From 600417f1e65db8c4af73964e14448a38185b23a4 Mon Sep 17 00:00:00 2001 From: Nilesh <19304+nileshtrivedi@users.noreply.github.com> Date: Sun, 10 Jul 2022 16:01:35 +0100 Subject: [PATCH] Use localdata using jsonlines --- db/README.md | 12 +- db/items.csv | 19048 ---------------------------------- db/items.js | 17415 +++++++++++++++++++++++++++++++ db/jsonlines.js | 50 + db/reviews.js | 4004 +++++++ db/reviews1.csv | 2503 ----- db/reviews2.csv | 1543 --- db/topics.js | 2950 ++++++ db/topics1.csv | 1496 --- db/topics2.csv | 1454 --- dummy.db | Bin 8192 -> 0 bytes generatedb.sh | 9 - learn.db | Bin 5754880 -> 0 bytes metadata.json | 9 - package.json | 2 +- settings.json | 3 - src/App.svelte | 26 +- src/AppShell.svelte | 2 +- src/BookCard.svelte | 2 +- src/Bookmarks.svelte | 17 +- src/FormatDetail.svelte | 8 +- src/GenericCard.svelte | 6 +- src/ItemDetail.svelte | 17 +- src/TopicDetail.svelte | 13 +- src/TopicList.svelte | 1 - src/TopicMasonryGrid.svelte | 3 +- src/TreeMap.svelte | 2 +- src/VideoCard.svelte | 4 +- src/utility.js | 14 +- static/index.html | 78 + 30 files changed, 24543 insertions(+), 26148 deletions(-) delete mode 100644 db/items.csv create mode 100644 db/items.js create mode 100644 db/jsonlines.js create mode 100644 db/reviews.js delete mode 100644 db/reviews1.csv delete mode 100644 db/reviews2.csv create mode 100644 db/topics.js delete mode 100644 db/topics1.csv delete mode 100644 db/topics2.csv delete mode 100644 dummy.db delete mode 100755 generatedb.sh delete mode 100644 learn.db delete mode 100644 metadata.json delete mode 100644 settings.json create mode 100644 static/index.html diff --git a/db/README.md b/db/README.md index 762e11b..88ff029 100644 --- a/db/README.md +++ b/db/README.md @@ -1,6 +1,6 @@ -# CSV format +# JSON format -## topics.csv +## topics.js `name` is used as primary key and therefore, must be unique and avoid uppercase and special characters other than hyphen and slash. Here are some examples: `physics`, `linear-algebra`, `nations/india`, `programming-languages/objective-c`. @@ -11,9 +11,9 @@ `sort_index` is an integer that's used for controlling the ordering in which topics are displayed. -## items.csv +## items.js -`iid` should be a unique UUID. It is needed because `reviews.csv` needs to refer to items and there is no other natural primary key. Later, if we'd want to build collections of items, the same `iid` key would be helpful. +`iid` should be a unique UUID. It is needed because `reviews.js` needs to refer to items and there is no other natural primary key. Later, if we'd want to build collections of items, the same `iid` key would be helpful. `description` can contain markdown with multiple lines. @@ -31,8 +31,8 @@ Currently `ipfs:` and `doi:` identifiers are supported. In future, ISBN can also `tags` can describe quality: `visual`, `entertaining`, `challenging`, `inspirational`, `interactive`, `oer`. `oer` stands for "Open Educational Resource" and can be used if the linked content does not require payment or user login. -## reviews.csv +## reviews.js -`item_id` is a foreign key to `items.csv`. +`item_id` is a foreign key to `items.js`. `by` is the name of the person or item. `blurb` is small description in markdown format. \ No newline at end of file diff --git a/db/items.csv b/db/items.csv deleted file mode 100644 index 0888109..0000000 --- a/db/items.csv +++ /dev/null @@ -1,19048 +0,0 @@ -iid,name,description,image,links,topics,creators,year,difficulty,cost,rating,tags -8eaaf333-e757-4c98-a306-6b8fb04a1b6a,Anki Decks,,,flashcard|https://ankiweb.net/shared/decks/chinese,languages/chinese,,,,,4.6,oer -906b107a-38ae-4f86-a520-aae9afd7cb0f,Chinese,,,qna|http://chinese.stackexchange.com,languages/chinese,,,,,,oer -63c96901-3d40-4b99-9065-cc31fa1dde29,Main Wikipedia: Chinese language,,,wiki|https://en.wikipedia.org/wiki/Chinese_language,languages/chinese,,,,,,oer -50e81179-e400-42ca-b46e-3523d7871adf,Simple Wikipedia: Chinese language,,,wiki|https://simple.wikipedia.org/wiki/Chinese_language,languages/chinese,,,,,,oer -b257544e-58a5-42be-bdc7-25c82c7fcb82,Anki Decks,,,flashcard|https://ankiweb.net/shared/decks/english,languages/english,,,,,,oer -93c051ec-ecd2-4bb7-b9fe-cc1c37bc4396,English language & usage,,,qna|https://english.stackexchange.com,languages/english,,,,,,oer -ec302e32-6411-4105-8aae-7068fbabbada,English language learners,,,qna|https://ell.stackexchange.com,languages/english,,,,,,oer -62943fe5-3a34-4758-b7b5-3625ea5721df,Main Wikipedia: English language,,,wiki|https://en.wikipedia.org/wiki/English_language,languages/english,,,,,,oer -ce6fecba-a9fd-48b2-9faf-590ef4f68036,Simple Wikipedia: English language,,,wiki|https://simple.wikipedia.org/wiki/English_language,languages/english,,,,,,oer -c240e63c-acb4-4262-869f-007f27ecfbde,Anki Decks,,,flashcard|https://ankiweb.net/shared/decks/french,languages/french,,,,,,oer -12ac989a-fd61-4d17-a28d-175ee0e62587,French language,,,qna|https://french.stackexchange.com,languages/french,,,,,,oer -b4b332f2-00d5-4aa1-8a5c-1620e50db406,Main Wikipedia: French language,,,wiki|https://en.wikipedia.org/wiki/French_language,languages/french,,,,,,oer -ff7ee623-997f-4b40-95af-94c01dabf7cb,Simple Wikipedia: French language,,,wiki|https://simple.wikipedia.org/wiki/French_language,languages/french,,,,,,oer -37a2a207-bfb3-4f29-9b14-a246c5abbbd2,Anki Decks,,,flashcard|https://ankiweb.net/shared/decks/german,languages/german,,,,,,oer -e926fd92-8338-492a-a13c-e7bb335dd2ef,German language,,,qna|https://german.stackexchange.com,languages/german,,,,,,oer -089963ca-2369-4def-8593-b08d50086afa,Main Wikipedia: German language,,,wiki|https://en.wikipedia.org/wiki/German_language,languages/german,,,,,,oer -d69feed0-bee6-46ff-a6b3-7207a163feea,Simple Wikipedia: German language,,,wiki|https://simple.wikipedia.org/wiki/German_language,languages/german,,,,,,oer -8297b657-079b-4cdf-b5f1-32fc415fb17f,Main Wikipedia: Hindi,,,wiki|https://en.wikipedia.org/wiki/Hindi,languages/hindi,,,,,,oer -9e944e17-fbaf-489f-8465-94c331956c1e,Simple Wikipedia: Hindi,,,wiki|https://simple.wikipedia.org/wiki/Hindi,languages/hindi,,,,,,oer -16c95e5d-c717-4d60-8f3c-5107775a69d7,Stack Exchange,,,qna|https://italian.stackexchange.com/,languages/italian,,,,,,oer -b6526126-4f56-4e70-827c-2b5f6fcdf50a,Main Wikipedia: Italian language,,,wiki|https://en.wikipedia.org/wiki/Italian_language,languages/italian,,,,,,oer -0917a453-4b0b-4d1f-821e-9f39902120c0,Simple Wikipedia: Italian language,,,wiki|https://simple.wikipedia.org/wiki/Italian_language,languages/italian,,,,,,oer -0803ad3e-fbd8-4f2d-907a-757a3e312bd5,Anki Decks,,,flashcard|https://ankiweb.net/shared/decks/japanese,languages/japanese,,,,,,oer -1bd824d1-c1d1-4d92-9180-6569c19f777b,Stack Exchange,,,qna|https://japanese.stackexchange.com,languages/japanese,,,,,,oer -3b7150c0-d43b-4b85-a640-7cb2b1319cf5,Main Wikipedia: Japanese language,,,wiki|https://en.wikipedia.org/wiki/Japanese_language,languages/japanese,,,,,,oer -c4a5ccab-54de-45aa-b837-5297a1b9df0f,Simple Wikipedia: Japanese language,,,wiki|https://simple.wikipedia.org/wiki/Japanese_language,languages/japanese,,,,,,oer -e42c9b30-619c-473d-b3db-c643b9c359cc,Kannada Baruthe,,,app|https://play.google.com/store/apps/details?id=com.kannadabaruthe&hl=en_IN,languages/kannada,,,,,, -b4031ea3-a1bd-44e6-a988-b52a580465bf,Main Wikipedia: Kannada,,,wiki|https://en.wikipedia.org/wiki/Kannada,languages/kannada,,,,,,oer -219d3dd9-a55b-40c3-8fa4-f2dd9e8b3f0f,Simple Wikipedia: Kannada,,,wiki|https://simple.wikipedia.org/wiki/Kannada,languages/kannada,,,,,,oer -816b7987-39f7-4086-893c-921cab0570f5,Andrew Romanov,,,blog|http://andrew-r.ru/notes/,languages/russian,,,,,, -2e93caa4-29fc-4979-b28e-d3f147270262,Canonium,,,blog|https://canonium.com,languages/russian,,,,,, -51508e30-d277-405f-aa6c-44e44841709f,Fedor Borshev,,,blog|https://borshev.com/,languages/russian,,,,,, -8f6ca4b4-48fb-4b2c-bd28-7acf85d7a076,vas3k,,,blog|http://vas3k.ru/,languages/russian,,,,,, -a46f0ddd-dbbc-4878-ab9d-abf0f213d763,Learn Russian by Michelt Thomas,,,course|https://www.michelthomas.com/learn-russian/,languages/russian,,,,,, -ba0496da-7634-4868-914b-d2e0c678150f,Anki Decks,,,flashcard|https://ankiweb.net/shared/decks/russian,languages/russian,,,,,,oer -7b87c31c-1825-4249-8eb1-4eae6b2adec1,Russian language,,,qna|https://russian.stackexchange.com,languages/russian,,,,,,oer -a31c0872-8489-4b9a-ac96-544938c801d9,Main Wikipedia: Russian language,,,wiki|https://en.wikipedia.org/wiki/Russian_language,languages/russian,,,,,,oer -f51049ba-fd46-4aa3-9bc5-8be8811f6a7c,Simple Wikipedia: Russian language,,,wiki|https://simple.wikipedia.org/wiki/Russian_language,languages/russian,,,,,,oer -825c1563-ebc8-471f-ab78-997ee6098458,Anki Decks,,,flashcard|https://ankiweb.net/shared/decks/spanish,languages/spanish,,,,,,oer -0fed9376-fbe4-489b-af2e-4cc5ab472616,Spanish language,,,qna|http://spanish.stackexchange.com,languages/spanish,,,,,,oer -74f83c36-1496-4f55-851d-d65d42717e62,Main Wikipedia: Spanish language,,,wiki|https://en.wikipedia.org/wiki/Spanish_language,languages/spanish,,,,,,oer -350c312d-d9ba-47f1-83a8-79b4b0c8487e,Simple Wikipedia: Spanish language,,,wiki|https://simple.wikipedia.org/wiki/Spanish_language,languages/spanish,,,,,,oer -aeef2d26-1e39-4fb9-b97e-53f8456e8bf3,Programming Language Foundations in Agda (2018),,,book|https://plfa.github.io/,programming-languages/agda,,,,,,oer -6f244da6-b8bc-4eea-9906-64515b0e8958,Assembly language succinctly (2014),"By Christopher Rose - -OVERVIEW - -Assembly language is as close to writing machine code as you can get without writing in pure hexadecimal. Since it is such a low-level language, it’s not practical in all cases, but should definitely be considered when you’re looking to maximize performance. With Assembly Language Succinctly by Chris Rose, you’ll learn how to write x64 assembly for modern CPUs, first by writing inline assembly for 32-bit applications, and then writing native assembly for C++ projects. You’ll learn the basics of memory spaces, data segments, CISC instructions, SIMD instructions, and much more. Whether you’re working with Intel, AMD, or VIA CPUs, you’ll find this book a valuable starting point since many of the instructions are shared between processors. - -TABLE OF CONTENTS - - Introduction - - Assembly in Visual Studio - - Fundamentals - - Memory Spaces - - Addressing Modes - - Data Segment - - C Calling Convention - - Instruction Reference - - SIMD Instruction Sets - - Conclusion - - Recommended Reading - -",https://cdn.syncfusion.com/content/images/downloads/ebook/ebook-cover/Assembly-Language-Succinctly.jpg,book|https://www.syncfusion.com/resources/techportal/details/ebooks/assemblylanguage,programming-languages/assembly,,2014,,,, -b1d12ad0-4f4a-4f0f-b88f-410c38d371a8,Kevin Dungs,,,blog|https://dun.gs/,programming-languages/c++,,,,,, -b9d8a660-61f0-4004-ba37-6dcb2888dab7,Victor Zverovich,,,blog|http://zverovich.net/,programming-languages/c++,,,,,, -790b8ed3-fd21-44c8-9d6c-119196e021c8,C++ primer (1989),,,book|http://www.goodreads.com/book/show/120642.C_Primer_Plus,programming-languages/c++,,,,,, -885c331b-f2e5-4a33-95c6-7ada724fc0c4,Beginning c++ through game programming (2004,,,book|http://www.goodreads.com/book/show/852335.Beginning_C_Through_Game_Programming,programming-languages/c++,,,,,5.0, -2ab44c9d-125c-4ca7-b695-20312dbebb22,C++ core guidelines (2017),"Edited by Bjarne Stroustrup and Herb Sutter - -This is a living document under continuous improvement.",,book|https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md,programming-languages/c++,,2020,,,,oer -72589875-9f1e-4e33-b2a0-c522f2232c44,C++,,,qna|https://www.quora.com/topic/C++-programming-language,programming-languages/c++,,,,,,oer -7271f927-9235-47a4-8251-873a08697e81,Main Wikipedia: C%2B%2B,,,wiki|https://en.wikipedia.org/wiki/C%2B%2B,programming-languages/c++,,,,,,oer -9e25f653-5d50-4af1-b842-b6c07434a7e0,Simple Wikipedia: C%2B%2B,,,wiki|https://simple.wikipedia.org/wiki/C%2B%2B,programming-languages/c++,,,,,,oer -f9889750-841e-4323-8ece-bf385f4e8e0f,Tony Finch,,,blog|http://fanf.livejournal.com/,programming-languages/c,,,,,, -f7b17c9d-fff3-486a-beb7-080e4ffeee78,The C programming language (1975),,,book|http://www.goodreads.com/book/show/515601.The_C_Programming_Language,programming-languages/c,,,,,, -19b85cea-18f3-48ec-9c2b-a5ed298eabf2,21st century C (2014),"Throw out your old ideas of C, and relearn a programming language that’s substantially outgrown its origins. With this revised edition of 21st Century C, you’ll discover up-to-date techniques missing from other C tutorials, whether you’re new to the language or just getting reacquainted. Get past idioms that made sense on mainframes and learn the tools you need to work with this evolved and aggressively simple language. No matter what programming language you currently favor, you’ll quickly see that 21st century C rocks.",https://learning.oreilly.com/library/cover/9781491904428/250w/,book|https://www.amazon.com/_/dp/1491903899,programming-languages/c,,2014,,,, -06a0882e-6f07-411f-a807-06e5629adabb,C Language Quora,,,qna|https://www.quora.com/topic/C-programming-language,programming-languages/c,,,,,,oer -7cb371a6-ea53-4e7f-b233-8143dfb35a63,Main Wikipedia: The C Programming Language,,,wiki|https://en.wikipedia.org/wiki/The_C_Programming_Language,programming-languages/c,,,,,,oer -fb0c9ae6-ac4c-449b-8224-cac8fa6fdb2e,Simple Wikipedia: C (programming language),,,wiki|https://simple.wikipedia.org/wiki/C_(programming_language),programming-languages/c,,,,,,oer -8cbb39bc-ecb4-4086-a50e-11680917b877,Introduction to Clojure,,,website|http://clojure-doc.org/articles/tutorials/introduction.html,programming-languages/clojure,,,,,, -c321875e-7c0a-489f-aa91-14a0cc68d49a,Clojure by Example,,,website|https://kimh.github.io/clojure-by-example/,programming-languages/clojure,,,,,,oer -58673288-caab-4146-b7ab-85c90c2bf64e,Boolean Knot,,,blog|https://www.booleanknot.com/blog/,programming-languages/clojure,,,,,, -adf56f30-e1b7-4118-ab87-63dd71b1e90a,Yogthos,,,blog|http://yogthos.net/,programming-languages/clojure,,,,,, -4bce5a2b-c121-4ec0-9736-704dabea3a99,Elements of Clojure (2017),,,book|https://www.goodreads.com/book/show/31159768-elements-of-clojure,programming-languages/clojure,,,,,, -67ab18d4-973e-4b39-a54d-43488c9ecae2,Clojure for the Brave and True,"Learn how to: -–Wield Clojure’s core functions -–Use Emacs for Clojure development -–Write macros to modify Clojure itself -–Use Clojure’s tools to simplify concurrency and parallel programming - -Clojure for the Brave and True assumes no prior experience with Clojure, the Java Virtual Machine, or functional programming. Are you ready, brave reader, to meet your true destiny? Grab your best pair of parentheses—you’re about to embark on an epic journey into the world of Clojure!",https://www.braveclojure.com/assets/images/home/png-book-cover.png,book|https://www.amazon.in/Clojure-Brave-True-Ultimate-Programmer/dp/1593275919|ipfs:bafykbzaceaejt6z54qnwnl3ccvw2lsdfksbeuwuh4sv77ixj4c3ldeof2c5so?filename=Daniel%20Higginbotham%20-%20Clojure%20for%20the%20Brave%20and%20True-No%20Starch%20Press%20%282015%29.pdf,programming-languages/clojure,,2015,,,, -15c783d5-7de7-4de9-9fdf-993c719dbd6a,The Joy of Clojure," -If you've seen how dozens of lines of Java or Ruby can dissolve into just a few lines of Clojure, you'll know why the authors of this book call it a ""joyful language."" Clojure is a dialect of Lisp that runs on the JVM. It combines the nice features of a scripting language with the powerful features of a production environment—features like persistent data structures and clean multithreading that you'll need for industrial-strength application development.","https://www.amazon.com/images/I/51LKOYzkfWL._SX399_BO1,204,203,200_.jpg",book|http://www.joyofclojure.com/,programming-languages/clojure,,2011,,,, -4dc11b07-ba98-452c-a085-8e38e39f4153,Visualizing Git,,,interactive|http://git-school.github.io/visualizing-git/,software-tools/git,,,,,,oer -2c05bf67-8ebc-4fe0-ab3c-6dfb0cc53405,4Clojure,,,interactive|http://www.4clojure.com/,programming-languages/clojure,,,,,, -c3256a43-f5f6-4858-bab6-a3492fd7bcce,Main Wikipedia: Clojure,,,wiki|https://en.wikipedia.org/wiki/Clojure,programming-languages/clojure,,,,,,oer -35e35304-06ce-40fe-9b3f-e4cec1d73048,Coq,,,chat|https://www.reddit.com/r/Coq/,programming-languages/coq,,,,,,oer -df2192fe-6a2f-4108-a812-5def2fb4adf7,Main Wikipedia: Coq,,,wiki|https://en.wikipedia.org/wiki/Coq,programming-languages/coq,,,,,,oer -73bbe899-7ad6-47d2-8f42-07e998707fb1,CSS Wizardry,,,blog|https://csswizardry.com/archive/,programming-languages/css,,,,,, -f55ef010-e0e1-443e-abd7-c018bf4f969e,Learn CSS Layout the pedantic way (2015),"Walks you through every major concept in CSS layout, without trying to simplify away the underlying mechanisms described in the CSS 2.1 and flexbox specs.",,book|http://book.mixu.net/css/,programming-languages/css,,2015,,,, -bd3b5118-098b-4b4c-8a21-4c2910d8e5c6,CSS Grid by Wes Bos,,,course|https://github.com/wesbos/css-grid,programming-languages/css,,,,,,oer -6e6aad13-6ca2-4d5b-9c28-0ec08bdb145a,Main Wikipedia: Cascading Style Sheets,,,wiki|https://en.wikipedia.org/wiki/Cascading_Style_Sheets,programming-languages/css,,,,,,oer -eabaf0e1-13a7-49a2-a521-b639d1920b82,Simple Wikipedia: Cascading Style Sheets,,,wiki|https://simple.wikipedia.org/wiki/Cascading_Style_Sheets,programming-languages/css,,,,,,oer -ec001c84-1e18-43e6-abe4-ad04a442aef4,The D programming language (2010),"The D Programming Language is an authoritative and comprehensive introduction to D. Reflecting the author’s signature style, the writing is casual and conversational, but never at the expense of focus and pre­cision. It covers all aspects of the language (such as expressions, statements, types, functions, contracts, and modules), but it is much more than an enumeration of features. - -Inside the book you will find - - In-depth explanations, with idiomatic examples, for all language features - How feature groups support major programming paradigms - Rationale and best-use advice for each major feature - Discussion of cross-cutting issues, such as error handling, contract programming, and concurrency - Tables, figures, and “cheat sheets” that serve as a handy quick reference for day-to-day problem solving with D","https://images-na.ssl-images-amazon.com/images/I/4137JQFpiHL._SX381_BO1,204,203,200_.jpg",book|https://www.amazon.in/gp/product/0321635361,programming-languages/d,,2010,,,, -f1802083-3b97-47b5-a774-18374845fcbe,Programming in D (2015),,http://ddili.org/ders/d.en/cover_thumb.png,book|http://ddili.org/ders/d.en/index.html,programming-languages/d,,2015,,,, -43b605ca-358b-4c1f-a6bc-95d26848111e,Official Website,,,website|https://dotnet.microsoft.com/,programming-languages/dotnet,,,,,, -e2c81aab-5201-4e8a-b04d-bf70172be483,DotnetAwesome,,,blog|http://demo.dotnetawesome.com,programming-languages/dotnet,,,,,, -11d2543b-0c9c-446d-820d-6c7baa502ec4,Dotnet core Cheat Sheet,,,cheatsheet|https://gist.github.com/jonlabelle/869c16194be7e2355f35e999d5e76e46,programming-languages/dotnet,,,,,,oer -49b16307-7fd4-401f-861b-caf930877bf4,Project: MyContactBook,,,learning_plan|http://demo.dotnetawesome.com/mvc/mycontactbook,programming-languages/dotnet,,,,,, -55ee1d36-5d07-4ea7-8efa-e070d44a86bc,Create a web app with ASP.NET Core MVC,,,learning_plan|https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/?view=aspnetcore-2.2,programming-languages/dotnet,,,,,, -1760a20a-a82d-4360-be3c-8aeabda58eec,Go Time,,,audio|https://changelog.com/gotime,programming-languages/go,,,,,, -2e973a9a-ae2f-4482-b9fc-7fa5855837fd,Aliaksandr Pliutau,,,blog|http://pliutau.com/,programming-languages/go,,,,,, -0120bef2-fd17-4f91-a395-41997f8cd9e9,Applied Go,,,blog|https://appliedgo.net/,programming-languages/go,,,,,, -806c214e-e50f-496d-8141-d5e969440598,Carlos Alexandro,,,blog|https://carlosbecker.com/archive/,programming-languages/go,,,,,, -be75dff0-b241-472f-a923-a3b16796c1d6,Dassur,,,blog|https://dassur.ma/,programming-languages/go,,,,,, -ae968839-c69b-4e08-88cb-e4878345e85d,Dave Cheney,,,blog|https://dave.cheney.net/,programming-languages/go,,,,,, -bd9470b1-9716-47ec-946f-ee1cd7fa8694,Dmitri Shuralyov,,,blog|https://dmitri.shuralyov.com/blog,programming-languages/go,,,,,, -284ae8d7-c8f2-440e-b3df-e14dd8bdf72e,Fatih Arslan,,,blog|https://medium.com/@farslan,programming-languages/go,,,,,,oer -9c813673-0654-470d-adb1-5f896efc7572,Natural Remedies for Brain Fog | Beat your Brain Fog at home | Timely,,,article|https://enjoytimely.com/blogs/brain-fog/natural-remedies-for-brain-fog,health;productivity,,,beginner,,, -5de1d14b-e927-49bf-a05a-0deb4d44d5fa,Gopher Academy,,,blog|https://blog.gopheracademy.com/,programming-languages/go,,,,,, -6d9f08d2-3914-4da8-b82a-c282ec63c6a7,Groob,,,blog|https://groob.io/,programming-languages/go,,,,,, -7ca973d1-9be9-40fa-b258-67f3c77c411c,Npf,,,blog|https://npf.io/blog/,programming-languages/go,,,,,, -f289a36b-32a5-4774-9918-e7c46187848e,Nsf,,,blog|https://nsfdev.wordpress.com/,programming-languages/go,,,,,, -864614da-5a74-482b-b46c-1ae9a97f5cdf,Scott Mansfield,,,blog|http://blog.sgmansfield.com/,programming-languages/go,,,,,, -acd8033c-bc00-4ffc-8a99-12dedc580916,William Kennedy,,,blog|https://www.goinggo.net/,programming-languages/go,,,,,, -0f6d7f19-5111-4f86-8628-1db3e30907ff,Network programming with Go (2012),"v1.0, 27 April 2012 An e-book on building network applications using the Google Go programming language (golang) - -This book has been revised to cover Go 1. The book is not complete, and also Go is expected to introduce more packages as it evolves. ",,book|https://jan.newmarch.name/go/,programming-languages/go,,2012,,,, -313039bc-73e3-4190-a9ad-b2184977fb00,The little go book (2014),"update, 2017: The book might be a couple years old, but it's still relevant. Nothing fundamental or outwardly major has changed in Go (the team has promised a stable API until the next major version). The big changes have been with the tooling, compiler and runtime as well as enhancing the standard library (like supporting HTTP/2). - -The Little Go Book is a free introduction to Google's Go programming language. It's aimed at developers who might not be quite comfortable with the idea of pointers and static typing. It's longer than the other Little books, but hopefully still captures that little feeling.",https://www.openmymind.net/assets/go/title.png,book|http://openmymind.net/The-Little-Go-Book/,programming-languages/go,,2014,,,, -2855b6cd-bee6-41bb-92b6-dbf6bc31db26,Learn Git Branching,,,interactive|https://learngitbranching.js.org/,software-tools/git,,,,,, -ef08be43-bea5-4dd5-969f-ee466d7e7d31,The go programming language (2015),,,book|http://www.goodreads.com/book/show/25080953-the-go-programming-language,programming-languages/go,,,,,5.0, -e4bea1b8-aea7-4c5c-bcc3-e380da52c055,Go 101 (2018),"Go 101 is a book focusing on Go syntax/semantics and all kinds of details (Go 1.15-pre ready). This book also tries to help gophers gain a deep and thorough understanding of Go. It is expected that this book is helpful for both beginner and experienced Go programmers. - -Go 101's official twitter account is @go100and1",https://go101.org/article/res/101-front-cover-1400x.jpg,book|https://www.amazon.com/dp/B07Q3HWZ98,programming-languages/go,,,,,, -00c97304-d780-4846-97e3-01f2f20098ae,Web app with go - anti text book,This is an easy to understand example based tutorial aimed at those who know a little of Go and nothing of webdev and want to learn how to write a webserver in Go. You will create a to do list application as you advance the chapters.,,book|https://thewhitetulip.gitbooks.io/webapp-with-golang-anti-textbook/content/;video|https://www.youtube.com/playlist?list=PL41psiCma00wgiTKkAZwJiwtLTdcyEyc4,programming-languages/go,,,,,,oer -5c934269-eeb4-4f7c-ba5b-6964f88c2579,Build web application with golang,,,book|https://github.com/astaxie/build-web-application-with-golang/blob/master/en/preface.md,programming-languages/go,,,,,,oer -e65aa332-6ff4-4777-8d77-74e6f5f01e84,Golang,,,chat|https://www.reddit.com/r/golang/,programming-languages/go,,,,,,oer -2c75be15-0ff2-4be1-b905-e039124a30e9,Main Wikipedia: Go (programming language),,,wiki|https://en.wikipedia.org/wiki/Go_(programming_language),programming-languages/go,,,,,,oer -9a13e5f0-b70d-4c14-873e-86fc2bd9d548,Homepage,,,website|https://graphql.org/,programming-languages/graphql,,,,,, -732ca3b8-1b42-49b3-b5d1-c82a323a946d,Main Wikipedia: GraphQL,,,wiki|https://en.wikipedia.org/wiki/GraphQL,programming-languages/graphql,,,,,,oer -7aec1e14-52c1-4dac-ba33-f08b93fab77e,The Haskell Cast,,,audio|http://www.haskellcast.com/,programming-languages/haskell,,,,,, -61f3ad60-99ea-4735-a726-9d32aea71ec7,FPcomplete,,,blog|https://www.fpcomplete.com/,programming-languages/haskell,,,,,, -55b86986-b040-448f-bec3-5d198b3342d6,Joy of Haskell,,,blog|https://joyofhaskell.com/blog.html,programming-languages/haskell,,,,,, -84f4bf61-2d07-4404-868f-8ce99b2b542e,Nikita Volkov,,,blog|http://nikita-volkov.github.io/,programming-languages/haskell,,,,,,oer -967ed2e9-bc01-4462-9646-1b4ab270c41e,Reasonably Polymorphic,,,blog|http://reasonablypolymorphic.com/blog/archives/,programming-languages/haskell,,,,,, -195e5c2e-0750-4dd9-a705-1a5bd387e9cb,RUHaskell (Russian),,,blog|https://ruhaskell.org/,programming-languages/haskell,,,,,, -1c2b73a4-b481-4973-9e1b-985cc167965a,Vincent Hanquez,,,blog|http://tab.snarc.org/,programming-languages/haskell,,,,,, -772e2a3f-bf13-41bb-9af4-186e098e0c7c,Learn You a Haskell for Great Good! (2011)," This guide is meant for people who have programmed already, but have yet to try functional programming. - -The whole thing is completely free to read online, but it's also available in print and I encourage you to buy as many copies as you can afford! - -To contact me, shoot me an email to: bonus at learnyouahaskell dot com! You can also find me idling on #haskell where I go by the name BONUS. ",http://learnyouahaskell.com/newsplash.png,book|https://nostarch.com/lyah.htm,programming-languages/haskell,,2011,,,, -0484ebb6-06c9-45fa-895d-a9e4f22215fd,Write you a Haskell (2014),"By Stephen Diehl - -In 2014 I wrote a short tutorial about building a small imperative language in Haskell that compiled into LLVM. I was extremely happy with the effect the tutorial seemed to have, and the warm response I got from so many people was very encouraging. - -I've done a great bit of thinking about what the most impactful topic I could write about in 2015 could be; and decided throughout this year I will follow up with a large endeavor for another project-based tutorial on building a simple functional programming language from first principles. - -This is a nontrivial topic and is unfortunately very much underserved, the knowledge to build such a modern functional language is not widely disseminated among many programmers. The available resources most often discuss language theory in depth while completely glossing over the engineering details. I wished to write a project-based tutorial that included the engineering details and left the reader with a fully functional toy language at the end that could be extended for further projects. - -We will build a small functional language called Fun which is a partial Haskell 2010 toy language; complete with a parser, type inference, datatypes, pattern matching, desugaring, typeclasses, higher-kinded types, monadic IO, arbitrary-rank polymorphism, records, Core language, STG intermediate language, lazy evaluation, interpreter, native code generator, a runtime, and several optimization passes. - -As with most of my writing, this is the pre-edited rough cut version, which I will refine over time.",,book|http://dev.stephendiehl.com/fun/,programming-languages/haskell,,,,,, -9109eec4-51ea-46c8-9a04-449dd3529fd2,Programming in Haskell (2016),,,book|http://www.goodreads.com/book/show/912217.Programming_in_Haskell,programming-languages/haskell,,,,,, -61baec14-dd6f-40d1-8bd8-5ace3bb9cd4d,Haskell in Depth (2018),"By Vitaly Bragilevsky - -Turn the corner from “Haskell student” to “Haskell developer.” Haskell in Depth explores the important language features and programming skills you’ll need to build production-quality software using Haskell. And along the way, you’ll pick up some interesting insights into why Haskell looks and works the way it does. Get ready to go deep! ",,book|https://www.manning.com/books/haskell-in-depth,programming-languages/haskell,,,,,, -953a1414-f8b9-406c-9df4-1d93a827c547,Thinking with Types (2018),"By Sandy Maguire - -This book aims to be the comprehensive manual for type-level programming. It's about getting you from here to there---from a competent Haskell programmer to one who convinces the compiler to do their work for them.",https://d2sofvawe08yqg.cloudfront.net/thinking-with-types/hero?1549502499,book|https://leanpub.com/thinking-with-types,programming-languages/haskell,,2019,,,, -3d371f85-e821-4724-be73-2d6f085bf0d9,The Haskell School of Music (2018),,,book|https://www.goodreads.com/book/show/18299474-the-haskell-school-of-music,programming-languages/haskell,,,,,, -cc3fe718-f6dc-4e0c-b2e0-1b420b92e86b,Advanced Programming (2017),,,course|https://www.seas.upenn.edu/~cis552/current/index.html,programming-languages/haskell,,,,,,oer -300dfb76-9282-4201-8ac1-24f73c84f227,Haskell ITMO (2017),,,course|https://github.com/jagajaga/FP-Course-ITMO,programming-languages/haskell,,,,,,oer -8945a3d3-7394-486b-b8e4-c3113961af99,Introduction to Haskell (2016),,,course|http://www.seas.upenn.edu/%7Ecis194/spring13/,programming-languages/haskell,,,,,,oer -90da7e40-46f2-4a3c-b40e-b4c8d988967c,Stanford functional systems in Haskell (2014),,,course|http://www.scs.stanford.edu/14sp-cs240h/,programming-languages/haskell,,,,,,oer -a17f310d-c288-4cae-a47c-da2bf7391644,Haskell,,,chat|https://www.reddit.com/r/haskell/,programming-languages/haskell,,,,,,oer -e4e3f12a-a089-4d1e-9845-d5f053a1f725,Haskell,,,qna|https://www.quora.com/topic/Haskell-programming-language,programming-languages/haskell,,,,,,oer -6072e1e3-5dfc-4858-99d4-b4396d0a7901,Linear-Time Suffix Array Implementation in Haskell (2014),,,research_paper|http://www.scs.stanford.edu/14sp-cs240h/projects/isaacs_geiduscheck.pdf,programming-languages/haskell,,,,,,oer -3699ed0d-4124-4dbb-b6c6-4f286494e1ed,Main Wikipedia: Haskell (programming language),,,wiki|https://en.wikipedia.org/wiki/Haskell_(programming_language),programming-languages/haskell,,,,,,oer -76e6324a-4c6f-4791-aef1-7b65254f44b4,Simple Wikipedia: Haskell (programming language),,,wiki|https://simple.wikipedia.org/wiki/Haskell_(programming_language),programming-languages/haskell,,,,,,oer -e6762e0c-73d9-4b7f-a609-151c89c76db5,Idris,,,chat|https://www.reddit.com/r/Idris/,programming-languages/idris,,,,,,oer -5ec82001-db0d-4d3a-aada-6bc0f96211bf,Java Posse,,,audio|http://javaposse.com/,programming-languages/java,,,,,, -42f2af13-a302-4078-8eb2-c5058016dada,IT Blues,,,blog|http://itblues.pl,programming-languages/java,,,,,, -de6893b6-7ac0-404d-a10d-0838ebc2bfd6,Stuff Gil Says,,,blog|http://stuff-gil-says.blogspot.nl/,programming-languages/java,,,,,, -067477b2-9ec6-41d4-b5bd-127cd3a42db7,Effective java (2001),,,book|http://www.goodreads.com/book/show/105099.Effective_Java_Programming_Language_Guide,programming-languages/java,,,,,, -f9e00770-f6ed-47b4-8125-055ef7854460,Data structures and algorithms in java (2003),,,"book|http://coltech.vnu.edu.vn/~sonpb/DSA/Data%20Structures%20and%20Algorithms%20in%20Java,%206th%20Edition,%202014.pdf",programming-languages/java,,,,,, -bf576905-a396-497f-a91d-209048b022da,Java concurrency in practice (2006),,,book|http://jcip.net/,programming-languages/java,,,,,, -d007b8c7-0d03-4243-89cf-092706ae76e0,Introduction to programming in java: an interdisciplinary approach (2008),,,book|http://introcs.cs.princeton.edu/java/home/chapter1.pdf,programming-languages/java,,,,,, -9f3448fe-5d2f-4cd1-8ce5-2fd124133dea,Java 8 in action (2014),,,book|http://www.goodreads.com/book/show/20534354-java-8-in-action,programming-languages/java,,,,,, -1ee6d68d-7a4b-4b2d-b161-19b3d190bed2,Test-driven Java development (2015),,,book|http://www.goodreads.com/book/show/26333479-test-driven-java-development,programming-languages/java,,,,,, -2a781483-f737-48c5-88eb-0c87a90a6c98,Java,,,chat|https://www.reddit.com/r/java/,programming-languages/java,,,,,,oer -9e298b6d-abc2-4d7c-892f-7a76991887c0,Java,,,qna|https://www.quora.com/topic/Java-programming-language,programming-languages/java,,,,,,oer -4b5063b7-052f-43c5-a545-5fed5f957219,Jvm,,,qna|https://www.quora.com/topic/Java-Virtual-Machine-JVM,programming-languages/java,,,,,,oer -92c1b507-414c-4601-8c49-b7930d0cac13,FlatEarth.ws – Debunking Flat Earth Misconceptions,,,website|https://flatearth.ws/,flat-earth,,,,,, -6c78b506-290a-4d0b-a0e2-cb1ef7ff1736,Simple Wikipedia: https://en.wikipedia.org/wiki/Java (programming language),,,wiki|https://en.wikipedia.org/wiki/Java_(programming_language),programming-languages/java,,,,,,oer -baab9ce9-b762-4aff-99d3-00922f35f0b6,The Undefined Podcast,,,audio|https://overcast.fm/itunes1451541555/the-undefined-podcast,programming-languages/javascript,,,,,, -596b7601-a4ab-476b-afbe-e9af2fb7bc89,JS Party,,,audio|https://changelog.com/jsparty,programming-languages/javascript,,,,,, -2a6549a4-af9a-431f-b98b-4c20347ca37c,React Podcast,,,audio|https://reactpodcast.simplecast.fm/,programming-languages/javascript,,,,,, -770794b4-e101-44d0-b5ce-8ffb21a28fcf,2ality,,,blog|http://2ality.com/,programming-languages/javascript,,,,,, -01741029-29d1-4f4e-acce-c76107d47d17,André Staltz,,,blog|http://staltz.com/blog.html,programming-languages/javascript,,,,,, -3c20547b-0e33-4f67-89a1-f1570899cdb3,David Walsh,,,blog|https://davidwalsh.name/tutorials/features,programming-languages/javascript,,,,,, -12c0a203-2b8a-41c2-8f8a-fca4b3b542b3,Feross,,,blog|https://feross.org/,programming-languages/javascript,,,,,, -b4513942-79c3-42b7-b81a-3a26b0d3f19b,Flavio Copes,,,blog|https://flaviocopes.com/,programming-languages/javascript,,,,,, -69c7d65e-1a12-4fbd-85ea-f7a92d3c03eb,Ian Sinnott,,,blog|http://blog.iansinnott.com/,programming-languages/javascript,,,,,, -0a4e49b7-6028-4373-b863-11a21cc3e6fb,Jason Format,,,blog|https://jasonformat.com/,programming-languages/javascript,,,,,, -84540fcf-1ee4-4e6c-8680-b9b9d986ef41,JavaScript Playground,,,blog|https://javascriptplayground.com,programming-languages/javascript,,,,,, -6a92e849-8f4c-4962-8e0a-4404b26cc599,Max Ogden,,,blog|https://maxogden.com/index.html,programming-languages/javascript,,,,,, -4d56eb21-259e-4984-b637-180d184bc88f,Nick Balestra,,,blog|http://nick.balestra.ch/,programming-languages/javascript,,,,,, -aad62f06-9fed-426b-b70e-8e9ca7afe219,Perfection Kills,,,blog|http://perfectionkills.com/,programming-languages/javascript,,,,,, -b8f53fd2-8a6b-433e-8996-8f53d07ae365,PlayfulJS,,,blog|http://www.playfuljs.com,programming-languages/javascript,,,,,, -41f7a900-342d-49ea-ac02-c9544d19c23d,Praveen's Adventures,,,blog|https://blog.praveen.science/tag/javascript/,programming-languages/javascript,,,,,, -a9366c8d-9b74-4023-8325-58a17536da01,Wavesoft,,,blog|http://wavesoft.github.io/,programming-languages/javascript,,,,,,oer -bca71f56-d2e8-4c62-825a-e7df67d8217b,Wes Bos,,,blog|http://wesbos.com/blog/,programming-languages/javascript,,,,,, -fcdd25e0-9d89-4211-931b-e24d8a67fdc5,Yehuda Katz,,,blog|http://yehudakatz.com/,programming-languages/javascript,,,,,, -ab168c25-4c35-40aa-b907-01dacfe0f8cc,You don’t know JS,,,book|https://github.com/getify/You-Dont-Know-JS,programming-languages/javascript,,,,,,oer -d0b1b692-a840-4cea-9a02-0c25c7c5879a,Exploring js,,,book|http://exploringjs.com/,programming-languages/javascript,,,,,, -a343d3aa-6dc1-4038-9308-d85da5d67648,Eloquent JavaScript (2011),,,book|http://eloquentjavascript.net/00_intro.html,programming-languages/javascript,,,,,, -9973d2d6-bbf1-4ece-b298-5d61281e0ec7,Effective JavaScript: 68 specific ways to harness the power of JavaScript (2012),,,book|http://www.goodreads.com/book/show/13705402-effective-javascript,programming-languages/javascript,,,,,, -a5e57aa5-e60a-4233-9d1d-6369b6ffe7da,Secrets of the JavaScript ninja (2013),,https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1361224545l/4373732.jpg,book|http://www.goodreads.com/book/show/4373732-secrets-of-the-javascript-ninja,programming-languages/javascript,,,,,, -205282d0-310d-4933-accb-2ad44a88db56,Learning JavaScript design patterns (2015),,,book|https://addyosmani.com/resources/essentialjsdesignpatterns/book/,programming-languages/javascript,,,,,, -671281ad-5406-4134-beea-826d38517ab3,The JavaScript way (2017),,,book|https://leanpub.com/thejsway,programming-languages/javascript,,,,,, -5c437dff-276a-4d7e-91ea-b139664052f3,Builder Book: Build a Full Stack JavaScript Web App from Scratch (2018),,,book|https://builderbook.org/book,programming-languages/javascript,,,,,, -9d5e5080-9871-4560-8fe5-a6503b8a01cb,JSConf - Conferences for the JavaScript Community,,,conference|https://jsconf.com/,programming-languages/javascript,,,,,, -20002f20-5574-4059-a9c1-c7e09fe072ff,React For Beginners — The best way to learn React,,,course|https://reactforbeginners.com/,programming-languages/javascript,,,,,, -096abc57-c650-43e3-8346-a9d67fbf2521,Advanced React & GraphQL — Build Full Stack Applications with React and GraphQL,,,course|https://advancedreact.com/,programming-languages/javascript,,,,,, -39a65b89-762a-40c6-b1fc-284f904b99dd,JavaScript,,,chat|https://www.reddit.com/r/javascript/,programming-languages/javascript,,,,,,oer -27289119-c3be-4833-bea7-8c57c6743c3a,JavaScript Path | Pluralsight,,,learning_plan|https://www.pluralsight.com/paths/javascript,programming-languages/javascript,,,,,, -bf8068c8-d8f5-404c-a626-16ad39c4f249,"Frontend web developer meetup, Newcastle upon Tyne",,,meetup|https://frontendne.co.uk/,programming-languages/javascript,,,,,, -11e227bf-bbe8-463b-99ac-8889977aff53,Simple Wikipedia: https://en.wikipedia.org/wiki/JavaScript,,,wiki|https://en.wikipedia.org/wiki/JavaScript,programming-languages/javascript,,,,,,oer -af157e1f-fb12-4e6f-bf46-a860d4d31185,Main Wikipedia: Kotlin (programming language),,,wiki|https://en.wikipedia.org/wiki/Kotlin_(programming_language),programming-languages/kotlin,,,,,,oer -df620af5-83f5-4a67-b11d-a91d8ffb25aa,The little schemer (1974),,,book|https://mitpress.mit.edu/books/little-schemer,programming-languages/lisp,,,,,, -13b99575-bb8c-42ff-9d43-df827ac50942,Lisp in small pieces (1994),,,book|https://pages.lip6.fr/Christian.Queinnec/WWW/LiSP.html,programming-languages/lisp,,,,,, -2a77dc08-77f9-471c-9861-46335635fd7d,Practical Common Lisp (2005),,,book|http://www.gigamonkeys.com/book/,programming-languages/lisp,,,,,, -ca361feb-f6c2-4455-ab43-44b437b1b9a0,Lisp,,,qna|https://www.quora.com/topic/Lisp-programming-language,programming-languages/lisp,,,,,,oer -1c251a89-580e-4d18-b88f-476834c9287c,Real World OCaml (2018),,,book|http://dev.realworldocaml.org/,programming-languages/ocaml,,,,,, -04b75793-8cdc-4cc5-bd7e-7c37246632bf,OCaml,,,chat|https://www.reddit.com/r/ocaml/,programming-languages/ocaml,,,,,,oer -0de7ea82-e8eb-483a-bda5-2945b9f9a8bb,OCaml,,,qna|https://www.quora.com/topic/OCaml-programming-language,programming-languages/ocaml,,,,,,oer -79651f32-4c07-4b3f-9a27-c3decaaebd6d,Main Wikipedia: OCaml,,,wiki|https://en.wikipedia.org/wiki/OCaml,programming-languages/ocaml,,,,,,oer -c4635141-35a8-4705-a0d3-8ed8d79220aa,Simple Wikipedia: OCaml,,,wiki|https://simple.wikipedia.org/wiki/OCaml,programming-languages/ocaml,,,,,,oer -4cb8d1e7-10e0-4bd1-b97b-62011b7be746,Perl Tricks,,,blog|http://perltricks.com/,programming-languages/perl,,,,,, -40145c97-fee5-4707-a9b9-052c5c33bdaf,Modern Perl (2016),,,book|http://modernperlbooks.com/books/modern_perl_2016/index.html,programming-languages/perl,,,,,, -b4b4a5f7-4e2b-474f-9a34-b1cdee8fbb99,Perl,,,chat|https://www.reddit.com/r/perl/,programming-languages/perl,,,,,,oer -a19ea58a-57c5-4b46-8368-7ec9f3669028,Main Wikipedia: Perl,,,wiki|https://en.wikipedia.org/wiki/Perl,programming-languages/perl,,,,,,oer -454ef8e1-4c07-4677-b19b-2531b668551b,Simple Wikipedia: Perl,,,wiki|https://simple.wikipedia.org/wiki/Perl,programming-languages/perl,,,,,,oer -e9c61db9-6ba1-446f-aeab-2c02b0b3d1c9,Nikic,,,blog|http://nikic.github.io/,programming-languages/php,,,,,,oer -7706127a-a6c8-487e-bd77-7208013a7020,The Power of Prolog (2018),,,book|https://www.metalevel.at/prolog,programming-languages/prolog,,,,,, -75ef6a7e-76dc-4247-8113-cfe7cea68a61,Logic Programming with Prolog (2005),,,book|https://drive.uqu.edu.sa/_/fbshareef/files/textbook.pdf,programming-languages/prolog,,,,,, -edd2c677-3c36-45cc-a8a4-4b8337e4bfa4,Purescript book (2017),,,book|https://github.com/paf31/purescript-book,programming-languages/purescript,,2017,,,,oer -a2eedcc1-4f66-4db3-b4f7-2ca7b5f841b4,Purescript,,,chat|https://www.reddit.com/r/purescript/,programming-languages/purescript,,,,,,oer -4f1a7297-f31a-4d91-842e-293942efa78f,Main Wikipedia: PureScript,,,wiki|https://en.wikipedia.org/wiki/PureScript,programming-languages/purescript,,,,,,oer -5c29528f-2215-4c44-a654-8c7e3c1b56cd,Learning Python: From Zero to Hero,,,article|https://medium.com/the-renaissance-developer/learning-python-from-zero-to-hero-8ceed48486d5,programming-languages/python,,,,,5.0,oer -3f6dd4a0-050f-431b-80ac-68a7bceb77a1,Learning Python Programming: The Basics,,,article|https://medium.com/@george.seif94/learning-python-programming-the-basics-252d9df3744a,programming-languages/python,,,,,,oer -433f83cd-464c-4c2c-98ee-b2514be10615,Analyzing Medium Story Stats With Python,,,article|https://towardsdatascience.com/analyzing-medium-story-stats-with-python-24c6491a8ff0,programming-languages/python,,,,,, -5d1dd0a4-86ec-4fde-8d32-d2798c2a53a9,An Intro to Python,,,article|https://blog.anirudha.org/en/2014/08/29/intro-to-python/,programming-languages/python,,,,,, -f82c2434-e243-4a64-a69f-ea01f8c72c82,Talk Python To Me,,,audio|https://talkpython.fm/,programming-languages/python,,,,,, -0639acc8-93cc-4fb2-8bb7-6c3a03cb0a75,Python Bytes Podcast,,,audio|https://pythonbytes.fm/,programming-languages/python,,,,,, -d71febe0-2230-477b-b06c-cdb259e0e894,Podcast.,,,audio|https://www.pythonpodcast.com/,programming-languages/python,,,,,, -9e14414a-9c21-45c5-88bf-af5b38c8da94,"Test & Code - Software Testing, Development, Python",,,audio|https://testandcode.com/,programming-languages/python,,,,,, -d5ef62ce-e235-4a1c-b10c-43f4cf95fbcf,Real Python,,,blog|https://realpython.com/,programming-languages/python,,,,,, -8174dbc4-86b5-4547-b2f7-0c71adf83bc0,Planet Python,,,blog|https://planetpython.org/,programming-languages/python,,,,,, -a0f7c05d-8ce2-48ac-8816-a726b82f19d5,The Python Guru,,,blog|https://thepythonguru.com/blog/,programming-languages/python,,,,,, -acac03dc-46f4-4641-94cb-4b44f8d6db1e,Best Data Analyst/Analytics Certification Training Courses - ExcelR,,,article|https://www.excelr.com/data-analyst-course-training,ecommerce,,,intermediate,,, -5b08390a-1eca-4573-ba23-51fe0df6b458,Python Software Foundation,,,blog|http://pyfound.blogspot.com/,programming-languages/python,,,,,, -49e42506-8acf-4c91-a1bd-71d603d3af25,Rg3,,,blog|http://rg3.name/,programming-languages/python,,,,,, -d2092952-a9aa-488c-a947-9bfc2604380b,BangPypers,,,blog|http://bangalore.python.org.in/,programming-languages/python,,,,,, -8a0e65bb-bb84-44da-ae20-5ebc73a29c39,The Most Insightful Stories on Python | Medium,,,blog|https://medium.com/tag/python,programming-languages/python,,,,,,oer -38d99860-59f7-4130-a1ba-706920387589,Python essential reference (1999),,,book|https://www.goodreads.com/book/show/6666430-python-essential-reference,programming-languages/python,,,,,, -2702180f-6603-4175-8051-ca77a086b23a,Dive into python 3 (2004),,,book|http://www.diveintopython3.net/,programming-languages/python,,,,,, -3cd84441-62e3-4bae-949d-e48edf837a97,Problem solving with algorithms and data structures using python (2005),,,book|http://interactivepython.org/runestone/static/pythonds/index.html,programming-languages/python,,,,,, -e69b613f-7177-4731-80e0-8e992a7aa3cf,Python cookbook 3r Edition(2011),,,book|https://d.cxcore.net/Python/Python_Cookbook_3rd_Edition.pdf,programming-languages/python,,,,,, -d2cec930-42d2-4c1d-9684-26c7def31858,Data structures and algorithms in python (2013),,,"book|https://doc.lagout.org/programmation/python/Data%20Structures%20and%20Algorithms%20in%20Python%20%5BGoodrich,%20Tamassia%20&%20Goldwasser%202013-03-18%5D.pdf",programming-languages/python,,,,,, -e02fc6bd-3a86-4381-a3b6-1977f7e78908,Test driven development with python (2014),,,book|http://www.obeythetestinggoat.com/pages/book.html#toc,programming-languages/python,,,,,, -08a82593-19e5-456d-914e-959ba410b796,Effective python (2015),,,book|https://arisuchan.jp/%CE%BB/src/1498628824511-0.pdf,programming-languages/python,,,,,, -a1d514cf-481b-4515-945c-9779cbfe30e1,Fluent python (2015),,,book|http://www.goodreads.com/book/show/22800567-fluent-python,programming-languages/python,,,,,, -21306587-b98a-4556-b7ad-f5e771dee779,Inside the python virtual machine (2017),,,book|https://leanpub.com/insidethepythonvirtualmachine/read,programming-languages/python,,,,,, -573299ea-d872-4c8f-b6ec-5585c7060ae4,Full Speed Python (2018),,,book|https://github.com/joaoventura/full-speed-python,programming-languages/python,,,,,,oer -fb500dea-aeaf-41d2-801b-642aaab1853b,Automate the boring stuff with python,,,book|https://automatetheboringstuff.com/,programming-languages/python,,,,,, -2b0a5b9c-a873-41bd-b437-c02368b9dfe4,A Byte of Python,,,book|https://python.swaroopch.com/,programming-languages/python,,,,,, -70dc03ed-fa52-4b56-af98-9edcc8fe78ff,Building Skills in Python (2010),,,book|http://www.itmaybeahack.com/book/python-2.6/latex/BuildingSkillsinPython.pdf,programming-languages/python,,,,,, -b6bf0e79-9a4c-4890-95a4-727eeed475e3,Python 3 Tutorial,,,book|https://www.python-course.eu/python3_course.php,programming-languages/python,,,,,, -6b956265-3598-43c7-aae2-d7f9e62c7a41,Quantitative Economics with Python,,,book|https://lectures.quantecon.org/py/,programming-languages/python,,,,,, -d6f81fa0-1c61-4ef4-a4d3-5411e69d183f,Think Python - How to Think Like a Computer Scientist (2012),,,book|https://www.greenteapress.com/thinkpython/thinkpython.pdf,programming-languages/python,,,,,, -a3d2d8d7-f1bc-42d1-a309-84dc9d6fe761,Python 3 Tutorial | SoloLearn: Learn to Code for Free!,,,cert|https://www.sololearn.com/Course/Python/,programming-languages/python,,,,,, -7cd5629a-153a-4e42-a42f-e541fc218015,Real Python: Python 3 Cheat Sheet,,,cheatsheet|https://static.realpython.com/python-cheat-sheet.pdf?__s=spkfg5559c9wdkhcifhw,programming-languages/python,,,,,, -6d2c4375-5d65-4b16-a433-33e4fa34dca5,List of Python Conferences & Workshops Worldwide,,,conference|https://www.python.org/community/workshops/,programming-languages/python,,,,,, -42156398-32f5-48d5-9225-2402f405f1e0,Official PyCon Website,,,conference|http://pycon.org/,programming-languages/python,,,,,, -91995153-d87f-4ef5-a45b-357ff653b138,List of Upcoming Python Conferences Worldwide,,,conference|https://www.python.org/events/,programming-languages/python,,,,,, -fb213191-3e4a-4615-b696-a45f6f965b46,Complete Python Bootcamp: Go from zero to hero in Python 3,,,course|https://www.udemy.com/share/100058BUQcclZbRXo=/,programming-languages/python,,,,,, -416ab2a5-87e8-4796-a074-552376562379,Learn Python Programming Masterclass,,,course|https://www.udemy.com/share/1000dOBUQcclZbRXo=/,programming-languages/python,,,,,, -c6a9a36a-9363-4587-9473-9828d8d82fa2,The Python Bible™ | Everything You Need to Program in Python,,,course|https://www.udemy.com/share/10000OBUQcclZbRXo=/,programming-languages/python,,,,,, -ce87a8d2-bec0-46a3-b214-a42333c15a59,30 Days of Python | Unlock your Python Potential,,,course|https://www.udemy.com/share/1000MUBUQcclZbRXo=/,programming-languages/python,,,,,, -ca24ed0f-82f5-471f-b5bc-bb7e9f92038e,Automate the Boring Stuffs With Python Programming,,,course|https://www.udemy.com/share/100006BUQcclZbRXo=/,programming-languages/python,,,,,, -ca552113-18f1-4179-a2b8-9b502bf8767b,r/python | Reddit,,,chat|https://www.reddit.com/r/Python/,programming-languages/python,,,,,,oer -4424425f-89f9-471a-9e9b-31d6745de844,BangPypers,,,chat|https://bangpypers.slack.com/,programming-languages/python,,,,,, -a3fa44a5-599f-4637-84dd-41ec183cf567,PyStudyGroup,,,chat|https://pystudygroup.slack.com/,programming-languages/python,,,,,, -00ff55cb-910f-4c02-be55-e9d3d15bc418,comp.lang.python | Google Group,,,chat|https://groups.google.com/forum/#!forum/comp.lang.python,programming-languages/python,,,,,, -98744423-4c6f-44d2-a236-2c84376bb5fe,Python Tutor | Visualize Python Code Execution,,,interactive|http://pythontutor.com/visualize.html#mode=edit,programming-languages/python,,,,,, -1b31d25f-1213-4e30-84c1-a650f8f8bfb6,CodeSkulptor3,,,interactive|https://py3.codeskulptor.org/,programming-languages/python,,,,,, -43b50aae-8a92-48ab-99ef-29f8e0ba1ff1,CheckiO | Python Online Playground,,,interactive|https://py.checkio.org/,programming-languages/python,,,,,, -09236dcc-8d8c-48e4-a257-d991324a4ddc,BangPypers,,,meetup|https://www.meetup.com/bangpypers,programming-languages/python,,,,,, -cc83b2ac-ef53-4001-9bdb-d14bae17bc8f,Python Meetups | Worldwide,,,meetup|https://www.meetup.com/topics/python/,programming-languages/python,,,,,, -4e77afda-74ca-43ed-b270-de9a709feacd,BangPypers,,,newsletter|https://mail.python.org/mailman/listinfo/bangpypers,programming-languages/python,,,,,, -b1c84e8d-f8c3-4307-8b53-3114e9ac1e13,PyCoder's Weekly | A Weekly Python E-Mail Newsletter,,,newsletter|https://pycoders.com/,programming-languages/python,,,,,, -b049eea1-cfa5-4f41-99c1-21b39627d6f8,David M. Beazley,,,people|https://en.wikipedia.org/wiki/David_M._Beazley,programming-languages/python,,,,,,oer -cbecdd79-08d2-4b1f-aab7-86ba4fa97e2e,Andreas Mueller | Twitter,,,people|https://twitter.com/amuellerml,programming-languages/python,,,,,, -33d988d6-6b72-4682-9364-8c326f7f3583,Allen Downey | Twitter,,,people|https://twitter.com/AllenDowney,programming-languages/python,,,,,, -fd4dde38-c562-41bd-a4fe-c1b2b9c7c522,Al Sweigart | Twitter,,,people|https://twitter.com/AlSweigart,programming-languages/python,,,,,, -b98f1d3e-7390-48a0-b797-204d8b8eab85,Python | Quora,,,qna|https://www.quora.com/topic/Python-programming-language-1,programming-languages/python,,,,,,oer -edadea01-6144-4c6a-b39d-21c3a5299387,Python | StackOverflow,,,qna|https://stackoverflow.com/tags/python/info,programming-languages/python,,,,,,oer -5cea5848-434c-4dd3-b17d-88e3ad7deef9,Python Tutorials by Corey Schafer | YouTube,,,video|https://www.youtube.com/playlist?list=PL-osiE80TeTt2d9bfVyTiXJA-UTHn6WwU,programming-languages/python,,,,,,oer -c3626de5-1ae6-4531-a9d2-8f5362e8a3f1,Python Tutorials for Absolute Beginner by CS Dojo | YouTube,,,video|https://www.youtube.com/playlist?list=PLBZBJbE_rGRWeh5mIBhD-hhDwSEDxogDg,programming-languages/python,,,,,,oer -ebe608c5-2454-419a-8a3d-bdafdb771e3c,Python 3 Basics Tutorial by Sentdex | YouTube,,,video|https://www.youtube.com/playlist?list=PLQVvvaa0QuDe8XSftW-RAxdo6OmaeL85M,programming-languages/python,,,,,,oer -3d92e080-efde-44b6-b7b8-436b6c0b4933,Archived List of Python Conference Videos,,,video|https://pyvideo.org/,programming-languages/python,,,,,, -62ed3c36-80c9-4772-858c-5fde67f7ff3e,Python Wiki,,,wiki|https://wiki.python.org/moin/BeginnersGuide/Programmers,programming-languages/python,,,,,, -df65b8d6-30da-4b8d-85f5-5d83047e03c4,Python(Programming Language) | Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Python_(programming_language),programming-languages/python,,,,,,oer -7cf7ef6f-abc6-45d7-824e-dc67d99ea590,Python(Programming Language) | Simple Wikipedia,,,wiki|https://simple.wikipedia.org/wiki/Python_(programming_language),programming-languages/python,,,,,,oer -bba031e9-f886-4250-9eb5-124ce0fa8240,World Cup 2018: 5 Game Changing Technologies in Football,,,article|https://www.edureka.co/blog/game-changing-technologies-in-the-world-cup-2018/,programming-languages/r,,,,,,oer -8e7aa9bc-fab2-41a4-9b86-b04c7f845832,The First Date with your Data in R,,,article|http://www.programmingr.com/content/first-date-data-r/,programming-languages/r,,,,,, -691087ef-2cdc-4ecd-bc2c-4029e2eb3461,How To Make Your Data Analyst Resume Stand Out,,,article|http://www.programmingr.com/content/analyst-resume/,programming-languages/r,,,,,, -eb64e308-6d9c-4f1f-84ce-5c0b0cab9250,Resume & Interview Tips For R Programmers,,,article|http://www.programmingr.com/content/resume-interview-tips-r-programmers/,programming-languages/r,,,,,, -c82d659b-f9c3-47af-bb52-071566411fc4,The R-Podcast,,,audio|https://r-podcast.org/,programming-languages/r,,,,,, -a93a3034-561e-4b6a-961a-47caa4eb14b9,https://skillsion.com/excel-and-advanced-excel-training,,,article|https://skillsion.com/excel-and-advanced-excel-training,education,,,beginner,,, -34a070e2-c9d8-47f0-9f55-f2b45e271905,DataFramed,,,audio|https://www.datacamp.com/community/podcast?tap_a=5644-dce66f&tap_s=10907-287229,programming-languages/r,,,,,, -deb14c2c-8d52-407e-a59a-9a046dbe785c,This Week in Machine Learning and AI Podcast,,,audio|https://twimlai.com/,programming-languages/r,,,,,, -b6321135-528b-4a98-a839-e33ce4c02c79,Microsoft Research Podcast Archives,,,audio|https://www.microsoft.com/en-us/research/blog/category/podcast/,programming-languages/r,,,,,, -d3721924-9b48-4ded-b17a-c8d23f42bb6e,R for Data Science (2016),,,book|http://r4ds.had.co.nz/,programming-languages/r,,,,,, -7c2ac471-39fb-4760-9ff7-70d0c843de2d,Base R,,,cheatsheet|http://github.com/rstudio/cheatsheets/raw/master/base-r.pdf,programming-languages/r,,,,,,oer -f6c36b57-5b57-4704-a897-ad4b9086b6ac,Advanced R,,,cheatsheet|https://www.rstudio.com/wp-content/uploads/2016/02/advancedR.pdf,programming-languages/r,,,,,, -6830bb5f-3d74-4bfe-9d0e-146dfa8d9dab,Regular Expressions,,,cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/regex.pdf,programming-languages/r,,,,,,oer -5fbe1cdb-1988-425d-b42d-ba6b318edf58,Import Data using R,,,cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/data-import.pdf,programming-languages/r,,,,,,oer -179a6ee4-7e6d-4a0f-b994-f172180795f3,Data Transformation,,,cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/data-transformation.pdf,programming-languages/r,,,,,,oer -1ef89ffe-d25d-473d-b6e0-a242cae6ee7f,Data Visualization,,,cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/data-visualization-2.1.pdf,programming-languages/r,,,,,,oer -4efcd646-2102-47c8-be86-3d6fb32ef390,R Markdown,,,cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/rmarkdown-2.0.pdf,programming-languages/r,,,,,,oer -91e0953b-d6c9-427d-8ddf-6dc00a5b43c8,RStudio IDE,,,cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/rstudio-ide.pdf,programming-languages/r,,,,,,oer -79be6fd0-37d7-4878-aeeb-1e5701b17a45,Shiny,,,cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/shiny.pdf,programming-languages/r,,,,,,oer -b3a8acdc-758f-4245-a56e-82f7d4cc4047,Caret - R Package | Modelling & ML in R,,,cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/caret.pdf,programming-languages/r,,,,,,oer -7e4a4bec-59ce-422a-a64c-f3477105171d,Tabular Guide to ML Modelling,,,cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/Machine%20Learning%20Modelling%20in%20R.pdf,programming-languages/r,,,,,,oer -e09b7b36-8fcf-4f8b-9fbb-9da49c911d2f,Basic R Programming Cheatsheet,,,cheatsheet|http://datasciencefree.com/basicR.pdf,programming-languages/r,,,,,, -78bcb277-9af5-42b2-bd8f-cc0b0b90a83c,R Cheatsheet | MIT,,,cheatsheet|http://web.mit.edu/hackl/www/lab/turkshop/slides/r-cheatsheet.pdf,programming-languages/r,,,,,,oer -f39c397b-26af-4f70-a2c5-8db28f315ae0,The Ultimate Cheatsheet(v4),,,cheatsheet|https://sites.ualberta.ca/~ahamann/teaching/renr690/R_Cheat_Data.pdf,programming-languages/r,,,,,, -7902fd88-d888-462f-a42b-0084e19c9b1f,R: Conferences,,,conference|https://www.r-project.org/conferences/,programming-languages/r,,,,,, -e71c0990-ac7e-4525-8c58-bfad2ad77d34,Magoosh English Speaking,,,app|https://speaking.magoosh.com/,languages/english;business,,,advanced,,5.0, -b086e014-03f4-4ee0-aa31-949e738f5718,R Programming | Coursera,,,course|https://www.coursera.org/learn/r-programming?specialization=jhu-data-science,programming-languages/r,,,,,, -db458527-2609-4202-bc27-8f9d2c5972b2,Nabble | R Mailling List Archive,,,chat|http://r.789695.n4.nabble.com/,programming-languages/r,,,,,, -93d64c31-3310-4b30-8a04-6790c8ec14d3,Youth4Work,,,chat|https://www.youth4work.com/Talent/R-Programming-Language/Forum,programming-languages/r,,,,,, -8543da4a-d3c1-4971-a1b2-f9e1a8b7bedf,Edureka Community,,,chat|https://www.edureka.co/community/,programming-languages/r,,,,,,oer -b0be5d24-55ef-437c-a2f2-93d58be76130,"Swirl: Learn R, in R.",,,interactive|https://swirlstats.com/,programming-languages/r,,,,,, -d28b3366-d61d-4693-8f61-ecbe88769d1c,List of Some of the Big Meetup Groups Worldwide,,,meetup|https://www.meetup.com/pro/r-user-groups,programming-languages/r,,,,,, -775d870a-d632-4a68-b913-e33db87f643c,New York Open Statistical Programming Meetup | 10k+ Members,,,meetup|https://nyhackr.org/,programming-languages/r,,,,,, -3b8f368d-4fe6-4bd5-a908-3af184dc9f93,Data Science Festival - London | 9k+ Members,,,meetup|https://www.meetup.com/Data-Science-Festival-London/,programming-languages/r,,,,,, -19098857-0af1-4f9e-9783-a45d7d24fead,Greater Boston useR Group | 3k+ Members,,,meetup|https://www.meetup.com/Boston-useR/,programming-languages/r,,,,,, -3287af68-8a5b-407d-990c-70d06679f673,Analytics Vidhya Bangalore | 4k+ members,,,meetup|https://www.meetup.com/analytics-vidhya-bangalore/,programming-languages/r,,,,,, -dab125ef-1819-4f9f-85c7-de53e71c4cce,Taiwan R User Group/MLDM Monday | 6k+ Members,,,meetup|https://www.meetup.com/Taiwan-R/,programming-languages/r,,,,,, -ad43ddee-5c86-4044-bd68-29d0e3e5b57e,London Data Science Workshop | 4k+ Members,,,meetup|https://www.meetup.com/London-Data-Science-Workshop/,programming-languages/r,,,,,, -3fec8e13-19ab-4587-a779-466b79343579,The R Journal,,,newsletter|https://journal.r-project.org/,programming-languages/r,,,,,, -1dc6d26b-db2f-42cf-8ec9-d4ca94e0a6ff,RWeekly.org,,,newsletter|https://rweekly.org/,programming-languages/r,,,,,, -cd31c293-2c9f-4849-9f1e-9d67ce6366c5,Exploring ReasonML (2018),,,book|http://reasonmlhub.com/exploring-reasonml/toc.html,programming-languages/reasonml,,,,,, -efa191a7-2dce-4553-af75-666496a9a98d,Alyssa.is,,,blog|https://alyssa.is/,programming-languages/ruby,,,,,, -512a8144-83c3-4dc9-af00-74724e80e0fa,Javivelasco,,,blog|http://javivelasco.com/blog/,programming-languages/ruby,,,,,, -a8f4e46b-93fa-407c-9fe6-19e01b663ed3,The well grounded rubyist (2009),,,book|http://www.goodreads.com/book/show/3892688-the-well-grounded-rubyist,programming-languages/ruby,,,,,, -1b092a6d-a967-4fbb-8471-7fed91481245,Eloquent ruby (2011),,,book|http://www.goodreads.com/book/show/9364729-eloquent-ruby,programming-languages/ruby,,,,,, -c4f72143-d939-4316-915a-ef952aa53b99,Practical object oriented design in ruby (2012),,,book|http://www.goodreads.com/book/show/13507787-practical-object-oriented-design-in-ruby,programming-languages/ruby,,,,,, -795a4e7b-02f8-49e6-87d2-94cbada53dc8,Confident ruby (2013),,,book|http://www.goodreads.com/book/show/15847933-confident-ruby,programming-languages/ruby,,,,,, -dd5f4189-61a7-44ac-8656-9f0198f1f9f8,RubyConf,,,conference|https://rubyconf.org/,programming-languages/ruby,,,,,, -c6eabe14-fd0e-447c-831a-53c18bfd3b1a,RubyConf India,,,conference|https://www.rubyconfindia.org/,programming-languages/ruby,,,,,, -c5c126ad-cb71-4665-b6cc-f472797fcba0,"Deccan RubyConf, India",,,conference|https://www.deccanrubyconf.org/,programming-languages/ruby,,,,,, -4b1337d0-0bf0-47a3-88e7-d532ea86d82b,The Request for Explanation,,,audio|https://request-for-explanation.github.io/podcast/,programming-languages/rust,,,,,,oer -fdb12bb0-b8d8-4cd7-ab3c-ba831d00ddae,New Rustacean,,,audio|https://newrustacean.com/,programming-languages/rust,,,,,, -cfc37991-c8f4-49fa-819d-cccf7c26804f,Edunham,,,blog|http://edunham.net/,programming-languages/rust,,,,,, -ac0808b5-a3f9-4ead-a3b7-adea0b59a61a,Embedded in Rust,,,blog|http://blog.japaric.io/,programming-languages/rust,,,,,, -404298cd-1951-47bc-9e6e-0cb753ffaf89,Manish Goregaokar,,,blog|https://manishearth.github.io/,programming-languages/rust,,,,,,oer -4a7fda02-e67e-49af-8a43-e9a2591a34cc,Nick Fitzgerald,,,blog|http://fitzgeraldnick.com/,programming-languages/rust,,,,,, -849eafbf-a176-4b95-890d-31ca71151107,Steve Klabnik,,,blog|http://words.steveklabnik.com/,programming-languages/rust,,,,,, -82f56709-1a80-4a40-95f2-02be52d2b75a,Rust by example,,,book|http://rustbyexample.com/,programming-languages/rust,,,,,, -1602c5be-7efb-4238-a5ed-519dd42aeba5,The rust programming language,,,book|https://doc.rust-lang.org/book/,programming-languages/rust,,,,,5.0, -82b33d7c-d691-4ce0-a2ec-fee921a3e647,The rustonomicon,,,book|https://doc.rust-lang.org/nomicon/,programming-languages/rust,,,,,, -ebb980a4-b8c2-4312-9eb6-a46e3411ce0f,Discovery: Microcontrollers through Rust,This book is an introductory course on microcontroller-based embedded systems that uses Rust as the teaching language rather than the usual C/C++.,,book|https://docs.rust-embedded.org/discovery/,programming-languages/rust,,,,,, -7c42fd8e-1120-4a7c-9837-165fc8dae004,Rust and WebAssembly (2018),,,book|https://rustwasm.github.io/book/,programming-languages/rust,,,,,,oer -bd299c1a-8a01-423f-8e54-02a6acfb945f,Higher Order,,,blog|http://blog.higher-order.com/,programming-languages/scala,,,,,, -d3b3e85a-8a6f-4e0b-97ca-4553beee92d5,Functional programming in scala (2014),,,book|https://www.manning.com/books/functional-programming-in-scala,programming-languages/scala,,,,,, -bfb606e6-244a-4360-bf7a-fa3ff8935ccc,Smalltalk best practice patterns (1997),,,book|http://www.goodreads.com/book/show/781561.Smalltalk_Best_Practice_Patterns,programming-languages/smalltalk,,,,,, -f6b0db2c-f984-4a36-9b71-8680706698ed,Swift by Sundell,,,audio|https://overcast.fm/itunes1267161825/swift-by-sundell,programming-languages/swift,,,,,, -9df24e84-db7a-43ff-a7d4-f885d9bd6a5c,The Swift Community Podcast,,,audio|https://overcast.fm/itunes1449664346/the-swift-community-podcast,programming-languages/swift,,,,,, -286717aa-e13e-41d7-bbcd-f6aa30d130d8,Fireside Swift,,,audio|https://www.firesideswift.com/,programming-languages/swift,,,,,, -c9824bc0-f96c-45ab-bc22-3ef20d61ba6e,Swift over Coffee,,,audio|https://anchor.fm/swiftovercoffee,programming-languages/swift,,,,,, -df926973-d49d-46ea-bf8b-5f97c5b26a1a,Contravariance: A Swift podcast,,,audio|https://contravariance.rocks/,programming-languages/swift,,,,,, -b2d84b28-0afd-4134-8945-a69ddb9fc12d,iPhreaks,,,audio|https://devchat.tv/iphreaks/,programming-languages/swift,,,,,, -9e7a2b07-4f2e-42d5-a1b1-8b03cea63aeb,Swift Unwrapped,,,audio|https://spec.fm/podcasts/swift-unwrapped,programming-languages/swift,,,,,, -8df87e4e-711c-4eb9-85b4-51d1161998e3,Ankit,,,blog|http://ankit.im,programming-languages/swift,,,,,, -c8f4cae3-e536-41e3-9184-5e612fdec493,Ash Furrow,,,blog|https://ashfurrow.com/,programming-languages/swift,,,,,, -e40a70d9-58ad-4d10-8868-b4a28dd28f78,Eon Codes,,,blog|http://eon.codes,programming-languages/swift,,,,,, -7fe5db41-2c36-402a-8332-b3c49a970e22,Fresh Swift,,,blog|http://freshswift.net/,programming-languages/swift,,,,,, -856336f8-2886-4a8f-9949-f0a7cc5d257c,Joe Groff,,,blog|http://duriansoftware.com/joe/index.html,programming-languages/swift,,,,,, -49e9293c-fb1e-43b5-901d-5991dc539fc1,Michael Kyriacou,,,blog|http://codeforcaffeine.com/,programming-languages/swift,,,,,, -5a03f5d7-17f0-4138-af2a-d7491d5c22fd,NSHipster,,,blog|http://nshipster.com/,programming-languages/swift,,,,,, -aafe113b-2c34-4e4c-b82d-e42a9aa2ef44,Oleg Dreyman,,,blog|https://medium.com/@olegdreyman,programming-languages/swift,,,,,,oer -be19593e-5d00-47f5-b007-7e10f26b2194,Silver fox,,,blog|https://silverfox.be/blog/,programming-languages/swift,,,,,, -f10c8615-de6e-42a6-94df-4f95cddf4aba,Swift by Sundell,,,blog|https://www.swiftbysundell.com/,programming-languages/swift,,,,,, -2eba569d-1b06-4fc7-81ca-dd3ae32bfec7,Vinh nguyen,,,blog|https://ninjapro.wordpress.com/,programming-languages/swift,,,,,, -cc788309-6c78-432b-a041-b8ace721aa7b,Yoans Kolb,,,blog|http://yonaskolb.com,programming-languages/swift,,,,,, -bb1d3f44-1d33-4550-b41c-50153a870f6c,Swift programming language (2014),,,book|https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/,programming-languages/swift,,,,,, -acb3c1af-319f-4458-b335-915f65731747,Hacking with macOS (2018),,,book|https://www.hackingwithswift.com/store/hacking-with-macos,programming-languages/swift,,,,,, -7ef6c0bd-bd6d-4fcc-9958-fe8b5091e9de,Swift,,,chat|https://www.reddit.com/r/swift/,programming-languages/swift,,,,,,oer -6b377352-5b0a-45b0-997c-e3846e702c7e,Main Wikipedia: Swift (programming language),,,wiki|https://en.wikipedia.org/wiki/Swift_(programming_language),programming-languages/swift,,,,,,oer -f677c7b4-f22c-48b4-b617-1bf360255ee2,Tex,,,qna|https://tex.stackexchange.com,programming-languages/tex,,,,,,oer -67fb61b6-81fd-46f3-b460-8b50f547b5f9,Main Wikipedia: TeX,,,wiki|https://en.wikipedia.org/wiki/TeX,programming-languages/tex,,,,,,oer -938b0529-acef-486f-aed7-9dd02ac48abf,Simple Wikipedia: LaTeX,,,wiki|https://simple.wikipedia.org/wiki/LaTeX,programming-languages/tex,,,,,,oer -0a4b733c-5412-4b8b-8afb-ff1ee6db0120,Typescript deep dive,,,book|https://basarat.gitbooks.io/typescript/,programming-languages/typescript,,,,,, -f9cf23b0-bd22-4139-8eac-ae90aad44120,Joe Birch,,,blog|https://medium.com/@hitherejoe,software-tools/android,,,,,,oer -a3cc7811-a6b8-4693-a9f6-b519b43c5dd7,Android enthusiasts,,,qna|https://android.stackexchange.com,software-tools/android,,,,,,oer -8cd41741-1e22-4a26-a99a-1ceb23415ee9,Drupal,,,qna|https://drupal.stackexchange.com,software-tools/drupal,,,,,,oer -da211fc8-d596-460e-bef6-76b8cb8630e5,Main Wikipedia: Drupal,,,wiki|https://en.wikipedia.org/wiki/Drupal,software-tools/drupal,,,,,,oer -c9b4b54c-e285-4583-b6b6-fbbe101069cd,Simple Wikipedia: Drupal,,,wiki|https://simple.wikipedia.org/wiki/Drupal,software-tools/drupal,,,,,,oer -fdd42533-9c15-4172-983d-5fb99d2d73d0,Emacs,,,qna|https://www.quora.com/topic/Emacs,software-tools/emacs,,,,,,oer -e35a0cf4-6e8b-47fc-b6ae-d0260d361a84,Main Wikipedia: Emacs,,,wiki|https://en.wikipedia.org/wiki/Emacs,software-tools/emacs,,,,,,oer -d77de08a-1acc-41cc-9ce7-f334bb8cee43,Simple Wikipedia: GNU Emacs,,,wiki|https://simple.wikipedia.org/wiki/GNU_Emacs,software-tools/emacs,,,,,,oer -41d9fd3e-2f8e-4207-93c7-fa8404779d28,Free Online Excel Course for Beginners,,,course|https://learn.edx.org/spreadsheets/,software-tools/excel,,,,,, -245f4f69-af4d-468e-9da1-bec4a7f468c5,Excel Fundamentals,,,course|https://www.edx.org/professional-certificate/microsoft-excel-fundamentals,software-tools/excel,,,,,, -3dcec738-0a2b-4687-8f3f-1e2bfb8e39e4,/r/excel,,,chat|https://www.reddit.com/r/excel/,software-tools/excel,,,,,,oer -711dde5d-8e66-4c86-be89-1090eae9fc9f,You Suck At Excel,,,video|https://www.youtube.com/watch?v=0nbkaYsR94c,software-tools/excel,,,,,4.0,oer -eeeea3ad-1c54-4df7-b40f-77df671d8b4b,ExcelIsFun,,,video|https://www.youtube.com/user/ExcelIsFun,software-tools/excel,,,,,,oer -ffe90289-c007-433d-9d5c-49a2f0b04c32,Finance Lesson 11 - eBay analysis,,,video|https://www.youtube.com/watch?v=jFSf5YhYQbw,software-tools/excel,,,,,,oer -5f68fe37-ed86-4c3e-aad7-5dfbcf8a3f7e,Main Wikipedia: Microsoft Excel,,,wiki|https://en.wikipedia.org/wiki/Microsoft_Excel,software-tools/excel,,,,,,oer -32246608-a737-42b8-b671-e40f31688835,Expression engine,,,qna|http://expressionengine.stackexchange.com,software-tools/expression-engine,,,,,,oer -aaf73166-c75b-4a13-93c9-5d83d23ec487,The SQL Murder Mystery,,,interactive|https://mystery.knightlab.com/,programming-languages/sql,,,,,, -63bad06e-3319-41fb-9f88-0615952830ad,Magento,,,qna|http://magento.stackexchange.com,magento,,,,,,oer -7da632f9-ee06-4f54-b472-9b9b21ba2edf,Learn Product Management,,,learning_plan|https://www.learnpmwith.me/,product-management,,,,,, -da28cd6e-7fa9-4085-a369-a21cbcbf42d1,6.824 Home Page: Spring 2020,,,course|https://pdos.csail.mit.edu/6.824/;summary|https://timilearning.com/tags/mit-6.824/,distributed-programming,,,intermediate,,,oer -ff34018b-c8f9-47c9-9932-a57710507c2b,App GitHub for Desktop,,,website|https://desktop.github.com/,software-tools/git,,,,,,oer -2acf4b9a-0ee7-4a2d-a171-5c37f4492354,Resources by Github,,,website|https://try.github.io/,software-tools/git,,,,,,oer -9e2459d0-cc72-403c-be3c-8aa8af8403da,Git Rebase in Depth,,,website|https://git-rebase.io,software-tools/git,,,,,, -4790c454-2700-42aa-afc7-d6dbb5417e95,Git in practice (2014),,,book|https://content.mirantis.com/rs/451-RBY-185/images/McQuaid-git-in-practice.pdf,software-tools/git,,,,,, -f16a8e80-1b79-4e51-95ec-af4f4e44270f,Pro git (2014),,,book|https://git-scm.com/book/en/v2,software-tools/git,,,,,, -b50cdec7-cdb3-4bbd-8fd1-35a444b29456,GitHub Education,,,cheatsheet|https://education.github.com/git-cheat-sheet-education.pdf,software-tools/git,,,,,5.0,oer -ace6c07f-fbb7-489a-86ec-31d6b80ca916,codecademy,,,course|https://www.codecademy.com/learn/learn-git,software-tools/git,,,,,, -47be4812-7b6d-4882-b586-6f86ce6b53ef,Bitbucket,,,course|https://www.atlassian.com/git/tutorials,software-tools/git,,,,,, -11e18597-d173-4655-8cb1-026042a8f4f0,Main Wikipedia: Git,,,wiki|https://en.wikipedia.org/wiki/Git,software-tools/git,,,,,,oer -5f3808f7-d069-4746-8248-90be7ddf49e4,Simple Wikipedia: Git (software),,,wiki|https://simple.wikipedia.org/wiki/Git_(software),software-tools/git,,,,,,oer -0fc257f6-7ef5-4f51-950b-5826d45cba73,Integrated development environments,,,qna|https://www.quora.com/topic/Integrated-Development-Environments,software-tools/integrated-development-environments,,,,,,oer -cb900b8a-978a-45d8-a1ec-7ec3dd1c751a,IntelliJ,,,qna|https://www.quora.com/topic/IntelliJ-IDEA,software-tools/integrated-development-environments,,,,,,oer -5906be7d-1584-4ee1-a15d-d64eaf8509ab,GitHub - rust-lang/rustlings: Small exercises to get you used to reading and writing Rust code!,,,interactive|https://github.com/rust-lang/rustlings,programming-languages/rust,,,,,,oer -715d7bbf-4c62-428e-8300-b74e3de5adcb,Building Blocks: What's A Note?,,,video|https://www.youtube.com/watch?v=xTOOWe_yLwY&list=PLMvVESrbjBWplAcg3pG0TesncGT7qvO06,music-theory,,,,,,oer -d3faee58-daab-4080-a734-ea3de043536c,Benjamin Mayo,,,blog|http://benjaminmayo.co.uk/archive,software-tools/ios,,,,,, -2f7a6e9b-a532-4a2f-a04a-e5c62da26e45,CALayer,,,blog|http://calayer.com/,software-tools/ios,,,,,, -651fa01b-2a01-4337-aadc-14f41165e996,Leo Jweda,,,blog|https://www.leojweda.com/,software-tools/ios,,,,,, -0e9c5579-86e3-47ef-9792-d96b9be53d96,Luke Zhao,,,blog|http://lkzhao.com/,software-tools/ios,,,,,, -dfe5df26-35f3-492a-bc60-5cae994aba8b,iOS 10 programming fundamentals with swift (2015),,,book|http://shop.oreilly.com/product/0636920055211.do,software-tools/ios,,,,,, -dbfa041e-b799-4729-9a5d-0fcedba5ca04,Developing iOS 10 apps with Swift (2017),,,course|https://itunes.apple.com/us/course/developing-ios-10-apps-with-swift/id1198467120,software-tools/ios,,,,,, -99e1144c-bc71-4f69-9293-50de9b94ce8f,Main Wikipedia: IOS,,,wiki|https://en.wikipedia.org/wiki/IOS,software-tools/ios,,,,,,oer -b12d5e2d-1e67-476e-9263-cfaa5bf112fc,Simple Wikipedia: IOS,,,wiki|https://simple.wikipedia.org/wiki/IOS,software-tools/ios,,,,,,oer -8ac0adf1-1ae5-43ac-8090-27ab86aa22bb,Kubernetes Podcast from Google,,,audio|https://overcast.fm/itunes1370049232/kubernetes-podcast-from-google,software-tools/kubernetes,,,,,, -7b6cf39a-2b3d-43d4-a234-e1fc7b6a7b05,Kubernetes: Up & Running (2016),,,book|https://www.goodreads.com/book/show/26759355-kubernetes,software-tools/kubernetes,,,,,, -030cc6ea-4c10-4908-b334-71cb9c14948f,It's FOSS,,,blog|https://itsfoss.com,software-tools/linux,,,,,, -ce8df091-57d0-465e-9157-959d021fdde4,Linux.com,,,blog|https://linux.com,software-tools/linux,,,,,, -7a5ad1e3-5f3d-4b1f-8663-e758b58be1c1,nixCraft,,,blog|https://www.cyberciti.biz/,software-tools/linux,,,,,, -c8c31262-fd8e-4fc1-8ad1-24640cad8ae7,Slashdot,,,blog|https://linux.slashdot.org,software-tools/linux,,,,,, -d355c43a-7008-47e8-b613-b1f447884382,How linux works (2014),,,book|http://www.goodreads.com/book/show/514432.How_Linux_Works,software-tools/linux,,,,,, -03c45b79-e454-4c3e-8c31-c9b5fb91acce,Android,,,chat|https://www.reddit.com/r/Android/,software-tools/linux,,,,,,oer -4fce7515-7e29-4e19-9d3c-62343f2df702,Docker,,,chat|https://www.reddit.com/r/docker/,software-tools/linux,,,,,,oer -7213ca95-48ca-4613-97b1-5e4843439fc8,Linux,,,chat|https://www.reddit.com/r/linux/,software-tools/linux,,,,,,oer -6b9bbb4e-536f-4eac-bacb-3d7585c739fb,LockPickingLawyer,,,video|https://www.youtube.com/channel/UCm9K6rby98W8JigLoZOh6FQ,lockpicking,,,,,,oer -986ce25a-569d-4e20-8baa-c64316b024e2,Main Wikipedia: Linux,,,wiki|https://en.wikipedia.org/wiki/Linux,software-tools/linux,,,,,,oer -324d61fd-9385-4f7e-9284-064bcd6beb08,Simple Wikipedia: Linux,,,wiki|https://simple.wikipedia.org/wiki/Linux,software-tools/linux,,,,,,oer -02d74883-ada2-4b51-87ba-b227fc424860,Node as We Go,,,blog|http://blog.trevnorris.com/,software-tools/nodejs,,,,,, -dce190be-2fd2-48f8-a3a5-2eb42764c169,Node up and running (2012),,,book|http://chimera.labs.oreilly.com/books/1234000001808/index.html,software-tools/nodejs,,,,,, -9a8b20a9-1fe9-486e-a6fb-acee8d687108,NodeJS Developer Roadmap for 2019,,,learning_plan|https://github.com/aliyr/Nodejs-Developer-Roadmap,software-tools/nodejs,,,,,5.0,oer -30970b7a-b6d5-42a9-a74b-e6c560cb97d8,Node.js,,,qna|https://www.quora.com/topic/Node-js,software-tools/nodejs,,,,,,oer -0130667d-fc10-47ec-8cc1-4067c88e0e05,PostgreSQL Wiki,,,website|https://wiki.postgresql.org/wiki/Main_Page,software-tools/postgresql,,,,,, -cbf339e0-6e9f-442c-8361-69608867c8f1,Don't Do This,,,article|https://wiki.postgresql.org/wiki/Don%27t_Do_This,software-tools/postgresql,,,,,, -a56c6e49-07cc-49db-b599-b429be5d8dbe,Main Wikipedia: PostgreSQL,,,wiki|https://en.wikipedia.org/wiki/PostgreSQL,software-tools/postgresql,,,,,,oer -ad8da056-fed8-4998-b5cd-67373eb23cd8,Get started | Learning Music (Beta),,,interactive|https://learningmusic.ableton.com/,music;music-theory,,,,,, -7d10b2bc-0f26-4e3b-b9d3-c951a7cdd853,Powershell,,,chat|https://www.reddit.com/r/PowerShell/,software-tools/powershell,,,,,,oer -b80ccd7d-e655-4de4-ba39-96d66738d395,Main Wikipedia: PowerShell,,,wiki|https://en.wikipedia.org/wiki/PowerShell,software-tools/powershell,,,,,,oer -d5ee49d5-7f3f-412a-94bb-2eab9c832974,React Handbook,,,article|https://medium.freecodecamp.org/the-react-handbook-b71c27b0a795,software-tools/react,,,,,, -cd7af6fe-2643-468f-a1a0-7d3dd9494752,The React Podcast,,,audio|https://changelog.com/reactpodcast,software-tools/react,,,,,, -199bd103-8536-4699-aa96-6a864c8453dc,Brent Vatne,,,blog|http://brentvatne.ca/,software-tools/react,,,,,, -fca48919-bb84-4bba-b884-e32819135e6a,Build with React,,,blog|http://buildwithreact.com/,software-tools/react,,,,,, -6eb804db-c521-48c6-8ce7-07612a1fa616,React in Patterns (2018),,,book|https://krasimir.gitbooks.io/react-in-patterns/content/,software-tools/react,,,,,, -d5efff93-8d69-46c0-b9c3-de37e9dae408,The Road to learn React,,,book|https://roadtoreact.com/,software-tools/react,,,,,, -4ce45295-ab1f-4e95-abf1-651df37426da,Advanced React Patterns (2017),,,course|https://github.com/kentcdodds/advanced-react-patterns,software-tools/react,,,,,,oer -6db72ca9-956c-40b4-83c6-824e6658f373,Beginner's guide to React (2017),,,course|https://egghead.io/courses/the-beginner-s-guide-to-react,software-tools/react,,,,,, -e68e6c35-a525-48c9-83d4-ce60de96908f,"Survive JS: React, From apprentice to master",,,course|https://survivejs.com/react/introduction/,software-tools/react,,,,,, -5a2c4e47-a4bf-4a9a-a43b-83133d636bfc,Building React Applications with Redux,,,course|https://egghead.io/courses/building-react-applications-with-idiomatic-redux,software-tools/react,,,,,, -ddce421a-7761-405f-9e86-4cc33351979e,Complete intro to React v4 (2018),,,course|https://btholt.github.io/complete-intro-to-react-v4/,software-tools/react,,,,,,oer -6119bd34-4f3f-427a-8a0b-44b896245a23,Leverage New Features of React 16 (2018),,,course|https://egghead.io/courses/leverage-new-features-of-react-16,software-tools/react,,,,,, -db3897c1-fe48-4548-9c5e-0c95593ec722,React Holiday (2017),,,course|https://react.holiday/,software-tools/react,,,,,, -96f9aa95-37f0-440e-9822-a5b51d1d66ce,Main Wikipedia: React (JavaScript library),,,wiki|https://en.wikipedia.org/wiki/React_(JavaScript_library),software-tools/react,,,,,,oer -e5552f56-d848-407d-a7f3-f7da5c866505,Redux Book (2018),,,book|https://read.reduxbook.com/,software-tools/redux,,,,,, -1809f906-7942-4854-aabb-7245663f52cd,Salesforce,,,qna|https://salesforce.stackexchange.com,software-tools/salesforce,,,,,,oer -68e1da4b-9061-4abf-a47e-7e355f715642,Main Wikipedia: Salesforce.com,,,wiki|https://en.wikipedia.org/wiki/Salesforce.com,software-tools/salesforce,,,,,,oer -13c10227-3094-45e4-92ea-d390f7daf8eb,Preface :: Reasonably Polymorphic,,,book|https://reasonablypolymorphic.com/book/preface,computer-science,,,,,, -055273ea-8a0c-4ab5-a54c-d1f8c0a97161,Sharepoint,,,qna|https://sharepoint.stackexchange.com,software-tools/sharepoint,,,,,,oer -3c88524e-733c-4013-86e4-109058aadffd,Main Wikipedia: SharePoint,,,wiki|https://en.wikipedia.org/wiki/SharePoint,software-tools/sharepoint,,,,,,oer -270bba06-4bb2-479d-b68d-ba545f64c071,Tor,,,qna|http://tor.stackexchange.com,software-tools/tor,,,,,,oer -d06cbe6c-36e6-4d8d-8d6b-b4699e8019b0,Main Wikipedia: Tor (anonymity network),,,wiki|https://en.wikipedia.org/wiki/Tor_(anonymity_network),software-tools/tor,,,,,,oer -eb15eba8-414a-45b9-b74d-5b59f62dffbb,Ask ubuntu,,,qna|http://askubuntu.com,software-tools/ubuntu,,,,,, -41cfe018-88c7-46f8-8db9-2e03946c4bc8,Advanced programming in the unix environment (1992),,,book|http://www.goodreads.com/book/show/603263.Advanced_Programming_in_the_UNIX_Environment,software-tools/unix,,,,,, -01810554-f001-46b0-b49d-5cb8278201ef,Unix power tools (1993),,,book|http://www.goodreads.com/book/show/172314.UNIX_Power_Tools,software-tools/unix,,,,,, -0fbac389-e453-4b8f-82b7-10e566c2166d,An introduction to unix (2014),,,book|http://www.oliverelliott.org/article/computing/tut_unix/,software-tools/unix,,,,,, -e0070ff7-a1f3-4ec5-934a-ebcba464c90a,Command line,,,cheatsheet|https://files.fosswire.com/2007/08/fwunixref.pdf,software-tools/unix,,,,,, -b5d96acd-ccf5-4ca3-bf56-8cdd2eb73b40,Unix,,,qna|https://unix.stackexchange.com,software-tools/unix,,,,,,oer -f590ec87-753b-4635-8d56-df30b0d21a60,Main Wikipedia: Unix,,,wiki|https://en.wikipedia.org/wiki/Unix,software-tools/unix,,,,,,oer -eef89794-b0ba-4b4d-b0c6-8a4f5406a704,Simple Wikipedia: UNIX,,,wiki|https://simple.wikipedia.org/wiki/UNIX,software-tools/unix,,,,,,oer -9994fde5-2c77-4a60-8436-3ab3488f6702,Wingolog,,,blog|https://wingolog.org/,software-tools/v8engine,,,,,, -b5273dd2-6dac-4b96-a24b-b553feec190b,AirBlade Software,,,blog|https://airbladesoftware.com/notes/,software-tools/vim,,,,,, -b7393931-ec84-4ac0-8bb6-6960efcc4b0e,Bluz71,,,blog|https://bluz71.github.io/,software-tools/vim,,,,,,oer -79a72135-4e42-470c-bf47-cfbe7ad5f8d8,Practical vim: Edit Text at the Speed of Thought (2012),,,book|http://www.goodreads.com/book/show/13607232-practical-vim,software-tools/vim,,,,,, -50a0987f-a450-42e3-abb9-a87a5cab7837,Learn Vimscript the Hard Way,,,book|http://learnvimscriptthehardway.stevelosh.com/,software-tools/vim,,,,,, -41a578cc-cfc3-4f1f-ad1b-6c62ddb9e641,Vim user manual,,,book|http://vimdoc.sourceforge.net/htmldoc/usr_toc.html,software-tools/vim,,,,,, -9586ddbb-e371-4c1d-82d8-97c80e1375cd,Vim,,,qna|https://www.quora.com/topic/Vim-text-editor,software-tools/vim,,,,,,oer -3f763678-4b5c-4bc4-8e0c-432477cf717e,Webpack: From apprentice to master (2018),,,book|https://survivejs.com/webpack/preface/,software-tools/webpack,,,,,, -431fcddf-8224-49b7-860c-eb71aca2104f,Publishing a plugin to the Wordpress Plugin Directory,,,article|https://www.sitepoint.com/publishing-a-plugin-to-the-wordpress-plugin-directory/,software-tools/wordpress,,,,,, -08faa553-dca3-4384-8871-daa283bdda1b,Wordpress development,,,qna|https://wordpress.stackexchange.com,software-tools/wordpress,,,,,,oer -a0098f60-e874-417d-9309-587bc8baaafd,Main Wikipedia: WordPress,,,wiki|https://en.wikipedia.org/wiki/WordPress,software-tools/wordpress,,,,,,oer -67afbc66-84bc-4fa9-9413-120f389578ef,Simple Wikipedia: WordPress,,,wiki|https://simple.wikipedia.org/wiki/WordPress,software-tools/wordpress,,,,,,oer -ae6a3851-7d7e-435a-af74-0e22c3151b2d,Abacus News,,,website|https://www.abacusnews.com/,nations/china/technology,,,,,, -9e2fb1c8-e23b-4e8b-ad72-74fb395a45bf,China EconTalk,,,newsletter|https://chinaecontalk.substack.com/,nations/china/technology,,,,,, -bc59a439-a2b9-416e-9daf-7890bde7fc4c,Varsity by Zerodha,,,website|https://play.google.com/store/apps/details?id=com.zerodha.varsity&hl=en_US,nations/india/finance,,,,,, -8261d2c3-d555-43f2-8180-328e8cd8da31,EconomicTimes,,,website|https://economictimes.indiatimes.com/,nations/india/finance,,,,,, -6cb7c58b-53ac-4475-917d-41758cb6c485,Paisa Vaisa - all things money in India,,,audio|https://ivmpodcasts.com/paisavaisa,nations/india/finance,,,,,, -80aeb694-0778-4dc7-8f36-4e0f1c31b8ca,CapitalMind,,,blog|https://capitalmind.in/,nations/india/finance,,,,,, -a58c37ef-fb26-4c46-a07c-c69243d24b5a,NISM / IIBF books,,,book|https://www.taxmann.com/bookstore/nism-iibf-books.aspx,nations/india/finance,,,,,, -7cbf218a-f311-4e64-b0b5-b0feedd28141,Designing For The Web,,,book|https://designingfortheweb.co.uk/,web-design,,,,,, -c392ce1d-afb1-4394-bcfa-af295bde82d3,"NISM, SEBI India Investment Adviser (Level 2) Certification Exam",,,cert|https://www.nism.ac.in/certification/index.php/nism-certifications/investment-adviser/investment-advisors-level-2,nations/india/finance,,,,,, -b21fd60b-3c9a-45ed-bd8a-217e0f182fbd,IndiaInvestments Discord,,,chat|https://discord.gg/qJ6vhTX,nations/india/finance,,,,,, -ded971d1-f46f-45ec-a87e-e7aaf23d429b,/r/IndiaInvestments/,,,chat|https://www.reddit.com/r/IndiaInvestments/,nations/india/finance,,,,,,oer -e8138b1e-662d-4280-9e14-346cf0e64597,Deepak Shenoy,,,people|https://twitter.com/deepakshenoy,nations/india/finance,,,,,, -12b280f3-365c-4439-a1b1-164f787a30b7,Music Theory Lessons - LightNote,,,interactive|https://www.lightnote.co/,music-theory,,,,,, -84812b91-719e-44b1-baa7-c418b730f984,How Basic Chords Work - Music Theory Lesson 1,,,video|https://www.youtube.com/watch?v=5Y01jIorpeA&list=PL1302D94F247600CD&index=2&t=0s,music-theory,,,,,,oer -640129db-603e-4713-a129-246e1e7ce18e,Elixir: The Documentary,,,video|https://www.youtube.com/watch?v=lxYFOM3UJzo,programming-languages/elixir,,,,,,oer -1b147617-42e2-41b6-a3fa-9b704dd56828,brain of mat kelcey,,,article|http://matpalm.com/blog/cool_machine_learning_books/,machine-learning,,,,,, -72f1684b-8b98-4d9e-a3b4-715d32ff19ac,Group Explorer 3.0,,,app|https://nathancarter.github.io/group-explorer/index.html,abstract-algebra,,,,,,oer -e4af7c19-a6f4-4664-b843-4f3dc3cc46f3,Visual Group Theory,,,book|https://www.goodreads.com/book/show/7629307-visual-group-theory-maa-classroom-resource-materials;course|http://www.math.clemson.edu/~macaule/classes/m20_math4120/,abstract-algebra,,,,,, -8ca80cea-2541-4b3d-84e7-39f08ad61e85,Math E-222 Instructor- Professor Benedict Gross,,,course|http://www.infocobuild.com/education/audio-video-courses/mathematics/math-e222-harvard.html,abstract-algebra,,,,,, -bf46b051-7431-491f-ba22-6583e2acbda0,Emmy Noether,,,people|https://en.wikipedia.org/wiki/Emmy_Noether,abstract-algebra,,,,,,oer -fb8a2f10-0033-4edc-8c75-de1f8ff2a193,Visual Group Theory,,,video|https://www.youtube.com/watch?v=UwTQdOop-nU,abstract-algebra,,,,,,oer -d195d0a0-b371-4d8e-bb04-ec6821c7a56e,YouTube Lecture Series,,,video|https://www.youtube.com/watch?v=IP7nW_hKB7I&list=PLi01XoE8jYoi3SgnnGorR_XOW3IcK-TP6,abstract-algebra,,,,,,oer -9ba71460-ab65-42f7-acd2-7b5d168b2e29,Main Wikipedia: Abstract algebra,,,wiki|https://en.wikipedia.org/wiki/Abstract_algebra,abstract-algebra,,,,,,oer -f99df0f5-efe7-4edc-85e3-36a61695d962,Simple Wikipedia: Abstract algebra,,,wiki|https://simple.wikipedia.org/wiki/Abstract_algebra,abstract-algebra,,,,,,oer -376f1b35-6e60-44e9-9bf1-5c8548c97fc5,Academia,,,qna|https://academia.stackexchange.com,academia,,,,,,oer -c9004c5d-07dc-41ee-8461-c3e5d5f7f9cb,AI Ethics Resources,,,article|https://www.fast.ai/2018/09/24/ai-ethics-resources/,ai-ethics,,,,,, -3da0a6ef-0bff-43e7-b9af-5c90a163b4af,Tech Ethics Curricula,,,course|https://medium.com/@cfiesler/tech-ethics-curricula-a-collection-of-syllabi-3eedfb76be18,ai-ethics,,,,,,oer -3edca7d0-b64b-4919-a0de-43019a2babf6,Beer wine and & spirits,,,qna|https://alcohol.stackexchange.com,alcohol,,,,,,oer -298466e8-3500-4c63-b717-7c1f8f72052c,Homebrewing,,,qna|https://homebrew.stackexchange.com,alcohol,,,,,,oer -b4b2a487-1c66-4305-8f93-fe8325345077,Visual Patterns,,,website|http://www.visualpatterns.org/,algebra,,,,,, -6b3d6a35-c211-48d0-aeb2-311f5f296917,Algebra: A Very Short Introduction,,,book|https://www.goodreads.com/book/show/26257385-algebra,algebra,,,,,, -862d763c-de07-47c2-8766-c5f2400537a6,MathBox: Tool for Thought (Algebra & Fourier Analysis),,,interactive|https://acko.net/files/gltalks/toolsforthought/#0,algebra,,,,,, -7754aacc-b68c-4e16-a199-46a6f04f472a,Algebra,,,qna|https://www.quora.com/topic/Algebra,algebra,,,,,,oer -3121c1fa-ec73-4495-a643-dcc75be671e3,Essence of Linear Algebra - 3Blue1Brown,,,video|https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab,algebra,,,,,,oer -6ce58387-bedf-4a1b-b2a9-f6a977c397ba,Algorithm design manual (1987),,,book|https://edisciplinas.usp.br/pluginfile.php/1995283/mod_resource/content/1/Skiena.-.TheAlgorithmDesignManual.pdf,algorithms,,,,,, -fe39a2fd-9e56-47a7-bb57-d1dcba7bc4bc,Introduction to algorithms (1990),,,book|http://www.goodreads.com/book/show/108986.Introduction_to_Algorithms,algorithms,,,,,, -4a2f063a-e930-4ff9-83a3-27e53233715b,Algorithm design (2005),,,book|http://www.goodreads.com/book/show/145055.Algorithm_Design,algorithms,,,,,, -fc61633b-e75b-44e6-9bf3-c0e17dc07284,Algorithms by Dasgupta (2006),,,book|http://algorithmics.lsi.upc.edu/docs/Dasgupta-Papadimitriou-Vazirani.pdf,algorithms,,,,,, -4bab3cf4-e2c5-4353-a96d-91cfb3dfd24e,Algorithms etc by Jeff Erickson (2015),,,book|http://jeffe.cs.illinois.edu/teaching/algorithms/,algorithms,,,,,, -76e452df-8e59-438d-b3b8-e000eaad109f,Algorithm design: parallel and sequential,,,book|http://www.parallel-algorithms-book.com/,algorithms,,,,,, -82c933cf-2b3b-485c-a4e1-1f498bb866e4,A Complete Guide to LLVM for Programming Language Creators,,,article|https://mukulrathi.co.uk/create-your-own-programming-language/llvm-ir-cpp-api-tutorial/,software-tools/llvm,,,,,, -bd029530-c3fb-4f77-bdd5-7d887913202b,Algorithms (2010),,,course|http://www.cs.cmu.edu/afs/cs/academic/class/15451-f10/www/,algorithms,,,,,,oer -b4cc6982-e4f0-4f4e-90f3-50ee130a55f9,Algorithms: Part 1,,,course|https://www.coursera.org/learn/algorithms-part1/home/welcome,algorithms,,,,,, -d588aa8e-cfd3-4a7f-b75b-beadd5162330,Data structures (2016),,,course|http://datastructur.es/sp16/,algorithms,,,,,, -baf8148f-10c3-422f-846a-4177488c5274,Data structures (2017),,,course|http://datastructur.es/sp17/,algorithms,,,,,, -ec789ba4-413f-40bb-b729-c9e1d7269408,Design and analysis of algorithms (2012),,,course|https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-design-and-analysis-of-algorithms-spring-2012/,algorithms,,,,,,oer -97bf99de-90fc-435a-958c-5c53ba45cb88,Evolutionary computation (2014),,,course|https://courses2.cit.cornell.edu/cs5724/,algorithms,,,,,,oer -183d00bf-60e9-4d5b-8a62-6fdff2c747cc,Introduction to programming contests (2012),,,course|http://web.stanford.edu/class/cs97si/,algorithms,,,,,,oer -c0290aaa-0f98-4dff-bc8e-b5b44cb6ea00,MIT advanced data structures (2014),,,course|http://courses.csail.mit.edu/6.851/spring14/index.html,algorithms,,,,,,oer -6e543ec4-90f9-4d8a-a39f-73f4186eaa7b,MIT introduction to algorithms,,,course|https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/lecture-videos/;summary|https://catonmat.net/summary-of-mit-introduction-to-algorithms,algorithms,,,,,,oer -3baa2aca-fde2-4072-a051-1f0e936f8f7d,Algorithms,,,qna|https://www.quora.com/topic/Algorithms,algorithms,,,,,,oer -6195e48a-9d16-4487-8724-11115fb7994f,Main Wikipedia: Algorithm,,,wiki|https://en.wikipedia.org/wiki/Algorithm,algorithms,,,,,,oer -07a7b752-8ea5-464b-806e-2f4e7ab6dcdd,Simple Wikipedia: Algorithm,,,wiki|https://simple.wikipedia.org/wiki/Algorithm,algorithms,,,,,,oer -edfd8773-0d85-4ece-add9-0a712e1077a7,Amateur radio,,,qna|https://ham.stackexchange.com,amateur-radio,,,,,,oer -d1144b7d-ea28-452f-8af6-a24b725d9973,Anki Decks,,,flashcard|https://ankiweb.net/shared/decks/anatomy,anatomy,,,,,,oer -c65a6fff-f90a-4f63-8b6d-5b4f099dfd83,Main Wikipedia: Anatomy,,,wiki|https://en.wikipedia.org/wiki/Anatomy,anatomy,,,,,,oer -1faba6d3-652c-4fd2-9e72-0cb6f65c1c07,Simple Wikipedia: Anatomy,,,wiki|https://simple.wikipedia.org/wiki/Anatomy,anatomy,,,,,,oer -02ce819a-f489-41f9-9ae7-91f732c8f741,Anime & manga,,,qna|http://anime.stackexchange.com,animation,,,,,,oer -29a1e8ba-585f-4104-899b-018370368ea1,Blender,,,qna|https://blender.stackexchange.com,animation,,,,,,oer -d9e9cb4a-eb93-4f0e-8404-e9f9335f58c2,Apple,,,chat|https://www.reddit.com/r/apple/,apple,,,,,,oer -bebbe12a-33fa-4608-a58f-831abb7c2744,iOS programming,,,chat|https://www.reddit.com/r/iOSProgramming/,apple,,,,,,oer -baf85dc2-da28-43b8-8c14-20d12a666423,Iosdev,,,chat|https://www.reddit.com/r/iosdev/,apple,,,,,,oer -542b641f-de5d-415e-beac-71f441389141,Mac apps,,,chat|https://www.reddit.com/r/macapps/,apple,,,,,,oer -f3f39a1e-92dc-4288-9181-4b7dbb380585,MacOS,,,chat|https://www.reddit.com/r/MacOS/,apple,,,,,,oer -80628d96-b8aa-4eee-80fa-a7a0235acdb0,Osx,,,chat|https://www.reddit.com/r/osx/,apple,,,,,,oer -350f2094-4b1e-455f-ad73-5df624c47ed2,Ask different,,,qna|https://apple.stackexchange.com,apple,,,,,,oer -9ced0867-96a9-439f-b106-1def3954928b,The Underdome Guide to Energy Reform (2015),,,book|https://www.amazon.com/Underdome-Guide-Energy-Reform/dp/1616893974?tag=learnawesome-20,architecture,,,,,, -8074cd49-6143-4283-810e-c89ae8b5e311,Architecture: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780192801791.001.0001/actrade-9780192801791?rskey=MLPnxI&result=51,architecture,,,,,, -e4e811d3-0f65-4b23-89be-1227565f272e,Arduino,,,qna|http://arduino.stackexchange.com,arduino,,,,,,oer -21797545-b269-4f52-977f-02305974acfd,Drawing on the right side of the brain (1979),,,book|http://www.goodreads.com/book/show/627206.The_New_Drawing_on_the_Right_Side_of_the_Brain,art-craft,,,,,, -cb6c38ea-41e6-4494-846a-c114772a4734,/r/Art/,,,chat|https://www.reddit.com/r/Art/,art-craft,,,,,,oer -abb8263d-6549-4ada-8786-95a4ed79ef42,/r/ImaginaryCityscapes/,,,chat|https://www.reddit.com/r/ImaginaryCityscapes/,art-craft,,,,,,oer -8d8be48e-7c2b-4c66-a868-75a4322f5f71,/r/PourPainting/,,,chat|https://www.reddit.com/r/PourPainting/,art-craft,,,,,,oer -d607b5b2-fcb3-4ebe-ae66-2230fe72f299,Crafts StackExchange,,,qna|https://crafts.stackexchange.com/,art-craft,,,,,,oer -f87d39ea-e065-475e-8a0e-fa200bd7cf96,WTF is Artificial Intelligence,,,article|https://machinelearnings.co/how-to-prepare-your-career-for-artificial-intelligence-driven-automation-1bb153759b3b,artificial-intelligence,,,,,, -0df00a88-a4d6-4247-bf80-788447aaae08,Adam Paszke,,,blog|http://apaszke.github.io/posts.html,artificial-intelligence,,,,,,oer -e2f6f7f9-bd56-461a-a871-13725e9e7e26,AI Roadmap Institute,,,blog|https://medium.com/@AIroadmap,artificial-intelligence,,,,,,oer -808b93a7-5f49-49b4-a136-4fc6b0fe85a9,Ritchie Ng,,,blog|http://www.ritchieng.com/news/,artificial-intelligence,,,,,, -06bfa2b9-c6ba-4e47-92ea-d0e1fe6fd616,Rylan Schaeffer,,,blog|http://rylanschaeffer.github.io/content/research.html,artificial-intelligence,,,,,,oer -be06386f-674f-45db-aa4e-c4edbc2e6b0c,The BAIR Blog,,,blog|http://bair.berkeley.edu/blog/about/,artificial-intelligence,,,,,,oer -02c9190b-83de-4cf1-904f-b6175462460a,Artificial Intelligence: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199602919.001.0001/actrade-9780199602919?rskey=MLPnxI&result=56,artificial-intelligence,,,,,, -3a50d570-97bb-4b03-ab91-1f6cff8dbf65,Berkeley intro to ai (2014),,,course|http://ai.berkeley.edu/home.html,artificial-intelligence,,,,,,oer -ed11f25c-9747-4450-a7f2-c23b665aa0bd,MIT artificial intelligence (2010),,,course|https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-034-artificial-intelligence-fall-2010/lecture-videos/,artificial-intelligence,,,,,,oer -3a892d55-6a3a-43d1-8dba-c3ec851468f8,The society of mind (2011),,,course|https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-868j-the-society-of-mind-fall-2011/index.htm,artificial-intelligence,,,,,,oer -6e99d295-b1a1-4610-8ffe-b70ab7407902,Artificial intelligence,,,qna|https://www.quora.com/topic/Artificial-Intelligence,artificial-intelligence,,,,,,oer -562151b8-9c3d-4e37-a6f1-bf74b395a0b4,Winner-take-all autoencoders,,,research_paper|https://arxiv.org/pdf/1409.2752.pdf,artificial-intelligence,,,,,, -bd013b6a-fffb-4e3d-9842-b33607e8090a,A roadmap towards machine intelligence,,,research_paper|https://arxiv.org/pdf/1511.08130.pdf,artificial-intelligence,,,,,, -18351d97-b97a-438a-a293-96040de093af,Is the brain a good model for machine intelligence?,,,research_paper|http://www.gatsby.ucl.ac.uk/%7Edemis/TuringSpecialIssue%28Nature2012%29.pdf,artificial-intelligence,,,,,, -8f149c86-53c7-4b01-be78-49c3b0216d63,Concrete problems in ai safety,,,research_paper|https://arxiv.org/pdf/1606.06565.pdf,artificial-intelligence,,,,,, -26f31638-91bb-4c69-9cef-f825824c615a,Main Wikipedia: Artificial intelligence,,,wiki|https://en.wikipedia.org/wiki/Artificial_intelligence,artificial-intelligence,,,,,,oer -d1b11830-a9cc-4128-9018-fc02c25ec321,Simple Wikipedia: Artificial intelligence,,,wiki|https://simple.wikipedia.org/wiki/Artificial_intelligence,artificial-intelligence,,,,,,oer -d99479c9-e0b9-48ea-be3b-17fd9a130aab,Astronomy,,,qna|https://astronomy.stackexchange.com,astronomy,,,,,,oer -a28eab61-efaa-49e3-907c-a68f8299824e,I Know Why the Caged Bird Sings,By Maya Angelou,https://learn-awesome.github.io/assets/book_covers/13214.jpg,book|https://www.goodreads.com/book/show/13214.I_Know_Why_the_Caged_Bird_Sings,autobiography,,,,,, -19149dcb-62f9-43de-a8df-af6082b3e6d8,Hit Refresh (2017) - Summary by FourMinuteBooks,"“At the core, Hit Refresh, is about us humans and the unique quality we call empathy, which will become ever more valuable in a world where the torrent of technology will disrupt the status quo like never before.” – Satya Nadella from Hit Refresh“Satya has charted a course for making the most of the opportunities created by technology while also facing up to the hard questions.” – Bill Gates from the Foreword of Hit Refresh The New York Times bestseller Hit Refresh is about individual change, about the transformation happening inside of Microsoft and the technology that will soon impact all of our lives—the arrival of the most exciting and disruptive wave of technology humankind has experienced: artificial intelligence, mixed reality, and quantum computing. It’s about how people, organizations, and societies can and must transform and “hit refresh” in their persistent quest for new energy, new ideas, and continued relevance and renewal. Microsoft’s CEO tells the inside story of the company’s continuing transformation, tracing his own personal journey from a childhood in India to leading some of the most significant technological changes in the digital era. Satya Nadella explores a fascinating childhood before immigrating to the U.S. and how he learned to lead along the way. He then shares his meditations as a sitting CEO—one who is mostly unknown following the brainy Bill Gates and energetic Steve Ballmer. He tells the inside story of how a company rediscovered its soul—transforming everything from culture to their fiercely competitive landscape and industry partnerships. As much a humanist as engineer and executive, Nadella concludes with his vision for the coming wave of technology and by exploring the potential impact to society and delivering call to action for world leaders.“Ideas excite me,” Nadella explains. “Empathy grounds and centers me.” Hit Refresh is a set of reflections, meditations, and recommendations presented as algorithms from a principled, deliberative leader searching for improvement—for himself, for a storied company, and for society.",,summary|https://fourminutebooks.com/hit-refresh-summary/;book|https://www.amazon.in/Hit-Refresh-Rediscover-Microsofts-Everyone/dp/0062959727?tag=learnawesome-21,autobiography,Author of Hit Refresh,,,,, -a65affcf-d2c2-4667-b3bf-f27c8bf08aeb,Becoming (2018),,,book|https://www.goodreads.com/book/show/38746485-becoming,autobiography,,,,,, -eb24398a-59ed-4771-a01b-b83fe8ef9527,"See How it Flies: A new spin on the perceptions, procedures, and principles of flight",,,book|https://www.av8n.com/how/,aviation,,,,,, -ef7a41bb-c5fd-4826-93e1-55c493b6e2d3,Aviation,,,qna|https://aviation.stackexchange.com,aviation,,,,,,oer -dd469897-cc63-49a6-b3b1-aaa83d6daffc,Last chance to see,,,book|http://www.goodreads.com/book/show/8696.Last_Chance_to_See,awareness,,,,,, -70c0f8d5-bc74-42a9-9284-9b42e28bec5d,Cowspiracy,,,video|https://letterboxd.com/film/cowspiracy-the-sustainability-secret/,awareness,,,,,, -f4d15226-7453-4f38-89eb-0dfef4db328d,Earthlings,,,video|https://letterboxd.com/film/earthlings/,awareness,,,,,, -91efeabf-c3f8-4eb3-bc48-3c51ef04bdd6,HyperNormalisation,,,video|https://www.youtube.com/watch?v=-fny99f8amM,awareness,,,,,,oer -2d81af09-ab9d-4dd7-bd31-00a6ee1c094f,The century of the self,,,video|https://www.youtube.com/watch?v=eJ3RzGoQC4s,awareness,,,,,,oer -113b4499-c005-40dc-a455-c0e251e29e86,The trap,,,video|https://www.youtube.com/watch?v=y97Ywl7RtUw,awareness,,,,,,oer -eed63de5-0d59-4f21-855d-d0b598939c26,World After Capital (2018),,,book|http://worldaftercapital.org/,basic-income,,,,,, -d54ba155-0aff-44eb-bbdf-b05fbc3a3d4e,Biblical hermeneutics,,,qna|https://hermeneutics.stackexchange.com,biblical-hermeneutics,,,,,,oer -1c2a9e72-885b-42ec-be3a-8e614e68c667,Bike commuting,,,chat|https://www.reddit.com/r/bikecommuting/,bicycle,,,,,,oer -e8dc1938-42d3-42fe-a375-63eb54c2c393,Bicycles,,,qna|https://bicycles.stackexchange.com,bicycle,,,,,,oer -7c488391-2696-4a93-9ea6-b637cd8f53b4,Big Data: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780198779575.001.0001/actrade-9780198779575?rskey=MLPnxI&result=78,big-data,,,,,, -25a6b70f-eea7-4dcc-8fef-4a12729969d2,Big data,,,qna|https://www.quora.com/topic/Big-Data,big-data,,,,,,oer -53d0ffb9-c5a3-45d2-ac80-b31fdbec6d90,The pathologies of big data,,,research_paper|http://queue.acm.org/detail.cfm?id=1563874,big-data,,,,,, -344612b3-c954-4fc4-84bf-ca57190ad45c,Main Wikipedia: Big data,,,wiki|https://en.wikipedia.org/wiki/Big_data,big-data,,,,,,oer -1af4fdcd-942a-4c57-b9f7-9b93abc1d155,Simple Wikipedia: Big data,,,wiki|https://simple.wikipedia.org/wiki/Big_data,big-data,,,,,,oer -18c5913a-71e6-429e-9462-24c3247db63a,The autobiography of Malcolm X (1965),,,book|http://www.goodreads.com/book/show/92057.The_Autobiography_of_Malcolm_X,biographies,,,,,, -fa26d7b5-28f5-4300-98bf-fb5ce2622602,Napoleon bonaparte: an intimate biography (1971),,,book|http://www.goodreads.com/book/show/22175392-napoleon-bonaparte-an-intimate-biography?rating=1,biographies,,,,,, -9e3f16c4-4e7c-463f-b6c1-71837c00bca4,The power broker (1974),,,book|http://www.goodreads.com/book/show/1111.The_Power_Broker,biographies,,,,,, -ca2ddf7a-d5ae-4ab7-8598-6b68378e1ec1,Surely you’re joking Mr Feynman (1984),,,book|http://www.goodreads.com/book/show/5544.Surely_You_re_Joking_Mr_Feynman_,biographies,,,,,, -eb56111f-9dd1-4e51-a9da-2c5ea9e964ec,The man who knew infinity: a life of the genius Ramanujan (1991),,,book|http://www.goodreads.com/book/show/106139.The_Man_Who_Knew_Infinity,biographies;ramanujan,,,,,, -675e2752-edd7-4962-9f36-eb0a15e160d2,"Speak, memory (1951)",,,book|http://www.goodreads.com/book/show/30594.Speak_Memory,biographies,,,,,, -399781f9-3543-4913-bb67-7a56c206a1ea,Madame curie: a biography (2001),,,book|http://www.goodreads.com/book/show/341166.Madame_Curie,biographies,,,,,, -c05957f1-0153-4448-99cf-5c67ddd853a0,Benjamin franklin: an american life (2004),,,book|http://www.goodreads.com/book/show/10883.Benjamin_Franklin,biographies,,,,,, -80e23a98-dcf1-4a75-85ad-cd8b187fdacd,Team of rivals: the political genius of Abraham Lincoln (2005),,,book|http://www.goodreads.com/book/show/2199.Team_of_Rivals,biographies,,,,,, -7e050c60-61b1-4e18-a90f-3a179f455e22,Einstein: his life and universe (2007),,,book|http://www.goodreads.com/book/show/10884.Einstein,biographies,,,,,, -98a4c009-96b3-4e8c-8f34-0ec13d883aa3,The strangest man (2009),,,book|http://www.goodreads.com/book/show/6629359-the-strangest-man,biographies,,,,,, -2aba2b98-03a6-4fd0-9595-aae1a76b9e66,Steve Jobs (2011),,,book|http://www.goodreads.com/book/show/11084145-steve-jobs,biographies,,,,,, -e5d7b459-d7f9-411e-9b26-b68ba7fe5c1a,The Everything Store: Jeff Bezos and the Age of Amazon (2013) - Summary by FourMinuteBooks,"The definitive story of Amazon.com, one of the most successful companies in the world, and of its driven, brilliant founder, Jeff Bezos.Amazon.com started off delivering books through the mail. But its visionary founder, Jeff Bezos, wasn't content with being a bookseller. He wanted Amazon to become the everything store, offering limitless selection and seductive convenience at disruptively low prices. To do so, he developed a corporate culture of relentless ambition and secrecy that's never been cracked. Until now. Brad Stone enjoyed unprecedented access to current and former Amazon employees and Bezos family members, giving readers the first in-depth, fly-on-the-wall account of life at Amazon. Compared to tech's other elite innovators--Jobs, Gates, Zuckerberg--Bezos is a private man. But he stands out for his restless pursuit of new markets, leading Amazon into risky new ventures like the Kindle and cloud computing, and transforming retail in the same way Henry Ford revolutionized manufacturing.The Everything Store will be the revealing, definitive biography of the company that placed one of the first and largest bets on the Internet and forever changed the way we shop and read.",https://covers.openlibrary.org/b/id/7264584-M.jpg,summary|https://fourminutebooks.com/the-everything-store-summary/;book|https://www.goodreads.com/book/show/17660462-the-everything-store,biographies,Brad Stone,,,,, -5c1fb43a-c115-40e4-8046-fbcf66c6424d,"Elon Musk: tesla, spacex, and the quest for a fantastic future (2015)",,,book|http://www.goodreads.com/book/show/22543496-elon-musk,biographies,,,,,, -f56e14e3-b547-4ea5-9ce9-26bf43aaae13,Trump revealed: the definitive biography of the 45th president (2017),,,book|http://www.goodreads.com/book/show/29906336-trump-revealed,biographies,,,,,, -1d249e97-3095-4311-87a1-7bce929e2b47,The Snowball: Warren Buffett and the Business of Life (2008) - Summary by FourMinuteBooks,"Here is THE book recounting the life and times of one of the most respected men in the world, Warren Buffett. The legendary Omaha investor has never written a memoir, but now he has allowed one writer, Alice Schroeder, unprecedented access to explore directly with him and with those closest to him his work, opinions, struggles, triumphs, follies, and wisdom. The result is the personally revealing and complete biography of the man known everywhere as “The Oracle of Omaha.”Although the media track him constantly, Buffett himself has never told his full life story. His reality is private, especially by celebrity standards. Indeed, while the homespun persona that the public sees is true as far as it goes, it goes only so far. Warren Buffett is an array of paradoxes. He set out to prove that nice guys can finish first. Over the years he treated his investors as partners, acted as their steward, and championed honesty as an investor, CEO, board member, essayist, and speaker. At the same time he became the world’s richest man, all from the modest Omaha headquarters of his company Berkshire Hathaway. None of this fits the term “simple.”When Alice Schroeder met Warren Buffett she was an insurance industry analyst and a gifted writer known for her keen perception and business acumen. Her writings on finance impressed him, and as she came to know him she realized that while much had been written on the subject of his investing style, no one had moved beyond that to explore his larger philosophy, which is bound up in a complex personality and the details of his life. Out of this came his decision to cooperate with her on the book about himself that he would never write.Never before has Buffett spent countless hours responding to a writer’s questions, talking, giving complete access to his wife, children, friends, and business associates—opening his files, recalling his childhood. It was an act of courage, as The Snowball makes immensely clear. Being human, his own life, like most lives, has been a mix of strengths and frailties. Yet notable though his wealth may be, Buffett’s legacy will not be his ranking on the scorecard of wealth; it will be his principles and ideas that have enriched people’s lives. This book tells you why Warren Buffett is the most fascinating American success story of our time.",https://learn-awesome.github.io/assets/book_covers/2054761.jpg,summary|https://fourminutebooks.com/the-snowball-summary/;book|https://www.amazon.com/Snowball-Warren-Buffett-Business-Life/dp/0553384619?tag=learnawesome-20,biographies,Alice Schroeder,,,,, -fa2f7266-5084-44b8-bb8a-801c24f49a1c,Science Friday,,,website|https://www.sciencefriday.com/topics/biology/,biology,,,,,, -b84f452f-a910-43d6-85ef-ee3ea897e616,Seek - Know the name of a plant or an animal using computer vision,,,website|https://play.google.com/store/apps/details?id=org.inaturalist.seek,biology,,,,,, -d341d756-be74-4ba2-a041-8396d4a7df3f,BioRxiv,,,website|https://www.biorxiv.org/,biology,,,,,, -6bc6d61a-0fae-48da-9b42-52a865004d3d,Cold Spring Harbor Laboratory,,,website|https://www.cshl.edu/,biology,,,,,,oer -b4b70505-7623-4f1c-8c28-af089a10a054,Bits of DNA,,,blog|https://liorpachter.wordpress.com/,biology,,,,,, -dedf3946-dc63-48ee-8767-2714132a1e8f,Molecular Biology of the Cell (1983),,,book|https://www.goodreads.com/book/show/13400.Molecular_Biology_of_the_Cell,biology,,,,,, -da37c56a-a1aa-44ee-bd60-fce74714bc3e,Rang & Dale's Pharmacology (1987),,,book|https://www.goodreads.com/book/show/380577.Rang_Dale_s_Pharmacology,biology,,,,,, -f334fecf-2783-415b-bec9-cb82180a7ef0,The Cell: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199578757.001.0001/actrade-9780199578757?rskey=VSxM2T&result=105,biology,,,,,, -330411af-342e-4e1c-bf56-c41a3d07ebc4,Microbiology: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199681686.001.0001/actrade-9780199681686?rskey=rtROx3&result=379,biology,,,,,, -7ccac461-f3a7-4d43-9544-fbcd5eb63fef,Anki Decks,,,flashcard|https://ankiweb.net/shared/decks/biology,biology,,,,,,oer -bffe3a5e-0a30-4f6d-a5a5-c69c60299b08,PLOS,,,journal|https://www.plos.org,biology,,,,,, -3a61ad0f-98a5-4552-a0a4-952466cecfed,Biology,,,qna|https://biology.stackexchange.com,biology,,,,,,oer -09e3b2bd-c139-40a1-9090-cf1092e6370f,HIV Life Cycle,,,video|https://vimeo.com/260291607,biology,,,,,, -87057b1e-1584-42c9-84b2-46a44df52a11,Observation of the Development of Chick Embryo,,,video|https://www.youtube.com/watch?v=uE0uKvUbcfw,biology,,,,,,oer -eb30b9f8-ab3d-423e-96b4-5286da2cc8c6,Bitcoin,,,qna|https://bitcoin.stackexchange.com,bitcoin,,,,,,oer -6986e6b8-ed32-48f8-90d3-eb05f280a787,A Proof of Stake Design Philosophy,,,article|https://medium.com/@VitalikButerin/a-proof-of-stake-design-philosophy-506585978d51#.43e2aeta8,blockchain,,,,,,oer -fda7a52c-291a-4a3f-837a-158a9bf7ff05,Snarks,,,article|https://medium.com/@VitalikButerin/zk-snarks-under-the-hood-b33151a013f6,blockchain,,,,,,oer -b3cbaaaa-cec7-4022-94af-ac986f090200,"A Note on Metcalfe's Law, Externalities and Ecosystem Splits",,,article|http://vitalik.ca/general/2017/07/27/metcalfe.html,blockchain,,,,,, -55f72b63-4778-4d9d-8dc8-eb3223e2fd0a,Continuous Token Models: Towards a Million Networks of Value,,,article|https://media.consensys.net/exploring-continuous-token-models-towards-a-million-networks-of-value-fff153175776,blockchain,,,,,, -149418ff-b418-47cb-9327-1e7dbf903462,Crypto Tokens: A breakthrough in open network design,,,article|https://medium.com/@cdixon/crypto-tokens-a-breakthrough-in-open-network-design-e600975be2ef,blockchain,,,,,,oer -bc7c3e5d-a397-4710-b4d9-aa9feafde2ab,Bitcoin Network Effects,,,article|http://blog.eladgil.com/2017/12/bitcoin-network-effects_11.html,blockchain,,,,,, -7e2c0240-76e2-4aee-ade8-e125b93f86fe,Keepers — Workers that Maintain Blockchain Networks,,,article|https://medium.com/@rzurrer/keepers-workers-that-maintain-blockchain-networks-a40182615b66,blockchain,,,,,,oer -03e70425-9ab2-4f10-a95b-7b8b6999fd70,Smart-Contract Network Effect Fallacy,,,article|https://multicoin.capital/2017/08/28/smart-contract-network-effect-fallacy/,blockchain,,,,,, -7b07983c-b82f-4b96-b606-be77971ad288,Bulletproofs,,,article|https://crypto.stanford.edu/bulletproofs,blockchain,,,,,,oer -3f1c284e-cfa6-4c69-90cd-d060ad2ca4d1,blockchain-applications,,,article|https://www.connectbit.com/blockchain-applications/,blockchain,,,,,, -fa346d3d-8596-4108-9e5a-146500998f33,Karl Tech,,,blog|https://karl.tech/,blockchain,,,,,, -292da667-cb89-4eac-928c-ebb5f25c75f8,The Ultimate Introduction to Music Theory (Part 1) - What is a Note?,,,video|https://www.youtube.com/watch?v=DyXqcoEzX70&t=419s,music-theory,,,,,,oer -914647cb-b167-4d40-b134-6daf54ef987f,Coindesk,,,blog|https://www.coindesk.com,blockchain,,,,,, -36e8fd83-aa39-4341-9b27-101d5e6ab818,CoinTelegraph,,,blog|https://cointelegraph.com,blockchain,,,,,, -522a572b-869a-4b0d-8009-c9e9c6f15b5b,Blockchain Blog,,,blog|https://blog.blockchain.com,blockchain,,,,,, -3dab8485-984a-4369-8e9e-fdd8b4cda2c7,Blockchain Blog on Medium,,,blog|https://medium.com/blockchain-blog,blockchain,,,,,,oer -a1cb1798-af2c-4826-9946-e646a5dcfe11,IBM Blockchain Blog,,,blog|https://www.ibm.com/blogs/blockchain,blockchain,,,,,, -ca67914a-e1ef-4c3c-99fd-81a711459552,CCN,,,blog|https://www.ccn.com,blockchain,,,,,, -fb70b20d-0615-4177-9084-62eb9af66ae3,Bitcoin Blog,,,blog|https://bitcoin.org/en/blog,blockchain,,,,,, -533c6bf7-43b9-4e99-95e4-dc7e6bf21426,Coinbase Blog,,,blog|https://blog.coinbase.com,blockchain,,,,,, -f3aa8258-2bcd-4db8-b639-618dd3653e5e,ForkLog,,,blog|http://forklog.net,blockchain,,,,,, -3580dd9c-6dee-413c-ad63-755430315197,Ethereum Blog,,,blog|https://blog.ethereum.org,blockchain,,,,,, -39dbb8a2-3f03-4279-96fe-7ce883fdb2fc,Ethereum World News,,,blog|http://ethereumworldnews.com,blockchain,,,,,, -f6ce6a40-76f4-4b36-8052-2cd3690c5352,Coingate Blog,,,blog|https://blog.coingate.com,blockchain,,,,,, -d06195e1-2fb2-49d0-a4a6-cb304214dd95,Blockchain Explained: A Technology Guide to the Bitcoin and Cryptocurrency Fintech Revolution,,,book|https://www.amazon.in/Blockchain-Explained-Technology-Cryptocurrency-Revolution/dp/1535315946/ref=pd_sim_14_5?_encoding=UTF8&pd_rd_i=1535315946&pd_rd_r=615DFBPATQX6GX4RBPWP&pd_rd_w=96Va0&pd_rd_wg=M6xmm&psc=1&refRID=615DFBPATQX6GX4RBPWP&tag=learnawesome-21,blockchain,,,,,, -56889d5e-efd4-49cd-a2da-a1805a161b4c,"Blockchain Fast and Simple - What It Is, How It Works, Why It Matters: Understand the basics, join the revolution",,,book|https://www.amazon.com/Blockchain-Fast-Simple-Understand-revolution-ebook/dp/B01M1J671W/ref=sr_1_1?s=books&ie=UTF8&qid=1476984683&sr=1-1&keywords=Blockchain+Fast+and+Simple+-+What+It+Is%2C+How+It+Works%2C+Why+It+Matters%3A+Understand+the+basics%2C+join+the+revolution&tag=learnawesome-20,blockchain,,,,,, -189a4452-e7ec-4bcb-a25b-5555942c2c19,Cryptocurrency Investment: How to Invest in Cryptocurrencies and Make Money in the Long-term,,,book|https://www.amazon.in/dp/B07588PNMR?tag=learnawesome-21,blockchain,,,,,, -2bada633-95a4-4196-aab4-36586ea3ffb3,"Blockchain Revolution: How the Technology behind Bitcoin Is Changing Money, Business, and the World",,,book|https://www.amazon.in/Blockchain-Revolution-Technology-Changing-Business/dp/1101980133/ref=pd_sim_14_11?_encoding=UTF8&pd_rd_i=1101980133&pd_rd_r=KF66S03S94P6CMSN0K29&pd_rd_w=Dibne&pd_rd_wg=jRGoU&psc=1&refRID=KF66S03S94P6CMSN0K29&tag=learnawesome-21,blockchain,,,,,, -0e38fc4c-f900-4e8e-939a-795c93bfba21,Blockchain Revolution: The Ultimate Guide to Mastering Bitcoin and How to Use Blockchain for Your Benefit,,,book|https://www.amazon.in/Blockchain-Revolution-Technology-Changing-Business/dp/1101980133/ref=pd_bxgy_14_img_3?_encoding=UTF8&pd_rd_i=1101980133&pd_rd_r=JMGHCB5WB1SFP0HYMK6E&pd_rd_w=uHeeo&pd_rd_wg=cburT&psc=1&refRID=JMGHCB5WB1SFP0HYMK6E&tag=learnawesome-21,blockchain,,,,,, -cf281da7-2760-402c-bdb0-effd8720c805,Blockchain The Ultimate Guide to Understanding the Hidden Economy,,,book|https://www.amazon.in/Blockchain-Ultimate-Understanding-Hidden-Economy/dp/1534839720/ref=pd_sim_14_5?_encoding=UTF8&pd_rd_i=1534839720&pd_rd_r=6W5M79GD2JFECEZDHPJF&pd_rd_w=19drm&pd_rd_wg=DMS0s&psc=1&refRID=6W5M79GD2JFECEZDHPJF&tag=learnawesome-21,blockchain,,,,,, -3c1baaf9-f649-4164-8190-2c5f043fe600,Blockchain: Blueprint for a New Economy,,,book|https://www.amazon.com/Blockchain-Blueprint-Economy-Melanie-Swan/dp/1491920491/ref=pd_sim_14_3?_encoding=UTF8&pd_rd_i=1491920491&pd_rd_r=3KQXC5RXYM1R64CDQ0DW&pd_rd_w=YGgzx&pd_rd_wg=udR6C&psc=1&refRID=3KQXC5RXYM1R64CDQ0DW&tag=learnawesome-20,blockchain,,,,,, -c4ca50e2-d07e-4d49-bb97-db3c57c5a2ce,Blockchain: Easiest Ultimate Guide To Understand Blockchain,,,book|https://www.amazon.com/Blockchain-Understand-Programming-Contracts-Revolution/dp/1537533371/ref=pd_sim_14_3?_encoding=UTF8&pd_rd_i=1537533371&pd_rd_r=904DCPSY2QZX2VM23XQD&pd_rd_w=3oCFL&pd_rd_wg=jJFBs&psc=1&refRID=904DCPSY2QZX2VM23XQD&tag=learnawesome-20,blockchain,,,,,, -43b87508-a1c6-41ee-b260-ee5b03345888,"Blockchain: Quick Start Guide to Understanding Blockchain, the Biggest Revolution in Financial Technology and Beyond Since the Internet",,,book|https://www.amazon.in/Blockchain-Understanding-Revolution-Financial-Technology/dp/153469093X/ref=pd_sim_14_1?_encoding=UTF8&pd_rd_i=153469093X&pd_rd_r=D7A8BRAQA9GNYQYES830&pd_rd_w=76sME&pd_rd_wg=SCgV1&psc=1&refRID=D7A8BRAQA9GNYQYES830&tag=learnawesome-21,blockchain,,,,,, -af034e08-cba6-4e95-8f94-ee7c4bc03582,Blockchain: The Comprehensive Guide to Mastering the Hidden Economy,,,book|https://www.amazon.com/Blockchain-Comprehensive-Mastering-Technology-Financial/dp/1537272039/ref=pd_sim_14_9?_encoding=UTF8&pd_rd_i=1537272039&pd_rd_r=D7A8BRAQA9GNYQYES830&pd_rd_w=76sME&pd_rd_wg=SCgV1&psc=1&refRID=D7A8BRAQA9GNYQYES830&tag=learnawesome-20,blockchain,,,,,, -44e632a7-5418-43e3-b331-d78f97bb8e0c,Blockchain: The Essential Guide to Understanding the Blockchain Revolution,,,book|https://www.amazon.in/Blockchain-Essential-Guide-Understanding-Revolution/dp/1537317504/ref=pd_sim_14_2?_encoding=UTF8&pd_rd_i=1537317504&pd_rd_r=N3211HRZ6T4ETTER3MY3&pd_rd_w=I44Hf&pd_rd_wg=evC6k&psc=1&refRID=N3211HRZ6T4ETTER3MY3&tag=learnawesome-21,blockchain,,,,,, -51cd6583-a868-4e22-8c71-c7c41a882b06,"Blockchain: The Future of Internet Innovation - Ideas, Applications and Uses for Blockchain Technology",,,book|https://www.amazon.in/Blockchain-Innovation-Applications-Cryptocurrencies-Technological-ebook/dp/B01G80V3O2/ref=sr_1_2?ie=UTF8&qid=1476985977&sr=8-2&keywords=Blockchain+contracts+and+CyberLaw&tag=learnawesome-21,blockchain,,,,,, -041861a6-9251-406b-afc7-d47f1a83e80a,Blockchain: The Simple Guide To Everything You Need To Know,,,book|https://www.amazon.in/Blockchain-Simple-Guide-Everything-Need/dp/1533161577/ref=pd_sim_14_23?_encoding=UTF8&pd_rd_i=1533161577&pd_rd_r=26RQGPJBS5V65WXKFS9Z&pd_rd_w=DJMVN&pd_rd_wg=E1guu&psc=1&refRID=26RQGPJBS5V65WXKFS9Z&tag=learnawesome-21,blockchain,,,,,, -ae72b9cb-7b36-4a46-9cd9-5c6bfed053dd,"Bye Bye Banks?: How Retail Banks are Being Displaced, Diminished and Disintermediated by Tech Startups and What They Can Do to Survive",,,book|https://www.amazon.in/Bye-Banks-Displaced-Diminished-Disintermediated/dp/0993220649/ref=sr_1_1?ie=UTF8&qid=1476986040&sr=8-1&keywords=Bye+Bye+Banks%3F&tag=learnawesome-21,blockchain,,,,,, -de470cad-b8f9-4d01-bde2-fae420575457,Decentralized Applications: Harnessing Bitcoin's Blockchain Technology,,,book|https://www.amazon.com/Decentralized-Applications-Harnessing-Blockchain-Technology/dp/1491924543/ref=pd_sim_14_3?_encoding=UTF8&pd_rd_i=1491924543&pd_rd_r=7XN6AJY2PX75QDZTZAPM&pd_rd_w=ZDHwi&pd_rd_wg=oQ9Te&psc=1&refRID=7XN6AJY2PX75QDZTZAPM&tag=learnawesome-20,blockchain,,,,,, -ca363e05-115c-432d-9c0c-f3f1e09e9ea3,Financial Technology: This Book Bundle Includes FinTech and Blockchain,,,book|https://www.amazon.com/Financial-Technology-Bundle-FinTech-Blockchain/dp/1533477299/ref=pd_sim_14_3?_encoding=UTF8&pd_rd_i=1533477299&pd_rd_r=D7A8BRAQA9GNYQYES830&pd_rd_w=76sME&pd_rd_wg=SCgV1&psc=1&refRID=D7A8BRAQA9GNYQYES830&tag=learnawesome-20,blockchain,,,,,, -6526843c-6385-4e9d-9e49-f13e89d43454,How to Program a Block Chain Explorer with Python and Bitcoin,,,book|https://www.amazon.in/Program-Block-Explorer-Python-Bitcoin-ebook/dp/B014B6890G/ref=sr_1_1?s=books&ie=UTF8&qid=1476984581&sr=1-1&keywords=How+to+Program+a+Block+Chain+Explorer+with+Python+and+Bitcoin&tag=learnawesome-21,blockchain,,,,,, -432cace1-e5ed-43ed-9b18-deb96ecaf36f,"The Business Blockchain: Promise, Practice, and Application of the Next Internet Technology",,,book|https://www.amazon.in/FINTECH-Book-Technology-Entrepreneurs-Visionaries/dp/111921887X/ref=pd_bxgy_14_img_3?_encoding=UTF8&pd_rd_i=111921887X&pd_rd_r=Z5ZRQN8RG5TEQTMKYHA9&pd_rd_w=qIgXN&pd_rd_wg=wZM9d&psc=1&refRID=Z5ZRQN8RG5TEQTMKYHA9&tag=learnawesome-21,blockchain,,,,,, -d7595ce6-92cb-4d71-ab61-ebd7855a0068,"The FinTech Book: The Financial Technology Handbook for Investors, Entrepreneurs and Visionaries","The FINTECH Book is your primary guide to the financial technology revolution, and the disruption, innovation and opportunity therein. Written by prominent thought leaders in the global fintech investment space, this book aggregates diverse industry expertise into a single informative volume to provide entrepreneurs, bankers and investors with the answers they need to capitalize on this lucrative market. Key industry developments are explained in detail, and critical insights from cutting-edge practitioners offer first-hand information and lessons learned.",,book|https://www.amazon.com/FINTECH-Book-Technology-Entrepreneurs-Visionaries/dp/111921887X,blockchain;fintech,,2016,,,, -aff93df2-cef5-43ad-9e24-55867676699e,The Fourth Industrial Revolution,,,book|https://www.amazon.in/Fourth-Industrial-Revolution-Klaus-Schwab/dp/1944835008/ref=sr_1_1?s=books&ie=UTF8&qid=1476984488&sr=1-1&keywords=The+Fourth+Industrial+Revolution&tag=learnawesome-21,blockchain,,,,,, -a6390352-b80d-44b9-9431-2c33e1acf405,The Science of the Blockchain,,,book|https://www.amazon.in/Science-Blockchain-Inverted-Forest-Publishing/dp/1522751831/ref=pd_sim_14_10?_encoding=UTF8&pd_rd_i=1522751831&pd_rd_r=FF7D9XVT7EPCACXH29Z8&pd_rd_w=JXBSj&pd_rd_wg=pcc0Z&psc=1&refRID=FF7D9XVT7EPCACXH29Z8&tag=learnawesome-21,blockchain,,,,,, -8f28dc63-10d6-417c-82e0-64a41732d571,ValueWeb: How FinTech firms are using mobile and blockchain technologies to create the Internet of Value,,,book|https://www.amazon.com/ValueWeb-Fintech-Blockchain-Technologies-Internet/dp/9814677175/ref=pd_sim_14_10?_encoding=UTF8&pd_rd_i=9814677175&pd_rd_r=BCCHSTJWGE32H74XN9GZ&pd_rd_w=2YGDw&pd_rd_wg=UB9kN&psc=1&refRID=BCCHSTJWGE32H74XN9GZ&tag=learnawesome-20,blockchain,,,,,, -d45770cb-43be-4af6-ac0d-ddb9064ca2ca,Blockchain for Dummies,,,book|https://www.amazon.com/Blockchain-Dummies-Computer-Tech/dp/1119365597?tag=learnawesome-20,blockchain,,,,,, -5005e7cd-f62b-40c0-aa15-310ce65f27e4,Mastering Bitcoin Programming,,,book|https://www.amazon.in/Mastering-Bitcoin-Programming-Open-Blockchain/dp/9352135741?tag=learnawesome-21,blockchain,,,,,, -ee46ba77-8ef1-4db7-8787-9968ed40b0db,Bitcoin and Cryptocurrency Technologies ,,,course|https://www.coursera.org/learn/cryptocurrency,blockchain,,,,,, -ab9c49ee-5837-4039-bfe2-54203b0b9cba,Bitcoin or How I learned to stop worrying and love Crypto ,,,course|https://www.udemy.com/bitcoin-or-how-i-learned-to-stop-worrying-and-love-crypto/#/,blockchain,,,,,, -5e254448-2b47-49af-bcc9-158fce1d9124,Bitcoin,,,course|https://www.khanacademy.org/economics-finance-domain/core-finance/money-and-banking/bitcoin/v/bitcoin-what-is-it,blockchain,,,,,, -abd15f3c-9994-4ecf-add1-1677d5173060,"Crypto Currencies, the Blockchain, and Smart Contracts",,,course|https://crypto.stanford.edu/cs251/,blockchain,,,,,,oer -fdecc2ed-dfcf-430c-b3a9-afece44edd7f,Ethereum Developer: Build A Decentralised Blockchain App,,,course|https://www.udemy.com/ethereum-developer/,blockchain,,,,,, -89a0d730-ab85-4161-8db5-c5a711473a55,Introduction to Bitcoin and Decentralized Technology By Scott Driscoll,,,course|https://www.pluralsight.com/courses/bitcoin-decentralized-technology,blockchain,,,,,, -7f9a651a-fd85-4280-af78-4adccd1dfe19,The Basics of Blockchain: A Beginner's Guide to Blockchain,,,course|https://www.udemy.com/the-basics-of-blockchain/,blockchain,,,,,, -63099187-ed0c-46b3-9dec-59f90224f373,The Complete Ethereum Course,,,course|https://www.udemy.com/ethereum/?couponCode=DEVCON,blockchain,,,,,, -c12e3f11-8424-4582-981d-44a41d6a3bf4,"Learn About Bitcoin, Ethereum, Cryptocurrency and Blockchain",,,course|https://www.upfolio.com/guides,blockchain,,,,,, -3da2425a-0d2c-4bad-bbe9-dfb0a89c4ef7,Blockchained India,,,chat|https://t.me/blockchainedindia,blockchain,,,,,, -db91ccf6-6b3d-4a8a-840d-1dd21ecf662e,Indium Slack,,,chat|https://indiumtalk.slack.com/,blockchain,,,,,, -dc7a5f3d-8482-4b83-89cc-fd6686e2869a,Crypto Trading,,,chat|https://t.me/joinchat/BnH_xRIatZHoB-NH31Dkrg,blockchain,,,,,, -d4da1d1d-a5f4-4ea0-8b8f-10675dc38586,Bitcoin Core,,,chat|https://t.me/BitcoinCore,blockchain,,,,,, -b958794a-30b2-44d8-a6a1-d9f19efa2095,LiteCoin,,,chat|https://t.me/Litecoin,blockchain,,,,,, -01cce8c6-075b-4a3d-a5ad-018ac240ed3f,Unofficial LTC,,,chat|https://t.me/litecoiner,blockchain,,,,,, -996188a3-528e-4979-8f6f-a65eac3b7c04,Peercoin,,,chat|https://t.me/peercoin,blockchain,,,,,, -fbb877d1-b6ab-4f52-8c42-657d4ca0a1f6,Nucleus Vision,,,chat|https://t.me/NucleusVision,blockchain,,,,,, -c8d1c20e-1201-4cc9-a6ea-fe13a375ceeb,IOTA Tech,,,chat|https://t.me/iotatangle,blockchain,,,,,, -7f540079-1f85-492c-b216-fbdfcc35989e,IOTA Slack,,,chat|https://slack.iota.org,blockchain,,,,,, -a2f648a0-b381-4bd9-8aa1-d67f0e641214,Mercury Protocol,,,chat|https://t.me/MercuryProtocol,blockchain,,,,,, -ba166abd-4ce1-457c-bc31-7fbe8478dfad,Envion,,,chat|https://t.me/Envion,blockchain,,,,,, -89f34879-cc1e-4e29-ac5c-09b1f49738b3,Hashgraph,,,chat|http://t.me/hashgraph,blockchain,,,,,, -f588f725-47e3-47fc-ab11-3c6234f06b78,Hashgraph Dev,,,chat|http://t.me/hashgraphdev,blockchain,,,,,, -5309c46b-7c84-464e-ba65-c5908fef7847,Hashgraph News,,,chat|http://t.me/hashgraphnews,blockchain,,,,,, -73f4535d-ebd3-4d94-ad51-0be8bdb0559f,Leverj,,,chat|https://t.me/Leverj,blockchain,,,,,, -40f99a27-afef-41de-a4c2-688acbe88e47,Prover Project,,,chat|https://t.me/prover_io,blockchain,,,,,, -a15cd3d0-fc63-4180-8848-7213042c777a,CanYa Community,,,chat|https://t.me/CanYaCommunity,blockchain,,,,,, -8cd20c21-73da-40c0-883b-e58d2a25d6dd,IndiaBits,,,chat|https://t.me/indiabits,blockchain,,,,,, -0dd812e6-177c-4713-9138-869b33c67c09,Blockchained India,,,meetup|https://meetup.com/blockchainindia,blockchain,,,,,, -dff92bcc-77d6-4669-8513-abc39452398d,UpAndAtom: Is Mathematics Invented or Discovered?,,,video|https://watchnebula.com/videos/up-and-atom-is-mathematics-invented-or-discovered,mathematics,,,,,, -2a4e65fc-327c-4db5-8460-35fe8378c758,A Fistful of Bitcoins: Characterizing Payments Among Men with No Names,,,research_paper|http://cseweb.ucsd.edu/~smeiklejohn/files/imc13.pdf,blockchain,,,,,,oer -862eb553-897c-47aa-b434-5418e5060796,A brave new world? What impact will distributed ledger technology have on the financial industry?,,,research_paper|https://www.ecb.europa.eu/paym/pdf/infocus/20160422_infocus_dlt.pdf,blockchain,,,,,, -fcd04b65-2f11-44f5-be05-2624aefedf53,An Architecture for the Internet of Money,,,research_paper|https://docs.google.com/document/d/1Bc-kZXROTeMzG6AvH7rrTrUy24UwHoEcgiL7ALHMO0A/pub,blockchain,,,,,, -b90ad37a-7477-464a-a2bc-54909ddde3f6,Banking in a world of programmable assets,,,research_paper|https://www.accenture.com/t20160509T223022__w__/us-en/_acnmedia/PDF-16/Accenture-Strategy-Banking-World-of-Programmable-Assets.pdf,blockchain,,,,,, -86072e76-7fad-4c5d-ad6f-2adbe147621d,Bitcoin Primer,,,research_paper|http://www.macroriskadvisors.com/layout/pdf/bitcoin%20primer%20BTC.pdf,blockchain,,,,,, -f22be19c-9bd5-41b2-a675-de3c30533195,Bitcoin as Money?,,,research_paper|http://www.bostonfed.org/economic/current-policy-perspectives/2014/cpp1404.pdf,blockchain,,,,,, -8d335fd0-bded-4296-9d0a-5ebce1d21f45,Bitcoin,,,research_paper|http://research.microsoft.com/pubs/156072/bitcoin.pdf,blockchain,,,,,, -3abf6712-b1f6-4675-812c-db56d3e9c719,BlockChain Technology Beyond Bitcoin,,,research_paper|http://scet.berkeley.edu/wp-content/uploads/BlockchainPaper.pdf,blockchain,,,,,,oer -be0e597c-35c6-4c99-8358-681d8e0f82ad,Blockchain: practical implications of a revolutionary technology for financial markets and beyond,,,research_paper|https://www.dlapiper.com/en/uk/insights/events/2016/04/blockchain-practical-implications/11-apr-2016/,blockchain,,,,,, -17965e21-e71c-4267-9ca1-451c081e8563,Blockchain: the solution for transparency in product supply chains,,,research_paper|https://www.provenance.org/whitepaper,blockchain,,,,,, -36b559aa-2571-4963-b967-7e906251aec5,Blockstack: A Global Naming and Storage System Secured by Blockchains,,,research_paper|https://blockstack.org/blockstack.pdf,blockchain,,,,,, -cf57d7ee-4444-4d0d-90c4-ede999bf2d10,Bootstrapping Trust in Distributed Systems with Blockchains,,,research_paper|https://blockstack.org/blockstack-login.pdf,blockchain,,,,,, -3cbdb238-6a30-42dd-a228-853326711090,Consensus – Immutable agreement for the internet of value,,,research_paper|https://assets.kpmg.com/content/dam/kpmg/pdf/2016/06/kpmg-blockchain-consensus-mechanism.pdf,blockchain,,,,,, -202842a4-97cb-4fcf-92ea-a943ee0ad076,Distributed Ledger Technology: beyond block chain,,,research_paper|https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/492972/gs-16-1-distributed-ledger-technology.pdf,blockchain,,,,,, -722248ce-40ab-4c0f-b2d9-a5149a87df72,Economics of Bitcoin,,,research_paper|http://nakamotoinstitute.org/static/docs/economics-of-bitcoin.pdf,blockchain,,,,,, -fa2bd32f-512f-45bf-813b-b885e96d2980,Enabling Blockchain Innovations with Pegged Sidechains,,,research_paper|https://blockstream.com/sidechains.pdf,blockchain,,,,,, -59c79103-219b-4160-94b5-a8be96f42f69,Extending Existing Blockchains with Virtualchain,,,research_paper|https://blockstack.org/virtualchain.pdf,blockchain,,,,,, -cd1d7554-7c82-446b-a93b-bdb084b97f83,The Impact and Potential of Blockchain on the Securities Transaction Lifecycle,,,research_paper|http://www.zyen.com/Publications/The%20Impact%20and%20Potential%20of%20Blockchain%20on%20the%20Securities%20Transaction%20Lif....pdf,blockchain,,,,,, -9fb4f742-9a0c-400f-bd04-c848ddfa1237,World Citizenship by Creating Affordable Private Passport Service,,,research_paper|https://docs.google.com/document/d/1hq52GT0sQ8mJBZ3_qr-LIpZTBFqIDA2WV8vb_1m8i4U/edit#,blockchain,,,,,, -fb818f3f-48f6-486c-a4bb-2d7b7e0c8417,Banking on Bitcoin(Trailer),,,video|https://www.youtube.com/watch?v=LJsbebFyM48,blockchain,,,,,,oer -134de830-da32-417b-9fcb-350d1ca84528,Bitcoin in Uganda,,,video|https://www.youtube.com/watch?v=BrRXP1tp6Kw,blockchain,,,,,,oer -d54a280a-5cfd-4333-86e9-df4a21b185e1,Inside Man with Morgan Spurlock ,,,video|http://www.disclose.tv/action/viewvideo/198650/Morgan_Spurlock__Living_On_Bitcoin__The_Inside_Man_Bitcoin_CNN_Full_Documentary/,blockchain,,,,,, -52e7dd7f-a671-482a-9172-c25ef7000217,Bitcoin: Liberating Organic Farmers,,,video|http://www.youtube.com/watch?v=fBLpx6gQtUU,blockchain,,,,,,oer -9164ccc6-3776-4b6e-b99d-403bedd62ed2,Bitcoins in Argentina,,,video|http://www.youtube.com/watch?v=e__m-w4N7NI,blockchain,,,,,,oer -75d35903-37dd-48da-b26f-1e68fce044be,Life Inside of a Secret Chinese Bitcoin Mine,,,video|https://www.youtube.com/watch?v=K8kua5B5K3I,blockchain,,,,,,oer -6754e22a-9e34-4708-ab42-4dca5ad7f7dc,The Bitcoin Doco,,,video|https://vimeo.com/112223859,blockchain,,,,,, -c0a5b776-a06d-4adb-a255-ad7b19829dae,The Rise and Rise of Bitcoin,,,video|https://vimeo.com/ondemand/bitcoindoc,blockchain,,,,,, -d308a61a-5b69-4b0c-8b53-d04912643f39,Alexandre Barachant,,,blog|http://alexandre.barachant.org/blog/,brain-computer-interface,,,,,, -af0b59cd-3360-46d3-8e7f-c0e8321ed9fb,Buddhism,,,qna|https://buddhism.stackexchange.com,buddhism,,,,,,oer -23ea674f-5583-44a3-896f-88ff2bd22450,The effective executive (1967),,,book|http://www.goodreads.com/book/show/48019.The_Effective_Executive,business,,,,,, -f3b2b8d6-d5af-4e5c-b673-8c8cd00c86a0,The hard things about hard things (2014),,,book|http://www.goodreads.com/book/show/18176747-the-hard-thing-about-hard-things,business,,,,,, -10a7d092-e062-4810-9572-655890db8880,Give and take: why helping others drives our success (2014),,,book|http://www.goodreads.com/book/show/16158498-give-and-take,business,,,,,, -18d3d32e-60d0-469d-81ea-4f058b68af48,/r/ruby,,,chat|https://www.reddit.com/r/ruby/,programming-languages/ruby,,,,,,oer -cb3806ed-b062-4cd8-bc62-8b197a8db26b,MAKE: Bootstrapper's Handbook by Pieter Levels,By Pieter Levels,https://learn-awesome.github.io/assets/book_covers/39165640.jpg,book|https://www.goodreads.com/book/show/39165640-make,business,,,,,, -dd42fb71-ed8d-4c38-b36e-cec50be3ae30,The Lean Startup (2011) - Summary by FourMinuteBooks,"Most startups fail. But many of those failures are preventable. The Lean Startup is a new approach being adopted across the globe, changing the way companies are built and new products are launched. Eric Ries defines a startup as an organization dedicated to creating something new under conditions of extreme uncertainty. This is just as true for one person in a garage or a group of seasoned professionals in a Fortune 500 boardroom. What they have in common is a mission to penetrate that fog of uncertainty to discover a successful path to a sustainable business.The Lean Startup approach fosters companies that are both more capital efficient and that leverage human creativity more effectively. Inspired by lessons from lean manufacturing, it relies on ""validated learning,"" rapid scientific experimentation, as well as a number of counter-intuitive practices that shorten product development cycles, measure actual progress without resorting to vanity metrics, and learn what customers really want. It enables a company to shift directions with agility, altering plans inch by inch, minute by minute.Rather than wasting time creating elaborate business plans, The Lean Startup offers entrepreneurs - in companies of all sizes - a way to test their vision continuously, to adapt and adjust before it's too late. Ries provides a scientific approach to creating and managing successful startups in a age when companies need to innovate more than ever.",https://learn-awesome.github.io/assets/book_covers/10127019.jpg,summary|https://fourminutebooks.com/the-lean-startup-summary/;summary|https://sivers.org/book/LeanStartup;book|https://www.amazon.in/Lean-Startup-Entrepreneurs-Continuous-Innovation/dp/0307887898?tag=learnawesome-21,business,Eric Ries,,,,, -80d0dcda-c29a-4809-b8ef-84c42a621b43,A16Z,,,book|https://a16z.com/,business,,,,,, -44c9cbcd-f8b8-4476-9ad4-37eef523dae9,Main Wikipedia: Business,,,wiki|https://en.wikipedia.org/wiki/Business,business,,,,,,oer -9c79a7cf-4907-4a85-ae04-48a8d1768835,Simple Wikipedia: Business,,,wiki|https://simple.wikipedia.org/wiki/Business,business,,,,,,oer -aad5f6bb-5693-475f-b232-5fcdbc73d5ef,Sympy REPL,,,app|https://live.sympy.org/,calculus,,,,,, -515454f9-4636-4565-ac3e-a096c00b26fe,Calculus I,,,article|http://tutorial.math.lamar.edu/Classes/CalcI/CalcI.aspx,calculus,,,,,,oer -188a8935-b9a9-411b-8c7d-9c117980091b,Calculus II,,,article|http://tutorial.math.lamar.edu/Classes/CalcII/CalcII.aspx,calculus,,,,,,oer -6f466978-96cb-4749-9702-c9fd65c70792,Calculus III,,,article|http://tutorial.math.lamar.edu/Classes/CalcIII/CalcIII.aspx,calculus,,,,,,oer -64a6e506-9f93-4d92-9722-32b908f49272,Differential Equations,,,article|http://tutorial.math.lamar.edu/Classes/DE/DE.aspx,calculus,,,,,,oer -1aca93c8-3532-42c2-a706-994025d78118,Calculus Made Easy,,,book|http://www.gutenberg.org/files/33283/33283-pdf.pdf,calculus,,,,,, -e5b88a30-a18c-4def-a811-2e45a29c06eb,Calculus,,,book|https://www.amazon.com/Calculus-4th-Michael-Spivak/dp/0914098918?tag=learnawesome-20,calculus,,,,,, -53440a23-87c8-40e7-a495-7d07408ca905,Calculus for the practical man,,,book|https://archive.org/details/calulusforthepra000526mbp/page/n6,calculus,,,,,, -733dea3d-8ae0-4211-bdc2-313053769238,Calculus Cheat Sheet,,,cheatsheet|http://tutorial.math.lamar.edu/Extras/CheatSheets_Tables.aspx#CalcSheet,calculus,,,,,,oer -d288bfbb-83e3-4993-9535-b5d085d1c42c,Differential Equations,,,course|https://brilliant.org/courses/differential-equations/,calculus,,,,,, -ed8b2f26-6827-47d9-95ed-1a9cb70c8d3e,Category Theory for Programmers (2018),,,book|https://github.com/hmemcpy/milewski-ctfp-pdf,category-theory,,,,,,oer -e7fa94c4-e947-4e87-9fe4-9353490d6328,Basic Category Theory (2016),,,book|https://arxiv.org/pdf/1612.09375.pdf,category-theory,,,,,, -7163310e-ba61-46d7-97ef-a2c8a4d4898e,Category Theory in Context (2016),,,book|http://www.math.jhu.edu/~eriehl/context.pdf,category-theory,,,,,, -ac3f37a4-f459-4f6c-8f0d-8f7b73a74862,Category Theory (2006),,,book|http://angg.twu.net/MINICATS/awodey__category_theory.pdf,category-theory,,,,,, -d42b2edc-8ef8-4575-b6ef-c8725f1c3b8a,Seven Sketches in Compositionality,,,book|https://ocw.mit.edu/courses/mathematics/18-s097-applied-category-theory-january-iap-2019/lecture-videos-and-readings/18-s097iap19textbook.pdf,category-theory,,,,,, -a00312d5-dd6a-451c-b5ea-340362d5fe89,Applied Category Theory,,,course|https://ocw.mit.edu/courses/mathematics/18-s097-applied-category-theory-january-iap-2019/index.htm,category-theory,,,,,,oer -fa11d7d0-02ff-4626-8c36-29cbb30d5c92,"Backprop as Functor: A compositional perspective on supervised learning - Brendan Fong, David I. Spivak, Rémy Tuyéras (2017)",,,research_paper|https://arxiv.org/abs/1711.10455,category-theory,,,,,, -e24adcda-6ba1-4bae-b57a-c06656572fba,The Algebra of Open and Interconnected Systems - Brendan Fong (2016),,,research_paper|https://arxiv.org/abs/1609.05382,category-theory,,,research,,, -43f44019-7f62-4fd2-baa7-81a5e03a67d3,Modern quantum chemistry: introduction to advanced electronic structure theory (1982),,,book|http://www.goodreads.com/book/show/237496.Modern_Quantum_Chemistry,chemistry,,,,,, -a3a339ad-edc3-4e62-9bb1-f865572106c1,Tryptamines i have known and loved: the chemistry continues (1997),,,book|http://www.goodreads.com/book/show/271921.Tihkal,chemistry,,,,,, -87ba4c90-a145-490d-8519-97f387d8e220,Drugs 2.0: the web revolution that's changing how the world gets high (2013),,,book|http://www.goodreads.com/book/show/20613641-drugs-unlimited,chemistry,,,,,, -334e80c2-1e3f-414e-a9e3-50ffac1a7dc7,Chemistry: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199683970.001.0001/actrade-9780199683970?rskey=P9EWzI&result=579,chemistry,,,,,, -6775f820-1ae6-4624-be0a-dea55163a175,Organic Chemistry: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780198759775.001.0001/actrade-9780198759775?rskey=sBHDD5&result=437,chemistry,,,,,, -202fc1bd-1f07-4d25-838b-bd13e3551b55,The Periodic Table: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199582495.001.0001/actrade-9780199582495?rskey=sBHDD5&result=449,chemistry,,,,,, -d2031e1f-b88c-4122-8450-761c127b9536,Physical Chemistry: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199689095.001.0001/actrade-9780199689095?rskey=sBHDD5&result=456,chemistry,,,,,, -4174dafe-025d-4cb1-b4b7-b153f15b001b,Bioinformatics specialization,,,course|https://www.coursera.org/specializations/bioinformatics,chemistry,,,,,, -14b818ba-a216-4090-8ce4-7e38233d163a,Anki Decks,,,flashcard|https://ankiweb.net/shared/decks/chemistry,chemistry,,,,,,oer -86cc1796-85a7-461a-8399-a9928c53c5f1,Chemistry,,,qna|https://chemistry.stackexchange.com,chemistry,,,,,,oer -0611638f-57c6-4b06-b020-7ee431e94669,The Magic of Chemistry,,,video|https://www.youtube.com/watch?v=0g8lANs6zpQ,chemistry,,,,,,oer -f26cf6e8-94c2-4843-aab3-adb1a84c6ea9,Main Wikipedia: Chemistry,,,wiki|https://en.wikipedia.org/wiki/Chemistry,chemistry,,,,,,oer -1066da92-7c87-4e42-b8ac-55c0480bcd65,Simple Wikipedia: Chemistry,,,wiki|https://simple.wikipedia.org/wiki/Chemistry,chemistry,,,,,,oer -2015c3b1-2678-4e91-af7d-621b874fa9cd,Lichess Android,,,app|https://play.google.com/store/apps/details?id=org.lichess.mobileapp&hl=en_IN,chess,,,,,, -3aa35d12-06f4-4110-8e95-5a8ab38665de,Lichess iOS,,,app|https://itunes.apple.com/us/app/lichess-online-chess/id968371784?mt=8,chess,,,,,, -d05347fb-5660-4898-b170-e622b5521816,Garry Kasparov teaches Chess,,,course|https://www.masterclass.com/classes/garry-kasparov-teaches-chess,chess,,,,,, -4405bc41-5a5b-4247-a624-f01d351ddab5,Chess,,,qna|https://chess.stackexchange.com,chess,,,,,,oer -cabd587e-7bb2-49c6-a12f-b08c69a3181e,Main Wikipedia: Chess,,,wiki|https://en.wikipedia.org/wiki/Chess,chess,,,,,,oer -9eda53ae-04cb-4c0f-aebc-2c449efe8c9d,Simple Wikipedia: Chess,,,wiki|https://simple.wikipedia.org/wiki/Chess,chess,,,,,,oer -75d54474-46ab-49a0-8527-22c89f7a9600,Coding,,,chat|https://www.reddit.com/r/coding/,code,,,,,,oer -561909ff-2d0e-41a9-a76a-acb319737597,Daily programmer,,,chat|https://www.reddit.com/r/dailyprogrammer/,code,,,,,,oer -c92ecdae-ac94-4782-9fe3-a748ddabfc65,Learn programming,,,chat|https://www.reddit.com/r/learnprogramming/,code,,,,,,oer -92646358-4e02-4820-be5d-fe4baca7a105,Programmer til,,,chat|https://www.reddit.com/r/ProgrammerTIL/,code,,,,,,oer -9fa1c1be-4019-4243-a010-189edca08343,Programmer tools,,,chat|https://www.reddit.com/r/programmingtools/,code,,,,,,oer -fe097371-1f58-4c97-a2dd-df401d521fb6,Programming,,,chat|https://www.reddit.com/r/programming/,code,,,,,,oer -1799a17f-f6a6-4fc3-89fd-1b154de13a74,Reverse engineering,,,chat|https://www.reddit.com/r/ReverseEngineering/,code,,,,,,oer -2505cd5f-2c89-43c7-8b09-490a8fd8185f,Systems,,,chat|https://www.reddit.com/r/systems/,code,,,,,,oer -461e7382-c85e-475b-b548-f606caae6805,Tiny code,,,chat|https://www.reddit.com/r/tinycode/,code,,,,,,oer -0b3a146b-84cf-493e-bc8d-d6896ac0824a,Vim magic,,,chat|https://www.reddit.com/r/vim_magic/,code,,,,,,oer -68ebc242-d7c6-419c-8f8b-965567061102,Vim,,,chat|https://www.reddit.com/r/vim/,code,,,,,,oer -dc4b3369-f235-44d7-baf3-1ddf50fea314,Combinatorics,,,qna|https://www.quora.com/topic/Combinatorics,combinatorics,,,,,,oer -e97af4a3-8a53-4c67-8144-3bbe90e142e9,Main Wikipedia: Combinatorics,,,wiki|https://en.wikipedia.org/wiki/Combinatorics,combinatorics,,,,,,oer -7f5016cd-4775-485d-8e4a-284bd1f6d484,Simple Wikipedia: Combinatorics,,,wiki|https://simple.wikipedia.org/wiki/Combinatorics,combinatorics,,,,,,oer -f006645a-447c-48fc-b223-2c376b2c2e39,Text search of complete Calvin and Hobbes scripts,,,website|http://michaelyingling.com/random/calvin_and_hobbes/,comics,,,,,, -23a3f278-b527-4724-9658-47962431d702,Grokking the System Design Interview,,,course|https://www.educative.io/courses/grokking-the-system-design-interview?affiliate_id=4793322061168640,computer-architecture;software-design,,,,,,oer -65df4041-d911-4037-bc99-45651cc3b762,The Periodic Table of Videos - University of Nottingham,,,video|http://www.periodicvideos.com/,chemistry,,,,,, -c481c165-f860-451c-810e-cbac0ed30bb8,Rhetoric: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199651368.001.0001/actrade-9780199651368?rskey=sBHDD5&result=499,communication,,,,,, -648ece4d-81c5-42dd-bd40-9b17350a1903,Airbnb Engineering,,,blog|https://medium.com/airbnb-engineering,company-blogs,,,,,,oer -cfa4c02a-d916-4acf-94c2-6e529b6d8467,Learn Anything,,,blog|https://medium.com/learn-anything,company-blogs,,,,,,oer -5e2ae649-5d04-4c68-b68e-38c4b3bbd32f,Vyacheslav Egorov,,,blog|https://mrale.ph/,compilers,,,,,, -36e00bf2-0bb7-45c3-ba12-17385466fd95,"Compilers: Principles, Techniques, and Tools (1986)",,,book|https://www.goodreads.com/book/show/703102.Compilers,compilers,,,,,, -28d68c6e-559d-47bf-95e1-cde3294ee4ed,Compiler Construction by Niklaus Wirth (1996),,,book|http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf,compilers,,,,,, -46bf8605-c8ed-409f-af99-ee5b59ae7229,Modern Compiler Implementation in ML (1997),,,book|https://www.goodreads.com/book/show/258558.Modern_Compiler_Implementation_in_ML,compilers,,,,,, -e1f1dd99-2077-4ea6-801c-932fd66c2bc2,Advanced Compiler Design and Implementation (1997),,,book|http://www.goodreads.com/book/show/887908.Advanced_Compiler_Design_and_Implementation,compilers,,,,,, -283a1eb8-c250-49d6-a93f-0a65f2a74bb7,Principles of compiler design (2016),,,course|https://www.cs.swarthmore.edu/%7Ejpolitz/cs75/s16/s_schedule.html,compilers,,,,,,oer -1a2581f9-1139-40b7-8585-ea27f4b5756a,Stanford compiler construction (2016),,,course|https://web.stanford.edu/class/cs143/,compilers,,,,,,oer -f56070fa-2fa0-4b46-994b-7f7eea229c86,Compilers,,,qna|https://www.quora.com/topic/JavaScript-programming-language,compilers,,,,,,oer -1e3c71a8-fc89-43ce-a580-087f7392828b,GCC,,,qna|https://www.quora.com/topic/GCC-compiler,compilers,,,,,,oer -ba141a12-1a09-4bcf-b0e6-3ade67013e3c,Writing parsers like it is 2017,,,research_paper|http://spw17.langsec.org/papers/chifflier-parsing-in-2017.pdf,compilers,,,,,, -9a108713-3ac9-4aa8-aeff-fe64962ae7e5,Calculating correct compilers (2015),,,research_paper|http://www.cs.nott.ac.uk/%7Epszgmh/ccc.pdf,compilers,,,,,, -de928b1d-5bcd-423b-8f8d-59cde1690bca,An incremental approach to compiler construction,,,research_paper|http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf,compilers,,,,,,oer -bf452a8f-32b7-448d-b6f5-81a32f6cfd95,Dynamo: a transparent dynamic optimization system,,,research_paper|https://www.cs.virginia.edu/kim/courses/cs771/papers/bala00dynamo.pdf,compilers,,,,,,oer -7ddef5b3-f6a3-49b2-a0cc-be6809e6736b,Main Wikipedia: Compiler,,,wiki|https://en.wikipedia.org/wiki/Compiler,compilers,,,,,,oer -849457af-1085-4a34-94d8-3bf572245387,Simple Wikipedia: Compiler,,,wiki|https://simple.wikipedia.org/wiki/Compiler,compilers,,,,,,oer -230e05e4-a300-44e0-badd-9853e2a41302,Realtime Data Compression,,,blog|http://fastcompression.blogspot.nl/,compression,,,,,, -e870aa65-3b85-42bc-a3d6-2b79e6cc98ca,Computational Complexity (1993),,,book|https://www.goodreads.com/book/show/138562.Computational_Complexity,computational-complexity,,,,,, -5975733a-ae78-4623-80fa-c912fa654692,Computational Complexity: A Modern Approach (2007),,,book|http://theory.cs.princeton.edu/complexity/book.pdf,computational-complexity,,,,,, -5a7610d5-ab5c-4a04-a826-9a75ef53c563,The Nature of Computation (2011),,,book|https://www.goodreads.com/book/show/3043127-the-nature-of-computation,computational-complexity,,,,,, -f5e44f53-8653-4a60-9023-78705844e877,Computer architecture,,,qna|https://www.quora.com/topic/Computer-Architecture,computer-architecture,,,,,,oer -c24a6e07-9b06-4058-a5c6-3e8f7a77a1b6,Main Wikipedia: Computer architecture,,,wiki|https://en.wikipedia.org/wiki/Computer_architecture,computer-architecture,,,,,,oer -c5723fbf-9a6a-41eb-a613-fe0fafcd030d,Simple Wikipedia: Computer architecture,,,wiki|https://simple.wikipedia.org/wiki/Computer_architecture,computer-architecture,,,,,,oer -d2b012e2-ce56-4183-b624-bb9a17d4f149,0 FPS,,,blog|https://0fps.net/,computer-graphics,,,,,, -36b29c81-b613-45e5-962d-9dccf568364b,The book of shaders (2017),,,book|http://thebookofshaders.com,computer-graphics,,,,,, -2ee9769a-64a1-4ad5-8a6b-c5373de2da5a,Computer graphics,,,qna|http://computergraphics.stackexchange.com,computer-graphics,,,,,,oer -eaec892d-7510-4f27-aa5e-99c801d8a37f,Computer hardware,,,qna|https://www.quora.com/topic/Computer-Hardware,computer-hardware,,,,,,oer -337f4643-09b2-4742-9c7a-d9c1783634d7,Main Wikipedia: Computer hardware,,,wiki|https://en.wikipedia.org/wiki/Computer_hardware,computer-hardware,,,,,,oer -70708631-a31e-4113-ac42-20f397308088,Simple Wikipedia: Computer hardware,,,wiki|https://simple.wikipedia.org/wiki/Computer_hardware,computer-hardware,,,,,,oer -6b56fafe-5c30-4884-9481-683412fb5f86,Computer memory,,,qna|https://www.quora.com/topic/Computer-Memory,computer-memory,,,,,,oer -b36165dc-7f4d-4840-a7b2-45aa31860a30,Memory management,,,qna|https://www.quora.com/topic/Memory-Management-computer-programming,computer-memory,,,,,,oer -41b87903-559e-4932-99ea-12a4624653c0,Main Wikipedia: Computer memory,,,wiki|https://en.wikipedia.org/wiki/Computer_memory,computer-memory,,,,,,oer -ae18cdc7-0738-4bbf-a4d2-743f23571f73,Simple Wikipedia: Computer memory,,,wiki|https://simple.wikipedia.org/wiki/Computer_memory,computer-memory,,,,,,oer -ec2f2754-f768-4777-9ac3-6acb2cfcbb4a,TCP/IP network administration (1992),,,book|http://www.goodreads.com/book/show/688363.TCP_IP_Network_Administration,computer-networking,,,,,, -c7838b62-8060-451f-9385-07cf67489a1e,Tcp/IP illustrated (1993),,,book|http://www.goodreads.com/book/show/505560.The_Protocols,computer-networking,,,,,, -d2cc1998-1f94-47ec-a6d1-fc8ff8eda6bb,"Interconnections: bridges, routers, switches, and internetworking protocols (1999)",,,book|http://www.goodreads.com/book/show/320321.Interconnections,computer-networking,,,,,, -ce691670-80a4-41ab-9807-dadda0f88bb3,Computer networking: a top-down approach (2000),,,book|http://www.goodreads.com/book/show/83847.Computer_Networking,computer-networking,,,,,, -976c4537-0914-4397-95f1-71ee014473b8,"Unix network programming, volume 1: the sockets networking api (2003)",,,book|http://www.goodreads.com/book/show/239240.UNIX_Network_Programming_Volume_1,computer-networking,,,,,, -e3fc2244-63d9-4637-9721-94c7afc904cc,TCP/IP guide (2005),,,book|http://www.goodreads.com/book/show/505564.The_TCP_IP_Guide,computer-networking,,,,,, -cc44791a-b73d-477a-b495-d5150e40c9bb,Computer Networks: A Systems Approach (2012),,,book|https://book.systemsapproach.org/,computer-networking,,,,,, -302685e1-6432-4178-a9af-f9ff244f32b3,High performance browser networking (2013),,,book|https://hpbn.co/,computer-networking,,,,,, -888ded6a-c6ce-4aad-8f4e-6271edce0fcf,Openssl cookbook (2015),,,book|https://www.feistyduck.com/library/openssl%2dcookbook/online/,computer-networking,,,,,, -f8fc1666-4f39-4b45-b90e-b9bd88cd056b,Beej's guide to network programming (2016),,,book|http://beej.us/guide/bgnet/,computer-networking,,,,,, -e6ada829-d186-48f3-9a6c-463cf796729d,Distributed Systems 3rd edition (2017),,,book|https://www.distributed-systems.net/index.php/books/distributed-systems-3rd-edition-2017/,computer-networking,,,,,, -fb0c9a1c-2c1a-406d-8c66-63063052a090,An introduction to computer networks,,,book|http://intronetworks.cs.luc.edu/current/html/,computer-networking,,,,,, -e9cf3f01-3e7e-4c32-b93c-88c7a002287b,What is Mental Acuity? & Best Tips to Improve Mental Acuity | Timely,,,article|https://enjoytimely.com/blogs/brain-fog/mental-acuity,mental-health;productivity,,,beginner,,, -39f21b6e-0b5b-4287-86f8-a49eac80794c,Introduction to EECS II: digital communication systems (2012),,,course|https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-02-introduction-to-eecs-ii-digital-communication-systems-fall-2012/index.htm,computer-networking,,,,,,oer -e80a3da7-8f04-4846-97aa-7237db90e99b,Network engineering Stack Exchange,,,qna|https://networkengineering.stackexchange.com,computer-networking,,,,,,oer -361919f2-aaaf-491f-b26f-b2d00785f764,Tor: The Second-Generation Onion Router,,,research_paper|https://svn.torproject.org/svn/projects/design-paper/tor-design.pdf,computer-networking,,,,,, -016b9359-7bc6-4a28-b9a4-1bf5d74ec788,The Morning Paper,,,blog|https://blog.acolyer.org/,computer-science,,,,,, -93aff83d-85df-4fba-910a-e1dc201496b3,Computer Science: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780198733461.001.0001/actrade-9780198733461?rskey=VSxM2T&result=136,computer-science,,,,,, -46634b70-0f41-4ab0-a489-ec7f3692ff6e,The new Turing Omnibus (1989),,,book|http://www.goodreads.com/book/show/964709.The_New_Turing_Omnibus,computer-science,,,,,, -d4fcee2b-df2c-4022-a15c-d96abc9272b0,Purely functional data structures (1996),,,book|https://www.cs.cmu.edu/~rwh/theses/okasaki.pdf,computer-science,,,,,, -61c0679c-1acc-4edc-8ba9-14c47a29097f,Introduction to the theory of computation (1996),,,book|http://www.goodreads.com/book/show/400716.Introduction_to_the_Theory_of_Computation,computer-science,,,,,, -e29691ac-d716-4ca0-9ee6-fae8f2a1edba,Gems of Theoretical Computer Science (1998),,,book|https://www.goodreads.com/book/show/4715024-gems-of-theoretical-computer-science,computer-science,,,,,, -b8cef12e-3348-4242-90bb-d4031eeda1db,Types and programming languages (2002),,,book|https://www.cis.upenn.edu/%7Ebcpierce/tapl/,computer-science,,,,,, -22aa1d04-1c85-4477-bc7e-48ee428dee4c,Advanced topics in types and programming languages (2004),,,book|https://www.cis.upenn.edu/%7Ebcpierce/attapl/,computer-science,,,,,, -6d70cd22-e7cc-4f78-89be-807f4a40361d,The elements of computing systems (2005),,,book|http://www.goodreads.com/book/show/910789.The_Elements_of_Computing_Systems,computer-science,,,,,, -ebafae08-793d-4faf-b745-434e617533de,Annotated turing (2008),,,book|http://www.goodreads.com/book/show/2333956.The_Annotated_Turing,computer-science,,,,,, -0c99c8f1-8afb-417c-abfa-957d0e6a2124,The nature of computation (2011),,,book|http://www.nature-of-computation.org/,computer-science,,,,,, -3fe3b0d4-7095-4c89-b7d5-60a157fbe796,Software foundations (2011),,,book|https://softwarefoundations.cis.upenn.edu/current/index.html,computer-science,,,,,, -69b539a0-6667-4cab-9d71-ff758e9a706c,Introduction to data compression (2012),,,book|https://github.com/gabrieldiego/tg/blob/master/ref/Introduction%20to%20Data%20Compression%20(4th%20Edition).pdf,computer-science,,,,,,oer -d55c748b-be06-4d64-8625-c04d379ca1d4,NASA System Engineering (2007),,,book|https://www.nasa.gov/sites/default/files/atoms/files/nasa_systems_engineering_handbook.pdf,computer-science,,,,,, -2d25897b-a225-4425-9834-88a28a8caf98,Distributed systems (2013),,,book|http://book.mixu.net/distsys/,computer-science,,,,,, -80da93cf-bea7-4873-80dd-f7f24dd21740,General Systems Thinking (2015),,,book|https://www.goodreads.com/book/show/583766.An_Introduction_to_General_Systems_Thinking,computer-science,,,,,, -722045dd-d6dc-4790-ad39-4779e04405fa,Computer systems: a programmer’s perspective,,,book|http://www.goodreads.com/book/show/829182.Computer_Systems,computer-science,,,,,, -cde4ad9b-63ea-4ba5-bb73-d2669b24bd28,Computational complexity (2008),,,course|https://people.eecs.berkeley.edu/~luca/cs278-08/,computer-science,,,,,,oer -ef80e648-7d59-49be-bd56-fe3024d15dec,Computer science 101,,,course|https://lagunita.stanford.edu/courses/Engineering/CS101/Summer2014/about,computer-science,,,,,,oer -8ac56c3f-bb71-4ba0-b76c-3a3c9c79ae1d,Here's How Much Your VCs Make | SaaStr,,,article|https://www.saastr.com/heres-how-much-your-vcs-make/,venture-capital,,,,,, -ac9d5e4e-9e69-4e9c-89fb-9481c8e076d9,Great ideas in computer architecture (2015),,,course|http://www-inst.eecs.berkeley.edu/%7Ecs61c/sp15/,computer-science,,,,,,oer -a39bd249-0c11-4a0b-9975-5e86c21f44a7,Information retrieval (2013),,,course|http://www.cs.cornell.edu/courses/cs4300/2013fa/,computer-science,,,,,,oer -4a0da3d5-8917-4c88-84a9-cc7bac340e87,MIT great ideas in theoretical computer science,,,course|https://stellar.mit.edu/S/course/6/sp15/6.045/materials.html,computer-science,,,,,,oer -bfe62e02-0851-4749-893d-ec657a71c2f8,MIT Mathematics for Computer Science (2010),,,course|https://www.youtube.com/playlist?list=PLB7540DEDD482705B,computer-science,,,,,,oer -f0146701-8b44-44a5-a7a1-02ac8f24c281,MIT Structure and Interpretation of Programs (1986),,,course|https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/video-lectures/,computer-science,,,,,,oer -6bf08add-ccd4-4726-8089-0c7bf279d4f4,Reverse Engineering the source code of the BioNTech/Pfizer SARS-CoV-2 Vaccine - Articles,,,article|https://berthub.eu/articles/posts/reverse-engineering-source-code-of-the-biontech-pfizer-vaccine/,coronavirus,,,,,, -1a03e4dc-fbca-460e-88c1-8c0aa25ec588,Software foundations (2014),,,course|http://www.seas.upenn.edu/%7Ecis500/cis500-f14/index.html,computer-science,,,,,,oer -34b9a0d5-443c-4330-9802-2df9a6975681,The art of recursion (2012),,,course|http://www.cis.upenn.edu/~cis39903/,computer-science,,,,,,oer -fac0d34e-abd0-4276-8b49-0008bed3bd3a,Algorithms,,,chat|https://www.reddit.com/r/algorithms/,computer-science,,,,,,oer -5af57ed2-b36a-4ddc-aa6f-371ceaaccf44,Ask computer science,,,chat|https://www.reddit.com/r/AskComputerScience/,computer-science,,,,,,oer -b5d474ae-d559-48f7-8e6f-f57be41c7b9f,Compsci,,,chat|https://www.reddit.com/r/compsci/,computer-science,,,,,,oer -ad91aec5-da5f-4322-9762-62aec9396fcb,CS career questions,,,chat|https://www.reddit.com/r/cscareerquestions/,computer-science,,,,,,oer -ceccc989-05d5-4ca5-b0e1-e3b79da8ca21,Netsec,,,chat|https://www.reddit.com/r/netsec/,computer-science,,,,,,oer -22641d63-3919-4d2c-b43b-2135e6e76df8,arXiv,,,journal|https://arxiv.org/,computer-science,,,,,, -89740dfe-a270-4665-8ad6-e31acf76e7c5,Open Source Society University,,,learning_plan|https://github.com/ossu/computer-science,computer-science,,,,,4.0,oer -9813eeae-5cd1-4b91-b7a1-20cfe43c7710,Teach Yourself Computer Science,,,learning_plan|https://teachyourselfcs.com/,computer-science,,,,,4.0, -10bbdfe1-32f7-49c7-aeb1-1eb1c17783a9,Computer science,,,qna|https://www.quora.com/topic/Computer-Science,computer-science,,,,,,oer -5c9ab71d-7c6a-4c5a-9eaa-eb04f79d857d,MapReduce,,,qna|https://www.quora.com/topic/MapReduce,computer-science,,,,,,oer -5b6a080f-f888-4943-8f98-540088a8e00b,Matrix computations ,,,qna|https://www.quora.com/topic/Matrix-Computations,computer-science,,,,,,oer -b038ab69-1bb2-4a72-af59-164819de4a2f,Processors,,,qna|https://www.quora.com/topic/Processors,computer-science,,,,,,oer -8bbb877c-92bc-447c-bdde-e8a63a5c0687,Theoretical computer science,,,qna|http://cstheory.stackexchange.com,computer-science,,,,,,oer -6141da90-a9f1-4b49-b9c1-eef4fbfcc14b,Software engineering,,,qna|https://softwareengineering.stackexchange.com,computer-science,,,,,,oer -d3c2d8f3-1e7a-4f47-94aa-fe6e2310e505,Software quality assurance & testing,,,qna|https://sqa.stackexchange.com,computer-science,,,,,,oer -9dc43b71-25d9-46b9-9d60-dd3c1fd594e3,Software recommendations,,,qna|https://softwarerecs.stackexchange.com,computer-science,,,,,,oer -55416bf8-cf3a-4f15-bebf-40b4ff1acb02,Computer science,,,qna|https://cs.stackexchange.com,computer-science,,,,,,oer -6949e58a-9f46-4674-8a4e-d77f682608db,Papers we love,,,research_paper|http://paperswelove.org/,computer-science,,,,,, -9a7b2973-c4de-457c-8438-a6b0a1a4913d,Research in production,,,research_paper|https://github.com/evnm/research-in-production#readme,computer-science,,,,,,oer -675c0cb2-f706-403c-98bb-e8c29eac0994,The Case for Learned Index Structures (2017),,,research_paper|https://www.arxiv-vanity.com/papers/1712.01208/,computer-science,,,,,, -bdea9ddd-e4e5-476f-a695-da64495fa404,Squeak makes a good python debugger (2017),,,research_paper|https://github.com/fniephaus/papers/blob/master/2017/px17-debugger.pdf,computer-science,,,,,,oer -894493ce-66e2-495e-a6f5-093ed6084eab,Dat - Distributed Dataset Synchronisation and Versioning (2017),,,research_paper|https://github.com/datproject/docs/blob/master/papers/dat-paper.pdf,computer-science,,,,,,oer -62c16d59-ccb9-4a13-9754-361b94b4f3d7,Robots take over the world (2007),,,research_paper|http://cseweb.ucsd.edu/classes/fa16/cse200-a/robots_rule.pdf,computer-science,,,,,,oer -6ba55b54-436c-47a0-91e3-18323130b4e1,How and why software developers use drawings,,,research_paper|https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/p557-cherubini.pdf,computer-science,,,,,, -29b4a178-b355-4667-abc9-6782d4a5a449,How complex systems fail,,,research_paper|http://web.mit.edu/2.75/resources/random/How%20Complex%20Systems%20Fail.pdf,computer-science,,,,,,oer -eb0e2046-d031-41f2-8f60-278f0d42a9b3,How to make ad-hoc polymorphism less add hoc,,,research_paper|https://people.csail.mit.edu/dnj/teaching/6898/papers/wadler88.pdf,computer-science,,,,,,oer -6e8ab421-7f24-41a3-b6b4-b5ff6ace0156,Challenges to adopting stronger consistency at scale,,,research_paper|http://www-bcf.usc.edu/~wyattllo/papers/challenges-hotos15.pdf,computer-science,,,,,,oer -eb1fe5cd-ce25-4adb-a25e-415fbe46c842,Naked objects,,,research_paper|http://downloads.nakedobjects.net/resources/Pawson%20thesis.pdf,computer-science,,,,,, -f0aa90da-5ad0-400d-b0e3-ac659d93cf09,Three measurement problems,,,research_paper|https://www.academia.edu/32885328/Three_measurement_problems,computer-science,,,,,,oer -31d3d528-066a-43e8-98db-5f212474fb83,A hub-based labeling algorithm for shortest paths on road networks,,,research_paper|https://www.microsoft.com/en-us/research/wp-content/uploads/2010/12/HL-TR.pdf,computer-science,,,,,, -dd905ae6-78ad-41d7-93f8-0ca9055c822a,Main Wikipedia: Computer science,,,wiki|https://en.wikipedia.org/wiki/Computer_science,computer-science,,,,,,oer -20749a0c-10d2-485f-8c27-1eb229e7c360,Simple Wikipedia: Computer science,,,wiki|https://simple.wikipedia.org/wiki/Computer_science,computer-science,,,,,,oer -f903ba20-cac8-4e2e-97d3-9de1fe21453f,OWASP Cheatsheet series,,,cheatsheet|https://github.com/OWASP/CheatSheetSeries/tree/master/cheatsheets,computer-security,,,,,,oer -95cc270d-97d4-4174-b57f-d4f193b1e59c,Computer and network security (2013),,,course|https://courseware.stanford.edu/pg/courses/lectures/349991,computer-security,,,,,,oer -d5e00986-0483-4380-b224-e675b581ee17,Hacker101 (2018),,,course|https://github.com/Hacker0x01/hacker101,computer-security,,,,,,oer -58a75b49-0236-40a0-b90e-61afbb9e1204,Some thoughts on security after ten years of qmail 1.0,,,research_paper|http://cr.yp.to/qmail/qmailsec-20071101.pdf,computer-security,,,,,, -2831c268-1543-4d08-876a-5bf42de3458c,Main Wikipedia: Computer security,,,wiki|https://en.wikipedia.org/wiki/Computer_security,computer-security,,,,,,oer -65861d82-75cb-4a31-abfb-8d917aaf9899,Simple Wikipedia: Computer security,,,wiki|https://simple.wikipedia.org/wiki/Computer_security,computer-security,,,,,,oer -fd8a61f2-d7e2-4b93-add0-088b6bee8881,Butterick’s Practical Typography,,,book|https://practicaltypography.com/,typography,,,,,, -14d6bb06-cfd0-467d-8cf7-6bbac8e65490,"Adrian Rosebrock's comprehensive tutorials on everything about OpenCV, Computer Vision, and Deep Learning",,,blog|https://www.pyimagesearch.com/,computer-vision,,,,,, -bf17c17d-0d64-4906-9f5b-d4fe61633e62,abel,,,book|https://www.maths.ed.ac.uk/~v1ranick/papers/abel.pdf,quintic-equations;group-theory,,,,,, -375f8d6a-4bea-41ad-81df-dce08805f341,Computer vision,,,course|http://crcv.ucf.edu/courses/CAP5415/,computer-vision,,,,,,oer -8204ce5a-492b-4b4b-8e71-e83cc205cdde,Introduction to computer vision (2015),,,course|http://www.cs.cornell.edu/courses/cs4670/2015sp/lectures/lectures.html,computer-vision,,,,,,oer -a78d7ae4-8e84-4f54-85ea-dee96b9a7ef9,Programming computer vision with python (2012),,,course|http://programmingcomputervision.com/,computer-vision,,,,,, -06fffef6-7759-4c39-ad9c-89bf2e8f355c,An analysis of single-layer networks in unsupervised feature learning,,,research_paper|http://ai.stanford.edu/%7Eacoates/papers/coatesleeng_aistats_2011.pdf,computer-vision,,,,,,oer -3ac27a15-349d-43dc-85c8-8083daf0bc39,Viola jones robust real-time object detection,,,research_paper|http://www.swarthmore.edu/NatSci/mzucker1/papers/violaJones_IJCV.pdf,computer-vision,,,,,,oer -21eebedd-560f-4cb1-bd63-281eb373344f,"Example-based photometric stereo: shape reconstruction with general, varying brdfs",,,research_paper|http://grail.cs.washington.edu/projects/sam/HertzmannSeitzPAMI2005.pdf,computer-vision,,,,,,oer -b75ac19a-e868-42d0-9737-d443c687c589,Mask r-cnn,,,research_paper|https://arxiv.org/abs/1703.06870,computer-vision,,,,,, -e03f72b6-4f1b-4cf8-adb6-3cb36e1b0de9,Main Wikipedia: Computer vision,,,wiki|https://en.wikipedia.org/wiki/Computer_vision,computer-vision,,,,,,oer -0a1e4ad8-2a95-4719-91f2-84bfe10208b8,Simple Wikipedia: Computer vision,,,wiki|https://simple.wikipedia.org/wiki/Computer_vision,computer-vision,,,,,,oer -33d38784-d73b-45f6-b126-e91f7337d8b4,Computers,,,qna|https://www.quora.com/topic/Computers,computers,,,,,,oer -b05da3cb-7a46-45b0-a09b-ea97bf0aeb90,Main Wikipedia: Computer,,,wiki|https://en.wikipedia.org/wiki/Computer,computers,,,,,,oer -a146d181-186b-4960-892f-07e8f15c3efb,Simple Wikipedia: Computer,,,wiki|https://simple.wikipedia.org/wiki/Computer,computers,,,,,,oer -f5614d09-4b24-4cca-850a-da8d4a51bdfd,Beautiful concurrency (2007),,,research_paper|https://www.microsoft.com/en-us/research/publication/beautiful-concurrency/,concurrency,,,,,, -0c0f0569-8f2f-45d3-849c-f763bbb1b363,Meditation,,,chat|https://www.reddit.com/r/Meditation/,consciousness,,,,,,oer -33f5c4d8-6c8b-4350-8b12-63fba30f6485,Neuro,,,chat|https://www.reddit.com/r/neuro/,consciousness,,,,,,oer -675e6766-fb4c-4439-aff8-712c444b160a,Psychonaut,,,chat|https://www.reddit.com/r/Psychonaut/,consciousness,,,,,,oer -565044ec-a542-482d-a39b-e93ede8867b6,Rational psychonaut,,,chat|https://www.reddit.com/r/RationalPsychonaut/,consciousness,,,,,,oer -9c01b5eb-3c2a-4738-93ab-53b2f025c67a,Mastery Grading Conference - June 2020,,,conference|https://www.masterygrading.com/,mastery-grading,,,,,, -4aeef691-a38b-4fbb-b5f7-159a62f72e86,The ultimate list of all resources for Frontend development,,,article|https://github.com/developer-resources/frontend-development,web-development,,,,,,oer -135b26d4-91a8-4115-8c50-69583227beb9,/r/cooking,,,chat|https://www.reddit.com/r/Cooking/,cooking,,,,,,oer -5c7896bc-9f69-4524-9d5f-c5281473c08b,/r/GifRecipes,,,chat|https://www.reddit.com/r/GifRecipes/,cooking,,,,,,oer -e9a6c278-3732-4ede-a1c5-c90f3e9a969a,/r/AskCulinary,,,chat|https://www.reddit.com/r/AskCulinary/,cooking,,,,,,oer -564de984-49ab-4c83-b44d-50c710c1cf09,/r/recipes,,,chat|https://www.reddit.com/r/recipes/,cooking,,,,,,oer -d17d7ea0-0062-4c82-b9a6-ca9777ce73ed,/r/IndianFood,,,chat|https://www.reddit.com/r/IndianFood/,cooking,,,,,,oer -62e63afd-82cd-476c-8454-d80a48a27ee8,Seasoned advice (StackExchange),,,qna|https://cooking.stackexchange.com,cooking,,,,,,oer -ecbb8b33-51e6-44c4-aec3-42982a19fe67,Main Wikipedia: Cooking,,,wiki|https://en.wikipedia.org/wiki/Cooking,cooking,,,,,,oer -708f21bb-bbf2-4e24-b238-c469ac9a5f77,Simple Wikipedia: Cooking,,,wiki|https://simple.wikipedia.org/wiki/Cooking,cooking,,,,,,oer -0ab09043-f857-4053-b64f-333ba1311d04,Main Wikipedia: Cosmetics,,,wiki|https://en.wikipedia.org/wiki/Cosmetics,cosmetics,,,,,,oer -8ce25c45-4427-4118-a756-a4ff82f4f06c,Simple Wikipedia: Cosmetics,,,wiki|https://simple.wikipedia.org/wiki/Cosmetics,cosmetics,,,,,,oer -98b5c9fc-4f81-478f-a5e8-9faa54c067d5,CPUs,,,qna|https://www.quora.com/topic/Central-Processing-Units-CPUs,cpu,,,,,,oer -1ad3541d-59ca-44bc-9d10-134d6b00b5d8,Main Wikipedia: Central processing unit,,,wiki|https://en.wikipedia.org/wiki/Central_processing_unit,cpu,,,,,,oer -b026c152-00cc-4855-b0df-904709b97529,Simple Wikipedia: Central processing unit,,,wiki|https://simple.wikipedia.org/wiki/Central_processing_unit,cpu,,,,,,oer -ca20c5f3-9da8-4851-9a9a-10cabf296fc1,Introduction to Tensor Analysis,"By H. D. Block (Prof. @ Cornell University) - -",,book|http://ruina.tam.cornell.edu/Courses/ME6700/references/block_tensor_analysis.pdf,tensor-analysis,,1978,,,, -05ce08d3-7647-4eb7-af57-4978bc853761,A Whack on the Side of the Head (2008),,,book|https://www.amazon.in/Whack-Side-Head-Roger-Oech/dp/0446404667/?tag=learnawesome-21,creativity,,,,,, -be8f21f6-0052-4abd-8424-c77644ab084d,Ask the Wise Fool Cards,,,flashcard|https://www.amazon.com/Ask-Wise-Fool-Roger-Oech/dp/1572819553/?tag=learnawesome-20,creativity,,,,,, -ff27925b-0a71-4321-bd78-bb31c1985a11,Blockchain Insider,,,audio|http://bi.11fs.com/,cryptocurrency,,,,,, -231a4a5c-7eb3-4b8c-a0e2-b09b0e00a7ef,Crypto Voices,,,audio|https://cryptovoices.com/,cryptocurrency,,,,,, -a6db667b-5525-4a02-bdf3-48be4330a6fb,Cryptoverse,,,audio|https://player.fm/series/the-cryptoverse,cryptocurrency,,,,,, -a61519b1-c40e-4aeb-b976-51243d7acbfd,Epicenter,,,audio|https://epicenter.tv/,cryptocurrency,,,,,, -b3f7a560-5e37-4395-976f-22fad046ad8b,Tales from the crypt,,,audio|https://talesfromthecrypt.libsyn.com/,cryptocurrency,,,,,, -a44094d4-067f-48fd-b0c8-13a6f1830894,Unchained,,,audio|http://unchainedpodcast.co/,cryptocurrency,,,,,, -98c4d4eb-d36c-40fe-9bb2-470d1d18804f,Mastering Ethereum (2018),,,book|https://github.com/ethereumbook/ethereumbook,cryptocurrency,,,,,,oer -df2a3a06-5e68-4b54-82bc-b3c22b6f0fa0,From Media Computation to Data Science | openSAP,,,course|https://open.sap.com/courses/snap2,programming-languages/snap,,,,,, -30d55dad-1faf-455e-a3dd-b7ae4d3b174f,CryptoTechnology,,,chat|https://www.reddit.com/r/CryptoTechnology/,cryptocurrency,,,,,,oer -a7a7cfb6-b61f-43cc-8e84-be9ae3247eea,Ever wonder how Bitcoin (and other cryptocurrencies) actually work?,,,video|https://www.youtube.com/watch?v=bBC-nXj3Ng4,cryptocurrency;blockchain,,,,,,oer -5daa4cb7-e4fb-4bc7-9b96-e04527ac1239,Main Wikipedia: Cryptocurrency,,,wiki|https://en.wikipedia.org/wiki/Cryptocurrency,cryptocurrency,,,,,,oer -46384502-3e19-4dff-8e44-4899cd98baa4,Simple Wikiepedia,,,wiki|https://simple.wikipedia.org/wiki/Cryptocurrency,cryptocurrency,,,,,,oer -d910378e-e1b0-4597-9e5f-9aa3d722ea3c,The code book (1999),,,book|http://www.goodreads.com/book/show/17994.The_Code_Book,cryptography,,,,,, -0a32630b-b314-4da3-bce4-356aa3b666c0,Engineering security (2014),,,book|https://www.cs.auckland.ac.nz/~pgut001/pubs/book.pdf,cryptography,,,,,, -3fdf023b-6e73-4888-9fb2-e3c140115175,Graduate course in applied cryptography (2016),,,book|https://crypto.stanford.edu/~dabo/cryptobook/draft_0_3.pdf,cryptography,,,,,, -127fb89a-9b74-4e74-8512-43b113a3fb82,Practical Cryptography for Developers (2018),,,book|https://cryptobook.nakov.com/?q=,cryptography,,,,,, -5a8c0bee-c150-41df-b859-f2caf4e5576e,Serious Cryptography: A Practical Introduction to Modern Encryption,,,book|https://nostarch.com/seriouscrypto,cryptography,,,,,, -81ad688d-227c-487d-8884-fbaf6cee85bd,Snap!Con20 Keynote - Hyperblocks,,,video|https://www.youtube.com/watch?v=K1qR4vTAw4w,programming-languages/snap,,,,,,oer -9fbf2a8f-7e43-4b88-9ae0-dda148bf592a,the cryptopals crypto challenges,,,interactive|https://cryptopals.com,cryptography,,,,,, -2a934ee1-494c-44ed-bd8d-89e89fe5c826,Cryptography,,,qna|https://crypto.stackexchange.com,cryptography,,,,,,oer -67f4fbfa-473e-4a5d-b51b-dc6486e4ee30,Main Wikipedia: Cryptography,,,wiki|https://en.wikipedia.org/wiki/Cryptography,cryptography,,,,,,oer -5776bc6d-cde6-4f80-bdc5-181570672dbb,Simple Wikipedia: Cryptography,,,wiki|https://simple.wikipedia.org/wiki/Cryptography,cryptography,,,,,,oer -eb362e61-4a3b-4839-a8aa-61c0f765345b,Science Friday,,,website|https://www.sciencefriday.com/topics/art-culture-history/,culture,,,,,, -719d536f-ed11-4f40-90c0-3d8b8bf5347c,Main Wikipedia: Culture,,,wiki|https://en.wikipedia.org/wiki/Culture,culture,,,,,,oer -29c54d09-dff3-4140-b868-9be504b7d060,Simple Wikipedia: Culture,,,wiki|https://simple.wikipedia.org/wiki/Culture,culture,,,,,,oer -13639744-e9ff-4420-8071-37d8e59a5d60,The human use of human beings (2015),,,book|https://www.amazon.com/Human-Use-Beings-Cybernetics-Society/dp/0306803208?tag=learnawesome-20,cybernetics,,,,,, -77b0c8a5-5f18-4bd7-98fd-a50f40598f0d,Techniques of the observer : on vision and modernity in the nineteenth… (1990),,,book|http://www.goodreads.com/book/show/18077903-creativity-inc,cybernetics,,,,,, -dfe7fe28-77bf-4b66-aa64-2a4250034c11,Teach Yourself Data Science,,,article|https://medium.freecodecamp.org/a-path-for-you-to-learn-analytics-and-data-skills-bd48ccde7325,data-science,,,,,, -b67a44ff-dc3b-4098-b27e-997d66cb1fa3,A Comprehensive Learning Path for Deep Learning,,,article|https://medium.com/analytics-vidhya/a-comprehensive-learning-path-for-deep-learning-in-2019-4836744d5c,data-science,,,,,,oer -39e3e7d2-2180-428a-adce-7c4b9a8f1d72,Technical Notes on Using Data Science and AI,,,article|https://chrisalbon.com/,data-science,,,,,, -2388e22d-ae33-4504-a282-10d1e343798d,Where to Start Data Mining and Data Science,,,article|https://www.kdnuggets.com/faq/learning-data-mining-data-science.html,data-science,,,,,, -5791d626-67b0-499c-9475-a49f47e18c35,27 Amazing Data Science Books Every Data Scientist Should Read,,,article|https://medium.com/analytics-vidhya/27-books-every-data-scientist-should-read-7b051607595,data-science,,,,,,oer -e3572288-a081-4fc2-95c1-b24ae1852b3f,Beginner Guide to Data Science,,,article|https://hackernoon.com/beginners-guide-for-data-science-388a2ceab93d,data-science,,,,,, -24743458-eeba-4129-be9b-bfed9acf4f49,How to Become a Data Scientist On Your Own | Kaggle,,,article|https://www.kaggle.com/getting-started/44915,data-science,,,,,, -31f816d8-678c-421c-b6d2-3b2ba06b3130,Learn Data Science With Dataquest,,,article|https://www.dataquest.io/blog/learn-data-science/,data-science,,,,,, -a4c9d00c-b058-4585-9861-517f1e506406,How to Get into the Top 15 of a Kaggle Competition Using Python,,,article|https://www.dataquest.io/blog/kaggle-tutorial/,data-science,,,,,, -f6d0a491-e056-40ae-afac-8fd416044499,Building a Data Science Portfolio: Storytelling With Data,,,article|https://www.dataquest.io/blog/data-science-portfolio-project/,data-science,,,,,, -6499e87d-68be-4b44-8297-c30e9657f2ee,Data Skeptic Episodes,,,audio|https://dataskeptic.com/podcast?limit=10&offset=0,data-science,,,,,, -57006e6b-13f1-4fe2-ba70-77fb5d8e53ee,Not So Standard Deviations,,,audio|http://nssdeviations.com/,data-science,,,,,, -f6923f7e-81ee-4442-b2ae-476fffe24480,Super Data Science,,,audio|https://www.superdatascience.com/podcast/,data-science,,,,,, -c7f0e14b-831d-45d3-91c7-6286212dfc96,Artificial Intelligence in Industry With Daniel Fagella,,,audio|http://techemergence.libsyn.com/,data-science,,,,,, -d3bfe913-6161-45a4-b26e-2f4514ea3eb6,Learning Machines 101,,,audio|https://www.learningmachines101.com/,data-science,,,,,, -b056f6d1-1bd7-4804-835e-08ca221eab28,Robert Chang,,,blog|https://medium.com/@rchang,data-science,,,,,,oer -4f5611c1-0320-4fc3-9d6d-1652691584a4,Variance Explained,,,blog|http://varianceexplained.org/,data-science,,,,,, -d0c295ef-9b8c-401c-bb11-dd14159ace4c,Data Science & Psychology,,,blog|http://www.polipsych.com/,data-science,,,,,, -a88b35db-6848-4578-9435-e4dd7fa56623,Data Science 101 | Learning to be a Data Scientist,,,blog|https://101.datascience.community/,data-science,,,,,, -29531361-e27d-4a6d-9eda-13924851a987,KDNuggets,,,blog|https://www.kdnuggets.com/,data-science,,,,,, -27c38bef-3055-413f-afa1-0799f96c6dec,Professor Julius Sumner Miller,,,video|https://www.youtube.com/user/dramaticphysics/videos,teaching;science,,,beginner,,,oer -9239b9ad-498b-4e26-bd68-13f263bf64a4,Data Science Central,,,blog|https://www.datasciencecentral.com/,data-science,,,,,, -becb6ed4-051e-4cc6-8a3a-a2a362ea50c0,MIT Deep Learning,,,blog|https://deeplearning.mit.edu/,data-science,,,,,,oer -a909ae1d-d014-4660-a4c7-9613fa4a7aea,Becoming Human: Artificial Intelligence Magazine,,,blog|https://becominghuman.ai/,data-science;computer-science,,,,,, -f0ea81b6-f544-4da9-a113-f7b9a79b15a4,Machine Learnings,,,blog|https://machinelearnings.co/,data-science,,,,,, -03e62b51-824a-40db-affd-89371b7bd8f2,Applied Data Science,,,blog|https://medium.com/applied-data-science,data-science,,,,,,oer -b31e47d1-cee3-49ea-ac79-67144242e04f,Analytics Vidhya,,,blog|https://medium.com/analytics-vidhya,data-science,,,,,,oer -f3dfcddc-097d-4a90-a7b6-bbcf07ecb196,ML Review,,,blog|https://medium.com/mlreview,data-science,,,,,,oer -bb6fba33-cde9-4481-9f72-62cd31721deb,Curated List of Data Science Blogs,,,blog|https://github.com/rushter/data-science-blogs,data-science,,,,,,oer -f4db2d47-24c0-4d12-9353-f41a7bc4aba8,"Hands-on Machine Learning With Scikit-Learn, Keras & TensorFlow, 2nd Edition (2019)",,,book|https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/,data-science,,,,,, -9844c0f0-ff69-4328-9da1-17e460b79292,Designing Data-Intensive Applications (2017),,,book|https://dataintensive.net/,data-science,,,,,, -c1d3cc19-af02-41f2-9f94-c7ba5ecf332b,Data Scientist Masters Program | Simplilearn,,,cert|https://www.simplilearn.com/big-data-and-analytics/senior-data-scientist-masters-program-training,data-science,,,,,, -999ce354-2b35-4b13-ae88-264fcac0ade3,General Data Science Cheatsheets,,,cheatsheet|https://github.com/ml874/Data-Science-Cheatsheet/blob/master/data-science-cheatsheet.pdf,data-science,,,,,,oer -cb48d788-48ae-4b52-af71-29ebb203398c,Python For Data Science,,,cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/e30fbcd9-f595-4a9f-803d-05ca5bf84612,data-science,,,,,, -d85719c2-0ff9-423c-aeff-0895324136bf,Beginner Pandas Cheatsheet,,,cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/fbc502d0-46b2-4e1b-b6b0-5402ff273251,data-science,,,,,, -b730cf40-8f68-4a6f-a53e-198038d59640,Scikit-Learn for Machine Learning in Python,,,cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/5433fa18-9f43-44cc-b228-74672efcd116,data-science,,,,,, -55b7ad6d-c457-4f16-8811-f556d274e721,Advanced Pandas Cheatsheet,,,cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/9f0f2ae1-8bd8-4302-a67b-e17f3059d9e8,data-science,,,,,, -06993515-b9b4-4224-b793-882b41f2c8b4,Plotting in Python Using Matplotlib,,,cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/28b8210c-60cc-4f13-b0b4-5b4f2ad4790b,data-science,,,,,, -69277c6f-def6-449c-bc3b-c71f9c3221b7,Basic NumPy Usage Cheatsheet,,,cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/e9f83f72-a81b-42c7-af44-4e35b48b20b7,data-science,,,,,, -258073ff-6720-4b55-ace3-35c86d1d178d,Statistical Data Visualistion Using Seaborn,,,cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/f9f06e72-519a-4722-9912-b5de742dbac4,data-science,,,,,, -e6900616-9312-42d7-addd-c7c94832f97d,Keras Cheatsheet,,,cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/94fc681d-5422-40cb-a129-2218e9522f17,data-science,,,,,, -b726bfbe-2f38-4d98-910d-dccb07653f67,Importing Data Using Python,,,cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/50d31142-3de0-4159-89b9-18b718a728ef,data-science,,,,,, -e44b58af-1369-41d3-a186-8c5c9a6805a1,How to Recalculate a Spreadsheet – Lord i/o,,,article|https://lord.io/blog/2020/spreadsheets/,spreadsheets,,,research,,, -e3042e4e-090d-47d3-92d1-0865603e6f2c,Jupyter Notebook Cheatsheet,,,cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/f9511cf4-abb9-4f52-9663-ea93b29ee4b7,data-science,,,,,, -a7fd389c-fca8-4d6b-8ba1-7b9d01af99ae,Open Data Science Conference,,,conference|https://odsc.com/,data-science,,,,,, -4dc73712-e334-4392-a24d-57bdd9b62c9e,The Data Science Conference,,,conference|https://www.thedatascienceconference.com/,data-science,,,,,, -e0252986-2d12-4d88-ae29-b7ed6ede4482,AnacondaCON,,,conference|https://anacondacon.io/,data-science,,,,,, -0100a97b-da28-4d41-b0d0-5dc214bfc3c9,QCon.ai,,,conference|https://qcon.ai/,data-science,,,,,, -ce87af96-3ae8-4b70-b3ec-9b1a18e9e469,Re-Work,,,conference|https://www.re-work.co/,data-science,,,,,, -ea391f21-b18f-4d45-9708-34a2936f25e2,Machine Learning A-Z™: Hands-On Python & R In Data Science,,,course|https://www.udemy.com/share/100034BUQcclZbRXo=/,data-science,,,,,, -6723f140-7b70-45ad-83c7-42536545563a,Python for Data Science and Machine Learning Bootcamp,,,course|https://www.udemy.com/share/10008ABUQcclZbRXo=/,data-science,,,,,, -4d71a658-346e-47d8-a19c-56371f10ffce,R Programming A-Z™: R For Data Science With Real Exercises!,,,course|https://www.udemy.com/share/1000DOBUQcclZbRXo=/,data-science,,,,,, -3e93b4f9-d540-4e93-a5ae-07c7a8dbf771,Data Science and Machine Learning Bootcamp with R,,,course|https://www.udemy.com/share/1000HWBUQcclZbRXo=/,data-science,,,,,, -fd922d73-df4c-4a4d-94de-ade5446428e5,The Data Science Course 2019: Complete Data Science Bootcamp,,,course|https://www.udemy.com/share/100hMqBUQcclZbRXo=/,data-science,,,,,, -bfdcb2a0-1365-4706-8e77-0a09bf22cef8,Python A-Z™: Python For Data Science With Real Exercises!,,,course|https://www.udemy.com/share/1000rsBUQcclZbRXo=/,data-science,,,,,, -c5d6fa38-0bfe-4461-9f2a-f0e7fcd74ef2,Statistics for Data Science and Business Analysis,,,course|https://www.udemy.com/share/10003QBUQcclZbRXo=/,data-science,,,,,, -a04ddbf0-257b-4b14-95f0-a40431095498,Microsoft Professional Program in Data Science,,,course|https://www.edx.org/microsoft-professional-program-data-science,data-science,,,,,, -9f7a82c9-8416-4554-ab41-d8f74160e412,Microsoft Professional Program in Artificial Intelligence,,,course|https://www.edx.org/microsoft-professional-program-artificial-intelligence,data-science,,,,,, -baa9b211-257d-4060-b9a6-06cb2e2e7d9d,Python Data Science,,,course|https://www.edx.org/professional-certificate/python-data-science,data-science,,,,,, -5199c704-c356-4b21-ae60-0e597ce0c2e6,Data Science,,,course|https://www.edx.org/professional-certificate/harvardx-data-science,data-science,,,,,, -16ab9054-c7ca-431d-9421-2e15d68a8e8a,Full Stack Data Science Program,,,course|https://www.jigsawacademy.com/full-stack-data-science-program-online/,data-science,,,,,, -3088157a-36ba-407c-930f-1cb907c69320,Machine Learning,,,course|https://www.coursera.org/learn/machine-learning,data-science,,,,,, -050b0162-d69e-4356-861e-d204fe554609,IBM Data Science Professional Certificate,,,course|https://www.coursera.org/specializations/ibm-data-science-professional-certificate,data-science,,,,,, -42d82a08-aa32-4a66-80a8-75fe4545be63,Deep Learning Specialization,,,course|https://www.coursera.org/specializations/deep-learning,data-science,,,,,, -9373fede-aed9-4914-93bb-cee6d39133df,Applied Data Science with Python Specialization,,,course|https://www.coursera.org/specializations/data-science-python,data-science,,,,,, -ce8ac48b-bb7a-4d10-95d3-47e4ce361de5,Data Science Specialization,,,course|https://www.coursera.org/specializations/jhu-data-science,data-science,,,,,, -53bff7c2-2bf0-407d-9c78-60fd2a158da1,Water Fasting Results: Why I LOVED Not Eating for 5 Days - Nat Eliason,,,article|https://www.nateliason.com/blog/5-day-water-fast-health-benefits,fasting,,,,,, -d915ec96-641d-4df6-930f-c278f127d3dd,KDNuggets LinkedIn Group,,,chat|https://www.linkedin.com/groups/54257/,data-science,,,,,, -a1db76bc-fb59-483d-b6c8-3027808e29b3,Data Science Central,,,chat|https://www.datasciencecentral.com/forum,data-science,,,,,, -2d168190-906a-4e1e-9478-e184bd8d71a6,Analytics Vidhya,,,chat|https://discuss.analyticsvidhya.com/,data-science,,,,,, -d5938c94-5f14-4102-a852-3d5115bfb5c3,Data Is Ugly | Reddit,,,chat|https://www.reddit.com/r/dataisugly/,data-science,,,,,,oer -c5e39327-ab97-4441-88a8-e9a1a73b7852,Data Is Beautiful | Reddit,,,chat|https://www.reddit.com/r/dataisbeautiful/,data-science,,,,,,oer -5a65468c-3a42-4016-b237-c30650c1ed16,KaggleNoobs,,,chat|https://kagglenoobs.herokuapp.com/,data-science,,,,,, -90b837ae-e209-466f-931f-57ce59260f9f,Data Science Foundations,,,learning_plan|https://cognitiveclass.ai/learn/data-science/,data-science,,,,,, -3535000b-6017-4381-bb3c-e274fba3bd21,List of Data Science Meetups Worldwide,,,meetup|https://www.datascienceweekly.org/data-science-resources/data-science-meetups,data-science,,,,,, -b372c0ea-4f68-4b68-a633-45fbbaeb0c3a,Silicon Valley Startup: Idea to IPO,,,meetup|https://www.meetup.com/Silicon-Valley-Startup-Idea-to-IPO/,data-science,,,,,, -94e4e7e2-24ff-4b23-8d31-b7fc5394284e,Data Driven NYC | 17k+ Members,,,meetup|https://www.meetup.com/DataDrivenNYC/,data-science,,,,,, -19562960-8bfe-4ca5-aa9b-a948f979f2d2,SF Data Science | 15k+ Members,,,meetup|https://www.meetup.com/SF-Data-Science/,data-science,,,,,, -e0c59894-316e-4410-b9cc-1411c9210148,ML Review - Machine Learning Digest,,,newsletter|https://mlreview.com/?medium,data-science,,,,,, -4b4ffdd4-b436-4b70-949c-6f3cbc63abd8,Data Elixir,,,newsletter|https://dataelixir.com/,data-science,,,,,, -551fc7d9-44bf-41ac-9e00-224a3df0a856,The Data Science Roundup,,,newsletter|http://roundup.fishtownanalytics.com/,data-science,,,,,, -b9784434-62a7-44af-8110-560294ef61ad,Data Science Weekly Newsletter,,,newsletter|https://www.datascienceweekly.org/,data-science,,,,,, -e755a34b-067b-4525-92ff-5883f736877e,KDNuggets News,,,newsletter|https://www.kdnuggets.com/news/subscribe.html?1,data-science,,,,,, -0410cf36-f0fe-47fd-9832-b92ed4abeb92,O'Reilly Data Newsletter,,,newsletter|https://www.oreilly.com/data/newsletter.html,data-science,,,,,, -1a274c33-8270-477a-80e2-7c0d5c9cae4c,The Analytics Dispatch,,,newsletter|https://mode.com/newsletter/,data-science,,,,,, -5a702b0d-dc4b-4fb7-a0c5-5a9578609e2b,Hacker News Digest,,,newsletter|https://www.hndigest.com/,data-science,,,,,, -7cb51337-fa76-40a1-ac77-655ddfdbc7b3,Data Machina,,,newsletter|https://datamachina.substack.com/,data-science,,,,,, -7ac474ec-5dc4-4065-ba6a-24b04e3db224,Import AI,,,newsletter|https://us13.campaign-archive.com/home/?u=67bd06787e84d73db24fb0aa5&id=6c9d98ff2c,data-science,,,,,, -44dea5e0-3ed3-4ab4-ad09-cab4069d86c5,The Wild Week in AI,,,newsletter|https://www.getrevue.co/profile/wildml?utm_campaign=Issue&utm_content=profilename&utm_medium=email&utm_source=The+Wild+Week+in+AI,data-science,,,,,, -33343897-e693-4864-a59c-7da62666d0ee,Data is Plural,,,newsletter|https://tinyletter.com/data-is-plural,data-science,,,,,, -b6375e06-15b2-4f72-8c9f-3b08e301caa7,Towards Data Science Newsletter,,,newsletter|https://towardsdatascience.com/tagged/tds-letter,data-science,,,,,, -170e6cab-0c40-4199-bbfc-fb34a6565e68,Deep Learning Weekly,,,newsletter|https://www.deeplearningweekly.com/?utm_source=twitter&utm_medium=profile-description,data-science,,,,,, -f659464c-c32b-4da6-8c57-3c5b775975be,Deep Hunt Newsletter,,,newsletter|https://deephunt.in/tagged/newsletter,data-science,,,,,, -3c5e9891-63ad-4975-b02e-ba333c57d685,The Algorithm - MIT Technology Review,,,newsletter|https://go.technologyreview.com/newsletters/the-algorithm/,data-science,,,,,, -70ed151a-1532-4238-ae08-ad2914423c92,TOPBOTS: Applied AI for Bussiness,,,newsletter|https://www.topbots.com/enterprise-ai-news-pro-newsletter/,data-science,,,,,, -955b6af9-230e-4a1c-b224-9a5ac601960b,Artificial Intelligence and Deep Learning Weekly,,,newsletter|http://aidl.io/,data-science,,,,,, -5ce7701f-1f70-41e6-b521-4221e2aa20a7,Center for Data Innovation,,,newsletter|https://www.datainnovation.org/about/newsletter/,data-science,,,,,, -b9787ec6-11c0-4c9f-8f21-ff9b57cb8557,Data Science Community Newsletter - NYU Center for Data Science,,,newsletter|https://cds.nyu.edu/newsletter/,data-science,,,,,,oer -aa916a48-9b87-4e8a-a2e6-a8b68c5d05c4,Analytics Vdihya,,,newsletter|https://www.analyticsvidhya.com/,data-science,,,,,, -b04ba242-cc5b-4970-80d5-afe870c215fe,R-Bloggers,,,newsletter|https://www.r-bloggers.com/,data-science,,,,,, -bb487188-1cff-4289-88b5-ab5bac3f2953,Data Science Central,,,newsletter|https://www.datasciencecentral.com/profiles/blogs/check-out-our-dsc-newsletter,data-science,,,,,, -82193c18-6393-4888-952a-dbafd00e05c3,Jeremy P. Howard,,,people|https://en.wikipedia.org/wiki/Jeremy_Howard_(entrepreneur),data-science,,,,,,oer -bdea1cb8-24dc-4969-bce5-82fafed4af22,Siraj Raval,,,people|https://sirajraval.com/,data-science,,,,,, -9687f9cc-6ec7-4c9f-aba5-874b1745702d,Lex Fridman,,,people|https://lexfridman.com/,data-science,,,,,, -5f4e33e2-0cbd-4207-a18b-fa092be318f6,Data science | Quora,,,qna|https://www.quora.com/topic/Data-Science,data-science,,,,,,oer -fb8b7a86-adf4-49dd-abdd-0ef93530ed8d,Data | Quora,,,qna|https://www.quora.com/topic/Data,data-science,,,,,,oer -e91aeaf6-7920-4e9f-8d1a-347c72869410,Datasets | Quora,,,qna|https://www.quora.com/topic/Datasets,data-science,,,,,,oer -40bd7ea0-f883-4025-bed8-280fa83a45f3,Data science | StackExchange,,,qna|https://datascience.stackexchange.com,data-science,,,,,,oer -58827f66-0165-4737-83b5-99b4fb1b69d3,MIT Deep Learning | YouTube,,,video|https://www.youtube.com/playlist?list=PLrAXtmErZgOeiKm4sgNOknGvNjby9efdf,data-science,,,,,,oer -89fe9daf-af72-4066-8df8-41223d59b7f0,Main Wikipedia: Data science,,,wiki|https://en.wikipedia.org/wiki/Data_science,data-science,,,,,,oer -eabca32c-98b6-453f-af0d-60318bd0492f,Simple Wikipedia: Data science,,,wiki|https://simple.wikipedia.org/wiki/Data_science,data-science,,,,,,oer -d80e4f23-38c0-4c6b-aeb0-884fbfda550e,Database administrators,,,qna|https://dba.stackexchange.com,database-administrator,,,,,,oer -d72aea61-bfe6-47e0-97f8-e9356c6959ec,Main Wikipedia: Database administrator,,,wiki|https://en.wikipedia.org/wiki/Database_administrator,database-administrator,,,,,,oer -9e0a164f-6801-493e-9440-23f6cacd06d3,Simple Wikipedia: Database administrator,,,wiki|https://simple.wikipedia.org/wiki/Database_administrator,database-administrator,,,,,,oer -04ab221d-092b-4ba3-8c2f-1d3aac028add,Let's build a sqlite clone from scratch in C,,,blog|https://cstack.github.io/db_tutorial/,databases,,,,,,oer -8192ca05-5bc5-4756-9836-c85a85b7b59b,The data warehouse toolkit (1996),,,book|http://www.goodreads.com/book/show/748203.The_Data_Warehouse_Toolkit,databases,,,,,, -ea5868d3-2f96-4c38-b058-e622e65132de,Database Design and Implementation (2008),,,book|https://www.amazon.com/Database-Design-Implementation-Edward-2008-10-24/dp/B01FGOUUDG?tag=learnawesome-20,databases,,,,,, -63624dd2-9c5e-4cc4-8784-0c39680da996,Architecture of a Database System (2007),,,book|http://db.cs.berkeley.edu/papers/fntdb07-architecture.pdf,databases,,,,,, -a0289409-6d4b-4a77-8fed-c18d70d7644b,Readings in Database Systems (Redbook),,,book|http://www.redbook.io/,databases,,,,,, -d1c49f16-c928-429a-b9bc-bac9b207999f,Simplicial Databases - David I. Spivak (2009),,,research_paper|https://arxiv.org/abs/0904.2012,databases,,,,,, -fbe59482-09ea-4b7a-9ab4-c0e0c71360cf,CMU Advanced Database Systems,,,video|https://www.youtube.com/watch?v=m72mt4VN9ik,databases,,,,,,oer -dc5b4fe3-7198-4dfe-bbfe-83d7160fad4a,MIT Decentralized Applications (2018),,,course|http://nil.lcs.mit.edu/6.S974/papers.html,decentralized-systems,,,,,,oer -0a3d61a1-837f-44c6-b568-632fffafe93e,Advanced Deep Learning & Reinforcement Learning (2018),,,course|https://www.youtube.com/playlist?list=PLqYmG7hTraZDNJre23vqCGIVpfZ_K2RZs,deep-learning,,,,,,oer -c2361c74-4734-45d5-b355-eb2e856a566b,Berkeley deep reinforcement learning (2017),,,course|http://rll.berkeley.edu/deeprlcourse/,deep-learning,,,,,,oer -d16dc76a-2b30-4c7a-b93a-b8b5d87ca159,Deep learning (2017),,,course|http://deeplearning.cs.cmu.edu/,deep-learning,,,,,,oer -3afdd3ad-9d2c-47d3-9c7f-7966adab5ad8,Stanford natural language processing with deep learning (2017),,,course|https://www.youtube.com/watch?v=OQQ-W_63UgQ&list=PL3FW7Lu3i5Jsnh1rnUwq_TcylNr7EkRe6,deep-learning,,,,,,oer -5bbbd2c3-89f6-4e59-94a7-e27cc3f7891c,Deep learning at Oxford (2015),,,course|https://www.youtube.com/playlist?list=PLE6Wd9FR--EfW8dtjAuPoTuPcqmOV53Fu,deep-learning,,,,,,oer -b958c6f6-e86f-4e94-b581-260d9eb1ac52,Lectures,,,course|https://www.youtube.com/watch?v=2pWv7GOvuf0&feature=youtu.be&list=PL7-jPKtc4r78-wCZcQn5IqyuWhBZ8fOxT,deep-learning,,,,,,oer -48781deb-08b7-48cb-bdc3-f7cf20b6227a,Oxford CS Deep NLP (2017),,,course|https://github.com/oxford-cs-deepnlp-2017/lectures,natural-language-processing;deep-learning,,,,,,oer -25415996-a549-4cbd-ac62-f9685d62adf1,Ucl reinforcement learning (2015),,,course|http://www0.cs.ucl.ac.uk/staff/d.silver/web/Teaching.html,deep-learning,,,,,, -48b3e778-ce6b-4e4d-9d04-8a94bb115063,Stanford convolutional neural networks for visual recognition,,,course|http://cs231n.stanford.edu/syllabus.html,deep-learning,,,,,,oer -e83013f9-297d-45fe-a6f3-316d01e321c3,Stanford deep learning for natural language processing,,,course|http://cs224d.stanford.edu/syllabus.html,deep-learning,,,,,,oer -644d918a-0091-484a-946a-2600ff8e0d6f,Deep Learning UC Berkeley STAT-157 (2019),,,course|https://www.youtube.com/playlist?list=PLZSO_6-bSqHQHBCoGaObUljoXAyyqhpFW,deep-learning,,,,,,oer -20011101-5895-4b44-a0f4-184b1ccaaf44,CS294-158 Deep Unsupervised Learning,,,course|https://sites.google.com/view/berkeley-cs294-158-sp19/home,deep-learning,,,,,, -c3e4e1b5-f05a-476a-abf4-61565eadc0f3,Applied Science,"This popular YouTube channel (with 700K subscribers) has videos about interesting applications of science and technology. You'll see how an electron microscope was built in a home shop, how an X-ray backscatter system works, how to make aerogel, and many other hi-tech projects. Topics usually include electromechanical systems, chemistry, and electronics. Hosted by Ben Krasnow.",,project|https://www.youtube.com/c/AppliedScience/videos;blog|https://benkrasnow.blogspot.com/,science;engineering,,,intermediate,,,oer -ecbcdc1d-5c13-4658-943c-71da72f4da56,Evolution strategies as a scalable alternative to reinforcement learning (2017),,,research_paper|https://arxiv.org/abs/1703.03864,deep-learning,,,,,, -9a0b6579-304d-4f29-add4-cc7a60a87c8b,Awesome deep learning papers,,,research_paper|https://github.com/endymecy/awesome-deeplearning-resources#readme,deep-learning,,,,,,oer -94b87bfc-c135-4a53-bb2e-5f0c6c1b3a51,Summaries and notes on deep learning research papers,,,research_paper|https://github.com/dennybritz/deeplearning-papernotes#readme,deep-learning,,,,,,oer -932da259-2021-4dbb-8420-e358d23182f1,Google Brain Team,,,research_paper|https://research.google.com/teams/brain,deep-learning,,,,,, -8824e481-9951-4881-a0cb-e758063963d2,Main Wikipedia: Deep learning,,,wiki|https://en.wikipedia.org/wiki/Deep_learning,deep-learning,,,,,,oer -73e4e411-48af-4f45-aac3-3552ad2d3303,Simple Wikipedia: Deep learning,,,wiki|https://simple.wikipedia.org/wiki/Deep_learning,deep-learning,,,,,,oer -807e5de7-8e69-499b-924c-979d8f8fefc7,Design Details,,,audio|https://overcast.fm/itunes947191070/design-details,design,,,,,, -e48e0265-f2c3-41c7-9a20-dd23508cb59c,Domain Driven Design,,,blog|http://dddweekly.com/,design,,,,,, -2fd0d69f-9c23-46e9-9965-32657894a52c,Frank Chimero,,,blog|https://frankchimero.com/blog/,design,,,,,, -9bb61904-4e7e-42c3-b5f3-18859c86ff89,Nicole Harris,,,blog|http://whoisnicoleharris.com/#writing,design,,,,,, -9602f15f-fcbe-408e-83a2-42aca4ca3f4c,Willis Wilkinson,,,blog|http://williamwilkinson.com/,design,,,,,, -9bbcb24d-609d-4960-a832-40dd30893486,The non-designer's design book (1994),,,book|http://www.goodreads.com/book/show/41597.The_Non_Designer_s_Design_Book,design,,,,,, -eb482a7e-9e97-46bb-91a2-760b45992e55,Design meets disability (2009),,,book|http://www.goodreads.com/book/show/5982641-design-meets-disability,design,,,,,, -d8b3bcf3-b20d-4d8a-b3b3-e7f074cb3bd2,The design of everyday things,This is the starter kit for good design. It will turn people into observers …,https://blas.com/wp-content/uploads/2019/04/410RTQezHYL._SX326_BO1204203200_-197x300.jpg,book|http://www.goodreads.com/book/show/840.The_Design_of_Everyday_Things;summary|https://blas.com/the-design-of-everyday-things/,design;engineering;don-norman,,,,,, -3106d63c-c778-4296-952a-2ff63740fbcd,The best interface is no interface: the simple path to brilliant technology,,,book|http://www.goodreads.com/book/show/22758923-the-best-interface-is-no-interface,design,,,,,, -b787c1cc-673d-48b3-bccd-fe7543752cbc,The Shape of Design,,,book|https://shapeofdesignbook.com,design,,,,,, -9de5e5ce-f194-4f43-858f-bf2bbd6ebc89,Alien Phenomenology or what its like to be a thing (2012),,,book|https://www.amazon.in/Alien-Phenomenology-What-Thing-Posthumanities/dp/0816678987?tag=learnawesome-21,design,,,,,, -42b53715-835d-44f7-8bfe-095ec9a72740,The Best Interface Is No Interface: The Simple Path to Brilliant Technology,,,book|http://www.nointerface.com/book/,design,,,,,, -ad653b1b-7e5a-4385-a922-f539b9f21d3e,Speculative Everything (2013),,,book|https://www.amazon.com/Speculative-Everything-Design-Fiction-Dreaming/dp/0262019841?tag=learnawesome-20,design,,,,,, -b148fa00-dbe5-4ab7-bdeb-6dd42c663eae,Universal Principles of Design,By William Lidwell,https://learn-awesome.github.io/assets/book_covers/130730.jpg,book|https://www.goodreads.com/book/show/130730.Universal_Principles_of_Design,design,,,,,, -01afb42f-c529-4805-8e6b-252cbd596a42,Yond human abilities,,,research_paper|https://dreamsongs.com/Files/DesignBeyondHumanAbilitiesSimp.pdf,design,,,,,, -aeb662ce-48f6-4a26-b4cb-f316701fc833,Marketing Technology Landscape 2019,,,website|https://chiefmartec.com/2019/04/marketing-technology-landscape-supergraphic-2019/,digital-marketing,,,,,, -cc2c425b-013f-4bb4-9e18-4e0c9598746a,ChiefMarTec,,,blog|https://chiefmartec.com/,digital-marketing,,,,,, -41eb8ca6-31c7-4c74-8d8f-f456d6fbc625,Scott Brinker,,,people|https://twitter.com/chiefmartec,digital-marketing,,,,,, -982decbc-a2e4-4172-9fd5-613db55dbed1,Main Wikipedia: Digital marketing,,,wiki|https://en.wikipedia.org/wiki/Digital_marketing,digital-marketing,,,,,,oer -bb088b63-632d-470d-a73c-3cb931e083f3,Rebuilding Netlify with Tailwind CSS,,,video|https://www.youtube.com/watch?v=_JhTaENzfZQ,software-tools/tailwindcss,,,,,4.0,oer -f3c31f0e-1061-4ffa-8614-fb534deb31d3,Arvind Gupta toys,,,website|http://www.arvindguptatoys.com/,diy,,,,,, -b871eb0f-e3d2-40b8-a28b-bf22fa55bc5a,Toy from Trash,,,website|https://play.google.com/store/apps/details?id=com.ndsoftwares.toysfromtrash&hl=en,diy,,,,,, -e08e6687-c6b2-4d34-bda7-cb177f5ce98d,Smart Watch From Scratch,,,blog|https://imgur.com/a/FSBwD3g,diy,,,,,, -50f9833e-c518-49f8-9145-28c943a2f867,The Art of Thinking,,,book|http://gutenberg.net.au/ebooks14/1400451h.html,thinking,,,,,, -ccf69a6c-b8fb-418c-8d89-3bd99621eeec,Arvind Gupta,,,people|https://en.wikipedia.org/wiki/Arvind_Gupta,diy,,,,,,oer -96cb8f7c-9d29-4955-a67b-7e43b0cc9850,How to fold a parabola in a piece of paper,,,video|https://twitter.com/matthen2/status/1326031733913874432,parabola;origami,,,,,, -d1e55b77-6be5-4735-a42a-171696c8e243,Main Wikipedia: Do it yourself,,,wiki|https://en.wikipedia.org/wiki/Do_it_yourself,diy,,,,,,oer -e3bc66d8-5f99-4366-83de-4f8db1e123a3,Simple Wikipedia: DIY,,,wiki|https://simple.wikipedia.org/wiki/DIY,diy,,,,,,oer -e5370a71-d71e-4d8f-912b-6c6256984e60,Line of Action,,,app|https://line-of-action.com/,drawing,,,,,, -6b5bd01f-1bcf-4070-be48-7f1b65901a0e,Quickposes,,,app|https://www.quickposes.com/en,drawing,,,,,, -766d17ea-0b98-47a0-aa92-11b1f17e265c,Draw a box,,,article|https://drawabox.com/,drawing,,,,,, -a20cd48e-304b-4a0b-9f19-df8dcf9de7c5,Drawing on the Right Side of the Brain,,,book|https://www.goodreads.com/book/show/37797374-the-drawing-on-the-right-side-of-the-brain-workbook,drawing,,,,,, -3695c5ad-7581-4fe3-a35a-10bb0f864926,Atlas of Human Anatomy for the Artist (Galaxy Books),,,book|https://www.amazon.in/Atlas-Human-Anatomy-Artist-Galaxy/dp/0935736344/?tag=learnawesome-21,drawing,,,,,, -e8b4f0b3-b283-4391-b12e-1d1a640f36c5,Human Anatomy for Artists: The Elements of Form,,,book|https://www.amazon.in/Human-Anatomy-Artists-Elements-Form/dp/0195052064/?tag=learnawesome-21,drawing,,,,,, -b8110a5b-2548-4c94-911e-56c8076193e0,"Fun with pencil, Figure drawing for all its worth, Drawing the head and hands, Succesfull drawing, Creative illustration, The eye of the painter",,,book|http://www.alexhays.com/loomis/,drawing,,,,,, -d293cdfa-9322-4bce-a117-a1d9eecbef8d,Figure drawing with Gelnn Vilppu,,,course|https://www.nma.art/videolessons/search/instructors/glenn-vilppu/series/figure-drawing-with-glenn-vilppu/,drawing,,,,,, -30cef073-63e9-459e-aa42-f852efef073e,Anatomy for figure drawing with Glenn Vilppu,,,course|https://www.nma.art/videolessons/search/instructors/glenn-vilppu/series/anatomy-for-figure-drawing/,drawing,,,,,, -3a81863a-5517-47d7-b50e-ac8a51e6f7ec,The art and science of drawing,,,course|https://www.skillshare.com/user/artandscienceofdrawing,drawing,,,,,, -56e955cf-be02-4308-8aa6-4feffa91eab7,/r/drawing,,,chat|https://www.reddit.com/r/drawing/,drawing,,,,,,oer -e2a8a819-648d-400e-bf63-d6fa092c3f9b,/r/learntodraw,,,chat|https://www.reddit.com/r/learntodraw/,drawing,,,,,,oer -c5110158-4a35-4393-ac33-f739f61ed214,/r/ArtFundamentals,,,chat|https://www.reddit.com/r/ArtFundamentals,drawing,,,,,,oer -ded5c141-1746-407f-9ac0-8fdd55b82396,ZygoteBody for learning human anatomy,,,interactive|https://www.zygotebody.com/,drawing,,,,,, -4cef8869-203e-4a9b-be69-bd2b17c76941,Renaissance Figure Drawing,,,learning_plan|https://www.nma.art/learningpaths/renaissance-figure-drawing/,drawing,,,,,, -2d907633-8fa7-4040-b2f6-09a1934f8ae6,"Draw a box, Q&A Regarding drawing in general",,,qna|https://drawabox.com/faq,drawing,,,,,, -bd2cce60-379c-4ca5-92b8-03de84a3678f,The Long Game Part 1: Why Leonardo DaVinci was once a loser,,,video|https://vimeo.com/84022735,drawing,,,,,, -f0e960e6-ca9e-48ff-9215-d81a53202930,On creativity,,,video|https://www.youtube.com/watch?v=zaSIx1xO7CE,drawing,,,,,,oer -7428dc64-ccea-4afd-9b93-95d828d54300,Why is it so hard?,,,video|https://drawabox.com/faq/whysohard,drawing,,,,,, -e90e290a-9851-44c9-82c0-501d8c05936c,Enjoying the practice when you really suck,,,video|https://www.youtube.com/watch?v=agv_TP_NXgA,drawing,,,,,,oer -c83b9c87-5601-4a2f-a247-b0dd1eec2789,"Understanding Painting, Drawing & Art from Imagination",,,video|https://www.youtube.com/watch?v=HEcJ4iYYyzM,drawing,,,,,,oer -d3cfcfed-69d4-432c-976a-29be87f9d43c,How to Paint and Draw,,,video|https://www.youtube.com/watch?v=xa5FhpagCnE,drawing,,,,,,oer -d7efdff8-960f-42ed-8f8a-4ed67a71d2df,Easy Watercolor Techniques & Ideas!,,,video|https://www.youtube.com/watch?v=9P0ot0ifwXk,drawing,,,,,,oer -04b5db6b-bba1-430d-bd7c-1e35c4207abc,Watercolor Painting Ideas for Beginners | Wet in Wet Technique,,,video|https://www.youtube.com/watch?v=qDqpmSwyHqQ,drawing,,,,,,oer -0cb34be9-bfc5-4997-a640-de030761d096,Drawing,,,wiki|https://en.wikipedia.org/wiki/Drawing,drawing,,,,,,oer -2eab0a1a-8556-4ce5-8867-f2f0d9b11ce4,A Primer of Drug Action,By Robert M. Julien,https://learn-awesome.github.io/assets/book_covers/1134902.jpg,book|https://www.goodreads.com/book/show/1134902.A_Primer_of_Drug_Action,drugs,,,,,, -b44482e0-df53-4233-a8ce-45646caa0c8a,Drugged: The Science and Culture Behind Psychotropic Drugs (2013),,,book|https://www.goodreads.com/book/show/17847528-drugged,drugs,,,,,, -9a65c408-c6a7-4df1-a549-1d1e688fee60,Pleasures of the Brain (2009),,,book|https://www.goodreads.com/book/show/6777669-pleasures-of-the-brain,drugs,,,,,, -bfdf72cc-f957-42f6-9909-d61bc30df31d,Ask Drugs,,,chat|https://www.reddit.com/r/askdrugs/,drugs,,,,,,oer -80545ae9-6969-481b-b2c4-f363793bf1c4,Dark Net Market Noobs,,,chat|https://www.reddit.com/r/DarkNetMarketsNoobs/,drugs,,,,,,oer -3dec4f93-0f1c-47f2-9b66-9ba9702fb311,Drug nerds,,,chat|https://www.reddit.com/r/DrugNerds/,drugs,,,,,,oer -08260a8b-c8f4-47b7-bda0-3d0f98c39f85,Drugs,,,chat|https://www.reddit.com/r/Drugs/,drugs,,,,,,oer -3fd6e0c1-cf94-48ec-98b9-ec2faa234f5a,EU RC Sources,,,chat|https://www.reddit.com/r/EU_RCSources/,drugs,,,,,,oer -40a098cf-26da-49c8-9c5f-50e2a4e60fd1,NovelDissos,,,chat|https://www.reddit.com/r/NovelDissos/,drugs,,,,,,oer -820e51f2-8d1d-4daa-8be5-3093d55b7376,Replications,,,chat|https://www.reddit.com/r/replications/,drugs,,,,,,oer -ce3dc2af-f9a1-4ca3-be54-d9e8facf455a,Science Friday,,,website|https://www.sciencefriday.com/topics/earth-science/,earth,,,,,, -5543c213-4413-4139-b4b4-f2877da64f21,Paleoclimatology,,,website|https://en.wikipedia.org/wiki/Paleoclimatology,earth,,,,,,oer -634f0d78-6ff6-4538-bfb2-fc55ea161c04,Human planet,,,video|https://letterboxd.com/film/human-planet/,earth,,,,,, -6bca6c3f-9062-4e4e-ae53-0527bcf32eeb,Planet earth II,,,video|https://letterboxd.com/film/planet-earth-ii/,earth,,,,,, -75a4fe29-726d-4576-98f6-efa99184c4cc,Planet earth,,,video|https://letterboxd.com/film/planet-earth-2006/,earth,,,,,, -7cc2bcd7-903e-45d8-bf07-dfbc8f23db3b,The blue planet,,,video|https://letterboxd.com/film/the-blue-planet/,earth,,,,,, -90bd4516-c19b-4bf4-8c83-2bbedcaf2111,Dynasties,,,video|https://letterboxd.com/film/dynasties/,earth,,,,,, -6238719f-488c-4cce-828f-9836d9f158be,The Hunt,,,video|https://letterboxd.com/film/the-hunt-2015/,earth,,,,,, -1e022d03-068a-4b81-9c6c-c2a5af13a0e3,Frozen Planet,,,video|https://letterboxd.com/film/frozen-planet/,earth,,,,,, -7c06f278-5c8f-43b4-96bb-5f0bff623d39,Africa,,,video|https://letterboxd.com/film/africa-2013/,earth,,,,,, -b0d44516-7ed3-4dad-bc5f-3f2f7cfb3cb5,Home,,,video|https://letterboxd.com/film/home-2009/,earth,,,,,, -f4bd78c8-7ad0-4409-845f-d5214f4ba1fd,The Cove,,,video|https://letterboxd.com/film/the-cove/,earth,,,,,, -87e80069-6826-4328-abb8-0ec939c03e55,The Salt of the Earth,,,video|https://letterboxd.com/film/the-salt-of-the-earth/,earth,,,,,, -de8e6127-645f-49ce-b464-9fab6a23f5f0,Racing Extinction,,,video|https://letterboxd.com/film/racing-extinction/,earth,,,,,, -6e0dd0f8-fbad-4508-a4aa-008f0b81b456,Baraka,,,video|https://letterboxd.com/film/baraka/,earth,,,,,, -1eac9157-94f8-4d3d-ac05-9f7e7caba9a9,Samsara,,,video|https://letterboxd.com/film/samsara-2011/,earth,,,,,, -bfafe3af-a852-4a2a-8e4b-61e8990b7189,Winged Migration,,,video|https://letterboxd.com/film/winged-migration/,earth,,,,,, -3b717c16-90ae-4658-9a2f-95fe096db6bd,Earth: The Power of the Planet,,,video|https://letterboxd.com/film/earth-the-power-of-the-planet/,earth,,,,,, -2bd54420-bbf8-4d57-bca5-de04ede66767,Ebooks,,,qna|https://ebooks.stackexchange.com,ebooks,,,,,,oer -d3fa047f-82e3-4db4-a7c8-e29938d521ed,Main Wikipedia: E-book,,,wiki|https://en.wikipedia.org/wiki/E-book,ebooks,,,,,,oer -7440f036-b7f6-408e-b5d3-3bd8fff08821,Simple Wikipedia: E-book,,,wiki|https://simple.wikipedia.org/wiki/E-book,ebooks,,,,,,oer -d424e717-7c4f-4f21-8ba7-3898395b1b00,EconTalk,,,audio|https://overcast.fm/itunes135066958/econtalk,economics,,,,,, -057fd2e5-4c85-4961-8a09-b4f418f98e80,Planet money,,,audio|http://www.npr.org/sections/money/,economics,,,,,, -688ff65c-5ddd-44b3-a20f-5a1db8608955,Capital (1867),,,book|http://www.goodreads.com/book/show/325785.Capital_Vol_1,economics,,,,,, -4bf177e6-482a-4ade-9e23-333c8b8402b4,Reading capital,,,book|http://davidharvey.org/reading-capital/,economics,,,,,, -1859dfff-a57d-499a-8884-13ffcf2e0df1,Kapitalism 101,,,book|https://kapitalism101.wordpress.com/,economics,,,,,, -81029e59-e3b3-4c13-a709-e9243b39680f,"Imperialism, the highest stage of capitalism (1917)",,,book|http://www.goodreads.com/book/show/179609.Imperialism,economics,,,,,, -ec3539fa-1708-472b-85e3-b9cec90b87c1,The worldly philosophers (1953),,,book|http://www.goodreads.com/book/show/82120.The_Worldly_Philosophers,economics,,,,,, -afd90541-4053-4f59-8aab-f53acec17d39,Principles of economics (1997),,,book|http://www.goodreads.com/book/show/1753460.Principles_of_Economics,economics,,,,,, -0799c82f-39bd-4e3b-8cee-831fc51937f0,Introductory Econometrics: A Modern Approach (1999),,,book|https://www.goodreads.com/book/show/390475.Introductory_Econometrics,economics,,,,,, -32b34933-b200-4835-b3c2-0227ddbc3cef,Microeconomics and behaviour (2000),,,book|http://www.goodreads.com/book/show/5986495-microeconomics-and-behavior,economics,,,,,, -28de1862-a4b8-494e-953a-f6fe683be417,Debt: first 5000 years (2011),,,book|http://www.goodreads.com/book/show/6617037-debt,economics,,,,,, -995a9e24-c046-4171-878a-f828e589a99f,How asia works: success and failure in the world’s most dynamic region (2013),,,book|http://www.goodreads.com/book/show/16144575-how-asia-works,economics,,,,,, -086d2478-6630-425e-abc8-e4ef087e419d,Capital in the twenty first century (2013),,,book|http://www.goodreads.com/book/show/18736925-capital-in-the-twenty-first-century,economics,,,,,, -80c1937f-93bd-46cf-83e9-17f78e40cf61,Economics: the user's guide (2014),,,book|https://www.goodreads.com/book/show/20613671-economics,economics,,,,,, -2315175d-c65c-4a07-a0e6-49f6e0dd9d16,Economics,,,qna|https://www.quora.com/topic/Economics,economics,,,,,,oer -7ff89c39-e3e4-4013-bf4d-26a5e01a827e,How the Economic Machine Works by Ray Dalio,,,video|https://www.youtube.com/watch?v=PHe0bXAIuk0,economics,,,,,,oer -f3a78d8a-f226-4a2f-9164-1890352754df,Main Wikipedia: Economics,,,wiki|https://en.wikipedia.org/wiki/Economics,economics,,,,,,oer -8fed48cf-23c4-4da6-a40b-81dd5e40a781,Simple Wikipedia: Economics,,,wiki|https://simple.wikipedia.org/wiki/Economics,economics,,,,,,oer -09e97c4b-55aa-45c1-a80a-fff767e72229,"Bryan Caplan, The Case Against Education",By Bryan Caplan,https://learn-awesome.github.io/assets/book_covers/36319077.jpg,book|https://www.goodreads.com/book/show/36319077-the-case-against-education,education,,,,,, -0af89ba1-00ee-4852-99c7-c0f470071877,How Children Fail,,,book|https://www.goodreads.com/book/show/573009.How_Children_Fail,education,,,,,, -974da01d-3eff-4f4c-96d7-3cea8dfbab24,"Free to Learn: Why Unleashing the Instinct to Play Will Make Our Children Happier, More Self-Reliant, and Better Students for Life ",,,book|https://www.goodreads.com/book/show/15843125-free-to-learn,education,,,,,, -bad0f965-6a36-4f43-bbca-0596d2dc4453,"Mindstorms: Children, Computers, And Powerful Ideas",By Seymour Papert,https://learn-awesome.github.io/assets/book_covers/703532.jpg,book|https://www.goodreads.com/book/show/703532.Mindstorms,education,,,,,, -534fef68-73bc-41f9-8fc8-19581d53dde7,The End of College: Creating the Future of Learning and the University of Everywhere ,,,book|https://www.goodreads.com/book/show/22571619-the-end-of-college,education,,,,,, -faf742ed-a521-486c-bf5e-ba6aaaaef18f,How Schools Work,,,book|https://www.goodreads.com/book/show/37827417-how-schools-work,education,,,,,, -457a0555-d7f0-47b5-8e79-4b3570aacf46,The Paideia Proposal: An Educational Manifesto,,,book|https://www.goodreads.com/book/show/169930.The_Paideia_Proposal,education,,,,,, -c2fd1963-3cae-4d5d-b238-c968460b7c41,Admission,,,image|https://www.smbc-comics.com/comic/admission,education,,,,,, -a3cf6469-3abc-4387-b20e-3a09ebb0de6b,Main Wikipedia: Education,,,wiki|https://en.wikipedia.org/wiki/Education,education,,,,,,oer -a46288f4-bcac-4441-b5f8-2ee1d8d60d62,Simple Wikipedia: Education,,,wiki|https://simple.wikipedia.org/wiki/Education,education,,,,,,oer -9c0e2995-366f-4e37-b755-27487412bc3e,Bunnies Studios,,,blog|https://www.bunniestudios.com/,electrical-engineering,,,,,, -69866e85-58b4-40f2-9fb5-6b06aa1e655f,Yifan Lu's blog,,,blog|https://yifan.lu/,electrical-engineering,,,,,, -cd7cdd25-852e-4932-92db-127e6c9320be,Fail0verflow blog,,,blog|https://fail0verflow.com/blog/,electrical-engineering,,,,,, -b68dbfd0-4cb3-46e5-822f-80c21f75b414,Electrical engineering,,,qna|http://electronics.stackexchange.com?title=,electrical-engineering,,,,,,oer -534ea390-abd4-4e78-be1b-7d0e47e51264,Main Wikipedia: Electrical engineering,,,wiki|https://en.wikipedia.org/wiki/Electrical_engineering,electrical-engineering,,,,,,oer -1e5bb337-9978-4f43-be25-4635b15e5c08,Simple Wikipedia: Electrical engineering,,,wiki|https://simple.wikipedia.org/wiki/Electrical_engineering,electrical-engineering,,,,,,oer -e1dbeed0-f473-4feb-a2ad-4afb03bbdf5b,An Elegant Puzzle,,,book|https://www.goodreads.com/book/show/45303387-an-elegant-puzzle,engineering-management,,,,,, -da5d4e71-e574-4d71-a378-47610fe2d450,"AP®︎ Statistics | Math | -Khan Academy",,,course|https://www.khanacademy.org/math/ap-statistics,statistics,,,,,, -04282453-5d95-45c9-adfb-a2a2486f552f,GraphQL: The Documentary,,,video|https://www.youtube.com/watch?v=783ccP__No8,programming-languages/graphql,,,,,,oer -a333d4ef-333e-4294-b54b-845a03f9fb4e,Structures: or why things don't fall down (1978),,,book|http://www.goodreads.com/book/show/245344.Structures,engineering,,,,,, -b2a16765-19c8-47e6-bfe9-7cc5a95f2a8b,Science Friday,,,website|https://www.sciencefriday.com/topics/energy/,environmental-science,,,,,, -b8b2a593-6bde-42d0-8446-e2b6f86b58a0,Natural Capitalism ,This groundbreaking book reveals how today's global businesses can be both environmentally responsible and highly profitable.,,book|https://www.amazon.com/Natural-Capitalism-Creating-Industrial-Revolution/dp/0316353000,environmental-science,,2000,,,, -45516cc5-00d2-4752-b0ae-cacb99e5807e,Reinventing Fire (2013),,,book|https://www.amazon.com/Reinventing-Fire-Business-Solutions-Energy/dp/1603585389/ref=sr_1_1?s=books&ie=UTF8&qid=1549520862&sr=1-1&keywords=reinventing+fire&tag=learnawesome-20,environmental-science,,,,,, -77e8f7b6-932d-41ca-b646-4f176fdd63ee,Drawdown: The Most Comprehensive Plan Ever Proposed to Reverse Global Warming (2017),,,book|https://www.drawdown.org/,environmental-science,,,,,, -ddcb6e29-d319-47cd-9907-1d6e539c4260,Whole Earth Discipline (2009),,,book|https://www.amazon.in/Whole-Earth-Discipline-Ecopragmatist-Manifesto/dp/0670021210?tag=learnawesome-21,environmental-science,,,,,, -0fcee5ab-b579-4455-b6fa-c9ea9cfa2363,Science Friday,,,website|https://www.sciencefriday.com/topics/ethics-policy/,ethics,,,,,, -f4a33976-8434-44c7-8d0b-abd8cce93216,Main Wikipedia: Ethics,,,wiki|https://en.wikipedia.org/wiki/Ethics,ethics,,,,,,oer -11384d0f-ee24-448d-9745-183fffe7664d,Simple Wikipedia: Ethics,,,wiki|https://simple.wikipedia.org/wiki/Ethics,ethics,,,,,,oer -a39955c8-9003-4e8e-ad29-fbafd784df35,The selfish gene (1976),,,book|http://www.goodreads.com/book/show/61535.The_Selfish_Gene,evolution,,,,,, -38741d9d-ce9a-4f04-8328-c3936792035e,Darwin's dangerous idea (1995),,,book|http://www.goodreads.com/book/show/2068.Darwin_s_Dangerous_Idea,evolution,,,,,, -988d677e-09de-480b-b4e8-7b69c487fd05,Life ascending: the ten great inventions of evolution (2009),,,book|http://www.goodreads.com/book/show/6429264-life-ascending,evolution,,,,,, -ceaa3b57-40d4-4133-9335-83899a0d8653,Expatriates,,,qna|https://expatriates.stackexchange.com,expatriates,,,,,,oer -9dde3592-75c1-4fb6-9ffc-bcae87a90608,Main Wikipedia: Expatriate,,,wiki|https://en.wikipedia.org/wiki/Expatriate,expatriates,,,,,,oer -20a04e12-4e3b-4df3-a5bd-775cb7a6cb92,Ember.js: The Documentary,,,video|https://www.youtube.com/watch?v=Cvz-9ccflKQ,software-tools/emberjs,,,,,,oer -186f3cc4-825f-4162-8c87-b2de8972d2e0,On film making: an introduction to the craft of the director (2005),,https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1416448143l/875419.jpg,book|https://www.goodreads.com/book/show/875419.On_Filmmaking,film-making,,2004,,,, -61294261-a520-4359-a0ea-53e73b2bc1ad,Movies,,,qna|https://www.quora.com/topic/Movies,film-making,,,,,,oer -6ba0caf9-71ce-4e94-8c9a-a39443f86512,Investopedia,,,app|https://www.investopedia.com/,finance,,,,,, -2c299b56-2e31-4de0-a050-19a436a382bb,Varsity by Zerodha,,,app|https://play.google.com/store/apps/details?id=com.zerodha.varsity&hl=en_US,finance,,,,,, -40d82472-bd9a-4ca7-a6f8-cbd1c07fbaba,"NISM, SEBI India's Investment Advisor Level 1 Certification",,,cert|https://www.nism.ac.in/certification/index.php/nism-certifications/investment-adviser/investment-adviser-level-1,finance,,,,,, -0a08e04b-164e-4db2-8bc8-eed63e5350a0,Varsity by Zerodha,,,course|https://zerodha.com/varsity/,finance,,,,,, -11b9d2ec-2939-41d9-934c-ceee863a69a2,Finance for Everyone: Smart Tools for Decision-Making,,,course|https://www.edx.org/course/finance-everyone-smart-tools-decision-michiganx-fin101x-1,finance,,,,,, -3f5a037b-eb67-4006-a0bf-ff3fbdb59f5d,https://skillsion.com/linux-training,,,article|https://skillsion.com/linux-training,education,,,beginner,,, -087ef46c-5fc2-4670-9f4c-0197095a6725,/r/personalfinance,,,chat|https://www.reddit.com/r/personalfinance,finance,,,,,,oer -c2013c73-6ef8-4515-bb43-d1b319bba468,/r/investing/,,,chat|https://www.reddit.com/r/investing/,finance,,,,,,oer -2caf1dc3-04cd-4599-8816-ee6d4a528991,Personal finance & money - Stack Exchange,,,qna|http://money.stackexchange.com,finance,,,,,,oer -8e3adee3-f74f-4bfa-a683-49ed47c8ff84,Excel Finance Functions: PMT() • PV() • RATE() • NPER(),,,video|https://www.youtube.com/watch?v=AfWRp1mExQw,finance,,,,,,oer -3716a562-f8d9-4598-9068-70153669bc83,Main Wikipedia: Finance,,,wiki|https://en.wikipedia.org/wiki/Finance,finance,,,,,,oer -6cc7438f-47da-4c0d-9164-32deccf9a27c,Simple Wikipedia: Finance,,,wiki|https://simple.wikipedia.org/wiki/Finance,finance,,,,,,oer -7753bb01-7d48-4c42-a247-3d6c77ecd9b8,Freelancing,,,qna|http://freelancing.stackexchange.com,freelancing,,,,,,oer -2335fb04-754e-4a01-b0b6-c248af247d6b,Main Wikipedia: Freelancer,,,wiki|https://en.wikipedia.org/wiki/Freelancer,freelancing,,,,,,oer -ee83ef11-9c02-4d75-b561-4ce2d3ac566a,Matt Townsley | All Things Standards-Based Grading,,,article|http://mctownsley.net/standards-based-grading/,mastery-grading,,,,,, -86e358b9-f574-4832-ab27-71349f7cc738,Hansel minutes,,,audio|https://hanselminutes.com/,functional-programming,,,,,, -58cf8f5d-ba8a-4bc4-a290-b1d44dae08bd,Domen Kozar,,,blog|https://www.domenkozar.com,functional-programming,,,,,, -64a57a33-b21b-44ed-aba6-d6c816c5b6f8,Existential Type,,,blog|https://existentialtype.wordpress.com/,functional-programming,,,,,, -850921e6-50f4-4da2-8ea7-4ca2881d6a24,Keathley,,,blog|http://keathley.io/,functional-programming,,,,,, -a8649082-4614-4151-8c3f-4077face94b6,Robert Widmann,,,blog|http://xn--wxak1a.com/blog/,functional-programming,,,,,, -c383533a-4705-4b6f-9f12-1f452f3646cd,https://www.apa.org/topics/stress-body,,,article|https://www.apa.org/topics/stress-body,stability;biology,,,advanced,,, -81c37ae2-4705-4771-b855-ca48728e9530,Stephen Diehl,,,blog|http://www.stephendiehl.com/posts/protolude.html,functional-programming,,,,,, -420dba4c-cce5-4e15-8981-eb312fd761a2,Taktoa,,,blog|http://taktoa.me/blog/,functional-programming,,,,,, -f12119b4-3d7f-4554-a682-e8a7fd59afa1,To Overcome,,,blog|http://www.parsonsmatt.org/,functional-programming,,,,,, -3bb981a2-cf22-4858-b591-6c2a2b6a80f1,Pearls of Functional Algorithm Design (2010),,,book|https://www.goodreads.com/book/show/8693802-pearls-of-functional-algorithm-design,functional-programming,,,,,, -43066475-4025-4c53-91ca-687318da4d20,Mostly adequate guide to FP (in JavaScript),,,book|https://drboolean.gitbooks.io/mostly-adequate-guide-old/content/,functional-programming,,,,,, -266f7fd0-505c-4b0f-a262-c640c665bb20,Course in functional programming by KTH,,,course|https://github.com/ID1019/functional-programming#readme,functional-programming,,,,,,oer -7719fd07-ae97-431d-909b-30f61bba3f74,Functional Programming Course,,,course|https://github.com/data61/fp-course#readme,functional-programming,,,,,,oer -d8941330-fd28-47e0-b721-5d894c5048cf,Programming paradigms (2018),,,course|http://www.cs.nott.ac.uk/~pszgmh/pgp.html,functional-programming,,,,,, -8cf39aef-3923-4b5d-9546-52087fcbe179,Functional programming,,,qna|https://www.quora.com/topic/Functional-Programming,functional-programming,,,,,,oer -4992c947-d5b8-4c39-8f5e-dcab1700718b,How to make ad-hoc polymorphism less ad hoc (1988),,,research_paper|https://pdfs.semanticscholar.org/cc7f/2242dba6f09023128897762d07517f13ba4a.pdf,functional-programming,,,,,, -5a23eb11-ea0c-45bf-985f-2077632faf85,Lazy functional state threads (1994),,,research_paper|https://www.microsoft.com/en-us/research/wp-content/uploads/1994/06/lazy-functional-state-threads.pdf,functional-programming,,,,,, -313a441f-280d-461a-9f48-b26a10a71754,The countdown problem (2002),,,research_paper|http://www.cs.nott.ac.uk/%7Epszgmh/countdown.pdf,functional-programming,,,,,, -3a5b781a-41d9-4c7e-9ad7-b57673e48c84,Functional program to solve sudoku (2006),,,research_paper|http://www.cs.tufts.edu/%7Enr/cs257/archive/richard-bird/sudoku.pdf,functional-programming,,,,,,oer -3da5a7b3-e1fa-47b1-8af6-146aee6d24e7,Infinite sets that admit fast exhaustive search (2007),,,research_paper|http://www.cs.bham.ac.uk/%7Emhe/papers/exhaustive.pdf,functional-programming,,,,,, -9324ec2c-6369-4d88-9fff-a6786356fc8e,Applicative programming with effects (2008),,,research_paper|http://www.staff.city.ac.uk/%7Eross/papers/Applicative.html,functional-programming,,,,,, -3909aee6-9f70-4b85-9ee0-5cfd1e710ed7,Data types a la carte (2008),,,research_paper|http://www.cs.ru.nl/%7EW.Swierstra/Publications/DataTypesALaCarte.pdf,functional-programming,,,,,, -8565f666-2ada-4189-b813-ee1d1b327223,Parallel Functional Arrays (2017),,,research_paper|http://www.cs.cmu.edu/%7Erwh/papers/farray/popl17.pdf,functional-programming,,,,,,oer -a1eba5ef-6ddf-4dfa-bed2-b3c773b994b5,Trees that grow,,,research_paper|https://www.microsoft.com/en-us/research/wp-content/uploads/2016/11/trees-that-grow.pdf,functional-programming,,,,,, -c3537039-a174-4139-8eba-fd73565db1d3,Super compilation by evaluation,,,research_paper|https://www.microsoft.com/en-us/research/wp-content/uploads/2016/07/supercomp-by-eval.pdf,functional-programming,,,,,, -4c96f78b-cba7-4d74-947f-0850b9853b03,Cache Efficient Functional Algorithms,,,research_paper|http://www.cs.cmu.edu/%7Erwh/papers/iolambda-cacm/cacm.pdf,functional-programming,,,,,,oer -697e8793-1435-414c-9387-9f116bbb3c75,Breaking through the normalisation barrier: a self-interpreter for f-omega,,,research_paper|http://compilers.cs.ucla.edu/popl16/,functional-programming,,,,,,oer -8e595287-fb77-4743-92af-2100a5727232,Typed self-evaluation via intensional type functions,,,research_paper|http://compilers.cs.ucla.edu/popl17/,functional-programming,,,,,,oer -85248a56-dff2-45a4-b33c-24581804d0f7,"Freer monads, more extensible effects",,,research_paper|http://okmij.org/ftp/Haskell/extensible/more.pdf,functional-programming,,,,,, -4dd27e62-8813-41ef-b1ce-5a80beeb5d47,The Genuine Sieve of Eratosthenes,,,research_paper|https://www.cs.hmc.edu/~oneill/papers/Sieve-JFP.pdf,functional-programming,,,,,,oer -980b6ea9-fe97-45c8-a0d1-9ec708197438,Tricks of the 3D game programming gurus-advanced 3D graphics and rasterisation (2003),,,book|http://www.goodreads.com/book/show/2042298.Tricks_of_the_3D_Game_Programming_Gurus,game-development,,,,,, -1f9ceceb-9a5b-409b-96ce-ca85492f9da6,Game Engine Architecture Book (2018),,,book|https://www.gameenginebook.com/,game-development,,,,,, -9dbd8079-9bbe-4d80-a31a-118f45dc3070,Game programming patterns,,,book|http://gameprogrammingpatterns.com/,game-development,,,,,, -580c3131-7f86-461d-9435-1bc43cb95489,HTML5 game development,,,course|https://www.udacity.com/course/html5-game-development--cs255,game-development,,,,,, -3cbb2b9d-7685-475d-b318-dc3ae8f5b547,Handmade Hero video repository,,,course|https://handmadehero.org/watch#EpisodeGuide,game-development,,,,,, -25c3e1ad-1027-4e39-a057-96d7d2a75475,Game Dev,,,chat|https://www.reddit.com/r/gamedev/,game-development,,,,,,oer -2275af96-de00-4857-b0f9-84387b440391,Handmade Hero,,,livestream|https://handmadehero.org/watch,game-development,,,,,, -d57c276e-72f4-4e55-8840-ca541c176ee2,Gamedev,,,qna|https://gamedev.stackexchange.com,game-development,,,,,,oer -6558b122-940a-43be-8c6d-ca114405d7ff,Main Wikipedia: Video game development,,,wiki|https://en.wikipedia.org/wiki/Video_game_development,game-development,,,,,,oer -9aa73b74-c615-45c6-b39b-8a0c4b299abf,The evolution of trust,,,game|https://ncase.me/trust/,game-theory;prisoners-dilemma,,,,,, -5825771e-3a12-4a57-8d07-4df618fe5cd0,Compositionality and String Diagrams for Game Theory,,,research_paper|https://arxiv.org/pdf/1604.06061.pdf,game-theory,,,,,, -2bcc152a-b6b9-4eba-80c0-3435434fd4e5,Video Game History Foundation,,,blog|https://gamehistory.org/blog/,games,,,,,, -d59c9155-9c17-4037-b25a-ab9ec1562c48,A Theory of Fun for Game Design,By Raph Koster,https://learn-awesome.github.io/assets/book_covers/18182.jpg,book|https://www.goodreads.com/book/show/18182.A_Theory_of_Fun_for_Game_Design,games,,,,,, -b95a9876-8383-4acd-802d-0a122e4b2f0d,Factorio,,,chat|https://www.reddit.com/r/factorio/,games,,,,,,oer -a491f264-827c-4769-81f0-53cd5756b1e4,Patient gamers,,,chat|https://www.reddit.com/r/patientgamers/,games,,,,,,oer -35e35508-e52e-4336-a656-32402cf0eb47,Board & card games,,,qna|https://boardgames.stackexchange.com,games,,,,,,oer -47360bcd-6120-4485-b5b9-537375d88b8a,Role playing games,,,qna|https://rpg.stackexchange.com,games,,,,,,oer -54ba41da-1210-4105-a965-b68369e4856b,Gaming,,,qna|https://gaming.stackexchange.com,games,,,,,,oer -c32adb14-ffa0-46cd-a02f-57f0836c9807,Main Wikipedia: Game,,,wiki|https://en.wikipedia.org/wiki/Game,games,,,,,,oer -be120a56-d4cc-4962-9f08-8ac8a898c034,Simple Wikipedia: Game,,,wiki|https://simple.wikipedia.org/wiki/Game,games,,,,,,oer -b1b66a4a-470e-4a7b-a089-b17e961ca057,Main Wikipedia: Gamification,,,wiki|https://en.wikipedia.org/wiki/Gamification,gamification,,,,,,oer -7cfbebb0-2421-4ab5-987b-0d77f5100d33,Garbage collection,,,qna|https://www.quora.com/topic/Garbage-Collection-programming,garbage-collection,,,,,,oer -aa5b4396-78d6-49a8-9e0b-c39be5c9eb63,"Lively linear lisp -- look ma, no garbage!",,,research_paper|http://www.pipeline.com/~hbaker1/LinearLisp.html,garbage-collection,,,,,, -98c02738-3efb-4f10-b644-ec92a42b8648,Thermodynamics and garbage collection,,,research_paper|http://www.pipeline.com/~hbaker1/ThermoGC.html,garbage-collection,,,,,, -daa8ede1-a953-4c3d-b292-16ad4944c67c,Garderning & landscaping,,,qna|https://gardening.stackexchange.com,gardening,,,,,,oer -6316bb7b-06ae-4f18-b4f7-2a3aa6ce2e08,Main Wikipedia: Gardening,,,wiki|https://en.wikipedia.org/wiki/Gardening,gardening,,,,,,oer -63e83823-422e-4ede-9bf8-feca789e416b,Simple Wikipedia: Gardening,,,wiki|https://simple.wikipedia.org/wiki/Gardening,gardening,,,,,,oer -611ec5e5-f42d-4c68-b946-a0a504054178,Genealogy & family history,,,qna|https://genealogy.stackexchange.com,genealogy,,,,,,oer -5d6ab3ec-e9b4-4f1d-981e-647444bb267b,Main Wikipedia: Genealogy,,,wiki|https://en.wikipedia.org/wiki/Genealogy,genealogy,,,,,,oer -e5ee5b25-d123-40cf-86f1-02966d525650,Simple Wikipedia: Genealogy,,,wiki|https://simple.wikipedia.org/wiki/Genealogy,genealogy,,,,,,oer -5d87a219-6603-4fd1-9a25-e931b1ad217a,Anki Decks,,,flashcard|https://ankiweb.net/shared/decks/geography,geography,,,,,,oer -701eeb88-01bc-42c4-90a3-d5993e623981,Geographic information systems,,,qna|https://gis.stackexchange.com,geography,,,,,,oer -a27c7153-31ad-4e8b-879e-25a05a2de462,Main Wikipedia: Geographic information system,,,wiki|https://en.wikipedia.org/wiki/Geographic_information_system,geography,,,,,,oer -07ae5ddc-7406-400a-9645-c19557a04f7a,Main Wikipedia: Geography,,,wiki|https://en.wikipedia.org/wiki/Geography,geography,,,,,,oer -00fac1d1-7b1c-4750-a14a-5391199b3009,Simple Wikipedia: Geography,,,wiki|https://simple.wikipedia.org/wiki/Geography,geography,,,,,,oer -75e83075-3286-44af-acfe-86943f276b5e,The elements of typographic style (1992),,,book|http://www.goodreads.com/book/show/44735.The_Elements_of_Typographic_Style,graphic-design,,,,,, -041603a4-179a-4df2-81b4-a938ae3b61f8,Logo design love (2015),,,book|http://www.goodreads.com/book/show/6728983-logo-design-love,graphic-design,,,,,, -5235cbec-cf22-44ee-81a8-1348d801ecff,Graphic design,,,qna|https://graphicdesign.stackexchange.com,graphic-design,,,,,,oer -cf66b2d2-9f34-463e-ab70-3d313e3be44d,Main Wikipedia: Graphic design,,,wiki|https://en.wikipedia.org/wiki/Graphic_design,graphic-design,,,,,,oer -69b30748-56b9-4a3a-a31c-87e43fde74e0,Simple Wikipedia: Graphic design,,,wiki|https://simple.wikipedia.org/wiki/Graphic_design,graphic-design,,,,,,oer -0b34ea13-6007-4464-a90a-83b367fcfa54,BBC News,,,newsletter|https://www.bbc.com/sport/gymnastics,gymnastics,,,,,, -0df9cdde-e56e-45b5-842a-6e26071ba950,FlowGymnastics,,,newsletter|https://www.flogymnastics.com/,gymnastics,,,,,, -bb9eb9e5-4a84-430f-b642-2e0aa2beead9,Flogymnastics Documentaries,,,video|https://www.flogymnastics.com/articles/5033606-watch-the-latest-gymnastics-documentary,gymnastics,,,,,, -b56197ff-2015-40d2-90a8-519b2c5d9246,Main Wikipedia: Gymnastics,,,wiki|https://en.wikipedia.org/wiki/Gymnastics,gymnastics,,,,,,oer -2a51679b-2d6e-43e6-b892-15a13ae8ec18,Main Wikipedia: Artistic gymnastics,,,wiki|https://en.wikipedia.org/wiki/Artistic_gymnastics,gymnastics,,,,,,oer -3ea15953-a87a-4ad0-8766-3d0a56849871,Simple Wikipedia: Gymnastics,,,wiki|https://simple.wikipedia.org/wiki/Gymnastics,gymnastics,,,,,,oer -a74b826b-b548-40d8-bbef-f92039d5cf7b,SpritesMods,,,blog|http://spritesmods.com/,hacking,,,,,, -4e012ea5-01ee-4d3c-a272-4f22f5a7753d,Why Beautiful Things Make us Happy – Beauty Explained,,,video|https://www.youtube.com/watch?v=-O5kNPlUV7w,beauty,,,,,,oer -de002f38-05de-434f-b47b-45d456cc7c15,Science Friday,,,website|https://www.sciencefriday.com/topics/health/,health,,,,,, -31ba07b1-43ea-412c-a444-c6aebb000305,FoundMyFitness,,,audio|https://overcast.fm/itunes818198322/foundmyfitness,health,,,,,, -2b3d68a3-a669-4c1a-ac76-792c7b0b9ca8,"Foodist with Darya Rose, Ph.D",,,audio|https://overcast.fm/itunes1090954776/foodist-with-darya-rose-ph-d,health,,,,,, -e7226087-4d82-42e3-9900-8bc63040e47b,The Body: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780198739036.001.0001/actrade-9780198739036?rskey=MLPnxI&result=84,health,,,,,, -df0f9517-ae47-4a8e-ac93-e508a62f6d58,Nutrition: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199681921.001.0001/actrade-9780199681921?rskey=sBHDD5&result=432,health,,,,,, -658db0fb-4436-494a-a31b-d71945785fc9,Sleep: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199587858.001.0001/actrade-9780199587858?rskey=P9EWzI&result=530,health,,,,,, -7db4e13d-08df-438b-97e1-2b81ff90bd47,"Starting Strength: Basic Barbell Training, 3rd edition",By Mark Rippetoe,https://learn-awesome.github.io/assets/book_covers/2098799.jpg,book|https://www.goodreads.com/book/show/2098799.Starting_Strength,health,,,,,, -a89d5a68-be41-4048-903c-9ffcd91ff254,7 Real Causes of Procrastination & Their Effect on Your Life | Timely,,,article|https://enjoytimely.com/blogs/productivity/causes-of-procrastination,procrastination;mental-health,,,beginner,,, -4e85a1a3-f1de-48e4-b6a2-7c7409357e47,Release v0.45.7 release · zadam/trilium · GitHub,,,app|https://github.com/zadam/trilium/releases/tag/v0.45.7,tools-for-thought;teaching,,,beginner,,,oer -c9cbbfc1-42dd-4464-a44b-101b7d60aac8,Advanced fitness,,,chat|https://www.reddit.com/r/AdvancedFitness/,health,,,,,,oer -c8f291ab-f198-4aa6-b3f4-4dda6d1012b2,Get disciplined,,,chat|https://www.reddit.com/r/getdisciplined/,health,,,,,,oer -81dea6f0-c0ad-4e8c-b175-8b47c245879b,Health,,,chat|https://www.reddit.com/r/Health/,health,,,,,,oer -e518e50f-bda8-463f-acbc-f1c49942fc15,Longevity,,,chat|https://www.reddit.com/r/longevity/,health,,,,,,oer -7d260fe1-2dd8-4c85-9505-62d62b8bfe98,Nootropics,,,chat|https://www.reddit.com/r/Nootropics/,health,,,,,,oer -dd05d50d-bb57-4683-8d86-cce78e2acf09,Nutrition,,,chat|https://www.reddit.com/r/nutrition/,health,,,,,,oer -d1d57e1d-9cad-4e2d-bf1a-a48c312f55e2,Plant Based Diet,,,chat|https://www.reddit.com/r/PlantBasedDiet,health,,,,,,oer -ec7c34a6-26a1-4fe6-afdc-9a3443a7d604,Vegan,,,chat|https://www.reddit.com/r/vegan/,health,,,,,,oer -a69ad69a-ad81-4e45-82bc-2fccb92f5386,Physical fitness,,,qna|http://fitness.stackexchange.com,health,,,,,,oer -e780d927-21c8-4850-9045-fa2091ca4451,Dan Carlin’s hardcore history,,,audio|http://www.dancarlin.com/hardcore-history-series/,history,,,,,, -cd6e6710-7af6-404b-a9c6-c15e1feb2de2,History of the world in 100 objects,,,audio|http://www.bbc.co.uk/programmes/b00nrtd2/episodes/downloads,history,,,,,, -7867a9f8-009e-4991-884c-037dcdb947c3,Stuff you missed in history class,,,audio|http://www.missedinhistory.com/,history,,,,,, -aeb093de-b6cf-4ffa-a883-04fd7be44b03,Undone,,,audio|https://gimletmedia.com/undone/,history,,,,,, -f1500fdd-78f8-4580-b7f2-eaa65bd1b453,The souls of black folk (1903),,,book|http://www.goodreads.com/book/show/318742.The_Souls_of_Black_Folk,history,,,,,, -8f270810-a791-44b7-abc4-32910eb213d2,Gravity’s rainbow (1973),,,book|http://www.goodreads.com/book/show/415.Gravity_s_Rainbow,history,,,,,, -98689f88-95a2-45bf-b4ca-e70c12eec559,The gulag archipelago (1973),,,book|http://www.goodreads.com/book/show/70561.The_Gulag_Archipelago_1918_1956,history,,,,,, -966f9505-d669-4e11-8233-e023961ab0cf,"American slavery, american freedom (1975)",,,book|http://www.goodreads.com/book/show/43365.American_Slavery_American_Freedom,history,,,,,, -b5c0f72b-863b-4bdf-8453-811aab24267a,A people’s history of the united states (1980),,,book|http://www.goodreads.com/book/show/2767.A_People_s_History_of_the_United_States,history,,,,,, -22bf4e65-1552-4688-84a4-31b98d83208d,Hackers: Heroes of the Computer Revolution - 25th Anniversary Edition,By Steven Levy,https://learn-awesome.github.io/assets/book_covers/56829.jpg,book|https://www.goodreads.com/book/show/56829.Hackers,history,,,,,, -119c78aa-4930-4d9f-9b63-9036c3f42636,The making of atomic bomb (1986),,,book|http://www.goodreads.com/book/show/16884.The_Making_of_the_Atomic_Bomb,history,,,,,, -273df06a-4daf-45c1-9412-3904e61df915,Lenin's tomb: the last days of the soviet empire (1993),,,book|http://www.goodreads.com/book/show/113206.Lenin_s_Tomb,history,,,,,, -d186a494-fc5f-4a86-b29e-c9bdc976af2f,Why the allies won (1995),,,book|http://www.goodreads.com/book/show/831378.Why_the_Allies_Won,history,,,,,, -de707d93-50f4-4c39-9437-79e903f67f88,Lies my teacher told me (1995),,,book|http://www.goodreads.com/book/show/296662.Lies_My_Teacher_Told_Me,history,,,,,, -a2d7d1fa-e1f8-48b8-ad19-50f72b19f7ab,"Guns, germs, and steel: the fates of human societies (1997)",,,book|http://www.goodreads.com/book/show/1842.Guns_Germs_and_Steel,history,,,,,, -e6910737-1dd7-4fd6-9ee1-19d8847d16e6,Two hundred years together (2002),,,book|http://www.goodreads.com/book/show/28008677-200-years-together-two-hundred-years-together?rating=2,history,,,,,, -146b4366-772c-40a6-834d-f3b1f4cc98cc,Masters of doom (2003),,,book|http://www.goodreads.com/book/show/222146.Masters_of_Doom,history,,,,,, -1582475c-d8ac-4643-a873-c4c702066e18,Stalin: the court of the red tsar (2003),,,book|http://www.goodreads.com/book/show/282108.Stalin,history,,,,,, -f1a3568c-d487-48b8-9340-ce2bc38752d2,The Third Reich trilogy (2003-2008),,,book|https://www.goodreads.com/book/show/3761596-the-third-reich-at-war,history,,,,,, -a6ecf979-1176-4903-a80c-d9d4ab754438,Sapiens: a brief history of humankind (2011),"Homo sapiens rules the world because it is the only animal that can believe in things that exist purely in its own imagination, such as gods, states, money and human rights. -Starting from this provocative idea, Sapiens goes on to retell the history of our species from a completely fresh perspective. It explains that money is the most pluralistic system of mutual trust ever devised; that capitalism is the most successful religion ever invented; that the treatment of animals in modern agriculture is probably the worst crime in history; and that even though we are far more powerful than our ancient ancestors, we aren’t much happier. - -By combining profound insights with a remarkably vivid language, Sapiens acquired cult status among diverse audiences, captivating teenagers as well as university professors, animal rights activists alongside government ministers. By 2018, over 10 million copies have been sold, and the book has been translated into nearly 50 languages.",https://www.ynharari.com/wp-content/uploads/2017/02/UK-Sapiens-e1486635350531.jpg,summary|https://neilkakkar.com/sapiens.html;video|https://www.youtube.com/watch?v=nzj7Wg4DAbs;video|https://www.youtube.com/watch?v=UTchioiHM0U;audio|https://www.theguardian.com/science/audio/2014/sep/15/sapiens-brief-history-humankind-yuval-noah-harari-podcast;book|https://www.amazon.com/Sapiens-Humankind-Yuval-Noah-Harari/dp/0099590085?tag=learnawesome-20;video|https://www.youtube.com/watch?v=B2H9Q92RkfE,history,,,,,,oer -0037b569-b0ca-419a-a5ba-751e81981592,The origins of political order (2011),,,book|http://www.goodreads.com/book/show/9704856-the-origins-of-political-order,history,,,,,, -4e57a03f-be6d-4ea5-9aba-c0437645125e,The idea factory: bell labs and the great age of american innovation (2012),,,book|http://www.goodreads.com/book/show/11797471-the-idea-factory,history,,,,,, -eb937ca1-3b02-4511-ac06-5e2be7471bcc,Memory Machines: The Evolution of Hypertext (2013),,,book|https://www.goodreads.com/book/show/17867988,history,,,,,, -93963044-43f5-47de-96e4-8db96054c846,The sixth extinction: an unnatural history (2014),,,book|http://www.goodreads.com/book/show/17910054-the-sixth-extinction,history,,,,,, -e16319c9-74e8-4544-a7f1-6450e2c1ee04,Political order and political decay (2014),,,book|http://www.goodreads.com/book/show/20575435-political-order-and-political-decay,history,,,,,, -ff5d57ac-abfd-41d8-b2ee-b25c8f3a2af4,Conquerors: how portugal forged the first global empire (2015),,,book|http://www.goodreads.com/book/show/25255039-conquerors,history,,,,,, -0d8f06a6-5564-4f19-a7a8-2761e929d54c,Homo deus: a brief history of tomorrow (2015),,,book|http://www.goodreads.com/book/show/31138556-homo-deus,history,,,,,, -ecfd5d45-3e25-4c4c-8c45-012629eeac69,Beyond Germs: Native Depopulation in North America (2015),,,book|https://www.goodreads.com/book/show/25362826-beyond-germs,history,,,,,, -6dc6d27d-2ef0-473e-aff8-34a7e8c9e860,Anki Decks,,,flashcard|https://ankiweb.net/shared/decks/history,history,,,,,,oer -f50a486f-0c67-473a-b615-454841139042,Art history,,,chat|https://www.reddit.com/r/ArtHistory/,history,,,,,,oer -95fe7239-26cf-497c-aa60-0b3680fefcd7,History,,,chat|https://www.reddit.com/r/history/,history,,,,,,oer -13a43d87-5b6d-4f1f-9249-ea8a70f25644,History,,,qna|http://history.stackexchange.com,history,,,,,,oer -8e6e28f0-1d77-4cba-a7c8-06c5f01dcd61,Home improvement,,,qna|https://diy.stackexchange.com,home-improvement,,,,,,oer -7324bb66-91b2-4255-986a-485f348274d0,Richard Feynman and The Connection Machine - The Long Now,,,article|http://longnow.org/essays/richard-feynman-connection-machine/,richard-feynman,,,,,, -36e54c26-fac4-4e6d-ab5d-3644b4ac112f,Compositionality – The open-access journal for the mathematics of composition,,,journal|https://compositionality-journal.org/,category-theory,,,,,, -2b87d8d3-3ed3-49ca-bfd5-abc2ac5a4ef9,Main Wikipedia: Information security,,,wiki|https://en.wikipedia.org/wiki/Information_security,information-security,,,,,,oer -ed7b93c8-b2db-4ca3-b61d-3aec04724291,Simple Wikipedia: Information security,,,wiki|https://simple.wikipedia.org/wiki/Information_security,information-security,,,,,,oer -ec072ea8-413a-42fd-84fe-865f597f2c9c,Ask HN: How to self-study integrated circuit design?,,,article|https://news.ycombinator.com/item?id=19890949,integrated-circuit-design,,,,,, -8e7e5ee9-51c8-4c03-8cb5-35b434a582a3,Onur Multu Lectures,,,video|https://www.youtube.com/channel/UCIwQ8uOeRFgOEvBLYc3kc3g,integrated-circuit-design,,,,,,oer -251ad3f6-3b40-4322-ac7e-01d9cd010eb1,Carnegie Mellon Computer Architecture,,,video|https://www.youtube.com/user/cmu18447,integrated-circuit-design,,,,,,oer -122c023a-96fc-44dc-bc95-3bc9ecbbff12,Ember.js - A framework for ambitious web developers,,,website|https://emberjs.com/,software-tools/emberjs,,,,,, -01259ea0-7c23-4fd6-b2b7-bff487828e2a,Analysis of Half-life Regression Model Made by Duolingo,,,article|https://papousek.github.io/analysis-of-half-life-regression-model-made-by-duolingo.html,spaced-repetition;machine-learning,,,,,,oer -55a58afe-e059-44e8-acd4-47eb1b96535d,Braids & Juggling Patterns,,,book|https://www.math.hmc.edu/seniorthesis/archives/2003/mmacaule/mmacaule-2003-thesis.pdf,juggling,,,,,, -69086037-a6ae-4738-87fd-3b1e52409912,Relation with Braid theory,,,image|https://twitter.com/panlepan/status/850352320634335232,juggling,,,,,, -7759157b-2d4e-44ac-9717-1461446c198e,Scientific Aspects of Juggling,,,research_paper|https://fermatslibrary.com/s/scientific-aspects-of-juggling,juggling,,,,,, -7b920b0d-8c6f-4f1a-af2c-35d773b02245,Mathematics of Juggling,,,video|https://www.youtube.com/watch?v=38rf9FLhl-8,juggling,,,,,,oer -26703eba-432b-4af8-bef2-34359ac450b6,Main Wikipedia: Juggling,,,wiki|https://en.wikipedia.org/wiki/Juggling,juggling,,,,,,oer -1d1fb4c1-db10-4644-a6d0-df7be24c81d8,Simple Wikipedia: Juggling,,,wiki|https://simple.wikipedia.org/wiki/Juggling,juggling,,,,,,oer -9b36b45f-3a10-4b56-8159-72fb486d5d00,Anki Decks,,,flashcard|https://ankiweb.net/shared/decks/law,law,,,,,,oer -e66a805e-04f6-45da-a372-5d2ca09f505d,The Five Dysfunctions of a Team: A Leadership Fable (2002) - Summary by FourMinuteBooks,"In The Five Dysfunctions of a Team Patrick Lencioni once again offers a leadership fable that is as enthralling and instructive as his first two best-selling books, The Five Temptations of a CEO and The Four Obsessions of an Extraordinary Executive. This time, he turns his keen intellect and storytelling power to the fascinating, complex world of teams. Kathryn Petersen, Decision Tech's CEO, faces the ultimate leadership crisis: Uniting a team in such disarray that it threatens to bring down the entire company. Will she succeed? Will she be fired? Will the company fail? Lencioni's utterly gripping tale serves as a timeless reminder that leadership requires as much courage as it does insight. Throughout the story, Lencioni reveals the five dysfunctions which go to the very heart of why teams even the best ones-often struggle. He outlines a powerful model and actionable steps that can be used to overcome these common hurdles and build a cohesive, effective team. Just as with his other books, Lencioni has written a compelling fable with a powerful yet deceptively simple message for all those who strive to be exceptional team leaders.",https://covers.openlibrary.org/b/id/6872805-M.jpg,summary|https://fourminutebooks.com/the-five-dysfunctions-of-a-team-summary/;book|https://www.amazon.in/Five-Dysfunctions-Team-Leadership-Fable/dp/0787960756?tag=learnawesome-21,leadership,Patrick Lencioni,,,,, -1ff682d2-881a-46f5-95e3-ebfb70689d05,LibGen,,,website|http://gen.lib.rus.ec/,learning,,,,,, -82013524-ca93-42e7-abe1-a3ec45326517,SciHub,,,website|https://sci-hub.tw/,learning,,,,,, -db60584f-88b9-4888-859b-524f6918f561,Main Wikipedia: https://en.wikipedia.org/,,,website|https://en.wikipedia.org/,learning,,,,,,oer -b6c12e83-c111-47eb-abf4-1244720c6b80,Simple Wikipedia: https://simple.wikipedia.org/,,,website|https://simple.wikipedia.org/,learning,,,,,,oer -c693befc-da59-4dbe-8d9a-7bb27a76cc62,OpenCulture,,,website|http://www.openculture.com/,learning,,,,,, -7cd1e973-6b07-47e1-bcea-19aca84f26b9,Coursera,,,website|https://coursera.org,learning,,,,,, -25468d17-4bd7-444c-9569-1c21b851767c,How Birds Get Oxygen Inside Their Eggs,,,video|https://www.youtube.com/watch?v=w-M33PtwtM4,biology,,,,,,oer -f5e3cd46-8d04-4f4b-8723-40b7cdd403fc,MIT OpenCourseWare,,,website|https://en.wikiversity.org/wiki/Wikiversity:Main_Page,learning,,,,,, -5392806d-4798-4e34-beb3-40f8879eb59e,The Spiral Approach to Thinking and Learning,,,article|https://www.av8n.com/physics/spiral-approach.htm,learning,,,,,, -62d064b5-33ab-467a-a24c-52c0cb4c1adc,There's no speed limit,,,article|https://sivers.org/kimo,learning,,,,,, -62cbd47c-43b0-4c80-9746-09f1ee3bf45d,What kids need to learn to succeed in 2050,,,article|https://medium.com/s/youthnow/yuval-noah-harari-21-lessons-21st-century-what-kids-need-to-learn-now-to-succeed-in-2050-1b72a3fb4bcf,learning,,,,,,oer -e7a1b972-0212-4575-9826-a3c760e9a25d,Want to learn a new skill? Take some short breaks,,,article|https://www.ninds.nih.gov/News-Events/News-and-Press-Releases/Press-Releases/Want-learn-new-skill-Take-some-short-breaks,learning,,,,,, -7018f229-2e73-42b4-aa23-59a11181780c,Designing personal curricula for lifelong learning,,,article|https://medium.com/swlh/designing-personal-curricula-for-lifelong-learning-9f2b2d21b893,learning,,,,,,oer -03d1e110-59f0-46cf-ace8-fdd6aa85072c,The Problem With Learning Styles,,,article|https://www.scientificamerican.com/article/the-problem-with-learning-styles/,learning,,,,,, -aecc3827-6dbd-4818-8278-c242a08e08a0,Why Lifelong Learning is The Only Option,,,article|http://www.gettingsmart.com/2017/01/10-reasons-why-lifelong-learning-is-the-only-option/,learning,,,,,, -43ef9e15-f2c2-4bc7-b8f7-6b1d6281ca87,Aerobic Exercises Enhance Neurogenesis and Neuroplasticity,,,article|https://sharpbrains.com/resources/2-the-4-pillars-of-brain-maintenance/physical-exercise-why-aerobic-exercise-enhances-neurogenesis-and-neuroplasticity/,learning,,,,,, -93f2b713-ba60-41b6-aafd-2da247ceea4c,You and Your Research,,,article|https://jamesclear.com/great-speeches/you-and-your-research-by-richard-hamming,learning,,,,,, -83b021d3-6362-426f-8b3b-0adf4e831dd1,How to (seriously) read a scientific paper | Science | AAAS,,,article|https://www.sciencemag.org/careers/2016/03/how-seriously-read-scientific-paper,science;research,,,,,, -222a8962-d346-4b1d-ae92-38283c72fa7f,Rubik's Cube - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Rubik%27s_Cube,rubik-cube,,,,,,oer -8d06abbc-fa92-4fbb-9375-6e74dbea830c,The Art of Learning - Summary by fourminutebooks.com,,,summary|https://fourminutebooks.com/the-art-of-learning-summary/;summary|http://blas.com/wp-content/uploads/2019/07/The-Art-of-Learning.pdf;summary|https://sivers.org/book/ArtOfLearning;summary|https://blas.com/the-art-of-learning/;book|https://openlibrary.org/books/OL17174611M/The_art_of_learning,learning;worth-re-reading;philosophy;josh-waitzkin;chess,Josh Waitzkin,,,,, -3368c57c-28ad-450d-b0eb-4a397727bf9e,Learning: A Very Short Introduction - Review by T.D.Wilson,,,summary|http://informationr.net/ir/reviews/revs572.html;book|https://www.goodreads.com/book/show/27310222-learning,learning,,,,,, -970ba88f-ee29-4ba9-bd59-5452a6567757,"How People Learn: Brain, Mind, Experience, and School",,,video|https://www.youtube.com/watch?v=SYFAh656WCs;wiki|https://en.wikipedia.org/wiki/How_People_Learn;summary|https://docs.lib.purdue.edu/cgi/viewcontent.cgi?article=1005&context=giftedchildren;book|https://www.goodreads.com/book/show/65322.How_People_Learn?ac=1&from_search=true,learning,,,,,,oer -660f353a-9a27-42f9-8557-5457b908182e,Yamaha Sound Reinforcement Handbook 2nd Edition Gary Davis Ralph Jones,,,book|https://bgaudioclub.org/uploads/docs/Yamaha_Sound_Reinforcement_Handbook_2nd_Edition_Gary_Davis_Ralph_Jones.pdf,sound-production;sound,,,,,, -49312ec4-b1fd-46d6-9549-0084e2779cfc,The 4-hour Chef,,,book|https://www.goodreads.com/book/show/13129810-the-4-hour-chef;audio|https://tim.blog/the-4-hour-chef-audiobook-private/,learning,,,,,, -a3d0c425-a533-49cf-be88-df309bd5ac65,Data Science Course in Bangalore | Best Certified Training | Placement,,,book|https://www.acte.in/data-science-training-in-bangalore,acting;equilibrium,,,beginner,,, -c95cccd0-b8c1-4211-a989-64e59f90cb65,Mindstorms,,,book|https://mindstorms.media.mit.edu/,learning,,,,,, -57f62dd6-52b5-4480-b04f-5503ebfae997,Experience and Education,,,book|https://books.google.co.in/books?id=JhjPK4FKpCcC&redir_esc=y,learning,,,,,, -a6baeabe-a2b9-4613-977e-d854fc5fdde0,Young Children Reinvent Arithmetic,,,book|https://books.google.co.in/books/about/Young_Children_Reinvent_Arithmetic.html?id=XWPdDgAAQBAJ&redir_esc=y,learning,,,,,, -b80e53e9-0e80-41cb-9940-ceb67ac3413f,Lifelong Kindergarten,,,book|https://mitpress.mit.edu/books/lifelong-kindergarten,learning,,,,,, -ac4d70d9-161c-4db0-a59c-271cd10e7b6d,Learning How To Learn,,,book|https://www.goodreads.com/book/show/36647421-learning-how-to-learn?ac=1&from_search=true;course|https://www.coursera.org/learn/learning-how-to-learn/;audio|https://fs.blog/2018/04/learning-barbara-oakley/,learning,,,,,, -298ef15b-54ec-49d9-8474-4511991a8348,Neural Experience | Web and Software Development | Marketing -,,,website|https://www.neuralexperience.io/,web-development;ux,,,advanced,,, -2b124e33-3f13-4761-8765-a088ae0617b4,/r/TodayILearned,,,chat|https://www.reddit.com/r/todayilearned/top/?sort=top&t=all,learning,,,,,,oer -7431e882-19c3-4388-aa4a-1c8c0b89987f,/r/ExplainLikeImfive,,,chat|https://www.reddit.com/r/explainlikeimfive/top/?sort=top&t=all,learning,,,,,,oer -37f66f17-3cc5-4af1-83b6-35d0d01e1591,/r/EducationalGIFs,,,chat|https://www.reddit.com/r/educationalgifs/top/?sort=top&t=all,learning,,,,,,oer -b263c685-3471-4ef0-a513-dcdde7e968a5,/r/YouShouldKnow,,,chat|https://www.reddit.com/r/YouShouldKnow/top/?sort=top&t=all,learning,,,,,,oer -835fab31-8040-4fd4-8bac-5a56c1a1f33a,/r/IWantToLearn,,,chat|https://www.reddit.com/r/IWantToLearn/top/?sort=top&t=all,learning,,,,,,oer -ff0afa22-9735-467d-8772-0cf801a572ea,/r/howto,,,chat|https://www.reddit.com/r/howto/top/?sort=top&t=all,learning,,,,,,oer -11cd5f51-7b4b-4e22-a7d1-b366e72d10d8,/r/answers,,,chat|https://www.reddit.com/r/answers/top/?sort=top&t=all,learning,,,,,,oer -001d5a6f-0f05-4b60-a748-bde6df543a54,/r/lectures,,,chat|https://www.reddit.com/r/lectures/top/?sort=top&t=all,learning,,,,,,oer -acb08693-1700-4da2-997b-540fe79439cf,/r/teachingresources,,,chat|https://www.reddit.com/r/teachingresources/top/?sort=top&t=all,learning,,,,,,oer -4651d8c3-395b-4af9-bc87-0290793d8747,/r/OpenEd,,,chat|https://www.reddit.com/r/OpenEd/top/?sort=top&t=all,learning,,,,,,oer -45d580f1-4aa2-4b3f-96cc-acd00fe53767,/r/UniversityOfReddit,,,chat|https://www.reddit.com/r/universityofreddit/,learning,,,,,,oer -552c9fe4-9069-4a42-88a9-7e618a719774,Lego brick,,,qna|https://bricks.stackexchange.com,lego,,,,,,oer -1194e792-fb53-4cd9-ac7b-999bf881633e,Main Wikipedia: Lego,,,wiki|https://en.wikipedia.org/wiki/Lego,lego,,,,,,oer -043b7c97-c189-4646-91e8-a35fdc258b3d,Simple Wikipedia: Lego,,,wiki|https://simple.wikipedia.org/wiki/Lego,lego,,,,,,oer -3c452e84-8eaf-4041-a4dc-6e1e32dfa207,Make Your Own Rules,,,article|https://www.ribbonfarm.com/2018/02/15/make-your-own-rules/,life,,,,,, -ae46b008-4c32-4400-b01d-148de2093b8e,Modes of Living,,,article|https://invertedpassion.com/modes-of-living/,life,,,,,, -86f0aa1a-7092-4438-8fed-0f7bb2db42b7,A Natural History of Beauty,,,article|https://meltingasphalt.com/a-natural-history-of-beauty/,life,,,,,, -ec14a1a5-0379-4fe4-8111-4dd2adc52698,Life Is Short,,,article|http://paulgraham.com/vb.html,life,,,,,, -74cd0961-ddc9-45ed-ae42-c6caa8dd15fe,Melting Asphalt,,,blog|https://meltingasphalt.com/archive/,life,,,,,, -2abba6dd-0128-4c4f-bc1d-b64e4198fb3d,"All I Really Needed to Know, I Learned in Kindergarten (1987)",,,book|https://en.wikipedia.org/wiki/All_I_Really_Need_to_Know_I_Learned_in_Kindergarten,life,,,,,,oer -76772fe7-a8d5-487b-929c-e0d7f737f2ca,The 7 Habits of Highly Effective People,,,book|https://en.wikipedia.org/wiki/The_7_Habits_of_Highly_Effective_People,life,,,,,,oer -23b2ba35-d576-4c06-8cbc-4fd43b9eed4a,Happiness: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199590605.001.0001/actrade-9780199590605?rskey=XaooWh&result=266,life,,,,,, -c46e737c-fab7-4f3f-a9c7-a4fbcfe85e84,The Meaning of Life: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199532179.001.0001/actrade-9780199532179?rskey=rtROx3&result=368,life,,,,,, -f8fb187f-2676-4f2e-9415-1c3ed0de863c,"Kevin Simler and Robin Hanson, The Elephant in the Brain: Hidden Motives in Everyday Life",By Kevin Simler,https://learn-awesome.github.io/assets/book_covers/28820444.jpg,book|https://www.goodreads.com/book/show/28820444-the-elephant-in-the-brain,life,,,,,, -586a70d6-f12b-4699-b73e-dedb6a24b4fe,Personal productivity Stack Exchange,,,qna|https://productivity.stackexchange.com,life,,,,,,oer -dcab5fff-7dba-47f5-b6cb-244df625b224,Understanding Linear Algebra,,,book|http://merganser.math.gvsu.edu/david/linear.algebra/ula/ula/ula.html,linear-algebra,,,,,, -132aa292-05be-4698-b8eb-97e3be3991f2,Linear algebra,,,qna|https://www.quora.com/topic/Linear-Algebra,linear-algebra,,,,,,oer -875e21bc-5e65-4ca0-a109-d5b555bda19a,Main Wikipedia: Linear algebra,,,wiki|https://en.wikipedia.org/wiki/Linear_algebra,linear-algebra,,,,,,oer -9b5db19c-bf2a-4bfb-8820-9988d75e3d2f,Simple Wikipedia: Linear algebra,,,wiki|https://simple.wikipedia.org/wiki/Linear_algebra,linear-algebra,,,,,,oer -3a3eb1e0-785b-4596-a298-df80a0a88db8,Langauge and Language Teaching,,,journal|https://azimpremjifoundation.org/foundation/807,linguistics,,,,,, -6db88204-e3ce-4a2b-8d22-7fecf374682f,Stack Exchange,,,qna|https://linguistics.stackexchange.com,linguistics,,,,,,oer -e07f2756-1c19-47eb-af93-47283a7cf521,Main Wikipedia: Linguistics,,,wiki|https://en.wikipedia.org/wiki/Linguistics,linguistics,,,,,,oer -45c7360c-572d-4310-bad8-bcee138b231b,Simple Wikipedia: Linguistics,,,wiki|https://simple.wikipedia.org/wiki/Linguistics,linguistics,,,,,,oer -dabf2d0b-98d6-42c8-8b7a-eb4f30dd2c4b,Literature,,,qna|https://www.quora.com/topic/Literature,literature,,,,,,oer -8f78577a-caf3-4bc1-8775-7faa55db73d3,Main Wikipedia: Literature,,,wiki|https://en.wikipedia.org/wiki/Literature,literature,,,,,,oer -a18f91a5-3c42-4c96-bdf9-0a616a7ba77c,Simple Wikipedia: Literature,,,wiki|https://simple.wikipedia.org/wiki/Literature,literature,,,,,,oer -41ccb4c0-848f-42ea-8a76-e92044f7227c,Introduction to Lambda Calculus (2000),,,book|http://www.cse.chalmers.se/research/group/logic/TypesSS05/Extra/geuvers.pdf,logic,,,,,, -e1db25c9-715d-4e40-9a18-6ce2d393cb5a,"The Haskell road to logic, math and programming (2004)",,,book|https://fldit-www.cs.uni-dortmund.de/~peter/PS07/HR.pdf,logic,,,,,, -7293e810-9687-400f-9b08-b4d50b2b3bea,Logicomix (2008),,,book|https://www.scribd.com/document/98921232/Bertrand-Russell-Logicomix,logic,,,,,, -ce8bd924-189f-437e-a6f5-07ac9154ecff,forallx: Cambridge (2017),,,book|http://people.ds.cam.ac.uk/tecb2/forallx.shtml,logic,,,,,, -683523a6-e9b3-495c-8c38-bdeb688fe52b,Teach Yourself Logic,,,book|https://www.logicmatters.net/resources/pdfs/TeachYourselfLogic2017.pdf,logic,,,,,, -df4a3e44-1709-432b-8c65-6d10570a21a1,Logic,,,qna|https://www.quora.com/topic/Logic-mathematics,logic,,,,,,oer -7ee31631-6bcd-4eb2-b7c3-fd91182418ab,Main Wikipedia: Logic,,,wiki|https://en.wikipedia.org/wiki/Logic,logic,,,,,,oer -3d59b1e8-6299-47cb-855e-9d92d1821782,Simple Wikipedia: Logic,,,wiki|https://simple.wikipedia.org/wiki/Logic,logic,,,,,,oer -d691563e-85af-4f4c-baee-f485ee365d3c,Cognitive Machine Learning: Learning to Explain,,,article|http://blog.shakirm.com/2017/02/cognitive-machine-learning-1-learning-to-explain/,machine-learning,,,,,, -7afa067c-100f-4f24-9993-eba2ddf53ee0,The Talking Machines,,,audio|https://www.thetalkingmachines.com/,machine-learning,,,,,, -06d7e874-a0f7-4a1c-ac11-fe0c41f188ce,Data Skeptic,,,audio|https://dataskeptic.com/,machine-learning,,,,,, -f9d85135-0c0f-42c5-a09a-e81f8cc52df2,Linear Digressions,,,audio|http://lineardigressions.com/,machine-learning,,,,,, -32463ac8-150d-4f12-b206-6bd72eedfa63,Machine learning guide,,,audio|https://itunes.apple.com/us/podcast/machine-learning-guide/id1204521130,machine-learning,,,,,, -daaab2d5-9bef-42d4-8d11-9b1159c97a72,Not So Standard Deviations,,,audio|https://soundcloud.com/nssd-podcast,machine-learning,,,,,, -e95afb04-f79e-499e-bc1a-b61eb9191e44,Practical AI,,,audio|https://changelog.com/practicalai,machine-learning,,,,,, -57786ef5-cf87-4524-a241-944a5a24884b,Talking machines,,,audio|https://overcast.fm/itunes955198749/talking-machines,machine-learning,,,,,, -471b1694-86af-4317-a39e-72b8a2f62ce7,KDnuggets,,,blog|http://www.kdnuggets.com/,machine-learning,,,,,, -f0ddeaef-ed66-416f-a524-39c01a9bdde4,MLWave,,,blog|http://mlwave.com/,machine-learning,,,,,, -27c6e443-9790-47ca-9ffd-d0d3e919ef12,Aditya Prakash,,,blog|http://iamaaditya.github.io/,machine-learning,,,,,,oer -4e1f3471-1bc9-43a1-b26f-5ac0b7e58afe,Andrej Karpathy,,,blog|https://karpathy.github.io/,machine-learning,,,,,,oer -1f4b40a4-b146-49e2-b725-c1d7da9f3551,Andrew Gambarella,,,blog|https://atgambardella.github.io/,machine-learning,,,,,,oer -4228db9c-c720-4427-be30-e9684b15d563,Apple ML Journal,,,blog|https://machinelearning.apple.com/,machine-learning,,,,,, -2b443b72-c22d-4cb9-91a6-a00de994349c,Arg min,,,blog|http://www.argmin.net/,machine-learning,,,,,, -6fe465b7-0437-44e7-a124-5f465f05e18a,Bradford Cross,,,blog|http://www.bradfordcross.com,machine-learning,,,,,, -943ec3dd-cf14-43e7-8fba-a5dd96135dcf,Brief History of Machine Learning,,,blog|http://www.erogol.com/,machine-learning,,,,,, -d0127308-20de-4a0a-a82a-7bbd043ba360,Christopher Olah,,,blog|http://colah.github.io/,machine-learning,,,,,,oer -6638df84-f448-4335-aad7-55615ab3d966,Clarifai,,,blog|http://blog.clarifai.com/,machine-learning,,,,,, -26d38135-a18f-4641-805d-65482194f691,Concept Search on Wikipedia,,,blog|http://mccormickml.com/,machine-learning,,,,,,oer -436c6187-72c6-49a5-8faf-6c35146299b9,Deep Dojo,,,blog|http://deepdojo.com/,machine-learning,,,,,, -5c798058-a0a0-4341-8858-a9039581bd8b,DeepMath,,,blog|https://www3.math.tu-berlin.de/numerik/www.deepmath.org/index.php,machine-learning,,,,,, -a9447293-c526-43ed-bf04-e7f8e55ac020,DeepMind,,,blog|https://deepmind.com/blog/,machine-learning,,,,,, -9b93a377-cf62-457c-b788-b02d36809cd0,Distill,,,blog|http://distill.pub/,machine-learning,,,,,, -01a4bb1c-d9af-4dba-be5d-54e6cc0159e2,Facebook Research,,,blog|https://research.fb.com/blog/,machine-learning,,,,,, -583f5346-193f-41d2-a64a-cf2331f21dc6,FastML,,,blog|http://www.fastml.com/,machine-learning,,,,,, -4969732c-048c-4ddd-8c77-ef0cdbd377bf,Google Research,,,blog|https://research.googleblog.com/,machine-learning,,,,,, -0bd95420-0ed2-49f9-be0a-f6985ea31626,I Am Trask,,,blog|http://iamtrask.github.io/,machine-learning,,,,,,oer -2fcc5cf1-524b-418a-9ac1-346fb0a1f63b,Igor Babuschkin,,,blog|https://babushk.in/archive.html,machine-learning,,,,,, -05a68332-195a-465f-a78b-debb269872b5,InFERENCe,,,blog|http://www.inference.vc/,machine-learning,,,,,, -bf752de7-c6a3-4417-a4c8-30fb25056673,Inverse Probability,,,blog|http://inverseprobability.com/blog.html,machine-learning,,,,,, -6996d968-edd4-4da3-998a-28ef97ff3618,I’m a Bandit,,,blog|https://blogs.princeton.edu/imabandit/,machine-learning,,,,,,oer -857ab73b-31b5-4bac-b376-664130f3376c,Kaggle Blog,,,blog|http://blog.kaggle.com/,machine-learning,,,,,, -9569127b-59f0-475a-a1cb-59d2d5788837,Lilian Weng,,,blog|https://lilianweng.github.io/lil-log/,machine-learning,,,,,,oer -fd7dad66-2427-49ca-a7fc-3a1b34e01c82,Machine Learning Theory,,,blog|http://hunch.net/,machine-learning,,,,,, -87783d09-c252-4295-ab1f-5034cb6f3acc,Machine Think,,,blog|http://machinethink.net/blog/,machine-learning,,,,,, -becc5eb7-6ab9-47cd-a53e-7648dc17fb56,Max Welling,,,blog|http://scientificpearlsofwisdom.blogspot.nl/,machine-learning,,,,,, -2b2a677f-ee15-4656-95de-966d9699a6d4,Off the Convex Path,,,blog|http://www.offconvex.org/,machine-learning,,,,,, -d2b2ee88-af2c-4353-a642-ef245c25dd5d,OpenAI,,,blog|https://blog.openai.com/,machine-learning,,,,,, -597a601d-4b65-4895-982e-447feb7bdfd4,Peter Goldsborough,,,blog|http://www.goldsborough.me/,machine-learning,,,,,, -3c8bd749-0c1a-4199-b785-a42094c166eb,Ryan Dahl,,,blog|http://tinyclouds.org/,machine-learning,,,,,, -6a3cbcfb-a7ae-46c4-9109-a18ac60b539f,Sander Dieleman,,,blog|http://benanne.github.io/,machine-learning,,,,,,oer -79ff213c-7f23-47b2-be34-6efbd8059887,Silicon Valley AI Lab,,,blog|https://svail.github.io/,machine-learning,,,,,,oer -8fbacf5f-9edd-4de7-98ca-2fa99dbd3832,Somatic,,,blog|http://www.somatic.io/blog,machine-learning,,,,,, -a980e188-1a36-479c-8372-b4f8bc6a6680,Sourabh Bajaj,,,blog|http://sourabhbajaj.com/,machine-learning,,,,,, -b4a8ca88-d7c1-41e9-b83a-99bab2996dfd,"Statistical Modelling, Causal Inference and Social Science",,,blog|http://andrewgelman.com/,machine-learning,,,,,, -2fb25b97-634d-4d06-9375-5652b47a12e8,Stephan Hoyer,,,blog|http://stephanhoyer.com/blog/,machine-learning,,,,,, -cb8614a5-aaaf-4eda-9208-e32a80f446f0,TensorFlow,,,blog|https://medium.com/tensorflow,machine-learning,,,,,,oer -5aaa120c-6f60-424f-b1d4-deb80df27343,The Neural Perspective,,,blog|https://theneuralperspective.com/,machine-learning,,,,,, -2c1a1c20-d0af-42e1-9ffd-198967bcf232,The Spectator,,,blog|http://blog.shakirm.com/,machine-learning,,,,,, -72b62351-3fb2-4620-b129-23637d3900ba,Tim Head,,,blog|http://betatim.github.io/,machine-learning,,,,,,oer -cf1e62ff-3473-4884-9c64-a25e791e1469,Triangle Inequality,,,blog|https://triangleinequality.wordpress.com/,machine-learning,,,,,, -f7c5d98f-fc46-412e-8d56-2e9b62da770c,Unintentionally Inconsiderate,,,blog|http://rocknrollnerd.github.io/,machine-learning,,,,,,oer -0062d1e8-8f71-420a-86b8-a82c76150c3a,WildML,,,blog|http://www.wildml.com/,machine-learning,,,,,, -cd03ca45-e35d-44b5-8c11-dc2c7d1a2df5,Pattern Recognition and Machine Learning,,,book|https://www.microsoft.com/en-us/research/people/cmbishop/#!prml-book,machine-learning,,,,,, -dbd25027-dcda-4dc4-ae4f-d20094e4a52c,The Elements of Statistical Learning,,,book|http://web.stanford.edu/~hastie/ElemStatLearn/,machine-learning,,,,,, -c84edaf7-0b7f-4ede-95dc-7ec8ee49928a,Paradigms of artificial intelligence programming (1991),,,book|http://norvig.com/paip.html,machine-learning,,,,,, -42d384a2-69d9-4f11-91c0-4d1ea688400f,Artificial intelligence a modern approach (1994),,,book|http://www.goodreads.com/book/show/27543.Artificial_Intelligence,machine-learning,,,,,, -d9d8b276-d685-4db2-8a9a-0a0654013d36,Machine learning (1997),,,book|http://www.cs.cmu.edu/~tom/mlbook.html,machine-learning,,,,,, -7fc8b719-4a25-4878-a50c-ec4795ceb938,The quest for artificial intelligence - a history of ideas and achievements (2009),,,book|http://ai.stanford.edu/~nilsson/QAI/qai.pdf,machine-learning,,,,,, -40ecdbf4-1ac9-4b60-b0fd-6ff5af46621c,Introduction to artificial intelligence (2011),,,book|http://www.goodreads.com/book/show/11328752-introduction-to-artificial-intelligence,machine-learning,,,,,, -f598a645-ffdc-48c3-940e-1e9c5e7847f7,Machine learning: a probabilistic perspective (2012),,,book|http://www.goodreads.com/book/show/15857489-machine-learning,machine-learning,,,,,, -fb3288b5-26b0-4690-9ca7-b398ab5775ac,The Nature of Code (2012),,,book|http://natureofcode.com/book/,machine-learning,,,,,, -a9aeb84b-d3d2-4704-8b6c-cee9d7b03981,"Superintelligence: paths, dangers, strategies (2014)",,,book|http://www.goodreads.com/book/show/20527133-superintelligence,machine-learning,,,,,, -a22eb264-6f2a-49de-9b77-b3b0a34c4adc,Understanding machine learning: from theory to algorithms (2014),,,book|http://www.cs.huji.ac.il/%7Eshais/UnderstandingMachineLearning/understanding-machine-learning-theory-algorithms.pdf,machine-learning,,,,,, -c73233b9-8f7c-4677-a4bf-6735fa89ed01,Neural Networks and Deep Learning (2015),,,book|http://neuralnetworksanddeeplearning.com/index.html,machine-learning,,,,,, -1d8c093b-d7d4-4b92-899a-26f877704cd6,Deep Larning with Python (2017),,,book|https://www.goodreads.com/book/show/33986067-deep-learning-with-python,machine-learning,,,,,, -522dc38c-4692-4f8c-a6da-090fb5aab350,Tensorflow machine learning cookbook (2017),,,book|https://www.packtpub.com/big-data-and-business-intelligence/tensorflow-machine-learning-cookbook,machine-learning,,,,,, -64dec401-6b17-471a-a408-1623e3cf1be2,Hands-On Machine Learning with Scikit-Learn and TensorFlow (2017),,,book|https://www.goodreads.com/book/show/32899495-hands-on-machine-learning-with-scikit-learn-and-tensorflow,machine-learning,,,,,, -a6312d6d-8328-4f17-a731-8ece02335288,Machine Learning with Go (2017),,,book|https://www.packtpub.com/big-data-and-business-intelligence/machine-learning-go,machine-learning,,,,,, -cb7846be-2730-4f27-9e1d-861d5234d11f,Interpretable Machine Learning (2018),,,book|https://christophm.github.io/interpretable-ml-book/index.html,machine-learning,,,,,,oer -1075b26b-181d-402c-b581-433a8e703161,Deep learning,,,book|http://www.deeplearningbook.org/,machine-learning,,,,,, -3891f689-30ab-4de1-81ac-73e6ddccb82b,Interpretable machine learning (2018),,,book|https://christophm.github.io/interpretable-ml-book/,machine-learning,,,,,,oer -19e27903-5970-4d32-8290-18ff99fbe68d,AI for Everyone,,,course|https://www.coursera.org/learn/ai-for-everyone/,machine-learning,,,,,, -b6245d44-41bc-4cbf-ab97-f8c2f6649cbb,MIT Deep Learning (2019),,,course|https://github.com/lexfridman/mit-deep-learning,machine-learning,,,,,,oer -9692add4-f521-4c8f-917d-3ffc8d0e7f65,Amazon’s Machine Learning University course (2018),,,course|https://aws.amazon.in/blogs/machine-learning/amazons-own-machine-learning-university-now-available-to-all-developers/?tag=learnawesome-21,machine-learning,,,,,, -61c2f859-d6eb-4d71-bb7c-093a9d1fc613,Advanced Machine Learning with TensorFlow on Google Cloud Platform Specialization,,,course|https://www.coursera.org/specializations/advanced-machine-learning-tensorflow-gcp,machine-learning,,,,,, -ff36aa50-1d55-432e-8f23-b2907edcc0af,Artificial intelligence for robotics,,,course|https://www.udacity.com/course/artificial-intelligence-for-robotics--cs373,machine-learning,,,,,, -8fe13161-9294-4b48-a8fa-962c64a62920,DBA Roadmap: Learn to become a database administrator with PostgreSQL,,,learning_plan|https://roadmap.sh/postgresql-dba,software-tools/postgresql,,,,,, -5e960d3a-722e-40de-9b9e-061591afb2ad,Introduction to Deep Learning (2018),,,course|http://introtodeeplearning.com/,machine-learning,,,,,, -af5f2c7d-9c40-434a-8c38-af46b330b43f,Introduction to Machine Learning for Coders,,,course|http://course.fast.ai/ml.html,machine-learning,,,,,, -b6eceda1-6309-4cda-88c6-89a65ce5e727,Introduction to matrix methods (2015),,,course|http://stanford.edu/class/ee103/,machine-learning,,,,,,oer -6eec3905-e768-470a-90d1-f00b3fadfb18,Learning from data (2012),,,course|https://work.caltech.edu/telecourse.html,machine-learning,,,,,,oer -d711feb6-5711-48b8-841a-effdb3d57a56,Android Developer Roadmap: Learn to become an Android developer,,,learning_plan|https://roadmap.sh/android,software-tools/android,,,,,, -e7b90cb3-bafd-464e-9e3f-bb81b089d05a,Machine learning for data science (2015),,,course|http://www.cs.cornell.edu/courses/cs4786/2015sp/index.htm,machine-learning,,,,,,oer -50a195fd-3abf-4c5f-890f-b4628be5c592,Machine learning in Python with scikit-learn,,,course|https://github.com/justmarkham/scikit-learn-videos#readme,machine-learning,,,,,,oer -50affe26-dda1-4727-b46b-9ee758b8dd86,Machine Learning with TensorFlow on Google Cloud Platform Specialization,,,course|https://www.coursera.org/specializations/machine-learning-tensorflow-gcp,machine-learning,,,,,, -12291198-4201-4a4a-812d-65cfe41c3e85,"Mathematics of Deep Learning, NYU, Spring (2018)",,,course|https://joanbruna.github.io/MathsDL-spring18/,machine-learning,,,,,,oer -b960dd74-69ca-4941-908d-8a93167de02b,mlcourse.ai,,,course|http://mlcourse.ai,machine-learning,,,,,, -530fd6da-77fd-4f96-b693-0fbd2b4d85ae,Notes,,,course|https://github.com/1094401996/machine-learning-coursera,machine-learning,,,,,,oer -9aad1102-d7b2-4221-b6b6-f226d043d326,Practical Deep Learning For Coders (2018),,,course|http://course.fast.ai/,machine-learning,,,,,, -bf4d50fd-1f65-4dfe-9e51-1f5289baa1c7,Statistical learning (2015),,,course|https://lagunita.stanford.edu/courses/HumanitiesandScience/StatLearning/Winter2015/about,machine-learning,,,,,,oer -7f98810b-912f-4f73-bfb9-7e7c96316cc1,Tensorflow for deep learning research (2017),,,course|http://web.stanford.edu/class/cs20si/index.html,machine-learning,,,,,,oer -eb8c2092-7258-42f2-98f7-462137c8dbc5,Artificial Intelligence,,,chat|https://www.reddit.com/r/artificial/,machine-learning,,,,,,oer -2aa9d319-8b50-4880-8e84-6b8623679b1d,Big data,,,chat|https://www.reddit.com/r/bigdata/,machine-learning,,,,,,oer -974960a2-c40b-479d-87a6-b5b55b63638b,Data science,,,chat|https://www.reddit.com/r/datascience/,machine-learning,,,,,,oer -693bd6ac-6662-4f3d-9d59-34601989705a,Learn Machine Learning,,,chat|https://www.reddit.com/r/learnmachinelearning/,machine-learning,,,,,,oer -abf585b4-ba7c-4cdb-82c6-84bbd93e078d,Machine learning,,,chat|https://www.reddit.com/r/MachineLearning/,machine-learning,,,,,,oer -bbb50997-208e-4182-9d6a-11325a47138d,ML Questions,,,chat|https://www.reddit.com/r/MLQuestions/,machine-learning,,,,,,oer -70d6f8d9-c4a9-4320-a963-04e961be5d9d,DataHouse Discord,,,chat|https://discord.gg/qVRkPtr,machine-learning,,,,,, -f4a3618f-5f60-461f-92b6-e774235ece6f,Neural Network Playground,,,interactive|https://playground.tensorflow.org/,machine-learning,,,,,, -a986d169-9040-4a81-a945-22d197fd84d7,The Open Source Data Science Masters,,,learning_plan|http://datasciencemasters.org/,machine-learning,,,,,, -75134c00-ba93-49e2-aa13-a6f8e88928bb,Dorai Thodla,,,learning_plan|https://mobile.twitter.com/dorait/status/1113621559581728768,machine-learning,,,,,, -19af7847-22ff-43ce-9689-cf3da1c88a58,Machine learning,,,qna|https://www.quora.com/topic/Machine-Learning,machine-learning,,,,,,oer -6347e156-51ca-47ed-8bfa-cc40bcecb8fb,AutoAugment: Learning Augmentation Policies from Data (2018),,,research_paper|https://arxiv.org/abs/1805.09501,machine-learning,,,,,, -377b16a0-58e8-4a56-a741-598334869cb1,Mastering Chess and Shogi by Self-Play with a General Reinforcement Learning Algorithm (2017),,,research_paper|https://arxiv.org/abs/1712.01815,machine-learning,,,,,, -65d17d7d-daa4-46c3-b186-65d6c4e5f8fb,Sets for Mathematics (2003),,,book|http://patryshev.com/books/Sets%20for%20Mathematics.pdf,mathematics,,,,,, -8f79320d-aff0-4b5c-b05b-64170a1be6c3,Neural Machine Translation and Sequence-to-sequence Models: A Tutorial (2017),,,research_paper|https://arxiv.org/abs/1703.01619,machine-learning,,,,,, -e5717abb-f47f-49b6-b0a7-6ddfbb1f140f,Deep voice: real-time neural text-to-speech (2017),,,research_paper|https://arxiv.org/pdf/1702.07825.pdf,machine-learning,,,,,, -5e5952eb-eea6-4189-b124-950c21f235e0,Dropout: a simple way to prevent neural networks from overfitting (2014),,,research_paper|https://www.cs.toronto.edu/~hinton/absps/JMLRdropout.pdf,machine-learning,,,,,,oer -e5a8a4a4-02ab-4ef7-acde-e5951146b931,A Unifying Review of Linear Gaussian Models (1998),,,research_paper|http://mlg.eng.cam.ac.uk/zoubin/papers/lds.pdf,machine-learning,,,,,, -ec6f1e91-6128-40d5-ae08-0110597162e2,Gaussian processes for big data,,,research_paper|http://auai.org/uai2013/prints/papers/244.pdf,machine-learning,,,,,, -f5eab8d9-8cca-4d11-b81d-140b2277def7,Adversarial Patch,,,research_paper|https://arxiv.org/pdf/1712.09665.pdf,machine-learning,,,,,, -2f9f79c9-87af-4bbf-9c3e-e66854f77ddd,A few useful things to know about machine learning,,,research_paper|http://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf,machine-learning,,,,,,oer -fe63a709-b861-472b-aa07-a0646383d016,The high-interest credit card of technical debt,,,research_paper|https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43146.pdf,machine-learning,,,,,, -2764f073-636a-4b10-a78a-262c277aa157,InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets,,,research_paper|https://arxiv.org/pdf/1606.03657.pdf,machine-learning,,,,,, -d654ad81-644e-4ca2-9f5d-13634c02b7b1,Main Wikipedia: Machine learning,,,wiki|https://en.wikipedia.org/wiki/Machine_learning,machine-learning,,,,,,oer -b217721f-c668-4455-b34c-4104b96a2c7e,Simple Wikipedia: Machine learning,,,wiki|https://simple.wikipedia.org/wiki/Machine_learning,machine-learning,,,,,,oer -66a8f7f2-1415-43cc-8508-02202f8a2567,And now it’s all this,,,blog|http://leancrew.com/all-this/,macos,,,,,, -08cee185-7787-497a-bcae-814c85df155d,Coding Bull Junky,,,blog|https://codingbulljunky.wordpress.com/,macos,,,,,, -8cc37a38-c6f6-49d0-8239-9d192bdeabe3,Defaults Write,,,blog|http://www.defaults-write.com/,macos,,,,,, -0353e079-4021-41a3-a0e3-71c299a75e3b,Macdrifter,,,blog|http://macdrifter.com/,macos,,,,,, -17dfbb8a-c292-4a1a-8a8d-66178fed8957,Michael Tsai,,,blog|https://mjtsai.com/blog/,macos,,,,,, -32035f6e-e206-4266-a41d-82e73412738d,Nikita Voloboev,,,blog|https://medium.com/@nikitavoloboev,macos,,,,,,oer -210530bc-257a-4115-9a93-dea25785bdc5,Reverse Engineering Mac OS X,,,blog|https://reverse.put.as/,macos,,,,,, -c3ae1a65-b6aa-482f-b608-39e2c6477479,"Mac OS X and IOS Internals: To the Apple's Core, Volume 1 User Mode (2015)",,,book|https://www.goodreads.com/book/show/24730644-mac-os-x-and-ios-internals,macos,,,,,, -de1f5a27-dfe9-4016-a4fc-860bf2078e0c,Main Wikipedia: Magento,,,wiki|https://en.wikipedia.org/wiki/Magento,magento,,,,,,oer -a88d99ef-1ac8-4d6b-b00b-4d7364dbaa39,Gears – Bartosz Ciechanowski,,,interactive|https://ciechanow.ski/gears/,gears,,,,,, -8728b9a5-f88f-4299-86fe-e3c0fed21803,Magic: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199588022.001.0001/actrade-9780199588022?rskey=rtROx3&result=352,magic,,,,,, -0e3ae8bf-152f-4eed-a2a9-9d2e2849c19a,MasterClass: Penn & Teller teach the art of magic,,,course|https://www.masterclass.com/classes/penn-and-teller-teach-the-art-of-magic,magic,,,,,, -2297d961-30ae-47e7-9b5e-bf603133bb2a,The Art of Misdirection (Ted Talk),,,video|https://www.youtube.com/watch?v=GZGY0wPAnus,magic,,,,,,oer -d6a3575a-d29b-4d49-b3dd-a03b0d83371f,The mythical man-month (1975),,,book|http://www.goodreads.com/book/show/13629.The_Mythical_Man_Month,management,,,,,, -467bd71f-c98f-4885-b111-fed0393c16f8,High output management (1983),,,book|http://www.goodreads.com/book/show/324750.High_Output_Management,management,,,,,, -e77eeb34-e826-46ab-bc79-86c2c35e3910,The essential drucker,,,book|https://www.goodreads.com/book/show/48016.The_Essential_Drucker,management,,,,,, -73f47541-9e49-4e4d-b022-3be1b3945bfe,Main Wikipedia: Marketing,,,wiki|https://en.wikipedia.org/wiki/Marketing,marketing,,,,,,oer -43e5080e-aad9-48de-b956-4c7c07b3939e,Simple Wikipedia: Marketing,,,wiki|https://simple.wikipedia.org/wiki/Marketing,marketing,,,,,,oer -b8da0315-256d-4bd7-b2d8-30b51bc7a020,Stack Exchange,,,qna|http://martialarts.stackexchange.com,martial-arts,,,,,,oer -b3cac068-cc54-439d-b306-962a1ed65d6a,Main Wikipedia: Martial arts,,,wiki|https://en.wikipedia.org/wiki/Martial_arts,martial-arts,,,,,,oer -3aab9bf4-a9e5-47a6-aa53-f2829301cb6a,Simple Wikipedia: Martial arts,,,wiki|https://simple.wikipedia.org/wiki/Martial_arts,martial-arts,,,,,,oer -1097598b-e923-4fe7-881c-630c02526c5a,Geogebra,,,website|https://www.geogebra.org/,mathematics,,,,,, -7aac85a3-8aae-4855-a70a-10499f96fd0c,Desmos,,,website|https://www.desmos.com/,mathematics,,,,,, -4a956bb3-f47e-4526-865e-af4aa3545904,MathPix,,,website|https://mathpix.com/,mathematics,,,,,, -ee339990-25a2-4add-85c9-ab06f2f4c5e8,How these 20+ math tools can make your lessons more exciting,,,website|https://www.bookwidgets.com/blog/2019/02/how-these-20-math-tools-can-make-your-lessons-more-exciting,mathematics,,,,,, -4b355b94-aa27-4d3d-85bd-e0983242a769,React Developer Roadmap: Learn to become a React developer,,,learning_plan|https://roadmap.sh/react,software-tools/react,,,,,, -688ecfb3-49e5-4eae-a67e-7e6af06b4cf8,BLOODHOUND Education,,,website|http://www.bloodhoundeducation.com/Learning_Resources,mathematics,,,,,, -049c46bd-35d3-4f9d-bd2d-a57fb87b2eb1,Mathematica,,,website|https://www.wolfram.com/mathematica/,mathematics,,,,,, -616a404a-7c06-4357-8602-4835ed88517a,Geometry Games,,,website|http://geometrygames.org/,mathematics,,,,,, -88f33e81-351c-43fa-9c6b-b48ae865057e,ScienceFriday Math,,,website|https://www.sciencefriday.com/topics/math/,mathematics,,,,,, -35dbb9c1-7c49-4804-a4ab-86829b6f5662,The Type Theory Podcast,,,audio|http://typetheorypodcast.com/,mathematics,,,,,, -2140df9a-43c6-43db-b9af-893a9f7852f7,Breaking Math,,,audio|http://breakingmathpodcast.com/,mathematics,,,,,, -ac0f0c69-b1d4-4dfc-9dc0-456bfb35bd54,How to Teach Yourself Math,,,blog|https://www.scotthyoung.com/blog/2018/12/11/teach-yourself-math/,mathematics,,,,,, -ebc8f9bc-8671-4c1b-a75d-42bad43610a4,Comfortable Numbered,,,blog|http://hardmath123.github.io/,mathematics,,,,,,oer -5e1832da-fa03-43e8-83b8-b9c0f976f3f3,Danny Gratzer,,,blog|https://jozefg.bitbucket.io,mathematics,,,,,, -726ecc6f-8ba5-4e06-9480-323636e0fef4,Henry de Valence,,,blog|https://www.hdevalence.ca/blog/,mathematics,,,,,, -418cdb4e-87e1-4a97-a254-23468fe0825e,Math ⋂ Programming,,,blog|https://jeremykun.com/,mathematics,,,,,, -51caf929-126e-4746-83d4-06d0194d4920,Nicky Case,,,blog|http://blog.ncase.me/,mathematics,,,,,, -bb0b70af-e629-42e1-8ea1-babc6e564b43,Quantitative Journey,,,blog|http://outlace.com/,mathematics,,,,,, -3ac70bd6-633a-4269-ba8a-f7b209fc592c,Random ASCII,,,blog|https://randomascii.wordpress.com/,mathematics,,,,,, -1ac4ffa5-cdcb-4405-836d-7c0f2dd833a8,Shape Operator,,,blog|http://www.shapeoperator.com/,mathematics,,,,,, -da9bf5d2-ddf3-4c14-b306-70ac0cb39fc3,Shtetl-Optimized,,,blog|https://www.scottaaronson.com/blog/,mathematics,,,,,, -1891f67f-ae6d-4c10-9ca5-e49163cde6a2,Steven Wittens,,,blog|http://acko.net/,mathematics,,,,,, -57a91311-77e6-4e55-a219-51950dd05a26,The Polymath,,,blog|https://polymathprojects.org/,mathematics,,,,,, -db5b5c94-f006-4404-8042-ccf776eaa86f,The Shape of Space,,,book|https://www.goodreads.com/book/show/599877.The_Shape_of_Space,mathematics,,,,,, -81417df0-0cf0-4bf8-9ad9-5739d758bbc1,Partial Differential Equations for Scientists and Engineers,,,book|https://www.goodreads.com/book/show/164585.Partial_Differential_Equations_for_Scientists_and_Engineers,mathematics,,,,,, -fe662bb7-f466-47a0-abf0-aedfc8d88760,Applied Mathematics: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780198754046.001.0001/actrade-9780198754046?rskey=MLPnxI&result=48,mathematics,,,,,, -5c5a8b7f-c890-426b-90d8-5b62eeb774ff,Mathematics: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780192853615.001.0001/actrade-9780192853615?rskey=rtROx3&result=366,mathematics,,,,,, -81869a37-5832-48b9-8ee2-6f31bfe48e92,Game Theory: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199218462.001.0001/actrade-9780199218462?rskey=XaooWh&result=243,mathematics,,,,,, -871cf5cb-3a89-4c61-980e-e936399d396f,Numbers: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199584055.001.0001/actrade-9780199584055?rskey=sBHDD5&result=431,mathematics,,,,,, -a814b164-4007-47fb-9975-c379bae15fdb,Probability: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199588480.001.0001/actrade-9780199588480?rskey=sBHDD5&result=473,mathematics,,,,,, -afd48cc5-6258-449b-9832-d3acdb803852,A mathematician's apology (1940),,,book|https://www.math.ualberta.ca/mss/misc/A%20Mathematician's%20Apology.pdf,mathematics,,,,,, -e0260c54-624e-4fde-95ca-790d987e4409,Handbook of mathematics (1945),,,book|http://www.goodreads.com/book/show/1904487.Handbook_of_Mathematics,mathematics,,,,,, -a29c6f88-0535-4e3b-9ec9-26da21ee9c2e,Fantasia mathematica (1958),,,book|http://www.goodreads.com/book/show/74703.Fantasia_Mathematica,mathematics,,,,,, -41aa73c1-08c2-464c-b863-076c44f35716,Gödel's proof (1958),,,book|http://www.goodreads.com/book/show/695429.G_del_s_Proof,mathematics,,,,,, -2cb3f7eb-1c0c-4f54-84eb-bd4c89e33b16,Sphereland (1965),,,book|http://www.goodreads.com/book/show/469314.Sphereland,mathematics,,,,,, -76c0beaa-3231-43ad-92bf-db73bed5caf4,Topology from a differentiable viewpoint (1965),,,book|http://www.maths.ed.ac.uk/~aar/papers/milnortop.pdf,mathematics,,,,,, -dc166c89-5f83-43aa-a082-b279a10ffdd7,An introduction to commutative algebra (1969),,,book|http://wstein.org/edu/2010/581b/books/atiyah-macdonald-introduction_to_commutative_algebra.pdf,mathematics,,,,,, -0a737fb5-f284-429f-8a04-f28c3caf7b42,Mathematics made difficult (1972),,,book|http://www.goodreads.com/book/show/3693042-mathematics-made-difficult,mathematics,,,,,, -9213d55a-ac29-4866-80f7-e05071ce1617,A course in arithmetic (1973),,,book|https://www.math.purdue.edu/~lipman/MA598/Serre-Course%20in%20Arithmetic.pdf,mathematics,,,,,, -f82920e1-ff75-4599-a5b4-44284dfe3636,Introductory functional analysis with applications (1978),,,book|http://www-personal.acfr.usyd.edu.au/spns/cdm/resources/Kreyszig%20-%20Introductory%20Functional%20Analysis%20with%20Applications.pdf,mathematics,,,,,, -f11bbf25-9a17-48ce-974b-b42f4f685341,A book of abstract algebra (1982),,,book|http://www.goodreads.com/book/show/8295305-a-book-of-abstract-algebra,mathematics,,,,,, -bea75e4d-9275-4a91-85bf-10b904fc316c,To mock a mockingbird (1985),,,book|http://www.goodreads.com/book/show/194769.To_Mock_a_Mockingbird_and_Other_Logic_Puzzles,mathematics,,,,,, -b90df092-2e83-407d-8af9-3039de73aec3,Proofs and types (1989),,,book|http://www.paultaylor.eu/stable/prot.pdf,mathematics,,,,,, -5d751fad-0438-4b5a-94aa-11609120ba9a,"Primes of the Form X2 + Ny2: Fermat, Class Field Theory, and Complex Multiplication (1989)",,,book|https://www.goodreads.com/book/show/507227.Primes_of_the_Form_X2_Ny2,mathematics,,,,,, -6d9fbe1d-cc49-4456-b68c-66fea98ff4c8,Algebraic Number Theory (1992),,,book|https://www.goodreads.com/book/show/4556825-algebraic-number-theory,mathematics,,,,,, -5f342c0a-b4f2-40c1-860d-7736655ff417,Concrete mathematics (1994),,,book|http://www.goodreads.com/book/show/112243.Concrete_Mathematics,mathematics,,,,,, -dc796371-9689-49f3-bf71-cf3fea91b555,How to prove it (1994),,,book|https://www.goodreads.com/book/show/739735.How_to_Prove_It,mathematics,,,,,, -4eb982f7-0e9e-4309-bd26-fc06edc35b02,Linear algebra done right (1995),,,book|http://www.goodreads.com/book/show/309768.Linear_Algebra_Done_Right,mathematics,,,,,, -0a4cb4c8-1d1e-4dd7-8563-5d3a48a1ffe6,Algebraic Curves and Riemann Surfaces (1995),,,book|https://www.goodreads.com/book/show/1279700.Algebraic_Curves_and_Riemann_Surfaces,mathematics,,,,,, -ec7045e9-0b97-4f6b-b136-a0dcc7dfba49,Visual complex analysis (1997),,,book|http://www.goodreads.com/book/show/149800.Visual_Complex_Analysis,mathematics,,,,,, -d5176424-0997-4b9a-9ffb-af1d3bc81c79,Conceptual Mathematics: A First Introduction To Categories (1997),,,book|https://www.goodreads.com/book/show/1511125.Conceptual_Mathematics,mathematics,,,,,, -43760dbe-a056-421f-80f3-3e7ecfd9607a,Geometry and the imagination (1999),,,book|http://www.goodreads.com/book/show/719289.Geometry_and_the_Imagination,mathematics,,,,,, -8aed007c-bb80-4956-8935-e035fbeba688,Combinatorial Optimization: Polyhedra and Efficiency (2002),,,book|https://www.goodreads.com/book/show/1186653.Combinatorial_Optimization,mathematics,,,,,, -43489993-9d24-4984-90ad-c287b3e9fe87,A first course in linear algebra (2004),,,book|http://linear.ups.edu/,mathematics,,,,,, -d24bd8eb-f0b3-4c88-bbeb-2a587f039d30,The art of problem solving (2006),,,book|http://www.goodreads.com/book/show/2872282-the-art-of-problem-solving-volume-1,mathematics,,,,,, -e55f1870-3b5f-4a6c-be7d-57a19f3d06b3,The princeton companion to mathematics (2008),,,book|http://www.goodreads.com/book/show/1471873.The_Princeton_Companion_to_Mathematics,mathematics,,,,,, -db2875cd-b050-421d-b32a-d40d2d20a401,Visual group theory (2009),,,book|http://www.goodreads.com/book/show/7629307-visual-group-theory-maa-classroom-resource-materials,mathematics,,,,,, -b5a43a7f-5322-4eaa-887e-fe0ea35c8fbd,Algebra: Chapter 0 (2009),,,book|https://www.goodreads.com/book/show/6829004,mathematics,,,,,, -6e40d0f5-666c-4ce9-912a-1c56f090aea6,Essentials of discrete mathematics (2009),,,book|http://www.goodreads.com/book/show/12132668-essentials-of-discrete-mathematics,mathematics,,,,,, -61ab1b9d-cf60-472c-8a44-7ce7f6e15974,Computational Topology: An Introduction (2010),,,book|https://www.goodreads.com/book/show/7518301-computational-topology,mathematics,,,,,, -512149e1-6ce4-46f6-b47b-18e591327bea,Foundations of analysis (2012),,,book|http://www.goodreads.com/book/show/682044.Foundations_of_Mathematical_Analysis,mathematics,,,,,, -dc80fecb-170a-4a01-9d34-8c1c2d5ce59e,Homotopy type theory (2013),,,book|https://hott.github.io/book/nightly/hott-online-1075-g3c53219.pdf,mathematics,,,,,,oer -1ecd86f4-8526-40f7-89d9-0c71a98d0c3c,The napkin project (2017),,,book|https://usamo.files.wordpress.com/2017/02/napkin-2017-02-15.pdf,mathematics,,,,,, -d919c36d-9edd-4475-8c62-c3822f38500a,Mathematics for computer science (2017),,,book|https://courses.csail.mit.edu/6.042/spring17/mcs.pdf,mathematics,,,,,, -9f669436-3ed8-4df2-9b51-312d51415140,Immersive linear algebra (2017),,,book|http://immersivemath.com/ila/index.html,mathematics,,,,,, -1c22a018-d3e7-45e1-b7c6-f149892c82bd,Programmer's Introduction to Mathematics (2018),,,book|https://pimbook.org/,mathematics,,,,,, -6f4fdb69-2df8-4a7b-827b-33739d7e550a,Physically based rendering: from theory to implementation,,,book|http://www.pbrt.org/,mathematics,,,,,, -a6025a6e-9dc8-47e7-9e97-96b3081db634,Invitation to ergodic theory,,,book|http://bookstore.ams.org/stml-42,mathematics,,,,,, -23834547-27ac-4cf8-ac04-98e3b6231b6c,Abstract Algebra: Theory and Applications,,,book|http://abstract.ups.edu/download/aata-20160809-sage-7.3.pdf,mathematics,,,,,, -068d1e16-cb27-43b6-9274-a8c43d799d6e,Linear algebra,,,book|http://joshua.smcvt.edu/linearalgebra/book.pdf,mathematics,,,,,, -001740fe-7c56-43d6-9835-b14a5797b3a4,Books by John Allen Paulos,,,book|http://johnallenpaulos.com/booksandreviews.html,mathematics,,,,,, -fa077778-f7a1-4367-9b33-d21f55d0b6ff,Disquisitiones Arithmeticae,,,book|https://books.google.co.in/books?id=iRbmmhOLA1kC&dq=isbn:0300094736&hl=en&sa=X&ved=0ahUKEwjLsuX5y5HiAhUKVH0KHQ37AR4Q6AEIKDAA,mathematics,,,,,, -cf730fae-af2d-423c-94ae-abaacd12ce1f,Reading List by American Institute of Mathematics,,,book|https://aimath.org/textbooks/approved-textbooks/,mathematics,,,,,, -5792ba66-233f-44e5-92e8-dbeab889a01c,Dendron,,,app|https://www.dendron.so//,note-taking,,,,,, -3db86c5b-e560-42c6-bcd2-6ddfbc0d05c2,All-in-one Mathematics Cheatsheet,,,cheatsheet|https://ourway.keybase.pub/mathematics_cheat_sheet.pdf,mathematics,,,,,, -b18fdef2-24d1-4f88-89c2-22cf7a632e50,Online introductory lectures on quantum computing from 6 November | CERN,,,course|https://home.cern/news/announcement/computing/online-introductory-lectures-quantum-computing-6-november,quantum-computing,,,,,, -bfd5ee95-e970-4838-a1e5-44a5bd443e0c,Abstract algebra (2014),,,course|https://www.math.upenn.edu/~ted/371F14/math371.html,mathematics,,,,,,oer -55cec47e-c7c0-465a-87bf-0897ca92a1cc,MIT linear algebra (2010),,,course|https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/,mathematics,,,,,,oer -5cd8e73b-c759-460b-82f8-5fe94e3b54d1,MIT multivariable calculus (2007),,,course|https://ocw.mit.edu/courses/mathematics/18-02-multivariable-calculus-fall-2007/,mathematics,,,,,,oer -c556d932-117b-48d3-81eb-9faffd0f1cfd,MIT multivariable calculus by Prof. Denis Auroux,,,course|https://ocw.mit.edu/courses/mathematics/18-02sc-multivariable-calculus-fall-2010/index.htm,mathematics,,,,,,oer -f29b86f3-f20b-4067-bcad-97203fc7d43f,MIT multivariable control systems (2004),,,course|https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-245-multivariable-control-systems-spring-2004/,mathematics,,,,,,oer -77511556-30c7-4c4a-b567-1e46aa59af08,MIT singlevariable calculus (2006),,,course|https://ocw.mit.edu/courses/mathematics/18-01-single-variable-calculus-fall-2006/,mathematics,,,,,,oer -5c8d1007-e279-4026-a666-1046b57cc5a1,Nonlinear dynamics and chaos (2014),,,course|https://www.youtube.com/playlist?list=PLbN57C5Zdl6j_qJA-pARJnKsmROzPnO9V,mathematics,,,,,,oer -828b6ec3-7a81-4a12-9813-1d8647211ffd,Stanford mathematical foundations of computing (2016),,,course|http://web.stanford.edu/class/cs103/,mathematics,,,,,,oer -af72c4a0-a50b-4bd3-9abf-913437c5aebb,"Types, Logic, and Verification (2013)",,,course|https://www.fcs.uoregon.edu/research/summerschool/summer13/curriculum.html,mathematics,,,,,,oer -086cbf7c-8a1e-4822-8cb1-8ac155faa083,Discrete Mathematics and Probability Theory,,,course|http://www-inst.eecs.berkeley.edu/%7Ecs70/archives.html,mathematics,,,,,,oer -a2e1e622-70de-470e-87fe-aa65b29c0dc9,ExplodingDots.org,,,course|https://www.explodingdots.org/,mathematics;exploding-dots,,,,,, -0aac772c-00df-4cc9-8bdd-e7be63f1cedb,Mathematics for Machine Learning Specialization,,,course|https://www.coursera.org/specializations/mathematics-machine-learning,mathematics,,,,,, -954cccbc-f73f-4b42-b942-e2735f628a98,Euler's Identity,,,video|https://www.youtube.com/watch?v=sKtloBAuP74,mathematics,,,,,,oer -4ffb7520-0dcf-44cc-b3d6-1c7e907b9a56,Fractals - the colours of infinity,,,video|http://topdocumentaryfilms.com/fractals-colors-infinity/,mathematics,,,,,, -fc151411-a47b-4fd6-a36a-7b443d48acbc,But what is the Fourier Transform? A visual introduction.,,,video|https://www.youtube.com/watch?v=spUNpyF58BY,mathematics,,,,,,oer -8768cd03-db2b-4c1c-b293-eb9a6fa907f9,Neural networks,,,video|https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi,mathematics,,,,,,oer -fb67b5b1-928e-4c10-9fe8-9d1d44f8cf6f,Essence of calculus,,,video|https://www.youtube.com/playlist?list=PLZHQObOWTQDMsr9K-rj53DwVRMYO3t5Yr,mathematics,,,,,,oer -637b8fb6-b036-44b2-90a0-d93572241a88,Anki Decks,,,flashcard|https://ankiweb.net/shared/decks/math,mathematics,,,,,,oer -d44e839d-94ae-4179-af59-c426032bd2df,Fived,,,chat|https://www.reddit.com/r/fived/,mathematics,,,,,,oer -4993bc75-9aa4-4751-bde1-6bedb066d764,Fractals,,,chat|https://www.reddit.com/r/fractals/,mathematics,,,,,,oer -7150faee-46be-40b9-83d6-2ce37a035dc0,Gonwild,,,chat|https://www.reddit.com/r/gonwild/,mathematics,,,,,,oer -1ed7a495-dfc9-4a77-868f-af110a93ad47,Holofractal,,,chat|https://www.reddit.com/r/holofractal/,mathematics,,,,,,oer -2f6f816f-af35-4787-a902-a27a86be4ef7,Hypershape,,,chat|https://www.reddit.com/r/hypershape/,mathematics,,,,,,oer -53bc3f64-3b11-4070-8642-1939dd99a705,Math,,,chat|https://www.reddit.com/r/math/,mathematics,,,,,,oer -8b35f16a-6deb-4600-b3ef-7335e35731e8,Freenode IRC #math,,,chat|https://webchat.freenode.net/,mathematics,,,,,, -42fe96da-c0b8-41bd-abbe-a833a2eeacfc,ProdigyGame,,,game|https://www.prodigygame.com/,mathematics,,,childlike,,, -29aa759e-1b86-4a9f-98b6-84eb525e1e5d,NRICH,,,game|https://nrich.maths.org/,mathematics,,,,,, -a1231ddc-25d7-44a6-9c76-a7c548e16d90,MathForLove,,,game|https://mathforlove.com/,mathematics,,,,,, -3274a6f5-4ad6-49c1-b018-271ea772ee4f,Mathigon,,,interactive|https://mathigon.org/,mathematics,,,beginner,,, -7160c75c-b066-40b4-8b17-da70c8a1cd54,Parallel,,,interactive|https://parallel.org.uk/,mathematics,,,,,, -584b3e84-89f8-45ab-8e01-aba44814ea91,arXiv sanity preserver,,,journal|http://www.arxiv-sanity.com/,mathematics,,,,,, -2a0b4886-9f3a-4b94-a251-73560a414626,At Right Angles,,,journal|https://azimpremjifoundation.org/foundation/710,mathematics,,,,,, -98d64208-799a-405f-b829-65952ccb0077,Association of Teachers of Mathematics,,,meetup|https://www.atm.org.uk/Maths-teacher-conference,mathematics,,,,,, -e0f06ad5-8318-4fca-a9ac-6db07f41986d,Encyclopedia Britannica,,,article|https://www.britannica.com/science/matrix-mathematics,matrix,,,,,, -d268dafa-4014-47fe-aa68-14cdd87a08d9,"Handbook of cubik math : Frey, Alexander H",,,book|https://archive.org/details/handbookofcubikm0000frey,rubik-cube;group-theory,,,,,, -f66076f4-57d2-4555-83b8-65a772392512,Data Science Training in Mumbai | Data Science Course in Mumbai - ExcelR,,,article|https://www.excelr.com/data-science-course-training-in-mumbai,big-data;online-courses;computers,,,,,, -42a562be-f523-49f4-8586-aef32fbe6a8e,Main Wikipedia: Matrix (mathematics),,,wiki|https://en.wikipedia.org/wiki/Matrix_(mathematics),matrix,,,,,,oer -020551e3-3d17-4728-9de6-34337366d5ae,Main Wikipedia: Matrix theory (physics),,,wiki|https://en.wikipedia.org/wiki/Matrix_theory_(physics),matrix,,,,,,oer -e0906dd8-508e-4b2b-9ada-c4cc817107f3,Simple Wikipedia: Matrix (mathematics),,,wiki|https://simple.wikipedia.org/wiki/Matrix_(mathematics),matrix,,,,,,oer -aa907ea1-6893-4179-a54d-0164205da54f,NIH Dietary Supplements,,,website|https://ods.od.nih.gov/,medicine,,,,,, -b2e0fec6-cb73-42b0-a0da-92e268cad69a,Science Friday topic - Brain,,,website|https://www.sciencefriday.com/topics/brain/,medicine,,,,,, -2dc15c39-eac8-4df4-9dd7-b246a5d4fd96,Nature Cure,,,book|http://www.arvindguptatoys.com/arvindgupta/handbook-naturecure.pdf,medicine,,,,,, -5ddd7ec3-3e71-490e-9d54-2a956641a62e,Main Wikipedia: Medicine,,,wiki|https://en.wikipedia.org/wiki/Medicine,medicine,,,,,,oer -2eee8eff-6f0a-4a86-9d95-53fd564e7e81,Simple Wikipedia: Medicine,,,wiki|https://simple.wikipedia.org/wiki/Medicine,medicine,,,,,,oer -00dd5a5e-f910-4704-8669-2928d4985f86,507 Mechanical Movements,,,image|http://507movements.com/,gears;kinematics,,,,,, -5e70a6f2-db53-48eb-85f3-0fb0d1d91004,Devhints — TL;DR for developer documentation,,,cheatsheet|https://devhints.io/,programming,,,,,, -c5327c02-1d23-414f-a12f-666115608232,Rockets of Earth,,,website|https://allrockets.space/,rockets,,,,,, -cc549b49-4fa5-4f9b-be91-286d003213a3,Hurry Slowly,,,audio|http://hurryslowly.co/,mindset,,,,,, -bd8fea83-c42c-4007-8d76-6bbe2e5fbb31,Tao te ching (6th century BC),,,book|http://www.goodreads.com/book/show/67896.Tao_Te_Ching,mindset,,,,,, -5ecbd3b5-c236-4bce-b96d-04e29911ea31,Meditations (161),,,book|http://www.goodreads.com/book/show/30659.Meditations,mindset,,,,,, -14fddee4-850b-4793-b16c-9795400c9b89,The Zen Teaching of Huang Po: On the Transmission of Mind (857),,,book|https://www.goodreads.com/book/show/276779.The_Zen_Teaching_of_Huang_Po,mindset,,,,,, -258a3501-7e44-40d7-9f87-f25e246756c2,Siddhartha (1922),,,book|http://www.goodreads.com/book/show/52036.Siddhartha,mindset,,,,,, -04ca0391-1b40-4ec9-b8c8-6cb0b9a62a6f,How to win friends and influence people (1936),,,book|https://openlibrary.org/books/OL1186728M/How_to_Win_Friends_and_Influence_People;summary|https://fourminutebooks.com/how-to-win-friends-and-influence-people-summary/;summary|https://sipreads.com/how-to-win-friends-and-influence-people/,mindset;relationships,Dale Carnegie,,,,, -6aea3706-5c98-4825-a168-bf26f219bf44,Think and grow rich (1937),,,book|http://www.goodreads.com/book/show/30186948-think-and-grow-rich,mindset,,,,,, -7cbc3c66-03c1-4a8d-bd87-a11ccda9291d,The stranger (1942),,,book|http://www.goodreads.com/book/show/49552.The_Stranger,mindset,,,,,, -261642ee-4f8d-4e64-85cd-04a8e0d44f1f,Man’s search for meaning (1946),,,book|http://www.goodreads.com/book/show/4069.Man_s_Search_for_Meaning,mindset,,,,,, -16b07eb0-ba3c-45fb-af44-0c78e830e1b8,The wisdom of insecurity: a message for an age of anxiety (1951),,,book|https://antilogicalism.files.wordpress.com/2017/07/wisdom-of-insecurity.pdf,mindset,,,,,, -a56b8b63-0a9a-40b6-8188-9c3ca0ab5d5f,The first and last freedom (1954),,,book|http://www.goodreads.com/book/show/64710.The_First_and_Last_Freedom,mindset,,,,,, -3fa59f43-736b-4fe2-8afc-49c7ef254640,The way of zen (1957),,,book|http://www.goodreads.com/book/show/514210.The_Way_of_Zen,mindset,,,,,, -6b76b93e-7bb9-418a-972a-6a759e4e6ceb,The book on the taboo against knowing who you are (1966),,,book|http://www.goodreads.com/book/show/60551.The_Book_on_the_Taboo_Against_Knowing_Who_You_Are,mindset,,,,,, -a5200867-4f36-4a72-919b-aacec459184b,"Zen Mind, Beginner's Mind",By Shunryu Suzuki,https://learn-awesome.github.io/assets/book_covers/402843.jpg,book|https://www.goodreads.com/book/show/402843.Zen_Mind_Beginner_s_Mind,mindset,,,,,, -9c062aaa-4646-4a7d-94b8-fc95acaef413,Be here now (1971),,,book|http://www.goodreads.com/book/show/29254.Be_Here_Now,mindset,,,,,, -fafdddc7-08d2-41ec-a719-432636c9c161,The Way of the Bodhisattva (1971),,,book|https://www.goodreads.com/book/show/301928.The_Way_of_the_Bodhisattva,mindset,,,,,, -1f1992e4-f5ed-4d79-b2a3-be89c0cca051,The inner game of tennis (1974),,,book|http://www.goodreads.com/book/show/905.The_Inner_Game_of_Tennis,mindset,,,,,, -9e980abd-12b5-4079-b444-cf429304ccb8,The 7 habits of highly effective people (1989),,,book|http://www.goodreads.com/book/show/36072.The_7_Habits_of_Highly_Effective_People,mindset,,,,,, -bd2be1c3-dcc7-4108-bd0f-d1b4f6aaf846,The Zen Teaching of Bodhidharma (1989),,,book|https://www.goodreads.com/book/show/238863.The_Zen_Teaching_of_Bodhidharma,mindset,,,,,, -0c17e1fa-299c-450b-94bc-e506c8f8c9bf,Peace is every step (1990),,,book|http://www.goodreads.com/book/show/14572.Peace_Is_Every_Step,mindset,,,,,, -edabb032-d3c9-4558-ac5e-4f69fed7766f,Mindfulness in plain english (1992),,,book|http://misc.equanimity.info/downloads/mindfulness_in_plain_english.pdf,mindset,,,,,, -01c59b18-e0bb-4005-ab3f-76e9a9241fcd,Mastery by George Leonard,,,book|http://www.goodreads.com/book/show/81940.Mastery;summary|https://www.amazon.in/Mastery-Robert-Greene-ebook/dp/B007V65PBK?tag=learnawesome-21;summary|https://fourminutebooks.com/mastery-summary/,mindset;learning,Author of The Laws Of Human Nature,1992,,,, -1b765597-e7cc-4fa9-a910-933363de9028,The Four Noble Truths (1992),,,book|https://www.goodreads.com/book/show/25103623-the-four-noble-truths,mindset,,,,,, -62e5051b-f509-4991-b3d6-74db5d0a8a78,No Ajahn Chah: Reflections (1994),,,book|https://www.goodreads.com/book/show/1948802.No_Ajahn_Chah,mindset,,,,,, -a634bcda-4a43-4d64-8c9f-003c7d110702,The Art of Happiness (1998) - Summary by FourMinuteBooks,"An updated edition of a beloved classic, the original book on happiness, with new material from His Holiness the Dalai Lama and Dr. Howard Cutler. Nearly every time you see him, he's laughing, or at least smiling. And he makes everyone else around him feel like smiling. He's the Dalai Lama, the spiritual and temporal leader of Tibet, a Nobel Prize winner, and a hugely sought-after speaker and statesman. Why is he so popular? Even after spending only a few minutes in his presence you can't help feeling happier. If you ask him if he's happy, even though he's suffered the loss of his country, the Dalai Lama will give you an unconditional yes. What's more, he'll tell you that happiness is the purpose of life, and that ""the very motion of our life is toward happiness."" How to get there has always been the question. He's tried to answer it before, but he's never had the help of a psychiatrist to get the message across in a context we can easily understand. The Art of Happiness is the book that started the genre of happiness books, and it remains the cornerstone of the field of positive psychology. Through conversations, stories, and meditations, the Dalai Lama shows us how to defeat day-to-day anxiety, insecurity, anger, and discouragement. Together with Dr. Howard Cutler, he explores many facets of everyday life, including relationships, loss, and the pursuit of wealth, to illustrate how to ride through life's obstacles on a deep and abiding source of inner peace. Based on 2,500 years of Buddhist meditations mixed with a healthy dose of common sense, The Art of Happiness is a book that crosses the boundaries of traditions to help readers with difficulties common to all human beings. After being in print for ten years, this book has touched countless lives and uplifted spirits around the world.",https://learn-awesome.github.io/assets/book_covers/38210.jpg,summary|https://fourminutebooks.com/the-art-of-happiness-summary/;book|https://www.amazon.in/Art-Happiness-10th-Anniversary-Handbook/dp/1594488894?tag=learnawesome-21,mindset,14th Dalai Lama,,,,, -64f670b8-2456-49e5-b01f-acb87f8b29ae,How to Write a Wolfram Demonstration,,,video|https://www.youtube.com/watch?v=1uOwEDs3WE0,software-tools/mathematica,,,,,,oer -4adda3e6-ede6-4fe7-ba25-131c9beed2be,Emptiness dancing (2004),,,book|http://www.goodreads.com/book/show/190055.Emptiness_Dancing,mindset,,,,,, -20401629-aa9b-4eb0-94dd-f2538b18351c,"Mindfulness, Bliss, and Beyond: A Meditator's Handbook (2006)",,,book|https://www.goodreads.com/book/show/206625.Mindfulness_Bliss_and_Beyond,mindset,,,,,, -59b9f454-b66b-44bc-bdca-f840809a8b33,Eating animals (2009),,,book|http://www.goodreads.com/book/show/6604712-eating-animals,mindset,,,,,, -637a45d4-04d2-4f15-a337-d844e3ab9500,The happiness advantage (2010),,,book|http://www.goodreads.com/book/show/9484114-the-happiness-advantage,mindset,,,,,, -198f4aaf-55d1-4d99-8f7f-270cd7461309,Models (2011),,,book|http://www.goodreads.com/book/show/12633800-models,mindset,,,,,, -a9da8fbf-6f31-4ed9-b39b-f7ea1bc08031,Mastery by Robert Greene,,,book|http://www.goodreads.com/book/show/13589182-mastery;summary|http://blas.com/mastery/;summary|https://sipreads.com/mastery/;summary|https://sivers.org/book/Mastery2,mindset;learning,,2012,,,, -bf1c9ef6-a50a-4ff6-9c16-077d3329facf,A mind for numbers: how to excel at math and science (2014),,,book|http://www.goodreads.com/book/show/18693655-a-mind-for-numbers,mindset,,,,,, -7b954e08-1d05-4671-be1f-621713fff18f,Spaciousness: The Radical Dzogchen of the Vajra-Heart: Longchenpa's Treasury of the Dharmadhatu (2014),,,book|https://www.goodreads.com/book/show/22783031-spaciousness,mindset,,,,,, -b1bd58f8-6828-4b64-845f-1c5b2074318f,Waking up: a guide to spirituality without religion (2014),,,book|http://www.goodreads.com/book/show/18774981-waking-up,mindset,,,,,, -a8f0be7e-6381-4478-9f8c-f1276bf4e458,Deep Work: Rules for Focused Success in a Distracted World (2016),,,book|https://www.goodreads.com/book/show/25744928,mindset,,,,,, -e60368d0-88ab-417a-b7e6-8aef5369a1df,"The Daily Stoic: 366 Meditations for Clarity, Effectiveness, and Serenity (2016)",,,book|https://www.goodreads.com/book/show/29093292-the-daily-stoic,mindset,,,,,, -ebd40645-cc36-4a64-9929-e2e097974202,Concentration and meditation,,,book|http://krishnamurti.abundanthope.org/index_htm_files/Concentration-and-Meditation.pdf,mindset,,,,,, -e633a44b-db96-470f-abc4-f1c87334bd39,ZenHabits,,,article|https://zenhabits.net/focus-antidote/,minimalism,,,,,, -6de6118d-b249-4ae9-b827-b6ad4b8e7ff6,theminimalists,,,audio|https://www.theminimalists.com/podcast/,minimalism,,,,,, -b33d8c5b-ed1a-411c-a27f-0a1c738a3eee,mnmlist,,,blog|http://mnmlist.com/archives/,minimalism,,,,,, -4fdf6b46-1d07-4350-b4c2-3ee097e1c305,"Goodbye, Things: The New Japanese Minimalism (2017)",,,book|https://www.goodreads.com/book/show/30231806-goodbye-things,minimalism,,,,,, -8fdcfd20-d267-4b3c-8438-6da347699e14,Digital Minimalism,,,book|https://www.goodreads.com/book/show/44160076-digital-minimalism,minimalism,,,,,, -6be5275d-bbb0-4d9a-8b60-9ccf85301a4a,Free course on Udemy,,,course|https://www.udemy.com/minimalism-simplicity-freedom/learn/lecture/7353226#overview,minimalism,,,,,, -4dd1e9d3-13fa-4658-a918-65d1cf3c921e,reddit,,,chat|https://www.reddit.com/r/minimalism/,minimalism,,,,,,oer -08548689-7c3c-4814-a9be-7623ec8189ac,Marie Kondo,,,people|https://en.wikipedia.org/wiki/Marie_Kondo#KonMari_method,minimalism,,,,,,oer -80c91746-7895-4f5d-977b-af1b84fb4ba5,The trap of materialism,,,video|https://www.youtube.com/watch?v=DtwXryPNciM,minimalism,,,,,,oer -5f098065-421e-4d0a-a1e7-b9443de37759,Get Out Of The Materialism Trap NOW,,,video|https://www.youtube.com/watch?v=Qk1i7UGBz1Q,minimalism,,,,,,oer -60ac9f4b-c5a2-41c3-a9a4-d23522e76fa1,The High Price of Materialism,,,video|https://www.youtube.com/watch?v=oGab38pKscw,minimalism,,,,,,oer -2a2938dd-c4e0-4475-b66b-0577bd0d4b4a,Main Wikipedia: Minimalism,,,wiki|https://en.wikipedia.org/wiki/Minimalism,minimalism,,,,,,oer -da87fd37-55ae-49ba-b93b-49b378b98f12,Simple Wikipedia: Minimalism,,,wiki|https://simple.wikipedia.org/wiki/Minimalism,minimalism,,,,,,oer -82768bfb-715c-4889-b62a-d10ef1b71ce4,Stack Exchange,,,qna|http://movies.stackexchange.com,movies,,,,,,oer -785b07f1-772b-4ae8-ae0e-d66378749bed,Main Wikipedia: Film,,,wiki|https://en.wikipedia.org/wiki/Film,movies,,,,,,oer -6d77b79a-6ca9-4f08-a60c-a077bb925f87,Simple Wikipedia: Movie,,,wiki|https://simple.wikipedia.org/wiki/Movie,movies,,,,,,oer -0c43c999-a700-4a7c-be04-9de4896fe704,Generative.fm - Endlessly unique ambient music,,,app|https://generative.fm/,music,,,,,, -1fae20fc-b21f-4973-bb37-e24ef72e5424,Combinatorial Music Theory,,,article|http://andrewduncan.net/cmt/,mathematics;music-theory;music,,,,,, -8fa310c9-90a7-408a-a3c6-80cf6b0a21cf,Music: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780192853820.001.0001/actrade-9780192853820?rskey=sBHDD5&result=409,music,,,,,, -592d6da0-c562-47a3-9bbe-a0c9c17aa8e2,Harmony for Computer Musicians (2010),,,book|https://www.goodreads.com/book/show/8441567-harmony-for-computer-musicians,music,,,,,, -d026beb9-caaf-4dc8-8fa3-719ebbc215a3,How Music Works,,,book|https://www.goodreads.com/book/show/13235689-how-music-works,music,,,,,, -45405307-617c-4446-a2f9-c175f2b4feb2,Anki Decks,,,flashcard|https://ankiweb.net/shared/decks/music,music,,,,,,oer -81eaae26-3165-4f15-8d91-de41c5379520,80s electro,,,chat|https://www.reddit.com/r/80sElectro/,music,,,,,,oer -be5bcdd8-638a-48d6-8bc9-2586cf48c88f,Cyber punk music,,,chat|https://www.reddit.com/r/Cyberpunk_Music/,music,,,,,,oer -d109dd43-d62e-4707-9d33-d84d368ea836,Experimental music,,,chat|https://www.reddit.com/r/experimentalmusic/,music,,,,,,oer -5d72aa15-91a6-4410-a677-345dbb6521d4,Future beats,,,chat|https://www.reddit.com/r/futurebeats/,music,,,,,,oer -cc3574f4-80c5-4495-8c7f-9107ac5d695d,Future pop music,,,chat|https://www.reddit.com/r/futurepopmusic/,music,,,,,,oer -5e78194b-7322-4cf0-a885-c8059895847d,Future synth,,,chat|https://www.reddit.com/r/futuresynth/,music,,,,,,oer -852b4bbb-c904-47d2-b2dd-757740999184,Listen to this,,,chat|https://www.reddit.com/r/listentothis/,music,,,,,,oer -f83a19f0-a1d5-4667-9767-b731c3dade77,Listen to us,,,chat|https://www.reddit.com/r/listentous/,music,,,,,,oer -c1417b0c-5959-4297-a690-83a757b5ca24,Music for concentration,,,chat|https://www.reddit.com/r/MusicForConcentration/,music,,,,,,oer -6972bb36-9a8e-4a93-8a54-b1ff2f2cf2d0,New retro wave,,,chat|https://www.reddit.com/r/newretrowave/,music,,,,,,oer -a280eaa4-01e3-4617-9fc1-d2dd59fad02b,Stack Exchange,,,qna|http://music.stackexchange.com,music,,,,,,oer -b15611d1-f23c-43ce-9a28-f65651cf94c1,The Making of Dancing in my Head,,,video|https://www.youtube.com/watch?v=-dIcuU58Oy8,music,,,,,,oer -591a1598-5371-440e-ab3e-ddf27ec6e6dc,Music Theory Distilled (3 parts),,,video|https://www.youtube.com/watch?v=mdEcLQ_RQPY,music,,,,,,oer -8a74aa38-7f34-4f1f-9ffc-c3148b7d5254,Main Wikipedia: Music,,,wiki|https://en.wikipedia.org/wiki/Music,music,,,,,,oer -a0ce97ee-9d22-4fde-9b57-08a9d3cd3c08,Simple Wikipedia: Music,,,wiki|https://simple.wikipedia.org/wiki/Music,music,,,,,,oer -ebcc1f38-86fd-4372-b9c8-06f4f7e0cfe5,Science Friday,,,website|https://www.sciencefriday.com/topics/nature/,nature,,,,,, -090b4d79-c4f2-46b3-9433-ba2ca16dca10,Main Wikipedia: Nature,,,wiki|https://en.wikipedia.org/wiki/Nature,nature,,,,,,oer -cef401d7-3ef1-482f-97bc-849c7a086004,Simple Wikipedia: Nature,,,wiki|https://simple.wikipedia.org/wiki/Nature,nature,,,,,,oer -0a0352f4-2e07-47b8-8eed-971ab35deb3d,Matrix,,,blog|https://matrix.org/blog/posts/,networking,,,,,, -f1eac908-69c1-4e82-91bd-acbecbfce8ae,Mnot,,,blog|https://www.mnot.net/blog/,networking,,,,,, -11937f86-0903-4c73-8d98-18d6bda41122,Neural Ordinary Differential Equations (2018),,,research_paper|https://arxiv.org/abs/1806.07366,neural-network,,,,,, -8d08b286-3baf-46ed-ab66-cd28d8717fb8,Neural networks and deep learning,,,research_paper|http://neuralnetworksanddeeplearning.com/,neural-network,,,,,, -5db55656-d242-44a4-8c26-bdf95e2c81c2,Learning without forgetting,,,research_paper|https://arxiv.org/pdf/1606.09282.pdf,neural-network,,,,,, -16a38b24-41ac-4a4e-80d3-d3a961ec0e92,Neural turing machine,,,research_paper|http://en.wikipedia.org/wiki/Neural_Turing_machine,neural-network,,,,,,oer -6ae52d23-357e-48df-b94e-9d7b90979bcd,Densely connected convolutional networks,,,research_paper|https://arxiv.org/abs/1608.06993,neural-network,,,,,, -62fd3b5b-ab34-4b33-861a-95adb0c9b7c3,Overcoming catastrophic forgetting in neural networks,,,research_paper|http://www.pnas.org/content/early/2017/03/13/1611835114.full.pdf,neural-network,,,,,, -ee737343-effb-448c-95b4-fc780f63fd3d,Pathnet: evolution channels gradient descent in super neural networks,,,research_paper|https://arxiv.org/pdf/1701.08734.pdf,neural-network,,,,,, -b4d9a918-ec23-435a-aa5e-408d8de78a70,The Brain: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780192853929.001.0001/actrade-9780192853929?rskey=MLPnxI&result=88,neuroscience,,,,,, -e14ed8a7-1518-430a-9817-12e89c96466d,The man who mistook his wife for a hat (1985),,,book|http://www.goodreads.com/book/show/63697.The_Man_Who_Mistook_His_Wife_for_a_Hat_and_Other_Clinical_Tales,neuroscience,,,,,, -9ec7704e-1b41-4ade-a328-9bdd19afd927,Descartes' error (1994),,,book|http://www.goodreads.com/book/show/103867.Descartes_Error,neuroscience,,,,,, -69cea853-d76d-4c8a-b9f2-9ce6efde6569,The Body Electric: Electromagnetism and the Foundation of Life (1998),,,book|https://www.goodreads.com/book/show/277641.The_Body_Electric,neuroscience,,,,,, -b6251425-ed7a-4f2b-99d9-2da57266ee6a,Principles of neural science (2000),,,book|http://www.goodreads.com/book/show/826396.Principles_of_Neural_Science,neuroscience,,,,,, -c0e38e07-d0c2-4477-9302-b87e6500db63,Molecular basis of neuropharmacology: a foundation for clinical neuroscience (2001),,,book|http://www.goodreads.com/book/show/818044.Molecular_Basis_of_Neuropharmacology,neuroscience,,,,,, -d1af36ea-7e86-4faa-b09a-24dcab5cbe96,Synaptic self: how our brains become who we are (2002),,,book|http://www.goodreads.com/book/show/151132.Synaptic_Self,neuroscience,,,,,, -5c2e8aeb-88c7-4b2e-8c28-3c184013e8bc,The Brain That Changes Itself (2007),,,book|https://www.goodreads.com/book/show/570172.The_Brain_That_Changes_Itself,neuroscience,,,,,, -c692e484-70e6-433f-a640-e3b1e7fa90e4,The Human Brain (2018),,,course|https://nancysbraintalks.mit.edu/course/9-11-the-human-brain,neuroscience,,,,,,oer -dd4b4217-0e8c-4811-9b43-f2f6e4a878fd,Could a Neuroscientist Understand a Microprocessor?,,,research_paper|https://journals.plos.org/ploscompbiol/article/file?id=10.1371/journal.pcbi.1005268&type=printable,neuroscience,,,,,, -f3cd72e3-ca93-4036-996a-9f5597da6e32,Main Wikipedia: Neuroscience,,,wiki|https://en.wikipedia.org/wiki/Neuroscience,neuroscience,,,,,,oer -f3823df2-06f1-487b-a101-e53dedf4ec45,Simple Wikipedia: Neuroscience,,,wiki|https://simple.wikipedia.org/wiki/Neuroscience,neuroscience,,,,,,oer -2095acc8-7282-45df-8307-c1458e495d08,The daily,,,audio|https://www.nytimes.com/podcasts/the-daily,news,,,,,, -f7713bbe-fb4a-43a1-8d44-3e6caf82e333,Advanced Nutrition and Human Metabolism (1995),,,book|https://www.goodreads.com/book/show/1387387.Advanced_Nutrition_and_Human_Metabolism_With_Infotrac_,nutrition,,,,,, -8b4c890a-8807-403c-825c-48f67bc98bb3,"The Poor, Misunderstood Calorie: Calories Proper (2012)",,,book|https://www.goodreads.com/book/show/15874542-the-poor-misunderstood-calorie,nutrition,,,,,, -1ea5d769-b18e-46ab-b5ed-bdc08fb1ef4f,Sports,,,qna|http://sports.stackexchange.com,sports,,,,,,oer -04ae4137-76d1-484f-983a-25af2431669c,Gut: The Inside Story of Our Body’s Most Underrated Organ (2014),,,book|https://www.goodreads.com/book/show/23013953-gut,nutrition,,,,,, -eae8a65b-2dde-4e08-891e-21b96a0e0809,How not to die (2015),,,book|http://www.goodreads.com/book/show/25663961-how-not-to-die,nutrition,,,,,, -7ea0bd73-79b0-4279-a7bf-b87dea2b1bab,Open data,,,qna|https://opendata.stackexchange.com,open-data,,,,,,oer -6ec72cbc-1bdc-4230-8527-daa375526d54,Main Wikipedia: Open data,,,wiki|https://en.wikipedia.org/wiki/Open_data,open-data,,,,,,oer -70355a77-1515-42a0-92d7-e4e362031bf8,How Complex Systems Fail,,,research_paper|https://web.mit.edu/2.75/resources/random/How%20Complex%20Systems%20Fail.pdf,complex-systems,,,,,,oer -e3dfcb38-a7e9-4390-b7c9-abfbd62ac651,Operating system concepts (1983),,,book|http://www.goodreads.com/book/show/83833.Operating_System_Concepts,operating-systems,,,,,, -f81a2dcf-294b-47b8-b993-35581aa3679b,Modern operating systems (1992),,,book|http://www.goodreads.com/book/show/166195.Modern_Operating_Systems,operating-systems,,,,,, -8ea41c7a-ad9b-4de8-8e20-729255cd7f7e,Programming with Posix Threads (1993),,,book|https://www.goodreads.com/book/show/987956.Programming_with_Posix_Threads,operating-systems,,,,,, -e2ce5f23-3ca9-44d0-b583-b9f46e9be40d,An efficient implementation of fundamental operating system services (1992),,,book|http://valerieaurora.org/synthesis/SynthesisOS/ch1.html,operating-systems,,,,,, -d066585a-57d3-477d-94c1-1eeeb95ebc90,Operating Systems: From 0 to 1,,,book|https://github.com/tuhdo/os01,operating-systems,,,,,,oer -88af4ea8-9959-47e1-b255-e69e4e402357,intermezzOS,,,book|https://intermezzos.github.io/book/second-edition/,operating-systems,,,,,,oer -325de3d2-8bda-4c72-a413-32d2a8a3f0d1,Computer Science 162,,,course|https://www.youtube.com/watch?v=feAOZuID1HM&list=PLggtecHMfYHA7j2rF7nZFgnepu_uPuYws,operating-systems,,,,,,oer -03e0cc11-d079-4e69-91bf-aff2d2faff48,Computer science from the bottom up,,,course|http://www.bottomupcs.com/,operating-systems,,,,,, -2e4df099-9785-407e-a921-853c0f5b57a2,How to make a computer operating system (2015),,,course|https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System,operating-systems,,,,,,oer -1a1be8e5-3719-4433-999d-d19d7a5f1f97,Operating system engineering,,,course|https://pdos.csail.mit.edu/6.828/2016/schedule.html,operating-systems,,,,,,oer -5cebad25-8c6e-41e0-b27e-774b81ab03e4,NixOS: A purely Functional Linux Distribution (2010),,,research_paper|https://nixos.org/%7Eeelco/pubs/nixos-jfp-final.pdf,operating-systems,,,,,, -278a0b6f-e3f7-41af-8e2e-ef11f83a3eb0,Urbit: A Solid-State Interpreter (2016),,,research_paper|http://media.urbit.org/whitepaper.pdf,operating-systems,,,,,, -7c0ee072-b456-45e4-86f7-f7f329f8284b,Main Wikipedia: Operating system,,,wiki|https://en.wikipedia.org/wiki/Operating_system,operating-systems,,,,,,oer -25810499-7839-464a-9569-1cf3bc2cf402,Simple Wikipedia: Operating system,,,wiki|https://simple.wikipedia.org/wiki/Operating_system,operating-systems,,,,,,oer -8299b9aa-5426-4c53-92c2-ac8657fd3575,The road to serfdom (1944),,,book|http://www.goodreads.com/book/show/299215.The_Road_to_Serfdom,politics,,,,,, -26ba415b-ccd5-4a69-95d5-bd86243391d5,"Yardbird's Effective Usenet Tradecraft, Survival in an Extremely Adversarial Environment",,,article|http://grugq.github.io/blog/2013/12/01/yardbirds-effective-usenet-tradecraft/,opsec,,,,,,oer -9213d173-b4ec-4b6b-beba-3c105ac7235c,What is OPSEC?,,,article|http://grugq.github.io/presentations/Keynote_The_Grugq_-_OPSEC_for_Russians.pdf,opsec,,,,,,oer -df146070-d041-4b9c-8000-0de4dacd84d1,Hacker OPSEC grugq's blog,,,blog|http://grugq.github.io/blog/,opsec,,,,,,oer -b422fa73-b913-42cf-8d13-b6e0fe3546ad,OPSEC,,,qna|https://security.stackexchange.com,opsec,,,,,,oer -c297a725-481c-41c2-8cc0-f25fcc20a676,Aleksey Shipilëv,,,blog|https://shipilev.net/,optimization,,,,,, -76de7f9f-fd06-4f36-b4a1-e1fd2fac5305,Great outdoors,,,qna|https://outdoors.stackexchange.com,outdoors,,,,,,oer -8e20ab22-96a3-4cce-8c30-4b758f3dcea2,Interview Preparation Resources - workat.tech,,,article|https://workat.tech/resources,interviews,,,,,, -2e6fd383-305e-43e0-a405-4dbf5b767144,Interview Practice Problems - workat.tech,,,code|https://workat.tech/practice,interviews;code,,,,,, -d6af4ef5-0cb6-4be8-9248-a55dbee92fbb,Science Friday,,,website|https://www.sciencefriday.com/topics/space/,space-science,,,,,, -a2996ac6-b3b5-40ba-aa3f-fb8123ebe506,Space exploration,,,qna|https://space.stackexchange.com,space-science,,,,,,oer -529f289e-3fd2-4439-929c-10d44606cd8e,Main Wikipedia: Outer space,,,wiki|https://en.wikipedia.org/wiki/Outer_space,space-science,,,,,,oer -e85aacd5-8867-4243-b518-1d0c7f592882,Simple Wikipedia: Outer space,,,wiki|https://simple.wikipedia.org/wiki/Outer_space,space-science,,,,,,oer -346ac9c2-0a38-4757-bca8-709e12f01c68,"On Education, Especially in early childhood",,,book|https://www.goodreads.com/book/show/29782087-on-education-especially-in-early-childhood,parenting,,,,,, -718ad898-34f8-458e-a6c7-82f706072550,Summerhill,,,book|https://www.amazon.in/Summerhill-English-S-Neil/dp/8189976028/?tag=learnawesome-21,parenting,,,,,, -0769881d-59a1-4e29-97c7-3de26493feb7,How Children Fail,,,book|https://en.wikipedia.org/wiki/How_Children_Fail,parenting,,,,,,oer -6b2d8bd3-dbbf-47fc-b4c5-bad8bf04b8c8,Child Nutrition & Cooking,,,course|https://www.coursera.org/learn/childnutrition?,parenting,,,,,, -30254cc7-557d-469a-b2e6-e7883b18ead5,Technical debt as a lack of understanding - daverupert.com,,,article|https://daverupert.com/2020/11/technical-debt-as-a-lack-of-understanding/,technical-debt;software-engineering,,,,,, -29b55ccc-7269-4ee4-ad5b-bed52271c417,Parenting Stack Exchange,,,qna|https://parenting.stackexchange.com,parenting,,,,,,oer -bc0ec78b-70fe-41fc-88a2-cffc191bb16b,Main Wikipedia: Parenting,,,wiki|https://en.wikipedia.org/wiki/Parenting,parenting,,,,,,oer -1e745af3-e4cb-494c-ab4f-7e019fd49725,Simple Wikipedia: Parenting,,,wiki|https://simple.wikipedia.org/wiki/Parenting,parenting,,,,,,oer -0e235133-9ca1-44fd-becf-9cfc620658b7,Ask patents,,,qna|https://patents.stackexchange.com,patent,,,,,,oer -af6ca52d-0ee8-4550-b809-287dc84f4b76,Stack Exchange,,,qna|https://pets.stackexchange.com,pets,,,,,,oer -7516a54c-01a9-4936-87fc-c99ffb403273,Main Wikipedia: Pet,,,wiki|https://en.wikipedia.org/wiki/Pet,pets,,,,,,oer -d91023d2-11ba-4f66-a13f-4aca2020041d,Simple Wikipedia: Pet,,,wiki|https://simple.wikipedia.org/wiki/Pet,pets,,,,,,oer -5df7a2d7-6627-44bb-9b7a-c60729fc5f5b,Photography: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780192801647.001.0001/actrade-9780192801647?rskey=sBHDD5&result=455,photography,,,,,, -20f307d0-c1bd-4138-a48e-b982a6b0756f,Strobist Lighting 101,,,course|https://strobist.blogspot.com/2006/03/lighting-101.html,photography,,,,,4.0, -317e49b4-40eb-4d5b-9457-09f62e86a126,Photography,,,qna|https://photo.stackexchange.com,photography,,,,,,oer -64161055-4688-42e2-8423-22984765f9e4,Why Mirrorless Cameras Are Taking Over,,,video|https://www.youtube.com/watch?v=p5PvHlk3yig,photography,,,,,,oer -41e50eb9-9282-4ea7-875f-e901d5dc75f7,Main Wikipedia: Photography,,,wiki|https://en.wikipedia.org/wiki/Photography,photography,,,,,,oer -f5cc8ac5-640a-4d01-bee2-b9e5d0938dfe,Simple Wikipedia: Photography,,,wiki|https://simple.wikipedia.org/wiki/Photography,photography,,,,,,oer -a98f5e70-fb4b-4f81-b14b-c88d2e384ec3,Science Friday,,,website|https://www.sciencefriday.com/topics/physics-chemistry/,physics,,,,,, -41c37832-77f9-4923-bc11-7271ee0a58e6,Algodoo,,,website|http://www.algodoo.com/,physics,,,,,, -112951b2-3808-4277-bed2-ea5bb182d769,PhysicsTravelGuide,,,website|https://physicstravelguide.com/start,physics,,,,,, -7294f7f8-a04f-498a-8e82-3d540feb8a98,"Sean Carroll's Mindscape: Science, Society, Philosophy, Culture, Arts, and Ideas",,,audio|https://overcast.fm/itunes1406534739/sean-carrolls-mindscape-science-society-philosophy-culture-arts-and-ideas,physics,,,,,, -743e676a-22ed-4735-9fe9-1396f898e4c1,AMVA4NewPhysics,,,blog|https://amva4newphysics.wordpress.com/,physics,,,,,, -2efe08dc-9471-44cf-9190-1351f6b0da86,Brilliantly Wrong,,,blog|https://arogozhnikov.github.io/,physics,,,,,,oer -2550c535-a498-4113-8804-4dbc7efbdad4,The Feynman Lectures,,,book|http://www.feynmanlectures.caltech.edu/,physics,,,,,, -a9bc50d4-4fa0-4cc0-9892-ccf6163367d5,Quantum Theory: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780192802521.001.0001/actrade-9780192802521?rskey=sBHDD5&result=486,physics,,,,,, -7cdc17de-220f-44e4-88d1-4ad08e0af4a9,Relativity: the special and the general theory (1916),,,book|http://www.goodreads.com/book/show/15852.Relativity,physics,,,,,, -7a6f3896-8a1a-405c-9c57-bf2fbf32019a,University physics with modern physics,,,book|https://my.mindnode.com/1M2ZVqow9pgJ95qwCH7hnwFWdRL8sDcMQqx5b3z9,physics,,,,,, -f827b27b-aa2a-4df2-a4da-5b7a3879a17d,Nonlinear dynamics and chaos (1994),,,book|http://www.goodreads.com/book/show/116164.Nonlinear_Dynamics_and_Chaos,physics,,,,,, -8e6fd865-4f99-41f2-a607-f4c67a702560,Pale blue dot (1994),,,book|http://www.goodreads.com/book/show/61663.Pale_Blue_Dot,physics,,,,,, -d7216ff0-1be2-4356-94be-fb7b24f3bea3,Black holes and time warps (1994),,,book|http://www.goodreads.com/book/show/17362.Black_Holes_Time_Warps,physics,,,,,, -da7d2966-c7bb-49be-bdb7-7ae9f622e080,The fabric of the cosmos (2004),,,book|http://www.goodreads.com/book/show/22435.The_Fabric_of_the_Cosmos,physics,,,,,, -e02cebb9-f95e-4a95-8ea7-8e9d54bb412b,Fields of colour: the theory that escaped Einstein (2010),,,book|http://www.goodreads.com/book/show/13485212-fields-of-color,physics,,,,,, -ea054a46-8f95-443a-86e5-a2298cbcdd85,The theoretical minimum (2013),,,book|http://www.goodreads.com/book/show/13587145-the-theoretical-minimum,physics,,,,,, -f1288543-2d07-44e1-a115-1aa9c27c3021,"The Feynman Lectures on Physics, The Definitive Edition Volume 3 (2nd Edition)",By Richard Feynman,https://learn-awesome.github.io/assets/book_covers/5546.jpg,book|https://www.goodreads.com/book/show/5546.The_Feynman_Lectures_on_Physics,physics,,,,,, -6fdaa83c-ab3f-423f-8060-9095222e79cb,Anki Decks,,,flashcard|https://ankiweb.net/shared/decks/physics,physics,,,,,,oer -6ef206eb-4143-4601-9af9-93422a0c6265,Physics Classroom,,,interactive|https://www.physicsclassroom.com/,physics,,,,,, -c424be8a-6396-4ff3-91e5-16fe5e36f4ee,Bellman equation - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Bellman_equation,bellman-equation,,,,,,oer -30dbf72c-f919-458e-a972-e7ab76542c0e,Inspire,,,journal|https://inspirehep.net,physics,,,,,, -f34d9cca-26c2-4bc7-9f39-04c77bedce99,So You Want To Learn Physics?,,,learning_plan|https://www.susanjfowler.com/blog/2016/8/13/so-you-want-to-learn-physics,physics,,,,,4.0, -b75ceee8-d4f1-4dcd-b296-252c53b5e97a,Physics,,,qna|http://physics.stackexchange.com,physics,,,,,,oer -0dcf1ecf-0ee3-4a8a-ac16-ccab8ffd69c8,Hamiltonian for the zeros of the Riemann Zeta function (2016),,,research_paper|https://arxiv.org/abs/1608.03679,physics,,,,,, -2c76c56a-2575-4cae-b368-7a7fc9aee492,General Relativity and Cosmology: Unsolved Questions and Future Directions (2016),,,research_paper|https://arxiv.org/abs/1609.09781,physics,,,,,, -f62297ee-8db8-44ee-8c18-e996e4e7946f,"There are no particles, there are only fields (2012)",,,research_paper|https://arxiv.org/abs/1204.4616,physics,,,,,, -a02df725-1420-4f35-b963-279956cc6432,Would Bohr be born if Bohm were born before Born? (2007),,,research_paper|https://arxiv.org/abs/physics/0702069,physics,,,,,, -c67d4b0f-90d5-42ad-9ffc-172820a912a3,The holographic solution - why general relativity must be understood in terms of strings (2004),,,research_paper|https://arxiv.org/abs/gr-qc/0405007,physics,,,,,, -d101602f-2bc4-40d4-a77e-e1e92462249c,Measurement of subpicosecond time intervals between two photons by Interference (1987),,,research_paper|https://www.colorado.edu/physics/phys7810_006/phys7810_006_sp13/QuantumOptics_sp13/Lectures_files/HOM_PRL_1987.pdf,physics,,,,,,oer -e6c3bcd1-2a75-4c08-b7eb-d766eb4bccf2,Bertlmann’s socks and the nature of reality (1981),,,research_paper|https://hal.archives-ouvertes.fr/file/index/docid/220688/filename/ajp-jphyscol198142C202.pdf,physics,,,,,, -008ac213-ef65-42ec-bfcd-b412d2359775,More is different (1972),,,research_paper|https://www.physics.ohio-state.edu/~jay/880/moreisdifferent.pdf,physics,,,,,,oer -cb86e85d-7c94-4ec1-bf51-2b1cb60fee50,On the Einstein Podolsky Rosen Paradox (1964),,,research_paper|http://cds.cern.ch/record/111654/files/vol1p195-200_001.pdf,physics,,,,,, -2b7fd689-a57c-4807-aed4-6982d0ffcf2d,Deterministic Nonperiodic Flow (1962),,,research_paper|http://eaps4.mit.edu/research/Lorenz/Deterministic_63.pdf,physics,,,,,,oer -1981fd9d-0a6f-4ddc-8f6f-753a1c4c07f9,There's Plenty of Room at the Bottom (1959),,,research_paper|http://www.zyvex.com/nanotech/feynman.html,physics,,,,,, -11032d64-2e52-4d81-b378-2a582ea9e929,Forms of Relativistic Dynamics (1949),,,research_paper|https://journals.aps.org/rmp/abstract/10.1103/RevModPhys.21.392,physics,,,,,, -615880ce-9b40-47ca-8651-f53f036ece93,What is life? (1944),,,research_paper|http://www.whatislife.ie/downloads/What-is-Life.pdf,physics,,,,,, -71a90790-c5aa-4d4e-ae54-a02f1f596b33,Can Quantum-Mechanical Description of Physical Reality Be Considered Complete? (1935),,,research_paper|https://journals.aps.org/pr/pdf/10.1103/PhysRev.47.777,physics,,,,,, -80e1583c-3954-468a-b444-6c38db75542d,Possible Existence of a Neutron (1932),,,research_paper|http://web.mit.edu/22.54/resources/Chadwick.pdf,physics,,,,,,oer -8075fd26-fdce-4524-b09f-186cb305f28f,On the electrodynamics of moving bodies (1905),,,research_paper|http://hermes.ffn.ub.es/luisnavarro/nuevo_maletin/Einstein_1905_relativity.pdf,physics,,,,,, -2576895e-7eb8-48bd-a92c-1c9d128e072d,Solving Cubics With Creases:The Work of Beloch and Lill,By Thomas C. Hull,,research_paper|http://origametry.net/papers/amer.math.monthly.118.04.307-hull.pdf,origami;algebra,,,,,, -c666be55-b775-4376-8ee8-c5331359b2f4,Up & Atom,,,video|https://www.youtube.com/channel/UCSIvk78tK2TiviLQn4fSHaw,physics,,,,,,oer -49c2eb0b-2a74-4f06-93cd-a3694ff9e5d9,Main Wikipedia: Physics,,,wiki|https://en.wikipedia.org/wiki/Physics,physics,,,,,,oer -54b1a813-3363-44fd-87ce-28b04f2c1f53,Simple Wikipedia: Physics,,,wiki|https://simple.wikipedia.org/wiki/Physics,physics,,,,,,oer -b6ae4415-c1ab-417e-94d2-33f5576309de,Udemy Beginnner Piano lessons,,,course|https://www.udemy.com/beginnerpianolessons/,piano,,,,,, -ef93e610-09f7-47e4-b0d8-1e587a16c5f6,Classical Piano Pieces for beginners,,,course|https://www.udemy.com/pi-101-piano/learn/lecture/5015594#overview,piano,,,,,, -303cea4d-ad91-420a-b21f-9f5df9915213,YouTube tutorial by Andrew Furmanczyk,,,course|https://www.youtube.com/playlist?list=PL253192EED47525A8,piano,,,,,,oer -cda5f498-44fa-43a7-a903-bfed4f52a680,Main Wikipedia: Piano,,,wiki|https://en.wikipedia.org/wiki/Piano,piano,,,,,,oer -ef0d5923-61fb-4186-8a7c-b2510688d5cd,Simple Wikipedia: Piano,,,wiki|https://simple.wikipedia.org/wiki/Piano,piano,,,,,,oer -4be5b339-0953-4f7c-ab0b-e55d950b6616,Letters to a Young Poet (1929),,,book|https://www.goodreads.com/book/show/46199,poetry,,,,,, -e9a5e6b4-0df9-4a82-b78b-9a803dae3fd7,Poetry,,,qna|https://www.quora.com/topic/Poetry,poetry,,,,,,oer -2127d844-7038-41dc-8917-0e9becb281a9,Poker,,,qna|https://poker.stackexchange.com,poker,,,,,,oer -cce27203-3393-4b5e-8e43-69be5ad55b76,Main Wikipedia: Poker,,,wiki|https://en.wikipedia.org/wiki/Poker,poker,,,,,,oer -05513e00-0966-4d83-9064-420fbee046fd,Simple Wikipedia: Poker,,,wiki|https://simple.wikipedia.org/wiki/Poker,poker,,,,,,oer -4ec61850-f5b5-42eb-b7b7-0e615bfc7389,Civics 101,,,audio|http://www.npr.org/podcasts/512508710/civics-101,politics,,,,,, -b05b0ec4-975a-4bcd-8bba-2967d4074ca0,FiveThirtyEight,,,audio|https://fivethirtyeight.com/tag/politics-podcast/,politics,,,,,, -14537493-a5d7-48b5-af53-8f6e5df85bd5,NPR politics podcast,,,audio|http://www.npr.org/podcasts/510310/npr-politics-podcast,politics,,,,,, -87b7ff1c-286d-4ee3-b58e-a165ccc03adc,Pod save the world,,,audio|https://art19.com/shows/pod-save-the-world,politics,,,,,, -2c6bd174-24fd-43b8-9f16-490e3be1b601,The anatomy of the state (1974),,,book|http://www.goodreads.com/book/show/6613404-anatomy-of-the-state,politics,,,,,, -cacf35b8-f127-4c7d-a975-37c50a3048a6,Understanding power: the indispensable chomsky (2002),,,book|http://www.goodreads.com/book/show/194805.Understanding_Power,politics,,,,,, -c4cabc58-9aea-4a06-b7a5-076d61defb2e,The dictator's handbook: why bad behaviour is almost always good politics (2011),,,book|http://www.goodreads.com/book/show/11612989-the-dictator-s-handbook,politics,,,,,, -cedebcc0-313f-4718-a657-355a5743a6a2,"The democracy project: a history, a crisis, a movement (2013)",,,book|http://www.goodreads.com/book/show/13330433-the-democracy-project,politics,,,,,, -dbc09cdd-6c2b-496b-a843-75e7dab41392,Politics,,,qna|http://politics.stackexchange.com,politics,,,,,,oer -8e7f9815-f7ec-4980-80d1-3fbd19c98664,Main Wikipedia: Politics,,,wiki|https://en.wikipedia.org/wiki/Politics,politics,,,,,,oer -5c9b4156-9692-4ecd-bed4-f60f4a67225d,Simple Wikipedia: Politics,,,wiki|https://simple.wikipedia.org/wiki/Politics,politics,,,,,,oer -5eceac7b-a3d0-4e79-bd86-37a1f4a6ca75,Spread Privacy,,,blog|https://spreadprivacy.com/,privacy,,,,,, -d9fc2de2-3348-4111-9f2c-ec1dfd54608c,Citizenfour,,,video|https://letterboxd.com/film/citizenfour/,privacy,,,,,, -4520a0f5-2f31-4631-bf82-1d8e2a3000cc,Loop Habit Tracker,,,website|https://play.google.com/store/apps/details?id=org.isoron.uhabits,productivity,,,,,, -e1dbd82e-d948-4413-9aba-892904cfb2c8,Accomplish: To-Do list reborn,,,website|https://play.google.com/store/apps/details?id=com.accomplish,productivity,,,,,, -6fc6e074-4bfc-44e6-bcd0-a38502b80d6c,YourHour - Phone addiction tracker and controller,,,website|https://play.google.com/store/apps/details?id=com.mindefy.phoneaddiction.mobilepe,productivity,,,,,, -49c76aed-273f-402a-ac03-c444f2ec0cf4,Productivity,,,article|https://blog.samaltman.com/productivity,productivity,,,,,, -30bdfe18-3812-4a6d-a110-7502fd0f7e24,Compare Companies - workat.tech,,,app|https://workat.tech/compare,careers,,,,,, -a6fb3de1-da59-4b36-a915-c902d7ce7aeb,Introduction :: Learn TLA+,,,website|https://learntla.com/introduction/,programming-languages/tla,,,,,, -cb7432d4-62b2-4679-9ff3-1fb3f41fe6cc,.NET rocks,,,audio|https://www.dotnetrocks.com/,programming,,,,,, -d09b383c-8d9e-412b-b08a-71d36d598cbc,All Things Git,,,audio|https://www.allthingsgit.com/,programming,,,,,, -08d75906-842b-4def-8f66-a0159f21c172,Changelog,,,audio|https://changelog.com/,programming,,,,,, -a061bb48-46f4-41a4-b246-f94a7bd7fbde,Complete developer,,,audio|http://completedeveloperpodcast.com/,programming,,,,,, -cf6fcb51-22df-4134-93a9-a36fc9ea5c42,FLOSS Weekly,,,audio|http://twit.tv/show/floss-weekly,programming,,,,,, -bd8960be-8533-46fd-9d32-11b3ef022ab1,Hanselminutes,,,audio|http://hanselminutes.com/,programming,,,,,, -0736bf37-2b6e-4111-9a46-5d5fb0cbdbca,Programming Throwdown,,,audio|https://www.programmingthrowdown.com,programming,,,,,, -52ca8a03-84a6-4a0a-9d20-d10b854896de,Software engineering daily,,,audio|https://softwareengineeringdaily.com/,programming,,,,,, -eaf0ffc9-5e03-46dc-9cf7-2a70912a0d6c,Under the Radar,,,audio|https://www.relay.fm/radar,programming,,,,,, -78d6ab59-6590-4cc1-a5e2-b63d257609ff,0xDE,,,blog|http://11011110.livejournal.com/,programming,,,,,, -248a6b7e-c283-4a69-8c6b-dbd457966e93,Accidentally Quadratic,,,blog|http://accidentallyquadratic.tumblr.com/,programming,,,,,, -50419d96-124a-4c97-a9b0-42b14e393961,Aerotwist,,,blog|https://aerotwist.com/,programming,,,,,, -0288560a-64a0-424f-bea8-b7d950410f98,Aidanf,,,blog|http://www.aidanf.net/,programming,,,,,, -eee3161f-e7f5-49b6-bab7-1eb369caa02a,Akullpp,,,blog|https://akullpp.com,programming,,,,,, -ad96cfc3-f2df-4fc7-b3d4-87a22412fe3b,Alex Fedoseev,,,blog|https://alexfedoseev.com/blog,programming,,,,,, -df3cad62-e643-434d-9edf-264280b25c96,Alexei Boronine,,,blog|http://www.boronine.com/,programming,,,,,, -8a1748ab-f5e9-4ad8-965a-338537f8ca05,Amjad Masad,,,blog|https://amasad.me/,programming,,,,,, -dedf93c1-de2b-46b5-ace1-eccc84b6a1c1,Andrew Ray,,,blog|http://blog.andrewray.me/,programming,,,,,, -f49724a3-c452-4d40-85c1-a91ff25e9c36,Andrey Petrov,,,blog|https://medium.com/@shazow,programming,,,,,,oer -219625f6-b7d3-42bf-93ae-1773743ea091,Anish Athalye,,,blog|http://www.anishathalye.com/,programming,,,,,, -17d26b00-51e8-4efd-b72b-1c339fa98d09,Anon Function,,,blog|http://anonfunction.com/,programming,,,,,, -d20f0cf8-98c9-4871-bad6-97c513edc14e,Antirez,,,blog|http://antirez.com/latest/0,programming,,,,,, -d0ccd19e-c4fb-40bd-8751-37749fc19f2a,Aria,,,blog|https://ariya.io/,programming,,,,,, -f3dae2a1-3af4-4d0d-be44-e34032735303,Armin Ronacher,,,blog|http://lucumr.pocoo.org/,programming,,,,,, -ad38a548-b74d-4b0c-8d92-47aa89c2b79a,Aspro,,,blog|http://blog.asrpo.com/,programming,,,,,, -9ee4b307-0ff6-4f80-9302-b75f48ec37f7,Beg Riffs,,,blog|https://begriffs.com/,programming,,,,,, -e5a8d431-a047-4771-a26a-162cb5e9659f,Ben Frederickson,,,blog|https://www.benfrederickson.com/blog/,programming,,,,,, -b0628843-957a-4566-bf7e-f48a9d2f0e44,Ben Orestein,,,blog|http://www.benorenstein.com/blog/,programming,,,,,, -e1567b55-a4dd-45da-ab33-7c7fe57d7a18,Benjamin Congdon,,,blog|http://benjamincongdon.me/blog/,programming,,,,,, -5f65c1ae-6fe2-4304-b2eb-11d0b058e6ad,Bez Hermoso,,,blog|http://bezhermoso.github.io/,programming,,,,,,oer -3a311d76-b828-4dc4-bb64-3f024f112459,Bgamari,,,blog|http://bgamari.github.io/posts.html,programming,,,,,,oer -ac0e867a-4445-4465-8032-35c2c43322fd,Blind seeker?,,,blog|https://blindseeker.com/blahg/,programming,,,,,, -082a0e1e-2a85-4dde-8931-f05551a39a11,Bo Jeanes,,,blog|http://bjeanes.com/,programming,,,,,, -4d40a3af-5262-4555-b9db-0ebd1e21a3c3,Brandon Bloom,,,blog|https://www.brandonbloom.name/,programming,,,,,, -6f7e3109-0806-40fb-b8e6-63e99b63fdb1,Brandur,,,blog|https://brandur.org/articles,programming,,,,,, -8dba5d2c-85ad-45fc-92e8-90ebe2721bc0,Bret Victor,,,blog|http://worrydream.com/,programming,,,,,, -f9bc7605-dcea-4695-bb01-36eadc1d5726,Brett Terpstra,,,blog|http://brettterpstra.com/,programming,,,,,, -cb095f66-4ad2-45cd-a802-3b8db20f0a20,Brian Lee,,,blog|http://moderndescartes.com/,programming,,,,,, -207dff83-ab66-48bd-a5f1-e2fa28d8e5de,Brian Steffens,,,blog|https://briansteffens.github.io/,programming,,,,,,oer -ebac4825-189d-4241-89c5-45ee5f51e893,Candler Blog,,,blog|http://candlerblog.com/blog/archives/,programming,,,,,, -781acf63-6e01-492f-84bd-ffa61f800893,Cdixon,,,blog|http://cdixon.org/,programming,,,,,, -85b5a862-2c2c-46f7-8b06-4703a6577808,Chares Leifer,,,blog|http://charlesleifer.com/blog/,programming,,,,,, -6cc23321-76d0-4c18-8117-0d45ccbb76ae,Chris Aniszczyk,,,blog|http://aniszczyk.org/,programming,,,,,, -c9c42f93-4420-4ca4-91d7-737de877abdc,Coding Horror,,,blog|https://blog.codinghorror.com/,programming,,,,,, -95dbb412-27f0-4584-8c69-7247e1dd8152,Command-z,,,blog|http://zaidsyed.com/,programming,,,,,, -338bc981-940e-46d5-931f-217b7fc94c78,Daily WTF,,,blog|http://thedailywtf.com/,programming,,,,,, -e22496a1-1ba7-4e06-bab5-3959b01ed0a3,Dan Luu,,,blog|https://danluu.com/,programming,,,,,, -a59b2a99-a8e5-441d-b610-41cecde45157,Dave Beazley,,,blog|http://www.dabeaz.com/blog.html,programming,,,,,, -7bff44f9-b44d-4d97-a39e-a633526313a1,David R. Maclver,,,blog|http://www.drmaciver.com/blog/,programming,,,,,, -e28f6af4-ce2d-4cbd-ae80-bbc72c38766f,Diaries of a Madman,,,blog|https://asylum.madhouse-project.org/blog/archives/,programming,,,,,, -f9722780-73fc-4797-987d-228a0cd00eca,Dont Panic,,,blog|http://chrismatheson.github.io/,programming,,,,,,oer -d1e316f1-0d25-4796-a64f-26e6dcc382ed,Dosync,,,blog|http://swannodette.github.io/,programming,,,,,,oer -3d1a98c1-24d2-4a95-a4c7-b3c5ec83346b,Dr. Bunsen,,,blog|http://www.drbunsen.org/archives/,programming,,,,,, -35a49830-a2ac-4731-895a-27b6571695e9,Drew Devault,,,blog|https://drewdevault.com/,programming,,,,,, -6506255b-966e-45fb-89ef-c6c3830e6d54,Dustin Curtis,,,blog|https://dcurt.is/,programming,,,,,, -0c40f7bc-f34a-481f-b9ca-3f32cbd0614b,Edne,,,blog|http://edne.net/,programming,,,,,, -cea5cb21-7b45-4ca2-934d-2403be04bd8d,Eli Bendersky,,,blog|http://eli.thegreenplace.net/archives/all,programming,,,,,, -0d226098-2b2d-45e5-9d93-9331085824b8,Eric Chiang,,,blog|https://ericchiang.github.io/,programming,,,,,,oer -51aa247f-0b24-41cc-bf67-00e59d6fd0f1,Eric Gourlaouen,,,blog|http://blog.ericgourlaouen.com/,programming,,,,,, -af834513-1383-44aa-89e3-7024184a838a,Eric Jang,,,blog|http://evjang.com/articles.html,programming,,,,,, -bed25ff9-392b-40a0-857b-611b6e53cfcc,Erik Bernhardsson,,,blog|https://erikbern.com/,programming,,,,,, -be931be7-e35a-4a1e-8b3c-5e890cbf1347,Frank Mcsherry,,,blog|https://github.com/frankmcsherry/blog,programming,,,,,,oer -38636ebb-4687-44b1-9179-e0da74e0025d,Fuzzy Notepad,,,blog|https://eev.ee/blog/,programming,,,,,, -6ee71193-75ed-4307-9209-e7632c1bff59,Gary Sieling,,,blog|https://www.garysieling.com/blog/,programming,,,,,, -45d7474b-3b0c-4a71-b263-7ff1ed8b8021,Gggritso,,,blog|http://gggritso.com/,programming,,,,,, -f8fccf20-4c7a-413e-aba8-5a56638a4687,GHOTL,,,blog|https://sphalerite.org/ghotl/,programming,,,,,, -8d500191-ac19-492f-af4a-8e9dae341647,Hackernoon,,,blog|https://hackernoon.com/,programming,,,,,, -6088e7ae-90bc-404e-a4a0-d1f6f16e6561,Hackthology,,,blog|http://hackthology.com/index.html,programming,,,,,, -a355721f-c117-427e-9010-6c9be3d40d4f,HookRace,,,blog|https://hookrace.net/,programming,,,,,, -e6f1790d-ec82-4310-80d6-1c6a7c7d3116,Hoverbear's Musings,,,blog|https://hoverbear.org/,programming,,,,,, -dfd7035e-3e57-4b5f-87f9-c79db6b19b9e,Idle Words,,,blog|http://idlewords.com/,programming,,,,,, -65c1857c-5396-4a8b-a3a7-88025919a267,Irace,,,blog|http://irace.me/writing/,programming,,,,,, -1885a39b-f181-4879-918b-df724695cf63,Jacques Mattheij,,,blog|https://jacquesmattheij.com/,programming,,,,,, -c2f476ff-37c7-456a-92ac-14a4509f55d8,James Long,,,blog|https://jlongster.com,programming,,,,,, -13c91885-f0ea-4ca4-b3ba-e957b9eb057e,Jan Hunermann,,,blog|http://lab.janhuenermann.de/,programming,,,,,, -a2a6a674-59b6-40dd-afa5-09d8949bc62e,Jeaye,,,blog|https://blog.jeaye.com,programming,,,,,, -63db2ba8-612d-440e-87c7-e41ff72decea,Jeremy Walker,,,blog|http://www.ihid.co.uk/blog,programming,,,,,, -cc55f6c4-9078-4950-937e-ec4371631bc3,Jess Fraz,,,blog|https://blog.jessfraz.com,programming,,,,,, -2d01adc2-9225-43a7-9533-84cac7668279,Jesse Hallett,,,blog|http://sitr.us/,programming,,,,,, -46000c66-3be5-4eb0-a840-2492f86c8e8b,Jezen Thomas,,,blog|https://jezenthomas.com/posts/,programming,,,,,, -916736ae-fe51-460c-8282-edaed9e66b0b,Jimmy Cuadra,,,blog|https://www.jimmycuadra.com/,programming,,,,,, -827fffa3-8aa5-4573-bceb-beba759f3f44,Joe Duffy,,,blog|http://joeduffyblog.com/,programming,,,,,, -f882f3a7-c82a-4ab9-b28a-54e21d8c6bd0,Joel on Software,,,blog|https://www.joelonsoftware.com/,programming,,,,,, -b0f9709c-ad1d-49cb-bd89-edbf20d23571,John D. Cook,,,blog|https://www.johndcook.com/blog/,programming,,,,,, -5219b638-e12a-4e00-8593-5e89e27e2e8b,Jon Gjengset,,,blog|https://thesquareplanet.com/blog/,programming,,,,,, -247b6a3c-1989-4c8f-ad30-b54f5de9655e,Juan Benet,,,blog|http://juan.benet.ai/,programming,,,,,, -a679e572-4adf-4c1e-86b5-672eceec06e7,Julia Evans,,,blog|http://jvns.ca/,programming,,,,,, -8dac654c-8ec1-4061-8eb7-4f9f3fdf30b4,Justin Kan,,,blog|https://justinkan.com/,programming,,,,,, -0b11596a-b3e7-4f20-a710-7d74c9d76450,Jérôme Petazzoni,,,blog|http://jpetazzo.github.io/,programming,,,,,,oer -416388f2-5a3b-4f95-99ec-1e1f16b9945f,Kamran Ahmed,,,blog|http://kamranahmed.info/,programming,,,,,, -71fb26b9-8fd8-458a-95d3-633646de0f52,Karol Kuczmarski,,,blog|http://xion.io/archives.html,programming,,,,,, -59b0e7e9-eab8-407e-a686-30cd702de4bf,Keith Rarick,,,blog|https://xph.us/,programming,,,,,, -9d56f0b7-96fd-4602-95f2-27f0aa7f3f65,Kenneth Reitz,,,blog|https://www.kennethreitz.org/essays,programming,,,,,, -fe8cfb3d-8e25-4849-9f65-110b71b92af7,Leandro Moreira,,,blog|https://leandromoreira.com.br/,programming,,,,,, -a781f78e-0018-4b2a-9b42-e1d654bf700e,Lord.io,,,blog|https://lord.io/blog/,programming,,,,,, -a9764d13-10af-488e-96d3-3b2034c4a57b,Loreto Parisi,,,blog|http://loretoparisi.com/,programming,,,,,, -d82c7898-fe8b-462f-b2ff-21fb178cd292,Lost in Technopolis,,,blog|http://www.newartisans.com/,programming,,,,,, -3c0ca703-0f93-4a86-bcde-19abc8beb2f6,Made Mistakes,,,blog|https://mademistakes.com/articles/,programming,,,,,, -03cdf7ff-1f27-418f-b8b9-8aa86464ce26,Marc Qualie,,,blog|https://marcqualie.com/,programming,,,,,, -83f8135d-d999-4682-b908-2f684036f159,Marcus Westin,,,blog|http://marcuswest.in/,programming,,,,,, -fd704cee-eb32-4d2c-b5b0-b13b27cdfc00,Marius Schulz,,,blog|https://blog.mariusschulz.com/,programming,,,,,, -19469be8-218a-46be-bc12-28427cd97866,Mark J. Nelson,,,blog|http://www.kmjn.org/notes/,programming,,,,,, -cc26ef6f-f3c8-4003-b44d-d56d742cd122,Mark Scholten,,,blog|https://www.mpscholten.de/,programming,,,,,, -07a43a6b-7384-41e7-9d2b-b0f2caa50612,Matthias Endler,,,blog|https://matthias-endler.de/,programming,,,,,, -1df8a039-9d89-40fd-a025-2aa32168964b,Michael Parker,,,blog|http://omgitsmgp.com/,programming,,,,,, -7ea8d248-91a1-4738-ad68-a1dc6e0949bb,Mike Bostock,,,blog|https://bost.ocks.org/mike/,programming,,,,,, -a6b95113-a576-452d-99e8-b8c6cece520b,Mike Buss,,,blog|http://mikebuss.com/,programming,,,,,, -11249f4f-e9d5-47e5-a234-505764df75e1,Mitchell Hashimoto,,,blog|http://mitchellh.com/,programming,,,,,, -c3e2eb43-cd98-40ec-9d3d-2e4661fe1fd5,Monochromatic,,,blog|http://blog.z3bra.org/,programming,,,,,, -016e1f6d-354d-41ef-9f72-5f2cf31829a1,Motemen,,,blog|https://medium.com/@motemen,programming,,,,,,oer -54461372-c4bc-42a9-9833-7f141a2d0463,Msol,,,blog|https://msol.io/blog/,programming,,,,,, -ed3e451d-912a-4fca-90fb-7dc9c5fa7c00,Nick Craver,,,blog|https://nickcraver.com/blog/,programming,,,,,, -dc205cdd-dde8-4e2b-aced-7c120703c196,Nick Farina,,,blog|http://nfarina.com/,programming,,,,,, -1d7d647d-782b-45d6-bdd8-3326328ecea5,Origami Mathematics Page,,,website|http://origametry.net/origamimath.html,origami;mathematics,,,,,, -170ddbed-126a-4438-9764-524abd7d0756,Oleg Kiselyov,,,blog|http://okmij.org/ftp/,programming,,,,,, -2c12c267-a9ae-4dc9-b227-3f627338003e,Pointers Gone Wild,,,blog|https://pointersgonewild.com/,programming,,,,,, -fb3aae75-31c1-4918-84b0-8129e8632c18,Preshing on Programming,,,blog|http://preshing.com/,programming,,,,,, -cd7a75f9-618d-4a62-a725-66275b2535c2,Programming in the Twenty First Century,,,blog|http://prog21.dadgum.com/,programming,,,,,, -8ccf13bc-58d1-4626-903d-6f3b1dfb36b8,Randall Degges,,,blog|https://www.rdegges.com/,programming,,,,,, -4ca2ddc0-edc6-430b-ba45-0e8013890cdb,Robot Lolita,,,blog|http://robotlolita.me/,programming,,,,,, -b1e8f413-2947-404d-ba11-31c8f4fd2d35,Rok Garbas,,,blog|https://garbas.si,programming,,,,,, -a3fa97bd-d63a-4e93-b3be-969c39882485,Romain,,,blog|http://romain.goyet.com/,programming,,,,,, -6478ea71-7f90-4368-a9dc-d9d760936730,Ryan Lefevre,,,blog|http://meltingice.net/,programming,,,,,, -587b1c90-c6cd-4564-b415-bae19db18905,Ryg Blog,,,blog|https://fgiesen.wordpress.com/,programming,,,,,, -089c3d66-3621-4fc8-a350-64cfd03e69bf,Samuel E. giddins,,,blog|http://blog.segiddins.me/,programming,,,,,, -551d2a08-df5e-40e8-85be-f9bf2117ea0e,Sara Vieira,,,blog|https://medium.com/@nikkitaftw,programming,,,,,,oer -167f7f9f-92e8-421f-9435-d4a359269dbf,Saudi Metz,,,blog|https://www.sandimetz.com/blog/,programming,,,,,, -948543ec-400e-4c49-ba5a-65fcc16cf4cf,Schmidt's Foolish Manifesto,,,blog|https://blog.afoolishmanifesto.com/,programming,,,,,, -69509103-91dc-4033-855a-f9a51785096d,Scott Nonnenberg,,,blog|https://blog.scottnonnenberg.com/,programming,,,,,, -e901531a-b1b2-4111-bccf-e7eee9e9511b,Send More Paramedics,,,blog|http://blog.fogus.me/,programming,,,,,, -1b4bafb5-35e6-48a1-ab3f-404376d0eb4c,Seph,,,blog|https://josephg.com/blog/,programming,,,,,, -d090158c-9bd1-4e53-a6ba-6aadd8aff522,Steve Losh,,,blog|http://stevelosh.com/blog/,programming,,,,,, -51e0e7c2-6658-4bcf-b7b3-ef0e430fb246,Steve Yegge,,,blog|https://steve-yegge.blogspot.nl/,programming,,,,,, -0464491f-3911-4000-99b0-040b814ca3e3,Stevey’s Rants,,,blog|http://steve-yegge.blogspot.nl/,programming,,,,,, -1df0b0e7-6e5c-4961-893d-40e603f4b2e7,The Theory of Dynamic Programming,By Richard Bellman,,research_paper|https://www.rand.org/content/dam/rand/pubs/papers/2008/P550.pdf,dynamic-programming,,,,,, -cf662236-c18b-4f14-b9b5-efb246531beb,Stuff with Stuff,,,blog|http://journal.stuffwithstuff.com/2015/09/08/the-hardest-program-ive-ever-written/,programming,,,,,, -8419b1d9-559d-4418-ade0-e90066c3ba4b,Sudoscript,,,blog|http://sudoscript.com/,programming,,,,,, -c3cb9fcf-238e-40c2-bbc8-dc61a46e5cda,Sugar Pirate,,,blog|https://medium.com/@sugarpirate,programming,,,,,,oer -6f8f6d28-9c70-4034-b357-19114f765200,Susan J. Fowler,,,blog|https://www.susanjfowler.com/blog/?category=Lessons+Learned,programming,,,,,, -54b7b8dc-aaf9-4aab-aa25-92c5c1d31e56,Tapasweni Pathak,,,blog|https://tapaswenipathak.wordpress.com/,programming,,,,,, -481faa96-802d-4e51-878c-016a54a6e253,Tedunagst,,,blog|http://www.tedunangst.com/flak/,programming,,,,,, -c0ad109e-bc6b-4e4f-b5a2-fdc3dd8e603a,The Old New Thing,,,blog|https://blogs.msdn.microsoft.com/oldnewthing/,programming,,,,,, -cd0b89eb-7abd-48f8-88b5-9b20361c2034,Thoughts from the Red Planet,,,blog|http://nathanmarz.com/archives,programming,,,,,, -121ca1b4-e18c-494a-b014-84931964b481,Tonsky,,,blog|http://tonsky.livejournal.com/,programming,,,,,, -adc45d5c-266e-4ed2-a2b9-3499591493cd,Umputun,,,blog|http://p.umputun.com/,programming,,,,,, -e427265a-3cf2-4bf2-bd00-58294a7ab6c7,Xero,,,blog|http://blog.xero.nu/,programming,,,,,, -e3fa03d0-0d65-4301-97e7-52f160bb312a,Zachary Voase,,,blog|http://zacharyvoase.com/,programming,,,,,, -8c8f5ba3-ab29-4fea-bc9b-16aafad5ec9a,Александр Субботин,,,blog|https://blog.asubbotin.ru/,programming,,,,,, -ddc24e9f-1abd-484f-81b8-78478963ab70,The Big Mud Puddle,,,blog|http://evincarofautumn.blogspot.nl/,programming,,,,,, -6cfb7486-0eb9-460a-8ed1-e383f92c222a,Build Your Own Text Editor,,,book|https://viewsourcecode.org/snaptoken/kilo/,programming,,,,,, -1434d036-be38-40f9-8ec2-a3532de4da1a,The art of computer programming (1968-),,,book|http://www.goodreads.com/book/show/112239.The_Art_of_Computer_Programming_Volumes_1_3_Boxed_Set,programming,,,,,, -a2cff6c5-fca8-4e75-8c4e-4f47e6f8d002,The psychology of computer programming (1971),,,book|http://www.goodreads.com/book/show/1660754.The_Psychology_of_Computer_Programming,programming,,,,,, -48bdec97-6a62-44d2-9a85-465eeedade0a,The elements of programming style (1974),,,book|http://www.goodreads.com/book/show/454039.The_Elements_of_Programming_Style,programming,,,,,, -4478afae-a579-4811-9f2e-188ddf7695d5,Software reliability: principles and practices (1976),,,book|http://www.goodreads.com/book/show/2383920.Software_Reliability,programming,,,,,, -33408450-ece5-4fbf-ac60-898d6ec6ef17,Structure and interpretation of computer programs (1979),,,book|http://sarabander.github.io/sicp/html/index.xhtml,programming,,,,,,oer -a6be8172-b6fc-4477-91ed-9035eee5df3f,"Mindstorms: children, computers, and powerful ideas (1980)",,,book|http://mindstorms.media.mit.edu/,programming,,,,,, -e1550a6f-e632-4446-9a9a-ab4f4156a94c,Communicating sequential processes (1985),,,book|http://www.usingcsp.com/cspbook.pdf,programming,,,,,, -1bb0dfd0-ce63-4c01-90cd-ccb75a56aeb8,The art of the metaobject protocol (1991),,,book|http://www.goodreads.com/book/show/274495.The_Art_of_the_Metaobject_Protocol,programming,,,,,, -585c1fba-a0e8-404c-a6ef-37b2c360d1c5,Code: hidden language of computer hardware and software (1999),,,book|https://bobcarp.files.wordpress.com/2014/07/code-charles-petzold.pdf,programming,,,,,, -29354804-a195-490c-b76d-14461528429a,The pragmatic programmer (1999),,,book|http://www.goodreads.com/book/show/4099.The_Pragmatic_Programmer,programming,,,,,, -86220ca6-0297-4501-9854-cf36fbff5491,The practice of programming (1999),,,book|http://www.goodreads.com/book/show/1032758.The_Practice_of_Programming,programming,,,,,, -f3fbdf0b-6cd4-4e3e-b7e1-6808c6ad8f3b,Refactoring (1999),,,book|http://www.goodreads.com/book/show/44936.Refactoring,programming,,,,,, -bcce25be-0a7a-45b9-906b-f17a1cbb8df8,How to design programs (2001),,,book|http://www.goodreads.com/book/show/1119079.How_to_Design_Programs,programming,,,,,, -612f9806-3ff6-441e-8fa6-b8f27a0fd2c9,Computer Systems: A Programmer's Perspective (2002),,,book|https://www.goodreads.com/book/show/829182.Computer_Systems,programming,,,,,, -ff6a9c69-e1a5-4c9d-bca0-5cc018d10437,Inside the machine (2006),,,book|https://www.goodreads.com/book/show/610830.Inside_the_Machine,programming,,,,,, -79daa006-cd54-4f79-806f-73e440a6988b,Clean Code (2008),,,book|http://www.goodreads.com/book/show/3735293-clean-code,programming;code;computer-architecture;computer-science,,,,,, -88736a2a-8e28-4a71-82a6-0b5fd18d5064,Design concepts in programming (2008),,,book|http://www.goodreads.com/book/show/4412222-design-concepts-in-programming-languages,programming,,,,,, -46bcc941-2a25-4fb1-9f8a-ec48bc1d9fd7,Apprenticeship patterns (2010),,,book|http://www.goodreads.com/book/show/5608045-apprenticeship-patterns,programming,,,,,, -94b18652-aec3-4aab-b92a-99dbbad387fc,The art of readable code: simple and practical techniques for writing better code (2011),,,book|http://www.goodreads.com/book/show/8677004-the-art-of-readable-code,programming,,,,,, -1e9ccb69-b2c0-4371-948f-3ad3bf80a660,Programming in the large with design patterns (2012),,,book|http://www.goodreads.com/book/show/16418148-programming-in-the-large-with-design-patterns,programming,,,,,, -8414105c-9522-44d5-b887-5a957baa30cf,Dynamic Programming and Optimal Control (2012),,,book|http://www.athenasc.com/dpbook.html,programming,,,,,, -dfb286e5-ddcf-410f-981f-b56232435da3,How These Things Work (2016),,,book|http://reasonablypolymorphic.com/book/preface,programming,,,,,, -427e5c94-3eaf-40d3-b60f-88bd77c89711,Introduction to the Theory of Complex Systems (2018),,,book|https://www.goodreads.com/book/show/40404857-introduction-to-the-theory-of-complex-systems,programming,,,,,, -dfb8c386-1eca-4ad5-883d-637894af07f7,Composing programs,,,book|http://www.composingprograms.com/,programming,,,,,, -dc90b673-337f-4fde-8e4a-89c3c7132b2f,Design Patterns: Elements of Reusable Object-Oriented Software,By Erich Gamma,https://learn-awesome.github.io/assets/book_covers/85009.jpg,book|https://www.goodreads.com/book/show/85009.Design_Patterns,programming,,,,,, -b2aee334-a160-4af4-b246-be76021bf57e,Programming languages: application and interpretation (2012),,,book|http://cs.brown.edu/courses/cs173/2012/book/book.pdf,programming,,,,,, -e163ff8c-b432-4422-ba5c-81a10c11cede,Crafting interpreters (2012),,,book|http://www.craftinginterpreters.com/introduction.html,programming,,,,,, -8943066e-e75e-4240-841f-c09d293ab282,Beautiful racket,,,book|http://beautifulracket.com/,programming,,,,,, -cdbd4395-11c1-4fb0-8cb5-8feb39c2320a,"CS 242: Programming Languages, Fall 2018",,,course|http://cs242.stanford.edu/f18/,programming,,,,,,oer -18e52fd8-2ff0-4478-9adf-1f3a35c6188a,Pauls Online Math Notes,,,website|https://tutorial.math.lamar.edu/,calculus,,,,,,oer -c641c467-10f4-47cf-a916-f000a912e137,Applied Dynamic Programming,Richard Bellman and Stuart Dreyfus at Rand Corporation,,book|https://www.rand.org/content/dam/rand/pubs/reports/2006/R352.pdf,dynamic-programming,,1962,,,, -9aba8831-9165-4bbb-b830-8d73fe0c89ef,MIT software construction (2016),,,course|http://web.mit.edu/6.005/www/fa16/,programming,,,,,,oer -52428fcd-12b5-481f-9909-46b4fbe06778,MIT structure and interpretation of computer programs (2005)," -##Course Features - -- Video lectures -- Captions/transcript -- Online textbooks -- Selected lecture notes -- Projects (no examples) -- Exams (no solutions) - -##Course Highlights - -This course features projects and supporting documentation. This course has virtually all of its course materials online. 6.001 is the first course in the core of departmental subjects which is required for all undergraduates in Electrical Engineering and Computer Science. It offers an online version of the textbook for the course, Structure and Interpretation of Computer Programs, 2nd ed., by Abelson, Sussman, and Sussman. -Course Description - -This course introduces students to the principles of computation. Upon completion of 6.001, students should be able to explain and apply the basic methods from programming languages to analyze computational systems, and to generate computational solutions to abstract problems. Substantial weekly programming assignments are an integral part of the course. This course is worth 4 Engineering Design Points. - -Instructor(s): Prof. Eric Grimson, Prof. Peter Szolovits, Prof. Trevor Darrell -MIT Course Number: 6.001 As Taught In Spring 2005 -Level: Undergraduate",,course|https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/index.htm,programming,,,,,,oer -f6f0b449-db72-48b7-86df-c8992511a5ec,Stanford C Programming,,,course|https://www.youtube.com/playlist?list=PLjn3WmBeabPOUzxcCkzk4jYMGRZMZ6ylF&app=desktop,programming,,,,,,oer -12673f0d-5c03-49ee-9a5c-3cac289d49aa,Structure and interpretation of computer programs (in Python) (2017),,,course|https://cs61a.org/,programming,,,,,, -b266c776-ddc6-40d0-a5b6-ffbbe668061c,Unix tools and scripting (2014),,,course|http://www.cs.cornell.edu/courses/cs2043/2014sp/,programming,,,,,,oer -d3ef7b3b-d40d-46a0-8f8c-3a28966965ef,Composing Programs,,,course|https://composingprograms.com/,programming,,,,,, -241d86ee-74ac-4c2e-9f09-f99857a09b2e,Hacker News,,,chat|https://news.ycombinator.com/,programming,,,,,, -b5f73f5f-fbc5-45a6-af7a-a8476e9397ba,Advent of Code,,,chat|https://www.reddit.com/r/adventofcode/,programming,,,,,,oer -4259ae44-d846-4cb1-98ba-683261b44b6a,Graphics Programming,,,chat|https://www.reddit.com/r/GraphicsProgramming/,programming,,,,,,oer -cd94c7b3-58b8-41e8-b8c5-fd31cb33e6c7,Computer programming,,,qna|https://www.quora.com/topic/Computer-Programming,programming,,,,,,oer -98ade83e-5c26-40f7-9f1b-32a5640ffe50,Sublime text,,,qna|https://www.quora.com/topic/Sublime-Text,programming,,,,,,oer -13b74ace-d794-4b70-a045-9e906dbfe804,Text editors,,,qna|https://www.quora.com/topic/Text-Editors,programming,,,,,,oer -5dcf0552-5dc4-4067-bad9-93de5e16ee43,Programming puzzles & code golf,,,qna|https://codegolf.stackexchange.com,programming,,,,,,oer -88b799c2-f53c-4909-9ddf-788e6959172c,Code review,,,qna|http://codereview.stackexchange.com,programming,,,,,,oer -bb3d06c6-2353-429d-b303-8059235f8c22,Scripting: higher level programming for the 21st century,,,research_paper|http://web.stanford.edu/~ouster/cgi-bin/papers/scripting.pdf,programming,,,,,,oer -0ef23868-685a-4461-9f03-8e45d78b9b61,Notes on postmodern programming,,,research_paper|http://www.mcs.vuw.ac.nz/comp/Publications/CS-TR-02-9.abs.html,programming,,,,,, -78233108-9db7-4c85-b15b-584d9b3a0091,Recursive make considered harmful,,,research_paper|https://web.archive.org/web/20070205051133/http://members.canb.auug.org.au/~millerp/rmch/recu-make-cons-harm.html,programming,,,,,, -f7a1b87f-a492-41bb-ba8a-0e13187eed8e,Kademlia: a peer-to-peer information system based on the xor metric,,,research_paper|http://www.scs.stanford.edu/~dm/home/papers/kpos.pdf,programming,,,,,,oer -3b43217a-fff1-4224-85b4-46220ee44340,"Equal rights for functional objects or, the more things change, the more they are the same",,,research_paper|http://home.pipeline.com/~hbaker1/ObjectIdentity.html,programming,,,,,, -c7043c46-c865-41d0-8a13-e62fdfcd18d3,What every programmer should know about memory,,,research_paper|https://www.akkadia.org/drepper/cpumemory.pdf,programming,,,,,, -00e6858d-d541-4253-9734-b9e5e57ff7f3,The c standard formalised in coq,,,research_paper|http://robbertkrebbers.nl/research/thesis.pdf,programming,,,,,, -60bde72b-1731-4ede-bc28-8021954042af,An analysis and survey of the development of Mutation testing,,,research_paper|https://pdfs.semanticscholar.org/3277/8a2eb4c74cd437e922ac1eb6a1477dfcb925.pdf,programming,,,,,, -4eba8c0a-7476-490a-8646-c69d8d092adb,The Purely Functional Software Deployment Model,,,research_paper|https://nixos.org/%7Eeelco/pubs/phd-thesis.pdf,programming,,,,,, -ae14c3e2-1aed-4600-9328-6d2e6da08c7a,Main Wikipedia: Computer programming,,,wiki|https://en.wikipedia.org/wiki/Computer_programming,programming,,,,,,oer -1d4619a2-ba12-4a22-a4dd-aebcb903050e,Simple Wikipedia: Computer programming,,,wiki|https://simple.wikipedia.org/wiki/Computer_programming,programming,,,,,,oer -9f89e836-7e62-4e2a-b1a6-b0c3736519a8,Project management,,,qna|https://pm.stackexchange.com,project-management,,,,,,oer -7968ac76-aa5d-4b4d-8a17-dafc0c1d2817,Main Wikipedia: Project management,,,wiki|https://en.wikipedia.org/wiki/Project_management,project-management,,,,,,oer -cc428814-ae63-4605-a60a-0da3e8ed61d4,Simple Wikipedia: Project management,,,wiki|https://simple.wikipedia.org/wiki/Project_management,project-management,,,,,,oer -3c548a4a-5589-4f37-8360-b7b0fd1925d8,LSD: My Problem Child (1979),,,book|https://www.erowid.org/library/books_online/lsd_my_problem_child,psychedelics,,,,,, -62b644ff-8cb6-4e05-8b2d-1399fc543d7c,Tryptamine Palace: 5-MeO-DMT and the Sonoran Desert Toad (2009),,,book|https://www.goodreads.com/book/show/5519081-tryptamine-palace,psychedelics,,,,,, -0b928438-2b07-45cf-9325-87518b4b1639,Tryptamines I Have Known And Loved: The Chemistry Continues,,,book|https://erowid.org/library/books_online/tihkal/tihkal.shtml,psychedelics,,,,,, -f9747967-3441-4fc0-8c32-0623cc46fa76,"The invisible landscape: mind, hallucinogens, and the i ching (1994)",,,book|http://www.goodreads.com/book/show/191375.The_Invisible_Landscape,psychedelics,,,,,, -cfb59acd-c0c7-47b9-80fe-a745aeef0eb0,The Cosmic Serpent: DNA and the origins of knowledge (1998),,,book|https://www.indybay.org/uploads/2011/04/17/cosmicserp.pdf,psychedelics,,,,,, -22339bcc-82db-4811-9aee-814590c99859,Breaking open the head (2002),,,book|http://www.goodreads.com/book/show/1815.Breaking_Open_the_Head,psychedelics,,,,,, -da5a7adf-ed47-462a-8397-46845296de49,Supernatural: meetings with the ancient teachers of mankind (2005),,,book|http://www.goodreads.com/book/show/53324.Supernatural,psychedelics,,,,,, -001db7d3-299a-4935-94b7-29adaccd20d2,Crystal structure of an lsd-bound human serotonin receptor,,,research_paper|http://www.cell.com/cell/fulltext/S0092-8674%2816%2931749-4,psychedelics,,,,,, -8a88ae94-bc72-45fc-9a0b-05c6c3294ebe,Towards a biophysical understanding of hallucinogen action (2007),,,research_paper|http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.688.8514&rep=rep1&type=pdf,psychedelics,,,,,,oer -77acce13-cffd-4907-81f7-f34895e21c12,"Thinking, Fast and Slow (2011) - Summary by FourMinuteBooks","Major New York Times bestsellerWinner of the National Academy of Sciences Best Book Award in 2012Selected by the New York Times Book Review as one of the best books of 2011A Globe and Mail Best Books of the Year 2011 TitleOne of The Economist's 2011 Books of the Year One of The Wall Street Journal's Best Nonfiction Books of the Year 20112013 Presidential Medal of Freedom RecipientIn the international bestseller, Thinking, Fast and Slow, Daniel Kahneman, the renowned psychologist and winner of the Nobel Prize in Economics, takes us on a groundbreaking tour of the mind and explains the two systems that drive the way we think. System 1 is fast, intuitive, and emotional; System 2 is slower, more deliberative, and more logical. The impact of overconfidence on corporate strategies, the difficulties of predicting what will make us happy in the future, the profound effect of cognitive biases on everything from playing the stock market to planning our next vacation—each of these can be understood only by knowing how the two systems shape our judgments and decisions. Engaging the reader in a lively conversation about how we think, Kahneman reveals where we can and cannot trust our intuitions and how we can tap into the benefits of slow thinking. He offers practical and enlightening insights into how choices are made in both our business and our personal lives—and how we can use different techniques to guard against the mental glitches that often get us into trouble. Winner of the National Academy of Sciences Best Book Award and the Los Angeles Times Book Prize and selected by The New York Times Book Review as one of the ten best books of 2011, Thinking, Fast and Slow is destined to be a classic.",https://learn-awesome.github.io/assets/book_covers/11468377.jpg,summary|https://fourminutebooks.com/thinking-fast-and-slow-summary/;book|https://openlibrary.org/books/OL26208390M/Thinking_fast_and_slow,psychology,Daniel Kahneman,,,,, -80e20535-4b5a-46ca-8297-85990d561d05,On intelligence (2004),,,book|http://www.goodreads.com/book/show/27539.On_Intelligence,psychology,,,,,, -db6c1d21-1ccf-475e-ae7d-4996b164d92a,Influence: the psychology of persuasion (1984),,,book|http://www.goodreads.com/book/show/28815.Influence,psychology,,,,,, -d58b68fa-9cfa-48c0-98ae-63a188d377a9,Python for Finance,,,book|https://www.oreilly.com/library/view/python-for-finance/9781492024323/,quantitative-finance,,,,,, -a0857d49-7ed3-47c2-9775-517d8d22ac9e,Introduction to Quantitative Finance using Python,,,book|https://cambridgespark.com/introduction-to-quantitative-finance/,quantitative-finance,,,,,, -04e1204f-32d0-425e-8138-74e33c199143,Applied Finance Courses,,,course|https://www.datacamp.com/courses/topic:applied_finance,quantitative-finance,,,,,, -c2a7247a-7954-487c-b410-387569e40a2b,Quantitative finance,,,qna|https://quant.stackexchange.com,quantitative-finance,,,,,,oer -4f2a413e-08f4-40c6-afd9-fbbfa7f3304d,English College Melbourne | Melbourne City College Australia,,,course|http://www.melbournecitycollege.edu.au/,languages/english,,,,,,oer -07308cb4-14c8-43cd-af99-77abb1b8723d,Entertainment Science,"By Thorsten Hennig-Thurau, Mark B. Houston",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-89292-4,entertainment,,,,,, -99fc2a90-573c-42ce-b80e-0d6d47cab891,Schtect-Optimised,,,blog|http://www.scottaaronson.com/blog/,quantum-computing,,,,,, -0f2ece9d-c032-4578-b8ef-241e812ea751,Quantum Computing for the Very Curious,,,interactive|https://quantum.country/qcvc,quantum-computing,,,,,, -4d55a339-f7a6-4b2d-84e2-d6c2fa9301ff,Quantum: A Guide for the Perplexed (2003),,,book|https://www.goodreads.com/book/show/100034.Quantum,quantum-physics,,,,,, -4a933c2b-bee0-4d4a-8597-3a80539c1522,Kindergarten Quantum Mechanics,,,research_paper|https://arxiv.org/abs/quant-ph/0510032,quantum-physics,,,,,, -9788c4f1-d3ca-4034-9fbc-733ef589342e,Radiology Masterclass,,,course|https://www.radiologymasterclass.co.uk/,radiiology,,,,,, -19d5a60b-912d-49eb-97c4-cff3f78fe1bb,Main Wikipedia: Radiology,,,wiki|https://en.wikipedia.org/wiki/Radiology,radiiology,,,,,,oer -24cc9ee0-0b95-486c-b722-17f3f294273e,Simple Wikipedia: Radiology,,,wiki|https://simple.wikipedia.org/wiki/Radiology,radiiology,,,,,,oer -909876ed-2548-4498-8ef2-4854f6af63a7,Raspberry Pi,,,qna|http://raspberrypi.stackexchange.com,raspberry-pi,,,,,,oer -70d031f4-d365-4e67-b0ea-dca8fec42963,Main Wikipedia: Raspberry Pi,,,wiki|https://en.wikipedia.org/wiki/Raspberry_Pi,raspberry-pi,,,,,,oer -25f7dd3e-706d-49ff-b6fe-02254dc8e14d,Simple Wikipedia: Raspberry Pi,,,wiki|https://simple.wikipedia.org/wiki/Raspberry_Pi,raspberry-pi,,,,,,oer -40ef0928-5eae-482b-ab53-46cfed94fd85,On ostentatious reading and the tendency to hoard,,,article|https://medium.com/swlh/seneca-hates-goodreads-ffa3cd5f4129,reading,,,,,,oer -da953bba-0e3f-4f9f-8167-221e7270e23f,"SQ3R: Survey, Question, Read, Recite, Review - a reading comprehension method",,,article|https://en.wikipedia.org/wiki/SQ3R,reading,,,,,,oer -027e088e-d795-4866-89ff-fa134c4a12d4,How To Read A Book - Summary by FourMinuteBooks,"Describes the different levels of reading and what each level entails. Also, details very …",https://blas.com/wp-content/uploads/2015/03/a-193x300.jpg,summary|https://fourminutebooks.com/how-to-read-a-book-summary/;summary|https://sivers.org/book/HowToReadABook;summary|https://blas.com/how-to-read-a-book/;book|https://openlibrary.org/books/OL22126935M/How_to_read_a_book,reading;practical;mortimer-adler;how-to-read;charles-van-doren;books,Mortimer J. Adler,,,,, -d12eca5f-258d-485f-8613-e7bf090a029d,9 Habits to Increase Your Energy - The Startup - Medium,,,article|https://medium.com/swlh/9-habits-to-increase-your-energy-69d65265beaa,productivity,,,,,,oer -70d84334-4569-4c4d-aebc-2eb907de4b99,Regular expressions cookbook (2009),,,book|http://www.goodreads.com/book/show/6125777-regular-expressions-cookbook,regular-expression,,,,,, -f3d6defc-2fc2-4c09-affd-0902d6a249b9,Reinforcement Learning: An Introduction (2018),,,book|http://www.incompleteideas.net/book/bookdraft2018jan1.pdf,reinforcement-learning,,,,,, -6713759a-155b-4892-af07-02a7584e1622,The Hello World of Deep Learning with Neural Networks,,,code|https://colab.research.google.com/drive/1oO2UNyPysarE2PdVSqfZTdCOk8Xiymvh?usp=sharing,deep-learning;neural-network,,,,,, -2a01cfac-c594-4e7c-bd83-75774adb52ce,MuscleWiki,,,interactive|https://musclewiki.org/,exercise,,,,,, -9fb0e93e-3b36-4827-b889-d6121dd6488d,Objective See,,,blog|https://objective-see.com/blog.html,reverse-engineering,,,,,, -a4e6cc92-1d55-4053-927c-59a9412c2135,Reverse Engineering for Beginners (2018),,,book|https://beginners.re/RE4B-EN.pdf,reverse-engineering,,,,,, -09956104-9bc1-44a8-b427-f1777be6ea8d,Reverse engineering,,,qna|https://reverseengineering.stackexchange.com,reverse-engineering,,,,,,oer -1dfa893c-eb15-4342-9788-3215be53cd27,Reverse compilation techniques,,,research_paper|https://yurichev.com/mirrors/DCC_decompilation_thesis.pdf,reverse-engineering,,,,,, -3481328f-bc99-419f-9e4c-cff615ec086d,Robotics,,,qna|https://robotics.stackexchange.com,robotics,,,,,,oer -0ee23c12-63e2-4a50-aa70-03dc800e3665,Main Wikipedia: Robotics,,,wiki|https://en.wikipedia.org/wiki/Robotics,robotics,,,,,,oer -70b5694b-eea9-4017-a1bb-be83b739f801,Simple Wikipedia: Robotics,,,wiki|https://simple.wikipedia.org/wiki/Robotics,robotics,,,,,,oer -7cfffba8-7893-4708-8792-5d11190c7172,SalesTuners,,,audio|https://www.salestuners.com/,sales,,,,,, -9327c6b3-7594-45d7-9932-a1359ab38885,New Sales Simplified,,,book|https://www.goodreads.com/book/show/15863998-new-sales-simplified,sales,,,,,, -879969e7-7879-4eab-831e-39e71bc9f99b,Exceptional Selling,,,book|https://www.goodreads.com/book/show/394141.Exceptional_Selling,sales,,,,,, -ba3ed50a-2b8a-474d-a160-d95b55678032,Selling The Wheel,,,book|https://www.goodreads.com/book/show/891658.Selling_The_Wheel,sales,,,,,, -942b5729-a143-4e7a-8dfc-692da35ac577,Salesman Podcast,,,video|https://www.youtube.com/channel/UCL5m7amy0FXEAe9WxhXTI_A,sales,,,,,,oer -f5436ebf-5318-447d-9f4e-f49acfbae447,Zettelkasten — How One German Scholar Was So Freakishly Productive,,,article|https://writingcooperative.com/zettelkasten-how-one-german-scholar-was-so-freakishly-productive-997e4e0ca125,zettelkasten;thinking;productivity,,,,,, -f8b635dd-9ed1-4a7f-a7cf-b9373b0962c5,Best Data Science Certification Training Courses - ExcelR,,,website|https://www.excelr.com/data-science-course-training,data-science;careers;machine-learning,,,,,, -60b96f57-28f5-475a-a3cc-761bd1be6d90,Everything Under The Sun (BBC podcast answering questions from kids),,,audio|https://podcasts.apple.com/gb/podcast/everything-under-the-sun/id1442273607?mt=2,science,,,,,, -d62d57e4-7338-47f8-bddb-5515a718eea0,The structure of scientific revolutions (1962),,,book|http://www.goodreads.com/book/show/61539.The_Structure_of_Scientific_Revolutions,science,,,,,, -761c24cc-665d-432d-aab3-558cee59ab99,Cosmos (1980),,,book|http://www.goodreads.com/book/show/55030.Cosmos,science,,,,,, -38037e8b-2cbb-4e31-9f1f-9559f332075d,A brief history of time (1988),,,book|http://www.goodreads.com/book/show/3869.A_Brief_History_of_Time,science,,,,,, -bb565c7f-ad45-4580-8b61-a8de85cd8144,The demon-haunted world (1995),,,book|http://www.goodreads.com/book/show/17349.The_Demon_Haunted_World,science,,,,,, -81636633-7da2-453e-87bc-1328ddc261fd,A short history of nearly everything (2003),,,book|http://www.goodreads.com/book/show/21.A_Short_History_of_Nearly_Everything,science,,,,,, -b83c1f6b-ae14-4178-b230-0e2dc108b4c2,What if? (2014),,,book|http://www.goodreads.com/book/show/21413662-what-if,science,,,,,, -d388827c-0218-4b45-a088-c384a6b6bc2a,/r/Askscience,,,chat|https://www.reddit.com/r/askscience/,science,,,,,,oer -2b0da5d7-8267-4c23-9630-7b942e768fa9,/r/Astronomy,,,chat|https://www.reddit.com/r/Astronomy/,science,,,,,,oer -01706d28-344d-477b-b71f-811acb1b8b6c,/r/Chemistry,,,chat|https://www.reddit.com/r/chemistry/,science,,,,,,oer -2bb7cc28-96a4-4755-9989-44a7c471ff87,/r/comp_chem,,,chat|https://www.reddit.com/r/comp_chem/,science,,,,,,oer -91130d7d-fb68-4013-9f28-7c30cd4ed8f0,/r/explorables,,,chat|https://www.reddit.com/r/explorables/,science,,,,,,oer -19ba626c-1944-4cb9-9642-9b0457a8325a,/r/Physics,,,chat|https://www.reddit.com/r/Physics/,science,,,,,,oer -9fe41e04-5f16-4b64-a834-7c5077fc6d25,/r/QuantumComputing,,,chat|https://www.reddit.com/r/QuantumComputing/,science,,,,,,oer -da8570c9-245d-4601-9780-4d4b2b228a5c,/r/Science,,,chat|https://www.reddit.com/r/science/,science,,,,,,oer -240d9447-1928-442d-a40e-f5c9a6d5f3b7,I Wonder,,,journal|https://azimpremjifoundation.org/foundation/779,science,,,,,, -4f1c6d5a-7edf-4fdc-a94a-b1d64c23f146,Science,,,qna|https://www.quora.com/topic/Science,science,,,,,,oer -612cf423-4bed-49b3-b7ea-4c780f9cd73e,Skeptics,,,qna|https://skeptics.stackexchange.com,science,,,,,,oer -37dfe474-dacf-4234-aad2-9ed953d2241e,Science fiction & fantasy,,,qna|https://scifi.stackexchange.com,science,,,,,,oer -796a0b22-794a-4d31-aa64-deedd8bb0b54,Cognitive sciences,,,qna|https://cogsci.stackexchange.com,science,,,,,,oer -e1f8aea5-d7d3-4612-ae61-a40316c4a9aa,Computational science,,,qna|https://scicomp.stackexchange.com,science,,,,,,oer -a025b50e-fea4-463d-a01f-2d4906881510,The Power of Ten,,,video|https://youtu.be/0fKBhvDjuy0,science,,,,,, -4a00e384-e77c-4245-bad7-5eb9f555316e,The King of Random,,,video|https://www.youtube.com/user/01032010814,science,,,,,,oer -faf8f3f8-de9f-4b89-8140-aa6e74efa571,SmarterEveryDay,,,video|https://www.youtube.com/user/destinws2,science,,,,,,oer -4015adec-5048-4c0e-9be3-6f4ffbc35604,Chrismas Lectures,,,video|https://www.rigb.org/christmas-lectures/watch,science,,,,,, -e52a7dda-9a0f-40f1-b4b4-77e63ba081e4,Main Wikipedia: Science,,,wiki|https://en.wikipedia.org/wiki/Science,science,,,,,,oer -5d283cd8-8234-4490-9506-f05b52d35ed4,Simple Wikipedia: Science,,,wiki|https://simple.wikipedia.org/wiki/Science,science,,,,,,oer -a4c3eeca-19e3-47fd-9d00-b4ced94202e0,The sirens of titan (1959),,,book|http://www.goodreads.com/book/show/4982.The_Sirens_of_Titan,scifi,,,,,, -25a395d8-2a1c-4d2a-8bd4-967b433159d7,Stranger in a strange land (1961),,,book|http://www.goodreads.com/book/show/350.Stranger_in_a_Strange_Land,scifi,,,,,, -bbce4339-153e-48e8-9922-35c3f385174a,Cat’s cradle (1963),,,book|http://www.goodreads.com/book/show/135479.Cat_s_Cradle,scifi;fiction,,,,,, -cf0b8607-f86d-49d4-b17c-8b49cf4c6f7c,Do androids dream of electric sheep? (1968),,,book|http://www.goodreads.com/book/show/7082.Do_Androids_Dream_of_Electric_Sheep_,scifi,,,,,, -885c68cb-d00c-4c96-818a-d405ed7a0052,Ubik (1969),,,book|http://www.goodreads.com/book/show/22590.Ubik,scifi,,,,,, -b3a47f16-4f05-44de-8eca-066a45508d08,The mote in god's eye (1974),,,book|http://www.goodreads.com/book/show/100365.The_Mote_in_God_s_Eye,scifi,,,,,, -c3471804-d550-41f1-850b-eef4c4deb584,Neuromancer (1984),,,book|https://www.goodreads.com/book/show/22328.Neuromancer,scifi,,,,,, -e6f62331-67a3-4de2-a173-b5531637728a,Ender’s game (1985),,,book|http://www.goodreads.com/book/show/375802.Ender_s_Game,scifi,,,,,, -8aecec59-813a-4542-b129-78a1429c79e7,The player of games (1988),,,book|http://www.goodreads.com/book/show/18630.The_Player_of_Games,scifi,,,,,, -d67a4739-0360-41b5-a854-c28d43f15c68,A fire upon the deep (1992),,,book|http://www.goodreads.com/book/show/77711.A_Fire_Upon_the_Deep,scifi,,,,,, -d19e7977-05fa-48a9-8b28-078f94f3fe56,Snow crash (1992),,,book|http://www.goodreads.com/book/show/830.Snow_Crash,scifi,,,,,, -b6bcb522-2769-4e8f-aef0-e01e8a2b6d76,Permutation city (1994),,,book|http://www.goodreads.com/book/show/156784.Permutation_City,scifi,,,,,, -bbcaedb6-cf46-4739-8e49-78818098c04a,The diamond age (1995),,,book|http://www.goodreads.com/book/show/827.The_Diamond_Age,scifi,,,,,, -423f62d6-3341-43ad-9cdb-973fc978a422,The martian (2011),,,book|http://www.goodreads.com/book/show/18007564-the-martian,scifi,,,,,, -b4215b28-b790-4dd9-9ffa-0f70a1e74f67,Golden son (2015),,,book|http://www.goodreads.com/book/show/18966819-golden-son,scifi,,,,,, -6a27305e-9b26-4272-8dbb-d0456cb1181c,The dispossessed,,,book|http://www.goodreads.com/book/show/13651.The_Dispossessed,scifi,,,,,, -419a0bc1-8f24-4e2f-bb60-b62ab7dc1db7,Blindsight,,,book|http://www.goodreads.com/book/show/48484.Blindsight,scifi,,,,,, -faeb70cf-fb57-47b7-88cf-37c39af67676,Gossip,,,audio|https://www.gossippodcast.com/,scripted-audio,,,,,, -e7faecad-69e9-4433-8f3d-db7559023d8d,Homecoming,,,audio|https://www.gimletmedia.com/homecoming,scripted-audio,,,,,, -6c84be18-64a4-44f5-9601-aa255ff5a595,Security now,,,audio|https://twit.tv/shows/security-now,security,,,,,, -cc884503-677d-4d80-8ce8-7ad67770d460,Devs Love Security,,,blog|http://devs.cloudimmunity.com,security,,,,,, -f22cdcc0-bac5-4eef-b6d8-d0826eb3176a,Krebs on Security,,,blog|https://krebsonsecurity.com/,security,,,,,, -25ec297e-0747-49db-9cd6-2e29dbb79ec2,Ray Wang,,,blog|https://raywang.tech/archives/,security,,,,,, -338540ff-1216-4fa3-b1f2-2bc91c1c8c68,Simone Margaritelli,,,blog|https://www.evilsocket.net/,security,,,,,, -603b9737-9a1d-452b-bef3-4ccf3ef22ba5,Troy Hunt,,,blog|https://www.troyhunt.com/,security,,,,,, -3c8eea74-3509-497b-a9ba-bfcf3e61c7d4,Zdziarski's Blog of Things,,,blog|https://www.zdziarski.com/blog/,security,,,,,, -5df41c2c-2fab-4e70-9411-b3256c9a362e,The database hacker’s handbook (2005),,,book|http://www.goodreads.com/book/show/369905.The_Database_Hacker_s_Handbook,security,,,,,, -ff6bfa23-d6d5-4b34-adb3-1fff955daf53,A guide to kernel exploitation (2010),,,book|http://www.goodreads.com/book/show/9224826-a-guide-to-kernel-exploitation,security,,,,,, -8b9b70ed-b24f-4127-909e-39d31b23575a,The tangled web (2011),,,book|http://www.goodreads.com/book/show/11553604-the-tangled-web,security,,,,,, -2b116c57-fdc3-4db8-a777-5a74dc0efac4,The web application hackers handbook (2014),,,book|https://leaksource.files.wordpress.com/2014/08/the-web-application-hackers-handbook.pdf,security,,,,,, -38ddc5c7-e3aa-4061-8a08-b058ea1459a1,The browser hacker's handbook (2014),,,book|http://www.goodreads.com/book/show/17891588-the-browser-hacker-s-handbook,security,,,,,, -a7292f1a-0682-42a3-83bb-0ed76371f8f5,SEO Wiki,,,wiki|https://en.wikipedia.org/wiki/Search_engine_optimization,seo,,,,,,oer -56caa74b-c7b6-427e-8029-d202bdb2ad6c,Server fault,,,qna|http://serverfault.com?title=,server-fault,,,,,, -11fe5653-8df8-42e1-b838-d585ff1efc3a,LOOPY: a tool for thinking in systems,,,interactive|https://ncase.me/loopy/,systems-thinking;complexity-science,,,,,, -6f4923fd-16b8-424d-8353-54507a9664b2,Flute - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Flute,musical-instruments/flute,,,,,,oer -41dca2ca-03e0-4501-8b06-82cc2589a0b6,Signal processing,,,qna|https://dsp.stackexchange.com,signal-processing,,,,,,oer -2066acbf-1afb-4dda-8a29-ac95ca684723,Main Wikipedia: Signal processing,,,wiki|https://en.wikipedia.org/wiki/Signal_processing,signal-processing,,,,,,oer -fd7f55c5-7f70-4532-b591-4df1afaf0f8b,Simple Wikipedia: Signal processing,,,wiki|https://simple.wikipedia.org/wiki/Signal_processing,signal-processing,,,,,,oer -2a56aaf9-2e6c-4f0e-bc46-0c33c9ed9405,Why We Sleep: Unlocking the Power of Sleep and Dreams (2017),By Matthew Walker,https://learn-awesome.github.io/assets/book_covers/34466963.jpg,summary|https://www.theguardian.com/books/2017/sep/21/why-we-sleep-by-matthew-walker-review;book|https://www.goodreads.com/book/show/34466963-why-we-sleep,sleep,,,,,, -6580d35f-757b-4326-9a83-9bdad3c2c012,The utopia of rules (2015),,,book|http://www.goodreads.com/book/show/22245334-the-utopia-of-rules,society,,,,,, -73f2f52f-8cae-4b8e-a06d-09862897e3a3,The Architecture of Open Source Applications,,,book|http://aosabook.org/en/index.html,software-engineering,,,,,, -41e1721e-c6e6-44de-bb76-d38dd6a6fded,Out of the Tar Pit,,,research_paper|http://curtclifton.net/papers/MoseleyMarks06a.pdf,software-engineering,,,,,, -f1489e5b-c199-4dae-a2c3-4fa5f25f4f77,Sound design,,,qna|https://sound.stackexchange.com,sound-design,,,,,,oer -68bb3086-ebda-48c9-b4dc-c3102a716d2f,Main Wikipedia: Sound design,,,wiki|https://en.wikipedia.org/wiki/Sound_design,sound-design,,,,,,oer -e9e46793-fc1d-43ad-8659-bc6b13199d3b,Anki: Flash cards with spaced repetition,,,website|https://apps.ankiweb.net/,spaced-repetition,,,,,,oer -17ad7c91-d996-4642-b7ce-5199a21f2823,Leitner System,,,article|https://en.wikipedia.org/wiki/Leitner_system,spaced-repetition,,,,,,oer -e57e6d26-ca5f-47db-b734-eb57a1576025,"Everything I Know: Strategies, Tips, and Tricks for Anki",,,article|https://senrigan.io/blog/everything-i-know-strategies-tips-and-tricks-for-spaced-repetition-anki,spaced-repetition,,,,,, -8d20a88c-7132-470f-98c9-5e714ab034a6,How to remember anything forever-ish,,,interactive|https://ncase.me/remember/,spaced-repetition,,,,,, -980dbfb4-6fbd-4251-a2ce-76ead8a9f710,Main Wikipedia: Sport,,,wiki|https://en.wikipedia.org/wiki/Sport,sports,,,,,,oer -2a719c62-09cb-4ade-92d5-6491860c4318,Simple Wikipedia: Sport,,,wiki|https://simple.wikipedia.org/wiki/Sport,sports,,,,,,oer -c2c3cca3-3d77-4665-9e1e-e83802632130,The Quantum and the Lotus: A Journey to the Frontiers Where Science and Buddhism Meet (2000),,,book|https://www.goodreads.com/book/show/222652.The_Quantum_and_the_Lotus,sprituality,,,,,, -4016b940-f66f-49a7-be67-72d3fc860d31,Journey of souls: case studies of life between lives (1994),,,book|http://www.goodreads.com/book/show/104979.Journey_of_Souls,sprituality,,,,,, -a5be744a-d56a-42b1-8200-2063f873ffb8,Stack,,,qna|https://stackoverflow.com/,stack,,,,,,oer -0cfe09b5-6de1-4913-b63c-5cb530493bb4,A Different Way to Solve Quadratic Equations,,,video|https://www.youtube.com/watch?v=ZBalWWHYFQc,quadratic-equations,,,,,,oer -5e8cf0e1-7188-4159-9ed1-48980c97fcaa,Science,,,article|http://calteches.library.caltech.edu/1575/1/Science.pdf,philosophy-of-science,,,,,,oer -91435033-9b0d-4119-a9ee-f7832bebda67,Founder Chats,,,audio|https://founderchats.com/,startups,,,,,, -d83261e6-a22a-4cde-9ecb-c0b6ff7cc5a1,Founders Talk,,,audio|https://changelog.com/founderstalk,startups,,,,,, -915c78e3-2a14-47cf-a046-1cd235a8642c,Product people,,,audio|http://www.productpeople.tv/,startups,,,,,, -2c10ef9a-2e67-4b84-9f39-f1725c8084fa,StartUp,,,audio|https://gimletmedia.com/startup/,startups,,,,,, -412e7043-b288-4f47-b1ce-0a279a10d70f,The freelancer,,,audio|https://pjrvs.com/podcast/,startups,,,,,, -c1cb6ab7-21e5-40b3-9282-3ef0b09b2f68,The Pitch,,,audio|https://www.gimletmedia.com/the-pitch,startups,,,,,, -d8c2de1f-6228-4ac0-8885-7550146b3e31,Without Fail,,,audio|https://www.gimletmedia.com/without-fail,startups,,,,,, -8a63f557-365d-4cc3-9b38-f46e6c4d8579,The Startup Chat,,,audio|https://thestartupchat.com/,startups,,,,,, -b0c47e65-29a9-4460-a6ee-8650956c163a,Elad's Blog,,,blog|http://blog.eladgil.com/,startups,,,,,, -404f4c7f-790f-45b2-8b45-2a073f6ebfa7,Paul Graham,,,blog|http://www.paulgraham.com/articles.html,startups,,,,,, -7bb75f4f-1167-44f3-8a11-041c82eeea9d,Running Lean (2012),,,book|https://www.goodreads.com/book/show/13078769-running-lean,startups,,,,,, -197dabab-edc4-452f-8ce6-4f2a916e4719,Zero to one (2014),"If you want to build a better future, you must believe in secrets. - -The great secret of our time is that there are still uncharted frontiers to explore and new inventions to create. In Zero to One, legendary entrepreneur and investor Peter Thiel shows how we can find singular ways to create those new things. - -Thiel begins with the contrarian premise that we live in an age of technological stagnation, even if we’re too distracted by shiny mobile devices to notice. Information technology has improved rapidly, but there is no reason why progress should be limited to computers or Silicon Valley. Progress can be achieved in any industry or area of business. It comes from the most important skill that every leader must master: learning to think for yourself.",,book|http://www.goodreads.com/book/show/18050143-zero-to-one,startups;entrepreneurship,,,,,, -975358f5-49ae-4620-acb2-1c7ec80a6494,JUST FUCKING SHIP,By Amy Hoy,https://learn-awesome.github.io/assets/book_covers/23700819.jpg,book|https://www.goodreads.com/book/show/23700819-just-fucking-ship,startups,,,,,, -89e40396-cec7-4513-af84-86fc4d834b65,David Robinson,,,blog|http://varianceexplained.org/posts/,statistics,,,,,, -8a42d604-9c2b-4061-853b-c3e7be98d692,The visual display of quantitative information (1983),,,book|http://www.goodreads.com/book/show/17744.The_Visual_Display_of_Quantitative_Information,statistics,,,,,, -f0ff4874-db71-49a7-923e-a9a63206dfab,Bayesian Data Analysis (1995),,,book|https://www.goodreads.com/book/show/619590.Bayesian_Data_Analysis,statistics,,,,,, -d01906ae-673f-4c66-a313-bc8ed9814d83,The elements of statistical learning (2001),,,book|http://statweb.stanford.edu/%7Etibs/ElemStatLearn/printings/ESLII_print10.pdf,statistics,,,,,, -df98dc67-27ea-4657-b046-4bfb14167fb6,All of statistics (2004),,,book|http://www.stat.cmu.edu/~larry/all-of-statistics/,statistics,,,,,, -b2753879-7924-4b8b-9fa9-f8650db36bae,Introduction To Bayesian Statistics (2007),,,book|http://www.goodreads.com/book/show/2378169.Introduction_to_Bayesian_Statistics,statistics;mathematics,,,,,, -d7487c27-8f90-4456-b647-943c6eb7af83,Think bayes: bayesian statistics made simple (2012),,,book|http://www.greenteapress.com/thinkbayes/thinkbayes.pdf,statistics,,,,,, -bfbf17a4-06f1-4662-8759-0b56a2b8f925,An introduction to statistical learning: with applications in r (2013),,,book|http://www-bcf.usc.edu/%7Egareth/ISL/,statistics,,,,,, -38b5a721-c85b-4dce-962a-9571e7c87b26,Statistical rethinking: a bayesian course with examples in R and Stan (2015),,,book|http://xcelab.net/rm/statistical-rethinking/,statistics,,,,,, -e88d2842-08ac-4f43-aab4-f4075e9ef0c1,Computational and inferential thinking (2017),,,book|https://www.inferentialthinking.com/,statistics,,,,,, -9ee4048f-cab8-4ddc-acd0-c7877914059f,Introduction to Literature | Simple Book Production,,,learning_plan|https://courses.lumenlearning.com/introliterature/,literature,,,,,, -330571b7-6d43-4a23-a580-a3fb267d02df,"Bellman Equations, Dynamic Programming and Reinforcement Learning (part 1) int8.io",,,article|https://int8.io/bellman-equations-reinforcement-learning/,bellman-equation;dynamic-programming,,,,,, -9d0d8ce8-808b-4600-8112-4d82f61b8018,Cross validated,,,qna|https://stats.stackexchange.com,statistics,,,,,,oer -f6c73185-874b-4c69-bb22-5738216a6484,Probabilistic machine learning and artificial intelligence,,,research_paper|http://www.nature.com/nature/journal/v521/n7553/full/nature14541.html,statistics,,,,,, -3098a1ed-73e7-421f-a3b5-ba9dfbb0f3d0,The art of war (~ 500 BC),,,book|http://www.goodreads.com/book/show/10534.The_Art_of_War,strategy,,,,,, -24715587-cd51-48b6-a4c2-c8ff428cc5ec,Super user,,,qna|http://superuser.com,super-user,,,,,, -a04d8baa-6282-40d6-b3d7-6bf77672c465,Main Wikipedia: Superuser,,,wiki|https://en.wikipedia.org/wiki/Superuser,super-user,,,,,,oer -0b8f5755-bb9a-4273-b075-e9575a708bf2,Tips for mathematical handwriting,,,article|https://johnkerl.org/doc/ortho/ortho.html,handwriting;mathematics,,,,,, -d82bcf82-c00c-44ee-a5a2-42cc8159eef0,Sustainable living association,,,app|https://sustainablelivingassociation.org/,sustainable-living,,,,,, -4fa1f005-148b-49b6-b9c0-c3fc74b39637,Free CS Textbooks,,,book|https://csgordon.github.io/books.html,computer-science,,,,,,oer -d6905e28-cbcc-4fea-a764-d29c4f38fba6,Sustainable living,,,qna|https://sustainability.stackexchange.com,sustainable-living,,,,,,oer -38484603-a3ba-4464-8d68-5d8405988ff0,Eco Snippets,,,video|http://www.ecosnippets.com/,sustainable-living,,,,,, -2f83fbb8-9587-46e0-a5ca-cd5b12c4d04b,Main Wikipedia: Sustainable living,,,wiki|https://en.wikipedia.org/wiki/Sustainable_living,sustainable-living,,,,,,oer -880699f8-5c49-4582-8cf4-1918531373bd,Simple Wikipedia: Simple living,,,wiki|https://simple.wikipedia.org/wiki/Simple_living,sustainable-living,,,,,,oer -003e889c-1abc-4003-a0c1-6637032a58f6,Main Wikipedia: Swimming,,,wiki|https://en.wikipedia.org/wiki/Swimming,swimming,,,,,,oer -3c634254-7118-4e2c-8f17-3feb384c5a39,Simple Wikipedia: Swimming,,,wiki|https://simple.wikipedia.org/wiki/Swimming,swimming,,,,,,oer -e722cf7c-9670-46e0-a677-df5429cefad9,Cult of Pedagogy,,,website|https://www.cultofpedagogy.com/,teaching,,,,,, -d03e6d72-e375-4453-8a67-57435488109f,How to teach an inductive learning lesson,,,article|https://www.cultofpedagogy.com/inductive-learning/,teaching,,,,,, -512c7e21-a97a-4076-aaf3-500472953da5,Science Friday,,,website|https://www.sciencefriday.com/topics/technology-engineering/,technology,,,,,, -60be072a-c327-40ef-abcc-1640c92870c6,Startechery,,,blog|https://stratechery.com/,technology,,,,,, -67732d52-9966-4846-9a39-c830c0ca30a1,Tech Specs,,,blog|https://techspecs.blog/,technology,,,,,, -01b5ca1c-5e80-416d-a82e-1bcd30f7cd23,Project Code Rush - The Beginnings of Netscape / Mozilla (2013),,,video|https://www.youtube.com/watch?v=4Q7FTjhvZ7Y,technology,,,,,,oer -ab645015-24c0-4332-96b9-d2ddc48f756a,Revolution OS,,,video|https://letterboxd.com/film/revolution-os/genres/,technology,,,,,, -3b5ad575-4c09-4aae-a560-39858d705b66,Shenzhen: the silicon valley of Hardware,,,video|https://www.youtube.com/watch?v=SGJ5cZnoodY,technology,,,,,,oer -1477e652-ac66-4dab-8b96-8e567b3c32b9,Technology,,,qna|https://www.quora.com/topic/Technology,technology,,,,,,oer -92102fe6-b7eb-4602-8f8b-0e1e3b7343b3,Antenna Theory,,,website|http://www.antenna-theory.com/,telecommunication,,,,,, -1945c6bd-eaf9-4de9-83ce-2017e0d2e3e3,Home - D Programming Language,,,website|https://dlang.org/,programming-languages/d,,,,,, -86b75456-eaa5-4765-a99a-e1fe348ce9cd,Coronavirus Vaccine Tracker - The New York Times,,,article|https://www.nytimes.com/interactive/2020/science/coronavirus-vaccine-tracker.html,coronavirus,,,,,, -78fc3760-cb1a-4a7a-ad24-458e170417f5,The MagPi Magazine – Raspberry Pi Press,,,journal|https://store.rpipress.cc/collections/the-magpi-essentials,raspberrypi,,,,,, -ac9a3250-db40-44b0-bc27-24c2ff434150,HTTP flashcards,,,flashcard|https://flashcards.wizardzines.com/http/,web;frontend-engineering,,,,,, -0401df4a-c3e6-4bf9-aee1-e3a90286ee48,griffpatch,,,video|https://www.youtube.com/channel/UCawsI_mlmPA7Cfld-qZhBQA,programming-languages/scratch,,,,,,oer -ee0e3a81-d040-4a7d-9465-f2eabf36ba92,"Learning, Remembering & Thinking",,,article|https://www.av8n.com/physics/thinking.htm,thinking,,,,,, -5be4e5c2-d867-4f1d-ab98-cedd7a39c942,Mental Models,,,article|https://fs.blog/mental-models/,thinking,,,,,, -3ee9851d-e779-4c23-ba77-1272c8a8c890,TRIZ: A problem-solving technique,,,article|https://en.wikipedia.org/wiki/TRIZ,thinking,,,,,,oer -aede065e-ffa1-4ca1-ad68-1a30b21bc08d,The Psychology of Human Misjudgment,,,article|http://web.archive.org/web/20151004200748/http://law.indiana.edu/instruction/profession/doc/16_1.pdf,thinking,,,,,,oer -3ff0dedc-5811-447a-a780-5ec4b7ee6123,Mental Models I Find Repeatedly Useful,,,article|https://medium.com/@yegg/mental-models-i-find-repeatedly-useful-936f1cc405d,thinking,,,,,,oer -d1342cf1-10a7-48e6-bec3-425f2684a51e,Going Critical,,,article|https://www.meltingasphalt.com/interactive/going-critical/,thinking,,,,,, -a9bb5c02-3f02-4475-b60c-8016db7802fd,Analytic Philosophy: A Very Short introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780198778028.001.0001/actrade-9780198778028?rskey=MLPnxI&result=28,thinking,,,,,, -95d40fa1-2410-447c-8bb8-54a63f2f5684,Logic: A Very Short Introduction (2nd edn),,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780198811701.001.0001/actrade-9780198811701?rskey=rtROx3&result=348,thinking,,,,,, -7c04ffb0-2ef2-4f61-a265-1f988878eca8,Thinking and Reasoning: A Very Short Introduction,,,book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780198787259.001.0001/actrade-9780198787259?rskey=P9EWzI&result=561,thinking,,,,,, -537f1e04-d71d-4f1e-ba47-6bc348011102,The Great Mental Models,,,book|https://fs.blog/tgmm/,thinking,,,,,, -4d24f6a0-43fa-478a-abda-097b7f5c9b0c,Kids Coding Playground,,,video|https://www.youtube.com/channel/UCG1chmzMJPNjIHRYMzuYXkg,programming-languages/scratch,,,,,,oer -c7c1dd98-8ef6-4854-9c66-737c2b8a5f33,The Educated Mind: How Cognitive Tools Shape Our Understanding,By Kieran Egan,https://learn-awesome.github.io/assets/book_covers/648782.jpg,book|https://www.goodreads.com/book/show/648782.The_Educated_Mind,thinking,,,,,, -971787af-3d72-4797-a655-8e39b2ad8f85,Factfullness - Summary by FourMinuteBooks,"Factfulness: The stress-reducing habit of only carrying opinions for which you have strong supporting facts.When asked simple questions about global trends—what percentage of the world’s population live in poverty; why the world’s population is increasing; how many girls finish school—we systematically get the answers wrong. So wrong that a chimpanzee choosing answers at random will consistently outguess teachers, journalists, Nobel laureates, and investment bankers.In Factfulness, Professor of International Health and global TED phenomenon Hans Rosling, together with his two long-time collaborators, Anna and Ola, offers a radical new explanation of why this happens. They reveal the ten instincts that distort our perspective—from our tendency to divide the world into two camps (usually some version of us and them) to the way we consume media (where fear rules) to how we perceive progress (believing that most things are getting worse).Our problem is that we don’t know what we don’t know, and even our guesses are informed by unconscious and predictable biases.It turns out that the world, for all its imperfections, is in a much better state than we might think. That doesn’t mean there aren’t real concerns. But when we worry about everything all the time instead of embracing a worldview based on facts, we can lose our ability to focus on the things that threaten us most.Inspiring and revelatory, filled with lively anecdotes and moving stories, Factfulness is an urgent and essential book that will change the way you see the world and empower you to respond to the crises and opportunities of the future. ",https://learn-awesome.github.io/assets/book_covers/34890015._SX98_.jpg,summary|https://fourminutebooks.com/factfulness-summary/;book|https://www.goodreads.com/book/show/34890015-factfulness,thinking,Hans Rosling,,,,, -542d4e4c-9668-407a-87ed-f14863784dec,Thinking In System: A Primer,,,book|https://www.goodreads.com/book/show/3828902-thinking-in-systems,thinking,,,,,, -579e225e-0260-4163-b475-9bd278f96286,The Model Thinker: What You Need to Know to Make Data Work for You (Hardcover),By Scott E. Page,https://learn-awesome.github.io/assets/book_covers/39088592.jpg,book|https://www.goodreads.com/book/show/39088592-the-model-thinker,thinking,,,,,, -22120a90-f475-4c21-bf6b-419b0c8f704e,The Decision Book: Fifty Models for Strategic Thinking,By Mikael Krogerus,https://learn-awesome.github.io/assets/book_covers/9793361.jpg,book|https://www.goodreads.com/book/show/9793361-the-decision-book,thinking,,,,,, -17141879-58d4-4b1f-8da4-50e3065f3e8e,The Art and Craft of Problem Solving 1st Edition,By Paul Zeitz,https://learn-awesome.github.io/assets/book_covers/593458.jpg,book|https://www.goodreads.com/book/show/593458.The_Art_and_Craft_of_Problem_Solving,thinking,,,,,, -f5f66182-1fca-4c7a-85bb-ba24529b0148,Same facts are compatible with any number of theories,,,image|https://twitter.com/neurosocialself/status/1116167942578659328,thinking,,,,,, -e0397c82-a389-461d-9777-51b932d3a882,EveryTimeZone,,,website|https://everytimezone.com/,timezones,,,,,, -dd24a426-af5a-47ef-a739-bded8ae82db3,"UTC is enough for everyone, right?",,,article|https://zachholman.com/talk/utc-is-enough-for-everyone-right,timezones,,,,,, -0168f956-b940-41c5-912d-6d62fd72618e,Falsehoods About Time,,,article|http://falsehoodsabouttime.com,timezones,,,,,, -855018e1-2a81-4c3a-bad7-b516e210b280,Main Wikipedia: Time zone,,,wiki|https://en.wikipedia.org/wiki/Time_zone,timezones,,,,,,oer -32711307-40c7-4948-9f98-386a2c92bc71,Simple Wikipedia: Time zone,,,wiki|https://simple.wikipedia.org/wiki/Time_zone,timezones,,,,,,oer -182eed1f-c7b8-4efb-a23e-11a64b5ced05,Travel,,,qna|http://travel.stackexchange.com,travel,,,,,,oer -a932ebbc-1125-4ca1-b387-940d4d8bb38a,Main Wikipedia: Travel,,,wiki|https://en.wikipedia.org/wiki/Travel,travel,,,,,,oer -0aae3ca4-869e-4a08-a350-211c30384576,Simple Wikipedia: Travel,,,wiki|https://simple.wikipedia.org/wiki/Travel,travel,,,,,,oer -fe3c7357-a51f-423c-b52f-d367f13bab61,Type Theory & Functional Programming (1999),,,book|https://www.cs.kent.ac.uk/people/staff/sjt/TTFP/ttfp.pdf,type-theory,,,,,, -572ee7b9-8579-45fe-ab89-d4620f8ff47d,Type Theory and Formal Proof: An Introduction (2014),,,book|https://www.goodreads.com/book/show/21442441-type-theory-and-formal-proof,type-theory,,,,,, -a17a8b3a-a27e-476b-90b3-a849dd0b1ac6,The Syntax and Semantics of Quantitative Type Theory (2018),,,research_paper|https://bentnib.org/quantitative-type-theory.html,type-theory,,,,,, -0e9ab575-07a1-4118-9f6e-62701760ec04,Computational Higher Type Theory I: Abstract Cubical Realizability (2016),,,research_paper|https://arxiv.org/abs/1604.08873,type-theory,,,,,, -111f19b2-418a-4311-8c6d-1bc5973be1aa,Cubical Type Theory: a constructive interpretation of the univalence axiom (2016),,,research_paper|https://arxiv.org/abs/1611.02108,type-theory,,,,,, -5ebb6ea6-f031-4728-8885-48eb6cc93660,Lambda Calculi with Types (1992),,,research_paper|http://citeseerx.ist.psu.edu/viewdoc/download;jsessionid=97EC80F28ED10845C2941C0BFB8AC432?doi=10.1.1.26.4391&rep=rep1&type=pdf,type-theory,,,,,,oer -f558b77d-06af-4859-a9e0-b6db454474c7,Propositions as types,,,research_paper|http://homepages.inf.ed.ac.uk/wadler/papers/propositions-as-types/propositions-as-types.pdf,type-theory,,,,,, -4c2a27dc-a411-4db9-ae62-de6880bed05a,The derivative of a regular type is its type of one-hole contexts,,,research_paper|http://strictlypositive.org/diff.pdf,type-theory,,,,,, -81d33ebc-af9e-4c6b-bafa-810014e4df4b,On the meanings of the logical constants and the justifications of the logical laws ,,,research_paper|https://uberty.org/wp-content/uploads/2017/06/Martin-Lof83.pdf,type-theory,,,,,, -142c808b-d3a0-4f53-905d-039a38fcf058,One universe at a time,,,audio|https://briankoberlein.com/podcasts/,universe,,,,,, -edde2eb7-63b8-4d7c-9a77-7f9378e6a3f8,Cosmos: a spacetime odyssey,,,video|https://letterboxd.com/film/cosmos-a-spacetime-odyssey/,universe,,,,,, -abeb68e9-33ba-4959-8fa6-c0898042090b,Wonders of the Universe,,,video|https://letterboxd.com/film/wonders-of-the-universe/,universe,,,,,, -d4aec47f-7f83-4118-9f48-b3676ce85ad2,Wonders of the Solar System,,,video|https://letterboxd.com/film/wonders-of-the-solar-system/,universe,,,,,, -1f3605fe-e257-42e1-8bac-8c687a2c87cb,Motor vehicle maintenance & repair,,,qna|https://mechanics.stackexchange.com,vehicle,,,,,,oer -53de4376-33af-43cd-9b46-fe86c27286b0,Main Wikipedia: Vehicle,,,wiki|https://en.wikipedia.org/wiki/Vehicle,vehicle,,,,,,oer -f4304f06-3a7e-48a1-9846-338030034d1f,Simple Wikipedia: Vehicle,,,wiki|https://simple.wikipedia.org/wiki/Vehicle,vehicle,,,,,,oer -bdf2e845-41b6-498b-a641-fe9da812e925,Video production,,,qna|https://video.stackexchange.com,video,,,,,,oer -2b02a376-1dbb-4b7a-ba65-c8653da60c45,Main Wikipedia: Video,,,wiki|https://en.wikipedia.org/wiki/Video,video,,,,,,oer -d422e066-50bf-4574-a201-fbbbffb4309d,Simple Wikipedia: Video,,,wiki|https://simple.wikipedia.org/wiki/Video,video,,,,,,oer -0fb838cf-5a2a-421f-903c-f827005f7e68,Tools & Libs,,,app|http://selection.datavisualization.ch/,visualization,,,,,, -a8e90cfe-5aa7-40a2-926e-9545cdef6f69,Envisioning information (1990),,,book|http://www.goodreads.com/book/show/17745.Envisioning_Information,visualization,,,,,, -95ce4c69-5e21-4f1e-aa3a-72a8e687b0bf,The Grammar of Graphics,,,book|https://www.goodreads.com/book/show/2549408.The_Grammar_of_Graphics,visualization,,,,,, -c151b2a5-c2ad-4621-b818-d3761a5933e6,The richest man in babylon (1926),,,book|http://www.goodreads.com/book/show/1052.The_Richest_Man_in_Babylon,wealth,,,,,, -adca54b9-7eab-488a-9c01-139fcc5fdf9f,Rich dad poor dad (1997),,,book|http://www.goodreads.com/book/show/69571.Rich_Dad_Poor_Dad,wealth,,,,,, -c6210374-040a-46e9-bc42-98ad37d6b0d1,The intelligent investor (1949),,,book|http://www.goodreads.com/book/show/106835.The_Intelligent_Investor,wealth,,,,,, -27fced70-b6f6-42fb-a9fb-298457df8343,Alan Turing on Computable Numbers,,,research_paper|https://quantum.country/assets/Turing1936.pdf,computer-science;mathematics,,,,,, -190dbde6-facf-4516-9e2d-603ff7c733a6,Main Wikipedia: Wealth,,,wiki|https://en.wikipedia.org/wiki/Wealth,wealth,,,,,,oer -545db0f9-2f8a-4080-a458-c844e5dd53c1,Simple Wikipedia: Wealth,,,wiki|https://simple.wikipedia.org/wiki/Wealth,wealth,,,,,,oer -015de639-6095-496e-bdfe-021db67d3ae6,Undraw: Open-source illustrations,,,website|https://undraw.co/illustrations,web-design,,,,,, -5b146bce-a996-4de4-8fc2-4c95e1fb6fc7,Don’t make me think (2000),,,book|http://www.goodreads.com/book/show/18197267-don-t-make-me-think-revisited,web-design,,,,,, -8bf47570-0e49-4d58-a04a-6d10f39c27d8,Site Reliability Engineering,,,book|https://landing.google.com/sre/book.html,web-development,,,,,, -4b496a19-4348-4b37-a927-998ebae1f9fd,Advanced Web Machinery,,,blog|https://advancedweb.hu/,web,,,,,, -fd554331-05e3-4647-bee7-74d4e051c41c,Growing with the Web,,,blog|http://www.growingwiththeweb.com/p/explore.html?t=Computer%20science,web,,,,,, -9307494b-1344-4365-8479-2edc2fa545df,High Scalability,,,blog|http://highscalability.com/,web,,,,,, -c631a708-9338-4151-b87a-12a30f5757cb,Josh Habdas,,,blog|https://habd.as/,web,,,,,, -08724149-9b97-4163-9419-a031f5dfbeb6,Monica Dinclescu,,,blog|https://meowni.ca/,web,,,,,, -452f8932-9a05-407d-8fcf-00d36ad58612,Tomek Wiszniewski,,,blog|http://tomek.wiszniewski.cc/,web,,,,,, -a9a7de03-b779-4261-998a-a4728a3543c0,Nikita Sobolev,,,blog|https://sobolevn.me/,web,,,,,, -b33b43e1-2de2-4b44-971f-57fcb3b360ac,Front end,,,chat|https://www.reddit.com/r/Frontend/,web,,,,,,oer -38f6a38f-34bf-44a2-b0c2-503b79be74a2,Internet is beautiful,,,chat|https://www.reddit.com/r/InternetIsBeautiful/,web,,,,,,oer -6494e437-d076-4be9-b688-f500486b98cb,Learn javascript,,,chat|https://www.reddit.com/r/learnjavascript/,web,,,,,,oer -50e33bc5-b6ad-4848-ae65-ccac11e1bc39,Node js,,,chat|https://www.reddit.com/r/node/,web,,,,,,oer -9a392b78-2a02-4b9a-a613-e7bdce9ddb5a,Reddit: /r/rails,,,chat|https://www.reddit.com/r/rails/,web;software-tools/rails,,,,,,oer -e66ff87c-05c1-48d8-8d4a-d1095f4e69b6,React js,,,chat|https://www.reddit.com/r/reactjs/,web,,,,,,oer -1732094e-73b2-4c16-9b8d-079f072c16fe,Web design,,,chat|https://www.reddit.com/r/web_design/,web,,,,,,oer -f9c020fe-36ab-4422-bc4c-b08bd720bfbf,Web dev,,,chat|https://www.reddit.com/r/webdev/,web,,,,,,oer -6c927ee0-5ddd-4030-8967-1c41312d6750,Web applications,,,qna|https://webapps.stackexchange.com,web,,,,,,oer -9276bb89-f4fd-49a8-a283-8a3d313dc9fc,Main Wikipedia: World Wide Web,,,wiki|https://en.wikipedia.org/wiki/World_Wide_Web,web,,,,,,oer -bb700d98-a750-4d2a-8565-7be9b9a3468e,Simple Wikipedia: World Wide Web,,,wiki|https://simple.wikipedia.org/wiki/World_Wide_Web,web,,,,,,oer -872b7fa9-2381-4f88-aa2b-59a7743e1184,Brandon Jones,,,blog|http://blog.tojicode.com/,webgl,,,,,, -f07972e1-857f-4514-803c-e95ddec4ed68,Pro webmasters,,,qna|http://webmasters.stackexchange.com,webmasters,,,,,,oer -4e4d5911-e8a9-4800-a5fa-301843305cb4,Main Wikipedia: Webmaster,,,wiki|https://en.wikipedia.org/wiki/Webmaster,webmasters,,,,,,oer -29054957-56a5-41a3-a3ae-d55885a3f6f4,Complex Analysis,,,interactive|https://complex-analysis.com/,complex-numbers;complex-analysis,,,,,, -e45ca390-f55a-46f7-8327-a8869a16600b,Redis,,,website|https://redis.io/,software-tools/redis,,,,,, -14a32a30-e840-4447-8543-22acd950794d,Workplace,,,qna|https://workplace.stackexchange.com,work-place,,,,,,oer -dda83f48-3701-4cbb-a42c-86f32119c89c,Main Wikipedia: Workplace,,,wiki|https://en.wikipedia.org/wiki/Workplace,work-place,,,,,,oer -e976f285-781e-4a21-9a9a-a3a70411684b,Tech Blog | Redis Labs,,,blog|https://redislabs.com/tech-blog/,software-tools/redis,,,,,, -efc6d5c4-0208-4145-95f7-3ecce85e3193,The Day You Became a Better Writer,,,article|https://blog.dilbert.com/2015/08/22/the-day-you-became-a-better-writer-2nd-look/,writing,,,,,, -feec2f4a-d5b1-40fa-b13d-4b08e929d62e,Style: Lessons in Clarity and Grace (1981),,,book|https://www.goodreads.com/book/show/6966800,writing,,,,,, -d02b934a-f13c-42db-8d3f-ae3e63af2012,100 Ways to Improve Your Writing,,,book|https://www.goodreads.com/book/show/702619.100_Ways_to_Improve_Your_Writing,writing,,,,,, -0d71a745-34e4-4f3e-98e1-916aea8bbec7,On Writing: A Memoir of the Craft (Mass Market Paperback),By Stephen King,https://learn-awesome.github.io/assets/book_covers/10569.jpg,book|https://www.goodreads.com/book/show/10569.On_Writing,writing,,,,,, -434b6b6f-fc28-444e-a0e5-f72e4f56a83d,Writers,,,qna|http://writers.stackexchange.com,writing,,,,,,oer -067ab8f5-d6c8-4cca-89a2-5b3da36259a0,Main Wikipedia: Writing,,,wiki|https://en.wikipedia.org/wiki/Writing,writing,,,,,,oer -47340aae-e9ab-4782-bfd8-398fbed08151,Simple Wikipedia: Writing,,,wiki|https://simple.wikipedia.org/wiki/Writing,writing,,,,,,oer -095ffd3a-2032-475a-9d3e-aacc0ea98191,Redis,,,book|https://www.goodreads.com/book/show/11098935-redis,software-tools/redis,,,,,, -0219dc26-1285-4c4f-a7b7-75c789067884,Raw food recipes ,,,website|https://lnapp.azurewebsites.net/OpentoAll/recipec,cooking,,,,,, -248c146e-cbf2-4537-8fc5-efd7f638e5e6,The Open Handbook of Formal Epistemology,,,book|https://jonathanweisberg.org/post/open-handbook/,philosophy,,,,,, -27bd364b-0dcf-4c18-9147-5f4b52f64590,Seeing Theory,,,interactive|https://seeing-theory.brown.edu,mathematics,,,,,,oer -6cb1ede6-5921-4882-b9aa-01c7e5f2a39d,Perceived Performance in software,,,article|https://www.smashingmagazine.com/2015/09/why-performance-matters-the-perception-of-time/,animation;design,,,,,, -992e84b2-1c00-48cf-95a0-35dfa8905f6a,Computer Science without a computer,,,website|https://www.csunplugged.org/en/,computer-science,,,,,, -011bb347-c82f-4e3f-99ee-fce64cd5ab35,Tasty,,,website|https://tasty.co/,cooking,,,,,, -2a7905e9-a9a5-4bc0-94a6-4aa74f7ccad0,Learn Lua in 15 Minutes,,,code|http://tylerneylon.com/a/learn-lua/,programming-languages/lua,,,,,, -49e502c9-704f-445b-8201-fc243c0fc378,"Learn Clojure in 15 minutes, perhaps",,,code|https://adambard.com/blog/clojure-in-15-minutes/,programming-languages/clojure,,,,,, -59bad226-000c-49da-a97e-b1a530c2c442,Clojure Cheatsheet,,,cheatsheet|https://clojure.org/api/cheatsheet,programming-languages/clojure,,,,,, -1ab8aacd-096a-4472-903f-5caa3c850645,Sparse Matrices · Matt Eding,,,article|https://matteding.github.io/2019/04/25/sparse-matrices/,data-structures,,,,,,oer -6834bac2-9219-4da6-b44a-9a549a008a18,The True Size Of Nations,,,interactive|https://thetruesize.com/#?borders=1~!MTYxODE5ODM.MzczMzk0MQ*MzQ5MjY3Mjg(MjU2NTQwMA~!CONTIGUOUS_US*MTAwMjQwNzU.MjUwMjM1MTc(MTc1)MA~!IN*NTI2NDA1MQ.Nzg2MzQyMQ)MQ~!CN*OTkyMTY5Nw.NzMxNDcwNQ(MjI1)Mg,geography,,,,,, -9001e449-8a51-469b-a17a-178e412d23b0,Learn Ruby In Minutes,,,article|https://learnxinyminutes.com/docs/ruby/,programming-languages/ruby,,,,,5.0, -e4903d1e-9831-4e14-8da3-513c0e8d1705,Learn X In Y Minutes,,,article|https://learnxinyminutes.com/docs/c/,programming-languages/c,,,,,, -5f85ba9f-12df-48df-abbe-72de2c85a62f,Learn X in Y minutes,,,article|https://learnxinyminutes.com/docs/c++/,programming-languages/c++,,,,,, -434bd05c-e7f7-428d-b4ad-c9551037883b,Learn Clojure In Minutes,,,article|https://learnxinyminutes.com/docs/clojure/,programming-languages/clojure,,,,,, -d93b6d99-8ce2-48b7-90ab-ba4633e73f18,Learn X in Y minutes,,,article|https://learnxinyminutes.com/docs/css/,programming-languages/css,,,,,, -a7a387bc-f3ac-43a9-a37d-1ea412a8ccaa,Learn D in minutes,,,article|https://learnxinyminutes.com/docs/d/,programming-languages/d,,,,,, -b5ffc7e5-8de0-40ae-b865-94d0ad53ebb8,Learn Go In Minutes,,,article|https://learnxinyminutes.com/docs/go/,programming-languages/go,,,,,, -8aae6f6d-9477-4d29-b143-04eb55a2e025,Learn X in Y minutes,,,article|https://learnxinyminutes.com/docs/javascript/,programming-languages/javascript,,,,,, -a13f2005-1e92-42ae-a459-55ef20374eb4,Learn X in Y minutes,,,article|https://learnxinyminutes.com/docs/kotlin/,programming-languages/kotlin,,,,,, -1bd5ab04-39c7-45df-b97f-b1353979f73b,Learn Java in minutes,,,article|https://learnxinyminutes.com/docs/java/,programming-languages/java,,,,,, -15579312-bf37-4dff-987c-081ab243091f,Learn X in Y minutes,,,article|https://learnxinyminutes.com/docs/haskell/,programming-languages/haskell,,,,,, -5061a94f-a032-412a-8228-cd4559cd6a8d,Learn X in Y minutes,,,article|https://learnxinyminutes.com/docs/lua/,programming-languages/lua,,,,,, -c444c9e0-e165-459a-b7c8-6c6ab41192cc,Learn X in Y minutes,,,article|https://learnxinyminutes.com/docs/php/,programming-languages/php,,,,,, -ff283e0c-5d3c-487c-8a9c-6135fe3444a3,Learn X in Y minutes,,,article|https://learnxinyminutes.com/docs/perl/,programming-languages/perl,,,,,, -43d8dfb3-ed25-4f29-8487-9c6e510072e7,Learn X in Y minutes,,,article|https://learnxinyminutes.com/docs/python/,programming-languages/python,,,,,, -7de7d4a2-a17f-4756-baaf-964a1c29dadd,Learn X in Y minutes,,,article|https://learnxinyminutes.com/docs/r/,programming-languages/r,,,,,, -22163f87-99c8-45dc-b114-37bc44a884c9,Learn Rust In Minutes,,,article|https://learnxinyminutes.com/docs/rust/,programming-languages/rust,,,,,, -ee3d6f52-8e41-4974-857d-b5557b07638a,The Little Redis Book,,,book|https://www.openmymind.net/2012/1/23/The-Little-Redis-Book/?ref=hackr.io?ref=hackr.io,software-tools/redis,,,,,, -4e5c4d5f-fed9-4f23-9be2-69b1071a09a0,Learn X in Y minutes,,,article|https://learnxinyminutes.com/docs/scala/,programming-languages/scala,,,,,, -a53c338c-8eb1-4ed2-abc0-e81556d01ed5,Learn X in Y minutes,,,article|https://learnxinyminutes.com/docs/swift/,programming-languages/swift,,,,,, -58ea66b4-ba5b-439c-bd4e-00322dc8c9b8,Learn X in Y minutes,,,article|https://learnxinyminutes.com/docs/typescript/,programming-languages/typescript,,,,,, -793149df-74b5-4ad9-9ec8-833650a5cd50,Learn X in Y minutes,,,article|https://learnxinyminutes.com/docs/git/,software-tools/git,,,,,, -1a276867-6d37-4c37-9670-56c40b61844d,Khan Academy,,,course|https://www.khanacademy.org/,mathematics,,,,,, -8b98e99c-ded3-4b73-a8fa-1864121f1b09,Swasthi's Recipes,,,article|https://www.indianhealthyrecipes.com/,cooking,,,,,, -1ea6969f-1e31-42ea-bdab-b19ae90ca7ee,LearnAwesome,,,website|https://learnawesome.org/,learning,,,,,, -eb019541-4570-4767-9872-7b978307dabb,Learn X in Y minutes,,,website|https://learnxinyminutes.com/,programming,,,,,, -de7ab2f7-f306-48fd-9d4f-53cde4e91164,Arvind Gupta Toys,,,website|http://arvindguptatoys.com/,art-craft,,,,,, -27901d07-976f-452f-a6bf-8b11000edf9c,How to read mathematics,,,article|http://www.people.vcu.edu/~dcranston/490/handouts/math-read.html,mathematics;reading,,,,,,oer -43039d3c-ebaf-487f-8b12-e0e81e145e23,Learn to read Korean in 15 minutes,,,image|https://ryanestradadotcom.tumblr.com/post/20461267965/learn-to-read-korean-in-15-minutes,languages/korean,,,,,, -509aae8e-45eb-4890-8d9d-b04672a61a77,How to count to a billion in Korean,,,image|https://ryanestradadotcom.tumblr.com/post/94631901914/the-sequel-to-learn-to-read-korean-in-15-minutes,languages/korean,,,,,, -758c578e-7974-4b46-a4de-95bb0b6d1236,How to read a book,,,article|http://pne.people.si.umich.edu/PDF/howtoread.pdf,reading,,,,,, -c31a2292-e425-4f32-8908-4f4ae28d8c3f,OSSU: Open Source Society University: Data Science,,,learning_plan|https://github.com/ossu/data-science,data-science,,,,,,oer -b82df1ad-7b95-4104-8c60-2c22321bead9,OSSU: Open Source Society University: Bioinformatics,,,learning_plan|https://github.com/ossu/bioinformatics,bioinformatics,,,,,,oer -fde70bc2-0d32-4f17-9134-63c19bf4053c,PublicDomainFlix,,,website|http://publicdomainflix.com/,film-making,,,,,, -0de3e824-2130-4119-bf69-0e48cc648b58,Menstrupedia,,,website|http://www.menstrupedia.com/,biology;menstruation,,,,,, -0993decb-c0c5-460a-9f3a-fd3de596ce40,Vegan recipes,,,website|https://www.veganricha.com/,cooking,,,,,, -3b2b9a97-a570-48ad-8757-8d54c94f417f,Practical Nature Cure by Lakshman Sharma,,,book|https://www.amazon.in/Practical-Nature-Cure-K-Lakshmana-Sarma/dp/B0008CFC94?tag=learnawesome-21,health,,,,,, -e2ff2bd1-25df-4386-813b-b37a5df81909,How to Read a Paper,,,article|https://blizzard.cs.uwaterloo.ca/keshav/home/Papers/data/07/paper-reading.pdf,research,,,,,, -7ef91fb8-421d-49e4-99f3-aacc09034d60,Democracy for Realists,,,book|https://www.goodreads.com/book/show/27311899-democracy-for-realists,political-science,,,,,, -c94eb094-61a8-4259-a5ac-bce33fe960aa,"Paul Graham on Twitter: ""What has your work taught you that other people don't realize?""",,,thread|https://twitter.com/paulg/status/1215673204125073408,careers,,,,,, -832e7727-eab2-4b49-8714-dd1de95e2736,"Front-end Developer Handbook 2019 - Learn the entire JavaScript, CSS and HTML development practice!",,,book|https://frontendmasters.com/books/front-end-handbook/2019/,frontend-engineering,,,,,, -91d00e5e-3a4b-4152-98fb-d9a68a11789a,Euclidea: Interactive geometric puzzles,,,interactive|https://www.euclidea.xyz/,mathematics,,,,,, -ffbbac28-01f2-48c3-b1ed-dd808cd54c0b,Complexity Explained,,,interactive|https://complexityexplained.github.io/,complexity-science,,,,,,oer -136ea80f-f46c-4e58-9088-eaca011dc948,Zinc Learning Labs,,,app|https://games.zinclearninglabs.com/,languages/english,,,,,, -af49e4f8-281b-407d-b234-3c53df40f0d6,Pinterest,,,website|https://in.pinterest.com/,diy;art-craft,,,,,, -c0c50933-7cad-4783-ac4b-fa38d12ec9dc,Design Social Club,,,chat|https://twitter.com/Designsocialclb/status/1147539205024862210,design,,,,,, -95374967-e6fa-4863-9f14-ff19e385fcf0,OAME talks - About teaching mathematics,,,audio|https://sites.google.com/oame.on.ca/oame-talks,mathematics,,,,,, -fc2e2d53-0b96-41d5-9268-f8e557eb3b74,Make Math Moments - About teaching mathematics,,,audio|https://makemathmoments.com/podcast/,mathematics,,,,,, -c01b29bb-8a56-4176-857c-49efe61c4352,Estimation 180,,,audio|http://www.estimation180.com/podcast.html,mathematics,,,,,, -24a3125a-3a47-490e-961a-f98d3cd8e20f,Math for breakfast- About teaching mathematics,,,audio|https://mathbeforebreakfast.com/,mathematics,,,,,, -19e821d2-05b2-4496-be58-fe77cdd93ff3,Mr Barton Maths,,,audio|http://mrbartonmaths.com/podcast/,mathematics,,,,,, -1b756555-8cf0-4407-83c5-7e42a8ed7c2f,Fields and Their Particles: With Math | Of Particular Significance,,,article|https://profmattstrassler.com/articles-and-posts/particle-physics-basics/fields-and-their-particles-with-math/,quantum-physics,,,,,, -3df86092-d083-48b3-8d31-3ebf33545bd9,Bansuri - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Bansuri,musical-instruments/flute,,,,,,oer -29e818e6-64c4-4063-b45a-55c994e2af29,Adaptive Learning @ FI MU,,,research_paper|https://www.fi.muni.cz/adaptivelearning/?a=publications,adaptive-learning,,,,,, -e98994a9-fd75-48c0-a123-ecadd1e25313,10 Minute Teacher Podcast,,,audio|https://www.coolcatteacher.com/podcast/,mathematics;teaching,,,,,, -4bb29b6a-179b-423e-bf21-6c2abf971507,Why Twitter is Dope,,,article|https://speakerdeck.com/nikhilkrishnan/why-twitter-is-dope-and-how-to-use-it,relationships;social-media;twitter,,,,,, -c5672021-a1d8-4c3f-a2e1-850e0ae78440,Numberphile,,,audio|https://www.numberphile.com/podcast/,mathematics,,,,,, -2d106d83-ad3a-4ae3-971a-39a5e73efa9c,A brief history of Mathematics,,,audio|https://www.bbc.co.uk/programmes/b00srz5b/episodes/downloads,mathematics,,,,,, -3ec58470-2ce7-4c56-ae0c-7332343df221,Simon Singh's Numbers,,,audio|https://www.bbc.co.uk/programmes/p00cl73s/episodes/player,mathematics,,,,,, -9defdebc-0a5a-4218-8884-a62a72ee73f6,Sum of all parts,,,audio|https://www.abc.net.au/radionational/programs/sum-of-all-parts/,mathematics,,,,,, -8c531fc7-6d0a-4219-a540-ad0bc5aa6e6c,The Math Guy,,,audio|https://web.stanford.edu/~kdevlin/MathGuy.html,mathematics,,,,,,oer -512fb28e-3a22-488b-8a96-3e5dcc32a323,My favourite Theorem,,,audio|https://kpknudson.com/my-favorite-theorem/,mathematics,,,,,, -2241e68d-4d01-4a37-bb70-f8f12b14e77b,Roots of unity,,,article|https://blogs.scientificamerican.com/roots-of-unity/,mathematics,,,,,, -73e2e743-e458-469c-ad0d-75f3102864c9,WS More or Less: When maths mistakes really matter,,,audio|https://www.bbc.co.uk/programmes/p07113q3,mathematics,,,,,, -b2c64165-1770-4241-b864-46e41e202738,WS More or Less: When’s a Kilogram Not a Kilogram?,,,audio|https://www.bbc.co.uk/programmes/p06s0shc,mathematics,,,,,, -2e57663f-cf6a-4d54-9a69-3b3f703b39e1,WS More or Less: Kilobyte to Brontobyte,,,audio|https://www.bbc.co.uk/programmes/p05jgh5y,mathematics,,,,,, -93b650ad-a183-42f8-b22e-c42b11538a2e,WS More or Less: Why Albums are Getting Longer,,,audio|https://www.bbc.co.uk/programmes/p05mpr59,mathematics,,,,,, -0f25c967-47a7-405b-8684-97e00838b10c,One in 500 Year Storm,,,audio|https://www.bbc.co.uk/programmes/p05f4qp9,mathematics,,,,,, -6d7525a5-a5aa-483d-a172-087c1d19c2b0,WS More or Less: The story of average,,,audio|https://www.bbc.co.uk/programmes/p03qprk7,mathematics,,,,,, -695da560-f383-4b86-b83f-839001d84b23,The maths of spies and terrorists,,,audio|https://www.bbc.co.uk/programmes/b01snyk3,mathematics,,,,,, -d651534b-7c0e-41c3-9fe3-667ef313c257,WS More or Less: How not to test public opinion,,,audio|https://www.bbc.co.uk/programmes/p04jz6sr,mathematics,,,,,, -fcd903be-c036-43d7-9376-9554873441a4,"The High Street, Home Births and Harry Potter Wizardry",,,audio|https://www.bbc.co.uk/programmes/p068w7c8,mathematics,,,,,, -77e9284c-d08d-43b3-b373-d3b2558788bf,"Abortion, modern slavery, math versus maths",,,audio|https://www.bbc.co.uk/programmes/p066x9fh,mathematics,,,,,, -96b9eb8b-1f18-4475-b7d3-849f0a63dfe9,WS More or Less: Debunking guide – on a postcard,,,audio|https://www.bbc.co.uk/programmes/p05yfqph,mathematics,,,,,, -9037f868-8959-4c2f-801b-86f569bf5b13,Radiolab - Numbers,,,audio|https://www.wnycstudios.org/story/91697-numbers,mathematics,,,,,, -b4557763-1867-4229-aff7-9f49882a678f, For The Love Of Numbers,,,audio|https://www.wnycstudios.org/story/love-numbers,mathematics,,,,,, -88349c7c-94f3-4aee-beab-ab6fa56c1163, Speed,,,audio|https://www.wnycstudios.org/story/267124-speed,mathematics,,,,,, -1199eefd-5f50-44a1-851d-78bf27ad8cda,"Math, Kurt Weill, Danica McKellar",,,audio|https://www.wnycstudios.org/story/162161-math-kurt-weill-danica-mckellar,mathematics,,,,,, -0dc4237e-dfc8-4b12-9715-532a82e6f7a7,German Learning,,,app|https://www.vhs-lernportal.de,languages/german,,,,,, -98f48543-d4b3-42bc-aebf-6e7a081b3b60,Herr Professor,,,audio|https://www.herrprofessor.com/en/,languages/german,,,,,, -bc061423-c39e-4355-881d-d8ff3e52199e,Memory app,,,app|https://www.memrise.com/,learning,,,,,, -2208fa67-5265-49e4-8fe9-653cffb6ee83,What to read next?,,,website|https://read-next.com/,reading,,,,,, -23bed785-fa68-4065-91d7-8e168451aece,Bad Incentives Are Blocking Better Science,,,audio|https://fivethirtyeight.com/features/podcast-bad-incentives-are-blocking-better-science/,mathematics,,,,,, -2156f3fe-d6e4-4a51-9c0b-b3350c78e7ea,The Secret To Tracking And Mapping Bears,,,audio|https://fivethirtyeight.com/features/the-secret-to-tracking-and-mapping-bears/,mathematics;science,,,,,, -90133abf-743b-4e78-8579-362408457776,Who’s Accountable When An Algorithm Makes A Bad Decision?,,,audio|https://fivethirtyeight.com/features/whos-accountable-when-an-algorithm-makes-a-bad-decision/,mathematics;science;algorithms,,,,,, -ede5b8c3-b82b-4a91-b6de-3a20bf646e38,Can You Taste The Algorithm In This Arugula? ,,,audio|https://fivethirtyeight.com/features/can-you-taste-the-algorithm-in-this-arugula/,mathematics;algorithms,,,,,, -f52ad3f5-e01b-4ef6-a696-6ca1225beb43,Sugar: The Bitter Truth,,,video|https://www.youtube.com/watch?v=dBnniua6-oM,nutrition;obesity;weight-loss,,,,,,oer -cfd228b9-40f8-49d0-9825-f2aa1a8d20aa,"Be Suspicious Of Online Movie Ratings, Especially Fandango’s",,,article|https://fivethirtyeight.com/features/fandango-movies-ratings/,mathematics;movies;data-science,,,,,, -88a7af6f-a685-45dc-9e1e-7c4d27f7d22f,"Rating Subjective Experiences Is Hard, But Fandango Is Really Bad At It ",,,audio|https://fivethirtyeight.com/features/rating-subjective-experiences-is-hard-but-fandango-is-really-bad-at-it/,mathematics;data-science;movies,,,,,, -feb1b3a2-99c7-4c97-9d78-9c00302ea0f6,Episode 912: How Uncle Jamie Broke Jeopardy,,,audio|https://www.npr.org/2019/05/10/722198188/episode-912-how-uncle-jamie-broke-jeopardy,mathematics;economics,,,,,, -b0fc27d4-b2bd-44ac-8d15-f4457de60570,Planet Money,,,audio|https://www.npr.org/podcasts/510289/planet-money,economics;business,,,,,, -f5225b3a-e9d3-46f3-80fc-e7b6ba16cc70,10 11 51 52 62 18,,,audio|https://www.npr.org/sections/money/2016/01/13/462982983/10-11-51-52-62-18,mathematics;economics,,,,,, -5fda7564-5587-4ec2-91cd-85a10cba8998,Episode 677: The Experiment Experiment,,,audio|https://www.npr.org/sections/money/2016/01/15/463237871/episode-677-the-experiment-experiment,mathematics;psychology;data-science;science,,,,,, -2c9c763b-d26c-476f-a405-48d8a8166f7d,Why A Pack Of Peanut Butter M&M's Weighs A Tiny Bit Less Than A Regular Pack ,,,audio|https://www.npr.org/sections/money/2014/06/05/319084976/why-a-pack-of-peanut-butter-m-ms-weighs-a-tiny-bit-less-than-a-regular-pack,mathematics;data-science,,,,,, -416df68b-4df6-4390-b73f-819fd140b2e6,Episode 485: What's Your Major?,,,audio|https://www.npr.org/sections/money/2013/09/11/221417806/episode-485-whats-your-major,mathematics;economics,,,,,, -47da1485-9fcb-4b03-bf46-b84cc51b525a,"At $17.5 Million A Year, Le Bron James Is Underpaid",,,audio|https://www.npr.org/sections/money/2013/01/25/170176590/at-17-5-million-a-year-lebron-james-is-underpaid,mathematics;economics;statistics,,,,,, -b17708fa-adfc-4766-86b5-b9aa7b56bac9,Hooponomics,,,audio|https://www.npr.org/2019/06/10/731408726/hooponomics,mathematics;economics;statistics,,,,,, -8f81ea64-76c1-484c-9fde-81dae9e730cf,The Indicator from Planet Money,,,audio|https://www.npr.org/podcasts/510325/the-indicator-from-planet-money,economics;business,,,,,, -d9027a50-3f1c-42eb-a517-e32d6cda0234,Hurricane Joseph & The Calculator That Time Forgot,,,audio|https://www.npr.org/sections/money/2018/03/12/592962844/hurricane-joseph-the-calculator-that-time-forgot,mathematics;economics,,,,,, -bbe00c95-e130-4d56-bbca-e0c03f984ee7,Freakonomics Radio Archive,,,audio|http://freakonomics.com/archive/,economics,,,,,, -19b983a7-963c-4aa4-b0a5-e270e2d42749,“How Much Brain Damage Do I Have?” ,,,audio|http://freakonomics.com/podcast/brain-damage/,mathematics;sports,,,,,, -5a92451b-c71f-4c53-a455-c08292d2be78,How Do We Know What Really Works In Healthcare?,,,audio|http://freakonomics.com/podcast/how-do-we-know-what-really-works-in-healthcare-a-new-freakonomics-radio-podcast/,mathematics;health;clinical research,,,,,, -a367c205-2a14-4785-91a3-a95e85548c24,"In Physics, Beauty May Be Overrated",,,audio|https://www.sciencefriday.com/segments/in-physics-beauty-may-be-overrated/,mathematics;physics,,,,,, -2f6ec0c8-acae-4230-9657-01e0c8fb70a6,The Indisputable Existence of Santa Claus,"How do you apply game theory to select who should be on your Christmas shopping list? Can you predict Her Majesty's Christmas Message? Will calculations show Santa is getting steadily thinner - shimmying up and down chimneys for a whole night - or fatter - as he tucks into a mince pie and a glass of sherry in billions of houses across the world?Full of diagrams, sketches and graphs, beautiful equations, Markov chains and matrices, Proof That Santa Exists brightens up the bleak midwinter with stockingfuls of mathematiccal marvels. And proves once and for all that maths isn't just for old men with white hair and beards who associate with elves.Maths has never been merrier.",http://covers.openlibrary.org/b/isbn/null.jpg,book|https://www.goodreads.com/book/show/30983000-the-indisputable-existence-of-santa-claus,science;mathematics,Hannah Fry,,,,, -1a2ea7bd-30c0-489f-bdab-fbe2ff51ff36,How Can Math Make Your Holidays Merrier?,,,audio|https://www.sciencefriday.com/segments/how-can-math-make-your-holidays-merrier/,mathematics,,,,,, -f53beaeb-ac93-4da2-9aa2-70ce3249aee4,"Randall Munroe Asks, ‘What If?’",,,audio|https://www.sciencefriday.com/segments/randall-munroe-asks-what-if/,mathematics;science,,,,,, -72925c1f-8eee-4122-8b69-f3012900fdb0,Why Machines Discriminate—and How to Fix Them,,,audio|https://www.sciencefriday.com/segments/why-machines-discriminate-and-how-to-fix-them/,mathematics;big-data;data-science;machine-learning,,,,,, -9cf7994a-cd1f-4da1-88dc-6ecba8fe2886,The Surprisingly Predictable Patterns of Random Choice,,,audio|https://www.sciencefriday.com/segments/the-surprisingly-predictable-patterns-of-random-choice/,mathematics,,,,,, -eb1576b3-84a3-4b6b-a87f-fdad6fa6d678,Do Your Patriotic Duty: Learn Math,,,audio|https://www.sciencefriday.com/segments/do-your-patriotic-duty-learn-math/,mathematics;patriotism,,2014,,,, -af0c73ef-d459-47d7-9f19-2140c76ec1af,The Simpsons' secret formula: it's written by maths geeks,,,article|https://www.theguardian.com/tv-and-radio/2013/sep/22/the-simpsons-secret-formula-maths-simon-singh,mathematics;comics,,,,,, -4e4361b3-f2b0-4bea-acde-2ccd0a4a394f,The Simpsons' Secret? It's Written By Math Geeks,,,audio|https://www.npr.org/2013/12/06/249261285/the-simpsons-secret-its-written-by-math-geeks,mathematics;comics,,2013,,,, -f08cec2f-b050-4441-b715-5224a4720a1e,Eugenia Cheng: How To Bake Pi,,,audio|https://www.sciencefriday.com/segments/eugenia-cheng-how-to-bake-pi/,mathematics;baking,,2015,,,, -93f63e8f-a723-4c8e-9567-a4d506606233,How to Bake Pi,"What is math? How exactly does it work? And what do three siblings trying to share a cake have to do with it? In How to Bake Pi, math professor Eugenia Cheng provides an accessible introduction to the logic and beauty of mathematics, powered, unexpectedly, by insights from the kitchen: we learn, for example, how the béchamel in a lasagna can be a lot like the number 5, and why making a good custard proves that math is easy but life is hard. Of course, it’s not all cooking; we’ll also run the New York and Chicago marathons, pay visits to Cinderella and Lewis Carroll, and even get to the bottom of a tomato’s identity as a vegetable. This is not the math of our high school classes: mathematics, Cheng shows us, is less about numbers and formulas and more about how we know, believe, and understand anything, including whether our brother took too much cake.At the heart of How to Bake Pi is Cheng’s work on category theory—a cutting-edge “mathematics of mathematics.” Cheng combines her theory work with her enthusiasm for cooking both to shed new light on the fundamentals of mathematics and to give readers a tour of a vast territory no popular book on math has explored before. Lively, funny, and clear, How to Bake Pi will dazzle the initiated while amusing and enlightening even the most hardened math-phobe.",http://covers.openlibrary.org/b/isbn/9780465051717.jpg,book|https://www.goodreads.com/book/show/23360039-how-to-bake-pi,mathematics,Eugenia Cheng,,,,, -2a636b23-2cf9-40dd-aed2-79d1c2d5a19b,Pi Day,,,audio|https://www.sciencefriday.com/spotlights/pi-day/,mathematics,,,,,, -7fc703a0-1241-4e3e-9b4d-ac5e5d188fb2,"A Broadway Hit, With An Autistic Math Whiz At Its Center",,,audio|https://www.sciencefriday.com/segments/a-broadway-hit-with-an-autistic-math-whiz-at-its-center/,mathematics,,2015,,,, -7b00b44b-c771-4ada-8c68-404b029aed79,The Teacher Who Believes Math Equals Love,,,audio|https://www.npr.org/sections/ed/2015/03/09/376596585/the-teacher-who-believes-math-equals-love,mathematics;teaching,,2015,,,, -009f9339-3738-4b45-9cd7-7be2bfdf0c41,"Pinwheels for Peace 2018 - Combining Art, Math, and Desmos",,,blog|https://mathequalslove.blogspot.com/,mathematics;art-craft;design,,,,,, -1a6c4d42-db83-44fb-b211-9a1291afcaca,Remote Indian,,,chat|https://remoteindian.com/,remote-work,,,,,, -9ada4547-3a6e-459b-922a-3aed58cb92dc,Fashion: A Very Short Introduction,"Fashion is a gigantic global industry, generating some three hundred billion dollars in revenue every year, and playing a significant role in the economic, political, cultural and social lives of a vast international audience. Despite this, and perhaps in part because of its prevalence in the media, it is often denigrated as trivial and superficial, as a sign of vanity and narcissism. Written by a highly regarded authority on twentieth-century fashion, this Very Short Introduction offer a wide-ranging and revealing look at fashion that discusses everything from production and design, to couture and retailing, to the wider role of fashion in society. This lively book illuminates the structure of the fashion industry and the range of professionals involved in its creation, and it provides cogent insight into its historical, social and cultural contexts. It also sheds light on how fashion has developed, while raising questions about its ethical and controversial aspects, such as the use of fur, exploitative trading, and poor working conditions for laborers.",http://covers.openlibrary.org/b/isbn/9780199547906.jpg,book|https://www.goodreads.com/book/show/7144596-fashion,fashion;design,Rebecca Arnold,,,,, -394f8ab8-7e17-44d7-8cff-b68e4c1fcd9a,Ragya,,,audio|https://www.ragya.com/,music-genre/hindustani-classical;music,,,,,, -1dffeac4-fb45-4ac6-8e77-4e15e135f6cd,Raag Yaman - Episode 1 of Dhwani,,,video|https://vimeo.com/54920287,music-genre/hindustani-classical;music,,,,,, -d3c672f2-cd30-4ef8-a368-2c68ead6da09,Microeconomics Made Simple," Find all of the following topics, explained in plain-English:IntroductionWhat is Economics? | Not a Perfect Model | Microeconomics vs. Macroeconomics1. Maximizing UtilityDecreasing Marginal Utility | Opportunity Costs2. Evaluating Production PossibilitiesProduction Possibilities Frontiers | Absolute and Comparative Advantage3. DemandDeterminants of Demand | Elasticity of Demand | Change in Demand vs. Change in Quantity Demanded4. SupplyDeterminants of Supply | Elasticity of Supply | Change in Supply vs. Change in Quantity Supplied5. Market EquilibriumHow Market Equilibrium is Reached | The Effect of Changes in Supply and Demand6. Government InterventionPrice Ceilings and Price Floors | Taxes and Subsidies7. Costs of ProductionMarginal Cost of Production | Fixed vs. Variable Costs | Short Run vs. Long Run | Sunk Costs | Economic Costs vs. Accounting Costs8. Perfect CompetitionFirms Are Price Takers | Making Decisions at the Margin | Consumer and Producer Surplus9. MonopolyMarket Power | Deadweight Loss with a Monopoly | Monopolies and Government10. OligopolyCollusion | Cheating the Cartel | Government Intervention in Oligopolies11. Monopolistic CompetitionCompeting via Product Differentiation | Loss of Surplus with Monopolistic CompetitionConclusion: The Insights and Limitations of Economics",http://covers.openlibrary.org/b/isbn/null.jpg,book|https://www.goodreads.com/book/show/22431116-microeconomics-made-simple,business;economics;finance,Austin Frakt,,,,, -5257915b-d90c-4478-b437-4a766c94a496,Steven Strogatz: The Joy Of 'X',,,audio|https://www.npr.org/2013/11/28/207885870/steven-strogatz-the-joy-of-x,mathematics,,2013,,,, -c7b88117-db09-446b-9700-9e0a58500dd6,The Joy of x,"A world-class mathematician and regular contributor to the New York Times hosts a delightful tour of the greatest ideas of math, revealing how it connects to literature, philosophy, law, medicine, art, business, even pop culture in ways we never imaginedDid O.J. do it? How should you flip your mattress to get the maximum wear out of it? How does Google search the Internet? How many people should you date before settling down? Believe it or not, math plays a crucial role in answering all of these questions and more.Math underpins everything in the cosmos, including us, yet too few of us understand this universal language well enough to revel in its wisdom, its beauty — and its joy. This deeply enlightening, vastly entertaining volume translates math in a way that is at once intelligible and thrilling. Each trenchant chapter of The Joy of x offers an “aha!” moment, starting with why numbers are so helpful, and progressing through the wondrous truths implicit in π, the Pythagorean theorem, irrational numbers, fat tails, even the rigors and surprising charms of calculus. Showing why he has won awards as a professor at Cornell and garnered extensive praise for his articles about math for the New York Times, Strogatz presumes of his readers only curiosity and common sense. And he rewards them with clear, ingenious, and often funny explanations of the most vital and exciting principles of his discipline.Whether you aced integral calculus or aren’t sure what an integer is, you’ll find profound wisdom and persistent delight in The Joy of x.",http://covers.openlibrary.org/b/isbn/9780547517650.jpg,book|https://www.goodreads.com/book/show/13356649-the-joy-of-x,mathematics;science,Steven H. Strogatz,,,,, -aca69d7c-c33e-48e1-abc6-7bda815bbb98,Why Aren't More Girls Attracted To Physics?,,,audio|https://www.npr.org/sections/alltechconsidered/2013/08/09/210251404/why-arent-more-girls-attracted-to-physics,physics;mathematics,,2013,,,, -7d9efaad-333f-44a4-86eb-1c7677b8a012,Actress Danica Mc Kellar Helps “Girls Get Curves”,,,audio|https://www.sciencefriday.com/segments/actress-danica-mckellar-helps-girls-get-curves/,geometry;mathematics,,2012,,,, -835611c8-8713-49a5-a906-e09bcefa06ea,Marketplace Weekend,,,audio|https://www.marketplace.org/shows/marketplace-weekend/,economics;mathematics,,,,,, -7bbac662-bf3b-4939-801e-4d1e06fabb2f,The Story Collider,,,article|https://www.storycollider.org/,science,,,,,, -7f3b1c11-c372-4a78-8203-9cdd4387d964,Loneliness: Stories About Finding Friends,,,audio|https://www.storycollider.org/stories/2018/7/17/loneliness-stories-about-finding-friends,mathematics;science;stories,,2018,,,, -b9dcfd7f-e38b-423b-97d6-7bb337b76662,Help: Stories about desperate situations,,,audio|https://www.storycollider.org/stories/2018/8/6/help-stories-about,mathematics;science;stories,,,,,, -54ea477b-8ae0-4381-a18e-36db31ced03c,In Honor Of Pi Day: Stories About Math,,,audio|https://www.storycollider.org/stories/2018/3/5/in-honor-of-pi-day-stories-about-math,mathematics;stories,,2018,,,, -753ebaef-f315-4454-9e9b-4cf74c794dba,Math Problems: Stories About Struggles With Math,,,audio|https://www.storycollider.org/stories/2018/1/5/math-problems-stories-about-math,mathematics;stories,,2018,,,, -8afdac7e-7171-4e4e-8db8-57f3bfb9ed48,Adriana Salerno: A Different Kind Of Problem,,,audio|https://www.storycollider.org/stories/2015/12/13/adriana-salerno-a-different-kind-of-problem,mindset;psychology;mathematics;stories,,2015,,,, -8007c493-3052-41d4-8285-e11b99adcb37,Alex Bellos: Your Favorite Number,,,audio|https://www.storycollider.org/stories/2016/1/1/alex-bellos-your-favorite-number,mathematics;stories,,2015,,,, -2d1b2423-3ac7-4eeb-8cc1-3ac511907745,Learn with Google AI,,,website|https://ai.google/education/,artificial-intelligence,,,,,, -b03178c7-2717-4b54-95f4-3f9aa5996c68,LibriVox,Free public domain audiobooks. Read by volunteers from around the world.,,audio|https://librivox.org/,books,,,,,, -a43a6299-233b-4ec8-843e-c5dfb152d08b,Farming Simulator,,,app|https://www.farming-simulator.com/,agriculture,,,,,, -7e2ba5e9-27bb-4794-bd6e-c699151fba9f,Edward Frenkel: The Test,,,audio|https://www.storycollider.org/stories/2016/1/2/edward-frenkel-the-test,mathematics;stories,,2014,,,, -29b2aace-f548-426d-81d9-ed57e60b6eef,Love and Math: The Heart of Hidden Reality (Hardcover)," A New York Times Science BestsellerWhat if you had to take an art class in which you were only taught how to paint a fence? What if you were never shown the paintings of van Gogh and Picasso, weren’t even told they existed? Alas, this is how math is taught, and so for most of us it becomes the intellectual equivalent of watching paint dry.In Love and Math, renowned mathematician Edward Frenkel reveals a side of math we’ve never seen, suffused with all the beauty and elegance of a work of art. In this heartfelt and passionate book, Frenkel shows that mathematics, far from occupying a specialist niche, goes to the heart of all matter, uniting us across cultures, time, and space.Love and Math tells two intertwined stories: of the wonders of mathematics and of one young man’s journey learning and living it. Having braved a discriminatory educational system to become one of the twenty-first century’s leading mathematicians, Frenkel now works on one of the biggest ideas to come out of math in the last 50 years: the Langlands Program. Considered by many to be a Grand Unified Theory of mathematics, the Langlands Program enables researchers to translate findings from one field to another so that they can solve problems, such as Fermat’s last theorem, that had seemed intractable before.At its core, Love and Math is a story about accessing a new way of thinking, which can enrich our lives and empower us to better understand the world and our place in it. It is an invitation to discover the magic hidden universe of mathematics.",https://learn-awesome.github.io/assets/book_covers/17290683.jpg,book|https://www.goodreads.com/book/show/17290683-love-and-math,science;mathematics;autobiography,Edward Frenkel,,,,, -aeca727d-bf52-495a-abb9-68e5ac25307c,Teachers on Math Strategy,,,audio|https://www.cbc.ca/player/play/2686398574,mathematics;teaching,,,,,, -c1efa45f-7108-4756-9e18-cc75bcf35301,Framer X,,,app|https://www.framer.com/,design;programming;web-design;web-development,,,,,, -c4542c1e-13aa-4889-ac86-b3d12e987e36,Emacs Rocks,,,video|http://emacsrocks.com/,software-tools/emacs,,,,,, -790e50c9-5458-4426-bdfd-b6a9ac91db1a,GNU Emacs,,,website|https://www.gnu.org/software/emacs/,software-tools/emacs,,,,,, -7e939440-b564-41b7-865c-d3fe5cf8a617,Emacs Reference Card,,,cheatsheet|https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf,software-tools/emacs,,,,,, -b6bb3df9-a9b6-46f9-8d82-bfa95dde33f4,How to draw what you see by Dorian Iten,,,article|http://www.dorian-iten.com/howtodraw/,drawing,Dorian Iten,,,,, -ea18823a-8080-435d-9732-ee545d21f681,"Understanding Drawing - A Guide From Beginner to Imagination - Principles, Levels, Skills, Traps, Maps By VolenCK",,,course|https://gumroad.com/l/udrawing,drawing,Volen CK,,,,, -11b25545-cfbf-4484-b0a7-57f57ce032ec,Erowid,,,website|https://www.erowid.org/psychoactives/psychoactives.shtml,drugs,,,,,, -c2e59fd2-888b-4ce0-8d4c-3c630a79e186,DMT Nexus - All about DMT,,,website|https://www.dmt-nexus.me,drugs,,,,,, -f7bb64d4-471f-4526-b4f5-2fd4b870f400,Noah Bradley's Free Photo Reference Megapack,,,video|https://gumroad.com/l/reference,drawing,Noah Bradley,,,,, -9200ff56-bfd0-4993-9d38-0b9190cdbe0e,Erika Engelhaupt: The Science Of Speeding,,,audio|https://www.storycollider.org/stories/2016/1/2/erika-engelhaupt-the-science-of-speeding,mathematics;science,,,,,, -4165bb9a-0cb8-4d5b-8d9a-d306e4ef1c8d,Jen Fitzgerald: Rocky The Mathlete,,,audio|https://www.storycollider.org/stories/2016/1/6/jen-fitzgerald-rocky-the-mathlete,science;mathematics,,,,,, -63d6e779-f284-4c33-a184-ffb884002c6e,Children Catch Math Anxiety From Parents,,,audio|https://www.cbc.ca/radio/quirks/quirks-quarks-for-sep-12-2015-1.3224539/children-catch-math-anxiety-from-parents-1.3224577,mathematics;teaching,,,,,, -ef8c932c-20eb-44ae-9ca8-9789ddeabc00,The Age of the Algorithm,,,audio|https://99percentinvisible.org/episode/the-age-of-the-algorithm/,algorithms;mathematics;architecture;design,,,,,, -c853e031-1464-418c-a761-da4680dcbef2,On Average,,,audio|https://99percentinvisible.org/episode/on-average/,mathematics;architecture;design,,,,,, -dc0fc8a4-9a0d-466e-b83f-67def0a66afe,What Really Is At The Bottom Of The Sea?,,,audio|https://www.podcastone.com/the-big-questions-with-adam-spencer,mathematics,,2019,,,, -8a22f30f-f8f3-4963-9638-4211d86adf3e,What’s In A Number? — 2006 Edition,,,audio|https://www.thisamericanlife.org/320/whats-in-a-number-2006-edition,mathematics,,,,,, -81e83249-8481-4d18-8b72-94a8c61d3b82, Am I Normal? Download,,,audio|https://www.wnycstudios.org/story/data-mona-chalabi,mathematics;data-science,,,,,, -62eb6b50-85b6-48e1-ac6b-61a11c912e9d,"How One Computer Hacker Conquered Online Dating, Opens Locked Cars, and More (#74)",,,audio|https://tim.blog/2015/05/02/samy-kamkar/,mathematics;computers,,,,,, -087054b6-df77-4a5f-9a8b-d48fd88fdfce,Down and Dirty at the Museum of Math?,,,audio|https://www.wnyc.org/story/264330-down-and-dirty-at-the-museum-of-math/,mathematics,,,,,, -eb0c36dd-13bc-48cb-8c32-8a917f60208b,Visual Information Theory,,,article|https://colah.github.io/posts/2015-09-Visual-Information/,information-theory,,,,,,oer -5a2c70a8-153c-4717-b3fe-d646ca16ee88,The History of Philosophy,,,interactive|https://www.denizcemonduygu.com/philo/browse/,philosophy,,,,,, -0dea5f50-a284-4af9-a8b8-095edc7711e6,NewSpace India,,,audio|https://newspaceindia.transistor.fm/episodes,nations/india/space-science,,,,,, -4667cdca-4c83-482e-a42e-297a3dc76796,Every Noise At Once,"Every Noise at Once is an ongoing attempt at an algorithmically-generated, readability-adjusted scatter-plot of the musical genre-space, based on data tracked and analyzed for 3,294 genres by Spotify as of 2019-07-29. The calibration is fuzzy, but in general down is more organic, up is more mechanical and electric; left is denser and more atmospheric, right is spikier and bouncier.",,interactive|http://everynoise.com/,music,,,,,, -cc276193-1bb8-4cac-929d-ee24f8ab85fe,Flutter SDK Tutorial - Hello World! (App Development),,,video|https://www.youtube.com/watch?v=CEPCGXQ7IQg&list=PLxU9Ryxq6p58PsNmJL70J4_7UzfSqf35n,software-tools/flutter,,,,,,oer -9e4b8bb5-52c0-46f1-bcd3-4a32181f835a,Ruby 2.7.0 Released,,,article|https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/,programming-languages/ruby,,,,,, -5772d255-7717-41b0-8e46-addec779b66c,The simpler quadratic formula | Lockdown math ep. 1,,,video|https://www.youtube.com/watch?v=MHXO86wKeDY,quadratic-equations,,,,,,oer -39980dba-1712-41ad-962b-c9fd84e4f8ea,#1 Solidity Tutorial & Ethereum Blockchain Programming Course | CryptoZombies,,,interactive|https://cryptozombies.io,cryptocurrency;blockchain,,,,,, -a32b8e66-2ebc-45ef-8174-fed9500fe54f,Lecture notes – Ergodicity Economics,,,book|https://ergodicityeconomics.com/lecture-notes/,economics,,,,,, -d141a9af-24f2-48d8-8ff5-5d4552ab993a,GitHub - Kels316/DIY-Air-Purifier: A small DIY air purifier using off-the-shelf components for under $100,,,article|https://github.com/Kels316/DIY-Air-Purifier,air-purification,,,,,,oer -0aee74d1-e2b4-469c-8361-93e17dc927f5,Imaginary Numbers Are Real [Part 1: Introduction],,,video|https://www.youtube.com/watch?v=T647CGsuOVU&list=PLiaHhY2iBX9g6KIvZ_703G3KJXapKkNaF,complex-numbers,,,,,,oer -7ee977a8-f2e5-4756-ad38-331f76c6e2ab,Chess Tactics Explained in English: Ward Farnsworth's Predator at the Chessboard,,,book|https://www.chesstactics.org/,chess,,,,,, -c8fc0aef-5159-4247-83dd-b9ea91166ab3,Permutations and Combinations | G'Day Math,,,video|https://gdaymath.com/courses/permutations-and-combinations/,permutation-and-combination,,,,,, -21a46f56-8ea8-4585-aa0b-fd9d08f5fb72,"Git Hooks | Learn how to use pre-commit hooks, post-commit hooks, - post-receive hooks, and more. | Matthew Hudson",,,website|https://githooks.com/,software-tools/git,,,,,, -6adad105-ed56-4d46-8888-170e5180036d,js金沙城娛樂城免费|欢迎您,,,blog|http://www.google99.com,game-developmet;gaming,,,,,, -36bc91bf-c0c9-4151-af53-a1b4ec7621ce,Processing.org,,,website|https://processing.org/,programming-languages/processing,,,,,, -465748df-d8f3-49b5-be38-a83b32a34a44,Processing Day India,,,conference|https://processingindia.org/,programming-languages/processing,,,,,, -4ab94b8a-6540-46e0-855b-994951ed277d,RSTV The Maths Factor Documentary in English EP - 01,,,video|https://www.youtube.com/watch?v=RltnmlxHPGI&list=PLVOgwA_DiGzrwgxkjYscerv4FcZD_apq9&index=13,mathematics,,,,,,oer -464042f8-ce82-4985-93aa-802a904683f8,"The Flask Mega-Tutorial Part I: Hello, World! - miguelgrinberg.com",,,article|https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world,software-tools/flask,,,,,, -8b7804a2-49bc-464a-badd-2547d8bd5307,Welcome to Flask — Flask Documentation (1.1.x),,,website|https://flask.palletsprojects.com/en/1.1.x/,software-tools/flask,,,,,, -124e1e1a-3b2d-406c-82af-6439769ee42f,"Data science courses Training in Hyderabad, Kukatpally | PG | Mayazbridge",,,course|http://mayazbridge.com/data-science-course-training-hyderabad,data-science,,,,,, -45012d65-92b1-46d6-bab4-1cf6a3012ea4,The Map of Mathematics by Quanta Magazine,,,interactive|https://www.quantamagazine.org/the-map-of-mathematics-20200213,mathematics,,,,,, -2ba3dbe0-f242-4afb-af26-9690e472692c,Hundreds of Proofs of God’s Existence,,,article|http://www.godlessgeeks.com/LINKS/GodProof.htm,atheism,,,,,, -36c16018-4657-4129-b7d7-1c4ad158c88a,Ruby On Rails - Project Homepage,,,website|https://rubyonrails.org/,software-tools/rails,,,,,, -a03ebcef-dceb-40a7-aec9-f439ddff726e,GitHub: rails/rails,Official code repository,,code|https://github.com/rails/rails,software-tools/rails,,,,,,oer -46211b70-f88d-447b-aa75-6b78d04f650d,Ruby On Rails - Official Guides,,,website|https://guides.rubyonrails.org/,software-tools/rails,,,,,, -b7075f70-840f-43c0-9adc-6701f4e4d9b7,Ruby on Rails - Main Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Ruby_on_Rails,software-tools/rails,,,,,,oer -8758627d-7fba-4927-a33e-66795d0f6b7e,Gitter: rails/rails,,,chat|https://gitter.im/rails/rails,software-tools/rails,,,,,, -01ba378e-9bbe-4bec-853e-214a5d951295,Ruby on Rails: Official Twitter,,,blog|https://twitter.com/rails,software-tools/rails,,,,,, -85afa86a-55fe-480c-af2c-b9408ebcd739,This Week in Rails,,,newsletter|https://rails-weekly.ongoodbits.com/,software-tools/rails,,,,,, -1659aa76-a8ed-47a4-b6b0-d121e60c6749,Bangalore Ruby Users Group,,,meetup|https://www.meetup.com/Bangalore-Ruby-Users-Group/,programming-languages/ruby;software-tools/rails,,,,,, -b361bbdb-ee66-4712-abec-6ea5480c3642,Rails 5: The Tour, ,https://i.ytimg.com/vi/OaDhY_y8WTo/maxresdefault.jpg,video|https://www.youtube.com/watch?v=OaDhY_y8WTo,software-tools/rails,,,,,,oer -9fcf32ce-e8ac-4af2-90b0-375c4a2b518e,Awesome Rails,,,article|https://github.com/ekremkaraca/awesome-rails,software-tools/rails,,,,,,oer -4d98f2fc-3e06-4d49-9b87-b5ab4b5ffede,Deep Learning for Beginners,,,cheatsheet|https://randomekek.github.io/deep/deeplearning.html,deep-learning,,,,,,oer -3ca1c273-d209-4ecb-9f12-f2a80f2ca124,"Endless Memory, Part 1","Lesley Stahl reports on the recently discovered phenomenon of ""superior autobiographical memory,"" the ability to recall nearly every day of one's life.",https://i.ytimg.com/vi/oHeEQ85m79I/hqdefault.jpg,video|https://www.youtube.com/watch?v=oHeEQ85m79I,memory,,2011,,,,oer -09faef53-b3d8-4460-80a9-0bcb1e2142ec,Beatboxing for Kids,,,article|https://beatboxingforkids.fun/,beatboxing,,,,,, -724337e2-612f-4b43-b0e3-3c2bced627c4,Ruby on Rails Link Slack,,,chat|https://www.rubyonrails.link/,software-tools/rails,,,,,, -86c21048-d326-424c-9ea3-8b4d452283fa,Build small apps while learning Java,,,code|https://hi.hyperskill.org/projects3,programming-languages/java,,,,,, -e5ed9e52-4807-43a8-9861-0d8273cade41,Learning: Main Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Learning,learning,,,,,,oer -095717de-5429-45c3-9e30-5ad00d1a1e03,Learning: Simple Wikipedia,,,wiki|https://simple.wikipedia.org/wiki/Learning,learning,,,,,,oer -859d3c20-3df0-4df5-ba96-e58df7fe2f64,Pragmatic Thinking and Learning,,http://covers.openlibrary.org/b/isbn/9781934356050.jpg,book|https://www.goodreads.com/book/show/3063393-pragmatic-thinking-and-learning,learning;thinking,Andy Hunt,,,,, -b52f9834-7298-43dd-943d-9007a6a9865b,Ultralearning,,http://covers.openlibrary.org/b/isbn/null.jpg,book|https://www.goodreads.com/book/show/44770129-ultralearning;video|https://youtu.be/J2JGiJNUsD4;video|https://www.scotthyoung.com/blog/ultralearning-webinar/,productivity;learning,Scott H Young,,,,, -b1f62c90-5d80-49b5-be2f-e0b9cc9f8c2e,The Art of Thinking Clearly - Summary by FourMinuteBooks,Dobelli lays out some of the most common and disastrous mental biases we are …,https://blas.com/wp-content/uploads/2016/07/41079pBDabL._SX331_BO1204203200_-200x300.jpg,summary|https://fourminutebooks.com/the-art-of-thinking-clearly-summary/;summary|https://blas.com/art-of-thinking-clearly/;book|https://www.goodreads.com/book/show/16248196-the-art-of-thinking-clearly,thinking;rolf-dobelli;mental-models,Rolf Dobelli;Author of The Art of Thinking Clearly,,,,, -7806bec8-1895-4687-b35a-c11891261a2b,Super Thinking: The Big Book of Mental Models,,http://covers.openlibrary.org/b/isbn/9780525533580.jpg,book|https://www.goodreads.com/book/show/41181911-super-thinking;summary|https://blas.com/superthinking/,thinking;mental-models;lauren-mccann;duckduckgo,Gabriel Weinberg,,,,, -fdc301f7-deaa-454a-9916-aec5a8eea1e5,7 Must-Know Strategies To Learn Anything Faster,,http://covers.openlibrary.org/b/isbn/null.jpg,book|https://www.goodreads.com/book/show/36383043-7-must-know-strategies-to-learn-anything-faster,learning,Scott H Young,,,,, -3f542c86-c636-4a07-bfb3-60076edbe619,How to Solve It: A New Aspect of Mathematical Method,By George Pólya,https://learn-awesome.github.io/assets/book_covers/192221.jpg,book|https://www.goodreads.com/book/show/192221.How_to_Solve_It,science;mathematics,George Pólya,,,,, -f8c0927d-7f29-42d8-bdec-7ff2e9a04eaf,Better Explained,,,website|https://betterexplained.com/,mathematics,,,,,, -6fd41854-d81b-4ee1-b207-943e0467b079,The Ultimate Learning Guide: Via Shane Parrish,,,article|https://medium.com/@ryan_reeves/the-ultimate-learning-guide-via-shane-parrish-421dee960f27,learning,,,,,,oer -a3bbe7c3-2ed2-4d5c-9b33-50aa49b83f19,Angel Investing — Holloway,,https://www.holloway.com/static/documentCovers/documentCover-angel-investing-tiny-@2x-808cedda24.jpg,book|https://www.holloway.com/b/angel-investing,angel-investing,,,,,, -5f42c0f9-34a4-429c-9f67-3a5543ff9352,The Great Mental Models,,http://covers.openlibrary.org/b/isbn/null.jpg,book|https://www.goodreads.com/book/show/44245196-the-great-mental-models,thinking,Shane Parrish,,,,, -28170254-f2f7-41a0-b077-569034e9eb27,Letters from a Stoic,By Seneca,https://learn-awesome.github.io/assets/book_covers/97411.jpg,book|https://www.goodreads.com/book/show/97411.Letters_from_a_Stoic;summary|https://fourminutebooks.com/letters-from-a-stoic-summary/,philosophy;history;life,Seneca;Seneca the Younger,,,,, -a9e2ea78-b006-4e24-8649-d85c869b9754,An Introduction to Interactive Programming in Python (Part 1),,,course|https://www.coursera.org/learn/interactive-python-1?ranMID=40328&ranEAID=SAyYsTvLiGQ&ranSiteID=SAyYsTvLiGQ-5sKesT96iQ9v1V4HDSz7Pg&siteID=SAyYsTvLiGQ-5sKesT96iQ9v1V4HDSz7Pg&utm_content=10&utm_medium=partners&utm_source=linkshare&utm_campaign=SAyYsTvLiGQ,programming-languages/python,,,,,, -2751b543-b455-4194-b81f-786f4a44b516,Teaching Children Philosophy,,,website|https://www.teachingchildrenphilosophy.org/,philosophy,,,,,, -b7a31833-cf50-4bf2-892d-239858a7d5ad,The Holloway Guide to Using Twitter — Holloway,,,book|https://www.holloway.com/g/using-twitter/about,twitter,,,,,, -dfa50f72-2f8d-450b-9ccf-6025d54c4abf,Solution to the optimal stopping problem | plus.maths.org,,,article|https://plus.maths.org/content/solution-optimal-stopping-problem,optimal-stopping,,,,,, -f1aeb082-3ba3-41dd-80d3-d7c665d7aa53,The First 20 Hours,"Forget the 10,000 hour rule— what if it’s possible to learn the basics of any new skill in 20 hours or less? - -In The First 20 Hours, Josh Kaufman offers a systematic approach to rapid skill acquisition— how to learn any new skill as quickly as possible. His method shows you how to deconstruct com­plex skills, maximize productive practice, and remove common learning barriers. By complet­ing just 20 hours of focused, deliberate practice you’ll go from knowing absolutely nothing to performing noticeably well. - -Kaufman personally field-tested the meth­ods in this book.",http://covers.openlibrary.org/b/isbn/9781591845553.jpg,article|https://ideas.ted.com/dont-have-10000-hours-to-learn-something-new-thats-fine-all-you-need-is-20-hours/;book|https://www.amazon.com/First-20-Hours-Learn-Anything/dp/1591846943?tag=learnawesome-20;video|https://www.youtube.com/watch?v=EtJy69cEOtQ;summary|https://fourminutebooks.com/the-first-20-hours-summary/,learning,Josh Kaufman;Author of The First 20 Hours,2013,,,,oer -a0308428-9c92-4e8a-a5e3-5c14c37225ce,The Game You Win By Losing (Parrondo's Paradox),,,video|https://www.youtube.com/watch?v=PpvboBJEozM,parrondo-paradox,,,,,,oer -430186b8-15eb-4e6d-ad08-3fa25264b9ca,Mindset - Summary by fourminutebooks.com - Summary by Derek Sivers,By Carol S. Dweck,https://learn-awesome.github.io/assets/book_covers/40745.jpg,summary|https://sivers.org/book/Mindset;summary|https://fourminutebooks.com/mindset-summary/,learning,Carol S. Dweck,,,,, -5d06fb89-c603-4042-b601-14956b7cd60c,a thing about chords!,,https://i.ytimg.com/vi/uINxIvwK1eo/maxresdefault.jpg,video|https://www.youtube.com/watch?v=uINxIvwK1eo,music,,,,,,oer -1d77d5a1-b718-4f48-b825-77d47e40fc78,chord personalities,"this is a big simplification of how chords work, but kinda how they feel for me! ill probably do a video about extended chords too but we'll see haha",https://i.ytimg.com/vi/4CAMOVeqoyE/maxresdefault.jpg,video|https://www.youtube.com/watch?v=4CAMOVeqoyE,music;piano,Louie Zong,2019,,,,oer -34352915-9c52-40ce-a85c-147a3f3dce3e,Reactive Design Patterns,"Reactive Design Patterns is a clearly written guide for building message-driven distributed systems that are resilient, responsive, and elastic. In this book you'll find patterns for messaging, flow control, resource management, and concurrency, along with practical issues like test-friendly designs. All patterns include concrete examples using Scala and Akka. - -",,book|https://www.reactivedesignpatterns.com/,programming;functional-programming,,,,,, -35332462-ffbf-4215-b18a-b582d7fe1738,How data forces you to achieve goals,An article about leveraging your own data to achieve goals.,,article|https://hackernoon.com/how-data-forced-me-to-achieve-my-goals-52df76064903,data-science;productivity;open-data,,2016,,,, -8cde11e6-46e4-4ffb-8ac5-c90ff6feeede,Learning How To Learn - Summary on /r/GetMotivated,,,summary|https://www.reddit.com/r/GetMotivated/comments/5950tm/text_i_just_finished_the_online_coursera_course/,learning,,,,,,oer -cef1a73c-450e-4747-8e20-cb92b7a44d7c,Nonlinear Dynamics 1: Geometry of Chaos,,,course|http://chaosbook.org/course1/,complexity-science,,,,,, -15e9f8bb-77d0-4143-8c5c-8dc0a658dc87,Introduction to Computer Science and Programming Using Python,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-computer-science-and-programming-using-python-1341,computer-science;programming-languages/python,,,,,, -d060e082-324e-4ffd-93e7-85add35c5887,Elements of AI,By University of Helsinki via Independent,,course|https://www.classcentral.com/course/independent-elements-of-ai-12469,artificial-intelligence,,,,,, -254da1a9-79fd-4043-862f-da9e05d5c897,CS50's Introduction to Computer Science,By Harvard University via edX,,course|https://www.edx.org/course/cs50s-introduction-computer-science-harvardx-cs50x,computer-science,,,,,, -40aa2e26-c2e2-4d2d-936b-2b8de1431b62,Machine Learning for Musicians and Artists,"By Goldsmiths, University of London via Kadenze",,course|https://www.classcentral.com/course/kadenze-machine-learning-for-musicians-and-artists-3768,machine-learning,,,,,, -32365918-aec5-4124-9b72-0f2d275d66a3,"Divide and Conquer, Sorting and Searching, and Randomized Algorithms",By Stanford University via Coursera,,course|https://www.classcentral.com/course/coursera-divide-and-conquer-sorting-and-searching-and-randomized-algorithms-374,algorithms,,,,,, -41ab8523-b769-440c-9e56-0c99bffcbb06,Intro to Computer Science,By University of Virginia via Udacity,,course|https://www.udacity.com/course/introduction-to-python--ud1110,computer-science,,,,,, -51ef378b-b9e6-47d8-a3c3-71768ce7ace5,Functional Programming Principles in Scala,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.classcentral.com/course/coursera-functional-programming-principles-in-scala-422,functional-programming;programming-languages/scala,,,,,, -e6444fe4-0d84-48f6-b1a7-7020c3c9774a,"Algorithms, Part I",By Princeton University via Coursera,,course|https://www.classcentral.com/course/coursera-algorithms-part-i-339,algorithms,,,,,, -2c339531-cb9f-46a9-89e9-de7d98097647,Cryptography I,By Stanford University via Coursera,,course|https://www.classcentral.com/course/coursera-cryptography-i-616,cryptography,,,,,, -56037f64-bc6e-4acd-b591-ed15a8b91e01,How to Use Git and GitHub,By via Udacity,,course|https://www.classcentral.com/course/udacity-how-to-use-git-and-github-2661,software-tools/git,,,,,,oer -9c1d38a9-0ba4-4f7e-a1cf-c391ed6c0205,Creative Applications of Deep Learning with TensorFlow,By via Kadenze,,course|https://www.kadenze.com/courses/creative-applications-of-deep-learning-with-tensorflow/info,deep-learning;software-tools/tensorflow,,,,,, -72db6b7c-6cb0-4275-9bf6-3448b4adedfb,Machine Learning Foundations: A Case Study Approach,By University of Washington via Coursera,,course|https://www.coursera.org/learn/ml-foundations,machine-learning,,,,,, -29bc9cd3-1bdf-4e78-ad80-77f9a6b108b7,"Internet History, Technology, and Security",By University of Michigan via Coursera,,course|https://www.coursera.org/learn/internet-history,internet,,,,,, -8879208a-e3c0-4f70-8b8f-bc570d26824f,Introduction to Linux,By Linux Foundation via edX,,course|https://www.edx.org/course/introduction-to-linux,software-tools/linux,,,,,, -9268fdc4-b47c-4868-99e3-ad8773dbd86c,Principles of Computing (Part 1),By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-principles-of-computing-part-1-1724,computer-science,,,,,, -280673dc-5c9e-4c47-ab7f-04a0a105bc09,CS188.1x: Artificial Intelligence,"By University of California, Berkeley via edX",,course|https://courses.edx.org/courses/BerkeleyX/CS188.1x-4/1T2015/course/,artificial-intelligence,,,,,, -379192d8-5522-4da4-9891-bb2b0f545f9f,Software Security,"By University of Maryland, College Park via Coursera",,course|https://www.classcentral.com/course/coursera-software-security-1728,computer-security,,,,,, -3d0f55c9-2e30-4398-9b2f-dca0b89812ea,Build a Modern Computer from First Principles: From Nand to Tetris (Project-Centered Course),By Hebrew University of Jerusalem via Coursera,,course|https://www.coursera.org/learn/build-a-computer;website|https://www.nand2tetris.org/;video|https://www.youtube.com/watch?v=IlPj5Rg1y2w;interactive|https://nandgame.com/,computer-science,,,,,,oer -e4430401-5624-4d32-994b-6d3a170fb3ee,Algorithmic Toolbox,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/algorithmic-toolbox,algorithms,,,,,, -54e8adbf-0b75-4205-99b7-0c649ae06376,"Cloud Computing Concepts, Part 1",By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/cloud-computing,cloud-computing,,,,,, -f5cc4820-fc90-444b-9ea7-929cd839421f,Introduction to Artificial Intelligence,By Stanford University via Udacity,,course|https://www.udacity.com/course/intro-to-artificial-intelligence--cs271,artificial-intelligence,,,,,, -726692f7-d10f-4c78-b87f-deff1f8065cf,Machine Learning: Regression,By University of Washington via Coursera,,course|https://www.coursera.org/learn/ml-regression,machine-learning,,,,,, -6bba7914-f947-49e7-8469-7cd3555c3ac0,Probabilistic Graphical Models 1: Representation,By Stanford University via Coursera,,course|https://www.coursera.org/learn/probabilistic-graphical-models,machine-learning,,,,,, -00be61f4-7710-4686-aeb4-35e51059e0a9,"Algorithms, Part II",By Princeton University via Coursera,,course|https://www.coursera.org/learn/algorithms-part2,algorithms,,,,,, -4e1b9793-2f9e-454a-8a40-67ad39134262,Principles of Computing (Part 2),By Rice University via Coursera,,course|https://www.coursera.org/learn/principles-of-computing-2,computer-science,,,,,, -3e09135c-916a-4be4-8976-48ae9882babe,Automata Theory,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-automata-theory-376,computer-science;mathematics,,,,,, -d0cc7e37-6100-49e6-ac95-ff4c37c1b9c7,Web Security Fundamentals,By KU Leuven University via edX,,course|https://www.edx.org/course/web-security-fundamentals-kuleuvenx-websecx,computer-security,,,,,, -f0a66b9f-e10c-49e4-9959-f7e5487a9602,Neural Networks and Deep Learning,By deeplearning.ai via Coursera,,course|https://www.coursera.org/learn/neural-networks-deep-learning,machine-learning;deep-learning,,,,,, -3c552e8b-c998-4a78-8dbb-07d86535f472,Algorithmic Thinking (Part 1),By Rice University via Coursera,,course|https://www.coursera.org/learn/algorithmic-thinking-1,algorithms,,,,,, -d1857736-eaac-4fc2-bf61-c6ba5cf63795,Text Retrieval and Search Engines,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-text-retrieval-and-search-engines-2734,data-science,,,,,, -26abc58a-f419-4db9-9283-5005c76fc7b4,Intro to Machine Learning,By Stanford University via Udacity,,course|https://www.classcentral.com/course/udacity-intro-to-machine-learning-2996,machine-learning,,,,,, -d7587ed4-1e66-4dc8-b941-ce692c49d900,Machine Learning With Big Data,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/big-data-machine-learning,machine-learning;big-data,,,,,, -c6df06ce-dd08-4833-83ab-8d68f11d8551,Julia Scientific Programming,By University of Cape Town via Coursera,,course|https://www.coursera.org/learn/julia-programming,programming-languages/julia,,,,,4.0, -7ea4fab2-3b29-4db7-b433-bf4ff2d2a568,Introduction to Cyber Security,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/introduction-to-cyber-security,computer-security,,,,,, -305e4162-2575-48fa-9e0a-8f37fe66cc2a,Computer Science 101,By Stanford University via Stanford OpenEdx,,course|https://online.stanford.edu/courses/soe-ycscs101-sp-computer-science-101,computer-science,,,,,,oer -02910c7c-5643-4ed1-ad98-aeab1a6aa53d,The Nature of Code,By Processing Foundation via Kadenze,,course|https://www.classcentral.com/course/kadenze-the-nature-of-code-3777,computer-science;programming,,,,,, -ce19e9ca-0ba8-450d-8df7-20f756242ea3,The Arduino Platform and C Programming,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/arduino-platform,arduino;programming-languages/c,,,,,, -a8e638fa-f64f-4cde-a6e4-cc7bd914c075,Introduction to the Internet of Things and Embedded Systems,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/iot,internet-of-things;embedded-systems,,,,,, -620fc471-c100-4457-9784-60ef142e61e7,Hardware Security,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/hardware-security,computer-security,,,,,, -a5316c39-c65f-44c7-977c-cb70d09f1c24,MOOC CHATONS,,,course|https://mooc.chatons.org/,internet;society,,,beginner,,, -0def2f81-a1eb-4e09-8ffc-c659b9d24e79,Machine Learning for Trading,By Georgia Institute of Technology via Udacity,,course|https://www.udacity.com/course/machine-learning-for-trading--ud501,machine-learning;trading,,,,,, -14b98a87-5af2-45cb-9e1a-8101792fdbff,Machine Learning for Data Science and Analytics,By Columbia University via edX,,course|https://www.edx.org/course/machine-learning-for-data-science-and-analytics,machine-learning;data-science,,,,,, -972d16be-9e32-4015-87bd-5b04603d5990,Introduction to Software Product Management,By University of Alberta via Coursera,,course|https://www.coursera.org/learn/introduction-to-software-product-management,product-management,,,,,, -e59851d7-e180-4bd6-855c-615ce0655762,Cybersecurity Fundamentals,By Rochester Institute of Technology via edX,,course|https://www.edx.org/course/cybersecurity-fundamentals-3,computer-security,,,,,, -3e2dbd52-9ecf-4594-94f1-728fbf16be74,Algorithmic Thinking (Part 2),By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-algorithmic-thinking-part-2-3200,algorithms,,,,,, -e49b25e1-49f4-4c45-b154-8e2562f46348,Usable Security,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/usable-security,computer-security,,,,,, -aa2d2701-50db-4803-b982-6233471e709c,Design of Computer Programs,By Stanford University via Udacity,,course|https://www.udacity.com/course/design-of-computer-programs--cs212,computer-science;programming,,,,,, -18553371-8e86-479f-bd03-ee4e68dc169f,Machine Learning: Classification,By University of Washington via Coursera,,course|https://www.coursera.org/learn/ml-classification,machine-learning,,,,,, -8f965188-143d-4321-a7c2-c184442ca47d,Cybersecurity and Its Ten Domains,By University System of Georgia via Coursera,,course|https://www.classcentral.com/course/coursera-cybersecurity-and-its-ten-domains-3206,computer-security,,,,,, -e0584066-111f-4129-b6e5-67037ee993b3,The Holloway Guide to Remote Work — Holloway,,,book|https://www.holloway.com/g/remote-work/about,remote-work,,,,,, -62413c1e-a967-4f77-b3df-877428ff7a5f,Image and Video Processing: From Mars to Hollywood with a Stop at the Hospital,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-image-and-video-processing-from-mars-to-hollywood-with-a-stop-at-the-hospital-462,image-processing,,,,,, -9af96d4a-9a15-439e-a97d-febeecbbd047,"Cloud Computing Applications, Part 1: Cloud Systems and Infrastructure",By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-cloud-computing-applications-part-1-cloud-systems-and-infrastructure-2738,cloud-computing,,,,,, -cd813125-8ce4-4622-87c8-cfcef185d395,Cryptography,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/cryptography,cryptography,,,,,, -78e2bbd8-c556-4896-b644-ce3fd600864f,Discrete Optimization,By University of Melbourne via Coursera,,course|https://www.classcentral.com/course/coursera-discrete-optimization-487,mathematics,,,,,, -623afd6b-740f-4df8-9a55-a3e8dc07dc41,Introduction to Computer Networking,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-introduction-to-computer-networking-1578,computer-networking,,,,,, -921f6074-66ff-4297-a48f-25599e99059d,Practical Machine Learning,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-practical-machine-learning-1719,machine-learning,,,,,, -3cd423ea-7ba3-4c77-ac7d-fc00925e417e,Learning from Data (Introductory Machine Learning course),By California Institute of Technology via Independent,,course|http://work.caltech.edu/telecourse.html,machine-learning,,,,,,oer -f3f32404-ebf9-4c19-832b-9dda2fb9ea73,How to Code: Simple Data,By The University of British Columbia via edX,,course|https://www.edx.org/course/how-code-simple-data-ubcx-htc1x,programming,,,,,, -4ce396e4-b5d9-4444-9188-23b5fe96b2d9,Computational Neuroscience,By University of Washington via Coursera,,course|https://www.coursera.org/learn/computational-neuroscience,neuroscience,,,,,, -a1353c4a-8331-434e-902a-7c0e14868e19,Reinforcement Learning,By Brown University via Udacity,,course|https://www.classcentral.com/course/udacity-reinforcement-learning-1849,machine-learning,,,,,, -833a2129-5a47-4dac-a59e-5da6eb839c8b,"Practical Deep Learning For Coders, Part 1",By fast.ai via Independent,,course|https://course.fast.ai/,deep-learning,,,,,, -8f007571-db71-47a4-a8aa-3a1c445e297c,Biometric Technologies: Identification for the Future (January 2019),By Canberra Institute of Technology via Canvas Network,,course|https://www.canvas.net/browse/canberrait/courses/biometric-technologies,biometrics,,,,,, -22ec50f7-2f2e-4360-b04e-f8e6853fe23e,Artificial Intelligence (AI),By Columbia University via edX,,course|https://www.edx.org/course/artificial-intelligence-ai,artificial-intelligence,,,,,, -d947af41-2a78-4fa7-aaad-d972056c9fd1,Machine Learning,By Columbia University via edX,,course|https://www.classcentral.com/course/edx-machine-learning-7231,machine-learning,,,,,, -6961b5d3-9901-4c9f-8236-e0fdfce73b21,Advanced Data Structures in Java,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/advanced-data-structures,programming-languages/java;data-structures,,,,,, -48fb2fa8-8a43-4158-a0e7-e921aab361e4,The Raspberry Pi Platform and Python Programming for the Raspberry Pi,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/raspberry-pi-platform,raspberrypi;programming-languages/python,,,,,, -cc4f007e-3cdf-4005-a8cf-d24578e0798a,Software Architecture for the Internet of Things,By EIT Digital via Coursera,,course|https://www.coursera.org/learn/iot-software-architecture,internet-of-things,,,,,, -7fc710a5-1455-4fe5-a545-a06e6b68ff33,Introduction to Recommender Systems: Non-Personalized and Content-Based,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/recommender-systems-introduction,machine-learning,,,,,, -1acc7d1b-251c-4b98-bac8-254584ba4fde,"HI-FIVE: Health Informatics For Innovation, Value & Enrichment (Administrative/IT Perspective)",By Columbia University via Coursera,,course|https://www.coursera.org/learn/hi-five-admin-it,health-informatics,,,,,, -c33ea1ec-314c-4e33-a8dc-7f7165037731,The Unix Workbench,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/unix,software-tools/unix,,,,,, -f094a556-37dd-4bff-84cc-06c60388030f,"Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization",By deeplearning.ai via Coursera,,course|https://www.classcentral.com/course/coursera-improving-deep-neural-networks-hyperparameter-tuning-regularization-and-optimization-9054,deep-learning,,,,,, -f13cd735-3958-4940-a130-c2c33547847f,Introduction to Cybersecurity for Business,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/intro-cyber-security-business,computer-security,,,,,, -65cfc809-0f82-487c-ada4-81ae263cba5b,Classical Cryptosystems and Core Concepts,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/classical-cryptosystems,cryptography,,,,,, -c31bf66a-2ca2-4385-ab63-c9b649eb09e3,Bayesian Methods for Machine Learning,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-bayesian-methods-for-machine-learning-9604,machine-learning,,,,,, -d32291e7-02cc-4ede-9c2b-8cdb1e03babc,Introduction to Deep Learning,By Higher School of Economics via Coursera,,course|https://www.coursera.org/learn/intro-to-deep-learning,deep-learning,,,,,, -08395ed6-753a-41a5-b09b-369759f8f729,Deep Learning in Computer Vision,By Higher School of Economics via Coursera,,course|https://www.coursera.org/learn/deep-learning-in-computer-vision,deep-learning,,,,,, -3b2b000b-62ad-47aa-8682-f657d92e296f,Applying Machine Learning to your Data with GCP,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-applying-machine-learning-to-your-data-with-gcp-9685,machine-learning,,,,,, -2552c935-228c-49a7-8541-9a6a3e467f20,IoT Sensors and Devices,By Curtin University via edX,,course|https://www.classcentral.com/course/edx-iot-sensors-and-devices-9751,internet-of-things,,,,,, -edb25369-c0d9-4992-8a04-0d64020f61f8,Enterprise Systems,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-enterprise-systems-12165,enterprise-resource-planning,,,,,, -5f932b2d-d9b3-4d1b-b471-1dbaf3b277b0,Analysis for Business Systems,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-analysis-for-business-systems-12173,software-engineering,,,,,, -94d400a3-4d4b-4d6a-b800-68168a8da0e5,Security and Privacy in TOR Network,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-security-and-privacy-in-tor-network-12878,computer-security;software-tools/tor,,,,,, -6ea8b6ac-2617-44ff-853e-72b9cc7dd2fb,Transacting on the Blockchain,By INSEAD via Coursera,,course|https://www.classcentral.com/course/coursera-transacting-on-the-blockchain-13376,blockchain,,,,,, -2fa27721-3508-4157-a0fb-29fbee691860,Picturing Programs: an Introduction to Computer Programming,,,book|http://picturingprograms.com/,programming,,,beginner,,, -621583dd-681a-4133-922a-dc17cdb3b66c,Cryptocurrency and Blockchain: An Introduction to Digital Currencies,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-cryptocurrency-and-blockchain-an-introduction-to-digital-currencies-13733,blockchain;cryptocurrency,,,,,, -522678f9-cb3e-40fa-b4a1-90cff5b945d9,Internet of Things Capstone V2: Build a Mobile Surveillance System,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-internet-of-things-capstone-v2-build-a-mobile-surveillance-system-10380,internet-of-things,,,,,, -da84243e-2660-4586-86fc-0bd12706a3ec,Launching into Machine Learning,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/launching-machine-learning,machine-learning,,,,,, -983e7776-f0a1-46c5-8414-a5287fb95e4f,The Bits and Bytes of Computer Networking,By Google via Coursera,,course|https://www.coursera.org/learn/computer-networking,computer-networking,,,,,, -7388f0dd-fbe2-497d-bfe3-4701ac8d2154,Machine Learning with Python,By IBM via Coursera,,course|https://www.classcentral.com/course/coursera-machine-learning-with-python-11714,machine-learning;programming-languages/python,,,,,, -8a8658b5-a80f-42cb-b353-033fdf68a09e,Cloud Networking,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-cloud-networking-2732,computer-networking;cloud-computing,,,,,, -1a93aecd-eb43-4db9-950b-bf74c12e821b,Data Structures and Performance,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-data-structures-and-performance-4203,data-structures,,,,,, -6d1b44fe-1388-4935-b479-4bb8a0a28d2b,(PDF) Parrondo's Paradoxical Games and the Discrete Brownian Ratchet | Derek Abbott - Academia.edu,,,research_paper|https://www.academia.edu/269127/Parrondos_Paradoxical_Games_and_the_Discrete_Brownian_Ratchet,parrondo-paradox,,,,,,oer -80a69405-0781-4d5e-a46a-163afa74dc4b,Interfacing with the Arduino,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/interface-with-arduino,arduino,,,,,, -e4d34f9b-5764-4ddd-963c-e96ec32e3491,Discrete Mathematics,By Shanghai Jiao Tong University via Coursera,,course|https://www.classcentral.com/course/coursera-discrete-mathematics-8133,mathematics;discrete-mathematics,,,,,, -e08f4513-ac2c-41b3-b291-117f11c91d0c,Big Data Applications: Machine Learning at Scale,By Yandex via Coursera,,course|https://www.coursera.org/learn/machine-learning-applications-big-data,machine-learning;big-data,,,,,, -8f2413bb-120a-495c-9b79-acdd7cad6049,Design and Analyze Secure Networked Systems,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/design-secure-networked-systems,computer-security;computer-networking,,,,,, -62584f82-42f6-4edc-8c90-9955c8a78a1c,The flashing Brownian ratchet and Parrondo's paradox,,,research_paper|https://royalsocietypublishing.org/doi/full/10.1098/rsos.171685,parrondo-paradox,,,,,, -f27bf960-7b89-416b-aa80-67ffad6bc077,Basic Cryptography and Programming with Crypto API,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/basic-cryptography-and-crypto-api,cryptography,,,,,, -6188761e-8ef8-4ffc-b3d3-41ad071f9bf4,Fundamentals of Network Communication,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/fundamentals-network-communications,computer-networking,,,,,, -be4992f1-ed98-490c-b800-8cf5f46d2760,IT Security: Defense against the digital dark arts,By Google via Coursera,,course|https://www.classcentral.com/course/coursera-it-security-defense-against-the-digital-dark-arts-10218,computer-security,,,,,, -1ec97f12-967d-40e2-9abe-5126fff6391d,Microservices - Fundamentals,By IBM via Coursera,,course|https://www.coursera.org/learn/intro-ibm-microservices,software-engineering,,,,,, -1ad500ba-9ac5-484e-93eb-cf94c63107f9,TECH MeD: Transdisciplinary Education for Critical Hacks of Medical Devices,By University of Florida via Coursera,,course|https://www.classcentral.com/course/coursera-tech-med-transdisciplinary-education-for-critical-hacks-of-medical-devices-10361,medical-devices,,,,,, -3a7ec30c-38a8-4cc4-b23f-46e99b267542,Developing and Deploying Microservices with Microclimate,By IBM via Coursera,,course|https://www.coursera.org/learn/ibm-microservice-microclimate,software-engineering,,,,,, -c7f6be28-3034-4ae4-9e81-2ef45dfce018,Visual Recognition & Understanding,By University at Buffalo via Coursera,,course|https://www.classcentral.com/course/coursera-visual-recognition-understanding-13565,machine-learning;image-processing,,,,,, -78d98aba-e31b-4240-81fd-8556fbc1e552,Convolutional Neural Networks in TensorFlow,By deeplearning.ai via Coursera,,course|https://www.classcentral.com/course/coursera-convolutional-neural-networks-in-tensorflow-13578,machine-learning;software-tools/tensorflow,,,,,, -92a6dc55-b43c-4e00-8b12-87550cf3350b,Home Networking Basics,By Cisco via Coursera,,course|https://www.classcentral.com/course/coursera-home-networking-basics-9161,computer-networking,,,,,, -5aff04b6-8426-4eb5-bb46-8cf64d8471d6,Enterprise and Infrastructure Security,By New York University (NYU) via Coursera,,course|https://www.classcentral.com/course/coursera-enterprise-and-infrastructure-security-9861,computer-security,,,,,, -e81619dc-c8f0-442d-a008-c920f1e6ac14,Art and Science of Machine Learning,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/art-science-ml,machine-learning,,,,,, -908789fd-727f-4db4-9c40-e13a90ff70e6,Networking in GCP: Hybrid Connectivity and Network Management,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/networking-gcp-hybrid-connectivity-network-management,cloud-computing;google-cloud,,,,,, -2aa7da1e-ec19-4c4b-bc7e-00088a92e522,IT Infrastructure and Emerging Trends,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/it-infrastructure-and-emerging-trends,information-technology,,,,,, -ead9f84e-b405-4594-80d1-c5a6fdb63d37,End-to-End Machine Learning with TensorFlow on GCP,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/end-to-end-ml-tensorflow-gcp,machine-learning;software-tools/tensorflow,,,,,, -e47e4367-2af1-417f-853d-b72d09c25171,Intel® Network Academy - Network Transformation 102,By Intel via Coursera,,course|https://www.coursera.org/learn/network-transformation-102,computer-networking,,,,,, -5f713eae-8480-4336-908a-d41e6d3c3193,Introduction to Supply Chain Finance & Blockchain Technology,By New York Institute of Finance via Coursera,,course|https://www.coursera.org/learn/introduction-supply-chain-finance-blockchain-technology,blockchain;supply-chain,,,,,, -efe4824e-3ebb-4ba0-927b-eae5fc831a56,How Entrepreneurs in Emerging Markets can master the Blockchain Technology,By University of Cape Town via Coursera,,course|https://www.coursera.org/learn/entrepreneurs-blockchain-technology,blockchain;business,,,,,, -dfe68246-1931-44be-bd69-0c850059a764,Google Cloud Platform Fundamentals: Core Infrastructure dalam bahasa Indonesia,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/gcp-fundamentals-core-infrastructure-id,cloud-computing;google-cloud,,,,,, -5a61548e-939b-44bd-80b9-cdad08a510f0,G Suite Security,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/g-suite-security,computer-security,,,,,, -c4f6c2e7-eeb9-4b11-897f-befef6e4b0b4,Moving to the Cloud,By University of Melbourne via Coursera,,course|https://www.coursera.org/learn/cloud-computing-adoption,cloud-computing,,,,,, -f40ec1d9-306e-40ff-841c-9950a8956bb2,Recommender Systems: Evaluation and Metrics,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/recommender-metrics,machine-learning,,,,,, -38a7e211-e839-4366-9751-94aecce532ae,"Graph Search, Shortest Paths, and Data Structures",By Stanford University via Coursera,,course|https://www.coursera.org/learn/algorithms-graphs-data-structures,algorithms;graph-theory,,,,,, -9a524682-8854-4728-9822-10d20457c9e7,Hacking and Patching,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-hacking-and-patching-9529,computer-security,,,,,, -27a056cb-a574-4d38-8823-a34c0eb997c8,Secure Networked System with Firewall and IDS,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-secure-networked-system-with-firewall-and-ids-9536,computer-security,,,,,, -ae05d955-8a2e-422f-bca8-3f77e659ec83,Peer-to-Peer Protocols and Local Area Networks,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-peer-to-peer-protocols-and-local-area-networks-9266,computer-networking,,,,,, -333c92b6-51c0-49ec-a153-5bcc09145eab,Internet Connection: How to Get Online?,By Cisco via Coursera,,course|https://www.coursera.org/learn/internet-connection-how-to-get-online,internet,,,,,, -f9775b1d-c8f3-46cf-b0a9-9be3a42ceafb,Cryptography and Information Theory,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/crypto-info-theory,cryptography,,,,,, -2c6331a4-b3ba-4c83-b119-bacae91fcf88,Technical Support Fundamentals,By Google via Coursera,,course|https://www.classcentral.com/course/coursera-technical-support-fundamentals-10220,tech-support,,,,,, -d47f47c3-156e-40fb-83a3-0ac41fe1775a,Operating Systems and You: Becoming a Power User,By Google via Coursera,,course|https://www.coursera.org/learn/os-power-user,operating-systems,,,,,, -52cc8ad0-69ee-4592-b55f-6503e59f86b4,The Parrondo Paradox - Wolfram Demonstrations Project,,,interactive|http://demonstrations.wolfram.com/TheParrondoParadox/,parrondo-paradox,,,,,, -6ab7e6da-c91b-4ddf-98a6-799240284bad,API Security on Google Cloud's Apigee API Platform,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/api-security-apigee-gcp,computer-security;google-cloud,,,,,, -fd55bab3-3916-4876-b083-7aa411a55b66,Production Machine Learning Systems,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-production-machine-learning-systems-11978,machine-learning,,,,,, -2d10c92d-4d72-4857-8fa3-c3e3fd6a7019,Cybersecurity for Identity Protection,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-cybersecurity-for-identity-protection-13790,computer-security,,,,,, -d4475fab-ccd8-4972-af5d-70bb1e6442e9,Solving Algorithms for Discrete Optimization,By University of Melbourne via Coursera,,course|https://www.classcentral.com/course/coursera-solving-algorithms-for-discrete-optimization-11219,algorithms,,,,,, -66a65360-f3a9-4ac1-930c-e8279618fe82,"Python Project: pillow, tesseract, and opencv",By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-python-project-pillow-tesseract-and-opencv-12554,programming-languages/python,,,,,, -cf2f3894-6c7e-4aa7-aafb-ae85eadee0bb,Building Conversational Experiences with Dialogflow,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-building-conversational-experiences-with-dialogflow-12529,chatbots;software-tools/dialogflow,,,,,, -2324bdd9-5df0-40e6-9999-38c6c2454e57,Blockchain and Business: Applications and Implications,By INSEAD via Coursera,,course|https://www.coursera.org/learn/blockchain-business,blockchain;business,,,,,, -66608cc8-09cb-47e9-a80b-736534ff4ce5,Fundamentals of Reinforcement Learning,By University of Alberta via Coursera,,course|https://www.classcentral.com/course/coursera-fundamentals-of-reinforcement-learning-14497,machine-learning,,,,,, -758cf136-4a51-4256-a2c2-2a8b503a2f86,Analysis of Algorithms,By Princeton University via Coursera,,course|https://www.coursera.org/learn/analysis-of-algorithms,algorithms,,,,,, -86cb6be6-ee4f-4aa2-87c3-a44757c1b9cb,Interfacing with the Raspberry Pi,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/raspberry-pi-interface,raspberrypi,,,,,, -8202215b-86ce-431a-86fe-77e23af4dc5d,Java Programming: Build a Recommendation System,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-java-programming-build-a-recommendation-system-5113,programming-languages/java;machine-learning,,,,,, -94c854e9-dfb2-4468-9aca-3debdff5ae67,Hula hoop - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Hula_hoop,hula-hoop,,,,,,oer -78cfbaae-45a8-4363-b7cc-244eca7fee7a,Introduction to Cisco Networking,By Cisco via Coursera,,course|https://www.coursera.org/learn/cisco-networking-introduction,computer-networking,,,,,, -96df9a4c-4257-442e-8cf4-72ccfc33031b,Sequence Models,By deeplearning.ai via Coursera,,course|https://www.coursera.org/learn/nlp-sequence-models,deep-learning,,,,,, -777368e9-eb9a-47b0-8b26-81ce13f81f7b,Structuring Machine Learning Projects,By deeplearning.ai via Coursera,,course|https://www.classcentral.com/course/coursera-structuring-machine-learning-projects-9056,machine-learning,,,,,, -eb4f9936-69cb-47fb-a395-b74937e29fa8,Getting Started with Google Kubernetes Engine,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/google-kubernetes-engine,cloud-computing;google-cloud,,,,,, -cf8d3d75-f358-4af5-805e-afced63eeb03,Reliable Cloud Infrastructure: Design and Process,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-reliable-cloud-infrastructure-design-and-process-9891,cloud-computing,,,,,, -549b322d-844b-469f-9d9f-65098c5d3406,Cyber Attack Countermeasures,By New York University (NYU) via Coursera,,course|https://www.coursera.org/learn/cyber-attack-countermeasures,computer-security,,,,,, -2e4f64c1-2f5c-436a-a172-4434fb56e7f9,Introduction to Cyber Attacks,By New York University (NYU) via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-cyber-attacks-9667,computer-security,,,,,, -5f29fd7c-60f3-406e-b143-02fc0032753c,Real-Time Cyber Threat Detection and Mitigation,By New York University (NYU) via Coursera,,course|https://www.coursera.org/learn/real-time-cyber-threat-detection,computer-security,,,,,, -d4fdfefe-f7e5-487b-9109-9337da5449f9,Algorithms on Strings,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/algorithms-on-strings,algorithms,,,,,, -8e1ef772-8abc-4a21-b138-b4e40473cdac,Data Structures,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-data-structures-5475,data-structures,,,,,, -acf36f14-8ee5-485d-aaf1-f596c585e9ba,Algorithms on Graphs,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/algorithms-on-graphs,algorithms;graph-theory,,,,,, -5016c4e7-0811-4afc-8499-ef264dac4bbd,Approximation Algorithms Part II,By École normale supérieure via Coursera,,course|https://www.coursera.org/learn/approximation-algorithms-part-2,algorithms,,,,,, -4b2b6739-cded-4367-99b7-f9979c044ba6,Cybersecurity and the Internet of Things,By University System of Georgia via Coursera,,course|https://www.classcentral.com/course/coursera-cybersecurity-and-the-internet-of-things-6586,computer-security;internet-of-things,,,,,, -58359176-6ec1-4796-8957-8f96a73d166a,Eshna Kutty Dance Creates Magic with Saree Sneakers & Hula Hoop Hoola Hoop Genda Phool Delhi 6,,,video|https://www.youtube.com/watch?v=w8lODueTqXk,hula-hoop,,,,,,oer -72f470f1-6ae4-4ba9-901b-2385ff4b72ff,Packet Switching Networks and Algorithms,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/packet-switching-networks-algorithms,computer-networking,,,,,, -fb25943b-866e-4405-af0c-68ac61a70b71,Guide d’autodéfense numérique,,,book|http://guide.boum.org/,internet;security,,,beginner,,, -ce924eb3-b43a-421a-967b-1706150bba53,Cyber Threats and Attack Vectors,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/cyber-threats-attack-vectors,computer-security,,,,,, -79843f96-f741-4205-9bee-d82c3706815f,Natural Language Processing,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-natural-language-processing-9603,natural-language-processing,,,,,, -2a166e9d-f4c6-4486-a577-f908679e6b5d,System Administration and IT Infrastructure Services,By Google via Coursera,,course|https://www.coursera.org/learn/system-administration-it-infrastructure-services,system-administration,,,,,, -6717a43b-45c2-4a3a-9b75-c9f55f4be13d,IBM Cloud: Deploying Microservices with Kubernetes,By IBM via Coursera,,course|https://www.coursera.org/learn/deploy-micro-kube-ibm-cloud,cloud-computing;ibm,,,,,, -850feeda-e33d-4da3-91f4-f5334c2d4bbc,Networking in GCP: Defining and Implementing Networks,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/networking-gcp-defining-implementing-networks,cloud-computing;computer-networking;google-cloud,,,,,, -2a1086ff-98db-4fdb-9816-ff44a6c56466,Industrial IoT Markets and Security,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-industrial-iot-markets-and-security-12056,internet-of-things,,,,,, -099df13b-a3cf-4956-aaf7-ef5a45ee15eb,Intel® Network Academy - Network Transformation 101,By Intel via Coursera,,course|https://www.coursera.org/learn/network-transformation-101,computer-networking,,,,,, -10fe36d9-47e9-4532-bb94-d95c5d53173a,IBM Customer Engagement Specialist Professional Certificate,By IBM via Coursera,,course|https://www.classcentral.com/course/coursera-ibm-customer-engagement-specialist-professional-certificate-12281,ibm,,,,,, -42fd6223-a374-4fbf-83ba-6d7ae707b450,Mitigating Security Vulnerabilities on Google Cloud Platform,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-mitigating-security-vulnerabilities-on-google-cloud-platform-13101,computer-security;google-cloud,,,,,, -504ca8d3-167f-4d03-850c-10d79e932959,Introduction and Programming with IoT Boards,By Pohang University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-and-programming-with-iot-boards-12535,internet-of-things;programming,,,,,, -e964f229-7fd4-4ccf-a882-86e770430638,Introduction to Artificial Intelligence (AI),By IBM via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-artificial-intelligence-ai-13848,artificial-intelligence,,,,,, -87ad7590-672f-49f1-8e45-c8ce08a8ed25,Deploying Machine Learning Models,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-deploying-machine-learning-models-13493,machine-learning,,,,,, -5a36c671-9736-4864-ac75-3d6968689352,Mastering Digital Twins,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-mastering-digital-twins-13370,internet-of-things,,,,,, -9043acc6-dfb6-4261-b7d4-b3de6a864b34,Advanced System Security Topics,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-advanced-system-security-topics-13381,computer-security,,,,,, -d7bbc791-d1a2-4299-90e8-9d82ecaaf6c0,Parrondo’s Paradox: New results and new ideas,By Abhijit Kar Gupta and Saurabh Banerjee,,research_paper|https://arxiv.org/ftp/arxiv/papers/1602/1602.04783.pdf,parrondo-paradox,,,,,, -a26ff817-0a39-42c0-8fce-e1dab94a6d8c,Machine Learning: Clustering & Retrieval,By University of Washington via Coursera,,course|https://www.classcentral.com/course/coursera-machine-learning-clustering-retrieval-4313,machine-learning,,,,,, -892ed3a5-677e-49d7-b259-921df21446a2,Practical Predictive Analytics: Models and Methods,By University of Washington via Coursera,,course|https://www.coursera.org/learn/predictive-analytics,machine-learning,,,,,, -9fa2d687-b29f-4ca8-a56a-5b318f7ed369,Paradox in Game Theory: Losing Strategy That Wins - The New York Times,,,article|https://www.nytimes.com/2000/01/25/science/paradox-in-game-theory-losing-strategy-that-wins.html,parrondo-paradox,,,,,, -5d201f6f-b39c-4ccf-b5c7-81e861df1428,Advanced Algorithms and Complexity,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-advanced-algorithms-and-complexity-5474,algorithms,,,,,, -2e3828e2-2cce-455d-a52d-4718b0299e0f,"Programming Languages, Part B",By University of Washington via Coursera,,course|https://www.coursera.org/learn/programming-languages-part-b,programming,,,,,, -ef1f6781-4379-4f7f-b338-484c07f7d86a,Introduction to Formal Concept Analysis,By Higher School of Economics via Coursera,,course|https://www.coursera.org/learn/formal-concept-analysis,formal-concept-analysis;mathematics,,,,,, -a2b86a46-1e94-421d-8f5e-fd4daae83872,System Validation (3): Requirements by modal formulas,By EIT Digital via Coursera,,course|https://www.coursera.org/learn/system-validation-modal-formulas,system-validation,,,,,, -cc335f6e-0123-4be1-930e-e47fa32b9458,Approximation Algorithms Part I,By École normale supérieure via Coursera,,course|https://www.classcentral.com/course/coursera-approximation-algorithms-part-i-5026,algorithms,,,,,, -62e756df-00b0-433f-85e0-c3db3579775f,Probabilistic Graphical Models 3: Learning,By Stanford University via Coursera,,course|https://www.classcentral.com/course/coursera-probabilistic-graphical-models-3-learning-7293,machine-learning,,,,,, -756bd4ca-953b-407e-9595-190798dd82cb,"Greedy Algorithms, Minimum Spanning Trees, and Dynamic Programming",By Stanford University via Coursera,,course|https://www.coursera.org/learn/algorithms-greedy,algorithms,,,,,, -2858379b-fba7-4219-8ac6-ed1e55f8cf3f,TCP/IP and Advanced Topics,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-tcp-ip-and-advanced-topics-9269,computer-networking,,,,,, -5407cb57-f7c4-45aa-a03e-9cb269e72f38,Network Protocols and Architecture,By Cisco via Coursera,,course|https://www.coursera.org/learn/network-protocols-architecture,computer-networking,,,,,, -cf113322-120c-4aac-a092-4b1b9ed46c61,Data Communications and Network Services,By Cisco via Coursera,,course|https://www.coursera.org/learn/data-communication-network-services,computer-networking,,,,,, -6cf4c3c5-e1cc-4bea-9e0e-1b693708754a,Detecting and Mitigating Cyber Threats and Attacks,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-detecting-and-mitigating-cyber-threats-and-attacks-9419,computer-security,,,,,, -06f1f7f8-348a-4edb-acf1-b73f94be0ea2,Proactive Computer Security,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-proactive-computer-security-9422,computer-security,,,,,, -7ec006a5-fc53-4c4c-a5e7-ed34b2c34b9c,Cryptographic Hash and Integrity Protection,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-cryptographic-hash-and-integrity-protection-9586,cryptography,,,,,, -92ea408f-ff18-46fe-8ba5-09968baf57da,Asymmetric Cryptography and Key Management,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-asymmetric-cryptography-and-key-management-9533,cryptography,,,,,, -9b087173-77ff-4839-a883-ad60533f8689,Symmetric Cryptography,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/symmetric-crypto,cryptography,,,,,, -767970bb-a56b-4229-98c1-4c4ab8823766,Fundamentals of Parallelism on Intel Architecture,By Intel via Coursera,,course|https://www.classcentral.com/course/coursera-fundamentals-of-parallelism-on-intel-architecture-9390,computer-science,,,,,, -a2aec742-8189-4db9-b775-a1b34295c45a,Internet of Things V2: DragonBoard™ bring up and community ecosystem,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-internet-of-things-v2-dragonboard-bring-up-and-community-ecosystem-10379,internet-of-things,,,,,, -0d8f7e46-527d-4ac4-8844-5b957e0ab2c1,Introduction to Cloud Identity,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-cloud-identity-10785,google-cloud,,,,,, -75f894e1-47d6-46d2-af59-ffd67aba4420,[1410.0485] Brownian motion and gambling: from ratchets to paradoxical games,,,research_paper|https://arxiv.org/abs/1410.0485,parrondo-paradox,,,,,, -c43816ea-46d5-417c-8435-6d13a4e94b19,IS/IT Governance,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/is-it-governance,information-technology,,,,,, -275340eb-6a2f-42e7-a80a-c14016f9d667,The Social and Technical Context of Health Informatics,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/the-socio-technical-health-informatics-context,health-informatics,,,,,, -0bb11c20-3b20-47e1-8dc7-98a754239276,Applied AI with DeepLearning,By IBM via Coursera,,course|https://www.coursera.org/learn/ai,deep-learning;artificial-intelligence,,,,,, -5cf23eb2-e82b-46dd-b972-277ecae6da5a,Machine Learning Using SAS Viya,By SAS via Coursera,,course|https://www.classcentral.com/course/coursera-machine-learning-using-sas-viya-13704,machine-learning;software-tools/sas,,,,,, -b589c83f-d384-45d3-9b97-416b66726f44,Future Development in Supply Chain Finance and Blockchain Technology,By New York Institute of Finance via Coursera,,course|https://www.coursera.org/learn/future-developments-supply-chain-finance-blockchain-technology,blockchain;supply-chain,,,,,, -bffa9dab-03a1-4d4f-b342-e8f841b4252f,RISC-V based MYTH (Microprocessor for You in Thirty Hours) – VLSI System Design,,,course|https://www.vlsisystemdesign.com/riscv-based-myth/,microprocessors,,,beginner,,, -a33ead1f-fb2a-44d2-8af5-e39571a805ce,Identifying Security Vulnerabilities in C/C++Programming,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/identifying-security-vulnerabilities-c-programming,computer-security;programming-languages/c,,,,,, -a9fd877a-ff53-4a6c-82d2-e1e47ec472da,Elastic Cloud Infrastructure: Containers and Services dalam bahasa Indonesia,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/gcp-infrastructure-containers-services-id,cloud-computing,,,,,, -561ca48f-1cce-4905-82cb-46667bf5b41a,Natural Language Processing in TensorFlow,By deeplearning.ai via Coursera,,course|https://www.classcentral.com/course/coursera-natural-language-processing-in-tensorflow-13801,natural-language-processing;software-tools/tensorflow,,,,,, -bc0ac260-4fb5-49b9-ae7f-3f33cd83d120,Architecting with Google Kubernetes Engine: Workloads,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-architecting-with-google-kubernetes-engine-workloads-13588,cloud-computing;google-cloud,,,,,, -54c3c09e-8b8c-483c-a7cb-7e1cbbac8615,"Business Considerations for Modernizing Networks for 5G, IoT and AI",By Linux Foundation via edX,,course|https://www.edx.org/course/business-implications-of-5g-iot-and-ai,internet-of-things;business,,,,,, -941be1a2-7073-4815-8ef4-9aaaa6881026,Open Infrastructure to Support the 5G Transition,By Linux Foundation via edX,,course|https://www.edx.org/course/open-infrastructure-to-support-the-5g-transition,telecommunication,,,,,, -27cbf8d9-4ed1-41a0-add8-12751acc2f49,Human-Computer Interaction I: Fundamentals & Design Principles,By Georgia Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-human-computer-interaction-i-fundamentals-design-principles-14444,design;human-computer-interaction,,,,,, -6e7352ab-080c-45c6-8dc7-0ddd233e0b16,An Interactive Introduction to Fourier Transforms,,,interactive|http://www.jezzamon.com/fourier/index.html,fourier-analysis;mathematics,,,,,, -95f7b77b-e539-42a9-97b7-40e71b593d9a,"Human-Computer Interaction IV: Evaluation, Agile Methods & Beyond",By Georgia Institute of Technology via edX,,course|https://www.edx.org/course/human-computer-interaction-iv-evaluation-agile-methods-beyond,design;human-computer-interaction,,,,,, -867ced5f-6db4-4cde-b538-d442ea7b7e2c,"Human-Computer Interaction II: Cognition, Context & Culture",By Georgia Institute of Technology via edX,,course|https://www.edx.org/course/human-computer-interaction-ii-cognition-context-culture,design;human-computer-interaction,,,,,, -e41a77f6-491c-4041-ac9b-1ff55f5cd662,"Human-Computer Interaction III: Ethics, Needfinding & Prototyping",By Georgia Institute of Technology via edX,,course|https://www.edx.org/course/human-computer-interaction-iii-ethics-needfinding-prototyping,design;human-computer-interaction,,,,,, -150eafaf-3ef4-41e3-b63a-cef1b11c8bee,Data Structures and Software Design,By University of Pennsylvania via edX,,course|https://www.classcentral.com/course/edx-data-structures-and-software-design-8517,data-structures;software-design,,,,,, -95101734-0df6-4780-b5ae-5665c2213abd,Programming for the Internet of Things Project,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/internet-of-things-project,internet-of-things,,,,,, -e51b0cf6-a113-4957-8525-e3e15f3945b7,Nearest Neighbor Collaborative Filtering,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/collaborative-filtering,machine-learning,,,,,, -150c7204-634b-4869-85ee-6e788088c20b,Capstone: Autonomous Runway Detection for IoT,By EIT Digital via Coursera,,course|https://www.coursera.org/learn/autonomous-runway-detection,internet-of-things,,,,,, -c3894424-35d8-4118-8bf0-ed5a1272b4ae,"Planning, Auditing and Maintaining Enterprise Systems",By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/planning-auditing-maintaining-enterprise-systems,enterprise-resource-planning,,,,,, -05048e0d-841d-4001-98d1-204ae3521ec2,Getting Started With Application Development,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/getting-started-app-development,programming,,,,,, -d09e7dea-2816-48a4-94c9-c0cde82b832e,Introduction to Machine Learning,By Duke University via Coursera,,course|https://www.coursera.org/learn/machine-learning-duke,machine-learning,,,,,, -3c79b371-775d-4df5-8604-99ef329a3df0,Palo Alto Networks Cybersecurity Gateway I,By Palo Alto Networks via Coursera,,course|https://www.classcentral.com/course/coursera-palo-alto-networks-cybersecurity-gateway-i-12011,computer-security,,,,,, -8753da35-6780-466b-942d-7254bac968dc,Architecting with Google Kubernetes Engine: Foundations 日本語版,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-architecting-with-google-kubernetes-engine-foundations--13453,cloud-computing;google-cloud,,,,,, -a3dc9196-d1c7-4bc3-a27a-8c8b145fc616,Using SAS Viya REST APIs with Python and R,By SAS via Coursera,,course|https://www.coursera.org/learn/sas-viya-rest-api-python-r,software-tools/sas,,,,,, -af3ce3ee-5b5b-4f6a-93fc-06b71073bdaa,An Introduction to Practical Deep Learning,By Intel via Coursera,,course|https://www.classcentral.com/course/coursera-an-introduction-to-practical-deep-learning-10449,deep-learning,,,,,, -9ceb0391-0d4e-4ddb-be16-067ab3660115,Security Operations and Administration,By (ISC)² via Coursera,,course|https://www.coursera.org/learn/security-operations-administration-sscp,computer-security,,,,,, -051774ce-c243-4711-854f-5acbb8db39f3,"The Riemann Hypothesis, Explained",,,video|https://www.youtube.com/watch?v=zlm1aajH6gY,riemann-hypothesis,,,,,,oer -d78c1bd1-aac3-4dec-b8f3-9d9ab2735896,Essential Cloud Infrastructure: Foundation,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-essential-cloud-infrastructure-foundation-8760,cloud-computing;google-cloud,,,,,, -56ea5a04-16bb-4eb1-b2e8-22a3964033c9,Elastic Cloud Infrastructure: Scaling and Automation,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-elastic-cloud-infrastructure-scaling-and-automation-8761,cloud-computing;google-cloud,,,,,, -f9cd164c-f306-46ea-ba4c-5a690bfc542d,Essential Cloud Infrastructure: Core Services,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-essential-cloud-infrastructure-core-services-8763,cloud-computing;google-cloud,,,,,, -4c5f5349-d69e-40af-9413-de5f505fa0e2,Internet of Things V2: Setting up and Using Cloud Services,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/internet-of-things-cloud-services-version2,internet-of-things,,,,,, -0242a6a1-8adb-4e8c-9103-800f96447ca4,Cloud Computing Security,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/cloud-computing-security,cloud-computing,,,,,, -6e5eeb5a-8f37-4f80-beee-76848df1c500,Advanced Machine Learning and Signal Processing,By IBM via Coursera,,course|https://www.coursera.org/learn/advanced-machine-learning-signal-processing,machine-learning;signal-processing,,,,,, -7c39766c-1dc4-4a73-9998-0addb4f9f42a,Modeling and Debugging Embedded Systems,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/modeling-debugging-embedded-systems,embedded-systems,,,,,, -db2873a3-e5dc-4dc1-9cb4-4b58bb5119d9,Continuous Delivery & DevOps,By University of Virginia via Coursera,,course|https://www.coursera.org/learn/uva-darden-continous-delivery-devops,software-engineering;devops,,,,,, -00433d89-a8f7-41de-a5a8-efb1f5f8d582,Computer Vision Basics,By University at Buffalo via Coursera,,course|https://www.coursera.org/learn/computer-vision-basics,computer-vision,,,,,, -8d948d5f-0ce3-45d1-8c28-3d1d1dc7b4c0,Getting Started with AI using IBM Watson,By IBM via Coursera,,course|https://www.coursera.org/learn/ai-with-ibm-watson,artificial-intelligence;ibm,,,,,, -a8d78561-e1a1-482a-804d-bc69b4deea8c,Introduction to Cybersecurity Tools & Cyber Attacks,By IBM via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-cybersecurity-tools-cyber-attacks-13869,computer-security,,,,,, -06a102ec-4237-4539-bce7-6162b5695a19,Securing and Integrating Components of your Application,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-securing-and-integrating-components-of-your-application-9802,computer-security,,,,,, -279b40bb-adac-4e19-bbfd-7f4810aa055f,On Premises Capacity Upgrade and Monitoring with Google Cloud's Apigee API Platform,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/onprem-upgrade-apigee-gcp,google-cloud,,,,,, -2b983ec4-ba2b-446a-a736-e7619d6793b7,Computer Science: Programming with a Purpose,By Princeton University via Coursera,,course|https://www.coursera.org/learn/cs-programming-java,computer-science,,,,,, -efe13036-79bc-409d-b75d-b02a027123c0,Identifying Security Vulnerabilities,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/identifying-security-vulnerabilities,computer-security,,,,,, -17e037b3-e8bd-4b6f-87ae-885e9ebef0de,Essential Cloud Infrastructure: Foundation dalam bahasa Indonesia,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/essential-cloud-infrastructure-foundation-id,cloud-computing,,,,,, -5a904d2e-4b91-4bd0-9ccf-fd6e275f7942,Essential Cloud Infrastructure: Core Services dalam bahasa Indonesia,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/essential-cloud-infrastructure-core-services-id,cloud-computing,,,,,, -2111fb67-63d3-4ece-b5d4-2d41ca270888,The Fundamentals of Computing Capstone Exam,By Rice University via Coursera,,course|https://www.coursera.org/learn/fundamentals-of-computing-capstone,computer-science,,,,,, -14452859-e1a0-4d65-badd-2fddce12ecc1,Cybersecurity and the X-Factor,By University System of Georgia via Coursera,,course|https://www.coursera.org/learn/cybersecurity-and-x-factor,computer-security,,,,,, -e4ede681-51f9-41fd-93ca-e72158cb1ad1,Matrix Factorization and Advanced Techniques,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/matrix-factorization,mathematics,,,,,, -4fc8bd79-2506-42ac-86cd-595f67992c2c,Cybersecurity Policy for Water and Electricity Infrastructures,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/cybersecurity-policy-water-electricity,computer-security,,,,,, -e88e899d-70f3-4062-b2bb-70dbcd216e1a,Homeland Security and Cybersecurity Future,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/homeland-security-cybersecurity-future,computer-security,,,,,, -903c2785-82ea-4edb-9c3f-641dfb6ba99b,G Suite Administrator Fundamentals,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-g-suite-administrator-fundamentals-8837,google,,,,,, -d5169b68-a955-4f85-a320-5e2eb8fd116d,Linux Server Management and Security,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-linux-server-management-and-security-9319,software-tools/linux,,,,,, -8fb7bc4d-566e-4230-8735-7c3e6f774418,Industrial IoT on Google Cloud Platform,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/iiot-google-cloud-platform,internet-of-things;google-cloud,,,,,, -0395d670-690c-4f49-9d6d-e322a69ac190,Windows Server Management and Security,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/windows-server-management-security,software-tools/windows,,,,,, -b05f73c0-3f95-49cd-90af-d2712bfaff91,Addressing Large Hadron Collider Challenges by Machine Learning,By Higher School of Economics via Coursera,,course|https://www.coursera.org/learn/hadron-collider-machine-learning,machine-learning,,,,,, -f767e300-ac4e-4b78-a827-577d18439091,Systems and Application Security,By (ISC)² via Coursera,,course|https://www.classcentral.com/course/coursera-systems-and-application-security-10338,computer-security,,,,,, -4cefa9cf-f365-4561-b416-ceffb43c10ec,Data Analytics Foundations for Accountancy II,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-data-analytics-foundations-for-accountancy-ii-10515,accounting,,,,,, -53b295e1-f66e-49f5-a152-6f34c972dbbd,On Premises Installation and Fundamentals with Google Cloud's Apigee API Platform,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/onprem-fundamentals-apigee-gcp,google-cloud,,,,,, -3786edcc-ee2c-4b7c-aeaf-8cf868008fc8,Marketing in a Digital World,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/marketing-digital,marketing,,,,,, -894fbc82-db91-413b-8aed-11012cca4ee9,"On Premises Management, Security, and Upgrade with Google Cloud's Apigee API Platform",By Google Cloud via Coursera,,course|https://www.coursera.org/learn/onprem-mgmt-security-apigee-gcp,google-cloud,,,,,, -9ad8c658-a5d0-49ee-94d3-bd3d451fa038,IBM Cloud Private: Deploying Microservices with Kubernetes,By IBM via Coursera,,course|https://www.coursera.org/learn/deploy-micro-kube-icp,ibm,,,,,, -55f98e9d-35e1-46e5-8d06-8483eff12b61,"Computer Science: Algorithms, Theory, and Machines",By Princeton University via Coursera,,course|https://www.classcentral.com/course/coursera-computer-science-algorithms-theory-and-machines-10671,computer-science,,,,,, -96938d6a-1dc0-4947-b06a-959e1431e3a3,Applied Scrum for Project Management,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-applied-scrum-for-project-management-11917,project-management,,,,,, -1d7fdd2c-a4d7-41a6-ba2e-56e785fac561,Embedded Software and Hardware Architecture,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-embedded-software-and-hardware-architecture-11821,embedded-systems,,,,,, -7b6bccf9-3b56-4768-92c6-df59eef60777,Marketing Digital: Content & Community Manager,By Galileo University via edX,,course|https://www.edx.org/course/marketing-digital-content-community-manager-0,marketing,,,,,, -ef68a414-5242-42d7-88a8-69068c4fcc63,Palo Alto Networks Cybersecurity Essentials I,By Palo Alto Networks via Coursera,,course|https://www.classcentral.com/course/coursera-palo-alto-networks-cybersecurity-essentials-i-12006,computer-security,,,,,, -8652661f-a05b-4a09-a36d-5b5f31a05a4e,Six Sigma: Define and Measure,By Technische Universität München (Technical University of Munich) via edX,,course|https://www.edx.org/course/six-sigma-define-and-measure-2,project-management;quality,,,,,, -54f20f0b-f576-48ab-b306-241a150c4dc8,Palo Alto Networks Cybersecurity Gateway II,By Palo Alto Networks via Coursera,,course|https://www.coursera.org/learn/cybersecurity-gateway-2,computer-security,,,,,, -12634ee9-3692-4275-ab47-fe2da43d547d,Linux for Developers,By Linux Foundation via Coursera,,course|https://www.coursera.org/learn/linux-for-developers,software-tools/linux,,,,,, -4f456a91-f48a-40e5-9970-13f910891765,Agile Leadership Principles,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-agile-leadership-principles-11920,project-management,,,,,, -0506224e-d772-4e24-96f8-c1f7ddad468a,What Gödel Discovered,,,article|https://stopa.io/post/269,mathematics,,,,,, -c324ed24-6f95-4cd9-a444-ea8e700d8051,Financial Accounting,By ACCA via edX,,course|https://www.classcentral.com/course/edx-financial-accounting-3915,accounting,,,,,, -a673e46c-90cd-4755-bdb4-a9ccf339b528,Lean Production,By Technische Universität München (Technical University of Munich) via edX,,course|https://www.classcentral.com/course/edx-lean-production-8447,product-management,,,,,, -731c4719-e8cb-4e44-8fbc-829eb68955ac,Site Reliability Engineering: Measuring and Managing Reliability,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/site-reliability-engineering-slos,devops,,,,,, -113e8e0c-4676-4a52-8f2e-69982fafe9a7,Introduction to Marketing,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-marketing-1137,marketing,,,,,, -bb125de3-2695-441c-8ccb-f6d0df824e3a,Simulation of Parrondo's Paradox · GitHub,,,code|https://gist.github.com/nileshtrivedi/bc2bd0d6a6f97239e4675eb12aa6a932,parrondo-paradox,,,,,,oer -1804bb0d-b15f-4296-9b50-321622b58308,"Six Sigma: Analyze, Improve, Control",By Technische Universität München (Technical University of Munich) via edX,,course|https://www.classcentral.com/course/edx-six-sigma-analyze-improve-control-8452,quality,,,,,, -c730dec5-b802-4fb2-abf8-e94e1555b9e7,Introduction to Computer Vision with Watson and OpenCV,By IBM via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-computer-vision-with-watson-and-opencv-13849,computer-vision,,,,,, -962cbdba-a399-42e0-9dde-735461b55896,Introduction to Financial Accounting,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-accounting,accounting,,,,,, -1fcae05d-a007-4b5c-99d9-26e8024abdaf,Overview of Advanced Methods of Reinforcement Learning in Finance,By New York University (NYU) via Coursera,,course|https://www.classcentral.com/course/coursera-overview-of-advanced-methods-of-reinforcement-learning-in-finance-11240,machine-learning,,,,,, -cb881cc3-384e-49a1-a132-28384a6840de,Preparing to Manage Human Resources,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/managing-human-resources,human-resources,,,,,, -6f9a983b-c923-4727-b3fa-616ab5f94526,State Estimation and Localization for Self-Driving Cars,By University of Toronto via Coursera,,course|https://www.classcentral.com/course/coursera-state-estimation-and-localization-for-self-driving-cars-13138,autonomous-vehicles,,,,,, -0c3ef71d-dde2-4214-87cb-9cd6d74409af,Managing G Suite,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/managing-g-suite,google,,,,,, -278e7de2-05c7-4a31-b587-df8adfec9a8c,Digital Analytics for Marketing Professionals: Marketing Analytics in Theory,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-digital-analytics-for-marketing-professionals-marketing-analytics-in-theory-2753,marketing;analytics,,,,,, -95dc04a9-4ef3-468b-a958-39ca8f56196b,Cloud Computing Concepts: Part 2,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/cloud-computing-2,cloud-computing,,,,,, -60116f22-7682-4de7-b920-d4a06aa64c1e,Developing Innovative Ideas for New Companies: The First Step in Entrepreneurship,"By University of Maryland, College Park via Coursera",,course|https://www.classcentral.com/course/coursera-developing-innovative-ideas-for-new-companies-the-first-step-in-entrepreneurship-840,entrepreneurship,,,,,, -051a4867-62af-4688-b550-9a7ee6eb6605,Internet of Things: Communication Technologies,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/internet-of-things-communication,internet-of-things,,,,,, -ccd5aaeb-ce5d-4d14-b39c-9141c10d6d21,Critical Perspectives on Management,By IE Business School via Coursera,,course|https://www.coursera.org/learn/critical-management,management,,,,,, -90f27835-0577-4aac-ba16-f7069bb25336,Toucan - Learn a new language,,,app|https://jointoucan.com/,language,,,,,, -b6134f37-ed28-405f-b37b-a516ff33d4ce,Fundamentals of Project Planning and Management,By University of Virginia via Coursera,,course|https://www.coursera.org/learn/uva-darden-project-management,project-management,,,,,, -2a4d653b-c3e7-4142-b8cb-0d7037a40615,Introduction to Operations Management,By Wharton School of the University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-operations,operations,,,,,, -d2884120-9086-4d94-84f2-65630891f3f7,Cybersecurity and Mobility,By University System of Georgia via Coursera,,course|https://www.classcentral.com/course/coursera-cybersecurity-and-mobility-6584,computer-security,,,,,, -bcccb528-f48e-44c8-a7ed-d0f5f280b6d6,Introduction to Architecting Smart IoT Devices,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-architecting-smart-iot-devices-6748,internet-of-things,,,,,, -9f4b9765-e1ed-4b2c-8a7a-414da39900ee,Inspiring Leadership through Emotional Intelligence,By Case Western Reserve University via Coursera,,course|https://www.coursera.org/learn/emotional-intelligence-leadership,leadership,,,,,, -c39b7282-f830-48ab-b9ef-d2cff1535516,Google Cloud Platform Fundamentals: Core Infrastructure,By Google via Coursera,,course|https://www.coursera.org/learn/gcp-fundamentals,google-cloud,,,,,, -02c12ff4-9916-4125-8def-6126d2712bd7,Project Management: The Basics for Success,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/project-management-basics,project-management,,,,,, -0c4ea6ca-edc1-45c5-af64-e08b269760cc,Building Arduino robots and devices,By Moscow Institute of Physics and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-building-arduino-robots-and-devices-7785,arduino,,,,,, -6d4f0798-7857-49c5-8687-bcb36b89aee5,"Shortest Paths Revisited, NP-Complete Problems and What To Do About Them",By Stanford University via Coursera,,course|https://www.coursera.org/learn/algorithms-npcomplete,graph-theory,,,,,, -3ad1f494-a2f7-42f5-8d3b-76c0eabaf6f4,Financial Markets,By Yale University via Coursera,,course|https://www.coursera.org/learn/financial-markets-global,finance,,,,,, -3dfb616b-8514-4a21-aa1a-334fb3896519,Access Controls,By (ISC)² via Coursera,,course|https://www.classcentral.com/course/coursera-access-controls-10337,computer-security,,,,,, -703ba946-545c-4ed5-9d71-25deff015f85,Networks and Communications Security,By (ISC)² via Coursera,,course|https://www.classcentral.com/course/coursera-networks-and-communications-security-10339,computer-security,,,,,, -2a2d517c-d3e7-4003-b0ec-8464abed59a8,Foundations of Business Strategy,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-foundations-of-business-strategy-546,business,,,,,, -a6b2bb35-2263-4fd0-a4a6-aacd7859cdac,"Identifying, Monitoring, and Analyzing Risk and Incident Response and Recovery",By via ,,course|https://www.classcentral.com/course/coursera-identifying-monitoring-and-analyzing-risk-and-incident-response-and-recovery-10340,computer-security,,,,,, -6be5e748-9b83-4297-91d2-174d1598ef85,Planning for Monitoring and Evaluation,By Philanthropy University via Independent,,course|https://courses.philanthropyu.org/courses/course-v1:FHI360+MonitoringEvaluation_101+1_1.0_20180416_20180527/about,project-management,,,,,, -e4b1752b-6fb8-4d93-90a3-238f88efb8d7,Mathematics for Machine Learning: PCA,By Imperial College London via Coursera,,course|https://www.coursera.org/learn/pca-machine-learning,mathematics;machine-learning,,,,,, -f8f3f870-2b7d-446c-9566-11ca03312912,Introduction to Corporate Finance,By Wharton School of the University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-finance,finance,,,,,, -81b51a40-b6dc-4f72-ad01-71143bbd5aee,Interacting with the System and Managing Memory,By Duke University via Coursera,,course|https://www.coursera.org/learn/interacting-system-managing-memory,programming-languages/c,,,,,, -c4be6047-36c5-4145-9c5b-7be23602c7da,Business Strategy,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/strategy-business,business,,,,,, -2926ca5e-c41b-4038-a56a-a174bee6c2e8,Feature Engineering,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-feature-engineering-11074,machine-learning,,,,,, -a6e36665-24b5-49ae-882d-ac9d78656ce1,Initiating and Planning Projects,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/project-planning,project-management,,,,,, -713c7b1b-7a7e-4cfb-a61a-1c325264346c,Intro to TensorFlow,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-intro-to-tensorflow-11075,software-tools/tensorflow,,,,,, -e64e7afa-93e6-43b0-9e47-e6a58c65776b,FinTech Foundations and Overview,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-fintech-foundations-and-overview-11193,fintech,,,,,, -ad921056-9117-41a5-af89-611e500f0845,Networking and Security Architecture with VMware NSX,By VMware via Coursera,,course|https://www.classcentral.com/course/coursera-networking-and-security-architecture-with-vmware-nsx-11688,computer-networking,,,,,, -276d8975-b7e9-4319-81b0-a032a1f0cb56,Becoming a changemaker: Introduction to Social Innovation,By University of Cape Town via Coursera,,course|https://www.classcentral.com/course/coursera-becoming-a-changemaker-introduction-to-social-innovation-6655,innovation,,,,,, -1cd5fec0-1f72-4b47-8fe1-e277d98bb281,Recommendation Systems with TensorFlow on GCP,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-recommendation-systems-with-tensorflow-on-gcp-12120,machine-learning,,,,,, -867ff794-8488-468f-b993-69fa667005d0,A plain English introduction to CAP theorem « Kaushik Sathupadi,,,article|http://ksat.me/a-plain-english-introduction-to-cap-theorem,cap-theorem,,,,,, -abbfdfec-3959-471a-8b33-afc85b5ca1c9,How to Build a Startup,By via Udacity,,course|https://www.classcentral.com/course/udacity-how-to-build-a-startup-461,entrepreneurship;startups,,,,,, -cafd2b0c-821a-4adf-96f1-0fcefbd3c250,Results-Based Project Management: Monitoring and Evaluation,By University of the Witwatersrand via edX,,course|https://www.classcentral.com/course/edx-results-based-project-management-monitoring-and-evaluation-6480,project-management,,,,,, -600c8a4e-8041-475b-b974-632da8cbaeb4,Customer Analytics,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-customer-analytics,analytics,,,,,, -7893f9c3-c003-46fa-966d-0db8ade67a01,Image Understanding with TensorFlow on GCP,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/image-understanding-tensorflow-gcp,image-processing;software-tools/tensorflow,,,,,, -fd4d5ad7-09fc-42d4-848c-b73ef3651496,Blockchain: Foundations and Use Cases,By ConsenSys Academy via Coursera,,course|https://www.classcentral.com/course/coursera-blockchain-foundations-and-use-cases-12020,blockchain,,,,,, -ee6a1d9a-3f1e-488f-bfba-3d192b79a3b1,"Accounting, Business and Society: The Multi-faceted Role of Accounting",By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-accounting-business-and-society-the-multi-faceted-role-of-accounting-12434,accounting,,,,,, -ff869c45-79f3-436d-acab-860934e9793b,Sequence Models for Time Series and Natural Language Processing,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/sequence-models-tensorflow-gcp,natural-language-processing,,,,,, -10bed10b-ab9d-4e76-abc2-e254a2b62a43,Competitive Strategy,By Ludwig-Maximilians-Universität München via Coursera,,course|https://www.coursera.org/learn/competitive-strategy,business,,,,,, -9d488445-6e14-4d16-87bb-e2545e4ae322,Visual Perception for Self-Driving Cars,By University of Toronto via Coursera,,course|https://www.classcentral.com/course/coursera-visual-perception-for-self-driving-cars-13136,autonomous-vehicles,,,,,, -2d811602-711c-402a-a3ae-44d88d17908a,Project Management for Business Professionals,By Shaping Tomorrow via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-project-management-for-business-professionals-962,project-management,,,,,, -ab7ed373-2df7-443e-a2fc-33d9b4f983d8,Introduction to Self-Driving Cars,By University of Toronto via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-self-driving-cars-13140,autonomous-vehicles,,,,,, -ec5a8276-2b9e-4ef5-9954-85216feb0fd9,Mathematical Way to Choose a Toilet - Numberphile,,,video|https://www.youtube.com/watch?v=ZWib5olGbQ0,optimal-stopping,,,,,,oer -4fa5c1a4-fbf6-44af-935c-214f3c8c6987,Agile Solutions for Greater Innovation,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-agile-solutions-for-greater-innovation-11919,project-management,,,,,, -bdc362bb-ffb9-4519-b8e7-bbaf92a9f924,Choosing Toilets (mathematical extended ending),,,video|https://www.youtube.com/watch?v=XIOoCKO-ybQ,optimal-stopping,,,,,,oer -16439d2f-9660-4f4e-93fb-45b50277cbba,Finance for Non-Financial Professionals,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-finance-for-non-financial-professionals-2726,finance,,,,,, -6aad8fd7-f9c3-4bca-b290-152c7dcb205e,Comic Essay #1: Suicides in India - Comic Essay,,,article|https://comicessay.substack.com/p/suicides-in-india,comics;suicide,,,advanced,,, -16cb06cd-d47f-42d5-aafd-25b3b95d9cdd,What is Social?,By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-what-is-social-4205,marketing,,,,,, -f04cc3e3-f62f-4ba7-9dd7-119115bbc8a4,Comic Essay #2: Quitting Smoking Part 1 - Comic Essay,,,article|https://comicessay.substack.com/p/comic-essay-2-quitting-smoking-part,comics;smoking,,,advanced,,, -d3803877-68e6-4fea-b5ea-2516575c0113,Elastic Cloud Infrastructure: Containers and Services,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-elastic-cloud-infrastructure-containers-and-services-8762,cloud-computing,,,,,, -cf4af229-2491-4a13-898e-540689f564d7,Startup School,By Y Combinator via Independent,,course|https://www.classcentral.com/course/independent-startup-school-7130,startups,,,,,, -392bde7f-b692-4b8e-a990-d5daa3bb42de,Cybersecurity Policy for Aviation and Internet Infrastructures,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-cybersecurity-policy-for-aviation-and-internet-infrastructures-8819,computer-security,,,,,, -0be6e3cc-dfcf-436d-8819-de2094463c8e,Homeland Security & Cybersecurity Connection - It's Not About the Terrorists,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-homeland-security-cybersecurity-connection-it-s-not-about-the-terrorists-8820,computer-security,,,,,, -d7a0c505-c591-40e4-9f3a-85281c0aece1,New Models of Business in Society,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-new-models-of-business-in-society-648,business,,,,,, -08de9956-65cc-4161-9f61-96196412f79a,Information Security: Context and Introduction,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-information-security-context-and-introduction-8123,computer-security,,,,,, -db4f1dcf-88ea-4030-a92a-ea02100ccdad,Viral Marketing and How to Craft Contagious Content,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-contagious-viral-marketing,marketing,,,,,, -578829f9-5b04-4793-a0d6-754a10dd18d3,Enterprise System Management and Security,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-enterprise-system-management-and-security-9318,computer-security,,,,,, -3a929c7b-5cba-434c-8852-8d97b9788964,"Managerial Accounting: Cost Behaviors, Systems, and Analysis",By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/accounting-for-managers,accounting,,,,,, -077dd75e-46ba-449a-bc8c-772b1679c154,Palo Alto Networks Academy Cybersecurity Foundation,By Palo Alto Networks via Coursera,,course|https://www.classcentral.com/course/coursera-palo-alto-networks-academy-cybersecurity-foundation-12008,computer-security,,,,,, -9bdd3f16-7917-4361-bbee-80780d592b58,Financial Engineering and Risk Management Part I,By Columbia University via Coursera,,course|https://www.coursera.org/learn/financial-engineering-1,finance,,,,,, -60920800-0d07-4226-b517-24796de6f32f,Palo Alto Networks Cybersecurity Essentials II,By Palo Alto Networks via Coursera,,course|https://www.classcentral.com/course/coursera-palo-alto-networks-cybersecurity-essentials-ii-12015,computer-security,,,,,, -e26fd0ce-53db-4567-ad47-e89ca0ef4de8,Budgeting and Scheduling Projects,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/schedule-projects,project-management,,,,,, -cc2d26bf-b2fc-4f7f-b92e-1cf8da8ef3fd,AI For Everyone,By deeplearning.ai via Coursera,,course|https://www.classcentral.com/course/coursera-ai-for-everyone-12502,artificial-intelligence,,,,,, -1363adea-97a2-4afe-baaa-33d3577a2ec4,The Global Financial Crisis,By Yale University via Coursera,,course|https://www.classcentral.com/course/coursera-the-global-financial-crisis-4893,finance,,,,,, -505092d6-1a10-4964-aade-3f6dce839555,Computational Thinking for Problem Solving,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-computational-thinking-for-problem-solving-12278,thinking;mathematics,,,,,, -68681c59-907b-4a0f-9c32-3ebb426f0887,On Strategy : What Managers Can Learn from Philosophy - PART 1,By École Centrale Paris via Coursera,,course|https://www.classcentral.com/course/coursera-on-strategy-what-managers-can-learn-from-philosophy-part-1-1312,management;philosophy,,,,,, -49c486a4-0a23-4cbd-9d5c-03ceaea39a07,Driving Speed through Agile Planning,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-driving-speed-through-agile-planning-11918,project-management,,,,,, -32c2f236-4b54-40bd-adeb-925239a56afe,"Stereo Vision, Dense Motion & Tracking",By University at Buffalo via Coursera,,course|https://www.coursera.org/learn/stereovision-motion-tracking,computer-vision,,,,,, -5a6a4c2a-0a0b-4ff8-b7b0-0cf1e17102e0,Fundamentals of Management,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/fundamentals-of-management,management,,,,,, -31223ff0-37a9-4ca6-ac09-06978e7673ea,"Image Processing, Features & Segmentation",By University at Buffalo via Coursera,,course|https://www.classcentral.com/course/coursera-image-processing-features-segmentation-13567,image-processing,,,,,, -c66dfaa9-3650-42d1-80fb-0e7153fa4dde,Leadership Toolkit for Managers,By HEC Paris via Coursera,,course|https://www.classcentral.com/course/coursera-leadership-toolkit-for-managers-4209,leadership;management,,,,,, -8a635075-b0ac-44fd-a280-c1cc770beda1,Expanded FPGA Training with NIOS II,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-expanded-fpga-training-with-nios-ii-13678,fpga,,,,,, -8a269b84-fc1c-476c-8f59-974b51857db9,"Cybersecurity Roles, Processes & Operating System Security",By IBM via Coursera,,course|https://www.classcentral.com/course/coursera-cybersecurity-roles-processes-operating-system-security-13868,computer-security,,,,,, -9b1c8135-308a-493e-a2c5-07f632779c5c,Motion Planning for Self-Driving Cars,By University of Toronto via Coursera,,course|https://www.classcentral.com/course/coursera-motion-planning-for-self-driving-cars-13134,autonomous-vehicles,,,,,, -81ce19ea-0b6e-4163-b2ad-8371b948bca6,The Polymath,,,book|https://www.goodreads.com/book/show/39873848-the-polymath,learning,,,,,, -223cfdab-e080-43b6-8a01-ce0d925ec39a,The Language and Tools of Financial Analysis,By University of Melbourne via Coursera,,course|https://www.classcentral.com/course/coursera-the-language-and-tools-of-financial-analysis-3330,finance,,,,,, -840d6551-fe27-4097-bad1-f8af2b0084ba,Certificate Program in Public Procurement,By The World Bank via Independent,,course|https://www.procurementlearning.org/certificate-program-public-procurement-cppp/,procurement,,,,,, -88963295-d794-46c1-b17e-b1633b8c1b51,DevOps Culture and Mindset,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-devops-culture-and-mindset-12549,devops,,,,,, -410ee2e9-ff1e-4d2b-9d8f-29e7d96e8062,Introduction to G Suite,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-g-suite-14377,google,,,,,, -413ddfe4-2ee5-4602-865a-015509b5f6d7,Organizational Analysis,By Stanford University via Coursera,,course|https://www.coursera.org/learn/organizational-analysis,organization,,,,,, -3fcd1199-9b30-46b9-8485-c82f3ada563b,Principles of Secure Coding,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-principles-of-secure-coding-14478,computer-security;programming,,,,,, -7c35e4c8-f463-4cea-b994-d3ae132373ae,International Leadership and Organizational Behavior,By Università Bocconi via Coursera,,course|https://www.classcentral.com/course/coursera-international-leadership-and-organizational-behavior-1371,leadership;organization,,,,,, -391765dd-01d3-4292-a92f-b564c006c617,Managing Security in Google Cloud Platform,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/managing-security-in-google-cloud-platform,google-cloud,,,,,, -2538b5f4-773d-46a4-8dba-5936c214781d,Project Management Basics,By Florida International University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-project-management-basics-794,project-management,,,,,, -18477a3d-62e1-4284-b505-ba700917e4dd,Multi-Object Tracking for Automotive Systems,By Chalmers University of Technology via edX,,course|https://www.classcentral.com/course/edx-multi-object-tracking-for-automotive-systems-10303,autonomous-vehicles,,,,,, -243c3971-4f49-4cfb-9678-930b6c885824,How to Start a Startup,By Stanford University via Independent,,course|https://www.classcentral.com/course/independent-how-to-start-a-startup-2572,startups,,,,,, -fe6dfb60-08c5-4155-843a-feced3171e14,An Intuitive Explanation of Bayes's Theorem - LessWrong 2.0 viewer,,,article|https://www.greaterwrong.com/posts/XTXWPQSEgoMkAupKt/an-intuitive-explanation-of-bayes-s-theorem,bayesian-statistics,,,,,, -caf3e86f-1c79-4b50-8b97-bfee959cf8b6,Project Management for Designers,By Emily Carr University of Art + Design via Kadenze,,course|https://www.classcentral.com/course/kadenze-project-management-for-designers-3750,project-management,,,,,, -77cf1c84-0af8-43a9-a7c3-58c4e3f74d0a,AWS Fundamentals: Addressing Security Risk,By Amazon Web Services via Coursera,,course|https://www.coursera.org/learn/aws-fundamentals-addressing-security-risk,aws;cloud-computing,,,,,, -4b686de1-3eeb-4c57-840c-10bb8982e0db,Elastic Cloud Infrastructure: Scaling and Automation dalam bahasa Indonesia,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-elastic-cloud-infrastructure-scaling-and-automation-dalam-bahasa-indonesia-14898,cloud-computing,,,,,, -11321c6d-368a-4cb9-b225-e16e8ce7f596,Inspiring and Motivating Individuals,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/motivate-people-teams,leadership,,,,,, -9b5ce9a8-1cfd-473d-91aa-bd5b166a0ad4,Reliable Cloud Infrastructure: Design and Process dalam bahasa Indonesia,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-reliable-cloud-infrastructure-design-and-process-dalam-bahasa-indonesia-14897,cloud-computing,,,,,, -5598549b-628d-4f36-9e28-d4ff44d8fcf7,Sample-based Learning Methods,By University of Alberta via Coursera,,course|https://www.classcentral.com/course/coursera-sample-based-learning-methods-14496,machine-learning,,,,,, -4e296f3b-761c-4eb6-9f63-6642ea572f9d,Managing Project Risks and Changes,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-managing-project-risks-and-changes-2730,project-management,,,,,, -ee6f59f4-6ef6-49a3-8e6b-aa2a4ebf1e85,G Suite Mail Management,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/g-suite-mail-management,google,,,,,, -a00a4ec4-c2f9-454f-a499-9a1c55c16836,Entrepreneurship 2: Launching your Start-Up,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-launching-startup,entrepreneurship;startups,,,,,, -bb694acf-7408-4d3c-bb02-43bf6f68f9e5,UpAndAtom: When to quit,,,video|https://www.youtube.com/watch?v=tVRGadNoHC0,optimal-stopping,,,,,,oer -9e4fb341-712d-4a88-a80c-9e70e7cf430a,Introduction to the Internet of Things,By Universitat Politècnica de València via edX,,course|https://www.edx.org/course/introduction-to-the-internet-of-things,internet-of-things,,,,,, -c3701b80-c194-431f-a27f-f17e8837c97c,Foundations of strategic business analytics,By ESSEC Business School via Coursera,,course|https://www.classcentral.com/course/coursera-foundations-of-strategic-business-analytics-4371,business;analytics,,,,,, -4b0d73ed-e3e7-477a-8a5b-dcdf3f5fad54,"Sequences, Time Series and Prediction",By deeplearning.ai via Coursera,,course|https://www.classcentral.com/course/coursera-sequences-time-series-and-prediction-13802,machine-learning,,,,,, -1c012931-4816-4021-a078-e92a1bc8ea7e,Innovation for Entrepreneurs: From Idea to Marketplace,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/innovative-entrepreneur,entrepreneurship;innovation,,,,,, -cdfefd1a-a505-42e3-98f9-c9016344c503,Design and Analysis of Algorithms,By Chennai Mathematical Institute via Swayam,,course|https://swayam.gov.in/nd1_noc19_cs47/preview,algorithms,,,,,, -458c951d-02d5-4220-aa8b-95b95706f54d,New Venture Finance: Startup Funding for Entrepreneurs,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/startup-funding,entrepreneurship;startups,,,,,, -48a9dc4b-f82a-430c-b827-11e91f1e300a,System Validation (2): Model process behaviour,By EIT Digital via Coursera,,course|https://www.coursera.org/learn/system-validation-behavior,internet-of-things;embedded-systems,,,,,, -e0bf43bd-d7ad-430b-b6ea-262556acebbd,Advanced Modeling for Discrete Optimization,By University of Melbourne via Coursera,,course|https://www.coursera.org/learn/advanced-modeling,optimization,,,,,, -c0ccb48e-f088-4f04-bd41-d580a5d56920,FinTech Security and Regulation (RegTech),By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/regtech,fintech,,,,,, -019c26d3-1519-45a5-8f9e-6f2d8dec843a,Customer-Centric IT Strategy,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-customer-centric-it-strategy-10429,information-technology,,,,,, -2db652c6-589a-4efa-b954-9804780e1647,Business Metrics for Data-Driven Companies,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-business-metrics-for-data-driven-companies-4357,business,,,,,, -92923e23-74bf-437b-a39c-ebc1bed2857c,Smart Contracts,By University at Buffalo via Coursera,,course|https://www.classcentral.com/course/coursera-smart-contracts-11315,blockchain;smart-contracts,,,,,, -a6cab5fd-bcb2-4e68-b15c-ea993615f4bf,The Science of Success: What Researchers Know that You Should Know,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-the-science-of-success-what-researchers-know-that-you-should-know-8087,life;learning,,,,,, -1ccd44f9-3e1c-41eb-be0b-0c742ff60874,Probabilistic Graphical Models 2: Inference,By Stanford University via Coursera,,course|https://www.coursera.org/learn/probabilistic-graphical-models-2-inference,machine-learning,,,,,, -78db82da-ebfd-426d-be5e-d43d6b305bd7,Digital Branding and Engagement,By Curtin University via edX,,course|https://www.edx.org/course/digital-branding-and-engagement,marketing,,,,,, -3130a6d2-d2eb-4f05-ab49-0cbab37b3584,Build a Modern Computer from First Principles: Nand to Tetris Part II (project-centered course),By Hebrew University of Jerusalem via Coursera,,course|https://www.coursera.org/learn/nand2tetris2,computer-science,,,,,, -421b0b22-9301-4846-b2b3-e4020ce73367,An Introduction to Consumer Neuroscience & Neuromarketing,By Copenhagen Business School via Coursera,,course|https://www.classcentral.com/course/coursera-an-introduction-to-consumer-neuroscience-neuromarketing-1395,neuroscience,,,,,, -4ca0d6e3-36fd-4d05-af49-3b526349d3e9,Blockchain Platforms,By University at Buffalo via Coursera,,course|https://www.coursera.org/learn/blockchain-platforms,blockchain,,,,,, -48ab61b2-cd3f-4a05-98d3-01e5406d2b59,Supply Chain Fundamentals,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-supply-chain-fundamentals-2140,supply-chain,,,,,, -d5aa1775-4e81-4f65-851a-78a4212a2600,Decentralized Applications (Dapps),By University at Buffalo via Coursera,,course|https://www.classcentral.com/course/coursera-decentralized-applications-dapps-11316,decentralized-systems,,,,,, -5620b1f8-2011-48fc-9979-8a525d25bbf7,Forensic Accounting and Fraud Examination,By West Virginia University via Coursera,,course|https://www.coursera.org/learn/forensic-accounting,accounting,,,,,, -ba4d4e2e-3fb3-4585-abfc-5efde2f799c3,Global Human Capital Trends,By Columbia University via Canvas Network,,course|https://www.canvas.net/browse/columbiau/courses/global-human-capital-trends,human-resources,,,,,, -24438d4b-b57b-4ee3-b7d3-d5e46efadd72,Reinforcement Learning in Finance,By New York University (NYU) via Coursera,,course|https://www.coursera.org/learn/reinforcement-learning-in-finance,machine-learning;finance,,,,,, -12e23e2c-2473-42da-8049-7239f6a7472b,Introduction to the Music Business,By Berklee College of Music via edX,,course|https://www.edx.org/course/introduction-to-the-music-business-3,business;music,,,,,, -7234b37c-5b73-4781-b2c4-8d9269589cfe,Advanced Competitive Strategy,By Ludwig-Maximilians-Universität München via Coursera,,course|https://www.coursera.org/learn/advanced-competitive-strategy,business;strategy,,,,,, -43cf4e72-f7f4-426f-a3d7-e28a9257a479,"Introduction to Blockchain: Benefits, Values and Opportunities",By Association of International Certified Professional Accountants via Coursera,,course|https://www.coursera.org/learn/blockchain-benefits-values-opportunities,blockchain,,,,,, -7bd968e1-2235-40b0-906e-a76eeb0ffcdb,Exploring ​and ​Preparing ​your ​Data with BigQuery,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-exploring-and-preparing-your-data-with-bigquery-9674,bigquery;big-data,,,,,, -f55d1ee7-fe67-4f28-a900-5aea65d6b241,Practical Machine Learning with Tensorflow,By Google via Swayam,,course|https://swayam.gov.in/nd1_noc19_cs81/preview,machine-learning;software-tools/tensorflow,,,,,, -a28d4dee-a772-4e2e-b135-a41c84772303,Fundamentals of Global Energy Business,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/energy-business,business;energy,,,,,, -bb375c03-9be8-4b11-8c15-8f5232edaa1d,Inclusion and Technology Design,By Indian Institute of Technology Bangalore via Swayam,,course|https://swayam.gov.in/nd1_noc19_hs40/preview,design;technology,,,,,, -000649a6-871e-45f7-a30f-37bdf9895d7f,Essentials of Entrepreneurship: Thinking & Action,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/entrepreneurial-thinking,entrepreneurship;startups,,,,,, -565b373a-1ac6-4b71-a862-dde73851daec,Computer Architecture,By Princeton University via Coursera,,course|https://www.classcentral.com/course/coursera-computer-architecture-342,computer-science,,,,,, -489a5a80-a561-494e-9c8c-c491d987a61b,Managing Talent,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-managing-talent-4308,human-resources,,,,,, -0a86f86c-1a8a-4284-b023-d305d1460413,Basic Modeling for Discrete Optimization,By University of Melbourne via Coursera,,course|https://www.classcentral.com/course/coursera-basic-modeling-for-discrete-optimization-7759,optimization,,,,,, -2767488d-81d3-4ca0-910d-e72373908c08,Introduction to People Analytics,By Moscow Institute of Physics and Technology via Coursera,,course|https://www.coursera.org/learn/people-analytics,analytics,,,,,, -6efa5759-9410-4089-960f-e5ed1873797e,Preparing for the Google Cloud Associate Cloud Engineer Exam,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/preparing-cloud-associate-cloud-engineer-exam,google-cloud,,,,,, -8eb73474-386a-45b4-8de0-db3d9df82458,Giving Sense to Your Leadership Experience,By HEC Paris via Coursera,,course|https://www.coursera.org/learn/leading-sense,leadership,,,,,, -4dad058d-f6c4-4533-9431-b7113e58ad31,Introduction to Blockchain: Evolution and Technology Concepts,By Association of International Certified Professional Accountants via Coursera,,course|https://www.coursera.org/learn/blockchain-evolution-technology-concepts,blockchain,,,,,, -263f9261-04af-49a7-9004-ba26d189a10e,Engagement & Nurture Marketing Strategies,By Northwestern University via Coursera,,course|https://www.coursera.org/learn/nurture-market-strategies,marketing,,,,,, -d8faddfa-ecab-4f86-89ba-3e61b77808bf,Internet of Things: Multimedia Technologies,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/internet-of-things-multimedia,internet-of-things,,,,,, -81171f26-eabc-47f4-8b97-075fdf85f950,Coaching Conversations,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-coaching-conversations-5557,management,,,,,, -4600d0e3-d4ad-47ff-afb2-b47f9f61be4b,Introduction to TCP/IP,By Yonsei University via Coursera,,course|https://www.coursera.org/learn/tcpip,computer-networking,,,,,, -89fcd1df-3c9f-4fef-bc36-4ee0da908759,Business Model Canvas: A Tool for Entrepreneurs and Innovators (Project-Centered Course),By University System of Georgia via Coursera,,course|https://www.coursera.org/learn/business-model-canvas,business;entrepreneurship,,,,,, -418204b0-d318-438b-9848-c99cedd1d409,Applied Machine Learning in Python,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-applied-machine-learning-in-python-6673,machine-learning;programming-languages/python,,,,,, -052a4815-10e7-4ee4-b3bc-dab43e2696f9,Advanced Search Engine Optimization Strategies,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/seo-strategies,marketing;seo,,,,,, -f178722a-b0f9-4551-8f3f-d80b17d0992e,Practical Machine Learning on H2O,By H2O via Coursera,,course|https://www.classcentral.com/course/coursera-practical-machine-learning-on-h2o-10790,machine-learning,,,,,, -d57b2372-55bd-499e-a0e5-2cdee6144366,Fundamentals of Machine Learning in Finance,By New York University (NYU) via Coursera,,course|https://www.classcentral.com/course/coursera-fundamentals-of-machine-learning-in-finance-11226,machine-learning;finance,,,,,, -73836354-a835-414d-9d13-60d88055f2f5,Securing Investment Returns in the Long Run,By University of Geneva via Coursera,,course|https://www.classcentral.com/course/coursera-securing-investment-returns-in-the-long-run-5514,finance,,,,,, -6841b8fc-f4e5-44ce-b4d0-276367de625e,Guided Tour of Machine Learning in Finance,By New York University (NYU) via Coursera,,course|https://www.classcentral.com/course/coursera-guided-tour-of-machine-learning-in-finance-11231,machine-learning;finance,,,,,, -6f8491c0-a00c-4834-91d9-8fe63be36eb5,The Manager's Toolkit: A Practical Guide to Managing People at Work,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-the-manager-s-toolkit-a-practical-guide-to-managing-people-at-work-6317,management,,,,,, -2578677b-92ee-4eab-92cf-22e534cb52ed,Prof Ghrist Math,,,video|https://www.youtube.com/channel/UC5N5pRddyicAX1QJyJjIIdg,dynamical-systems,,,,,,oer -1d2c9b76-70b3-452e-8eaf-29f88a5e573d,Knot Atlas,,,website|http://katlas.org/wiki/Main_Page,knot-theory,,,,,, -a64f36af-2af1-4526-b555-c39f1ac1af28,Introduction to parallel Programming in Open MP,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-parallel-programming-in-open-mp-14167,parallel-programming,,,,,, -06063d96-8301-47ad-84d0-974930d1b99e,Innovation Management,By Erasmus University Rotterdam via Coursera,,course|https://www.classcentral.com/course/coursera-innovation-management-5943,innovation;management,,,,,, -ca494288-b975-4cf9-a0a5-af6b74b7ca91,Handel - programming language for writing songs,,,app|https://handel-pl.github.io/,programming-languages;music-theory,,,,,,oer -423001ec-f69e-4177-a2e8-9e0b66bb4430,The Role of Global Capital Markets,By University of Melbourne via Coursera,,course|https://www.classcentral.com/course/coursera-the-role-of-global-capital-markets-3331,finance,,,,,, -b108d6de-9a94-410c-8a68-296fc78d4bf1,Six Sigma Advanced Improve and Control Phases,By University System of Georgia via Coursera,,course|https://www.classcentral.com/course/coursera-six-sigma-advanced-improve-and-control-phases-9076,six-sigma,,,,,, -776c5142-b2ec-4592-8972-0c532e823b1a,Introduction to Blockchain: Using and Securing Cryptocurrencies,By Association of International Certified Professional Accountants via Coursera,,course|https://www.coursera.org/learn/blockchain-using-securing-cryptocurrencies,blockchain,,,,,, -5d9298dd-0f21-49d4-ba1a-112b0eccf6ad,Web Connectivity and Security in Embedded Systems,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-web-connectivity-and-security-in-embedded-systems-7415,embedded-systems,,,,,, -87f4a04a-7939-4412-bb6d-6ae8ece50fe3,Search Engine Optimization Fundamentals,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/seo-fundamentals,seo,,,,,, -83c1c207-c7a0-4a94-8489-af37ece23977,Blockchain Basics,By University at Buffalo via Coursera,,course|https://www.coursera.org/learn/blockchain-basics,blockchain,,,,,, -c9dc7c71-f58c-47c6-85d9-e80e9228d9ad,Finance for Non-Finance Professionals,By Rice University via Coursera,,course|https://www.coursera.org/learn/finance-for-non-finance,finance,,,,,, -af0d46f6-93d5-42ed-b2ec-b50fa599e4ca,Introduction to Social Media Analytics,By Emory University via Coursera,,course|https://www.coursera.org/learn/social-media-analytics-introduction,analytics,,,,,, -749cbe62-f2e6-499c-92b5-6ca54bd8ee08,DDoS Attacks and Defenses,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-ddos-attacks-and-defenses-12153,computer-security,,,,,, -7ed62a28-32c8-492e-bc5c-1969314af5fc,Communicating Business Analytics Results,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/communicating-business-analytics-results,analytics,,,,,, -92da3fd8-c018-4254-8ed7-76d377c10e6e,Developing FPGA-accelerated cloud applications with SDAccel: Practice,By Politecnico di Milano via Coursera,,course|https://www.coursera.org/learn/fpga-sdaccel-practice,fpga,,,,,, -7e57cee2-5b86-40b0-9541-54335a390efd,Trading Algorithms,By Indian School of Business via Coursera,,course|https://www.coursera.org/learn/trading-algorithm,algorithms;finance,,,,,, -55864aa9-504b-468b-b67d-3c85a56ba94e,The Impact of Technology,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-the-impact-of-technology-7088,technology;society;business,,,,,, -e4920f8e-c07e-472e-aac8-6bdcd022130b,"Data Management, Data Security and Robot Operating System as a Common Tool for IoT",By ITMO University via edX,,course|https://www.classcentral.com/course/edx-data-management-data-security-and-robot-operating-system-as-a-common-tool-for-iot-14395,internet-of-things,,,,,, -1828d625-5f3f-423b-8ccb-1b00dacf732e,Marketing Analytics Capstone Project,By Emory University via Coursera,,course|https://www.coursera.org/learn/marketing-analytics-project,marketing;analytics,,,,,, -5afb5c03-6dc6-4203-9437-006722c3ff47,IoT Networking and Fog Layer Devices,By ITMO University via edX,,course|https://www.classcentral.com/course/edx-iot-networking-and-fog-layer-devices-14394,internet-of-things,,,,,, -a1d2dfa8-ba7b-463d-a08e-3b4671b988a1,The Power of Team Culture,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-the-power-of-team-culture-7122,management,,,,,, -ad61e18e-b904-46b7-9f51-1db35fb1079c,A Subjective Introduction to the IoT,By ITMO University via edX,,course|https://www.edx.org/course/a-subjective-introduction-to-the-iot,internet-of-things,,,,,, -468b48ee-6141-403e-a49d-5e17f625b0ea,Approximation Algorithms,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-approximation-algorithms-13080,algorithms,,,,,, -dc64d156-126a-499a-897a-4fdc40c9abd7,Strategic Innovation: Managing Innovation Initiatives,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/strategic-innovation-innovation-at-the-frontier,innovation;management,,,,,, -5ac27cce-0fd0-46e4-8d4c-4c4f50237a20,Cybersecurity Compliance Framework & System Administration,By IBM via Coursera,,course|https://www.coursera.org/learn/cybersecurity-compliance-framework-system-administration,computer-security,,,,,, -38d1a35a-59ee-4081-93e7-c0aae22a0a6d,Network Security & Database Vulnerabilities,By IBM via Coursera,,course|https://www.classcentral.com/course/coursera-network-security-database-vulnerabilities-13873,computer-security,,,,,, -47c6bd92-eb8e-4dc2-82ad-63b8e12d0f2f,Six Sigma Tools for Analyze,By University System of Georgia via Coursera,,course|https://www.coursera.org/learn/six-sigma-analyze,qualty;six-sigma,,,,,, -99f10f59-7a83-4ca7-9229-fa37fae4aee5,Building AI Applications with Watson APIs,By IBM via Coursera,,course|https://www.coursera.org/learn/building-ai-applications,artificial-intelligence;watson,,,,,, -8741dafb-7e37-4e8f-a03a-cc175025ffac,Six Sigma and the Organization (Advanced),By University System of Georgia via Coursera,,course|https://www.coursera.org/learn/six-sigma-organization-advanced,quality;six-sigma,,,,,, -1453464a-0805-4726-b2fe-210de533b2fc,Digital Transformation of Financial Services - Capstone Project,By Copenhagen Business School via Coursera,,course|https://www.classcentral.com/course/coursera-digital-transformation-of-financial-services-capstone-project-9309,finance,,,,,, -7bdca7d2-f995-4194-82a4-bae241b1459e,Entrepreneurship II: Preparing for Launch,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/entrepreneurship-2,entrepreneurship;startups,,,,,, -e494a9db-7731-4485-b639-b45ee001783b,How Computers Work,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/how-computers-work,computer-science,,,,,, -4d9b5575-2f39-4820-ad34-90e555c66444,Continuous Integration,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/continuous-integration,software-engineering,,,,,, -ad4377a5-f0bc-491c-860b-1b0a4063d7a6,Crowdfunding,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-crowdfunding,crowdfunding,,,,,, -98c210ff-c647-428a-8925-cc0c0e81d90d,ramanujan whittier web,,,article|https://math.ucr.edu/home/baez/ramanujan/ramanujan_whittier_web.pdf,number-theory,,,,,,oer -85bd5540-dea1-40a9-8a71-3777b0743ff4,Organisational design: Know your organisation,By Macquarie University via Coursera,,course|https://www.classcentral.com/course/coursera-organisational-design-know-your-organisation-12152,organization,,,,,, -baec8171-4554-4dc0-8a1b-94d86d7b52f2,Brand Identity and Strategy,By IE Business School via Coursera,,course|https://www.classcentral.com/course/coursera-brand-identity-and-strategy-13108,branding;marketing,,,,,, -14969226-e8d3-46b5-9ce9-8b619496ec96,Brand & Content Marketing,By IE Business School via Coursera,,course|https://www.coursera.org/learn/brand-and-content-marketing,marketing,,,,,, -585bd234-2770-4c27-8599-f48d43145606,Introduction to Computer Programming,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-computer-programming-12185,programming,,,,,, -125f11be-4a8b-4830-ac3b-60c05f543b21,Key Success Factors in Supply Chain Finance,By New York Institute of Finance via Coursera,,course|https://www.coursera.org/learn/key-success-factors-supply-chain-finance,supply-chain,,,,,, -a0b8e0b5-1b9e-44c6-b303-a46f3448e8e6,Quantitative Formal Modeling and Worst-Case Performance Analysis,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-quantitative-formal-modeling-and-worst-case-performance-analysis-4864,embedded-systems,,,,,, -5b7bc7cc-1088-4c80-9ad0-6ede6caade3e,A half-hour to learn Rust - fasterthanli.me,,,article|https://fasterthanli.me/articles/a-half-hour-to-learn-rust,programming-languages/rust,,,,,, -9b6869be-0f67-410d-98c0-76cff0c74eda,"Programming Languages, Part C",By University of Washington via Coursera,,course|https://www.coursera.org/learn/programming-languages-part-c,programming,,,,,, -6246c60d-b329-4223-b286-289a51d3d158,Machine Learning for Business Professionals,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-machine-learning-for-business-professionals-13415,machine-learning;business,,,,,, -432fa77a-0e62-47bb-ad74-21acedff3bde,Architecting Smart IoT Devices,By EIT Digital via Coursera,,course|https://www.coursera.org/learn/iot-architecture,internet-of-things,,,,,, -e1e79189-708b-4039-b3f7-3e87ec74b28c,"Lending, Crowdfunding, and Modern Investing",By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-lending-crowdfunding-and-modern-investing-13731,crowdfunding;finance,,,,,, -16b790ab-009d-450e-be09-1746130fec9a,15 Amazing Java Projects for Beginners in 2021 (New Ideas) | FavTutor,,,article|https://favtutor.com/blogs/java-projects-for-beginners,programming;programming-languages/java,,,intermediate,,,oer -5f0bc8fc-497b-49c8-8726-9fd3bebd043a,Finance for Startups,By Korea Advanced Institute of Science and Technology via Coursera,,course|https://www.coursera.org/learn/finance-for-startups,finance;startups,,,,,, -97116e78-9231-43d7-ad55-2495ecf17524,Dr. Steve Horvath on epigenetic aging to predict healthspan: the DNA PhenoAge and GrimAge clocks,,,video|https://www.youtube.com/watch?v=A_aaBKubJnA,aging,,,,,,oer -2dc68be9-fe69-471b-8512-46584d2e8710,Cyber-Physical Systems: Modeling and Simulation,"By University of California, Santa Cruz via Coursera",,course|https://www.coursera.org/learn/cyber-physical-systems-1,computer-science,,,,,, -56bc670c-ea5e-42e6-b3b7-bc0173250b59,"Compensation, Expenses and Quotas",By West Virginia University via Coursera,,course|https://www.coursera.org/learn/compensation-expenses-quotas,sales;management,,,,,, -2504411b-45f4-4ad5-b8f4-9a85492a182b,"Networks: Friends, Money, and Bytes",By Princeton University via Coursera,,course|https://www.coursera.org/learn/friends-money-bytes,networks,,,,,, -423bc802-34ed-492b-b988-016c803ddaa8,Account Management & Sales Force Design,By West Virginia University via Coursera,,course|https://www.classcentral.com/course/coursera-account-management-sales-force-design-12426,sales;management,,,,,, -7abbfff7-ed6f-40a0-ad70-ad09e4159b99,Understanding Development Management,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/understanding-development-management,development;management,,,,,, -221fbeb2-d1c5-493a-984e-eafa912a3de1,Internet of Things: Sensing and Actuation From Devices,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/internet-of-things-sensing-actuation,internet-of-things,,,,,, -cd2b0db5-2258-46c1-9d2d-b9063e512397,Networks Illustrated: Principles without Calculus,By Princeton University via Coursera,,course|https://www.coursera.org/learn/networks-illustrated,networks,,,,,, -4703beb7-c312-48bb-a394-4d67768a7a60,Internet of Things: Setting Up Your DragonBoard™ Development Platform,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-internet-of-things-setting-up-your-dragonboard-development-platform-4260,internet-of-things,,,,,, -b79c9405-21d4-4fdf-beb6-1f78671b06e9,"Grow to Greatness: Smart Growth for Private Businesses, Part II",By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-grow-to-greatness-smart-growth-for-private-businesses-part-ii-463,business,,,,,, -c6384f1b-e7d8-4649-a2ac-f4edc479c76e,Recommender Systems Capstone,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/recommeder-systems-capstone,machine-learning,,,,,, -3d29dd76-a977-4e70-a59c-3e4547b81a0b,https://securityinabox.org,,,website|https://securityinabox.org,security;internet,,,beginner,,, -1ba31241-6d98-4737-af40-fde689bd5ff6,Embedded Hardware and Operating Systems,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-embedded-hardware-and-operating-systems-6826,embedded-systems,,,,,, -176a4599-8148-43bc-b83d-0e62baa53bd2,Beyond Silicon Valley: Growing Entrepreneurship in Transitioning Economies,By Case Western Reserve University via Coursera,,course|https://www.coursera.org/learn/entrepreneurship-development,entrepreneurship;society,,,,,, -ec1c77ee-35f7-4278-8a17-12dada20aa11,"Two Speed IT: How Companies Can Surf the Digital Wave, a BCG Perspective",By École Centrale Paris via Coursera,,course|https://www.classcentral.com/course/coursera-two-speed-it-how-companies-can-surf-the-digital-wave-a-bcg-perspective-2946,information-technology,,,,,, -5de8bf8a-f93c-4648-9573-584e6b5fc5fb,Internet of Things: How did we get here?,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-internet-of-things-how-did-we-get-here-4276,internet-of-things,,,,,, -28a0e8e6-ce41-4de9-a075-5b97b247fed8,Digital Media and Marketing Strategies,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/marketing-plan,marketing,,,,,, -b6a7d115-7c0b-4155-9133-e9cd879867b4,System Validation: Automata and behavioural equivalences,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-system-validation-automata-and-behavioural-equivalences-6825,embedded-systems,,,,,, -34f5c10a-02d7-4e76-b93c-5fe3f7412d8b,"System Validation (4): Modelling Software, Protocols, and other behaviour",By EIT Digital via Coursera,,course|https://www.coursera.org/learn/system-validation-software-protocols,embedded-systems,,,,,, -209a946f-55ed-4c84-80ad-943bd9be1f34,Programming with Cloud IoT Platforms,By Pohang University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/cloud-iot-platform,internet-of-things;cloud-computing;programming,,,,,, -c28d0771-e4fd-4ab6-8655-dc667f13c108,Cybersecurity and Privacy in the IoT,By Curtin University via edX,,course|https://www.classcentral.com/course/edx-cybersecurity-and-privacy-in-the-iot-9754,computer-security;internet-of-things,,,,,, -793b3f72-e42b-4d9e-af64-be7dbd4b4abb,Business of Games and Entrepreneurship,By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-business-of-games-and-entrepreneurship-4178,entrepreneurship;business,,,,,, -c8ef3337-ba0b-4c7d-889d-9898c9824c7c,Lean - Theorem Prover,,,code|https://leanprover.github.io/,mathematics,,,,,,oer -535ad374-aad8-42b3-8c1e-eb298a865364,"Conversations That Inspire: Coaching Learning, Leadership and Change",By Case Western Reserve University via Coursera,,course|https://www.classcentral.com/course/coursera-conversations-that-inspire-coaching-learning-leadership-and-change-3707,management,,,,,, -e7cf69e5-3450-49ff-af92-bc869dac4bea,Machine Learning Fundamentals,"By University of California, San Diego via edX",,course|https://www.edx.org/course/machine-learning-fundamentals-5,machine-learning,,,,,, -b277923e-3507-4c1a-a055-2f54c1b5d7e6,Strategic Management,By Copenhagen Business School via Coursera,,course|https://www.classcentral.com/course/coursera-strategic-management-4279,management;strategy,,,,,, -8cc09de4-3276-4729-8011-503c23fed543,Strategic and Transformational IT,By University System of Maryland via edX,,course|https://www.edx.org/course/strategic-and-transformational-it-0,strategy;information-technology;management,,,,,, -5ae91495-65af-4d21-872a-edc96819e035,"Business Intelligence Concepts, Tools, and Applications",By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-business-intelligence-concepts-tools-and-applications-4285,business-intelligence,,,,,, -1a3b63f5-d474-4340-8df4-a9b6e3f4db9a,The Business of Cybersecurity Capstone,By University System of Georgia via Coursera,,course|https://www.coursera.org/learn/business-of-cybersecurity-capstone,computer-security;business,,,,,, -9d4d3c7c-a356-4083-8c3f-8a058b7994ef,"Content, Advertising & Social IMC",By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-content-advertising-social-imc-4263,marketing,,,,,, -266a77cb-0076-4fe6-9a41-5f26b638df86,Advanced Content and Social Tactics to Optimize SEO,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-advanced-content-and-social-tactics-to-optimize-seo-5535,seo,,,,,, -cf9cdf60-8a9c-422d-a3be-30c147270b2c,Python in High Performance Computing,By Partnership for Advanced Computing in Europe via FutureLearn,,course|https://www.futurelearn.com/courses/python-in-hpc,programming-languages/python;high-performance-computing,,,,,, -294c8356-f4e1-493c-885d-b8ca49210196,Portfolio and Risk Management,By University of Geneva via Coursera,,course|https://www.classcentral.com/course/coursera-portfolio-and-risk-management-5490,finance,,,,,, -87f18f79-7139-4cf9-ae52-f324cad306ec,Coaching Practices,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/coaching-practices,management;coaching,,,,,, -4d35572e-b6df-4d3a-b996-a50c92888704,Malicious Software and its Underground Economy: Two Sides to Every Story,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/malsoftware,computer-security,,,,,, -0f74b422-d3c3-4800-a5c3-0374f9ef6439,The Search for Great Ideas: Harnessing creativity to empower innovation.,By Michigan State University via Coursera,,course|https://www.coursera.org/learn/start-your-own-business-2-ideation,innovation,,,,,, -c6de33dd-dcbf-4ff2-b995-7aabb7474801,Applied Cryptography,By University of Virginia via Udacity,,course|https://www.udacity.com/course/applied-cryptography--cs387,cryptography,,,,,, -fe673371-a589-457d-bb7b-a4f83b2ff057,Brand and Product Management,By IE Business School via Coursera,,course|https://www.classcentral.com/course/coursera-brand-and-product-management-5478,product-management,,,,,, -49822ab2-57a8-4361-8191-8dfc59387508,Completing the square - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Completing_the_square,quadratic-equations,,,,,,oer -b98babb8-7343-4eae-a2dd-8b81cb4ea773,Completing the square - animation,,,video|https://upload.wikimedia.org/wikipedia/commons/3/3d/Completing_the_square.ogv,quadratic-equations,,,,,,oer -03415893-236e-43b8-8022-75ea906c3f5d,Decision-Making and Scenarios,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-decision-making-and-scenarios-5481,decision-making;thinking;business,,,,,, -bbe41965-04d9-4f22-9fc6-a24133196b99,Фінанси для нефінансових спеціалістів,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-----5689,accounting,,,,,, -85a4f172-6ac5-4268-a548-0a562240623c,Supply Chain Sourcing,By Rutgers University via Coursera,,course|https://www.coursera.org/learn/sourcing,supply-chain,,,,,, -5a6a2aa8-f1f7-4853-a82c-aa79d33d5a2e,Survey analysis to Gain Marketing Insights,By Emory University via Coursera,,course|https://www.classcentral.com/course/coursera-survey-analysis-to-gain-marketing-insights-6915,marketing,,,,,, -ba4432da-fae2-44e2-bb34-e8eea790890a,The n-Category Café,,,blog|https://golem.ph.utexas.edu/category/,mathematics;physics,,,,,,oer -7c23aec1-80ab-4779-8dda-09107f873fc5,Construction Project Management,By Columbia University via Coursera,,course|https://www.coursera.org/learn/construction-project-management,project-management;construction,,,,,, -959ec9f7-921e-4258-a0eb-b321e3e4fa8c,Self Awareness and the Effective Leader,By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-self-awareness-and-the-effective-leader-7280,leadership,,,,,, -a6956b05-672f-4fc9-b8b5-8a534c949a37,Intro to Algorithms,By via Udacity,,course|https://www.udacity.com/course/intro-to-algorithms--cs215,algorithms,,,,,, -2de9dcc0-2d69-4c45-b5ab-309fe96abdc3,Master Class for Corporate Entrepreneurs,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/corporate-entrepreneurship-project,entrepreneurship,,,,,, -b13896d3-4747-4570-a514-471cb6c9aec5,How to write good prompts: using spaced repetition to create understanding,,,article|https://andymatuschak.org/prompts/,spaced-repetition,,,,,, -e4ba1ebf-ca9e-42f3-b0e5-4fe726c7c630,Business Analytics for Decision Making,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-business-analytics-for-decision-making-7040,analytics;business,,,,,, -a4a7c173-c0e0-4076-bae7-642ce7bf6528,Predictive Modeling and Analytics,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/predictive-modeling-analytics,analytics,,,,,, -3a30208b-f2f0-4cbb-a406-dc3693aee82a,Intro to Theoretical Computer Science,By via Udacity,,course|https://www.classcentral.com/course/udacity-intro-to-theoretical-computer-science-455,computer-science,,,,,, -280349fb-9ec9-469b-bc05-f4dc6e031e07,Culture-Driven Team Building Capstone,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-culture-driven-team-building-capstone-7126,management,,,,,, -7fe8bcb9-35ca-4edb-a54f-1e29b4bc2efa,Introduction to Computer Architecture,By Carnegie Mellon University via Independent,,course|http://course.ece.cmu.edu/~ece447/s13/doku.php?id=schedule,computer-architecture;computer-science,,,,,,oer -66293850-74f6-46a5-9c51-05014a5ef3e1,Design your own trading strategy – Culminating Project,By Indian School of Business via Coursera,,course|https://www.coursera.org/learn/design-trading-strategy-culminating-project,trading,,,,,, -57a4ab6a-a594-4281-b761-0f6ba828803b,Program Arcade Games - Learn Computer Science,By via Independent,,course|https://www.classcentral.com/course/independent-program-arcade-games-learn-computer-science-640,computer-science;games,,,,,, -c956e3cf-7d71-4eda-acb9-4bcfb48c28b5,Global Financial Markets and Instruments,By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-global-financial-markets-and-instruments-7023,finance,,,,,, -02776f6e-2611-4d2f-b0f7-06bdbe4c6b51,Business Analytics and Digital Media,By Indian School of Business via Coursera,,course|https://www.classcentral.com/course/coursera-business-analytics-and-digital-media-7184,analytics,,,,,, -9fc6030b-db1d-4e64-8135-ae77b8843c51,Learn Go in ~5mins · GitHub,,,article|https://gist.github.com/prologic/5f6afe9c1b98016ca278f4d507e65510,programming-languages/go,,,,,,oer -9a2ae952-320b-42e3-92fa-e25de1b10a5a,Innovation & Entrepreneurship - From Basics to Open Innovation,By EIT Digital via Coursera,,course|https://www.coursera.org/learn/open-innovation-entrepreneurship,innovation,,,,,, -64ccfd6a-8570-412e-9259-f005427f5940,Introduction to Internetworking with TCP/IP,By via openHPI,,course|https://open.hpi.de/courses/internetworking2014,computer-networking,,,,,, -73bde7d0-b626-4e2c-8887-080d0d8d5e45,Data Analytics for Lean Six Sigma,By University of Amsterdam via Coursera,,course|https://www.coursera.org/learn/data-analytics-for-lean-six-sigma,six-sigma;analytics,,,,,, -3b0aab97-80e2-4899-82c4-19dba3574968,Developing Scalable Apps in Java,By Google via Udacity,,course|https://www.udacity.com/courses/all,programming-languages/java,,,,,, -95cf7d41-58d7-468e-bf74-4c1ddc97f833,Leading the Life You Want,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-leading-the-life-you-want-8228,life,,,,,, -5b44094c-36a7-4821-be88-21fd4719668c,In-Memory Data Management In a Nutshell,By via openSAP,,course|https://www.classcentral.com/course/opensap-in-memory-data-management-in-a-nutshell-2458,programming,,,,,, -e79a8550-df97-4d12-9d7c-d0c7d94beb3f,Achieving Advanced Insights with BigQuery,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-achieving-advanced-insights-with-bigquery-9675,big-data,,,,,, -72ea9dc0-8eba-43f9-8c55-8c12dc282ec4,HackInScience — Python Exercises,,,code|https://www.hackinscience.org/,programming-languages/python;exercise,,,beginner,,, -f60283e1-bce3-4c05-b18e-5aac67c094c2,Sales Training: Building Your Sales Career,By HubSpot Academy via Coursera,,course|https://www.classcentral.com/course/coursera-sales-training-building-your-sales-career-12412,sales,,,,,, -56900e54-d93b-48ef-82cb-e5f55258d7d4,Six Sigma Tools for Improve and Control,By University System of Georgia via Coursera,,course|https://www.coursera.org/learn/six-sigma-improve-control,six-sigma,,,,,, -ee2c5406-724f-45d2-9e55-6f6993c4449f,Computer Networking,By Georgia Institute of Technology via Udacity,,course|https://www.udacity.com/course/computer-networking--ud436,computer-networking,,,,,, -6401ccb4-d59c-446d-b397-95d972e3237d,Formal Financial Accounting,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-formal-financial-accounting-9083,accounting,,,,,, -8b85d6f5-3326-4514-bfdf-bc456b65fdfa,Compilers,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-compilers-2716,compilers,,,,,, -09bd3f8b-fc06-491b-b17e-1a57ec3d3fd8,China Strategy,By The Chinese University of Hong Kong via Coursera,,course|https://www.classcentral.com/course/coursera-china-strategy-9768,nations/china/business,,,,,, -687fad60-60da-4223-a84c-7639205afdb2,Rapid Deployment of SAP Solutions,By via openSAP,,course|https://www.classcentral.com/course/opensap-rapid-deployment-of-sap-solutions-2018,software-tools/sap,,,,,, -c958b5fb-8a5d-4006-ba06-caaefd9ee90d,Global Statistics - Composite Indices for International Comparisons,By University of Geneva via Coursera,,course|https://www.coursera.org/learn/global-statistics,society;economics,,,,,, -afa929a3-4c8a-4e50-973e-e1d64e0fd62c,Knowledge-Based AI: Cognitive Systems,By Georgia Institute of Technology via Udacity,,course|https://www.classcentral.com/course/udacity-knowledge-based-ai-cognitive-systems-1025,artificial-intelligence,,,,,, -5f1410ed-3b87-4c01-8056-f622a916a23c,Planned Giving,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/planned-giving,finance,,,,,, -794ba30b-e975-4829-b9cc-451bfb801e10,Advanced Operating Systems,By Georgia Institute of Technology via Udacity,,course|https://www.udacity.com/course/advanced-operating-systems--ud189,operating-systems,,,,,, -c0ba9f30-070a-4e46-9ecc-432c23c9aa33,Auditing II: The Practice of Auditing,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-auditing-ii-the-practice-of-auditing-12151,auditing;finance,,,,,, -98fa352e-60da-475a-9185-088f12ab720b,High Performance Computer Architecture,By Georgia Institute of Technology via Udacity,,course|https://www.classcentral.com/course/udacity-high-performance-computer-architecture-1018,computer-architecture,,,,,, -cee85530-20bf-412f-8de5-8b4f2f0d91c2,Bridging the Gap between Strategy Design and Delivery,By Brightline Initiative via Coursera,,course|https://www.classcentral.com/course/coursera-bridging-the-gap-between-strategy-design-and-delivery-12170,strategy;business,,,,,, -457454d0-8f99-4f02-bed3-1fef859ff862,"Computability, Complexity & Algorithms",By Georgia Institute of Technology via Udacity,,course|https://www.udacity.com/course/computability-complexity-algorithms--ud061,computer-science,,,,,, -24e08515-1e31-4b84-9af1-91ebef3a984e,Adapt your leadership style,By Macquarie University via Coursera,,course|https://www.coursera.org/learn/leadership-adapt-your-style,leadership,,,,,, -537c4d76-03f0-4e51-a83f-60fe78607b81,Stanford CS 224N | Natural Language Processing with Deep Learning,,,course|http://web.stanford.edu/class/cs224n/,natural-language-processing,,,,,,oer -35b61643-2f3f-4141-b191-34f47d4204a3,Safety in the Utility Industry,By University at Buffalo via Coursera,,course|https://www.coursera.org/learn/safety-utility-industry,business;safety,,,,,, -3cb86676-9a7c-462b-af29-b280c07c8097,Introduction to SAP Fiori UX,By via openSAP,,course|https://open.sap.com/course/fiori1,software-tools/sap,,,,,, -be7eca0f-293d-4934-8bc5-2d29f9269c71,Bonds & Stocks,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-bonds-stocks-13208,finance,,,,,, -74792076-1cf9-415a-b700-d2e8e846f859,"Introduction to hyperbolic geometry : Ramsay, Arlan : Free Download, Borrow, and Streaming : Internet Archive",,,book|https://archive.org/details/introductiontohy0000rams,hyperbolic-geometry,,,,,, -52cbfa2b-30c1-415f-9583-a88f2b982e61,Decision Criteria & Applications,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-decision-criteria-applications-13209,finance;thinking;decision-making,,,,,, -c5b01216-5a11-4a2f-9dc5-1a42e37eada7,"Grow to Greatness: Smart Growth for Private Businesses, Part I",By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-grow-to-greatness-smart-growth-for-private-businesses-part-i-433,business,,,,,, -a69e30df-0201-49ac-9258-1e9342487083,The Importance of Listening,By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-the-importance-of-listening-4213,communication,,,,,, -fb0ac186-fb60-4017-bb6b-614d95a38f67,MyCS: Computer Science for Beginners,By Harvey Mudd College via edX,,course|https://www.edx.org/course/mycs-computer-science-beginners-harveymuddx-cs001x,computer-science,,,,,, -88f42ce2-a854-40de-bafd-2506ca8b191e,Join Ruby developers on Slack!,,,chat|https://rubydevs.herokuapp.com/,programming-languages/ruby,,,,,, -3c9b8505-4e35-4dac-96a8-389f607bc0b2,The Business of Social,By Northwestern University via Coursera,,course|https://www.coursera.org/learn/business-of-social,marketing,,,,,, -44b1e7be-8825-43e5-94ad-a9ba9b26fed3,Automated Visual Software Analytics,By via openHPI,,course|https://open.hpi.de/courses/softwareanalytics2018,computer-science,,,,,, -9522e956-efb7-4dc4-a1fa-7c548bde8c49,Advanced Business Strategy,By University of Virginia via Coursera,,course|https://www.coursera.org/learn/uva-darden-advanced-business-strategy,business;strategy,,,,,, -ab47dc1a-1ce1-4bf5-88b8-d1612bd88b22,Google Maps,,,article|https://g.page/ExcelRPuneDataSciencecourses?share,education;data-science,,,advanced,,, -6dc8223c-8e6b-4c22-905a-5e8f1e1b522f,Exploring and Producing Data for Business Decision Making,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/business-data,business;decision-making,,,,,, -88295dba-67b7-4956-bfb5-60af0485db0a,Data Science Course Training Institute in Hyderabad | Classroom | Online,,,website|https://socialprachar.com/data-science/,course-development;digital-marketing,,,advanced,,, -df1d68cc-3b04-40e9-82cf-85cfbf661195,Developing An Entrepreneurial Mindset: First Step Towards Success,By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-developing-an-entrepreneurial-mindset-first-step-towards-success-5596,entrepreneurship,,,,,, -f0f778ad-146d-4575-9d9e-7eee569c1b6a,How the Internet of Things and Smart Services Will Change Society,By via openSAP,,course|https://open.sap.com/courses/iot1,internet-of-things;society,,,,,, -975aa420-9d1c-4489-9aac-56a245d3044c,Structure: Building the Frame for Business Growth,By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-structure-building-the-frame-for-business-growth-5617,business,,,,,, -41a17ed9-970f-48fa-b4b4-d511f5009616,SAP Screen Personas,By via openSAP,,course|https://www.classcentral.com/course/opensap-sap-screen-personas-3251,software-tools/sap,,,,,, -220b782c-e8b9-4bbd-92f0-d1a645d61036,Market Research and Consumer Behavior,By IE Business School via Coursera,,course|https://www.coursera.org/learn/market-research,marketing,,,,,, -da5664d4-0cde-4e27-ad2b-e4effab316b9,How to Learn Deep Learning (when you’re not a computer science PhD),,,video|https://vimeo.com/214233053,deep-learning,,,,,, -66b59bed-9682-4a7c-b17e-e92ee21b7134,Web Technologies,By via openHPI,,course|https://open.hpi.de/courses/webtech2015,web,,,,,, -08552130-3055-4c74-b640-17705fb1a01d,"Anticipating Your Next Battle, in Business and Beyond",By HEC Paris via Coursera,,course|https://www.coursera.org/learn/anticipate,business,,,,,, -a837c595-0be0-49b6-9ead-92ed8f48fd0e,Intro to DevOps,By Nutanix via Udacity,,course|https://www.udacity.com/course/intro-to-devops--ud611,devops,,,,,, -20f19e83-5b7d-4874-a009-eb22a16d05de,Portfolio and Risk Management,By Indian School of Business via Coursera,,course|https://www.classcentral.com/course/coursera-portfolio-and-risk-management-6303,finance,,,,,, -a0b8390f-e638-4b12-9e22-9e9e8fd12d26,Configuring Linux Web Servers,By via Udacity,,course|https://www.classcentral.com/course/udacity-configuring-linux-web-servers-4050,software-tools/linux,,,,,, -29dd6a6d-be9d-4aea-a9a8-5fffa7b910b9,Leadership and Influence,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/leadership-influence,leadership,,,,,, -040f9a2b-abae-4822-833c-1c0c709601a3,Linux Command Line Basics,By via Udacity,,course|https://www.udacity.com/course/linux-command-line-basics--ud595,software-tools/linux,,,,,, -5da7dac2-5931-4ddc-8b31-4e0777d13d69,"Developing International Software, Part 1",By Microsoft via edX,,course|https://courses.edx.org/courses/course-v1:Microsoft+DIS50.1x+1T2016/course/,software-engineering,,,,,, -0183bfeb-c716-4fac-9ade-9796ff81e2c7,Marketing Analytics,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-marketing-analytics-4868,marketing;analytics,,,,,, -dc15cee5-af24-4113-83c3-470d552b620d,Transformation to Hybrid Landscapes,By via openSAP,,course|https://open.sap.com/courses/hybrid1,software-tools/sap,,,,,, -35c9f2c3-6516-4cc6-be38-e91b2edc3396,Giving Helpful Feedback,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/feedback,leadership;management,,,,,, -2b1d4615-c2c5-4278-923c-e3ec1f206eba,"Computing: Art, Magic, Science",By ETH Zurich via edX,,course|https://www.classcentral.com/course/edx-computing-art-magic-science-2195,computer-science,,,,,, -75cef818-4174-4107-9ce4-f6e5112104c5,Introduction to Search Engine Optimization,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/search-engine-optimization,seo,,,,,, -0dfb6013-c72a-4842-bcfe-51c7927b8c14,GT - Refresher - Advanced OS,By Georgia Institute of Technology via Udacity,,course|https://www.classcentral.com/course/udacity-gt-refresher-advanced-os-4734,operating-systems,,,,,, -21c241c9-6208-4982-a742-5fc7920f1588,Channel Management and Retailing,By IE Business School via Coursera,,course|https://www.coursera.org/learn/channel-management,management,,,,,, -150a1528-82ef-4e00-8841-b83bad1c60eb,Introduction to Computer Vision,By Georgia Institute of Technology via Udacity,,course|https://www.classcentral.com/course/udacity-introduction-to-computer-vision-1022,computer-vision,,,,,, -20d28b43-1914-4dc0-bd37-43d24242cd0e,Optimizing a Website for Search,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-optimizing-a-website-for-search-5512,seo,,,,,, -95e62582-7705-4944-9ef1-98a699290704,Computational Photography,By Georgia Institute of Technology via Udacity,,course|https://www.udacity.com/course/computational-photography--ud955,photography,,,,,, -5213d0d5-6c17-4466-88cd-6b034626395a,Meeting Investors' Goals,By University of Geneva via Coursera,,course|https://www.classcentral.com/course/coursera-meeting-investors-goals-5515,finance,,,,,, -5561056a-efd6-4822-870c-6ada033f4079,Software Architecture & Design,By Georgia Institute of Technology via Udacity,,course|https://www.udacity.com/course/software-architecture-design--ud821,software-engineering,,,,,, -bf9588c9-79d2-4610-a879-fe6588425731,Applying Investment Decision Rules for Startups,By Yonsei University via Coursera,,course|https://www.classcentral.com/course/coursera-applying-investment-decision-rules-for-startups-6972,finance;startups,,,,,, -33eaae1e-3ed0-4d20-be24-3531001d1865,Introduction to Operating Systems,By Georgia Institute of Technology via Udacity,,course|https://www.classcentral.com/course/udacity-introduction-to-operating-systems-3419,operating-systems,,,,,, -5da5888b-700e-4391-9bae-c90d45c80d99,Financial Accounting Fundamentals,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-financial-accounting-fundamentals-8304,accounting,,,,,, -f02c63b1-228c-4683-8698-f47b46d83ec3,High Performance Computing,By Georgia Institute of Technology via Udacity,,course|https://www.classcentral.com/course/udacity-high-performance-computing-1028,high-performance-computing,,,,,, -a820c9e5-18d6-4d2c-ac8d-f24d7bd898f6,Pricing Strategy in Practice,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-pricing-strategy-in-practice-8353,business;marketing,,,,,, -8bf0cdf9-e963-4270-b9fa-b2e9f93f0b46,Influence,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-influence,relationships;leadership,,,,,, -302ecfaf-1e0c-4060-8a19-af41dffd14e8,new fast.ai course: A Code-First Introduction to Natural Language Processing · fast.ai,,,course|https://www.fast.ai/2019/07/08/fastai-nlp/,natural-language-processing,,,,,, -3a2c5878-5c31-49d3-8963-e0e6f89b1b44,Introduction to Windows Server,By Microsoft via edX,,course|https://courses.edx.org/courses/course-v1:Microsoft+INF201.12x+3T2015/course/,software-tools/windows,,,,,, -2dd14661-2dbb-46f7-97cd-c77feb463f17,"Computing: Art, Magic, Science - Part II",By ETH Zurich via edX,,course|https://www.classcentral.com/course/edx-computing-art-magic-science-part-ii-4084,computer-science,,,,,, -8cfc9fe9-98d2-4e48-b1ce-5f16dcbaf7c1,Six Sigma Advanced Define and Measure Phases,By University System of Georgia via Coursera,,course|https://www.classcentral.com/course/coursera-six-sigma-advanced-define-and-measure-phases-9073,six-sigma,,,,,, -0c97179a-a5e7-4da9-9ec3-9463b9ef2810,Mergers and Acquisitions: Structuring the Deal,By New York Institute of Finance via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-mergers-and-acquisitions-structuring-the-deal-9398,finance;business,,,,,, -e350783c-b676-4ba0-828d-14ff1dc460e3,Accounting Analysis II: Accounting for Liabilities and Equity,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-accounting-analysis-ii-accounting-for-liabilities-and-equity-9114,accounting,,,,,, -81279767-bd61-43f6-8d2e-e6cda5bc579d,Web Tooling & Automation,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-web-tooling-automation-4953,web;programming,,,,,, -14ab9179-ced2-4f59-b943-90cbf87fee72,Corporate Strategy,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-corporate-strategy-9859,business;strategy,,,,,, -6269faa1-ca5c-427e-8cd2-1f7476b4bf52,Algorithms for Decision Making,,,book|http://algorithmsbook.com/,decision-making;algorithms,,,,,, -0ceb1cdf-1c5e-42a0-b3e3-44cc47d8be95,Corporate Finance: Spring 2021,By Aswath Damodaran,,course|http://people.stern.nyu.edu/adamodar/New_Home_Page/webcastcfspr21.htm,corporate-finance,,,,,,oer -ba16e2ca-c24c-4883-903b-531b0dfc6f01,SAP NetWeaver Upgrades in a Nutshell,By via openSAP,,course|https://www.classcentral.com/course/opensap-sap-netweaver-upgrades-in-a-nutshell-4779,software-tools/sap,,,,,, -78f57bac-2b0c-4dff-8af8-ae392d97b97e,Innovating with the Business Model Canvas,By University of Virginia via Coursera,,course|https://www.coursera.org/learn/uva-darden-innovation-business-model-canvas,business,,,,,, -4ca3d44a-f8b2-4135-b4a8-9dc75504732b,Intro to Information Security,By Georgia Institute of Technology via Udacity,,course|https://www.udacity.com/course/intro-to-information-security--ud459,computer-security,,,,,, -ec9e4c72-7dfa-492d-8e3e-108766023a4d,Fundraising and Development Foundations,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-fundraising-and-development-foundations-10795,philanthropy;finance,,,,,, -1f716ff0-41ac-4ab3-a9ab-0906734c225b,Optimizing Microsoft Windows Server Storage,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-optimizing-microsoft-windows-server-storage-4944,software-tools/windows,,,,,, -d23142fb-9bf0-47f7-b72a-7c17cf00b03e,Valuation (MBA): Spring 2021,By Aswath Damodaran,,course|http://people.stern.nyu.edu/adamodar/New_Home_Page/webcasteqspr21.htm,valuation;corporate-finance,,,,,,oer -a4f6c06a-c78a-4850-a44d-5bd010a36025,Eleanor Lutz - An Orbit Map of the Solar System,,,image|https://eleanorlutz.com/mapping-18000-asteroids,solar-system,,,,,, -584ee4e1-294d-4c84-bd35-cfe37540b485,Machine Learning,By Georgia Institute of Technology via Udacity,,course|https://www.udacity.com/course/machine-learning--ud262,machine-learning,,,,,, -7bc1d946-8359-4239-a175-9d603400ca0f,"Application of AI, InsurTech, and Real Estate Technology",By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-application-of-ai-insurtech-and-real-estate-technology-13803,artificial-intelligence;business,,,,,, -4a8dd50f-7861-4382-a099-39f4982c603c,Cybersecurity – The essential challenge for digital transformation,By via openSAP,,course|https://www.classcentral.com/course/opensap-cybersecurity-the-essential-challenge-for-digital-transformation-4781,computer-security,,,,,, -1d7db9ea-05a1-46e8-b446-d3c3b0b88acc,Secrets of Millionaire Mind Summary : Summary Lover,,,article|https://www.summarylover.com/2020/11/secrets-of-millionaire-mind-summary.html,autobiography;books-reading,,,intermediate,,4.0, -b974446b-3023-43c3-b31a-a38a25faaed7,Sales Training: Inbound Business Strategy,By HubSpot Academy via Coursera,,course|https://www.classcentral.com/course/coursera-sales-training-inbound-business-strategy-12417,sales,,,,,, -e60c7a40-e08e-41d9-b9af-b4b8bf297778,Implementing DNS in Microsoft Windows Server,By Microsoft via edX,,course|https://courses.edx.org/courses/course-v1:Microsoft+INF201.32x+3T2015/course/,software-tools/windows,,,,,, -fe6fc791-41cc-4f38-bf06-32917c165d83,Sales Training: Sales Team Management,By HubSpot Academy via Coursera,,course|https://www.classcentral.com/course/coursera-sales-training-sales-team-management-12428,sales,,,,,, -e0f8682e-6a07-4af7-b802-b4b35b2231e9,Compliance in Office 365®: Data Governance,By Microsoft via edX,,course|https://courses.edx.org/courses/course-v1:Microsoft+CLD206x+1T2017/course/,software-tools/windows,,,,,, -3e7278ca-238f-4930-88b3-daacd989916a,"Forecasting, Budgeting, Territories, Evaluation and Legal/Ethical Issues",By West Virginia University via Coursera,,course|https://www.coursera.org/learn/forecasting-budgeting-territories-evaluation,management,,,,,, -522a9eca-9f1a-46c3-b785-bf21cbb50d96,Managing Microsoft Windows Server Active Directory Domain Services,By Microsoft via edX,,course|https://courses.edx.org/courses/course-v1:Microsoft+INF201.51x+1T2016/course/,software-tools/windows,,,,,, -c871d632-65e5-4ed4-814f-4751aa98b43f,Business Analytics Executive Overview,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-business-analytics-executive-overview-13373,business;analytics,,,,,, -08d427bf-1c3a-42f4-856d-cbfbc33c27ad,Deep Learning Summer School,By via Independent,,course|https://www.classcentral.com/course/independent-deep-learning-summer-school-8481,deep-learning,,,,,, -32a225db-b261-4324-84b4-2f173d7768ca,Blockchain Opportunity Analysis,By INSEAD via Coursera,,course|https://www.classcentral.com/course/coursera-blockchain-opportunity-analysis-13374,blockchain;business,,,,,, -0e161971-8696-4308-b344-31a458f79f8e,Philosophical Engineering: Toward a Philosophy of the Web,,https://onlinelibrary.wiley.com/cms/asset/ff01b51a-b995-42de-8704-c0bb15661bb7/9781118700143.cover.gif,book|https://onlinelibrary.wiley.com/doi/book/10.1002/9781118700143,web,,,,,, -02a3f5ff-5282-46d7-9c9f-6e3dff8a7774,How to Change the World,By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/world-change,society,,,,,, -94de4d14-1108-42ea-b1f5-9c641ad327ce,Principles of Computing,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/OLI/PrinciplesOfComputing/Open/about,computer-science,,,,,,oer -c7b6f395-dcd3-4808-8823-af4c93b8bb41,More Introduction to Financial Accounting,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-financial-accounting,accounting,,,,,, -94106036-6f7d-453d-8343-5b7105d44ca5,Scalable Microservices with Kubernetes,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-scalable-microservices-with-kubernetes-6275,devops,,,,,, -1e66250b-21be-4814-a258-313c4ab93c84,Social Marketing Capstone Project,By Northwestern University via Coursera,,course|https://www.coursera.org/learn/social-marketing-capstone,marketing,,,,,, -626b342b-8cb0-4719-a2f0-b28990e4ccdf,CS For All: Introduction to Computer Science and Python Programming,By Harvey Mudd College via edX,,course|https://www.classcentral.com/course/edx-cs-for-all-introduction-to-computer-science-and-python-programming-3483,computer-science;programming-languages/python,,,,,, -39c5b7cf-0c1a-4efe-9b87-3129cdee2888,"Recruiting, Hiring, and Onboarding Employees",By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-recruiting-hiring-and-onboarding-employees-5495,human-resources,,,,,, -74ea7a56-e512-4e8e-b5d9-87ce016b481b,Agile Meets Design Thinking,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-agile-meets-design-thinking-5502,design;project-management,,,,,, -1c99ee89-51e4-45fb-b273-f77037687348,Raaga Rasika,,,audio|http://www.raagarasika.net/,music-genre/carnatic-classical,,,,,, -4fe6df2d-f6e8-4e97-8f78-23a55c5d24a7,Understanding Financial Statements: Company Position,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/financial-statements,finance,,,,,, -d20f8e32-f50c-4d27-aa40-24a5876bed02,GitHub - ivan-bilan/The-NLP-Pandect: A comprehensive reference for all topics related to Natural Language Processing,,,article|https://github.com/ivan-bilan/The-NLP-Pandect,natural-language-processing,,,,,,oer -5207bced-bc3e-46ec-8226-d0365b55ea20,Crafting Strategies for Innovation Initiatives for Corporate Entrepreneurs,"By University of Maryland, College Park via Coursera",,course|https://www.classcentral.com/course/coursera-crafting-strategies-for-innovation-initiatives-for-corporate-entrepreneurs-7177,business;strategy,,,,,, -fc929948-4d1d-4a69-bd46-628a8c50cce1,Overview of Julia programming Language,,,article|http://algorithmsbook.com/files/appendix-g.pdf,programming-languages/julia,,,,,, -f2ea13ca-5475-4b41-871d-8f382373e397,Financing and Profiting from Innovation for Corporate Entrepreneurs,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/corporate-entrepreneurs-financing,business;strategy,,,,,, -35d16735-a150-46d9-918b-72f94f95cfa5,(PDF) GUÍA PARA LA PRESENTACIÓN DE GRÁFICOS ESTADÍSTICOS | MARIA BELEN CEDEÑO CARREÑO - Academia.edu,,,research_paper|https://www.academia.edu/36139903/GU%C3%8DA_PARA_LA_PRESENTACI%C3%93N_DE_GR%C3%81FICOS_ESTAD%C3%8DSTICOS,statistics,,,beginner,,,oer -45bc5fcc-22be-416e-a535-c9127a24139b,Developing the Opportunity for Corporate Entrepreneurs,"By University of Maryland, College Park via Coursera",,course|https://www.classcentral.com/course/coursera-developing-the-opportunity-for-corporate-entrepreneurs-7180,business;strategy,,,,,, -29ef50e4-9c9f-4359-a10f-51c4be4d2e44,High Availability and Disaster Recovery with the SAP HANA Platform,By via openSAP,,course|https://open.sap.com/courses/hshd1,software-tools/sap,,,,,, -5400316a-e793-4c48-aac8-2819997d6454,Digital Transformations,By Indian School of Business via Coursera,,course|https://www.coursera.org/learn/digital-transformations,business,,,,,, -1e14f7d1-1ddc-494a-8509-2113450e2872,"Developing International Software, Part 3",By Microsoft via edX,,course|https://courses.edx.org/courses/course-v1:Microsoft+DIS50.3x+2T2016/course/,software-engineering,,,,,, -95b1a538-d6ff-4518-b2dd-b33160f34a98,Introduction to Data Analytics for Business,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-data-analytics-for-business-7028,analytics,,,,,, -78f03017-ccc9-4866-8d20-1d050e920437,SharePoint Basics for IT Professionals,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-sharepoint-basics-for-it-professionals-3940,software-tools/sharepoint,,,,,, -37f2bae0-ebea-4b14-bb0a-5b4e31550610,Construction Finance,By Columbia University via Coursera,,course|https://www.classcentral.com/course/coursera-construction-finance-7107,finance;construction,,,,,, -90963c06-b476-4048-abbd-bfb779a1330c,Application Integration Made Simple with SAP HANA Cloud Integration,By via openSAP,,course|https://www.classcentral.com/course/opensap-application-integration-made-simple-with-sap-hana-cloud-integration-6652,software-tools/sap,,,,,, -36513c51-a9de-43ee-b9dc-2bdfc49e609e,Statistics for International Business,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/statistics-international-business,statistics,,,,,, -7897daff-f541-4464-8785-b921555ea3b3,Software Construction in Java,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/software-construction-java-mitx-6-005-1x,programming-languages/java,,,,,, -7394b14a-5937-421b-927f-40412564f1ae,Research kitchen,By Ludwig-Maximilians-Universität München via Coursera,,course|https://www.coursera.org/learn/research-kitchen,business;strategy;organization,,,,,, -6dd1443c-7502-4a5a-bfa8-482033a07e45,Advanced Cybersecurity for Mobile Platforms,By via Canvas Network,,course|https://www.canvas.net/browse/incibe-english/courses/advanced-cybersecurity,computer-security,,,,,, -e1ce18f2-7875-425d-ba4e-3ba09ad88a96,Supply Chain Principles,By Georgia Institute of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-supply-chain-principles-8098,supply-chain,,,,,, -cbf9336a-2c94-499c-bfad-02a086d2d0d3,Knot Theory and Its Applications,By Kunio Murasugi,,book|https://www.maths.ed.ac.uk/~v1ranick/papers/murasug3.pdf,knot-theory,,1993,,0.0,, -0040f6b9-4a52-4b98-9e2b-ef3c8461599f,Marketing in an Analog World,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-marketing-in-an-analog-world-9198,marketing,,,,,, -a2d82fcc-9f3f-4d99-b78e-f908c1191c2e,"Nature, in Code: Biology in JavaScript",By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.edx.org/course/nature-code-biology-javascript-epflx-nic1-0x,biology;programming-languages/javascript,,,,,, -57fd30b4-10b6-4585-a9ef-d04102c22348,Six Sigma Advanced Analyze Phase,By University System of Georgia via Coursera,,course|https://www.classcentral.com/course/coursera-six-sigma-advanced-analyze-phase-9074,six-sigma,,,,,, -73213653-d9d8-46a6-aadf-0201743acf5f,Imagine IoT,By via openSAP,,course|https://open.sap.com/courses/iot2,internet-of-things,,,,,, -dcc7cba8-6cf8-4ac3-b550-2d6ecabba12d,Sales & Marketing Alignment,By Fundação Instituto de Administração via Coursera,,course|https://www.coursera.org/learn/sales-marketing-alignment,sales;marketing,,,,,, -064093f5-aca2-4143-96be-a66976877ab1,Computation Structures 2: Computer Architecture,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/computation-structures-2-computer-mitx-6-004-2x,computer-architecture,,,,,, -4968d13e-7af6-4776-9324-29ee4120102b,Business Strategies for Social Impact,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-business-strategies-for-social-impact-9743,business;strategy;society,,,,,, -593a10b4-352e-4696-bf2b-23d63754c7b9,Algorithms: Design and Analysis,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:Engineering+Algorithms1+SelfPaced/about,algorithms,,,,,,oer -a5c8fe22-125a-4e8b-80d0-63746e37ee7e,Doing Business in China Capstone,By The Chinese University of Hong Kong via Coursera,,course|https://www.classcentral.com/course/coursera-doing-business-in-china-capstone-9769,nations/china/business,,,,,, -a567b919-7a1b-453b-8483-a9cce1fa0b5e,Digital Networks Essentials,By Institut Mines-Télécom via edX,,course|https://www.classcentral.com/course/edx-digital-networks-essentials-6719,computer-networking,,,,,, -5cbed1d4-8611-4d11-abd7-099f7bf913de,Creating New BigQuery Datasets and Visualizing Insights 日本語版,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-creating-new-bigquery-datasets-and-visualizing-insights--9672,big-data;software-tools/bigquery,,,,,, -752fc869-13bb-4c5e-b8f7-28e3f09a6502,Continuous Integration and Deployment,By via Udacity,,course|https://www.udacity.com/course/continuous-integration-and-deployment--ud1030,software-engineering,,,,,, -1ce4d0f8-5ef7-426e-ab28-398c286a6199,"Planning: Principled, Proposing, Proofing, and Practicing to a Success Plan",By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-planning-principled-proposing-proofing-and-practicing-to-a-success-plan-5615,business,,,,,, -c7d49793-0e28-440b-a3ef-dd40ce6e9a6d,Financial Accounting: Advanced Topics,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/financial-accounting-advanced,accounting,,,,,, -8d69810a-ab40-40c2-b805-5640ac6e0b2e,6.S191: Introduction to Deep Learning,By Massachusetts Institute of Technology via Independent,,course|http://introtodeeplearning.com/index.html,deep-learning,,,,,, -ca22ed77-11bd-4ec8-a692-accb4a6a9b80,Investments II: Lessons and Applications for Investors,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/investments-applications,finance,,,,,, -246b3b7c-5550-4305-9dd0-745ea3086c32,Deep Learning for Natural Language Processing,By University of Oxford via Independent,,course|https://www.classcentral.com/course/independent-deep-learning-for-natural-language-processing-8097,deep-learning,,,,,, -63f7d0a2-4f10-43e0-b520-919c7d06cae3,https://www.reddit.com/r/rubyonrails/,,,chat|https://www.reddit.com/r/rubyonrails/,software-tools/rails,,,,,,oer -31d7e390-0a05-4985-b2ae-6fdcbe021d1e,Learn Touch Typing Free - TypingClub,,,course|https://www.typingclub.com/,touch-typing,,,,,, -2c3e0612-31a3-4de4-9637-e12e7d6b4729,International and Cross-Cultural Negotiation,By ESSEC Business School via Coursera,,course|https://www.coursera.org/learn/international-negotiation,business;negotiation,,,,,, -5ba04f01-ebf7-4aac-859d-9e11c31cab41,6.S094: Deep Learning for Self-Driving Cars,By Massachusetts Institute of Technology via Independent,,course|https://www.classcentral.com/course/independent-6-s094-deep-learning-for-self-driving-cars-8132,autonomous-vehicles,,,,,, -b718cd0b-8410-46c2-850d-afaa93755505,Advanced Software Construction in Java,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/advanced-software-construction-java-mitx-6-005-2x,software-engineering;programming-language/java,,,,,, -02826be8-6797-4b91-9219-8ea32e0d3acb,Get a Software Engineering Job/Internship - Ultimate Guide,,,article|https://workat.tech/general/article/get-a-software-engineering-job-1hw2juklol68,software-engineering;career,,,beginner,,, -e948e0ac-0efc-4499-97d6-9755945e1ce9,Computation Structures 3: Computer Organization,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-computation-structures-3-computer-organization-6245,computer-architecture,,,,,, -3bc69410-0430-454f-9039-70d233f849e4,Cost and Economics in Pricing Strategy,By University of Virginia via Coursera,,course|https://www.coursera.org/learn/uva-darden-bcg-pricing-strategy-cost-economics,business;marketing,,,,,, -fa41c475-d4e1-4406-9fcc-9046b38fafb0,Introduction to Data Structures,By University of Adelaide via edX,,course|https://www.classcentral.com/course/edx-introduction-to-data-structures-7391,data-structures,,,,,, -a13c5e69-57e8-46ee-9cce-16a0c201c18b,Global Strategy II: Doing Business in The Global Economy,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/global-strategy-two,business,,,,,, -6caf92ec-0972-4d9b-8d46-65d0061e39f4,Shell Workshop,By via Udacity,,course|https://www.classcentral.com/course/udacity-shell-workshop-8373,command-line,,,,,, -bb7c8b9c-234c-478e-8e0a-f19214f8fed3,Gender and Sexuality: Diversity and Inclusion in the Workplace,By University of Pittsburgh via Coursera,,course|https://www.coursera.org/learn/gender-sexuality,diversity,,,,,, -00f2987d-5621-4778-9f30-6f7da20accbb,Digital Transformation,By University of Virginia via Coursera,,course|https://www.coursera.org/learn/bcg-uva-darden-digital-transformation,business,,,,,, -b11fac81-39d9-402c-ad38-77744fa3e712,Software Engineering Roadmap: Getting Started,,,article|https://workat.tech/general/article/software-engineering-roadmap-getting-started-b3jccm9sgmjk,software-engineering;career,,,beginner,,, -4dcd3b39-f47d-45ae-91b0-240f4257b47d,Customer Insights: New Product Development Orientation,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/customer-insights-orientation,business,,,,,, -eac9f4ee-18b9-451d-ac4a-0d83932d55dc,"Learn TensorFlow and deep learning, without a Ph.D.",By Google via Independent,,course|https://cloud.google.com/blog/products/gcp/learn-tensorflow-and-deep-learning-without-a-phd,software-tools/tensorflow;deep-learning,,,,,, -b0d00624-67b3-43f3-8355-afc1968eb31c,Statistical Machine Learning,By Carnegie Mellon University via Independent,,course|http://www.stat.cmu.edu/~larry/=sml/,machine-learning,,,,,,oer -102db4e3-9663-4012-b059-8928cdd1abe8,Sales Force Management,By West Virginia University via Coursera,,course|https://www.coursera.org/learn/sales-force-management,sales;management,,,,,, -0ff08dca-5527-4d0c-950f-523d1870c4f2,Software Engineering Roadmap: Building Foundations,,,article|https://workat.tech/general/article/software-engineering-roadmap-building-foundations-6jh02kwtqawg,software-engineering;career,,,beginner,,, -0e711ba9-f9bf-4d14-945b-8f3dd221141b,SDE I Interview Preparation: The Ultimate Guide,,,article|https://workat.tech/general/article/sde-1-interview-prep-ultimate-guide-dhijqvdubzor,software-engineering;career,,,beginner,,, -7e7ba89a-2934-4242-b330-25d6b8d5d69d,How to crack interviews at product-based companies?,,,article|https://workat.tech/general/article/how-to-crack-interviews-vx70wy0ff98m,software-engineering;career,,,beginner,,, -82787949-fbd7-4a6b-bd6b-0b0223350e20,Cyber-Physical Systems Security,By Georgia Institute of Technology via Udacity,,course|https://www.classcentral.com/course/udacity-cyber-physical-systems-security-8569,computer-security,,,,,, -abd64ef5-f847-44cd-b8b7-9165d715758c,Network Security,By Georgia Institute of Technology via Udacity,,course|https://www.classcentral.com/course/udacity-network-security-8570,computer-security,,,,,, -2f41304e-2525-4fc6-a491-3e505e77e595,Branding and Customer Experience,By IE Business School via Coursera,,course|https://www.classcentral.com/course/coursera-branding-and-customer-experience-12694,branding;marketing,,,,,, -6487e6cd-792b-4eaa-aff8-1be8b33ecb49,Artificial Intelligence,By Georgia Institute of Technology via Udacity,,course|https://www.udacity.com/course/artificial-intelligence--ud954,artificial-intelligence,,,,,, -24089815-04dc-4009-b121-bfa1a7d85074,"FinTech: Foundations, Payments, and Regulations",By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-fintech-overview-payments-regulations,fintech,,,,,, -3e0bf5d4-18e6-4dce-bd8c-66921f746948,Compilers: Theory and Practice,By Georgia Institute of Technology via Udacity,,course|https://www.classcentral.com/course/udacity-compilers-theory-and-practice-8572,compilers,,,,,, -fbb0d4c3-bdde-43a8-bf90-d544f3536fe7,"Risk, Return & Valuation",By University of Michigan via Coursera,,course|https://www.coursera.org/learn/risk-return-and-valuation,finance,,,,,, -a0179e96-bc30-40c0-a8f0-100aa82fadfe,Fundamentals of Red Hat Enterprise Linux,By Red Hat via edX,,course|https://www.classcentral.com/course/edx-fundamentals-of-red-hat-enterprise-linux-8670,software-tools/linux,,,,,, -11196efb-8028-4263-8090-6800540b8def,Managing Your Money: MBA Insights for Undergraduates,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/managingmoney,finance,,,,,, -7183e9ca-da92-4efb-a504-0a520f99edf0,How to Code: Complex Data,By The University of British Columbia via edX,,course|https://www.edx.org/course/how-code-complex-data-ubcx-htc2x,programming,,,,,, -61468d38-26eb-468d-a09b-c4d281297a3e,Managerial Accounting: Tools for Facilitating and Guiding Business Decisions,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-managerial-accounting-tools-for-facilitating-and-guiding-business-decisions-2752,accounting,,,,,, -11dd75d4-87fa-44dc-90f6-94b575df46b4,Computer Networks and the Internet,By Kiron via edX,,course|https://www.classcentral.com/course/edx-computer-networks-and-the-internet-8665,computer-networking;internet,,,,,, -93619cb2-c783-4b5e-9690-5274ea67fde6,Leading Organizations,By HEC Paris via Coursera,,course|https://www.classcentral.com/course/coursera-leading-organizations-4246,organization;leadership,,,,,, -5852e7b7-edaf-48f8-8276-53a14289096d,Leading Teams,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/leading-teams,leadership,,,,,, -a3d67294-782a-467b-b5d0-1a7ad6379f2f,Touch IoT with SAP Leonardo,By via openSAP,,course|https://www.classcentral.com/course/opensap-touch-iot-with-sap-leonardo-8919,internet-of-things,,,,,, -37c757e3-1d57-4337-95ee-b84661ee088c,Resume best practices for product-based companies,,,article|https://workat.tech/general/article/resume-cv-best-practices-klsvikpz8nd6,software-engineering;career,,,beginner,,, -d2f42ac5-225c-469b-90ff-a0adb647bb64,"Cutting Edge Deep Learning For Coders, Part 2",By fast.ai via Independent,,course|https://www.classcentral.com/course/independent-cutting-edge-deep-learning-for-coders-part-2-8965,deep-learning,,,,,, -31e93310-f8b4-41b6-a306-f955f179451d,Applications of Everyday Leadership,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/everyday-leadership-application,leadership,,,,,, -aab2d9bd-6a5e-4a0b-9280-06db20429820,Linked Data Engineering,By via openHPI,,course|https://www.classcentral.com/course/openhpi-linked-data-engineering-5392,big-data,,,,,, -eec69ccf-8ad0-4fec-9f37-a658beebc03f,Wharton Business and Financial Modeling Capstone,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-business-financial-modeling-capstone,business;finance,,,,,, -44c84886-9ef3-47a0-937d-8478c24e09b1,Software Construction: Data Abstraction,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-software-construction-data-abstraction-8200,software-engineering,,,,,, -fc36dd3d-7f6d-400a-bd6a-4f94511c8ac2,Pricing Strategy,By IE Business School via Coursera,,course|https://www.classcentral.com/course/coursera-pricing-strategy-5529,business;marketing,,,,,, -026530c1-34f1-49e0-b753-d059bbdb84f2,"Fundamentals of Containers, Kubernetes, and Red Hat OpenShift",By Red Hat via edX,,course|https://www.classcentral.com/course/edx-fundamentals-of-containers-kubernetes-and-red-hat-openshift-9105,devops,,,,,, -fe478f05-5ba6-43f1-8d48-e4f672d2c754,Which programming languages/technologies should I learn?,,,article|https://workat.tech/general/article/which-language-to-learn-yq8dbd9rd34z,software-engineering;career,,,beginner,,, -f3ac2a6a-4614-4ce1-bc97-5376c3cdbc78,Beginner's guide to open-source contribution,,,article|https://workat.tech/general/article/open-source-contribution-guide-xmhf1k601vdj,software-engineering;career,,,beginner,,, -795bdbcf-25e2-44aa-933a-38dc0df78451,Forecasting Models for Marketing Decisions,By Emory University via Coursera,,course|https://www.classcentral.com/course/coursera-forecasting-models-for-marketing-decisions-6912,marketing,,,,,, -4efba250-db29-4fde-8e3c-58217474f4e8,The Beauty and Joy of Computing - AP® CS Principles Part 1,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/beauty-joy-computing-apr-cs-principles-uc-berkeleyx-bjc-12x-0,computer-science;programming-languages/snap,,,,,, -18f2e80f-e0c0-45eb-8ca3-7a2645718e7a,Corporate Finance II: Financing Investments and Managing Risk,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-corporate-finance-ii-financing-investments-and-managing-risk-6758,finance,,,,,, -43c6a89c-7b55-422c-9bf1-5739da774818,"Algorithms: Design and Analysis, Part 2",By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-algorithms-design-and-analysis-part-2-9250,algorithms,,,,,, -21b4785f-8055-4189-8ab7-7809ef6ed2d8,Creative Applications of Deep Learning with TensorFlow II,By via Kadenze,,course|https://www.kadenze.com/courses/creative-applications-of-deep-learning-with-tensorflow-ii/info,deep-learning;software-tools/tensorflow,,,,,, -1a051106-1378-45e1-9b12-314b90577e42,Social Business Model and Planning for Social Innovation,By Copenhagen Business School via Coursera,,course|https://www.coursera.org/learn/social-business-model,business,,,,,, -5ef431cd-e506-40f3-aca0-bb1996db77df,Computing Form and Shape: Python Programming with the Rhinoscript Library,By Rhode Island School of Design via Kadenze,,course|https://www.kadenze.com/courses/computing-form-and-shape-python-programming-with-the-rhinoscript-library/info,programming-languages/python,,,,,, -aa925bf3-e98f-4d74-85c4-2b39d697c5e0,Creating a Portfolio,By Indian School of Business via Coursera,,course|https://www.classcentral.com/course/coursera-creating-a-portfolio-7034,finance,,,,,, -12eafa43-6849-4960-a84e-11971fcec587,TV Whitespaces for Museums and Archives,By San Jose State University via Canvas Network,,course|https://www.canvas.net/browse/sjsu/courses/tv-whitespace,computer-networking,,,,,, -a547f182-7aae-452a-ad61-af94c32e693f,Operations Management and Strategy Toolkit for Managers,By Vanderbilt University via Coursera,,course|https://www.classcentral.com/course/coursera-operations-management-and-strategy-toolkit-for-managers-7749,operations;management,,,,,, -82c89559-31ac-4158-bcfc-31064593ba88,Developing Intelligent Apps and Bots,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-developing-intelligent-apps-and-bots-6357,artificial-intelligence,,,,,, -0a380b7b-5494-4a44-972b-56bdfd549e3b,Telegram: Contact @Ruby_Rails,,,chat|https://t.me/Ruby_Rails,software-tools/rails,,,,,, -de561894-e965-4944-a003-c9c10ac36fc4,Awesome Project Ideas for Software Developers | Resume,,,article|https://workat.tech/general/article/awesome-project-ideas-software-developers-resume-c8yb6s706bxq,software-engineering;career,,,beginner,,, -e8b88c30-97d2-4a1e-ab3c-6bd96414980b,How to apply for off-campus placements (jobs/internships)?,,,article|https://workat.tech/general/article/apply-off-campus-placements-jobs-internships-n8201qu9c4jc,software-engineering;career,,,beginner,,, -195547a8-0275-41f4-9c65-0f2cc57d3a13,Financial Accounting Toolkit for Decision Making,By Vanderbilt University via Coursera,,course|https://www.classcentral.com/course/coursera-financial-accounting-toolkit-for-decision-making-7750,accounting,,,,,4.0, -aff6f6d8-7037-48ba-ac2e-2b6bc8961e6a,Azure Application Deployment and Management,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-azure-application-deployment-and-management-9434,software-tools/azure;cloud-computing,,,,,, -fed0fdcd-c113-4fb4-ba2f-190b1657bdd7,Six Sigma Tools for Define and Measure,By University System of Georgia via Coursera,,course|https://www.coursera.org/learn/six-sigma-tools-define-measure,six-sigma,,,,,, -7d28d5a2-5997-49d0-bed7-e5c09794920d,Cyber Security Economics,By Delft University of Technology via edX,,course|https://www.edx.org/course/cyber-security-economics-delftx-secon101x-0,computer-security,,,,,, -e70f629d-5251-4011-a48d-0aacf418b1e3,Software Construction: Object-Oriented Design,By The University of British Columbia via edX,,course|https://www.edx.org/course/software-construction-object-oriented-ubcx-softconst2x,software-engineering,,,,,, -ae892ea0-be95-4388-b67f-1276edc3c0b3,Six Sigma Principles,By University System of Georgia via Coursera,,course|https://www.coursera.org/learn/six-sigma-principles,six-sigma,,,,,, -e38c63c7-7967-4309-9fed-68877e144973,Core ML: Machine Learning for iOS,By via Udacity,,course|https://www.udacity.com/course/core-ml--ud1038,machine-learning,,,,,, -e7e0602a-35b2-4480-8fac-d3b4b82c0d5b,How to get job referrals on LinkedIn and land an awesome job?,,,article|https://workat.tech/general/article/linkedin-job-referrals-ys58hxrjj93f,software-engineering;career,,,beginner,,, -2d8e1a24-27f5-41f4-8471-74947e6d829d,Understanding Financial Statements: Company Performance,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-understanding-financial-statements-company-performance-6080,finance,,,,,, -7240cb21-850d-40ad-b146-05ff212734bd,In-Memory Data Management,By via openHPI,,course|https://www.classcentral.com/course/openhpi-in-memory-data-management-465,computer-science,,,,,, -764f3f7d-04f0-4a1b-9ec7-684e33e515dd,Building the Business Model for Corporate Entrepreneurs,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/corporate-entrepreneurs-business-model,business,,,,,, -15cd0d52-914e-4238-bd81-2796ea2f5805,Creative Applications of Deep Learning with TensorFlow III,By via Kadenze,,course|https://www.classcentral.com/course/kadenze-creative-applications-of-deep-learning-with-tensorflow-iii-7591,deep-learning;software-tools/tensorflow,,,,,, -cab12f73-dde6-454c-9c10-6af528f0ef78,Trading Basics,By Indian School of Business via Coursera,,course|https://www.classcentral.com/course/coursera-trading-basics-7042,trading,,,,,, -bc616707-f4f5-4339-8aa0-0d554772fcf9,Information Security Management in a Nutshell,By via openSAP,,course|https://open.sap.com/courses/ism1-tl,computer-security,,,,,, -870ca3ae-fe4a-4bd9-a9cb-a7e348c08116,How to get a recruiter's attention on LinkedIn and land an awesome job?,,,article|https://workat.tech/general/article/get-recruiter-attention-linkedin-k90rgq70harw,software-engineering;career,,,beginner,,, -73b4b1f5-9e5c-499e-b317-170e2d245f51,Optimizing Diversity on Teams,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/diverse-teams,diversity,,,,,, -7a606128-534f-4f3e-ab20-def2f2b87db3,"Reliable Distributed Algorithms, Part 2",By KTH Royal Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-reliable-distributed-algorithms-part-2-6603,algorithms,,,,,, -3a26b595-b502-4443-b89c-0b9f9dcc4a00,Innovation & Entrepreneurship - From Design Thinking to Funding,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-innovation-entrepreneurship-from-design-thinking-to-funding-8135,innovation;entrepreneurship,,,,,, -309efa2a-4e02-4288-89b9-6c693cc2264e,Accounting Analysis I: Measurement and Disclosure of Assets,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-accounting-analysis-i-measurement-and-disclosure-of-assets-8933,accounting,,,,,, -56c29db3-737f-411e-a25b-7c12e416bdb6,Strategic Sales Management Final Project,By Fundação Instituto de Administração via Coursera,,course|https://www.coursera.org/learn/ssm-final-project,strategy;sales;management,,,,,, -45068f64-2325-4bac-b66f-2ea91b5fadae,Selling to Chinese Consumers,By The Chinese University of Hong Kong via Coursera,,course|https://www.classcentral.com/course/coursera-selling-to-chinese-consumers-9766,sales;nations/china,,,,,, -033ed693-7f35-4391-909e-4c9c41d25344,Entrepreneurship,By The Chinese University of Hong Kong via Coursera,,course|https://www.classcentral.com/course/coursera-entrepreneurship-9767,entrepreneurship,,,,,, -e302e786-9f3e-46d8-bd7a-7d581ee095e5,Enterprise Deep Learning with TensorFlow,By via openSAP,,course|https://open.sap.com/courses/ml2,deep-learning;software-tools/tensorflow,,,,,, -cdd9a53d-7ae9-49d6-a563-451c1a912a51,New Technologies for Business Leaders,By Rutgers University via Coursera,,course|https://www.coursera.org/learn/new-technologies-business-leaders,business,,,,,, -a4ecbd9e-0354-4d82-ab0d-c880fc3aff0f,Enterprise Machine Learning in a Nutshell,By via openSAP,,course|https://open.sap.com/courses/ml1-1,machine-learning,,,,,, -b2428d1e-90e5-4869-be4a-43acb509bdcd,Annual Campaigns: Building a Case for Support,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/annual-campaigns,philanthropy,,,,,, -9f0b6fc0-0e0b-4383-9b3a-8f85611dfb5a,Provisioning Office 365 Services,By Microsoft via edX,,course|https://www.edx.org/course/provisioning-office-365-services,software-tools/office365,,,,,, -3cea57fb-bc3a-47e8-8b5d-64689670ac48,Major and Principal Gifts,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/major-principal-gifts,philanthropy,,,,,, -fe2d246d-245e-4361-a342-3fdf9e91e993,Manage Office 365 Identities,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-manage-office-365-identities-8716,software-tools/office365,,,,,, -e81fcc4d-724c-470c-a929-6d7fb69df8f5,Competitive Programming or Open Source Contribution - What to do?,,,article|https://workat.tech/general/article/competitive-programming-open-source-zbnd3oy8n94l,software-engineering;career,,,beginner,,, -1d2c4eb2-1d6f-4459-84b5-54af3917251e,Applied Machine Learning,By Microsoft via edX,,course|https://www.edx.org/course/applied-machine-learning-microsoft-dat203-3x-4,machine-learning,,,,,, -0729670a-e229-43a5-8f97-bda97eda8df8,"Advanced Valuation and Strategy - M&A, Private Equity, and Venture Capital",By Erasmus University Rotterdam via Coursera,,course|https://www.classcentral.com/course/coursera-advanced-valuation-and-strategy-m-a-private-equity-and-venture-capital-12104,finance,,,,,, -5fbe2a5a-227d-4978-a5a2-ecca2d835e7d,Office 365: SharePoint Online Administrator,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-office-365-sharepoint-online-administrator-10112,software-tools/office365,,,,,, -a11e1211-8044-4e42-9e47-6bfd1719155e,Time Value of Money,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-time-value-of-money-13213,finance,,,,,, -51877f2e-5280-4b67-9771-4c14ae45fa22,Enabling Office 365 Clients,By Microsoft via edX,,course|https://www.edx.org/course/enabling-office-365-clients,software-tools/office365,,,,,, -1f38a853-510e-4efa-96fd-0927705a0442,Blockchain for the decision maker,By EIT Digital via Coursera,,course|https://www.coursera.org/learn/blockchain-decision-maker,blockchain,,,,,, -6ea26b43-7f2f-406a-aecb-e8f12a051e1f,FinTech Disruptive Innovation: Implications for Society,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/fintech-disruption,fintech;society,,,,,, -274a911c-4171-4e97-a0ad-7d97df117a20,Windows Server 2016: Azure for On-Premises Administrators,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-windows-server-2016-azure-for-on-premises-administrators-8539,software-tools/windows,,,,,, -a0f765f2-7063-47bc-b8f0-b9ba2acdf8cb,Leadership in Interprofessional Informatics,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/leadership-interprofessional-informatics,leadership,,,,,, -a153130f-7b5c-4110-a69d-441b472e9496,Supply Chain Finance Market and Fintech Ecosystem,By New York Institute of Finance via Coursera,,course|https://www.classcentral.com/course/coursera-supply-chain-finance-market-and-fintech-ecosystem-13266,supply-chain;fintech,,,,,, -f8a8068e-0f55-40d6-9e70-636e16936e19,Compliance in Office 365​®: Data Governance,By Microsoft via edX,,course|https://www.edx.org/course/compliance-office-365-r-data-governance-microsoft-cld206x-2,software-tools/office365,,,,,, -1ad82ec1-da56-433d-85f3-fd9a7b4bff8e,CS50's Understanding Technology,By Harvard University via edX,,course|https://www.edx.org/course/cs50s-understanding-technology,computer-science,,,,,, -f3993231-8371-4205-8b1f-079ab794afc1,Ace the Behavioral or HR Interview using the STAR Technique,,,article|https://workat.tech/general/article/ace-behavioral-interview-star-technique-igsg09rw2u1a,software-engineering;career,,,beginner,,, -ccf746c7-29db-468f-bda8-16fce162c231,Information and Communication Technology (ICT) Accessibility,By Georgia Institute of Technology via edX,,course|https://www.edx.org/course/information-communication-technology-ict-gtx-ict100x-0,information-technology;accessibility,,,,,, -290aeeb8-76d9-46a7-8387-676437ab14ab,Keeping up with Change: Issues for the Finance Professional,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/change-for-the-finance-professional,finance,,,,,, -f44a7fc1-12e6-4f67-876a-c4a8fac47f26,From Internship to Full-Time Employee: Tips on how to get a PPO,,,article|https://workat.tech/general/article/internship-to-full-time-employee-tips-get-ppo-s5b8z7ilzirl,software-engineering;career,,,beginner,,, -16e5d33b-8c8d-49fa-91b5-4c5ec01ee555,How to Finance and Grow Your Startup – Without VC,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-how-to-finance-and-grow-your-startup-without-vc-5831,finance;startups,,,,,, -9fb75037-2444-4a4a-9ad6-5df0768d76c3,Software Engineering: Introduction,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-software-engineering-introduction-8205,software-engineering,,,,,, -88434f14-37d8-427d-9879-caf02eb1ea11,Data Structures: An Active Learning Approach,"By University of California, San Diego via edX",,course|https://www.edx.org/course/data-structures-an-active-learning-approach,data-structures,,,,,, -a211fa80-d3bb-45e1-82d9-d93944d033ab,"Got the job, now what?",,,article|https://workat.tech/general/article/got-the-job-now-what-x3czxlcfvlai,software-engineering;career,,,beginner,,, -b46ab69a-1257-495a-a210-b9a414ce2c3f,Introduction to DevOps: Transforming and Improving Operations,By Linux Foundation via edX,,course|https://www.classcentral.com/course/edx-introduction-to-devops-transforming-and-improving-operations-7506,devops,,,,,, -52a074a9-0a70-4eb4-a796-99ade22f5472,E-commerce Technologies,"By Madurai Kamaraj University, Madurai, Tamil Nadu via Swayam",,course|https://swayam.gov.in/nd2_cec19_cm01/preview,ecommerce,,,,,, -b6db4255-c3b0-4c17-be96-539d4ea00144,Hacker101,By HackerOne via Independent,,course|https://www.hackerone.com/hacker101,computer-security,,,,,, -a7e993a8-21be-4120-a97e-7099dba2212a,Oil & Gas Industry Operations and Markets,By Duke University via Coursera,,course|https://www.coursera.org/learn/oilandgas,oil-and-gas,,,,,, -f8112cd2-ce40-4230-a150-6402af52de00,Cyber-Physical Systems Design & Analysis,By Georgia Institute of Technology via Udacity,,course|https://www.udacity.com/course/cyber-physical-systems-design-analysis--ud9876,computer-security,,,,,, -b5248298-a742-4f5c-8d5b-3e350db3b867,"Everything about your offer letter (CTC, Base Salary, Bonus, Stocks, etc)",,,article|https://workat.tech/general/article/everything-about-offer-letter-ctc-salary-cw42rxlct4jf,software-engineering;career,,,beginner,,, -fc506edb-584c-47e0-840f-d876bd947e59,Communicating with Chat Bots,By Amazon via Independent,,course|https://www.aws.training/Details/Curriculum?id=27156,chatbots,,,,,, -660bd014-cb2e-4fab-8398-ec772421c01e,Salary Negotiation Guide: Why and How to do it to get a better deal and earn more,,,article|https://workat.tech/general/article/salary-negotiation-guide-ehnrr1is5emc,software-engineering;career,,,beginner,,, -779a2ac5-938f-40f3-8270-7d6e64f391f8,Raising Money from Investors,By Marie Prokopets and Hiten Shah,,article|https://docsend.com/view/v85vgbnsgg8gm4ys,fundraising,,,,,, -e5a1abcd-af8d-45b2-8423-2334bf7c1e9c,Managing the Organization: From Organizational Design to Execution,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/managing-organization,organization,,,,,, -78492df5-76d7-4d5e-bbba-cd0e6cdccd18,Customer-Centric Innovation,By RWTH Aachen University via edX,,course|https://www.classcentral.com/course/edx-customer-centric-innovation-8169,innovation,,,,,, -9afd107c-cf27-45b3-a964-7c5e4ced26e6,Linux für Alle,By via openHPI,,course|https://www.classcentral.com/course/openhpi-linux-fur-alle-9978,software-tools/linux,,,,,, -cfb91077-6d29-4577-a28d-46467ee06a98,Machine Learning Crash Course with TensorFlow APIs,By Google via Independent,,course|https://www.classcentral.com/course/independent-machine-learning-crash-course-with-tensorflow-apis-10503,machine-learning;software-tools/tensorflow,,,,,, -5997028d-f37c-4bb4-a164-51a5e22d4991,Infonomics II: Business Information Management and Measurement,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-infonomics-ii-business-information-management-and-measurement-13616,business,,,,,, -44ebcdf2-fcf5-4be7-a14d-11ecf46d7ba7,Software Development Capstone Project,By The University of British Columbia via edX,,course|https://www.edx.org/course/software-development-capstone-project-ubcx-softengprjx,software-engineering,,,,,, -dde90429-01dd-4343-9232-7d04670e0a29,Leadership Through Marketing,By Northwestern University via Coursera,,course|https://www.coursera.org/learn/leadership-marketing,leadership;marketing,,,,,, -47a38d87-26d0-49f4-b3d6-4001ba08e2ef,Introduction to Graduate Algorithms,By Georgia Institute of Technology via Udacity,,course|https://www.classcentral.com/course/udacity-introduction-to-graduate-algorithms-10625,algorithms,,,,,, -96b3a173-88ad-4b96-a6ed-048e0f08935c,Fundamentals of Deep Learning for Computer Vision,By Nvidia via Independent,,course|https://courses.nvidia.com/courses/course-v1:DLI+C-FX-01+V2/about,deep-learning;computer-vision,,,,,, -05400cc1-196f-4b09-93e6-d3946570044f,"How to get help on LinkedIn (or any online community like Slack, Discord, etc)?",,,article|https://workat.tech/general/article/approach-people-linkedin-online-communities-5q7lqw6apwxl,software-engineering;career,,,beginner,,, -3ec94c0c-459b-41bc-ba78-cfb031363b2d,Fundamentals of Accelerated Computing with CUDA C/C++,By Nvidia via Independent,,course|https://www.classcentral.com/course/independent-fundamentals-of-accelerated-computing-with-cuda-c-c-10733,computer-science,,,,,, -47699af4-3ca2-45d2-805d-55bb6c9779dd,Corporate Finance Essentials,By IESE Business School via Coursera,,course|https://www.coursera.org/learn/corporate-finance-essentials,finance,,,,,, -6fa833c4-ca6d-4e8b-9034-abb99311f636,NFV Acceleration: An Introduction to OPNFV,By Linux Foundation via edX,,course|https://www.edx.org/course/an-introduction-to-opnfv,computer-networking,,,,,, -5e4c4d67-b9da-4493-8fac-0c813c64c4dc,Modeling Risk and Realities,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-risk-models,business;risk,,,,,, -aa0f699b-018f-4ae6-8c6c-b6d4467b5e47,Introduction to ONAP: Complete Network Automation,By Linux Foundation via edX,,course|https://www.edx.org/course/introduction-to-onap,computer-networking,,,,,, -4761e678-4823-45f9-9218-db3f6a063bfc,Launch Strategy: 5 Steps to Capstone Experience,By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-launch-strategy-5-steps-to-capstone-experience-5558,entrepreneurship;startups,,,,,, -d44bd99b-58e8-4ee5-9d67-f032ee38ec52,Principles of Machine Learning,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-principles-of-machine-learning-6511,machine-learning,,,,,, -1e61579e-6271-4fd3-8434-29e1e72aeddb,Intro to International Marketing,By Yonsei University via Coursera,,course|https://www.classcentral.com/course/coursera-intro-to-international-marketing-5506,marketing,,,,,, -a7965702-5ff5-4ca5-bb36-c869a8183da3,"Integrated Marketing Communications: Advertising, Public Relations, Digital Marketing and more",By IE Business School via Coursera,,course|https://www.coursera.org/learn/integrated-marketing-communications,marketing,,,,,, -18f0ed90-ff36-48bd-89e0-1e5a05eb4fd4,Introduction to OpenStack,By Linux Foundation via edX,,course|https://www.classcentral.com/course/edx-introduction-to-openstack-7202,software-tools/openstack,,,,,, -72038697-62a0-47e2-b732-4fdbaec19aa0,Introduction to Financial Markets,By Indian School of Business via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-financial-markets-6178,finance,,,,,, -fc54b014-eab8-4c0f-b8db-90edeb7202b8,"What is the Problem Solving, Data Structures and Algorithms round?",,,article|https://workat.tech/problem-solving/article/what-is-ps-ds-coding-round-efuatnl7zxju,software-engineering;career,,,beginner,,, -9fff562b-3bb1-4f9b-b0dc-c348c1c38ef8,"How to ace the Problem Solving, Data Structures and Algorithms round?",,,article|https://workat.tech/problem-solving/article/how-to-ace-ps-ds-round-bg1570pm4avl,software-engineering;career,,,beginner,,, -51b527f8-2586-4ef0-b548-f144c1b9d688,Internet Security,By via openHPI,,course|https://www.classcentral.com/course/openhpi-internet-security-9977,computer-security,,,,,, -4ccfda91-097e-4664-9d1a-e15a07767258,Is competitive programming necessary to crack interviews at product-based companies?,,,article|https://workat.tech/problem-solving/article/competitive-programming-for-interviews-hdndsdeila4r,software-engineering;career,,,beginner,,, -9acc3cdd-373d-4eeb-bfa9-82136da72087,LAFF – On Programming for Correctness,By The University of Texas at Austin via edX,,course|https://www.classcentral.com/course/edx-laff-on-programming-for-correctness-7852,computer-science,,,,,, -d05543e0-9c03-4019-a7f3-f3c0b6f9959a,Marketing Mix Fundamentals,By IE Business School via Coursera,,course|https://www.coursera.org/learn/marketing-mix,marketing,,,,,, -bc79743f-33b0-4bcd-84c8-e9ada71fb2e0,Developing AI Speech Apps with Microsoft Cognitive Services,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-developing-ai-speech-apps-with-microsoft-cognitive-services-11337,artificial-intelligence,,,,,, -8d899a50-2bff-420c-9b7b-cda0f9399a94,Positioning: What you need for a successful Marketing Strategy,By IE Business School via Coursera,,course|https://www.coursera.org/learn/positioning,marketing,,,,,, -5e81b131-e768-46eb-a272-204189db6d7e,Machine Learning: Unsupervised Learning,By Brown University via Udacity,,course|https://www.classcentral.com/course/udacity-machine-learning-unsupervised-learning-1848,machine-learning,,,,,, -5ec705f0-a2f4-45ec-833b-9b3c09240775,Common Mistakes to avoid in Competitive Programming for Beginners,,,article|https://workat.tech/problem-solving/article/common-mistakes-competitive-programming-lf4oh6kwtw7o,software-engineering;career,,,beginner,,, -45d60be3-7641-4117-bcfc-70fab885bc0f,What is a Machine Coding Round?,,,article|https://workat.tech/machine-coding/article/what-is-a-machine-coding-round-omfn1w54ojlg,software-engineering;career,,,beginner,,, -cdc1ad8e-accf-456a-9cb6-e04bdb0c1e15,Accounting Analytics,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/accounting-analytics,accounting;analytics,,,,,, -cc8548cb-5668-4966-85a3-45c5dfd56daa,How to Build Chatbots and Make Money,By IBM via edX,,course|https://www.edx.org/course/how-to-build-chatbots-and-make-money,chatbots,,,,,, -f6055458-df39-4e9d-9187-d63f78477ad1,Energy: The Enterprise,By University at Buffalo via Coursera,,course|https://www.coursera.org/learn/energy-industry-overview,energy,,,,,, -c5e1713f-9959-485e-8bfe-3f005a8f71e0,Fundamentals of Quantitative Modeling,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-fundamentals-of-quantitative-modeling-5448,business-intelligence,,,,,, -d01e6f21-2f35-4587-ac9c-b168eac5bd21,Microsoft Bot Framework and Conversation as a Platform,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-bot-framework-and-conversation-as-a-platform-11325,chatbots,,,,,, -beebca74-ef01-431f-a6c6-2f0c0cfbecad,Entrepreneurship 3: Growth Strategies,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/growth-strategy,entrepreneurship,,,,,, -0fc90022-5b6e-4a47-8745-d78cbf63db31,Intro to Data Structures and Algorithms,By Google via Udacity,,course|https://www.udacity.com/course/data-structures-and-algorithms-in-python--ud513,data-structures;algorithms,,,,,, -32db6833-50e2-488d-95d7-7797faedfa95,Managing Uncertainty in Marketing Analytics,By Emory University via Coursera,,course|https://www.classcentral.com/course/coursera-managing-uncertainty-in-marketing-analytics-6914,marketing;analytics,,,,,, -4a24be10-e343-4289-b765-be93e4e906c0,Introduction to Computation Theory,By Santa Fe Institute via Complexity Explorer,,course|https://www.complexityexplorer.org/courses/58-introduction-to-computation-theory,computer-science,,,,,, -8b386865-7d83-4dc8-b8e3-e750254f4672,How to prepare for machine coding round?,,,article|https://workat.tech/machine-coding/article/how-to-prepare-for-machine-coding-round-naf2ih7a9e5l,software-engineering;career,,,beginner,,, -f77a70df-f01e-4f26-ba0f-21b97c648d9f,Fundamentals of Machine Learning,By Santa Fe Institute via Complexity Explorer,,course|https://www.classcentral.com/course/complexity-explorer-fundamentals-of-machine-learning-11493,machine-learning,,,,,, -591e7561-8363-4139-b285-e9d82c7d0caa,Ethical Social Media,By The University of Sydney via Coursera,,course|https://www.classcentral.com/course/coursera-ethical-social-media-7020,social-media;ethics,,,,,, -b886ae19-1d32-4181-a086-8d5a0b201e3d,Self-Driving Fundamentals: Featuring Apollo,By Baidu via Udacity,,course|https://www.classcentral.com/course/udacity-self-driving-fundamentals-featuring-apollo-11639,autonomous-vehicles,,,,,, -679692a8-d347-4ff4-83f1-ba8c70393940,Microsoft Exchange Server 2016 - 4: Transport Services,By Microsoft via edX,,course|https://www.edx.org/course/microsoft-exchange-server-2016-4-transport-services,software-tools/exchange,,,,,, -9770002a-f2de-460a-be12-e5e3486ef823,Building High-Performing Teams,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-building-high-performing-teams-7121,leadership,,,,,, -f21949a4-c658-4605-89d0-377c9853c3da,Microsoft Exchange Server 2016 - 3: Mailbox Databases,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-exchange-server-2016-3-mailbox-databases-6325,software-tools/exchange,,,,,, -e4c921ac-afdd-484f-8185-843550c48539,Data-driven Decision Making,By PwC via Coursera,,course|https://www.classcentral.com/course/coursera-data-driven-decision-making-6852,decision-making;thinking,,,,,, -32780446-8294-4208-8f1a-b950828dc5ac,Microsoft Exchange Server 2016 - 2: Client Access Services,By Microsoft via edX,,course|https://www.edx.org/course/microsoft-exchange-server-2016-2-client-access-services,software-tools/exchange,,,,,, -ca3fd85b-2440-46d4-9a65-d3f5e0743ac9,Supply Chain Logistics,By Rutgers University via Coursera,,course|https://www.coursera.org/learn/supply-chain-logistics,supply-chain,,,,,, -616dda3e-9c12-494b-a409-776f7a9fbf56,Managing Microsoft Exchange Online in Office 365,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-managing-microsoft-exchange-online-in-office-365-7486,software-tools/exchange,,,,,, -10f942e6-5d54-48c6-9532-71f6fad6dac1,Data Cleansing with Data Quality Services (DQS),By Microsoft via edX,,course|https://www.classcentral.com/course/edx-data-cleansing-with-data-quality-services-dqs-7589,data-science,,,,,, -a928d356-447b-4911-a8a1-c67ea8eae935,Digital Product Management: Modern Fundamentals,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-digital-product-management-modern-fundamentals-8548,product-management,,,,,, -b3d8c093-220b-4192-b2a2-60ca0956aa78,Windows 10 Features for a Mobile Workforce: Windows and Devices in the Enterprise,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-windows-10-features-for-a-mobile-workforce-windows-and-devices-in-the-enterprise-6547,software-tools/windows,,,,,, -40d0085b-76e2-4c14-bd95-a72287166258,The hidden value – Lean in manufacturing and services,By École des Ponts Paritech via Coursera,,course|https://www.classcentral.com/course/coursera-the-hidden-value-lean-in-manufacturing-and-services-8365,manufacturing;business,,,,,, -96d4a7a6-de99-4ae5-9f2f-6b0416bb3add,Organizing Evangelism and Achieving User Adoption,By Microsoft via edX,,course|https://www.edx.org/course/organizing-evangelism-and-achieving-user-adoption,business;organization,,,,,, -3acc8f17-7fb6-4b48-9ccd-459242bc2e78,How to practice for machine coding round?,,,article|https://workat.tech/machine-coding/article/how-to-practice-for-machine-coding-kp0oj3sw2jca,software-engineering;career,,,beginner,,, -6808b460-6aaf-4b63-b7d9-52f43d838e75,How to ace the machine coding round?,,,article|https://workat.tech/machine-coding/article/how-to-ace-machine-coding-round-hi8lnpp8tlmo,software-engineering;career,,,beginner,,, -0b08a6f3-f49c-4f6c-9bc1-92560def5a7d,Typing practice,,,interactive|https://www.keybr.com/,touch-typing,,,,,, -c0179e9e-6853-4a78-a0b8-ecda7cb18915,Research Proposal: Initiating Research,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/research-proposal-initiating-research,business-intelligence;market-research,,,,,, -ec5aacef-f68f-48f3-a298-d32eaac0a4f6,Windows Server 2016: Basic Networking,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-windows-server-2016-basic-networking-8537,software-tools/windows,,,,,, -52c75f97-873f-4c84-b81f-90eaab355e86,Skype for Business: Voice Hybrid and Routing,By Microsoft via edX,,course|https://www.edx.org/course/skype-for-business-voice-hybrid-and-routing,software-tools/skype,,,,,, -493df646-4bb5-418f-b6e0-629615415278,Digital Competition in Financial Services,By Copenhagen Business School via Coursera,,course|https://www.classcentral.com/course/coursera-digital-competition-in-financial-services-9310,finance;information-technology;business;fintech,,,,,, -e43b6224-0925-481a-b0a5-6d82ede0abf3,Skype Operations Framework,By Microsoft via edX,,course|https://www.edx.org/course/skype-operations-framework-0,software-tools/skype,,,,,, -44596d4e-990b-484e-b9f4-b2fe78938aad,Capital Markets and Financial Institutions – How to Survive Them,By Moscow Institute of Physics and Technology via Coursera,,course|https://www.coursera.org/learn/capital-markets-and-financial-institutions,finance,,,,,, -c4eb3321-1c0e-44cb-adfd-556a6e5ba6ea,System Center 2016: Building a Datacenter Fabric,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-system-center-2016-building-a-datacenter-fabric-9259,software-tools/system-center,,,,,, -7f56a660-6a15-4c03-ab36-60634061e5df,Management Fundamentals,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/management-fundamentals-healthcare-administrators,management,,,,,, -7381dcd7-8f46-4afb-99d5-e510ed6370ad,Enabling Data Source Discovery with Azure Data Catalog,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-enabling-data-source-discovery-with-azure-data-catalog-9722,software-tools/azure,,,,,, -970c4609-e183-4c58-a9c2-bbeb764855e5,Designing Data Platform Solutions,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-designing-data-platform-solutions-10313,data-science,,,,,, -deda5a4a-29a4-4a41-b2d0-5113199cb465,International Organizations Management,By University of Geneva via Coursera,,course|https://www.coursera.org/learn/international-organizations-management,organization;management,,,,,, -c93ee094-8bc4-4cc3-a09f-bcc7463af17d,Skype for Business: Infrastructure Planning and Design,By Microsoft via edX,,course|https://www.edx.org/course/skype-for-business-infrastructure-planning-and-design,software-tools/skype,,,,,, -018eacb3-3837-4cee-9ca9-789bc553e099,Project Planning and Machine Learning,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-project-planning-and-machine-learning-12284,machine-learning,,,,,, -1ecb460a-a0c4-4525-8b2e-550c4f509454,Skype for Business: Infrastructure Advanced Configuration,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-skype-for-business-infrastructure-advanced-configuration-8416,software-tools/skype,,,,,, -6cbe8cb1-c534-4c0e-9504-8f6b5f04814e,Innovation and emerging technology: Be disruptive,By Macquarie University via Coursera,,course|https://www.classcentral.com/course/coursera-innovation-and-emerging-technology-be-disruptive-13155,entrepreneurship;business;innovation,,,,,, -9bcf54c9-68b9-4750-9823-b69955705c46,Windows Server 2016: Virtualization,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-windows-server-2016-virtualization-8540,software-tools/windows,,,,,, -c52c66ed-8744-42c9-b8ae-aaf0f9541dde,Doing More with SAS Programming,By SAS via Coursera,,course|https://www.coursera.org/learn/sas-programming-advanced,software-tools/sas,,,,,, -ef674719-d4ed-4588-bb98-a245de47646f,Windows Server 2016: Advanced Virtualization,By Microsoft via edX,,course|https://www.edx.org/course/windows-server-2016-advanced-virtualization-0,software-tools/windows,,,,,, -a824c26e-3368-47e0-be9b-5e792e078ca1,FinTech Law and Policy,By Duke University via Coursera,,course|https://www.coursera.org/learn/fintechlawandpolicy,fintech;law,,,,,, -24802a37-01e2-4a7b-8e75-f451e7e7b550,Microsoft Exchange Server 2016 - 5: Hybrid Topologies with Office 365,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-exchange-server-2016-5-hybrid-topologies-with-office-365-6322,software-tools/exchange,,,,,, -9b82125e-a740-4e80-98a2-464185e56d0c,"Technology Commercialization, Part 1: Setting up your Idea Filtering System",By University of Rochester via Coursera,,course|https://www.classcentral.com/course/coursera-technology-commercialization-part-1-setting-up-your-idea-filtering-system-2567,entrepreneurship,,,,,, -c4e0e320-9f29-444f-a1ac-5fc1fd90b0df,Microsoft SharePoint 2016: Infrastructure,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-sharepoint-2016-infrastructure-7158,software-tools/sharepoint,,,,,, -1ba324b1-1e3e-4ec5-ad66-6f5c2a8ef93b,Identifying Food Fraud,By University of East Anglia via FutureLearn,,course|https://www.futurelearn.com/courses/food-fraud,chemistry;food,,,,,, -71b7cdd8-fafd-46f3-8783-245dc08c758a,Onboarding Messaging to Office 365,By Microsoft via edX,,course|https://www.edx.org/course/onboarding-messaging-to-office-365,software-tools/office365,,,,,, -005575c0-265a-486b-88ff-fa863cc827ef,Windows 10 Features for a Mobile Workforce: Configuring Additional Resources,By via edX,,course|https://www.classcentral.com/course/edx-windows-10-features-for-a-mobile-workforce-configuring-additional-resources-7488,software-tools/windows,,,,,, -d183650d-8633-4519-8857-a8db17052a8e,"How to prepare for the Problem Solving, Data Structures and Algorithms round?",,,article|https://workat.tech/problem-solving/article/how-to-prepare-for-ps-ds-round-tk0ytigb0s25,software-engineering;career,,,beginner,,, -bc290453-3c3b-494e-829d-3b369a4ea768,Skype for Business: Infrastructure Implementation and Conferencing,By Microsoft via edX,,course|https://www.edx.org/course/skype-for-business-infrastructure-implementation-and-conferencing,software-tools/skype,,,,,, -5b8f0d94-0677-4e59-ab9a-db308a7292a9,Leadership Through Social Influence,By Northwestern University via Coursera,,course|https://www.coursera.org/learn/leadership-socialinfluence,leadership,,,,,, -7d055679-709b-4b66-a651-cace9af53592,Social Entrepreneurship,By Copenhagen Business School via Coursera,,course|https://www.classcentral.com/course/coursera-social-entrepreneurship-1413,entrepreneurship,,,,,, -bf9b50eb-ca4f-4507-9982-d6a937946af7,Windows Server 2016: Advanced Networking,By Microsoft via edX,,course|https://www.edx.org/course/windows-server-2016-advanced-networking-0,software-tools/windows,,,,,, -0291a46a-81bf-4506-a120-61c9f90cb6e6,Entrepreneurial Strategic Management,By University of New Mexico via Coursera,,course|https://www.classcentral.com/course/coursera-entrepreneurial-strategic-management-3596,entrepreneurship,,,,,, -0f92b9a5-a8ed-4a27-9f74-4b97a2ee6d04,Planning & Developing Governance for Digital Transformation,By Microsoft via edX,,course|https://www.edx.org/course/planning-developing-governance-for-digital-transformation-1,information-technology,,,,,, -edbc3390-6ec3-4334-942a-f2335d14c2b9,Entrepreneurship Capstone,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/entrepreneurship-capstone,entrepreneurship,,,,,, -7e3014c3-6574-46b1-b5f4-05d392cbcac1,Transitioning to Microsoft Exchange Server 2016,By Microsoft via edX,,course|https://www.edx.org/course/transitioning-to-microsoft-exchange-server-2016,software-tools/exchange,,,,,, -9574a4b1-b0d7-4edd-825d-bd54ac49dd0a,Designing the Organization: From Strategy to Organizational Structure,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/designing-organization,organization,,,,,, -af8d9412-bb67-4528-8ce5-cacaceb508e4,Microsoft Exchange Server 2016 - 1: Infrastructure,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-exchange-server-2016-1-infrastructure-6328,software-tools/exchange,,,,,, -6fd12056-a55f-4005-93f2-cdf9a647616c,International B2B (Business to Business) Marketing,By Yonsei University via Coursera,,course|https://www.coursera.org/learn/b2b-marketing,marketing,,,,,, -0745ba79-355e-42f8-8b42-2f89c8e4d361,SharePoint Enterprise Content Management,By Microsoft via edX,,course|https://www.edx.org/course/sharepoint-enterprise-content-management-0,software-tools/sharepoint,,,,,, -f1635aa9-d3cc-4599-84dc-53e712e5c40b,Action-Driven Business Plan: From the ‘Classroom’ to the World,By Technion - Israel Institute of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-action-driven-business-plan-from-the-classroom-to-the-world-5578,business,,,,,, -73713d24-af67-46b4-8d44-898e5673d83f,Microsoft SharePoint 2016: Workload Optimization,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-sharepoint-2016-workload-optimization-7156,software-tools/sharepoint,,,,,, -3a700db8-e66e-4e12-a6a2-e4a7d0a65dbd,Meaningful Marketing Insights,By Emory University via Coursera,,course|https://www.coursera.org/learn/meaningful-marketing-insights,marketing,,,,,, -f9730ebc-d338-4981-ada4-d3766753745c,Skype for Business: Voice Concepts and Planning,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-skype-for-business-voice-concepts-and-planning-8194,software-tools/skype,,,,,, -c4c92114-4d50-41a4-9882-a16c2cc63867,18.S191 Introduction to Computational Thinking,,,course|https://computationalthinking.mit.edu/Fall20/,computational-thinking,,,,,,oer -30b7b2fd-8557-4b96-bfc7-2df77d79bb7b,Troubleshooting Microsoft Exchange Server 2016,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-troubleshooting-microsoft-exchange-server-2016-8967,software-tools/exchange,,,,,, -493f5452-236c-4116-b20a-5b5f6ac16f57,Financial Analysis for Startups,By Yonsei University via Coursera,,course|https://www.coursera.org/learn/financial-ratios,finance;startups,,,,,, -20d4403f-6403-434f-acb2-f6c7f57d2b65,System Center 2016: Building Clouds,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-system-center-2016-building-clouds-9970,software-tools/system-center,,,,,, -f9602d0f-9c89-48e3-8093-ca3929eebc49,Construction Cost Estimating and Cost Control,By Columbia University via Coursera,,course|https://www.classcentral.com/course/coursera-construction-cost-estimating-and-cost-control-7106,construction;project-management,,,,,, -36df6c0b-304d-4689-90b0-6c4f44575e36,Creating a Team Culture of Continuous Learning,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/continuous-learning-culture,organization,,,,,, -d26d9d0c-c3e9-44fa-a3ff-ed4df9a10a49,Biases and Portfolio Selection,By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-biases-and-portfolio-selection-7037,finance,,,,,, -55932c3e-ace6-4801-9d40-691baeee699d,Portfolio Selection and Risk Management,By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-portfolio-selection-and-risk-management-7039,finance,,,,,, -97212bd5-5b00-4a93-91cb-eb43b2811256,Leadership and Emotional Intelligence,By Indian School of Business via Coursera,,course|https://www.classcentral.com/course/coursera-leadership-and-emotional-intelligence-7188,leadership,,,,,, -02ad09ee-10d3-43ec-a236-8399e8623479,Business Strategies for Emerging Markets,By Higher School of Economics via Coursera,,course|https://www.coursera.org/learn/business-strategies,business,,,,,, -bb0992d8-39d0-4375-96ce-6f45469bcbbb,Quasiperfect number - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Quasiperfect_number,quasiperfect-numbers,,,,,,oer -905a3f86-4004-46f5-8ec4-c862bc8cabd2,Windows 10 Features for a Mobile Workforce: Managing and Maintaining Devices in the Enterprise,By via edX,,course|https://www.edx.org/course/windows-10-features-for-a-mobile-workforce-managing-and-maintaining-devices-in-the-enterprise-0,software-tools/windows,,,,,, -8cb5c19d-0db0-44e5-bac6-5c4854d2d81b,Skype for Business: Voice Advanced Workloads,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-skype-for-business-voice-advanced-workloads-8367,software-tools/skype,,,,,, -cfc5195e-16b2-4f76-8543-5f4b6ac8a524,Marketing Strategy for Entrepreneurs,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-marketing-strategy-for-entrepreneurs-8039,marketing,,,,,, -6ef7e5d5-aeb1-4339-a4b0-50871a1f7cf6,Windows Server 2016: Basic Storage,By Microsoft via edX,,course|https://www.edx.org/course/windows-server-2016-basic-storage,software-tools/windows,,,,,, -4af3eccc-44f8-4f4d-ae6b-75e6cb2fcb90,Quantitative Foundations for International Business,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-quantitative-foundations-for-international-business-8042,business,,,,,, -18951af4-2132-4497-a2e7-420d112f6af8,Windows Server 2016: Advanced Storage,By Microsoft via edX,,course|https://www.edx.org/course/windows-server-2016-advanced-storage-0,software-tools/windows,,,,,, -6a3ee3e6-86fe-4b08-ba1a-f30656968fc6,Troubleshooting Skype for Business,By Microsoft via edX,,course|https://www.edx.org/course/troubleshooting-skype-for-business,software-tools/skype,,,,,, -c269ee1c-a0e0-46e5-9bde-a8da5fd5d1a5,International Business Environment,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-international-business-environment-8063,business,,,,,, -180daed6-79d7-4d2e-ae15-bcd5c4aa0115,Windows 10 Features for a Mobile Workforce: Identity Management and Data Access,By Microsoft via edX,,course|https://www.edx.org/course/windows-10-features-for-a-mobile-workforce-identity-management-and-data-access-0,software-tools/windows,,,,,, -58274485-80e7-4433-a569-68ce95837f00,Strategic Innovation: Building and Sustaining Innovative Organizations,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-strategic-innovation-building-and-sustaining-innovative-organizations-8321,innovation,,,,,, -be8dcf11-9c20-4aa0-91fc-3a8c1846ac02,Microsoft SharePoint Online for Site Administrators,By Microsoft via edX,,course|https://www.edx.org/course/microsoft-sharepoint-online-for-site-administrators,software-tools/sharepoint,,,,,, -cf978043-cd1a-499e-8547-4267c3193566,Customer Value in Pricing Strategy,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-customer-value-in-pricing-strategy-8351,marketing;pricing,,,,,, -f670115d-b5a2-4f52-93fe-4c4160318491,Microsoft SharePoint 2016: Search and Content Management,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-sharepoint-2016-search-and-content-management-7076,software-tools/sharepoint,,,,,, -9f148a11-e51e-449a-806d-2742b7fc3ffe,FinTech and the Transformation in Financial Services,By Copenhagen Business School via Coursera,,course|https://www.coursera.org/learn/fintech-transformation-financial-services,fintech,,,,,, -31757ea7-737f-49c3-bdf1-72b59bd04be5,Budgeting essentials and development,By Fundação Instituto de Administração via Coursera,,course|https://www.coursera.org/learn/budgeting-essentials-development,finance,,,,,, -5dc6b062-2cc5-42b0-95f5-bd6d22bec318,How to design Snake and Ladder? - Machine Coding Round Questions,,,article|https://workat.tech/machine-coding/article/how-to-design-snake-and-ladder-machine-coding-ehskk9c40x2w,software-engineering;career,,,beginner,,, -e981a595-8dfe-4c00-a049-751ff6e7b2ae,How to design Splitwise? - Machine Coding Round Questions,,,article|https://workat.tech/machine-coding/article/how-to-design-splitwise-machine-coding-ayvnfo1tfst6,software-engineering;career,,,beginner,,, -1cde7581-68b4-4395-a712-6a80409eb957,Microsoft SharePoint 2016: Productivity Solutions,By Microsoft via edX,,course|https://www.edx.org/course/microsoft-sharepoint-2016-productivity-solutions,software-tools/sharepoint,,,,,, -0eadfc78-ee19-483b-9670-8617c82b5053,What are the best resources for System Design Interview? - Part I | HLD,,,article|https://workat.tech/system-design/article/best-resources-for-system-design-interview-i-dbv5ok8vtjya,software-engineering;career,,,beginner,,, -57626900-a317-4af6-93ac-a9dc4d9f529e,Planning and Preparing SharePoint Hybrid,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-planning-and-preparing-sharepoint-hybrid-8386,software-tools/sharepoint,,,,,, -cc0d37c0-5613-4910-8595-71aee14349b7,Financing Infrastructure in African Cities,By United Cities and Local Governments of Africa via Coursera,,course|https://www.coursera.org/learn/financing-infrastructure-in-african-cities,finance;africa,,,,,, -d13797d9-f266-4022-96da-eb1d17992422,Configuring SharePoint Hybrid,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-configuring-sharepoint-hybrid-8419,software-tools/sharepoint,,,,,, -ac88df30-cf14-445a-9e88-64cc065ad757,Introduction to Business Analytics: Communicating with Data,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/intro-business-analytics,analyto,,,,,, -90c183fd-d84e-46c6-a349-9be5859f3a00,Deploy and Service Mobile Apps Using Azure App Service,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-deploy-and-service-mobile-apps-using-azure-app-service-10056,software-tools/azure,,,,,, -52e55b4f-0b16-4ed0-85ed-c215d57cd8ea,Windows Server 2016: Securing Identities and Information,By Microsoft via edX,,course|https://www.edx.org/course/windows-server-2016-securing-identities-and-information-0,software-tools/windows,,,,,, -6a40f155-20aa-49eb-9813-1c08e2093c91,What is Compliance?,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/what-is-compliance,compliance,,,,,, -bafc809a-681c-4e55-ad4b-6e093913159f,Graph Algorithms,"By University of California, San Diego via edX",,course|https://www.edx.org/course/graph-algorithms-uc-san-diegox-algs202x,graph-theory,,,,,, -f1430095-629b-451f-89b0-1a20f94cb737,Predictive Analytics and Data Mining,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/predictive-analytics-data-mining,analytics;data-science,,,,,, -a3fa0d1e-de31-49be-b33d-5167f55cbdfe,GitHub - workattech/get-a-software-engineering-job: Get a Software Engineering Job - Ultimate Guide,,,article|https://github.com/workattech/get-a-software-engineering-job,software-engineering;career,,,beginner,,,oer -8d8485fd-bfc0-4117-a37f-e32460fc6522,Developing AI Vision Apps Using Microsoft Cognitive Services,By Microsoft via edX,,course|https://www.edx.org/course/developing-ai-vision-apps-using-microsoft-cognitive-services-0,computer-vision,,,,,, -7863fa9a-3da7-4e04-a76d-dee22ae06145,Blockchain: Understanding Its Uses and Implications,By Linux Foundation via edX,,course|https://www.classcentral.com/course/edx-blockchain-understanding-its-uses-and-implications-11607,blockchain,,,,,, -6fb86a52-2a2a-40ff-b992-b7d130316e00,Global Impact: Business Ethics,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-global-impact-business-ethics-9084,ethics;business,,,,,, -bf101bd9-9f8e-4bb4-91ba-d87821f20676,Introduction to Cloud Infrastructure Technologies,By Linux Foundation via edX,,course|https://www.edx.org/course/introduction-to-cloud-infrastructure-technologies,cloud-computing,,,,,, -b506c43d-20ba-416b-b472-25354c03bb54,Accounting Analysis II: Measurement and Disclosure of Liabilities,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/accounting-analysis-2-liabilities,accounting,,,,,, -8d42a100-0be8-44a7-95cc-fe88bd5b8c39,NP-Complete Problems,"By University of California, San Diego via edX",,course|https://www.classcentral.com/course/edx-np-complete-problems-10275,computer-science,,,,,, -8c091fc6-0689-4d6c-882b-217697d1cd4b,Global Impact: Cultural Psychology,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/cultural-psychology-globalization,globalization;culture,,,,,, -198d2d8a-6cf4-4d7f-9176-780ecc27319f,Intro to AJAX,By via Udacity,,course|https://www.classcentral.com/course/udacity-intro-to-ajax-2997,web;programming,,,,,, -3059581b-1c38-449e-a392-d062656cec9a,Introduction to Open Source Networking Technologies,By Linux Foundation via edX,,course|https://www.edx.org/course/introduction-to-software-defined-networking-technologies,computer-networking,,,,,, -8ee46b69-05c1-4332-9d36-5819b0a61112,Global Trends for Business and Society,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-global-trends-business,society,,,,,, -1d59a5ce-bb0d-4353-aac2-151eaee15329,SAP Leonardo - Enabling the Intelligent Enterprise,By via openSAP,,course|https://www.classcentral.com/course/opensap-sap-leonardo-enabling-the-intelligent-enterprise-11529,software-tools/sap,,,,,, -712b07a9-7bf8-4ee0-94fd-66ece9284d01,Sales Training: Techniques for a Human-Centric Sales Process,By HubSpot via Coursera,,course|https://www.coursera.org/learn/sales-process-techniques-training,sales,,,,,, -ac3b3bcb-9b44-4565-81a3-8ba1a569dbea,Machine Learning,By Georgia Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-machine-learning-9695,machine-learning,,,,,, -baea2371-fb0b-4029-90c9-110a8714dba3,Strategic Management of Innovation,By HEC Paris via Coursera,,course|https://www.coursera.org/learn/strategic-management-of-innovation,management,,,,,, -90937573-16f8-4fb3-8c25-9c41f3a5669b,Computer Graphics,"By University of California, San Diego via edX",,course|https://www.edx.org/course/computer-graphics,computer-graphics,,,,,, -95d97f57-9a16-40a5-849a-76cc76865a9d,Business Application of Machine Learning and Artificial Intelligence in Healthcare,By Northeastern University via Coursera,,course|https://www.coursera.org/learn/artificialintelligence-in-healthcare,machine-learning;healthcare,,,,,, -5dbc6528-7147-492c-b69c-c2f0bd684bb2,Smarter Chatbots with Node-RED and Watson AI,By IBM via edX,,course|https://www.edx.org/course/smarter-chatbots-with-node-red-and-watson-ai,chatbots,,,,,, -c0ac1d5a-e2e3-450c-9422-232c27420b00,Healthcare Innovation and Entrepreneurship,By Duke University via Coursera,,course|https://www.coursera.org/learn/healthcare-innovation,healthcare,,,,,, -fee94d18-5e68-4312-adc4-db69670091bb,String Processing and Pattern Matching Algorithms,"By University of California, San Diego via edX",,course|https://www.edx.org/course/string-processing-pattern-matching-uc-san-diegox-algs204x,programming;algorithms,,,,,, -3d6e5e20-8a60-44f0-8838-9dc911384ff6,Content Strategy for Professionals: Engaging Audiences,By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-content-strategy-for-professionals-engaging-audiences-727,marketing,,,,,, -6b7fd8b9-f3dc-431d-9822-a05893d762ff,Computer Systems Design for Energy Efficiency,By Chalmers University of Technology via edX,,course|https://www.edx.org/course/computer-systems-design-for-energy-efficiency,computer-science,,,,,, -3442c17c-9b28-4132-9f30-34ca474342d5,"Time to Reorganize! Understand Organizations, Act, and Build a Meaningful World.",By HEC Paris via Coursera,,course|https://www.coursera.org/learn/orgology,organization,,,,,, -85f4244b-ce71-4f22-ae64-abca07a90e1e,Programming Chatbots with Watson Services,By IBM via edX,,course|https://www.classcentral.com/course/edx-programming-chatbots-with-watson-services-11731,chatbots,,,,,, -3632786b-2f2a-4a2a-aa6e-83710436f699,Strategy Implementation,By Copenhagen Business School via Coursera,,course|https://www.coursera.org/learn/strategy-implementation,business;strategy,,,,,, -799f5e4d-b29b-430f-aca6-4ecc430e4af6,Deep Learning Fundamentals with Keras,By IBM via edX,,course|https://www.classcentral.com/course/edx-deep-learning-fundamentals-with-keras-11732,deep-learning,,,,,, -a6df3c9d-efe9-43d7-81f3-9f0c6094fd98,Machine Learning with Python: A Practical Introduction,By IBM via edX,,course|https://www.edx.org/course/machine-learning-with-python-for-edx,machine-learning;programming-languages/python,,,,,, -3ef6a304-c10f-4fd4-9822-04cd1b3bca5a,Strategic Planning and Execution,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-strategic-planning-and-execution-4311,strategy;business,,,,,, -facb878f-1d5d-4cea-8347-72db01404e83,Design Trello | Machine Coding Round Questions (SDE II),,,article|https://workat.tech/machine-coding/practice/trello-problem-t0nwwqt61buz,software-engineering;career,,,beginner,,, -22a06288-969b-402f-b897-f8e9f3d64093,Operations Analytics,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-operations-analytics-4204,analytics,,,,,, -71c7293e-a0ec-4403-a57c-316eb7d7e717,Intro to Deep Learning with PyTorch,By Facebook via Udacity,,course|https://www.classcentral.com/course/udacity-intro-to-deep-learning-with-pytorch-12148,deep-learning;software-tools/pytorch,,,,,, -f188c3ea-cd24-4fee-9449-0bafc3a2494a,Content Strategy for Professionals: Managing Content,By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-content-strategy-for-professionals-managing-content-5762,marketing,,,,,, -9302c0e1-074d-48d6-98de-8377a2e9c8f3,Kennethsite,,,book|https://klkuttler.com/,mathematics;algebra,,,,,, -0a85ece5-40c1-4144-b76d-6cf335d247ba,Introduction to Machine Learning for Coders!,By fast.ai via Independent,,course|https://www.classcentral.com/course/independent-introduction-to-machine-learning-for-coders-12175,machine-learning,,,,,, -1416c332-d2d0-4149-a067-c9bfc7f0781d,Financial Markets and Investment Strategy Capstone,By Indian School of Business via Coursera,,course|https://www.coursera.org/learn/investment-strategy-capstone,finance,,,,,, -4980d71c-e88b-467a-b703-422e69e23cf2,Bitcoin and Cryptocurrencies,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/bitcoin-and-cryptocurrencies,bitcoin;cryptocurrency,,,,,, -f8e642ec-482e-4a56-988e-611e3a8b0029,"Making Successful Decisions through the Strategy, Law & Ethics Model",By University of Michigan via Coursera,,course|https://www.coursera.org/learn/strategy-law-ethics,strategy;law;ethics,,,,,, -d855c5d0-1483-4632-9224-8a814cbd651a,Windows Server 2016: Infrastructure,By Microsoft via edX,,course|https://www.edx.org/course/windows-server-2016-infrastructure,software-tools/windows,,,,,, -be802040-080b-445b-b921-798abb2bede1,Entrepreneurship 1: Developing the Opportunity,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-entrepreneurship-opportunity,entrepreneurship,,,,,, -5dfd50ab-56d2-417d-b53c-59bd5659d23c,Design Splitwise | Machine Coding Round Questions (SDE II),,,article|https://workat.tech/machine-coding/practice/splitwise-problem-0kp2yneec2q2,software-engineering;career,,,beginner,,, -4a7a82f3-a230-4ad1-9048-56b05417d464,Valuation for Startups Using Multiple Approach,By Yonsei University via Coursera,,course|https://www.coursera.org/learn/valuation-multiples,finance;startups,,,,,, -c384acbe-2fe7-448b-b48b-32f5c66dfb43,Deep Learning with Python and PyTorch,By IBM via edX,,course|https://www.classcentral.com/course/edx-deep-learning-with-python-and-pytorch-11733,deep-learning;software-tools/pytorch,,,,,, -79bb43a2-21ab-4336-9fa1-9e7e4faaed41,Construction Scheduling,By Columbia University via Coursera,,course|https://www.coursera.org/learn/construction-scheduling,construction;project-management,,,,,, -71e8552d-edd3-41b8-b5b6-6c03426a46f4,Windows Server 2016: Directory Services,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-windows-server-2016-directory-services-8534,software-tools/windows,,,,,, -8f58c8a2-700f-4d7a-9848-92799a740f1f,Capstone Project: Business Technology Management,By Indian School of Business via Coursera,,course|https://www.coursera.org/learn/business-tech-project,business,,,,,, -223cb214-3a3a-4aaf-8609-6d8f48127bec,Developing IoT Solutions with Azure IoT,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-developing-iot-solutions-with-azure-iot-8512,internet-of-things;software-tools/azure,,,,,, -f0677415-158c-402e-ba3b-1aa0b1c69323,Accounting and Finance for IT professionals,By Indian School of Business via Coursera,,course|https://www.coursera.org/learn/accounting-finance,accounting,,,,,, -33ea047b-598d-44f6-97a2-ca804ef91f12,Programming for Everyone – An Introduction to Visual Programming Languages,By Weizmann Institute of Science via edX,,course|https://www.edx.org/course/liberating-programming-system-development-for-everyone-0,programming,,,,,, -d251d1c7-dcda-45aa-80bf-52f8d980d994,Supply Chain Planning,By Rutgers University via Coursera,,course|https://www.classcentral.com/course/coursera-supply-chain-planning-6922,supply-chain,,,,,, -138a25bf-6d3c-4a59-b665-3bbd87d5cfa2,Deep Learning with Tensorflow,By IBM via edX,,course|https://www.classcentral.com/course/edx-deep-learning-with-tensorflow-11734,deep-learning;software-tools/tensorflow,,,,,, -1b08f40e-6f9d-47b3-8d0c-abad6863dbd8,Supply Chain Operations,By Rutgers University via Coursera,,course|https://www.coursera.org/learn/operations,supply-chain,,,,,, -210c2e72-d8d1-4a43-a99f-5b8c0c1984c2,AP Computer Science A: Java Programming Loops and Data Structures,By Purdue University via edX,,course|https://www.edx.org/course/ap-computer-science-a-java-programming-loops-and-data-structures-4,computer-science;programming-languages/java,,,,,, -10d393ad-3897-459b-bdb9-d15b931cf56e,Arts and Heritage Management,By Università Bocconi via Coursera,,course|https://www.coursera.org/learn/arts-heritage,management;arts,,,,,, -e1b2729d-0da5-40dc-9d7d-69f654fe1cdd,"Arduino Programming, from novice to ninja",By Institut Mines-Télécom via edX,,course|https://www.edx.org/course/arduino-programming-from-novice-to-ninja,arduino,,,,,, -aa1772d1-10fe-4cc2-89bb-0f508ed8cfc7,Design Snake And Ladder | Machine Coding Round Questions (SDE I),,,article|https://workat.tech/machine-coding/practice/snake-and-ladder-problem-zgtac9lxwntg,software-engineering;career,,,beginner,,, -91a6571a-b886-4478-8e47-d4ab6c297c89,Building Portal Sites on SAP Cloud Platform,By via openSAP,,course|https://open.sap.com/courses/portal2,software-tools/sap,,,,,, -35d58b4b-e14e-42aa-9e3b-adcfd7952e6d,Building Your Leadership Skills,By HEC Paris via Coursera,,course|https://www.classcentral.com/course/coursera-building-your-leadership-skills-7752,leadership,,,,,, -08272a21-2bc8-41ba-97f4-c83ef93e90f4,Introduction to Cloud Foundry and Cloud Native Software Architecture,By Linux Foundation via edX,,course|https://www.edx.org/course/introduction-to-cloud-foundry-and-cloud-native-software-architecture,software-tools/cloud-foundry,,,,,, -acdcb812-e909-4189-a6d3-5f7608a993fd,European Business Law: Competing in Europe,By Lund University via Coursera,,course|https://www.coursera.org/learn/eu-competition-law,business;law;europe,,,,,, -ca35ade5-e40e-434a-a88d-af18c66c8f79,Paradigms of Computer Programming – Abstraction and Concurrency,By Université catholique de Louvain via edX,,course|https://www.classcentral.com/course/edx-paradigms-of-computer-programming-abstraction-and-concurrency-2630,programming,,,,,, -1b81bc5c-f449-4d9f-9d78-6b4771107b18,Professional Skills for International Business,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-professional-skills-for-international-business-8038,business,,,,,, -c90a4519-2f05-4add-93e1-41051142d89a,Advanced Algorithmics and Graph Theory with Python,By Institut Mines-Télécom via edX,,course|https://www.edx.org/course/advanced-algorithmics-and-graph-theory-with-python,algorithms;graph-theory;programming-languages/python,,,,,, -acdf6b72-1460-44db-b317-cdfae08d6169,Sustainable Innovation for Subsistence Marketplaces,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-sustainable-innovation-for-subsistence-marketplaces-8323,business,,,,,, -813d8e48-77ed-4352-8c1c-c304f7daa6cf,Digital Transformation and the IT Team,By University of the Witwatersrand via edX,,course|https://www.classcentral.com/course/edx-digital-transformation-and-the-it-team-12111,information-technology,,,,,, -f31e1b69-952b-487d-9490-b7ca82dbc92f,FinTech Risk Management,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/fintech-risk-management,fintech,,,,,, -ef2b74d9-b809-4e57-bcf8-a239033e0432,SAP Leonardo IoT for the Intelligent Enterprise,By via openSAP,,course|https://open.sap.com/courses/leo2,software-tools/sap,,,,,, -db4b738b-0226-4487-9728-c07feefc1406,Computer System Design: Advanced Concepts of Modern Microprocessors,By Chalmers University of Technology via edX,,course|https://www.classcentral.com/course/edx-computer-system-design-advanced-concepts-of-modern-microprocessors-7046,computer-architecture,,,,,, -e3c2f5c7-9c09-4ce9-949f-6236367a3a1a,Business intelligence and data warehousing,By Universidad Nacional Autónoma de México via Coursera,,course|https://www.classcentral.com/course/coursera-business-intelligence-and-data-warehousing-12421,business-intelligence,,,,,, -02ced5d2-80f1-4d18-b443-00b635bdd6b0,SAP Leonardo – An Introduction to Blockchain,By via openSAP,,course|https://www.classcentral.com/course/opensap-sap-leonardo-an-introduction-to-blockchain-12142,software-tools/sap,,,,,, -9c204450-e78d-47aa-9eef-c2759de0a315,"Online Compiler and Editor (IDE) | C, C++, Java, Python - workat.tech",,,article|https://workat.tech/ide,software-engineering;career,,,beginner,,, -39d71d81-2530-4a46-bc13-3b557007c567,Machine Learning Interview Preparation,By via Udacity,,course|https://www.classcentral.com/course/udacity-machine-learning-interview-preparation-12560,machine-learning;interviews,,,,,, -ad5bf09f-782b-4c94-b399-0ec3f27831ac,Strategic management: Be competitive,By Macquarie University via Coursera,,course|https://www.coursera.org/learn/strategic-management-be-competitive,strategy;management,,,,,, -cf72b94f-d84d-4e93-ab34-0b07cdc66c14,Applied Deep Learning Capstone Project,By IBM via edX,,course|https://www.edx.org/course/applied-deep-learning-capstone-project-2,deep-learning,,,,,, -677d26d6-3703-44f9-aebc-63ad2d226e7d,Content Strategy for Professionals: Expanding Your Content’s Reach,By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-content-strategy-for-professionals-expanding-your-content-s-reach-2755,marketing,,,,,, -104912fa-7a88-41e3-afd9-bbe2e99df08a,Scaling Operations: Linking Strategy and Execution,By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-scaling-operations-linking-strategy-and-execution-2707,management,,,,,, -1bb764bc-99db-42b1-8afb-8355738f9a98,Business Growth Strategy,By University of Virginia via Coursera,,course|https://www.coursera.org/learn/uva-darden-business-growth-strategy,management,,,,,, -9a6fc2fe-2f33-437d-8dbe-43e1e0bb91d9,The Fundamentals of Revenue Management: The Cornerstone of Revenue Strategy,By ESSEC Business School via Coursera,,course|https://www.coursera.org/learn/fundamentals-of-revenue-management,management,,,,,, -142d41cb-1a56-406b-8a0c-164d7d7dea08,Managing as a Coach,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/managing-as-a-coach,management,,,,,, -ab953215-1adf-45f2-b9a4-339ea4661144,Finance for Everyone: Decisions,By McMaster University via Coursera,,course|https://www.coursera.org/learn/finance-decisions,finance,,,,,, -c559f8d3-9432-48c9-9872-cf7a604dfdd0,SAP Leonardo Machine Learning Foundation – An Introduction,By via openSAP,,course|https://www.classcentral.com/course/opensap-sap-leonardo-machine-learning-foundation-an-introduction-12137,software-tools/sap,,,,,, -1bcccd0d-64f3-4671-bbc0-90d2e38dbeba,Using GPUs to Scale and Speed-up Deep Learning,By IBM via edX,,course|https://www.classcentral.com/course/edx-using-gpus-to-scale-and-speed-up-deep-learning-11735,deep-learning,,,,,, -8cff1772-ade1-44a1-ad46-eb6b43cc57ad,Cyber-Physical Networks,By KTH Royal Institute of Technology via edX,,course|https://www.edx.org/course/cyber-physical-networks,computer-networking,,,,,, -45db3603-d8a1-4a36-9ee1-5ad2def07b4d,Machine Learning Exam Basics,By Amazon via Independent,,course|https://www.aws.training/Details/Curriculum?id=27271,machine-learning,,,,,, -a5b0ed00-fa18-4d2a-be0c-7a66cde39a2e,Internet of Things Foundation Series,By Amazon via Independent,,course|https://www.aws.training/Details/Curriculum?id=27289,internet-of-things,,,,,, -659fbe44-e401-4fab-9f66-3d5afefa925b,IT Project Management,By Indian School of Business via Coursera,,course|https://www.coursera.org/learn/it-project-management,project-management,,,,,, -d41ac86f-2cd5-4889-ac5e-34bf0e09d93b,ML Building Blocks: Services and Terminology,By Amazon via Independent,,course|https://www.classcentral.com/course/independent-ml-building-blocks-services-and-terminology-12653,machine-learning,,,,,, -85cd9d27-b6ba-4ff0-8595-d76c0078ee28,Demystifying AI/ML/DL,By Amazon via Independent,,course|https://www.aws.training/Details/Curriculum?id=27241,machine-learning,,,,,, -24c054c0-4698-4986-a701-975799c35874,Developing Machine Learning Applications,By Amazon via Independent,,course|https://www.classcentral.com/course/independent-developing-machine-learning-applications-12654,machine-learning,,,,,, -f99016b1-e7a6-4e78-9fef-987bf33847ad,Finance for Non-Financial Managers,By Emory University via Coursera,,course|https://www.classcentral.com/course/coursera-finance-for-non-financial-managers-6948,finance,,,,,, -27e6fb57-a2df-4fdc-a184-da5b731a17f4,Amazon SageMaker: Simplifying Machine Learning Application Development,By Amazon Web Services via edX,,course|https://www.classcentral.com/course/edx-amazon-sagemaker-simplifying-machine-learning-application-development-12511,software-tools/sagemaker,,,,,, -e76f81bd-2ad4-4aca-ba80-71683db1fe46,Machine Learning Security,By Amazon via Independent,,course|https://www.classcentral.com/course/independent-machine-learning-security-12651,machine-learning,,,,,, -b1b5b819-bcaf-405e-9830-e572d5f87f9c,Unleashing the Impact of your Social Enterprise,By Copenhagen Business School via Coursera,,course|https://www.coursera.org/learn/social-impact-growth,entrepreneurship,,,,,, -84c1b1cb-0bac-4c54-830c-95ee166a6e72,Speaking Of: Machine Translation and Natural Language Processing (NLP),By Amazon via Independent,,course|https://www.classcentral.com/course/independent-speaking-of-machine-translation-and-natural-language-processing-nlp-12669,natural-language-processing,,,,,, -8053f74a-240b-40d3-b2c9-ba10627e1fd3,Seeing Clearly: Computer Vision Theory,By Amazon via Independent,,course|https://www.classcentral.com/course/independent-seeing-clearly-computer-vision-theory-12670,computer-vision,,,,,, -15ce9261-0598-4967-86cf-e5a667e4266c,Creating Innovation,By Macquarie University via Coursera,,course|https://www.coursera.org/learn/creating-innovation,innovation,,,,,, -7c89b2c1-b956-43f7-8362-4e7e76454ce0,Exploring the Machine Learning Toolset,By Amazon via Independent,,course|https://www.classcentral.com/course/independent-exploring-the-machine-learning-toolset-12668,machine-learning,,,,,, -652a1b93-760a-4c9c-ac39-a16aa332f538,Quantitative Research,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-quantitative-research-9094,business-intelligence,,,,,, -25e59024-5c0f-4eec-8d9e-18778d191a5b,Mainframe - Crucial Role in Modern Enterprise Computing,By via openHPI,,course|https://www.classcentral.com/course/openhpi-mainframe-crucial-role-in-modern-enterprise-computing-9972,mainframe,,,,,, -7cc1d1c3-255e-41ff-a6df-f5028644b3f1,Models & Frameworks to Support Sales Planning,By Fundação Instituto de Administração via Coursera,,course|https://www.coursera.org/learn/models-frameworks-support-sales-planning,sales,,,,,, -5269f9ad-2533-46f6-b962-6346032ca9b4,Introduction to Cybersecurity,By via Udacity,,course|https://www.classcentral.com/course/udacity-introduction-to-cybersecurity-12667,computer-security,,,,,, -aec0d89c-ad57-4ea9-809d-3d9f535ea80c,General Career Advice - workat.tech,,,article|https://workat.tech/general,software-engineering;career,,,beginner,,, -cf170d4a-0175-4f2c-841b-a814d3cb439b,Sales Strategy,By Fundação Instituto de Administração via Coursera,,course|https://www.classcentral.com/course/coursera-sales-strategy-9732,sales;strategy,,,,,, -5467fe78-6812-4555-9feb-0f5481119a8f,Deep Learning through Transformative Pedagogy,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-deep-learning-through-transformative-pedagogy-7388,education,,,,,, -6ca0ebe7-f90b-430e-a17c-1803d5a97b4a,(Re)-invent your business model with the Odyssey 3.14 approach,By HEC Paris via Coursera,,course|https://www.coursera.org/learn/business-model,business,,,,,, -9c16e80d-504f-4560-903f-db6ffd8093dd,Blockchain Technology,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/blockchain-technology,blockchain,,,,,, -3ac6ee14-b87b-487f-84c8-c3bf23fe8edd,"Problem Solving, Data Structures & Algorithms - workat.tech",,,article|https://workat.tech/problem-solving,software-engineering;career,,,beginner,,, -2f24c1d0-9f26-4af8-82b4-9eb891a16908,Content Strategy for Professionals: Ensuring Your Content's Impact,By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-content-strategy-for-professionals-ensuring-your-content-s-impact-5761,marketing,,,,,, -eafb12d0-5ec2-4173-a462-bf8929a9c72e,Accessible Gamification,By Georgia Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-accessible-gamification-9485,gamification,,,,,, -9608364f-8ba2-4157-9c57-f838c5c455a7,Value Chain Management Capstone,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-value-chain-management-capstone-6763,business,,,,,, -de9f23e5-84da-4945-8851-ffdb330d009b,Foundations of Data Structures,By Indian Institute of Technology Bombay via edX,,course|https://www.classcentral.com/course/edx-foundations-of-data-structures-5755,data-structures,,,,,, -863ceb72-3835-4868-85dd-c2439c3545c4,Machine Coding Round (LLD) - workat.tech,,,article|https://workat.tech/machine-coding,software-engineering;career,,,beginner,,, -6133ed11-6c6d-4b4b-9161-118e659da821,Implementation of Data Structures,By Indian Institute of Technology Bombay via edX,,course|https://www.classcentral.com/course/edx-implementation-of-data-structures-5753,data-structures,,,,,, -e0481d48-95c9-474e-90f2-14506e624fd1,Wine Tasting: Sensory Techniques for Wine Analysis,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-wine-tasting-sensory-techniques-for-wine-analysis-7766,wine-tasting,,,,,, -501bae45-8732-422a-b4b4-25db0fcdface,Algorithms,By Indian Institute of Technology Bombay via edX,,course|https://www.classcentral.com/course/edx-algorithms-5752,algorithms,,,,,, -74ba75bd-2808-4cad-84af-41b3aaf8c3fb,Relationship Management,By Rice University via Coursera,,course|https://www.coursera.org/learn/relationship-management,relationships,,,,,, -d259dc0d-bd38-4510-8138-6c6c218c128d,Innovation and IT Management,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-innovation-and-it-management-3594,innovation;management,,,,,, -6e53555c-e7e3-442f-9f1b-f55a15d1eb08,System Design and Architecture (HLD) - workat.tech,,,article|https://workat.tech/system-design,software-engineering;career,,,beginner,,, -b61e9c5e-76ac-456d-9a4d-006bda742618,Learn to Code in C/C++ | Hands-on Coding Program for beginners,,,course|https://workat.tech/programs/learn-to-code-c-cpp,software-engineering;programming,,,beginner,,5.0, -a65b1d23-4777-4887-913c-fec0d0c25457,Principles of Corporate Finance – A Tale of Value,By Moscow Institute of Physics and Technology via Coursera,,course|https://www.coursera.org/learn/principles-of-corporate-finance,finance;corporate-finance,,,,,, -9ded7141-a6c1-4bd8-9371-191ed0b26118,Intro to TensorFlow for Deep Learning,By via Udacity,,course|https://www.classcentral.com/course/udacity-intro-to-tensorflow-for-deep-learning-13286,deep-learning;software-tools/tensorflow,,,,,, -41ca2551-cfaa-4f7e-ac78-76274a3d033a,Core Concepts of Accounting – Numbers and People,By Moscow Institute of Physics and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-core-concepts-of-accounting-numbers-and-people-10798,accounting,,,,,, -8df21e9b-384e-4b9b-8465-9140ef96750b,Microsoft Azure Identity,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-azure-identity-7322,software-tools/azure,,,,,, -925a8e64-deb5-48cf-b41e-a5d827a11459,Capstone Project – Analyzing a Real Transaction,By Moscow Institute of Physics and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-capstone-project-analyzing-a-real-transaction-10804,finance,,,,,, -5e9a1f73-84e5-46ad-a130-e2a50fe19f65,Automating Azure Workloads,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-automating-azure-workloads-9433,software-tools/azure,,,,,, -534969b4-4d5a-44ed-ac24-c52095cff865,Microsoft Azure Virtual Networks,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-azure-virtual-networks-7316,software-tools/azure,,,,,, -ee4042e1-61dc-4ad5-9446-c4b55abbeae7,Supply Chain Analytics Essentials,By Rutgers University via Coursera,,course|https://www.coursera.org/learn/supply-chain-analytics-essentials,supply-chain,,,,,, -83c90d15-bc3f-47e1-8342-3a653a96ea9b,Natural Gas,By University at Buffalo via Coursera,,course|https://www.classcentral.com/course/coursera-natural-gas-12044,oil-and-gas,,,,,, -57b1c606-620a-4f28-b381-5958eac12114,Microsoft Azure Virtual Machines,By Microsoft via edX,,course|https://www.edx.org/course/microsoft-azure-virtual-machines-3,software-tools/azure,,,,,, -f427268e-ed35-42ba-89c3-a5b027ea4125,Demand Analytics,By Rutgers University via Coursera,,course|https://www.coursera.org/learn/demand-analytics,analytics,,,,,, -81f82fcc-7cd5-4421-b5ab-0337285a6934,Microsoft Azure App Service,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-azure-app-service-9313,software-tools/azure,,,,,, -4bf36407-99ad-4955-b016-c779649927a0,What is Corruption: Anti-Corruption and Compliance,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-what-is-corruption-anti-corruption-and-compliance-13458,corruption,,,,,, -c4889ce2-0c5d-4abb-824b-ca3487c83370,Effective Compliance Programs,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-effective-compliance-programs-13461,compliance,,,,,, -7344a7f6-c0e4-4f04-9362-bdd3cc7905c6,Migrating Workloads to Azure,By Microsoft via edX,,course|https://www.edx.org/course/migrating-workloads-to-azure-3,software-tools/azure,,,,,, -7ec36701-3b3f-4fdc-b013-33ccaab00d67,Strategy Formulation,By Copenhagen Business School via Coursera,,course|https://www.classcentral.com/course/coursera-strategy-formulation-4207,strategy;business,,,,,, -5105f7db-bcec-4db8-bf68-29edee82f45b,Azure Security and Compliance,By Microsoft via edX,,course|https://www.edx.org/course/azure-security-and-compliance-3,software-tools/azure,,,,,, -1f845455-3394-48ee-bff8-c4e31258f911,The fundamentals of hotel distribution,By ESSEC Business School via Coursera,,course|https://www.classcentral.com/course/coursera-the-fundamentals-of-hotel-distribution-4300,hotels,,,,,, -e5c982b3-2957-4b90-8a09-b7f2b9d9b039,Algorithmic Design and Techniques,"By University of California, San Diego via edX",,course|https://www.classcentral.com/course/edx-algorithmic-design-and-techniques-10241,algorithms,,,,,, -1f7cdbed-87e7-48fe-90e5-63a70c3d8a05,DevOps for Developers: How to Get Started,By Microsoft via edX,,course|https://www.edx.org/course/devops-for-developers-how-to-get-started-3,devops,,,,,, -3e1ace26-ef42-4170-a442-300e740b9ad3,Foundations of marketing analytics,By ESSEC Business School via Coursera,,course|https://www.classcentral.com/course/coursera-foundations-of-marketing-analytics-4370,marketing;analytics,,,,,, -07b34fe9-6717-4af4-ac6b-f918c30ef494,Microsoft Professional Orientation : Cloud Administration,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-professional-orientation-cloud-administration-9328,cloud-computing,,,,,, -d43ef33d-0911-4240-8365-11c193caedcd,Leadership Communication for Maximum Impact: Storytelling,By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-leadership-communication-for-maximum-impact-storytelling-4771,leadership;communication,,,,,, -eca024f0-dad7-437b-9813-9224039ff98b,Introduction to NoSQL Data Solutions,By Microsoft via edX,,course|https://www.edx.org/course/introduction-to-nosql-data-solutions-2,nosql,,,,,, -935c9aa9-1424-478d-85d3-3eb6a550f8a1,"High Performance Collaboration: Leadership, Teamwork, and Negotiation",By Northwestern University via Coursera,,course|https://www.coursera.org/learn/leadership-collaboration,leadership;collaboration,,,,,, -f7223ae5-b7db-491d-9b06-9ac8a8deaddf,SDE Kickstart | Become a solid programmer - workat.tech,,,course|https://workat.tech/programs/kickstart,software-engineering;programming,,,beginner,,, -28c49ccb-339d-4ae2-bca6-82839704040e,Managing Employee Performance,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-managing-employee-performance-5528,organization,,,,,, -5f6ed867-41eb-49e7-88f5-937835ad19e3,OET writing samples for nurses | OET writing tips for referral letter,,,blog|https://edubenchmark.com/blog/oet-writing/,english-class;english-and-literature,,,advanced,,, -7ace1e47-f969-474a-910b-6e94c1d52a92,5 Simple Steps for Solving Any Recursive Problem,,,video|https://www.youtube.com/watch?v=ngCos392W4w,recursion,,,,,,oer -4f03db35-fd0a-4090-b7db-320491167eac,IoT System Design: Software and Hardware Integration,By Waseda University via edX,,course|https://www.edx.org/course/iot-system-design-software-and-hardware-integration,internet-of-things,,,,,, -72994475-84c2-46b5-9bc8-0bfc86b46a3c,Setting Expectations & Assessing Performance Issues,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-setting-expectations-assessing-performance-issues-5534,organization,,,,,, -d964a8ee-10e0-4215-856c-597345c9d21e,Data Structures Fundamentals,"By University of California, San Diego via edX",,course|https://www.edx.org/course/data-structures-fundamentals,data-structures,,,,,, -654e6b28-d3de-4196-9e7e-d8f6f266547a,International Marketing Entry and Execution,By Yonsei University via Coursera,,course|https://www.classcentral.com/course/coursera-international-marketing-entry-and-execution-5507,marketing,,,,,, -75e94f41-ae5b-43e4-a3c2-f740cbe72b09,Managing Employee Compensation,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/compensation-management,organization,,,,,, -13cc5e71-7920-405a-b5fc-37aa00c572fe,Introduction to Cybersecurity,By University of Washington via edX,,course|https://www.edx.org/course/introduction-to-cybersecurity-2,computer-security,,,,,, -832846a9-08ab-4f44-87ce-1b78b32f456d,Foundations of Machine Learning,By Bloomberg via Independent,,course|https://bloomberg.github.io/foml/#home,machine-learning,,,,,,oer -ca071218-554b-43c4-834f-bfebadf947c9,Finance For Everyone: Value,By McMaster University via Coursera,,course|https://www.classcentral.com/course/coursera-finance-for-everyone-value-6198,finance,,,,,, -ea2d0328-eb07-4a62-a4f6-85d8885532b1,Cybersecurity: The CISO's View,By University of Washington via edX,,course|https://www.edx.org/course/cybersecurity-the-cisos-view-2,computer-security,,,,,, -966c10c5-e740-4a4c-acde-465f80ca5693,Marketing Management II,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-marketing-management-ii-6761,marketing,,,,,, -f8cbf7be-3017-4f68-9e51-318255b34580,Building a Cybersecurity Toolkit,By University of Washington via edX,,course|https://www.classcentral.com/course/edx-building-a-cybersecurity-toolkit-8653,computer-security,,,,,, -68ffa9cf-80ad-4fc1-9912-6321e01bca8b,Investment Strategies and Portfolio Analysis,By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-investment-strategies-and-portfolio-analysis-7030,finance,,,,,, -085228d7-d71d-43cf-afc5-71a5340a5080,Quantum Machine Learning,By University of Toronto via edX,,course|https://www.classcentral.com/course/edx-quantum-machine-learning-12860,machine-learning;quantum-computing,,,,,, -d55ce14a-4916-447a-b655-63f773f92458,Finding Your Cybersecurity Career Path,By University of Washington via edX,,course|https://www.edx.org/course/finding-your-cybersecurity-career-path-2,computer-security;careers,,,,,, -b125dfee-5ebe-49f2-bc2d-552584848f1f,IoT System Architecture: Design and Evaluation,By Waseda University via edX,,course|https://www.classcentral.com/course/edx-iot-system-architecture-design-and-evaluation-13241,internet-of-things,,,,,, -d31d49c9-62b2-4063-a279-f4a891854343,Engineering Project Management: Initiating and Planning,By Rice University via Coursera,,course|https://www.coursera.org/learn/initiating-planning,engineering-management,,,,,, -716d6736-8510-4ff0-8100-2327af51e722,Enabling Technologies for Data Science and Analytics: The Internet of Things,By Columbia University via edX,,course|https://www.classcentral.com/course/edx-enabling-technologies-for-data-science-and-analytics-the-internet-of-things-4911,internet-of-things,,,,,, -ab77613b-c10a-4d4c-b6f6-ce132242cfe7,Evaluating Problems,By Macquarie University via Coursera,,course|https://www.coursera.org/learn/evaluating-problems,thinking;problem-solving,,,,,, -62f2ef29-9b28-4617-aa78-0a71aab8ca6a,Future of Computing - IBM Power 9 and beyond,By via openHPI,,course|https://www.classcentral.com/course/openhpi-future-of-computing-ibm-power-9-and-beyond-13386,computer-science,,,,,, -76b0c9c5-eb37-465c-a761-6d96f370c6c5,Market and Competition in Pricing Strategy,By University of Virginia via Coursera,,course|https://www.coursera.org/learn/uva-darden-bcg-pricing-strategy-market-competition,marketing;pricing,,,,,, -55676cbb-6dd9-440f-a22a-64dc33ad6b8d,Microsoft Professional Capstone : Cloud Administration,By Microsoft via edX,,course|https://www.edx.org/course/microsoft-professional-capstone-cloud-administration-3,cloud-computing,,,,,, -3afde48f-a3dd-4c8b-8f8d-e5ff24f77f51,Strategic Organization Design,By Ludwig-Maximilians-Universität München via Coursera,,course|https://www.coursera.org/learn/organization-design,organization,,,,,, -1492161b-f698-4614-beac-07e15f92aed4,Secure and Private AI,By Facebook via Udacity,,course|https://www.classcentral.com/course/udacity-secure-and-private-ai-13642,artificial-intelligence,,,,,, -cf7567d8-8dfe-430a-b979-64302db4703b,Online Marketing Strategies,By Curtin University via edX,,course|https://www.classcentral.com/course/edx-online-marketing-strategies-8176,marketing,,,,,, -29b4f2b8-2f7e-4bc4-a2f8-79b575a2ad10,SAP Cloud Platform Essentials,By via openSAP,,course|https://www.classcentral.com/course/opensap-sap-cloud-platform-essentials-8945,software-tools/sap,,,,,, -b151b02e-5eaa-412f-964a-937399eee959,Innovation Strategy: Developing Your Fintech strategy,By Copenhagen Business School via Coursera,,course|https://www.classcentral.com/course/coursera-innovation-strategy-developing-your-fintech-strategy-9308,fintech,,,,,, -c335812e-c167-4c57-ae4d-28f9411107eb,LAFF-On Programming for High Performance,By The University of Texas at Austin via edX,,course|https://www.edx.org/course/laff-on-programming-for-high-performance,programming;high-performance-computing,,,,,, -0e0dd747-1b93-4ecd-afb2-4bdeb3277a9c,Legal Tech & Startups,By IE Business School via Coursera,,course|https://www.coursera.org/learn/legal-tech-startups,law;startups;technology,,,,,, -9d044595-e0d8-4336-b59a-a3bbf459497b,Introduction to Kubernetes,By Linux Foundation via edX,,course|https://www.edx.org/course/introduction-to-kubernetes,software-tools/kubernetes,,,,,, -91fc8e3e-517b-417c-8b1b-c8cebb5bf23d,Qualitative Research,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/qualitative-research,business-intelligence,,,,,, -ddc50f89-f5ac-40d2-8fd2-e7137166fbda,"Portfolio Management, Governance, & the PMO",By University of Washington via edX,,course|https://www.edx.org/course/portfolio-management-governance-the-pmo-2,project-management,,,,,, -fd442861-bcc5-4fb9-8fa4-0d7ddc881b9e,A Survey of Geometric Algebra and Geometric Calculus,By Alan Macdonald,,article|http://www.faculty.luther.edu/~macdonal/GA&GC.pdf,geometric-algebra,,,,,,oer -30282a6d-1b10-4322-807a-940dc02baf30,Kyma – A Flexible Way to Connect and Extend Applications,By via openSAP,,course|https://www.classcentral.com/course/opensap-kyma-a-flexible-way-to-connect-and-extend-applications-13609,software-tools/kyma,,,,,, -d12f8bde-ebef-4760-8d8a-031d84d1cf5e,Effective Sales – An Overview,By Fundação Instituto de Administração via Coursera,,course|https://www.classcentral.com/course/coursera-effective-sales-an-overview-9728,sales,,,,,, -48497a74-b488-4ccc-bb70-e3d216142a43,Autonomous Mobile Robots,By ETH Zurich via edX,,course|https://www.classcentral.com/course/edx-autonomous-mobile-robots-1564,autonomous-vehicles,,,,,, -3588c1c7-56aa-4470-8518-05dd66b0ee05,Leadership and Management for PM Practitioners in IT,By University of Washington via edX,,course|https://www.classcentral.com/course/edx-leadership-and-management-for-pm-practitioners-in-it-8589,leadership,,,,,, -a610eea1-487b-4229-b708-02de0f4a82b5,Business Statistics and Analysis Capstone,By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-business-statistics-and-analysis-capstone-7044,business;statistics,,,,,, -7ed88c64-4872-491c-9c60-fe74579b3d2e,Mergers and Acquisitions – The Relentless Pursuit of Synergy,By Moscow Institute of Physics and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-mergers-and-acquisitions-the-relentless-pursuit-of-synergy-10794,finance;business,,,,,, -8423d900-0363-4f3b-9d2a-e1a2f952b8ab,iLabX – The Internet Masterclass,By Technische Universität München (Technical University of Munich) via edX,,course|https://www.classcentral.com/course/edx-ilabx-the-internet-masterclass-13734,internet,,,,,, -aef0c70e-b058-4e6d-a01a-79700a037060,Financial Acumen for Non-Financial Managers,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-financial-acumen-for-non-financial-managers-10797,finance,,,,,, -09366a6f-96e4-47c7-9d30-0efb8f8d92e9,Geometric Algebra,,,video|https://www.youtube.com/watch?v=srwoPQfWWS8&list=PLLvlxwbzkr7igd6bL7959WWE7XInCCevt&index=1,geometric-algebra,,,,,,oer -4326f413-d7e9-4ec5-8e4d-3cb93dc33b68,Developing International Software,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-developing-international-software-7811,programming,,,,,, -2d829c8e-8eb5-42b1-8cbf-e1094092bba5,Imaginary numbers are not real—The geometric algebra of spacetime | SpringerLink,,,research_paper|https://link.springer.com/article/10.1007/BF01883676,geometric-algebra,,,,,, -17fac24b-b3a2-4077-9722-661fe767f755,"Microsoft Office Fundamentals: Outlook, Word, and Excel",By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-office-fundamentals-outlook-word-and-excel-9201,software-tools/msoffice,,,,,, -12d9c0f9-8c9e-4f5f-997f-f4c30f20b173,Supply chain management: Be global,By Macquarie University via Coursera,,course|https://www.classcentral.com/course/coursera-supply-chain-management-be-global-12808,supply-chain,,,,,, -2292bed4-721a-4746-962b-811e6df2976c,DevOps Testing,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-devops-testing-9479,devp,,,,,, -02d0d86d-8e4c-4b59-ad20-43bfeb34cf55,Sales Operations: Final Project,By West Virginia University via Coursera,,course|https://www.classcentral.com/course/coursera-sales-operations-final-project-12423,sales,,,,,, -6d272823-257a-420a-a983-6a2a1b353af6,Impact Investing: Profit and Purpose,By Jindal Centre for Social Innovation + Entrepreneurship via FutureLearn,,course|https://www.futurelearn.com/courses/impact-investing,business,,,,,, -ad078624-778c-436c-a82c-39ce180da581,Security in Office 365,By Microsoft via edX,,course|https://www.edx.org/course/security-in-office-365-5,software-tools/office365,,,,,, -121479ea-688b-486e-8d72-74bdfc2a51eb,Make Your Bed Summary | Summary Lover,,,article|https://www.summarylover.com/2020/12/make-your-bed-summary.html,education;academics,,,intermediate,,, -41ecc46a-80b5-4554-9ec0-9abcfa752f53,Reinforcement Learning Explained,By Microsoft via edX,,course|https://www.edx.org/course/reinforcement-learning-explained-3,machine-learning;reinforcement-learning,,,,,, -3a436bac-2773-487c-9975-54495ab51ef0,Financial Reporting I,By Indiana University via edX,,course|https://www.edx.org/course/financial-reporting-i-3,finance;business,,,,,, -14445075-319f-4ab8-ae42-3e02b860c4e8,Supply Chains for Manufacturing II,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/supply-chains-for-manufacturing-ii,supply-chain;manufacturing,,,,,, -6f32492b-9a6c-43ec-b4d8-34d3c0407ac9,Powershell Security Best Practices,By Microsoft via edX,,course|https://www.edx.org/course/powershell-security-best-practices-3,software-tools/powershell,,,,,, -a56b48c8-0de6-4867-8658-e7729f9a4188,Digital Technology and Innovation,By Indiana University via edX,,course|https://www.edx.org/course/digital-technology-and-innovation-2,information-technology,,,,,, -9c59af51-f0b0-4934-bfdd-d58ae8196f63,Windows Support Essentials: Maintenance,By Microsoft via edX,,course|https://www.edx.org/course/windows-support-essentials-maintenance-2,software-tools/windows,,,,,, -c50bebe2-2452-4ae6-ab34-81fc3e3c8bc0,Enterprise Data Management,By Indiana University via edX,,course|https://www.classcentral.com/course/edx-enterprise-data-management-13169,information-technology,,,,,, -ebd16f05-f97d-41fe-a364-04d3bcf9b1fd,IT Support: Documentation,By Microsoft via edX,,course|https://www.edx.org/course/it-support-documentation-2,it-support,,,,,, -ee9d1cb9-0abd-45e8-ba2d-969e80625b9f,Creativity Toolkit I: Changing Perspectives,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-creativity-toolkit-i-changing-perspectives-8605,creativity,,,,,, -f3c0521e-b072-481c-9eaa-ef667debb753,Differential privacy - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Differential_privacy,differential-privacy,,,,,,oer -19a00f6c-01f5-4668-b459-697ae67fe1df,Microsoft Service Adoption Specialist,By Microsoft via edX,,course|https://www.edx.org/course/microsoft-service-adoption-specialist-3,software-tools/microsoft,,,,,, -104b1494-d48b-44c1-9938-60e403aa8adc,"What, Why & How. Your Road to Entrepreneurship",By Universidad de Cantabria via Miríadax,,course|https://miriadax.net/web/what-why-how-your-road-to-entrepreneurship/inicio,entrepreneurship,,,,,, -f0e452f2-6394-40c6-a057-4f743345af6d,Predictive Analytics for IoT Solutions,By Microsoft via edX,,course|https://www.edx.org/course/predictive-analytics-for-iot-solutions-2,internet-of-things,,,,,, -c23d1325-60c2-4cb6-9230-fe3efec2770f,Risk governance: Engage the board,By Macquarie University via Coursera,,course|https://www.classcentral.com/course/coursera-risk-governance-engage-the-board-15129,business,,,,,, -1f14c8c7-788d-4ee0-b5ee-8cb81dbb7140,IT Support: Troubleshooting Windows,By Microsoft via edX,,course|https://www.edx.org/course/it-support-troubleshooting-windows-2,it-support,,,,,, -9563039e-258f-475a-b92d-8097819f74f5,Advanced Financial Reporting: Accounting for Business Combinations and Preparation of Consolidated Financial Statements,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/advanced-financial-reporting,finance;corporate-finance,,,,,, -b44ce803-b611-4223-9fbe-3012e4aa6ca1,Microsoft Professional Capstone : Cybersecurity,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-professional-capstone-cybersecurity-11474,software-tools/microsoft,,,,,, -2afd2693-5acd-45ce-ae61-2a92ae09cec8,Business intelligence and data analytics: Generate insights,By Macquarie University via Coursera,,course|https://www.coursera.org/learn/business-intelligence-data-analytics,business,,,,,, -09cfad46-01c6-47ab-81f8-fa2443a84124,IoT Data Analytics and Storage,By Microsoft via edX,,course|https://www.edx.org/course/iot-data-analytics-and-storage-3,internet-of-things,,,,,, -606966d7-db43-4a92-9fe4-e4dba13c301d,Bond and Equity Markets and Financial Regulation,By New York Institute of Finance via edX,,course|https://www.edx.org/course/bond-and-equity-markets-and-financial-regulation,finance,,,,,, -c8e16073-15cf-460c-a8d2-ef17338f2e66,Algorithms and Data Structures,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-algorithms-and-data-structures-8937,algorithms;data-structures,,,,,, -3ace7d26-f720-4928-b13e-84bb18e3894b,"Equity Indexes, Valuations, and Investment Vehicles",By New York Institute of Finance via edX,,course|https://www.edx.org/course/equity-indexes-valuations-and-investment-vehicles,finance,,,,,, -fa8c3f2c-bae2-4c6c-894d-b8d478690f87,Microsoft Azure Security Services,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-azure-security-services-9825,software-tools/azure,,,,,, -3b780ca3-ee30-4abc-854e-b3410acf2a5b,"Derivatives, Futures, Swaps, and Options",By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-derivatives-futures-swaps-and-options-14517,finance;derivatives,,,,,, -a1ca27f1-2ec7-4a31-98bd-14e0b14fbe0a,Capital Markets Professional Certificate Examination,By New York Institute of Finance via edX,,course|https://www.edx.org/course/capital-markets-professional-certificate-examination,finance;capital-markets,,,,,, -0e10d4bb-4637-4a95-ab20-d46447d309d8,"Money Markets, Foreign Exchange and Time Value of Money",By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-money-markets-foreign-exchange-and-time-value-of-money-14514,finance;money-markets,,,,,, -565a7d83-494e-406e-835d-8e75b2facf77,Windows Support Essentials: Configuration,By Microsoft via edX,,course|https://www.edx.org/course/windows-support-essentials-configuration-2,software-tools/windows,,,,,, -8813636a-8144-42e3-b5d5-cee82e4fbee9,Credit Derivatives and Equity and Bond IPO,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-credit-derivatives-and-equity-and-bond-ipo-14518,finance;derivatives,,,,,, -ba286bf2-57da-43bf-8769-4054c4712ca4,IT Support: Troubleshooting,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-it-support-troubleshooting-9838,it-support,,,,,, -171b3a7f-8056-4daf-ab92-1bb653d92bbd,What’s Your Big Idea?,By The University of North Carolina at Chapel Hill via Coursera,,course|https://www.coursera.org/learn/big-ideas,entrepreneurship,,,,,, -718e70f5-ceb8-4938-99a4-db498b853bb9,Speech Recognition Systems,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-speech-recognition-systems-10041,speech-recognition,,,,,, -b0d3ff44-634b-44b3-8682-17cefdb6f5f6,"Introduction to the Nonprofit Sector, Nonprofit Organizations, Nonprofit Leadership and Governance",By State University of New York via Coursera,,course|https://www.coursera.org/learn/nonprofit-organizations,non-profit,,,,,, -afddd4b8-d3cc-40ec-af08-48b5835b58d4,From Graph to Knowledge Graph – Algorithms and Applications,By Microsoft via edX,,course|https://www.edx.org/course/from-graph-to-knowledge-graph-algorithms-and-applications,knowledge-graph,,,,,, -9fe95e0e-957a-4193-98ad-64ba6556d3ba,The Factors that Influence the Effectiveness of Boards and the Governance Process,By State University of New York via Coursera,,course|https://www.coursera.org/learn/nonprofit-gov-3,business,,,,,, -c0966dc3-4b09-487a-bed5-c0dba41368d0,Architecting Distributed Cloud Applications,By Microsoft via edX,,course|https://www.edx.org/course/architecting-distributed-cloud-applications-4,cloud-computing,,,,,, -e5a3c661-7bba-43b1-9674-98964bab81e1,"Fundamentals of Digital Marketing, Social Media, and E-Commerce",By University of Pennsylvania via edX,,course|https://www.classcentral.com/course/edx-fundamentals-of-digital-marketing-social-media-and-e-commerce-5835,marketing;social-media,,,,,, -6d7c0163-b30b-4593-aa5d-95ac2680adf3,Managing Identity,By Microsoft via edX,,course|https://www.edx.org/course/managing-identity-4,software-tools/microsoft,,,,,, -09b4bc24-6c0c-4ad5-b959-8b59dd71efec,Understanding the Music Business: What is Music Worth?,By Vanderbilt University via Coursera,,course|https://www.coursera.org/learn/musicbiz,business;music,,,,,, -14aa3132-a55e-4904-b229-a0ed5c90b6a4,Logic and Computational Thinking,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-logic-and-computational-thinking-8725,thinking,,,,,, -0d314d92-05e2-4dc8-add6-b267dac0a82e,Leadership Through Design Innovation,By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-leadership-through-design-innovation-4773,leadership,,,,,, -5db4a8bd-17b5-4f69-8efe-9f31c1a43045,DevOps Practices and Principles,By Microsoft via edX,,course|https://www.edx.org/course/devops-practices-and-principles-3,devops,,,,,, -b55227d1-9996-4d3b-add5-c73d37990b4b,Business Strategy in Practice (Project-centered Course),By University of Virginia via Coursera,,course|https://www.coursera.org/learn/uva-darden-business-strategy-capstone,business;strategy,,,,,, -c0d67fac-ae54-4c00-aeec-72b4705bf09d,Behavioral Finance,By Duke University via Coursera,,course|https://www.coursera.org/learn/duke-behavioral-finance,finance,,,,,, -3221b5aa-b7b6-43d5-909c-74c30cfcb00d,Algorithms and Data Structures in C#,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-algorithms-and-data-structures-in-c-9483,algorithms;data-structures;programming-languages/csharp,,,,,, -b32ee602-992b-4a38-8390-85e91f5bbdbb,Managing the Value of Customer Relationships,By University of Pennsylvania via edX,,course|https://www.edx.org/course/managing-the-value-of-customer-relationships-4,business,,,,,, -f309c4cb-8be4-493e-8530-b6b70974fc69,Microsoft Professional Capstone : DevOps,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-professional-capstone-devops-9488,software-tools/microsoft,,,,,, -0c7e06b9-8a6c-4b71-b388-6fb297a850a6,From Brand to Image: Creating High Impact Campaigns That Tell Brand Stories,By IE Business School via Coursera,,course|https://www.coursera.org/learn/brand-image-high-impact-campaign,branding,,,,,, -be84cc00-8b60-4ef5-9d7c-323f0281e92a,Introduction to Artificial Intelligence (AI),By Microsoft via edX,,course|https://www.edx.org/course/introduction-to-artificial-intelligence-ai-3,artificial-intelligence,,,,,, -49619437-2820-4d8f-a275-52b1790191b1,Organisational behaviour: Know your people,By Macquarie University via Coursera,,course|https://www.coursera.org/learn/organisational-behaviour-know-your-people,organization,,,,,, -df35d7e6-4b5e-4531-b094-e2c955dfddfc,Business Transformation with Google Cloud,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-business-transformation-with-google-cloud-13519,software-tools/google-cloud,,,,,, -b3f63126-988d-4776-9838-43de45132efe,IT Support: Fundamentals,By Microsoft via edX,,course|https://www.edx.org/course/it-support-fundamentals-4,it-support,,,,,, -47044a1e-01a9-41f5-b087-55ef39ed1e9e,IT Support: Communication,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-it-support-communication-9837,it-support,,,,,, -7bc96e8b-9ee0-41f7-b0a3-4fa8afa16623,IT Support: Networking Essentials,By Microsoft via edX,,course|https://www.edx.org/course/it-support-networking-essentials-2,it-support,,,,,, -a0a98ca6-016b-4b0a-af6d-d3c9ebf309d4,Managerial Accounting Fundamentals,By University of Virginia via Coursera,,course|https://www.coursera.org/learn/uva-darden-managerial-accounting,accounting,,,,,, -c159132a-e413-4e9f-acc0-5eca7ab1daea,An elementary construction of the geometric algebra,,,research_paper|http://www.faculty.luther.edu/~macdonal/GAConstruct.pdf,geometric-algebra,,,,,,oer -f98f2cfa-076f-4c40-adb7-65e09ca0b8ee,Personal & Family Financial Planning,By University of Florida via Coursera,,course|https://www.classcentral.com/course/coursera-personal-family-financial-planning-1811,finance;personal-finance,,,,,, -2858007e-9ec9-4b27-b07e-43d0a7d9a926,Getting Started with the Internet of Things (IoT),By Microsoft via edX,,course|https://www.edx.org/course/getting-started-with-the-internet-of-things-iot-3,internet-of-things,,,,,, -7dc6277e-b764-443b-a063-ddffe6c10aea,"Be a Leader, Develop a Leader",By Case Western Reserve University via Coursera,,course|https://www.coursera.org/learn/be-a-leader,leadership,,,,,, -246d3690-3d92-45d3-9715-bbe08e82fd05,IoT Device Configuration and Communication: C Edition,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-iot-device-configuration-and-communication-c-edition-12659,internet-of-things,,,,,, -c5f29e77-395e-40b4-95b2-6989e983c462,The Marketing Plan,By IE Business School via Coursera,,course|https://www.coursera.org/learn/marketingplan,marketing,,,,,, -f9ae54f6-991c-438f-b5ef-d92b3a552934,Enabling Teamwork with Microsoft Teams,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-enabling-teamwork-with-microsoft-teams-11340,software-tools/microsoft,,,,,, -9fa1565c-7b66-40a1-87dd-5179c50cf573,Technical Writing  |  Google Developers,,,website|https://developers.google.com/tech-writing,technical-writing,,,,,, -54605b09-cfed-47ce-8d88-a360a88ce814,Microsoft Professional Capstone : Artificial Intelligence,By Microsoft via edX,,course|https://www.edx.org/course/microsoft-professional-capstone-artificial-intelligence-3,software-tools/microsoft,,,,,, -71878b41-15d0-40b7-abe0-049813e01880,Applied Entrepreneurship 2: Acceleration Plan Development and Evaluation,By University System of Maryland via edX,,course|https://www.edx.org/course/applied-entrepreneurship-ii,entrepreneurship,,,,,, -9cccbf2b-070a-42ad-a92d-516db7934fe2,Analyzing and Visualizing Data with Power BI,By Microsoft via edX,,course|https://www.edx.org/course/analyzing-and-visualizing-data-with-power-bi-3,software-tools/microsoft,,,,,, -5b53ea14-44ea-4bda-8bd2-9d602c92f27c,Microsoft SharePoint 2016: Authentication and Security,By Microsoft via edX,,course|https://www.edx.org/course/microsoft-sharepoint-2016-authentication-and-security-3,software-tools/microsoft,,,,,, -90d25b7b-5cb1-4643-962d-2c200d2202b5,BiVector.net,,,website|https://bivector.net/index.html,geometric-algebra,,,,,, -3f5edb98-9cef-418e-8cb5-c9e05870781e,IT Support: Hardware Essentials,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-it-support-hardware-essentials-9830,it-support,,,,,, -8322d997-9e19-432f-b1c4-7361b05b5179,Leadership Coaching through Turbulent Times: Playing with eFIRE,By Queensland University of Technology via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-leadership-coaching-through-turbulent-times-playing-with-efire-8868,leadership,,,,,, -3f2bc8e0-8565-4519-8a66-01f83ae296de,IT Support: Troubleshooting Microsoft Office,By Microsoft via edX,,course|https://www.edx.org/course/it-support-troubleshooting-microsoft-office-2,it-support,,,,,, -18975299-8cc3-45bc-bd48-9fad9a770621,Microsoft Professional Capstone: IT Support,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-professional-capstone-it-support-9832,software-tools/microsoft,,,,,, -1c89cb56-b9d3-46d8-9850-2d88c5ad025d,Social Innovation in South Korea,By Hanyang University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-social-innovation-in-south-korea-14374,nations/southkorea,,,,,, -6e00944e-e4ce-4aa6-8f41-9f42d5406ca1,Deep Learning Explained,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-deep-learning-explained-8746,deep-learning,,,,,, -9fb3515d-9b05-42a9-9e1c-74545029990e,"Innovation, Business Models and Entrepreneurship",By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_mg55/preview,business;entrepreneurship;innovation,,,,,, -9fc9cf8e-d835-4729-b84f-f0587b6997e0,Continuous Integration and Continuous Deployment,By Microsoft via edX,,course|https://www.edx.org/course/continuous-integration-and-continuous-deployment-3,software-engineering,,,,,, -d693cd18-87ca-4474-b159-9f555534aece,Configuration Management for Containerized Delivery,By Microsoft via edX,,course|https://www.edx.org/course/configuration-management-for-containerized-delivery-3,software-engineering,,,,,, -34e16900-5e96-4df7-9367-7d0ea7de0bc4,DevOps for Databases,By Microsoft via edX,,course|https://www.edx.org/course/devops-for-databases-3,devops;databases,,,,,, -634432c9-2a68-4407-bf59-3bf8dc767dce,"Creativity, Innovation, and Change",By Pennsylvania State University via Coursera,,course|https://www.coursera.org/learn/creativity-innovation,innovation,,,,,, -58e92d16-83ec-4d7a-ae6d-720ca07ebbaa,Windows 10 Security Features,By Microsoft via edX,,course|https://www.edx.org/course/windows-10-security-features-4,software-tools/windows,,,,,, -1a0abcca-9310-47bf-b3e8-e6ca7445febc,IT Support: Cloud Fundamentals,By Microsoft via edX,,course|https://www.edx.org/course/it-support-cloud-fundamentals-2,it-support,,,,,, -3221732c-304c-4dbb-bfc5-cf93845114b1,Principles of Machine Learning: R Edition,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-principles-of-machine-learning-r-edition-11602,machine-learning;programming-languages/r,,,,,, -b8c86a7f-5459-4970-840c-33308e39f1e2,Creating and Developing a Tech Startup,By École Polytechnique via Coursera,,course|https://www.coursera.org/learn/tech-startup,startups,,,,,, -33aa35e0-2191-496d-baac-ea429edf5e40,Introduction to Device Programming for IoT: C Edition,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-introduction-to-device-programming-for-iot-c-edition-12663,programming-languages/c,,,,,, -a4541db3-fee2-4474-9bff-b10cd03c8c87,Essentials of Corporate Finance Capstone,By University of Melbourne via Coursera,,course|https://www.classcentral.com/course/coursera-essentials-of-corporate-finance-capstone-4857,corporate-finance,,,,,, -d3de3351-a120-460e-aa6b-682bfb1f3a46,Developing Big Data Solutions with Azure Machine Learning,By Microsoft via edX,,course|https://www.edx.org/course/developing-big-data-solutions-with-azure-machine-learning-3,software-tools/azure,,,,,, -8bdec9b0-457d-4de3-ab0e-e44219839864,The Strategy of Content Marketing,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-the-strategy-of-content-marketing-7799,marketing,,,,,, -9256d280-05b6-4a8a-a0d3-c90ec4f0f86e,Windows Server 2016 Security Features,By Microsoft via edX,,course|https://www.edx.org/course/windows-server-2016-security-features-4,software-tools/windows,,,,,, -c9214660-ac7c-436f-ae31-7907a2dccbac,Diversity and inclusion in the workplace,By ESSEC Business School via Coursera,,course|https://www.classcentral.com/course/coursera-diversity-and-inclusion-in-the-workplace-8270,diversity,,,,,, -f5cabcc5-505a-412f-9a1e-8d98be81b701,Windows Support Essentials: Installation,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-windows-support-essentials-installation-9833,software-tools/windows,,,,,, -7135626b-3acc-4ae0-87d3-335b592ce511,Customer Insights: Quantitative Techniques,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-customer-insights-quantitative-techniques-10428,business-intelligence,,,,,, -b1d6c472-b59b-4afa-b43a-07df48d3180d,Natural Language Processing (NLP),By Microsoft via edX,,course|https://www.classcentral.com/course/edx-natural-language-processing-nlp-9880,natural-language-processing,,,,,, -b1023fae-7b54-42df-b79f-b94aec8d051e,Protecting Business Innovations via Strategy,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/protect-business-innovations-strategy,business,,,,,, -b4bb85eb-5f6e-4df8-b0f4-8349a1a50fa7,Infrastructure as Code,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-infrastructure-as-code-9476,devops,,,,,, -232e05b5-43e0-4f5f-8eb9-129339b228b9,Professional Responsibility and Ethics for Accountants,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-professional-responsibility-and-ethics-for-accountants-13716,ethics;accounting,,,,,, -fb7f9439-faab-4d89-9a78-3f0e72ec8d39,DevOps for Mobile Apps,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-devops-for-mobile-apps-9486,devops;mobile,,,,,, -12177a89-54e6-43a7-990e-9682677bf726,Managing the Company of the Future,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/company-future-management,management,,,,,, -3c1bf296-f7e6-4b6c-b6c7-fbe25fe6c8f8,Threat Detection: Planning for a Secure Enterprise,By Microsoft via edX,,course|https://www.edx.org/course/threat-detection-planning-for-a-secure-enterprise-3,computer-security,,,,,, -0ddcbffc-5826-48fb-9e21-96ccbf80bbb8,Financial Planning for Young Adults,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/financial-planning,personal-finance,,,,,, -4fb46920-07f2-4c4f-b16d-2a63d37c5438,Enterprise Security Fundamentals,By Microsoft via edX,,course|https://www.edx.org/course/enterprise-security-fundamentals-3,computer-security,,,,,, -0f8fcab9-6a6f-46cb-8f23-66e5e206cd03,Subsistence Marketplaces,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-subsistence-marketplaces-1363,marketplaces;business,,,,,, -0bda86d1-0839-4385-9af1-944a6b0db035,Principles of Machine Learning: Python Edition,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-principles-of-machine-learning-python-edition-11609,machine-learning;programming-languages/python,,,,,, -c4cd586f-cd4a-41a9-8487-9965aa62718c,Investment Management in an Evolving and Volatile World by HEC Paris and AXA Investment Managers,By HEC Paris via Coursera,,course|https://www.coursera.org/learn/investment-management,investment-management;finance,,,,,, -74277ba3-0b40-4acb-9bfe-07039d992a69,Computer Vision and Image Analysis,By Microsoft via edX,,course|https://www.edx.org/course/computer-vision-and-image-analysis-3,computer-vision,,,,,, -ef46ff98-30e2-435e-9123-bac7591d8187,Accounting for Decision Making,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/accounting,accounting,,,,,, -5b60fd87-2091-403c-ab39-a19d448e9715,Planning a Security Incident Response,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-planning-a-security-incident-response-11507,computer-security,,,,,, -0c2953dc-d9fa-4613-ab86-d7bb6c6199ba,Haskell - All Hail Geometric Algebra!,,,code|https://crypto.stanford.edu/~blynn/haskell/ga.html,geometric-algebra,,,,,,oer -be25ae0a-4e07-48ed-88c7-af3bac12a32c,IoT Architecture Design and Business Planning,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-iot-architecture-design-and-business-planning-12660,internet-of-things,,,,,, -a939c29d-966f-4616-b6a9-2fb0e1120863,Marketing Analytics: Data Tools and Techniques,By University of Pennsylvania via edX,,course|https://www.classcentral.com/course/edx-marketing-analytics-data-tools-and-techniques-6746,marketing;analytics,,,,,, -fbd9b231-32da-4c21-ad77-9f86475377c2,Introduction to Hyperledger Blockchain Technologies,By Linux Foundation via edX,,course|https://www.edx.org/course/blockchain-for-business-an-introduction-to-hyperledger-technologies,blockchain;software-tools/hyperledger,,,,,, -28e19b63-d937-4b87-8bb1-ce5828c10d22,Accounting Analysis I: The Role of Accounting as an Information System,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-accounting-analysis-i-the-role-of-accounting-as-an-information-system-8732,accounting,,,,,, -f446172d-1fce-40d5-b929-3dd15f9e278a,All Hail Geometric Algebra | Hacker News,,,thread|https://news.ycombinator.com/item?id=25142528,geometric-algebra,,,,,, -a430bc8c-c4bf-4b19-9c94-34456e9349fd,Financial Regulation in Emerging Markets and the Rise of Fintech Companies,By University of Cape Town via Coursera,,course|https://www.classcentral.com/course/coursera-financial-regulation-in-emerging-markets-and-the-rise-of-fintech-companies-11685,fintech;law,,,,,, -2b20dd94-1c45-4ba8-a8bc-809c2c8a6054,Prediction and Control with Function Approximation,By University of Alberta via Coursera,,course|https://www.coursera.org/learn/prediction-control-function-approximation,machine-learning,,,,,, -fdf4cd52-1fdd-45b5-8469-9ba8080dd596,Influencer Marketing Strategy,By Rutgers University via Coursera,,course|https://www.classcentral.com/course/coursera-influencer-marketing-strategy-12105,marketing,,,,,, -3dfe805a-f269-4cdf-8d09-5935b469feb1,A Complete Reinforcement Learning System (Capstone),By University of Alberta via Coursera,,course|https://www.coursera.org/learn/complete-reinforcement-learning-system,reinforcement-learning,,,,,, -20203a28-dd19-4815-95e3-7425d3459c5b,Decision-Making Under Uncertainty,By Texas A&M University via Swayam,,course|https://www.classcentral.com/course/swayam-decision-making-under-uncertainty-13987,decision-making;thinking,,,,,, -012e0b55-8296-48e3-8fce-938eb918e7d9,Animation and CGI Motion,By Columbia University via edX,,course|https://www.classcentral.com/course/edx-animation-and-cgi-motion-7242,animation,,,,,, -f5659be6-abea-4d76-84cf-698f4110ad78,Scheduling Techniques in Projects,By Indian Institute of Technology Delhi via Swayam,,course|https://swayam.gov.in/nd1_noc19_ce24/preview,project-management,,,,,, -694f2f80-8a96-49ef-84f7-2d051c4c80e5,Algorithm Design and Analysis,By University of Pennsylvania via edX,,course|https://www.classcentral.com/course/edx-algorithm-design-and-analysis-8520,algorithms,,,,,, -54835c2a-f673-42cd-88e2-f8c5d09c079f,Infonomics I: Business Information Economics and Data Monetization,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-infonomics-i-business-information-economics-and-data-monetization-13518,business;infonomics,,,,,, -771a5188-90d8-4d1d-9995-fffddb737926,Basics of Network Security,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-basics-of-network-security-11668,computer-security,,,,,, -8044a1f0-09c4-4907-92d6-8e40295f6098,Finance for Everyone: Debt,By McMaster University via Coursera,,course|https://www.classcentral.com/course/coursera-finance-for-everyone-debt-6200,finance;personal-finance;debt,,,,,, -bdee00c6-2d84-4010-9023-8bc34e9a9059,The Cyber Security Landscape,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-cyber-security-landscape-13775,computer-security,,,,,, -8caa5a3f-51c1-438c-bec7-9d9136d80235,International Finance,By via MRUniversity,,course|https://mru.org/international-finance,finance,,,,,, -9ac75c6c-c1a6-43b8-acb4-825278921dde,How Rich People Think Summary,,,article|https://www.summarylover.com/2020/10/how-rich-people-think-book-summary.html,academics;accessibility,,,advanced,,, -3963b923-96f9-4a87-8bf2-8bcf54471554,How to Validate your Startup Idea,By University of New South Wales via Coursera,,course|https://www.classcentral.com/course/coursera-how-to-validate-your-startup-idea-6449,startups,,,,,, -c96a1c16-560c-4383-a938-2ecf7810efed,An Introduction to Cryptography,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/cryptography,cryptography,,,,,, -bb4bfe89-0ef6-44e1-9c96-47716c279f1b,Managing Social and Human Capital,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-social-human-capital,organization,,,,,, -4c9840bb-0c06-40ea-93c9-03bb493a4392,Representing Data with Images and Sound: Bringing Data to Life,By Raspberry Pi Foundation via FutureLearn,,course|https://www.futurelearn.com/courses/representing-data-with-images-and-sound,computer-science,,,,,, -74f34036-3d59-4741-8b62-7d15958f44fc,"Selling Ideas: How to Influence Others, and Get Your Message to Catch On",By University of Pennsylvania via edX,,course|https://www.edx.org/course/selling-ideas-how-to-influence-others-and-get-your-message-to-catch-on-3,relationships,,,,,, -7bcc3302-d5f4-41dc-af0f-ddca9bda5946,Security Operations,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/security-operations,computer-security,,,,,, -4553964f-b577-4a2e-8219-0b24aa495d49,Increasing Real Estate Management Profits: Harnessing Data Analytics,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-increasing-real-estate-management-profits-harnessing-data-analytics-5108,real-estate;management,,,,,, -677a9e5f-8243-4af0-b747-4bb66b8dd16b,Network Defence Management Overview,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/network-defence-management-overview,computer-security,,,,,, -1f2d8a08-3a99-42fd-adfe-280a101e3719,Marketing Management,By University System of Maryland via edX,,course|https://www.edx.org/course/marketing-management-4,marketing,,,,,, -d68cbc49-1e21-44d7-b0e8-7c4f60468068,SAP Intelligent Robotic Process Automation in a Nutshell,By via openSAP,,course|https://www.classcentral.com/course/opensap-sap-intelligent-robotic-process-automation-in-a-nutshell-13722,software-tools/sap,,,,,, -c94a9993-63bc-4c29-912c-a980a8a06c40,Interpersonal Communication for Engineering Leaders,By Rice University via Coursera,,course|https://www.coursera.org/learn/interpersonal-communication,communication,,,,,, -5c9f0c91-5b88-4b6e-b955-7e4fb7caa3e5,▷ Jira Training | Jira Certification Course Online,,,course|https://mindmajix.com/jira-training,project-management,,,advanced,,, -6ec56530-8061-41c2-9758-65a42ff1bf4b,International Business I,By University of New Mexico via Coursera,,course|https://www.classcentral.com/course/coursera-international-business-i-7249,business,,,,,, -42864b72-88b2-4200-bb77-ac9686144687,How Computers Work: Demystifying Computation,By Raspberry Pi Foundation via FutureLearn,,course|https://www.futurelearn.com/courses/how-computers-work,computer-science,,,,,, -4b14b5c5-6c8b-4d41-a2bd-1965277cbe3b,Ethical Leadership Through Giving Voice to Values,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-ethical-leadership-through-giving-voice-to-values-9352,leadership,,,,,, -be2186a8-adc1-43cc-bd32-33b121af2569,Cyber Security Basics: A Hands-on Approach,By Universidad Carlos iii de Madrid via edX,,course|https://www.classcentral.com/course/edx-cyber-security-basics-a-hands-on-approach-7849,computer-security,,,,,, -6fd618e5-7b2e-4964-afa2-8f47e8108362,"Grow Your Business with Goldman Sachs 10,000 Women",By Goldman Sachs via Coursera,,course|https://www.classcentral.com/course/coursera-grow-your-business-with-goldman-sachs-10-000-women-11222,business,,,,,, -2a8023ab-7650-4e34-92a5-7e95e4b12a10,Effective Livestock Production with Low Use of Antibiotics,By Swedish University of Agricultural Sciences via FutureLearn,,course|https://www.futurelearn.com/courses/effective-livestock-production,livestock,,,,,, -f74cc7f5-a919-426e-b266-a55de4c4b111,Cloud Computing Infrastructure,By University System of Maryland via edX,,course|https://www.edx.org/course/cloud-computing-infrastructure-1,cloud-computing,,,,,, -5e38c62b-25c2-46fb-8c1e-bad97e57d85c,Marketing research and analysis,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_mg49/preview,marketing,,,,,, -9fec40b3-5707-478f-8efe-863d1b5abf96,Cloud Computing for Enterprises,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-cloud-computing-for-enterprises-8168,cloud-computing,,,,,, -aa408914-ad4f-45f0-bae5-929684876ea2,Toyota Production System,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-toyota-production-system-14343,manufacturing,,,,,, -a4c22b10-2a2a-4228-941a-1b7610f3535c,Formal Software Verification,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-formal-software-verification-8180,software-engineering,,,,,, -d829f65a-73c7-4f95-bb12-032c4e38e6da,"Blockchain and FinTech: Basics, Applications, and Limitations",By The University of Hong Kong via edX,,course|https://www.edx.org/course/blockchain-and-fintech-basics-applications-and-limitations,blockchain;fintech,,,,,, -8f580eea-bc53-4efd-adaa-e7bb78cf9886,Geometric Algebra For Computer Science,,,book|https://geometricalgebra.org/,geometric-algebra,,,,,, -abdfacd4-7631-41df-9df4-5d526fae332b,Internationalization: Creating Digital Content for the World,By University of Washington via edX,,course|https://www.edx.org/course/internationalization-creating-digital-content-for-the-world,internationalization,,,,,, -1fa2fcb1-6c98-4364-b5ec-eba49af6e59a,Sparse Representations in Image Processing: From Theory to Practice,By Technion - Israel Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-sparse-representations-in-image-processing-from-theory-to-practice-9135,image-processing,,,,,, -3233ff97-8dc0-47b3-84f6-9b85d9652a0a,Budgeting and Finance for Public Libraries,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-budgeting-and-finance-for-public-libraries-9106,finance,,,,,, -86164af6-7b7c-43eb-86f9-32a19ea4b0d7,Sparse Representations in Signal and Image Processing: Fundamentals,By Technion - Israel Institute of Technology via edX,,course|https://www.edx.org/course/sparse-representations-in-signal-and-image-processing-fundamentals-3,image-processing,,,,,, -e98edd6c-0244-4715-b27b-03018ae9f8ee,Luxury Management,By Hong Kong Polytechnic University via edX,,course|https://www.edx.org/course/luxury-management-1,management,,,,,, -ec2912be-777c-4b74-8fa5-2c0c8bd46e01,Clinical Natural Language Processing,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/clinical-natural-language-processing,natural-language-processing,,,,,, -2290907e-95b7-4172-ba70-088dea1125f8,Hospitality and Tourism Technology and Innovation,By Hong Kong Polytechnic University via edX,,course|https://www.classcentral.com/course/edx-hospitality-and-tourism-technology-and-innovation-7324,hospitality;business,,,,,, -dae99261-2116-4fce-81db-ff1e559afa80,Internet of Things for Active Aging,By Taipei Medical University via FutureLearn,,course|https://www.futurelearn.com/courses/internet-aging,internet-of-things,,,,,, -8aefc5cf-6fcc-4513-8bea-efb940bbdccc,Managing Marketing in the Hospitality and Tourism Industry,By Hong Kong Polytechnic University via edX,,course|https://www.edx.org/course/managing-marketing-in-the-hospitality-and-tourism-industry-1,marketing;hospitality,,,,,, -7c3986e1-9516-4f8d-ac94-dc8d61e3187a,Distributed Systems Reading List,,,learning_plan|https://dancres.github.io/Pages/,distributed-systems,,,,,,oer -1ccdd099-dce3-44fe-a165-a801956635dc,Decision-Making for Autonomous Systems,By Chalmers University of Technology via edX,,course|https://www.classcentral.com/course/edx-decision-making-for-autonomous-systems-10305,autonomous-vehicles,,,,,, -ce8f169e-cef3-41db-9669-6fa85c861f19,Managing Human Resources in the Hospitality and Tourism Industry,By Hong Kong Polytechnic University via edX,,course|https://www.classcentral.com/course/edx-managing-human-resources-in-the-hospitality-and-tourism-industry-7335,human-resources;hospitality,,,,,, -2978bd7f-e0ca-4335-9c43-34c763f277ce,Cosmic Eye (Original HD Version),,,video|https://www.youtube.com/watch?v=8Are9dDbW24,science,,,,,,oer -7b0d47ff-7b86-4a74-91c6-2fb9eb928429,Building Fintech Startups in Emerging Markets,By University of Cape Town via Coursera,,course|https://www.coursera.org/learn/building-fintech-startups,fintech;startups,,,,,, -b50639f4-9ea4-4b42-88cd-b0287c4a99b9,Madras Sankrit College,,,website|https://www.madrassanskritcollege.edu.in/,languages/sanskrit,,,,,,oer -390ef930-822a-41ca-b422-d8dd49b7b437,Social Impact Strategy: Tools for Entrepreneurs and Innovators,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-social-impact-strategy-tools-for-entrepreneurs-and-innovators-2136,entrepreneurship,,,,,, -55768ecd-0c62-444e-adf2-cfe3af9c796f,Intuitive Guide to Convolution – BetterExplained,,,article|https://betterexplained.com/articles/intuitive-convolution/,image-processing;mathematics,,,,,, -14af7550-15d3-4338-a567-a84b5b055e22,Arts and Culture Strategy,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-arts-and-culture-strategy-2678,business;arts-and-culture,,,,,, -fbba9e22-ef47-4175-a05e-5f2c12827ce2,Introduction to Java Programming: Fundamental Data Structures and Algorithms,By Universidad Carlos iii de Madrid via edX,,course|https://www.edx.org/course/introduction-to-java-programming-fundamental-data-structures-and-algorithms-2,programming-languages/java,,,,,, -24a26286-815a-4dc4-88c4-7b50fee6f277,DeepMind solves protein folding | AlphaFold 2,,,video|https://www.youtube.com/watch?v=W7wJDJ56c88,protein;machine-learning,,,,,,oer -1ef57156-d95e-4992-92b5-331b6c1ddef9,Finance for Everyone: Markets,By McMaster University via Coursera,,course|https://www.coursera.org/learn/finance-markets,finance;personal-finance,,,,,, -9b7e5e7b-8a0f-4e8e-b26d-89f00b2d217b,Cloud Computing Security,By University System of Maryland via edX,,course|https://www.edx.org/course/cloud-computing-security-1,cloud-computing,,,,,, -ff1912f7-27a2-45d0-86fc-8ec9c981c24a,Financial Management Capstone,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/financial-management-capstone,corporate-finance,,,,,, -00161b66-35f1-40a0-bff7-8a08d2a6328a,Cloud Computing Management,By University System of Maryland via edX,,course|https://www.edx.org/course/cloud-computing-management-2,cloud-computing,,,,,, -e0fd1cda-b834-4542-b951-c9a8b83631fd,Digital Skills: Web Analytics,By Accenture via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-digital-skills-web-analytics-9779,web;analytics,,,,,, -3bed91d4-d328-481c-9431-4217f9865bfd,"Networked control systems with Arduino: an introduction to technology, programming and robotics",By Universidad Politécnica de Madrid via Miríadax,,course|https://miriadax.net/web/networked-control-systems-with-arduino-an-introduction-to-technology-programming-and-robotics-2-ed/inicio,arduino,,,,,, -971b52ae-14f1-445c-aed4-b346c896d344,SchoolOfSRE,,,course|https://linkedin.github.io/school-of-sre/,devops,,,,,,oer -b604e2fa-a72a-473f-aa2a-871a0bfe5d2e,Practical Internet of Things,By Universidad Politécnica de Madrid via Miríadax,,course|https://www.classcentral.com/course/miriadax-practical-internet-of-things-10187,internet-of-things,,,,,, -440df224-e4ba-4b63-ad19-46ebeee66f5c,Intelligence Tools for the Digital Age,By IE Business School via Coursera,,course|https://www.coursera.org/learn/intelligence-tools-digital-age,careers,,,,,, -316f38d2-6157-4d10-8bdd-61419ce857f4,Data Analytics Courses Online Certification Training – Intellipaat,,,course|https://intellipaat.com/data-analytics-master-training-course/,data-analysis;data-science,,,beginner,,5.0, -d0422130-9fb5-4c5e-9bb3-96695effa1dd,[2101.00863] The Atlas for the Aspiring Network Scientist,,,book|https://arxiv.org/abs/2101.00863,network-analysis,,,,,, -b15992e3-914e-4ece-8e07-a325b3c3b3d6,A Gamut of Games,,,book|https://www.goodreads.com/book/show/2671747-a-gamut-of-games,games,,,,,, -d55fa162-2889-46ff-802a-3846dfa3ff11,Corporate Financial Decision-Making for Value Creation,By University of Melbourne via Coursera,,course|https://www.classcentral.com/course/coursera-corporate-financial-decision-making-for-value-creation-3329,corporate-finance,,,,,, -2740f593-48d4-46bb-84a6-a4f09a6b9602,Leading Positive Change through Appreciative Inquiry,By Case Western Reserve University via Coursera,,course|https://www.classcentral.com/course/coursera-leading-positive-change-through-appreciative-inquiry-5847,management,,,,,, -75e1c228-bcb1-4764-9d98-0e6f1a404bce,Supply Chain Management Strategy,By Rutgers University via Coursera,,course|https://www.classcentral.com/course/coursera-supply-chain-management-strategy-6935,supply-chain,,,,,, -c91d9093-2aa0-4920-a4b8-4ea26e25f842,How to finance your venture ?,By École Polytechnique via Coursera,,course|https://www.coursera.org/learn/finance-venture,entrepreneurship,,,,,, -821efa66-79c5-426d-b43c-816649c41ee1,Network Security,By Rochester Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-network-security-7858,computer-security,,,,,, -d5c185d7-5d5d-4268-b158-d5824b577095,Digital Skills: Social Media,By Accenture via FutureLearn,,course|https://www.futurelearn.com/courses/digital-skills-social-media,social-media,,,,,, -c33ad792-b609-47a5-8de1-614786303287,Cybersecurity Capstone,By Rochester Institute of Technology via edX,,course|https://www.edx.org/course/rit-cybersecurity-capstone,computer-security,,,,,, -2a676eff-e34a-437b-96e4-4b05a0cda47b,Hotel Revenue Management: the Strategy and Tactics of Hotel Room Pricing,By Glion Institute of Higher Education via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-hotel-revenue-management-the-strategy-and-tactics-of-hotel-room-pricing-12846,hospitality;business,,,,,, -5968a97b-c2e2-4da0-9fc5-f863c8147324,Cybersecurity Risk Management,By Rochester Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-cybersecurity-risk-management-7845,computer-security,,,,,, -66214a77-4f09-4b3e-9901-7ecfefa1becc,Management and financial accounting: Know your numbers 1,By Macquarie University via Coursera,,course|https://www.coursera.org/learn/management-accounting,accounting,,,,,, -bf66ecde-8b31-42a5-97c4-33da954c7d1e,Computer Forensics,By Rochester Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-computer-forensics-7857,computer-forensics;computer-security,,,,,, -68d70790-4a35-4a03-902d-780b103a4c31,Surviving Disruptive Technologies (On Demand),"By University of Maryland, College Park via Coursera",,course|https://www.classcentral.com/course/coursera-surviving-disruptive-technologies-on-demand-556,management,,,,,, -c6708fd5-061e-43ca-9f11-067dc52007ab,Linux Basics: The Command Line Interface,By Dartmouth via edX,,course|https://www.edx.org/course/linux-basics-the-command-line-interface,command-line,,,,,, -207f7399-9b65-4859-83f7-52818f2c2df4,Supply Chain Management: A Learning Perspective,By Korea Advanced Institute of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-supply-chain-management-a-learning-perspective-2065,supply-chain,,,,,, -736fedbb-b720-4023-bb8d-a0b4a678badc,AP Computer Science A: Java Programming Classes and Objects,By Purdue University via edX,,course|https://www.classcentral.com/course/edx-ap-computer-science-a-java-programming-classes-and-objects-7211,programming-languages/java,,,,,, -e28f51bb-d57d-44db-a348-37a678593965,C Programming: Pointers and Memory Management,By Dartmouth via edX,,course|https://www.edx.org/course/c-programming-pointers-and-memory-management,programming-languages/c,,,,,, -fbe2d8bd-8477-4ddb-bd1f-b0058f939fea,International Business II,By University of New Mexico via Coursera,,course|https://www.classcentral.com/course/coursera-international-business-ii-2699,international-business,,,,,, -65302451-8366-4a88-8da8-0a288d2996a6,Alternative Approaches to Valuation and Investment,By University of Melbourne via Coursera,,course|https://www.classcentral.com/course/coursera-alternative-approaches-to-valuation-and-investment-3328,finance/valuation;corporate-finance,,,,,, -411ba06d-8cc6-40e0-8ffb-171b8bf0c277,C Programming: Language Foundations,By Institut Mines-Télécom via edX,,course|https://www.classcentral.com/course/edx-c-programming-language-foundations-11535,programming-languages/c,,,,,, -0b0ad9e2-b15f-43fc-9e35-068ee78d9eaa,C Programming: Modular Programming and Memory Management,By Dartmouth via edX,,course|https://www.classcentral.com/course/edx-c-programming-modular-programming-and-memory-management-11666,programming-languages/c,,,,,, -e5e45831-2065-472c-88ab-698fa7a3b694,Capstone - Launch Your Own Business!,By Michigan State University via Coursera,,course|https://www.coursera.org/learn/start-your-own-business-project,startups,,,,,, -406d3719-37c1-4ee0-bcd4-356d8ce6d904,C Programming: Getting Started,By Dartmouth via edX,,course|https://www.edx.org/course/c-programming-getting-started,programming-languages/c,,,,,, -b3eedb04-4d67-4ad8-9d51-1cb4564449ad,Digital Marketing Capstone,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-digital-marketing-capstone-5086,marketing,,,,,, -94c0035f-09d1-4c1f-bcfa-5c9298e629bd,Oral Communication for Engineering Leaders,By Rice University via Coursera,,course|https://www.coursera.org/learn/oral-communication,communication,,,,,, -cbc20bca-4c77-43bd-89c9-9e52fbe40d06,C Programming: Advanced Data Types,By Dartmouth via edX,,course|https://www.edx.org/course/c-programming-advanced-data-types-2,programming-languages/c,,,,,, -2d7a6c22-2ba6-4113-9043-fce1892542f7,Interest Rate Models,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.coursera.org/learn/interest-rate-models,finance,,,,,, -830e65e1-8e48-41a2-a5d5-7e1ae7483a1a,C Programming: Using Linux Tools and Libraries,By Dartmouth via edX,,course|https://www.classcentral.com/course/edx-c-programming-using-linux-tools-and-libraries-11538,programming-languages/c,,,,,, -de3de993-fa65-48ad-9e10-dffe48292011,Deep Learning for Business,By Yonsei University via Coursera,,course|https://www.coursera.org/learn/deep-learning-business,deep-learning;business,,,,,, -0f6c4caa-9d76-4578-a6c5-610ac7dbf0c7,Introduction to the Internet of Things (IoT),By Curtin University via edX,,course|https://www.classcentral.com/course/edx-introduction-to-the-internet-of-things-iot-9750,internet-of-things,,,,,, -5a114126-8c62-4238-8d40-383ff482f273,Machine Learning with Python: from Linear Models to Deep Learning,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-machine-learning-with-python-from-linear-models-to-deep-learning-11483,machine-learning;programming-languages/python,,,,,, -da5b83ae-2a6d-4c13-86cc-571136009d00,Case studies in business analytics with ACCENTURE,By ESSEC Business School via Coursera,,course|https://www.coursera.org/learn/case-studies-business-analytics-accenture,analytics,,,,,, -8527d4a1-94e2-4e36-96c0-7b82b5812873,IoT Networks and Protocols,By Curtin University via edX,,course|https://www.classcentral.com/course/edx-iot-networks-and-protocols-9752,internet-of-things,,,,,, -275e35c7-24e7-4514-8521-5dad47fffaaa,Financial Engineering and Risk Management Part II,By Columbia University via Coursera,,course|https://www.classcentral.com/course/coursera-financial-engineering-and-risk-management-part-ii-1015,corporate-finance,,,,,, -843a3abb-a2d8-46ac-b0fa-581df2699750,Beginner's Guide to the Bash Terminal,,,video|https://www.youtube.com/watch?v=oxuRxtrO2Ag,command-line,,,,,,oer -dd8614f9-f9c9-4f81-97da-d58d06a0d2d2,Leadership in 21st Century Organizations,By Copenhagen Business School via Coursera,,course|https://www.coursera.org/learn/leadership-21st-century,leadership,,,,,, -4a46cfb5-188a-4e4b-99cb-e404f9380a65,How It's Made,,,video|http://www.youtube.com/playlist?list=PLLb4Aujw26R6FsJJ3py4ponBlBxp0UnRA,science,,,,,,oer -5beae09c-7fe1-4266-a39a-f41af1da9b9e,AP Computer Science A: Java Programming Polymorphism and Advanced Data Structures,By Purdue University via edX,,course|https://www.edx.org/course/ap-computer-science-a-java-programming-polymorphism-and-advanced-data-structures-3,programming-languages/java,,,,,, -6dc16ce3-d70a-4184-8c87-033c9cc1bd8d,Leading Innovation in Arts and Culture,By Vanderbilt University via Coursera,,course|https://www.coursera.org/learn/arts-culture-innovation,arts-and-culture,,,,,, -2c5d8948-ffc6-436e-ac20-06a376dcca9a,Transport Systems: Global Issues and Future Innovations,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/transport-systems-global-issues-and-future-innovations,transportation,,,,,, -fff22d0c-b1e4-4d43-924e-89896b8ecdae,Giving 2.0: The MOOC,By Stanford University via Coursera,,course|https://www.coursera.org/learn/philanthropist,philanthropy,,,,,, -4dc1c418-d0a9-4ce3-82bf-27e0f60ec8f6,Convolutional Neural Networks,By deeplearning.ai via Coursera,,course|https://www.coursera.org/learn/convolutional-neural-networks,machine-learning,,,,,, -3ac3bba1-e115-442d-9121-daa222bc8512,Food & Beverage Management,By Università Bocconi via Coursera,,course|https://www.classcentral.com/course/coursera-food-beverage-management-3498,food-and-beverage,,,,,, -504ff395-91c7-4643-9550-c409781f3819,Mathematics for Machine Learning: Multivariate Calculus,By Imperial College London via Coursera,,course|https://www.classcentral.com/course/coursera-mathematics-for-machine-learning-multivariate-calculus-10452,mathematics;calculus;machine-learning,,,,,, -d383aa06-9ff1-4ae8-97c0-f3ccffd2c3d2,Investment Strategy,By Indian School of Business via Coursera,,course|https://www.coursera.org/learn/investment-philosophy,finance,,,,,, -6027152e-c657-4ee8-bec0-cdd939c602ca,Blockchain in the Energy Sector,By InnoEnergy via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-blockchain-in-the-energy-sector-9526,blockchain;energy,,,,,, -69f3908b-9682-4982-9059-34a51a0e1782,Valuation and Financial Analysis For Startups Capstone,By Yonsei University via Coursera,,course|https://www.classcentral.com/course/coursera-valuation-and-financial-analysis-for-startups-capstone-6977,corporate-finance,,,,,, -5e4a13ad-231d-43fb-a7a0-0c316c519464,The Scratch Programming Language and Environment,"Abstract: - -Scratch is a visual programming environment that allows users (primarily ages 8 to 16) to learn computer programming while working on personally meaningful projects such as animated stories and games. A key design goal of Scratch is to support self-directed learning through tinkering and collaboration with peers. This article explores how the Scratch programming language and environment support this goal.",,research_paper|https://dl.acm.org/doi/abs/10.1145/1868358.1868363,programming-languages/scratch,,,advanced,,, -f4ea8675-547e-40d7-9f31-12427985910e,Buyer Behaviour and Analysis,By Curtin University via edX,,course|https://www.edx.org/course/buyer-behaviour-and-analysis-2,marketing,,,,,, -af43cba2-4f96-4bab-89f3-597dfa1b58f4,Computer Vision,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_cs58/preview,computer-vision,,,,,, -8dc274b3-8aca-4dd5-9e89-e6169412aa35,Digital Skills: Digital Marketing,By Accenture via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-digital-skills-digital-marketing-9778,marketing,,,,,, -66ce119d-e5bb-4d95-8f6c-86de416e7ba0,Deep Learning (IITKGP),"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-deep-learning-iitkgp-13988,deep-learning,,,,,, -129ba232-3230-42e5-94d8-47416b1a653c,Solve Puzzles for Science | Foldit,,,game|https://fold.it/,protein,,,,,, -84f402df-ddef-4e66-a2ab-fbb458683141,Demystifying networking,By Indian Institute of Technology Bombay via Swayam,,course|https://swayam.gov.in/nd1_noc19_cs75/preview,computer-networking,,,,,, -abe13fcd-cd6e-42fa-94ca-abf21c30a322,The Joy of Computing using Python,"By Indian Institute of Technology, Ropar via Swayam",,course|https://www.classcentral.com/course/swayam-the-joy-of-computing-using-python-14329,computer-science;programming-languages/python,,,,,, -39a3208a-88d1-4405-b2bc-721ace8fff1e,Strategic Innovation Toolkit for Managers,By Vanderbilt University via Coursera,,course|https://www.coursera.org/learn/strategic-innovation,management;innovation,,,,,, -c43922d6-d751-4f3a-a148-77fa7f1c192f,DrFrostMaths.com,,,website|https://www.drfrostmaths.com/,mathematics,,,,,, -8e98eee1-2c75-4db6-8a4a-c5462af1595f,Time Series Forecasting,By via Udacity,,course|https://www.udacity.com/course/time-series-forecasting--ud980,forecasting;machine-learning,,,,,, -f34b85cd-c9a0-4ceb-93d4-602481d293bc,The Drag Equation (Empire State Building v Eiffel Tower) - Numberphile,,,video|https://www.youtube.com/watch?v=Oy-4mPro3w8,aerodynamics,,,,,,oer -f330840e-3459-4361-b9fe-fa7e8a3fc78d,BoardGameGeek,,,website|https://boardgamegeek.com/,games,,,,,, -b3749155-1f9a-4e74-84b3-7eb8b4bc21eb,Cormen rules,,,article|https://www.cs.dartmouth.edu/~thc/Cormen-rules.pdf,writing,,,,,,oer -c4793f76-dfb6-49c4-8e80-b4f44319ae43,Applied Natural Language Processing,By Chennai Mathematical Institute via Swayam,,course|https://www.classcentral.com/course/swayam-applied-natural-language-processing-13899,natural-language-processing,,,,,, -78bbecfc-3144-4a5f-b446-144bfa21ee6f,Management of Fashion and Luxury Companies,By Università Bocconi via Coursera,,course|https://www.coursera.org/learn/mafash,fashion-and-luxury,,,,,, -3775a791-e50c-4188-ad7f-6ffa1112cc1c,Artificial Intelligence Search Methods For Problem Solving,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_cs83/preview,artificial-intelligence,,,,,, -f2d83e8c-93f1-4c17-b0d2-490b22488ca0,Financing and Investing in Infrastructure,By Università Bocconi via Coursera,,course|https://www.coursera.org/learn/infrastructure-investing,finance,,,,,, -17a2b830-5e9a-4679-aef9-3d084f784bd4,Pattern Recognition and Application,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-pattern-recognition-and-application-14228,machine-learning,,,,,, -f5ef8eb6-6726-4e64-bd38-8332f012b08c,Demand management: Breaking down today’s commercial silos,By ESSEC Business School via Coursera,,course|https://www.coursera.org/learn/demandmanagement,business,,,,,, -0bcc898c-f61d-477f-abd7-424948d8dc14,Introduction to Computer Vision,By Indian Institute of Technology Delhi via Swayam,,course|https://swayam.gov.in/nd1_noc19_ee34/preview,computer-vision,,,,,, -d4da6a08-977a-489d-b3a3-939b596baf13,Fundamentals Of Artificial Intelligence,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-fundamentals-of-artificial-intelligence-14070,artificial-intelligence,,,,,, -660a167f-3d6f-4666-acb0-30272decee0f,From Idea to Startup,By Technion - Israel Institute of Technology via Coursera,,course|https://www.coursera.org/learn/startup-entrepreneurship-from-idea-to-startup,startups,,,,,, -625f1fe2-4aaf-454e-9163-894657518aef,Internet of Things Capstone: Build a Mobile Surveillance System,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/internet-of-things-capstone,internet-of-things,,,,,, -6283317b-98c5-4830-91fa-7e3895a8b7fc,Reinforcement Learning,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-reinforcement-learning-6706,reinforcement-learning,,,,,, -04968f29-97f5-465b-a68d-e17249cee8c0,Digital Business Models,By Lund University via Coursera,,course|https://www.classcentral.com/course/coursera-digital-business-models-7790,business,,,,,, -29ee1686-702d-4490-8427-e282c9efbc6d,Natural Language Processing,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_cs56/preview,natural-language-processing,,,,,, -24d246ec-ab77-4e19-86d1-ef95d4eeac6d,Introduction to Internet of Things,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-introduction-to-internet-of-things-10093,internet,,,,,, -adebacaf-2618-4f6c-91bd-c35f1f293dcd,CAPSTONE: Your Leadership Challenge,By HEC Paris via Coursera,,course|https://www.coursera.org/learn/leadership-challenge,leadership,,,,,, -e53c1edf-ba16-4cd8-a96b-fdb4ede9b265,Ethical Hacking,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-ethical-hacking-14045,computer-security,,,,,, -4e45af72-9c1c-4950-8406-d6ec6607194e,Deep Learning Part 1 (IITM),By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_cs85/preview,deep-learning,,,,,, -3315e33c-dba0-458d-931b-52f17a227b09,Strategic Business Management - Macroeconomics,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-strategic-business-management-macroeconomics-9221,business;macroeconomics,,,,,, -26909f36-8ecb-4a1a-aeb7-9ad6aace77b7,Introduction to Machine Learning (IITKGP),"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_cs52/preview,machine-learning,,,,,, -e8c1f51a-81c9-4ff4-afeb-91835758bb22,Creativity And Entrepreneurship,By Berklee College of Music via Coursera,,course|https://www.classcentral.com/course/coursera-creativity-and-entrepreneurship-10057,entrepreneurship,,,,,, -2941bcbb-05a4-45cb-90a8-7b95b663618f,Social networks,"By Indian Institute of Technology, Ropar via Swayam",,course|https://www.classcentral.com/course/swayam-social-networks-9920,social-networks,,,,,, -34af291c-cc46-4208-a52e-6fbfe4badc1d,Principles and Practices of Islamic Insurance,By Islamic Research and Training Institute via edX,,course|https://www.edx.org/course/principles-and-practices-of-islamic-insurance-2,insurance,,,,,, -b883e1cb-a176-49e6-b27f-b1464bd6ee10,Theory of Computation,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-theory-of-computation-6701,computer-science,,,,,, -9dc81f4a-7591-40b9-9fd5-00ff74322c72,Auditing I: Conceptual Foundations of Auditing,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/auditing-part1-conceptual-foundations,auditing,,,,,, -940d5466-0350-4c08-8a4c-26dd1f9efdd7,Machine Learning for Engineering and Science Applications,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-machine-learning-for-engineering-and-science-applications-12932,machine-learning,,,,,, -b962e88b-ea6b-4e81-be0a-c7d152b32f17,Legal aspects of conducting business in Russia,By Saint Petersburg State University via Coursera,,course|https://www.classcentral.com/course/coursera-legal-aspects-of-conducting-business-in-russia-13226,nations/russia;law,,,,,, -4e7cbd6f-ff1d-4066-b303-350ebe05243e,Introduction to Machine Learning (IITKGP),By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_cs53/preview,machine-learning,,,,,, -334d492f-7759-4d43-a6c1-b9fdf1ee98aa,golden balls. the weirdest split or steal ever!,,,video|https://www.youtube.com/watch?v=S0qjK3TWZE8,prisoners-dilemma;game-theory,,,,,,oer -2de7226e-3220-4be7-911a-5744e481ff5d,"Programming, Data Structures And Algorithms Using Python",By Chennai Mathematical Institute via Swayam,,course|https://swayam.gov.in/nd1_noc19_cs40/preview,programming;programming-languages/python,,,,,, -62ea1a14-3848-41bb-bad4-3cf4c6f3a78b,Driving Business Value from Data and A.I.,By University of Edinburgh via edX,,course|https://www.edx.org/course/driving-business-value-from-data-and-ai,business,,,,,, -b4109d17-03c5-48dc-b23d-afecb278e290,Why We Fix: A DIY Manifesto,,,article|https://www.popularmechanics.com/home/how-to/a10652/why-we-fix-a-diy-manifesto-16846653/,diy,,,,,, -abaeb529-76b2-4748-b263-2b3bc188daf1,Corporate Innovation Capstone Assessment,By University of Queensland via edX,,course|https://www.edx.org/course/corporate-innovation-capstone-assessment-4,business;innovation,,,,,, -ce35b718-370b-4bf0-af24-e74be12b7319,Protein - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Protein,protein,,,,,,oer -b3f3bd88-53ed-4436-a74a-39ce1751deb6,Sustainable Tourism: Rethinking the future,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-sustainable-tourism-rethinking-the-future-10357,sustainability,,,,,, -a69d5cb0-b5d4-435c-92ae-91bfa52f6345,Introduction to Operating Systems,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-operating-systems-6559,operating-systems,,,,,, -7e65b7d8-8abf-4340-869e-687be5c8df3f,"Product Management with Lean, Agile and System Design Thinking",By Boston University via edX,,course|https://www.edx.org/course/product-management-with-lean-agile-and-system-design-thinking-2,product-management,,,,,, -020681ab-f5d3-48dc-a29d-d7d19bfbe160,Advanced Computer Architecture,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_cs62/preview,computer-architecture,,,,,, -664842cf-a441-4ad2-9ce4-f45a353505f6,Digital Transformation Strategy,By Boston University via edX,,course|https://www.classcentral.com/course/edx-digital-transformation-strategy-8208,information-technology,,,,,, -8b0a0850-1a60-4654-8dd3-05f45b8dfc74,Blockchain Architecture Design and Use Cases,By NPTEL via Swayam,,course|https://swayam.gov.in/nd1_noc19_cs63/preview,blockchain,,,,,, -69054bf2-4984-4503-b58e-18a57f8bc72c,Risk Management in Development Projects,By Inter-American Development Bank via edX,,course|https://www.edx.org/course/risk-management-in-development-projects,risk-management,,,,,, -36f9dc3a-44c8-41ef-be01-0779bacc101f,C Programming and Assembly Language,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-c-programming-and-assembly-language-13934,programming-languages/c;programming-languages/assembly,,,,,, -759ed248-2e55-40c3-ba53-65d0c8a25ba0,Content Strategy for Professionals: Capstone Project,By Northwestern University via Coursera,,course|https://www.coursera.org/learn/content-strategy-project,business,,,,,, -e30aa53b-5a0a-4c5c-8021-ea320e248a0b,Operating System Fundamentals,By NPTEL via Swayam,,course|https://swayam.gov.in/nd1_noc19_cs51/preview,operating-systems,,,,,, -ba803bc4-60c3-4058-9ae7-b227ca0166eb,Strategic Leadership and Management Capstone,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-strategic-leadership-and-management-capstone-5257,leadership,,,,,, -ac8f166f-e750-4f11-b9f9-b29bbb88a2b6,CS 6120: The Self-Guided Course,,,course|https://www.cs.cornell.edu/courses/cs6120/2020fa/self-guided/,compilers,,,advanced,,,oer -5f29e1a8-5723-48ac-bead-40eda52e25e9,Mergers and Acquisitions: Free Cash Flow Modeling,By New York Institute of Finance via FutureLearn,,course|https://www.futurelearn.com/courses/mergers-acquisitions-cashflow-modeling,business,,,,,, -6814906a-6eca-4510-b8af-309f29c5d838,"Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning",By deeplearning.ai via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-tensorflow-for-artificial-intelligence-machine-learning-and-deep-learning-13287,software-tools/tensorflow,,,,,, -67a83e01-3554-41d6-821b-5f2970a06261,Project Execution,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/project-execution,project-management,,,,,, -f9929f5a-a7dc-441d-a576-d045e73f794b,Ordered Data Structures,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-ordered-data-structures-14488,data-structures,,,,,, -61da3f2f-0997-43d8-b06b-131c5bb66043,Global Financing Solutions (by EDHEC and Société Générale),By EDHEC Business School via Coursera,,course|https://www.classcentral.com/course/coursera-global-financing-solutions-by-edhec-and-societe-generale-13310,finance,,,,,, -8675e1a4-4f08-4c63-99d3-2e82108bf3a0,Unordered Data Structures,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-unordered-data-structures-14487,data-structures,,,,,, -c2b1fb3c-798f-4bc8-ab73-3a414b453816,Exploding Dots (English) - Trigonometry Teaser,,,video|https://www.youtube.com/watch?v=xd7ZK8tBGXU,exploding-dots;trigonometry,,,,,,oer -613b6d52-e642-4414-b411-1bcbc706ab6a,[2002.12652] Hyperbolic Knot Theory,,,research_paper|https://arxiv.org/abs/2002.12652,knot-theory;hyperbolic-geometry,,,,,, -bfb2771f-9f81-4864-b19c-cb53ccf26134,Identifying Social Entrepreneurship Opportunities,By Copenhagen Business School via Coursera,,course|https://www.classcentral.com/course/coursera-identifying-social-entrepreneurship-opportunities-7029,entrepreneurship,,,,,, -18bf4136-1b21-4d9d-8f9c-1bbfe7846d73,Object-Oriented Data Structures in C++,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/cs-fundamentals-1,data-structures;programming-languages/c++,,,,,, -8f6f1445-7362-4cf9-8bd2-e569f302ab3f,Project Planning,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/project-planning-1,project-management,,,,,, -6f2739fd-52ac-453c-b3ea-1af1c44bca09,Introduction to Blockchain Technologies,By INSEAD via Coursera,,course|https://www.coursera.org/learn/introduction-blockchain-technologies,blockchain,,,,,, -ab2e8d13-5e50-4332-8c2c-e95f755386d4,Human Resources Management Capstone: HR for People Managers,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-human-resources-management-capstone-hr-for-people-managers-5587,human-resources,,,,,, -a30b8998-0439-4be8-9fe3-a9bdcad8c2be,Blockchain 360: A State of the Art for Professionals,By EIT Digital via Coursera,,course|https://www.coursera.org/learn/blockchain-professionals,blockchain,,,,,, -46b221d0-1d2d-4d25-bd4b-18dd19e6feb5,Marketing Strategy Capstone Project,By IE Business School via Coursera,,course|https://www.classcentral.com/course/coursera-marketing-strategy-capstone-project-6233,marketing,,,,,, -00706531-5ca7-4936-861a-dca4b1bfe918,Computer Fundamentals,"By Devi Ahilya Viswavidyalaya, Indore via Swayam",,course|https://www.classcentral.com/course/swayam-computer-fundamentals-13950,computer-science,,,,,, -a8c07c16-8f35-44bb-9348-fde7eb1d916d,Managing Innovation: Learning to Prototype for Business,By St. George's University via FutureLearn,,course|https://www.futurelearn.com/courses/managing-innovation,management,,,,,, -141e17e9-85af-4b2a-bf4b-13befb27d32e,Computer Networks,"By Devi Ahilya Viswavidyalaya, Indore via Swayam",,course|https://www.classcentral.com/course/swayam-computer-networks-13951,computer-networking,,,,,, -4af304a2-b09e-4309-adac-a4753b6eac38,Strategic Management - Capstone Project,By Copenhagen Business School via Coursera,,course|https://www.coursera.org/learn/businesscap,management,,,,,, -4f7ba0f7-eb29-47e9-8c1a-c55de12f814d,Regression Modeling in Practice,By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/regression-modeling-practice,analytics,,,,,, -ce9b80fd-031f-4e81-8af5-c46e5d0da2f4,计算几何 | Computational Geometry,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx--computational-geometry-5434,geometry,,,,,, -a74b93cf-2d52-4cf2-be35-00593311be46,Analysis of Business Problems,By IESE Business School via Coursera,,course|https://www.coursera.org/learn/analysis-business-problem-iese,business,,,,,, -79a0f741-a6ac-419a-a22a-6c056a8ab51c,Data Structures,"By University of Madras, Chennai via Swayam",,course|https://swayam.gov.in/nd2_cec19_cs04/preview,data-structures,,,,,, -ce3a1ed5-aea7-4270-83a3-a0c818fbd3cf,Project Launch,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-project-launch-12205,project-management,,,,,, -5b7fed52-f24f-4d3e-a87a-3c2dac8a5300,IoT Capstone Project,By Curtin University via edX,,course|https://www.classcentral.com/course/edx-iot-capstone-project-9755,internet-of-things,,,,,, -07e9a77b-40df-4a78-9bc4-cc023cf4e571,Project Practicum with Multiple Projects,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/project-practicum-with-multiple-projects,project-management,,,,,, -94193e92-7bd8-445e-80de-7b47b2268230,Cyber Security,By UGC via Swayam,,course|https://www.classcentral.com/course/swayam-cyber-security-13978,computer-security,,,,,, -079ba0bb-edd8-4311-aacc-79faf30f9bd4,Introduction to Computer Networks and Internet Protocols,By UGC via Swayam,,course|https://swayam.gov.in/nd2_ugc19_cs10/preview,computer-networking,,,,,, -c4f3e391-a88e-4ed2-8ab1-7e6511cf2e4a,Finance for Everyone Capstone Project,By McMaster University via Coursera,,course|https://www.classcentral.com/course/coursera-finance-for-everyone-capstone-project-6230,finance,,,,,, -584bdc7a-a71e-4dbf-97c8-9a33d265f510,How Google does Machine Learning,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-how-google-does-machine-learning-10446,machine-learning,,,,,, -dc087014-eee3-440c-b08d-e395db2ee620,SAP MaxAttention and SAP ActiveAttention,By via openSAP,,course|https://open.sap.com/courses/pep1,software-tools/sap,,,,,, -147e287b-8328-4c4a-bdba-73bc17f1de5f,Creating Trustworthy and Ethical Artificial Intelligence,By via openSAP,,course|https://www.classcentral.com/course/opensap-creating-trustworthy-and-ethical-artificial-intelligence-14428,artificial-intelligence,,,,,, -922cd9e5-294b-4c47-ac21-e78c58c17812,An Introduction to Computer Networks,By Stanford University via Independent,,course|https://lagunita.stanford.edu/networking/Fall2012/preview/,computer-networking,,,,,,oer -7248aa93-eeab-44c2-83fb-bbe75091641f,6.00x: Introduction to Computer Science and Programming,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/introduction-computer-science-mitx-6-00x,computer-science;programming,,,,,, -bb6ba7bb-c87c-48c6-97b9-dd54877eb9ae,Economics of the Media,By via MRUniversity,,course|https://mru.org/courses/economics-media,economics;media,,,,,, -5d297c16-0e72-4a50-8591-15608ca9a734,Code / Indic language computing resources,,,website|https://indic.page/,localization,,,,,, -03fc8d4b-31f8-4569-bdfd-45d630780f4a,The American Housing Finance System,By via MRUniversity,,course|https://www.youtube.com/watch?v=BqggdH6m2B8&list=PL-uRhZ_p-BM6z4YJNFe8rswhQqYxap2aL,nations/usa/finance,,,,,,oer -8c9619c1-fe73-4eea-9724-c17872ff3897,Graph Partitioning and Expanders,By Stanford University via NovoEd,,course|https://www.classcentral.com/course/novoed-graph-partitioning-and-expanders-762,graph-theory,,,,,, -c1ca39b1-27c8-4082-b244-cd7380b24729,Entrepreneurship,By Taylor's University via OpenLearning,,course|https://www.openlearning.com/courses/Entrepreneurship/,entrepreneurship,,,,,, -def27d81-b7ef-45c1-a81c-8cb31fa8827a,Medium – Where good ideas find you.,,,website|https://medium.com,01-bios;02-a-thru-i-l-m-n-s-t-w,,,beginner,,,oer -f2aa7d1d-0705-4fb8-b645-1402539352c0,Services Marketing - Selling the Invisible,By via OpenLearning,,course|https://www.openlearning.com/courses/BUS832911/,marketing,,,,,, -e6132de0-0c62-4bad-8075-86ba48e252fd,Services Marketing - The Next Level,By via OpenLearning,,course|https://www.openlearning.com/courses/BUS876597/,marketing,,,,,, -6523a94a-4143-43e5-b401-5b446ce03ffd,Louv1.01x: Paradigms of Computer Programming,By Université catholique de Louvain via edX,,course|https://www.classcentral.com/course/edx-louv1-01x-paradigms-of-computer-programming-1487,programming,,,,,, -078d0dfe-1865-4e9a-90eb-3c011d04de85,Planning Change and Innovation,"By National University of Ireland, Galway via Open Education by Blackboard",,course|https://coursesites.com/?course_id=_255834_1,business,,,,,, -f0727b22-1f5b-486e-8cb0-641b34ca9c46,BI 4 Platform Innovation and Implementation,By via openSAP,,course|https://open.sap.com/courses/bifour1-1,business-intelligence,,,,,, -56498a32-d900-4806-9779-9dc2509954e9,Global Entrepreneurship,By Taylor's University via OpenLearning,,course|https://www.classcentral.com/course/openlearning-global-entrepreneurship-1814,entrepreneurship,,,,,, -454ba117-e5cb-4193-8bba-17a782875b78,SAP Business Suite powered by SAP HANA,By via openSAP,,course|https://open.sap.com/courses/s4h1-1,software-tools/sap,,,,,, -87ebbd1d-ebb9-4442-886d-e9b57f0331eb,Webcomics - Pepper&Carrot,,,website|https://www.peppercarrot.com/en/,comics,,,,,, -c89ab328-00a9-40ef-9a16-f70c8fecca18,Introduction to Informatics,By Drexel University College of Computing & Informatics via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-introduction-to-informatics-1800,informatics,,,,,, -4e2a4810-d8e9-4594-a069-fd965d9164fd,Coffee Break Languages,,,video|https://www.youtube.com/channel/UCozZrWPuoNRLl5ArOyJ57sQ,languages/spanish;spanish,,,intermediate,,,oer -88ad223f-3d54-44a5-9a7b-d839337dd303,Introduction to Ariba,By via openSAP,,course|https://open.sap.com/courses/bnar1,business-intelligence,,,,,, -ad45b4b6-ef26-4661-ad86-ed9066a18f25,Introduction to Actuarial Science,By Australian National University via edX,,course|https://www.edx.org/course/introduction-actuarial-science-anux-anu-actuarialx-1,actuarial-science,,,,,, -276d41a9-999e-4788-9af9-6ef15466486e,Get to Know SAP’s Innovative Enterprise Solutions,By via openSAP,,course|https://www.classcentral.com/course/opensap-get-to-know-sap-s-innovative-enterprise-solutions-2459,software-tools/sap,,,,,, -effc3fc9-50c9-4f12-b044-d9249df5cc07,Machine Learning 1—Supervised Learning,By Brown University via Udacity,,course|https://www.udacity.com/course/ud675,machine-learning,,,,,, -0440e3e2-4f70-41d1-91f7-c7f19ec0f3c7,Digital Transformation and Its Impact,By via openSAP,,course|https://www.classcentral.com/course/opensap-digital-transformation-and-its-impact-3069,information-technology,,,,,, -dc6fb33b-6182-4e23-abb7-49367d3a89e7,Introduction to Enterprise Computing,By Marist College via Independent,,course|https://www.classcentral.com/course/independent-introduction-to-enterprise-computing-1007,business,,,,,, -73037209-b9ec-425e-9072-971998456504,OGSD 7.0 – An Introduction to Oil & Gas Downstream Logistics,By via openSAP,,course|https://open.sap.com/courses/ogsd1,oil-and-gas,,,,,, -5bbfeef4-a2e3-4d28-8c79-812f59b7efc5,Business and its Environment: An Overview of Business and the Role of Finance in Business,By Open Education Consortium (OEC) via edX,,course|https://www.edx.org/course/business-its-environment-overview-oecx-bp111x,business,,,,,, -e48bc14a-2ad1-4869-9cf1-77cf5a6a81c2,Develop Java Embedded Applications Using a Raspberry Pi,By Oracle via Independent,,"course|https://apexapps.oracle.com/pls/apex/f?p=44785:145:0::::P145_EVENT_ID,P145_PREV_PAGE:1841,143",raspberrypi;programming-languages/java,,,,,, -0b2af57c-285e-4b49-b643-b23f30402d22,Decode the entrepreneur's DNA,By École Polytechnique via OpenClassrooms,,course|https://www.classcentral.com/course/openclassrooms-decode-the-entrepreneur-s-dna-3731,entrepreneurship,,,,,, -a3fe0344-3d4f-483c-b10a-491dd34f2446,Facilitating ERPsim: Running Successful Business Simulation Games with ERPsim (Partner Course),By HEC Montréal via openSAP,,course|https://open.sap.com/courses/erpsim1-pc,enterprise-resource-planning,,,,,, -f5a4228f-fbc1-482c-942d-02d12ecb6595,An Introduction to SuccessFactors Solutions,By via openSAP,,course|https://open.sap.com/courses/sf1,human-resources,,,,,, -21693e29-ca4e-457b-b512-01922c6b6414,Media LIT: Overcoming Information Overload,By Arizona State University via edX,,course|https://www.classcentral.com/course/edx-media-lit-overcoming-information-overload-3551,learning,,,,,, -186fe978-ee37-4ea9-a76e-341189d1ac85,Develop your venture,By École Polytechnique via OpenClassrooms,,course|https://openclassrooms.com/fr/courses/2976551-develop-your-venture,startups,,,,,, -c40e0415-4e78-4071-a34c-b006448c5e71,App Monetization,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-app-monetization-3971,business,,,,,, -75c61fb1-4861-40e1-8789-0783326595c1,Enterprise Computing Strategies,By Marist College via Open Education by Blackboard,,course|https://ischool.syr.edu/contact/forms/ecsmooc.aspx/,information-technology,,,,,,oer -3d2c0d86-59f5-40c4-99fa-4ddfca294a0e,Dumbing Us Down,"A highly praised best-seller for over a decade, this is a radical treatise on public education that concludes that compulsory government schooling does little but teach young people to follow orders like cogs in a machine. This Special Collector's Edition celebrates 100,000 copies or the book in print, and the book's on-going importance and popularity.",https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1387731474l/225850.jpg,book|https://www.goodreads.com/book/show/225850.Dumbing_Us_Down,school;education,,,,,, -4c7f6880-57de-4e4b-95b2-3977283a066d,Our Mathematical Universe - Wikipedia,,,book|https://en.wikipedia.org/wiki/Our_Mathematical_Universe,physics,,,,,,oer -76cfd8f4-ac12-4a0c-b4b1-123136346885,Web & Digital Literacies,By Varsity College via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_338_1,web,,,,,, -336654b3-c78d-4fb5-a4a6-58473b83e709,SAP S/4HANA – Deep Dive,By via openSAP,,course|https://open.sap.com/courses/s4h2,software-tools/sap,,,,,, -4e61a2e2-6ebb-4215-b6db-8ba58c13b494,Power and elegance of computational thinking,By The University of Oklahoma via Janux,,course|https://www.classcentral.com/course/janux-power-and-elegance-of-computational-thinking-1585,computational-thinking,,,,,, -21d6101f-3982-4973-a3a9-bd810a184a71,中国互联网金融实践 | Internet Finance in China,By Peking University via edX,,course|https://www.classcentral.com/course/edx--internet-finance-in-china-4418,nations/china/finance,,,,,, -0ffdccf7-62fa-4035-b447-07d023fbd2d9,中级商务汉语 - 入职与营销篇 | Intermediate Business Chinese - Recruitment and Marketing,By Peking University via edX,,course|https://www.classcentral.com/course/edx---intermediate-business-chinese-recruitment-and-marketing-4411,nations/china/business,,,,,, -20b8e102-9fc6-4459-bf62-a01eee659440,DEV202.2x: Building Cloud Apps with Microsoft Azure – Part 2,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-dev202-2x-building-cloud-apps-with-microsoft-azure-part-2-3536,software-tools/azure,,,,,, -852b4918-ecb0-4f60-b001-5da0ae92c728,Information Security and Risk Management: An Overview,By University of Washington via Canvas Network,,course|https://www.canvas.net/browse/uwashington/courses/info-security,information-technology,,,,,, -cb631000-8a36-4aa1-bf22-fbefa37162a4,DEV202.1x: Building Cloud Apps with Microsoft Azure – Part 1,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-dev202-1x-building-cloud-apps-with-microsoft-azure-part-1-3348,software-tools/azure;cloud-computing,,,,,, -30f617f1-eabb-4f47-b1bb-1a0f7f11f014,KIT - DebateLab,,,people|http://debatelab.philosophie.kit.edu/,debate,,,,,,oer -a6e2915e-49bc-4b10-99c2-ddeebd883995,App Marketing,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-app-marketing-4850,marketing,,,,,, -2d36e66a-641d-4db3-9e92-10c7310330fc,Computer Architecture,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc15_cs09/preview,computer-architecture,,,,,, -7308e0b6-86a2-48aa-adc7-2340d3d0a6ad,Argdown,,,app|https://argdown.org/,debate;logic,,,,,, -021d2516-b105-4728-a641-45db0acd9f74,Sponsorship - Supporting Your Career,By University of Ottawa via Independent,,course|https://www.olympic.org/athlete365/courses/sponsorship-supporting-your-career/,careers,,,,,, -d3a090d1-4b8c-477f-9944-b4ecefbc6da6,LFS201x: Linux System Administration Essentials,By Linux Foundation via edX,,course|https://www.classcentral.com/course/edx-lfs201x-linux-system-administration-essentials-3657,software-tools/linux,,,,,, -97e4abcf-2319-42e0-88a5-7587a2325c59,Leadership in Digital Transformation,By via openSAP,,course|https://www.classcentral.com/course/opensap-leadership-in-digital-transformation-4766,leadership,,,,,, -e68d3d46-6355-461f-9207-fbab76f6e3a4,Social Innovation MOOC (EN),By via iversity,,course|https://www.classcentral.com/course/iversity-social-innovation-mooc-en-2703,business,,,,,, -b24d52cf-92a4-4f72-bbe4-468eb1d25184,Experience SAP Cloud for Customer,By via openSAP,,course|https://open.sap.com/courses/c4c1,software-tools/sap,,,,,, -023ee635-6a2e-485e-b121-318e67f39458,INF202x: Microsoft Enterprise Mobility Suite,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-inf202x-microsoft-enterprise-mobility-suite-4100,software-tools/microsoft,,,,,, -3a078a71-97ec-43be-88f2-18de1366f738,DEV206.1x: Introduction to XAML and Application Development,By Microsoft via edX,,course|https://courses.edx.org/courses/course-v1:Microsoft+DEV206.1x+3T2015/course/,software-tools/microsoft,,,,,, -1cc117e7-b71a-44d9-996b-1b74a163fca1,Introduction to Finding Grants,By Foundation Center via Canvas Network,,course|https://www.canvas.net/browse/foundationcenter/courses/finding-grants,philanthropy,,,,,, -2df4bb32-c08d-4fc3-a22e-29d9088f8f26,SAP S/4HANA – Use Cases,By via openSAP,,course|https://www.classcentral.com/course/opensap-sap-s-4hana-use-cases-4780,software-tools/sap,,,,,, -dae7ffa2-d635-463b-b825-c47694e9fefb,Mathematics for Machine Learning,,,book|https://mml-book.com/,machine-learning;mathematics,,,,,, -65efbdf1-daa3-4db8-80e1-7f92a7116f11,SAP Business Networks in a Nutshell,By via openSAP,,course|https://open.sap.com/courses/bn1,software-tools/sap,,,,,, -08395dea-6ff3-4a82-9642-94b70e129371,Run Simple HR with SuccessFactors Employee Central,By via openSAP,,course|https://www.classcentral.com/course/opensap-run-simple-hr-with-successfactors-employee-central-4160,software-tools/sap,,,,,, -d02c80e8-02d1-4eb0-b2f3-6961084b9cf0,Machine Learning,By University of Washington via Coursera,,course|https://www.classcentral.com/course/coursera-machine-learning-373,machine-learning,,,,,, -58eb5310-c4a3-4d61-ad96-18dea48a05f8,Introduction to Global Hospitality Management,By Cornell University via edX,,course|https://www.edx.org/course/introduction-to-global-hospitality-management-2,management;hospitality,,,,,, -3369a80d-969c-4225-b2e6-9c12cdd42fa9,"BJC.3x: The Beauty and Joy of Computing (CS Principles), Part 3","By University of California, Berkeley via edX",,course|https://www.edx.org/course/beauty-joy-computing-apr-cs-principles-uc-berkeleyx-bjc-34x-0,computer-science;programming-languages/snap,,,,,, -5902dbbd-7ba2-4c48-92c2-828a2cec68ec,Digital Transformation Across the Extended Supply Chain – In a Nutshell,By via openSAP,,course|https://www.classcentral.com/course/opensap-digital-transformation-across-the-extended-supply-chain-in-a-nutshell-5375,information-technology,,,,,, -58dfe30b-6521-440f-a9d9-ddc723ff27c0,Corporate Digital Learning,By KPMG via iversity,,course|https://iversity.org/en/courses/corporate-digital-learning,business;learning,,,,,, -d5ca0c96-4ddb-4a39-a187-0203263bdd90,Reporting with SAP Business ByDesign,By via openSAP,,course|https://open.sap.com/courses/byd2,software-tools/sap,,,,,, -1719359d-186f-4e74-a720-9384705d8ca8,Information Security- II,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-information-security-ii-5292,computer-security,,,,,, -2cdb09a8-3709-4b36-afbc-2d1f0bbb7c08,Introduction to Accounting - Part 1: Basics of Financial Statements,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-introduction-to-accounting-part-1-basics-of-financial-statements-5058,accounting,,,,,, -ba12629f-711b-4d3d-916a-77822536d269,Mobile Robots and Autonomous Vehicles,By Inria (French Institute for Research in Computer Science and Automation) via France Université Numerique,,course|https://www.fun-mooc.fr/courses/inria/41005S02/session02/about,autonomous-vehicles,,,,,, -3815b2a7-bf8d-4f0a-bc76-09b9b881ed36,Get Your Startup Started,By Google via Udacity,,course|https://www.udacity.com/course/get-your-startup-started--ud806,startups,,,,,, -3246f661-bd9e-4efe-b20f-2e3d5adb3624,The length of their stride is indicative of that color’s wavelength - GIF on Imgur,,,image|https://imgur.com/8cK0aVj,light,,,,,, -cef880bf-e217-40d3-b636-ccd590e415cb,Implementation Made Simple for SAP SuccessFactors Solutions,By via openSAP,,course|https://open.sap.com/courses/sf3,software-tools/sap,,,,,, -b0aa5360-dad8-4a33-ae0b-00e561a820de,Microsoft Exchange 2013 Fundamentals,By Microsoft via edX,,course|https://www.edx.org/course/microsoft-exchange-2013-fundamentals-microsoft-cld205x-0,software-tools/exchange,,,,,, -36ab4cc3-37d9-4cc6-b51c-6a1369219b09,Implementation of SAP S/4HANA,By via openSAP,,course|https://www.classcentral.com/course/opensap-implementation-of-sap-s-4hana-5756,software-tools/sap,,,,,, -1cc813a0-fcde-49a0-a1ce-4ad91671ff57,Digital Transformation Across the Extended Supply Chain,By via openSAP,,course|https://www.classcentral.com/course/opensap-digital-transformation-across-the-extended-supply-chain-5932,information-technology;supply-chain,,,,,, -9682eb94-b97d-496b-821d-00499bd2afe7,Introduction to Real-Time Systems,By IEEE via edX,,course|https://www.classcentral.com/course/edx-introduction-to-real-time-systems-4990,real-time-systems;computer-science,,,,,, -ce2c27d5-9a59-4c18-98f0-d3d894b358a5,Creating an Analytical Dataset,By via Udacity,,course|https://www.classcentral.com/course/udacity-creating-an-analytical-dataset-6459,analytics,,,,,, -7f35f041-bf5f-4cb4-9162-921d982e3d82,Problem Solving with Advanced Analytics,By via Udacity,,course|https://www.udacity.com/course/problem-solving-with-advanced-analytics--ud976,analytics,,,,,, -b2dd605d-38be-4e40-a468-b814318984f3,Code-Based Cryptography,By Inria (French Institute for Research in Computer Science and Automation) via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-code-based-cryptography-3458,cryptography,,,,,, -69dbad2f-3ef1-46a6-9b46-52633bf31f97,Classification Models,By via Udacity,,course|https://www.classcentral.com/course/udacity-classification-models-6460,machine-learning,,,,,, -78806a5f-c64d-46ee-821e-53c6e019e596,Code-Based Cryptography,By Inria (French Institute for Research in Computer Science and Automation) via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-code-based-cryptography-13720,cryptography,,,,,, -69baa93f-d0e9-45bb-8291-0b02bde4f062,Fundamentals of Six Sigma: Quality Engineering and Management,By Technische Universität München (Technical University of Munich) via edX,,course|https://www.edx.org/course/six-sigma-define-measure-tumx-qpls1x,six-sigma,,,,,, -593d2860-3769-48b9-b704-13bfc67cad4d,Modelling and Simulation using Simulink,By RheinMain University of Applied Sciences via iversity,,course|https://iversity.org/en/courses/modelling-and-simulation-using-simulink-may-2016,software-tools/matlab,,,,,, -1324f1a3-8ec8-45ff-8f3e-16389e9a4900,A Preview Course on The 5 Killer Risks of Enterprise Risk Management,By Columbia University via Canvas Network,,course|https://www.canvas.net/browse/columbiau/courses/5-killer-risks-of-erm,risk-management,,,,,, -7f7f7e34-cd95-42c9-99da-5b2fab622700,Mage Merlin's Unsolved Mathematical Mysteries | The MIT Press,,,"book|https://mitpress.mit.edu/books/mage-merlins-unsolved-mathematical-mysteries#:~:text=But%2C%20as%20Mage%20Merlin's%20Unsolved,anyone%20with%20elementary%20math%20skills",mathematics,,,,,, -35350836-73ba-4ecb-91a8-e6af48affa94,Book Summary : The 5 A.M Club Summary by Robin Sharma,,,article|https://www.summarylover.com/2020/09/book-summary-5-am-club-summary-by-robin.html,entrepreneur;academics,,,advanced,,, -33b49e18-bb6b-4488-856a-204818262272,Running Experiments with Agile,By University of Virginia via Coursera,,course|https://www.coursera.org/learn/uva-darden-agile-testing,project-management,,,,,, -0723a15e-d954-4505-9c1a-d6de9a3f510a,Experience SAP Hybris Solutions,By via openSAP,,course|https://www.classcentral.com/course/opensap-experience-sap-hybris-solutions-6414,software-tools/sap,,,,,, -df93d866-c22f-4737-b657-67cd2ad50410,Enabling Entrepreneurs to Shape a Better World,By via openSAP,,course|https://www.classcentral.com/course/opensap-enabling-entrepreneurs-to-shape-a-better-world-6150,entrepreneurship,,,,,, -9bdda436-5233-4a2d-94e6-0f4ab13e6cf7,Optimization Methods for Business Analytics,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/optimization-methods-business-analytics-mitx-15-053x,analytics;optimization,,,,,, -9d40e497-b153-44fc-9c51-26163c7e83a9,Increase Your Tips: Success in the Service Industry,By Ocean County College via Canvas Network,,course|https://www.canvas.net/browse/occ/courses/increase-your-tips,careers,,,,,, -8b06d021-6c10-4746-803f-693736ec2aec,Distributed Machine Learning with Apache Spark,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-distributed-machine-learning-with-apache-spark-5851,machine-learning;software-tools/spark,,,,,, -aafb7df8-bd8e-4661-aa0d-810a6670ec71,Segmentation and Clustering,By via Udacity,,course|https://www.udacity.com/course/segmentation-and-clustering--ud981,machine-learning,,,,,, -3dc37346-c9ac-4f42-ab40-01ab5801fddd,Combinatorics: The Art of Counting,,,book|https://users.math.msu.edu/users/bsagan/Books/Aoc/final.pdf,combinatorics,,,,,, -c6910856-e995-41b1-9683-5e367a60ba4d,Introduction to Cryptology,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-cryptology-6700,cryptography,,,,,, -8e3fd5ce-45e3-45df-8e81-8dabc09dd459,Indexing Books as a Career,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-indexing-books-as-a-career-6966,careers,,,,,, -bfeb0e6d-bff2-49a5-828b-790ec6e12b34,Introduction to Data Analytics,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc16_mg06/preview,analytics,,,,,, -6483cc78-6933-400f-ae73-4d5d637f0599,SAP Digital Boardroom in a Nutshell,By via openSAP,,course|https://open.sap.com/courses/db1,software-tools/sap,,,,,, -e142cb5f-5ae3-4b4d-ae6d-48d3e02c4517,Quantum Information and Computing,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-quantum-information-and-computing-6561,quantum-computing,,,,,, -cc0f3d6e-dd9d-44e2-811e-0d696c2e3618,Design the Future of Your CRM,By via openSAP,,course|https://www.classcentral.com/course/opensap-design-the-future-of-your-crm-6653,software-tools/sap,,,,,, -695a449d-8e87-4b86-bf4c-26944b0485b7,"Personal Finance, Part 1: Investing in Yourself",By Wellesley College via edX,,course|https://www.edx.org/course/personal-finance-part-1-investing-wellesleyx-pfinan101x-0,personal-finance,,,,,, -a1929f9c-6d70-4e93-8df6-8c9953b70c71,New Trends in Trade Agreements in Latin America & the Caribbean,By IDB ( Inter-American Development Bank ) via edX,,course|https://www.edx.org/course/new-trends-trade-agreements-latin-idbx-idb5-1x,business,,,,,, -86f3fd7b-593e-4238-8245-1875af5e4910,CS50's AP® Computer Science Principles,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-cs50-s-ap-computer-science-principles-7017,computer-science,,,,,, -1e79b9d6-7452-4c2b-a686-2ea8a67196f8,Introduction to Recommender Systems,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-recommender-systems-1029,machine-learning,,,,,, -4ec3c650-6c12-4dbc-9387-6e65b2017797,New Business Models - Working Together on Value Creation,By Radboud University via iversity,,course|https://www.classcentral.com/course/iversity-new-business-models-working-together-on-value-creation-6115,business,,,,,, -6973d82f-f8e1-4438-a412-a72de63bffd6,Introduction to Windows PowerShell,By Microsoft via edX,,course|https://www.edx.org/course/introduction-windows-powershell-microsoft-posh200x,software-tools/microsoft,,,,,, -7325809c-c519-4426-a630-bd7592f34ced,Introducing Entrepreneurship for Musicians,"By University of Miami, Frost School of Music via Kadenze",,course|https://www.kadenze.com/courses/introducing-entrepreneurship-for-musicians/info,entrepreneurship;music,,,,,, -e2e9399d-b303-4289-878d-0a97d1e0991f,Introduction to Microsoft Azure,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-introduction-to-microsoft-azure-7217,software-tools/microsoft,,,,,, -205089c9-db96-4a0f-9b42-f427190ceeb6,Talent Management Best Practices with SAP SuccessFactors,By via openSAP,,course|https://www.classcentral.com/course/opensap-talent-management-best-practices-with-sap-successfactors-7067,software-tools/sap,,,,,, -f97f18b3-581f-4704-bd47-646e644edc7e,"Algorithms: Design and Analysis, Part 2",By Stanford University via Coursera,,course|https://www.classcentral.com/course/coursera-algorithms-design-and-analysis-part-2-426,algorithms,,,,,, -c3d32012-7c58-4f1f-bb84-c2c5acd8c270,Careers in Media Technology,By Stanford University via Kadenze,,course|https://www.kadenze.com/courses/careers-in-media-technology/info,careers;media,,,,,, -c4300681-ca38-45c3-87ad-da1e4e530997,CS125x: Advanced Distributed Machine Learning with Apache Spark,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-cs125x-advanced-distributed-machine-learning-with-apache-spark-5853,machine-learning;software-tools/spark,,,,,, -e01757ab-7772-48a4-ac01-cfa3f41e80b6,Semantic Notation – The Next Big Thing in BI?,By via openSAP,,course|https://open.sap.com/courses/ibcs1-tl,software-tools/sap,,,,,, -6190383f-4736-47c4-a066-eb60da983f81,Introduction to Natural Language Processing,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/natural-language-processing,natural-language-processing,,,,,, -9257a2de-c2c4-4e6f-b7bb-32bce7b64b2c,Hospitality and Tourism in China: A Global Perspective,By Hong Kong Polytechnic University via edX,,course|https://www.classcentral.com/course/edx-hospitality-and-tourism-in-china-a-global-perspective-5311,nations/china,,,,,, -0858680f-6912-4d69-90fc-c6b4e633f6e2,Advanced Analytics for Ecosystems around Software,By via openHPI,,course|https://open.hpi.de/courses/softwareanalytics2016,analytics,,,,,, -225228a6-b7a3-4b9e-ad6e-1cc7d6dc88e5,HR + Finance with SAP S/4HANA Cloud and SAP SuccessFactors,By via openSAP,,course|https://open.sap.com/courses/sf5,software-tools/sap,,,,,, -b9c32be7-03c4-4ad7-8983-1d5fd612316f,Computer Architecture,By Indian Institute of Technology Delhi via Swayam,,course|https://onlinecourses.nptel.ac.in/noc17_cs16,computer-architecture,,,,,, -7b8df773-2fc1-455c-8acc-87bae8886acf,Internetwork Security,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-internetwork-security-7936,computer-security,,,,,, -97617145-9993-4991-a6e3-c50d207a5830,Business Accounting Basics,By Purdue University via edX,,course|https://www.classcentral.com/course/edx-business-accounting-basics-6736,accounting,,,,,, -13151859-0c0d-486b-b47d-d7241234857c,Computational Science and Engineering using Python,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc17_ph02/preview,programming-languages/python;science,,,,,, -40b59181-d288-422d-a3f8-66a6c6effb28,Personal Finance,By Purdue University via edX,,course|https://www.classcentral.com/course/edx-personal-finance-7518,personal-finance,,,,,, -bc953307-0470-4649-8ee3-542bfb77dba7,Information Security-3,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc17_cs08/preview,computer-security,,,,,, -71f57843-588d-4707-97b9-795abb776148,SAP BW/4HANA in a Nutshell,By via openSAP,,course|https://open.sap.com/courses/bw4h1,software-tools/sap,,,,,, -57fe9ce0-241a-49c5-a2da-b6d22f65279d,Machine Learning: Recommender Systems & Dimensionality Reduction,By University of Washington via Coursera,,course|https://www.coursera.org/learn/ml-recommenders,machine-learning,,,,,, -bafb5e74-ed3f-4310-8e7e-0ee9ffeb79c6,Who's Counting: An Interactive Introduction to Accounting,By Charles Darwin University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-who-s-counting-an-interactive-introduction-to-accounting-4594,accounting,,,,,, -f4426a22-661b-4f15-bdf3-00922dc8ffea,Software Defined Networking,By Princeton University via Coursera,,course|https://www.classcentral.com/course/coursera-software-defined-networking-489,computer-networking,,,,,, -c311b534-cbaa-4ae1-911a-1dc29904ca31,Leadership and Management,By University of Northampton via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-leadership-and-management-9020,leadership;management,,,,,, -c3568ca1-4ff0-4877-bc28-6a49300f3614,Introduction to Computing using Python,By Georgia Institute of Technology via edX,,course|https://www.edx.org/course/computing-in-python-i-fundamentals-and-procedural-programming-2,computer-science;programming-languages/python,,,,,, -b242dee3-80d7-4ce8-967d-28d1393071d3,Understanding Islamic Insurance and Investments,By Islamic Research and Training Institute via edX,,course|https://www.edx.org/course/understanding-islamic-insurance-irtix-ifb103x,finance,,,,,, -ee94341f-25b3-4737-9bfd-5e0abb71adea,Network Security for Industry Professionals,By Queen's University Belfast via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-network-security-for-industry-professionals-8093,computer-security,,,,,, -8e439aac-17b5-4823-a00a-df6a25b6ba83,Indian classical music - Hacker News,,,thread|https://news.ycombinator.com/item?id=25222370,music-genre/hindustani-classical,,,,,, -ffa7bc7b-0a92-4f49-a5fe-fa03b5b86a24,Machine Learning Capstone: An Intelligent Application with Deep Learning,By University of Washington via Coursera,,course|https://www.coursera.org/learn/ml-capstone,machine-learning;deep-learning,,,,,, -ec619d63-f9bf-4541-b394-5c84e7314822,Managing Innovation,By LUISS via iversity,,course|https://www.classcentral.com/course/iversity-managing-innovation-8927,innovation;management,,,,,, -43b4361d-34c5-4625-8ee2-e8f670f3a868,Google Cloud Platform for AWS Professionals,By Google via Coursera,,course|https://www.coursera.org/learn/gcp-fundamentals-aws,google-cloud,,,,,, -593888cf-1605-4680-8109-fbd9c4242b52,Introduction to Project Management,By University of Adelaide via edX,,course|https://www.classcentral.com/course/edx-introduction-to-project-management-3836,project-management,,,,,, -0a01332f-d1ad-4176-93ad-326abb6c9241,Understanding Information and Technology Today,By University of Strathclyde via FutureLearn,,course|https://www.futurelearn.com/courses/information-and-technology,information-technology,,,,,, -9f072835-fb27-440c-91e8-a7223bd73791,Modeling Discrete Optimization,By University of Melbourne via Coursera,,course|https://www.coursera.org/learn/modeling-discrete-optimization,optimization,,,,,, -2f3d6ac2-ef77-44ef-9da2-efe96fc73a5a,Functional Programming in Erlang,By via FutureLearn,,course|https://www.futurelearn.com/courses/functional-programming-erlang,functional-programming;programming-languages/erlang,,,,,, -59945f1e-9c90-47b3-8d7f-33069dc905a8,Designing Highly Scalable Web Apps on Google Cloud Platform,By Google via Coursera,,course|https://www.classcentral.com/course/coursera-designing-highly-scalable-web-apps-on-google-cloud-platform-7781,google-cloud,,,,,, -e373959c-57b8-4d30-b379-8b1a31198ae6,Configuration Management on Google Cloud Platform,By Google via Coursera,,course|https://www.coursera.org/learn/gcp-configuration-management,google-cloud,,,,,, -877f2139-0a1f-4942-8ca5-f13d103c7e36,"Computing, Storage and Security with Google Cloud Platform",By Google via Coursera,,course|https://www.classcentral.com/course/coursera-computing-storage-and-security-with-google-cloud-platform-7783,google-cloud,,,,,, -3e6691fc-2b24-4a7a-9271-e1a59e8e63da,Islamic Money Markets and Sukuk,By via edX,,course|https://www.edx.org/course/islamic-money-markets-sukuk-irtix-ifcm103x,finance,,,,,, -0631a0be-afe2-46fe-9678-3c008cc98878,Computational Linear Algebra,By fast.ai via Independent,,course|https://www.fast.ai/2017/07/17/num-lin-alg/,linear-algebra,,,,,, -664ca564-0bd9-4e8c-b475-f31ebee7ac34,Concurrent Programming in Erlang,By University of Kent via FutureLearn,,course|https://www.futurelearn.com/courses/concurrent-programming-erlang,programming-languages/erlang,,,,,, -ad328f8e-d3a9-4115-bfbc-4a3e755770fc,Learning From Data (Introductory Machine Learning),By California Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-learning-from-data-introductory-machine-learning-1240,machine-learning,,,,,, -b71ad69f-e4aa-43f8-a2a1-a6051278bd7f,Introduction to Logic,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-introduction-to-logic-7078,logic,,,,,, -61b81eeb-2c60-4666-ba9b-3e32c41d13a3,Developing Microsoft Azure Solutions,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-developing-microsoft-azure-solutions-7481,software-tools/azure,,,,,, -266422f2-bc64-4b4d-b043-33e9fb760556,Without Words: Mathematical Puzzles to Confound and Delight,"All real life mathematics is problem solving. And all those fascinated by puzzles are problem solvers at heart. But thinking mathematically is a skill we have to learn and one which it is easy to forget. Recreational mathematicians and students can practise problem solving in different ways. In this book solving puzzles is practised in a different way from most books they will have seen before: -• Readers get no clues to what the puzzle is about -• They may take hours or even days to work out what is being asked of them -• Even after that, some problems may have no solution -The result of this challenge is a really challenging book that will fascinate anyone interested in puzzles and recreational mathematicians in particular. This volume contains 36 puzzles ranging from quite easy to more difficult. The sister volume More Without Words: Mathematical Puzzles to Confound and Delight is also available – containing 36 more puzzles with more easy and fewer testing ones.",https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1567257807l/31498845._SX318_.jpg,book|https://www.goodreads.com/book/show/31498845-without-words;book|http://www.jamestanton.com/?p=1605,mathematics,,,beginner,,, -390ee083-20ad-45f1-8cf2-63f7a45bc707,Fundamentals of Computer Architecture,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-fundamentals-of-computer-architecture-7501,computer-architecture,,,,,, -f682c3db-6481-4943-9c50-522f18e6a8e7,"Reliable Distributed Algorithms, Part 1",By KTH Royal Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-reliable-distributed-algorithms-part-1-6604,algorithms,,,,,, -65506852-58b8-4218-b2de-6eb1e171a0ff,Command Line Interface Guidelines,,,article|https://clig.dev/,command-line,,,,,, -44101aba-f1d3-4283-87a6-e201ac3a1b32,Family Business – Strategy Essentials,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-family-business-strategy-essentials-7883,business,,,,,, -2bbb9fff-f7f9-4421-aea1-42c70cd2c869,The Internet of Things,By King's College London via FutureLearn,,course|https://www.futurelearn.com/courses/internet-of-things,internet-of-things,,,,,, -f12722ad-0497-45cb-98fb-dd988128cd3e,Customer Protection Rule 15C3-3,By New York Institute of Finance via edX,,course|https://www.edx.org/course/customer-protection-rule-15c3-3-new-york-institute-finance-cprx,finance;nations/usa,,,,,, -ae9c7e28-9daa-4bc9-89b0-f3a5600b0365,Introduction to Reinforcement Learning,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-reinforcement-learning-9607,reinforcement-learning,,,,,, -3a027049-4899-424f-bdb4-1af07e250347,Electromagnetism using Geometric Algebra versus Components,,,article|http://www.av8n.com/physics/maxwell-ga.htm,geometric-algebra;electromagnetism,,,,,, -dda3db92-17e5-42ca-8145-8e2e453daef9,Marketing Fundamentals: Who Is Your Customer?,By Babson College via edX,,course|https://www.edx.org/course/marketing-fundamentals-who-customer-babsonx-bpet-mktx-0,marketing,,,,,, -91c3b729-5daa-4e49-9b65-6cd4d747c377,CNIT 127: Exploit Development,By via Independent,,course|https://www.classcentral.com/course/independent-cnit-127-exploit-development-10432,computer-security,,,,,, -256f6a21-6564-4f7b-b915-dcfbed118dbd,Global Marketing Strategy,By Arizona State University via edX,,course|https://www.edx.org/course/global-marketing-strategy-0,marketing,,,,,, -e4239148-0411-4d8b-937e-9e5b7bf5a902,Introduction to Machine Learning,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_cs26/preview,machine-learning,,,,,, -4f78b5fb-ab93-497c-b966-b13e153c1911,Mortgage Backed Securities (MBS): Professional Certificate Examination,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-mortgage-backed-securities-mbs-professional-certificate-examination-8748,finance,,,,,, -916b9d4e-a45b-46b9-8115-e617b8eadd78,Deep Learning For Visual Computing,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc18_ee08/preview,deep-learning;visual-computing,,,,,, -837d1654-67d5-4320-b176-05b2c41e55f3,Decent Work in Global Supply Chains,By Pennsylvania State University via iversity,,course|https://iversity.org/en/courses/decent-work-in-global-supply-chains,supply-chain,,,,,, -6c201d1f-398e-4331-96d0-36e94237b0cf,Artificial Intelligence: Knowledge Representation and Reasoning,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_cs18/preview,artificial-intelligence,,,,,, -09f3b58e-a4b6-49cb-a6e6-cc5fb14a314c,Islamic Finance and Capital Markets: Structure and Trading of Sukuk,By Islamic Research and Training Institute via edX,,course|https://www.edx.org/course/islamic-finance-capital-markets-irtix-ifcm102x-0,finance,,,,,, -adfb1791-5c29-4060-98a0-4142f90fb0d2,Islamic Finance and Banking: Modes of Finance,By Islamic Research and Training Institute via edX,,course|https://www.classcentral.com/course/edx-islamic-finance-and-banking-modes-of-finance-6648,finance,,,,,, -1019c8ef-258a-45bc-ba1f-069a24e79f5b,Advanced Graph Theory,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_cs04/preview,graph-theory,,,,,, -67442aa9-a906-4c40-88d4-d896a65283a1,Money Skills,By via MRUniversity,,course|https://mru.org/money-skills,personal-finance,,,,,, -7ac81a59-c4c7-4eed-b1f5-4cfa922d67c9,An Introduction to Probability in Computing,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_cs17/preview,probability,,,,,, -76ad91d2-0bf7-4ceb-b9a0-3e44a1c38403,"Programming, Data Structures and Algorithms",By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-programming-data-structures-and-algorithms-2778,programming;data-structures;algorithms,,,,,, -ad887a03-29ca-42fd-9ea0-2c233e7e3959,Intermediate Bookkeeping,By ACCA via edX,,course|https://www.edx.org/course/intermediate-bookkeeping-acca-fa2-x,accounting,,,,,, -5fcebb4b-ff5d-488f-aeb2-9c02169e9d48,Introduction to Bookkeeping,By ACCA via edX,,course|https://www.classcentral.com/course/edx-introduction-to-bookkeeping-8882,accounting,,,,,, -b5d14097-4cc7-4692-9438-26272e78512d,AI:Constraint Satisfaction,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc17_cs12/preview,artificial-intelligence,,,,,, -8ad24f9d-ade3-4cd8-a86a-86ecccd30212,Introduction to Management Accounting,By ACCA via edX,,course|https://www.edx.org/course/introduction-management-accounting-acca-ma1-x,accounting,,,,,, -515952fe-0425-4a60-866e-a6dc4bc5649d,Information security - IV,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_cs24/preview,computer-security,,,,,, -eabd3e52-769d-4d60-b71e-277aeb8b36ae,Intermediate Management Accounting,By ACCA via edX,,course|https://www.classcentral.com/course/edx-intermediate-management-accounting-8902,accounting,,,,,, -af144687-be5e-4985-9801-478bca08db07,Traditional and Non-Traditional Optimization Tools,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-traditional-and-non-traditional-optimization-tools-10066,optimization,,,,,, -04d6b989-c7b4-458f-8c40-96adc3a25372,Financial Planning for Creative Careers,By Columbus College of Art & Design via Kadenze,,course|https://www.classcentral.com/course/kadenze-financial-planning-for-creative-careers-7602,personal-finance,,,,,, -110718ce-f7c3-4c71-a30f-cc486a95c989,Digital Switching - I,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-digital-switching-i-10051,computer-networking,,,,,, -624ed609-be04-452c-a4a0-c7da38bb1f8a,Asset Pricing,By University of Chicago Booth School of Business via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-asset-pricing-9126,finance,,,,,, -7b220c5d-a7f6-4dff-a424-8aa6197ed918,Building Bots for Journalism: Software You Talk With,By Knight Center for Journalism in the Americas via Independent,,course|https://journalismcourses.org/BB0205.html,chatbots,,,,,, -960d250e-9cdc-4302-8833-9fc028a91ecb,Digital Strategy and Action,By Babson College via edX,,course|https://www.classcentral.com/course/edx-digital-strategy-and-action-7516,information-technology,,,,,, -b803d63d-d4ff-4620-9ba4-14417ef50adb,Microsoft Professional Capstone : System Administration,By Microsoft via edX,,course|https://www.edx.org/course/microsoft-professional-capstone-system-administration,software-tools/microsoft,,,,,, -7406c6dc-f66a-44d5-b4ce-fb3a7292e56c,"Introduction to Custody Servicing, Margins, and Accounting Records",By New York Institute of Finance via edX,,course|https://www.edx.org/course/introduction-custody-servicing-margins-new-york-institute-finance-bopc-3x,finance,,,,,, -b998d8d1-f4f2-4483-99eb-778939e81073,Internet Measurements: a Hands-on Introduction,By Inria (French Institute for Research in Computer Science and Automation) via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:inria+41011+session03/about,computer-networking,,,,,, -65942470-b61a-49ae-8644-5c47c404f674,IT Automation: It’s not that scary!,By Google via Coursera,,course|https://www.classcentral.com/course/coursera-it-automation-it-s-not-that-scary-10217,information-technology,,,,,, -80e9d7c0-1c4b-437c-bda0-3b8add8c5550,Mortgage Backed Securities: A Brief Introduction,By New York Institute of Finance via edX,,course|https://www.edx.org/course/mortgage-backed-securities-brief-new-york-institute-finance-mbsx,finance,,,,,, -d893d123-98e5-4e13-b17a-bac741a19961,Artificial Intelligence: Search Methods for Problem Solving,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-artificial-intelligence-search-methods-for-problem-solving-3992,artificial-intelligence,,,,,, -f771987e-e455-4d2f-a83b-346974eca1e2,Brokerage Operations Professional Certificate Examination,By New York Institute of Finance via edX,,course|https://www.edx.org/course/brokerage-operations-professional-new-york-institute-finance-bopc-4x,finance,,,,,, -088e91b2-e940-41cf-9f9f-e3f661c69e25,Cryptography II,By Stanford University via Coursera,,course|https://www.coursera.org/learn/crypto2,cryptography,,,,,, -8edffba5-548a-41c5-8604-87b1bf3f884b,"The Marketplace, Trade Process, Clearing Corporations and Settlement",By New York Institute of Finance via edX,,course|https://www.edx.org/course/marketplace-trade-process-clearing-new-york-institute-finance-bopc-2x,finance,,,,,, -cc617ef3-15e4-4642-95e7-49a0c7842477,Natural Language Processing and Language Understanding in Educational Research,By University of Texas Arlington via edX,,course|https://www.classcentral.com/course/edx-natural-language-processing-and-language-understanding-in-educational-research-9136,natural-language-processing,,,,,, -6b9c5eb8-e2d2-4220-81bc-fd0cfc7d472e,Introduction to Brokerage Operations,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-introduction-to-brokerage-operations-9166,finance,,,,,, -1a246626-04a0-4b87-a9ee-fc9d99ea5ad0,Game UI Database | Welcome,,,website|https://www.gameuidatabase.com/,game-design,,,,,, -63fc97a0-9316-4685-ab8a-6304b9308ce9,Supercomputing,By Partnership for Advanced Computing in Europe via FutureLearn,,course|https://www.futurelearn.com/courses/supercomputing,supercomputers,,,,,, -12c990f9-f904-48be-8e89-b5fe2822cfc2,Internet Emerging Technologies,By Yonsei University via Coursera,,course|https://www.classcentral.com/course/coursera-internet-emerging-technologies-3933,information-technology,,,,,, -45b7c12f-04bc-4799-acbb-fad998e8c515,HamStudy.org: Cutting edge amateur radio study tools,,,app|https://hamstudy.org/,amateur-radio,,,beginner,,, -0cd47907-3ebc-4d7e-9681-0758e60c10f8,"Ethical Leadership: Character, Civility, and Community",By Boston University via edX,,course|https://www.classcentral.com/course/edx-ethical-leadership-character-civility-and-community-4380,ethics;leadership,,,,,, -fd8401ee-4e75-45f8-8eb7-b0d114e6f178,Wireless Communication Emerging Technologies,By Yonsei University via Coursera,,course|https://www.classcentral.com/course/coursera-wireless-communication-emerging-technologies-3936,telecommunication,,,,,, -79b06d9b-dc4f-4493-91cf-f19e182532ef,Business Foundations,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-business-foundations-9170,business,,,,,, -2542c846-af2b-49f6-9ae1-37f878844c18,ARRL - Home,,,website|http://www.arrl.org/,amateur-radio,,,beginner,,, -1dd0a7e0-ea1d-4d78-aaf3-c30b27914618,Ordinary Differential Equations,,,book|https://figshare.com/articles/dataset/Ordinary_Differential_Equations/5311612;video|https://www.youtube.com/watch?v=BRaliLNuvNg&list=PL6hB9Fh0Z1ELbHIAL22dCk173qykDgeoz,differential-equations,,,,,,oer -194d8a6b-e06d-49a5-b4fa-1a2b626097c1,Neural Networks for Machine Learning,By University of Toronto via Coursera,,course|https://www.coursera.org/learn/neural-networks,machine-learning,,,,,, -ce24acd3-1693-424c-8e30-83b25d462b7f,MBA MOOC - Critical Issues in Business,By University of Northampton via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_1791_1,business;management,,,,,, -67b964fc-40cc-4896-b55c-ad548127c5d9,Natural Language Processing,By Stanford University via Coursera,,course|https://www.coursera.org/learn/nlp,natural-language-processing,,,,,, -67982db7-3327-4b52-ab6b-5b18c5f15f8b,Designing Business Models for the Digital Economy,By via openSAP,,course|https://www.classcentral.com/course/opensap-designing-business-models-for-the-digital-economy-8946,business,,,,,, -6d116f20-dfc9-4225-add9-7f2457d25d0c,Lifemap - Welcome,,,interactive|http://lifemap.univ-lyon1.fr/,tree-of-life;biology,,,,,, -b5a72e6c-8d3e-4149-841a-aede35f1c6f3,Startup Talks at HPI,By via openHPI,,course|https://www.classcentral.com/course/openhpi-startup-talks-at-hpi-9705,startups,,,,,, -e53d6856-b7d0-4071-953d-638ae619d2f9,Randomized Algorithms,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-randomized-algorithms-12933,algorithms,,,,,, -ec087539-f1eb-44b1-82e5-059323d556bc,Global Business in Practice,By Georgetown University via edX,,course|https://www.edx.org/course/global-business-practice-georgetownx-gbex-650-01x-0,business,,,,,, -29fcf74e-9d27-49d2-b013-d405f92cc825,Using SAP Screen Personas for Advanced Scenarios,By via openSAP,,course|https://www.classcentral.com/course/opensap-using-sap-screen-personas-for-advanced-scenarios-8942,software-tools/sap,,,,,, -03c12b9b-22a1-4707-bb49-08a7147eeeae,Hardware Security,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-hardware-security-12937,computer-security,,,,,, -34ab369b-7679-49da-b18d-386dabfd6134,Unlock Your Digital Business with SAP HANA Enterprise Cloud,By via openSAP,,course|https://www.classcentral.com/course/opensap-unlock-your-digital-business-with-sap-hana-enterprise-cloud-9279,software-tools/sap,,,,,, -7453a447-482c-4b00-a34f-fac9926dab99,Blockchain Architecture and Use Cases,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_cs26/,blockchain,,,,,, -b18f13c2-0ae7-46fc-81a2-7540da59d72c,Corporate Social Responsibility (CSR): A Strategic Approach,By University of Pennsylvania via edX,,course|https://www.classcentral.com/course/edx-corporate-social-responsibility-csr-a-strategic-approach-9510,corporate-social-responsibility,,,,,, -aa1dc884-8946-4a9d-a12a-e2b5318c420c,Computer Aided Power System Analysis,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ee13/,electrical-engineering,,,,,, -bd919b28-5a98-4dfa-a778-c8776817ec23,SAP Business ByDesign Supply Chain Management,By via openSAP,,course|https://www.classcentral.com/course/opensap-sap-business-bydesign-supply-chain-management-9277,software-tools/sap,,,,,, -c4a8f14d-e997-4b63-80ed-dd8351368b70,"Tree -of Life Web Project",,,website|http://tolweb.org/tree/phylogeny.html,tree-of-life,,,,,, -2d80a662-b113-408f-952e-c25abd2f7695,Extending SAP S/4HANA Cloud and SAP S/4HANA,By via openSAP,,course|https://open.sap.com/courses/s4h7,software-tools/sap,,,,,, -aa1dbd47-dd7d-42e2-a1c0-fc1267fa5612,Computer Architecture and Organisation,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_cs03/,signal-processing,,,,,, -adaedb40-1863-4525-bc2f-9fecd0923ba3,Extending SAP SuccessFactors with SAP Cloud Platform,By via openSAP,,course|https://open.sap.com/courses/cp3sf,software-tools/sap,,,,,, -7dd364e3-f8dc-4922-83e2-45cb42cf5dbb,Embedded System Design with ARM,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-embedded-system-design-with-arm-12936,embedded-systems,,,,,, -fd3846f3-fa8b-4b96-8cf4-85cc45c633a7,In Action - Integration Framework for SAP Business One,By via openSAP,,course|https://open.sap.com/courses/ifb1,software-tools/sap,,,,,, -7a24eabf-45bf-474f-a19e-8838a294f659,Introduction to Soft Computing,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_cs23/,computer-science;artificial-intelligence,,,,,, -e4709854-4b65-4ca9-ae04-13e5e2d08062,SAP Transformation Navigator in a Nutshell,By via openSAP,,course|https://www.classcentral.com/course/opensap-sap-transformation-navigator-in-a-nutshell-9636,software-tools/sap,,,,,, -db91374c-0cbc-4469-8954-e2b18b972438,Information Security - 5 - Secure Systems Engineering,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_cs29/,computer-security,,,,,, -4282ffb9-f2bf-4b60-ba35-b04154602327,Compliance in Office 365: eDiscovery,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-compliance-in-office-365-ediscovery-4382,software-tools/office365,,,,,, -52c90fd8-ded6-4bb8-aa41-1af769f9e269,Introduction to Industry 4.0 and Industrial Internet of Things,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_cs32/,internet-of-things,,,,,, -bc991703-ecec-4260-a610-0da0cf35357f,Interpreting and Communicating Data Insights in Business,By Microsoft via edX,,course|https://www.edx.org/course/interpreting-communicating-data-insights-microsoft-dat212x-5,analytics,,,,,, -25278dc7-174f-4c38-9440-779da89855c1,"Introduction to Automata, Languages and Computation","By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_ma15/,computer-science;automata-theory,,,,,, -4905a1b4-0bda-4638-975e-ef573f784faa,CS50's Computer Science for Business Professionals,By Harvard University via edX,,course|https://www.edx.org/course/cs50s-computer-science-for-business-professionals,computer-science;business,,,,,, -50bdb7cf-aab4-4382-98b4-a9aadab26da3,Advanced IOT Applications,By Indian Institute of Science Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-advanced-iot-applications-12966,internet-of-things,,,,,, -e28cdae7-93d0-47ec-98b5-0feae57d8285,EmacsConf,,,conference|https://emacsconf.org/,software-tools/emacs,,,,,, -1f0ac3a7-3ea1-4cf9-a110-d6c0993503a4,Cryptography and Network Security,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_cs28/,cryptography;computer-security,,,,,, -3bc1968f-f381-43e2-8ae4-52c74f5acfa5,Data science course training in hyderabad,,,webconf|https://www.excelr.com/data-science-course-training-hyderabad,abstract-algebra;academics,,,intermediate,,, -c249542d-ce2a-4c62-85ed-856f87af7766,Basics of software-defined radios and practical applications,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ee22/,telecommunication,,,,,, -947abd2a-5c98-4fbb-a28d-e012caa6b150,Becoming a Successful Leader (Inclusive Leadership Training),By via edX,,course|https://www.classcentral.com/course/edx-becoming-a-successful-leader-inclusive-leadership-training-2947,leadership,,,,,, -d8fdac2c-185b-40c7-b86d-ead6e0e01152,Parallel Algorithms,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-parallel-algorithms-12934,parallel-programming;algorithms,,,,,, -aa3891ac-177d-4aff-95ca-ca23ae01d400,AI:Knowledge Representation and Reasoning,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-ai-knowledge-representation-and-reasoning-7958,artificial-intelligence,,,,,, -e7666a6e-4f21-46e4-8bec-f6cf175b3c10,Computer Organization and Architecture: A Pedagogical Aspect,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_cs04/,computer-architecture,,,,,, -c210edad-8bc7-458b-9d9e-7678c4c606cc,Leading With Effective Communication (Inclusive Leadership Training),By Catalyst via edX,,course|https://www.classcentral.com/course/edx-leading-with-effective-communication-inclusive-leadership-training-4547,leadership,,,,,, -ef7b3203-1c5d-480e-947b-abb04ef82c23,https://www.wiculty.com/python-certification-training,,,website|https://www.wiculty.com/python-certification-training,education;online-courses,,,beginner,,, -5372301b-731c-4920-8d5c-95f5a4d0b88e,States and Markets in the Global Economy,By Arizona State University via edX,,course|https://www.edx.org/course/states-and-markets-in-the-global-economy-0,economics,,,,,, -55ef29cc-2f12-4831-8815-ed524144fdc5,Compiler Design,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-compiler-design-12926,compilers,,,,,, -da874971-45eb-464b-8462-5d844b2b9491,Introduction to Accounting,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-introduction-to-accounting-9177,accounting,,,,,, -9b89ec1a-e0fb-4fd0-a9ad-0c61ff72bb15,Foundations to Computer Systems Design,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_cs02/,computer-architecture,,,,,, -40465af5-f7c5-4fb6-a107-9250988dc2c0,https://growthhackers.com/posts,,,chat|https://growthhackers.com/posts,growth-hacking;marketing,,,,,, -e9e0e747-d742-4801-889c-2f6ccaa7d0fb,Self-Assessment – Developing Your Strengths,By Fullbridge via edX,,course|https://www.edx.org/course/self-assessment-developing-your-strengths-2,life;careers,,,,,, -6481710c-a540-48ac-a223-e3c9aa1d1bf1,Problem Solving and Critical Thinking Skills,By Fullbridge via edX,,course|https://www.edx.org/course/problem-solving-and-critical-thinking-skills-2,thinking;problem-solving,,,,,, -f359dc94-5452-4a42-95f1-c12cafad5f98,10 Interesting Data Mining Projects in 2021 (for Students) | FavTutor,,,article|https://favtutor.com/blogs/data-mining-projects,computer-science,,,intermediate,,,oer -f867ac13-6ebc-42c6-9df8-ac817b98cd9c,Tax Basics for Creative Entrepreneurs,By Columbus College of Art & Design via Kadenze,,course|https://www.classcentral.com/course/kadenze-tax-basics-for-creative-entrepreneurs-7604,taxation;entrepreneurship,,,,,, -39ce5cbe-e7d9-4237-8ed1-839ffd846bf1,Self-Driving Cars Teach-Out,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-self-driving-cars-teach-out-13055,autonomous-vehicles,,,,,, -033c1fe5-1f5c-4d99-8e04-a521216bada6,Entrepreneurial Opportunities,By University of Adelaide via edX,,course|https://www.classcentral.com/course/edx-entrepreneurial-opportunities-5351,entrepreneurship,,,,,, -a229db63-c580-437b-b3a2-2fc63781ea77,"Cyber Security: Safety at Home, Online, in Life",By Newcastle University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-cyber-security-safety-at-home-online-in-life-6265,computer-security,,,,,, -205f4701-e959-4700-b4de-df347ecc858f,A/B Testing for Business Analysts,By via Udacity,,course|https://www.udacity.com/course/ab-testing--ud979,product-management,,,,,, -0132795d-6cf9-4e95-9eb3-5cc68aa7b676,Deep Learning – Part 2,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-deep-learning-part-2-12946,deep-learning,,,,,, -2de68878-241f-4c6f-a883-65b9cb051734,Getting Started with SAP Lumira,By via openSAP,,course|https://open.sap.com/courses/lum1,software-tools/sap,,,,,, -2efb97ee-fa76-4699-8be4-0a04d4684a8b,"Machine Learning,ML",By KTH Royal Institute of Technology via Swayam,,course|https://www.classcentral.com/course/swayam-machine-learning-ml-12945,machine-learning,,,,,, -89f950b4-5a57-4060-8d91-e9295fe9d0c8,Think Biobased!,By Avans University of Applied Sciences via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-think-biobased-11062,environmental-science;management,,,,,, -56294f59-a8f6-486f-8879-60ef4a6c2e94,Fuzzy Logic and Neural Networks,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_ge07/,fuzzy-logic;neural-networks,,,,,, -cb0035d6-9b63-427d-be25-b015aac72015,Launch your innovative venture,By École Polytechnique via OpenClassrooms,,course|https://www.classcentral.com/course/openclassrooms-launch-your-innovative-venture-11097,startups,,,,,, -57f77cef-e71d-48e3-a7b3-b337d813f3b1,What's the best movie or TV show ever made about invention? - @antonhowes,,,thread|https://twitter.com/antonhowes/status/1345035939043815424,invention,,,,,, -3fba5a59-67b8-4617-8aae-5c748b345d7d,Maths Essentials,By Imperial College London via edX,,course|https://www.edx.org/course/maths-essentials-for-mba-success-2,mathematics,,,,,, -786e1bd7-4905-4117-8bbd-ee19f84cb10a,Islamic Finance and Capital Markets,By Islamic Research and Training Institute via edX,,course|https://www.classcentral.com/course/edx-islamic-finance-and-capital-markets-5347,islamic-finance,,,,,, -22ceaf96-ccbf-4920-ad2f-6e5cab9c1785,Real Time Operating System,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-real-time-operating-system-9848,operating-systems,,,,,, -6341e91d-0366-42de-a040-765843a91172,Introduction to Business for Analytics,By Georgia Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-business-for-analytics-9696,analytics,,,,,, -537c3418-e1d0-4e74-a81f-cf271410e113,Introduction to FinTech,By The University of Hong Kong via edX,,course|https://www.classcentral.com/course/edx-introduction-to-fintech-11371,fintech,,,,,, -9c4d70c2-10cb-4b1a-a7ad-83928d5e2504,Stickist.com - Portal,,,chat|https://stickist.com/,musical-instruments/chapman-stick,,,,,, -6464f015-c90b-4947-9d32-5ee5957e63da,Entrepreneurship Through the Lens of Venture Capital,By Stanford University via Stanford OpenEdx,,course|https://online.stanford.edu/courses/soe-ymse71si-entrepreneurship-through-lens-venture-capital,entrepreneurship;venture-capital,,,,,,oer -307cbd54-1f6f-4a17-b8a2-1cbe48268a27,The Entrepreneurial Mindset,By Babson College via edX,,course|https://www.classcentral.com/course/edx-the-entrepreneurial-mindset-7511,entrepreneurship,,,,,, -e351e918-08f8-4a89-832e-b103fc52fdfa,From Corporate Social Responsibility to Corporate Social Innovation,By Babson College via edX,,course|https://www.edx.org/course/from-corporate-social-responsibility-to-corporate-social-innovation,corporate-social-responsibility,,,,,, -1438404d-4fbe-45de-a684-f5ac4455da95,Risk Management for Projects,By University of Adelaide via edX,,course|https://www.edx.org/course/risk-management-for-projects,risk-management;project-management,,,,,, -0e7e1ad3-d3c2-4a9f-84bb-b0329d7923dd,Cyber Security for Small and Medium Enterprises: Identifying Threats and Preventing Attacks,By Deakin University via FutureLearn,,course|https://www.futurelearn.com/courses/cyber-security-business,computer-security,,,,,, -c5a5c35e-544c-4a58-a33c-2513e48bfcc0,Evidence-Based Practice in Management,By Australian National University via edX,,course|https://www.edx.org/course/evidence-based-practice-in-management-0,management,,,,,, -20d8d262-d91c-49ab-8f7b-70ab927b3faf,Data Center Management - Using the example HPI Future SOC Lab,By via openHPI,,course|https://open.hpi.de/courses/futuresoc2018,data-centers,,,,,, -e444b6ac-0b29-4ae3-8756-e31ff109e736,Financial Accounting Made Fun: Eliminating Your Fears,By Babson College via edX,,course|https://www.edx.org/course/financial-accounting-made-fun-eliminating-your-fears,accounting,,,,,, -1e268823-73ae-477e-a4ef-3007150fc214,Blockchain & Decentralization for the Information Industries,By San Jose State University via Canvas Network,,course|https://www.canvas.net/browse/sjsu/courses/blockchain-decentralization,blockchain;information-technology,,,,,, -4389ffba-96c4-4b5e-9ffb-8cf6a667ca02,Analytics for Decision Making,By Babson College via edX,,course|https://www.edx.org/course/analytics-for-decision-making,analytics;decision-making,,,,,, -56e94e47-cb8b-4727-a28f-e93ad37d0cd2,Tinkercad | From mind to design in minutes,,,app|https://www.tinkercad.com/,3d-design;3d-printing,,,,,, -efc29568-107a-4312-86b7-fc379bc97187,Financial Analysis for Decision Making,By Babson College via edX,,course|https://www.classcentral.com/course/edx-financial-analysis-for-decision-making-7515,decision-making;finance,,,,,, -f9ebe65f-d670-469d-9ecc-3c6968f897ed,Cybersecurity Capstone Project,"By University of Maryland, College Park via Coursera",,course|https://www.classcentral.com/course/coursera-cybersecurity-capstone-project-3469,computer-security,,,,,, -b1d801e2-351c-41ff-996e-2f5821d217dc,Understanding Customer Experience,By Karlstad University via Independent,,course|https://www.classcentral.com/course/independent-understanding-customer-experience-3176,business;product-management,,,,,, -16d3170d-79e4-4d38-afd5-a0aa090338e2,How to Build a Chatbot Without Coding,By IBM via Coursera,,course|https://www.coursera.org/learn/building-ai-powered-chatbots,chatbots,,,,,, -2fb85c70-cbe3-4c23-bfc6-925168c4ca99,Discover the Leader in You: Six Questions to Ask Yourself,By Austin Peay State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-discover-the-leader-in-you-six-questions-to-ask-yourself-11558,leadership,,,,,, -24c5b4ef-f333-4638-954b-c86a96e0ef94,"Augmented Reality, Virtual Reality, and Mixed Reality: Opportunities and Issues Teach-Out",By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-augmented-reality-virtual-reality-and-mixed-reality-opportunities-and-issues-teach-out-10508,augmented-reality,,,,,, -d7555a42-71c9-4d39-bc5a-4b8501ef1014,SAP Business ByDesign Project-Based Services,By via openSAP,,course|https://open.sap.com/courses/byd5,software-tools/sap,,,,,, -561f8749-85fb-4928-8598-4cb9ac101f92,Ethical Hacking: An Introduction,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-ethical-hacking-an-introduction-13186,computer-security;ethical-hacking,,,,,, -c5103568-5956-40cb-a1ae-8b21b7985b45,Enabling Entrepreneurs to Shape a Better World,By Social Entrepreneurship Akademie via edX,,course|https://www.edx.org/course/enabling-entrepreneurs-to-shape-a-better-world,entrepreneurship,,,,,, -1647115c-25e4-488e-954d-7c1137dec821,Cyber Security in the Software Development Life Cycle,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/cyber-security-in-the-software-development-life-cycle,computer-security,,,,,, -db0b53e7-759d-4da1-a1c5-8d6d09392fdd,Rise to Leadership: Become a CEO,By Babson College via edX,,course|https://www.edx.org/course/rise-to-leadership-become-a-ceo-0,leadership,,,,,, -a226f915-6d14-46dc-8a6b-b7d80303a49c,A developer's guide to the Internet of Things (IoT),By IBM via Coursera,,course|https://www.coursera.org/learn/developer-iot,internet-of-things,,,,,, -14291ba4-c0cc-4c03-9ee8-130a26a10c33,Skype for Business: Fundamentals,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-skype-for-business-fundamentals-7835,software-tools/skype,,,,,, -608b291c-aaab-4c90-b4aa-516033a9cec2,A Developer's guide to Node-RED,By IBM via Coursera,,course|https://www.classcentral.com/course/coursera-a-developer-s-guide-to-node-red-9806,internet-of-things;software-tools/nodejs,,,,,, -5a944381-dd02-427c-bded-a65e3e49d278,Procurement Transformation with SAP Ariba and SAP S/4HANA,By via openSAP,,course|https://www.classcentral.com/course/opensap-procurement-transformation-with-sap-ariba-and-sap-s-4hana-9635,software-tools/sap,,,,,, -c2950f4b-73d4-4ad0-843d-67eb82ff338c,IBM Blockchain Foundation for Developers,By IBM via Coursera,,course|https://www.classcentral.com/course/coursera-ibm-blockchain-foundation-for-developers-9860,blockchain,,,,,, -097fef18-e8fd-41c9-ace4-1d49e1367db9,Business Analytics Fundamentals,By Babson College via edX,,course|https://www.classcentral.com/course/edx-business-analytics-fundamentals-10333,analytics,,,,,, -370c1523-f272-4252-bc5a-320f881a2533,INTRODUCTION TO CYBER SECURITY,By IGNOU via Swayam,,course|https://swayam.gov.in/nd2_nou19_cs08/preview,computer-security,,,,,, -a0c2f1fa-33cb-4980-bdcf-13c6da1e5fce,u.lab: Leading Change in Times of Disruption,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-u-lab-leading-change-in-times-of-disruption-6716,leadership,,,,,, -0a1a0f36-7ca5-4304-84c5-b8b67b08462b,SAP Retail Omnichannel Commerce,By via openSAP,,course|https://www.classcentral.com/course/opensap-sap-retail-omnichannel-commerce-11526,software-tools/sap,,,,,, -b1af1613-0292-44bb-9f6d-6c933a680900,Analytics with SAP Cloud Platform,By via openSAP,,course|https://open.sap.com/courses/cp6,software-tools/sap,,,,,, -5da277da-b3f3-4f84-9920-c10c3e7b86e0,Electronic Trading in Financial Markets,By New York Institute of Finance via edX,,course|https://www.edx.org/course/electronic-trading-in-financial-markets,trading;finance,,,,,, -8fb06db8-16f2-4e70-a16f-ec686c8eb067,Analyzing Connected Data with SAP HANA Graph,By via openSAP,,course|https://www.classcentral.com/course/opensap-analyzing-connected-data-with-sap-hana-graph-11528,software-tools/sap,,,,,, -0403847e-6e1d-47bf-8358-549a14aaaa7b,Strategic Brand Management,By Curtin University via edX,,course|https://www.classcentral.com/course/edx-strategic-brand-management-8186,branding;management,,,,,, -be5b2293-7f4b-4da8-a99e-c337e492fc1f,Driving Digital Innovation through Experimentation,By Boston University via edX,,course|https://www.edx.org/course/driving-digital-innovation-through-experimentation,innovation,,,,,, -467a0870-e0ee-4b1c-8ff1-308f77955e06,Smart Service Welt – Data and Platform-Based Business Models,By via openSAP,,course|https://www.classcentral.com/course/opensap-smart-service-welt-data-and-platform-based-business-models-11035,software-tools/sap,,,,,, -eef1df80-9a13-48c2-8838-c18b426a400b,Tailwind CSS Cheat Sheet,,,cheatsheet|https://nerdcave.com/tailwind-cheat-sheet,software-tools/tailwindcss,,,,,, -5e4f029e-47b6-470e-adfc-a114ecacce2c,Entrepreneurial Leadership Toolbox,By Babson College via edX,,course|https://www.classcentral.com/course/edx-entrepreneurial-leadership-toolbox-10288,leadership;entrepreneurship,,,,,, -9dbf6210-54a0-47fc-8342-639090a682a6,The Role of Impact Assessments in Real Estate Development,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/srrdx1,real-estate,,,,,, -ee223df1-1429-4ae0-a2a2-d78f5476b898,Creating Shared Benefits in Real Estate Development,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/srrdx2,real-estate,,,,,, -5e6fa7ed-142b-4d13-b2ba-5ea2ed823ff3,"Financial Programming and Policies, Part 2: Program Design",By International Monetary Fund via edX,,course|https://www.classcentral.com/course/edx-financial-programming-and-policies-part-2-program-design-6330,finance,,,,,, -692bbf91-22f5-4429-b4fb-53a1dbfd4bac,Business Model Implementation,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-business-model-implementation-7298,business,,,,,, -7b7240be-9609-4c2d-87c7-f0448daa5663,How to Design a Successful Business Model,By Delft University of Technology via edX,,course|https://www.edx.org/course/how-to-design-a-successful-business-model,business,,,,,, -e348da9b-b170-45cd-82e7-83cd5f832233,Evidence-Based Stakeholder Marketing,By Australian National University via edX,,course|https://www.classcentral.com/course/edx-evidence-based-stakeholder-marketing-7235,marketing,,,,,, -0e01a182-f02d-4491-879a-af00f836694c,Business Model Testing,By Delft University of Technology via edX,,course|https://www.edx.org/course/business-model-testing,business,,,,,, -be60606b-e957-4373-85a4-0679d8f187c4,The Value of Business Models,By Delft University of Technology via edX,,course|https://www.edx.org/course/the-value-of-business-models,business,,,,,, -ec1a3afd-cb21-48df-917f-f4a224c1508b,An Introduction to Credit Risk Management,By Delft University of Technology via edX,,course|https://www.edx.org/course/an-introduction-to-credit-risk-management,risk-management,,,,,, -96cfebea-84b0-4fc4-83f1-72d8f7fae6a4,Business Analytics for Data-Driven Decision Making,By Boston University via edX,,course|https://www.classcentral.com/course/edx-business-analytics-for-data-driven-decision-making-8215,analytics,,,,,, -84fbcbcd-af39-447f-902d-dc77dc9773fb,Management Accounting for Decision Making,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-management-accounting-for-decision-making-6731,accounting,,,,,, -b90782a0-70db-4bf6-b48d-6dc8839af370,Biobased Business Development,By HZ University of Applied Sciences via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-biobased-business-development-11808,management,,,,,, -c3779e27-57c7-4bb2-9dcc-beddd3218a63,Entrepreneurial Operations: Launching a Startup,By Babson College via edX,,course|https://www.edx.org/course/operations-for-entrepreneurs,entrepreneurship;startups,,,,,, -d63f33c5-0a6d-4b76-b0ca-e16b28535c73,Evidence-Based Management Foundations,By Australian National University via edX,,course|https://www.edx.org/course/evidence-based-management-foundations,management,,,,,, -a9715b4f-6d6a-46bb-b488-4dd5e8adbe8a,Delivering a Relational Data Warehouse,By Microsoft via edX,,course|https://www.edx.org/course/delivering-a-relational-data-warehouse,big-data,,,,,, -5ff7d792-cdfe-4d06-9f50-e2ec803aa321,Culture of Services: Paradox of Customer Relations,By Kyoto University via edX,,course|https://www.edx.org/course/culture-of-services-paradox-of-customer-relations-0,management,,,,,, -d9ad2235-3eb3-4b58-a856-635dabdc4f80,Managing Building Adaptation: A Sustainable Approach,By via edX,,course|https://www.classcentral.com/course/edx-managing-building-adaptation-a-sustainable-approach-8779,management,,,,,, -8fea292e-7cf6-4ad7-903f-66aa59b1bdb9,Freedom to Calculate with SAP Product Lifecycle Costing,By via openSAP,,course|https://open.sap.com/courses/plc1,software-tools/sap,,,,,, -4187eedd-d9d3-4bd0-a868-2d9e19d7ae0b,Integration with SAP S/4HANA Cloud,By via openSAP,,course|https://www.classcentral.com/course/opensap-integration-with-sap-s-4hana-cloud-11864,software-tools/sap,,,,,, -b075081b-9b4c-49d8-a050-95e89bec9a48,Introduction to SAP Enterprise Architecture Designer,By via openSAP,,course|https://open.sap.com/courses/hsead1,software-tools/sap,,,,,, -61616273-60e5-4af7-91b0-21c35ae916fa,Week 1: Introduction to 'Sur' | Chandrani's Online Music Class,,,video|https://www.youtube.com/watch?v=suicntLcnko,music-genre/hindustani-classical;singing,,,,,,oer -552b736a-7ba6-4df2-ae9f-d88f6ff97c10,SAP Business ByDesign Customer Relationship Management,By via openSAP,,course|https://open.sap.com/courses/byd6,software-tools/sap,,,,,, -843dfd48-131f-43ea-b876-45825264f7fa,Evidence-Based Global Management,By Australian National University via edX,,course|https://www.edx.org/course/evidence-based-global-management,management,,,,,, -445fcba2-2c1f-4abc-99d8-af6eb6d6e38a,Financial Modeling for the Social Sector,By Philanthropy University via +Acumen,,course|https://www.plusacumen.org/courses/financial-modeling-social-sector,finance,,,,,, -c5b2fdae-b907-49cc-99e1-54b2ee835a0d,Measure and Improve Innovation at the Workplace,By Universitat Politècnica de València via edX,,course|https://www.edx.org/course/measure-and-improve-innovation-at-the-workplace,innovation,,,,,, -231069b8-58f6-4a1f-a36e-a5c43e6dc7b6,Design Leadership and Innovation,By Delft University of Technology via edX,,course|https://www.edx.org/course/design-leadership-and-innovation,innovation,,,,,, -8ee9a448-2a38-454a-bee3-5cc14139e327,The Iterative Innovation Process,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/the-iterative-innovation-process,innovation,,,,,, -338f2c7b-9bd3-4ef9-ac71-c6ccd019453f,Practical Personal Finance,By Gus A. Stavros Center via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-practical-personal-finance-9958,personal-finance,,,,,, -a34d903c-77fb-41f3-8eb5-011f93757e31,Evidence-Based Technology Management,By Australian National University via edX,,course|https://www.edx.org/course/evidence-based-technology-management,management,,,,,, -74eb7a63-b20f-499c-89b6-c63253b6917d,Introduction to Oil Country Tubular Goods (OCTG),By TenarisUniversity via edX,,course|https://www.classcentral.com/course/edx-introduction-to-oil-country-tubular-goods-octg-3724,oil-and-gas,,,,,, -51e3e31a-f70f-435c-97c9-28ca118bb740,Big Data Strategies to Transform Your Business,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-big-data-strategies-to-transform-your-business-10020,big-data,,,,,, -71f4c981-5f2e-4a9f-a881-2a57e5d2e3c1,Sustainable Urban Freight Transport: A Global Perspective,By Delft University of Technology via edX,,course|https://www.edx.org/course/sustainable-urban-freight-transport-a-global-perspective,transportation,,,,,, -9558aec4-f095-48de-a79d-591c149c834a,Extending SAP Cloud for Customer with SAP Cloud Platform,By via openSAP,,course|https://open.sap.com/courses/cp3c4c,software-tools/sap,,,,,, -368de465-d9ef-44a6-bdc7-98413fc4b0b2,Intelligent ERP with SAP S/4HANA Cloud,By via openSAP,,course|https://www.classcentral.com/course/opensap-intelligent-erp-with-sap-s-4hana-cloud-11531,software-tools/sap,,,,,, -8faa4760-719c-4a21-bdfb-526cb949eef5,Modern Data Warehousing with SAP BW/4HANA,By via openSAP,,course|https://www.classcentral.com/course/opensap-modern-data-warehousing-with-sap-bw-4hana-12474,software-tools/sap,,,,,, -27b7188d-6e83-469f-abc4-1d15b5135491,Integration – The Key to the Intelligent Enterprise,By via openSAP,,course|https://www.classcentral.com/course/opensap-integration-the-key-to-the-intelligent-enterprise-12499,software-tools/sap,,,,,, -f00c81f8-f88d-4c73-ade8-a240fc113d4b,Leadership in a New Era: A Course at Tsinghua SEM by McKinsey |麦肯锡“全球领导力”,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx-leadership-in-a-new-era-a-course-at-tsinghua-sem-by-mckinsey---10016,leadership,,,,,, -9e644455-0f5a-4e84-90ed-54f7b88d6cb4,Introduction to Marketing: Tools to Set Enterprises Apart,By University of Edinburgh via edX,,course|https://www.classcentral.com/course/edx-introduction-to-marketing-tools-to-set-enterprises-apart-5763,marketing,,,,,, -aff4c7f4-8294-4adc-a023-8c543bd6d19c,International Business Environment and Global Strategy,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/international-business-environment-and-global-strategy-0,business;strategy,,,,,, -0cdcb0d3-8ff2-414d-b91e-06564038cf8b,Marketing Analytics: Marketing Measurement Strategy,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-marketing-analytics-marketing-measurement-strategy-6356,marketing;analytics,,,,,, -28dd5c5a-5f24-4176-8dd6-fb0c254b2087,Evidence-Based Project Management,By Australian National University via edX,,course|https://www.classcentral.com/course/edx-evidence-based-project-management-7239,project-management,,,,,, -64f4bc67-1336-4ed3-9bed-8a388d56172e,Becoming an Entrepreneur,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/becoming-an-entrepreneur,entrepreneurship,,,,,, -fdba838b-a6a9-4e69-afa5-a354e3d64db5,Cash Flow Analysis,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-cash-flow-analysis-12734,finance,,,,,, -262595c2-8e44-435c-a4b7-7fd64b434b84,Credit and Credit Risk Analysis Professional Certificate Examination,By New York Institute of Finance via edX,,course|https://www.edx.org/course/credit-credit-risk-analysis-professional-certificate-examination,finance,,,,,, -9232886a-3768-4c0b-839d-aac0bf3c6beb,Risk Management and Credit Principles,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-risk-management-and-credit-principles-12732,finance,,,,,, -f8836538-f3fb-4ec1-9812-5c42ab8ad7c8,Digital Transformation: Market and Industry Analysis,By KTH Royal Institute of Technology via edX,,course|https://www.edx.org/course/digital-transformation-market-and-industry-analysis,information-technology,,,,,, -8e21de5b-e87b-4ccb-98c2-92c58ac03e8b,System Design for Supply Chain Management and Logistics,By Chalmers University of Technology via edX,,course|https://www.classcentral.com/course/edx-system-design-for-supply-chain-management-and-logistics-6992,supply-chain,,,,,, -65488e25-36f4-49d2-b7d5-ea18bdaf2632,Ratio Analysis,By New York Institute of Finance via edX,,course|https://www.edx.org/course/ratio-analysis,finance,,,,,, -a7362f71-cde4-41e8-bd51-b7da3e217497,Projections and Structuring,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-projections-and-structuring-12735,finance,,,,,, -b9a3c34e-679b-43b3-ae74-ebcc8663a103,Master Control in Supply Chain Management and Logistics,By Chalmers University of Technology via edX,,course|https://www.classcentral.com/course/edx-master-control-in-supply-chain-management-and-logistics-7047,supply-chain,,,,,, -e6f043c6-46f2-4d2d-ad22-701eb7e2b15c,Digital Transformation: Strategy,By KTH Royal Institute of Technology via edX,,course|https://www.edx.org/course/digital-transformation-strategy-0,information-technology,,,,,, -6bf1bbac-4447-404c-84cf-af30e4998ccb,Sport Event Management,By University of Ottawa via Independent,,course|https://www.classcentral.com/course/independent-sport-event-management-5811,event-management,,,,,, -fdb8a4ad-6431-4095-86c8-212cef420093,Introduction to Data Analytics for Managers,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-introduction-to-data-analytics-for-managers-8525,analytics;management,,,,,, -5f2fda92-64f4-4c69-847a-c69224fae2c1,Retail Fundamentals,By Dartmouth via edX,,course|https://www.edx.org/course/retail-fundamentals-1,retail,,,,,, -462edc3e-d954-4274-8d73-d6ef47520464,Leaders in Global Development,By University of Queensland via edX,,course|https://www.classcentral.com/course/edx-leaders-in-global-development-7264,leadership,,,,,, -9484e872-b23a-4489-8585-9519aac334db,Omnichannel Strategy and Management,By Dartmouth via edX,,course|https://www.classcentral.com/course/edx-omnichannel-strategy-and-management-8519,management;retail,,,,,, -76c71f85-d329-45e1-a089-f3f7ea65dc6e,Entrepreneurship for Global Challenges in Emerging Markets,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-entrepreneurship-for-global-challenges-in-emerging-markets-9451,entrepreneurship,,,,,, -923677a2-5dc9-45a1-b2be-25f56baa4541,Adaptive Leadership in Development,By Queensland University of Technology via edX,,course|https://www.edx.org/course/adaptive-leadership-in-development,leadership,,,,,, -00513acc-ee07-4ca9-a0b6-ccd576e1f8d1,Brand Management,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/brand-mangement,branding;management,,,,,, -2933a5c1-6ecd-4cc1-b722-e156a164e3ae,Aviation 101,By Embry-Riddle Aeronautical University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-aviation-101-3859,aviation,,,,,, -0d3b6460-81c8-40fe-883c-9b8f4be67575,Biobased Economy – Green Chemistry,By Avans University of Applied Sciences via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-biobased-economy-green-chemistry-4684,chemistry;economics,,,,,, -4544e2f5-f290-4973-8fe5-ebc60ffb4879,Tourism and Travel Management,By University of Queensland via edX,,course|https://www.edx.org/course/tourism-and-travel-management-0,tourism;management,,,,,, -d2c36915-8621-45bc-b8f4-69c278b33807,Inspiring and Motivating Arts and Culture Teams,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-inspiring-and-motivating-arts-and-culture-teams-7814,arts-and-culture,,,,,, -7b1be950-fbc9-48ba-92c4-d3d8874741c9,Sustainable Packaging in a Circular Economy,By Delft University of Technology via edX,,course|https://www.edx.org/course/sustainable-packaging-in-a-circular-economy-0,sustainability,,,,,, -836e0ea2-5bd6-4fbc-bddb-62ecf2ead701,Digital Transformation: Leadership,By KTH Royal Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-digital-transformation-leadership-12584,information-technology;leadership,,,,,, -dc4ca04f-474f-4ea1-b1a4-b7c4eefe6799,Customer Relationship Management,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/customer-relationship-management-0,crm;business,,,,,, -558c4045-34fb-4982-bc6c-6817b12d5cf6,Finance Essentials,By Imperial College London via edX,,course|https://www.edx.org/course/finance-essentials-for-mba-success-2,finance,,,,,, -4059678e-1bca-41c5-85bc-9867c7f0e37d,Accounting Essentials,By Imperial College London via edX,,course|https://www.classcentral.com/course/edx-accounting-essentials-6861,accounting,,,,,, -4f4ff230-d411-4957-8ba6-3927b3cae666,How Social Enterprises Enhance Corporate Supply Chains,By via openSAP,,course|https://open.sap.com/courses/sewf1-tl,software-tools/sap,,,,,, -2da62f5e-0be7-4bde-9a0a-b3ba57685563,Supply Chain Management: A Decision-Making Framework,By Université catholique de Louvain via edX,,course|https://www.edx.org/course/supply-chain-management-a-decision-making-framework-1,supply-chain,,,,,, -55531e34-30a9-497e-b020-ab3db6a91293,Innovation Leadership,By Georgia Institute of Technology via edX,,course|https://www.edx.org/course/innovation-leadership-2,innovation;leadership,,,,,, -03ab2aac-6ee7-4ea3-95ea-1e66c6a40cc8,Introduction to Business Architecture,By Tokyo Institute of Technology via edX,,course|https://www.edx.org/course/introduction-to-business-architecture,business,,,,,, -3a0ba55f-85da-4ce3-a2ac-ecdf6b9edfc9,Marketing Analytics: Price and Promotion Analytics,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-marketing-analytics-price-and-promotion-analytics-6355,marketing;analytics,,,,,, -52d5b79d-e56b-4771-9256-73151d409b0c,Management Communication 管理沟通,By Peking University via edX,,course|https://www.edx.org/course/guan-li-gou-tong-management-communication,management;communication,,,,,, -26be5269-b1fd-4bb0-b524-4878f8e83bc5,AI for Leaders,By Babson College via edX,,course|https://www.edx.org/course/ai-for-leaders-0,artificial-intelligence,,,,,, -f412ad45-02f5-4964-89b0-cab00a04831c,Shaping Work of the Future,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-shaping-work-of-the-future-3245,leadership;society;careers,,,,,, -cd612930-87c2-4812-87a6-fa987b081414,Upgrade2Success – Making SAP ERP HCM Migration Easier,By via openSAP,,course|https://www.classcentral.com/course/opensap-upgrade2success-making-sap-erp-hcm-migration-easier-13400,software-tools/sap,,,,,, -ee9548de-c574-47f4-9e64-fa803a00dc34,SAP Sales Cloud – An Overview,By via openSAP,,course|https://open.sap.com/courses/c4h4,software-tools/sap,,,,,, -c3f67fec-4244-4424-9096-9dd972c9fd38,Reputation Management in a Digital World,By Curtin University via edX,,course|https://www.classcentral.com/course/edx-reputation-management-in-a-digital-world-6031,relationships,,,,,, -0e7d509d-9183-471f-ba45-f3fdefec6c4a,Improving Your Business Through a Culture of Health,By Harvard University via edX,,course|https://www.edx.org/course/improving-your-business-through-a-culture-of-health-2,business,,,,,, -18f12d9b-2b13-47e4-bce9-7734f1fea578,The Future of Mining?,By University of Queensland via edX,,course|https://www.classcentral.com/course/edx-the-future-of-mining-10022,mining,,,,,, -f2d554b3-0e0b-4548-8b0c-2b56bf76b968,Waste Management and Critical Raw Materials,By Delft University of Technology via edX,,course|https://www.edx.org/course/waste-management-and-critical-raw-materials,waste-management,,,,,, -1f25329b-3a2c-4bce-a563-69faac42b914,Managerial Ethics: Reflective Practices For Action,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/managerial-ethics-reflective-practices-for-action,ethics,,,,,, -c05e2408-02ee-4004-8e0c-52bc930dee21,"Debt & Money Markets: Concepts, Instruments, Risks and Derivatives",By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-debt-money-markets-concepts-instruments-risks-and-derivatives-11718,finance,,,,,, -14e62533-6626-43c3-b044-530fc0e65153,Japanese Business Management,By Waseda University via edX,,course|https://www.classcentral.com/course/edx-japanese-business-management-10471,management,,,,,, -7e2a3b80-08d1-4766-82a6-0f421e876db7,"Scott Klemmer, Instructor | Coursera",,,people|https://www.coursera.org/instructor/~1250,design,,,,,, -becbd733-7e3d-4fc7-999b-4fbc704801c5,Special Topics in Risk Management of Banking and Financial Markets,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-special-topics-in-risk-management-of-banking-and-financial-markets-11721,finance,,,,,, -89545aa3-e6d8-4941-b769-a718c16115e4,"Equity Stock Markets: Concepts, Instruments, Risks and Derivatives",By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-equity-stock-markets-concepts-instruments-risks-and-derivatives-11516,finance,,,,,, -03fd9fa9-25c0-4824-ab9f-1f81946e0de6,Vernier Callipers Experiment Introduction Edunovus Online Smart Practicals,,,video|https://www.youtube.com/watch?v=-QOEEyuKPMY&list=PL7jfMV2bTYmpeem_8KY_xyfZgVJiiInwf,experimental-physics,,,beginner,,,oer -f24cdc7a-4b5f-41eb-a6be-9aee9fdce209,People Analytics and Evidence-Based Management,By via openSAP,,course|https://open.sap.com/courses/pa1-tl,software-tools/sap,,,,,, -38824cc2-1a0b-42f2-a0a9-90b078be9ef5,Reimagine Customer Experience with SAP C/4HANA,By via openSAP,,course|https://www.classcentral.com/course/opensap-reimagine-customer-experience-with-sap-c-4hana-11870,software-tools/sap,,,,,, -4adbb922-9658-46ed-83b4-3fd774c2c113,Cooperatives and Producer Companies,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/cooperatives-and-producer-companies,business,,,,,, -5debcdc5-da15-475f-97f7-1848dcc559c8,Financial Accounting and Analysis,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/financial-accounting-and-analysis-2,accounting,,,,,, -4c42c558-8127-45a4-af42-10b2f6a659b4,Launching Breakthrough Technologies,By Harvard University via edX,,course|https://www.edx.org/course/old-launching-breakthrough-technologies,business,,,,,, -628e8911-797b-4d0d-922a-e5f7a62c0a08,People Management,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-people-management-5258,human-resources,,,,,, -e9350361-41f6-4839-a07f-cd02f7746cba,Creativity & Entrepreneurship,By Berklee College of Music via edX,,course|https://www.classcentral.com/course/edx-creativity-entrepreneurship-4056,entrepreneurship;music,,,,,, -27b0c6f5-7570-4696-9bd9-0efe57f2f05f,Using Email for Networking in English,By University of Washington via edX,,course|https://www.edx.org/course/using-email-for-networking-in-english,communication,,,,,, -5236138d-85a5-4bc8-b31d-f547cded6cb0,Digital Transformation: Business Development and Marketing,By KTH Royal Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-digital-transformation-business-development-and-marketing-13061,information-technology;business,,,,,, -adabb546-88e9-4672-94be-46ce3772cd75,Accounting Principles for M&A,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-accounting-principles-for-m-a-3830,accounting,,,,,, -c3abaa65-5e16-4074-b6a3-903998e14ec8,M&A: Structuring the Deal,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-m-a-structuring-the-deal-3833,business,,,,,, -83d0951a-a891-4958-b77d-2c0bbaa85967,Nuclear Facilities: Regulations and Licensing,By National Research Nuclear University MEPhI via edX,,course|https://www.edx.org/course/nuclear-facilities-regulations-and-licensing,nuclear-power,,,,,, -589c196c-4e0a-410a-94b4-e5ad72fc1b7d,M&A: Free Cash Flow (FCF) Modeling,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-m-a-free-cash-flow-fcf-modeling-3834,finance,,,,,, -8da924b2-584a-4352-b1e2-64c50bd8d2a8,M&A: Concepts and Theories,By New York Institute of Finance via edX,,course|https://www.edx.org/course/ma-concepts-and-theories-2,finance,,,,,, -9dd88785-145a-449d-aaac-75a4c08464a6,M&A Professional Certificate Examination,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-m-a-professional-certificate-examination-3970,finance,,,,,, -f3f0b2b6-8215-47b4-8529-c72c3bcf6247,M&A Concepts and Theories: Advanced Topics,By New York Institute of Finance via edX,,course|https://www.edx.org/course/ma-concepts-and-theories-advanced-topics-2,finance,,,,,, -7fa0b732-f839-4280-99d2-00e46a605804,Find the right markets for your innovation - A tool for entrepreneurs and innovators for choosing which markets to play in.,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-find-the-right-markets-for-your-innovation-a-tool-for-entrepreneurs-and-innovators-for-choosing-which-markets-to-play-in-10458,entrepreneurship,,,,,, -c1b12247-1f4e-4dbc-8ed7-df09d6bf7e5d,Islamic Finance and Banking,By Islamic Research and Training Institute via edX,,course|https://www.classcentral.com/course/edx-islamic-finance-and-banking-5297,islamic-finance,,,,,, -4bbc0943-2cd5-4a76-9a8c-f866ef9832f4,Customer Centric Marketing for Entrepreneurs,By Babson College via edX,,course|https://www.edx.org/course/customer-centric-marketing-for-entrepreneurs-2,marketing,,,,,, -fab64811-28f6-470b-9266-c96ac77b0fab,Public Financial Management,By International Monetary Fund via edX,,course|https://www.classcentral.com/course/edx-public-financial-management-11374,finance;management,,,,,, -88c26518-c2c1-4327-bb53-f61bd184620b,The Business of Film,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-business-of-film-4088,business;film-making,,,,,, -6098c170-aebd-4819-874c-401d220cfcaa,Accounting for Decision-Making,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-accounting-for-decision-making-7276,accounting,,,,,, -ec5b81c6-0fac-4b2a-bf01-b8f1ab78c837,Introduction to Inclusive Talent Acquisition,By via edX,,course|https://www.classcentral.com/course/edx-introduction-to-inclusive-talent-acquisition-7201,human-resources,,,,,, -5ec9aa4d-425c-48ba-b584-7ec7d2d2b4ed,Market Segmentation Analysis,By University of Queensland via edX,,course|https://www.classcentral.com/course/edx-market-segmentation-analysis-11387,marketing,,,,,, -3287c1a8-1803-4c62-8320-96cba2338664,Essential Career Skills for Investment Banking and Finance,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-essential-career-skills-for-investment-banking-and-finance-13638,finance;careers,,,,,, -e86fd8b9-71b5-4d0a-b24e-f24a863229d1,Deal Structures in Project Finance,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-deal-structures-in-project-finance-8469,finance,,,,,, -c31fd484-e64e-4b96-b0ce-0b5042f6b8c8,Project Finance and the Public Private Partnership Examination,By New York Institute of Finance via edX,,course|https://www.edx.org/course/project-finance-and-the-public-private-partnership-examination,finance,,,,,, -00fa4b67-3088-442b-8e5b-13d12f0b0b91,The Project Finance Process,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-the-project-finance-process-8471,finance,,,,,, -5062c90d-5b85-47ea-9df3-5639305dcf68,Risks in Project Finance: Case Studies and Analysis,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-risks-in-project-finance-case-studies-and-analysis-8467,finance,,,,,, -2f647db7-5e04-4f9d-b483-a18454184bae,Deals in Project Finance: Case Studies and Analysis,By New York Institute of Finance via edX,,course|https://www.edx.org/course/deals-in-project-finance-case-studies-and-analysis,finance,,,,,, -7efa3942-18ce-4ca1-97c2-c7a528b8bf72,Project Finance and Public Private Partnerships Fundamentals,By New York Institute of Finance via edX,,course|https://www.edx.org/course/project-finance-and-public-private-partnerships-fundamentals,finance,,,,,, -463aeff5-0bc9-45c8-a327-6fb96550e936,Documentation in Project Finance,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-documentation-in-project-finance-8468,finance,,,,,, -af2b029b-f430-4d7e-9097-76ad79ad55aa,Understanding Venture Capitalists: How to Get Money for Your Start Up,By RWTH Aachen University via edX,,course|https://www.edx.org/course/understanding-venture-capitalists-how-to-get-money-for-your-start-up,venture-capital;startups,,,,,, -22a84ca9-d7e0-440f-b24b-4a3397bbf29b,AWS Certified Solutions Architect Professional Training,,,course|https://intellipaat.com/aws-certified-solutions-architect-professional-training/,aws;cloud-computing,,,advanced,,, -3bc6fdca-6f83-4007-90ec-52c75a313139,Digital Supply Chain – From Design to Operate,By via openSAP,,course|https://www.classcentral.com/course/opensap-digital-supply-chain-from-design-to-operate-13398,software-tools/sap,,,,,, -b0201192-0e8e-4486-8b1f-27179d281173,Stress Testing and Risk Regulation – Part 1,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-stress-testing-and-risk-regulation-part-1-6003,finance,,,,,, -c560d182-756b-4ed0-b31f-46ec1814b118,Stress Testing and Risk Regulation – Part 2,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-stress-testing-and-risk-regulation-part-2-6002,finance,,,,,, -a17d05bc-430f-4b89-a990-718e640a325e,Risk Management Tools and Practices,By New York Institute of Finance via edX,,course|https://www.edx.org/course/risk-management-tools-and-practices,finance,,,,,, -a6c5212b-7713-4647-ae7d-f67772cd6bf7,Risk Management Professional Certificate Examination,By New York Institute of Finance via edX,,course|https://www.edx.org/course/risk-management-professional-certificate-examination,finance,,,,,, -af55bc4d-b09e-4571-9761-ece243879897,Project Management for Development,By IDB ( Inter-American Development Bank ) via edX,,course|https://www.edx.org/course/project-management-for-development,project-management,,,,,, -bbf9d9cc-72d4-4f54-a7f8-34f43d47545e,"Measuring Risk: Equity, Fixed Income, Derivatives and FX",By New York Institute of Finance via edX,,course|https://www.edx.org/course/measuring-risk-equity-fixed-income-derivatives-and-fx,finance,,,,,, -ec836165-0206-4114-9948-ab2eddc06f29,Introduction to Risk Management,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-introduction-to-risk-management-6006,finance,,,,,, -def7ffc3-4620-4275-892e-fa0ba01057b3,Marketing Analytics: Competitive Analysis and Market Segmentation,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/marketing-analytics-competitive-analysis-and-market-segmentation-0,marketing;analytics,,,,,, -61f6c4d9-b7d2-43ba-b37c-f784079ad2b4,FinTech Ethics and Risks,By The University of Hong Kong via edX,,course|https://www.edx.org/course/fintech-ethics-and-risks,fintech;ethics,,,,,, -daf3e2bf-6827-40b3-9a3a-47a7d38444c0,Design-Led Approach for the Intelligent Enterprise,By via openSAP,,course|https://open.sap.com/courses/dafie1,software-tools/sap,,,,,, -ab496297-6480-4dd6-8349-f6bde8373811,Assessment of Work-Related Injury Risks using RAMP I,By KTH Royal Institute of Technology via edX,,course|https://www.edx.org/course/assessment-of-work-related-injury-risks-using-ramp-i-2,human-resources;management,,,,,, -5c226e24-1af9-47eb-8636-521dfd4dea8b,Risk Management of Work Related injuries using RAMP II,By KTH Royal Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-risk-management-of-work-related-injuries-using-ramp-ii-11390,human-resources;management,,,,,, -59e7a997-2895-4784-b079-ce870e30d16d,Proficiency in using RAMP for Risk Management of work-related injuries,By KTH Royal Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-proficiency-in-using-ramp-for-risk-management-of-work-related-injuries-11391,human-resources;management,,,,,, -f5f45b9a-0f37-47ae-bb5f-d56ec68e01b7,The Business of Mining,By Curtin University via edX,,course|https://www.classcentral.com/course/edx-the-business-of-mining-3651,mining;business,,,,,, -77431756-f6a5-4676-bb93-628e8a629741,Strategic Applications of IT Project & Program Management,By University of Washington via edX,,course|https://www.classcentral.com/course/edx-strategic-applications-of-it-project-program-management-8579,project-management,,,,,, -bc7047fe-1c58-49b3-a778-7632cf9ce49f,The Burning Times,,,video|https://www.youtube.com/watch?v=34ow_kNnoro,witchcraft,,,,,,oer -3a89dfed-3002-4305-be29-c7524909527f,Business Communication,By Australian National University via edX,,course|https://www.classcentral.com/course/edx-business-communication-7301,business;communication,,,,,, -9e0542ee-45b3-4602-b93f-79f577ed2cc8,Innovation: From Plan to Product,By University of Queensland via edX,,course|https://www.edx.org/course/innovation-from-plan-to-product-3,innovation,,,,,, -b08546b7-9996-4a1f-a904-f7d49a569830,"Business Processes: Modeling, Simulation, Execution",By via openHPI,,course|https://www.classcentral.com/course/openhpi-business-processes-modeling-simulation-execution-1344,business,,,,,, -e45103a1-2e77-4a0e-be53-ef2b90c481f0,Finance for Everyone: Smart Tools for Decision-Making,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-finance-for-everyone-smart-tools-for-decision-making-4808,finance,,,,,, -e5ca057f-a009-49c0-b8d8-46fb485426d4,Analytics Storytelling for Impact,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-analytics-storytelling-for-impact-9067,analytics;storytelling,,,,,, -329dcda7-fa82-4574-b9f3-5214309c3b7b,Business Intelligence for IoT Solutions,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-business-intelligence-for-iot-solutions-12661,business-intelligence,,,,,, -5117b5fc-df5e-4380-8554-325e45ed3121,Industry 4.0: How to Revolutionize your Business,By Hong Kong Polytechnic University via edX,,course|https://www.edx.org/course/industry-40-how-to-revolutionize-your-business-2,business,,,,,, -2c915aae-b3d8-4c3f-a0b8-60e8b9294b76,Simplify Integration with SAP Cloud Platform Integration Suite,By via openSAP,,course|https://open.sap.com/courses/cp9,software-tools/sap,,,,,, -25fa9582-29be-4124-ae9c-8f9398a743b1,Identifying Entrepreneurial Opportunities,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-identifying-entrepreneurial-opportunities-12828,entrepreneurship,,,,,, -0aaad352-9848-4b4d-b288-9c79d50d3660,Introduction to Hospitality and Tourism Industry,By University System of Maryland via edX,,course|https://www.edx.org/course/introduction-to-hospitality-and-tourism-industry,hospitality;tourism,,,,,, -0d10e84a-1844-496d-8fd1-579c7f0c7d46,"Marketing Analytics: Products, Distribution and Sales","By University of California, Berkeley via edX",,course|https://www.edx.org/course/marketing-analytics-products-distribution-and-sales-0,marketing;analytics,,,,,, -0aa2f032-7fe4-4ef5-bb0c-b30cf0106e11,Introduction to Corporate Finance,By Columbia University via edX,,course|https://www.edx.org/course/introduction-to-corporate-finance-2,corporate-finance,,,,,, -afcd5355-8e57-4d4c-9593-836bfbd7f234,Built-In Analytics in SAP Business ByDesign,By via openSAP,,course|https://open.sap.com/courses/byd7,software-tools/sap,,,,,, -6b4bf47c-5a94-45e5-8840-53ec9fd911ea,Personnel Management for Public Libraries,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-personnel-management-for-public-libraries-8935,human-resources;management,,,,,, -8866f2cd-83af-4c68-9eb9-d4f7eb5653b7,Unlocking Investment and Finance in Emerging Markets and Developing Economies (EMDEs),By The World Bank via edX,,course|https://www.edx.org/course/unlocking-investment-and-finance-in-emerging-markets-and-developing-economies-emdes-2,finance,,,,,, -e7f471bf-4020-49a8-ab29-30b5616d367d,Disciplined Approach to Social Entrepreneurship,By Curtin University via edX,,course|https://www.edx.org/course/disciplined-approach-to-social-entrepreneurship,entrepreneurship,,,,,, -caef757d-fa3b-4e96-bb0c-ff9addc67b7a,Launching New Ventures,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-launching-new-ventures-13840,entrepreneurship,,,,,, -abe47f6d-5769-4f08-b38a-29695580536c,Risk Management in Banking and Financial Markets Professional Certificate Exam,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/risk-management-in-banking-and-financial-markets-professional-certificate-exam-2,finance;risk-management,,,,,, -667dd69c-59f8-4c1d-9178-4edf0bfeec64,Entrepreneurship in Emerging Economies,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-entrepreneurship-in-emerging-economies-7829,entrepreneurship,,,,,, -27423e8d-b4c4-4994-9ee7-4d3d64178009,Free Cash Flow Analysis,By Columbia University via edX,,course|https://www.edx.org/course/free-cash-flow-analysis-2,finance,,,,,, -0e408960-d6a6-406c-94b3-6f3caaa8b1fd,Introduction to Managerial Economics,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/introduction-to-managerial-economics-0,economics;management,,,,,, -6af2ca71-efd5-4487-8686-937c9cd3ee39,Harnessing Cultural Diversity: Effective Team Leadership in the Workplace,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-harnessing-cultural-diversity-effective-team-leadership-in-the-workplace-14434,diversity;human-resources,,,,,, -d812f909-0f81-469a-beab-4ed1be286d03,Introduction to Financial Accounting,By University of Padova via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-financial-accounting-14425,accounting,,,,,, -562a78e1-650b-496f-9f00-115ddb82c209,Velocity Of Sound In Air Experiment Edunovus Online Smart Practicals,,,video|https://www.youtube.com/watch?v=NC9XNSn4MCM&list=PL7jfMV2bTYmpz8DeH8_SBBEEq0bxCnnss,experimental-physics,,,beginner,,,oer -83101a24-dbb1-46fd-aa6d-f2ddca6693db,Construction Quality Management,By CIOB Academy via FutureLearn,,course|https://www.futurelearn.com/courses/construction-quality,construction;management,,,,,, -f990d144-5cbb-49c3-8e9c-04da31298bb7,Supporting People with Health Conditions Into Work: Individual Placement and Support (IPS),By IPS Grow via FutureLearn,,course|https://www.futurelearn.com/courses/supporting-individuals-with-health-conditions-into-work-delivering-ips,human-resources,,,,,, -56d34d1c-9233-406a-8504-5bf0086cf1d0,How is Food Made? Understanding Processed Food,By EIT Food via FutureLearn,,course|https://www.futurelearn.com/courses/how-is-my-food-made,food,,,,,, -66257a3f-df79-4be6-8acc-56ba2b99973f,Engaging with Controversies in the Food System,By EIT Food via FutureLearn,,course|https://www.futurelearn.com/courses/engaging-with-controversies-in-the-food-system,food,,,,,, -cf2ff346-ff8f-4c65-8c36-35d3565e0874,Thinking & Acting like an Entrepreneur,By RWTH Aachen University via edX,,course|https://www.classcentral.com/course/edx-thinking-acting-like-an-entrepreneur-8175,entrepreneurship,,,,,, -6b77e3d7-7776-4bc7-a940-a1bd2bedcec7,Project Management of Engineering Projects: Preparing for Success,By Delft University of Technology via edX,,course|https://www.edx.org/course/project-management-of-engineering-projects-preparing-for-success-2,project-management,,,,,, -1093b726-61a1-481f-a77f-8001c12645eb,Supply Chain Comprehensive Exam,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-supply-chain-comprehensive-exam-8479,supply-chain,,,,,, -f6b3e2ac-fad6-48b6-9f9d-c3d02e39bea0,Business Fundamentals: Customer Engagement,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-business-fundamentals-customer-engagement-6387,business,,,,,, -1e252af6-7e4b-492e-9e18-57f2efc00d48,Finance Fundamentals: Investment Theory and Practice,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-finance-fundamentals-investment-theory-and-practice-6395,finance,,,,,, -f6f1f738-84b7-445b-a74c-d301c90128ac,Foundations of Project Management,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/foundations-of-project-management,project-management,,,,,, -4ecd39c9-9b0e-4ae2-9aab-6cc4d8995097,Organisational Behaviour in Construction: An Introduction,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/organisational-behaviour-in-construction-an-introduction,organization;construction,,,,,, -c60744ed-4901-43bc-ad1d-1ea4eb6b74fe,Procurement Strategies and Tendering,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/procurement-strategies-and-tendering,procurement,,,,,, -64f68186-2c07-43e5-870c-5bf5aa63e8ee,All – Tiny Helpers,,,app|https://tiny-helpers.dev/,programming,,,,,, -3369ea52-b8f1-4f53-914e-42698e720012,Marketing Analytics,By Columbia University via edX,,course|https://www.edx.org/course/marketing-analytics,marketing;analytics,,,,,, -075416c1-9a99-47f0-9257-2f6da585340e,Global Marketing: A Definition,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-global-marketing-a-definition-12373,marketing,,,,,, -cbd52e8b-0b75-43a3-a228-731e268a8e0c,The Global Business Environment: Evolution and Dynamics,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/business-environment,business,,,,,, -499bfb71-87a8-46f1-b7f5-a490ffe8489c,Managing People: Understanding Individual Differences,By University of Reading via FutureLearn,,course|https://www.futurelearn.com/courses/managing-people-understanding-differences,human-resources;management,,,,,, -cd322b9c-affd-4a71-a20d-e399404cc6b9,Uncovering Your Entrepreneurial Potential,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/uncovering-your-entrepreneurial-potential,entrepreneurship,,,,,, -01741be0-b6c3-4acd-8e79-81dc62daa86f,The Digital Economy: Finance for Business Growth,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-digital-economy-finance-for-business-growth-6390,finance;economics;information-technology,,,,,, -a9cad19c-af78-4e5c-b088-d7a27a32bbc9,Demand and Supply Analytics,By Columbia University via edX,,course|https://www.classcentral.com/course/edx-demand-and-supply-analytics-8206,analytics;business,,,,,, -ae0d456b-433b-4dcf-a26e-3fd40481b283,Analytics in Python,By Columbia University via edX,,course|https://www.edx.org/course/analytics-in-python,analytics;programming-languages/python,,,,,, -5c7a670a-823f-4968-8fc3-cfa8e3e98b7a,How to Save Money: Making Smart Financial Decisions,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/how-to-save-money-making-smart-financial-decisions,personal-finance,,,,,, -b487b82f-5d1c-4e71-a764-5575335648c4,Intercultural Management,By ESCP Europe via Coursera,,course|https://www.coursera.org/learn/intercultural,management;culture,,,,,, -e66dc7ae-a279-4148-aee5-f94f9d9c5bc4,Project Initiation,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/project-initiation,project-management,,,,,, -4892f1e8-0731-4712-becb-225dff4007ca,Perspectives on Entrepreneurship,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-perspectives-on-entrepreneurship-13768,entrepreneurship,,,,,, -29480cef-43bd-4922-a303-dbea8ce8e573,Principles of Global Logistics Management,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/principles-global-management-logistics-assets,management;logistics,,,,,, -7a0b4a6f-fa1a-44d9-b181-8824bcdeb85c,International Business Capstone,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-international-business-capstone-8338,business,,,,,, -ec543de2-7d25-4ba6-a9f5-60d086ad5cbc,Business Model Thinking,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/business-model-thinking,business,,,,,, -4b906eeb-3bd3-4432-bf8a-2cd28f235b4c,Contract Management and Procurement: An Introduction,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/contract-management-and-procurement,management,,,,,, -4bedaab5-61d5-4114-8a1b-70037907b5f5,Localization: Adapting Digital Content to Local Markets,By University of Washington via edX,,course|https://www.edx.org/course/localization-adapting-digital-content-to-local-markets,localization,,,,,, -c99d244d-a54d-4bd1-af64-036bc6d31766,Strategic Management: From Insight to Decision,By RWTH Aachen University via edX,,course|https://www.edx.org/course/strategic-management-from-insight-to-decision-2,management,,,,,, -179c752a-f83a-493d-95fc-1e023126610b,Platform Strategy for Business,By Boston University via edX,,course|https://www.classcentral.com/course/edx-platform-strategy-for-business-8220,management,,,,,, -693ec633-64f1-4213-80f4-a610a39eda1f,Managing Public Money,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-managing-public-money-8867,management,,,,,, -0c96720f-d2bd-4f93-afad-cae5f17b1143,Excellence in Spa Operations,By Glion Institute of Higher Education via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-excellence-in-spa-operations-12847,hospitality,,,,,, -67495bce-c67d-40d6-9e76-6df622c6db94,Modern Empowerment in the Workplace,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-modern-empowerment-in-the-workplace-8883,human-resources,,,,,, -f7161fce-e32d-471a-94a7-43abe01f2e10,Dairy Production and Management,By Pennsylvania State University via Coursera,,course|https://www.coursera.org/learn/dairy-production,animals;dairy;management,,,,,, -0616fe81-02cd-4ef3-bca3-0980ee09ddf5,Marketing Analytics,By University of Virginia via FutureLearn,,course|https://www.futurelearn.com/courses/uva-darden-marketing-analytics,marketing;analytics,,,,,, -057be697-7d57-4c09-a5cb-86f0387f8846,Planning your Client's Wealth over a 5-year Horizon,By University of Geneva via Coursera,,course|https://www.coursera.org/learn/wealth-planning-capstone,finance,,,,,, -ab292f52-01ca-4b11-bd6e-d5e0b467b775,Fundamentals of Project Planning and Management,By University of Virginia via FutureLearn,,course|https://www.futurelearn.com/courses/fundamentals-of-project-planning-and-management,project-management,,,,,, -39001118-1e94-4f8c-820d-6f8fd56eb9b6,Project Management MicroMasters Capstone Exam,By Rochester Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-project-management-micromasters-capstone-exam-8251,project-management,,,,,, -4d810aaf-2cf5-4311-977f-02e8887ad30a,Social Impact Analysis,By via +Acumen,,course|https://www.classcentral.com/course/acumen-social-impact-analysis-9704,management,,,,,, -b7f4d3ed-ab4b-4561-b580-1dcc0f50f746,Social Entrepreneurship 101,By via +Acumen,,course|https://www.plusacumen.org/courses/social-entrepreneurship-101,entrepreneurship,,,,,, -c3cf72b6-3488-46ce-b49b-bc5b237da16c,Managing Disruptive Change,By RWTH Aachen University via edX,,course|https://www.classcentral.com/course/edx-managing-disruptive-change-8173,management,,,,,, -3d90f456-413c-4150-af5a-35bb94bfa98a,Wharton Business Foundations Capstone,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-wharton-business-foundations-capstone-4002,business,,,,,, -f5a4d265-8925-4d66-982b-772bb32462a2,Doing Business in Europe,By ESCP Europe via Coursera,,course|https://www.classcentral.com/course/coursera-doing-business-in-europe-9712,business;europe,,,,,, -07efc259-758b-4e79-9995-c8032ecea7e2,Design and Build a Data Warehouse for Business Intelligence Implementation,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/data-warehouse-bi-building,big-data,,,,,, -7724720e-45ac-4508-b7b0-f4694d6999cb,Designing and Implementing Your Coaching Strategy,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/design-coaching-strategy,coaching,,,,,, -729a7230-3d4f-44ae-84c6-e0c0cb56fdaa,Business Analytics Capstone,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-capstone-analytics,business;analytics,,,,,, -cb068fb5-848c-4a71-90f8-26f425a34f44,Management and Leadership: Planning Your Personal Development,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/planning-your-personal-development,management;leadership,,,,,, -653d2a4b-3ec5-4a5e-8d3e-47373b528ac0,Marketing Mix Implementation Capstone,By IE Business School via Coursera,,course|https://www.classcentral.com/course/coursera-marketing-mix-implementation-capstone-5568,marketing,,,,,, -c5ad2635-86b3-4701-a06c-428517feff3e,Global Business Strategy,By University System of Maryland via edX,,course|https://www.edx.org/course/usmx-global-business-strategy,global-business;business;strategy,,,,,, -2edf35d4-ce35-4d67-8c74-b44a5222e922,Website Optimization Client Report Project,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-website-optimization-client-report-project-5550,seo,,,,,, -ebbc97d3-9307-4c53-a239-d1c349421c3b,Management and Leadership: Growing as a Manager,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/growing-as-a-manager,management;leadership,,,,,, -131f4995-d12d-497b-8fea-7b8cd5411550,Effective Fundraising and Leadership in Arts and Culture,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/fundraising-arts-culture,fundraising;leadership;arts-and-culture,,,,,, -d9ea162e-ceeb-4008-80ef-8e5f94fc2948,Effective Decision Making: Dealing with Business Complexity,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-effective-decision-making-dealing-with-business-complexity-11576,business;decision-making,,,,,, -9f48a437-c72c-48c8-85e4-1acabf671a8f,Mergers and Acquisitions: Accounting Principles,By New York Institute of Finance via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-mergers-and-acquisitions-accounting-principles-9401,mergers-and-acquisitions,,,,,, -f6117b22-6163-47ce-a06d-8a00356cee40,Alternative Finance,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-alternative-finance-13866,finance,,,,,, -0d89a8b9-91fb-4ef5-9687-d5be004837f2,Social Media in Healthcare: Opportunities and Challenges,By Taipei Medical University via FutureLearn,,course|https://www.futurelearn.com/courses/social-media-in-healthcare,social-media;healthcare,,,,,, -0d427404-7dd6-4bfa-96b1-81f46d4d9ff1,Innovation Management: Winning in the Age of Disruption,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-innovation-management-winning-in-the-age-of-disruption-8057,innovation,,,,,, -8a552161-79b4-4cbb-b136-f58583d42703,Mining for Development: The Taxation Linkage,By University of the Witwatersrand via edX,,course|https://www.classcentral.com/course/edx-mining-for-development-the-taxation-linkage-13865,taxation;mining,,,,,, -1b7d77de-83f6-4b53-bd04-3d9f6214f8e1,Accountant in Business,By ACCA via edX,,course|https://www.classcentral.com/course/edx-accountant-in-business-3914,accounting,,,,,, -bfff1fd2-3724-44b7-a897-fbe481a40470,Management Accounting,By ACCA via edX,,course|https://www.classcentral.com/course/edx-management-accounting-3916,accounting,,,,,, -3cc6fe14-8d77-4462-b5c6-0a86e8da4403,HR Fundamentals,By Chartered Institute for Personnel and Development via FutureLearn,,course|https://www.futurelearn.com/courses/hr-fundamentals,human-resources,,,,,, -292cd0d6-e7e3-43a0-91a5-dae124b4bce4,Hôtel “De l'étoile” - a hotel in crisis?,By ESSEC Business School via Coursera,,course|https://www.classcentral.com/course/coursera-hotel-de-l-etoile-a-hotel-in-crisis-5116,management;hospitality,,,,,, -d5deec80-5f9e-47f6-952d-e7dc398ea52b,People Management Skills,By Chartered Institute for Personnel and Development via FutureLearn,,course|https://www.futurelearn.com/courses/people-management-skills,human-resources;people-management,,,,,, -0a48cee3-e46c-4024-ad35-2cf797a72911,Financial Decision Making,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-financial-decision-making-9107,finance;decision-making,,,,,, -2141cf68-9685-43eb-8b19-c32c68d75b2f,Financial Management in Organizations,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-financial-management-in-organizations-9109,finance;management,,,,,, -0c9730ae-09c7-4ae5-9677-bfa31a8acfd0,Leading People and Teams Capstone,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-leading-people-and-teams-capstone-5112,people-management,,,,,, -363f09cb-f25d-4714-a075-c52af54be78d,Capstone - Managing Board Change for Higher Levels of Leadership and Governance Effectiveness,By State University of New York via Coursera,,course|https://www.coursera.org/learn/nonprofit-gov-capstone,leadership,,,,,, -79f9aaf8-f1c9-48c1-a082-2cfb604594c3,Organizational Leadership Capstone,By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-organizational-leadership-capstone-5134,leadership,,,,,, -395ee4d2-d39e-4af4-8c19-8b002497696e,Advanced Business Analytics Capstone,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-advanced-business-analytics-capstone-7038,business;analytics,,,,,, -029497f9-df94-427a-ad05-420300da505f,Wharton Entrepreneurship Capstone,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-wharton-entrepreneurship-capstone-5607,entrepreneurship,,,,,, -9dc09a9d-163f-4fb9-a01e-c2077a2f606c,Managing People: Connecting Motivation and Performance,By University of Reading via FutureLearn,,course|https://www.futurelearn.com/courses/managing-people-motivation,people-management,,,,,, -c295a0f3-5a6b-4d22-88d9-b3c7c91d81f5,Fundamentals of Accounting Capstone,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-fundamentals-of-accounting-capstone-6088,accounting,,,,,, -289c932f-1d51-489d-b3b2-d49107b5eef8,Introduction to Management Information Systems (MIS): A Survival Guide,By Universidad Carlos iii de Madrid via edX,,course|https://www.edx.org/course/introduction-to-management-information-systems-mis-a-survival-guide-3,management;information-technology,,,,,, -5374a950-8c6f-4b8d-b3f6-b43b4c74d36c,Lean Startup Principles for the Social Sector,By via +Acumen,,course|https://www.plusacumen.org/courses/lean-for-social-impact,startups,,,,,, -533719f3-153b-4bed-9781-8e1cd82aa967,Lean Data Approaches to Measure Social Impact,By via +Acumen,,course|https://www.plusacumen.org/courses/lean-data-approaches-measure-social-impact,business,,,,,, -2d6639ba-5fb0-45e0-92e7-3add12cd1a21,Capstone Assessment: Leadership in Global Development,By via edX,,course|https://www.edx.org/course/capstone-assessment-leadership-in-global-development-6,leadership,,,,,, -9b748eeb-cd4d-4af4-94b0-620f9b2dc239,Innovation and Creativity Management,By RWTH Aachen University via edX,,course|https://www.classcentral.com/course/edx-innovation-and-creativity-management-8184,innovation,,,,,, -18578d2b-e1cb-4f2a-bd45-3079e6adff2d,Managing Innovation,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-managing-innovation-12862,innovation,,,,,, -6d618260-aff9-41e1-9817-02ad701e05b4,How to Perform a Hotel Market Analysis and Valuation,By Glion Institute of Higher Education via FutureLearn,,course|https://www.futurelearn.com/courses/hotel-market-analysis-valuation,hospitality,,,,,, -c4d3f5c0-423d-4bfa-99a7-44257b574a86,Capstone: Build a Winning Investment Portfolio,By Rice University via Coursera,,course|https://www.coursera.org/learn/investment-portfolio-management-capstone,finance,,,,,, -ef623b45-5d20-4383-bdb7-9032f30650f3,Innovation: From Creativity to Entrepreneurship Capstone,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-innovation-from-creativity-to-entrepreneurship-capstone-9197,innovation,,,,,, -b7d7e84e-44b9-41a0-bae5-28dee44c960c,International Marketing & Cross Industry Growth Capstone Project,By Yonsei University via Coursera,,course|https://www.coursera.org/learn/international-vertical-marketing-capstone-project,marketing,,,,,, -a34d1bdb-a6c0-45b8-856f-74307bb0ceb8,A Swift Introduction to Geometric Algebra,,,video|https://www.youtube.com/watch?v=60z_hpEAtD8,geometric-algebra,,,,,3.0,oer -e979ccbe-ef4c-4648-b2e8-9d92bc150b48,Supply Chain Design,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/supply-chain-design-0,supply-chain,,,,,, -c88020ac-90c1-440f-a599-9e1f24f171e7,Leadership and Influence,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-leadership-and-influence-11672,leadership;influence,,,,,, -74fecb4c-fa45-4bf7-a81c-b7aa4ec1270e,Business Fundamentals: Project Management,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-business-fundamentals-project-management-6386,project-management,,,,,, -459b06d6-b8a5-4289-8a36-f05a796b5caf,Finance Fundamentals: Financial Services after the Banking Crisis,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-finance-fundamentals-financial-services-after-the-banking-crisis-6397,finance,,,,,, -7ed4658f-18ef-4336-9e9e-1162becd9236,Competitive Strategy and Organization Design Project,By Ludwig-Maximilians-Universität München via Coursera,,course|https://www.coursera.org/learn/organization-strategy-project,organization,,,,,, -c88cc27d-6663-4418-ac26-18262e7199d6,The Digital Economy: Effective Supply Chain Management,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/supply-chain-management,supply-chain,,,,,, -2892e39e-b33c-4ff9-be9d-9042ac5e417d,Leading and Managing People-Centred Change,By Durham University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-leading-and-managing-people-centred-change-8954,people-management,,,,,, -6757e46a-35de-4ec9-8660-d88d6b267458,Strategic Social Media Marketing,By Boston University via edX,,course|https://www.edx.org/course/strategic-social-media-marketing-2,social-media;marketing,,,,,, -8dd13a34-c20a-4131-b99a-809d82c8c0f6,Leading in the Digital Age,By Boston University via edX,,course|https://www.edx.org/course/leading-in-the-digital-age-2,leadership,,,,,, -917d601c-8701-4942-bca3-d0ccdbc7c0df,New Product Development,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-new-product-development-12804,business,,,,,, -6c685299-5879-4dc1-ab88-372121b750b5,Electric Cars: Introduction,By Delft University of Technology via edX,,course|https://www.edx.org/course/electric-cars-introduction-2,electric-cars,,,,,, -09121225-0afd-4e27-a568-ed3d5fb7f7b1,Electric Cars: Business,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-electric-cars-business-11415,electric-cars,,,,,, -f81f69f1-5fbd-4cff-afea-fbdf1a2a535d,Construction Ethics and Compliance,By via FutureLearn,,course|https://www.futurelearn.com/courses/construction-ethics-compliance,construction;ethics;compliance,,,,,, -c899dcda-eea4-41c2-9f60-28cf032bdfd4,Sustainable Tourism: Society & Environmental Aspects,By Wageningen University via edX,,course|https://www.edx.org/course/sustainable-tourism-society-environmental-aspects-3,tourism;sustainability,,,,,, -d049c237-e88d-4e2a-9bb3-020e53754982,Strategic Management: From Intuition to Insight,By RWTH Aachen University via edX,,course|https://www.edx.org/course/strategic-management-from-intuition-to-insight-3,management,,,,,, -efbbc632-cd4f-40b6-803c-08c9dcc37f03,Blended Learning Essentials: Digitally-Enriched Apprenticeships,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-blended-learning-essentials-digitally-enriched-apprenticeships-11102,learning,,,,,, -ccdf332a-e031-44dd-b52e-152fd248e99f,Corporate Finance,By University System of Maryland via edX,,course|https://www.edx.org/course/usmx-corporate-finance,corporate-finance,,,,,, -e6e12fc6-7b6b-4697-b019-4efc14ba15b5,Management and Leadership: Leading a Team,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-management-and-leadership-leading-a-team-6385,leadership;management,,,,,, -540dc0ac-8c36-4016-9827-176676a74ac8,Teaching Entrepreneurial Thinking,By Queensland University of Technology via FutureLearn,,course|https://www.futurelearn.com/courses/teaching-entrepreneurial-thinking,entrepreneurship,,,,,, -73b8d2e8-9417-46ce-b3b8-a2218328948d,Management and Leadership: Well-being and Welfare at Work,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/well-being-and-welfare-at-work,leadership;management,,,,,, -6902b410-9378-4509-bf49-1fcd189a56aa,Managing People: Teamwork and Diversity,By University of Reading via FutureLearn,,course|https://www.futurelearn.com/courses/managing-people-teamwork,people-management,,,,,, -75808bcc-d180-4c57-9b69-63055b1a9699,Business Leadership Capstone Assessment,By University of Queensland via edX,,course|https://www.edx.org/course/business-leadership-capstone-assessment-3,leadership,,,,,, -a9e2b104-9fce-4ad4-9009-9038a2a86829,Influencing Stakeholders: Discover Your Leadership Style and Deal with Power and Dynamics,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-influencing-stakeholders-discover-your-leadership-style-and-deal-with-power-and-dynamics-11577,leadership;influence,,,,,, -6f9d0550-bfcb-4235-861d-d31c52650ded,Managerial Accounting and Corporate Control,By Indiana University via edX,,course|https://www.edx.org/course/managerial-accounting-and-corporate-control-2,accounting,,,,,, -4b797653-cc95-4efa-982f-a0ebb70290c6,Business Models for Social Enterprise,By Miller Center for Social Entrepreneurship via +Acumen,,course|https://www.plusacumen.org/courses/business-models-social-enterprise,business,,,,,, -2cbf5673-112d-4047-8fe9-4ca56319c1d3,Writing for Social Media,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-writing-for-social-media-10284,social-media,,,,,, -b4e6a2e7-9d13-46df-ad11-59856b3aa71e,The Lyrics: 1961-2012,By Bob Dylan,https://learn-awesome.github.io/assets/book_covers/21412359.jpg,book|https://www.goodreads.com/book/show/21412359-the-lyrics,poetry,,,,,, -f802472e-e34d-4689-b0a9-e11a57f703ad,Digital Ecosystem Infrastructure,By Indiana University via edX,,course|https://www.classcentral.com/course/edx-digital-ecosystem-infrastructure-13171,cloud-computing;information-technology;business,,,,,, -3df051ef-e36a-47ab-8518-5b625d594790,Supply Chain Technology and Systems,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-supply-chain-technology-and-systems-6366,supply-chain,,,,,, -6199ac81-301f-45f4-b4e4-8b7ade5da1ff,DO Your Venture: Entrepreneurship For Everyone,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/do-your-venture-entrepreneurship-for-everyone-2,entrepreneurship,,,,,, -dc43db08-ee04-472a-a20a-7f8b43b891d4,Introduction to Intercultural Studies: The Branding of Culture,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/intercultural-studies-branding-culture,culture,,,,,, -28ffacaa-fed9-4e0a-91a9-d052c7f121a0,Data Analysis for Decision Making,By University System of Maryland via edX,,course|https://www.edx.org/course/usmx-data-driven-decision-making,analytics,,,,,, -770a71b2-c865-4040-af4e-7d3c604908c3,Financial Accounting for Corporations,By University System of Maryland via edX,,course|https://www.edx.org/course/financial-accounting-for-corporations-3,accounting,,,,,, -89c6db26-3d0a-465d-932f-163ee0d47c64,Supply Chain Analytics,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-supply-chain-analytics-6367,supply-chain,,,,,, -56e0ebd4-ae8e-4dd7-af06-def9fe1d9072,Entrepreneurship: Disruptive Innovation in Academics and Business,By Universidad Politécnica de Madrid via Miríadax,,course|https://miriadax.net/web/entrepreneurship-disruptive-innovation-in-academics-and-business-2-edicion-/inicio,entrepreneurship,,,,,, -9f67f348-0939-4443-ab2d-965eb2aff309,Managing People: Understanding Your Organisational Culture,By University of Reading via FutureLearn,,course|https://www.futurelearn.com/courses/managing-people-organisational-culture,people-management,,,,,, -dbabc9a3-339a-4a26-ba12-b36c2c8046be,Developing Breakthrough Innovations with the Three Box Solution,By Dartmouth via edX,,course|https://www.classcentral.com/course/edx-developing-breakthrough-innovations-with-the-three-box-solution-11328,innovation,,,,,, -0a20315b-37d5-40e6-9ac9-1f2a421c9dd8,Introduction to Clifford Algebra,,,article|https://www.av8n.com/physics/clifford-intro.htm,abstract-algebra,,,,,, -bf6180e7-c64d-41cd-bf22-45725a206ccb,Leading High-Performing Teams,By University of Queensland via edX,,course|https://www.classcentral.com/course/edx-leading-high-performing-teams-9182,leadership,,,,,, -a4b84ec4-aaf5-4c36-926f-676047747506,Becoming an Effective Leader,By University of Queensland via edX,,course|https://www.edx.org/course/becoming-an-effective-leader-2,leadership,,,,,, -53119d87-31ec-4f1c-b258-a70187ebe1d1,Leading the Organization,By University of Queensland via edX,,course|https://www.edx.org/course/leading-the-organization-3,leadership,,,,,, -a608d8fd-ab17-4d7c-aa9d-a974fb5f972a,Leading in a Complex Environment,By University of Queensland via edX,,course|https://www.classcentral.com/course/edx-leading-in-a-complex-environment-9184,leadership,,,,,, -86eeaedd-bbed-4ad6-b89b-c6a6b33ce676,Executing Breakthrough Innovations with the Three Box Solution,By Dartmouth via edX,,course|https://www.edx.org/course/executing-breakthrough-innovations-with-the-three-box-solution-2,innovation,,,,,, -5c31bb04-9f12-472c-8809-ca762aeea923,Project Finance: Funding Projects Successfully,By Delft University of Technology via edX,,course|https://www.edx.org/course/project-finance-funding-projects-successfully-2,finance;project-management,,,,,, -3bb4f69d-2808-4daf-a65a-a356b7e9c7c8,International Project Management,By Rochester Institute of Technology via edX,,course|https://www.edx.org/course/international-project-management-3,project-management,,,,,, -b905bbe0-5098-4bc4-9de5-917a9e8e5a5d,Best Practices for Project Management Success,By Rochester Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-best-practices-for-project-management-success-7288,project-management,,,,,, -967fefa8-0e96-4860-b4ca-0f2366a2b4b7,Project Management Life Cycle,By Rochester Institute of Technology via edX,,course|https://www.edx.org/course/project-management-life-cycle-3,project-management,,,,,, -90079e2d-51d9-4fa0-883e-56e49ad08b1b,Predictive Analytics,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/predictive-analytics-2,analytics,,,,,, -aa27db2e-a189-4661-9958-472bfab77020,Organizational Design: Creating Competitive Advantage,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-organizational-design-creating-competitive-advantage-7882,organization,,,,,, -74d1d9c7-b474-4f25-91fc-39f80657b22f,People Management,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/people-management-3,people-management,,,,,, -8c94a5ab-dafd-4f80-9224-7c93cc7a34d5,Taxes and Decision Making,By Indiana University via edX,,course|https://www.edx.org/course/taxes-and-decision-making,taxation,,,,,, -c90631c4-a8ce-4052-992f-c8a1c599a837,Supply Chain Dynamics,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/ctl-sc3x-supply-chain-dynamics-0,supply-chain,,,,,, -513892d3-b1c7-4332-9f7d-af7774a85d86,Strategy and the Sustainable Enterprise,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-strategy-and-the-sustainable-enterprise-4081,business;sustainability,,,,,, -b1fea015-982f-454f-ae8a-eb86197d0789,Supply Chains for Manufacturing I,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-supply-chains-for-manufacturing-i-10287,supply-chain,,,,,, -2f7e6cb4-aac2-4c37-8f33-b11ab06c25d0,Manufacturing Systems II,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-manufacturing-systems-ii-10294,manufacturing,,,,,, -ffe03be0-7916-4d70-a6e1-4e231261d06f,Project Management: Mastering Complexity,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-project-management-mastering-complexity-8249,project-management,,,,,, -6d8d5da6-ed1f-4106-b69a-bc3e20f3eab9,Operations Management,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/operations-management-0,operations-management,,,,,, -dd61c2fc-4423-429d-b96d-16e6ebe09b2e,Accounting and Finance,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-accounting-and-finance-7273,accounting;finance,,,,,, -5e31ddf5-3923-4ec0-8f7c-3b83b64beb28,Introduction to Investments,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-introduction-to-investments-5999,finance,,,,,, -818276c3-9521-4006-9c5b-97171c6d2673,Corporate Finance,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/corporate-finance-3,corporate-finance,,,,,, -30d099fb-b1b5-44e5-88cc-ec18e3eef897,Strategic Management,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/strategic-management-2,management,,,,,, -c7021ec7-d822-4844-942e-7f4c78c2601e,Fundamentals of Project Management,By Philanthropy University via Independent,,course|https://www.classcentral.com/course/independent-fundamentals-of-project-management-11970,project-management,,,,,, -549403f7-738f-40bf-9d9b-fd7c4d12e126,Starting a Business 1: Vision and Opportunity,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/starting-a-business-1,entrepreneurship,,,,,, -6358c351-8abe-4f70-8c9b-0870204f086b,Global Social Entrepreneurship,By Philanthropy University via Independent,,course|https://courses.philanthropyu.org/courses/course-v1:PhilanthropyU+SocialEntrepreneurship_101+1_1.6_20180903_20181014/about,entrepreneurship,,,,,, -cbf5110a-82eb-4bf4-b509-506a623632c2,Social Impact: Planning for Success,By Philanthropy University via Independent,,course|https://courses.philanthropyu.org/courses/course-v1:PhilanthropyU+SocialImpact_000+1_1.0_20180702_20180805/about,social-entrepreneurship,,,,,, -bb5d117b-5792-4b20-8efb-ff7a3ffe0b25,Human Capital Strategy,By Philanthropy University via Independent,,course|https://courses.philanthropyu.org/courses/course-v1:Acumen+HumanCapital_101+1_1.0_20180416_20180527/about,social-entrepreneurship,,,,,, -fab431b9-d15f-4457-8561-ae58f555aa25,Advocacy,By Philanthropy University via Independent,,course|https://www.classcentral.com/course/independent-advocacy-11967,social-entrepreneurship,,,,,, -9a9b060b-7c9b-4bf9-855e-72b5c4dd6c4f,Essentials of Nonprofit Strategy,By Philanthropy University via Independent,,course|https://courses.philanthropyu.org/courses/course-v1:PhilanthropyU+Strategy_000+1_1.0_20180402_20180527/about,social-entrepreneurship,,,,,, -13b2dec4-24a6-41e5-aae6-f2a7c2e63400,Business Analytics & Text Mining Modeling Using Python,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_mg47/preview,analytics;text-mining;programming-languages/python,,,,,, -90c1bf23-5a1a-473b-b7f5-30bc0729bd6b,Decision making using financial accounting,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_mg44/preview,accounting,,,,,, -34abc61c-99fc-43e3-8279-aefa2d13a574,Financial Derivatives & Risk Management,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-financial-derivatives-risk-management-14056,finance;derivatives,,,,,, -01d88cc9-a01b-47a0-a62d-24c1525d26de,Performance and Reward Management,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-performance-and-reward-management-14229,management,,,,,, -01979f61-f06e-497b-bb05-cda39ee1af60,E-Business,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_mg54/preview,business,,,,,, -302d3f56-31be-499b-a69a-8fb3c4f2d522,Marketing Management-I,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_mg48/preview,marketing,,,,,, -d884bfc1-f1cc-481a-b62b-a429513c83c8,Management Accounting,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-management-accounting-14177,accounting,,,,,, -a2dd0cff-9e90-4eed-86ed-69b1c793e327,Business Analytics & Data Mining Modeling Using R Part II,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-business-analytics-data-mining-modeling-using-r-part-ii-13931,analytics;programming-languages/r,,,,,, -8cbc6d87-67d5-47a9-b899-dc85281bf684,Manufacturing Systems Technology,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-manufacturing-systems-technology-3974,manufacturing,,,,,, -f60b61ed-895b-4155-931b-d921d5ad4ef3,Project Management,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_mg30/preview,project-management,,,,,, -5d0df7d4-6146-4794-9baa-f45f5c3d43b2,Project management for managers,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-project-management-for-managers-14261,project-management,,,,,, -34241c49-fbb8-4085-a887-b4895a51f0f7,Financial Accounting,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-financial-accounting-14054,accounting,,,,,, -e2ce2d03-e0f3-4f38-a913-c9f88cfdbddb,The Ethical Corporation,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-the-ethical-corporation-14328,business;ethics,,,,,, -773b1c04-f3ac-4dbb-a711-4e416a5cda90,Human Resource Development,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_mg51/preview,human-resources,,,,,, -98aac485-dde5-4534-a158-d4cf36aeade0,Cost Accounting,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-cost-accounting-13968,accounting,,,,,, -8dc6a562-6aec-451c-8782-7c1e5cbe75f4,Training of Trainers,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_mg32/preview,training,,,,,, -d3628e6b-72ff-4388-bae0-f4d49984a933,Working Capital Management,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-working-capital-management-14361,management;finance,,,,,, -31d5aeb6-7d02-47e1-8dc9-6bf121fd40a0,Leadership,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_mg34/preview,leadership,,,,,, -54034015-be91-460d-a644-382a1b6aa990,HSE Practices for Offshore and Petroleum Industries,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_oe02/preview,oil-and-gas,,,,,, -c2a4ccb9-fd61-42a8-ad03-51383a2a2442,Business Ethics,By Savitribai Phule Pune University via Swayam,,course|https://swayam.gov.in/nd2_cec19_mg24/preview,business;ethics,,,,,, -b92b1595-3932-4f56-9ee0-d0dfbaaddf1b,Course in Special Services Marketing in India,By Savitribai Phule Pune University via Swayam,,course|https://www.classcentral.com/course/swayam-course-in-special-services-marketing-in-india-13970,marketing,,,,,, -77a772ae-5f23-466f-bb6d-7c3457503191,"Visionary leadership, identity & motivation: Become a meaning maker",By Macquarie University via Coursera,,course|https://www.classcentral.com/course/coursera-visionary-leadership-identity-motivation-become-a-meaning-maker-12168,leadership,,,,,, -a02f88dd-9e4b-4c2b-a6fe-701e00784d5b,Innovation: the Food Industry,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/food-innovation,innovation;food,,,,,, -e690b01d-70d2-42c8-806d-6c042d70075a,Innovation: the World's Greatest,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-innovation-the-world-s-greatest-5006,innovation,,,,,, -518c204c-2895-44b5-9742-d788a7266ae3,Starting a Business 5: Managing Finances,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-starting-a-business-5-managing-finances-5012,entrepreneurship;finance,,,,,, -904251a2-32f9-46f7-bdc5-71b9fee24ea8,Poetry in America: Whitman,By Harvard University via edX,,course|https://www.edx.org/course/poetry-america-whitman-harvardx-ampox-3-0,poetry,,,,,, -d697fec4-57d3-469e-a5d9-0117c5e797cc,Strategic Business Management - Microeconomics,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-strategic-business-management-microeconomics-9220,microeconomics,,,,,, -b9a21a7d-ea9e-4a56-bfda-a205ecfd3ffd,Fundamentals of Office Management and Methods,By Savitribai Phule Pune University via Swayam,,course|https://www.classcentral.com/course/swayam-fundamentals-of-office-management-and-methods-14076,management,,,,,, -c143f10a-ada3-42b3-ac92-295f64db813a,Innovation: the Fashion Industry,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-innovation-the-fashion-industry-5004,innovation;fashion,,,,,, -274b992f-839b-4af3-9aaa-0f59bce26fea,Starting a Business 6: Funding Your Business,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-starting-a-business-6-funding-your-business-5013,entrepreneurship,,,,,, -b534993b-1f29-4e7e-ae6f-25a80d84ae3b,The Digital Economy: Success through Market Segmentation,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/market-segmentation,marketing,,,,,, -6091362d-7d31-47c6-ab68-d25a333bba06,"Brand Management: Aligning Business, Brand and Behaviour",By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/brand,branding,,,,,, -8d106cd8-8a4a-4597-8cb0-e80f3d799401,Starting a Business 2: People and Networks,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-starting-a-business-2-people-and-networks-5009,entrepreneurship,,,,,, -8ec1092e-d053-49d4-b35f-376d7ecff7b4,Finance Fundamentals: Managing the Household Balance Sheet,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-finance-fundamentals-managing-the-household-balance-sheet-6396,personal-finance,,,,,, -e84bc64b-b5ac-4ef3-910f-156656c5d5cd,Entrepreneurship Strategy: From Ideation to Exit,By HEC Paris via Coursera,,course|https://www.coursera.org/learn/entrepreneurship-strategy,entrepreneurship,,,,,, -ba76663e-7cfc-4f91-bb3b-060ad5e58fec,Global Challenges in Business Capstone,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/global-challenges-business-capstone,business,,,,,, -14af627f-8e9d-425b-ae38-16481b300d4c,Retail Management,By Savitribai Phule Pune University via Swayam,,course|https://www.classcentral.com/course/swayam-retail-management-14274,retail;management,,,,,, -9a207e61-da78-46a0-b62b-22455c16e7bd,Measuring Entrepreneurial Impact,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/measuring-entrepreneurial-impact,entrepreneurship,,,,,, -2d2d2ef1-0c11-4a73-9b41-6b95c53da828,Starting a Business 4: Business Processes,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/starting-a-business-4,entrepreneurship,,,,,, -88e85aab-7002-4673-bdf3-71b1f3111a78,Geometric Algebra in 2D - Fundamentals and Another Look at Complex Numbers,,,video|https://www.youtube.com/watch?v=PNlgMPzj-7Q&list=PLpzmRsG7u_gqaTo_vEseQ7U8KFvtiJY4K,geometric-algebra,,,,,,oer -001b9fe5-8b42-46cd-b2be-48ca6d7e5c39,Capstone Value Creation through Innovation,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-capstone-value-creation-through-innovation-11957,innovation,,,,,, -56004f46-d902-46a3-9606-91fa0dfeba4f,Starting a Business 3: Customers and Competitors,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/starting-a-business-3,entrepreneurship,,,,,, -387766f6-920f-463a-a8d4-cd1863574b78,Corporate Finance I: Measuring and Promoting Value Creation,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/corporate-finance-measure-success,corporate-finance,,,,,, -337d45c4-1652-4797-bb64-ecf1984bbe3d,Digital Media and Marketing Principles,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-digital-media-and-marketing-principles-2748,marketing,,,,,, -35f2175a-ae29-465e-82a2-9bb940d298e4,Entrepreneurship I: Laying the Foundation,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-entrepreneurship-i-laying-the-foundation-9047,entrepreneurship,,,,,, -f9fc3e56-2d56-47d6-8e03-a592845d0c9d,The Roles and Responsibilities of Nonprofit Boards of Directors within the Governance Process,By State University of New York via Coursera,,course|https://www.classcentral.com/course/coursera-the-roles-and-responsibilities-of-nonprofit-boards-of-directors-within-the-governance-process-4669,non-profits,,,,,, -7644776d-e80e-4428-a95e-2da67329b58d,Foundations of Everyday Leadership,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/everyday-leadership-foundation,leadership,,,,,, -a42aa62d-3cb6-47d8-9828-c565fb65666d,Investments I: Fundamentals of Performance Evaluation,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-investments-i-fundamentals-of-performance-evaluation-6754,investing,,,,,, -4800987a-d81a-4f2f-8ef1-8aa5877629df,Financial Accounting: Foundations,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-financial-accounting-foundations-6749,accounting,,,,,, -5a70e24f-bddd-42cf-82e9-fff2a0094c9f,Marketing Management I,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-marketing-management-i-6759,marketing,,,,,, -ec65b272-711a-4b11-a505-49a22c88629c,Global Strategy I: How The Global Economy Works,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/global-strategy,economics,,,,,, -dcfaaa1e-c521-4a0f-a35d-65aec893bc4e,Financial Accounting,"By Devi Ahilya Viswavidyalaya, Indore via Swayam",,course|https://www.classcentral.com/course/swayam-financial-accounting-14053,accounting,,,,,, -04f8aab2-d7ff-4cc5-8efb-9ab38dc0f984,Basics of Digital Marketing,"By Devi Ahilya Viswavidyalaya, Indore via Swayam",,course|https://swayam.gov.in/nd2_cec19_mg23/preview,marketing,,,,,, -1a03cf8e-4dc2-4399-bd60-8cdb08acfc2d,Valuation for Startups Using Discounted Cash Flows Approach,By Yonsei University via Coursera,,course|https://www.coursera.org/learn/discounted-cash-flow,valuation;investing,,,,,, -4add97b2-486a-4822-b35c-114c6325638a,Project Management Project,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/project-management-capstone,project-management,,,,,, -8c13bd0a-b7ce-4f35-b3d3-aa87874c28c2,Entrepreneurship 4: Financing and Profitability,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-entrepreneurship-4-financing-and-profitability-5476,entrepreneurship,,,,,, -a0cce432-9241-4620-afd3-b94fdb90af64,SAP Analytics Cloud – Authentication and Data Connectivity,By via openSAP,,course|https://open.sap.com/courses/sac2,software-tools/sap,,,,,, -94016814-57b1-4a12-8142-08ece49dbacb,Introduction to Time Value of Money,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-introduction-to-time-value-of-money-9691,finance,,,,,, -16509ee5-6d1c-4968-96fb-80f7724993a4,Capital Markets and Key Participants,By New York Institute of Finance via edX,,course|https://www.edx.org/course/capital-markets-key-participants-new-york-institute-finance-cm1-x,finance,,,,,, -4473adfd-c0d0-48cd-a32c-66f266f3207a,Introduction to Money Markets,By New York Institute of Finance via edX,,course|https://www.edx.org/course/introduction-money-markets-new-york-institute-finance-cm2-x,finance,,,,,, -80e11698-8266-41bd-b2fe-bddf8a4fc603,Introduction to Foreign Exchange (FX),By New York Institute of Finance via edX,,course|https://www.edx.org/course/introduction-foreign-exchange-fx-new-york-institute-finance-cm3-x,finance,,,,,, -7d2c8d2c-92a9-4739-8042-cc6140af13bd,"Introduction to Bond, Equity Markets and Financial Regulation",By New York Institute of Finance via edX,,course|https://www.edx.org/course/introduction-bond-equity-markets-new-york-institute-finance-cm5-x,finance,,,,,, -e4d060a7-8fb3-40db-8e36-d4a28e4b9713,Introduction to Marketing,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-introduction-to-marketing-5644,marketing,,,,,, -617bf26a-31cb-4f9f-a749-00cee0da9e30,Organizational Behaviour,By The University of British Columbia via edX,,course|https://www.edx.org/course/organizational-behaviour-ubcx-busobhr1x,organization,,,,,, -cb6f81e7-b99d-4f7f-86c4-794b0b077114,Designing and Implementing Effective Entrepreneurship Policies,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-designing-and-implementing-effective-entrepreneurship-policies-11787,entrepreneurship,,,,,, -05d1431a-369b-4ecc-bc87-84c5d8d63492,Entrepreneurs without borders,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-entrepreneurs-without-borders-6940,entrepreneurship,,,,,, -2db32aa7-8ea9-42b4-9e84-19cb53a12edc,Technology clusters for the Next Production Revolution in Africa,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.pok.polimi.it/courses/course-v1:Polimi+NPR102+2019_M2/about,africa;technology;business,,,,,, -1dd96bdf-457c-4ea0-b632-5c85c0525150,Innovation Strategies for Electric Mobility: The StreetScooter Case,By RWTH Aachen University via edX,,course|https://www.classcentral.com/course/edx-innovation-strategies-for-electric-mobility-the-streetscooter-case-13239,innovation,,,,,, -e7513630-e81f-4ead-8ebb-6fed322ddad3,Tourism Management at UNESCO World Heritage Sites (vol. 2),By Université Paris 1 Panthéon-Sorbonne via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:Paris1+16012+session01/about,tourism;management,,,,,, -62fd4e8d-82de-478f-8024-b5d22b0baf60,Fundamentals of Organization,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-fundamentals-of-organization-10148,organization,,,,,, -0114ebc9-f61c-4f6e-8b5c-a88aa3afd14c,Fundamentals of Strategy,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-fundamentals-of-strategy-9472,strategy;business,,,,,, -b67e8011-45fa-4a3a-99ae-3aa9a35939e3,Fundamentals of Operations,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.pok.polimi.it/courses/course-v1:Polimi+OPE101+2019_M5/about,operations-management,,,,,, -8062d85b-b4bf-4ad8-b063-b0606d5a3256,Fundamentals of financial and management accounting,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.pok.polimi.it/courses/course-v1:Polimi+FinAccount101+2019_M5/about,accounting,,,,,, -9cddbd86-5ae8-4633-906b-23e8cf8b5eb2,A Simple Derivation of Heron’s Formula,,,article|https://sinews.siam.org/Details-Page/a-simple-derivation-of-herons-formula-2,heron-formula,,,,,, -2fe6d44e-c41f-4e60-9143-cf524bc30a45,Communicating in a Global Context,By Arizona State University via edX,,course|https://www.classcentral.com/course/edx-communicating-in-a-global-context-7262,communication,,,,,, -87f7c211-8960-423c-bf65-dd7b0f1f037a,Responsible Innovation: Building Tomorrow’s Responsible Firms,By Delft University of Technology via edX,,course|https://www.edx.org/course/building-tomorrows-responsibly-innovative-firms,corporate-social-responsibility,,,,,, -5957a3cf-53ab-4000-a179-0bccf5f9cb9b,SAP C/4HANA Business Processes: Lead-to-Cash,By via openSAP,,course|https://open.sap.com/courses/cx1,software-tools/sap,,,,,, -9b1f8d39-cf1b-4557-8a37-0f1822284d6f,Global Ethics: An Introduction,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/global-ethics,ethics,,,,,, -1e8d0938-3d83-443a-a393-e9a1d05c6c0f,Ethical Leadership in a Changing World,By Victoria University of Wellington via edX,,course|https://www.classcentral.com/course/edx-ethical-leadership-in-a-changing-world-13582,leadership;ethics,,,,,, -3c488f62-22b6-409b-8434-d6a82ce2cbfc,Adaptive Leadership,By via +Acumen,,course|https://www.plusacumen.org/courses/adaptive-leadership,leadership,,,,,, -66194ed6-2f64-4aa6-85d5-75bbf58e5fb2,Hospitality Industry In Tourism,By University of Mysore via Swayam,,course|https://www.classcentral.com/course/swayam-hospitality-industry-in-tourism-14110,hospitality;tourism,,,,,, -3473440f-ed6f-4f4f-8488-36de835c11ef,Supply Chain Management,"By Avianshilingam Institute for Home Science and Higher Education for Women, Coimbatore via Swayam",,course|https://swayam.gov.in/nd2_ugc19_hs51/preview,supply-chain;management,,,,,, -8f291996-2cdf-4521-8944-f9abce6d91bd,Brand Management,By Indian Institute of Management Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-brand-management-13928,branding;management,,,,,, -fce1485c-a772-414f-b63d-805141be4b34,Results-Based Financing,By Philanthropy University via Independent,,course|https://www.classcentral.com/course/independent-results-based-financing-11969,finance,,,,,, -7923b333-04c9-4af8-a5fb-28b7aed05d39,Tourism And Travel Management,By University of Mysore via Swayam,,course|https://swayam.gov.in/nd2_cec19_mg29/preview,tourism;management,,,,,, -0024df33-b32b-48c0-9c4f-73d089d32aa3,Tourism Operations,By University of Mysore via Swayam,,course|https://swayam.gov.in/nd2_cec19_mg31/preview,tourism;operations,,,,,, -b5325f71-d5a7-4bf7-ae94-360ce60cefb2,Tourism Transport and Travel Services,By University of Mysore via Swayam,,course|https://www.classcentral.com/course/swayam-tourism-transport-and-travel-services-14342,tourism;management,,,,,, -b709f1d1-1ac9-4372-a814-d959b144f2b2,Entrepreneurship: Do your Venture,By Indian Institute of Management Bangalore via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg03/preview,entrepreneurship,,,,,, -5ab2f8db-3214-4351-8c01-0efc22d3ecc8,Conceptual Framework of Accounting,"By Jai Narain Vyas University, Jodhpur via Swayam",,course|https://swayam.gov.in/nd2_cec19_cm03/preview,accounting,,,,,, -ae3d31ed-bbf0-4a41-8771-5a30fac8c98c,Consumer Buyer Behaviour,By Welingkar Institute of Management via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg20/preview,marketing,,,,,, -20eba822-bc67-4437-bb7c-7db83f7cadb8,Customer Relationship Management,By Indian Institute of Management Bangalore via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg10/preview,crm,,,,,, -2f989573-ed04-4ad0-8b6a-5ce217e23bb2,Digital Marketing,By UGC via Swayam,,course|https://swayam.gov.in/nd2_ugc19_hs26/preview,marketing,,,,,, -55f28afd-2887-4bd0-8c10-b916236a4747,Family Resource Management and Housing,By CEC via Swayam,,course|https://www.classcentral.com/course/swayam-family-resource-management-and-housing-14049,business,,,,,, -245a7cb9-d090-4d96-a78b-f1dd1f778f31,Financial Accounting and Analysis,By Indian Institute of Management Bangalore via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg07/preview,accounting,,,,,, -402402d6-d8ca-46c6-81f8-bf217d37991b,Introduction to Marketing Essentials,By Indian Institute of Management Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-marketing-essentials-14156,marketing,,,,,, -003d71ac-8e88-4604-9cd3-90157f965456,Tourism Resources of India,By University of Mysore via Swayam,,course|https://www.classcentral.com/course/swayam-tourism-resources-of-india-14341,tourism;nations/india,,,,,, -8434504a-f6fb-4310-a0cd-fabc43ace205,Goods and Services Tax,By University of Mysore via Swayam,,course|https://www.classcentral.com/course/swayam-goods-and-services-tax-14101,nations/india/gst,,,,,, -3d67c1bf-2c00-4575-a7f6-256e9f4dbd98,Corporate Tax Planning,"By Netaji Subhas Open University, Kolkata via Swayam",,course|https://www.classcentral.com/course/swayam-corporate-tax-planning-13966,taxation,,,,,, -891e20ec-57b4-45f2-8902-5dbde190b56b,Entrepreneurship,"By Jai Narain Vyas University, Jodhpur via Swayam",,course|https://swayam.gov.in/nd2_cec19_mg39/preview,entrepreneurship,,,,,, -d4ed92ee-d7be-4522-af05-611601053ac2,Introduction to Personal Lines Insurance,By Chartered Insurance Institute via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-personal-lines-insurance-13729,insurance,,,,,, -a6347743-8b67-4fa0-86c6-2fbfe39bd7b3,Let's remove Quaternions from every 3D Engine: Intro to Rotors from Geometric Algebra,,,video|https://www.youtube.com/watch?v=Idlv83CxP-8;interactive|https://marctenbosch.com/quaternions/,geometric-algebra;quaternions,,,,,,oer -df3a5090-576d-42f5-9866-a78c7cd6fac8,Improve Your Intercultural Competence,By Purdue University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-improve-your-intercultural-competence-8642,culture,,,,,, -a3e26a14-6715-4f9f-b928-6ecb2c2b4fbf,Clinical Supervision: Planning Your Professional Development,By University of East Anglia via FutureLearn,,course|https://www.futurelearn.com/courses/clinical-supervision-professional-development,medicine;careers,,,,,, -6892a165-3afa-45e1-9a8b-d6f0b07e0027,The Shape of Space,,,book|https://www.goodreads.com/en/book/show/599877.The_Shape_of_Space,mathematics;geometry,,,,,, -068a33ae-c731-4e08-b75c-69db98876fc7,Setting Up a Nonprofit Board,By Philanthropy University via Independent,,course|https://www.classcentral.com/course/independent-setting-up-a-nonprofit-board-12775,non-profits,,,,,, -4777bf32-ebd6-4729-8732-69b87b4c82c5,Advanced Corporate Strategy,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-advanced-corporate-strategy-13816,strategy;business,,,,,, -c831b33e-2e19-45f5-9ae4-0c643672f5bb,Indian Agricultural Development,By IGNOU via Swayam,,course|https://swayam.gov.in/nd2_nou19_ag08/preview,agriculture;nations/india,,,,,, -8bd84cbc-2e65-4ea6-a366-522117556b85,Introduction to Poultry Farming,By IGNOU via Swayam,,course|https://swayam.gov.in/nd2_nou19_ag09/preview,poultry,,,,,, -f15a96f5-f85a-4fac-a765-273e4fdcd782,Introduction to GST,"By Netaji Subhas Open University, Kolkata via Swayam",,course|https://www.classcentral.com/course/swayam-introduction-to-gst-14150,nations/india/gst,,,,,, -67143259-7a19-4d6e-9130-c22f07263f98,Intelligent Decisions with SAP Analytics Cloud,By via openSAP,,course|https://open.sap.com/courses/sac1,software-tools/sap,,,,,, -a07701fa-500b-4f96-b92b-631d1e6fd559,Technology Entrepreneurship,By via Independent,,course|https://www.classcentral.com/course/independent-technology-entrepreneurship-313,entrepreneurship,,,,,, -a47150bd-9345-4488-87dd-5d16c2e28895,10 Insanely Great Advantages Of Reading Books | Summary Lover,,,article|https://summarylover.com/2021/01/advantages-of-reading-books.html,academics;book-club,,,intermediate,,, -584c1e69-7dac-42bb-9fe4-adbe2d2f9135,Business 101,By via OpenLearning,,course|https://www.classcentral.com/course/openlearning-business-101-754,business,,,,,, -7c114ca7-1a2e-4ffe-af74-9973f504bcad,Applied Real Estate,By Florida International University via Open Education by Blackboard,,course|https://coursesites.com/?course_id=_241368_1,real-estate,,,,,, -6d4968fd-2ff7-42ab-930c-82ace5e36b95,Finance,By Stanford University via NovoEd,,course|https://www.novoed.com/finance13,finance,,,,,, -3a796255-3378-4b17-a013-f47cb450c915,Management for a Competitive Edge,By International College of Management Sydney via Open2Study,,course|https://www.open.edu.au/study-online/courses/management,management,,,,,,oer -8367bd93-bf49-4dea-b066-563c78c1680f,Introduction to Lean Six Sigma,By Paine College via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-introduction-to-lean-six-sigma-2227,six-sigma,,,,,, -ca2629bf-05e6-423e-83a3-c35878057833,Reduce Your Organization’s Social Media Risk,By eCornell via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-reduce-your-organization-s-social-media-risk-1212,social-media;management,,,,,, -c8a2fd8c-db76-4505-b50f-93ea9507b8a8,Attract Talent to Your Organization with Social Media,By eCornell via Canvas Network,,course|https://www.canvas.net/courses/attract-talent-to-your-organization-with-social-media,social-media;hiring,,,,,, -a868d52b-09f3-4194-b568-b15ee8bc32d9,Build a Business Case for Allowing Employees to Work Remotely,By eCornell via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-build-a-business-case-for-allowing-employees-to-work-remotely-1226,remote-work,,,,,, -82bfb5df-13b8-418b-bc6e-4ecbc5c605c7,Projecting Your Brand Through New Media,By eCornell via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-projecting-your-brand-through-new-media-1215,branding,,,,,, -0dad4c2e-db34-4144-8b8e-fdf317807b87,Use Mapping to Position Your Brand,By eCornell via Canvas Network,,course|https://www.canvas.net/courses/use-mapping-to-position-your-brand,branding,,,,,, -b0b0e9b8-61e7-4316-a713-eab876784c81,Quantitative Methods for Business,By Temple University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-quantitative-methods-for-business-1291,business,,,,,, -b5421e63-b01f-4475-8ab5-29261ef4a2ba,The Finance of Retirement & Pensions,By Stanford Graduate School of Business via NovoEd,,course|https://www.classcentral.com/course/novoed-the-finance-of-retirement-pensions-1153,personal-finance,,,,,, -c28e46dd-63b1-4e0e-b488-104f4f4d7aef,Identify and Mitigate Risk,By via OpenLearning,,course|https://www.classcentral.com/course/openlearning-identify-and-mitigate-risk-7440,management,,,,,, -a1d274f2-27b9-47c9-a0e0-a84f354203e8,Financial Accounting for Non-Financial Managers,By Rollins College via Open Education by Blackboard,,course|https://coursesites.com/?course_id=_236381_1,accounting,,,,,, -19bf9370-f812-4c7b-bdb8-b4b9680fdc48,Entrepreneurship and New Ventures,By Florida International University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-entrepreneurship-and-new-ventures-785,entrepreneurship,,,,,, -cc37ac79-2f63-4ed5-a069-11b36c6922dd,Financing New Ventures,By Entrepreneurship Center at UCSF via NovoEd,,course|https://www.classcentral.com/course/novoed-financing-new-ventures-1161,entrepreneurship,,,,,, -44f92a52-135a-4c31-8493-f37adef0d55c,Monte Carlo Methods in Finance,By via iversity,,course|https://iversity.org/en,finance,,,,,, -03ed9c4d-ac2f-4623-b17a-8a9cd67f8237,Financial Analysis,By First Finance Institute via First Business MOOC,,course|http://firstbusinessmooc.org/financial-analysis/,finance,,,,,, -b60fd78e-b135-48f0-9aca-359a08b802f8,WALL STREET MOOC: Understanding Financial Markets,By First Finance Institute via First Business MOOC,,course|https://www.classcentral.com/course/first-business-mooc-wall-street-mooc-understanding-financial-markets-1709,finance,,,,,, -602d0112-09d7-40ea-b032-6053fcecd4ca,A Business Journey with Caffeine Cafe,By Taylor's University via OpenLearning,,course|https://www.classcentral.com/course/openlearning-a-business-journey-with-caffeine-cafe-1868,business,,,,,, -a56bf0a4-27ec-4c3d-af17-ffdf9f2ef24b,Lead Like an Entrepreneur,By Babson Global via NovoEd,,course|https://www.novoed.com/entrepreneur,entrepreneurship;leadership,,,,,, -503b29d2-1a22-49d1-9d05-a30aad2f0e6f,Leadership for Global Responsibility,By via Independent,,course|http://www.leadership-mooc.net/,leadership,,,,,, -33bdcf8b-0de7-41e1-b1cd-050f7872d387,GWPx: Giving With Purpose: How to get the most out of your charitable giving,By via edX,,course|https://www.edx.org/course/giving-with-purpose-how-to-get-the-most-out-of-your-charitable-giving,giving,,,,,, -b0946ac2-6f06-4348-b94c-dc626953ac4f,The Mobile Consumer,By Marist College via Independent,,course|https://www.classcentral.com/course/independent-the-mobile-consumer-1953,marketing,,,,,, -6369c39a-f7a1-4430-a5aa-1051c2820db6,Athlete Career Transition,By Athlete 365 via Independent,,course|https://www.classcentral.com/course/independent-athlete-career-transition-2203,athletics;careers,,,,,, -482af36a-365a-4877-a952-dd25b942266d,The medical test paradox: Can redesigning Bayes rule help?,,,video|https://www.youtube.com/watch?v=lG4VkPoG3ko,bayesian-statistics,,,,,5.0,oer -789b80ea-3cdc-4be6-b91a-ec07f53959c4,Introducing Entrepreneurship for Musicians,By Frost School of Music via Open Education by Blackboard,,course|https://www.frostonline.miami.edu/mooc_index.aspx,entrepreneurship;music,,,,,,oer -734f47f0-61ae-4a02-97da-783d9075bd0b,I290M LAPM public - Google Docs,,,course|https://docs.google.com/document/d/1DELwxJzR7NLVE8gNXBloGMEfZvJwaaWUn6mIoUDKA2o/edit#,product-management,,,,,, -42ad14df-7660-4206-a25a-64b2550871e4,Starting a business: realise your vision,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-starting-a-business-realise-your-vision-2060,startups;entrepreneurship,,,,,, -4e344271-f149-4389-9117-c1414fa311e9,Guide to Starting a Successful Business,By Taylor's University via OpenLearning,,course|https://www.openlearning.com/courses/guidetostartingasuccessfulbusiness/,entrepreneurship,,,,,, -c0123b2d-2ce4-4a45-a530-2d74c8840531,Building Information Modelling 101,By Taylor's University via OpenLearning,,course|https://www.classcentral.com/course/openlearning-building-information-modelling-101-2428,building-information-modeling,,,,,, -680df92b-5ab5-4706-8d09-7d60f8394052,Discovering Business in Society,By University of Exeter via FutureLearn,,course|https://www.futurelearn.com/courses/discovering-business-in-society,business;society,,,,,, -7007375d-a1bd-482d-8971-82bad0f11592,Stocks and Bonds: Risks and Returns,By Stanford Graduate School of Business via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/GSB/StocksBonds/SelfPaced/about,finance,,,,,,oer -539cee80-efca-4ca0-8eb6-a2d4a5c102c8,Thinking Outside The Box: Creative Entrepreneurship,By Universidad Panamericana via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-thinking-outside-the-box-creative-entrepreneurship-2893,entrepreneurship,,,,,, -3bf130f3-c5f5-4ed8-9dad-6c603049a84d,Analytic Combinatorics Philippe Flajolet and Robert Sedgewick,,,article|https://ac.cs.princeton.edu/home/,mathematics;combinatorics,,,,,,oer -4d6be2f2-9363-46dd-b193-5d15124fcdc3,Acumen Essentials I: Intro to Moral Imagination and Challenges in Poverty Alleviation,By +Acumen via Independent,,course|https://www.plusacumen.org/courses/acumen-leadership-essentials,poverty;ethics,,,,,, -c67ad3b7-4717-4267-ba4c-b6d4ccf692e7,Globalization of Business Enterprise,By IESE Business School via Coursera,,course|https://www.coursera.org/learn/global-business,globalization;business,,,,,, -51ccec37-f720-47b4-a38a-2db20dbb59b7,"Truth, Trust, Tribes & Trial: Marketing with dignity at the base of the pyramid",By +Acumen via Independent,,course|https://www.classcentral.com/course/independent-truth-trust-tribes-trial-marketing-with-dignity-at-the-base-of-the-pyramid-2569,marketing,,,,,, -d4ee09e3-d84e-431d-a2a9-fb1cc2ee4331,Market Analysis at the Bottom of the Pyramid,By +Acumen via NovoEd,,course|https://www.novoed.com/market-analysis,marketing,,,,,, -0cbe3eec-40e3-43cb-aa22-f9f8b585cbdb,Scaling Smart: How to Grow Your Impact,By +Acumen via NovoEd,,course|https://www.classcentral.com/course/novoed-scaling-smart-how-to-grow-your-impact-3145,entrepreneurship,,,,,, -e0adfe6d-fa2d-4703-aea0-40f9c814a2f2,Think like an Engineer,By Taylor's University via OpenLearning,,course|https://www.classcentral.com/course/openlearning-think-like-an-engineer-3365,engineering;thinking,,,,,, -dc76f63d-6637-4ac0-82eb-761666829ff8,Innovation and Enterprise,By Loughborough University via FutureLearn,,course|https://www.futurelearn.com/courses/innovation-and-enterprise,innovation,,,,,, -ea1302cc-c5dd-44e0-b4c8-23113c165cb4,The Future of Work,By Quincy College via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-the-future-of-work-3380,work;careers,,,,,, -f3e9dc50-ead4-4383-861e-14f97b6ef7e5,The Fractal Geometry of Nature,,,book|https://www.goodreads.com/book/show/558059.The_Fractal_Geometry_of_Nature,mathematics;geometry,,,,,, -6dc379e9-17b9-4a59-8060-962595075147,Options and pathways for action: Stakeholder Engagement,By via Independent,,course|https://gc21.giz.de/ibt/var/app/wp385P/2389/wp-content/uploads/MOOC1/index.html,management,,,,,, -2b697417-7ad6-490e-abf5-46d2678cdbe1,Marketing5501x: Marketing for Non-Marketers,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-marketing5501x-marketing-for-non-marketers-3302,marketing,,,,,, -364250db-3c1b-4b1f-a33f-07547694b61c,International Marketing in Asia,By Yonsei University via Coursera,,course|https://www.coursera.org/learn/international-marketing,marketing,,,,,, -fca13e8e-91a9-482d-838f-8e2c39c475d0,Quantitative Finance,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc15_mg08/preview,finance,,,,,, -436fd8be-56c8-4140-ab11-79bb352f6e47,Kuwait Global Technopreneurship Challenge,By Kuwait University via OpenLearning,,course|https://www.openlearning.com/courses/KTC/,nations/kuwait,,,,,, -a656d1ed-818a-4a51-9f9e-ff714b81ae33,All the Ways to Make a Web Component - January 2021 Update,,,article|https://webcomponents.dev/blog/all-the-ways-to-make-a-web-component/,web-development,,,,,, -f7ed93ac-66d8-4d99-9343-51d70a15fe2e,Engaging with Innovation Ecosystems: The Corporate Perspective,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-engaging-with-innovation-ecosystems-the-corporate-perspective-2684,innovation,,,,,, -29104bbd-9ded-4833-925c-82dae126caa7,Social Entrepreneurship: A Grassroots Revolution,By Fort Hays State University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-social-entrepreneurship-a-grassroots-revolution-1284,social-entrepreneurship,,,,,, -9ec238cc-e5b9-4141-addd-cd4e75704a30,"15.671x: Transforming Business, Society, and Self with U.Lab",By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/ulab-leading-from-the-emerging-future,leadership,,,,,, -ebcd6206-2c65-4f76-8abc-183e98f0018b,Musician as a Startup,By via iversity,,course|https://iversity.org/en/courses/musician-as-a-startup,music;startups,,,,,, -58cc623c-7e3e-432b-a23c-c58871848628,Manufacturing systems technology part II,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-manufacturing-systems-technology-part-ii-4436,manufacturing,,,,,, -f152fcb9-e16b-439d-bca1-483dc505e5e3,Market Segmentation at the Bottom of the Pyramid,By +Acumen via NovoEd,,course|https://www.novoed.com/market-segmentation-q3-2015,marketing,,,,,, -2f724eee-8508-4d44-af3d-6bfb8a848655,Digital and Social Media Marketing,"By Salford Business School, University of Salford via iversity",,course|https://iversity.org/en/courses/digital-and-social-media-marketing,marketing,,,,,, -78aa10c3-b732-4738-a71f-a505f5cfb59b,Managing People: Engaging Your Workforce,By University of Reading via FutureLearn,,course|https://www.futurelearn.com/courses/managing-people,people-management,,,,,, -3deaa98e-8f31-4334-b880-104782a4818f,Private Equity and Investment Funds,By Università Bocconi via Coursera,,course|https://www.classcentral.com/course/coursera-private-equity-and-investment-funds-4390,finance,,,,,, -fc2ab16a-7bd8-472f-a286-e210ca1f066d,Board strategy for Social Enterprise: Best practices to maximize your Impact,By Accion Venture Lab via Independent,,course|https://www.classcentral.com/course/independent-board-strategy-for-social-enterprise-best-practices-to-maximize-your-impact-2671,social-entrepreneurship,,,,,, -a08779a9-7543-4f45-81c1-370d96d07d27,IL3x: Inclusive Leadership Training: Maximizing Work-Life for Your Success,By Catalyst via edX,,course|https://www.classcentral.com/course/edx-il3x-inclusive-leadership-training-maximizing-work-life-for-your-success-3874,leadership,,,,,, -d2ff14b7-af5f-47ff-a426-41d6c35f3d76,Building Strong Digital Brands,By Berlin Career College via iversity,,course|https://www.classcentral.com/course/iversity-building-strong-digital-brands-4374,branding,,,,,, -2617e8ef-14ee-4685-b825-ad5ef5f5080c,Driving Adoption of Innovation at the Base of the Pyramid,By +Acumen via EdCast,,course|https://www.classcentral.com/course/edcast-driving-adoption-of-innovation-at-the-base-of-the-pyramid-3622,marketing,,,,,, -46c768f6-3d70-404b-8ffe-ce391516f07f,Scaling Smart: Developing Repeatable Models® to Grow Your Impact,By +Acumen via NovoEd,,course|https://www.novoed.com/building-repeatable-models-fall-2015,management,,,,,, -85581765-c0a8-44cc-a807-ef55cb1e3e11,Analyzing Global Trends for Business and Society,By University of Pennsylvania via edX,,course|https://www.classcentral.com/course/edx-analyzing-global-trends-for-business-and-society-4806,business,,,,,, -a4c6a30a-67d9-46d5-816c-b354871acadd,Advanced Credit Risk Management,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-advanced-credit-risk-management-4590,finance,,,,,, -facf4abd-9381-499b-a076-ef41b9bc984b,Probability and Stochastics for finance,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-probability-and-stochastics-for-finance-5220,finance;mathematics,,,,,, -a785172d-d819-4171-bb70-e9be8790270f,Improving Business Finances and Operations Capstone,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-improving-business-finances-and-operations-capstone-5650,finance,,,,,, -e0f40410-4d36-4112-8067-cfeb7b8af03d,Marketing5503x: Customer Insight through Qualitative Research,By via edX,,course|https://www.classcentral.com/course/edx-marketing5503x-customer-insight-through-qualitative-research-3346,marketing,,,,,, -501a8cbd-27e0-4703-acbf-addcd0e127f3,Scaling Up Your Venture Without Screwing Up,By Stanford Graduate School of Business via NovoEd,,course|https://www.classcentral.com/course/novoed-scaling-up-your-venture-without-screwing-up-2237,startups,,,,,, -a0b06402-a255-4204-a5a8-2e945be42e55,3D Opportunity: Additive Manufacturing for Business Leaders,By Deloitte University Press via NovoEd,,course|https://www.novoed.com/3d-opportunity-spring-2016,manufacturing,,,,,, -b6a7f449-5ad5-47c4-8f41-316bd48f0902,Community Journalism: Digital and Social Media,By Cardiff University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-community-journalism-digital-and-social-media-1756,journalism;social-media,,,,,, -26c06c4a-699e-4d9d-9b6e-2d4465cc626b,Creating an Ethical Corporate Culture,By Santa Clara University via Canvas Network,,course|https://www.canvas.net/browse/santaclarau/courses/creating-an-ethical-corporate-culture-3,business;ethics,,,,,, -0079aa1f-91e5-49a1-bfdd-b8021f747a56,Certificate in Basic Technical Writing with a Project Management Emphasis,By JER Online via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-certificate-in-basic-technical-writing-with-a-project-management-emphasis-3857,technical-writing,,,,,, -685f11d2-976f-41a5-a9f2-f2c0eb76408c,The Importance of Money in Business,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/money-in-business,finance,,,,,, -3f016d82-c130-4432-804e-f7850135a24d,Cognitive technologies: The real opportunities for business,By Deloitte University Press via NovoEd,,course|https://www.novoed.com/cognitive-technology-2016a,information-technology,,,,,, -6482f2b1-e13e-4feb-ae1e-fa875fc1fac8,The Success Principles Summary | Summary Lover,,,article|https://summarylover.com/2020/10/the-success-principles-summary.html,awareness,,,intermediate,,, -532e3483-cd2e-462a-8e1d-5a9cf500e133,Valuation Capstone,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-valuation-capstone-4007,finance,,,,,, -a229bb86-d95a-4b65-97ad-b2c747a34974,Strategic Thinking for Growing Your Enterprise,By Stanford Graduate School of Business via NovoEd,,course|https://www.novoed.com/strategiesforgrowth,business,,,,,, -faf62b64-6aa0-41dd-b72d-dc65fbfeb0a2,New Venture Discovery: From Idea to Minimal Viable Product,By Columbia Business School via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-new-venture-discovery-from-idea-to-minimal-viable-product-3718,entrepreneurship,,,,,, -66ca679b-2484-4cb3-a291-a79d9ca57cce,Introduction to Banking and Financial Markets - I,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/introduction-banking-financial-markets-i-iimbx-fc201-1x-0,finance;banking,,,,,, -70ed97ef-e190-423f-a623-8a949b504c73,Startup Success: How to Launch a Technology Company in 6 Steps,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-startup-success-how-to-launch-a-technology-company-in-6-steps-5059,startups,,,,,, -d797a12e-0c57-4a61-9333-ca2a540cd747,Accounting for Business Decision Making: Part 1,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-accounting-for-business-decision-making-part-1-6081,accounting,,,,,, -e9003fed-c42e-4009-844a-9e3dd1464a67,Investor Characteristics and Behavioral Aspects of Investment,By Indian School of Business via Coursera,,course|https://www.coursera.org/learn/behavioral-investing,finance,,,,,, -1b37e247-514c-4f84-b5a8-c67f7fb51fa4,Implementation of SAP Cloud for Analytics,By via openSAP,,course|https://www.classcentral.com/course/opensap-implementation-of-sap-cloud-for-analytics-6151,software-tools/sap,,,,,, -9fa72f51-25e4-4df9-8559-7e58b297e520,Storytelling in Advertising,By D&AD via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-storytelling-in-advertising-4126,advertising;storytelling,,,,,, -9e68e191-47b0-4f5e-94fe-71be7040c2c9,Welcome to the Berkeley Math Circle | Berkeley Math Circle,,,people|https://mathcircle.berkeley.edu/welcome-berkeley-math-circle,mathematics,,,,,,oer -4556f0ed-5c6e-4dec-b78b-4491439d73fe,FINANCEx: Personal Finance Planning,By Purdue University via edX,,course|https://www.edx.org/course/personal-finance,personal-finance,,,,,, -a1599a06-dc4f-4a14-96ef-9b90de3575d3,Accounting for Business Decision Making: Part 2,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/business-assessment,accounting,,,,,, -bd050b86-be97-4fdd-bb79-ca65224f8119,Sport Sponsorship. Let them Play,By Universitat Autònoma de Barcelona (Autonomous University of Barcelona) via Coursera,,course|https://www.classcentral.com/course/coursera-sport-sponsorship-let-them-play-6572,sports;management,,,,,, -8487b401-3c7c-436c-80cd-7c111ce35be3,Technology Entrepreneurship Part 2,By Stanford University via NovoEd,,course|https://www.classcentral.com/course/novoed-technology-entrepreneurship-part-2-951,entrepreneurship,,,,,, -0e00fce1-4854-47a1-a334-ed823a506643,Fast Track Finance #1,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/fast-track-finance-1,finance,,,,,, -80a422bc-7a1b-4312-aad4-0b202469983b,Financial Evaluation and Strategy: Investments,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-financial-evaluation-and-strategy-investments-2743,finance,,,,,, -2bfbdbfe-5b7b-4e92-a016-47b14ba6e02c,Accounting: Making Sound Decisions,By IESE Business School via Coursera,,course|https://www.classcentral.com/course/coursera-accounting-making-sound-decisions-6091,accounting,,,,,, -1e7ec78d-2a7b-43ac-a4ac-4a4e0af93962,A Behind The Scenes Look Into Airline Operations,By Embry-Riddle Aeronautical University via Canvas Network,,course|https://www.canvas.net/browse/erau/courses/airline-operations,airlines;operations,,,,,, -c0ee6b21-b095-4695-bef7-fccc7aa4edc6,Tourism Industry Analysis,By University of Central Florida via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-tourism-industry-analysis-1225,tourism,,,,,, -65c7b027-636d-42df-83a3-6d0262253bb0,Banking and Financial Markets: A Risk Management Perspective,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-banking-and-financial-markets-a-risk-management-perspective-6244,banking;finance,,,,,, -f815f74a-173b-4205-a9c0-7a49c6324d51,Developing Cultural Intelligence for Leadership,By Common Purpose via FutureLearn,,course|https://www.futurelearn.com/courses/cultural-intelligence,leadership;culture,,,,,, -b46f929b-a3b9-49aa-ba9d-3011cdb35e5f,Marketing: Understanding Your Customers,By IESE Business School via Coursera,,course|https://www.coursera.org/learn/marketing-customers,marketing,,,,,, -593cb51e-e403-42f6-886e-2d0aa4bef08e,Organizational Behavior: Managing People,By IESE Business School via Coursera,,course|https://www.classcentral.com/course/coursera-organizational-behavior-managing-people-6094,organization,,,,,, -0153e791-d0e7-469e-a1fb-543c7391ed78,Introduction to Marketing Essentials,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-introduction-to-marketing-essentials-5928,marketing,,,,,, -1b9899ea-682f-4ad4-831d-56d223f07dd5,Finance: Building a Robust Business,By IESE Business School via Coursera,,course|https://www.coursera.org/learn/operational-finance,finance,,,,,, -be4af223-08b3-4af6-a230-bd569fb1da01,Technology Entrepreneurship,By Stanford University via NovoEd,,course|https://www.novoed.com/venture1-2016-2,entrepreneurship,,,,,, -4f466bfb-59d2-4826-b061-ad187097678e,eTourism: Communication Perspectives,By Università della Svizzera italiana via iversity,,course|https://iversity.org/en/courses/etourism-communication-perspectives-october-2016,tourism,,,,,, -c67ffad9-433b-4408-b74d-4b54f08b9a16,Organizational Capacity: Assessment to Action,By Philanthropy University via NovoEd,,course|https://www.classcentral.com/course/novoed-organizational-capacity-assessment-to-action-3907,organization,,,,,, -781583c9-9380-4b2b-945a-240fb77e29be,Digital Marketing: Challenges and Insights,By University of Southampton via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-digital-marketing-challenges-and-insights-2217,marketing,,,,,, -145cc3e5-300a-4104-b79e-ac11f2e7f6de,Leadership: Ten Rules for Impact and Meaning,By Philanthropy University via NovoEd,,course|https://www.novoed.com/leadership-2016-4,leadership,,,,,, -645c0fcb-7562-4275-9bdf-83ee3b769a96,How to Scale Social Impact,By Philanthropy University via NovoEd,,course|https://www.classcentral.com/course/novoed-how-to-scale-social-impact-3908,social-entrepreneurship,,,,,, -7994893d-6625-45f6-bfba-920f5ca21867,Futurism and Business: Dealing with Complexity,By Stellenbosch University via FutureLearn,,course|https://www.futurelearn.com/courses/future-planning,business,,,,,, -3ccc8b7c-9aea-4bec-be13-a8745b6b3129,Lead a Team to Success,By via OpenLearning,,course|https://learn.com.au/,leadership,,,,,, -fefdbcf0-3461-48fb-bc6e-f9099a62e5e6,The Knot Book,,,book|https://www.goodreads.com/book/show/1795589.The_Knot_Book,mathematics,,,,,, -4ad3719f-c69d-4a42-9ae7-755dff272514,The Shape of Space | Mathematical Association of America,,,article|https://www.maa.org/press/maa-reviews/the-shape-of-space,mathematics;geometry,,,,,, -de03cfa2-628a-41f3-afa1-be463d0c3b4a,Beautiful Symmetry | The MIT Press,,,book|https://mitpress.mit.edu/books/beautiful-symmetry,mathematics;symmetry,,,,,, -7f8a33e2-4349-4a75-ae3c-51c23fb2121e,Mathematics for the Million,,,book|https://www.goodreads.com/book/show/66355.Mathematics_for_the_Million,mathematics;number-theory,,,,,, -8e4f41db-7027-440e-b69a-c0e67ac38d31,MathPickle | Put your students in a pickle!,,,website|https://mathpickle.com/,mathematics;games,,,,,, -3e8d7e8e-3552-4079-a032-489ff4eedca2,Math with Bad Drawings – Lover of math. Bad at drawing.,,,article|https://mathwithbaddrawings.com/,mathematics;drawing,,,,,, -83c807a0-43cb-44d8-aa32-920085760fa1,Media Platforms,By Columbia University via Coursera,,course|https://www.coursera.org/learn/media-platforms,media;google,,,,,, -4ae7f886-9905-4ef4-b266-f70daa7c4096,Innovate on Demand,By Columbia University via Coursera,,course|https://www.classcentral.com/course/coursera-innovate-on-demand-7112,business,,,,,, -aa5a80b8-7a86-475a-8332-ea587ab9c3c0,Action Planning,By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-action-planning-7431,business,,,,,, -53f7341b-5ac3-4472-afaf-f1e4a7bedb4a,Innovation: The Key to Business Success,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/innovation-the-key-to-business-success,innovation,,,,,, -c4a2170b-8e53-4f3e-9751-77ce8be77e11,Leadership In Practice,By The University of Oklahoma via Janux,,course|https://janux.ou.edu/course.tag-nextthought-com-2011-10-nti-courseinfo-spring2017-lsal-5293.html,leadership,,,,,,oer -4599652c-cec2-4337-9e16-1e6d8c78213e,Common Sense Economics for Life,By Florida State University via Canvas Network,,course|https://www.canvas.net/browse/floridastate/courses/common-sense-economics-for-life-7,economics,,,,,, -02d3f1dd-58aa-4846-80c8-311139b55d39,Business Ethics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc17_mg03/preview,ethics,,,,,, -e2e0b4b7-6a5b-4c5e-8d50-8dd88e30dd6b,Effective Financial Management for Small Business,By via OpenLearning,,course|https://www.classcentral.com/course/openlearning-effective-financial-management-for-small-business-7450,finance,,,,,, -f239594d-7abc-48bd-8cfc-ef39cbb586e8,Foster Strong Team Relationships,By via OpenLearning,,course|https://www.classcentral.com/course/openlearning-foster-strong-team-relationships-7443,management,,,,,, -0903d495-4e06-4335-9741-246246001260,Create an Environment of Continuous Improvement,By via OpenLearning,,course|https://learn.com.au/courses/bsbmgt403,management,,,,,, -74776a18-a14e-4227-b347-5c0ecfecd2f9,Drive an Operational Plan to Success,By via OpenLearning,,course|https://www.classcentral.com/course/openlearning-drive-an-operational-plan-to-success-7442,management,,,,,, -a262bcf8-de94-46e8-88f3-b3a719b794ce,Uncovering the 3 P’s of WHS,By via OpenLearning,,course|https://www.classcentral.com/course/openlearning-uncovering-the-3-p-s-of-whs-7441,management,,,,,, -9928c915-4389-446f-a8b3-5130be6deec4,Create and Launch a Promotional Plan,By via OpenLearning,,course|https://www.classcentral.com/course/openlearning-create-and-launch-a-promotional-plan-7448,marketing,,,,,, -9458fcd8-cc76-4ff4-a7d8-0f8b8bcc0921,Backtesting and Performance Management,By Indian School of Business via Coursera,,course|https://www.coursera.org/learn/advanced-trading-algorithms,finance,,,,,, -beb5f1af-cb73-4f99-8a7d-acb517189c98,Business Futures: the Sharing Economy,By RMIT University via FutureLearn,,course|https://www.futurelearn.com/courses/sharing-economy,business,,,,,, -2fa53f7a-4a46-473c-9945-80f6b5a37129,Concert Production Techniques: Artistry and Business Development,By via Canvas Network,,course|https://www.canvas.net/browse/canvasnet/courses/concert-production,management,,,,,, -30a92880-0baf-462a-9a86-467cbfc2beac,An Introduction to Public Leadership,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-an-introduction-to-public-leadership-6629,leadership,,,,,, -4e007212-2e18-484b-9eb3-0ef9aced5879,Business Futures: Understanding Omni-channel Retailing and Supply Chains,By RMIT University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-business-futures-understanding-omni-channel-retailing-and-supply-chains-7649,retail,,,,,, -2566f8bf-cb31-47bb-80d7-5f3210660aed,"Advanced Leadership for Engineers: Leading Teams, Organizations and Networks",By Delft University of Technology via edX,,course|https://www.edx.org/course/advanced-leadership-engineers-leading-delftx-prolfe101x,leadership,,,,,, -28eb5ed7-982b-4958-bd6f-0c130cd25498,Business Futures: Sustainable Business Through Green HR,By RMIT University via FutureLearn,,course|https://www.futurelearn.com/courses/sustainable-business,business,,,,,, -11ae3355-96d1-45e5-a222-787f383ed783,Hyderabadi veg dum biryani recipe | Biryani recipe | aysha cooking,,,website|http://www.ayshacooking.com/hyderabadi-veg-biryani/,food,,,intermediate,,5.0, -0eb2362b-5c86-4bbd-9b03-2ff5817668f6,Implementing Customer Insights for Your Business,By Delft University of Technology via edX,,course|https://www.edx.org/course/implementing-customer-insights-business-delftx-idemc-1x-0,business,,,,,, -8dbd6bf2-d923-4106-87ba-c340a84873dd,Learning the Cash Flow Statement,By Johnson County Community College via Canvas Network,,course|https://www.canvas.net/browse/jccc/courses/cash-flow-statement,finance,,,,,, -021a49a3-d1d1-476d-bcdd-bb5145d0a0ce,Strategic Management,By Vistula University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-strategic-management-8268,management,,,,,, -2d3dea16-077b-4fc1-9c70-173811f5322d,Valuation Capstone,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/valuation-project,finance,,,,,, -03c97497-716b-43ad-a384-564aade57c4f,The Power of Social Media,By University of Southampton via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-power-of-social-media-5792,social-media,,,,,, -340f3c76-3620-473e-aea2-7dc1f00c76e9,AP Common Sense Economics for Life,By Florida State University via Canvas Network,,course|https://www.canvas.net/browse/floridastate/courses/ap-economics-for-life,economics,,,,,, -1b57c4f8-3e1f-449e-831a-d505ba462bfd,What is the “protein folding problem”? A brief explanation,,,article|https://rootsofprogress.org/alphafold-protein-folding-explainer,protein,,,,,, -30d950e2-c7d1-4c30-9830-edfd73d7738b,Understanding Financial Crisis: Business Cycles and Policy,By Uppsala University via FutureLearn,,course|https://www.futurelearn.com/courses/understanding-financial-crisis,finance,,,,,, -4c7da9fb-8d6b-4111-8800-e62d2715cbbe,The Knot Book: An Elementary Introduction to the Mathematical Theory of Knots,,,article|https://bookstore.ams.org/knot,mathematics;topology,,,advanced,,, -08af6b65-5150-44d9-bfc4-4c994a89a0d0,The Number Devil,,,book|https://www.goodreads.com/book/show/91358.The_Number_Devil,mathematics;number-theory,,,,,, -94759568-813a-4d2c-a009-ac15eb106e1c,Entrepreneurship and Innovation,By FLITE via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-entrepreneurship-and-innovation-3489,entrepreneurship,,,,,, -f5e4f031-9a4e-4e32-805b-3465ffa884e2,Common Sense Economics For Life (Part 1),By Gus A. Stavros Center via Canvas Network,,course|https://www.canvas.net/browse/floridastate/courses/common-sense-economics-for-life-part1,economics,,,,,, -02c432f1-5c60-43d7-b952-26588ab09f28,Common Sense Economics For Life (Part 3),By Gus A. Stavros Center via Canvas Network,,course|https://www.canvas.net/browse/floridastate/courses/common-sense-economics-for-life-part3,economics,,,,,, -d00a030e-c30e-4d0c-9da8-5516ff16223c,Common Sense Economics For Life (Part 2),By Gus A. Stavros Center via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-common-sense-economics-for-life-part-2-8957,economics,,,,,, -888a51cf-89d4-4891-8604-38a34e6e761c,Common Sense Economics For Life (Part 4),By Gus A. Stavros Center via Canvas Network,,course|https://www.canvas.net/browse/floridastate/courses/common-sense-economics-for-life-part4,economics,,,,,, -9e357a22-a347-4778-befd-7066b91a09fc,The Zen of Saving,By SAS Financial Advisors via NovoEd,,course|https://app.novoed.com/zen-of-saving-1,finance,,,,,, -a104fb2e-b005-405f-b1d1-72fc99969683,Online Business: Planning for Success,By RMIT University via FutureLearn,,course|https://www.futurelearn.com/courses/online-business-success-planning,business,,,,,, -2e9039ba-095b-4c70-93f7-d29ba18265b5,Launching New Ventures,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.classcentral.com/course/coursera-launching-new-ventures-3375,entrepreneurship,,,,,, -ed7b8ace-72f3-4de5-a200-198d7ae249b0,Online Business: Customer Profiling for Success,By RMIT University via FutureLearn,,course|https://www.futurelearn.com/courses/online-business-success-profiling,business,,,,,, -b11f0a75-36bd-4ede-bad1-7d0926af4c1d,Foundation of Innovation and Entrepreneurship in China,By City University of Hong Kong via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-foundation-of-innovation-and-entrepreneurship-in-china-6576,entrepreneurship;nations/china/business,,,,,, -b4322e64-61e9-4960-be5e-d66f3792edf2,Venture Deals,By Kauffman Fellows Academy via NovoEd,,course|https://www.classcentral.com/course/novoed-venture-deals-5939,finance,,,,,, -44e9bba0-d51a-4cbb-8aa1-a2fb2001421c,Research Report: Delivering Insights,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-research-report-delivering-insights-9096,business,,,,,, -2c448f88-10bb-4129-b7ae-5ca51aa96644,Making Sense of Service Logic,By Karlstad University via Independent,,course|https://www.classcentral.com/course/independent-making-sense-of-service-logic-3349,business,,,,,, -20c0e39c-ad71-46b0-ad29-dbea16fe2b75,Online Business: Pricing for Success,By RMIT University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-online-business-pricing-for-success-6370,business,,,,,, -39c9b2c7-1c1c-4317-9c1a-cfb4c06db95c,Green Marketing,By Heliopolis University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-green-marketing-9227,marketing,,,,,, -63e637bc-3f9e-48fd-89f2-de068c9c9a18,Making Sense of Social Impact: Acumen’s Building Blocks for Impact Analysis,By +Acumen via NovoEd,,course|https://www.classcentral.com/course/novoed-making-sense-of-social-impact-acumen-s-building-blocks-for-impact-analysis-1826,social-entrepreneurship,,,,,, -19909260-f9b9-4a2d-87aa-26bdfee8ae8d,Invisible Women,,,book|https://www.goodreads.com/book/show/41104077-invisible-women,mathematics;statistics,,,,,, -0eac995a-639a-4ed9-a01a-63cd67d7b792,Supply Chains in Practice: How Things Get to You,By The University of Warwick via FutureLearn,,course|https://www.futurelearn.com/courses/supply-chains,supply-chain,,,,,, -4007e7d5-e6f5-4966-8d00-f6ee2dd609ac,Circular Economy,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-circular-economy-7311,economics,,,,,, -edcd15a5-ba8b-497f-87cf-06ef8b75aa34,Digital Transformation of Businesses and Services,By Grenoble School of Management via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-digital-transformation-of-businesses-and-services-7150,information-technology,,,,,, -5fc901da-7675-4f43-86c8-ec1c0e3c5080,Online Business: Digital Marketing for Success,By RMIT University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-online-business-digital-marketing-for-success-6371,marketing,,,,,, -4bd2f837-1699-4d7f-a3bd-d0041b38ca8c,Digital Leadership: Creating Value Through Technology,By University of Reading via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-digital-leadership-creating-value-through-technology-4674,leadership,,,,,, -3ea281cd-f683-48a2-abe9-cb6f6fa28fb5,Leadership for Engineers,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-leadership-for-engineers-4672,leadership,,,,,, -8e846b45-4bdd-4c1d-9873-d9460b3f181b,Business Process Management: an Introduction to Process Thinking,By Queensland University of Technology via FutureLearn,,course|https://www.futurelearn.com/courses/business-process-management,business-process-management,,,,,, -77b36cda-b2e5-4108-bc71-c6b86b48260d,Corporate Strategy,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-corporate-strategy-5252,corporate-strategy,,,,,, -61b04499-fc66-41fc-afd0-850a1be656c6,Transmedia Storytelling,By Sungkyunkwan University via FutureLearn,,course|https://www.futurelearn.com/courses/transmedia-storytelling,storytelling,,,,,, -5c5b0919-c7de-4ff0-bf9f-423ae17d8921,Business Model Metrics and Advanced Tools,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-business-model-metrics-and-advanced-tools-7297,business,,,,,, -ce7da5f5-c376-4d7e-9c84-dd635c963843,Sales Strategies: Mastering the Selling Process,By The University of Chicago via Coursera,,course|https://www.classcentral.com/course/coursera-sales-strategies-mastering-the-selling-process-7125,sales,,,,,, -8c42c1c5-362e-4291-b119-868ff5f0494c,Tourism Management at UNESCO World Heritage Sites,By Université Paris 1 Panthéon-Sorbonne via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-tourism-management-at-unesco-world-heritage-sites-9935,tourism,,,,,, -84fa99e4-6edb-417c-9131-9117d98e6706,Business Start-Up: Turn Your Entrepreneurship Dreams into Reality,By Southern Alberta Institute of Technology via Canvas Network,,course|https://www.canvas.net/browse/southern-alberta-inst-tech/courses/business-start-up,entrepreneurship,,,,,, -981cdc06-fa70-4dba-bfe0-b88b017116fc,Operations Management,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-operations-management-10058,operations-management,,,,,, -e569af14-bd67-4f4d-b1a2-15f7a63446fc,The Enterprise Shed: Making Ideas Happen,By Newcastle University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-enterprise-shed-making-ideas-happen-3162,business,,,,,, -cdc79c59-a135-4007-9281-709e417490e3,Management of New Products and Services,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-management-of-new-products-and-services-10035,management,,,,,, -ba7f25ef-2bfb-4181-87c5-620e606b62e2,Managing Services,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-managing-services-3969,management,,,,,, -99aaf021-fb65-456a-bd1f-7ceb73e81434,LEADERSHIP LAB: The Craft of Writing Effectively,,,video|https://www.youtube.com/watch?v=vtIzMaLkCaM,writing,,,,,,oer -e368f514-0a95-4b72-9a15-900139b232c9,Business Models for Social Enterprise,By +Acumen via NovoEd,,course|https://app.novoed.com/business-models-2018-1,social-entrepreneurship,,,,,, -1a3d2023-5384-42d1-afd6-330935dfab1e,Intrapreneurship - Make your Business great again,By mooc.house via Independent,,course|https://mooc.house/courses/bizmooc2018,business,,,,,, -ac4d8c65-19f0-4156-99f0-4f454ce11549,Systems Thinking and Complexity,By UNESCO via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-systems-thinking-and-complexity-7182,thinking,,,,,, -82fab7e4-e9bc-45b3-8dc6-fe55e9394cae,What Influences Property Values?,By Deakin University via FutureLearn,,course|https://www.futurelearn.com/courses/property-value,real-estate,,,,,, -aeb301e0-6511-4aae-8cc5-a000490ca9ba,Evidence-Based Management Capstone,By Australian National University via edX,,course|https://www.edx.org/course/evidence-based-management-a-capstone,management,,,,,, -4edcf8ef-dcff-4b64-b672-a3c10f6dce9d,The Location Advantage,By Esri via Independent,,course|https://www.esri.com/training/catalog/57660f6cbb54adb30c9454bf/the-location-advantage/,business,,,,,, -b11287dd-57f3-4b4c-97e0-66e241682c8a,Accounting Analysis Capstone: Comprehensive Financial Statement Analysis,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-accounting-analysis-capstone-comprehensive-financial-statement-analysis-9112,accounting,,,,,, -84dd7638-a5ad-4e70-9967-e0c369c49d23,Social Enterprise: Business Doing Good,By Middlesex University London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-social-enterprise-business-doing-good-6372,social-entrepreneurship,,,,,, -0e0d5eff-4116-43cc-b79d-4d00ac45a574,Access to Capital for Women: Capturing Opportunities to Grow Your Business,By Babson College via +Acumen,,course|https://www.classcentral.com/course/acumen-access-to-capital-for-women-capturing-opportunities-to-grow-your-business-6486,business;women,,,,,, -1766806f-204a-4b10-91c9-7692354fee6a,Managing My Money,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-managing-my-money-1937,personal-finance,,,,,, -f8d75727-57ec-4400-bfc1-b18af07673f7,The Four Hour Work Week Summary | Summary Lover,,,article|https://summarylover.com/2020/08/the-four-hour-work-week-summary.html,blogging;entrepreneurship,,,intermediate,,, -d22bb113-7f8b-4b50-a5a1-3b50c3f2e1d5,Introduction to Interfaith Leadership,By Dominican University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-introduction-to-interfaith-leadership-8980,leadership,,,,,, -32344a22-cd88-42e1-9a01-9898aa5d5f38,Social Enterprise: Turning Ideas into Action,By Middlesex University London via FutureLearn,,course|https://www.futurelearn.com/courses/social-enterprise-idea-action,social-entrepreneurship,,,,,, -f025f64e-cbc0-44cf-80c9-c4869debb531,Time Management Strategies for Project Management,By Purdue University via FutureLearn,,course|https://www.futurelearn.com/courses/time-management-project-management,time-management;project-management,,,,,, -7b361250-6a16-4d81-8bd3-2933a83c4c30,The Art of Sales - Course 1: Prepare to Stand Out,By Northwestern University via Coursera,,course|https://www.coursera.org/learn/customer-segmentation-prospecting,sales,,,,,, -d5c9e768-b4b3-48b8-90be-1d05fcd73549,The Art of Sales - Course 3: Let's Fall In Love,By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-the-art-of-sales-course-3-let-s-fall-in-love-11106,sales,,,,,, -7db1aeff-8fca-4e1d-9fa4-dfab26ac21a6,The Art of Sales - Course 2: Now Make Contact!,By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-the-art-of-sales-course-2-now-make-contact-11107,sales,,,,,, -ddd796ce-c1cb-4eff-ad8c-488cf2ab8ad9,The Art of Sales - Capstone: Putting it All Together,By Northwestern University via Coursera,,course|https://www.coursera.org/learn/toolkit-sales-process,sales,,,,,, -ce2a36d9-8df5-4157-ae1c-1df4797d563a,SMEs and Digital Engagement,By Deakin University via FutureLearn,,course|https://www.futurelearn.com/courses/business-enterprises-digital-engagement,business,,,,,, -eec7524d-14f0-4dbf-9d22-f44913157489,Introduction to Operations Research,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-operations-research-7902,operations-management,,,,,, -d734269c-00ba-4034-af96-3691904ad57b,Social Enterprise: Growing a Sustainable Business,By Middlesex University London via FutureLearn,,course|https://www.futurelearn.com/courses/social-enterprise-sustainable-business,social-entrepreneurship,,,,,, -befec0b4-ebeb-4999-8346-174981d4f170,Introduction to Business for Analytics,By Georgia Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-business-for-analytics-8997,business;analytics,,,,,, -4f98a8f5-9ba0-431d-9165-1c703e8923d5,Communicating Corporate Social Responsibility (CSR),By Université catholique de Louvain via edX,,course|https://www.edx.org/course/communicating-corporate-social-responsibility-csr-0,corporate-social-responsibility,,,,,, -1bf37e5f-663c-441c-8201-f435e03f1bc2,Managing My Investments,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-managing-my-investments-3313,finance,,,,,, -3890409a-73ce-4142-a50a-d2fcb7d7d513,Creating Valuable Innovations,By HZ University of Applied Sciences via Canvas Network,,course|https://www.canvas.net/browse/hz-university/courses/creating-valuable-innovations,innovation,,,,,, -2a2788b5-9497-421b-abe5-018eeb75149d,Management Essentials,By Honeywell via Coursera,,course|https://www.classcentral.com/course/coursera-management-essentials-11827,management,,,,,, -25c0f582-a3e5-4bbe-9100-4536211fd00a,Public Relations Research,By National University of Singapore via Coursera,,course|https://www.coursera.org/learn/prresearch,public-relations,,,,,, -2ec3c96f-1f92-469d-8b16-b2bf472f33fb,Public Relations Campaigns,By National University of Singapore via Coursera,,course|https://www.coursera.org/learn/pr-campaigns,public-relations,,,,,, -55bd673d-e512-4621-b7aa-8026c920e307,Social Media in Public Relations,By National University of Singapore via Coursera,,course|https://www.classcentral.com/course/coursera-social-media-in-public-relations-4277,social-media;public-relations,,,,,, -2c95f154-b052-4031-9247-d62aea81f959,Business Ethics for the Real World,By Santa Clara University via Canvas Network,,course|https://www.canvas.net/browse/santaclarau/courses/business-ethics-for-real-world,business;ethics,,,,,, -078e203e-dc60-4b25-a9f3-13ac7b1d54d3,Introduction to Public Relations,By National University of Singapore via Coursera,,course|https://www.coursera.org/learn/public-relations,public-relations,,,,,, -233ec390-4381-49da-9170-f2647690fe30,"SMEs and New Markets: Trade, the Chinese Powerhouse and Online Opportunities",By Deakin University via FutureLearn,,course|https://www.futurelearn.com/courses/sme-new-markets,business,,,,,, -9170b212-bb24-4419-b5fc-003aa3f437eb,The Secret Power of Brands,By University of East Anglia via FutureLearn,,course|https://www.futurelearn.com/courses/the-secret-power-of-brands,branding,,,,,, -110dccff-c7e2-4b74-8ad6-a8a22cc8c84e,Social Business: a Sustainable Way to Face the Most Pressing Needs of Our Time,By Universitat Pompeu Fabra via FutureLearn,,course|https://www.futurelearn.com/courses/social-business,social-entrepreneurship,,,,,, -f176baf3-5736-49d9-9cd5-5f831b38249a,An Introduction to the Assessment of People at Work,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-an-introduction-to-the-assessment-of-people-at-work-11657,people-management,,,,,, -3ca4a159-1b84-4f82-9940-8b0538186501,Financial Institutions and Markets,By University of Michigan via edX,,course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567900890_6eff2e90caa91bcbf30f7506b33ee1c9,finance,,,,,, -17140522-b4b5-4efd-a020-1c8450ec7421,Project Risk Assessment,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-project-risk-assessment-6261,project-management,,,,,, -84607045-f24a-4944-bc2a-b325daab1f9e,Corporate Financial Policy,By University of Michigan via edX,,course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567900897_9539273ed46b017c005156769ac8c1a8,finance,,,,,, -2b9c67e1-4132-4886-8d1c-3bda9eff0210,Financial Decision Rules for Project Evaluation,By University of Michigan via edX,,course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567900901_3ec02a19a859172ff5edef6011ae785d,finance,,,,,, -93aac055-9931-4b97-a47d-456bb91a3080,Principles of Project Management,By The College of St. Scholastica via Independent,,course|https://www.css.edu/graduate/non-degree-seeking/massive-open-online-courses/principles-of-project-management.html,project-management,,,,,,oer -c845853a-483e-4ea1-9c50-a4de0817cf61,Aviation is Your Future,By Embry-Riddle Aeronautical University via Canvas Network,,course|https://www.canvas.net/browse/erau/erau-coppa/courses/aviation-is-your-future,aviation,,,,,, -06c078eb-3ce2-4e74-b0dc-82d25ea89241,Process Improvement,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/process-improvement,business,,,,,, -7817993d-9b05-49c7-b0bd-7c294579e76f,Operations Management,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/operations-management,operations-management,,,,,, -b338664e-88f2-46b7-bffe-9d11de76e9f8,Coaching in the Knowledge Era,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-coaching-in-the-knowledge-era-9429,coaching,,,,,, -5264365d-016f-41eb-96d1-3f20718ad134,Ethics for Managers,By Santa Clara University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-ethics-for-managers-6967,ethics;management,,,,,, -df327464-8ebe-40ce-ba5b-cd71b1b3be3f,Managing My Financial Journey,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/managing-my-financial-journey,personal-finance,,,,,, -09f51551-78bf-4fb5-a0ac-39e69e8972c8,Technology Entrepreneurship: How to Start a New Venture,By University of Twente via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-technology-entrepreneurship-how-to-start-a-new-venture-11173,entrepreneurship,,,,,, -6a7b4618-0400-4fac-a6e9-f3e18aec29b7,Principles of Project Management,By Polytechnic West via Open2Study,,course|https://www.open2study.com/courses/principles-of-project-management,project-management,,,,,, -7fc25ace-56be-48dc-91ca-a4742eb95ab4,Online Advertising,By via Open2Study,,course|https://www.classcentral.com/course/open2study-online-advertising-1004,advertising,,,,,, -dac1ccf3-a3d1-449c-b17c-c386e23679e3,Financial Planning,By TAFE NSW via Open2Study,,course|https://www.open2study.com/courses/financial-planning,finance,,,,,, -27b0aead-a85c-421c-81ed-114132e3c352,Diagnosing the Financial Health of a Business,By Macquarie Graduate School of Management via Open2Study,,course|https://www.classcentral.com/course/open2study-diagnosing-the-financial-health-of-a-business-999,corporate-finance,,,,,, -68805027-7e30-48cb-945f-26579c3059ae,Innovation for Powerful Outcomes,By Swinburne University of Technology via Open2Study,,course|https://www.open2study.com/courses/innovation-for-powerful-outcomes,innovation,,,,,, -bce84b6c-79e3-4b34-9e62-3defb2975201,Midwifery,By via Open2Study,,course|https://www.open2study.com/courses/midwifery,midwifery,,,,,, -2cd2020b-3198-4fb5-adba-0e80d7e9aba4,Human Resources,By via Open2Study,,course|https://www.classcentral.com/course/open2study-human-resources-1640,human-resources,,,,,, -ad595b8d-5352-4251-a966-eda903ea037b,Strategic Management,By via Open2Study,,course|https://www.open2study.com/courses/strategic-management,management,,,,,, -67e917cf-1471-4af8-ab03-6a6cbd99e761,Introduction to Business in Asia,By Griffith University via Open2Study,,course|https://www.open2study.com/courses/introduction-to-business-in-asia,business;asia,,,,,, -c9c44ab3-97f6-4cbd-93aa-9cb38fd377c0,Introduction to Enterprise Architecture,By Enterprise Architects via Open2Study,,course|https://www.open2study.com/courses/introduction-to-enterprise-architecture,information-technology,,,,,, -a251f9d3-551d-4fbd-8b58-e1ebd09ce5c7,Financial Literacy,By Macquarie University via Open2Study,,course|https://www.classcentral.com/course/open2study-financial-literacy-894,finance,,,,,, -98f83e5c-869d-4879-b886-fbb1528f4f58,"Leadership: Identity, Influence and Power",By via Open2Study,,course|https://www.classcentral.com/course/open2study-leadership-identity-influence-and-power-1473,leadership,,,,,, -9f8b1a2d-8f8e-4e55-8933-75b1f25c6b70,Entrepreneurship and Family Business,By via Open2Study,,course|https://www.classcentral.com/course/open2study-entrepreneurship-and-family-business-1639,entrepreneurship,,,,,, -e372b91f-40f3-41d1-ace0-942599db431e,Supply Chain Innovation: How Technology Can Create a Sustainable Future,By University of Twente via FutureLearn,,course|https://www.futurelearn.com/courses/supply-chain-innovation,supply-chain,,,,,, -8339048d-dcb5-4e59-a0ea-776db5b52a8d,Procurement Innovation – SAP Ariba and S/4HANA in a Nutshell,By via openSAP,,course|https://www.classcentral.com/course/opensap-procurement-innovation-sap-ariba-and-s-4hana-in-a-nutshell-12475,software-tools/sap,,,,,, -9d49b7e5-5382-4a30-8e27-99dbdd7e59a8,Using Open Data for Digital Business,"By Royal Holloway, University of London via FutureLearn",,course|https://www.futurelearn.com/courses/open-data-business,information-technology,,,,,, -95cb2d78-6230-4ac5-b1de-cdec2c998d81,"Computational Investing, Part I",By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/computational-investing,computational-finance,,,,,, -bd694783-ebaf-4aeb-b29b-208f16dbfa76,The Self-aware Coach,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-self-aware-coach-9718,coaching,,,,,, -1c9122d7-6c2d-4d15-8753-a5aa81259097,Raising Funds for Your Startup,By Grenoble School of Management via FutureLearn,,course|https://www.futurelearn.com/courses/raising-startup-funds,startups,,,,,, -87a3ebbf-25eb-4564-972b-b854f0ec1e20,Maritime Law: an Introduction to Shipping Transactions,By Law Society of Scotland via FutureLearn,,course|https://www.futurelearn.com/courses/maritime-law,shipping;law,,,,,, -a82f9406-cf19-460c-bc1c-a0dcd63ffcc8,Adam Bobrow,,,video|https://www.youtube.com/channel/UCxccMOwsnVQEqmOU94MZi7g,sports/table-tennis,,,,,,oer -677bcf8f-aac2-47af-a5c1-1f2e305e3504,Managing People from a Global Perspective,By Arizona State University via edX,,course|https://www.edx.org/course/managing-people-from-a-global-perspective-0,people-management,,,,,, -5e491023-d9a4-4bfc-a170-18bc5703daeb,Introduction to Retail Management,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-introduction-to-retail-management-12742,retail;management,,,,,, -3e99cf83-dacb-4350-ba4f-a0e83c5d5333,Governance in Co-operatives,By University of Saskatchewan via Canvas Network,,course|https://www.canvas.net/browse/saskatchewan/courses/governance-in-cooperatives,co-operatives,,,,,, -0433eae9-9cbf-47fc-a0f6-a590183db11d,Leaders: Their Role and Impact on Business,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/leaders-role-impact,leadership,,,,,, -a1430335-c616-48c5-8698-c4d0bcec7d32,Servitization,By Karlstad University via Independent,,course|https://www.classcentral.com/course/independent-servitization-12574,management,,,,,, -f629619d-15b0-40c6-b935-d2deb0def824,Carnatic Youtube Collection,,,interactive|https://ramanarunachalam.github.io/Music/Carnatic/carnatic.html,music-genre/carnatic-classical,,,,,,oer -ca107fe8-8e58-469d-a1b4-1b67fd7a874c,The Importance of Project Management in the Global Construction Industry,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/importance-of-project-management-in-global-construction,project-management;construction,,,,,, -ec64736f-a370-4e09-b8cf-0e2f5abefc34,An Introduction to Financial Management in Construction,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/introduction-to-financial-management-in-construction-and-basic-accounting-conventions,project-management;construction,,,,,, -d8e06c8d-0573-46a5-a2ee-695c66bccac2,Business analytics and data mining Modeling using R,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-business-analytics-and-data-mining-modeling-using-r-10073,analytics;programming-languages/r,,,,,, -af8873ef-40f8-47a2-bc38-d7234b3646ca,Wonders of Numbers,,,book|https://www.goodreads.com/book/show/993639.Wonders_of_Numbers,mathematics;number-theory,,,,,, -85501a71-2e0c-4231-a1b1-0aeb5dada170,Financial Institutions and Markets,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_mg05/,finance,,,,,, -5f19fb61-828c-4028-aa75-c1ae92155624,Supply Chain Analytics,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-supply-chain-analytics-7905,supply-chain,,,,,, -6ee8423b-278b-48ac-af72-3d17c4d9daa0,Humble Pi,,,book|https://www.goodreads.com/en/book/show/39074550-humble-pi,mathematics;comedy,,,,,, -7f6c87ca-f5de-4a15-97ac-cbfb4cc930e2,Things to Make and Do in the Fourth Dimension | European Mathematical Society,,,article|https://euro-math-soc.eu/review/things-make-and-do-fourth-dimension,mathematics;geometry,,,,,, -219254fa-8c8a-4d00-a594-c5644baf0dd9,Marketing Research and Analysis-II,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-marketing-research-and-analysis-ii-12991,marketing,,,,,, -d37b6a9d-37a2-45da-8f08-a5e4461460e8,Business Statistics,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_mg13/,business;statistics,,,,,, -31f5fb0f-3f4d-490b-9a0c-51167a4be73b,Six Sigma,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-six-sigma-12995,six-sigma,,,,,, -27aa051e-141a-4fbb-af8d-1748f7f0f546,Operations and supply chain management,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-operations-and-supply-chain-management-12997,operations-management;supply-chain,,,,,, -ff6cf26c-f905-4c7d-aa21-29b9dbb9fac1,Services Marketing: A Practical Approach,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_mg09/,marketing,,,,,, -4cd8b337-be7e-419b-8e54-9b0257d94197,Novel Technologies for Food Processing and Shelf Life Extension,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-novel-technologies-for-food-processing-and-shelf-life-extension-12885,food-processing,,,,,, -1d9262d4-9ea5-476d-8177-140e39ed4021,Discovering the Art of Mathematics,,,website|https://www.artofmathematics.org/,mathematics;art,,,,,, -2ab8cd15-1797-4de6-b150-2d3f4452589f,Marketing Management - II,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-marketing-management-ii-12989,marketing,,,,,, -749c9743-d42f-4ef5-83fa-a007ffb111d4,Soft Skills for Business Negotiations and Marketing Strategies,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-soft-skills-for-business-negotiations-and-marketing-strategies-10045,marketing,,,,,, -3df02419-50c1-4515-a2a2-9f5a1483660b,Business Analytics for Management Decision,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-business-analytics-for-management-decision-10050,analytics;programming-languages/r,,,,,, -16fcd9ca-0492-4e22-ae32-888e7e4a8349,Managing change in organizations,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_mg02/,management,,,,,, -fccf92e1-ae23-471a-9c0c-4feb6ca8329a,Management of Field Sales,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-management-of-field-sales-12988,sales,,,,,, -b9583d01-f9e2-42b6-9452-270f495946ac,Financial Statement Analysis and Reporting,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-financial-statement-analysis-and-reporting-7898,finance,,,,,, -11305b2a-fe09-407d-8ff7-abab3227ac7f,Consumer Behaviour,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_mg08/,marketing,,,,,, -b22d5973-1bea-4981-ba4e-ed0a77404b95,Principles of Human Resource Management,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-principles-of-human-resource-management-5339,human-resources,,,,,, -dea47d07-c3bf-467c-8193-7db9100325ff,Scaling Memcache at Facebook,,,research_paper|https://www.usenix.org/system/files/conference/nsdi13/nsdi13-final170_update.pdf&sa=U&ei=gWJjU97pOeqxsQSDkYDAAg&ved=0CBsQFjAA&usg=AFQjCNGMeuWne9ywncbgux_XiZW6lQWHNw,software-tools/memcached,,,,,, -2ded6c00-6eea-49c1-b9c5-c63a1984aeec,Understanding Modern Business and Organisations,By University of Strathclyde via FutureLearn,,course|https://www.futurelearn.com/courses/understanding-modern-business-and-organisations,business;organization,,,,,, -0fec81fc-407b-41c6-9aef-7df8b1a40a06,Introduction to Strategic Doing: An Agile Approach to Strategy,By Purdue University via FutureLearn,,course|https://www.futurelearn.com/courses/strategic-doing,management,,,,,, -eab54e9c-918a-4ff5-999c-914e8b1bb3e1,Commercialization of Social Enterprises: Stemming the Tide of Mission Drift,By Université libre de Bruxelles via FutureLearn,,course|https://www.futurelearn.com/courses/social-enterprise-mission-drift,social-entrepreneurship,,,,,, -eef60a79-52f1-41d3-b0f1-459b4af3f63f,"Agroecology, an introduction",By Agreenium via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-agroecology-an-introduction-11016,agriculture,,,,,, -d3ceb8c3-0d2c-4862-a15d-c05af2603092,Ethical Leadership,By The College of St. Scholastica via Independent,,course|https://www.classcentral.com/course/independent-ethical-leadership-1293,ethics;leadership,,,,,, -712495c2-9619-4c1a-81f7-d402e59d2058,Valuing Companies,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-valuing-companies-8826,finance,,,,,, -dc6a2d03-a34a-4da5-9e90-ba90650b0f11,Digital Media Analytics: Introduction,By Purdue University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-digital-media-analytics-introduction-11890,analytics;programming-languages/r,,,,,, -e63fab10-b88e-4c69-a0f6-56b56c1b4edd,Entrepreneurship Essentials,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-entrepreneurship-essentials-13037,entrepreneurship,,,,,, -114773be-fee1-4597-8f97-321e26939712,Manufacturing Strategy,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-manufacturing-strategy-12996,manufacturing,,,,,, -d3797af4-0646-4385-ac7d-a2f4d773901d,Think Tutor | Get tutoring from experts. Think Tutor is a private tutoring cooperative with in-person tutoring in Evanston and remote tutoring worldwide. Our tutors have or are working on doctorates from top schools in the subjects they teach.,,,course|https://thinktutor.org/,business;economics,,,intermediate,,5.0, -c3a1777c-fc6a-4650-9006-b779c13a67ec,Sales and Distribution Management,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_mg07/,sales,,,,,, -5c438f48-1a19-4e5c-b4e0-7c0fbbf0fdff,Global Marketing Management,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-global-marketing-management-12990,marketing,,,,,, -eda2f90c-306c-4685-bae0-9798e5370ae1,Principles of Valuation: Risk and Return,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-principles-of-valuation-risk-and-return-4004,finance;valuation,,,,,, -0b492714-857b-489b-8b93-69c027d47e2e,Religion and Conflict,By University of Groningen via FutureLearn,,course|https://www.futurelearn.com/courses/religion-and-conflict,religion,,,,,, -53758e52-4cc9-45d0-ad0b-7de7bef6d1e9,Principles of Valuation: Time Value of Money,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/time-value-money,finance;valuation,,,,,, -7eb0a873-f9d6-4002-9cef-77eced5a6f60,Competitive Advantage: Using Information to Build Business Success,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-competitive-advantage-using-information-to-build-business-success-8031,business,,,,,, -b9f24243-c68f-4ee5-923a-678bcde2af01,What is Leadership?,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-what-is-leadership-8587,leadership,,,,,, -84622545-43a8-49be-8698-39276e20fea5,Valuation: Alternative Methods,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/valuation-methods,valuation,,,,,, -10a13dba-614e-4c5a-bfc9-7f6ce6152f73,Pathways to Property: Starting Your Career in Real Estate,By University of Reading via FutureLearn,,course|https://www.futurelearn.com/courses/pathways-to-property,real-estate,,,,,, -2c54efe1-5058-42ff-a36d-1e588ae89cf1,Introduction to Quantitative Investing,By Sungkyunkwan University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-quantitative-investing-8006,finance,,,,,, -970b6387-4eb8-4066-b1f1-cbc8ba236c1c,An Introduction to Pricing Strategy and Revenue Management,By ENAC via FutureLearn,,course|https://www.futurelearn.com/courses/pricing-strategy-revenue-management,pricing,,,,,, -f4620fc2-c208-4d9f-8ffe-5b45cae0742a,"Understanding Money: the History of Finance, Speculation and the Stock Market",By University of Southampton via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-money-the-history-of-finance-speculation-and-the-stock-market-13217,finance,,,,,, -e0945326-f57f-4fbf-95ba-6265186a3c12,Principles of Service Management,By Hanken School of Economics via FutureLearn,,course|https://www.futurelearn.com/courses/principles-of-service-management,management,,,,,, -72a9811a-d8eb-492b-b819-1b5edbc5490d,Digital Media Analytics: Social Media Research Plans,By Purdue University via FutureLearn,,course|https://www.futurelearn.com/courses/social-media-research-plan,analytics,,,,,, -e2d57d53-3183-4304-8225-3985ff0f59b2,Leading Effective Project Teams,By The College of St. Scholastica via Independent,,course|https://www.css.edu/graduate/non-degree-seeking/massive-open-online-courses/leading-effective-project-teams.html,leadership,,,,,,oer -08af2ea6-b004-46a4-a1c1-3cd99d95ff21,Innovating in a Digital World,By Institut Mines-Télécom via Coursera,,course|https://www.classcentral.com/course/coursera-innovating-in-a-digital-world-4607,innovation,,,,,, -699462a3-1af9-4d79-a03c-7c04c4c3cf19,Leading Strategic Innovation: How to Lead with Purpose,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-leading-strategic-innovation-how-to-lead-with-purpose-13327,leadership,,,,,, -cffa0902-748f-4de8-acd8-998539e36bb0,Open Innovation,By Durham University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-open-innovation-7378,innovation,,,,,, -cbfd1957-c60a-4d00-8b46-9e9cd65d1508,Entrepreneurship in Nonprofits,By University of Basel via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-entrepreneurship-in-nonprofits-12507,non-profits,,,,,, -2afde509-e49f-42d6-a3d3-3e8a9c5c8ea7,Business Analytics Using Forecasting,By National Tsing Hua University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-business-analytics-using-forecasting-6739,forecasting,,,,,, -9a74fc92-8287-4150-87f6-75a4eabae5f4,Digital Media Analytics: Using Data from Owned Media,By Purdue University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-digital-media-analytics-using-data-from-owned-media-13073,analytics,,,,,, -9a472a31-e4ec-4e80-b362-9e9a24a09271,Edward Jenner Leadership for Veterinary Professionals: Your Leadership Self,By Royal College of Veterinary Surgeons via FutureLearn,,course|https://www.futurelearn.com/courses/discovering-self-as-leader-for-veterinary-professionals,leaership,,,,,, -5becb22d-9755-479c-9ba4-7b0c426f7834,Introduction to Accounting and Corporate Finance,By University of Manchester via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-accounting-and-corporate-finance-13406,accounting,,,,,, -2bbe3de6-03dd-4d37-bcef-850976ef7533,Digital Media Analytics: Earned Media,By Purdue University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-digital-media-analytics-earned-media-13070,analytics,,,,,, -72e8e05c-bfa5-49ab-b99c-d38f3a29d837,Business Strategy from Wharton: Competitive Advantage,By Wharton School of the University of Pennsylvania via edX,,course|https://www.edx.org/course/business-strategy-from-wharton-competitive-advantage-2,business;strategy,,,,,, -f3f97faa-6a64-428b-b5cd-313bc01e6c3c,Innovation Strategy: Challenging the Usual Suspects,By Université libre de Bruxelles via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-innovation-strategy-challenging-the-usual-suspects-9099,innovation,,,,,, -61956e66-9e71-43b5-9b44-560568a7b2c1,Bookkeeping for Personal and Business Accounting,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/bookkeeping-financial-accounting,accounting,,,,,, -81fe0b6b-4848-4e7d-9ddc-1ed8843dcc62,Pre-Contract Management for Construction Projects: The Basics,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/introduction-pre-contract-management-practices,construction;management,,,,,, -45494fec-7fa8-4571-ab17-7a2c2c9f8b35,Research for Construction Management,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-research-for-construction-management-13192,construction;management,,,,,, -dba12ed9-1d85-4924-b0e2-c8eff1c91726,Global Issues in the Construction Industry,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-global-issues-in-the-construction-industry-10608,construction;management,,,,,, -5555abf4-f93f-4924-bafe-ad8b745d7c55,Business Continuity Management and Crisis Management: An Introduction,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/business-continuity-management-crisis-management,management,,,,,, -f5cc2c27-c5e0-433f-a49e-1e91d0cb84f0,Understanding Financial Statements,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/understanding-financial-statements,finance,,,,,, -9f4193ed-c29a-45db-9ef4-06095b7d3e63,Demystifying Entrepreneurship: How to Think like an Entrepreneur,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/demystifying-entrepreneurship,entrepreneurship,,,,,, -40e910ae-ee95-4152-813b-cfcb2aa1d728,Employee Engagement and Motivation: An Introduction,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/introduction-to-engagement-and-motivation-at-work,people-management,,,,,, -5f1fa488-d2f2-4fb5-84a5-e5e9c113cf21,Leadership Theory: The Basics,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/fundamentals-of-leadership-theory,leadership,,,,,, -a175607e-86d2-4aa0-b229-96d2b1e9226b,An Introduction to Organisational Behaviour: How to Understand Your People,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-an-introduction-to-organisational-behaviour-how-to-understand-your-people-11892,organization,,,,,, -4f0f5d73-53f5-47c3-8d48-585452489a1b,Macro Environmental Analysis and Business Strategy: An Introduction,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-macro-environmental-analysis-and-business-strategy-an-introduction-13603,business;strategy,,,,,, -4dcb99d9-f3bc-4fde-8559-2abf3a20c754,Environmental Scanning and Business Strategy: An Introduction,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-environmental-scanning-and-business-strategy-an-introduction-13203,business;strategy,,,,,, -e75efbbf-6236-42d9-9d0f-27d61c0b8238,BIM Implementation within the AEC Industry,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/bim-implementation-aec,construction,,,,,, -0f374dc7-2c93-497e-9e5d-405a245cd614,Investigating Innovation,By Deakin University via FutureLearn,,course|https://www.futurelearn.com/courses/investigating-innovation,innovation,,,,,, -6fb09af5-e10f-45bc-87fc-f465defe11ea,Digital Media Analytics: Paid Media,By Purdue University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-digital-media-analytics-paid-media-13071,analytics,,,,,, -f134bbbc-7321-4c7c-9024-646112f04354,Human Capital Strategy for Social Enterprises,By via +Acumen,,course|https://www.classcentral.com/course/acumen-human-capital-strategy-for-social-enterprises-9104,social-entrepreneurship,,,,,, -c124de91-9720-4083-9dc3-0adf9bf7f2be,Edward Jenner Leadership for Veterinary Professionals: Developing Leadership Foundations,By NHS Leadership Academy via FutureLearn,,course|https://www.futurelearn.com/courses/developing-leadership-foundations,leadership,,,,,, -7176cd91-abd7-4498-8c4e-07433a1ba59f,Contract Management: Building Relationships in Business,By University of Southampton via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-contract-management-building-relationships-in-business-3300,management,,,,,, -70f38767-6abf-4028-85ad-2e5834e7f7d9,Managing My Money for Young Adults,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-managing-my-money-for-young-adults-11642,personal-finance,,,,,, -caefece1-77f4-4b1f-bcff-6487de878a37,Ships (Part 1),By XuetangX via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-ships-part-1-13514,shipping,,,,,, -e6b7983a-e85a-4500-92b4-95a192513f65,Ideas for a Better World: Leading Change Through Policymaking,By British Council via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-ideas-for-a-better-world-leading-change-through-policymaking-13689,leadership,,,,,, -5abd7c18-0a7a-4e5e-ab9d-bb6c8df1247a,Digital Media Analytics: Using 'Listening Data',By Purdue University via FutureLearn,,course|https://www.futurelearn.com/courses/listening-data,analytics,,,,,, -ad5ec768-d7b3-4730-8480-0a29c49a31e6,"Project Management Principles, Practices and Systems",By Anglia Ruskin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-project-management-principles-practices-and-systems-13132,project-management,,,,,, -f393dfe4-3dde-4540-8d70-a259d9098706,Mergers and Acquisitions: Concepts and Theories,By New York Institute of Finance via FutureLearn,,course|https://www.futurelearn.com/courses/mergers-acquisitions-concepts-theories,mergers-and-acquisitions,,,,,, -749ed188-0b2c-4af4-a836-158e31d5f628,Finance Fundamentals: Financial Planning and Budgeting,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/personal-financial-planning-and-budgeting,finance,,,,,, -031f14f6-bab3-4cde-9dda-408f3311f887,Unleash Your Potential: Innovation and Enterprise,By University of Bristol via FutureLearn,,course|https://www.futurelearn.com/courses/innovation-enterprise,innovation,,,,,, -85de2564-2509-4936-a29d-3c63a89fdaf8,The Digital Economy: Selling Through Customer Insight,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/customer-insight,business,,,,,, -cfed1ad5-2fcd-4442-b364-70423a7a51cc,Global Tourism Development Trends,By Nankai University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-global-tourism-development-trends-13745,tourism,,,,,, -ed895889-124a-4372-8c54-acece0efdf07,Applied Entrepreneurship 1: Design Thinking for Business Acceleration,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-applied-entrepreneurship-1-design-thinking-for-business-acceleration-13743,entrepreneurship,,,,,, -58a53bad-fbe4-4ede-97a8-1a77af72de29,Fundraising: Connecting with Donors,By Philanthropy University via Independent,,course|https://courses.philanthropyu.org/courses/course-v1:PhilanthropyU+Fundraising_201+1_1.0_20180423_20180520/about,non-profits,,,,,, -be35e39d-9271-46d2-9e6d-bd82d23792ce,The Code Book | Simon Singh,,,book|https://simonsingh.net/books/the-code-book/,mathematics;cryptography,,,,,, -38793d96-90e9-41f3-aede-ba4a6d06b98a,Designing for Environmental Sustainability and Social Impact,By via +Acumen,,course|https://www.plusacumen.org/courses/designing-environmental-sustainability-and-social-impact,sustainability,,,,,, -87d73b7d-05c8-471b-a980-6d2756f9cc93,Managing Innovation,By Indian Institute of Management Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-managing-innovation-14179,innovation,,,,,, -b5e3a447-8c68-4f76-afe4-3dd2a0ff2f8c,Strategic Management,By Indian Institute of Management Bangalore via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg08/preview,management;strategy,,,,,, -b141b84b-6114-4c34-8a58-e34300d12cd9,Marketing and Innovation,By IILM Institute for Higher Education via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg19/preview,marketing,,,,,, -a60d2758-f673-46ae-bc17-67b2547d49f1,New Product Development,By Indian Institute of Management Bangalore via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg01/preview,business,,,,,, -70bc0a83-14cb-4a7d-950d-6f60f0340b9e,Operations Management,By Indian Institute of Management Bangalore via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg17/preview,operations-management,,,,,, -d3497328-d185-4212-80cf-59bae3c2597e,Organizational Design: Creating Competitive Advantage,By Indian Institute of Management Bangalore via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg15/preview,organization,,,,,, -30cea1e2-366f-4ab8-bac2-6a20c16e6be6,Fundraising Strategies,By Philanthropy University via Independent,,course|https://courses.philanthropyu.org/courses/course-v1:PhilanthropyU+Fundraising_301+1_1.0_20180423_20180527/about,fundraising,,,,,, -f23eb50c-ac43-4ffb-8d9a-93e4054edd23,Introduction to Retail Management,By Indian Institute of Management Bangalore via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg02/preview,retail;management,,,,,, -7487dc91-4846-46b7-89c6-1223837dcc6e,Management Accounting for Decision Making,By Indian Institute of Management Bangalore via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg06/preview,accounting,,,,,, -04b54fd2-6483-42f6-8f28-7df883d0d1e5,Mergers and Acquisitions: Advanced Theory,By New York Institute of Finance via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-mergers-and-acquisitions-advanced-theory-9397,mergers-and-acquisitions,,,,,, -e6c6474f-328f-44b5-a68a-5593ca7b2119,Introduction to Investments,By Indian Institute of Management Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-investments-14151,finance,,,,,, -99a4661f-8039-414a-bb3c-ac324f8c3b1f,Manufacturing Competitiveness,By Quality Council of India via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg21/preview,manufacturing,,,,,, -d25717c6-4a45-4d60-89be-7c26e1bb69ee,Introduction to Fundraising,By Philanthropy University via Independent,,course|https://courses.philanthropyu.org/courses/course-v1:PhilanthropyU+Fundraising_101+1_1.0_20180402_20180422/about,fundraising,,,,,, -9dd61fcf-4580-4194-a8f3-867e782bbc3a,A Life of Happiness and Fulfillment,By Indian School of Business via Coursera,,course|https://www.coursera.org/learn/happiness,life,,,,,, -8a8307e7-c801-42be-842c-77ea7cf81d56,Modern & Contemporary American Poetry (“ModPo”),By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/modpo,poetry,,,,,, -75067c94-2318-4870-84f6-8f9ec4477ab7,How to Succeed at: Writing Applications,By The University of Sheffield via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-how-to-succeed-at-writing-applications-2248,writing;careers,,,,,, -deac6beb-28a6-4a95-8a43-cfbd9ecd1244,English for the Workplace,By British Council via FutureLearn,,course|https://www.futurelearn.com/courses/workplace-english,languages/english,,,,,, -f0ee4d60-1f0a-4b79-baea-8f7d2b5e39d3,Things to Make and Do in the Fourth Dimension,,,book|https://www.goodreads.com/book/show/23008136-things-to-make-and-do-in-the-fourth-dimension,mathematics;geometry,,,,,, -8d3b1ec3-7f95-4829-9a00-a8f32d411c17,Introduction to Philosophy,By University of Edinburgh via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-philosophy-418,philosophy,,,,,, -dbb5f79b-e5aa-49c6-9821-c44044c61f78,English in Early Childhood: Language Learning and Development,By British Council via FutureLearn,,course|https://www.futurelearn.com/courses/english-in-early-childhood,languages/english,,,,,, -c6f2f4e9-53e5-4ae0-b185-01d7ff0e0320,Tsinghua Chinese: Start Talking with 1.3 Billion People,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx-tsinghua-chinese-start-talking-with-1-3-billion-people-5426,languages/chinese,,,,,, -4d75c5fa-a381-4bf3-93ae-94af1a69ea78,Basic Spanish 2: One Step Further,By Universitat Politècnica de València via edX,,course|https://www.classcentral.com/course/edx-basic-spanish-2-one-step-further-8672,languages/spanish,,,,,, -0727da4e-6f6a-42f1-a154-9519283d85af,Basic Spanish 1: Getting Started,By Universitat Politècnica de València via edX,,course|https://www.edx.org/course/basic-spanish-1-getting-started-2,languages/spanish,,,,,, -20ea459f-6df1-46e6-a553-a68f63591229,Shakespeare Matters,By University of Adelaide via edX,,course|https://www.classcentral.com/course/edx-shakespeare-matters-8731,shakespeare,,,,,, -7bd157a1-97ef-4ef0-b6cf-b9d89ed183ef,Moralities of Everyday Life,By Yale University via Coursera,,course|https://www.coursera.org/learn/moralities,philosophy;ethics;life,,,,,, -024a7f76-9fd8-421c-a96c-26f7520d932f,"The Bible's Prehistory, Purpose, and Political Future",By Emory University via Coursera,,course|https://www.coursera.org/learn/bible-history,christianity,,,,,, -2a17451d-ddb5-4dfa-99d8-b04e312ebcce,Grammar and Punctuation,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-grammar-and-punctuation-4236,grammar,,,,,, -44bce2d2-463f-445d-b483-7ab2866523e0,"The Modern World, Part One: Global History from 1760 to 1910",By University of Virginia via Coursera,,course|https://www.coursera.org/learn/modern-world,history,,,,,, -94d28c41-cb4d-46b1-9981-f0ff56a5c741,The Ancient Greeks,By Wesleyan University via Coursera,,course|https://www.classcentral.com/course/coursera-the-ancient-greeks-502,history,,,,,, -49215bac-2170-4ed6-bd41-cbad97f41298,How to Write an Essay,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/how-write-essay-uc-berkeleyx-colwri2-1x-3,communication;writing,,,,,, -f8b8e91d-09ae-4aea-bddd-102728c57a84,English Grammar and Style,By University of Queensland via edX,,course|https://www.classcentral.com/course/edx-english-grammar-and-style-2022,languages/english;grammar,,,,,, -2059891c-5e6d-47f2-9edd-fc655580db2d,The Modern and the Postmodern (Part 1),By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/modern-postmodern-1,philosophy,,,,,, -f23d4859-a00f-4c83-96e7-419785ac985d,The Emergence of the Modern Middle East - Part I,By Tel Aviv University via Coursera,,course|https://www.coursera.org/learn/modern-middle-east-1,history,,,,,, -337f3aeb-2fcb-4f18-aca9-bbd544acf617,English Composition I,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-english-composition-i-617,languages/english,,,,,, -0d103135-dc67-4420-9524-444102c1df77,"Philosophy, Science and Religion: Philosophy and Religion",By University of Edinburgh via Coursera,,course|https://www.classcentral.com/course/coursera-philosophy-science-and-religion-philosophy-and-religion-9085,philosophy;religion,,,,,, -fd423b44-64a6-4842-b71b-8786c341e40d,Arab-Islamic History: From Tribes to Empires,By Tel Aviv University via edX,,course|https://www.classcentral.com/course/edx-arab-islamic-history-from-tribes-to-empires-9365,history,,,,,, -ebdb2125-e207-4bb1-a5e1-193dfe080859,Integrating Critical Thinking Skills into the Exploration of Culture in an EFL Setting (K-12/HE),By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-integrating-critical-thinking-skills-into-the-exploration-of-culture-in-an-efl-setting-k-12-he-10330,thinking;culture,,,,,, -e42d99f5-d728-43d0-91ab-63a927b9ea03,Creative Writing: The Craft of Plot,By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/craft-of-plot,communication;writing,,,,,, -41e755dc-4ea0-4043-9227-9cc0d66bbc11,Sharpened Visions: A Poetry Workshop,By California Institute of the Arts via Coursera,,course|https://www.classcentral.com/course/coursera-sharpened-visions-a-poetry-workshop-4185,poetry,,,,,, -e0f80397-c537-4dfd-93d6-0dc7ac8531bd,"Philosophy, Science and Religion: Religion and Science",By University of Edinburgh via Coursera,,course|https://www.coursera.org/learn/philosophy-science-religion-3,religion;science,,,,,, -11f6edc9-0eaa-4dd5-97c6-c773357ee858,Start Writing Fiction,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-start-writing-fiction-1759,writing;fiction;fiction-writing,,,,,, -83564ab5-8e13-4955-98d1-6316922fb0e8,Upper-Intermediate English: Business,By Universitat Politècnica de València via edX,,course|https://www.edx.org/course/upper-intermediate-english-business-0,languages/english,,,,,, -175bfc91-1362-45a7-9318-c9df4c49c04c,The Great Poem Series: Unbinding Prometheus,By via OpenLearning,,course|https://www.openlearning.com/courses/percyshelley-unbindingprometheus/,poetry,,,,,, -fc570793-a337-45e1-a381-f1e4d91e5ecb,Greek and Roman Mythology,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/mythology,mythology,,,,,, -ccec2a00-175b-4ac6-ba4e-6ba5e3bd7f34,Writing in the Sciences,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:Medicine+SciWrite+Ongoing/about,writing,,,,,,oer -595226ef-2fb7-45c1-ae2c-3be6d17c790d,Upper-Intermediate English: Technology Today,By Universitat Politècnica de València via edX,,course|https://www.classcentral.com/course/edx-upper-intermediate-english-technology-today-11803,languages/english,,,,,, -84b4c238-70df-4caf-bebb-6ea3d5342b5c,England in the Time of King Richard III,By University of Leicester via FutureLearn,,course|https://www.futurelearn.com/courses/england-of-richard-third,history;nations/england/history,,,,,, -c0480ed1-69d2-4b9c-8b0b-e530321ce054,Introduction to Logic,By Stanford University via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-logic-329,logic,,,,,, -ad077cc7-5805-4b55-be73-3000787d717f,The Kennedy Half Century,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-the-kennedy-half-century-1172,history,,,,,, -3e9b5b31-40bc-4e82-957a-5df3ccf08624,Big History: Connecting Knowledge,By Macquarie University via Coursera,,course|https://www.classcentral.com/course/coursera-big-history-connecting-knowledge-4485,history,,,,,, -7ec67c97-f137-4d05-a7a3-6e75edb63140,Creative Writing: The Craft of Setting and Description,By Wesleyan University via Coursera,,course|https://www.classcentral.com/course/coursera-creative-writing-the-craft-of-setting-and-description-5623,writing,,,,,, -84109759-61a8-4921-b249-127b232ea8ea,"Plagues, Witches, and War: The Worlds of Historical Fiction",By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-plagues-witches-and-war-the-worlds-of-historical-fiction-1173,literature,,,,,, -14230537-d953-4caf-8e6e-f76d82952b55,The Emergence of the Modern Middle East - Part II,By Tel Aviv University via Coursera,,course|https://www.coursera.org/learn/modern-middle-east-2,history;middle-east,,,,,, -ddb364e2-334a-4ed9-8708-0fe1a63e505d,First Step Korean,By Yonsei University via Coursera,,course|https://www.coursera.org/learn/learn-korean,languages/korean,,,,,, -2f874cb9-5017-479e-a8e7-8acf0c2a1eda,Magic in the Middle Ages,By University of Barcelona via Coursera,,course|https://www.classcentral.com/course/coursera-magic-in-the-middle-ages-3477,magic;history,,,,,, -4dac9de4-5b14-48bf-8fe6-6349511d23a5,Age of Jefferson,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-age-of-jefferson-1343,history,,,,,, -e22853b4-e01d-4e0f-969e-64fb4056c002,Exploring English: Language and Culture,By British Council via FutureLearn,,course|https://www.futurelearn.com/courses/explore-english-language-culture,languages/english,,,,,, -ed7808f9-a903-4d3b-9643-4aaa92c414c2,Soul Beliefs: Causes and Consequences - Unit 1: Historical Foundations,By Rutgers University via Coursera,,course|https://www.coursera.org/learn/soulbeliefs,history,,,,,, -07df8722-97e6-457d-84c5-48284c2627f2,Adventures in Writing,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-adventures-in-writing-3058,writing,,,,,, -b3c08f26-c06f-4643-9f9f-8166cc02cd14,The Rise of Superheroes and Their Impact On Pop Culture,By Smithsonian Institution via edX,,course|https://www.classcentral.com/course/edx-the-rise-of-superheroes-and-their-impact-on-pop-culture-3322,culture,,,,,, -b8d7941f-77bc-42c7-bad8-af235fab611b,Creative Writing: The Craft of Style,By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/craft-of-style,writing,,,,,, -2d7cd083-f9b3-4a2d-a886-07050d70e9d6,Ancient Philosophy: Plato & His Predecessors,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-ancient-philosophy-plato-his-predecessors-5237,philosophy,,,,,, -229310bb-c960-4c3b-8018-349c1f4f067c,Writing for Young Readers: Opening the Treasure Chest,By Commonwealth Education Trust via Coursera,,course|https://www.coursera.org/learn/writing-for-children,writing,,,,,, -055542fe-2b6c-4473-9d6f-1ae519634bae,生活英语听说 | Conversational English Skills,By Tsinghua University via edX,,course|https://www.edx.org/course/sheng-huo-ying-yu-ting-shuo--conversational-english-skills,languages/english,,,,,, -fb7923c5-9709-4708-b243-ad672ec016a8,Constitutional Struggles in the Muslim World,By University of Copenhagen via Coursera,,course|https://www.classcentral.com/course/coursera-constitutional-struggles-in-the-muslim-world-663,history,,,,,, -2eccd816-9ae1-4e5b-b55f-062d31ad712d,"Søren Kierkegaard - Subjectivity, Irony and the Crisis of Modernity",By University of Copenhagen via Coursera,,course|https://www.coursera.org/learn/kierkegaard,philosophy,,,,,, -0b6d799c-2c06-4c32-937a-479b8be8734a,Chinese Language and Culture,By via Open2Study,,course|https://www.open2study.com/courses/chinese-language-culture,languages/chinese,,,,,, -35ffd28b-82bc-4319-a3a9-b4a632a748e3,Scribble: Writing for New Writers,By via OpenLearning,,course|https://www.openlearning.com/courses/scribere/,writing,,,,,, -75e0158e-56be-4563-84de-a0af5ae00ca5,Mandarin Chinese Level 1,By MandarinX via edX,,course|https://www.edx.org/course/mandarin-chinese-level-1,languages/chinese,,,,,, -c5c89c26-d603-4376-b52f-0d5dca58f732,"Introduction to Philosophy: God, Knowledge and Consciousness",By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-philosophy-god-knowledge-and-consciousness-926,philosophy,,,,,, -f1fb5982-8e05-49eb-912a-3051a3404029,Upper-Intermediate English: Globalization,By Universitat Politècnica de València via edX,,course|https://www.classcentral.com/course/edx-upper-intermediate-english-globalization-11802,languages/english,,,,,, -5dba10f2-b330-4095-a1be-fe3ddc9a14e9,Empire: the Controversies of British Imperialism,By University of Exeter via FutureLearn,,course|https://www.futurelearn.com/courses/empire,history,,,,,, -3f003dc9-32ac-46b6-b381-250a6b1e7f07,Multilingual Practices: Tackling Challenges and Creating Opportunities,By University of Groningen via FutureLearn,,course|https://www.futurelearn.com/courses/multilingual-practices,language,,,,,, -fd3489ae-f552-4f58-9dec-835343af1a9e,Collection of the Best Mathematics and Science Stuff | Abakcus,,,website|https://abakcus.com/,mathematics,,,,,5.0, -f5c96418-86f9-4355-b053-523c9c7ad438,The Fall and Rise of Jerusalem,By Tel Aviv University via Coursera,,course|https://www.coursera.org/learn/jerusalem,history,,,,,, -9d6c1d9b-296e-4e26-bb92-33525c60f18c,Philosophy and the Sciences: Introduction to the Philosophy of Physical Sciences,By University of Edinburgh via Coursera,,course|https://www.coursera.org/learn/philosophy-physical-sciences,science;philosophy,,,,,, -fc6e7064-5466-4100-8c5e-2a20ff9be73a,Writing in the Sciences,By Stanford University via Coursera,,course|https://www.classcentral.com/course/coursera-writing-in-the-sciences-464,writing,,,,,, -833edc57-f3d1-41a8-adba-4141958c5d2b,Intellectual Humility: Practice,By University of Edinburgh via Coursera,,course|https://www.coursera.org/learn/intellectual-humility-practice,philosophy,,,,,, -e2ae8f85-926e-42e7-b96f-a298e0b058cc,The French Revolution,By University of Melbourne via Coursera,,course|https://www.coursera.org/learn/french-revolution,history;nations/france,,,,,, -58ed9d97-a016-45e7-b670-e5a00cdc9000,"Understanding China, 1700-2000: A Data Analytic Approach, Part 1",By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-understanding-china-1700-2000-a-data-analytic-approach-part-1-520,nations/china;history,,,,,, -988371f5-ef5b-4375-ab36-89b4376ab826,"Understanding China, 1700-2000: A Data Analytic Approach, Part 2",By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-understanding-china-1700-2000-a-data-analytic-approach-part-2-3792,nations/china;history,,,,,, -92ebc2ea-a2b6-4de3-9e13-96ac357562cc,Scholarly Communication,By Moscow Institute of Physics and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-scholarly-communication-4475,communication;writing,,,,,, -da848caa-e2c1-451d-ac35-577b677a5d97,"The Modern World, Part Two: Global History since 1910",By University of Virginia via Coursera,,course|https://www.coursera.org/learn/modern-world-2,history,,,,,, -5fa14ed6-1078-471b-91bf-81f3f2985205,Perfect Tenses and Modals,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-perfect-tenses-and-modals-6292,writing;grammar,,,,,, -cf9d07fe-c7a0-4af0-9cd2-6d53c71278b0,More Chinese for Beginners,By Peking University via Coursera,,course|https://www.coursera.org/learn/more-chinese-for-beginners,languages/chinese,,,,,, -603cf287-55a2-466c-b021-597371dd142d,You Are A Mathematician,,,book|https://www.goodreads.com/book/show/2902420-you-are-a-mathematician,mathematics,,,,,, -df7a6d9e-ff0e-481d-acb5-bc03efd3fc6f,Big History - From the Big Bang until Today,By University of Amsterdam via Coursera,,course|https://www.classcentral.com/course/coursera-big-history-from-the-big-bang-until-today-7638,history,,,,,, -8128ffc6-6094-49f1-8c9d-67c2038af2d9,Teach English Now! Capstone Project 1,By Arizona State University via Coursera,,course|https://www.classcentral.com/course/coursera-teach-english-now-capstone-project-1-5104,languages/english,,,,,, -0f144cc2-e024-403b-850a-f3856e169a46,Write Professional Emails in English,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/professional-emails-english,languages/english;communication,,,,,, -ec90f2b6-093f-4b77-8230-785342fd0a02,Academic Literacy,By Moscow Institute of Physics and Technology via Coursera,,course|https://www.coursera.org/learn/academic-literacy,languages/english,,,,,, -b1874575-bfd0-4850-adb6-5cd58377bc67,Wonders of Ancient Egypt,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wonders-ancient-egypt,nations/egypt,,,,,, -d18dac29-368d-496d-adce-12f56b7e0e45,Writing a Personal Essay,By Wesleyan University via Coursera,,course|https://www.classcentral.com/course/coursera-writing-a-personal-essay-12401,writing,,,,,, -079fb2d2-c19e-47e2-971e-35b565a427bc,International Entertainment and Sports Marketing,By Yonsei University via Coursera,,course|https://www.coursera.org/learn/international-entertainment-sports-marketing,marketing,,,,,, -fda35281-e68a-40cf-926f-868cc7e85d56,Technical Writing,By Moscow Institute of Physics and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-technical-writing-7117,writing,,,,,, -9a72f60d-ecf4-481a-b841-d8f4d7eb90a5,Conflict Transformation,By Emory University via Coursera,,course|https://www.classcentral.com/course/coursera-conflict-transformation-8457,philosophy,,,,,, -aa206e0f-0a7f-4bb4-8fb1-4a37156f82be,Writing Stories About Ourselves,By Wesleyan University via Coursera,,course|https://www.classcentral.com/course/coursera-writing-stories-about-ourselves-12396,writing,,,,,, -5212489e-834a-4cd4-9c62-4ef3c90dea96,Writing in First Person Point of View,By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/first-person-pov,writing,,,,,, -8b24a612-90e3-4983-aafd-82ec2d5fa495,Fundamentals of the Chinese character writing (Part 1),By Saint Petersburg State University via Coursera,,course|https://www.classcentral.com/course/coursera-fundamentals-of-the-chinese-character-writing-part-1-13372,languages/chinese,,,,,, -b864f886-b94f-4358-8e4f-30a057a9193a,"Coexistence in Medieval Spain: Jews, Christians, and Muslims",By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/coexistence-in-medieval-spain,history;nations/spain,,,,,, -f35ae3ab-ab68-4654-bfcd-3d692f7ffb19,Prelude to Mathematics,,,book|https://www.goodreads.com/book/show/1134116.Prelude_to_Mathematics,mathematics,,,,,, -2bfa972f-1b82-48e4-a81c-d1aa7072efc3,Esports Teams and Professional Players,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/esports-teams-professional-players,sports;business,,,,,, -739fa8b3-68bc-491c-81f9-cf9c507e3578,Teach English Now! Theories of Second Language Acquisition,By Arizona State University via Coursera,,course|https://www.classcentral.com/course/coursera-teach-english-now-theories-of-second-language-acquisition-4617,languages/english,,,,,, -cf93ea29-fe7c-4a2f-ab0d-6815789006ef,English for Journalism,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/journalism,languages/english,,,,,, -080de070-9f6b-4f82-b3b0-68f18e262b1a,English for Career Development,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-english-for-career-development-6011,languages/english,,,,,, -9c99b9dc-615e-416e-9bc1-09735ae628a8,Groups and Symmetry,,,book|https://www.goodreads.com/book/show/2342758.Groups_and_Symmetry,mathematics;symmetry,,,,,, -c2f9bd12-248a-4fca-8d88-ac2c82f244a4,Arch of Titus: Rome and the Menorah,By Yeshiva University via Coursera,,course|https://www.coursera.org/learn/archoftitus,history,,,,,, -1d0fe833-c9db-45bb-85c5-5001b1b64841,"Speak English Professionally: In Person, Online & On the Phone",By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/speak-english-professionally,languages/english,,,,,, -6226c128-37ba-4bcb-9a0a-93a51e858698,Business English: Planning & Negotiating,By University of Washington via Coursera,,course|https://www.classcentral.com/course/coursera-business-english-planning-negotiating-5445,languages/english,,,,,, -555138be-ebfe-4310-953c-af8832159e0e,Academic Discussions in English,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/academic-discussion-english,languages/english,,,,,, -5a5d6a81-2e21-4b97-9dc3-25ad334ca24e,Verb Tenses and Passives,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-verb-tenses-and-passives-7283,grammar,,,,,, -44a9c2e2-9b2a-4113-8e21-63eb1d00b11b,Algorithmic Botany: Home,,,website|http://algorithmicbotany.org/,botany,,,,,, -00e13e5f-f472-4c0c-a95e-3aed981afbc7,Towards language universals through lexical semantics: introduction to lexical and semantic typology,By Higher School of Economics via Coursera,,course|https://www.coursera.org/learn/lexical-semantic-typology,language,,,,,, -be2b0524-b01b-4993-8b37-bda0138637ff,American Deaf Culture,By University of Houston System via Coursera,,course|https://www.coursera.org/learn/deaf-culture,culture;nations/usa,,,,,, -9cfc135d-69f9-4470-a88a-27f562fe3aab,Writing your World: Finding yourself in the academic space,By University of Cape Town via Coursera,,course|https://www.classcentral.com/course/coursera-writing-your-world-finding-yourself-in-the-academic-space-8794,writing,,,,,, -1b560361-28e4-4536-ad47-798b017d0c58,Collegiate Esports and Career Planning,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-collegiate-esports-and-career-planning-13113,sports;careers,,,,,, -41ca4731-3a34-44db-b57a-cd26fd52eefb,Memoir and Personal Essay: Managing Your Relationship with the Reader,By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/memoir-reader-relationship,writing,,,,,, -acc6b3a5-50af-4872-89c4-3b87799b86cd,A Voice of Their Own. Women's Spirituality in the Middle Ages.,By University of Barcelona via Coursera,,course|https://www.coursera.org/learn/womens-spirituality,history,,,,,, -451c9f66-a9b3-49d9-b070-6e38f8d41a27,Kickstart Your Academic Writing,By Barry University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-kickstart-your-academic-writing-6462,writing;academics,,,,,, -097163d6-d892-4aa2-bdc5-85c7cdf49dcc,Knots and Surfaces,,,book|https://www.goodreads.com/book/show/1186607.Knots_and_Surfaces,mathematics,,,,,, -bbde41e3-5da7-4750-97ea-1579cb2f4b2e,GitHub - abhishekkrthakur/approachingalmost: Approaching (Almost) Any Machine Learning Problem,,,book|https://github.com/abhishekkrthakur/approachingalmost,machine-learning,,,,,,oer -ca177eaa-98d7-47be-8d84-a46f61553cde,Mandarin Chinese for Intermediate Learners: Capstone Project,By Shanghai Jiao Tong University via Coursera,,course|https://www.coursera.org/learn/mandarin-chinese-intermediate-learner-capstone,languages/chinese,,,,,, -5df40bdc-f7f5-4b31-9201-e0a37150fde8,Soul Beliefs: Causes and Consequences - Unit 3: How Does It All End?,By Rutgers University via Coursera,,course|https://www.classcentral.com/course/coursera-soul-beliefs-causes-and-consequences-unit-3-how-does-it-all-end-4228,philosophy,,,,,, -c2f13c7c-e594-4264-8d4b-10035dca721c,Business English: Networking,By University of Washington via Coursera,,course|https://www.classcentral.com/course/coursera-business-english-networking-5438,languages/english,,,,,, -d8947eea-e64a-42f2-9e55-f3bbde06c92d,"Conjunctions, Connectives, and Adverb Clauses","By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-conjunctions-connectives-and-adverb-clauses-7281,grammar,,,,,, -d2d4266d-5830-4837-bc8f-08447e6a8623,Noun Clauses and Conditionals,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-noun-clauses-and-conditionals-7282,grammar,,,,,, -ceb6ba16-532d-4c7b-8c92-e96b5db1bf0f,Management Skills for International Business,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/management-skills-international-business,management,,,,,, -8b5d8ff4-047a-4a0c-92ce-85682ca1e51e,How to Write and Publish a Scientific Paper (Project-Centered Course),By École Polytechnique via Coursera,,course|https://www.classcentral.com/course/coursera-how-to-write-and-publish-a-scientific-paper-project-centered-course-5816,science;academics,,,,,, -5d01d1c7-3613-45aa-90c5-aada5da7b8e5,Esports Management Capstone Project,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/esports-management-capstone-project,sports;management,,,,,, -36ff512a-626f-445a-94b3-0c1324626157,"The Scottish Highland Clans: Origins, Decline and Transformation",By University of Glasgow via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-scottish-highland-clans-origins-decline-and-transformation-13806,history,,,,,, -332d1786-78a8-45cc-9c40-b01d38db8cbe,Peterloo to the Pankhursts: Radicalism and Reform in the 19th Century,"By Royal Holloway, University of London via FutureLearn",,course|https://www.futurelearn.com/courses/peterloo-to-the-pankhursts-radicalism-and-reform-in-the-nineteenth-century,history,,,,,, -6852c1a8-b93f-40cf-b83b-79a2f998e5b6,Conversational English Skills,By Tsinghua University via Coursera,,course|https://www.classcentral.com/course/coursera-conversational-english-skills-13584,languages/english,,,,,, -7e430ee1-dfef-4bd4-94e4-f14da85ebfc6,Just Reading and Writing English 2,By Tsinghua University via Coursera,,course|https://www.coursera.org/learn/just-reading-and-writing-english-2,languages/english,,,,,, -245c7130-8647-4de7-aa0a-64e46f22fb8b,Just Reading and Writing English 1,By Tsinghua University via Coursera,,course|https://www.classcentral.com/course/coursera-just-reading-and-writing-english-1-13594,languages/english,,,,,, -8c1b618b-5544-4506-8bde-e60e693b7b70,Understanding 9/11: Why 9/11 Happened & How Terrorism Affects Our World Today,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-understanding-9-11-why-9-11-happened-how-terrorism-affects-our-world-today-1011,history;terrorism,,,,,, -f8badedc-2107-46cb-a44f-f654f874e8d0,Teach English Now! Foundational Principles,By Arizona State University via Coursera,,course|https://www.classcentral.com/course/coursera-teach-english-now-foundational-principles-4658,languages/english,,,,,, -bfd29ebd-70a6-41e4-ba09-4475fc68003c,"Doping : Sports, Organizations and Sciences",By University of Lausanne via Coursera,,course|https://www.coursera.org/learn/doping,sports,,,,,, -09e60469-ec33-42d1-9406-6672feb3d9a6,"Journalism, the future, and you!",By Michigan State University via Coursera,,course|https://www.coursera.org/learn/international-journalism,journalism,,,,,, -73371503-974c-4f28-a534-c73d2bba7280,Intellectual Humility: Theory,By University of Edinburgh via Coursera,,course|https://www.coursera.org/learn/intellectual-humility-theory,philosophy,,,,,, -620322e3-2e43-4af7-9dda-20aff228c411,The Politics of Skepticism,By Erasmus University Rotterdam via Coursera,,course|https://www.coursera.org/learn/erasmus-philosophy-skepticism,philosophy,,,,,, -24aa9b2a-930a-4089-afef-ee04663b0dfc,Chinese for HSK 2,By Peking University via Coursera,,course|https://www.classcentral.com/course/coursera-chinese-for-hsk-2-7136,languages/chinese,,,,,, -87a2d3ab-e545-458e-875d-81642f03a76d,Chinese for HSK 3 PART I,By Peking University via Coursera,,course|https://www.classcentral.com/course/coursera-chinese-for-hsk-3-part-i-7137,languages/chinese,,,,,, -a6ba46e3-7404-471b-9ad4-6bcbca8fbed1,The Cosmopolitan Medieval Arabic World,By Leiden University via Coursera,,course|https://www.coursera.org/learn/medieval-arabia,history,,,,,, -e07bb0e6-ef77-494a-bb94-6edfd3ea1f42,General Academic English,By Tsinghua University via Coursera,,course|https://www.classcentral.com/course/coursera-general-academic-english-13595,languages/english,,,,,, -559306aa-3ebb-4617-89ba-4330ea3229bb,Game Developers and Esports Organizations,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/game-developers-esports-organizations,sports,,,,,, -1e7ec72c-01b3-4238-bc93-39fc98167b33,The Ancient Greek Hero,By Harvard University via edX,,course|https://www.edx.org/course/the-ancient-greek-hero-2,literature;philosophy,,,,,, -a97a62d9-7f5e-4e96-ac5a-7b906ebb8e0b,Creative Writing: The Craft of Character,By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/craft-of-character,writing,,,,,, -ccfd806c-bb75-490a-9420-0dc9ed78d36c,Tricky English Grammar,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-tricky-english-grammar-6291,grammar,,,,,, -dec16c5c-5265-4a5d-84d4-222b5c2a3cc2,Adjectives and Adjective Clauses,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/adjective-clauses,grammar,,,,,, -e4288a6a-f466-44cb-91b5-e60755b9aebf,Better Business Writing in English,By Georgia Institute of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-better-business-writing-in-english-8485,languages/english,,,,,, -ac12cb55-f1ab-439a-8539-cf11e1af5dba,Sports Marketing,By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-sports-marketing-12178,sports;marketing,,,,,, -e5f5244d-ac8e-4e26-8be7-be5f240f0b1b,Introduction to Multilingual and Multicultural Education,By Higher School of Economics via Coursera,,course|https://www.coursera.org/learn/multilingual-multicultural-education,education,,,,,, -65e665d3-b2ff-46d7-a457-f4fa969f2ef2,Religious Transformation in Early China: the Period of Division,By The Chinese University of Hong Kong via Coursera,,course|https://www.classcentral.com/course/coursera-religious-transformation-in-early-china-the-period-of-division-11711,history;nations/china,,,,,, -7fcf921c-6f4f-4b6d-a56e-42270f6e41a3,Introduction to Research for Essay Writing,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-introduction-to-research-for-essay-writing-4201,writing,,,,,, -af489d35-bd82-4402-ba82-e74626226450,Assessing Achievement with the ELL in Mind,By Arizona State University via Coursera,,course|https://www.classcentral.com/course/coursera-assessing-achievement-with-the-ell-in-mind-4599,education,,,,,, -fd1c2c2b-1432-441c-99f7-6d8b99703a3f,The Holocaust - An Introduction (II): The Final Solution,By Yad Vashem - The World Holocaust Remembrance Center via Coursera,,course|https://www.classcentral.com/course/coursera-the-holocaust-an-introduction-ii-the-final-solution-5368,history,,,,,, -0b7966c8-b0d3-4c48-a6da-45567f7bef82,Gathering and Developing the News,By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-gathering-and-developing-the-news-5523,journalism,,,,,, -f6251916-718e-449a-9b08-250e9d86168d,Business English: Making Presentations,By University of Washington via Coursera,,course|https://www.classcentral.com/course/coursera-business-english-making-presentations-5441,languages/english,,,,,, -186ccb46-4dea-44bc-af48-4eac91b5cf1f,"English for Science, Technology, Engineering, and Mathematics",By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/stem,languages/english,,,,,, -d849251e-6c22-44bc-9670-bd0f6731d0bf,Intermediate Grammar Project,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/intermediate-grammar-capstone,grammar,,,,,, -22a6c092-0670-4ccf-a698-069e7ec0dcfa,Reasoning Across the Disciplines,By The University of North Carolina at Chapel Hill via Coursera,,course|https://www.coursera.org/learn/critical-reasoning,thinking,,,,,, -1f9173a3-e964-47c9-b901-9130264cbc79,Chinese for HSK 1,By Peking University via Coursera,,course|https://www.coursera.org/learn/hsk-1,languages/chinese,,,,,, -d1355bed-bfa1-4735-bec6-3123d69f6c71,Organising an Empire: The Assyrian Way,By Ludwig-Maximilians-Universität München via Coursera,,course|https://www.classcentral.com/course/coursera-organising-an-empire-the-assyrian-way-10145,history,,,,,, -eed5915b-63f8-4e45-bfe4-0726347ccd13,Words Spun Out of Images: Visual and Literary Culture in Nineteenth Century Japan,By The University of Tokyo via Coursera,,course|https://www.coursera.org/learn/visual-literary-culture-in-japan,history;nations/japan,,,,,, -68d7dd44-4747-429d-a92d-59a8ac5235a4,Why Ethics Matter: Ethical Research,By Griffith University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-why-ethics-matter-ethical-research-10777,ethics,,,,,, -60cd88e5-4180-4541-9df3-d6e768a48eb9,Essentials for English Speeches and Presentations 英语演讲与演示,By Peking University via Coursera,,course|https://www.coursera.org/learn/yingyuyanjiang,languages/english,,,,,, -f5977f18-3215-4c4b-a986-7e35d704d9d2,The Modern and the Postmodern (Part 2),By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/modern-postmodern-2,history,,,,,, -b88a343b-66f1-40ac-8a77-4d6dfbe353bc,Writing in English at University,By Lund University via Coursera,,course|https://www.classcentral.com/course/coursera-writing-in-english-at-university-7189,languages/english,,,,,, -6fe76457-2597-4a5c-aca9-e6a90f1daaf3,Chinese for HSK 3 PART II,By Peking University via Coursera,,course|https://www.coursera.org/learn/hsk-3-part2,languages/chinese,,,,,, -f9d0da0c-b27b-457c-b4d3-768ac2d5e47e,A Journey through Western Christianity: from Persecuted Faith to Global Religion (200 - 1650),By Yale University via Coursera,,course|https://www.classcentral.com/course/coursera-a-journey-through-western-christianity-from-persecuted-faith-to-global-religion-200-1650-8106,religion,,,,,, -da04ec63-5811-4430-a0da-615bb7f854ff,Spanish Vocabulary Project,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/spanish-vocabulary-project,languages/spanish,,,,,, -d09ef4b0-218d-4d4f-a9b0-0a521002c6de,Intellectual Change in Early China: Warring States and Han,By The Chinese University of Hong Kong via Coursera,,course|https://www.coursera.org/learn/intellectual-change-early-china-the-warring-states-han,history;nations/china,,,,,, -249cf6a3-0246-4388-b44f-c9aeab864051,Activism and Citizen Journalism through Media,By University of the Witwatersrand via edX,,course|https://www.edx.org/course/activism-and-citizen-journalism-through-media,journalism,,,,,, -d6c8a4c2-6374-499c-86bc-a45155c54071,Exploring English: Magna Carta,By British Council via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-exploring-english-magna-carta-4673,languages/english,,,,,, -b4511fe8-a0a9-4b76-a3e5-125342df1140,Introduction to Chinese: Grammar,By Shanghai International Studies University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-chinese-grammar-13859,languages/chinese,,,,,, -c1fafe3b-5fe9-41d5-ab39-ffb2b08c1b83,Unethical Decision Making in Organizations,By University of Lausanne via Coursera,,course|https://www.coursera.org/learn/unethical-decision-making,ethics,,,,,, -656c79ef-1e24-41d0-9f0b-039c2e186bfe,Explorations in Confucian Philosophy,By Nanyang Technological University via Coursera,,course|https://www.coursera.org/learn/confucian-philosophy,philosophy,,,,,, -16ef4352-3e6b-4ad3-b549-00f55a6f40f8,What is news?,By Michigan State University via Coursera,,course|https://www.coursera.org/learn/what-is-news,journalism,,,,,, -9aed4c72-d742-436d-b2ea-ad9f1c85b2b0,English for Business and Entrepreneurship,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/business,languages/english,,,,,, -625b6f30-21a6-4870-8aa8-e468138b2e8b,Learn Mandarin Chinese: Capstone Project,By Shanghai Jiao Tong University via Coursera,,course|https://www.coursera.org/learn/learn-mandarin-project,languages/chinese,,,,,, -ec8c458b-76fe-4374-9a5f-913f384a6edd,"Philosophy, Science and Religion: Science and Philosophy",By University of Edinburgh via Coursera,,course|https://www.classcentral.com/course/coursera-philosophy-science-and-religion-science-and-philosophy-8024,philosophy,,,,,, -01a9879f-5fc1-40a6-94a6-7572efac9d06,Business Writing,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/writing-for-business,writing,,,,,, -99012c2f-0191-4098-82da-fe9e0e04c5d6,Academic Listening and Note-Taking,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/note-taking,academics;learning,,,,,, -05d65bc2-575d-48a8-8362-e0c8ebaea46c,Sports and Society,By Duke University via Coursera,,course|https://www.coursera.org/learn/sports-society,sports,,,,,, -e06174ba-cbfb-4316-af21-9c3b50dc3217,Engaging ELLs and Their Families in the School and Community,By Arizona State University via Coursera,,course|https://www.classcentral.com/course/coursera-engaging-ells-and-their-families-in-the-school-and-community-4636,education,,,,,, -37dc960e-77bd-4ddf-9466-1784a1b968c8,Mandarin Chinese 3: Chinese for Beginners,By Shanghai Jiao Tong University via Coursera,,course|https://www.coursera.org/learn/mandarin-chinese-3,languages/chinese,,,,,, -ab5e980c-445e-41d5-a3dc-de085743ecc0,Transmedia Writing,By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-transmedia-writing-8072,writing,,,,,, -f1e16cf2-379f-4ab6-9fff-d8187a0e8f3d,Race and Cultural Diversity in American Life and History,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/race-cultural-diversity-american-life,history;culture,,,,,, -3110d6ef-142b-4c37-bff7-b2a1303b7c60,Russian History: from Lenin to Putin,"By University of California, Santa Cruz via Coursera",,course|https://www.coursera.org/learn/russian-history-lenin-putin,history;nations/russia,,,,,, -14c3baf7-937b-476d-b576-b4593254bb3e,Asian Environmental Humanities: Landscapes in Transition,By University of Zurich via Coursera,,course|https://www.classcentral.com/course/coursera-asian-environmental-humanities-landscapes-in-transition-11209,asia;environmental-science,,,,,, -453f9abc-d610-464d-a61b-0a1283970746,Skepticism,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/skepticism,philosophy;skepticism,,,,,, -242edaee-5a68-4430-b42e-d5834361b76d,Modern Masterpieces of World Literature,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-modern-masterpieces-of-world-literature-9424,literature,,,,,, -887cf4d7-6134-4849-b96a-5daac1f64e10,Ancient Masterpieces of World Literature,By Harvard University via edX,,course|https://www.edx.org/course/ancient-masterpieces-of-world-literature-2,literature,,,,,, -aa261748-9894-46ee-a3c5-2b44b51a0a10,English Composition,By Arizona State University via edX,,course|https://www.classcentral.com/course/edx-english-composition-4068,languages/english;writing,,,,,, -cf8dc351-9c68-4f2d-8cfc-9aae9c0fb2c6,English Composition: Research and Writing,By Arizona State University via edX,,course|https://www.classcentral.com/course/edx-english-composition-research-and-writing-6656,languages/english;writing,,,,,, -b7bc9e37-4c45-4915-a478-d7a4179c5b8b,Masterpieces of World Literature,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-masterpieces-of-world-literature-6844,literature,,,,,, -3b3bcaa8-c1f4-4d43-a14a-aa1f60e4afba,Spanish Vocabulary: Careers and Social Events,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/spanish-vocabulary-careers,languages/spanish,,,,,, -a9117fab-5533-442f-a8b5-171f5662e525,Chinese for Beginners,By Peking University via Coursera,,course|https://www.coursera.org/learn/learn-chinese,languages/chinese,,,,,, -0d419625-0f1e-40ea-a920-050984546ea3,Buddhism: The Diamond Sutra and World Peace,By HKU Space via FutureLearn,,course|https://www.futurelearn.com/courses/buddhism-and-peace,buddhism,,,,,, -1fdf20a1-f3ef-4591-83c0-555bcde888f5,Sports Administration and Management,By CEC via Swayam,,course|https://swayam.gov.in/nd2_cec19_ed09/preview,sports;management,,,,,, -435e2ecc-9ae5-4a2d-a2f8-7ea55970e05a,Patrick Henry: Forgotten Founder,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-patrick-henry-forgotten-founder-8669,history,,,,,, -cad066c2-eec2-4005-b519-4e01df07a030,Reason and Persuasion: Thinking Through Three Dialogues By Plato,By National University of Singapore via Coursera,,course|https://www.coursera.org/learn/plato-dialogues,philosophy;thinking;communication,,,,,, -1060db96-476b-429f-bda8-5be6392de211,Intellectual Humility: Science,By University of Edinburgh via Coursera,,course|https://www.classcentral.com/course/coursera-intellectual-humility-science-7657,philosophy,,,,,, -8ad8b06c-eef8-4168-aec7-74908b5ddd4e,Think Again II: How to Reason Deductively,By Duke University via Coursera,,course|https://www.coursera.org/learn/deductive-reasoning,thinking,,,,,, -d20618ea-a55b-4550-8c82-89d8eff99c0a,Spanish Vocabulary: Meeting People,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-spanish-vocabulary-meeting-people-8037,languages/spanish,,,,,, -eec74e10-130b-4448-bfbe-d0e0e926febc,Research for Impact,By University of Cape Town via Coursera,,course|https://www.coursera.org/learn/research-for-impact,research,,,,,, -07e6365b-fa24-4474-a195-7efa8c96d3ca,Modern American Poetry,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-modern-american-poetry-5963,poetry,,,,,, -ef93a815-fa25-4c05-98bf-e29767e2e726,Journey of the Universe: The Unfolding of Life,By Yale University via Coursera,,course|https://www.classcentral.com/course/coursera-journey-of-the-universe-the-unfolding-of-life-6947,history,,,,,, -1f86fe0c-2993-49da-b812-71a09638a804,Business English: Marketing and Sales,By Arizona State University via Coursera,,course|https://www.coursera.org/learn/marketing-sales-english,languages/english,,,,,, -b2319b7a-4d6d-4907-b2e1-8a4f8274b244,Business English: Management and Leadership,By Arizona State University via Coursera,,course|https://www.coursera.org/learn/management-leadership-english,languages/english,,,,,, -b1960885-8afd-44ff-bee5-2a275df9c15a,Business English: Finance and Economics,By Arizona State University via Coursera,,course|https://www.coursera.org/learn/finance-economics-english,languages/english,,,,,, -96e121b8-cc5c-41ab-b8d6-f9b3deec7320,Relativism,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/relativism,philosophy,,,,,, -3d97d5a1-cce4-4350-9154-69c5c65729ec,The History of Modern Israel - Part II: Challenges of Israel as a sovereign state,By Tel Aviv University via Coursera,,course|https://www.coursera.org/learn/history-israel-sovereign-state,history;nations/israel,,,,,, -bf73cf73-c7b2-4921-b3f2-f4aece6e544b,Writing Skills for Engineering Leaders,By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-writing-skills-for-engineering-leaders-7433,writing,,,,,, -66a5e474-57db-435c-9c21-2a735a124eef,Becoming a Sports Agent,By Case Western Reserve University via Coursera,,course|https://www.coursera.org/learn/sports-agent,sports,,,,,, -1562f19a-7671-4a66-af46-581f905c8fe8,"Religion and Thought in Modern China: the Song, Jin, and Yuan",By The Chinese University of Hong Kong via Coursera,,course|https://www.coursera.org/learn/religion-thought-modern-china,history;nations/china,,,,,, -1359188f-9f73-443d-91b1-1c2824abc0eb,Many Faces: Understanding the Complexities of Chinese Culture,By University of Exeter via FutureLearn,,course|https://www.futurelearn.com/courses/chinese-culture,nations/china/culture,,,,,, -d9218d43-78c9-4a5b-8652-bd6f382d46b1,Tricky American English Pronunciation,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-tricky-american-english-pronunciation-8274,languages/english,,,,,, -d3087bdb-b0c0-4fa3-a01c-975ccf8257ee,Business Case Analysis,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-business-case-analysis-5616,business;management,,,,,, -c80dbffa-cb98-446f-b11b-63108fca2bcc,Think Again I: How to Understand Arguments,By Duke University via Coursera,,course|https://www.coursera.org/learn/understanding-arguments,thinking,,,,,, -4049c06e-e38e-49e8-9901-c4e2de5ee597,The Changing Landscape of Ancient Rome. Archaeology and History of the Palatine Hill,By Sapienza University of Rome via Coursera,,course|https://www.classcentral.com/course/coursera-the-changing-landscape-of-ancient-rome-archaeology-and-history-of-the-palatine-hill-8624,history,,,,,, -ccfca4ff-cfc8-42b7-817c-4c9000e1a0e6,"Gender, Family, and Social Change in Contemporary South Korea",By Yonsei University via Coursera,,course|https://www.classcentral.com/course/coursera-gender-family-and-social-change-in-contemporary-south-korea-8299,history;nations/south-korea,,,,,, -53338901-4ef5-4be7-af91-4c0e7dbeace6,Burgos: Deciphering Secrets of Medieval Spain,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/burgos-deciphering-secrets-medieval-spain,history;nations/spain,,,,,, -ca391048-042f-482c-94d9-22ac515a5fd2,Structuring Values in Modern China,By The Chinese University of Hong Kong via Coursera,,course|https://www.classcentral.com/course/coursera-structuring-values-in-modern-china-12712,nations/china,,,,,, -621f09b7-c110-43e1-81ed-000b44a1214b,Business English: Meetings,By University of Washington via Coursera,,course|https://www.classcentral.com/course/coursera-business-english-meetings-5442,languages/english,,,,,, -33a93bb4-52ca-4595-8167-5d047a310926,Think Again III: How to Reason Inductively,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-think-again-iii-how-to-reason-inductively-6618,thinking,,,,,, -9941f25d-5d94-495e-b237-df8c5c8d45ee,Professor Stewart's Cabinet of Mathematical Curiosities,,,book|https://www.goodreads.com/book/show/6061491-professor-stewart-s-cabinet-of-mathematical-curiosities,mathematics;games,,,,,, -8c389180-7ff3-4e95-8997-72d02efdd798,The Worldview of Thomas Berry: The Flourishing of the Earth Community,By Yale University via Coursera,,course|https://www.classcentral.com/course/coursera-the-worldview-of-thomas-berry-the-flourishing-of-the-earth-community-6946,history,,,,,, -5f8df301-50a1-4269-98a7-4db5bdf97d29,Deploying a Hadoop Cluster,By via Udacity,,course|https://www.classcentral.com/course/udacity-deploying-a-hadoop-cluster-6274,software-tools/hadoop,,,,,, -aed11c4b-cfcb-46b3-a43e-dac8a5b42c4a,Religions and Society in China,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-religions-and-society-in-china-7780,nations/china/culture,,,,,, -a09d7fd1-18be-4fd9-8c68-d92046779a89,Cultural Competence - Aboriginal Sydney,By The University of Sydney via Coursera,,course|https://www.classcentral.com/course/coursera-cultural-competence-aboriginal-sydney-8237,culture;nations/australia,,,,,, -60afd623-ac18-4813-9e5a-9e8919026c85,Re-imaging God in Korean Context,By Yonsei University via Coursera,,course|https://www.coursera.org/learn/god-korean-context,religion;philosophy,,,,,, -0957abfd-dd8c-4e74-a33f-86bbabd6deb2,Intermediate Level of Spoken Sanskrit,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-intermediate-level-of-spoken-sanskrit-14133,languages/sanskrit,,,,,, -2fc56cb3-ce8e-4912-b22d-4eff9d4b6c5a,Requirements Writing,By University of New South Wales via Coursera,,course|https://www.coursera.org/learn/requirements-writing,writing,,,,,, -7b5e8d74-dfc3-4ba2-b9e5-2e51e31b6eb0,At the Origins of the Mediterranean Civilization: Archaeology of the City from the Levant to the West - 3rd-1st millennium BC,By Sapienza University of Rome via Coursera,,course|https://www.coursera.org/learn/archaeology-city-levant-west,history,,,,,, -138c112f-a93a-4887-9ae4-164aec0cac68,"William Wordsworth: Poetry, People and Place",By Lancaster University via FutureLearn,,course|https://www.futurelearn.com/courses/william-wordsworth,poetry,,,,,, -b0cb5e1d-ce39-40a5-8c7e-93e4fbb89f64,English for Effective Business Speaking,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-english-for-effective-business-speaking-5453,languages/english,,,,,, -f5f5e4fc-9454-449c-ae09-8a52d067d658,Luther and the West,By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-luther-and-the-west-7071,history,,,,,, -7df010a2-ed7e-471b-8ea6-27a0560b32c8,Globalization: Past and Future,By SDG Academy via edX,,course|https://www.classcentral.com/course/edx-globalization-past-and-future-9746,globalization,,,,,, -e1d157a6-b41d-48aa-a55d-06d70c1aa8d7,Develop Your Cultural Intelligence,By Purdue University via FutureLearn,,course|https://www.futurelearn.com/courses/develop-cultural-intelligence,culture,,,,,, -2a932eab-693d-4801-a845-2dd7720309fd,The Holocaust: The Destruction of European Jewry,"By University of California, Santa Cruz via Coursera",,course|https://www.coursera.org/learn/the-holocaust,history,,,,,, -bd221b4a-edf4-477c-baae-6fb4a2031b71,The Science of Training Young Athletes,By University of Florida via Coursera,,course|https://www.classcentral.com/course/coursera-the-science-of-training-young-athletes-6208,athletics,,,,,, -6f7d3af1-2aa2-40db-a270-5648bc03b165,The History of Modern Israel – Part I: From an Idea to a State,By Tel Aviv University via Coursera,,course|https://www.classcentral.com/course/coursera-the-history-of-modern-israel-part-i-from-an-idea-to-a-state-4791,history;nations/israel,,,,,, -cd42ee3a-9d71-44c1-98d4-6dbd91cc96cb,Learn to Speak Korean 1,By Yonsei University via Coursera,,course|https://www.coursera.org/learn/learn-speak-korean1,languages/korean,,,,,, -f3d50f91-9c97-4116-b02a-4ca880837e24,The Lady or the Tiger? And Other Logic Puzzles,,,book|https://www.goodreads.com/book/show/678521.The_Lady_or_the_Tiger_And_Other_Logic_Puzzles,mathematics;logic,,,,,, -c56dbc99-bdbb-4006-aa58-0493099300fc,Norwegian for Beginners 1,By Norwegian University of Science and Technology via FutureLearn,,course|https://www.futurelearn.com/courses/norwegian-for-beginners,languages/norwegian,,,,,, -669307e5-80b8-4ea8-b972-8637e34e8885,Classics of Chinese Humanities: Guided Readings,By The Chinese University of Hong Kong via Coursera,,course|https://www.classcentral.com/course/coursera-classics-of-chinese-humanities-guided-readings-653,literature,,,,,, -eefd0897-674b-4219-88cd-94fdda593876,Effective Altruism,By Princeton University via Coursera,,course|https://www.coursera.org/learn/altruism,philosophy,,,,,, -e3cca9b2-4e95-4988-80b9-f8f257bcbd38,Introduction to Graph Theory,,,book|https://www.goodreads.com/book/show/388049.Introduction_to_Graph_Theory,mathematics;graph-theory,,,,,, -386a26b4-1c3c-498e-9826-4efd5110427a,Business English for Cross-cultural Communication,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/cross-cultural-communication-business,languages/english,,,,,, -213d04dc-c2ff-4a0e-bdd1-f7664396653f,The Talmud: A Methodological Introduction,By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-the-talmud-a-methodological-introduction-5915,history,,,,,, -68ab3c7d-d6c0-41e9-adc6-210296ef55b4,Toledo: Deciphering Secrets of Medieval Spain,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-toledo-deciphering-secrets-of-medieval-spain-11499,history,,,,,, -a251eba2-9f53-4daa-aed7-7b6567c96728,Teach English Now! Teaching Language Online,By Arizona State University via Coursera,,course|https://www.classcentral.com/course/coursera-teach-english-now-teaching-language-online-13682,languages/english,,,,,, -92d206e7-2893-4193-977d-2434124f2f0d,Lesson Planning with the ELL in Mind,By Arizona State University via Coursera,,course|https://www.classcentral.com/course/coursera-lesson-planning-with-the-ell-in-mind-4627,education,,,,,, -716c55e9-3070-4a48-add4-270ac6c9e749,Effectively delivering the news to your audience,By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-effectively-delivering-the-news-to-your-audience-5553,journalism,,,,,, -9682cd85-229a-4b56-8150-e0a6c002d7df,English for Effective Business Writing,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-english-for-effective-business-writing-5459,languages/english,,,,,, -8bb617c9-174e-47e7-a73a-6ab1d55704b3,"The Holocaust - An Introduction (I): Nazi Germany: Ideology, The Jews and the World",By Yad Vashem - The World Holocaust Remembrance Center via Coursera,,course|https://www.classcentral.com/course/coursera-the-holocaust-an-introduction-i-nazi-germany-ideology-the-jews-and-the-world-5280,history,,,,,, -5f0f07ce-531b-4966-877a-504e90544405,Roman Art and Archaeology,By University of Arizona via Coursera,,course|https://www.classcentral.com/course/coursera-roman-art-and-archaeology-5796,history,,,,,, -6fc05108-9c26-4130-9fdc-460eb03f0545,Philosophy and the Sciences: Introduction to the Philosophy of Cognitive Sciences,By University of Edinburgh via Coursera,,course|https://www.classcentral.com/course/coursera-philosophy-and-the-sciences-introduction-to-the-philosophy-of-cognitive-sciences-7055,philosophy;science,,,,,, -5663ded9-e18c-47e4-af15-f38ec82dfe9a,"Visualizing Japan (1850s-1930s): Westernization, Protest, Modernity",By Harvard University via edX,,course|https://www.classcentral.com/course/edx-visualizing-japan-1850s-1930s-westernization-protest-modernity-2159,nations/japan,,,,,, -c57461e6-2e54-4312-83d5-3320ab818f38,The Writing Process,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-the-writing-process-10271,writing,,,,,, -3c553ac6-cd0f-4090-b43e-b06f16eb5efc,How to Write a Novel: Structure & Outline,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-how-to-write-a-novel-structure-outline-3939,writing,,,,,, -845632d9-7738-4a5b-bb08-9da8acf2ce45,Faith and Finance,By Boston University via edX,,course|https://www.classcentral.com/course/edx-faith-and-finance-8865,religion;finance,,,,,, -4c1e9e2c-06ce-4390-ab34-730c9f1163a9,Global History Lab,By Princeton University via edX,,course|https://www.edx.org/course/global-history-lab,history,,,,,, -c6f0c8ab-a2ac-47c8-9e13-6a41bb94b23d,Spanish for Beginners 4: Leisure Time,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-spanish-for-beginners-4-leisure-time-6664,languages/spanish,,,,,, -a4ca1fae-d6a7-4238-bb6b-93eefe7caea2,Italian for Beginners 4: Likes And Dislikes,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-italian-for-beginners-4-likes-and-dislikes-6834,languages/italian,,,,,, -58a51049-a0c6-4522-adcb-b6c96520c6af,Humanist Lives,By Humanists UK via FutureLearn,,course|https://www.futurelearn.com/courses/humanist-lives,philosophy,,,,,, -84f10b4d-43ee-4d71-8037-7ad4865d2728,Capstone: Create your own professional journalistic portfolio,By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-capstone-create-your-own-professional-journalistic-portfolio-5574,journalism,,,,,, -7eb21a1f-ac47-45d9-85f9-1ddcafaceb37,"Satan, Cantor, And Infinity and Other Mind-Boggling Puzzles",,,book|https://www.goodreads.com/book/show/911050.Satan_Cantor_And_Infinity_and_Other_Mind_Boggling_Puzzles,mathematics;logic,,,,,, -48c10fbb-a876-4aea-9a69-c2231ff67a2c,"The Emancipation Proclamation: What Came Before, How It Worked, And What Followed",By University of Illinois Springfield via Open Education by Blackboard,,course|https://coursesites.com/?course_id=_237082_1,history,,,,,, -c62ea5ce-b56b-42b2-ac1a-aed79a837138,From the Gilded Age to the Roaring Twenties: The Emergence of Modern America,By Seattle Central Community College via Canvas Network,,course|https://www.canvas.net/courses/the-gilded-age-to-the-roaring-twenties-emergence-of-modern-america-1,history,,,,,, -ac4c4598-ce6d-4935-93e7-95d0f153f047,The Great Depression to the War on Terror: Enter the World Stage,By Seattle Central Community College via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-the-great-depression-to-the-war-on-terror-enter-the-world-stage-1146,history,,,,,, -d9d262b8-f109-4618-8f4f-8b8cc6393438,"Was Alexander Great? The Life, Leadership, and Legacies of History’s Greatest Warrior",By Wellesley College via edX,,course|https://www.classcentral.com/course/edx-was-alexander-great-the-life-leadership-and-legacies-of-history-s-greatest-warrior-944,history,,,,,, -a78857e1-7a23-4410-bbfc-a3e1094eeba3,计算机辅助翻译原理与实践 | Principles and Practice of Computer Aided Translation,By Peking University via edX,,course|https://www.classcentral.com/course/edx--principles-and-practice-of-computer-aided-translation-1753,translation,,,,,, -7c09eac0-fe71-47ea-907c-eb229159eac9,First Peoples to the Early Republic: Born in Colonialism,By Seattle Central Community College via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-first-peoples-to-the-early-republic-born-in-colonialism-1144,history,,,,,, -01572e23-9280-44af-bb61-669d73980e47,The Civil War Era: Dividing a Nation,By Seattle Central Community College via Canvas Network,,course|https://www.canvas.net/courses/the-civil-war-era-dividing-a-nation-2,history,,,,,, -8ee13e06-ebea-4589-ae77-cd53b6612dff,"Doing Journalism with Data: First Steps, Skills and Tools",By European Journalism Centre via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-doing-journalism-with-data-first-steps-skills-and-tools-1601,journalism,,,,,, -48038003-08ca-4543-942a-8e939af65194,"Poetry: What It Is, and How to Understand It",By George Washington University via Udemy,,course|https://www.classcentral.com/course/udemy-poetry-what-it-is-and-how-to-understand-it-2389,poetry,,,,,, -d6eb7f39-2c47-4373-8a74-eecf917e7b81,Ideas of the Twentieth Century,By The University of Texas at Austin via edX,,course|https://www.edx.org/course/ideas-twentieth-century-utaustinx-ut-2-02x,philosophy,,,,,, -8af03498-7c42-498e-b6e8-b7a64b688421,Introduction to Media Ethics,By University of Washington via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-introduction-to-media-ethics-2886,ethics;media,,,,,, -6522f1ab-7b80-4f6a-bef3-48a2cea811f1,Visa List - Do you need visa?,,,app|https://visalist.io/,travel;tourism,,,,,, -c8c8b886-f868-4d5b-b8fb-da361a0909c4,Can Everyone Become Talented? - Story of the Polgar Sisters (animated),,,video|https://www.youtube.com/watch?v=CZiSxfCmOZY,learning,,,,,,oer -bc4b6964-b41a-4d0c-872d-d8c72a8cda80,Spirituality and Sensuality: Sacred Objects in Religious Life,By Hamilton via edX,,course|https://www.classcentral.com/course/edx-spirituality-and-sensuality-sacred-objects-in-religious-life-2655,religion,,,,,, -d45719ca-9cbc-428f-aea7-bb5133ce4159,魅力机器人 | The Fascinating World of Robots and Robotics,By via edX,,course|https://www.classcentral.com/course/edx--the-fascinating-world-of-robots-and-robotics-2444,robotics,,,,,, -81b1294e-2f43-4b2e-a247-277892eb94b6,American Capitalism: A History,By Cornell University via edX,,course|https://www.edx.org/course/american-capitalism-history-cornellx-hist1514x-0,history;capitalism,,,,,, -5d370c38-1408-4b22-b630-05ced05bf9e5,Certificate Course in Writing for a Global Market,By JER Online via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-certificate-course-in-writing-for-a-global-market-2094,writing,,,,,, -1391e4a2-5324-435c-bedb-efcaef628cdc,The Ethics of Eating,By Cornell University via edX,,course|https://www.classcentral.com/course/edx-the-ethics-of-eating-3043,ethics;food,,,,,, -ea26fe7c-db1f-455b-9e4b-95c9ad1a77a6,Greeks at War: Homer at Troy,By Colgate University via edX,,course|https://www.edx.org/course/greeks-war-homer-troy-colgatex-gw101x,history,,,,,, -f4852ea5-a26a-4fbd-be84-10315504edbf,Jesus in Scripture and Tradition,By University of Notre Dame via edX,,course|https://www.classcentral.com/course/edx-jesus-in-scripture-and-tradition-3052,religion,,,,,, -32e1875f-a74b-4811-8bb4-f917f3d1e76c,Math in Sports,By University of Notre Dame via edX,,course|https://www.edx.org/course/math-sports-notredamex-mat150x,sports;mathematics,,,,,, -63122495-a207-4f44-a2b6-3575537f7b26,The Book: Book Sleuthing: What 19th-Century Books Can Tell Us About the Rise of the Reading Public?,By Harvard University via edX,,course|https://www.edx.org/course/book-book-sleuthing-what-19th-century-harvardx-hum1-5x,books;society,,,,,, -02135aa9-8847-4850-8f12-6ca41b8966cc,The Book: Books in the Medieval Liturgy,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-the-book-books-in-the-medieval-liturgy-3839,books;society,,,,,, -9b91683a-92c5-4b7a-8661-f0866b290c18,The Book: The Medieval Book of Hours: Art and Devotion in the Later Middle Ages,By Harvard University via edX,,course|https://www.edx.org/course/book-medieval-book-hours-art-devotion-harvardx-hum1-8x,books;society,,,,,, -6ef949e1-26b5-4180-b204-804812ee924e,Electronic Literature,By Davidson College via edX,,course|https://www.classcentral.com/course/edx-electronic-literature-3605,literature,,,,,, -17f1f849-abb8-407f-9527-75b8c6e6f8cf,Writing Case Studies: Science of Delivery,By Princeton University via edX,,course|https://www.classcentral.com/course/edx-writing-case-studies-science-of-delivery-4908,writing,,,,,, -4e867915-0512-4229-ab87-dbe0b283deb1,Free Will and Neuroscience,By via World Science U,,course|http://www.worldscienceu.com/courses/master_class/master-class-alfred-mele,neuroscience;philosophy,,,,,, -b3c671fe-e051-45dc-9a5a-05c7bc618e25,Smithsonian’s Objects That Define America,By Smithsonian Institution via edX,,course|https://www.classcentral.com/course/edx-smithsonian-s-objects-that-define-america-3321,history;nations/usa,,,,,, -d0f392c3-b140-4c48-9e82-e49fcbaee4d2,Innovative Cascadia Poetry,By Cascadia College via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-innovative-cascadia-poetry-5630,poetry,,,,,, -1e353cfd-5b79-497f-bad9-f8be325ca4ee,The American Renaissance: Classic Literature of the 19th Century,By Dartmouth via edX,,course|https://www.classcentral.com/course/edx-the-american-renaissance-classic-literature-of-the-19th-century-4916,nations/usa;literature,,,,,, -416516bb-1391-4db9-8512-bf58daab5d01,CCAA | Contemporary Chinese Art Award,By Zurich University of the Arts via iversity,,course|https://www.classcentral.com/course/iversity-ccaa-contemporary-chinese-art-award-5399,nations/china,,,,,, -795ba445-ca5a-48d3-a313-d65c1ba9ddb9,Shakespeare on the Page and in Performance: Young Love,By Wellesley College via edX,,course|https://www.classcentral.com/course/edx-shakespeare-on-the-page-and-in-performance-young-love-6039,literature,,,,,, -dce36ba5-3871-447a-bd37-6c6cc5261f1e,"Visualizing Postwar Tokyo, Part 2",By The University of Tokyo via edX,,course|https://www.classcentral.com/course/edx-visualizing-postwar-tokyo-part-2-1843,nations/japan,,,,,, -967c4bd2-dbee-461e-b754-284ff8a709f1,"Visualizing Postwar Tokyo, Part 1",By The University of Tokyo via edX,,course|https://www.edx.org/course/visualizing-postwar-tokyo-part-1-utokyox-utokyo001x-1,nations/japan,,,,,, -99875bc8-cc35-4542-993a-c140faa84c19,Sports Concussion Education,By University of Utah via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-sports-concussion-education-5980,sports,,,,,, -8779a416-ae18-44c1-bbf3-937591d99223,Shakespeare on the Page and in Performance: Tragic Love,By Wellesley College via edX,,course|https://www.classcentral.com/course/edx-shakespeare-on-the-page-and-in-performance-tragic-love-6037,literature,,,,,, -453af367-5d03-4958-a118-0893cd591775,HealthPro Advantage: Anti-Doping Education for the Health Professional,By Stanford Medicine via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-healthpro-advantage-anti-doping-education-for-the-health-professional-10465,health,,,,,, -cfb92976-cc90-41f9-9ed9-50fca5dcbaf8,Martin Luther King’s Letter from Birmingham Jail,By via +Acumen,,course|https://www.classcentral.com/course/acumen-martin-luther-king-s-letter-from-birmingham-jail-3141,history,,,,,, -5cf6761f-76dc-4b86-95be-8b6c97e5135f,PredictionX: John Snow and the Cholera Epidemic of 1854,By Harvard University via edX,,course|https://www.edx.org/course/predictionx-john-snow-cholera-epidemic-harvardx-soc1-jsx,history,,,,,, -51138ca4-df97-4805-93cb-d346d6c5225c,Ethics of Sports: Do Sports Morally Matter?,By Hamilton via edX,,course|https://www.edx.org/course/ethics-sports-do-sports-morally-matter-hamiltonx-phil108x,ethics;sports,,,,,, -7ee54b55-ccf4-4e08-8aac-976068b3cec6,Living at the Nuclear Brink: Yesterday and Today,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:MSandE+NuclearBrink+SelfPaced/about,philosophy,,,,,,oer -bb2ac107-5eb6-4c12-9aa6-48e1b97c9846,The Journey of Writing and Scripts in Egypt,By Bibliotheca Alexandrina via edX,,course|https://www.classcentral.com/course/edx-the-journey-of-writing-and-scripts-in-egypt-7815,nations/egypt;history,,,,,, -02b16493-2a6d-40ce-9210-5d2da5b953a6,"Question Reality! Science, philosophy, and the search for meaning",By Dartmouth via edX,,course|https://www.classcentral.com/course/edx-question-reality-science-philosophy-and-the-search-for-meaning-6851,philosophy,,,,,, -ddcf50c5-de70-4085-abdc-40e355a0321d,Deciphering Secrets: Unlocking the Manuscripts of Medieval Burgos (Spain),By Universidad Carlos iii de Madrid via edX,,course|https://www.edx.org/course/deciphering-secrets-unlocking-uc3mx-hga-2-1x-0,history;nations/spain,,,,,, -df922136-3deb-481b-a7a5-67f5cc4d5e24,Will China Rise as a Disruptive Force? The Insiders’ Perspective,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx-will-china-rise-as-a-disruptive-force-the-insiders-perspective-3746,nations/china,,,,,, -85e782b2-ffff-4116-814e-cfd22436a8a7,Mao to Now: On Chinese Marxism,By University of Newcastle via edX,,course|https://www.classcentral.com/course/edx-mao-to-now-on-chinese-marxism-8067,nations/china;marxism,,,,,, -2644f7d7-a957-4e65-95c8-c14ee8aa8aee,The Man Who Counted: A Collection of Mathematical Adventures - Malba Tahan - Google Books,,,article|https://books.google.com/books/about/The_Man_Who_Counted_A_Collection_of_Math.html?id=DddbCwAAQBAJ,mathematics;stories,,,,,, -ae083044-562f-4f96-bbf7-c19893cc282d,Democratic to Authoritarian Rule,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-democratic-to-authoritarian-rule-8259,history;politics,,,,,, -559aa39d-1ec3-4c6c-ac45-ed64e5aec2b3,The Great War and Modern Philosophy,By KU Leuven University via edX,,course|https://www.classcentral.com/course/edx-the-great-war-and-modern-philosophy-3877,history;philosophy,,,,,, -b8d312c8-cc2f-49f5-8173-ede42c9d2cee,Can You Solve My Problems?,,,book|https://www.goodreads.com/book/show/32490678-can-you-solve-my-problems,mathematics,,,,,, -96b12cd1-fbf6-46db-a21b-a8e9ed433095,Ethics in Life Sciences and Healthcare: Exploring Bioethics through Manga - Part 2,By Kyoto University via edX,,course|https://www.classcentral.com/course/edx-ethics-in-life-sciences-and-healthcare-exploring-bioethics-through-manga-part-2-7587,ethics;healthcare,,,,,, -03bb3bc0-80b1-4f98-aa42-3d993aa8d057,Modern Literature of Alexandria,By Bibliotheca Alexandrina via edX,,course|https://www.edx.org/course/modern-literature-alexandria-bax-bax4,literature;history,,,,,, -ee182deb-b1f1-44c2-a88d-5528e24ed4fc,SRINIVASA RAMANUJAN: The Mathematician & His Legacy,,,video|https://www.youtube.com/watch?v=uhNGCn_3hmc,ramanujan,,,,,,oer -54b70414-698f-4444-b6a2-2ba760b0c752,English for Doing Business in Asia – Writing,By The Hong Kong University of Science and Technology via edX,,course|https://www.classcentral.com/course/edx-english-for-doing-business-in-asia-writing-2979,languages/english,,,,,, -32ee29f9-74f2-45de-adb6-0629e0c26f07,English for Doing Business in Asia – Speaking,By The Hong Kong University of Science and Technology via edX,,course|https://www.classcentral.com/course/edx-english-for-doing-business-in-asia-speaking-2071,languages/english,,,,,, -104df7df-dc43-407d-a414-ead2907f2fe5,Humanity and Nature in Chinese Thought | 中国哲学思想中的人类与自然观,By The University of Hong Kong via edX,,course|https://www.edx.org/course/humanity-nature-chinese-thought-zhong-hkux-hku03x,philosophy,,,,,, -8c92d76a-9224-4e98-b6cb-0688560aa345,Ancient Egyptian Civilization,By Bibliotheca Alexandrina via edX,,course|https://www.classcentral.com/course/edx-ancient-egyptian-civilization-6014,nations/egypt/history;history,,,,,, -a3f357c6-de53-4adf-8cb8-f10e916d744f,The Ethics of Memory,By Brown University via edX,,course|https://www.classcentral.com/course/edx-the-ethics-of-memory-8538,ethics;memory,,,,,, -acef134b-28d9-4851-a208-bafebde27fbb,Journalism for Social Change,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/journalism-social-change-uc-berkeleyx-j4sc101x-1,journalism,,,,,, -568cadfb-2d80-4bcc-8d3b-70aed79e4eac,Culture of Services: New Perspective on Customer Relations,By Kyoto University via edX,,course|https://www.classcentral.com/course/edx-culture-of-services-new-perspective-on-customer-relations-5205,culture;business,,,,,, -b029c7f9-33ea-449a-bedd-6bfad0b8efd9,Minds and Machines,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/minds-machines-mitx-24-09x,philosophy,,,,,, -40671128-00af-400f-8962-d6bd0821a028,California Leadership for English Learner Success,By Stanford University via Independent,,course|https://www.classcentral.com/course/independent-california-leadership-for-english-learner-success-10456,languages/english,,,,,, -ff05f652-1c22-41d2-af3e-1fbecf34664c,Fear the Boom and Bust: Keynes vs. Hayek - The Original Economics Rap Battle!,,,video|https://www.youtube.com/watch?v=d0nERTFo-Sk,economics,,,,,5.0,oer -ce528238-754a-47c2-a2bf-64ab11e5c8dd,A History of Violence: From the Middle Ages to Modern Times,By University of Newcastle via edX,,course|https://www.edx.org/course/history-violence-middle-ages-modern-newcastlex-hov101x,history,,,,,, -62f7e04d-cf31-4da0-b7fe-50da83b9cd2f,Language Revival: Securing the Future of Endangered Languages,By University of Adelaide via edX,,course|https://www.classcentral.com/course/edx-language-revival-securing-the-future-of-endangered-languages-3437,language,,,,,, -518f0730-f163-4ff9-ad09-c53f8c2e2491,China Humanities: The Individual in Chinese Culture,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-china-humanities-the-individual-in-chinese-culture-9256,nations/china/culture,,,,,, -0cc0ff52-ab0a-481f-8305-686f6a8ee670,New Zealand Landscape as Culture: Islands (Ngā Motu),By Victoria University of Wellington via edX,,course|https://www.edx.org/course/new-zealand-landscape-culture-islands-victoriax-nz101x,nations/newzealand,,,,,, -828471c4-b862-49b9-92c3-cc83076b4e1e,Life and Death: Mysteries and Meanings,By Hong Kong Polytechnic University via edX,,course|https://www.edx.org/course/practical-thinking-skills-for-a-successful-life,philosophy,,,,,, -f3e26232-3a3e-4295-b98b-93660dbb994a,Fight of the Century: Keynes vs. Hayek - Economics Rap Battle Round Two,,,video|https://www.youtube.com/watch?v=GTQnarzmTOc,economics,,,,,5.0,oer -dbfcd34c-a781-4d82-8bd0-c3ecb62ab417,Poetry in America: The Civil War and Its Aftermath,By Harvard University via edX,,course|https://www.edx.org/course/poetry-america-civil-war-its-aftermath-harvardx-ampox-5-0,poetry,,,,,, -0a636244-f0d8-4b15-a61c-5540d5a29de5,Poetry in America: Modernism,By Harvard University via edX,,course|https://www.edx.org/course/poetry-america-modernism-harvardx-ampox-6-0,poetry,,,,,, -7eae13d9-24ea-4057-9916-bc7598caffb0,Mandarin Chinese: First Steps in Chinese,By MandarinX via edX,,course|https://www.edx.org/course/mandarin-chinese-first-steps-in-chinese,languages/chinese,,,,,, -b4d71e05-2b91-4388-953e-9e6e2ad4db25,Jewish Diaspora in Modern China,By Nanjing University via Coursera,,course|https://www.classcentral.com/course/coursera-jewish-diaspora-in-modern-china-3543,nations/china,,,,,, -0037ea6e-5317-4716-a2b5-d093fd4f74ed,"Fantastic Places, Unhuman Humans: Exploring Humanity Through Literature",By Brown University via edX,,course|https://www.edx.org/course/fantastic-places-unhuman-humans-exploring-humanity-through-literature,literature,,,,,, -39b291b0-e88d-439e-ab1b-e7b42dbbe0fa,The Civil War and Reconstruction - 1850-1861: A House Divided,By Columbia University via edX,,course|https://www.edx.org/course/the-civil-war-and-reconstruction-1850-1861-a-nation-divided,history;nations/usa,,,,,, -68d2b41a-7adf-4e24-8635-311df872d8fa,"English for Journalists, Part 1","By University of California, Berkeley via edX",,course|https://www.edx.org/course/english-for-journalists-part-1-2,journalism;languages/english,,,,,, -a83778dd-bd24-4990-b760-d9f1fa94a41f,"Sign Language Structure, Learning, and Change",By Georgetown University via edX,,course|https://www.edx.org/course/sign-language-structure-learning-change-georgetownx-slsx-401-01x,sign-language,,,,,, -ecdfecbe-e372-493a-95c5-5774d8631378,Introduction to the Quran: The Scripture of Islam,By University of Notre Dame via edX,,course|https://www.edx.org/course/introduction-to-the-quran-the-scripture-of-islam,islam,,,,,, -aa258da9-03e6-4732-b69e-d084a64361a1,The Medieval Icelandic Sagas,By University of Iceland via edX,,course|https://www.classcentral.com/course/edx-the-medieval-icelandic-sagas-9734,history,,,,,, -e0cb1cfa-52bd-4f3f-84c5-d86a5afdcd1a,The World History of Modern Wine,By Trinity College via edX,,course|https://www.edx.org/course/the-history-of-modern-wine,history;alcohol,,,,,, -d946d6c9-f583-4036-8b86-577601a6eb39,The Civil War and Reconstruction - 1861 - 1865: A New Birth of Freedom,By Columbia University via edX,,course|https://www.edx.org/course/the-civil-war-and-reconstruction-1861-1865-a-new-birth-of-freedom,history;nations/usa,,,,,, -94f1b462-49c4-4665-b171-90a25cdca1a9,Media Writing and Editing,By Ohio State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-media-writing-and-editing-11061,writing,,,,,, -8e4706ca-74aa-4ccb-9e4b-ebac0660decc,Trust and verification in an age of misinformation,By The University of Texas at Austin via Independent,,course|https://journalismcourses.org/trust&verification.html,journalism;thinking,,,,,, -c92f504a-3b34-426e-8f73-05c5172165ab,Mandarin Chinese for Business,By MandarinX via edX,,course|https://www.classcentral.com/course/edx-mandarin-chinese-for-business-6611,languages/chinese,,,,,, -9c26a2bc-df8e-41f6-ac3f-14989e7d9577,Mandarin Chinese Level 2,By MandarinX via edX,,course|https://www.classcentral.com/course/edx-mandarin-chinese-level-2-5000,languages/chinese,,,,,, -fe218d3c-00b4-414b-8e95-cf8c83edf956,Mandarin Chinese Level 3,By MandarinX via edX,,course|https://www.classcentral.com/course/edx-mandarin-chinese-level-3-7862,languages/chinese,,,,,, -401ad7c4-3849-4e83-b56f-cb461968478d,Mandarin Chinese Essentials,By MandarinX via edX,,course|https://www.classcentral.com/course/edx-mandarin-chinese-essentials-11333,languages/chinese,,,,,, -610f24b5-7a13-4f96-a184-244cd6f7962f,The Tabernacle in Word & Image: An Italian Jewish Manuscript Revealed,By University of Pennsylvania via edX,,course|https://www.edx.org/course/the-tabernacle-in-word-image-an-italian-jewish-manuscript-revealed-0,history,,,,,, -686bd494-2eac-444c-9f05-098627fd4e6c,The Civil War and Reconstruction – 1865-1890: The Unfinished Revolution,By Columbia University via edX,,course|https://www.edx.org/course/the-civil-war-and-reconstruction-1865-1890-the-unfinished-revolution,history;nations/usa,,,,,, -de879154-3a10-4e51-b496-ccf35e32c911,Paradox and Infinity,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-paradox-and-infinity-3603,philosophy,,,,,, -4123b4aa-902a-4792-8c48-c87685f1aeda,PredictionX: Lost Without Longitude,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-predictionx-lost-without-longitude-11693,history;astronomy,,,,,, -b6034e14-a7be-4d05-9151-d4955546d170,Sports Coaching: How effective are you?,By Athlete 365 via Independent,,course|https://www.classcentral.com/course/independent-sports-coaching-how-effective-are-you-11739,sports,,,,,, -c471d770-0392-4668-aa78-efc75af671f7,John Milton: Paradise Lost,By Dartmouth via edX,,course|https://www.edx.org/course/john-milton-paradise-lost,poetry,,,,,, -5787766c-493c-4112-bebd-c675e1f72db3,New Zealand Landscape as Culture: Maunga (Mountains),By Victoria University of Wellington via edX,,course|https://www.edx.org/course/new-zealand-landscape-as-culture-maunga-mountains,nations/newzealand,,,,,, -dd4947f7-4bad-49bb-ac75-3b74027dc932,Why Do Buses Come in Threes,,,book|https://www.goodreads.com/book/show/1225641.Why_Do_Buses_Come_in_Threes,mathematics,,,,,, -8b08196a-54ca-4447-a942-4669f71d759e,"English for Journalists, Part 2","By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-english-for-journalists-part-2-5832,journalism;languages/english,,,,,, -9ca650a1-e19f-4eb8-a894-88d84c96679a,Shakespeare’s Othello: The Moor,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-shakespeare-s-othello-the-moor-11951,literature,,,,,, -445faab1-8efd-47a7-9577-91c46df7203b,Shakespeare’s Hamlet: The Ghost,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-shakespeare-s-hamlet-the-ghost-7016,literature,,,,,, -c4ef9428-76d3-4b9f-ae95-773641794bca,Shakespeare’s Merchant of Venice: Shylock,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-shakespeare-s-merchant-of-venice-shylock-8536,literature,,,,,, -2de9166f-6e51-45a2-a22d-e89fbdfbf80b,AP® English Literature & Composition – Part 1: Stories,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-ap-english-literature-composition-part-1-stories-7207,languages/english,,,,,, -34fb3741-68a7-4067-be82-e05ee9ccbf98,Antarctica: From Geology to Human History,By Victoria University of Wellington via edX,,course|https://www.edx.org/course/antarctica-from-geology-to-human-history,antarctica,,,,,, -2ddf19a2-7df9-4ac4-9091-87f9989ec80f,Fantastic Fiction and Where to Find It,By Linnaeus University via Canvas Network,,course|https://www.canvas.net/browse/linnaeus-university/courses/fantastic-fiction,literature,,,,,, -24b3ba3f-2c65-4fe5-ad64-45dfab43a979,The Divine Comedy: Dante's Journey to Freedom,By Georgetown University via edX,,course|https://www.edx.org/course/the-divine-comedy-dantes-journey-to-freedom,literature,,,,,, -800e2790-6bca-4802-9fa8-4181659a27bb,Critical Thinking: Fundamentals of Good Reasoning,By Campus - the Israeli National Project for Digital Learning via edX,,course|https://www.classcentral.com/course/edx-critical-thinking-fundamentals-of-good-reasoning-12337,thinking,,,,,, -36788cbd-b3ae-4ab3-9359-551a160a2a11,Early Christian Outlook and its Jewish Matrix: Narratives of Gospels and Acts,By Campus - the Israeli National Project for Digital Learning via edX,,course|https://www.classcentral.com/course/edx-early-christian-outlook-and-its-jewish-matrix-narratives-of-gospels-and-acts-12371,religion,,,,,, -d955fc7c-9399-4ca4-9d26-74bf0337620b,Copywriting: Improve User Experience One Word at a Time,By via openSAP,,course|https://www.classcentral.com/course/opensap-copywriting-improve-user-experience-one-word-at-a-time-8948,writing;copywriting,,,,,, -6b52aea8-11f0-4cc4-a944-d6206e0daf15,Upper-Intermediate English: Modern Life,By Universitat Politècnica de València via edX,,course|https://www.edx.org/course/upper-intermediate-english-modern-life-0,languages/english,,,,,, -5ea5eefa-7e89-40a1-9cc8-c3ea9ab2b635,Reading Religious Conversion,By Technion - Israel Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-reading-religious-conversion-12532,religion,,,,,, -f1a18b1a-369b-4c99-90e7-7b749818e0e0,How to Write a Novel: Edit & Revise,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-how-to-write-a-novel-edit-revise-10018,writing;literature,,,,,, -91e0491e-4f36-4a16-b0e5-e77da2aee704,AP® English Literature & Composition – Part 2: Poems,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/ap-english-literature-composition-part-2-poems,languages/english,,,,,, -500a5311-dd29-4fe8-82a2-9f9e25b2d6d4,Libertarian Free Will: Neuroscientific and Philosophical Evidence,By Dartmouth via edX,,course|https://www.edx.org/course/yes-we-have-free-will-neuroscientific-and-philosophical-evidence,philosophy;neuroscience,,,,,, -7ba643c8-106c-43e2-a78b-a9bcdb8a8e1b,The Science of Religion,By The University of British Columbia via edX,,course|https://www.edx.org/course/the-science-of-religion-3,religion;science,,,,,, -d51362d6-26aa-475c-8275-0ec0e84f0edd,The Conscious Mind - A Philosophical Road Trip,By Trinity College via edX,,course|https://www.edx.org/course/the-conscious-mind-a-philosophical-road-trip-0,philosophy,,,,,, -9970c449-e627-41d6-bff8-2c8b060f4e70,How Many Socks Make a Pair?,,,book|https://www.goodreads.com/book/show/5233495-how-many-socks-make-a-pair,mathematics,,,,,, -1410aac2-0299-4abe-a2a4-0c253e45a21d,Professional Sport Management,By Athlete 365 via Independent,,course|https://www.olympic.org/athlete365/courses/professional-sport-management/,sports;management,,,,,, -6191cedb-db94-4148-96cd-aebf25d0c4f1,Sports Media - How to Build Your Athlete Brand,By University of Alabama via Independent,,course|https://www.classcentral.com/course/independent-sports-media-how-to-build-your-athlete-brand-6733,sports;media,,,,,, -1536bc2e-b28e-42f9-8963-699545c4bcad,Sports Medicine: Understanding Sports Injuries,By Athlete 365 via Independent,,course|https://www.classcentral.com/course/independent-sports-medicine-understanding-sports-injuries-10200,sports;medicine,,,,,, -f8792e36-f02b-4390-822d-0c680cabcba3,Sports Nutrition: Eat to Compete,By Athlete 365 via Independent,,course|https://www.classcentral.com/course/independent-sports-nutrition-eat-to-compete-8887,sports;nutrition,,,,,, -afaf9885-06ae-451e-9990-74b80ded24f8,Career Transition – Preparing for Future Success,By Athlete 365 via Independent,,course|https://www.classcentral.com/course/independent-career-transition-preparing-for-future-success-8891,careers,,,,,, -de8afd21-5bc7-4f77-9955-3033cae5fdad,The Art and Science of Coaching,By Athlete 365 via Independent,,course|https://www.classcentral.com/course/independent-the-art-and-science-of-coaching-8889,coaching,,,,,, -e3b9df29-5d19-4836-bfb3-2b078a9b4243,Safeguarding Athletes from Harassment and Abuse,By McMaster University via Independent,,course|https://www.classcentral.com/course/independent-safeguarding-athletes-from-harassment-and-abuse-9542,sports;management,,,,,, -0f87029b-ce51-44f5-a776-4d6d2e6d49bf,Sports Psychology - Getting in the Zone,By Athlete 365 via Independent,,course|https://www.olympic.org/athlete365/courses/sports-psychology-getting-in-the-zone/,sports;psychology,,,,,, -bc3fa850-2270-4018-ad9a-105734bbdde4,Exercise Physiology – The Body In Motion,By Athlete 365 via Independent,,course|https://www.classcentral.com/course/independent-exercise-physiology-the-body-in-motion-8892,sports;physiology,,,,,, -8269defb-77e9-4b4e-a53b-a04d31c54c0a,Career Transition: Life after Sport,By Athlete 365 via Independent,,course|https://www.olympic.org/athlete365/courses/career-transition-life-after-sport/,careers;sports,,,,,, -b5817fc8-4aa2-4956-94ac-b54397f87fc2,Business Start–Up: From Idea to Launch,By Athlete 365 via Independent,,course|https://www.olympic.org/athlete365/courses/business-start-up-from-idea-to-launch/,startups,,,,,, -bd74491e-53a4-41b1-aa6d-39a1d525f9f3,Data Analytics Courses in Hyderabad with Certification Training,,,website|https://intellipaat.com/data-analytics-course-hyderabad/,career;edtech,,,beginner,,, -04d7f46a-bc81-4d4b-81f8-0e0dc0ea4019,Philosophy and Critical Thinking,By University of Queensland via edX,,course|https://www.edx.org/course/philosophy-and-critical-thinking-0,philosophy;thinking,,,,,, -0aca61ee-19fd-45d1-ab6e-c503e62be6ba,Wage Work for Women Citizens: 1870-1920,By Columbia University via edX,,course|https://www.edx.org/course/wage-work-for-women-citizens-18701920,history;women,,,,,, -dbf0c7d5-aa40-4f6c-973d-a56b0239b182,Fighting for Equality: 1950–2018,By Columbia University via edX,,course|https://www.edx.org/course/fighting-for-equality-19502018,history,,,,,, -b5c945cc-546b-48f8-a45d-b6f050151aa6,Seeking Women’s Rights: Colonial Period to the Civil War,By Columbia University via edX,,course|https://www.edx.org/course/seeking-womens-rights-colonial-period-to-the-civil-war,history;women,,,,,, -494999b0-24fa-4db1-a6ec-9d167cf956d7,Negotiating a Changing World: 1920-1950,By Columbia University via edX,,course|https://www.edx.org/course/negotiating-a-changing-world-19201950,history,,,,,, -91cc0636-9e3f-4d0b-a57b-3012b1daa1f5,China’s Political and Intellectual Foundations: From Sage Kings to Confucius,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-china-s-political-and-intellectual-foundations-from-sage-kings-to-confucius-13152,nations/china,,,,,, -3a4e734d-09fa-4e5b-ab53-2b1cf8f32392,China’s First Empires and the Rise of Buddhism,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-china-s-first-empires-and-the-rise-of-buddhism-1617,history;nations/china,,,,,, -1f4c0a61-e18d-4f97-b5fb-a2cbe5ea8602,Cosmopolitan Tang: Aristocratic Culture in China,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-cosmopolitan-tang-aristocratic-culture-in-china-1773,nations/china/culture,,,,,, -dcc4d131-d0d3-4e40-a06c-a57d3ba1aa9f,Italian Language and Culture: Intermediate (2019-2020),By Wellesley College via edX,,course|https://www.edx.org/course/italian-language-and-culture-intermediate,languages/italian;nations/italy/culture,,,,,, -df2fa49c-64b9-4d84-b044-94e47c4d7de6,Italian Language and Culture: Advanced (2019-2020),By Wellesley College via edX,,course|https://www.edx.org/course/italian-language-and-culture-advanced,languages/italian;nations/italy/culture,,,,,, -1ad909a4-ec73-4020-9bab-857abd2efa2b,Italian Language and Culture: Beginner (2019-2020),By Wellesley College via edX,,course|https://www.classcentral.com/course/edx-italian-language-and-culture-beginner-2019-2020-5642,languages/italian;nations/italy/culture,,,,,, -fdf6bd3c-bb00-49ab-b836-d9d4b15d473e,Introduction to Kabbalah,By Ben-Gurion University of the Negev via edX,,course|https://www.classcentral.com/course/edx-introduction-to-kabbalah-9439,religion;philosophy,,,,,, -ae1a4242-0c41-432f-a6c1-2774ac4dffab,"Visualizing Imperialism & the Philippines, 1898-1913",By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/visualizing-us-imperialism-the-philippines-1898-1913,history;political-science,,,,,, -68ffa599-44dc-428c-b56d-4c1fea30c6f0,Data Science Ethics,By University of Michigan via edX,,course|https://www.edx.org/course/data-science-ethics-0,data-science;ethics,,,,,, -f25fb928-318c-4996-abbf-7cee994fbaf7,"Writing, Presenting and Submitting Scientific Papers in English | 英文科技论文写作与学术报告",By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx-writing-presenting-and-submitting-scientific-papers-in-english--8084,writing,,,,,, -666ea800-bd1d-40ba-95ef-c1d00f861961,Just Reading and Writing in English | 生活英语读写,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx-just-reading-and-writing-in-english--8244,languages/english,,,,,, -9b3ee298-3065-4dce-afbb-d5d5768081e6,Chinese History From Warring States to the Tang Dynasty | 资治通鉴,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx-chinese-history-from-warring-states-to-the-tang-dynasty--3344,nations/china/history,,,,,, -47eec03b-4a6d-49f5-9e49-bedf98020b4a,"Plato, Socrates, and the Birth of Western Philosophy | 西方哲学精神探源",By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx-plato-socrates-and-the-birth-of-western-philosophy--8109,philosophy,,,,,, -021125c0-f48f-4db0-9c52-058d01a560a1,The Bible in Light of the Ancient Near East,By Bar-Ilan University via edX,,course|https://www.classcentral.com/course/edx-the-bible-in-light-of-the-ancient-near-east-9453,religion,,,,,, -50ac689d-d334-468a-8bdd-2684b719744d,Contemporary Japanese Society: What Has Been Happening Behind Demographic Change?,By The University of Tokyo via edX,,course|https://www.edx.org/course/contemporary-japanese-society-what-has-been-happening-behind-demographic-change,nations/japan,,,,,, -63205fce-8e7d-44af-a917-599c6be29496,汉语与文化交际 Chinese Cultural Communication,By Peking University via edX,,course|https://www.classcentral.com/course/edx--chinese-cultural-communication-7370,nations/china/culture,,,,,, -5c815058-3669-4c26-b02a-f85c21be7ad6,Religious Literacy: Traditions and Scriptures,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-religious-literacy-traditions-and-scriptures-5844,religion,,,,,, -e335be52-547b-4cdc-984e-a735f37dd07f,"Religion, Conflict and Peace",By Harvard University via edX,,course|https://www.classcentral.com/course/edx-religion-conflict-and-peace-9452,religion,,,,,, -4369b882-4a58-4b7e-9b08-001aadd9967d,News Algorithms: The Impact of Automation and AI on Journalism,By Knight Center for Journalism in the Americas via Independent,,course|https://journalismcourses.org/resource/alg0119.html,journalism;society,,,,,, -fb31a491-5f6e-423c-88a5-0078ff58b983,AP® English Literature & Composition – Part 3: Plays,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-ap-english-literature-composition-part-3-plays-7205,languages/english,,,,,, -3c66ab77-bd6a-4a40-9439-0ff62eefedf9,Buddhism Through Its Scriptures,By Harvard University via edX,,course|https://www.edx.org/course/buddhism-through-its-scriptures-2,buddhism,,,,,, -b538d036-c5e0-45ff-b6c6-71a673a69089,"Literati China: Examinations, Neo-Confucianism, and Later Imperial China",By Harvard University via edX,,course|https://www.edx.org/course/china-part-4-literati-china-examinations-and-neo-confucianism-2,nations/china,,,,,, -9a171d99-307e-4db8-938a-97009c97ab9f,Global China: From the Mongols to the Ming,By Harvard University via edX,,course|https://www.edx.org/course/china-part-5-from-a-global-empire-under-the-mongols-to-a-global-economy-under-the-ming-dynasty-2,nations/china,,,,,, -53c502ad-e382-4cf7-959d-0cbd4d7653e2,Noongar Language and Culture,By Curtin University via edX,,course|https://www.classcentral.com/course/edx-noongar-language-and-culture-11341,noongar,,,,,, -3a04afd0-7a32-454c-a89c-4640320910af,Japanese Pronunciation for Communication,By Waseda University via edX,,course|https://www.classcentral.com/course/edx-japanese-pronunciation-for-communication-6737,languages/japanese,,,,,, -ee298f69-2b2a-4b58-8483-f7e0fa7a705d,Spanish for beginners: Learn in paradise,By The Pontificia Universidad Javeriana via edX,,course|https://www.classcentral.com/course/edx-spanish-for-beginners-learn-in-paradise-11372,languages/spanish,,,,,, -f4f80d28-661f-4034-ac0e-872c1bf7c474,Islam Through Its Scriptures,By Harvard University via edX,,course|https://www.edx.org/course/islam-through-its-scriptures-2,islam,,,,,, -ddadd91d-a293-4094-a406-84a8014d0fcf,Introduction to Animal Ethics,By Kyoto University via edX,,course|https://www.edx.org/course/introduction-to-animal-ethics-2,ethics;animals,,,,,, -e743d5fd-67b5-4bc9-bdf2-b094c9fa1d89,Power and Responsibility: Doing Philosophy with Superheroes,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-power-and-responsibility-doing-philosophy-with-superheroes-9708,philosophy,,,,,, -660b5702-40b2-408a-898e-4e5a8ab8cac6,Introduction to Digital Humanities,By Harvard University via edX,,course|https://www.edx.org/course/an-introduction-to-digital-methods-for-the-humanities,humanities,,,,,, -2c84e666-7b46-4720-994c-d95d5affcfee,"Women Making History: Ten Objects, Many Stories",By Harvard University via edX,,course|https://www.edx.org/course/women-making-history-ten-objects-many-stories,women,,,,,, -70f2d36a-1be4-4a05-a913-1c3f6a7f3b63,Introduction to Bioethics,By Georgetown University via edX,,course|https://www.edx.org/course/introduction-to-bioethics-2,ethics,,,,,, -90d8085e-46e8-4234-a1e0-73f0c5e70307,How to Do Things with Memes,By Davidson College via edX,,course|https://www.classcentral.com/course/edx-how-to-do-things-with-memes-13483,communication;memes,,,,,, -0c94d24b-eb95-45cd-ad0e-e87606a278c9,How to Write a Novel: Writing the Draft,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-how-to-write-a-novel-writing-the-draft-3938,writing,,,,,, -7f1efbf2-ed6c-44f7-9722-1b4282c09ef7,Judaism Through Its Scriptures,By Harvard University via edX,,course|https://www.edx.org/course/judaism-through-its-scriptures-2,judaism,,,,,, -3e1de676-f302-4b2e-b941-90cc902eb284,Everything About Aquatics,By Longwood Gardens via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-everything-about-aquatics-11792,aquatics,,,,,, -a463a939-9c5c-4f47-a81c-22d760eb3f68,Indian & Tibetan River of Buddhism,By Columbia University via edX,,course|https://www.edx.org/course/indo-tibetan-river-of-buddhism,buddhism,,,,,, -548c7822-5922-4c6b-93f7-4dee12f4a9fc,Contemporary Manuscript Illumination of Herat,By Ministry of Higher Education of Afghanistan via edX,,course|https://www.edx.org/course/contemporary-manuscript-illumination-of-herat,literature,,,,,, -36568001-e1dd-4deb-a0ad-2985d48f7f00,Creating Modern China: The Republican Period to the Present,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-creating-modern-china-the-republican-period-to-the-present-2468,nations/china,,,,,, -3a744ad1-e93f-46b9-ab3a-c75e5bcc62bb,Modern China’s Foundations: The Manchus and the Qing,By Harvard University via edX,,course|https://www.edx.org/course/china-part-6-the-manchus-and-the-qing-dynasty-2,nations/china/history,,,,,, -a7a2b5a1-919a-40b2-802b-a992fd07f965,"Invasions, Rebellions, and the Fall of Imperial China",By Harvard University via edX,,course|https://www.edx.org/course/china-part-7-invasions-rebellions-and-the-fall-of-imperial-china-2,nations/china/history,,,,,, -2424facb-c2d0-48f5-8658-2bd181c1e141,Hinduism Through Its Scriptures,By Harvard University via edX,,course|https://www.edx.org/course/hinduism-through-its-scriptures-2,hinduism,,,,,, -b6379d83-4430-4059-bb29-402bbd3b2e2a,Biblical Archaeology: The archaeology of ancient Israel and Judah,By Technion - Israel Institute of Technology via edX,,course|https://www.edx.org/course/biblical-archaeology-the-archaeology-of-ancient-israel-and-judah-2,christianity,,,,,, -aa20023b-f8b5-4c16-be7d-c9c4a378b2c5,Oriental Beliefs: Between Reason and Traditions,By Université catholique de Louvain via edX,,course|https://www.edx.org/course/oriental-beliefs-between-reason-and-traditions-2,religion,,,,,, -d96d02b5-030e-43c8-9d5f-cb0af70a6857,So You Think You've Got Problems?,,,book|https://www.goodreads.com/book/show/44032416-so-you-think-you-ve-got-problems,mathematics,,,,,, -8725d650-a500-423e-adc2-9353dfd70cfe,Christianity Through Its Scriptures,By Harvard University via edX,,course|https://www.edx.org/course/christianity-through-its-scriptures-2,christianity,,,,,, -d3d6ba92-7661-45bf-962b-9af72af959b9,The Spain of Don Quixote,By Universidad Autónoma de Madrid via edX,,course|https://www.classcentral.com/course/edx-the-spain-of-don-quixote-8842,history;literature,,,,,, -b36bd9bc-e524-4bc7-896b-60d87966e133,China and Communism,By Harvard University via edX,,course|https://www.edx.org/course/china-part-9-china-and-communism-2,communism;nations/china,,,,,, -38bf09bc-1600-4cda-918e-e678f57a2d71,"Contemporary China: The People's Republic, Taiwan, and Hong Kong",By Harvard University via edX,,course|https://www.edx.org/course/china-part-10-greater-china-today-the-peoples-republic-taiwan-and-hong-kong-2,nations/china,,,,,, -f6bdac35-23d1-4900-b178-fb4c77dd97cb,Sikhism Through Its Scriptures,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-sikhism-through-its-scriptures-11388,sikhism,,,,,, -b29c8f33-6e95-423b-93a9-fb56478b153c,Ethics in Action,By SDG Academy via edX,,course|https://www.classcentral.com/course/edx-ethics-in-action-14418,ethics,,,,,, -7c095ed8-8a9e-4af3-9407-82d6878e6f40,"Why Religion Matters: Religious Literacy, Culture and Diversity",By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-why-religion-matters-religious-literacy-culture-and-diversity-14493,religion,,,,,, -9639e31d-1135-47e1-b106-bbf64b4ab233,Existential Well-being Counseling: A Person-centered Experiential Approach,By KU Leuven University via edX,,course|https://www.edx.org/course/existential-well-being-counseling-a-person-centered-experiential-approach-2,life,,,,,, -a86d4697-9bd2-43bd-afdd-23787c159155,Understanding English Dictionaries,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-english-dictionaries-14370,languages/english,,,,,, -46c7f06b-2078-48c1-bef4-5f4674e36c9c,The Book of Kells: Exploring an Irish Medieval Masterpiece,By Trinity College Dublin via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-book-of-kells-exploring-an-irish-medieval-masterpiece-11690,religion;literature,,,,,, -49f46983-3db5-44ad-8b68-e79fba544d53,Systematic Literature Review: An Introduction,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-systematic-literature-review-an-introduction-13771,research;academics,,,,,, -dd771167-2548-4017-a37e-7668280b996b,Introduction to Korean 2,By Hanyang University via FutureLearn,,course|https://www.futurelearn.com/courses/introduction-to-korean-2,languages/korean,,,,,, -7a8b4018-9bd2-4a39-a13c-719f5d3a19f1,Take Your English Communication Skills to the Next Level,By Georgia Institute of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-take-your-english-communication-skills-to-the-next-level-5597,languages/english,,,,,, -bf816c60-7d63-4a33-a6b5-0ded3fcb05f1,Advanced Grammar & Punctuation Project,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-advanced-grammar-punctuation-project-7285,grammar,,,,,, -803a2600-4dab-4c00-9047-46122c5bf3ca,Ethics in Life Sciences and Healthcare: Exploring Bioethics through Manga,By Kyoto University via edX,,course|https://www.edx.org/course/ethics-in-life-sciences-and-healthcare-exploring-bioethics-through-manga-2,ethics;healthcare,,,,,, -8951c1a7-668d-49a1-8dba-6eb0cb8dbc50,Magna Carta and its Legacies: Freedom and protest,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-magna-carta-and-its-legacies-freedom-and-protest-13872,history,,,,,, -d4a648b1-8b62-475a-884f-03865a845fd2,Media Freedom and Freedom of Expression in Africa,By University of the Witwatersrand via edX,,course|https://www.classcentral.com/course/edx-media-freedom-and-freedom-of-expression-in-africa-11872,africa;media,,,,,, -829c7375-7a8d-467c-aa0b-426f873169a8,Business English: Final Project,By Arizona State University via Coursera,,course|https://www.classcentral.com/course/coursera-business-english-final-project-7427,languages/english,,,,,, -6f7fc485-c2d9-4251-96d8-2453d90a0780,Walter Scott: The Man Behind the Monument,By University of Aberdeen via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-walter-scott-the-man-behind-the-monument-14392,literature,,,,,, -c721f102-bebd-4632-85c5-4efc9a55c8fc,Effective Business Writing,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-effective-business-writing-10278,writing,,,,,, -892c8866-03c9-4f69-808d-a73bc5dcff48,Italian for Beginners 5: Time To Travel,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/italian-for-beginners-5,languages/italian,,,,,, -a7920263-2212-4485-b0e1-9ae970e11968,Cultural Heritage in Transformation,By RWTH Aachen University via edX,,course|https://www.edx.org/course/cultural-heritage-in-transformation-2,culture,,,,,, -8037d667-aa9b-4cbb-8fd1-2cab134a4950,Spanish for Beginners 5: Getting Things Done,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/spanish-for-beginners-5,languages/spanish,,,,,, -36bbf213-cc8d-4cb0-89a2-7c66f1862716,German at Work Post-Beginners 1: Deutsch am Arbeitsplatz,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/german-1,languages/german,,,,,, -28b87ec7-21f3-4dbb-9c58-bfc9b03261d0,What is Character? Virtue Ethics in Education,By University of Birmingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-what-is-character-virtue-ethics-in-education-2869,ethics,,,,,, -63a70d2c-dfe1-4809-8b9b-af7e13c6ae12,ELL Success in the Content Classroom: Capstone Project,By Arizona State University via Coursera,,course|https://www.coursera.org/learn/ell-project,education,,,,,, -86714774-2308-4dbb-a193-277e28de0530,German at Work Intermediate 1: Deutsch am Arbeitsplatz,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/german-intermediate-1,languages/german,,,,,, -748749f4-2bdc-468f-be69-d661e4dc347d,Chinese Thought: Ancient Wisdom Meets Modern Science - Part 2,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-chinese-thought-ancient-wisdom-meets-modern-science-part-2-3709,philosophy,,,,,, -449ac61a-2003-4b6c-982f-d6a6a262f9e1,Cultural Diversity and the City,By European University Institute via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-cultural-diversity-and-the-city-9813,culture,,,,,, -3a28c95e-3296-4a06-a5ef-e44b4fd1a749,Digital Wellbeing,By University of York via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-digital-wellbeing-11752,life,,,,,, -f13a1606-3bad-4366-98fd-a14a50239de2,Lancaster Castle and Northern English History: The View from the Stronghold,By Lancaster University via FutureLearn,,course|https://www.futurelearn.com/courses/lancaster-castle,history,,,,,, -3e81d815-ef32-4f7e-8409-b94c3e789d73,Norwegian for Beginners 2,By Norwegian University of Science and Technology via FutureLearn,,course|https://www.futurelearn.com/courses/norwegian-for-beginners-2,languages/norwegian,,,,,, -acfd86a5-36b7-4f87-9515-572b2cd87d99,Business English: Capstone Project,By University of Washington via Coursera,,course|https://www.classcentral.com/course/coursera-business-english-capstone-project-5610,languages/english,,,,,, -cd96dd62-ad13-496e-b1b5-0331f968bf3c,"Humphry Davy: Laughing Gas, Literature, and the Lamp",By Lancaster University via FutureLearn,,course|https://www.futurelearn.com/courses/humphry-davy,literature,,,,,, -ca3ffaff-e356-46d3-b7e8-2e62acd2081f,Capstone: Your Story,By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/story-writing-project,grammar;writing,,,,,, -95e83b7f-f7cd-408e-9800-8e751d109380,The Fall of the Roman Republic,By Colorado State University Online via FutureLearn,,course|https://www.futurelearn.com/courses/fall-of-the-roman-republic,history,,,,,, -6bf5162c-b8c7-4815-b462-bd2c18f4c742,Italian for Beginners 6: Out And About,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/italian-for-beginners-6,languages/italian,,,,,, -86d017f6-3b52-4538-904b-ebf537730670,Spanish for Beginners 6: Out and About,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-spanish-for-beginners-6-out-and-about-6666,languages/spanish,,,,,, -087d185a-9031-49af-a67b-23462d294b57,German at Work Post-Beginners 2: Deutsch am Arbeitsplatz,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-german-at-work-post-beginners-2-deutsch-am-arbeitsplatz-10677,languages/german,,,,,, -5926a59c-d31a-4355-8402-b6715d4d9c7a,German at Work Intermediate 2: Deutsch am Arbeitsplatz,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-german-at-work-intermediate-2-deutsch-am-arbeitsplatz-11043,languages/german,,,,,, -1bb62de9-bef4-4904-9fee-eb34feff75ed,Environmental Challenges: Scarcity and Conflict in the Natural Environment,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/environmental-ethics-scarcity-conflict,environmental-science,,,,,, -4b509f0b-45a8-48e7-ad09-ff18eaf95c4e,Logic and Paradoxes,By Universidad de Navarra via Miríadax,,course|https://miriadax.net/web/logic-and-paradoxes-2-edicion-/inicio,logic,,,,,, -37a04983-d9be-4076-8364-44b70a9dfb77,Getting Started with Essay Writing,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/getting-started-with-essay-writing,writing,,,,,, -74a06d4c-a0e7-451b-8b27-6578d7deb4c2,Ancient Philosophy: Aristotle and His Successors,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/aristotle,philosophy,,,,,, -96ba91a0-7952-43a9-87f1-7636f24b0c91,European Empires: An Introduction,By University of Newcastle via FutureLearn,,course|https://www.futurelearn.com/courses/european-empires,history;europe,,,,,, -1cfb7c46-a071-48bb-8ce2-657a55a7ba5f,What Does It Mean to Be Human? An Introduction to the Humanities,By University of Newcastle via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-what-does-it-mean-to-be-human-an-introduction-to-the-humanities-12746,humanities,,,,,, -40070617-90f8-432b-8423-779a738c9079,Indian Fiction in English,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-indian-fiction-in-english-14120,literature,,,,,, -a4938463-29d1-43e5-a717-7bc00f7b7f95,Technical english for engineers,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_hs31/preview,languages/english,,,,,, -465cbdb4-8b45-4bce-a414-ade78c0ea224,Short Fiction in Indian Literature,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-short-fiction-in-indian-literature-14287,literature,,,,,, -5138b000-9d6e-4532-a1c0-4d01d6f98dc2,"Fairy Tales: Meanings, Messages, and Morals",By University of Newcastle via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-fairy-tales-meanings-messages-and-morals-13807,literature,,,,,, -bec26925-7b1c-4b99-a437-890278dacbfe,Research Writing: How to Do a Literature Review,By University of Wollongong via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-research-writing-how-to-do-a-literature-review-9798,research;writing,,,,,, -209745a5-5126-4ab8-b8d0-424234acc2bd,Appreciating Linguistics: A typological approach,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-appreciating-linguistics-a-typological-approach-13901,linguistics,,,,,, -1bac99c4-e1ff-4681-a35f-bf3841f3c4dc,Confronting Captain Cook: Memorialisation in Museums and Public Spaces,By National Maritime Museum Greenwich via FutureLearn,,course|https://www.futurelearn.com/courses/captain-cook,history,,,,,, -1d9d04d6-ca70-4807-ac72-56629d040b6e,The Victorian Gothic Short Story,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-the-victorian-gothic-short-story-14331,literature,,,,,, -e39c1e8a-824f-4fb7-9b28-7bdd8db5aac8,Introduction to Ancient Indian Technology,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_ae07/preview,history;nations/india,,,,,, -02737ce9-89b0-4854-8d45-3671e4687adf,German-I,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-german-i-14096,languages/german,,,,,, -3f72d2c7-ee20-44fc-a63b-223575290323,Introduction to Japanese Language and Culture,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-japanese-language-and-culture-14152,languages/japanese,,,,,, -d1268ca6-c29f-41ad-8d32-780ac862db4d,https://twitter.com/AMAZlNGSCIENCE/status/1331804760211554304,,,image|https://twitter.com/AMAZlNGSCIENCE/status/1331804760211554304,surface-tension,,,,,, -b29832e0-e4ad-4f7c-bddd-18f25fc36b83,"Knowledge Exchange: Using, Protecting and Monetizing Ideas with Third Parties",By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-knowledge-exchange-using-protecting-and-monetizing-ideas-with-third-parties-9528,humanities,,,,,, -d7b0c44f-40fb-43a7-b8c3-c32488ac7e82,German-II,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-german-ii-14097,languages/german,,,,,, -b111cb9c-fe0e-45df-b5c7-4d53ce87b0aa,History of English Language and Literature,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-history-of-english-language-and-literature-14108,history;languages/english,,,,,, -6b5feda2-ff36-406a-a8d9-86247dc23925,Proficiency Course in Russian,By CEC via Swayam,,course|https://swayam.gov.in/nd2_cec19_lg05/preview,languages/russian,,,,,, -c317c519-e41e-4243-918c-ac1576c53cd2,Proficiency course in French,By CEC via Swayam,,course|https://swayam.gov.in/nd2_cec19_lg04/preview,languages/french,,,,,, -a0ab208c-4f35-454d-a1f0-0a226a141dcc,The Making of the US President: A Short History in Five Elections,By University of Edinburgh via Coursera,,course|https://www.classcentral.com/course/coursera-the-making-of-the-us-president-a-short-history-in-five-elections-7349,history;nations/usa,,,,,, -75e39e74-5705-4876-a6d8-baf3519828d9,Proficiency Course in Spanish,By CEC via Swayam,,course|https://swayam.gov.in/nd2_cec19_lg03/preview,languages/spanish,,,,,, -b552a89f-fe76-4b09-bd39-cc71703607bf,Advanced Writing,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-advanced-writing-4233,writing,,,,,, -5b8a0f5f-7fcc-49af-b543-dfbe82ab736d,Chinese Culture and Contemporary China,By Nanjing University via Coursera,,course|https://www.classcentral.com/course/coursera-chinese-culture-and-contemporary-china-7651,nations/china/culture,,,,,, -8271aaeb-435e-4f4e-8879-748688619801,Know Thyself - The Value and Limits of Self-Knowledge: The Unconscious,By University of Edinburgh via Coursera,,course|https://www.classcentral.com/course/coursera-know-thyself-the-value-and-limits-of-self-knowledge-the-unconscious-12835,philosophy,,,,,, -fb9704b5-cccc-4c2d-b70d-20e22c571776,The Rooseveltian Century,By Leiden University via Coursera,,course|https://www.coursera.org/learn/roosevelt,history;nations/usa,,,,,, -b59f077b-acbe-4705-a390-ca7c11d593a1,Discovering Science: Science Writing,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/discovering-science-science-writing,writing;science,,,,,, -925b54b5-f00d-430a-9546-59ed022cd607,Introduction to Who Wrote Shakespeare,"By Goldsmiths, University of London via Coursera",,course|https://www.coursera.org/learn/shakespeare,literature,,,,,, -41734e43-8fb2-4cf5-b34a-b0e2f4b3f7ae,Introduction to Research Ethics: Working with People,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/research-ethics-an-introduction,ethics;research,,,,,, -b5906a35-ace4-4eab-820a-5c599434751c,America Through Foreign Eyes,By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-america-through-foreign-eyes-3705,nations/usa,,,,,, -c3c32875-32ef-457e-86d0-c1745633491a,Project: Writing a Research Paper,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-project-writing-a-research-paper-5105,research;writing,,,,,, -a85df099-8ff8-4fa6-bddc-f2fdb72f9b3e,WW1 Heroism: Through Art and Film,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/ww1-heroism-art-film,first-world-war,,,,,, -fca46267-3917-445a-be28-980afc5bcec1,Mandarin Chinese 2: Chinese for Beginners,By Shanghai Jiao Tong University via Coursera,,course|https://www.coursera.org/learn/mandarin-chinese-2,languages/chinese,,,,,, -6b8ec71a-a95b-48a6-897e-dff9557d8724,Mandarin Chinese 1: Chinese for Beginners,By Shanghai Jiao Tong University via Coursera,,course|https://www.classcentral.com/course/coursera-mandarin-chinese-1-chinese-for-beginners-7171,languages/chinese,,,,,, -db9b0c40-41dc-4b07-96c0-caff578bcf14,Academic Writing,By UGC via Swayam,,course|https://swayam.gov.in/nd2_ugc19_ge03/preview,writing;academics,,,,,, -880466d1-4880-4a9d-9b8d-50a1e5aa219e,Geography of Tourism,By University of Mysore via Swayam,,course|https://swayam.gov.in/nd2_cec19_hs09/preview,tourism,,,,,, -776f2186-7eb7-40c5-94e6-68d4293a1f5f,Sahitya ka Itihas Darshan,"By Assam University, Silchar via Swayam",,course|https://swayam.gov.in/nd2_ugc19_hs46/preview,literature;languages/hindi,,,,,, -1970f775-b5cc-496d-8b45-85483f1281b3,Society and Media,By UGC via Swayam,,course|https://swayam.gov.in/nd2_ugc19_hs49/preview,society;media,,,,,, -136c5744-f30e-4723-8224-c89a5066eb23,Research Ethics,By Central University of Himachal Pradesh via Swayam,,course|https://www.classcentral.com/course/swayam-research-ethics-14273,research;ethics,,,,,, -df9ca60c-c87b-422c-924b-5c632bca07f7,Shakespeare Across Cultures,By Central University of Kerala via Swayam,,course|https://swayam.gov.in/nd2_ugc19_hs47/preview,literature,,,,,, -e246ed6a-1b2d-4322-9eff-c33ec4eebf6c,International Tourism Destinations,By University of Mysore via Swayam,,course|https://swayam.gov.in/nd2_cec19_mg27/preview,tourism,,,,,, -f7c4d69e-68f7-4f32-8d68-4539245524c0,Introductory Sanskrit: Grammar,By Shri Lal Bahadur Shastri Rashtriya Sanskrit Vidyapeeth via Swayam,,course|https://swayam.gov.in/nd2_ugc19_hs39/preview,languages/sanskrit,,,,,, -0d264b3d-cb37-4002-8e42-9d3b5310b2f6,Aspects of European History (1780- 1939),"By St. Xavier's College (Autonomous), Kolkata via Swayam",,course|https://swayam.gov.in/nd2_cec19_hs17/preview,history;europe,,,,,, -76988fe6-ec88-45b7-8e14-f937535efe4f,NPR Cookie Consent and Choices,,,article|https://www.npr.org/2020/12/18/944594193/new-york-times-retracts-hit-podcast-series-caliphate-on-isis-executioner,america,,,,,, -bf230e32-e396-4a42-b7c5-793fbe13177f,Literary Criticism,By CEC via Swayam,,course|https://www.classcentral.com/course/swayam-literary-criticism-14176,literature,,,,,, -0907e5ac-f5fe-4107-9256-661045b360be,Spanish for Beginners 3: My Life,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-spanish-for-beginners-3-my-life-6663,languages/spanish,,,,,, -5efe80f7-a80d-4016-9ea8-de7bc6b0b266,How to Read a Novel,By University of Edinburgh via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-how-to-read-a-novel-8376,reading;literature,,,,,, -c7544ed6-60e1-4e2a-9b51-82f8c93f4bbe,"Robert Burns: Poems, Songs and Legacy",By University of Glasgow via FutureLearn,,course|https://www.futurelearn.com/courses/robert-burns,poetry,,,,,, -8495baae-aba1-49d9-9f22-dc0bf8f70e00,Introducing Humanism: Non-religious Approaches to Life,By Humanists UK via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introducing-humanism-non-religious-approaches-to-life-10179,humanism,,,,,, -ff1b32ad-9b39-4cc4-9c38-e57ce4b092be,Italian for Beginners 3: My Daily Life,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-italian-for-beginners-3-my-daily-life-6833,languages/italian,,,,,, -172e253d-0974-4e7f-82ed-3d041d0a806b,The Tudors,By University of Roehampton via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-tudors-12832,history,,,,,, -dfc04a55-f0e2-4b68-9ed2-422a18d5328f,Document Processing and Organisation,By IGNOU via Swayam,,course|https://www.classcentral.com/course/swayam-document-processing-and-organisation-14014,libraries,,,,,, -b6c4792b-ceac-41c8-95c3-55ba92c93ffb,Library Automation and Digitisation,By IGNOU via Swayam,,course|https://swayam.gov.in/nd2_nou19_lb01/preview,libraries,,,,,, -704cbe2a-1c1d-4acb-a4ac-7ef9612fcc1c,"Basics of Russian-Part 1, Basics of Russian: Communication Skills-II",By IGNOU via Swayam,,course|https://www.classcentral.com/course/swayam-basics-of-russian-part-1-basics-of-russian-communication-skills-ii-13911,languages/russian,,,,,, -3a391b01-b4ce-4239-baa1-12ee4b5a4e77,Information Sources and Library Services,By IGNOU via Swayam,,course|https://swayam.gov.in/nd2_nou19_lb04/preview,libraries,,,,,, -35ce1b9b-4b45-4ec1-9b9d-37715635c5a0,Book Summaries : 100 + Free Book Summaries | Summary Lover,,,article|https://summarylover.com/2021/01/book-summaries.html,awareness;biography,,,intermediate,,, -4697d1bc-fac8-4d35-9548-1965eca763d8,Isocrates,By University of Pittsburgh via Open Education by Blackboard,,course|https://coursesites.com/?course_id=_278442_1,philosophy,,,,,, -39362994-fb98-4374-b4d8-ceb2537fe373,Matthew W Thomas | An Economics Ph.D. Candidate at Northwestern University,,,people|https://mattwthomas.com/,economics;academia,,,research,,4.33, -fc7af98c-5717-4d6a-8706-94b9d5d2aab2,Logic and Paradoxes,By Universidad de Navarra via Open Education by Blackboard,,course|https://coursesites.com/?course_id=_284424_1,logic,,,,,, -462f612c-008d-47dd-99cf-0661a494acca,Spanish Basics,By via Independent,,course|http://ww12.spanishmooc.com,languages/spanish,,,,,, -dd2b8f5c-20bc-4c8f-bc61-934a35c5290a,AI12.2x: Poetry in America: Whitman,By via ,,course|https://www.edx.org/course/poetry-in-america-whitman,poetry,,,,,, -b3c7e511-98b0-49b5-a9bb-406ec4dc080f,Every Atom: Walt Whitman’s Song of Myself,By University of Iowa via Independent,,course|https://www.writinguniversity.org/sites/vwu/files/courses-splash-page/courses.html,literature,,,,,, -bf2f7f75-895a-4827-838a-ef0416626b0e,The Soul and the Search for Meaning,By The University of North Carolina at Greensboro via Independent,,course|https://moocs.uncg.edu/pwm/,philosophy,,,,,,oer -946cc6d4-7d4a-40ca-8b25-8812632d6015,Certificate Course in Structured Writing for Technical Documentation,By JER Online via Canvas Network,,course|https://www.canvas.net/browse/jeronline/courses/structured-writing-technical-documentation-2,writing,,,,,, -eeb4e609-c845-41a9-b4e7-517c4e3650f6,5280 Math,,,website|http://www.5280math.com,mathematics,,,,,, -023d27cc-5df2-40f5-9d5e-1018751a224e,The History of Terrorism,By Birmingham-Southern College via Open Education by Blackboard,,course|https://coursesites.com/?course_id=_304358_1,history;terrorism,,,,,, -e18b6c2f-53a4-4a26-bb47-8afe50e828f1,Origins and Progression of Sports in America,By Western Kentucky University via Open Education by Blackboard,,course|https://coursesites.com/?course_id=_281494_1,sports;nations/usa,,,,,, -d8210e1c-1689-4b32-9f64-ff0081a13f77,Cada Dia Spanish - Daily Conversations,By University of Missouri-Kansas City via Canvas Network,,course|https://www.canvas.net/courses/cada-dia-spanish-daily-conversations,languages/spanish,,,,,, -387ae46d-f8d6-4766-a677-26be6799f119,Human Nature in Film: Topics in Philosophy,By Criswell College via Canvas Network,,course|https://www.canvas.net/courses/human-nature-in-film-topics-in-philosophy,philosophy,,,,,, -6abe6eb5-d409-463a-8690-bda77701b95c,00690242_2x: Historical Relic Treasures and Cultural China: Part 2,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx-00690242_2x-historical-relic-treasures-and-cultural-china-part-2-2623,nations/china/culture,,,,,, -40e4ff63-4831-4a09-9c06-4d1130c8ff83,TheStoicLife.org,,,article|https://sites.google.com/site/thestoiclife/,stoicism,,,intermediate,,, -023cd327-a4f8-4691-94bf-ab3b44283de2,China300x: Chinese Thought: Ancient Wisdom Meets Modern Science,By The University of British Columbia via edX,,course|https://www.edx.org/course/chinese-thought-ancient-wisdom-meets-modern-science-part-1-2,nations/china,,,,,, -ff2bf5f2-5289-4d34-b774-ae290e7f0955,Sustainable Energy - Without the hotair,,https://withouthotair.com/images/NewCover09d-2.png,book|https://withouthotair.com/,sustainability;energy,,,,,, -06589452-d7d6-4c35-aaec-d12d179acca7,"Global History Lab, Part 2",By Princeton University via NovoEd,,course|https://www.classcentral.com/course/novoed-global-history-lab-part-2-2372,history,,,,,, -c9ee3234-c547-43cc-a80a-dc3a63679eed,Introduction to Digital Journalism,"By University of California, Irvine via Canvas Network",,course|https://www.canvas.net/courses/introduction-to-digital-journalism,journalism,,,,,, -45bc8c21-ae03-4d1b-8bbf-6960c2d07b94,System Design and Architecture Interview Preparation Series by FAANG Engineers,,,video|https://www.youtube.com/watch?v=3loACSxowRU&list=PLhgw50vUymycJPN6ZbGTpVKAJ0cL4OEH3&index=1,system-design,,,,,,oer -e02f91c9-f326-4e31-8c71-20a125ec9499,LE@F: Learning English @Fanshawe,By Fanshawe College via Desire2Learn,,course|https://opencourses.desire2learn.com/d2l/error/404/log?targetUrl=http%3A%2F%2Fopencourses.desire2learn.com%3A80%2Fcat%2Fcourse%2Flearning-english-at-fanshawe-7275%2F,languages/english,,,,,, -2ea3be2b-5a76-47c8-96bb-3200837a77a5,"Shakespeare's Hamlet: Text, Performance and Culture",By University of Birmingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-shakespeare-s-hamlet-text-performance-and-culture-1442,literature,,,,,, -f5fe678b-e1db-4a06-aded-dfeb4e0db5fb,Digging Deeper: Making Manuscripts,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/English/DiggingDeeper1/Winter2015/about,writing,,,,,,oer -83782929-c8d4-46e9-8d12-5dc662222b15,Ten Premodern Poems by Women,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/English/10-poems/Spring2015/about,poetry,,,,,,oer -9e83cac2-ae50-4da6-b66f-1302042f3d83,Lips and Teeth: Korea and China in Modern Times,By Yonsei University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-lips-and-teeth-korea-and-china-in-modern-times-3165,nations/china;nations/korea,,,,,, -c6b6b8b2-caef-4eb4-ae52-2c97d654c7b2,HDS1544.1x: Early Christianity: The Letters of Paul,By Harvard University via edX,,course|https://www.edx.org/course/early-christianity-letters-paul-harvardx-hds1544-1x,christianity,,,,,, -4793dbfb-fc2b-48cc-a4dc-5081f4eef18f,History of Boston,By Suffolk University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-history-of-boston-2327,history;nations/usa,,,,,, -c44ff95a-9e5c-425f-8fc9-96c24c8eb31c,"Modern Korean History: Liberation, War and Nuclear Ambitions",By Yonsei University via FutureLearn,,course|https://www.futurelearn.com/courses/modern-korean-history,history;nations/korea,,,,,, -6c22e3ef-5414-4fd1-a1f8-3799e931f930,World War 1: Paris 1919 - A New World Order?,By University of Glasgow via FutureLearn,,course|https://www.futurelearn.com/courses/ww1-new-world-order,first-world-war,,,,,, -729da146-ed0d-4d33-a616-3adc28b94701,Practical English: Learning and Teaching,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc15_hs12/preview,languages/english,,,,,, -6aecac9f-de15-4222-bd02-67bb572bc99b,World War 1: Aviation Comes of Age,By University of Birmingham via FutureLearn,,course|https://www.futurelearn.com/courses/ww1-aviation,first-world-war,,,,,, -554cae12-4d4b-4df8-b768-de4118afa41c,Stunt Writing for Personal Growth,By via Canvas Network,,course|https://www.canvas.net/browse/memoirclass/courses/stunt-writing-for-personal-growth-3,writing,,,,,, -e5ebce17-34df-473c-bb90-f3f78efd8f3a,Think Again: How to Reason and Argue,By Duke University via Coursera,,course|https://www.coursera.org/learn/logical-fallacies,thinking,,,,,, -34773fc9-be3e-42a8-8e0b-f8d100081d89,Top Business Analytics Course Training in Hyderabad - 360DigiTMG,,,article|https://360digitmg.com/business-analytics-training-in-hyderabad,automotive-engineering;actuarial-science,,,beginner,,, -da8336d1-412c-4ba9-a082-9f03def20605,00690242x: Historical Relic Treasures and Cultural China,By Tsinghua University via edX,,course|https://www.edx.org/course/historical-relic-treasures-and-cultural-china-2,nations/china,,,,,, -a2a11679-66b4-4f2e-a8bb-cad659c40221,Issues in Bioethics,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-issues-in-bioethics-4440,ethics,,,,,, -a63c557c-fad2-49f9-a16c-162954b0c699,How Writers Write Fiction,By University of Iowa via NovoEd,,course|https://www.novoed.com/how-writers-write-fiction-2015,writing,,,,,, -4c694ef1-975f-4d6b-aa85-bf2dd97d50b0,Using Complex Texts to Develop Language,By Stanford University via NovoEd,,course|https://www.classcentral.com/course/novoed-using-complex-texts-to-develop-language-4786,language,,,,,, -f928c4cc-9657-458c-a3b7-9984d2c7e2ae,Using Communication-Focused Activities in Designated English Language Development Lessons,By Stanford University via NovoEd,,course|https://www.classcentral.com/course/novoed-using-communication-focused-activities-in-designated-english-language-development-lessons-4787,education,,,,,, -07803f49-b21b-449f-834e-331644bb662e,Learning as Evidence: Improving ELLs’ Argumentation Skills through Formative Assessment Practices,By Oregon State University via NovoEd,,course|https://www.classcentral.com/course/novoed-learning-as-evidence-improving-ells-argumentation-skills-through-formative-assessment-practices-4788,education,,,,,, -42626f6c-1187-4e4c-97cc-2c881c101d1e,War for the Greater Middle East,By Boston University via edX,,course|https://www.edx.org/course/war-for-the-greater-middle-east-2,middle-east,,,,,, -935d6268-3293-4b0e-abde-5b80d918e60b,Missouri's Civil War,By Missouri State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-missouri-s-civil-war-4041,nations/usa/history,,,,,, -7fc8dc6a-ed97-46e4-8ed4-2a129e9d2456,World War 1: Changing Faces of Heroism,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/ww1-heroism,first-world-war,,,,,, -86474fed-e2c4-4467-a894-570a30a0d24f,"""Pride and Prejudice"" by Austen: BerkeleyX Book Club",By via ,,course|https://www.classcentral.com/course/edx-pride-and-prejudice-by-austen-berkeleyx-book-club-3187,literature,,,,,, -bcb635b0-af94-411e-855a-f0a29d77c246,Literature and Change in Europe,By The LACE Network via Canvas Network,,course|https://www.canvas.net/browse/laceun/courses/literature-and-change-in-europe-2,literature;europe,,,,,, -ac44a307-a096-41ba-84e0-50e94604c078,World War 1: Trauma and Memory,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-world-war-1-trauma-and-memory-2325,first-world-war,,,,,, -a982c207-c194-43c9-b9b7-66a67a1d4a9f,"""Jane Eyre"" by Bronte: BerkeleyX Book Club",By via ,,course|https://www.edx.org/course/jane-eyre-bronte-berkeleyx-book-club-uc-berkeleyx-colwri3-10x,literature,,,,,, -88d5d0e5-5df8-4672-adbc-dd02847f0af0,Teach English Now! Course Design and Classroom Management,By Arizona State University via Coursera,,course|https://www.coursera.org/learn/lesson-design,education,,,,,, -aba56484-85c4-49c5-a075-1b59503f99a3,"""A Room with a View"" by Forster: BerkeleyX Book Club",By via ,,course|https://www.classcentral.com/course/edx-a-room-with-a-view-by-forster-berkeleyx-book-club-3220,literature,,,,,, -db91804f-e684-4131-9f56-8115fc8efd5e,Manifestation 101,By Coursera via Coursera,,course|https://www.coursera.org/learn/manifestation,philosophy,,,,,, -61eb4958-bca3-42dc-a9df-bc2480820555,"""Call of the Wild"" by London: BerkeleyX Book Club",By via ,,course|https://www.edx.org/course/call-wild-london-berkeleyx-book-club-uc-berkeleyx-colwri3-12x,literature,,,,,, -8adfa704-ed79-4e0c-b50a-55fbcce58e87,English for Business Literacy,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/business-english,languages/english,,,,,, -571e861a-d842-4a8f-a038-a3d06ca242b9,Introduction to Journalism,By University of Strathclyde via FutureLearn,,course|https://www.futurelearn.com/courses/introduction-to-journalism,journalism,,,,,, -6590173e-b28f-4520-8995-d85186475768,The Art of Poetry,By Boston University via edX,,course|https://www.edx.org/course/the-art-of-poetry-2,poetry,,,,,, -a153cca5-a9af-450e-8bed-98effffee4dd,"""The Picture of Dorian Gray"" by Wilde: BerkeleyX Book Club",By via ,,course|https://www.edx.org/course/picture-dorian-gray-wilde-berkeleyx-book-uc-berkeleyx-colwri3-4x,literature,,,,,, -34c57877-9027-4d3a-9bb0-7a84472276d3,"""A Christmas Carol"" by Dickens: BerkeleyX Book Club",By via ,,course|https://www.classcentral.com/course/edx-a-christmas-carol-by-dickens-berkeleyx-book-club-2849,literature,,,,,, -b9a27e62-1823-4b5d-8a7a-0ada5a0b1ac6,ColWri2.3x: Academic and Business Writing,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/academic-and-business-writing-2,writing,,,,,, -2a21ec24-a190-4784-a586-c6a572bb765f,"""Adventures of Huckleberry Finn"" by Twain: BerkeleyX Book Club",By via ,,course|https://www.classcentral.com/course/edx-adventures-of-huckleberry-finn-by-twain-berkeleyx-book-club-2850,literature,,,,,, -06f0a3d2-3c25-474a-85c5-a27b7ab8ddad,"""Frankenstein; Or, The Modern Prometheus"" by Shelley: BerkeleyX Book Club",By via ,,course|https://www.classcentral.com/course/edx-frankenstein-or-the-modern-prometheus-by-shelley-berkeleyx-book-club-2909,literature,,,,,, -9bbd0aaa-4a8f-481c-96c2-06549f0a9f20,U.S. History Since 1877: (HIST-2020),By East Tennessee State University via Independent,,course|https://www.etsu.edu/online/openbucs/hist_2020.aspx,history;nations/usa/history,,,,,,oer -47e5d13b-70ff-44f2-aaf1-0cc55279df6c,Laura Ingalls Wilder: Exploring Her Work and Writing Life,By Missouri State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-laura-ingalls-wilder-exploring-her-work-and-writing-life-2330,literature,,,,,, -b9e6037b-7706-4ae2-bd25-b5e076ef6ffb,"Cultures and Identities in Europe - Past, Present and Future",By European University Institute via iversity,,course|https://www.classcentral.com/course/iversity-cultures-and-identities-in-europe-past-present-and-future-6518,europe;culture,,,,,, -96830955-ed3f-446f-b7ae-c6b431112cc0,"""Dubliners"" by Joyce: BerkeleyX Book Club",By via ,,course|https://www.edx.org/course/dubliners-joyce-berkeleyx-book-club-uc-berkeleyx-colwri3-5x-0,literature,,,,,, -2136684f-b879-4b13-a280-48f6753913a6,Vue.js: The Documentary,,,video|https://www.youtube.com/watch?v=OrxmtDw4pVI,software-tools/vuejs,,,,,,oer -4bb44aeb-3649-4d54-9a74-1ae636f4e287,"Whitman’s Civil War: Writing and Imaging Loss, Death, and Disaster",By University of Iowa via NovoEd,,course|https://www.classcentral.com/course/novoed-whitman-s-civil-war-writing-and-imaging-loss-death-and-disaster-6487,literature,,,,,, -cefaad10-51aa-4463-aa67-dba677bdab77,"""A Study in Scarlet"" by Doyle: BerkeleyX Book Club",By via ,,course|https://www.edx.org/course/study-scarlet-doyle-berkeleyx-book-club-uc-berkeleyx-colwri3-8x-0,literature,,,,,, -6ffd60fa-4b30-44f3-8056-0518da4b3250,Virtue Ethics,By The University of Oklahoma via Janux,,course|https://www.classcentral.com/course/janux-virtue-ethics-3850,ethics,,,,,, -394f5d1a-25a9-48dd-b639-d521fef1a3af,"""Dracula"" by Stoker: BerkeleyX Book Club",By via ,,course|https://www.classcentral.com/course/edx-dracula-by-stoker-berkeleyx-book-club-3184,literature,,,,,, -7725b5e5-ab9e-4009-a2ff-20e5cdef97eb,Using Communication-Focused Activities in Designated English as a New Language Lessons (New York),By Stanford University via NovoEd,,course|https://www.novoed.com/eld-communication-ny,languages/english,,,,,, -09817149-af8d-4668-8c04-98ba10913232,Journalism Skills for Engaged Citizens,By University of Melbourne via Coursera,,course|https://www.classcentral.com/course/coursera-journalism-skills-for-engaged-citizens-3495,journalism,,,,,, -52a9c430-fb13-4903-8ae9-106008ffd8aa,"""The Jungle"" by Sinclair: BerkeleyX Book Club",By via ,,course|https://www.classcentral.com/course/edx-the-jungle-by-sinclair-berkeleyx-book-club-3185,literature,,,,,, -11149ee9-735a-44f1-b084-5a0d620d2350,Contemporary India,By University of Melbourne via Coursera,,course|https://www.classcentral.com/course/coursera-contemporary-india-3588,nations/india,,,,,, -8e5dd27d-19d2-4544-ac9d-46e8edcde8ab,Introduction to Catalan Sign Language: Speaking with Your Hands and Hearing with Your Eyes,By Universitat Pompeu Fabra via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-catalan-sign-language-speaking-with-your-hands-and-hearing-with-your-eyes-5390,sign-language,,,,,, -8f2508b8-e4df-475d-b6c2-f293fd4e22f1,Understanding Japanese Philosophy,By Fudan University via FutureLearn,,course|https://www.futurelearn.com/courses/japanese-philosophy,philosophy,,,,,, -b0b0f163-1c17-4f18-9bf0-7b473bd8a34e,Taoism and Western Culture,By via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-taoism-and-western-culture-7393,philosophy,,,,,, -5c52173f-60f6-4ae6-81d2-386ea98ffe51,Environmental Humanities: Remaking Nature,By University of New South Wales via FutureLearn,,course|https://www.futurelearn.com/courses/remaking-nature,environmental-science,,,,,, -3c9e6d29-f32c-4dc1-ae3b-9cea37db02ba,The Holocaust: an Introduction - Part 1,By Tel Aviv University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-holocaust-an-introduction-part-1-3297,history,,,,,, -a29a083d-563a-4921-a16e-b3686069d1e3,Literary Theory and Literary Criticism,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-literary-theory-and-literary-criticism-7982,literature,,,,,, -c05a85d0-88c1-4cf3-933f-f37053ec73a3,Indian Philosophy,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc17_hs01/preview,philosophy;nations/india,,,,,, -46bc9ee4-8316-4a31-9c15-ce0e651b6968,World War 1: Lessons and Legacy of the Great War,By University of New South Wales via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-world-war-1-lessons-and-legacy-of-the-great-war-3949,first-world-war,,,,,, -6a44e2e7-f306-4586-a682-2a15f1a40053,Youth Football Coaching: Developing Creative Players,By University of Birmingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-youth-football-coaching-developing-creative-players-7477,sports,,,,,, -0ba828fb-17b5-4bcc-9f93-fd504152529f,"St. Norbert - the man, the movement, the MOOC",By St. Norbert College via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-st-norbert-the-man-the-movement-the-mooc-7796,history,,,,,, -9be0922c-1466-41b5-9313-927d01534827,Sports Performance Analysis 101,By University of Canberra via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-sports-performance-analysis-101-8008,sports,,,,,, -7c771182-4d1c-473f-bc01-ccf46e8893b4,Ethics,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-ethics-7919,ethics,,,,,, -f6576a39-05f7-46d6-9158-6df364571124,The Holocaust: an Introduction - Part 2,By Tel Aviv University via FutureLearn,,course|https://www.futurelearn.com/courses/holocaust-part-2,history,,,,,, -478da1cb-2b90-42ec-909e-e72480e8d6ef,Introduction to Scientific Writing for Publication,By University of Oregon via Canvas Network,,course|https://www.canvas.net/browse/uoregon/courses/intro-to-scientific-writing,writing,,,,,, -8b46395b-1a39-4885-a55f-f241cb655987,Spanish Vocabulary: Discussing Sports and Politics,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/spanish-vocabulary-sports-travel-home,languages/spanish,,,,,, -3e9b28d6-3be3-44b9-9385-52eafda6a6cb,Shakespeare and his World,By The University of Warwick via FutureLearn,,course|https://www.futurelearn.com/courses/shakespeare-and-his-world,literature;shakespeare,,,,,, -bc90a8b6-c2df-4ea3-a41b-944b870b7915,Superpowers of the Ancient World: the Near East,By University of Liverpool via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-superpowers-of-the-ancient-world-the-near-east-3818,history,,,,,, -4a608bef-42e7-480c-aaff-82d6fcbd995f,Warfare and Weapons in Ancient Egypt,By University of Manchester via Canvas Network,,course|https://www.canvas.net/browse/uofmanchester/courses/warfare-weapons-ancient-egypt,nations/egypt,,,,,, -d8a1dd69-5eaa-4641-b215-42d43c0bf194,The Book of Matthew: 30 Life Changing Principles,By Dallas Baptist University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-the-book-of-matthew-30-life-changing-principles-1296,religion,,,,,, -14a4f30b-6657-43bb-b18e-4a0ce82ff6a7,Power of the Pen: Identities and Social Issues in Fiction and Nonfiction,By University of Iowa via NovoEd,,course|https://www.classcentral.com/course/novoed-power-of-the-pen-identities-and-social-issues-in-fiction-and-nonfiction-8841,literature,,,,,, -44638323-d735-4926-bf0b-a24ac696117b,Wellington and the Battle of Waterloo,By University of Southampton via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-wellington-and-the-battle-of-waterloo-3412,history,,,,,, -85dcde5f-f970-4eb3-aa25-649ed2adeb62,Power of the Pen: Identities and Social Issues in Poetry and Plays,By University of Iowa via NovoEd,,course|https://www.classcentral.com/course/novoed-power-of-the-pen-identities-and-social-issues-in-poetry-and-plays-8851,writing;sociology,,,,,, -7999c680-8926-4ff0-86b1-fe891ba9fa96,Beer Matters,By University of Wisconsin - Whitewater via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-beer-matters-8918,alcohol,,,,,, -6bf0a14c-d6d9-4bee-9226-a57036ea66ed,Discovering Socially Engaged Art in Contemporary China,By City University of Hong Kong via FutureLearn,,course|https://www.futurelearn.com/courses/socially-engaged-art,nations/china,,,,,, -c15e6415-bdee-4521-984d-b65eab0fbc4b,Crafting Data Stories,By Knight Center for Journalism in the Americas via Independent,,course|https://www.classcentral.com/course/independent-crafting-data-stories-9295,journalism,,,,,, -5fbcceba-8ddc-48f8-a028-c0b1f0319c8b,The European Discovery of China,By Pompeu Fabra University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-european-discovery-of-china-3819,history,,,,,, -55b2da8e-b3c2-4d9d-9055-f9af88fed468,Product Management for Journalists,By Knight Center for Journalism in the Americas via Independent,,course|https://journalismcourses.org/PM1016.html,product-management;journalists,,,,,, -dc3880dd-11a6-4d16-833e-e2f9eb3fed14,Multilingual Learning for a Globalised World,By University of Glasgow via FutureLearn,,course|https://www.futurelearn.com/courses/multilingual,language,,,,,, -dbc330fd-fcb8-4a45-8b40-57cdb4ae0eb7,Kata Christon 2017,By Concordia University Wisconsin via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_1630_1,religion,,,,,, -5a78509a-753b-4aa8-b2d3-7742125be07f,Researching British Army Nurses,By London South Bank University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-researching-british-army-nurses-3635,history,,,,,, -f362566e-62a6-47af-a010-fc9d75074632,Poetry in America: The Poetry of Early New England,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-poetry-in-america-the-poetry-of-early-new-england-933,poetry,,,,,, -296d7e73-fdbe-41ec-a215-740e959b2992,"Poetry in America: Nature and Nation, 1700-1850",By Harvard University via edX,,course|https://www.classcentral.com/course/edx-poetry-in-america-nature-and-nation-1700-1850-2315,poetry,,,,,, -4fcd1ea8-ff0b-473c-aba1-8bbc4cd8bad7,Poetry in America: Emily Dickinson,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-poetry-in-america-emily-dickinson-3061,poetry,,,,,, -128031cc-74bb-45df-b152-0a6016299013,"Understanding Ramon Llull: ​Philosophy, Arts and Science through the Ars Combinatoria",By Pompeu Fabra University via FutureLearn,,course|https://www.futurelearn.com/courses/ramon-llull,philosophy,,,,,, -a89eb1ba-37f6-422b-ba79-daf602a3458b,USAID Land Tenure and Property Rights,By USAID via Canvas Network,,course|https://www.canvas.net/browse/usaid/courses/usaid-land-tenure,humanities,,,,,, -4bad7360-35d4-463d-8919-1f2079d79c0a,Media Meal Planning,By Public Square via Canvas Network,,course|https://www.canvas.net/browse/public-square/courses/media-meal-planning,journalism,,,,,, -f6c18f10-bb8f-481f-b91b-a487ca8b034b,"Virtual Hong Kong: New World, Old Traditions",By City University of Hong Kong via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-virtual-hong-kong-new-world-old-traditions-8141,culture,,,,,, -df981d30-ccda-4763-b87a-6d2bb6d2132c,The Qur'an Between Judaism and Christianity,By The University of Nottingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-qur-an-between-judaism-and-christianity-9594,religion,,,,,, -edec2d28-3178-4b0b-82e2-1cce7e96e321,The American South,By Northumbria University via FutureLearn,,course|https://www.futurelearn.com/courses/american-south,nations/usa,,,,,, -402690dd-4a6f-495b-a98f-ea0f312f90e2,Sports and the University,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-sports-and-the-university-9501,sports,,,,,, -3e5fc3aa-fd7d-4459-b223-e6edc8c92d78,English for Research Publication Purposes: Capstone Project,By Moscow Institute of Physics and Technology via Coursera,,course|https://www.coursera.org/learn/english-for-research-publication-purposes-capstone-project,languages/english,,,,,, -e8758461-d9b3-4805-9f33-c9a98c0898f7,Research Writing,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-research-writing-10059,writing;research,,,,,, -ce246077-de70-4d1e-9e96-be9fe62fff56,Business English Communication,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_hs18/preview,communication;languages/english,,,,,, -ff2bd60c-ac01-420c-a434-223a867ac8c8,Basic English terminology for building and civil engineering construction,By Universidad Politécnica de Madrid via Miríadax,,course|https://www.classcentral.com/course/miriadax-basic-english-terminology-for-building-and-civil-engineering-construction-10409,languages/english,,,,,, -33f02320-abf5-4c10-a500-1272691aa354,Global Geordies: The North East of England and the World,By Northumbria University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-global-geordies-the-north-east-of-england-and-the-world-9929,culture,,,,,, -5a6a1787-ce1f-4eac-bf6b-01fe44bcd1ac,HERE IS TODAY,,,interactive|http://hereistoday.com/,time,,,,,, -676d6324-edeb-44e3-bdee-37674c84d4a1,Writing an Academic Essay: Learning English for Academic Purposes,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-writing-an-academic-essay-learning-english-for-academic-purposes-9697,languages/english,,,,,, -cfee20b9-61cd-4a31-8d3b-a0a6c4ba1e89,"Getting to Know Catalonia: An Introduction to the Catalan Language, Culture and Society",By Universitat Pompeu Fabra via FutureLearn,,course|https://www.futurelearn.com/courses/catalan-culture,catalonia,,,,,, -e7f2736f-7301-4238-a8ee-e8bbfa0590f3,Hans Christian Andersen’s Fairy Tales,By Hans Christian Andersen Centre via FutureLearn,,course|https://www.futurelearn.com/courses/hans-christian-andersens-fairy-tales,literature,,,,,, -ca28fc40-2062-4a3b-a3cc-9b16968e3a9e,(K-12/HE) Using Educational Technology in the English Language Classroom,By Iowa State University via Canvas Network,,course|https://www.canvas.net/browse/fhi/courses/using-ed-tech-in-el-classroom,languages/english,,,,,, -c5af8a02-1e90-4244-8a10-f83d0465393f,The Importance of India,By Ohio State University via Coursera,,course|https://www.classcentral.com/course/coursera-the-importance-of-india-5384,nations/india,,,,,, -6c6a952d-204f-47cd-821a-b66a96d9e128,Free Speech in Sport Teach-Out,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/free-speech-in-sports,sports,,,,,, -467421c4-507e-4bfe-91da-7e52dbf43739,Literature in the Digital Age: from Close Reading to Distant Reading,By University of Basel via FutureLearn,,course|https://www.futurelearn.com/courses/reading-digital,literature,,,,,, -b147e3c6-751b-4d8c-8b98-42ccd1e8ba1b,A History of Royal Food and Feasting,By University of Reading via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-a-history-of-royal-food-and-feasting-5978,history;food,,,,,, -c98e938c-2d8b-48ce-97d9-9a13c57e9a37,Buddhism: Diamond Sutra and World Peace,By The University of Hong Kong via Coursera,,course|https://www.classcentral.com/course/coursera-buddhism-diamond-sutra-and-world-peace-9801,buddhism,,,,,, -8592cd3e-6812-4677-830e-6b362c87e39d,Agincourt 1415: Myth and Reality,By University of Southampton via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-agincourt-1415-myth-and-reality-3958,history,,,,,, -2215c380-e646-4140-81c8-49eb6ee31f45,The Birmingham Qur'an: Its Journey from the Islamic Heartlands,By University of Birmingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-birmingham-qur-an-its-journey-from-the-islamic-heartlands-9404,islam,,,,,, -e50b7455-5222-4c26-9685-39575f016d5d,Writing for Graduate School,By Barry University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-writing-for-graduate-school-6423,writing,,,,,, -4406c5b2-a380-48f2-9ba2-b6de39a2633c,Innovators of American Cuisine,By The New School via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-innovators-of-american-cuisine-3385,history;food,,,,,, -9a296480-861d-47ab-914e-e724afa5f45b,OWU2 - Open Wine University 2,By University of Burgundy via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-owu2-open-wine-university-2-10883,alcohol,,,,,, -0f4a03b3-6bf9-4bff-b5ea-3e0bd31ac2bb,Shakespeare: Print and Performance,By King's College London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-shakespeare-print-and-performance-6472,shakespeare,,,,,, -7a8b72c0-a0bc-481e-b742-da2d9dcd9a21,"Composing for Public Audiences: Writing, Rhetoric, and Research",By Ohio State University via Canvas Network,,course|https://www.canvas.net/browse/osu/courses/composing-for-public-audiences,writing,,,,,, -085c5d05-0b45-4d9b-9877-bfd89e5b37e5,Writing American Food,By The New School via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-writing-american-food-3384,food;writing,,,,,, -677147ca-93f8-4869-97b3-3fae6ffbbde6,Team Coaching,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-team-coaching-10611,coaching,,,,,, -19925406-5010-42c1-b788-a4f3ebb323fa,English Football: a Social History,By University of Leicester via FutureLearn,,course|https://www.futurelearn.com/courses/football-lcfc,history,,,,,, -16e1e05e-1cbe-42b5-94cd-2f316c1b79c6,Discover Don Quijote de la Mancha PART I Chapters 1 - 52,By Universidad Francisco Marroquín via Independent,,course|https://opencourses.ufm.edu/courses/course-v1:Literature+DQPIEN+2019/about,literature,,,,,,oer -e22ba5d5-7f62-477a-9710-d42e13ad0876,Discover Don Quijote de la Mancha Part II Chapters 1 - 74,By Universidad Francisco Marroquín via Independent,,course|https://www.classcentral.com/course/independent-discover-don-quijote-de-la-mancha-part-ii-chapters-1-74-9679,literature,,,,,, -85bd71ee-8e1f-4d91-bcfd-c6f628742942,Spanish Across the Americas: Beginners,By Universidad Nacional de Córdoba via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-spanish-across-the-americas-beginners-8876,languages/spanish,,,,,, -fa87845a-7c3d-4b14-b3be-ff2f265a3a1f,Coaching the Mental Game,By Deakin University via FutureLearn,,course|https://www.futurelearn.com/courses/coaching-mental-game,coaching,,,,,, -1d0b925b-c5a2-445b-989b-fbffb2909a2a,Western Civilization: Ancient and Medieval Europe,By Arizona State University via edX,,course|https://www.edx.org/course/western-civilization-ancient-and-medieval-europe,history,,,,,, -e262e11b-4b57-43ad-8928-5110315cff3d,Learning from the Past: A Guide for the Curious Researcher,By The University of Nottingham via FutureLearn,,course|https://www.futurelearn.com/courses/learning-from-the-past,history,,,,,, -f8c19a84-13dd-4679-aa96-ef05c6b0cf40,Military Ethics: an Introduction,By University of New South Wales via FutureLearn,,course|https://www.futurelearn.com/courses/military-ethics,ethics,,,,,, -79ebd69d-4c84-488d-a9f8-51b02b6efb38,Irish Lives in War and Revolution: Exploring Ireland's History 1912-1923,By Trinity College Dublin via FutureLearn,,course|https://www.futurelearn.com/courses/irish-history,history;nations/ireland,,,,,, -12d6b118-a31a-4682-ae07-7e10973b11a5,School of Salamanca,By Universidad Francisco Marroquín via Independent,,course|https://www.classcentral.com/course/independent-school-of-salamanca-11671,history,,,,,, -d1e1131c-983d-4d28-887c-5206eaf670d4,Introduction to Malay Language,By University of Malaya via FutureLearn,,course|https://www.futurelearn.com/courses/intoduction-to-malay-language,languages/malay,,,,,, -7c44bbbf-e148-462c-8e77-832f1154c976,Writing Better Emails,By British Council via FutureLearn,,course|https://www.futurelearn.com/courses/better-emails,writing,,,,,, -f88bd24d-ade1-4b7b-a632-014634cdc16d,Living Cosmology,By Yale University via Coursera,,course|https://www.classcentral.com/course/coursera-living-cosmology-6949,philosophy,,,,,, -7bdb5a17-3641-4f58-b2a3-388c3bc413f0,Bonnie Prince Charlie and the Jacobites,By University of Edinburgh via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-bonnie-prince-charlie-and-the-jacobites-8649,history,,,,,, -928e1866-ad75-457c-91d1-4ab497a5f2d3,Tibetan Buddhist Meditation and the Modern World: Lesser Vehicle,By University of Virginia via Coursera,,course|https://www.coursera.org/learn/buddhist-meditation,buddhism,,,,,, -e9e628f0-eace-4544-8ff8-0fd9b933c8d7,Video Production for Journalists in the Digital Age,By Knight Center for Journalism in the Americas via +Acumen,,course|https://journalismcourses.org/VC1218.html,journalism;video,,,,,, -c1f262aa-978d-4d12-83f7-07f676988303,New Approaches to Language Classes for Migrants and Refugees,By Erasmus+ via Canvas Network,,course|https://www.canvas.net/browse/cazalla-intercultura/courses/approaches-language-migrants-refugees,language,,,,,, -3e127430-ad0a-49a9-8f48-2bbbb2ab3ad2,Football: More than a Game,By University of Edinburgh via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-football-more-than-a-game-2126,football,,,,,, -fc58b405-8276-4a9f-976f-988d52abc680,World War 1: A History in 100 Stories,By Monash University via FutureLearn,,course|https://www.futurelearn.com/courses/ww1-stories,first-world-war,,,,,, -5e43fe20-971d-41c9-937c-ce5df5912b5e,Writing for the Web,By via Open2Study,,course|https://www.classcentral.com/course/open2study-writing-for-the-web-905,writing,,,,,, -eb5d1396-2db7-4d07-984b-ec706233a8b4,Sports and Recreation Management,By TAFE NSW via Open2Study,,course|https://www.classcentral.com/course/open2study-sports-and-recreation-management-901,sports;management,,,,,, -f9a05d0f-374c-4d9b-8da8-c6fdef4941ff,Player-centred Coaching,By Deakin University via FutureLearn,,course|https://www.futurelearn.com/courses/player-centred-coaching,coaching,,,,,, -48dba881-8f7f-4f7d-a8f6-9ba8dce8c093,Matter and Mind: A Philosophical Understanding,By Hanyang University via FutureLearn,,course|https://www.futurelearn.com/courses/matter-mind-philosophy,philosophy,,,,,, -2bbc81e6-f48b-491c-a8e3-cc4d0c600336,Introduction to Italian,By Università per Stranieri di Siena via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-italian-5790,languages/italian,,,,,, -61f9aeda-8fbb-4a49-85f2-9a5147a1befc,Accounting for Death in War: Separating Fact from Fiction,"By Royal Holloway, University of London via FutureLearn",,course|https://www.classcentral.com/course/futurelearn-accounting-for-death-in-war-separating-fact-from-fiction-10568,accounting,,,,,, -45870b81-f7f5-4875-a49f-b41bfda3af5f,Japanese Culture Through Rare Books,By Keio University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-japanese-culture-through-rare-books-6264,nations/japan,,,,,, -0b9c2660-2534-4f99-8e8c-e119af6221b7,Working with Translation: Theory and Practice,By Cardiff University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-working-with-translation-theory-and-practice-6981,translation,,,,,, -69a142f3-4fd1-46f0-a507-0b6429e05356,Emergencies and Disasters: Trends and Issues,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/emergencies-disasters-trends-issues,humanities,,,,,, -b3abd30b-e8ab-4c62-b0de-1442c7a6c9d1,Emergency and Disaster Training and Exercising: An Introduction,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-emergency-and-disaster-training-and-exercising-an-introduction-12392,humanities,,,,,, -6bd793eb-04db-4a08-87fc-309a1f3123a8,Disaster Management and Accountability,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/disaster-management-accountability,humanities,,,,,, -ce9e9190-b32c-4244-91b5-23be4919a039,Genealogy: Researching Your Family Tree,By University of Strathclyde via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-genealogy-researching-your-family-tree-5195,geneology,,,,,, -14c36fb0-1149-44df-956d-b49ddd05fac2,Faith & Co.: Business on Purpose,By Seattle Pacific University via Canvas Network,,course|https://www.canvas.net/browse/seattle-pacific/courses/faith-business,business;religion,,,,,, -ecad39f3-c16f-4178-93f1-95e26e560c72,"Mindfulness: What It Is, Where It Comes From, and How to Practice It",By Naropa University via Canvas Network,,course|https://www.canvas.net/browse/naropa-university/courses/mindfulness,mindfulness,,,,,, -736d0ab8-d51b-4fba-9bde-8bbec131e8cb,American Literature & Culture,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-american-literature-culture-12970,nations/usa,,,,,, -1a6650a9-9325-4f31-ab68-c587dc69a8e2,Irish 108: An Introduction to Irish Language and Culture,By Dublin City University via FutureLearn,,course|https://www.futurelearn.com/courses/irish-language-8,languages/irish,,,,,, -fa6be13e-1c41-4bd3-b681-43477d1fab04,Cluster Analysis,By University of Texas Arlington via edX,,course|https://www.edx.org/course/cluster-analysis-utarlingtonx-link-la-cax,big-data;software-tools/spark,,,,,, -4ea24c64-33d9-4b66-b589-6c92d58db921,Qualitative Research Methods and Research Writing,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-qualitative-research-methods-and-research-writing-13035,research,,,,,, -4aed0f4b-5a2d-4c3c-bec4-6aad15a49b04,Introduction to World Literature,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-world-literature-12982,literature,,,,,, -7ebe8f57-ef7e-42bb-8309-e7e78069bb0c,"Literature, Culture and Media",By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-literature-culture-and-media-12972,literature,,,,,, -b0e903ca-5738-4cb2-970b-af04402e7bb3,Better Spoken English,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-better-spoken-english-12978,languages/english,,,,,, -e7da2d77-bd0f-4282-b2f3-508cda02ada7,English language for Competitive exams,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-english-language-for-competitive-exams-7964,languages/english,,,,,, -13a8f1de-380d-4b95-82d3-4fccb909b554,The Nineteenth-Century English Novel,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-the-nineteenth-century-english-novel-12971,literature,,,,,, -e5fd67f8-b379-42f8-b046-44c44edc8449,Postcolonial Literature,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-postcolonial-literature-7942,literature,,,,,, -9b6a1e73-6fd9-4cbb-b458-0e5281f4c489,Privacy and Security in Online Social Media,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-privacy-and-security-in-online-social-media-12938,privacy;computer-security;social-media,,,,,, -ab7a183c-3a0e-4528-a80c-4266795bb446,Literature of the English Country House,By The University of Sheffield via FutureLearn,,course|https://www.futurelearn.com/courses/country-house-literature,literature,,,,,, -45ee6b3c-1c4f-45b4-8ca3-5205e984287e,English Pronunciation in a Global World,By University of Amsterdam via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-english-pronunciation-in-a-global-world-12603,languages/english,,,,,, -b9c52b05-f54c-4c28-9e0e-3a893c4d00cb,A Question of Time: How We Date Human Evolution,By Griffith University via FutureLearn,,course|https://www.futurelearn.com/courses/human-fossils,evolution,,,,,, -53644d1a-26e6-4754-96bd-4040ecbe921c,Mobile Journalism: How to use your phone to produce great videos and build a social audience,By Knight Center for Journalism in the Americas via Independent,,course|https://www.classcentral.com/course/independent-mobile-journalism-how-to-use-your-phone-to-produce-great-videos-and-build-a-social-audience-13177,journalism,,,,,, -e9f050ba-4000-4a49-b961-442af63c926d,Early Modern Scottish Palaeography: Reading Scotland's Records,By University of Glasgow via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-early-modern-scottish-palaeography-reading-scotland-s-records-8751,history,,,,,, -baa45901-4f24-446a-88f3-ace4fda5e93a,Studying in Italian - Language and Literature: a MOVE-ME Project Course,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/italian-for-literature,languages/italian,,,,,, -16d1cedf-07b1-4c19-8cc4-ecbc4bd9da9f,Studying in Italian - Law and Economics: a MOVE-ME Project Course,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-studying-in-italian-law-and-economics-a-move-me-project-course-9145,languages/italian,,,,,, -5abbe175-4ae9-4dd9-819d-072507745284,Studying in Italian - Science and Mathematics: a MOVE-ME Project Course,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/italian-for-stem,languages/italian,,,,,, -431f7d72-6793-4e50-a123-713ae09ad1ed,How To Make A Poem,By Manchester University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-how-to-make-a-poem-10516,poetry,,,,,, -b098bd74-41ea-4cf2-9406-c74103db8212,Sino-Japanese Interactions Through Rare Books,By Keio University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-sino-japanese-interactions-through-rare-books-7639,history,,,,,, -0b028bed-803e-4c57-8b48-8408b291dcd0,From World War to White Heat: the RAF in the Cold War,"By Royal Holloway, University of London via FutureLearn",,course|https://www.classcentral.com/course/futurelearn-from-world-war-to-white-heat-the-raf-in-the-cold-war-5196,history,,,,,, -27bb2d4c-9480-4337-9b74-82eefa6dc8f3,From State Control to Remote Control: Warfare in the 21st Century,By University of Bath via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-from-state-control-to-remote-control-warfare-in-the-21st-century-3293,warfare,,,,,, -69751fb6-53fd-4f12-ade6-24596a03b329,Major Sport Events: Winning Through Diversity and Inclusion,By Griffith University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-major-sport-events-winning-through-diversity-and-inclusion-10590,sports,,,,,, -0fb85ccb-c47d-4c29-9642-7993c6d85ff6,Great South Land: Introducing Australian history,By University of Newcastle via FutureLearn,,course|https://www.futurelearn.com/courses/great-south-land,history;nations/australia,,,,,, -80d5bdb4-df3b-437e-a5e4-80511575898a,Media Literacy and Representation,By University of Newcastle via FutureLearn,,course|https://www.futurelearn.com/courses/media-literacy-representation,media;culture,,,,,, -ab649d06-9932-48ff-b857-8e29afc056e8,"Introduction to American History: From Reconstruction to World War, 1865-1919",By University of Newcastle via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-american-history-from-reconstruction-to-world-war-1865-1919-12745,nations/usa/history,,,,,, -84d2bed5-14aa-4115-8acb-61dff84c0a41,Teaching And Learning in Engineering (TALE),By Indian Institute of Science Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-teaching-and-learning-in-engineering-tale-13034,education,,,,,, -118a196e-9132-458e-9d4c-8b2d6734bdaf,"English Literature of the Romantic Period, 1798-1832",By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-english-literature-of-the-romantic-period-1798-1832-12983,literature,,,,,, -827ff788-52d9-4376-80bd-bfd443ffa495,Postmodernism in Literature,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_hs08/,literature,,,,,, -ebbc86a6-9b82-4abe-9dd9-68c3228a0000,What Is Poetry? An Introduction to Literary Analysis,By University of Newcastle via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-what-is-poetry-an-introduction-to-literary-analysis-12747,poetry,,,,,, -874dcafa-dd6a-4135-af29-40b58a91c212,Irish 101: An Introduction to Irish Language and Culture,By Dublin City University via FutureLearn,,course|https://www.futurelearn.com/courses/irish-language,languages/irish,,,,,, -38cbda79-2594-41da-b120-cb337190096f,Introduction to Frisian,By University of Groningen via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-frisian-6637,languages/frisian,,,,,, -66eb8b7f-0b6e-45b0-b752-d6bbd761c28d,How We Remember War and Violence: Theory and Practice,By University of Bath via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-how-we-remember-war-and-violence-theory-and-practice-11848,humanities,,,,,, -ac6f944f-50c2-49a7-9111-288df5f9ffed,Introducing China in English (Part 1),By XuetangX via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:xuetangx+141001+session02/about,nations/china,,,,,, -a9622667-88b5-43b0-b1bb-8f88523ef8bb,Muslims in Britain: Changes and Challenges,By Cardiff University via FutureLearn,,course|https://www.futurelearn.com/courses/muslims-in-britain,nations/britain,,,,,, -0dcc6e8b-344a-43f0-8008-287052673da2,Magical Mathematics,,,book|https://www.goodreads.com/book/show/11505711-magical-mathematics,mathematics;magic,,,,,, -2bc692ef-f4cf-4ae7-9e0a-0f9eec6664c2,An Intermediate Guide to Writing in English for University Study,By University of Reading via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-an-intermediate-guide-to-writing-in-english-for-university-study-8529,writing,,,,,, -cd83a8a9-9322-437b-801c-27552d7b9670,Irish 102: An Introduction to Irish Language and Culture,By Dublin City University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-irish-102-an-introduction-to-irish-language-and-culture-10600,languages/irish,,,,,, -cba22c7e-aa83-4b37-88ed-d4389305d44a,Irish 105: An Introduction to Irish Language and Culture,By Dublin City University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-irish-105-an-introduction-to-irish-language-and-culture-11846,languages/irish,,,,,, -0758d284-9677-4f7b-9f02-7fa26eec99d1,Navigating Misinformation: How to identify and verify what you see on the web,By Knight Center for Journalism in the Americas via Independent,,course|https://journalismcourses.org/VRFY0419.html,media;culture,,,,,, -ca5abf39-6225-4994-b2c1-476f419cf714,Exploring English: Shakespeare,By British Council via FutureLearn,,course|https://www.futurelearn.com/courses/explore-english-shakespeare,languages/english,,,,,, -6968d0c1-8f82-452e-8fa4-6362e81776a5,Basic English 1: Elementary,By King's College London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-basic-english-1-elementary-11195,languages/english,,,,,, -a3821a90-5355-4c8c-9354-9e46926ca5c6,Basic English 2: Pre-Intermediate,By King's College London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-basic-english-2-pre-intermediate-11196,languages/english,,,,,, -e843859a-5e0c-40b4-be8a-5d5fad31e58b,Cultures and Identities in Europe,By European University Institute via FutureLearn,,course|https://www.futurelearn.com/courses/culture-identity-europe,europe;culture,,,,,, -e6a877cd-5b45-4689-a47e-d863de294893,Introducing China in English (Part 2),By XuetangX via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-introducing-china-in-english-part-2-11742,nations/china,,,,,, -d069ad3d-9749-4e67-a2d9-d20fbcf252bb,Tell Your Story in English: Reading & Writing Skills for Language Learners,By University of Oregon via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-tell-your-story-in-english-reading-writing-skills-for-language-learners-6119,languages/english,,,,,, -34630871-b167-4326-8152-d351813b6575,Introduction to Korean,By Hanyang University via FutureLearn,,course|https://www.futurelearn.com/courses/introduction-to-korean,languages/korean,,,,,, -d2e65bfc-9b39-4275-945d-b495cd71d866,Introduction to Indigenous Studies,By Saskatchewan Polytechnic via Desire2Learn,,course|https://opencoursesstore.d2l.com/product?catalog=Saskatchewan-Polytechnic-Indigenous-Studies-Spring-2019f393AOqffT0pa5V2qpjZ6j440UPnvD,humanities,,,,,, -b3c420e4-3513-4b30-82cb-b7d37139d209,Irish 103: An Introduction to Irish Language and Culture,By Dublin City University via FutureLearn,,course|https://www.futurelearn.com/courses/irish-language-3,languages/irish,,,,,, -1a7015d6-14e2-45f1-92f4-44792649c8fa,Academic Writing Made Easy,By Technische Universität München (Technical University of Munich) via edX,,course|https://www.edx.org/course/academic-writing-made-easy-2,writing;academics,,,,,, -6b02476a-c739-48c6-8adf-bdbad2e7dd20,Archaeology and the Battle of Dunbar 1650: From the Scottish Battlefield to the New World,By Durham University via FutureLearn,,course|https://www.futurelearn.com/courses/battle-of-dunbar-1650,history,,,,,, -c3c4dd62-c60f-4e7a-bdc4-9a075995354d,Intercultural Communication,By Shanghai International Studies University via FutureLearn,,course|https://www.futurelearn.com/courses/intercultural-communication,communication,,,,,, -dec6425a-66d7-488d-978a-ed2e434c4f74,MathPickle Games,,,game|https://mathpickle.com/games/,mathematics,,,childlike,,, -7e13b32b-b8f2-45f1-b4b2-563af669adcc,Irish 106: An Introduction to Irish Language and Culture,By Dublin City University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-irish-106-an-introduction-to-irish-language-and-culture-12068,languages/irish,,,,,, -846ea9e2-bfb0-4016-be85-6303a8f50e93,Radical Spirituality: the Early History of the Quakers,By Lancaster University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-radical-spirituality-the-early-history-of-the-quakers-6676,religion,,,,,, -cbfd3e98-dbc4-4727-b4b2-ab42d9437194,Introduction to Norwegian 2,By University of Oslo via FutureLearn,,course|https://www.futurelearn.com/courses/introduction-to-norwegian-2,languages/norwegian,,,,,, -f7d54b58-1172-408f-808f-0035530e8e1e,Understanding Language: Learning and Teaching,By University of Southampton via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-language-learning-and-teaching-2450,language,,,,,, -1931c755-19a5-4ea5-8a15-00af20a9e391,Introduction to Chinese: Pronunciation and Tone,By Shanghai International Studies University via FutureLearn,,course|https://www.futurelearn.com/courses/chinese-pronunciation-tone,languages/chinese,,,,,, -bc3036d5-79af-4f40-9858-8212470510ea,The Sharia and Islamic Law: An Introduction,By University of Edinburgh via FutureLearn,,course|https://www.futurelearn.com/courses/an-introduction-to-the-sharia-and-islamic-law,islam,,,,,, -1f2aa212-e9fe-4689-98ea-13e3e7c81f0f,"Italian for Beginners 1: Meeting, Greeting and Eating",By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/italian-for-beginners-1,languages/italian,,,,,, -1a04c051-0b54-4fa1-b3dd-662dee24455c,Spanish for Beginners 1: Meeting and Greeting,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-spanish-for-beginners-1-meeting-and-greeting-6661,languages/spanish,,,,,, -db3798f4-cd98-4bc4-9083-81ecd00f12cb,Irish 107: An Introduction to Irish Language and Culture,By Dublin City University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-irish-107-an-introduction-to-irish-language-and-culture-12322,languages/irish,,,,,, -87a5eecb-1d3e-4297-bcf8-b3e9ffbca014,Irish 104: An Introduction to Irish Language and Culture,By Dublin City University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-irish-104-an-introduction-to-irish-language-and-culture-11648,languages/irish,,,,,, -d9ceedc6-d363-485e-b3b8-2a13dbabc72b,Introduction to Applied Linguistics and TESOL,By University of Leicester via FutureLearn,,course|https://www.futurelearn.com/courses/introduction-to-applied-linguistics,linguistics,,,,,, -ee70f354-105c-4eeb-92c9-f3238fc528b8,Introduction to Norwegian,By University of Oslo via FutureLearn,,course|https://www.futurelearn.com/courses/norwegian,languages/norwegian,,,,,, -abf443e2-ff5d-44f3-819d-1f7352607772,Global Studies: Cultures and Organizations in International Relations,By Grenoble School of Management via FutureLearn,,course|https://www.futurelearn.com/courses/global-studies-cultures-organizations,culture;organization,,,,,, -70edc4e5-f1ab-4e37-bd5b-e481da4ab0be,Introducing China in English (Part 3),By XuetangX via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:xuetangx+141003+session02/about,nations/china,,,,,, -afb004b7-c483-437d-95ee-2f5fa0206721,Introduction to Chinese: Conversation,By Shanghai International Studies University via FutureLearn,,course|https://www.futurelearn.com/courses/chinese-conversation,languages/chinese,,,,,, -6444e3ae-e30e-45ac-ac64-8e1f36f1b303,The Art of Teaching Foreign Languages to Young Learners,By Universidad Nacional de Córdoba via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-art-of-teaching-foreign-languages-to-young-learners-11057,language;education,,,,,, -8db3d7b0-5edf-47db-9549-4850e36d86a3,Health and Wellbeing in the Ancient World,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/ancient-health,history,,,,,, -f5eac67b-1bd1-4991-b0f2-fdc350439f39,An ABC for Enjoying Argentine Literature,By Universidad Nacional de Córdoba via FutureLearn,,course|https://www.futurelearn.com/courses/argentine-literature,literature;nations/argentina,,,,,, -9f5e4761-11dc-4f4d-8318-cefc63cec14e,The Wonders and Challenges of Bible Education,By Hebrew University of Jerusalem via Coursera,,course|https://www.coursera.org/learn/wonders-challenges-bible-education,religion,,,,,, -4a729c9d-810a-4a68-a932-be9edf8a8981,"Jane Austen: Myth, Reality and Global Celebrity",By University of Southampton via FutureLearn,,course|https://www.futurelearn.com/courses/jane-austen,literature,,,,,, -e87629f6-5d56-442c-aa37-b40e6a2453fb,Governing Religion: European Challenges and Asian Approaches,By European University Institute via FutureLearn,,course|https://www.futurelearn.com/courses/governing-religion-european-challenges-and-asian-approaches,religion,,,,,, -9991af55-9f4c-4fbd-a7b4-bc63a1849c9d,Culture in the Digital Age,By European University Institute via FutureLearn,,course|https://www.futurelearn.com/courses/culture-in-digital-age,culture,,,,,, -f1d3edae-0345-4744-832b-075ed1f54d0f,Italian for Beginners 2: My Friends and Family,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-italian-for-beginners-2-my-friends-and-family-6832,languages/italian,,,,,, -f4499877-103d-427b-b924-88e419cb47c5,Spanish for Beginners 2: People and Places,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/spanish-for-beginners-2,languages/spanish,,,,,, -6d360015-7855-4d22-9ee5-8d2b8aa83b37,Be Persuasive: Write a Convincing Position Paper or Policy Advice (Project-Centered Course),By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-be-persuasive-write-a-convincing-position-paper-or-policy-advice-project-centered-course-5729,communication,,,,,, -7eee4708-486e-4e16-9142-25c95aefc60b,Rome: A Virtual Tour of the Ancient City,By University of Reading via FutureLearn,,course|https://www.futurelearn.com/courses/rome,rome,,,,,, -a2f2d0e3-a480-4cb5-8dc4-288560aa9af0,Teaching English: How to Plan a Great Lesson,By British Council via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-teaching-english-how-to-plan-a-great-lesson-13115,languages/english;education,,,,,, -2a806e7b-1d14-40eb-b50d-35d194e1ad8f,Introduction to Linguistics,By University of Birmingham via FutureLearn,,course|https://www.futurelearn.com/courses/linguistics,linguistics,,,,,, -7e233b65-21e2-4621-8417-a80472d776b1,Study UK: Prepare to Study and Live in the UK,By British Council via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-study-uk-prepare-to-study-and-live-in-the-uk-11784,nations/uk,,,,,, -63daef44-d047-4ac6-b14e-10a50e542be2,Why Research Matters,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-why-research-matters-9525,research,,,,,, -f96722b3-f111-4d82-a8d9-b4c383df7713,English for Academic Study,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/english-academic-study,languages/english,,,,,, -2effeb4a-c2d1-47c3-b082-d0c0f785b4d7,R Programming,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-r-programming-1713,programming-languages/r,,,,,, -f3637b10-9aad-49d3-a801-c1691e93df07,The Data Scientist’s Toolbox,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/data-scientists-tools,data-science,,,,,, -bd577280-98d6-4450-b207-61661227248d,The Analytics Edge,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-the-analytics-edge-1623,analytics,,,,,, -5c2d2dfc-e3c3-443b-b589-e82019ac45b3,Introduction to Data Science in Python,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/python-data-analysis,data-science;programming-languages/python,,,,,, -b367e057-3aaa-4333-baf5-71a163d28581,Python for Data Science,"By University of California, San Diego via edX",,course|https://www.edx.org/course/python-for-data-science-4,data-science;programming-languages/python,,,,,, -4092d581-b6ff-49fa-a6a4-6e9b10a8a8de,Getting and Cleaning Data,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/data-cleaning,data-science,,,,,, -46e9e962-0b39-4480-830d-24f3bdff8f26,Introduction to Big Data,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-introduction-to-big-data-4164,big-data,,,,,, -2a301eba-8992-45eb-b4c8-224327f16869,Mastering Data Analysis in Excel,By Duke University via Coursera,,course|https://www.coursera.org/learn/analytics-excel,software-tools/excel,,,,,, -9c212b13-8380-4b73-85d3-dc6b65578bf6,Hadoop Platform and Application Framework,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-hadoop-platform-and-application-framework-4269,software-tools/hadoop,,,,,, -ee0051e2-4214-42e2-8ff2-b5cb38ec8053,Digital Analytics for Marketing Professionals: Marketing Analytics in Practice,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/digital-analytics,marketing;analytics,,,,,, -6ac8cb62-802a-4601-ab9f-e09811e77ffe,Introduction to R for Data Science,By Microsoft via edX,,course|https://www.edx.org/course/introduction-to-r-for-data-science-3,data-science;programming-languages/r,,,,,, -a16d3bfd-4a61-4fb0-8b56-7140063a7206,Introduction to Computational Thinking and Data Science,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/6-00-2x-introduction-to-computational-thinking-and-data-science-3,data-science;computational-thinking,,,,,, -a15a8695-353a-4fc7-9e8a-0377241f8565,Pattern Discovery in Data Mining,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/data-patterns,data-science,,,,,, -f3ce2308-4e48-4cde-ae13-2cec27043474,Whole genome sequencing of bacterial genomes - tools and applications,By Technical University of Denmark (DTU) via Coursera,,course|https://www.coursera.org/learn/wgs-bacteria,genome-sequencing;biology,,,,,, -aca70fd6-3b0a-4620-a0a8-eabc125d21b9,Mining Massive Datasets,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:ComputerScience+MMDS+SelfPaced/about,data-science,,,,,,oer -1b407e0a-b05f-4fdc-a808-0530deea2229,Data Visualization,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/datavisualization,data-visualization,,,,,, -0a0cb108-f44f-4525-a9e3-d1ae91526f92,A Crash Course in Data Science,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/data-science-course,data-science,,,,,, -a441a60d-166d-4ccb-9480-ff7ae4254683,Exploratory Data Analysis,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/exploratory-data-analysis,data-science,,,,,, -314d58c3-ba7c-45e6-be7a-c4febfb5212b,Finding Hidden Messages in DNA (Bioinformatics I),"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-finding-hidden-messages-in-dna-bioinformatics-i-3289,biology,,,,,, -20145f77-0f0d-405a-a64a-8b0c4a91a33a,Intro to Hadoop and MapReduce,By Cloudera via Udacity,,course|https://www.udacity.com/course/intro-to-hadoop-and-mapreduce--ud617,software-tools/hadoop,,,,,, -15b29a20-8335-463d-93d3-7ea208dcf649,Introduction to Python for Data Science,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-introduction-to-python-for-data-science-5683,data-science;programming-languages/python,,,,,, -7eeb247f-5b0f-4051-a99f-0375fd563731,Data Analysis with R,By Facebook via Udacity,,course|https://www.classcentral.com/course/udacity-data-analysis-with-r-1478,data-science;programming-languages/r,,,,,, -284e959b-5d04-4b0d-b1c9-f4b06d86532e,Statistical Thinking for Data Science and Analytics,By Columbia University via edX,,course|https://www.classcentral.com/course/edx-statistical-thinking-for-data-science-and-analytics-4913,statistics;data-science,,,,,, -e9d6c541-256c-445e-ada6-a6fe737ebf6d,Regression Models,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/regression-models,statistics,,,,,, -86e234e1-9eec-4d7d-a262-f94a80bc7dd3,Algorithms for DNA Sequencing,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-algorithms-for-dna-sequencing-3433,genome-sequencing;biology,,,,,, -cbb4eee1-8921-474b-86d1-bb04f687ee85,Process Mining: Data science in Action,By Eindhoven University of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-process-mining-data-science-in-action-2445,data-science,,,,,, -ea143839-954e-4998-8f89-485789530a81,Statistical Inference,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/statistical-inference,statistics,,,,,, -7f4738bb-5ae4-4512-ac0e-2b7792a68c32,Building a Data Science Team,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-building-a-data-science-team-4391,data-science;management,,,,,, -1ccc25e3-5958-4909-adaf-0a3ef68d6240,Text Mining and Analytics,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/text-mining,data-science,,,,,, -97cc3eae-9f13-4839-8c01-ee2c279b9fe5,Data Science in Real Life,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-data-science-in-real-life-4389,data-science,,,,,, -fa92940d-32f3-4f80-8c1c-6cf64a49b490,DCO042 - Python For Informatics,By University of Michigan via Independent,,course|https://www.classcentral.com/course/independent-dco042-python-for-informatics-1010,data-science;programming-languages/python,,,,,, -86ae6ae5-5798-4a11-a803-a9610c9331c6,Explore Statistics with R,By Karolinska Institutet via edX,,course|https://www.classcentral.com/course/edx-explore-statistics-with-r-1836,statistics;programming-languages/r,,,,,, -b3778eaf-b4e3-41ec-a8d8-ba45fbd50572,Data Visualization and Communication with Tableau,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-data-visualization-and-communication-with-tableau-4297,software-tools/tableau,,,,,, -eb3e0bcb-bc6b-4e96-bfea-7c3e769388c9,Intro to Data Science,By via Udacity,,course|https://www.classcentral.com/course/udacity-intro-to-data-science-1480,data-science,,,,,, -126cd51f-c961-4bee-8c77-6bd3fb3ec988,Intro to Python for Data Science,By via Datacamp,,course|https://www.classcentral.com/course/datacamp-intro-to-python-for-data-science-7631,data-science;programming-languages/python,,,,,, -3b8c56f8-6e69-42c8-a12a-f008ea79b6e9,Data Analysis: Take It to the MAX(),By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-data-analysis-take-it-to-the-max-2916,data-science,,,,,, -67edfc6f-756d-4859-99ca-b5568f839cb1,Analyzing and Visualizing Data with Excel,By Microsoft via edX,,course|https://www.edx.org/course/analyzing-and-visualizing-data-with-excel-3,software-tools/excel,,,,,, -241758c5-709f-461b-aef5-dd52a9e6f210,Python for Genomic Data Science,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/python-genomics,data-science;programming-languages/python,,,,,, -87a8da38-3fc9-45d4-ac78-8eb86df7572c,Genomic Data Science with Galaxy,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-genomic-data-science-with-galaxy-3473,genome-sequencing;biology,,,,,, -e85b61ee-0fd5-4580-8ec4-dd261312e30b,Introduction to R,By via Datacamp,,course|https://www.classcentral.com/course/datacamp-introduction-to-r-7630,programming-languages/r,,,,,, -f85c8339-040e-49cf-b6e7-1de11cfc25dc,Introduction to Genomic Technologies,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-genomic-technologies-3472,genome-sequencing;biology,,,,,, -39c51ad3-6bce-4355-b3c3-c6df409182d5,Reproducible Research,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/reproducible-research,research,,,,,, -cfcf159f-02af-4140-9515-9d35e1a2eecd,Data Analysis for Social Scientists,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/data-analysis-for-social-scientists,social-science,,,,,, -625f7acf-4a27-44e8-a232-bd6a19494ab5,Command Line Tools for Genomic Data Science,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-command-line-tools-for-genomic-data-science-3474,biology,,,,,, -ae6b5d83-4ccc-4a54-bee8-bfcd83a7755c,Bayesian Statistics: From Concept to Data Analysis,"By University of California, Santa Cruz via Coursera",,course|https://www.coursera.org/learn/bayesian-statistics,statistics,,,,,, -c9b1b94d-864a-4d8d-b97c-3a26f67bc9e9,Applied Data Science: An Introduction,By Syracuse University via Open Education by Blackboard,,course|https://coursesites.com/?course_id=_276927_1,data-science,,,,,, -840aeda0-0ef6-4087-881d-25bdf7663898,Data Science: R Basics,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-data-science-r-basics-9253,data-science;programming-languages/r,,,,,, -54c0ea9e-ea7e-4d95-9392-7cea63d2e5bf,Framework for Data Collection and Analysis,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/data-collection-framework,research,,,,,, -4c60dc83-b619-4bbe-9baa-f1b8d6b1ef7b,Executive Data Science Capstone,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-executive-data-science-capstone-5088,data-science,,,,,, -96e40d2e-5582-40e9-b975-08538830e143,Big Data Modeling and Management Systems,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-big-data-modeling-and-management-systems-6466,big-data,,,,,, -852d69d0-76cc-4cdf-98b3-b026e7fb8cf3,Basic Data Processing and Visualization,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/basic-data-processing-visualization-python,data-science,,,,,, -cedf5a61-ffe8-4098-8e6b-937bae63637d,Meaningful Predictive Modeling,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/meaningful-predictive-modeling,data-science,,,,,, -02b2dbeb-6efc-4a1b-89e5-07ed7e2826cf,Temporal and Hierarchical Data Analysis,By Arizona State University via Coursera,,course|https://www.classcentral.com/course/coursera-temporal-and-hierarchical-data-analysis-11305,data-science,,,,,, -2c0506d6-8a10-4226-9c83-a8fc11704318,Information Visualization: Foundations,By New York University (NYU) via Coursera,,course|https://www.classcentral.com/course/coursera-information-visualization-foundations-11819,data-visualization,,,,,, -09c8637f-7bcc-4e82-a044-c5dd834d15a2,The Four Agreements Summary | Summary Lover,,,book|https://summarylover.com/2020/11/the-four-agreements-summary-summary.html,development;entrepreneurship,,,intermediate,,, -3714d589-45bf-4a25-a873-7b4f70aae9e2,Managing Big Data with MySQL,By Duke University via Coursera,,course|https://www.coursera.org/learn/analytics-mysql,big-data;software-tools/mysql,,,,,, -c3f57dd6-d8df-49e5-896f-c9daee6eb582,Graph Analytics for Big Data,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/big-data-graph-analytics,analytics,,,,,, -880bc871-3762-49fb-8c23-656368f59bcf,Data Visualization with Advanced Excel,By PwC via Coursera,,course|https://www.coursera.org/learn/advanced-excel,data-visualization;software-tools/excel,,,,,, -5ff6606d-26c3-4cb4-9028-214ac6e9f795,Applied Social Network Analysis in Python,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/python-social-network-analysis,programming-languages/python;social-networks,,,,,, -66c203f7-3dfb-4e00-9fc3-7f62a03fb2ff,Data Science Methodology,By IBM via Coursera,,course|https://www.classcentral.com/course/coursera-data-science-methodology-10617,data-science,,,,,, -2a3d2592-5346-4dc8-bf0c-5e5870568964,Identifying Patient Populations,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/computational-phenotyping,bioinformatics,,,,,, -fe504a9c-cf95-4091-bf2f-2f35d7685876,"Data Warehouse Concepts, Design, and Data Integration",By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-data-warehouse-concepts-design-and-data-integration-4230,big-data,,,,,, -b517a71b-d21a-432b-9757-7294b944a558,Advanced Linear Models for Data Science 2: Statistical Linear Models,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-advanced-linear-models-for-data-science-2-statistical-linear-models-7476,data-science,,,,,, -475c4c2a-ab7f-4206-8136-a8e40c52c3e9,Introduction to Data Analysis Using Excel,By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-data-analysis-using-excel-7004,software-tools/excel;analytics,,,,,, -73c041d9-4379-43b0-bbe5-ec470998734e,"Big Data Analysis: Hive, Spark SQL, DataFrames and GraphFrames",By Yandex via Coursera,,course|https://www.coursera.org/learn/big-data-analysis,big-data,,,,,, -b332da1a-3e30-4489-ac86-1c04279e548b,What is Data Science?,By IBM via Coursera,,course|https://www.classcentral.com/course/coursera-what-is-data-science-10616,data-science,,,,,, -86115cbc-c659-4b42-9e1a-2e40a09a3f28,Information Visualization: Programming with D3.js,By New York University (NYU) via Coursera,,course|https://www.coursera.org/learn/information-visualization-programming-d3js,data-visualization;software-tools/d3js,,,,,, -1b59fbe8-07c5-4f7c-a70e-ad6b547a1e82,Data Analysis with Python,By IBM via Coursera,,course|https://www.coursera.org/learn/data-analysis-with-python,data-science;programming-languages/python,,,,,, -0065ff68-9b68-4e0f-aea4-a4ca6c2efc43,Applied Data Science Capstone,By IBM via Coursera,,course|https://www.coursera.org/learn/applied-data-science-capstone,data-science,,,,,, -46d9130e-a2ae-42c8-be60-31ccc7c758ba,Design Thinking and Predictive Analytics for Data Products,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-design-thinking-and-predictive-analytics-for-data-products-13492,data-science,,,,,, -7cc0d712-14cb-44ec-8984-534f2fe339c8,Code Free Data Science,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/code-free-data-science,data-science,,,,,, -a570906e-3eb5-4a01-9744-d12af34c6786,Bioinformatics Capstone: Big Data in Biology,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/bioinformatics-project,bioinformatics;big-data,,,,,, -093a5aed-e7a3-4424-a1d4-ef70d488059f,"Cloud Computing Applications, Part 2: Big Data and Applications in the Cloud",By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-cloud-computing-applications-part-2-big-data-and-applications-in-the-cloud-6309,cloud-computing;big-data,,,,,, -c8d25b40-53ac-45b2-9321-331274624af9,Serverless Machine Learning with Tensorflow on Google Cloud Platform,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/serverless-machine-learning-gcp,machine-learning;software-tools/tensorflow;google-cloud,,,,,, -a2a83afe-e72a-468d-94f4-759cd608892c,"Big Data Essentials: HDFS, MapReduce and Spark RDD",By Yandex via Coursera,,course|https://www.coursera.org/learn/big-data-essentials,big-data,,,,,, -5f50c7e9-aef2-4a0d-b07a-f1826dc77971,Big Data Applications: Real-Time Streaming,By Yandex via Coursera,,course|https://www.coursera.org/learn/real-time-streaming-big-data,big-data,,,,,, -e455d28b-0b1d-4324-8e13-d2d5f82ec813,Digital Arts,By via iversity,,course|https://iversity.org/en/courses/digital-arts,art,,,,,, -9f8cba18-3e26-4668-bd27-67b53f1c7ac3,How to Win a Data Science Competition: Learn from Top Kagglers,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-how-to-win-a-data-science-competition-learn-from-top-kagglers-9605,data-science,,,,,, -67bcaf05-7c56-4132-a385-d6ddf892bba1,Open Source tools for Data Science,By IBM via Coursera,,course|https://www.classcentral.com/course/coursera-open-source-tools-for-data-science-10620,data-science,,,,,, -ca0f43ee-2489-4b11-b98e-ec0843fccff9,Data Visualization with Python,By IBM via Coursera,,course|https://www.classcentral.com/course/coursera-data-visualization-with-python-11199,data-visualization;programming-languages/python,,,,,, -841e51f3-d4e7-4326-927e-f6dee7f4e5ce,The Fast Fourier Transform (FFT): Most ingenious Algorithm Ever?,,,video|https://www.youtube.com/watch?v=h7apO7q16V0,fourier-analysis,,,,,,oer -c11dc507-9f1d-45f2-8cd5-f6838dd662d3,People Analytics,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-people-analytics-4264,analytics,,,,,, -1e60aaf9-09a4-4f65-a40e-1c6d0b50209a,Data Manipulation at Scale: Systems and Algorithms,By University of Washington via Coursera,,course|https://www.coursera.org/learn/data-manipulation,data-science,,,,,, -7b9016e7-1865-4093-a4d3-62be4e37f34a,Introduction to Spreadsheets and Models,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-introduction-spreadsheets-models,spreadsheets,,,,,, -9decede4-92ae-4535-94b2-2f37ad069eb8,Towers of Hanoi: A Complete Recursive Visualization,,,video|https://www.youtube.com/watch?v=rf6uf3jNjbo,towers-of-hanoi;recursion,,,,,,oer -bcc3c8c8-5818-407d-a5af-34d76f9164e0,Data Processing Using Python,By Nanjing University via Coursera,,course|https://www.coursera.org/learn/python-data-processing,data-science;programming-languages/python,,,,,, -3168c668-ffef-47b7-a8a8-7891f41dd830,Data Analysis and Interpretation Capstone,By Wesleyan University via Coursera,,course|https://www.classcentral.com/course/coursera-data-analysis-and-interpretation-capstone-5110,data-science,,,,,, -8a11de70-d760-49d8-9bc4-967f361bf0d4,Social Media Analytics: Using Data to Understand Public Conversations,By Queensland University of Technology via FutureLearn,,course|https://www.futurelearn.com/courses/social-media-analytics,social-media;analytics,,,,,, -3eaef927-13a7-40c6-9671-b723e0bbeccb,Research Data Management and Sharing,By The University of North Carolina at Chapel Hill via Coursera,,course|https://www.coursera.org/learn/data-management,research,,,,,, -40714fcf-0dc8-43cb-8699-4b8a38c9a371,"Big Data, Genes, and Medicine",By State University of New York via Coursera,,course|https://www.coursera.org/learn/data-genes-medicine,big-data,,,,,, -f62195cb-5c1b-4d7d-9bbc-8a380932165c,Data Analytics Foundations for Accountancy I,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-data-analytics-foundations-for-accountancy-i-9051,analytics;accounting,,,,,, -1bcc11a3-0a2c-4937-8fc5-59a191c20a12,Databases and SQL for Data Science,By IBM via Coursera,,course|https://www.coursera.org/learn/sql-data-science,databases;programming-languages/sql;data-science,,,,,, -d987d268-16f2-4f46-9fac-9be63260677e,Information Visualization: Applied Perception,By New York University (NYU) via Coursera,,course|https://www.classcentral.com/course/coursera-information-visualization-applied-perception-11820,data-visualization,,,,,, -13e6308a-0834-4e98-83d9-866a434393b7,Managing Big Data in Clusters and Cloud Storage,By Cloudera via Coursera,,course|https://www.classcentral.com/course/coursera-managing-big-data-in-clusters-and-cloud-storage-13793,big-data,,,,,, -38b3fbec-5cfe-4f5a-9d0d-ca65ef92736d,Unlimited Power Summary by Anthony Robbins | Summary Lover,,,article|https://summarylover.com/2020/08/unlimited-power-summary.html,awareness;books-reading,,,intermediate,,, -656f5c70-d88f-48b9-b6b9-5a37bf6353ac,"Sampling People, Networks and Records",By University of Michigan via Coursera,,course|https://www.coursera.org/learn/sampling-methods,research,,,,,, -80f388a0-5d07-4436-a716-8c5f3c5f2898,Data Analysis Tools,By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/data-analysis-tools,data-science,,,,,, -bdb6f371-8a1d-4cca-b4a7-188801d46f9b,Big Data Integration and Processing,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-big-data-integration-and-processing-6467,big-data,,,,,, -c56f457f-4923-48b1-8e51-459ac8951e22,Social Media Data Analytics,By Rutgers University via Coursera,,course|https://www.classcentral.com/course/coursera-social-media-data-analytics-7019,social-media;analytics,,,,,, -5516e15f-12ac-4448-91df-bf2860cbfcc1,"Basic Data Descriptors, Statistical Distributions, and Application to Business Decisions",By Rice University via Coursera,,course|https://www.coursera.org/learn/descriptive-statistics-statistical-distributions-business-application,data-science,,,,,, -916f9160-69ad-468a-9ce1-04e261b20389,Introduction to Analytics Modeling,By Georgia Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-analytics-modeling-8217,analytics,,,,,, -12f79c23-9765-4097-bcd4-2800094765bc,Google Cloud Platform Big Data and Machine Learning Fundamentals,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/gcp-big-data-ml-fundamentals,google-cloud,,,,,, -8f23558a-b6cf-452a-bbe0-ab02c59f2062,Python Data Analysis,By Rice University via Coursera,,course|https://www.coursera.org/learn/python-analysis,data-science;programming-languages/python,,,,,, -3f829677-ae44-4568-a968-f9dbf954f71e,Python Data Visualization,By Rice University via Coursera,,course|https://www.coursera.org/learn/python-visualization,data-visualization;programming-languages/python,,,,,, -5209e63d-16dc-4734-8a2f-836674ed2f75,The Data Science of Health Informatics,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-the-data-science-of-health-informatics-12856,data-science;bioinformatics,,,,,, -8d9eee1a-7608-40bf-9cdb-b0d145b10adb,Security and Privacy for Big Data - Part 1,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-security-and-privacy-for-big-data-part-1-13255,privacy;computer-security;big-data,,,,,, -eb78849e-90ad-4c3f-8475-8f6df7412a22,Think And Grow Rich Summary | Summary Lover,,,article|https://summarylover.com/2020/08/think-and-grow-rich-summary.html,awareness;books,,,intermediate,,, -f7991493-43ef-498d-82d5-e7db167c3ff9,Big Data Tools,By Arizona State University via Coursera,,course|https://www.classcentral.com/course/coursera-big-data-tools-11307,big-data,,,,,, -ac9436f7-7e02-4c52-8abb-8632b622d34c,Managing Data Analysis,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-managing-data-analysis-4388,data-science,,,,,, -5818c707-969b-4558-a966-66630cead8d3,Genome Assembly Programming Challenge,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-genome-assembly-programming-challenge-5606,bioinformatics,,,,,, -a4149485-9bc2-42c3-9300-dc35b188a267,Essential Design Principles for Tableau,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-essential-design-principles-for-tableau-6809,software-tools/tableau,,,,,, -0e70409b-7964-4d2a-9d99-1810aee95baa,Building R Packages,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-building-r-packages-7175,programming-languages/r,,,,,, -ad85b868-62fa-472f-ac9f-f265ba95f4d1,Foundations of Data Science: K-Means Clustering in Python,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-foundations-of-data-science-k-means-clustering-in-python-13623,data-science,,,,,, -46f0f4dd-5447-4d66-bf80-0f93bbb0fb9f,Cluster Analysis in Data Mining,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-cluster-analysis-in-data-mining-2735,data-science,,,,,, -05483f63-f1e5-4bfe-9ef3-4b1b5a31932c,Creating Dashboards and Storytelling with Tableau,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/dataviz-dashboards,software-tools/tableau,,,,,, -6acf0aed-9828-4b19-8824-7ea630ee4636,Foundations of mining non-structured medical data,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-foundations-of-mining-non-structured-medical-data-12055,data-science,,,,,, -cf30d588-a0cf-4216-837d-15514e7d8231,Data Analytics and Visualization in Health Care,By Rochester Institute of Technology via edX,,course|https://www.edx.org/course/data-analytics-and-visualization-in-health-care,data-science,,,,,, -6a8fefa7-52b7-407d-b64d-615e494b8c70,Additional Tools Used for Data Visualization,By Arizona State University via Coursera,,course|https://www.coursera.org/learn/data-visualization-tools,data-visualization,,,,,, -3a6f2aa4-01bd-4ddf-af04-6e176dd0d642,Data Modeling and Regression Analysis in Business,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-data-modeling-and-regression-analysis-in-business-13713,data-science,,,,,, -d6879ccc-eb4c-4a40-bd2f-21a8d7ceeb29,Introduction to Accounting Data Analytics and Visualization,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/intro-accounting-data-analytics-visual,accounting;analytics,,,,,, -dd7997b6-fab9-4c02-93d3-d76d1454daf3,Machine Learning for Data Analysis,By Wesleyan University via Coursera,,course|https://www.classcentral.com/course/coursera-machine-learning-for-data-analysis-4354,machine-learning,,,,,, -ec8ad52d-a2c4-43fd-8e8c-43802c315a2b,The R Programming Environment,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-the-r-programming-environment-7170,programming-languages/r,,,,,, -df8418ea-ecf3-4f9d-ab44-2ba0ffbde8b5,Computing for Data Analysis,By Georgia Institute of Technology via edX,,course|https://www.edx.org/course/computing-for-data-analysis-2,data-science,,,,,, -9bf0be8e-f23c-4b04-a829-521804505580,Data Visualization with Tableau Project,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-data-visualization-with-tableau-project-6805,software-tools/tableau,,,,,, -907ed9a5-c434-4080-8d3e-5aa43ce0156b,Practical Time Series Analysis,By State University of New York via Coursera,,course|https://www.coursera.org/learn/practical-time-series-analysis,data-science;time-series,,,,,, -67d5b711-5e6c-40eb-99ab-00112a60663a,Spatial Data Science and Applications,By Yonsei University via Coursera,,course|https://www.coursera.org/learn/spatial-data-science,data-science,,,,,, -09045f8a-88da-47a6-867d-ae90bb87b1e8,Genomic Data Science and Clustering (Bioinformatics V),"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/genomic-data,bioinformatics,,,,,, -9466fb2d-8b60-4d95-ab85-7bb1fe30d990,Data Management and Visualization,By Wesleyan University via Coursera,,course|https://www.classcentral.com/course/coursera-data-management-and-visualization-4184,data-visualization,,,,,, -28a7e3ad-c3d4-4312-8c0d-e4a34b6025e9,Fundamentals of Visualization with Tableau,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/data-visualization-tableau,software-tools/tableau,,,,,, -980c9ca8-3d7f-4f4a-8f9f-b25895b11c3b,"Applied Plotting, Charting & Data Representation in Python",By University of Michigan via Coursera,,course|https://www.coursera.org/learn/python-plotting,data-visualization;programming-languages/python,,,,,, -3ce683f3-b114-453f-94a4-a5caae748933,Data Science Math Skills,By Duke University via Coursera,,course|https://www.coursera.org/learn/datasciencemathskills,data-science;mathematics,,,,,, -be0f9b5c-fd38-4244-8a18-43b8f6157bba,Capstone: Create Value from Open Data,By ESSEC Business School via Coursera,,course|https://www.classcentral.com/course/coursera-capstone-create-value-from-open-data-5094,data-science,,,,,, -752f0f77-0710-44b6-ba93-a7e42103a080,Data Science Course in Mumbai with 100% Placement Assistance,,,article|https://intellipaat.com/data-scientist-course-training-mumbai/,data-science;edtech,,,beginner,,, -01383f33-7758-46f5-86ae-409bb52dc508,Dealing With Missing Data,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/missing-data,data-science,,,,,, -cd9f756a-49bb-4b7f-8b99-bba9e416e21f,Advanced R Programming,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/advanced-r,programming-languages/r,,,,,, -1c3ad480-6529-480f-bf84-e2be22115fa9,Building Data Visualization Tools,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-building-data-visualization-tools-7176,data-visualization,,,,,, -369cb9d3-496d-4c9b-8cf9-58b3a5a7792d,Data Analytics for Business,By Georgia Institute of Technology via edX,,course|https://www.edx.org/course/data-analytics-for-business-3,data-science,,,,,, -40df2b8d-e17d-44cf-b1bd-0030097cfc23,statecharts,,,research_paper|http://www.inf.ed.ac.uk/teaching/courses/seoc/2005_2006/resources/statecharts.pdf,state-machine,,,,,, -cb3a7a0e-1fca-4e9c-a05d-f660424e01be,Data Science in Stratified Healthcare and Precision Medicine,By University of Edinburgh via Coursera,,course|https://www.classcentral.com/course/coursera-data-science-in-stratified-healthcare-and-precision-medicine-10645,data-science;healthcare,,,,,, -2a12dc08-d7f9-4a55-a301-ba2e620d4a2c,Introduction to Data Exploration and Visualization,By Arizona State University via Coursera,,course|https://www.coursera.org/learn/intro-to-data-exploration,data-science,,,,,, -b2b0c7d0-0c4a-481f-96c1-9bcede90cb67,Data Management in the Cloud,By Arizona State University via Coursera,,course|https://www.coursera.org/learn/data-management-cloud,data-science,,,,,, -1235eba7-a7af-42b4-844d-20b472b5f1b8,Advanced Data Science Capstone,By IBM via Coursera,,course|https://www.classcentral.com/course/coursera-advanced-data-science-capstone-11715,data-science,,,,,, -7866e2b4-efbc-4e3d-aabe-e9137ae5655a,Information Visualization: Advanced Techniques,By New York University (NYU) via Coursera,,course|https://www.coursera.org/learn/information-visualization-advanced-techniques,data-visualization,,,,,, -e98ba89c-623c-4980-99c3-5451552a1f98,ClojureScript with React (Reagent) - A simple todo app,,,video|https://www.youtube.com/watch?v=tRYreGS53Z4,clojure,,,,,,oer -62288a5d-3602-48e6-9803-578603e06d36,Developing Data Products,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-developing-data-products-1720,data-science,,,,,, -a7b351be-ae30-4bdd-97ce-699b51c5a164,Mathematical Biostatistics Boot Camp 2,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/biostatistics-2,statistics,,,,,, -b93bf392-582d-4dbf-a4ee-a146275498fb,Big Data Analysis with Scala and Spark,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.coursera.org/learn/scala-spark-big-data,big-data,,,,,, -2a328548-3ad0-4657-b350-7f18a0cc3d57,Bioconductor for Genomic Data Science,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/bioconductor,bioinformatics,,,,,, -b1b9a22c-d6f5-4654-889e-8aa6ded9968c,Qualitative Research Methods,By University of Amsterdam via Coursera,,course|https://www.classcentral.com/course/coursera-qualitative-research-methods-4176,research,,,,,, -b57428f7-d486-4a5e-a7bb-c65a2105e885,Understanding Your Data: Analytical Tools,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-understanding-your-data-analytical-tools-8922,data-science,,,,,, -1bc432e5-aae3-4cf2-a8a1-d56eb7818874,Finding Mutations in DNA and Proteins (Bioinformatics VI),"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/dna-mutations,bioinformatics,,,,,, -c3fd1b71-bdda-4943-b073-6b4721dddee1,"Comparing Genes, Proteins, and Genomes (Bioinformatics III)","By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/comparing-genomes,bioinformatics,,,,,, -8b1ff717-5eb0-4cd9-a88a-d1c9abaf4f8b,Data Science at Scale - Capstone Project,By University of Washington via Coursera,,course|https://www.coursera.org/learn/datasci-capstone,data-science,,,,,, -4a019fec-0208-45ec-b5b9-9c32d38f09d4,Genome Sequencing (Bioinformatics II),"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/genome-sequencing,bioinformatics,,,,,, -d0a1f583-860a-41b4-8d5a-3a7984bad5f8,Molecular Evolution (Bioinformatics IV),"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-molecular-evolution-bioinformatics-iv-3555,bioinformatics,,,,,, -715a5c61-6287-418d-8793-60c428104c1c,Statistics for Genomic Data Science,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-statistics-for-genomic-data-science-3478,bioinformatics,,,,,, -d0283a4f-4ec0-42b6-b511-a86dd7f12304,Functional Genomics,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-functional-genomics-7920,bioinformatics,,,,,, -53f8059d-ed78-43af-bd2b-73b08fd22ac0,"Practitioners Course In Descriptive,Predictive And Prescriptive Analytics",By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-practitioners-course-in-descriptive-predictive-and-prescriptive-analytics-9899,data-science;programming-languages/python,,,,,, -6135dca8-e19f-4576-9a83-ba35cf2c8008,Applied Text Mining in Python,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/python-text-mining,data-science;programming-languages/python,,,,,, -112e6380-7579-4bc6-8269-eb3af3403808,Python for Data Science,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-python-for-data-science-14266,data-science,,,,,, -dd0055a6-057d-4700-9382-0b3ca71d2597,Bioinformatics: Introduction and Methods 生物信息学: 导论与方法,By Peking University via Coursera,,course|https://www.classcentral.com/course/coursera-bioinformatics-introduction-and-methods---1209,bioinformatics,,,,,, -bc67402d-26c1-4cbe-b49b-66abddf90568,Econometrics: Methods and Applications,By Erasmus University Rotterdam via Coursera,,course|https://www.coursera.org/learn/erasmus-econometrics,econometrics,,,,,, -98d6c194-0a61-4e59-a4e1-7e89ad08b316,Plant Bioinformatics,By University of Toronto via Coursera,,course|https://www.classcentral.com/course/coursera-plant-bioinformatics-12753,bioinformatics,,,,,, -7c958f14-2c01-4ec1-8549-0491d289aafc,Clinical Bioinformatics: Unlocking Genomics in Healthcare,By Manchester University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-clinical-bioinformatics-unlocking-genomics-in-healthcare-5661,bioinformatics,,,,,, -b86cc6e3-14fa-4025-8770-2417e4743893,Hands-on Text Mining and Analytics,By Yonsei University via Coursera,,course|https://www.classcentral.com/course/coursera-hands-on-text-mining-and-analytics-7338,data-science,,,,,, -e7414ad1-aabf-4f35-b240-5a09870af159,Security and Privacy for Big Data - Part 2,By EIT Digital via Coursera,,course|https://www.coursera.org/learn/security-privacy-big-data-protection,privacy;computer-security;big-data,,,,,, -7da62603-59ea-49ed-b1bf-b4a7f5fcac0d,Advanced Linear Models for Data Science 1: Least Squares,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/linear-models,data-science,,,,,, -4b66a5e6-2434-4d6f-aadc-b8b3a4a44926,Make Your Bed Summary | Summary Lover,,,article|https://summarylover.com/2020/12/make-your-bed-summary.html,books;critical-thinking,,,intermediate,,, -1a4edea2-7446-4268-a35f-42838ab91242,Introduction to Systematic Review and Meta-Analysis,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-systematic-review-and-meta-analysis-3480,research,,,,,, -873522db-2301-4248-94f3-e6489cab92ca,Delivering Research Data Management Services,By University of Edinburgh via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-delivering-research-data-management-services-13856,research,,,,,, -5570bc35-07ea-4293-aa62-a2cb11f0d9d4,Big Data Science with the BD2K-LINCS Data Coordination and Integration Center,By Icahn School of Medicine at Mount Sinai via Coursera,,course|https://www.coursera.org/learn/bd2k-lincs,big-data,,,,,, -d9903ac8-27b3-415f-abfb-cccbf0dde7ca,Data Science for Business Innovation,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-data-science-for-business-innovation-14369,data-science;big-data,,,,,, -54a2835e-d6b3-4e72-bf5e-0bbf16050280,Big Data Analytics Using Spark,"By University of California, San Diego via edX",,course|https://www.edx.org/course/big-data-analytics-using-spark-4,big-data;software-tools/spark,,,,,, -a66e727d-6095-485b-b3de-f2f86f259eca,Probability and Statistics in Data Science using Python,"By University of California, San Diego via edX",,course|https://www.edx.org/course/probability-and-statistics-in-data-science-using-python-4,data-science;mathematics;programming-languages/python,,,,,, -603c97c4-3f16-4188-ab20-bb435de50e38,Health Data and Analytics,By EIT Health via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-health-data-and-analytics-12863,data-science;healthcare,,,,,, -723986e5-9c42-45e4-aea9-33f8e4191506,Genomic Data Science Capstone,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-genomic-data-science-capstone-5953,bioinformatics,,,,,, -90c8e434-99eb-4ae2-8650-b2df7bad9b81,"Silicon Photonics Design, Fabrication and Data Analysis",By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-silicon-photonics-design-fabrication-and-data-analysis-3532,photonics,,,,,, -415207a1-e1e9-47c6-b8e9-49921b060ff0,Python for Informatics: Exploring Information,By via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-python-for-informatics-exploring-information-795,programming-languages/python,,,,,, -a8fb8dce-9766-41bf-b4a3-b407b1002860,Big Data applications and Analytics,By Indiana University via Independent,,course|https://bigdatacourse.appspot.com/preview,big-data,,,,,, -8ceaa8dd-efb8-4f81-b960-0b63ed3542b5,"Data, Analytics and Learning",By University of Texas Arlington via edX,,course|https://www.edx.org/course/data-analytics-learning-utarlingtonx-link5-10x,data-science,,,,,, -ee869014-4f6a-4ca0-8ef1-550af95f3dfe,Data Visualization and D3.js,By via Udacity,,course|https://www.udacity.com/course/data-visualization-and-d3js--ud507,software-tools/d3js,,,,,, -25b470a5-7dfd-4baf-822c-19957abfa5bc,Model Building and Validation,By AT&T via Udacity,,course|https://www.classcentral.com/course/udacity-model-building-and-validation-3256,data-science,,,,,, -669cfb32-17a3-4fb3-ba55-1da2e53a8f2b,Health Informatics in the Cloud,By Georgia Institute of Technology via Udacity,,course|https://www.classcentral.com/course/udacity-health-informatics-in-the-cloud-3288,bioinformatics,,,,,, -7f21b73d-d3c4-4233-9639-bc8b786942ca,Sabermetrics 101: Introduction to Baseball Analytics,By Boston University via edX,,course|https://www.edx.org/course/sabermetrics-101-introduction-baseball-bux-sabr101x-0,sports;analytics,,,,,, -8e755c24-ce5e-4281-b3ec-8925bae6af90,Driving Business Results with Big Data,By via openSAP,,course|https://open.sap.com/courses/big1,big-data,,,,,, -f84fef0d-3729-4464-b852-46bd8431587e,Statistical Computing with R - a gentle introduction,By University College London via Independent,,course|https://www.classcentral.com/course/independent-statistical-computing-with-r-a-gentle-introduction-4545,statistics;programming-languages/r,,,,,, -e84b243c-3a1a-47ea-8026-fe75fca1574f,Intro to Data Analysis,By via Udacity,,course|https://www.classcentral.com/course/udacity-intro-to-data-analysis-4937,data-science,,,,,, -3abf273d-449c-49cd-8506-9e5765a8cdf3,Text Analytics with SAP HANA Platform,By via openSAP,,course|https://open.sap.com/courses/hsta1,software-tools/sap,,,,,, -9d16658d-b4a9-4ed2-ae65-55eac6919826,Drawing the Head and Hands,,,book|https://www.goodreads.com/book/show/1421684.Drawing_the_Head_and_Hands,drawing,,,,,, -eb13093b-df33-48aa-872c-7a0d86d8d036,Big Data Analytics in Healthcare,By Georgia Institute of Technology via Udacity,,course|https://www.classcentral.com/course/udacity-big-data-analytics-in-healthcare-1027,big-data,,,,,, -eb14f341-09f8-467a-b017-3984434e8bbb,Data Visualization in Tableau,By via Udacity,,course|https://www.udacity.com/course/data-visualization-in-tableau--ud1006,software-tools/tableau,,,,,, -b0ac8c0b-55fb-4c61-9b0f-5b1a2f73e89b,Interactomics,By Indian Institute of Technology Bombay via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_bt31/preview,interactomics,,,,,, -fd33ca58-382e-4e7f-be31-bb65562c238d,Introduction to Applied Biostatistics: Statistics for Medical Research,By Osaka University via edX,,course|https://www.edx.org/course/introduction-applied-biostatistics-osakaux-med101x-0,statistics,,,,,, -ca5aae32-9a69-43f7-801a-44af4ff41b45,Biostatistics for Big Data Applications,By via edX,,course|https://www.classcentral.com/course/edx-biostatistics-for-big-data-applications-6843,statistics,,,,,, -5f170688-872f-4f2b-8d1c-09bdc53c7963,Data Analytics in Health – From Basics to Business,By KU Leuven University via edX,,course|https://www.classcentral.com/course/edx-data-analytics-in-health-from-basics-to-business-7160,data-science;healthcare,,,,,, -9e1c1a59-e7f2-4bf0-bc37-aba2e7982cf5,Data Science Readiness Assessment,By University of Notre Dame via edX,,course|https://www.edx.org/course/data-science-readiness-assessment-notredamex-ds101x,data-science,,,,,, -f054c649-1f0c-42b5-b57a-29c5e22e4fec,Data Visualization for All,By Trinity College via edX,,course|https://www.classcentral.com/course/edx-data-visualization-for-all-8003,data-visualization,,,,,, -6acbc7de-d20a-465b-8797-63db67e636cd,Data Analysis and Visualization,By Georgia Institute of Technology via Udacity,,course|https://www.udacity.com/course/data-analysis-and-visualization--ud404,data-visualization,,,,,, -d24ef0ed-9696-4eff-a362-b1e51798f8e3,Foundations of Data Analysis - Part 1: Statistics Using R,By The University of Texas at Austin via edX,,course|https://www.edx.org/course/foundations-data-analysis-part-1-utaustinx-ut-7-11x-0,data-science;statistics;programming-languages/r,,,,,, -06c12bcb-e009-4db4-ac42-b5b34163aad3,Foundations of Data Analysis - Part 2: Inferential Statistics,By The University of Texas at Austin via edX,,course|https://www.classcentral.com/course/edx-foundations-of-data-analysis-part-2-inferential-statistics-4804,data-science;statistics,,,,,, -32c5f10d-b36d-4178-83a1-18fe76a843f7,Introduction to Apache Hadoop,By Linux Foundation via edX,,course|https://www.edx.org/course/introduction-to-apache-hadoop,software-tools/hadoop,,,,,, -a5492d10-185b-48ea-9537-50a07b9fd291,Code of Life – When Computer Science Meets Genetics,By via openHPI,,course|https://www.classcentral.com/course/openhpi-code-of-life-when-computer-science-meets-genetics-5151,computer-science;genetics,,,,,, -9cadc42c-3cd3-4a1b-816d-0b18c5439666,Big Data Analytics in Healthcare,By Georgia Institute of Technology via edX,,course|https://www.edx.org/course/big-data-analytics-healthcare-gtx-cse88803x-0,big-data;healthcare,,,,,, -73034791-80b0-4cc5-aeb9-549d916da828,Understanding Data,By via MRUniversity,,course|https://www.classcentral.com/course/mruniversity-understanding-data-8974,data-science,,,,,, -7321ac54-3939-431c-8866-3d7af9876f1a,Big Data with SAP Vora - Engines and Tools,By via openSAP,,course|https://www.classcentral.com/course/opensap-big-data-with-sap-vora-engines-and-tools-6904,software-tools/sap,,,,,, -8c7d5343-467c-4765-930b-908b2cf99515,Introduction to Genomic Data Science,"By University of California, San Diego via edX",,course|https://www.classcentral.com/course/edx-introduction-to-genomic-data-science-8962,bioinformatics,,,,,, -51998a6f-48c4-4002-959f-40f0d6d46885,Data Science in Action - Building a Predictive Churn Model,By via openSAP,,course|https://open.sap.com/courses/ds2,data-science,,,,,, -3f064c89-ba0a-4255-ab64-88e0c9115bb3,Business and Data Analysis Skills,By Fullbridge via edX,,course|https://www.edx.org/course/business-and-data-analysis-skills-2,data-science,,,,,, -b6b52fc8-6192-44c5-8cce-3522f3353e88,Programming in R for Data Science,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-programming-in-r-for-data-science-6038,data-science;programming-languages/r,,,,,, -5c24cf6c-50e1-49c1-b4af-c7ca0a5c11a2,Programming with Python for Data Science,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-programming-with-python-for-data-science-6471,data-science;programming-languages/python,,,,,, -3a574f3c-61ea-4404-83e3-93cc58986e89,Data Science Essentials,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-data-science-essentials-6512,data-science,,,,,, -1740409a-5ecc-4db8-8491-fb047704be00,Creating BI Reports with SQL Server Reporting Services,By Microsoft via edX,,course|https://www.edx.org/course/analyzing-and-visualizing-data-with-sql-server-reporting-services,business-intelligence,,,,,, -0a4a3724-7297-4bde-961f-5728fa286681,Data Analysis: Visualization and Dashboard Design,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-data-analysis-visualization-and-dashboard-design-5388,data-visualization,,,,,, -25ec1db2-0bae-45ff-9e73-8bce71cb0071,High-performance Computing for Reproducible Genomics,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-high-performance-computing-for-reproducible-genomics-2973,bioinformatics,,,,,, -7cd86f65-a66f-4e46-857a-1a82f2644920,Introduction to Bioconductor: Annotation and Analysis of Genomes and Genomic Assays,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-introduction-to-bioconductor-annotation-and-analysis-of-genomes-and-genomic-assays-2970,bioinformatics,,,,,, -4f75b16d-af5d-48d5-987b-c41349a1155c,Case Studies in Functional Genomics,By Harvard University via edX,,course|https://www.edx.org/course/case-studies-functional-genomics-harvardx-ph525-7x-1,bioinformatics;genomics,,,,,, -f644076f-3435-41c3-9cd8-0d0217026496,Data Science Interview Prep,By via Udacity,,course|https://www.classcentral.com/course/udacity-data-science-interview-prep-11458,data-science;careers,,,,,, -4224c502-0c4a-42a4-9539-fedbf8fed7a7,Data Visualization for Storytelling and Discovery,By Knight Center for Journalism in the Americas via Independent,,course|https://www.classcentral.com/course/independent-data-visualization-for-storytelling-and-discovery-11702,data-visualization,,,,,, -a243fe93-1ecd-4e19-9d1a-03b72faa4c44,High-Dimensional Data Analysis,By Harvard University via edX,,course|https://www.edx.org/course/high-dimensional-data-analysis-2,data-science,,,,,, -e74ac54b-b0d8-4a1a-a93e-93a45223a02b,Deterministic Optimization,By Georgia Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-deterministic-optimization-9947,optimization,,,,,, -09afc6a1-c7db-4110-9804-ae3def7835f7,Statistical Modeling and Regression Analysis,By Georgia Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-statistical-modeling-and-regression-analysis-8996,statistics,,,,,, -43b3a267-ab6d-4898-8a69-54ce4ea2e106,Intro to R for Journalists: How to Find Great Stories in Data,By Knight Center for Journalism in the Americas via Independent,,course|https://journalismcourses.org/intro-r.html,programming-languages/r;journalism,,,,,, -1bc1b696-ce67-46e2-af50-8b0b99b5369e,Knowledge Inference and Structure Discovery for Education,By University of Texas Arlington via edX,,course|https://www.edx.org/course/knowledge-inference-and-structure-discovery-for-education,data-science,,,,,, -c63376ba-cd6e-4106-9457-cd1ded3c1700,Dynamic Programming: Applications In Machine Learning and Genomics,"By University of California, San Diego via edX",,course|https://www.classcentral.com/course/edx-dynamic-programming-applications-in-machine-learning-and-genomics-10249,bioinformatics;machine-learning,,,,,, -88450b82-693c-46e2-91a7-db54fb46680c,Graph Algorithms in Genome Sequencing,"By University of California, San Diego via edX",,course|https://www.edx.org/course/graph-algorithms-genome-sequencing-uc-san-diegox-algs206x,algorithms;bioinformatics,,,,,, -8a6f3b96-7d18-4dcc-9207-c762f6887bf8,Analyzing Data with Python,By IBM via edX,,course|https://www.classcentral.com/course/edx-analyzing-data-with-python-12531,data-science;programming-languages/python,,,,,, -0ffcae33-4298-40bb-aea0-5c22e8464b44,Visualizing Data with Python,By IBM via edX,,course|https://www.edx.org/course/visualizing-data-with-python,data-science;programming-languages/python,,,,,, -e995b5d8-9bb9-41c1-8bb6-0a81b4850284,Algorithms and Data Structures Capstone,"By University of California, San Diego via edX",,course|https://www.edx.org/course/algorithms-data-structures-capstone-uc-san-diegox-algs207x,algorithms;data-structures,,,,,, -6652a42a-292a-49b3-929a-46c6b690c255,Big Data Technology Fundamentals Online,By Amazon via Independent,,course|https://www.aws.training/Details/Curriculum?id=11070,big-data,,,,,, -32cf4051-f0af-4fe4-b366-38005d21734d,数据挖掘:理论与算法 | Data Mining: Theories and Algorithms for Tackling Big Data,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx---data-mining-theories-and-algorithms-for-tackling-big-data-8130,data-science,,,,,, -d300a506-5e59-4984-b85e-5127292b65da,Foundations of Data Science: Inferential Thinking by Resampling,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/foundations-of-data-science-inferential-thinking-by-resampling-0,data-science,,,,,, -f4940444-8e51-4bb7-a6aa-05bf980f690d,Foundations of Data Science: Computational Thinking with Python,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/foundations-of-data-science-computational-thinking-with-python-0,data-science;programming-languages/python,,,,,, -d920faa1-e5cb-4b08-8003-abdd6d964359,"Principles, Statistical and Computational Tools for Reproducible Data Science",By Harvard University via edX,,course|https://www.edx.org/course/principles-statistical-and-computational-tools-for-reproducible-science,data-science,,,,,, -97930ebc-9d3a-45ab-90bc-b69c2ec0bc24,Foundations of Data Science: Prediction and Machine Learning,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-foundations-of-data-science-prediction-and-machine-learning-10320,data-science;machine-learning,,,,,, -d10b4d5e-8276-4292-a793-68c951c1e21a,Data Science and Machine Learning Capstone Project,By IBM via edX,,course|https://www.classcentral.com/course/edx-data-science-and-machine-learning-capstone-project-12606,data-science;machine-learning,,,,,, -ae5e0fbc-5408-4025-abc1-0533ae0583f4,Causal Diagrams: Draw Your Assumptions Before Your Conclusions,By Harvard University via edX,,course|https://www.edx.org/course/causal-diagrams-draw-your-assumptions-before-your-conclusions,data-science,,,,,, -9a9a18b4-a071-4b71-a6b6-c30489bbbe4b,高级大数据系统|Advanced Big Data Systems,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx--advanced-big-data-systems-12738,big-data,,,,,, -04d85833-0383-4fdc-a260-8f732b226865,Data Analysis Essentials,By Imperial College London via edX,,course|https://www.edx.org/course/data-analysis-essentials-for-mba-success-2,data-science,,,,,, -bd4ed67c-e305-4d24-b2d3-1753ca7c3f16,Computational Thinking and Big Data,By University of Adelaide via edX,,course|https://www.edx.org/course/computational-thinking-and-big-data-2,big-data,,,,,, -c4872a19-296b-47cb-b247-a8356ea03b85,Programming for Data Science,By University of Adelaide via edX,,course|https://www.classcentral.com/course/edx-programming-for-data-science-8162,programming;data-science,,,,,, -ad094a11-142d-46ad-8e99-d6b849e62f29,Big Data Analytics,By University of Adelaide via edX,,course|https://www.classcentral.com/course/edx-big-data-analytics-8158,big-data,,,,,, -cbc1c4cc-4ab4-41d2-b287-5622f889981b,Big Data Capstone Project,By University of Adelaide via edX,,course|https://www.classcentral.com/course/edx-big-data-capstone-project-8159,big-data,,,,,, -9e1bf60f-f327-4942-a194-0dacf3437253,Big Data Fundamentals,By University of Adelaide via edX,,course|https://www.classcentral.com/course/edx-big-data-fundamentals-8156,big-data,,,,,, -e8a4d361-b21c-4896-a08a-054cdf048c4c,Freedom of Data with SAP Data Hub,By via openSAP,,course|https://www.classcentral.com/course/opensap-freedom-of-data-with-sap-data-hub-12498,software-tools/sap,,,,,, -35f33ded-45db-4d70-8f5f-12fa42b32caa,Python Basics for Data Science,By IBM via edX,,course|https://www.edx.org/course/python-basics-for-data-science-2,data-science;programming-languages/python,,,,,, -50f7749d-f1bf-40f9-bd1b-289a362382aa,Essential Statistics for Data Analysis using Excel,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-essential-statistics-for-data-analysis-using-excel-8248,statistics;software-tools/excel,,,,,, -2215f6e2-86b9-4fe7-a9d6-f6ded31d11eb,Processing Big Data with Azure Data Lake Analytics,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-processing-big-data-with-azure-data-lake-analytics-7823,big-data,,,,,, -ca31f0db-504a-4fb9-bded-271aa4c2255a,Introduction to Statistical Methods for Gene Mapping,By Kyoto University via edX,,course|https://www.classcentral.com/course/edx-introduction-to-statistical-methods-for-gene-mapping-5425,bioinformatics,,,,,, -acc26b7c-245c-4208-ada8-c56650abb775,Big Data and Education,By Columbia University via edX,,course|https://www.edx.org/course/big-data-and-education-2,big-data;education,,,,,, -b0658d74-b150-4583-8f16-ff1b6193290a,Implementing Predictive Analytics with Spark in Azure HDInsight,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-implementing-predictive-analytics-with-spark-in-azure-hdinsight-4151,data-science,,,,,, -328dc792-917d-4f4c-9cd2-dce962669e34,Microsoft Professional Capstone : Data Science,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-professional-capstone-data-science-6422,data-science,,,,,, -3510cd39-99f6-44f1-a69a-750b7353314c,Orchestrating Big Data with Azure Data Factory,By Microsoft via edX,,course|https://www.edx.org/course/orchestrating-big-data-with-azure-data-factory-3,big-data;software-tools/azure,,,,,, -558e85cc-eddd-43b4-86fb-2cb36605f83c,Essential Math for Data Analysis using Excel Online,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-essential-math-for-data-analysis-using-excel-online-12164,big-data;software-tools/excel,,,,,, -08255eed-8dea-4d8f-9054-fac9add10c7b,Data Science Research Methods: Python Edition,By Microsoft via edX,,course|https://www.edx.org/course/data-science-research-methods-python-edition-3,data-science;programming-languages/python,,,,,, -4c1e2090-091c-4ff7-8979-400784f3761d,Data Science Research Methods: R Edition,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-data-science-research-methods-r-edition-11640,data-science;programming-languages/r,,,,,, -e6eeed70-15c6-4d06-847d-77202ba53e2b,Applied Data Analysis: Working in Organizations and Industries,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-applied-data-analysis-working-in-organizations-and-industries-12636,data-science,,,,,, -a65d87aa-47c9-4f09-b576-baf12ea7346e,Implementing Real-Time Analytics with Hadoop in Azure HDInsight,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-implementing-real-time-analytics-with-hadoop-in-azure-hdinsight-4152,software-tools/hadoop,,,,,, -3a815c25-3149-4501-b2ce-647c3d9a2782,Data Analysis: A Practical Introduction for Absolute Beginners,By Microsoft via edX,,course|https://www.edx.org/course/data-analysis-a-practical-introduction-for-absolute-beginners-3,data-science,,,,,, -66615b4f-1d53-4579-9a7d-82a6849a4774,Processing Big Data with Hadoop in Azure HDInsight,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-processing-big-data-with-hadoop-in-azure-hdinsight-3917,big-data;software-tools/hadoop,,,,,, -ff89ca0d-efc0-4781-a0b1-4b6f43432fa8,Introduction to Data Analysis using Excel,By Microsoft via edX,,course|https://www.edx.org/course/introduction-to-data-analysis-using-excel-3,data-science/software-tools/excel,,,,,, -4f815569-134f-4593-98d2-9689ab7388e0,Introduction to Data Science,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-introduction-to-data-science-6405,data-science,,,,,, -3f36c8bc-4796-4a58-9cc6-6c55dff634f3,Microsoft Professional Capstone : Big Data,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-professional-capstone-big-data-8648,big-data,,,,,, -fc61859a-0a73-409b-84bc-af88ed83731f,Microsoft Professional Capstone: Data Analysis,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-professional-capstone-data-analysis-13314,data-science,,,,,, -0eaf5559-8534-4d33-8fff-fb177c0a2535,Analyzing Big Data with Microsoft R,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-analyzing-big-data-with-microsoft-r-7822,big-data,,,,,, -1f54d8cc-f1a8-4614-aac4-e4a7784e6efa,Processing Real-Time Data Streams in Azure,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-processing-real-time-data-streams-in-azure-7810,data-science,,,,,, -00e324af-7116-404b-bd73-c95f70872f61,Introduction to Big Data,By Microsoft via edX,,course|https://www.edx.org/course/introduction-to-big-data-3,big-data,,,,,, -e328d541-f0a0-4a2f-aef9-ad2cf82e2eb5,Data Visualization: A Practical Approach for Absolute Beginners,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-data-visualization-a-practical-approach-for-absolute-beginners-11348,data-visualization,,,,,, -9c7c3d92-b076-4017-8dd5-b6a4cfa2c40a,Knowledge Management and Big Data in Business,By Hong Kong Polytechnic University via edX,,course|https://www.edx.org/course/knowledge-management-and-big-data-in-business-2,big-data,,,,,, -63a16265-12e9-4898-a577-28664fff9931,Data Science: Productivity Tools,By Harvard University via edX,,course|https://www.edx.org/course/data-science-productivity-tools,data-science,,,,,, -a31df931-5eb1-4b32-849a-8f18a767f2ec,Data Science: Capstone,By Harvard University via edX,,course|https://www.edx.org/course/data-science-capstone-2,data-science,,,,,, -e8019351-fb20-4c42-ad49-c059674dd46a,Data Science: Inference and Modeling,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-data-science-inference-and-modeling-10349,data-science,,,,,, -67c4d1b6-209a-4f4b-8fba-1dc605a76f9a,Data Science: Linear Regression,By Harvard University via edX,,course|https://www.edx.org/course/data-science-linear-regression-2,data-science,,,,,, -0982727f-f597-43ab-b791-5b00a9a9ba52,Data Science: Visualization,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-data-science-visualization-10347,data-science,,,,,, -9b105897-5681-4a76-8173-1dc949e859ee,Data Science: Probability,By Harvard University via edX,,course|https://www.edx.org/course/data-science-probability-2,data-science,,,,,, -2446bd83-a935-4b93-98a3-d87827db6ad5,Data Science: Wrangling,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-data-science-wrangling-10351,data-science,,,,,, -3855e41e-b881-426a-8948-d7e6137e8083,Data Science: Machine Learning,By Harvard University via edX,,course|https://www.edx.org/course/data-science-machine-learning-2,data-science,,,,,, -e3a57887-d3ad-46a5-a314-126b13ad1531,3D Data Visualization for Science Communication,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-3d-data-visualization-for-science-communication-14502,data-visualization,,,,,, -05e9e49e-02ae-4dd4-bcc9-7ac3a351fed0,Introduction to Predictive Analytics,By University of Edinburgh via edX,,course|https://www.classcentral.com/course/edx-introduction-to-predictive-analytics-14420,data-science,,,,,, -48c49e07-2765-419a-be3e-ac85790aa3bc,Image Processing and Analysis for Life Scientists,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.edx.org/course/image-processing-and-analysis-for-life-scientists-2,image-processing;bioinformatics,,,,,, -977cdd9f-d25a-453f-bdee-08f603470efb,Genomic Technologies in Clinical Diagnostics: Molecular Techniques,"By St George's, University of London via FutureLearn",,course|https://www.futurelearn.com/courses/molecular-techniques,bioinformatics,,,,,, -8cca6405-e853-4210-9e41-fc3034358e2e,"Data, Models and Decisions in Business Analytics",By Columbia University via edX,,course|https://www.edx.org/course/data-models-and-decisions-in-business-analytics,data-science,,,,,, -216a6749-d05a-4790-85c8-0f234e18943a,Data Science Capstone,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/data-science-project,data-science,,,,,, -54a210da-ff10-4aeb-9de7-2da0a6e0b449,Capstone Exam in Statistics and Data Science,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/capstone-exam-in-statistics-and-data-science-0,data-science,,,,,, -a1b5728f-692f-4315-9e88-f85b24d65f77,Stochastic Processes: Data Analysis and Computer Simulation,By Kyoto University via edX,,course|https://www.classcentral.com/course/edx-stochastic-processes-data-analysis-and-computer-simulation-8246,data-science,,,,,, -66e3daa8-141d-47b0-bd8b-a85b2d516d79,Big Data Services: Capstone Project,By Yandex via Coursera,,course|https://www.classcentral.com/course/coursera-big-data-services-capstone-project-9508,big-data,,,,,, -5d3198cf-acec-4371-94f8-1c741b6972ef,Mastering Software Development in R Capstone,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/r-capstone,programming-languages/r,,,,,, -41a07c43-c634-49e7-a3aa-bd6cf544b5a7,More Data Mining with Weka,By University of Waikato via FutureLearn,,course|https://www.futurelearn.com/courses/more-data-mining-with-weka,data-science,,,,,, -da0f7147-0706-4ad4-8a73-8b66e1b85047,Statistical Analysis in Bioinformatics,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-statistical-analysis-in-bioinformatics-8163,bioinformatics,,,,,, -faa64840-e0fa-4e79-9735-76b80b1614dd,Big Data - Capstone Project,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/big-data-project,big-data,,,,,, -50afabf9-9264-425e-a13a-7675f47620a2,Genomic Technologies in Clinical Diagnostics: Next Generation Sequencing,"By St George's, University of London via FutureLearn",,course|https://www.classcentral.com/course/futurelearn-genomic-technologies-in-clinical-diagnostics-next-generation-sequencing-6339,bioinformatics,,,,,, -fd1a1a9c-89ef-4bc0-8528-8c00b56ddaf7,Data Mining with Weka,By University of Waikato via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-data-mining-with-weka-7805,data-science,,,,,, -d3a4a215-2a5a-467e-96ee-cd2c5f51f049,Survey Data Collection and Analytics Project (Capstone),By University of Michigan via Coursera,,course|https://www.coursera.org/learn/survey-data-capstone,data-science,,,,,, -cb42f269-6215-45fb-a708-ec9d07901571,Predictive Modeling and Transforming Clinical Practice,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/predictive-modeling-clinical-data,data-science,,,,,, -cb9cae11-bab1-466f-ab58-4facca515989,The Power of Positive Thinking Summary | Summary Lover,,,article|https://summarylover.com/2020/08/the-power-of-positive-thinking-summary.html,blogging;ebooks,,,intermediate,,, -776c7081-d0f7-4185-8a4f-6ab76028f0e8,IoT Programming and Big Data,By Curtin University via edX,,course|https://www.classcentral.com/course/edx-iot-programming-and-big-data-9753,internet-of-things;big-data,,,,,, -ac630c69-c86e-4009-aaf9-219c73c0e7e3,Systems Biology and Biotechnology Capstone,By Icahn School of Medicine at Mount Sinai via Coursera,,course|https://www.classcentral.com/course/coursera-systems-biology-and-biotechnology-capstone-6599,bioinformatics,,,,,, -71730392-9f2e-40a2-b319-36df0b70a8bb,Advanced Data Mining with Weka,By University of Waikato via FutureLearn,,course|https://www.futurelearn.com/courses/advanced-data-mining-with-weka,data-science,,,,,, -38014358-b8f4-4ccb-9e01-2e60ccbd18f7,Advanced Clinical Data Science,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/advanced-clinical-data-science,data-science,,,,,, -5852f51e-39e1-471e-8f7a-e927e6650ba2,Instructional Design Course Evaluation & Capstone Project,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-instructional-design-course-evaluation-capstone-project-8165,data-science,,,,,, -d4b02ff0-210c-4da3-95e1-1f3a4a09d1fa,DNA Sequences: Alignments and Analysis,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-dna-sequences-alignments-and-analysis-8157,bioinformatics,,,,,, -6c1c88b6-d0ec-434b-9da6-a2d7e279e1dd,Cartographic generalization - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Cartographic_generalization,cartographic-generalization,,,,,,oer -130cb2f8-6a9a-4d22-983c-aa2cac992be9,"Proteins: Alignment, Analysis and Structure",By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-proteins-alignment-analysis-and-structure-8160,biology,,,,,, -f4c709a0-bfe0-4f3f-9b6e-acd2bbb71187,Music Retrieval Systems,By Victoria University of Wellington via Kadenze,,course|https://www.kadenze.com/,music,,,,,, -3c66a94b-1ce8-4359-9825-0a5af4f3b150,Generalization in Digital Cartography,"Mcmaster & Shea, 1992",,book|http://portal.survey.ntua.gr/main/courses/geoinfo/admcarto/lecture_notes/generalisation/bibliography/mcmaster_shea_1992.pdf,cartographic-generalization,,,,,, -8c41023f-ff5f-4dcb-811d-db2131542e6f,C++ Program for Kruskal's Algorithm (to find MST of graph) | FavTutor,,,blog|https://favtutor.com/blogs/kruskal-algorithm-cpp,programming;programming-languages/c++,,,beginner,,,oer -41d15b6d-6843-4afe-8021-288cdb84f526,Introduction to Biostatistics,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-biostatistics-7969,biology;statistics,,,,,, -ffab039d-a39d-4926-8b2b-5bcc4524490b,Data Analysis & Decision Making - III,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-data-analysis-decision-making-iii-13981,data-science,,,,,, -940953dd-c370-4498-8432-edf625554edf,Scalable Data Science,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_cs61/preview,data-science,,,,,, -7005877f-e868-45f0-b456-cd6942d04896,Combining and Analyzing Complex Data,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/data-collection-analytics-project,data-science,,,,,, -ce31c4be-7efb-4826-831a-3d5c9552b1e4,Data Analysis and Presentation Skills: the PwC Approach Final Project,By PwC via Coursera,,course|https://www.coursera.org/learn/data-analysis-project-pwc,data-science,,,,,, -b6214c05-d6b9-4d75-b1bc-81ed522cc19d,Data Science for Healthcare: Using Real World Evidence,By EIT Health via FutureLearn,,course|https://www.futurelearn.com/courses/data-science-healthcare,data-science,,,,,, -8b8be8d2-fa3a-4baf-b585-caaa8d40e357,Handbook of Graph Drawing and Visualization,,,book|https://cs.brown.edu/people/rtamassi/gdhandbook/,visualization,,,,,, -b09c3a60-4c4f-4cde-b479-aca0ed479bbe,The Genomics Era: the Future of Genetics in Medicine,By St. George's University via FutureLearn,,course|https://www.futurelearn.com/courses/the-genomics-era,bioinformatics,,,,,, -2cf00a8b-34f0-44c9-9670-f49133a578cc,Data Science Ethics,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-data-science-ethics-9630,data-science;ethics,,,,,, -1bbeb1a0-bf41-4fc1-a971-70864a70ef34,Data Mining,"By St.John’s College, Palayamkottai Tirunelveli via Swayam",,course|https://swayam.gov.in/nd2_cec19_cs01/preview,data-science,,,,,, -b4c5f35f-5fe4-4b73-888d-655bf79fbe14,Essentials of Genomics and Biomedical Informatics,By Bar-Ilan University via edX,,course|https://www.edx.org/course/essentials-of-genomics-and-biomedical-informatics,bioinformatics;genomics,,,,,, -4f514a88-74d8-4e2d-87d1-35f7e237137c,Python for Data Science,By IBM via Coursera,,course|https://www.classcentral.com/course/coursera-python-for-data-science-11194,data-science;programming-languages/python,,,,,, -8cb540da-6374-4216-95a2-3d5c357edc4f,Quantitative Biology Workshop,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/quantitative-biology-workshop-1,biology,,,,,, -ab24f7f9-d57f-4fcd-bde0-db63a36f4c28,Health Data Analytics,By The College of St. Scholastica via Independent,,course|https://www.classcentral.com/course/independent-health-data-analytics-1451,data-science,,,,,, -8195fc61-0db8-4b06-ac04-29c23e7dffa3,Making Sense of Data,By Google via Independent,,course|https://www.classcentral.com/course/independent-making-sense-of-data-1821,data-science,,,,,, -d66662d6-761a-4da2-91a7-4e2631abb19c,PH525x: Data Analysis for Genomics,By Harvard University via edX,,course|https://www.edx.org/course/statistics-and-r-2,data-science;genomics,,,,,, -c108cb10-9110-4a55-8334-a1daf54e1fb3,Bioinformatics: Life Sciences on Your Computer,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-bioinformatics-life-sciences-on-your-computer-2012,bioinformatics,,,,,, -bfb63c66-4da5-45b1-aad9-3aaab93b67be,Introduction to Data Science,By University of Washington via Coursera,,course|https://www.coursera.org/specializations/data-science,data-science,,,,,, -ec3fd683-5d21-478b-9672-454dc531fc34,UT.7.01x: Foundations of Data Analysis,By The University of Texas at Austin via edX,,course|https://www.classcentral.com/course/edx-ut-7-01x-foundations-of-data-analysis-2244,data-science,,,,,, -02cf4261-19fd-4234-b465-b5fbc483a2c6,Bioinformatics Algorithms (Part 2),"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-bioinformatics-algorithms-part-2-2290,bioinformatics;algorithms,,,,,, -de6f24a6-fd7b-46a5-aab6-3f9c0a17efe1,Data Lakes for Big Data,By via EdCast,,course|https://educast.emc.com/learn/data-lakes-for-big-data-may-june,big-data,,,,,, -1bb370fb-a32a-4ba4-b51e-d97136579b4b,PH525.8x: Case study: DNA methylation data analysis,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-ph525-8x-case-study-dna-methylation-data-analysis-2980,biology,,,,,, -1fa927dc-63b3-48f9-9a59-6bce88635f05,Data Mining Capstone,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/data-mining-project,data-science,,,,,, -a15397e5-19b5-40ef-be67-a328ec906eb8,TXT1x: Text Mining and Analytics,By Delft University of Technology via edX,,course|https://www.edx.org/school/delftx?source=aw&awc=6798_1567901505_0b67073dd3f3a2b89049ef14b422b01b,data-science,,,,,, -587daf99-ae11-476d-949c-6bd358897c6c,Data Analysis and Statistical Inference,By Duke University via Coursera,,course|https://www.coursera.org/specializations/statistics,data-science,,,,,, -7a9f0557-3601-4455-b7f8-c4196fcf44f5,"Communicating Results: Visualization, Ethics, Reproducibility",By University of Washington via Coursera,,course|https://www.coursera.org/learn/data-results,data-visualization,,,,,, -6197a2dc-f3aa-4fcc-9178-6433d3866e0c,Biology Meets Programming: Bioinformatics for Beginners,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/bioinformatics,bioinformatics,,,,,, -7522e2cd-58fa-42f1-946b-10a04a43c45c,Sport Informatics and Analytics,By University of Canberra via Canvas Network,,course|https://www.canvas.net/browse/ucanberra/courses/sport-informatics-and-analytics,sports;analytics,,,,,, -55076a11-1b49-4f68-b13b-8c2fa791552d,Data Mining with Weka,By University of Waikato via Independent,,course|https://www.classcentral.com/course/independent-data-mining-with-weka-1152,data-science,,,,,, -b33b1116-1a88-43aa-aea6-e8c197acdeda,Books | TROM,,,article|https://www.tromsite.com/books/#flipbook-df_6560/1/,sociobiology;sociology,,,research,,, -3dea02ae-f0ae-4e4c-95b7-289aeb1d5d18,Data Science Essentials for SAP,By OnSAP Academy via Independent,,course|https://academy.onsap.com/courses/onsap/SP120/2015_T1/about,data-science,,,,,, -ed595940-9ebf-4652-8a46-e3002449ed65,"Business Statistics, Data Analysis, and Decision Making: Part 2",By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-business-statistics-data-analysis-and-decision-making-part-2-5245,data-science,,,,,, -b737c94b-1246-4498-b1af-82144ca4ce05,Introduction to Big Data Analytics,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/bigdata-analytics,big-data,,,,,, -2f40f7a2-1694-40b8-9754-fb5123a3603f,Introduction to Apache Spark,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-introduction-to-apache-spark-5855,software-tools/spark,,,,,, -b7d07a76-31ad-4045-a402-0a671afc7734,Health Data Analytics with Microsoft Excel,By The College of St. Scholastica via Independent,,course|https://www.classcentral.com/course/independent-health-data-analytics-with-microsoft-excel-4825,data-science;software-tools/excel,,,,,, -889c4cff-7991-44d0-b51c-862c1153af0c,Algorithms for Big Data,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc16_cs12,algorithms;big-data,,,,,, -2533c382-4dfb-4338-b8bf-518625dc2718,Big Data Analysis with Apache Spark,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/big-data-analysis-apache-spark-uc-berkeleyx-cs110x,big-data;software-tools/spark,,,,,, -6e4ac0c1-70a0-46c8-95c8-579c50b5947d,CS115x: Advanced Apache Spark for Data Science and Data Engineering,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-cs115x-advanced-apache-spark-for-data-science-and-data-engineering-5854,big-data;software-tools/spark,,,,,, -411d0a9d-1a16-4728-bd1d-f4d757c0f398,Introduction to Linked Data and the Semantic Web,By University of Southampton via FutureLearn,,course|https://www.futurelearn.com/courses/linked-data,programming;semantic-web,,,,,, -18471526-5df4-4b60-b715-b5533308f382,Explaining Your Data Using Tableau,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/dataviz-visual-analytics,software-tools/tableau,,,,,, -c5c42656-3f01-4c82-be17-3eeff027f970,Information Visualization,By Indiana University via Independent,,course|https://www.classcentral.com/course/independent-information-visualization-627,data-visualization,,,,,, -ae92e78c-4222-450e-8644-42891f9f4050,Data Analysis: Building Your Own Business Dashboard,By Delft University of Technology via edX,,course|https://www.edx.org/course/data-analysis-building-own-business-delftx-ex103x-0,data-science,,,,,, -e6fcdb29-8134-4e57-970a-11a386b287b6,Predictive Analytics: Gaining Insights from Big Data,By Queensland University of Technology via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-predictive-analytics-gaining-insights-from-big-data-7645,big-data,,,,,, -f384ef05-1602-4ce1-b307-57b804e4f90f,Data Journalism Fundamentals,By Google via Independent,,course|https://www.classcentral.com/course/independent-data-journalism-fundamentals-6141,journalism,,,,,, -1e2b6391-d165-4f8a-8065-8bbf4ec3d083,Big Data: Measuring And Predicting Human Behaviour,By The University of Warwick via FutureLearn,,course|https://www.futurelearn.com/courses/big-data,big-data,,,,,, -767ae079-0216-479f-86a6-4dd8a09e5e9f,Python for Data Journalists: Analyzing Money in Politics,By Knight Center for Journalism in the Americas via Independent,,course|https://journalismcourses.org/PDJ0517.html,journalism,,,,,, -27b6d1fc-669e-4cb0-a058-d1342959fa95,Data Tells a Story: Reading Data in the Social Sciences and Humanities,By Loughborough University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-data-tells-a-story-reading-data-in-the-social-sciences-and-humanities-6504,data-science;social-science,,,,,, -508cfc2b-b89a-4b64-bce7-28387a62fc4f,Bioinformatics: Algorithms and Applications,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_bt01/preview,bioinformatics,,,,,, -cb2a064a-7f76-4818-a179-f675816526d2,Business Analytics: The Data Explosion,By American University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-business-analytics-the-data-explosion-8636,big-data;software-tools/spark,,,,,, -1b391ebf-ca62-4d81-8f82-31494d4010b5,A developer's guide to Exploring and Visualizing IoT Data,By IBM via Coursera,,course|https://www.classcentral.com/course/coursera-a-developer-s-guide-to-exploring-and-visualizing-iot-data-8022,big-data;software-tools/spark,,,,,, -890565e0-b39b-4d90-8189-af037a72665c,Learning Analytics Fundamentals,By University of Texas Arlington via edX,,course|https://www.classcentral.com/course/edx-learning-analytics-fundamentals-9283,big-data;software-tools/spark,,,,,, -4b90ded8-344c-460f-9e7f-7221c02e98ea,Big Data: from Data to Decisions,By Queensland University of Technology via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-big-data-from-data-to-decisions-5420,big-data,,,,,, -b01976ad-255b-4c93-bea9-48c8c7214984,Feature Engineering for Improving Learning Environments,By University of Texas Arlington via edX,,course|https://www.classcentral.com/course/edx-feature-engineering-for-improving-learning-environments-9286,big-data;software-tools/spark,,,,,, -ef5e5c46-dd03-495e-aff3-15c6b4953d20,Predictive Modeling in Learning Analytics,By University of Texas Arlington via edX,,course|https://www.classcentral.com/course/edx-predictive-modeling-in-learning-analytics-9285,big-data;software-tools/spark,,,,,, -522f4414-b3ec-4c6b-bc7b-387b3fee4892,Big Data: Statistical Inference and Machine Learning,By Queensland University of Technology via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-big-data-statistical-inference-and-machine-learning-5421,big-data,,,,,, -836883b6-a2d6-4aa8-bf09-579932ab8458,Using Data to Provide Personalized Student Support,By University of Texas Arlington via edX,,course|https://www.classcentral.com/course/edx-using-data-to-provide-personalized-student-support-9287,education;data-science,,,,,, -0330cc58-41c2-4340-93b0-5af65f65c039,Biostatistics and Design of experiments,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-biostatistics-and-design-of-experiments-5336,statistics;biology,,,,,, -2d2eb986-1735-4822-91e3-f52cb7651448,Big Data: Mathematical Modelling,By Queensland University of Technology via FutureLearn,,course|https://www.futurelearn.com/courses/big-data-mathematical-modelling,big-data,,,,,, -28d9b47a-3895-453f-b050-e3d7df5f696f,"Big Data, Cloud Computing, & CDN Emerging Technologies",By Yonsei University via Coursera,,course|https://www.coursera.org/learn/big-data-emerging-technologies,information-technology,,,,,, -791fe7fa-e47f-4815-b81d-09e251d681e9,Home | Laws of UX,,,website|https://lawsofux.com/,user-experience,,,,,, -546894b9-f6f1-46bc-a523-25748dc1a691,Learn to Code for Data Analysis,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-learn-to-code-for-data-analysis-3997,big-data;software-tools/spark,,,,,, -7b6cafed-101d-4442-87aa-20871a407809,Books | TROM,,,journal|https://www.tromsite.com/books/#_,social;economics,,,intermediate,,5.0, -415fbe40-e38c-4d99-8b3c-e5530bbc77e0,Data Science for Environmental Modelling and Renewables,By University of Glasgow via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-data-science-for-environmental-modelling-and-renewables-11806,big-data;software-tools/spark,,,,,, -9bd9e490-dc0f-4bf1-85e3-8a27f4552495,Big Data: Data Visualisation,By Queensland University of Technology via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-big-data-data-visualisation-5423,big-data;data-visualization,,,,,, -34894d9f-befe-420b-a7ff-188bc0e82849,Data Science for Healthcare: Using Real World Evidence,By InnoEnergy via FutureLearn,,course|https://www.futurelearn.com/courses/data-science-real-world-evidence,data-science;healthcare,,,,,, -282ba263-48dc-4fc9-a5b4-c1fdc6a3c6da,Big Data for Better Performance,By via Open2Study,,course|https://www.classcentral.com/course/open2study-big-data-for-better-performance-893,big-data,,,,,, -187aaaeb-f2b6-4eb1-a377-475f7dada16b,Bacterial Genomes: From DNA to Protein Function Using Bioinformatics,By Wellcome Genome Campus via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-bacterial-genomes-from-dna-to-protein-function-using-bioinformatics-11201,bioinformatics,,,,,, -2d812543-7a73-4172-b596-9c40ebbd29da,The Power of Data in Health and Social Care,By University of Strathclyde via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-power-of-data-in-health-and-social-care-10624,data-science,,,,,, -0a599fbd-9094-403b-9317-7991d218b274,Data Analysis & Decision Making - II,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-data-analysis-decision-making-ii-12993,data-science,,,,,, -d74fdad2-8f36-4c0c-b708-db62bb4b94ef,Bio-Informatics:Algorithms and Applications,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_bt01/,bioinformatics,,,,,, -8b94c137-84e3-464c-bd6c-21a824686691,Bacterial Genomes: Accessing and Analysing Microbial Genome Data,By Wellcome Genome Campus via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-bacterial-genomes-accessing-and-analysing-microbial-genome-data-11907,bioinformatics,,,,,, -3f0eccb6-a5a8-4b4b-8e30-3699b142b7b2,Introduction to R for Data Science,By Purdue University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-r-for-data-science-8118,data-science;programming-languages/r,,,,,, -58b9c880-b290-4d3c-8757-5736ab244880,Applications of interactomics using Genomics and proteomics technologies,By Indian Institute of Technology Bombay via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_bt14/,bioinformatics,,,,,, -fc8b911f-b6d7-4051-8898-b01f32fb5008,Big Data Computing,By Indian Institute of Technology Patna via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_cs33/,big-data,,,,,, -a1569954-0c78-47ea-84e7-2c8d71c6c3d9,Data Mining,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_cs15/,data-science,,,,,, -8ab8e064-07b7-4ff3-b61d-43ab94b62848,Exploratory Multivariate Data Analysis,By Agrocampus Ouest via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:agrocampusouest+40001S05EN+session05/about,data-science,,,,,, -10661112-d9a4-4f44-8b07-8d223a2fa3b2,Big Data and the Environment,By University of Reading via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-big-data-and-the-environment-9372,big-data;environmental-science,,,,,, -9d926e3f-0514-42c9-8bc8-2fe3cfee8d89,Advanced Machine Learning,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/advanced-machine-learning,machine-learning,,,,,, -24f6f289-8cac-4025-9028-db69a5f1c7b7,Introduction to Process Mining with ProM,By Eindhoven University of Technology via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-process-mining-with-prom-5419,data-science,,,,,, -2ff0be14-d6c2-43d9-a0f9-6130b88e81eb,Data to Insight: An Introduction to Data Analysis and Visualisation,By University Of Auckland via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-data-to-insight-an-introduction-to-data-analysis-and-visualisation-2129,data-science,,,,,, -dfe43491-eab6-42d1-8824-06ca4764fe67,Managing Big Data with R and Hadoop,By Partnership for Advanced Computing in Europe via FutureLearn,,course|https://www.futurelearn.com/courses/big-data-r-hadoop,big-data;software-tools/hadoop;programming-languages/r,,,,,, -facda2b9-8402-4352-b6c9-844324a8c670,Making Sense of Data in the Media,By The University of Sheffield via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-making-sense-of-data-in-the-media-4925,data-science,,,,,, -7970485a-6ed3-40e2-8e90-ea42c96bc92e,Introduction to Data Science with Google Analytics: Bridging Business and Technical Experts,By UNESCO via FutureLearn,,course|https://www.futurelearn.com/courses/data-science-google-analytics,data-science,,,,,, -293bd513-31f4-45da-bdc6-b47b22cd6737,"Big Data Analytics: Opportunities, Challenges and the Future",By Griffith University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-big-data-analytics-opportunities-challenges-and-the-future-12551,big-data,,,,,, -966cd997-1e26-4514-af02-8d1aea742ed3,Learning How to Learn: Powerful mental tools to help you master tough subjects,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/learning-how-to-learn-2161,learning,,,,,, -71447de2-3294-4d70-9646-ac933318470a,Mindshift: Break Through Obstacles to Learning and Discover Your Hidden Potential,By McMaster University via Coursera,,course|https://www.coursera.org/learn/mindshift,learning,,,,,, -b4624006-7026-4e1e-884d-cbf3a4964706,Maintaining a Mindful Life,By Monash University via FutureLearn,,course|https://www.futurelearn.com/courses/mindfulness-life,mindfulness,,,,,, -22c3e504-fe07-43c4-a647-900fb1504981,Presentation skills: Designing Presentation Slides,By Tomsk State University via Coursera,,course|https://www.classcentral.com/course/coursera-presentation-skills-designing-presentation-slides-9643,communication;presentation,,,,,, -c485e143-00d7-4276-8576-8fe02f04ced4,How to Succeed at: Interviews,By The University of Sheffield via FutureLearn,,course|https://www.futurelearn.com/courses/interviews,interviews;careers,,,,,, -5d370953-55b8-4798-b2e1-18591bcfcd76,Learning How To Learn for Youth,By Arizona State University via Coursera,,course|https://www.classcentral.com/course/coursera-learning-how-to-learn-for-youth-12569,learning,,,,,, -394f8699-2db5-49e0-9ba7-62260b9f407c,Presentation skills: Speechwriting and Storytelling,By Tomsk State University via Coursera,,course|https://www.coursera.org/learn/speechwriting,presentation,,,,,, -e0d3309b-d427-4fdb-b45b-90b49a2d575f,"Work Smarter, Not Harder: Time Management for Personal & Professional Productivity","By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/work-smarter-not-harder,time-management,,,,,5.0, -40810c8a-2a39-4d9d-9ae9-0b57bb6173d8,Decision Making in a Complex and Uncertain World,By University of Groningen via FutureLearn,,course|https://www.futurelearn.com/courses/complexity-and-uncertainty,thinking,,,,,, -d7033411-d7be-4e41-8bce-e05b601aac2e,De-Mystifying Mindfulness,By Leiden University via Coursera,,course|https://www.coursera.org/learn/mindfulness,mindfulness,,,,,, -61d77bf7-46b4-4bc8-93d5-bac6c0ad29cb,Know Thyself - The Value and Limits of Self-Knowledge: The Examined Life,By University of Edinburgh via Coursera,,course|https://www.coursera.org/learn/know-thyself-the-examined-life,philosophy,,,,,, -5f09be7d-b33f-45b6-97ae-a9bc08131145,Psychology of Personal Growth,By The Hong Kong University of Science and Technology via edX,,course|https://www.edx.org/course/psychology-of-personal-growth-4,psychology;life,,,,,, -d87d1db6-2efb-4992-afbf-2007cf401b18,Successful Negotiation: Essential Strategies and Skills,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/negotiation-skills,negotiation;communication,,,,,, -085f8617-47d7-4002-b514-f8d4934ac87f,Presentation skills: Public Speaking Project,By Tomsk State University via Coursera,,course|https://www.classcentral.com/course/coursera-presentation-skills-public-speaking-project-9644,presentation;public-speaking,,,,,, -366d3710-1429-4953-9fef-10804ccc86c9,Effective Problem-Solving and Decision-Making,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/problem-solving,thinking,,,,,, -13a8b607-72ad-46d6-9514-2f20aa485e9c,Presentation skills: Effective Presentation Delivery,By Tomsk State University via Coursera,,course|https://www.classcentral.com/course/coursera-presentation-skills-effective-presentation-delivery-9645,presentation,,,,,, -4e8aa95d-f68b-4cbf-b3dc-83778a7a5e1f,High-Impact Business Writing,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-high-impact-business-writing-2724,writing;careers,,,,,, -f2d119a9-a9cd-4e2a-8612-65d665713494,Introduction to Personal Branding,By University of Virginia via Coursera,,course|https://www.coursera.org/learn/personal-branding,branding,,,,,, -5e2bc87b-a6ea-4b72-99d2-b4cd27a48157,Introduction to Public Speaking,By University of Washington via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-public-speaking-889,public-speaking,,,,,, -8ed15c9b-1638-4d53-857b-d101f53577b2,Logical and Critical Thinking,By University Of Auckland via FutureLearn,,course|https://www.futurelearn.com/courses/logical-and-critical-thinking,thinking,,,,,, -375fde60-9880-469d-90ef-96c8cd90887a,Creative Problem Solving,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/creative-problem-solving,problem-solving;thinking,,,,,, -7130ad14-8999-49c1-9cc5-02b66a98d2d1,Foundations of Professional Identity,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/professional-identity,careers,,,,,, -7644a3bb-e690-41bd-ae1b-cf18a41861bc,Job Success: Get Hired or Promoted in 3 Steps,By State University of New York via Coursera,,course|https://www.classcentral.com/course/coursera-job-success-get-hired-or-promoted-in-3-steps-7091,careers,,,,,, -4cbb13a9-45be-4442-a47d-d30529f269bf,Improving Communication Skills,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-communication-skills,communication,,,,,, -6b231c56-81e7-4d9b-b5f5-db6bf6c77904,"Negotiation, Mediation, and Conflict Resolution - Capstone Project",By ESSEC Business School via Coursera,,course|https://www.coursera.org/learn/negotiation-project,negotiation;relationships,,,,,, -4c9e75cd-fa49-4fc7-a851-f6a1f7a60f1b,Intercultural Communication and Conflict Resolution,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/intercultural-communication,communication;culture,,,,,, -7237b5ab-1c0c-463c-8c50-9ba9a410d85f,Establishing a Professional ‘Self’ through Effective Intercultural Communication,By National University of Singapore via Coursera,,course|https://www.coursera.org/learn/effective-intercultural-communication,communication;culture,,,,,, -f4fb4479-31fd-451c-87b6-23299d70296a,Psychodiagnostics and Psychological Assessment,By Tomsk State University via Coursera,,course|https://www.coursera.org/learn/psychodiagnostics,psychology,,,,,, -4c475ea8-c714-43ef-bbde-ab6619dc2643,Power Onboarding,By Northwestern University via Coursera,,course|https://www.coursera.org/learn/power-onboarding,careers,,,,,, -e83cd8ec-ccbc-41f3-ad23-8dee40ceee23,Communication in the 21st Century Workplace,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/communication-in-the-workplace,communication,,,,,, -aa9fc042-16d9-4a8d-b142-23658987278b,The Art of Negotiation,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-the-art-of-negotiation-2725,negotiation,,,,,, -24edbc31-cd0a-4b89-9c1c-5bf3e49f7e69,How to Write a Resume (Project-Centered Course),By State University of New York via Coursera,,course|https://www.coursera.org/learn/how-to-write-a-resume,writing;careers,,,,,, -212ab42f-9f27-46c5-8d02-17da5157f85c,Successful Interviewing,"By University of Maryland, College Park via Coursera",,course|https://www.classcentral.com/course/coursera-successful-interviewing-5473,interviews,,,,,, -9e5165fd-9270-4c41-a83e-de5e975454b5,Successful Presentation,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-successful-presentation-6596,presentation,,,,,, -a2bf1e54-405d-48b2-ad40-2f1f35c4e8c8,Types of Conflict,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/types-of-conflict,conflict;relationships,,,,,, -c8df8a4e-31cf-4929-ad44-fd8df25c7b4e,Mediation and Conflict Resolution,By ESSEC Business School via Coursera,,course|https://www.coursera.org/learn/conflict-resolution-mediation,relationships,,,,,, -e6b24e3a-bfea-4127-9e6d-0f3fa859ce66,Strengthening Your Widening Network,By National University of Singapore via Coursera,,course|https://www.classcentral.com/course/coursera-strengthening-your-widening-network-5619,communication;relationships,,,,,, -d4fbfe67-dd35-42e8-a4ea-1d0575b101d7,Writing Professional Email and Memos (Project-Centered Course),By University System of Georgia via Coursera,,course|https://www.coursera.org/learn/professional-emails,writing,,,,,, -c4ffa0c9-7b3d-48ce-8984-2d2bdc60f074,Presentations: Speaking so that People Listen,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/presentations-speaking-so-that-people-listen,presentation,,,,,, -1276e222-510f-4a79-88b2-717aacbf8b19,Meditation: A way to achieve your goals in your life,By Korea Advanced Institute of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-meditation-a-way-to-achieve-your-goals-in-your-life-11054,meditation,,,,,, -f9956784-9ba2-4a13-81e8-75d72b56f83e,Mindfulness in Integrative Healthcare,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-mindfulness-in-integrative-healthcare-12870,mindfulness,,,,,, -c7586ad9-693e-4898-8bc9-5ccceb7da3c0,Conflict Resolution Skills,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-conflict-resolution-skills-4194,conflict;relationships,,,,,, -fc3351c0-b530-49c2-99a0-f1d469d18f38,Introduction to Negotiation: A Strategic Playbook for Becoming a Principled and Persuasive Negotiator,By Yale University via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-negotiation-a-strategic-playbook-for-becoming-a-principled-and-persuasive-negotiator-4336,negotiation,,,,,, -91a442f7-c92f-4a58-b9fd-b2227b8970af,Problem Solving with Excel,By PwC via Coursera,,course|https://www.classcentral.com/course/coursera-problem-solving-with-excel-6853,problem-solving;software-tools/excel,,,,,, -e9158e7a-529d-41ca-a9fa-539ea809cd24,Effective Business Presentations with Powerpoint,By PwC via Coursera,,course|https://www.classcentral.com/course/coursera-effective-business-presentations-with-powerpoint-6854,presentation,,,,,, -2221a971-b6d3-4f0f-81d2-0bcf34022827,Shaping Your Professional Brand,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/professional-brand,branding;careers,,,,,, -05e9b3fe-e857-46c7-be1e-9c3a66ef030f,Speaking to inform: Discussing complex ideas with clear explanations and dynamic slides,By University of Washington via Coursera,,course|https://www.classcentral.com/course/coursera-speaking-to-inform-discussing-complex-ideas-with-clear-explanations-and-dynamic-slides-7458,speaking;presentation,,,,,, -22e9a2ec-7ec4-4496-b652-7246d4fd6b6e,How to Get Skilled: Introduction to Individual Skills Management (Project-Centered Course),By State University of New York via Coursera,,course|https://www.coursera.org/learn/skills-management,learning,,,,,, -bb895c34-9848-41a2-ba99-fb75a085165f,Speaking to Inspire: Ceremonial and Motivational Speeches,By University of Washington via Coursera,,course|https://www.classcentral.com/course/coursera-speaking-to-inspire-ceremonial-and-motivational-speeches-7459,speaking;presentation,,,,,, -ca977b92-67cc-4e1e-bf38-f0aa1705b16d,Speaking to persuade: Motivating audiences with solid arguments and moving language,By University of Washington via Coursera,,course|https://www.coursera.org/learn/persuade-speech,speaking;persuasion;communication,,,,,, -d97cd0bf-dc09-4cb5-9b79-18e8ef899137,Career Success Project,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-career-success-project-5099,careers,,,,,, -7d35591b-da30-4714-aa11-96823a79cc79,Creativity Toolkit II: Creative Collaboration,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-creativity-toolkit-ii-creative-collaboration-8735,creativity,,,,,, -a7c916d0-70be-4a06-982c-67f8b4250581,Communication theory: bridging academia and practice,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-communication-theory-bridging-academia-and-practice-9986,communication,,,,,, -62b75d20-9706-4f1a-83ba-404db3c9f8ac,IBM IT Assessment: Identifying the Right Career for You!,By IBM via Coursera,,course|https://www.coursera.org/learn/ibm-it-assessment,careers,,,,,, -21d9815a-06fd-4952-81e1-f57e53c9d559,Influencing People,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/influencing-people,relationships;persuasion,,,,,, -a785f1a9-1585-401a-9437-597896fd304c,Advanced Interviewing Techniques,"By University of Maryland, College Park via Coursera",,course|https://www.classcentral.com/course/coursera-advanced-interviewing-techniques-5494,interviews,,,,,, -972d2a75-4b0d-4c54-8f50-274b53ac4724,The Arts and Science of Relationships: Understanding Human Needs,By University of Toronto via Coursera,,course|https://www.classcentral.com/course/coursera-the-arts-and-science-of-relationships-understanding-human-needs-8253,relationships,,,,,, -fd1ba417-5732-4a77-817f-70944af35bcd,The Secret Summary | Summary Lover,,,article|https://summarylover.com/2020/12/the-secret-summary.html,books;critical-thinking,,,intermediate,,, -2bf07aa1-c26b-4cc0-915d-393935419f4e,Excel Skills for Business: Essentials,By Macquarie University via Coursera,,course|https://www.coursera.org/learn/excel-essentials,software-tools/excel,,,,,, -d70d8ebf-9ae1-4288-aff7-cc63fc0dfe9a,Excel Skills for Business: Intermediate I,By Macquarie University via Coursera,,course|https://www.classcentral.com/course/coursera-excel-skills-for-business-intermediate-i-9640,software-tools/excel,,,,,, -edc88c9f-ed63-45b5-8f39-6c8ba2868f3a,Excel Skills for Business: Intermediate II,By Macquarie University via Coursera,,course|https://www.coursera.org/learn/excel-intermediate-2,software-tools/excel,,,,,, -66aa2310-0d4d-4718-ae19-810887eaecd3,The Future of Work: Preparing for Disruption,By The World Bank via edX,,course|https://www.edx.org/course/the-future-of-work,careers,,,,,, -ea520c56-b761-4c58-941c-d41a1c52f99f,Strategic Career Self-Management,By State University of New York via Coursera,,course|https://www.coursera.org/learn/strategic-career-self-management,careers,,,,,, -4e65d867-54f8-415e-9c04-502297302a2a,Writing Winning Resumes and Cover Letters,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/resume-writing,writing,,,,,, -693dcf91-ba4a-49c3-a3b0-41e2a5ed61ba,Negotiation Fundamentals,By ESSEC Business School via Coursera,,course|https://www.classcentral.com/course/coursera-negotiation-fundamentals-8089,negotiation,,,,,, -5cc64e32-f9cf-4fa8-8cc9-02f7691c462b,Translation in Practice,By Nanjing University via Coursera,,course|https://www.classcentral.com/course/coursera-translation-in-practice-9775,translation,,,,,, -b57feac0-7862-4c13-8df3-d61dd345d081,Career Total Fitness Annual Retreat,By State University of New York via Coursera,,course|https://www.classcentral.com/course/coursera-career-total-fitness-annual-retreat-5554,careers,,,,,, -24b988dc-4a12-4cfc-8fe0-148ee411fff5,Engaging in Persuasive and Credible Communication,By National University of Singapore via Coursera,,course|https://www.classcentral.com/course/coursera-engaging-in-persuasive-and-credible-communication-5538,communication,,,,,, -f042cd4a-f725-4032-9a91-c904d963a0de,Personality Types at Work,By University of Florida via Coursera,,course|https://www.coursera.org/learn/personality-types-at-work,work;psychology,,,,,, -02b20092-8b42-4b8a-b48d-a24c980edb9a,Designing Your Personal Weight Loss Plan,By Case Western Reserve University via Coursera,,course|https://www.coursera.org/learn/weight-loss-plan,weight-loss,,,,,, -4d0977dc-d17d-4510-a7f1-554b9cdbf7fa,Achieving Your Optimal Performance,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/achieving-your-optimal-performance,careers;learning,,,,,, -88313881-7ef4-4dc2-8d8c-a1d3066c53f3,VR Design,By via Udacity,,course|https://www.classcentral.com/course/udacity-vr-design-8394,virtual-reality,,,,,, -f6983c27-a35c-4f46-97af-a8b00232675b,Interview Research and Preparation,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/interview-preparation,careers;interviews,,,,,, -4e46271a-3839-4866-bfdd-e31de5b22f94,Excel Skills for Business: Advanced,By Macquarie University via Coursera,,course|https://www.coursera.org/learn/excel-advanced,software-tools/excel,,,,,, -ad6ff812-d321-4325-8eaf-f33237e006be,Exploring Emerging Technologies for Lifelong Learning and Success,By University at Buffalo via Coursera,,course|https://www.coursera.org/learn/emerging-technologies-lifelong-learning,learning,,,,,, -c37f71d6-3ee0-4a03-8362-b8a245e827ea,Digital Footprint,By University of Edinburgh via Coursera,,course|https://www.classcentral.com/course/coursera-digital-footprint-8277,careers,,,,,, -d5e26765-5e46-4f8b-a8c2-2e2f12c419b0,Converting Challenges into Opportunities,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/converting-challenges-into-opportunities,careers;learning,,,,,, -9bfeb624-c142-47a6-8062-39e3323635bb,Deschooling Society,,https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1570480935l/223403.jpg,book|https://www.goodreads.com/book/show/223403.Deschooling_Society,education;school,,,,,, -1ff0a7fe-e902-472a-ad5b-5c3f3834656d,English@Work: Basic Job Interview Skills,By Hong Kong Polytechnic University via edX,,course|https://www.classcentral.com/course/edx-english-work-basic-job-interview-skills-14432,interviews,,,,,, -44a4b2f8-1504-4522-8191-573d778ea952,English@Work: Advanced Job Interview Skills,By Hong Kong Polytechnic University via edX,,course|https://www.classcentral.com/course/edx-english-work-advanced-job-interview-skills-14433,interviews,,,,,, -ed0bd038-3387-45e5-af11-56f9f29f350c,Leading transformations: Manage change,By Macquarie University via Coursera,,course|https://www.coursera.org/learn/change-management,management,,,,,, -fc0a695c-e15a-4709-86e0-c07db079223f,Communication Strategies for a Virtual Age,By University of Toronto via Coursera,,course|https://www.coursera.org/learn/communication-strategies-virtual-age,communication,,,,,, -ee11bbb6-51cb-4999-8648-7899c4029775,Developing Soft Skills and Personality,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_hs32/preview,communication,,,,,, -b809836f-7b88-481e-b4a7-d72d752644e1,"International Travel Preparation, Safety, & Wellness",By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-international-travel-preparation-safety-wellness-8782,travel,,,,,, -620d7073-2694-47bb-83c1-8b2fc047a4f9,Career Decisions: From Insight to Impact,By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/career-decisions,careers,,,,,, -f80d41a3-9220-487b-a486-7f301c2f3c2f,Designing the Future of Work,By University of New South Wales via Coursera,,course|https://www.coursera.org/learn/designing-future-of-work,careers,,,,,, -3bf23e63-cba1-4220-a9b0-034123bb6e5f,Resilience - The art of coping with disasters,By Technion - Israel Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-resilience-the-art-of-coping-with-disasters-13425,learning;life,,,,,, -824d4674-7611-4d1f-9292-f161b879dbec,Becoming Part of the Globalised Workplace,By National University of Singapore via Coursera,,course|https://www.coursera.org/learn/intercultural-communications,careers,,,,,, -2ddbc85e-051e-4334-a789-e900aefa4203,Absolute Pandemonium,,,book|https://www.goodreads.com/book/show/26036990-absolute-pandemonium,autobiography;movies,,,intermediate,,, -37550376-1ed3-4ff7-817f-d33994cbbc43,Media ethics & governance,By University of Amsterdam via Coursera,,course|https://www.coursera.org/learn/media-ethics-governance,media;ethics,,,,,, -a20f3ed9-9763-450f-a76e-4583290917ad,"""Making"" Progress Teach-Out",,,course|https://www.coursera.org/learn/makingprogress,society,,,,,, -c09c84fc-87db-4190-bbfa-753f1e4534ec,Success,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-succcess,life,,,,,, -51a8e4a2-09ce-4109-ac7c-a60bfe305f59,Using Virtual Scenarios to Create Effective Learning,"By St George's, University of London via FutureLearn",,course|https://www.futurelearn.com/courses/virtual-scenario,learning,,,,,, -6404a4e5-bb5d-4d1f-8644-a009cb08ae3b,Strategic Self-Marketing and Personal Branding,By State University of New York via Coursera,,course|https://www.coursera.org/learn/self-marketing,careers,,,,,, -860a3b65-9df5-4154-860d-40f5507ee585,Effective Communication Capstone Project,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-effective-communication-capstone-project-6598,communication,,,,,, -901312bb-8945-4a7e-b36d-b2c44c1ce430,Storytelling and influencing: Communicate with impact,By Macquarie University via Coursera,,course|https://www.classcentral.com/course/coursera-storytelling-and-influencing-communicate-with-impact-14372,storytelling,,,,,, -140891f3-bd45-41cd-9b4b-1155ea306fc6,Digital Skills: Grow Your Career,By Accenture via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-digital-skills-grow-your-career-9776,careers,,,,,, -380b330a-ba2c-45f4-820c-bd4c7c173a8d,Digital Skills: Retail,By Accenture via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-digital-skills-retail-9781,retail,,,,,, -09a77b0c-e09d-4865-8be9-9d187698195c,Career Brand Development and Self-Coaching,By State University of New York via Coursera,,course|https://www.coursera.org/learn/career-brand-development-self-coaching,careers,,,,,, -42be4a59-2ef1-4507-9625-b05a72af0ff3,Advanced Speaking and Listening Project,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-advanced-speaking-and-listening-project-6828,speaking;listening,,,,,, -d695fbeb-0337-45b0-8f7d-d193723b6aa7,Introduction to Learning Transfer and Life Long Learning (3L),"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/intro-learning-transfer,learning,,,,,, -156bfc9a-177c-4c5e-8dbf-25939d4d0eb0,Social Media - What No One has Told You about Privacy,By via openHPI,,course|https://www.classcentral.com/course/openhpi-social-media-what-no-one-has-told-you-about-privacy-5064,social-media;privacy,,,,,, -e6e34805-920c-4889-aa4f-75445bc95880,A Preview Course on Collaborative Knowledge Services,By Columbia University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-a-preview-course-on-collaborative-knowledge-services-6075,leadership;communication,,,,,, -3c08c472-9332-4a4e-8799-50589c3475a2,Thinking Complexity,By Toulouse Business School via iversity,,course|https://www.classcentral.com/course/iversity-thinking-complexity-6117,thinking,,,,,, -bfee016c-48da-4b2a-a0cf-6ea6c77d20dd,Employability Skills,By HTW Berlin - University of Applied Sciences via iversity,,course|https://www.classcentral.com/course/iversity-employability-skills-3670,careers,,,,,, -0ac71776-f791-4819-b8e5-39d5386e58f1,Becoming an Expert Learner,By Northpoint Bible College via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-becoming-an-expert-learner-6578,learning,,,,,, -d13cb21c-4fc7-4bb9-b630-620e25a807a7,Employability Skills for Industry,By Colorado Community College System via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-employability-skills-for-industry-2610,careers,,,,,, -8417e913-9d3b-4005-aeb5-f9ab755edfa2,Communicating Strategically,By Purdue University via edX,,course|https://www.classcentral.com/course/edx-communicating-strategically-3063,communication,,,,,, -9546a4e7-f580-4d32-a6f8-aee3ed08941d,大学生职业素养提升 | Enhancing Your Career Competencies,By Peking University via edX,,course|https://www.classcentral.com/course/edx--enhancing-your-career-competencies-7403,careers,,,,,, -8fa3e918-af67-4797-aef1-8235b5c05257,Conflict Management for College Students,By Colorado State University Online via Canvas Network,,course|https://www.canvas.net/browse/csuonline/courses/conflict-management,conflict,,,,,, -f6ca6ca8-5f2e-4f7f-b082-aea700fb8a47,Improve Your Research Skills,By Vrije Universiteit Brussel via Canvas Network,,course|https://www.canvas.net/browse/vub/courses/improve-research-skills,research,,,,,, -e0d2281a-a814-4150-bd78-93d76b12a944,Communication in Virtual and Mobile Work,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-communication-in-virtual-and-mobile-work-8835,communication,,,,,, -518a7b99-5490-45a6-aa6d-d5ed5b89c845,Unconscious Bias: From Awareness to Action,By Catalyst via edX,,course|https://www.edx.org/course/unconscious-bias-awareness-action-catalystx-ub1x,thinking;relationships,,,,,, -ae638151-7a5d-410c-a455-f7d934c1995b,Communication Skills for Bridging Divides,By Catalyst via edX,,course|https://www.edx.org/course/communication-skills-for-bridging-divides-2,communication,,,,,, -fa36a8b5-220a-46af-9c57-b2178d4c2567,"Resume, Networking, and Interview Skills",By Fullbridge via edX,,course|https://www.edx.org/course/resume-networking-and-interview-skills-2,interviews;careers,,,,,, -6a3e2648-1343-41e4-b451-2bf3597bfcab,Communication Skills and Teamwork,By Fullbridge via edX,,course|https://www.edx.org/course/communication-skills-and-teamwork-2,communication,,,,,, -0d608bfe-bec1-4419-86c8-4715fe3110c9,Designing Your Career,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-designing-your-career-11065,careers,,,,,, -c05bb7a5-1b50-4c0f-9471-5f41111baf8d,Chasing your Dream: How to End Procrastination and Get a Job You Love,By National Research Nuclear University MEPhI via edX,,course|https://www.edx.org/course/chasing-dream-how-end-procrastination-mephix-mephi012x,careers,,,,,, -f7da2d6c-37b5-4aad-8175-fc2ff335f655,Strengthen Your LinkedIn Network & Brand,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-strengthen-your-linkedin-network-brand-11450,careers,,,,,, -f2e8be4b-381f-4f64-afde-1f18e6c6877e,Refresh Your Resume,By Grow with Google via Udacity,,course|https://www.classcentral.com/course/udacity-refresh-your-resume-11451,careers,,,,,, -dcc12151-671e-4ecd-8aa9-d06d2b7c6b4a,Craft Your Cover Letter,By via Udacity,,course|https://www.udacity.com/course/craft-your-cover-letter--ud244,careers,,,,,, -9da9a513-df04-4eb6-b90f-79d540fa5587,Selecting Collaborative Technology Tools,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-selecting-collaborative-technology-tools-10153,information-technology;collaboration,,,,,, -27dc30dd-8fd7-4d50-8bf9-cfe2e2fd7b83,Understanding the Collaborators,By Microsoft via edX,,course|https://www.edx.org/course/understanding-the-collaborators,collaboration,,,,,, -b72cfec0-5b73-47df-bc2e-d65923f3d5e7,Evidence-Based Business Communication,By Australian National University via edX,,course|https://www.classcentral.com/course/edx-evidence-based-business-communication-9192,communication,,,,,, -3b1c5a83-852e-4645-9120-cab39892655d,Networking Leadership 101: Building Your Core Professional Network,By Center for Creative Leadership via +Acumen,,course|https://www.plusacumen.org/courses/networking-leadership-101,leadership,,,,,, -5c284d86-eb14-47bf-a6fc-c3371e78fa4b,Find Your Calling: Career Transition Principles for Returning Veterans,By Columbia University via edX,,course|https://www.classcentral.com/course/edx-find-your-calling-career-transition-principles-for-returning-veterans-12258,careers,,,,,, -24752816-f310-4dc5-8b97-fefa447b24f0,Storytelling for Social Change,By University of Michigan via edX,,course|https://www.edx.org/course/storytelling-for-social-change,storytelling,,,,,, -6679ec42-3c1e-4b99-a31e-3a24d9ca646b,Empathy and Emotional Intelligence at Work,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/empathy-emotional-intelligence-work-uc-berkeleyx-gg203x,empathy;careers,,,,,, -ca3a85d6-4316-4cfb-b4d3-bbbf2e48df9e,The Foundations of Happiness at Work,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-the-foundations-of-happiness-at-work-10273,careers,,,,,, -de00c558-bc6b-4653-9051-97266ed59319,Engaged Thinking,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-engaged-thinking-13116,thinking,,,,,, -86574f01-6a6b-4918-90fb-279aa1d6e08d,Unlocking Your Employability,By University of Queensland via edX,,course|https://www.edx.org/course/unlocking-your-employability,careers,,,,,, -6fd1f52e-fa88-4250-af63-d237de9e4083,Entrepreneurial Negotiations,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-entrepreneurial-negotiations-7148,negotiation,,,,,, -c4f7ab96-1118-42a5-9968-a8fce6f8ebe0,Working in Teams: A Practical Guide,By University of Queensland via edX,,course|https://www.classcentral.com/course/edx-working-in-teams-a-practical-guide-5974,careers,,,,,, -783a4cf4-4167-4f2a-8dad-0b44042b2a04,Preparing to Network in English,By University of Washington via edX,,course|https://www.edx.org/course/preparing-to-network-in-english-2,careers,,,,,, -27561bb5-8a08-4388-9abe-51163c2dac4c,Attending a Networking Event,By University of Washington via edX,,course|https://www.edx.org/course/attending-a-networking-event-2,careers,,,,,, -b482debd-6f1d-43f7-9401-1f2fe5be41e0,Conducting an Informational Interview,By University of Washington via edX,,course|https://www.edx.org/course/conducting-an-informational-interview-2,interviews,,,,,, -bc2e3a98-8c7b-4303-8d36-a791bb02c48f,EQ for Family Business,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-eq-for-family-business-13739,business;family-business,,,,,, -9e203b21-8452-4738-9707-86cb0901569b,Managing Projects with Microsoft Project,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-managing-projects-with-microsoft-project-6718,project-management,,,,,, -da831a80-1804-49de-9278-7d8f2208fcb4,Managing Projects & Portfolios with Microsoft PPM,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-managing-projects-portfolios-with-microsoft-ppm-6717,project-management,,,,,, -86b5d56f-92dd-4dfc-8c28-9be3a16168e2,How To Land the Job You Want (Capstone Project),"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/job-interview-capstone,careers,,,,,, -7c411f52-14f5-45b1-9308-2113a3715281,What Makes an Effective Presentation?,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-what-makes-an-effective-presentation-13767,presentation,,,,,, -792d5fbe-ad2f-442f-bf5c-dfdd38cf0c1c,Training and Development at Work: An Introduction,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/training-development-work,training,,,,,, -5f2cc1cc-2baa-4063-b5df-cf663a9eef73,Decision-making and Risk: An Introduction,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/decision-making-and-risk,decision-making,,,,,, -0205ad64-e53d-4510-8228-cc00aafabad5,Solving Complex Problems Capstone,By Macquarie University via Coursera,,course|https://www.classcentral.com/course/coursera-solving-complex-problems-capstone-8324,problem-solving,,,,,, -89c9bb94-2633-4c01-abe9-0f3f8c539620,Critical Thinking & Problem-Solving,By Rochester Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-critical-thinking-problem-solving-9181,thinking;problem-solving,,,,,, -619344ac-9f2c-4118-aea9-03b508856f05,Storytelling in the Workplace,By Rochester Institute of Technology via edX,,course|https://www.edx.org/course/storytelling-in-the-workplace,storytelling;careers,,,,,, -3d7f7e0a-bad1-4c35-af5b-5a31113b7874,Building Your Career in Tomorrow’s Workplace,By University of Exeter via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-building-your-career-in-tomorrow-s-workplace-12513,careers,,,,,, -7433eab3-049b-48e8-983e-a1bb8cb2350d,Effective Communication in the Globalised Workplace - The Capstone,By National University of Singapore via Coursera,,course|https://www.classcentral.com/course/coursera-effective-communication-in-the-globalised-workplace-the-capstone-5602,communication,,,,,, -7e0350ec-f021-446d-9c83-6cb143593350,Exposition logiciels libres,,,image|https://expolibre.org/,free-software,,,beginner,,4.0, -60bd4cfe-36ab-4a00-87f0-d6fd32c14a0b,Introduction to Successful Remote Teamwork,By via openHPI,,course|https://www.classcentral.com/course/openhpi-introduction-to-successful-remote-teamwork-13550,collaboration;remote-work,,,,,, -aeaa7484-714c-410b-8da8-427855de9a5f,Conflict Management Project,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/conflict-management-capstone-project,conflict,,,,,, -374d7fa2-ea0b-40bd-8516-2951aa662986,Storytelling for Change,By via +Acumen,,course|https://www.plusacumen.org/courses/storytelling-change,storytelling,,,,,, -012ab775-e416-490b-a2dd-0d7ce5ad2204,Professional IQ Capstone,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-professional-iq-capstone-5996,leadership,,,,,, -f364ce38-4bfd-47b7-83f7-6f644dc47918,"Crafting Realities: Work, Happiness, and Meaning",By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-crafting-realities-work-happiness-and-meaning-11420,careers;life;learning,,,,,, -c967a938-bd19-4dfa-a0b5-7443a6415057,Effective Business Communication,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-effective-business-communication-11888,communication,,,,,, -20cea48a-0e30-4508-9ddb-30bb2b44db9f,Public Speaking,By University of Washington via edX,,course|https://www.edx.org/course/public-speaking,public-speaking,,,,,, -a43a827d-22d3-4aa8-abb7-ca045da65fbf,Visual Presentation,By Rochester Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-visual-presentation-9185,presentation,,,,,, -a6d26e39-8fa3-4cbc-879d-377137dc926d,Communicating Effectively: How to Inspire and Convince,By Delft University of Technology via edX,,course|https://www.edx.org/course/communicating-effectively-how-to-inspire-and-convince-2,communication,,,,,, -028e4b47-7330-46a6-b5ed-3ba2ca346ede,Developing Life Skills,By Central University of Kerala via Swayam,,course|https://swayam.gov.in/nd2_cec19_hs05/preview,life,,,,,, -d1811b59-a339-4e1e-b196-0e8853e5af2d,Interpersonal Skills,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_hs36/preview,relationships;careers,,,,,, -c8105f2e-cbf2-4ca0-aaaf-c1062d5799ff,Body Language: Key to Professional Success,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_hs34/preview,body-language,,,,,, -b7fd07bb-b88f-45e5-959f-7d3915e205f6,The Way Forward – Easing the Transition Life Skills,By Lakeland College via Desire2Learn,,course|https://opencoursesstore.d2l.com/product?catalog=The-Way-Forward-SUM-2019nwv2cnFP831yzy86nEWDpxvqX,careers,,,,,, -93e934ba-7af2-439f-aa2a-92f648f1c40b,Soft Skills,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_hs33/preview,soft-skills,,,,,, -e20ec4a3-6d4e-44d3-98a7-e1c93e4986fb,Stress Management,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-stress-management-14309,stress;life,,,,,, -462d1cd0-410e-46c1-a836-1bbd1648ff68,Introduction to Deep Learning | The MIT Press,,,book|https://mitpress.mit.edu/books/introduction-deep-learning,deep-learning,,,,,, -99b093a3-8078-4a2e-99c4-6668f8792689,Personality Development,By Savitribai Phule Pune University via Swayam,,course|https://swayam.gov.in/nd2_cec19_mg36/preview,careers,,,,,, -ed0dd1be-1373-43aa-984d-a4373981d625,Business Fundamentals: Effective Networking,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-business-fundamentals-effective-networking-6388,careers,,,,,, -dabcc489-d400-43b6-962b-610e1bccfe86,Professionalism in an era of change,By Utrecht University via Coursera,,course|https://www.classcentral.com/course/coursera-professionalism-in-an-era-of-change-13563,careers,,,,,, -9f4ca303-f3d7-4e5e-821f-6bea3c0833f0,Business Communications,By The University of British Columbia via edX,,course|https://www.edx.org/course/business-communications-ubcx-bus2x,communication,,,,,, -fe289c83-6876-48b0-bd58-7ef093629013,Managing Changes,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-managing-changes-3614,management,,,,,, -2e9fbc44-fdfa-4be1-8c0d-960c26c3a290,Managing Conflicts,By via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-managing-conflicts-4161,management,,,,,, -856b3503-2876-453c-936c-86d9b2eb8f83,Working in Multidisciplinary Teams,By via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-working-in-multidisciplinary-teams-4162,management,,,,,, -9283fd3c-79ba-427f-b286-9dac6297c933,Effective Business Communication,By Indian Institute of Management Bangalore via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg14/preview,communication,,,,,, -c49c047d-31f7-4f16-8a12-90d17f1778a5,Creating a Happy and Meaningful Career,By Indian Institute of Management Bangalore via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg13/preview,careers,,,,,, -d973990a-427a-41d6-bcf6-ac5502a9fb86,E-Assessment,By UGC via Swayam,,course|https://swayam.gov.in/nd2_ugc19_hs29/preview,assessment,,,,,, -59b50d8a-c192-4a3f-9779-770aa705345c,Career Options: Exploring a New Career,By University System of Georgia via Coursera,,course|https://www.coursera.org/learn/career-exploration,careers,,,,,, -876dc659-d2b0-48b1-b77d-50d069dbfbb5,Successful Career Development,By University System of Georgia via Coursera,,course|https://www.classcentral.com/course/coursera-successful-career-development-7018,careers,,,,,, -94605ddf-494c-4ad2-935e-4a28aeea3e63,Career Planning: A Pathway to Employment,By University System of Georgia via Coursera,,course|https://www.classcentral.com/course/coursera-career-planning-a-pathway-to-employment-7024,careers,,,,,, -d2cd3b87-6cba-4fe9-8b3e-e8674594284b,"Psychology of Negotiations - Reaching Sustainable Agreements in Negotiations on ""Commons""",By via ,,course|https://www.leuphana.de/digital-school.html,negotiation,,,,,, -83abe47b-375e-455a-9bf5-f631bde0bee0,Talk the Talk: How to Give a Great Presentation,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/talk-the-talk,presentation,,,,,, -5a0da85d-7588-4010-857f-efa5fd81f724,Introduction to Negotiation,By Stanford Law School via NovoEd,,course|https://www.novoed.com/introduction-negotiation,negotiation,,,,,, -9465e0b4-5618-4980-b505-03f5ff49306a,Personal Branding: How to build & manage your image,By via OpenLearning,,course|https://www.openlearning.com/courses/personalbranding/,careers,,,,,, -a2956dec-fb83-4400-81af-b65571dc06f8,Designing and Connecting Your Career,"By University of California, Irvine via Canvas Network",,course|https://www.canvas.net/courses/designing-your-career,careers,,,,,, -51ec0a6d-e1bc-4e02-897d-e6a09146c262,Networking for Change Makers,By +Acumen via NovoEd,,course|https://www.novoed.com/networking-changemakers,careers,,,,,, -6be91e1d-d620-4bc6-ae7f-6854f3a3b571,Introduction to Public Speaking: Impromptu Speaking,By University of Washington via Canvas Network,,course|https://www.canvas.net/browse/uwashington/courses/intro-public-speaking,public-speaking,,,,,, -7a333133-7ccb-4959-9954-43c6274b7412,Introduction to Strategic Thinking,By via Canvas Network,,course|https://www.canvas.net/browse/canvasnet/courses/introduction-to-strategic-thinking-4,thinking,,,,,, -e291f112-80d3-4782-8ed3-3ea5773d1c00,Create an Expert LinkedIn Profile for Job Search,By CultureLink via Canvas Network,,course|https://www.canvas.net/browse/culturelink/courses/create-an-expert-linkedin-profile-2,careers,,,,,, -73238551-5cd5-4e83-9d4f-29a86ce3530d,The Strategic Communicator's Toolkit,By New Jersey Institute of Technology via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-the-strategic-communicator-s-toolkit-4427,communication,,,,,, -3a61cd2e-2f51-47e3-aa91-04b8380185f0,DQ 101: Introduction to Decision Quality,By Strategic Decisions Group via NovoEd,,course|https://www.novoed.com/DQ101-7-2015,thinking;decision-making,,,,,, -91ace45c-0eb3-4875-980f-461d172f31d4,Technology and Social Media for Employment Support,By Fanshawe College via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-technology-and-social-media-for-employment-support-5329,careers,,,,,, -c7529e76-6e15-40bf-a907-e7b25f945106,Emotional Toughness Training,By Austin Peay State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-emotional-toughness-training-5645,thinking,,,,,, -9e20fe8d-8911-4d7a-946b-8020ce5fa8b5,Idea Generation Methods,By Karlsruhe Institute of Technology via iversity,,course|https://www.classcentral.com/course/iversity-idea-generation-methods-2704,innovation,,,,,, -e208b97d-8000-4202-a90b-02537f83e946,Getting started into the labour market,By Universitat Jaume I via Independent,,course|http://mooc.uji.es/course/getting-started-labour-market/#.VwA3UxIrKRs,careers,,,,,, -33b2e54f-d86b-4c44-8fbb-932adde401f8,Online Tools for Professional Success,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/eportfolio-english,careers,,,,,, -95d5e35b-0c87-4ab0-b693-704a4e52d2b2,Course 3: Strategic Self-Marketing and Personal Branding,By State University of New York via Coursera,,course|https://www.coursera.org/learn/strategic-self-marketing-personal-branding,personal-branding,,,,,, -caa2c1a3-679d-4e53-a767-941f8590bf77,Decision Skills: Power Tools to Build Your Life,By Decision Education Foundation via NovoEd,,course|https://www.novoed.com/decision-skills-11,decision-making,,,,,, -58eb419b-77fd-4011-9875-8b36779ba868,Enable Workplace Learning,By Institute for Adult Learning via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-enable-workplace-learning-6871,careers,,,,,, -29eaf064-c55a-4489-8a30-91bf1293a97e,Net That Job: How to Write a CV Online,By University of Glasgow via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-net-that-job-how-to-write-a-cv-online-5348,careers,,,,,, -5125dd9a-0c59-4258-a4a6-0a583792c4d5,Navigating Your Professional Future,By University of Canberra via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-navigating-your-professional-future-3858,careers,,,,,, -b9d7810f-f19f-40cb-82af-3b0c65669eb5,Numeracy Skills for Employability and the Workplace,By Loughborough University via FutureLearn,,course|https://www.futurelearn.com/courses/numeracy-skills,careers,,,,,, -3e838fab-9636-4eee-bffe-63e984346c33,Becoming a Digital Citizen: an Introduction to the Digital Society,By University of York via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-becoming-a-digital-citizen-an-introduction-to-the-digital-society-7434,society,,,,,, -e7679b57-8bb7-4366-8890-53c50ef0c62b,Prepare for Career Success at University,"By Goldsmiths, University of London via FutureLearn",,course|https://www.futurelearn.com/courses/career-success,careers,,,,,, -35edde3e-4739-49ca-8137-bf7486d0d538,Persuasive Communication: What Makes Messages Persuasive?,By Purdue University via FutureLearn,,course|https://www.futurelearn.com/courses/persuasive-communication,communication,,,,,, -ed45790f-0c66-40e8-b4ae-faa1442c8193,The Dynamics of Group Communication,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/teamwork-skills-effective-communication,communication,,,,,, -ae78d83d-c9ef-4d72-a2fc-7453f4b8485c,Leveraging the Power of Professional Communities,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-leveraging-the-power-of-professional-communities-9140,careers,,,,,, -c0b4c22d-33a2-45bb-9c6d-2385322e840e,How to Succeed in the Global Workplace,By British Council via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-how-to-succeed-in-the-global-workplace-6727,careers,,,,,, -73d5c0a9-3770-41fc-b288-888e785e5dc7,Listening and Presenting: Learning English for Academic Purposes,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/listening-and-presenting-english-academic-purposes,communication,,,,,, -01e334a9-8236-4236-978a-94e8efa87001,Enhancing Soft Skills & Personality,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_hs07/preview,soft-skills,,,,,, -a4e6b777-ff45-4bb7-ad1e-12ec89282de5,"Foundations of Machine Learning, Second Edition | The MIT Press",,,book|https://mitpress.mit.edu/books/foundations-machine-learning-second-edition,machine-learning,,,,,, -4d27dfbe-853b-489d-a32d-f0dd2c98fcb4,An Introduction to Conflict Resolution,By Queen Margaret University via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_1801_1,conflict,,,,,, -0f0eed3e-846a-4d3a-b91e-a289037a3382,How to Read Your Boss,By The University of Nottingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-how-to-read-your-boss-1951,careers,,,,,, -3c8880c8-a12a-438b-bf43-d591933b7f6f,Learning in the Network Age,By University of Southampton via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-learning-in-the-network-age-8266,learning,,,,,, -b6a95db1-dc71-49f9-a781-c2a1a32f8204,Digital Discovery 1: Build Your Confidence Online,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-digital-discovery-1-build-your-confidence-online-11202,life;learning,,,,,, -de0c0e1d-6d13-4da8-bea5-3ac4e29f1abd,Digital Discovery 2: Expand Your World Online,By Australia Post via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-digital-discovery-2-expand-your-world-online-11216,life;learning,,,,,, -f1c61527-6eea-4518-8fb4-90065a42c89a,Career Credentials: Evidence Your Expertise in Teamwork,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-career-credentials-evidence-your-expertise-in-teamwork-11299,careers,,,,,, -069ad1c5-3061-416a-a2f5-7cd25f60d83a,Career Credentials: Evidence Your Expertise in Communication,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-career-credentials-evidence-your-expertise-in-communication-10757,careers,,,,,, -2d925eeb-3ea0-4ec6-a280-e0682d73e72b,Career Credentials: Evidence Your Expertise in Problem Solving,By Deakin University via FutureLearn,,course|https://www.futurelearn.com/courses/career-credentials-problem-solving,careers,,,,,, -da4c4da9-81a5-42f1-b35c-de145f42273b,English at Work: Job Interviews,By Hong Kong Polytechnic University via edX,,course|https://www.classcentral.com/course/edx-english-at-work-job-interviews-3876,careers;interviews,,,,,, -70324800-6da4-4ad4-bd87-6162f458b7e7,English at Work: Job Applications,By Hong Kong Polytechnic University via edX,,course|https://www.edx.org/course/english-at-work-job-applications-0,careers,,,,,, -0f0860c1-61cf-4e83-818a-ed308301fa9a,World of Spies: Keeping Secrets,By Purdue University via FutureLearn,,course|https://www.futurelearn.com/courses/world-of-spies-keeping-secrets,espionage,,,,,, -ffa57543-57ce-4c91-b572-07724e32b525,Career Credentials: Evidence Your Expertise in Digital Literacy,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-career-credentials-evidence-your-expertise-in-digital-literacy-11860,careers,,,,,, -8b03ecb0-48e1-4767-b2cc-67ee69cacf3f,Emotional Intelligence at Work,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/emotional-intelligence-at-work,careers,,,,,, -d34bc74f-e724-4f5b-b23c-0398730e4800,Public Relations Capstone,By National University of Singapore via Coursera,,course|https://www.coursera.org/learn/pr-capstone,public-relations,,,,,, -0207b340-0c57-457d-90df-18af3f599a4e,Career Credentials: Evidence Your Self-management Skills,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-career-credentials-evidence-your-self-management-skills-12192,careers,,,,,, -9f5c1b5d-d2bc-4a72-afcc-600976084fed,Finding Common Ground Teach-Out,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/findingcommonground,society;relationships,,,,,, -10a1970d-1e0d-4880-9a9b-7bb045949dc4,Using Creative Problem Solving,By National Chiao Tung University via FutureLearn,,course|https://www.futurelearn.com/courses/creative-problem-solving,problem-solving,,,,,, -faf41250-ed8c-4ef5-901e-baeb3b3ed934,Negotiation and Conflict Resolution,By via Open2Study,,course|https://www.classcentral.com/course/open2study-negotiation-and-conflict-resolution-1644,negotiation,,,,,, -bcb2e79e-feba-4c97-9bba-fe308d445fc2,Communicating Complex Information: Presenting Your Ideas Clearly and Effectively,By Purdue University via FutureLearn,,course|https://www.futurelearn.com/courses/communicating-complex-information,communication,,,,,, -b46070a1-3858-4597-b798-00061b791663,Success - Unleash Yourself,By University of Agder via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-success-unleash-yourself-2831,careers,,,,,, -deda9e85-7abb-48d8-bb97-4b5d38d5cf38,Be Ready: Staying Safe During Disasters,By International Federation of Red Cross and Red Crescent Societies via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-be-ready-staying-safe-during-disasters-10575,disaster-management,,,,,, -03d5b97c-fbb9-4f40-bfec-c7262aad42b3,Career Management for Early Career Academic Researchers,By University of Glasgow via FutureLearn,,course|https://www.futurelearn.com/courses/career-management,careers,,,,,, -23cf1faa-7969-43a7-be10-7ddef25c92ce,Speaking Effectively,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-speaking-effectively-7946,speaking,,,,,, -82e96140-8a8c-4c1a-8140-87c5c4f05eea,Understanding Romantic Relationships,By Colorado State University Online via FutureLearn,,course|https://www.futurelearn.com/courses/understanding-romantic-relationships,relationships;romance,,,,,, -27b799a6-9106-4846-a28e-0a9515c30103,Employment Communication A Lab based course,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_hs20/,communication,,,,,, -a77303a4-6041-4a98-8dd6-3c1d2c7ee1dd,Enhancing Soft Skills and Personality,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-enhancing-soft-skills-and-personality-12980,soft-skills,,,,,, -86ad3d75-b503-4edc-abcc-9b981120575f,Introduction to Human Communication,By Arizona State University via edX,,course|https://www.edx.org/course/introduction-to-human-communication-2,communication,,,,,, -14fdc414-4c57-49d0-827c-445f2d4bfd99,Psychology at Work,By University of Western Australia via Coursera,,course|https://www.classcentral.com/course/coursera-psychology-at-work-6175,psychology;careers,,,,,, -26e796bc-f649-4311-b668-50ecab726e88,Critical Thinking | The MIT Press,,,book|https://mitpress.mit.edu/books/critical-thinking,critical-thinking,,,,,, -79c1c319-6af5-4d5c-8d81-03fbb09a114f,Realising Career Potential: Rethinking Disability,By Griffith University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-realising-career-potential-rethinking-disability-10646,careers,,,,,, -83c6c050-4bf3-4a42-a2eb-e1ab34fe572d,Wellbeing at Work: An Introduction,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-wellbeing-at-work-an-introduction-13194,careers,,,,,, -412d209a-c217-4169-b0c6-8c1d2a468556,Improving Your Study Techniques,By University of Groningen via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-improving-your-study-techniques-13420,learning,,,,,, -d7453128-64ed-4385-9d56-e241a84656fb,Business Fundamentals: Effective Communication,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/effective-communication,communication,,,,,, -f5a098b0-f7bf-45e1-997e-efeb83dc27a2,Right/Wrong | The MIT Press,,,book|https://mitpress.mit.edu/books/rightwrong,ethics;technology,,,,,, -ae5788ff-7394-4d88-b13c-e870995ad91d,Staying Safe: How to be Prepared in the Modern World,By Emergency Planning College via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-staying-safe-how-to-be-prepared-in-the-modern-world-12191,disaster-management,,,,,, -61396111-2344-444c-8a4c-159af3259334,Becoming Career Smart: How to Sell Yourself,By Deakin University via FutureLearn,,course|https://www.futurelearn.com/courses/career-smart-sell-yourself,careers,,,,,, -1d0793e9-a981-4fc6-beee-a2ec96dbefd5,Effective Questioning for Call Handlers,By University of East Anglia via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-effective-questioning-for-call-handlers-9911,communication,,,,,, -8958171e-6ba6-4952-ba9a-619759d83a3b,Professional Resilience: Building Skills to Thrive,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-professional-resilience-building-skills-to-thrive-9356,careers,,,,,, -625bf2a1-fa36-4f00-9683-94bd1813740b,NextGen Resumes – Creative Self Marketing,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-nextgen-resumes-creative-self-marketing-6076,careers,,,,,, -3becd25c-7372-4afb-a606-f5f679a828a6,Gamification,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/gamification,gamification,,,,,, -f78ed6f4-8853-4ba9-80ef-3ca04fc5e321,How to Write Your First Song,By The University of Sheffield via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-how-to-write-your-first-song-3369,music;songwriting,,,,,, -dc38d416-26c5-4600-b9da-54974547b302,Sound Production in Ableton Live for Musicians and Artists,By California Institute of the Arts via Kadenze,,course|https://www.kadenze.com/courses/sound-production-in-ableton-live-for-musicians-and-artists/info,music;sound-production;software-tools/ableton-live,,,,,, -e9dc0246-a600-4748-8d44-65d4ebe5a15e,Introduction to Real-Time Audio Programming in ChucK,By California Institute of the Arts via Kadenze,,course|https://www.kadenze.com/courses/introduction-to-programming-for-musicians-and-digital-artists/info,sound-production,,,,,, -8d5a8939-fd9f-4549-92c7-ea7ede9e44d1,Songwriting: Writing the Lyrics,By Berklee College of Music via Coursera,,course|https://www.classcentral.com/course/coursera-songwriting-writing-the-lyrics-523,songwriting,,,,,, -53331803-b8bf-4b5c-a89a-5e853d057e5f,Guitar for Beginners,By Berklee College of Music via Coursera,,course|https://www.classcentral.com/course/coursera-guitar-for-beginners-522,guitar,,,,,, -d26e0bbb-0927-44d9-bac8-706f622bcb39,Introduction to Classical Music,By Yale University via Coursera,,course|https://www.coursera.org/learn/introclassicalmusic,music,,,,,, -973c700d-cf2f-42cb-b5b1-c923711e2458,The Music of the Beatles,By University of Rochester via Coursera,,course|https://www.classcentral.com/course/coursera-the-music-of-the-beatles-1135,music,,,,,, -19ea6ce4-2401-4543-8fa9-6d8238963bcc,Fundamentals of Graphic Design,By California Institute of the Arts via Coursera,,course|https://www.coursera.org/learn/fundamentals-of-graphic-design,graphic-design,,,,,, -e626f2cd-8012-41bc-a290-d4f1f5313c24,"History of Rock, Part One",By University of Rochester via Coursera,,course|https://www.classcentral.com/course/coursera-history-of-rock-part-one-690,music;music-genre/rock,,,,,, -d76a1c63-c874-424b-8202-26ebe2b2c86f,Fundamentals of Music Theory,By University of Edinburgh via Coursera,,course|https://www.classcentral.com/course/coursera-fundamentals-of-music-theory-1358,music,,,,,, -60ed8b89-c809-4d16-b88b-efa556126862,Introduction to Graphic Illustration,By Cornish College of the Arts via Kadenze,,course|https://www.kadenze.com/courses/introduction-to-graphic-illustration/info,graphic-design,,,,,, -49213d03-f8ac-47b4-a918-4c49bfc4ab34,Developing Your Musicianship,By Berklee College of Music via Coursera,,course|https://www.coursera.org/learn/develop-your-musicianship,music,,,,,, -bddc548f-aa6b-4469-8856-c6d8e1750d2b,Programming Max: Structuring Interactive Software for Digital Arts,By Stanford University via Kadenze,,course|https://www.kadenze.com/courses/programming-max-structuring-interactive-software-for-digital-arts-i/info,programming;music,,,,,, -2453d594-66d9-4f0c-aeca-42e94c2e8863,Exploring Beethoven’s Piano Sonatas,By Curtis Institute of Music via Coursera,,course|https://www.coursera.org/learn/beethoven-piano-sonatas,music,,,,,, -e720bab2-1326-4e00-ba0a-a1a3b32ee2a6,Sustainability in Architecture: An Interdisciplinary Introduction,By Universitat Politècnica de València via edX,,course|https://www.edx.org/course/sustainability-in-architecture-an-interdisciplinary-introduction-1,architecture;sustainability,,,,,, -a1a17926-a72d-4762-8904-072899ee0c30,"Film, Images & Historical Interpretation in the 20th Century: The Camera Never Lies",By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-film-images-historical-interpretation-in-the-20th-century-the-camera-never-lies-542,film-making,,,,,, -ec093ca3-8f8b-4187-aaf3-d89557a61c06,Introduction to Game Design,By California Institute of the Arts via Coursera,,course|https://www.coursera.org/learn/game-design,game-design,,,,,, -f284680c-358b-4238-be2e-0a88f94fc8d7,Design: Creation of Artifacts in Society,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-design-creation-of-artifacts-in-society-371,design,,,,,, -481bf34f-65ab-4830-91e7-92ba33a48c4d,Comics: Art in Relationship,By California College of the Arts via Kadenze,,course|https://www.classcentral.com/course/kadenze-comics-art-in-relationship-3775,comics,,,,,, -8fbc0b7d-07d1-43c2-ad3c-a2261c2d7b1a,Introduction to Typography,By California Institute of the Arts via Coursera,,course|https://www.coursera.org/learn/typography,typography;design,,,,,, -58c74522-2c63-4cff-8038-c9715f471165,Roman Architecture,By Yale University via Coursera,,course|https://www.coursera.org/learn/roman-architecture,architecture,,,,,, -2eb39b12-5496-4ac4-918d-cd3af2328299,Intro to the Design of Everyday Things,By via Udacity,,course|https://www.classcentral.com/course/udacity-intro-to-the-design-of-everyday-things-1044,design,,,,,, -c78a5625-7fd6-43d6-8472-997a34c26d12,A Global History of Architecture,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-a-global-history-of-architecture-928,architecture,,,,,, -1ab51f44-d6f0-40b5-92dd-4667997ce168,Introduction to Graphic Design History,By Maryland Institute College of Art via Kadenze,,course|https://www.kadenze.com/courses/graphic-design-history-an-introduction/info,graphic-design,,,,,, -7b040f6c-6449-498a-bb92-2b369d345d37,Sound Synthesis Using Reaktor,By California Institute of the Arts via Kadenze,,course|https://www.kadenze.com/courses/sound-synthesis-using-reaktor/info,sound-production,,,,,, -9cfb17c4-fb56-4bc3-a9ac-731e992897cc,Antiquities Trafficking and Art Crime,By University of Glasgow via FutureLearn,,course|https://www.futurelearn.com/courses/art-crime,arts,,,,,, -d24f5b90-da8e-43ee-a1ad-40a8581188f0,How Music Can Change Your Life,By University of Melbourne via Coursera,,course|https://www.coursera.org/learn/music-life,music;life,,,,,, -cd450974-d509-425b-a670-b5f07b1051ea,Innovation Career Lessons from a Master,By Technion - Israel Institute of Technology via Coursera,,course|https://www.coursera.org/learn/startup-entrepreneurship-innovation-career-lessons,careers,,,,,, -1bb4fe17-7cb3-4f4d-80d1-7731cfa1e158,The Beauty of Kunqu Opera,By The Chinese University of Hong Kong via Coursera,,course|https://www.coursera.org/learn/kunqu-opera,music,,,,,, -ef38e534-363a-4613-bc43-6fe2b6d8d81e,Introduction to Imagemaking,By California Institute of the Arts via Coursera,,course|https://www.coursera.org/learn/image-making,graphic-design,,,,,, -a8db8b25-a3d9-47c3-b91f-59ed1d733ed3,Mobile Interaction Design: How to Design Usable Mobile Products and Services,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-mobile-interaction-design-how-to-design-usable-mobile-products-and-services-8643,design,,,,,, -262dc35a-319b-4fda-ac21-c075bcfd0cb3,Design Thinking for the Greater Good: Innovation in the Social Sector,By University of Virginia via Coursera,,course|https://www.coursera.org/learn/uva-darden-design-thinking-social-sector,design,,,,,, -62e51bb3-395f-4933-b5e4-c2632da79606,UX Design: From Concept to Prototype,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/ux-design-concept-wireframe,design,,,,,, -e1eef408-c0b6-4932-bf32-2b8c4de1b75e,UX (User Experience) Capstone,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-ux-user-experience-capstone-12355,design,,,,,, -06b7d74f-5f67-4f0f-b6a6-8f2e8e7d76ff,Cracking the Creativity Code: Discovering Ideas,By Technion - Israel Institute of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-cracking-the-creativity-code-discovering-ideas-3497,creativity,,,,,, -5312b592-de7f-4cbb-b7c0-a10995c4528f,Script Writing: Write a Pilot Episode for a TV or Web Series (Project-Centered Course),By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-script-writing-write-a-pilot-episode-for-a-tv-or-web-series-project-centered-course-5718,script-writing,,,,,, -fcffdf83-c1b3-47a8-869e-fff0fbcbcfaf,In the Studio: Postwar Abstract Painting,By The Museum of Modern Art via Coursera,,course|https://www.classcentral.com/course/coursera-in-the-studio-postwar-abstract-painting-8349,painting,,,,,, -ad352de0-96a4-400e-a63e-17e238e0d81f,Age of Cathedrals,By Yale University via Coursera,,course|https://www.classcentral.com/course/coursera-age-of-cathedrals-9671,architecture,,,,,, -def15ba7-faec-4d91-8919-1cd94340338c,Exploring Beethoven's Piano Sonatas Part 3,By Curtis Institute of Music via Coursera,,course|https://www.coursera.org/learn/exploring-beethoven-piano-sonatas-3,piano,,,,,, -5410a652-6005-4962-bd8a-94e1d6daaa7e,Music's Big Bang: The Genesis of Rock 'n' Roll,By University of Florida via Coursera,,course|https://www.coursera.org/learn/rock-and-roll-music,music,,,,,, -0c15dd97-1d99-4983-b7ac-17a6225034be,Design Thinking for Innovation,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-design-thinking-for-innovation-649,design;innovation,,,,,, -409c1950-326f-42d8-a88d-86b8a6c5b8e2,"The Music of the Rolling Stones, 1962-1974",By University of Rochester via Coursera,,course|https://www.coursera.org/learn/rolling-stones,music,,,,,, -a29d381d-4aef-4faf-8dd3-d6e626c1bd68,How to Make a Comic Book (Project-Centered Course),By High Tech High via Coursera,,course|https://www.coursera.org/learn/make-comic-books,comics,,,,,, -92d28fa7-5777-4f62-adc1-328a6fb2ce37,Soft Skills Engineering Podcast,,,audio|https://softskills.audio/,careers;soft-skills;software-engineering,,,,,, -574536b8-3216-4518-bda3-cc18685c952b,Principles of Photo Composition and Digital Image Post-Production,By Michigan State University via Coursera,,course|https://www.coursera.org/learn/photo-composition,photography,,,,,, -777bfb74-580c-49f6-8394-1a3be7b27d80,"Seeing, Second Edition | The MIT Press",,,book|https://mitpress.mit.edu/books/seeing-second-edition,vision,,,,,, -0b2d1992-eeae-4a6f-9809-3051b417089d,So You Think You Know Tango?,By Emory University via Coursera,,course|https://www.classcentral.com/course/coursera-so-you-think-you-know-tango-14410,music;tango;dance,,,,,, -0f0a4613-81d5-4969-ada7-e222908fd55d,"History of Rock, Part Two",By University of Rochester via Coursera,,course|https://www.classcentral.com/course/coursera-history-of-rock-part-two-692,rock;history,,,,,, -7ca2f152-3259-4b2d-ba3f-81be48e6f14e,Teaching the Violin and Viola: Creating a Healthy Foundation,By Northwestern University via Coursera,,course|https://www.coursera.org/learn/teach-violin-lessons,violin;viola;music,,,,,, -29fed974-8ed5-481f-9d7b-fbcb418e3d99,"Musicianship: Tensions, Harmonic Function, and Modal Interchange",By Berklee College of Music via Coursera,,course|https://www.coursera.org/learn/musicianship-harmony,music,,,,,, -3e9ace23-3449-42a7-83b4-6e18ba243887,Creating Sounds for Electronic Music,By Berklee College of Music via Coursera,,course|https://www.coursera.org/learn/music-synthesizer,music,,,,,, -d8b808fd-8a33-42f8-8386-606990a9e2b5,Design-Led Strategy: Design thinking for business strategy and entrepreneurship,By The University of Sydney via Coursera,,course|https://www.classcentral.com/course/coursera-design-led-strategy-design-thinking-for-business-strategy-and-entrepreneurship-11229,design,,,,,, -3d85b66b-ed6e-4de6-aadf-7028f5b78ca6,Avatar Psychology for Designers,By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-avatar-psychology-for-designers-12004,psychology;design,,,,,, -8a16e04a-edaf-4977-bf51-cfb6282b0355,SAP Leonardo Design-Led Engagements Basics,By via openSAP,,course|https://www.classcentral.com/course/opensap-sap-leonardo-design-led-engagements-basics-10637,software-tools/sap,,,,,, -631273f3-fdfc-42cb-bea4-3a78966bcf9c,"UX Research at Scale: Surveys, Analytics, Online Testing",By University of Michigan via Coursera,,course|https://www.coursera.org/learn/ux-research-at-scale,design,,,,,, -79320774-4290-4393-951e-82976585eca4,Fundamentals of Audio and Music Engineering: Part 1 Musical Sound & Electronics,By University of Rochester via Coursera,,course|https://www.coursera.org/learn/audio-engineering,sound-production,,,,,, -6dfc860d-5d4d-4ba2-a23d-0133c253c471,Graphic Design,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/presentation-design,graphic-design,,,,,, -e796c086-00ce-461f-b0bf-ecc9e363429f,Introduction to UI Design,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/ui-design,design,,,,,, -3e67ea06-4e31-444b-9cc2-8acb9eeb7f5d,Evaluating User Interfaces,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-evaluating-user-interfaces-6926,design,,,,,, -aef8a2da-f3fa-4168-9ffc-1451e7b5e5d7,The Architectural Imagination,By Harvard University via edX,,course|https://www.edx.org/course/the-architectural-imagination-2,architecture,,,,,, -5d1c2187-27d4-4a74-bb8d-9c010fd4c13b,"Drawing Nature, Science and Culture: Natural History Illustration 101",By University of Newcastle via edX,,course|https://www.classcentral.com/course/edx-drawing-nature-science-and-culture-natural-history-illustration-101-7073,drawing,,,,,, -ceb5567b-baf6-4011-b635-0689ff921822,Information Design,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-information-design-2787,design,,,,,, -4891bd9b-e8e0-4d10-87b7-9ca5fa308edf,Scandinavian Film and Television,By University of Copenhagen via Coursera,,course|https://www.classcentral.com/course/coursera-scandinavian-film-and-television-665,film-making,,,,,, -45ff4e8b-990e-46c6-8198-f2b80018b152,"Transmedia Storytelling: Narrative worlds, emerging technologies, and global audiences",By University of New South Wales via Coursera,,course|https://www.coursera.org/learn/transmedia-storytelling,storytelling,,,,,, -66b21296-80e7-4ba3-8819-a8cd41db330c,Building Your Career in Music: Developing A Brand and Funding Your Music,By Berklee College of Music via Coursera,,course|https://www.classcentral.com/course/coursera-building-your-career-in-music-developing-a-brand-and-funding-your-music-9576,music;careers,,,,,, -8a8cffed-0faa-40e9-836d-214d99890e1d,Web Design: Wireframes to Prototypes,By California Institute of the Arts via Coursera,,course|https://www.classcentral.com/course/coursera-web-design-wireframes-to-prototypes-12101,design;web,,,,,, -a98f52ff-1269-451f-a74f-feec0052e8d7,Music and Social Action,By Yale University via Coursera,,course|https://www.classcentral.com/course/coursera-music-and-social-action-5842,music;society,,,,,, -9bd2e106-0e75-446f-8783-f28a921a8c71,Prototyping and Design,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/prototyping-design,design;web,,,,,, -8731b631-e2be-4601-adcb-54e502c0b0f3,Art & Ideas: Teaching with Themes,By The Museum of Modern Art via Coursera,,course|https://www.classcentral.com/course/coursera-art-ideas-teaching-with-themes-6996,art;education,,,,,, -c3bd24e9-d320-4056-9310-66d1b9aebc80,Exploring Beethoven’s Piano Sonatas Part 2,By Curtis Institute of Music via Coursera,,course|https://www.classcentral.com/course/coursera-exploring-beethoven-s-piano-sonatas-part-2-7773,music,,,,,, -ae667b09-efde-4177-849d-a88a41dee0c3,The Cycle: Management of Successful Arts and Cultural Organizations,"By University of Maryland, College Park via Coursera",,course|https://www.classcentral.com/course/coursera-the-cycle-management-of-successful-arts-and-cultural-organizations-7748,art;organization,,,,,, -feabd64e-8371-471c-9e07-df15f4c3f50c,Getting Started With Music Theory,By Michigan State University via Coursera,,course|https://www.coursera.org/learn/music-theory,music-theory,,,,,, -167275d2-9678-420e-87a3-9540ef58333f,Integrating Scripts for Scene Interactions,By Unity via Coursera,,course|https://www.classcentral.com/course/coursera-integrating-scripts-for-scene-interactions-12379,design;software-tools/unity,,,,,, -133823a6-c5b1-403e-a9b6-6ede68e3d630,Basic Elements of Design: Design Principles and Design Software,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/basic-elements-design,design,,,,,, -80b24c55-21b5-4abe-afa1-f89ab655525c,Fundamentals of Digital Image and Video Processing,By Northwestern University via Coursera,,course|https://www.coursera.org/learn/digital,image-processing,,,,,, -d04481c1-7564-4c95-b5ef-48726e72cb4d,User Experience: Research & Prototyping,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-user-experience-research-prototyping-2788,user-experience,,,,,, -2b215b93-380e-4693-8751-ae61709aa650,Design Thinking,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-design-thinking-4842,design,,,,,, -327a00f5-8da5-4c10-967f-7ffe3b08d1e4,"Textual Elements of Design: Fonts, Typography, and Spacing",By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-textual-elements-of-design-fonts-typography-and-spacing-13825,design,,,,,, -42eb5170-9ce4-4973-b7bb-e8a82d48dc48,Visual Elements of User Interface Design,By California Institute of the Arts via Coursera,,course|https://www.coursera.org/learn/visual-elements-user-interface-design,user-interface-design;design,,,,,, -4a540e00-f19b-4319-b09b-0331cda57c6f,Theatre and Globalization,By Ludwig-Maximilians-Universität München via Coursera,,course|https://www.classcentral.com/course/coursera-theatre-and-globalization-2918,theatre,,,,,, -672e454d-6b44-48bc-ade2-a3c401efbe46,Principles of Game Design,By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-principles-of-game-design-4210,game-design,,,,,, -b9b965b0-8935-4795-8b9a-404b4f4435fb,Camera Control,By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-camera-control-5539,photography,,,,,, -2bacdb2d-19d2-4bb8-942d-9550a9057753,The Blues: Understanding and Performing an American Art Form,By University of Rochester via Coursera,,course|https://www.coursera.org/learn/the-blues,music-genre/blues,,,,,, -db5663db-6cfc-4c3a-b130-44b89d08a693,User Research and Design,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-user-research-and-design-6924,design,,,,,, -2d745a59-8e0e-4df5-8b06-bfdd7dfc7936,Healing with the Arts,By University of Florida via Coursera,,course|https://www.coursera.org/learn/healing-with-the-arts,art;life,,,,,, -824f4289-f9bb-466d-af59-cb81b9ab5e5c,UX Design Fundamentals,By California Institute of the Arts via Coursera,,course|https://www.coursera.org/learn/ux-design-fundamentals,user-experience,,,,,, -686ec5bd-df80-4879-9812-b378e2707d63,Boosting Creativity for Innovation,By HEC Paris via Coursera,,course|https://www.coursera.org/learn/boosting-creativity-innovation,creativity,,,,,, -7838b08e-accc-4292-88b3-0ae7a46dba12,Print and Digital Elements of Design: Branding and User Experience,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/designing-print-digital-media,design;branding,,,,,, -2057fa3c-de71-4274-8c81-76c6d0e99bf4,Graphic Elements of Design: Color Theory and Image Formats,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/graphic-elements-design,graphic-design,,,,,, -48760746-f0af-4016-aab4-02ada3e9ffa8,Jazz Improvisation,By Berklee College of Music via Coursera,,course|https://www.coursera.org/learn/jazz-improvisation,music;jazz,,,,,, -f80086bc-8426-41ce-a27e-5350c7fee5a2,"Cameras, Exposure, and Photography",By Michigan State University via Coursera,,course|https://www.coursera.org/learn/exposure-photography,photography,,,,,, -cc0c9386-c591-4b6e-98de-07eceb580084,Introduction to User Experience Design,By Georgia Institute of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-user-experience-design-6535,user-experience,,,,,, -434459f6-b50a-4db6-94bb-baaacddf275c,AI Ethics | The MIT Press,,,book|https://mitpress.mit.edu/books/ai-ethics,ai-ethics,,,,,, -db584cf2-955a-4375-967b-9312dc44fc78,The Art of Music Production,By Berklee College of Music via Coursera,,course|https://www.classcentral.com/course/coursera-the-art-of-music-production-6350,music,,,,,, -18837fa3-aed5-46cb-b78c-74106f7e439e,The Technology of Music Production,By Berklee College of Music via Coursera,,course|https://www.classcentral.com/course/coursera-the-technology-of-music-production-6351,music,,,,,, -a943e61c-c9f2-486a-80a1-fb53f6d0f13d,"Musicianship: Chord Charts, Diatonic Chords, and Minor Keys",By Berklee College of Music via Coursera,,course|https://www.classcentral.com/course/coursera-musicianship-chord-charts-diatonic-chords-and-minor-keys-7050,music-theory,,,,,, -7ccc9bad-3f99-4daf-b7f5-3445c04c0ddc,3D CAD Fundamental,By National Taiwan University via Coursera,,course|https://www.coursera.org/learn/3d-cad-fundamental,computer-aided-design,,,,,, -b60ab0a2-8533-48fb-a812-c67c6b54864b,Fundamentals of Rehearsing Music Ensembles,By The University of North Carolina at Chapel Hill via Coursera,,course|https://www.classcentral.com/course/coursera-fundamentals-of-rehearsing-music-ensembles-731,music,,,,,, -7a9d721c-2561-4d4a-beb9-202e30ca6b4f,How DNS works,,,image|https://howdns.works/,domain-name-system,,,,,, -aa607663-80cd-4b86-821d-b7025ce7241e,Algorithms | The MIT Press,,,book|https://mitpress.mit.edu/books/algorithms,algorithms,,,,,, -db067b74-f406-4fa2-a253-bd5d72d34104,Irrational Exuberance,,,blog|https://lethain.com/,engineering-management,,,,,, -6bec69a0-d943-4d3c-b32a-f4d6e0db72bd,Making Music with Others,By Trinity Laban Conservatoire of Music and Dance via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-making-music-with-others-11959,music,,,,,, -55e5dae9-6b71-4278-8aa3-d3a6a416ab9b,Approaching Music Theory: Melodic Forms and Simple Harmony,By California Institute of the Arts via Coursera,,course|https://www.coursera.org/learn/melodic-forms-simple-harmony,music-theory,,,,,, -0dc5a617-41ed-4dcb-bb99-b88f9f53e618,Write Like Mozart: An Introduction to Classical Music Composition,By National University of Singapore via Coursera,,course|https://www.coursera.org/learn/classical-composition,music,,,,,, -d6aa6d02-269a-4fbc-a789-f9aaab742c7d,ART of the MOOC: Public Art and Pedagogy,By Duke University via Coursera,,course|https://www.coursera.org/learn/public-art-pedagogy,art,,,,,, -f104defa-914f-45de-adb0-d5ba5920213e,Developing Your Musicianship: Final Project,By Berklee College of Music via Coursera,,course|https://www.classcentral.com/course/coursera-developing-your-musicianship-final-project-7052,music,,,,,, -d43aa518-7567-48b6-b38f-577c4745aefe,The Art of Vocal Production,By Berklee College of Music via Coursera,,course|https://www.classcentral.com/course/coursera-the-art-of-vocal-production-7797,music;singing,,,,,, -c1726064-046d-4428-a157-526e8f45ada7,Vernacular architecture,By CEC via Swayam,,course|https://swayam.gov.in/nd2_cec19_ar01/preview,architecture,,,,,, -23575522-2394-4cff-8795-e6280abc5692,Serious Gaming,By Erasmus University Rotterdam via Coursera,,course|https://www.coursera.org/learn/serious-gaming,gaming,,,,,, -1dc3e6b2-8fc5-43fa-b648-f1389ea3a934,Architectural Acoustics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-architectural-acoustics-13902,acoustics;architecture,,,,,, -744d340c-7382-4f98-8cd5-d00b9f9eaf98,Visual Perception and Art: A Survey Across the Cultures,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-visual-perception-and-art-a-survey-across-the-cultures-14352,art,,,,,, -7ff56aa6-961d-4593-bfa8-6fc46ea3e293,Pro Tools Basics,By Berklee College of Music via Coursera,,course|https://www.coursera.org/learn/protools,software-tools/pro-tools;music,,,,,, -18dbfab1-b05d-41f9-bb41-fc99baa40a26,Making Architecture,By IE Business School via Coursera,,course|https://www.coursera.org/learn/making-architecture,architecture,,,,,, -38407cd6-a7e3-4640-95f0-2d2147d8874f,Cultural and creative industries,By Higher School of Economics via Coursera,,course|https://www.coursera.org/learn/cultural-creative-industries,culture,,,,,, -7793f7e0-1798-43fc-9e27-79163d681d67,Guitar Scales and Chord Progressions,By Berklee College of Music via Coursera,,course|https://www.classcentral.com/course/coursera-guitar-scales-and-chord-progressions-11773,guitar,,,,,, -2ddf64f6-d59c-4e91-a2c0-571dd4a70082,Human Computer Interactions,By Indraprastha Institute of Information Technology Delhi via Swayam,,course|https://swayam.gov.in/nd1_noc19_cs86/preview,human-computer-interaction,,,,,, -81c59dd5-e7da-4fa2-80b4-1f4882fd6be3,Contemporary Architecture and Design,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_ar14/preview,architecture,,,,,, -e23b348e-4f3c-4417-ae3f-1a92a3275ea6,ART of the MOOC: Activism and Social Movements,By Duke University via Coursera,,course|https://www.coursera.org/learn/activism-social-movements,activism,,,,,, -681cafd4-44b2-4811-91f7-24aa1436728c,Human-Centered Design: Building and Testing Prototypes,By via openHPI,,course|https://www.classcentral.com/course/openhpi-human-centered-design-building-and-testing-prototypes-13389,design,,,,,, -6a8da6b0-76bd-4b78-b872-6b6a5f47f015,Sexing the Canvas: Art and Gender,By University of Melbourne via Coursera,,course|https://www.coursera.org/learn/gender-art,painting;gender,,,,,, -8516a14d-d457-4432-b3c6-1a75073522fd,Social Computing,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-social-computing-4290,design;community,,,,,, -0b69de3e-22a1-4cb9-a39e-372766e9f68a,Ignite Your Everyday Creativity,By State University of New York via Coursera,,course|https://www.classcentral.com/course/coursera-ignite-your-everyday-creativity-3139,creativity,,,,,, -b2382017-67d0-4921-bb75-cdaa53107c86,Modern Art & Ideas,By The Museum of Modern Art via Coursera,,course|https://www.classcentral.com/course/coursera-modern-art-ideas-4163,art,,,,,, -23508d88-40f9-4f67-8cce-07cbaf6d133f,Interaction Design Capstone Project,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-interaction-design-capstone-project-5140,interaction-design,,,,,, -65ad575d-d53b-40a7-bc0c-25c75a3f69c3,Fashion as Design,By The Museum of Modern Art via Coursera,,course|https://www.classcentral.com/course/coursera-fashion-as-design-9416,fashion;design,,,,,, -19acf65d-a2cb-4920-9b9c-28ae36fbb7f3,A Scientific Approach to Innovation Management,By Università Bocconi via Coursera,,course|https://www.coursera.org/learn/scientific-approach-innovation-management,innovation,,,,,, -5844e681-917d-48f1-b989-fe95ed9136a4,An Introduction to Accessibility and Inclusive Design,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-an-introduction-to-accessibility-and-inclusive-design-13860,accessibility;design,,,,,, -abcc1161-2df1-408c-96c7-98fea668c38c,Music Business Foundations,By Berklee College of Music via Coursera,,course|https://www.classcentral.com/course/coursera-music-business-foundations-4429,music;business,,,,,, -6fecd096-c7a7-4630-a1eb-1d79ca6b6068,Design Principles: an Introduction,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-design-principles-an-introduction-4296,design,,,,,, -e52246fe-53a8-40f0-8440-ae8c564151cd,Digital Skills: User Experience,By Accenture via FutureLearn,,course|https://www.futurelearn.com/courses/digital-skills-user-experience,user-experience,,,,,, -16952160-fa7e-46f0-9155-e26845eed609,The Olympic Games and the Media,By Universitat Autònoma de Barcelona (Autonomous University of Barcelona) via Coursera,,course|https://www.coursera.org/learn/olympic-games,sports;media,,,,,, -1e064c73-9a36-4ec2-b14c-dd381536f537,The World of the String Quartet,By Curtis Institute of Music via Coursera,,course|https://www.classcentral.com/course/coursera-the-world-of-the-string-quartet-2499,music,,,,,, -924c1184-049f-4f80-afe2-29d33c8f533e,UI Design Capstone,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-ui-design-capstone-6928,design,,,,,, -5e6177da-557a-46fa-be16-989efec48cda,Mario Botta: To Be an Architect,By Università della Svizzera italiana via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-mario-botta-to-be-an-architect-10554,architect,,,,,, -f3fe6e8c-2fd3-4279-a25d-953bd2f6b5dc,"Innovation Through Design: Think, Make, Break, Repeat",By The University of Sydney via Coursera,,course|https://www.classcentral.com/course/coursera-innovation-through-design-think-make-break-repeat-11588,innovation;design,,,,,, -d1794ee6-1a32-457a-bafc-7a6b58d06b56,The Living Picture Craze: An Introduction to Victorian Film,By The British Film Institute via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-living-picture-craze-an-introduction-to-victorian-film-13676,film-making,,,,,, -39745c3e-bf12-488c-889e-16e6cbf6fd04,Input and Interaction,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-input-and-interaction-4245,interaction-design,,,,,, -c34978c4-f9e2-442c-9dac-2470cdf9254d,Too Much Information | The MIT Press,,,book|https://mitpress.mit.edu/books/too-much-information,information-overload,,,,,, -3766f543-cbd5-4361-a286-2cecfc4a0010,Introduction to Ableton Live,By Berklee College of Music via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-ableton-live-2988,software-tools/ableton-live,,,,,, -1cc1b277-0023-46b7-b961-9ec26763bddc,Seeing Through Photographs,By The Museum of Modern Art via Coursera,,course|https://www.coursera.org/learn/photography,photography,,,,,, -ab96e671-9385-4d0d-9b5d-9e9593f28867,Art of the MOOC: Experiments with Sound,By Duke University via Coursera,,course|https://www.coursera.org/learn/experiments-with-sound,music;sound,,,,,, -41dc09af-11ed-4932-a3d6-01fbb770c014,Pyramids of Giza: Ancient Egyptian Art and Archaeology,By Harvard University via edX,,course|https://www.edx.org/course/pyramids-of-giza-ancient-egyptian-art-and-archaeology-2,nations/egypt;art;archaeology,,,,,, -0b75140b-487e-4d5d-a73f-8cf8880e7746,Exploring Beethoven's Piano Sonatas Part 4,By Curtis Institute of Music via Coursera,,course|https://www.coursera.org/learn/exploring-beethoven-piano-sonatas-4,music;piano,,,,,, -6307b772-e8c4-4d77-83f0-5ae7c6b4d4ed,Design Thinking Capstone,By Rochester Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-design-thinking-capstone-10304,design,,,,,, -5c84fec8-44e6-49d4-a092-15cdbb9b1dc5,Designing and Creating Skirts,By Hong Kong Polytechnic University via edX,,course|https://www.edx.org/course/designing-and-creating-skirts,design,,,,,, -31ad33b9-ed88-451c-a8c9-42876c8380dd,Shakespeare: On the Page and in Performance,By Wesleyan University via edX,,course|https://www.classcentral.com/course/edx-shakespeare-on-the-page-and-in-performance-939,literature,,,,,, -8f1530cc-6b0f-4604-a641-f1fd6fdf0b28,SAP's UX Strategy in a Nutshell by Sam Yen,By via openSAP,,course|https://open.sap.com/course/uxn1,software-tools/sap,,,,,, -2f878edb-f349-41ee-b69c-7bf28fe4a9ea,Western and Chinese Art: Masters and Classics,By via edX,,course|https://www.edx.org/course/western-chinese-art-masters-classics-tsinghuax-00691153x,art,,,,,, -5965499c-991d-4850-afe9-6ed4f7f6fcb3,"The Search for Vernacular Architecture of Asia, Part 1 | 探索亚洲地区的本土建筑,第1部分",By The University of Hong Kong via edX,,course|https://www.classcentral.com/course/edx-the-search-for-vernacular-architecture-of-asia-part-1--1-2072,architecture,,,,,, -75e3d4f1-d5b8-4bd8-8075-3deb03b012fb,OjaiU 2015: The Beat of the World – The Art of Percussion,By via Independent,,course|https://www.classcentral.com/course/independent-ojaiu-2015-the-beat-of-the-world-the-art-of-percussion-3577,music;percussion,,,,,, -d8ee74ea-b1e7-4518-829f-c25f142985af,Product Design,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-product-design-3646,product-design;design,,,,,, -d9d17ca4-9c6d-40a8-a9ed-c97da7582d41,An Unloved Story: Lost In Translation / Her,By via OpenLearning,,course|https://www.classcentral.com/course/openlearning-an-unloved-story-lost-in-translation-her-3756,film-making,,,,,, -eb8f77bd-6588-4be5-bba7-4eabfa53519d,Making Science and Engineering Pictures: A Practical Guide to Presenting Your Work,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/making-science-engineering-pictures-mitx-0-111x,photography;communication,,,,,, -35ad46a3-827c-471c-9314-08ffd57923d0,Creating Business Value with User Experience,By via openSAP,,course|https://open.sap.com/courses/uxn2,user-experience,,,,,, -7e67edbd-37b1-4936-84ff-173197c397e4,Innovation Generation: How to Be Creative,By University of Texas Health Science Center at Houston via edX,,course|https://www.edx.org/course/innovation-generation-how-be-creative-uthealthsphx-inov101x,creativity,,,,,, -0b7bee22-99a5-414f-a283-e58451d4d9bb,"Art, Communication and Contact Zones",By University of Pittsburgh via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_279_1,art,,,,,, -d1ce489a-054c-48dd-83b2-d96226e462a8,Machine Learning | The MIT Press,,,book|https://mitpress.mit.edu/books/machine-learning-1,machine-learning,,,,,, -a8fadf69-d323-48e7-81eb-365e69cb8911,Rapid Prototyping,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-rapid-prototyping-4813,design;prototyping,,,,,, -722453dd-7de2-4de3-ad54-d38b43c07a30,Science in Art: The Chemistry of Art Materials and Conservation,By Trinity College via edX,,course|https://www.classcentral.com/course/edx-science-in-art-the-chemistry-of-art-materials-and-conservation-3591,art;chemistry;material-science,,,,,, -9b95895e-c4df-446c-af87-1c52dd0d37cf,Software Design for Non-Designers,By mooc.house via Independent,,course|https://www.classcentral.com/course/independent-software-design-for-non-designers-3587,design,,,,,, -be7e230d-9c8f-4228-9bb3-1e692cf7b677,Mobile Application Experiences Part 2: Mobile App Design,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/mobile-application-experiences-part-2-mitx-21w-789-2x,design;mobile-apps,,,,,, -190cd09a-9026-48db-9a06-17cc095c1d14,Prototyping Interaction,By Amsterdam University of Applied Sciences via iversity,,course|https://iversity.org/en/courses/prototyping-interaction-february-2016,prototyping,,,,,, -e974c276-3bda-4814-b462-0cceac1943ea,The Meaning of Rome: The Renaissance and Baroque City,By University of Notre Dame via edX,,course|https://www.edx.org/course/meaning-rome-renaissance-baroque-city-notredamex-arc110x,architecture,,,,,, -f235f87e-4729-42e9-8ae6-a07b198f085f,Introduction to Game Design,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-game-design-2366,game-design,,,,,, -e0e398bd-6c00-47a4-bfa6-b2a9e916f0c0,Defining the String Quartet: Haydn,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-defining-the-string-quartet-haydn-6348,music,,,,,, -33d0dfc0-b841-4756-b7a8-5f5d5c1e051c,Creative Programming with Javascript,"By Goldsmiths, University of London via Kadenze",,course|https://www.classcentral.com/course/kadenze-creative-programming-with-javascript-3769,programming-languages/javascript,,,,,, -3f19d077-899b-4555-9276-7113092868b7,"Vernacular Architecture of Asia: Tradition, Modernity and Cultural Sustainability | 亚洲本土建筑: 传统,现代与文化的可持续发展",By The University of Hong Kong via edX,,course|https://www.edx.org/course/vernacular-architecture-asia-tradition-hkux-hku02-2x,architecture,,,,,, -c7ff173a-22c9-44ed-a64d-9341828cad49,Four Facets of Contemporary Japanese Architecture: Theory,By The University of Tokyo via edX,,course|https://www.edx.org/course/four-facets-contemporary-japanese-utokyox-utokyo004x,architecture;nations/japan,,,,,, -2b2e86a8-f4d8-4d3a-bc6a-64b20c50661a,"Jazz: The Music, The Stories, The Players",By Hamilton via edX,,course|https://www.edx.org/course/jazz-music-stories-players-hamiltonx-music160x-0,music-genre/jazz,,,,,, -948bf525-fd47-4d10-90ea-d2a86daf73f2,Reinventing the Piano,By Princeton University via Kadenze,,course|https://www.classcentral.com/course/kadenze-reinventing-the-piano-3778,piano,,,,,, -57282a4c-b4b8-483f-81c0-c36d0048be15,Fashion Style Icons and Design History,By Otis College of Art and Design via Kadenze,,course|https://www.classcentral.com/course/kadenze-fashion-style-icons-and-design-history-4099,fashion,,,,,, -4794e61c-fa51-40e3-8019-e11ae3742c4f,Foundations of Arts and Entertainment Technologies,By The University of Texas at Austin via Kadenze,,course|https://www.classcentral.com/course/kadenze-foundations-of-arts-and-entertainment-technologies-5894,art;technology;entertainment,,,,,, -20a4beb7-a020-4bda-856b-8cc16e32b05d,Introduction to Italian Opera,By Dartmouth via edX,,course|https://www.classcentral.com/course/edx-introduction-to-italian-opera-3840,music,,,,,, -8d0891e5-1a0d-4a07-b9b3-7f8077cbdfab,The Modern Genius: Art and Culture in the 19th Century,By Otis College of Art and Design via Kadenze,,course|https://www.classcentral.com/course/kadenze-the-modern-genius-art-and-culture-in-the-19th-century-3747,art-and-culture;history,,,,,, -1a8f2bb3-8935-4f03-a6cb-ed5855e5afa3,Loop: Repetition and Variation in Music,By University College Cork via Kadenze,,course|https://www.classcentral.com/course/kadenze-loop-repetition-and-variation-in-music-3779,music,,,,,, -7583834b-8910-4be9-a6f9-1f68948d4f8a,"Hollywood: History, Industry, Art",By University of Pennsylvania via edX,,course|https://www.classcentral.com/course/edx-hollywood-history-industry-art-5643,film-making,,,,,, -22dbf2a4-5b0c-4988-a5be-be53af07da22,Modern Architecture,By Build Academy via Independent,,course|https://courses.buildacademy.com/courses/course-v1:Architecture+Build-Academy_Arch110+2016_T4/about,architecture,,,,,, -7aea9528-d637-496a-bbe3-6d3bd48385fc,Inside the Music & Video Tech Industry,By via Kadenze,,course|https://www.kadenze.com/courses/inside-the-music-video-tech-industry/info,music;video,,,,,, -52c2f7da-07f3-4654-92b4-72858012b34c,Generative Art and Computational Creativity,By Simon Fraser University via Kadenze,,course|https://www.kadenze.com/courses/introduction-to-generative-arts-and-computational-creativity/info,generative-art,,,,,, -bc7b999e-b890-4351-8f9d-73c5cec88131,New York Architecture,By Build Academy via Independent,,course|https://courses.buildacademy.com/courses/course-v1:Architecture+Build-Academy_Arch103+2016_T4/about,architecture,,,,,, -19ef9b6b-4f6c-4ad5-bf9b-8f9115f17c03,Contemporary Architecture,By Build Academy via Independent,,course|https://www.classcentral.com/course/independent-contemporary-architecture-2772,architecture,,,,,, -781683b3-519a-4564-9c4a-dfd4a3f438f2,Frank Lloyd Wright And The XX Century,By Build Academy via Independent,,course|https://courses.buildacademy.com/courses/course-v1:Architecture+Build-Academy_Arch402+2016_T4/about,architecture,,,,,, -6c12eebe-77cf-44e4-8fc9-8c4b931dfcbb,Principles of Designing for Humans,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-principles-of-designing-for-humans-6256,design,,,,,, -09138f73-716f-4663-82ff-cc5cdd84488c,Creative Audio Programming on the Raspberry Pi,By University of New South Wales via Kadenze,,course|https://www.kadenze.com/courses/creative-audio-programming-on-the-raspberry-pi/info,programming;audio;raspberry-pi,,,,,, -b4593ba5-e4b1-4505-ab95-61b40dffcd81,Introduction to Sound and Acoustic Sketching,By University St. Joseph via Kadenze,,course|https://www.kadenze.com/courses/introduction-to-sound-and-acoustic-sketching/info,sound,,,,,, -dd94a9f9-fcf8-4ad7-a957-39a4d2cfb534,Exposing Digital Photography,By Harvard University via Independent,,course|https://www.classcentral.com/course/independent-exposing-digital-photography-8091,photography,,,,,, -a45e5782-f2a5-49a6-ae5b-b8cb48b3b4b0,Stonehenge,By University of Buckingham via iversity,,course|https://iversity.org/en/courses/stonehenge-january-2016,archaeology,,,,,, -557a6b51-082c-4e9c-980e-57f282149d8d,Advanced Generative Art and Computational Creativity,By Simon Fraser University via Kadenze,,course|https://www.kadenze.com/courses/advanced-generative-art-and-computational-creativity/info,generative-art,,,,,, -ac83d8b2-16b5-49dd-927d-ed9b85eb9a93,Sound Design with Kontakt,By Berklee College of Music via Kadenze,,course|https://www.classcentral.com/course/kadenze-sound-design-with-kontakt-6802,sound,,,,,, -41007e84-bf3c-46c1-94ac-8d2dd4dc370c,Evaluating Designs with Users,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-evaluating-designs-with-users-7240,design,,,,,, -1fe94ea5-a88e-4b7b-82e7-68a265772422,"Pop, Minimalism, and Postmodernism",By School of the Art Institute of Chicago via Kadenze,,course|https://www.kadenze.com/courses/pop-minimalism-and-postmodernism/info,art,,,,,, -fcabedbf-d9f1-4056-85dd-e2574b3aa218,Touring Modernism,By School of the Art Institute of Chicago via Kadenze,,course|https://www.kadenze.com/courses/charting-the-avant-garde-from-romanticism-to-utopic-abstraction/info,modernism;art,,,,,, -993f18ea-2c35-40b8-8057-f96bd7f5ecc0,Surrealism and Its Legacy,By School of the Art Institute of Chicago via Kadenze,,course|https://www.classcentral.com/course/kadenze-surrealism-and-its-legacy-8411,surrealism;art,,,,,, -a326c669-a1c4-42e0-8c10-cdbf0378e638,Introduction to German Opera,By Dartmouth via edX,,course|https://www.edx.org/course/introduction-german-opera-dartmouthx-dart-mus-02x,music,,,,,, -08c75242-5019-4b65-9163-688c0e365c83,Introduction to 3D Modeling and Animation with Maya: Tradition Meets Technology,By California College of the Arts via Kadenze,,course|https://www.kadenze.com/courses/introduction-to-3d-modeling-and-animation-with-maya-tradition-meets-technology-i/info,animation;3d-modeling,,,,,, -4868b2f0-6b0f-40e3-a935-a3f6af80ea03,UX Design: From Concept to Wireframe,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-ux-design-from-concept-to-wireframe-6254,user-experience,,,,,, -4685b29d-733a-459a-8a2a-f9333de26a58,Human-Computer Interaction,By Georgia Institute of Technology via Udacity,,course|https://www.udacity.com/course/human-computer-interaction--ud400,human-computer-interaction,,,,,, -db1c2652-e079-4dfc-a4ac-b4175dfb5e5d,Cardin to Castelbajac: Style in French Fashion,By Paris College of Art via Kadenze,,course|https://www.classcentral.com/course/kadenze-cardin-to-castelbajac-style-in-french-fashion-4995,fashion,,,,,, -8a2b0b5c-f66e-4070-ad80-5a0fcb511824,UX Design: From Wireframe to Prototype,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-ux-design-from-wireframe-to-prototype-6253,user-experience,,,,,, -1d5c0330-076d-4768-94ad-38edf6ab54cf,Understanding User Needs,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-understanding-user-needs-6257,design,,,,,, -abbf099a-fa79-4925-8412-77421488d894,Facilitator’s Guide to Human-Centered Design,By Ideo.org via +Acumen,,course|https://www.plusacumen.org/courses/facilitator%E2%80%99s-guide-human-centered-design,design,,,,,, -5c973b5a-943e-44d1-a84c-850b07217029,Gaultier to Louboutin: Style & Strategy in French Fashion,By Paris College of Art via Kadenze,,course|https://www.kadenze.com/courses/gaultier-to-louboutin-style-strategy-in-french-fashion/info,fashion,,,,,, -668203fe-7104-40fc-ac5f-0d74acd7101b,The Modern Music Technologist,By California Institute of the Arts via Kadenze,,course|https://www.kadenze.com/courses/the-modern-music-technologist/info,music;technology,,,,,, -6f1507f9-0bb2-4a26-9ecc-7566ecfdf745,UX Research at Scale: Analytics and Online Experiments,By University of Michigan via edX,,course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567901241_8f880016908bade84553493dfe303162,user-experience,,,,,, -79a4b5e8-f61b-4913-bbeb-187dbe7d2ee9,The Practical History of Typography,By School of Visual Arts via Kadenze,,course|https://www.classcentral.com/course/kadenze-the-practical-history-of-typography-7599,typography;design,,,,,, -6cef2bcb-db81-40b1-af9d-7ea1a12e2e0a,Inspirations for Design: A Course on Human-Centered Research,By via openHPI,,course|https://open.hpi.de/courses/insights-2017,design,,,,,, -4a1ab933-0ba3-49eb-8c2b-a30b9dfd3aa5,Financial Systems for a Successful Studio,By Columbus College of Art & Design via Kadenze,,course|https://www.kadenze.com/courses/financial-systems-for-a-successful-studio/info,business,,,,,, -5e923c92-e8be-4703-b5a5-dd0e04dfb6b9,Contemporary Museum Education,By Pratt Institute via Kadenze,,course|https://www.classcentral.com/course/kadenze-contemporary-museum-education-4998,museums,,,,,, -9cf99379-a0ba-4964-a1ac-71c6d7e11d48,Custom Handlettering,By School of Visual Arts via Kadenze,,course|https://www.kadenze.com/courses/custom-handlettering/info,typography,,,,,, -d498adb1-4f0c-4359-ad08-c7641d8c90c7,Working with Motion & Time,By School of Visual Arts via Kadenze,,course|https://www.kadenze.com/courses/working-with-motion-time/info,photography;video,,,,,, -e4f3ffcf-8920-478b-917a-a193c25d2529,Piano I: Introduction to the Piano & Staff,By Arizona State University via Kadenze,,course|https://www.kadenze.com/courses/piano-i-introduction-to-the-piano-staff/info,piano,,,,,, -36165e48-cdad-44a3-895f-4a5efb67cc62,"Digital Drawings: Points, Lines, Curves","By University of Nevada, Las Vegas via Kadenze",,course|https://www.classcentral.com/course/kadenze-digital-drawings-points-lines-curves-8397,drawing,,,,,, -325f14fc-1fbd-4d4a-a321-32c09e6cda14,Motion Design: Time and Technology,By Ringling College of Art + Design via Kadenze,,course|https://www.kadenze.com/courses/motion-design-time-and-technology/info,animation,,,,,, -54c7d7a2-b948-462d-96a1-367e2ceb319e,Hooked,,,book|https://www.goodreads.com/book/show/22668729-hooked?ac=1&from_search=true&qid=u4tdjtxk2C&rank=3;summary|https://www.booklets.io/b/hooked-by-nir-eyal-booklets,product-management;habits;product-design,,,,,, -cd004af1-65f9-4f5f-b53a-8dd53b151193,Exploring the Mixed Reality Landscape,By Pacific Northwest College of Art via Kadenze,,course|https://www.classcentral.com/course/kadenze-exploring-the-mixed-reality-landscape-7603,virtual-reality;mixed-reality,,,,,, -b449c715-487d-4d00-b707-9f9ca1e5b7e6,Making Typeface Families,By School of Visual Arts via Kadenze,,course|https://www.classcentral.com/course/kadenze-making-typeface-families-7615,typography,,,,,, -1936939f-119b-4c2d-9b65-55a53e27b219,Designing Synthesizer Sounds,By Berklee College of Music via Kadenze,,course|https://www.kadenze.com/courses/designing-synthesizer-sounds/info,sound,,,,,, -06b64d34-6f6e-4e00-8453-1a2a5545110c,"Digital Modeling: Volume, Surface, Space","By University of Nevada, Las Vegas via Kadenze",,course|https://www.classcentral.com/course/kadenze-digital-modeling-volume-surface-space-8401,3d-modeling,,,,,, -610150fc-b042-4343-b1ed-3e44d6d8f5d2,Music Technology Foundations,By University of Adelaide via edX,,course|https://www.edx.org/course/music-technology-foundations,music,,,,,, -00fea7f0-8ee7-486c-83b6-dfceeba8238d,Typography in Graphic Design,By School of Visual Arts via Kadenze,,course|https://www.classcentral.com/course/kadenze-typography-in-graphic-design-7616,typography;graphic-design,,,,,, -c6171a3b-5620-4b33-9bc4-3588377a92c7,Camera Essentials,By School of Visual Arts via Kadenze,,course|https://www.kadenze.com/courses/camera-essentials/info,photography,,,,,, -104a7ced-712e-446e-b258-26b09c881b18,Piano II: Focus on Reading,By Arizona State University via Kadenze,,course|https://www.kadenze.com/courses/piano-ii-focus-on-reading/info,piano,,,,,, -e5477452-539f-4fb6-848c-2071e1bc973b,Creating and Capturing Mixed Reality,By Pacific Northwest College of Art via Kadenze,,course|https://www.classcentral.com/course/kadenze-creating-and-capturing-mixed-reality-7607,mixed-reality,,,,,, -acd43c6a-164e-4ed0-a9c4-4c5e2ca26144,Irish Journal,By William Shakespeare,https://learn-awesome.github.io/assets/book_covers/21366339.jpg,book|https://www.goodreads.com/book/show/21366339-a-midsummer-night-s-dream,classics,,,,,, -0677e128-2f73-4555-b7b2-ed8567e959bd,Motion Design: Title Transformation,By Ringling College of Art + Design via Kadenze,,course|https://www.kadenze.com/courses/motion-design-title-transformation/info,animation,,,,,, -77698294-4c6c-4d05-8e6d-a7238572ccde,"World Music, Culture, & You: Finding Music Within Your Community",By Trinity College via edX,,course|https://www.classcentral.com/course/edx-world-music-culture-you-finding-music-within-your-community-10459,music;culture,,,,,, -58b0738f-13c2-4c15-bb65-d069f6ac12d8,Design Theory,By Shenkar College of Engineering via edX,,course|https://www.classcentral.com/course/edx-design-theory-9438,design,,,,,, -aed62d4b-56ca-4f46-8f73-0f5cf6f4113a,Selling and Protecting Typefaces,By School of Visual Arts via Kadenze,,course|https://www.classcentral.com/course/kadenze-selling-and-protecting-typefaces-7617,typography,,,,,, -02e16be9-1c83-4bbf-9898-fd29db954a51,North Indian Classical Music I: Fundamental Elements,By Universitat Pompeu Fabra via Kadenze,,course|https://www.kadenze.com/courses/north-indian-classical-music-i-fundamental-elements/info,music-genre/hindustani-classical,,,,,, -72671dd0-10fb-4de8-b3eb-e1925d82ee48,Sound Essentials,By School of Visual Arts via Kadenze,,course|https://www.classcentral.com/course/kadenze-sound-essentials-7619,sound,,,,,, -3e180ebd-5306-452e-b6df-cc5ab7db5743,An Elegant Puzzle: Systems of Eng Management.,,,book|https://lethain.com//elegant-puzzle/,engineering-management,,,,,, -948eba55-0396-45b6-8a6f-c167ceea6ebc,Digital to Physical: Repetition + Difference: Component-to-System Relationships,"By University of Nevada, Las Vegas via Kadenze",,course|https://www.classcentral.com/course/kadenze-digital-to-physical-repetition-difference-component-to-system-relationships-8400,fabrication;prototyping,,,,,, -e0e2b708-cef1-4def-9015-9d41b9ab8faa,Four Facets of Contemporary Japanese Architecture: Technology,By The University of Tokyo via edX,,course|https://www.classcentral.com/course/edx-four-facets-of-contemporary-japanese-architecture-technology-6651,architecture,,,,,, -04c4c7df-783b-479d-b154-d2a459917f35,Designing for Mixed Reality,By Pacific Northwest College of Art via Kadenze,,course|https://www.kadenze.com/courses/designing-for-mixed-reality/info,mixed-reality,,,,,, -d6e5839a-0e88-4ba0-9b6d-19cc6c91c5a1,First Nights - Monteverdi’s L’Orfeo and the Birth of Opera,By Harvard University via edX,,course|https://www.edx.org/course/first-nights-monteverdis-lorfeo-and-the-birth-of-opera,music-genre/opera,,,,,, -13efb200-49ac-43fe-a339-c80ec3037cc7,North Indian Classical Music II: Raga Composition and Development,By Universitat Pompeu Fabra via Kadenze,,course|https://www.kadenze.com/courses/north-indian-classical-music-ii-raga-composition-and-development/info,music-genre/hindustani-classical,,,,,, -d6bf00cc-e93b-428e-a5f8-517158626eed,Basics of Design Testing,By via openSAP,,course|https://www.classcentral.com/course/opensap-basics-of-design-testing-9071,design,,,,,, -dce9db08-37e8-41b5-9892-a54d6fa3034f,First Nights - Handel's Messiah and Baroque Oratorio,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-first-nights-handel-s-messiah-and-baroque-oratorio-4548,music-genre/opera,,,,,, -e674f95c-3c14-4aeb-978d-cf9013f4da24,Piano III: Scales and Chords,By Arizona State University via Kadenze,,course|https://www.classcentral.com/course/kadenze-piano-iii-scales-and-chords-7613,piano;music-theory,,,,,, -041169dc-d7a7-499b-b6e6-25a2d7cf4cfb,First Nights - Beethoven's 9th Symphony and the 19th Century Orchestra,By Harvard University via edX,,course|https://www.edx.org/course/first-nights-beethovens-9th,music-genre/opera,,,,,, -34013f97-2f62-4818-a503-f1e12efae812,First Nights - Berlioz’s Symphonie Fantastique and Program Music in the 19th Century,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-first-nights-berlioz-s-symphonie-fantastique-and-program-music-in-the-19th-century-6612,music-genre/opera,,,,,, -fe280fee-cc36-4760-b805-2c3da9823818,Motion Design: Animated GIFs,By Ringling College of Art + Design via Kadenze,,course|https://www.classcentral.com/course/kadenze-motion-design-animated-gifs-5891,animation,,,,,, -ce4c409a-2182-4837-bab9-393e75ee1a5a,"Stravinsky’s Rite of Spring: Modernism, Ballet, and Riots",By Harvard University via edX,,course|https://www.edx.org/course/stravinskys-rite-of-spring-modernism-ballet-and-riots,music,,,,,, -da44b97c-ce06-4798-943e-ae5bdd3731b2,Fundamentals of Video Production,By School of Visual Arts via Kadenze,,course|https://www.classcentral.com/course/kadenze-fundamentals-of-video-production-7620,video,,,,,, -8553a873-7547-466a-a185-f5a830e54722,Design Thinking: UX and Advanced Topics,By Microsoft via edX,,course|https://www.edx.org/course/design-thinking-advanced-topics,design,,,,,, -a5f9e78b-a863-4ec7-860d-b8787ae506c3,Basics of Design Research,By via openSAP,,course|https://www.classcentral.com/course/opensap-basics-of-design-research-6905,design,,,,,, -acbe0f7d-7b44-49c3-9348-d3c6ebe24997,North Indian Classical Music III: Performance Practice,By Universitat Pompeu Fabra via Kadenze,,course|https://www.kadenze.com/courses/north-indian-classical-music-iii-performance-practice/info,music-genre/hindustani-classical,,,,,, -87dd3f79-4375-4a82-8f1b-02d294a9c468,Interpreting Vernacular Architecture in Asia,By The University of Hong Kong via edX,,course|https://www.classcentral.com/course/edx-interpreting-vernacular-architecture-in-asia-11421,architecture;asia,,,,,, -70338fc6-ec14-4be1-8f6b-aa2e091e56dd,DigiFab 3D: How and When to 3D Print,By via Kadenze,,course|https://www.classcentral.com/course/kadenze-digifab-3d-how-and-when-to-3d-print-9442,fabrication;3d-printing,,,,,, -e4e3fe82-ca32-40f2-a3b2-dc73540f6adf,Fundamentals of Post-Production,By School of Visual Arts via Kadenze,,course|https://www.kadenze.com/courses/fundamentals-of-post-production/info,video,,,,,, -94c5dde2-2c80-4438-a42e-8b0959c7ead9,Listen up! How to Launch and Grow a Hit Podcast,By Knight Center for Journalism in the Americas via Independent,,course|https://www.classcentral.com/course/independent-listen-up-how-to-launch-and-grow-a-hit-podcast-12070,podcasts,,,,,, -5221651d-872b-4a7a-b05f-f2574f5ab600,Online Jamming and Concert Technology,By Stanford University via Kadenze,,course|https://www.classcentral.com/course/kadenze-online-jamming-and-concert-technology-3764,audio;network-audio,,,,,, -6b265430-6ec3-4864-a89e-cea34d157c76,"Making Meaning: An Introduction to Designing Objects, Part I",By School of the Art Institute of Chicago via Kadenze,,course|https://www.classcentral.com/course/kadenze-making-meaning-an-introduction-to-designing-objects-part-i-4996,design,,,,,, -aac28339-0ec0-4612-b613-fa474cda4062,User Experience (UX) Design: Human Factors and Culture in Design | 设计的人因与文化,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx-user-experience-ux-design-human-factors-and-culture-in-design--2625,user-experience,,,,,, -288e8bd6-a266-4736-acae-bb5d4f01b934,Human-Centered Design: From Synthesis to Creative Ideas,By via openHPI,,course|https://www.classcentral.com/course/openhpi-human-centered-design-from-synthesis-to-creative-ideas-11179,design,,,,,, -95177629-d6c5-49ee-beea-4be948cb9238,Software Design for Non-Designers,By via openSAP,,course|https://www.classcentral.com/course/opensap-software-design-for-non-designers-6412,design,,,,,, -911f67c1-cb51-4320-b8fe-9c0dd81321a6,IMAGE | ABILITY - Visualizing the Unimaginable,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-image-ability-visualizing-the-unimaginable-5317,design;communication,,,,,, -981413e6-8ce3-4585-b5d9-5524faaa96bf,Models in Architecture – design through physical & digital models,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-models-in-architecture-design-through-physical-digital-models-8085,architecture,,,,,, -b3d93646-4c14-4fc9-96d5-d95cd61f4700,Basic 3D Modeling using Blender,By Indian Institute of Technology Bombay via edX,,course|https://www.classcentral.com/course/edx-basic-3d-modeling-using-blender-10315,3d-modeling;software-tools/blender,,,,,, -55e61c82-7324-4a65-a581-f2c92e3e5c2f,Mastering Quantum Mechanics | The MIT Press,,,book|https://mitpress.mit.edu/books/mastering-quantum-mechanics,quantum-mechanics,,,,,, -4a0b5223-8c76-4605-9e9c-b4237d4aa32c,Basic 3D Animation using Blender,By Indian Institute of Technology Bombay via edX,,course|https://www.edx.org/course/basic-3d-animation-using-blender-0,animation;software-tools/blender,,,,,, -4833392a-530b-49b1-baf6-e22e5dccc2e0,Introduction To Music Theory,By Berklee College of Music via edX,,course|https://www.classcentral.com/course/edx-introduction-to-music-theory-4000,music-theory,,,,,, -f34de5d7-e845-4c9a-abd1-d72b6ce9331c,Design Practice in Business: Spark Innovation like a Designer,By Delft University of Technology via edX,,course|https://www.edx.org/course/design-practice-in-business-0,design,,,,,, -b4ddbd96-ff22-4eea-bfdc-e151dfa8bdf8,Lectures on the Philosophy of Mathematics | The MIT Press,,,book|https://mitpress.mit.edu/books/lectures-philosophy-mathematics,mathematics,,,,,, -a78f76ec-e3ab-4958-8a7e-457cbcd98a6a,Design in Healthcare: Using Patient Journey Mapping,By via edX,,course|https://www.edx.org/course/design-in-healthcare-using-patient-journey-mapping-1,design;healthcare,,,,,, -3b5d7000-7659-4b98-b8c5-11b73240a2fc,User Interface (UI) Personalization,By Georgia Institute of Technology via edX,,course|https://www.edx.org/course/user-interface-ui-personalization-1,design,,,,,, -7513d144-74a8-4d38-873c-8a9270138d5b,Europeana Space: Creative with Digital Heritage,By KU Leuven University via edX,,course|https://www.classcentral.com/course/edx-europeana-space-creative-with-digital-heritage-6846,europe;culture,,,,,, -6b89b475-bef1-43d5-8739-c7afbc579fce,Hong Kong Cinema through a Global Lens | 全球化下的香港电影,By via edX,,course|https://www.edx.org/course/hong-kong-cinema-through-a-global-lens-quan-qiu-hua-xia-de-xiang-gang-dian-ying-2,film-making,,,,,, -dbc8a921-9838-47cb-a559-da35be35d198,Star Trek: Inspiring Culture and Technology,By Smithsonian Institution via edX,,course|https://www.edx.org/course/star-trek-inspiring-culture-and-technology,film-making;culture,,,,,, -1b9f205d-ac54-4765-9159-f9b5005205c5,Music Theory for Beginners,By via Kadenze,,course|https://www.classcentral.com/course/kadenze-music-theory-for-beginners-13524,music-theory,,,,,, -7675e487-49ae-45be-a0e4-4538990859f7,Code as Creative Medium | The MIT Press,,,book|https://mitpress.mit.edu/books/code-creative-medium,creative-programming,,,,,, -ad0a1650-acaf-4e70-b70b-302d4a439df8,"Ableton Live 10, Part 2: Recording & Warping",By via Kadenze,,course|https://www.classcentral.com/course/kadenze-ableton-live-10-part-2-recording-warping-13525,software-tools/ableton-live,,,,,, -3e787f9b-310e-4117-9b7b-e052944d21d8,Anyone Can Watercolor: The Basics for Creating Magical Pieces,By via Kadenze,,course|https://www.classcentral.com/course/kadenze-anyone-can-watercolor-the-basics-for-creating-magical-pieces-13537,painting,,,,,, -ced936b5-f9f2-49ef-a35b-65c58a691a16,Introduction to Guitar Performance,By via Kadenze,,course|https://www.kadenze.com/courses/introduction-to-guitar-performance/info,guitar,,,,,, -b9ab3efd-e4da-4238-bb0f-cee60a17fe1e,Music Theory Level 1: Part Four,By via Kadenze,,course|https://www.kadenze.com/courses/music-theory-level-1-part-four/info,music-theory,,,,,, -b44f2f63-bce4-4996-bde8-ec75aa20474d,Music Theory Level 1: Part Two,By via Kadenze,,course|https://www.kadenze.com/courses/music-theory-level-1-part-two/info,music-theory,,,,,, -40c7bf3c-9bb6-4302-b489-eb23bbd4173e,Pen and Ink Illustration: The Basics for Creating Magical Drawings,By via Kadenze,,course|https://www.kadenze.com/courses/pen-and-ink-illustration-the-basics-for-creating-magical-drawings/info,drawing,,,,,, -778bca78-7489-4133-94f4-ec8d8af36769,"Ableton Live 10, Part 3: Editing & Producing",By via Kadenze,,course|https://www.classcentral.com/course/kadenze-ableton-live-10-part-3-editing-producing-13526,software-tools/ableton-live,,,,,, -89b8947d-ce91-41f3-8fed-ecaf2acd2e7b,You Can Draw Anything in 3 Simple Steps,By via Kadenze,,course|https://www.kadenze.com/courses/you-can-draw-anything-in-3-simple-steps/info,drawing,,,,,, -0f2867f2-18af-4ff8-8f56-fcb42a648023,Music Theory Level 1: Part One,By via Kadenze,,course|https://www.kadenze.com/courses/music-theory-level-1-part-one/info,music-theory,,,,,, -6e9f4c48-fb76-4281-bbe9-11226d770370,Watercolor Magic: The Basics of Color Mixing and Color Harmony,By via Kadenze,,course|https://www.classcentral.com/course/kadenze-watercolor-magic-the-basics-of-color-mixing-and-color-harmony-13535,painting,,,,,, -c2c9533a-0607-4f2d-a0f2-c11cc44b809a,Powerful Presentations for Artists,By via Kadenze,,course|https://www.kadenze.com/courses/powerful-presentations-for-artists/info,presentation;art,,,,,, -3300b821-b70a-4331-a3f3-2363f55681c5,Be Visual! Sketching Basics for IT Business,By via openSAP,,course|https://www.classcentral.com/course/opensap-be-visual-sketching-basics-for-it-business-8944,drawing;sketching,,,,,, -d4a52d75-19d1-4c57-b429-f7c2f09db200,Music Theory Level 1: Part Three,By via Kadenze,,course|https://www.kadenze.com/courses/music-theory-level-1-part-three/info,music-theory,,,,,, -0c251505-57bc-4179-9ade-c8fcb580db1c,"Ableton Live 10, Part 1: The Interface & The Basics",By via Kadenze,,course|https://www.kadenze.com/courses/ableton-live-10-part-1-the-interface-the-basics/info,software-tools/ableton-live,,,,,, -71705711-9b9f-455e-8a58-2c8997e590e0,3D Modeling from Architectural Drawings,By Indian Institute of Technology Bombay via edX,,course|https://www.classcentral.com/course/edx-3d-modeling-from-architectural-drawings-11590,3d-modeling,,,,,, -2849cc0c-7354-4f48-9251-57a9ca38c7ed,Music For Wellness,By Berklee College of Music via edX,,course|https://www.classcentral.com/course/edx-music-for-wellness-6862,music;wellness,,,,,, -0c8aa48c-dd0b-4af3-89ff-93ab5c709714,Vocal Recording Technology,By Berklee College of Music via edX,,course|https://www.edx.org/course/vocal-recording-technology-3,audio;recording,,,,,, -a2e51f35-6838-45ee-aeb3-a17d2d4415a3,Cinematic Storytelling,By California College of the Arts via Kadenze,,course|https://www.classcentral.com/course/kadenze-cinematic-storytelling-6800,film-making;story-telling,,,,,, -15820586-c0b2-4040-a258-623d39f9c5ca,Music Theory Level 1: Part Six,By via Kadenze,,course|https://www.classcentral.com/course/kadenze-music-theory-level-1-part-six-13625,music-theory,,,,,, -34fe28e4-2373-471c-b3f1-426588fc317c,Doodle Magic | Basic & Advanced Techniques,By via Kadenze,,course|https://www.classcentral.com/course/kadenze-doodle-magic-basic-advanced-techniques-13629,drawing;doodling,,,,,, -be852c45-f051-4cc9-8033-37196bae9823,"Ableton Live 10, Part 4: Sound Design & Samplers",By via Kadenze,,course|https://www.kadenze.com/courses/ableton-live-10-part-4-sound-design-samplers/info,software-tools/ableton-live,,,,,, -5a81d303-f608-4c26-837a-4b73c79c6a56,"Fun & Loose Watercolor Florals, Leaves, & Butterflies",By via Kadenze,,course|https://www.classcentral.com/course/kadenze-fun-loose-watercolor-florals-leaves-butterflies-13630,painting,,,,,, -ef9a2474-4b7e-4687-a71d-95804e2d306e,Vocal Techniques 101,By via Kadenze,,course|https://www.classcentral.com/course/kadenze-vocal-techniques-101-13632,singing,,,,,, -8d460dc9-21b3-43a9-b1aa-54b8e1e0087e,"Ableton Live 10, Part 5: Audio & MIDI Effects",By via Kadenze,,course|https://www.kadenze.com/courses/ableton-live-10-part-5-audio-midi-effects/info,software-tools/ableton-live,,,,,, -c3aa8c72-9247-4f20-a7f0-6fee35ad554d,Easy Watercolor Sweets & Treats! Step by Step Beginner Level,By via Kadenze,,course|https://www.kadenze.com/courses/easy-watercolor-sweets-treats-step-by-step-beginner-level/info,painting;watercolor-painting,,,,,, -441267b1-cfe8-43ef-89a9-60581523042f,Music Theory Level 1: Part Five,By via Kadenze,,course|https://www.kadenze.com/courses/music-theory-level-1-part-five/info,music-theory,,,,,, -ff011bb1-4bcd-4fbb-8ff6-f730c6e2c671,"Ableton Live 10, Part 6: DJ Techniques & Controller",By via Kadenze,,course|https://www.classcentral.com/course/kadenze-ableton-live-10-part-6-dj-techniques-controller-13633,software-tools/ableton-live,,,,,, -f8bd9714-2033-4333-90a5-75ba9941c875,Realistic Architectural 3D Modeling,By Indian Institute of Technology Bombay via edX,,course|https://www.edx.org/course/realistic-architectural-3d-modeling-2,architecture;3d-modeling,,,,,, -aa7149bf-9536-4573-9bce-371f6e419926,"19th-Century Opera: Meyerbeer, Wagner, & Verdi",By Harvard University via edX,,course|https://www.edx.org/course/19th-century-opera-meyerbeer-wagner-verdi-2,music-genre/opera,,,,,, -1259095d-31be-4ea4-9ce2-043685aab249,18th-Century Opera: Handel & Mozart,By Harvard University via edX,,course|https://www.edx.org/course/18th-century-opera-handel-mozart,music-genre/opera,,,,,, -db68b09b-1718-49af-a1b2-d5682dd13d51,Product Design: The Delft Design Approach,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-product-design-the-delft-design-approach-2108,product-design,,,,,, -2b5d7f5c-924c-42a4-bc4b-eb55997b1baa,Reinvent yourself: Unleash your creativity,By University of Texas Health Science Center at Houston via edX,,course|https://www.classcentral.com/course/edx-reinvent-yourself-unleash-your-creativity-4936,creativity,,,,,, -d4224ada-4da4-4276-bc26-2235a1a12135,Defining the String Quartet II: Beethoven,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:HumanitiesSciences+Beethoven+selfpaced/about,music,,,,,,oer -eed84c74-0e95-43a6-a409-21e95fd7503d,Beyond Brockhaus Thinking: With Design Thinking to a Networked Culture,By via openHPI,,course|https://open.hpi.de/courses/designthinking2019,design,,,,,, -f8fc6e7f-0778-419d-9af8-565d9560267b,Idea Development: Create and Implement Innovative Ideas,By University of Queensland via edX,,course|https://www.edx.org/course/idea-development-create-and-implement-innovative-ideas-2,innovation,,,,,, -76aae123-b730-4054-8d11-b355b9ae5177,Design Thinking and Creativity for Innovation,By University of Queensland via edX,,course|https://www.classcentral.com/course/edx-design-thinking-and-creativity-for-innovation-10277,innovation,,,,,, -1c428559-ea76-43e2-b0c2-74b4e306eabb,Creating and Sustaining an Innovation Culture,By University of Queensland via edX,,course|https://www.edx.org/course/creating-and-sustaining-an-innovation-culture,innovation,,,,,, -24fd8434-6ea1-4b38-aec5-f804534ba056,Design Thinking and Challenge Management,By via openSAP,,course|https://open.sap.com/courses/ko1-tl,design;management,,,,,, -6154f58e-89df-4bc0-af0c-d0e88ce70667,Creative Thinking: Techniques and Tools for Success,By Imperial College London via edX,,course|https://www.edx.org/course/creative-thinking-techniques-and-tools-for-success,creativity,,,,,, -492d1732-dda0-4a07-a277-ecb420a65da3,Understanding Fashion: From Business to Culture,By Institut Français de la Mode via FutureLearn,,course|https://www.futurelearn.com/courses/understanding-fashion-from-business-to-culture,fashion,,,,,, -c1d6559d-37d0-4968-b4f6-830fa8d2e373,Brand New Brand,By California Institute of the Arts via Coursera,,course|https://www.coursera.org/learn/brand-new-brand,branding,,,,,, -4a9a9984-c8a7-4911-bc8b-98499d849eda,Modern Building Design,By University of Bath via FutureLearn,,course|https://www.futurelearn.com/courses/modern-building-design,architecture,,,,,, -741cda82-b87b-4839-ab36-b15a8c5d7995,Artistic Research in Music – an Introduction,By KU Leuven University via edX,,course|https://www.classcentral.com/course/edx-artistic-research-in-music-an-introduction-12311,music,,,,,, -2b252b40-0611-43b7-8b87-21c86a8a2c17,Audio Signal Processing for Music Applications,By Stanford University via Coursera,,course|https://www.classcentral.com/course/coursera-audio-signal-processing-for-music-applications-2488,signal-processing;music,,,,,, -fcde864c-cf31-41a5-934b-1cec1782903f,Filmmaking and Animation in the Classroom,By via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-filmmaking-and-animation-in-the-classroom-7406,film-making;animation,,,,,, -3f324090-3023-412c-bae6-daa9cab91661,Introduction to Human-Centered Design,By via +Acumen,,course|https://www.classcentral.com/course/acumen-introduction-to-human-centered-design-1823,design,,,,,, -a7ca2cf5-d12a-4a15-b553-e1d99668bf01,Physical Theatre: Meyerhold and Biomechanics,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-physical-theatre-meyerhold-and-biomechanics-1571,theatre,,,,,, -a86d6ca5-8548-4fbc-bb6d-4ad65b1b8715,Learn Jazz Piano: II. Improvising on Jazz Standards,By Goldsmiths University of London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-learn-jazz-piano-ii-improvising-on-jazz-standards-10552,piano;music-genre/jazz,,,,,, -a3d6939a-3b89-464c-8b38-223d544bc413,European Paintings: From Leonardo to Rembrandt to Goya,By Universidad Carlos iii de Madrid via edX,,course|https://www.classcentral.com/course/edx-european-paintings-from-leonardo-to-rembrandt-to-goya-2151,painting,,,,,, -17e76d4a-53ad-4eeb-8cda-9a52a4c3452b,"Making Meaning: An Introduction to Designing Objects, Part II",By School of the Art Institute of Chicago via Kadenze,,course|https://www.kadenze.com/courses/making-meaning-an-introduction-to-designing-objects-part-ii/info,design,,,,,, -0bb3cfba-82c6-415f-9476-23ddbfe84af5,Music Production Capstone,By Berklee College of Music via Coursera,,course|https://www.coursera.org/learn/music-production-capstone,music,,,,,, -3ec21ba5-60b7-48b5-9cf9-f47de3418930,Inside Opera: Why Does It Matter?,By King's College London via FutureLearn,,course|https://www.futurelearn.com/courses/inside-opera,music-genre/opera,,,,,, -800c4ce8-ff91-4f6f-bee1-a7606c5c2d26,Photography Capstone Project,By Michigan State University via Coursera,,course|https://www.coursera.org/learn/photography-project,photography,,,,,, -2170fb54-32da-42df-814e-f5142cdf56a7,Fundamentals of Communication Acoustics,By RWTH Aachen University via edX,,course|https://www.classcentral.com/course/edx-fundamentals-of-communication-acoustics-9291,acoustics,,,,,, -f4fa3ad5-0d90-4295-8655-11cb204e5005,Designing and Creating Trousers,By Hong Kong Polytechnic University via edX,,course|https://www.edx.org/course/designing-and-creating-trousers-2,fashion,,,,,, -03546367-3bc9-4313-8f44-33b55e12f032,Applications in Communication Acoustics,By RWTH Aachen University via edX,,course|https://www.edx.org/course/applications-in-communication-acoustics-2,acoustics,,,,,, -1a755651-aa5d-470c-ba35-2a8b90208c4d,Theories of Media and Technology,By New York University (NYU) via edX,,course|https://www.classcentral.com/course/edx-theories-of-media-and-technology-13439,media,,,,,, -02d016d4-9061-46c5-90d7-5a7480a8ef47,Design Thinking Fundamentals,By Rochester Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-design-thinking-fundamentals-10279,design,,,,,, -062abea3-99f3-4879-8df5-92be0c76783f,Design Thinking: Prototyping and User Testing,By Rochester Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-design-thinking-prototyping-and-user-testing-10302,prototyping;design,,,,,, -305884b0-739c-4d66-8bfd-fb58eff817a6,Archery - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Archery,archery,,,,,,oer -c06825a7-43b4-41bd-9b6f-5e692807937b,"Design Thinking: Ideation, Iteration and Communication",By Rochester Institute of Technology via edX,,course|https://www.edx.org/course/design-thinking-ideation-iteration-and-communication-2,design,,,,,, -f3107fac-f4a1-4117-9b3e-f5674b708012,Design Thinking: Empathizing to Understand the Problem,By Rochester Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-design-thinking-empathizing-to-understand-the-problem-10291,design,,,,,, -8bb5d6dc-88f7-4362-8a74-f970a8c6c9c8,Integrated Digital Media Capstone,By New York University (NYU) via edX,,course|https://www.classcentral.com/course/edx-integrated-digital-media-capstone-13441,media,,,,,, -5e7434b3-9ba1-46ba-a626-96768e058476,Folk and Minor Art in India,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_hs61/preview,art;nations/india,,,,,, -bb43eb19-6947-431f-aff0-b30f7ae38f55,Introduction to Film studies,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_hs60/preview,film-making,,,,,, -eecc5d07-53dd-4025-b0b7-b3a4f9fb0250,Design Practice,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_me49/preview,design,,,,,, -9bf96188-8a8f-484e-b9d4-1484c296cb77,Design Thinking - A Primer,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_mg60/preview,design,,,,,, -76c63994-76d9-4d78-86ca-1f6f2f21ca08,"Text, Textuality and Digital Media",By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-text-textuality-and-digital-media-14325,media,,,,,, -855c2768-3702-4838-a273-5ec688313dfa,Ergonomics Workplace Analysis,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_de02/preview,ergonomics,,,,,, -69f1a48c-a911-4a91-a353-4cebf36eda3e,Understanding User Needs,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/understanding-user-needs,design,,,,,, -6d9b177a-c89d-4754-b75f-50716adc29ba,Fundamentals of Percussion -Tabla,By Savitribai Phule Pune University via Swayam,,course|https://swayam.gov.in/nd2_cec19_hs52/preview,percussion;tabla,,,,,, -6887c417-58f1-47a5-84e6-98b7f6f4eefb,Evaluating Designs with Users,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-evaluating-designs-with-users-12357,design,,,,,, -ed0b4ee7-1f5e-46d6-b653-cabc47f96030,Introduction to User Experience Principles and Processes,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/introtoux-principles-and-processes,user-experience,,,,,, -9877dbc3-1230-449e-a1da-42d1d93a01cd,Physical Theatre: Exploring the Slap,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/physical-theatre-exploring-the-slap,theatre,,,,,, -85857265-a568-4a95-a36d-1d5cd3c5a17a,Basics of Photography,"By Devi Ahilya Viswavidyalaya, Indore via Swayam",,course|https://www.classcentral.com/course/swayam-basics-of-photography-13910,photography,,,,,, -635b4e83-45bf-4d6e-9d3f-8b8ceb2154ab,Introduction to the History of Contemporary Architecture,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.pok.polimi.it/courses/course-v1:Polimi+ARCHCONTENG101+2019_M7/about,history;architecture,,,,,, -cac20a5e-a045-452b-96cc-d6e762a0665d,Learn Jazz Piano: I. Begin with the Blues,By Goldsmiths University of London via FutureLearn,,course|https://www.futurelearn.com/courses/jazz-piano,music-genre/blues,,,,,, -e2d224ee-40cf-4d66-adfa-acc39bb1287f,Human-Centered Design 201: Prototyping,By Ideo.org via +Acumen,,course|https://www.plusacumen.org/courses/prototyping,design;prototyping,,,,,, -18161f01-fefa-4d01-a1c0-e12a81f6e614,Media Content Production on Multiple Platforms,By Jamia Millia Islamia via Swayam,,course|https://www.classcentral.com/course/swayam-media-content-production-on-multiple-platforms-14195,media,,,,,, -5be538bd-b5be-4633-a8a0-32f09b0bb19b,From Notation to Performance: Understanding Musical Scores,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/musical-scores,music,,,,,, -1013c5b9-51f0-48a8-a9e8-ffeb35cd9b19,Film Studies,By Central University of Kerala via Swayam,,course|https://www.classcentral.com/course/swayam-film-studies-14052,film-making,,,,,, -0e5a8839-2799-4dd3-81a0-6ef5644f9e0a,Making and Understanding Web Comics,By University of Dundee via FutureLearn,,course|https://www.futurelearn.com/courses/understanding-digital-comics,comics,,,,,, -9b2e719a-a252-4772-bffb-9df055b34c66,Proof and the Art of Mathematics | The MIT Press,,,book|https://mitpress.mit.edu/books/proof-and-art-mathematics,mathematics,,,,,, -95f600b5-cb83-4b86-81d6-e7a5920e0a85,"Music in Place, Music in Space, What’s the Idea?",By via Independent,,course|http://www.ojaiu.org/,music,,,,,, -730f9eb1-928d-4d19-8b71-5ef549972e6e,Games Based Learning MOOC,By via Independent,,course|https://www.classcentral.com/course/independent-games-based-learning-mooc-916,games;learning,,,,,, -2b09289c-0e31-471f-8cdf-9a7a9cce38c9,Studying Sound | The MIT Press,,,book|https://mitpress.mit.edu/books/studying-sound,sound;sound-design,,,,,, -f50da07d-2956-4007-b8bc-898a5a4c466f,Rhetoric and Composition: The Persuasive Power of Video Games as Paratexts,By via Independent,,course|https://canvas.instructure.com/courses/782878,games;persuasion,,,,,, -c290abc4-c1c5-46ba-bbf0-0b729eba1e98,Practice Based Research in the Arts,By Stanford University via NovoEd,,course|https://www.novoed.com/pbr,art,,,,,, -2b86d9eb-d78a-4892-9ceb-149a6aed9d1c,A Course in Semantics | The MIT Press,,,book|https://mitpress.mit.edu/books/course-semantics,linguistics;semantics,,,,,, -aa891b31-af7c-4044-9365-784da87ed62b,The Future Of Storytelling,By via iversity,,course|https://www.classcentral.com/course/iversity-the-future-of-storytelling-985,story-telling,,,,,, -fcfcd18a-7a36-44da-80b9-d757fb9a18da,Introduction to Natural Language Processing | The MIT Press,,,book|https://mitpress.mit.edu/books/introduction-natural-language-processing,natural-language-processing,,,,,, -6898d3f0-9976-4ca6-bd7e-7d073e99cce2,80000901_2x: History of Chinese Architecture: Part 2,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx-80000901_2x-history-of-chinese-architecture-part-2-1621,architecture;history,,,,,, -d1a3c990-18d6-4af3-88b2-bfc5d86d79db,Architecture 101 - Part II: From Place to Space,By via iversity,,course|https://iversity.org/en/courses/architecture-101-part-ii,architecture,,,,,, -ffeaad06-deff-4515-afee-4b1399389d7c,The Future of Fashion,By Marist College via Independent,,course|https://www.classcentral.com/course/independent-the-future-of-fashion-1828,fashion,,,,,, -585de6c8-5798-4d2c-af6e-271c4bc8c6e7,Wonderful Styles of Food and Beverage around the World,By Taylor's University via OpenLearning,,course|https://www.classcentral.com/course/openlearning-wonderful-styles-of-food-and-beverage-around-the-world-1866,food,,,,,, -51253503-07fa-4afd-bc5c-7990e2ec3625,Creativity: Music to My Ears,By Stanford University via NovoEd,,course|https://www.novoed.com/creativity-music,creativity,,,,,, -483129ea-678a-410a-856c-70c8b064bcd3,Textile Fundamentals,By Marist College via Independent,,course|https://thefold.marist.edu/textilefundamentals,textiles,,,,,,oer -66743f86-be44-48aa-b3dd-606596118b16,The Design Process,By Marist College via Independent,,course|https://thefold.marist.edu/designprocess,design,,,,,,oer -ed88d07e-940e-4963-b1dd-5a3b49190ea4,Play With Your Music,By Peer to Peer University via Independent,,course|http://www.playwithyourmusic.org/,music,,,,,, -612d1236-4c78-48c7-83be-54566f4eec25,Human-Computer Interaction,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/specializations/interaction-design,human-computer-interaction,,,,,, -5cbf5851-0a9b-4643-8be5-b435d88cae51,The Art of Drawing and Painting,By via Open2Study,,course|https://www.open2study.com//node/995,drawing;painting,,,,,, -98cc6259-4d7d-4843-91c0-579d9b8fb5c1,"New World, New Map: GPS for Today’s Music Industry",By West Virginia University via Coursera,,course|https://www.classcentral.com/course/coursera-new-world-new-map-gps-for-today-s-music-industry-2451,music,,,,,, -10562eae-59f9-4c8b-b72d-c2da258b39c2,Innovation and Design Thinking,By University of Cincinnati via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-innovation-and-design-thinking-1181,design,,,,,, -dc51ea9a-950c-4add-af1c-041a40fe7efe,Architecture 101 - Part I: From Nothingness to Place,By via iversity,,course|https://iversity.org/en/courses/architecture-101-part-i,architecture,,,,,, -1780216d-5763-4cb4-b373-036099aaab43,Essentials of Interior Design,By SmartOn via Canvas Network,,course|https://www.canvas.net/browse/smarton/courses/cn-1745,interior-design,,,,,, -48df9d85-a6e3-4bc5-81b6-1d4ae5c728b6,Introduction to Graphic Design,By Canva Design School via OpenLearning,,course|https://www.classcentral.com/course/openlearning-introduction-to-graphic-design-2981,graphic-design,,,,,, -741d5462-e0a9-40c9-b869-eb6f3dc00840,Design Thinking,By MHMK Macromedia University for Media and Communication via iversity,,course|https://www.classcentral.com/course/iversity-design-thinking-1830,design,,,,,, -7b2e849c-9913-4a74-b336-e21a8d559d78,Architecture 101 - Part III From Space to Architecture,By via iversity,,course|https://iversity.org/en/courses/architecture-101-part-iii,architecture,,,,,, -a35fd998-4213-4b54-9f22-aa3619527a9a,TCM Presents Into the Darkness: Investigating Film Noir,By Ball State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-tcm-presents-into-the-darkness-investigating-film-noir-3632,film-making,,,,,, -7cf3a403-f472-4996-930e-eb9106e72139,Art and Design Fundamentals for High School Students,By Otis College of Art and Design via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-art-and-design-fundamentals-for-high-school-students-3270,art;design,,,,,, -52f8a781-1d6e-4dd3-8b9f-a34758883b72,Human-Computer Interaction Design,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/human-computer-interaction,interaction-design,,,,,, -3bb58126-cd72-4001-98a1-108389cc18e1,Learn to Paint with Len Hend,By via OpenLearning,,course|https://www.classcentral.com/course/openlearning-learn-to-paint-with-len-hend-3754,painting,,,,,, -ac89e9e0-035e-41ab-ab73-3678df2cff83,"Beauty, Form & Function: An Exploration of Symmetry",By Nanyang Technological University via Coursera,,course|https://www.coursera.org/learn/symmetry,symmetry;design,,,,,, -9e8ac1da-09c8-4a9a-bab1-3da7f38d764b,Marketing5502x: Innovation and Problem Solving through Creativity,By The University of British Columbia via edX,,course|https://www.edx.org/course/innovation-and-problem-solving-through-creativity,marketing,,,,,, -e8351b98-bc08-487d-899d-b2eb28ffd802,Design 1o1 Redux - Part 1: Myself,By Abadir - Accademia di Belle Arti via iversity,,course|https://www.classcentral.com/course/iversity-design-1o1-redux-part-1-myself-4783,design,,,,,, -e741ea30-f9e1-41f1-887a-01a7ed4a7305,Design 1o1 Redux - Part 2: My House,By Abadir - Accademia di Belle Arti via iversity,,course|https://iversity.org/en/courses/design-1o1-redux-part-2-my-house,design,,,,,, -bb7427fe-704d-4c70-b73f-a71e635deb78,Basic Physics for Animators,By San Jose State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-basic-physics-for-animators-3631,physics;animation,,,,,, -2e494694-441e-4272-bd5d-d8b4f6a83239,Jazz Appreciation,By The University of Texas at Austin via edX,,course|https://www.classcentral.com/course/edx-jazz-appreciation-1336,music-genre/jazz,,,,,, -134c1520-b5b4-484d-8f1c-4b5effd8ca0e,Philosophy and Film,By Shoreline Community College via Canvas Network,,course|https://www.canvas.net/browse/shorelinecc/courses/philosophy-and-film-2,film-making;philosophy,,,,,, -7f5ff7b5-7ac3-4e96-9d08-5ef9b4df806b,Commercial Photography: Still and Moving Image,By Norwich University of the Arts via FutureLearn,,course|https://www.futurelearn.com/courses/commercial-photography,photography,,,,,, -46ea8d8f-9adc-42e8-8cb2-3d8c8d30c8e5,Design and Make Infographics (Project-Centered Course),By Michigan State University via Coursera,,course|https://www.coursera.org/learn/infographic-design,design;infographics,,,,,, -07482fbf-d5f6-41c0-962b-8fe07138c2a4,Physics for Character Animators,By San Jose State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-physics-for-character-animators-5649,physics;animation,,,,,, -7bcdf2b6-13ff-455a-9545-56b54cf90d95,Othello: In Performance,By University of Birmingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-othello-in-performance-5193,theatre,,,,,, -0e7c53ac-2d58-4683-abc9-6108e17c37bd,Design 1o1 Redux - Part 3: My World,By Abadir - Accademia di Belle Arti via iversity,,course|https://iversity.org/en/courses/design-1o1-redux-part-3-my-world,design,,,,,, -6cf35096-1eb6-407c-87b8-c8b32d082a1b,"The Gothic Revival, 1700-1850: Interdisciplinary Perspectives",By University of Stirling via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_832_1,art;history,,,,,, -1d266449-c0ed-40c4-8039-2b5976389c69,Creating Site-Specific Dance and Performance Works,By California Institute of the Arts via Coursera,,course|https://www.coursera.org/learn/site-dance,dance;choreography;theatre,,,,,, -f721d26c-5c43-48ea-a4ca-ea15beb5eb64,A Mathematical Exploration of Music and Sound,By St. Mark's School via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-a-mathematical-exploration-of-music-and-sound-3264,mathematics;music;sound,,,,,, -83be917d-39b8-4b7c-92cf-af08830d38e1,Superhero Entertainments,By National University of Singapore via Coursera,,course|https://www.coursera.org/learn/superhero,comics,,,,,, -56d6e7b2-8688-47ae-a4c9-a64a25175426,Touring Modernism: From the French avant-garde to American Pop and Beyond,By School of the Art Institute of Chicago via Kadenze,,course|https://www.kadenze.com/courses/touring-modernism-from-the-french-avant-garde-to-american-pop-and-beyond/info,history;art,,,,,, -beadd902-7b24-443a-aded-1079a9e53209,Introduction to Music Production,By Berklee College of Music via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-music-production-525,music,,,,,, -9d2d3789-9e7f-4e01-be07-036819f724e0,"Seeing the Light, Envisioning the Content, Sharing in Print & Online",By Michigan State University via Coursera,,course|https://www.coursera.org/learn/photography-techniques,photography,,,,,, -ed1dab06-9b16-4ad3-b99a-a67d22535495,Introduction to Music (MUSC-1030),By East Tennessee State University via Independent,,course|https://www.etsu.edu/online/openbucs/music_1030.aspx,music,,,,,,oer -6d7b2144-a76d-4e46-a3ef-d1fbd3d541fc,History of Graphic Design,By California Institute of the Arts via Coursera,,course|https://www.classcentral.com/course/coursera-history-of-graphic-design-5454,graphic-design,,,,,, -a6f7295b-5d7e-482c-b1d5-e64d57386955,Modern Musician Capstone,By Berklee College of Music via Coursera,,course|https://www.classcentral.com/course/coursera-modern-musician-capstone-2719,music,,,,,, -a13d98dd-1d4f-42e1-8a92-c9e2ec05a9bb,Film Production: Behind the Scenes of Feature Filmmaking,By via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-film-production-behind-the-scenes-of-feature-filmmaking-4549,film-making,,,,,, -a0ec3aff-5ce1-4dda-a1d1-c0c3f42d92e8,Visual Effects for Guerrilla Filmmakers,By Norwich University of the Arts via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-visual-effects-for-guerrilla-filmmakers-4967,film-making,,,,,, -09d006f4-1975-4a8a-bd17-58d37b8da516,TCM Presents Painfully Funny: Exploring Slapstick in the Movies,By Ball State University via Canvas Network,,course|https://www.canvas.net/browse/bsu/tcm2/courses/slapstick,film-making;comedy,,,,,, -5acd2966-21cc-402c-82f4-e7be341fa543,Digital Storytelling: Filmmaking for the Web,By University of Birmingham via FutureLearn,,course|https://www.futurelearn.com/courses/digital-storytelling,film-making;story-telling,,,,,, -45102c07-cf10-4c03-b428-9372436c4e5e,UXR1: Introduction to UX Research,By University of Michigan via edX,,course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567901267_89bcad61ac9399b5287f337520279583,user-experience,,,,,, -cdacba17-f930-4bff-9483-bb053eddc6c6,UXD1: Introduction to UX Design,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-uxd1-introduction-to-ux-design-6258,user-experience;design,,,,,, -5b9a67b7-2167-4f10-9116-5f0b0dbbcbde,Critical Listening for Studio Production,By Queen's University Belfast via FutureLearn,,course|https://www.futurelearn.com/courses/critical-listening-for-studio-production,sound;music,,,,,, -f4ed5075-66f8-4221-bd5a-43384a8d2d3d,Much Ado about Nothing: in Performance,By University of Birmingham via FutureLearn,,course|https://www.futurelearn.com/courses/much-ado-about-nothing,theatre,,,,,, -7cd6680b-8310-4ffa-b8b1-ec83482f5890,(K-12) Design Thinking Hero: Creating Innovative Learning Design Solutions,By via Canvas Network,,course|https://www.canvas.net/browse/canvasnet/courses/learning-design-solutions,design,,,,,, -087358b1-899e-4b01-aed4-493d5faa4426,UX4: UX: Usability Testing,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-ux4-ux-usability-testing-6255,design,,,,,, -e175383b-cab6-4ca3-bf29-145bb5897daf,Design Kit: Facilitator's Guide,By Ideo.org via NovoEd,,course|https://www.classcentral.com/course/novoed-design-kit-facilitator-s-guide-5403,design,,,,,, -747e5493-f737-42f9-9feb-c2a3c7070b01,Open Mic Songwriting,By University of Canberra via Canvas Network,,course|https://www.canvas.net/browse/ucanberra/courses/open-mic-songwriting,songwriting,,,,,, -77b35cf8-ff64-4884-bb60-46a56106de4e,Visual Semiotics for Visual Communication,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-visual-semiotics-for-visual-communication-7953,communication,,,,,, -8ce44fa8-994d-4e5e-bc11-affe61426151,Designing the Future,By RMIT University via FutureLearn,,course|https://www.futurelearn.com/courses/designing-futures,design,,,,,, -e50c5e95-6936-44d4-ad7c-a16a199506a4,The Power of Colour,By KLC School of Design via FutureLearn,,course|https://www.futurelearn.com/courses/power-of-colour,colors;design;graphic-design,,,,,, -28babb7a-81c4-4543-aa11-c83442708590,UXDC: UX Design Capstone,By University of Michigan via edX,,course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567901310_f4422c6aafd74f527dcbed4485894216,user-experience,,,,,, -c5c61e7d-ec31-491c-a571-03983fa2064a,UXRC: UX Research Capstone,By University of Michigan via edX,,course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567901314_075b2bcce6c019fa4974af042612e159,user-experience,,,,,, -af2ff3e6-7c4c-4a11-9fec-e64a0f6e4758,Modern Japanese Architecture: From Meiji Restoration to Today,By Tokyo Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-modern-japanese-architecture-from-meiji-restoration-to-today-4073,architecture;nations/japan,,,,,, -6f9c1cc0-f872-4b10-857b-643d81b84d83,Digital Manufacturing for Industrial Design,By Delft University of Technology via edX,,course|https://www.edx.org/course/digital-manufacturing-industrial-design-delftx-idemc-3x,manufacturing;industrial-design,,,,,, -e1b69edf-f2ec-471f-af34-39ffb968553f,TCM Presents The Master of Suspense: 50 Years of Hitchcock,By Turner Classic Movies via Canvas Network,,course|https://www.canvas.net/browse/bsu/tcm3/courses/hitchcock50,film-making,,,,,, -cdb6993f-3314-4a50-a874-30cb1939978a,Music Copyright: Understanding UK Copyright Law When Working with Music,By University of Glasgow via FutureLearn,,course|https://www.futurelearn.com/courses/music-copyright-and-me,copyright;music;law,,,,,, -90ff9e0c-07fa-476e-9931-b3cba74d13b1,"Piano Preludes: Bach, Chopin, and Debussy",By Juilliard via edX,,course|https://courses.edx.org/courses/course-v1:JuilliardX+Jx002x+3T2017/course/,piano,,,,,, -31e8b4c2-718b-4be6-b46c-c2db8662e352,Discovering the Instruments of the Orchestra,By Juilliard via edX,,course|https://www.classcentral.com/course/edx-discovering-the-instruments-of-the-orchestra-8978,music;orchestra,,,,,, -4f1b2ffa-3f11-4de8-8749-5e0aad9852ff,Perform at Your Best: Foundations of Performance Psychology,By Juilliard via edX,,course|https://www.classcentral.com/course/edx-perform-at-your-best-foundations-of-performance-psychology-8979,psychology;music,,,,,, -dbb03c7a-b48c-4826-8da0-3ce6b88b47c6,How to Listen to Great Music for Orchestra,By Juilliard via edX,,course|https://courses.edx.org/courses/course-v1:JuilliardX+JX006x+3T2017/course/,orchestra,,,,,, -2d4c6de3-3a65-4b84-b5a2-5277180959bf,Music Theory 101,By Juilliard via edX,,course|https://courses.edx.org/courses/course-v1:JuilliardX+JX001x+3T2017/course/,music-theory,,,,,, -24c319c6-1985-462e-a427-f804a5612f07,Sharpen Your Piano Artistry,By Juilliard via edX,,course|https://courses.edx.org/courses/course-v1:JuilliardX+JX005x+3T2017/course/,piano,,,,,, -6458cc85-0249-4384-ab0d-3d425312128f,UX (User Experience) Capstone,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-ux-user-experience-capstone-7308,user-experience,,,,,, -5d9d8f04-070b-40b4-a8e8-893107bfd65f,Stereoscopy: An Introduction to Victorian Stereo Photography,By University of Edinburgh via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-stereoscopy-an-introduction-to-victorian-stereo-photography-6502,photography,,,,,, -80ad36e5-2e7c-46e9-8852-0f3206d833ca,Behind the Scenes at the 21st Century Museum,By University of Leicester via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-behind-the-scenes-at-the-21st-century-museum-3371,museums,,,,,, -af4e7f00-8c18-4ce2-a32d-4a1ac0c4aec9,SAP Leonardo Design-Led Engagements Demystified,By via openSAP,,course|https://open.sap.com/courses/dleo1,software-tools/sap,,,,,, -7afc4ab6-e10a-4d47-a89f-d69657e102ab,Topology | The MIT Press,,,book|https://mitpress.mit.edu/books/topology,topology;category-theory,,,,,, -a3cc3959-7915-46c3-ac45-d551332e33fe,Introduction to Indian Art - An appreciation,By Visva-Bharati University via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-indian-art-an-appreciation-6708,art;nations/india,,,,,, -6c977eba-8a6e-45bc-a3d8-4432eba1f2f0,Introduction to Human Computer Interaction,By Indian Institute of Technology Delhi via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_cs23/preview,human-computer-interaction,,,,,, -b9c7934b-7b49-4f8b-af54-463f69057662,Exponential growth and epidemics,,,video|https://www.youtube.com/watch?v=Kas0tIxDvrg&feature=youtu.be,coronavirus;epidemics,,,,,,oer -33886e0b-12c7-4e0f-b095-71b8906629e3,FireSigns | The MIT Press,,,book|https://mitpress.mit.edu/books/firesigns,graphic-design,,,,,, -cb449abe-d1cc-40d4-a81a-3bf6cf098508,Made In America: Exploring the Hollywood Western,By University College of the North via Canvas Network,,course|https://www.canvas.net/browse/ucn/courses/the-hollywood-western,hollywood;film-making,,,,,, -91c3da88-0999-466b-9613-e9ff7197ab53,Music & Society,By Leiden University via Coursera,,course|https://www.coursera.org/learn/importance-power-music-our-society,music;society,,,,,, -569a2b9e-801f-497c-8aef-f755dac8f616,Cantonese Opera: from Backstage to the Stage,By The Hong Kong Academy for Performing Arts via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-cantonese-opera-from-backstage-to-the-stage-8705,music-genre/opera,,,,,, -a11cffc7-ff8c-4f82-aa02-82a53221d55b,TCM Presents: MAD ABOUT MUSICALS!,By Ball State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-tcm-presents-mad-about-musicals-10808,film-making,,,,,, -54770bac-e729-4989-8406-c02266b23e75,Explore Animation,By National Film and Television School via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-explore-animation-4849,animation,,,,,, -eb42bf5f-dd62-4f33-8665-922cfcc0c705,Short Film in Language Teaching,By The British Film Institute via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-short-film-in-language-teaching-8612,film-making;language;education,,,,,, -7fd7b3d8-2db4-463f-b24d-0f8b614fcd55,UX Research Surveys,By University of Michigan via edX,,course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567901147_ac0f34f95ba86de71aeb3a291ca7e144,user-experience,,,,,, -2683e847-d60c-4a18-8522-232c600bd2de,Islamic Calligraphy: an Introduction to the Art of Handwriting,By University of Malaya via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-islamic-calligraphy-an-introduction-to-the-art-of-handwriting-8714,calligraphy,,,,,, -6912f475-fce6-4842-a475-406f33ff92d4,Introduction to User Experience,By University of Michigan via edX,,course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567901154_321a709e6e63d93ea0653e6847b95099,user-experience,,,,,, -4a1af256-48f7-46a5-b394-9345f7503b14,Survey of Music Technology,By Georgia Institute of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-survey-of-music-technology-605,music,,,,,, -297aae1d-cf6d-4fcf-9d32-7113001663cd,Place-Based Storytelling,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-place-based-storytelling-12299,story-telling,,,,,, -fa8962e9-4f2f-4363-bfce-bea9e7fe8820,Songwriting: Creative Lyric Writing Approaches,By Academy of Music and Sound via Canvas Network,,course|https://www.canvas.net/browse/academy-music-sound/courses/songwriting-creative-lyrics,songwriting,,,,,, -0b9d0cb3-91b1-458f-b795-e6fa5e648803,Hispanic Film and Culture,By Purdue University via FutureLearn,,course|https://www.futurelearn.com/courses/hispanic-culture-film,film-making,,,,,, -7f3c5893-47c2-42cd-93e5-9a1ab9048ffa,The Art of Photography,By via Open2Study,,course|https://www.open2study.com/courses/the-art-of-photography,photography,,,,,, -a8179656-3357-4d09-ac81-a428d74333b6,World Music,By via Open2Study,,course|https://www.classcentral.com/course/open2study-world-music-1477,music,,,,,, -4bca7e65-9743-46d0-ad5e-4d24e56d46ee,Latin American Music: Translating Cultural Sensibilities,By Massey University via Open2Study,,course|https://www.classcentral.com/course/open2study-latin-american-music-translating-cultural-sensibilities-8799,music,,,,,, -94f8e341-3bbd-46a0-86a1-b4c0bcbbe64a,Introducing Metadesign,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.pok.polimi.it/courses/course-v1:Polimi+METADESIGN101+2019_M1/about,design,,,,,, -3a58aafe-8ff7-464d-beaf-1097d0255d0f,Everything about Orchids,By via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-everything-about-orchids-10344,orchids;botany,,,,,, -cd11a9d3-cdd2-4dc2-9e02-2c1ab574f9bf,Organizing for Innovation,By HEC Paris via Coursera,,course|https://www.classcentral.com/course/coursera-organizing-for-innovation-9624,entrepreneurship;organization-design,,,,,, -60e2b0d4-ca9c-46d5-9a41-f46c42201ad9,MOOC Creative Box 2019 (Jan2019),By ESSCA via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-mooc-creative-box-2019-jan2019-6279,creativity,,,,,, -657e00f8-9467-4236-b6b3-010b05a61195,Idea management,By Karlstad University via Independent,,course|https://www.classcentral.com/course/independent-idea-management-12573,innovation;management,,,,,, -9d2d7cf3-6b7c-421b-afa6-ed475a39e0cd,Introduction to History of Architecture in India,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-history-of-architecture-in-india-12888,architecture;history;nations/india,,,,,, -eef83b1a-f429-4299-9bbc-44fae931c6d1,Visual Communication Design for Digital Media,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ar09/,communication;media,,,,,, -2d0f6f63-e5a2-4069-b729-e99520dae8c7,Product design and development,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_me21/,product-design,,,,,, -d1f7894c-cf4d-45db-b6cc-e40a3a2ad10b,Explore Filmmaking: from Script to Screen,By National Film and Television School via FutureLearn,,course|https://www.futurelearn.com/courses/explore-filmmaking,film-making,,,,,, -3042343a-2d42-401b-8ec5-3ef7d3b3e5ee,Architectural Conservation and Historic Preservation,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-architectural-conservation-and-historic-preservation-9903,architectural-conservation,,,,,, -786009a0-2bf1-461c-be16-635b37f390c2,Elements of Visual Representation,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-elements-of-visual-representation-4438,visual-arts,,,,,, -3aa24c09-fc2a-46a7-a01d-de083d0a1ef8,User Interface Design,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-user-interface-design-12889,design,,,,,, -5d57d619-f5c3-4b22-87e8-a26d4d76d9f8,Appreciating Carnatic Music,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_hs27/,music-genre/carnatic-classical,,,,,, -e61eebd0-91e0-41b7-8cbd-e2137c91c06d,Multimodal Interaction,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_cs34/,communication;humans;computers;interaction-design,,,,,, -1ecf798a-799f-4924-b9dc-d13fb83cfda6,Introduction to Modern Indian Drama,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_hs07/,drama;theatre;nations/india,,,,,, -002f4009-a617-41c4-b112-e174fd09c883,Visual Journalism: Looking at the other in the age of selfie,By Knight Center for Journalism in the Americas via Independent,,course|https://www.classcentral.com/course/independent-visual-journalism-looking-at-the-other-in-the-age-of-selfie-13403,journalism,,,,,, -a3105b1f-c5c7-48b2-9d2f-7ce4da5279ac,Biomimicry: A Sustainable Design Methodology,By Minneapolis College of Art and Design via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-biomimicry-a-sustainable-design-methodology-3259,design;biomimicry,,,,,, -15e916c8-55fe-4d10-a44d-4e234edc0fa8,The Art of Washi Paper in Japanese Rare Books,By Keio University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-art-of-washi-paper-in-japanese-rare-books-10622,paper;nations/japan;books;art,,,,,, -b912e8b5-ac1b-4c13-b468-0135e22c975d,Philosophy of Technology and Design: Shaping the Relations Between Humans and Technologies,By University of Twente via FutureLearn,,course|https://www.futurelearn.com/courses/philosophy-of-technology,human-computer-interaction,,,,,, -3b328db5-345c-4e7b-a3d1-ed908dee1243,Learn Jazz Piano: III. Solo Piano and Advanced Topics,By Goldsmiths University of London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-learn-jazz-piano-iii-solo-piano-and-advanced-topics-11727,piano;music-genre/jazz,,,,,, -15a22ea5-7078-44c2-a1ff-6cb46460335c,"Music Psychology: Why Does ""Bohemian Rhapsody"" Feel so Good?",By via ,,course|https://www.classcentral.com/course/futurelearn-music-psychology-why-does-bohemian-rhapsody-feel-so-good-11847,psychology;music,,,,,, -d9a8e6af-d828-4ff7-8578-d96a353ff1d9,Exploring Japanese Avant-garde Art Through Butoh Dance,By Keio University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-exploring-japanese-avant-garde-art-through-butoh-dance-11446,nations/japan;dance;art,,,,,, -714ff141-7efd-4d9d-98c9-15e0eac3b0b8,Learn Jazz Piano: IV. Final Topics & Two Programmed Concerts,By Goldsmiths University of London via FutureLearn,,course|https://www.futurelearn.com/courses/jazz-piano-4,piano;music-genre/jazz,,,,,, -82091855-9377-443f-8c65-9dab0c5af022,"""Tailwind CSS: From Zero to Production"" on YouTube – Tailwind CSS",,,course|https://blog.tailwindcss.com/tailwindcss-from-zero-to-production,software-tools/tailwindcss,,,,,, -aadd0664-219c-467e-b657-7185245dc9bc,A History of Royal Fashion,By University of Glasgow via FutureLearn,,course|https://www.futurelearn.com/courses/royal-fashion,fashion,,,,,, -93cb3127-a725-4d9a-98e3-cab70dd084f6,The Power of Podcasting for Storytelling,By University of Wollongong via FutureLearn,,course|https://www.futurelearn.com/courses/podcasting,podcasting;story-telling,,,,,, -7234b33b-472a-4f04-a74b-5cf04b6b934e,Pictures of Youth: An Introduction to Children’s Visual Culture,By University of York via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-pictures-of-youth-an-introduction-to-children-s-visual-culture-11175,visual-arts;culture,,,,,, -5eecc713-fd97-429f-b4f1-f68e93111800,Getting Started with Agile and Design Thinking,By University of Virginia via FutureLearn,,course|https://www.futurelearn.com/courses/agile-meets-design-thinking,design,,,,,, -eab7da95-34f0-475b-8304-345afaed3c37,Film Distribution: Connecting Films with Audiences,By Film Distributors' Association via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-film-distribution-connecting-films-with-audiences-10566,film-making,,,,,, -5d098012-8be3-455b-a662-41ea84694354,Girl Centered Design,By Philanthropy University via Independent,,course|https://courses.philanthropyu.org/courses/course-v1:MercyCorps+GirlDesign_101+1_1.0_20180402_20180506/about,design,,,,,, -30438f3b-d2d0-4764-a664-6c1986c6c3b3,Creative Problem Solving: Design Thinking in Health and Social Care,"By St George's, University of London via FutureLearn",,course|https://www.futurelearn.com/courses/design-thinking-in-health-and-social-care,design;healthcare;society,,,,,, -536e4961-e127-438d-a825-fba8a28c6576,An Introduction to Screenwriting,By University of East Anglia via FutureLearn,,course|https://www.futurelearn.com/courses/screenwriting,screenwriting,,,,,, -863f9f64-05e1-4253-98b4-5ef801769ad8,Elements of Ethics for Physical Scientists | The MIT Press,,,book|https://mitpress.mit.edu/books/elements-ethics-physical-scientists,ethics,,,,,, -ca9072a4-35f9-464b-a0d0-0bea651a584a,Python Data Structures,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/python-data,programming-languages/python;data-structures,,,,,, -56b3fd65-e81f-4952-a12e-c01adaa67f15,An Introduction to Interactive Programming in Python (Part 1),By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-an-introduction-to-interactive-programming-in-python-part-1-408,programming-languages/python,,,,,, -21e7ee79-e833-485d-ad7a-6b6fc58636ca,Using Python to Access Web Data,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/python-network-data,programming-languages/python,,,,,, -68c4da4f-d6b8-489a-85fd-676209a638c4,Using Databases with Python,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-using-databases-with-python-4272,programming-languages/python,,,,,, -9856f57e-946f-428a-bf46-c8a26d900d01,Introduction to Programming with MATLAB,By Vanderbilt University via Coursera,,course|https://www.coursera.org/learn/matlab,programming-languages/matlab,,,,,, -c4428857-e31b-4461-849c-a4a120ffa685,"Distributed Algorithms, Second Edition | The MIT Press",,,book|https://mitpress.mit.edu/books/distributed-algorithms-second-edition,distributed-programming,,,,,, -ed8a9074-1075-452b-848a-21e0a1befb41,Learn to Program: The Fundamentals,By University of Toronto via Coursera,,course|https://www.classcentral.com/course/coursera-learn-to-program-the-fundamentals-385,programming-languages/python;programming,,,,,, -98c40817-bb56-4b79-a771-767d740421f3,Ruby on Rails: An Introduction,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/ruby-on-rails-intro,software-tools/rails,,,,,, -6a37933d-66ad-4854-84e7-451db5325da3,An Introduction to Interactive Programming in Python (Part 2),By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-an-introduction-to-interactive-programming-in-python-part-2-3196,programming-languages/python,,,,,, -3d57c77a-0c63-4470-a4d4-9e5c0f89ab89,Introduction to Agent-based Modeling,By Santa Fe Institute via Complexity Explorer,,course|https://www.complexityexplorer.org/courses/96-introduction-to-agent-based-modeling,complex-systems;programming-languages/netlogo,,,,,, -084781c7-6d20-49b4-8ab0-d9f38c5a3b05,Introduction to HTML5,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-html5-4307,programming-languages/html,,,,,, -0b6b7683-5f12-46ad-b1b2-8130e7b04f5a,Functional Program Design in Scala,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.classcentral.com/course/coursera-functional-program-design-in-scala-1186,functional-programming;programming-languages/scala,,,,,, -feb4f294-cdef-4d5b-a159-e560ef68e897,Programming Mobile Applications for Android Handheld Systems: Part 1,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/android-programming,software-tools/android;programming,,,,,, -7464d4f8-7974-4123-90dc-69e936e55045,Python and Statistics for Financial Analysis,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-python-and-statistics-for-financial-analysis-12648,programming-languages/python;statistics;finance,,,,,, -a01d6b6d-417a-4141-8da3-12731c4d3ebd,Computing in Python I: Fundamentals and Procedural Programming,By Georgia Institute of Technology via edX,,course|https://www.edx.org/course/computing-in-python-i-fundamentals-and-procedural-programming-3,programming-languages/python;programming,,,,,, -d8f72245-b5c3-4a7b-8d0b-560668336152,ANIMATIONs,By Banaras Hindu University via Swayam,,course|https://swayam.gov.in/nd2_ugc19_cs09/preview,animation,,,,,, -9b783830-6873-4489-8342-c63ea6428644,Forms of Life | The MIT Press,,,book|https://mitpress.mit.edu/books/forms-life,sociology,,,,,, -1654594b-78e8-4c06-8652-24b36edd3012,Software Design Methods and Tools,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-software-design-methods-and-tools-9652,software-engineering,,,,,, -4f475bc5-5c4e-4a42-93aa-de71e44f7e86,"Responsive Website Basics: Code with HTML, CSS, and JavaScript",By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-responsive-website-basics-code-with-html-css-and-javascript-4191,web-development;programming-languages/html;programming-languages/css;programming-languages/javascript,,,,,, -6d0c9e63-432d-489f-9c14-473e92c161b5,Introduction to VBA/Excel Programming,By Cal Poly Pomona via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-introduction-to-vba-excel-programming-1797,programming-languages/visual-basic,,,,,, -62ed5e5c-9721-4e6a-9855-c41a141a2f39,Computing in Python IV: Objects & Algorithms,By Georgia Institute of Technology via edX,,course|https://www.edx.org/course/computing-in-python-iv-objects-algorithms-3,programming-languages/python;algorithms,,,,,, -57609d14-7b44-4caf-bea2-5762992b2c4f,Algorithms for Optimization | The MIT Press,,,book|https://mitpress.mit.edu/books/algorithms-optimization,optimization,,,,,, -9a905358-366e-4e62-a65d-9f522a8160ae,"Programming Languages, Part A",By University of Washington via Coursera,,course|https://www.coursera.org/learn/programming-languages,programming,,,,,, -9c30790f-3592-425b-a8f1-e52c94dd8294,Foundations in Music Psychology | The MIT Press,,,book|https://mitpress.mit.edu/books/foundations-music-psychology,music;psychology,,,,,, -c83fe5b4-ffd6-48b8-8b86-df2bcbccef48,Programming Mobile Applications for Android Handheld Systems: Part 2,"By University of Maryland, College Park via Coursera",,course|https://www.classcentral.com/course/coursera-programming-mobile-applications-for-android-handheld-systems-part-2-3076,software-tools/android;programming,,,,,, -dd510165-1e59-4682-9f91-edf20a4d6ec1,Object Oriented Programming in Java,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-object-oriented-programming-in-java-4212,programming-languages/java;object-oriented-programming,,,,,, -61df1f7f-588b-4bb3-be33-2bc076b15449,Python for Everybody - Exploring Information,By via Independent,,course|https://www.py4e.com/,programming-languages/python,,,,,, -e7a22e74-6dfb-4c1e-8929-e023ab52b9ae,Agile Development Using Ruby on Rails - The Basics,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/agile-development-using-ruby-on-rails-the-basics,software-tools/rails,,,,,, -d057a8c3-da66-4619-a117-4ac574d8f550,Java Programming: Solving Problems with Software,By Duke University via Coursera,,course|https://www.coursera.org/learn/java-programming,programming-languages/java,,,,,, -2a8941a7-7e8c-4a8f-b5ee-a6d1e3a6a011,"C++ For C Programmers, Part A","By University of California, Santa Cruz via Coursera",,course|https://www.classcentral.com/course/coursera-c-for-c-programmers-part-a-671,programming-languages/c++,,,,,, -e3108772-8344-43fa-8e15-f61338e9f7c8,Computing in Python II: Control Structures,By Georgia Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-computing-in-python-ii-control-structures-11470,programming-languages/python,,,,,, -f726a11e-2635-4e70-a39f-30313fafc5db,Introduction to CSS3,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/introcss,programming-languages/css,,,,,, -57f314c2-0a30-4d46-aee0-fb08f7073b7b,"HTML, CSS, and Javascript for Web Developers",By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/html-css-javascript-for-web-developers,web-development;programming-languages/html;programming-languages/css;programming-languages/javascript,,,,,, -1e8547ec-4ae3-414a-a19a-b13dde00c3cd,Responsive Web Design,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-responsive-web-design-4200,web-development;programming-languages/html;programming-languages/css;programming-languages/javascript,,,,,, -8da63d85-382f-4c6c-9bed-272d3a46c74c,Introduction to Game Development,By Michigan State University via Coursera,,course|https://www.coursera.org/learn/game-development,game-development,,,,,, -3bcbe1c3-4d26-4ace-819c-894a79e89299,Interactivity with JavaScript,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-interactivity-with-javascript-4295,programming-languages/javascript,,,,,, -b3af8c5a-5d6f-4560-b990-6c7cbdc900ad,"Programming Foundations with JavaScript, HTML and CSS",By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-programming-foundations-with-javascript-html-and-css-4256,web-development;programming-languages/html;programming-languages/css;programming-languages/javascript,,,,,, -b14afc9b-c143-47a2-9383-813e523b53b5,Using Python for Research,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-using-python-for-research-7204,programming-languages/python,,,,,, -32256408-94de-41b5-a31a-eea4d822c025,Learn to Program: Crafting Quality Code,By University of Toronto via Coursera,,course|https://www.coursera.org/learn/program-code,programming-languages/python,,,,,, -03a429e8-ef34-41e6-b53a-b745bad3667d,Programming Basics,By Indian Institute of Technology Bombay via edX,,course|https://www.edx.org/course/programming-basics-2,programming,,,,,, -992ab2b9-83a0-4d6f-abcd-9e99180d423d,Story and Narrative Development for Video Games,By California Institute of the Arts via Coursera,,course|https://www.coursera.org/learn/video-game-story,game-development;design,,,,,, -92f613f2-43b7-4cf2-8ca5-eb86ae2df69c,Code Yourself! An Introduction to Programming,By University of Edinburgh via Coursera,,course|https://www.coursera.org/learn/intro-programming,programming,,,,,, -9c4babcd-047f-4f9a-8fef-7cf97b8157d8,Advanced Styling with Responsive Design,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/responsivedesign,web-design,,,,,, -4a081e95-1ae3-473a-9079-045406664359,Software Processes and Agile Practices,By University of Alberta via Coursera,,course|https://www.coursera.org/learn/software-processes-and-agile-practices,software-engineering;project-management;agile,,,,,, -8e1cead3-5f81-40f0-9cb4-fcfa23d8ea20,Creative Programming for Digital Media & Mobile Apps,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/digitalmedia,creative-programming,,,,,, -0d45ad9a-3c8c-47a6-82a5-82ce5b4163cd,Introduction to Functional Programming,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-functional-programming-2147,functional-programming,,,,,, -ee38d669-89b9-4ef4-a1c5-d8de71d0f372,Programming Languages,By University of Virginia via Udacity,,course|https://www.udacity.com/course/programming-languages--cs262,programming,,,,,, -6536d1f2-c4e3-451d-9ec0-787d3c6c43d5,Introduction to Programming for the Visual Arts with p5.js,"By University of California, Los Angeles via Kadenze",,course|https://www.kadenze.com/courses/introduction-to-programming-for-the-visual-arts-with-p5-js/info,programming;visual-arts,,,,,, -d20700ad-66be-44e7-936b-15eb55988fce,Computing in Python III: Data Structures,By Georgia Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-computing-in-python-iii-data-structures-11471,programming-languages/python;data-structures,,,,,, -30eede9f-3cfe-4ead-aafa-d33acda48484,Data Wrangling with MongoDB,By MongoDB University via Udacity,,course|https://www.udacity.com/course/data-wrangling-with-mongodb--ud032,software-tools/mongodb;databases,,,,,, -85726f92-5afb-4533-bce3-ae05f2773cf6,Responsive Web Design Fundamentals,By Google via Udacity,,course|https://www.udacity.com/course/responsive-web-design-fundamentals--ud893,web-design,,,,,, -b2adaf57-3343-47d9-8264-19745cdc1df1,Introduction to Bootstrap - A Tutorial,By Microsoft via edX,,course|https://www.edx.org/course/introduction-to-bootstrap-a-tutorial-3,software-tools/bootstrap;programming-languages/css,,,,,, -a06ded12-7162-48b7-94a6-f81089ca40ea,Make Your Own 2048,By via Udacity,,course|https://www.udacity.com/course/html5-canvas--ud292,programming-languages/javascript,,,,,, -aace2ba7-1247-4e8b-baed-1877694e8588,Full Stack Foundations,By via Udacity,,course|https://www.classcentral.com/course/udacity-full-stack-foundations-3254,programming,,,,,, -20091a00-a396-4ba4-aec2-369c7cf7026f,HTML5 Coding Essentials and Best Practices,By World Wide Web Consortium (W3C) via edX,,course|https://www.classcentral.com/course/edx-html5-coding-essentials-and-best-practices-3444,programming-languages/html,,,,,, -2c62e1b8-a3c9-4b2c-b690-9c7082779695,Networking and Security in iOS Applications,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/security,software-tools/ios,,,,,, -3e150ccb-d60d-4d78-8cce-b59cb394032a,Relational Database Support for Data Warehouses,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/dwrelational,databases,,,,,, -cfc1d336-9116-43a8-8091-0a0a5f1f8972,App Design and Development for iOS,By University of Toronto via Coursera,,course|https://www.classcentral.com/course/coursera-app-design-and-development-for-ios-4175,software-tools/ios,,,,,, -7107f5b6-e020-4c89-9d21-79dad0f652b7,Software Product Management Capstone,By University of Alberta via Coursera,,course|https://www.coursera.org/learn/software-product-management-capstone,product-management,,,,,, -7c500084-0d8d-4008-8e3d-188d518a0ee3,Python Programming: A Concise Introduction,By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/python-programming-introduction,programming-languages/python,,,,,, -3ecffe0d-d3dc-46ad-bf5e-704eb2f1dd1a,Parallel Programming in Java,By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-parallel-programming-in-java-8909,parallel-programming;programming-languages/java,,,,,, -cb56115d-07f8-4e27-bee1-7c1611424d41,Concurrent Programming in Java,By Rice University via Coursera,,course|https://www.coursera.org/learn/concurrent-programming-in-java,parallel-programming;programming-languages/java,,,,,5.0, -f64dbf37-0da5-4a5c-a3e3-7d50e84eb1fe,3D Models for Virtual Reality,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/3d-models-virtual-reality,3d-modeling;virtual-reality,,,,,, -ff0ef95a-322d-43ab-843a-9fd3c2aca502,Building Interactive 3D Characters and Social VR,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/interactive-3d-characters-social-virtual-reality,3d-modeling;virtual-reality,,,,,, -1bb8eb6a-dde2-48bb-84c7-cf6a8e7f959a,Building Web Applications in PHP,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-building-web-applications-in-php-9566,programming-languages/php,,,,,, -f363cb63-3f02-46a8-ab46-5f9423f49109,"JavaScript, jQuery, and JSON",By University of Michigan via Coursera,,course|https://www.coursera.org/learn/javascript-jquery-json,programming-languages/javascript,,,,,, -3f12f224-b435-4320-b066-e54a32bd895b,Software Design as an Element of the Software Development Lifecycle,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-software-design-as-an-element-of-the-software-development-lifecycle-9653,software-engineering,,,,,, -805ea299-de49-4de0-aab3-80a422b17772,Data Structures and Design Patterns for Game Developers,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-data-structures-and-design-patterns-for-game-developers-10139,data-structures;design-patterns;game-development,,,,,, -793953e1-a5bf-4dc6-b7dc-eef119081357,Getting Started with Go,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/golang-getting-started,programming-languages/go,,,,,, -ef21065d-7fbc-42f7-89e3-ed4bffe129d0,Core Interaction Programming,By Unity via Coursera,,course|https://www.classcentral.com/course/coursera-core-interaction-programming-11854,programming,,,,,, -02e2dd62-fed8-4fac-b21b-752092865549,Relational database systems,By Universidad Nacional Autónoma de México via Coursera,,course|https://www.classcentral.com/course/coursera-relational-database-systems-12430,databases,,,,,, -08cf3b27-30c6-46d9-baea-4e51a599cf1b,Character Setup and Animation,By Unity via Coursera,,course|https://www.coursera.org/learn/character-setup-animation,game-development,,,,,, -9e376e9f-6fd4-4631-a0d7-458cf11daee9,Single Page Web Applications with AngularJS,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/single-page-web-apps-with-angularjs,software-tools/angularjs,,,,,, -b205069f-cf8e-48e9-a681-5ff8b96015f2,Client Needs and Software Requirements,By University of Alberta via Coursera,,course|https://www.classcentral.com/course/coursera-client-needs-and-software-requirements-4302,software-engineering;software-project-management,,,,,, -52440719-b7c7-46ce-9552-60c9af4f3024,Making Your First Virtual Reality Game,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/making-virtual-reality-game,virtual-reality;game-development,,,,,, -88f5ab0e-5665-4e60-95e3-113697cc4c57,NoSQL systems,By Universidad Nacional Autónoma de México via Coursera,,course|https://www.classcentral.com/course/coursera-nosql-systems-12414,databases;software-tools/nosql,,,,,, -593c0215-30c9-44be-a8c4-7c35b09711e7,Analyzing Big Data with SQL,By Cloudera via Coursera,,course|https://www.classcentral.com/course/coursera-analyzing-big-data-with-sql-13791,big-data;programming-languages/sql,,,,,, -56fe6d1d-533c-4e4b-bc76-75227a988dce,Introduction to C# Programming and Unity,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-c-programming-and-unity-10136,programming-languages/csharp;software-tools/unity,,,,,, -6ba55744-3501-438e-82fd-8c65677f8c79,Intermediate Object-Oriented Programming for Unity Games,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/intermediate-object-oriented-programming-unity-games,object-oriented-programming;software-tools/unity,,,,,, -d77ef4e9-4346-4d68-86cf-0f1d9d2e4ea2,C# Programming for Unity Game Development Capstone Project,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/programming-unity-game-development-project,programming-languages/csharp;software-tools/unity,,,,,, -0559ca75-93c0-4ce2-8708-5d64ff2510ab,"Excel/VBA for Creative Problem Solving, Part 2",By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-excel-vba-for-creative-problem-solving-part-2-9943,programming-languages/visual-basic,,,,,, -cc94264d-3b22-4319-9cbd-f18cd60e441c,Concurrency in Go,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/golang-concurrency,parallel-programming;programming-languages/go,,,,,, -35518eb9-f8f0-4424-96ce-931c6de4b7f8,"Functions, Methods, and Interfaces in Go","By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/golang-functions-methods,programming-languages/go,,,,,, -1b15e5df-754c-4f8e-9360-388dc2a99610,Practical SAS Programming and Certification Review,By SAS via Coursera,,course|https://www.classcentral.com/course/coursera-practical-sas-programming-and-certification-review-12859,software-tools/sas,,,,,, -e1299768-3bec-4095-80f1-857966c4fd03,Character Design for Video Games,By California Institute of the Arts via Coursera,,course|https://www.classcentral.com/course/coursera-character-design-for-video-games-4211,game-development,,,,,, -7bd20d9c-3b8b-411e-a38a-e27b39c35d98,Ruby on Rails Web Services and Integration with MongoDB,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/ruby-on-rails-web-services-mongodb,software-tools/rails,,,,,, -de990cad-ba78-4841-acbd-1dfad1ca835b,Java Programming: Principles of Software Design,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-java-programming-principles-of-software-design-4323,programming-languages/software,,,,,, -2f31e0fb-baf7-4b9f-9d32-7a53902be8c1,Foundations of Objective-C App Development,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/objective-c,programming-languages/objective-c,,,,,, -08119af8-d2c5-400f-86b6-61081798ca37,How To Create a Website in a Weekend! (Project-Centered Course),By State University of New York via Coursera,,course|https://www.coursera.org/learn/how-to-create-a-website,web-development;programming-languages/html;programming-languages/css;programming-languages/javascript,,,,,, -af36a15c-61cb-47d0-8b99-c094da65c5cb,Distributed Programming in Java,By Rice University via Coursera,,course|https://www.coursera.org/learn/distributed-programming-in-java,programming-languages/java;distributed-programming,,,,,, -36d828cb-9377-42ba-ad3a-f96abb8b7873,Lean Software Development,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/lean-software-development,software-project-management,,,,,, -0ead4c31-8459-4014-af40-a2ec7e958244,Introduction to MongoDB,By MongoDB University via Coursera,,course|https://www.coursera.org/learn/introduction-mongodb,software-tools/mongodb;databases,,,,,, -529f7acd-9ad7-4a4b-ae12-aa4fd62a9bb8,Software Design as an Abstraction,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-software-design-as-an-abstraction-9654,software-project-management,,,,,, -4b65b0e6-cb0b-4171-8a86-ac7c30f06f02,Building Database Applications in PHP,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-building-database-applications-in-php-9570,programming-languages/php,,,,,, -2b4c616b-0cb5-48fb-8a74-30fbf84afa45,"Pointers, Arrays, and Recursion",By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-pointers-arrays-and-recursion-10326,programming,,,,,, -d54e08b0-de24-4d53-8c1a-503b62efb3ba,3D Interactions and Navigation,By Unity via Coursera,,course|https://www.classcentral.com/course/coursera-3d-interactions-and-navigation-11855,game-development,,,,,, -11c0c949-faa4-4328-b913-e9a55030ec33,Fitting Statistical Models to Data with Python,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-fitting-statistical-models-to-data-with-python-12633,data-science;programming-languages/python,,,,,, -6111334e-5ac9-462b-8e8b-a5916d24e380,NPC Programming,By Unity via Coursera,,course|https://www.coursera.org/learn/npc-programming,game-development;software-tools/unity,,,,,, -0225e381-085b-4289-af50-474184768290,Distributed Database Systems,By Arizona State University via Coursera,,course|https://www.coursera.org/learn/distributed-database,databases,,,,,, -701b3d6d-e850-4ce3-9dcc-9a279be3364f,Getting Started with SAS Programming,By SAS via Coursera,,course|https://www.classcentral.com/course/coursera-getting-started-with-sas-programming-12319,software-tools/sas,,,,,, -6c7b59d5-be15-43cb-adb0-2759438bddf7,Agile Planning for Software Products,By University of Alberta via Coursera,,course|https://www.classcentral.com/course/coursera-agile-planning-for-software-products-4235,software-engineering;software-project-management,,,,,, -8cd1dbcc-2fe4-42dd-9a52-7b20acc00631,Toward the Future of iOS Development with Swift,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-toward-the-future-of-ios-development-with-swift-4327,software-tools/ios;programming-languages/swift,,,,,, -7df8faec-353b-4f75-805a-36a8f3a0d894,Web Application Development with JavaScript and MongoDB,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/web-application-development,software-tools/mongodb;programming-languages/javascript,,,,,, -a2d2c562-f45e-41fa-a149-bcfa77593252,Game Development for Modern Platforms,By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-game-development-for-modern-platforms-4315,game-development,,,,,, -62861824-b420-4cd4-95f3-8cf929216221,Engineering Maintainable Android Apps,By Vanderbilt University via Coursera,,course|https://www.coursera.org/learn/engineeringandroidapps,software-tools/android,,,,,, -0c724a77-4a74-480f-b57f-67f9dc84ba26,Build Your First Android App (Project-Centered Course),By École Centrale Paris via Coursera,,course|https://www.classcentral.com/course/coursera-build-your-first-android-app-project-centered-course-5719,software-tools/android,,,,,, -d2313443-6c14-4fed-ae3c-262546034f35,Develop and Deploy Windows Applications on Google Cloud Platform,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/develop-windows-apps-gcp,google-cloud;software-tools/windows,,,,,, -cf443030-bd59-41f6-90db-c5f78a7f7f3a,More C# Programming and Unity,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-more-c-programming-and-unity-10135,programming-languages/csharp;software-tools/unity,,,,,, -d0a2e29e-fd8a-4df9-9934-5da3a9584859,Application Systems Programming,By Unity via Coursera,,course|https://www.classcentral.com/course/coursera-application-systems-programming-11853,programming,,,,,, -6f5e6fa5-2922-443f-89d4-682ae18456e1,Python Classes and Inheritance,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-python-classes-and-inheritance-12552,programming-languages/python,,,,,, -3cd098c9-1424-4c6d-bacc-fef39aeae717,Foundations for Big Data Analysis with SQL,By Cloudera via Coursera,,course|https://www.coursera.org/learn/foundations-big-data-analysis-sql,big-data;programming-languages/sql,,,,,, -ae342cd8-ea87-4a90-9967-a1a21e77e208,"Games, Sensors and Media","By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-games-sensors-and-media-4280,game-development,,,,,, -e2bc4b19-132d-494e-9d8c-abffff4c8f05,Rails with Active Record and Action Pack,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-rails-with-active-record-and-action-pack-4197,software-tools/rails,,,,,, -c7f4eade-0b5f-45d7-ae92-04298c070296,Best Practices for iOS User Interface Design,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/ui,software-tools/ios;design,,,,,, -2f514efc-b015-4391-96b7-0c3894819708,Mastering the Software Engineering Interview,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/cs-tech-interview,software-engineering;interviews;programming,,,,,, -e032911e-88da-4fbd-8419-b2bccf1cacc1,Reviews & Metrics for Software Improvements,By University of Alberta via Coursera,,course|https://www.classcentral.com/course/coursera-reviews-metrics-for-software-improvements-4318,software-project-management,,,,,, -0855adee-f9da-4b68-a81a-fa1068531721,Managing an Agile Team,By University of Virginia via Coursera,,course|https://www.coursera.org/learn/uva-darden-agile-team-management,software-engineering;software-project-management,,,,,, -ce05a74b-c54b-4f28-8abc-b98602abd148,Parallel programming,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.classcentral.com/course/coursera-parallel-programming-5960,parallel-programming,,,,,, -0191cbd0-6bba-4795-9643-ca2072044409,Introduction to Virtual Reality,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/introduction-virtual-reality,virtual-reality,,,,,, -047ee137-3c60-47e1-a1bb-51f14f3cce7c,Introduction to Structured Query Language (SQL),By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-structured-query-language-sql-9567,programming-languages/sql,,,,,, -48f1cd9c-437f-4123-8ebb-0d73bc6e6990,Software Development Processes and Methodologies,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-software-development-processes-and-methodologies-9514,software-project-management,,,,,, -912c71cb-6358-4f9c-93b0-98eca002bc77,3D Interaction Design in Virtual Reality,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/3d-interaction-design-virtual-reality,game-development;virtual-reality,,,,,, -5793e612-20a4-4a9c-b588-52921999d1cf,Software Design Threats and Mitigations,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/software-design-threats-mitigations,software-project-management,,,,,, -fea75466-7dae-4e4a-b5b4-fa0634b57969,VR and 360 Video Production,By Google Daydream Impact via Coursera,,course|https://www.classcentral.com/course/coursera-vr-and-360-video-production-9814,virtual-reality,,,,,, -0a2a2db1-27b9-426c-b474-9880af3aef3c,Agile Software Development,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/agile-software-development,software-project-management,,,,,, -2171b2a8-4994-4f5e-93d5-47f75b34183d,API Design and Fundamentals of Google Cloud's Apigee API Platform,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/api-design-apigee-gcp,google-cloud,,,,,, -2cbaa48c-1f6e-43a9-b6dd-674118128203,API Development on Google Cloud's Apigee API Platform,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-api-development-on-google-cloud-s-apigee-api-platform-10486,google-cloud,,,,,, -748e7e85-df76-492a-8a57-9963941ecf9d,Rapid Gameplay Prototyping,By Unity via Coursera,,course|https://www.classcentral.com/course/coursera-rapid-gameplay-prototyping-11243,game-development,,,,,, -4dab61ab-b39c-4ca9-9a72-bc85c24e2424,Programming for Level Design,By Unity via Coursera,,course|https://www.classcentral.com/course/coursera-programming-for-level-design-11244,game-development,,,,,, -509d6dbf-f580-4da0-b8fc-6d30f22143b6,Core Database Concepts,By Arizona State University via Coursera,,course|https://www.coursera.org/learn/core-database,databases,,,,,, -0bb3ac32-de95-4b4d-89dd-e1fa236f0ad8,Introduction to Augmented Reality and ARCore,By Google Daydream Impact via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-augmented-reality-and-arcore-11596,augmented-reality,,,,,, -6b16f1f4-c46d-4f84-9e17-46c243338aff,Competitive Programmer's Core Skills,By Saint Petersburg State University via Coursera,,course|https://www.coursera.org/learn/competitive-programming-core-skills,programming,,,,,, -f489b8d8-747d-4f65-8eb2-b399b4df6f10,Agile with Atlassian Jira,By Atlassian via Coursera,,course|https://www.coursera.org/learn/agile-atlassian-jira,software-project-management,,,,,, -0df5c070-b56d-469d-ae29-1079985cde21,"Introduction to XR: VR, AR, and MR Foundations",By Unity via Coursera,,course|https://www.coursera.org/learn/xr-introduction,virtual-reality,,,,,, -404fea8a-00f6-40b4-bec8-afdfa461d47e,AR (Augmented Reality) & Video Streaming Services Emerging Technologies,By Yonsei University via Coursera,,course|https://www.classcentral.com/course/coursera-ar-augmented-reality-video-streaming-services-emerging-technologies-11983,augmented-reality;video-streaming,,,,,, -189b0ee2-9ede-408e-ab8a-3182aea040ce,Web of Data,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-web-of-data-13103,big-data;semantic-web,,,,,, -8efa8c77-6cf4-4658-8638-f261a71abcd0,Building Scalable Java Microservices with Spring Boot and Spring Cloud,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/google-cloud-java-spring,programming-languages/java;microservices,,,,,, -06af1b0f-3115-4e48-b4f6-fae7abbee1ea,M042: New Features and Tools in MongoDB 4.2,By via MongoDB University,,course|https://university.mongodb.com/courses/M042/about,software-tools/mongodb,,,,,, -25ab3bd4-5e75-4fa6-b925-46ffb3dba2f2,iOS App Development Basics,By University of Toronto via Coursera,,course|https://www.coursera.org/learn/ios-app-development-basics,software-tools/ios;programming,,,,,, -cd6a5fb6-564b-4b17-b893-99e675d95aeb,Database Management Essentials,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-database-management-essentials-4337,databases,,,,,, -38f60e40-9b38-4fad-a031-c1ea00502b30,"Android App Components - Intents, Activities, and Broadcast Receivers",By Vanderbilt University via Coursera,,course|https://www.coursera.org/learn/androidapps,software-tools/android;programming,,,,,, -b782fd83-6f66-4511-b0a9-f9dfa7ce1496,"Capstone MOOC for ""Android App Development""",By via ,,course|https://www.classcentral.com/course/coursera-capstone-mooc-for-android-app-development-5590,software-tools/android;programming,,,,,, -202623f3-421f-4148-ab44-332845027617,Running Product Design Sprints,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-running-product-design-sprints-5592,design;software-project-management,,,,,, -eda40489-bc5a-4b07-bf1f-3b48757efc8a,Functional Programming in Scala Capstone,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.coursera.org/learn/scala-capstone,functional-programming;programming-languages/scala,,,,,, -f24c7aba-5b2a-4edf-bf5a-be1169b09cf4,The Psychology of Learning | The MIT Press,,,book|https://mitpress.mit.edu/books/psychology-learning,learning;psychology,,,,,, -209466a6-187f-4504-b0a2-b09d339c829a,Book: Because Internet – Gretchen McCulloch,,,book|https://gretchenmcculloch.com/book/,linguistics;language,,,beginner,,, -fb55725f-bed9-4071-bbf9-d6634a5b0b6d,Design Patterns,By University of Alberta via Coursera,,course|https://www.classcentral.com/course/coursera-design-patterns-9215,design-patterns,,,,,, -13d96bd8-f628-482e-8dae-732b058e13f8,Handheld AR App Development with Unity,By Unity via Coursera,,course|https://www.classcentral.com/course/coursera-handheld-ar-app-development-with-unity-12193,augmented-reality;software-tools/ios,,,,,, -83743dd2-6324-4e63-858b-0568d7551a79,Current Gen 3D Game Prop Production,By Michigan State University via Coursera,,course|https://www.coursera.org/learn/3d-game-prop-production,game-development,,,,,, -9a773336-ceb1-4c8c-9a06-2541de80c0b0,MongoDB Aggregation Framework,By MongoDB University via Coursera,,course|https://www.coursera.org/learn/mongodb-aggregation-framework,software-tools/mongodb,,,,,, -b910f785-100f-41e2-88ee-54d377c487e3,NoSQL Database Systems,By Arizona State University via Coursera,,course|https://www.coursera.org/learn/nosql-database-systems,software-tools/nosql,,,,,, -7e69fa6f-bfd5-4ac7-acf1-8359ddf6054d,Designing data-intensive applications,By Universidad Nacional Autónoma de México via Coursera,,course|https://www.classcentral.com/course/coursera-designing-data-intensive-applications-12425,data-science;programming,,,,,, -1fd02a13-4ab4-419b-ad38-e8afe4fe4b05,"Lighting, Reflection, and Post Processing Effects",By Unity via Coursera,,course|https://www.classcentral.com/course/coursera-lighting-reflection-and-post-processing-effects-12382,software-tools/unity,,,,,, -d3a517d1-6dcc-408a-96d8-c69684e5a59a,Linux Tools for Developers,By Linux Foundation via Coursera,,course|https://www.classcentral.com/course/coursera-linux-tools-for-developers-12596,software-tools/linux;programming,,,,,, -ff817617-39e4-415c-b08c-1389d719c25e,"Data Analysis and Representation, Selection and Iteration",By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/data-analysis-representation-selection-iteration,big-data;programming-languages/c,,,,,, -0936f19d-6346-49bf-bffc-1ddfcf066cf7,Responsive Website Tutorial and Examples,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/responsive-website-examples,web-development,,,,,, -6b9c5d4c-c6da-43f5-aa8f-47fae8bfe1da,Introduction to Web Development,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-introduction-to-web-development-7027,web-development,,,,,, -5aa65fbb-0e81-4290-8179-38591ab90289,Asset Creation and Management,By Unity via Coursera,,course|https://www.classcentral.com/course/coursera-asset-creation-and-management-12383,software-tools/unity,,,,,, -63cf0bab-d8f5-4140-88fc-7113ea3a00a5,Low Poly Art For Video Games,By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-low-poly-art-for-video-games-13813,game-development,,,,,, -2525e9af-cc9c-40b7-ae9c-d4d8e131cdce,Software Architecture,By University of Alberta via Coursera,,course|https://www.classcentral.com/course/coursera-software-architecture-9217,software-engineering,,,,,, -204eb621-924f-45fc-aaf5-162abcfb915c,"Writing, Running, and Fixing Code in C",By Duke University via Coursera,,course|https://www.coursera.org/learn/writing-running-fixing-code,programming-languages/c,,,,,, -33490076-981f-4ddf-933c-ce13409929cd,Software Requirements Prioritization: Risk Analysis,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/software-requirements-prioritization,software-project-management,,,,,, -addb1454-ed9f-43b9-9049-805b269e2451,Requirements Elicitation: Artifact and Stakeholder Analysis,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/requirements-elicitation,software-project-management,,,,,, -7df91a81-3728-4849-9375-1fc8e5cb1ef6,Web Design: Strategy and Information Architecture,By California Institute of the Arts via Coursera,,course|https://www.classcentral.com/course/coursera-web-design-strategy-and-information-architecture-12097,web-design,,,,,, -276c2269-359a-49fa-9715-8eb7c2351b83,Building Cloud Services with the Java Spring Framework,By Vanderbilt University via Coursera,,course|https://www.classcentral.com/course/coursera-building-cloud-services-with-the-java-spring-framework-13273,programming-languages/java;cloud-computing,,,,,, -cc651443-fa48-4c76-b6dc-016de527a539,"Computers, Waves, Simulations: A Practical Introduction to Numerical Methods using Python",By Ludwig-Maximilians-Universität München via Coursera,,course|https://www.coursera.org/learn/computers-waves-simulations,programming-languages/python;numerical-computing,,,,,, -14223b01-7f65-45d8-9638-55b15436bef9,Introduction to Meteor.js Development,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-meteor-js-development-4328,software-tools/meteorjs,,,,,, -72ad0d90-6831-4d54-8bea-e4fb4985b1d0,Introduction To Swift Programming,By University of Toronto via Coursera,,course|https://www.coursera.org/learn/swift-programming,programming-languages/swift,,,,,, -ba448b16-7d76-4adc-afa6-5c88522c992d,Cloud Computing Project,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/cloud-computing-project,cloud-computing,,,,,, -ff65f812-9078-4388-a012-163dd6c939c9,Multiplatform Mobile App Development with NativeScript,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/nativescript,mobile-app-development;programming-languages/nativescript,,,,,, -8c78a8b4-8040-4042-8830-2165b8302e18,Language in the Trump Era,,,book|https://www.cambridge.org/core/books/language-in-the-trump-era/DD75FE0F40DE2156DFAEC7E36F6F82CE,linguistics;politics,,,intermediate,,, -7eff9b44-2c60-42e1-824f-ec05ba59e23a,Programming Fundamentals,By Duke University via Coursera,,course|https://www.coursera.org/learn/programming-fundamentals,programming,,,,,, -2bef97dd-4c17-48d8-96e8-31e3ede58cbe,SRS Documents: Requirements and Diagrammatic Notations,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/srs-documents-requirements,software-project-management,,,,,, -fb41db89-a6db-47e6-b046-d96fc7648e9a,"App Deployment, Debugging, and Performance",By Google Cloud via Coursera,,course|https://www.coursera.org/learn/app-deployment-debugging-performance,programming,,,,,, -21cddf18-778d-4363-828a-3795748744c6,Using Git for Distributed Development,By Linux Foundation via Coursera,,course|https://www.coursera.org/learn/git-distributed-development,software-tools/git;version-control,,,,,, -a5c3dd49-687d-4bcf-8643-7dd631b4e867,Unity Services Implementation,By Unity via Coursera,,course|https://www.classcentral.com/course/coursera-unity-services-implementation-11245,software-tools/unity,,,,,, -7fac40e3-dcec-4ff4-8db1-bbe717816a73,World Design for Video Games,By California Institute of the Arts via Coursera,,course|https://www.coursera.org/learn/video-game-world,game-development,,,,,, -d7d84360-a0fd-4adc-bb2b-b1bf3cf17420,"C++ For C Programmers, Part B","By University of California, Santa Cruz via Coursera",,course|https://www.classcentral.com/course/coursera-c-for-c-programmers-part-b-6931,programming-languages/c++,,,,,, -a4207fec-d762-4d36-a955-fa9081dda593,Requirements Specifications: Goals and Conflict Analysis,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/requirements-specification-goals,software-project-management,,,,,, -39e7cd5a-57c5-458a-90ff-aae6061d603b,"Game Theory - | Open Yale Courses",,,course|https://oyc.yale.edu/economics/econ-159,game-theory;economics,,,,,,oer -37b1cf06-6c54-43ba-910d-f899e2794398,Service-Oriented Architecture,By University of Alberta via Coursera,,course|https://www.classcentral.com/course/coursera-service-oriented-architecture-9219,software-engineering,,,,,, -d2263a96-ec45-45c4-b770-62b44154e238,Python Data Representations,By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-python-data-representations-9550,programming-languages/python,,,,,, -c8d4d3a4-ae94-4e03-8ff1-b6e321be266b,Multiplatform Mobile App Development with React Native,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-multiplatform-mobile-app-development-with-react-native-11687,mobile-app-development;software-tools/react-native,,,,,, -df1bd5fc-b097-49bd-b83a-c1498c9bdbd3,Performance Optimization in Unity,By Unity via Coursera,,course|https://www.classcentral.com/course/coursera-performance-optimization-in-unity-11242,software-tools/unity,,,,,, -8735fb70-1338-46d5-ae33-d8df1be98e8a,Pixel Art for Video Games,By Michigan State University via Coursera,,course|https://www.coursera.org/learn/pixel-art-video-games,game-development,,,,,, -78150536-a770-41bf-9ae9-ef2af6207e83,3D Art and Audio Pipeline,By Unity via Coursera,,course|https://www.coursera.org/learn/3d-art-and-audio-pipeline,game-development,,,,,, -bb27718a-4b40-40f9-8214-5b9e22ee89e9,Creating Cutscenes in Unity,By Unity via Coursera,,course|https://www.coursera.org/learn/creating-cutscenes-unity,software-tools/unity,,,,,, -e20afa7e-6976-4193-b77b-7117f80c83c6,Concept Art for Video Games,By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-concept-art-for-video-games-13870,game-development,,,,,, -176f9618-9b26-4f5f-889b-c50e717d629a,"Algorithms, Data Collection, and Starting to Code",By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-algorithms-data-collection-and-starting-to-code-15137,algorithms,,,,,, -b87992a5-d3ea-48fd-9eaa-2751a3eae4cd,"Abstraction, Problem Decomposition, and Functions",By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/abstraction-problem-decomposition-functions,programming-languages/c;programming,,,,,, -b8071760-4b16-43bd-92f4-cdc6b3414304,Interactive Computer Graphics,By The University of Tokyo via Coursera,,course|https://www.coursera.org/learn/interactive-computer-graphics,computer-graphics;game-development,,,,,, -940cb3c1-039d-4342-8e46-f8e9644c4b87,"Java Programming: Arrays, Lists, and Structured Data",By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-java-programming-arrays-lists-and-structured-data-4362,programming-languages/java,,,,,, -25a183d1-c867-4ec7-8c14-1a495e7eef39,Introduction to Neurohacking In R,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-neurohacking-in-r-6420,programming-languages/r,,,,,, -6e2db5d1-58f8-43d7-b6f6-1b93a26c1197,Object-Oriented Design,By University of Alberta via Coursera,,course|https://www.classcentral.com/course/coursera-object-oriented-design-9216,object-oriented-design,,,,,, -ce0e3ada-2027-4047-b550-eeb58c0c701b,SQL for Data Science,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-sql-for-data-science-9725,data-science;programming-languages/sql;science,,,,,, -86944007-7664-44bd-9a8d-3216d81ed8df,Python Programming Essentials,By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-python-programming-essentials-9549,programming-languages/python,,,,,, -2ac04aa6-dd25-40d1-b1b5-711aef7f3a72,Version Control with Git,By Atlassian via Coursera,,course|https://www.coursera.org/learn/version-control-with-git,software-tools/git;version-control,,,,,, -3a710099-f59c-48a3-81e5-37031b1cc842,Requirements Gathering for Secure Software Development,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-requirements-gathering-for-secure-software-development-9809,software-project-management,,,,,, -b765bdfb-83c8-4161-b285-968253b8e8d2,Front-End Web Development with React,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/front-end-react,web-development;software-tools/react,,,,,, -4d5e568f-e17e-4e66-80cc-9acaa4193e3c,Smart Device & Mobile Emerging Technologies,By Yonsei University via Coursera,,course|https://www.classcentral.com/course/coursera-smart-device-mobile-emerging-technologies-11984,information-technology,,,,,, -8b27654c-301e-4ba4-837e-805fdc5186c5,AWS Fundamentals: Going Cloud-Native,By Amazon Web Services via Coursera,,course|https://www.classcentral.com/course/coursera-aws-fundamentals-going-cloud-native-12476,cloud-computing,,,,,, -acc7b959-74e9-45d6-80c9-de91c065eb9d,Open Source Software Development Methods,By Linux Foundation via Coursera,,course|https://www.classcentral.com/course/coursera-open-source-software-development-methods-12599,software-engineering,,,,,, -8f365219-019d-482f-9156-a6cd9950b9bf,Work with augmented reality (AR) and the web,By Curtin University via edX,,course|https://www.classcentral.com/course/edx-work-with-augmented-reality-ar-and-the-web-13599,augmented-reality,,,,,, -a6ae9c2c-6d13-4c85-bb81-37b9ebf4c883,Build Mobile Applications with SAP Cloud Platform Mobile Services,By via openSAP,,course|https://www.classcentral.com/course/opensap-build-mobile-applications-with-sap-cloud-platform-mobile-services-13724,mobile-app-development,,,,,, -26f77f83-0857-486a-b5da-414eec37dd52,The Development of Mobile Health Monitoring Systems,By Saint Petersburg State University via Coursera,,course|https://www.classcentral.com/course/coursera-the-development-of-mobile-health-monitoring-systems-12685,information-technology;mobile-health-monitoring,,,,,, -d16b69c0-a2c5-4144-a1d5-dec26a4d43a7,"Simulation, Algorithm Analysis, and Pointers",By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-simulation-algorithm-analysis-and-pointers-15138,algorithms;programming-languages/c,,,,,, -6988f363-a3ad-4709-9b33-987aeecfd821,iOS Project: Transreality Game,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/transreality-gaming,software-tools/ios,,,,,, -c9f24b9c-a2c4-44b0-93ae-7f60a136a83b,Introduction To Haskell Programming,By Chennai Mathematical Institute via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-haskell-programming-10044,programming-languages/haskell,,,,,, -0d799ba8-340b-4a5c-ae52-63bc021b6e99,Cloud Computing,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-cloud-computing-10027,cloud-computing,,,,,, -02a50dc9-2f4f-4705-a68c-6ec7f8a2fa4c,Kotlin for Java Developers,By JetBrains via Coursera,,course|https://www.classcentral.com/course/coursera-kotlin-for-java-developers-12184,programming-languages/kotlin,,,,,, -df2f4802-c07d-4641-9f70-6627ef1b1751,Introduction to R Software,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-r-software-14162,programming-languages/r,,,,,, -c311af65-6fdb-4574-9682-010ce6cd8b2d,Object oriented analysis and design,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_cs48/preview,software-engineering,,,,,, -09a28a73-d243-49e0-892a-6d47b4a1df2b,Agile Development in Practice (Project-centered Course),By University of Virginia via Coursera,,course|https://www.coursera.org/learn/uva-darden-agile-development-capstone,agile;software-project-management,,,,,, -869f534f-816f-4e9c-a07d-6d417d507aac,Mobile VR App Development with Unity,By Unity via Coursera,,course|https://www.coursera.org/learn/mobile-vr-app-development-unity,software-tools/unity,,,,,, -9358edb6-5f4b-439e-b558-3e2192d7b302,Creative Coding,By New York University (NYU) via edX,,course|https://www.classcentral.com/course/edx-creative-coding-13438,programming,,,,,, -cd818404-2ef5-42a2-aff5-cca3e59e042b,Developing Android Apps with App Inventor,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/app-inventor-android,software-tools/android;software-tools/app-inventor,,,,,, -d5cc93f5-4f6a-4326-88b1-b6dcfbc1a062,"Data Wrangling, Analysis and AB Testing with SQL","By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-data-wrangling-analysis-and-ab-testing-with-sql-14375,programming-languages/sql;data-science,,,,,, -e43d0e45-5737-4c90-a6d3-d31b4d08a6ea,"Online Games: Literature, New Media, and Narrative",By Vanderbilt University via Coursera,,course|https://www.coursera.org/learn/interactive-media-gaming,game-development,,,,,, -a50e764f-b4d8-4b4b-824e-e025e2c7543a,"Problem Solving, Programming, and Video Games",By University of Alberta via Coursera,,course|https://www.classcentral.com/course/coursera-problem-solving-programming-and-video-games-11500,game-development,,,,,, -bb3cb598-61e6-4694-8240-1b53aef0a730,Digital Skills: Mobile,By Accenture via FutureLearn,,course|https://www.futurelearn.com/courses/digital-skills-mobile,mobile;business;computers,,,,,, -6ed0dc8c-c6b7-4eee-8633-f4ecf72e6cc0,Make Your Own App,By Technische Universität München (Technical University of Munich) via edX,,course|https://www.edx.org/course/make-your-own-app-2,web-development,,,,,, -b031defc-6826-4474-a1bd-3f4a2d4e62ae,VLSI CAD Part I: Logic,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-vlsi-cad-part-i-logic-428,vlsi;computer-aided-design,,,,,, -2974e994-99de-4a23-8c76-a30cbb478cae,Introduction to Java Programming: Starting to code in Java,By Universidad Carlos iii de Madrid via edX,,course|https://www.edx.org/course/introduction-to-java-programming-starting-to-code-in-java,programming-languages/java,,,,,, -ac0517de-e19f-457f-9bed-00455d93c028,Lernen objekt-orientierter Programmierung,By Technische Universität München (Technical University of Munich) via edX,,course|https://www.classcentral.com/course/edx-lernen-objekt-orientierter-programmierung-8772,object-oriented-prgramming,,,,,, -c858ccd2-90df-4fa4-9462-258b9de6b8b5,Gameplay Programming for Video Game Designers,By Rochester Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-gameplay-programming-for-video-game-designers-6657,game-development,,,,,, -349c068f-8945-4b0c-b167-ede87ca5e581,HTML5 and CSS Fundamentals,By World Wide Web Consortium (W3C) via edX,,course|https://www.classcentral.com/course/edx-html5-and-css-fundamentals-5764,programming-languages/html;programming-languages/css,,,,,, -c85d069f-94e7-4e15-bfb4-6aa99f944872,Engineering Practices for Building Quality Software,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/engineering-practices-secure-software-quality,software-project-management,,,,,, -40b58007-5549-4427-930d-6e224da1807b,Software Testing,By University of Utah via Udacity,,course|https://www.classcentral.com/course/udacity-software-testing-365,software-testing;programming,,,,,, -6f790479-a02f-4281-82fd-8a2db66780c2,Software Debugging,By Saarland University via Udacity,,course|https://www.classcentral.com/course/udacity-software-debugging-457,programming;debugging;software-debugging,,,,,, -d4b2601e-880c-4386-8e16-840a8d71d927,UNSW Computing 1 - The Art of Programming,By via OpenLearning,,course|https://www.classcentral.com/course/openlearning-unsw-computing-1-the-art-of-programming-553,programming,,,,,, -958518ed-1022-48cc-b739-44db1d2fdaa9,Animated Engines - Home,,,image|http://animatedengines.com/,engines,,,,,, -7543097c-cc83-4bb2-89d2-4ef0bb1166dc,How Can I Prepare to Eventually Move into Engineering Management? - Ask the EM - The Pragmatic Engineer,,,article|https://blog.pragmaticengineer.com/how-to-to-become-an-engineering-manager/,engineering-management,,,,,, -f8445888-aad6-46af-931d-f6e042119949,Interactive 3D Graphics,By Autodesk via Udacity,,course|https://www.classcentral.com/course/udacity-interactive-3d-graphics-552,computer-graphics;game-development,,,,,, -98e6d8f6-eb91-4a5a-888d-a45c34d29b66,Introduction to Mobile Solution Development,By via openSAP,,course|https://open.sap.com/course/mobile1,information-technology,,,,,, -857a5d71-83e1-4cdf-973c-1d1e0a89cff4,Intro to Point & Click App Development,By Salesforce via Udacity,,course|https://www.udacity.com/course/intro-to-point-click-app-development--ud162,programming,,,,,, -341e9949-a9df-4084-b397-ff8cc63317af,Introduction to Software Development on SAP HANA,By via openSAP,,course|https://www.classcentral.com/course/opensap-introduction-to-software-development-on-sap-hana-1347,software-tools/sap,,,,,, -2b4ffdba-4394-43f1-b2c4-dd2fedc1a7bf,Parallel Programming Concepts,By via openHPI,,course|https://www.classcentral.com/course/openhpi-parallel-programming-concepts-1701,parallel-programming,,,,,, -0e37d9e1-5e9c-43a8-bd9b-042cc09d6c3f,Ada: Programming in the Large,By AdaCore University via Independent,,course|https://www.classcentral.com/course/independent-ada-programming-in-the-large-2111,programming-languages/ada,,,,,, -8dccc77a-6ca1-42c1-bf27-9ab105fddf7b,Ada: Overview,By AdaCore University via Independent,,course|http://university.adacore.com/courses/overview/,programming-languages/ada,,,,,, -02fe1829-0ae7-48bb-bfcc-5d13c55c7571,Ada: Basic Concepts,By AdaCore University via Independent,,course|http://university.adacore.com/courses/basic-concepts/,programming-languages/ada,,,,,, -d7317d26-f3ff-4d24-8c5b-307e103852a0,Website Performance Optimization,By Google via Udacity,,course|https://www.udacity.com/course/website-performance-optimization--ud884,web-development,,,,,, -6100a493-2e94-42f2-b03e-743532ac8355,UX Design for Mobile Developers,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-ux-design-for-mobile-developers-2212,user-experience;design;mobile-development,,,,,, -7a2d4be8-79f5-4a1f-9466-13bbe4c09509,Software Development Process,By Georgia Institute of Technology via Udacity,,course|https://www.classcentral.com/course/udacity-software-development-process-2335,software-engineering;software-project-management,,,,,, -0b68eb01-0d8d-4839-b97e-bc364e115300,An Introduction to SAP HANA,By via openSAP,,course|https://www.classcentral.com/course/opensap-an-introduction-to-sap-hana-1894,software-tools/sap,,,,,, -fe03506c-caba-4b15-b7f3-58689260866e,Cambridge GSCE Computing Online,By Cambridge University Press via Independent,,course|https://www.classcentral.com/course/independent-cambridge-gsce-computing-online-2780,computers;programming,,,,,, -a08725fd-2c9e-4072-8dd6-d4fb825ebf43,Intro to iOS App Development with Swift,By via Udacity,,course|https://www.udacity.com/course/intro-to-ios-app-development-with-swift--ud585,software-tools/ios;programming-languages/swift,,,,,, -6b9074a7-39ce-40d2-a63a-302c74a78d64,Intro to jQuery,By via Udacity,,course|https://www.classcentral.com/course/udacity-intro-to-jquery-2998,software-tools/jquery,,,,,, -d9257a11-862d-492d-b64a-553e27d62d25,Intro to Relational Databases,By via Udacity,,course|https://www.classcentral.com/course/udacity-intro-to-relational-databases-3253,databases,,,,,, -c3407a36-9aae-4e55-85e7-47ddd46ad634,ABAP Development for SAP HANA,By via openSAP,,course|https://www.classcentral.com/course/opensap-abap-development-for-sap-hana-2360,software-tools/sap,,,,,, -481e78c7-acd0-46a6-8d26-961e75c50a0a,BI Clients and Applications on SAP HANA,By via openSAP,,course|https://open.sap.com/courses/bifour2,software-tools/sap,,,,,, -5d9981f7-d099-4ba7-82a4-2d5ccd44cd66,Next Steps in Software Development on SAP HANA,By via openSAP,,course|https://open.sap.com/courses/hana2,software-tools/sap,,,,,, -78aac96e-c842-4d46-a75b-98781af7ba70,Introduction to SAP HANA Cloud Platform,By via openSAP,,course|https://open.sap.com/courses/hanacloud1-2,software-tools/sap,,,,,, -23751208-ac92-4cb3-9272-e3f202bed9fb,JavaScript Testing,By via Udacity,,course|https://www.udacity.com/course/javascript-testing--ud549,programming-languages/javascript,,,,,, -3a8aa823-7d94-4502-83b4-ea289dc7d6db,UIKit Fundamentals,By via Udacity,,course|https://www.udacity.com/course/uikit-fundamentals--ud788,software-tools/uikit;software-tools/ios,,,,,, -4a7491ee-d294-4b75-b3dd-84b31d4f834e,"Language, Proof and Logic",By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/Philosophy/LPL-SP/SelfPaced/about,logic,,,,,,oer -74847a28-2fe2-4d41-bf99-6dae4ad7f202,Responsive Images,By via Udacity,,course|https://www.classcentral.com/course/udacity-responsive-images-3352,web-design,,,,,, -20776416-33bd-4030-af6a-52230801b365,iOS Networking with Swift,By via Udacity,,course|https://www.udacity.com/course/ios-networking-with-swift--ud421,software-tools/ios;programming-languages/swift,,,,,, -db491b01-7c4b-4b0b-a194-eead0be6abb3,Developing Scalable Apps in Python,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-developing-scalable-apps-in-python-3525,programming-languages/python,,,,,, -8546e0ed-b94a-4628-9600-ee3023c14792,iOS Persistence and Core Data,By via Udacity,,course|https://www.classcentral.com/course/udacity-ios-persistence-and-core-data-3526,software-tools/ios,,,,,, -9e2e7045-620c-4cae-bcb5-22362e26e025,How to Make an iOS App,By via Udacity,,course|https://www.udacity.com/course/how-to-make-an-ios-app--ud607,software-tools/ios,,,,,, -9cf9c6bd-a95c-4b46-b370-5c984c90e83f,Browser Rendering Optimization,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-browser-rendering-optimization-3524,web-development,,,,,, -c7b4a862-e93f-41c6-baae-b08b94a0ae94,Authentication & Authorization: OAuth,By via Udacity,,course|https://www.classcentral.com/course/udacity-authentication-authorization-oauth-3523,programming;computer-security;oauth,,,,,, -41477081-b80a-4e92-882f-3fc6095df19c,A/B Testing,By Google via Udacity,,course|https://www.udacity.com/course/ab-testing--ud257,product-management;ab-testing,,,,,, -352c9136-6d92-4d78-9936-ef53870cb562,Android Performance,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-android-performance-3455,software-tools/android,,,,,, -9357e59a-e524-4b25-884a-afe1d5fd6958,Material Design for Android Developers,By Google via Udacity,,course|https://www.udacity.com/course/material-design-for-android-developers--ud862,software-tools/android;material-design,,,,,, -f66e8e42-c928-48b6-b48b-ba735495ed94,Gradle for Android and Java,By Google via Udacity,,course|https://www.udacity.com/course/gradle-for-android-and-java--ud867,software-tools/android,,,,,, -b3efe6b6-1970-4187-92ce-b2c445a588cc,Advanced Android App Development,By Google via Udacity,,course|https://www.udacity.com/course/advanced-android-app-development--ud855,software-tools/android;programming,,,,,, -f013fefd-d896-4785-9774-4d821492e975,Debugging on SAP,By OnSAP Academy via Independent,,course|https://academy.onsap.com/courses/onsap/SP225/2015_T1/about,software-tools/sap,,,,,, -a3bab819-2992-45ea-a550-5322003e0cf7,Add Google Maps to your Android App,By Google via Udacity,,course|https://www.udacity.com/course/add-google-maps-to-your-android-app--ud876-4,software-tools/android,,,,,, -7cf322c3-71a8-43ce-994c-f033ad1dd74a,Google Location Services on Android,By Google via Udacity,,course|https://www.udacity.com/course/google-location-services-on-android--ud876-1,software-tools/android,,,,,, -20300775-aea6-412a-9a63-91c0f68189e2,Google Analytics for Android,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-google-analytics-for-android-3700,software-tools/android,,,,,, -4ebb0f77-a5f9-4a98-90a4-7d7481b250d2,Monetize Your Android App with Ads,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-monetize-your-android-app-with-ads-3701,software-tools/android,,,,,, -c3d1b2c5-9851-4ad4-9698-1bdc4c53c062,Xcode Debugging,By via Udacity,,course|https://www.udacity.com/course/xcode-debugging--ud774,software-tools/xcode,,,,,, -294b76e0-05f0-483a-a26c-63ebd0aa1eac,Learn Swift Programming Syntax,By via Udacity,,course|https://www.udacity.com/course/learn-swift-programming-syntax--ud902,programming-languages/swift,,,,,, -d5deb3bb-49d3-4f26-bbeb-c33ea2498100,Application Development for SAP Business ByDesign,By via openSAP,,course|https://www.classcentral.com/course/opensap-application-development-for-sap-business-bydesign-3663,software-tools/sap,,,,,, -ab1cbd0b-1d91-4aed-a53e-bd9da80beaf0,Next Steps in SAP HANA Cloud Platform,By via openSAP,,course|https://www.classcentral.com/course/opensap-next-steps-in-sap-hana-cloud-platform-2056,software-tools/sap,,,,,, -801fc0c1-dde1-4603-a318-ef784918f1e8,Learn Backbone.js,By via Udacity,,course|https://www.classcentral.com/course/udacity-learn-backbone-js-4071,software-tools/backbonejs,,,,,, -3727cc8c-ad13-4bb5-8980-8c536b240246,Android TV and Google Cast Development,By Google via Udacity,,course|https://www.udacity.com/course/android-tv-and-google-cast-development--ud875B,software-tools/android,,,,,, -3a1f66c7-43ee-4a8f-b952-5005353be234,Android Auto Development,By Google via Udacity,,course|https://www.udacity.com/course/android-auto-development--ud875C,software-tools/android,,,,,, -08dedd52-aafc-4424-8869-666b9186b016,Android Wear Development,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-android-wear-development-4107,software-tools/android,,,,,, -f18f4276-edc3-4a64-a46d-aa84ee800b7f,Multi-Language Programming with Ada,By AdaCore University via Independent,,course|http://university.adacore.com/courses/multi-language-programming-with-ada/,programming-languages/ada,,,,,, -37e6ff37-23ee-451b-aef4-fa02bb207dd5,How to create in Android,By via Udacity,,course|https://www.udacity.com/course/how-to-create-anything-in-android--ud802,software-tools/android,,,,,, -c2eb6a57-5f4b-4169-bacd-5eda3388f822,2D Game Development with libGDX,By Amazon via Udacity,,course|https://www.udacity.com/course/2d-game-development-with-libgdx--ud405,game-development,,,,,, -e124b396-6359-42b1-9a47-4450de225f12,Writing READMEs,By via Udacity,,course|https://www.udacity.com/course/writing-readmes--ud777,software-engineering;programming,,,,,, -a6f566cc-d601-4609-8ff9-ccc814d486f4,Designing RESTful APIs,By via Udacity,,course|https://www.udacity.com/course/designing-restful-apis--ud388,programming,,,,,, -6a2da3e2-9636-4290-afed-4166be573df5,Java程序设计 | Java Programming,By Peking University via edX,,course|https://www.classcentral.com/course/edx-java-java-programming-4904,programming-languages/java,,,,,, -3b72753f-139d-4e2a-96db-fc10b6e7678e,Building High Conversion Web Forms,By Google via Udacity,,course|https://www.udacity.com/course/building-high-conversion-web-forms--ud890,product-management,,,,,, -58b4a15a-2b0d-4cfb-856c-8e468b5d591c,How to Make a Platformer Using libGDX,By Amazon via Udacity,,course|https://www.udacity.com/course/how-to-make-a-platformer-using-libgdx--ud406,software-development/libgdx,,,,,, -57046d8c-70cc-49a2-96ab-af2fa1a07550,Karaoke - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Karaoke,karaoke,,,,,,oer -d98327cc-e1df-4889-b3e0-3338c64b9442,Interactive Unit Circle,,,interactive|https://www.mathsisfun.com/algebra/trig-interactive-unit-circle.html,unit-circle,,,,,, -a7519996-5873-4128-bce8-3980b59c3894,JavaScript Design Patterns,By via Udacity,,course|https://www.udacity.com/course/javascript-design-patterns--ud989,programming-languages/javascript;design-patterns,,,,,, -c50560f7-1fa8-43c5-ac22-b03c01e5ccf2,Semantic Web Technologies,By via openHPI,,course|https://www.classcentral.com/course/openhpi-semantic-web-technologies-615,semantic-web,,,,,, -e32da608-b871-4b89-91ab-c534ca87d201,Extending SAP Products with SAP HANA Cloud Platform,By via openSAP,,course|https://open.sap.com/courses/hanacloud3-1,software-tools/sap,,,,,, -eb40414e-d6ae-4ade-b617-419d3b39af12,Developing Mobile Apps with SAP HANA Cloud Platform,By via openSAP,,course|https://www.classcentral.com/course/opensap-developing-mobile-apps-with-sap-hana-cloud-platform-4778,software-tools/sap,,,,,, -d930ad1e-6539-493b-b3bf-2a5b7c150fc8,Learn to Program Using Python,By University of Texas Arlington via edX,,course|https://www.classcentral.com/course/edx-learn-to-program-using-python-3695,programming-languages/python,,,,,, -2151b197-338c-4ae5-9e2a-405035654f92,Offline Web Applications,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-offline-web-applications-5679,web-development,,,,,, -de273360-f0f7-4c83-9553-c153c3ff959d,JavaScript Promises,By Google via Udacity,,course|https://www.udacity.com/course/javascript-promises--ud898,programming-languages/javascript,,,,,, -c7cae555-d61d-493c-8fdf-00bef1ae3484,Mobile Application Experiences Part 1: From a Domain to an App Idea,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/mobile-application-experiences,mobile-development,,,,,, -d69c7a19-ee1b-4298-a437-5cdac9b64e24,Grand Central Dispatch (GCD),By via Udacity,,course|https://www.classcentral.com/course/udacity-grand-central-dispatch-gcd-5802,software-tools/ios,,,,,, -07457703-3e11-4fef-bef0-a40660715dd4,Networking for Web Developers,By via Udacity,,course|https://www.classcentral.com/course/udacity-networking-for-web-developers-5965,computer-networking;web-development,,,,,, -6c6295ac-6efc-4296-80b5-e6bd7a7097df,SPARK 2014,By AdaCore University via Independent,,course|http://university.adacore.com/courses/spark-2014/,programming-languages/ada,,,,,, -4aff34fe-4db4-4ae1-be36-7304978c585d,Engagement & Monetization | Mobile Games,By Amazon via Udacity,,course|https://www.classcentral.com/course/udacity-engagement-monetization-mobile-games-6016,games;product-management,,,,,, -3534c600-6fe8-4d56-8861-3715ec0345db,Interactive Unit Circle – GeoGebra,,,interactive|https://www.geogebra.org/m/nv9vex3X,unit-circle,,,,,, -f8c8e696-9ab0-4499-a033-d3020983088c,Front End Frameworks,By Google via Udacity,,course|https://www.udacity.com/course/front-end-frameworks--ud894,web-development,,,,,, -b27b4d84-675f-4329-8161-f79ff1e5979f,Duolingo · tips @ duome.eu,,,article|https://duome.eu/tips/en,language,,,,,, -c6c7af4e-0edb-458b-9b48-d3cca6ea7bad,Build Your Own SAP Fiori App in the Cloud,By via openSAP,,course|https://www.classcentral.com/course/opensap-build-your-own-sap-fiori-app-in-the-cloud-3250,software-tools/sap,,,,,, -891617d3-71d6-4246-a546-ed88e05ee498,Intro to Backend,By via Udacity,,course|https://www.udacity.com/course/intro-to-backend--ud171,programming,,,,,, -8d378836-791c-49fb-911f-70e17432c1dc,Objective-C for Swift Developers,By via Udacity,,course|https://www.udacity.com/course/objective-c-for-swift-developers--ud1009,programming-languages/objective-c,,,,,, -64ca9ba8-52b9-4871-b9f7-626d8712cda3,SAP Business Warehouse powered by SAP HANA,By via openSAP,,course|https://www.classcentral.com/course/opensap-sap-business-warehouse-powered-by-sap-hana-2867,software-tools/sap,,,,,, -ed990ec4-3ef6-4328-94cc-4e3832696b48,Programming in Scratch,By Harvey Mudd College via edX,,course|https://www.edx.org/course/programming-scratch-harveymuddx-cs002x-1,programming-languages/scratch,,,,,, -a946004c-5959-4f30-857b-c9d6fc8038f8,Google Maps APIs,By Google via Udacity,,course|https://www.udacity.com/course/google-maps-apis--ud864,google-maps,,,,,, -a05e85a4-83ad-41fd-b27d-32ebe7912b62,Concurrency,By AdaCore University via Independent,,course|https://www.classcentral.com/course/independent-concurrency-6493,parallel-programming,,,,,, -93318d21-bfec-4b2d-8c94-a3848ed520de,The Computing Technology Inside Your Smartphone,By Cornell University via edX,,course|https://www.classcentral.com/course/edx-the-computing-technology-inside-your-smartphone-2809,computer-science,,,,,, -dcd26d21-d5f2-41cb-8dcb-58834d9ee07b,Enterprise Software Lifecycle Management,By National Research Nuclear University MEPhI via edX,,course|https://www.classcentral.com/course/edx-enterprise-software-lifecycle-management-6304,software-engineering;project-management;software-project-management,,,,,, -472b8d70-73e9-4325-9498-00f4cb414781,Client-Server Communication,By Google via Udacity,,course|https://www.udacity.com/course/client-server-communication--ud897,programming,,,,,, -fffcab9c-385f-4b0c-9222-f5815330d9cc,Web Accessibility,By Google via Udacity,,course|https://www.udacity.com/course/web-accessibility--ud891,accessibility,,,,,, -40694346-c0f8-4a07-889a-da25d2fa4045,Android Basics: Multiscreen Apps,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-android-basics-multiscreen-apps-6549,software-tools/android,,,,,, -8d60c483-3b5d-4b28-a197-8c2a661d6ada,Intro to Progressive Web Apps,By Google via Udacity,,course|https://www.udacity.com/course/intro-to-progressive-web-apps--ud811,web-development,,,,,, -e6b57e17-f86e-4a4b-af56-b9d1d5faae9a,Developing Windows 10 Universal Apps - Part 3,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-developing-windows-10-universal-apps-part-3-4559,software-tools/windows;software-development/windows,,,,,, -6cbc56e8-e7a7-4f4a-a24f-42f69371196e,Developing Windows 10 Universal Apps - Part 2,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-developing-windows-10-universal-apps-part-2-4560,software-tools/windows;software-development/windows,,,,,, -411380c0-6d67-4b85-bd58-c610444eeb27,Developing Web Apps with SAPUI5,By via openSAP,,course|https://www.classcentral.com/course/opensap-developing-web-apps-with-sapui5-6149,software-tools/sap,,,,,, -85fb3562-700b-438a-beb2-854ecc7d65c4,Developing Windows 10 Universal Apps - Part 1,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-developing-windows-10-universal-apps-part-1-4505,software-tools/windows;software-development/windows,,,,,, -94fd4fd4-f972-4cf0-99e5-a3e0b5dd4881,Android Basics: Networking,By Google via Udacity,,course|https://www.udacity.com/course/android-basics-networking--ud843,software-tools/android,,,,,, -4e562320-d3c5-45a5-8204-9ef62b1491c7,Dynamic Web Applications with Sinatra,By via Udacity,,course|https://www.udacity.com/course/dynamic-web-applications-with-sinatra--ud268,programming-languages/ruby,,,,,, -4b9bb7d4-6f2d-4435-8d6d-46e49f264bab,Deploying Applications with Heroku,By via Udacity,,course|https://www.classcentral.com/course/udacity-deploying-applications-with-heroku-6798,software-tools/heroku,,,,,, -a75c7896-7ecd-4866-a077-3a178c28de8f,The MVC Pattern in Ruby,By via Udacity,,course|https://www.udacity.com/course/the-mvc-pattern-in-ruby--ud270,programming-languages/ruby,,,,,, -9525b482-5716-4c16-8995-0c67da3ec1ef,Web Development and Design using Wordpress,By California Institute of the Arts via Kadenze,,course|https://www.classcentral.com/course/kadenze-web-development-and-design-using-wordpress-6408,software-tools/wordpress,,,,,, -1c72d95d-67e5-482a-8c27-20afbfee15ac,Android Basics: Data Storage,By via Udacity,,course|https://www.classcentral.com/course/udacity-android-basics-data-storage-6956,software-tools/sap,,,,,, -9da42c3c-0608-4f81-ab68-f652016ea748,SAP HANA Cloud Platform Essentials,By via openSAP,,course|https://open.sap.com/courses/hcp1,software-tools/sap,,,,,, -87d2b607-7cdb-4b4e-9602-25cbe9b8aacf,Android Basics: Make Your First App,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-android-basics-make-your-first-app-7278,software-tools/android,,,,,, -662bf7aa-34c4-42e3-a235-13b59ac21f64,Android Basics: Button Clicks,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-android-basics-button-clicks-7279,software-tools/android,,,,,, -8910ee2d-bbed-404c-8239-f631654820ad,Android Basics: User Interface,By Google via Udacity,,course|https://www.udacity.com/course/android-basics-user-interface--ud834,software-tools/android,,,,,, -a4f26a2e-2514-421f-8329-619bb548c371,Android Basics: User Input,By Google via Udacity,,course|https://www.udacity.com/course/android-basics-user-input--ud836,software-tools/android,,,,,, -3d9c5ff4-ee19-46bd-a2ca-a717248f5609,Developing Java-Based Apps on SAP HANA Cloud Platform,By via openSAP,,course|https://open.sap.com/courses/hcp2-1,software-tools/sap,,,,,, -7d8c6a16-143c-42e6-9d65-214af072201e,Web Applications for Everybody,By via Independent,,course|https://www.classcentral.com/course/independent-web-applications-for-everybody-7362,web-development,,,,,, -043d62d8-fd97-4f7e-a794-cdf7b4a85272,Introduction to Virtual Reality,By via Udacity,,course|https://www.udacity.com/course/introduction-to-virtual-reality--ud1012,virtual-reality,,,,,, -0534f37a-c87a-47c5-89bb-7b789f28ea32,VR Scenes and Objects,By via Udacity,,course|https://www.udacity.com/course/vr-scenes-and-objects--ud1013,virtual-reality,,,,,, -62a6623e-65c3-4f90-a436-6cf32a2464b7,"Minecraft, Coding and Teaching","By University of California, San Diego via edX",,course|https://www.classcentral.com/course/edx-minecraft-coding-and-teaching-7480,software-tools/minecraft,,,,,, -c6759ea6-32db-45ef-ab53-d12b59ea44f9,"Web Coding Fundamentals: HTML, CSS and Javascript",By National University of Singapore via Kadenze,,course|https://www.kadenze.com/courses/web-coding-fundamentals-for-artists/info,web-development,,,,,, -c14e6393-4b9a-42c2-af5c-fe167bae6913,Firebase in a Weekend: iOS,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-firebase-in-a-weekend-ios-7465,software-tools/firebase;software-tools/ios,,,,,, -efb70dc8-c342-4fc4-8807-b59213135c3d,VR Software Development,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-vr-software-development-7463,virtual-reality,,,,,, -efdcc3ec-9a26-44fd-8f9b-8d303b6482f3,Firebase in a Weekend: Android,By Google via Udacity,,course|https://www.udacity.com/course/firebase-in-a-weekend-by-google-android--ud0352,software-tools/android;software-tools/firebase,,,,,, -11e7a37f-6931-437b-aad2-661db3598a27,SHINE Reference for Native SAP HANA Application Development,By via openSAP,,course|https://open.sap.com/courses/hssh1,software-tools/sap,,,,,, -c5b02a88-e7ce-46a5-ae70-58735eda69c5,Swift for Beginners,By via Udacity,,course|https://www.classcentral.com/course/udacity-swift-for-beginners-7494,programming-languages/swift,,,,,, -a97bb58d-7ce5-4ff0-8102-e2cca1ce551a,Swift for Developers,By via Udacity,,course|https://www.classcentral.com/course/udacity-swift-for-developers-7495,programming-languages/swift,,,,,, -10b4908a-e23c-49ed-85bc-7935e319e672,Android for Beginners,By via Udacity,,course|https://www.classcentral.com/course/udacity-android-for-beginners-7623,software-tools/android,,,,,, -faf9a93a-ccb1-4e38-8e63-3ba668cca7c2,Building iOS Interfaces,By via Udacity,,course|https://www.classcentral.com/course/udacity-building-ios-interfaces-7753,software-tools/ios,,,,,, -9fe92d31-7b51-4c50-a598-2b112931f968,Developing Android Apps,By via Udacity,,course|https://www.udacity.com/course/new-android-fundamentals--ud851,software-tools/android,,,,,, -f73cf205-d9c3-4a67-9886-4a08f7e4f90c,iOS Design Patterns,By via Udacity,,course|https://www.classcentral.com/course/udacity-ios-design-patterns-7754,software-tools/ios,,,,,, -781152c7-4b7d-493b-afdb-61fed5def2da,MATLAB and Octave for Beginners,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.edx.org/course/matlab-octave-beginners-epflx-matlabeoctavebeginnersx,programming-languages/matlab;programming-languages/octave,,,,,, -ef02682f-814b-4192-bcf0-0a821e135319,Intro to JavaScript,By via Udacity,,course|https://www.classcentral.com/course/udacity-intro-to-javascript-8059,programming-languages/javascript,,,,,, -bec6facd-9ab1-46f5-81bb-e39eca3a3831,Mobile Application Experiences,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-mobile-application-experiences-7840,mobile-development,,,,,, -80d7db5e-a954-4b90-b9fe-b6c6777665bd,Server-Side Swift,By via Udacity,,course|https://www.classcentral.com/course/udacity-server-side-swift-8345,programming-languages/swift,,,,,, -1cf23790-d375-4a7f-9e31-0be438a5b43f,HTTP & Web Servers,By via Udacity,,course|https://www.classcentral.com/course/udacity-http-web-servers-8374,web-development,,,,,, -e665522e-e062-45ba-830d-67b1642261f0,VR Platforms & Applications,By via Udacity,,course|https://www.classcentral.com/course/udacity-vr-platforms-applications-8422,virtual-reality,,,,,, -1f3882d6-4451-4d52-b649-a163e84a8b8c,Think. Create. Code,By University of Adelaide via edX,,course|https://www.edx.org/course/think-create-code-adelaidex-code101x-3,programming,,,,,, -933b17fe-c3ec-4f9c-806b-5a1b8b448869,information hazards,,,research_paper|https://www.nickbostrom.com/information-hazards.pdf,thinking,,,,,, -26b37153-3cdb-4091-994b-77cf215aa80b,Firebase Analytics: Android,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-firebase-analytics-android-8439,software-tools/android;software-tools/firebase,,,,,, -b52c0c3e-db99-4423-bf78-fde45f9cff97,Firebase Analytics: iOS,By Google via Udacity,,course|https://www.udacity.com/course/firebase-analytics-ios--ud353,software-tools/ios;software-tools/firebase,,,,,, -0bfc83b6-c67e-4530-a562-d778b82033e9,Visual Storytelling for Film and Video Games,By Ringling College of Art + Design via Kadenze,,course|https://www.kadenze.com/courses/visual-storytelling-envisioning-a-narrative-for-film-and-video-games/info,storytelling;film-making;game-development,,,,,, -c5c44477-14b6-4485-89ea-7d499b5f2862,Passwordless Login Solutions for Android,By Facebook via Udacity,,course|https://www.udacity.com/course/passwordless-login-solutions-for-android--ud357,software-tools/android,,,,,, -112b8b0c-260a-445f-9835-0fef3bd4d2af,Passwordless Login Solutions for iOS,By Facebook via Udacity,,course|https://www.classcentral.com/course/udacity-passwordless-login-solutions-for-ios-8474,software-tools/ios,,,,,, -70d7b870-fd44-475b-9285-19b7446c9f74,ES6 - JavaScript Improved,By via Udacity,,course|https://www.udacity.com/course/es6-javascript-improved--ud356,programming-languages/javascript,,,,,, -20b6fa73-9acc-469c-b2a5-9ffebf5fd0ea,Database Systems Concepts & Design,By Georgia Institute of Technology via Udacity,,course|https://www.classcentral.com/course/udacity-database-systems-concepts-design-8573,databases,,,,,, -e2c29510-ea59-494d-bc9e-d0dc92b89530,Software Analysis & Testing,By Georgia Institute of Technology via Udacity,,course|https://www.classcentral.com/course/udacity-software-analysis-testing-8568,software-engineering,,,,,, -ad013b26-ee57-441b-8431-a6008f26169b,Localization Essentials,By Google via Udacity,,course|https://www.udacity.com/course/localization-essentials--ud610,programming;localization,,,,,, -c95a4742-cc6b-42a3-9f2e-796d7d313205,Asynchronous JavaScript Requests,By via Udacity,,course|https://www.udacity.com/course/asynchronous-javascript-requests--ud109,programming-languages/javascript,,,,,, -bfee8ab3-1d79-489d-86fa-322498a33cdb,C++ For Programmers,By via Udacity,,course|https://www.udacity.com/course/c-for-programmers--ud210,programming-languages/c++,,,,,, -271478c4-0b83-4b5e-8b28-ff0759eb0ba8,Python Programming for Everybody,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-python-programming-for-everybody-8869,programming-languages/python,,,,,, -7a25a06e-5deb-4fd5-90c1-db523235a1e1,How to Best Leverage SAP S/4HANA Cloud for Your Company,By via openSAP,,course|https://open.sap.com/courses/s4h6,software-tools/sap,,,,,, -dc74450b-20db-41d1-97be-3eb172d6f4c4,Database Systems Concepts and Design,By Georgia Institute of Technology via edX,,course|https://www.edx.org/course/database-systems-concepts-and-design,databases,,,,,, -42256fb4-23dd-444d-b078-42f456e17bf0,Object Oriented Programming in Java,By via Udacity,,course|https://www.classcentral.com/course/udacity-object-oriented-programming-in-java-9209,programming-languages/java,,,,,, -d1e186b1-7a72-4b36-a558-eb0c77490ac8,Practical Numerical Methods with Python,By George Washington University via Independent,,course|https://www.classcentral.com/course/independent-practical-numerical-methods-with-python-2339,programming-languages/python,,,,,, -61bd42d9-8fb3-4c78-9169-c0b96c333bb9,Mobile Computing with App Inventor: CS Principles Part II,By Trinity College via edX,,course|https://www.edx.org/course/mobile-computing-app-inventor-cs-trinityx-t008x,mobile-development;software-tools/app-inventor,,,,,, -81da2971-1391-4917-903f-7a27e21640b8,SAP Fiori for iOS - Build Your First Native Mobile App,By via openSAP,,course|https://www.classcentral.com/course/opensap-sap-fiori-for-ios-build-your-first-native-mobile-app-8947,software-tools/sap,,,,,, -0e5ddb35-46f1-4bcd-976e-4f702cc9be1c,Managing SQL Database Transactions and Concurrency,By Microsoft via edX,,course|https://www.edx.org/course/managing-sql-database-transactions-microsoft-dat215-3x-2,databases,,,,,, -259a3ea5-bbb1-416d-8f0b-2aa2113e777d,Managing ABAP Systems on SAP NetWeaver,By via openSAP,,course|https://www.classcentral.com/course/opensap-managing-abap-systems-on-sap-netweaver-9070,software-tools/sap,,,,,, -d7639b09-c6c4-4669-881b-cea8481e3154,Full-Text Search with SAP HANA Platform,By via openSAP,,course|https://open.sap.com/courses/hsesh1,software-tools/sap,,,,,, -aeac7bf0-0ac4-4916-9343-6fa30a188166,Android Developer Capstone Project: Building a Successful Android App,By Galileo University via edX,,course|https://www.classcentral.com/course/edx-android-developer-capstone-project-building-a-successful-android-app-7314,software-tools/android,,,,,, -209827eb-359b-430f-b5a0-b2396b2aa1fb,HTML and CSS Syntax,By via Udacity,,course|https://www.udacity.com/course/intro-to-html-and-css--ud001,programming-languages/html;programming-languages/css,,,,,, -b8ef8d12-f2fe-442f-b1c8-343baf9e9635,Design Your First App with Build*,By via openSAP,,course|https://www.classcentral.com/course/opensap-design-your-first-app-with-build-9275,software-tools/sap,,,,,, -4c8c3a21-1a3f-4ec2-ad3d-9a724bf7aa6f,Introduction to SAP HANA Administration,By via openSAP,,course|https://open.sap.com/courses/hsha1,software-tools/sap,,,,,, -1bdeeccc-4495-4cdb-95bc-8c30dd688b78,Developing Software Using Design Thinking,By via openSAP,,course|https://open.sap.com/courses/dt1-2,software-tools/sap,,,,,, -ea118de8-a365-4a22-8e7e-d27ce5f6d78b,JavaScript and the DOM,By via Udacity,,course|https://www.classcentral.com/course/udacity-javascript-and-the-dom-9990,programming-languages/javascript,,,,,, -e433e9e7-1358-49d6-9a03-5fe2f858febd,Introduction to HTML and JavaScript,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-introduction-to-html-and-javascript-5923,programming-languages/javascript,,,,,, -e04f655e-82ec-4082-b1a2-36c2f9df0c6f,Introduction to Programming Using Python,By University of Texas Arlington via edX,,course|https://www.classcentral.com/course/edx-introduction-to-programming-using-python-10134,programming-languages/python,,,,,, -4363a685-4108-4c48-86dd-558d0de42fbc,Data Migration to SAP S/4HANA,By via openSAP,,course|https://www.classcentral.com/course/opensap-data-migration-to-sap-s-4hana-9983,software-tools/sap,,,,,, -345da5de-d7ca-4787-b97d-f59dd7962718,Get Data Off the Ground with Python,By George Washington University via Independent,,course|https://openedx.seas.gwu.edu/courses/course-v1:GW+EngComp1+2018/about,programming-languages/python,,,,,,oer -f58a0413-590d-4027-a688-74181dd6d3d1,SAP Translation Hub in a Nutshell,By via openSAP,,course|https://open.sap.com/courses/sth1,software-tools/sap,,,,,, -77eb6016-151d-4190-8dfe-19341662e2be,SQL for Data Analysis,By via Udacity,,course|https://www.udacity.com/course/sql-for-data-analysis--ud198,programming-languages/sql;data-science,,,,,, -f1a3e6bc-b9b2-469e-ac9d-494b9990a8bd,Web App Development with the Power of Node.js,By Technische Universität München (Technical University of Munich) via edX,,course|https://www.edx.org/course/web-app-development-with-the-power-of-nodejs,web-development;software-tools/nodejs,,,,,, -2ac45c8d-8b6e-466d-8438-8d8d2ee8ac37,Kotlin for Android Developers,By Capital One via Udacity,,course|https://www.classcentral.com/course/udacity-kotlin-for-android-developers-9699,programming-languages/kotlin;software-tools/android,,,,,, -8478265a-03bc-4de6-8f37-10c0ed7cef94,Cloud-Native Operations with SAP Cloud Platform,By via openSAP,,course|https://open.sap.com/courses/cp4,software-tools/sap,,,,,, -0fa3ff67-ad78-417c-867d-0375b57ab6e5,Understanding SAP Fiori Launchpad,By via openSAP,,course|https://www.classcentral.com/course/opensap-understanding-sap-fiori-launchpad-9981,software-tools/sap,,,,,, -5e485e9b-b3ae-4312-aebe-c60c271417b3,Object-Oriented JavaScript,By via Udacity,,course|https://www.classcentral.com/course/udacity-object-oriented-javascript-10662,programming-languages/javascript,,,,,, -f65526d4-68d8-4462-a56e-684190553cb6,AngularJS: Framework Fundamentals,By Microsoft via edX,,course|https://www.edx.org/course/angularjs-framework-fundamentals,software-tools/angularjs,,,,,, -a366ae39-f9b4-4c04-9078-46f593d0dcb2,Using Open Source Web Tooling to Improve Development Proficiency,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-using-open-source-web-tooling-to-improve-development-proficiency-7818,web-development,,,,,, -1dff910c-492a-4e27-8f82-15c3b3130040,AngularJS: Advanced Framework Techniques,By Microsoft via edX,,course|https://www.edx.org/course/angularjs-advanced-framework-techniques,software-tools/angularjs,,,,,, -6745db40-9305-40af-8081-519f381d0778,Maps and 3D Made Easy with SAPUI5,By via openSAP,,course|https://www.classcentral.com/course/opensap-maps-and-3d-made-easy-with-sapui5-10420,software-tools/sap,,,,,, -bb6e38b6-b2f4-4a00-9642-29afc0e6542c,Software Engineering Essentials,By Technische Universität München (Technical University of Munich) via edX,,course|https://www.classcentral.com/course/edx-software-engineering-essentials-8527,software-engineering,,,,,, -06a8e423-776e-47ea-90b7-e834e9cfe7c3,Kotlin Bootcamp for Programmers,By Google via Udacity,,course|https://www.udacity.com/course/kotlin-bootcamp-for-programmers--ud9011,programming-languages/kotlin,,,,,, -63233dc8-98eb-4c54-8368-653833e0471b,SAP Cloud Platform Version Control with Git,By via openSAP,,course|https://open.sap.com/courses/git1,software-tools/sap,,,,,, -caffd86c-cd50-4191-a9d4-d364bb76dc70,Writing Testable Code for ABAP,By via openSAP,,course|https://www.classcentral.com/course/opensap-writing-testable-code-for-abap-10421,software-tools/sap,,,,,, -cd4f9088-d00f-4c97-9afb-9dd4b36756b4,Mobile Design and Usability for iOS,By Facebook via Udacity,,course|https://www.udacity.com/course/mobile-design-and-usability-for-ios--ud1034,mobile-development;software-tools/ios;design,,,,,, -b15ba342-fda1-425e-bdf2-4a9f3f9ecd70,Mobile Design and Usability for Android,By Facebook via Udacity,,course|https://www.classcentral.com/course/udacity-mobile-design-and-usability-for-android-9701,mobile-development;software-tools/android;design,,,,,, -4350a74b-6dc0-4e59-9419-2dc2647bdaa8,Add Google Sign-In to your Android Apps,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-add-google-sign-in-to-your-android-apps-3703,software-tools/android,,,,,, -40f8b41b-6930-4fe3-9adf-aa6d02b9f2c9,AutoLayout,By via Udacity,,course|https://www.udacity.com/course/auto-layout--ud1026,mobile-development,,,,,, -31f8b458-c26a-4c02-8ecf-a184719c21fb,Build Native Mobile Apps with Flutter,By Google via Udacity,,course|https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905,mobile-development;software-tools/flutter,,,,,, -c55cc759-2cbf-4ef7-8b49-77ab46c639be,How to Install Android Studio,By via Udacity,,course|https://www.classcentral.com/course/udacity-how-to-install-android-studio-11287,software-tools/android,,,,,, -60c415e7-cb1b-493b-837e-39750f229a5f,Information Service Engineering,By via openHPI,,course|https://www.classcentral.com/course/openhpi-information-service-engineering-2038,semantic-web,,,,,, -5697ff4a-4fe3-4707-a9cd-9fd447691dcb,Managing Java Systems on SAP NetWeaver,By via openSAP,,course|https://open.sap.com/courses/cst2,software-tools/sap,,,,,, -859fb85c-9a35-4ee1-913e-d9f7a1f75738,Full-Stack Interview Prep,By via Udacity,,course|https://www.udacity.com/course/full-stack-interview-prep--ud252,programming;interviews,,,,,, -abee093f-13a6-4d8b-8a99-b1c14a09b352,Front-End Interview Prep,By via Udacity,,course|https://www.classcentral.com/course/udacity-front-end-interview-prep-11454,interviews;web-development,,,,,, -2aaa5a00-76ac-4cbc-b868-18d47a19e8b4,VR Interview Prep,By Google via Udacity,,course|https://www.udacity.com/course/vr-interview-prep--ud251,virtual-reality;interviews,,,,,, -396942c3-2e55-4b2d-9bbb-d50faf20ed1f,Data Structures & Algorithms in Swift,By via Udacity,,course|https://www.udacity.com/course/data-structures-and-algorithms-in-swift--ud1011,programming-languages/swift,,,,,, -440aa0ae-8f6b-4753-b219-6933d3c48961,iOS Interview Prep,By via Udacity,,course|https://www.classcentral.com/course/udacity-ios-interview-prep-11448,interviews;software-tools/ios,,,,,, -877e0986-03c0-4e61-9b7a-3ff5892e7e2d,Android Interview Prep,By Google via Udacity,,course|https://www.udacity.com/course/android-interview-prep--ud241,interviews;software-tools/android,,,,,, -4c1770da-f051-440f-929c-fac6b23e9476,Fundamentals of NetLogo,By Santa Fe Institute via Complexity Explorer,,course|https://www.classcentral.com/course/complexity-explorer-fundamentals-of-netlogo-11496,software-tools/netlogo,,,,,, -2d353f3f-5858-4c19-bc71-ec9c99eb98fe,Introduction to SAP HANA Dynamic Tiering,By via openSAP,,course|https://www.classcentral.com/course/opensap-introduction-to-sap-hana-dynamic-tiering-11034,software-tools/sap,,,,,, -1921a2eb-9433-4f79-b6f8-a8212de2b2a4,Creating Programmatic SQL Database Objects,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-creating-programmatic-sql-database-objects-7401,databases,,,,,, -ed95d1d7-4ceb-4838-b156-7336b1f1ec03,Program a Server-Side Application using ASP.NET Core,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-program-a-server-side-application-using-asp-net-core-10039,software-tools/dotnet,,,,,, -ad20e602-82b0-42df-8eb6-6dd2853e0635,CS50's Introduction to Game Development,By Harvard University via edX,,course|https://www.edx.org/course/cs50s-introduction-to-game-development,game-development,,,,,, -dd617a5e-be2b-4027-b49d-653a9814ef0a,Data Querying Using LINQ and C#,By Microsoft via edX,,course|https://www.edx.org/course/data-querying-using-linq-and-c-0,software-tools/linq,,,,,, -8482c5fc-a28e-42e7-b0c8-4dafc59f01c8,Enhance Your Desktop App with Cloud Services,By Microsoft via edX,,course|https://www.edx.org/course/enhance-your-desktop-app-with-cloud-services-0,software-tools/windows,,,,,, -72fc72cf-af55-4e22-97b8-544da7699964,Application Design Considerations: An Inclusive Approach,By Microsoft via edX,,course|https://www.edx.org/course/web-design-best-practices-inclusive-microsoft-dev240x,design,,,,,, -ab902f12-ee0e-4c91-a297-91d54d539301,Asynchronous Programming in C# and .NET Core,By Microsoft via edX,,course|https://www.edx.org/course/asynchronous-programming-in-c-and-net-core,programming-languages/csharp;software-tools/dotnet,,,,,, -5b577add-eb16-4e6f-a845-297714a244ac,CS50's Web Programming with Python and JavaScript,By Harvard University via edX,,course|https://www.edx.org/course/cs50s-web-programming-with-python-and-javascript,web-development;programming-languages/python;programming-languages/javascript,,,,,, -2a92798f-dc85-487d-bccb-a85f4398431b,Implementing In-Memory SQL Database Objects,By Microsoft via edX,,course|https://www.edx.org/course/implementing-in-memory-sql-database-objects,databases,,,,,, -4b185a60-fbd6-495c-afcd-8c5e9a3d492d,Developing a Multidimensional Data Model,By Microsoft via edX,,course|https://www.edx.org/course/developing-a-multidimensional-data-model,data-science,,,,,, -cb692397-f901-4de1-8a9b-b84aaaa55ebf,Managing SQL Server Operations,By Microsoft via edX,,course|https://www.edx.org/course/managing-sql-server-operations-0,software-tools/sql-server,,,,,, -90f6a554-11f2-41ad-9799-244a37cba94d,CS50's Mobile App Development with React Native,By Harvard University via edX,,course|https://www.edx.org/course/cs50s-mobile-app-development-with-react-native,mobile-development;software-tools/react-native,,,,,, -1b5870bc-1ec7-49fe-8cb5-ae4e6531571c,Extend Your Application with REST Services,By Microsoft via edX,,course|https://www.edx.org/course/extend-your-application-with-rest-services-0,programming,,,,,, -0f79a6ea-6f5e-4a78-a5be-33783dc78f6d,Recovering Data in Azure and SQL Server,By Microsoft via edX,,course|https://www.edx.org/course/recovering-data-in-azure-and-sql-server-0,software-tools/sql-server;software-tools/azure,,,,,, -2f86ccd0-56e7-4aa0-9d30-15be04466ecc,Developing Data Client Applications and Services,By Microsoft via edX,,course|https://www.edx.org/course/developing-data-client-applications-and-services-0,programming,,,,,, -65acbfb3-1590-4262-ab50-f97ecd0d2437,Using Non-Relational Data in SQL Server,By Microsoft via edX,,course|https://www.edx.org/course/using-non-relational-data-in-sql-server,software-tools/sql-server,,,,,, -66544fe6-57cb-4821-ba92-5f72a722533b,Data Access in C# and .NET Core,By Microsoft via edX,,course|https://www.edx.org/course/data-access-in-c-and-net-core,programming-languages/csharp;software-tools/dotnet,,,,,, -0cb0813a-4b84-48c9-b82b-8ed543ee2e47,Introduction to Device Programming,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-introduction-to-device-programming-9927,programming,,,,,, -e7627514-f270-42ae-a84f-e04a5011f79d,Writing Professional Code - Advanced Topics,By Microsoft via edX,,course|https://www.edx.org/course/web-patterns-and-architecture,programming,,,,,, -59e7e3b2-017c-436d-991c-00ee5802d9f1,Learn ARKit using Unity,By via Udacity,,course|https://www.classcentral.com/course/udacity-learn-arkit-using-unity-11691,software-tools/ar-kit;software-tools/unity,,,,,, -0302c59d-b37a-4488-9e22-edc798ebe6cf,Learn ARKit using Swift,By via Udacity,,course|https://www.classcentral.com/course/udacity-learn-arkit-using-swift-11692,software-tools/ar-kit;programming-languages/swift,,,,,, -277b8712-552c-434d-becd-4e37eca78062,Introduction to Mobile Application Development using Android,By The Hong Kong University of Science and Technology via edX,,course|https://www.edx.org/course/introduction-mobile-application-hkustx-comp107x-8,mobile-development;software-tools/android,,,,,, -47861b49-939f-4a82-b40e-7567a24c31b6,Object-Oriented Programming in Java,By via openSAP,,course|https://www.classcentral.com/course/opensap-object-oriented-programming-in-java-9976,software-tools/sap,,,,,, -01d87746-3f98-407f-adf9-8365459c0a4f,What is Programming?,By via Udacity,,course|https://www.classcentral.com/course/udacity-what-is-programming-11991,programming,,,,,, -cb25748d-a298-4e5d-ad5f-38fd43316374,Java Fundamentals for Android Development,By Galileo University via edX,,course|https://www.classcentral.com/course/edx-java-fundamentals-for-android-development-7313,software-tools/android;programming-languages/java,,,,,, -611dd8fb-15a6-4a70-a04e-db9610a09430,Professional Android App Development,By Galileo University via edX,,course|https://www.classcentral.com/course/edx-professional-android-app-development-7346,software-tools/android,,,,,, -48267fb8-0ee3-49dc-9403-b23cd82e1b07,Android App Development for Beginners,By Galileo University via edX,,course|https://www.classcentral.com/course/edx-android-app-development-for-beginners-7315,software-tools/android,,,,,, -ff718943-2ca2-4102-a8f4-ed00b1287d3c,Monetize your Android Applications,By Galileo University via edX,,course|https://www.classcentral.com/course/edx-monetize-your-android-applications-7345,software-tools/android,,,,,, -ab871170-b8dc-4765-8ee1-32b2b7f8c3ab,Agile Development Using Ruby on Rails - Advanced,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/agile-development-using-ruby-on-rails-advanced,software-tools/rails,,,,,, -07047b49-f47e-4439-a9a8-d67e22c0276a,Java Capstone Series Pt. 1,By via openHPI,,course|https://www.classcentral.com/course/openhpi-java-capstone-series-pt-1-11851,programming-languages/java,,,,,, -3bc995af-2747-47f1-b41e-31756d63da0e,Optimizing Performance for SQL Based Applications,By Microsoft via edX,,course|https://www.edx.org/course/optimizing-performance-for-sql-based-applications,databases;programming-languages/sql,,,,,, -f6c5d654-420d-4f32-a498-80ba421bb51e,Implementing ETL with SQL Server Integration Services,By Microsoft via edX,,course|https://www.edx.org/course/implementing-etl-with-sql-server-integration-services,software-tools/sql-server,,,,,, -caa3de5c-ea73-4aaf-9138-482783086c95,Asynchronous Programming with Javascript,By Microsoft via edX,,course|https://www.edx.org/course/asynchronous-programming-with-javascript,programming-languages/javascript,,,,,, -ffc11e49-ca5a-491f-a85d-783dd21379a8,Creating a Master Data Solution with SQL Server Master Data Services (MDS),By Microsoft via edX,,course|https://www.edx.org/course/creating-a-master-data-solution-with-sql-server-master-data-services-mds,software-tools/sql-server,,,,,, -812675e2-824a-4bfd-b8eb-439052ac1999,Windows PowerShell Basics,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-windows-powershell-basics-8428,software-tools/powershell,,,,,, -aeb3a966-6907-4cf4-906b-ca38cd1e5d33,"Developing Business Applications with Microsoft PowerApps, CDS, and Flow",By Microsoft via edX,,course|https://www.edx.org/course/developing-business-applications-with-microsoft-powerapps-cds-and-flow,software-tools/dotnet,,,,,, -36f369af-3d9f-43fe-80f2-e130dbffa8b1,Build Web APIs using ASP.NET,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-build-web-apis-using-asp-net-8680,software-tools/dotnet,,,,,, -6d6c0c2a-1b24-483e-95d9-cceb5523f2da,Introduction to NodeJS,By Microsoft via edX,,course|https://www.edx.org/course/introduction-to-nodejs,software-tools/nodejs,,,,,, -14a6f9b9-ad18-444f-b614-a443756ece03,"Introduction to Python: Creating Scalable, Robust, Interactive Code",By Microsoft via edX,,course|https://www.classcentral.com/course/edx-introduction-to-python-creating-scalable-robust-interactive-code-10040,programming-languages/python,,,,,, -0379f93d-f63c-4db6-a236-003f5fe783ae,Introduction to Data Modeling,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-introduction-to-data-modeling-9910,data-modeling;programming,,,,,, -f07a80ba-97ff-4ab3-a2bd-94b8366a80e4,MVC Application Design using .NET Core 2.0,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-mvc-application-design-using-net-core-2-0-10055,software-tools/dotnet,,,,,, -3f816f04-ea3e-4be8-b663-98628c813496,Developing Dynamic Web Applications Using Angular,By Microsoft via edX,,course|https://www.edx.org/course/developing-dynamic-web-applications-using-angular,web-development;software-tools/angularjs,,,,,, -830fe8e1-519c-4226-a2b5-838a66372cb5,Provisioning Databases in Azure and SQL Server,By Microsoft via edX,,course|https://www.edx.org/course/provisioning-databases-in-azure-and-sql-server,software-tools/sql-server;software-tools/azure,,,,,, -cc4c6782-061e-490e-ba9e-614c4a915370,Getting Started with Azure App Service: Web Apps,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-getting-started-with-azure-app-service-web-apps-8583,web-development;software-tools/azure,,,,,, -e1dc6246-3c1d-43e8-8fc3-02246116c751,Developing SQL Databases,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-developing-sql-databases-7405,databases,,,,,, -4b38e748-9e44-4475-82f6-c6de9e01d410,Developing a Tabular Data Model,By Microsoft via edX,,course|https://www.edx.org/course/developing-a-tabular-data-model,databases,,,,,, -730fa5b7-cea4-4d2e-ab10-43d08a70affa,Introduction to Web Cartography: Part 1,By ETH Zurich via edX,,course|https://www.edx.org/course/introduction-to-web-cartography-part-1-1,cartography,,,,,, -6a9eff87-2972-4ee2-84bf-83a66e8b3e26,SAP Cloud Platform API Management,By via openSAP,,course|https://open.sap.com/courses/cp8,software-tools/sap,,,,,, -05f415f8-4d5c-4f8c-a1a3-f6e87a89c144,Introduction: Elements of Microgame Design,By Worcester Polytechnic Institute via Kadenze,,course|https://www.classcentral.com/course/kadenze-introduction-elements-of-microgame-design-8395,game-design,,,,,, -a34d9bf0-9f17-4a4f-9f13-b405fcbf184f,Fundamentals of Java EE Development,By Red Hat via edX,,course|https://www.edx.org/course/fundamentals-java-ee-development-red-hat-jb083x,programming-languages/java,,,,,, -3f3b6f5e-00fd-497a-85b1-5d1479abb97e,Building Mobile Applications with SAP Screen Personas,By via openSAP,,course|https://open.sap.com/courses/sps4,software-tools/sap,,,,,, -b4089245-5352-4b21-a118-6a0f7ffdf273,Two-Tier ERP with SAP S/4HANA Cloud,By via openSAP,,course|https://www.classcentral.com/course/opensap-two-tier-erp-with-sap-s-4hana-cloud-12141,software-tools/sap,,,,,, -ab0d3d84-9113-4da1-9a90-0125f8451722,Developing Android Apps with Kotlin,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-developing-android-apps-with-kotlin-12395,software-tools/android;programming-languages/kotlin,,,,,, -1125626d-a73a-473f-985e-4927bb13942f,System Conversion to SAP S/4HANA,By via openSAP,,course|https://www.classcentral.com/course/opensap-system-conversion-to-sap-s-4hana-12140,software-tools/sap,,,,,, -8862a709-9e18-49d2-a361-af215a5c011e,Getting Started with Amazon Simple Storage Service (S3),By Amazon via Independent,,course|https://www.aws.training/Details/Curriculum?id=26942,software-tools/aws,,,,,, -8cbbbbe2-c82c-42c1-b425-bdd25e2362d0,Exam Readiness: AWS Certified Big Data - Specialty (Digital),By Amazon via Independent,,course|https://www.classcentral.com/course/independent-exam-readiness-aws-certified-big-data-specialty-digital-12677,software-tools/aws,,,,,, -50475e1e-e6a7-42e6-b98b-cf37764c140c,Exam Readiness: AWS Certified Solutions Architect – Associate (Digital),By Amazon via Independent,,course|https://www.aws.training/Details/Curriculum?id=20685,software-tools/aws,,,,,, -90556a22-1b96-49bf-8778-f8bae13bdc10,Deep Dive into Amazon Glacier,By Amazon via Independent,,course|https://www.classcentral.com/course/independent-deep-dive-into-amazon-glacier-12682,software-tools/aws,,,,,, -a22d690b-9eee-4a0c-83de-6c34fb95a81a,Data Warehousing on AWS (Digital),By Amazon via Independent,,course|https://www.aws.training/Details/Curriculum?id=25411,software-tools/aws,,,,,, -ad96350f-7d77-4818-832b-3bcfaf175527,Exam Readiness: AWS Certified Developer – Associate (Digital),By Amazon via Independent,,course|https://www.aws.training/Details/Curriculum?id=19185,software-tools/aws,,,,,, -32ffb977-75f1-4c9b-92bf-f1c47734aac0,Readings – Indian Knowledge Systems,,,learning_plan|http://iks.iitgn.ac.in/readings_2016/,indian-philosophy;nations/india/history,,,,,, -c0e93cd9-c468-453d-9fe6-165c181f7cab,Deep Dive into Amazon Elastic Block Store (EBS),By Amazon via Independent,,course|https://www.classcentral.com/course/independent-deep-dive-into-amazon-elastic-block-store-ebs-12672,software-tools/aws,,,,,, -1ca08521-10d8-43ed-9a8d-26e20ddf89a6,Exam Readiness: AWS Certified Solutions Architect - Professional (Digital),By Amazon via Independent,,course|https://www.classcentral.com/course/independent-exam-readiness-aws-certified-solutions-architect-professional-digital-12676,software-tools/aws,,,,,, -b8812b92-9b34-4d8f-8841-a6eb654bfe0f,Exam Readiness: AWS Certified Advanced Networking - Specialty (Digital),By Amazon via Independent,,course|https://www.aws.training/Details/Curriculum?id=21330,software-tools/aws,,,,,, -e4a7f87e-f9f3-4229-ae40-dbb0740276b3,Deep Dive into AWS Storage Gateway,By Amazon via Independent,,course|https://www.classcentral.com/course/independent-deep-dive-into-aws-storage-gateway-12680,software-tools/aws,,,,,, -e45250bb-6c5b-47ee-9e93-ebb9da79ff6c,Deep Dive into Amazon Simple Storage Service (Amazon S3),By Amazon via Independent,,course|https://www.classcentral.com/course/independent-deep-dive-into-amazon-simple-storage-service-amazon-s3-12673,software-tools/aws,,,,,, -167c1f2d-41bd-48d2-ba48-fc85ac5d52bf,Deep Dive into Amazon Elastic File System (EFS),By Amazon via Independent,,course|https://www.classcentral.com/course/independent-deep-dive-into-amazon-elastic-file-system-efs-12675,software-tools/aws,,,,,, -8fd0d452-7021-4d4e-b9d4-0b818b03542e,AWS Cloud Practitioner Essentials (Digital),By Amazon via Independent,,course|https://www.classcentral.com/course/independent-aws-cloud-practitioner-essentials-digital-12688,software-tools/aws,,,,,, -e162dc1a-f30e-43c2-911c-da737811d54b,AWS Security Fundamentals,By Amazon via Independent,,course|https://www.aws.training/Details/Curriculum?id=10795,software-tools/aws,,,,,, -63601470-9f5c-44b2-88b0-edbe2dd1f0b1,AWS Well-Architected Training,By Amazon via Independent,,course|https://www.aws.training/Details/Curriculum?id=12049,software-tools/aws,,,,,, -382d8c7f-f0b1-4ba3-8825-ea092781550e,EC2 Systems Manager,By Amazon via Independent,,course|https://www.aws.training/Details/Curriculum?id=13830,software-tools/aws,,,,,, -5dd9631a-e544-40e3-b432-e10dd785914e,Create and Deliver Cloud-Native SAP S/4HANA Extensions,By via openSAP,,course|https://open.sap.com/courses/s4h13,software-tools/sap,,,,,, -42c62a50-ec8f-4f63-b593-e77b34dbfc40,Video Game Design and Balance,By Rochester Institute of Technology via edX,,course|https://www.edx.org/course/video-game-design-and-balance,game-design,,,,,, -da302770-f48c-4763-a460-5071eff397fc,Exploration: A Closer Look at the Microgame API,By Worcester Polytechnic Institute via Kadenze,,course|https://www.classcentral.com/course/kadenze-exploration-a-closer-look-at-the-microgame-api-8402,game-development,,,,,, -3eea2759-8825-4af5-9884-699fb95e85ea,Real-Time Audio Signal Processing in Faust,By Stanford University via Kadenze,,course|https://www.kadenze.com/courses/real-time-audio-signal-processing-in-faust/info,signal-processing;software-tools/faust,,,,,, -b8e79437-052f-487f-a36c-b2587fe58d7f,Programming for Everybody (Getting Started with Python),By University of Michigan via edX,,course|https://www.edx.org/course/programming-for-everybody-getting-started-with-python,programming;programming-languages/python,,,,,, -21981bc3-4610-4405-b348-d7dbeca11d25,Python Data Structures,By University of Michigan via edX,,course|https://www.edx.org/course/python-data-structures,data-structures;programming-languages/python,,,,,, -c72cd8d9-1e81-4155-bd14-f77ad83acb62,Hacker Tools,By Massachusetts Institute of Technology via Independent,,course|https://www.classcentral.com/course/independent-hacker-tools-13160,computer-security;programming,,,,,, -f8757017-d929-44b1-9ae0-7f04ae520541,Object-Oriented Programming,By Indian Institute of Technology Bombay via edX,,course|https://www.edx.org/course/object-oriented-programming-2,programming,,,,,, -3872bfdb-67ce-4130-b60c-76ab1db462f1,Software Development on SAP HANA,By via openSAP,,course|https://www.classcentral.com/course/opensap-software-development-on-sap-hana-3335,software-tools/sap,,,,,, -dfa721b2-8f59-4eaa-830b-7e7b2d68b1d7,Video Game Asset Creation and Process,By Rochester Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-video-game-asset-creation-and-process-6659,game-developmet,,,,,, -54a79856-a343-4faa-8617-6ed5e8c00fbe,Mobile Computing with App Inventor – CS Principles,By The University of Warwick via edX,,course|https://www.classcentral.com/course/edx-mobile-computing-with-app-inventor-cs-principles-3590,software-tools/app-inventor;mobile-development,,,,,, -4833c1f6-0947-40a9-a566-4cf394865d24,Advanced CSS Concepts,By Microsoft via edX,,course|https://www.edx.org/course/advanced-css-concepts-3,programming-languages/css,,,,,, -26dc191e-9bb7-4d8d-a245-edc4c52b575f,Introduction to ReactJS,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-introduction-to-reactjs-8770,software-tools/react,,,,,, -0831112a-54d0-4eb5-8213-2aa9b362ba7a,Databases in Azure,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-databases-in-azure-9435,software-tools/azure,,,,,, -01428051-5108-4994-b430-888d97b3ab4c,Angular Fundamentals,By Microsoft via edX,,course|https://www.edx.org/course/angular-fundamentals-3,software-tools/angularjs,,,,,, -97367e67-92ff-4770-90d8-a0b7e23c4975,Introduction to TypeScript 2,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-introduction-to-typescript-2-8633,programming-languages/typescript,,,,,, -71834f68-2937-4093-86bd-a5e38abb7f84,Microsoft Professional Orientation : Front End Web Development,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-professional-orientation-front-end-web-development-8645,web-development,,,,,, -4daf1bbe-7650-4c39-a5de-e60402b0e6f3,Miguel Street,By V.S. Naipaul,https://learn-awesome.github.io/assets/book_covers/49741.jpg,book|https://www.goodreads.com/book/show/49741.Miguel_Street,fiction,,,,,, -daaec5a8-fec6-4236-8e3d-1553b9811fd5,Building Your Azure Skills Toolkit,By Microsoft via edX,,course|https://www.edx.org/course/building-your-azure-skills-toolkit-3,software-tools/azure,,,,,, -afae070a-76c0-45aa-90f8-4e25df0a34e1,React Router and Redux,By Microsoft via edX,,course|https://www.edx.org/course/react-router-and-redux-2,software-tools/react,,,,,, -653e1128-dd96-47e0-8df6-cf7bcd4cef93,Advanced Angular,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-advanced-angular-11354,software-tools/angularjs,,,,,, -e1c42b87-7cd2-485e-a258-7e6ede560173,Microsoft Azure Storage,By Microsoft via edX,,course|https://www.edx.org/course/microsoft-azure-storage-2,software-tools/azure,,,,,, -daad67ff-73ad-4275-a944-c82cde6903d4,Introduction to jQuery,By Microsoft via edX,,course|https://www.edx.org/course/introduction-to-jquery-3,software-tools/jquery,,,,,, -89e963f5-18f8-4038-ad94-9954eb314a43,Creating Virtual Reality (VR) Apps,"By University of California, San Diego via edX",,course|https://www.classcentral.com/course/edx-creating-virtual-reality-vr-apps-8515,virtual-reality,,,,,, -7718b066-3c90-47e6-8605-0fff0f4b1f9f,Agile Software Development,By ETH Zurich via edX,,course|https://www.edx.org/course/agile-software-development-2,project-management;software-engineering;software-project-management,,,,,, -cca72118-5c59-4614-84c5-f43d28bc926c,How Virtual Reality Works,"By University of California, San Diego via edX",,course|https://www.edx.org/course/how-virtual-reality-works-2,virtual-reality,,,,,, -25c735f4-f8df-44be-9394-5c5f8c72ffc6,Synthesis: Realizing Game Ideas in Code,By Worcester Polytechnic Institute via Kadenze,,course|https://www.classcentral.com/course/kadenze-synthesis-realizing-game-ideas-in-code-8396,game-development,,,,,, -e782124c-491a-4bdf-9a4f-01d03a5b0ba3,Global Software Development,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-global-software-development-9119,software-project-management,,,,,, -ea50dfa7-7fa9-47e8-9d4b-f8cc05dc998b,AWS IoT: Developing and Deploying an Internet of Things,By Amazon Web Services via edX,,course|https://www.edx.org/course/aws-iot-developing-and-deploying-an-internet-of-things,software-tools/aws,,,,,, -cc5c2c6f-56fa-487f-b636-fcc24ae9de8a,Build your very first iOS app,By Curtin University via edX,,course|https://www.edx.org/course/build-your-very-first-ios-app,software-tools/ios,,,,,, -47dac069-b4ec-4d40-92c7-e87adeaf245e,Programming Reactive Systems,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-programming-reactive-systems-12571,programming,,,,,, -3838a181-494e-49a6-b9cb-5bcfe7b68e8a,Microsoft Professional Capstone : Front End Web Development,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-microsoft-professional-capstone-front-end-web-development-8647,web-development,,,,,, -ac7cc596-39b5-4b4c-bd93-66e2b9078f59,Amazon DynamoDB: Building NoSQL Database-Driven Applications,By Amazon Web Services via edX,,course|https://www.classcentral.com/course/edx-amazon-dynamodb-building-nosql-database-driven-applications-13705,software-tools/aws,,,,,, -7fcbd386-f90c-4ad4-9c97-f94b5c6ec7db,Teamwork & Collaboration,By Rochester Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-teamwork-collaboration-6658,collaboration;management,,,,,, -2df6cadb-4721-4bef-96e7-63ae79c2798f,Evolved Web Apps with SAPUI5,By via openSAP,,course|https://www.classcentral.com/course/opensap-evolved-web-apps-with-sapui5-13399,software-tools/sap,,,,,, -ecf77c51-92c8-4b05-9d3e-0396dba98de7,Querying Data with Transact-SQL,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-querying-data-with-transact-sql-3341,databases,,,,,, -2be1a562-7583-4fe1-b2a1-1e65d4957d5f,Writing Professional Code,By Microsoft via edX,,course|https://www.edx.org/course/writing-professional-code-4,programming,,,,,, -f7e4aaeb-3749-4f99-a85d-a9a9949f8d54,Learn to Program in Java,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-learn-to-program-in-java-8718,programming-languages/java,,,,,, -4e7dd9d6-be5a-4ed4-9c65-aab08851132a,Intermediate C++,By Microsoft via edX,,course|https://www.edx.org/course/intermediate-c-3,programming-languages/c++,,,,,, -c8f1bf83-5479-4d27-9c95-5bbd2eb61623,Object Oriented Programming in C#,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-object-oriented-programming-in-c-9353,programming-languages/csharp,,,,,, -8c29bae2-42e1-40bb-a8ac-3d5339ea4df3,Application Monitoring and Feedback Loops,By Microsoft via edX,,course|https://www.edx.org/course/application-monitoring-and-feedback-loops-3,devops,,,,,, -4d87fd93-7359-40f2-b412-6e99ed481ddc,Securing Data in Azure and SQL Server,By Microsoft via edX,,course|https://www.edx.org/course/securing-data-in-azure-and-sql-server-3,software-tools/azure,,,,,, -976e722b-c2fc-4097-b417-acf1b8eac5eb,Introduction to C++,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-introduction-to-c-4758,programming-languages/c++,,,,,, -1663db51-1037-4efa-a7d4-b76804d8b4d2,Introduction to Python: Fundamentals,By Microsoft via edX,,course|https://www.edx.org/course/introduction-to-python-fundamentals-4,programming-languages/python,,,,,, -d81fc33d-fac9-4f9f-8873-81079cef4364,Building Interactive Prototypes using JavaScript,By Microsoft via edX,,course|https://www.edx.org/course/building-interactive-prototypes-using-javascript-4,programming-languages/javascript,,,,,, -33e98c45-71ef-41d0-8e46-ede643b19a1f,Designing a Technical Solution,By Microsoft via edX,,course|https://www.edx.org/course/designing-a-technical-solution-4,web-development,,,,,, -a57c16ae-81fd-4b7a-8670-4d1f0275dd99,Delivering a Data Warehouse in the Cloud,By Microsoft via edX,,course|https://www.edx.org/course/delivering-a-data-warehouse-in-the-cloud-3,data-warehousing,,,,,, -db1580ed-9ec9-4855-bb83-8c53ebbb3ef1,Developing Planet-Scale Applications in Azure Cosmos DB,By Microsoft via edX,,course|https://www.edx.org/course/developing-planet-scale-applications-in-azure-cosmos-db-3,software-tools/azure,,,,,, -e17b4af6-c076-4b06-ab83-9dce68f2ffb4,Introduction to Design Thinking,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-introduction-to-design-thinking-8845,design-thinking,,,,,, -509d09d9-ba8d-41d4-819f-7714ca62357e,Object Oriented Programming in Java,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-object-oriented-programming-in-java-8723,programming-languages/java,,,,,, -5f79bead-66ff-4c87-8842-b64fe6bd45c4,Advanced C++,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-advanced-c-10491,programming-languages/c++,,,,,, -3922ebfd-ed74-4391-95c7-3080417e2dc4,Microsoft Professional Capstone : Entry Level Software Development,By Microsoft via edX,,course|https://www.edx.org/course/microsoft-professional-capstone-entry-level-software-development-3,software-engineering,,,,,, -7c7144a5-83e3-42a3-9c35-7ca3c86f2c4a,Introduction to Python: Absolute Beginner,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-introduction-to-python-absolute-beginner-8671,programming-languages/python,,,,,, -d2aab7ab-a4e7-4045-9ede-ad6861a35bbc,Introduction to C#,By Microsoft via edX,,course|https://www.edx.org/course/introduction-to-c-4,programming-languages/csharp,,,,,, -53babc06-aa4c-41c7-ac7c-8c8adef89b4b,Building Functional Prototypes using Node.js,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-building-functional-prototypes-using-node-js-8722,software-tools/nodejs,,,,,, -bc883f59-a784-45f6-a683-f5b7019d214b,Microsoft Professional Capstone: Internet of Things,By Microsoft via edX,,course|https://www.edx.org/course/microsoft-professional-capstone-internet-of-things-2,internet-of-things,,,,,, -dc37c913-5510-4758-bd9e-f0881426b8cc,Software Development Fundamentals,By University of Pennsylvania via edX,,course|https://www.classcentral.com/course/edx-software-development-fundamentals-8516,software-engineering,,,,,, -1d71cc81-2a35-47eb-bf4a-ac9a8fddc149,Video Game Design: Teamwork & Collaboration,By Rochester Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-video-game-design-teamwork-collaboration-9191,game-design,,,,,, -aa6df9b0-d6cb-4d3a-b8d0-802c4227fe61,Introduction to Internationalization and Localization,By University of Washington via edX,,course|https://www.classcentral.com/course/edx-introduction-to-internationalization-and-localization-14385,internationalization;localization,,,,,, -84e0262c-3c94-4930-b70f-85c97dd3bba9,AWS Developer: Deploying on AWS,By Amazon via edX,,course|https://www.edx.org/course/aws-developer-deploying-on-aws-2,software-tools/aws,,,,,, -9dd24b78-033e-42a8-a055-6d0e9b3c2d57,AWS Developer: Optimizing on AWS,By Amazon via edX,,course|https://www.edx.org/course/aws-developer-optimizing-on-aws-2,software-tools/aws,,,,,, -c0e9cbe7-28f3-4bc4-aea8-1395c70c48a5,AWS Developer: Building on AWS,By Amazon via edX,,course|https://www.edx.org/course/aws-developer-building-on-aws-2,software-tools/aws,,,,,, -4a4369da-4951-4754-b244-fef18a902274,Game Design Document: Define the Art & Concepts,By California Institute of the Arts via Coursera,,course|https://www.coursera.org/learn/game-design-document,game-design,,,,,, -eefad227-534e-47c1-8721-3e82791f2fc1,Responsive Website Development and Design Capstone,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-responsive-website-development-and-design-capstone-5097,web-development,,,,,, -8be5401a-48fe-4da7-85f3-e5bcf5723fa8,Functional Programming in Haskell: Supercharge Your Coding,By University of Glasgow via FutureLearn,,course|https://www.futurelearn.com/courses/functional-programming-haskell,functional-programming;programming-languages/haskell,,,,,, -6ab4fad0-f1bf-4db8-b7de-8e7fd590d390,CSS Basics,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-css-basics-7199,programming-languages/css,,,,,, -b3a70505-a3ff-4b1d-8053-13df1624c43d,Introduction to functional programming in OCaml,By Paris Diderot University via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-introduction-to-functional-programming-in-ocaml-4513,functional-programming;programming-languages/ocaml,,,,,, -c64eb39b-42af-48d5-906d-5960c01b5a4e,Video Game Design and Development: Introduction to Game Programming,By Abertay University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-video-game-design-and-development-introduction-to-game-programming-13299,game-development,,,,,, -10eccec4-8a09-4351-b00d-e103d748ee77,Build Your Own iOS App,By University of Toronto via Coursera,,course|https://www.classcentral.com/course/coursera-build-your-own-ios-app-6235,software-tools/ios,,,,,, -12e2f20c-403e-4ef8-aa32-1b265db84482,Automated Software Testing: Model and State-based Testing,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-automated-software-testing-model-and-state-based-testing-12039,software-testing,,,,,, -aafe140b-ed6e-4761-9f99-c87b473ef98f,Introduction to Java Programming – Part 1,By The Hong Kong University of Science and Technology via edX,,course|https://www.edx.org/course/introduction-to-java-programming-part-1-3,programming-languages/java,,,,,, -a1a9c769-044d-4342-b82c-15228c5898f8,How to Win Coding Competitions: Secrets of Champions,By ITMO University via edX,,course|https://www.classcentral.com/course/edx-how-to-win-coding-competitions-secrets-of-champions-6300,programming,,,,,, -1860d41f-16b8-4073-b4ba-b36ace61d91f,"Automated Software Testing: Unit Testing, Coverage Criteria and Design for Testability",By Delft University of Technology via edX,,course|https://www.edx.org/course/automated-software-testing-unit-testing-coverage-criteria-and-design-for-testability,software-testing,,,,,, -57330c6f-36a5-4dde-8909-1302bd3e6921,Introduction to Java Programming – Part 2,By The Hong Kong University of Science and Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-java-programming-part-2-3486,programming-languages/java,,,,,, -9a713cb9-f010-43d1-b26b-e7969b420850,UML Class Diagrams for Software Engineering,By KU Leuven University via edX,,course|https://www.classcentral.com/course/edx-uml-class-diagrams-for-software-engineering-7837,software-engineering;programming-languages/uml,,,,,, -f000fff8-9b1b-4d7c-86ef-5717670d10be,Game Design and Development Capstone,By Michigan State University via Coursera,,course|https://www.classcentral.com/course/coursera-game-design-and-development-capstone-5117,game-development,,,,,, -f701ce42-0690-4eab-b290-a0ca50a8d500,Game Design and Development: Video Game Character Design,By Abertay University via FutureLearn,,course|https://www.futurelearn.com/courses/video-game-character-design,game-design,,,,,, -ddf031fe-2f15-4b8a-b76b-5ab7d427f27b,M101J: MongoDB for Java Developers,By via MongoDB University,,course|https://university.mongodb.com/courses/M101JS/about,software-tools/mongodb,,,,,, -f937c1f8-1245-4392-a00e-a3cd592848d0,Capstone: Photo Tourist Web Application,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-capstone-photo-tourist-web-application-5123,web-development,,,,,, -e0d065fa-0033-45d6-a44a-5589efc2f954,How to Fund Open Source | Matthew Wildrick Thomas,,,article|https://mattwthomas.com/blog/fund-open-source/,economics;open-source,,,advanced,,5.0, -c19681d6-dcb7-4a2f-879a-47596ad7daae,Real Induction | Matthew Wildrick Thomas,,,article|https://mattwthomas.com/blog/induction-on-reals/,math;economics,,,intermediate,,5.0, -b55ee233-3a7b-4fa0-ab8a-3f1111a4ea59,The Software Architect Code: Building the Digital World,By Universidad Carlos iii de Madrid via edX,,course|https://www.classcentral.com/course/edx-the-software-architect-code-building-the-digital-world-4812,software-engineering,,,,,, -8e4820ef-5ecf-402c-a370-106ca2735ba4,Introduction to Java Programming: Writing Good Code,By Universidad Carlos iii de Madrid via edX,,course|https://www.classcentral.com/course/edx-introduction-to-java-programming-writing-good-code-5735,programming-languages/java,,,,,, -8211d8f2-4b77-4e63-bbc3-478fd8e3189e,Programming for the Web with JavaScript,By University of Pennsylvania via edX,,course|https://www.edx.org/course/programming-for-the-web-with-javascript,programming-languages/javascript,,,,,, -3a368b5a-edbb-44b0-816e-a5bbcb6d8704,Game Design and Development: A Bit-by-Bit History of Video Game Music,By Abertay University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-game-design-and-development-a-bit-by-bit-history-of-video-game-music-8765,game-design;history,,,,,, -b66cc088-54fc-444f-8154-841ca163ef72,Project: Create an iOS app from start to finish,By Curtin University via edX,,course|https://www.edx.org/course/project-create-an-ios-app-from-start-to-finish,software-tools/ios,,,,,, -bde534e4-107c-486b-a462-8bfb13d39a90,Scratch to Python: Moving from Block- to Text-based Programming,By Raspberry Pi Foundation via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-scratch-to-python-moving-from-block-to-text-based-programming-10565,programming-languages/python,,,,,, -8d6815de-a8a3-4bd7-ad6e-2567f828951d,Object-oriented Programming in Python: Create Your Own Adventure Game,By Raspberry Pi Foundation via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-object-oriented-programming-in-python-create-your-own-adventure-game-8884,programming;programming-languages/python,,,,,, -a162c8ca-bfc7-41f7-8bbf-bce66c1d8d04,Programming 102: Think Like a Computer Scientist,By Raspberry Pi Foundation via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-programming-102-think-like-a-computer-scientist-12758,programming;computer-science,,,,,, -a4fc0e1b-a6cd-4498-8f96-48b3f7c65b49,JavaScript Introduction,By World Wide Web Consortium (W3C) via edX,,course|https://www.classcentral.com/course/edx-javascript-introduction-8496,programming-languages/javascript,,,,,, -304a0230-b008-451f-b0be-bbf537e23550,Software Testing Fundamentals,By University System of Maryland via edX,,course|https://www.edx.org/course/software-testing-fundamentals-0,software-testing,,,,,, -2a9b0b0d-0c42-4a8d-9ba3-f9cf7505b2e4,Designing Digital Solution,By via Swayam,,course|https://www.classcentral.com/course/swayam-designing-digital-solution-13998,design,,,,,, -134c9ed4-5e3b-477e-a6ac-7b453226b724,HTML5 Apps and Games,By World Wide Web Consortium (W3C) via edX,,course|https://www.classcentral.com/course/edx-html5-apps-and-games-4671,programming-languages/html;web-development,,,,,, -d85d59f9-3ffb-4ed1-8d7b-338fab4d3d95,Software Testing Management,By University System of Maryland via edX,,course|https://www.edx.org/course/software-testing-management-1,software-testing,,,,,, -0ca99776-82b6-41d9-ab42-22961692f223,Problem Solving through Programming in C,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-problem-solving-through-programming-in-c-10090,problem-solving;programming-languages/c,,,,,, -69f11766-a964-4b5a-a460-3dc56ff2027c,Programming in Java,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_cs84/preview,programming-languages/java,,,,,, -8afdb79e-4726-4037-b6e7-526bf40654c4,Software testing,By Indian Institute of Technology Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-software-testing-14295,software-testing,,,,,, -6cb78242-32ed-47fd-a233-65ddd7c525ac,Introduction to Programming in C,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-programming-in-c-2486,programming-languages/c,,,,,, -0dd5c66f-d43a-424b-8c86-9e81e674f8e2,Programming in C++,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-programming-in-c-6704,programming-languages/c++,,,,,, -a640b67b-142c-46f8-8681-6b74c67b2655,Software Project Management,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-software-project-management-14294,software-project-management,,,,,, -1bdd22dc-e9cd-4169-b606-0b76f6551331,An Introduction to Programming through C++,By Indian Institute of Technology Bombay via Swayam,,course|https://swayam.gov.in/nd1_noc19_cs39/preview,programming-languages/c++,,,,,, -df03b2db-ab20-47f2-9215-03444b27c596,Software Engineering,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_cs69/preview,software-engineering,,,,,, -be1fb3a1-83a9-4e7a-9389-93d3583abbf3,Database Management System,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_cs46/preview,databases,,,,,, -cc3d4b35-2cc2-47d1-8849-3eef917c65d5,Programming with GUIs,By Raspberry Pi Foundation via FutureLearn,,course|https://www.futurelearn.com/courses/programming-with-guis,programming,,,,,, -4c6398d1-3127-4b10-8473-5731c4baa9f9,Inferential Statistical Analysis with Python,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/inferential-statistical-analysis-python,programming-languages/python,,,,,, -9491a900-e7d2-4f0e-94af-956f1a3949a5,Understanding and Visualizing Data with Python,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-understanding-and-visualizing-data-with-python-12647,programming-languages/python,,,,,, -22bcf28f-c1ad-4695-8540-b9fa6b2ae34d,"Python Functions, Files, and Dictionaries",By University of Michigan via Coursera,,course|https://www.coursera.org/learn/python-functions-files-dictionaries,programming-languages/python,,,,,, -80551f98-8f64-4c01-9752-3dfda53a1c7f,Data Collection and Processing with Python,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/data-collection-processing-python,programming-languages/python,,,,,, -c0cba459-f35b-47dd-90c4-62557e646cb4,On Sleep,,,blog|https://sleepdiplomat.wordpress.com/,sleep,,,,,, -cb95807f-2d6b-4b8f-a104-20335c049dae,How to use GNU Screen | Matthew Wildrick Thomas,,,article|https://mattwthomas.com/blog/screen/,open-source;software-tools/unix,,,beginner,,5.0, -8ba5d298-e23d-4435-81c5-7a2f45962bbd,Python Basics,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/python-basics,programming-languages/python,,,,,, -2d155c1e-30ed-45d0-bf25-2447c95f222b,AWS Fundamentals: Building Serverless Applications,By Amazon Web Services via Coursera,,course|https://www.coursera.org/learn/aws-fundamentals-building-serverless-applications,software-tools/aws,,,,,, -af18e390-3acf-4815-be9e-5da0fc2cc28c,Java for Android,By Vanderbilt University via Coursera,,course|https://www.classcentral.com/course/coursera-java-for-android-5446,programming-languages/java,,,,,, -4b74d598-967b-40b2-ae91-0845dd6bfd54,Introduction to a Web of Linked Data,By Inria (French Institute for Research in Computer Science and Automation) via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-introduction-to-a-web-of-linked-data-10982,semantic-web;linked-data,,,,,, -71db1695-3c15-4e26-af22-9cc7ba55c5c2,Database Management System,By CEC via Swayam,,course|https://www.classcentral.com/course/swayam-database-management-system-13984,databases,,,,,, -fe0ef589-39b9-48ef-b322-afd18c8bd005,Web Content Management,By UGC via Swayam,,course|https://swayam.gov.in/nd2_ugc19_lb05/preview,content-management,,,,,, -adb6e62a-8846-4923-b3d1-49669b98f59d,M040: New Features and Tools in MongoDB 4.0,By via MongoDB University,,course|https://www.classcentral.com/course/mongodb-university-m040-new-features-and-tools-in-mongodb-4-0-11559,software-tools/mongodb,,,,,, -5998b824-9639-4c90-8f1c-8e991f2b0970,Database and Content Organisation,By IGNOU via Swayam,,course|https://www.classcentral.com/course/swayam-database-and-content-organisation-13985,databases,,,,,, -be11aefc-3c8e-47f8-b13d-5b5a069d409e,How to Prevent Email Scraping | Matthew Wildrick Thomas,,,article|https://mattwthomas.com/blog/stop-email-scraping/,web-development;web,,,intermediate,,5.0, -c1286a4b-42a0-4ccf-a895-3daa7c83ed5c,CSCI 1730 - Introduction to Programming Languages,By Brown University via Independent,,course|https://www.classcentral.com/course/independent-csci-1730-introduction-to-programming-languages-458,programming;programming-languages,,,,,, -834a2c6a-1f7c-4618-9d5d-0fdea1d369ef,M101: MongoDB for Developers,By via MongoDB University,,course|https://www.classcentral.com/course/mongodb-university-m101-mongodb-for-developers-474,software-tools/mongodb,,,,,, -100cef88-4445-40a9-ad83-667cff887fa6,Introduction to Databases,By Stanford University via Independent,,course|https://www.classcentral.com/course/independent-introduction-to-databases-593,databases,,,,,, -41a741b8-68e2-4ddf-96e5-bb01993be2d1,Functional Hardware Verification,By Cadence via Udacity,,course|https://www.udacity.com/course/functional-hardware-verification--cs348,hardware;hardware-verification,,,,,, -3fff8022-b288-4a14-9f3d-134e8956efe5,Building a Basic Website,By University of Massachusetts Amherst via Independent,,course|http://www.umass.edu/journalism/mooc/,web-development,,,,,,oer -be7fe4b6-4836-49a8-9f04-d751764bbe9c,Intro to Java Programming,By San Jose State University via Udacity,,course|https://www.udacity.com/course/java-programming-basics--ud282,programming-languages/java,,,,,, -81a41a31-2894-48b7-b167-324d21a237ff,User Experience for the Web,By via Open2Study,,course|https://www.open.edu.au/online-courses/rmit-university,user-experience;web,,,,,,oer -bfef4966-0111-4be0-8252-c691acfd20a5,Mobiles for Development,By Indian Institute of Technology Kanpur via Independent,,course|https://www.classcentral.com/course/independent-mobiles-for-development-1272,mobile-development,,,,,, -2c7e4d71-598d-45ed-956f-8b6a7f790a94,Web Engineering II: Developing Mobile HTML5 Apps,By Technische Hochschule Mittelhessen via iversity,,course|https://iversity.org/courses/web-engineerihttps://iversity.org/courses/web-engineering-ii-developing-mobile-html5-apps,programming-languages/html;web-development,,,,,, -26eb3307-69c0-44b7-b291-612560e9bb29,Web Engineering III: Quality Assurance,By Technische Hochschule Mittelhessen via iversity,,course|https://www.classcentral.com/course/iversity-web-engineering-iii-quality-assurance-2258,web-development;software-testing,,,,,, -d567f476-e595-4690-8093-7a4e03d51a8f,Mobile Game Development with GameSalad,By Taylor's University via OpenLearning,,course|https://www.classcentral.com/course/openlearning-mobile-game-development-with-gamesalad-2427,game-development,,,,,, -4774d93f-57f3-4ffa-b213-b22b9910cc24,Just-in-Time Online Modules in Engineering Computing,By George Washington University via Independent,,course|https://www.classcentral.com/course/independent-just-in-time-online-modules-in-engineering-computing-2380,programming-languages/python;engineering,,,,,, -d84c492c-0c17-465e-959b-a01137eeb34b,Serious Game Design and Development,By via iversity,,course|https://www.classcentral.com/course/iversity-serious-game-design-and-development-2705,game-design;game-development,,,,,, -867b632e-870c-494c-a1d2-70075000c1b1,Web Application Architectures,By University of New Mexico via Coursera,,course|https://www.coursera.org/learn/web-app,web-development,,,,,, -b1e04314-2ebd-473d-a36a-b7497491673a,Android Ubiquitous Computing,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-android-ubiquitous-computing-3582,software-tools/android,,,,,, -56307a3c-5237-4e8d-86a5-7670d7cd71c4,Google Play Services,By Google via Udacity,,course|https://www.classcentral.com/course/udacity-google-play-services-3583,software-tools/android,,,,,, -03192f7b-4d95-4eb0-a6a9-575c4e023195,Functional Programming in Haskell,By Chennai Mathematical Institute via Swayam,,course|https://onlinecourses.nptel.ac.in/noc15_cs13/preview,functional-programming;programming-languages/haskell,,,,,, -a7d891ee-e06a-44c0-93db-d64f59f2e87c,Fundamentals of database systems,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc15_cs14/preview,databases,,,,,, -56ff40cd-a3c5-4109-94a5-550c88c0a3fd,JDK 8 Massive Open and Online Course: Lambdas and Streams Introduction,By Oracle via Independent,,course|https://www.classcentral.com/course/independent-jdk-8-massive-open-and-online-course-lambdas-and-streams-introduction-3844,programming-language/java;programming-languages/java,,,,,, -612f02ba-380b-40ad-bb11-12d9d5aafea3,Programming for Everybody (Python),By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-programming-for-everybody-python-1957,programming-languages/python,,,,,, -6b978867-a9a0-48d1-8a20-80fbf2446a06,Web Development with ASP.NET C# and Entity Framework Code-First,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-web-development-with-asp-net-c-and-entity-framework-code-first-5904,programming-languages/csharp;web-development,,,,,, -1c813410-e4cc-4aba-affd-edb6e4d74d77,Web Application Development: The Data Tier,By University of New Mexico via Coursera,,course|https://www.classcentral.com/course/coursera-web-application-development-the-data-tier-5536,web-development,,,,,, -5f5cd089-1da6-405c-8939-4048c7aef064,Web Application Development: The Presentation Tier,By University of New Mexico via Coursera,,course|https://www.classcentral.com/course/coursera-web-application-development-the-presentation-tier-5527,web-development,,,,,, -bbec22b7-d421-4f1a-8db7-4d8eeba53823,Web Application Development: Testing and Deployment,By University of New Mexico via Coursera,,course|https://www.classcentral.com/course/coursera-web-application-development-testing-and-deployment-5537,web-development,,,,,, -721b6f53-8e36-4ba3-8915-829f8edc561b,Introduction to MongoDB using the MEAN Stack,By MongoDB University via edX,,course|https://www.classcentral.com/course/edx-introduction-to-mongodb-using-the-mean-stack-4949,software-tools/mongodb,,,,,, -9ad3d39a-742e-42f5-8eb4-e7b5b23b322c,Web Design for Everybody Capstone,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/web-design-project,web-design,,,,,, -00ae7f67-abc6-4b37-80c2-125aa0b43301,Web Application Development: Security,By University of New Mexico via Coursera,,course|https://www.classcentral.com/course/coursera-web-application-development-security-5579,web-development,,,,,, -a43a13ed-bb0f-4435-83db-c73ce027eb9d,Web Application Development – Capstone Course,By University of New Mexico via Coursera,,course|https://www.coursera.org/learn/webapps6,web-development,,,,,, -a00dd0d7-8c9a-4763-868d-26df9af877c5,M122: Getting Started with MongoDB Cluster Management,By via MongoDB University,,course|https://university.mongodb.com/courses/M122/about,software-tools/mongodb,,,,,, -4262d286-dc16-4274-b026-40bba5b0cd58,Programming Mobile Services for Android Handheld Systems: Concurrency,By Vanderbilt University via Coursera,,course|https://www.coursera.org/learn/posaconcurrency,software-tools/android,,,,,, -93cc77ac-07cb-423d-9271-b60e44fe1865,Programming Mobile Services for Android Handheld Systems: Content,By Vanderbilt University via Coursera,,course|https://www.coursera.org/learn/posacontent,software-tools/android,,,,,, -a527423c-03fe-4098-872f-e3995ea2936d,Advanced Java Concurrency,By Vanderbilt University via Coursera,,course|https://www.coursera.org/learn/advanced-java-concurrency,programming-languages/java,,,,,, -cac9632e-262f-4118-bc0d-e98bfaa39c1b,Programming Mobile Services for Android Handheld Systems: Communication,By Vanderbilt University via Coursera,,course|https://www.classcentral.com/course/coursera-programming-mobile-services-for-android-handheld-systems-communication-3078,software-tools/android,,,,,, -774d129d-e7c8-47f4-ad28-2d753b3eaee8,Building and Deploying Android App Projects,By Vanderbilt University via Coursera,,course|https://www.coursera.org/learn/androidapps-2,software-tools/android,,,,,, -dc256981-a423-407c-9d4b-264cbc07ea9e,M202: MongoDB Advanced Deployment and Operations,By via MongoDB University,,course|https://university.mongodb.com/courses/M202/about,software-tools/mongodb,,,,,, -f832432f-e378-4519-9732-602e8ab2e532,M212: Adobe Experience Manager and MongoDB,By via MongoDB University,,course|https://www.classcentral.com/course/mongodb-university-m212-adobe-experience-manager-and-mongodb-5745,software-tools/mongodb,,,,,, -aa819cca-d50e-4b0e-864f-bdfc0504e7cc,An introduction to Haskell Programming,By Chennai Mathematical Institute via Swayam,,course|https://www.classcentral.com/course/swayam-an-introduction-to-haskell-programming-5287,functional-programming;programming-languages/haskell,,,,,, -01fb479a-87e4-481d-8e8e-10a06fe51b60,MATLAB Programming for Numerical Computation,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-matlab-programming-for-numerical-computation-5303,programming-languages/matlab,,,,,, -db385bb8-fa82-4d57-8fc1-00e6bf6b8907,Programming with C#,By Microsoft via edX,,course|https://www.edx.org/course/programming-c-microsoft-dev204x-3,programming-languages/csharp,,,,,, -48364a58-5710-48ad-8a4f-d2be6ed71943,Programming Cloud Services for Android Handheld Systems: Security,By Vanderbilt University via Coursera,,course|https://www.classcentral.com/course/coursera-programming-cloud-services-for-android-handheld-systems-security-3080,software-tools/android,,,,,, -80d09463-e822-4355-8723-4bc9d13565c5,The Android Capstone Project,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/androidcapstone2,software-tools/android,,,,,, -60423122-6de3-4c87-b8ca-2d9cd51aa442,"Capstone: Retrieving, Processing, and Visualizing Data with Python",By University of Michigan via Coursera,,course|https://www.coursera.org/learn/python-data-visualization,programming-languages/python;data-science,,,,,, -f759693c-628a-4f5f-98e4-a49d6de84784,Creative Coding,By Monash University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-creative-coding-1850,programming,,,,,, -5907053d-fc4b-49d1-a0ba-12427b019976,M233: Getting Started with Spark and MongoDB,By via MongoDB University,,course|https://www.classcentral.com/course/mongodb-university-m233-getting-started-with-spark-and-mongodb-6837,software-tools/mongodb,,,,,, -458e5759-55ea-42b6-bac1-0feb57982315,Server-side Development with NodeJS,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-server-side-development-with-nodejs-4229,software-tools/nodejs,,,,,, -7ae0ff88-4715-49a9-a769-2bf7125d862a,Front-End JavaScript Frameworks: AngularJS,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/angular,software-tools/angularjs,,,,,, -93328b7c-6a34-40b4-a664-58530e033cde,Front-End Web UI Frameworks and Tools,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-front-end-web-ui-frameworks-and-tools-4240,web-development,,,,,, -c13039ba-2224-4eeb-aebf-60d8e8f2fd77,Multiplatform Mobile App Development with Web Technologies,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-multiplatform-mobile-app-development-with-web-technologies-4224,mobile-development;web-development,,,,,, -379b201e-ab21-4de6-b7b2-721b4310025d,https://www.fresherslabs.com,,,website|https://www.fresherslabs.com,education;online-learning,,,beginner,,5.0, -7dad02ba-e8b2-4f11-a79a-714d9ee898fe,M034: New Features and Tools in MongoDB 3.4,By via MongoDB University,,course|https://university.mongodb.com/courses/M034/about,software-tools/mongodb,,,,,, -20de8176-9c82-4916-aca8-523bcd1b154f,Learn to Code Electronic Music Tools with Javascript,"By Goldsmiths, University of London via FutureLearn",,course|https://www.classcentral.com/course/futurelearn-learn-to-code-electronic-music-tools-with-javascript-8071,programming-languages/javascript;music,,,,,, -9e0d7266-b9c1-4f44-98a1-25e30d5f2534,Hacking PostgreSQL: Data Access Methods,By Ural Federal University via edX,,course|https://www.edx.org/course/hacking-postgresql-data-access-methods-urfux-pgam31337x,software-tools/postgresql,,,,,, -c1882f52-7023-4296-a11a-f7fb824fa519,Introduction to Xamarin.Forms,By Microsoft via edX,,course|https://www.edx.org/course/introduction-xamarin-forms-microsoft-dev215x-3,software-tools/xamarin,,,,,, -1f3567b5-002d-47c9-abfd-d3fd04ef4a8e,Introduction to Cloud Computing,By IEEE via edX,,course|https://www.classcentral.com/course/edx-introduction-to-cloud-computing-3353,cloud-computing,,,,,, -3cdd8642-4ab0-4881-abfe-9d8b8f1386cb,Introduction to Modern Application Development,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-modern-application-development-7908,programming;software-engineering,,,,,, -ae8f8e9e-a958-4cf0-be8b-2a4d237762d6,Beginning Game Programming with C#,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/game-programming,game-development;programming-languages/csharp,,,,,, -f3eb0421-703e-40bb-8967-1d441e489b93,M123: Getting Started with MongoDB Atlas,By via MongoDB University,,course|https://www.classcentral.com/course/mongodb-university-m123-getting-started-with-mongodb-atlas-6838,software-tools/mongodb,,,,,, -70077ae8-a926-46c6-9aa0-0706a64d43fe,Professional Web Accessibility Auditing Made Easy,By Chang School of Continuing Education via Canvas Network,,course|https://www.canvas.net/browse/ryersonu/courses/web-access-auditing,accessibility,,,,,, -98875efd-dab6-4466-b144-276a01f58095,M102: MongoDB for DBAs,By via MongoDB University,,course|https://university.mongodb.com/courses/M102/about,software-tools/mongodb,,,,,, -b3c2d003-5d2a-4862-a640-8ad6aeaf1573,3D Graphics for Web Developers,By Pompeu Fabra University via FutureLearn,,course|https://www.futurelearn.com/courses/3d-graphics-web-programmers,web-development;3d-graphics,,,,,, -70a26724-a3f5-4af8-84a3-606f3821598c,Programming for Everyone: Introduction to Programming,By Arizona State University via edX,,course|https://www.classcentral.com/course/edx-programming-for-everyone-introduction-to-programming-8593,programming,,,,,, -62327c14-13e0-4fdb-a28b-b9312a908520,M036: New Features and Tools in MongoDB 3.6,By via MongoDB University,,course|https://www.classcentral.com/course/mongodb-university-m036-new-features-and-tools-in-mongodb-3-6-9790,software-tools/mongodb,,,,,, -d0f58978-69d0-4c94-b253-41f6de045ba2,High Performance Computing in the Cloud,By Dublin City University via FutureLearn,,course|https://www.futurelearn.com/courses/high-performance-computing-cloud,cloud-computing;high-performance-computing,,,,,, -4c4b7963-8ae0-4cad-9cfb-b5e8cc2eaf0c,Database Infrastructure Fundamentals,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-database-infrastructure-fundamentals-11644,databases,,,,,, -0b2868a5-6171-4cad-aa05-fa9bedc141f4,M101P: MongoDB for Developers,By via MongoDB University,,course|https://university.mongodb.com/courses/M101P/about,software-tools/mongodb,,,,,, -696a2f2f-3467-41a3-a062-0dd76c89d97e,Introduction to Apache Spark and AWS,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/bigdata-cluster-apache-spark-and-aws,software-tools/spark;software-tools/aws,,,,,, -85dac2e1-8b99-478e-9314-016920f223d8,Web Accessibility for Developers,By Ryerson University via Canvas Network,,course|https://www.canvas.net/browse/ryersonu/courses/adv-web-accessibility,accessibility,,,,,, -00405e93-6055-4839-a7cc-742ed6a26282,Full Stack Web Development Specialization Capstone Project,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/specializations/full-stack-mobile-app-development,web-development,,,,,, -ee8150a4-c2d5-456c-85c3-e8623e4c8b61,Data Science in the Games Industry,By University of Dundee via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-data-science-in-the-games-industry-11192,data-science;games,,,,,, -92ee3835-2082-4ea8-8a86-ddc3e98c9a53,M101N: MongoDB for .NET Developers,By via MongoDB University,,course|https://www.classcentral.com/course/mongodb-university-m101n-mongodb-for-net-developers-3273,software-tools/mongodb,,,,,, -474a1d29-0ddd-4fa3-80a1-a974a5035826,Flutter Gems - A Curated Package Guide for Flutter,,,website|https://fluttergems.dev/,software-tools/flutter,,,beginner,,3.0, -7b4eecb6-e1f3-449f-9a88-d1847367b348,Video & Film - e-flux,,,website|https://www.e-flux.com/video/,film;arts,,,intermediate,,, -69a14c13-1ce1-4d98-8e96-0d52710a0a1e,Video Game Design History,By Rochester Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-video-game-design-history-6720,game-design,,,,,, -96753248-bee0-44a6-8b90-d5e56dc559b0,Begin Programming: Build Your First Mobile Game,By University of Reading via FutureLearn,,course|https://www.futurelearn.com/courses/begin-programming,programming;game-development,,,,,, -b15394f8-bd76-4c99-8d44-40eb9a19379b,Concepts in Game Development,By Swinburne University of Technology via Open2Study,,course|https://www.open2study.com/courses/concepts-in-game-development,game-development,,,,,, -8e328e86-a585-4de4-9a3a-e1b3995ebb23,Secure Android App Development,By University of Southampton via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-secure-android-app-development-7436,software-tools/android,,,,,, -7c23a1d5-233e-4d69-877e-149a693f7825,CODAPPS: Coding mobile apps for entrepreneurs,By EMLYON Business School via Coursera,,course|https://www.classcentral.com/course/coursera-codapps-coding-mobile-apps-for-entrepreneurs-4333,mobile-development,,,,,, -c67e8ed8-412b-434e-a0aa-794e5a35bff8,Joy of computing using Python,"By Indian Institute of Technology, Ropar via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_cs09/,computer-science;programming-languages/python,,,,,, -2bec0479-edf0-4592-ad51-ef40005b3430,"Programming, Data Structures and Algorithms in Python",By Chennai Mathematical Institute via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_cs08/,programming;data-structures;algorithms;programming-languages/python,,,,,, -3d6389d7-8c7f-4f3f-8e90-e8b56b87d3d0,Data Plane Programming,By Karlstad University via Independent,,course|https://www.classcentral.com/course/independent-data-plane-programming-12778,programming,,,,,, -58718866-f070-4622-a7c3-20cf9dedc11f,Advanced MATLAB for Scientific Computing,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-advanced-matlab-for-scientific-computing-9500,programming-languages/matlab;scientific-computing,,,,,, -b29aa768-4c87-444c-9730-0e48979ff67d,Defensive Programming and Debugging,By Partnership for Advanced Computing in Europe via FutureLearn,,course|https://www.futurelearn.com/courses/defensive-programming-and-debugging,programming;debugging,,,,,, -acfdfb62-f8d7-40d0-ba21-17509d2a497f,Getting started with Augmented Reality,By Institut Mines-Télécom via Coursera,,course|https://www.coursera.org/learn/augmented-reality,augmented-reality,,,,,, -3560140e-23db-44e5-8b35-808d798d6ef4,How To Start Your Career In Games Development,By BGI via FutureLearn,,course|https://www.futurelearn.com/courses/how-to-start-your-career-in-games-development,careers;game-development,,,,,, -c863434b-ffee-4050-abff-44ad4dd09035,Intelligent Enterprise User Experience with SAP Fiori 3,By via openSAP,,course|https://www.classcentral.com/course/opensap-intelligent-enterprise-user-experience-with-sap-fiori-3-13611,software-tools/sap,,,,,, -7d0ca916-3d32-4cce-ad7b-14bc864455ca,Business Problems and Software Solutions,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-business-problems-and-software-solutions-11542,information-technology,,,,,, -e27a23ff-8a38-4bd7-853c-e7fc52a04783,M312: Diagnostics and Debugging,By via MongoDB University,,course|https://www.classcentral.com/course/mongodb-university-m312-diagnostics-and-debugging-8832,software-tools/mongodb,,,,,, -9baf8701-892b-4434-8e76-f9125228fc34,M001: MongoDB Basics,By via MongoDB University,,course|https://www.classcentral.com/course/mongodb-university-m001-mongodb-basics-8824,software-tools/mongodb,,,,,, -fad57a5e-dd78-4af0-9e92-cfdb7fd98a3d,M201: MongoDB Performance,By via MongoDB University,,course|https://www.classcentral.com/course/mongodb-university-m201-mongodb-performance-8830,software-tools/mongodb,,,,,, -f76b5077-d1a5-445d-8c77-2ab021f11306,M310: MongoDB Security,By via MongoDB University,,course|https://university.mongodb.com/courses/M310/about,software-tools/mongodb,,,,,, -e780c944-99e8-44a4-8ad7-4cd8c6d8fd89,M103: Basic Cluster Administration,By via MongoDB University,,course|https://www.classcentral.com/course/mongodb-university-m103-basic-cluster-administration-10517,software-tools/mongodb,,,,,, -30cd9de5-846a-4f57-9313-fd14428dc2b6,M220JS: MongoDB for Javascript Developers,By MongoDB University via MongoDB University,,course|https://www.classcentral.com/course/mongodb-university-m220js-mongodb-for-javascript-developers-12630,software-tools/mongodb,,,,,, -79024ff1-6b42-4506-a3bf-b7bc73d38666,M320: Data Modeling,By via MongoDB University,,course|https://www.classcentral.com/course/mongodb-university-m320-data-modeling-13815,software-tools/mongodb,,,,,, -cb90ced6-6027-4bc0-800d-33f9ec06f756,M121: The MongoDB Aggregation Framework,By via MongoDB University,,course|https://university.mongodb.com/courses/M121/about,software-tools/mongodb,,,,,, -fc063ec5-f026-4a26-a173-d343bb157b03,M220J: MongoDB for Java Developers,By MongoDB University via MongoDB University,,course|https://www.classcentral.com/course/mongodb-university-m220j-mongodb-for-java-developers-12629,software-tools/mongodb,,,,,, -90b6e8d6-a824-4ab8-a71e-2d9f6430c276,M220P: MongoDB for Python Developers,By via MongoDB University,,course|https://university.mongodb.com/courses/M220P/about,software-tools/mongodb,,,,,, -2c5f3df3-8e88-4379-9557-a0b333eb1da3,From Python to Java: Fundamentals of Programming,By University of Wolverhampton via Canvas Network,,course|https://www.canvas.net/browse/wolverhampton/courses/java-programming,programming-languages/java,,,,,, -b64e1534-b759-41ab-a152-0d7df234f369,Introduction to Engineering Mechanics,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/engineering-mechanics-statics,engineering-mechanics,,,,,, -4407c36b-2739-45e0-bba4-5ea3722c8099,Mechanics of Materials I: Fundamentals of Stress & Strain and Axial Loading,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/mechanics-1,engineering-mechanics;mechanics-of-materials,,,,,, -d9d31975-5c33-4b21-b1b9-637796aa4eb8,Top 10 C++ Projects for Beginners in 2021 for Practice | FavTutor,,,article|https://favtutor.com/blogs/cpp-projects-for-beginners,programming-languages/c++;code,,,intermediate,,5.0,oer -b9d781de-9ac8-42d1-a351-57d154093286,Circuits and Electronics 1: Basic Circuit Analysis,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/circuits-and-electronics-1-basic-circuit-analysis,circuit-analysis,,,,,, -4ee5cf59-821b-43ab-a29b-dd98cb54c104,Applications in Engineering Mechanics,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/engineering-mechanics-statics-2,engineering-mechanics,,,,,, -98db8523-9dae-4c92-bb7f-e159c0183177,Agile for Project Control,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-agile-for-project-control-11921,project-management,,,,,, -fe3aed14-4f8f-49bb-937a-6587957006ca,Advanced Engineering Systems in Motion: Dynamics of Three Dimensional (3D) Motion,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/motion-and-kinetics,dynamics;engineering,,,,,, -027d8724-1a48-4787-8f48-12092cd7d6f7,Mechanics of Materials II: Thin-Walled Pressure Vessels and Torsion,By Georgia Institute of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-mechanics-of-materials-ii-thin-walled-pressure-vessels-and-torsion-5385,engineering-mechanics;mechanics-of-materials,,,,,, -f29cae73-1775-4364-a6cb-0ff9732c9e44,The 3D Printing Revolution,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-the-3d-printing-revolution-5991,3d-printing,,,,,, -e8ad0322-d713-4e9c-a06a-1c753a2255c5,Mechanics of Materials III: Beam Bending,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/beam-bending,mechanics-of-materials,,,,,, -5e168e3f-8e17-411d-add1-dbe5294885a5,Engineering Systems in Motion: Dynamics of Particles and Bodies in 2D Motion,By Georgia Institute of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-engineering-systems-in-motion-dynamics-of-particles-and-bodies-in-2d-motion-7788,dynamics;engineering,,,,,, -e256b5e9-b30a-4fda-8890-88cd01e18412,The Art of Structural Engineering: Vaults,By Princeton University via edX,,course|https://www.edx.org/course/the-art-of-structural-engineering-vaults,structural-engineering,,,,,, -4c4be3ee-76b7-468a-b447-3c9171d6cd0a,"Mechanics of Materials IV: Deflections, Buckling, Combined Loading & Failure Theories",By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/materials-structures,mechanics-of-materials,,,,,, -cdeba2f7-157c-49cb-8fef-13bc92d1d107,Maps and the Geospatial Revolution,By Pennsylvania State University via Coursera,,course|https://www.coursera.org/learn/geospatial,gis,,,,,, -26d201ed-ee95-4a1f-bb14-4bc1aaf90189,Embedded Systems - Shape The World: Microcontroller Input/Output,By The University of Texas at Austin via edX,,course|https://www.edx.org/course/embedded-systems-shape-the-world-microcontroller-inputoutput-2,electrical-engineering;microcontrollers,,,,,, -3129bb31-a124-49e2-82ce-5e002cd6ef09,Fundamentals of GIS,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/gis,gis,,,,,, -f02a0a16-57d3-4833-baef-b0df505afde3,Control of Mobile Robots,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/mobile-robot,robotics,,,,,, -885f4bf9-1582-4968-989a-018c6efc12e9,Going Places with Spatial Analysis,By Esri via Independent,,course|https://www.esri.com/training/catalog/57660f19bb54adb30c9454b0/going-places-with-spatial-analysis/,gis,,,,,, -6b7aaf8d-0346-4ea1-87ca-836e29ffe464,Building a Future with Robots,By The University of Sheffield via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-building-a-future-with-robots-6721,robotics,,,,,, -2b57ac21-b2b4-4480-a14b-a840a4c36694,Introduction to Aerospace Engineering: Astronautics and Human Spaceflight,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/introduction-to-aerospace-engineering-astronautics-and-human-spaceflight,aerospace-engineering;space-science,,,,,, -0b6a93f7-03ad-4b72-a36e-bcb3f2dbb3c2,Robotics: Aerial Robotics,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-robotics-aerial-robotics-5025,robotics,,,,,, -5cbd0844-a73b-4cdc-8871-766ddc5f9146,Autonomous Navigation for Flying Robots,By Technische Universität München (Technical University of Munich) via edX,,course|https://www.classcentral.com/course/edx-autonomous-navigation-for-flying-robots-1911,autonomous-vehicles;robotics,,,,,, -e4aaf9c5-4adf-4a7b-9e5a-9c3e26cd1a62,Sports and Building Aerodynamics,By Eindhoven University of Technology via Coursera,,course|https://www.coursera.org/learn/sports-building-aerodynamics,sports;aerodynamics,,,,,, -c5f06718-693c-4fae-bc85-eb653af9ae52,Transistor - Field Effect Transistor and Bipolar Junction Transistor,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-transistor-field-effect-transistor-and-bipolar-junction-transistor-12135,transistors;electronics-engineering,,,,,, -0c3586df-48db-4ede-a51c-d621d9327555,Diode - pn Junction and Metal Semiconductor Contact,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/diode-pn-junction-metal-semiconductor-contact,diode;electronics-engineering,,,,,, -27e306c6-4ada-44c2-a0aa-21b5522596e1,Semiconductor Physics,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/semiconductor-physics,semiconductors,,,,,, -d825b97e-c0e1-465a-a4ee-09203e1c0f12,Materials Science: 10 Things Every Engineer Should Know,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-materials-science-10-things-every-engineer-should-know-5074,material-science,,,,,, -7923b44c-201b-462c-af00-4d60b41d839d,"Engineering Project Management: Risk, Quality, Teams, and Procurement",By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-engineering-project-management-risk-quality-teams-and-procurement-8329,project-management,,,,,, -46700c1c-3454-43d5-a509-dea926b9b65c,"Major Engineering Projects: Governance, Risk and Scope",By University of Leeds via Coursera,,course|https://www.coursera.org/learn/major-engineering-projects,project-management,,,,,, -cf70b99d-9f35-4c70-a0f6-d84c1500ff7b,Motors and Motor Control Circuits,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/motors-circuits-design,electrical-engineering;motors,,,,,, -aab4bb5a-863e-4443-969c-449c3163e30f,Manufacturing Process with Autodesk Fusion 360,By Autodesk via Coursera,,course|https://www.classcentral.com/course/coursera-manufacturing-process-with-autodesk-fusion-360-10169,manufacturing;software-tools/autodesk,,,,,, -cfecaa24-60b0-4c47-a9ec-f2fa0cc51c16,Spacecraft Dynamics Capstone: Mars Mission,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-spacecraft-dynamics-capstone-mars-mission-12581,space-science,,,,,, -63d6ca13-6f2b-46e0-9ebe-3aaf6ee2c73d,Geospatial and Environmental Analysis,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/spatial-analysis,gis,,,,,, -73913130-8586-4e1e-8eef-1e225c3c1ed7,Digital Thread: Components,By University at Buffalo via Coursera,,course|https://www.coursera.org/learn/digital-thread-components,mechanical-engineering,,,,,, -2bdda5b7-9246-4a0f-b43f-96998b0701c6,Ferrous Technology II,By Pohang University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-ferrous-technology-ii-10363,mechanical-engineering,,,,,, -36c08dd9-35ca-4c1e-afd0-33b517dcf3a3,"Modern Robotics, Course 4: Robot Motion Planning and Control",By Northwestern University via Coursera,,course|https://www.coursera.org/learn/modernrobotics-course4,robotics,,,,,, -645d13e8-eb75-449a-92d7-e7b56a85d30a,Design of High-Performance Optical Systems,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-design-of-high-performance-optical-systems-12052,optics;engineering,,,,,, -e3567ef2-6ef0-4d41-9bf5-1b6910108245,Introduction to High-Throughput Materials Development,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/high-throughput,material-science,,,,,, -0078bb73-971a-4d6d-9cb4-fefcd335c06c,Ferrous Technology I,By Pohang University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/ferrous-technology-1,mechanical-engineering,,,,,, -31ffc887-2ab8-4b1b-9a4b-495094008c28,Major Engineering Project Performance,By University of Leeds via Coursera,,course|https://www.classcentral.com/course/coursera-major-engineering-project-performance-10519,project-management,,,,,, -ee824c60-4162-452f-a2c9-1d384dadd60a,"Modern Robotics, Course 6: Capstone Project, Mobile Manipulation",By Northwestern University via Coursera,,course|https://www.coursera.org/learn/modernrobotics-course6,robotics,,,,,, -4792efad-bcbe-4ec2-a3d8-040e7b9e3ca9,Financing and Initiating Major Engineering Projects,By University of Leeds via Coursera,,course|https://www.classcentral.com/course/coursera-financing-and-initiating-major-engineering-projects-11050,project-management,,,,,, -e3042490-0ec3-4248-8571-0dd96dde8388,Disaster Risk Management and Korean Policies,By Yonsei University via Coursera,,course|https://www.coursera.org/learn/disaster-risk-management-korean-policies,civil-engineering;nations/korea,,,,,, -f78e0f8f-a1ea-4b8c-bdd9-73ec474d6ef7,Fundamentals of Fluid Power,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/fluid-power,hydraulics;mechanical-engineering,,,,,, -21e7e77e-e85f-4ed9-995b-8d125876253c,Digital Systems: From Logic Gates to Processors,By Universitat Autònoma de Barcelona (Autonomous University of Barcelona) via Coursera,,course|https://www.coursera.org/learn/digital-systems,electronics-engineering,,,,,, -5e105dd9-0b7e-4f65-931d-b39ccf81b445,"Engineering Project Management: Scope, Time and Cost Management",By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-engineering-project-management-scope-time-and-cost-management-8328,project-management,,,,,, -2e6ce418-5318-4e75-b05e-85e1d86cb071,Linear Circuits 2: AC Analysis,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/linear-circuits-ac-analysis,electrical-engineering,,,,,, -b837d895-94a2-4902-9b93-a1dbabe06723,Go Solar PV: The Business Potential of Solar Photovoltaics,By InnoEnergy via FutureLearn,,course|https://www.futurelearn.com/courses/solar-pv,solar-power,,,,,, -44af942b-c8f3-40b1-9428-188adac1b904,Plastic electronics,By École Polytechnique via Coursera,,course|https://www.classcentral.com/course/coursera-plastic-electronics-10161,electrical-engineering;electronics-engineering,,,,,, -e35d0825-9f35-4a02-839f-7c2244a6986a,"Ethics, Technology and Engineering",By Eindhoven University of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-ethics-technology-and-engineering-10485,engineering;ethics,,,,,, -485efeb0-4e0c-43ed-bef4-91d06243a28a,"Modern Robotics, Course 5: Robot Manipulation and Wheeled Mobile Robots",By Northwestern University via Coursera,,course|https://www.classcentral.com/course/coursera-modern-robotics-course-5-robot-manipulation-and-wheeled-mobile-robots-11324,robotics,,,,,, -a18945a2-5433-4954-a388-3da016493530,Collaborative Robot Safety: Design & Deployment,By University at Buffalo via Coursera,,course|https://www.classcentral.com/course/coursera-collaborative-robot-safety-design-deployment-12018,robotics,,,,,, -fa251336-fe5f-4c12-8d40-3425c6b839a4,Light Emitting Diodes and Semiconductor Lasers,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-light-emitting-diodes-and-semiconductor-lasers-12228,diode;electronics-engineering,,,,,, -91dd23b7-3772-40e6-8e44-2161ff7cccc2,Nanophotonics and Detectors,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/nanophotonics-detectors,electrical-engineering;nanotechnology,,,,,, -630df04d-b248-4114-8442-1ba267dc180e,Battery Storage Technology: Opportunities and Uses,By InnoEnergy via FutureLearn,,course|https://www.futurelearn.com/courses/battery-storage-applications,electrical-engineering;batteries,,,,,, -6be3f019-a6cf-42c2-a07b-e8a2a251f9e5,Adding Protein Powder in Coffee: 5 Benefits (Good or Bad?) | AWSM,,,blog|https://awesomecoffee.com/pages/protein-coffee,coffee;health,,,intermediate,,, -455a109a-9fb4-441c-8eda-91f3a4a1ab00,Wind Energy,By Technical University of Denmark (DTU) via Coursera,,course|https://www.classcentral.com/course/coursera-wind-energy-5552,wind-power,,,,,, -f9c46b20-7582-4c61-8304-10e0423740c6,"GIS Data Formats, Design and Quality","By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-gis-data-formats-design-and-quality-5612,gis,,,,,, -29a1a979-d78c-44a3-97eb-d4edc6420be5,Environmental Management & Ethics,By Technical University of Denmark (DTU) via Coursera,,course|https://www.coursera.org/learn/environmental-management-ethics,ethics;environmental-science,,,,,, -1eccf849-ca27-41e0-bb45-b9b0dee58200,3D Printing Applications,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-3d-printing-applications-5986,3d-printing,,,,,, -fe270a22-92a7-413b-85eb-aba013721561,Linear Circuits 1: DC Analysis,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/linear-circuits-dcanalysis,electrical-engineering,,,,,, -8004276b-9a0a-47ab-9069-4f368c13dfef,Digital Manufacturing & Design,By State University of New York via Coursera,,course|https://www.coursera.org/learn/digital-manufacturing-design,manufacturing,,,,,, -7a461373-064a-4379-a80b-10ef77f4b008,MBSE: Model-Based Systems Engineering,By University at Buffalo via Coursera,,course|https://www.classcentral.com/course/coursera-mbse-model-based-systems-engineering-8312,mechanical-engineering,,,,,, -d3be5672-4e40-4fd2-9958-a700808588a7,Digital Thread: Implementation,By University at Buffalo via Coursera,,course|https://www.coursera.org/learn/digital-thread-implementation,mechanical-engineering,,,,,, -db1ad531-5105-48a2-9b41-f2e93f1b60a0,Photovoltaic solar energy,By École Polytechnique via Coursera,,course|https://www.coursera.org/learn/photovoltaic-solar-energy,solar-power,,,,,, -ef167652-7f29-4678-807f-313cd0eacba8,Displays,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-displays-12227,display-technology;electronics-engineering,,,,,, -f724bcf5-4400-4400-bdf1-a22af7f825aa,Model-Based Automotive Systems Engineering,By Chalmers University of Technology via edX,,course|https://www.classcentral.com/course/edx-model-based-automotive-systems-engineering-10296,mechanical-engineering,,,,,, -170543e7-8f2a-459a-9c77-a8f67dc5f0ea,Introduction to Systems Engineering,By University of New South Wales via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-systems-engineering-1381,mechanical-engineering,,,,,, -a789f837-2855-4c10-9aeb-282751d9a460,Wind resources for renewable energies,By École Polytechnique via Coursera,,course|https://www.coursera.org/learn/wind-for-renewable-energies,wind-power,,,,,, -4a1b567b-10a1-4630-b082-1fdea39e01f8,Industrial Biotechnology,By University of Manchester via Coursera,,course|https://www.coursera.org/learn/industrial-biotech,biotechnology,,,,,, -b78d1c8b-f6b0-4cce-bb8e-1a8296b6913c,Battery State-of-Charge (SOC) Estimation,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-battery-state-of-charge-soc-estimation-12082,batteries,,,,,, -f21499f8-abf0-4f80-897e-f2c4589cad41,Introduction to Basic Vibrations,By Korea Advanced Institute of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-basic-vibrations-13421,vibrations;mechanical-engineering,,,,,, -a1239ec4-f692-4d17-b049-0103b0a4adb1,Spatial Analysis and Satellite Imagery in a GIS,By University of Toronto via Coursera,,course|https://www.coursera.org/learn/spatial-analysis-satellite-imagery-in-a-gis,gis,,,,,, -b5194906-a871-4766-99a0-cdd363fa903d,Capstone Design Project in Power Electronics,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/power-electronics-capstone,electrical-engineering,,,,,, -8ce0ae4b-686c-459e-98a4-ad114776f913,"Modern Robotics, Course 1: Foundations of Robot Motion",By Northwestern University via Coursera,,course|https://www.coursera.org/learn/modernrobotics-course1,robotics,,,,,, -4e8bfd93-c9b9-4e1d-bc21-a0e339607d03,Silicon Thin Film Solar Cells,By École Polytechnique via Coursera,,course|https://www.coursera.org/learn/silicon-thin-film-solar-cells,solar-power,,,,,, -34ef5666-8a08-4116-abd0-62dd0aadfc6a,FPGA computing systems: Background knowledge and introductory materials,By Politecnico di Milano via Coursera,,course|https://www.coursera.org/learn/fpga-intro,fpga,,,,,, -19710b6a-2e37-46c4-b92b-4b3250e5e862,Sensors and Sensor Circuit Design,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/sensors-circuit-interface,electrical-engineering,,,,,, -094a3922-ec8e-49b4-92ce-eaef9f4b14dd,Battery Pack Balancing and Power Estimation,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/battery-pack-balancing-power-estimation,batteries,,,,,, -5b9bafe2-d72c-44d9-b6b7-e2d7c1e84bd6,First Order Optical System Design,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/first-order-optical-system-design,optics;engineering,,,,,, -25ef98ea-b46e-4f52-a1c5-c9161e85d5f5,Introduction to battery-management systems,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/battery-management-systems,batteries,,,,,, -be169f34-74c5-4216-b75f-0daa5e477708,Equivalent Circuit Cell Model Simulation,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/equivalent-circuit-cell-model-simulation,electrical-engineering,,,,,, -31a0309c-d185-4867-bbe8-3e322ef554d7,Agile Web Development with Rails 6 by Sam Ruby and David Bryant Copeland | The Pragmatic Bookshelf,,,book|https://pragprog.com/book/rails6/agile-web-development-with-rails-6,software-tools/rails,,,,,, -85e83628-e4d9-4538-9e04-e90c5320d62a,Municipal Solid Waste Management in Developing Countries,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.classcentral.com/course/coursera-municipal-solid-waste-management-in-developing-countries-4080,waste-management,,,,,, -7079438b-a66f-4eac-872b-d717b9e4b6d7,Intelligent Machining,By University at Buffalo via Coursera,,course|https://www.coursera.org/learn/intelligent-machining,mechanical-engineering,,,,,, -b12e454b-035c-4d80-a238-c07ebfae7280,Cyber Security in Manufacturing,By University at Buffalo via Coursera,,course|https://www.classcentral.com/course/coursera-cyber-security-in-manufacturing-8308,computer-security;manufacturing,,,,,, -6c629523-7d09-426e-8cad-78f8a0692f1e,3D Model Creation with Autodesk Fusion 360,By Autodesk via Coursera,,course|https://www.classcentral.com/course/coursera-3d-model-creation-with-autodesk-fusion-360-10167,3d-modeling;software-tools/autodesk,,,,,, -ff8213ea-d232-482f-ba23-861596d0646b,3D CAD Application,By National Taiwan University via Coursera,,course|https://www.coursera.org/learn/3d-cad-application,3d-design,,,,,5.0, -273f5a93-4ac8-4bb4-97e8-7a0209a89301,Standardisation & Technology,By EIT Digital via Coursera,,course|https://www.coursera.org/learn/standardisation,engineering,,,,,, -17ec2319-a9d7-42c8-9659-59dff45b74c5,Multivariate and Geographical Data Analysis,By Arizona State University via Coursera,,course|https://www.coursera.org/learn/multivariate-geographical-analysis,gis,,,,,, -cd766e3f-b5b3-493b-bf2b-26be300dede1,Electrodynamics: Electric and Magnetic Fields,By Korea Advanced Institute of Science and Technology via Coursera,,course|https://www.coursera.org/learn/electrodynamics-electric-magnetic-fields,electrodynamics;physics,,,,,, -9a4150a2-1e31-470b-b68c-f68e95c99875,CBRS Professional Training,By Google - Spectrum Sharing via Coursera,,course|https://www.coursera.org/learn/google-cbrs-professional-training,spectrum,,,,,, -d6acfa13-f1ef-46cf-946a-4bf13d78205a,GIS Data Acquisition and Map Design,By University of Toronto via Coursera,,course|https://www.coursera.org/learn/gis-data-acquisition-map-design,gis,,,,,, -46975506-6f4d-4cbc-9291-957e91ec327c,Information Theory,By The Chinese University of Hong Kong via Coursera,,course|https://www.coursera.org/learn/information-theory,information-theory,,,,,, -bdae11d1-bab6-4263-aef3-879b91f11333,Introduction to Electronics,By Georgia Institute of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-electronics-2466,electronics-engineering,,,,,, -73c9db52-f072-4b4c-92cf-b65117f27936,Observation Theory: Estimating the Unknown,By Delft University of Technology via edX,,course|https://www.edx.org/course/observation-theory-estimating-the-unknown-3,engineering,,,,,, -0bf6fd44-40f5-4c41-93df-85f94df646db,Intro to Digital Manufacturing with Autodesk Fusion 360,By Autodesk via Coursera,,course|https://www.coursera.org/learn/introduction-digital-manufacturing-fusion-360,manufacturing;software-tools/autodesk,,,,,, -4e0d03d6-fdc6-45a0-8423-76ea72bd2ba5,"Imagery, Automation, and Applications","By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-imagery-automation-and-applications-5586,gis,,,,,, -24482c4e-3e57-4b4b-8fee-ef8e7307d00c,3D Printing Software,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-3d-printing-software-5993,3d-printing,,,,,, -232e9934-5f88-4d5d-9dc5-4e2e5d7f2d36,Materials Data Sciences and Informatics,By Georgia Institute of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-materials-data-sciences-and-informatics-6534,material-science,,,,,, -91e5bc59-9090-4e4e-84ae-bdf7d5f74d1b,Quantitative Model Checking,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-quantitative-model-checking-7502,engineering;mathematics,,,,,, -41dc5543-8607-440c-a68e-6574fa631d0b,Advanced Manufacturing Enterprise,By University at Buffalo via Coursera,,course|https://www.coursera.org/learn/advanced-manufacturing-enterprise,manufacturing,,,,,, -94d70302-052e-4d83-b129-a89150c80363,Roadmap to Success in Digital Manufacturing & Design,By University at Buffalo via Coursera,,course|https://www.classcentral.com/course/coursera-roadmap-to-success-in-digital-manufacturing-design-8317,manufacturing,,,,,, -3ede90eb-75e8-4308-87d0-4a4d7488cab9,Nanotechnology: A Maker’s Course,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-nanotechnology-a-maker-s-course-9262,nanotechnology,,,,,, -606f63a2-658a-49bb-87be-bd1398d4a0cf,Engineering Design Process with Autodesk Fusion 360,By Autodesk via Coursera,,course|https://www.classcentral.com/course/coursera-engineering-design-process-with-autodesk-fusion-360-10170,engineering-design;software-tools/autodesk,,,,,, -69736d8a-f108-4fc7-bfb3-27762ebe93f2,"Modern Robotics, Course 3: Robot Dynamics",By Northwestern University via Coursera,,course|https://www.coursera.org/learn/modernrobotics-course3,robotics,,,,,, -a500f07d-0719-42f1-a351-f5471fbb1d4a,Optical Efficiency and Resolution,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/optical-efficiency-and-resolution,optics,,,,,, -2a81dbce-b81e-434c-abea-216eb0dc41dd,Mastering Statics,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/mastering-statics,engineering;statics,,,,,, -63e2e0dd-f96e-41d6-8237-1c03ed8eab17,Introduction to GIS Mapping,By University of Toronto via Coursera,,course|https://www.coursera.org/learn/introduction-gis-mapping,gis,,,,,, -c75d8ec1-84b6-48d4-85f9-038324635f30,Planning & Design of Sanitation Systems and Technologies,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.coursera.org/learn/sanitation,sanitation,,,,,, -1792b0c7-49aa-4131-b552-b157b77df489,The City and You: Find Your Best Place,By University of Toronto via Coursera,,course|https://www.coursera.org/learn/city-and-you-find-best-place,civil-engineering;cities;society,,,,,, -77541a1f-f6e3-4ec4-b399-6f0059d9047c,"Nanotechnology and Nanosensors, Part 2",By Technion - Israel Institute of Technology via Coursera,,course|https://www.coursera.org/learn/nanotechnology2,nanotechnology,,,,,, -84023a2b-012b-427a-804e-128d42c98529,Material Behavior,By Georgia Institute of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-material-behavior-5944,material-science,,,,,, -d4853b8e-7e22-4358-afe5-d018f2bed892,Advanced Manufacturing Process Analysis,By University at Buffalo via Coursera,,course|https://www.coursera.org/learn/advanced-manufacturing-process-analysis,manufacturing,,,,,, -2eb1e498-13eb-4fda-90df-3ef8004607c7,Introduction to FPGA Design for Embedded Systems,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/intro-fpga-design-embedded-systems,fpga;embedded-systems,,,,,, -2338d282-75b8-4a69-af9c-8a302ef4847e,Autodesk Fusion 360 Integrated CAD/CAM/CAE,By Autodesk via Coursera,,course|https://www.coursera.org/learn/fusion-360-integrated-cad-cam-cae,software-tools/autodesk,,,,,, -632407eb-1606-4fe8-98f4-698d8f3a99d4,"Modern Robotics, Course 2: Robot Kinematics",By Northwestern University via Coursera,,course|https://www.coursera.org/learn/modernrobotics-course2,robotics,,,,,, -f6ce43ba-4e0d-47cc-a971-f72b782be4d7,Electric Power Systems,By University at Buffalo via Coursera,,course|https://www.coursera.org/learn/electric-power-systems,electrical-engineering,,,,,, -941bd356-1f3a-4fa9-aec7-c3f8d23e52c6,"Pressure, Force, Motion, and Humidity Sensors",By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-pressure-force-motion-and-humidity-sensors-12361,electrical-engineering;sensors,,,,,, -8dad6b61-e69a-4553-ba4d-063bdac7249d,Become a CBRS Certified Professional Installer by Google,By Google - Spectrum Sharing via Coursera,,course|https://www.classcentral.com/course/coursera-become-a-cbrs-certified-professional-installer-by-google-13648,cbrs,,,,,, -9f3983a9-d556-42c9-b9e6-4331f2d87475,"GIS, Mapping, and Spatial Analysis Capstone",By University of Toronto via Coursera,,course|https://www.classcentral.com/course/coursera-gis-mapping-and-spatial-analysis-capstone-13456,gis,,,,,, -6ff19f2f-8e6c-492b-a661-e7a9ca1be1cb,Simulation and modeling of natural processes,By University of Geneva via Coursera,,course|https://www.coursera.org/learn/modeling-simulation-natural-processes,engineering;simulation,,,,,, -976aa2b0-f594-44f3-bb23-f1ba0e3a86f2,Wireless Communications for Everybody,By Yonsei University via Coursera,,course|https://www.coursera.org/learn/wireless-communications,telecommunication,,,,,, -c249d103-1a42-4095-8642-4aa5972b6d62,Introduction to Satellite Communications,By Institut Mines-Télécom via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-satellite-communications-6313,telecommunication,,,,,, -0c891b9c-77f8-49f6-b5c0-c8ddd9525e3d,New Product Development - develop your own new product,By Technion - Israel Institute of Technology via Coursera,,course|https://www.coursera.org/learn/new-product-development,engineering,,,,,, -91be1c98-6e6b-480c-a221-075fc70d49f7,Neural Networks from Scratch,,,book|https://nnfs.io/,neural-network,,,,,, -6e1b6421-87e6-4356-bfd7-e740209c990a,Electrodynamics: Analysis of Electric Fields,By Korea Advanced Institute of Science and Technology via Coursera,,course|https://www.coursera.org/learn/electrodynamics-analysis-of-electric-fields,electrodynamics;physics,,,,,, -ac8cff69-9959-4457-a826-21ec5d76e797,Ethics in Engineering Practice,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-ethics-in-engineering-practice-14046,engineering;ethics,,,,,, -6d1523a9-52b2-47e2-95e3-a5b106d9acff,Introduction to Aeronautical Engineering,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-aeronautical-engineering-1491,aerospace-engineering,,,,,, -224c1e31-dbae-434d-b9b8-aef4804a3f1a,Introduction to Embedded Systems Software and Development Environments,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-embedded-systems-software-and-development-environments-8458,embedded-systems,,,,,, -d14fdc41-918d-4cca-b6ad-24dd5a36523d,Vibration and Structural Dynamics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-vibration-and-structural-dynamics-14351,mechanical-engineering,,,,,, -65687a6f-0fca-4780-b27b-8aa6da8c130b,Photogeology in Terrain Evaluation (Part 1 and 2),By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_ce34/preview,photogeology;geology;civil-engineering,,,,,, -68482e48-3605-4c0e-a853-a575bbb04434,Manufacturing of Composites,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_me67/preview,manufacturing;material-science,,,,,, -2893154d-8bfa-4b33-996f-aeb4f5284776,Fundamentals and Applications of Dielectric Ceramics,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_mm16/preview,material-science;ceramics,,,,,, -053e96ed-8870-4531-a0d8-8cd92e5895ea,Digital Switching I,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-digital-switching-i-14008,electronics-engineering,,,,,, -6617df30-608a-4c00-87f5-7598e2a555e3,Desktop GIS,By Pace University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-desktop-gis-1292,electrical-engineering,,,,,, -b3da9347-aed8-49c1-b41d-b6df8ba80576,Material Processing,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/material-science-engineering,material-science,,,,,, -40f57bf7-d8b1-4f7d-9ab3-b696a9f35c82,Robotics: Mobility,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-robotics-mobility-5032,robotics,,,,,, -d6b695bf-2deb-4fe6-8529-9e4c68717484,Principles of Communication Systems Part II,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_ee47/preview,telecommunication,,,,,, -73b3f2e7-ed2b-466a-b6b0-2d2df8882f56,Fluid Mechanics,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_ce28/preview,fluid-mechanics,,,,,, -0a9a6922-00aa-4ce6-9d97-bf12252f5299,Hardware modeling using verilog,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-hardware-modeling-using-verilog-14103,verilog;electronics-engineering,,,,,, -df3d9328-6c67-40bc-8844-266b83ba13af,Spatial Informatics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-spatial-informatics-14300,gis,,,,,, -77a802e3-7294-4f0f-a026-4763869ca34a,Steam Power Engineering,By NPTEL via Swayam,,course|https://www.classcentral.com/course/swayam-steam-power-engineering-14304,mechanical-engineering,,,,,, -ba4f94d7-2836-421e-8b98-2b903319a8eb,Structural Dynamics for Civil Engineers - SDOF systems,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_ce27/preview,civil-engineering,,,,,, -281d8d09-bd19-42c5-81f6-cf8bbdc2b041,Converter Control,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/converter-control,electrical-engineering,,,,,, -210ed44c-8d38-4fb2-9b1d-bbfbac39a914,Fluid Machines,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_me55/preview,fluid-mechanics,,,,,, -94b1c9b8-5e39-4fd3-9f06-dc42244a2556,Machine Design Part I,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/machine-design1,mechanical-engineering,,,,,, -c6d3de52-fddb-4581-be67-20fcb32b55a0,Electrodynamics: An Introduction,By Korea Advanced Institute of Science and Technology via Coursera,,course|https://www.coursera.org/learn/electrodynamics-introduction,electrodynamics;physics,,,,,, -8f235dd4-8dc1-4405-9d92-8743f550efdf,Computer numerical control CNC of machine tools and processes,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_me46/preview,mechanical-engineering,,,,,, -f6901e87-fd66-40a6-b471-5a872a706677,Design of fixed wing Unmanned Aerial Vehicles,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-design-of-fixed-wing-unmanned-aerial-vehicles-13996,aerospace-engineering,,,,,, -06baa3ff-a99f-47f0-8ee5-43ae6e6cb768,Reinforced Concrete Road Bridges,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-reinforced-concrete-road-bridges-14270,civil-engineering;bridges,,,,,, -097ad2a0-dd8f-45b3-af26-a9deb88c2ff3,Remote Sensing and Digital Image Processing of Satellite Data,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-remote-sensing-and-digital-image-processing-of-satellite-data-14271,remote-sensing;image-processing,,,,,, -76c2551b-a83c-4e12-99f9-ca7607e76820,Geographical Information Systems - Part 1,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.coursera.org/learn/gis-1,gis,,,,,, -dec43303-c398-4d55-a0a4-f590b7bd3b50,Converter Circuits,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/converter-circuits,electrical-engineering,,,,,, -9577c6ba-0989-44cd-a6f2-de9ea7683e03,Magnetics for Power Electronic Converters,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/electronic-converters,electrical-engineering,,,,,, -e181c85d-7bac-4d64-822d-5bcd73c1c3bc,Indica,,,book|https://www.goodreads.com/book/show/33407803-indica,nations/india;geography,,,,,, -a2443ebd-867a-4cbf-9aee-ee45dc7aaedd,Robotics: Computational Motion Planning,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/robotics-motion-planning,robotics,,,,,, -ee8da44d-da58-4771-b411-205ba3972833,Numerical methods,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_ma21/preview,numerical-computing,,,,,, -557d3762-2547-4215-a3c1-a44393f2d649,Principles of Modern CDMA MIMO OFDM Wireless Communications,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-principles-of-modern-cdma-mimo-ofdm-wireless-communications-14253,telecommunication,,,,,, -a68fe857-67c3-43f3-947b-a53110d785fd,Remote Sensing and GIS,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_ce41/preview,gis;remote-sensing,,,,,, -727068b0-c347-4bec-93f5-1273034f2297,Two-Phase flow with phase change in conventional and miniature channels,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_me54/preview,fluid-mechanics,,,,,, -e7883026-87b5-46f6-973f-c23a1cce92f3,Sustainable Energy: Design a Renewable Future,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-sustainable-energy-design-a-renewable-future-6570,energy;renewable-energy,,,,,, -c7a172d4-b204-4535-b7ee-dd0eb6d12611,Manufacturing Process Control I,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/manufacturing-process-control-i,manufacturing,,,,,, -e1bbd65f-b204-4232-998a-e5006e66929e,Embedded Systems - Shape The World: Multi-Threaded Interfacing,By The University of Texas at Austin via edX,,course|https://www.classcentral.com/course/edx-embedded-systems-shape-the-world-multi-threaded-interfacing-8074,embedded-systems,,,,,, -59604424-27bf-4532-beb2-b032f63cd0f8,Real-Time Bluetooth Networks - Shape the World,By The University of Texas at Austin via edX,,course|https://www.classcentral.com/course/edx-real-time-bluetooth-networks-shape-the-world-6494,bluetooth,,,,,, -90791699-fe4a-4d42-9333-aa4f2f78d8d7,Development of Real-Time Systems,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-development-of-real-time-systems-6181,computer-science,,,,,, -f3238860-64ea-4683-b66d-8484c8916fd2,Solar Energy: Capstone Project,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-solar-energy-capstone-project-8167,solar-power,,,,,, -cf7a025c-e545-451c-bd75-cc4d3c764391,Solar Energy: Photovoltaic (PV) Energy Conversion,By Delft University of Technology via edX,,course|https://www.edx.org/course/solar-energy-photovoltaic-pv-energy-conversion-3,solar-power,,,,,, -72b5fff3-46ca-480b-8794-6a26c0e86bf4,BIM Fundamentals for Engineers,By National Taiwan University via Coursera,,course|https://www.classcentral.com/course/coursera-bim-fundamentals-for-engineers-12179,engineering,,,,,, -59aa44e9-2b13-4386-937b-ebe2d94d95d2,VLSI CAD Part II: Layout,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-vlsi-cad-part-ii-layout-6751,vlsi;electronics-engineering,,,,,, -a1e7abf5-ed5d-44ba-97af-f1b2137d8354,Introduction to solar cells,By Technical University of Denmark (DTU) via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-solar-cells-9050,solar-power,,,,,, -249c8e8c-ffa0-4126-929a-139e431a0156,BIM Application for Engineers,By National Taiwan University via Coursera,,course|https://www.classcentral.com/course/coursera-bim-application-for-engineers-12117,engineering,,,,,, -e15045be-87c3-4333-a0dc-be54d1284670,Transmission electron microscopy for materials science,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.coursera.org/learn/microscopy,material-science;electron-microscopy,,,,,, -b38f6b65-d001-4a59-bafe-d7a6e14522ea,Advanced Converter Control Techniques,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-advanced-converter-control-techniques-5416,electrical-engineering,,,,,, -8cf88e39-d1e0-4df3-a9fc-a61e1193d22b,Solar Energy: Photovoltaic (PV) Technologies,By Delft University of Technology via edX,,course|https://www.edx.org/course/solar-energy-photovoltaic-pv-technologies-3,solar-power,,,,,, -0acace79-91d2-439f-a3b2-a953049e35a5,Introduction to Indoor Air Quality,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-indoor-air-quality-9706,civil-engineering;air-quality,,,,,, -3e087271-cabc-4aa8-a94f-636b5fe730d1,Robotics: Perception,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/robotics-perception,robotics,,,,,, -b5dc34aa-a4cb-4dac-984e-9fc747bedb71,Developing FPGA-accelerated cloud applications with SDAccel: Theory,By Politecnico di Milano via Coursera,,course|https://www.classcentral.com/course/coursera-developing-fpga-accelerated-cloud-applications-with-sdaccel-theory-13559,fpga,,,,,, -791abcb1-7b1e-46b8-aad3-f9fcd355ec8b,MOS Transistors,By Columbia University via Coursera,,course|https://www.coursera.org/learn/mosfet,electronics-engineering,,,,,, -0388f6fc-0e11-407c-a356-2a26f106ff3d,Introduction to Power Electronics,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/power-electronics,electronics-engineering,,,,,, -52554325-2525-4506-a90b-096a372dc412,Organic Solar Cells - Theory and Practice,By Technical University of Denmark (DTU) via Coursera,,course|https://www.classcentral.com/course/coursera-organic-solar-cells-theory-and-practice-1822,solar-power,,,,,, -06673d52-e22c-443d-bedf-b69ea1dda1b3,Robotics: Estimation and Learning,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-robotics-estimation-and-learning-5030,robotics,,,,,, -b72c8d5f-1736-48aa-81b3-782b883a8ac6,Introduction to Advanced Vibrations,By Korea Advanced Institute of Science and Technology via Coursera,,course|https://www.coursera.org/learn/introduction-advanced-vibrations,mechanical-engineering;vibrations,,,,,, -2bb3ae05-db4f-444f-8f6e-e890c48c85b4,Sensor Fusion and Non-linear Filtering for Automotive Systems,By Chalmers University of Technology via edX,,course|https://www.classcentral.com/course/edx-sensor-fusion-and-non-linear-filtering-for-automotive-systems-10300,autonomous-vehicles;automotive-systems;artificial-intelligence,,,,,, -54bd45e8-c654-4f16-a362-5c7981e68eb2,Road Traffic Safety in Automotive Engineering,By Chalmers University of Technology via edX,,course|https://www.edx.org/course/road-traffic-safety-in-automotive-engineering-0,automotive-systems;traffic,,,,,, -5bed9a03-4337-43d5-9bf2-93b6332df36f,Analysis of Transport Phenomena I: Mathematical Methods,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-analysis-of-transport-phenomena-i-mathematical-methods-11638,chemical-engineering;transport-phenomena,,,,,, -d75001cc-a1ea-4fe7-bafb-a7fed14907b1,Introducing Robotics: Making Robots Move,By Queensland University of Technology via FutureLearn,,course|https://www.futurelearn.com/courses/making-robots-move,robotics,,,,,, -8ee09851-071c-4cad-a342-1a5e6da29514,Advanced Transport Phenomena,By via edX,,course|https://www.edx.org/course/advanced-transport-phenomena-2,transport-phenomena,,,,,, -c6fc8ddd-3b16-4eec-ad8c-ee953425e23d,"Solar: Solar Cells, Fuel Cells and Batteries",By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-solar-solar-cells-fuel-cells-and-batteries-472,solar-power,,,,,, -781449c2-d698-49eb-9fbb-fc767f72ea7c,Dynamics,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/dynamics-mitx-2-03x,dynamics;engineering,,,,,, -caa26238-7498-48b0-8ae4-33810dae584a,"Robot Mechanics and Control, Part I",By Seoul National University via edX,,course|https://www.edx.org/course/robot-mechanics-control-part-i-snux-snu446-345-1x,robotics,,,,,, -f828ee98-0b24-4d16-8139-87af932e4503,Digital Design with VHDL,By Mid Sweden University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-digital-design-with-vhdl-2616,vhdl;electronics-engineering,,,,,, -69503515-5ba0-4d98-ab57-b11872607200,Introduction to Chemical Engineering,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/Engineering/IntroChE/SelfStudy/about,chemical-engineering,,,,,,oer -3453532d-b241-440e-9388-83f557a6ce6e,Ten Things Every Engineer Should Know About Materials Science,"By University of California, Davis via Canvas Network",,course|https://www.classcentral.com/course/canvas-network-ten-things-every-engineer-should-know-about-materials-science-3166,material-science,,,,,, -647cab7c-3060-44a8-9907-8fef74438a37,"Discrete Time Signals and Systems, Part 1: Time Domain",By Rice University via edX,,course|https://www.classcentral.com/course/edx-discrete-time-signals-and-systems-part-1-time-domain-1236,electrical-engineering,,,,,, -6c68e743-0523-48c0-b4d1-3805ebeada9d,"Symmetry, Structure and Tensor Properties of Materials",By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-symmetry-structure-and-tensor-properties-of-materials-2961,material-science,,,,,, -e51dc0d0-715e-4af4-b66a-698da1585032,Organic Electronic Devices,By Purdue University via edX,,course|https://www.edx.org/course/organic-electronic-devices-purduex-nano515x,electronics-engineering,,,,,, -7fb27120-f3b5-4375-83c7-3523b48d34e4,"Discrete Time Signals and Systems, Part 2: Frequency Domain",By Rice University via edX,,course|https://www.classcentral.com/course/edx-discrete-time-signals-and-systems-part-2-frequency-domain-3191,electrical-engineering,,,,,, -d163af0e-feb4-44c9-b244-e610560886a0,Chemical Engineering: Review of Enabling Sciences through Problem Solving,By University of Alabama in Huntsville via Canvas Network,,course|https://www.canvas.net/browse/uah/courses/chemical-engineering-problem-solving,chemical-engineering,,,,,, -b77e1f13-759b-480d-a010-4926e6a1dfe9,Fundamentals of Nanoelectronics: Basic Concepts,By Purdue University via edX,,course|https://www.edx.org/course/fundamentals-nanoelectronics-basic-purduex-nano520x,electronics-engineering,,,,,, -5837feba-ee01-4805-8034-964f2bc3e99e,Introducción a la Ingeniería del Helicóptero,By Open Education Consortium (OEC) via edX,,course|https://www.edx.org/course/introduccion-la-ingenieria-del-oecx-e2601x,helicopters;aerodynamics,,,,,, -1f53d727-2689-460b-b5d0-2e8e90db095e,"Understanding Wireless: Technology, Economics, and Policy",By University of Notre Dame via edX,,course|https://www.classcentral.com/course/edx-understanding-wireless-technology-economics-and-policy-3047,telecommunication,,,,,, -c2da7ff2-fea7-42c9-a94c-e86c5a3a7117,The Biology of Water and Health - Sustainable Interventions,By Open Education Consortium (OEC) via edX,,course|https://www.edx.org/course/biology-water-health-sustainable-oecx-ph242x,biology;sustainability,,,,,, -9e82dad3-fc90-4e97-8043-ecdb41188b0a,Underactuated Robotics,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-underactuated-robotics-2503,robotics,,,,,, -cb20d7c2-af81-49ac-9540-d428ab6a7c32,Nanotechnology: Fundamentals of Nanotransistors,By Purdue University via edX,,course|https://www.classcentral.com/course/edx-nanotechnology-fundamentals-of-nanotransistors-4487,nanotechnology,,,,,, -086ebd34-13fe-47c1-a8f2-d6422449c863,Flight Vehicle Aerodynamics,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-flight-vehicle-aerodynamics-930,aerodynamics,,,,,, -d1bad76f-a6d1-4176-b080-40748937cab1,Cognitive Neuroscience Robotics – Part A,By Osaka University via edX,,course|https://www.classcentral.com/course/edx-cognitive-neuroscience-robotics-part-a-5180,neuroscience;robotics,,,,,, -a9dbe1ba-2de8-4ee1-a04b-82e06de1acc9,Principles of Electronic Biosensors,By Purdue University via edX,,course|https://www.classcentral.com/course/edx-principles-of-electronic-biosensors-4951,electronics-engineering,,,,,, -b9f2560a-dd6b-4047-afba-e76885c20d9d,Introduction to Control System Design - A First Look,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-control-system-design-a-first-look-5358,control-systems;engineering,,,,,, -9d59fa12-41cc-4981-8656-d1a7ce593e4a,Introduction to State Space Control,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-state-space-control-6734,electrical-engineering,,,,,, -daa71ab6-5ef3-414f-8be0-f55754d61de5,The Engineering of Structures Around Us,By Dartmouth via edX,,course|https://www.edx.org/course/engineering-structures-around-us-dartmouthx-dart-engs-02-x,engineering,,,,,, -a8e5073a-23b9-4286-9f1b-431668c86559,Discrete-Time Signal Processing,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-discrete-time-signal-processing-2651,signal-processing,,,,,, -ac859b22-6c9b-4010-b434-de07fbdf1665,Computation Structures - Part 1: Digital Circuits,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-computation-structures-part-1-digital-circuits-3041,digital-circuits,,,,,, -aa58f790-fdeb-4418-a5d8-00e4fa70d589,System Validation (Preview Only),By Open Universiteit Nederland via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-system-validation-preview-only-6787,electrical-engineereing;computer-architecture,,,,,, -87d7c6a5-53cd-46bc-a9cb-87342b9b3964,Nanophotonic Modeling,By Purdue University via edX,,course|https://www.classcentral.com/course/edx-nanophotonic-modeling-6455,engineering,,,,,, -c5e7d422-3422-4a87-935c-5abc806db665,Smart Grids: Electricity for the Future,By IEEE via edX,,course|https://courses.edx.org/courses/course-v1:IEEEx+SmartGrid.x+2016_T2/course/,electrical-engineering,,,,,, -948cc947-8813-46b0-a152-3466f9a1ce20,Hydraulique fluviale,By Université catholique de Louvain via edX,,course|https://www.edx.org/course/hydraulique-fluviale-2-sediments-et-morphologie-fluviale-2,hydraulics,,,,,, -c54739c7-f49f-4eab-9224-7330c9ea7c32,Communication Acoustics,By RWTH Aachen University via edX,,course|https://www.classcentral.com/course/edx-communication-acoustics-7048,acoustics,,,,,, -8befed42-5d98-4a2d-be03-578abe4bcbf6,"Cellular Solids 1: Structures, Properties and Engineering Applications",By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-cellular-solids-1-structures-properties-and-engineering-applications-5181,material-science;cellular-solids,,,,,, -22e6881f-eeae-484f-8a2d-6739c34f0aee,Biological Engineering: Cellular Design Principles,By Purdue University via edX,,course|https://www.edx.org/course/biological-engineering-cellular-design-purduex-nano545x,biology;engineering,,,,,, -9f9bad07-60ac-4b23-9271-b814e74e5e26,水力学 | Hydraulics,By Tsinghua University via edX,,course|https://www.edx.org/course/shui-li-xue--hydraulics,hydraulics,,,,,, -908c0a15-7f1f-4f7e-91d8-3ae3cbe31ab9,工程地质学 | Geology and Engineering Geology,By Tsinghua University via edX,,course|https://www.edx.org/course/gong-cheng-di-zhi-xue--geology-and-engineering-geology,geology;engineering,,,,,, -2270ba25-3c40-4a13-946d-f29e019a92bc,Water and Wastewater Treatment Engineering: Biochemical Technology | 水处理工程:生物化学方法,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx-water-and-wastewater-treatment-engineering-biochemical-technology---5834,civil-engineering,,,,,, -78c6dd55-55f2-4dd4-a86e-f9800d09be0a,Stuff You Don’t Learn in Engineering School,By IEEE via edX,,course|https://courses.edx.org/courses/course-v1:IEEEx+IEEEStuff.x+T1_2017/course/,engineering,,,,,, -f27c4345-03c2-47af-ad94-5fd8c011d9d3,Introduction to the National Electrical Safety Code (NESC),By IEEE via edX,,course|https://courses.edx.org/courses/course-v1:IEEEx+NESC01x+1T2017/course/,electrical-engineering;safety,,,,,, -983cea75-66f5-4c3b-a130-65414d990394,Vacuum Systems and Technology,By National Research Nuclear University MEPhI via edX,,course|https://www.edx.org/course/vacuum-systems-technology-mephix-mephi004x,vacuum-systems;engineering,,,,,, -c7d38b31-648b-4166-99b8-1af8739d316f,Introduction to the Theory of Distributions and Applications,By University of Pavia via iversity,,course|https://www.classcentral.com/course/iversity-introduction-to-the-theory-of-distributions-and-applications-8928,engineering;mathematics,,,,,, -38e45059-ba75-4b07-aa54-6ffe66a5c335,Robotics: Kinematics and Mathematical Foundations,By University of Pennsylvania via edX,,course|https://www.classcentral.com/course/edx-robotics-kinematics-and-mathematical-foundations-8197,robotics,,,,,, -d15b2f90-dcaa-455e-805a-a060af8a4d3b,Cellular Solids Part 3: Applications in Nature,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-cellular-solids-part-3-applications-in-nature-5182,material-science;cellular-solids,,,,,, -cfbf26f5-39eb-4d0e-bd3b-3508ec27cd0c,The Physics of Electronic Polymers (PEP),By Purdue University via edX,,course|https://www.edx.org/course/physics-electronic-polymers-pep-purduex-nano600x,physics;electronics-engineering,,,,,, -078b7822-f5ee-4335-8f3c-fdf90d2b51bf,Embedded Systems,By Georgia Institute of Technology via Udacity,,course|https://www.udacity.com/course/embedded-systems--ud169,embedded-systems,,,,,, -19509cd5-9713-4d97-b0b8-e9e28025c28d,Optical Materials and Devices,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/optical-materials-devices-mitx-3-15-2x-0,optics,,,,,, -73a13449-868d-4880-8b75-2f8d39442efa,Introduction to Engineering,By University of Texas Arlington via edX,,course|https://www.classcentral.com/course/edx-introduction-to-engineering-6337,engineering,,,,,, -48cec063-fafe-4a50-b560-e46b39300f28,Robotics: Vision Intelligence and Machine Learning,By University of Pennsylvania via edX,,course|https://www.classcentral.com/course/edx-robotics-vision-intelligence-and-machine-learning-8203,robotics,,,,,, -dabdfbe9-39a7-4a59-8eaa-71908f6afdae,Robotics: Dynamics and Control,By University of Pennsylvania via edX,,course|https://www.classcentral.com/course/edx-robotics-dynamics-and-control-8196,robotics,,,,,, -a52795af-393b-4797-8de3-99182ad89724,Introduction to Autodesk Fusion 360,By Autodesk via EMMA,,course|https://www.classcentral.com/course/emma-introduction-to-autodesk-fusion-360-8992,software-tools/autodesk,,,,,, -c4142541-658b-4fe6-a243-e7012b085901,Magnetic Materials and Devices,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-magnetic-materials-and-devices-6028,material-science,,,,,, -71746b65-c8f6-45f4-b610-afa3d88ac384,A Guide to Writing Mathematics,,,article|https://web.cs.ucdavis.edu/~amenta/w10/writingman.pdf,writing;mathematics,,,,,,oer -4f96b5a7-3160-45d6-b0b7-fe08111367a3,Aerodynamics with Python,By George Washington University via Independent,,course|https://www.classcentral.com/course/independent-aerodynamics-with-python-2379,aerodynamics;programming-languages/python,,,,,, -dc81d4fe-69cb-4571-ac03-837bede1426f,Fundamentals of Manufacturing Processes,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/fundamentals-manufacturing-processes-mitx-2-008x-0,manufacturing,,,,,, -6c159193-3838-41f4-9d0e-1e8908d55997,Robotics: Locomotion Engineering,By University of Pennsylvania via edX,,course|https://www.edx.org/course/robotics-locomotion-engineering-pennx-robo4x,robotics,,,,,, -22c38952-8b3f-4e16-a170-f15d84edcfff,Introduction to Electrical and Electronic Engineering - 電気電子工学入門,By Tokyo Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-electrical-and-electronic-engineering--8606,electrical-engineering,,,,,, -36365e9f-1b11-4b2f-9e80-f6adbc8ef093,Introduction to Discrete Choice Models,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-introduction-to-discrete-choice-models-9840,mathematics;human-behaviour,,,,,, -4f74e0aa-9759-4b7a-b3cb-3a3aed5b6bbb,A Hands-on Introduction to Engineering Simulations,By Cornell University via edX,,course|https://www.edx.org/course/a-hands-on-introduction-to-engineering-simulations,engineering;simulation,,,,,, -d5a8bfdc-859b-4b66-b018-c54085db2bd9,Structural Materials: Selection and Economics,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/structural-materials-selection-economics-mitx-3-matselx,material-science,,,,,, -f4eaf0cb-dcdb-4aac-88d6-4fe6b4696997,"Signals and Systems, Part 1",By Indian Institute of Technology Bombay via edX,,course|https://www.classcentral.com/course/edx-signals-and-systems-part-1-2679,electrical-engineering,,,,,, -ed12ea71-cafb-433c-844d-f46f54f2c548,Introduction to Nanotechnology,By Omni Nano via Canvas Network,,course|https://www.canvas.net/browse/omni-nano/courses/intro-nanotechnology,nanotechnology,,,,,, -3864d6cf-625c-45b2-8ddd-5a4ffeccdf25,Multilevel Converters for Medium/High-Power Applications,By Georgia Institute of Technology via edX,,course|https://www.edx.org/course/gt-multilevel-converters-for-mediumhigh-power-applications,electrical-engineering,,,,,, -c1a689ae-8772-4c13-abc7-64960ca0cb0e,Technical maintenance of aircraft and aircraft engines,By Samara University via Stepik,,course|https://www.classcentral.com/course/stepik-technical-maintenance-of-aircraft-and-aircraft-engines-10489,aircrafts,,,,,, -dc0a870e-ee68-4496-be67-65ac80378afe,"Electronic, Optical and Magnetic Properties of Materials",By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-electronic-optical-and-magnetic-properties-of-materials-9710,material-science,,,,,, -5218fed7-4c27-46c8-bab5-7d9eb9815a46,Entrepreneurship for Engineers,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-entrepreneurship-for-engineers-8370,entrepreneurship,,,,,, -7a16b539-3e46-4792-b874-879730d920e9,Engineering: Building with Nature,By Delft University of Technology via edX,,course|https://www.edx.org/course/engineering-building-with-nature,engineering,,,,,, -41efb638-26ab-4763-8b93-1f314f03ab4e,Introduction to Digital Fabrication and Technical Design,By via Kadenze,,course|https://www.kadenze.com/courses/introduction-to-digital-fabrication-and-technical-design/info,fabrication;engineering;digital-fabrication,,,,,, -5b881fd7-2387-45d4-90c7-4a160ca18797,"Signals and Systems, Part 2",By Indian Institute of Technology Bombay via edX,,course|https://www.edx.org/course/signals-systems-part-2-iitbombayx-ee210-2x-3,electrical-engineering,,,,,, -2888ea6d-460c-4da9-9085-03439288f96b,Mind of the Universe - Robots in Society: Blessing or Curse?,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-mind-of-the-universe-robots-in-society-blessing-or-curse-11345,robotics;society,,,,,, -f962d908-4892-47ba-a6ae-58fb244c4890,Introduction to Haptics,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-introduction-to-haptics-1420,haptics;electrical-engineering,,,,,, -c3a62453-d343-4ab8-8f46-a8fb6d6e373b,High Performance Finite Element Modeling – Part 2,By KTH Royal Institute of Technology via edX,,course|https://www.edx.org/course/high-performance-finite-element-modeling-part-2,finite-element-modeling;engineering,,,,,, -23139734-4b29-46ed-91f8-797b631a22c2,"DigiFab 2D: Laser, CNC and Waterjet",By via Kadenze,,course|https://www.kadenze.com/courses/digifab-2d-laser-cnc-and-waterjet/info,digital-fabrication;manufacturing,,,,,, -a2e07c23-5478-40d7-ad12-00d1fc7d2152,Introduction to Urban Geo-Informatics,By Hong Kong Polytechnic University via edX,,course|https://www.classcentral.com/course/edx-introduction-to-urban-geo-informatics-10080,gis;urban-planning,,,,,, -c141c545-0414-4175-9dcb-677974ec9a22,Engineering Design for a Circular Economy,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-engineering-design-for-a-circular-economy-10282,engineering-design;economics,,,,,, -91dc7af9-6485-4a9f-8796-34551fc18252,“Monotsukuri” Making Things in Japan: Mechanical Engineering,By Tokyo Institute of Technology via edX,,course|https://www.edx.org/course/monotsukuri-making-things-in-japan-mechanical-engineering,mechanical-engineering,,,,,, -1cb8a5bd-9fc7-4dc1-b1c2-b2cfaa9d04e5,Introduction to Steel,By TenarisUniversity via edX,,course|https://www.edx.org/course/introduction-to-steel-0,steel,,,,,, -a9868e17-de78-4337-a2e4-8460d486746f,Primer on Semiconductor Fundamentals,By Purdue University via edX,,course|https://www.classcentral.com/course/edx-primer-on-semiconductor-fundamentals-11697,semiconductors,,,,,, -457ba49a-e370-4e1c-abf6-297d493181c8,Fundamentals of Current Flow,By Purdue University via edX,,course|https://www.edx.org/course/fundamentals-of-current-flow,electrical-engineering,,,,,, -5a6aee6a-e0b1-4f68-8226-54c180d8f3fe,Energy Within Environmental Constraints,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-energy-within-environmental-constraints-6021,energy;civil-engineering,,,,,, -369fcfcc-e88c-41e7-8ad3-3c7b7e316250,Introduction to Aerodynamics,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-aerodynamics-931,aerodynamics,,,,,, -bd1bc5a3-0e9c-4f2e-b148-554214e4e6de,"Mechanical Behavior of Materials, Part 1: Linear Elastic Behavior",By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/mechanical-behavior-of-materials-part-1-linear-elastic-behavior,material-science;mechanical-engineering,,,,,, -92110467-3aec-4db0-ba2c-5711bf77fe4c,Micro and Nanofabrication (MEMS),By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.edx.org/course/micro-and-nanofabrication-mems,digital-fabrication;manufacturing,,,,,, -0c0c5c75-85bb-4132-999d-825df0e77340,Intro to Mapping and GIS for Journalists,By Knight Center for Journalism in the Americas via Independent,,course|https://journalismcourses.org/mapping.html,gis,,,,,, -9f9f17dc-d710-4043-a724-ff458c5a0a46,Essentials of MOSFETs,By Purdue University via edX,,course|https://www.edx.org/course/essentials-of-mosfets,mosfets;electronics-engineering,,,,,, -5b9f0193-fde4-466c-ac85-4fc3c12b5996,Exploring Humans’ Space: An Introduction to Geographicity,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.edx.org/course/exploring-humans-space-an-introduction-to-geographicity,urban-planning,,,,,, -62e3a1a7-7e1a-49b9-9da1-335819fa5e35,Introduction to Web Cartography: Part 2,By ETH Zurich via edX,,course|https://www.classcentral.com/course/edx-introduction-to-web-cartography-part-2-11369,cartography,,,,,, -9941a6c2-e78c-45c9-b7b0-0f02d41d653d,"Mechanical Behavior of Materials, Part 2: Stress Transformations, Beams, Columns, and Cellular Solids",By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-mechanical-behavior-of-materials-part-2-stress-transformations-beams-columns-and-cellular-solids-4011,material-science;mechanical-engineering,,,,,, -f1a319df-fb6b-4673-a014-a56a63028065,Forensic Engineering: Learning from Failures,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-forensic-engineering-learning-from-failures-8611,engineering,,,,,, -278b0415-d21d-453a-858d-55c174576682,Graphene Science and Technology,By Chalmers University of Technology via edX,,course|https://www.edx.org/course/graphene-science-and-technology,graphene;material-science,,,,,, -520e4e21-82fd-4aab-b7aa-e476fb542052,Introduction to Engineering and Design,By Brown University via edX,,course|https://www.edx.org/course/introduction-to-engineering-and-design,engineering-design,,,,,, -6554ef89-a892-40b9-86a6-ef5aa50313a1,Tour the Dynamics of Change and Motion with Python,By George Washington University via Independent,,course|https://www.classcentral.com/course/independent-tour-the-dynamics-of-change-and-motion-with-python-13176,dynamics;programming-languages/python,,,,,, -b45fefc5-da10-41b9-805b-a3789fad3412,"Mechanical Behavior of Materials, Part 3: Time Dependent Behavior and Failure",By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/mechanical-behavior-of-materials-part-3-time-dependent-behavior-and-failure,material-science;mechanical-engineering,,,,,, -6f9c24fc-9783-4c88-999c-d467dec99e5a,Robotics Foundations I - Robot Modeling,By University of Naples Federico II via edX,,course|https://www.classcentral.com/course/edx-robotics-foundations-i-robot-modeling-7542,robotics,,,,,, -c0f6bdb0-3f5b-4ddd-9232-589106cd8e8e,Energy Systems Integration: A Trend or a Revolution?,By KU Leuven University via edX,,course|https://www.edx.org/course/energy-systems-integration-a-trend-or-a-revolution,energy;engineering;sustainability,,,,,, -ca822daf-1a78-48bd-84d1-5fd494adf4f3,Introduction to Running Pipe in Oil and Gas Wells,By TenarisUniversity via edX,,course|https://www.classcentral.com/course/edx-introduction-to-running-pipe-in-oil-and-gas-wells-3964,oil-and-gas,,,,,, -001d0272-af42-489e-9bc3-dfa8e0d6bbf6,Hyperloop: Changing the Future of Transportation,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-hyperloop-changing-the-future-of-transportation-11973,hyperloop;transportation,,,,,, -f4b1786a-a38e-462f-9599-406ee8fe6140,High Performance Finite Element Modeling,By KTH Royal Institute of Technology via edX,,course|https://www.edx.org/course/high-performance-finite-element-modeling-0,finite-element-modeling,,,,,, -8206e788-7237-41c2-b404-2e5bfc5694d1,Cement Chemistry and Sustainable Cementitious Materials,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-cement-chemistry-and-sustainable-cementitious-materials-8730,cement;material-science,,,,,, -b85d1992-139a-4024-8a8d-9b031d0a070f,Knowledge Management in Nuclear Energy Organizations,By National Research Nuclear University MEPhI via edX,,course|https://www.edx.org/course/knowledge-management-in-nuclear-energy-organizations,nuclear-power;knowledge-management,,,,,, -d2662999-9182-47d8-b7f2-908eec8bd8c2,"Structure of Materials, Part 1: Fundamentals of Materials Structure",By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/structure-of-materials-part-1-fundamentals-of-materials-structure,material-science,,,,,, -e4cc58c3-a6e5-4050-9595-b4c62d31c896,Research Methods: An Engineering Approach,By University of the Witwatersrand via edX,,course|https://www.edx.org/course/research-methods-an-engineering-approach-0,research;engineering,,,,,, -08806348-1fe0-454a-bc4e-c77c406cb46a,Hypersonics – from Shock Waves to Scramjets,By University of Queensland via edX,,course|https://www.classcentral.com/course/edx-hypersonics-from-shock-waves-to-scramjets-1647,hypersonics;fluid-dynamics,,,,,, -67797893-4001-4f11-9747-2b1946c7ff5e,So You Want to Be a Biomedical Engineer,"By University of California, San Diego via edX",,course|https://www.classcentral.com/course/edx-so-you-want-to-be-a-biomedical-engineer-13131,biomedical-engineering,,,,,, -a5161384-805e-4560-a029-a02be106dbcc,Future Robots. Towards a Robotic Science of Human Beings,By University of Naples Federico II via edX,,course|https://www.edx.org/course/future-robots-towards-a-robotic-science-of-human-beings-2,robotics,,,,,, -557a0f34-dd84-4f08-8b7e-d4e0fa11a116,The Art of Structural Engineering: Bridges,By Princeton University via edX,,course|https://www.edx.org/course/the-art-of-structural-engineering-bridges,bridges;civil-engineering,,,,,, -bb4e9d0f-e2fd-40f5-bc90-aa81f96bff92,Mechanics of Deformable Structures: Part 1,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/mechanics-of-deformable-structures-part-1,material-science,,,,,, -0583a6f0-a5af-4552-bd6f-10a0821043f3,Computational Thinking for Modeling and Simulation,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/computational-thinking-for-modeling-and-simulation,thinking;computer-science;computational-thinking;simulation,,,,,, -29908590-1b88-47ec-91d1-7a3ea74f25ee,Principles of Electric Circuits | 电路原理,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx-principles-of-electric-circuits--2367,circuits;electrical-engineering,,,,,, -a1d47ac3-ce46-4d40-a80c-2355e149d4a6,"Structure of Materials, Part 2: The Crystalline State",By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/structure-of-materials-part-2-the-crystalline-state,material-science,,,,,, -faaa3088-af37-40ba-b629-940be63bcc9d,Dynamics and Control,By Universitat Politècnica de València via edX,,course|https://www.classcentral.com/course/edx-dynamics-and-control-2950,engineering;control-systems,,,,,, -33fc2867-1136-4119-8175-c6e088053c22,Tsunamis and Storm Surges: Introduction to Coastal Disasters,By Waseda University via edX,,course|https://www.edx.org/course/tsunamis-and-storm-surges-introduction-to-coastal-disasters-2,disaster-management,,,,,, -7d3b38b5-75eb-4ca2-9b26-5de7315a8961,Introduction to Aerospace Structures and Materials,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-aerospace-structures-and-materials-10441,aerospace-engineering;material-science,,,,,, -b2708824-44b7-40d7-98f6-83dba118d94d,Photonic Integrated Circuits 1,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-photonic-integrated-circuits-1-13331,integrated-circuits,,,,,, -8fb98550-1b74-4df5-8e9b-18311aa71bef,Een half leven,By Eileen Chang,https://learn-awesome.github.io/assets/book_covers/43285595.jpg,book|https://www.goodreads.com/book/show/43285595-de-liefde-van-een-half-leven,fiction,,,,,, -959c439d-6ce5-41c9-8f67-f6ca2738da57,"Structure of Materials, Part 3: Liquid Crystals, Defects, and Diffusion",By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-structure-of-materials-part-3-liquid-crystals-defects-and-diffusion-13337,material-science,,,,,, -173db0b6-fd50-4076-8b21-b92c199b9752,Materials Science and Engineering,By National University of Science and Technology MISiS via edX,,course|https://www.edx.org/course/materials-science-and-engineering,material-science,,,,,, -cd0e16d2-21c6-4265-877e-aaea298b3f1b,Model-based Systems Engineering: Advanced Approaches with OPM,By Technion - Israel Institute of Technology via edX,,course|https://www.edx.org/course/model-based-systems-engineering-advanced-approaches-with-opm,engineering,,,,,, -a1e52835-183c-4c33-9686-b5b7b03fa3fd,Energy Subsidy Reform,By International Monetary Fund via edX,,course|https://www.edx.org/course/energy-subsidy-reform-8,economics;energy,,,,,, -38d5f9de-bc1e-412f-9139-67c6a809c815,Solar Resource Assessment in Desert Climates,By Hamad Bin Khalifa University via edX,,course|https://www.classcentral.com/course/edx-solar-resource-assessment-in-desert-climates-12495,solar-power,,,,,, -1892ae95-42de-49ea-97dc-4dc70705f485,Circuits and Electronics 3: Applications,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/circuits-and-electronics-3-applications,circuits;electronics-engineering,,,,,, -e69e4659-7906-4f46-953f-855e6bce1494,"Circuits and Electronics 2: Amplification, Speed, and Delay",By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/circuits-and-electronics-2-amplification-speed-and-delay,circuits;electronics-engineering,,,,,, -30c171eb-1630-4297-8eb3-606a442a1925,Drones and Autonomous Systems I: Fundamentals,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-drones-and-autonomous-systems-i-fundamentals-13740,drones;autonomous-systems,,,,,, -3ee38e65-74a6-4dc1-b346-1ea7751d6c41,Drones and Autonomous Systems 2: Applications in Emergency Management,By University System of Maryland via edX,,course|https://www.edx.org/course/drones-and-autonomous-systems-applications-in-emergency-management,drones;autonomous-systems,,,,,, -84b7e94b-7fad-4ad5-a160-8c1585f53040,Principle of Semiconductor Devices Part II: Field Effect Transistors and MOSFETs,By The Hong Kong University of Science and Technology via edX,,course|https://www.classcentral.com/course/edx-principle-of-semiconductor-devices-part-ii-field-effect-transistors-and-mosfets-13311,semiconductors,,,,,, -4b119791-dab6-4593-9895-b89c5428a787,"Principle of Semiconductor Devices Part I: Semiconductors, PN Junctions and Bipolar Junction Transistors",By The Hong Kong University of Science and Technology via edX,,course|https://www.edx.org/course/principle-of-semiconductor-devices-part-i-semiconductors-pn-junctions-and-bipolar-junction-transistors-2,semiconductors,,,,,, -d518c747-cbc2-45b1-9fd6-1fe0ba6758de,Using Photovoltaic (PV) Technology in Desert Climates,By Hamad Bin Khalifa University via edX,,course|https://www.edx.org/course/using-photovoltaic-pv-technology-in-desert-climates-2,solar-power,,,,,, -0dc4524a-4781-45c9-945f-caabee7398b7,A System View of Communications: From Signals to Packets (Part 3),By The Hong Kong University of Science and Technology via edX,,course|https://www.classcentral.com/course/edx-a-system-view-of-communications-from-signals-to-packets-part-3-3438,telecommunication,,,,,, -16a3bb21-af98-4b5b-b65d-3097036b18a7,A System View of Communications: From Signals to Packets (Part 1),By The Hong Kong University of Science and Technology via edX,,course|https://www.classcentral.com/course/edx-a-system-view-of-communications-from-signals-to-packets-part-1-2073,telecommunication,,,,,, -6e0106e7-580f-4fc3-85fd-6bf8f1e163d6,A System View of Communications: From Signals to Packets (Part 2),By The Hong Kong University of Science and Technology via edX,,course|https://www.classcentral.com/course/edx-a-system-view-of-communications-from-signals-to-packets-part-2-3439,telecommunication,,,,,, -42f1e771-00d6-4a69-9430-2ab4f5f2bec8,Animal Feed Production: Feed Quality,By EIT Food via FutureLearn,,course|https://www.futurelearn.com/courses/animal-feed-quality,animals;management;biology;engineering,,,,,, -91e6725c-991a-4d11-bebf-4d85f3af5999,dict.cc | Wörterbuch Englisch-Deutsch,,,wiki|https://www.dict.cc/,languages/german,,,beginner,,5.0, -c33f9626-cee4-4474-84ad-cfe311edf239,Electric and Conventional Vehicles,By Chalmers University of Technology via edX,,course|https://www.edx.org/course/electric-and-conventional-vehicles-4,automotive-engineering,,,,,, -6e044527-f623-4be1-8fd2-db865acf2372,Hybrid Vehicles,By Chalmers University of Technology via edX,,course|https://www.classcentral.com/course/edx-hybrid-vehicles-10285,automotive-engineering;hybrid-vehicles,,,,,, -8b71921c-9775-4acb-87f7-8bdc1c3547f6,Robotics,By Columbia University via edX,,course|https://www.classcentral.com/course/edx-robotics-7241,robotics,,,,,, -dfa7bb03-7dfd-4dd7-89e1-1503acd577cf,Geospatial Analysis Project,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-geospatial-analysis-project-5563,gis,,,,,, -960b1aa4-53d7-4564-bfe5-75e0a5d31e8a,ABC of Flight Mechanics: How Do Planes Fly?,By ISAE-SUPAERO via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-abc-of-flight-mechanics-how-do-planes-fly-13153,aerospace-engineering,,,,,, -b78aaec3-e80a-4ed3-970c-629574a95f10,Engineering the Space Shuttle,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-engineering-the-space-shuttle-11509,aerospace-engineering,,,,,, -bba7fef3-66af-4a46-891d-ea0fb7690973,The Next Generation of Infrastructure,By Delft University of Technology via edX,,course|https://www.edx.org/course/the-next-generation-of-infrastructure,engineering,,,,,, -a1592c9a-709e-41a0-80f1-0f7b408ba56a,Entrepreneurial Land Redevelopment Approach: Land Readjustment,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/entrepreneurial-land-redevelopment-approach-land-readjustment-2,urban-planning,,,,,, -5288e69c-9dfc-4f09-a5ba-8bf0a890d841,Railway Engineering: An Integral Approach,By Delft University of Technology via edX,,course|https://www.edx.org/course/railway-engineering-an-integral-approach-2,railways;civil-engineering,,,,,, -56a8f7eb-a6d4-4fed-b42d-1ff64a0e6d6e,4G Network Essentials,By Institut Mines-Télécom via edX,,course|https://www.classcentral.com/course/edx-4g-network-essentials-8371,telecommunication,,,,,, -d477836a-ec6f-4645-994b-7c376282ffb3,Statistical Thermodynamics: Molecules to Machines,By Carnegie Mellon University via Coursera,,course|https://www.coursera.org/learn/statistical-thermodynamics-cm,thermodynamics,,,,,, -1229e49c-78cd-44c1-9749-e9a8bf495886,Introducing Robotics: Build a Robot Arm,By Queensland University of Technology via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introducing-robotics-build-a-robot-arm-6868,robotics,,,,,, -ce5410ed-5642-48b1-bbbf-7a0cb87e9557,Understanding and Applying Structural Dynamics: Dynamics & Aerospace Structures,By ISAE-SUPAERO via FutureLearn,,course|https://www.futurelearn.com/courses/understanding-applying-dynamics,structural-dynamics;aerospace-engineering,,,,,, -1781ff77-e876-4a1a-98c6-92ab291a59a8,Machine Dynamics with MATLAB,By RWTH Aachen University via edX,,course|https://www.classcentral.com/course/edx-machine-dynamics-with-matlab-12435,programming-languages/matlab,,,,,, -d64274c2-fddc-4c45-9d54-76b52b782b0d,Drones for Agriculture: Prepare and Design Your Drone (UAV) Mission,By Wageningen University via edX,,course|https://www.edx.org/course/drones-for-agriculture-prepare-and-design-your-drone-uav-mission,drones;agriculture,,,,,, -bf0796ce-a752-4c71-bfb9-476bcb1fd2d9,Industrial Biotechnology,By Delft University of Technology via edX,,course|https://www.edx.org/course/industrial-biotechnology-2,biotechnology,,,,,, -83bbe647-4f13-40f6-ac98-c729af2303d3,Geodesign: Change Your World,By Pennsylvania State University via Coursera,,course|https://www.coursera.org/learn/geodesign,gis;design,,,,,, -6cc14503-8b1a-4b76-8bf8-888e9bd8a1da,Management in Engineering I,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-management-in-engineering-i-10283,engineering-management,,,,,, -653e4c7e-7ce6-4e6f-a8e2-add78996a9ea,Manufacturing Process Control II,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/manufacturing-process-control-ii,manufacturing,,,,,, -ae29cf77-b984-419a-a756-f548426fa338,Model-based Systems Engineering: Foundations,By Technion - Israel Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-model-based-systems-engineering-foundations-13319,engineering,,,,,, -db648999-9fd6-4258-8abe-b8cc3842fd6a,Do-It-Yourself Geo Apps,By Esri via Independent,,course|https://www.classcentral.com/course/independent-do-it-yourself-geo-apps-7986,gis;apps,,,,,, -063813ae-decd-4264-b2ff-11737532e014,Electric Cars: Policy,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-electric-cars-policy-11426,electric-vehicles,,,,,, -dd24a575-4315-4a37-8981-8d4527890d8d,Electric Cars: Technology,By Delft University of Technology via edX,,course|https://www.edx.org/course/electric-cars-technology-2,electric-vehicles,,,,,, -46589a2c-4e67-43fa-b26d-16d51735e8dd,Solar Energy: Integration of Photovoltaic Systems in Microgrids,By Delft University of Technology via edX,,course|https://www.edx.org/course/solar-energy-integration-of-photovoltaic-systems-in-microgrids,solar-power,,,,,, -0bb19268-f12b-4cf5-8afb-fde9cf4b4615,Solar Energy: Photovoltaic (PV) Systems,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-solar-energy-photovoltaic-pv-systems-8188,solar-power,,,,,, -fcf669b1-a496-4450-ac41-86f9a808be94,Software-Defined Radio 101 with RTL-SDR,By Universidad Politécnica de Madrid via Miríadax,,course|https://miriadax.net/web/software-defined-radio-101-with-rtl-sdr-2-edicion-/inicio,software-defined-radio,,,,,, -d3ef384e-c14e-4c9b-a918-aab756dee3c2,Management in Engineering II,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/management-in-engineering-ii,engineering-management,,,,,, -065f79b4-0214-46ee-8154-576899bfc78c,Manufacturing Systems I,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-manufacturing-systems-i-10274,manufacturing,,,,,, -9c7f0d0e-c924-47ee-80e0-9d8c6f9cbacb,Hello (Real) World with ROS – Robot Operating System,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-hello-real-world-with-ros-robot-operating-system-11555,robotics;operating-systems,,,,,, -5a75ad3b-048a-4a0b-aede-06b9a5528b46,Synthesis of Digital Systems,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-synthesis-of-digital-systems-10067,vlsi;vhdl;electronics-engineering,,,,,, -c7bdcfe9-4c16-4a5a-91ac-241db8d39ad7,Concepts of Thermodynamics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-concepts-of-thermodynamics-13015,thermodynamics,,,,,, -17aa89b4-5c40-4bf2-b34d-174de49727ff,Advanced Linear Continuous Control Systems: Applications with MATLAB Programming and Simulink,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_ee45/preview,control-systems;software-tools/simulink;programming-languages/matlab,,,,,, -4c733651-91a8-480c-8bdc-8d685e4bed69,Analog Electronic Circuit,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-analog-electronic-circuit-13894,analog-circuits,,,,,, -e370d005-3238-4db5-bf01-216a66223435,Continuum Mechanics and Transport Phenomena,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_ch27/preview,transport-phenomena,,,,,, -70401ee7-bc9d-4732-8449-e0d8384cbe6f,Fragments of an Anarchist Anthropology | The Anarchist Library,,,book|https://theanarchistlibrary.org/library/david-graeber-fragments-of-an-anarchist-anthropology,activism;anarchism,,,beginner,,, -3d848ad9-56e3-47d5-acca-02426c00ce56,"Design for Quality, Manufacturing and Assembly",By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-design-for-quality-manufacturing-and-assembly-13993,mechanical-engineering,,,,,, -a89d4f09-c88f-4aa0-a728-630f315dc5d8,Design of steel structures,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_ce25/preview,steel,,,,,, -f72a9940-a123-476a-a794-f1c812fe1733,Welding of Advanced High Strength Steels for Automotive Applications,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_mm_18/preview,welding;steel;automotive-engineering,,,,,, -401e03e5-d307-4405-acb8-22902f93ce1b,Glass In Buildings : Design And Applications,By NPTEL via Swayam,,course|https://www.classcentral.com/course/swayam-glass-in-buildings-design-and-applications-14098,glass;buildings;civil-engineering,,,,,, -75cf6621-bf45-4547-9666-0fa5ba33a217,Global Navigation Satellite Systems And Applications,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-global-navigation-satellite-systems-and-applications-14100,satelites;navigation,,,,,, -814f77b5-9fec-4e62-9f36-fd860b8d3801,Introduction to Aerospace Engineering,By Indian Institute of Technology Bombay via Swayam,,course|https://swayam.gov.in/nd1_noc19_ae05/preview,aerospace-engineering,,,,,, -b579c83b-f29e-481d-95f9-6a3c8b0ecdbc,https://ncatlab.org,,,wiki|https://ncatlab.org,mathematics;category-theory,,,advanced,,, -bfa677ed-e951-4659-96d3-5858d6d0bf17,Structural analysis-I,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-structural-analysis-i-14313,civil-engineering,,,,,, -47a76497-1a3f-4a7e-a12c-2b8a97025413,Thermal Operations in Food Process Engineering: Theory and Applications,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-thermal-operations-in-food-process-engineering-theory-and-applications-14333,food-processing,,,,,, -128e4382-ad08-44d0-8c2e-df78006fbf4f,Turbulent Combustion: Theory and Modelling,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-turbulent-combustion-theory-and-modelling-14345,combustion,,,,,, -fe6a66c7-febc-42ba-a26c-f374d221dcff,Wastewater Treatment and Recycling,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-wastewater-treatment-and-recycling-14353,wastewater-treatment,,,,,, -b558e297-8b4f-4a8e-a068-1db7f214766a,Mapping Signal Processing Algorithms to Architectures,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_ee70/preview,signal-processing;algorithms,,,,,, -61c45986-7b1f-4b1a-b403-829640e5b5f8,Organic Farming for Sustainable Agricultural Production,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-organic-farming-for-sustainable-agricultural-production-14222,agriculture;organic-farming,,,,,, -3795ebe9-3278-4333-9d37-6b6f5defdf29,Fiber-Optic Communication Systems and Techniques,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_ee67/preview,optics;telecommunication,,,,,, -9051cb7b-4331-4295-8168-01cdee8a01cc,Fundamentals of Electrical Engineering,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-fundamentals-of-electrical-engineering-14074,electrical-engineering,,,,,, -c84c4168-e89b-4f7c-bbdc-179159135420,Fundamentals of manufacturing processes,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_me44/preview,manufacturing,,,,,, -e5edcce3-0186-4e17-8415-94fc59d2e671,Principles and Techniques of Modern Radar Systems,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-principles-and-techniques-of-modern-radar-systems-14247,radars,,,,,, -757007e0-c984-4ed4-af1d-7ca35bb72a8e,Aircraft Stability And Control,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_ae10/preview,aircrafts,,,,,, -1878a0ae-d291-45e7-b5f1-4f16e076eaec,Advanced Concrete Technology,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-advanced-concrete-technology-13886,concrete;civil-engineering,,,,,, -b3d7d3b9-97c3-462d-b0e8-b283e9ee3602,Aircraft Propulsion,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_me76/preview,aircrafts;propulsion,,,,,, -dec5213a-8ef0-4d16-8615-5bf10cedd65e,Analog Communication,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_ee46/preview,telecommunication,,,,,, -322e2484-61cc-4ade-baf8-451c4728de41,Yarn manufacture I : Principle of Carding and Drawing,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-yarn-manufacture-i-principle-of-carding-and-drawing-14362,textiles,,,,,, -27d0e466-98d0-4e7a-b797-a7557749dfcd,Sustainable Materials and Green Buildings,By Indian Institute of Technology Delhi via Swayam,,course|https://swayam.gov.in/nd1_noc19_ce40/preview,sustainability;material-science;civil-engineering,,,,,, -3e64e51d-7af5-42ff-b063-6900a7727e07,Theoretical Mechanics,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_ph15/preview,mechanics,,,,,, -b6bc17ce-cb2b-4b5c-871f-a9f9bde6e3a2,Thermal Processing of Foods,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_ag07/preview,food-processing,,,,,, -00b0b85e-3ecb-44a2-b1ff-cca89832a609,Power System Analysis,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_ee62/preview,electrical-engineering,,,,,, -e44a2faa-4811-4527-99b4-5efaeef649e8,"Principles of Combing,Roving preparation & Ring spinning",By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-principles-of-combing-roving-preparation-ring-spinning-14248,textiles,,,,,, -95443a04-3aac-424f-915f-54638a3b240f,Principles of Metal Forming Technology,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_me52/preview,mechanical-engineering,,,,,, -cbc8f3ee-e8c5-476b-bd04-086becdc1cf3,Selection of Nanomaterials for Energy Harvesting and Storage Applications,By NPTEL via Swayam,,course|https://www.classcentral.com/course/swayam-selection-of-nanomaterials-for-energy-harvesting-and-storage-applications-14284,nanotechnology;material-science,,,,,, -ab5ff44c-d2c5-4d85-b4f4-bc2a820e12d0,Introduction to Mechanobiology,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-mechanobiology-14157,mechanical-engineering;biology,,,,,, -69656301-e914-4ecc-bf21-7d1c3a888434,Introduction to Rocket Propulsion,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_ae08/preview,rockets;propulsion;aerospace-engineering,,,,,, -eeae75f6-a2b8-429c-a909-2f471cf4c163,Irrigation and Drainage,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-irrigation-and-drainage-14171,agriculture;irrigation,,,,,, -4aa7a3cd-2332-4d71-bf7c-2712601325fc,"Nanotechnology, Science and Applications",By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_mm21/preview,nanotechnology,,,,,, -5ad135dc-1b1a-4ca3-add6-0e90356ac523,Neural Networks for Signal Processing - I,By Indian Institute of Technology Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-neural-networks-for-signal-processing-i-14208,signal-processing;machine-learning;neural-networks,,,,,, -16891cd8-37e4-48ba-b57e-a4a5f7861b79,Geosynthetics Testing Laboratory,By Indian Institute of Technology Bombay via Swayam,,course|https://swayam.gov.in/nd1_noc19_ce35/preview,civil-engineering,,,,,, -ddf89867-5766-41cb-a019-0c0fd570437e,Heat Exchangers: Fundamentals and Design Analysis,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-heat-exchangers-fundamentals-and-design-analysis-14104,mechanical-engineering,,,,,, -0ba9c451-cbda-42a6-b4bd-f3da06933dbf,Electrical Machines - I (IITKGP),"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_ee60/preview,electrical-engineering,,,,,, -626ba378-dd63-43a9-a751-6f4f5743ed4c,Electrical Measurement and Electronic Instruments,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-electrical-measurement-and-electronic-instruments-14032,electrical-engineering,,,,,, -0e4f2f61-93f8-4e1d-b27e-aa72bc5d5319,Engineering Fracture Mechanics,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_me42/preview,mechanical-engineering,,,,,, -40749c4e-9e81-4612-9a63-2a93600d5a4e,Foundation Engineering,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-foundation-engineering-14068,civil-engineering,,,,,, -aed252dc-7389-4e02-8a57-96d99c554015,Fundamentals of Conduction and Radiation,By NPTEL via Swayam,,course|https://www.classcentral.com/course/swayam-fundamentals-of-conduction-and-radiation-14072,mechanical-engineering;heat,,,,,, -9ec2a600-7c8e-4d52-87ef-cc338f36d34e,Fundamentals of electronic device fabrication,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-fundamentals-of-electronic-device-fabrication-14080,electrical-engineering,,,,,, -896e3bf9-c09e-49de-96bb-eb742c7f0c16,Fundamentals of micro and nanofabrication,By Indian Institute of Technology Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-fundamentals-of-micro-and-nanofabrication-14082,engineering;chemistry;nanotechnology,,,,,, -6148b47b-c23f-479a-ae9b-b06667525f01,Computational Electromagnetics,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-computational-electromagnetics-13947,electromagnetism,,,,,, -dda3595c-a4e9-465a-9f83-2eae6ff743fe,Project Planning & Control,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-project-planning-control-5309,project-management,,,,,, -d3f44303-f91b-4d4e-b915-051bbc26fe63,Heat Transfer,By Indian Institute of Technology Bombay via Swayam,,course|https://swayam.gov.in/nd1_noc19_ch23/preview,heat,,,,,, -13cb9b66-2b69-4e48-a9b2-3e28859c957e,Power Electronics,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-power-electronics-14242,electrical-engineering,,,,,, -fb908c2f-606d-46b7-b5af-19533a5148ed,Science and Technology of Weft and Warp Knitting,By Indian Institute of Technology Delhi via Swayam,,course|https://swayam.gov.in/nd1_noc19_te10/preview,textiles,,,,,, -0072f4b8-5cea-4e68-83ad-bff7bb46722e,Four Myths of Bundling,,,article|https://coda.io/@shishir/four-myths-of-bundling,strategy;business,,,,,, -50de2967-02e4-4f75-b686-bfce2d19b257,Science of Clothing Comfort,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-science-of-clothing-comfort-14283,clothing;textiles,,,,,, -46283ffe-a458-41ef-b51c-27633cd73327,Engineering Metrology,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-engineering-metrology-14037,metrology;manufacturing;mechanical-engineering,,,,,, -55a9ed48-cb3b-4e6c-888c-d0ebc350bf56,Fabrication Techniques for MEMs- based sensors: clinical Perspective,By Indian Institute of Technology Bangalore via Swayam,,course|https://swayam.gov.in/nd1_noc19_ee40/preview,electrical-engineering,,,,,, -469eed93-7394-49df-839c-7225d0e5d55e,Farm Machinery,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_ag01/preview,agricultural-engineering,,,,,, -0498638e-61a3-4d8a-999d-3167012cd859,Fundamentals of Particle and Fluid Solid Processing,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-fundamentals-of-particle-and-fluid-solid-processing-14077,chemistry;mechanical-engineering,,,,,, -49d15f1d-3de8-4804-8eb8-b38fba965c1a,"Fundamentals of Surface Engineering: Mechanisms,Processes and Characterizations",By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-fundamentals-of-surface-engineering-mechanisms-processes-and-characterizations-14079,engineering,,,,,, -59ade087-e701-4b34-88da-491c5feb2344,GPS Surveying,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-gps-surveying-14085,civil-engineering;gis,,,,,, -df08f409-5703-472e-b890-afcc2e791737,Animism: Episode 1,,,interactive|https://animism.e-flux.com/episode1/,arts;film,,,beginner,,, -9ecf1746-f789-4801-ba97-5265cec04c72,DC Microgrid,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_ee63/preview,electrical-engineering;dc-current,,,,,, -aca0664b-1db9-4c75-9dc3-6c10a418be42,Design of Masonry Structures,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_ce21/preview,civil-engineering,,,,,, -a14bf96f-b606-4152-a83c-ba0c68a12cdd,A short lecture series on contour integration in the complex plane,By Indian Institute of Technology Bangalore via Swayam,,course|https://swayam.gov.in/nd1_noc19_me75/preview,engineering;mathematics,,,,,, -39bbab70-c131-479e-8a1c-91bf64390e3a,Advanced Materials and Processes,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-advanced-materials-and-processes-13888,material-science,,,,,, -8fe1c1eb-357b-4c9b-8293-358317e88c66,Applied Thermodynamics For Engineers,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_me57/preview,thermodynamics,,,,,, -8cb36444-674a-49ac-8b99-8d8a9d8a3dd4,Basic Electric Circuits,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-basic-electric-circuits-13908,electrical-engineering,,,,,, -46b53437-66c7-4e95-a104-a9f65e9db7c5,Mathematical Modeling Of Manufacturing Processes,By NPTEL via Swayam,,course|https://swayam.gov.in/nd1_noc19_me47/preview,manufacturing;mathematics,,,,,, -f5ec9b0c-8545-4fe9-b701-d6b2d1b0cb99,"Op-Amp Practical Applications: Design, Simulation and Implementation",By Indian Institute of Technology Bangalore via Swayam,,course|https://swayam.gov.in/nd1_noc19_ee39/preview,electrical-engineering,,,,,, -34a6ed9e-b6cc-49d5-85cd-74f3b7ff8ec1,Robotics: Capstone,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/robotics-capstone,robotics,,,,,, -5564d660-f69a-40d7-8280-cf6be17a61a7,Control engineering,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_ee42/preview,engineering;control-systems,,,,,, -2de253db-0d59-466f-8ae1-1279d1cda1f6,Data Science for Engineers,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-data-science-for-engineers-10096,data-science,,,,,, -95f0ee7b-52d8-492e-aea9-2e9c1ed28e50,Geotechnical Engineering Laboratory,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-geotechnical-engineering-laboratory-14095,civil-engineering,,,,,, -295ac395-5c13-4495-ad5a-775f04d95b38,Industrial Safety Engineering,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_me40/preview,engineering;safety,,,,,, -08e3b01f-5453-478b-8693-48b8c1856a91,Introduction to Wireless and Cellular Communications,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_ee48/preview,telecommunication,,,,,, -0e79afd6-d0f0-46c2-8918-8fce1628c75e,Matrix Method of Structural Analysis,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-matrix-method-of-structural-analysis-14192,civil-engineering,,,,,, -326d1e30-f469-49f1-9d0e-0a44121ccd44,Microelectronics: Devices To Circuits,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-microelectronics-devices-to-circuits-14198,electronics-engineering,,,,,, -e0be3009-1082-45c5-a682-2901280d5741,Numerical Methods for Engineers,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_ge30/preview,numerical-computing,,,,,, -c356ef39-e402-40cc-94b6-f2398129315a,Advanced Concepts in Fluid Mechanics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-advanced-concepts-in-fluid-mechanics-13885,fluid-mechanics,,,,,, -66cccac6-c1d5-46ec-909c-b9835c484243,Biology for engineers and other non-biologists,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-biology-for-engineers-and-other-non-biologists-13917,biology;engineering,,,,,, -94db100f-961a-41f6-87be-85ea1f63fefc,Concrete Technology,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-concrete-technology-13955,concrete;civil-engineering,,,,,, -7ddbc929-8e8a-460f-be01-3e8bde85e441,Product Design Using Value Engineering,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_me51/preview,engineering,,,,,, -e85141d8-0a18-47df-ab58-a9943a6bda2d,Refrigeration and Air-conditioning,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_me58/preview,refrigeration;air-conditioning,,,,,, -98bb2ff5-d498-4fbc-b86e-970c1b376e49,Robotics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-robotics-14276,robotics,,,,,, -c5117f5f-9047-49a8-9a72-50554cb11df1,Role of Craft and Technology in Interior - Architecture,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-role-of-craft-and-technology-in-interior-architecture-14277,architecture;interior-design;civil-engineering,,,,,, -733b551f-c767-4454-9794-d90b6d9ba453,Electrical Distribution System Analysis,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-electrical-distribution-system-analysis-14029,electrical-engineering,,,,,, -9f720bea-c787-4b0f-8a22-3e6f9a28c76a,Electrical Machines (IITD),By Indian Institute of Technology Delhi via Swayam,,course|https://swayam.gov.in/nd1_noc19_ee69/preview,electrical-engineering,,,,,, -872de1e5-620f-4dbc-9984-4c78df87b443,Environmental Geotechnics,By Indian Institute of Technology Bombay via Swayam,,course|https://swayam.gov.in/nd1_noc19_ce37/preview,civil-engineering,,,,,, -76f9dd81-9588-4155-b396-a73d0cab6be5,Fundamentals of Electric Drives,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-fundamentals-of-electric-drives-14073,electrical-engineering,,,,,, -1d02965c-ce6d-4f8e-8fb3-026659073e0d,Digital Image Processing,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-digital-image-processing-14005,image-processing,,,,,, -1132327a-080f-4c77-83a0-089730f4b27c,Work System Design,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_me50/preview,mechanical-engineering,,,,,, -12088157-9161-4dc9-a07e-f2a3b70334f2,Solid Mechanics,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-solid-mechanics-14297,mechanical-engineering,,,,,, -01f1599d-a85b-40c6-be1a-f7f504ee46f4,Switching Circuits and Logic Design,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_cs74/preview,electronics-engineering,,,,,, -e4302c0c-0cf7-4906-9c0f-4647ebafe112,Textile Finishing,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-textile-finishing-14326,textiles,,,,,, -fc4b95ad-efc4-4d86-acf6-b7f54ea17b2d,Convective Heat Transfer,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_me77/preview,heat,,,,,, -9d28c0c3-9c57-449b-a022-cee49a9a5daf,Fundamentals of Gas Dynamics,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-fundamentals-of-gas-dynamics-5293,fluid-dynamics,,,,,, -cc82f098-0f95-4c1e-bdee-afb77459eb15,Transport Phenomena In Materials,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_mm25/preview,transport-phenomena,,,,,, -befeb25c-362c-455f-95f0-4373a7ac7d26,UbuWeb Film & Video,,,website|https://www.ubuweb.com/film/index.html,film;art,,,beginner,,5.0, -08e69f02-d594-4fd3-be2f-ae6c891ad934,Control systems,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_de04/preview,control-systems,,,,,, -d3ab1460-4dcb-44c5-8c16-c73c845a0496,Design of Reinforced Concrete Structures,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_ce22/preview,concrete;civil-engineering,,,,,, -bff63fc8-5dd0-48f6-b87d-ed2e922d6a71,Introduction to Smart Grid,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-smart-grid-14165,electrical-engineering,,,,,, -c46f27b1-4bec-4202-bd59-ebad854f8269,Linear System Theory,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_ee43/preview,electrical-engineering,,,,,, -81561c71-6905-48f8-a8c8-3991e7a19299,Manufacturing Automation,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_me78/preview,manufacturing,,,,,, -348fcf66-14d4-4c17-b660-62264c62037b,Microwave Engineering,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_ee68/preview,microwave;engineering,,,,,, -ffa83c04-ce26-43dc-8715-9839d6953f14,Microwave Theory and Techniques,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-microwave-theory-and-techniques-14200,microwave;engineering,,,,,, -f52413cb-3f2c-4562-a2bd-3bc62c028852,Monoskop,,,wiki|https://monoskop.org/Monoskop,art;humanities,,,beginner,,, -66503c85-9f9d-4c73-b821-d22413760102,Noise Management and Control,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_me72/preview,acoustics;noise,,,,,, -42664f7b-7fcf-48b9-a075-f94d1660490b,Plastic Working Of Metallic Materials,By NPTEL via Swayam,,course|https://swayam.gov.in/nd1_noc19_me66/preview,metallurgy;material-science,,,,,, -ac38b289-be0b-4730-9bd8-b519842a06b8,Principles of Construction Management,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_ce29/preview,construction;management,,,,,, -678762d7-51b8-48d1-9a45-7b265b549add,Sensors and Actuators,By Indian Institute of Technology Bangalore via Swayam,,course|https://swayam.gov.in/nd1_noc19_ee41/preview,electrical-engineering,,,,,, -ddbdd956-a846-4081-b128-0ac2a1e25f6c,Smart Materials and Intelligent System Design,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-smart-materials-and-intelligent-system-design-14288,mechanical-engineering,,,,,, -3b16f525-df45-4a47-8d1b-deb6cf15f1e6,Glass Processing Technology,By NPTEL via Swayam,,course|https://swayam.gov.in/nd1_noc19_ce43/preview,glass,,,,,, -04afe5a5-5d51-4b9a-8812-c1bee84bbeb8,Thousand Cranes,By Yasunari Kawabata,https://learn-awesome.github.io/assets/book_covers/14027.jpg,book|https://www.goodreads.com/book/show/14027.Thousand_Cranes,fiction,,,,,, -b775ece6-d7e1-41d1-82e9-0683eb6da882,Strength of Materials,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_ce18/preview,engineering,,,,,, -394efbcf-6507-48ce-b174-12e985ba9ead,Welding Metallurgy,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_mm19/preview,welding;metallurgy,,,,,, -6fc1d271-698f-4994-a508-5b62a43c8507,Energy Conservation and Waste Heat Recovery,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-energy-conservation-and-waste-heat-recovery-14033,energy;engineering,,,,,, -3c29ddae-d3a0-406b-8a12-8c89961af7e2,Engineering Mechanics,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_me41/preview,mechanics;engineering-mechanics,,,,,, -d83b463b-ec4f-499d-ac7b-06ae554f8ce0,Ergonomics In Automotive Design,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_de01/preview,ergonomics;automotive-engineering,,,,,, -8c0c0f2a-6be8-43aa-a92a-37421ab1827d,Fundamentals of Food Process Engineering,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_ag02/preview,food-processing,,,,,, -655c1a5d-beb3-4608-b2be-1a70cf2e0f62,Digital Circuits,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_ee51/preview,digital-circuits,,,,,, -30437dc0-5c38-42aa-ab5d-22a044b40cb9,Digital Signal Processing,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_ee50/preview,signal-processing,,,,,, -f7564830-b9f6-40fa-b924-852b386847e1,Dynamic Behaviour of Materials,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-dynamic-behaviour-of-materials-14016,mechanical-engineering,,,,,, -0b6af794-efc8-4aee-b8b0-f132ac4dfc31,Battery State-of-Health (SOH) Estimation,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-battery-state-of-health-soh-estimation-12078,batteries,,,,,, -68bf7dc5-f9fc-40a5-aa79-a4bf314cd468,Battery Storage: Understanding the Battery Revolution,By InnoEnergy via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-battery-storage-understanding-the-battery-revolution-11486,batteries,,,,,, -3b4ee2c6-1133-42d6-b9bf-e9259019b8f6,Introducing Robotics: Robotics and Society,By Queensland University of Technology via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introducing-robotics-robotics-and-society-6866,robotics,,,,,, -e20b761d-17e0-4c5a-9433-cc8ebc6f811a,FPGA computing systems: A Bird’s Eye View on Reconfigurable Computing,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-fpga-computing-systems-a-bird-s-eye-view-on-reconfigurable-computing-13369,fpga,,,,,, -50893ea2-cb7d-418d-93de-853f327ce8d5,FPGA computing systems: Partial Dynamic Reconfiguration,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-fpga-computing-systems-partial-dynamic-reconfiguration-13364,fpga,,,,,, -c4cfc56a-f64f-4e72-a4b4-19b769239250,Textile Study,By CEC via Swayam,,course|https://www.classcentral.com/course/swayam-textile-study-14327,textiles,,,,,, -cdb79361-0979-46e9-a9a5-f00d4a886424,Digital Signal Processing,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.coursera.org/learn/dsp,signal-processing,,,,,, -22e42617-43d7-4211-86af-a99e68a74c38,Commercial Fruit Production: Pomegranate & Guava,"By Yashwantrao Chavan Maharashtra Open University, Nashik, Maharashtra via Swayam",,course|https://www.classcentral.com/course/swayam-commercial-fruit-production-pomegranate-guava-13945,agriculture,,,,,, -56204f72-c6db-453e-898e-06c33b4f18cb,8.02x: Electricity and Magnetism,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/electricity-magnetism-part-2-2,electromagnetism,,,,,, -28dd0eae-0862-4fb4-b069-6f71c4c5d5cf,Digital ASIC Design,By North Carolina State University via Independent,,course|https://www.classcentral.com/course/independent-digital-asic-design-859,asic;electronics-engineering,,,,,, -a18d65b9-00e8-4188-aef7-8c68604c57dd,Introduction to Engineering Thinking,By Knowles Science Teaching Foundation via Open Education by Blackboard,,course|https://coursesites.com/?course_id=_293682_1,engineering,,,,,, -ce5ee092-5157-42b0-a7f5-b1182fa649c5,20220332_2x: Principles of Electric Circuits: Part 2,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx-20220332_2x-principles-of-electric-circuits-part-2-1524,electrical-engineering,,,,,, -82ddc111-63b9-4428-a00a-c6bcec7c8cd1,Cyber-Physical Systems,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/cyber-physical-systems-uc-berkeleyx-eecs149-1x,engineering,,,,,, -cb552794-8206-4c12-adb2-fc7340359575,Nanomanufacturing,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/Engineering/Nano/Summer2014/about,manufacturing;nanotechnology,,,,,,oer -18e05185-a9b8-4c71-a4fa-2fc92abe7409,3.032x: Mechanical Behavior of Materials,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/mechanical-behavior-of-materials-part-2-stress-transformations-beams-columns-and-cellular-solids-3,mechanical-engineering,,,,,, -067dbf09-a800-47af-8eb7-2dae899c6c2e,MOOC@TU9. Discover Excellence in Engineering and the Natural Sciences - Made in Germany,By TU9 via Independent,,course|https://www.classcentral.com/course/independent-mooc-tu9-discover-excellence-in-engineering-and-the-natural-sciences-made-in-germany-2299,engineering;education;nations/germany,,,,,, -b9b90603-f3bf-4ae2-98a6-aef6cc50641b,AA432x: Composite Materials Overview for Engineers,By University of Washington via edX,,course|https://www.edx.org/course/composite-materials-overview-for-engineers,composite-materials;material-science,,,,,, -786c5761-f464-4adb-a560-f42797dcd2b1,Nanotechnology and Nanosensors,By Technion - Israel Institute of Technology via Coursera,,course|https://www.coursera.org/learn/nanotechnology1,nanotechnology,,,,,, -c9b6e733-200f-42dc-b145-7d9aa22687c3,"Sense101x: Sense, Control, Act: Measure the Universe, Transform the World",By University of Queensland via edX,,course|https://www.classcentral.com/course/edx-sense101x-sense-control-act-measure-the-universe-transform-the-world-2069,sensors;electrical-engineering,,,,,, -98e0e4d5-6fdf-4add-aa5b-f4c290ad93c6,ENGR1.0x: Introduction to Engineering and Engineering Mathematics,By University of Texas Arlington via edX,,course|https://www.edx.org/course/introduction-to-engineering-2,engineering;mathematics,,,,,, -8991823a-b713-4e63-853b-f06e016929b7,Networks and Systems,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-networks-and-systems-3989,electrical-engineering,,,,,, -0e8df1c8-7691-42e9-83f1-a873b57ad7d3,Modern construction materials,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-modern-construction-materials-3993,construction;civil-engineering,,,,,, -2ad354c7-c9e4-4fcb-b6fb-69bdddfb59d1,Principles of Modern CDMA/ MIMO/ OFDM Wireless Communications,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc15_ec05/preview,telecommunication,,,,,, -ae185dc7-25db-4a0f-814f-ab220e59bceb,Foundation of Computational Fluid Dynamics,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-foundation-of-computational-fluid-dynamics-3975,fluid-dynamics;computational-fluid-dynamics,,,,,, -e15c67ae-a83b-40ab-b59f-61cc8a239cff,Electronic Interfaces: Bridging the Physical and Digital Worlds,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-electronic-interfaces-bridging-the-physical-and-digital-worlds-2473,electrical-engineering,,,,,, -a3ad6a67-3727-41aa-9227-a82c18fac9e8,Introduction to Nonlinear Dynamics,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc15_ee03,mechanical-engineering;dynamics,,,,,, -3e4423f8-2605-49a2-b2f5-dac482599edd,Introduction to OptoBotics℠,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/optobotics,optics;robotics,,,,,, -cffd1bc3-fab9-4b8c-8c30-d35c81654cac,Robotic Motion Systems,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/motionsystems,robotics,,,,,, -807a84e1-2be9-472d-882d-08d213afbd47,Electrify: An Introduction to Electrical and Electronic Engineering,By University of Liverpool via FutureLearn,,course|https://www.futurelearn.com/courses/electrify,electrical-engineering;electronics-engineering,,,,,, -cce45067-e943-42c7-ba1e-7c4d5799e1f9,Vehicle Dynamics I: Accelerating and Braking,By Helmut Schmidt University via iversity,,course|https://iversity.org/en/courses/vehicle-dynamics-i-accelerating-and-braking-october-2015,automotive-engineering,,,,,, -7e92f1d1-8232-4cd1-aede-be4ea53908e5,Modelling and Simulation using MATLAB®,By via iversity,,course|https://www.classcentral.com/course/iversity-modelling-and-simulation-using-matlab-1600,engineering;programming-languages/matlab,,,,,, -b1e4a9b3-ab81-4b6c-9242-332cfa122ee4,Histories & Futures of Light,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-histories-futures-of-light-4255,optics,,,,,, -fede797c-12f5-4dbd-9ad8-425cdceb8366,Optics for Robots and Drones,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-optics-for-robots-and-drones-4195,optics;robotics;drones,,,,,, -a10d1295-a4d6-4018-aabc-baf369d80643,Real World OptoBotics℠ Applications,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-real-world-optobotics-applications-4291,optics;robotics,,,,,, -d8bd2970-e927-43d3-892a-9ab5ccf4760d,Unmanned Aerospace Systems (UAS) - Key Concepts for New Users,By Embry-Riddle Aeronautical University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-unmanned-aerospace-systems-uas-key-concepts-for-new-users-5169,drones,,,,,, -a5a4d3f7-8270-4194-a08c-4b87f986e519,Introduction to Boundary Layers,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-boundary-layers-5291,mechanical-engineering,,,,,, -ed28f123-473d-49e3-a4f9-2462b378c15f,Engineering Graphics,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-engineering-graphics-5305,engineering-graphics,,,,,, -dc37ceb8-0135-442f-9d16-01b1985c3172,Geology and Soil Mechanics,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-geology-and-soil-mechanics-5338,geology;soil-mechanics,,,,,, -9eb421f3-c9b3-4332-99de-9ec9be0b22e1,Microwave Integrated Circuits,By Indian Institute of Technology Bombay via Swayam,,course|https://onlinecourses.nptel.ac.in/noc16_ec02,microwaves;circuits,,,,,, -9b671951-df8f-4c5f-a6b4-54a7274da0d4,Estimation for Wireless Communications –MIMO/ OFDM Cellular and Sensor Networks,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc16_ec01,telecommunication,,,,,, -cd95a3bc-d361-4184-9053-dea5d9829693,Probability Methods in Civil Engineering,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-probability-methods-in-civil-engineering-5307,probability;civil-engineering,,,,,, -c01b6e95-2e7e-466d-b50a-dd11b4a6e7d7,Vibrations of Structures,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-vibrations-of-structures-5304,vibration;structures;mechanical-engineering,,,,,, -ee82c6a1-820d-4710-b67e-de0d4626fac8,Phase Diagrams in Materials Science and Engineering,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc16_mm05,phase-diagrams;material-science,,,,,, -6b89b1e4-29aa-4a4d-9603-0b86496d7453,Developmental Robotics,By University of Naples Federico II via Federica,,course|https://www.federica.eu/c/developmental_robotics/,robotics,,,,,, -fcaddf3f-6f56-40bf-a86f-9ab662b28d48,Introduction to Petroleum Engineering,By Tomsk Polytechnic University via iversity,,course|https://www.classcentral.com/course/iversity-introduction-to-petroleum-engineering-5395,oil-and-gas,,,,,, -aa4b0c66-f6c4-4c7a-a422-7b505aa0a261,Vehicle Dynamics II: Cornering,By Helmut Schmidt University via iversity,,course|https://www.classcentral.com/course/iversity-vehicle-dynamics-ii-cornering-1274,automotive-engineering,,,,,, -fc3ef03e-d664-4f63-9522-9090313d7036,Error Control Coding: An Introduction to Convolutional Codes,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc16_ec04,electrical-engineering,,,,,, -4d7cc58f-da72-4556-b059-db078cf27ec1,Design and Simulation of DC-DC converters using open source tools,By Indian Institute of Technology Bangalore via Swayam,,course|https://onlinecourses.nptel.ac.in/noc16_ec07,electrical-engineering,,,,,, -ed6a8c87-dfc6-4f8f-87fb-13a3c92af38e,Error control coding: An introduction to linear block code,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-error-control-coding-an-introduction-to-linear-block-code-5808,electrical-engineering,,,,,, -dd960b33-0a1a-4233-bc1c-4c244ac4af29,Partial Differential Equations (PDE) for Engineers: Solution by Separation of Variables,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc16_ma06,differential-equations,,,,,, -8ec4122a-7949-4cb6-96fd-e4cef8a07254,Basic Tools of Microwave Engineering,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc16_ec06,microwaves,,,,,, -ad69a37c-49cb-4971-aa87-440bc771abb6,The Human Factor in Aviation,By Embry-Riddle Aeronautical University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-the-human-factor-in-aviation-1884,aviation,,,,,, -5b56caff-2be7-4eca-b390-1d62af65dc3c,Skills for the Digital Earth,By Elmhurst College via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-skills-for-the-digital-earth-3249,gis,,,,,, -67a0ef32-054e-4a07-b94e-41f2a08906f1,Exploring Engineering,By Brown University via Canvas Network,,course|https://www.canvas.net/browse/brownu/courses/exploring-engineering-5,engineering,,,,,, -cf12dc7a-7125-4f40-9330-fd08916ea62f,Vehicle Dynamics III: Vertical oscillations,By Helmut Schmidt University via iversity,,course|https://www.classcentral.com/course/iversity-vehicle-dynamics-iii-vertical-oscillations-1275,automotive-engineering,,,,,, -4bdcac1b-4048-4cbc-9971-a1fc1a2da621,Aircraft Accident Investigation,By Embry-Riddle Aeronautical University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-aircraft-accident-investigation-4036,aircrafts;aviation,,,,,, -aaac6c9a-dee9-419b-a8f5-c1e008dbbeed,Housing Design: from Concept to Fabrication,By Oikonet via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-housing-design-from-concept-to-fabrication-4425,housing;civil-engineering,,,,,, -dcf8ed78-3ca3-4261-ac02-6415ad7e276f,Digital Construction,By University of Westminster via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_889_1,construction,,,,,, -97afa43e-fd02-44d1-94b2-1e580b0dcb88,Fundamentals of MIMO Wireless Communication,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-fundamentals-of-mimo-wireless-communication-6702,telecommunication,,,,,, -cd9de34c-5bbb-47f9-9e9a-b98e8ba377cd,Basic Building Blocks of Microwave Engineering,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc16_ec09,microwaves,,,,,, -97ec21cb-e708-42c5-9a7d-866160b15356,Bayesian/ MMSE Estimation for MIMO/OFDM Wireless Communications,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc16_ec15,telecommunication,,,,,, -e74f4a67-b269-4aef-8f2e-f8c249fba50b,Aircraft Dynamic Stability & Design of Stability Augmentation System,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc16_ae04,aircrafts,,,,,, -96f09d60-ca4a-460f-9a92-8b7e2604bc5c,Optical Communications,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc16_ec16,optics;telecommunication,,,,,, -f65902b1-0ee3-4bbd-bba2-26a3919fa953,Satellite Communication Systems,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-satellite-communication-systems-6703,telecommunication,,,,,, -3777bbab-420a-4093-8454-8e4dc53836ba,The Anarchist Library | The Anarchist Library,,,website|https://theanarchistlibrary.org/special/index,anarchism;activism,,,,,, -d9d4593c-60d1-4601-b44f-d379a70da9c4,Fundamentals of Optical Fiber Technology,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-fundamentals-of-optical-fiber-technology-6697,optics;optical-fiber,,,,,, -e45e9201-d373-422e-a1b0-c49305130faa,Re-Enchanting the City: Designing the Human Habitat,By University of New South Wales via FutureLearn,,course|https://www.futurelearn.com/courses/re-enchanting-the-city,urban-planning,,,,,, -657fefba-649f-476c-b1d4-d0c3e7e6fc0a,GT-Linear Circuits 2: AC Analysis,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/gt-circuits-2,electrical-engineering,,,,,, -cb235315-6dc2-4ad3-ba8c-d0532a8e433a,Robotic Vision,By Queensland University of Technology via EdCast,,course|https://www.classcentral.com/course/edcast-robotic-vision-3152,robotics;computer-vision,,,,,, -3a2982e6-8d71-4133-b8b7-80fb6235836b,Air Safety Investigation,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-air-safety-investigation-6789,aviation;safety,,,,,, -6a84d263-06dd-471a-8688-718fa92a2a2d,3D Printing Capstone,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/3d-printing-capstone,3d-printing,,,,,, -e89fedca-deca-40d6-93c7-866d7887d9d4,3D Printing Hardware,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/3d-printer,3d-printing,,,,,, -689442b9-9214-49a2-b187-715d81d7016b,Spread Spectrum Communications and Jamming,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc17_ec01,telecommunication,,,,,, -82ba9e16-ee78-4582-9e28-cdd11be6b838,Heat Transfer and Combustion in Multiphase Systems,By Indian Institute of Science Bangalore via Swayam,,course|https://onlinecourses.nptel.ac.in/noc17_me07/preview,heat;combustion,,,,,, -b9770429-ab6f-46b1-b08a-dc93c2b9e059,Atomic and Molecular Absorption Spectrometry for Pollution Monitoring,By Indian Institute of Science Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-atomic-and-molecular-absorption-spectrometry-for-pollution-monitoring-7981,spectrometry;pollution,,,,,, -36f217af-8ba7-47ce-aee0-547a4826599e,Modeling Transport Phenomena of Microparticles,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-modeling-transport-phenomena-of-microparticles-7890,transport-phenomena,,,,,, -0084fef4-29cf-4c5e-901c-20f1293067bc,Defects in Materials,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-defects-in-materials-7947,material-science,,,,,, -7f086980-8f64-428e-b074-74de0c358217,Downstream Processing,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-downstream-processing-7972,biochemistry;chemical-engineering,,,,,, -247016ca-726e-4859-9758-59519d6cdda0,Probability and Random Variables/ Processes for Wireless Communications,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc17_ee08/preview,probability;telecommunication,,,,,, -9fd3fd3c-542d-44ac-b675-0591b992ff4e,Digital VLSI Testing,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc17_ec02/preview,vlsi;electronics-engineering,,,,,, -43c510c0-4523-46e3-88e3-c8621fa73867,"Non Traditional Abrasive Machining Processes- Ultrasonic, Abrasive Jet and Abrasive Water Jet Machining",By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc17_me17/preview,machining;mechanical-engineering,,,,,, -8f0e7f7f-bbf4-4bc0-9a33-f2f020151de1,Fundamentals of Material Processing II,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-fundamentals-of-material-processing-ii-7900,mechanical-engineering,,,,,, -e13161d8-675b-4092-ae85-227f3363f5c9,Millimeter Wave Technology,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-millimeter-wave-technology-7903,millimeter-waves;telecommunication,,,,,, -ae55100e-5b6a-4a35-873d-fb27f60ab5c8,"Depreciation, alternate investment and profitability analysis",By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc17_hs06/preview,finance,,,,,, -43a4d16d-e3b9-454a-89a6-d652c57dc51b,Introduction to Experiments in Flight,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc17_ae02/preview,science;aviation,,,,,, -f9ad88e8-3c9a-4e72-8e85-41b33779ba37,Foundations of Wavelets and Multirate Digital Signal Processing,By Indian Institute of Technology Bombay via Swayam,,course|https://onlinecourses.nptel.ac.in/noc17_ee05/preview,signal-processing,,,,,, -92782e98-cfea-41e0-8b44-f7eaff498b3d,Numerical Methods: Finite difference approach,By Indian Institute of Technology Roorkee via Swayam,,course|https://nptel.ac.in/courses/111/107/111107107/,numerical-computing,,,,,, -cc4788c0-c387-4a47-9645-7c7ce131f873,"Fundamentals of Wavelets, Filter Banks and Time Frequency Analysis",By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-fundamentals-of-wavelets-filter-banks-and-time-frequency-analysis-7906,signal-processing,,,,,, -c9a30641-9bbb-4303-bd01-f23729f62522,Design Principles of RF and Microwave Filters and Amplifiers,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc17_ec03/preview,radio-waves;microwaves,,,,,, -89e142c5-4800-49f7-9f33-71debe0f53a6,"Through Engineers' Eyes: Engineering Mechanics by Experiment, Analysis and Design",By University of New South Wales via FutureLearn,,course|https://www.futurelearn.com/courses/through-engineers-eyes,engineering-mechanics,,,,,, -220622fa-059a-409b-b4cb-976c9afadaa8,Introduction to Geographical Information Systems (GIS),By University of West Florida via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-introduction-to-geographical-information-systems-gis-3493,gis,,,,,, -9a9adcda-c6d8-485d-8aa1-39f11215a7c5,Understanding Superstructures,By University of Liverpool via FutureLearn,,course|https://www.futurelearn.com/courses/superstructures,engineering,,,,,, -aa2cacd0-b4e9-4f92-8e4c-8f4eb5732fea,So You Want to Become a Biomedical Engineer,By IEEE via edX,,course|https://www.classcentral.com/course/edx-so-you-want-to-become-a-biomedical-engineer-6500,biomedical-engineering,,,,,, -c3bc3b8d-6253-4033-ada2-d1c37685806b,Introduction to Radio Network Optimization,By Amdocs via FutureLearn,,course|https://www.futurelearn.com/courses/radio-network-optimization,telecommunication,,,,,, -8be42ac1-93fb-4167-b728-01390c7eb417,Solving the Energy Puzzle: A Multidisciplinary Approach to Energy Transition,By University of Groningen via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-solving-the-energy-puzzle-a-multidisciplinary-approach-to-energy-transition-3894,energy,,,,,, -26b8c6bc-3c94-4684-bea7-b7bca3ff38a1,High performance ceramic materials,By Ecole Nationale Supérieure de Céramique Industrielle via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-high-performance-ceramic-materials-4985,ceramics;material-science,,,,,, -ff66bdda-f801-4aeb-9ac8-c200c872c177,Maps and the Geospatial Revolution,By Pennsylvania State University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-maps-and-the-geospatial-revolution-8115,gis,,,,,, -375d80a6-9700-45f8-a103-bf4ac84d694f,Electromagnetic theory,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ee04/preview,electromagnetism,,,,,, -a62eb04a-c6d9-4ae8-86f0-b7df091353db,Computer Methods Of Structural Analysis Of Offshore Structures,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_oe01/preview,engineering;offshore-structures;programming-languages/matlab,,,,,, -953a20c9-cfba-401e-9201-eb5b58bb141b,Transport Processes I: Heat and Mass Transfer,By Indian Institute of Science Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-transport-processes-i-heat-and-mass-transfer-7975,transport-phenomena,,,,,, -37937d42-2d6b-4e06-bb98-1d2d0a421df2,Theory of Production Processes,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_me27/preview,metalworking;welding;casting;mechanical-engineering,,,,,, -6505b9ee-207b-4e23-abd4-f9b061e51f36,Risk and Reliability of offshore structures,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-risk-and-reliability-of-offshore-structures-5330,offshore-structures,,,,,, -6d2da7f2-3d30-469b-b764-0476ed96fe50,Embedded Systems Design,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-embedded-systems-design-7943,embedded-systems,,,,,, -cfbcda1e-086d-4cbf-922f-904e790f531b,"Electrical Engineering: Sensing, Powering and Controlling",By University of Birmingham via FutureLearn,,course|https://www.futurelearn.com/courses/electrical-engineering,electrical-engineering,,,,,, -8e2b7786-377b-4e4e-a5e2-6042e9708457,Mechanics Of Materials,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ce04/preview,mechanical-engineering,,,,,, -89a53143-8cbc-4b56-8b4e-1c978badcf15,Analog IC Design,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-analog-ic-design-10032,analog-circuits,,,,,, -e1c53441-ec34-46db-ac68-0e764b757c6f,Semiconductor Optoelectronics,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-semiconductor-optoelectronics-10043,semiconductors;optics;electronics-engineering,,,,,, -931116d8-ba92-486c-b273-0c0ec04c80cf,Aspects of Biochemical Engineering,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-aspects-of-biochemical-engineering-10074,biochemical-engineering,,,,,, -4331952a-3fd4-458d-be80-77596e738ebe,"Integrated Circuits, Mosfets, OP-Amps and their Applications",By Indian Institute of Science Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-integrated-circuits-mosfets-op-amps-and-their-applications-10006,circuits,,,,,, -51b2e72b-b91e-49ca-9f9f-f10d44232ec0,Six Sigma,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc18_mg14,six-sigma,,,,,, -d56bc542-de2b-4029-a4fc-5131acd02915,Applied Time-Series Analysis,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-applied-time-series-analysis-7889,data-science;time-series,,,,,, -0da8d160-a9bf-4849-bf7d-9d256dbc8551,VLSI Physical Design,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-vlsi-physical-design-7894,vlsi,,,,,, -25da09f7-0466-4d94-83e5-4b2f7114c4ab,Basic Electronics,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-basic-electronics-7916,electronics-engineering,,,,,, -9cab01b5-ee86-4fd6-9dcb-4337eb6c2ad5,Rheology of Complex Materials,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-rheology-of-complex-materials-9907,rheology;nonnewtonian-fluids,,,,,, -a3eb0d88-699e-4c1f-b03f-d1a0dce04b05,Advanced Fluid Mechanics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-advanced-fluid-mechanics-9915,fluid-mechanics,,,,,, -bb9398eb-3914-4e1d-bcdf-6fe4558e8c47,Experimental Stress Analysis,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_me39/preview,stress-analysis;mechanical-engineering,,,,,, -f7c17961-6aef-4820-b877-a950d5957e39,Materials Characterization,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-materials-characterization-7978,optics;material-science,,,,,, -1226ec24-64d6-4685-acfc-eddf86ce995c,Fundamentals of Nuclear Power Generation,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_me13/preview,nuclear-power,,,,,, -61080da0-913c-4560-9833-032ddcd8fbda,Introduction to Mineral Processing,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-introduction-to-mineral-processing-9851,mineral-processing,,,,,, -515c0ac1-51a4-4aa0-855c-8b0ee925e85a,Compliant Mechanisms: Principles and Design,By Indian Institute of Science Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-compliant-mechanisms-principles-and-design-7935,compliant-mechanisms;mechanical-engineering,,,,,, -d96bdb86-a72a-4f40-b2c1-999426d228f5,Engineering Economic Analysis,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-engineering-economic-analysis-9919,engineering;project-management,,,,,, -3daa8562-86ea-4c55-9776-c4c2ba35d3a8,Multiphase Flows,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ch19/preview,engineering;chemistry,,,,,, -7d8b0b6d-66b4-4652-8483-c0025f9a595b,Photogeology In Terrain Evaluation (Part – 1),By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-photogeology-in-terrain-evaluation-part-1-10091,photogeology,,,,,, -e49d93cb-e8da-4644-859c-0bd471a15e7c,Mechanism and Robot Kinematics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc18_me18/preview,robotics,,,,,, -7fb72c14-062d-4edb-af07-b816fff1242b,Heat Treatment and Surface Hardening-I,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-heat-treatment-and-surface-hardening-i-6557,metals;alloys,,,,,, -c090af5c-26a1-44f7-83c5-f4d0ee12ebaf,Soft Nano Technology,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc18_ch16/preview,nanotechnology;polymers,,,,,, -3e0351bd-6eaf-444c-bea3-7bcdf4e3d3fb,Problems in Elementary Physics – Bukhovtsev et al. | Mir Books,,,book|https://mirtitles.org/2012/09/11/problems-in-elementary-physics-bukhovtsev-et-al/,physics,,,,,, -1b7f0fbe-1d1b-4891-b1c8-d261a111693f,Failure analysis and Prevention,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18-me29/preview,engineering,,,,,, -73f71ebb-d29c-4119-b441-fa9b10e9abb6,Two phase flow and heat transfer,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_me32/preview,two-phase-flow;mechanical-engineering,,,,,, -50873ce8-dc86-4d2b-84f1-6350be10ecc0,Iron Making,By Indian Institute of Science Bangalore via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_mm09/preview,iron,,,,,, -90206887-c4da-43ab-ba30-37b7e09cf172,An Introduction to Coding Theory,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc17_ee07/preview,coding-theory,,,,,, -075d7589-3d88-4c97-b6b7-ed5acc033701,Advances in Welding and Joining Technologies,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-advances-in-welding-and-joining-technologies-9892,welding,,,,,, -8c9ef289-8c5f-474c-b581-688550630eaf,Introduction to Geographic Information Systems,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ce10/preview,gis,,,,,, -e6370261-145e-42af-89a8-eda9ac7fd738,Metal Cutting and Machine Tools,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-metal-cutting-and-machine-tools-10105,machining,,,,,, -f15684da-0bdd-4371-bc75-908a3827ea27,Wireless Ad Hoc and Sensor Networks,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-wireless-ad-hoc-and-sensor-networks-7888,telecommunication,,,,,, -22751413-a4cc-416e-a358-b10ac0edd879,Introduction to Mechanical Vibration,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-mechanical-vibration-7929,vibration;mechanical-engineering,,,,,, -04a5fc4a-2351-450a-a830-9054b6baa697,Measurement Technique in Multiphase Flows,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ch18/preview,multi-phase-flow,,,,,, -4d5350e9-8d5a-4ed1-b102-fe1ed1f0cc00,Optimization Techniques for Digital VLSI Design,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ec06/preview,vlsi,,,,,, -9188bfc6-1a85-4bf2-b5f0-bb8d50a0d6de,Multiphase Microfluidics,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ch13,multi-phase-flow,,,,,, -61552728-f6dc-458d-816e-dd57458aa915,Introduction to Process Modeling in Membrane Separation Process,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc18_ch15/preview,chemical-engineering;membranes,,,,,, -e874a7f7-0f17-4b0d-8f54-199481561636,Principles of Vibration Control,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_me07/preview,vibration,,,,,, -d8057976-26ff-4fe0-bae6-89104a1b035a,Aircraft Maintenance,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ae03/preview,aircrafts;aircraft-maintenance,,,,,, -ba73ee4d-4500-4a00-a8c3-906ab683665c,Gear and Gear Unit Design : Theory and Practice,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc18_me16/preview,gears,,,,,, -737cf93b-6261-43e2-8bd4-7ab3bdeb6811,Digital elevation models and applications,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ce09/preview,civil-engineering,,,,,, -aacca44b-9435-42e3-8ccc-22b586587958,Mechanical Measurement Systems,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_me30/preview,mechanical-engineering;measurement,,,,,, -f33bfb79-cfe1-445e-8ab1-ffd0c450d274,Electronics Enclosures Thermal issues,By Indian Institute of Technology Bangalore via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ec08/preview,heat;electronics-engineering,,,,,, -3489a444-e2c0-411a-87cb-c69e8e24d54f,My self-study plan for electrical engineering | Hacker News,,,thread|https://news.ycombinator.com/item?id=26525694,electrical-engineereing,,,,,, -03a6adf2-a7f5-4f75-b2a1-620dbd164fbe,Introduction to Molecular Thermodynamics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc18_cy05/preview,thermodynamics;molecular-thermodynamics,,,,,, -1ceb89ff-dfd9-4dc6-aacb-0c3e3666b443,Git and Github Training Certification Course Online - Intellipaat,,,course|https://intellipaat.com/git-github-training/,training;online-courses,,,advanced,,,oer -e59bf9ac-e7ce-417e-a8b5-ac6a44d0e951,Aviation Maintenance MOOC,By Embry-Riddle Aeronautical University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-aviation-maintenance-mooc-10223,aircraft-maintenance,,,,,, -1722510a-f554-460f-8fc3-c6ec5da6e432,Thermodynamics in Energy Engineering,By Hanyang University via FutureLearn,,course|https://www.futurelearn.com/courses/thermodynamics,thermodynamics;energy,,,,,, -60e4a9de-02c7-438f-a0a5-a3dacc079ef5,Fluidization Engineering,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ch10/preview,fluidization,,,,,, -5e8cb8f1-52f9-4bc6-8f2f-14443b84d5c9,Digital Manufacturing Commons (opendmc.org),By University at Buffalo via Coursera,,course|https://www.coursera.org/learn/digital-manufacturing-commons,manufacturing,,,,,, -fd691755-1f6e-4d54-bb04-9d7c4a779780,Introduction to Engineering: Imagine. Design. Engineer!,By Arizona State University via edX,,course|https://www.edx.org/course/introduction-engineering-imagine-design-asux-fse100x-1,engineering,,,,,, -476b29ce-3315-4286-a769-edcbe647c1d6,Simulation and Modeling for Engineering and Science,By Georgia Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-simulation-and-modeling-for-engineering-and-science-9804,simulation;engineering;science,,,,,, -6302c45f-0786-49b1-8530-cc62b3917086,Autonomous Mobile Robots,By Universitat Jaume I via Independent,,course|http://mooc.uji.es/enrol/index.php?id=22,autonomous-vehicles,,,,,, -d0a4f4f8-7dec-4d41-b60a-5e6508be6ce4,"Technological, Social, and Sustainable Systems",By Arizona State University via edX,,course|https://www.classcentral.com/course/edx-technological-social-and-sustainable-systems-4070,technology;society;sustainability,,,,,, -580135e1-ebe2-4ee2-af0c-ea27121e55f1,BIM A0: Introduction to BIM,By Zigurat Global Institute of Technology via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-bim-a0-introduction-to-bim-11463,building-information-modeling,,,,,, -f0b0008d-07a3-4975-ab47-786e7a531665,Basic Electrical Circuits,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ee18/preview,electrical-engineering,,,,,, -b03f29f8-61ec-46a3-bca9-806be213d175,Analog Circuits,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-analog-circuits-3978,analog-circuits,,,,,, -1df35626-7eb8-4c4e-8fa4-8733329879a0,Model Checking,By Chennai Mathematical Institute via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_cs49/preview,electrical-engineering,,,,,, -23fe4d3e-7524-483b-88d6-fbdd2afdfdd7,HSE for offshore and petroleum engineers,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-hse-for-offshore-and-petroleum-engineers-5216,oil-and-gas,,,,,, -8c6c5bfc-1bf9-4597-b719-f41676ca862c,Analysis and Modeling of Welding,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-analysis-and-modeling-of-welding-5335,welding,,,,,, -3efe1dca-dd77-463d-aa10-c4783da6466e,Robotic Vision: Principles of Vision,By Queensland University of Technology via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-robotic-vision-principles-of-vision-8659,robotics,,,,,, -ba67b1b1-bd3c-48ee-a935-d12a7f612ce4,Experimental Stress Analysis – An Overview,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_me72/preview,stress-analysis;mechanical-engineering,,,,,, -abf0adf8-f683-4fc2-81e5-6e618b4db553,Robotic Vision: Processing Images,By Queensland University of Technology via FutureLearn,,course|https://www.futurelearn.com/courses/robotic-vision-processing-images,robotics,,,,,, -386e500c-109f-4f22-a65c-d7f675cc939d,"Fundamentals of Immunology, Part 2",By Rice University via edX,,course|https://www.classcentral.com/course/edx-fundamentals-of-immunology-part-2-1839,immunology,,,,,, -4dbd652c-2863-43a3-bce1-34ad7682783b,"Through Engineers' Eyes - Introducing the Vision: Engineering Mechanics by Experiment, Analysis and Design",By University of New South Wales via FutureLearn,,course|https://www.futurelearn.com/courses/through-engineers-eyes-introducing,engineering;engineering-mechanics,,,,,, -db582764-0225-4557-bcdc-7b4c01604e79,Elements of Structures,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-elements-of-structures-742,structures,,,,,, -efe44c9d-efce-4b9e-8ffa-1e6ef4f802a6,Robotic Vision: Making Robots See,By Queensland University of Technology via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-robotic-vision-making-robots-see-8661,robotics,,,,,, -af875c21-68f2-4be6-9f3d-25101ebdf4a5,"Through Engineers' Eyes - Expanding the Vision: Engineering Mechanics by Experiment, Analysis and Design",By University of New South Wales via FutureLearn,,course|https://www.futurelearn.com/courses/through-engineers-eyes-expanding,engineering;engineering-mechanics,,,,,, -608b1eec-0bdd-465d-8d9e-5f456261b611,Mobile Robotics,By via Open2Study,,course|https://www.open2study.com/courses/mobile-robotics,robotics,,,,,, -4a7c6c1f-a10e-47c7-ae37-21781bddd051,Mining Engineering,By via Open2Study,,course|https://www.classcentral.com/course/open2study-mining-engineering-1643,mining;engineering,,,,,, -0886b0d9-b0e4-40b3-a476-e01e10cb6f2c,Small Unmanned Aircraft Systems (sUAS) – Key Concepts and Best Practices for New Users,By Embry-Riddle Aeronautical University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-small-unmanned-aircraft-systems-suas-key-concepts-and-best-practices-for-new-users-8009,drones,,,,,, -d6a697a2-97ea-4245-8dd3-94eaa2065b3c,Neurons Gone Wild | Melting Asphalt,,,article|https://meltingasphalt.com/neurons-gone-wild/,neuroscience,,,,,5.0, -82aed7d6-fc0b-458b-ab17-3234fbda2310,Begin Robotics,By University of Reading via FutureLearn,,course|https://www.futurelearn.com/courses/begin-robotics,robotics,,,,,, -28d1510d-8121-40eb-b877-de05d024b663,An Introduction to Building Information Modelling,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/building-information-modelling,building-information-modeling,,,,,, -d444d631-42bc-4f42-9b50-16a073c90099,Why Electronic Voting Is Still A Bad Idea,,,video|https://www.youtube.com/watch?v=LkH2r-sNjQs,electronic-voting,,,,,,oer -095c28c9-fe06-4aab-ad39-ac274f99ad24,Industrial Automation and Control,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_me04/,mechanical-engineering;industrial-automation,,,,,, -7dd79424-b5b3-41c8-b14b-2f13ba00c40c,Modelling and Simulation of Dynamic Systems,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-modelling-and-simulation-of-dynamic-systems-7952,simulation;dynamics,,,,,, -92c21231-63de-4570-9707-0df36443b681,Engineering Mechanics:Statics and Dynamics,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_me01/,engineering-mechanics;statics;dynamics,,,,,, -1a9cbcd3-ec95-471d-b9f8-1a438e735d0d,Microprocessors and Microcontrollers,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://nptel.ac.in/courses/108/105/108105102/,microprocessors;microcontrollers,,,,,, -40a2454c-62b2-4f94-b6ef-bb9552f3e174,Machinery Fault Diagnosis and Signal Processing,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-machinery-fault-diagnosis-and-signal-processing-9867,mechanical-engineering;machinery,,,,,, -a6afee34-9cf3-4465-9ce7-621412c6a097,Theory And Practice Of Non Destructive Testing,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_mm07/,mechanical-engineering;nondestructive-testing,,,,,, -fda717c6-211a-4e9e-bf5e-ea3e75f0ddca,Introduction To Composites,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_me35/,composites;material-science,,,,,, -04c36869-ca1a-4084-b19a-a405f6aeca53,Transport Phenomena of Non-Newtonian Fluids,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-transport-phenomena-of-non-newtonian-fluids-12903,transport-phenomena;non-newtonian-fluids,,,,,, -8477f622-d49a-4fc2-b5f0-ddd2f70fcbda,Fluid Flow Operations,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_cy01/,fluid-mechanics,,,,,, -db3f097d-978f-41e5-8a97-dfb76065df3b,Electrochemical impedance Spectroscopy,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_cy10/,spectroscopy,,,,,, -2c01d01a-c00b-48a6-a6c6-d8de12302e4b,"Mass, Momentum and Energy Balances in Engineering Analysis","By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-mass-momentum-and-energy-balances-in-engineering-analysis-12947,engineering;physics,,,,,, -bf9c2c43-ba8f-4e56-8bc5-0cfac4f93b09,Electrical Machines - II,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-electrical-machines-ii-12948,electrical-engineering;mechanical-engineering;electrical-machines;motor,,,,,, -52b0e21d-b904-470d-b7c9-8b82287f0fc6,Modern Digital Communication Techniques,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-modern-digital-communication-techniques-12952,telecommunication,,,,,, -d1a9f6e7-1b93-41f2-87e2-ecfd549b5a29,Advance power electronics and Control,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ee15/,electrical-engineering;power-electronics,,,,,, -5974f0cb-7072-4761-bc28-f1efadb375ae,Dynamical System and Control,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-dynamical-system-and-control-13005,dynamical-systems;stability;control,,,,,, -8a78fef9-c410-48a9-90bf-d274805b342e,Thermodynamics,By Indian Institute of Technology Delhi via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_me12/,thermodynamics,,,,,, -1dc6675a-3fbf-454d-bfbc-611e2093b50d,Semiconductors Optoelectronics,By Indian Institute of Technology Delhi via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ph07/,semiconductors;optoelectronics,,,,,, -369a052c-9e0b-4f18-8fc2-352e25536dee,Multirate DSP,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-multirate-dsp-12967,electrical-engineering;signal-processing,,,,,, -582b3689-53c4-4d1f-9d7c-86a7b3f5b1ce,Computational Fluid Dynamics,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-computational-fluid-dynamics-5301,fluid-dynamics,,,,,, -9f3bb119-34c7-4964-a3f4-fbe1d36348f9,Surface Engineering of Nanomaterials,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_me30/,nanotechnology,,,,,, -f97c588e-8983-4b05-88a4-2229146f593b,Offshore structures under special loads including Fire resistance,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-offshore-structures-under-special-loads-including-fire-resistance-7915,offshore-structures,,,,,, -ee3b796a-cb65-4723-8a16-94af1c698fe3,Earth Sciences For Civil Engineering Part - I & II,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ce02/,geology;civil-engineering,,,,,, -4696967d-8939-4c2f-a0bf-4efb832914ab,Introduction to Mechanical Micro Machining,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-introduction-to-mechanical-micro-machining-10095,machining;mechanical-engineering,,,,,, -03144ebf-5879-4d35-b21e-f7be67f8d9d2,Spray Theory,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-spray-theory-10025,physics;spray-theory,,,,,, -5e5f8535-6856-492b-801b-f86792fcc80d,Advanced Transition Metal Organometallic Chemistry,By Indian Institute of Technology Bombay via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_cy08/,metals;chemistry,,,,,, -f4bf0e21-75e1-447d-b2b7-9647a2f7292d,Geotechnical Engineering II Foundation Engineering,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-geotechnical-engineering-ii-foundation-engineering-12922,civil-engineering,,,,,, -0e5e9e1c-8bd8-4257-8ab0-09a8a2448269,Fundamental of Power Electronics,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-fundamental-of-power-electronics-12949,power-electronics,,,,,, -84c855ca-c122-46f6-841b-8d7afdcd0c09,Fundamentals of semiconductor devices,By Indian Institute of Science Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-fundamentals-of-semiconductor-devices-12950,semiconductors,,,,,, -4eadfbb9-2722-41a5-b5e8-452ddd1b2646,"Power System Dynamics, Control and Monitoring","By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-power-system-dynamics-control-and-monitoring-12955,electrical-engineering,,,,,, -97264b24-428a-47a2-88e6-ed53acf204b5,LDPC and Polar Codes in 5G Standard,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-ldpc-and-polar-codes-in-5g-standard-12958,telecommunication;5g,,,,,, -03325407-230e-4495-8667-c72b0bc63112,Advances in UHV Transmission and Distribution,By Indian Institute of Science Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-advances-in-uhv-transmission-and-distribution-12963,electrical-engineering;electricity,,,,,, -0d5ef574-720b-4b0c-a50c-4f32874192b8,Introduction to Coding Theory,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ee26/,coding-theory,,,,,, -7131e898-e6aa-4b02-935f-e239c18912c8,Electronic Packaging and Manufacturing,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_me28/,packaging;manufacturing;electronics-engineering,,,,,, -f730b8d5-1eee-4cc1-b129-592c5451b166,"Solar Photovoltaics: Principles, Technologies & Materials",By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_mm04/,solar-power,,,,,, -01ad0538-0ff0-4cda-9f1e-507a61b4f336,Material Characterization,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-material-characterization-13029,optics;electron-microscopy,,,,,, -da50c8f8-147f-49ae-89b5-c064e9d0c74a,Creep deformation of materials,By Indian Institute Of Technology Bhubaneswar via Swayam,,course|https://www.classcentral.com/course/swayam-creep-deformation-of-materials-13031,creep;engineering,,,,,, -003d7027-cc03-4774-8d96-7660995651a8,Non-Conventional Energy Resources,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ge11/,energy,,,,,, -2478fbb8-0029-4f2a-b1fe-769eece04d8b,Evalutions of Textile Materials,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-evalutions-of-textile-materials-13050,textiles,,,,,, -f258ce23-72b0-4bed-857d-e3f794f563e6,Theory of Yarn Structure,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-theory-of-yarn-structure-13052,textiles,,,,,, -22cd7de6-7e1d-4f15-a313-aa5b71c5f6c2,Satellite Attitude Dynamics and Control,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-satellite-attitude-dynamics-and-control-12884,satelites;dynamics,,,,,, -04193711-951c-4d0a-9d9d-c6f4e94125da,Advanced Green Manufacturing Systems,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_mg24/,manufacturing,,,,,, -f373d355-1b23-4360-a82e-9f928ae0f2e6,Fiber Optics,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-fiber-optics-7913,fiber-optics,,,,,, -5ba8b8a0-a7b6-4cb7-873c-92d2a4950e12,Introduction to Remote Sensing,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ce08/,remote-sensing,,,,,, -bf72282c-9725-4560-9a3d-a37fa7e0bb53,Introduction to Fluid Mechanics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-introduction-to-fluid-mechanics-7945,fluid-mechanics,,,,,, -39554657-59c8-4380-87f1-2398a99c9ab8,Housing Policy & Planning,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ar04/,urban-planning,,,,,, -ca7433ab-143b-4636-b291-b52a88d2a7c6,Automatic Control,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-automatic-control-9850,control-systems,,,,,, -99ea28d6-3b2f-498c-8b9e-a6aab077c864,Material Science and Engineering,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_mm01/,material-science,,,,,, -fbe6e6a1-89fb-4037-b0d7-8661bd04062b,Quality Design and Control,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_mg18/,quality-control,,,,,, -c0644c1b-4b46-407c-a8d6-242a8c53f9e8,Power System Engineering,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-power-system-engineering-10052,electrical-engineering,,,,,, -da14c1c9-22f6-4558-96d8-a8003026b07e,Biomedical Signal Processing,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-biomedical-signal-processing-10069,signal-processing;biology,,,,,, -e33dced9-98d0-4fce-bf4f-9cd1329d996b,Mechanical Operations,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-mechanical-operations-10092,chemistry;engineering,,,,,, -1af25d95-26df-40d9-8d4e-f0aa06416abb,Soil Mechanics/Geotechnical Engineering I,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_ce01/,soil-mechanics,,,,,, -6eafb24c-23a5-4372-903b-b9924f7c94bf,Total Quality Management - II,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_mg19/,quality-control;management,,,,,, -7973da5e-1a3e-4071-861d-3bc87ac93021,"Process Control - Design, Analysis and Assessment",By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ch10/,process-control;engineering,,,,,, -0451831b-64c5-426f-a1bd-ccf3fa808cb9,Equipment Design: Mechanical Aspects,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ch14/,chemical-engineering,,,,,, -f83cb349-68a6-4012-9988-67bb77241472,Thermodynamics & Kinetics,"By Indian Institute of Science Education and Research, Mohali via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_cy02/,thermodynamics,,,,,, -100b1d98-bbb9-41a1-b879-d515b046c076,Advanced Topics in the Science and Technology of Concrete,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-advanced-topics-in-the-science-and-technology-of-concrete-12924,concrete,,,,,, -f27724a3-9ab7-47c3-8c82-c9b8752797e1,Digital Electronic Circuits,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_ee09/,digital-circuits,,,,,, -afada7ae-9de2-4701-8bdb-31bceeb7911d,Rapid Manufacturing,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-rapid-manufacturing-13019,manufacturing,,,,,, -0881b12a-ae0c-4f90-bda8-281be741a0ef,Welding Processes,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_mm12/,welding,,,,,, -f59eb925-32ff-41c5-aebb-da4e3551fca0,Textured Yarn Technology,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-textured-yarn-technology-13054,textiles,,,,,, -d10746cd-9155-4a48-8d31-7489ff0219a0,Manufacturing Process Technology I & II,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-manufacturing-process-technology-i-ii-5289,manufacturing,,,,,, -d65ab70d-a10e-4c9f-8a25-eeb34003cb6c,Principles of Communication Systems-I,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-principles-of-communication-systems-i-7963,telecommunication,,,,,, -186f6f1b-9623-4c36-81eb-6fa4aae53d7e,Principles of Casting Technology,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-principles-of-casting-technology-7899,casting,,,,,, -3ad601c3-f295-4d47-85a6-9338cab31ce6,Principles of Signals and Systems,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-principles-of-signals-and-systems-9900,signal-processing;electrical-engineering,,,,,, -cb8d31b3-3e93-437b-a907-c538d68e729b,Introduction to Materials Science and Engineering,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-materials-science-and-engineering-10064,material-science,,,,,, -8aa20b62-2cb1-47b1-80cc-4b9dfe23ce4f,Mathematical Methods and Techniques in Signal Processing,By Indian Institute of Science Bangalore via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ee31/,mathematics;signal-processing,,,,,, -c0757af1-ad70-4269-9c07-30bb3da955b2,Principles of Mechanical Measurement,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_me03/,mechanical-engineering;measurement,,,,,, -2ea5aa2e-c53f-453f-bf89-358caab6febd,Fundamental of Welding Science and Technology,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-fundamental-of-welding-science-and-technology-13016,welding,,,,,, -d0bf9a8d-5617-4684-a78c-8965758b5bed,Symmetry and Structure in the Solid State,By Indian Institute of Science Bangalore via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_cy17/,solids,,,,,, -1ccbee24-86e3-4d0a-9521-41d0b4e70fd7,Introduction to Airplane performance,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ae01/,aerospace-engineering,,,,,, -a5eb2ef0-5b61-49ae-941f-f9e60079700b,Geosynthetics and Reinforced Soil Structures,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-geosynthetics-and-reinforced-soil-structures-3994,soil-mechanics,,,,,, -bd755eeb-5655-4552-8dfb-7eefed30470a,Engineering Thermodynamics,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-engineering-thermodynamics-7904,thermodynamics;engineering,,,,,, -822f2f48-1822-412c-b3f6-0d45f292b0c2,"Hydration, Porosity & Strength of Cementitious Materials",By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-hydration-porosity-strength-of-cementitious-materials-7911,cement;concrete,,,,,, -ec5a3251-6e61-4dd4-af0c-eb6af5707b4b,Antennas,By Indian Institute of Technology Bombay via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ee19/,antennas;telecommunication,,,,,, -1e94f552-85a9-4240-adfe-2e9463fe3fa3,Analog Circuits,By Indian Institute of Technology Bombay via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ee10/,analog-circuits,,,,,, -cb8b2c03-548a-4f2f-93c6-e3ef8c36d58e,"Energy Efficiency, Acoustics and daylighting in Building",By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-energy-efficiency-acoustics-and-daylighting-in-building-9822,ventilation;lighting;civil-engineering;buildings,,,,,, -2959b06a-822c-4bc0-a405-b1c0ff37bfda,Product Design and Manufacturing,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_me23/,engineering;manufacturing;product-design,,,,,, -3685f955-1cef-40ac-9ee0-73f13c7fdfef,Radiative Heat Transfer,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-radiative-heat-transfer-13012,heat,,,,,, -9c87409b-2002-403f-8168-98218612c3bc,IC Engines and Gas Turbines,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_me10/,combustion;engines;turbines,,,,,, -3c53162d-4821-412e-ad81-db1e7949c991,Kinematics of Mechanisms and Machines,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_me29/,kinematics;machines,,,,,, -9e6ae8e1-09c9-42e6-9e8a-d47726c8f8fb,Polymer Assisted Abrasive Finishing Processes,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_me33/,polymers;subtractive-manufacturing,,,,,, -8911b597-feb7-4a01-9b47-c9a96ddded31,Surface Engineering for Corrosion and Wear Resistance Application,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_mm06/,surface-engineering;corrosion,,,,,, -d3527e3c-f73f-4ce2-b404-56f9454e9d30,Defects in Crystalline Solids (Part-II),By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_mm09/,solids,,,,,, -13855751-ac4e-4dc1-bd7d-65fe2354003c,Testing of Functional and Technical Textiles,By Indian Institute of Technology Delhi via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_te02/,textiles,,,,,, -98dba049-3a0c-4977-9784-d6227bd7f010,Principles of Digital Communications,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-principles-of-digital-communications-12951,telecommunication,,,,,, -8010c994-2884-4f9b-b88f-4cfd47db8096,Technical Report Writing for Engineers,By The University of Sheffield via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-technical-report-writing-for-engineers-9087,technical-writing;engineers,,,,,, -2c1ebc07-bbaf-44eb-8b58-3b7b74c20c7b,Fundamentals of electronic materials and devices,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_mm03/,material-science;electronics-engineering,,,,,, -31a70e13-9711-437b-84f3-f62ab3990ab8,Steam and Gas Power Systems,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-steam-and-gas-power-systems-7976,steam;boilers;turbines,,,,,, -3a6dd816-861b-435f-871a-190aaaf3651e,Digital Land Surveying and Mapping(DLS&M),By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ce09/,civil-engineering;surveying,,,,,, -7cb6a8dd-db5a-458b-8133-05ddf1614e66,Medical Biomaterials,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-medical-biomaterials-7985,biomaterials,,,,,, -b253ecba-15c4-4463-a1a5-9cc778203409,Systems Engineering: Theory & Practice,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-systems-engineering-theory-practice-7940,systems-engineering,,,,,, -b82c5c92-4c5e-4509-ab01-dd4eaee476db,Subsurface exploration :importance and techniques involved,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-subsurface-exploration-importance-and-techniques-involved-12921,civil-engineering,,,,,, -3f9387b8-9566-4d0b-9ba1-4a350913693c,Friction and wear of materials: principles and case studies,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_mm05/,friction,,,,,, -cb34dfe3-5a18-472e-a208-b7dac0a6c4c4,Electric Vehicles - Part 1,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-electric-vehicles-part-1-12960,electric-vehicles,,,,,, -5ad29a44-daf7-4679-a3fd-d4fbe3bdbf7c,CMOS Digital VLSI Design,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-cmos-digital-vlsi-design-12964,vlsi,,,,,, -b582ed0a-5f74-4efb-bdcc-aeadac49384c,Advanced Textile Printing Technology,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-advanced-textile-printing-technology-13053,textiles,,,,,, -7257fb51-4c12-49a1-a550-22d583549d8a,Waste to Energy Conversion,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ch13/,energy;waste,,,,,, -a715690c-0ebc-458d-94e0-0629fb701c75,Evolution of Air Interface towards 5G,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-evolution-of-air-interface-towards-5g-12957,5g;telecommunication,,,,,, -503cf1ab-d867-476c-ae91-c5d801913313,"Electromagnetic compatibility, EMC",By KTH Royal Institute of Technology via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ee17/,electromagnetism;electrical-engineering,,,,,, -1a05c1c9-a1c0-4497-9431-77caaa71ac8a,Electronic Modules for Industrial Applications using Op-Amps,By Indian Institute of Science Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-electronic-modules-for-industrial-applications-using-op-amps-12969,opamps;electronics-engineering,,,,,, -c1c8eb21-f46f-4338-b7ec-c5be7124f773,Weldability of Metals,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-weldability-of-metals-13017,welding;metals,,,,,, -dbf77cd4-909b-4fff-958f-72a3062f7930,Network Analysis for Mines and Mineral Engineering,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_mm11/,mineral-engineering;network-analysis;critical-path-method,,,,,, -31531dd7-a018-464f-9fea-d8abc094bfec,Basics of Finite Element Analysis-I,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_me02/,finite-element-analysis,,,,,, -8b3e4379-ba36-4da2-9292-697374acfe81,Landscape Architecture and Site Planning - Basic Fundamentals,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_ar06/,architecture,,,,,, -4a5ee3ec-8d71-4d1c-89bb-7d2daa0f9678,Introduction to Machining and Machining Fluids,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_me32/,machining,,,,,, -8aa29da6-2c9f-41ea-b778-bb2bd4876bbb,Advance Aircraft Maintenance,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-advance-aircraft-maintenance-12882,aircrafts,,,,,, -26086f5e-df08-4634-a149-82b68c0bbed7,Manufacturing Guidelines for Product Design,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-manufacturing-guidelines-for-product-design-13018,manufacturing,,,,,, -4b6450d0-4220-4409-8e56-9c5b05eda197,Chemical Process Control,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-chemical-process-control-12901,chemical-engineering,,,,,, -434ef439-4275-47a5-96c6-83703ab84d83,Electromagnetic Waves in Guided and Wireless Medium,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-electromagnetic-waves-in-guided-and-wireless-medium-12962,electromagnetism,,,,,, -6728b361-d57b-4802-84ee-2ac925bb2a23,Joining Technologies for Metals,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_me17/,manufacturing;welding;metals,,,,,, -2986dfaf-8c1e-4b5e-b779-2e073dee6ff4,Principles and Applications of Building Science,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ar03/,civil-engineering;buildings,,,,,, -bb492f12-62c1-4bb8-b7fc-4a8c6039f8c0,Inspection and Quality Control in Manufacturing,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-inspection-and-quality-control-in-manufacturing-13020,manufacturing;quality-control,,,,,, -039fff30-ca38-44fa-88ad-fcd4168a08ab,Robotic Automation Courses & Training - Learn Online - Intellipaat,,,course|https://intellipaat.com/course-cat/automation/,robotics;automated-reasoning,,,beginner,,5.0, -d157ee59-9a8d-4beb-9bc3-1cd163777b84,Dynamics of fluid interfaces,By ESPCI Paris via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-dynamics-of-fluid-interfaces-12852,fluid-dynamics,,,,,, -4bec8ad4-4dad-4875-ac44-292b46fef765,Nanotechnology for Health: Innovative Designs for Medical Diagnosis,By University of Twente via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-nanotechnology-for-health-innovative-designs-for-medical-diagnosis-7627,nanotechnology;healthcare,,,,,, -3d5bb876-4a03-4a13-ac1b-0c19b10a1c42,Earth Imagery at Work,By Esri via Independent,,course|https://www.esri.com/training/catalog/57aba196cbc441087e0d2395/earth-imagery-at-work/,remote-sensing;earth-imaging,,,,,, -22a28739-a417-410d-a183-0dc115403925,Cartography,By Esri via Independent,,course|https://www.esri.com/training/catalog/596e584bb826875993ba4ebf/cartography./,cartography,,,,,, -f912a8a6-fa9c-445b-a6e6-fb5fd7773f89,Intro to Permaculture Design,By Oregon State University via Canvas Network,,course|https://www.canvas.net/browse/oregonstate/courses/permaculture-design,permaculture,,,,,, -2204ca55-bbb1-4035-9842-35517b3517a5,Bioprinting: 3D Printing Body Parts,By University of Wollongong via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-bioprinting-3d-printing-body-parts-4089,3d-printing;biology,,,,,, -b0294c68-6ca5-4764-add7-94efc831a43c,Understanding Dementia,By University of Tasmania via Independent,,course|https://www.classcentral.com/course/independent-understanding-dementia-981,dementia,,,,,, -6501aa26-c1fc-4025-ae76-d7e5b4a0c96e,Preventing Dementia,By University of Tasmania via Independent,,course|https://www.classcentral.com/course/independent-preventing-dementia-6565,dementia,,,,,, -4edeac37-e23c-42d5-a31c-12174d5a9e0e,Understanding Clinical Research: Behind the Statistics,By University of Cape Town via Coursera,,course|https://www.coursera.org/learn/clinical-research,clinical-research,,,,,, -b429106f-5f4c-4a78-869a-e3ff22319350,Understanding Multiple Sclerosis (MS),By University of Tasmania via Independent,,course|https://ms.mooc.utas.edu.au/index.php,multiple-sclerosis,,,,,,oer -0b51c207-4af4-40de-8aff-7c20a2b018b5,The Musculoskeletal System: The Science of Staying Active into Old Age,By Newcastle University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-musculoskeletal-system-the-science-of-staying-active-into-old-age-6738,muscles;skeleton;ageing,,,,,, -0c470554-e489-4c7e-ba44-4e46fecc1b76,Vital Signs: Understanding What the Body Is Telling Us,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-vital-signs-understanding-what-the-body-is-telling-us-1887,vital-signs;health,,,,,, -07ed2156-a0a0-4e4f-bce2-23ae3e1e759d,Discover Dentistry,By The University of Sheffield via FutureLearn,,course|https://www.futurelearn.com/courses/discover-dentistry,dentistry,,,,,, -df6fff41-318f-423e-9596-254ce5e76e68,Stanford Introduction to Food and Health,By Stanford University via Coursera,,course|https://www.classcentral.com/course/coursera-stanford-introduction-to-food-and-health-5057,health;food,,,,,, -197e0853-1b90-4daa-8bb6-10d7ca919ea2,Child Nutrition and Cooking,By Stanford University via Coursera,,course|https://www.coursera.org/learn/childnutrition,cooking;nutrition,,,,,, -44710090-d3b3-4b32-ab2b-725a17432023,The Addicted Brain,By Emory University via Coursera,,course|https://www.coursera.org/learn/addiction-and-the-brain,addiction,,,,,, -0b749d6f-5521-4431-b240-31c4e32ff264,"Viruses & How to Beat Them: Cells, Immunity, Vaccines",By Tel Aviv University via edX,,course|https://www.classcentral.com/course/edx-viruses-how-to-beat-them-cells-immunity-vaccines-9364,viruses;vaccines,,,,,, -20501f8c-2be0-4dac-93ce-f344c6a5c94c,Positive Psychiatry and Mental Health,By The University of Sydney via Coursera,,course|https://www.classcentral.com/course/coursera-positive-psychiatry-and-mental-health-8783,psychiatry,,,,,, -437a5dd6-3881-49fb-8743-6514ace95547,Medicine and the Arts: Humanising Healthcare,By University of Cape Town via FutureLearn,,course|https://www.futurelearn.com/courses/medicine-and-the-arts,healthcare;medicine,,,,,, -37649ec1-b69f-4bb2-b0fe-1e7743da8be9,Clinical Terminology for International and U.S. Students,By University of Pittsburgh via Coursera,,course|https://www.classcentral.com/course/coursera-clinical-terminology-for-international-and-u-s-students-839,medicine,,,,,, -5f17cb4c-15bf-4bc8-afb0-f5320d285ee2,Protecting Health Data in the Modern Age: Getting to Grips with the GDPR,By University of Groningen via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-protecting-health-data-in-the-modern-age-getting-to-grips-with-the-gdpr-10612,healthcare;gdpr,,,,,, -7cefa269-cf60-4fe6-a4bd-58818160ab0e,Epidemiology: The Basic Science of Public Health,By The University of North Carolina at Chapel Hill via Coursera,,course|https://www.classcentral.com/course/coursera-epidemiology-the-basic-science-of-public-health-733,epidemiology,,,,,, -f0698745-66ed-46af-8f2e-0a41bb074fa7,"Sit Less, Get Active",By University of Edinburgh via Coursera,,course|https://www.coursera.org/learn/get-active,health,,,,,, -49e8c59d-17aa-4614-bb30-f1a992fd3748,Nutrition and Health: Macronutrients and Overnutrition,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-nutrition-and-health-macronutrients-and-overnutrition-2154,nutrition;health;macronutrients,,,,,, -bd0bdcec-aaf2-4a20-ac94-9e4da0367b01,Becoming a Resilient Person - The Science of Stress Management,By University of Washington via edX,,course|https://www.edx.org/course/becoming-resilient-person-science-stress-uwashingtonx-ecfs311x-0,stress,,,,,, -5e2a1632-dc24-4800-a97f-5cee1079c229,Epidemics - the Dynamics of Infectious Diseases,By Pennsylvania State University via Coursera,,course|https://www.coursera.org/learn/epidemics,epidemiology,,,,,, -39c2c32c-f650-403d-bfb3-178137055b1c,Community Change in Public Health,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-community-change-in-public-health-397,public-health,,,,,, -60a0c900-252c-4577-8d4f-a9b42b314874,Wellness Coaching: Powerful Skills for Everyday People,By Institute for Wellness Education via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-wellness-coaching-powerful-skills-for-everyday-people-5170,wellness;coaching,,,,,, -666f69b7-9263-44a0-b675-b8c5b00889a4,Improving Healthcare Through Clinical Research,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/clinical-research,clinical-research,,,,,, -86fda2ef-a35e-4e34-82bd-cdd4c64f0582,Circadian clocks: how rhythms structure life,By Ludwig-Maximilians-Universität München via Coursera,,course|https://www.classcentral.com/course/coursera-circadian-clocks-how-rhythms-structure-life-2664,circadian-clock,,,,,, -a52ec39f-32f5-44a7-9639-000b616f9862,Challenges in Antibiotic Resistance: Point Prevalence Surveys,By The British Society for Antimicrobial Chemotherapy via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-challenges-in-antibiotic-resistance-point-prevalence-surveys-8264,antibiotics,,,,,, -a7375bdf-4375-4da7-aca0-715c184d88cb,Voice Disorders: What Patients and Professionals Need to Know,By Icahn School of Medicine at Mount Sinai via Coursera,,course|https://www.coursera.org/learn/voice-disorders,voice-disorders;otolaryngology;vocology;speech,,,,,, -20be1f9b-c2e3-4af5-9a54-d0aeefc29483,What is Palliative Care?,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/what-is-palliative-care,palliative-care,,,,,, -e13dd6c4-1fca-4234-aa7d-02ab0fbb7aed,Introduction to Integrative Therapies and Healing Practices,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-integrative-therapies-and-healing-practices-12869,healthcare,,,,,, -733eaa02-b128-4f98-a296-5a34322dfc96,Validity and Bias in Epidemiology,By Imperial College London via Coursera,,course|https://www.coursera.org/learn/validity-bias-epidemiology,epidemiology,,,,,, -92edde3c-fc11-442f-80bd-e1e39fe263e5,"Emergency Care: Pregnancy, Infants, and Children",By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/emergency-care-pregnancy-infants-children,emergency-care;pregnancy,,,,,, -a7696c22-76ee-4019-992b-c5ce2afcc745,Analytical Solutions to Common Healthcare Problems,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-analytical-solutions-to-common-healthcare-problems-12785,analytics;healthcare;data-science,,,,,, -80bc03a6-d3c7-41ea-9d69-db1532664aa3,Healthcare Data Quality and Governance,"By University of California, Davis via Coursera",,course|https://www.coursera.org/learn/healthcare-data-quality-governance,healthcare,,,,,, -b9cba39c-dd35-4b54-aee2-7733593f3c9a,Nursing Informatics Training and Education,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/training-others-nursing-informatics,nursing,,,,,, -0fa212f0-7d29-4587-9ce5-a452e8da5381,Population Health: Study Design,By Leiden University via Coursera,,course|https://www.coursera.org/learn/population-health-study-design,public-health,,,,,, -a8443986-d5a2-4b89-b987-744037887f8a,Dysphagia: Swallowing Difficulties and Medicines,By University of East Anglia via FutureLearn,,course|https://www.futurelearn.com/courses/dysphagia,dysphagia,,,,,, -78fba9ae-5915-40ed-a799-88c0fdbbe4c1,ADHD: Everyday Strategies for Elementary Students,By State University of New York via Coursera,,course|https://www.coursera.org/learn/adhd-treatment,adhd,,,,,, -0c70dba9-c625-4632-bfd3-5fd80c93a5cd,Thoracic Oncology,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/thoracic-oncology,oncology,,,,,, -e393b22d-ff86-4fcd-ad7c-4d5aa0aaf533,Health Care IT: Challenges and Opportunities,By Icahn School of Medicine at Mount Sinai via Coursera,,course|https://www.classcentral.com/course/coursera-health-care-it-challenges-and-opportunities-7664,healthcare;information-technology,,,,,, -70391eff-fc24-4265-807e-c6850c8a95ed,Challenges in Antibiotic Resistance: Gram Negative Bacteria,By The British Society for Antimicrobial Chemotherapy via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-challenges-in-antibiotic-resistance-gram-negative-bacteria-8263,antibiotics;gram-negative-bacterias;bacterias,,,,,, -9abf264a-fe17-4935-be33-6f291ef2107c,Public Health in Humanitarian Crises,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/humanitarian-public-health,public-health,,,,,, -244b0dc5-f39e-4874-8120-4c83067bddfa,SQLite is not a toy database | Anton Zhiyanov,,,article|https://antonz.org/sqlite-is-not-a-toy-database/,software-tools/sqlite,,,,,, -a214d26e-d265-4124-b1b9-fe8020800a68,Curanderismo: Traditional Healing Using Plants,By University of New Mexico via Coursera,,course|https://www.classcentral.com/course/coursera-curanderismo-traditional-healing-using-plants-12506,curanderismo;alternative-medicine,,,,,, -b2129b36-1a9a-498f-a558-7bee187d0e39,"Medical Emergencies: CPR, Toxicology, and Wilderness",By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/medical-emergencies-cpr-toxicology-wilderness,emergency-care,,,,,, -4eeb64c4-c156-4a1f-9cf0-166b48d06356,Trauma Emergencies and Care,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/trauma-emergencies-and-care,trauma;emergency-care,,,,,, -e943b63b-07c8-4112-97de-b55955aa8bdc,"Curanderismo: Traditional Healing of the Mind, Energy & Spirit",By University of New Mexico via Coursera,,course|https://www.coursera.org/learn/curanderismo-traditional-healing,curanderismo;alternative-medicine,,,,,, -0953b1cf-002b-4224-a27b-66304f71bad1,"Easing the burden of obesity, diabetes and cardiovascular disease",By The University of Sydney via Coursera,,course|https://www.coursera.org/learn/easing-the-burden-of-obesity-diabetes-cvd,obesity;diabetes;cardiovascular-diseases,,,,,, -55a548b5-b3f2-42fd-a9b5-e63b16434593,Taking Safety and Quality Improvement Work to the Next Level (Patient Safety VII),By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-taking-safety-and-quality-improvement-work-to-the-next-level-patient-safety-vii-9773,healthcare;nursing,,,,,, -10bf9bf8-98e3-4c21-9702-7b8d02e75923,Pain Management: Easing Pain in Palliative Care,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/pain-management-easing-pain-in-palliative-care,pain-management,,,,,, -5bae1abf-aff3-4f03-b655-105445292953,Study Designs in Epidemiology,By Imperial College London via Coursera,,course|https://www.classcentral.com/course/coursera-study-designs-in-epidemiology-13261,epidemiology,,,,,, -ce77aa1c-ae26-4dd1-8f89-16390adf76e8,Cáncer de próstata,By Universidad Nacional Autónoma de México via Coursera,,course|https://www.coursera.org/learn/cancer-prostata,prostate-cancer,,,,,, -a609d0fb-e05f-4991-800b-fdbb1a431181,Leading Change in Health Informatics,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/leading-change-health-informatics,health-informatics,,,,,, -345a77fb-b435-4eeb-93ff-93bf76a6bedf,Major Depression in the Population: A Public Health Approach,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/public-health-depression,depression;public-health,,,,,, -6515c2d3-d0d9-4ac2-b96d-a906565dcbb7,Leading Healthcare Quality and Safety,By George Washington University via Coursera,,course|https://www.classcentral.com/course/coursera-leading-healthcare-quality-and-safety-6316,healthcare,,,,,, -cadf3c5d-74ac-4d0e-a07b-7dbdcfd58fa5,Autism Spectrum Disorder,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-autism-spectrum-disorder-5076,autism,,,,,, -2ce19724-7791-457d-bb62-728c9f984e9b,"HI-FIVE: Health Informatics For Innovation, Value & Enrichment (Clinical Perspective)",By Columbia University via Coursera,,course|https://www.coursera.org/learn/hi-five-clinical,health-informatics,,,,,, -69a51214-cb27-4008-970d-e4d246130722,"HI-FIVE: Health Informatics For Innovation, Value & Enrichment (Social/Peer Perspective)",By Columbia University via Coursera,,course|https://www.coursera.org/learn/hi-five-social-peer,health-informatics,,,,,, -d59ce369-5f14-416a-aeee-16f37a4f1b2b,Health Concepts in Chinese Medicine,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-health-concepts-in-chinese-medicine-9496,chinese-medicine,,,,,, -614f5075-c20a-4097-8a62-d447cb89ea76,OPAT: Outpatient Parenteral Antimicrobial Therapy,By The British Society for Antimicrobial Chemotherapy via FutureLearn,,course|https://www.futurelearn.com/courses/outpatient-parenteral-antimicrobial-therapy,healthcare;antimicrobial-therapy,,,,,, -9bd51622-1a14-48b1-88c0-c7e22dc81884,Culminating Project in Health Informatics,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-culminating-project-in-health-informatics-12854,health-informatics,,,,,, -d18628d4-2bbe-4abc-9f95-6b3e3a16650f,EMT Foundations,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/emt-foundations,emergency-care,,,,,, -d242219f-a7df-445b-9c5a-be90da1f93e9,Evidence-Based Medicine in Clinical Pharmacy Practice,By Tapei Medical University via FutureLearn,,course|https://www.futurelearn.com/courses/principles-of-evidence-based-medicine-in-clinical-pharmacy,medicine;statistics,,,,,, -63996330-5b75-4a0d-88f7-cf49ce4fd6f7,Skills for Nursing Informatics Leaders,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/skills-for-nursing-informatics-leaders,nursing;health-informatics,,,,,, -4f9f42c4-84d3-411a-b68b-919659beb216,Nursing Informatics Leadership Theory and Practice,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/nursing-informatics-leaders,nursing;health-informatics,,,,,, -5295f992-0b0f-4c13-9d91-9c01baad93b2,Psychosocial and Spiritual Aspects of Palliative Care,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-psychosocial-and-spiritual-aspects-of-palliative-care-12225,palliative-care,,,,,, -55dc50db-31f7-4577-b49e-e8815e859bb8,Doing Clinical Research: Biostatistics with the Wolfram Language,By University of Cape Town via Coursera,,course|https://www.classcentral.com/course/coursera-doing-clinical-research-biostatistics-with-the-wolfram-language-13693,clinical-research;biostatistics;programming-languages/wolfram,,,,,, -01909251-c6d4-4aa2-bd4b-e2f857fbde39,Newborn Capstone,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-newborn-capstone-13618,newborn;healthcare,,,,,, -61ffbcc0-cf6e-4b87-bdd0-fb94a7ecdc2c,Design and Interpretation of Clinical Trials,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-design-and-interpretation-of-clinical-trials-1037,clinical-trials;clinical-research,,,,,, -ffb27077-93c6-47b3-ae63-369616b35d5f,International Hospitality & Healthcare Services Marketing,By Yonsei University via Coursera,,course|https://www.classcentral.com/course/coursera-international-hospitality-healthcare-services-marketing-5549,marketing;healthcare,,,,,, -b0672c20-231a-4dc6-b59c-6b01ce74b87b,Service Transformed: Lessons in U.S. Veteran Centered Care,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-service-transformed-lessons-in-u-s-veteran-centered-care-6216,healthcare,,,,,, -d4d09048-19dc-4e3b-a0bf-63c1e2bbd1a0,Drug Development,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-drug-development-7254,drug-development,,,,,, -a551b96e-9657-4eb9-a2f2-d29b436db33b,Introduction to the Biology of Cancer,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-the-biology-of-cancer-7994,cancer,,,,,, -e5d97cf5-7e4f-4879-8edd-6feabc67c8b6,Health Across the Gender Spectrum,By Stanford University via Coursera,,course|https://www.classcentral.com/course/coursera-health-across-the-gender-spectrum-8300,health;gender,,,,,, -8ddb8b3d-6d76-4c41-83db-70286834dc9d,Diagnosing Health Behaviors for Global Health Programs,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-diagnosing-health-behaviors-for-global-health-programs-9264,public-health,,,,,, -fc018516-c375-4ca6-9885-8971dd07494d,Digital Health for Cancer Management: Smart Health Technologies in Complex Diseases,By Tapei Medical University via FutureLearn,,course|https://www.futurelearn.com/courses/digital-cancer-management,cancer;information-technology,,,,,, -eadcb6fb-946f-42b7-8a58-1e1322ecf19d,Palliative Care Capstone Projects,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-palliative-care-capstone-projects-12232,palliative-care,,,,,, -86bee6be-3333-4618-9df4-d899f0d30a96,Easing Physical Symptoms: It's Not Just Hospice Anymore,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/easing-physical-symptoms,nursing;palliative-care,,,,,, -d139d851-812f-4a19-88d1-9bcdb76e5ebc,Nursing Informatics Leaders,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-nursing-informatics-leaders-12578,nursing;health-informatics,,,,,, -3e549b8c-5385-4a1b-b69b-627dc1a720e9,Healthcare Data Models,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-healthcare-data-models-12787,healthcare;data-science,,,,,, -9613dc71-9374-4af5-8b4e-a95ccf3ebdd2,The New Nordic Diet - from Gastronomy to Health,By University of Copenhagen via Coursera,,course|https://www.coursera.org/learn/new-nordic-diet,nordic-diet;diet,,,,,, -a832a107-e354-427b-b8f8-93a16e5c6a30,"Living with Dementia: Impact on Individuals, Caregivers, Communities and Societies",By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/dementia-care,dementia,,,,,, -7f405621-e7d3-4d4b-9066-a76faebb82d7,CircuitVerse - Online Digital Logic Circuit Simulator,,,app|https://circuitverse.org/,circuits,,,,,, -477f6575-8981-4bbe-9d85-28edac641636,Take the Lead on Healthcare Quality Improvement,By Case Western Reserve University via Coursera,,course|https://www.classcentral.com/course/coursera-take-the-lead-on-healthcare-quality-improvement-2302,healthcare;quality,,,,,, -401c8704-5aa5-49d6-9454-5f05d32e1441,Antimicrobial Stewardship: Managing Antibiotic Resistance,By University of Dundee via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-antimicrobial-stewardship-managing-antibiotic-resistance-3006,antimicrobial-therapy;antibiotics,,,,,, -1632a324-51ce-4083-b77f-3701a77f1619,Pharmaceutical and Medical Device Innovations,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-pharmaceutical-and-medical-device-innovations-5485,healthcare;medical-devices,,,,,, -4b2cb502-3d62-4080-b076-62d1c601b513,Improving Health Assessments for People with an Intellectual Disability,By Trinity College Dublin via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-improving-health-assessments-for-people-with-an-intellectual-disability-9711,intellectual-disability,,,,,, -07652a8e-9cd0-423a-b683-9f05e9da4c54,Biohacking Your Brain's Health,By Emory University via Coursera,,course|https://www.coursera.org/learn/biohacking-your-brains-health,biohacking;brain,,,,,, -47ffcbd9-6014-48c3-90dc-597ee1160bbb,Assessment of the Newborn,By Griffith University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-assessment-of-the-newborn-11980,newborn;healthcare,,,,,, -9977aa10-9ea9-466f-869a-7f8b95014b61,Healthcare Data Literacy,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-healthcare-data-literacy-12786,healthcare;data-science,,,,,, -a2a332fa-d710-4bf5-b09e-ad867b4e803b,Supporting Parents of a Newborn Baby,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/supporting-parents-newborn-baby,newborn;healthcare,,,,,, -22889898-8154-4f95-832e-486edd2780b7,"Medical Emergencies: Airway, Breathing, and Circulation",By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/medical-emergencies-airway-breathing-circulation,emergency-care,,,,,, -3cb0448c-1b8d-4101-859d-3b14bc2f1f80,Measuring Disease in Epidemiology,By Imperial College London via Coursera,,course|https://www.classcentral.com/course/coursera-measuring-disease-in-epidemiology-13260,epidemiology,,,,,, -4a3dee67-c62a-40f0-bbf8-5db94cbff4e8,Humanitarian communication : Addressing key challenges,By University of Geneva via Coursera,,course|https://www.coursera.org/learn/humanitarian-communication,public-health,,,,,, -702ba634-6f52-4bad-9d71-f908c1e23f95,Science of Exercise,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-science-of-exercise-8679,exercise;health,,,,,, -5b22bfc6-6c6b-4e4f-b059-40b8a10532d7,Patient Safety and Quality Improvement: Developing a Systems View (Patient Safety I),By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-patient-safety-and-quality-improvement-developing-a-systems-view-patient-safety-i-9582,healthcare,,,,,, -0415e9f2-32db-4210-9903-ee9198645afa,Health and healthcare in transition: dilemmas of governance,By Tomsk State University via Coursera,,course|https://www.classcentral.com/course/coursera-health-and-healthcare-in-transition-dilemmas-of-governance-11946,healthcare;information-technology,,,,,, -d1992eff-4296-41b7-864a-913159d5ecc9,Using clinical health data for better healthcare,By The University of Sydney via Coursera,,course|https://www.classcentral.com/course/coursera-using-clinical-health-data-for-better-healthcare-13727,healthcare,,,,,, -f014f9a9-c0cd-4ed3-8cec-72402549a5ba,Communicating During Global Emergencies,By Emory University via Coursera,,course|https://www.coursera.org/learn/communicating-during-global-emergencies,public-health,,,,,, -2c9743a6-0d1f-47d5-8a0b-6bc89d199f37,Introduction to Household Water Treatment and Safe Storage,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-household-water-treatment-and-safe-storage-1721,water-treatment;water,,,,,, -9651e212-04f8-4120-97ed-8f229f9fa830,Introduction to Dental Medicine,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-dental-medicine-2902,dentistry,,,,,, -8d79c3b5-2fe7-4836-a42d-4767a3e7ce53,Foundations for Assisting in Home Care,By State University of New York via Coursera,,course|https://www.classcentral.com/course/coursera-foundations-for-assisting-in-home-care-3726,healthcare,,,,,, -52f0e305-0b5e-4baa-882b-94fe0cfe0575,Rethinking Ageing: Are we prepared to live longer?,By University of Melbourne via Coursera,,course|https://www.classcentral.com/course/coursera-rethinking-ageing-are-we-prepared-to-live-longer-3317,ageing,,,,,, -b41a8f02-9e59-40be-88d9-3f8c9370a35a,Healthcare Delivery Providers,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/healthcare-delivery-providers,healthcare,,,,,, -ce82bb49-1112-47a9-b783-dbb9dcd3d22f,Healthcare Marketplace,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-healthcare-marketplace-5508,healthcare,,,,,, -2e1b2220-5545-4952-827f-656bf3d7a106,Medical Technology and Evaluation,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-medical-technology-and-evaluation-5472,medical-technology,,,,,, -de282c8b-26a7-4b5d-9625-d4efbe024927,Systems Thinking In Public Health,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/systems-thinking,public-health;systems-thinking,,,,,, -1196b914-3168-4288-a9cd-ded3da99e2c0,Introduction to Breast Cancer,By Yale University via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-breast-cancer-6044,breast-cancer,,,,,, -a311dc47-15bf-4c22-abe7-50ebd416b6a9,Setting the Stage for Success: An Eye on Safety Culture and Teamwork (Patient Safety II),By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/patient-safety-culture,healthcare,,,,,, -2dad44d0-eab5-4299-93d4-e9245c03fffa,"Cannabis, Mental Health, and Brain Disorders",By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/mentalhealth-cannabis-cbd-thc,cannabis;mental-health,,,,,, -74d79d4a-780b-40bf-822d-8a97ec5d110b,"Cannabis, Chronic Pain, and Related Disorders",By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-cannabis-chronic-pain-and-related-disorders-13820,cannabis,,,,,, -85320e2b-5acc-4354-9b70-22c8a704ce67,"Faster Together, Enhancing the Recruitment of Minorities in Clinical Trials",By Vanderbilt University via Coursera,,course|https://www.classcentral.com/course/coursera-faster-together-enhancing-the-recruitment-of-minorities-in-clinical-trials-13466,clinical-trials;diversity,,,,,, -a746cfe4-af68-471e-9e4e-c40b00721436,Food as Medicine: Fertility and Pregnancy,By Monash University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-food-as-medicine-fertility-and-pregnancy-9120,fertility;pregnancy;food,,,,,, -5e3bc4e5-5490-473b-ab9b-9b0d310f70fc,Epidemiology in Public Health Practice,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/epidemiology-public-health,epidemiology,,,,,, -a60c39fb-9adf-4bda-a1fb-e00f22641f1a,Designing for Sustainment: Keeping Improvement Work on Track (Patient Safety IV),By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/patient-safety-sustainment,healthcare;patient-safety,,,,,, -eeb43215-d6c3-4253-b7bf-1c8b04abb140,Implementing a Patient Safety or Quality Improvement Project (Patient Safety V),By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/patient-safety-implementation,healthcare;patient-safety,,,,,, -a5ac9bc0-0452-4850-976a-3e9aad5ba681,The Economics of Health Care Delivery,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/health-economics-us-healthcare-systems,healthcare;economics,,,,,, -965b1f6c-d508-403d-8d66-8e0881733d45,Drug Discovery,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-drug-discovery-654,drug-development,,,,,, -c1199b34-2d4d-4b9c-b8c5-e7d2f54e47ef,"Tropical Parasitology: Protozoans, Worms, Vectors and Human Diseases",By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-tropical-parasitology-protozoans-worms-vectors-and-human-diseases-3154,parasitology;diseases,,,,,, -92b78d8d-7129-4f79-a80c-513eaf0308d3,Food as Medicine: Food and our Genome,By Monash University via FutureLearn,,course|https://www.futurelearn.com/courses/fam-genome,food;genome,,,,,, -d2db0cb8-ec45-4961-92ca-32a08bb85eb0,Measuring the Success of a Patient Safety or Quality Improvement Project (Patient Safety VI),By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/patient-safety-measurement,healthcare;patient-safety,,,,,, -d350b574-3a63-4a63-9974-b869a4fc3e48,Health Care Innovation,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-health-care-innovation-10802,healthcare;innovation,,,,,, -8e206ca7-a40b-48ce-a12c-08c1426bf6b3,Aromatherapy: Clinical Use of Essential Oils,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/aromatherapy-clinical-use-essential-oils,aromatherapy,,,,,, -3f587ee9-6c52-4363-bc56-32709ecaa30a,Health Care Delivery in Healthcare Organizations,By Rutgers University via Coursera,,course|https://www.classcentral.com/course/coursera-health-care-delivery-in-healthcare-organizations-12807,healthcare,,,,,, -511d0be9-2a98-472b-ade2-87b2ed90ede0,Healthy Aging and the Future of Cannabis Research,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/aging-research-cannabis-cbd-thc,ageing;cannabis,,,,,, -97d8d8ab-d373-4141-9804-464d6d473e38,History of Medical Cannabis,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/history-medical-cannabis-cbd-thc,cannabis,,,,,, -82bc38a4-f619-47b7-ac3d-d6f7f5b841ff,Transgender Medicine for General Medical Providers,By Icahn School of Medicine at Mount Sinai via Coursera,,course|https://www.classcentral.com/course/coursera-transgender-medicine-for-general-medical-providers-13279,transgender-medicine;healthcare,,,,,, -d92a0258-4940-450f-b1fc-a5567b5dd0b3,Anatomy of the Abdomen and Pelvis: a journey from basis to clinic.,By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-anatomy-of-the-abdomen-and-pelvis-a-journey-from-basis-to-clinic-4420,anatomy;abdomen;pelvis,,,,,, -125f94eb-e3da-40e3-a202-de644c6a516f,Acute and Chronic Rhinosinusitis: A Comprehensive Review,By Icahn School of Medicine at Mount Sinai via Coursera,,course|https://www.classcentral.com/course/coursera-acute-and-chronic-rhinosinusitis-a-comprehensive-review-5035,rhinosinusitis,,,,,, -18a75573-d1bf-405b-af46-fb5aa98ded05,Essentials of Global Health,By Yale University via Coursera,,course|https://www.coursera.org/learn/essentials-global-health,public-health,,,,,, -1bfe5842-3034-4da1-9a93-a0cdf554ff8d,Global Health Policy,By The University of Tokyo via Coursera,,course|https://www.coursera.org/learn/global-health-policy,public-health,,,,,, -3394df9b-d9ef-4a25-8817-d71b7b534713,Understanding and Strengthening Health Systems,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-understanding-and-strengthening-health-systems-10756,public-health,,,,,, -fdddedc2-4163-47d1-916b-c39dce12122a,The Outcomes and Interventions of Health Informatics,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-the-outcomes-and-interventions-of-health-informatics-12855,health-informatics,,,,,, -a685a8c9-9115-4864-989f-9d2ed3176844,Essentials in Clinical Simulations Across the Health Professions,By George Washington University via Coursera,,course|https://www.coursera.org/learn/clinicalsimulations,clinical-simulation,,,,,, -9fccf831-c64d-4d64-931c-2d4e80634009,Healthcare Consumerism and Implication for Care Delivery,By Northeastern University via Coursera,,course|https://www.coursera.org/learn/healthcareconsumerism,healthcare;consumerism,,,,,, -3c3dbc73-dade-4a2f-938b-0fef30e376d8,Quality Improvement in Healthcare Organizations,By Rutgers University via Coursera,,course|https://www.coursera.org/learn/quality-improvement-in-healthcare-organizations,healthcare;quality,,,,,, -6d84dfb5-70ca-40ec-bb52-782c7bce6e9d,"Healthy Practices: Nutrition, Physical Activity, and Community and Family Participation",By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/healthy-practices-nutrition-physical-activity-community-family-participation,health;nutrition,,,,,, -7d2ffbfe-2aeb-4e16-942a-cbb0a7878d18,Core Streams - Operationalising Data Ethics - Greater Than Learning,,,course|https://greaterthanlearning.online/core-streams-operationalising-data-ethics/,ethics;design,,,intermediate,,, -1fd1a821-ff45-40f8-b2b0-1840e4cfd15a,Global Health and Humanitarianism,By University of Manchester via Coursera,,course|https://www.coursera.org/learn/health-humanitarianism,public-health,,,,,, -a3e9d727-3998-4f47-835b-36efe749f74c,Bacteria and Chronic Infections,By University of Copenhagen via Coursera,,course|https://www.coursera.org/learn/bacterial-infections,bacteria;infections,,,,,, -0c0f6803-e362-43bd-a26e-065f3ff55efc,Violence Against Healthcare,By University of Geneva via Coursera,,course|https://www.coursera.org/learn/violence-against-healthcare,healthcare,,,,,, -a3c05c59-3676-4b37-9b93-a4d5c8ce6b28,The Oral Cavity: Portal to Health and Disease,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/oralcavity,dentistry;oral-cavity,,,,,, -518e0514-fafb-457a-8d93-cd9dae66f59a,Introduction to Translational Science,By University of Rochester via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-translational-science-9389,healthcare,,,,,, -1e75308a-e221-47c8-b1b9-d6183d2009cb,Planning a Patient Safety or Quality Improvement Project (Patient Safety III),By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-planning-a-patient-safety-or-quality-improvement-project-patient-safety-iii-9610,healthcare;patient-safety,,,,,, -30889974-f52a-43f2-ae76-4bc39a5aedae,Business Process Management in Healthcare Organizations,By Rutgers University via Coursera,,course|https://www.coursera.org/learn/business-process-management-in-healthcare-organizations,business;healthcare;management;business-process-management,,,,,, -b6e63ff5-a86f-4132-b129-e6eb3a98eaf3,Healthcare Organizations and the Health System,By Rutgers University via Coursera,,course|https://www.coursera.org/learn/healthcare-organizations-health-system,healthcare,,,,,, -8502caf5-c204-4392-ba05-f53de3a34967,Preventative Healthcare for the Newborn Baby,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-preventative-healthcare-for-the-newborn-baby-12812,newborns;healthcare,,,,,, -8396f596-e732-4e55-a803-adda75fa4f21,Simple Regression Analysis in Public Health,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/simple-regression-analysis-public-health,public-health;regression-analysis,,,,,, -a8c4e80b-9644-4125-9982-e3e87ac10c3a,Introduction to Hearing Loss,By Icahn School of Medicine at Mount Sinai via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-hearing-loss-12624,hearing-loss,,,,,, -3cf8932e-6cac-4d10-8955-2c16d42113a2,Pharmacokinetics: Drug Dosing in Renal Disease,By Tapei Medical University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-pharmacokinetics-drug-dosing-in-renal-disease-14409,renal-disease,,,,,, -efe3e963-d7c3-4ece-b428-bbc76a3779dd,Organ Transplantation: Ethical and Legal Challenges,By Universidad Autónoma de Madrid via edX,,course|https://www.classcentral.com/course/edx-organ-transplantation-ethical-and-legal-challenges-14481,organ-transplantation;ethics;law,,,,,, -db197ae0-667a-4f3c-aa64-9be35ebb23f6,The Social Context of Mental Health and Illness,By University of Toronto via Coursera,,course|https://www.coursera.org/learn/mental-health,mental-health,,,,,, -4fb1400c-96ec-424a-8ba2-874597d15792,Preventing Chronic Pain: A Human Systems Approach,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-preventing-chronic-pain-a-human-systems-approach-1769,pain-management,,,,,, -7b95d7dd-7d7a-4b8b-a03d-97260c2011ac,Case Studies in Personalized Medicine,By Vanderbilt University via Coursera,,course|https://www.classcentral.com/course/coursera-case-studies-in-personalized-medicine-2573,medicine,,,,,, -2b052f69-23ed-4527-b782-259c145e40c9,Diabetes – the Essential Facts,By University of Copenhagen via Coursera,,course|https://www.coursera.org/learn/diabetes-essential-facts,diabetes,,,,,, -ed407847-bfa9-44a2-a082-ae9a491dc169,HPV-Associated Oral and Throat Cancer: What You Need to Know,By Icahn School of Medicine at Mount Sinai via Coursera,,course|https://www.coursera.org/learn/hpv-oral-throat-cancer,oral-cancer;throat-cancer,,,,,, -decb1dfe-8d31-4ded-b4f3-3beea4131adf,Foundations for Global Health Responders,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/ghresponder,public-health,,,,,, -9b67104f-9668-4c65-a2e9-1297cdc888a5,Epidemics,By The University of Hong Kong via Coursera,,course|https://www.classcentral.com/course/coursera-epidemics-8745,epidemiology,,,,,, -f6a59661-790f-454d-87f3-28a925972b9d,Clinical Supervision: Teaching and Facilitating Learning,By University of East Anglia via FutureLearn,,course|https://www.futurelearn.com/courses/clinical-supervision-teaching-facilitating,healthcare;education,,,,,, -e62c56b5-08d1-4f66-8420-9cc74b7b6e85,Curanderismo: Global & Cultural Influences of Traditional Healing,By University of New Mexico via Coursera,,course|https://www.coursera.org/learn/curanderismo-global-traditional-healing,curanderismo;alternative-medicine,,,,,, -381d7479-dd79-4196-963a-c31230830391,Interprofessional Healthcare Informatics,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/health-informatics-professional,healthcare-informatics,,,,,, -ec70a0a8-1f60-47fc-b2f5-6054ebf4a251,The Challenges of Global Health,By Duke University via Coursera,,course|https://www.coursera.org/learn/global-health,public-health,,,,,, -3b91c3d8-afb3-49b5-bf5c-2587a486757f,Health in Complex Humanitarian Emergencies,By Emory University via Coursera,,course|https://www.coursera.org/learn/health-che,healthcare;emergency-care;public-health,,,,,, -301ea64a-43ed-4fb2-92e7-da8aab9a71a7,Schizophrenia,By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/schizophrenia,schizophrenia,,,,,, -4ba71ff6-7021-46d9-8d9c-d5aa6d82921b,Evidence-based Toxicology,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-evidence-based-toxicology-12316,toxicology,,,,,, -846a37ff-e6b2-4a1e-a965-95f88b9ca9fc,Sutton,By J.R. Moehringer,https://learn-awesome.github.io/assets/book_covers/13624683.jpg,book|https://www.goodreads.com/book/show/13624683-sutton,historical-fiction,,,,,, -baf40f3f-63d5-4d06-996c-dff1c0757d2d,Population Health: Fundamentals of Population Health Management,By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-population-health-fundamentals-of-population-health-management-13057,public-health,,,,,, -9b1782f0-620c-406b-bc0b-0e7a9e79d8d0,Global Health: An Interdisciplinary Overview,By University of Geneva via Coursera,,course|https://www.classcentral.com/course/coursera-global-health-an-interdisciplinary-overview-685,public-health,,,,,, -8510fe3d-0605-4572-bb06-d07ab1bb296a,Data Management for Clinical Research,By Vanderbilt University via Coursera,,course|https://www.coursera.org/learn/clinical-data-management,clinical-research,,,,,, -11bd7152-6aae-4b63-8ebb-5741ec5f4f30,Understanding Cancer Metastasis,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/cancer-metastasis,cancer,,,,,, -36abf5f1-6706-4016-afec-42744e58ad70,Drug Commercialization,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/drug-commercialization,drug-development,,,,,, -f1f07045-47ac-42a4-8efa-0595f2c0c4f8,Fixing Healthcare Delivery 2.0: Advanced Lean,By University of Florida via Coursera,,course|https://www.classcentral.com/course/coursera-fixing-healthcare-delivery-2-0-advanced-lean-9139,healthcare;project-management,,,,,, -6c91076c-302a-4625-879c-bc7ca18f7059,Antibiotic Stewardship,By Stanford University via Coursera,,course|https://www.coursera.org/learn/antibiotic-stewardship,antibiotics,,,,,, -955ddad9-78c7-4c0e-9b30-bdcb6b795fef,Bridging healthcare and society,By Tomsk State University via Coursera,,course|https://www.coursera.org/learn/healthcare-and-society,healthcare;society,,,,,, -5a5ecfea-f56a-4898-aa6c-ab7af695fdbe,"Life, Health and Radiation",By The University of Sydney via Coursera,,course|https://www.classcentral.com/course/coursera-life-health-and-radiation-13747,healthcare;radiation,,,,,, -a902e523-5bf4-461e-b46d-8b27a282dada,"Global Health Security, Solidarity and Sustainability through the International Health Regulations",By University of Geneva via Coursera,,course|https://www.classcentral.com/course/coursera-global-health-security-solidarity-and-sustainability-through-the-international-health-regulations-13838,public-health;regulations,,,,,, -0d82131b-8a8b-4a5f-905e-73d1926b5e23,Traditional herbal medicine in supportive cancer care: From alternative to integrative,By Technion - Israel Institute of Technology via Coursera,,course|https://www.coursera.org/learn/cancer-medicine-alternative-herbal-asia,herbal-medicine;cancer,,,,,, -c575dffe-39b3-4b07-a994-e377d73f2078,"Global Health, Conflict and Violence",By University of Bergen via FutureLearn,,course|https://www.futurelearn.com/courses/medical-peace-work-global-health,public-health,,,,,, -965e2cf5-c754-4710-81bf-2787734f79a1,High Level Biocontainment for Healthcare Facilities,By University of Nebraska via Coursera,,course|https://www.coursera.org/learn/biocontainment,healthcare,,,,,, -21cc2a96-d7bb-4d04-b647-060bf67e5fef,Antimicrobial Stewardship for Africa,By The British Society for Antimicrobial Chemotherapy via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-antimicrobial-stewardship-for-africa-12471,antimicrobial-therapy;africa,,,,,, -8d0c9989-b955-4fd0-9880-eaa25d98de7b,Career 911: Your Future Job in Medicine and Healthcare,By Northwestern University via Coursera,,course|https://www.coursera.org/learn/healthcarejobs,careers;medicine;healthcare,,,,,, -a9cc2f8d-2580-4f6d-acfa-643f9e41b5fb,Feeding the World,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-feeding-the-world-3913,food;society;animal-food;dairy;swine;beef;poultry,,,,,, -570f2d8a-99fa-4c11-9b9e-551b06a574da,Training and Learning Programs for Volunteer Community Health Workers,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-training-and-learning-programs-for-volunteer-community-health-workers-1038,healthcare;training,,,,,, -a5fd1b3e-30bd-497b-88ee-dafaac5c046d,eHealth: More than just an electronic record,By The University of Sydney via Coursera,,course|https://www.coursera.org/learn/ehealth,healthcare;information-technology,,,,,, -44e562e2-37ee-4334-9f7a-52ce2e3d32d4,PrEParing: PrEP for Providers and Patients,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/prep,aids,,,,,, -e71111c4-86ea-430d-885d-a05fe26fe9f5,Stories of Infection,By Stanford University via Coursera,,course|https://www.coursera.org/learn/stories-of-infection,infection,,,,,, -4f6875ba-17ec-45de-87bd-341709df554f,Medical Cannabis for Pain Control,By Technion - Israel Institute of Technology via Coursera,,course|https://www.coursera.org/learn/medical-cannabis-pain-control,cannabis;pain-management,,,,,, -a2089f80-ce3c-4c90-971d-8fc66068903f,Weight Management: Beyond Balancing Calories,By Emory University via Coursera,,course|https://www.coursera.org/learn/weight-management-beyond-balancing-calories,weight-management;obesity,,,,,, -ef7647c9-4ab4-4c5e-bba9-820970bad865,Diabetes - a Global Challenge,By University of Copenhagen via Coursera,,course|https://www.coursera.org/learn/diabetes,diabetes,,,,,, -1095a026-7dcc-4a1a-9cb4-3f5d25e1f6c2,Principles of fMRI 1,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/functional-mri,mri,,,,,, -67cae091-8e11-405a-b418-912f76c8cb26,Disease Screening in Public Health,By University of Geneva via Coursera,,course|https://www.coursera.org/learn/screening,public-health,,,,,, -37c14e52-f532-4039-8440-a6179cbecf2f,Organ Donation: From Death to Life,By University of Cape Town via Coursera,,course|https://www.classcentral.com/course/coursera-organ-donation-from-death-to-life-8708,organ-donation,,,,,, -fe1ddc34-1a73-4653-a266-e2aa9864d4e9,Implant Dentistry,By The University of Hong Kong via Coursera,,course|https://www.classcentral.com/course/coursera-implant-dentistry-7191,dentistry,,,,,, -85cc5d79-fa51-431c-8fff-b58d488a0074,Everyday Chinese Medicine,By The Chinese University of Hong Kong via Coursera,,course|https://www.classcentral.com/course/coursera-everyday-chinese-medicine-9386,chinese-medicine,,,,,, -dbd55ff9-4f6a-46b6-94a9-7e626059b723,How to become a Python Developer? (6 Weeks Roadmap) | FavTutor,,,blog|https://favtutor.com/blogs/how-to-become-a-python-developer,programming-languages/python;learning,,,beginner,,5.0,oer -b5b8a6fa-33db-44e9-8cea-3a2af6320240,"Drugs, drug use, drug policy and health",By University of Geneva via Coursera,,course|https://www.coursera.org/learn/drugs,drugs;health,,,,,, -5e96c366-0d60-404e-bb1c-9a37c817d819,"Protecting Public Health in a Changing Climate: A Primer for City, Local, and Regional Action",By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-protecting-public-health-in-a-changing-climate-a-primer-for-city-local-and-regional-action-12527,public-health,,,,,, -40fed27b-9e6f-4e91-96ea-f814c967ebb7,Future Healthcare Payment Models,By Northeastern University via Coursera,,course|https://www.coursera.org/learn/healthcare-payment-models,healthcare;business,,,,,, -b576bf6f-09d3-4347-85ff-ad05517a3aa9,Evaluating the Quality of Healthcare Delivery,By Northeastern University via Coursera,,course|https://www.classcentral.com/course/coursera-evaluating-the-quality-of-healthcare-delivery-12800,healthcare;quality,,,,,, -bac5b236-469a-4cbf-9b0b-4125f69dba97,Health for All Through Primary Health Care,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-health-for-all-through-primary-health-care-837,healthcare,,,,,, -37195a5e-62c6-45ef-91bb-f65ce6520f2d,Global Adolescent Health,By University of Melbourne via Coursera,,course|https://www.coursera.org/learn/youth-health,adolescent-health;public-health,,,,,, -0ce9af7c-ba60-4251-b40b-fe3081861fb2,"Understanding Anxiety, Depression and CBT",By University of Reading via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-anxiety-depression-and-cbt-5846,anxiety;depression,,,,,, -a1e7e826-b98b-470b-8724-596e815cc94c,"Epidemics, Pandemics and Outbreaks",By University of Pittsburgh via Coursera,,course|https://www.coursera.org/learn/epidemic-pandemic-outbreak,epidemics;pandemics;epidemiology,,,,,, -f6f9e09c-41fb-416f-865f-ca601187ace3,"Dementia and the Arts: Sharing Practice, Developing Understanding and Enhancing Lives",By University College London via FutureLearn,,course|https://www.futurelearn.com/courses/dementia-arts,dementia,,,,,, -09142720-13a2-4327-90b3-9acf6ef823eb,Understanding ADHD: Current Research and Practice,By King's College London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-adhd-current-research-and-practice-13328,adhd,,,,,, -293b647d-532b-4623-88b3-fac2a97e61a1,Population Health: Health & Health Behaviour,By Leiden University via Coursera,,course|https://www.coursera.org/learn/population-health-behaviour,public-health,,,,,, -91d4c2ea-91d0-42af-8a43-33471c45a419,Shared Decision Making and Interprofessional Collaboration in Health Care,By Hong Kong Polytechnic University via edX,,course|https://www.edx.org/course/shared-decision-making-and-interprofessional-collaboration-in-health-care,healthcare;collaboration,,,,,, -1ede2200-1622-4b73-927f-a8a49053d690,Teaching and Assessing Clinical Skills,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-teaching-and-assessing-clinical-skills-2574,healthcare;education,,,,,, -9df86dd9-a3de-4440-baba-a59f24778dd7,Fixing Healthcare Delivery,By University of Florida via Coursera,,course|https://www.classcentral.com/course/coursera-fixing-healthcare-delivery-2098,healthcare,,,,,, -8d50dec4-106b-4a28-816f-7641f03d2399,MRI Fundamentals,By Korea Advanced Institute of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-mri-fundamentals-5043,mri,,,,,, -b870e8bb-82e5-460b-9947-a439a45944cc,Infection Prevention in Nursing Homes,By The University of North Carolina at Chapel Hill via Coursera,,course|https://www.classcentral.com/course/coursera-infection-prevention-in-nursing-homes-5062,infection;healthcare,,,,,, -354f6550-af5b-4236-a989-7bbdd7ba7a59,Antimicrobial resistance - theory and methods,By Technical University of Denmark (DTU) via Coursera,,course|https://www.classcentral.com/course/coursera-antimicrobial-resistance-theory-and-methods-6448,antimicrobial-therapy,,,,,, -aaee177b-1bd6-41c2-85a2-607b224b72a6,Stanford's Short Course on Breastfeeding,By Stanford University via Coursera,,course|https://www.classcentral.com/course/coursera-stanford-s-short-course-on-breastfeeding-10633,breastfeeding;nutrition;children,,,,,, -2c2850c7-f7a8-4670-aa2a-31a5ee31382e,Managing Your Health: The Role of Physical Therapy and Exercise,By University of Toronto via Coursera,,course|https://www.classcentral.com/course/coursera-managing-your-health-the-role-of-physical-therapy-and-exercise-11686,healthcare;exercise;physical-therapy,,,,,, -e719f39a-d696-4d63-9b55-cacba14133c9,Dermatology: Trip to skin,By Novosibirsk State University via Coursera,,course|https://www.coursera.org/learn/dermatology,dermatology,,,,,, -d740e32c-473f-462d-b173-aade12e560b9,Population Health: Governance,By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-population-health-governance-13330,public-health;governance,,,,,, -1ba85949-0191-4fa5-b951-3d32190fe122,Ebola Virus Disease: An Evolving Epidemic,By Emory University via Coursera,,course|https://www.classcentral.com/course/coursera-ebola-virus-disease-an-evolving-epidemic-3202,ebola,,,,,, -16c7ecae-f166-45c2-8294-2df29371326f,Nutrition and Lifestyle in Pregnancy,By Ludwig-Maximilians-Universität München via Coursera,,course|https://www.coursera.org/learn/nutrition-pregnancy,pregnancy,,,,,, -429c9d8c-2c26-49e7-a1c7-74f58a150a16,Food as Medicine: Talking about Weight,By Monash University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-food-as-medicine-talking-about-weight-9121,weight-management;nutrition,,,,,, -befa9d62-d5cc-4217-8d31-7fe23372b6d6,She's Come Undone,By Wally Lamb,https://learn-awesome.github.io/assets/book_covers/5203.jpg,book|https://www.goodreads.com/book/show/5203.She_s_Come_Undone,fiction,,,,,, -28677c21-4a73-4a5f-812a-7fb0bba0907f,Prehospital care of acute stroke and patient selection for endovascular treatment using the RACE scale,By University of Barcelona via Coursera,,course|https://www.coursera.org/learn/acute-stroke-race-scale,healthcare;stroke,,,,,, -04d374bc-2283-4ae3-8753-1b0d2e26587c,Non-Communicable Diseases in Humanitarian Settings,By University of Copenhagen via Coursera,,course|https://www.classcentral.com/course/coursera-non-communicable-diseases-in-humanitarian-settings-12223,public-health,,,,,, -397bc8b2-b3f4-4cc0-b914-c993c248b262,Introduction to Cataract Surgery,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/cataract-surgery,cataract-surgery,,,,,, -e19a2d1f-053e-44c1-a332-4c64e0efab61,Ebola: Essential Knowledge for Health Professionals,By University of Amsterdam via Coursera,,course|https://www.coursera.org/learn/ebola-essentials-for-health-professionals,ebola,,,,,, -6f11348a-b3c6-4db8-9fc1-1cdba10fefb6,Principles of fMRI 2,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/functional-mri-2,mri,,,,,, -714e68c7-ef41-41b8-b208-c1f58ae48b5e,Systems Science and Obesity,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/systems-science-obesity,obesity,,,,,, -31e5f21f-7735-43f9-b26d-57fe7c085bea,Food as Medicine: Food and Inflammation,By Monash University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-food-as-medicine-food-and-inflammation-9149,imflammation;food,,,,,, -57d98f94-4f13-4f4d-b951-4ef2b6686ae9,"Food for Thought: The Relationship Between Food, Gut and Brain",By EIT Food via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-food-for-thought-the-relationship-between-food-gut-and-brain-12033,food;healthcare,,,,,, -727bfcd3-31c6-4cef-986b-07477e8775e6,Disease Clusters,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-disease-clusters-13166,disease,,,,,, -6d0b4db9-30d3-459f-aff2-5cf11e3c3240,Curanderismo: Traditional Healing of the Body,By University of New Mexico via Coursera,,course|https://www.classcentral.com/course/coursera-curanderismo-traditional-healing-of-the-body-3282,curanderismo;alternative-medicine,,,,,, -9af326d6-1213-471c-84ef-fcc318165d77,AIDS: Fear and Hope,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-aids-fear-and-hope-3153,aids,,,,,, -839894f5-5782-4185-ba3c-de52c3073bbd,Nutrition and Wellbeing,By University of Aberdeen via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-nutrition-and-wellbeing-3608,nutrition;wellness,,,,,, -e0fa0396-7cd3-4d7e-b7c6-2f4e8670b29c,In the footsteps of Zika… approaching the unknown,By University of Geneva via Coursera,,course|https://www.coursera.org/learn/zika,zika;disease,,,,,, -31054b21-d183-4698-9826-4b0e546c3689,Global Health Diplomacy,By State University of New York via Coursera,,course|https://www.classcentral.com/course/coursera-global-health-diplomacy-6750,public-health,,,,,, -69013559-f2f2-4f00-91ee-a34d0200f23f,Global Health at the Human-Animal-Ecosystem Interface,By University of Geneva via Coursera,,course|https://www.classcentral.com/course/coursera-global-health-at-the-human-animal-ecosystem-interface-8336,public-health,,,,,, -21cb9c90-82ef-4758-b2ef-cccb11de5547,Understanding Prostate Cancer,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/prostate-cancer,prostate-cancer,,,,,, -e199ccb3-21b4-47eb-92f0-f88a1564bf07,The Role of Antifungal Stewardship,By The British Society for Antimicrobial Chemotherapy via FutureLearn,,course|https://www.futurelearn.com/courses/antifungal-stewardship,fungal-diseases,,,,,, -dbbd7835-17f5-4bf5-bed9-e4d71dc5a950,Sustainable Food Security: Food Access,By Wageningen University via edX,,course|https://www.edx.org/course/sustainable-food-security-food-access-2,food;society,,,,,, -e8f03eea-e0d1-48be-804c-95ae7c39e1e6,The Science of Weight Loss: Dispelling Diet Myths,By University of Newcastle via edX,,course|https://www.classcentral.com/course/edx-the-science-of-weight-loss-dispelling-diet-myths-8100,weight-loss;diet,,,,,, -996c9c02-ded0-4c79-a7ff-3cd14af50686,Compassionate Care: Getting it Right,By University of Dundee via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-compassionate-care-getting-it-right-5639,healthcare,,,,,, -63650ead-fabf-40a1-a8b9-93df0c6fe653,Quality Improvement in Healthcare: the Case for Change,By University of Bath via FutureLearn,,course|https://www.futurelearn.com/courses/quality-improvement,healthcare;quality,,,,,, -d78a9c2b-6316-4082-b3ed-b558ecbc8541,Myocardial Infarction,By University of Zurich via Coursera,,course|https://www.coursera.org/learn/infarction,myocardial-infarction;healthcare,,,,,, -2bf47b3c-93de-4e10-bf8a-d1fc93b942c5,An Introduction to the U.S. Food System: Perspectives from Public Health,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-an-introduction-to-the-u-s-food-system-perspectives-from-public-health-396,public-health;food;nations/usa,,,,,, -586ebd31-25cc-49e4-81fd-3787718b4b38,Dementia Care: Staying Connected and Living Well,By Newcastle University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-dementia-care-staying-connected-and-living-well-5638,dementia,,,,,, -fb146583-e20c-47cd-b652-0185e1755afe,Maximising Spa Profitability: Financial Planning for Spa and Wellness Centers,By Glion Institute of Higher Education via FutureLearn,,course|https://www.futurelearn.com/courses/maximising-spa-profitability,spa;business,,,,,, -2befa255-5af0-41bf-94f5-3551194ac6da,Addressing Postnatal Depression as a Healthcare Professional,By University of Exeter via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-addressing-postnatal-depression-as-a-healthcare-professional-13450,postnatal-depression,,,,,, -77ba432e-9fbf-4b3a-87aa-4eb189f6ce19,Heart Health: A Beginner's Guide to Cardiovascular Disease,By University of Reading via FutureLearn,,course|https://www.futurelearn.com/courses/heart-health,heart;cardiovascular-diseases,,,,,, -9556296d-4ce9-4583-add9-ee62675cdaa5,Healthcare Marketplace Capstone,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/healthcare-marketplace-capstone,healthcare;business,,,,,, -887db9b5-3b77-415b-99e4-f093466f0edb,"Integrating Care: Depression, Anxiety and Physical Illness",By King's College London via FutureLearn,,course|https://www.futurelearn.com/courses/integrating-mental-and-physical-health-depression-and-anxiety,depression;anxiety;healthcare,,,,,, -1a012579-92eb-44f0-b233-6f76c3d54a52,Introduction to Nutrition and Food Safety,By Tapei Medical University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-nutrition-and-food-safety-10574,nutrition;food-safety,,,,,, -f7112882-a3ef-4512-90ac-ed1475ec4f6d,Essentials of Good Pharmacy Practice: The Basics,By Taipei Medical University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-essentials-of-good-pharmacy-practice-the-basics-11557,pharmacy,,,,,, -9dbab0ea-c455-4e04-aaee-8ac407851245,The Basics of Exercise Programs for Older Adults,By via Open Education by Blackboard,,course|https://coursesites.com/?course_id=_231029_1,exercise,,,,,, -37c6a462-7462-4bf9-a1ab-612d8b3d7167,Fundamentals of Clinical Trials,By Harvard University via edX,,course|https://www.edx.org/course/fundamentals-clinical-trials-harvardx-hsph-hms214x,clinical-trials,,,,,, -1ad88276-f542-43d5-b085-d2a348032fc3,Health and Society,By Harvard University via edX,,course|https://www.edx.org/course/health-society-harvardx-ph201x,health;society,,,,,, -70f0fb5c-1dee-4bc6-ba74-ca25ee8f09cc,Better Conversations with Aphasia,By University College London via Independent,,course|https://extendstore.ucl.ac.uk/product?catalog=UCLXBCA,aphasia,,,,,, -fab19438-1452-42f7-a408-4613692d719f,Perioperative Fluid Therapy,By University College London via Independent,,course|https://www.classcentral.com/course/independent-perioperative-fluid-therapy-1961,fluid-therapy,,,,,, -3915cf07-8e2e-462a-8502-6c6c4eaacaa6,United States Health Policy,By Harvard University via edX,,course|https://www.edx.org/course/united-states-health-policy-harvardx-ph210x,nations/usa/health,,,,,, -1c2f9d3f-2510-469d-91e4-3a4910f42d50,Representations of HIV/AIDS,By Davidson College via edX,,course|https://www.classcentral.com/course/edx-representations-of-hiv-aids-1625,aids,,,,,, -c437aa2a-93da-486a-95e4-d4c427f81197,Basic Life Support,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-basic-life-support-2889,life-support,,,,,, -e8476774-c94d-4142-8c15-df56f3473d2d,Pediatric Advanced Life Support,By via Canvas Network,,course|https://www.canvas.net/browse/disquefoundation/courses/pediatric-advanced-life-support,pediatrics;life-support,,,,,, -b8254e83-0e0f-4b30-a134-3ea0f7dd7f8f,Advanced Cardiac Life Support,By via Canvas Network,,course|https://www.canvas.net/browse/disquefoundation/courses/advanced-cardiac-life-support,life-support,,,,,, -32ca1830-13e9-43c1-b993-93e8e64249d7,Health Care In Danger,By International Committee of the Red Cross via Independent,,course|http://elearning.icrc.org/healthcareindanger-legal-framework/en/,healthcare,,,,,, -b7e9fc2f-d1e6-4434-8540-f7e461848d6a,First Responder Trauma & Emergency Care Program,By via EdCast,,course|https://www.classcentral.com/course/edcast-first-responder-trauma-emergency-care-program-3546,emergency-care;trauma,,,,,, -e466d0ed-3251-498a-bfb0-329fb9a7771b,Innovating in Health Care,By Harvard University via edX,,course|https://www.edx.org/course/innovating-health-care-harvardx-bus5-1,healthcare;innovation,,,,,, -15ce5f2b-fa27-4563-a5f5-b93c9596bda9,Medicine in the Digital Age,By Rice University via edX,,course|https://www.classcentral.com/course/edx-medicine-in-the-digital-age-2683,medicine,,,,,, -d327e69a-4d68-4f82-a21f-7a1fcca948dc,The Biology of Water and Health – Fundamentals,By Open Education Consortium (OEC) via edX,,course|https://www.classcentral.com/course/edx-the-biology-of-water-and-health-fundamentals-2475,water;health;biology,,,,,, -c731fe6b-1f88-468a-a601-ab435bdfa223,Drugs in Fitness and Sport - Clean or Jerk?,By Central Institute of Technology via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-drugs-in-fitness-and-sport-clean-or-jerk-4149,drugs;sports,,,,,, -e791dbc3-9690-4577-809b-40584f2115b1,Writing Skills for Health Care Providers,By Concordia University Wisconsin via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-writing-skills-for-health-care-providers-4148,writing;healthcare,,,,,, -f9b74b78-34d3-4de8-9720-cc4898e2ef98,Perspectives on Disability,By Northern Illinois University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-perspectives-on-disability-1294,disability,,,,,, -f5ea229f-47f1-47c8-8d1b-225a201037ae,Thinking Critically: Interpreting Randomized Clinical Trials,By Stanford University via Stanford OpenEdx,,course|https://cme.class.stanford.edu/courses/CME/013/2015-2017/about,clinical-trials,,,,,,oer -9b6eb590-9252-40b8-8839-3ae37435b53b,Congenital Hypothyroidism: What Every Primary Care Provider Needs to Know,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-congenital-hypothyroidism-what-every-primary-care-provider-needs-to-know-5698,hypothyroidism,,,,,, -1b50142e-beef-47ef-8d99-e401b3d4420d,Epidemics | 流行病学,By The University of Hong Kong via edX,,course|https://www.edx.org/course/epidemics-liu-xing-bing-xue-hkux-hku01x,epidemiology,,,,,, -88988051-6439-4db5-a96d-4bb183fe35fe,The Measure of Success,By Athlete 365 via Independent,,course|https://www.classcentral.com/course/independent-the-measure-of-success-4852,athletics,,,,,, -da3328b0-7a0e-4ad7-a183-f8e113ff7ec0,Prescription Drug Misuse and Addiction: Compassionate Care for a Complex Problem,By Stanford University via Stanford OpenEdx,,course|https://cme.class.stanford.edu/courses/CME/008/2015-2017/about,drugs;addiction,,,,,,oer -0852e8e8-dbb7-40cd-bb45-a9d50038129f,Chemicals and Health,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/chemicals-health,chemistry;health,,,,,, -fee8962d-65ea-46fc-aa55-76811014ae85,Optimizing Antimicrobial Therapy with Timeouts,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-optimizing-antimicrobial-therapy-with-timeouts-5694,antimicrobial-therapy,,,,,, -37c75aef-1b6c-491a-8592-d5d8e150f600,Going Out on a Limb: Anatomy of the Upper Limb,By University of Pennsylvania via edX,,course|https://www.classcentral.com/course/edx-going-out-on-a-limb-anatomy-of-the-upper-limb-4520,anatomy,,,,,, -a4d06f02-996b-45b3-8f50-5a8b62134677,"Dementia and Diversity in Primary Care: A Primer - Guidelines, Ethnic Differences, and Assessment",By Stanford Medicine via Stanford OpenEdx,,course|https://online.stanford.edu/courses/som-ycme0008-dementia-and-diversity-primary-care-primer-guidelines-ethnic-differences-and,dementia;diversity,,,,,,oer -e8a1dc8c-45e7-44c2-b06a-4b8f957d06ec,新药发现和药物靶点 | Drug Discovery and its Target,By Peking University via edX,,course|https://www.classcentral.com/course/edx--drug-discovery-and-its-target-4416,drug-development,,,,,, -51418bd4-6cf7-4884-a404-cfc7e8426a3f,Global Health Case Studies from a Biosocial Perspective,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-global-health-case-studies-from-a-biosocial-perspective-1619,public-health,,,,,, -32ada8fa-4d82-4aae-a704-18aa0d069119,Artificial Intelligence Course - AI Certification Training Online,,,article|https://intellipaat.com/artificial-intelligence-deep-learning-course-with-tensorflow/,natural-language-processing;ai-ethics,,,beginner,,, -51604fa9-284d-4e5a-9e6b-d68f0f706bf8,Medicating for Mental Health: Judicious Use of Psychiatric Drugs,By Colgate University via edX,,course|https://www.classcentral.com/course/edx-medicating-for-mental-health-judicious-use-of-psychiatric-drugs-3706,mental-health;drugs,,,,,, -1e06608a-90b3-44e4-9ae7-6b41171c1341,An Introduction to Global Health,By Karolinska Institutet via edX,,course|https://www.classcentral.com/course/edx-an-introduction-to-global-health-1841,public-health,,,,,, -39fc07c0-9b1d-408c-aa6e-4832425f731f,Health Professional Teaching Skills – Level 2 – Strategies,By University of Toronto via edX,,course|https://www.classcentral.com/course/edx-health-professional-teaching-skills-level-2-strategies-5856,healthcare;education,,,,,, -4509f303-19e6-4e8b-a2f9-a6ba4fa171c7,The Science of Global Health Implementation,By Centre Virchow-Villermé via iversity,,course|https://www.classcentral.com/course/iversity-the-science-of-global-health-implementation-5938,public-health,,,,,, -01844fc1-87ee-4054-a3fe-22fc00538e05,So you want to work in the Pharmaceutical Industry,By Dublin Institute of Technology via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-so-you-want-to-work-in-the-pharmaceutical-industry-833,pharmacy;careers,,,,,, -54bc5a5b-605d-4f8b-985d-fdc160964471,Dementia and Diversity in Primary Care: Latino Populations,By Stanford Medicine via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-dementia-and-diversity-in-primary-care-latino-populations-10466,dementia;diversity,,,,,, -d03cd3b1-af04-4da9-99c7-2e83e6899533,Introduction To Food & Health,By Stanford Medicine via Stanford OpenEdx,,course|https://cme.class.stanford.edu/courses/CME/023/2016/about,food;health,,,,,,oer -5892886a-9671-4f99-82d6-2cf2903c752b,U.S. Healthcare Systems,By Doane University via edX,,course|https://www.edx.org/course/healthcare-organization-and-delivery-in-the-united-states,healthcare;nations/usa,,,,,, -0a15de2b-4218-46fd-9491-d353616c182b,Breast Density Notification: Educating Primary Care Providers for Better Healthcare Delivery,By University of Michigan via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-breast-density-notification-educating-primary-care-providers-for-better-healthcare-delivery-3860,breast-cancer,,,,,, -c5d3d383-e785-4038-bcee-2a3bcdebf468,Celebrating Food and Wellness Around the Globe (Preview Only),By Shoreline Community College via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-celebrating-food-and-wellness-around-the-globe-preview-only-3633,food;wellness,,,,,, -db171ced-de15-42eb-abbf-a148da092dad,Focused Bedside TTE and Ultrasound,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-focused-bedside-tte-and-ultrasound-6939,ultrasound;echocardiography,,,,,, -6c660d4a-0d76-4a6f-b619-012add8d17b2,Pragmatic Randomized Controlled Trials in Health Care,By Karolinska Institutet via edX,,course|https://www.classcentral.com/course/edx-pragmatic-randomized-controlled-trials-in-health-care-1840,clinical-trials,,,,,, -8552c906-054d-475d-8ce6-c7f0d1baec3b,eHealth – Opportunities and Challenges,By Karolinska Institutet via edX,,course|https://www.classcentral.com/course/edx-ehealth-opportunities-and-challenges-3081,healthcare;information-technology,,,,,, -5f67efdc-e208-4c66-ae4e-00419da351c1,To Prescribe or Not To Prescribe? Antibiotics and Outpatient Infections,By Stanford Medicine via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-to-prescribe-or-not-to-prescribe-antibiotics-and-outpatient-infections-10463,antibiotics,,,,,, -b5643200-0276-4343-9657-f029eaada606,Managing Addiction: A Framework for Successful Treatment,By University of Adelaide via edX,,course|https://www.edx.org/course/managing-addiction-framework-successful-adelaidex-addictionx-0,addiction,,,,,, -8154c076-0e18-413c-89a3-514609e6ab64,Behavioral Medicine: A Key to Better Health,By Karolinska Institutet via edX,,course|https://www.classcentral.com/course/edx-behavioral-medicine-a-key-to-better-health-1835,behavioral-medicine;healthcare,,,,,, -1ea37306-53be-4325-9261-60a34fb40a80,Training healthcare teams in intercultural communication and patient safety,By Middlesex University London via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_1134_1,healthcare;education,,,,,, -e565b593-fc02-4960-9bf8-581a3070b678,EMS Biosafety Transport for Operators,By Emory University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-ems-biosafety-transport-for-operators-8060,biosafety,,,,,, -e4bf6f97-58da-4b5a-baa2-f68a4c3c6244,Clinical Biosafety Awareness,By Emory University via Canvas Network,,course|https://www.canvas.net/browse/emory/courses/clinical-biosafety-awareness,biosafety,,,,,, -7a4a2e85-99ca-4963-b241-9ec7b43cbadc,Parasitic Worms: Life Stories,By University of Manchester via Canvas Network,,course|https://www.canvas.net/browse/uofmanchester/courses/parasitic-worms,parasitic-worms,,,,,, -81b734f9-4cd8-442e-91a4-00b48453de51,The Body Matters: Why Exercise Makes You Healthy and How to Stay Uninjured,By McGill University via edX,,course|https://www.edx.org/course/body-matters-why-exercise-makes-you-mcgillx-body101x-0,exercise;health,,,,,, -9fcc4255-ad83-476d-b5ef-44f8ec85dbd3,The Science and Politics of the GMO,By Cornell University via edX,,course|https://www.classcentral.com/course/edx-the-science-and-politics-of-the-gmo-6501,gmo,,,,,, -7dd8b87b-75c8-4260-a584-fc7b90f09b4a,Introduction to the Science of Cancer,By Ohio State University via Canvas Network,,course|https://www.canvas.net/browse/osu/global-one-health/courses/science-of-cancer,cancer,,,,,, -52adc5fe-b358-4b48-bf69-090849fe7a6c,Managing Atrial Fibrillation,By Stanford Medicine via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-managing-atrial-fibrillation-10462,healthcare;atrial-fibrilliation,,,,,, -74ee6e15-ae10-405b-829b-7cb0f9b80632,Interprofessional Education for 21st Century Care,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:Medicine+IPE21CC+ongoing/about,healthcare,,,,,,oer -19c58fc7-bb64-4eb9-ae59-0039f727ada6,"The Future of Obamacare: Repeal, Repair, or Replace?",By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-the-future-of-obamacare-repeal-repair-or-replace-8261,obamacare,,,,,, -71c3742e-5228-4a1b-930a-1de75a3ee60a,Unconscious Bias in Medicine,By Stanford University via Stanford OpenEdx,,course|https://online.stanford.edu/courses/som-ycme0027-unconscious-bias-medicine-cme,medicine,,,,,,oer -d85690cc-51d6-4bbc-b107-cd8bf5532faa,Sonic Boom Explained - How is it Created - Animated Graphics,,,video|https://www.youtube.com/watch?v=1pf-Is2S1_Q,sonic-boom;hypersonics,,,,,,oer -e4a73545-7663-48ca-abae-faf3d0f69faf,Introduction to Pharmacy,By Ohio State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-introduction-to-pharmacy-499,pharmacy,,,,,, -c0600592-be03-41f1-9555-3b2be1f319fd,Current Topics in Nutrient Management,By University of Delaware via Canvas Network,,course|https://www.canvas.net/browse/uofdelaware/courses/current-topics-nutrient-mgmt,nutrition,,,,,, -f464c718-0894-4f65-aa03-0377639183b1,Vona du Toit Model of Creative Ability,By University of Northampton via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_1585_1,healthcare,,,,,, -0934bf84-7c1c-48a0-a94a-91002d2aeb9f,Artful Medicine: Art’s Power to Enrich Patient Care,By Brown University via edX,,course|https://www.edx.org/course/artful-medicine-arts-power-enrich-brownx-med101x,arts;medicine,,,,,, -b4df4873-ae76-4f8c-8b67-e36a95a77868,The Immune System: New Developments in Research - Part 1,By Osaka University via edX,,course|https://www.edx.org/course/immune-system-new-developments-research-osakaux-bio101x-0,immune-system,,,,,, -b8994dae-c9d4-4501-8554-b9039951fdf7,Healthy Ageing in 6 Steps. Let your environment do the work.,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-healthy-ageing-in-6-steps-let-your-environment-do-the-work-7490,ageing,,,,,, -dcc5a72e-26dc-4e0d-a64f-abe6800932a6,Clinical Biosafety Awareness for Public Health Professionals,By Emory University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-clinical-biosafety-awareness-for-public-health-professionals-9027,biosafety;public-health,,,,,, -2965316a-b7c7-43a1-8534-56af887ea2e3,Intermediate Level Biosafety Training for Public Health Professionals,By Emory University via Canvas Network,,course|https://www.canvas.net/browse/emory/courses/intermediate-biosafety-training,biosafety;public-health,,,,,, -23d94c58-e1db-4688-b91b-82f0c76739e6,Dementia and Diversity in Primary Care: South Asian Populations,By Stanford Medicine via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-dementia-and-diversity-in-primary-care-south-asian-populations-10457,dementia;diversity;south-asia,,,,,, -c28f01b8-8999-497b-a3b5-045b0423386e,Exotic Tumor Database Training,By Exotic Species Cancer Research Alliance via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-exotic-tumor-database-training-9503,tumors,,,,,, -309c7c8c-33dc-42dd-96e9-fe4319531d91,Staying Fit,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:Psychiatry+StayingFit+selfpaced/about,health;fitness,,,,,,oer -b8c1c15c-64f2-4660-ac9e-22dfdb3d17da,The Science and Practice of Yoga,By University of Texas Arlington via edX,,course|https://www.edx.org/course/science-practice-yoga-utarlingtonx-link-bw-1x,yoga,,,,,, -084d9985-55c3-453b-bbd8-6572fd451808,Readings in Global Health,By Harvard University via edX,,course|https://www.edx.org/course/readings-global-health-harvardx-ph231x-1,public-health,,,,,, -1f0045f2-1805-4883-b8e1-1920be1fb95c,Disaster Medicine Training,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:Medicine+SEMPER+selfpaced/about,disaster-medicine,,,,,,oer -d82a531b-b109-4cdc-89d2-89bf56bc332d,Healthcare in India: Strategic Perspectives,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/healthcare-india-strategic-perspectives-iimbx-st260x-1,healthcare;nations/india,,,,,, -1be5d5a9-6470-4b64-aedf-b60b348622a5,Remote Food Security Monitoring,By Leiden University via Independent,,course|https://www.classcentral.com/course/independent-remote-food-security-monitoring-9858,healthcare,,,,,, -f8396146-7199-4923-a8f7-14e4431e6769,Hepatitis C Basics,By CATIE via Canvas Network,,course|https://www.canvas.net/browse/catie/courses/hepatitis-c-basics,hepatitis,,,,,, -579bdd1e-7450-45f8-8f0e-f564a7659c08,Preventing the Sexual Transmission of HIV,By CATIE via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-preventing-the-sexual-transmission-of-hiv-9952,aids,,,,,, -20f6dc91-e817-45df-9dcb-8655c2cec7d0,Mindfulness and Resilience to Stress at Work,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/mindfulness-resilience-stress-work-uc-berkeleyx-gg202x,mindfulness;stress,,,,,, -5aedf56a-e440-4716-9ec3-c658f982ad95,Know HBV And HCV - - - - Hiểu Rõ Về Viêm Gan B Và C (English & Vietnamese),By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-know-hbv-and-hcv-hieu-ro-ve-viem-gan-b-va-c-english-vietnamese-10454,hepatitis,,,,,, -9b2671fc-28ea-4ae9-bda5-a109a23cc856,Death 101: Shaping the Future of Global Health,By University of Toronto via edX,,course|https://www.classcentral.com/course/edx-death-101-shaping-the-future-of-global-health-3209,death;public-health,,,,,, -99eba36d-4969-4a66-805b-71e5d499ba21,Medical Genomics 101,By Davidson College via edX,,course|https://www.classcentral.com/course/edx-medical-genomics-101-7826,genomics,,,,,, -65447b76-b47f-437b-8ed1-54f1e4d56b4b,Lifestyle Medicine Core Principles,By Doane University via edX,,course|https://www.edx.org/course/lifestyle-medicine-core-principles,lifestyle-medicine,,,,,, -8e3492b3-2f14-4180-ad8a-88a66f52578b,Chronic Disease Treatment with Lifestyle Medicine,By Doane University via edX,,course|https://www.classcentral.com/course/edx-chronic-disease-treatment-with-lifestyle-medicine-10236,lifestyle-medicine,,,,,, -4b85cc1e-a3c9-46d4-853b-af6483bd03b6,Health Coaching for Patient Care,By Doane University via edX,,course|https://www.edx.org/course/health-coaching-for-patient-care,healthcare;coaching,,,,,, -a1dec99d-d9a4-487a-a183-93bc78792027,Fighting HIV with Antiretroviral Therapy: Implementing the Treat-All Approach,By Columbia University via edX,,course|https://www.edx.org/course/fighting-hiv-with-antiretroviral-therapy-implementing-the-treat-all-approach,aids,,,,,, -bfd45ae6-8f97-4532-bfa7-43bb6fce4eb8,Pediatric HIV Nursing,By Columbia University via edX,,course|https://www.classcentral.com/course/edx-pediatric-hiv-nursing-11350,aids;nursing,,,,,, -897c2cd0-a25d-49b3-846d-c955ad9125b2,Improving Global Health: Focusing on Quality and Safety,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-improving-global-health-focusing-on-quality-and-safety-1950,public-health,,,,,, -ea73b1a5-ea4e-49b2-b8d8-f2ee1b75ded7,Antimicrobial Stewardship: Improving Clinical Outcomes By Optimization of Antibiotic Practices (CME),By Stanford Medicine via Stanford OpenEdx,,course|https://stanford.cloud-cme.com/default.aspx?P=0&EID=20868,antibiotics;antimicrobial-therapy,,,,,, -84cd1499-fc10-4d12-8730-1e9bac5c5908,Essentials of Lifestyle Medicine and Population Health,By Doane University via edX,,course|https://www.classcentral.com/course/edx-essentials-of-lifestyle-medicine-and-population-health-11347,lifestyle-medicine;public-health,,,,,, -a8ecc8bb-f499-4902-97b8-7bc8f2eec591,Practical Improvement Science in Health Care: A Roadmap for Getting Results,By Harvard University via edX,,course|https://www.edx.org/course/ph556x-practical-improvement-science-in-health-care-a-roadmap-for-getting-results,healthcare,,,,,, -434b68ca-1f0b-4900-aa57-2b4e9f4c9503,Injury Prevention for Children & Teens,By via edX,,course|https://www.classcentral.com/course/edx-injury-prevention-for-children-teens-11346,injury,,,,,, -6c63eb7a-5009-4c03-8945-9a15e5a75a3d,Bloodborne Pathogens,By NHCPS - National Health Care Provider Solutions via Canvas Network,,course|https://www.canvas.net/browse/nhcps/courses/bloodborne-pathogens,healthcare;pathogens,,,,,, -5f02d9c1-c51a-4797-98cd-d9abe9435046,Healthcare Organization and Delivery Models,By Doane University via edX,,course|https://www.classcentral.com/course/edx-healthcare-organization-and-delivery-models-11545,healthcare;organization,,,,,, -a808ed8c-7190-4360-8645-36c1fa8205e1,Population Health: Disease Prevention and Management,By Doane University via edX,,course|https://www.classcentral.com/course/edx-population-health-disease-prevention-and-management-11561,public-health,,,,,, -9c808031-a60b-4ddd-bc0a-3fc8a31f0989,Environmental Public Health,By Ohio State University via Canvas Network,,course|https://www.canvas.net/browse/osu/global-one-health/courses/environmental-public-health,public-health,,,,,, -5106ec00-8b4a-4b0b-8cc3-00177e0f09c9,Health Informatics and Technology in Decision Making,By Doane University via edX,,course|https://www.classcentral.com/course/edx-health-informatics-and-technology-in-decision-making-11546,health-informatics,,,,,, -7a54ddcd-c527-4772-b5c4-83cbc68e2760,Lessons from Ebola: Preventing the Next Pandemic,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-lessons-from-ebola-preventing-the-next-pandemic-4879,ebola,,,,,, -5c5f890c-57c1-472c-bb15-1b1172bc40f7,Vulnerable Populations,By Doane University via edX,,course|https://www.edx.org/course/health-policy-analysis-and-advocacy,public-health,,,,,, -8a3ff722-96a9-44e1-b911-cae96c4d0ea4,"Healthcare Finance, Economics and Risk",By Doane University via edX,,course|https://www.edx.org/course/healthcare-economics,healthcare;finance,,,,,, -9034d184-adc6-4fdd-9f75-cff5a30f8430,Health Informatics Technology in Population Healthcare Analytics,By Doane University via edX,,course|https://www.classcentral.com/course/edx-health-informatics-technology-in-population-healthcare-analytics-11563,health-informatics,,,,,, -6b1c004a-f52d-4dc9-84b5-36f6b3395407,健康评估 | Health Assessment,By Peking University via edX,,course|https://www.classcentral.com/course/edx--health-assessment-3307,healthcare,,,,,, -9c207108-094f-4f51-99b2-89418c39c1ba,Principles of Health Law and Regulatory Issues,By Doane University via edX,,course|https://www.classcentral.com/course/edx-principles-of-health-law-and-regulatory-issues-11564,healthcare;law;regulations,,,,,, -e3c85c42-00ff-4089-a61a-6b008a70c32a,"Health Law, Policy, and Advocacy",By Doane University via edX,,course|https://www.classcentral.com/course/edx-health-law-policy-and-advocacy-11549,healthcare;law;regulations,,,,,, -1864ce11-97e6-4229-a75d-460b749e3d2a,Fundamentals of Advocacy in Health Policy,By Doane University via edX,,course|https://www.classcentral.com/course/edx-fundamentals-of-advocacy-in-health-policy-11565,healthcare;advocacympolicy,,,,,, -e84f76a5-ab32-4422-8d7b-440475c6d4cc,Fundamentals of Pharmacology,By Ohio State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-fundamentals-of-pharmacology-11954,pharmacology,,,,,, -accefabc-cb47-4c6d-a0c4-09c2a99370f6,Organizational Culture and Change in Healthcare,By Doane University via edX,,course|https://www.edx.org/course/organizational-culture-and-change-in-healthcare,healthcare;organization,,,,,, -f2d5a7a8-5ca4-4dee-b82f-471b921ec1fc,Introduction to Systematic Reviews,By Stanford Medicine via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:Medicine+LaneMedLib+Ongoing/about,research;medicine;healthcare-research,,,,,,oer -91e24a2c-525d-4008-8e3b-5cc576c213dd,Strategic Leadership in Healthcare,By Doane University via edX,,course|https://www.classcentral.com/course/edx-strategic-leadership-in-healthcare-11551,healthcare;leadership,,,,,, -2abe8559-54c9-4cb7-b6cb-80ef76ae7e61,Healthcare Administration Comprehensive Exam,By Doane University via edX,,course|https://www.edx.org/course/healthcare-administration-comprehensive-exam-0,healthcare;administration,,,,,, -2d002b77-b9bf-42fa-ac71-d277b4a6a9da,Beyond Medical Histories: Gaining Insight from Patient Stories,By Brown University via edX,,course|https://www.classcentral.com/course/edx-beyond-medical-histories-gaining-insight-from-patient-stories-11762,healthcare,,,,,, -f581291e-9ba3-4c81-b826-7600cb81cf75,Medicinal Chemistry: The Molecular Basis of Drug Discovery,By Davidson College via edX,,course|https://www.classcentral.com/course/edx-medicinal-chemistry-the-molecular-basis-of-drug-discovery-2296,drug-development;medicinal-chemistry,,,,,, -9918aa20-ffd9-4e62-9754-7135799c713b,Applying Leadership and Strategy Fundamentals in Healthcare,By Doane University via edX,,course|https://www.edx.org/course/applying-leadership-and-strategy-fundamentals-in-healthcare,healthcare;leadership,,,,,, -079fff62-d643-46c8-8297-225544bc4301,Measuring Health Outcomes in Field Surveys,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-measuring-health-outcomes-in-field-surveys-7203,healthcare,,,,,, -ecc589db-feb1-4012-8ddc-91edded5ce11,Leading Organizational Change in Healthcare,By Doane University via edX,,course|https://www.classcentral.com/course/edx-leading-organizational-change-in-healthcare-11567,healthcare;organization;leadership,,,,,, -713670cd-6743-4089-ba60-c3f8413b6b5b,Introduction to Lifestyle Medicine,By Doane University via edX,,course|https://www.edx.org/course/introduction-to-lifestyle-medicine-0,lifestyle-medicine,,,,,, -4eb8162c-7a31-43f9-a89c-52e9453dd681,The Practitioner’s Guide to Global Health,By Boston University via edX,,course|https://www.edx.org/course/the-practitioners-guide-to-global-health,public-health,,,,,, -33bfcf7c-0a28-4127-8755-f9af05c67f03,Certified Lifestyle Medicine Executive Comprehensive Exam,By Doane University via edX,,course|https://www.classcentral.com/course/edx-certified-lifestyle-medicine-executive-comprehensive-exam-11832,lifestyle-medicine,,,,,, -ceeea870-06a0-49d1-95a7-4d090f89be1e,Food for Thought,By McGill University via edX,,course|https://www.edx.org/course/food-for-thought,food;nutrition;macronutrients;micronutrients,,,,,, -b4d5c108-44de-4ba9-8277-085f31a531da,Advanced Literature Searching in the Health Sciences,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-advanced-literature-searching-in-the-health-sciences-12261,healthcare;research,,,,,, -c64f2895-96c6-4165-b6c4-b95b40e9f265,CERTaIN: Knowledge Synthesis: Systematic Reviews and Clinical Decision Making,By The University of Texas MD Anderson Cancer Center via edX,,course|https://www.classcentral.com/course/edx-certain-knowledge-synthesis-systematic-reviews-and-clinical-decision-making-12263,healthcare-research,,,,,, -fe989954-c3a0-4738-abb4-0897f331e1cb,CERTaIN: Observational Studies and Registries,By The University of Texas MD Anderson Cancer Center via edX,,course|https://www.classcentral.com/course/edx-certain-observational-studies-and-registries-12266,healthcare-research,,,,,, -dc3d4f99-fdcf-4677-b875-4fb28736e66c,CERTaIN: Patient-Centered Outcomes Research,By The University of Texas MD Anderson Cancer Center via edX,,course|https://www.edx.org/course/certain-patient-centered-outcomes-research,healthcare-research,,,,,, -47d59f49-47d0-4468-b923-8a52ab86e8d8,CERTaIN: CER/PCOR Methods: Introduction,By The University of Texas MD Anderson Cancer Center via edX,,course|https://www.edx.org/course/certain-introduction,healthcare-research,,,,,, -a52cc154-6931-4cd2-9cc5-e5d4635f4c3b,CERTaIN: Pragmatic Clinical Trials and Healthcare Delivery Evaluations,By The University of Texas MD Anderson Cancer Center via edX,,course|https://www.classcentral.com/course/edx-certain-pragmatic-clinical-trials-and-healthcare-delivery-evaluations-12265,healthcare-research,,,,,, -b01d15ba-47ed-4b4d-9924-bcf1c2549f1d,Introduction to Stewart’s Model of Physiological Acid-Base Chemistry.,By University of the Witwatersrand via edX,,course|https://www.edx.org/course/introduction-to-stewarts-model-of-physiological-acid-base-chemistry,healthcare;chemistry,,,,,, -4e58cb74-ec00-4a20-8011-4a43ed740153,HIV Basics,By CATIE via Canvas Network,,course|https://www.canvas.net/browse/catie/courses/hiv-basics,aids,,,,,, -22e7eab1-6576-4794-86b1-89d2c447268b,Introduction to Urology,By Karolinska Institutet via edX,,course|https://www.edx.org/course/introduction-to-urology-2,urology,,,,,, -621a2c8b-05a1-4fce-9086-269d7f7495b6,A simple trick to design your own solutions for Rubik's cubes,,,video|https://www.youtube.com/watch?v=-NL76uQOpI0,rubik-cube,,,,,,oer -74b208ae-284d-4e03-8236-1263a3730f0e,CARE: Nutrition in Ageing,By Imperial College London via edX,,course|https://www.classcentral.com/course/edx-care-nutrition-in-ageing-12566,ageing,,,,,, -0f075029-13e9-4796-bbb5-e43d17f02ca6,Intro to Healthcare and Life Sciences (HCLS) Compliance on AWS,By Amazon via Independent,,course|https://www.aws.training/Details/Curriculum?id=15436,software-tools/aws;healthcare;compliance,,,,,, -48c10e0b-53c9-4d14-86f7-b317d99ddc59,CARE: Supporting Older Adult Personal Care & Independence - Part 1 of 2,By Karolinska Institutet via edX,,course|https://www.classcentral.com/course/edx-care-supporting-older-adult-personal-care-independence-part-1-of-2-12725,ageing,,,,,, -05e8b8a8-011f-400f-9e6a-1f3fea2b5296,CARE: Promotion of Healthy Ageing,By Karolinska Institutet via edX,,course|https://www.classcentral.com/course/edx-care-promotion-of-healthy-ageing-12726,ageing,,,,,, -367728ff-4866-4972-8519-92b89968f8f6,CARE: Introduction to Caregiving for Older Adults,By Karolinska Institutet via edX,,course|https://www.classcentral.com/course/edx-care-introduction-to-caregiving-for-older-adults-12727,ageing,,,,,, -13192861-ab84-4712-975a-ce79fd918d00,CARE: Age related diseases and disorders,By Karolinska Institutet via edX,,course|https://www.classcentral.com/course/edx-care-age-related-diseases-and-disorders-12730,ageing,,,,,, -a1130013-b9f6-4552-840e-e096f5a780fd,CARE: Supporting Older Adult Personal Care & Independence - Part 2 of 2,By Karolinska Institutet via edX,,course|https://www.edx.org/course/care-supporting-older-adult-personal-care-independence-part-2-of-2,ageing,,,,,, -e78d41cb-2c34-49fc-82ad-9b19de9971a4,System Dynamics for Health Sciences,By University of the Witwatersrand via edX,,course|https://www.classcentral.com/course/edx-system-dynamics-for-health-sciences-6509,healthcare,,,,,, -f0794d97-42fd-40bc-b5f9-53d55a35686a,Introduction to Biomedical Imaging,By University of Queensland via edX,,course|https://www.edx.org/course/introduction-to-biomedical-imaging-0,biomedical-imaging,,,,,, -2b350137-9b91-4c5f-9fa9-6a10b2343a5d,Able-Minded - Mental Health and People with Intellectual Disability,By University of Queensland via edX,,course|https://www.classcentral.com/course/edx-able-minded-mental-health-and-people-with-intellectual-disability-5882,mental-health;intellectual-disability,,,,,, -35154c77-61e8-4896-94e0-ef0fe26265e2,Well and Able - Improving the Physical Health of People with Intellectual Disability,By University of Queensland via edX,,course|https://www.edx.org/course/well-and-able-improving-the-physical-health-of-people-with-intellectual-disability,intellectual-disability,,,,,, -1ee82b9c-bde1-4c09-acf8-10aec95c1ffc,Through My Eyes - Intellectual Disability Healthcare around the World,By University of Queensland via edX,,course|https://www.edx.org/course/through-my-eyes-intellectual-disability-healthcare-around-the-world,intellectual-disability,,,,,, -221903a5-16c3-43e6-97d0-ee38391ebeb7,Global Health Informatics to Improve Quality of Care,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/global-health-informatics-to-improve-quality-of-care,health-informatics,,,,,, -dd45ab6f-2392-41e8-a036-daeca83cd55c,Understanding the Australian Health Care System,By University of Queensland via edX,,course|https://www.classcentral.com/course/edx-understanding-the-australian-health-care-system-8740,nations/australia/healthcare,,,,,, -545ef054-12b6-46a6-901e-3d7066fbf499,Healthcare Finance,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-healthcare-finance-12463,healthcare;finance,,,,,, -122f58e4-7bc2-43ae-b5a4-1bd121ebb431,Health Informatics for better and safer healthcare,By Technion - Israel Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-health-informatics-for-better-and-safer-healthcare-13141,health-informatics,,,,,, -49b72b6d-e3f9-4f35-a31d-bce24a960f94,The FDA and Prescription Drugs: Current Controversies in Context,By Harvard University via edX,,course|https://www.edx.org/course/prescription-drugs-and-the-fda-current-controversies-in-context-prototype,drugs,,,,,, -3846cce5-c927-450d-a0a7-ca85463fa129,From Brain to Symptom – Introduction to Neuroscientific Psychiatry,By via edX,,course|https://www.edx.org/course/from-brain-to-symptom-introduction-to-neuroscientific-psychiatry,psychiatry;neuroscience,,,,,, -198357d5-0e1b-47dd-b4da-2c43a6415803,Lifestyle Medicine Treatments of Chronic Disease – Part 1,By Doane University via edX,,course|https://www.classcentral.com/course/edx-lifestyle-medicine-treatments-of-chronic-disease-part-1-13436,lifestyle-medicine,,,,,, -b66c9587-b2f0-454e-a11e-c718aa5f5bd6,Lifestyle Medicine Treatments of Chronic Disease – Part 2,By Doane University via edX,,course|https://www.edx.org/course/lifestyle-medicine-treatments-of-chronic-disease-part-2,lifestyle-medicine,,,,,, -0b8f5aa8-a498-4de0-850e-f550ec8400b4,Applying Health Coaching in Patient Care,By Doane University via edX,,course|https://www.classcentral.com/course/edx-applying-health-coaching-in-patient-care-13423,coaching;healthcare,,,,,, -066ca7f6-953b-450c-a227-3db6e02f2e19,Lifestyle Medicine Fundamentals,By Doane University via edX,,course|https://www.edx.org/course/lifestyle-medicine-fundamentals,lifestyle-medicine,,,,,, -d6106d04-81b3-4ae6-9819-8d277ee391ba,Strengthening Community Health Worker Programs,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-strengthening-community-health-worker-programs-13318,healthcare,,,,,, -2c70e1f8-f9c5-4512-ac6f-764715923851,Humanitarian Response to Conflict and Disaster,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-humanitarian-response-to-conflict-and-disaster-6569,public-health;conflict;disaster,,,,,, -ee32827c-5d44-4bb5-9097-6fd33a04d1fd,Global Public Health,By SDG Academy via edX,,course|https://www.edx.org/course/global-public-health,public-health,,,,,, -2ae1624c-31ff-4f6b-ae3b-87288779878e,The Opioid Crisis in America,By Harvard University via edX,,course|https://www.edx.org/course/the-opioid-crisis-in-america-2,drugs;nations/usa,,,,,, -4b9bf250-0058-455f-989e-694bad8322b8,Health Informatics: The Cutting Edge,By Georgia Institute of Technology via edX,,course|https://www.edx.org/course/health-informatics-the-cutting-edge,health-informatics,,,,,, -f15f23b2-b507-416d-895c-0af22dbefc0d,Health Informatics: Data and Interoperability Standards,By Georgia Institute of Technology via edX,,course|https://www.edx.org/course/health-informatics-data-and-interoperability-standards,health-informatics,,,,,, -9059ff93-f8b8-405f-928c-6a9cb9598afd,Health Informatics: A Current and Historical Perspective,By Georgia Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-health-informatics-a-current-and-historical-perspective-13541,health-informatics,,,,,, -a9001da3-b7ec-4c09-a888-08b07c81627f,Global Health: Beyond Ebola,By University System of Maryland via edX,,course|https://www.edx.org/course/global-health-the-lessons-of-ebola,public-health;ebola,,,,,, -67f5ecde-9be8-447c-a8bc-6a4e512fb701,Life with Diabetes,By Curtin University via edX,,course|https://www.classcentral.com/course/edx-life-with-diabetes-8864,diabetes,,,,,, -b3a37f00-4b7b-4fb7-b790-b8dab38eb583,Spiritual Competency Training in Mental Health,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-spiritual-competency-training-in-mental-health-13830,mental-health,,,,,, -696079b0-0d26-42ee-8eb7-935120c17a7c,Disease Outbreaks in Low and Middle Income Countries,By London School of Hygiene & Tropical Medicine via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-disease-outbreaks-in-low-and-middle-income-countries-15130,epidemiology,,,,,, -a17d3675-c93b-4f2f-b6b4-1a10140829b1,"Introduction to Nursing: Bioscience, Psychology, and Sociology",By University of York via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-nursing-bioscience-psychology-and-sociology-14893,nursing,,,,,, -ec8a7a98-b4eb-46d4-a5d5-69650068a11f,MedTech: Orthopaedic Implants and Regenerative Medicine,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/medtech-orthopaedic-implants,medtech,,,,,, -a294ea1e-8bd5-4c83-8ecb-ba3d7820625a,MedTech: Digital Health and Wearable Technology,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/medtech-digital-health,medtech,,,,,, -5b000645-8f5f-4003-98b9-7402d35864d2,MedTech: Exploring the Human Genome,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-medtech-exploring-the-human-genome-14406,medtech,,,,,, -43425967-5351-488b-a595-3195c2d597b8,MedTech: Trends and Product Design,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/medtech-trends-and-product-design,medtech,,,,,, -de905070-8350-462e-896e-747b8e6ec37d,MedTech: AI and Medical Robots,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-medtech-ai-and-medical-robots-14408,medtech,,,,,, -4121c26a-e5c4-44ac-b389-52bed0b6012c,Aging Populations: Lessons In Healthy Aging From Japan,By Keio University via FutureLearn,,course|https://www.futurelearn.com/courses/aging-populations,ageing;nations/japan,,,,,, -57a7e5f9-9a14-4e68-bdf9-faef57061e06,Frailty in Daily Living,By Hong Kong Polytechnic University via edX,,course|https://www.edx.org/course/frailty-in-daily-living,frailty;ageing,,,,,, -65c47ead-3d8c-4a24-8660-0e944436a401,ECG Assessment: an Introduction for Healthcare Providers,By St. George's University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-ecg-assessment-an-introduction-for-healthcare-providers-3945,ecg;healthcare,,,,,, -7a79039e-2b64-442e-9a11-f4ab206c5b64,Addressing Violence Through Patient Care,By University of Bergen via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-addressing-violence-through-patient-care-12748,public-health,,,,,, -56411456-5032-45f8-a644-4ae2fbc50b38,TARGET Antibiotics – Prescribing in Primary Care,By The British Society for Antimicrobial Chemotherapy via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-target-antibiotics-prescribing-in-primary-care-12437,antibiotics,,,,,, -ea05e095-2007-4eff-b9fa-3215e9c40713,Healthcare Research: For Healthcare Professionals,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-healthcare-research-for-healthcare-professionals-9677,healthcare-research,,,,,, -613d5ef0-532c-4f39-99b7-f622c67c8efe,Nursing in Crisis? Exploring Current Challenges,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-nursing-in-crisis-exploring-current-challenges-9676,nursing,,,,,, -e751dc8d-4e3d-470a-90af-943fa2a1224d,Improving Your Image: Dental Photography in Practice,By University of Birmingham via FutureLearn,,course|https://www.futurelearn.com/courses/dental-photography-in-practice,dental-photography,,,,,, -ad66cef7-2697-4b9b-a560-3ad0450d6f06,"Food as Medicine: Food, Exercise and the Gut",By Monash University via FutureLearn,,course|https://www.futurelearn.com/courses/fam-exercise-gut,food;exercise;health,,,,,, -0d745bcb-8bbf-4c76-aba1-75c877611bdc,Unravelling solutions for Future Food problems,By Utrecht University via Coursera,,course|https://www.coursera.org/learn/solutions-future-food-problem,food,,,,,, -83866967-97bb-4550-a603-caacd9e5549b,An Introduction to Radiation Oncology: From Diagnosis to Survivorship,By Trinity College Dublin via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-an-introduction-to-radiation-oncology-from-diagnosis-to-survivorship-11647,oncology,,,,,, -8525899a-f407-45fc-a8db-0a4d73f3ee80,Materials in Oral Health,By The University of Hong Kong via Coursera,,course|https://www.classcentral.com/course/coursera-materials-in-oral-health-8301,oral-health,,,,,, -a5f5ab51-18f2-492e-b328-49b83431a8f4,Clinical Supervision for Health Professionals,By Queensland University of Technology via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-clinical-supervision-for-health-professionals-10583,clinical-supervision;healthcare,,,,,, -76f67133-e503-440c-b236-8a6bad7f9c94,Cognitive Behavioural Skills to Treat Back Pain: The Back Skills Training (BeST) Programme,By University of Oxford via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-cognitive-behavioural-skills-to-treat-back-pain-the-back-skills-training-best-programme-12867,back-pain,,,,,, -345bdc43-54c3-46de-8270-33c9c4727123,Cancer Survivorship for Primary Care Practitioners,By University of Melbourne via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-cancer-survivorship-for-primary-care-practitioners-11485,cancer,,,,,, -892c2f30-6107-49f2-bdae-2052e47d3b8a,Genomic Medicine: Transforming Patient Care in Diabetes,By University of Exeter via FutureLearn,,course|https://www.futurelearn.com/courses/diabetes-genomic-medicine,genomic-medicine;diabetes,,,,,, -dfb5d163-8bee-4d74-9567-1638b19dcc67,Causes of Human Disease: Understanding Causes of Disease,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/human-disease-understanding-causes-of-disease,disease,,,,,, -11782f82-b658-4ee1-bc89-b31527c9792c,Allergies: When the Immune System Backfires,By University of Basel via FutureLearn,,course|https://www.futurelearn.com/courses/allergies,allergies,,,,,, -3338899d-9023-4471-8570-2de303939b20,Clinical Epidemiology,By Utrecht University via Coursera,,course|https://www.coursera.org/learn/clinical-epidemiology,epidemiology,,,,,, -4d356cbd-31a6-4c54-a287-22559190b4bb,Childbirth: A Global Perspective,By Emory University via Coursera,,course|https://www.coursera.org/learn/childbirth,childbirth,,,,,, -3553fec9-3292-4f9d-850a-fe5de78c3802,"One Health: Connecting Humans, Animals and the Environment",By University of Basel via FutureLearn,,course|https://www.futurelearn.com/courses/one-health,public-health,,,,,, -bdf2f57a-248a-403a-97ba-9e0c6eee196e,"Talking About Cancer: Reducing Risk, Early Detection and Mythbusting",By Cancer Research UK via FutureLearn,,course|https://www.futurelearn.com/courses/talking-about-cancer,cancer,,,,,, -4d1b29c1-652e-401b-842f-52840bca9c89,Artificial Intelligence for Healthcare: Opportunities and Challenges,By Tapei Medical University via FutureLearn,,course|https://www.futurelearn.com/courses/artificial-intelligence-for-healthcare-opportunities-and-challenges,artificial-intelligence;healthcare,,,,,, -3d41d34d-14e6-42b0-b170-1a4ef8e01faf,Become a Pharmacy Preceptor,By Taipei Medical University via FutureLearn,,course|https://www.futurelearn.com/courses/pharmacy-preceptor,pharmacy,,,,,, -d7adcf0c-692c-4357-a6f0-bc815be5bffb,The Many Faces of Dementia,By University College London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-many-faces-of-dementia-5350,dementia,,,,,, -196b3916-02e0-445d-b9ba-8a262b9fe589,Causes of Human Disease: Transmitting and Fighting Infection,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-causes-of-human-disease-transmitting-and-fighting-infection-9023,disease,,,,,, -0ada82ca-458f-4d21-ba2b-0224f92132ca,Antimicrobial Stewardship in Wound Management,By The British Society for Antimicrobial Chemotherapy via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-antimicrobial-stewardship-in-wound-management-13735,antimicrobial-therapy;wounds,,,,,, -02f23ce6-332a-4386-a80f-5debd855269c,Occupational Health in Developing Countries,By University of Bergen via FutureLearn,,course|https://www.futurelearn.com/courses/occupational-health-developing-countries,occupational-health,,,,,, -d0bf6a0a-03cd-4de2-ae88-443fdbc90225,Causes of Human Disease: Exploring Cancer and Genetic Disease,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/human-disease-exploring-cancer-genetic-disease,disease;cancer;genetic-disease,,,,,, -44386dd7-2097-4b49-bb88-86ad0c324719,Future-proofing the Health Workforce,By Griffith University via FutureLearn,,course|https://www.futurelearn.com/courses/health-workforce,healthcare,,,,,, -8cf97e96-6dc3-4c3e-b500-bd5ce8c854e7,Nutrition and Health: Micronutrients and Malnutrition,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-nutrition-and-health-micronutrients-and-malnutrition-3643,nutrition,,,,,, -9411264f-05d4-4a4f-b04d-e53fc948f6ec,Structures: Or Why Things Don't Fall Down,By J.E. Gordon,https://learn-awesome.github.io/assets/book_covers/245344.jpg,book|https://www.goodreads.com/book/show/245344.Structures,engineering,,,,,, -1e5424a0-de8f-45a1-82b6-5e76e8bb71f2,Nutrition and Health: Food Risks,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-nutrition-and-health-food-risks-5157,nutrition,,,,,, -618ddd4b-f279-4b2d-ab87-c4a7a9bfe29d,Nutrition and Cancer,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-nutrition-and-cancer-11591,nutrition;cancer,,,,,, -81f5ddfb-ae6c-4445-8e20-0d5ad1a36403,"Nutrition, Heart Disease and Diabetes",By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-nutrition-heart-disease-and-diabetes-11592,nutrition;heart-disease;diabetes,,,,,, -7f9fd035-e0b7-4c21-b8bc-1017d0faf6ee,Clinical Pharmacokinetics: Dosing and Monitoring,By Tapei Medical University via FutureLearn,,course|https://www.futurelearn.com/courses/clinical-pharmacokinetic,pharmacy;pharmacokinetics,,,,,, -98987470-907c-46fe-886b-510fa6958eb7,Causes of Human Disease: Understanding Cardiovascular Disease,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-causes-of-human-disease-understanding-cardiovascular-disease-9025,disease;cardiovascular-disease,,,,,, -2824dcf4-3e10-4a44-beda-72cffd79b584,Introduction to Translational Research: Connecting Scientists and Medical Doctors,By Taipei Medical University via FutureLearn,,course|https://www.futurelearn.com/courses/translational-research,healthcare,,,,,, -cfa34de6-d068-475a-8e82-bc6356ad4fcf,Understanding Obesity,By University of Edinburgh via Coursera,,course|https://www.coursera.org/learn/understanding-obesity,obesity,,,,,, -bac3530f-1fe2-4914-8fb7-42bf28a054df,Infant Nutrition: from Breastfeeding to Baby's First Solids,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-infant-nutrition-from-breastfeeding-to-baby-s-first-solids-7646,infant-nutrition,,,,,, -2b5bef66-66c5-4d1c-b440-e375159f3e41,"Nutrition, Exercise and Sports",By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-nutrition-exercise-and-sports-14381,nutrition;exercise;sports,,,,,, -f0cd0228-bb9c-4708-a688-61e4d1740f5c,Causes of Human Disease: Nutrition and Environment,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-causes-of-human-disease-nutrition-and-environment-9026,disease;nutrition,,,,,, -9355fb9a-de4f-4698-88b3-170689844b42,"Good Brain, Bad Brain: Parkinson's Disease",By University of Birmingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-good-brain-bad-brain-parkinson-s-disease-1447,parkinsons-disease,,,,,, -f4ec585e-7c7d-4723-8169-07702d412a85,Bridging the Dementia Divide,By University of Derby via Swayam,,course|https://www.classcentral.com/course/swayam-bridging-the-dementia-divide-13929,dementia,,,,,, -e9ad0220-9741-4dee-8377-567b39b911ec,"Good Brain, Bad Brain: Drug Origins",By University of Birmingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-good-brain-bad-brain-drug-origins-1760,drugs,,,,,, -c641a78e-ef3f-43b0-92f5-3f01546275b6,Medical Applications of Particle Accelerators (NPAP MOOC),By Lund University via Coursera,,course|https://www.coursera.org/learn/medical-applications-particle-accelerators,radiotherapy;physics;healthcare,,,,,, -9d61d711-1b0c-4606-97d9-c24dfdf3d424,Health Technology Assessment: Choosing Which Treatments Get Funded,By The University of Sheffield via FutureLearn,,course|https://www.futurelearn.com/courses/hta,healthtech,,,,,, -b358f6a4-3d4e-4b24-a006-c4702d3c9895,Clinical Supervision with Confidence,By University of East Anglia via FutureLearn,,course|https://www.futurelearn.com/courses/clinical-supervision-with-confidence,clinical-supervision,,,,,, -0cc72b97-1672-48fc-beb2-a25e38007a0f,Manage TB,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-manage-tb-13040,tuberculosis,,,,,, -5ea2a653-bea0-49c4-84f7-9c42299cc1ef,Confronting Gender Based Violence: Global Lessons for Healthcare Workers,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/gender-based-violence,healthcare,,,,,, -2a0a44cc-db65-4c15-a7bf-494e6df91129,"Clinical Kidney, Pancreas and Islet Transplantation",By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-clinical-kidney-pancreas-and-islet-transplantation-4422,organ-transplantation,,,,,, -d7227711-c4d3-4a36-b20f-8b4d115a7920,Health Research Fundamentals,By National Institute of Epidemiology via Swayam,,course|https://swayam.gov.in/nd1_noc19_ge24/preview,healthcare;research,,,,,, -57cb9da4-af11-4cc3-85bb-85314630f652,Understanding Continence Promotion: Effective Management of Bladder and Bowel Dysfunction in Adults,By Association for Continence Advice (ACA) via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-continence-promotion-effective-management-of-bladder-and-bowel-dysfunction-in-adults-11993,healthcare,,,,,, -df8f78f8-eea9-4369-84f8-acaa7a4993ba,Opioid Analgesics: Treating Pain in People with Cancer,By Newcastle University via FutureLearn,,course|https://www.futurelearn.com/courses/opioid-analgesics,pain-management;cancer,,,,,, -602669f1-4eae-4db0-a7fd-8e29a14a4cde,Economics of Health and Health Care,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-economics-of-health-and-health-care-14023,healthcare;economics,,,,,, -cb7f6735-0d4e-4dbb-9382-9878b74d8d8f,Psycho Social and Family Issues of Individuals with Visual Impairment,By CEC via Swayam,,course|https://swayam.gov.in/nd2_cec19_ed05/preview,visual-impairment,,,,,, -462af0c7-041b-4a7e-888f-3ff9cf23be2b,Youth Mental Health: Helping Young People with Anxiety,By University of East Anglia via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-youth-mental-health-helping-young-people-with-anxiety-9079,mental-health;anxiety,,,,,, -87aff4f6-7837-4876-9534-c84eb646eb9c,The Role of Personal Assistants in Disability Support,By University of East Anglia via FutureLearn,,course|https://www.futurelearn.com/courses/personal-assistants-disability-support,disability,,,,,, -45578c1c-fe97-4d38-9f97-30054807ba17,CBT with Older People,By University of East Anglia via FutureLearn,,course|https://www.futurelearn.com/courses/cbt-older-people,cognitive-behavioural-therapy,,,,,, -eeb2007f-66d9-4232-8b46-db8469d2b2cf,Guidance to Keep Newborn Babies Safe and Healthy,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-guidance-to-keep-newborn-babies-safe-and-healthy-12814,newborn-healthcare,,,,,, -e8dc8624-019c-4e6f-ae08-e1eb20ff1479,Introduction to Clinical Data Science,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-clinical-data-science-12837,data-science;healthcare,,,,,, -df400512-91a1-4aa6-a1ba-1c73e7da302e,Clinical Data Models and Data Quality Assessments,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/clinical-data-models-and-data-quality-assessments,healthcare;data-science,,,,,, -34949583-a771-40e3-bfbe-2cf5b1bfa4cd,EDIVET: Do you have what it takes to be a veterinarian?,By University of Edinburgh via Coursera,,course|https://www.classcentral.com/course/coursera-edivet-do-you-have-what-it-takes-to-be-a-veterinarian-1675,veterinary-medicine,,,,,, -ea5b11ae-44f9-4004-b2aa-d36d9b17c7d7,Exploring Cancer Medicines,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-exploring-cancer-medicines-6790,cancer,,,,,, -ea607687-b056-45f8-a52e-2d5f771a7823,"Managing Asthma, Allergies, Diabetes, and Seizures in School",By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/managing-asthma-allergies-diabetes-and-seizures-in-school,asthma;allergies;diabetes;seizures,,,,,, -dcf396db-1373-43d5-9f1f-682a47a96781,The Science of Medicines,By Monash University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-science-of-medicines-1851,medicine,,,,,, -d559ed87-0fda-4f75-9d76-31584ed6aca5,"The People, Power, and Pride of Public Health",By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/public-health,public-health,,,,,, -ee18d241-9862-44de-a983-3392564c5c30,Safer Healthcare for Australia's First Peoples,By Griffith University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-safer-healthcare-for-australia-s-first-peoples-12021,healthcare;nations/australia,,,,,, -33479adb-effe-4cc2-9818-c51c00f53163,The Newborn Assessment,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/newborn-assessment,newborn-healthcare,,,,,, -8888c7c7-9c3d-4876-8a47-1bba76850eb0,Dementia Care: Living Well as Dementia Progresses,By Newcastle University via FutureLearn,,course|https://www.futurelearn.com/courses/comfort-care,dementia,,,,,, -ed3a3d3e-510c-4b6d-a38f-42b72049337f,Guided Imagery,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/guided-imagery,healthcare,,,,,, -aeef2cdb-2764-4fbc-b4a3-120fe0e5b45b,Herbal Medicine,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-herbal-medicine-12872,herbal-medicine,,,,,, -2fe0339e-405a-4039-ba34-75978a77a2b3,Probability Theory,By E.T. Jaynes,https://learn-awesome.github.io/assets/book_covers/151848.jpg,book|https://www.goodreads.com/book/show/151848.Probability_Theory,math,,,,,, -0af70a6f-145e-4cde-952e-199b70f63289,Dentistry 101,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-dentistry-101-13058,dentistry,,,,,, -5c58a507-a3cf-4662-be5c-f5cd5eeb61d9,The Science of Health Care Delivery,By Arizona State University via Coursera,,course|https://www.coursera.org/learn/science-healthcare-delivery,healthcare,,,,,, -e3b48917-b1b3-4f3f-81a3-accb3a7bb9de,Vaccinology,By CNAM via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-vaccinology-4585,vaccines,,,,,, -abf074f3-9cc5-4a07-a125-7c4fcefbda8a,HIV Science,By Institut Pasteur via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:pasteur+96011+self-paced/about,aids,,,,,, -8ae2636d-3af4-4341-b140-75c404ee78a0,Palliative Care Always: India,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:Medicine+PCA+India_SelfPaced/about,palliative-care;nations/india,,,,,,oer -a95cd954-35e8-4990-b5d0-b35c8c45e8a7,Palliative Care Always,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-palliative-care-always-5692,palliative-care,,,,,, -eab770ba-027c-4858-9b74-774cf4a25946,Health Systems Strengthening,By University of Melbourne via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-health-systems-strengthening-13711,healthcare,,,,,, -08899a14-56a9-4b9f-89b6-eae13a56f834,Understanding Insulin,By University of Southampton via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-insulin-8460,insulin,,,,,, -142973d6-95b2-4a3f-a31f-1fc21b04f46b,Introduction to Public Health Engineering in Humanitarian Contexts,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-public-health-engineering-in-humanitarian-contexts-9504,public-health,,,,,, -8c9dc116-cf18-42fd-a5ce-e8affa427787,Food and Nutrition,By University of Mysore via Swayam,,course|https://www.classcentral.com/course/swayam-food-and-nutrition-14066,nutrition;food,,,,,, -29d6f925-90ec-4e2a-8025-51f6b409ba3a,Functional Foods and Nutraceuticals,"By Rashtrasant Tukadoji Maharaj Nagpur University, Nagpur via Swayam",,course|https://swayam.gov.in/nd2_ugc19_hs33/preview,nutrition;food,,,,,, -0a638b4c-a65a-48f6-b354-57eacccedaf7,Continuous Quality Improvement: Tools and Techniques,By Quality Council of India via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg22/preview,healthcare;quality-improvement,,,,,, -8ea49657-4d68-422f-ac44-3f9f1244edbd,Using Infection Control to Combat Antimicrobial Resistance,By University of East Anglia via FutureLearn,,course|https://www.futurelearn.com/courses/infection-control-antimicrobial-resistance,infection;antimicrobial-therapy,,,,,, -db5d3468-d62d-4f09-a38e-2f79478b8758,Ageing Well: Falls,By Newcastle University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-ageing-well-falls-2500,ageing,,,,,, -1f855ba2-d687-45ba-a549-f352fd8957d8,Managing Change in a Healthcare Environment,By University of East Anglia via FutureLearn,,course|https://www.futurelearn.com/courses/managing-change-healthcare,healthcare;management,,,,,, -e3fe111d-43ef-4620-ae55-598a9ae8e756,Health in Numbers: Quantitative Methods in Clinical & Public Health Research,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-health-in-numbers-quantitative-methods-in-clinical-public-health-research-448,public-health;healthcare;research,,,,,, -fd1ccc93-d5d5-4b44-b9be-db402f671dbd,Observing and Analysing Performance in Sport,By via OpenLearning,,course|https://www.openlearning.com/courses/SPRT224982/,healthcare;sports,,,,,, -dc90aeb4-c845-4d5e-9949-f08e2547a4c2,PH278x: Human Health and Global Environmental Change,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-ph278x-human-health-and-global-environmental-change-612,public-health;environmental-science,,,,,, -b5952c87-c68a-40ac-9f35-4543008b0263,Sustainable Healthy Diets,By The University of Sheffield via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-sustainable-healthy-diets-796,diet,,,,,, -668e7881-d87b-4d84-bc8d-394233381f28,Health Inequalities,By The University of Sheffield via Open Education by Blackboard,,course|https://coursesites.com/?course_id=_245612_1,health;society,,,,,, -80cc8ae7-afc0-4f33-889a-83062812aae1,UT.4.01x: Take Your Medicine - The Impact of Drug Development,By The University of Texas at Austin via edX,,course|https://www.classcentral.com/course/edx-ut-4-01x-take-your-medicine-the-impact-of-drug-development-813,drug-development,,,,,, -912f17fa-3157-476e-9dc9-d41eb761a986,Human Performance Optimization,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-human-performance-optimization-1746,healthcare,,,,,, -b0cb14d4-ae81-4fae-b00f-2ca7e6da54c8,001x: Medicinal Chemistry: The Molecular Basis of Drug Discovery,By Davidson College via edX,,course|https://www.classcentral.com/course/edx-001x-medicinal-chemistry-the-molecular-basis-of-drug-discovery-1493,medicinal-chemistry;drug-development,,,,,, -caeb26f8-f78e-4ee4-bf39-7884dcb508ba,An Introduction to Global Health,By University of Copenhagen via Coursera,,course|https://www.classcentral.com/course/coursera-an-introduction-to-global-health-660,public-health,,,,,, -97bdeaf0-70c1-46a2-834a-f013331bbc54,Health Technology Assessment,By The University of Sheffield via Open Education by Blackboard,,course|https://www.sheffield.ac.uk/scharr/prospective_students/moocs/htamooc,healthtech,,,,,, -42baaeec-8ecc-45d3-a1b3-431ece15c90d,Mobile Health Without Borders,By Stanford University via NovoEd,,course|https://www.novoed.com/mhealth-2014-2,healthcare,,,,,, -2dc51ad2-6379-4dce-8ab9-55dd274d22fd,Patient Engagement Design,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-patient-engagement-design-2454,healthcare,,,,,, -cec9709e-7e0e-42de-b91e-0b7d18362f6b,Intro to Mental Health,By Lakeland College via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-intro-to-mental-health-2933,mental-health,,,,,, -3b576ce6-d5f9-4d61-9d73-5ebe02e9a007,"OHOM1: One Health, One Medicine: A Global Health Approach",By St. George's University via Independent,,course|https://www.classcentral.com/course/independent-ohom1-one-health-one-medicine-a-global-health-approach-2480,healthcare,,,,,, -f0d3746c-b59f-46bb-a197-8022e31cb501,Medical Education in the New Millennium,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-medical-education-in-the-new-millennium-2560,healthcare-education,,,,,, -1e6389c7-8cb4-4f0e-8df2-620f66b711a3,Dynamics of Worksite Wellness Evaluation & ROI,By University of Wisconsin-Extension via Canvas Network,,course|https://www.canvas.net/courses/dynamics-of-worksite-wellness-evaluation-roi,healthcare,,,,,, -f8902eda-975c-41a0-9673-130a7559e3fc,Rights and responsibilities of health-care personnel e-learning,By International Committee of the Red Cross via Independent,,course|http://elearning.icrc.org/healthcareindanger-2015/en/summary.html,healthcare,,,,,, -6713f5c9-ee01-4cd8-a7ff-af4acb041a39,"Injuries, illness and telemedicine in extreme sailing",By University of Barcelona via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-injuries-illness-and-telemedicine-in-extreme-sailing-2896,injury;telemedicine,,,,,, -9f94738e-d646-4c13-97c9-0c0c0c2880c0,Introduction to Healthcare Career Exploration,By Southeast Technical Institute via Canvas Network,,course|https://www.canvas.net/courses/introduction-to-healthcare-career-exploration,healthcare;careers,,,,,, -e2600f2f-eff9-415a-8f3f-b1df4cc600fb,Behavior Analysis & Therapy and Autism Spectrum Disorders,By Southern Illinois University Carbondale via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-behavior-analysis-therapy-and-autism-spectrum-disorders-2928,autism,,,,,, -9596ef81-ccbd-4737-994a-941a41204cfa,The brain in a non-stop round the world regatta. Chronobiology and sleep management,By University of Barcelona via Canvas Network,,course|https://www.canvas.net/courses/the-brain-in-a-non-stop-round-the-world-regatta-chronobiology-and-sleep-management,sleep;chronobiology,,,,,, -27a79e8d-d2cc-4d23-8838-757141dafdbc,Developing Food Bank Nutrition Policy to Procure Healthful Foods,By via Canvas Network,,course|https://www.canvas.net/browse/cwh/courses/food-bank-nutrition-policy,nutrition;public-health,,,,,, -d477577e-103f-4922-af0e-ef04c0ad5ffb,Autism MOOC,By Swinburne University of Technology via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_192_1,autism,,,,,, -5f039710-3d0e-493b-ba29-cf7ecf0c28e3,Chefs and nutritionists. A high-performance diet for a round the world regatta,By University of Barcelona via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-chefs-and-nutritionists-a-high-performance-diet-for-a-round-the-world-regatta-3388,nutrition;diet,,,,,, -e384fbd2-d3b3-422b-a987-550d708b2179,Behind the Scenes: Addressing weight bias and stigma in obesity,By Dalhousie University via Canvas Network,,course|https://www.canvas.net/browse/canvasnet/dalhousieu/courses/weight-bias-stigma-in-obesity,obesity;weight-management,,,,,, -335f7fdf-6891-49a2-be6a-8bad7184373c,"Ebola: Symptoms, History and Origins",By Lancaster University via FutureLearn,,course|https://www.futurelearn.com/courses/ebola,ebola,,,,,, -11b5c70e-58c0-4bc0-a741-9be628701a19,Podiatry Matters,By Edge Hill University via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_497_1,podiatry,,,,,, -22ede8e8-814a-4155-8414-d289e2ce5881,"Ebola in Context: Understanding Transmission, Response and Control",By London School of Hygiene & Tropical Medicine via FutureLearn,,course|https://www.futurelearn.com/courses/ebola-in-context,ebola,,,,,, -46c51f45-85d9-4aa6-8d6b-2c923bdc95f3,Crisis Code: Teaching Crisis Management Skills to Enhance Management of Advanced Cardiac Life Support,By Stanford University via Stanford OpenEdx,,course|https://cme.class.stanford.edu/courses/CME/006/2015/about,emergency-care;life-support,,,,,,oer -18617865-5967-4c6b-a1cf-2d5ea2855430,"You’ve Called 911, Now What? A Simplified, Evidence-Based Approach to Six Life-Threatening Office Emergencies",By Stanford University via Stanford OpenEdx,,course|https://cme.class.stanford.edu/courses/CME/010/2015-2017/about,emergency-care,,,,,,oer -3a7c9c9f-d46c-459f-b065-90fefa25f3c3,Improvement FUNdamentals,By NHS Improving Quality via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_530_1,healthcare,,,,,, -e9ed7bb4-996d-4ade-ac9e-2986cbc5e113,Health and Wellness 101: Everyday Small Changes,By Kansas State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-health-and-wellness-101-everyday-small-changes-2599,health,,,,,, -7c456a6c-ca12-4df4-8891-df590cbf8a02,Take Your Medicine: Developing New Drug Products,By The University of Texas at Austin via edX,,course|https://www.classcentral.com/course/edx-take-your-medicine-developing-new-drug-products-3783,drug-development,,,,,, -0201ffde-858d-4d43-955f-c23d993d843e,Allied Healthcare Careers: Beyond the Mask,By Berkeley College via Canvas Network,,course|https://www.canvas.net/browse/berkeleycollege/courses/allied-healthcare-careers,healthcare;careers,,,,,, -aa1a9aa4-c653-4a90-8179-f790954c874e,Managing Shoulder Pain in the Clinic: What to Look for and When to Intervene,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-managing-shoulder-pain-in-the-clinic-what-to-look-for-and-when-to-intervene-5696,shoulder-pain,,,,,, -d88e37bc-d0eb-4121-b67f-7d234e3dd1c8,Building Resilience,By The College of St. Scholastica via Canvas Network,,course|https://www.canvas.net/browse/css/courses/building-resilience,life;resilience,,,,,, -52548e1e-7554-4b97-9eaa-d7ff313a3f96,The Resuscitation Academy,By Resuscitation Academy via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-the-resuscitation-academy-4803,resuscitation,,,,,, -ebe32758-a449-49bf-b5cc-df251be508cf,Cancer Clinical Trials: Practical Tips to Improve Asian American Participation (CME),By Stanford University via Stanford OpenEdx,,course|https://online.stanford.edu/courses/som-ycme0026-cancer-clinical-trials-practical-tips-improve-asian-american-participation-cme,cancer;clinical-trials;diversity,,,,,,oer -d9e39f0d-35e0-44fe-8d99-3b58eb8d749a,"Fundamentals of Immunology, Part 1",By Rice University via edX,,course|https://www.edx.org/school/ricex?source=aw&awc=6798_1567901469_aa6be8788626de51637bac71f66f43ca,immunology,,,,,, -25b03308-eeb9-4505-8757-e51717704a8b,Take Your Medicine: How to Be a Savvy Consumer,By The University of Texas at Austin via edX,,course|https://www.classcentral.com/course/edx-take-your-medicine-how-to-be-a-savvy-consumer-3782,drug-development;healthcare,,,,,, -b854423f-a527-4627-9b6b-25f4d0a1916d,Safe Opioid Prescribing and Risk Evaluation and Mitigation Strategies (REMS) (CME),By Stanford University via Stanford OpenEdx,,course|https://med.stanford.edu/cme/courses/online/rems.html,drugs;opioids,,,,,,oer -f9944ec3-eceb-450b-9e08-3a8403edabdc,Fundamentals of Clinical Supervision,By Lamar University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-fundamentals-of-clinical-supervision-4593,clinical-supervision,,,,,, -ca05d3be-667f-4275-a1c2-82eeb69b0a08,How to Save a Life: Pediatric Advanced Life Support,By The Disque Foundation via edX,,course|https://www.edx.org/course/how-save-life-pediatric-advanced-life-save-lifex-pals101x,pediatrics;life-support,,,,,, -4abc5612-c8c8-4095-b927-579255d964b0,"How to Save a Life: CPR, AED and First Aid",By The Disque Foundation via edX,,course|https://www.edx.org/course/how-to-save-a-life-cpr-aed-and-first-aid,life-support;cpr;first-aid;emergency-care,,,,,, -410f11ab-36a5-4b47-86ca-de5cf9b6ef7a,How to Save a Life: Basic Life Support,By The Disque Foundation via edX,,course|https://www.classcentral.com/course/edx-how-to-save-a-life-basic-life-support-5204,life-support,,,,,, -b18ad751-0f22-44d4-b6be-4d2594748c76,"CPR, AED and First Aid",By via Canvas Network,,course|https://www.canvas.net/browse/disquefoundation/courses/cpr-aed-and-first-aid,life-support;cpr;first-aid;emergency-care,,,,,, -0de4e0c0-bc3a-4d56-80e5-a769f324bc7a,How to Save a Life: Advanced Cardiac Life Support,By The Disque Foundation via edX,,course|https://www.edx.org/course/how-save-life-advanced-cardiac-life-save-lifex-acls101x,life-support,,,,,, -de42b4d0-61b9-47de-ba8b-33aded245f88,Cancer Immunotherapy: a Step Change in Cancer Treatment,By University of Birmingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-cancer-immunotherapy-a-step-change-in-cancer-treatment-5192,cancer,,,,,, -80261bc0-02ec-4ad0-8ca3-695f63b4bf09,The Impact of Nursing,By University of Liverpool via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-impact-of-nursing-3160,nursing,,,,,, -88dc400c-d137-44e7-aef4-354eb95b9645,Exploration of SNOMED CT Basics,By The College of St. Scholastica via Independent,,course|http://www.css.edu/graduate/non-degree-seeking/massive-open-online-courses/snomed-ct-mooc.html,medicine,,,,,,oer -00a22bb7-8725-4f5d-b846-253bc246a52b,English for Nurses: A Language Learning Community,By University of Oregon via Canvas Network,,course|https://www.canvas.net/browse/uoregon/courses/english-for-nurses,languages/english;nursing,,,,,, -057e9bbf-876d-4f8b-9aae-127f19a5f951,Falling Down - Older People and Problematic Substance Use,By Middlesex University London via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_264_1,ageing,,,,,, -7aab25e5-d673-48f5-927c-115ca691b372,Preparing for a Career in Nursing,By Utah State University via Canvas Network,,course|https://www.canvas.net/browse/utahstate/courses/preparing-for-nursing-career-2,nursing;careers,,,,,, -7829b894-c2b5-4809-9ba0-c83dc74834cb,Safety Function Action For Disaster Responders,By Barry University via Canvas Network,,course|https://www.canvas.net/browse/barryuniversity/courses/safety-function-action-1,disaster-management,,,,,, -43c0ac59-1be1-4008-b134-cf8c62ec8abd,Technical Advances in Radiotherapy SHOOC,By Sheffield Hallam University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-technical-advances-in-radiotherapy-shooc-6900,radiotherapy,,,,,, -7946cc5c-7897-402e-aa9d-efdacad88294,Drugs and the Brain,By California Institute of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-drugs-and-the-brain-403,drugs;brain,,,,,, -051fb791-7709-4179-bb44-133aecfb8ef7,Improving Management of IBS: Best Current Practice in Diagnosis and Treatment,By BMJ via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-improving-management-of-ibs-best-current-practice-in-diagnosis-and-treatment-6711,ibs,,,,,, -146339f2-0bf4-4c48-b779-cd420d1d9ca6,Social Determinants of Health: What Is Your Role?,By BMJ via FutureLearn,,course|https://www.futurelearn.com/courses/social-determinants-of-health,health,,,,,, -526d7e3e-a055-4aa3-9aa9-3dd48a62e9a6,Disability and a Good Life: Thinking through Disability,By University of New South Wales via FutureLearn,,course|https://www.futurelearn.com/courses/thinking-through-disability,disability,,,,,, -8cc0bfe3-0e56-4be7-bc3f-7d8b69b460ec,Obesity: Causes and Consequences,By University of Reading via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-obesity-causes-and-consequences-1977,obesity,,,,,, -5660b766-50ed-4c1e-8fb3-077ca574dbda,Making Sense of Health Evidence: The Informed Consumer,By Cardiff University via FutureLearn,,course|https://www.futurelearn.com/courses/informed-health-consumer,health,,,,,, -923b216e-ffc3-49cd-aabf-adde2410306d,Pharmacotherapeutics for Remote Area Nurses,By Charles Darwin University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-pharmacotherapeutics-for-remote-area-nurses-4882,pharmacotherapeutics;nursing,,,,,, -704c672a-115b-4210-ac6f-e25613488f94,Medical Image Analysis,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc17_ee01,medical-imaging,,,,,, -5f396717-f37f-4d7f-bb65-0fa35fa76d07,Myths and Realities of Personalised Medicine: the Genetic Revolution,By University of New South Wales via FutureLearn,,course|https://www.futurelearn.com/courses/personalised-medicine,personalized-medicine;genetics,,,,,, -ca581a76-a5bc-4fa1-ac79-ef1d8eff65e9,Emergency and Urgent Care for Children: a Survival Guide,By University of Birmingham via FutureLearn,,course|https://www.futurelearn.com/courses/urgent-care-children,emergency-care,,,,,, -ff1384c2-3bf8-40de-ab73-52e35c24d223,The AACN Synergy Model for Patient Care,By East Carolina University via Canvas Network,,course|https://www.canvas.net/browse/eastcarolinau/courses/aacn-synergy-model,healthcare,,,,,, -a4fee0fe-22ef-4c7d-99a8-34a5607acd37,Understanding Drugs and Addiction,By King's College London via FutureLearn,,course|https://www.futurelearn.com/courses/understanding-drugs-and-addiction,drugs;addiction,,,,,, -236e06ee-8e19-4135-93a1-c06127b0b905,Supporting People Living with Long-term Conditions,By King's College London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-supporting-people-living-with-long-term-conditions-5424,healthcare,,,,,, -e3513dd3-5618-4606-ba00-9ddaac0cfef0,Antibiotic Resistance: the Silent Tsunami,By Uppsala University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-antibiotic-resistance-the-silent-tsunami-6678,antibiotics,,,,,, -de8761c5-172e-4b98-aaa9-dd56a137267a,Food Fraud Overview,By Michigan State University via EdCast,,course|https://www.classcentral.com/course/edcast-food-fraud-overview-2710,public-health,,,,,, -24272637-b674-4463-a86b-83ea80ff2426,Innate Immunity,By Institut Pasteur via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:pasteur+96004+session01/about,immunology,,,,,, -8123f2ab-18bc-40ea-9a1c-e9d8bc4cf3bd,Diagnosis and prognosis biomarkers in global health,By Institut Pasteur via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-diagnosis-and-prognosis-biomarkers-in-global-health-10958,public-health,,,,,, -8fbb495b-0f5a-4d59-b76b-ca5ca6d7c6ee,Antimicrobial Resistance in the Food Chain,By The University of Nottingham via FutureLearn,,course|https://www.futurelearn.com/courses/antimicrobial-resistance-food-chain,healthcare;food,,,,,, -ff41bc56-4ced-4572-9a2a-6986dada1f7a,Understanding Alzheimer’s Disease: A Molecular and Genetic Approach,By The University of Texas at San Antonio via edX,,course|https://www.classcentral.com/course/edx-understanding-alzheimer-s-disease-a-molecular-and-genetic-approach-8245,alzheimers,,,,,, -606727ce-363a-47a2-9578-29fdf4dff4ab,Health and Well-being of Older People,By London South Bank University via Canvas Network,,course|https://www.canvas.net/browse/londonsouthbank/courses/health-of-older-people,ageing,,,,,, -dbb4c33b-1ca5-472f-8d28-552ef381da49,The Diabetes Epidemic: a Patient-Centred Approach,By University of Dundee via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-diabetes-epidemic-a-patient-centred-approach-6593,diabetes,,,,,, -b7a097c9-f4a7-45b9-bf9b-ff8ba0820e17,Improving Patient Care: a Data-driven Approach,By Royal College of Physicians via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-improving-patient-care-a-data-driven-approach-8231,healthcare;information-technology,,,,,, -0919df7d-27e4-41ac-8694-d38254fffca0,Understanding Dementia: A Course for Relatives,By VIA University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-understanding-dementia-a-course-for-relatives-4802,dementia,,,,,, -be6a0d5d-101a-4af1-a06b-36507f5f530f,Mini Medical School,By University of Colorado Denver via Canvas Network,,course|https://www.canvas.net/browse/ucdenver/courses/mini-medical-school,medicine,,,,,, -0de40877-35c7-4ef1-a8f3-3973ba490581,Leadership for Healthcare Improvement and Innovation,By The University of Warwick via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-leadership-for-healthcare-improvement-and-innovation-8343,healthcare;leadership,,,,,, -bf88a824-092e-4ce3-a3dc-ab55c7675836,Biosecurity and Bioterrorism: Public Health Dimensions,By University of New South Wales via FutureLearn,,course|https://www.futurelearn.com/courses/biosecurity-terrorism,public-health;bioterrorism,,,,,, -d9bd56e5-7350-4e3f-8c85-e5925ceb1190,You Matter: Understanding Intellectual Disability,By London South Bank University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-you-matter-understanding-intellectual-disability-8013,intellectual-disability,,,,,, -1509591c-d75f-46a1-ac8e-cccf08ab960f,Innovating Solutions for Aging Populations,By University of Copenhagen via Coursera,,course|https://www.coursera.org/learn/business-models-innovative-care,ageing,,,,,, -612acb92-8dff-449d-bf06-4b1ffb109c1b,Geohealth: Improving Public Health through Geographic Information,By University of Twente via FutureLearn,,course|https://www.futurelearn.com/courses/geohealth,public-health;gis,,,,,, -4a680d7c-f88b-45d9-8846-25053b403ef0,Health Data and Analytics,By EIT Health via FutureLearn,,course|https://www.futurelearn.com/courses/health-data-analytics,health-informatics,,,,,, -6e9479b2-2f2c-4fbd-ac57-f74af3a90a14,An Introduction to Population Health,By University of Manchester via Coursera,,course|https://www.coursera.org/learn/population-health,public-health,,,,,, -96c87f9c-84af-4fe3-a214-d94e14ceff1b,The Heart of Mindfulness Meditation,By Naropa University via Canvas Network,,course|https://www.canvas.net/browse/naropa-university/courses/mindfulness-meditation,meditation,,,,,, -3db1bfd1-0c02-4bc3-af8c-cd7de9e78b88,Tuberculosis,By Institut Pasteur via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-tuberculosis-9934,tuberculosis,,,,,, -0b16a7ba-f9f7-43d8-aa37-0366467b1c09,Tackling Inequalities Through Health and Social Care Design,By University of Dundee via FutureLearn,,course|https://www.futurelearn.com/courses/tackling-inequalities,healthcare;society,,,,,, -dbafc1b2-3ea0-4799-af73-797f61205db7,Global Systems Science and Policy: an Introduction,By via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-global-systems-science-and-policy-an-introduction-5190,complex-systems;society,,,,,, -6ab598e7-0c56-45b0-b35a-a0f7edaea73d,Malaria,By Institut Pasteur via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:pasteur+96010+session01/about,malaria,,,,,, -e74c3393-9365-41b5-8aca-149bdacca445,Basic First Aid: How to Be an Everyday Hero,By University of Glasgow via FutureLearn,,course|https://www.futurelearn.com/courses/basic-first-aid,first-aid,,,,,, -6073fac5-f431-4a15-861a-735064335cf3,Medical Peace Work,By University of Bergen via FutureLearn,,course|https://www.futurelearn.com/courses/medical-peace-work,healthcare,,,,,, -251b48e0-74aa-4e60-9c0f-3515a9e30573,Dementia: Understanding and Managing Challenging Behaviour,By University of Birmingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-dementia-understanding-and-managing-challenging-behaviour-5427,dementia,,,,,, -6dcc8c4c-b946-4975-8a39-f1bdcca792d9,Resistance to antibacterial agents,By Institut Pasteur via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-resistance-to-antibacterial-agents-10874,antibiotic-resistance,,,,,, -f614b4cf-b0bb-4b76-bff0-370dbd22ee7b,Liver Disease: Looking after Your Liver,By University of Birmingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-liver-disease-looking-after-your-liver-2251,liver,,,,,, -bd72340d-7034-42df-a8cb-4b3d4a3955d7,Understanding NHS Values: Becoming a Nurse or Midwife,By King's College London via FutureLearn,,course|https://www.futurelearn.com/courses/nhs-values-nursing-midwifery,nursing;midwifery;careers,,,,,, -55fa1ee4-24db-47b3-9f18-ff392e66bebb,Understanding Innovation in the Healthcare Sciences,By Manchester Metropolitan University via FutureLearn,,course|https://www.futurelearn.com/courses/healthcare-innovation,healthcare,,,,,, -bb78f286-f6e4-43bb-8173-b982a56b8067,Palliative Care: Making it Work,By Lancaster University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-palliative-care-making-it-work-6306,palliative-care,,,,,, -b54b793d-eeca-48df-ac8c-48dd25dc1ebf,Linear Differential Equations,By Boston University via edX,,course|https://www.edx.org/course/linear-differential-equations-3,differential-equations,,,,,, -6b5e71bc-e5a6-45ff-8d3e-fc5e574f658b,Liver Transplant: the Ins and Outs,By University of Birmingham via FutureLearn,,course|https://www.futurelearn.com/courses/liver-transplant,liver,,,,,, -949f35f3-66ca-4acf-a787-4909c589971c,Strategies for Successful Ageing,By Trinity College Dublin via FutureLearn,,course|https://www.futurelearn.com/courses/successful-ageing,ageing,,,,,, -cf3732d4-2c33-46e9-990a-aabd17d68889,Influenza: How the Flu Spreads and Evolves,By Lancaster University via FutureLearn,,course|https://www.futurelearn.com/courses/influenza,influenza,,,,,, -7d09258d-6d91-480f-ac5c-3120c640c766,Health Literacy and Communication for Health Professionals,By University of Nebraska via Coursera,,course|https://www.classcentral.com/course/coursera-health-literacy-and-communication-for-health-professionals-2014,healthcare;communication,,,,,, -90c244a3-3339-4bb1-ba4f-555e185719b3,The Science of Nutrition,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/the-science-of-nutrition,nutrition,,,,,, -c888c992-1b12-4a3e-a076-f46d771e7cf4,Medicines Adherence: Supporting Patients with Their Treatment,By King's College London via FutureLearn,,course|https://www.futurelearn.com/courses/medicinesadherence,healthcare,,,,,, -c388a68c-6d60-4792-818c-e552cc931506,Introduction to Health and Wellness,By Arizona State University via edX,,course|https://www.edx.org/course/introduction-to-health-and-wellness,healthcare,,,,,, -f6231b7c-55f8-42f1-9c78-44d73067bd76,Medicines Adherence: Understanding and Changing Patient Behaviour,By King's College London via FutureLearn,,course|https://www.futurelearn.com/courses/medicines-adherence-patient-behaviour,healthcare,,,,,, -54538b3e-8e35-47ab-88c7-abf492fd0e59,Caring for People with Psychosis and Schizophrenia,By King's College London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-caring-for-people-with-psychosis-and-schizophrenia-3895,psychosis;schizophrenia,,,,,, -cbe450f2-fb74-4d0a-b14f-89a433f15012,Introduction to: Physical Examination and History Taking,By Karolinska Institutet via edX,,course|https://www.classcentral.com/course/edx-introduction-to-physical-examination-and-history-taking-11840,healthcare,,,,,, -7c475ec2-e5ea-4877-9d3b-8109d9fff515,"Statistical Reasoning for Public Health 1: Estimation, Inference, & Interpretation",By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/statistical-reasoning-1,public-health;statistics,,,,,, -02e43de7-2ffa-4fa3-bf8e-513abb381a9f,"Improving the Health of Women, Children and Adolescents: from Evidence to Action",By London School of Hygiene & Tropical Medicine via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-improving-the-health-of-women-children-and-adolescents-from-evidence-to-action-3817,healthcare,,,,,, -53fcde6f-cefc-4234-96c0-32589bc3a692,Maternity Care: Building Relationships Really Does Save Lives,By Griffith University via FutureLearn,,course|https://www.futurelearn.com/courses/maternity-care,maternity,,,,,, -d2e76409-051e-4678-a073-ea9d26ac6eb9,An Introduction to Physical Health Assessment,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-an-introduction-to-physical-health-assessment-11905,healthcare,,,,,, -aad2b03f-b03b-4158-98fa-95031039a7a0,Could You Be the Next Florence Nightingale?,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-could-you-be-the-next-florence-nightingale-11906,nursing,,,,,, -d49ca17e-498c-4752-befc-f310dbc19500,Beyond Diagnosis: Is Psychiatric Diagnosis helpful?,By University of Liverpool via FutureLearn,,course|https://www.futurelearn.com/courses/beyond-diagnosis,mental-health,,,,,, -36e22195-fb0e-4e7f-99ff-486414854cd5,What Matters: Understanding Mental Health,By London South Bank University via Canvas Network,,course|https://www.canvas.net/browse/londonsouthbank/courses/understanding-mental-health,mental-health,,,,,, -d6c6c281-10dd-4a34-9ca2-3a773354c977,Ultrasound Imaging: What Is Inside?,By University of Twente via FutureLearn,,course|https://www.futurelearn.com/courses/ultrasound-imaging,medical-imaging;ultrasound,,,,,, -d181395d-2be1-4a84-919f-60c1acefbbf6,The Impact of Climate Change on Public Health,By EIT Health via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-impact-of-climate-change-on-public-health-9558,climate-change;public-health,,,,,, -fc4a0f15-5872-4d4c-8a5e-20313c309227,Demystifying Diabetes,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-demystifying-diabetes-8030,diabetes,,,,,, -13bd9a5f-4673-4022-ba39-e26e32de55db,Introduction to Health Technology Assessment,By University of Glasgow via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-health-technology-assessment-8834,healthcare;information-technology,,,,,, -86e3169f-3327-47ec-8fb7-cc56f0144ea2,Introduction to Nursing in Healthcare,By via Open2Study,,course|https://www.open2study.com/courses/introduction-to-nursing-in-healthcare,nursing,,,,,, -a13a079c-754b-41db-833e-fafa433e8273,Emergency Management,By via Open2Study,,course|https://www.classcentral.com/course/open2study-emergency-management-1471,emergency-care,,,,,, -cf9b6a32-88b7-49e5-96e4-8c78fa5b70ea,"Food, Nutrition & Your Health",By via Open2Study,,course|https://www.classcentral.com/course/open2study-food-nutrition-your-health-896,nutrition;health,,,,,, -7538ee54-d416-45d6-bd53-b7b383065fde,Understanding Common Diseases,By University of Wollongong via Open2Study,,course|https://www.open2study.com/courses/understanding-common-diseases,disease,,,,,, -643140ae-51fe-4720-9f12-cccd741bd2ca,Transitioning to Value-Based Care,By The College of St. Scholastica via Independent,,course|https://www.classcentral.com/course/independent-transitioning-to-value-based-care-9538,healthcare,,,,,, -c756b6bb-9bdd-45fd-80dc-eac027fb98e9,"Understanding Different Diets: Mediterranean, Baltic sea, and Okinawa",By EIT Food via FutureLearn,,course|https://www.futurelearn.com/courses/understanding-different-diets,diet,,,,,, -35d17b5f-8e11-4324-9c07-b688c44ae14f,Superfoods: Myths and Truths,By EIT Food via FutureLearn,,course|https://www.futurelearn.com/courses/superfoods-myths-and-truths,food,,,,,, -2b3ae0a5-7d38-4eae-833c-fc749e228705,Solving the Opioid Crisis Teach-Out,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-solving-the-opioid-crisis-teach-out-9727,opioids,,,,,, -a638a823-314e-4c12-a19f-a0e2d9683cb7,Viruses and human cancers,By Institut Pasteur via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:pasteur+96012+session01/about,virus;cancer,,,,,, -cfb1a64a-f882-4889-8058-158985b7a087,"Deteriorating Patient: Assessment, Recognition and Management",By London South Bank University via Canvas Network,,course|https://www.canvas.net/browse/londonsouthbank/courses/deteriorating-patient,healthcare,,,,,, -eb8967c3-0aff-4bf9-859c-44f6b5a41479,"Caring Science, Mindful Practice",By East Carolina University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-caring-science-mindful-practice-3630,mindfulness;healthcare,,,,,, -b51a9d51-8178-4672-a51b-7dd34154d3a4,Eliminating Trachoma,By London School of Hygiene & Tropical Medicine via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-eliminating-trachoma-6136,trachoma;eyes,,,,,, -cc300063-d25b-45b5-b306-1d00433866e0,First Aid for Babies and Children,By via FutureLearn,,course|https://www.futurelearn.com/courses/child-first-aid,first-aid;children;babies,,,,,, -8637ee47-74c4-4099-8e1a-26af75d241fa,Living Well with Diabetes,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-living-well-with-diabetes-8354,diabetes,,,,,, -0f5526a8-0626-41a4-91a1-d1b8d4761aad,Foundations of Evidence-Based Practice in Healthcare,By Ohio State University via Canvas Network,,course|https://www.canvas.net/browse/osu/global-one-health/courses/foundations-of-evidence-based-practice,healthcare,,,,,, -e5d876d7-fc63-496f-b4d3-53695620181c,Service Improvement in Healthcare,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/leadership-service-improvement-7003cpd-01,healthcare,,,,,, -95615394-65e2-4078-a1c3-c555a3f6cc7e,Nursing and Long-term Conditions: An Introduction,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/introduction-to-long-term-conditions,nursing,,,,,, -301a830a-fa27-470d-bb18-046389a5c4f5,The Anthropological Demography of Health,By Sorbonne Paris Cité University via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-the-anthropological-demography-of-health-12849,healthcare,,,,,, -e915415c-1c30-44ce-9178-44ac0ea08cb5,Creating Moments of Joy for People with Alzheimer’s,By Purdue University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-creating-moments-of-joy-for-people-with-alzheimer-s-9409,alzheimers,,,,,, -c721839b-ace7-467d-9682-2769a32c6a40,"How Fiction Works (July 22, 2008 edition) | Open Library",,,book|https://openlibrary.org/works/OL16492289W/How_fiction_works?edition=howfictionworks00wood,literature,,,beginner,,, -1123e26d-d8a2-4a4f-9140-e8bde83be40d,First Aid for Adults,By via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-first-aid-for-adults-8462,first-aid,,,,,, -42227699-ae3c-4a8b-8240-46ad53dcee8e,Healthy Futures: How Can We Create the Most Effective Healthcare System?,By Murdoch University via FutureLearn,,course|https://www.futurelearn.com/courses/healthy-futures,public-health,,,,,, -f5176b64-ceb1-4991-9f2c-9461b1048790,Electronic Systems for Cancer Diagnosis,By Indian Institute of Science Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-electronic-systems-for-cancer-diagnosis-12968,cancer;medical-devices,,,,,, -b3c02181-04df-4eb5-88b5-13f8e308e545,Drying and Encapsulation of Food Ingredients in Powder Form,By EIT Food via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-drying-and-encapsulation-of-food-ingredients-in-powder-form-12704,food-processing,,,,,, -6dab26b2-a8a6-46ac-b728-de58eb506728,The Monday Campaigns: Lessons in Public Health Promotion,By Johns Hopkins University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-monday-campaigns-lessons-in-public-health-promotion-12666,public-health,,,,,, -63547875-2f43-44a2-a3d1-f3e83b403a5f,Managing Your Health Data,By EIT Health via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-managing-your-health-data-12473,healthcare,,,,,, -56bc2352-588b-439e-90b7-087f65c7760f,Partnering with the Public and Patients in Medical Research,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:Medicine+MEDX0002+Y01/about,healthcare;research,,,,,,oer -47518797-cd73-4c37-b145-c7ece8b9323e,Statistical Shape Modelling: Computing the Human Anatomy,By University of Basel via FutureLearn,,course|https://www.futurelearn.com/courses/statistical-shape-modelling,anatomy,,,,,, -48abeebb-04cc-4efb-8f48-34733d617665,At the heart of medical radioactivity,By Université de Nantes via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:univnantes+31009+session01/about,radiobiology,,,,,, -cb559b37-a664-4aaa-a972-0fe01e2f3e1b,"eHealth: Combining Psychology, Technology and Health",By University of Twente via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-ehealth-combining-psychology-technology-and-health-5876,healthcare,,,,,, -3f48c8cc-1d4b-4924-9c72-aa8d33cffb5c,Current regulatory requirements for conducting clinical trials in India,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-current-regulatory-requirements-for-conducting-clinical-trials-in-india-13041,clinical-trials;nations/india,,,,,, -b2781f75-933b-4975-9c23-a6ddc3f542e0,"Sleep Deprivation: Habits, Solutions, and Strategies Teach-Out",By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-sleep-deprivation-habits-solutions-and-strategies-teach-out-9374,sleep,,,,,, -d11cc0c8-9618-481d-86f1-3ae9dbd1977b,Care Home Nursing: Changing Perceptions,By University of Dundee via FutureLearn,,course|https://www.futurelearn.com/courses/nursing-care-homes,nursing,,,,,, -472d778e-a7c0-452d-b7b7-dbadc40d97c9,Health Informatics on FHIR,By Georgia Institute of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-health-informatics-on-fhir-476,health-informatics,,,,,, -9cd1b02a-a051-4b87-9cf8-e079d6c0fc0f,Rural Healthcare Staffing Stability: Effective Tools and Practice,By The College of St. Scholastica via Independent,,course|https://www.classcentral.com/course/independent-rural-healthcare-staffing-stability-effective-tools-and-practice-11064,public-health,,,,,, -95046381-e19f-4cdd-93d6-d843bbd006a5,Ethical and Social Challenges of Genomic and Precision Medicine,"By University of California, San Francisco via Coursera",,course|https://www.coursera.org/learn/genomic-precision-medicine-challenges,genomic-medicine;ethics,,,,,, -a4caa3c8-40cb-4aa2-aa38-496cf2c40783,Genomic and Precision Medicine,"By University of California, San Francisco via Coursera",,course|https://www.classcentral.com/course/coursera-genomic-and-precision-medicine-1453,genomic-medicine;personalized-medicine,,,,,, -e27b9417-632a-4c01-b2ee-d3b340809208,Medical Entomology,By Institut Pasteur via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:pasteur+96003+session02/about,medical-entomology,,,,,, -8d0af06b-9155-4b3c-ac04-564f25082d9d,Using Personalized Medicine and Pharmacogenetics,By University of East Anglia via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-using-personalized-medicine-and-pharmacogenetics-9077,personalized-medicine;genetics,,,,,, -6e76cc90-c9c9-44fc-bba8-3d97f3111931,Introduction to Nursing: The Role of Nurses Around the World,By King's College London via FutureLearn,,course|https://www.futurelearn.com/courses/nursing,nursing,,,,,, -7a38568f-bec6-46bb-bb30-5e616cb3c06f,Introduction to Critical Care Medicine,By University of Glasgow via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-critical-care-medicine-11058,critical-care-medicine;medicine,,,,,, -078a2940-6eb7-49c9-99d3-38ae6a67cbda,"Plagues, Pestilence and Pandemics: Are You Ready?",By Griffith University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-plagues-pestilence-and-pandemics-are-you-ready-10553,epidemiology,,,,,, -bf5097c0-1f10-4c54-b8cb-efe615215945,SMART-ASD: Matching Autistic People with Technology Resources,By University of Bath via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-smart-asd-matching-autistic-people-with-technology-resources-8076,autism,,,,,, -f49bb2d7-a903-4134-859f-38132208dea7,Improving Palliative Care in Care Homes for Older People,By Lancaster University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-improving-palliative-care-in-care-homes-for-older-people-12545,palliative-care,,,,,, -c8dfd0fe-9f04-423d-9288-8b979a2b1870,Global Health and Disability,By London School of Hygiene & Tropical Medicine via FutureLearn,,course|https://www.futurelearn.com/courses/global-disability,public-health;disability,,,,,, -1895896d-770f-481d-8fc3-01c474ed2847,Process Mining in Healthcare,By Eindhoven University of Technology via FutureLearn,,course|https://www.futurelearn.com/courses/process-mining-healthcare,health-informatics,,,,,, -1fbcb34e-d439-4940-81aa-02c613354e6c,Preventing Childhood Obesity: an Early Start to Healthy Living,By University of Wollongong via FutureLearn,,course|https://www.futurelearn.com/courses/childhood-obesity,obesity,,,,,, -e51a942d-ebae-4510-8927-6e1b6beb470f,Developing Clinical Empathy: Making a Difference in Patient Care,"By St George's, University of London via FutureLearn",,course|https://www.classcentral.com/course/futurelearn-developing-clinical-empathy-making-a-difference-in-patient-care-11989,empathy;healthcare,,,,,, -e470c102-166d-4f57-a153-c0aecd53e253,Essentials of child and adolescent psychiatry across the world,By Université Paris SUD via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:UPSUD+42002+session04/about,psychiatry,,,,,, -42abf865-7042-4a91-9c2c-db4ad8596a72,Introduction to Emergency Contraception,By University of East Anglia via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-emergency-contraception-10547,contraception,,,,,, -83f65a15-90cb-4a5f-88fb-b1473acfe3e6,Health in Humanitarian Crises,By London School of Hygiene & Tropical Medicine via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-health-in-humanitarian-crises-7625,public-health,,,,,, -f089a76b-930d-4a5f-a010-4fa5cc39edc5,Control and Elimination of Visceral Leishmaniasis,By London School of Hygiene & Tropical Medicine via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-control-and-elimination-of-visceral-leishmaniasis-9223,kala-azar;leishmaniasis,,,,,, -cfa9ac49-09c4-4a49-b234-215e14218f80,Whole Genome Sequencing: Decoding the Language of Life and Health,By Health Education England via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-whole-genome-sequencing-decoding-the-language-of-life-and-health-5663,genome-sequencing,,,,,, -065342ef-1a21-4465-bb9f-b02071b553ca,Understanding Depression and Low Mood in Young People,By University of Reading via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-depression-and-low-mood-in-young-people-9270,depression,,,,,, -499429a5-b31d-4625-8481-ae9cd290b1ed,Learning Theory for Nursing: An Introduction,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-learning-theory-for-nursing-an-introduction-13190,nursing,,,,,, -97073a5d-02b9-43b0-b98f-20f23a888f0c,Falling Down: Problematic Substance Use in Later Life,By Middlesex University London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-falling-down-problematic-substance-use-in-later-life-9261,drugs;public-health,,,,,, -a15cb65e-ed2c-4b12-b174-bffd829592df,The School for Change Agents,By NHS Leadership Academy via FutureLearn,,course|https://www.futurelearn.com/courses/school-for-change-agents,healthcare;careers,,,,,, -beeb46e8-c4dc-4a6c-9039-bbbcbbeb85c1,Understanding and Challenging Evidence-based Practice,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/understanding-and-challenging-evidence-based-practice,healthcare,,,,,, -30414071-1d57-498b-a968-893c3587859a,The Lancet Maternal Health Series: Global Research and Evidence,By London School of Hygiene & Tropical Medicine via FutureLearn,,course|https://www.futurelearn.com/courses/maternal-health,maternity,,,,,, -c34dbac8-b824-45a0-9f52-37ff055abee8,Demystifying Targeted Cancer Treatments,By Cancer Research UK via FutureLearn,,course|https://www.futurelearn.com/courses/targeted-cancer-treatments,cancer,,,,,, -3048da4d-948c-43bf-ad35-06561507bf12,Diabetic Eye Disease: Building Capacity To Prevent Blindness,By London School of Hygiene & Tropical Medicine via FutureLearn,,course|https://www.futurelearn.com/courses/diabetic-eye-disease,diabetes;eyes,,,,,, -648c8a57-aad6-4b1e-97e2-d317dd79ebae,Introduction to Clinical Neurology,"By University of California, San Francisco via Coursera",,course|https://www.coursera.org/learn/clinical-neurology,neurology,,,,,, -4fd3407b-47d1-4ce2-bdaf-c42d69eea89c,"""Care for carers"" Aider une personne âgée : un rôle à part entière. Conseils et soutien",By via ,,course|https://www.fun-mooc.fr/courses/course-v1:univ-toulouse+101017+session02/about,healthcare;ageing,,,,,, -95e65476-19c7-4a4e-b759-c169e1845626,Inside Cancer: How Genes Influence Cancer Development,By University of Bath via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-inside-cancer-how-genes-influence-cancer-development-1254,cancer;genetics,,,,,, -1477b142-f5e3-48fd-8440-7f1040192dbe,Alternative Proteins as Food Ingredients,By EIT Food via FutureLearn,,course|https://www.futurelearn.com/courses/alternative-proteins,food,,,,,, -7c6abd13-3fbf-46bb-955d-f4388ba150d2,Global Blindness: Planning and Managing Eye Care Services,By London School of Hygiene & Tropical Medicine via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-global-blindness-planning-and-managing-eye-care-services-3299,blindness;eyes,,,,,, -6a96f8da-7296-48bc-83bf-d7c0a1958574,Exercise Prescription for the Prevention and Treatment of Disease,By Trinity College Dublin via FutureLearn,,course|https://www.futurelearn.com/courses/exercise-prescription,exercise;healthcare,,,,,, -16bc23f1-9796-4603-b0bf-7f07638ee847,The NHS Explained: How the Health System in England Really Works,By King's Fund via FutureLearn,,course|https://www.futurelearn.com/courses/the-nhs-explained,healthcare;nations/uk,,,,,, -2b00f082-3644-4d18-9157-f9dfbc0e1a78,The Role of Vaccines in Preventing Infectious Diseases and Antimicrobial Resistance,By The British Society for Antimicrobial Chemotherapy via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-role-of-vaccines-in-preventing-infectious-diseases-and-antimicrobial-resistance-13368,vaccines,,,,,, -9acd6571-d011-44d1-af8c-c3bc29a54e90,Making Babies in the 21st Century,By University College London via FutureLearn,,course|https://www.futurelearn.com/courses/making-babies,babies,,,,,, -cb46aae5-c759-4db7-be17-1d9133785428,Young People and Their Mental Health,By University of Cambridge via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-young-people-and-their-mental-health-9491,mental-health,,,,,, -201d169c-74ab-427c-9013-cfaef2cba101,Mathematical Foundations for Cryptography,By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/mathematical-foundations-cryptography,cryptography,,,,,, -25cc51f8-8fe2-4c73-909d-a091407956e3,Global Health Governance: Addressing Globalization and Health Inequities,"By St George's, University of London via FutureLearn",,course|https://www.classcentral.com/course/futurelearn-global-health-governance-addressing-globalization-and-health-inequities-13694,public-health,,,,,, -6d25f482-a53c-49d4-b52c-97d1cb87c231,What is Genetic Counselling?,By Wellcome Genome Campus via FutureLearn,,course|https://www.futurelearn.com/courses/what-is-genetic-counselling,genetics,,,,,, -be27e19a-e914-447d-b9e6-bda089361ffe,A History of Public Health in Post-War Britain,By London School of Hygiene & Tropical Medicine via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-a-history-of-public-health-in-post-war-britain-8510,public-health;history,,,,,, -62da2e27-e460-477a-abb8-950d870a9bda,Understanding Autism,By University of Kent via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-autism-8239,autism,,,,,, -31667c6e-6a1f-4dbe-ad04-419f90987e66,Mindfulness for Wellbeing and Peak Performance,By Monash University via FutureLearn,,course|https://www.futurelearn.com/courses/mindfulness-wellbeing-performance,mindfulness,,,,,, -b5f75c1f-b5df-4432-9c8e-7cfb51e8e0c6,Polycystic Ovary Syndrome: An Evidence-based Approach,By Monash University via FutureLearn,,course|https://www.futurelearn.com/courses/polycystic-ovary-syndrome,pcos,,,,,, -111eb183-fd77-4aac-a089-95123757b6f2,Integrated Healthcare for Children with Developmental Disabilities,By London School of Hygiene & Tropical Medicine via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-integrated-healthcare-for-children-with-developmental-disabilities-13757,healthcare;children,,,,,, -2f2393a5-2198-412c-8ba4-995f98509395,Food as Medicine,By Monash University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-food-as-medicine-5742,food;medicine,,,,,, -be958984-be03-41cb-9087-f01ebc81962b,Perioperative Medicine in Action,By University College London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-perioperative-medicine-in-action-8491,medicine,,,,,, -079f3704-7aff-4d39-b4ce-e268b47eb917,Clinical Supervision: Assessing and Providing Feedback,By University of East Anglia via FutureLearn,,course|https://www.futurelearn.com/courses/clinical-supervision-assessment-feedback,clinical-supervision,,,,,, -9dc0bf7e-0a87-41c9-a780-5031357f3abb,Measuring and Valuing Health,By The University of Sheffield via FutureLearn,,course|https://www.futurelearn.com/courses/valuing-health,health,,,,,, -98762faa-6a2f-4663-8319-2cb5fd166cae,End-of-Life Care for People with Dementia,By University of East Anglia via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-end-of-life-care-for-people-with-dementia-9089,dementia,,,,,, -c2a9dd80-f4d7-4936-a8e0-d9a41a38d9a9,Understanding Epilepsy and its Neuropsychology,By University of Padova via FutureLearn,,course|https://www.futurelearn.com/courses/epilepsy-and-its-neuropsychology,epilepsy,,,,,, -64027822-a131-4cdb-96e0-2509013855fd,Non-Invasive Prenatal Testing (NIPT): An Introduction for Healthcare Professionals,By St. George's University via FutureLearn,,course|https://www.futurelearn.com/courses/non-invasive-prenatal-testing,healthcare;prenatal-testing,,,,,, -dfc6ee42-f40b-46f1-8455-694e3d323776,Nutrition and Disease Prevention,By Taipei Medical University via FutureLearn,,course|https://www.futurelearn.com/courses/nutrition-disease-prevention,nutrition,,,,,, -74b55fdd-2124-4961-8d26-5991b3c9ef6a,Medical Humanity: Engaging Patients and Communities in Healthcare,By Taipei Medical University via FutureLearn,,course|https://www.futurelearn.com/courses/medical-humanity,healthcare,,,,,, -d74076a2-e860-4fe4-b881-b26c171a4f4d,Medicine Administration for Carers,By University of East Anglia via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-medicine-administration-for-carers-13232,medicine,,,,,, -c467822b-e76c-46d0-b9a9-37610b40a178,Hospital Operations: Improving Patient Experience,By Deakin University via FutureLearn,,course|https://www.futurelearn.com/courses/hospital-operations-improving-patient-experience,hospitals;healthcare,,,,,, -c7ccf602-803b-41d8-b2c2-fd94f8ac0498,Human Factors in a Healthcare Environment,By University of East Anglia via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-human-factors-in-a-healthcare-environment-10548,healthcare,,,,,, -cd73c6ef-f044-4c03-9dfb-d81cc89ad375,Organ Donation: The Essentials for Healthcare Professionals,By St. George's University via FutureLearn,,course|https://www.futurelearn.com/courses/organ-donation,organ-donation,,,,,, -32f246a7-daf3-4b2f-a73c-b3e18179a706,Caring for Older People: a Partnership Model,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-caring-for-older-people-a-partnership-model-7220,ageing;healthcare,,,,,, -5d7ca02b-9536-4d20-a114-e4c699037469,Introduction to Dynamical Systems and Chaos,By Santa Fe Institute via Complexity Explorer,,course|https://www.complexityexplorer.org/courses/98-introduction-to-dynamical-systems-and-chaos,complex-systems,,,,,, -876d0b24-30e0-463a-be73-5aa60710dfb3,Introduction to Mathematical Thinking,By Stanford University via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-mathematical-thinking-370,mathematical-thinking;thinking,,,,,, -62a53155-9858-4e75-a132-b74aab45e13d,Matrix Algebra for Engineers,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-matrix-algebra-for-engineers-11986,matrix-algebra,,,,,, -7b54f617-1cec-4ac5-8c4a-cd61e72ca92a,Fibonacci Numbers and the Golden Ratio,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-fibonacci-numbers-and-the-golden-ratio-6684,fibonacci-numbers;golder-ratio,,,,,, -a54f71f5-e4b0-49c6-86e6-b17606b0400e,Intro to Statistics,By Stanford University via Udacity,,course|https://www.classcentral.com/course/udacity-intro-to-statistics-361,statistics,,,,,, -5e600ce2-3829-4bdb-b35f-a230c011e598,Statistical Learning,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/HumanitiesSciences/StatLearning/Winter2016/about,statistical-learning,,,,,,oer -bce9accc-9e50-4107-b961-5a6994332b86,Tutorials for Complex Systems,By Santa Fe Institute via Complexity Explorer,,course|https://www.classcentral.com/course/complexity-explorer-tutorials-for-complex-systems-1194,complex-systems,,,,,, -b37c7bda-cea8-4f9d-ac1f-2319913c96b7,Introduction to Probability - The Science of Uncertainty,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-probability-the-science-of-uncertainty-1496,probability,,,,,, -404d3bde-d5de-4bf9-aa38-bd6d28518600,"Advanced Precalculus: Geometry, Trigonometry and Exponentials",By University of Padova via FutureLearn,,course|https://www.futurelearn.com/courses/advanced-precalculus,geometry;trigonometry;exponentials,,,,,, -0bae7643-2669-4f07-9690-1f6df4ac8f23,Introduction to Algebra,By Schoolyourself via edX,,course|https://www.classcentral.com/course/edx-introduction-to-algebra-2526,algebra,,,,,, -6f973e5f-8737-4040-9e4f-7471c516705e,Mathematical Biostatistics Boot Camp 1,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/biostatistics,biostatistics,,,,,, -17490311-f6c3-4964-b420-aa97949ff819,Differential Equations for Engineers,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/differential-equations-engineers,differential-equations;engineering,,,,,, -6ef6860d-9c40-421d-bcb7-9d57897d3f40,Bayesian Statistics,By Duke University via Coursera,,course|https://www.coursera.org/learn/bayesian,statistics;bayesian-statistics,,,,,, -cbbf2e7e-3470-43ea-9989-1bf93fd58f4e,Basic Statistics,By University of Amsterdam via Coursera,,course|https://www.classcentral.com/course/coursera-basic-statistics-4312,statistics,,,,,, -e06c162e-7979-4090-8311-35126f3a4da0,College Algebra,By San Jose State University via Udacity,,course|https://www.classcentral.com/course/udacity-college-algebra-630,algebra,,,,,, -4ef957f9-edd1-4797-95d1-776e5c8d2dc0,How to Learn Math: For Students,By Stanford University via Stanford OpenEdx,,course|https://online.stanford.edu/courses/gse-yeduc115-s-how-learn-math-students,learning;mathematics,,,,,,oer -d01ba9cb-11fa-4934-bc6d-663c845ccf3b,Effective Thinking Through Mathematics,By The University of Texas at Austin via edX,,course|https://www.classcentral.com/course/edx-effective-thinking-through-mathematics-1335,thinking;mathematics,,,,,, -fcb73e5c-2148-4d60-b8c7-99b5746075aa,Intro to Descriptive Statistics,By San Jose State University via Udacity,,course|https://www.classcentral.com/course/udacity-intro-to-descriptive-statistics-2309,statistics,,,,,, -2fcc5804-3055-42c8-a95a-bfb7ec11b758,Introduction to Renormalization,By Santa Fe Institute via Complexity Explorer,,course|https://www.complexityexplorer.org/courses/67-introduction-to-renormalization,complex-systems;information-theory,,,,,, -3b4c39f3-66e0-4464-bb59-df688c0e4cb6,Queuing Theory: from Markov Chains to Multi-Server Systems,By Institut Mines-Télécom via edX,,course|https://www.classcentral.com/course/edx-queuing-theory-from-markov-chains-to-multi-server-systems-10079,queuing-theory,,,,,, -b63a385e-3d16-44bf-b68c-2869ca5e9c87,Linear Algebra - Foundations to Frontiers,By The University of Texas at Austin via edX,,course|https://www.classcentral.com/course/edx-linear-algebra-foundations-to-frontiers-1337,linear-algebra,,,,,, -3c88f10b-4df9-4d8b-afb8-0574e0fb78ea,Maximum Entropy Methods,By Santa Fe Institute via Complexity Explorer,,course|https://www.complexityexplorer.org/courses/33-maximum-entropy-methods/,complex-systems;maximum-entropy-methods,,,,,, -0d91efe9-941a-4ee8-aee1-559063479e6c,Intro Algebra Review,By via Udacity,,course|https://www.classcentral.com/course/udacity-intro-algebra-review-2666,algebra,,,,,, -3a7b86f4-b5de-4125-b534-1fd8844dad6c,Intro to Inferential Statistics,By San Jose State University via Udacity,,course|https://www.classcentral.com/course/udacity-intro-to-inferential-statistics-2310,statistics,,,,,, -994776e1-0b38-463d-9c28-2a32f9acc4ea,Introduction to Differential Equations,By Santa Fe Institute via Complexity Explorer,,course|https://www.complexityexplorer.org/courses/31-introduction-to-differential-equations,differential-equations,,,,,, -fd7f15b4-962e-47c5-84c8-64de9cdb9e3b,Introduction to Linear Models and Matrix Algebra,By Harvard University via edX,,course|https://www.edx.org/course/introduction-to-linear-models-and-matrix-algebra-2,matrix-algebra,,,,,, -b0f55538-9b42-4648-8e64-16b19f8f5b52,Linear Regression and Modeling,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-linear-regression-and-modeling-6098,linear-regression,,,,,, -22fafc70-531b-4b3a-9ca7-6fbae4ce0a0b,Single Variable Calculus,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/discrete-calculus,calculus,,,,,, -a44b7649-7a64-41a3-8921-3d8bda91f1e3,Calculus: Single Variable Part 4 - Applications,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/applications-calculus,calculus,,,,,, -f239b70e-d2b4-4883-9688-a891aa27469b,Delivery Problem,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/delivery-problem,traveling-salesman-problem;computer-science;programming-languages/python,,,,,, -85161464-b6e9-46e1-826f-ad83e8d34cf1,Three.js Journey — Learn WebGL with Three.js,,,course|https://threejs-journey.xyz/,software-tools/three-js,,,,,, -beacfdcf-6a81-4ff0-8763-54ee9df2b92e,Automated Reasoning: satisfiability,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-automated-reasoning-satisfiability-12009,automated-reasoning,,,,,, -10d37f18-19bc-4a4b-8107-870449c09a3c,Power and Sample Size for Multilevel and Longitudinal Study Designs,By University of Florida via Coursera,,course|https://www.classcentral.com/course/coursera-power-and-sample-size-for-multilevel-and-longitudinal-study-designs-14413,statistics,,,,,, -12771fb5-688a-4f2d-b5c3-0f462d823326,Statistics with R Capstone,By Duke University via Coursera,,course|https://www.coursera.org/learn/statistics-project,statistics;programming-languages/r,,,,,, -4f2a73de-1acd-48e9-ad6a-3e43a546ab6b,Inferential Statistics,By University of Amsterdam via Coursera,,course|https://www.classcentral.com/course/coursera-inferential-statistics-13444,statistics,,,,,, -83d64821-8428-45bf-b50c-8e7529e242a0,Calculus: Single Variable Part 3 - Integration,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-calculus-single-variable-part-3-integration-5069,calculus,,,,,, -a1ac9747-d69e-4155-a57d-6ebe9437f6cb,Number Theory and Cryptography,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-number-theory-and-cryptography-9210,number-theory;cryptography,,,,,, -b5471e8a-f6b9-435f-81d8-8c7a505242db,Calculus: Single Variable Part 2 - Differentiation,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/differentiation-calculus,calculus,,,,,, -39e08929-c602-44cb-9fe1-8d73037de145,Introduction to Probability and Data,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-probability-and-data-6099,probability;data-science,,,,,, -2d949637-d457-40f5-ae39-3b4b8caa19be,Geometric Algorithms,By EIT Digital via Coursera,,course|https://www.classcentral.com/course/coursera-geometric-algorithms-12815,algorithms;geometric-algorithms,,,,,, -30649265-741a-41e5-af56-3f3ecb9a53c1,Analytic Combinatorics,By Princeton University via Coursera,,course|https://www.coursera.org/learn/analytic-combinatorics,combinatorics,,,,,, -a5c4943b-d0ab-4f24-a934-0a8a4f3b318c,Business Applications of Hypothesis Testing and Confidence Interval Estimation,By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-business-applications-of-hypothesis-testing-and-confidence-interval-estimation-7035,hypothesis-testing;confidence-interval,,,,,, -e7ce83a5-39fc-4f79-9d8b-76f6b0a03efa,Linear Regression for Business Statistics,By Rice University via Coursera,,course|https://www.coursera.org/learn/linear-regression-business-statistics,linear-regression;statistics,,,,,, -30600d0b-170f-4f43-8e3c-2735d6b4698c,Mathematical Thinking in Computer Science,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-mathematical-thinking-in-computer-science-9212,mathematical-thinking;computer-science,,,,,, -076473ae-65f7-4796-9d65-8996d2faaf02,Logistic Regression in R for Public Health,By Imperial College London via Coursera,,course|https://www.classcentral.com/course/coursera-logistic-regression-in-r-for-public-health-13075,logistic-regression;programming-languages/r,,,,,, -97fd512d-697f-4b95-a6a4-e3381ff60f7b,Linear Regression in R for Public Health,By Imperial College London via Coursera,,course|https://www.classcentral.com/course/coursera-linear-regression-in-r-for-public-health-13077,linear-regression;programming-languages/r,,,,,, -f44fc587-b2a5-4879-8de4-7903e867a508,Qualitative Comparative Analysis (QCA),By Erasmus University Rotterdam via Coursera,,course|https://www.classcentral.com/course/coursera-qualitative-comparative-analysis-qca-13464,qualitative-comparative-analysis;social-science,,,,,, -76731a87-f7dd-418c-8d82-027904303d97,Introduction to Calculus,By The University of Sydney via Coursera,,course|https://www.coursera.org/learn/introduction-to-calculus,calculus,,,,,, -d3a27f5f-c3c6-498e-926d-878c588ccc0a,Combinatorics and Probability,By Moscow Institute of Physics and Technology via Coursera,,course|https://www.coursera.org/learn/combinatorics,combinatorics;probability,,,,,, -af76737b-d3e6-4103-b0a8-26722c154e72,Improving your statistical inferences,By Eindhoven University of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-improving-your-statistical-inferences-7353,statistics,,,,,, -900df22d-c35e-4731-a034-55ec0bd36fa7,Probability and Statistics: To p or not to p?,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/probability-statistics,statistics,,,,,, -7c132348-ebef-41cd-a836-80662f430b74,Summary Statistics in Public Health,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-summary-statistics-in-public-health-12762,statistics,,,,,, -8f1ce644-c054-4281-9c15-ded39e73b340,Introduction to Graph Theory,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-introduction-to-graph-theory-9213,graph-theory,,,,,, -b9eaa8ce-95c7-4a2c-8b17-3caf0123a36c,Survival Analysis in R for Public Health,By Imperial College London via Coursera,,course|https://www.classcentral.com/course/coursera-survival-analysis-in-r-for-public-health-13076,public-health;survival-analysis;programming-languages/r,,,,,, -ad00466b-691e-4a96-b77e-de86f93d2a8e,Mathematics for Computer Science,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/mathematics-for-computer-science,mathematics;computer-science,,,,,, -944b3070-33e9-4d68-8d4b-ef48e0079869,Introduction to Statistics & Data Analysis in Public Health,By Imperial College London via Coursera,,course|https://www.coursera.org/learn/introduction-statistics-data-analysis-public-health,statistics;public-health;data-science,,,,,, -3d338689-dbfa-49bc-bc7d-5f9b18343470,Bayesian Statistics: Techniques and Models,"By University of California, Santa Cruz via Coursera",,course|https://www.classcentral.com/course/coursera-bayesian-statistics-techniques-and-models-8424,statistics,,,,,, -a9c5d42d-9296-40c8-8da3-813e3647f97b,Hypothesis Testing in Public Health,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-hypothesis-testing-in-public-health-12760,hypothesis-testing;public-health,,,,,, -f04a2c63-2b38-40c5-8636-64a845b8a4ec,Multiple Regression Analysis in Public Health,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/multiple-regression-analysis-public-health,multiple-regression;public-health,,,,,, -5a72b265-c707-4d45-9f3e-8b96a57153d1,Causal Inference 2,By Columbia University via Coursera,,course|https://www.coursera.org/learn/causal-inference-2,causal-inference,,,,,, -84668cfc-4068-40ac-a4ba-c9184bddf31a,Mathematical Game Theory,By Saint Petersburg State University via Coursera,,course|https://www.coursera.org/learn/mathematical-game-theory,game-theory,,,,,, -1cdabdf8-cd55-41d2-811c-28ff15a46f5a,Mathematical Economics,"By Doon University, Dehradun via Swayam",,course|https://www.classcentral.com/course/swayam-mathematical-economics-14187,mathematical-economics,,,,,, -1cc32eb9-bc54-4fc5-aa9e-b2166bd7065d,Math behind Moneyball,By University of Houston System via Coursera,,course|https://www.coursera.org/learn/mathematics-sport,mathematics,,,,,, -a08d37b4-eef3-485d-a91a-9370fb3cf387,Introduction to Enumerative Combinatorics,By Higher School of Economics via Coursera,,course|https://www.coursera.org/learn/enumerative-combinatorics,combinatorics,,,,,, -78a66680-5038-4068-a2e2-ac88d25eeeb8,Calculus of Several Real Variables,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_ma19/preview,calculus,,,,,, -e5a49493-f390-43bb-9058-a36a6a3d0f5b,Introduction to Abstract Group Theory,By Chennai Mathematical Institute via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-abstract-group-theory-14141,group-theory;abstract-algebra,,,,,, -027beb8b-11f1-4494-a006-e2070ccafad6,Matrix Analysis with Applications,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_ma28/preview,matrix-algebra,,,,,, -712d2f6d-fa79-439c-8c93-d4627b846fb9,Introduction To Rings And Fields,By Chennai Mathematical Institute via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-rings-and-fields-14139,abstract-algebra;rings;fields,,,,,, -92ced298-9ab5-403c-ae47-9dbf3a3eeb6e,Internet Search Tips · Gwern.net,,,article|https://www.gwern.net/Search,internet-search,,,,,, -d0d513c4-d1d0-4ff2-973d-810554538261,A Crash Course in Causality: Inferring Causal Effects from Observational Data,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-a-crash-course-in-causality-inferring-causal-effects-from-observational-data-8425,causal-inference,,,,,, -e40fda08-aba4-46f9-a96e-02038393f857,Introduction to Abstract and Linear Algebra,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-introduction-to-abstract-and-linear-algebra-14142,abstract-algebra;linear-algebra,,,,,, -6cf91ad5-8a0a-45b1-af6d-4820425c0e14,Modern Algebra,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-modern-algebra-14202,modern-algebra,,,,,, -1d7b5ec4-124b-4ceb-99c2-5abad7334e8e,Matrix Methods,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/matrix-methods,matrices,,,,,, -e993446d-fc87-4207-adb2-39ed4b369c92,Introductory Non-Linear Dynamics,By Indian Institute of Technology Delhi via Swayam,,course|https://swayam.gov.in/nd1_noc19_cy33/preview,nonlinear-dynamics,,,,,, -3781363c-0a19-4d88-bb40-033392184cc8,Introduction to Differential Equations,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-differential-equations-8005,differential-equations,,,,,, -4792771d-f447-4a30-99ce-4f3e9edafba3,Introduction to Ordinary Differential Equations,By Korea Advanced Institute of Science and Technology via Coursera,,course|https://www.coursera.org/learn/ordinary-differential-equations,differential-equations,,,,,, -c2fc58d7-8af0-4973-a025-0f5670fa19a8,Introduction to Galois Theory,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-galois-theory-5382,galois-theory,,,,,, -bcbd9fff-9596-4028-85e3-e92bb649e560,Jacobi modular forms: 30 ans après,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-jacobi-modular-forms-30-ans-apres-6626,jacobi-modular-forms,,,,,, -f885691c-5178-4121-8a8f-ebb982de8600,Fundamentals of Statistics,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/fundamentals-of-statistics-3,statistics,,,,,, -3ab3da47-fd42-4d9e-b1fc-02685e5fa9f7,Introduction to numerical analysis,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-numerical-analysis-13684,numerical-analysis,,,,,, -0a5ea167-0a6d-4893-9a63-869bffb05320,Statistics with SAS,By SAS via Coursera,,course|https://www.coursera.org/learn/sas-statistics,statistics;software-tools/sas,,,,,, -b7844c21-7750-4da3-877b-891f62d6f700,An Intuitive Introduction to Probability,By University of Zurich via Coursera,,course|https://www.classcentral.com/course/coursera-an-intuitive-introduction-to-probability-7792,probability,,,,,, -1dfd1d4b-3195-4c57-ae84-9bd5e9dc5cf9,Causal Inference,By Columbia University via Coursera,,course|https://www.coursera.org/learn/causal-inference,causal-inference,,,,,, -f674b438-45d0-45db-9887-9a99b5454c02,Differential Equations in Action,By via Udacity,,course|https://www.udacity.com/course/differential-equations-in-action--cs222,differential-equations,,,,,, -c0ce28ef-34af-4d90-b0a6-423e65fcfbd8,Visualizing Algebra,By San Jose State University via Udacity,,course|https://www.classcentral.com/course/udacity-visualizing-algebra-629,algebra,,,,,, -96d3e340-7bf7-44bb-aa25-5c016a277cb8,Street-Fighting Math,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-street-fighting-math-1780,mathematics,,,,,, -71c59912-738f-4cbc-b741-66685b707097,"Introduction to Probability, Statistics, and Random Processes",By University of Massachusetts Amherst via Independent,,course|https://www.probabilitycourse.com/,probability;statistics,,,,,, -b2bf9bb1-9a70-4334-bd03-7f74d038d815,Applications of Linear Algebra Part 1,By Davidson College via edX,,course|https://www.edx.org/course/applications-linear-algebra-part-1-davidsonx-d003x-1,linear-algebra,,,,,, -9642fd4b-e54a-4d94-9452-c06e3663fc78,Special Relativity,By via World Science U,,course|http://www.worldscienceu.com/courses/university/special-relativity,special-relativity,,,,,, -7185acbc-acc3-4ea7-b507-9e8b9e053b10,Mathematics: the Language of Nature,By via World Science U,,course|http://www.worldscienceu.com/courses/master_class/master-class-edward-frenkel,mathematics;physics,,,,,, -87c22a92-596f-4665-ad52-ab212689ff8f,Applications of Linear Algebra Part 2,By Davidson College via edX,,course|https://www.edx.org/course/applications-linear-algebra-part-2-davidsonx-d003x-2,linear-algebra,,,,,, -7a8896da-e223-4f9b-bfd6-1115d1dc5310,"I ""Heart"" Stats: Learning to Love Statistics",By via ,,course|https://www.edx.org/course/i-heart-stats-learning-love-statistics-notredamex-soc120x,statistics,,,,,, -80afdcd4-1914-4e3d-ade0-0ffa2e5cabe9,Introducing Technology-Enhanced Teaching,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-introducing-technology-enhanced-teaching-4525,education;information-technology,,,,,, -10531c74-df51-4771-bd6e-7960b57033b8,Math 101,By Barry University via Canvas Network,,course|https://www.canvas.net/browse/barryuniversity/courses/math101,mathematics,,,,,, -a1a6530a-a8ce-445d-bb5e-694465163a43,Statistical Reasoning,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-statistical-reasoning-6349,statistics,,,,,, -3fe8e8ae-148a-4181-8cd8-7b35893734d4,Probability and Statistics,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:OLI+ProbStat+Open_Jan2017/about,probability;statistics,,,,,,oer -6f1ebb33-a82c-45c8-8cf0-534e56bc5748,Linear Algebra Refresher Course,By via Udacity,,course|https://www.udacity.com/course/linear-algebra-refresher-course--ud953,linear-algebra,,,,,, -3aca2f00-e78a-4d23-af42-9d292a90dd57,Statistics in Medicine,By Stanford University via Stanford OpenEdx,,course|https://cme.class.stanford.edu/courses/course-v1:CME+001+2013-2019/about,statistics;medicine,,,,,,oer -0e7b4a1a-85e2-445f-953b-fbaecb484dd7,Fun with Prime Numbers: The Mysterious World of Mathematics,By Kyoto University via edX,,course|https://www.classcentral.com/course/edx-fun-with-prime-numbers-the-mysterious-world-of-mathematics-4903,prime-numbers,,,,,, -c65fb430-3f8b-4a7e-b8e8-b8812b9c31a2,College Algebra and Problem Solving,By Arizona State University via edX,,course|https://www.classcentral.com/course/edx-college-algebra-and-problem-solving-4065,algebra,,,,,, -2798b766-f6a9-4762-b0d3-43875a47da16,BPMN Meets DMN: Business Process and Decision Modeling,By via openHPI,,course|https://www.classcentral.com/course/openhpi-bpmn-meets-dmn-business-process-and-decision-modeling-5149,business-process-modeling,,,,,, -78d8e688-958e-4753-8ea2-6d5567b50a28,Introduction to Geometry,By Schoolyourself via edX,,course|https://www.edx.org/course/introduction-geometry-schoolyourself-geometryx-1,geometry,,,,,, -0a416406-354d-4835-ae80-ebf6225060bb,Technical Math for Industry,By Colorado Community College System via Canvas Network,,course|https://www.canvas.net/browse/cccs/courses/technical-math-for-industry-8,mathematics,,,,,, -fda2a922-4832-4292-8229-57de519bc6a0,Discovery Precalculus: A Creative and Connected Approach,By The University of Texas at Austin via edX,,course|https://www.edx.org/course/discovery-precalculus-creative-connected-utaustinx-ut-prec-10-03x,precalculus,,,,,, -7f228bf2-67d1-4379-8457-a84663fcdf0f,Differential Equations and Their Symmetries Via Mathematical Models,By Blekinge Tekniske Hogskole via Canvas Network,,course|https://www.canvas.net/browse/bth/courses/differential-equations,differential-equations,,,,,, -192da50f-4371-457d-8766-3554d98c37d6,Computational Probability and Inference,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/computational-probability-inference-mitx-6-008-1x,probability;inference,,,,,, -dc6aded1-8c50-46e2-95f2-77dc1f26b730,Statistics for Business - II,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/statistics-business-ii-iimbx-qm101-2x-0,statistics;business,,,,,, -6de2559e-43b8-493b-8dca-0c94d9fda92d,Policy Analysis Using Interrupted Time Series,By The University of British Columbia via edX,,course|https://www.edx.org/course/policy-analysis-using-interrupted-time-ubcx-itsx-2,time-series;policy-analysis,,,,,, -2e5d06a9-ff1f-4043-bd0b-c198765eee40,Precalculus,By Arizona State University via edX,,course|https://www.edx.org/course/precalculus-asux-mat170x,precalculus,,,,,, -b290d3f4-0a69-4ecb-9d58-bda6fb04d1cc,Eigenvectors and Eigenvalues,By via Udacity,,course|https://www.udacity.com/course/eigenvectors-and-eigenvalues--ud104,eigenvectors;eigenvalues,,,,,, -7fddf283-6f44-423b-b99a-25c0778295ea,Introduction to Probability: Part 1 - The Fundamentals,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/introduction-to-probability-part-1-the-fundamentals,probability,,,,,, -d5d4df71-de8b-43c0-8927-672d38eb3f83,Introduction to Statistics,By Bioinformatics Institute via Stepik,,course|https://stepik.org/course/701/promo,statistics,,,,,, -0e3b3bb8-ea6d-4f13-9a7a-441115a23ec5,Statistics,By San Jose State University via Udacity,,course|https://www.classcentral.com/course/udacity-statistics-631,statistics,,,,,, -8b4b8145-3eb3-4621-a5f9-8e5587d048a2,Functions and Iterations,By Santa Fe Institute via Complexity Explorer,,course|https://www.classcentral.com/course/complexity-explorer-functions-and-iterations-11476,functions;dynamical-systems,,,,,, -379655c8-7047-4d71-ad19-259daeb7ef5c,Ordinary Differential Equations,By Santa Fe Institute via Complexity Explorer,,course|https://www.classcentral.com/course/complexity-explorer-ordinary-differential-equations-11478,differential-equations,,,,,, -b40d190e-30b1-4b71-a154-7a80ddbff8ff,Introduction to Information Theory,By Santa Fe Institute via Complexity Explorer,,course|https://www.classcentral.com/course/complexity-explorer-introduction-to-information-theory-11488,information-theory,,,,,, -8af37b6d-775a-4cd6-b63d-9f2f995f4e47,Game Theory I - Static Games,By Santa Fe Institute via Complexity Explorer,,course|https://www.complexityexplorer.org/courses/69-game-theory-i-static-games,game-theory,,,,,, -b3dc7430-b0c8-4aa7-b95e-d0a8d331f429,Game Theory II- Dynamic Games,By Santa Fe Institute via Complexity Explorer,,course|https://www.complexityexplorer.org/courses/78-game-theory-ii-dynamic-games,game-theory,,,,,, -cf5e3435-d2ba-482c-beac-c00151dddb61,Random Walks,By Santa Fe Institute via Complexity Explorer,,course|https://www.complexityexplorer.org/courses/46-random-walks,random-walks;probability,,,,,, -d42b9cf6-8b06-41fc-8b7f-bf6e4a9dd3cd,Vector and Matrix Algebra,By Santa Fe Institute via Complexity Explorer,,course|https://www.classcentral.com/course/complexity-explorer-vector-and-matrix-algebra-11489,matrix-algebra;vector-algebra,,,,,, -d925c6ee-a112-4f64-97c7-e08c96cae04e,Introduction to Probability,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-introduction-to-probability-11423,probability,,,,,, -4d154f8b-6b2d-4748-ae31-2f96a41ac153,Statistical Inference and Modeling for High-throughput Experiments,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-statistical-inference-and-modeling-for-high-throughput-experiments-2967,statistics;inference;experiments,,,,,, -8228e1f0-0e99-441b-8012-45cb5b44e78f,Time Series Analysis,By Georgia Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-time-series-analysis-10171,time-series,,,,,, -bc97b687-b16f-47a4-84d0-3ef746c0c4dc,Calculus 1A: Differentiation,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-calculus-1a-differentiation-2647,calculus,,,,,, -d361a3a6-205d-4fc8-b7f4-06f219723ba6,Take off with Stats in Python,By George Washington University via Independent,,course|https://www.classcentral.com/course/independent-take-off-with-stats-in-python-12377,statistics;programming-languages/python,,,,,, -7436c976-523a-4a7c-8d1f-0136d0340996,Probability: Basic Concepts & Discrete Random Variables,By Purdue University via edX,,course|https://www.classcentral.com/course/edx-probability-basic-concepts-discrete-random-variables-6989,probability;random-variables,,,,,, -07aa5414-a007-4638-9a13-3398d2c507ed,Probability: Distribution Models & Continuous Random Variables,By Purdue University via edX,,course|https://www.classcentral.com/course/edx-probability-distribution-models-continuous-random-variables-6990,probability,,,,,, -95145493-30ef-4905-882a-89fa98cafffe,Introductory Statistics : Basic Ideas and Instruments for Statistical Inference,By Seoul National University via edX,,course|https://www.classcentral.com/course/edx-introductory-statistics-basic-ideas-and-instruments-for-statistical-inference-10115,statistics;statistical-inference,,,,,, -b60b436a-3ae0-4765-8afd-fc776d7ab9ea,Introductory Statistics : Sample Survey and Instruments for Statistical Inference,By Seoul National University via edX,,course|https://www.edx.org/course/introductory-statistics-sample-survey-and-instruments-for-statistical-inference,statistics;statistical-inference,,,,,, -a3bf2f38-acd7-49c6-8e0c-ec79ba4bc25b,Introductory Statistics : Analyzing Data Using Graphs and Statistics,By Seoul National University via edX,,course|https://www.edx.org/course/introductory-statistics-analyzing-data-using-graphs-and-statistics,statistics;statistical-inference,,,,,, -9b966bfe-bbf9-4542-b07d-69729859bf77,Statistics: Unlocking the World of Data,By University of Edinburgh via edX,,course|https://www.edx.org/course/statistics-unlocking-the-world-of-data,statistics,,,,,, -b6c12d14-e5f2-42eb-b09b-ed780cfcd6fe,"A-level Mathematics for Year 12 - Course 1: Algebraic Methods, Graphs and Applied Mathematics Methods",By Imperial College London via edX,,course|https://www.classcentral.com/course/edx-a-level-mathematics-for-year-12-course-1-algebraic-methods-graphs-and-applied-mathematics-methods-12873,mathematics;algebra,,,,,, -db0fb22c-5c93-4ee3-bc2e-8b0f184be149,Mathematical Modelling Basics,By Delft University of Technology via edX,,course|https://www.edx.org/course/mathematical-modelling-basics,mathematical-modeling,,,,,, -5dfe4f92-6564-4c89-ad0e-878481f6085f,Deriving the piano keyboard from biological principles using clustering (Jupyter),,,code|https://fiftysevendegreesofrad.github.io/JupyterNotes/piano.html,music-theory,,,,,,oer -899c8ab2-f18c-4c8e-b947-99726dc3dcec,More Fun with Prime Numbers,By Kyoto University via edX,,course|https://www.edx.org/course/more-fun-with-prime-numbers-2,prime-numbers,,,,,, -41b78438-8eb5-4a5b-8026-edc64dca9fc3,Complex Analysis with Physical Applications,By National University of Science and Technology MISiS via edX,,course|https://www.classcentral.com/course/edx-complex-analysis-with-physical-applications-8152,complex-analysis;physics,,,,,, -2517ec7d-97a9-4125-a228-2754cb0bf692,AP® Calculus: Challenging Concepts from Calculus AB & Calculus BC,By Davidson College via edX,,course|https://www.classcentral.com/course/edx-ap-calculus-challenging-concepts-from-calculus-ab-calculus-bc-3843,calculus,,,,,, -6e8d9c19-1f69-4286-9f39-a69d61062a23,AP® Calculus BC,By Davidson College via edX,,course|https://www.edx.org/course/ap-calculus-bc-0,calculus,,,,,, -2b1d1371-cecb-4c50-8992-2b07895b4660,Calculus Applied!,By Harvard University via edX,,course|https://www.edx.org/course/calculus-applied-2,calculus,,,,,, -90868307-f75a-4b03-bb04-c4e893843bde,Essential Math for Machine Learning: Python Edition,By Microsoft via edX,,course|https://www.edx.org/course/essential-math-for-machine-learning-python-edition-3,machine-learning;programming-languages/python;mathematics,,,,,, -f67340ac-ece7-4870-9f88-e6222f00a6c0,Essential Math for Machine Learning: R Edition,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-essential-math-for-machine-learning-r-edition-11605,mathematics;machine-learning;programming-languages/r,,,,,, -3fff254f-b809-43e2-956b-52dda70b1be7,Pre-University Calculus,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-pre-university-calculus-2534,calculus,,,,,, -36d2eadf-6b77-4cb1-9ffa-86baf94b89ca,Fat Chance: Probability from the Ground Up,By Harvard University via edX,,course|https://www.edx.org/course/fat-chance-probability-from-the-ground-up-2,probability,,,,,, -4d34fe4a-0b53-425e-baf5-60b2c738004d,Engineering Calculus and Differential Equations,By The University of Hong Kong via edX,,course|https://www.classcentral.com/course/edx-engineering-calculus-and-differential-equations-12335,calculus;differential-equations,,,,,, -75268f3c-dc14-45d7-8735-b9ee584d64ab,Survival Statistics: Secrets for Demystifying Numbers,"By Royal Holloway, University of London via FutureLearn",,course|https://www.futurelearn.com/courses/survival-statistics-secrets-for-demystifying-numbers,statistics,,,,,, -84ef0133-9f19-4f7c-a6d1-c4d0fe04763b,Sta(r)tistics: Statistics for everyone - Applied statistics for new science students,By University of Sunderland via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-sta-r-tistics-statistics-for-everyone-applied-statistics-for-new-science-students-12146,statistics,,,,,, -695cc4f5-e58b-410d-8dc3-a61cb150c959,Decision Making Under Uncertainty: Introduction to Structured Expert Judgment,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-decision-making-under-uncertainty-introduction-to-structured-expert-judgment-13765,decision-making;probability;structure-expert-judgment,,,,,, -7580f6ff-5715-44f4-8918-4d10b8095151,Calculus 1B: Integration,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/calculus-1b-integration-2,calculus,,,,,, -492f8bfc-7327-42b7-9cb6-320b39ce1e58,Critical Thinking,By AICTE via Swayam,,course|https://swayam.gov.in/nd2_aic19_ma06/preview,critical-thinking,,,,,, -53fdeff4-8521-4b92-b433-4d155ee18bac,Differential Equations: 2x2 Systems,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/18-032x-differential-equations-2x2-systems,differential-equations,,,,,, -f1c4238d-77e1-4c20-9a13-a9619091fb20,Probability - The Science of Uncertainty and Data,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-probability-the-science-of-uncertainty-and-data-11480,probability,,,,,, -efa546c3-d82f-4f27-a9a7-85d8da814dc1,Statistics for Business – I,By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/statistics-for-business-i-0,statistics;business,,,,,, -9822d096-b01b-4084-80e8-13dac1127920,Connections (TV series) - Wikipedia,,,video|https://en.wikipedia.org/wiki/Connections_(TV_series),history;science;culture,,,,,,oer -c5f7f80a-de32-4630-b421-24e848c51fe2,Calculus 1C: Coordinate Systems & Infinite Series,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/calculus-1c-coordinate-systems-infinite-series-2,calculus,,,,,, -3767ea79-05b0-484a-b560-3ec9a986caea,Differential Equations: Linear Algebra and NxN Systems of Differential Equations,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-differential-equations-linear-algebra-and-nxn-systems-of-differential-equations-10024,differential-equations;calculus,,,,,, -df068c87-1543-4a66-9644-65222c6f87c1,Differential Equations: Fourier Series and Partial Differential Equations,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-differential-equations-fourier-series-and-partial-differential-equations-11763,differential-equations,,,,,, -d92b9d91-c385-42ce-96e6-ff293622c917,Transfer Functions and the Laplace Transform,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-transfer-functions-and-the-laplace-transform-8507,laplace-transform,,,,,, -21d54f26-9dd0-4c73-861b-1671b62e6926,Calculus of One Real Variable,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_ma18/preview,calculus,,,,,, -6567c5bc-df0d-40af-b060-3d5590cc5055,Higher Engineering Mathematics,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-higher-engineering-mathematics-14105,engineering-mathematics;mathematics,,,,,, -ddc8c141-f16d-4327-b320-3a98feb41b76,Mathematical Finance,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-mathematical-finance-14188,mathematics;finance,,,,,, -dea34a83-61ce-4a82-9e96-6084abf3655f,Mathematical Methods for Boundary Value Problems,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-mathematical-methods-for-boundary-value-problems-14189,boundary-value-problems;calculus,,,,,, -8a44096b-dc00-4681-817f-c5db3075924d,Operations Research,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_ma29/preview,operations-research,,,,,, -2459af35-1847-492b-9280-94513b3b8848,Regression analysis,"By Indian Institute of Science Education and Research, Pune via Swayam",,course|https://swayam.gov.in/nd1_noc19_ma32/preview,regression-analysis,,,,,, -dbe15bbd-a5a0-432f-a7b8-b2148b93f1d9,Game Theory,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-game-theory-14086,game-theory,,,,,, -512c6a25-f407-4c56-af10-bc56320cc198,Integral Transforms And Their Applications,By Indian Institute of Technology Delhi via Swayam,,course|https://swayam.gov.in/nd1_noc19_ma20/preview,integral-transforms;mathematics,,,,,, -aa5283b7-a759-474f-871d-eab0f5102d5b,"Introduction to Fuzzy Set Theory, Arithmetic and Logic",By Indian Institute of Technology Delhi via Swayam,,course|https://swayam.gov.in/nd1_noc19_ma31/preview,fuzzy-set-theory;fuzzy-arithmetic;fuzzy-logic,,,,,, -88854bec-abe5-44f9-afed-3e820db7425d,Discrete Mathematics (IITG),By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-discrete-mathematics-iitg-14012,discrete-mathematics,,,,,, -c2645d8d-caa9-47d3-82be-14424288f968,Discrete Mathematics (IITRopar),"By Indian Institute of Technology, Ropar via Swayam",,course|https://www.classcentral.com/course/swayam-discrete-mathematics-iitropar-14013,discrete-mathematics,,,,,, -ac2a224a-01f3-4183-8457-2fe758478bef,Stochastic Processes,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-stochastic-processes-7944,stochastic-processes;probability,,,,,, -4546ec81-df23-4233-afc6-2c5480c190e7,Introduction to Methods of Applied Mathematics,By Indian Institute of Technology Delhi via Swayam,,course|https://swayam.gov.in/nd1_noc19_ma34/preview,mathematics,,,,,, -87c9c376-88fe-4b7a-a971-c5f513fffbd7,Differential Calculus,By CEC via Swayam,,course|https://swayam.gov.in/nd2_cec19_ma02/preview,calculus,,,,,, -63e96d7b-1ddf-4289-b2d1-018827365beb,Mathematics for Machine Learning: Linear Algebra,By Imperial College London via Coursera,,course|https://www.coursera.org/learn/linear-algebra-machine-learning,linear-algebra;machine-learning;mathematics,,,,,, -7478618c-f443-4889-a5d8-7808d55d5e04,Why Numbers Matter: Quantitative Research,By Griffith University via FutureLearn,,course|https://www.futurelearn.com/courses/quantitative-research,research,,,,,, -934c43c5-00dd-4f8f-bbd5-77dd16d9a08b,Modern Algebra,"By Madurai Kamaraj University, Madurai, Tamil Nadu via Swayam",,course|https://www.classcentral.com/course/swayam-modern-algebra-14201,modern-algebra,,,,,, -1c9a3163-6bb6-4ae8-ae1b-417f734cd8a7,MTH 309 Introduction to Linear Algebra,By University at Buffalo via Independent,,course|https://learning.buffalo.edu/courses/course-v1:UBx+MTH309+2019_FA/about,linear-algebra,,,,,,oer -6405f629-7e7c-4a6d-bae9-1fde25b9aa65,Pre-Calculus: Functions,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/pre-calculus,precalculus,,,,,, -14d73f6f-65ef-4e4d-b830-a7591981ef7a,Applied Trade Math MOOC,By Saskatchewan Polytechnic via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-applied-trade-math-mooc-4091,mathematics,,,,,, -0266083e-b3b9-4769-a3a2-44cb73be24ec,Biostatistics and Mathematical Biology,By Central University of Punjab via Swayam,,course|https://www.classcentral.com/course/swayam-biostatistics-and-mathematical-biology-13925,biostatistics;mathematical-biology,,,,,, -131f4ab3-e9f5-4308-a21d-d6ea7b9fa7f5,Applied Multivariate Analysis,By University of Calcutta via Swayam,,course|https://www.classcentral.com/course/swayam-applied-multivariate-analysis-13898,mathematics,,,,,, -f174232d-9777-4395-a3b9-b90abf44a8f6,Topology,By University of Mumbai via Swayam,,course|https://www.classcentral.com/course/swayam-topology-14338,topology,,,,,, -42e720e8-6532-4b4c-a8bd-2cc3dbf37158,Pre-Algebra,By Cuyahoga Community College via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-pre-algebra-793,algebra,,,,,, -6435241e-15a9-4990-b697-32260e012ba4,Numbers for Life,By Carnegie Foundation via NovoEd,,course|https://www.classcentral.com/course/novoed-numbers-for-life-1279,mathematics,,,,,, -1c441279-734a-4f0b-9d88-94ae5fd5f595,Analysis of a Complex Kind,By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/complex-analysis,complex-analysis,,,,,, -d07f67dd-56f0-4dd2-968f-e53cbd0b9088,Convex Optimization,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/Engineering/CVX101/Winter2014/about,convex-optimization;optimization,,,,,,oer -02d4c906-9ecf-46f2-9ac9-4974998899fe,Introduction to Statistics: Descriptive Statistics,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/introduction-statistics-descriptive-uc-berkeleyx-stat2-1x,statistics,,,,,, -00c14af5-a19b-4955-9e33-888e5e795358,Introduction to Statistics: Probability,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/introduction-statistics-probability-uc-berkeleyx-stat2-2x,statistics;probability,,,,,, -fd791fcb-5807-4364-b28c-38680a83e427,Introduction to Statistics: Inference,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-introduction-to-statistics-inference-932,statistics;inference,,,,,, -cba62707-c76b-43b6-93f1-6e8cb63cc4d4,Science Fiction/Science Fact: Predictions and Math (Lite),"By University of California, Irvine via Canvas Network",,course|https://www.canvas.net/browse/ucirvine/courses/sfsf-predictions-math-lite,science-fiction;mathematics,,,,,, -f80edd61-569e-454c-b11d-1792a7263520,Calculus: Single Variable,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/single-variable-calculus,calculus,,,,,, -c7feb852-67fa-41d3-9814-0aff5e0e8bd6,"Maths for Humans: Linear, Quadratic & Inverse Relations",By University of New South Wales via FutureLearn,,course|https://www.futurelearn.com/courses/maths-linear-quadratic,mathematics,,,,,, -4c18163a-255d-4065-bce8-3645f3c4c5a7,Real World Calculus: How Maths Drives Formula One and Launches Angry Birds,By University of Leicester via FutureLearn,,course|https://www.futurelearn.com/courses/real-world-calculus,calculus,,,,,, -cdc171e1-9036-4e17-914f-ad933cbf5f8e,Discrete Mathematics,By Chennai Mathematical Institute via Swayam,,course|https://onlinecourses.nptel.ac.in/noc16_ma01,discrete-mathematics,,,,,, -23f6bdc7-5cfc-44a0-a6d0-2ca6fcc6fc2c,Applied Multivariate Statistical Modeling,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-applied-multivariate-statistical-modeling-5230,statistics,,,,,, -5db97c4b-a477-41e4-a606-37b8131cf656,Differential Calculus in Several Variables,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-differential-calculus-in-several-variables-5777,calculus,,,,,, -d26ca322-7ce6-4920-be96-70778375f955,Introduction to Statistical Hypothesis Testing,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc16_ch03,hypothesis-testing,,,,,, -a865fa80-5e7f-4138-8280-c93dec5ff774,Mathematical Logic and Algorithms Theory,By Tomsk State University of Control Systems and Radioelectronics via iversity,,course|https://iversity.org/en/courses/mathematical-logic-and-algorithms-theory,logic;algorithms,,,,,, -201b3e9f-7937-421f-9da8-d2f97a38c3c1,Maths for Humans: Linear and Quadratic Relations,By University of New South Wales via FutureLearn,,course|https://www.futurelearn.com/courses/maths-linear-quadratic-relations,mathematics,,,,,, -cf2794bb-c7da-4578-9aac-dcd333c9b633,Maths for Humans: Inverse Relations and Power Laws,By University of New South Wales via FutureLearn,,course|https://www.futurelearn.com/courses/maths-power-laws,mathematics,,,,,, -bb5dcf55-741d-4531-b827-467f62bcf891,Introduction to Commutative Algebra,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-commutative-algebra-7921,algebra,,,,,, -cdac4c26-80cd-4bcc-ab57-23e310d4df66,Linear Algebra,By Indian Institute of Science Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-linear-algebra-7928,linear-algebra,,,,,, -3acd894e-be3a-436c-8214-79f23c494398,Introductory Course in Real Analysis,By NPTEL via Swayam,,course|https://www.classcentral.com/course/swayam-introductory-course-in-real-analysis-7941,real-analysis,,,,,, -6029ed34-e02e-47b0-9e43-ae3826790e72,"Basic Calculus for Engineers, Scientists and Economists",By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-basic-calculus-for-engineers-scientists-and-economists-4437,calculus,,,,,, -91e29e64-dd7c-4fa0-8191-5d34dc89cc9c,Linear Regression Analysis and Forecasting,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-linear-regression-analysis-and-forecasting-7977,linear-regression;forecasting,,,,,, -a000599c-97d6-4ac3-aba2-6e4afacf20f9,Mathematics for Chemistry,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc17_cy02/preview,mathematics;chemistry,,,,,, -621e4aa1-fabe-4a6f-928d-c56fd45986de,Getting a Grip on Mathematical Symbolism,By Loughborough University via FutureLearn,,course|https://www.futurelearn.com/courses/mathematical-symbolism,mathematics,,,,,, -0430a525-ba5f-4d8f-a21c-34f3350b8d55,Introduction to Differential Equations,By Boston University via edX,,course|https://www.classcentral.com/course/edx-introduction-to-differential-equations-2636,differential-equations,,,,,, -1dfe91b5-e036-4969-97c9-448ad4515898,Remote - Summary by FourMinuteBooks,"The “work from home” phenomenon is thoroughly explored in this illuminating new book from bestselling 37signals founders Fried and Hansson, who point to the surging trend of employees working from home (and anywhere else) and explain the challenges and unexpected benefits.  Most important, they show why – with a few controversial exceptions such as Yahoo -- more businesses will want to promote this new model of getting things done.The Industrial Revolution's ""under one roof"" model of conducting work is steadily declining owing to technology that is rapidly creating virtual workspaces and allowing workers to provide their vital contribution without physically clustering together.  Today, the new paradigm is ""move work to the workers, rather than workers to the workplace.""  According to Reuters, one in five global workers telecommutes frequently and nearly ten percent work from home every day. Moms in particular will welcome this trend.  A full 60% wish they had a flexible work option. But companies see advantages too in the way remote work increases their talent pool, reduces turnover, lessens their real estate footprint, and improves the ability to conduct business across multiple time zones, to name just a few advantages.  In Remote, inconoclastic authors Fried and Hansson will convince readers that letting all or part of work teams function remotely is a great idea--and they're going to show precisely how a remote work setup can be accomplished.",https://learn-awesome.github.io/assets/book_covers/17316682.jpg,summary|https://fourminutebooks.com/remote-summary/;book|https://www.goodreads.com/book/show/17316682-remote,remote-work,Jason Fried,,,,, -c608ac11-99fc-4a59-8bdc-043863b44e92,Nonlinear Differential Equations: Order and Chaos,By Boston University via edX,,course|https://www.classcentral.com/course/edx-nonlinear-differential-equations-order-and-chaos-3899,differential-equations,,,,,, -9a66ae8d-139a-436a-8c71-7e7f29354b5a,(PDF) The Structure of North Saami | Ante Aikio and Jussi Ylikoski - Academia.edu,,,research_paper|https://www.academia.edu/36836577/The_Structure_of_North_Saami,language,,,advanced,,3.0,oer -8af81fa7-d49b-4f8d-bc23-405c36a69860,Introduction to Probability: Part II – Inference & Processes,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-probability-part-ii-inference-processes-10017,probability,,,,,, -2f3a2d3e-8014-489e-b809-e4ccbaef7b7e,Numerical Linear Algebra,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-numerical-linear-algebra-9904,linear-algebra,,,,,, -38ab831f-0b4f-42dc-9f4f-a9ac0c7faa21,Design and Analysis of Experiments,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc18_mg01/preview,statistics;experiments;research,,,,,, -f871118e-833e-4a59-80f9-102524c13e7b,Chaotic Dynamical Systems,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-chaotic-dynamical-systems-10030,dynamical-systems,,,,,, -22a5f28b-c25a-4235-b5b5-3b7469017faf,Probability Foundations for Electrical engineers,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ee01/preview,probability;electrical-engineering,,,,,, -8507f451-de85-4491-8ffe-4a2bb2e973fd,Calculus Two: Sequences and Series,By Ohio State University via Coursera,,course|https://www.coursera.org/learn/advanced-calculus,calculus,,,,,, -18cab1d3-d26c-4cdb-aa82-4f312e090a68,Calculus One,By Ohio State University via Coursera,,course|https://www.coursera.org/learn/calculus1,calculus,,,,,, -da54e15d-2b86-4054-b660-529ec858183d,Fundamentals of Engineering Statistical Analysis,By The University of Oklahoma via Janux,,course|https://janux.ou.edu/course.tag-nextthought-com-2011-10-ou-courseinfo-6433564667537889547-4744186281732460689.html,statistics;engineering,,,,,,oer -2a9cf64e-2c02-4916-9e49-23a697cf386b,Álgebra Básica,By Universidad del Valle de Guatemala via Canvas Network,,course|https://www.canvas.net/browse/uvg-es/courses/algebra-basica,algebra,,,,,, -7f37f4fc-8a50-485a-ae29-199eccb48219,Elementary Business Statistics,By The University of Oklahoma via Janux,,course|https://www.classcentral.com/course/janux-elementary-business-statistics-3668,statistics,,,,,, -0c8b3fd1-2ae5-4837-a018-fb2b2cf96916,Statistical Reasoning for Public Health 2: Regression Methods,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/statistical-reasoning-2,statistics;public-health,,,,,, -ff82e375-8490-43ee-a9b0-1068acb065bb,Nonlinear Dynamics: Mathematical and Computational Approaches,By Santa Fe Institute via Complexity Explorer,,course|https://www.classcentral.com/course/complexity-explorer-nonlinear-dynamics-mathematical-and-computational-approaches-1195,nonlinear-dynamics,,,,,, -b9b0cdeb-24db-49d3-a8f1-ad12706372bc,Fractals and Scaling,By Santa Fe Institute via Complexity Explorer,,course|https://www.classcentral.com/course/complexity-explorer-fractals-and-scaling-3612,fractals;mathematics,,,,,, -c3b21d02-2e7c-4c0d-93a6-75ca2af51bc0,How Cryptography Keeps The Internet Secure,By Open Universiteit Nederland via Independent,,course|https://www.classcentral.com/course/independent-how-cryptography-keeps-the-internet-secure-12780,cryptography;computer-security,,,,,, -344697d6-9463-4116-95e0-912251f23ace,Engineering Mathematics - I,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_ma01/,engineering-mathematics;mathematics,,,,,, -7d8e02ff-3d1c-4813-98ae-d652834b40df,Basic Linear Algebra,By Indian Institute of Technology Bombay via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ma06/,linear-algebra,,,,,, -d09ae722-39a9-4e7e-b03c-8fc1b27ce2d8,Statistical Inference,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_ma09/,statistics,,,,,, -c6a3e4c2-bafd-4b5b-bea1-b2866de96478,Advanced Engineering Mathematics,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-advanced-engineering-mathematics-13006,engineering-mathematics;mathematics,,,,,, -8984da86-9052-43a9-9dcf-f36c86853a7c,Galois Theory,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-galois-theory-13009,galois-theory,,,,,, -8a7ec82e-e836-4847-8183-e468a9cbbf9f,Integral and Vector Calculus,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_ma02/,calculus,,,,,, -b4f9a456-f7e8-4e40-a2be-32016d64a6c4,Financial Mathematics,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-financial-mathematics-13024,finance;mathematics,,,,,, -8d034b3a-f7b2-4c94-9c64-3dee13985aec,Probability and Statistics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-probability-and-statistics-5228,probability;statistics,,,,,, -28afa794-9685-427a-8b16-6ad501e4fa38,Multivariable calculus,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ma03/,calculus,,,,,, -11ff992b-6bb8-4d5b-bbb7-952b2d788967,Commutative Algebra,By Indian Institute of Technology Bombay via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ma16/,algebra,,,,,, -74648817-45be-4190-b346-66a26aaf7fde,Mathematical methods and its applications,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ma12/,mathematics,,,,,, -df7512e3-5706-4a60-8cdc-8e84ab0092f3,Transform Calculus and its applications in Differential Equations,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_ma04/,transform-calculus;differential-equations,,,,,, -bc43865e-c51f-4b87-912d-fc63c3f03abb,Statistical Mechanics,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-statistical-mechanics-13048,statistics;mechanics,,,,,, -f5e8d19b-d223-4118-8eae-983ee442e5a2,Discrete Mathematics,"By Indian Institute of Technology, Ropar via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_cs05/,discrete-mathematics,,,,,, -660efd69-bc17-40f9-a31f-99377ddadc66,Graph Theory,"By Indian Institute of Science Education and Research, Pune via Swayam",,course|https://www.classcentral.com/course/swayam-graph-theory-13010,graph-theory,,,,,, -ad5aa327-ba01-4444-96c6-7f95f5114236,Discrete Structures,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_cs20/,computer-science;mathematics;discrete-mathematics,,,,,, -6dbbc79e-4976-47dd-ba3f-cde0f8503b8f,Applied Regression Analysis,By Ohio State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-applied-regression-analysis-3225,regression-analysis,,,,,, -5e381278-fb55-45e4-b5b4-c3923e1e360b,MCDM Techniques Using R,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-mcdm-techniques-using-r-12994,programming-languages/r;decision-making;programming-languages/matlab,,,,,, -f728c9b8-a324-4f51-94d1-8c1d48b90cd7,Introductory Mathematical Methods for Biologists,By Indian Institute of Technology Bombay via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_bt02/,mathematical-biology,,,,,, -072abeeb-bf55-4b42-97ac-a7bfb6cec5d1,Statistics Prep,By XYZ Textbooks via Canvas Network,,course|https://www.canvas.net/browse/xyztext/courses/statistics-prep,statistics,,,,,, -40cb54f9-7e0f-4d40-a207-24d9835380d6,Descriptive Statistics with R Software,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ma14/,programming-languages/r;statistics,,,,,, -ded1d80f-7391-4069-9379-378882f3c63b,Applied Logistic Regression,By Ohio State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-applied-logistic-regression-6579,logistic-regression,,,,,, -0ca8ff2a-9ba1-4fed-bbdc-2c7ef4ae2d1d,Inferential Statistics,By University of Amsterdam via Coursera,,course|https://www.coursera.org/learn/inferential-statistics-intro,statistics,,,,,, -e9b1e891-65c1-4212-8da1-a620dd02c708,Basic Science: Understanding Numbers,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-basic-science-understanding-numbers-2219,mathematics;science,,,,,, -9790c92c-1d54-4073-ba2d-06c76e66e19d,Pre-Calculus: Trigonometry,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/trigonometry,trigonometry,,,,,, -6d66278f-d45a-4301-ab51-dbf1a1cc8f50,"Precalculus: the Mathematics of Numbers, Functions and Equations",By University of Padova via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-precalculus-the-mathematics-of-numbers-functions-and-equations-8988,mathematics;functions;equations,,,,,, -019a3b03-9dbe-4dd6-b967-7ace35ddf743,"Maths Puzzles: Cryptarithms, Symbologies and Secret Codes",By Weizmann Institute of Science via FutureLearn,,course|https://www.futurelearn.com/courses/maths-puzzles,cryptography;mathematics,,,,,, -04be438c-bec8-4bc1-aba4-fc7911e7ac4b,Mountains 101,By University of Alberta via Coursera,,course|https://www.classcentral.com/course/coursera-mountains-101-7455,mountains,,,,,, -547da533-2a90-4b21-b40d-7f6b1a714bb3,Introduction to Complexity,By Santa Fe Institute via Complexity Explorer,,course|https://www.complexityexplorer.org/courses/97-introduction-to-complexity,complex-systems,,,,,, -7f56fd83-2765-4a8f-a306-dc37ac80bedc,Forensic Facial Reconstruction: Finding Mr. X,By The University of Sheffield via FutureLearn,,course|https://www.futurelearn.com/courses/forensic-facial-reconstruction,forensics,,,,,, -740b50b0-c628-4744-a0d4-30dc1e1ebb8c,Extinctions: Past and Present,By University of Cape Town via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-extinctions-past-and-present-8004,extinction,,,,,, -6722ee59-c438-443f-808f-ca933a380926,Hail and Farewell,By George Moore,https://learn-awesome.github.io/assets/book_covers/11460977.jpg,book|https://www.goodreads.com/book/show/11460977-hail-and-farewell,hemingway-list,,,,,, -be498a12-b954-4ee6-b225-81800293db15,Quantum Mechanics for Everyone,By Georgetown University via edX,,course|https://www.classcentral.com/course/edx-quantum-mechanics-for-everyone-8284,quantum-mechanics,,,,,, -64039dcc-1a6d-4983-bfa0-218a8490437b,The Science of Everyday Thinking,By University of Queensland via edX,,course|https://www.edx.org/course/the-science-of-everyday-thinking,science;thinking,,,,,, -33cfe970-3dd6-41fa-91b9-d8959fbc3481,Dino 101: Dinosaur Paleobiology,By University of Alberta via Coursera,,course|https://www.classcentral.com/course/coursera-dino-101-dinosaur-paleobiology-1057,paleobiology;dinosaurs,,,,,, -f92579b1-532c-44be-822f-cee40f1429a3,The Science of the Solar System,By California Institute of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-the-science-of-the-solar-system-1813,solar-system,,,,,, -3aeade8a-6ff0-4980-aa8e-6d92b9699ba8,Introduction to Genetics and Evolution,By Duke University via Coursera,,course|https://www.coursera.org/learn/genetics-evolution,genetics;evolution,,,,,, -6651fe66-4e84-4c39-96aa-55e73aed2582,Astrobiology and the Search for Extraterrestrial Life,By University of Edinburgh via Coursera,,course|https://www.coursera.org/learn/astrobiology,astrobiology,,,,,, -746ef9c8-3ef5-4fa9-9d1f-c1d7a3a5e7e0,How Things Work: An Introduction to Physics,By University of Virginia via Coursera,,course|https://www.coursera.org/learn/how-things-work,physics,,,,,, -45fa7a31-bd92-4e78-a48f-453f0501ef4b,Introduction to Biology - The Secret of Life,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-biology-the-secret-of-life-637,biology,,,,,, -39dfb310-f6fe-4e6d-b6f2-899491757ffe,Introductory Human Physiology,By Duke University via Coursera,,course|https://www.coursera.org/learn/physiology,physiology,,,,,, -1bc93468-5c32-4bf0-865a-f35d9922d3fc,Understanding the Brain: The Neurobiology of Everyday Life,By The University of Chicago via Coursera,,course|https://www.classcentral.com/course/coursera-understanding-the-brain-the-neurobiology-of-everyday-life-1606,brain;neurobiology,,,,,, -9224d2e9-fb3e-4c7d-a4c5-212ea803b603,Medical Neuroscience,By Duke University via Coursera,,course|https://www.coursera.org/learn/medical-neuroscience,neuroscience,,,,,, -e7593e77-0202-41ca-9b4f-83b34d720675,Understanding Einstein: The Special Theory of Relativity,By Stanford University via Coursera,,course|https://www.coursera.org/learn/einstein-relativity,special-relativity,,,,,, -b87d530f-1dd0-402f-bc01-432c5f17612e,From the Big Bang to Dark Energy,By The University of Tokyo via Coursera,,course|https://www.coursera.org/learn/big-bang,big-bang;dark-energy,,,,,, -866631a9-8b41-464b-82e9-2cd5be3a3987,The Science of Gastronomy,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-the-science-of-gastronomy-519,gastronomy,,,,,, -a265955f-d8c2-49b1-9071-b2189671f8f3,Energy 101: The Big Picture,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/energy-101,energy,,,,,, -d36f14ed-dd96-4c2a-912a-698e0ac1f82e,Dog Emotion and Cognition,By Duke University via Coursera,,course|https://www.coursera.org/learn/dog-emotion-and-cognition,dogs,,,,,, -15335b8e-6dbf-4658-b5b5-6045387128e7,Intro to Physics,By via Udacity,,course|https://www.classcentral.com/course/udacity-intro-to-physics-363,physics,,,,,, -fa35eeac-d653-4b58-99e1-503694955b02,Greatest Unsolved Mysteries of the Universe,By Australian National University via edX,,course|https://www.classcentral.com/course/edx-greatest-unsolved-mysteries-of-the-universe-1598,science,,,,,, -9a650b82-3d56-46a6-891a-e7cfbe86c28c,The Bilingual Brain,By University of Houston System via Coursera,,course|https://www.coursera.org/learn/bilingual,brain,,,,,, -8e91903a-5880-481e-a288-ff27f0563570,Understanding Plants - Part I: What a Plant Knows,By Tel Aviv University via Coursera,,course|https://www.classcentral.com/course/coursera-understanding-plants-part-i-what-a-plant-knows-975,plants,,,,,, -1f1668d7-a4ca-4fbf-9f8e-2a4a6c665896,Introduction to Forensic Science,By Nanyang Technological University via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-forensic-science-1264,forensics,,,,,, -e374311f-0279-421f-ad90-486fe8f44a01,Best Practices for Biomedical Research Data Management,By Harvard Medical School via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-best-practices-for-biomedical-research-data-management-10172,biology;research,,,,,, -86fcadbc-9ced-4e6d-9aa0-fecf9860bb77,Applications of Quantum Mechanics,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-applications-of-quantum-mechanics-12749,quantum-mechanics,,,,,, -36368813-be7e-4372-b2cf-4dc6ae73327f,Astronomy: Exploring Time and Space,By University of Arizona via Coursera,,course|https://www.coursera.org/learn/astro,astronomy,,,,,, -db0d8b2a-1297-4fb1-bfaa-64ce3f01d940,The Brain and Space,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-the-brain-and-space-1362,brain;neuroscience,,,,,, -82cbfecb-3e5b-438f-aa95-92f3eb30e28a,Genes and the Human Condition (From Behavior to Biotechnology),"By University of Maryland, College Park via Coursera",,course|https://www.classcentral.com/course/coursera-genes-and-the-human-condition-from-behavior-to-biotechnology-597,genetics;biotechnology;genetic-engineering,,,,,, -ee6756d4-65b8-469b-9d01-2d12e1a2041d,Animal Behaviour and Welfare,By University of Edinburgh via Coursera,,course|https://www.coursera.org/learn/animal-welfare,animals,,,,,, -63183b8c-d078-4e3c-a8ca-0867736b9870,Physics-Based Sound Synthesis for Games and Interactive Systems,By Stanford University via Kadenze,,course|https://www.classcentral.com/course/kadenze-physics-based-sound-synthesis-for-games-and-interactive-systems-3763,sound-synthesis;sound;games,,,,,, -d38c7280-072e-47a6-aa01-121abf30930e,Monitoring Volcanoes and Magma Movements,By University of Iceland via edX,,course|https://www.edx.org/course/monitoring-volcanoes-and-magma-movements-2,volcanoes,,,,,, -c7b4350c-4533-4fac-8195-7ad53175a2d5,Introduction to Physical Chemistry,By University of Manchester via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-physical-chemistry-1456,chemistry;physical-chemistry,,,,,, -aff2a36f-ef55-4a3c-a43b-2b1319c1196f,"Fundamentals of Neuroscience, Part 1: The Electrical Properties of the Neuron",By Harvard University via edX,,course|https://www.edx.org/course/fundamentals-of-neuroscience-part-1-the-electrical-properties-of-the-neuron-2,neuroscience,,,,,, -aebcef79-3872-4ad8-94f2-7d4971867de5,Science & Cooking: From Haute Cuisine to Soft Matter Science (part 1),By Harvard University via edX,,course|https://www.classcentral.com/course/edx-science-cooking-from-haute-cuisine-to-soft-matter-science-part-1-811,cooking;science,,,,,, -c42d5734-9933-4ec7-ad33-3e6206edfd6e,Quantum Mechanics: 1D Scattering and Central Potentials,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-quantum-mechanics-1d-scattering-and-central-potentials-8769,quantum-mechanics,,,,,, -58f90286-8e78-400f-8299-6603892f10c9,"Synapses, Neurons and Brains",By Hebrew University of Jerusalem via Coursera,,course|https://www.coursera.org/learn/synapses,brain,,,,,, -b6a55dbe-4e4d-4af6-8680-9b46e04b187c,AstroTech: The Science and Technology behind Astronomical Discovery,By University of Edinburgh via Coursera,,course|https://www.coursera.org/learn/astronomy-technology,astronomy,,,,,, -9127904a-84fd-485e-80f5-ef1d939291d6,Gut Check: Exploring Your Microbiome,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-gut-check-exploring-your-microbiome-2305,microbiome;health,,,,,, -c440a0aa-a51a-4c84-9fee-5669bfc85803,"Good Brain, Bad Brain: Basics",By University of Birmingham via FutureLearn,,course|https://www.futurelearn.com/courses/good-brain-bad-brain-basics,biology;brain;neuroscience,,,,,, -909e689a-eda7-4654-8b89-2eef394b8104,Astrophysics: Exploring Exoplanets,By Australian National University via edX,,course|https://www.classcentral.com/course/edx-astrophysics-exploring-exoplanets-1635,astrophysics;exoplanets,,,,,, -e75ef2e7-399c-4506-9c01-579dc69fc141,Astrophysics: Cosmology,By Australian National University via edX,,course|https://www.edx.org/course/astrophysics-cosmology-anux-anu-astro4x-0,astrophysics;cosmology,,,,,, -c1feabd7-7b13-4538-b948-f96b3e9de5ac,Climate Change Science and Negotiations,By SDG Academy via edX,,course|https://www.classcentral.com/course/edx-climate-change-science-and-negotiations-2484,climate-change,,,,,, -ade1d9b4-8171-408b-8dd1-a654ef3a1b77,Advanced Chemistry,By University of Kentucky via Coursera,,course|https://www.classcentral.com/course/coursera-advanced-chemistry-1468,chemistry,,,,,, -9ae01c6e-a96d-4414-bc23-32eb4e6f156d,Climate Change Mitigation in Developing Countries,By University of Cape Town via Coursera,,course|https://www.classcentral.com/course/coursera-climate-change-mitigation-in-developing-countries-5054,climate-change,,,,,, -ab5073c5-bc06-4966-a991-5894bb4345d7,Sheep in the Land of Fire and Ice,By University of Iceland via edX,,course|https://www.edx.org/course/sheep-in-the-land-of-fire-and-ice,environmental-science;grazing;nations/iceland;sheep,,,,,, -2f693499-b906-40a5-9c50-6bfd156a649a,Epigenetic Control of Gene Expression,By University of Melbourne via Coursera,,course|https://www.coursera.org/learn/epigenetics,genetics,,,,,, -0cd5ca20-01db-4e7f-bdc4-cd389f2a7d8a,Network Analysis in Systems Biology,By Icahn School of Medicine at Mount Sinai via Coursera,,course|https://www.coursera.org/learn/network-biology,biology,,,,,, -44bb3fed-ac75-437f-95cf-60ee472e7832,Water Supply and Sanitation Policy in Developing Countries Part 1: Understanding Complex Problems,By University of Manchester via Coursera,,course|https://www.classcentral.com/course/coursera-water-supply-and-sanitation-policy-in-developing-countries-part-1-understanding-complex-problems-1364,water;sanitation,,,,,, -86796485-7f81-4165-acb5-9a7453f049e8,Understanding Plants - Part II: Fundamentals of Plant Biology,By Tel Aviv University via Coursera,,course|https://www.classcentral.com/course/coursera-understanding-plants-part-ii-fundamentals-of-plant-biology-6799,plants;botany;biology,,,,,, -1f3a6a76-9f77-4528-8205-68a2226e5545,Fundamentals of waves and vibrations,By École Polytechnique via Coursera,,course|https://www.classcentral.com/course/coursera-fundamentals-of-waves-and-vibrations-12271,waves;vibrations,,,,,, -e70f2d51-d982-47a1-96bb-272e684e5a37,Chimpanzee Behavior and Conservation,By Duke University via Coursera,,course|https://www.coursera.org/learn/chimp,chimpanzee,,,,,, -ca0d2651-ea19-4c15-94f7-0b7db3e1846c,Confronting The Big Questions: Highlights of Modern Astronomy,By University of Rochester via Coursera,,course|https://www.coursera.org/learn/astronomy,astronomy,,,,,, -368b6cf8-2e25-40ca-9d91-444ff6e7d630,Introduction to Reproduction,By Northwestern University via Coursera,,course|https://www.coursera.org/learn/reproductive-health,biology;reproduction,,,,,, -4c3a5bc2-a2ce-4383-a611-bcca65bbdba1,"Natural Attenuation of Groundwater Contaminants: New Paradigms, Technologies, and Applications",By Rice University via Coursera,,course|https://www.coursera.org/learn/natural-attenuation-of-groundwater-contaminants,water;pollution,,,,,, -545a08d1-6f14-412f-a95f-bbe6e46711c9,Basics of Extracellular Vesicles,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-basics-of-extracellular-vesicles-6877,biology,,,,,, -6bb7157e-db69-4c20-bd69-8db4fa5218f6,The Sun and the Total Eclipse of August 2017,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/eclipse,astronomy;eclipse,,,,,, -4e574407-aba1-41c0-b3a1-14652899766a,Toxicology 21: Scientific Applications,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-toxicology-21-scientific-applications-10478,toxicology,,,,,, -fb3d80ff-c0e7-410b-8baa-05611ca9c8d2,The Science Behind Forensic Science,By King's College London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-science-behind-forensic-science-11765,forensics,,,,,, -c81c39a2-6522-48a1-965a-8de82a16e060,The Introduction to Quantum Computing,By Saint Petersburg State University via Coursera,,course|https://www.classcentral.com/course/coursera-the-introduction-to-quantum-computing-12776,quantum-computing,,,,,, -582403d2-8fe7-4154-8ab9-80421ecbdac2,Control of Nonlinear Spacecraft Attitude Motion,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-control-of-nonlinear-spacecraft-attitude-motion-8656,space-science,,,,,, -d8102d1c-2b17-4e06-9512-cc94ef6a9b7f,Physics of silicon solar cells,By École Polytechnique via Coursera,,course|https://www.classcentral.com/course/coursera-physics-of-silicon-solar-cells-12194,solar-power;physics,,,,,, -00879111-a37e-4875-be8d-fb0b368814e2,Advances in Stem Cell Biology,By Institut Pasteur via Coursera,,course|https://www.coursera.org/learn/advances-stem-cells,biology;stem-cells,,,,,, -e16e8a5a-81a9-4f61-b784-ef5fa43672fa,Statistical Mechanics: Algorithms and Computations,By École normale supérieure via Coursera,,course|https://www.coursera.org/learn/statistical-mechanics,mechanics,,,,,, -e23bea76-1fab-4b02-9675-c6bcbfd5f4ee,"Energy, Environment, and Everyday Life",By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/energy-environment-life,energy;environmental-science,,,,,, -e6ab322a-f8e8-4204-9a76-b4b76101e130,Leonardo Da Vinci,,,book|https://www.goodreads.com/book/show/470059.Leonardo_Da_Vinci,thinking,,,,,, -acaf3a41-d634-4c08-a528-88cf4463d091,Science & Religion 101,By University of Alberta via Coursera,,course|https://www.coursera.org/learn/science-and-religion-101,science;religion,,,,,, -f61c8c47-1190-4f91-a212-6973b366f864,Introduction to advanced tomography,By Technical University of Denmark (DTU) via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-advanced-tomography-13697,tomography,,,,,, -cddc1850-bc80-4942-ae94-d0b29880ecc1,Analyzing the Universe,By Rutgers University via Coursera,,course|https://www.coursera.org/learn/analyze,astronomy,,,,,, -5bc7fc46-f3b2-45a6-8e20-7d9ac3e3c431,"Our Earth: Its Climate, History, and Processes",By University of Manchester via Coursera,,course|https://www.classcentral.com/course/coursera-our-earth-its-climate-history-and-processes-1378,earth;climate,,,,,, -ac5b0007-b9d1-4d99-aa7b-c226cad702ce,Bioinformatic Methods II,By University of Toronto via Coursera,,course|https://www.coursera.org/learn/bioinformatics-methods-2,bioinformatics,,,,,, -becd6c30-c213-4c67-a3c7-2047e6bae714,The Horse Course: Introduction to Basic Care and Management,By University of Florida via Coursera,,course|https://www.classcentral.com/course/coursera-the-horse-course-introduction-to-basic-care-and-management-1809,horse,,,,,, -22bed32e-bd71-473a-8de3-a06a3078afe7,Introduction to Chemistry: Structures and Solutions,By Duke University via Coursera,,course|https://www.coursera.org/learn/basic-chemistry,chemistry,,,,,, -0da30041-00eb-4f48-92f4-16a002b11ce3,Water Resources Management and Policy,By University of Geneva via Coursera,,course|https://www.coursera.org/learn/water-management,water,,,,,, -9cb40efb-f2b5-4f78-bb3e-86c39e2a6312,Genomics: Decoding the Universal Language of Life,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/genomics-research,genomics;biology;genetics,,,,,, -5cdbcb4f-c6fe-4a7e-af2a-f2ca5038ca47,Introduction into General Theory of Relativity,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-into-general-theory-of-relativity-6543,general-relativity;physics,,,,,, -7bac2864-aafc-46ed-934a-a60bd759ee28,Oceanography: a key to better understand our world,By University of Barcelona via Coursera,,course|https://www.classcentral.com/course/coursera-oceanography-a-key-to-better-understand-our-world-8578,oceanography,,,,,, -af98db7f-c6f2-43ab-b940-3b6efc725be4,Water Supply and Sanitation Policy in Developing Countries Part 2: Developing Effective Interventions,By University of Manchester via Coursera,,course|https://www.coursera.org/learn/water-part-2,water;sanitation,,,,,, -12ee5efe-42db-4dbe-bcf4-ca35a30bb169,Climate Adaptation in Africa,By University of Cape Town via Coursera,,course|https://www.coursera.org/learn/climate-adaptation,climate;africa,,,,,, -02eeec29-e112-41a3-b590-c75be012f808,Solar Energy Basics,By State University of New York via Coursera,,course|https://www.classcentral.com/course/coursera-solar-energy-basics-13794,solar-power,,,,,, -41b0baf4-07d2-4602-b70c-e71c47f6ee2d,Kinetics: Studying Spacecraft Motion,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-kinetics-studying-spacecraft-motion-8655,space-science;kinetics,,,,,, -3d110094-eec3-4448-8d11-533e747b7fc3,"Anatomy of the Chest, Abdomen, and Pelvis",By Yale University via Coursera,,course|https://www.coursera.org/learn/trunk-anatomy,anatomy,,,,,, -8f36d82a-6201-47f7-bb5e-5f0584ced7d3,Paleontology: Theropod Dinosaurs and the Origin of Birds,By University of Alberta via Coursera,,course|https://www.coursera.org/learn/theropods-birds,paleontology,,,,,, -ee52883c-1327-43ea-a821-6231ab9647a9,Paleontology: Early Vertebrate Evolution,By University of Alberta via Coursera,,course|https://www.classcentral.com/course/coursera-paleontology-early-vertebrate-evolution-5417,paleontology,,,,,, -84f7f525-fd4c-4934-908f-6c06620f8eb8,Paleontology: Ancient Marine Reptiles,By University of Alberta via Coursera,,course|https://www.classcentral.com/course/coursera-paleontology-ancient-marine-reptiles-5235,paleontology,,,,,, -62c47649-f523-4213-b6c1-748a9811fb7d,Exploring Light: Hands-on Activities and Strategies for Teachers,By Exploratorium via Coursera,,course|https://www.classcentral.com/course/coursera-exploring-light-hands-on-activities-and-strategies-for-teachers-3589,optics;light,,,,,, -b2f854f4-331a-43a4-a129-aada5232e88c,Chicken Behaviour and Welfare,By University of Edinburgh via Coursera,,course|https://www.coursera.org/learn/chickens,chicken,,,,,, -498f38eb-24bf-4ca1-b305-6798d83ee34c,"Engineering Life: Synbio, Bioethics & Public Policy",By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-engineering-life-synbio-bioethics-public-policy-3248,engineering;biology;ethics,,,,,, -6509cff4-94da-423d-b512-25eb80d2a629,Wood Science: Beyond Building,By West Virginia University via Coursera,,course|https://www.coursera.org/learn/wood-science,wood,,,,,, -29a99f73-5bad-4560-aa21-b352eab88a1e,Science of Training Young Athletes Part 2,By University of Florida via Coursera,,course|https://www.classcentral.com/course/coursera-science-of-training-young-athletes-part-2-8137,athletics;training,,,,,, -25efa749-7d19-47f1-92ff-30b1fe7d2f15,Patenting in Biotechnology,By Technical University of Denmark (DTU) via Coursera,,course|https://www.classcentral.com/course/coursera-patenting-in-biotechnology-8559,patents;biotechnology,,,,,, -75439db5-3b69-4a9d-9a23-d454003f1502,"Act on Climate: Steps to Individual, Community, and Political Action",By University of Michigan via Coursera,,course|https://www.coursera.org/learn/act-on-climate,climate-change,,,,,, -a87c2f97-5767-4a82-837c-fe9fd44093f8,Discover Best Practice Farming for a Sustainable 2050,By University of Western Australia via Coursera,,course|https://www.coursera.org/learn/best-practice-farming-sustainable-2050,farming;sustainability,,,,,, -c113ee24-c041-438a-ac38-d2b52fa11e0c,DNA Decoded,By McMaster University via Coursera,,course|https://www.classcentral.com/course/coursera-dna-decoded-10372,genetics;dna,,,,,, -0d7bef46-a476-4ead-8ce8-61c63cefd67a,Climate Change and Water in Mountains: A Global Concern,By University of Geneva via Coursera,,course|https://www.coursera.org/learn/climate-changes-mountains-water,climate-change;water,,,,,, -8e96c4fb-beb5-4d6c-9c69-3c714229ac9f,"Anatomy: Gastrointestinal, Reproductive and Endocrine Systems",By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-anatomy-gastrointestinal-reproductive-and-endocrine-systems-12799,anatomy,,,,,, -a80125ee-f1a3-448c-84ae-2557738ad371,Introduction to Systems Biology,By Icahn School of Medicine at Mount Sinai via Coursera,,course|https://www.coursera.org/learn/systems-biology,biology,,,,,, -489ae5f1-1a6e-4d1e-83de-ab582439993b,World history | Arts and humanities | Khan Academy,,,course|https://www.khanacademy.org/humanities/world-history,humanities;history,,,intermediate,,4.0, -9869bea0-6e3a-4f84-b280-83420a81e29d,Integrated Analysis in Systems Biology,By Icahn School of Medicine at Mount Sinai via Coursera,,course|https://www.coursera.org/learn/integrated-analysis,biology,,,,,, -eeb37cb8-a818-422a-afd8-64e255ac22b5,Sustainable Food Production Through Livestock Health Management,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/livestock-farming,livestock,,,,,, -e7dbca32-9ff7-44e0-8f6c-a8cd71f22c42,Global Warming II: Create Your Own Models in Python,By The University of Chicago via Coursera,,course|https://www.coursera.org/learn/global-warming-model,climate-change;programming-languages/python,,,,,, -43995f8c-4cb2-4c87-905e-40d564833b0c,Advanced Neurobiology II,By Peking University via Coursera,,course|https://www.coursera.org/learn/advancedneurobiologyii,neurobiology,,,,,, -1f6fb64e-4f29-4593-a25d-bf5c3732ff2c,Introduction to Faecal Sludge Management,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-faecal-sludge-management-8258,environmental-science,,,,,, -7417bb19-b886-4051-afd3-3c24c6837589,Introduction to Molecular Spectroscopy,By University of Manchester via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-molecular-spectroscopy-8550,spectroscopy,,,,,, -5e45c483-41d6-4f5b-a9a4-9912859c11a8,Challenging Forensic Science: How Science Should Speak to Court,By University of Lausanne via Coursera,,course|https://www.coursera.org/learn/challenging-forensic-science,forensics,,,,,, -6fbc99b4-e419-4cb4-903c-04a6546611e5,Air Pollution – a Global Threat to our Health,By University of Copenhagen via Coursera,,course|https://www.classcentral.com/course/coursera-air-pollution-a-global-threat-to-our-health-9829,pollution;air,,,,,, -691d7bef-6134-4a99-82d3-41e4ca7387df,Fundamental Neuroscience for Neuroimaging,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-fundamental-neuroscience-for-neuroimaging-9719,neuroimaging;neuroscience,,,,,, -b42b2985-6c57-4095-9ffc-08936f835380,Methods of Surface Analysis,By National Research Nuclear University MEPhI via Coursera,,course|https://www.coursera.org/learn/methods-surface-analysis,surface-analysis,,,,,, -58f71ee4-2101-4b6b-9fcc-3a33335213de,Fundamentals of particle accelerator technology (NPAP MOOC),By Lund University via Coursera,,course|https://www.classcentral.com/course/coursera-fundamentals-of-particle-accelerator-technology-npap-mooc-13281,particle-accelerators,,,,,, -655953d1-ff63-4a0c-9cf2-1cb71c612cb2,Anatomy: Musculoskeletal and Integumentary Systems,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/anatomy403-1x,anatomy,,,,,, -22c495c3-d5b5-4745-b545-68f56b32d372,"Anatomy: Cardiovascular, Respiratory and Urinary Systems",By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-anatomy-cardiovascular-respiratory-and-urinary-systems-12798,anatomy,,,,,, -d1d07a48-2710-4963-bd1e-956e37b339ec,"Origins - Formation of the Universe, Solar System, Earth and Life",By University of Copenhagen via Coursera,,course|https://www.classcentral.com/course/coursera-origins-formation-of-the-universe-solar-system-earth-and-life-668,universe;solar-system;earth;life;history,,,,,, -9d360e13-f1b4-42c9-9984-57503a78f035,Introduction to Acoustics (Part 2),By Korea Advanced Institute of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-acoustics-part-2-2288,acoustics,,,,,, -5351185f-4ffb-45d4-a2a2-13a411ba8ab6,Introduction to Chemistry: Reactions and Ratios,By Duke University via Coursera,,course|https://www.coursera.org/learn/intro-chemistry,chemistry,,,,,, -a30a8da7-0e5a-494e-a5db-6b93a8c659de,General Chemistry: Concept Development and Application,By Rice University via Coursera,,course|https://www.coursera.org/learn/general-chemistry,chemistry,,,,,, -5c84ba44-45d4-4acd-ad3e-42125b13b634,Osteoarchaeology: The Truth in Our Bones,By Leiden University via Coursera,,course|https://www.coursera.org/learn/truthinourbones-osteoarchaeology-archaeology,biology;bones;osteoarchaeology,,,,,, -1b62ed2f-4365-4dc8-9e0d-51ac938c767f,Kinematics: Describing the Motions of Spacecraft,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/spacecraft-dynamics-kinematics,kinematics;spacecraft,,,,,, -3861b921-e0b3-47ac-8f82-e97783469a5a,The Science of Stem Cells,By American Museum of Natural History via Coursera,,course|https://www.coursera.org/learn/stem-cells,stem-cells;biology,,,,,, -9ab4c6b4-c3b5-4981-8a38-1472e3489500,GEOLOGY - GEOCHEMISTRY,"By Doctor Harisingh Gour Vishwavidyalaya, Sagar via Swayam",,course|https://swayam.gov.in/nd2_cec19_mm01/preview,geology;geochemistry,,,,,, -728d1b92-e4b4-4a63-8a54-93c5477beae9,Dynamical Modeling Methods for Systems Biology,By Icahn School of Medicine at Mount Sinai via Coursera,,course|https://www.coursera.org/learn/dynamical-modeling,biology,,,,,, -1d01a697-9327-4dd9-a6a4-5ab127d32172,Emergence of Life,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/emergence-of-life,biology,,,,,, -1841a5b0-452f-4eb0-86cb-14aee32fcc1b,The Finite Element Method for Problems in Physics,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/finite-element-method,finite-element-method;physics,,,,,, -1f8b1e2c-3f47-456f-b488-93bfd13f23e1,Fundamentals of Fluid-Solid Interactions,By École Polytechnique via Coursera,,course|https://www.classcentral.com/course/coursera-fundamentals-of-fluid-solid-interactions-4880,fluids;solids,,,,,, -64ac63c9-49a8-454c-af85-c7ebd9302f5d,Advanced Neurobiology I,By Peking University via Coursera,,course|https://www.classcentral.com/course/coursera-advanced-neurobiology-i-6029,neurobiology,,,,,, -8012f481-8b4b-414e-95a2-d9329cb9fc03,Analysing Complexity,By Macquarie University via Coursera,,course|https://www.coursera.org/learn/analysing-complexity,complex-systems,,,,,, -9cf3908c-8c3f-4ea9-afe4-622b81db5ce1,Particle Physics: an Introduction,By University of Geneva via Coursera,,course|https://www.coursera.org/learn/particle-physics,particle-physics,,,,,, -c5da5c81-4ed7-4a73-a33a-ecb32dec63fa,Ecology: from cells to Gaia,By Tomsk State University via Coursera,,course|https://www.coursera.org/learn/ecology,ecology,,,,,, -160b60f5-0e04-428f-b8b4-91e0825bca1e,Ecosystems of California,"By University of California, Santa Cruz via Coursera",,course|https://www.classcentral.com/course/coursera-ecosystems-of-california-9578,ecology;california,,,,,, -cf255797-41e8-4835-9223-4afa72162578,Protists: Evolution and Ecology of Microbial Eukaryotes,By Saint Petersburg State University via Coursera,,course|https://www.classcentral.com/course/coursera-protists-evolution-and-ecology-of-microbial-eukaryotes-12005,biology,,,,,, -1ad22b77-33bb-4e25-99c7-baf92dc50d75,Anatomy: Human Neuroanatomy,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/anatomy403-3x,anatomy,,,,,, -0a2df868-66ff-48a3-9210-6c359cfa3017,The Meat We Eat,By University of Florida via Coursera,,course|https://www.classcentral.com/course/coursera-the-meat-we-eat-1808,meat;food,,,,,, -dea21013-437b-42cb-98a4-5d073c007891,"Designing, Running, and Analyzing Experiments","By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-designing-running-and-analyzing-experiments-2789,experiments;science,,,,,, -2045db68-ea8b-4502-9bae-7bdd937957cf,Our Earth's Future,By American Museum of Natural History via Coursera,,course|https://www.coursera.org/learn/earth-climate-change,earth,,,,,, -2bed78ff-73d7-4535-8d62-cd8b67f51f48,General Pathophysiology,By Saint Petersburg State University via Coursera,,course|https://www.classcentral.com/course/coursera-general-pathophysiology-9783,physiology,,,,,, -d84fd0c4-df95-454f-8f1d-c38db12017bf,Anatomy: Know Your Abdomen,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/anatomy-know-your-abdomen,anatomy;abdomen,,,,,, -83df321f-6b92-4356-85e3-2ac337c6af85,The udder and its response to infection,By EDUlib via Independent,,course|https://cours.edulib.org/courses/course-v1:UMontreal+MASTBOV1.2+E2018/about,bovine-mastitis;animals,,,,,,oer -99f29b40-6d29-4ac7-9b8e-1264eff0b890,Mastitis epidemiology and diagnostic,By EDUlib via Independent,,course|https://www.classcentral.com/course/independent-mastitis-epidemiology-and-diagnostic-14442,bovine-mastitis;animals,,,,,, -e7584051-e434-487e-b8d5-e63e40d69096,Climate Change International Legal Regime,By United Nations via Independent,,course|https://unccelearn.org/course/view.php?id=68&page=overview,climate-change;law,,,,,, -c4a7ff8f-7e31-4758-a82b-86bfde91c788,Statistical Molecular Thermodynamics,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/statistical-thermodynamics,thermodynamics,,,,,, -c5d5c57c-f95a-4d67-8f65-e055fc583dd6,The Evolving Universe,By California Institute of Technology via Coursera,,course|https://www.coursera.org/learn/evolvinguniverse,universe;science;astronomy,,,,,, -08828500-9452-4e50-8ec5-5c112f38ff7f,Data-driven Astronomy,By The University of Sydney via Coursera,,course|https://www.coursera.org/learn/data-driven-astronomy,astronomy,,,,,, -35807382-aad2-4371-ac45-f2bde7a908b2,Electric Utilities Fundamentals and Future,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-electric-utilities-fundamentals-and-future-8449,electricity,,,,,, -b459cbce-5d4f-4349-b2a1-75e4456c6eb2,Bugs 101: Insect-Human Interactions,By University of Alberta via Coursera,,course|https://www.coursera.org/learn/bugs-101,insects,,,,,, -27335888-03f2-44db-b1f4-f46f5aa16b38,Biomicrofluidics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_bt27/preview,biology;engineering,,,,,, -c45b668c-ac14-44cc-a9bf-971b5827ee19,Emergent Phenomena in Science and Everyday Life,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-emergent-phenomena-in-science-and-everyday-life-5705,science;complex-systems,,,,,, -155ebeba-9601-43e4-9353-4c8b0f0874eb,Journey Conversations: Weaving Knowledge and Action,By Yale University via Coursera,,course|https://www.coursera.org/learn/journey-knowledge-action,environmental-science,,,,,, -a43fd017-5653-4fac-8c11-9b9503103898,Reproducible Templates for Analysis and Dissemination,By Emory University via Coursera,,course|https://www.coursera.org/learn/reproducible-templates-analysis,programming-languages/r,,,,,, -e123855a-c3b5-4b4e-a2c1-66a769166653,Nuclear Reactor Physics Basics,By National Research Nuclear University MEPhI via Coursera,,course|https://www.classcentral.com/course/coursera-nuclear-reactor-physics-basics-11653,nuclear-power;physics;nuclear-physics,,,,,, -bb8e914f-a1ab-4149-a580-e2d973e66195,Invisible Worlds: Understanding the Natural Environment,By University of Exeter via FutureLearn,,course|https://www.futurelearn.com/courses/invisible-worlds,environmental-science;earth,,,,,, -a9b06629-6ce1-49e2-87bb-c1a7034e5272,Bioinorganic Chemistry,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-bioinorganic-chemistry-13916,chemistry;biology,,,,,, -0a6b5720-e095-40f1-9ce0-1ec1c96459bf,Nanotechnology in Agriculture,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-nanotechnology-in-agriculture-14205,nanotechnology;agriculture,,,,,, -808006ac-5a3b-4d1a-9b37-883fae3b3d2b,Disaster Preparedness,By University of Pittsburgh via Coursera,,course|https://www.coursera.org/learn/disaster-preparedness,disaster-management,,,,,, -2a034809-07f0-4e3a-9240-4ca238d0cc8c,Experimentation for Improvement,By McMaster University via Coursera,,course|https://www.coursera.org/learn/experimentation,experiments;environmental-science,,,,,, -70d7a600-7fac-4cdc-a6fa-3d011816482a,"Biological Diversity (Theories, Measures and Data sampling techniques)",By Tomsk State University via Coursera,,course|https://www.coursera.org/learn/biological-diversity,biology,,,,,, -53854fb5-57db-4804-b8f1-d74daa5d49f7,Biosphere 2 Science for the Future of Our Planet,By University of Arizona via Coursera,,course|https://www.coursera.org/learn/biosphere-science-future,biology;earth,,,,,, -d5664596-273b-42e9-b436-59519d428d85,Ecology: Ecosystem Dynamics and Conservation,By American Museum of Natural History via Coursera,,course|https://www.coursera.org/learn/ecology-conservation,ecology,,,,,, -8ae7e0a4-bd70-49e5-a7c4-3024b80c81d6,It Starts with Your Heart: Understanding Heart and Circulatory Diseases,By British Heart Foundation via FutureLearn,,course|https://www.futurelearn.com/courses/heart-and-circulatory-diseases,heart,,,,,, -540ff99e-4a9c-4bec-86ce-addb8df3a873,Geomorphic Processes: Landforms and Landscapes,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-geomorphic-processes-landforms-and-landscapes-14093,geology,,,,,, -c9b6b49b-486b-4ff4-b59a-b4c74ab4f7d5,Astro 101: Black Holes,By University of Alberta via Coursera,,course|https://www.coursera.org/learn/black-holes-astro-101,astronomy;black-holes,,,,,, -ae699f12-3a9b-44e3-9f50-07c9ec55b35e,"Sleep: Neurobiology, Medicine, and Society",By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-sleep-neurobiology-medicine-and-society-3233,sleep;neurobiology,,,,,, -3f4cbeab-f2ac-4346-893f-ccd68070bb47,Biochemical Principles of Energy Metabolism,By Korea Advanced Institute of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-biochemical-principles-of-energy-metabolism-9717,metabolism;biochemistry,,,,,, -2b55fab1-bfb3-4c89-a794-75d62b649765,Archaeoastronomy,By Politecnico di Milano via Coursera,,course|https://www.classcentral.com/course/coursera-archaeoastronomy-7789,astronomy;black-holes,,,,,, -31a87ed4-038c-43fb-90b1-35a401b1e5ef,Introductory Organic Chemistry I,"By Indian Institute of Science Education and Research, Pune via Swayam",,course|https://swayam.gov.in/nd1_noc19_cy20/preview,organic-chemistry;chemistry,,,,,, -abb66ad9-58e0-4b42-9bbd-ab78f9dd3828,Numerical Methods And Simulation Techniques for Scientists and Engineers,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-numerical-methods-and-simulation-techniques-for-scientists-and-engineers-14212,numerical-computing,,,,,, -b89badf2-640c-491c-a72e-18fc1ff774a6,Corrosion - Part II,By NPTEL via Swayam,,course|https://swayam.gov.in/nd1_noc19_mm15/preview,chemistry;engineering;corrosion,,,,,, -df03e403-129c-4122-a033-a38aa028048a,Plant Developmental Biology,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-plant-developmental-biology-14235,biology;plants;botany,,,,,, -325faedc-e9e1-4ba1-b07c-921842dd72d4,From Disease to Genes and Back,By Novosibirsk State University via Coursera,,course|https://www.coursera.org/learn/disease-genes,disease;genetics,,,,,, -02a40823-0ea8-4666-b0c9-b2a3e509a908,Electrodynamics: In-depth Solutions for Maxwell’s Equations,By Korea Advanced Institute of Science and Technology via Coursera,,course|https://www.coursera.org/learn/electrodynamics-solutions-maxwells-equations,electrodynamics,,,,,, -98cbb47c-3415-4ffb-b99a-be19bbce142f,"Mechanics: Motion, Forces, Energy and Gravity, from Particles to Planets",By University of New South Wales via Coursera,,course|https://www.classcentral.com/course/coursera-mechanics-motion-forces-energy-and-gravity-from-particles-to-planets-1382,mechanics;physics,,,,,, -92d7bb98-f66c-4bca-987d-545697b76cc1,From Climate Science to Action,By The World Bank via Coursera,,course|https://www.classcentral.com/course/coursera-from-climate-science-to-action-1328,climate-change,,,,,, -98b7c90c-0d15-401f-b10a-0e3202d88f33,Visual Perception and the Brain,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-visual-perception-and-the-brain-2363,brain;vision,,,,,, -e2bcb7fb-289b-4b8e-99ea-24d5f94a307b,Human Anatomy,By Hong Kong Polytechnic University via edX,,course|https://www.classcentral.com/course/edx-human-anatomy-3648,anatomy,,,,,, -ae8ffb5c-229c-4a14-ab27-5c3f1d2e2ae3,"The Effect of Fires on People, Property and the Environment","By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/fire-effect,fire;environmental-science,,,,,, -b475dc47-b095-4593-9137-572bd821bd07,Introduction to Proteomics,By Indian Institute of Technology Bombay via Swayam,,course|https://swayam.gov.in/nd1_noc19_bt25/preview,biology;engineering;proteins;proteomics,,,,,, -b0d4ea9b-e7d8-448b-a069-b5d09301d60f,Introduction to Research,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_ge21/preview,research,,,,,, -1839f0b4-4dde-493b-ba62-defb6c859cb3,Planning for Climate Change in African Cities,By Erasmus University Rotterdam via Coursera,,course|https://www.coursera.org/learn/climate-change-africa,climate-change;africa,,,,,, -8dbb26a0-5e49-440b-9b78-b8de78bbabc0,An Introduction to Materials: Nature and Properties (Part 1: Structure of Materials),By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_mm14/preview,material-science,,,,,, -b7692abe-95aa-49b7-8426-f243ea4d8a3d,Metagenomics applied to surveillance of pathogens and antimicrobial resistance,By Technical University of Denmark (DTU) via Coursera,,course|https://www.coursera.org/learn/metagenomics,genomics;biology;antimicrobial-therapy,,,,,, -3c2b00dc-e257-4c77-8098-0a259945e2d5,Equine Welfare and Management,"By University of California, Davis via Coursera",,course|https://www.classcentral.com/course/coursera-equine-welfare-and-management-11498,horse,,,,,, -bf5f1535-c980-4903-b1ff-93e80c93b730,Biomedical nanotechnology,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_bt28/preview,biology;medicine;nanotechnology,,,,,, -e0c65299-9251-4870-85fe-9710e1cf53b6,Plant Cell Bioprocessing,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-plant-cell-bioprocessing-14234,biology;plants,,,,,, -366a86c9-658b-4154-a0dc-5ee1a9ea6611,Introduction To Statistical Mechanics,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-statistical-mechanics-14140,mechanics,,,,,, -08347d4c-eda1-41de-9df2-8c03f8844ed5,Tissue engineering,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_bt33/preview,biology;engineering;tissue-engineering,,,,,, -f7b3dbd8-324c-4fde-a45e-c6b18f04e5e2,Low Emission Technologies and Supply Systems,By University of Queensland via edX,,course|https://www.edx.org/course/low-emission-technologies-and-supply-systems-1,environmental-science,,,,,, -71e79ecf-f759-452e-845f-1375de6e104b,Energy and Development,By University of Queensland via edX,,course|https://www.edx.org/course/energy-and-development-2,energy;development;society,,,,,, -80346b46-db3d-4651-b295-7279ae568de3,Climate Science and Policy,By University of Queensland via edX,,course|https://www.edx.org/course/climate-science-and-policy-1,climate;climate-change;policy,,,,,, -a306ac55-3648-4037-9b47-962b9605b85b,Energy Principles and Renewable Energy,By University of Queensland via edX,,course|https://www.edx.org/course/energy-principles-and-renewable-energy-1,energy,,,,,, -f6265322-d013-4bf4-a5c4-222d6987b49a,Sustainable Energy Capstone Assessment,By Queensland University of Technology via edX,,course|https://www.classcentral.com/course/edx-sustainable-energy-capstone-assessment-9796,energy;sustainability,,,,,, -1a727321-d0b4-4010-b916-5cc6df0d4e02,"Anatomy: Cardiovascular, Urinary, and Respiratory Systems",By University of Michigan via edX,,course|https://www.edx.org/course/anatomy-cardiovascular-urinary-and-respiratory-systems-2,anatomy,,,,,, -ac4ac4cb-83a9-43f1-be8c-1038bca80913,Greening the Economy: Lessons from Scandinavia,By Lund University via Coursera,,course|https://www.classcentral.com/course/coursera-greening-the-economy-lessons-from-scandinavia-2167,environmental-science;scandanavia;economics,,,,,, -ecc4d6bf-ae01-4dda-a244-3819ebdab6d2,Introduction to Water and Climate,By Delft University of Technology via edX,,course|https://www.edx.org/course/introduction-to-water-and-climate-2,water;climate,,,,,, -f55f2b87-3873-460b-ac4f-01e2f6a31939,Climate Change: The Science and Global Impact,By SDG Academy via edX,,course|https://www.edx.org/course/climate-change-the-science-and-global-impact,climate-change,,,,,, -3828a303-ca78-43e6-aee7-e6bf4d5be6b5,Water quality and the biogeochemical engine,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-water-quality-and-the-biogeochemical-engine-13699,water;environmental-science,,,,,, -74ed279c-c76a-412c-8e2c-6f05c6517c64,Getting started in cryo-EM,By California Institute of Technology via Coursera,,course|https://www.coursera.org/learn/cryo-em,physics;electron-microscopy,,,,,, -8b2fda7a-b7b0-4509-a17d-27ddcba2012c,Intro to Acoustics (Part 1),By Korea Advanced Institute of Science and Technology via Coursera,,course|https://www.coursera.org/learn/intro-to-acoustics,acoustics,,,,,, -17365f25-edc2-46d2-bf0c-ffb702502efa,Astrobiology: Exploring Other Worlds,By University of Arizona via Coursera,,course|https://www.classcentral.com/course/coursera-astrobiology-exploring-other-worlds-13556,astrobiology,,,,,, -aacfeb09-bbd6-4c4f-b6aa-56daf17be79c,Mind of the Universe - Genetic Privacy: should we be concerned?,By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-mind-of-the-universe-genetic-privacy-should-we-be-concerned-10675,science;genetics;privacy,,,,,, -6363f6c3-0c31-48fe-b704-4241db7f0144,Experimental Methods in Systems Biology,By Icahn School of Medicine at Mount Sinai via Coursera,,course|https://www.classcentral.com/course/coursera-experimental-methods-in-systems-biology-1710,biology,,,,,, -c8dede9f-c9c7-436f-a593-1f9c9d3415db,The Changing Arctic,By Tomsk State University via Coursera,,course|https://www.classcentral.com/course/coursera-the-changing-arctic-4450,arctic;environmental-science,,,,,, -947a3e77-5766-4998-a0cf-d2451f07331b,Imagining Other Earths,By Princeton University via Coursera,,course|https://www.classcentral.com/course/coursera-imagining-other-earths-1271,astronomy,,,,,, -1bc0a75d-109f-4ca2-8823-acd3ba735a7f,Electric Industry Operations and Markets,By Moscow Institute of Physics and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-electric-industry-operations-and-markets-1373,electricity;business,,,,,, -0a16b523-4e1c-4fbf-9dfa-526f2ec61e8e,Introduction to Algae,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-introduction-to-algae-10442,algae;biology,,,,,, -90e2463a-1398-404f-b02d-c2adf909893d,Why Planning Your Research Matters,By Deakin University via FutureLearn,,course|https://www.futurelearn.com/courses/planning-research,research,,,,,, -9b5bf3d8-8fa0-4a3c-a1fe-8cafbb4ee9c9,Planet Earth...and You!,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-planet-earth-and-you-435,earth,,,,,, -f015b522-a712-4935-b9be-4dca421f0586,Genetics and Society: A Course for Educators,By American Museum of Natural History via Coursera,,course|https://www.classcentral.com/course/coursera-genetics-and-society-a-course-for-educators-861,genetics;society,,,,,, -ab8a16ef-1832-4e0e-95b0-c2a1871e021a,Evolution: A Course for Educators,By American Museum of Natural History via Coursera,,course|https://www.coursera.org/learn/teaching-evolution,evolution,,,,,, -da8911de-56ee-42aa-b6a8-959c5e7c388d,Our Energy Future,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-our-energy-future-2055,energy,,,,,, -7ae123bc-6b95-48d9-b0c0-0a3ae601cc68,A Brief History of Human Spaceflight,By University of Houston System via Coursera,,course|https://www.classcentral.com/course/coursera-a-brief-history-of-human-spaceflight-4535,space-science;history,,,,,, -39172e44-0bad-49ae-bc83-d1dc5dcea75d,Classical papers in molecular genetics,By University of Geneva via Coursera,,course|https://www.coursera.org/learn/papers-molecular-genetics,genetics,,,,,, -96f226ce-fc49-4d01-9734-58b13b09d9aa,Causes of Climate Change,By University of Bergen via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-causes-of-climate-change-3713,climate-change,,,,,, -fb20a222-a621-4418-93b2-6d3bf0096185,The Truth About Cats and Dogs,By University of Edinburgh via Coursera,,course|https://www.coursera.org/learn/cats-and-dogs,cats;dogs;animals,,,,,, -a002ebf7-8a98-4f11-b582-2bff8c91745a,Climate Change: Solutions,By University of Exeter via FutureLearn,,course|https://www.futurelearn.com/courses/climate-change-the-solutions,climate-change,,,,,, -85016544-b340-4521-ad5b-0789835db7e3,Introduction to Thermodynamics: Transferring Energy from Here to There,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/thermodynamics-intro,thermodynamics,,,,,, -7c19ab2d-fdb9-4f1e-85c1-d2e4417a9a29,Introduction to the Arctic: Climate,By University of Alberta via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-the-arctic-climate-5036,arctic;climate,,,,,, -e24a533e-2fc8-4781-8bc0-dd11b56c1615,The Dynamic Earth: A Course for Educators,By American Museum of Natural History via Coursera,,course|https://www.coursera.org/learn/earth-amnh,earth,,,,,, -c9d5e896-5f3a-4b7e-ad42-72fe3300a558,Bioinformatic Methods I,By University of Toronto via Coursera,,course|https://www.classcentral.com/course/coursera-bioinformatic-methods-i-1368,bioinformatics,,,,,, -d53a8272-d6d3-45e0-a006-36741bff1011,Planetary Boundaries,By SDG Academy via edX,,course|https://www.classcentral.com/course/edx-planetary-boundaries-2485,environmental-science;sustainability,,,,,, -8f3b5073-7c6a-4369-b925-77fd2ec1b9b1,"Global Postharvest Loss Prevention: Fundamentals, Technologies, and Actors",By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/postharvest,agriculture,,,,,, -7a77bcfd-a4f4-47e2-a0aa-684ddf02e2c2,Chemistry,By University of Kentucky via Coursera,,course|https://www.classcentral.com/course/coursera-chemistry-2944,chemistry,,,,,, -f5cfd5b9-8653-4eb8-96f9-1f657391e499,Music as Biology: What We Like to Hear and Why,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-music-as-biology-what-we-like-to-hear-and-why-5439,music;biology,,,,,, -ed1ede99-ff2a-4141-931b-d0b41935986a,Global Energy and Climate Policy,By SOAS University of London via Coursera,,course|https://www.classcentral.com/course/coursera-global-energy-and-climate-policy-8604,energy;climate;society;policy,,,,,, -8537d7c3-3ef8-4964-b15f-0594e6400b1a,Learn CS Concepts with Scratch,,https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1487602186l/34351050._SX318_.jpg,book|http://www.abhayjoshi.net/spark/home.htm,programming-languages/scratch;programming-languages/snap,,,,,, -9b09f6fc-f9e8-4bd2-a095-f236591115fb,Large Marine Ecosystems: Assessment and Management,By University of Cape Town via Coursera,,course|https://www.classcentral.com/course/coursera-large-marine-ecosystems-assessment-and-management-10792,oceans,,,,,, -5df45350-db4f-4f5f-b2b7-2aede6b16757,Sustainable Soil Management: Soil for life,By Wageningen University via edX,,course|https://www.edx.org/course/sustainable-soil-management-soil-for-life-2,sustainability;soil,,,,,, -1a95e2d4-dd8b-45ce-9cfd-a7b9215d2cc4,Introduction to Animal Behaviour,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-introduction-to-animal-behaviour-6033,animals,,,,,, -cfdf6208-2979-4d61-a4f9-6e7f73da7c7b,Sustainable Food Security: The value of systems thinking,By Wageningen University via edX,,course|https://www.edx.org/course/sustainable-food-security-the-value-of-systems-thinking-2,sustainability;food,,,,,, -0444b0ba-7e12-4d92-bba6-66f5454dfd50,Sustainable Food Security: Crop Production,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-sustainable-food-security-crop-production-2155,sustainability;food,,,,,, -ecb2fd22-de6d-4d22-aab0-89f26c300b42,Frontmatter | Julia Programming for Operations Research | Softcover.io,,,book|https://www.softcover.io/read/7b8eb7d0/juliabook/frontmatter,programming-languages/julia,,,beginner,,, -a7ac51fd-b944-473e-826d-0ff422bb4244,Natural Resources for Sustainable Development,By SDG Academy via edX,,course|https://www.classcentral.com/course/edx-natural-resources-for-sustainable-development-8500,sustainability,,,,,, -d04781af-74c8-4106-a6dc-3c08554c3eb7,The Impact of Climate Change on Public Health,By EIT Health via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-impact-of-climate-change-on-public-health-13081,climate-change;public-health,,,,,, -60d73f0d-a2d1-486c-9d5a-cb873fb05bca,From the Ground Up: Managing and Preserving Our Terrestrial Ecosystems,By SDG Academy via edX,,course|https://www.classcentral.com/course/edx-from-the-ground-up-managing-and-preserving-our-terrestrial-ecosystems-9748,environmental-science;sustainability,,,,,, -1a7adc9f-4397-4df4-a320-5598882866d2,Landscape Ecology,By ETH Zurich via edX,,course|https://www.edx.org/course/landscape-ecology-2,land;landscape;ecology,,,,,, -8d4fdb40-08fc-4f6c-95b8-807d0a249dd0,Hurricane Tracking with Satellite Data,By University of Strathclyde via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-hurricane-tracking-with-satellite-data-13834,hurricane,,,,,, -2eda756d-9929-4264-9231-20dd1cf3060b,The Basics of Transport Phenomena,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-the-basics-of-transport-phenomena-3445,transport-phenomena,,,,,, -6df3fc00-a1d4-4862-8c2a-292b3fd9bba0,Astronomy - State of the Art,By University of Arizona via Udemy,,course|https://www.classcentral.com/course/udemy-astronomy-state-of-the-art-767,astronomy,,,,,, -b3b6d7b1-ac37-4382-bcc7-efa15e94a550,Tales from the Genome,By 23andme via Udacity,,course|https://www.udacity.com/course/tales-from-the-genome--bio110,genomics,,,,,, -2149bfa4-9bbd-4aed-821d-702c9597f1d5,Our Energetic Earth,By University of Toronto via edX,,course|https://www.edx.org/course/energetic-earth-university-torontox-oee101x,energy;earth,,,,,, -00336531-df3c-4723-b6b1-0f0bd0729a53,Relativity and Astrophysics,By Cornell University via edX,,course|https://www.edx.org/course/relativity-astrophysics-cornellx-astro2290x,relativity;astrophysics;physics,,,,,, -2ba8dd8a-e0d0-499f-a646-ff1630f0d42d,The Evolving Universe,By California Institute of Technology via edX,,course|https://www.edx.org/course/evolving-universe-caltechx-ay1001x,astronomy,,,,,, -2733e262-05f4-40c4-8a33-03995a6e0835,Mechanics ReView,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/mechanics-review-mitx-8-mrevx,mechanics,,,,,, -d030831f-dac0-4a1f-a652-9135ff85a918,Effective Field Theory,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-effective-field-theory-2139,physics;effective-field-theory,,,,,, -572c3bde-06df-4e56-bcd5-26fd9931783b,AnatomyX: Musculoskeletal Cases,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-anatomyx-musculoskeletal-cases-2024,anatomy,,,,,, -54bc9622-7a83-47df-9615-794596ae2f1f,Waves & Optics,By via edX,,course|https://www.classcentral.com/course/edx-waves-optics-2442,optics;waves,,,,,, -b6f983df-bca5-4996-9524-737b76a7b6f5,"Light, Spike, and Sight: The Neuroscience of Vision",By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/light-spike-sight-neuroscience-vision-mitx-9-01-1x,vision;neuroscience,,,,,, -b089cf8f-62fe-473c-ad42-2ec95d898562,Introductory Physics — Part 1: Mechanics and Waves,By Seoul National University via edX,,course|https://www.edx.org/course/introductory-physics-part-1-mechanics-snux-snu034-005-1x,physics;mechanics;waves,,,,,, -4dd3c038-6bb0-47f3-b3f0-c7fae2c979dd,Modeling Climate Change,By The University of Chicago via edX,,course|https://www.classcentral.com/course/edx-modeling-climate-change-2814,climate-change,,,,,, -07f7b65b-5d94-4159-aed3-1a6fbc6289c7,"How Stuff Moves, Part 1: Linear Motion",By Harvey Mudd College via edX,,course|https://www.edx.org/course/how-stuff-moves-part-1-linear-motion-harveymuddx-phys024-1x,motion;physics;mechanics,,,,,, -6477657e-1df0-4f5f-bb61-c5a3dab05882,Universe or Multiverse?,By via World Science U,,course|http://www.worldscienceu.com/courses/master_class/master-class-andrei-linde,astronomy;multiverse,,,,,, -f2b9d3d9-ea7b-418d-8227-2f752d70ac6c,Endless Universe: Beyond the Big Bang,By via World Science U,,course|http://www.worldscienceu.com/courses/master_class/master-class-paul-steinhardt,astronomy,,,,,, -83f80b34-375b-48df-ab6a-0a81dc9f213d,History and Mysteries of the Universe,By via World Science U,,course|http://www.worldscienceu.com/courses/master_class/master-class-max-tegmark,astronomy,,,,,, -f1683160-f65a-4b5e-8a25-be40e0d12d0b,Nature's Constituents,By via World Science U,,course|https://www.classcentral.com/course/world-science-u-nature-s-constituents-3403,physics;science,,,,,, -dfb32781-a35e-40f5-9be2-afdc27af3eef,"Space, Time and Einstein",By via World Science U,,course|http://www.worldscienceu.com/courses/university/space-time-and-einstein,physics;space;time,,,,,, -7e6061b7-9da0-4228-88de-dbd3f442bace,Dark Side of the Universe,By via World Science U,,course|https://www.classcentral.com/course/world-science-u-dark-side-of-the-universe-3397,astronomy,,,,,, -3255f607-2779-40ad-80ed-03e5fb65049d,Past and Future of Unification,By via World Science U,,course|https://www.classcentral.com/course/world-science-u-past-and-future-of-unification-3400,physics,,,,,, -7d4b7ac5-8e2e-4a81-86a0-3f0b6d971e4a,"How Stuff Moves, Part 2: Angular Motion",By Harvey Mudd College via edX,,course|https://www.edx.org/course/how-stuff-moves-part-2-angular-motion-harveymuddx-phys024-2x,motion;physics;mechanics,,,,,, -31b7cafd-7594-46e9-b52d-320dfe8c6a8c,"How Stuff Moves, Part 3: Wave Motion",By Harvey Mudd College via edX,,course|https://www.classcentral.com/course/edx-how-stuff-moves-part-3-wave-motion-3180,motion;physics;mechanics;waves,,,,,, -c625063f-c8cf-487c-a246-e74f85035d76,Forest Monitoring with CLASlite,By Carnegie Institute for Science via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-forest-monitoring-with-claslite-3548,forests,,,,,, -207ba28d-2498-476b-8056-d74205e2f6aa,Genomic Medicine Gets Personal,By Georgetown University via edX,,course|https://www.classcentral.com/course/edx-genomic-medicine-gets-personal-945,personalized-medicine;genomics,,,,,, -f7947171-eb8a-4336-9f94-60ea5a5f2f2f,Introduction to Environmental Science,By Dartmouth via edX,,course|https://www.edx.org/course/introduction-environmental-science-dartmouthx-dart-envs-02x,environmental-science,,,,,, -9b3b2963-dfb8-41bd-90f3-8c3fbecde55b,Effects of Radiation: An Introduction to Radiation and Radioactivity,By Open Education Consortium (OEC) via edX,,course|https://www.classcentral.com/course/edx-effects-of-radiation-an-introduction-to-radiation-and-radioactivity-3505,radiation;radioactivity,,,,,, -339940fa-df7f-40fd-8aaa-d644bc5dae3d,Quantum Mechanics for IT/NT/BT,By Korea University via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_657_1,quantum-mechanics,,,,,, -a1d82355-069c-4365-8203-3ed4e9ed0ec9,The Environment and Public Advocacy: Climate Change and Hydraulic Fracturing,By Pace University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-the-environment-and-public-advocacy-climate-change-and-hydraulic-fracturing-4145,climate-change;environmental-science,,,,,, -b0991ed9-3462-4063-a916-c213a1a5e428,Coasts and Communities,By University of Massachusetts Boston via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_161_1,coasts;communities;society,,,,,, -020ecbbe-3a9a-44d8-8696-f97887a76abe,Introduction to Bioelectricity,By Purdue University via edX,,course|https://www.classcentral.com/course/edx-introduction-to-bioelectricity-3921,biology;electricity,,,,,, -1d31c05f-417a-4e46-abe2-5f656bb1d5cf,"Recover Quicker, Perform Better",By Athlete 365 via Independent,,course|https://www.olympic.org/athlete365/courses/recover-quicker-perform-better/,athletics;sports;health,,,,,, -76a1a476-96a2-4acf-993e-680631b077c6,"Faster, Higher, Stronger",By Athlete 365 via Independent,,course|https://www.olympic.org/athlete365/courses/faster-higher-stronger/,athletics;sports;health,,,,,, -acdeb336-748d-4904-9ffb-7d941d547721,Atomic and Optical Physics I– Part 1: Resonance,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-atomic-and-optical-physics-i-part-1-resonance-4086,physics;atomic-physics;optics,,,,,, -9d8f707d-1abd-47a7-935a-18eb62cc9166,"Fundamentals of Nanoelectronics, Part B: Quantum Transport",By Purdue University via edX,,course|https://www.classcentral.com/course/edx-fundamentals-of-nanoelectronics-part-b-quantum-transport-3960,quantum-physics;electronics-engineering,,,,,, -3f7e3b4d-bd60-4822-ade5-a4d08d159705,Atomic and Optical Physics I – Part 2: Atomic structure and atoms in external field,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/atomic-optical-physics-i-part-2-atomic-mitx-8-421-2x,physics;atomic-physics;optics,,,,,, -4e553fce-5934-42ee-8409-eb524e2fd593,Atomic and Optical Physics I– Part 3: Atom-Light Interactions 1 -- Matrix elements and quantized field,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/atomic-optical-physics-i-part-3-atom-mitx-8-421-3x,physics;atomic-physics;optics,,,,,, -1563fcce-9e17-4921-ac2e-20f1549d4f4a,Molecular Foundations of Medicine,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/Medicine/MolFoundations/SelfPaced/about,medicine;chemistry,,,,,,oer -95dd2fc9-0463-48ef-8a72-822df01268f1,The Edges of the Universe,By via World Science U,,course|http://www.worldscienceu.com/courses/master_class/master-class-andrew-strominger,astronomy,,,,,, -8eab4383-1ab0-42d4-9077-289fa4d3be15,The Accelerating Universe,By via World Science U,,course|https://www.classcentral.com/course/world-science-u-the-accelerating-universe-5207,astronomy,,,,,, -5ba2d4c9-b8b5-422b-a568-bad99b4b89ac,Atomic and Optical Physics I– Part 4: Atom-Light Interactions 2: Line Broadening and Two-Photon Transitions,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/atomic-optical-physics-i-part-4-atom-mitx-8-421-4x,physics;atomic-physics;optics,,,,,, -35041af0-ed2d-4c67-aaa8-cbdce75ab182,From Chemistry to Life,By via World Science U,,course|http://www.worldscienceu.com/courses/master_class/master-class-dimitar-sasselov,chemistry;biology,,,,,, -eb0bf71c-9f14-4494-96b2-2b0e3e027230,Fundamental Lessons From String Theory,By via World Science U,,course|https://www.classcentral.com/course/world-science-u-fundamental-lessons-from-string-theory-5208,string-theory;physics,,,,,, -94921906-ee21-4afa-894c-7ebd8340022b,Einstein's Astrophysical Messengers,By via World Science U,,course|http://www.worldscienceu.com/courses/master_class/master-class-gabriela-gonzalez,astrophysics,,,,,, -a750da0b-0a96-41bd-984b-e8675678bd66,Loop Quantum Gravity,By via World Science U,,course|https://www.classcentral.com/course/world-science-u-loop-quantum-gravity-5212,gravity;quantum-physics;physics,,,,,, -6f40a098-2447-4b86-b8b5-d6c6df59e3a0,Biology of Consciousness,By via World Science U,,course|http://www.worldscienceu.com/courses/master_class/master-class-christof-koch,biology;consciousness,,,,,, -fcb5aba2-6a93-4e1b-b224-e645ee462602,The Black Hole Information Paradox,By via World Science U,,course|https://www.classcentral.com/course/world-science-u-the-black-hole-information-paradox-5210,black-holes;physics,,,,,, -85a161cb-a250-4274-af06-967f79ed9c28,Human Health and Climate Change,By United Nations via Independent,,course|https://www.classcentral.com/course/independent-human-health-and-climate-change-9305,climate-change;healthcare,,,,,, -a8bee6a8-4b2c-4f1e-8fd3-58af445c5b08,Introduction to the Natural Capital Project Approach,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/HumanitiesSciences/NCP_101/SelfPaced/about,science;ecology,,,,,,oer -898c5078-11bd-45b4-b82d-eb492e356086,Atomic and Optical Physics I – Part 5: Coherence,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-atomic-and-optical-physics-i-part-5-coherence-4386,physics;atomic-physics;optics,,,,,, -2caa748d-029c-4b52-a11f-8e40d073fee0,Basic Steps in Magnetic Resonance,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-basic-steps-in-magnetic-resonance-3658,mri,,,,,, -c010517d-f5de-4d98-b64f-c6375563971e,Topology in Condensed Matter: Tying Quantum Knots,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-topology-in-condensed-matter-tying-quantum-knots-3030,matter;quantum-physics,,,,,, -5324698b-b3bd-463a-9de5-ff0a5c832fb2,Gary England's Tornado Alley,By The University of Oklahoma via Janux,,course|https://www.classcentral.com/course/janux-gary-england-s-tornado-alley-5746,weather;storms,,,,,, -7d5f6839-6081-45bd-a209-67ad46127ae1,Climate Change and Health,By Heidelberg University via iversity,,course|https://iversity.org/en/courses/climate-change-and-health,climate-change;health,,,,,, -81e53246-6e58-4b5d-9e00-123542017586,Global Warming Science,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/global-warming-science-mitx-12-340x-0,climate-change,,,,,, -f7ec3738-e8f2-4086-80c3-8b7b68420c11,Astrophysics: The Violent Universe,By Australian National University via edX,,course|https://www.edx.org/course/astrophysics-violent-universe-anux-anu-astro3x-0,astrophysics,,,,,, -ba447c60-9c7b-4d10-91f3-ac4d0c7680d8,Cellular Mechanisms of Brain Function,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.edx.org/course/cellular-mechanisms-brain-function-epflx-brainx-1,brain;biology,,,,,, -565ece2c-a614-4a89-a4a3-de3b1fe13889,Complexity Theory an Introduction,By Complexity Academy via Independent,,course|https://www.classcentral.com/course/independent-complexity-theory-an-introduction-6048,complex-systems,,,,,, -64baa8aa-5e82-481a-b54c-0b3528ddf22b,Birds 101: Introduction to Pet Birds,By University of Tennessee via edX,,course|https://www.edx.org/course/birds-101-introduction-pet-birds-utennesseex-birds101-1x-0,birds,,,,,, -db8467b5-0e88-4f86-a064-e34d24f64ef1,Power Up: English for the Energy Transition,By Center for Technology Enhanced Learning via iversity,,course|https://www.classcentral.com/course/iversity-power-up-english-for-the-energy-transition-4016,energy,,,,,, -616f46ba-dce9-4c90-a271-c184bcf61bd2,Quantum Mechanics of Molecular Structures,By The University of Tokyo via edX,,course|https://www.edx.org/course/quantum-mechanics-molecular-structures-utokyox-utokyo003x-1,quantum-mechanics,,,,,, -0f60a9fc-43b5-46f8-9b07-651cd34c3473,Gary England's El Niño,By The University of Oklahoma via Janux,,course|https://www.classcentral.com/course/janux-gary-england-s-el-nino-6482,weather;el-nino,,,,,, -afb59c64-7bbd-4073-b88e-2acbb63e82e8,From Atoms to Stars: How Physics Explains Our World,By National Research Nuclear University MEPhI via edX,,course|https://www.edx.org/course/atoms-stars-how-physics-explains-world-mephix-mephi003x,physics;science,,,,,, -96894c7e-d509-4a3b-aaee-d2a458ac18ec,World of Wine: From Grape to Glass,By University of Adelaide via edX,,course|https://www.classcentral.com/course/edx-world-of-wine-from-grape-to-glass-3189,wine,,,,,, -5e46fc60-e75e-481f-87ee-bc4cde76ca6b,Think Like a Scientist,By via Canvas Network,,course|https://www.canvas.net/browse/stem/realscience/courses/think-like-scientist,science,,,,,, -c38b1153-9766-4c75-84be-0ca0b610a6fd,Think Like a CSI,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-think-like-a-csi-6962,forensics,,,,,, -6b020c19-14b3-4058-92e1-45d5777c7f81,Think Like a Physicist,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-think-like-a-physicist-6964,physics;science,,,,,, -eda64cc2-8d11-42d1-89e2-7e9288e1e0ce,Introduction to Systems Biology,By IEEE via edX,,course|https://www.classcentral.com/course/edx-introduction-to-systems-biology-5635,biology;systems-biology,,,,,, -feca0f2b-5230-461e-9065-bf8a88accc16,"Electricity & Magnetism, Part 2",By Rice University via edX,,course|https://www.edx.org/course/electricity-magnetism-part-2-ricex-phys102-2x-0,electricity;magnetism;electromagnetism,,,,,, -3ed6b6be-8656-4141-97b5-e1dd6f68c650,Practices For Sustainable Architecture,By Build Academy via Independent,,course|https://courses.buildacademy.com/courses/course-v1:Architecture+Philadelphia-University_Arch304+2014_T4/about,sustainability;architecture,,,,,, -4b5947ba-5dca-4c3a-afde-ee45ffaa44d4,Human Spaceflight - An introduction,By KTH Royal Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-human-spaceflight-an-introduction-5926,space-science;spaceflight,,,,,, -7171089d-98b5-4e35-9263-0e9164b506be,"Charles Darwin, Evolution, and Tropical Australia",By Charles Darwin University via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_898_1,evolution;darwin;nations/australia,,,,,, -ba04bed2-06bc-41b8-8703-5b394546fb51,Principles of Synthetic Biology,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-principles-of-synthetic-biology-4085,biology;synthetic-biology,,,,,, -fc4d3200-baac-4b01-adf3-f795c4b2a02b,Atomic and Optical Physics: Quantum States and Dynamics of Photons,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-atomic-and-optical-physics-quantum-states-and-dynamics-of-photons-8066,physics;atomic-physics;optics;photons,,,,,, -cbf5bba0-ee32-4de1-9213-45148ab1e6ce,Water and Wastewater Treatment Engineering: Physicochemical Technology | 水处理工程:物理化学方法,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx-water-and-wastewater-treatment-engineering-physicochemical-technology---3216,water;wastewater-treatment;engineering,,,,,, -43f9c24c-2743-4450-969f-6aad1647a3da,Sensing Planet Earth – From Core to Outer Space,By Chalmers University of Technology via edX,,course|https://www.edx.org/course/sensing-planet-earth-core-outer-space-chalmersx-chm003x-0,earth;environmental-science;remote-sensing,,,,,, -8dc61ed2-0499-43f0-b4d2-8e2c69e44cba,Fundamentals of Biomedical Imaging: Magnetic Resonance Imaging (MRI),By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.edx.org/course/fundamentals-biomedical-imaging-magnetic-epflx-fndbioimg2x-0,mri;medical-imaging,,,,,, -c48dbcba-a91d-4999-a287-0de84a0c0f87,"Fundamentals of Biomedical Imaging: Ultrasounds, X-ray, positron emission tomography (PET) and applications",By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.edx.org/course/fundamentals-biomedical-imaging-epflx-fndbioimgx-0,medical-imaging;x-ray;ultrasound,,,,,, -274d75a9-35e5-4a45-89e4-9df4c5603ebd,Mother Mother Ocean-MMO 101,By University of West Florida via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-mother-mother-ocean-mmo-101-8034,oceans,,,,,, -e4966587-b31d-4bdc-ade9-3a5ef5accacf,Atomic and Optical Physics: Atom-photon interactions,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/atomic-optical-physics-atom-photon-mitx-8-422-2x,physics;atomic-physics;optics;photons,,,,,, -e8f41a7f-c53f-4b52-ac8e-336c29a1dd76,Nuclear Reactor Physics Basics,By National Research Nuclear University MEPhI via edX,,course|https://www.classcentral.com/course/edx-nuclear-reactor-physics-basics-7884,nuclear-physics,,,,,, -b3fe9a7a-8360-4a79-aa5f-f145a124fa48,Cellular Solids Part 2: Applications in Medicine,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-cellular-solids-part-2-applications-in-medicine-5177,solids;medicine,,,,,, -8b469de1-df45-4026-a1ad-60c84aad7856,Introduction to Astrophysics,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-introduction-to-astrophysics-8283,astrophysics,,,,,, -f452996d-dc16-451d-bc5c-444a03c08522,Atomic and Optical Physics: Optical Bloch Equations and Open System Dynamics,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-atomic-and-optical-physics-optical-bloch-equations-and-open-system-dynamics-8113,physics;atomic-physics;optics,,,,,, -f36520cf-08a8-459d-bc66-adfdfaf37234,Stand up for Science: Practical Approaches to Discussing Science that Matters,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-stand-up-for-science-practical-approaches-to-discussing-science-that-matters-8262,science,,,,,, -4453e84e-95b4-43d3-9447-5c266329f627,Climate Change: The Science,By The University of British Columbia via edX,,course|https://www.edx.org/course/climate-change-science-ubcx-climate1x-3,climate-change,,,,,, -aea0d57d-9fc8-41f0-b731-bb40b40b92a7,Atomic and Optical Physics: Light Forces and Laser Cooling,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/atomic-optical-physics-light-forces-mitx-8-422-4x,physics;atomic-physics;optics;laser,,,,,, -3d7f86db-dc65-439a-9da2-3517d59aec7a,Invisible Hunger: Food Insecurity and Food Banks,By The New School via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-invisible-hunger-food-insecurity-and-food-banks-8454,food;hunger,,,,,, -ddba7fc1-2fda-4af3-8700-d37483f71191,Demystifying Biomedical Big Data: A User’s Guide,By Georgetown University via edX,,course|https://www.classcentral.com/course/edx-demystifying-biomedical-big-data-a-user-s-guide-7871,medicine;big-data;bioinformatics,,,,,, -c505245a-b8f3-45aa-9135-b40598676c48,Electronic Materials and Devices,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-electronic-materials-and-devices-3211,material-science;electronics-engineering,,,,,, -605b8675-38c6-4f70-b8c4-9d6554a85d91,Sensing Planet Earth – Water and Ice,By Chalmers University of Technology via edX,,course|https://www.classcentral.com/course/edx-sensing-planet-earth-water-and-ice-5240,earth;environmental-science;remote-sensing,,,,,, -7a654add-e498-4da5-a4ac-6a0c6a14de02,The Quantum World,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-the-quantum-world-8358,quantum-physics,,,,,, -6597efe8-acdd-4960-96a0-09ad35fd1e80,Atomic and Optical Physics: Ultracold Atoms and Many-body Physics,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-atomic-and-optical-physics-ultracold-atoms-and-many-body-physics-8286,physics;atomic-physics;optics,,,,,, -131a94b1-854f-4649-beb8-f07fd90d0207,Exploring the Warped Universe,By via World Science U,,course|http://www.worldscienceu.com/courses/master_class/master-class-nergis-mavalvala,astrophysics,,,,,, -18e6b713-bd3e-4e98-81ee-fab4401b6c39,100 Years of Gravitational Waves,By via World Science U,,course|http://www.worldscienceu.com/courses/master_class/master-class-rai-weiss,astrophysics;gravitational-waves,,,,,, -fd3cf27a-d05d-4946-ab37-68b1d970d968,New Ideas About Dark Matter,By via World Science U,,course|http://www.worldscienceu.com/courses/master_class/master-class-justin-khoury,astrophysics;dark-matter,,,,,, -b153752e-3c6d-40d1-a924-2dfeb10bc8c8,Musculoskeletal Primer for the Non-Orthopedist,By Stanford Medicine via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-musculoskeletal-primer-for-the-non-orthopedist-10461,anatomy,,,,,, -6a5c6489-42f5-4e2b-9c01-2ff486f23414,"Lab Safety: The Interactive Game of ""Don’t Endanger the Owls""",By via ,,course|https://www.edx.org/course/lab-safety-interactive-game-dont-ricex-labsafety-1x-0,science;safety;experiments,,,,,, -d8f483d1-390d-41bc-886b-2673022e5cb9,Introductory e-Course on Climate Change,By United Nations via Independent,,course|https://www.classcentral.com/course/independent-introductory-e-course-on-climate-change-9069,climate-change,,,,,, -54d2aaf9-e291-4bcd-97dd-ec24dc006291,Children and Climate Change,By United Nations via Independent,,course|https://www.classcentral.com/course/independent-children-and-climate-change-9091,climate-change;children,,,,,, -e5225c08-646a-40ab-9211-2f982bdc152a,From Atoms to Materials: Predictive Theory and Simulations,By Purdue University via edX,,course|https://www.classcentral.com/course/edx-from-atoms-to-materials-predictive-theory-and-simulations-8729,quantum-mechanics;physics,,,,,, -cb35fa59-37fa-4bbf-be98-0525dca3e22f,Cities and Climate Change,By United Nations via Independent,,course|https://www.classcentral.com/course/independent-cities-and-climate-change-9304,climate-change;cities,,,,,, -1aebfa2c-1e64-4ead-b03d-318bf76129b5,"Chemistry II: Stoichiometry, Bonding, and Thermochemistry",By University of Kentucky via Canvas Network,,course|https://www.canvas.net/browse/ukentucky/courses/chemistry-1,chemistry;stoichiometry;thermochemistry,,,,,, -d0b62723-b89b-47fa-80c9-362aff673ac4,"Introduction to Mechanics, Part 1",By Rice University via edX,,course|https://www.classcentral.com/course/edx-introduction-to-mechanics-part-1-8952,mechanics,,,,,, -3dc0f8da-23e3-4e2e-95de-c6cb29d713b5,Bipedalism: The Science of Upright Walking,By Dartmouth via edX,,course|https://www.classcentral.com/course/edx-bipedalism-the-science-of-upright-walking-8493,walking;bipedalism,,,,,, -bf72b1b5-40e0-42b7-8231-038d4426679f,"Life on Earth: Biomes, Climates, Ecology, and Evolution",By Ohio State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-life-on-earth-biomes-climates-ecology-and-evolution-9470,biology;earth;evolution,,,,,, -479a2790-279e-4fc0-9756-ffa6df0e109c,"Earth's Environment: Soil, Water, and Air",By Ohio State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-earth-s-environment-soil-water-and-air-9467,earth;environmental-science;soil;water;air,,,,,, -3931a6c1-9913-4a3e-97f2-8aa585c3f247,"Energy and Earth: Fossil Fuels, Alternative, and Renewable Energy",By Ohio State University via Canvas Network,,course|https://www.canvas.net/browse/osu/global-one-health/courses/energy-earth,earth;energy,,,,,, -1d0853a4-b7d3-4225-a197-4b43b29480d5,Simulation Neuroscience,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-simulation-neuroscience-9539,neuroscience;simulation,,,,,, -0cc3c5b2-a522-4332-8369-83bb9a3f4e62,The Climate-Energy Challenge,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-the-climate-energy-challenge-9626,climate-change;energy,,,,,, -ef89d6cc-50b8-4282-8faf-847efc06957a,From ABC to ABSeas: Ocean Literacy for all,By UNESCO via EMMA,,course|https://www.classcentral.com/course/emma-from-abc-to-abseas-ocean-literacy-for-all-9545,oceans,,,,,, -c2df211b-073a-489a-8559-c9508c13f95e,"Sharks! Global Biodiversity, Biology, and Conservation",By Cornell University via edX,,course|https://www.edx.org/course/sharks-global-biodiversity-biology-and-conservation-2,biology;biodiversity;sharks,,,,,, -4941a7cb-f9cd-49ae-9f07-f66788cea139,Scientific Methods and Research,By Ural Federal University via edX,,course|https://www.classcentral.com/course/edx-scientific-methods-and-research-9380,scientific-method;science;research,,,,,, -6d47e6e5-b11d-4464-b603-5e63503d6009,Python Regular Expressions  |  Python Education  |  Google Developers,,,course|https://developers.google.com/edu/python/regular-expressions,programming-languages/python,,,,,3.0, -d2be6b95-dd35-457f-a3ab-344a37ca29ee,Plasma Physics: Applications,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-plasma-physics-applications-7015,plasma-physics;physics,,,,,, -23a63ec8-4ff6-4675-9b19-6e182a70c34e,Metabolomics in Life Sciences,By Osaka University via edX,,course|https://www.edx.org/course/metabolomics-life-sciences-osakaux-metab101x,metabolism;biology,,,,,, -29efc602-04e7-4f9e-b716-82f3ec336337,"Quantum Information Science I, Part 1",By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/quantum-information-science-i,quantum-computing,,,,,, -c085ec70-ed9b-48d3-960c-f13e9fa24d24,Molecular Epidemiology,By Ohio State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-molecular-epidemiology-10393,epidemiology,,,,,, -3d8c69e0-6488-493e-88cb-44e90203914c,"Quantum Information Science I, Part 2",By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-quantum-information-science-i-part-2-10259,quantum-computing,,,,,, -3f4d3f31-3422-46c9-999e-a6b6f5e9c4a6,Synchrotrons and X-Ray Free Electron Lasers,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.edx.org/course/synchrotrons-and-x-ray-free-electron-lasers,synchrotron;laser,,,,,, -e9708f83-b778-4437-b5ab-55772e9c3599,Mastering Quantum Mechanics Part 1: Wave Mechanics,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/mastering-quantum-mechanics-part-1-wave-mitx-8-05-1x-0,quantum-mechanics,,,,,, -d2ed2ea1-b7ae-4714-b96b-97ea581851b8,Essential Human Biology: Cells and Tissues,By University of Adelaide via edX,,course|https://www.edx.org/course/essential-human-biology-cells-and-tissues,biology;human-body,,,,,, -ec607814-b318-4905-9d19-7a9a97589418,Farm to Table Food Safety,By Ohio State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-farm-to-table-food-safety-10670,food-safety;food,,,,,, -38ecbc31-8d5d-4ab7-bc17-194a6f5427c9,"Quantum Information Science I, Part 3",By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-quantum-information-science-i-part-3-10276,quantum-computing,,,,,, -ffd6ce2c-0c97-4793-8386-db4139d61494,#EarthOptimism,By Smithsonian Institution via edX,,course|https://www.classcentral.com/course/edx-earthoptimism-11349,earth,,,,,, -b5a6bc48-4de7-4d44-9b1b-cdeb0f20fef9,Mastering Quantum Mechanics Part 2: Quantum Dynamics,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-mastering-quantum-mechanics-part-2-quantum-dynamics-5626,quantum-dynamics,,,,,, -46c1cb70-6145-43a9-90b4-aa2f4b67f735,Extreme Weather: Tornado Season Teach-Out,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-extreme-weather-tornado-season-teach-out-11171,weather;tornado,,,,,, -941bdaa1-0b07-4b05-8465-2fb41c1819f5,Engineering Mechanics,By Ural Federal University via edX,,course|https://www.classcentral.com/course/edx-engineering-mechanics-7012,engineering-mechanics;mechanics;engineering,,,,,, -6710c671-616f-4700-ad6c-1db5b0fc0379,Rebel Sultans,,,book|https://www.goodreads.com/en/book/show/40506778-rebel-sultans,history,,,,,, -c04eb419-178e-45bf-bec6-1c4b8253a799,"Climate Change, Risks, and Challenges (Short Track Version)",By World Wide Fund For Nature (WWF) via openSAP,,course|https://www.classcentral.com/course/opensap-climate-change-risks-and-challenges-short-track-version-10638,climate-change,,,,,, -5efdba31-3b76-4266-8b0a-4d65366411f2,"Quantum Information Science II: Quantum states, noise and error correction",By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/quantum-information-science-ii-part-1,quantum-computing,,,,,, -26d32827-2f4d-4172-aff3-89d524662f3f,The Quantum Internet and Quantum Computers: How Will They Change the World?,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-the-quantum-internet-and-quantum-computers-how-will-they-change-the-world-9760,quantum-computing,,,,,, -509994ac-d747-4476-a70b-b3c984207711,The Multi-scale brain,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-the-multi-scale-brain-11380,brain;biology,,,,,, -4f911ddc-e677-44d2-94b4-b209a93ec5b7,Our Place in the Universe,By The University of Hong Kong via edX,,course|https://www.classcentral.com/course/edx-our-place-in-the-universe-11408,science;astronomy,,,,,, -1025cfd1-b350-42e8-82e9-6b5b716141b8,Quantum Information Science II: Advanced quantum algorithms and information theory,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-quantum-information-science-ii-advanced-quantum-algorithms-and-information-theory-11411,quantum-computing,,,,,, -b8deb79b-aa14-48ac-9b02-4d5375c02b01,Quantum Information Science II: Efficient Quantum Computing - fault tolerance and complexity,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/efficient-quantum-computing-fault-tolerance-and-complexity,quantum-computing,,,,,, -3963f044-46b4-418b-b052-d119f964fe25,Analyze Your Genome!,"By University of California, San Diego via edX",,course|https://www.edx.org/course/analyze-your-genome,genomics,,,,,, -805fca9b-5685-4feb-b82e-5d0bfec0c53c,Computational Neuroscience: Neuronal Dynamics of Cognition,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.edx.org/course/computational-neuroscience-neuronal-dynamics-of-cognition-0,neuroscience;cognition,,,,,, -e97cef3b-6da1-4b00-ae18-8339dfffb0e1,Tuhfat Al Mujahidin,,,book|https://www.goodreads.com/en/book/show/10294372-tuhfat-al-mujahidin,history,,,,,, -9966f2df-c254-425f-8dbd-d3ce94e0f1fd,Autophagy: Research Behind the 2016 Nobel Prize in Physiology or Medicine,By Tokyo Institute of Technology via edX,,course|https://www.edx.org/course/autophagy-research-behind-the-2016-nobel-prize-in-physiology-or-medicine,autophagy;medicine,,,,,, -3f682284-0c8b-47ae-b064-6f71d3fec194,Cell Biology: Mitochondria,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-cell-biology-mitochondria-6022,mitochondria;biology,,,,,, -9a5dd050-f8b3-4426-8186-08f0c09dbd0c,Super-Earths and Life,By Harvard University via edX,,course|https://www.edx.org/course/super-earths-and-life,astronomy;biology,,,,,, -7ec3c76f-3165-4fc4-aac7-9b39262ddb1d,Solar Energy,By Delft University of Technology via edX,,course|https://www.edx.org/course/solar-energy,solar-power,,,,,, -52206356-2c03-4f5f-9624-6c55a9819998,The Building Blocks of a Quantum Computer: Part 1,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-the-building-blocks-of-a-quantum-computer-part-1-11364,quantum-computing,,,,,, -35263308-884f-46a9-9d3b-d6b1b64ec13d,Principles of Biochemistry,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-principles-of-biochemistry-3462,biochemistry;biology;chemistry,,,,,, -63d15c65-783f-4452-82b7-66a975f7cc13,Introduction to Land Management,By Technische Universität München (Technical University of Munich) via edX,,course|https://www.classcentral.com/course/edx-introduction-to-land-management-8953,land;management,,,,,, -4eafb0df-eb07-482a-a854-8c8e284a0144,"Quantum Mechanics: Wavefunctions, Operators, and Expectation Values",By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/quantum-mechanics-wavefunctions-operators-and-expectation-values,quantum-mechanics,,,,,, -8bdade12-1c6e-4296-9906-54c9458f83d1,Conservation & Protected Areas Management in Africa,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.edx.org/course/conservation-protected-areas-management-in-africa,environmental-science;africa,,,,,, -fadbd4cd-92c2-4985-9003-577bbeb5a454,Mathematical Modeling in the Life Sciences 生物数学建模,By Tsinghua University via edX,,course|https://www.edx.org/course/mathematical-modeling-in-the-life-sciences-0,mathematics;biology,,,,,, -442bb5e4-06ad-4097-a30a-a64f4fb590dc,MalariaX: Defeating Malaria from the Genes to the Globe,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-malariax-defeating-malaria-from-the-genes-to-the-globe-8413,malaria,,,,,, -f553f708-bdaf-4153-96d7-51d39de61071,Gulf Stories 2,By University of West Florida via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-gulf-stories-2-12034,environmental-science,,,,,, -24f64912-bd5f-4d42-ac0c-09f33896ba88,Introduction to the Schrödinger Equation and Quantum Transport,By Purdue University via edX,,course|https://www.classcentral.com/course/edx-introduction-to-the-schrodinger-equation-and-quantum-transport-11881,quantum-physics;schrodinger-equation,,,,,, -bc060113-8526-4806-a8f3-fff71bb42a5f,Systematic Innovation for Life Science,By Karolinska Institutet via edX,,course|https://www.edx.org/course/systematic-innovation-for-life-science-0,innovation;biology,,,,,, -d4745290-676e-42c9-997f-3064e7bf24be,A Resilient Future: Science and Technology for Disaster Risk Reduction,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-a-resilient-future-science-and-technology-for-disaster-risk-reduction-7218,disaster-management;science;technology,,,,,, -2bd3e525-8aaf-4ed8-a289-3988c7d89072,Dinosaur Ecosystems | 恐龙的生态系统,By The University of Hong Kong via edX,,course|https://www.classcentral.com/course/edx-dinosaur-ecosystems--7385,dinosaurs,,,,,, -6aa2ad23-062c-4584-8cf5-f952a7fce5e9,"Fundamentals of Neuroscience, Part 2: Neurons and Networks",By Harvard University via edX,,course|https://www.classcentral.com/course/edx-fundamentals-of-neuroscience-part-2-neurons-and-networks-2430,neuroscience,,,,,, -8340fc2e-a029-4b70-9cf6-c5d8da341168,Climate Change: Financial Risks and Opportunities,By Imperial College London via edX,,course|https://www.edx.org/course/climate-change-financial-risks-and-opportunities,climate-change;finance,,,,,, -83bed79f-9645-4653-aaf0-7ca52ff3581d,Anatomy: Human Neuroanatomy,By University of Michigan via edX,,course|https://www.edx.org/course/anatomy-human-neuroanatomy-2,anatomy;brain,,,,,, -f4356fec-1b61-449a-9c51-fca836939e16,Medical Terminology,By Doane University via edX,,course|https://www.classcentral.com/course/edx-medical-terminology-12291,medicine,,,,,, -e2fdcd07-9230-4ac6-ae42-0b5bd7b57b2f,Quantum Mechanics: Quantum physics in 1D Potentials,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/quantum-mechanics-quantum-physics-in-1d-potentials,quantum-physics;quantum-mechanics,,,,,, -26220554-df39-459a-be19-7fa9106c507e,Quantum Cryptography,By California Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-quantum-cryptography-6334,quantum-computing;cryptography,,,,,, -8b820db2-e75e-4147-bd23-0e19badacd20,DNA and Atoms: The Secret of Life,By Seoul National University via edX,,course|https://www.classcentral.com/course/edx-dna-and-atoms-the-secret-of-life-6568,dna;biology,,,,,, -164daefe-abde-4574-b87d-c4635edd99f1,Basic Analytical Chemistry,By The University of Tokyo via edX,,course|https://www.edx.org/course/basic-analytical-chemistry,chemistry,,,,,, -6e0581e0-aaba-4d6e-8933-d4a119f8399d,Intro to Medical Microbiology 1: Bacteriology,By FreeMedEd via Canvas Network,,course|https://www.canvas.net/browse/free-med-ed/courses/intro-medical-microbiology-bacteriology,bacterias;microbiology;bacteriology,,,,,, -36538fb3-cc32-4c0a-9b9e-635887da13e6,BioStatistics,By Doane University via edX,,course|https://www.edx.org/course/biostatistics-0,statistics;biology;biostatistics,,,,,, -682adcd2-a2fb-4a01-b683-d2225fb39228,"Fundamentals of Neuroscience, Part 3: The Brain",By Harvard University via edX,,course|https://www.classcentral.com/course/edx-fundamentals-of-neuroscience-part-3-the-brain-3927,neuroscience;brain,,,,,, -0b753f46-84da-4c50-b1fe-174b85c190d7,Big Bang and the Origin of Chemical Elements,By Seoul National University via edX,,course|https://www.edx.org/course/big-bang-and-the-origin-of-chemical-elements-0,astrophysics;big-bang,,,,,, -a98e354f-3948-4f10-9085-4c46fb1f1364,The Extremes of Life: Microbes and Their Diversity,By Kyoto University via edX,,course|https://www.edx.org/course/the-extremes-of-life-microbes-and-their-diversity,microbiology;biology,,,,,, -04bbcf2e-278a-41f6-83f7-2c76b34101d6,Evolution of the Human Sociality: A Quest for the Origin of Our Social Behavior,By Kyoto University via edX,,course|https://www.edx.org/course/evolution-of-the-human-sociality-a-quest-for-the-origin-of-our-social-behavior,humans;society;psychology,,,,,, -c85fe94f-6cc9-4272-95bb-03eb9b850dd2,Climate Change: Carbon Capture and Storage,By University of Edinburgh via edX,,course|https://www.classcentral.com/course/edx-climate-change-carbon-capture-and-storage-10269,climate-change,,,,,, -ccf59de4-e07e-4625-bd8b-edd6aa1bdbf9,Philosophy of Science for Engineers and Scientists,By KTH Royal Institute of Technology via edX,,course|https://www.edx.org/course/philosophy-of-science,philosophy-of-science;philosophy;science,,,,,, -e471b55b-50d9-44bc-be77-d7c31eb155be,Fundamentals on REDD+,By United Nations via Independent,,course|https://unccelearn.org/course/view.php?id=45&page=overview,forests;environmental-science,,,,,, -6c01b29b-ac0a-4404-8f11-b97dd77f60e4,Advancing on REDD+,By United Nations via Independent,,course|https://www.classcentral.com/course/independent-advancing-on-redd-12700,forests;environmental-science,,,,,, -ef30b356-4f85-41c2-9137-1e64dd0a5546,"Anatomy: Gastrointestinal, Reproductive and Endocrine Systems",By University of Michigan via edX,,course|https://www.edx.org/course/anatomy-gastrointestinal-reproductive-and-endocrine-systems,anatomy,,,,,, -fc9bad49-9b39-461a-b454-1c3fc82625b0,Biology and Management of Weeds and Invasive Plants,By Ohio State University via Canvas Network,,course|https://www.canvas.net/browse/osu/global-one-health/courses/biology-management-weeds-plants,biology;plants,,,,,, -b6c1bafb-e7e7-44cd-a95c-cad76dc77000,Life in the Universe: Syntheses for Life,By Seoul National University via edX,,course|https://www.classcentral.com/course/edx-life-in-the-universe-syntheses-for-life-9426,biology,,,,,, -9f76382b-8a18-4fa2-9e30-939cb61dad6c,The Health Effects of Climate Change,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-the-health-effects-of-climate-change-12106,climate-change;healthcare,,,,,, -06cb82eb-07da-43dd-9bb8-31bedd892bd2,Surface Science: Methods of Surface Analysis,By National Research Nuclear University MEPhI via edX,,course|https://www.classcentral.com/course/edx-surface-science-methods-of-surface-analysis-8608,surface-analysis,,,,,, -8041f053-d894-4beb-b464-1a73ee6e6f64,Water: Addressing the Global Crisis,By SDG Academy via edX,,course|https://www.edx.org/course/water-addressing-the-global-crisis-2,water;environmental-science,,,,,, -10ee3a06-098b-4a76-8c55-6f415af8623b,Essential Tools For The Low Carbon Economy,By University of Queensland via edX,,course|https://www.edx.org/course/essential-tools-for-the-low-carbon-economy-0,economics;environmental-science,,,,,, -8f294ada-b1b7-4059-93d9-9729094f1599,Molecular Biology - Part 2: Transcription and Transposition,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-molecular-biology-part-2-transcription-and-transposition-4072,molecular-biology;biology,,,,,, -093b4f68-aa73-414f-93fe-6a7b2b2901a7,"Nuclear Energy: Science, Systems and Society",By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/nuclear-energy-science-systems-and-society,nuclear-energy,,,,,, -2935b97e-4704-4ee4-a48a-31df0a30968d,Drinking Water Treatment,By Delft University of Technology via edX,,course|https://www.edx.org/course/drinking-water-treatment-2,water;water-treatment,,,,,, -ebc8eeab-0f1b-494e-9a45-b47d90cd51a3,Human Reproduction,By University of Adelaide via edX,,course|https://www.classcentral.com/course/edx-human-reproduction-11418,reproduction;sex,,,,,, -401b9899-045f-40b1-ba60-d306df54b9d6,Tropical coastal ecosystems,By University of Queensland via edX,,course|https://www.classcentral.com/course/edx-tropical-coastal-ecosystems-1649,tropics;coasts;ecology;environmental-science,,,,,, -21351809-aa94-4fec-bc41-6a73f240e5ec,Proteins: Biology's Workforce,By Rice University via edX,,course|https://www.edx.org/course/proteins-biologys-workforce-2,protein;biology,,,,,, -d76b2e14-ca10-490b-944b-36d7a427eb40,DNA: Biology’s Genetic Code,By Rice University via edX,,course|https://www.classcentral.com/course/edx-dna-biology-s-genetic-code-3918,dna;biology;genetics,,,,,, -aa52c06f-3d2c-4f5f-a06f-33b368deabd7,Applied anatomy of the locomotor system,By University of Naples Federico II via edX,,course|https://www.edx.org/course/applied-anatomy-of-the-locomotor-system-2,anatomy,,,,,, -2d67aff3-d455-4112-9b0a-63022cb11305,Chimica Organica I,By University of Naples Federico II via edX,,course|https://www.edx.org/course/chimica-organica-i-2,organic-chemistry,,,,,, -3474b620-26b5-424c-bfaf-8ed4e655ff8f,Earthquake Seismology,By University of Naples Federico II via edX,,course|https://www.edx.org/course/earthquake-seismology-2,earthquakes;seismology,,,,,, -4eaab539-2660-42cb-9b84-a96724342b7f,Backyard Meteorology: The Science of Weather,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-backyard-meteorology-the-science-of-weather-12108,metereology;weather,,,,,, -d538fd44-2f29-4f5f-aed5-7f5ff6d96a22,应对气候变化的中国视角 | China’s Perspective on Climate Change,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx--china-s-perspective-on-climate-change-4895,climate-change;nations/china,,,,,, -7b21a6b8-7986-4a8a-8965-be85866baccd,文物精品与文化中国:农业与制造业 | Relics in Chinese History - Part 1: Agriculture and Manufacturing,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx---relics-in-chinese-history-part-1-agriculture-and-manufacturing-4079,nations/china/history,,,,,, -04d5ff49-b67d-45d8-9375-a0635f7371e3,Origins of the Human Mind,By Kyoto University via edX,,course|https://www.classcentral.com/course/edx-origins-of-the-human-mind-6988,science;biology;chimpanzee,,,,,, -4b7d85a1-45e4-49ae-b14f-23f1a25b82a5,Thermodynamics,By Indian Institute of Technology Bombay via edX,,course|https://www.classcentral.com/course/edx-thermodynamics-1624,thermodynamics,,,,,, -ca109703-a663-45ad-aece-a12720b811db,Making Sense of Climate Science Denial,By University of Queensland via edX,,course|https://www.edx.org/course/making-sense-of-climate-science-denial-2,climate-change,,,,,, -bc634312-123c-443d-9f02-d2e264319b8e,Natural Disasters,By McGill University via edX,,course|https://www.edx.org/course/natural-disasters,disaster-management,,,,,, -2d29b6e2-026a-4127-88cd-1ae18705f425,Space Mission Design and Operations,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.edx.org/course/space-mission-design-and-operations-1,spaceflight;aerospace-engineering,,,,,, -50f06b22-b610-448d-8d7e-b8e887936d34,Molecular Biology – Part 3: RNA Processing and Translation,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-molecular-biology-part-3-rna-processing-and-translation-7402,molecular-biology;biology;rna,,,,,, -52e48403-3db6-437c-ac26-73fe9927459b,Social Welfare Policy and Services,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-social-welfare-policy-and-services-7339,society,,,,,, -056bbbd7-5828-436c-b062-b9146c49c40e,Climate Change Education,By Inter-American Development Bank via edX,,course|https://www.edx.org/course/climate-change-education-0,climate-change;education,,,,,, -de247e9b-e661-4dac-80be-97f385fb74d3,"Batteries, Fuel Cells, and their Role in Modern Society",By Ural Federal University via edX,,course|https://www.classcentral.com/course/edx-batteries-fuel-cells-and-their-role-in-modern-society-9383,batteries;fuel-cells,,,,,, -3c51e240-1ea0-41f2-a0fd-c3c3d4da2f2d,Introduction to the Theory of Ferromagnetism,By National Research Nuclear University MEPhI via edX,,course|https://www.edx.org/course/introduction-to-the-theory-of-ferromagnetism,ferromagnetism,,,,,, -27161b1a-5694-43c6-8508-8776d0173cf6,Introduction to Deep Earth Science,By Tokyo Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-introduction-to-deep-earth-science-3759,earth;science,,,,,, -26892619-b61d-4d1b-8d93-5dcc0a8228ae,The Chemistry of Life,By Kyoto University via edX,,course|https://www.classcentral.com/course/edx-the-chemistry-of-life-1495,chemistry;biology,,,,,, -5ac703af-54e8-4af2-81cf-46875c1c4036,"Cosmic Rays, Dark Matter, and the Mysteries of the Universe",By Waseda University via edX,,course|https://www.edx.org/course/cosmic-rays-dark-matter-and-the-mysteries-of-the-universe-3,astrophysics;cosmic-rays;dark-matter,,,,,, -2b6f0f34-d80e-4683-a958-0ac384eb5f05,"Understanding Agribusiness, Value Chains, and Consumers in Global Food Systems",By University of Adelaide via edX,,course|https://www.edx.org/course/understanding-agribusiness-value-chains-and-consumers-in-global-food-systems-2,agriculture;business,,,,,, -73043259-1b81-4179-87cf-e6e929f0a702,An Interactive Introduction to Knot Theory,,,book|https://www.goodreads.com/book/show/29771242-an-interactive-introduction-to-knot-theory,knot-theory,,,,,, -c2bcb812-2c8d-4070-b334-b4efc1dd4822,Urban Sewage Treatment,By Delft University of Technology via edX,,course|https://www.edx.org/course/urban-sewage-treatment-5,wastewater-treatment;sewage-treatment,,,,,, -a066586a-6e46-4f7c-a534-e37de6d460bb,Plasmonics: From Fundamentals to Modern Applications,By ITMO University via edX,,course|https://www.classcentral.com/course/edx-plasmonics-from-fundamentals-to-modern-applications-9627,plasmonics;physics;nanotechnology,,,,,, -3f7690ae-205d-423d-916d-cb9343181f3e,Open Science: Sharing Your Research with the World,By Delft University of Technology via edX,,course|https://www.edx.org/course/open-science-sharing-your-research-with-the-world-2,science;research,,,,,, -022cd4be-ff75-4499-be24-f9e581f28e0f,Nitrogen: A Global Challenge,By University of Edinburgh via edX,,course|https://www.edx.org/course/nitrogen-a-global-challenge-2,nitrogen;climate-change,,,,,, -09e8a3fe-5f4c-46bc-ab1c-915646c3e001,Geoscience: the Earth and its Resources,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-geoscience-the-earth-and-its-resources-5312,earth,,,,,, -aa561bdc-2893-4b65-92aa-f6993b4ca067,Nature Based Metropolitan Solutions,By Wageningen University via edX,,course|https://www.edx.org/course/nature-based-metropolitan-solutions,environmental-science;urban-planning,,,,,, -24b3744a-df42-4191-afb7-fe5af59240ec,Genetic Models for Animal Breeding,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-genetic-models-for-animal-breeding-8773,genetics;animals,,,,,, -15c08530-b710-4519-ab89-81a9beff5f0c,Biospecimen Research Methods,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-biospecimen-research-methods-7585,biology;research,,,,,, -4d5261d0-fd5a-4eba-9916-02c3a147365a,Evaluating Animal Breeding Programmes,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-evaluating-animal-breeding-programmes-12619,animals,,,,,, -73b3c0f6-724d-4df4-adaf-4f9346cd9399,Environmental and Natural Resources Economics,By Doane University via edX,,course|https://www.edx.org/course/environmental-and-natural-resources-economics,environmental-science;economics,,,,,, -3eca6ac4-13cb-435f-b180-3e63e5cb0b29,Anatomy: Musculoskeletal and Integumentary Systems,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-anatomy-musculoskeletal-and-integumentary-systems-7093,anatomy,,,,,, -d359f608-5569-4e35-989d-5d7d43aca361,Dog Behavior: Problems and Solutions,By Arizona State University via edX,,course|https://www.edx.org/course/dog-behavior-problems-and-solutions-2,dogs,,,,,, -49e4b219-6f3c-4021-90a5-781dcea3a62a,Science & Cooking: From Haute Cuisine to Soft Matter Science (physics),By Harvard University via edX,,course|https://www.edx.org/course/science-cooking-from-haute-cuisine-to-soft-matter-science-physics-2,cooking;science,,,,,, -1a5fdf67-4c33-49b5-a19d-74fab5540cec,Animal Feed Production: Feed Safety,By EIT Food via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-animal-feed-production-feed-safety-15143,animals,,,,,, -5a1976d2-b03b-4527-bcb4-85db202bb47f,Why Do We Age? The Molecular Mechanisms of Ageing,By University of Groningen via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-why-do-we-age-the-molecular-mechanisms-of-ageing-3416,ageing,,,,,, -4f7aa799-bd45-4518-ba19-addafdf243fb,Genomic Medicine and Research: A Community Approach,By University of Exeter via FutureLearn,,course|https://www.futurelearn.com/courses/community-genetics,genomics;medicine,,,,,, -ed562820-5598-4f01-b8d9-842274f11017,"One Planet, One Ocean",By SDG Academy via edX,,course|https://www.classcentral.com/course/edx-one-planet-one-ocean-8505,oceans;environmental-science,,,,,, -05553440-dc3a-45c9-9336-0c07ffa2c4b5,Quantum Optics 1 : Single Photons,By École Polytechnique via Coursera,,course|https://www.coursera.org/learn/quantum-optics-single-photon,quantum-physics;optics;photons,,,,,, -d29dedcd-2761-479e-b7a8-b0971cc3fc07,Drainage in Agriculture: controlling water and salt levels in the soil,By Wageningen University via edX,,course|https://www.edx.org/course/drainage-in-agriculture-control-water-levels-to-increase-food-production,drainage;agriculture;soil,,,,,, -d15fba8e-24d3-4d85-b258-3c997c026b44,Incorporating Renewable Energy in Electricity Grids,By Imperial College London via edX,,course|https://www.edx.org/course/incorporating-renewable-energy-in-electricity-grids-2,renewable-energy;energy;electricity,,,,,, -824df22a-ba4d-4559-b6b5-4bd22142db99,Mechanics: Kinematics and Dynamics,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/mechanics-kinematics-and-dynamics-3,mechanics;kinematics;dynamics,,,,,, -80fe02e2-17a6-434c-851d-3582a6eb76e5,Introduction to Ecosystems,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-ecosystems-1255,ecology,,,,,, -b62cb0c4-15a6-4e03-962c-9629d23f3840,Metabolomics: Understanding Metabolism in the 21st Century,By University of Birmingham via FutureLearn,,course|https://www.futurelearn.com/courses/metabolomics,metabolism,,,,,, -fff334b5-0719-4b4d-b947-f4fe8b78438c,Environmental Security and Sustaining Peace,By SDG Academy via edX,,course|https://www.edx.org/course/environmental-security-and-sustaining-peace-2,environmental-science;society,,,,,, -6e457d09-8639-46e4-bf1b-48e608dc83c5,Understanding Quantum Computers,By Keio University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-quantum-computers-8706,quantum-computing,,,,,, -9df917e7-8507-40e3-8d70-9690313b6508,Why Move Towards Cleaner Power,By Imperial College London via edX,,course|https://www.classcentral.com/course/edx-why-move-towards-cleaner-power-12600,energy,,,,,, -5196f435-393b-4c11-8abc-55dec05e9e36,Creating a Pro-Renewables Environment,By Imperial College London via edX,,course|https://www.edx.org/course/creating-a-pro-renewables-environment-3,renewable-energy,,,,,, -67c142f7-d177-467e-be65-ed75457d09ee,The Science of Nuclear Energy,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/the-science-of-nuclear-energy,nuclear-energy,,,,,, -c41a388d-684c-4cb7-a9af-d56be42d6aa5,Introduction to Forensic Science,By University of Strathclyde via FutureLearn,,course|https://www.futurelearn.com/courses/introduction-to-forensic-science,forensics,,,,,, -7b17b88e-b919-46ab-8f0b-0f03ff5d2c49,Exploring Anatomy: the Human Abdomen,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-exploring-anatomy-the-human-abdomen-1446,anatomy;abdomen,,,,,, -502de55c-5b63-4430-bde8-d6188768123a,Tipping Points: Climate Change and Society,By University of Exeter via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-tipping-points-climate-change-and-society-10580,climate-change;society,,,,,, -550cbaad-3332-4d42-9e10-34a5fe9b49a9,Improving Food Production with Agricultural Technology and Plant Biotechnology,By EIT Food via FutureLearn,,course|https://www.futurelearn.com/courses/food-production-agricultural-technology-plant-biotechnology,biotechnology;agriculture;food,,,,,, -cf223323-59fa-4dec-98eb-938aa681e0d6,Language Testing During Awake Brain Surgery,By University of Groningen via FutureLearn,,course|https://www.futurelearn.com/courses/awake-brain-surgery,neuroscience,,,,,, -a2102578-ebc8-48b5-9e02-610509bfff03,Ecology and Wildlife Conservation,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/ecology-and-wildlife-conservation,ecology;wildlife,,,,,, -08fdce16-9cef-48c8-92cc-c437e33fd558,Environmental Challenges: Justice in Natural Resource Management,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-environmental-challenges-justice-in-natural-resource-management-6373,environmental-science;justice,,,,,, -df9f081d-ebb1-40d5-b62f-3dfc8604477e,The Science of Beer,By Wageningen University via edX,,course|https://www.edx.org/course/the-science-of-beer-2,beer;alcohol;science,,,,,, -a30b76bb-2c63-42bd-b690-2bb92bcfaf57,Capstone Chemistry and Technology for Sustainability,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-capstone-chemistry-and-technology-for-sustainability-11857,chemistry;sustainability,,,,,, -34a60cdd-97bb-49cd-be53-7b53d64d6f9e,From Fossil Resources to Biomass: A Business and Economics Perspective,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-from-fossil-resources-to-biomass-a-business-and-economics-perspective-11858,environmental-science;biomass,,,,,, -fe593b58-9445-44cd-8da5-5f088c67b66a,Catalytic Conversions for Biobased Chemicals and Products,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-catalytic-conversions-for-biobased-chemicals-and-products-11859,chemistry,,,,,, -d8f7015a-b1c5-465b-be34-03e49371c6a7,Biorefinery: From Biomass to Building Blocks of Biobased Products,By Wageningen University via edX,,course|https://www.edx.org/course/biorefinery-from-biomass-to-building-blocks-of-biobased-products-3,biology,,,,,, -f67724d9-3453-4793-a523-e00de0681a19,"Agriculture, Economics and Nature",By University of Western Australia via Coursera,,course|https://www.coursera.org/learn/agriculture-economics-nature,agriculture;economics,,,,,, -7455a862-484f-4bb4-b264-6450e9350f17,The Conquest of Space: Space Exploration and Rocket Science,By Universidad Carlos iii de Madrid via edX,,course|https://www.classcentral.com/course/edx-the-conquest-of-space-space-exploration-and-rocket-science-4412,spaceflight;aerospace-engineering,,,,,, -c43a5245-d842-46a8-9850-d37fde3f5b7a,Moons,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-moons-1754,moon,,,,,, -a9b874be-210a-4618-bf95-a3a32d2e3edb,Environmental Challenges: Rights and Values in Ecosystem Services,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/environmental-challenges-rights-values,society;environmental-science,,,,,, -da7ceb03-7816-4751-9846-21f2862d0fd6,Discovering Science: Medicinal Chemistry,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-discovering-science-medicinal-chemistry-7739,medicinal-chemistry,,,,,, -7aaf9062-d5aa-4340-83d8-0b6f94566ff3,Valuing Nature: Should We Put a Price on Ecosystems?,By University of Exeter via FutureLearn,,course|https://www.futurelearn.com/courses/valuing-nature-should-we-put-a-price-on-ecosystems,environmental-science,,,,,, -4eba52e7-9807-48ec-9453-00fe36c59644,The Challenge of Global Water Security,By Cardiff University via FutureLearn,,course|https://www.futurelearn.com/courses/global-water-security,water;environmental-science,,,,,, -3e51ae63-2097-47b7-a548-832bdfdc89ba,Climate Change: The Science,By University of Exeter via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-climate-change-the-science-9735,climate-change;science,,,,,, -b72a057c-4d62-4502-85dc-f0158516954c,Discovering Science: Global Challenges,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-discovering-science-global-challenges-7740,science,,,,,, -ddf09964-78e0-4168-980c-52acaaa488ba,Environmental Challenges: Hierarchy in Property Rights,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/environmental-challenges-property-rights,environmental-science;property-rights,,,,,, -d3de422a-b630-4999-a7a4-2613fe597a68,Mechanics: Momentum and Energy,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/mechanics-momentum-and-energy-0,mechanics;momentum;energy,,,,,, -42107bc9-48f6-4f48-8020-5989e37e240a,Air pollution: causes and impacts,By Institut Mines-Télécom via edX,,course|https://www.edx.org/course/air-pollution-causes-and-impacts-2,pollution;air,,,,,, -70248d8a-b9c0-44a1-bbf6-2894a286a73b,Nutrition and Health: Human Microbiome,By Wageningen University via edX,,course|https://www.edx.org/course/nutrition-and-health-human-microbiome-3,nutrition;health;microbiome,,,,,, -6f66fc41-c398-4ba5-8844-41aa74d1e152,Discovering Science: Chemical Products,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-discovering-science-chemical-products-7741,chemistry;science,,,,,, -06e8a508-01ad-4e1a-bef2-28898d1b6828,The Earth in My Pocket: an Introduction to Geology,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/geology,geology,,,,,, -fd14b5aa-6210-4318-ad09-b9f6c6e968a7,Environmental Challenges: Human Impact in the Natural Environment,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/environmental-ethics-human-impact,environmental-science,,,,,, -9e659e88-ea3e-4011-a1a2-76d9b7638277,Discovering Science: Atmospheric Chemistry,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-discovering-science-atmospheric-chemistry-7742,chemistry;atmosphere,,,,,, -58f2e08f-bb95-4cb5-9090-c2c53154d5ee,Understanding Nuclear Energy,By Delft University of Technology via edX,,course|https://www.edx.org/course/understanding-nuclear-energy-2,nuclear-energy,,,,,, -33dbbf36-d2ee-4aae-bcbe-2dcb684ee21a,Mechanics: Rotational Dynamics,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-mechanics-rotational-dynamics-7317,mechanics;rotation;dynamics,,,,,, -dfb86c6e-d773-45f4-95d8-c02230894697,Mechanics: Simple Harmonic Motion,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/mechanics-simple-harmonic-motion-2,mechanics;harmonic-motion,,,,,, -811ce4dd-6c9e-448c-820b-eb3633f7e1dd,Electricity and Magnetism: Electrostatics,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/electricity-and-magnetism-electrostatics-2,electrostatics;electromagnetism,,,,,, -97aae56c-b06a-4c54-b23e-814eebb89df4,Electricity and Magnetism: Magnetic Fields and Forces,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-electricity-and-magnetism-magnetic-fields-and-forces-10280,electromagnetism;magnetism,,,,,, -25f97eb3-5c72-453a-a889-d4bcf7c352a9,The Physicist and the Philosopher,,,book|https://www.goodreads.com/book/show/23500546-the-physicist-and-the-philosopher,physics;philosophy,,,,,, -42114431-63a7-4de3-93f8-1cb7b1b7c183,Electricity and Magnetism: Maxwell’s Equations,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/electricity-and-magnetism-maxwells-equations-2,electromagnetism;maxwell-equations,,,,,, -4660e965-b432-48b2-8bf7-840a78429d81,Atmospheric Chemistry: Planets and Life Beyond Earth,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/atmospheric-chemistry-planets-and-life-beyond-earth,chemistry;atmosphere;space-science,,,,,, -ccd8a34e-dbf8-4ea1-8c62-7b8ef5f00c8f,Global Warming I: The Science and Modeling of Climate Change,By The University of Chicago via Coursera,,course|https://www.coursera.org/learn/global-warming,climate-change;science,,,,,, -a93d5818-46f5-493e-9028-b2e3cdd0b5b7,"Biochemistry: Biomolecules, Methods, and Mechanisms",By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/biochemistry-biomolecules-methods-and-mechanisms-2,biochemistry,,,,,, -58c0748d-8fbf-4adc-b13b-b85bf82dcc0e,Physics of Materials,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-physics-of-materials-3988,physics;material-science,,,,,, -d84ad3b8-3b52-4ba0-ab5c-8ead571cc46a,Biomaterials for bone tissue engineering applications,By Indian Institute of Technology Bangalore via Swayam,,course|https://swayam.gov.in/nd1_noc19_mm24/preview,biomaterials;material-science;tissue-engineering,,,,,, -ee9a85c6-323f-463f-9b13-2f865d9133da,Chemical Reaction Engineering-I,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-chemical-reaction-engineering-i-13943,chemical-engineering,,,,,, -7ff83454-5e90-4527-a497-4f4516b501a1,Dairy and Food process and products technology,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-dairy-and-food-process-and-products-technology-13980,dairy;food-processing,,,,,, -fb8be8b2-083d-4476-a23a-2e11dc2ea6c8,Industrial Biotechnology,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_bt20/preview,biotechnology,,,,,, -3c3900c7-9a2d-4387-a3c7-c8a1b005eb26,Spectroscopic Techniques for Pharmaceutical and Biopharmaceutical Industries,By Indian Institute of Technology Delhi via Swayam,,course|https://swayam.gov.in/nd1_noc19_cy29/preview,spectroscopy;pharma,,,,,, -e4a0013f-15c5-4c7a-8455-13849f6f4714,Stereochemistry,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-stereochemistry-14305,chemistry;stereochemistry,,,,,, -671bcc9e-593e-48db-9708-83192ca5c51b,Structural Geology,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-structural-geology-14312,geology,,,,,, -64c860a4-d2d5-4250-a065-2ac240419199,Unit operations of particulate matter,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-unit-operations-of-particulate-matter-14348,chemistry;chemical-engineering;engineering,,,,,, -7d038cd8-3dc7-4349-b9d1-38829536494b,Introduction to Polymer Physics,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_ch28/preview,polymers;material-science;physics,,,,,, -4ad91260-2127-4dc4-9c99-b235d3039a83,Mechanisms in Organic Chemistry,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-mechanisms-in-organic-chemistry-14194,organic-chemistry,,,,,, -d1b345c2-537d-4de7-be9e-0547c5fca996,Metals In Biology,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-metals-in-biology-14196,metals;biology,,,,,, -9383a235-330a-41c1-8d5c-77cfa983ae2f,Artistic Exploration in Scientific Research And Technology,By Indian Institute of Technology Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-artistic-exploration-in-scientific-research-and-technology-13904,science;arts,,,,,, -8711fdc2-205f-416f-83ec-6b3a09f1e257,Biophysical chemistry,By Indian Institute of Technology Delhi via Swayam,,course|https://swayam.gov.in/nd1_noc19_cy34/preview,chemistry;biology,,,,,, -f2adc7aa-2c6e-4a22-b485-d66c4927343e,WildLife Conservation,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_bt32/preview,wildlife,,,,,, -cddecb8f-29ec-4bd1-8e36-f9c1c4b38b3c,"Solar Photovoltaics Fundamentals, Technology And Applications",By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_ph13/preview,solar-power;photovoltaics,,,,,, -2517d69d-8406-4881-9e7a-96b70bdd7dc2,Structural Analysis of Nanomaterials,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_mm22/preview,nanotechnology,,,,,, -cd4f80b5-18ab-47a5-9724-ed6a733bef8c,Ultrafast Optics and Spectroscopy,By Indian Institute of Technology Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-ultrafast-optics-and-spectroscopy-14347,optics;spectroscopy,,,,,, -d9377869-93c5-4f7d-a2d1-e23c76486494,Path Integral and functional methods in quantum field theory,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-path-integral-and-functional-methods-in-quantum-field-theory-14227,quantum-field-theory;mathematics,,,,,, -77e86102-e1f6-4ed1-bae8-ebeafa063545,Experimental Physics - II,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-experimental-physics-ii-14047,experimental-physics;physics;experiments,,,,,, -c3f22bfe-8f66-429e-ba44-adc1947060d0,Coordination Chemistry,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_cy19/preview,chemistry,,,,,, -39b049fb-ad0a-45b5-bbf7-4648b8a82dc5,Drug Delivery: Principles and Engineering,By Indian Institute of Technology Bangalore via Swayam,,course|https://swayam.gov.in/nd1_noc19_bt23/preview,biology;engineering;drug-development,,,,,, -0e7cac76-7137-49e5-9962-35788756b1a1,Chemical Engineering Thermodynamics,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-chemical-engineering-thermodynamics-12898,chemical-engineering;thermodynamics,,,,,, -051233b4-d161-448c-b21a-d2af58498ebb,Principles Of Downstream Techniques In Bioprocess,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-principles-of-downstream-techniques-in-bioprocess-14245,biology;engineering,,,,,, -21d53400-cb06-48fa-9a0c-e47f65af88a7,Reagents In Organic Synthesis,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_cy24/preview,chemistry,,,,,, -3f1d250e-58ca-4c3a-8ecb-560260868d31,Flow through porous media,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-flow-through-porous-media-14057,chemistry;engineering;fluid-mechanics,,,,,, -4471938c-71dc-4234-88a8-da0c5bdeaed8,Chemical Crystallography,"By Indian Institute of Science Education and Research, Mohali via Swayam",,course|https://swayam.gov.in/nd1_noc19_cy35/preview,crystallography;chemistry,,,,,, -238b4652-f41c-4d0f-8ba6-134d5b67e1df,Computational Physics,"By Indian Institute of Science Education and Research, Pune via Swayam",,course|https://www.classcentral.com/course/swayam-computational-physics-13948,physics,,,,,, -456c6e80-e21f-487c-96ef-7739020c07cd,Computer Aided Drug Design,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-computer-aided-drug-design-13949,biology;engineering;drug-development,,,,,, -f84dbdc5-eaac-4170-9a37-5dc9d4c3950f,Mass Transfer Operations II,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-mass-transfer-operations-ii-14186,chemistry;engineering;mass-transfer-operations,,,,,, -36f6ee49-475d-4faf-a5e2-91d8a1643d70,Thermo-Mechanical And Thermo-Chemical Processes,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-thermo-mechanical-and-thermo-chemical-processes-14335,chemistry;engineering;chemical-engineering,,,,,, -9d74b1a0-e19c-4e92-964d-4f12f3b65a29,Quantum Computing,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_cy31/preview,quantum-computing,,,,,, -d4a5cc9b-7fdc-4b76-a74e-769a2dfe81f6,Genetic Engineering: Theory and Application,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-genetic-engineering-theory-and-application-14090,genetics,,,,,, -de7e4518-4dcc-4815-9985-55d1b221a780,Introduction to Electromagnetic Theory,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_ph08/preview,electromagnetism,,,,,, -54f8b579-747f-4faf-b318-30a388be4ef1,Introduction to Proteogenomics,By Indian Institute of Technology Bombay via Swayam,,course|https://swayam.gov.in/nd1_noc19_bt26/preview,biology;engineering;proteogenomics,,,,,, -7838595d-5f29-4037-b864-64b2a4680148,Mechanical Unit Operations,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-mechanical-unit-operations-14193,chemistry;engineering;chemical-engineering,,,,,, -b2e14aad-b60b-40c0-9607-54434bd3f058,NMR spectroscopy for Chemists and Biologists,By Indian Institute of Technology Bombay via Swayam,,course|https://swayam.gov.in/nd1_noc19_cy30/preview,spectroscopy,,,,,, -d9f9e462-3682-4247-a02c-8c16f977e93d,Physics of Turbulence,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-physics-of-turbulence-14233,turbulence;fluid-dynamics;physics,,,,,, -cb2ab020-de13-45bb-9034-762ecdec2511,Plant Physiology,By University of Kashmir via Swayam,,course|https://swayam.gov.in/nd2_cec19_bt09/preview,plants,,,,,, -81d89d83-3709-4eee-b2b3-565431a21bed,Thermodynamics: classical to statistical,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-thermodynamics-classical-to-statistical-14336,thermodynamics,,,,,, -cb874e67-3c32-4b75-a67f-818b0a183fd1,Analytical Chemistry,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-analytical-chemistry-13895,chemistry,,,,,, -8e2b4a9f-47de-4809-9d18-84ff1b05ea0e,Chemical Process Intensification,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_ch18/preview,chemical-engineering,,,,,, -c1c60c91-7cd2-45de-8cfe-42390e27d4d7,Chemical Process Safety,By Indian Institute of Technology Roorkee via Swayam,,course|https://swayam.gov.in/nd1_noc19_ch19/preview,chemical-engineering;safety,,,,,, -1f5ba20e-f75d-4069-bd61-316f6a8be81e,Natural Gas Engineering,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_ch24/preview,oil-and-gas,,,,,, -f20d4d87-a63f-4325-b4e2-ecb7e642aecf,Neuroscience of Human Movements,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_ge28/preview,neuroscience,,,,,, -26a37c03-665c-44ad-a21d-1a8822f64d62,Organic Chemistry in Biology and Drug Development,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-organic-chemistry-in-biology-and-drug-development-14220,organic-chemistry;drug-development,,,,,, -9a905aae-4fee-4193-a9f3-d118bba7be22,Phase Equilibrium Thermodynamics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_ch25/preview,thermodynamics,,,,,, -fb3468de-8f8a-4c7c-aaac-38de4ab5c67a,Principles Of Organic Synthesis,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-principles-of-organic-synthesis-14246,chemistry,,,,,, -72643d1b-2a66-4c8b-88fb-8f8f77897360,Norwegian Wood,,,book|https://www.goodreads.com/book/show/11297.Norwegian_Wood,fiction,,,,,, -5ed0acc4-8a4a-4f6c-b34b-64040e0ec58f,Infrared Spectroscopy for Pollution Monitoring,By Indian Institute of Technology Bangalore via Swayam,,course|https://swayam.gov.in/nd1_noc19_ee66/preview,spectroscopy;chemistry;pollution,,,,,, -e6eeca04-b2fd-4d58-bbd4-02a20de13c18,Solid State Physics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-solid-state-physics-14298,solids;physics,,,,,, -39ff36c4-4d6e-4343-ae40-cce002d34af7,Waves and Oscillations,"By Indian Institute of Science Education and Research, Pune via Swayam",,course|https://swayam.gov.in/nd1_noc19_ph18/preview,waves;oscillation,,,,,, -e2ef2a94-59bd-4b10-9add-cd10429c5cbe,Fluid and Particle Mechanics,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_ch22/preview,fluid-mechanics;particle-mechanics,,,,,, -8a1676c8-aa2a-40fe-bc35-b851a7c7600f,Food Science & Processing,By CEC via Swayam,,course|https://www.classcentral.com/course/swayam-food-science-processing-14065,food-processing;food;science,,,,,, -67eb7cbb-cbc7-4e7d-9a1a-f9c3316a1eca,Evolution Today,By Leiden University via Coursera,,course|https://www.coursera.org/learn/evolution-today,evolution,,,,,, -8cae0973-80a7-48e7-88d7-1f36261b3b8d,Lactation Biology,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/lactation-biology,biology;lactation,,,,,, -41b0fdcd-5eb1-4983-a7f4-2b65e35c23a4,Fundamentals of Immunology: Death by Friendly Fire,By Rice University via Coursera,,course|https://www.coursera.org/learn/immunology-friendlyfire,immunology,,,,,, -b3d13da3-926e-44cd-a468-cd48934f4762,Mind of the Universe: Science in Progress,By Erasmus University Rotterdam via Coursera,,course|https://www.coursera.org/learn/mind-of-the-universe-science-in-progress,science,,,,,, -695992f2-8674-47d2-838a-b62540ddf563,Fundamentals of Immunology: T Cells and Signaling,By Rice University via Coursera,,course|https://www.classcentral.com/course/coursera-fundamentals-of-immunology-t-cells-and-signaling-12722,immunology,,,,,, -3a077dcb-5ed5-4074-a269-0924d4f98982,Fundamentals of Immunology: Innate Immunity and B-Cell Function,By Rice University via Coursera,,course|https://www.coursera.org/learn/immunologyfundamentalsimmunitybcells,immunology,,,,,, -ae5d8eab-b7d8-4705-8a34-1e3d5aba841c,Plant Physiology and Plant Tissue Culture,"By Devi Ahilya Viswavidyalaya, Indore via Swayam",,course|https://www.classcentral.com/course/swayam-plant-physiology-and-plant-tissue-culture-14238,plants;biology;botany,,,,,, -dfee9345-6017-4e1b-ba35-6a7b38bda5cc,Environmental Studies,"By Devi Ahilya Viswavidyalaya, Indore via Swayam",,course|https://swayam.gov.in/nd2_cec19_bt03/preview,environmental-science,,,,,, -c3e21b90-a68c-4d39-a182-c6dfcbd87fc2,Biochemistry & Molecular Biology,"By Devi Ahilya Viswavidyalaya, Indore via Swayam",,course|https://swayam.gov.in/nd2_cec19_bt02/preview,biochemistry;molecular-biology,,,,,, -e7720563-75ef-4986-b892-0b20ba21dd9d,Global Arctic,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.classcentral.com/course/coursera-global-arctic-11729,arctic,,,,,, -c2e6f67c-61b9-4a72-b440-b718fae810bb,Bioenergy,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-bioenergy-7896,biology;energy,,,,,, -49dd7260-1dd4-40aa-b9d2-78d1d4107c11,Research integrity in scientific professions,By Université de Bordeaux via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-research-integrity-in-scientific-professions-12000,research;science,,,,,, -8e67adbd-3e69-4a21-8310-8c79faa21b46,The Building Blocks of a Quantum Computer: Part 2,By Delft University of Technology via edX,,course|https://www.edx.org/course/the-building-blocks-of-a-quantum-computer-part-2-2,quantum-computing,,,,,, -37b64465-452b-47b0-9fee-fed626e824d3,The strange paradox of the world energy question,By Alta Scuola Politecnica via Polimi OPEN KNOWLEDGE,,course|https://www.pok.polimi.it/courses/course-v1:Polimi+ASPenergy101+2019_M5/about,energy,,,,,, -e4d48849-9a27-483f-ba54-f3c7512bc9e2,Case Study Methodology,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.pok.polimi.it/courses/course-v1:Polimi+CASESTUDY101+2019_M5/about,science,,,,,, -62eadd44-b734-45f6-934c-a56bbc704320,Transforming Development: The Science and Practice of Resilience Thinking,By SDG Academy via edX,,course|https://www.edx.org/course/transforming-development-the-science-and-practice-of-resilience-thinking,climate-change;sustainability,,,,,, -95fc60d4-40bc-434f-b23d-b5e87229b991,Origins Of Life,By Santa Fe Institute via Complexity Explorer,,course|https://www.complexityexplorer.org/courses/95-origins-of-life,biology,,,,,, -af1a7e6a-2981-4a85-969b-1b36aee22d4d,Next Generation Biosecurity: Responding to 21st Century Biorisks,By University of Bath via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-next-generation-biosecurity-responding-to-21st-century-biorisks-12543,biology,,,,,, -ce3d6f45-ddc5-48a1-80e5-5b0bfcdffa5b,Epigenetics,By Institut Pasteur via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:pasteur+96013+selfpaced/about,biology;genetics;epigenetics,,,,,, -ce8f7fe8-e033-4e2b-8a72-f7bee14e7253,Human Growth & Development,"By Avianshilingam Institute for Home Science and Higher Education for Women, Coimbatore via Swayam",,course|https://swayam.gov.in/nd2_cec19_hs07/preview,health,,,,,, -1a92015d-f8ff-4657-b384-bb8f15db90f9,Analytical Techniques,"By All India Institute of Medical Sciences, New Delhi via Swayam",,course|https://www.classcentral.com/course/swayam-analytical-techniques-13896,chemistry;biology,,,,,, -55425d4a-884c-4304-8f55-3261fc630fad,"Biology of the silkworm, Bombyx mori",By University of Mysore via Swayam,,course|https://www.classcentral.com/course/swayam-biology-of-the-silkworm-bombyx-mori-13918,biology;silkworm,,,,,, -cada2136-acf5-409d-b436-ad0af240b349,Biomass Characterization,By Central University of Kerala via Swayam,,course|https://swayam.gov.in/nd2_ugc19_bt17/preview,biology;biomass,,,,,, -9e3c2dd2-3ad3-493b-b0e2-7f0720634bfa,General Sericulture,By University of Mysore via Swayam,,course|https://swayam.gov.in/nd2_cec19_bt05/preview,biology;silk;sericulture,,,,,, -8babb0f5-0866-4045-a751-34be603f00d1,Metamorphic Petrology & Thermodynamics,"By Doctor Harisingh Gour Vishwavidyalaya, Sagar via Swayam",,course|https://www.classcentral.com/course/swayam-metamorphic-petrology-thermodynamics-14197,petrology;thermodynamics,,,,,, -b3451f23-735c-421c-a515-6902b95ced05,Biomembranes and Bioenergetics,"By S. Kula Women’s College, Nambol, Manipur via Swayam",,course|https://www.classcentral.com/course/swayam-biomembranes-and-bioenergetics-13922,biochemistry;biomembranes;bioenergetics;biology,,,,,, -139f4ec8-62fb-42eb-8161-a3ccd040f6d0,Why Snatch Blocks are AWESOME (How Pulleys Work) - Smarter Every Day 228,,,video|https://www.youtube.com/watch?v=M2w3NZzPwOM,machines;pulley,,,,,,oer -18335662-4517-4c52-9002-1ef3fd941dd1,Solid and Hazardous Waste Management,By Central University of Punjab via Swayam,,course|https://swayam.gov.in/nd2_ugc19_bt18/preview,waste-management,,,,,, -d0e59000-52e6-42ab-892b-c4c231c5d0e8,Food Microbiology,By University of Mysore via Swayam,,course|https://www.classcentral.com/course/swayam-food-microbiology-14063,food-science;microbiology;food,,,,,, -2174d514-f612-4839-9996-35628fd60061,Food Preservation Technology,By University of Mysore via Swayam,,course|https://www.classcentral.com/course/swayam-food-preservation-technology-14064,food-science;food-processing,,,,,, -76096b8b-e0c8-4a0b-99de-fe58855281fd,Economic Botany: Plant Resource utilization,By University of Kashmir via Swayam,,course|https://www.classcentral.com/course/swayam-economic-botany-plant-resource-utilization-14022,botany;plants,,,,,, -e70c65a7-2cb5-473c-ae0f-37271efab35f,Histology: Using Microscopy to Study Anatomy and Identify Disease,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/histology,histology;microscopy;medicine,,,,,, -f80ef6ac-03af-441e-b0a0-9f8dda6d170b,Geography of India,By University of Mysore via Swayam,,course|https://www.classcentral.com/course/swayam-geography-of-india-14091,geography;nations/india,,,,,, -fa802ba3-2844-4ec4-9b0c-badabff0994a,Immunology,By CEC via Swayam,,course|https://www.classcentral.com/course/swayam-immunology-14117,immunology,,,,,, -abac00a4-23b4-4d89-b6e6-9c59fd1337d6,Mulberry and Silkworm Crop Protection,By University of Mysore via Swayam,,course|https://swayam.gov.in/nd2_cec19_bt06/preview,silkworm,,,,,, -59afaea8-13e5-41d6-a390-b9d71ca0a974,Organic Chemistry-I,"By Jawaharlal Nehru University, New Delhi via Swayam",,course|https://www.classcentral.com/course/swayam-organic-chemistry-i-14221,organic-chemistry,,,,,, -204d7147-af44-40d3-8d96-b405b60ae0fa,Biogeography,By University of Mysore via Swayam,,course|https://swayam.gov.in/nd2_cec19_hs10/preview,biology;geography,,,,,, -f1d87a49-eedd-457e-b3f5-65c98db2b434,Cell Biology,By CEC via Swayam,,course|https://www.classcentral.com/course/swayam-cell-biology-13937,cell-biology;biology,,,,,, -0d7a53cb-2c0d-4eb9-aad0-b147c23ae728,Food Chemistry,By University of Mysore via Swayam,,course|https://swayam.gov.in/nd2_cec19_ag04/preview,food-science;food-chemistry,,,,,, -fc95f113-8b7f-4027-844f-7c937009b0a1,Plant Pathology And Soil Health,By University of Mysore via Swayam,,course|https://www.classcentral.com/course/swayam-plant-pathology-and-soil-health-14236,plants;soil;agriculture,,,,,, -758e29c7-d269-4bc0-8f0c-862b68c45bd2,Environmental Sociology,By University of Hyderabad via Swayam,,course|https://swayam.gov.in/nd2_ugc19_hs30/preview,environmental-science;sociology,,,,,, -915a2273-9b9b-48cd-9611-259548e3e1b4,GEOLOGY - PETROLOGY,"By Doctor Harisingh Gour Vishwavidyalaya, Sagar via Swayam",,course|https://swayam.gov.in/nd2_cec19_mm02/preview,geology;petrology,,,,,, -6ba6f74c-8e74-4e70-a0b5-a915aa2e9433,General Microbiology,"By S. Kula Women’s College, Nambol, Manipur via Swayam",,course|https://www.classcentral.com/course/swayam-general-microbiology-14088,microbiology,,,,,, -5c1659da-fbf4-42fd-8f3d-30bf8346b5da,Industrial Pharmacy I,By H.N.B Garhwal University (A Central University) Srinagar Garhwal via Swayam,,course|https://www.classcentral.com/course/swayam-industrial-pharmacy-i-14123,pharmacy,,,,,, -47c0a21e-2d0e-48c1-87b9-3612e4b29b3f,On Being a Scientist,By Leiden University via Coursera,,course|https://www.coursera.org/learn/scientist,science,,,,,, -3cd5a7ef-1a10-4269-a3c0-d6e7b900e3da,Awareness Programme on Solar Water Pumping System,By IGNOU via Swayam,,course|https://www.classcentral.com/course/swayam-awareness-programme-on-solar-water-pumping-system-13906,solar-power;water-pump,,,,,, -56d30b90-d8da-470d-a1c2-000ea588a509,"Technology of Fermented, Cheese, Ice-cream and By-products",By IGNOU via Swayam,,course|https://www.classcentral.com/course/swayam-technology-of-fermented-cheese-ice-cream-and-by-products-14324,dairy;fermentation,,,,,, -25a799f0-c036-4e3c-861b-b550e3efb717,Human Physiology,By The University of Oklahoma via Janux,,course|https://www.classcentral.com/course/janux-human-physiology-2266,physiology,,,,,, -47aef36f-ce3d-4b24-b327-85d29be79024,Quantum Mechanics and Quantum Computation,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/quantum-mechanics-quantum-computation-uc-berkeleyx-cs-191x,quantum-mechanics;quantum-computing,,,,,, -16432a40-5dfa-4cc3-8381-698c761a9c2a,8.01x: Classical Mechanics,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/advanced-introductory-classical-mechanics-2,mechanics,,,,,, -0e8ab263-c569-43e3-9480-5ac4ffe9cdde,UT.1.01x: Energy 101,By The University of Texas at Austin via edX,,course|https://www.classcentral.com/course/edx-ut-1-01x-energy-101-814,energy,,,,,, -7739b5c1-dcc2-4b1d-8d5f-7a0f645d1e5a,CTB3365x: Introduction to Water Treatment,By Delft University of Technology via edX,,course|https://www.edx.org/course/introduction-water-treatment-delftx-ctb3365x,water,,,,,, -bcb63651-46ef-4ea4-adf0-481022c7d9ab,Survey of Forensics,By Stevenson University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-survey-of-forensics-1287,forensics,,,,,, -83412946-e64e-4054-b17a-80de77f6b94a,Building Welcoming Communities | Open Source Guides,,,article|https://opensource.guide/building-community/,community;open-source,,,,,, -a2ebdb41-18aa-40c1-97b6-01a842d5de90,Dark Matter in Galaxies: The Last Mystery,By via iversity,,course|https://www.classcentral.com/course/iversity-dark-matter-in-galaxies-the-last-mystery-1202,dark-matter,,,,,, -0556e6ca-7e54-469e-928e-4db8e4d6a602,PHYS_102x: Electricity & Magnetism,By Rice University via edX,,course|https://www.classcentral.com/course/edx-phys_102x-electricity-magnetism-925,electromagnetism,,,,,, -f40330a1-8bde-44d3-82a7-d7821098ae7f,Biosciences: Journey into the Cell,By Taylor's University via OpenLearning,,course|https://www.classcentral.com/course/openlearning-biosciences-journey-into-the-cell-1867,biology,,,,,, -d9c96c40-6940-464e-a344-877a6b67eb82,Kitchen chemistry,By University of East Anglia via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-kitchen-chemistry-1757,chemistry;kitchen;cooking,,,,,, -9c368972-e954-4a21-80b4-f77f39e2d419,3.091x: Introduction to Solid State Chemistry,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-3-091x-introduction-to-solid-state-chemistry-1987,solids;chemistry,,,,,, -2043a814-3c67-4e7f-8c0e-a66e83371980,Introduction to Wines,By Taylor's University via OpenLearning,,course|https://www.classcentral.com/course/openlearning-introduction-to-wines-2326,wine,,,,,, -407f2e4e-8a84-4611-861a-83a419ad5633,Chemistry of Beer,By The University of Oklahoma via Janux,,course|https://www.classcentral.com/course/janux-chemistry-of-beer-1583,beer;alcohol;chemistry,,,,,, -92c2484a-dbfb-47c2-a033-300c75e23303,The Fascination of Crystals and Symmetry,By Universität Hamburg via iversity,,course|https://iversity.org/en/courses/the-fascination-of-crystals-and-symmetry-b789b437-ceb3-412f-9482-772b6f1e413e,crystallography;symmetry;chemistry,,,,,, -0f1cc7a1-0304-410f-a0a7-32b86f60bd36,BIO465X: Neuronal Dynamics - Computational Neuroscience of Single Neurons,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-bio465x-neuronal-dynamics-computational-neuroscience-of-single-neurons-1055,neuroscience,,,,,, -41a32003-79aa-4782-b97a-acf469dece16,Strategies for winning. Meteorology in a round the world regatta,By University of Barcelona via Canvas Network,,course|https://www.canvas.net/courses/strategies-for-winning-meteorology-in-a-round-the-world-regatta,meteorology,,,,,, -4b4eed40-293b-458c-84b2-ecbb60fa43dc,Forests and Livelihoods in Developing Countries,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-forests-and-livelihoods-in-developing-countries-2819,forests,,,,,, -b81c4e94-3c3b-4d5e-9a90-92615c752a93,Science Fiction/Science Fact: Questions and Answers (Lite),"By University of California, Irvine via Canvas Network",,course|https://www.canvas.net/browse/ucirvine/courses/sfsf-questions-answers-lite,science,,,,,, -7affebe9-9410-4e25-b36a-69b67a61c213,Cell Culture Basics,"By University of California, Irvine via Canvas Network",,course|https://www.canvas.net/browse/ucirvinegibco/courses/cell-culture-basics-1,biology,,,,,, -b198623c-69b3-43f7-a4b3-5a0483f91beb,Evolution and Natural Selection,By Northwest Career Technical High School via Canvas Network,,course|https://www.canvas.net/courses/evolution-and-natural-selection,evolution,,,,,, -1f668166-49f0-4c4f-95b9-50a74956c397,Understanding Ecology and Populations,By Northwest Career Technical High School via Canvas Network,,course|https://www.canvas.net/courses/understanding-ecology-and-populations,ecology,,,,,, -30c97791-ab2d-4517-bab4-d255ece33182,Developing Repeatable Models® to Scale Your Impact,By +Acumen via Independent,,course|https://www.classcentral.com/course/independent-developing-repeatable-models-to-scale-your-impact-3142,environmental-science;business;agriculture,,,,,, -4516ec58-32a4-4660-91c2-749f49aaecd6,Shale Gas and Fracking: the Politics and Science,By The University of Nottingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-shale-gas-and-fracking-the-politics-and-science-2991,oil-and-gas;politics;science,,,,,, -d62a6d4d-3413-49e0-9c71-1ff67bb38c85,Exploring Space Weather and 5E Instructional Model with NASA MMS Team,By University of North Texas via Canvas Network,,course|https://www.canvas.net/browse/uofnorthtexas/courses/exploring-space-weather,space-science,,,,,, -55b87e4d-b2c7-45ee-8ba2-23c14db8386a,"Water, Civilization, and Nature: Addressing Water Challenges of the 21st Century",By Colorado State University Online via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-water-civilization-and-nature-addressing-water-challenges-of-the-21st-century-1633,water,,,,,, -c56bafcc-e986-4e02-b8de-2b090b96df02,Circumpolar Innovation,By University of Saskatchewan via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-circumpolar-innovation-2924,science,,,,,, -a57efedf-b0f8-4f58-aa2d-115ee2020f02,Oceanography: a key to better understand our world,By University of Barcelona via Canvas Network,,course|https://www.canvas.net/browse/barcelona/courses/oceanography-english,oceans,,,,,, -f700affb-4794-423b-87b4-98c72d2c1362,Your Body in the World: Adapting to Your Next Big Adventure,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-your-body-in-the-world-adapting-to-your-next-big-adventure-1421,human-body;biology,,,,,, -5e2ff442-1b61-4362-a96b-12e400e75b62,8.05x: Mastering Quantum Mechanics,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/mastering-quantum-mechanics-part-3-entanglement-and-angular-momentum,quantum-mechanics,,,,,, -4b7f2fd1-96b4-4617-a7dc-39f79c64b843,Eagle-Eye Astronomy,By Observatoire de la Côte d'Azur via France Université Numerique,,course|https://www.fun-mooc.fr/courses/oca/27001/Trimestre_1_2015/about,astronomy,,,,,, -957ba4be-f30c-4c44-9eb6-23b7db80ed75,Alien Worlds: The Science of Exoplanet Discovery and Characterization,By Boston University via edX,,course|https://www.edx.org/course/alien-worlds-the-science-of-exoplanet-discovery-and-characterization-2,exoplanets;astronomy,,,,,, -7ac5d271-0150-4bcf-911d-cddfccd395be,Fight or Die: The Science Behind FX's The Strain,"By University of California, Irvine via Canvas Network",,course|https://www.canvas.net/browse/ucirvine/fx/courses/the-strain-mooc,epidemiology;parasites,,,,,, -22735153-1eed-4518-a041-c8918d960e00,Anatomy and Physiology MOOC,By The College of St. Scholastica via Independent,,course|https://www.classcentral.com/course/independent-anatomy-and-physiology-mooc-3757,anatomy;physiology,,,,,, -a8e9698a-db93-4981-bf96-f42739db1f02,Sustainable River Basin Management,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc15_ce03/preview,rivers;sustainability,,,,,, -08daa204-9b37-4310-842c-147d40db2e67,Origins of Human Language - Birdsong,By via EdCast,,course|https://www.classcentral.com/course/edcast-origins-of-human-language-birdsong-3825,language,,,,,, -fd851544-461f-41c3-816b-7cf29398ebac,Fundamentals of Energy Resources,By McHenry County College via Canvas Network,,course|https://www.canvas.net/browse/mchenrycc/courses/fundamentals-of-energy-resources-1,energy,,,,,, -74aa1249-6972-47bc-a754-cd77ae182a79,Origins of Human Language - Primate Origins of Human Language,By via EdCast,,course|https://www.classcentral.com/course/edcast-origins-of-human-language-primate-origins-of-human-language-3826,language,,,,,, -de1e5067-56d9-4627-9731-39ff1d74a8da,"Science at the Polls: Biology for Voters, Part 1","By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-science-at-the-polls-biology-for-voters-part-1-2904,science;biology;politics,,,,,, -ed758fe7-b452-4c8d-be65-433dac395974,Politics and Economics of International Energy,By Sciences Pro via France Université Numerique,,course|https://www.fun-mooc.fr/courses/SciencesPo/05006S02/session02/about,energy;politics;economics,,,,,, -de2a2eb2-ebe7-43c3-b756-11092ff8bf9b,Renewable Energy Innovation MOOC,By Climate-KIC via Independent,,course|https://www.classcentral.com/course/independent-renewable-energy-innovation-mooc-4776,renewable-energy,,,,,, -8c4e6bce-78ec-4502-bb4f-76a298113e14,Fairness and Nature: When Worlds Collide,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-fairness-and-nature-when-worlds-collide-1251,environmental-science;society,,,,,, -2220b29c-9420-46db-8ef1-d2ad1f04337c,"Science at the Polls: Biology for Voters, Part 2","By University of California, Berkeley via edX",,course|https://www.edx.org/course/science-polls-biology-voters-part-2-uc-berkeleyx-bfv101-2x,science;biology;politics,,,,,, -529aea93-80b7-4975-92ff-276099096ebc,Cracking Mechanics: Further Maths for Engineers,By University of Bristol via FutureLearn,,course|https://www.futurelearn.com/courses/cracking-mechanics,mechanics;mathematics,,,,,, -5a3ed0c9-c0f5-47b2-ba98-6717937a9cf5,Myths and Facts About Rocks,By Tomsk Polytechnic University via iversity,,course|https://www.classcentral.com/course/iversity-myths-and-facts-about-rocks-4919,rocks;geology,,,,,, -1a320c5d-a2f1-45eb-83ed-ef915bf70b25,Advanced Introductory Classical Mechanics,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-advanced-introductory-classical-mechanics-2514,classical-mechanics,,,,,, -e9091461-9ba9-4c00-9a2a-3a57e701db1d,Tackling the Global Food Crisis: Sustainable Agrifood Systems,By Queen's University Belfast via FutureLearn,,course|https://www.futurelearn.com/courses/agrifood,food;sustainability,,,,,, -eb77eee3-f347-405b-ac40-4a96ba73193a,Application of Spectroscopic Methods in Molecular Structure Determination,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-application-of-spectroscopic-methods-in-molecular-structure-determination-5231,spectroscopy,,,,,, -7291d841-e8f2-45a4-9b50-15d63990cd7d,Introduction to Reciprocal Space,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-reciprocal-space-5332,science;physics;material-science,,,,,, -d3b3f82d-a3c1-4f17-b2f4-23063d5214a0,Chemistry - II,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-chemistry-ii-5233,chemistry,,,,,, -83d17493-e3d9-4a4c-96a4-d4169fc53a8d,PlasmaX: Plasma Physics and Applications,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-plasmax-plasma-physics-and-applications-3356,plasma-physics,,,,,, -63e3072b-9cc0-41c8-836e-02d0a1dbd4e2,Smartphone Pocket Lab: Experimental Classical Mechanics,By Université Paris Descartes via France Université Numerique,,course|https://www.fun-mooc.fr/courses/parisdescartes/70003/session01/about,classical-mechanics;experiments,,,,,, -6e65cab7-a7f0-4560-8494-dcbd47a4265e,Powering Agriculture—Sustainable Energy for Food,By TH Köln - University of Applied Sciences via Independent,,course|https://www.classcentral.com/course/independent-powering-agriculture-sustainable-energy-for-food-5061,sustainability;agriculture;energy,,,,,, -114e3f01-2a92-4274-bbc9-08191f120d7b,"Useful Genetics, Part 2: Genes and Genetic Inheritance",By The University of British Columbia via edX,,course|https://www.edx.org/course/useful-genetics-part-2-genes-genetic-ubcx-usegen-2x-0,genetics,,,,,, -41472fc5-5d67-4bee-a886-775a06accc96,Useful Genetics Part 1: How Our Genes Shape Us,By The University of British Columbia via edX,,course|https://www.edx.org/course/useful-genetics-part-1-how-genes-shape-ubcx-usegen-1x-0,genetics,,,,,, -de597246-090a-41db-a774-97b184dbf37b,Environmental Management: Social-ecological Systems,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/environmental-management,environmental-science;ecology,,,,,, -8171f525-3518-466b-8af3-285cf44ff709,The Einstein Revolution,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-the-einstein-revolution-2910,einstein;science,,,,,, -f5ce6824-9aa8-4c31-ad07-19b511c32496,Antarctica Online,By Victoria University of Wellington via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-antarctica-online-4683,antarctica,,,,,, -5fb38496-ea1f-440c-b2c5-1911fe499ac1,Dog Origins,By Arizona State University via edX,,course|https://www.classcentral.com/course/edx-dog-origins-5864,dogs,,,,,, -21ec0672-6e65-4c7d-81f8-72ef5cf16c32,Proteins and Gel-Based Proteomics,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-proteins-and-gel-based-proteomics-4444,proteomics,,,,,, -629a6772-cef9-4148-b9fd-7e6b5e0af542,Mass spectrometry based proteomics,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-mass-spectrometry-based-proteomics-4443,proteomics,,,,,, -c2836868-b5c8-40de-a3be-f035af340a06,Dog Perception and Cognition,By Arizona State University via edX,,course|https://www.classcentral.com/course/edx-dog-perception-and-cognition-5863,dogs,,,,,, -9b3b8fd9-bfea-49ad-becc-4d5267200d26,The E-Waste Challenge,By Climate-KIC via Independent,,course|https://learning.climate-kic.org/en/courses/e-waste-mooc,waste-management,,,,,, -fad89189-2bb2-405b-9b69-cbdc9e3e88ee,Water for Liveable and Resilient Cities,By Monash University via FutureLearn,,course|https://www.futurelearn.com/courses/liveable-cities,water;urban-planning,,,,,, -8d71227d-8ff0-4b9c-89f1-b33721f44e9f,From neuron to behavior,By Institut Pasteur via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-from-neuron-to-behavior-10917,neuroscience,,,,,, -8785ad31-da84-40ec-aa20-12083b8b5afc,"Our Hungry Planet: Agriculture, People and Food Security",By University of Reading via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-our-hungry-planet-agriculture-people-and-food-security-3222,agriculture;food;society,,,,,, -526fe789-c640-4a99-bbd7-06363ce4891f,Making Biologic Medicines for Patients: The Principles of Biopharmaceutical Manufacturing,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/making-biologic-medicines-patients-mitx-10-03x-1,medicine;manufacturing,,,,,, -282a59c7-784c-4ff5-bebc-e0fbab06bd82,Interactive Microbiology And Foundations Of Scientific Practice,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-interactive-microbiology-and-foundations-of-scientific-practice-6680,microbiology,,,,,, -eeb92e06-61a1-4b93-8f20-4ea12c8888bd,Monitoring Climate from Space,By European Space Agency via FutureLearn,,course|https://www.futurelearn.com/courses/climate-from-space,climate;space-science,,,,,, -f679ce56-fe4a-4bd5-b805-cf99ba0b71ff,Food and Our Future: Sustainable Food Systems in Southeast Asia,By Stockholm Environment Institute via FutureLearn,,course|https://www.futurelearn.com/courses/food-systems-southeast-asia,food;asia;sustainability,,,,,, -78fe3ebb-920c-4609-9cd6-65b380f96c64,Global Food Security: Addressing the Challenge,By Lancaster University via FutureLearn,,course|https://www.futurelearn.com/courses/food-security,food;sustainability,,,,,, -92c65cdf-4339-4b47-b4c9-4f4fc71d88fa,The Ecosystem Approach and Systems Thinking,By United Nations Development Programme via Independent,,course|http://www.environmentacademy.org/courses/course-v1:UNEP+ENV001+2019/about,ecology;systems-thinking,,,,,, -29d062ae-2f01-4e01-8a0d-b68aea27adbd,Quantum Information Science II,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-quantum-information-science-ii-6958,quantum-computing,,,,,, -44ab3b2c-d98a-4324-8ca1-053db6e6ce97,Animal Behaviour,By University of Melbourne via Coursera,,course|https://www.coursera.org/learn/animal-behaviour,animals,,,,,, -840323ba-1acf-4bfa-9d3c-103d7c9e3ff0,Forensic Science and Criminal Justice,By University of Leicester via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-forensic-science-and-criminal-justice-1575,forensics;justice,,,,,, -d46eeb19-481d-4d6e-9c85-dfa5d20eca35,Energy: Thermodynamics in Everyday Life,By University of Liverpool via FutureLearn,,course|https://www.futurelearn.com/courses/energy,energy;thermodynamics,,,,,, -d566bf6e-a073-4f6c-b7ca-8f4cff9684c2,"Our Changing Climate: Past, Present and Future",By University of Reading via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-our-changing-climate-past-present-and-future-2449,climate-change,,,,,, -a9bf9cf2-f1eb-4a78-8cb0-44130de5e0fc,Marine and Antarctic Science,By via Open2Study,,course|https://www.open.edu.au/online-courses/university-of-tasmania,oceans;antarctica,,,,,,oer -a3140d85-aadd-41d3-a70f-f5e978c3a97a,Fundamentals of Immunology: Death by Friendly Fire,By Rice University via edX,,course|https://www.classcentral.com/course/edx-fundamentals-of-immunology-death-by-friendly-fire-7817,immunology,,,,,, -0364bb85-bd77-4056-8fdd-9272a644e0fc,Chemical Process Instrumentation,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-chemical-process-instrumentation-9999,chemical-engineering,,,,,, -1f55bc51-7569-4e57-9d60-a7fda9adb9fd,Basics of Noise and Its Measurements,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc17_me15/preview,noise,,,,,, -27ca1d2a-1d93-4d65-90c3-e6576789fa4d,Life Cycle Assessment,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc17_ce10/preview,environmental-science,,,,,, -bd8036bb-4142-46bd-af02-90dacebfbeb0,Chemistry I: Introduction to Quantum Chemistry and Molecular Spectroscopy,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc17_cy05/preview,chemistry;quantum-chemistry;spectroscopy,,,,,, -9bea7e7c-0a81-4436-8c0e-18ebd9700cbe,Fundamentals of Acoustics,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-fundamentals-of-acoustics-7927,acoustics,,,,,, -f175ed66-fe83-45a0-8aba-a4e632b693e7,Climate Change: Challenges and Solutions,By University of Exeter via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-climate-change-challenges-and-solutions-1246,climate-change,,,,,, -e1efa03c-f3f3-42b6-99ac-c1d98cbad555,"Gravity! The Big Bang, Black Holes and Gravitational Waves",By Paris Diderot University via FutureLearn,,course|https://www.futurelearn.com/courses/gravity,gravity;gravitational-waves;black-holes,,,,,, -28ab0e68-6a8e-41a2-b985-fa33e9769386,Nuclear Magnetic Resonance a Compass to Nanoworld,By Université de Lille via France Université Numerique,,course|https://www.fun-mooc.fr/courses/lille1/54002S02/session02/about,mri,,,,,, -dae5fbc3-ec7f-45b4-ba60-98898929bac3,Climate Change Leadership,By Uppsala University via FutureLearn,,course|https://www.futurelearn.com/courses/climate-leadership,climate-change;leadership,,,,,, -14bd0968-4d6d-439e-a3b9-6a8703dbbead,Introduction to Continuum Physics,By University of Michigan via edX,,course|https://www.edx.org/course/introduction-continuum-physics-michiganx-phy701x,physics,,,,,, -5f4e6e9f-bd1d-41bd-be19-e69c964b47c3,Missouri Caves and Speleology,By Missouri State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-missouri-caves-and-speleology-8574,environmental-science,,,,,, -cbc14e42-a729-4797-99cd-dff812206008,Protected Areas Management in Africa,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.coursera.org/learn/protected-areas,environmental-science;africa,,,,,, -0864e30c-8221-4911-8d86-87e29dfe3ab0,The Frozen Frontier: Monitoring the Greenland Ice Sheet from Space,By European Space Agency via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-frozen-frontier-monitoring-the-greenland-ice-sheet-from-space-8704,climate;environmental-science;greenland,,,,,, -cbe6018b-c5fc-48e3-9282-e8f279c29e8b,Earth Observation from Space: the Optical View,By European Space Agency via FutureLearn,,course|https://www.futurelearn.com/courses/optical-earth-observation,earth;remote-sensing,,,,,, -7e4a4dbe-df84-4932-ac7c-2f25a916afac,Advanced Biobased Conversion,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-advanced-biobased-conversion-7310,chemistry,,,,,, -6e519009-314d-4b9b-8256-39815980cf66,REDD+ Academy e-Course,By United Nations via Independent,,course|https://unccelearn.org/enrol/index.php?id=16,forests,,,,,, -1cfa93fa-49f0-4e5d-a42d-5604d2c690ff,Biobased Principles and Opportunities,By Wageningen University via edX,,course|https://www.edx.org/course/biobased-principles-and-opportunities-2,environmental-science,,,,,, -2328f02f-b994-499f-9496-3740ab080639,Cellular neurophysiology: how neurons communicate,By Aix Marseille Université via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:amu+38008+session01/about,neuroscience,,,,,, -5ce0f651-4547-44be-ba1f-4497ab9fb49f,Monitoring the Oceans from Space,By EUMETSAT via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-monitoring-the-oceans-from-space-6952,oceans;remote-sensing,,,,,, -a42d4d3c-d217-4838-b223-0856db27e711,So You Want to Study Life Science?,By University of Glasgow via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-so-you-want-to-study-life-science-7098,biology,,,,,, -863a8bd7-c50d-4869-9b22-5908b82c084d,Genetica,By University of Naples Federico II via Federica,,course|https://www.classcentral.com/course/federica-genetica-7570,genetics,,,,,, -479fff92-fc90-41aa-b8c3-6ab66b0360cc,Microbes and Brain,By Institut Pasteur via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:pasteur+96006+session01/about,brain,,,,,, -e9a409e2-cb68-4663-8c19-50757d75da1f,Biobased Processes & Implementation,By Wageningen University via edX,,course|https://www.edx.org/course/biobased-processes-implementation-wageningenx-bb02x-0,environmental-science,,,,,, -f16eba04-972a-42d5-bd4f-d67743106870,Basic Physics,By Swinburne University of Technology via Open2Study,,course|https://www.classcentral.com/course/open2study-basic-physics-1174,physics,,,,,, -25811568-0635-45e8-9c4b-dc9c2069c970,National Adaptation Plans: Building Climate Resilience in Agriculture,By United Nations via Independent,,course|https://www.classcentral.com/course/independent-national-adaptation-plans-building-climate-resilience-in-agriculture-9979,agriculture;climate,,,,,, -a232d725-603c-4823-8582-147c3fcff317,Deception Detox - using research methods and statistics to change the world,By Erasmus University Rotterdam via Coursera,,course|https://www.coursera.org/learn/science-literacy,science,,,,,, -07429e9f-a1ea-43a8-96bf-60acd528029e,Nonlinear Dynamics 1: Geometry of Chaos,By Georgia Institute of Technology via Independent,,course|https://www.classcentral.com/course/independent-nonlinear-dynamics-1-geometry-of-chaos-2446,nonlinear-dynamics;chaos,,,,,, -f80340ea-08e4-4964-9688-c1af700edb4c,Introduction to Water,By The University of Oklahoma via Janux,,course|https://janux.ou.edu/course.tag-nextthought-com-2011-10-ou-courseinfo-5851972566306635061-4744144514886161056.html,water,,,,,,oer -ab33517b-b536-4493-a078-31f0eb9473f9,Transition Metal Organometallic Chemistry: Principles To Applications,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-transition-metal-organometallic-chemistry-principles-to-applications-10047,chemistry,,,,,, -1772b012-ff3d-4f33-a3ff-5aef223c7576,"Mineral Resources: Geology, Exploration, Economics and Environment","By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc18_ce13/preview,geology;minerals,,,,,, -c21232cc-41eb-4165-9094-52613261990d,A Study Guide in Organic Retrosynthesis: Problem Solving Approach,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc18_cy03/preview,organic-chemistry,,,,,, -6292c97e-c1dc-4e61-9b3b-9fd4ff2bf75a,Nuclear and Particle Physics,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ph02/preview,nuclear-physics;particle-physics,,,,,, -3ce9fa7c-3901-4c0b-b39c-f3c8bed4f62b,Introduction to Chemical Thermodynamics and Kinetics,"By Indian Institute of Science Education and Research, Mohali via Swayam",,course|https://www.classcentral.com/course/swayam-introduction-to-chemical-thermodynamics-and-kinetics-10077,thermodynamics;chemistry,,,,,, -8450f1c4-fa85-4a30-bd7f-62be48805756,Chemistry Of Main Group Elements,By Indian Institute of Technology Bombay via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_cy01/preview,chemistry,,,,,, -f6cdecbf-963b-42db-acfe-75f7721303e3,Preventing the Zika Virus: Understanding and Controlling the Aedes Mosquito,By London School of Hygiene & Tropical Medicine via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-preventing-the-zika-virus-understanding-and-controlling-the-aedes-mosquito-6270,zika,,,,,, -60ab0e68-e651-4c9b-a7f3-342d849693f1,Atomic and Molecular Physics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-atomic-and-molecular-physics-9893,atomic-physics;molecular-physics,,,,,, -713dac53-86a2-49b9-83aa-70b6b5603322,Advanced Biorefinery,By Wageningen University via edX,,course|https://www.edx.org/course/advanced-biorefinery-wageningenx-bb03x-0,biorefinery;biology,,,,,, -6708fd5b-5ed1-4725-ad9c-511c8b52007b,"Energy, the Environment and Our Future",By Pennsylvania State University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-energy-the-environment-and-our-future-8126,energy;environmental-science,,,,,, -c47cd88f-c501-489d-b0b1-ba0e21551a56,Fundamentals Of Combustion (Part 1),By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ae01/preview,combustion,,,,,, -e6c1efd7-a5b3-490c-8da1-f51e38f1ca2b,How The Brain Creates Mind,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_hs04/preview,brain;mind,,,,,, -1200c152-1d21-425d-8148-e5e164eaf29e,Bio-electrochemistry,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-bio-electrochemistry-10081,biology;chemistry,,,,,, -5ebbb01f-6f98-4584-820f-ef143ef5bdd6,An Introduction to Cardiovascular Fluid Mechanics,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-an-introduction-to-cardiovascular-fluid-mechanics-10100,fluid-mechanics;biology,,,,,, -d3322798-8730-4652-a35f-16aa6a405e7a,Inductive Couple Plasma Atomic Emission Spectrometry ( ICP-AES) for Pollution Monitoring,By Indian Institute of Technology Bangalore via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ch04/preview,spectrometry,,,,,, -9b293cb0-a78f-4a31-9297-a14cf9485c96,Principles and Applications of NMR Spectroscopy,By Indian Institute of Science Bangalore via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ge07/preview,spectroscopy,,,,,, -71c8a1e3-f030-45a1-b354-0ff8b9f6abb0,Sustainable Engineering Concepts And Life Cycle Analysis,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc18_ce08/preview,sustainability;engineering,,,,,, -ebeae347-6c00-447e-8720-5403629f832f,Advanced Condensed Matter Physics,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-advanced-condensed-matter-physics-10001,condensed-matter-physics,,,,,, -a5b26bb8-85b2-4f5f-a37f-ae4b104b0bd9,Introduction to Dynamical Models in Biology,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_bt07/preview,biology,,,,,, -7be70250-25db-4cea-a429-f0be67674afb,Biodiversity and Global Change: Science & Action,By University of Zurich via Coursera,,course|https://www.classcentral.com/course/coursera-biodiversity-and-global-change-science-action-7793,biology,,,,,, -67eec5bb-520b-4688-990e-88f7e9604a66,Fundamentals of optical and scanning electron microscopy,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-fundamentals-of-optical-and-scanning-electron-microscopy-5334,optics;electron-microscopy,,,,,, -b9c14799-57d8-4140-834a-4d7c50e01cfb,Chemical Applications of Symmetry And Group Theory,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-chemical-applications-of-symmetry-and-group-theory-10060,symmetry;group-theory;chemistry,,,,,, -c3a18de9-05b5-498c-91fd-c72b8a31d1c3,Principles of Polymer Synthesis,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-principles-of-polymer-synthesis-10076,polymers,,,,,, -3235d253-22ef-4e57-982c-90de6535db22,Bio-energetics of Life Processes,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_bt13/preview,bioenergetics;biology;energy,,,,,, -dcfdb10b-03a0-4568-9d9b-9fdab698f248,Thermodynamics of Fluid Phase Equilibria,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-thermodynamics-of-fluid-phase-equilibria-10063,thermodynamics;fluids,,,,,, -35260401-2940-4e58-81bd-8bdec6c3a52b,Physics of Galaxies,By University of Naples Federico II via Federica,,course|https://www.federica.eu/c/physics_of_galaxies/,physics;galaxies,,,,,, -6ed9aa32-44ed-4f36-9cc5-d35ad4dbc219,Motion & Strength,By University of Naples Federico II via Federica,,course|https://www.federica.eu/c/motion_strength/,biology,,,,,, -4a0da2d8-2449-418e-b055-07a30b7d4058,Introduction to Crystal Chemistry,By Samara University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-introduction-to-crystal-chemistry-10475,crystallography;chemistry,,,,,, -f2a44779-894b-4489-b6f9-44beb9e3da34,Tissue and Organ bioengineering,By Université Paris SUD via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:pasteur+96007+session01/about,tissue-engineering;organs,,,,,, -cdca4073-9d4d-43f0-8f2f-3c6da690b73a,Metal and Metalloids of the Main Groups: Basis and Their Role in the Daily Life,By Universidad Rey Juan Carlos via Independent,,course|https://www.classcentral.com/course/independent-metal-and-metalloids-of-the-main-groups-basis-and-their-role-in-the-daily-life-11649,metals,,,,,, -8cee2436-5a6e-4abd-9952-240a5df33a28,Introduction to Solar Systems Astronomy,By Arizona State University via edX,,course|https://www.edx.org/course/introduction-solar-systems-astronomy-asux-ast111x-7,astronomy;solar-system,,,,,, -846f3861-c646-421b-9ed2-54f3a4fe8086,Algorithmic Information Dynamics: From Networks to Cells,By Santa Fe Institute via Complexity Explorer,,course|https://www.classcentral.com/course/complexity-explorer-algorithmic-information-dynamics-from-networks-to-cells-3611,algorithms,,,,,, -4400b330-bf07-4d3f-a7c4-0f914f3fd5cd,How to Survive on Mars: the Science Behind the Human Exploration of Mars,By Monash University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-how-to-survive-on-mars-the-science-behind-the-human-exploration-of-mars-6740,space-science;mars,,,,,, -af920f8d-77ba-4e64-9937-00c3bbb426cf,Tackling Global Food Safety,By Queen's University Belfast via FutureLearn,,course|https://www.futurelearn.com/courses/global-food-crisis,food-safety,,,,,, -821892ac-9701-4adf-a612-c7601bf82ee4,Brewing Microbiology,By Oklahoma State University via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-brewing-microbiology-9560,brewing;alcohol;microbiology,,,,,, -6606bb9a-e9f1-4011-9281-ef24b0d08012,Managing for a Changing Climate,By The University of Oklahoma via Janux,,course|https://www.classcentral.com/course/janux-managing-for-a-changing-climate-6464,climate-change;management,,,,,, -155e7b86-9355-4eff-b277-9dc7d7086d01,Basic Science: Understanding Experiments,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-basic-science-understanding-experiments-2127,science;experiments,,,,,, -6d143080-55e4-42fb-a0ce-db12582f10c2,Hurricanes: What's Next? Teach-Out,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-hurricanes-what-s-next-teach-out-9289,hurricanes;weather,,,,,, -616e4d54-da46-4980-8ba5-24d81c002f3f,Elements of Renewable Energy,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/elements-renewable-energies,renewable-energy,,,,,, -929b6c4f-63fd-4a43-b2a1-f546133703e4,Quantum Mechanics for Scientists and Engineers,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:Engineering+EEX0001A+Y01/about,quantum-mechanics,,,,,,oer -367f4c51-4103-4c30-80e7-f8760b657c87,Archaeoastronomy,By via Polimi OPEN KNOWLEDGE,,course|https://www.pok.polimi.it/courses/course-v1:Polimi+ArchAstr101+2019_M7/about,astronomy,,,,,, -1b42a5d1-ed41-4e1a-878b-89eca6ad0b11,Animal Viruses: Their Transmission and the Diseases They Produce,By Universidad Complutense de Madrid via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-animal-viruses-their-transmission-and-the-diseases-they-produce-7493,viruses;animals,,,,,, -1b4c4ce1-7a09-4772-8a2f-b70ea8e18e16,Image Analysis Methods for Biologists,By The University of Nottingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-image-analysis-methods-for-biologists-10310,biology;imaging,,,,,, -af5ed1bf-811e-4eaa-8e13-34da24296adb,Citizen Science: From Data to Action,By University of Dundee via FutureLearn,,course|https://www.futurelearn.com/courses/grow-from-soil-to-data,science;society,,,,,, -3c283f3c-d1b0-4878-8a17-2e7fddf9c80f,Monitoring Atmospheric Composition,By EUMETSAT via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-monitoring-atmospheric-composition-12167,atmosphere,,,,,, -13625abe-1ede-461c-a244-51ba4725f6ec,Molecular Biology - Part 1: DNA Replication and Repair,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-molecular-biology-part-1-dna-replication-and-repair-2907,molecular-biology;dna,,,,,, -0474ed60-19e0-4131-a214-fa0040c564f0,Physics Notes,,,interactive|https://landgreen.github.io/physics/index.html,physics,,,,,,oer -22a949ab-962c-420f-bdd3-b25c655a99dd,Contemporary Issues in Ocean Governance,By via Open2Study,,course|https://www.open2study.com/courses/contemporary-issues-in-ocean-governance-090215-090215,oceans;governance,,,,,, -9bfd2236-5347-4e2c-abf4-9353cd185f78,Agriculture and the World We Live In,By Massey University via Open2Study,,course|https://www.open2study.com/courses/agriculture-and-the-world-we-live-in,agriculture;society,,,,,, -e07b9930-b060-4a0f-b07f-f4ce16dcabba,Climate Change,By Macquarie University via Open2Study,,course|https://www.classcentral.com/course/open2study-climate-change-1175,climate-change,,,,,, -51b20c6a-5616-4d0c-8db7-93186a5bf8e3,Astronomy: Discovering the Universe,By Curtin University via Open2Study,,course|https://www.classcentral.com/course/open2study-astronomy-discovering-the-universe-997,astronomy,,,,,, -ba4fa045-f2fd-42bd-ad60-1d9e632040bb,Chemistry – Building Blocks of the World,By Swinburne University of Technology via Open2Study,,course|https://www.open2study.com/courses/chemistry,chemistry,,,,,, -41ccc820-98ed-4578-a579-a8e428f7c7aa,Arnold’S Elementary Proof Of The Insolvability Of The Quintic,,,research_paper|https://web.williams.edu/Mathematics/lg5/394/ArnoldQuintic.pdf,quintic-equations,,,,,,oer -60803c68-dc83-4dc9-929e-3aaaf0697bc3,The Human Body as a Machine,By Flinders University via Open2Study,,course|https://www.open2study.com/courses/the-human-body-as-a-machine,human-body;biology,,,,,, -9ba611d2-08b6-4c24-bba3-6b790ceaf266,Water in a Thirsty World,By via Open2Study,,course|https://www.classcentral.com/course/open2study-water-in-a-thirsty-world-1476,water,,,,,, -3c104bf1-fa50-4c40-8127-94e7a1546120,Microbiology and Forensic Science,By via Open2Study,,course|https://www.open2study.com/courses/microbiology-forensic-science-090215,microbiology;forensics,,,,,, -a9a74388-d8ef-4797-8240-79b709a16823,Why Biology Matters: Basic Concepts,By Pompeu Fabra University via FutureLearn,,course|https://www.futurelearn.com/courses/biology-basic-concepts,biology,,,,,, -5a366747-2a8c-42e0-a917-f37256c46ff5,Principles of Biomanufacturing: Using Biotechnology to Manufacture Medicines,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/principles-of-biomanufacturing-using-biotechnology-to-manufacture-medicines,biotechnology;manufacturing,,,,,, -71a5f7fa-b6a7-4e0e-af37-aabdf4204cc6,Climate Justice: Lessons from the Global South,By UNESCO via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-climate-justice-lessons-from-the-global-south-6594,climate,,,,,, -e2e39b75-ae04-4aa4-9d95-ab03654ac684,In the Night Sky: Orion,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/orion,astronomy,,,,,, -68d8f118-4f87-49c7-9239-710f2b6298a0,Cancer in the 21st Century: the Genomic Revolution,By University of Glasgow via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-cancer-in-the-21st-century-the-genomic-revolution-1244,cancer;genomics,,,,,, -e8290eab-0dbc-4904-9c6c-0c4fdfba7f04,Brain and Behavior: Regulating Body Weight,By Purdue University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-brain-and-behavior-regulating-body-weight-8119,brain;human-body;weight-loss,,,,,, -15a58099-fc5b-4d2e-a17a-f03f92420041,Quantum Mechanics for Scientists and Engineers 2,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:Engineering+QMSE02+Winter2019/about,quantum-mechanics,,,,,,oer -3f2cd693-f315-483e-858a-f334fbea6cb9,Bioreactors,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-bioreactors-5801,chemistry,,,,,, -607bd9ad-2021-49a8-a135-bc943ef6dc78,Biochemistry,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_cy06/,biochemistry,,,,,, -48b3cae3-8517-4225-ab50-a5cba1120152,Metal Mediated Synthesis-I,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-metal-mediated-synthesis-i-9875,metals,,,,,, -3dc01c89-2dcc-4c03-8c69-9c954c4c75d9,Applied Environmental Microbiology,By Indian Institute of Technology Roorkee via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ce04/,microbiology,,,,,, -eedeb6af-281e-49d2-9ab2-9c61f4fd0dcc,Matlab Programming For Numerical Computation,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-matlab-programming-for-numerical-computation-10094,programming-languages/matlab;numerical-computing;numerical-computation,,,,,, -857fb61b-b63b-4556-9350-60c1b497171f,Animal Physiology,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-animal-physiology-12894,animals;physiology,,,,,, -4ce68852-3bd6-41c1-b1db-82610fb667fb,Learning about Learning: A Course on Neurobiology of Learning and Memory,By Indian Institute of Science Bangalore via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_bt12/,learning;neurobiology;science,,,,,, -e60a9b57-1184-444f-8a4c-5ca54a83cf8c,Molecular Spectroscopy: A Physical Chemist’s perspective,By Indian Institute of Technology Bombay via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_cy04/,spectroscopy;chemistry,,,,,, -5e66c016-7306-4a96-b229-e4298b402a18,Environmental Remediation of Contaminated Sites,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-environmental-remediation-of-contaminated-sites-12919,environmental-science,,,,,, -24c9042d-274d-4282-9bc7-9e67be677937,Mass Transfer Operations -I,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ch03/,engineering;chemistry;mass-transfer-operations,,,,,, -0e5f162f-adb9-4b3d-a50d-2de11a9b08ba,Chemical Reaction Engineering II,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-chemical-reaction-engineering-ii-12900,chemistry;engineering;chemical-engineering,,,,,, -90956942-e0e3-4599-b208-9dbacd3fb8db,Medicinal Chemistry,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_cy05/,medicinal-chemistry,,,,,, -988ccf0c-cd01-497a-a014-5cb57f484a99,Chemical Principles II,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-chemical-principles-ii-12911,chemistry,,,,,, -8570f9eb-34af-4a55-88c1-a84d861ae18f,Multidimensional NMR Spectroscopy for Structural Studies of Biomolecules,By Indian Institute of Science Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-multidimensional-nmr-spectroscopy-for-structural-studies-of-biomolecules-12913,spectroscopy,,,,,, -533fab99-4008-46d1-9f2a-3a6adb052720,Solid State Chemistry,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_cy16/,solids;chemistry,,,,,, -baf1d511-1569-4e51-bd05-f436b30d3f33,Experimental Physics I,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_ph01/,physics;experiments,,,,,, -a2837f16-1ee5-4687-82a6-2d2f38ca8ecb,Soil Science and Technology,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-soil-science-and-technology-12886,soil,,,,,, -65d387e5-c5ed-4e76-b90d-eb68b2b1e73d,Human Molecular Genetics,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_bt05/,genetics,,,,,, -889d03aa-409b-4736-93f8-9fefc681dad5,Demystifying The Brain,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_bt07/,brain,,,,,, -e8e29261-6902-428a-8510-3003b2f91a16,06 24 09 Basic Laws of Human Stupidity,,,article|https://hendricks.com/links/06-24-09_Basic-Laws-of-Human-Stupidity.pdf,thinking,,,,,, -ea80f146-4e7a-4ff6-a457-84be3c93759b,Electronic Waste Management - Issues and Challenges,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_ce06/,waste-management;electronics-engineering,,,,,, -8d138345-44e7-4ccc-8756-cb3ca4279fee,Organometallic Chemistry,By Indian Institute of Technology Bombay via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_cy03/,chemistry,,,,,, -aeebd22d-fc50-4367-b332-5792ebb784ca,Experimental Biochemistry,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_cy07/,biochemistry;experiments,,,,,, -c22243ba-fd64-4114-b94f-78fa37a64a43,Introduction To Professional Scientific Communication,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-professional-scientific-communication-10108,science;communication,,,,,, -ca026cff-ab28-409b-84f0-3a04a68e405d,Wild Life Ecology,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_bt09/,wildlife;ecology,,,,,, -82c96526-f136-4af3-80cf-743ec1b81a04,Industrial Inorganic Chemistry,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-industrial-inorganic-chemistry-12912,inorganic-chemistry,,,,,, -a55fcc2e-7be1-4908-95d0-05ba92ccd71d,Natural Hazards - Part-1,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-natural-hazards-part-1-12923,disasters;tsunami;environmental-science;landslide,,,,,, -aa75276b-49cb-4dc7-95ae-c3af394e21ae,Introduction to Photonics,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-photonics-12961,photonics,,,,,, -dc5374f7-67ce-472c-a5ed-b69e1c2f9373,Conduction and Convection Heat Transfer,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_me06/,heat-transfer,,,,,, -ae3b1da4-65b0-4913-81a6-353722156758,Global Biosecurity for One Health,By Murdoch University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-global-biosecurity-for-one-health-11786,environmental-science,,,,,, -648e6c22-2874-4b18-bdd6-fce363943d66,Introduction to Solid State Physics,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-solid-state-physics-13045,solids;physics,,,,,, -f411e5b6-69a4-4acc-8f40-f2e070adb4d9,Quantum Mechanics I,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-quantum-mechanics-i-13046,quantum-mechanics,,,,,, -ae69980b-07a3-45ae-9885-87b2bd4b3433,Introduction to Finite Volume Methods II,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-finite-volume-methods-ii-12883,finite-volume-methods,,,,,, -5c0a2e41-bad9-49ee-bf5e-e0ae620e60a7,Laser: Fundamentals and Applications,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-laser-fundamentals-and-applications-12914,laser;optics,,,,,, -e41c6b93-f685-43ac-9f5e-1a863613799b,The Discovery of the Higgs Boson,By University of Edinburgh via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-discovery-of-the-higgs-boson-1259,physics;higgs-boson,,,,,, -bf9acc15-f4e5-4671-8796-36c8df02d089,Understanding Nuclear Power,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-nuclear-power-6810,nuclear-energy,,,,,, -584d6cdc-1d3f-40fd-8fd9-18bb4c6029ca,Citizen Science: From Soil to Sky,By University of Dundee via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-citizen-science-from-soil-to-sky-8443,science;society,,,,,, -c49c6393-0bed-46b0-82a5-de990946a859,Water Scarcity: Crisis and Response,By Colorado State University Online via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-water-scarcity-crisis-and-response-8940,water,,,,,, -04c0b67c-ca88-4f39-ac92-5565f195f222,The Future of Farming: Exploring Climate Smart Agriculture,By Climate-KIC via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-future-of-farming-exploring-climate-smart-agriculture-7658,farming;agriculture,,,,,, -1b9689e4-eca0-4522-9657-f087eee85fc5,The Ending of Time,,,book|https://www.goodreads.com/book/show/920841.The_Ending_of_Time,spirituality;physics,,,,,, -fc7fff12-0594-470b-9de2-5d49cfd25ddc,Plastic Waste Management,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_ce07/,plastics;waste-management,,,,,, -604bea54-39d8-48f7-b800-575f3ef1dcff,A brief course on Superconductivity,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ph04/,superconductivity,,,,,, -989acd8f-5108-4385-a765-8391c935f01a,Microbes Rule the World: Effects of Disease on History,By Weber State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-microbes-rule-the-world-effects-of-disease-on-history-2564,microbes;disease;history,,,,,, -09a0a8e8-3c8b-4d66-9bc7-b5344209c24d,Forest Biometry,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_bt08/,forests,,,,,, -2735862d-6811-4704-b0e4-eb0c7bbb879b,BioMEMS and Microsystems,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-biomems-and-microsystems-13025,biology;chemistry;healthcare,,,,,, -11604c4f-0531-4070-9911-1ecbef5581f3,Cell Culture Technologies,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_bt06/,biology,,,,,, -eaef9384-c5dd-4e35-9a48-2ba061ddf23e,Bioengineering: An Interface with Biology and Medicine,By Indian Institute of Technology Bombay via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_bt13/,biology;engineering;medicine,,,,,, -fd4f64e9-6df7-4e53-838e-e447c0d5ce22,Reactive Intermediates Carbene and Nitrene,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-reactive-intermediates-carbene-and-nitrene-12915,chemistry,,,,,, -81a6b2f4-9345-4f33-a7c8-3e414f31c4e7,Principles of Downstream techniques in Bioprocess,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-principles-of-downstream-techniques-in-bioprocess-3967,biology,,,,,, -a59d2af1-884f-49da-a74d-e2e9d9902408,Introduction to Humanitarian Aid,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-humanitarian-aid-7128,environmental-science,,,,,, -51972c22-2a4b-4d5b-9a94-b700f5a60a89,Learn About Weather,By University of Exeter via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-learn-about-weather-8753,weather,,,,,, -6bc794a4-176d-4723-885e-d170a8cd7b0b,What Is the Body?,By University of Aberdeen via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-what-is-the-body-10591,human-body;biology,,,,,, -37cfee6f-14f4-4c87-af1f-17e1ed93950b,Citizen Science: Sensing the World,By University of Dundee via FutureLearn,,course|https://www.futurelearn.com/courses/grow-earth-sensor,science;society,,,,,, -9be9a94a-e379-4cc1-87c7-d3bcb00e0108,Towards Cooperative Commonwealth: Transition in a Perilous Century,By Athabasca University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-towards-cooperative-commonwealth-transition-in-a-perilous-century-8243,environmental-science,,,,,, -4ad5f749-0c05-452c-8eec-cb7ee9a6b4f2,How Does the Body Use DNA as a Blueprint?,By University of Aberdeen via FutureLearn,,course|https://www.futurelearn.com/courses/the-body-and-dna,dna;biology,,,,,, -0accc3c9-942e-4f27-bcc4-22602194769b,Reservoir Geomechanics,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-reservoir-geomechanics-1934,geology;environmental-science,,,,,, -513fb99e-43e4-4a3b-8ac9-7a9c04ac56b4,Unconventional Reservoir Geomechanics,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-unconventional-reservoir-geomechanics-13573,geology;environmental-science,,,,,, -48d86806-1773-47f5-b11a-acd39b78e2d4,"Global Resource Politics: the Past, Present and Future of Oil, Gas and Shale",By Hanyang University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-global-resource-politics-the-past-present-and-future-of-oil-gas-and-shale-7387,oil-and-gas;politics,,,,,, -0ded1573-294e-41e7-b7ec-36fdd7f511d4,Physiology: the Science of Life,By University of Liverpool via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-physiology-the-science-of-life-8838,physiology;biology,,,,,, -f945ccd7-4099-40bd-bbe0-3d812eff28eb,Bioelectricity: A Quantitative Approach,By Duke University via Coursera,,course|https://www.coursera.org/learn/bioelectricity,bioelectricity;biology,,,,,, -da360713-e5b8-4c2e-81dd-f079df648a58,The Science of Endurance Training and Performance,By University of Kent via FutureLearn,,course|https://www.futurelearn.com/courses/endurance-performance,health;endurance-training,,,,,, -ed242d66-dcaa-4ab4-a3d8-4aa5d3a3502c,What Drives the Body?,By University of Aberdeen via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-what-drives-the-body-10592,human-body,,,,,, -ded30d28-4954-42b5-bc8e-8fa43040d833,Climate Change: From Learning to Action,By United Nations via Independent,,course|https://www.classcentral.com/course/independent-climate-change-from-learning-to-action-12698,climate-change,,,,,, -cf0c75bc-d7a0-4ebf-8f6d-19cd06d068a9,Massive Open Online Course on Marine Litter,By Open Universiteit Nederland via Independent,,course|https://www.classcentral.com/course/independent-massive-open-online-course-on-marine-litter-4824,environmental-science;oceans,,,,,, -ec4e9202-0425-42ea-b521-20a68f4077aa,Bioelectricity: The Mechanism of Origin of Extracellular Potentials,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-bioelectricity-the-mechanism-of-origin-of-extracellular-potentials-6419,bioelectricity;biology,,,,,, -2265a7d0-eb1b-4ac8-b17f-89e339774a55,"Citizen Science: Living Soils, Growing Food",By University of Dundee via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-citizen-science-living-soils-growing-food-10589,soil;food;science;society,,,,,, -c4b7579f-35bb-4954-9e41-37659d578d79,Bacterial Genomes: Disease Outbreaks and Antimicrobial Resistance,By Wellcome Genome Campus via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-bacterial-genomes-disease-outbreaks-and-antimicrobial-resistance-10665,bacterias;antimicrobial-resistance,,,,,, -49c6a64b-7ffd-4d51-a733-7d00b96e51c2,Research Impact: Making a Difference,By University of Glasgow via FutureLearn,,course|https://www.futurelearn.com/courses/research-impact,research,,,,,, -deaaf235-a6b7-4b2a-a76b-a517cc48003c,Bacterial Genomes: Comparative Genomics using Artemis Comparison Tool (ACT),By Wellcome Genome Campus via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-bacterial-genomes-comparative-genomics-using-artemis-comparison-tool-act-13645,bacterias;genomics,,,,,, -002a3b1c-197f-4ee1-9155-0bb4eba8f76b,Exploring Our Ocean,By University of Southampton via FutureLearn,,course|https://www.futurelearn.com/courses/exploring-our-ocean,oceans,,,,,, -0875f03f-0182-4cfc-bd8f-002be884b1fb,The Scientific Revolution: Understanding the Roots of Modern Science,By University of Groningen via FutureLearn,,course|https://www.futurelearn.com/courses/scientific-revolution,science,,,,,, -1edd1370-cbff-4fef-acc9-c3eceb0343cd,Extreme Geological Events,By Cardiff University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-extreme-geological-events-13558,geology,,,,,, -96825721-10ed-44d5-8d11-35652bef807c,Come Rain or Shine: Understanding the Weather,By University of Reading via FutureLearn,,course|https://www.futurelearn.com/courses/come-rain-or-shine,weather,,,,,, -6ca8fe97-2a2c-40b2-a8cd-e92d01c7df99,Transforming Energy Systems: Why Governance Matters,By University of Exeter via FutureLearn,,course|https://www.futurelearn.com/courses/transforming-energy-systems,energy;governance,,,,,, -e85a7325-b26a-4a54-9779-6b46ed4f76e2,Biochemistry: the Molecules of Life,By University of East Anglia via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-biochemistry-the-molecules-of-life-6074,biochemistry,,,,,, -ed9f0aa0-c131-46f7-9bdf-f61a202c5d3e,Small and Mighty: Introduction to Microbiology,By University of Reading via FutureLearn,,course|https://www.futurelearn.com/courses/introduction-to-microbiology,microbiology,,,,,, -55170218-8704-4b6b-83da-ad026a67845a,Beneath the Blue: The Importance of Marine Sediments,By University of Southampton via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-beneath-the-blue-the-importance-of-marine-sediments-13604,oceans,,,,,, -ecc290a5-7214-46f8-9cd8-1554834df8b4,Soils: Introducing the World Beneath Our Feet,By Lancaster University via FutureLearn,,course|https://www.futurelearn.com/courses/soils,soil,,,,,, -f6f08ffe-7ffc-4ff5-ab83-00f4e2f80bf0,Exploring Everyday Chemistry,By University of York via FutureLearn,,course|https://www.futurelearn.com/courses/everyday-chemistry,chemistry,,,,,, -2e7da32c-679e-4b1b-8b07-d36c43b6d9ce,"The Biology of Bugs, Brains, and Beasts",By University of York via FutureLearn,,course|https://www.futurelearn.com/courses/the-biology-of-bugs-brains-and-beasts,biology,,,,,, -f44499d5-dbdd-4cd5-8ced-47fd267e1dc6,What Is a Mind?,By University of Cape Town via FutureLearn,,course|https://www.futurelearn.com/courses/what-is-a-mind,mind;psychology,,,,,, -dcdb1005-5cbc-4897-963d-ddc967dbf96f,HOPE: Human Odyssey to Political Existentialism,By Princeton University via edX,,course|https://www.classcentral.com/course/edx-hope-human-odyssey-to-political-existentialism-11584,philosophy;political-science;existentialism,,,,,, -0828174d-571d-4449-9afa-11862d174928,Model Thinking,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-model-thinking-317,model-thinking,,,,,, -1da9b316-956e-452e-b7ab-d70700eca31a,Social Psychology,By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/social-psychology,psychology,,,,,, -b6840953-7d34-4261-877c-65ae0cb9d829,EU policy and implementation: making Europe work!,By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-eu-policy-and-implementation-making-europe-work-7408,europe,,,,,, -dc43676e-1d00-4771-8135-bd1992c4932d,Gender and Sexuality: Applications in Society,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-gender-and-sexuality-applications-in-society-12333,gender;sexuality,,,,,, -36c2433f-ee6f-49c2-827d-0cff818b0ff6,Game Theory,By Stanford University via Coursera,,course|https://www.coursera.org/learn/game-theory-1,game-theory,,,,,, -96d1113e-1738-4c74-9e5e-1b48f946fad4,Justice,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-justice-610,justice,,,,,, -b961ba94-0b36-45b0-aaff-f37f98db7e88,AP® Microeconomics,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-ap-microeconomics-8630,microeconomics,,,,,, -0c98d579-5528-4437-8141-c88ba7752a3b,Psychological First Aid,By Johns Hopkins University via Coursera,,course|https://www.classcentral.com/course/coursera-psychological-first-aid-2900,psychology,,,,,, -b789f46a-ae51-41b9-b47a-19a8287c8733,The Science of Happiness,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/the-science-of-happiness-4,life;happiness,,,,,, -641d3ffc-bd2f-4133-82e6-55116e5be397,Terrorism and Counterterrorism: Comparing Theory and Practice,By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-terrorism-and-counterterrorism-comparing-theory-and-practice-701,terrorism,,,,,, -3e8d23a5-773b-4377-bc68-45cb2178ee16,Positive Psychology,By The University of North Carolina at Chapel Hill via Coursera,,course|https://www.classcentral.com/course/coursera-positive-psychology-2943,psychology,,,,,, -ad70c4d4-bac6-4582-a4b9-054ffafa3607,Buddhism and Modern Psychology,By Princeton University via Coursera,,course|https://www.classcentral.com/course/coursera-buddhism-and-modern-psychology-1355,buddhism;psychology,,,,,, -9b3628d6-06bb-4124-bd7d-477ef9def524,Introduction to Psychology,By University of Toronto via Coursera,,course|https://www.coursera.org/learn/introduction-psych,psychology,,,,,, -e58bedca-c58e-4016-a3d0-980a940e6c5e,Introduction to Neuroeconomics: How the Brain Makes Decisions,By Higher School of Economics via Coursera,,course|https://www.coursera.org/learn/neuroeconomics,psychology;neuroscience;thinking,,,,,, -a8ea9e04-a15d-4fc9-ae1a-59a9ced3ef0a,An Introduction to American Law,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-an-introduction-to-american-law-2872,law;nations/usa,,,,,, -e16461cd-919a-47c3-b0b3-5aa4a997e1b1,Protecting Business Innovations via Patent,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-protecting-business-innovations-via-patent-10382,innovation;business;patents,,,,,, -06c7ae5d-0367-445a-bc65-73414f4130db,Intro to Psychology,By San Jose State University via Udacity,,course|https://www.udacity.com/course/intro-to-psychology--ps001,psychology,,,,,, -ad9d5d2e-695a-4146-a030-05ab2cd435fa,Moral Foundations of Politics,By Yale University via Coursera,,course|https://www.classcentral.com/course/coursera-moral-foundations-of-politics-2986,politics;ethics,,,,,, -22023e5b-a2cb-49dc-864b-635674459159,Welcome to Game Theory,By The University of Tokyo via Coursera,,course|https://www.classcentral.com/course/coursera-welcome-to-game-theory-2883,game-theory,,,,,, -a80413ca-f290-4f8e-9400-62dc6d0cd3d8,Introduction to Sustainability,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/sustainability,sustainability,,,,,, -b235ceaa-c239-4a27-9d61-0e34daf38780,Protecting Business Innovations via Trademark,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-protecting-business-innovations-via-trademark-10038,innovation;business;trademarks;trademark,,,,,, -1de57eb2-9141-4951-bf21-89a1c1d345dc,Protecting Business Innovations via Copyright,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/protect-business-innovations-copyright,copyright,,,,,, -2ad8f5a9-dc78-477d-92cd-e9423ce0d9d3,Social and Economic Networks: Models and Analysis,By Stanford University via Coursera,,course|https://www.coursera.org/learn/social-economic-networks,economics;networks,,,,,, -29d4b876-344a-4827-b4a5-f95573194b42,Rethinking International Tax Law,By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-rethinking-international-tax-law-3286,law;tax,,,,,, -92e4f430-05b4-4eb4-90e6-2fdd3f3cfbc8,The Psychology of Criminal Justice,By University of Queensland via edX,,course|https://www.classcentral.com/course/edx-the-psychology-of-criminal-justice-2021,psychology;justice,,,,,, -2b3cb382-fb5a-43df-9e76-a6f45d4f4462,The Power of Macroeconomics: Economic Principles in the Real World,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/principles-of-macroeconomics,macroeconomics,,,,,, -253f94ba-a1b4-442d-b0e5-25ba48a0a9aa,Introduction to Human Behavioral Genetics,By University of Minnesota via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-human-behavioral-genetics-1765,behavioral-genetics,,,,,, -18e81221-8f0f-43b3-8c3d-27b5e195882e,Constitutional Interpretation,By Princeton University via edX,,course|https://www.classcentral.com/course/edx-constitutional-interpretation-13427,law;constitution,,,,,, -a7d40e61-7c3e-4754-ac0b-a704eb5fe0b3,America's Written Constitution,By Yale University via Coursera,,course|https://www.coursera.org/learn/written-constitution,constitution;law;nations/usa,,,,,, -55e8cbd0-da59-4953-8429-db47046afee0,The Age of Sustainable Development,By Columbia University via Coursera,,course|https://www.coursera.org/learn/sustainable-development,sustainability,,,,,, -f1ff260a-18de-427d-a083-ed5c7e466d0e,Paradoxes of War,By Princeton University via Coursera,,course|https://www.classcentral.com/course/coursera-paradoxes-of-war-1361,war,,,,,, -bdd8a77e-955f-4fb1-be1d-11eedb2486b8,Understanding Research Methods,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-understanding-research-methods-1767,research,,,,,, -d35ab04f-9ec7-41ab-9e75-05a7cb1543cd,Deciphering Secrets: Unlocking the Manuscripts of Medieval Toledo (Spain),By Universidad Carlos iii de Madrid via edX,,course|https://www.edx.org/course/deciphering-secrets-unlocking-uc3mx-hga-2-2x,nations/spain;anthropology,,,,,, -fd33b9cc-4e14-4123-b0d3-175df084d199,Classical Sociological Theory,By University of Amsterdam via Coursera,,course|https://www.classcentral.com/course/coursera-classical-sociological-theory-4298,sociology,,,,,, -9286abfe-79b7-436d-bdfe-0a03875d0608,Introduction to International Criminal Law,By Case Western Reserve University via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-international-criminal-law-712,international-law;crime;law,,,,,, -3b45e40a-1128-4a6a-bea7-329813986cb6,Introduction to Psychology: The History and Science of Psychology,By Monash University via FutureLearn,,course|https://www.futurelearn.com/courses/history-science-psychology,psychology,,,,,, -90a074b3-fac6-4f86-8cff-6aa599b8419b,Game Theory II: Advanced Applications,By Stanford University via Coursera,,course|https://www.coursera.org/learn/game-theory-2,game-theory,,,,,, -caefd387-7de3-4724-b5f5-195457a8b7a2,Terrorism and Counterterrorism,By Georgetown University via edX,,course|https://www.edx.org/course/terrorism-and-counterterrorism,terrorism,,,,,, -a87a1d01-0338-43a1-a185-275769de0213,Contract Law: From Trust to Promise to Contract,By Harvard University via edX,,course|https://www.edx.org/course/contract-law-from-trust-to-promise-to-contract-4,contracts;law,,,,,, -b1673b04-9c06-4b8f-93db-7e1a599d1e19,Anthropology of Current World Issues,By University of Queensland via edX,,course|https://www.edx.org/course/anthropology-of-current-world-issues-4,anthropolgy,,,,,, -1693f32c-6b8f-4b2b-82d2-44291ca6d519,Psychology of Popularity,By The University of North Carolina at Chapel Hill via Coursera,,course|https://www.classcentral.com/course/coursera-psychology-of-popularity-3541,psychology,,,,,, -162fdd4d-2fc3-46ff-bcd1-d8aa636e1e01,Exploring Play: the Importance of Play in Everyday Life,By The University of Sheffield via FutureLearn,,course|https://www.futurelearn.com/courses/play,play;psychology,,,,,, -bc8466c5-895b-454c-a51b-69b869fc7423,Understanding Memory: Explaining the Psychology of Memory through Movies,By Wesleyan University via Coursera,,course|https://www.coursera.org/learn/memory-and-movies,memory;psychology,,,,,, -3f15d421-f107-49fa-b58d-2c67e55490d7,Questionnaire Design for Social Surveys,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-questionnaire-design-for-social-surveys-2163,sociology;questionnaire,,,,,, -c0e15060-6a50-4572-a8e7-2872d59161aa,Introduction to Psychology,By St. Margaret’s Episcopal School via edX,,course|https://www.classcentral.com/course/edx-introduction-to-psychology-2520,psychology,,,,,, -be0f7705-d11e-4e5f-8fae-957fc2d4d312,Ignorance! | 无知!,By Australian National University via edX,,course|https://www.edx.org/course/ignorance-wu-zhi-anux-igno101x,sociology,,,,,, -5e033256-62e8-4e50-a6f4-03dabac0e404,International Law,By Université catholique de Louvain via edX,,course|https://www.classcentral.com/course/edx-international-law-3179,international-law,,,,,, -ab8a9a2d-9da4-41c9-be6b-36e3c0a0a05e,Miracles of Human Language: An Introduction to Linguistics,By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-miracles-of-human-language-an-introduction-to-linguistics-2940,language;linguistics,,,,,, -313ed412-f281-4ed7-813d-abac490408ae,Hadrian's Wall: Life on the Roman Frontier,By Newcastle University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-hadrian-s-wall-life-on-the-roman-frontier-2124,anthropology,,,,,, -6b935719-8952-4e6f-9b73-42d9b133a641,Greening the Economy: Sustainable Cities,By Lund University via Coursera,,course|https://www.classcentral.com/course/coursera-greening-the-economy-sustainable-cities-4851,sustainability;economic-planning,,,,,, -713fd446-b6fe-4f89-a028-bc99a1a8ae68,Measuring Causal Effects in the Social Sciences,By University of Copenhagen via Coursera,,course|https://www.coursera.org/learn/causal-effects,sociology,,,,,, -55a813dc-01a9-407e-b05c-e7c6652645ee,The Power of Microeconomics: Economic Principles in the Real World,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-the-power-of-microeconomics-economic-principles-in-the-real-world-1054,microeconomics,,,,,, -2fd7bf64-3975-4d92-a2c5-05662a5025ec,Internet Giants: The Law and Economics of Media Platforms,By The University of Chicago via Coursera,,course|https://www.coursera.org/learn/internetgiants,media;law;economics,,,,,, -7ff163cf-137a-4b9f-9a61-df95ee530354,"Social Norms, Social Change I",By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-social-norms-social-change-i-5910,sociology,,,,,, -3ca63cd3-7853-4315-9493-66fbca851bcd,The Power of Markets III: Input Markets and Promoting Efficiency,By University of Rochester via Coursera,,course|https://www.classcentral.com/course/coursera-the-power-of-markets-iii-input-markets-and-promoting-efficiency-4899,markets;economics,,,,,, -5feff814-e3f3-483e-b2b2-3af194c0dd54,Understanding Korean Politics,By Yonsei University via Coursera,,course|https://www.coursera.org/learn/understanding-korean-politics,politics;nations/korea,,,,,, -2cd6bae5-1737-46d4-98cc-ba77ccee0b1b,Corruption,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/wharton-corruption,corruption,,,,,, -5c3d56c0-779d-4b96-8811-cef98c675538,Positive Psychology: Resilience Skills,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-positive-psychology-resilience-skills-8331,psychology,,,,,, -752b227f-4208-494e-9487-4cd53917e2f4,After the Arab Spring – Democratic Aspirations and State Failure,By University of Copenhagen via Coursera,,course|https://www.coursera.org/learn/after-the-arab-spring,political-science,,,,,, -887f3798-63ce-4088-a799-388b2d41744f,Taxation of Business Entities II: Pass-Through Entities,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/taxation-business-entities-part-2,taxation,,,,,, -47d57eff-5f4e-494b-8da8-707c14c819c6,Innovative Finance: Hacking finance to change the world,By University of Cape Town via Coursera,,course|https://www.classcentral.com/course/coursera-innovative-finance-hacking-finance-to-change-the-world-9707,finance,,,,,, -d7a13e9f-6242-4f41-90f1-4817daa50d5c,Global sustainability and corporate social responsibility: Be sustainable,By Macquarie University via Coursera,,course|https://www.classcentral.com/course/coursera-global-sustainability-and-corporate-social-responsibility-be-sustainable-13288,sustainability;corporate-social-responsibility,,,,,, -25dd8bfe-bbec-438d-9b7f-d3815a14961b,"The Sustainable Development Goals – A global, transdisciplinary vision for the future",By University of Copenhagen via Coursera,,course|https://www.coursera.org/learn/global-sustainable-development,sustainability,,,,,, -71abc109-42e3-444b-98e7-741b1ee5cf9b,Copyright Law in the Music Business,By Berklee College of Music via Coursera,,course|https://www.classcentral.com/course/coursera-copyright-law-in-the-music-business-11595,copyright;law,,,,,, -db27af4e-5930-4c66-bd4c-205bdfecf496,America's Unwritten Constitution,By Yale University via Coursera,,course|https://www.classcentral.com/course/coursera-america-s-unwritten-constitution-3008,constitution;law;nations/usa,,,,,, -f4e372a9-7d92-441f-9fa1-3916c111fdd2,The Power of Markets II: Market Structure and Firm Behavior,By University of Rochester via Coursera,,course|https://www.classcentral.com/course/coursera-the-power-of-markets-ii-market-structure-and-firm-behavior-4900,markets;economics,,,,,, -324fde04-6918-44c4-b98b-a1b9c5011aac,Internal Combustion Engine – Bartosz Ciechanowski,,,interactive|https://ciechanow.ski/internal-combustion-engine/,engines,,,,,, -414fc978-85b1-49d6-883a-b114e4521f88,International Cyber Conflicts,By State University of New York via Coursera,,course|https://www.coursera.org/learn/cyber-conflicts,political-science,,,,,, -63139680-a918-438c-83d1-90693e655a59,Privacy in the Western World,By EIT Digital via Coursera,,course|https://www.coursera.org/learn/history-privacy-laws,privacy;social-science,,,,,, -170457ec-2409-44fb-b5d8-82acec2cf4c8,Understanding economic policymaking,By IE Business School via Coursera,,course|https://www.coursera.org/learn/economic-policy,economics;governance,,,,,, -0e6f026d-59e1-4b10-998b-81fb6d2ab8d9,The Changing Global Order,By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-the-changing-global-order-1723,political-science;geopolitics,,,,,, -db564c63-3636-4ee3-9384-e38a6dc96ae3,Understanding Financial Markets,By University of Geneva via Coursera,,course|https://www.coursera.org/learn/understanding-financial-markets,markets;finance,,,,,, -6fcb6722-39ec-4bda-ba79-3e7f5d5f3067,Economics of Money and Banking,By Columbia University via Coursera,,course|https://www.coursera.org/learn/money-banking,economics;money;banking,,,,,, -c940f288-d2e4-48c2-8809-6d1542088f15,Sustainable Business Enterprises,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/sustainable-business-enterprises,sustainability;business,,,,,, -7797dfe5-9f6b-4cf3-8e1a-769ee2e2eeef,The Economics of Agro-Food Value Chains,By Technische Universität München (Technical University of Munich) via Coursera,,course|https://www.classcentral.com/course/coursera-the-economics-of-agro-food-value-chains-8966,economics;agriculture;food;sustainbility,,,,,, -6de3c7d5-5bc5-4507-bfbf-3f60ac248e86,Political Governance and Public Policy in Russia,By Saint Petersburg State University via Coursera,,course|https://www.classcentral.com/course/coursera-political-governance-and-public-policy-in-russia-9591,political-science;governance;nations/russia,,,,,, -992654f3-8185-4843-b027-1e23ff951de4,Sustainable Tourism – promoting environmental public health,By University of Copenhagen via Coursera,,course|https://www.coursera.org/learn/sustainable-tourism,sustainability;tourism,,,,,, -659dccfc-2a39-49c2-8ec3-ff68915dbeae,Games without Chance: Combinatorial Game Theory,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/combinatorial-game-theory,game-theory,,,,,, -b1580bf1-0fbe-4cd2-855f-8bfe5283e968,Public Policy Challenges of the 21st Century,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-public-policy-challenges-of-the-21st-century-3138,governance,,,,,, -380786ec-ef4d-4cff-a95e-9cb56fdf60c4,International Law in Action: A Guide to the International Courts and Tribunals in The Hague,By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-international-law-in-action-a-guide-to-the-international-courts-and-tribunals-in-the-hague-4423,international-law,,,,,, -e261607a-93fd-4e3b-a3e4-1476a34f2188,Introduction to Economic Theories,By Erasmus University Rotterdam via Coursera,,course|https://www.coursera.org/learn/intro-economic-theories,economics,,,,,, -2fb2268b-84d2-4374-a05b-509c520ed599,Taxation of Business Entities I: Corporations,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/taxation-business-entities-part-1,taxation;corporations,,,,,, -c8ef4803-cd7e-4a50-8a62-429d56aecab5,Russia and Nuclear Arms Control,By Saint Petersburg State University via Coursera,,course|https://www.coursera.org/learn/russia-and-nuclear-arms-control,nations/russia;nuclear-weapons,,,,,, -c9869e31-4d16-4d44-b906-24ce9f655985,Economic Growth and Distributive Justice Part II - Maximize Social Wellbeing,By Tel Aviv University via Coursera,,course|https://www.coursera.org/learn/economic-growth-part-2,economics;political-science,,,,,, -bfa3900c-d655-487a-b941-f715f94e6660,Deciphering Secrets: The Illuminated Manuscripts of Medieval Europe,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-deciphering-secrets-the-illuminated-manuscripts-of-medieval-europe-7661,anthropology,,,,,, -79665c38-553b-4669-b856-5c61c55ae0be,Social Science Approaches to the Study of Chinese Society Part 1,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/social-science-study-chinese-society,social-science;nations/china,,,,,, -fc650260-5015-4bf8-8a38-e93413b9671b,"Trade, Immigration and Exchange Rates in a Globalized World",By IE Business School via Coursera,,course|https://www.coursera.org/learn/trade-immigration-exchange-rates-globalized-world,economics,,,,,, -ab64f054-3b2c-46b8-8fc6-dc0e04f51761,Business Opportunities and Risks in a Globalized Economy,By IE Business School via Coursera,,course|https://www.coursera.org/learn/business-opportunities-and-risks-in-a-globalized-economy,economics,,,,,, -a9fff240-c862-4fe3-8bb3-0bd3f39dd87e,Public Economics,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-public-economics-1383,economics,,,,,, -af39c1fe-4ed1-4944-96a9-31787320cc20,Understanding Europe: Why It Matters and What It Can Offer You,By HEC Paris via Coursera,,course|https://www.coursera.org/learn/europe,europe,,,,,, -933f1735-5266-4447-9b56-47c579ec10ab,English for Media Literacy,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/media,languages/english;media,,,,,, -8328fd17-1606-44a7-83cf-1caaea151db8,Soul Beliefs: Causes and Consequences - Unit 2: Belief Systems,By Rutgers University via Coursera,,course|https://www.classcentral.com/course/coursera-soul-beliefs-causes-and-consequences-unit-2-belief-systems-3935,psychology,,,,,, -2f42f121-9234-4625-95e4-e264ecf57387,Global Environmental Management,By Technical University of Denmark (DTU) via Coursera,,course|https://www.classcentral.com/course/coursera-global-environmental-management-4087,sustainability;environmental-science,,,,,, -96f715f3-e10e-478e-a4ac-d5d116ead6bf,Firm Level Economics: Markets and Allocations,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/firm-level-economics-markets,economics,,,,,, -c761ae65-87fd-4100-a5d3-a2fdf51f9700,Cities are back in town : sociología urbana para un mundo globalizado,By Institut d'Etudes Politiques de Paris via Coursera,,course|https://www.classcentral.com/course/coursera-cities-are-back-in-town-sociologia-urbana-para-un-mundo-globalizado-6622,urban-planning,,,,,, -8e232126-1bdd-4b4f-b615-f39b0b957d01,Global Diplomacy: the United Nations in the World,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/global-diplomacy-un,united-nations;diplomacy;political-science,,,,,, -b3b8c7b6-e694-48e8-8842-15ba6df3b1ed,A Law Student's Toolkit,By Yale University via Coursera,,course|https://www.classcentral.com/course/coursera-a-law-student-s-toolkit-4897,law,,,,,, -58d282bc-28f2-4537-b874-a406a3ce817f,Positive Psychology Specialization Project: Design Your Life for Well-being,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-positive-psychology-specialization-project-design-your-life-for-well-being-8330,psychology;life,,,,,, -4721d79b-30c4-4e22-bf6a-c731278d2929,Positive Psychology: Applications and Interventions,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-positive-psychology-applications-and-interventions-8332,psychology,,,,,, -17c7362f-105b-483c-945d-f8fbbfd4d8e2,Network Dynamics of Social Behavior,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-network-dynamics-of-social-behavior-9306,sociology,,,,,, -b4d63d95-6906-4af8-aa18-f783a5278b35,Sustainable Development in the 21st Century with Ban Ki-moon,By Yonsei University via Coursera,,course|https://www.classcentral.com/course/coursera-sustainable-development-in-the-21st-century-with-ban-ki-moon-10427,sustainability,,,,,, -d9b4ef5c-47cb-49d5-8ec7-27ae826a7d60,Monetary Policy in the Asia Pacific,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-monetary-policy-in-the-asia-pacific-11646,economics;monetray-policy;asia,,,,,, -cb9be9f7-9c41-4544-83d6-bdcd85891ac6,Mathematics for economists,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-mathematics-for-economists-11598,mathematics;economics,,,,,, -550cc975-b864-4664-8cae-94969b1cc027,Introduction to Psychology,By Yale University via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-psychology-12509,psychology,,,,,, -915afdc2-42fd-4172-8209-bd5b85c193a5,American Contract Law II,By Yale University via Coursera,,course|https://www.classcentral.com/course/coursera-american-contract-law-ii-12715,nations/usa/law;contracts;law;nations/usa,,,,,, -209513d8-5867-4c6d-b08f-fc7a6f9c134b,American Contract Law I,By Yale University via Coursera,,course|https://www.classcentral.com/course/coursera-american-contract-law-i-12714,contracts;law;nations/usa,,,,,, -85dc957e-5086-4af0-99e5-abb9af9288f5,Country Level Economics: Macroeconomic Variables and Markets,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-country-level-economics-macroeconomic-variables-and-markets-5244,macroeconomics,,,,,, -542f7ab0-39f6-49dd-8d1e-b11853220881,Public Policy- An introduction,By University of Hyderabad via Swayam,,course|https://swayam.gov.in/nd2_ugc19_hs45/preview,political-science;public-policy,,,,,, -1ca92730-ce01-4aac-af30-d06b6b9bec63,Smart Cities – Management of Smart Urban Infrastructures,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.coursera.org/learn/smart-cities,smart-cities;urban-planning,,,,,, -3493039b-d3a0-4a8f-9b8b-4e306f76cb3a,Children's Human Rights - An Interdisciplinary Introduction,By University of Geneva via Coursera,,course|https://www.coursera.org/learn/childrens-rights,human-rights;children,,,,,, -3952d641-ee96-4849-aaa8-9fc3b14044d4,Stalin and Stalinism in Russian History,By Higher School of Economics via Coursera,,course|https://www.coursera.org/learn/stalinism,stalinism;nations/russia;history,,,,,, -eca849d9-1a5a-48a3-b0e5-b70141be9681,Renewable Energy and Green Building Entrepreneurship,By Duke University via Coursera,,course|https://www.coursera.org/learn/renewable-energy-entrepreneurship,renewable-energy;entrepreneurship,,,,,, -db96ea29-5f9d-4c3b-bacd-5eb44bc4acea,International Humanitarian Law in Theory and Practice,By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-international-humanitarian-law-in-theory-and-practice-12277,international-law,,,,,, -427d16b9-063d-45f7-bb57-42d70ead8ce2,Patent Law,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/patents,patents;law,,,,,, -4062faa7-c993-4d1b-9ae5-787b608be98a,Stochastic processes,By Higher School of Economics via Coursera,,course|https://www.coursera.org/learn/stochasticprocesses,stochastic-processes,,,,,, -5c2b2b03-d0b2-4e6b-9b68-a0211fb296ff,"Health, Housing, and Educational Services",By Columbia University via Coursera,,course|https://www.classcentral.com/course/coursera-health-housing-and-educational-services-12826,social-science;public-health,,,,,, -ffeff284-e24b-4846-a3df-7a7b0982c610,Sustainable Agricultural Land Management,By University of Florida via Coursera,,course|https://www.coursera.org/learn/sustainable-agriculture,agriculture;land;sustainability,,,,,, -cd3023bb-c99c-49d6-bdcb-6331a8d841bc,Microeconomics: The Power of Markets,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/microeconomics-part1,microeconomics,,,,,, -49549c26-1253-4d62-9b91-a1403e43018f,Global Diplomacy – Diplomacy in the Modern World,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/global-diplomacy,diplomacy;political-science,,,,,, -0bd8dd60-9290-4f57-af55-e7e002904b43,Ecosystem Services: a Method for Sustainable Development,By University of Geneva via Coursera,,course|https://www.coursera.org/learn/ecosystem-services,sustainability,,,,,, -65adc413-9bbb-484f-97b0-3dc48f85b025,Mindware: Critical Thinking for the Information Age,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-mindware-critical-thinking-for-the-information-age-8128,critical-thinking,,,,,, -aa2e4c15-5f87-4dfa-80a2-3bccf5acf8de,"Positive Psychology: Character, Grit and Research Methods",By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/positive-psychology-methods,psychology,,,,,, -1205d0a7-e169-4616-bd58-49c673856831,First Steps in Making the Business Case for Sustainability,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-first-steps-in-making-the-business-case-for-sustainability-9463,sustainability,,,,,, -8af893a2-c1f5-41e2-8566-2c8a2422d566,More on Change and Sustainability,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-more-on-change-and-sustainability-9464,sustainability,,,,,, -e7924d60-c2cd-45d4-8f3f-8274224ccd45,"Sustainable Business: Big Issues, Big Changes",By University of Colorado System via Coursera,,course|https://www.coursera.org/learn/sustainable-business-changes,sustainability,,,,,, -085a3264-742e-4f77-b3b3-7b39b3d7450e,Capstone: Creating A Sustainability Proposal,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-capstone-creating-a-sustainability-proposal-9466,sustainability,,,,,, -b32e72a9-22c0-47f4-ae69-a18fbf17afc6,Introduction to Intellectual Property,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-intellectual-property-13446,intellectual-property,,,,,, -5608f829-16be-4516-9ab3-9736937b5be6,US Social Services Compared,By Columbia University via Coursera,,course|https://www.classcentral.com/course/coursera-us-social-services-compared-12819,social-science,,,,,, -9ee688ee-4998-4f09-88ef-8a11a592f50d,US Social Services: Where did they come from?,By Columbia University via Coursera,,course|https://www.coursera.org/learn/welfare-state-origin,social-science,,,,,, -838b29fe-eea7-4401-ad96-cbf401709ce9,Introduction to Key Constitutional Concepts and Supreme Court Cases,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/constitution,constitution;law;nations/usa,,,,,, -0494f3b0-11a9-499c-9840-810a33195338,Economics of Transition and Emerging Markets,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-economics-of-transition-and-emerging-markets-2840,economics;emerging-markets,,,,,, -1abfed83-6929-40d8-9273-b8edb789c541,Politics and Economics of International Energy,By Institut d'Etudes Politiques de Paris via Coursera,,course|https://www.classcentral.com/course/coursera-politics-and-economics-of-international-energy-6189,politics;economics;energy,,,,,, -908844db-8b00-4c70-a572-23377c562611,"Data Collection: Online, Telephone and Face-to-face",By University of Michigan via Coursera,,course|https://www.coursera.org/learn/data-collection-methods,data-collection;survey;social-science,,,,,, -3d6c24c5-d73e-415e-aea9-2d826ccaf430,Chemerinsky on Constitutional Law – Individual Rights and Liberties,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/chemerinsky-individual-rights,constitution;law,,,,,, -0f7ace71-3752-4ca4-ae4c-a407d63a4a2a,Constitutional Reforms in Russia,By Saint Petersburg State University via Coursera,,course|https://www.classcentral.com/course/coursera-constitutional-reforms-in-russia-9657,constitution;law;nations/russia,,,,,, -a982ce50-9b2b-4f51-98a7-631ced302778,"Social Services for Families, Seniors and Those with Disabilities",By Columbia University via Coursera,,course|https://www.coursera.org/learn/social-health-policy-programs,social-science,,,,,, -9f801519-3c1f-4eda-bdf5-bdf6cf5e8951,"Introduction to Self-Determination Theory: An approach to motivation, development and wellness",By University of Rochester via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-self-determination-theory-an-approach-to-motivation-development-and-wellness-13094,psychology;motivation,,,,,, -8ab3ee9f-288d-4d65-b07b-ded805b0b5cb,Introduction to English Common Law,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/intro-common-law,law,,,,,, -9d43a17b-1e02-4a40-a8ce-1af30b00a3d2,Civic Engagement in American Democracy,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-civic-engagement-in-american-democracy-12358,democracy;nations/usa;social-science,,,,,, -98d2ffbc-a442-4d13-bba9-4be31357b30f,Hot Topics in Criminal Justice,By Vanderbilt University via Coursera,,course|https://www.coursera.org/learn/hot-topics-criminal-justice,crime;law;justice,,,,,, -40bde38c-3660-440c-a83e-1b804f600743,Federal Taxation II: Property Transactions of Business Owners and Shareholders,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-federal-taxation-ii-property-transactions-of-business-owners-and-shareholders-9445,taxation,,,,,, -eca453d8-229b-4f88-baef-66c3eeaf47e7,Corporate Sustainability. Understanding and Seizing the Strategic Opportunity,By Università Bocconi via Coursera,,course|https://www.classcentral.com/course/coursera-corporate-sustainability-understanding-and-seizing-the-strategic-opportunity-10667,business;sustainability,,,,,, -af7a400a-e522-4c39-ab4f-4bcce3755a45,European Business Law: Understanding the Fundamentals,By Lund University via Coursera,,course|https://www.classcentral.com/course/coursera-european-business-law-understanding-the-fundamentals-2166,law;business;europe,,,,,, -0156720e-14dc-4177-8551-dd9e2acd97ae,Metaliteracy: Empowering Yourself in a Connected World,By State University of New York via Coursera,,course|https://www.classcentral.com/course/coursera-metaliteracy-empowering-yourself-in-a-connected-world-3016,sociology;learning,,,,,, -8798bb39-cede-4eef-b7c8-2177d1fa8bf1,Women in Leadership: Inspiring Positive Change,By Case Western Reserve University via Coursera,,course|https://www.coursera.org/learn/women-in-leadership,women;leadership,,,,,, -052b4225-63e9-4444-815d-9dedf14f4825,A Business Approach to Sustainable Landscape Restoration,By Erasmus University Rotterdam via Coursera,,course|https://www.coursera.org/learn/landscape-restoration-sustainable-development,sustainability;landscape,,,,,, -902a63eb-9839-4036-900a-3cbcd6786363,Everyday Parenting: The ABCs of Child Rearing,By Yale University via Coursera,,course|https://www.classcentral.com/course/coursera-everyday-parenting-the-abcs-of-child-rearing-8875,parenting,,,,,, -4025ac00-9891-41cc-ad85-1d23ee63e71f,Mastering bitumen for better roads and innovative applications,By École des Ponts Paritech via Coursera,,course|https://www.classcentral.com/course/coursera-mastering-bitumen-for-better-roads-and-innovative-applications-6036,bitumen;urban-planning;civil-engineering;roads,,,,,, -08efc682-124a-46c7-b1d5-44d5bc15d8b6,Making Sense of the News: News Literacy Lessons for Digital Citizens,By The University of Hong Kong via Coursera,,course|https://www.classcentral.com/course/coursera-making-sense-of-the-news-news-literacy-lessons-for-digital-citizens-7330,news;media,,,,,, -e2d6ed3e-ef81-47cf-a131-1bec7fe51eb3,Human Rights Theory and Philosophy,By Curtin University via edX,,course|https://www.classcentral.com/course/edx-human-rights-theory-and-philosophy-7228,human-rights;philosophy,,,,,, -62db07c7-1a21-4215-b8bf-3c0f631316dd,Positive Psychology: Martin E. P. Seligman’s Visionary Science,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/positive-psychology-visionary-science,psychology,,,,,, -12deaaaf-047b-4f1b-a5d5-8e1bb9ae2f1d,"Federal Taxation I: Individuals, Employees, and Sole Proprietors",By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/federal-taxation-individuals,taxation,,,,,, -4d5718de-54a2-46b8-bd74-223f5bd6a53f,Industrial Organization: Strategy and Competition in Business,By Higher School of Economics via Coursera,,course|https://www.coursera.org/learn/industrial-organization,economics;business,,,,,, -87cde689-8792-416e-8d4d-151e13a26976,Poverty & Population: How Demographics Shape Policy,By Columbia University via Coursera,,course|https://www.coursera.org/learn/poverty-population-demographics-policy,poverty;economics;social-science,,,,,, -4429dd84-0a70-4f41-970d-605166fea37f,Privacy Law and Data Protection,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-privacy-law-and-data-protection-13459,privacy;law,,,,,, -1d803f51-3969-4e33-afeb-b69fec3da6c4,Copyright Law,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/copyright-law,copyright;law,,,,,, -0336478e-0773-48ce-ae5a-4ba07f8d8eb2,Trademark Law,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-trademark-law-13467,trademark;law,,,,,, -0eafe455-a6f6-4458-9ad4-315757e40e1c,Environmental Protection and Sustainability,By via edX,,course|https://www.classcentral.com/course/edx-environmental-protection-and-sustainability-9436,sustainability;social-science;environmental-science,,,,,, -1f62084b-5a3b-4f1c-b40a-579fd97f8759,Sustainability & Major Sport Events: Principles,By Hamad Bin Khalifa University via edX,,course|https://www.classcentral.com/course/edx-sustainability-major-sport-events-principles-14388,sustainability;sports,,,,,, -fe5fd02e-eb6b-49a1-b892-77eea3856055,Foundations of International Psychiatry,By University of Melbourne via Coursera,,course|https://www.classcentral.com/course/coursera-foundations-of-international-psychiatry-9663,psychiatry,,,,,, -9c2c2f33-4fd8-41b3-9c34-cdc94264574c,Community Engagement: Collaborating for Change,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-community-engagement-collaborating-for-change-11988,sociology;community,,,,,, -9744c935-343c-4e50-b23b-8f28c5cd4ca1,Environmental Pollution Events and Emergency Response Introduction,By Peking University via edX,,course|https://www.classcentral.com/course/edx-environmental-pollution-events-and-emergency-response-introduction-14504,urban-planning;environmental-science,,,,,, -20b71c7c-916b-4c7e-99b4-96311b2c4e78,"An Introduction to Sociolinguistics: Accents, Attitudes and Identity",By University of York via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-an-introduction-to-sociolinguistics-accents-attitudes-and-identity-14416,linguistics;sociolinguistics;social-science,,,,,, -4728b9d4-efa6-4568-ae5f-2663283fd919,Industrial Policy in the 21st Century: The Challenge for Africa,By SDG Academy via edX,,course|https://www.edx.org/course/industrial-policy-in-the-21st-century-the-challenge-for-africa,sustainability;economics;africa,,,,,, -02f6b6a2-12ee-411f-b276-70b2628c0c92,International Human Rights Law,By Université catholique de Louvain via edX,,course|https://www.edx.org/course/international-human-rights-law-0,human-rights;law,,,,,, -7cb12b22-8ee3-4fc6-a987-df7ff40617d3,Introduction to Sustainable Finance,By United Nations via Independent,,course|https://www.classcentral.com/course/independent-introduction-to-sustainable-finance-14437,sustainability;finance,,,,,, -5e782d47-ae1b-4286-abd6-4c6f325de8cc,Protecting Children in Humanitarian Settings,By Columbia University via edX,,course|https://www.edx.org/course/protecting-children-in-humanitarian-settings,children;social-science,,,,,, -772a5d4f-b121-4741-870d-886016a5383b,"The American South: Its Stories, Music, and Art",By The University of North Carolina at Chapel Hill via Coursera,,course|https://www.classcentral.com/course/coursera-the-american-south-its-stories-music-and-art-2385,nations/usa,,,,,, -473e5a52-597f-43fb-9097-54010d75e267,From Bacteria to Bach and Back ,By Daniel C. Dennett,https://learn-awesome.github.io/assets/book_covers/35167699.jpg,book|https://www.goodreads.com/book/show/35167699-from-bacteria-to-bach-and-back,evolution;biology,,,,,, -c9d0c7a1-b2ef-4455-906c-8ee5207d1d01,Chemerinsky on Constitutional Law - The Structure of Government,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/chemerinsky-on-constitutional-law-structure-of-government,constitution;law,,,,,, -40f0675c-05ae-459a-ad6f-72053033aaff,Microeconomics: When Markets Fail,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-microeconomics-when-markets-fail-5295,microeconomics;markets,,,,,, -e6c9a230-50a5-488b-aa50-a224047d176b,What does it mean to identify as Transgender or Gender Non-Conforming (TGNC)?,By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/tgnc-gender-identity-social-change,gender;social-science,,,,,, -9f6ba6eb-6f1b-435e-bec7-0827a3ed2a51,Introduction to the Orbital Perspective,By University of Arizona via Coursera,,course|https://www.coursera.org/learn/orbitalperspective,collaboration;international-space-station;social-science,,,,,, -dbd3e230-6c72-4df7-84f2-f4a5fe4791d4,Sustainable Vikings: Sustainability & Corporate Social Responsibility in Scandinavia,By Copenhagen Business School via Coursera,,course|https://www.coursera.org/learn/sustainability-csr-scandinavia,sustainability;corporate-social-responsibility;scandinavia,,,,,, -7ce9a084-2254-4503-828d-871d1f5dcde7,Culturally Responsive Built Environments,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-culturally-responsive-built-environments-13975,urban-planning,,,,,, -7538c069-1fd5-40f6-a20d-237da57d1b8a,Disaster Recovery And Build Back Better,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-disaster-recovery-and-build-back-better-14011,disaster-management,,,,,, -d46f8174-6faf-4ca7-90f1-a5aa3f28e461,Ecology and Environment,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-ecology-and-environment-14021,ecology;environmental-science,,,,,, -62377f28-ed10-40c9-aa1e-c0148d046e4b,Property and Liability: An Introduction to Law and Economics,By Wesleyan University via Coursera,,course|https://www.classcentral.com/course/coursera-property-and-liability-an-introduction-to-law-and-economics-524,property;law;economics,,,,,, -9170ede5-5b62-4c87-9d8c-2fe07ad680e6,Chinese Politics Part 2 – China and the World,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-chinese-politics-part-2-china-and-the-world-3791,politics;nations/china,,,,,, -ae859964-636a-4a18-893a-4ebacd429229,Emotions: a Philosophical Introduction,By Universitat Autònoma de Barcelona (Autonomous University of Barcelona) via Coursera,,course|https://www.classcentral.com/course/coursera-emotions-a-philosophical-introduction-3159,emotions;philosophy,,,,,, -d8f9abac-c6a8-4671-8a10-bf7b5f9a8d3d,Strategy and Sustainability,By IESE Business School via Coursera,,course|https://www.classcentral.com/course/coursera-strategy-and-sustainability-7373,sustainability,,,,,, -8955e2f7-3bdf-4f58-9a89-10d1f76d6f09,Green Business Strategy,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-green-business-strategy-12644,business;strategy;sustainability,,,,,, -3dcd8f24-0101-4c0e-8a62-381e6359a3d4,Genius. Talent. Golden Mediocrity,By Tomsk State University via Coursera,,course|https://www.classcentral.com/course/coursera-genius-talent-golden-mediocrity-9199,genius;talent;mediocrity;psychology,,,,,, -a82e7caa-fef3-472f-9b24-f4afc6248ca7,Gender Justice and Workplace Security,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-gender-justice-and-workplace-security-14087,gender;justice;workplace,,,,,, -e2e1146f-57ee-49d7-8631-15e997747ceb,Understanding Terrorism and the Terrorist Threat,"By University of Maryland, College Park via Coursera",,course|https://www.coursera.org/learn/understandingterror,terrorism,,,,,, -6c4eb547-ef5c-42ef-a630-7d9173819d1b,Copyright for Educators & Librarians,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-copyright-for-educators-librarians-2137,copyright;education;libraries,,,,,, -24601bd6-75b7-4d0a-848c-ab25847f3860,Critical Issues in Urban Education,By The University of Chicago via Coursera,,course|https://www.classcentral.com/course/coursera-critical-issues-in-urban-education-5675,education,,,,,, -a3a45be4-80b4-42e0-9aae-7e1abda715fa,Global Human Rights Teach-Out,By SDG Talk via Coursera,,course|https://www.classcentral.com/course/coursera-global-human-rights-teach-out-12059,human-rights,,,,,, -f3677b43-cae0-49f5-8eb4-ac0c5bdccea0,Population Studies,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-population-studies-14240,social-science,,,,,, -f7dca0db-4472-4f9f-ad98-dbd336d33b6e,Energy Economics And Policy,By NPTEL via Swayam,,course|https://swayam.gov.in/nd1_noc19_hs42/preview,energy;economics;governance,,,,,, -d5d37f5c-adf2-4230-971d-d15088751a8c,Chinese Politics Part 1 – China and Political Science,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/chinesepolitics1,politics;political-science;nations/china,,,,,, -d02504ad-f547-4745-b2d3-2d5c558b46d2,Copyright for Multimedia,By Emory University via Coursera,,course|https://www.classcentral.com/course/coursera-copyright-for-multimedia-5369,copyright;multimedia,,,,,, -82a63891-8c24-4f63-a1c5-d955fe0d6f18,"Sustainability of Social-Ecological Systems: the Nexus between Water, Energy and Food",By Universitat Autònoma de Barcelona (Autonomous University of Barcelona) via Coursera,,course|https://www.classcentral.com/course/coursera-sustainability-of-social-ecological-systems-the-nexus-between-water-energy-and-food-8795,sustainability,,,,,, -ff3ffd50-07af-4d08-8bd1-0d3c7ef6d60e,Sustainability through Soccer: Systems-Thinking in Action,By University of Virginia via Coursera,,course|https://www.classcentral.com/course/coursera-sustainability-through-soccer-systems-thinking-in-action-8302,sustainability,,,,,, -01d64ad8-9852-408e-81c8-bac3b32d70e1,The Science of Well-Being,By Yale University via Coursera,,course|https://www.coursera.org/learn/the-science-of-well-being,psychology;well-being;happiness,,,,,, -d1f87a4d-d8b8-4b1d-ba5c-3443eff3d767,The Psychology of Thrill Seekers,By Emory University via Coursera,,course|https://www.classcentral.com/course/coursera-the-psychology-of-thrill-seekers-10208,psychology;adventure,,,,,, -54e37743-b0d9-4284-86d5-57ec04652811,Genomics for Law,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/genomics-for-law,genomics;law,,,,,, -f6b04601-0ffc-40e2-9317-1e4ad9e31f5e,Feminism and Social Justice,"By University of California, Santa Cruz via Coursera",,course|https://www.coursera.org/learn/feminism-social-justice,feminism;social-justice,,,,,, -2061202b-b730-417d-9e1d-d6fc2d796866,"Water, Society and Sustainability","By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_hs41/preview,sustainability,,,,,, -16c375b2-6a2d-4680-9882-1c6a637ac0a5,Morale Mindset | Podcast on Spotify,,,audio|https://spoti.fi/35cpant,people-management,,,intermediate,,, -27ad821c-1062-4bfa-a6b9-e7a134ee6195,"Justice, Mercy and Mass Incarceration",By Vanderbilt University via Coursera,,course|https://www.coursera.org/learn/massincarceration,justice;nations/usa,,,,,, -9f16b295-5fbe-4569-8bc0-45a9b5d4737f,Geopolitics of Europe,By Institut d'Etudes Politiques de Paris via Coursera,,course|https://www.coursera.org/learn/geopolitics-europe,europe;political-science;geopolitics,,,,,, -d6468ef4-2d00-4cbc-a471-3e497fe2cab0,U.S. Federal Taxation Capstone,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-u-s-federal-taxation-capstone-9683,taxation;nations/usa,,,,,, -f4a82738-b9ef-4dc4-86fc-b3a3f6252b5e,Logic for Economists,By University of Amsterdam via Coursera,,course|https://www.coursera.org/learn/logic-for-economists,logic;economics,,,,,, -3eb7ef85-0999-4068-8bdf-9ab088f37acf,Studying Cities: Social Science Methods for Urban Research,By Erasmus University Rotterdam via Coursera,,course|https://www.classcentral.com/course/coursera-studying-cities-social-science-methods-for-urban-research-13837,cities;social-science,,,,,, -e39a5061-1fc2-43db-afdb-5d3a8c27e650,Free Speech on Campus Teach-Out,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/free-speech-on-campus,free-speech;academics,,,,,, -d85f6282-fc3a-4e19-bda4-24eb6d199e32,Circular Economy - Sustainable Materials Management,By Ghent University via Coursera,,course|https://www.classcentral.com/course/coursera-circular-economy-sustainable-materials-management-11971,sustainability;economics,,,,,, -5fbac633-69b0-4628-9b34-0ad5711a16dd,Understanding Russians: Contexts of Intercultural Communication,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-understanding-russians-contexts-of-intercultural-communication-1379,communication;culture;nations/russia,,,,,, -4501f8a6-6b17-4ecc-a1d0-d54f7677b2ba,"Espace mondial, a French vision of Global studies",By Institut d'Etudes Politiques de Paris via Coursera,,course|https://www.classcentral.com/course/coursera-espace-mondial-a-french-vision-of-global-studies-2992,political-science,,,,,, -cd2372ad-18e5-465b-85fe-d940ce21c818,Israel State and Society,By Hebrew University of Jerusalem via Coursera,,course|https://www.coursera.org/learn/israel,nations/israel,,,,,, -98ace378-92e2-437f-9f8a-224adc1f1c26,Human Rights for Open Societies,By Utrecht University via Coursera,,course|https://www.coursera.org/learn/humanrights,human-rights,,,,,, -27b35bb3-a2a2-47a5-b15f-d2eb05a046dc,From Freedom Rides to Ferguson: Narratives of Nonviolence in the American Civil Rights Movement,By Emory University via Coursera,,course|https://www.coursera.org/learn/nonviolence,nations/usa,,,,,, -44a00571-4541-4fee-8bea-2826f9d3602c,Heritage under Threat,By Leiden University via Coursera,,course|https://www.coursera.org/learn/heritage-protection,heritage;sociology,,,,,, -05a1c6d6-a3a8-4dd6-9767-4486e6b2661b,Social Science Approaches to the Study of Chinese Society Part 2,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/social-science-research-chinese-society,nations/china;social-science,,,,,, -e03d698a-9e05-4529-96e7-90dd739c1ed2,Cities and the Challenge of Sustainable Development,By SDG Academy via edX,,course|https://www.edx.org/course/cities-and-the-challenge-of-sustainable-development-2,sustainability;cities,,,,,, -511498fc-490a-4762-9d4e-4538a3d1e0ef,Introduction to GDPR: General Data Protection Regulation,By University College London via FutureLearn,,course|https://www.futurelearn.com/courses/gdpr,privacy;gdpr;law,,,,,, -792d5b68-4620-42bf-9dc8-e58f4400bc77,African cities : An Introduction to Urban Planning,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.classcentral.com/course/coursera-african-cities-an-introduction-to-urban-planning-12187,africa;urban-planning,,,,,, -33189e75-952e-49e9-9a71-4ab879c96347,Caring for Children Moving Alone: Protecting Unaccompanied and Separated Children,By University of Strathclyde via FutureLearn,,course|https://www.futurelearn.com/courses/caring-for-children-moving-alone,children;human-rights;society,,,,,, -cb5e7605-0cfd-434e-b8f9-7cbb7ae3a6b5,"Working Supportively With Refugees: Principles, Skills and Perspectives",By University of Glasgow via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-working-supportively-with-refugees-principles-skills-and-perspectives-10603,refugees;social-science,,,,,, -253bd940-6a29-4bb2-9109-7ed9dc9af526,Sustainable Food Systems: A Mediterranean Perspective,By SDG Academy via edX,,course|https://www.classcentral.com/course/edx-sustainable-food-systems-a-mediterranean-perspective-10626,sustainability,,,,,, -30a8c2b4-d689-4c47-bad6-2b2d5f3766bb,International migrations: a global issue,By Institut d'Etudes Politiques de Paris via Coursera,,course|https://www.classcentral.com/course/coursera-international-migrations-a-global-issue-10312,immigration;social-science,,,,,, -5bd784ce-0c5e-41f7-8464-a3ec54e43aa7,Advertising and Society,By Duke University via Coursera,,course|https://www.classcentral.com/course/coursera-advertising-and-society-2487,advertising;society,,,,,, -dbcc59ad-f5fe-4abf-bcdd-2e4d20f45dde,Understanding Violence,By Emory University via Coursera,,course|https://www.coursera.org/learn/violence,violence,,,,,, -9c4d28d1-8b41-4f35-8767-7b374eb76fdf,Economic Growth and Distributive Justice Part I -The Role of the State,By Tel Aviv University via Coursera,,course|https://www.coursera.org/learn/economic-growth-part-1,economics;justice;politics;governance,,,,,, -04e8bed3-bead-4d5a-ab92-0203bba488fc,Indigenous Canada,By University of Alberta via Coursera,,course|https://www.coursera.org/learn/indigenous-canada,nations/canada;anthropology,,,,,, -c6658740-871c-405e-b5b8-16835bae485e,Laudato Si: On Care for Our Common Home,By SDG Academy via edX,,course|https://www.classcentral.com/course/edx-laudato-si-on-care-for-our-common-home-8502,religion;sustainability,,,,,, -96ac1810-b486-47ab-8c85-4063cd4547d6,Corporate & Commercial Law I: Contracts & Employment Law,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-corporate-commercial-law-i-contracts-employment-law-11214,employment;law;contracts,,,,,, -b41d42aa-08bd-4a12-819a-cb17337c6f6d,Designing Cities,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/designing-cities,urban-planning,,,,,, -c4a6e618-b4aa-4eab-85b1-c02f1629261c,Introduction to Communication Science,By University of Amsterdam via Coursera,,course|https://www.classcentral.com/course/coursera-introduction-to-communication-science-1198,sociology;communication,,,,,, -13ee91ab-7868-43b2-bc71-05448c29a45f,"Revolutionary Ideas: Utility, Justice, Equality, Freedom",By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-revolutionary-ideas-utility-justice-equality-freedom-4234,justice;equality;freedom;politics,,,,,, -e68b10f8-0ea0-45bb-a221-db4f1a547663,International Women's Health and Human Rights,By Stanford University via Coursera,,course|https://www.coursera.org/learn/womens-health-human-rights,human-rights;women;health,,,,,, -33446429-25af-4104-935b-eb2878aa2761,"Human Rights, Human Wrongs: Challenging Poverty, Vulnerability and Social Exclusion",By SDG Academy via edX,,course|https://www.classcentral.com/course/edx-human-rights-human-wrongs-challenging-poverty-vulnerability-and-social-exclusion-8503,human-rights;poverty,,,,,, -d507cfc9-387e-44b5-be71-1c1144a7b784,Local Economic Development,By Erasmus University Rotterdam via Coursera,,course|https://www.coursera.org/learn/local-economic-development,economics;urban-planning,,,,,, -2b349dba-e802-4e0c-95f6-dce1f14d57d0,"Corporate & Commercial Law II: Business Forms, Financing & Governmental Regulation",By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-corporate-commercial-law-ii-business-forms-financing-governmental-regulation-11468,corporate-law;law;business,,,,,, -a3c885fc-9457-4ff2-af9c-1073644f07a3,Securing Digital Democracy,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-securing-digital-democracy-337,democracy;electronic-voting;law,,,,,, -3cc24f64-751f-4658-8c78-35cc8d33c0f3,Recovering the Humankind's Past and Saving the Universal Heritage,By Sapienza University of Rome via Coursera,,course|https://www.coursera.org/learn/preserving-cultural-heritage,archaeology,,,,,, -41889b18-5630-44e5-9e7c-86a7283d82d9,Supporting children with difficulties in reading and writing,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-supporting-children-with-difficulties-in-reading-and-writing-2081,children;education,,,,,, -0d75b829-3ae5-415a-be10-f6679369bd35,The Korean Economic Development,By Yonsei University via Coursera,,course|https://www.classcentral.com/course/coursera-the-korean-economic-development-6207,nations/korea;economics,,,,,, -ab729c3a-9627-4d58-b5ec-1985665eb704,Managing Workplace Morale — Morale Mindset,,,article|https://www.moralemindset.com/publications/increase-workplace-morale,people-management,,,intermediate,,, -b70262fb-1f73-4033-8923-05b74edbe5b3,"Social Norms, Social Change II",By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-social-norms-social-change-ii-7429,sociology;society,,,,,, -709a88e9-26e6-4d9a-893e-8b7ad6794277,China’s Economic Transformation Part 1: Economic Reform and Growth in China,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/econtransform1,economics;nations/china,,,,,, -fc688fa1-e886-467a-b6f7-f9bc20601862,Introduction to Psychology: Biological Psychology,By Monash University via FutureLearn,,course|https://www.futurelearn.com/courses/biological-psychology,psychology;biology,,,,,, -6e61224b-f795-4b92-a668-2b919aa26e2a,"Security, Terrorism and Counterterrorism",By Murdoch University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-security-terrorism-and-counterterrorism-11613,terrorism,,,,,, -41b91ba2-56a6-4d6e-8ffe-436ab97126d8,Cross-border road transport in EU law context,By Erasmus University Rotterdam via Coursera,,course|https://www.classcentral.com/course/coursera-cross-border-road-transport-in-eu-law-context-12380,transportation;law;europe,,,,,, -f7858a2e-9282-47ac-b887-350399344200,Business Model Innovation for Sustainable Landscape Restoration,By Erasmus University Rotterdam via Coursera,,course|https://www.classcentral.com/course/coursera-business-model-innovation-for-sustainable-landscape-restoration-12589,business;sustainability,,,,,, -34d5a55c-85ea-4e24-9fd1-99907975f51d,Driving business towards the Sustainable Development Goals,By Erasmus University Rotterdam via Coursera,,course|https://www.classcentral.com/course/coursera-driving-business-towards-the-sustainable-development-goals-13760,sustainability,,,,,, -0aa94238-f366-4fd3-8080-078d1743e321,Reducing Gun Violence in America: Evidence for Change,By Johns Hopkins University via Coursera,,course|https://www.coursera.org/learn/gun-violence,gun-violence;nations/usa,,,,,, -cf05416f-f70a-496b-83af-459ba5bece53,Cities are back in town : urban sociology for a globalizing urban world,By Institut d'Etudes Politiques de Paris via Coursera,,course|https://www.classcentral.com/course/coursera-cities-are-back-in-town-urban-sociology-for-a-globalizing-urban-world-2993,urban-planning;sociology,,,,,, -d734158d-b3b0-493e-82ef-4e04b6f70c1c,"Managing Responsibly: Practicing Sustainability, Responsibility and Ethics",By University of Manchester via Coursera,,course|https://www.coursera.org/learn/responsible-management,sustainability,,,,,, -6a7186d3-894b-4974-b032-954a9ffde107,"Revolutionary Ideas: Borders, Elections, Constitutions, Prisons",By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/revolutionary-ideas-borders-elections-constitutions-prisons,political-science,,,,,, -cfbaed85-7a06-48ff-8c5f-23da91832bfd,European Business Law: Doing Business in Europe,By Lund University via Coursera,,course|https://www.coursera.org/learn/eu-law-doing-business,business-law;law;europe,,,,,, -f01a9e12-f35b-4a05-82f8-63eb4cd9a631,Understanding Russian Economy. Problems of Transition,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-understanding-russian-economy-problems-of-transition-5948,economics;nations/russia,,,,,, -ca793c72-5d48-4007-8eef-186582b870aa,Transforming Our World: Achieving the Sustainable Development Goals,By SDG Academy via edX,,course|https://www.edx.org/course/transforming-our-world-achieving-the-sustainable-development-goals,sustainability,,,,,, -8f1b6c0e-f208-4f77-b06a-58594b085f11,Macroeconomics for a Sustainable Planet,By SDG Academy via edX,,course|https://www.classcentral.com/course/edx-macroeconomics-for-a-sustainable-planet-9745,sustainability,,,,,, -ef405ff9-a1d8-4a0a-9e47-d25a68e2441f,Understanding International Relations Theory,By Higher School of Economics via Coursera,,course|https://www.classcentral.com/course/coursera-understanding-international-relations-theory-10434,political-science;international-relations,,,,,, -f46583da-e654-4596-a064-4be6f6d5fab0,Accessibility to the Scenic Arts,By Universitat Autònoma de Barcelona (Autonomous University of Barcelona) via Coursera,,course|https://www.classcentral.com/course/coursera-accessibility-to-the-scenic-arts-11497,accessibility;arts,,,,,, -0a93ed45-a1e2-40d6-9223-6fa7b6c5a9f3,Fundamentals of Macroeconomics,By Universidad Carlos iii de Madrid via edX,,course|https://www.edx.org/course/fundamentals-of-macroeconomics-2,macroeconomics,,,,,, -c8fc3467-22bb-43f5-bb0f-4c2f5b28d9aa,Sustainable Urban Development,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-sustainable-urban-development-4060,sustainability;urban-planning,,,,,, -bb8738bd-350c-40a6-8b6b-e992af68847f,Foundations of Development Policy,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-foundations-of-development-policy-3923,economics,,,,,, -72bdccd0-997e-4ce6-bd9d-9a617f7509a9,Designing and Running Randomized Evaluations,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-designing-and-running-randomized-evaluations-7861,economics,,,,,, -5fecaa47-fc66-4819-928e-1028e212399e,Fundamentals of Microeconomics | Fundamentos de Microeconomía,By Universidad Carlos iii de Madrid via edX,,course|https://www.classcentral.com/course/edx-fundamentals-of-microeconomics-fundamentos-de-microeconomia-7865,microeconomics,,,,,, -a0f23f46-a58a-4f7e-b5a5-17a4a6178c86,Political Economy and Economic Development,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-political-economy-and-economic-development-14391,economics;political-science,,,,,, -a69a0e02-fcf0-426f-bd18-b9746f7c873d,The Challenges of Global Poverty,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-the-challenges-of-global-poverty-608,poverty,,,,,, -609f838a-662e-47a4-a2fe-836dafd07dab,Co-Creating Sustainable Cities,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-co-creating-sustainable-cities-12638,sustainability,,,,,, -5c132ebf-b2fc-4a01-9005-c42b30bd799b,Microeconomics,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/microeconomics-4,microeconomics,,,,,, -82443bab-8819-4978-9873-4e3bed2059b2,Pricing Options with Mathematical Models,By California Institute of Technology via edX,,course|https://www.edx.org/course/pricing-options-with-mathematical-models-2,finance;derivatives,,,,,, -1e227562-a027-4616-85ae-c401744823ba,AGRIMONITOR: Agricultural Policy in the Caribbean,By IDB ( Inter-American Development Bank ) via edX,,course|https://www.classcentral.com/course/edx-agrimonitor-agricultural-policy-in-the-caribbean-7214,agriculture;caribbean,,,,,, -19017689-2b83-4740-9d18-363ccfdd1754,People Studying People: Research Ethics in Society,By University of Leicester via FutureLearn,,course|https://www.futurelearn.com/courses/ethical-research,research;ethics;social-science,,,,,, -b9060bf8-6746-404d-b0c9-199859ce03b1,Understanding Suicide and Suicide Prevention Strategies in a Global Context,By University of Glasgow via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-suicide-and-suicide-prevention-strategies-in-a-global-context-13159,suicide,,,,,, -063d729a-1ea9-41f6-ba85-f5efcf96d91b,Sustainable Construction and Development,By London South Bank University via FutureLearn,,course|https://www.futurelearn.com/courses/sustainable-construction-development,sustainability;urban-planning,,,,,, -e7886fc9-cd67-4eb0-814e-935b6194440a,Cultural Heritage and the City,By European University Institute via FutureLearn,,course|https://www.futurelearn.com/courses/cultural-heritage-cities,urban-planning;culture,,,,,, -0792d013-f375-4358-bfc7-277986a87d50,Capstone: Analyzing (Social) Network Data,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-capstone-analyzing-social-network-data-5103,sociology;social-networks,,,,,, -938b2b16-49b7-4b9f-9e6d-4a41ef99f477,The Coronavirus Curve - Numberphile,,,video|https://www.youtube.com/watch?v=k6nLfCbAzgo,coronavirus;epidemics,,,,,,oer -b044a72c-16ef-452a-8ff4-a46f014f18be,Smart Cities,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-smart-cities-3846,cities;smart-cities;urban-planning,,,,,, -2b1b636f-ebd2-42c3-91aa-70843a5cdcb3,"Feeding a Hungry Planet: Agriculture, Nutrition and Sustainability",By SDG Academy via edX,,course|https://www.edx.org/course/feeding-a-hungry-planet-agriculture-nutrition-and-sustainability-2,sustainability,,,,,, -ad2a3631-5b3a-4bc7-9a43-a5c1d43ce1a9,Antisemitism: From Its Origins to the Present,By Yad Vashem - The World Holocaust Remembrance Center via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-antisemitism-from-its-origins-to-the-present-10557,sociology;antisemitism,,,,,, -2b93a9df-1be6-4b33-befd-fbdad22d8c0b,Development Economics,By via MRUniversity,,course|https://mru.org/development-economics,economics,,,,,, -96810133-ca5f-4af4-9695-b33bf9cea4dc,The Eurozone Crisis,By via MRUniversity,,course|https://mru.org/courses/eurozone-crisis,political-science;europe,,,,,, -86469ebd-8e1b-4b0d-a699-0a9b1c10f873,Mexico's Economy: Current Prospects and History,By via MRUniversity,,course|https://mru.org/courses/mexicos-economy-current-prospects-and-history,economics;nations/mexico,,,,,, -404b0672-f686-476b-9fe1-7c93f98afd42,Legal Ethical Governance,By Florida International University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-legal-ethical-governance-791,law;ethics;governance,,,,,, -3e5df2e0-4e6f-4d7f-82a6-10127ae7c98d,Great Economists: Classical Economics and its Forerunners,By via MRUniversity,,course|https://www.classcentral.com/course/mruniversity-great-economists-classical-economics-and-its-forerunners-890,economics,,,,,, -6c482583-ef0d-49b7-ad5e-a9bfde2d0228,International Trade,By via MRUniversity,,course|https://mru.org/international-trade,economics,,,,,, -c4890432-dcf0-4094-b2cd-68bb7eaeccc6,Success - Achieve Success with Emotional Intelligence,By Taylor's University via OpenLearning,,course|https://www.openlearning.com/courses/Success/,psychology;emotional-intelligence,,,,,, -c7c9d882-68b9-4bd8-9e60-0654c8da4c3e,Introduction to Behavioral Science Degree Programs,By Utah Valley University via Canvas Network,,course|https://www.canvas.net/browse/uvu/courses/introduction-to-behavioral-science-degree-programs,sociology;behavioral-science,,,,,, -05c9a36f-c9f0-4c5a-9160-e7b945ec7a37,Introduction to Human Rights,By Universidad Diego Portales via Udemy,,course|https://www.udemy.com/course/introduction-to-human-rights/?LSNPUBID=SAyYsTvLiGQ&ranEAID=SAyYsTvLiGQ&ranMID=39197&ranSiteID=SAyYsTvLiGQ-CN71.whdvSbNH38Wlj2Qng,human-rights;social-science,,,,,, -3198cb06-b155-4e75-ac96-dc7db4fd896b,Age of Globalization,By The University of Texas at Austin via edX,,course|https://www.classcentral.com/course/edx-age-of-globalization-812,political-science;globalization,,,,,, -70a00db1-81c3-41cd-9521-0039bc067dd0,Discretionary Decision Making for Social Workers in Child Protection,By Charles Darwin University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-discretionary-decision-making-for-social-workers-in-child-protection-3275,sociology,,,,,, -93d7a526-d1a4-48d8-bb20-632eb8ebbbcf,"Central Challenges of American National Security, Strategy, and the Press",By Harvard University via edX,,course|https://www.classcentral.com/course/edx-central-challenges-of-american-national-security-strategy-and-the-press-1231,political-science;nations/usa,,,,,, -67478484-b69c-4530-a789-a0fdcb495d03,Critical Issues in Urban Education,By The University of Chicago via edX,,course|https://www.classcentral.com/course/edx-critical-issues-in-urban-education-2692,education;schools,,,,,, -4d850223-a977-4d81-a9d0-4ab25884d125,Incarceration's Witnesses: American Prison Writing,By Hamilton via edX,,course|https://www.classcentral.com/course/edx-incarceration-s-witnesses-american-prison-writing-2905,nations/usa;human-rights,,,,,, -d781ca13-7852-4793-b84c-690fec971bb2,Religion and Hip Hop Culture,By Rice University via edX,,course|https://www.classcentral.com/course/edx-religion-and-hip-hop-culture-2803,religion;hip-hop;sociology,,,,,, -330cdb3d-af34-4db8-abe7-76e0e0649fe4,Introduction to Psychology: (PSYC 1310),By East Tennessee State University via Independent,,course|https://www.classcentral.com/course/independent-introduction-to-psychology-psyc-1310-3456,psychology,,,,,, -1a9719ca-f6e7-498c-9dd8-f0dd2eaf6c7e,Urban Water - Innovations for Environmental Sustainability,By The University of British Columbia via edX,,course|https://www.edx.org/course/urban-water-innovations-environmental-ubcx-water201x,sustainability,,,,,, -14dfe1ff-8273-4586-a2ea-8e929a451477,Global Markets and Personal Impacts,By University of Washington via edX,,course|https://www.classcentral.com/course/edx-global-markets-and-personal-impacts-3485,economics,,,,,, -3a8adc44-506b-4e59-9cfa-c6f660a942f7,Yield Curve Analysis,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-yield-curve-analysis-3601,economics,,,,,, -25e8d3eb-16b9-4d97-b413-319794f71add,"Sustainability, Resilience, and Society",By University of Washington via edX,,course|https://www.edx.org/course/sustainability-resilience-society-uwashingtonx-anth378x,sustainability,,,,,, -29d7012a-ea0d-4a3f-9bda-9423d01335d3,Economic History of the Soviet Union,By via MRUniversity,,course|https://mru.org/courses/economic-history-soviet-union-0,economics;history;soviet-union,,,,,, -64f4afe9-33c2-4f0a-b7ad-5a372de93047,Principles of Economics: Microeconomics,By via MRUniversity,,course|https://mru.org/principles-economics-microeconomics,microeconomics,,,,,, -c292c063-6d19-4c79-ba3e-4eb5b9586bf1,Introduction to Human Evolution,By Wellesley College via edX,,course|https://www.edx.org/course/introduction-human-evolution-wellesleyx-anth207x-1,evolution;anthropology,,,,,, -04a0b789-9406-4fc5-a1df-0b7915cdde1d,The Book: Making and Meaning in the Medieval Manuscript,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-the-book-making-and-meaning-in-the-medieval-manuscript-3873,books;history,,,,,, -9440980d-446e-4010-a86e-8fb1e51656f2,The Book: Scrolls in the Age of the Book,By Harvard University via edX,,course|https://www.edx.org/course/book-scrolls-age-book-harvardx-hum1-2x,books;history,,,,,, -d06145a0-2766-4202-9d3b-026febeb7362,The Book: The History of the Book in the 17th and 18th Century Europe,By Harvard University via edX,,course|https://www.edx.org/course/book-history-book-17th-18th-century-harvardx-hum1-4x,books;history,,,,,, -319d16a7-eade-4d90-85e9-e2cf7410fba0,"The Book: Monasteries, Schools, and Notaries, Part 2: Introduction to the Transitional Gothic Script",By Harvard University via edX,,course|https://www.classcentral.com/course/edx-the-book-monasteries-schools-and-notaries-part-2-introduction-to-the-transitional-gothic-script-3871,books;history,,,,,, -ac47a2f8-9805-498f-b06f-29c00b0e31f8,"The Book: Print and Manuscript in Western Europe, Asia and the Middle East (1450-1650)",By Harvard University via edX,,course|https://www.classcentral.com/course/edx-the-book-print-and-manuscript-in-western-europe-asia-and-the-middle-east-1450-1650-3872,books;history,,,,,, -ad8be0f1-eec9-4cf5-ba80-05db149f6734,"The Book: Monasteries, Schools, and Notaries, Part 1: Reading the Late Medieval Marseille Archive",By Harvard University via edX,,course|https://www.edx.org/course/book-monasteries-schools-notaries-part-1-harvardx-hum1-6x,books;history,,,,,, -2d789cba-8e4b-48b0-b30a-7e7cd00cb553,Sustainability and Business Innovation,By via openSAP,,course|https://www.classcentral.com/course/opensap-sustainability-and-business-innovation-1930,sustainability,,,,,, -084fd0c7-f114-4fc1-b05f-ca4cbd72c067,Human Rights: The Right to Freedom of Expression,By Amnesty International via edX,,course|https://www.classcentral.com/course/edx-human-rights-the-right-to-freedom-of-expression-4869,human-rights;free-speech,,,,,, -189705df-b3f5-4fbd-ac25-eb7090d96c5e,Principles of Economics: Macroeconomics,By via MRUniversity,,course|https://www.classcentral.com/course/mruniversity-principles-of-economics-macroeconomics-5060,macroeconomics,,,,,, -0e050b53-3b80-4451-839a-5c0adcf857aa,Exploring Our Humanity,By via World Science U,,course|http://www.worldscienceu.com/courses/master_class/master-class-lee-berger,anthropology,,,,,, -c72b4f93-a847-40ca-8d38-108d44ce0353,Political Philosophy: An Introduction,By via iversity,,course|https://iversity.org/en/courses/political-philosophy-an-introduction-january-2016,political-science,,,,,, -df4509b6-6620-42cb-a692-5c214aaff7c5,Globalization's Winners and Losers: Challenges for Developed and Developing Countries,By Georgetown University via edX,,course|https://www.classcentral.com/course/edx-globalization-s-winners-and-losers-challenges-for-developed-and-developing-countries-915,globalization;society,,,,,, -2a39e1a1-2837-46b2-92bd-5644e98721b3,Making Sense of News,By The University of Hong Kong via edX,,course|https://www.edx.org/course/making-sense-news-hkux-hku04x-0,news;media;sociology,,,,,, -dad6b692-8465-4d9c-9a1d-616c41151aab,In the Name of Identity,By via +Acumen,,course|https://www.classcentral.com/course/acumen-in-the-name-of-identity-2570,sociology,,,,,, -33dafbd7-6718-4b31-bda4-fdbe12dfbce7,"Cyberwar, Surveillance and Security",By University of Adelaide via edX,,course|https://www.classcentral.com/course/edx-cyberwar-surveillance-and-security-3242,surveillance;law;political-science,,,,,, -a6df0018-321a-4a9a-ae9f-1fe06fa270fe,"Networks, Crowds and Markets",By Cornell University via edX,,course|https://www.classcentral.com/course/edx-networks-crowds-and-markets-1565,economics;networks;markets,,,,,, -0cace112-c7eb-4e3a-bb63-0a17108e4f09,Introduction to Urban Resilience with HAZUR,By OptiCits via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-introduction-to-urban-resilience-with-hazur-4976,urban-planning;social-science,,,,,, -5166ad08-6a14-4df6-b0df-0442a5ebfd8d,Future Cities,By ETH Zurich via edX,,course|https://www.classcentral.com/course/edx-future-cities-2070,cities;urban-planning,,,,,, -10aa00ff-27a6-42aa-95c7-f66088d9d8af,Governance and Policy Advice: How political decisions come to life,By Hertie School of Governance via iversity,,course|https://www.classcentral.com/course/iversity-governance-and-policy-advice-how-political-decisions-come-to-life-2491,political-science,,,,,, -04b68d7c-6ddd-4c15-8ca1-98e8d14a35f7,Global Inequality,By Wellesley College via edX,,course|https://www.edx.org/course/global-inequality-wellesleyx-soc102x,sociology;inequality,,,,,, -76fc6ad7-3a2b-4a05-864d-e5daef41bf0e,Global Social Change,By Wellesley College via edX,,course|https://www.classcentral.com/course/edx-global-social-change-6246,sociology,,,,,, -ee1106da-776a-4925-a501-d95f15756dbb,Global Sociology,By Wellesley College via edX,,course|https://www.edx.org/course/global-sociology-wellesleyx-soc101x,sociology,,,,,, -8ee50c42-12e0-4494-afec-28bf48180ec5,Fundamentals of Market Structure,By New York Institute of Finance via edX,,course|https://www.edx.org/course/fundamentals-market-structure-new-york-institute-finance-etfm2016-1x,markets;economics,,,,,, -477ab686-d796-4a4a-8432-fa429cd9f319,Big Data for Smart Cities,By IEEE via edX,,course|https://www.classcentral.com/course/edx-big-data-for-smart-cities-6323,big-data;smart-cities,,,,,, -f73981aa-f9d6-4020-acdb-0264a6e05c5d,The History of Medieval Medicine Through Jewish Manuscripts,By University of Pennsylvania via edX,,course|https://www.edx.org/course/history-medieval-medicine-through-jewish-pennx-katz1-1x,medicine;history,,,,,, -62a6edd9-adfc-40ca-8748-c95a8fed0506,Circular Economy MOOC,By Euneos via EMMA,,course|https://www.classcentral.com/course/emma-circular-economy-mooc-6049,economics,,,,,, -da4e04eb-dcc5-49b3-b2e6-3d3dac27827a,International Labour Standards: How to Use Them,By via iversity,,course|https://www.classcentral.com/course/iversity-international-labour-standards-how-to-use-them-6522,human-rights;social-science,,,,,, -5bf73ba9-2308-4926-a513-142fb9eddc99,The Legacy of Islamic Civilization,By Bibliotheca Alexandrina via edX,,course|https://www.classcentral.com/course/edx-the-legacy-of-islamic-civilization-6589,islam;science,,,,,, -46bf1024-532d-4671-b254-e1227a4b31f2,Quality of Life: Livability in Future Cities,By ETH Zurich via edX,,course|https://www.classcentral.com/course/edx-quality-of-life-livability-in-future-cities-3854,urban-planning;social-science,,,,,, -58b3cf94-a9de-4c43-9727-45b29791cd18,"International Politics in the Korean Peninsula, Part 1",By Seoul National University via edX,,course|https://www.edx.org/course/international-politics-korean-peninsula-snux-snu216b-226-1x-0,political-science;korea,,,,,, -ccbf3783-571d-4b96-b4eb-7ff29824dba7,Everyday Economics,By via MRUniversity,,course|https://mru.org/everyday-economics,economics,,,,,, -b5c94127-e7b6-413d-a7f7-fb3bb9f9f084,Econ Duel,By via MRUniversity,,course|https://mru.org/econ-duel,economics,,,,,, -13815719-5c51-4397-b42f-8f75651e58e7,Reclaiming Broken Places: Introduction to Civic Ecology,By Cornell University via edX,,course|https://www.classcentral.com/course/edx-reclaiming-broken-places-introduction-to-civic-ecology-2811,ecology;social-science,,,,,, -48959daa-a1d5-4a8c-b9d9-98d98b57b8a7,Introductory Course to Economics,By Hanze University of Applied Sciences via Canvas Network,,course|https://www.canvas.net/browse/hanzeuniversity/courses/introductory-course-to-economics,economics,,,,,, -98dd7025-9a80-4647-909a-f7e6f02521f8,JuryX: Deliberations for Social Change,By Harvard University via edX,,course|https://www.edx.org/course/juryx-deliberations-social-change-harvardx-hls3x-0,law;society,,,,,, -444b4d80-9c86-442a-930d-501afbdc2fa1,Gender Equality and Sexual Diversity,By Universidad Diego Portales via Udemy,,course|https://www.classcentral.com/course/udemy-gender-equality-and-sexual-diversity-7323,gender,,,,,, -a119b68d-135a-4f0c-ba81-862edb4a0bb0,国际贸易 | International Economics and Trade,By Peking University via edX,,course|https://www.edx.org/course/guo-ji-mao-yi-international-economics-pekingx-02530090x-0,economics,,,,,, -aeac1460-920a-462d-8157-e4d5c32d408f,America's Poverty Course,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-america-s-poverty-course-7992,poverty;nations/usa;economics,,,,,, -4a9934c8-7fe5-4fc6-9497-11ceb8a58fe6,Freedom of Expression in the Age of Globalization,By Columbia University via edX,,course|https://www.classcentral.com/course/edx-freedom-of-expression-in-the-age-of-globalization-6646,free-speech;globalization,,,,,, -6e442478-23fc-40bc-9789-ca71c56e26f1,US Voting Access and Fraud,By Davidson College via edX,,course|https://www.classcentral.com/course/edx-us-voting-access-and-fraud-7478,nations/usa;voting;political-science,,,,,, -f4ae7274-413c-48f2-bbc2-b01f856af107,"U.S. Government - Foundations, Democracy & Politics",By Purdue University via edX,,course|https://www.classcentral.com/course/edx-u-s-government-foundations-democracy-politics-7341,nations/usa;political-science,,,,,, -fc941a97-62c8-4067-bc34-13a3682e49ba,Policy Lessons from South Korea's Development,By The World Bank via edX,,course|https://www.classcentral.com/course/edx-policy-lessons-from-south-korea-s-development-6610,nations/south-korea;economics,,,,,, -5dd0a5ab-49c0-46c1-bc97-3cb300ba3f5f,Top 10 Social Issues for the President’s First 100 Days,By University of Pennsylvania via edX,,course|https://www.classcentral.com/course/edx-top-10-social-issues-for-the-president-s-first-100-days-7586,nations/usa;political-science,,,,,, -be44748b-3f5a-4f45-bca2-c124b8945d55,Human Trafficking Awareness for the General Public,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:HumanitiesSciences+HumTrfkgAwrns+SelfPaced/about,human-trafficking;sociology,,,,,,oer -4eedcdcb-9003-4fc3-b1d5-2a0f118cdbd7,Human Trafficking Awareness for the Hospitality Industry,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-human-trafficking-awareness-for-the-hospitality-industry-7990,human-trafficking;sociology,,,,,, -35b564fc-d3a0-4267-87a4-27ac769e908a,Human Trafficking Awareness for the Restaurant Industry,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:HumanitiesSciences+HumTrfkgRestrnt+SelfPaced/about,human-trafficking;sociology,,,,,,oer -617d8b60-29f2-4261-963e-1d8611ba3c72,Psychology of Political Activism: Women Changing the World,By Smith College via edX,,course|https://www.classcentral.com/course/edx-psychology-of-political-activism-women-changing-the-world-4992,psychology;political-science;sociology;women,,,,,, -b82afdf2-8a7d-4576-b560-17fd600f7a48,The Art and Science of Memory: 5 Keys to Learning,By Charles Darwin University via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_834_1,memory;learning,,,,,, -62252775-811b-4c3e-900e-af0b52449bfe,Smart Cities,By ETH Zurich via edX,,course|https://www.edx.org/course/smart-cities-ethx-ethx-fc-03x-1,smart-cities,,,,,, -e07e7f03-c717-4945-bc30-3e39a3319aed,Introduction to Mao Zedong Thought | 毛泽东思想概论,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx-introduction-to-mao-zedong-thought--3506,political-science;nations/china,,,,,, -c3aca8d1-98e6-42c9-b1d9-9538fed979b3,中国特色社会主义理论体系概论 | Introduction to the Theoretical System of Socialism with Chinese Characteristics,By Tsinghua University via edX,,course|https://www.edx.org/course/zhong-guo-te-se-she-hui-zhu-yi-li-lun-ti-xi-gai-lun-introduction-to-the-theoretical-system-of-socialism-with-chinese-characteristics,political-science;socialism;nations/china,,,,,, -1b1bad13-aebb-4216-bb5e-eec26483f6a7,文物精品与文化中国:天文与医药 | Relics of Chinese History - Part 2: Astronomy and Medicine,By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx---relics-of-chinese-history-part-2-astronomy-and-medicine-4078,nations/china;history;astronomy;medicine,,,,,, -00ce4e14-68ac-485b-8c90-ce9c1c4c9809,Why delegating is a terrible first step - Morale Mindset,,,article|https://moralemindset.substack.com/p/why-delegating-is-a-terrible-first,people-management,,,intermediate,,, -af69dea2-5d40-4d18-ad65-4dac393d29d6,The Story of Fake News,By Davidson College via edX,,course|https://www.classcentral.com/course/edx-the-story-of-fake-news-8229,news;sociology,,,,,, -de045694-abec-4834-b19b-d867aa49a77a,Citizen Engagement: A Game Changer for Development,By The World Bank via edX,,course|https://www.classcentral.com/course/edx-citizen-engagement-a-game-changer-for-development-7846,political-science,,,,,, -1c010244-2904-49ad-b53d-c476277bd10a,"Fake News, Facts, and Alternative Facts",By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-fake-news-facts-and-alternative-facts-8260,news;media;social-science,,,,,, -0de07a10-af39-4050-9bda-dd7d1ff6a9d0,Raising Awareness about the Situation of Newly Arrived Migrants,By School Education Gateway - Teacher Academy via Independent,,course|https://www.classcentral.com/course/independent-raising-awareness-about-the-situation-of-newly-arrived-migrants-10767,immigration;social-science,,,,,, -b31f4bca-7bfc-47b3-8bc7-862713c05464,American Government,By Harvard University via edX,,course|https://www.edx.org/xseries/harvardx-us-government?source=aw&awc=6798_1567901669_453a9bb629f2259d7694ac3c5898dc5a,nations/usa;governance,,,,,, -be38abe9-d2f4-4b74-b627-116045d55e6f,Technology Innovation for Sustainable Development,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-technology-innovation-for-sustainable-development-8446,sustainability,,,,,, -f8a1f9b1-9ccf-408d-84d9-5a282befd86e,Essentials of Program Strategy and Evaluation,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-essentials-of-program-strategy-and-evaluation-8981,society;governance;business;social-science,,,,,, -9945abda-ca38-4145-a1e2-e8f97f6ba398,Empowering Lieutenants to Lead Initiatives | by David Huynh | Medium,,,article|https://medium.com/@moralemindset/empowering-lieutenants-to-lead-initiatives-b4f64a118a7,people-management,,,intermediate,,,oer -2b09d795-148d-44eb-b715-fdd7f954730b,Structuring Business Agreements for Success,By Cornell University via edX,,course|https://www.edx.org/course/structuring-business-agreements-success-cornellx-deal101x,law;business,,,,,, -7a766227-c54d-4985-ba69-4b9d03692459,Ecodesign for Cities and Suburbs,By The University of British Columbia via edX,,course|https://www.edx.org/course/ecodesign-cities-suburbs-ubcx-ecodesignx-0,urban-planning;social-science,,,,,, -dc6bd980-7f88-4575-989c-e0b4d653913c,Socially-Responsible Real Estate Development,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-socially-responsible-real-estate-development-8544,urban-planning;real-estate;social-science,,,,,, -b14475c7-0f2f-47e5-af6c-0514af3d3256,PredictionX: Diviner’s Guide,By Harvard University via edX,,course|https://www.edx.org/course/predictionx-diviners-guide-harvardx-soc1-practx,anthropology;history,,,,,, -ea542b24-0e92-4b9c-8d97-b5082cbfd56d,Mortgage Backed Securities (MBS): Part II,By New York Institute of Finance via edX,,course|https://www.edx.org/course/mortgage-backed-securities-mbs-part-ii-new-york-institute-finance-mbs2-pc2x,finance;mortgage-backed-securities,,,,,, -2487cb95-7df8-45b0-9aa5-793568664f39,Mortgage Backed Securities (MBS): Part I,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-mortgage-backed-securities-mbs-part-i-8747,finance;mortgage-backed-securities,,,,,, -106d292e-b565-4ddb-a93f-d466a05bc288,Rethinking 'Us' & 'Them': Integration and Diversity in Europe,By Migration Matters via iversity,,course|https://www.classcentral.com/course/iversity-rethinking-us-them-integration-and-diversity-in-europe-8898,diversity;europe;human-rights,,,,,, -0d342116-2e1a-44fc-9a84-d127772192a1,Sustainable Urban Environments,By Trinity College via edX,,course|https://www.edx.org/course/sustainable-urban-environments-trinityx-course-v1trinityxt011x2t2017,urban-planning;sustainability;social-science,,,,,, -b17f751b-4366-488c-8296-67715a9ef62d,Urban Infrastructure Management,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-urban-infrastructure-management-8676,urban-planning;social-science,,,,,, -88d677ea-4195-4597-bfa2-b6cf4099a488,"Smart Cities, Management of Smart Urban Infrastructures",By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.edx.org/course/smart-cities-management-smart-urban-epflx-mui2x,smart-cities;urban-planning,,,,,, -58bb0162-2410-4e69-aa14-8408b3775234,Grief and How it Can Kill Us,By via EMMA,,course|https://platform.europeanmoocs.eu/course_grief_and_how_it_can_kill_us,psychology;self-improvement,,,,,, -caf8b468-87dd-4c5c-99fe-11d6bb1e2d04,The Syrian Refugee Crisis: Stories Beyond the Headlines,By via +Acumen,,course|https://www.classcentral.com/course/acumen-the-syrian-refugee-crisis-stories-beyond-the-headlines-9103,sociology;human-rights,,,,,, -57d6db1f-42a1-4878-b479-24bc573fa3b5,Introduction to AP* Human Geography,By The University of Texas at Austin via edX,,course|https://www.edx.org/course/introduction-ap-human-geography-utaustinx-ut-hgeo-13-01x,geography;anthropology,,,,,, -78a56d60-f5b3-45de-9210-cb7c66bbc5df,Democracy and Development: Perspectives from Africa,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-democracy-and-development-perspectives-from-africa-8810,democracy;africa;political-science,,,,,, -79baa4a5-eeb6-4fe4-a474-32469b64ad8d,"Islamic Banking: Principles, Practice and Risk Management",By Islamic Research and Training Institute via edX,,course|https://www.classcentral.com/course/edx-islamic-banking-principles-practice-and-risk-management-9301,islamic-banking;finance,,,,,, -c3ccf860-706e-4a11-a2cf-d45bc69e6485,Taxes in our life,By via iversity,,course|https://iversity.org/en/courses/taxes-in-our-life,taxation,,,,,, -df92d0f1-dae4-41d4-ba1d-8674b20b729e,Fair Wage Strategies in a Global Economy,By Global Labour University via iversity,,course|https://iversity.org/en/courses/fair-wage-strategies-in-a-global-economy,human-rights;economics,,,,,, -91937228-2aa3-43d7-86be-2f8cf16e9999,The EU and Human Rights,By KU Leuven University via edX,,course|https://www.classcentral.com/course/edx-the-eu-and-human-rights-4075,human-rights,,,,,, -303b6e26-a0f0-48fc-afe7-763e1471e9d5,Wiretaps to Big Data: Privacy and Surveillance in the Age of Interconnection,By Cornell University via edX,,course|https://www.classcentral.com/course/edx-wiretaps-to-big-data-privacy-and-surveillance-in-the-age-of-interconnection-1492,privacy;surveillance;sociology,,,,,, -6022013e-11de-4260-9bf8-aa48b0046de9,From Poverty to Prosperity: Understanding Economic Development,By University of Oxford via edX,,course|https://www.classcentral.com/course/edx-from-poverty-to-prosperity-understanding-economic-development-7878,economics,,,,,, -f0f87608-4d29-4ede-b180-a18678580df6,Think Resilience: Preparing for the Rest of the 21st Century,By Post Carbon Institute via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-think-resilience-preparing-for-the-rest-of-the-21st-century-9527,urban-planning,,,,,, -9a9e947d-6b0e-41a3-ac92-3237116c73f3,Flood Risk Management,By RWTH Aachen University via edX,,course|https://www.edx.org/course/flood-risk-management-rwthx-tumx-frmx,urban-planning;floods,,,,,, -863c3e4c-0dbd-4272-b716-956f2245dbfd,Digital Dividends: Strengthening the Analog Foundation of the Digital Revolution,By The World Bank via edX,,course|https://www.edx.org/course/digital-dividends-strengthening-analog-wbgx-wdr01x,economics;information-technology,,,,,, -49190414-6650-448c-946d-db87aad7e585,Sustainability Through Digital Transformation,By via openSAP,,course|https://open.sap.com/courses/sbi2-1,sustainability,,,,,, -e5624ae7-9bbe-481f-b830-910fb1e4eee8,Making Government Work in Hard Places,By Princeton University via edX,,course|https://www.edx.org/course/making-government-work-in-hard-places,governance;political-science,,,,,, -da0174b9-a0c8-4bbe-bfc6-9feac1535524,Intellectual Property Law and Policy: Part 1,By University of Pennsylvania via edX,,course|https://www.edx.org/course/intellectual-property-law-policy-part-1-pennx-iplaw1x-0,law;intellectual-property;governance,,,,,, -0dd93650-d42c-4d5f-8e3a-6dac1d80c814,Intellectual Property Law and Policy: Part 2,By University of Pennsylvania via edX,,course|https://www.classcentral.com/course/edx-intellectual-property-law-and-policy-part-2-6490,law;intellectual-property;governance,,,,,, -1d63cfa0-98a9-49b2-a68c-66f6065e5838,Make the most of EU resources for your region or city,By European Union Committee of the Regions via iversity,,course|https://iversity.org/en/courses/make-the-most-of-eu-resources-for-your-region-or-city,europe;political-science,,,,,, -012fe37e-2efd-4f27-9d5a-dd02a764ef6d,Global History of Capitalism,By Princeton University via edX,,course|https://www.edx.org/course/global-history-of-capitalism-since-1919,capitalism;history;political-science,,,,,, -64d781df-5edb-45a1-9dd2-48ca08995433,Sustainability Science – A Key Concept for Future Design,By The University of Tokyo via edX,,course|https://www.edx.org/course/sustainability-science-key-concept-utokyox-utokyo006x-0,sustainability,,,,,, -e48d8bb4-8e32-4458-8032-1d93689bcd35,The Threat of Nuclear Terrorism,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:Engineering+NuclearTerrorism+selfpaced/about,terrorism;political-science,,,,,,oer -8c8277b2-cacb-4803-9bc5-f3b55e5c579f,Sustainability in Everyday Life,By Chalmers University of Technology via edX,,course|https://www.classcentral.com/course/edx-sustainability-in-everyday-life-3306,sustainability,,,,,, -4f9be02f-9fca-42e4-8bf1-7820cceeca96,"Human Rights Activism, Advocacy and Change",By Curtin University via edX,,course|https://www.classcentral.com/course/edx-human-rights-activism-advocacy-and-change-7270,human-rights,,,,,, -669be7aa-05e0-4d34-b7f8-1f29e25a1095,Engagement in a Time of Polarization,By Davidson College via edX,,course|https://www.classcentral.com/course/edx-engagement-in-a-time-of-polarization-10256,sociology,,,,,, -b65a0741-aed3-4fb5-949d-8004d783356d,Russia's Gas Strategy,By European University at St. Petersburg via Stepik,,course|https://stepik.org/course/502/promo,economics;nations/russia,,,,,, -c74affe5-a24f-4d38-96db-be799ff431c1,Microeconomic Principles: Decision-making under Scarcity,By Arizona State University via edX,,course|https://www.classcentral.com/course/edx-microeconomic-principles-decision-making-under-scarcity-9317,microeconomics,,,,,, -ae94b244-2fa9-4c83-ac9c-10f49aaa4229,Environmental Studies: A Global Perspective,By Curtin University via edX,,course|https://www.classcentral.com/course/edx-environmental-studies-a-global-perspective-6474,environmental-science,,,,,, -908311a1-d9cd-4ec0-bfb2-c063857cb959,International Climate Change Law and Policy,By University of Newcastle via edX,,course|https://www.classcentral.com/course/edx-international-climate-change-law-and-policy-10469,climate-change;law,,,,,, -35e23a0f-c496-4aa3-86a5-c723d14d6887,International Women's Health & Human Rights,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:GlobalHealth+IntWomensHealth+Ongoing/about,human-rights;women;health,,,,,,oer -9784f022-761d-4cb9-a9c9-84b42feb8d0d,Global Muckraking: Investigative Journalism and Global Media,By Columbia University via edX,,course|https://www.edx.org/course/global-muckraking-investigative-journalism-and-global-media,journalism;media,,,,,, -c9c14fed-5dab-4b7c-b76e-0161274fa5d1,"Gender, Race and Technology",By The University of Texas at Austin via Kadenze,,course|https://www.kadenze.com/courses/gender-race-and-technology/info,gender;race;sociology,,,,,, -0f567f17-dfe6-4fde-8c58-1a193b685640,Human Rights Defenders,By Amnesty International via edX,,course|https://www.edx.org/course/human-rights-defenders1,human-rights,,,,,, -2e584368-3c9b-47f6-bbf6-ee06abedd554,Debt Sustainability Analysis,By International Monetary Fund via edX,,course|https://www.edx.org/course/debt-sustainability-analysis-10,economics,,,,,, -e3d4b79d-8b3e-4ad3-b385-c6170301e1c8,Responsive Cities,By ETH Zurich via edX,,course|https://www.edx.org/course/responsive-cities-1,urban-planning,,,,,, -50f99b3d-b930-4350-80b7-49dfc2e511bf,Restorative Justice and Practice: Emergence of a Social Movement,By Victoria University of Wellington via edX,,course|https://www.edx.org/course/restorative-justice-and-practice-emergence-of-a-social-movement,sociology,,,,,, -862f8e98-45ca-4558-a95f-c0c69dbb2b38,Rethink the City: New Approaches to Global and Local Urban Challenges,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-rethink-the-city-new-approaches-to-global-and-local-urban-challenges-8011,urban-planning,,,,,, -32930e5c-808e-46dc-9a2a-dd7493ab9a87,Cross-Cultural Competency,By University of West Florida via Canvas Network,,course|https://www.canvas.net/browse/uofwestflorida/courses/cross-cultural-competency,social-science,,,,,, -34fc39f2-1229-45ce-81e2-94349daa692d,Sustainable Development: The Water-Energy-Food Nexus,By RWTH Aachen University via edX,,course|https://www.classcentral.com/course/edx-sustainable-development-the-water-energy-food-nexus-11373,sustainability,,,,,, -fb293d95-9e72-4377-b31b-4e0d4faa806a,Exploring Psychology's Core Concepts|走进心理学,By Tsinghua University via edX,,course|https://www.edx.org/course/exploring-psychologys-core-conceptszou-jin-xin-li-xue,psychology,,,,,, -209762b0-541d-4d48-a162-7356d045c40d,Psychology of Art and Creativity,By University of Central Florida via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-psychology-of-art-and-creativity-11225,psychology;art;creativity,,,,,, -e1923b64-5f78-4400-81aa-68f3a12f7fa7,Globalisation and Sustainable Development,By Curtin University via edX,,course|https://www.edx.org/course/globalisation-and-sustainable-development,globalization;sustainability,,,,,, -ee573ede-635e-426f-9ada-d9a29e82efb7,Economics: Consumer Demand,By Babson College via edX,,course|https://www.edx.org/course/economics-consumer-demand,economics,,,,,, -30d41020-e001-4bed-86fa-4c34e6700751,Comparative Political Systems,By University of Naples Federico II via edX,,course|https://www.classcentral.com/course/edx-comparative-political-systems-11435,political-science,,,,,, -f2b9a4db-2376-4084-bb07-06aacf089b76,Understanding Political Concepts,By University of Naples Federico II via edX,,course|https://www.edx.org/course/understanding-political-concepts,political-science,,,,,, -2ea90ac5-068f-4cef-ae80-b0add928e91c,Comparative Research Designs and Methods,By University of Naples Federico II via edX,,course|https://www.edx.org/course/comparative-research-designs-and-methods-0,research;political-science;social-science,,,,,, -ff8d13c8-65d4-4e52-9e2d-0d92c0ca5df8,"Belong / Appartenir: Community, Race, and Space in the U.S. and France",By Davidson College via edX,,course|https://www.edx.org/course/belong-appartenir-race-and-space-in-the-us-and-france,sociology;cities,,,,,, -e4999ab6-b6e0-4ee8-b3b7-054c4312a389,Macroeconometric Forecasting,By International Monetary Fund via edX,,course|https://www.classcentral.com/course/edx-macroeconometric-forecasting-4105,macroeconomics,,,,,, -8e571a38-8ab0-4837-bd69-ecde15387dad,Civil Liberties,By Princeton University via edX,,course|https://www.classcentral.com/course/edx-civil-liberties-11764,human-rights;law,,,,,, -bb34af68-5d7b-460d-8a54-3983eb94b5c7,Gender and Environment,By United Nations via Independent,,course|https://unccelearn.org/course/view.php?id=39,gender;environmental-science,,,,,, -671c4ec9-7dcc-4a8b-8ca6-54e06a5b18fa,The Presidency and the Shape of the Supreme Court,By Trinity College via edX,,course|https://www.edx.org/course/the-presidency-and-the-shape-of-the-supreme-court,law;political-science,,,,,, -a2e582ef-4de4-4235-9235-18ebb3719e63,Behavioural Economics in Action,By University of Toronto via edX,,course|https://www.edx.org/course/behavioural-economics-in-action-0,behavioural-economics;economics,,,,,, -8689ea88-03fd-4292-ab32-b44454eea3a9,Discover Political Science,By Université catholique de Louvain via edX,,course|https://www.edx.org/course/discover-political-science,political-science,,,,,, -99c6fe59-80a8-43c3-bf25-830444958bf4,The Supreme Court & American Politics,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-the-supreme-court-american-politics-11831,law;political-science;nations/usa,,,,,, -9cbb7622-2eb9-44fc-85ac-10384f9ab3b8,Introduction to Social Research Methods,By University of Edinburgh via edX,,course|https://www.classcentral.com/course/edx-introduction-to-social-research-methods-9132,research;social-science,,,,,, -14438fa0-70a8-44d5-9f29-6b3ec720a378,Improving Confidence in Sustainability Performance Data,By via openSAP,,course|https://www.classcentral.com/course/opensap-improving-confidence-in-sustainability-performance-data-11862,sustainability,,,,,, -2add9735-a2e7-4e33-8eb2-b1f503cc96cb,How the U.S. Government Works & How to Get Involved,By Georgetown University via edX,,course|https://www.classcentral.com/course/edx-how-the-u-s-government-works-how-to-get-involved-12249,nations/usa;governance,,,,,, -244d7e92-dffb-41f9-bb4c-4a6c02ca47d9,The Korean Story : Secrets of an Economic Miracle,By SDG Academy via edX,,course|https://www.edx.org/course/the-korean-story-secrets-of-an-economic-miracle,economics;nations/south-korea,,,,,, -efa6547e-fccc-42f4-9ef3-d56555fe5504,Introduction to Sociology,By University of Texas of the Permian Basin via edX,,course|https://www.edx.org/course/introduction-to-sociology,sociology,,,,,, -d97cc8db-ee90-4d68-b4ac-0996b5c1e6df,Macroeconomic Diagnostics,By International Monetary Fund via edX,,course|https://www.edx.org/course/macroeconomic-diagnostics-4,macroeconomics,,,,,, -cde986d8-e61a-40ab-9bc0-f0e823e6e298,Terrorism and Counterterrorism: An Introduction,By Georgetown University via edX,,course|https://www.edx.org/course/terrorism-and-counterterrorism-an-introduction,terrorism,,,,,, -82243e13-ca96-4eeb-8ca2-15441a513383,Global Politics,By University of Naples Federico II via edX,,course|https://www.classcentral.com/course/edx-global-politics-11432,political-science,,,,,, -0913220b-8d34-4920-803b-20d87a60c570,Introduction to Economics: Macroeconomics,By Seoul National University via edX,,course|https://www.classcentral.com/course/edx-introduction-to-economics-macroeconomics-7371,macroeconomics,,,,,, -3d37f7d4-e54e-42ed-a5e8-6d94373cbfb8,Counseling and Psychotherapy Theory,By Seoul National University via edX,,course|https://www.edx.org/course/counseling-and-psychotherapy-theory,psychology,,,,,, -1269c55e-8320-4133-9da8-fd9021749644,Social Work: Research,By University of Michigan via edX,,course|https://www.edx.org/course/social-work-research,social-science,,,,,, -25a1dc10-06ee-42bc-88c9-3713699afe2d,Digital Culture/clutter: Life and Death on the Net,By University of Haifa via edX,,course|https://www.classcentral.com/course/edx-digital-culture-clutter-life-and-death-on-the-net-9437,social-science,,,,,, -5d0c347d-7fcb-45fc-9bc9-dc4f8f208777,Economics: Why Some Nations Prosper,By Gus A. Stavros Center via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-economics-why-some-nations-prosper-9954,economics,,,,,, -a1814156-4c43-40a6-93c1-9708be6704ef,Common Sense Economics Boot Camp,By Gus A. Stavros Center via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-common-sense-economics-boot-camp-9953,economics,,,,,, -fddbb708-21e5-4bf5-89d2-062d0ec0aca1,The Economics of Governments and Markets,By Gus A. Stavros Center via Canvas Network,,course|https://www.canvas.net/browse/lindenwood/courses/economics-of-governments-and-markets,economics,,,,,, -928fe732-9903-4306-a7e3-31b7d3f5dfec,Trends in e-Psychology,By KU Leuven University via edX,,course|https://www.classcentral.com/course/edx-trends-in-e-psychology-3463,psychology,,,,,, -8f1453ef-565b-49fb-951a-eb4a82b7f2c0,Infrastructure Management for Public Libraries,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-infrastructure-management-for-public-libraries-9172,libraries,,,,,, -89ae5f8d-2176-410e-b75e-adb0694bce92,Strategic Planning for Public Libraries,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-strategic-planning-for-public-libraries-9173,libraries,,,,,, -c1801ae3-03c7-4b3f-b4be-7ef9511af83a,Expanding SEL,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/expanding-sel,education;teaching,,,,,, -cee4e5b0-7c5f-4166-8f44-beeb59ae460c,Social Work Practice: Advocating Social Justice and Change,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-social-work-practice-advocating-social-justice-and-change-5976,sociology,,,,,, -99626ec9-dea4-4678-a258-234e4c03f6be,Counseling Practice and Research,By Seoul National University via edX,,course|https://www.classcentral.com/course/edx-counseling-practice-and-research-12756,counseling;psychology;psychotherapy,,,,,, -f8045dfd-f055-4a50-aa94-88cdfcd79b11,Introduction to Economics: Microeconomics,By Seoul National University via edX,,course|https://www.edx.org/course/introduction-to-economics-microeconomics,microeconomics,,,,,, -905d64ea-6ba9-4ce5-8163-40614a8ff0bb,Intro to Traffic Flow Modeling and Intelligent Transport Systems,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.edx.org/course/intelligent-transport-systems,urban-planning;traffic;transportation,,,,,, -485f3370-d0ff-460d-a3d9-b3b4bbce8679,Child Protection: Children's Rights in Theory and Practice,By Harvard University via edX,,course|https://www.edx.org/course/child-protection-childrens-rights-in-theory-and-practice,children;human-rights,,,,,, -b9dad3d2-043d-4b22-9c33-08605e3350cb,Lean Research Skills for Conducting Interviews,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-lean-research-skills-for-conducting-interviews-11441,research;social-science,,,,,, -f1f1cea3-895f-49cb-9384-704971a9eb68,Introduction to Psychological Research Methods,By University of Queensland via edX,,course|https://www.edx.org/course/introduction-to-psychological-research-methods-1,psychology;research,,,,,, -3e1c12a1-45be-42d2-b16c-dba3de8bb87d,Introduction to Developmental Psychology,By University of Queensland via edX,,course|https://www.edx.org/course/introduction-to-developmental-psychology-1,psychology;developmental-psychology,,,,,, -1be9a7e3-cc5d-4055-a7ee-50f3695d8b82,Introduction to Social Psychology,By University of Queensland via edX,,course|https://www.classcentral.com/course/edx-introduction-to-social-psychology-8254,psychology;social-psychology,,,,,, -d5a28e14-14f8-4d35-8a58-6a8ceb5021f0,Introduction to Clinical Psychology,By University of Queensland via edX,,course|https://www.edx.org/course/introduction-to-clinical-psychology-1,psychology;clinical-psychology,,,,,, -84aabefe-2f31-4308-9137-154522233c38,International Politics in the Korean Peninsula,By Seoul National University via edX,,course|https://www.edx.org/course/international-politics-in-the-korean-peninsula-part-2,political-science;korea,,,,,, -bc0503a9-7a0c-44e6-a3f8-43245140b60a,Sustainable Cities,By SDG Academy via edX,,course|https://www.classcentral.com/course/edx-sustainable-cities-8501,sustainability;cities;urban-planning,,,,,, -33a61845-edc7-4dc8-9fa8-5c07d2d5c289,Social Media: How Media Got Social,By Curtin University via edX,,course|https://www.classcentral.com/course/edx-social-media-how-media-got-social-9709,social-media;media;social-science,,,,,, -8f636416-3d11-4198-aa11-93e8a5733a63,Grant Writing and Crowdfunding for Public Libraries,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-grant-writing-and-crowdfunding-for-public-libraries-9174,libraries;crowdfunding,,,,,, -8bf851e4-1dae-4914-b798-cf4d0bdaab70,Theory of Change for Development,By University of the Witwatersrand via edX,,course|https://www.edx.org/course/theory-of-change-for-development-0,social-science,,,,,, -a6a9b412-faff-46e7-ada5-f5a6d00cc902,"Disability and Digital Media: Accessibility, Representation and Inclusion",By Curtin University via edX,,course|https://www.classcentral.com/course/edx-disability-and-digital-media-accessibility-representation-and-inclusion-12665,accessibility;design;disability;media,,,,,, -6fa38545-b016-4c61-a0ad-512051bd5b85,Critical Development Perspectives,By University of Queensland via edX,,course|https://www.edx.org/course/critical-development-perspectives,social-science,,,,,, -970b056f-2a6b-47e9-8b40-1ea5098cec31,Qualitative Research Methods: Conversational Interviewing,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-qualitative-research-methods-conversational-interviewing-12583,research;social-science,,,,,, -0fd39a8f-14b8-4331-a504-4e5fa0953451,Age of Sustainable Development,By SDG Academy via edX,,course|https://www.edx.org/course/age-of-sustainable-development-2,sustainability,,,,,, -5c47998c-52c4-4d74-850b-0de761d215a9,Creating an Effective Child Welfare System,By University of Pennsylvania via edX,,course|https://www.edx.org/course/creating-an-effective-child-welfare-system-0,sociology;children,,,,,, -9a6f5819-2baf-47e8-a19a-a65ae5002d8e,Comparative Judicial Systems,By University of Naples Federico II via edX,,course|https://www.edx.org/course/comparative-judicial-systems-2,law,,,,,, -609a0885-62a7-4fe9-a686-231204f58293,Contemporary Issues in World Politics,By University of Naples Federico II via edX,,course|https://www.classcentral.com/course/edx-contemporary-issues-in-world-politics-11431,political-science,,,,,, -f9468a44-2d41-435d-9b95-31fb801cd6d9,"文物精品与文化中国:文字与乐礼 | Relics of Chinese History - Part 3: Writing System, Rites and Music",By Tsinghua University via edX,,course|https://www.classcentral.com/course/edx---relics-of-chinese-history-part-3-writing-system-rites-and-music-4077,writing-systems;nations/china;history,,,,,, -b503da5c-d89d-44a9-9f8f-1a56caede04e,心理学概论 | Introduction to Psychology,By Tsinghua University via edX,,course|https://www.edx.org/course/xin-li-xue-gai-lun--introduction-to-psychology,psychology,,,,,, -e73ead0b-8cae-4e61-ac88-edc5cad77036,Creative Problem Solving and Decision Making,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-creative-problem-solving-and-decision-making-2146,thinking;problem-solving;social-science,,,,,, -6e3fa31f-919c-45b1-ba95-1d0b49eb7e10,Urban Design for the Public Good: Dutch Urbanism,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-urban-design-for-the-public-good-dutch-urbanism-8020,urban-planning;social-science,,,,,, -fdafa328-ba5e-4101-9aa9-e86894251738,Economic Democracy: The Cooperative Alternative,By University of Edinburgh via edX,,course|https://www.classcentral.com/course/edx-economic-democracy-the-cooperative-alternative-7468,economics;democracy;political-science,,,,,, -e4625f04-5d91-48be-bd46-7b660650fb1e,Mastering Econometrics,By via MRUniversity,,course|https://mru.org/mastering-econometrics,econometrics,,,,,, -fe08f719-196d-4b72-bd0e-bd0100fee936,Data for Effective Policy Making,By Inter-American Development Bank via edX,,course|https://www.edx.org/course/data-for-effective-policy-making-0,economics;governance,,,,,, -fb83e54a-9e5c-499d-804f-4ab4d4c691da,Biobased Building,By Avans University of Applied Sciences via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-biobased-building-13244,sustainability,,,,,, -f7944c49-bd67-425a-b3ae-2c5a58ad5e5b,Introduction to Green Economy,By United Nations via Independent,,course|https://unccelearn.org/course/view.php?id=51&page=overview,sustainability,,,,,, -2837a1c5-4b06-4929-873a-8a5bc4c0a80f,"Groundscape Architecture Design Lab, re-thinking cities underground",By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.edx.org/course/groundscape-architecture-design-lab-re-thinking-cities-underground-0,groundscape;architecture;urban-planning,,,,,, -e3116d88-fcef-46b8-aaa7-343148fe06db,Sustainable Agri-food Marketing,By Doane University via edX,,course|https://www.edx.org/course/sustainable-agri-food-marketing,sustainability;marketing;agriculture,,,,,, -531d78c7-b521-4599-8df4-8cd0222622a5,Basic Concepts of International Nuclear Law,By National Research Nuclear University MEPhI via edX,,course|https://www.edx.org/course/basic-concepts-of-international-nuclear-law,law,,,,,, -cd25ac6e-1396-48fa-ba54-d960170d51a5,Public Library Marketing and Public Relations,By University of Michigan via edX,,course|https://www.edx.org/course/public-library-marketing-and-public-relations,libraries,,,,,, -02454dae-6c56-45a9-bcb6-3be9a5d57eaf,‎Morale Mindset on Apple Podcasts,,,audio|http://apple.co/3q5N8J8,business,,,intermediate,,, -697c20e7-41aa-4d10-b297-bcdefee85909,Conscious Capitalism,By Babson College via edX,,course|https://www.edx.org/course/conscious-capitalism-0,capitalism,,,,,, -5328bc85-65c4-4c40-9ade-efa89afd4e28,Circular Economy: An Introduction,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-circular-economy-an-introduction-3711,economics,,,,,, -e98688b1-5ac1-4fef-8882-755b33444010,"Financial Programming and Policies, Part 1: Macroeconomic Accounts & Analysis",By International Monetary Fund via edX,,course|https://www.classcentral.com/course/edx-financial-programming-and-policies-part-1-macroeconomic-accounts-analysis-1980,macroeconomics,,,,,, -ef588229-322d-438f-a793-26a0c14e7c94,Financial Market Analysis,By International Monetary Fund via edX,,course|https://www.edx.org/course/financial-market-analysis-5,economics;finance,,,,,, -976f06bb-20ef-42bc-a170-a3834d3ce74b,Macroeconomic Management in Resource-Rich Countries,By International Monetary Fund via edX,,course|https://www.classcentral.com/course/edx-macroeconomic-management-in-resource-rich-countries-11922,macroeconomics,,,,,, -02236704-cd05-48b3-a677-a8b60b4b2aea,Housing and Cities,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-housing-and-cities-4756,housing;urban-planning,,,,,, -50423d6a-e59a-48f0-a1ca-3b87203e1f74,Sustainable Development: The Post-Capitalist Order,By SDG Academy via edX,,course|https://www.edx.org/course/sustainable-development-the-post-capitalist-order,sustainability,,,,,, -4407346b-4ab9-44fd-8f6e-7362bb59b8f5,Diversity and Social Justice in Social Work,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-diversity-and-social-justice-in-social-work-7305,diversity;social-justice;sociology,,,,,, -62cca325-a0c7-4a0d-8903-d2a1b1c53637,"As above, so below: An introduction to soils, ecosystems and livelihoods in the Tropics",By KU Leuven University via edX,,course|https://www.edx.org/course/as-above-so-below-an-introduction-to-soils-ecosystems-and-livelihoods-in-the-tropics,soil;sustainability;tropics,,,,,, -fb0ff301-04c8-4e42-aa83-869d4f95e442,Digital Security and Human Rights,By Amnesty International via edX,,course|https://www.edx.org/course/digital-security-and-human-rights,human-rights,,,,,, -785f9f93-8ee3-4cca-9759-27e14cbd4e94,Sustainable Diet,By United Nations via Independent,,course|https://www.classcentral.com/course/independent-sustainable-diet-13417,sustainability;information-technology,,,,,, -b922a3a3-4821-4404-8337-145822eb3e6c,Just Money: Banking as if Society Mattered,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/just-money-banking-as-if-society-mattered-2,banking;sociology;economics,,,,,, -ffb95566-b994-465c-b1c0-9020284a9179,Agri-Food Systems Analysis,By Doane University via edX,,course|https://www.edx.org/course/agri-food-systems-analysis-2,sustainability,,,,,, -3d2e81b6-df76-41d2-9cfd-d7d8b6e47c30,Identifying Community Needs for Public Library Management,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-identifying-community-needs-for-public-library-management-8506,libraries,,,,,, -d0dd2500-cf3a-47f3-b6bb-060de313cf8d,Managing a Diverse and Inclusive Workplace for Public Libraries,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-managing-a-diverse-and-inclusive-workplace-for-public-libraries-8664,libraries,,,,,, -6ec43464-b9bb-4172-9274-b530058f968a,Make Your School Human Rights Friendly,By Amnesty International via edX,,course|https://www.edx.org/course/make-your-school-human-rights-friendly,human-rights,,,,,, -42506ba8-9ab3-43df-8c17-119cbd975988,Capstone Business and Economics for a Circular Economy,By Wageningen University via edX,,course|https://www.edx.org/course/capstone-business-and-economics-for-a-circular-economy-0,economics,,,,,, -d05e854c-d328-492d-b0ce-b8dc4aafcb76,How to Respond to Ideas We Disagree With - Morale Mindset,,,article|https://moralemindset.substack.com/p/how-to-respond-to-ideas-we-disagree,business,,,intermediate,,, -13e83449-26bb-4e96-b5b4-80b1ccbb0885,Biobased Products for a Sustainable (Bio)economy,By RWTH Aachen University via edX,,course|https://www.classcentral.com/course/edx-biobased-products-for-a-sustainable-bio-economy-12462,sustainability,,,,,, -470f2db0-7b5b-468b-b16d-fd03e72bbc8e,Democracy and Autocracy: Theories and Empirical Findings,By University of Naples Federico II via edX,,course|https://www.edx.org/course/democracy-and-autocracy-theories-and-empirical-findings-2,democracy;autocracy;political-science,,,,,, -be15138f-3208-4ed3-91f1-6d3377e2ecbf,Ethics and Law in Data and Analytics,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-ethics-and-law-in-data-and-analytics-9354,ethics;law;analytics,,,,,, -1be2b46e-18d7-4ae4-ae30-1fba1a6140d5,"CitiesX: The Past, Present and Future of Urban Life",By Harvard University via edX,,course|https://www.classcentral.com/course/edx-citiesx-the-past-present-and-future-of-urban-life-9738,urban-planning,,,,,, -1cb9aab6-fbe7-4033-a07a-65c69f808ef8,International Humanitarian Law,By Université catholique de Louvain via edX,,course|https://www.classcentral.com/course/edx-international-humanitarian-law-7258,human-rights;law,,,,,, -abd9d096-a4f9-48bd-8173-588f8d108c4d,Evaluating Social Programs,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/evaluating-social-programs-2,sociology,,,,,, -a51dcc6f-3b00-4b78-b67b-be010f32ec63,The Science of Parenting,"By University of California, San Diego via edX",,course|https://www.classcentral.com/course/edx-the-science-of-parenting-8936,parenting,,,,,, -515bd340-ff47-421f-9ea8-ff430c1901fd,Outside In,,,video|https://www.youtube.com/watch?v=wO61D9x6lNY,topology,,,,,,oer -4b4cc3b6-4a76-4fdf-982a-fbbdb00f245a,"Global Media, War, and Technology",By University of Queensland via edX,,course|https://www.edx.org/course/global-media-war-and-technology-0,media;social-science,,,,,, -9f3197c3-bc95-4392-998d-f9522f785b13,"Bioethics: The Law, Medicine, and Ethics of Reproductive Technologies and Genetics",By Harvard University via edX,,course|https://www.classcentral.com/course/edx-bioethics-the-law-medicine-and-ethics-of-reproductive-technologies-and-genetics-6649,genetics;ethics;law,,,,,, -6c7372d1-2aec-4ddd-8ff2-85d20827f36e,"Social Work Practice with Individuals, Families, and Small Groups",By University of Michigan via edX,,course|https://www.edx.org/course/social-work-practice-with-individuals-families-and-small-groups-2,social-science,,,,,, -268c2d7b-3970-49ff-88e8-0e0bc8b47c7d,"Citizen Politics in America: Public Opinion, Elections, Interest Groups, and the Media",By Harvard University via edX,,course|https://www.classcentral.com/course/edx-citizen-politics-in-america-public-opinion-elections-interest-groups-and-the-media-11695,political-science,,,,,, -6ebd0cd1-6b4f-4bad-b87e-ca15b33c3e2d,"U.S. Public Policy: Social, Economic, and Foreign Policies",By Harvard University via edX,,course|https://www.classcentral.com/course/edx-u-s-public-policy-social-economic-and-foreign-policies-11696,governance;political-science;nations/usa,,,,,, -4267ea15-8413-487f-8c3f-6076c9baf8a0,American Government: Constitutional Foundations,By Harvard University via edX,,course|https://www.edx.org/course/american-government-constitutional-foundations-2,nations/usa;governance;law;constitution,,,,,, -beb5a51d-4eb2-48f3-acee-de6b19a1a764,"U.S. Political Institutions: Congress, Presidency, Courts, and Bureaucracy",By Harvard University via edX,,course|https://www.classcentral.com/course/edx-u-s-political-institutions-congress-presidency-courts-and-bureaucracy-11694,governance;political-science;nations/usa,,,,,, -b0e008dd-f854-4924-9594-937cdc5b24d3,"Social Work Practice in Community Organization, Management and Policy/Evaluation",By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-social-work-practice-in-community-organization-management-and-policy-evaluation-7306,social-science,,,,,, -585e27c9-bcc3-4631-885f-4cee7c8b0adf,"Tangible Things: Discovering History Through Artworks, Artifacts, Scientific Specimens, and the Stuff Around You",By Harvard University via edX,,course|https://www.classcentral.com/course/edx-tangible-things-discovering-history-through-artworks-artifacts-scientific-specimens-and-the-stuff-around-you-1870,anthropology;history,,,,,, -bea4153f-a738-4326-9d7f-83a49cb42d1e,"Introduction to Corporate Sustainability, Social Innovation and Ethics",By Imperial College London via edX,,course|https://www.edx.org/course/introduction-to-corporate-sustainability-social-innovation-and-ethics,sustainability,,,,,, -c78b4d18-f34f-401e-b12b-94875f42a7fd,Economics and Policies in a Biobased Economy,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-economics-and-policies-in-a-biobased-economy-12459,economics;governance,,,,,, -1a183a5f-1bbe-4118-9de1-33a60fc70600,Landscape Governance: Collaborating Across Sectors and Scales,By Wageningen University via edX,,course|https://www.edx.org/course/landscape-governance-collaborating-across-sectors-and-scales-2,sustainability,,,,,, -295b9f3a-8a39-4805-8446-c93354892e43,Landscape Leadership: Catalyse Sustainable Development in Landscapes,By Wageningen University via edX,,course|https://www.edx.org/course/landscape-leadership-catalyse-sustainable-development-in-landscapes-2,sustainability,,,,,, -7c51df9e-c5ca-438d-8e0e-d1d0f9340ec8,Landscape Finance: Investing in Innovation for Sustainable Landscapes,By Wageningen University via edX,,course|https://www.edx.org/course/landscape-finance-investing-in-innovation-for-sustainable-landscapes-2,sustainability,,,,,, -d49dcf91-aa65-47f3-8572-929c738e05f5,Risk & Return,By Columbia University via edX,,course|https://www.edx.org/course/risk-return,finance;economics,,,,,, -36c23207-7692-4495-9c7d-8acef56d2ae4,Fraud Investigation: Making a Difference,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-fraud-investigation-making-a-difference-15125,sociology;fraud,,,,,, -3bd38c1b-6339-42c0-af33-8482bbb13488,Introduction to Cognitive Psychology: An Experimental Science,By University of York via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-cognitive-psychology-an-experimental-science-14894,psychology;cognitive-psychology,,,,,, -33e18db8-a663-4069-b6b1-9c757366c402,Future Food: Sustainable Food Systems for the 21st Century,By University of Exeter via FutureLearn,,course|https://www.futurelearn.com/courses/future-food,sustainability;food,,,,,, -65e285a1-7ee0-49b7-843a-59a1674d831d,Inclusive Energy Systems - Exploring Sustainable Energy for All,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-inclusive-energy-systems-exploring-sustainable-energy-for-all-14500,energy;sustainability,,,,,, -9c673052-c6db-4eaa-aba4-0edbd57c0ad2,International Investment Law,By Université catholique de Louvain via edX,,course|https://www.edx.org/course/international-investment-law-2,law;finance,,,,,, -68376a3a-d125-4409-bce7-7da3d88e4ad9,"Exploring Copyright: History, Culture, Industry",By via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-exploring-copyright-history-culture-industry-8012,copyright,,,,,, -4b7d6bee-fd95-4742-a304-cae31b208aae,Sustainability and Green Logistics: An Introduction,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-sustainability-and-green-logistics-an-introduction-13783,sustainability,,,,,, -33d342cb-2ecd-402c-9bb9-ce43275f8872,Energy Systems Integration: An Introduction,By InnoEnergy via FutureLearn,,course|https://www.futurelearn.com/courses/introduction-to-energy-systems-integration,energy;logistics,,,,,, -8a99434d-19b4-4909-bc6b-2251a97dc865,"Corpus Linguistics: Method, Analysis, Interpretation",By Lancaster University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-corpus-linguistics-method-analysis-interpretation-1247,linguistics,,,,,, -a56e9889-8963-4997-8e1d-6da0b05b87c2,Make Change Happen,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-make-change-happen-11886,political-science;social-science,,,,,, -70723ed7-6689-4c27-be31-fa6152d6a9b0,How to Succeed in Your EPQ: the Nuts and Bolts of Completing Your Project,By University of Bath via FutureLearn,,course|https://www.futurelearn.com/courses/epq-success,social-science,,,,,, -513707e0-992d-4bb1-aacc-903bc92fbca6,From Crime to Punishment: an Introduction to Criminal Justice,By University of York via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-from-crime-to-punishment-an-introduction-to-criminal-justice-8224,law;criminal-justice,,,,,, -fa5deab9-5a87-4542-a43a-6fa483f781c5,Climate Action: Solutions for a Changing Planet,By SDG Academy via edX,,course|https://www.edx.org/course/climate-action-solutions-for-a-changing-planet-2,climate-change,,,,,, -b183d077-037e-42bb-8319-6524293d09e2,International Law In Action: Investigating and Prosecuting International Crimes,By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-international-law-in-action-investigating-and-prosecuting-international-crimes-5973,law;international-law,,,,,, -a88394a5-7b86-4136-ad5c-f4d9fbd2b330,How to Achieve the Sustainable Development Goals,By SDG Academy via edX,,course|https://www.edx.org/course/how-to-achieve-the-sustainable-development-goals-2,sustainability,,,,,, -c86ed760-5917-46aa-9d3a-742b4a7cba44,"Community Preparedness, Recovery and Resilience: An Introduction",By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-community-preparedness-recovery-and-resilience-an-introduction-13782,social-science,,,,,, -f666de66-8864-40c8-8837-306fe2336878,Human Rights and Development,By Curtin University via edX,,course|https://www.classcentral.com/course/edx-human-rights-and-development-7229,human-rights,,,,,, -4c88cddc-5b47-4d01-90dd-ee17269fb765,"Foundations in Resilience, Security and Emerging Technology",By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-foundations-in-resilience-security-and-emerging-technology-13781,social-science,,,,,, -867bd4f8-f07d-4e67-9cfa-c4c1f799b819,Forced and Precarious Labor in the Global Economy: Slavery by Another Name?,By University of the Witwatersrand via edX,,course|https://www.edx.org/course/forced-and-precarious-labor-in-the-global-economy-slavery-by-another-name,human-rights;social-science,,,,,, -9b1ec731-9fb8-4975-9f5d-b50b9362bbd2,Writing for Social Justice,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-writing-for-social-justice-13326,writing;social-justice,,,,,, -667cde97-626e-4a75-bb03-56df990fa219,Introduction to Psychology: The Psychology of Learning,By Monash University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-psychology-the-psychology-of-learning-11039,psychology;learning,,,,,, -f3c3bfe8-68d3-4047-a704-fda71c5c17d0,Introduction to Psychology: Developmental Psychology,By Monash University via FutureLearn,,course|https://www.futurelearn.com/courses/developmental-psychology,psychology;developmental-psychology,,,,,, -50ab4a22-86af-49ed-939c-df17af12bb18,Tech for Good: The Role of ICT in Achieving the SDGs,By SDG Academy via edX,,course|https://www.classcentral.com/course/edx-tech-for-good-the-role-of-ict-in-achieving-the-sdgs-12123,information-technology;sustainability,,,,,, -e0f8e9bb-98d8-4068-a24f-d5ac07ff55b1,Explore How Farmers Produce Food Sustainably,By EIT Food via FutureLearn,,course|https://www.futurelearn.com/courses/explore-how-farmers-produce-food-sustainably,sustainability;farming;food,,,,,, -cea3c3ca-4be0-4324-ac4a-0324a0b959e8,"Resilience in Children Exposed to Trauma, Disaster and War: Global Perspectives",By University of Minnesota via Coursera,,course|https://www.coursera.org/learn/resilience-in-children,sociology;children,,,,,, -7c1e0a22-585b-449a-899f-9e5aa17a0bc4,Open and Smart Government,By Delft University of Technology via edX,,course|https://www.edx.org/course/open-and-smart-government,governance,,,,,, -5f0922d3-968d-40da-ab59-69860f3a7508,The Science and Practice of Sustainable Development,By University of Queensland via edX,,course|https://www.edx.org/course/the-science-and-practice-of-sustainable-development,sustainability,,,,,, -b36321d0-adbb-4ef6-aa30-204c24d7c8a7,Systems Practice,By via +Acumen,,course|https://www.classcentral.com/course/acumen-systems-practice-8853,social-science,,,,,, -8984c780-10b8-4604-92ab-3fc8163dde91,Circular Economy for a Sustainable Built Environment,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-circular-economy-for-a-sustainable-built-environment-13864,sustainability;economics,,,,,, -b53224fc-084c-4682-a087-89a4e0281d59,Migration and Cities,By European University Institute via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-migration-and-cities-11709,immigration;cities,,,,,, -1e6cb86d-eaf9-4328-90b4-9364ff4ffb22,How to Slow Aging (and even reverse it),,,video|https://www.youtube.com/watch?v=QRt7LjqJ45k,ageing,,,,,,oer -7a36b7a0-b060-458d-bd77-6aa32e029730,Introduction to Intercultural Studies: Defining the Concept of Culture,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-intercultural-studies-defining-the-concept-of-culture-10560,culture;sociology,,,,,, -5d6477af-3fb2-4960-afa3-e15567b91782,"Switzerland in Europe: Money, Migration and Other Difficult Matters",By University of Basel via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-switzerland-in-europe-money-migration-and-other-difficult-matters-6677,nations/switzerland;political-science;europe,,,,,, -c3ef8632-c249-4b25-9613-7dd8f648bfb7,Leaders in Citizen Security and Justice Management for the Caribbean,By Inter-American Development Bank via edX,,course|https://www.edx.org/course/leaders-in-citizen-security-and-justice-management,human-rights;law;caribbean,,,,,, -4b8f2a13-1f3e-4030-924b-5634c4dcc572,Exploring Possible Futures: Modeling in Environmental and Energy Economics,By University of Basel via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-exploring-possible-futures-modeling-in-environmental-and-energy-economics-3947,energy;economics;environmental-science,,,,,, -f7737594-0c63-40a5-8a08-d0d905d8e60d,European Culture and Politics,By University of Groningen via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-european-culture-and-politics-6577,europe;culture;politics,,,,,, -d10b3887-cb96-478c-98b7-faa260d7d331,"Responsible Innovation: Ethics, Safety and Technology",By Delft University of Technology via edX,,course|https://www.edx.org/course/responsible-innovation-ethics-safety-and-technology-2,technology;ethics;social-science,,,,,, -9210e8bb-96d1-4383-868f-3bd36dbfb932,Sustainability & Major Sport Events: Implementation,By Hamad Bin Khalifa University via edX,,course|https://www.classcentral.com/course/edx-sustainability-major-sport-events-implementation-14390,sustainability;sports,,,,,, -8d8ed033-69f7-4821-b573-5ce1b4e8981e,"Human Reproduction: Sex, Science and Society",By University of Newcastle via edX,,course|https://www.classcentral.com/course/edx-human-reproduction-sex-science-and-society-9564,reproduction;sex;science;society;sociology;biology;social-science,,,,,, -b560de3e-68ff-4a8f-99f9-e9b8104c7513,Zero-Energy Design: an approach to make your building sustainable,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-zero-energy-design-an-approach-to-make-your-building-sustainable-13100,sustainability;civil-engineering;buildings;energy,,,,,, -fdac0faa-743f-4640-8eb3-1f02410d3dd4,Diplomacy in the 21st Century,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-diplomacy-in-the-21st-century-12313,diplomacy;political-science,,,,,, -77b2dee9-feab-4bec-af82-aafaff0fe7c8,Introduction to Psychology: The Psychology of Personality,By Monash University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-psychology-the-psychology-of-personality-11041,psychology;personality,,,,,, -2bf6e84b-2405-43da-a708-db9ee068ceee,Introduction to Psychology: Sensation and Perception,By Monash University via FutureLearn,,course|https://www.futurelearn.com/courses/sensation-perception,psychology,,,,,, -af92b688-70d8-4388-ad82-86182193f6c7,Challenging Wealth and Income Inequality,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/inequalities-in-personal-finance,inequality;economics,,,,,, -31252fa5-89a8-4027-b919-fb3001518a96,Introduction to Intercultural Studies: Intercultural Contact,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-intercultural-studies-intercultural-contact-10561,sociology;culture,,,,,, -da14d7ab-c1f7-45bd-97c8-deeaefa771a6,SDG: Moving Towards Sustainable Work,By Universidad Carlos iii de Madrid via edX,,course|https://www.edx.org/course/sdg-moving-towards-sustainable-work-2,sustainability;work,,,,,, -9dd53738-bfe2-49f3-851e-8bd00c645c11,Methods and Statistics in Social Science - Final Research Project,By University of Amsterdam via Coursera,,course|https://www.coursera.org/learn/social-science-capstone,statistics;research;social-science,,,,,, -06133576-e745-4d20-a4e1-6121e7ad5431,"State, Law and the Economy I",By The University of Hong Kong via edX,,course|https://www.edx.org/course/state-law-and-the-economy-i,law;governance;economics,,,,,, -83950171-10a3-453e-9fa3-46fb6f00a2fa,Introduction to Intercultural Studies: Language and Culture,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/intercultural-studies-language-culture,sociology;culture,,,,,, -c44dd665-b78a-4d13-be1b-de909e602a92,Intellectual Property Management in the Food Sector: Safeguarding Your Trademarks in the Global Marketplace,By EIT Food via FutureLearn,,course|https://www.futurelearn.com/courses/intellectual-property-management-food,intellectual-property;trademark,,,,,, -d93ef8ab-6a32-4549-af11-ef19f050402f,Data Analysis in Social Science—Assessing Your Knowledge,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-data-analysis-in-social-science-assessing-your-knowledge-11481,data-science;analytics;social-science,,,,,, -d821a479-98a4-4723-9708-9bc821e2a277,Introduction to Intercultural Studies: Crossing Borders,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-intercultural-studies-crossing-borders-10563,sociology;culture,,,,,, -1b804d7e-b687-4427-90d0-655667a2ec22,Child Protection for Teachers,By Queensland University of Technology via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-child-protection-for-teachers-11044,children;teaching,,,,,, -61893a30-bcea-4e43-9ed2-ac75c8b3b601,From Fossil Resources to Biomass: A Chemistry Perspective,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-from-fossil-resources-to-biomass-a-chemistry-perspective-12458,chemistry;biomass;sustainability,,,,,, -7c2e5141-e6fd-446b-a6bd-d74cbbe864c2,Circular Economy: An Interdisciplinary Approach,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-circular-economy-an-interdisciplinary-approach-12457,economics,,,,,, -151ce0cd-2e84-46d2-9975-040a34ffc9c0,Intellectual Property Rights: A Management Perspective,By Indian Institute of Management Bangalore via edX,,course|https://www.classcentral.com/course/edx-intellectual-property-rights-a-management-perspective-10254,intellectual-property,,,,,, -ceb5012a-10bb-481c-9bef-f86e127a6421,Long-term Financial Management,By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-long-term-financial-management-9110,finance;management,,,,,, -141b2899-e36c-4889-bc2e-6ae4ce3d663b,"Inequalities in Latin America and the Caribbean: Research, Policy and Management for Social Transformations",By UNESCO via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-inequalities-in-latin-america-and-the-caribbean-research-policy-and-management-for-social-transformations-10779,inequality;latin-america;caribbean,,,,,, -ce9206d3-cdfc-4284-8fa1-124f4de001af,Life of the law,By Universidad de Navarra via Miríadax,,course|https://miriadax.net/web/life-of-the-law/inicio,law;nations/usa,,,,,, -263e7d32-bc5b-47f9-9a45-478822f563db,Media Law,By New York University (NYU) via edX,,course|https://www.classcentral.com/course/edx-media-law-13440,media;law,,,,,, -6aa8d1aa-f7d0-4085-858d-b698c5daab39,Forensic Psychology: Witness Investigation,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/forensic-psychology,psychology;forensics,,,,,, -8ef59e7d-4f14-42e6-965e-7b00d0b2548b,"Sustainable and Affordable Sanitation Solutions For Small Towns: Policy, Planning and Practice",By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-sustainable-and-affordable-sanitation-solutions-for-small-towns-policy-planning-and-practice-14317,sustainability;urban-planning;sanitation,,,,,, -053b0c5b-9f5f-4f8d-a10d-30579d3bdfe9,Psychology of Everyday,By Indian Institute of Technology Kanpur via Swayam,,course|https://swayam.gov.in/nd1_noc19_hs56/preview,psychology,,,,,, -0da91b09-4550-4c52-9a48-b696096df351,Management of Urban Infrastructures – part 1,By École Polytechnique Fédérale de Lausanne via Coursera,,course|https://www.classcentral.com/course/coursera-management-of-urban-infrastructures-part-1-4576,urban-planning,,,,,, -240a18ed-535c-4ac2-845c-c86b1c4feadf,Anthropology: Understanding Societies and Cultures,By University of Newcastle via FutureLearn,,course|https://www.futurelearn.com/courses/cultures-societies-introducing-anthropology,anthropology;sociology;culture,,,,,, -404bf6de-d3af-4d3a-b4a3-d393ffa6efae,Applied Linguistics,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_hs45/preview,linguistics,,,,,, -b395518c-a6d1-4643-85e1-b5b4082e57fc,Technologies For Clean And Renewable Energy Production,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-technologies-for-clean-and-renewable-energy-production-14323,energy;renewable-energy,,,,,, -c0f5643f-19f0-4a93-b054-64a12b7ec7fa,The Psychology Of Language,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_hs44/preview,psychology;language,,,,,, -ffc244f2-ff47-4020-abdc-9247a8c126b6,Introduction to Environmental Engineering and Science-Fundamental and Sustainability Concepts,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_ge22/preview,environmental-science;sustainability,,,,,, -5435d996-4808-4a45-a11f-75d1cce9126e,Risk in Modern Society,By Leiden University via Coursera,,course|https://www.coursera.org/learn/risk-in-modern-society,risk;social-science,,,,,, -4e95135c-1990-4ad1-9954-f187faec7723,Positive Psychology,By Indian Institute of Technology Delhi via Swayam,,course|https://www.classcentral.com/course/swayam-positive-psychology-14241,psychology,,,,,, -90541e2f-61f2-40b1-b742-dd96fa499827,Consumer Psychology,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_hs64/preview,psychology;consumer-psychology,,,,,, -a655abda-af39-47d2-947c-04d90f1811dc,Corporate Social Responsibility,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_mg53/preview,csr,,,,,, -73502c63-8c2e-4ee3-9ac1-5e69712ab439,Intellectual Property Rights and Competition Law,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-intellectual-property-rights-and-competition-law-14131,intellectual-property;law;competition-law,,,,,, -6860aba1-2937-4ecd-983a-43b13a9a1784,System Design for Sustainability,By Indian Institute of Technology Guwahati via Swayam,,course|https://swayam.gov.in/nd1_noc19_de03/preview,sustainability;engineering,,,,,, -9bdead90-5f17-4f18-861a-b11a05eae4ab,Knowledge Management,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-knowledge-management-7954,knowledge-management,,,,,, -5e1b5102-6b75-4fa6-bc46-17b6094759c1,Patent Drafting for Beginners,By Indian Institute of Technology Madras via Swayam,,course|https://swayam.gov.in/nd1_noc19_hs66/preview,patents,,,,,, -f258866b-2a1f-4fd7-881b-63fc7a060fda,Disability Studies: an introduction,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-disability-studies-an-introduction-14010,disability,,,,,, -3a0e5210-fb9f-4847-81e8-23c879a0fd85,Patent Law For Engineers And Scientists,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-patent-law-for-engineers-and-scientists-9849,patents;law,,,,,, -0f8ac7db-5bc2-4345-90e2-e003b74832a4,"Cognition, Transformation and Lives",By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-cognition-transformation-and-lives-13944,psychology,,,,,, -bfff16a2-b36a-4587-8eea-9e06e80cd44d,Patent Search for Engineers and Lawyers,By NPTEL via Swayam,,course|https://www.classcentral.com/course/swayam-patent-search-for-engineers-and-lawyers-14226,patents,,,,,, -f3bc0fb7-eb23-4ae7-b9a7-70a75c16dea4,Integrated Waste Management for a Smart City,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_ce31/preview,waste-management;smart-cities,,,,,, -e4069af2-502f-4cec-ab1d-12659e2b5740,2003 Kalyuga et al,,,research_paper|http://lexiconic.net/pedagogy/2003-Kalyuga_et_al.pdf,learning,,,,,, -23201e37-7854-4afc-9458-ced1249e54e4,Development Research Methods,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-development-research-methods-14002,social-science,,,,,, -3cc63971-2617-4eea-9d67-b72f2bfd8084,Basic Japanese Civil Law,By Tokyo Institute of Technology via edX,,course|https://www.edx.org/course/basics-of-japanese-law-civi-l,law;nations/japan,,,,,, -5ddeaec5-dacd-4c53-a998-71d7defc9fc1,Crime and Society,"By Madurai Kamaraj University, Madurai, Tamil Nadu via Swayam",,course|https://www.classcentral.com/course/swayam-crime-and-society-13972,crime;society;sociology,,,,,, -e1867790-2966-49a6-9d01-b2af6e9d18d1,Home Science - Extension and Communication Management - Level 1,By CEC via Swayam,,course|https://swayam.gov.in/nd2_cec19_mg32/preview,home-science;social-science,,,,,, -ac083d0a-d802-4ae4-a4b6-34f757622f12,Empowering Yourself in a Post-Truth World,By The University at Buffalo via Independent,,course|https://www.classcentral.com/course/independent-empowering-yourself-in-a-post-truth-world-13445,thinking;social-science,,,,,, -986bf99d-2839-4704-b659-969b765cf9ca,The Fundamentals of Managing Upwards — Morale Mindset,,,article|https://www.moralemindset.com/publications/fundamentalsmanagingupwards,business,,,intermediate,,, -ca011b72-6ebd-49e4-a198-ab46261c5526,Love as a Force for Social Justice,By Stanford University via Coursera,,course|https://www.classcentral.com/course/coursera-love-as-a-force-for-social-justice-8844,sociology;social-justice,,,,,, -94af8fa6-2a43-4de8-b99f-c6c4aa287ed8,Security & Safety Challenges in a Globalized World,By Leiden University via Coursera,,course|https://www.coursera.org/learn/security-safety-globalized-world,security;safety;globalization,,,,,, -3946a89a-452f-4262-bfee-d7470a48deb7,Farm to Fork: Sustainable Food Production in a Changing Environment,By EIT Food via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-farm-to-fork-sustainable-food-production-in-a-changing-environment-12288,sustainability;farming,,,,,, -8e595ce5-deaa-4701-9558-4b5bf802ccfe,Managerial Economics and Business Analysis Capstone,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/managerial-economics-capstone,economics;business;management,,,,,, -cffce06f-39f3-47c0-838b-0741decd7ca1,International Water Law,By University of Geneva via Coursera,,course|https://www.classcentral.com/course/coursera-international-water-law-10234,water;international-law,,,,,, -3d8834bc-a10f-44d9-a935-edf718ce6119,Federalism & Decentralization: Evaluating Africa's Track Record,By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-federalism-decentralization-evaluating-africa-s-track-record-3454,political-science;africa,,,,,, -820c6891-2764-4462-985e-4548bb755b27,"Human Rights, International Law and International Humanitarian Law",By CEC via Swayam,,course|https://www.classcentral.com/course/swayam-human-rights-international-law-and-international-humanitarian-law-14114,human-rights;international-law,,,,,, -658980d6-5e63-4c86-bc5a-94796e5e0a68,Course in Business Economics (Macro),By Savitribai Phule Pune University via Swayam,,course|https://swayam.gov.in/nd2_cec19_mg37/preview,business;macroeconomics,,,,,, -70340fda-aae4-44ae-ac2a-b1c79d4a325d,Criminalistics,"By Doctor Harisingh Gour Vishwavidyalaya, Sagar via Swayam",,course|https://swayam.gov.in/nd2_cec19_cs03/preview,crime;forensics,,,,,, -f03d3748-f66a-418f-8dfe-7b0649bbbda1,Firm Level Economics: Consumer and Producer Behavior,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/firm-level-economics,microeconomics;consumer-behaviour;producer-behaviour,,,,,, -06a225f0-48d9-4272-b8a4-40fe995850d7,Morale Mindset,,,audio|https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5idXp6c3Byb3V0LmNvbS8xNTg2NDI4LnJzcw==?fbclid=IwAR3_PIArU0uQd8TMBzqA-HgNIKVuUlkbOI2mJS7WDsbhCgX_JlEIdv9FQOI,business,,,intermediate,,, -111a472f-1170-4b8b-89de-2fd3f7e0a053,Embracing the Next Production Revolution for a new Africa Narrative,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-embracing-the-next-production-revolution-for-a-new-africa-narrative-13250,sustainability;africa,,,,,, -6dd50624-5271-4cac-986b-36115145dace,Enabling policies for innovation in the Next Production Revolution,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-enabling-policies-for-innovation-in-the-next-production-revolution-13666,sustainability;africa,,,,,, -390b926e-2d40-49a3-976f-93a11cc8fb04,Survey Research Methodology,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-survey-research-methodology-11789,social-science,,,,,, -a6dba844-3eb6-464b-8a07-c4882a466b14,"Share Food, Cut Waste",By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-share-food-cut-waste-8993,food;waste-management,,,,,, -aed40f8c-cac4-4726-b385-2c84f49200cc,Sustainable building design for tropical climates: principles and guidelines for EAC,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-sustainable-building-design-for-tropical-climates-principles-and-guidelines-for-eac-8816,sustainability;buildings;tropics,,,,,, -7e2381e7-2f7f-4ec3-9d69-b7669c973ef9,Sustainable building design for tropical climates: integrating design of buildings and technology systems,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-sustainable-building-design-for-tropical-climates-integrating-design-of-buildings-and-technology-systems-8148,sustainability;buildings;tropics,,,,,, -6fbc74f2-a798-44d9-a3c8-b597beb576b1,Building expertise on developing sustainable and resilient infrastructure,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.classcentral.com/course/edx-building-expertise-on-developing-sustainable-and-resilient-infrastructure-13482,sustainability;infrastructure,,,,,, -5899103f-4fa2-478e-b7c0-4a517445230e,Technological challenges of participatory smart cities,By Inria (French Institute for Research in Computer Science and Automation) via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-technological-challenges-of-participatory-smart-cities-13607,smart-cities,,,,,, -f4d9b204-bdcf-4a14-ba3a-44e2eb529bc5,Principles of Economics,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:HumanitiesSciences+Econ1V+Summer2019/about,economics,,,,,,oer -f12fc15f-f2ec-41f7-bf3d-7adb54579914,Embracing Diversity,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.pok.polimi.it/courses/course-v1:Polimi+ED101+2019_M7/about,diversity,,,,,, -5601d01c-f517-4c11-89bd-1c9589fbc369,Doing Gender and Why it Matters,By The University of Hong Kong via edX,,course|https://www.classcentral.com/course/edx-doing-gender-and-why-it-matters-13325,gender,,,,,, -6ad4dfae-304d-49ec-b95e-5e5355daa48d,Rights of Minorities and Indigenous people and Women,"By L.M.S Law College, Imphal Manipur via Swayam",,course|https://swayam.gov.in/nd2_cec19_hs12/preview,human-rights;minorities,,,,,, -44e07928-cc86-47be-9581-3565b7df02ee,Social Research Ethics,"By Tata Institute of Social Sciences, Mumbai via Swayam",,course|https://www.classcentral.com/course/swayam-social-research-ethics-14290,research;ethics;social-science,,,,,, -bdfe3a34-1f19-44c9-b6ed-4f63f40135b8,Law and Justice in a Globalising World,By National Law University Odisha via Swayam,,course|https://swayam.gov.in/nd2_ugc19_hs40/preview,law;justice;globalization,,,,,, -ee06a96e-0eec-4a12-9da4-819e124c9455,Indian Political Thought,"By St. Xavier's College (Autonomous), Kolkata via Swayam",,course|https://www.classcentral.com/course/swayam-indian-political-thought-14121,political-science;nations/india,,,,,, -7258eb14-ba14-48f4-adec-b41b4da8a6e9,Communication Research,By Bengaluru Central University via Swayam,,course|https://www.classcentral.com/course/swayam-communication-research-13946,communication;media;journalism;research,,,,,, -adac68fc-5a3f-4cd5-b0ec-b0ba16774ec9,Administration & Public Policy: Concepts and Theories,"By St. Xavier's College (Autonomous), Kolkata via Swayam",,course|https://www.classcentral.com/course/swayam-administration-public-policy-concepts-and-theories-13883,public-policy;social-science,,,,,, -3c1ac83a-c0c4-493a-9d65-66fa8d3ec8e1,International Law in Action: the Arbitration of International Disputes,By Leiden University via Coursera,,course|https://www.coursera.org/learn/arbitration-international-disputes,international-law,,,,,, -204a6ba1-bc9f-4e6c-a4bb-34187cc3cb21,Constitutional Government & Democracy in India,"By St. Xavier's College (Autonomous), Kolkata via Swayam",,course|https://swayam.gov.in/nd2_cec19_hs13/preview,nations/india;democracy;governance;constitution;law,,,,,, -16dc5577-0d4a-4a5c-85d7-224cae24f852,Establishing Effective Partnerships,By Philanthropy University via Independent,,course|https://courses.philanthropyu.org/courses/course-v1:ThePartneringInitiative+Partnering_101+1_1.20_20190225_20190331/about,relationships;collaboration,,,,,, -fffb505f-160a-482f-80c7-6423ccc613aa,State and Local Governance: Machinery & Processes,By UGC via Swayam,,course|https://www.classcentral.com/course/swayam-state-and-local-governance-machinery-processes-14303,political-science;governance,,,,,, -c82ae233-85ae-4edc-a55f-9ed49e157c9b,Urban Disaster Risk Mitigation & Climate Resilient Development,By UGC via Swayam,,course|https://swayam.gov.in/nd2_ugc19_ar02/preview,disaster-management;climate-change;urban-planning,,,,,, -8cf880ff-49e6-484d-86a0-ee132ee2a048,Direct Tax- Laws and Practice,By Tezpur University via Swayam,,course|https://www.classcentral.com/course/swayam-direct-tax-laws-and-practice-14009,taxation;law,,,,,, -cd7e7078-1978-4023-92dd-ec4648ed3024,Principles of Macroeconomics - I,By CEC via Swayam,,course|https://www.classcentral.com/course/swayam-principles-of-macroeconomics-i-14251,macroeconomics,,,,,, -3a3bd3b7-b89b-4b09-afa2-98a0bbdab835,Psychology for Health and Well Being,By University of Kashmir via Swayam,,course|https://www.classcentral.com/course/swayam-psychology-for-health-and-well-being-14263,psychology;health;well-being,,,,,, -3e7be252-0473-448e-9e59-5470a1cb6f31,The Customs and Traditions of Afghanistan: Pashtunwali and Its Foundations,By Ministry of Higher Education of Afghanistan via edX,,course|https://www.classcentral.com/course/edx-the-customs-and-traditions-of-afghanistan-pashtunwali-and-its-foundations-14382,nations/afghanistan,,,,,, -862e40a6-eac9-454c-8437-f62652c395c4,Population 10 Billion: Researching Global Issues,By The University of Sheffield via FutureLearn,,course|https://www.futurelearn.com/courses/population-10-billion,sustainability;population,,,,,, -2694b07a-41e6-4dc6-a24f-e696417b196c,Copyright and the Business of Creative Industries,By Cisac University via FutureLearn,,course|https://www.futurelearn.com/courses/economics-of-copyright,copyright;business,,,,,, -441c18e0-0a05-4fdb-b16b-cb29f76ee9ad,A Circular Economy of Metals: Towards a Sustainable Societal Metabolism,By Leiden University via Coursera,,course|https://www.coursera.org/learn/circular-economy-metals,sustainability;economics;metals,,,,,, -bc69beef-625d-4965-a2f5-118f64638da0,Certificate course in Environmental Sustainability,By IGNOU via Swayam,,course|https://swayam.gov.in/nd2_nou19_ag10/preview,sustainability,,,,,, -cbf48e0f-6610-4389-b0fe-819ec12d3555,Sustainable Management of Biodiversity,By IGNOU via Swayam,,course|https://swayam.gov.in/nd2_nou19_bt15/preview,sustainability;biology,,,,,, -297a0016-f9ee-4202-b224-1bfb2a367b3a,Food Laws and Standards,By IGNOU via Swayam,,course|https://www.classcentral.com/course/swayam-food-laws-and-standards-14062,food;law,,,,,, -b11e22bf-f0ed-475b-8c14-efbb0b019db4,Consumer Behavior in Microeconomics,By via Independent,,course|http://www.textbookvideos.com/consumer_behavior_mooc_-_begins_april_22_2013,consumer-behaviour;microeconomics,,,,,, -86427956-40be-4916-863c-5ab6deb2da8c,Game Theory II,By Stanford University via Independent,,course|https://www.classcentral.com/course/independent-game-theory-ii-906,game-theory,,,,,, -170d63a0-a93d-4711-bce9-65d9a9d84317,Sociocultural Systems,By Rogers State University via Open Education by Blackboard,,course|https://coursesites.com/?course_id=_257522_1,sociology,,,,,, -6b6e805b-f04a-4b98-b523-aeb8018d0c90,Build your own React,,,code|https://pomb.us/build-your-own-react/,software-tools/react,,,,,, -edb951a4-26f0-4993-a583-c097d253457c,Introduction to Communication Science,By University of Amsterdam via Independent,,course|http://mooc.uva.nl/portal,communication,,,,,, -a3d5ec18-f9cc-4909-9430-afb3ad1dfc82,The Power of Markets,By University of Rochester via Coursera,,course|https://www.classcentral.com/course/coursera-the-power-of-markets-1239,economics,,,,,, -b0a8ab59-152b-4414-b56d-95061d599a7e,Travel Stack Exchange,,,qna|https://travel.stackexchange.com/,travel,,,,,,oer -630a028a-ffa2-4a19-adf7-cb762d78cd51,AZ 900 Microsoft Azure Fundamentals Certification Training Course,,,learning_plan|https://intellipaat.com/az-900-microsoft-azure-fundamentals-certification/,software-tools/azure,,,beginner,,5.0, -884d5c77-a36b-40b7-b769-7d701d26df45,The importance of International Trade,By Universidad de las Américas Puebla via Open Education by Blackboard,,course|https://coursesites.com/?course_id=_294713_1,economics,,,,,, -446543f7-77cb-4fa5-9e8d-0b972e3ae936,Sustainable Product Development,By Stanford University via NovoEd,,course|https://www.novoed.com/sustainable-product-2014-1,sustainability,,,,,, -d199c9a7-32e5-4abd-b55a-a09569fe752c,Louv2.01x: International Human Rights,By via ,,course|https://www.classcentral.com/course/edx-louv2-01x-international-human-rights-1340,human-rights,,,,,, -11c2ee29-5db4-43a3-a5ca-2abbf86553f1,00690242_1x: Historical Relic Treasures and Cultural China: Part 1,By Tsinghua University via edX,,course|https://www.edx.org/course/historical-relic-treasures-and-cultural-china-part-1,archaeology;nations/china,,,,,, -0147a7a4-83be-4b42-935e-87e109368f81,2014 Congressional Elections MOOC,By Pace University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-2014-congressional-elections-mooc-1799,nations/usa;elections;governance,,,,,, -11269b99-a293-4979-aa27-a9d94b62a5e9,International Politics in this World and Beyond,By American Public University via Independent,,course|https://www.classcentral.com/course/independent-international-politics-in-this-world-and-beyond-2165,political-science,,,,,, -614ae83f-7150-4b99-b016-b54159383b0d,Right vs Might in International Relations,By University of Glasgow via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-right-vs-might-in-international-relations-2030,political-science;geopolitics,,,,,, -07515e7d-6355-4274-b36d-fdfafa86f4ad,Towards Scottish Independence? Understanding the Referendum,By University of Edinburgh via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-towards-scottish-independence-understanding-the-referendum-2121,nations/scotland;political-science,,,,,, -74095ff4-d909-43a7-b61b-3abf8a398e0d,GSE1.1x: Unlocking the Immunity to Change: A New Approach to Personal Improvement,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-gse1-1x-unlocking-the-immunity-to-change-a-new-approach-to-personal-improvement-947,psychology;self-improvement,,,,,, -aeb3628d-e8be-414b-bec4-908baa87ceea,Revolutionary Ideas: An Introduction to Legal and Political Philosophy,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/political-philosophy,political-philosophy,,,,,, -9a13f54f-0a11-4c74-8c55-f96bd3d3a676,NGI102x: Next Generation Infrastructures - Part 2,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-ngi102x-next-generation-infrastructures-part-2-2141,urban-planning,,,,,, -d0834bd1-8033-43c9-9b88-2793de88649d,Literature & Law of American Slavery,By John Jay College of Criminal Justice via Open Education by Blackboard,,course|http://johnjayonline.com/slavery,literature;law;slavery;nations/usa,,,,,, -e8c4d634-dfc3-4801-b713-3e5b954cce2b,Copyright Clarity,By The University of Rhode Island via Canvas Network,,course|https://www.canvas.net/courses/copyright-clarity,copyright,,,,,, -bb9268dc-4f53-4c89-bb64-47932bf7bfaa,Introduction to Sustainable Development,By Columbia University via Coursera,,course|https://www.coursera.org/learn/sustainabledevelopment1,sustainability,,,,,, -433a953b-fe9d-4339-b898-fcd417c0db73,HLS1.1x: Copyright,By Harvard University via edX,,course|https://www.edx.org/course/copyright-2,copyright,,,,,, -ea07364a-0de0-4f4c-adbc-a975d1fae2ab,Scientific Humanities,By Sciences Pro via France Université Numerique,,course|https://www.classcentral.com/course/france-universite-numerique-scientific-humanities-1510,humanities;science;sociology,,,,,, -9f72046e-1a2d-4ec7-ac2a-657208bb1ab4,Making Government Work in Hard Places,By Princeton University via NovoEd,,course|https://www.classcentral.com/course/novoed-making-government-work-in-hard-places-3068,governance;political-science,,,,,, -ee2dcc90-d490-44c3-978d-cf4af9a5e8e6,Human Rights: Global & Local Protection,By University of Padova via iversity,,course|https://iversity.org/en/courses/human-rights-global-local-protection,human-rights,,,,,, -9e2d722e-c96a-49b1-b28a-849f084b8f9d,From International Relations to Global Politics,By LUISS via iversity,,course|https://iversity.org/en/courses/from-international-relations-to-global-politics,political-science,,,,,, -65a34318-20c5-47a5-a06d-7331c69d3c7c,"Introduction to Sustainability, Resilience, and Society",By University of Washington via Canvas Network,,course|https://www.canvas.net/browse/uwashington/courses/introduction-to-sustainability-resilience-and-society-1,sustainability,,,,,, -fb061c24-c386-4c3f-9b96-2e49cb872f92,Causes of War,By King's College London via FutureLearn,,course|https://www.futurelearn.com/courses/causes-of-war,political-science,,,,,, -acfb318a-a135-4e89-a6e8-a3ff94735bc3,Digging Deeper: The Form and Function of Manuscripts,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-digging-deeper-the-form-and-function-of-manuscripts-3377,anthropology,,,,,, -2f23e80e-8254-43b0-803a-8fc7f64864d0,Introduction to Metrics for Smart Cities,By IEEE via edX,,course|https://www.classcentral.com/course/edx-introduction-to-metrics-for-smart-cities-3210,smart-cities,,,,,, -173d4eab-6348-4976-af0f-ef2511725d90,Road to the Free Digital Society,By via Independent,,course|https://www.classcentral.com/course/independent-road-to-the-free-digital-society-3496,law;human-rights;free-software,,,,,, -1efda48d-dceb-40ac-b310-5be5e3b2dabd,Genius. Talent. Golden Mediocrity,By Tomsk State University via iversity,,course|https://iversity.org/en/courses/genius-talent-golden-mediocrity,talent;psychology,,,,,, -40fe8464-1ad5-4926-8eaa-01793b51eaff,The European Union in Global Governance,By via iversity,,course|https://www.classcentral.com/course/iversity-the-european-union-in-global-governance-991,europe;governance,,,,,, -4cecef6e-37a7-427c-9e36-f78c7ee75b48,Financial Sustainability: The Numbers side of Social Enterprise,By +Acumen via NovoEd,,course|https://www.novoed.com/unit-economics-q2-2015,sustainability,,,,,, -e4e9c692-24e8-4c84-922b-3fbd2c0b9636,"Origins of Human Language - Birds, Monkeys, and Humans",By via EdCast,,course|https://www.classcentral.com/course/edcast-origins-of-human-language-birds-monkeys-and-humans-3576,language,,,,,, -3096cdcc-2c0d-45b5-9c60-06781d4728e7,Critical Thinking - Reason and Fair Play in Communication,By Maastricht School of Management Romania via iversity,,course|https://iversity.org/en/courses/critical-thinking-reason-and-fair-play-in-communication-may-2015,communication;thinking,,,,,, -8d6d9f7c-bf19-426a-9ff3-e03fb77cfadf,Cooperation in the Contemporary World: Unlocking International Politics,By University of Birmingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-cooperation-in-the-contemporary-world-unlocking-international-politics-1862,political-science,,,,,, -ca4b7361-c059-47bb-b23f-ccf8edc7aded,eSankofa: Conversations About the Black Experience,By Michigan State University via Canvas Network,,course|https://www.canvas.net/browse/michiganstate/courses/e-sankofa,race;social-science,,,,,, -d001fe08-4bf4-424d-a6b5-3818aa38ebb3,Solid Science: Research Methods,By University of Amsterdam via Coursera,,course|https://www.classcentral.com/course/coursera-solid-science-research-methods-2231,sociology,,,,,, -a9602ba0-6cec-483a-80ac-82d92837a736,Bullying 101: Beyond common sense,By University of Padova via iversity,,course|https://www.classcentral.com/course/iversity-bullying-101-beyond-common-sense-3671,psychology;bullying,,,,,, -4e4b42fb-8c9c-4d48-8236-175cdc0c348c,Language and society,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-language-and-society-3966,language;sociology,,,,,, -bc6efc62-b783-48b7-a423-0f5bda0faf21,"Identity, Conflict and Public Space",By Queen's University Belfast via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-identity-conflict-and-public-space-1576,sociology,,,,,, -37138deb-e29d-42e3-8208-958f1fa8f5ec,Social Enterprise Models,By +Acumen via NovoEd,,course|https://www.novoed.com/business-models-fall-2015,sustainability,,,,,, -4a8f9a94-38f7-4627-bc1f-0598723d9645,Psychometrics MOOC,By PsyAsia International via Independent,,course|https://www.classcentral.com/course/independent-psychometrics-mooc-3845,psychometrics,,,,,, -79bf9256-7788-4053-8e36-c5176ac971d4,Climate Change & Health for Policy-Makers,By Heidelberg University via iversity,,course|https://www.classcentral.com/course/iversity-climate-change-health-for-policy-makers-4373,climate-change;health,,,,,, -a2f96c46-6dd8-4af3-afad-7b09d55937b4,FIRST! Understanding New Hampshire's Presidential Primary,By University of New Hampshire via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-first-understanding-new-hampshire-s-presidential-primary-3629,elections;nations/usa,,,,,, -d680ba43-96a4-413b-abeb-33961df060a3,Microeconomics Principles,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-microeconomics-principles-436,microeconomics,,,,,, -b598b020-2728-40b6-bcf4-dd6c0089ae3f,Legal Risk Management Strategies for Multinational Enterprises,By Boston University via edX,,course|https://www.classcentral.com/course/edx-legal-risk-management-strategies-for-multinational-enterprises-3500,law;business,,,,,, -2d2c92e6-e0e5-473e-99eb-c91df5fffdda,Basics of Energy Sustainability,By Rice University via edX,,course|https://www.edx.org/course/basics-of-energy-sustainability,sustainability;energy,,,,,, -3c5dbe30-d166-4013-87a1-8634b99657d0,"Sustainability, Society and You",By The University of Nottingham via FutureLearn,,course|https://www.futurelearn.com/courses/sustainability-society-and-you,sustainability,,,,,, -40af1b10-41ac-44ec-adda-f3bd8e69d889,Corporate Social Responsibility: New Market Conditions,By VIA University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-corporate-social-responsibility-new-market-conditions-4801,csr,,,,,, -3fcae1a9-ccca-4591-9290-87ade23c723e,From the archives: Bubble magic,,,video|https://www.youtube.com/watch?v=qReuGWkTwlA,bubbles,,,,,,oer -199eb5ef-83ff-42c4-9744-ae951e2db3cb,ANU-INDIA1x: Engaging India,By Australian National University via edX,,course|https://www.edx.org/course/engaging-india-2,nations/india,,,,,, -74af20ed-bff7-48a7-8043-5192a49ccf94,"The European Union integration: history, culture, political economy and key institutions",By Moscow Institute of Physics and Technology via Coursera,,course|https://www.classcentral.com/course/coursera-the-european-union-integration-history-culture-political-economy-and-key-institutions-4471,european-union,,,,,, -2400b923-d126-4ec1-aeee-d815100f0fdb,Ec1101x: Principles of Economics with Calculus,By California Institute of Technology via edX,,course|https://www.edx.org/course/principles-of-economics-with-calculus,economics;calculus,,,,,, -8dd1124f-1dde-48f0-859f-ab3464384715,Iowa Presidential Caucuses,By Iowa State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-iowa-presidential-caucuses-3374,elections;nations/usa,,,,,, -0e019e09-ac46-43d0-8a2c-631c28c7d83c,Indigenous Studies: Australia and New Zealand,By via Open2Study,,course|https://www.classcentral.com/course/open2study-indigenous-studies-australia-and-new-zealand-1472,nations/australia;nations/newzealand;anthropology,,,,,, -910a496e-4f9c-4788-bbfb-84eda0328575,"American Prophet: The Inner Life and Global Vision of Martin Luther King, Jr.",By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/HumanitiesSciences/MartinLKing/Winter2016/about,nations/usa;history,,,,,,oer -ae9a13d2-bb81-4d4e-8422-d242b2915344,Africa: Sustainable Development for All?,By University of Aberdeen via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-africa-sustainable-development-for-all-3415,africa;sustainability,,,,,, -73485b1f-4aa3-4410-b510-96820b9489ec,"Our Green City: Global challenges, Bristol solutions",By University of the West of England via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-our-green-city-global-challenges-bristol-solutions-4133,urban-planning;sustainability,,,,,, -0e72cb93-4471-486c-91b5-c8ffeb9112b7,"Investigative Concepts: FBI Major Case #203 ""Pizza Bomber""",By via ,,course|https://www.classcentral.com/course/canvas-network-investigative-concepts-fbi-major-case-203-pizza-bomber-1140,criminal-justice,,,,,, -b4a883e7-71b0-4d3c-99d8-273452f3aef3,Why Do People Migrate? Part 1: Facts,By European University Institute via iversity,,course|https://iversity.org/en/courses/why-do-people-migrate-part-1-facts,immigration,,,,,, -3542927c-5a6d-4d36-baa4-56bb6daf5ae9,Why Do People Migrate? Part 2: Theories,By European University Institute via iversity,,course|https://iversity.org/en/courses/why-do-people-migrate-part-2-theories,immigration,,,,,, -c0a38231-540d-48ec-b1e9-edf692efb2ba,Workers' Rights in a Global Economy,By via iversity,,course|https://www.classcentral.com/course/iversity-workers-rights-in-a-global-economy-3368,law;international-labour-standards,,,,,, -bca74c91-d69f-44e2-8218-31ded4de57e0,Legal Compliance for Incorporating Startup,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-legal-compliance-for-incorporating-startup-5773,startups;nations/india/law,,,,,, -2bac3355-c1a6-4014-b3dd-66c6f7e6804a,Dana C. Ernst,,,book|http://dcernst.github.io/teaching/mat411f16/materials/,group-theory,,,,,,oer -eb77226b-88a8-437c-8ee6-ec17cf0b3e68,Technology Transfer through Joint Venture,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-technology-transfer-through-joint-venture-5774,nations/india/law;business,,,,,, -e408b393-1619-4ae6-b443-ca75bf16da80,Understanding the Federal Reserve,By New York Institute of Finance via edX,,course|https://www.classcentral.com/course/edx-understanding-the-federal-reserve-3604,economics;nations/usa,,,,,, -46d1fb1d-67b0-4cfb-8f17-e3d8c63efde0,Country Level Economics: Part 2,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/macroeconomic-factors,economics,,,,,, -7bad1e38-195b-4fe0-a072-ce87ed773e44,Scotland and Wales Vote 2016: Understanding the Devolved Elections,By University of Edinburgh via FutureLearn,,course|https://www.futurelearn.com/courses/scottish-welsh-elections16,elections;nations/scotland,,,,,, -7d2aa18d-dd7c-4cd9-92ae-7beb9274a0b4,The Road to the White House: The Republican and Democratic National Party Conventions Explained and Analyzed,By Pace University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-the-road-to-the-white-house-the-republican-and-democratic-national-party-conventions-explained-and-analyzed-6485,elections;nations/usa,,,,,, -29f11a24-ebec-49b3-8952-212afdbe30dc,Remain or Leave? A MOOC on the UK Referendum on EU Membership,By University of Stirling via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-remain-or-leave-a-mooc-on-the-uk-referendum-on-eu-membership-6152,brexit;european-union,,,,,, -238273d8-e7f0-414d-8c1f-c041fc7a70b9,Towards Brexit? The UK's EU Referendum,By University of Edinburgh via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-towards-brexit-the-uk-s-eu-referendum-6302,brexit;european-union,,,,,, -e4959fe0-6547-4a6e-b05e-4c6623047b3d,Unlocking Film Rights: Understanding UK Copyright,By Creative Skillset via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-unlocking-film-rights-understanding-uk-copyright-5160,copyright;nations/uk,,,,,, -8a0e0346-5467-4014-85cc-fa61bb310d0d,FSSCPx: Food Security and Sustainability: Crop production,By Wageningen University via edX,,course|https://www.edx.org/course/food-security-and-sustainability-crop-production,sustainability;food,,,,,, -8d0a4bc4-f36f-4d69-a9c3-da968d533123,Why the European Union? A Brief History of European Integration,By Universitat Pompeu Fabra via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-why-the-european-union-a-brief-history-of-european-integration-5389,european-union,,,,,, -cbcc5295-2c32-47e6-a0c9-62446f5fb5d3,Teaching and Learning Iowa History - Iowans and the Struggles Against Anti-Black Racism,By Iowa State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-teaching-and-learning-iowa-history-iowans-and-the-struggles-against-anti-black-racism-3675,human-rights;nations/usa,,,,,, -68a59f49-5b09-47e2-babd-40e5ee8b003e,How to Run an Ethical Campaign – and Win,By Santa Clara University via Canvas Network,,course|https://www.canvas.net/browse/santaclarau/courses/ethical-campaign-2,political-science,,,,,, -e646a1e0-c48a-4ac4-963b-a457fac5cb86,Global politics / Politique globale,By University of Naples Federico II via Federica,,course|https://www.classcentral.com/course/federica-global-politics-politique-globale-7535,political-science;geopolitics,,,,,, -67e14b00-8057-460c-917e-cac0ecc93921,Understanding Political Concepts,By University of Naples Federico II via Federica,,course|https://www.federica.eu/c/understanding_political_concepts/,political-science,,,,,, -3b1a7405-d49f-485e-8db2-dd32721624a5,Commodity Derivatives and Risk Management,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc16_mg05,finance;derivatives;risk,,,,,, -84a1771c-38e1-4504-ab1f-7ee048ddfcee,How to Build a Sustainable Fashion Business,By via FutureLearn,,course|https://www.futurelearn.com/courses/sustainable-fashion,sustainability;fashion,,,,,, -a848fc16-e081-4110-b72d-fedb1436880a,Digital Culture: Visions and Legacies,By University of Naples Federico II via Federica,,course|https://www.classcentral.com/course/federica-digital-culture-visions-and-legacies-7565,social-science,,,,,, -1434d309-8ddf-41de-a6c9-042506604c0a,Technology for Accountability Lab,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-technology-for-accountability-lab-6938,political-science,,,,,, -02fd2a95-63fa-4431-a3a6-7863de98e1ed,Civil Rights and Civil Liberties,By The University of Oklahoma via Janux,,course|https://www.classcentral.com/course/janux-civil-rights-and-civil-liberties-1592,human-rights;law;social-science,,,,,, -73483234-c0e6-4a46-bc00-afdb92b0a6d6,acoustics,,,article|https://people.bath.ac.uk/ensmjc/Notes/acoustics.pdf,acoustics,,,,,, -e99b8962-6ba2-472c-9e05-38d466c7dd15,International Franchise Law: the World is Yours,By University of New South Wales via FutureLearn,,course|https://www.futurelearn.com/courses/international-franchise-law,international-law,,,,,, -7850b8e3-dea9-4632-93ec-3f8230e7a2ed,The Road to the White House: The 2016 Presidential Election,By Pace University via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_1006_1,elections;nations/usa,,,,,, -65ce7cd2-2dfe-40ff-91aa-6a32986da2d4,Disability as a Human Rights Issue: Global and National Perspectives,By European Inter-University Centre for Human Rights and Democratisation via Canvas Network,,course|https://www.canvas.net/browse/eiuc/courses/disability-human-rights-issue,human-rights;disability,,,,,, -486c28b6-c71e-46d2-9249-de77807c3615,Disability as a human rights issue: global and national perspectives,By Global Campus of Human Rights via Independent,,course|https://gchumanrights.org/education/e-learning/moocs/disability-as-a-human-rights-issue-global-and-national-perspectives/mooc.html,human-rights;disability,,,,,, -0e73faaf-872a-40d2-9e65-68e8539f931e,How to Read a Mind: an Introduction to Understanding Literary Characters,By The University of Nottingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-how-to-read-a-mind-an-introduction-to-understanding-literary-characters-1574,literature;psychology,,,,,, -deee7ea1-8385-45d7-b348-7eded553b1b9,Advanced Microeconomics for the Critical Mind,By The New School via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-advanced-microeconomics-for-the-critical-mind-4799,microeconomics,,,,,, -22a7b0e0-e7d2-4f5c-be08-401b63b713a1,Global Public Health,By SDG Academy via Independent,,course|https://www.classcentral.com/course/independent-global-public-health-8504,public-health,,,,,, -d477c2e4-d334-42b1-99b8-bb8fcc0a5b71,Ancient Egypt,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-ancient-egypt-3597,nations/egypt;history,,,,,, -3f9a46b7-c183-4238-a9c3-1632b15db9be,EU budget and funding for regions and cities,By European Union Committee of the Regions via France Université Numerique,,course|https://www.fun-mooc.fr/courses/CoR/114001/session01/about,european-union,,,,,, -34bb21e9-68ae-4fcb-b6aa-9cbbb3de725b,"Corporate Lawyers: Ethics, Regulation and Purpose",By University of Birmingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-corporate-lawyers-ethics-regulation-and-purpose-6869,corporate-law;ethics,,,,,, -82d48333-3566-4d8b-9719-de3b5aa484d2,Identifying the Dead: Forensic Science and Human Identification,By University of Dundee via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-identifying-the-dead-forensic-science-and-human-identification-3653,forensics,,,,,, -f3f2d8ff-f809-45b2-bc81-804acac0fa23,The Mind is Flat: the Shocking Shallowness of Human Psychology,By The University of Warwick via FutureLearn,,course|https://www.futurelearn.com/courses/the-mind-is-flat,psychology,,,,,, -4c182efb-da51-4261-b9fc-0a034cc8402b,Infrastructure Economics,By Indian Institute of Technology Patna via Swayam,,course|https://www.classcentral.com/course/swayam-infrastructure-economics-3972,economics,,,,,, -ccbc8788-4ad5-4cd0-995c-f1f604a47c3a,Strategy: An Introduction to Game Theory,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc17_mg11/preview,game-theory,,,,,, -2149ff49-7acc-459c-a829-dc28fbdb3ba4,The Politics and Diplomacy of Cooking and Hospitality,By Grenoble School of Management via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-politics-and-diplomacy-of-cooking-and-hospitality-5791,cooking;hospitality;political-science,,,,,, -1858a401-09f6-4fc1-9920-95a9b405bbf1,Foundations of IP Strategy,By Centre for International Governance Innovation via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-foundations-of-ip-strategy-6979,intellectual-property;law,,,,,, -e800331d-db24-4ee8-9753-66de23d91d9e,"Foreign Exchange Markets - Instruments, Risks and Derivatives",By Indian Institute of Management Bangalore via edX,,course|https://www.edx.org/course/foreign-exchange-markets-concepts-instruments-risks-and-derivatives,economics;foreign-exchange;derivatives,,,,,, -d31b2a0b-9309-4b14-b836-8903ca57410e,Qualitative Research Methods,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-qualitative-research-methods-7966,research;social-science,,,,,, -a1191a55-b0f7-443f-a0be-70bb9af75eff,International migrations :a global issue,By Institut d'Etudes Politiques de Paris via France Université Numerique,,course|https://www.fun-mooc.fr/courses/SciencesPo/05008ENG/session01/about,immigration,,,,,, -0a324d4c-0616-49a0-9248-a534133f5234,Disability and a Good Life: Working with Disability,By University of New South Wales via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-disability-and-a-good-life-working-with-disability-5896,disability,,,,,, -3b81f196-dd60-4203-9772-c16ed37e6181,Solving Public Policy Problems: UC Berkeley’s Eightfold Path,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/solving-public-policy-problems-uc-uc-berkeleyx-policy01x-1,public-policy;social-science,,,,,, -28f05d45-83c4-4e6f-97ba-1ee67ca19607,Childhood in the Digital Age,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-childhood-in-the-digital-age-3370,children;sociology,,,,,, -a68c4eff-4290-4f18-afe1-25a20aacdef5,Responding to 9/11: Counterterrorism Policy in the 21st Century,By Duke University via Coursera,,course|https://www.coursera.org/learn/counterterrorism,terrorism,,,,,, -c299efb5-f21f-45a9-ad09-e4f127cadc3c,Ethical Cities: Shaping the Future of Your City,By RMIT University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-ethical-cities-shaping-the-future-of-your-city-7097,cities;ethics,,,,,, -d1cce8a2-9e62-487d-ad63-367d517c81a8,"Understanding Media: Facts, Authority, and What We Believe",By Florida Institute of Technology via Canvas Network,,course|https://www.canvas.net/browse/fit/courses/understanding-media,media,,,,,, -c2391da7-a4c8-4562-917d-532707cd288c,Ending Slavery: Strategies for Contemporary Global Abolition,By The University of Nottingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-ending-slavery-strategies-for-contemporary-global-abolition-6744,slavery,,,,,, -8ad7a7ee-52a3-4bde-a47c-65b278ad9341,Gender-Based Violence in the Context of Migration,By European Inter-University Centre for Human Rights and Democratisation via Canvas Network,,course|https://www.canvas.net/browse/eiuc/courses/gender-based-violence,gender;immigration;violence,,,,,, -fd86ca51-31a5-4f7b-89b6-dab9949d36ee,Technology Evaluation for Global Development,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-technology-evaluation-for-global-development-8592,social-science,,,,,, -b97a7d09-93e5-488c-b153-c20939795649,Propaganda and Ideology in Everyday Life,By The University of Nottingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-propaganda-and-ideology-in-everyday-life-3312,political-science;propaganda,,,,,, -7552a926-2218-4e24-8981-9bbeb0b33b6f,Introductory Psychology,By Modern States via Independent,,course|https://modernstates.org/course/introductory-psychology/,psychology,,,,,, -58736efe-f783-4f93-98df-f5532a18c8ce,Web Science: How the Web Is Changing the World,By University of Southampton via FutureLearn,,course|https://www.futurelearn.com/courses/web-science,web;sociology,,,,,, -473bba8c-35de-41ec-b50f-8a4dc61bd93d,Understanding child development: from synaps to society,By Utrecht University via Coursera,,course|https://www.coursera.org/learn/child-development,children;psychology,,,,,, -3f36875b-149a-4d4c-8951-8f6cb05f59ee,Comparative Research Designs and Methods,By University of Naples Federico II via Federica,,course|https://www.federica.eu/c/comparative_research_designs_and_methods/,research;social-science,,,,,, -9498005c-d589-4428-bea0-bf0bd2afab63,Babies in Mind: Why the Parent's Mind Matters,By The University of Warwick via FutureLearn,,course|https://www.futurelearn.com/courses/babies-in-mind,parenting;psychology;children,,,,,, -6206eac9-1fde-4f68-b099-71b72915dc20,"Configuring the World, part 1: Comparative Political Economy",By Leiden University via Coursera,,course|https://www.classcentral.com/course/coursera-configuring-the-world-part-1-comparative-political-economy-1676,political-science;economics,,,,,, -c8c51eb7-f836-4af4-aebe-242181abe5f6,"Human Population Dynamics: Births, Deaths and Migrations",By McGill University via edX,,course|https://www.edx.org/school/mcgillx?source=aw&awc=6798_1567901828_b239efce8c1ad7d1d2d59075212ea483,population;sociology,,,,,, -1195cfb7-24ba-459f-910e-6a0be41f83cd,Governance of Disaster Risk,By University of Extremadura via Independent,,course|https://miriadax.net/web/governance-of-disaster-risk/inicio,governance;disaster-management,,,,,, -2fb6cc8e-062a-4ed5-b353-7b39f57694f7,Problem-Based Learning: Principles and Design,By Maastricht University via NovoEd,,course|https://www.classcentral.com/course/novoed-problem-based-learning-principles-and-design-4378,psychology;education;learning,,,,,, -052a69a0-a5e6-46d3-873c-01af35a04d20,Make an Impact: Sustainability for Professionals,By University of Bath via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-make-an-impact-sustainability-for-professionals-1573,sustainability;business,,,,,, -d8b7d48a-4ece-47db-9fcd-9e12478b1890,Planetary Urbanisation: Global Challenges in a Changing World,By University College Dublin via FutureLearn,,course|https://www.futurelearn.com/courses/planetary-urbanisation,social-science,,,,,, -427dc588-7de0-4275-9bc0-7ef0ba37a592,Copyright - DIY,By ATiT via EMMA,,course|https://platform.europeanmoocs.eu/course_copyright_diy,copyright,,,,,, -424030f6-915c-48a6-b2c3-d6d90cc774f4,Literature and Mental Health: Reading for Wellbeing,By The University of Warwick via FutureLearn,,course|https://www.futurelearn.com/courses/literature,literature;mental-health,,,,,, -d83f539a-9329-4c71-9d4d-06fc4b53c124,Shipwrecks and Submerged Worlds: Maritime Archaeology,By University of Southampton via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-shipwrecks-and-submerged-worlds-maritime-archaeology-2247,archaeology;oceans,,,,,, -8c6c6213-abce-460d-a43e-314c8881c906,Cultural Studies and Modern Languages: an Introduction,By University of Bristol via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-cultural-studies-and-modern-languages-an-introduction-3221,sociology;culture;language,,,,,, -c0a0f8c9-577f-4b3b-9fc4-afe6343503d8,From Ink to Sound: Decoding Musical Manuscripts,By University of Basel via FutureLearn,,course|https://www.futurelearn.com/courses/from-ink-to-sound,music;anthropology,,,,,, -9a219041-ab0a-426a-8a2c-d826e697c76d,International and African Legal Framework on Freedom of Expression,By University of Pretoria via Canvas Network,,course|https://www.canvas.net/browse/pretoria/courses/internation-freedom-expression,free-speech;law;africa,,,,,, -2e220b34-0a50-4ae4-b43d-446c2a69950b,Framing: How Politicians Debate,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-framing-how-politicians-debate-3049,political-science;rhetoric;communication,,,,,, -a38704b1-c1c4-4ed0-8f94-9a1abb1711c6,Biobased Sciences for Sustainability Capstone,By Wageningen University via edX,,course|https://www.edx.org/course/biobased-sciences-for-sustainability-capstone,sustainability,,,,,, -e29cb0a1-ceef-498a-820d-568d5a76e25f,Macroeconomic Principles,By Arizona State University via edX,,course|https://www.edx.org/course/macroeconomic-principles-asux-ecn211x-0,macroeconomics,,,,,, -78d0900d-2742-4e46-956c-18d3d522f8b5,Understanding Public Financial Management: How Is Your Money Spent?,By SOAS University of London via FutureLearn,,course|https://www.futurelearn.com/courses/public-financial-management,finance;economics,,,,,, -cc329725-fd71-4d8b-ae8a-b7e7c393066b,Community Organizing for Social Justice Teach-Out,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-community-organizing-for-social-justice-teach-out-9994,social-justice,,,,,, -79ec8fe1-f2e7-4ea4-b5aa-6c73bcac7084,Sociological Perspectives on Modernity,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_hs15/preview,sociology;philosophy,,,,,, -0943edc9-0c36-41d3-afb3-9502a6a5fa2b,Water Economics And Governance,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-water-economics-and-governance-9905,water;urban-planning,,,,,, -6fbedc34-9bdb-4fdf-b7ce-1188f07fc158,Great experiments in Psychology,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://www.classcentral.com/course/swayam-great-experiments-in-psychology-7925,psychology;experiments,,,,,, -4dd453cd-8d6b-4787-89b3-b954e8188ab0,Digital and the Everyday: from codes to cloud,By Indian Institute of Technology Bangalore via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_ge01/preview,information-technology;social-science,,,,,, -212040e2-f803-438b-83a4-a72e1bf1c6fd,Brief introduction to Psychology,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-brief-introduction-to-psychology-4439,psychology,,,,,, -0952a40e-6d0e-4382-be17-d558455d7a6b,Introduction to Advanced Cognitive Processes,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc18_hs02/preview,psychology;cognitive-psychology,,,,,, -2dc1d29f-c63f-43e5-addd-b6aa266ab90f,Contemporary Issues in World Politics,By University of Naples Federico II via Federica,,course|https://www.federica.eu/c/contemporary_issues_in_world_politics/,political-science,,,,,, -896c24f5-658b-4564-9acf-6c7dc8672090,The Politics of Economics and the Economics of Politicians,By The University of Nottingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-politics-of-economics-and-the-economics-of-politicians-8058,economics;political-science,,,,,, -daa58c9b-eac4-4493-b156-b7d30aa92876,Democratic to Authoritarian Rule Teach-Out,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/democratic-authoritarian-teach-out,political-science,,,,,, -2901ca04-87b3-4002-8b87-1a451b9f5770,Comparative Political Systems,By University of Naples Federico II via Federica,,course|https://www.classcentral.com/course/federica-comparative-political-systems-7524,political-science,,,,,, -45bbbab0-a126-4cd7-bb3e-722c1bdbc2f9,Archaeology of Portus: Exploring the Lost Harbour of Ancient Rome,By University of Southampton via FutureLearn,,course|https://www.futurelearn.com/courses/portus,archaeology;history,,,,,, -6a884772-6eae-4707-ad38-e616ad55c4fb,Interpreter CPD: Criminal Justice (Scotland) Act 2016,By Queen Margaret University via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_1871_1,law;nations/scotland,,,,,, -05809ed6-01e8-4eef-99c0-cc265902eaf2,What Works: Promising Practices in International Development,By University of Oslo via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-what-works-promising-practices-in-international-development-3012,political-science,,,,,, -bb3d7840-71f7-4664-8678-05a57c49ee27,Memory Sites and Human Rights,By Global Campus of Human Rights via Independent,,course|https://gchumanrights.org/education/e-learning/moocs/memory-sites-and-human-rights/about.html,human-rights,,,,,, -b5db4c03-c3d2-45f3-ba51-22a972a1ec80,Memory Sites and Human Rights,By European Inter-University Centre for Human Rights and Democratisation via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-memory-sites-and-human-rights-10443,human-rights,,,,,, -7ef2d583-30cd-454b-bc03-d0d5074920da,Free Speech in Journalism Teach-Out,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-free-speech-in-journalism-teach-out-10359,free-speech;journalism,,,,,, -9e871a8e-5f57-43e3-87c2-2df2fec3c150,Introduction to Cognitive Behavioural Therapy,By European Psychiatric Association via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-introduction-to-cognitive-behavioural-therapy-10474,psychology;cognitive-behavioural-therapy,,,,,, -6b1cc5d6-a02f-419b-8aa0-5aac2654c53b,"Politics, Art and Resistance",By University of Kent via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-politics-art-and-resistance-10570,sociology,,,,,, -8628ee1a-c08b-44d9-9811-9f9bfbaca7fb,"Privacy, Reputation, and Identity in a Digital Age Teach-Out",By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-privacy-reputation-and-identity-in-a-digital-age-teach-out-9377,privacy;reputation;identity;social-science,,,,,, -2bc10749-c434-4970-9d09-e38d03c2090c,Smart Grids for Smart Cities: Towards Zero Emissions,By Homuork via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-smart-grids-for-smart-cities-towards-zero-emissions-9410,smart-cities;environmental-science,,,,,, -1a63ad13-f411-40bc-b867-e076114310f9,"Gender and Celebrity Culture: Global Media, Everyday Lives",By Lancaster University via FutureLearn,,course|https://www.futurelearn.com/courses/gender-and-celebrity-culture,gender;media;sociology,,,,,, -f4383dc4-bb6e-4172-a07e-9ddc870ae52a,Improving Children's Lives: Reducing Child Poverty and Inequality Around the World,By University of York via FutureLearn,,course|https://www.futurelearn.com/courses/improving-childrens-lives,children;economics,,,,,, -3585db54-3afa-4d11-b560-943881241764,Transforming Development: The Science and Practice of Resilience Thinking,By SDG Academy via Independent,,course|https://www.classcentral.com/course/independent-transforming-development-the-science-and-practice-of-resilience-thinking-11517,sustainability,,,,,, -72eee915-015a-4ff9-a3a0-24f54780c8ac,Civil Rights in the Trump Era Teach-Out,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/civil-rights-trump-era,human-rights,,,,,, -26ae8743-5c6e-4a24-bc21-7ca17df68bc7,Social Network Analysis (SNA),By University of Texas Arlington via edX,,course|https://www.edx.org/course/social-network-analysis-sna-utarlingtonx-link-la-snax,social-network;data-science;social-networks,,,,,, -cd297703-d999-4ca5-af85-1a6bc8d73f91,Human Origins,By Arizona State University via edX,,course|https://www.edx.org/course/human-origins-asux-asm246-5,anthropology,,,,,, -ec5e0d34-9f54-4993-8a4c-ecce529ac0d5,Exploring Basic Income in a Changing Economy Teach-Out,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/exploring-basic-income-in-a-changing-economy,basic-income;economics,,,,,, -5e3f1ccf-3ae5-41da-9a3a-ab67aaa22f12,Volunteering with Refugees,By Cambridge English Language Assessment via FutureLearn,,course|https://www.futurelearn.com/courses/volunteering-with-refugees,social-science,,,,,, -956e66af-9522-44ca-bce7-35f4bca3a52a,The Right to Education: Breaking Down the Barriers,By University of Glasgow via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-right-to-education-breaking-down-the-barriers-5189,education,,,,,, -3e37ad63-5fc8-4ea9-9cdd-21b7ea25b3ea,Fashion Revolution: Who Made My Clothes?,By University of Exeter via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-fashion-revolution-who-made-my-clothes-8492,fashion;social-science,,,,,, -17eb4432-048a-4f64-9f54-be53b28734aa,Crisis at the Border Teach-Out,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/crisis-at-the-border,human-rights,,,,,, -52e6db55-a304-4603-a0a5-1f55daa3ff3d,Transparent and Open Social Science Research,"By University of California, Berkeley via FutureLearn",,course|https://www.classcentral.com/course/futurelearn-transparent-and-open-social-science-research-8634,research;social-science,,,,,, -e69c4f11-fe9a-433f-bcff-73b6a09e9e26,Law for Non-Lawyers: Introduction to Law,By Monash University via FutureLearn,,course|https://www.futurelearn.com/courses/law-for-non-lawyers,law,,,,,, -ae7e3e94-d287-42ee-ab80-749efd2f4f1b,Psychology and Mental Health: Beyond Nature and Nurture,By University of Liverpool via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-psychology-and-mental-health-beyond-nature-and-nurture-2133,psychology;mental-health,,,,,, -26a03112-fcb9-4747-9fd4-fabe4af7ad51,Homo Floresiensis Uncovered: The Science of ‘the Hobbit’,By University of Wollongong via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-homo-floresiensis-uncovered-the-science-of-the-hobbit-6269,anthropology,,,,,, -c894237d-4fb7-48c4-bcfb-37a227af8969,Why We Post: the Anthropology of Social Media,By University College London via FutureLearn,,course|https://www.futurelearn.com/courses/anthropology-social-media,social-media;anthropology,,,,,, -e79f5cc7-ffdf-4185-a09e-3f9aa4f74474,Listening to Puerto Rico Teach-Out,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-listening-to-puerto-rico-teach-out-11904,puerto-rico,,,,,, -a3dbdfbc-8ae9-42a3-b062-c43e9139d346,Vote For Ethics: A How-to Guide for Voters,By Santa Clara University via Canvas Network,,course|https://www.canvas.net/browse/santaclarau/courses/vote-for-ethics,political-science;ethics,,,,,, -244ad2d7-e4f1-495f-bd61-d1a0e84d84c5,Exploring Economics: Will the Next Generation Be Worse Off?,By Griffith University via FutureLearn,,course|https://www.futurelearn.com/courses/exploring-economics-next-generation,economics,,,,,, -ebc8e523-8f8f-4d23-8ccd-725d38204fc6,"Introduction to the UK Parliament: People, Processes and Public Participation",By Houses of Parliament via FutureLearn,,course|https://www.futurelearn.com/courses/introduction-uk-parliament,nations/uk;law;political-science,,,,,, -e1f26b4c-c08d-4f4a-b679-356e487e073a,Positive Parenting After Separation,By Colorado State University Online via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-positive-parenting-after-separation-9669,parenting,,,,,, -19dd2105-54ba-48d8-9279-4460517cad65,Social Wellbeing,By University of Edinburgh via FutureLearn,,course|https://www.futurelearn.com/courses/social-wellbeing,social-science,,,,,, -0f9f28e9-b617-4fea-9881-3f968b061671,"Crime, Justice and Society",By The University of Sheffield via FutureLearn,,course|https://www.futurelearn.com/courses/crime-justice-society,crime;justice;society,,,,,, -dbd0de12-527d-42c5-a021-90cd2b2361de,"Emergency Management: Risk, Incidents and Leadership",By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-emergency-management-risk-incidents-and-leadership-10606,management,,,,,, -3231d06f-398e-49e2-9b9d-e15505f773d6,English Common Law: Structure and Principles,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/1-common-law,law,,,,,, -d2dce21b-a139-4346-bc72-f9a402dcf947,An Introduction to Emergency Planning and Preparedness,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/emergency-planning-preparedness,urban-planning,,,,,, -51cd4fea-ad6a-4bbf-bd7a-4a7b76163093,Getting Care Right for All Children: Implementing the UN Guidelines for the Alternative Care of Children,By University of Strathclyde via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-getting-care-right-for-all-children-implementing-the-un-guidelines-for-the-alternative-care-of-children-7997,children;law,,,,,, -0b6e289c-68f0-47ab-bb82-dbb4847df2f5,Communicating Effectively with Vulnerable Children and Young People,By University of Kent via FutureLearn,,course|https://www.futurelearn.com/courses/communicating-with-vulnerable-children,children;communication,,,,,, -4a9ec276-f08c-4058-8f1b-42b2f7dd75fa,The Future of Gerrymandering Teach-Out,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-the-future-of-gerrymandering-teach-out-11306,political-science,,,,,, -00029dc6-161d-4b1b-8df1-9740ec7f37cf,"Fake News, Facts, and Alternative Facts",By University of Michigan via Coursera,,course|https://www.coursera.org/learn/fake-news-facts-alternative-facts-michiganx-teachout-2x,media;news;fake-news,,,,,, -3f1a2a92-9aa8-47cf-8c5c-da0828fd7ecc,UK Parliament Explored: the Work and Role of Select Committees,By Houses of Parliament via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-uk-parliament-explored-the-work-and-role-of-select-committees-10549,political-science;nations/uk,,,,,, -87970950-b430-4011-9dac-92f1ac083055,Digital Accessibility: Enabling Participation in the Information Society,By University of Southampton via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-digital-accessibility-enabling-participation-in-the-information-society-7127,accessibility,,,,,, -8a2708dc-ed35-476d-ba9a-6bc674c3f03c,"Introduction to Industrial Property: patents, designs, trademarks",By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.pok.polimi.it/courses/course-v1:Polimi+Patents101+2018_M10/about,patents;trademark;intellectual-property,,,,,, -423ad096-a48f-4376-9b66-0a7e086895d8,Intro to Genealogy and Family History Research,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-intro-to-genealogy-and-family-history-research-3271,genealogy,,,,,, -88d6c6c6-4f1e-4d75-9349-3a45fa0523ba,UK Parliament Explored: Petitions,By Houses of Parliament via FutureLearn,,course|https://www.futurelearn.com/courses/uk-parliament-petitions,political-science;nations/uk,,,,,, -b15a5db2-1df0-40dd-ba2f-85ae58cdd662,The Internet and You,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-the-internet-and-you-9376,internet,,,,,, -73bcf8f9-4b1b-4b14-935f-4410fd833606,Achieving Sustainable Development,By Trinity College Dublin via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-achieving-sustainable-development-8710,sustainability,,,,,, -85e8b320-6635-41e5-9d3a-f4e1e6182f1e,Introduction to Sustainability and Development,By Deakin University via FutureLearn,,course|https://www.futurelearn.com/courses/introduction-sustainability-development,sustainability,,,,,, -fd137dec-fa7a-4319-94a2-d5c31c62877f,Economics of Crime,By Hanyang University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-economics-of-crime-6638,economics;crime,,,,,, -9c3c4ca4-902d-4b96-8de1-62edaad2dd39,Risk Management in the Global Economy,By SOAS University of London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-risk-management-in-the-global-economy-6863,economics,,,,,, -e58adab4-a924-4d65-8c04-e9ccde123b5f,Becoming Human: Anthropology,By Macquarie University via Open2Study,,course|https://www.classcentral.com/course/open2study-becoming-human-anthropology-892,anthropology,,,,,, -41124932-4cbd-4141-9370-e2c4e9cae1b6,Foundations of Psychology,By RMIT University via Open2Study,,course|https://www.classcentral.com/course/open2study-foundations-of-psychology-897,psychology,,,,,, -a6100f94-a674-4b96-b6fe-2f73a44fa24c,Understanding the Origins of Crime,By Griffith University via Open2Study,,course|https://www.open2study.com/courses/understanding-the-origins-of-crime,crime,,,,,, -87696eaa-1b53-4c08-8579-e27953212a78,Sociology,By University of Western Sydney via Open2Study,,course|https://www.open2study.com/courses/sociology,sociology,,,,,, -4dcc6f8a-55d1-4ff3-b430-7392e516cfa7,Exploring Sustainability,By Dalhousie University via Canvas Network,,course|https://www.canvas.net/browse/dalhousieu/courses/exploring-sustainability,sustainability,,,,,, -c7f7fd56-509f-46f6-8fbf-d845e64b412b,Cultural Diplomacy,By European University Institute via FutureLearn,,course|https://www.futurelearn.com/courses/cultural-diplomacy,political-science,,,,,, -dc1c95ff-a96d-4599-94c9-10e3d63d24e5,An Introduction to Forensic and Bio-archaeology: Reading Human Skeletal Remains,By Griffith University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-an-introduction-to-forensic-and-bio-archaeology-reading-human-skeletal-remains-12550,archaeology,,,,,, -98f4f06b-bcd5-4eec-ad4b-baea645f12a2,The Modern Macroeconomy (ga132),By Hosei University via gacco,,course|https://www.classcentral.com/course/gacco-the-modern-macroeconomy-ga132-13356,macroeconomics,,,,,, -ead7d103-6eba-4b11-acd8-fc461ba8af0c,"Development and Planning in African Cities: Exploring theories, policies and practices from Sierra Leone",By University College London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-development-and-planning-in-african-cities-exploring-theories-policies-and-practices-from-sierra-leone-11908,urban-planning;africa,,,,,, -9c20d69a-5bff-4bcc-8947-81f910fae082,Sustainable Development in Humanitarian Action,By International Federation of Red Cross and Red Crescent Societies via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-sustainable-development-in-humanitarian-action-12472,sustainability,,,,,, -26f7f271-8c30-4b3a-a401-6ce2207ece53,Statistical Mechanics,,,book|https://www.goodreads.com/book/show/1188830.Statistical_Mechanics,mechanics,,,,,, -4cdcafd2-9452-43d1-b5ef-5fcaebeeda92,Enhancing the Quality of Urban Life: Fifteen Winning Projects of the Aga Khan Award for Architecture,By Aga Khan Trust for Culture via FutureLearn,,course|https://www.futurelearn.com/courses/enhancing-the-quality-of-urban-life,urban-planning,,,,,, -cf64b1c7-b728-4325-b105-956011d70eee,Music Moves: Why Does Music Make You Move?,By University of Oslo via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-music-moves-why-does-music-make-you-move-4890,music;psychology,,,,,, -550796d6-8d7d-4076-a6da-dea9cc4ff6f4,Defending Dignity: The Universal Declaration of Human Rights,By Amnesty International via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-defending-dignity-the-universal-declaration-of-human-rights-12607,human-rights,,,,,, -b29188f1-0cc6-49b8-b20b-c5379511a098,"Cities of Yesterday, Today and Tomorrow: Why Heritage Matters",By Griffith University via FutureLearn,,course|https://www.futurelearn.com/courses/heritage-matters,cities;heritage;social-science,,,,,, -ce918f0b-403a-486e-aab6-a33b6c511084,Consumer Behaviour and Psychology,By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/consumer-behaviour-and-psychology,consumer-behaviour;psychology,,,,,, -7ca350b2-d2e3-4d64-99b4-c16ba58f40d8,Language and Mind,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_hs04/,language;psychology,,,,,, -3aebc15a-73a0-41f7-bc26-5e06febe07d0,An Introduction to Microeconomics,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_hs28/,microeconomics,,,,,, -fe0d2ca9-0fe0-4f65-b640-7df394e0262b,Urban governance and Development Management (UGDM),By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-urban-governance-and-development-management-ugdm-12887,governance;urban-planning,,,,,, -62d4565d-9f55-4511-8c13-3fca8d3e76e6,Roadmap for patent creation,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_ge09/,patents,,,,,, -715c5b5c-3db9-4469-b68a-dad8f1a73433,Feminist Writings,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-feminist-writings-12981,feminism,,,,,, -9144114f-03e5-430a-b321-9de8cf7f5ff7,Human Behaviour,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-human-behaviour-12977,psychology,,,,,, -b6b2765c-e0c9-4d23-a830-2418cf2d65e2,Emotional Intelligence,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_hs11/,psychology,,,,,, -14c42959-7e0c-4395-a56d-40832244fbfe,Sociology of Science,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-sociology-of-science-9918,science;sociology,,,,,, -93fa13e5-6ece-4c3a-a700-ac27a8a96da5,Infrastructure Planning and Managements,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-infrastructure-planning-and-managements-12925,urban-planning,,,,,, -153d69a0-7463-4558-bb16-59fbed28964b,Perspectives on Neurolinguistic,By Indian Institute of Technology Roorkee via Swayam,,course|https://www.classcentral.com/course/swayam-perspectives-on-neurolinguistic-10098,biology;natural-language-processing;social-science,,,,,, -228b2087-549b-4906-8084-129dc5a754e6,Introduction to Political Theory,By Indian Institute of Technology Guwahati via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-political-theory-12974,political-science,,,,,, -ffe6d969-a261-4544-8b38-c196c80035bf,Psychiatry - An overview,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_hs17/,psychiatry;psychology,,,,,, -717da8a8-551d-4763-b8a8-3d06365ee530,Introduction to Cognitive Psychology,By Indian Institute of Technology Guwahati via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_hs16/,cognitive-psychology;psychology,,,,,, -b55b6d6a-68b6-494d-a4c2-e4f97d19d3fb,Understanding Violence Against Women: Myths and Realities,By University of Strathclyde via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-violence-against-women-myths-and-realities-8811,human-rights;sociology;women,,,,,, -b779f35b-1bb2-4a15-94fa-0f32063faa6e,"Water for the People: Gender, Human Rights, and Diplomacy",By Colorado State University Online via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-water-for-the-people-gender-human-rights-and-diplomacy-9411,water;human-rights;sociology,,,,,, -392a6291-9e00-42d7-b1f2-cf2c2ffe87cc,Research Methodology (Research Seminar in Educational Sciences),By Vrije Universiteit Brussel via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-research-methodology-research-seminar-in-educational-sciences-6937,research;social-science,,,,,, -e22225b1-9b78-4aa0-befe-17c30ad09d77,Introduction to Environmental Law and Policy,By The University of North Carolina at Chapel Hill via Coursera,,course|https://www.coursera.org/learn/environmental-law,law;governance;environmental-science,,,,,, -fc2bcb9d-9007-4378-a9d9-68016497554d,The Lottery of Birth,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-lottery-of-birth-3691,sociology,,,,,, -52f394c5-d535-4339-8057-d3412f4b1afd,Foundation Course in Managerial Economics,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://onlinecourses.nptel.ac.in/noc19_mg01/,economics,,,,,, -9264148b-cad9-4f49-a504-c9c4b43b6274,Community Based Research: Getting Started,By University College London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-community-based-research-getting-started-12866,research;social-science,,,,,, -216418f9-2861-4df9-9e7b-ce7373f4141c,What Is Sociology? An Introduction,By University of Newcastle via FutureLearn,,course|https://www.futurelearn.com/courses/what-is-sociology,sociology,,,,,, -1a8142c3-2cfc-4f71-9cb3-2936d78cfcf4,Introduction to the Pyschology of Language,By Indian Institute of Technology Kanpur via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_hs14/,psychology;language,,,,,, -a522ce52-2092-42e5-a2bf-ee4652486a74,"Calculus for Economics,Commerce and Management",By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-calculus-for-economics-commerce-and-management-9898,calculus,,,,,, -c8735e8e-85b5-431e-b1b4-d69a46d9e9e0,Monitoring the Human Rights of LGBTI Persons,By Global Campus of Human Rights via Independent,,course|https://gchumanrights.org/education/e-learning/moocs/monitoring-the-human-rights-of-lgbti-persons/about.html,human-rights;gender,,,,,, -a6b6b3b9-6c48-4bdf-be05-79d891819651,Introduction to Basic Cognitive Processes,By Indian Institute of Technology Kanpur via Swayam,,course|https://www.classcentral.com/course/swayam-introduction-to-basic-cognitive-processes-12975,psychology,,,,,, -5fa47cd3-ca76-49cf-a3ce-7c0af4e84c06,Beyond the Ballot: Women’s Rights and Suffrage from 1866 to Today,"By Royal Holloway, University of London via FutureLearn",,course|https://www.futurelearn.com/courses/womens-rights,women;human-rights,,,,,, -ee53ce31-883e-4bbf-a288-90fc1d131e1a,Korea in a Global Context,By Hanyang University via FutureLearn,,course|https://www.futurelearn.com/courses/korea-global-context,political-science;nations/south-korea,,,,,, -2dd46585-53d6-45b5-a89e-7ba3ec02a8d5,Environmental Justice,By University of East Anglia via FutureLearn,,course|https://www.futurelearn.com/courses/environmental-justice,social-science,,,,,, -dbc5a2e5-14b6-4b2c-afb9-3a93fd33db61,Concepts in Sustainable Development: An Introduction to the Key Issues,By University of Leicester via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-concepts-in-sustainable-development-an-introduction-to-the-key-issues-9628,sustainability,,,,,, -753badf9-262b-4e73-b9c3-8e71ad5072dc,International Affairs: Global Governance,"By The Graduate Institute, Geneva via FutureLearn",,course|https://www.classcentral.com/course/futurelearn-international-affairs-global-governance-9203,political-science,,,,,, -99dbc1a0-f983-43be-864d-b6ec6a2637c4,Why Do People Migrate? Facts,By European University Institute via FutureLearn,,course|https://www.futurelearn.com/courses/migration-facts,immigration;sociology,,,,,, -ff53b42a-a179-4916-b487-b778985b5b8c,Coming of Age: Sustainability in the Aviation and Aerospace Industry,By Embry-Riddle Aeronautical University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-coming-of-age-sustainability-in-the-aviation-and-aerospace-industry-10391,sustainability;aviation,,,,,, -c5376a7c-9504-405e-8efb-a7ab549b7ffd,Global Studies: The Future of Globalization,By Grenoble School of Management via FutureLearn,,course|https://www.futurelearn.com/courses/global-studies-global-exit,globalization,,,,,, -eec69c6f-cf1a-4714-8f53-055885ddc6a3,Sustainable Food Teach-Out,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/sustainable-food,sustainability;food,,,,,, -91d56835-f077-400e-a735-b1b460e75188,Experimental Research Methods in Psychology,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/experimental-research-psychology,psychology;research,,,,,, -ba202de7-f8f1-46f2-8ac5-ce0f7178f2e3,Descriptive Research Methods in Psychology,By Georgia Institute of Technology via Coursera,,course|https://www.coursera.org/learn/descriptive-research-psychology,psychology;research,,,,,, -40bb6a74-524d-414d-b7db-425b253bbe23,Caring for Vulnerable Children,By University of Strathclyde via FutureLearn,,course|https://www.futurelearn.com/courses/vulnerable-children,children,,,,,, -c81160f8-4aa1-481c-8878-d7d17d5cf957,Macroeconomics CLEP Prep,By eCore - University System of Georgia via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-macroeconomics-clep-prep-2929,macroeconomics,,,,,, -e126add9-dfb5-4771-bb06-c19ea97044bb,International Affairs: Globalisation,"By The Graduate Institute, Geneva via FutureLearn",,course|https://www.classcentral.com/course/futurelearn-international-affairs-globalisation-8344,globalization,,,,,, -a3a858b3-2d3f-479f-936d-2667699f8b05,Innovation and Design for Global Grand Challenges,By Duke University via Coursera,,course|https://www.coursera.org/learn/grand-challenges,sustainability,,,,,, -36cccbce-d566-4d21-88cc-6205bcfb5392,Global Studies: Risks and Threats in International Relations,By Grenoble School of Management via FutureLearn,,course|https://www.futurelearn.com/courses/global-studies-risks-threats,social-science,,,,,, -1ef10a2d-59a5-4f3a-99d8-d0b593fe95cc,Business Strategy and Operations in a Biobased Economy,By Wageningen University via edX,,course|https://www.classcentral.com/course/edx-business-strategy-and-operations-in-a-biobased-economy-12503,business;sustainability,,,,,, -f2367538-5b1b-4035-a0bb-b493cb2378af,"Humanitarian Action, Response and Relief",By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-humanitarian-action-response-and-relief-13204,social-science,,,,,, -fe86ce15-1a47-4783-b1bf-b11ea36c888e,Defining Mental Health: A Short Introduction,By Coventry University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-defining-mental-health-a-short-introduction-12346,mental-health,,,,,, -ac2b480d-a7c3-433d-b6a4-bcdeae191723,"Researching Risk, Disasters and Emergencies",By Coventry University via FutureLearn,,course|https://www.futurelearn.com/courses/research-process,urban-planning,,,,,, -1421feb8-2ef7-4865-814c-9f85c1ad5950,An Introduction to Japanese Subcultures,By Keio University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-an-introduction-to-japanese-subcultures-6811,nations/japan;culture,,,,,, -80425bb9-f550-4748-b94d-4debe84acd17,The Teacher's Social and Emotional Learning,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/teachers-social-emotional-learning,education;teaching,,,,,, -fd590dcb-4a61-45e7-b2ea-c179da4992a8,New Energy Technologies: Energy Transition and Sustainable Development,By Grenoble School of Management via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-new-energy-technologies-energy-transition-and-sustainable-development-8227,energy;sustainability,,,,,, -cb795f8a-6749-4cdf-a93e-c4e5e9602b3c,Perfect Me: Understanding the Beauty Ideal,By University of Birmingham via FutureLearn,,course|https://www.futurelearn.com/courses/perfect-me,beauty;social-science,,,,,, -b15a2d90-72b8-4e9f-b8e3-15e043cf5b72,Grand Challenges: Food for Thought,By University of Exeter via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-grand-challenges-food-for-thought-12386,sustainability,,,,,, -f6ec4d63-f19a-41a7-bf36-8f42aa072da3,Understanding the GDPR,By University of Groningen via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-the-gdpr-9403,gdpr;privacy,,,,,, -dc9692b8-10c0-424d-a255-2be71b0b6628,Fashion's Future: The Sustainable Development Goals,By Fashion Revolution via FutureLearn,,course|https://www.futurelearn.com/courses/fashion-s-future-and-the-un-sustainable-development-goals-,fashion;sustainability,,,,,, -0c6f3bfe-f4f0-4786-8f26-62d0b7ab9c2d,Why Do People Migrate? Theories,By European University Institute via FutureLearn,,course|https://www.futurelearn.com/courses/migration-theories,immigration;sociology,,,,,, -5ea0acba-b8bc-4d1a-b892-8232e801a0bb,Gender-based violence in the context of migration,By Global Campus of Human Rights via Independent,,course|https://www.classcentral.com/course/independent-gender-based-violence-in-the-context-of-migration-13412,gender;immigration;violence,,,,,, -5418be1c-9a60-4956-a20e-e181c62a28ee,How to Survive on Earth: Energy Materials for a Sustainable Future,By University of Wollongong via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-how-to-survive-on-earth-energy-materials-for-a-sustainable-future-13619,energy;sustainability,,,,,, -e1b13036-8aac-48a6-93ee-05f5d64dd522,Unleash Your Potential: Global Citizenship,By University of Bristol via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-unleash-your-potential-global-citizenship-9882,social-science,,,,,, -1906344c-3962-4f4c-ac62-99603219eb66,Fashion and Sustainability: Understanding Luxury Fashion in a Changing World,By London College of Fashion via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-fashion-and-sustainability-understanding-luxury-fashion-in-a-changing-world-10598,fashion;sustainability,,,,,, -85b92186-cd12-4ece-a607-b7ef2e0d5421,Archaeology: from Dig to Lab and Beyond,By University of Reading via FutureLearn,,course|https://www.futurelearn.com/courses/archaeology,archaeology,,,,,, -5b937d76-1df0-4d68-b70a-54a18fd33471,Global Prosperity Beyond GDP,By University College London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-global-prosperity-beyond-gdp-9554,economics;sustainability,,,,,, -44fcb06b-a5cc-4890-be90-c5c1236bfd83,The Insolvability of the Quintic,,,video|https://www.youtube.com/watch?v=9aUsTlBjspE,quintic-equations,,,,,,oer -1fc99301-7523-4f49-ba5d-0bf37b89ab1c,Trust in Our Food: Understanding Food Supply Systems,By EIT Food via FutureLearn,,course|https://www.futurelearn.com/courses/food-supply-systems,food;nutrition,,,,,, -7a2509c5-cad0-4d61-b609-56bdb462ea53,Unleash Your Potential: Sustainable Futures,By University of Bristol via FutureLearn,,course|https://www.futurelearn.com/courses/sustainable-futures,sustainability,,,,,, -b8b394ce-07c2-4a01-a8b4-9ddbab9ef841,Supporting Adolescent Learners: Social and Emotional Wellbeing,By Griffith University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-supporting-adolescent-learners-social-and-emotional-wellbeing-11751,education;teenagers,,,,,, -d9a6f3fd-ef01-4f7c-bcdf-455cefa8cce6,Exploring Stone Age Archaeology: The Mysteries of Star Carr,By University of York via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-exploring-stone-age-archaeology-the-mysteries-of-star-carr-13572,archaeology,,,,,, -6bea3e87-eccf-48ce-acfd-81d9416716fc,Gender and Development,By Deakin University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-gender-and-development-8584,gender;social-science,,,,,, -63786894-db57-4654-9d5d-b2383a9d08d0,Effective Decision Making,By University of Kashmir via Swayam,,course|https://swayam.gov.in/nd2_cec19_hs02/preview,psychology;decision-making;thinking,,,,,, -25f0a36a-3ac0-4280-8abb-557deb9a28a1,Strategy and the Sustainable Enterprise,By Indian Institute of Management Bangalore via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg12/preview,sustainability;business,,,,,, -1fe17fea-b939-4a06-a1c7-5f4f13cc62e1,Intellectual Property Rights: A Management Perspective,By Indian Institute of Management Bangalore via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg18/preview,intellectual-property;management,,,,,, -b627eb97-d609-4015-8f96-0614c3f3619a,Understanding Gender Identity: Trans People in the Workplace,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/understanding-gender-identity,gender;workplace,,,,,, -4b924eea-8d85-4310-be14-32bea0f66a53,Introduction to Managerial Economics,By Indian Institute of Management Bangalore via Swayam,,course|https://swayam.gov.in/nd2_imb19_mg16/preview,economics,,,,,, -64b6164e-772a-4273-be41-e4df19903e45,Why Experience Matters: Qualitative Research,By Griffith University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-why-experience-matters-qualitative-research-10596,sociology;research,,,,,, -a7ffba09-4cc0-45ef-84e5-35a476ab2282,Social Change: How Can Marketing Help?,By Griffith University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-social-change-how-can-marketing-help-11849,marketing;social-science,,,,,, -a78d5d09-cc41-48bf-91fc-d6441e5ee65f,(HE) Science of Relationships,By Colorado State University Online via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-he-science-of-relationships-1288,relationships,,,,,, -949909fb-dcec-41e5-bdee-a5ff6ad5a6c4,Content-based Instruction (HE),By fhi360 via Canvas Network,,course|https://www.canvas.net/browse/fhi/courses/content-based-instruction,course-development,,,,,, -29df1ed6-346b-46ad-b108-d86ef7888f1a,Leaders of Learning,By Harvard University via edX,,course|https://www.edx.org/course/leaders-of-learning,learning;education,,,,,, -d9bf9029-5051-4b33-8f2f-21a2a6c8d0f3,Critical Thinking at University: An Introduction,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-critical-thinking-at-university-an-introduction-12273,thinking;education,,,,,, -320b3516-6b3c-4f99-9239-892e93c3977e,Teaching Character and Creating Positive Classrooms,By Relay Graduate School of Education via Coursera,,course|https://www.coursera.org/learn/teaching-character,psychology;education,,,,,, -e68f230a-8a66-4717-92ba-aa977e159868,"Education for All: Disability, Diversity and Inclusion",By University of Cape Town via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-education-for-all-disability-diversity-and-inclusion-5664,education;disability;diversity,,,,,, -10a62bf2-d68c-41b0-be1b-4d25e82c2eb2,Applying to U.S. Universities,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-applying-to-u-s-universities-1620,education;nations/usa,,,,,, -f7fa4a66-47f8-4585-8b8a-b7d63080d97f,The IB Extended Essay: Managing your Research Project,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-ib-extended-essay-managing-your-research-project-12702,research,,,,,, -c8b12b2f-f7ed-4cd8-8e19-cee7efba78f2,"American Education Reform: History, Policy, Practice",By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/edref,education;nations/usa,,,,,, -17414a79-7570-464d-80f4-6ec8494a06be,"Academic Integrity: Values, Skills, Action",By University Of Auckland via FutureLearn,,course|https://www.futurelearn.com/courses/academic-integrity,academics,,,,,, -4b71c1b5-53df-4c8a-a70c-5f5b25ce0128,Children Acquiring Literacy Naturally,"By University of California, Santa Cruz via Coursera",,course|https://www.coursera.org/learn/children-literacy,children;literacy;learning,,,,,, -b0c2897d-7c45-4309-859f-ab26f92e3d5c,"Teacher SEL: Programs, Possibilities, and Contexts",By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/teacher-sel-programs,education;teaching,,,,,, -ce2374c8-d822-413a-85a9-9c8b392d2634,Negotiating Learner Differences: Towards Productive Diversity in Learning,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-negotiating-learner-differences-towards-productive-diversity-in-learning-11070,education;teaching,,,,,, -830be419-0b27-425d-9448-70ea4ecb7b2f,Capstone Project: Teaching Impacts of Technology,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-capstone-project-teaching-impacts-of-technology-11233,teaching,,,,,, -519d4fb6-f120-447d-8aa9-cf7abcd69afe,My Favorite Lectures @ HKUST,By The Hong Kong University of Science and Technology via Coursera,,course|https://www.coursera.org/learn/my-favorite-lectures-hkust,education;teaching;lectures,,,,,, -46c6a0f6-11fd-4e9e-96b9-84fe7d5bb318,Performance Assessment in the Virtual Classroom,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/performance-assessment,education,,,,,, -550e7907-bd33-4498-86ba-bb4a1883a362,Advanced Instructional Strategies in the Virtual Classroom,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/teaching-strategies,education,,,,,, -987aca77-31e4-4b2a-9d14-d579a5cfb688,Disability Awareness and Support,By University of Pittsburgh via Coursera,,course|https://www.classcentral.com/course/coursera-disability-awareness-and-support-3829,disability;education,,,,,, -03f53157-ddaf-4c1d-9239-533986aea3f6,University Teaching,By The University of Hong Kong via Coursera,,course|https://www.classcentral.com/course/coursera-university-teaching-8293,education;university,,,,,, -0cb8e52d-b279-4d32-9ab1-9341dba80df9,Teaching Impacts of Technology: Fundamentals,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/teach-impacts-technology-fundamentals,education;teaching,,,,,, -df742638-6440-4653-9bf4-85bb37631d65,SEL for Students: A Path to Social Emotional Well-Being,By University of Colorado Boulder via Coursera,,course|https://www.classcentral.com/course/coursera-sel-for-students-a-path-to-social-emotional-well-being-10010,education;teaching,,,,,, -26c5da62-03cb-4fef-8db9-f7aae05a5f40,SEL Capstone,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/sel-capstone,education;teaching,,,,,, -379d00d9-49b7-49b6-86ac-97b6d9134941,The Museum as a Site and Source for Learning,By University of Glasgow via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-museum-as-a-site-and-source-for-learning-11059,education;museum;learning,,,,,, -83ed4c40-d360-4aa8-ad50-92de0bbb813b,Emerging Trends & Technologies in the Virtual K-12 Classroom,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/k-12-education,education;teaching,,,,,, -393e5d04-9fbc-4329-87ed-49acccf5623c,English for Teaching Purposes,By Universitat Autònoma de Barcelona (Autonomous University of Barcelona) via Coursera,,course|https://www.coursera.org/learn/teaching-english,education;teaching;languages/english,,,,,, -6dc70450-f096-4be9-ae18-c87bae8e018c,Ubiquitous Learning and Instructional Technologies,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-ubiquitous-learning-and-instructional-technologies-11068,education;learning,,,,,, -7ca7344b-62ad-47ab-a84c-6144cfd1191f,Learning to Teach Online,By University of New South Wales via Coursera,,course|https://www.classcentral.com/course/coursera-learning-to-teach-online-1393,teaching,,,,,, -9e9b823f-3888-4f6d-a9d3-bfbf5259f567,Grant Proposal,By Moscow Institute of Physics and Technology via Coursera,,course|https://www.coursera.org/learn/grant-proposal,university;communication,,,,,, -3c6f9be5-7358-4515-9f1a-eace1ceb9004,Problem-Solving Skills for University Success,By The University of Sydney via Coursera,,course|https://www.coursera.org/learn/problem-solving-skills,university,,,,,, -6ea9dea2-b01a-4882-81ec-1e49adfba5bd,Communication Skills for University Success,By The University of Sydney via Coursera,,course|https://www.classcentral.com/course/coursera-communication-skills-for-university-success-6688,university;communication,,,,,, -bbda8ba1-55e1-4324-9161-ebfe64845015,Preparing for Graduate Study in the U.S.: A course for international students,By University of Michigan via Coursera,,course|https://www.coursera.org/learn/graduate-study-usa,education;nations/usa,,,,,, -474288e9-3981-4c6a-9cd4-7cbd52bf9114,Prepare for the EMT Certification Test,By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-prepare-for-the-emt-certification-test-12706,education;healthcare;emt,,,,,, -604861cf-2ffd-4c08-9933-4090dd70c46d,U101: Understanding College and College Life,By University of Washington via Coursera,,course|https://www.coursera.org/learn/college-life,university,,,,,, -3704de2e-30b1-4d55-aca1-a9e76d302c37,Teach English Now! Capstone Project 2,By Arizona State University via Coursera,,course|https://www.classcentral.com/course/coursera-teach-english-now-capstone-project-2-6234,teaching;languages/english,,,,,, -24cca383-7867-4d56-8573-5b96de39025f,Teaching EFL/ESL Reading: A Task Based Approach,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/esl-reading,languages/english,,,,,, -ec80997d-c713-4829-8475-d58868822799,iMOOC102: Mastering American e-Learning,By State University of New York via Coursera,,course|https://www.classcentral.com/course/coursera-imooc102-mastering-american-e-learning-5921,education;nations/usa,,,,,, -f587ce4b-8e1a-44aa-829c-4f4ae190c596,Strategies for Teaching Perfect Tenses and Modals,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/teaching-verb-tenses-modals,teaching;languages/english;grammar,,,,,, -e52a9e9c-0b3a-4d30-899f-0fd130a713b3,Art & Activity: Interactive Strategies for Engaging with Art,By The Museum of Modern Art via Coursera,,course|https://www.coursera.org/learn/art-activity,education;learning;art,,,,,, -3aa97c81-4e3a-4c14-b5f0-62c8a5746897,New Learning: Principles and Patterns of Pedagogy,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-new-learning-principles-and-patterns-of-pedagogy-10504,education;pedagogy;learning,,,,,, -97c2be56-eca4-4a9e-8bd3-223166e5f996,Precalculus,By Modern States via Independent,,course|https://www.classcentral.com/course/independent-precalculus-11928,mathematics,,,,,, -3911fcc4-2ab3-4178-8d97-3c6ed8356c02,"Teaching Impacts of Technology: Data Collection, Use, and Privacy","By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/teach-impacts-technology-data,teaching;technology,,,,,, -4f3858eb-2c75-46a0-8d95-ab9e99808cac,Teaching Impacts of Technology: Relationships,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/teach-impacts-technology-relationships,teaching;technology,,,,,, -0073a892-74f8-4900-83f0-9846ec08cbef,Fundamentals of Engineering Exam Review,By Georgia Institute of Technology via Coursera,,course|https://www.classcentral.com/course/coursera-fundamentals-of-engineering-exam-review-4434,engineering,,,,,, -d7d4829b-ee03-4d84-b658-940bdee76cfa,Teach English Now! Technology Enriched Teaching,By Arizona State University via Coursera,,course|https://www.classcentral.com/course/coursera-teach-english-now-technology-enriched-teaching-6211,languages/english,,,,,, -bb1147b5-26ea-42bb-880b-9e92a2350f99,Teaching Tips for Tricky English Grammar,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-teaching-tips-for-tricky-english-grammar-7364,languages/english,,,,,, -a66effd8-d4ec-4c35-bc77-2b6a55492926,Powerful Tools for Teaching and Learning: Web 2.0 Tools,By University of Houston System via Coursera,,course|https://www.coursera.org/learn/teaching-learning-tools,teaching;learning;web,,,,,, -ebea07ec-221f-4722-91ca-f53505fc4a35,Teaching Impacts of Technology: Workplace of the Future,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/teach-impacts-technology-workplace-future,teaching;technology,,,,,, -99203489-9237-4e2e-90ae-3f6f2e29fd61,Computational Thinking for K-12 Educators: Variables and Nested Loops,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/block-programming-k12-educators-variables-nested-loops,programming,,,,,, -bf4aee9e-b033-436b-802b-fb5cc8c1ce8e,Computational Thinking for K-12 Educators: Sequences and Loops,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-computational-thinking-for-k-12-educators-sequences-and-loops-12365,programming,,,,,, -e811f327-69bf-4144-ae40-0e668cde90c0,"Literacy Teaching and Learning: Aims, Approaches and Pedagogies",By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-literacy-teaching-and-learning-aims-approaches-and-pedagogies-6760,teaching;learning;literacy,,,,,, -8148c47b-c0af-4ac3-8fc3-a8075eb1c28e,Orchestrating Whole Classroom Discussion,By University of Pennsylvania via Coursera,,course|https://www.coursera.org/learn/classdiscussion,teaching,,,,,, -6e30c307-31b2-4b6d-9c72-45d6c0d8252b,e-Learning Ecologies: Innovative Approaches to Teaching and Learning for the Digital Age,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/elearning,teaching;learning,,,,,, -2cf284e0-e495-4017-830f-730c3fcf308a,The Place of Music in 21st Century Education,By The University of Sydney via Coursera,,course|https://www.classcentral.com/course/coursera-the-place-of-music-in-21st-century-education-5950,music;education,,,,,, -faeec7cc-afc4-48ee-91fa-3738a63be978,"Preparing for an International Health Elective: Exploring Global Health, Ethics and Safety",By King's College London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-preparing-for-an-international-health-elective-exploring-global-health-ethics-and-safety-6134,healthcare,,,,,, -af5cc093-e22d-4da8-ae7e-b2d991f36aab,Techniques for Teaching Adjectives and Adjective Clauses,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/teaching-adjective-clauses,teaching;languages/english,,,,,, -b5aff812-c147-496b-9c0e-089ad0a3c660,Get Interactive: Practical Teaching with Technology,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-get-interactive-practical-teaching-with-technology-8415,education;technology;edtech;teaching,,,,,, -779007de-51f3-4079-af23-71170b6915ef,Inspiring Young People in STEM: Feedback Tools for STEM Ambassadors,By National STEM Learning Centre via FutureLearn,,course|https://www.futurelearn.com/courses/stem-volunteering-feedback,education;science,,,,,, -67fa307f-b412-4ff0-ba59-89de0c1dc97f,Teaching Impacts of Technology: Global Society,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/teach-impacts-technology-global-society,teaching;technology,,,,,, -2ffe2741-8dd5-4ead-a61e-409fd5059a9d,"Computational Thinking for K-12 Educators: Abstraction, Methods, and Lists","By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/block-programming-k12-educators-abstraction-methods,programming,,,,,, -15ac0ca9-7e8b-453c-9552-0303cdff611f,MOOC: How to make a MOOC?,By Novosibirsk State University via Coursera,,course|https://www.coursera.org/learn/how-to-mooc,education;mooc,,,,,, -63418f30-179b-4e26-8b4b-39b33740e73f,Aboriginal Worldviews and Education,By University of Toronto via Coursera,,course|https://www.classcentral.com/course/coursera-aboriginal-worldviews-and-education-394,education,,,,,, -f06c1dff-ee24-4ff6-b5b6-a293df42870e,"Leading for Equity, Diversity and Inclusion in Higher Education",By University of Michigan via Coursera,,course|https://www.coursera.org/learn/leading-for-equity-diversity-inclusion,education;leadership;diversity,,,,,, -e0205f29-f182-4f4c-b718-713f0b0f6e3f,Computational Thinking for K-12 Educators: Conditional Loops and If Statements,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-computational-thinking-for-k-12-educators-conditional-loops-and-if-statements-12349,programming,,,,,, -34adde20-1a5a-4ba8-9fea-9393d6059ea7,"Managing ADHD, Autism, Learning Disabilities, and Concussion in School",By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-managing-adhd-autism-learning-disabilities-and-concussion-in-school-12821,adhd;autism;education,,,,,, -b3343ef9-913a-47c5-8dae-de2d8b2d9c72,Preparing for the Google Cloud Professional Cloud Architect Exam,By Google Cloud via Coursera,,course|https://www.coursera.org/learn/preparing-cloud-professional-cloud-architect-exam-es,google-cloud;learning,,,,,, -05b32408-0cc8-4c08-9f72-68f073087661,ICT in Primary Education: Transforming children's learning across the curriculum,By University of London International Programmes via Coursera,,course|https://www.classcentral.com/course/coursera-ict-in-primary-education-transforming-children-s-learning-across-the-curriculum-1763,edtech;education,,,,,, -069d3d3c-c785-403d-9312-14f6de02ef83,Critical Thinking Skills for University Success,By The University of Sydney via Coursera,,course|https://www.classcentral.com/course/coursera-critical-thinking-skills-for-university-success-6689,university;thinking,,,,,, -6d9ca31f-7ba1-45ac-bf3b-156fe6cdc000,Becoming a Student Assistant: Teaching and Mentoring,By University of Groningen via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-becoming-a-student-assistant-teaching-and-mentoring-5079,teaching,,,,,, -5e8727f4-2911-4da7-8ffe-4fc166210e5c,Studying at Japanese Universities,By The University of Tokyo via Coursera,,course|https://www.coursera.org/learn/study-in-japan,education;nations/japan,,,,,, -0f1192d9-ab24-4cf8-9bd1-da153aee4a4c,Computational Thinking for K-12 Educators: Nested If Statements and Compound Conditionals,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/block-programming-k12-educators-nested-if-statement-compound-conditionals,programming,,,,,, -7be387b0-f454-418e-9e8d-c001019ede6c,AP® Italian Language and Culture (2019-2020),By Wellesley College via edX,,course|https://www.edx.org/course/ap-italian-language-and-culture-2019-2020,languages/italian;nations/italy;culture,,,,,, -6c3f8388-66f5-4be2-a797-82a58addd5f9,Educational Leadership: Working for Good,By University of Manchester via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-educational-leadership-working-for-good-14501,education;leadership,,,,,, -4b9b05b1-a29e-4136-844d-2f1bce4ada22,EU Code Week - Icebreaker MOOC,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-eu-code-week-icebreaker-mooc-14486,europe;programming;education,,,,,, -9159d3cb-9b7d-4af3-8202-aa74f2774e5c,Safe & Resilient Schools: Mental Health (K-12),By University of Colorado Boulder via Canvas Network,,course|https://www.canvas.net/browse/cu-boulder/courses/safe-resilient-schools,education;mental-health,,,,,, -ee06554a-a31b-4611-b80f-933550852814,Teaching Science at University,By University of Zurich via Coursera,,course|https://www.classcentral.com/course/coursera-teaching-science-at-university-7791,teaching;university;science,,,,,, -c12da60c-6cfc-42dc-80b1-ce40cd987c1b,Basics of Inclusive Design for Online Education,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/inclusive-design,education;diversity,,,,,, -177965c6-1ca9-4780-a58a-5d36a89b054f,Blended Language Learning: Design and Practice for Teachers,By University of Colorado Boulder via Coursera,,course|https://www.coursera.org/learn/blended-language-learning-design-practice-for-teachers,teaching;language,,,,,, -be549b9b-436b-460e-972f-ca80672524ba,Rework - Summary by fourminutebooks.com,,,summary|https://fourminutebooks.com/rework-summary/;summary|https://sipreads.com/rework/;book|https://openlibrary.org/books/OL24325627M/Rework,business;careers,Jason Fried,,,,, -60701c15-6eb7-45cb-a39f-0447ffcb5ee0,Assessment in Higher Education: Professional Development for Teachers,By Erasmus University Rotterdam via Coursera,,course|https://www.classcentral.com/course/coursera-assessment-in-higher-education-professional-development-for-teachers-10184,teaching,,,,,, -b2adfc2b-10f7-4d92-aee3-20c3486d381d,Disability Inclusion in Education: Building Systems of Support,By University of Cape Town via Coursera,,course|https://www.coursera.org/learn/disability-inclusion-education,education;disability,,,,,, -67f037a5-4924-4118-b05c-51bc31d1ebe2,"Teach English Now! Second Language Listening, Speaking, and Pronunciation",By Arizona State University via Coursera,,course|https://www.classcentral.com/course/coursera-teach-english-now-second-language-listening-speaking-and-pronunciation-6201,teaching;language,,,,,, -6a5bb24a-bda6-4af6-8001-be20ad53e78a,Instructional Design Foundations and Applications,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-instructional-design-foundations-and-applications-12317,education;teaching,,,,,, -2c8b72b4-03d2-4964-a991-4a09195231b8,Leadership of Education Technology in Schools,By Chartered College of Teaching via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-leadership-of-education-technology-in-schools-13758,education;technology,,,,,, -40983ace-b03a-4dca-bd36-418730a1f1ee,Blended Learning: Personalizing Education for Students,By New Teacher Center via Coursera,,course|https://www.coursera.org/learn/blending-learning-personalization,teaching;language,,,,,, -814bf903-63ce-424e-8ef0-133f9c7acbf9,Preparing for University,By University of East Anglia via FutureLearn,,course|https://www.futurelearn.com/courses/preparing-for-uni,university,,,,,, -b0aad2c3-15bd-43a2-bdf5-97f046eb1104,What future for education?,By University of London International Programmes via Coursera,,course|https://www.coursera.org/learn/future-education,education,,,,,, -6ea04b07-874e-436c-876f-7205c625fbd4,Multimodal Literacies: Communication and Learning in the Era of Digital Media,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-multimodal-literacies-communication-and-learning-in-the-era-of-digital-media-7057,communication;education,,,,,, -921ee8b9-1c1c-48f8-9fd8-4d38ea1f403d,How to Apply to College,By University of Pennsylvania via Coursera,,course|https://www.classcentral.com/course/coursera-how-to-apply-to-college-7504,university,,,,,, -bf6065b1-2bc9-4b12-a965-80dda86fcb3e,Discovering Your PhD Potential: Writing a Research Proposal,By via FutureLearn,,course|https://www.futurelearn.com/courses/research-question,research,,,,,, -3690a251-ea16-42ed-a80e-1e117efed643,Educating Deaf Children: Becoming an Empowered Teacher,By University of Cape Town via Coursera,,course|https://www.classcentral.com/course/coursera-educating-deaf-children-becoming-an-empowered-teacher-13761,education;disability,,,,,, -7122e6be-fb01-405b-8aec-edec096b0669,Accreditation and Outcome based Learning,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_ge18/preview,education;learning,,,,,, -ce486b93-4c0d-471f-b1fa-72ec75ecc703,Learning Technologies Foundations and Applications,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-learning-technologies-foundations-and-applications-12877,learning;education;technology,,,,,, -475cd22f-d432-47b0-95f4-45bdfc5a8986,Leading Educational Innovation and Improvement Capstone,By University of Michigan via edX,,course|https://www.edx.org/course/leading-educational-innovation-and-improvement-capstone-2,education,,,,,, -bea7c6c5-ced8-4752-9332-b16abcff710d,Problem Solving in the Digital Age: Getting Started with Computational Thinking and Design,By Friday Institute via MOOC-ED,,course|https://www.classcentral.com/course/mooc-ed-problem-solving-in-the-digital-age-getting-started-with-computational-thinking-and-design-10131,data-literacy;design-thinking;computational-thinking;thinking,,,,,, -d7008a90-c77e-4d8b-9c94-6528edf7df57,Foundations of Virtual Instruction,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-foundations-of-virtual-instruction-860,education;teaching,,,,,, -9c929127-4370-41c8-b018-e357552968c9,Art & Inquiry: Museum Teaching Strategies For Your Classroom,By The Museum of Modern Art via Coursera,,course|https://www.coursera.org/learn/artinquiry,museum;education,,,,,, -230965c3-31b5-43aa-9b11-bcc516fe0548,K-12 Blended & Online Learning,By University System of Georgia via Coursera,,course|https://www.coursera.org/learn/k-12-online-education,education,,,,,, -7d7be1d4-3766-450d-a540-4a2305e22179,Foundations of Teaching for Learning: Being a Teacher,By Commonwealth Education Trust via Coursera,,course|https://www.classcentral.com/course/coursera-foundations-of-teaching-for-learning-being-a-teacher-875,education;teaching,,,,,, -b3cc047b-3bd5-47f6-bc05-65744a993532,Foundations of Teaching for Learning: Being a Professional,By Commonwealth Education Trust via Coursera,,course|https://www.coursera.org/learn/professional-teacher,education;teaching,,,,,, -401462de-67e3-430f-ad5d-55f7ec91668b,Foundations of Teaching for Learning: Introduction,By Commonwealth Education Trust via Coursera,,course|https://www.coursera.org/learn/teaching,education;teaching,,,,,, -2ab439ce-7541-4218-b3a1-52c5b50c46dd,Foundations of Teaching for Learning: Learners and Learning,By Commonwealth Education Trust via Coursera,,course|https://www.coursera.org/learn/teaching-learning,education;teaching;learning,,,,,, -3b773b79-4590-495f-bb16-8743ced7db2e,Blended Learning Essentials: Getting Started,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/blended-learning-getting-started,learning,,,,,, -40034916-1b68-4076-b65e-10f25b02047b,Academic Information Seeking,By Technical University of Denmark (DTU) via Coursera,,course|https://www.classcentral.com/course/coursera-academic-information-seeking-5153,academics;university;research,,,,,, -c1df23dd-4e32-49f6-b004-3bf07e3bbf4d,Teaching Programming in Primary Schools,By Raspberry Pi Foundation via FutureLearn,,course|https://www.futurelearn.com/courses/teaching-programming-primary-school,programming;teaching,,,,,, -3bc8cc0d-5753-4639-82ec-e465a9e10c22,Build a Makerspace for Young People,By Raspberry Pi Foundation via FutureLearn,,course|https://www.futurelearn.com/courses/build-a-makerspace,diy;makerspace,,,,,, -c1810be8-2554-467e-8673-ff9f47bf20e1,"Learning, Knowledge, and Human Development",By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.classcentral.com/course/coursera-learning-knowledge-and-human-development-12183,learning,,,,,, -572af586-be13-463e-aa59-2d9a6e0adf39,Foundations of Teaching for Learning: Curriculum,By Commonwealth Education Trust via Coursera,,course|https://www.coursera.org/learn/teacher-curriculum,education;teaching;learning,,,,,, -d5633d27-da49-4d49-a4cd-2b95a80fda7b,Foundations of Teaching for Learning: Planning for Teaching and Learning,By Commonwealth Education Trust via Coursera,,course|https://www.coursera.org/learn/teaching-plan,education;teaching;learning,,,,,, -d2f7bb9f-8e96-4c4d-aecf-673982d33243,Compassionate Leadership Through Service Learning with Jane Goodall and Roots & Shoots,By Jane Goodall's Roots & Shoots via Coursera,,course|https://www.coursera.org/learn/compassionate-leadership-jane-goodall,education,,,,,, -ce62f195-df2c-4272-b8f6-37fb059d1c82,Assessment for Learning,By University of Illinois at Urbana-Champaign via Coursera,,course|https://www.coursera.org/learn/assessmentforlearning,education;learning,,,,,, -2a5cb97a-edba-4310-9d4b-3ef6768a4c2f,Social Pedagogy across Europe,By Universitat Autònoma de Barcelona (Autonomous University of Barcelona) via Coursera,,course|https://www.classcentral.com/course/coursera-social-pedagogy-across-europe-13225,pedagogy;europe;education,,,,,, -654e7398-3681-4fe7-9387-06cd1e62659e,Foundations of Teaching for Learning: Introduction to Student Assessment,By Commonwealth Education Trust via Coursera,,course|https://www.coursera.org/learn/learning-assessment,education;teaching,,,,,, -290a254f-25d9-429f-9a0a-53b7da448fac,Foundations of Teaching for Learning: Developing Relationships,By Commonwealth Education Trust via Coursera,,course|https://www.coursera.org/learn/teacher-relationships,education;teaching,,,,,, -70c14a9a-5524-48f9-ab9b-bf15b261f70b,Instructional Methods in Health Professions Education,By University of Michigan via Coursera,,course|https://www.classcentral.com/course/coursera-instructional-methods-in-health-professions-education-949,education;healthcare,,,,,, -26fd8fdc-ae71-4aec-932d-31726c0dc7e3,Get Organized: How to be a Together Teacher,By Relay Graduate School of Education via Coursera,,course|https://www.coursera.org/learn/together-teacher,teaching,,,,,, -4c4da215-ffbd-47f8-9009-fac20b9c62a4,"Teach English Now! Second Language Reading, Writing, and Grammar",By Arizona State University via Coursera,,course|https://www.classcentral.com/course/coursera-teach-english-now-second-language-reading-writing-and-grammar-6190,language;languages/english;communication,,,,,, -9b01068c-cb41-41fc-83b3-962269f75e46,Developing Expert Educators for Healthcare Professions,By The University of Nottingham via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-developing-expert-educators-for-healthcare-professions-14368,education;healthcare,,,,,, -3862e720-0b13-40f8-b713-9b198c30f3ca,AP Computer Science A: Java Programming,By Purdue University via edX,,course|https://www.classcentral.com/course/edx-ap-computer-science-a-java-programming-6541,programming-languages/java,,,,,, -540d1774-627e-45ca-ac0d-65e83a62d6f1,Applying Strategic Leadership in Education,By University of Newcastle via edX,,course|https://www.edx.org/course/applying-strategic-leadership-in-education-2,leadership;education,,,,,, -15a1af70-34e0-4a2c-be13-41b9da0c4633,What Works in Education: Evidence-Based Education Policies,By Inter-American Development Bank via edX,,course|https://www.edx.org/course/what-works-in-education-evidence-based-education-policies-2,education,,,,,, -c6b70d51-02c6-4637-82e7-9dfd46abb60c,Leading Change: Go Beyond Gamification with Gameful Learning,By Microsoft via edX,,course|https://www.edx.org/course/leading-change-go-beyond-gamification-with-gameful-learning-2,gamification;education;learning,,,,,, -f6648ea4-3c90-4d07-bb0c-2254cfd20151,Teaching Physical Computing with Raspberry Pi and Python,By Raspberry Pi Foundation via FutureLearn,,course|https://www.futurelearn.com/courses/physical-computing-raspberry-pi-python,computer-science;programming-languages/python;raspberry-pi,,,,,, -b6eb9dfb-c534-42e9-8a1f-a08d00e982f0,Teaching English to Young Learners (K-12),By George Mason University via Canvas Network,,course|https://www.canvas.net/browse/fhi/fhi-george-mason/courses/teaching-english-young-learners,languages/english,,,,,, -c9c510c0-a564-44e2-a5bb-7853cb03940d,Assessment and Teaching of 21st Century Skills,By University of Melbourne via Coursera,,course|https://www.classcentral.com/course/coursera-assessment-and-teaching-of-21st-century-skills-1750,teaching,,,,,, -873ccc43-e305-4594-8bee-5f38f7cf8115,How to Succeed in Your Welsh Bacc: the Individual Project Essentials,By University of Bath via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-how-to-succeed-in-your-welsh-bacc-the-individual-project-essentials-11990,education,,,,,, -7ef23686-13c7-44d7-b49a-7056018fae40,Powerful Tools for Teaching and Learning: Digital Storytelling,By University of Houston System via Coursera,,course|https://www.coursera.org/learn/digital-storytelling,teaching;storytelling,,,,,, -cd2f1d71-f047-442b-8a70-ab39e378fd08,Instructional Ideas and Technology Tools for Online Success,By via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-instructional-ideas-and-technology-tools-for-online-success-790,teaching;technology,,,,,, -050360b5-0189-4eb8-824d-bbbce54764b1,Made to Stick - Summary by fourminutebooks.com,,,summary|https://fourminutebooks.com/made-to-stick-summary/;summary|https://sipreads.com/made-to-stick/;summary|https://sivers.org/book/MadeToStick;book|https://openlibrary.org/books/OL25679866M/Made_to_stick,psychology;communication,Chip Heath,,,,, -83d8a247-2a48-4b4a-b6ec-d9ac325a694a,"Locating, Creating, Licensing and Utilizing OERs",By State University of New York via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-locating-creating-licensing-and-utilizing-oers-792,education;teaching,,,,,, -87532823-e0e7-4cda-976b-6218c73ef418,Universal Design and Accessibility for Online Learning,By via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-universal-design-and-accessibility-for-online-learning-798,education;accessibility;design,,,,,, -a7d340ed-8efb-407b-bb21-8810b8f14273,iTDI Summer School MOOC For English Teachers,By International Teacher Development Institute via Independent,,course|http://itdipro.wiziq.com/course/70647-the-itdi-summer-school-mooc-for-english-teachers-fly-high-with-itdi,teaching;grammar;languages/english,,,,,, -76dea9b4-d3e5-4171-a5c2-c58074612ec9,College Student Success,By Tennessee Board of Regents via Desire2Learn,,course|https://opencourses.desire2learn.com/d2l/error/404/log?targetUrl=http%3A%2F%2Fopencourses.desire2learn.com%3A80%2Fcat%2Fcourse%2Fcollege-student-success-7189%2F,university,,,,,, -1e976198-86eb-48f4-be94-d4140d8e4306,Future Classroom Scenarios,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-future-classroom-scenarios-2307,education,,,,,, -5497bcd9-f245-4227-b2e2-e87f692fa01c,Innovative Practices for Engaging STEM Teaching,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-innovative-practices-for-engaging-stem-teaching-3363,education;teaching,,,,,, -c0601ec6-3e17-43bc-a3d6-b378e46137f8,Digital Badge: Rockets to the Rescue!,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-digital-badge-rockets-to-the-rescue-2603,aerospace-engineering;engineering,,,,,, -2e8d2cb3-7a36-40d4-befb-18342fcea344,"How to Teach Computing: An Introduction to Concepts, Tools and Resources for Secondary Teachers",By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/institution/europeanschoolnetacademy,teaching;computer-science,,,,,, -6b2b014d-b759-4af5-92b0-6514db971865,Competences for 21st Century Schools,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-competences-for-21st-century-schools-3360,education,,,,,, -ef522772-d7b9-41c4-8552-6cfe18a6ef9d,Library Advocacy Unshushed,By University of Toronto via edX,,course|https://www.classcentral.com/course/edx-library-advocacy-unshushed-1563,libraries,,,,,, -dae30199-4c97-44ac-9417-8f3918570f1a,Securing Our Nation’s Future: The Urgent Need for Education Reform (K-12 Policy),By Foundation for Excellence in Education via Canvas Network,,course|https://www.canvas.net/browse/excelined/courses/urgent-need-for-education-reform,education;governance;nations/usa,,,,,, -a92cad5e-ce01-465e-9815-c8d08af8d2cd,collatz,,,article|https://terrytao.files.wordpress.com/2020/02/collatz.pdf,collatz-conjecture,,,,,, -cd075f36-f584-4c3c-8dc5-f136dd4d8c91,Positive Behavior Support for Young Children,By University of Washington via edX,,course|https://www.classcentral.com/course/edx-positive-behavior-support-for-young-children-1926,teaching;children;psychology,,,,,, -185055a9-3b6e-4662-9d33-46cf80d442b7,Creating Effective Online and Blended Courses,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-creating-effective-online-and-blended-courses-5145,education,,,,,, -9a7db16f-810d-4bcb-a488-f685449e1824,Preparing for the AP* Computer Science A Exam — Part 1,By Cooper Union via edX,,course|https://www.edx.org/course/preparing-ap-computer-science-exam-part-cooper-union-cs-1x,computer-science,,,,,, -932e811d-6dc4-44da-a451-3c603a416942,Creative use of Tablets in Schools,By European Schoolnet Academy via Independent,,course|https://old.europeanschoolnetacademy.eu/web/tablets-in-schools,education;edtech,,,,,, -447258a2-3cc8-4320-abea-14ab9e1fa6ff,"How to Teach Computing: An Introduction to Concepts, Tools and Resources for Primary Teachers",By European Schoolnet Academy via Independent,,course|https://old.europeanschoolnetacademy.eu/web/how-to-teach-computing-,computer-science;teaching,,,,,, -2603ae10-22fb-4055-8916-eb89f06a0ee0,Data Privacy? Get Schooled (K-12 Policy),By Foundation for Excellence in Education via Canvas Network,,course|https://www.canvas.net/browse/excelined/courses/data-privacy-get-schooled,education;privacy,,,,,, -1b53c836-4fac-41fb-a53d-05ccfa026a39,Communications Boot Camp: Winning the Ed Reform Conversation (K-12 Policy),By Foundation for Excellence in Education via Canvas Network,,course|https://www.canvas.net/browse/excelined/courses/communications-boot-camp,communication;education,,,,,, -091dc76f-68af-4a5f-8dc2-5d1c2d57b55f,The Road to Selective College Admissions,By St. Margaret’s Episcopal School via edX,,course|https://www.classcentral.com/course/edx-the-road-to-selective-college-admissions-2513,university,,,,,, -34b4093d-6be6-4353-981c-ca2e4595c256,Preparing for the AP* Computer Science A Exam — Part 2,By Cooper Union via edX,,course|https://www.edx.org/course/preparing-ap-computer-science-exam-part-cooper-union-cs-2x,computer-science;programming-languages/java,,,,,, -15d8cc88-ad40-447a-a64c-0c2d5cd09862,On-Ramp to AP* Calculus,By Weston High School via edX,,course|https://www.edx.org/course/ramp-ap-calculus-weston-high-school-calc360x,calculus;trigonometry,,,,,, -be8c768f-6b76-4fe6-b82b-0116bbd3ac3d,Let's Teach Computing,By Oxford Brookes University via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-let-s-teach-computing-4139,computer-science,,,,,, -00662244-54c2-4942-8034-88338c0e09e3,How to Survive Your PhD,By Australian National University via edX,,course|https://www.classcentral.com/course/edx-how-to-survive-your-phd-3951,research,,,,,, -8addaf27-06f1-494c-b8c6-df01aa3597d3,AP® Physics 2 - Part 1: Fluids and Thermodynamics,By Rice University via edX,,course|https://www.classcentral.com/course/edx-ap-physics-2-part-1-fluids-and-thermodynamics-2508,physics;fluid-mechanics;thermodynamics,,,,,, -46fca633-2dfb-448a-b23f-5e573a6d7c2c,AP® Environmental Science - Part 1: The Living World,By Rice University via edX,,course|https://www.classcentral.com/course/edx-ap-environmental-science-part-1-the-living-world-2506,environmental-science,,,,,, -8ad0cb7b-524d-45e3-b82b-c1e32559c82a,AP® Biology - Part 1: The Cell,By Rice University via edX,,course|https://www.edx.org/course/apr-biology-part-1-cell-ricex-advbio-1x-0,biology,,,,,, -5b2d2098-b608-47d9-948b-c2f2157168d7,"Saving Schools, Mini-Course 2: Teacher Policies",By Harvard University via edX,,course|https://www.classcentral.com/course/edx-saving-schools-mini-course-2-teacher-policies-2812,education;nations/usa,,,,,, -d9786748-3a16-40d2-bef1-2ec357176871,Index of /~novozhil/Teaching/483 Data,,,book|https://www.ndsu.edu/pubweb/~novozhil/Teaching/483%20Data/,partial-differential-equations,,,,,, -a417d74b-04a6-43cb-b7c2-ba9477fae157,Educational Technology,By Georgia Institute of Technology via Udacity,,course|https://www.udacity.com/course/educational-technology--ud915,education;technology,,,,,, -ba1b4b82-f0b6-4bef-ba85-cb772ec5f473,Mission Possible: Developing and Implementing a Comprehensive K-3 Reading Policy (K-12 Policy),By Foundation for Excellence in Education via Canvas Network,,course|https://www.canvas.net/browse/excelined/courses/k-3-reading-policy,education;literacy,,,,,, -39d6c6c0-47d5-46db-9fd3-a4e4bac80e9e,Preparing for the AP Calculus AB Exam – Part 1: Derivatives,By Rice University via edX,,course|https://www.edx.org/course/preparing-ap-calculus-ab-exam-part-1-ricex-advcal-1x,calculus,,,,,, -90ea9d8c-fcb6-496c-b979-1d7414f8ab1c,AP® Physics 2 - Part 2: Electricity and Magnetism,By Rice University via edX,,course|https://www.classcentral.com/course/edx-ap-physics-2-part-2-electricity-and-magnetism-2799,physics;electricity;magnetism,,,,,, -0caf4222-7251-40e9-baba-a3404aae5ae6,AP® Environmental Science - Part 2: Populations,By Rice University via edX,,course|https://www.edx.org/course/apr-environmental-science-part-2-ricex-advenvsci-2x-0,environmental-science,,,,,, -867e9ef7-8371-4a45-ac6e-c4ef56bdd7a8,AP® Biology - Part 2: Genetics,By Rice University via edX,,course|https://www.edx.org/course/apr-biology-part-2-genetics-ricex-advbio-2x-0,genetics,,,,,, -30c9868f-91ac-44cb-b4c4-13780d7a2d84,AP® Physics 1 - Part 1: Linear Motion,By Rice University via edX,,course|https://www.edx.org/course/apr-physics-1-part-1-linear-motion-ricex-advphy1-1x,physics,,,,,, -f113ae96-9729-41ba-862d-2296ffd1d9e9,Writing Exams for Science and Engineering Courses,By IEEE via edX,,course|https://courses.edx.org/courses/course-v1:IEEEx+MCExam01x+2015_T3/course/,education;exams,,,,,, -095bd162-c882-4896-8ad8-89e640d275e7,Introducing Computing in your Classroom,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-introducing-computing-in-your-classroom-5262,computer-science,,,,,, -2d05abb9-18b8-4e01-bcc6-5b5190b72238,AP® Physics 1 - Part 2: Rotational Motion,By Rice University via edX,,course|https://www.edx.org/course/apr-physics-1-part-2-rotational-motion-ricex-advphy1-2x,physics,,,,,, -97a74823-1aa0-44d1-8589-cfa938a00df9,Effective Teaching Strategies for Biology,By Trinity College via edX,,course|https://www.edx.org/course/effective-teaching-strategies-biology-trinityx-t003x,teaching;biology,,,,,, -8b40e0bf-ae19-4808-9e29-0f0a28249512,AP® Biology - Part 3: Evolution and Diversity,By Rice University via edX,,course|https://www.edx.org/course/apr-biology-part-3-evolution-diversity-ricex-advbio-3x-0,biology;evolution,,,,,, -19a6dbcd-6bf8-413b-acb5-cae5dc14aa9b,Preparing for the AP Calculus AB Exam – Part 2: Integrals,By Rice University via edX,,course|https://www.edx.org/course/preparing-ap-calculus-ab-exam-part-2-ricex-advcalcab-2x,calculus,,,,,, -a2d3f646-bfcb-4a39-b21b-781d64917478,AP® Physics 2 - Part 3: Optics and Modern Physics,By Rice University via edX,,course|https://www.edx.org/course/apr-physics-2-part-3-optics-modern-ricex-advphy2-3x-0,physics;optics,,,,,, -e32341c0-2988-4faf-9708-78339add32a9,AP® Environmental Science - Part 3: Pollution and Resources,By Rice University via edX,,course|https://www.classcentral.com/course/edx-ap-environmental-science-part-3-pollution-and-resources-2808,environmental-science;pollution,,,,,, -e09bb62c-10e2-4988-814a-b4128de9d8c9,Teaching with Tablets,By University of Northampton via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-teaching-with-tablets-5343,teaching;technology;education,,,,,, -925bbab3-a58d-4593-9bfb-ee05de4d0d34,Health Professional Teaching Skills – Level 1 – Foundational,By University of Toronto via edX,,course|https://www.classcentral.com/course/edx-health-professional-teaching-skills-level-1-foundational-5721,teaching,,,,,, -6fe033f8-1cb6-4589-95b5-f623b4d4567c,AP® Biology - Part 4: Ecology,By Rice University via edX,,course|https://www.edx.org/course/apr-biology-part-4-ecology-ricex-advbio-4x-0,biology;ecology,,,,,, -63cc8263-5aa8-44ed-b7f0-c929cf1d93f6,AP® Physics 1 - Part 3: Electricity & Waves,By Rice University via edX,,course|https://www.classcentral.com/course/edx-ap-physics-1-part-3-electricity-waves-3962,physics;electricity;waves,,,,,, -21742be8-72eb-49f7-8f7f-abbaf8d94884,Preparing for College: The Placement Test,By Parkland College via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-preparing-for-college-the-placement-test-5901,university,,,,,, -0a1071ba-0974-47ea-af24-defee6d1e5b5,AP® Environmental Science - Part 4: Exam Review,By Rice University via edX,,course|https://www.edx.org/course/apr-environmental-science-part-4-exam-ricex-advenvsci-4x-0,environmental-science,,,,,, -2ea71336-670b-4dcb-81da-c5a6f6649acf,AP® Physics 2 – Part 4: AP Review and Exam Preparation,By Rice University via edX,,course|https://www.classcentral.com/course/edx-ap-physics-2-part-4-ap-review-and-exam-preparation-2804,physics,,,,,, -6f02c7d1-b08f-4559-9635-13cb4bf5b248,AP® Physics 1 - Part 4: Exam Prep,By Rice University via edX,,course|https://www.edx.org/course/apr-physics-1-part-4-exam-prep-ricex-advphy1-4x,physics,,,,,, -38cdf0f1-2db2-4e54-a82c-f38d409b6d95,Factris,,,game|https://mathigon.org/factris,fractions,,,childlike,,, -5cc3c580-d99b-41bc-931e-067b35df92a1,AP® Biology - Part 5: Review and Exam Preparation,By Rice University via edX,,course|https://www.classcentral.com/course/edx-ap-biology-part-5-review-and-exam-preparation-2805,biology,,,,,, -007f7f43-63f1-482a-8ad6-db614b211956,Design a World-Class Course on OpenLearning,By via OpenLearning,,course|https://www.classcentral.com/course/openlearning-design-a-world-class-course-on-openlearning-6144,education;mooc,,,,,, -f8dcdcf9-5d0d-4da8-a7f6-915d0df45dea,Instructional Design for Effective Learning,By via OpenLearning,,course|https://www.classcentral.com/course/openlearning-instructional-design-for-effective-learning-6145,education,,,,,, -54da0f3e-3b81-410c-9a59-23abb1c5bc79,Developing Digital Skills in your Classroom,By European Schoolnet Academy via Independent,,course|https://old.europeanschoolnetacademy.eu/web/developing-digital-skills-in-your-classroom-2nd-round,education,,,,,, -5f2c3b04-ae72-49ac-b721-e999246bd9ee,(K-12 Policy) How Do We Stack Up? Using OECD’S PISA to Drive Progress in U.S. Education,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-k-12-policy-how-do-we-stack-up-using-oecd-s-pisa-to-drive-progress-in-u-s-education-6281,education;nations/usa,,,,,, -d94ca3f0-63ff-4685-8973-2b39916434bb,How to Ace Your Online Course,By JER Online via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-how-to-ace-your-online-course-6426,education;learning,,,,,, -b4465b24-ebb9-49d6-93a4-1ee0100a4985,BL-103: Teaching Each Student (K-12),By Relay Graduate School of Education via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-bl-103-teaching-each-student-k-12-6427,education,,,,,, -c3f5f47a-8e59-4ae8-a794-b8503fa34268,BL-201: Extending Your Blending (K-12),By Relay Graduate School of Education via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-bl-201-extending-your-blending-k-12-6428,education,,,,,, -1f090502-f1d5-4c1c-b18f-f63fe1b03660,Preparing for the AP* English Language and Composition Exam,By Tennessee Board of Regents via edX,,course|https://www.edx.org/course/preparing-ap-english-language-tennessee-board-regents-engcompx-0,languages/english;writing,,,,,, -b50ef4a8-b8d1-4097-b70f-b52fbe03c990,(HE) Designing and Teaching for Impact in Online Courses,By Indiana University via Canvas Network,,course|https://www.canvas.net/browse/indianau/courses/teach-online-course,education;design,,,,,, -0130d8bd-a892-4931-a675-5f2450ee16c6,BL-102: Rolling Out Blended (K-12),By Relay Graduate School of Education via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-bl-102-rolling-out-blended-k-12-6425,education,,,,,, -b3ce45cc-c63d-449f-bc6f-9ee02a5bfb33,Preparing for the AP* Statistics Exam,By Tennessee Board of Regents via edX,,course|https://www.classcentral.com/course/edx-preparing-for-the-ap-statistics-exam-2523,statistics,,,,,, -d73f705f-50dc-4ffd-9b3c-a0736be3f51f,BL-101: Beginning to Blend (K-12),By Relay Graduate School of Education via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-bl-101-beginning-to-blend-k-12-6424,education,,,,,, -88a6b154-a672-45d3-8262-820486a32c07,Introductory Business Law,By Modern States via Independent,,course|https://www.classcentral.com/course/independent-introductory-business-law-11924,business;law,,,,,, -a6216ea3-d63e-472e-9475-538b237c2214,Accessibility: Designing and Teaching Courses for All Learners (HE),By SUNY Empire State College via Canvas Network,,course|https://www.canvas.net/browse/empirestate/empirestate-buffalostate/courses/accessibility-designing-teaching,education;design;accessibility,,,,,, -6dad1d97-57e6-4d9e-9fd2-642b462b56b5,"Making the Transition to Open: The Easy Way to Create, License, and Share Free Materials (K-12/HE)",By Scottsdale Community College via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-making-the-transition-to-open-the-easy-way-to-create-license-and-share-free-materials-k-12-he-6461,education,,,,,, -ec02f321-d435-4979-9f8e-f791392017aa,Introduction to Engineering Mathematics with Applications,By University of Texas Arlington via edX,,course|https://www.edx.org/course/introduction-engineering-mathematics-utarlingtonx-engr3-0x,mathematics,,,,,, -0245a33b-97e8-4cc7-a841-1ac7a68be019,Games in Schools,By European Schoolnet Academy via Independent,,course|https://old.europeanschoolnetacademy.eu/web/games-in-schools-3rd-round,games;education;gamification,,,,,, -e48112df-345b-451e-a4ab-6e463ef588c6,Health Professional Teaching Skills – Level 3 - Professionalism,By University of Toronto via edX,,course|https://www.classcentral.com/course/edx-health-professional-teaching-skills-level-3-professionalism-6106,teaching,,,,,, -cb77b77e-1296-44e0-96ed-8bbee5c28e33,21st Century Learning,By University of Naples Federico II via EMMA,,course|https://www.classcentral.com/course/emma-21st-century-learning-4855,education,,,,,, -50fb2018-6387-4548-aff7-93c2ff042df0,Designing Online Courses with the 7Cs Framework,By University of Naples Federico II via EMMA,,course|https://www.classcentral.com/course/emma-designing-online-courses-with-the-7cs-framework-4854,education,,,,,, -8efec49c-ef35-43b8-9738-9b0c9e29f059,Preparing for CLEP Chemistry: Part 2,By Cooper Union via edX,,course|https://www.edx.org/course/preparing-clep-chemistry-part-2-cooper-union-chem-2x,chemistry,,,,,, -5f99db28-d263-45c8-99e0-01b996f78364,Preparing for CLEP Chemistry: Part 1,By Cooper Union via edX,,course|https://www.classcentral.com/course/edx-preparing-for-clep-chemistry-part-1-5386,chemistry,,,,,, -533783aa-c7b1-46af-bcd3-0c3561a2303b,Analytics in Course Design: Leveraging Canvas Data (HE),By Dartmouth via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-analytics-in-course-design-leveraging-canvas-data-he-6668,education,,,,,, -11c1ec6a-fb8b-4dfc-8708-67dda1b9001d,Finding and Helping At-Risk Students (K-12),By Richard Community College via Canvas Network,,course|https://www.canvas.net/browse/richlandcc/courses/helping-at-risk-students,teaching,,,,,, -f04b24f3-b198-4e04-be7f-715145dac54d,Implementation and Evaluation of Educational Technology,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/implementation-evaluation-educational-mitx-11-133x-0,edtech;education,,,,,, -50bbd9e5-4883-474d-97ae-54d26ad143e1,Determining Your Readiness for Graduate Studies,By Keiser University via Canvas Network,,course|https://www.canvas.net/browse/keiseru/courses/graduate-studies,education,,,,,, -b2aef5ee-7207-4e3e-aee3-9133b04da128,Effective Group Work Strategies (K-12/HE),By Missouri University of Science and Technology via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-effective-group-work-strategies-k-12-he-6742,education;teaching,,,,,, -97e269a9-8bf6-44c0-9f65-d109b831d143,Guerrilla Literacy Learners,By via EMMA,,course|https://platform.europeanmoocs.eu/course_guerrilla_literacy_learners,literacy;teaching,,,,,, -b8abb089-5c2a-4ecc-9ae8-a189149f9f6e,Determine Your Readiness for Doctoral Studies,By Keiser University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-determine-your-readiness-for-doctoral-studies-3862,university,,,,,, -60fca6a5-6f72-418e-b382-f167e055e597,Learning to Dream: Education and Economic Mobility (K-12 Policy),By Foundation for Excellence in Education via Canvas Network,,course|https://www.canvas.net/browse/excelined/courses/learning-to-dream,education;economics,,,,,, -a5a7b23b-32ad-4b9a-9db7-b7da3cf9b03b,Zappar Powered STEM Learning Using Augmented Reality,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-zappar-powered-stem-learning-using-augmented-reality-6961,education;augmented-reality,,,,,, -cc98eff3-3218-459b-9388-fa667af76900,Introduction to Analytics with Canvas (HE),By Utah Valley University via Canvas Network,,course|https://www.canvas.net/browse/uvu/courses/analytics-with-canvas,analytics,,,,,, -a90e96d7-453a-4abe-b89c-62b3970e7a95,AP Physics 1,By Rice University via edX,,course|https://www.edx.org/course/ap-physics-1-ricex-advphy1x,physics,,,,,, -482524fe-8672-4b5b-a94f-9d0469d0f130,Supporting Girls in STEAM (K-12/HE),By via Canvas Network,,course|https://www.canvas.net/browse/stem/cbv/courses/supporting-girls-in-steam,education;women,,,,,, -ab646375-55c7-4064-b1f1-cf786cf22197,Practical Learning Analytics,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-practical-learning-analytics-5975,analytics,,,,,, -50210dc7-df64-43fd-b549-b968e6b103b3,Design and Development of Games for Learning,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/design-development-games-learning-mitx-11-127x-0,games;education;gamification,,,,,, -023e9fd8-30fb-4c5d-8595-947fc9cbbad4,Teaching with Space and Astronomy in your Classroom,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-teaching-with-space-and-astronomy-in-your-classroom-10742,space-science;astronomy;education,,,,,, -9a527aa4-e9a7-4ad6-a349-71a4a048f410,Enhancing Teacher Education Through OER,By Open Education Consortium (OEC) via edX,,course|https://www.edx.org/course/oer-ke-maadhym-se-adhyaapk-shikssaa-kaa-oecx-tess101x,education,,,,,, -2c8d9562-6e45-4da8-a8df-9145070ca0fb,Copyright for Educators (K-12/HE),By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-copyright-for-educators-k-12-he-7744,education;copyright,,,,,, -7e0c9b5a-7e32-4740-a5bb-dfdfde24ebeb,Five Strategies for Learning Online,By School Education Gateway - Teacher Academy via Independent,,course|http://academy.schooleducationgateway.eu/en/web/five-strategies-for-learning-online,learning;education,,,,,, -e47a1946-ad41-47b2-9437-93a5b92e54c8,Teaching With Technology and Inquiry: An Open Course For Teachers,By University of Toronto via edX,,course|https://www.edx.org/course/teaching-technology-inquiry-open-course-university-torontox-inq101x-0,teaching;edtech,,,,,, -7c5a51bc-6e59-403f-a11c-a30005f4a913,Peer Mentoring in STEM: Training for Mentors,By Ohio State University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-peer-mentoring-in-stem-training-for-mentors-7064,education,,,,,, -856e3794-705a-488c-bb68-8b14370fdb42,Study Abroad USA: Building Capacity for US Institutions,By Arizona State University via edX,,course|https://www.classcentral.com/course/edx-study-abroad-usa-building-capacity-for-us-institutions-6848,education;nations/usa,,,,,, -bf02f802-9394-47bb-8c35-2add5c0206f4,(HE) Ohio Standards for Educator Preparation,By Ohio State University via Canvas Network,,course|https://www.canvas.net/browse/osu/courses/ohio-standards-prep,education;nations/usa,,,,,, -7df84a2b-ffef-4409-a3dd-3447d8f8761e,Design and Development of Educational Technology,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/design-development-educational-mitx-11-132x-1,edtech;education,,,,,, -84fe4047-d0aa-402e-a04f-d6d1c7676d3f,Future Classroom Scenarios,By School Education Gateway - Teacher Academy via Independent,,course|https://www.classcentral.com/course/independent-future-classroom-scenarios-10770,education,,,,,, -42249832-ddb0-44cd-8467-987c913f3649,Making MOOCs on a Budget (HE),By via Canvas Network,,course|https://www.canvas.net/browse/itsligo/courses/moocs-on-a-budget,education;mooc,,,,,, -48d02a15-be96-43d3-9325-5532055a8790,Cultural Diversity in Your Classroom,By School Education Gateway - Teacher Academy via Independent,,course|https://www.classcentral.com/course/independent-cultural-diversity-in-your-classroom-10768,education;diversity;social-science,,,,,, -10b764ec-808c-49b0-b36a-f010bea70911,"Growth Mindset: How to Help Your Child Learn, Grow, Thrive (K-12)",By via Canvas Network,,course|https://www.canvas.net/browse/iwe/courses/growth-mindset,learning;education,,,,,, -6bb075da-9f92-444d-854f-e9a86b822a00,Preparing for the AP* Physics C: Electricity and Magnetism Exam,By Georgetown University via edX,,course|https://www.classcentral.com/course/edx-preparing-for-the-ap-physics-c-electricity-and-magnetism-exam-2518,physics;electricity;magnetism,,,,,, -988d7903-a456-4172-9f93-4159227a310d,"Language of Caring, Science of Change: How to Rapidly Improve School Climate (K-12)",By via Canvas Network,,course|https://www.canvas.net/browse/iwe/courses/language-of-caring,education,,,,,, -6913d7fd-3775-482a-a1f8-87dca634c8a5,Navigation through the Ages,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-navigation-through-the-ages-9651,navigation;teaching,,,,,, -1a8c9062-508e-413c-9c27-6f2cb026ebe7,CSET Math Subtest I Exam Preparation Resource,"By University of California, Irvine via Canvas Network",,course|https://www.classcentral.com/course/canvas-network-cset-math-subtest-i-exam-preparation-resource-8423,mathematics;teaching,,,,,, -322bf22d-b1f2-48a3-9a2b-390546774707,Boosting a Sense of Initiative and Entrepreneurship in Your Students,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-boosting-a-sense-of-initiative-and-entrepreneurship-in-your-students-9650,teaching,,,,,, -a061e6de-ae14-4100-995b-82c3cd49dfe4,Supporting English Learners: Resources for Leaders,By Stanford University via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:Education+LeadEL+SelfPaced/about,languages/english;teaching,,,,,,oer -7df03c25-ee08-4b67-93d6-b45754d26ea0,Teaching Secondary Mathematics through Social Issues,By Teach For America via edX,,course|https://www.edx.org/course/subject/education-teacher-training,mathematics;teaching,,,,,, -da57fc97-2f85-4cb1-8c80-f1ef05ac28f4,Gamify Your Canvas Course with Badgr Open Badges,By via Canvas Network,,course|https://www.canvas.net/browse/concentric-sky/courses/gamify-courses-badgr,education,,,,,, -37e3c492-0be1-4eb4-9e6d-e9148aa1662e,Foundations of Computer Science for Teachers,By The University of Texas at Austin via edX,,course|https://www.classcentral.com/course/edx-foundations-of-computer-science-for-teachers-7838,computer-science;teaching,,,,,, -feff0ef6-4d48-49ce-bf25-3e98e5249420,(HE) Teacher Certification Exam Preparation,By Relay Graduate School of Education via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-he-teacher-certification-exam-preparation-8455,teaching,,,,,, -a5c42f0b-744b-41e7-be24-c3bcf9f3d834,Ocean Literacy,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-ocean-literacy-8379,oceans,,,,,, -4ab3951c-e2ea-4564-8c85-276809c55163,Integrating Newly Arrived Migrant Students in Schools,By School Education Gateway - Teacher Academy via Independent,,course|https://www.classcentral.com/course/independent-integrating-newly-arrived-migrant-students-in-schools-10769,immigration;education,,,,,, -45882148-d94b-4314-be06-1394139950a2,https://twitter.com/taylor_tries,,,people|https://twitter.com/taylor_tries,juggling,,,,,, -60a94095-08df-47a0-8f05-3452741ba27c,John Stout - programming with Snap!,,,video|https://www.youtube.com/watch?v=7tjNnF4fAgI,programming-languages/snap,,,,,,oer -cbdc2919-1c3a-4080-ade5-a2a7411345bf,"(K-12/HE) Purposeful, Interactive Foreign Language Teaching",By via Canvas Network,,course|https://www.canvas.net/browse/osu/courses/foreign-language-teaching,language;teaching,,,,,, -70978882-2448-4e64-9219-72ec87b1c877,Mentoring in Schools,By European Schoolnet Academy via Independent,,course|https://old.europeanschoolnetacademy.eu/web/mentoring-in-schools,education,,,,,, -62861ab3-fa1b-4115-b62d-210be3e33cf6,Shared Leadership and School Development,By School Education Gateway - Teacher Academy via Independent,,course|https://www.classcentral.com/course/independent-shared-leadership-and-school-development-10771,education;school;leadership,,,,,, -24dd27a8-c518-4667-8eb9-72ee5472e06e,Our Wonderful Universe,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-our-wonderful-universe-8915,space-science;astronomy;teaching,,,,,, -ef133df4-8e5a-4715-9cb6-f0bdc5d65848,CSET Math Subtest II Exam Preparation Resource,"By University of California, Irvine via Canvas Network",,course|https://www.canvas.net/browse/ucirvineex/courses/cset-math-subtest-2-exam-prep,mathematics;teaching,,,,,, -71ed4db8-28ef-482f-9174-754361c88c3d,CSET Math Subtest III Exam Preparation Resource,"By University of California, Irvine via Canvas Network",,course|https://www.canvas.net/browse/ucirvineex/courses/cset-math-subtest-3-exam-prep,mathematics;teaching,,,,,, -423b2d90-009e-4e83-aaf2-e63a5ec7f6c0,CSET Science Subtest I Exam Preparation Resource,"By University of California, Irvine via Canvas Network",,course|https://www.classcentral.com/course/canvas-network-cset-science-subtest-i-exam-preparation-resource-9032,science;teaching,,,,,, -45126252-1e8e-4f01-83bd-22fc8788bac0,Introduction to Online and Blended Teaching,By University of Pennsylvania via edX,,course|https://www.classcentral.com/course/edx-introduction-to-online-and-blended-teaching-8856,education;teaching,,,,,, -b91e796a-a66e-4870-b992-e369b86a8ae2,Understanding Classroom Interaction,By University of Pennsylvania via edX,,course|https://www.edx.org/course/understanding-classroom-interaction-pennx-uci1x-0,education;teaching,,,,,, -f5ee8165-276e-40a8-bafe-2635721b6c87,Instructional Evaluation Service Course: Gain Experience For Good (HE),By via Canvas Network,,course|https://www.canvas.net/browse/designersforlearning/courses/instructional-evaluation,education,,,,,, -d2c9dc8a-d75f-4f04-b09e-cf0c33f1774b,Implementing UDL on Canvas (K-12/HE),By University of Tennessee via Canvas Network,,course|https://www.canvas.net/browse/utennessee-knoxville/courses/implementing-udl-on-canvas,education;design,,,,,, -8905aeed-5f3c-4fae-a6eb-2376e3ee6351,Introduction to Open Education,By University of Texas Arlington via edX,,course|https://www.classcentral.com/course/edx-introduction-to-open-education-8421,education,,,,,, -e84b1d68-6038-412b-bb1a-707106fed9b9,CSET Science Subtest II Exam Preparation Resource,"By University of California, Irvine via Canvas Network",,course|https://www.canvas.net/browse/ucirvineex/courses/cset-science-subtest-2-exam-prep,science;teaching,,,,,, -2034d491-5bde-4af2-9d5c-5404ab18d893,Moving to Maths 2.0,By School Education Gateway - Teacher Academy via Independent,,course|http://academy.schooleducationgateway.eu/en/web/moving-to-maths-20-rerun,mathematics;teaching,,,,,, -6b935079-e965-4493-9fda-502696f1482f,Preparing for College: Writing Proficiency,By Parkland College via Canvas Network,,course|https://www.canvas.net/browse/parklandcollege/courses/writing-prep,writing,,,,,, -8a1bfd46-8020-4ccc-b63a-53b8ba96e384,Preparing for College: Math Proficiency,By Parkland College via Canvas Network,,course|https://www.canvas.net/browse/parklandcollege/courses/math-prep,mathematics,,,,,, -cc5a3b87-e3eb-4c9a-b737-c17c93a034a8,Preparing for College: Reading Proficiency,By Parkland College via Canvas Network,,course|https://www.canvas.net/browse/parklandcollege/courses/reading-prep,reading,,,,,, -a477bb15-8863-4a12-be1f-8b862415d978,Code Week: Teens Get Coding!,By via openSAP,,course|https://open.sap.com/courses/acw2-2,programming;teaching,,,,,, -24530184-6e5f-4454-a6da-4e33ac407dc7,Code Week: Teaching Programming to Young Learners,By via openSAP,,course|https://www.classcentral.com/course/opensap-code-week-teaching-programming-to-young-learners-3662,teaching;programming,,,,,, -689b4cf4-88ab-4bc1-8b6e-69a3c6d2d1e6,Digitizing Higher Education,By University of Texas Arlington via edX,,course|https://www.classcentral.com/course/edx-digitizing-higher-education-8674,edtech;education,,,,,, -ba13b363-c209-4db5-aa41-c7e27c02bfa0,Effective Parental Engagement for Student Learning,By School Education Gateway - Teacher Academy via Independent,,course|http://academy.schooleducationgateway.eu/web/effective-parental-engagement-for-student-learning/home,parenting;education,,,,,, -475f968a-30d1-4329-be6c-76f709007739,Our Fragile Planet,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-our-fragile-planet-9648,climate-change;teaching,,,,,, -23437f65-e7c1-4b36-b9e6-08f479090a59,Collaborative Teaching and Learning,By European Schoolnet Academy via Independent,,course|https://old.europeanschoolnetacademy.eu/web/collaborative-teaching-and-learning_2nd-edition,teaching;learning,,,,,, -93183e92-38f2-4fc7-9309-5f2dcfe9dc87,Introducing Project-Based Learning in your Classroom,By School Education Gateway - Teacher Academy via Independent,,course|https://www.classcentral.com/course/independent-introducing-project-based-learning-in-your-classroom-10764,education,,,,,, -4c106828-78e6-4333-88b9-17102fba98d7,Opening Schools to STEM Careers,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-opening-schools-to-stem-careers-9547,education;europe,,,,,, -22ae807b-9210-4d2c-a57e-883db33fa4d7,(K-12/HE) Kung Fu Canvas,By via Canvas Network,,course|https://www.canvas.net/browse/canvasnet/courses/kung-fu-canvas,software-tools/canvas,,,,,, -40c373f0-ea84-445c-a1b5-b2e9bcfdf827,Progressing Technology-Enhanced Teaching - MENTEP,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-progressing-technology-enhanced-teaching-mentep-9637,edtech;education,,,,,, -6f79c8a3-91e7-4527-a692-465bba16e68f,Competences for 21st Century Schools,By School Education Gateway - Teacher Academy via Independent,,course|http://academy.schooleducationgateway.eu/en/web/competences-for-21st-century-schools-rerun/home,education,,,,,, -22395ce5-a825-4c01-a9de-28240e21e393,What Now? Emerging Technologies and Their Practical Application in K12 Teaching and Learning.,By University of Texas Arlington via edX,,course|https://www.classcentral.com/course/edx-what-now-emerging-technologies-and-their-practical-application-in-k12-teaching-and-learning-5435,edtech;education,,,,,, -0afdaad3-fa8f-4583-bd43-c2cce5c622cf,Online Safety Course,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-online-safety-course-8913,web;online-safety,,,,,, -45cd4288-c25c-465f-8339-683462e3e2b4,Administering School ICT infrastructure: developing your knowledge and skills,By European Schoolnet Academy via Independent,,course|https://old.europeanschoolnetacademy.eu/web/administering-school-ict-infrastructure-developing-your-knowledge-and-skills-2nd-edition-,school;information-technology,,,,,, -7c44c11a-89b1-45c4-9926-91ad4902e96d,The Science of Learning - What Every Teacher Should Know,By Columbia University via edX,,course|https://www.classcentral.com/course/edx-the-science-of-learning-what-every-teacher-should-know-5725,learning;teaching,,,,,, -802385ed-8425-4a79-be56-63b6366398d4,University Studies for Student Veterans,By Columbia University via edX,,course|https://www.edx.org/course/university-studies-for-student-veterans,learning;university,,,,,, -1e5a51fc-810c-4cd3-9f5c-a5cfc59686aa,Introduction to Being a Teaching Artist,By via Kadenze,,course|https://www.classcentral.com/course/kadenze-introduction-to-being-a-teaching-artist-9828,teaching;art,,,,,, -e4cb816f-c432-4a36-b26c-220a865f3c53,Learning Mindsets & Skills,By High Tech High via Coursera,,course|https://www.classcentral.com/course/coursera-learning-mindsets-skills-4841,learning;education,,,,,, -492145a9-7586-4fb9-9be9-61dc7f35e1e9,Learning in a Museum,By School Education Gateway - Teacher Academy via Independent,,course|http://academy.schooleducationgateway.eu/en/web/955790,museum;learning;education;teaching,,,,,, -a6ff0c25-bf83-4dce-a272-2bce31e4e4f7,Prepare for Your SAP HANA Certification - Development Associate,By via openSAP,,course|https://www.classcentral.com/course/opensap-prepare-for-your-sap-hana-certification-development-associate-11524,software-tools/sap,,,,,, -a4e71d7f-f702-4b13-b919-45777e530d4c,Reading to Learn in Science,By Stanford University via NovoEd,,course|https://online.stanford.edu/courses/gse-y0026-reading-learn-science,reading;science,,,,,,oer -0ed10e19-d274-4b89-b1e6-ef879c9f7b90,(K-12) Cybersecurity Education Program: Securing the Human,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-k-12-cybersecurity-education-program-securing-the-human-8193,computer-security,,,,,, -f460dcba-2305-4746-8493-0f86dbbec568,Promoting Technology-Enhanced Teaching,By European Schoolnet Academy via Independent,,course|https://old.europeanschoolnetacademy.eu/web/promoting-technology-enhanced-teaching,edtech;education,,,,,, -8703146e-ec0b-455e-a8b6-d95aace70225,Opening Minds to STEM Careers,By European Schoolnet Academy via Independent,,course|https://old.europeanschoolnetacademy.eu/web/opening-minds-to-stem-careers-rerun-,europe;education;science;careers,,,,,, -52ac5d4e-db8f-452d-97b4-c26e41a5a01f,Innovating Instruction: Learning Design in the STEM Classroom,"By Teachers College, Columbia University via edX",,course|https://www.classcentral.com/course/edx-innovating-instruction-learning-design-in-the-stem-classroom-11512,teaching;learning;science,,,,,, -c23e71db-08df-4ac5-8933-ae735fd31f45,Surviving Your First Years of Teaching,By School Education Gateway - Teacher Academy via Independent,,course|https://www.classcentral.com/course/independent-surviving-your-first-years-of-teaching-12077,teaching,,,,,, -f25190ea-c785-48ac-812c-27421b3c53a3,American Government,By Modern States via Independent,,course|https://modernstates.org/course/american-government/,nations/usa;governance,,,,,, -0ed2424b-4efe-4d90-ba23-eeff2eeafede,American Literature,By Modern States via Independent,,course|https://modernstates.org/course/american-literature/,literature;nations/usa,,,,,, -6f733459-60c9-4e0d-856f-7a67b6615b3a,Biology,By Purdue University via Independent,,course|https://modernstates.org/course/biology/,biology,,,,,, -ef58d0d7-9008-406d-bfd0-0c279fed0a1f,Chemistry,By Modern States via Independent,,course|https://modernstates.org/course/chemistry/,chemistry,,,,,, -cdae6581-37f0-41e4-8425-fb17b6e6051c,College Composition,By Modern States via Independent,,course|https://modernstates.org/course/college-composition/,writing,,,,,, -2039f5d9-83d3-4e91-82ba-8b3bca2ebad6,English Literature,By Modern States via Independent,,course|https://modernstates.org/course/english-literature/,literature,,,,,, -70f6698e-7408-469d-9a7e-3be708d16d7a,Financial Accounting,By Modern States via Independent,,course|https://modernstates.org/course/financial-accounting/,accounting,,,,,, -aa5e1be1-9531-4f30-b0b3-6da6ad57f0ec,Analyzing and Interpreting Literature,By Modern States via Independent,,course|https://modernstates.org/course/analyzing-and-interpreting-literature/,literature,,,,,, -6d8fd875-a358-4f0c-982b-09dd04bd0eee,Calculus,By Modern States via Independent,,course|https://modernstates.org/course/calculus/,calculus,,,,,, -4101adb6-5561-4beb-9d4b-9f35b61c92d8,College Algebra,By Johns Hopkins University via Independent,,course|https://www.classcentral.com/course/independent-college-algebra-11899,algebra,,,,,, -294ca1a6-78aa-471b-8182-b9ed2479294e,College Mathematics,By Modern States via Independent,,course|https://modernstates.org/course/college-mathematics/,mathematics,,,,,, -c232393a-bb77-47b8-b64c-2cf04bf1e2c9,History of the United States I,By Modern States via Independent,,course|https://www.classcentral.com/course/independent-history-of-the-united-states-i-11911,nations/usa;history,,,,,, -0187c24d-77d5-437c-b183-5862f53fc44c,Human Growth and Development,By Modern States via Independent,,course|https://www.classcentral.com/course/independent-human-growth-and-development-11914,biology;human-body,,,,,, -2daad258-07bb-4923-bcde-1dec9b8c7ba5,German Language,By American University via Independent,,course|https://www.classcentral.com/course/independent-german-language-11910,languages/german,,,,,, -5fd4f21e-ca54-44bf-b4f8-38f4642fa284,History of the United States II,By Modern States via Independent,,course|https://www.classcentral.com/course/independent-history-of-the-united-states-ii-11912,nations/usa;history,,,,,, -8a8d92f6-1c51-42da-9d4a-62a4e7e6c1b3,Introduction to Educational Psychology,By Modern States via Independent,,course|https://www.classcentral.com/course/independent-introduction-to-educational-psychology-11913,psychology;education,,,,,, -3d70f274-c6c6-4e59-bfeb-376041813f03,Humanities,By Modern States via Independent,,course|https://modernstates.org/course/humanities/,humanities,,,,,, -637716e0-6485-4322-af3b-db52770d42ee,French Language,By Modern States via Independent,,course|https://modernstates.org/course/french-language/,languages/french,,,,,, -3e0afb31-8f2b-459d-b801-bdf34675be42,Principles of Macroeconomics,By Modern States via Independent,,course|https://www.classcentral.com/course/independent-principles-of-macroeconomics-11929,macroeconomics,,,,,, -c4514fc8-f1ba-4f9c-88ed-adf157c654e4,Information Systems,By State University of New York via Independent,,course|https://www.classcentral.com/course/independent-information-systems-11923,information-technology,,,,,, -c5f6446c-039f-4a13-98ae-e8a64b9fd545,Introductory Sociology,By New York Institute of Technology via Independent,,course|https://modernstates.org/course/introductory-sociology/,sociology,,,,,, -8cd23cb1-96c3-410b-bc64-a2830127a056,Natural Sciences,By Modern States via Independent,,course|https://www.classcentral.com/course/independent-natural-sciences-11927,science,,,,,, -b8246336-b19c-4e84-861a-6558e7f07c27,Principles of Management,By Modern States via Independent,,course|https://modernstates.org/course/principles-of-management/,management,,,,,, -101d67bc-2e67-4dc7-9b87-ba5d9e659ea5,Social Sciences and History,By Modern States via Independent,,course|https://www.classcentral.com/course/independent-social-sciences-and-history-11935,social-science;history,,,,,, -06f9eee4-5d6c-4697-9830-d3978b9d47fe,Western Civilization II: 1648 to the Present,By Modern States via Independent,,course|https://modernstates.org/course/western-civilization-ii-1648-to-the-present/,history,,,,,, -cc2b5356-ea41-4f64-98d8-505db48e98fe,Spanish Language,By Modern States via Independent,,course|https://modernstates.org/course/spanish-language/,languages/spanish,,,,,, -81ceeb9b-e56f-4497-8e0d-e9da720d8a1a,Western Civilization I: Ancient Near East to 1648,By State University of New York via Independent,,course|https://www.classcentral.com/course/independent-western-civilization-i-ancient-near-east-to-1648-11937,history,,,,,, -3d410b2c-6db3-44a6-8ff7-5ba95b485a24,Principles of Marketing,By Modern States via Independent,,course|https://www.classcentral.com/course/independent-principles-of-marketing-11933,marketing,,,,,, -4ae87df6-9249-4809-a67b-8d1d94a15bef,Principles of Microeconomics,By Modern States via Independent,,course|https://modernstates.org/course/principles-of-microeconomics/,microeconomics,,,,,, -f35606df-dd7e-4d97-9b75-dc190324f716,AP® Macroeconomics: Challenging Concepts,By Davidson College via edX,,course|https://www.edx.org/course/ap-macroeconomics-challenging-concepts,macroeconomics,,,,,, -0dffe8aa-92f6-4af8-b6ce-058ad81a0f95,AP® Macroeconomics,By Davidson College via edX,,course|https://www.classcentral.com/course/edx-ap-macroeconomics-5924,macroeconomics,,,,,, -b0ff9a0a-2fe8-4d37-9858-672e66645531,Preparing for the AP Physics 1 Exam,By Boston University via edX,,course|https://www.classcentral.com/course/edx-preparing-for-the-ap-physics-1-exam-2511,physics,,,,,, -a701731a-49af-45de-8b26-ab2464705bd1,The Best Start in Life: Early Childhood Development for Sustainable Development,By SDG Academy via edX,,course|https://www.classcentral.com/course/edx-the-best-start-in-life-early-childhood-development-for-sustainable-development-8499,child-development;sustainability;education,,,,,, -47220168-d1a4-4357-bb39-0b7aa5992046,AP® Psychology - Course 6: Exam Preparation & Review,By The University of British Columbia via edX,,course|https://www.edx.org/course/ap-psychology-course-6-exam-preparation-review,psychology,,,,,, -fcd7a3d9-0c83-4c82-890b-279b0c7ba197,AP® Psychology - Course 5: Health and Behavior,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-ap-psychology-course-5-health-and-behavior-6108,psychology,,,,,, -5f77e036-a6b0-45fc-b7ae-37ec0160c989,Teaching Statistics Through Data Investigations,By Friday Institute via MOOC-ED,,course|https://place.fi.ncsu.edu/local/catalog/course.php?id=4&ref=1,statistics;teaching,,,,,,oer -b77485c3-905c-43de-9d21-b9b0a6caf371,AP® Psychology - Course 0: Introduction,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-ap-psychology-course-0-introduction-9252,psychology,,,,,, -b7804965-8c8c-4fc3-b1da-8b735ee20b24,AP® Psychology - Course 4: How Behavior Works,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-ap-psychology-course-4-how-behavior-works-6109,psychology,,,,,, -05e01583-170f-4b4d-86b8-7d57c977134d,AP® Psychology - Course 3: How the Mind Works,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-ap-psychology-course-3-how-the-mind-works-6101,psychology,,,,,, -81df1a35-c847-42bd-b205-da1d0ab3605d,An Introduction to Evidence-Based Undergraduate STEM Teaching,By Boston University via edX,,course|https://www.classcentral.com/course/edx-an-introduction-to-evidence-based-undergraduate-stem-teaching-6994,learning;teaching,,,,,, -2cbc1dbd-92dc-4a41-942d-dc7303e919da,Teaching the Beauty and Joy of Computing Curriculum,By Friday Institute via MOOC-ED,,course|https://www.classcentral.com/course/mooc-ed-teaching-the-beauty-and-joy-of-computing-curriculum-12218,computer-science;teaching,,,,,, -b8cf16f5-f858-4957-bf8f-fc428808118b,AP® Psychology - Course 2: How the Brain Works,By The University of British Columbia via edX,,course|https://www.edx.org/course/ap-psychology-course-2-how-the-brain-works,psychology,,,,,, -fbbef45a-876c-4c9b-baf7-4d05496536dc,AP® Psychology - Course 1: What is Psychology?,By The University of British Columbia via edX,,course|https://www.classcentral.com/course/edx-ap-psychology-course-1-what-is-psychology-6103,psychology,,,,,, -051d38e5-4daf-4f54-8af5-d54fa9598c8b,Erasmus+ funding opportunities for schools,By School Education Gateway - Teacher Academy via Independent,,course|https://www.classcentral.com/course/independent-erasmus-funding-opportunities-for-schools-10774,europe;school;education,,,,,, -05893716-dee5-490c-9e37-138d9ef0b5ae,Making Sense of Teaching in UK Higher Education (HE),By University of Sunderland via Canvas Network,,course|https://www.canvas.net/browse/university-of-sunderland/courses/teach-uk-he,teaching;education;nations/uk,,,,,, -c11d6814-32f7-434c-a868-0e8ceae9b115,Your Adventure Story: From Home to a US University,By University of Denver via Canvas Network,,course|https://www.canvas.net/browse/univ-denver/courses/home-to-us-university,education;nations/usa,,,,,, -269825d3-0091-464b-8863-0e89f5e2de97,Get Coding with Snap!,By via openSAP,,course|https://www.classcentral.com/course/opensap-get-coding-with-snap-12138,programming-languages/snap,,,,,, -3c14262b-9bc0-4184-807a-56c70887803a,Embracing Language Diversity in Your Classroom,By School Education Gateway - Teacher Academy via Independent,,course|http://academy.schooleducationgateway.eu/en/web/1089600?utm_medium=internal&utm_source=schooleducationgateway.eu&utm_campaign=Language_MOOC&utm_content=course+catalogue,education;teaching;language,,,,,, -36b52785-9f4b-479f-98ba-72f1d3aa9f31,StudioX: Creating a Course with edX Studio,By via edX,,course|https://www.edx.org/course/studiox-creating-a-course-with-edx-studio,software-tools/edx-studio;education,,,,,, -6e9c509f-8eb7-4067-a225-cdb893755041,Learning Analytics in Higher Education,By Universidad Carlos iii de Madrid via edX,,course|https://www.edx.org/course/moving-towards-systematic-adoption-of-learning-analytics-in-higher-education,analytics;education,,,,,, -80c29074-6c59-46da-8df3-a066dd92b633,Supporting Special Educational Needs in Every Classroom,By School Education Gateway - Teacher Academy via Independent,,course|http://academy.schooleducationgateway.eu/en/web/1105092,education;disability,,,,,, -484ce081-3763-47a8-92c4-41dcbd45f2d5,Growing with Canvas (K-12/HE),By via Canvas Network,,course|https://www.canvas.net/browse/cn-pd/courses/growing-with-canvas,software-tools/canvas,,,,,, -c3372883-2690-46a4-adc3-7a0f523f2578,STEM Is Everywhere!,By European Schoolnet Academy via Independent,,course|https://old.europeanschoolnetacademy.eu/web/stem-is-everywhere,science,,,,,, -f9474243-08e9-42c1-96c0-c6f4d681df52,"Design in the Classroom with Cooper Hewitt, Smithsonian Design Museum",By Smithsonian Institution via edX,,course|https://www.edx.org/course/design-in-the-classroom-with-cooper-hewitt-smithsonian-design-museum,design;design-thinking;school;education,,,,,, -2b816a2f-81bb-4f2c-b597-acc082fe98fb,Open eTwinning: Project-Based Learning and the Community for Schools in Europe,By School Education Gateway - Teacher Academy via Independent,,course|http://academy.schooleducationgateway.eu/en/web/1130644?utm_medium=internal&utm_source=schooleducationgateway.eu&utm_campaign=Open+eTwinning+MOOC&utm_content=course+catalogue,europe;school,,,,,, -d692ae17-8dd7-4f27-a448-b5d49f1b9582,IT Fundamentals for Business Professionals: Software development,By Universitat Politècnica de València via edX,,course|https://www.edx.org/course/it-fundamentals-for-business-professionals-software-development,software-project-management,,,,,, -32490891-7450-4021-b35d-f97b76e620d3,IT Fundamentals for Business Professionals: Cybersecurity and social implications,By Universitat Politècnica de València via edX,,course|https://www.edx.org/course/it-fundamentals-for-business-professionals-social-implications,computer-security,,,,,, -917d16fa-e74e-47d8-94c5-da9605a122fa,IT Fundamentals for Business Professionals: Programming,By Universitat Politècnica de València via edX,,course|https://www.classcentral.com/course/edx-it-fundamentals-for-business-professionals-programming-3785,programming,,,,,, -7caaf68d-77e7-4200-ac19-498c33dc153d,IT Fundamentals for Business Professionals: Hardware,By Universitat Politècnica de València via edX,,course|https://www.classcentral.com/course/edx-it-fundamentals-for-business-professionals-hardware-3786,hardware,,,,,, -20a96dbd-a622-400c-9598-1448441ae71f,IT Fundamentals for Business Professionals: Enterprise Systems,By Universitat Politècnica de València via edX,,course|https://www.edx.org/course/it-fundamentals-for-business-professionals-enterprise-systems,information-technology;business,,,,,, -88397d31-82a4-490e-bef9-d122ed49c05c,"College Readiness – Reading, Writing and Math",By Broward College via Canvas Network,,course|https://www.canvas.net/browse/broward/courses/college-readiness,university;reading;writing;mathematics,,,,,, -5feb4b4c-b826-4756-b348-f30c65b0bfd9,Teaching Critical Thinking through Art with the National Gallery of Art,By Smithsonian Institution via edX,,course|https://www.classcentral.com/course/edx-teaching-critical-thinking-through-art-with-the-national-gallery-of-art-12637,thinking;art;critical-thinking,,,,,, -0e0c7175-9131-4634-aa58-a9da81f9b455,Leading Ambitious Teaching and Learning,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-leading-ambitious-teaching-and-learning-7347,teaching;learning;school,,,,,, -6c54a608-0291-4528-95ab-0f78bb0a9b43,Introduction to Simulation Education in Healthcare,By University of Tennessee via edX,,course|https://www.edx.org/course/introduction-to-simulation-education-in-healthcare,simulation;education;healthcare,,,,,, -c175f2d3-230f-4d7f-9731-9d9489ec2a15,Foundations of Teaching Science and Engineering,By École Polytechnique Fédérale de Lausanne via edX,,course|https://www.edx.org/course/foundations-of-teaching-science-and-engineering,teaching;science;engineering,,,,,, -cfb03e4e-410b-42a9-8957-dfd52e69baae,IELTS Academic Test Preparation,By University of Queensland via edX,,course|https://www.edx.org/course/ielts-academic-test-preparation-0,ielts,,,,,, -ea0b45ae-985e-4627-9454-27982b8db2bd,“Yes I can” – Empowering Student Learning,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-yes-i-can-empowering-student-learning-11778,learning;teaching,,,,,, -abb86719-13a3-44ff-a7cf-5d1def7a9d03,Developing Your Educational Leadership and Management Vision,By University of Newcastle via edX,,course|https://www.edx.org/course/developing-your-educational-leadership-and-management-vision-2,education;leadership,,,,,, -9fc9328a-71ba-4228-a76f-5b42e751d84f,Europeana in your classroom: building 21st-century competences with digital cultural heritage,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-europeana-in-your-classroom-building-21st-century-competences-with-digital-cultural-heritage-10739,education;teaching;culture;europe,,,,,, -caf34a64-fa59-47ad-a249-6f16eb254acb,Analytics for the Classroom Teacher,By Curtin University via edX,,course|https://www.edx.org/course/analytics-for-the-classroom-teacher-0,analytics;education;teaching,,,,,, -9dcfec41-430f-4821-943d-070bb0b0cd24,Introduction to Family Engagement in Education,By Harvard University via edX,,course|https://www.classcentral.com/course/edx-introduction-to-family-engagement-in-education-6513,education;school,,,,,, -f8f79157-84f0-4b1c-a69b-db481da6e73c,Computational Thinking and Design,By Friday Institute via MOOC-ED,,course|https://place.fi.ncsu.edu/local/catalog/course.php?id=13&ref=1,computational-thinking;education,,,,,,oer -b3f0ca9a-5b6c-4eb1-9f5e-ba0200d0ddf4,Design Thinking for Leading and Learning,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/design-thinking-for-leading-and-learning-0,design-thinking;teaching,,,,,, -82aea98c-41de-45e0-8f34-7482df003296,"A-level Mathematics for Year 12 - Course 2: Calculus, Newton’s Laws and Hypothesis Testing",By Imperial College London via edX,,course|https://www.classcentral.com/course/edx-a-level-mathematics-for-year-12-course-2-calculus-newton-s-laws-and-hypothesis-testing-13416,calculus;physics;hypothesis-testing;mathematics,,,,,, -9859a814-1dad-4a63-95f3-477751a8d1cb,edX101: Overview of Creating an edX Course,By via edX,,course|https://www.edx.org/course/edx101-overview-of-creating-an-edx-course-2,software-tools/edx;education,,,,,, -ae8ad32d-667f-4c7e-aaf9-e9c50390cb65,BlendedX: Blended Learning with edX,By via edX,,course|https://www.edx.org/course/blendedx-blended-learning-with-edx-2,software-tools/edx;education,,,,,, -615a653b-e369-4bac-8491-41139caadff0,VideoX: Creating Video for the edX Platform,By via edX,,course|https://www.classcentral.com/course/edx-videox-creating-video-for-the-edx-platform-6318,software-tools/edx;education,,,,,, -7f7b5637-fa5d-47fd-a2a2-5352632a98d3,Reconciliation Through Indigenous Education,By The University of British Columbia via edX,,course|https://www.edx.org/course/reconciliation-through-indigenous-education-1,education;diversity,,,,,, -7feaa805-11e0-4905-9c39-5c5738cb00b9,Genius Matters (K-12/HE),By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-genius-matters-k-12-he-14371,education;teaching,,,,,, -0ac027f0-6010-42cc-a8d0-5458764d9be1,Attaining Higher Education,By Columbia University via edX,,course|https://www.edx.org/course/attaining-higher-education,university;education,,,,,, -5aca2790-eb6f-48f5-a7bc-e9206f0e4f6e,Enumerative Combinatorics,,,website|http://www-math.mit.edu/~rstan/ec/,catalan-numbers;combinatorics,,,,,,oer -9eef6cba-f7ed-40b7-affd-0bf48e5e3cec,Teaching the Computer Science Discoveries Course,By Friday Institute via MOOC-ED,,course|https://place.fi.ncsu.edu/local/catalog/course.php?id=19&ref=1,computer-science;teaching,,,,,,oer -93cd04c1-8d43-4c06-90c5-0d2647700e33,Scratch: Programming for Kids (8+),By Delft University of Technology via edX,,course|https://www.edx.org/course/scratch-programming-for-kids-9,programming-languages/scratch;computer-science,,,,,, -6ae88621-c215-49cd-82c6-5cef19bb7c19,Scratch: Programming for Teachers,By Delft University of Technology via edX,,course|https://www.classcentral.com/course/edx-scratch-programming-for-teachers-12211,programming-languages/scratch;computer-science;teaching,,,,,, -6f696daf-f0e3-4048-8df9-9dbae82d5f7c,Tools for Academic Engagement in Public Policy,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-tools-for-academic-engagement-in-public-policy-13431,academics;nations/usa;governance,,,,,, -be6e62a3-59e7-4dd2-aa21-0e5f9a277ea2,Boosting Bioeconomy Knowledge in Schools,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-boosting-bioeconomy-knowledge-in-schools-13548,education;bioeconomy;teaching,,,,,, -14382311-1e10-4830-9cee-dd565cc25c6c,Designing and Leading Learning Systems,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-designing-and-leading-learning-systems-7243,education,,,,,, -bd158d41-d2ab-4af1-b7b0-4259e55b5dad,Introduction to Data Wise: A Collaborative Process to Improve Learning & Teaching,By Harvard University via edX,,course|https://www.edx.org/course/introduction-to-data-wise-a-collaborative-process-to-improve-learning-teaching-2,education;teaching,,,,,, -d2a5af7b-ad87-4e07-b3ef-e8a58ffc81a0,Envisioning the Graduate of the Future,By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/envisioning-the-graduate-of-the-future-0,education,,,,,, -70c572af-5e10-4967-989d-88dc1210de10,Hybrid to Online with Jupyter,By George Washington University via Independent,,course|https://www.classcentral.com/course/independent-hybrid-to-online-with-jupyter-13613,teaching;software-tools/jupyter,,,,,, -0ed15237-5262-4fec-8245-f364f95e3866,Teaching Historical Inquiry with Objects,By Smithsonian Institution via edX,,course|https://www.classcentral.com/course/edx-teaching-historical-inquiry-with-objects-3320,teaching;history,,,,,, -6d8f3423-6d48-4095-afe0-230b2ccd91de,Inquiry-Based Teaching in Life Sciences,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-inquiry-based-teaching-in-life-sciences-10741,teaching;science;biology,,,,,, -6346bf58-5bcc-4775-88c5-b3fea4ee7386,Social Media Literacy for Change,By European Schoolnet Academy via Independent,,course|https://www.classcentral.com/course/independent-social-media-literacy-for-change-13540,social-media;education,,,,,, -3b767817-8c40-487d-886d-0518cc95fb3e,On Ramp to AP* Biology,By Weston High School via edX,,course|https://www.classcentral.com/course/edx-on-ramp-to-ap-biology-3732,biology,,,,,, -a5abb9df-7313-453b-871b-173b931acb9a,Bullying - NOT in my class! Creating safe learning environments for students,By School Education Gateway - Teacher Academy via Independent,,course|https://www.classcentral.com/course/independent-bullying-not-in-my-class-creating-safe-learning-environments-for-students-13501,education;bullying,,,,,, -287cff80-ef14-412b-aac9-ddad4309ff34,AP® Physics 2: Challenging Concepts,By Davidson College via edX,,course|https://www.classcentral.com/course/edx-ap-physics-2-challenging-concepts-6847,physics,,,,,, -626ee4f3-50af-42a1-b292-59dd8b716f93,On-Ramp to AP* Physics C: Mechanics,By Weston High School via edX,,course|https://www.classcentral.com/course/edx-on-ramp-to-ap-physics-c-mechanics-2531,physics,,,,,, -460f79c7-3528-46e9-bacb-e8f9f0d04e64,On-Ramp to AP® French Language and Culture,By Weston High School via edX,,course|https://www.edx.org/course/on-ramp-to-ap-french-language-and-culture,languages/french;nations/france;culture,,,,,, -33124bb2-659b-4381-93c9-fa46a5c5176f,AP® Physics 1: Challenging Concepts,By Davidson College via edX,,course|https://www.edx.org/course/ap-physics-1-challenging-concepts-2,physics,,,,,, -03204369-2c4a-4393-8dfb-91a28ffcb13b,Classroom Strategies for Inquiry-Based Learning,By The University of Texas at Austin via edX,,course|https://www.edx.org/course/classroom-strategies-for-inquiry-based-learning-2,education,,,,,, -8600a07d-076e-44d2-b2c6-d97ec6300523,TOEFL® Test Preparation: The Insider’s Guide,By ETS via edX,,course|https://www.classcentral.com/course/edx-toefl-test-preparation-the-insider-s-guide-6344,toefl,,,,,, -34b0e729-e966-498e-a8e2-d5266bc5cd36,Learning with creativity: Let the game begin!,By School Education Gateway - Teacher Academy via Independent,,course|https://www.schooleducationgateway.eu/en/pub/teacher_academy/catalogue/detail.cfm?cbmid=6195144,learning;play;games;education,,,,,, -7d6f7f5d-a768-4e70-88b5-f7cf18e28fae,Inclusive Teaching: Supporting All Students in the College Classroom,By Columbia University via edX,,course|https://www.edx.org/course/inclusive-teaching-supporting-all-students-in-the-college-classroom,education;diversity,,,,,, -0de53b24-1646-440b-b754-f02803f7e2a9,Improvement Science in Education,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-improvement-science-in-education-7244,education;science,,,,,, -d392a2cd-cdab-4a8a-bb2a-e27fbfb9dddd,Postgraduate Academic Literacy for Management and Business Students,By University of the Witwatersrand via edX,,course|https://www.classcentral.com/course/edx-postgraduate-academic-literacy-for-management-and-business-students-13083,academics;research,,,,,, -ac17180e-2034-41d1-857c-362f58ac8531,"Teaching Artists, Audiences and Communities",By Sydney Opera House via Kadenze,,course|https://www.kadenze.com/courses/teaching-artists-audiences-and-communities-iii/info,teaching;art;education,,,,,, -a1786268-287f-4513-b614-4f1a5b526751,The Work of Teaching Artists,By Sydney Opera House via Kadenze,,course|https://www.classcentral.com/course/kadenze-the-work-of-teaching-artists-9856,teaching;art;education,,,,,, -0bc409f1-6a17-4c7c-a67a-7d5e837b4882,The Places of Teaching Artistry,By Sydney Opera House via Kadenze,,course|https://www.kadenze.com/courses/the-places-of-teaching-artistry-iii/info,teaching;art;education,,,,,, -e0029741-0956-4d80-b6eb-40fa0654c3c2,Hands-on training on Solar Study Lamp Assembly,By Indian Institute of Technology Bombay via edX,,course|https://www.edx.org/course/hands-on-training-on-solar-study-lamp-assembly,solar-power;sustainability,,,,,, -03d36ac8-024e-4eee-8fd3-97aaaf5f1db2,Question Everything: Scientific Thinking in Real Life,By University of Queensland via edX,,course|https://www.edx.org/course/question-everything-scientific-thinking-in-real-life-1,science;thinking,,,,,, -ca6e3ac0-b28f-4f2c-baf6-b21b47162bf1,Case Studies in Continuous Educational Improvement,By University of Michigan via edX,,course|https://www.classcentral.com/course/edx-case-studies-in-continuous-educational-improvement-7245,education,,,,,, -f7e59e2b-71f6-416c-a5b7-e9fecf217148,Education Research that Matters: Finding and Reading Research for Teachers,By University of Birmingham via FutureLearn,,course|https://www.futurelearn.com/courses/finding-and-reading-research,education;research,,,,,, -457ba55b-ce60-40f1-88df-6ff2c098e572,Mentoring in Schools,By School Education Gateway - Teacher Academy via Independent,,course|http://academy.schooleducationgateway.eu/en/web/mentoring-in-schools,education;mentoring,,,,,, -f9e42b77-21b9-42a2-8577-bc0a1e1ae963,Engineering the Future: Creating the Amazing,By University of York via FutureLearn,,course|https://www.futurelearn.com/courses/creating-the-amazing-engineering-the-future,engineering,,,,,, -522209d3-5534-465c-9bd4-50f95bea3790,An Introduction to Teaching Vocabulary,By Babcock Education via FutureLearn,,course|https://www.futurelearn.com/courses/developing-vocabulary,language;vocabulary;teaching,,,,,, -abd258c6-4a49-4b50-aafd-732b197639e8,Prepare to Run a Code Club,By Raspberry Pi Foundation via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-prepare-to-run-a-code-club-9557,programming;teaching,,,,,, -b0f15a0d-45c0-4874-a401-c8a1798a4d21,Introducing Assessment for Learning,By National STEM Learning Centre via FutureLearn,,course|https://www.futurelearn.com/courses/introducing-assessment-for-learning,teaching;learning,,,,,, -60e1911c-e9a5-4723-9b5d-32f65d963719,Intercultural Competency in Education,By University of Iceland via edX,,course|https://www.classcentral.com/course/edx-intercultural-competency-in-education-13756,culture;communication,,,,,, -f0e9a96c-2ba9-4d13-a500-284642c50de9,"Religion, Radicalisation, Resilience",By GREASE via FutureLearn,,course|https://www.futurelearn.com/courses/religion-radicalisation-resilience,school;religion;terrorism;social-science,,,,,, -998588ac-a392-4e78-9646-73a696098fe3,Testing Times in the Classroom: Challenges of 21st Century Education,By University of Exeter via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-testing-times-in-the-classroom-challenges-of-21st-century-education-12436,education,,,,,, -43605c91-24da-44c4-9eef-4c3f268e7f14,Academic Skills for University Success: Capstone,By The University of Sydney via Coursera,,course|https://www.classcentral.com/course/coursera-academic-skills-for-university-success-capstone-6692,academics;university,,,,,, -c0827c1a-920b-4d43-8a58-cb4d86f7c47e,Managing Behaviour for Learning,By National STEM Learning Centre via FutureLearn,,course|https://www.futurelearn.com/courses/managing-behaviour-for-learning,teaching,,,,,, -0a356abd-e07d-46a1-950b-d8a7cb52c1ff,Using Technology in Evidence-Based Teaching and Learning,By Chartered College of Teaching via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-using-technology-in-evidence-based-teaching-and-learning-13064,education;edtech,,,,,, -193636d3-191b-42c2-83d9-042d1f465007,Introduction to Learning and Teaching in Higher Education,By University of New South Wales via FutureLearn,,course|https://www.futurelearn.com/courses/learning-teaching-university,teaching;learning,,,,,, -d413120b-6bd7-4d1a-9552-b335e6187c04,Kickstart Your Career: Getting Ahead at University,By Queensland University of Technology via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-kickstart-your-career-getting-ahead-at-university-7626,university,,,,,, -2ad8ccad-4e62-4474-b6af-756d5cfa9937,Blended Learning Essentials: Embedding Practice,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-blended-learning-essentials-embedding-practice-4886,learning;education,,,,,, -cdfbbd65-257c-478f-bfe2-7903f291a46e,Teaching English Online,By Cambridge English Language Assessment via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-teaching-english-online-11510,teaching;languages/english,,,,,, -be07e074-a729-4c4a-8fc4-269e482d4851,Our Solar System and Beyond: Teaching Primary Science,"By Royal Observatory, Greenwich via FutureLearn",,course|https://www.classcentral.com/course/futurelearn-our-solar-system-and-beyond-teaching-primary-science-9111,solar-systen;science;teaching,,,,,, -2fdb98bd-4b72-4d1f-9717-fd66666f9163,An Introduction to Computer Networking for Teachers,By Raspberry Pi Foundation via FutureLearn,,course|https://www.futurelearn.com/courses/introduction-to-networking,computer-networking,,,,,, -b9e6ac0a-4852-40dd-8c52-839a6ab9f4f4,Planning for Learning: Formative Assessment,By National STEM Learning Centre via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-planning-for-learning-formative-assessment-11981,learning,,,,,, -7137de30-07e9-4655-87c3-1a23e2435579,Introduction to Cybersecurity for Teachers,By Raspberry Pi Foundation via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-cybersecurity-for-teachers-13709,computer-security,,,,,, -1ce37338-66d8-490e-bbd7-5bba1ab7e9bc,"Competency-Based Education: The Why, What, and How",By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/competency-based-education-the-why-what-and-how-2,education;competency-based-education,,,,,, -c743f63c-f4c8-42ea-822a-5d59ed0dfc8b,"Instructional Design: Digital Media, New Tools and Technology",By University System of Maryland via edX,,course|https://www.edx.org/course/instructional-design-digital-media-new-tools-and-technology-1,instructional-design;education;edtech,,,,,, -06515cc2-8077-4a89-835c-f22381c8ce5d,Leading Transformative Change in Education,By University of Newcastle via edX,,course|https://www.edx.org/course/leading-transformative-change-in-education-2,education;leadership,,,,,, -ee43d6ac-b714-4d2b-912a-731d5d5cfc91,Instructional Design and Technology: Learning Theories,By University System of Maryland via edX,,course|https://www.edx.org/course/instructional-design-and-technology-learning-theories-0,instructional-design;learning,,,,,, -637af59c-bdca-4f92-b7b8-9c71e08e7272,Virtual Teacher Final Project,"By University of California, Irvine via Coursera",,course|https://www.classcentral.com/course/coursera-virtual-teacher-final-project-2875,education,,,,,, -511992a7-0626-4e09-aa92-479179c37570,Start a CoderDojo Club,By Raspberry Pi Foundation via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-start-a-coderdojo-club-10731,programming;teaching,,,,,, -80e85870-6ea7-40c7-9d99-df619be8deb6,The Online Educator: People and Pedagogy,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-online-educator-people-and-pedagogy-10735,education,,,,,, -e191da07-8736-4810-b1a2-5e26fc301e5b,Introduction to Educational Design in Higher Education,By University of New South Wales via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-introduction-to-educational-design-in-higher-education-8190,education;higher-education,,,,,, -7af9e110-cca0-4cea-9158-6de35c8a1a17,Impact of Technology: How To Lead Classroom Discussions,By Raspberry Pi Foundation via FutureLearn,,course|https://www.futurelearn.com/courses/impact-of-technology,teaching;computer-science,,,,,, -2ace06f4-35f0-4008-9e2c-16a3065835d5,Blended Learning Essentials: Developing Digital Skills,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/blended-learning-digital-skills,learning,,,,,, -c75e5da9-ac78-4b31-8b91-5e442e8d5cab,Teaching Intermediate Grammar Project,"By University of California, Irvine via Coursera",,course|https://www.coursera.org/learn/teaching-english-grammar-project,grammar;teaching,,,,,, -59818e73-01f1-428c-9e94-168b664cf971,Understanding Maths and Logic in Computer Science,By Raspberry Pi Foundation via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-maths-and-logic-in-computer-science-13237,mathematics;logic;computer-science,,,,,, -d12e9046-444b-4c6b-8bd5-cd6103e222e8,Understanding Computer Systems,By Raspberry Pi Foundation via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-computer-systems-13238,computer-science,,,,,, -45d521d2-bbdd-4574-9d1a-f2a217b404e8,Introduction to Enhancing Learning and Teaching in Higher Education,By University of New South Wales via FutureLearn,,course|https://www.futurelearn.com/courses/enhancing-learning-and-teaching,education,,,,,, -feef5518-411e-4068-9210-73c778f93085,Teaching Students Who Have Suffered Complex Trauma,By Queensland University of Technology via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-teaching-students-who-have-suffered-complex-trauma-10581,teaching,,,,,, -e17cefcd-77ca-4036-893c-c6084b299cab,Creating Apps in the Classroom,By Queensland University of Technology via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-creating-apps-in-the-classroom-11541,teaching,,,,,, -3fd15aaf-1839-47ad-8b78-1a39a0326d82,Teaching Phonics in Early Childhood,By Queensland University of Technology via FutureLearn,,course|https://www.futurelearn.com/courses/teaching-phonics,teaching;phonics,,,,,, -540acdd6-3a93-47ea-b5eb-98b909acb844,Programming 101: An Introduction to Python for Educators,By Raspberry Pi Foundation via FutureLearn,,course|https://www.futurelearn.com/courses/programming-101,programming;programming-languages/python,,,,,, -f0cd4fe7-5bd8-4534-ba5c-6142e74ef6a2,Instructional Design Models,By University System of Maryland via edX,,course|https://www.edx.org/course/instructional-design-models-2,instructional-design;education,,,,,, -5383a6ec-7a47-418d-b557-959caa34b6e7,Learn Moodle 3.7 Basics,By Moodle via Independent,,course|https://www.classcentral.com/course/independent-learn-moodle-3-7-basics-3070,software-tools/moodle,,,,,, -6493a4e0-92c5-4e86-bc42-67e20782d215,Launching Innovation in Schools,By Massachusetts Institute of Technology via edX,,course|https://www.classcentral.com/course/edx-launching-innovation-in-schools-7386,education,,,,,, -981e32b4-cd88-49cc-be6a-ea30886003c4,Educational leadership,"By Indian Institute of Technology, Kharagpur via Swayam",,course|https://swayam.gov.in/nd1_noc19_mg35/preview,education;leadership,,,,,, -9b388f52-993c-4a2a-9280-fb10ed412407,Designing Learner-Centric MOOCs,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-designing-learner-centric-moocs-13043,mooc;education,,,,,, -2a6c33ae-a91f-4fbd-957e-bba24a1513ca,Inspiring Young People in STEM: Resources for Activities and Promoting Diversity,By National STEM Learning Centre via FutureLearn,,course|https://www.futurelearn.com/courses/stem-volunteering-resourcing-diversity,teaching;science;diversity,,,,,, -5d135e54-735e-4f9e-a35b-124dbc6f8f35,TALE 2: Course Design and Instruction of Engineering Course,By Indian Institute of Technology Bangalore via Swayam,,course|https://swayam.gov.in/nd1_noc19_ge17/preview,engineering;education;teaching,,,,,, -5d7b1ff7-fb06-47f6-847c-1bf1d99f02f6,Designing learner-centric e-learning in STEM disciplines,By Indian Institute of Technology Bombay via Swayam,,course|https://www.classcentral.com/course/swayam-designing-learner-centric-e-learning-in-stem-disciplines-13999,education;science,,,,,, -6a804bc8-ef80-47d8-942c-85c4e52e7c1e,Introduction To Learning Analytics,By Indian Institute of Technology Bombay via Swayam,,course|https://swayam.gov.in/nd1_noc19_ge20/preview,education;analytics,,,,,, -854f514d-394c-4738-af5a-92c49425eb93,Teaching And Learning in General Programs: TALG,By Indian Institute of Technology Bangalore via Swayam,,course|https://www.classcentral.com/course/swayam-teaching-and-learning-in-general-programs-talg-14321,teaching;nations/india,,,,,, -fa711c8c-0772-498d-a48a-0baa7667e61f,Tinkering Fundamentals: Motion and Mechanisms,By Exploratorium via Coursera,,course|https://www.coursera.org/learn/tinkering-motion-mechanisms,tinkering;science,,,,,, -17fa9462-1518-4947-abac-0b0d7fd30c4e,Intervention and Teaching Strategies for Visually Impaired,By CEC via Swayam,,course|https://www.classcentral.com/course/swayam-intervention-and-teaching-strategies-for-visually-impaired-14136,teaching;disability,,,,,, -17ba35c6-7d58-48c5-8715-b4ad390c5b85,Learning Online: Reflecting and Sharing,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/reflecting-and-sharing,learning,,,,,, -2383c078-377a-4a1b-8273-e3b2803df97e,pytudes/Probability.ipynb at master · norvig/pytudes · GitHub,,,code|https://github.com/norvig/pytudes/blob/master/ipynb/Probability.ipynb,probability,,,,,,oer -6a95458e-a40a-4e55-97af-3588eab648a4,"Providing Social, Emotional, Behavioral, and Special Education Services in School",By University of Colorado System via Coursera,,course|https://www.classcentral.com/course/coursera-providing-social-emotional-behavioral-and-special-education-services-in-school-12825,education;school,,,,,, -ebcb7bc9-8498-499a-b47e-291a405efbcd,Basic Concepts in Education,"By Principal, Thiagarajar College of Preceptors, Madurai via Swayam",,course|https://swayam.gov.in/nd2_cec19_ed07/preview,education,,,,,, -932157ec-d0a8-42ef-a308-8be303264f8c,Learning Online: Searching and Researching,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/searching-and-researching,learning,,,,,, -cd9c1912-d10d-42f8-bd97-544be05afa97,Inspiring Young People in STEM: Communication Skills for STEM Ambassadors,By National STEM Learning Centre via FutureLearn,,course|https://www.futurelearn.com/courses/stem-volunteering-communicating,teaching;science;communication,,,,,, -f536c3cf-2fda-43a0-867d-21a0a7703400,Information & Digital Literacy for University Success,By The University of Sydney via Coursera,,course|https://www.classcentral.com/course/coursera-information-digital-literacy-for-university-success-6690,university;information-technology,,,,,, -f7ca5355-2886-41f2-99ba-d680965f2f02,The Science of Learning,By National STEM Learning Centre via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-the-science-of-learning-10576,learning;education,,,,,, -5fba1584-a14b-44da-9a9d-a75a5d35491b,Learning Online: Learning and Collaborating,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-learning-online-learning-and-collaborating-5015,university;learning,,,,,, -ffc28ef8-fa81-42df-9d20-5128511fe661,Learning Online: Managing Your Identity,By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/online-identity,university;learning,,,,,, -546b4269-130f-4c7f-86dd-dac3e4218a02,Preparing for the Google Cloud Professional Data Engineer Exam,By Google Cloud via Coursera,,course|https://www.classcentral.com/course/coursera-preparing-for-the-google-cloud-professional-data-engineer-exam-12822,google-cloud,,,,,, -1e317b59-6d56-4787-8e9f-21fc69321a1c,Prepare for Your SAP Business ByDesign Certification – Application Associate,By via openSAP,,course|https://www.classcentral.com/course/opensap-prepare-for-your-sap-business-bydesign-certification-application-associate-14430,software-tools/sap,,,,,, -5b70f12c-6b01-4980-ab35-fcd05622555e,TESOL Certification Program (K-12/HE),By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-tesol-certification-program-k-12-he-8484,education,,,,,, -529a3c4d-8ceb-4de0-a9ad-2c38f2e3cebd,Action Learning for Inclusion,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-action-learning-for-inclusion-11790,urban-planning;education,,,,,, -93f2cc14-cc0c-4b69-aff6-e1f40676c77c,Build Your Own Snap! Workshop,By via openSAP,,course|https://www.classcentral.com/course/opensap-build-your-own-snap-workshop-13395,programming-languages/snap;education,,,,,, -14fd11c2-dd89-4df6-94ea-d8711f2161b1,Using Open Educational Resources in Teaching,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.pok.polimi.it/courses/course-v1:Polimi+OER101+2019_M4/about,teaching;education;open-educational-resources,,,,,, -7357fb72-402b-4214-970e-8ace1fdf9df5,New Assessment Strategies - The magic of feedback,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-new-assessment-strategies-the-magic-of-feedback-10149,education;assessment,,,,,, -a0e39c71-a284-45a0-8c3f-02971bcb92c3,To Flip Or Not To Flip - Discover the flipped classroom methodology,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.pok.polimi.it/courses/course-v1:Polimi+FC101+2019_M3/about,education;flipped-classroom,,,,,, -bd12b3eb-c1b8-4545-9766-a377d38a2321,Engaging Students in Active Learning,By via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-engaging-students-in-active-learning-9299,education,,,,,, -4354919b-5d9a-4977-a2df-bd7f2bc3391e,DTransform101 - D-TRANSFORM: University Strategies in the Digital Age,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.classcentral.com/course/polimi-open-knowledge-dtransform101-d-transform-university-strategies-in-the-digital-age-8815,university;education,,,,,, -b7d4c1ff-f5f8-45d0-8bfa-b2e16fffed24,Designing with Open Educational Resources (OER),By University System of Maryland via edX,,course|https://www.classcentral.com/course/edx-designing-with-open-educational-resources-oer-13544,education;open-educational-resources,,,,,, -f9519f7e-25cf-40e4-94b1-b976d2167910,Personal Risk Reduction In Insecure Contexts,By Politecnico di Milano via Polimi OPEN KNOWLEDGE,,course|https://www.pok.polimi.it/courses/course-v1:Polimi+PRR101+2019_M6/about,travel;safety,,,,,, -941b7d2a-6593-418e-b0d5-6c1dae5b2fb3,Developing Your Research Project,By University of Southampton via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-developing-your-research-project-2138,academics;research,,,,,, -cf651bb0-a004-460d-bbf1-d33bef64d9b4,Learning Differences,By Friday Institute via MOOC-ED,,course|https://place.fi.ncsu.edu/local/catalog/course.php?id=2&ref=1,learning;education,,,,,,oer -52cb0379-2c63-4648-a2de-39126a0a2399,Contemporary Approaches to University Teaching (HE),By Swinburne University of Technology via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-contemporary-approaches-to-university-teaching-he-9948,university;teaching,,,,,, -5f47bf53-f17f-46df-a3f8-45f115227ac6,Organization and Management of Early Childhood Care and Education Centres,By CEC via Swayam,,course|https://swayam.gov.in/nd2_cec19_mg34/preview,education;children,,,,,, -0a91fe2f-c3ce-4bc3-b3a0-63d54187989c,"BioGraph: Teaching Biology Through Systems, Models, & Argumentation",By Massachusetts Institute of Technology via edX,,course|https://www.edx.org/course/biograph-teaching-biology-through-systems-models-argumentation-2,biology;systems-thinking;teaching;complex-systems,,,,,, -d98658d0-6741-4d5b-9ddb-8dc5b12b6a65,Contemporary India and Education,By CEC via Swayam,,course|https://swayam.gov.in/nd2_cec19_ed03/preview,education;nations/india,,,,,, -d29272b9-c7a3-4c53-a7ed-b2693ebac11c,Instructional Design,"By Mahatma Gandhi University, Kerala via Swayam",,course|https://www.classcentral.com/course/swayam-instructional-design-14128,instructional-design;education,,,,,, -edb2e5ee-9789-4e9a-b5b0-f9c4e8a649b1,Educational Technology,By CEC via Swayam,,course|https://www.classcentral.com/course/swayam-educational-technology-14026,education;edtech,,,,,, -0ddc42ee-4d45-4daa-998c-de165a946778,Early Childhood Care and Education (ECCE),By UGC via Swayam,,course|https://swayam.gov.in/nd2_ugc19_hs28/preview,education;children,,,,,, -8656eec8-d47b-4bba-a805-7855f58667c4,Education in Contemporary India,By CEC via Swayam,,course|https://www.classcentral.com/course/swayam-education-in-contemporary-india-14024,education;nations/india,,,,,, -9e2d3f76-43b7-4318-a205-0423662bb21c,Professional Development for Early Career Teachers,By University of East Anglia via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-professional-development-for-early-career-teachers-9975,teaching;careers,,,,,, -18fdb576-e934-4a83-85f5-3fdbe0df517d,"Curriculum, Adaptation & Teaching Strategies for Visual Impaired",By CEC via Swayam,,course|https://www.classcentral.com/course/swayam-curriculum-adaptation-teaching-strategies-for-visual-impaired-13976,education;disability,,,,,, -e4008569-3ca8-411d-b583-d131357aaba3,School Organization: Administration and Management,"By Providence College of Teacher Education for Women, Calicut via Swayam",,course|https://swayam.gov.in/nd2_cec19_ed02/preview,school;management,,,,,, -f0c35f57-2bb2-4666-88fa-fdedf87c6e80,ICT Skills in Education,By Central University of Kashmir via Swayam,,course|https://www.classcentral.com/course/swayam-ict-skills-in-education-14115,education;edtech,,,,,, -356117d1-d0d8-4d8d-9f8e-cc208f87d6d0,Design and Facilitation of E-Learning Courses,By IGNOU via Swayam,,course|https://swayam.gov.in/nd2_nou19_ed11/preview,education,,,,,, -3f536974-8a7c-4b34-b4fc-bcd83f857330,How to survive the first weeks at ATGM (Avans),By Avans University of Applied Sciences via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-how-to-survive-the-first-weeks-at-atgm-avans-9151,education,,,,,, -787b5017-7428-46ab-af80-8db0f27ee525,Learning Creative Learning,By Massachusetts Institute of Technology via Independent,,course|https://www.classcentral.com/course/independent-learning-creative-learning-641,learning;education,,,,,, -5fb909b7-5833-47a0-84e9-7eaa284b6df3,Designing an Exemplary Course,By via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-designing-an-exemplary-course-784,education,,,,,, -80f288f9-f91b-4b1d-9a84-e13bcf605064,Blended Teaching of World Languages,By via Independent,,course|http://ltmooc.com/default.php,teaching;language,,,,,, -bdcbddd7-0625-400a-8700-279e68f8549b,Games in Education: Gamification,By via OpenLearning,,course|https://www.openlearning.com/courses/gamify/,gamification;education;learning,,,,,, -db5e580a-e050-4b93-9cd3-548ae4894fa4,ELT Techniques: Vocabulary,By WizIQ via Independent,,course|https://www.classcentral.com/course/independent-elt-techniques-vocabulary-1043,education,,,,,, -b80f0ad7-a010-4203-a4bd-c8d368118ace,Badges: New Currency for Professional Credentials,By WICHE Cooperative for Educational Technologies via Open Education by Blackboard,,course|https://coursesites.com/?course_id=_264998_1,edtech;education,,,,,, -7d013801-7c76-4bf9-828c-022432b8e1fe,Overcoming Barriers of Technology Adoption,By via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-overcoming-barriers-of-technology-adoption-1289,edtech,,,,,, -a5fe9a5c-c928-4d83-90c1-12f701950665,The Equipartitioning Learning Trajectory: a K-5 Foundation for Rational Number Reasoning,By via Independent,,course|https://place.fi.ncsu.edu/EquipartitioningF13/faq.html,mathematics;learning,,,,,,oer -c3c7e124-d638-43a5-8b92-6bbc5d27605c,Online Instruction for Open Educators,By via Independent,,course|http://wideworlded.org/online-instruction-for-open-educators/,teaching,,,,,, -4e06e1ed-d536-43af-905a-25583a814b93,New School Creation,By High Tech High via Independent,,course|https://newschoolcreation.appspot.com/course,school;management,,,,,, -5daf4912-d627-4eba-a426-4dbad4dc1a56,Moodle MOOC 3,By WizIQ via Independent,,course|http://integrating-technology.wiziq.com/course/36159-moodle-mooc-3,software-tools/moodle,,,,,, -5e56e385-f6fe-4841-aef2-a4f0fb40412a,International Learning Designs Challenge,"By Institute of Education, University of London via Open Education by Blackboard",,course|https://www.classcentral.com/course/open-education-by-blackboard-international-learning-designs-challenge-1802,education,,,,,, -5a99eeb3-0a75-4b0b-9b72-35ddbb67e4f1,Multicultural Resources for Diverse Populations,By Drexel University College of Computing & Informatics via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-multicultural-resources-for-diverse-populations-1801,education;diversity,,,,,, -683b7474-ff7c-476d-874d-07f68937636f,World Class Teaching,By Friday Institute via MOOC-ED,,course|https://www.classcentral.com/course/mooc-ed-world-class-teaching-2382,teaching,,,,,, -8737a15f-25a7-428e-a048-886b63562f5e,Carpe Diem - Learning Design,By Swinburne University of Technology via Open Education by Blackboard,,course|https://coursesites.com/?course_id=_303612_1,education,,,,,, -46d084ae-6170-46ae-8bcb-c9687fe52cc7,Mastering Language for the Common Core State Standards: Focus on Mathematics in Elementary Grades,By Stanford University via NovoEd,,course|https://www.novoed.com/mastering-language-common-core-2,teaching;mathematics,,,,,, -85e99a74-a71c-4f9e-bde3-c88fd02b04eb,Scaling up Excellence - How to run a world class MOOC,By Taylor's University via OpenLearning,,course|https://www.classcentral.com/course/openlearning-scaling-up-excellence-how-to-run-a-world-class-mooc-2334,mooc;education,,,,,, -4fb26d40-e009-4c0f-ac83-e330f4fefd16,Learning from Your Students: A Lab Course in Formative Assessment Practice in the Era of the Common Core State Standards,By Stanford University via NovoEd,,course|https://www.classcentral.com/course/novoed-learning-from-your-students-a-lab-course-in-formative-assessment-practice-in-the-era-of-the-common-core-state-standards-2037,education;assessment,,,,,, -d8cffd69-f394-43aa-9476-a9d221e93d11,Learn How to Play Chess,By Chesscademy via Independent,,course|https://www.classcentral.com/course/independent-learn-how-to-play-chess-2386,chess,,,,,, -9b4d19a7-bd27-4a12-a4e5-13d3b68382de,OpenKnowledge: Changing the global course of learning,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-openknowledge-changing-the-global-course-of-learning-2176,learning;culture,,,,,, -4056cbbe-cc54-4f63-a920-e9461deaf15b,Teaching Computing: Part 1,By University of East Anglia via FutureLearn,,course|https://www.futurelearn.com/courses/teaching-computing-stem,computer-science,,,,,, -e646b12a-4d37-4852-92e7-d4f6eda1089d,Supporting English Language Learners under New Standards,By Stanford University via NovoEd,,course|https://www.classcentral.com/course/novoed-supporting-english-language-learners-under-new-standards-2457,languages/english;teaching,,,,,, -6e6a6045-393a-4252-85e8-31d74806bcdb,Constructive Classroom Conversations: Mastering Language for College and Career Readiness (Secondary),By Stanford University via NovoEd,,course|https://www.classcentral.com/course/novoed-constructive-classroom-conversations-mastering-language-for-college-and-career-readiness-secondary-1854,teaching,,,,,, -46492d46-555d-4378-8c38-b1a1a84c2775,Constructive Classroom Conversations: Mastering Language for College and Career Readiness (Elementary),By Stanford University via NovoEd,,course|https://www.novoed.com/classroom-conversations-elementary-fall-2014,teaching,,,,,, -17680394-d5d3-4234-ba80-fd9186bf47a6,Supporting English Language Learners under New Standards,By Oregon State University via Independent,,course|https://ecampus.oregonstate.edu/open/english-language-learners/,languages/english;teaching,,,,,,oer -958ad1e4-5f80-4efb-8634-e107dfa3d355,Teachers + Web 2.0 = Creative Classrooms,By Wilkes University via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-teachers-web-2-0-creative-classrooms-2932,teaching;edtech,,,,,, -84163f1c-6174-44bd-994a-8a2cd681df48,7 Steps to Building a Great Online Course,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-7-steps-to-building-a-great-online-course-2602,education,,,,,, -cda96fb2-a770-483f-b672-2db2d9edf347,"Tinker, Make & Learn",By via Canvas Network,,course|https://www.canvas.net/courses/tinker-make-learn,tinkering;learning;science,,,,,, -3c45ad13-0e05-4ed3-85bf-9b891cab3ce4,Adventures in Blended Learning,By Concordia University Wisconsin via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_211_1,education;blended-learning,,,,,, -a58dd893-7b9f-4b67-8d74-fd68d9fa6165,Helping History Teachers Become Writing Teachers,By via Canvas Network,,course|https://www.canvas.net/courses/helping-history-teachers-become-writing-teachers,writing;teaching,,,,,, -71d0383e-dd03-46a5-aad5-6c82628b8984,Introduction to Learning Technologies,By University of Saskatchewan via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-introduction-to-learning-technologies-2887,edtech,,,,,, -25631a61-1756-4c15-9a34-d21be739eaf7,Secret Sharing Explained Visually,,,video|https://www.youtube.com/watch?v=iFY5SyY3IMQ,cryptography,,,,,,oer -41d44357-47b5-4baf-a95d-7571c17ca368,Seven Essential Practices for Developing Academic Oral Language and Literacy in Every Subject,By Stanford University via NovoEd,,course|https://www.novoed.com/developing-academic-language-literacy,language;academics;education,,,,,, -473881d3-5afc-4c13-b971-05e13f718072,Reading for Understanding: Literacy for Learning in the 21st Century,By WestEd via Canvas Network,,course|https://www.canvas.net/courses/reading-for-understanding-literacy-for-learning-in-the-21st-century-2,reading;learning;teaching,,,,,, -2aef7f8d-8522-4544-aa8c-97943d240688,Minecraft for Educators,By University of Hull via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-minecraft-for-educators-2395,software-tools/minecraft;education,,,,,, -10f557b3-8306-4823-8069-691757248489,Digital Literacies II,By San Diego County Office of Education via Canvas Network,,course|https://www.canvas.net/courses/digital-literacies-ii-2,edtech,,,,,, -4beb1505-7b29-4d30-ab68-cebaaa649a73,Supporting eLearners,By London South Bank University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-supporting-elearners-2925,education,,,,,, -4277cc08-988c-4d59-8e87-aa04a86e3e06,Reflective Practice for Adult Educators,By Institute for Adult Learning via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-reflective-practice-for-adult-educators-3167,education,,,,,, -95d147e0-f610-412f-ac3b-7ecc4a5ed105,Election 2015 for AS Level Politics,By University of Leeds via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-election-2015-for-as-level-politics-3247,political-science;teaching;nations/uk,,,,,, -162d89a1-5abd-4a92-8c78-66177b9688d4,Design and Deliver Blended Learning,By Institute for Adult Learning via Canvas Network,,course|https://www.canvas.net/browse/ial/courses/design-deliver-blended-learning,blended-learning;education,,,,,, -cc450e8d-7800-49ce-9d46-05262f17a01c,Supporting Students with Learning Disabilities in the Writing Classroom,By Beacon College via Canvas Network,,course|https://www.canvas.net/browse/beaconcollege/courses/supporting-students-learning-disabilities,writing;disability;education,,,,,, -41ab77f1-6536-468f-8292-be262ee74dee,GE001x: The Art of Teaching,By GEMS Education via edX,,course|https://courses.edx.org/courses/GEMSx/GE001x/1T2015/course/,teaching,,,,,, -91c1803d-fefc-49ca-a48c-701427976b37,Helping Adults Learn by Using Appropriate Instructional Methods,By Institute for Adult Learning via Canvas Network,,course|https://www.canvas.net/browse/ial/courses/helping-adults-learn,teaching,,,,,, -045da503-8ae5-4ab1-8bbf-cb91cbbee107,Sharing Promising Practices: Supporting Youth Mental Health & Wellbeing,By Dalhousie University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-sharing-promising-practices-supporting-youth-mental-health-wellbeing-3381,mental-health;children,,,,,, -5c113814-99f3-49c5-800f-1f7cc25fa472,Gamification Design,By Play Jugo via iversity,,course|https://iversity.org/en/courses/gamification-design-2015,gamification,,,,,, -bf88f344-d50f-4815-b729-8a2d0089cafa,Instructional Design for Mobile Learning,By via Canvas Network,,course|https://www.canvas.net/courses/instructional-design-mobile-learning,instructional-design;education,,,,,, -d6f4e139-2092-4ca5-aec7-a0c8fcaedcf9,Mastering Academic Research: Information Skills for Successful Students,By Florida Institute of Technology via Canvas Network,,course|https://www.canvas.net/browse/canvasnet/courses/mastering-academic-research-information-1,academics;research,,,,,, -cb17fde6-2652-42da-a3c4-07ed8570870b,Self-Blended Learning Movement,By Concordia University Wisconsin via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_458_1,education,,,,,, -930f19c4-2d76-40de-abab-353f40c17467,Parenting in the Digital Age,By Noblesville Schools via Canvas Network,,course|https://www.canvas.net/browse/noblesvillesd/courses/parenting-in-the-digital-age-1,parenting,,,,,, -7ac1c8e1-d7f1-45ad-b910-e5fbcf47a762,Becoming a Dynamic Educator,By Bowling Green State University via Canvas Network,,course|https://www.canvas.net/browse/bgsu/courses/dynamic-educator,education,,,,,, -ac80bc94-e83c-4b18-94c0-475ed9412ca6,Social Learning for Social Impact,By McGill University via edX,,course|https://www.edx.org/course/social-learning-social-impact-mcgillx-groocx,education;sociology,,,,,, -6d7e1c27-d1ad-4106-9252-97606ad6507e,Inquiry Through Science & Engineering Practices,By Montana State University via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-inquiry-through-science-engineering-practices-2935,science;engineering;education,,,,,, -9401f995-4462-4d5d-ad02-55639aaff4e3,Leading the Digital Learning Transition,By Friday Institute via MOOC-ED,,course|https://www.classcentral.com/course/mooc-ed-leading-the-digital-learning-transition-1612,education,,,,,, -dd373bc0-a580-4a4b-9c49-74a9dc187980,Personalized and Student-Centered Learning,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-personalized-and-student-centered-learning-3174,education,,,,,, -f6e08a44-8441-46d4-811a-1bf43e416fb1,Differentiation: A strategy for all students,By Knox Grammar School via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-differentiation-a-strategy-for-all-students-3387,education,,,,,, -2e3d90ea-6957-427a-8ca1-b17960197937,Introduction to Online Learning,By Spokane Falls Community College via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-introduction-to-online-learning-4426,education,,,,,, -b3d292a2-a587-4863-a46e-461007144b06,Constructive Classroom Conversations: Mastering Language for the Common Core State Standards,By Stanford University via NovoEd,,course|https://www.novoed.com/classroom-conversations-fall-2015,common-core;language;education,,,,,, -b697bfdc-9126-48e5-8cfa-9a3894747cc4,30 Days of TED,By Canyons School District via Canvas Network,,course|https://www.canvas.net/browse/canyonssd/courses/30-days-of-ted-2,education,,,,,, -614fb657-0014-4be2-a6e8-f4769ffaf725,LUCS.1x: Preparing for the AP* Computer Science A Exam — Level Up! Part 1,"By University of California, Berkeley via edX",,course|https://www.edx.org/course/preparing-for-the-ap-computer-science-a-exam-level-up-part-1,computer-science,,,,,, -1f00c623-54d7-44b4-b27f-5d3ed9a972da,Study Skills for Academic Success,By University of Northampton via Open Education by Blackboard,,course|https://www.classcentral.com/course/open-education-by-blackboard-study-skills-for-academic-success-1883,academics;learning,,,,,, -0762311f-e313-4648-a703-0b066ef7b38b,Web Accessibility MOOC for Online Educators,By Portland Community College via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-web-accessibility-mooc-for-online-educators-2673,web;accessibility;education,,,,,, -2549b65f-34c6-4c2d-836d-d4f7f6f98f53,Teaching Library Research Strategies,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-teaching-library-research-strategies-2895,research;libraries,,,,,, -e140fb32-d8f6-42a5-9292-fdc451507c1e,Gaming Literacy and Learning,By New York Institute of Technology via Canvas Network,,course|https://www.canvas.net/browse/nyit/courses/gaming-literacy-and-learning-2,games;learning,,,,,, -55cccc67-cb60-4118-99b1-309bcb43ede1,Force and Motion: Pedagogical Content Knowledge for Teaching Physics,By Boston University via edX,,course|https://www.classcentral.com/course/edx-force-and-motion-pedagogical-content-knowledge-for-teaching-physics-4497,physics;teaching,,,,,, -60fb3fb2-1d70-4548-978a-4b5000d306a4,Managing Behaviour for Learning,By National Science Learning Centre via Canvas Network,,course|https://www.canvas.net/browse/nationalscilc/courses/managing-behaviour-3,teaching,,,,,, -64d994b8-dc0c-4328-8f4c-42917be2db68,LearnToMod For Educators,"By University of California, San Diego via Coursera",,course|https://www.classcentral.com/course/coursera-learntomod-for-educators-4931,software-tools/minecraft;education;teaching;programming,,,,,, -c469a481-4903-439f-b526-6fb00c335a36,How to Navigate Paying for College,By Elgin Community College via Desire2Learn,,course|https://opencourses.desire2learn.com/d2l/error/404/log?targetUrl=http%3A%2F%2Fopencourses.desire2learn.com%3A80%2Fcat%2Fcourse%2Fhow-to-pay-college-7370%2F,university,,,,,, -dc31c967-bc4d-4f89-b5a1-9bf585791f4f,Technology-Enhanced Learning,By University of Leicester via EMMA,,course|https://www.classcentral.com/course/emma-technology-enhanced-learning-4116,education;edtech,,,,,, -c17f457c-8f8b-4f38-be3b-c7c27880daec,Learning Design,By University of Leicester via EMMA,,course|https://platform.europeanmoocs.eu/course_learning_design,education,,,,,, -9695e2cf-5088-4302-884c-3b8089407a21,LUCS.2x: Preparing for the AP* Computer Science A Exam — Level Up! Part 2,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-lucs-2x-preparing-for-the-ap-computer-science-a-exam-level-up-part-2-2541,computer-science,,,,,, -181f071f-9b5d-4156-9332-52202e20edd7,Chem.1x: Preparing for the AP* Chemistry Exam - Part 1,By Cooper Union via edX,,course|https://www.edx.org/course/preparing-for-clep-chemistry-part-1,chemistry,,,,,, -9679d579-7411-4643-a6ce-43d8fcf97e30,Building Middle School Computational STEM and PBL NASA Activities,By University of North Texas via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-building-middle-school-computational-stem-and-pbl-nasa-activities-5172,tinkering;science,,,,,, -0c6d18e0-9492-45d0-93fc-ebd8c9355cc2,Learning through ePortfolios,By SUNY Empire State College via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-learning-through-eportfolios-5173,learning,,,,,, -c5f56660-b5bf-46aa-94b0-ed7f16a0c9b9,Mars: The Next Frontier,By Space Center Houston Education via Canvas Network,,course|https://www.canvas.net/browse/canvasnet/spacecenter/courses/mars-the-next-frontier-2,mars;science,,,,,, -125aa4bd-f90b-42a0-b7b0-4c57b63b239f,Bringing STEM to Light: Teaching about Light and Optics,By LASER Classroom via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-bringing-stem-to-light-teaching-about-light-and-optics-3676,optics;teaching,,,,,, -6b7b0bd5-ec2f-4393-baa9-41128d5af684,Teaching Adults: For new (and newish) Teachers,By Renton Technical College via Canvas Network,,course|https://www.canvas.net/browse/rentontechnicalcollege/courses/teaching-adults,teaching,,,,,, -2ff0e35d-aed9-4607-8fc8-f5229647e47b,LUCS.3x: Preparing for the AP* Computer Science A Exam — Level Up! Part 3,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-lucs-3x-preparing-for-the-ap-computer-science-a-exam-level-up-part-3-2545,computer-science,,,,,, -815bb0cb-17d9-490a-80b6-bfaebe6214b4,Postgraduate Skills for Academic Success,By University of Northampton via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_828_1,academics,,,,,, -1853f9b0-92d0-477d-8b51-57006be2df0c,Integrating English Language Development and Content Area Learning: A Conversation-Based Approach,By Stanford University via NovoEd,,course|https://www.novoed.com/developing-academic-language-literacy-winter-2016,languages/english;teaching,,,,,, -5f9f86cc-a666-4020-b76e-bc1b6bf25585,Classroom Management: Designing Routines and Procedures (Project-Centered Course),By Relay Graduate School of Education via Coursera,,course|https://www.classcentral.com/course/coursera-classroom-management-designing-routines-and-procedures-project-centered-course-5714,teaching;classroom-management,,,,,, -30f07a9d-4602-48f4-9168-505e507d8421,"What is a Learning Ecosystem, and Why Does It Matter?",By Metropolitan Community College via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-what-is-a-learning-ecosystem-and-why-does-it-matter-5781,learning,,,,,, -b8f42e81-2991-44bb-8102-717bcc9ef861,Design Thinking for K-12 Educators,By College of William & Mary via Canvas Network,,course|https://www.canvas.net/browse/cwm/courses/design-thinking-k12,design-thinking;education,,,,,, -cfeb7a8d-3f3a-4fca-9741-cee5d07bd5e3,LUCS.4x: Preparing for the AP* Computer Science A Exam — Level Up! Part 4,"By University of California, Berkeley via edX",,course|https://www.classcentral.com/course/edx-lucs-4x-preparing-for-the-ap-computer-science-a-exam-level-up-part-4-2547,computer-science,,,,,, -120c7f07-af1f-4918-9a1b-2b3e62dcccbd,Teachers Without Borders: Educating Girls,By Teachers Without Borders via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-teachers-without-borders-educating-girls-2396,education;women,,,,,, -f7040ac0-2a3b-4c4c-8c18-2d466d170618,Foundations of Teaching for Learning Capstone: The Reflective Practitioner,By Commonwealth Education Trust via Coursera,,course|https://www.classcentral.com/course/coursera-foundations-of-teaching-for-learning-capstone-the-reflective-practitioner-3175,teaching,,,,,, -23a45c18-6bfb-418c-909a-376fde72f753,Introduction to Digital Curation,By University College London via Independent,,course|https://extendstore.ucl.ac.uk/product?catalog=UCLXIDC25uDH16,learning,,,,,, -6bb5d1b6-01a8-44a2-93f6-df6b661fa54c,Digitally Enhanced Learning & Teaching,By London South Bank University via Canvas Network,,course|https://www.canvas.net/browse/londonsouthbank/courses/digitally-enhanced-learning,education;edtech,,,,,, -852df764-39e2-4b72-be0d-0a889f26eba7,Creating Engaging Environments for English Language Classrooms,By University of Oregon via Canvas Network,,course|https://www.canvas.net/browse/uoregon/courses/engaging-environments-english,teaching;languages/english,,,,,, -2cb6db4d-dd20-4a9d-b647-3dadc8aa8ef6,Advancing Learning through Evidence-Based STEM Teaching,By Vanderbilt University via Coursera,,course|https://www.classcentral.com/course/coursera-advancing-learning-through-evidence-based-stem-teaching-5912,science;teaching,,,,,, -aa5f992f-b2d1-4652-b467-ebd7c0e19dae,Digital library in principle and practice,By University of Parma via EMMA,,course|https://www.classcentral.com/course/emma-digital-library-in-principle-and-practice-5887,libraries,,,,,, -11f284a5-b537-4d7b-a080-f28f108b0f32,Teaching Speaking & Listening Skills,By via Canvas Network,,course|https://www.canvas.net/browse/canvasnet/courses/teaching-speaking-and-listening,speaking;listening;communication;teaching,,,,,, -f85547ce-6e7c-486f-a973-5ea1c3fb017c,College Readiness Math MOOC,By University of Wisconsin–La Crosse via Desire2Learn,,course|https://opencourses.desire2learn.com/d2l/error/404/log?targetUrl=http%3A%2F%2Fopencourses.desire2learn.com%3A80%2Fcat%2Fcourse%2Fcollege-readiness-mathmooc-7385%2F,mathematics;algebra;geometry,,,,,, -98b219ea-5482-407e-8aff-5e45f65e81b6,Prior Learning Assessment for Educators and Industry,By Colorado Community College System via Canvas Network,,course|https://www.canvas.net/browse/cccs/courses/prior-learning-assessment-5,education;assessment,,,,,, -2de1f2c8-6c78-4d3c-875f-e7f2c2e7eadb,Advanced Skills for Academic Success,By University of Northampton via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_1002_1,academics,,,,,, -8149f313-632a-4e9c-a34d-c2163739518c,(K-12) Teaching Math Through Problem-Solving K-12,By New Teacher Center via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-k-12-teaching-math-through-problem-solving-k-12-6712,mathematics;problem-solving;teaching,,,,,, -0a5e7d21-1b05-4e07-8ad3-ca7bc552bfaa,(K-12) Integrating Technology in the K-12 Classroom,By New Teacher Center via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-k-12-integrating-technology-in-the-k-12-classroom-6722,edtech,,,,,, -94938e2d-2db5-41ac-80bc-0ec22d2dc607,(K-12) Integrating CCRS and Literacy K-12,By New Teacher Center via Canvas Network,,course|https://www.canvas.net/browse/newteachercenter/courses/integrating-ccrs,teaching;literacy,,,,,, -2027a113-41c8-4fd7-9f11-f1625e24c245,(K-12) Communicating in Mathematics in the K-12 Classroom,By New Teacher Center via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-k-12-communicating-in-mathematics-in-the-k-12-classroom-6725,mathematics;teaching,,,,,, -0ee9ac9c-c705-4d20-848b-92f1bb53cbe3,Summer School in Sociologies of Education (SUSEES),By via EMMA,,course|https://www.classcentral.com/course/emma-summer-school-in-sociologies-of-education-susees-6052,education;sociology,,,,,, -9e177b55-a06b-4b0d-b3f9-5e2384a1d457,Instructional Design Service Course: Gain Experience for Good,By Designers for Learning via Canvas Network,,course|https://www.canvas.net/browse/designersforlearning/courses/instructional-design-service-2,instructional-design;education,,,,,, -ce9956de-91a1-4eb8-8e2d-84dc5c211729,He Named Me Malala: Inspiring Girls in STEM,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-he-named-me-malala-inspiring-girls-in-stem-6959,women;science,,,,,, -bef4a69d-ea22-428b-a4d6-e8683c186fa0,Providing Students with Useful Feedback,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-providing-students-with-useful-feedback-7129,teaching,,,,,, -14f1442e-4a69-4bd5-8acd-6e4674cca7d2,Designing for Deeper Learning: How to Develop Performance Tasks for the Common Core,By Stanford University via NovoEd,,course|https://www.novoed.com/designing-performance-tasks-fall-2016,assessment;teaching;common-core,,,,,, -5f42b648-29a9-43c8-8c6f-0dd634dcdcaf,Constructive Classroom Conversations: Mastering Language for College and Career Readiness,By Stanford University via NovoEd,,course|https://www.classcentral.com/course/novoed-constructive-classroom-conversations-mastering-language-for-college-and-career-readiness-3272,teaching;classroom-management;communication,,,,,, -762f34ef-4ae9-4a1d-acb8-cf771ea9544e,Web Accessibility MOOC for Educators,By Colorado Community College System via Canvas Network,,course|https://www.canvas.net/browse/cccs/courses/web-accessibility-mooc-for-educators-6,web;accessibility;education,,,,,, -7806796c-9e88-47eb-ba13-744e535066e0,Teaching Online: Reflections on Practice,By Kirkwood Community College via Canvas Network,,course|https://www.canvas.net/browse/kirkwoodcc/courses/teaching-online-reflections-on-practice-7,teaching,,,,,, -4371e93e-1461-45e0-a5aa-daa3df9765bd,Embracing Diversity in The Classroom,By via Canvas Network,,course|https://www.canvas.net/browse/acue/courses/diversity-in-the-classroom,education;diversity,,,,,, -6ce72a03-3044-4dc2-95d6-9f025b036cc1,Integrating CCRS and Literacy K-12,By New Teacher Center via Coursera,,course|https://www.coursera.org/learn/literacy-k12,literacy;teaching,,,,,, -0e805c9c-eaaa-4d31-8d15-d4b81b722684,What and How to Teach with Video,By via EMMA,,course|https://www.classcentral.com/course/emma-what-and-how-to-teach-with-video-6903,teaching;video,,,,,, -6966b27a-f894-485c-a623-a3c84fec75a1,Teaching for Change: An African Philosophical Approach,By Stellenbosch University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-teaching-for-change-an-african-philosophical-approach-6710,education;africa,,,,,, -f0fd57b1-3127-4465-b248-360e99e2833b,Integrating Technology in the K-12 Classroom,By New Teacher Center via Coursera,,course|https://www.classcentral.com/course/coursera-integrating-technology-in-the-k-12-classroom-6896,edtech,,,,,, -b9c72f52-ab5e-49be-af30-eebd81947128,Communicating in Math in the K-12 Classroom,By New Teacher Center via Coursera,,course|https://www.coursera.org/learn/communication-k12-math,school;mathematics;teaching;communication,,,,,, -2765a7e7-fcfe-4256-b38b-accc8d03c528,Teaching Math Through Problem-Solving K-12,By New Teacher Center via Coursera,,course|https://www.coursera.org/learn/math-through-problem-solving,mathematics;problem-solving;teaching,,,,,, -fc26dbc4-ecad-442c-911b-1d6e42f9dedb,How To MOOC Your Human Services,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-how-to-mooc-your-human-services-8081,mooc;non-profits,,,,,, -17a1e942-2d77-449a-b41f-b9c2bec111d1,(HE) BlendKit 2017: Becoming a Blended Learning Designer,By University of Central Florida via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-he-blendkit-2017-becoming-a-blended-learning-designer-1967,blended-learning;education,,,,,, -3eb5d482-48f5-4a64-beb9-79c3facd0d91,Outstanding Physical Education Lessons,By University of Birmingham via FutureLearn,,course|https://www.futurelearn.com/courses/outstanding-physical-education,physical-education;education,,,,,, -2c7f6fa3-6b39-4cff-bb0f-19d75a86524e,Disciplinary Literacy for Deeper Learning,By Friday Institute via MOOC-ED,,course|https://place.fi.ncsu.edu/local/catalog/course.php?id=6&ref=1,digital-literacy;education,,,,,,oer -aa90f238-6ef2-4e62-837e-b388a60c0b5c,(HE) Stepping Up: Exploring Frontline Leadership in Higher Education,By University of Canberra via Canvas Network,,course|https://www.canvas.net/browse/ucanberra/courses/explore-leadership-in-he,leadership;education,,,,,, -2c32e2c4-bb98-4497-b243-c9e41dff1af5,Designing Assessments to Measure Student Outcomes,By American Association of Colleges for Teacher Education via FutureLearn,,course|https://www.futurelearn.com/courses/assessments-student-outcomes,education;assessment,,,,,, -f333cca7-f17a-4a85-886c-6b34cd5da2f3,"College Readiness (SU17) – Reading, Writing and Math",By Broward College via Canvas Network,,course|https://www.canvas.net/browse/broward/courses/college-readiness-su17,reading;writing;mathematics,,,,,, -a1d45ea5-05f1-4ef4-8fbb-11285be66e95,(K-12) Online Teaching and Learning in K-12,By via Canvas Network,,course|https://www.canvas.net/browse/canvasnet/courses/online-k-12,teaching,,,,,, -7ebabd2a-7698-4eb7-8e3e-ffb8f97642d1,Math Refresher Course,By Utah Valley University via Canvas Network,,course|https://www.canvas.net/browse/uvu/courses/math-refresher-course,mathematics,,,,,, -fe83c4fe-b5b7-4039-aacb-795b143e2891,Innovative Collaborative Learning with ICT,By Universitat Pompeu Fabra via Canvas Network,,course|https://www.canvas.net/browse/valladolid-en/courses/innovative-collaborative-learning-en,collaborative-learning;edtech;education,,,,,, -2628506d-4ae7-451a-aa0f-84161f22ce8f,Teaching Online: Reflections on Practice,By Kirkwood Community College via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-teaching-online-reflections-on-practice-8916,teaching,,,,,, -f2af327e-9654-4aea-974f-45273f62239b,Tinkering Fundamentals: A Constructionist Approach to STEM Learning,By Exploratorium via Coursera,,course|https://www.classcentral.com/course/coursera-tinkering-fundamentals-a-constructionist-approach-to-stem-learning-867,tinkering;science,,,,,, -f929ac2b-7296-47b8-8315-983f4f9759b6,Using Data to Improve Student Outcomes,By American Association of Colleges for Teacher Education via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-using-data-to-improve-student-outcomes-7655,education;analytics,,,,,, -f90bd38b-0c8b-4e65-b63a-383176f147ba,Preparing for the AP Physics 1 Exam,By University of Houston System via Coursera,,course|https://www.classcentral.com/course/coursera-preparing-for-the-ap-physics-1-exam-3284,physics,,,,,, -3b2d0e92-e717-4418-b661-a47f8c1b4c74,"College Readiness (FL17) – Reading, Writing and Math",By Broward College via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-college-readiness-fl17-reading-writing-and-math-8955,reading;writing;mathematics,,,,,, -7cde8717-89df-457f-bf4c-adc6c1c12138,Foundations of Learning Experience Design,By via NovoEd,,course|https://app.novoed.com/novoed-learning-experience-design-5,pedagogy;instructional-design;education,,,,,, -0721efb0-9b0a-459a-a051-0092078977cf,"Girls' Education: Teaching Strategies That Develop Confidence, Resilience and Collaboration",By Girls' Day School Trust via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-girls-education-teaching-strategies-that-develop-confidence-resilience-and-collaboration-7165,teaching;psychology;women,,,,,, -a341be86-a789-49d5-b7e4-19df820eef97,(K-12) Engaging Students in Academic Discussions,By Constitutional Rights Foundation via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-k-12-engaging-students-in-academic-discussions-9413,teaching;social-science;history,,,,,, -31548f54-715d-4348-8347-c67d09d18f29,Improving Historical Reading & Writing,By National Council for the Social Studies via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-improving-historical-reading-writing-3634,writing;common-core,,,,,, -6a25e49f-b398-47f6-be60-83141f83bc0e,Architecting Microsoft Azure Solutions,By Microsoft via edX,,course|https://www.classcentral.com/course/edx-architecting-microsoft-azure-solutions-3881,software-tools/azure,,,,,, -8f4a99e7-d168-4dea-b0fb-a48c6ab82667,(HE) Teaching Flipped,By University of Utah via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-he-teaching-flipped-2278,teaching;education;flipped-classroom,,,,,, -5b54e44d-078d-482d-8c08-71a16723a93f,Supporting Learning Differences in Post-Secondary Environments,By Friday Institute via MOOC-ED,,course|https://place.fi.ncsu.edu/local/catalog/course.php?id=12&ref=1,education;university,,,,,,oer -a1c85224-7324-42b3-8f91-c2d0fb6132c3,First Year Teaching (Elementary Grades) - Success from the Start,By New Teacher Center via Coursera,,course|https://www.classcentral.com/course/coursera-first-year-teaching-elementary-grades-success-from-the-start-872,teaching,,,,,, -907ee8fa-0c6f-408b-9cfd-2e320c3e810b,Cantor’s Paradise – Medium,,,blog|https://medium.com/cantors-paradise,mathematics,,,,,,oer -b6b81fa1-e083-499b-8714-b3631aab5435,First Year Teaching (Secondary Grades) - Success from the Start,By New Teacher Center via Coursera,,course|https://www.coursera.org/learn/teaching-secondary,teaching,,,,,, -dd226c63-c8ba-43a2-be4d-c5b52f344086,Integrating Language Development and Content Learning in Math: Focus on Reasoning,By Stanford Graduate School of Education via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-integrating-language-development-and-content-learning-in-math-focus-on-reasoning-9081,mathematics;education,,,,,, -caf03894-a041-4e1b-aaa0-9bacd65677d3,Constructive Classroom Conversations: Improving Student-to-Student Interactions,By Stanford Graduate School of Education via Stanford OpenEdx,,course|https://lagunita.stanford.edu/courses/course-v1:Education+XEDUC201+Fall2017/about,teaching;classroom-management,,,,,,oer -227820a6-b429-4942-b7d8-86464e6a6faf,Challenging Behaviour: Strategies for Helping Young People,By via FutureLearn,,course|https://www.futurelearn.com/courses/challenging-behaviour,education;children;school;youth,,,,,, -94b2c14c-d43e-4bf5-9c93-7c0d21832d04,Smart Advice: Broadening Your Students’ Horizons,By UCAS via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-smart-advice-broadening-your-students-horizons-5743,education;nations/uk,,,,,, -84a1d4e9-7398-4fc8-9adf-92a3561fa550,Smart Choices: Broadening Your Horizons,By UCAS via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-smart-choices-broadening-your-horizons-6402,education;nations/uk,,,,,, -7c38f011-eb71-4173-8cf9-50c3353f2308,Aim Higher: Access to Higher Education for Refugees and Asylum Seekers,By Cambridge English Language Assessment via FutureLearn,,course|https://www.futurelearn.com/courses/aim-higher,education;refugees,,,,,, -f6cfe077-c4fb-417a-827b-dfd89cd72688,Learning English for Academic Purposes: First Steps,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/learning-english-academic-purposes-first-steps,languages/english,,,,,, -e5939d04-a630-4ddc-8b43-e958ad949c4f,Discover Your Value: Turning Experience into College Credit,By Bellevue University via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-discover-your-value-turning-experience-into-college-credit-1072,education;university,,,,,, -6278ad40-d05c-4b5a-b53f-5a3f11b7463e,Open Education and OERs Repositories,By IEEE via edX,,course|https://courses.edx.org/courses/course-v1:IEEEx+FOE01.x+3T2017/course/,education;open-educational-resources,,,,,, -3a340385-6fcc-4283-8b5c-0bf15bf09ed3,Coaching Teachers: Promoting Changes that Stick,By Match Teacher Residency via Coursera,,course|https://www.coursera.org/learn/coaching-teachers,teaching,,,,,, -2170f098-c062-4a72-9508-2ac7e2d946f8,Surviving Your Rookie Year of Teaching: 3 Key Ideas & High Leverage Techniques,By Match Teacher Residency via Coursera,,course|https://www.coursera.org/learn/rookie-teaching,teaching,,,,,, -fe7798a2-0ea4-4d3e-8cd5-1b9ae1c7469c,Create MOOCs to Make Your Non-profit Bigger and Better,By CultureLink via Canvas Network,,course|https://www.canvas.net/browse/culturelink/courses/mooc-make-nonprofit-bigger-better,mooc;non-profits,,,,,, -7caa6a1f-806a-4d56-af8f-eb2f0ae2e7c0,The Gateway Course,By The University of Sheffield via Open Education by Blackboard,,course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_603_1,education;healthcare,,,,,, -7faf884d-5308-4a14-a189-318f98b1392e,Fraction Foundations: Helping Students Understand Fractions,By Friday Institute via MOOC-ED,,course|https://place.fi.ncsu.edu/local/catalog/course.php?id=1&ref=1,mathematics;fractions;teaching,,,,,,oer -c0c81107-c15b-4ab0-8a77-e4fe657cc7e9,(HE) Explore Competency-Based Education,By Metropolitan Community College via Canvas Network,,course|https://www.canvas.net/browse/mcc/courses/competency-based-ed,education;competency-based-education,,,,,, -17e22008-125e-4c52-b68a-bc0e7097a96c,Designing E-Learning for Health,By The University of Nottingham via FutureLearn,,course|https://www.futurelearn.com/courses/e-learning-health,education;healthcare,,,,,, -360ba78c-979b-49b0-b4ad-0276beaa853e,Engaging and Empowering - How to Become an Effective Mentor for Vulnerable Youth,By via Canvas Network,,course|https://www.canvas.net/browse/culturelink/courses/engaging-empowering-vulnerable-youth,mentoring;youth,,,,,, -e93449ce-2a9e-4f1f-96b9-c7a6d948e97b,Teaching Your Subject in English,By Cambridge English Language Assessment via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-teaching-your-subject-in-english-6804,teaching;languages/english,,,,,, -27490acb-1448-4a8d-93c6-5e0d3a567e31,(HE) Concepts and Practice of Responsible Research and Innovation,By Universitat Pompeu Fabra via Canvas Network,,course|https://www.canvas.net/browse/pompeu-fabra/courses/concepts-research-innovation,research,,,,,, -179c2098-a31a-4cf3-ac2c-ed7990d4802a,Supporting Student Argumentation in English Language Arts and History/Social Studies,By Stanford University via Stanford OpenEdx,,course|https://www.classcentral.com/course/stanford-openedx-supporting-student-argumentation-in-english-language-arts-and-history-social-studies-10704,teaching;languages/english;language;communication;argumentation,,,,,, -80fcfaa9-eb5d-4f9f-a5f3-3b57c972945f,How To Teach Us,By High Tech High via Coursera,,course|https://www.coursera.org/learn/how-to-teach-us,teaching;assessment,,,,,, -192ea44d-b9fd-4258-af10-368d4ecb204f,Preparing for Open Days and UCAS Exhibitions,By UCAS via FutureLearn,,course|https://www.futurelearn.com/courses/ucas-exhibitions-and-uni-open-days,education,,,,,, -e8e3a60c-bfd6-419d-bb1c-d8a1af1889b6,Teaching for Success: Lessons and Teaching,By British Council via FutureLearn,,course|https://www.futurelearn.com/courses/english-language-teaching,teaching,,,,,, -902fa5d3-8662-4002-a401-87f1b69e37ec,English for Academic Purposes: a MOVE-ME Project Course,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-english-for-academic-purposes-a-move-me-project-course-8497,languages/english,,,,,, -20425840-854f-4eea-99fb-2ab9fce03067,(K-12/HE) Professional Development for English Teachers,By Ball State University via Canvas Network,,course|https://www.canvas.net/browse/bsu/courses/prof-dev-english-teachers,teaching;careers,,,,,, -0ce08c1c-fe03-4ffc-a572-8ffbba65daf9,Education through research : engineering in the classroom,By Sorbonne Paris Cité University via France Université Numerique,,course|https://www.fun-mooc.fr/courses/course-v1:USPC+37019+session01/about,education,,,,,, -ac3d1464-67bb-485c-bb5c-2401937795f8,Connectivism and Learning,By University of Naples Federico II via Federica,,course|https://www.federica.eu/c/connectivism_and_learning/,connectivism;learning,,,,,, -748ba5af-df36-4c3e-a122-45fd67ef0996,Erasmus+ Funding Opportunities for Youth,By SALTO-Youth via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-erasmus-funding-opportunities-for-youth-3490,europe;youth,,,,,, -2bba9725-a106-4437-b9b0-79f009a1b422,Teaching for Success: Learning and Learners,By British Council via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-teaching-for-success-learning-and-learners-6379,teaching;learning,,,,,, -33753728-0b1a-4a01-94d3-ddcad0e73b14,The Unbearable Lightness of Being (Paperback),By Milan Kundera,https://learn-awesome.github.io/assets/book_covers/9717.jpg,book|https://www.goodreads.com/book/show/9717.The_Unbearable_Lightness_of_Being,fiction,,,,,, -6d981a6b-d6cb-4dec-9e91-1d372e4ef96e,Building Character through Youth Social Action,By via FutureLearn,,course|https://www.futurelearn.com/courses/youth-social-action,youth;social-action;social-science,,,,,, -cb2f6507-190c-404b-9a12-bbf719558a5b,Exploring the World of English Language Teaching,By Cambridge English Language Assessment via FutureLearn,,course|https://www.futurelearn.com/courses/explore-elt,teaching;languages/english,,,,,, -e2a7fb2d-161a-43d1-8b38-f25f51a8448f,Teaching for Success: the Classroom and the World,By British Council via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-teaching-for-success-the-classroom-and-the-world-6380,teaching,,,,,, -c2a2acc0-677f-4bec-8b8f-396bd18fcd24,Introduction to Participatory Arts and Media,By University of Sunderland via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-introduction-to-participatory-arts-and-media-8626,art,,,,,, -ff20036e-bb7e-4e0f-9f76-902909f8106f,Inside IELTS: Preparing for the Test with the Experts,By Cambridge English Language Assessment via FutureLearn,,course|https://www.futurelearn.com/courses/cambridge-english-ielts,ielts;languages/english,,,,,, -6e0b1a01-436f-4843-a3dc-d7dce07d1ed2,Study Skills for International Students,By University of East Anglia via FutureLearn,,course|https://www.futurelearn.com/courses/study-skills-for-international-students,learning,,,,,, -e85a0bbc-c94a-4d1a-a7fe-2882f5a24251,Gateway to College Learning,By The University of Oklahoma via Janux,,course|https://janux.ou.edu/course.tag-nextthought-com-2011-10-ou-courseinfo-1137892804402093708-4744220335305761860.html,learning;university,,,,,,oer -e051ee7d-0fbb-4213-8065-1b44347dc655,Outcome based pedagogic principles for effective teaching,By NPTEL via Swayam,,course|https://www.classcentral.com/course/swayam-outcome-based-pedagogic-principles-for-effective-teaching-7917,pedagogy;teaching,,,,,, -e978fa42-1399-46d1-9b96-79eb04abd000,Technology Literacy – Level 3,By Colorado Community College System via Desire2Learn,,course|https://opencoursesstore.d2l.com/product?catalog=Technology_Literacy_L3_XnwM7WgSyVuVm0WGFbEhtaOMKXynaGNmLF,edtech;education,,,,,, -82cf7e6f-6cb4-4650-b09f-a0e993cd3df2,Technology Literacy – Level 1,By Colorado Community College System via Desire2Learn,,course|https://opencoursesstore.d2l.com/product?catalog=Technology_Literacy_L1_XnwM7WgSyVuVm0WGFbEhtaOM,edtech;education,,,,,, -9a58dc2b-4fcf-41a7-9a0c-0e694fd860d1,Technology Literacy – Level 2,By Colorado Community College System via Desire2Learn,,course|https://opencoursesstore.d2l.com/product?catalog=Technology_Literacy_L2_XnwM7WgSyVuVm0WGFbEhtaOMKXyna,edtech;education,,,,,, -3392449a-200e-4fea-b2b5-f8a7b6db417b,Inclusive Learning and Teaching Environments,By University of Southampton via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-inclusive-learning-and-teaching-environments-8564,education;teaching;diversity,,,,,, -b40d4ca8-817b-4801-80f9-a0be6a21f4fd,(HE) Exploring the Student Affairs in Higher Education Profession,By Colorado State University Online via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-he-exploring-the-student-affairs-in-higher-education-profession-1634,education,,,,,, -715b43cd-14a3-4425-9773-0e26b614bb58,University Governance and Academic Leadership,By Vrije Universiteit Brussel via Canvas Network,,course|https://www.canvas.net/browse/vub/courses/university-governance-academic-leadership,university;leadership;management,,,,,, -276eddfc-0d8a-4630-9bb0-6adf984bb954,Learning to Learn Online,By Athabasca University via Canvas Network,,course|https://www.canvas.net/browse/athabascauniversity/courses/learning-to-learn-online,learning,,,,,, -cc1f3d33-d6d2-467d-af6a-109c985cef9a,Professional Development for Teacher Trainers,By fhi360 via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-professional-development-for-teacher-trainers-12041,teaching;careers,,,,,, -57827e89-1a1f-464e-8bd1-f3cbc2201e36,Teaching Literacy Through Film,By The British Film Institute via FutureLearn,,course|https://www.futurelearn.com/courses/teaching-literacy-through-film,teaching;literacy;film,,,,,, -f013e85b-62bb-4e5f-9159-e25e09527d58,Assessment for Learning in STEM Teaching,By National STEM Learning Centre via FutureLearn,,course|https://www.futurelearn.com/courses/assessment-for-learning-stem,teaching;assessment,,,,,4.0, -3fa40b32-285b-402a-96f8-77b930fb9283,Using Peer Tutoring to Improve Student Reading,By Queen's University Belfast via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-using-peer-tutoring-to-improve-student-reading-10597,teaching,,,,,, -0f977dde-894e-4434-9561-ad671ff2ebbc,Multimodal Learning Analytics,By University of Texas Arlington via edX,,course|https://www.classcentral.com/course/edx-multimodal-learning-analytics-9137,big-data;software-tools/spark;education;analytics,,,,,, -d724a55c-2192-4d58-84e9-af746bcc94dd,Education in a Changing World,By via Open2Study,,course|https://www.classcentral.com/course/open2study-education-in-a-changing-world-1001,education,,,,,, -5a70d980-2ef6-44db-ab82-125999dbec95,The Art of Problem Posing,,,book|https://www.goodreads.com/book/show/835839.The_Art_of_Problem_Posing,teaching;learning,,,,,, -2a03842b-737d-4fda-8dd7-50aafb023bd1,Teaching Adult Learners,By Central Institute of Technology via Open2Study,,course|https://www.classcentral.com/course/open2study-teaching-adult-learners-903,teaching,,,,,, -3c6c4e0d-df77-453b-a65f-f406d11a308f,Becoming a Confident Trainer,By TAFE SA via Open2Study,,course|https://www.open2study.com/courses/becoming-a-confident-trainer,teaching,,,,,, -b8a7cac8-b689-4b93-beb5-64af1bc1e6cd,Problem-Based Learning and Learning Analytics: How to combine?,By Open Universiteit Nederland via Independent,,course|https://www.classcentral.com/course/independent-problem-based-learning-and-learning-analytics-how-to-combine-12470,learning;education;analytics,,,,,, -71444b54-febd-41e4-bd2b-cc58ec7cd22b,Early Childhood Education,By Gowrie Victoria via Open2Study,,course|https://www.classcentral.com/course/open2study-early-childhood-education-1000,children;education;learning,,,,,, -9d8ee3e1-adc3-4512-a539-c1e026c94295,(K-12) Teaching Principles for Language-Based Learning Disabilities,By via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-k-12-teaching-principles-for-language-based-learning-disabilities-8095,education;teaching;language;disability,,,,,, -d1d400cd-baa1-4706-b94a-eb290e130e55,(HE) Applying & Leading Assessment in Student Affairs,By Colorado State University Online via Canvas Network,,course|https://www.canvas.net/browse/csuonline/courses/apply-and-lead-assessment,assessment;education,,,,,, -444a54af-2849-4aa1-86b0-f033b069ff87,Fanning the Flames,By Lakeland College via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-fanning-the-flames-6347,university,,,,,, -4803a7e6-6dc7-4ca4-9172-2615c7a538b7,Tricks of the Trade,By Lakeland College via Desire2Learn,,course|https://opencoursesstore.d2l.com/product?catalog=lc_tott_WIN2019uDE6z3xhmxog298,university,,,,,, -8f894008-3ef0-42d7-8bfc-50fafb867a98,College Prep,By Lakeland College via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-college-prep-2930,university,,,,,, -831a4dab-e81e-4ebb-847a-d7510ef8acee,Effective Engineering Teaching In Practice,By Indian Institute of Technology Madras via Swayam,,course|https://onlinecourses.nptel.ac.in/noc19_ge02/,engineering;education;teaching,,,,,, -c0fd4323-3b3c-468d-b3a7-5701d6795529,Managing Intellectual Property in Universities,By Indian Institute of Technology Madras via Swayam,,course|https://www.classcentral.com/course/swayam-managing-intellectual-property-in-universities-12984,university;intellectual-property,,,,,, -92379f3d-3cf6-49b1-bcd5-e20e088b009d,Computational Thinking for K-12 Educators Capstone,"By University of California, San Diego via Coursera",,course|https://www.coursera.org/learn/computational-thinking-k12-educators-capstone,computational-thinking;education,,,,,, -9be53ace-aa0d-45fd-abe4-aa56e2186750,Understanding IELTS: Techniques for English Language Tests,By British Council via FutureLearn,,course|https://www.futurelearn.com/courses/understanding-ielts,ielts;languages/english,,,,,, -46e1bb07-1f49-4f54-8ba4-31a06c4692b2,Becoming a Better Teacher: Exploring Professional Development,By British Council via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-becoming-a-better-teacher-exploring-professional-development-8267,teaching,,,,,, -44800c10-92d2-49b1-a546-a2913f7bba41,Advancing Learning Through Evidence-Based STEM Teaching,By Boston University via edX,,course|https://www.classcentral.com/course/edx-advancing-learning-through-evidence-based-stem-teaching-6327,teaching,,,,,, -ea2358af-58ac-4d41-a26b-c734d6df40c6,Teaching Statistics Through Inferential Reasoning,By Friday Institute via MOOC-ED,,course|https://place.fi.ncsu.edu/local/catalog/course.php?id=11&ref=1,statistics;teaching,,,,,,oer -7028f827-6c00-435c-9a33-379fd9e0af4f,Teaching Foundational Reading Skills,By Friday Institute via MOOC-ED,,course|https://place.fi.ncsu.edu/local/catalog/course.php?id=15&ref=1,reading;teaching,,,,,,oer -c6a5e699-9ccd-4af3-b899-c1dd98be19f7,Coaching Digital Learning,By Friday Institute via MOOC-ED,,course|https://place.fi.ncsu.edu/local/catalog/course.php?id=5&ref=1,edtech,,,,,,oer -830ffe5f-90c2-490e-a67b-10775d3cae58,Teaching Mathematics with Technology,By Friday Institute via MOOC-ED,,course|https://www.classcentral.com/course/mooc-ed-teaching-mathematics-with-technology-6608,mathematics;teaching;edtech,,,,,, -7770bd25-32c1-43a9-9098-246f04b258dc,E-Learning Environments and E-learning Design (HE),By Vrije Universiteit Brussel via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-e-learning-environments-and-e-learning-design-he-5785,education,,,,,, -fdc00822-c618-4a39-b93d-eb11ef6ae437,A Beginner's Guide to Writing in English for University Study,By University of Reading via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-a-beginner-s-guide-to-writing-in-english-for-university-study-1449,writing;languages/english,,,,,, -ea8b5ee0-34a0-4ea2-904c-d98ab663ccbd,Teaching Literacy with and Through Technology (K-12),By Boston University via Canvas Network,,course|https://www.canvas.net/browse/bostonu/courses/teach-literacy,literacy;edtech;teaching,,,,,, -c98d69db-c347-44db-99ac-621dd94c6ba5,AP® Spanish Language and Culture,By Boston University via edX,,course|https://www.classcentral.com/course/edx-ap-spanish-language-and-culture-3835,languages/spanish;nations/spain,,,,,, -5956ea70-92ae-461e-824a-d54079961c39,Teaching STEM Subjects: Differentiation for Learning,By National STEM Learning Centre via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-teaching-stem-subjects-differentiation-for-learning-5972,education;teaching,,,,,, -01b6f0b7-6151-4f00-bf56-09567ab9a1b1,University Governance and Academic Leadership (HE),By Vrije Universiteit Brussel via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-university-governance-and-academic-leadership-he-13082,university;management;leadership;academics,,,,,, -4ec4b288-d37e-479c-b8f5-d3fc9c43610f,InventEUrs (K-12),By London South Bank University via Canvas Network,,course|https://www.canvas.net/browse/londonsouthbank/courses/inventeurs,education;children,,,,,, -034a371d-eef3-4285-a0bf-b8c4acf0d72c,Making Teacher Education Relevant for 21st Century Africa,By The Open University via FutureLearn,,course|https://www.futurelearn.com/courses/teacher-education-africa,teaching;africa,,,,,, -805988e8-b7d0-47bf-b7d9-e0d21a3e5b7c,Teaching Probability,By Cambridge University Press via FutureLearn,,course|https://www.futurelearn.com/courses/teaching-probability,probability;teaching,,,,,, -3c7b0ff6-9687-44a7-bf95-1ae41084f8ce,Study UK: a Guide for Education Agents and Counsellors,By via FutureLearn,,course|https://www.futurelearn.com/courses/study-uk-education-advisors,education;nations/uk,,,,,, -683089f2-a5a5-4a73-90bf-8134ae05d300,Teaching Grammar Communicatively (K-12/HE),By fhi360 via Canvas Network,,course|https://www.classcentral.com/course/canvas-network-teaching-grammar-communicatively-k-12-he-13408,grammar;teaching,,,,,, -bb8e6303-7986-4ce2-9dc9-28f9a1f086f9,Migrants and Refugees in Education: A toolkit for teachers,By British Council via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-migrants-and-refugees-in-education-a-toolkit-for-teachers-11825,education;refugees;immigration,,,,,, -89386f13-50d3-4b7c-86ab-a593050f0f34,"An Introduction to Recreational Math: Fun, Games and Puzzles",By Weizmann Institute of Science via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-an-introduction-to-recreational-math-fun-games-and-puzzles-10736,mathematics;games;recreational-math,,,,,, -1b15b4ee-b74e-43aa-9298-5f67d77d031a,Dangerous Questions: Why Academic Freedom Matters,By University of Oslo via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-dangerous-questions-why-academic-freedom-matters-11056,human-rights;education,,,,,, -a0c1d555-4999-455c-93a0-2143ca10fbcc,Dyslexia and Foreign Language Teaching,By Lancaster University via FutureLearn,,course|https://www.futurelearn.com/courses/dyslexia,dyslexia;language;teaching,,,,,, -b055dd42-5ec4-4c02-abad-307f88f0f83d,eCore Introductory Business Law CLEP Prep,By University System of Georgia via Desire2Learn,,course|https://www.classcentral.com/course/desire2learn-ecore-introductory-business-law-clep-prep-11165,business-law;law,,,,,, -bdafab38-aa74-463c-9f45-caec2a98e2e4,Teaching Practical Science: Physics,By National STEM Learning Centre via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-teaching-practical-science-physics-9117,physics;teaching,,,,,, -edd89110-cbcb-4036-ad1d-a23daec302d4,Supporting Successful Learning in Primary School,By University of Reading via FutureLearn,,course|https://www.futurelearn.com/courses/supporting-learning-primary,teaching;school;learning,,,,,, -8c4ad048-da4e-4fb2-96e1-cc73f8a01ed9,Supporting Successful Learning in Secondary School,By University of Reading via FutureLearn,,course|https://www.futurelearn.com/courses/supporting-learning-secondary,teaching;school;learning,,,,,, -37121a56-cffb-4a6f-b9e9-47751c86eb7f,Teaching Practical Science: Chemistry,By National STEM Learning Centre via FutureLearn,,course|https://www.futurelearn.com/courses/teaching-practical-science-chemistry,chemistry;teaching,,,,,, -2425d385-1124-4946-921d-e5822b13ecd7,Good Practice in Autism Education,By University of Bath via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-good-practice-in-autism-education-11585,education;autism,,,,,, -8e359e6e-c364-4098-be0b-712a1523fa49,Get Started with Online Learning,By The Open University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-get-started-with-online-learning-3882,education;online-learning,,,,,, -db4efa28-8733-4428-84e9-737e96787af9,Educating Girls: Teaching Approaches to Helping Girls Thrive,By Girls' Day School Trust via FutureLearn,,course|https://www.futurelearn.com/courses/educating-girls,teaching;women,,,,,, -fb5e4d5c-5ffc-4296-9bdb-af2fad70a4ed,Bullying in Schools: How Should Teachers Respond?,By Queensland University of Technology via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-bullying-in-schools-how-should-teachers-respond-13362,bullying;school;teaching,,,,,, -abba01c9-827c-474c-ae68-e61f2866f286,Teaching Practical Science: Biology,By National STEM Learning Centre via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-teaching-practical-science-biology-9115,biology;teaching,,,,,, -70c48ca0-2fb7-4bed-bc52-b59e33ee22b5,Digital Skills for Teachers: Making Technology Work for You,By Girls' Day School Trust via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-digital-skills-for-teachers-making-technology-work-for-you-13243,edtech;teaching,,,,,, -bca88038-aaef-4429-a524-2c19b83f3c91,World Class Maths: Asian Teaching Methods,By Macmillan Education via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-world-class-maths-asian-teaching-methods-10424,mathematics;teaching;asia,,,,,, -718bc587-301c-40f1-aefc-d98bb6b1984d,TESOL Strategies: Supporting ESL Students in Mainstream Classrooms,By University of Glasgow via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-tesol-strategies-supporting-esl-students-in-mainstream-classrooms-10601,teaching;language;languages/english,,,,,, -69c28ade-3bcc-4c67-9051-ad771d22363d,Teaching Primary Science: Getting Started,By National STEM Learning Centre via FutureLearn,,course|https://www.futurelearn.com/courses/teaching-primary-science-getting-started,science;teaching,,,,,, -b196ce97-6b9a-4330-8d27-e6a99c59e67b,"The Unbundled University, the Market and Digital Technology",By University of Leeds via FutureLearn,,course|https://www.futurelearn.com/courses/the-unbundled-university,education;edtech,,,,,, -64e4a892-b669-411a-99ce-5f898730d4c8,Flexagons and the Math Behind Twisted Paper,By Weizmann Institute of Science via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-flexagons-and-the-math-behind-twisted-paper-10734,mathematics;games;recreational-math,,,,,, -f6f61752-d97f-49d8-a33b-f892724bb1f0,How to Write a PhD Research Proposal,By University of Oslo via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-how-to-write-a-phd-research-proposal-13545,research;writing,,,,,, -93d2e2b0-a615-48d7-8e92-c51e7fa81544,English as a Medium of Instruction for Academics,By University of Southampton via FutureLearn,,course|https://www.futurelearn.com/courses/emi-academics,languages/english;academics,,,,,, -47833ca2-c238-4a24-aef9-800ce58e1ede,Language Assessment in the Classroom,By British Council via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-language-assessment-in-the-classroom-10571,assessment;teaching;language,,,,,, -7a1c87b6-5eea-4529-8f27-1ffd3251f0ac,World Class Maths: Asian Teaching Practice,By Macmillan Education via FutureLearn,,course|https://www.futurelearn.com/courses/world-class-maths-practice,mathematics;teaching;asia,,,,,, -2bc4e7c9-208e-4fc5-aaf3-23645a5ad7ca,Linking Curriculum Learning to STEM Careers,By National STEM Learning Centre via FutureLearn,,course|https://www.futurelearn.com/courses/linking-stem-curriculum-learning-to-careers,teaching;careers;science,,,,,, -652e226b-6103-4c5a-9d0f-8075e720e8ba,Becoming a Better Music Teacher,"By ABRSM, The Association Board of the Royal Schools of Music via FutureLearn",,course|https://www.futurelearn.com/courses/becoming-a-better-music-teacher,music;education;teaching,,,,,, -e359a368-3686-472f-b3fb-06194b5c5947,Understanding Diversity and Inclusion,By Purdue University via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-diversity-and-inclusion-9883,diversity,,,,,, -b824ca00-be81-47b4-9a24-b46f1817214b,Developing Literacy: A Journey from Still Image to Film,By TATE Year 3 Project via FutureLearn,,course|https://www.futurelearn.com/courses/photo-to-film,teaching;literacy;photography;film,,,,,, -13b9e698-97f3-42a4-b96a-df1e9611ef09,Transforming Education in Challenging Environments,By University College London via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-transforming-education-in-challenging-environments-13738,teaching;children,,,,,, -498240dd-9d2a-4210-8074-d4cc109844d8,Teaching Biology: Inspiring Students with Plant Science,By National STEM Learning Centre via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-teaching-biology-inspiring-students-with-plant-science-13641,biology;teaching;plants,,,,,, -32a13582-8a3a-481e-97ee-cccbeef74582,Preparing for Teaching,By Manchester Metropolitan University via FutureLearn,,course|https://www.futurelearn.com/courses/preparing-for-teaching,education;teaching,,,,,, -80a93aef-3b35-4d07-8270-6934c613dc07,Maths Subject Knowledge: Proportional Reasoning,By National STEM Learning Centre via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-maths-subject-knowledge-proportional-reasoning-12132,mathematics,,,,,, -3819cb3f-e594-4b1a-b169-af6f5a9e36c8,Understanding and Teaching Evolution,By University of Bath via FutureLearn,,course|https://www.classcentral.com/course/futurelearn-understanding-and-teaching-evolution-11807,evolution;teaching,,,,,, -84447fbc-3ab1-4824-be3f-b7445816dfd3,Transforming Digital Learning: Learning Design Meets Service Design,By Deakin University via FutureLearn,,course|https://www.futurelearn.com/courses/digital-learning,education;online-learning;instructional-design,,,,,, -9a6967e4-34e3-440e-85a6-01b5165ae77c,Returning to Education as a Mature Student,By University of York via FutureLearn,,course|https://www.futurelearn.com/courses/mature-learners-support-in-returning-to-education,education,,,,,, -781f9332-c3e0-4bab-8444-6d2aef75ec34,Inspiring Young People in STEM: Planning and Organising Practical Activities,By National STEM Learning Centre via FutureLearn,,course|https://www.futurelearn.com/courses/stem-volunteering-planning,education,,,,,, -6a321928-2fb0-4359-ad95-8c9cf05436c5,College Algebra Prep,By via Canvas Network,,course|https://www.canvas.net/browse/xyztext/courses/college-algebra-prep,algebra,,,,,, -1b4a6bfb-cc57-43e7-bb34-f9abba361b29,The Rails 5 Way,,,book|https://www.amazon.com/Rails-Way-Addison-Wesley-Professional-Ruby/dp/0134657675/ref=sr_1_1?crid=M672Y1J8LHTN&keywords=the+rails+6+way&qid=1580764137&s=books&sprefix=the+rails+%2Cstripbooks-intl-ship%2C400&sr=1-1&tag=learnawesome-20,software-tools/rails,,,,,, -56b138e9-0b29-4d96-8309-8a8205d7f7c9,For the Love of Physics,,,book|https://www.goodreads.com/book/show/7841672-for-the-love-of-physics,physics,,,,,, -395d7288-6512-47d0-8a6a-1c1596569ff0,An Interactive Introduction to Fourier Transforms,,,interactive|http://www.jezzamon.com/fourier/,mathematics;transform-calculus;calculus,,,,,, -3f058f5f-bba8-4c28-8987-e1b39535aeb4,Snap,,,website|https://snap.berkeley.edu/about,programming-languages/snap,,,,,,oer -5f9845dc-2b7d-47de-a5d4-ea3a234a727f,Phrases and Cadences,,,interactive|https://www.musictheory.net/lessons/55,music-theory,,,,,, -84c5a1fa-d245-4838-81a3-7b61869f72c4,Snap! (programming language) - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Snap!_(programming_language),programming-languages/snap,,,,,,oer -2ee2465c-cb95-4fda-841a-2adaee8023eb,A brief history of chess - Alex Gendler,,https://i.ytimg.com/vi/YeB-1F-UKO0/maxresdefault.jpg,video|https://www.youtube.com/watch?v=YeB-1F-UKO0,chess;history,,,,,,oer -f42596a9-1075-4f04-8da8-b9ea502d8370,The Tail End,,,article|https://waitbutwhy.com/2015/12/the-tail-end.html,life;relationships,,,,,, -8480b23d-82d8-451d-b66a-f984e7ad764c,How This Guy Builds Mesmerizing Kinetic Sculptures | Obsessed | WIRED,,,video|https://www.youtube.com/watch?v=ROP45rjvOHg,sculpture;kinetic-sculptures,,,,,,oer -17e9ae5c-5a0f-4914-90e3-0a6473bae7db,Django Tutorial,"A popular and well recommended tutorial for Django, a backend web development framework for Python.",,app|https://tutorial.djangogirls.org/en/,software-tools/django,,,,,, -d51a620a-09cd-4c82-9030-04b64a391ab7,Scratch Homepage,,,interactive|https://scratch.mit.edu/,programming-languages/scratch,,,,,,oer -cca5470e-581c-476a-8292-1f3cf2132c4e,Introduction to Marxism,,,learning_plan|https://cla.purdue.edu/academic/english/theory/marxism/index.html,marxism,,,,,,oer -7fbc0108-5151-4e60-b9c3-57ea28caa2a7,Atomic Habits,"The New York Times bestseller - -Tiny Changes, Remarkable Results - -No matter your goals, Atomic Habits offers a proven framework for improving--every day. James Clear, one of the world's leading experts on habit formation, reveals practical strategies that will teach you exactly how to form good habits, break bad ones, and master the tiny behaviors that lead to remarkable results.",https://covers.openlibrary.org/b/id/8260535-L.jpg,book|https://www.goodreads.com/book/show/40121378-atomic-habits;summary|https://sivers.org/book/AtomicHabits;summary|https://fourminutebooks.com/atomic-habits-summary/;summary|https://medium.com/@priyankinfinnov/learnings-from-reading-atomic-habits-48a1a60c645f;summary|https://sipreads.com/atomic-habits/,productivity;habits,James Clear,2018,,,,oer -5dbd1058-8a20-482a-a48f-c4ebbb13c7aa,The Power of Habit - Summary by FourMinuteBooks,"OVER 60 WEEKS ON THE NEW YORK TIMES BESTSELLER LISTWith a new Afterword by the author In The Power of Habit, Pulitzer Prize–winning business reporter Charles Duhigg takes us to the thrilling edge of scientific discoveries that explain why habits exist and how they can be changed. Distilling vast amounts of information into engrossing narratives that take us from the boardrooms of Procter & Gamble to sidelines of the NFL to the front lines of the civil rights movement, Duhigg presents a whole new understanding of human nature and its potential. At its core, The Power of Habit contains an exhilarating argument: The key to exercising regularly, losing weight, being more productive, and achieving success is understanding how habits work. As Duhigg shows, by harnessing this new science, we can transform our businesses, our communities, and our lives.NEW YORK TIMES BESTSELLER • NPR BESTSELLER • WASHINGTON POST BESTSELLER • LOS ANGELES TIMES BESTSELLER • USA TODAY BESTSELLER • PUBLISHERS WEEKLY BESTSELLER  NAMED ONE OF THE BEST BOOKS OF THE YEAR BY - The Wall Street Journal • Financial Times -   “Sharp, provocative, and useful.”—Jim Collins   “Few [books] become essential manuals for business and living. The Power of Habit is an exception. Charles Duhigg not only explains how habits are formed but how to kick bad ones and hang on to the good.”—Financial Times   “A flat-out great read.”—David Allen, bestselling author of Getting Things Done: The Art of Stress-Free Productivity -   - “You’ll never look at yourself, your organization, or your world quite the same way.”—Daniel H. Pink, bestselling author of Drive and A Whole New Mind  “Entertaining . . . enjoyable . . . fascinating . . . a serious look at the science of habit formation and change.”—The New York Times Book Review“Cue: see cover. Routine: read book. Reward: fully comprehend the art of manipulation.”—Bloomberg Businessweek “Absolutely fascinating.”—Wired“A fresh examination of how routine behaviors take hold and whether they are susceptible to change . . . The stories that Duhigg has knitted together are all fascinating in their own right, but take on an added dimension when wedded to his examination of habits.”— Associated Press  “There’s been a lot of research over the past several years about how our habits shape us, and this work is beautifully described in the new book The Power of Habit.”—David Brooks, The New York Times -   - “A first-rate book—based on an impressive mass of research, written in a lively style and providing just the right balance of intellectual seriousness with practical advice on how to break our bad habits.”—The Economist -   - “I have been spinning like a top since reading The Power of Habit, New York Times journalist Charles Duhigg’s fascinating best-seller about how people, businesses and organizations develop the positive routines that make them productive—and happy.”—The Washington Post",https://learn-awesome.github.io/assets/book_covers/12609433.jpg,summary|https://fourminutebooks.com/the-power-of-habit-summary/;summary|https://sivers.org/book/PowerOfHabit;book|https://www.amazon.com/Power-Habit-What-Life-Business/dp/081298160X?tag=learnawesome-20,learning;habits;productivity,Lucius Annaeus Seneca,,,,, -043958f5-e982-4aa0-b0a8-518bbfac7a4d,Peak,"A survey of the psychology of expertise, providing techniques for developing mastery of any skill, drawn from the authors' extensive, pathfinding research.",https://covers.openlibrary.org/b/id/8138393-L.jpg,book|https://www.goodreads.com/book/show/26312997-peak,learning;psychology,,,,,, -72365a0d-6b25-4891-bdf3-004ab93daf84,Make It Stick - Summary by FasterToMaster.com,,,summary|https://fastertomaster.com/make-it-stick-peter-brown-henry-roediger-mark-mcdaniel/;summary|https://www.youtube.com/watch?v=tQsIlnuAB9E;book|https://www.goodreads.com/book/show/18770267-make-it-stick,learning,,2014,,,,oer -d3f3b1a2-6590-4bd2-bad5-9686a0b58d16,The War of Art - Summary by sipreads.com,,,summary|https://sipreads.com/war-of-art/;book|https://www.goodreads.com/book/show/1319.The_War_of_Art,creativity;arts,,,,,, -bea5487f-812a-4f04-9fbe-bdbbf8e15988,Teach Yourself How to Learn,,,book|https://www.goodreads.com/book/show/36711095-teach-yourself-how-to-learn,learning,,,,,, -4f588806-1a52-47eb-b317-0f0f6c1ff9f4,Bring Up Genius!,,,book|https://www.goodreads.com/book/show/20877035-bring-up-genius;summary|https://slatestarcodex.com/2017/07/31/book-review-raise-a-genius/,learning;parenting,,,,,, -735e4702-47c0-46ce-af60-e2019724fd85,Esperanto Explained,,,video|https://www.youtube.com/watch?v=ZJWVOkdWQAs,languages/esperanto,,,,,,oer -46da2b35-71a6-4667-bad1-c9aa60f497c3,How to explain things,,,article|https://drmaciver.github.io/academic-writing-lecture-1/#/,communication;academics,,,,,3.0,oer -791ab261-4161-4259-b1c5-192ff8c5e683,Flatterland,,,book|https://en.wikipedia.org/wiki/Flatterland,geometry,,,,,,oer -b0644965-be55-493e-a098-4b712c63dfbf,The Planiverse,,,book|https://www.goodreads.com/book/show/866402.The_Planiverse,geometry,,,,,, -d479b068-eb5f-4d62-a7d0-cfcfe0795fe0,Duolingo,,,website|https://www.duolingo.com/,languages/japanese;languages/spanish;languages/french;languages/german;languages/italian;languages/korean;languages/chinese;languages/russian;languages/hindi;languages/irish;languages/norwegian;languages/welsh;languages/esperanto;languages/english,,,,,5.0, -0acba9fc-e749-41ef-8331-66ac91dd90e3,Rosetta Stone® - Language Learning - Learn a new language,,,website|https://www.rosettastone.com/,languages/spanish;languages/french;languages/italian;languages/english;languages/german;languages/chinese;languages/hindi;languages/irish;languages/japanese;languages/korean;languages/russian,,,,,, -589da092-6d15-4312-8125-2f6802c4b4f8,Articles | Scott H Young,,,blog|https://www.scotthyoung.com/blog/articles/,learning,,,,,, -b9cff1b4-51f4-42f2-8c8e-050a0affab8e,Parenting : Who is it really for? | Derek Sivers,,,article|https://sivers.org/pa,parenting,,,,,, -203869ac-ee51-4ac2-9dcb-91252fab8a1f,Dissent on Aadhaar ,Edited by Reetika Khera,https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1546503643l/43450398._SY475_.jpg,book|https://www.goodreads.com/book/show/43450398-dissent-on-aadhaar,aadhaar,,,,,, -29586222-b1dd-4e6f-9484-d731b996e9b2,The Aadhaar Effect: Why the World's Largest Identity Project Matters,"by N.S.Ramnath and Charles Assisi - -Identification vs profiling; state welfare vs state surveillance; privacy vs transparency -- the idea of Aadhaar has bitterly polarized India since its launch eight years ago. No other project has captured the imagination of the people-or inspired such awe and anxiety-in recent memory. - -Aadhaar began life with a singular mandate: offer an identity to those Indian residents who didn't have any. Along the way, it evolved into the welfare state's flagship technology and altered forever how government, business, and society interact. - -The Aadhaar Effect is the story of the visionaries-bureaucrats, technologists, activists-who created or challenged India's biggest juggernaut. It is equally the story of humans conflicted about complex choices that may make the world a better place. - -Award-winning journalists N.S. Ramnath and Charles Assisi dive deep into the 12-digit number that has touched 1.2 billion lives and counting-and in the bargain, made the world sit up and take note of India's ambition.",https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1539542058l/42302997._SY475_.jpg,book|https://www.goodreads.com/book/show/42302997-the-aadhaar-effect,aadhaar,,,,,, -988e0ea6-1ff4-48a7-a382-cc726b2c45f4,Aadhaar: A Biometric History of India's 12-Digit Revolution,"by Shankkar Aiyar - -A complex tale of idealism, negotiation and realpolitik records how a revolution was engineered - -Aadhaar was born in July 2009, yoking modern technology and management expertise to political will. The biometric-based unique identification system, built by tech czar Nandan Nilekani and his team of innovators, was designed to enable subsidies and social spends reach their true destination, plug institutional corruption and save trillions of tax-rupees. In July 2017, Aadhaar is 1.15 billion identities and growing. - -In Aadhaar: A Biometric History of India’s 12-digit Revolution, senior journalist Shankkar Aiyar traces the history of this ambitious, controversial undertaking. He speaks with President Pranab Mukherjee, Prime Ministers Narendra Modi and Manmohan Singh, P. Chidambaram, Yashwant Sinha, Rahul Gandhi and others to document how politicians with diametrically opposed ideologies were equally determined to propel Aadhaar. - -Aiyar maps how Aadhaar’s application expanded beyond its original intent. He researches its ups, downs and turnarounds; discusses the concerns of activists and bureaucrats on potential misuse of the database for state surveillance; raises the urgent need for a data-protection and privacy law and spells out the solutions. - -An unusual contemporary dramatization, this book is a breathless ride through recent changes in India’s political and economic landscape.",https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1500580322l/35712946._SY475_.jpg,book|https://www.goodreads.com/book/show/35712946-aadhaar,aadhaar,,,,,, -aacfee9c-82be-4f2e-a540-0f44890dbf09,Kaarana – Critiques of Aadhaar and digital India,,,blog|https://medium.com/karana,aadhaar,,,,,,oer -60e0e6a4-aee2-449f-ab46-016648ae57f7,The Magic & Joy of Exploding Dots,,,book|https://www.goodreads.com/book/show/43083153-the-magic-joy-of-exploding-dots,exploding-dots;mathematics,,,,,, -5f84509d-d6ec-415e-8058-882dccaefa65,Exploding Dots by James Tanton,,,video|https://vimeo.com/204368634,exploding-dots;mathematics,,,,,, -2cda090a-d8ec-47cd-a327-79f8002caed7,Exploding Dots | G'Day Math,,,course|https://gdaymath.com/courses/exploding-dots/,exploding-dots,,,,,, -afe31fe6-02a7-426f-a40f-4989fd677b9a,LearnAwesome - The Book Project,"We are reading, summarizing and testing the ideas from the following books: - -https://learnawesome.org/items/8057d51a-5e86-4a7f-a858-55b2eeecf3de-learning-a-very-short-introduction - -https://learnawesome.org/items/ec8e3a9a-4cce-4c79-b53f-9a9c3af7dc8b-how-people-learn-brain-mind-experience-and-school - -https://learnawesome.org/items/1f42ca53-fb94-4a18-85c4-c1dd8779eb4e-the-art-of-learning - -https://learnawesome.org/items/282ab02b-79a9-4c23-906b-06c897ee8d44-learning-how-to-learn - -https://learnawesome.org/items/5e2f235b-ad3c-45c6-b9a9-e775c2de6110-mastery-by-robert-greene - -https://learnawesome.org/items/c3dcdf3f-eaad-4f39-80b3-759bb43a0a47-pragmatic-thinking-and-learning - -https://learnawesome.org/items/36dc7686-1a91-4d33-a899-0b0e9ac6a989-ultralearning - -https://learnawesome.org/items/4955e2f3-d311-45e5-b5bb-deae9957af95-the-4-hour-chef - -https://learnawesome.org/items/5c731d15-6a53-432e-82e4-a4de9fecb2d1-the-first-20-hours - -https://learnawesome.org/items/97752823-5409-4628-b604-b9d7150c12ee-the-power-of-habit - -https://learnawesome.org/items/1c1aa1c5-7244-4149-a4f2-7306d878a13b-peak - -https://learnawesome.org/items/0c1744e3-5aff-4ce9-9dcd-161581df9415-make-it-stick - -https://learnawesome.org/items/720c7ae5-8c05-403c-b695-85df2d84cfa1-teach-yourself-how-to-learn - -https://learnawesome.org/items/0bfdb9e5-0f1d-4c26-9172-80cfb228e431-bring-up-genius",,,learning,,,,,, -87f28c11-a803-472e-ba0e-96ee33ab5239,Learn Reactjs | Coderplex,,,learning_plan|https://coderplex.org/learn/reactjs/Choosing-ReactJS,software-tools/react,,,,,, -00013a3f-d409-4623-aeb9-c958e0fcc6e2,Choosing laravel | Learn Laravel | Coderplex,,,learning_plan|https://coderplex.org/learn/laravel/Choosing-laravel/,software-tools/laravel,,,,,, -07f7a121-fdc5-4270-9d92-d84d273079db,Laravel - The PHP Framework For Web Artisans,,,website|https://laravel.com/,software-tools/laravel,,,,,, -28016b97-64f9-4e13-b324-435a0be57b06,The 2019 Web Almanac by HTTP Archive,,,website|https://almanac.httparchive.org/en/2019/,web,,,,,, -3c1da8b1-f9c9-4726-9923-01e694d7cd35,The Joy of Game Theory,,,book|https://www.goodreads.com/book/show/19342361-the-joy-of-game-theory?ac=1&from_search=true&qid=lGbHCmRyAB&rank=1,game-theory,,,,,, -90c3ea5d-7efe-4f5b-b886-7e569fa68c68,16 fun applications of the pigeonhole principle – Mind Your Decisions,,,article|https://mindyourdecisions.com/blog/2008/11/25/16-fun-applications-of-the-pigeonhole-principle/,pigeonhole-principle,,,,,, -8c519f47-c7c0-4d3e-a11f-de366523c96a,Elsa Birch,,,article|http://www.elsabirch.com/dataviz/bookreview.html,data-visualization,,,,,, -274ad2ff-4f4f-41ca-a5e9-ff4f74446df5,Top 3 ways in which Big Data will redefine sustainable development | Cloudaeon,,,website|https://www.cloudaeon.co.uk/top-3-ways-in-which-big-data-will-redefine-sustainable-development/,big-data;software-tools/integrated-development-environments,,,,,, -642e2514-89d6-42b0-b81a-b1ee3822988a,Blockchain Demo - A visual demo of blockchain technology,,,interactive|https://blockchaindemo.io/,blockchain,,,,,, -f0affa16-8ff1-42cd-9acb-48ceb00c715b,Einstein and Hilbert’s Race to Generalize Relativity,,,article|https://medium.com/cantors-paradise/einstein-and-hilberts-race-to-generalize-relativity-6885f44e3cbe,general-relativity,,,,,,oer -99403bcc-edd2-485c-a8cf-6bb217531423,Feedbooks | Free eBooks and Best Sellers,,,book|http://www.feedbooks.com/,books;ebooks,,,,,, -c3546a32-e819-4b35-a67f-1c86b66c4fe9,"Matthew Walker's ""Why We Sleep"" Is Riddled with Scientific and Factual Errors - Alexey Guzey",,,article|https://guzey.com/books/why-we-sleep/,sleep,,,,,, -351a86f8-c0fc-4fd5-badb-bd7ec828c4df,Neal.fun,,,image|https://neal.fun/size-of-space/,space,,,,,, -580363c3-9071-441b-a6d5-e7f1fadc661f,Musical Chord Progression Arpeggiator - Outpan,,,interactive|https://www.outpan.com/app/3ef086df04/musical-chord-progression-arpeggiator,music-theory,,,,,, -a4ee65ba-bf78-4b31-9b6b-b2cc5fa5a0b4,Ayurveda - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Ayurveda,ayurveda;health,,,,,,oer -e55c1075-b536-44c8-beca-3e10af7d63bb,Resourceaholic,,,article|https://www.resourceaholic.com/,mathematics,,,,,, -0cd6d66d-dd9f-40bf-8f14-524648d28582,Frontend Developer - roadmap.sh,,,learning_plan|https://roadmap.sh/frontend,frontend-engineering;web-development,,,,,, -f2988c59-3f1b-4831-a372-b266446d31dd,Backend Developer - roadmap.sh,,,learning_plan|https://roadmap.sh/backend,backend-engineering;software-engineering,,,,,, -62b5d4c0-39b0-485b-a7b2-aa4850ad2201,DevOps Roadmap - roadmap.sh,,,learning_plan|https://roadmap.sh/devops,devops;software-engineering,,,,,, -2a2cfdc5-4f40-40ca-878a-a4f0dba94405,Unknown Unknowns | Dr. Ben Newling | TEDxUNB,,,video|https://www.youtube.com/watch?v=Boa5vBQp9YQ,learning,,,,,,oer -dfc04562-1b57-4024-a313-b468eb72e7b2,Learn dart in Y Minutes,,,code|https://learnxinyminutes.com/docs/dart/,programming-languages/dart,,,,,, -bf97925e-53ca-44f3-b629-61b7bb7123ed,Dart programming language | Dart,,,website|https://dart.dev/,programming-languages/dart,,,,,, -de736b5b-22cc-4a9e-9327-e1c9bdc8b13c,DartPad,,,app|https://dartpad.dartlang.org/,programming-languages/dart,,,,,, -5c379cab-642f-48ad-9574-8c7f548a1133,Exercises in Style - Wikipedia,,,book|https://en.m.wikipedia.org/wiki/Exercises_in_Style,writing,,,,,,oer -02d6fab2-1dad-416d-bc34-0a47adfa55c6,Flutter Crash Course - Building a Complete App From Scratch,,,video|https://www.youtube.com/watch?v=jBBl1tYkUnE,software-tools/flutter,,,,,,oer -5a966ec0-5c31-4da5-9667-d197cade75ae,Flutter Widget of the Week,,,video|https://www.youtube.com/watch?v=b_sQ9bMltGU&list=PLjxrf2q8roU23XGwz3Km7sQZFTdB996iG,software-tools/flutter,,,,,,oer -1a33c959-d64f-49a5-9b75-0068762f316e,The Deep Sea,,,interactive|https://neal.fun/deep-sea/,oceans,,,,,, -10671ac9-af8f-4cde-b48e-406f73a690ac,3Blue1Brown: Essence of linear algebra,,,video|https://www.youtube.com/watch?v=kjBOesZCoqc,linear-algebra,,,,,,oer -17369399-23dc-4bf5-9439-d2927973cbdb,A Theory of Justice (Paperback),By John Rawls,https://learn-awesome.github.io/assets/book_covers/129237.jpg,book|https://www.goodreads.com/book/show/129237.A_Theory_of_Justice,justice,,,,,, -25e47631-4eb8-4915-8164-521bf20db150,GitHub - coryhouse/speaker-starter-kit: Resources for aspiring speakers,,,article|https://github.com/coryhouse/speaker-starter-kit,speaking,,,,,,oer -b9963db3-c5e3-4701-96d7-4f4c878e2fc6,Supernova Studio,,,app|https://supernova.io/,software-tools/flutter,,,,,, -a5bc76d6-81b5-40be-bba6-b90d358b5b38,Flutter Vignette Showcase,,,website|https://flutter.gskinner.com/,software-tools/flutter,,,,,, -49e7ef7b-4d98-40fc-bc2e-9a61d8655dee,Ruby Programming Language,,,website|https://www.ruby-lang.org/,programming-languages/ruby,,,,,, -4458a2b2-36cc-4ee1-8fd8-b165160dd22b,Rubyland,,,blog|http://rubyland.news/,programming-languages/ruby,,,,,, -12c4def3-e40c-46d7-83ef-f658fac94b10,RubyFlow,,,blog|http://www.rubyflow.com/,programming-languages/ruby,,,,,, -c06c8a16-f815-4ce4-af04-be981499548e,Ruby Weekly Archives,,,newsletter|https://rubyweekly.com/issues,programming-languages/ruby,,,,,, -54108747-3ad9-4261-968e-9d02a9c94541,Visual Studio Code - Code Editing. Redefined,,,website|https://code.visualstudio.com/,vscode,,,,,, -2e437118-3ba6-416b-89a1-0ed54fa5713d,Visual Studio Code Introductory Videos,,,video|https://code.visualstudio.com/docs/getstarted/introvideos,vscode,,,,,, -ed7a6a2b-befc-47cd-a20c-029e5b87114c,Firebase,,,website|https://firebase.google.com/,software-tools/firebase,,,,,, -ed6dd38c-bd3b-4cad-8e53-6ab0e962cb70,Join firebase-community on Slack!,,,chat|https://firebase.community/,software-tools/firebase,,,,,, -890a2baa-4379-4843-a35b-91978a968521,Google Groups,,,chat|https://groups.google.com/forum/#!forum/firebase-talk,software-tools/firebase,,,,,, -e125bcb7-e261-4d6d-a7f1-f2c7708e435b,Newest 'firebase' Questions - Stack Overflow,,,qna|https://stackoverflow.com/questions/tagged/firebase,software-tools/firebase,,,,,,oer -59de0767-10df-462c-846d-b1aa08610b8e,Firebase (@Firebase) | Twitter,,,blog|https://twitter.com/Firebase,software-tools/firebase,,,,,, -3c716c6b-5792-44ea-a14c-a19959c82a22,"Maps, Arrays and Subcollections, Oh My! | Get to Know Cloud Firestore #4",,,video|https://www.youtube.com/watch?v=o7d5Zeic63s,software-tools/firebase,,,,,,oer -9b583c3b-f636-4d75-9c02-1aa1c8a64b64,Google Analytics Academy,,,course|https://analytics.google.com/analytics/academy/,google-analytics;digital-marketing,,,,,, -80bab490-9c0b-4fce-bbf8-63401a9cb6a1,Catalog : Blueprint,,,video|https://www.facebookblueprint.com/student/catalog,digital-marketing,,,,,, -a9c3efde-83d0-4760-80af-7a46b84848ac,Riding Rails,,,blog|https://weblog.rubyonrails.org/,software-tools/rails,,,,,, -0843e7bb-6863-47d6-b52d-8421652c30ba,Parable of the Polygons - a playable post on the shape of society,,,interactive|https://ncase.me/polygons/,voting;political-science,,,,,, -d3e902bd-4984-4559-9494-a7fb6ebf457f,To Build a Better Ballot,,,interactive|https://ncase.me/ballot/,voting;political-science,,,,,, -e9af9b5a-0684-4f03-8079-4841bb6dcdee,"Algorithmic Game Theory (CS364A), Fall 2013",,,course|http://timroughgarden.org/f13/f13.html,game-theory,,,,,, -8d9e772f-4756-4aab-aa7d-9b02f9ec7514,IndiaOS 2020 - An Open Source Conference,,,conference|https://indiaos.in/,open-source,,,,,, -491f958f-1ed2-44ae-a28e-545d1b31da82,[1910.06389] Snow Crystals,,,book|https://arxiv.org/abs/1910.06389,snowflakes;water,,,,,, -2ea8b461-9af1-47a2-a251-5952a7773a60,GitHub - VGraupera/1on1-questions: Mega list of 1 on 1 meeting questions compiled from a variety to sources,,,article|https://github.com/VGraupera/1on1-questions,management,,,,,,oer -2cc6ba1b-7147-4ed0-85c7-c46a597a07b4,Anni Sapountzi : Remember What You Learn (Spaced Repetition Model) | PyData Amsterdam 2019,,,video|https://www.youtube.com/watch?v=wzQKwz-JggA,spaced-repetition;machine-learning,,,,,4.0,oer -a4eb9782-fc51-4472-b1c0-22681cb8e24e,A trainable spaced repetition model for language learning,By Duolingo,,research_paper|https://github.com/duolingo/halflife-regression/blob/master/settles.acl16.pdf,spaced-repetition;machine-learning,,,,,,oer -1f529a46-6950-4e81-9bed-46e9de4a057c,Fallacies | Internet Encyclopedia of Philosophy,,,article|https://www.iep.utm.edu/fallacy/,logic;fallacy;philosophy,,,,,,oer -6ef077a6-8800-45c1-a548-36ff557226ed,The Holloway Guide to Equity Compensation — Holloway,,,article|https://www.holloway.com/g/equity-compensation,equity-compensation,,,,,, -db7d00c8-6645-4ecf-9143-33c0f2140aa2,Mathematics for the adventurous self-learner | Neil Sainsbury,,,learning_plan|https://www.neilwithdata.com/mathematics-self-learner,mathematics,,,,,, -658b8662-39e8-4655-ae3a-d2b6646f5d41,Mystery Science: Lessons for elementary teachers,,,video|https://mysteryscience.com/,science,,,,,, -e7881294-b2ca-44fc-937f-09e2e2ad8c58,"GitHub - binhnguyennus/awesome-scalability: The Patterns of Scalable, Reliable, and Performant Large-Scale Systems",,,website|https://github.com/binhnguyennus/awesome-scalability,software-engineering,,,,,,oer -be3fe68c-c856-4e34-b92f-2287d5fff6cd,Trigonometry fundamentals | Lockdown math ep. 2,,,video|https://www.youtube.com/watch?v=yBw67Fb31Cs,trigonometry,,,,,,oer -16633df9-e8c1-4ce0-b1b5-2a2aae2afd3e,"What Happens Next? COVID-19 Futures, Explained With Playable Simulations",,,interactive|https://ncase.me/covid-19/,coronavirus,,,,,, -b6a43fba-a51f-4af7-9b02-15878ee8c921,Analytical Corporate Finance,By Angelo Corelli,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-95762-3,corporate-finance,,,,,, -d0d1cd1c-729f-48bb-8ff3-8443a0e36ace,A Concise Guide to Market Research,"By Marko Sarstedt, Erik Mooi",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-56707-4,market-research;marketing,,,,,, -51750ac9-3193-4abb-a225-7471ddd1e084,Global Supply Chain and Operations Management,"By Dmitry Ivanov, Alexander Tsipoulanidis, Jörn Schönberger",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-94313-8,supply-chain;operations-management,,,,,, -15964521-9469-4912-9e77-6361dc5c8c12,International Business Management,"By Kamal Fatehi, Jeongho Choi",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-96622-9,international-business,,,,,, -c43ed3d7-7cb0-44c8-b834-71afcb5c467f,Excel Data Analysis,By Hector Guerrero,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-01279-3,software-tools/excel;data-analysis,,,,,, -7b68895c-65c5-451f-b22a-1744904a500c,Digital Business Models,By Bernd W. Wirtz,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-13005-3,business,,,,,, -b64783f7-ce2b-491a-9df3-6a572661fc4a,Social Marketing in Action,"By Debra Z. Basil, Gonzalo Diaz-Meneses, Michael D. Basil",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-13020-6,marketing,,,,,, -94dcfeb0-3263-45af-87df-0f9c6968f486,Ceramic Materials,"By C. Barry Carter, M. Grant Norton",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-46271-4,material-science;ceramics,,,,,, -04066417-0c24-4d12-8382-e04daf098e93,Composite Materials,By Krishan K. Chawla,,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-74365-3,material-science;composite-materials,,,,,, -e89c5f55-fe71-43eb-8595-6091edb94cf7,Transmission Electron Microscopy,"By David B. Williams, C. Barry Carter",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-76501-3,electron-microscopy,,,,,, -8b6bb21d-8c8d-405f-aadc-2dbfc371b120,Sensory Evaluation of Food,"By Harry T. Lawless, Hildegarde Heymann",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-6488-5,food,,,,,, -62398625-6a7d-4a23-8543-25fedd951604,Engineering Flow and Heat Exchange,By Octave Levenspiel,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4899-7454-9,heat;engineering,,,,,, -0315ad8a-7cd3-4080-8250-4087658e92c3,Chemical Thermodynamics,By Ernö Keszei,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-19864-9,chemistry;thermodynamics,,,,,, -0ef5fafc-f51f-4d7f-b031-6830e027153a,Electrochemistry,"By Christine Lefrou, Pierre Fabry, Jean-Claude Poignet",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-30250-3,chemistry;electrochemistry,,,,,, -c77e1dac-338f-4d7d-bafc-723f0e83e239,Acid-Base Diagrams,"By Heike Kahlert, Fritz Scholz",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-37902-4,chemistry,,,,,, -70f199d8-ca27-4906-9350-30941ed5b138,Brewing Science: A Multidisciplinary Approach,"By Michael Mosher, Kenneth Trantham",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-46394-0,brewing,,,,,, -53431604-0870-4726-9b60-cd9ae98d5c3d,Principles of Polymer Chemistry,By A. Ravve,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-2212-9,chemistry;polymer-chemistry,,,,,, -77ff5389-be93-4eb2-8a07-f0db96a93ba4,Nanotechnology: Principles and Practices,By Sulabha K. Kulkarni,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-09171-6,nanotechnology,,,,,, -b0a674a8-0550-499f-b080-5f2bd3f29660,Structure Determination by X-ray Crystallography,"By Mark Ladd, Rex Palmer",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-3954-7,crystallography,,,,,, -e40e3967-db13-4983-acef-ba3d87e71e56,Ceramic Materials,"By C. Barry Carter, M. Grant Norton",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-3523-5,material-science;ceramics,,,,,, -a905040d-b44d-4aa3-bd48-2c58fa734a9e,Foundations of Analytical Chemistry,"By Miguel Valcárcel Cases, Ángela I. López-Lorente, Ma Ángeles López-Jiménez",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-62872-1,chemistry;analytical-chemistry,,,,,, -0407d7ed-6f30-454a-a531-3c685599bcb3,Mass Spectrometry,By Jürgen H Gross,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-54398-7,spectrometry,,,,,, -4ad9cc12-1133-4703-9117-5923c35203fb,Statistical Mechanics for Engineers,By Isamu Kusaka,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-15018-5,mechanics;statistical-mechanics,,,,,, -2b9f7402-4375-4904-83d4-e9905c605a68,Magnetic Interactions in Molecules and Solids,"By Coen de Graaf, Ria Broer",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-22951-5,magnetism,,,,,, -f0bc3ede-cd6c-430a-a6cc-7455449fe876,Polymer Synthesis: Theory and Practice,"By Dietrich Braun, Harald Cherdron, Matthias Rehahn, Helmut Ritter, Brigitte Voit",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-28980-4,material-science;polymers,,,,,, -e6140991-60ac-492a-852d-9ceaaa0c12b2,Food Analysis Laboratory Manual,By S. Suzanne Nielsen,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-44127-6,food,,,,,, -08210fbc-cb49-427e-b6da-71c68a0e0227,Electrochemical Impedance Spectroscopy and its Applications,By Andrzej Lasia,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-8933-7,spectroscopy,,,,,, -c9b83cd8-c682-4184-9089-436d218bce4f,Group Theory Applied to Chemistry,By Arnout Jozef Ceulemans,,book|http://link.springer.com/openurl?genre=book&isbn=978-94-007-6863-5,group-theory;chemistry,,,,,, -d2b233bf-f58e-4b4d-ab1b-56d7969f2499,Food Chemistry,"By H.-D. Belitz, Werner Grosch, Peter Schieberle",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-540-69934-7,chemistry;food;food-chemistry,,,,,, -0115b57d-3b22-4d3b-bb1b-d8681a38d4d2,Exam Survival Guide: Physical Chemistry,By Jochen Vogt,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-49810-2,chemistry;physical-chemistry,,,,,, -2c9fba0e-6936-4c69-9d96-dcdf8a9fd8b0,Food Analysis,By S. Suzanne Nielsen,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-45776-5,food,,,,,, -7dab6668-e504-4f4b-b3af-e960757e6de0,Physical Chemistry from a Different Angle,"By Georg Job, Regina Rüffler",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-15666-8,chemistry;physical-chemistry,,,,,, -d9ac7f49-4026-4c0b-9501-52c75469bdc8,Essentials of Food Science,"By Vickie A. Vaclavik, Elizabeth W. Christian",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-9138-5,food;food-science,,,,,, -0314f567-bbca-4886-8871-c5d5abb3dd3c,Chemical and Bioprocess Engineering,"By Ricardo Simpson, Sudhir K. Sastry",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-9126-2,chemical-engineering;bioproces-engineering,,,,,, -d80469c1-1db2-475e-877c-ff69cab36b32,Applied Chemistry,"By Oleg Roussak, H. D. Gesser",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-4262-2,chemistry,,,,,, -1a7765f7-e644-4b13-a8d3-bd0dedeeee21,Advanced Organic Chemistry,"By Francis A. Carey, Richard J. Sundberg",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-44899-2,chemistry;organic-chemistry,,,,,, -4f6b1bb9-2dc3-4bb5-9fbf-da9687107d72,Advanced Organic Chemistry,"By Francis A. Carey, Richard J. Sundberg",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-71481-3,chemistry;organic-chemistry,,,,,, -ba340ec7-8ea8-47da-88d7-0f660dd0e007,Scanning Electron Microscopy and X-Ray Microanalysis,"By Joseph I. Goldstein, Dale E. Newbury, Joseph R. Michael, Nicholas W.M. Ritchie, John Henry J. Scott, David C. Joy",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-6676-9,electron-microscopy;x-ray,,,,,, -c7eb7439-64fe-499d-929e-ee8c7bdf37d3,Introduction to Evolutionary Computing,"By A.E. Eiben, J.E. Smith",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-44874-8,computer-science;evolutionary-computing,,,,,, -22a61c4e-689b-4fb2-8d5e-821aa49e54dd,Data Structures and Algorithms with Python,"By Kent D. Lee, Steve Hubbard",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-13072-9,data-structures;programming-languages/python,,,,,, -3e5be136-0428-4174-a015-17a63392b4cf,LaTeX in 24 Hours,By Dilip Datta,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-47831-9,programming-languages/latex,,,,,, -3bc4c7fe-5f5b-4976-877a-6e0b8c3fecf0,Automata and Computability,By Dexter C. Kozen,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4612-1844-9,computer-science;automata,,,,,, -d14ec336-a3b3-4fbd-906a-2615ebcceb1c,The Algorithm Design Manual,By Steven S Skiena,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-84800-070-4,computer-science;algorithms,,,,,, -61e30de4-5823-4d34-a792-f030a9cbdf5c,Principles of Data Mining,By Max Bramer,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-7307-6,data-mining,,,,,, -13eb667f-0f34-4fdd-ab5a-85f3fda1c477,Fundamentals of Business Process Management,"By Marlon Dumas, Marcello La Rosa, Jan Mendling, Hajo A. Reijers",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-33143-5,business-process-management,,,,,, -0759f962-ff76-4ca8-9a51-6d8c47562114,UML @ Classroom,"By Martina Seidl, Marion Scholz, Christian Huemer, Gerti Kappel",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-12742-2,programming-languages/uml,,,,,, -454243c6-7069-46bb-901d-6a6f755168d7,Foundations for Designing User-Centered Systems,"By Frank E. Ritter, Gordon D. Baxter, Elizabeth F. Churchill",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-5134-0,design,,,,,, -a00dae6b-b80d-4944-9368-2a4277a548dd,Computer Vision,By Richard Szeliski,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-84882-935-0,computer-science;computer-vision,,,,,, -b68445c9-8734-491a-b77a-52b0300e6f1f,Data Mining,By Charu C. Aggarwal,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-14142-8,data-mining,,,,,, -68267f9e-5ff8-4fbf-bf02-8a3ec0085c57,Computational Geometry,"By Mark de Berg, Otfried Cheong, Marc van Kreveld, Mark Overmars",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-540-77974-2,geometry,,,,,, -4bc1a5b4-e25e-4023-aed1-00f10d66f31f,Cryptography Made Simple,By Nigel Smart,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-21936-3,computer-science;cryptography,,,,,, -d36e248f-8ff3-434b-9074-6829daf4fd85,Eye Tracking Methodology,By Andrew T. Duchowski,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-57883-5,eye-tracking,,,,,, -e16f4502-15dd-4a22-86d5-2e026665cd62,The Data Science Design Manual,By Steven S. Skiena,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-55444-0,data-science,,,,,, -900026fe-5535-4281-bce5-88da7e210f53,An Introduction to Machine Learning,By Miroslav Kubat,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-63913-0,machine-learning,,,,,, -993f38d8-130b-45bb-ab2a-b7bebd5b3161,Guide to Discrete Mathematics,By Gerard O'Regan,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-44561-8,mathematics;discrete-mathematics,,,,,, -583a0e45-2154-4265-bbc6-071861f9227a,"Open Source Search: The Creators of Elasticsearch, ELK Stack & Kibana | Elastic",,,website|https://www.elastic.co/,software-tools/elasticsearch,,,,,, -e25fc353-efab-4547-ab02-47aaae9670ec,We Need To Take CO2 Out Of The Sky,,,article|https://www.orbuch.com/carbon-removal/,climate-change,,,,,, -de34f138-6df1-4371-8c33-7addd310280e,Best IT Company in Agra (India) | Best Digital Marketing Institute in Agra | Technosters,,,course|https://technosters.com/,digital-marketing,,,,,, -f48b5028-c5ee-4515-8b56-db9574d6be1c,An Intuitive Guide to Linear Algebra – BetterExplained,,,article|https://betterexplained.com/articles/linear-algebra-guide/,linear-algebra,,,,,, -274b0934-f680-41d7-b288-5ca2e9685b4d,GitHub - grab/front-end-guide: 📚 Study guide and introduction to the modern front end stack.,,,learning_plan|https://github.com/grab/front-end-guide,frontend-engineering,,,,,,oer -85e010bf-5473-48a3-a79e-926404d311fb,HOW ROCKETS ARE MADE (Rocket Factory Tour - United Launch Alliance) - Smarter Every Day 231,,,video|https://www.youtube.com/watch?v=o0fG_lnVhHw&feature=youtu.be,rockets,,,,,,oer -5d356055-c48c-4025-870e-9c46594d1b4d,An Elementary Introduction to the Wolfram Language by Stephen Wolfram,,,book|https://www.wolfram.com/language/elementary-introduction/2nd-ed/,programming-languages/wolfram,,,,,, -b2b4a54a-0e06-4a9d-a8ee-965d0410932c,The 1918 Flu Pandemic - Trench Fever - Extra History - #2,,,video|https://www.youtube.com/watch?v=Gt-VQGNiSWU&feature=youtu.be,epidemics;h1n1,,,,,,oer -ac6d90a9-ff9f-4873-8acb-c348385df2ff,"Archery - Simple English Wikipedia, the free encyclopedia",,,wiki|https://simple.wikipedia.org/wiki/Archery,archery,,,,,,oer -0e4c492b-de09-4587-a079-08107ca3f3f8,The Archer's Paradox in SLOW MOTION - Smarter Every Day 136,,,video|https://www.youtube.com/watch?v=O7zewtuUM_0,archery,,,,,,oer -95864063-97eb-4a3b-b0d3-39b568b2858b,linux flashcards,,,flashcard|https://flashcards-demo.netlify.com/linux/,software-tools/linux,,,,,, -d095e4e2-7c44-491d-a223-b740309b2ffd,This equation will change how you see the world (the logistic map),,,video|https://www.youtube.com/watch?v=ovJcsL7vyrk,logistic-map;mandelbrot-set,,,,,,oer -1de14750-ad8d-48e3-b148-3c0740dea31f,The Feigenbaum Constant (4.669) - Numberphile,,,video|https://www.youtube.com/watch?v=ETrYE4MdoLQ,logistic-map;mandelbrot-set,,,,,,oer -aefe1f31-28cf-403a-b090-00af23e23a6e,Coronavirus Disease 2019 (COVID-19) | CDC,,,website|https://www.cdc.gov/coronavirus/2019-ncov/index.html,coronavirus,,,,,, -579dd9d7-89d7-4be9-85e8-3ad8312c3d9d,"0 A.D. | A free, open-source game of ancient warfare",,,game|https://play0ad.com/,civilization,,,,,, -3e83468c-fe38-4f94-aa77-466411b9a068,The Ultimate Remote Work Tools Landscape — The Holloway Guide to Remote Work,,,website|https://www.holloway.com/g/remote-work/sections/the-ultimate-remote-work-tools-landscape,remote-work,,,,,, -24e6c270-910f-419f-8bcc-33ebadeaadb8,Gist.io,"Sometimes, we want to share a bit of writing that is neither. Maybe we want to write for a specific audience, but don’t want to address the people who usually read our blogs. Maybe it’s just something that doesn’t fit into 140 characters. - -Gist.io is a solution for that, inspired by Mike Bostock’s delightful bl.ocks.org - -# Usage -- Create a gist on GitHub with a single Markdown-syntax file. -- In the URL bar, replace -- gist.github.com/youruser/abc123… with -- gist.io/@youruser/abc123…. -- Enjoy your beautifully-presented writing.",,app|https://gist.io/,writing,,,,,, -c3d4b118-ccc7-4491-b466-9a13410816e6,Open Syllabus Project,,,website|https://opensyllabus.org/,education;learning,,,,,, -3b031838-2277-4792-815b-da83e2a9f7f6,https://wi.mit.edu/bionook,,,article|https://wi.mit.edu/bionook,biology,,,,,,oer -c858fdaf-897b-4de0-bdc8-426adb2302ce,A Survey on Wild Mathematics,,,research_paper|https://arxiv.org/pdf/2005.01128.pdf,recreational-math,,,,,, -1700a5aa-b127-4a61-b989-f36f6434504f,Best Data Analytics Certification Training Courses - ExcelR,,,website|https://www.excelr.com/data-analytics-certification-training-course,education,,,,,, -d8d65d5b-dc12-4926-abb2-d071dff2634d,"sarim.com - This website is for sale! - sarim,cardiology Resources and Information.",,,website|https://www.sarim.com/,education,,,,,, -8d0957fe-d3af-4b85-b0c8-5652735dd585,OET 2.0 Practice Online | OET Exam Preparation - Oetpractice.net,,,course|https://www.oetpractice.net/,healthcare;languages/english;online-courses,,,,,, -ee7dab5d-7ccf-450b-a9ca-4cd42fa2004c,Marc ten Bosch - N-Dimensional Rigid Body Dynamics,,,research_paper|https://marctenbosch.com/ndphysics/,physics,,,,,, -fc9bbac6-213e-4ab3-b1e2-e4e8da7b3bb3,Data ScienceTutorial For Beginners|Data Science With R-ExcelR,,,video|https://www.youtube.com/watch?v=kR0R7-s94Mo&list=PLkqc8xRb_lIB2v9gewytOwLjeY4eo6Xib,data-science,,,,,,oer -a5c9a5b4-f5e1-4ead-a9b1-02d4849690c1,Tangram Builder – Mathigon,,,interactive|https://mathigon.org/tangram,tangram,,,,,, -ddfd252c-8094-44bb-b9ac-b6983dc2f1bc,What Nihilism Is Not | The MIT Press Reader,,,article|https://thereader.mitpress.mit.edu/what-nihilism-is-not/,nihilism,,,,,,oer -ed6d7330-9c63-4cb2-958e-0874303e86e7,Discuss Scratch,,,chat|https://scratch.mit.edu/discuss/,programming-languages/scratch,,,,,,oer -4ad57bc6-d861-4c0d-8ec2-cd4447858e83,LightBot,,,game|https://lightbot.com/,programming,,,childlike,,, -b17c0606-b3b5-47a4-8cfd-9eaaba701931,ScratchJr - Home,,,game|https://www.scratchjr.org/,programming-languages/scratch,,,childlike,,, -63ae7473-e118-4eca-a0c5-68e0f3162b5c,Greatest Events of WWII in Colour | Netflix,,,video|https://www.netflix.com/ie/title/80989924,history;world-war-2;human-history,,,,,, -e67fa4a9-baf4-446b-b579-6377d0fbd71d,Syllabus: Scratch programming for kids,"I noticed that these days, a lot of parents are being pressured by edtech industry to buy paid courses on ""programming for kids"" which are all simply using Scratch with bad instructions. Worse, many of them are using industrial languages like Javascript or Python which are completely unsuitable for the purpose of pedagogy. So, I have put together this syllabus/sequence of high-quality learning resources (apps/free courses/articles/videos) that I followed for my own daughter with spectacular success. - -We have a peer group of parents and children learning Scratch programming using this syllabus. If you'd like to join, come to [our Slack group](https://learnawesome.org/join_slack). - -## Why learn Scratch programming? - -Computational thinking skills may have a lot of practical value. It helps kids understand how computers work, and how to make new things with them. But [if you think programming is all about computers, you're wrong](https://twitter.com/nileshtrivedi/status/1261600393382883329). The core idea of programming is that a tiny set of simple instructions can be combined to produce immensely complex structures. We see this in cooking, knitting, chess, mathematics and much more. Your DNA, for example, is a series of instructions or a ""program"". - -But more importantly, programming is the only skill that lets you create ""interactive"" art. Other creators have ""readers"", ""audience"", ""spectators"" etc, but only programmers have ""users"". [If you haven't felt the joy of programming, you're really missing out](https://twitter.com/nileshtrivedi/status/1261601737854472192). - -This joy is what should be the main motivation for teaching programming to kids. Not career success. We don't know what careers will be in vogue 15 years from now, but the joy of creation is an eternal human blessing. - -Scratch is a visual programming language, built at MIT, that is used by children all over the globe. This visual language is in the shape of blocks (like Lego), and it allows its users to create online projects, games, apps, and many other things. The blocks eliminate the major source of frustration which comes from syntax errors. Scratch has a very active online community which makes this experience very engaging for kids, and they also learn collaboration and teamwork - besides figuring out how programs work. - -Scratch, which is completely free, is what's being used by many edtech platforms. You don't need to pay a lot of money for paid courses because I have collected the best quality resources here for you and put them in a sequence that is not rushed. - -In my opinion, it would be a mistake to start too soon with industrial languages like Python, Javascript because the child would be intimidated with a lot of details that only distract. Motivation is the #1 resource with the shortest supply. Do whatever you can to preserve it. I'd actually explore computer games like Age of Empires which provoke questions in their minds: ""I wonder how they wrote code for this game!"". - -## Preparedness: - -Can the child count things correctly? It's NOT easy. Suppose your boss wants you to work from 8am to 11am, and mop floors 8 to 11. Simple - it's one floor per hour, right? - -Nope! There are 4 floors to mop (8, 9, 10 and 11) but only 3 hours to work (8-9, 9-10, and 10-11). - -Whoa -- we count floors and hours differently? You bet. And somehow, if the boss said ""Mop floors 8 to 11 on April 8th to 11th"" everything would be ok. - -To understand this, read [this article](https://learnawesome.org/items/b269d560-c519-4242-91d5-66ad547cc43b-learning-how-to-count-avoiding-the-fencepost-problem-betterexplained) under [Counting](https://learnawesome.org/topics/b49bc6fd-b9bc-46c9-a6d3-ebcef2f01b07-counting) - -Does the child have some exposure to 2D coordinate systems? It's not a prerequisite, but will have to be discussed during the practice stage. -When you reach that stage, use resources from our [co-ordinate plane topic](https://learnawesome.org/topics/9d1d4677-7ebd-4077-9f1f-218806a340e9-coordinate-plane). - -Is any one of the parents experienced with [computational thinking](https://learnawesome.org/topics/13b5f596-e6e4-4a45-81f1-843ff7b42d82-computational-thinking)? If not, they too should go through this Scratch course. Following along with the child is also fine. - -Do you have a computing device at home (a desktop / laptop / tablet)? - -Parents should read [this](https://scratch.mit.edu/parents/) and [follow the Scratch team on Twitter](https://learnawesome.org/items/7a92e34a-982d-4d02-8c58-17de1de7f5db-scratch-team-scratch-twitter) - -## Motivation and priming: - -A lot of difficulty in programming is how it requires you to be very precise with language and instructions. Bringing this sensitivity is important. You can watch the [""Exact Instructions Challenge"" videos](https://www.youtube.com/watch?v=cDA3_5982h8). - -It is also important to create the REASON/MOTIVATION to learn Scratch such as to create your own games. So, first you should explore games made on [Scratch website](https://learnawesome.org/items/3e9de8b8-ef9f-4a61-a091-6608d264b1a4-scratch-homepage). See what is possible with Scratch. Remember, kids want to DO interesting things, and not LEARN something. - -## Experience: - -Cooking is not very different from algorithms. You can start in the kitchen. Parent and child can enact any of the [""Exact Instructions Challenges""](https://www.youtube.com/watch?v=cDA3_5982h8) on their own. You might want to record a video, but no need to publish it anywhere. - -After this, I recommend playing at least the first two levels of the programming puzzle game [Lightbot](https://learnawesome.org/items/2d6e8e6d-0e95-46d6-a4b8-0cf8d83c1634-lightbot). It's a free app which gives a highly-constrained and playful environment for algorithmic thinking that feels like playing a game instead of ""learning"". Remember, kids want to be able to ""do"" interesting stuff, not ""learn"" something. - -Avoid [Scratch Junior](https://learnawesome.org/items/9d0fe359-b80a-4446-bdd5-c7e62afbbccc-scratchjr-home). It's better to stop after Lightbot and wait for them to be ready for main Scratch. - -## Instruction and Practice: - -Scratch is available both as a website and as an [app that works offline](https://scratch.mit.edu/download). - -First try the [interactive online tutorial](https://scratch.mit.edu/projects/editor/?tutorial=getStarted). - -More tutorials are available [here](https://scratch.mit.edu/ideas). - -Now we are ready for a ""course"". [The best one is this free course on edX](https://learnawesome.org/items/a2dbab26-0c93-49b7-ae52-105f312c075a-programming-in-scratch) which will explain all the concepts in detail. Complete it as far as you can. Remember to try things out. Coding, like swimming, can only be learnt by doing. - -You can join other parents going through this syllabus in [our Slack group](https://learnawesome.org/join_slack). :-) - -## Getting help: - -Instead of helping you once, we will teach you how to find help yourself on the Internet: - -- Try these [strategies for getting unstuck](https://learnawesome.org/items/8cb38a52-03a2-4587-8f20-efc404291590-getting-unstuck-strategies) here. -- Check on [Scratch wiki](https://learnawesome.org/items/a7b45674-d23e-4d65-bc57-f80c07cf1ed9-scratch-wiki). -- And the [Scratch forum](https://learnawesome.org/items/08fdd0dc-792d-49b2-a24d-a0b16050cedc-discuss-scratch). -- There's a [Facebook group](https://learnawesome.org/items/6afac218-ee56-4539-b9f8-24d8d83125d9-teaching-with-scratch-public-group-facebook). -- Tweet to [Scratch team](https://learnawesome.org/items/7a92e34a-982d-4d02-8c58-17de1de7f5db-scratch-team-scratch-twitter) or [Scratch Junior team](https://twitter.com/ScratchJr) -- Ask fellow Scratch learners in [our Slack group](https://learnawesome.org/join_slack) - -## Performance: - -- Basic: The student should be able to Create a game with her own idea and publish it on scratch website. -- Advanced: Complete this [series of Scratch challenges](https://learnawesome.org/items/0db431c8-f480-4a96-8907-85fef9eb6a4a-creative-computing-lab-at-the-harvard-graduate-school-of-education). - -## Learn from the experts - -- Let the kid play games on Scratch. They should know what ""apps"" are, before they get interested in how apps get made. Occasionally, they will get curious and click on the ""See Inside"" button to bypass a difficult game level. At that point, they are hacking in its true spirit. Count yourself as a successful parent at this point! 😄 - -- Watch Scratch tutorials on YouTube, such as how to create their own platformer game in Scratch. Be patient at this point though. Let them make simpler games, stories etc before reaching this slightly difficult level. - -- Learn how to create custom blocks. This is a rough simulation of how functions work in industrial programming languages. - -## Teach: - -Your child should now teach Scratch to a friend or sibling. Teaching is one of the best ways to consolidate your [learning](https://learnawesome.org/topics/4e9769cb-5233-44fe-91d4-c49d601f6dbe-learning). - -## What next after Scratch? - -Frankly, there is no need to rush. Scratch alone can expose them to a wide variety of programming techniques, but if you do want to go forward, try these topics: - -- [Snap!](https://learnawesome.org/topics/efde49a5-47bf-4689-88b1-303a7bca5f4b-programming-languages-snap) This adds two key features to Scratch: Lists as a first-class object (so you can introduce data-structures like tree, stack, queue etc) and higher-order functions. But it doesn't have a great UI or an active community like Scratch does. - -- [Processing](https://learnawesome.org/topics/4cfd43da-19d7-40d4-b3d6-95297b1a31da-programming-languages-processing) is a textual language that still makes it easy to generate concrete, visual things like animations or games. It is important to work on concrete things because it shortens the feedback loop which is crucial for formation of concepts. - -- [Computational Thinking](https://learnawesome.org/topics/13b5f596-e6e4-4a45-81f1-843ff7b42d82-computational-thinking) - -## Help us spread the word. - -We are building a community of lifelong learners. If you have landed here, you probably have an immense love for learning like us. We would love to have you join [our Slack group](https://learnawesome.org/join_slack).",,,programming-languages/scratch,,,,,, -dd8800c8-e998-4e3d-881c-53ea79f5c631,Penguins (2019) - IMDb,,,video|https://www.imdb.com/title/tt8080302/,penguins;antarctica,,,,,, -1b9eed1d-0f90-475d-8e53-a50f6aca0c3a,The Eighty Five Percent Rule for optimal learning | Nature Communications,,,research_paper|https://www.nature.com/articles/s41467-019-12552-4,learning,,,,,, -4ee94273-59fa-497b-b25f-68d151d004ee,Born in China (2016) - IMDb,,,video|https://www.imdb.com/title/tt4629266/,nations/china;animals,,,,,, -92a845f0-a012-4a08-9cbf-50a48a0a0cee,What is Russell's paradox? - Scientific American,,,article|https://www.scientificamerican.com/article/what-is-russells-paradox/,russells-paradox;logic,,,,,, -5bde3143-a178-4a9b-90e6-4b3f9ed7ad88,Home Workout Videos | Team Body Project,,,website|https://teambodyproject.com/,fitness,,,,,, -099b42e2-457e-4119-8bcc-ba78fc4b1972,Shtetl-Optimized » Blog Archive » Quantum Computing Lecture Notes 2.0,,,book|https://www.scottaaronson.com/blog/?p=4805,quantum-computing,,,,,, -bd22c0fc-a17d-465f-ac32-838c7dd03dc4,researchseminars.org - Browse talks,,,webconf|https://researchseminars.org/,science,,,,,, -13533ccd-882d-4a3a-8212-906da052d719,"In Praise of Idleness, by Bertrand Russell | Harper's Magazine",,,article|https://harpers.org/archive/1932/10/in-praise-of-idleness/,economics,,,,,, -09904792-764c-4c26-9b48-9975ed562fe4,Autism and Perfect Pitch | Henny Kupferstein,,,article|https://hennyk.com/autism-and-perfect-pitch/,perfect-pitch;autism,,,,,, -40463533-7aef-4818-a343-7676f54668df,Pitch Perception Shift: A Rare Side-Effect of Carbamazepine - PubMed,,,research_paper|https://pubmed.ncbi.nlm.nih.gov/11442894/,perfect-pitch,,,,,, -66318b4f-7bdb-4a53-b237-b0a100b65db3,Syllabus: Machine Learning for Managers,"![Machine learning v/s Classical programming](https://web.archive.org/web/20200728133730if_/https://pbs.twimg.com/media/ECQDlFOWkAEJzlY?format=jpg&name=small) - -[This picture](https://learnawesome.org/items/4755bf41-11ec-42b4-a696-cd57851e18bb-machine-learning-v-s-classical-programming) explains the difference between machine learning and classical program. Instead of figuring out the underlying mechanism of any phenomena (such as what causes cancer and what makes it show up in X-ray), the machine-learning approach just requires us to label the data (which x-rays came from cancer patients, and which ones came from healthy people). In this picture, this labeling is what is called ""Answers"". -Computer is very good at number-crunching. If we provide sufficient data, it can detect all kind of correlations and patterns (i.e. ""Rules""). Those rules can then be used in classical programming way to look at unlabeled data, and make a fairly-accurate prediction. - -We'll start with training basic regression models in Excel. Did you know that [most of us suck at Excel](https://learnawesome.org/items/ee3f3b19-849f-45c9-b2ad-fddd105d4bc7-you-suck-at-excel)? This is almost an hour-long video but worth a watch for anybody who spends significant amount of time in Excel. - -Let's train our first machine-learning model, using nothing but Excel. [Here's a good article](https://learnawesome.org/items/a599ce44-88ae-4263-b0d2-f40f1fe01c23-regression-basics-for-business-analysis) that touches only a little bit of math. - -That's right! Linear regression is an ML technique! If you'd like to go deeper into it, there are some resources on our [Linear Regression](https://learnawesome.org/topics/afb2268e-8386-43a9-8528-b6db6349d06a-linear-regression) topic. - -Linear Regression is a simple model: It will only work in situations where the output variable is directly proportional to all input variables separately. No squares, or sines, or even reciprocals. This is why its utility is quite limited. -So, if you have y as the output variable that you suspect that it depends on 3 input variables, x1, x2, and x3, the model you are training is y = a*x1 + b*x2 + c*x3 + d. Excel will help you find the values of a, b, c, and d that represents the straight line that best fits the given data. - -As long as the relationship is linear, the same technique will work - even for hundreds, thousands or even millions of variables. You'll just a more powerful machine to do the regression though. - -If you've done your first regression model in Excel, you should download [RapidMiner Studio](https://learnawesome.org/items/0144711f-6169-42bd-a65e-893642920a48-predictive-analytics-software-rapidminer-studio) - -This is a free tool that will let you visually build data pipelines for reading, cleaning, re-structuring data and training plus testing your models. The free version has a limit of 10,000 rows but we're recommending this because our goal is to understand ML, not get lost in the whole programming rabbithole. - -You should now try to create a ""Decision Tree"" model in RapidMiner. They have a [catalog of video lessons here](https://learnawesome.org/items/c690fb51-0436-457f-ad45-c268f6afa14c-machine-learning-and-rapidminer-tutorials-rapidminer-academy/edit?item_id=c690fb51-0436-457f-ad45-c268f6afa14c). - -By the time you reach the Create a model -> Apply a model -> Test a model -> Validate a model, you would have finished your first non-trivial machine learning problem. - -[This article](https://learnawesome.org/items/c6000899-c51e-433c-83db-d264d73df2ea-machine-learning-is-fun-adam-geitgey-medium) will give you a very nice high-level, but not vague overview of machine learning. - -Once you've completed the Decision Tree model in RapidMiner, you can try the other [built-in samples exercises](https://docs.rapidminer.com/latest/studio/getting-started/studio-samples.html) it has which cover a wide range of techniques. [MadeWithML](https://learnawesome.org/items/bcfa7ea8-1aa1-4752-9ad3-6fab43d0d775-made-with-ml) has good introductions to many of these topics. - -Here are some other [interesting datasets](https://rs.io/100-interesting-data-sets-for-statistics/) to play with. - -Now you're ready to get introduced to neural networks - which are all the rage these days. Here's an [interactive playground](https://learnawesome.org/items/bdc17d5c-771c-4b4c-95b3-6c2b80627aa7-neural-network-playground) to start with. - -[3Blue1Brown has a nice 20-minute video about how neural networks actually work](https://learnawesome.org/items/59ffea74-ece9-43f4-a701-b323c095ae51-but-what-is-a-neural-network-deep-learning-chapter-1). Must watch!",,,machine-learning,,,,,5.0, -ef6926b1-aa11-4216-88b6-a8a535c16bfb,Syllabus: Fiction Writing for Beginners,"## Preparedness - -### Books to read for creative writing inspiration: -[Bird by Bird](https://www.amazon.in/Bird-Some-Instructions-Writing-Life/dp/0385480016) -[The Artist’s Way](https://www.amazon.in/Artists-Way-Spiritual-Higher-Creativity/dp/1585421464) - -### Books that help you write well -[On Writing Well](https://www.amazon.in/Writing-Wel-Classic-Guide-Nonfiction/dp/0060891548) -[Elements of Style](https://www.amazon.in/Elements-Style-William-Strunk-Jr/dp/020530902X/ref=sr_1_1?crid=II3CN8JKWYZZ&dchild=1&keywords=elements+of+style&qid=1589554987&s=books&sprefix=elements+of+style%2Cstripbooks%2C311&sr=1-1) - -### Inspiring reads -[Ten Rules for Writing Fiction](https://www.theguardian.com/books/2010/feb/20/ten-rules-for-writing-fiction-part-one) - - -#Genre Writing - -### Sci-Fi -[MIT Sci-fi Writing Syllabus](https://ocw.mit.edu/courses/comparative-media-studies-writing/21w-759-writing-science-fiction-spring-2016/syllabus/) - -[How to write a great science fiction novel](https://io9.gizmodo.com/how-to-write-a-great-science-fiction-novel-in-7-easy-st-1565393502) - -### Crime -[Writing Suspense](https://www.amazon.in/Plotting-Writing-Suspense-Patricia-Highsmith/dp/0751565970) -[Crime Fiction Tips](https://nationalcentreforwriting.org.uk/article/crime-fiction-tips/) - -### Romance -[Tips for writing your first romance novel](https://nybookeditors.com/2016/10/tips-writing-first-romance-novel/) - -### Historical fiction -[Writing Historical Fiction](https://www.amazon.in/Started-Writing-Historical-Fiction-Yourself-ebook/dp/B00X61MZVM/ref=sr_1_1?dchild=1&keywords=Get+Started+in+Writing+Historical+Fiction&qid=1589989391&sr=8-1) - - -#Priming with Prompts - -Inspiration to create your own fiction - -[Prompts are everywhere](https://blog.reedsy.com/creative-writing-prompts/) - - -# Understanding Elements of Fiction -Listen to [Brandon Sanderson’s course](https://www.youtube.com/playlist?list=PLH3mK1NZn9QqOSj3ObrP3xL8tEJQ12-vL) on the various aspects of writing fiction - -### Writing a novel -[Some Resources](https://www.thecreativepenn.com/write-novel-resources/) - - -### Characterization: -[Creating Character](https://www.nownovel.com/blog/creating-character/) -[MasterClass: How to develop fictional characters](https://www.masterclass.com/articles/how-to-develop-fictional-characters#8-tips-for-character-development) -[Character Traits](https://www.amazon.in/Writers-Guide-Character-Traits/dp/1582973903) - -### Setting -- [Discover the basic elements of setting in a story](https://www.writersdigest.com/improve-my-writing/discover-the-basic-elements-of-setting-in-a-story) -- [Importance of setting in your story](https://blog.bookbaby.com/2018/02/importance-of-setting-in-your-story/) -- Beyond the backdrop: Mastering setting in fiction - The Writer - -### Plot Arc -- [MasterClass: Everything You Need To Know About Writing Plot](https://www.masterclass.com/articles/everything-you-need-to-know-about-writing-plot) - - -# Short Story or Novel? -- [How to write a short story](https://jerryjenkins.com/how-to-write-short-stories/) -- [How to write a novel using the snowflake method](https://bubblecow.com/blog/see-how-easily-you-can-write-a-novel-using-the-snowflake-method) -- [How to write a book in 30 days](https://www.theguardian.com/books/2012/oct/20/writing-your-novel-30-days-method) - -# Write your own work - -- [30 days method](https://www.theguardian.com/books/2012/oct/20/writing-your-novel-30-days-method) -- [Write your first novel](https://www.coursera.org/learn/write-your-first-novel) - -",,,fiction-writing,,,,,, -38147c2a-0103-460f-8d91-85c0f4dc3477,Syllabus: Cooking with Food Science,# Coming soon,,,cooking,,,,,, -7987b4e9-fba9-4674-b777-52069c673759,Cyclists’ Time-Trial Dilemma Solved | MIT Technology Review,,,article|https://www.technologyreview.com/2013/09/23/83039/cyclists-time-trial-dilemma-solved/,sports/cycling;optimization,,,,,, -92c1a9b1-f254-4575-b877-d5b3c6057550,https://www.reddit.com/r/scratch/,,,chat|https://www.reddit.com/r/scratch/,programming-languages/scratch,,,,,,oer -b79863bf-cc51-4b44-87d0-0cf4b98d2bb1,Physics ∩ ML - a virtual hub at the interface of theoretical physics and deep learning.,,,webmeet|http://www.physicsmeetsml.org/,physics;machine-learning,,,,,, -7e2c8627-ef9f-4e06-998f-74a81ca026b3,Five Principles of Extraordinary Math Teaching | Dan Finkel | TEDxRainier,,,video|https://www.youtube.com/watch?v=ytVneQUA5-c,teaching;mathematics,,,,,,oer -855075b3-d157-4310-968d-1bfe4f78a7f0,Vegetarianism Explained,,,book|https://www.goodreads.com/book/show/36380370-vegetarianism-explained,food-science,,,,,, -8ccccade-384e-46d3-af52-7f683ce35475,Scott Adams’ Financial Advice,,,article|https://www.mattcutts.com/blog/scott-adams-financial-advice/,personal-finance,,,,,, -57cf0ee0-4783-4e0f-b003-f0ae7910662a,Mr. Money Mustache — Early Retirement through Badassity,,,blog|https://www.mrmoneymustache.com/,personal-finance,,,,,, -42ab756f-7897-45e6-8447-330aa065268f,Get Rich Slowly - Personal finance that makes sense,,,blog|https://www.getrichslowly.org/,personal-finance,,,,,, -85252959-6cd6-4523-9f6f-abae78dde1cf,Asan Ideas for Wealth Public Group | Facebook,,,chat|https://www.facebook.com/groups/asanideasforwealth/,personal-finance,,,,,4.0, -27d527b9-e0f9-40d8-b896-5ad8e5b317bd,Regression Basics for Business Analysis,,,article|https://www.investopedia.com/articles/financial-theory/09/regression-analysis-basics-business.asp,linear-regression;machine-learning,,,,,5.0, -dc9a7577-b0f6-46d0-a68d-b720c0f00262,calculating and displaying regression statistics in excel,,,article|https://www.rwu.edu/sites/default/files/downloads/fcas/mns/calculating_and_displaying_regression_statistics_in_excel.pdf,linear-regression;software-tools/excel,,,,,,oer -286d71e5-9189-4993-ae46-0f644dbff9c3,Regression Analysis in Excel - Easy Excel Tutorial,,,article|https://www.excel-easy.com/examples/regression.html,linear-regression;software-tools/excel,,,,,, -7faca9ce-374d-4045-b9e4-c37928142cc2,Predictive Analytics Software | RapidMiner Studio,,,app|https://rapidminer.com/products/studio/,machine-learning,,,,,, -6f71346c-d702-4b3f-93bd-1d0a8629512f,The Miracle Sudoku,,,video|https://www.youtube.com/watch?v=yKf9aUIxdb4,sudoku;mathematical-thinking,,,,,,oer -d0fe8a12-2a2e-4ba7-a028-49bf8ef72952,Samskrit Tutorial | Best Website to Learn Samskrit,,,website|https://www.samskrittutorial.in/,languages/sanskrit,,,,,, -165e4691-62a4-4ffb-9190-213ade37b275,A Complete 4-Year Course Plan for an Artificial Intelligence Undergraduate Degree - Mihail Eric,,,learning_plan|https://www.mihaileric.com/posts/complete-artificial-intelligence-undergraduate-course-plan/,artificial-intelligence,,,,,, -8b4ba65c-60f1-42a5-a860-d19868f35785,Machine Learning Summer School 2020,"The Machine Learning Summer School (MLSS) Series -The machine learning summer school (MLSS) series was started in 2002 with the motivation to promulgate modern methods of statistical machine learning and inference. It was motivated by the observation that while many students are keen to learn about machine learning, and an increasing number of researchers want to apply machine learning methods to their research problems, only few machine learning courses are taught at universities. Machine learning summer schools present topics which are at the core of modern Machine Learning, from fundamentals to state-of-the-art practice. The speakers are leading experts in their field who talk with enthusiasm about their subjects. - -MLSS 2020 in Tübingen, Germany -After having numerous discussions among the organizers, and gathering thoughts from our speakers and potential students, we concluded that holding the event this year in a virtual form is more beneficial than postponing it to next year, as there is no guarantee that holding it physically would be possible next summer. Therefore, the MLSS 2020 will be a virtual event between 28 June to 10 July 2020. Most of our lectures will be livestreamed on YouTube, depending on the speaker's agreement.",,course|http://mlss.tuebingen.mpg.de/2020/,machine-learning,,,,,, -782f62d6-1f49-4886-b721-bab2480f00ed,The Power of Compound Interest ( Must Watch ),,,video|https://www.youtube.com/watch?v=8NC_OHBgV2Q,personal-finance;money,,,,,,oer -6add175b-c5d1-44c9-b642-d96258fe5ccf,"₹e-Assemble Step1: Goals, Dreams, Nightmares - YouTube",,,video|https://youtu.be/n3zOlltE-8s?t=120,personal-finance;money,,,,,, -1723efce-dd22-4778-b8fe-00dd089fd01f,Personal Financial Statement for Excel,,,website|https://www.vertex42.com/ExcelTemplates/personal-financial-statement.html,personal-finance,,,,,, -9b377e5e-eecd-49db-b28e-1cf80e594b03,Brain Basics: Understanding Sleep | National Institute of Neurological Disorders and Stroke,,,article|https://www.ninds.nih.gov/Disorders/Patient-Caregiver-Education/Understanding-Sleep,sleep,,,,,, -e8cba708-dea4-4678-903b-fc34599d68cc,TiddlyWiki — a non-linear personal web notebook,,,website|https://tiddlywiki.com/,software-tools/tiddlywiki,,,,,, -35852ab0-b950-4f78-a698-f7a9b92ea21d,Google Groups,,,chat|https://groups.google.com/forum/#!forum/TiddlyWiki,software-tools/tiddlywiki,,,,,, -7284d13e-f0a4-4ccc-ac6e-cb299dfded60,TiddlyWiki/public - Gitter,,,chat|https://gitter.im/TiddlyWiki/public,software-tools/tiddlywiki,,,,,, -f0d4c715-f8e6-4335-a6c6-8ca2fbd9aaff,Machine Learning and RapidMiner Tutorials | RapidMiner Academy,,,video|https://academy.rapidminer.com/learning-paths/get-started-with-rapidminer-and-machine-learning,software-tools/rapidminer;machine-learning,,,,,, -500df1a3-2bd3-4133-a776-89cf16aeccf8,Charak Samhita,,,website|http://www.carakasamhitaonline.com/mediawiki-1.32.1/index.php?title=Main_Page,ayurveda,,,,,, -c178cbb2-66f5-44bc-90c5-f15a4eaa4034,National Institute of Indian Medical Heritage (NIIMH),,,website|http://niimh.nic.in/#/home,ayurveda,,,,,, -bf2cbeee-f6d1-429e-a790-0604d148cb2b,Awk in 20 Minutes,,,article|https://ferd.ca/awk-in-20-minutes.html,software-tools/awk,,,,,, -9f24c0b3-9cf7-4925-b164-90cf75c91f17,Six Strategic Pen-and-Paper Games (from a Strange and Bottomless Mind) – Math with Bad Drawings,,,game|https://mathwithbaddrawings.com/2020/04/22/six-strategic-games-from-a-strange-and-bottomless-mind/;book|https://www.goodreads.com/book/show/5696163-100-strategic-games-for-pen-and-paper,recreational-math,,,childlike,,, -27e73e19-a1d6-4c36-a62c-0fdacd087303,Best Digital Marketing Course in Bangalore with 100% Job Placement,,,website|https://www.excelr.com/digital-marketing-training-in-bangalore,digital-marketing,,,,,, -6386e598-fa23-4836-a4bb-b22d2b797f6d,IELTS Exam Online Practice and Training Course | IELTS Preparation Online,,,article|https://www.ielts7band.net,ielts,,,,,, -6d0b5b3d-5312-4c97-8068-1eb12a52e9b0,CERN Document Server,,,website|https://cds.cern.ch/,particle-physics,,,,,, -dda85dac-f8ea-45e9-bcad-1491be1d0814,Learning How to Count (Avoiding The Fencepost Problem) – BetterExplained,,,article|https://betterexplained.com/articles/learning-how-to-count-avoiding-the-fencepost-problem/,counting,,,,,, -793d0693-40b9-4708-b5e4-3ffc7422c586,Off-by-one error - Wikipedia,,,article|https://en.wikipedia.org/wiki/Off-by-one_error,counting,,,,,,oer -defb6de5-2e47-4d48-8965-7032fdb83376,CS Theory Online Talks,,,webconf|https://cstheorytalks.wordpress.com/,computer-science,,,,,, -f97692e8-8b9c-4310-8fa2-39d95fff26ea,Learn Code the Hard Way,,,website|https://learncodethehardway.org/,programming,,,,,, -d2103eae-96e7-46da-8fc3-f6483fd1e86c,Made With ML,,,website|https://madewithml.com/,machine-learning,,,,,, -aa6c3e8c-10c5-44e9-b94d-9ac617673dca,Gut and Psychology Syndrome,,,book|https://www.goodreads.com/book/show/978904.Gut_and_Psychology_Syndrome,food-science,,,,,, -e2c26a49-3e05-4f8b-9c40-5cc6438f9e6e,Compound interest introduction | Interest and debt | Finance & Capital Markets | Khan Academy,,,video|https://www.youtube.com/watch?v=Rm6UdfRs3gw,personal-finance,,,,,4.5,oer -ecede8c5-70c6-4308-969f-be1b31cf414c,The rule of 72 for compound interest | Interest and debt | Finance & Capital Markets | Khan Academy,,,video|https://www.youtube.com/watch?v=mec-QpjQMXY,personal-finance,,,,,,oer -4105beb8-fcd1-4895-b9c6-fcecf9ac5bc9,The Psychology of Money · Collaborative Fund,,,article|http://www.collaborativefund.com/blog/the-psychology-of-money/,money;personal-finance;investing,,,,,, -38e93040-a17f-4f1c-835b-c28c13dd6429,Tools for better thinking | Untools,,,website|https://untools.co/,thinking,,,,,, -4145ec07-923d-4587-8642-121e55020514,Hero Patterns | Free repeatable SVG background patterns for your web projects,,,app|https://www.heropatterns.com/,programming-languages/css,,,,,, -27617317-8763-4fee-8504-ecdfbb2500b9,Repaying your sleep debt - Harvard Health,,,article|https://www.health.harvard.edu/womens-health/repaying-your-sleep-debt,sleep,,,,,,oer -78f2b0fe-d696-4805-9ac9-bafc789229c1,Keeping a Sleep Diary,,,article|https://www.webmd.com/sleep-disorders/guide/sleep-diary,sleep,,,,,, -35a3034c-eb59-4362-ad89-7761780cd7a2,How Can You Control Your Dreams? - Scientific American,,,article|https://www.scientificamerican.com/article/how-to-control-dreams/,dreaming;sleep,,,,,, -7bb0a623-2914-4a63-8049-220bf835810c,The Effect of Psychosocial Stress on Sleep: A Review of Polysomnographic Evidence,,,research_paper|https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4266573/,sleep,,,,,, -76fc2446-ffbb-49a6-8394-6c1e04f63538,Why Sleep Matters,,,video|https://www.youtube.com/watch?v=LmwgGkJ64CM,sleep,,,,,,oer -bfb1cb6d-da74-4129-a87b-18a1a905aa36,Serious Science,,,video|https://www.youtube.com/channel/UCComKOHir2WrDuRZXP8DT-A,science,,,,,,oer -48e50a53-8729-4604-ad60-5df0d91a75c8,Tips to be a better problem solver [Last lecture] | Lockdown math ep. 10,,,video|https://www.youtube.com/watch?v=QvuQH4_05LI,problem-solving,,,,,,oer -f6ceea22-da9c-46bb-b826-ec43b6b19754,Anarchism and Other Essays,,,book|https://www.goodreads.com/book/show/551926.Anarchism_and_Other_Essays,anarchism;political-science,,,,,, -20c099f2-1fb6-4772-b328-f55a86defcc1,The Best Books on Anarchism | Five Books Expert Recommendations,,,article|https://fivebooks.com/best-books/anarchism-ruth-kinna/,anarchism,,,,,, -ad58d709-9b98-4ef4-9864-d0c7d6cb32e8,"We Need to Talk, AI – A Comic Essay on Artificial Intelligence",,,article|https://weneedtotalk.ai/,artificial-intelligence,,,,,, -5585f7a6-76ed-476a-9ae6-064306e13a8e,Akin's Laws of Spacecraft Design,,,article|https://spacecraft.ssl.umd.edu/akins_laws.html,engineering,,,,,,oer -d538dde5-1af4-4b09-878a-e72c14943054,The Mathematics of Music,,,book|https://imaginary.org/sites/default/files/20190911-lala-booklet-v0.4-web-text.pdf,music;mathematics,,,,,, -57bf79c5-972c-4db6-bce0-deea8f051ac1,Biohacking Lite,,,article|http://karpathy.github.io/2020/06/11/biohacking-lite/,weight-loss,,,,,,oer -b1c94b89-f62e-400b-aa3d-3521c73d164d,The Sea Floor,"By Eugen Seibold, Wolfgang Berger",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-51412-3,oceans,,,,,, -ec34b3fd-3770-4539-bce0-124d4eb340d9,Fixing Sleep," ---BLURBDOC-- - -I and people around me have been struggling on-and-off with sleep deprivation. Over the next couple of weeks, I intend to learn about [sleep](https://learnawesome.org/topics/663d33c6-338d-4c16-8f45-67ae74b0b69b-sleep) - how it works and how to fix it - using these resources. - -- Why We Sleep (Book by Matthew Walker): ([summary 1](https://learnawesome.org/items/65884cd9-ef88-474d-9444-b5b5a20c087d-why-we-sleep-unlocking-the-power-of-sleep-and-dreams-summary-at-blas-com), [summary 2](https://learnawesome.org/items/f3bfcbbb-064d-4ee5-a4f4-4134f3f328bc-why-we-sleep-unlocking-the-power-of-sleep-and-dreams-2017), [critique](https://learnawesome.org/items/2ec6df50-4565-4305-9eea-cb29e31e1664-matthew-walker-s-why-we-sleep-is-riddled-with-scientific-and-factual-errors-alexey-guzey), and if possible, [the full book](https://learnawesome.org/items/4b8563a3-6fb9-439f-854a-7c19b2c68bb9-why-we-sleep-unlocking-the-power-of-sleep-and-dreams-2017)) - -- [Why Sleep Matters (1 hr 45 mins video)](https://learnawesome.org/items/ba0e1adf-3735-414a-9e1c-220b0d023b32-why-sleep-matters) - -A couple more book summaries to get alternate perspectives: - -- [Sleep Smarter](https://learnawesome.org/items/da6fea8b-4cfc-4157-8f58-6134993afd8d-sleep-smarter-summary-by-fourminutebooks) -- [The Sleep Revolution](https://learnawesome.org/items/5cacfc0e-5a9a-43e9-94b5-4fae19a81ed8-the-sleep-revolution-summary-by-fourminutebooks) - -I will also start maintaining a [Sleep Diary](https://learnawesome.org/items/2f32e656-b597-49eb-baaa-a20c9aea3583-keeping-a-sleep-diary) - -And a couple of research papers: - -- [Brain Basics: Understanding Sleep](https://learnawesome.org/items/77b35cae-992c-40ad-b4ea-b65b65d8c094-brain-basics-understanding-sleep-national-institute-of-neurological-disorders-and-stroke) by NIH -- [Repaying your sleep debt](https://learnawesome.org/items/46a757a7-6886-41e9-986a-8005603701c7-repaying-your-sleep-debt-harvard-health) by Harvard Health - -As I start applying these ideas to fix my sleep, I will add more resources to this topic. If you'd like to join me and discuss this, join the [LearnAwesome slack](https://learnawesome.org/join_slack)",,,sleep,,,,,, -7eb65890-8523-4943-bbf3-f88a6491472f,The effects on cognition of sleeping 4 hours per night for 12-14 days | Hacker News,,,thread|https://news.ycombinator.com/item?id=23211068,sleep,,,,,, -761c85e8-6deb-47e8-8f15-b90c3d223f1c,Modelling Computing Systems,"By Faron Moller, Georg Struth",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-84800-322-4,computer-science,,,,,, -11f91ae0-2720-4fc9-a5d4-26f07f69a19e,Understanding Cryptography,"By Christof Paar, Jan Pelzl",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-04101-3,computer-science;cryptography,,,,,, -6ca527ca-468a-4f5e-bd84-20348ad51453,Thermodynamics :: LearnAwesome,,,course|https://learnawesome.org/items/612e0fa4-6962-4767-9692-187394086069-thermodynamics,thermodynamics,,,,,, -c9991c7a-657c-4fde-ab81-913cb2ea3cda,Concise Guide to Software Engineering,By Gerard O'Regan,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-57750-0,software-engineering,,,,,, -f68bbe66-7b61-4812-bf23-b1cf70e276c1,Fundamentals of Multimedia,"By Ze-Nian Li, Mark S. Drew, Jiangchuan Liu",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-05290-8,multimedia,,,,,, -ebb9188c-2452-4885-aa07-b0deb94db35d,The Python Workbook,By Ben Stephenson,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-14240-1,programming-languages/python,,,,,, -c677c81d-6c4e-418d-b409-c677a8456381,Recommender Systems,By Charu C. Aggarwal,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-29659-3,machine-learning;recommender-systems,,,,,, -2d77b42f-731e-4374-ba5e-75290bb0795d,Python Programming Fundamentals,By Kent D. Lee,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-6642-9,programming-languages/python,,,,,, -fdaf0731-a92f-41e5-8e5f-250097ad02a4,"Object-Oriented Analysis, Design and Implementation","By Brahma Dathan, Sarnath Ramnath",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-24280-4,programming;object-oriented-programming,,,,,, -5fc5a787-ea4d-4bf8-8c87-6fc142dff2f7,Introduction to Data Science,"By Laura Igual, Santi Seguí",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-50017-1,data-science,,,,,, -ef1f9211-e553-4526-8e35-3969724a678a,Concise Guide to Databases,"By Peter Lake, Paul Crowther",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-5601-7,computer-science;databases,,,,,, -5bd5dfab-b523-4ced-a8b1-42601cc99f98,Digital Image Processing,"By Wilhelm Burger, Mark J. Burge",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-6684-9,image-processing,,,,,, -0a6f37ba-c096-4370-9ca0-a0b78447d38d,Guide to Computer Network Security,By Joseph Migga Kizza,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-55606-2,computer-science;computer-networks,,,,,, -13d98daa-7f8d-439e-9aa9-8e4026ba72e2,Foundations of Programming Languages,By Kent D. Lee,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-70790-7,computer-science;programming,,,,,, -2b736679-917f-410a-b5da-d55e1096c905,Probability and Statistics for Computer Science,By David Forsyth,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-64410-3,computer-science;probability;statistics,,,,,, -1ddfc197-1cce-40bf-a5d8-278b80a4448b,Guide to Competitive Programming,By Antti Laaksonen,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-72547-5,programming,,,,,, -581dab72-1d3d-495b-a867-c9d784ff67e3,Introduction to Artificial Intelligence,By Wolfgang Ertel,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-58487-4,computer-science;artificial-intelligence,,,,,, -e060551e-5945-4a72-a89f-74a534e657f7,Introduction to Deep Learning,By Sandro Skansi,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-73004-2,machine-learning;deep-learning,,,,,, -49e8e1b2-87b1-4c1b-ba59-e39116be524d,Fundamentals of Business Process Management,"By Marlon Dumas, Marcello La Rosa, Jan Mendling, Hajo A. Reijers",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-56509-4,business-process-management,,,,,, -46422853-1a99-4969-b495-128c38125882,Guide to Scientific Computing in C++,"By Joe Pitt-Francis, Jonathan Whiteley",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-73132-2,scientific-computing;programming-languages/c++,,,,,, -8d3cb427-427d-447c-974b-2599387655dc,Fundamentals of Java Programming,By Mitsunori Ogihara,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-89491-1,programming-languages/java,,,,,, -77fc1ec0-457f-49f7-bf8f-f860673d349b,Logical Foundations of Cyber-Physical Systems,By André Platzer,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-63588-0,cyber-physical-systems,,,,,, -e8a95b9a-efab-4c6b-a598-5cfdf3f6b8b4,Neural Networks and Deep Learning,By Charu C. Aggarwal,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-94463-0,machine-learning;neural-networks;deep-learning,,,,,, -f672622e-9e7e-43c9-87c0-85994d089b51,Systems Programming in Unix/Linux,By K.C. Wang,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-92429-8,computer-science;systems-programming;software-tools/unix;software-tools/linux,,,,,, -4538a730-39ab-446b-9e0d-258b1074ce32,Introduction to Parallel Computing,"By Roman Trobec, Boštjan Slivnik, Patricio Bulić, Borut Robič",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-98833-7,computer-science;parallel-computing,,,,,, -6d6067de-7c9a-4c59-b94e-73e8543d7b2f,Analysis for Computer Scientists,"By Michael Oberguggenberger, Alexander Ostermann",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-91155-7,computer-science,,,,,, -af4d5632-9620-438b-8a09-732dba5e8c9f,Introductory Computer Forensics,By Xiaodong Lin,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-00581-8,computer-science;computer-forensics,,,,,, -858b0507-c1a3-4c37-94d0-26bfdf461213,Irrigation and Drainage Engineering,"By Peter Waller, Muluneh Yitayew",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-05699-9,civil-engineering;irrigation;drainage,,,,,, -9e6fb219-20a1-404b-a32d-becbcfd8f8e6,Climate Change Science: A Modern Synthesis,"By G. Thomas Farmer, John Cook",,book|http://link.springer.com/openurl?genre=book&isbn=978-94-007-5757-8,climate-change,,,,,, -435ea3aa-8175-42ef-abc3-99845a7b3c9d,Petroleum Geoscience,By Knut Bjørlykke,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-34132-8,geoscience,,,,,, -7b5555fd-3b91-40d7-8f13-35e215d64d96,Open Food Facts - World,,,website|https://world.openfoodfacts.org,food,,,,,, -a80b4a94-d0ca-4381-a0a4-380e09688103,In Search of Gold,,,video|https://www.youtube.com/watch?v=rgwUnoZbAig,gold,,,,,,oer -57fc1322-20cc-4add-89f5-56b06c7d6377,Data Science Course in Bangalore | Data Scientist Training In Bangalore - ExcelR,,,website|https://www.excelr.com/data-science-course-training-in-bangalore,data-science,,,,,, -594ef721-3045-4c75-8c76-01842df08a53,The Thinnest Paper in the World - The New York Times,,,article|https://www.nytimes.com/2020/05/05/science/the-thinnest-paper-in-the-world.html,paper,,,,,, -69f0157d-a377-4f0d-b34e-7095d58a97d2,Evolution of Emacs LISP,,,article|http://www.iro.umontreal.ca/~monnier/hopl-4-emacs-lisp.pdf,software-tools/emacs,,,,,, -4182a974-527f-4f59-9819-926206365f76,Scratch Wiki,,,wiki|https://en.scratch-wiki.info/,programming-languages/scratch,,,,,, -3177e8ad-2c5b-4351-b8f3-770f0efcdae5,Scratch Team (@scratch) | Twitter,,,people|https://twitter.com/scratch,programming-languages/scratch,,,,,, -52371f5d-52ab-4955-af2a-3415d2c2684e,Teaching with Scratch Public Group | Facebook,,,chat|https://www.facebook.com/groups/TeachingwithScratch/,programming-languages/scratch,,,,,, -c6cfb23c-aec4-4089-9b9a-61de3353fe38,Getting Unstuck - Strategies,,,article|https://gettingunstuck.gse.harvard.edu/strategies.html,programming-languages/scratch,,,,,,oer -c1641352-26b9-46ae-9a31-297e31f0a560,Creative Computing Lab at the Harvard Graduate School of Education,,,project|https://us18.campaign-archive.com/home/?u=5dd4d8b32f719a30cbde507c6&id=cc0b423621,programming-languages/scratch,,,,,, -6ac9544c-a573-4a83-8840-488c8de830d3,Introduction to the coordinate plane (video) | Khan Academy,,,video|https://www.khanacademy.org/math/basic-geo/basic-geo-coord-plane/coordinate-plane-quad-1/v/introduction-to-the-coordinate-plane,coordinate-plane,,,,,, -121f951a-2832-4fcd-801e-828a2556636c,Cartesian Coordinates,,,article|https://www.mathsisfun.com/data/cartesian-coordinates.html,coordinate-plane,,,,,, -d20d8537-e4b2-4522-8eb2-cdfc3e1b0127,Makey Makey – Makey Shop,,,thing|https://makeymakey.com/,diy;electricity,,,,,, -626d4759-9327-4e2d-a7d8-8f5a4b4eb046,Why the Cessna Is Such a Badass Plane,,,article|https://www.popularmechanics.com/flight/a29417998/cessna-badass-plane/,aviation,,,,,, -7789b6c9-d1cb-4238-b69d-71848893b9c8,Elixir Forum,,,chat|https://elixirforum.com/,programming-languages/elixir,,,,,, -50a47f60-a0ce-4621-8d42-3a79c6a3e692,Hello English : Learn English | Best English Speaking App,,,app|https://helloenglish.com,languages/english,,,,,, -d13d4a1f-f4e6-4664-a304-cec47a5995e5,Personal Information Management,,,research_paper|https://asistdl.onlinelibrary.wiley.com/doi/abs/10.1002/aris.2007.1440410117,personal-knowledge-management,,,,,, -86c7b937-c506-4aba-9604-9ad609d1ef5f,RoamBrain.com,,,website|https://www.roambrain.com/,software-tools/roam,,,,,, -bade7b5a-bbb2-4347-a825-71b2cf7c69e4,Syllabus: Personal Finance,"## Introduction -Albert Einstein supposedly said: - -> *Compound interest is the 8th wonder of the world.* - -We don’t know if he really said that but compound interest is indeed the most powerful force in the universe. And when it comes to money, investing, and personal finance, the most important lever that one needs to recognize and pull is the lever of compounding. - -## Step 1 -[Watch this Khan Academy](https://learnawesome.org/items/4d4c31e1-f575-48da-969a-ad644ba7b50c-compound-interest-introduction-interest-and-debt-finance-capital-markets-khan-academy) video to refresh your compound interest concepts. Pay special attention to the section where he talks about **how long does it take to double your money.**(The rule of 72) - -### Exercise -Compound interest is very counterintuitive for humans to wrap their head around. To get some intuitive understanding about compounding use this [compound interest calculator](https://financialmentor.com/calculator/compound-interest-calculator) and play by inserting some numbers. Observe the charts and table generated by the calculator. - -## Step 2 -Join this Facebook group — [Asan Ideas for Wealth](https://learnawesome.org/items/de27a7be-0b90-443f-99ac-1bad5679e17a-asan-ideas-for-wealth-public-group-facebook) This is an active community. You can get answers to your personal finance/investing/money related questions here. - -### Exercise -Browse through some of the discussions and comments. Don’t spend more than 15-20 minutes initially. The idea is to get access to this forum. - -## Step 3 -So, why are you interested in Personal Finance? Because you want to be a little more certain about availability of money in the future for your needs/wants. Right? So [watch this video](https://learnawesome.org/items/f60ffa9f-5dd2-49ce-82af-25cb43fc0352-a-e-assemble-step1-goals-dreams-nightmares-youtube). (Start watching from 2:00 min onwards) - -### Exercise -Take as much time as needed to do the exercise suggested in it. The exercise could take a couple of hours or the whole weekend. At the end of the exercise you should have a fairly descriptive list of your goals, dreams, and nightmares. Describe the spreadsheet to your significant other or to someone you feel comfortable sharing your finances. - -## Step 4 -Remember, during the initial years compounding tests your patience and during the later years, your bewilderment. So, time to remind yourself about the miracle of compounding again. [Watch this video](https://learnawesome.org/items/a1350591-aa80-47ab-87d1-99fc5de51278-the-power-of-compound-interest-must-watch). Focus on the first 2min 40s — the story of the king and the chessboard. - -### Exercise -Share the Chess Story with 3 of your friends. Then, crack open an excel spreadsheet, and do the math to come up with your own estimate of “the amount of grain on the chessboard.” - -## Step 5 -Simple doesn’t mean easy. It takes time to appreciate and develop good personal finance habits. Not days or months. It takes years. To ensure that your mind doesn’t forget the basics of good personal finance hygiene subscribe to these two blogs - - -1. [Mr. Money Mustache](https://learnawesome.org/items/f731f093-dad6-4456-bbf2-90d722fe61fe-mr-money-mustache-early-retirement-through-badassity) -2. [Get Rich Slowly](https://learnawesome.org/items/6776b6e1-fd61-4bdb-81a5-bccdac3e3de2-get-rich-slowly-personal-finance-that-makes-sense) - -## Assignment 1 -Revisit the list that you created in Step 3. Now that you’re clear about your goals, to chart the path to your destination, you need to know where you stand today. To make an assessment of where you are today, [visit this link](https://learnawesome.org/items/72bc1636-f6b5-421e-9a6c-13e8451fb304-personal-financial-statement-for-excel) and follow the instructions to create an excel sheet which captures all your finances — your cash flows, assets, liabilities, etc. - -Capture every possible minute details. All your bank accounts, FDs, Mutual Funds, Insurance policies, Equity/Stocks, Real Estate, Loans, Income, Expenses — everything. If you’re doing this for the first time, it might be an overwhelming task but don’t cut corners. It’s important that you do it properly, even if it takes 2-3 days. - -Remember, fixing your personal finances isn't a quick weekend activity. It will take time. - -Once you're done with this excel sheet, remove the numbers (or replace them with dummy figures) and share the excel template in the personal finance Slack group. This will help others in tweaking their own excel sheet and in the process you will also learn from others' templates. - -## Step 6 -Buy these two books and read them: - -1. [Rich Dad Poor Dad](https://learnawesome.org/items/3c698e46-8577-4ea6-b056-f31b0a1e89a4-rich-dad-poor-dad) - -2. [Richest Man in Babylon](https://learnawesome.org/items/cb8a617b-0d78-4644-b2e3-75b6d2d7756c-the-richest-man-in-babylon) - -To begin, you could start with the book summaries: - -1. [Rich Dad Poor Dad book summary](https://learnawesome.org/items/2ac61164-9cfc-4d51-a80a-35e0d9c3f0d6-rich-dad-poor-dad-summary-by-fourminutebooks) - -2. [Richest Man in Babylon book summary](https://learnawesome.org/items/dc694591-26dc-498e-a832-8df5f9f2eccf-the-richest-man-in-babylon-summary-by-fourminutebooks) - -Remember, the summary is just to get you started. It's important that you read the books also when you're done with the summaries. Don't worry if it takes time. Read the books slowly. There are no extra points for finishing the books fast. In fact, you may even have to read those books multiple times. Like compound interest, knowledge also builds slowly initially. Keep at it. - -## Assignment 2 - -List down 10 most important lessons from each of the books. Share it in the Personal Finance Slack channel. - -The most effective (yet uncomfortable) way of learning anything is to teach it. So share your lessons on social media (WhatsApp, FB, Twitter, LinkedIn). The more you talk about it, deeper those learnings will go in your own mind and become a permanent part of how you think about money.",,,personal-finance,,2020,,,5.0, -522a44fc-7681-4014-9de5-43b279e2de7b,Principles of Economics – Open Textbook,,,book|https://opentextbc.ca/principlesofeconomics/,economics,,,,,, -4da737b4-aff0-4092-90b1-d57d4ab1286b,Course Notes: The Art Of Reading Course (Farnam Street) — Joshua Poh,,,article|https://www.joshuapoh.com/blog/course-notes-the-art-of-reading-farnam-street,reading,,,,,, -c9cde20c-5500-4ce6-878f-300793308ba2,ABC Home Page - ABC.com,,,course|http://abc.com,abstract-algebra;3d-graphics,,,,,, -246181dd-0157-4ae3-84e5-fa09734d5c6d,The Quick Clay Landslide at Rissa - 1978 (English commentary),,,video|https://www.youtube.com/watch?v=3q-qfNlEP4A,geology,,,,,,oer -77e37dd2-23c4-4bb6-aa80-cf4459e536e9,Starlink Project of SpaceX - All You Need To Know - Bitactro,,,article|https://bitactro.com/starlink-spacex/,starlink,,,,,, -031d4fb6-f26a-4bac-b826-46374e2bd9dd,An Introduction to Soil Mechanics,By Arnold Verruijt,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-61185-3,soil-mechanics,,,,,, -9a361a11-c025-48e0-b514-7200bea949a2,Sustainability Science,"By Harald Heinrichs, Pim Martens, Gerd Michelsen, Arnim Wiek",,book|http://link.springer.com/openurl?genre=book&isbn=978-94-017-7242-6,sustainability,,,,,, -dfab8677-0e56-46e0-a408-9ef93cff5d97,Python For ArcGIS,By Laura Tateosian,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-18398-5,gis;programming-languages/python,,,,,, -7c2e05be-6fda-4542-93b3-eb813e0aeda8,ArcGIS for Environmental and Water Issues,By William Bajjali,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-61158-7,gis,,,,,, -12a01d9a-7977-486a-8114-b327e2f14c2d,System Dynamics,"By Bilash Kanti Bala, Fatimah Mohamed Arshad, Kusairi Mohd Noh",,book|http://link.springer.com/openurl?genre=book&isbn=978-981-10-2045-2,simulation;modelling,,,,,, -131f45ec-8733-44cb-aaf4-ec74e9489459,Principles of Microeconomics,By Martin Kolmar,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-57589-6,microeconomics,,,,,, -7ab8a198-7595-48d2-a416-f7d2c4829a08,Time Series Econometrics,By Klaus Neusser,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-32862-1,econometrics,,,,,, -868b8070-06b1-4f77-962e-30feedacb65c,Stochastic Processes and Calculus,By Uwe Hassler,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-23428-1,stochastic-processes;calculus,,,,,, -f907258b-b5df-409e-978d-478a472f7c45,Economics as Applied Ethics,By Wilfred Beckerman,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-50319-6,economics;ethics,,,,,, -3c596bc3-c349-4595-bb72-c5f692b9ca74,Grammar for Teachers,By Andrea DeCapua,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-33916-0,grammar;teaching,,,,,, -81fba5af-60dc-409d-9a2e-311929794e53,Writing for Publication,"By Mary Renck Jalongo, Olivia N. Saracho",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-31650-5,writing;research,,,,,, -d0935fd0-f3e5-4d99-8a83-2cdd2ed84a26,Language Across the Curriculum & CLIL in English as an Additional Language (EAL) Contexts,By Angel M.Y. Lin,,book|http://link.springer.com/openurl?genre=book&isbn=978-981-10-1802-2,languages/english,,,,,, -5784ec50-37df-4b61-b7f5-e05b4ffdee65,The A-Z of the PhD Trajectory,By Eva O. L. Lantsoght,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-77425-1,research;phd,,,,,, -174db01c-84c1-4832-9f5f-a29c826c07d8,Conferencing and Presentation English for Young Academics,By Michael Guest,,book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-2475-8,languages/english,,,,,, -de46709d-f048-48ac-bdb7-1075046b9449,Research Methods for Social Justice and Equity in Education,"By Kamden K. Strunk, Leslie Ann Locke",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-05900-2,social-justice;research,,,,,, -ded3938b-3303-4126-b817-40536a148658,Educational Technology,"By Ronghuai Huang, J. Michael Spector, Junfeng Yang",,book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-6643-7,education;edtech,,,,,, -7cd9edae-dd6b-44c6-99bc-7417e1928dd6,School Leadership and Educational Change in Singapore,"By Benjamin Wong, Salleh Hairon, Pak Tee Ng",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-74746-0,education;nations/singapore,,,,,, -f1e131e8-3ce8-47a0-b667-96ab92b35542,A Course in Rasch Measurement Theory,"By David Andrich, Ida Marais",,book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-7496-8,social-science,,,,,, -4d0701ac-ee1e-44a9-8d09-cb30b6d1c662,Electrical Machines,By Slobodan N. Vukosavic,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-0400-2,electrical-engineering,,,,,, -40cbd341-07e2-4117-974b-1de943adde15,Energy Storage,By Robert Huggins,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-21239-5,energy,,,,,, -0aacf213-7148-4cef-852d-30826e7c1cc6,Reactive Power Control in AC Power Systems,"By Naser Mahdavi Tabatabaei, Ali Jafari Aghbolaghi, Nicu Bizon, Frede Blaabjerg",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-51118-4,electrical-engineering,,,,,, -f907ed5c-a437-4ccf-8795-1d18a7d1a8f6,Energy Economics,"By Peter Zweifel, Aaron Praktiknjo, Georg Erdmann",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-53022-1,energy;economics,,,,,, -f5ddc9be-cd8d-4781-8ccd-17b03a40baab,Solar PV and Wind Energy Conversion Systems,"By S. Sumathi, L. Ashok Kumar, P. Surekha",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-14941-7,solar-power;wind-power,,,,,, -97420edb-eb79-4bed-b581-5388c1889f76,Air Pollution and Greenhouse Gases,By Zhongchao Tan,,book|http://link.springer.com/openurl?genre=book&isbn=978-981-287-212-8,pollution;climate-change;environmental-science,,,,,, -cbbb5ec8-c926-4507-bf5a-ca697f1a23eb,Energy Harvesting and Energy Efficiency,"By Nicu Bizon, Naser Mahdavi Tabatabaei, Frede Blaabjerg, Erol Kurt",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-49875-1,energy,,,,,, -61517793-ae10-40f8-9cc9-5049aa7978fd,Energy and the Wealth of Nations,"By Charles A.S. Hall, Kent Klitgaard",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-66219-0,energy;economics,,,,,, -5a501084-a71e-4bed-be5b-27c4c9e878ca,Building Energy Modeling with OpenStudio,"By Larry Brackney, Andrew Parker, Daniel Macumber, Kyle Benne",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-77809-9,energy,,,,,, -63f9af65-22be-4571-bba0-46ccdcec1421,Off-Grid Electrical Systems in Developing Countries,By Henry Louie,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-91890-7,electrical-engineering,,,,,, -e3549d93-1577-4361-ae14-2589386f4251,Fundamentals of Power Electronics,"By Robert W. Erickson, Dragan Maksimovic",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-306-48048-5,electrical-engineering;power-electronics,,,,,, -2faae1ae-bad2-4303-a60a-35ac62882804,Intuitive Probability and Random Processes using MATLAB®,By Steven Kay,,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-24158-6,probability;software-tools/matlab,,,,,, -14b89892-c474-4ff8-85fc-c2c1b6f0d1d2,Fatigue of Structures and Materials,By J. Schijve,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4020-6808-9,engineering;engineering-mechanics,,,,,, -099c5b73-d62f-4179-9c8d-6da2d5da63c5,Fundamentals of Robotic Mechanical Systems,By Jorge Angeles,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-01851-5,engineering;robotics,,,,,, -f7010256-0727-4044-aa6e-16f692d86e62,Introduction to Logic Circuits & Logic Design with Verilog,By Brock J. LaMeres,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-53883-9,electronics;verilog,,,,,, -9f323e76-1220-43ae-b3cb-669455430ebe,Structural Analysis,"By O. A. Bauchau, J.I. Craig",,book|http://link.springer.com/openurl?genre=book&isbn=978-90-481-2516-6,engineering;structural-analysis,,,,,, -6ae37a0d-ec4c-4d6c-86b1-da88d05c23df,You're Not Listening,,,book|https://www.goodreads.com/book/show/45892276-you-re-not-listening,listening;communication,,,,,, -7a704908-cf41-4cb2-91f4-da30a419af79,The mathematics of weight loss | Ruben Meerman | TEDxQUT (edited version),,,video|https://www.youtube.com/watch?v=vuIlsN32WaE,weight-loss,,,,,,oer -e0941bc4-5f80-4839-bf4e-b943568fd972,Parallel by Simon Singh,,,interactive|https://parallel.org.uk/8-03-chaotic-pendulums,chaos,,,,,, -50d9f481-6f25-4b93-87cc-bc6d2373264e,Being Wrong: Adventures in the Margin of Error (Hardcover),By Kathryn Schulz,https://learn-awesome.github.io/assets/book_covers/7811050.jpg,book|https://www.goodreads.com/book/show/7811050-being-wrong,thinking,,,,,, -9d8bac15-beef-4564-8ffd-7e35712de7d2,Anarchism,,,book|https://www.goodreads.com/book/show/61002.Anarchism,anarchism;political-science,,,,,, -ec41aa9f-8626-49d9-8a14-dde77d26cb02,ActivityPub,,,article|https://www.w3.org/TR/activitypub/,activitypub,,,,,, -b0126a51-4db4-49c4-aafc-e4076f81913a,Additive Manufacturing Technologies,"By Ian Gibson, David W. Rosen, Brent Stucker",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-1120-9,engineering;manufacturing,,,,,, -bc88ea9f-3c24-40c6-a97d-b58d762b8e6b,Engineering Electromagnetics,By Nathan Ida,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-07806-9,engineering;electromagnetism,,,,,, -e5a474a6-9db7-47e4-b81b-73f6c7f35a20,Data Science Course in Chennai | Data Scientist Training in Chennai,,,website|https://360digitmg.com/india/data-science-using-python-and-r-programming-in-chennai,data-science,,,,,, -42e54fa1-2ff7-4205-98c0-28f3f4181ed2,Alternative Energy Sources,By Efstathios E (Stathis) Michaelides,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-20951-2,energy,,,,,, -1f5267ca-c12c-4857-bee6-a4662e1dbbca,Engineering Mechanics 1,"By Dietmar Gross, Werner Hauger, Jörg Schröder, Wolfgang A. Wall, Nimal Rajapakse",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-30319-7,engineering;engineering-mechanics,,,,,, -80948c67-7010-4027-87e7-5b95eb721cf3,Thermodynamics and Energy Conversion,By Henning Struchtrup,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-43715-5,thermodynamics;energy,,,,,, -a13899b5-5d4f-495d-8ed8-762284a4a952,Principles of Mobile Communication,By Gordon L. Stüber,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-55615-4,telecommunication,,,,,, -d05f63e3-001f-48ae-a659-d437c5405f08,Physics of Semiconductor Devices,By Massimo Rudan,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-1151-6,semiconductors;physics,,,,,, -ba4db9dd-8085-47cd-bb73-fceed3f7c6d5,Life Cycle Assessment,"By Michael Z. Hauschild, Ralph K. Rosenbaum, Stig Irving Olsen",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-56475-3,life-cycle-assessment;engineering,,,,,, -e3250fff-5433-456a-b746-94a1c8cd6881,Additive Manufacturing Technologies,"By Ian Gibson, David Rosen, Brent Stucker",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-2113-3,manufacturing;additive-manufacturing,,,,,, -6b68d730-137b-473c-9ad5-2669e0de13d1,Robotics,"By Bruno Siciliano, Lorenzo Sciavicco, Luigi Villani, Giuseppe Oriolo",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-84628-642-1,robotics,,,,,, -c3602aec-9441-4fdf-87c5-151b4e242fbc,Fundamentals of Structural Engineering,"By Jerome J. Connor, Susan Faraji",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-24331-3,structural-engineering,,,,,, -c2674289-dfbd-41af-ae25-737223c9ea57,Practical Electrical Engineering,"By Sergey N. Makarov, Reinhold Ludwig, Stephen J. Bitar",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-21173-2,electrical-engineering,,,,,, -605f7cf7-83f1-4e07-a205-2a22cd683b96,The Finite Element Method and Applications in Engineering Using ANSYS®,"By Erdogan Madenci, Ibrahim Guven",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4899-7550-8,finite-element-method;engineering;software-tools/ansys,,,,,, -0f05f751-ff28-43a7-864d-68d14b11c217,Introduction to Embedded Systems,"By Manuel Jiménez, Rogelio Palomera, Isidoro Couvertier",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-3143-5,embedded-systems,,,,,, -d864e529-c81f-4b3a-9f4f-172bdec1bfee,The Finite Volume Method in Computational Fluid Dynamics,"By F. Moukalled, L. Mangani, M. Darwish",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-16874-6,fluid-dynamics,,,,,, -96e86a0e-fd67-4471-a3af-80d88773691f,Introduction to Logic Circuits & Logic Design with VHDL,By Brock J. LaMeres,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-34195-8,logic-circuits;electronics;vhdl,,,,,, -4602d20a-6c6e-49f9-8b53-0ea632a80a7d,Statics and Mechanics of Structures,"By Steen Krenk, Jan Høgsberg",,book|http://link.springer.com/openurl?genre=book&isbn=978-94-007-6113-1,engineering-mechanics,,,,,, -bf89e94a-dbec-4e82-ab50-2ea6d4500795,Engineering Mechanics 2,"By Dietmar Gross, Werner Hauger, Jörg Schröder, Wolfgang A. Wall, Javier Bonet",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-56272-7,engineering-mechanics,,,,,, -f8aa11e9-bb83-4772-a9c4-69873acbc724,Fundamentals of Solid State Engineering,By Manijeh Razeghi,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-75708-7,solid-state-engineering,,,,,, -b6ad6f10-a0f5-44e0-9071-a0ad2aae59d4,"All Remote -| -GitLab",,,website|https://about.gitlab.com/company/culture/all-remote/,remote-work,,,,,, -a103cf2d-64df-4769-bfd3-b8571112af98,Introduction to Digital Systems Design,"By Giuliano Donzellini, Luca Oneto, Domenico Ponta, Davide Anguita",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-92804-3,electronics;digital-system-design,,,,,, -3d1d8d0b-11ad-44e0-87e1-0bcd3696ad8d,Internet of Things From Hype to Reality,"By Ammar Rayes, Samer Salam",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-99516-8,internet-of-things,,,,,, -52640120-f5c4-4c9a-bea5-6f1ba5658c37,Structural Dynamics,"By Mario Paz, Young Hoon Kim",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-94743-3,structural-dynamics;engineering,,,,,, -56d825d9-3b90-4081-8ed7-44c76cf294a4,Quick Start Guide to VHDL,By Brock J. LaMeres,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-04516-6,vhdl;electronics,,,,,, -ead720f8-c9e9-4fed-8ec2-d04614a06da2,Astronautics,By Ulrich Walter,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-74373-8,astronautics;aerospace-engineering,,,,,, -f7d246aa-08dc-449b-9a75-0843acbb9101,Quick Start Guide to Verilog,By Brock J. LaMeres,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-10552-5,verilog;electronics,,,,,, -b514eb4b-dcb0-452d-9272-86de8881b9dd,Introduction to Logic Circuits & Logic Design with VHDL,By Brock J. LaMeres,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-12489-2,logic-circuits;vhdl,,,,,, -a9e59bbe-0a99-4fb7-8f39-1ed5fc29dc4e,Introduction to Logic Circuits & Logic Design with Verilog,By Brock J. LaMeres,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-13605-5,logic-circuits;verilog,,,,,, -be7368ed-11e8-4b37-a434-379ec6b60c1b,Handbook of the Life Course,"By Jeylan T. Mortimer, Michael J. Shanahan",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-306-48247-2,life;social-science,,,,,, -b882f50c-b03b-4a6a-9710-8b620d3a15cc,Handbook of Disaster Research,"By Havidan Rodriguez, Enrico L. Quarantelli, Russell Dynes",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-32353-4,disasters,,,,,, -ee7de517-ddb3-4ca9-b991-8713528269b7,Handbook of the Sociology of Gender,By Janet Saltzman Chafetz,,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-36218-2,gender;sociology,,,,,, -cf1a5c7c-e844-4d2c-8886-1356cfe88340,Handbook of Sociological Theory,By Jonathan H. Turner,,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-36274-8,sociology,,,,,, -a15170c9-69d3-42e4-a0ef-43720137cfac,International Handbook of Historical Archaeology,"By Teresita Majewski, David Gaimster",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-72071-5,archaeology,,,,,, -8bd3dfe1-b5a2-4ecb-84f0-1634165ad62d,Handbook of Quantitative Criminology,"By Alex R. Piquero, David Weisburd",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-77650-7,criminology,,,,,, -95851a9c-f42b-4f40-978b-6f5afc2bcf8f,LGBT-Parent Families,"By Abbie E. Goldberg, Katherine R. Allen",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-4556-2,lgbt,,,,,, -7f96d2ce-1e8d-43f6-aa42-2e59add6b04d,Statistics in Criminal Justice,"By David Weisburd, Chester Britt",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-9170-5,criminal-justics,,,,,, -7cd05ba0-2d8c-4724-8271-16a32f0c8849,The Action Research Planner,"By Stephen Kemmis, Robin McTaggart, Rhonda Nixon",,book|http://link.springer.com/openurl?genre=book&isbn=978-981-4560-67-2,research,,,,,, -da723c11-00ca-417b-9cea-b35b2609a9b0,Handbook of Marriage and the Family,"By Gary W. Peterson, Kevin R. Bush",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-3987-5,marriage;family;social-science,,,,,, -98294375-f16f-42e4-8559-196b9947d1bc,Optimization of Process Flowsheets through Metaheuristic Techniques,"By José María Ponce-Ortega, Luis Germán Hernández-Pérez",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-91722-1,industrial-engineering,,,,,, -e63e82b1-748c-4927-8cf6-ea3e2e30b423,Robotics,"By Matjaž Mihelj, Tadej Bajd, Aleš Ude, Jadran Lenarčič, Aleš Stanovnik, Marko Munih, Jure Rejc, Sebastjan Šlajpah",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-72911-4,robotics,,,,,, -e26c7968-f612-4845-81a3-1d435b0153e1,Stability and Control of Linear Systems,By Andrea Bacciotti,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-02405-5,control-engineering;stability-and-control,,,,,, -29747da9-fe54-4d94-8b32-629061014416,Control Engineering,"By László Keviczky, Ruth Bars, Jenő Hetthéssy, Csilla Bányász",,book|http://link.springer.com/openurl?genre=book&isbn=978-981-10-8297-9,control-engineering,,,,,, -4a287115-b2dc-4466-8f0a-6716cf5b196d,Control Engineering: MATLAB Exercises,"By László Keviczky, Ruth Bars, Jenő Hetthéssy, Csilla Bányász",,book|http://link.springer.com/openurl?genre=book&isbn=978-981-10-8321-1,control-engineering;software-tools/matlab,,,,,, -8138e489-0ea0-4b3d-9517-c653e4a4a4f5,Automatic Control with Experiments,"By Victor Manuel Hernández-Guzmán, Ramón Silva-Ortigoza",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-75804-6,control-engineering,,,,,, -3d078ccd-ce33-46e9-8b0f-ebe949b2809a,Multimedia Big Data Computing for IoT Applications,"By Sudeep Tanwar, Sudhanshu Tyagi, Neeraj Kumar",,book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-8759-3,multimedia;big-data;internet-of-things,,,,,, -faeaebdb-00f2-42ea-b271-9b665f825cf6,Correctional Counseling and Treatment,By Peter C. Kratcoski,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-54349-9,correctional-counseling,,,,,, -b52efffd-fa8c-4e81-901c-9256b0106a6e,Taxation in European Union,By Pietro Boria,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-53919-5,taxation;european-union,,,,,, -d055b291-605b-4ec6-a912-56e5d062a237,Legal Dynamics of EU External Relations,By Henri de Waele,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-54817-2,law;european-union,,,,,, -91b7e415-0b60-4a11-bb63-30e86ec50538,Introduction to Law,"By Jaap Hage, Antonia Waltermann, Bram Akkermans",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-57252-9,law,,,,,, -b1a3f831-be3e-40ab-8aa9-972533ce21dc,International Humanitarian Action,"By Hans-Joachim Heintze, Pierre Thielbörger",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-14454-2,politics,,,,,, -d06a9b58-e564-49fc-ac75-97d6fae08d42,Perspectives on Elderly Crime and Victimization,"By Peter C. Kratcoski, Maximilian Edelbacher",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-72682-3,crime,,,,,, -2d2fb1c9-d1be-4bb7-af38-b46d06f3492d,Criminal Justice and Mental Health,"By Jada Hector, David Khey",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-76442-9,criminal-justice;mental-health,,,,,, -fe77baf2-0b3f-47c5-b5cc-4f11b643de2f,Fraud and Corruption,"By Peter C. Kratcoski, Maximilian Edelbacher",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-92333-8,corruption;fraud,,,,,, -7ce4ac63-a148-4d5a-a907-8914a9b311d7,Discrete Mathematics - An Open Introduction,,,book|http://discrete.openmathbooks.org/dmoi3.html,discrete-mathematics,,,,,, -0b2aa7ff-46aa-4d03-b2bd-278f082b2288,OpenStax,,,book|https://openstax.org/subjects/math,mathematics,,,,,, -21e92609-8d32-4ac2-8d33-015f1584fb55,GitHub - LisaDziuba/Marketing-for-Engineers: A curated collection of marketing articles & tools to grow your product.,,,article|https://github.com/LisaDziuba/Marketing-for-Engineers,marketing,,,,,,oer -0053dd22-b22d-41c0-9621-8ece98224ac7,https://www.amazon.in/Designing-Data-Intensive-Applications-Reliable-Maintainable-ebook/dp/B06XPJML5D/,,,book|https://www.amazon.in/Designing-Data-Intensive-Applications-Reliable-Maintainable-ebook/dp/B06XPJML5D/?tag=learnawesome-21,databases;data-general,,,,,, -48915a25-a550-49a4-ab94-e3cf2a0445f5,What is Electricity?,,,article|http://amasci.com/miscon/whatis.html,electricity,,,,,, -6c8af159-b49c-4419-a783-e61aadd68f29,ActivityPub Rocks!,,,website|https://activitypub.rocks/,activitypub,,,,,, -aae0d8cb-a26b-4b6f-83e3-804ec2e4bc32,ActivityPub - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/ActivityPub,activitypub,,,,,,oer -c024df30-33ad-4bb8-8246-672cba2a419d,Policing and Minority Communities,"By James F. Albrecht, Garth den Heyer, Perry Stanislas",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-19182-5,law;policing,,,,,, -fd9dba22-3bfb-4857-aea4-881f91530c02,Teaching Medicine and Medical Ethics Using Popular Culture,"By Evie Kendal, Basia Diug",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-65451-5,medicine;ethics;medical-ethics,,,,,, -0403c255-be59-4cc2-bb2c-95d69378d2a5,Empathetic Space on Screen,By Amedeo D'Adamo,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-66772-0,film-making,,,,,, -2a5763cd-85b7-482c-b54b-2805505682b9,"Of Cigarettes, High Heels, and Other Interesting Things",By Marcel Danesi,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-349-95348-6,anthropology,,,,,, -f8bef5ea-2a4f-43c3-8ab5-372229c71449,Witnessing Torture,"By Alexandra S. Moore, Elizabeth Swanson",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-74965-5,torture;human-rights,,,,,, -dc284d53-ca70-4630-a652-743a696aa188,Research Methods for the Digital Humanities,"By lewis levenberg, Tai Neilson, David Rheams",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-96713-4,humanities;research,,,,,, -b9d2e45e-93d9-47d6-ad90-d719bf2f9bfa,Managing Media and Digital Organizations,By Eli M. Noam,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-71288-8,media-management,,,,,, -7b6c5147-8242-4bdc-ba36-6aaa2a7d00bd,Media and Digital Management,By Eli M. Noam,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-72000-5,media-management,,,,,, -d06f2328-d33d-4cdb-a2fb-c4b087ba3f88,"An Anthology of London in Literature, 1558-1914","By Geoffrey G. Hiller, Peter L. Groves, Alan F. Dilnot",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-05609-4,literature,,,,,, -246ad8f3-eb7d-43b9-ad65-b8a9721d9054,Mapping Global Theatre Histories,By Mark Pizzato,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-12727-5,theatre,,,,,, -07741372-ead0-4661-8b3a-f83aff946155,All of Statistics,By Larry Wasserman,,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-21736-9,statistics,,,,,, -fa828daa-fee2-4026-a634-d64d5dea1536,Discrete Mathematics,"By László Lovász, József Pelikán, Katalin Vesztergombi",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-21777-2,mathematics;discrete-mathematics,,,,,, -cf841985-cf2d-46dc-857c-c2876f79ab0a,Numerical Optimization,"By Jorge Nocedal, Stephen Wright",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-40065-5,mathematics;optimization,,,,,, -9f2941d2-0def-4501-bd50-6d96ef57f850,Time Series Analysis,"By Jonathan D. Cryer, Kung-Sik Chan",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-75959-3,optimization;time-series,,,,,, -435b1234-f165-46dd-9c72-8213f5b4f1c7,Introductory Statistics with R,By Peter Dalgaard,,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-79054-1,statistics;programming-languages/r,,,,,, -16a5f0b1-5aba-4a46-a993-45b6bb7dadd7,The Elements of Statistical Learning,"By Trevor Hastie, Robert Tibshirani, Jerome Friedman",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-84858-7,machine-learning,,,,,, -b7e64bca-abe6-4ebd-b072-8c1b82bf23ee,Introductory Time Series with R,"By Paul S.P. Cowpertwait, Andrew V. Metcalfe",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-88698-5,statistics;time-series;programming-languages/r,,,,,, -272d7ccb-aa30-4fad-b7de-9130ae6c6cae,A Beginner's Guide to R,"By Alain Zuur, Elena N. Ieno, Erik Meesters",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-93837-0,programming-languages/r,,,,,, -a1bee420-23ee-4753-bbce-bf5f9220b634,"Reading, Writing, and Proving","By Ulrich Daepp, Pamela Gorkin",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-9479-0,mathematics,,,,,, -5c3817ae-f5cf-44d5-a874-dba6424f867b,Introduction to Partial Differential Equations,By David Borthwick,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-48936-0,calculus;partial-differential-equations,,,,,, -04e83b77-3e45-4ec4-aff1-51697c330462,Methods of Mathematical Modelling,"By Thomas Witelski, Mark Bowen",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-23042-9,mathematical-modelling,,,,,, -95bc07fb-d574-4ca7-b3ca-ddc48a246dd6,Introduction to Statistics and Data Analysis,"By Christian Heumann, Michael Schomaker, Shalabh",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-46162-5,statistics;data-analysis,,,,,, -48383dd4-e98f-4e3b-bf39-f93555cf539d,Classical Fourier Analysis,By Loukas Grafakos,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-1194-3,fourier-analysis,,,,,, -de2524d9-d4a4-485b-a999-817c757c4f47,Quantum Theory for Mathematicians,By Brian C. Hall,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-7116-5,mathematics;quantum-physics,,,,,, -199c88f5-d634-4b17-875e-8255fe7f4932,"Brownian Motion, Martingales, and Stochastic Calculus",By Jean-François Le Gall,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-31089-3,stochastic-processes;brownian-motion,,,,,, -344eb7cc-da0d-41b3-91a7-40903375b0b3,Design and Analysis of Experiments,"By Angela Dean, Daniel Voss, Danel Draguljić",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-52250-0,statistics;experiments,,,,,, -2ef962ba-6800-4ed3-b869-240e80d6fe93,Applied Multivariate Statistical Analysis,"By Wolfgang Karl Härdle, Léopold Simar",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-45171-7,statistics,,,,,, -c6c7f0a3-7391-46df-9846-f86de8f2404e,Probability,By Jim Pitman,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4612-4374-8,probability,,,,,, -45e0d07d-45ac-4231-aabd-ae064bad163d,Modeling Life,"By Alan Garfinkel, Jane Shevtsov, Yina Guo",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-59731-7,mathematics;biology;mathematical-biology,,,,,, -4c3e1243-d5a4-4748-8756-3874432fadc5,A Primer on Scientific Programming with Python,By Hans Petter Langtangen,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-49887-3,scientific-computing;programming-languages/python,,,,,, -4c47af1f-7ed3-4324-aba3-e79d116e35d8,Statistical Analysis and Data Display,"By Richard M. Heiberger, Burt Holland",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-2122-5,statistics;data-visualization,,,,,, -b17b5085-856f-432e-b986-0b2aad3ca315,Elementary Analysis,By Kenneth A. Ross,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-6271-2,calculus,,,,,, -495ac794-9f02-4807-a9e1-2e34505301c0,Probability Theory,By Alexandr A. Borovkov,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-5201-9,probability,,,,,, -37622b81-2a4f-42a5-8cf2-0c367c56a3ce,Statistics and Data Analysis for Financial Engineering,"By David Ruppert, David S. Matteson",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-2614-5,statistics;data-analysis;financial-engineering;finance,,,,,, -f6ed84f4-a3a6-4c66-b9e5-458c7218d300,Differential Equations and Their Applications,By Martin Braun,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4612-4360-1,calculus;differential-equations,,,,,, -5d7046f3-c0e6-4622-a9c8-6270e25d1869,Partial Differential Equations,By Jürgen Jost,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-4809-9,calculus;partial-differential-equations,,,,,, -ff86d456-ed10-484b-a44d-a2f30d24bbee,Bayesian and Frequentist Regression Methods,By Jon Wakefield,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-0925-1,statistics;bayesian-statistics,,,,,, -88e4f78b-cfa1-43a4-bdd5-1fb8bacf579d,Introduction to Time Series and Forecasting,"By Peter J. Brockwell, Richard A. Davis",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-29854-2,time-series;forecasting,,,,,, -4262e86e-40fe-4aa9-83c3-0b2c652cd983,Introduction to Smooth Manifolds,By John Lee,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-9982-5,mathematics;manifolds,,,,,, -ad6f9943-b444-4f1b-b6df-d6f14356a889,Multivariate Calculus and Geometry,By Seán Dineen,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-6419-7,calculus;geometry,,,,,, -7c3b0008-9aa0-4a82-8505-4fe18abe3e03,Representation Theory,"By William Fulton, Joe Harris",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4612-0979-9,abstract-algebra,,,,,, -287d4418-0c54-43c3-b074-fda86904a579,Linear Algebra Done Right,By Sheldon Axler,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-11080-6,linear-algebra,,,,,, -fed45a06-ca7c-4887-8db8-d579e6b6babd,Linear Algebra,"By Jörg Liesen, Volker Mehrmann",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-24346-7,linear-algebra,,,,,, -073cb0c3-1d86-478c-b4b3-ad27f75611b3,Understanding Analysis,By Stephen Abbott,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-2712-8,mathematics;calculus;analysis,,,,,, -42699153-a0a8-491a-b758-111cbbb5fbd6,Ordinary Differential Equations,"By William A. Adkins, Mark G. Davidson",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-3618-8,mathematics;calculus;differential-equations,,,,,, -b55e1ac6-a567-4392-b844-9e5dd4bd01a4,Understanding Statistics Using R,"By Randall Schumacker, Sara Tomek",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-6227-9,statistics;programming-languages/r,,,,,, -27a30005-48c7-47b0-9a8d-e89bcf6f8e60,Survival Analysis,"By David G. Kleinbaum, Mitchel Klein",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-6646-9,survival-analysis,,,,,, -8716c9f0-a97d-41ee-a824-8d2d79642052,An Introduction to Statistical Learning,"By Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-7138-7,machine-learning,,,,,, -0224c5f1-4055-4c81-bce2-2d39e73700e0,Statistical Learning from a Regression Perspective,By Richard A. Berk,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-44048-4,machine-learning;regression-analysis,,,,,, -4f9d4485-bfbc-4bef-b73f-a443a50af206,Applied Partial Differential Equations,By J. David Logan,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-12493-3,calculus;partial-differential-equations,,,,,, -8b8f840c-5396-44f4-872e-b86eebd9fef8,Regression Modeling Strategies,"By Frank E. Harrell , Jr.",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-19425-7,regression-analysis,,,,,, -764003c5-28c8-4ac8-bfe7-18bdb9ee2dae,Applied Quantitative Finance,"By Wolfgang Karl Härdle, Cathy Yi-Hsuan Chen, Ludger Overbeck",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-54486-0,quantitative-finance,,,,,, -1f62667f-af5f-47d0-b3d7-b2327d20bda5,A Modern Introduction to Probability and Statistics,"By F.M. Dekking, C. Kraaikamp, H.P. Lopuhaä, L.E. Meester",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-84628-168-6,probability;statistics,,,,,, -bfa7c06d-67e6-455b-9675-413ec9670e1f,Complex Analysis,"By Joseph Bak, Donald J. Newman",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-7288-0,complex-analysis;mathematics,,,,,, -9da299d2-3da1-4469-980f-1eb38835f668,Calculus With Applications,"By Peter D. Lax, Maria Shea Terrell",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-7946-8,mathematics;calculus,,,,,, -20d90982-9945-4280-b393-f8516e8124c1,The Emotion Machine,,,book|https://www.goodreads.com/book/show/169007.The_Emotion_Machine,thinking;artificial-intelligence,,,,,, -87e95c7f-118a-48e5-b847-51213d961282,How to Divide by Zero,,,article|https://www.1dividedby0.com/,mathematics,,,,,, -ac81b289-cb7f-47b5-a161-3d18086e1b9a,Learn Samskrit,,,course|https://www.learnsamskrit.online/,languages/sanskrit,,,,,, -1f0f4f5f-12e0-44c0-a79c-1ce5377c9934,Machine Learning v/s Classical Programming,,https://web.archive.org/web/20200728133730if_/https://pbs.twimg.com/media/ECQDlFOWkAEJzlY?format=jpg&name=small,image|https://twitter.com/kpaxs/status/1163058544402411520,machine-learning,,,,,, -17d116a7-8685-472d-bcca-7c97813e7d41,Machine Learning is Fun! - Adam Geitgey - Medium,,,article|https://medium.com/@ageitgey/machine-learning-is-fun-80ea3ec3c471,machine-learning,,,,,,oer -c3e666a6-c0d5-4f1d-9669-9fad8f07fb49,Fundamentals of Clinical Trials,"By Lawrence M. Friedman, Curt D. Furberg, David L. DeMets, David M. Reboussin, Christopher B. Granger",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-18539-2,clinical-research,,,,,, -682bd868-9999-42ec-9aad-ad1e21e5e686,Applied Predictive Modeling,"By Max Kuhn, Kjell Johnson",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-6849-3,mathematical-modelling,,,,,, -ad353ae7-4606-4e75-abcf-32f5f2fe2eb7,Real Analysis,"By Miklós Laczkovich, Vera T. Sós",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-2766-1,mathematics;real-analysis,,,,,, -f9ded0e9-1862-494f-b5bc-a8d46da2e61a,Probability Theory,By Achim Klenke,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-5361-0,mathematics;probability,,,,,, -69c84656-4a73-4a7a-9686-ca72d48d9490,Bayesian Essentials with R,"By Jean-Michel Marin, Christian P. Robert",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-8687-9,bayesian-statistics;programming-languages/r,,,,,, -4468c6ef-fee9-4f6b-9a4d-36af96e887f6,Abstract Algebra,By Gregory T. Lee,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-77649-1,mathematics;abstract-algebra,,,,,, -c10e31ef-b21a-44f2-baf7-eb5f740cb88b,Applied Linear Algebra,"By Peter J. Olver, Chehrzad Shakiban",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-91041-3,mathematics;linear-algebra,,,,,, -816bf81c-d49d-4a50-a904-5aaf9d3d6e08,Proofs from THE BOOK,"By Martin Aigner, Günter M. Ziegler",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-57265-8,mathematics,,,,,, -f49e9e6d-6c8a-49e8-a7f9-acf6825c4929,A Pythagorean Introduction to Number Theory,By Ramin Takloo-Bighash,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-02604-2,mathematics;number-theory,,,,,, -cdb8e559-c412-40dc-bf1d-9d7c62e4ca69,Evidence-Based Critical Care,By Robert C. Hyzy,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-43341-7,medicine,,,,,, -1faeaf4d-e375-40f4-aecf-7463dccb1376,Biomedical Informatics,"By Edward H. Shortliffe, James J. Cimino",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-4474-8,bioinformatics,,,,,, -2a553730-d73a-4942-b71c-1a6dc0b5da51,Cardiovascular Biomechanics,"By Peter R. Hoskins, Patricia V. Lawford, Barry J. Doyle",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-46407-7,biomechanics;heart,,,,,, -00a9552c-02a7-4d27-ac05-52a94f924af6,Evolutionary Thinking in Medicine,"By Alexandra Alvergne, Crispin Jenkinson, Charlotte Faurie",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-29716-3,medicine;evolution,,,,,, -9b104885-6220-416d-8b83-3394f96a030d,The ASCRS Textbook of Colon and Rectal Surgery,"By Scott R. Steele, Tracy L. Hull, Thomas E. Read, Theodore J. Saclarides, Anthony J. Senagore, Charles B. Whitlow",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-25970-3,surgery;medicine,,,,,, -5260b7ac-6f62-444a-bf88-aaca2c355ffe,Breast Cancer,"By Umberto Veronesi, Aron Goldhirsch, Paolo Veronesi, Oreste Davide Gentilini, Maria Cristina Leonardi",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-48848-6,medicine;breast-cancer,,,,,, -7daaf6a1-205a-4ac2-8ea4-1eab79444a8d,Spine Surgery,"By Bernhard Meyer, Michael Rauschmann",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-98875-7,medicine;surgery,,,,,, -310484de-8ef2-4da4-ba96-7a56cd09581c,Essential Astrophysics,By Kenneth R. Lang,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-35963-7,astrophysics,,,,,, -ffac10b9-ac36-4e97-8f91-45d947315839,Data Analysis,By Siegmund Brandt,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-03762-2,data-analysis,,,,,, -1f599041-4ca5-429a-ba34-ba62bcbe14de,Mechanics and Thermodynamics,By Wolfgang Demtröder,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-27877-3,physics;mechanics;thermodynamics,,,,,, -a1168c8b-2e30-460a-8085-6d6d05ca781a,Particles and Nuclei,"By Bogdan Povh, Klaus Rith, Christoph Scholz, Frank Zetsche, Werner Rodejohann",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-46321-5,physics;particle-physics,,,,,, -c79217b9-5190-40c0-9f48-45751293bb8e,Cosmology for the Curious,"By Delia Perlov, Alex Vilenkin",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-57040-2,physics;cosmology,,,,,, -226cb274-c556-4751-889f-c9f61fa0f94b,Extragalactic Astronomy and Cosmology,By Peter Schneider,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-54083-7,astronomy;cosmology,,,,,, -590c01c9-0cb8-43d7-8927-9503f8c05550,Antifragile - Summary by FourMinuteBooks,By Nassim Nicholas Taleb,https://learn-awesome.github.io/assets/book_covers/13530973.jpg,summary|https://fourminutebooks.com/antifragile-summary/;summary|https://sivers.org/book/Antifragile;book|https://www.amazon.com/Antifragile-Things-That-Disorder-Incerto/dp/0812979680?tag=learnawesome-20,philosophy;economics,Author of Skin In The Game,,,,, -4c772a72-9173-4737-8a4c-fedd3e6066be,Computational Physics,By Philipp O.J. Scherer,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-61088-7,physics;computational-physics,,,,,, -a563bd0b-f961-4af9-85a7-b968a37106dd,Intermediate Physics for Medicine and Biology,"By Russell K. Hobbie, Bradley J. Roth",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-12682-1,physics;medicine;biology,,,,,, -0707f305-53a9-43f7-a1fc-624b29f5144b,Fundamental Astronomy,"By Hannu Karttunen, Pekka Kröger, Heikki Oja, Markku Poutanen, Karl Johan Donner",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-53045-0,astronomy,,,,,, -adfee3d2-8c91-4591-beb7-8c0158cc80a6,Elementary Mechanics Using Python,By Anders Malthe-Sørenssen,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-19596-4,mechanics;programming-languages/python,,,,,, -5de063a8-7990-414d-85cd-09ba592e0e6e,Introduction to Plasma Physics and Controlled Fusion,By Francis Chen,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-22309-4,plasma-physics;fusion,,,,,, -9078ad5a-6151-4c3d-b6d0-793369ab1482,Fluid Dynamics,By Michel Rieutord,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-09351-2,fluid-dynamics,,,,,, -84213a73-9da8-43b3-af8f-e64f7607bf45,Basic Concepts in Computational Physics,"By Benjamin A. Stickler, Ewald Schachinger",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-27265-8,physics;computational-physics,,,,,, -07361964-ae2a-4442-a1ec-245e8de0574c,Mathematical Physics,By Sadri Hassani,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-01195-0,physics;mathematical-physics,,,,,, -4ad74f2a-81f2-4a30-83c9-eddb8a4bcf30,Statistics and Analysis of Scientific Data,By Massimiliano Bonamente,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-6572-4,statistics;science,,,,,, -8d863538-2bda-4ed7-889c-0dc3eb6c3237,Stellar Structure and Evolution,"By Rudolf Kippenhahn, Alfred Weigert, Achim Weiss",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-30304-3,astrophysics,,,,,, -fe9493bb-8c0d-461e-a5d4-abe12f82311c,Computational Physics,By Philipp Scherer,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-00401-3,computational-physics,,,,,, -6254aae5-2295-491c-afed-036e818c9085,Quantum Mechanics,By Daniel Bes,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-20556-9,physics;quantum-mechanics,,,,,, -b92eeb87-f0a9-478e-94a8-72d9ade48a08,Foundations of Quantum Mechanics,By Travis Norsen,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-65867-4,physics;quantum-mechanics,,,,,, -3c264fec-8c78-459c-b022-c6731da0adb1,Introduction to Mathematica® for Physicists,By Andrey Grozin,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-00894-3,physics;software-tools/mathematica,,,,,, -8fbecf65-c0be-4398-8602-f129f5719fb2,Principles of Astrophysics,By Charles Keeton,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-9236-8,astrophysics,,,,,, -65f06090-8e1d-4711-a881-3bf26926999a,Principles of Musical Acoustics,By William M. Hartmann,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-6786-1,physics;acoustics;music,,,,,, -1fc0cfc7-c845-4e6c-8ca9-7d4c96ac3be5,Basics of Laser Physics,By Karl F. Renk,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-50651-7,physics;laser;optics,,,,,, -6ae5e425-8ba2-4134-b2e7-912197353617,Solid-State Physics,"By Harald Ibach, Hans Lüth",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-540-93804-0,physics;solid-state-physics,,,,,, -a947e678-dde2-43fd-aa91-fae949e2146a,Principles of Quantum Mechanics,By R. Shankar,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4757-0576-8,physics;quantum-mechanics,,,,,, -2c0a17a5-53a6-4d88-b143-b54a6dd25dec,Group Theory,"By Mildred S. Dresselhaus, Gene Dresselhaus, Ado Jorio",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-540-32899-5,abstract-algebra;group-theory,,,,,, -e9807416-4cb1-4f23-9c26-9c32e1407b11,Elementary Mechanics Using Matlab,By Anders Malthe-Sørenssen,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-19587-2,software-tools/matlab;mechanics,,,,,, -b8f56e20-df6e-4e4a-9242-984a7d80639b,The Physics of Semiconductors,By Marius Grundmann,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-23880-7,semiconductors;physics,,,,,, -16bf159a-ee5d-4db0-b609-c31736994afc,Quantum Mechanics,By K.T. Hecht,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4612-1272-0,physics;quantum-mechanics,,,,,, -aef9b409-e01e-412e-b6ad-d96c7288f98b,Transmission Electron Microscopy,"By David B. Williams, C. Barry Carter",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4757-2519-3,electron-microscopy,,,,,, -22e29331-420f-4045-b343-8a9eb499b9d3,Advanced Quantum Mechanics,By RAINER DICK,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-25675-7,quantum-mechanics,,,,,, -2ca63381-9ac0-4ed8-a52b-6c1fd90880dc,Physics from Symmetry,By Jakob Schwichtenberg,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-66631-0,physics,,,,,, -22fd3fdb-bc24-4b05-953c-430a39538af4,Problems in Classical Electromagnetism,"By Andrea Macchi, Giovanni Moruzzi, Francesco Pegoraro",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-63133-2,electromagnetism,,,,,, -d2a9a86d-f7d4-4997-a502-07537c50e89e,Introductory Quantum Mechanics,By Paul R. Berman,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-68598-4,quantum-mechanics,,,,,, -5436ff5b-19c3-4517-9b96-353c50e77cba,Linear Algebra and Analytic Geometry for Physical Sciences,"By Giovanni Landi, Alessandro Zampini",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-78361-1,linear-algebra;analytical-geometry;physics,,,,,, -8ddbf28b-219b-4d43-8455-925eadc3a5b0,Introduction to General Relativity,By Cosimo Bambi,,book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-1090-4,physics;general-relativity,,,,,, -f8752c4f-cf90-46e5-8921-e34ff5ecb0a3,Introduction to Particle and Astroparticle Physics,"By Alessandro De Angelis, Mário Pimenta",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-78181-5,physics;particle-physics;astrophysics,,,,,, -30e8de56-478e-45ef-85eb-1129f7ce93fc,A First Introduction to Quantum Physics,By Pieter Kok,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-92207-2,physics;quantum-mechanics,,,,,, -cf836bdc-e97c-4e37-a540-ef3c24c18b73,Physics of Oscillations and Waves,By Arnt Inge Vistnes,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-72314-3,physics;waves,,,,,, -3003b609-b1ae-4821-93ec-1e2fdc36ce83,Quantum Mechanics for Pedestrians 1,By Jochen Pade,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-00464-4,physics;quantum-mechanics,,,,,, -508e18b3-05b1-4037-87c3-40d47375a643,Quantum Mechanics for Pedestrians 2,By Jochen Pade,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-00467-5,physics;quantum-mechanics,,,,,, -a6d41b4f-406b-4c62-bce2-5842ab685341,Philosophy of Science for Scientists,By Lars-Göran Johansson,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-26551-3,philosophy-of-science;science;philosophy,,,,,, -66ea884b-1b6a-4d44-a2dd-c9848a2043cb,Readings in Formal Epistemology,"By Horacio Arló-Costa, Vincent F. Hendricks, Johan van Benthem",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-20451-2,philosophy;epistemology,,,,,, -b1a23699-27b7-49e0-aac2-f4a11f76086f,The Nature of Scientific Knowledge,By Kevin McCain,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-33405-9,philosophy-of-science,,,,,, -8defcd36-6b7d-4e76-91fa-75d46a5082a5,Learn.Genetics,,,website|https://learn.genetics.utah.edu/,genetics,,,,,,oer -e58fddfa-0f02-4f5d-add8-b7fb65442944,Falcon Heavy - BPS.space,,,article|https://bps.space/falcon-heavy,rockets,,,,,, -41290964-ab32-4f5f-80b8-59c0287275a1,"But what is a Neural Network? | Deep learning, chapter 1",,,video|https://www.youtube.com/watch?v=aircAruvnKk,neural-network;machine-learning,,,,,,oer -3b41fb1d-8507-41ce-825a-47313f541681,Communication and Bioethics at the End of Life,"By Lori A. Roscoe, David P. Schenck",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-70920-8,bioethics;philosophy,,,,,, -38627f0f-8c18-4ce6-a6e7-9e344d11f64d,Philosophy of Race,By Naomi Zack,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-78729-9,philosophy,,,,,, -2797b3cd-fab7-4fb8-a0a8-246a6907bf47,Business Ethics - A Philosophical and Behavioral Approach,By Christian A. Conrad,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-91575-3,ethics;business-ethics;philosophy,,,,,, -e765d007-647a-41c2-becd-5b61f3886227,Argumentation Theory: A Pragma-Dialectical Perspective,By Frans H. van Eemeren,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-95381-6,philosophy;argumentation-theory,,,,,, -1468b2cd-e6ab-4837-8db9-f6231b9b2335,Mathematical Logic,By Roman Kossak,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-97298-5,logic;mathematical-logic,,,,,, -fcb58e8f-80ea-4eac-a6f6-c61d3f498d67,Introduction to Formal Philosophy,"By Sven Ove Hansson, Vincent F. Hendricks",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-77434-3,philosophy,,,,,, -0b495337-fae3-48a5-8e51-cf9be3e30410,Philosophical and Mathematical Logic,By Harrie de Swart,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-03255-5,philosophy;mathematical-logic;logic,,,,,, -818855a5-df2a-4f66-86d4-b9f5f99f0b33,Handbook of LGBT Elders,"By Debra A. Harley, Pamela B. Teaster",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-03623-6,lgbt;social-science,,,,,, -39573e9c-5c63-4a7b-8c31-21fec7ee9163,Disability and Vocational Rehabilitation in Rural Settings,"By Debra A. Harley, Noel A. Ysasi, Malachy L. Bishop, Allison R. Fleming",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-64786-9,social-science;disability,,,,,, -2e7c2d13-7c13-484f-9bcb-789743577ec8,Political Social Work,"By Shannon R. Lane, Suzanne Pritzker",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-68588-5,social-science;politics,,,,,, -9d651441-1e47-47be-837d-9db3bac7d5d0,Queering Identities: LGBTQ+ Sexuality and Gender Identity | Coursera,,,course|https://www.coursera.org/learn/queeringidentities?ranMID=40328&ranEAID=SAyYsTvLiGQ&ranSiteID=SAyYsTvLiGQ-d758kr332pNMO7euVM7LfQ&siteID=SAyYsTvLiGQ-d758kr332pNMO7euVM7LfQ&utm_content=10&utm_medium=partners&utm_source=linkshare&utm_campaign=SAyYsTvLiGQ,sociology;lgbt,,,,,, -f5dc8b9f-ecc4-4113-a0cf-6df552811826,The Coronavirus Explained & What You Should Do,,,video|https://www.youtube.com/watch?v=BtN-goy9VOY,coronavirus;epidemics,,,,,,oer -ae9ca29c-b708-4af4-80cd-23c682cebe6e,YouTube's Copyright System Isn't Broken. The World's Is.,,,video|https://www.youtube.com/watch?v=1Jwo5qc78QU&feature=youtu.be,copyright,,,,,,oer -41b44691-8dda-4952-8822-7ad624640f35,Setting Up Git Identities · Micah Henning,,,article|https://www.micah.soy/posts/setting-up-git-identities/,software-tools/git,,,,,, -804fad48-af95-49b0-a191-fe44613a79b4,Principal component analysis - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Principal_component_analysis,machine-learning;deep-learning;matrix,,,,,,oer -d33f5321-9955-4035-85c4-a6018f40e2eb,Course Catalogue | The Theoretical Minimum,,,course|https://theoreticalminimum.com/courses,physics,,,,,, -9933d227-22dd-44b2-980c-a65a04775f2d,Leonard Susskind: My friend Richard Feynman,,,video|https://www.youtube.com/watch?v=6Waurx8e-1o,richard-feynman,,,,,,oer -b6c45010-c607-4085-87f5-8d666f955640,Dick’s Tricks - Leonard Susskind - 5/11/2018,,,video|https://www.youtube.com/watch?v=ldfUAzRMs_k,richard-feynman,,,,,,oer -1d6fb973-ff59-4b22-98f8-a1b3c39c74e5,SCPD creates guide to transitioning courses online | Stanford VPTL,,,article|https://vptl.stanford.edu/news-events/news/scpd-creates-guide-transitioning-courses-online,mooc,,,,,,oer -77cdef3d-8598-49f8-a206-bd2e28c0853d,Meta book recommendations from Ask Hacker News threads - MapFilterFold,,,website|https://mapfilterfold.com/,books,,,,,, -8512e518-3701-4bbe-ba8a-79e267fe173d,Shane Warne - King Of Spin - Leg Spin Tutorial,,,video|https://www.youtube.com/watch?v=AyHX7GsrMlo,sports/cricket,,,,,,oer -81d377ac-b241-4b0e-87fc-53e5310a3df7,Cockroach Anatomy and Physiology | HowStuffWorks,,,article|https://animals.howstuffworks.com/insects/cockroach1.htm,cockroaches,,,,,, -497f2367-4a6c-4f7d-8eae-7e1cc0ab6f87,7 Powers: The Foundations of Business Strategy - Summary at Blas.com,"Helmer sets out to create a simple, but not simplistic, strategy compass. His 7 …",https://blas.com/wp-content/uploads/2019/03/419jc96CutL._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/7-powers/,business;hamilton-helmer;investing;strategy,Lucius Annaeus Seneca,,,,, -cc70515a-1468-492f-b69a-abc6b128e570,Problems and Solutions in Introductory Mechanics,,,book|https://www.goodreads.com/book/show/23222800-problems-and-solutions-in-introductory-mechanics?ac=1&from_search=true&qid=b4l6AEnzHs&rank=1,physics,,,,,, -2f300539-9fa6-4c37-aa5c-220e15d65701,10 Days To Faster Reading,"Jump-Start Your Reading Skills! Speed reading used to require months of training. Now you can rev up your reading in just a few minutes a day. With quizzes to determine your present reading level and exercises to introduce new skills quickly, 10 Days to Faster Reading will improve your reading comprehension and speed as it shows you how to: * Break the Bad Habits That Slow You Down * Develop Your Powers of Concentration * Cut Your Reading Time in Half * Use Proven, Specially Designed Reading Techniques * Boost the Power of Your Peripheral Vision * Learn How to Scan and Skim a Written Report ...And All in 10 Days!",,book|https://www.amazon.in/Faster-Reading-Princeton-Language-Institute/dp/0446676675?tag=learnawesome-21;summary|https://fourminutebooks.com/10-days-to-faster-reading-summary/,reading,Abby Marks-Beale,,,,, -a284f644-33b7-45c3-b374-0cdf8439ee99,10% Happier - Summary by FourMinuteBooks,By Dan Harris,https://learn-awesome.github.io/assets/book_covers/18505796.jpg,summary|https://fourminutebooks.com/10-happier-summary/;book|https://www.goodreads.com/book/show/18505796-10-happier;summary|https://blas.com/10-percent-happier/,psychology;happiness;meditation;dan-harris,Author of 10% Happier,,,,, -e481bf03-2b73-467b-92c7-9c3cc122c92b,12 Rules For Life - Summary by FourMinuteBooks,By Jordan B. Peterson,https://learn-awesome.github.io/assets/book_covers/30257963.jpg,summary|https://fourminutebooks.com/12-rules-for-life-summary/;summary|https://sivers.org/book/12RulesForLife;book|https://openlibrary.org/books/OL26993586M/12_Rules_For_Life_Paperback,psychology;philosophy;personal-development,Jordan B. Peterson,,,,, -dc280e06-96ab-458c-ab65-379fcc1227f7,Amusing Ourselves To Death - Summary by FourMinuteBooks,By Neil Postman,https://learn-awesome.github.io/assets/book_covers/74034.jpg,summary|https://fourminutebooks.com/amusing-ourselves-to-death-summary/;book|https://openlibrary.org/books/OL18396923M/Amusing_ourselves_to_death,sociology;media;television;psychology,Neil Postman,,,,, -9fe0f28e-ed11-4125-aaee-4c6268b0d6e9,Marc Andreessen’s Blog Archives - Summary at Blas.com,A compilation of Marc Andreesen’s blog posts – touching on everything from startups to …,https://blas.com/wp-content/uploads/2020/03/Capture-254x300.png,summary|https://blas.com/pmarca-blog-archives/,andreessen-horowitz;marc-andreessen;productivity;startup;venture-capital,,,,,, -32b2014c-0454-4f81-b368-0fe1e0282516,Show Your Work: 10 Ways to SHare Your Creativity and Get Discovered - Summary at Blas.com,"“If Steal Like an Artist was a book about stealing influence from other people, …",https://blas.com/wp-content/uploads/2020/02/71MTgEEjNVL-300x300.jpg,summary|https://blas.com/show-your-work/,austin-kleon;creativity,Lucius Annaeus Seneca,,,,, -281c9168-66b2-4bc2-844e-d6f2c43ed5dc,Anything You Want: 40 lessons for new kind of Entrepreneur - Summary at Blas.com,“I hope you find these ideas useful in your own life or business. I …,https://blas.com/wp-content/uploads/2020/02/download.jpg,summary|https://blas.com/anything-you-want/,business;derek-sivers;leadership;philosophy;startup,Lucius Annaeus Seneca,,,,, -08c7818c-710d-4e6b-8292-de00cf8b758c,"The fascinating science of bubbles, from soap to champagne | Li Wei Tan",,,video|https://www.youtube.com/watch?v=ez7HOFKTtH0,bubbles,,,,,,oer -95a03aa4-4b92-4a0d-b2d3-15f30566768e,Statistical Mechanics (2nd edition) (2nd edition) (English),,,book|https://www.goodreads.com/book/show/41877649-statistical-mechanics-2nd-edition,mechanics,,,,,, -257f234d-607b-475d-9268-533c1cd6cdbd,Statistical Mechanics,,,book|https://www.goodreads.com/book/show/1322437.Statistical_Mechanics,mechanics,,,,,, -ea60eb14-2dfa-4339-ac69-3845f905438c,Spacetime and Geometry: An Introduction to General Relativity,By Sean Carroll,https://learn-awesome.github.io/assets/book_covers/259680.jpg,book|https://www.goodreads.com/book/show/259680.Spacetime_and_Geometry,general-relativity,,,,,, -73184fb1-81f4-4c6e-b99b-eef555539e9c,The Antenna Theory Website,,,website|http://www.antenna-theory.com/m/index.php,antennas,,,,,, -87d59bf6-f033-4286-9402-5b6bd2cc7cb6,13 Things Mentally Strong People Don’t Do,"The Ultimate Guide to Mastering Your Mental StrengthEveryone knows that regular exercise and weight training lead to physical strength. But how do we strengthen ourselves mentally for the truly tough times? And what should we do when we face these challenges? Or as psychotherapist Amy Morin asks, what should we avoid when we encounter adversity? Through her years counseling others and her own experiences navigating personal loss, Morin realized it is often the habits we cannot break that are holding us back from true success and happiness. Indulging in self-pity, agonizing over things beyond our control, obsessing over past events, resenting the achievements of others, or expecting immediate positive results holds us back. This list of things mentally strong people don't do resonated so much with readers that when it was picked up by Forbes.com it received ten million views.Now, for the first time, Morin expands upon the thirteen things from her viral post and shares her tried-and-true practices for increasing mental strength. Morin writes with searing honesty, incorporating anecdotes from her work as a college psychology instructor and psychotherapist as well as personal stories about how she bolstered her own mental strength when tragedy threatened to consume her.Increasing your mental strength can change your entire attitude. It takes practice and hard work, but with Morin's specific tips, exercises, and troubleshooting advice, it is possible to not only fortify your mental muscle but also drastically improve the quality of your life.",https://covers.openlibrary.org/b/id/8844867-M.jpg,book|https://www.amazon.in/Things-Mentally-Strong-People-Dont/dp/0062358308?tag=learnawesome-21;summary|https://fourminutebooks.com/13-things-mentally-strong-people-dont-do-summary/,psychology;personal-development,Amy Morin,,,,, -d2006b39-d113-4f9e-8a13-f4599d01ab68,21 Days To A Big Idea,,,book|https://www.amazon.in/21-Days-Big-Idea-Breakthrough-ebook/dp/B015QJTK6E?tag=learnawesome-21;summary|https://fourminutebooks.com/21-days-to-a-big-idea-summary/,business,Author of 21 Days To A Big Idea,,,,, -b0fa3676-4e8b-4cd5-ba93-e2d06011c64c,Bit Literacy,"Bit Literacy"" is essential reading for anyone who has experienced ""digital overload"" the daily flood of e-mail, multiple todo lists, a cluttered desktop, documents in various file formats, and the constant distraction of cell phones and other devices. More than a quick fix or another ""how-to"" guide, the book offers an entirely new way of attaining productivity that users at any level of expertise can put into action right away. This is ""bit literacy,"" a method for working more productively in the digital age, with less stress. Mark Hurst - who has reached hundreds of thousands of readers through his Good Experience e-mail newsletter, Uncle Mark technology guides, thisisbroken.com, and other websites - has revealed the way to survive, and thrive, in the digital age: ""Let the bits go.",https://covers.openlibrary.org/b/id/1725930-M.jpg,book|https://www.amazon.in/Bit-Literacy-Productivity-Information-mail/dp/0979368103?tag=learnawesome-21;summary|https://fourminutebooks.com/bit-literacy-summary/,productivity,Mark Hurst,,,,, -40862aa0-a28f-471c-955a-5c73b497d520,The Big Leap,"With over 100,000 copies sold, New York Times bestselling author Gay Hendricks demonstrates how to go beyond your internal limits, release outdated fears and learn a whole new set of powerful skills and habits to liberate your authentic greatness. Fans of Wayne Dyer, Eckhart Tolle, Marianne Williamson, and Gabrielle Bernstein will discover the way to break down the walls to a better life.",https://covers.openlibrary.org/b/id/6305214-M.jpg,book|https://www.goodreads.com/book/show/6391876-the-big-leap;summary|https://fourminutebooks.com/the-big-leap-summary/,personal-development,Gay Hendricks,,,,, -71ea4b5f-98ad-4ba3-81cf-e734ecc39062,21 Lessons For The 21st Century - Summary by FourMinuteBooks,By Yuval Noah Harari,https://learn-awesome.github.io/assets/book_covers/38820046.jpg,summary|https://fourminutebooks.com/21-lessons-for-the-21st-century-summary/;summary|https://sivers.org/book/21Lessons;book|https://openlibrary.org/books/OL26962423M/21_lessons_for_the_21st_century,history;philosophy;society;politics,Author of Homo Deus,,,,, -2f9e2248-c001-495c-8388-30b638857360,59 Seconds,"59 Seconds: Think a Little, Change a Lot (Borzoi Books)",,book|https://www.amazon.com/59-Seconds-Change-Under-Minute/dp/0307474860?tag=learnawesome-20;summary|https://fourminutebooks.com/59-seconds-summary/,psychology;personal-development,Richard Wiseman,,,,, -804a7135-5d9c-4289-8863-563a5edbcd52,A Brief History Of Time - Summary by FourMinuteBooks,By Stephen Hawking,https://learn-awesome.github.io/assets/book_covers/3869.jpg,summary|https://fourminutebooks.com/a-brief-history-of-time-summary/;book|https://www.amazon.in/Brief-History-Time-Stephen-Hawking/dp/0553380168?tag=learnawesome-21,science;physics,Stephen W. Hawking,,,,, -80a00bd5-7101-405f-a493-72de40343c50,A Curious Mind - Summary by FourMinuteBooks,By Brian Grazer,https://learn-awesome.github.io/assets/book_covers/22669010.jpg,summary|https://fourminutebooks.com/a-curious-mind-summary/;book|https://www.amazon.in/Curious-Mind-Secret-Bigger-Life/dp/1476730776?tag=learnawesome-21;summary|https://blas.com/a-curious-mind/,psychology;business;curiosity;brian-grazer,Brian Grazer,,,,, -47e5abbf-fe17-4a4d-84f2-a07f10b3902e,A First-Rate Madness,"This New York Times bestseller is a myth-shattering exploration of the powerful connections between mental illness and leadership.Historians have long puzzled over the apparent mental instability of great and terrible leaders alike: Napoleon, Lincoln, Churchill, Hitler, and others. In A First-Rate Madness, Nassir Ghaemi, director of the Mood Disorders Programme at Tufts Medical Center, offers and sets forth a controversial, compelling thesis: the very qualities that mark those with mood disorders also make for the best leaders in times of crisis.From the importance of Lincoln's ""depressive realism"" to the lacklustre leadership of exceedingly sane men as Neville Chamberlain, A First-Rate Madness overturns many of our most cherished perceptions about greatness and the mind.",,book|https://www.goodreads.com/book/show/10357675-a-first-rate-madness;summary|https://fourminutebooks.com/a-first-rate-madness-summary/,psychology;leadership,Author of A First-Rate Madness,,,,, -07795641-45fc-4a40-9894-e3a7d07d271d,Singletasking,"Your Mind Can't Be Two Places at Once Too many of us have become addicted to the popular, enticing, dangerously misleading drug of multitasking. Devora Zack was once hooked herself. But she beat it and became more efficient, and you can too. Zack marshals convincing neuroscientific evidence to prove that you really can't do more by trying to tackle several things at once it's an illusion. There is a better way to deal with all the information and interruptions that bombard us today. Singletasking explains exactly how to clear and calm your mind, arrange your schedule and environment, and gently yet firmly manage the expectations of people around you so that you can accomplish a succession of tasks, one by one and be infinitely more productive. Singletasking is the secret to success and sanity. """,,book|https://www.amazon.in/Singletasking-More-Done-One-Thing-Time/dp/162656261X?tag=learnawesome-21;summary|https://fourminutebooks.com/singletasking-summary/,productivity,Author of Singletasking,,,,, -331aafd0-cf1a-497a-ac71-b16782c1826d,A Force For Good,"For more than half a century, in such books as The Art of Happiness and The Dalai Lama’s Little Book of Inner Peace, the Dalai Lama has guided us along the path to compassion and taught us how to improve our inner lives. In A Force for Good, with the help of his longtime friend Daniel Goleman, the New York Times bestselling author of Emotional Intelligence, the Dalai Lama explains how to turn our compassionate energy outward. This revelatory and inspiring work provides a singular vision for transforming the world in practical and positive ways.   Much more than just the most prominent exponent of Tibetan Buddhism, the Fourteenth Dalai Lama is also a futurist who possesses a profound understanding of current events and a remarkable canniness for modern social issues. When he takes the stage worldwide, people listen. A Force for Good combines the central concepts of the Dalai Lama, empirical evidence that supports them, and true stories of people who are putting his ideas into action—showing how harnessing positive energies and directing them outward has lasting and meaningful effects. Goleman details the science of compassion and how this singular guiding motivation has the power to   • break such destructive social forces as corruption, collusion, and bias • heal the planet by refocusing our concerns toward our impact on the systems that support all life • reverse the tendency toward systemic inequity through transparency and accountability • replace violence with dialogue • counter us-and-them thinking by recognizing human oneness • create new economic systems that work for everyone, not just the powerful and rich • design schooling that teaches empathy, self-mastery, and ethics   Millions of people have turned to the Dalai Lama for his unparalleled insight into living happier, more purposeful lives. Now, when the world needs his guidance more than ever, he shows how every compassion-driven human act—no matter how small—is integral for a more peaceful, harmonious world, building a force for a better future.   Revelatory, motivating, and highly persuasive, A Force for Good is arguably the most important work from one of the world’s most influential spiritual and political figures.",,book|https://www.amazon.com/Force-Good-Dalai-Lamas-Vision/dp/0553394894?tag=learnawesome-20;summary|https://fourminutebooks.com/a-force-for-good-summary/,spirituality;philosophy;religion;buddhism;psychology,Daniel Goleman,,,,, -a78f5f31-c7cc-4fd8-9098-8233f1a41cb5,A Guide To The Good Life - Summary by FourMinuteBooks,By William B. Irvine,https://learn-awesome.github.io/assets/book_covers/5617966.jpg,summary|https://fourminutebooks.com/a-guide-to-the-good-life-summary/;summary|https://sivers.org/book/StoicJoy;book|https://www.amazon.com/Guide-Good-Life-Ancient-Stoic/dp/1522632735?tag=learnawesome-20,philosophy;psychology,William Braxton Irvine,,,,, -36657e74-0ff0-4335-a918-55e628c36a5e,A New Earth - Summary by FourMinuteBooks,By Eckhart Tolle,https://learn-awesome.github.io/assets/book_covers/76334.jpg,summary|https://fourminutebooks.com/a-new-earth-summary/;book|https://openlibrary.org/books/OL3407556M/A_New_Earth,spirituality;philosophy;psychology,Eckhart Tolle,,,,, -bf33707b-3120-4efe-8725-57f863e8fdd4,A Short History Of Nearly Everything - Summary by FourMinuteBooks,  Bill Bryson gives a very good overview of a natural history and describes how the …,https://blas.com/wp-content/uploads/2016/01/41gdQTWQgEL._SX329_BO1204203200_-199x300.jpg,summary|https://fourminutebooks.com/a-short-history-of-nearly-everything-summary/;summary|https://sivers.org/book/ShortHistoryNE;summary|https://blas.com/a-short-history-of-nearly-everything/;book|https://openlibrary.org/books/OL23115638M/A_short_history_of_nearly_everything,science;history;bill-bryson,Bill Bryson,,,,, -3a1dda66-7d49-4d46-bed0-f8bb3e486df9,A Splendid Exchange - Summary by FourMinuteBooks,By William J. Bernstein,https://learn-awesome.github.io/assets/book_covers/2413423.jpg,summary|https://fourminutebooks.com/a-splendid-exchange-summary/;book|https://www.goodreads.com/book/show/2413423.A_Splendid_Exchange,history;economics,William J. Bernstein,,,,, -66c6f3da-7459-44df-baab-4b776a9cdaed,A Year With Peter Drucker,"A year-long leadership development course, divided into short, weekly lessons, based on Peter Drucker's personal coaching program, previously unpublished material, and selected readings from the management guru's classic works, compiled by his longtime collaborator Joseph A. Maciariello.A Year with Peter Drucker distills the essence of Peter Drucker's personal mentorship program into an easy-to-follow 52-week course, exploring the themes Drucker felt were most important to leadership development, including:Leaders Must Set Sights on the Important and not the Urgent—a key differentiator between a subordinate and a chief. Management is a Human Activity—Process must serve people, in and out of the organization. The Roadmap to Personal Effectiveness—the importance of mission and doing the Right Things not just Getting Things Done. The critical importance of leadership succession especially at top ranks of the organization.Each weekly management meditation includes a lesson and a message or anecdote taken from Drucker's extensive body of work, as well as suggestions for further reading, reflective questions, and quick, easy prompts to help readers incorporate the knowledge they've learned into their daily work.A lifetime of wisdom brilliantly honed into a single essential volume by Drucker's collaborator Joseph A. Maciariello, A Year with Peter Drucker gives both lifelong Drucker fans and young executives now discovering his brilliance an invaluable opportunity to learn directly from the late master.",,book|https://www.goodreads.com/book/show/20663099-a-year-with-peter-drucker;summary|https://fourminutebooks.com/a-year-with-peter-drucker-summary/,leadership,Joseph A. Maciariello,,,,, -030e43cf-9a44-4392-866b-3857899775e3,The Second Law - Summary at Blas.com,"PW Atkins’ beautiful book, The Second Law, defines what the second law means and …",https://blas.com/wp-content/uploads/2020/02/download-1-1.jpg,summary|https://blas.com/the-second-law/,energy;entropy;physics;pw-atkins;second-law-of-thermodynamics;thermodynamics;work,Lucius Annaeus Seneca,,,,, -08ae9a00-6075-476f-9a2d-3c7409fcb1dd,How to Make Giant Bubbles,,,video|https://www.youtube.com/watch?v=VXsPqUFsArM,bubbles,,,,,,oer -42ac7baa-d886-4edc-8410-5949922bf248,Abundance - Summary by FourMinuteBooks,By Peter H. Diamandis,https://learn-awesome.github.io/assets/book_covers/13187824.jpg,summary|https://fourminutebooks.com/abundance-summary/;book|https://www.amazon.com/Abundance-Future-Better-Than-Think/dp/1451614217?tag=learnawesome-20,economics;futurism,Peter H. Diamandis,,,,, -cd01eb45-03bd-4b84-a6a1-67e5bc4706e8,I Love Capitalism: An American Story - Summary at Blas.com,This is Ken Langone’s love song to capitalism. Everyone can and should dream big …,https://blas.com/wp-content/uploads/2018/07/510143d6vQL._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/i-love-capitalism/,business;home-depot;investing;ken-langone,Lucius Annaeus Seneca,,,,, -52b2c9cf-2b95-4342-af69-8ff0fb5430bc,Accidental Genius,"When it comes to creating ideas, we hold ourselves back. That’s because inside each of us is an internal editor whose job is to forever polish our thoughts, so we sound smart and in control, and so that we fit into society. But what happens when we encounter problems where such conventional thinking fails us? How to get unstuck? For Mark Levy, the answer is freewriting, a technique he’s used for years to solve all types of business problems, and generate ideas for books, articles and blog posts. Freewriting is deceptively simple: Start writing as fast as you can, for as long as you can, about a subject you care deeply about, while ignoring the standard rules of grammar and spelling. Your internal editor won’t be able to keep up with your output, and will be temporarily shunted into the background. You’ll now be able to think more honestly and resourcefully than before, and will generate breakthrough ideas and solutions that you couldn’t have created any other way. Levy shares six freewriting secrets designed to knock out your editor and let your genius run free. He also includes fifteen problem-solving and creativity-stimulating principles you can use if you need more firepower—seven of which are new to this edition—and stories of problems he and others have solved through freewriting. Also new to this edition: an extensive section on how to refine your freewriting into something you can share with the world. Although Levy originally taught freewriting as a private brainstorming technique, over the years he and his clients have found that, with some tweaking, it’s a great way to generate content for books, articles, and other thought leadership pieces.",,book|https://www.amazon.in/Accidental-Genius-Revolutionize-Thinking-Through/dp/1605095257?tag=learnawesome-21;summary|https://fourminutebooks.com/accidental-genius-summary/,language;writing;thinking,Author of Accidental Genius,,,,, -23b14e44-074e-4ae7-bcf6-09943d31133d,Against Empathy,"New York Post Best Book of 2016We often think of our capacity to experience the suffering of others as the ultimate source of goodness. Many of our wisest policy-makers, activists, scientists, and philosophers agree that the only problem with empathy is that we don’t have enough of it.Nothing could be farther from the truth, argues Yale researcher Paul Bloom. In AGAINST EMPATHY, Bloom reveals empathy to be one of the leading motivators of inequality and immorality in society. Far from helping us to improve the lives of others, empathy is a capricious and irrational emotion that appeals to our narrow prejudices. It muddles our judgment and, ironically, often leads to cruelty. We are at our best when we are smart enough not to rely on it, but to draw instead upon a more distanced compassion.Basing his argument on groundbreaking scientific findings, Bloom makes the case that some of the worst decisions made by individuals and nations—who to give money to, when to go to war, how to respond to climate change, and who to imprison—are too often motivated by honest, yet misplaced, emotions. With precision and wit, he demonstrates how empathy distorts our judgment in every aspect of our lives, from philanthropy and charity to the justice system; from medical care and education to parenting and marriage. Without empathy, Bloom insists, our decisions would be clearer, fairer, and—yes—ultimately more moral.Brilliantly argued, urgent and humane, AGAINST EMPATHY shows us that, when it comes to both major policy decisions and the choices we make in our everyday lives, limiting our impulse toward empathy is often the most compassionate choice we can make.",https://covers.openlibrary.org/b/id/8814406-M.jpg,book|https://www.goodreads.com/book/show/29100194-against-empathy;summary|https://fourminutebooks.com/against-empathy-summary/,psychology;philosophy;science;sociology;empathy,Paul Bloom,,,,, -5ad17b5f-91f7-4296-848d-5741bafa9af8,Alexander The Great,,,book|https://www.amazon.com/Alexander-Great-Philip-Freeman-ebook/dp/B003UYUORM?tag=learnawesome-20;summary|https://fourminutebooks.com/alexander-the-great-summary/,history,Author of Alexander The Great,,,,, -437568f7-9fb5-4cb6-872c-039bbee66a7b,Algorithms To Live By - Summary by FourMinuteBooks,By Brian Christian,https://learn-awesome.github.io/assets/book_covers/25666050.jpg,summary|https://fourminutebooks.com/algorithms-to-live-by-summary/;book|https://www.goodreads.com/book/show/25666050-algorithms-to-live-by,algorithms;philosophy,Author of Algorithms To Live By,,,,, -2bdb4034-d599-4ff5-9ddf-702f2c836421,Alibaba’s World,"**One of six of The Wall Street Journal's ""Best Business Books of 2015""**In September 2014, a Chinese company that most Americans had never heard of held the largest IPO in history – bigger than Google, Facebook and Twitter combined. Alibaba, now the world's largest e-commerce company, mostly escaped Western notice for over ten years, while building a customer base more than twice the size of Amazon's, and handling the bulk of e-commerce transactions in China. How did it happen? And what was it like to be along for such a revolutionary ride?In Alibaba's World, author Porter Erisman, one of Alibaba's first Western employees and its head of international marketing from 2000 to 2008, shows how Jack Ma, a Chinese schoolteacher who twice failed his college entrance exams, rose from obscurity to found Alibaba and lead it from struggling startup to the world's most dominant e-commerce player. He shares stories of weathering the dotcom crash, facing down eBay and Google, negotiating with the unpredictable Chinese government, and enduring the misguided advice of foreign experts, all to build the behemoth that's poised to sweep the ecommerce world today. And he analyzes Alibaba's role as a harbinger of the new global business landscape—with its focus on the East rather than the West, emerging markets over developed ones, and the nimble entrepreneur over the industry titan. As we face this near future, the story of Alibaba—and its inevitable descendants—is both essential and instructive.",,book|https://www.goodreads.com/book/show/23014882-alibaba-s-world;summary|https://fourminutebooks.com/alibabas-world-summary/,business;china;entrepreneurship,Porter Erisman,,,,, -7a99ebba-226f-4cb5-ac9c-a37b76608621,All Marketers Are Liars - Summary by FourMinuteBooks,,,summary|https://fourminutebooks.com/all-marketers-are-liars-summary/;book|https://www.amazon.com/All-Marketers-are-Liars-Works-ebook/dp/B00315QK8M?tag=learnawesome-20,marketing,Seth Godin,,,,, -d6903a54-0d10-4357-ab1a-d2faca1b6937,Altered Traits,,,book|https://scottbarrykaufman.com/wp-content/uploads/2013/04/Mrazek-et-al.-2013-Mindfulness-Improves-WMC-GRE-Focus.pdf;summary|https://fourminutebooks.com/altered-traits-summary/,meditation,Daniel Goleman,,,,, -c7df53d2-4362-409b-ae46-0015b5314187,General Relativity,,,book|https://www.goodreads.com/book/show/53522.General_Relativity,general-relativity,,,,,, -b6229467-f0bd-4e8f-9b2c-0312a80662a5,An Audience Of One,"The creator of the Unmistakable Creative podcast makes a counterintuitive argument: By focusing your creative work on pleasing yourself, you can increase your productivity, happiness, and (eventually, paradoxically) the size of your audience.Creating for your own pleasure--whether you're writing a novel, composing songs, or painting a landscape--can seem pointless. It's tempting to focus on pursuing money and fame, rather than the process itself. But as Srini Rao warns, creating then turns into a chore that can harm your self-esteem and suck the pleasure out of life, rather than being a source of joy.Rao, host of the podcast The Unmistakable Creative, argues that we should counter this thinking by intentionally creating art for ourselves alone--an audience of one. In this book he shares the fascinating true stories of creatives who took this path, along with actionable tips and the research of creativity experts. You'll learn, for example:* How Oprah's intentional focus on her own work rather than the opinions of everyone else catapulted her into one of the most popular talk shows of all time.* How being process-driven can not only help you produce more work, but can make you happier outside of your creative time.* How to put together a creative ""team of rivals"" whose feedback can help you hone your craft and filter out useless feedback.By playing to an audience of one, we can find more happiness, increased productivity, and a greater sense of community.",,book|https://openlibrary.org/books/OL26974345M/An_audience_of_one;summary|https://fourminutebooks.com/an-audience-of-one-summary/,writing;art,"Rao, Srinivas (Host of The Unmistakable Creative Podcast)",,,,, -e1db1f15-69e4-4ff5-8d90-146a58b0bebe,Anything You Want,"Finally available in bookstores, the Portfolio edition of Derek Sivers’s iconic and bestselling manifesto on lessons learned while becoming an entrepreneurMost people don’t know what they’re doing. They imitate others, go with the flow, and follow paths without making their own.Best known for creating CD Baby, the most popular music site for independent artists, founder Derek Sivers chronicles his “accidental” success and failures into this concise and inspiring book on how to create a multimillion-dollar company by following your passion.Sivers details his journey and the lessons learned along the way of creating CD Baby and building a business close to his heart. In 1997 Sivers was a musician who taught himself to code a Buy Now button onto his band’s Web site. Shortly thereafter he began selling his friends’ CDs on his Web site. As CD Baby grew, Sivers faced numerous obstacles on his way to success. Within six years he had been publicly criticized by Steve Jobs and had to pay his father $3.3 million to buy back 90 percent of his company, but he had also built a company of more than 50 employees and had profited $10 million.Anything You Want is must reading for every person who is an entrepreneur, wants to be one, wants to understand one, or cares even a little about what it means to be human.",,book|https://www.amazon.com/Anything-You-Want-Lessons-Entrepreneur/dp/1511366079?tag=learnawesome-20;summary|https://fourminutebooks.com/anything-you-want-summary/,business,Derek Sivers,,,,, -8dcc186b-0c3e-4133-a19a-ea5f2dcf73b0,Are You Fully Charged,"Tom Rath, author of six influential bestsellers, reveals the three keys that matter most for our daily health and well-being, as well as our engagement in our work. Drawing on the latest and most practical research from health, psychology, and economics, this book focuses on changes we can make to create better days for ourselves and others. Are You Fully Charged? will challenge you to stop pursuing happiness and start creating meaning instead, lead you to rethink your daily interactions with the people who matter most, and show you how to put your own health first in order to be your best every day.",,book|https://www.goodreads.com/book/show/23493818-are-you-fully-charged;summary|https://fourminutebooks.com/are-you-fully-charged-summary/,personal-development;psychology,Tom Rath,,,,, -42c3adee-aa0e-468a-a0f2-2f217fbe315c,As A Man Thinketh,"2018 Reprint of the 1913 Edition. As a Man Thinketh was first published in 1903. In it, Allen describes how man is the creator and shaper of his destiny by the thoughts which he thinks. We rise and fall in exact accordance with the character of the thoughts which we entertain. Our environment is the result of the thoughts that we harbor and the behavior that our thoughts bring about. Part of the New Thought Movement, Allen reveals the secrets to having the most fulfilling existence possible, guided by a proper understanding and appreciate of how thought shapes our lives. Allen advises on how to better manage our thoughts and how to direct them into more constructive behavior. Though written more than one hundred years ago, the language and resonance of this classic still hold up today, inviting each of us to reflect not on the world and others, but our own thoughts and how to regain their possession. The title for the essay comes from the Bible: ""As a man thinketh in his heart, so is he,"" Proverbs, chapter 23, verse 7. In more than a century, As A Man Thinketh has become an inspirational classic, selling millions of copies worldwide and bringing faith, inspiration, and self- healing to all who have encountered it.",,book|https://www.amazon.com/As-Man-Thinketh-James-Allen/dp/1684222095?tag=learnawesome-20;summary|https://fourminutebooks.com/as-a-man-thinketh-summary/,philosophy;personal-development;thinking,Author of As A Man Thinketh,,,,, -6bddf20e-3f78-4ff3-9731-69bd4a1467e0,At Home - Summary by FourMinuteBooks,"From one of our most beloved authors, a fascinating excursion into the history behind the place we call home—now richly illustrated with more than two hundred images in full colorBill Bryson and his family live in a Victorian parsonage in a part of England where nothing of any great significance has happened since the Romans decamped. But, struck one day by the thought that “history mostly is masses of people doing ordinary things,” he began to consider how very little he knew about the ordinary things in life—most of them found inside his front door. At Home is the bestselling story of Bryson’s room-by-room journey around his house, a history of the world written without leaving home. The bathroom provides the occasion for the history of hygiene; the bedroom for an account of sex, death, and sleep; the kitchen for a discussion of nutrition and the spice trade. From architecture to electricity, from food preservation to epidemics, from the telephone to the Eiffel Tower, from crinolines to toilets—and the brilliant, creative, and often eccentric minds behind them—Bryson demonstrates that whatever happens in the world ends up in our houses, in the paint and the pipes and the pillows and every item of furniture.In this handsome new edition of At Home, Bryson’s sparkling prose is enhanced by some two hundred carefully curated full-color images. Selected from a wide array of sources, these illustrations vividly bring his fascinating and entertaining domestic adventure to visual life. Bryson has one of the liveliest, most inquisitive minds on the planet, and he is a master at turning the seemingly mundane into an occasion for the most diverting exposition imaginable. When you’ve finished this book, you’ll see your house—and your daily life—in a new and revelatory light.",https://covers.openlibrary.org/b/id/7565147-M.jpg,summary|https://fourminutebooks.com/at-home-summary/;book|https://www.goodreads.com/book/show/7507825-at-home,history,Bill Bryson,,,,, -8ca41edc-399c-450e-8346-8dce2d0705d2,Behind The Cloud - Summary by FourMinuteBooks,By Marc Benioff,https://learn-awesome.github.io/assets/book_covers/6659874.jpg,summary|https://fourminutebooks.com/behind-the-cloud-summary/;book|https://www.amazon.com/Behind-Cloud-Salesforce-com-Billion-Dollar-Company/dp/0470521163?tag=learnawesome-20,business,Marc R. Benioff,,,,, -a6cc8de1-3a03-4299-a641-05e7385e28c9,Benjamin Franklin: An American Life,Isaacson does an amazing job of recounting Franklin’s impressive life and how it helped …,https://blas.com/wp-content/uploads/2015/03/Ben-Franklin-199x300-1-199x300.jpg,book|https://www.amazon.com/Benjamin-Franklin-American-Walter-Isaacson-ebook/dp/B000FBJG4U?tag=learnawesome-20;summary|https://fourminutebooks.com/benjamin-franklin-an-american-life-summary/;summary|https://blas.com/benjamin-franklin-isaacson/,history;walter-isaacson;benjamin-franklin;america,Author of Leonardo Da Vinci,,,,, -31ec087c-c908-48c1-bfff-6c98eab5f525,Attached,"We rely on science to tell us everything from what to eat to when and how long to exercise, but what about relationships? Is there a scientific explanation for why some people seem to navigate relationships effortlessly, while others struggle? According to psychiatrist and neuroscientist Dr. Amir Levine and Rachel Heller, the answer is a resounding ""yes.""In Attached, Levine and Heller reveal how an understanding of adult attachment-the most advanced relationship science in existence today-can help us find and sustain love. Pioneered by psychologist John Bowlby in the 1950s, the field of attachment posits that each of us behaves in relationships in one of three distinct ways: Anxious people are often preoccupied with their relationships and tend to worry about their partner's ability to love them back Avoidant people equate intimacy with a loss of independence and constantly try to minimize closeness. Secure people feel comfortable with intimacy and are usually warm and loving.In this book Levine and Heller guide readers in determining what attachment style they and their mate (or potential mate) follow, offering a road map for building stronger, more fulfilling connections with the people they love.",https://covers.openlibrary.org/b/id/8620497-M.jpg,book|https://openlibrary.org/books/OL25540563M/Attached;summary|https://fourminutebooks.com/attached-summary/,psychology;relationships,Amir Levine,,,,, -1983ce4c-5a62-4ae3-b5e5-56cd50228dce,Awaken The Giant Within,"Based on his exclusive ""Date with Destiny"" seminars, the bestselling author of Unlimited Powerional anecdotes, case studies, personalized self-help tests and a program anyone can follow teach readers the lessons in destiny that lead to self-mastery.",https://covers.openlibrary.org/b/id/408803-M.jpg,book|https://www.amazon.com/Awaken-Giant-Within-Immediate-Emotional/dp/0671791540?tag=learnawesome-20;summary|https://fourminutebooks.com/awaken-the-giant-within-summary/,personal-development,Author of Unshakeable,,,,, -f7246e05-e0b5-4fcd-8428-d7cb9c7bb13b,Aware," - This groundbreaking new book from New York Times bestselling author Daniel Siegel, M.D., introduces readers to his pioneering meditation practice that draws on cutting-edge brain science. -In Aware, New York Times bestselling author Daniel J. Siegel introduces readers to his life-changing meditation program, The Wheel of Awareness. Whether the reader has no experience with reflective practices or is an experienced practitioner, Aware provides practical instruction for mastering this brilliant tool for cultivating more focus, presence, and peace in one's day-to-day life.Dr. Siegel reveals in this fascinating book how mindfulness practices such as meditation have the capacity to, quite literally, re-wire our brains as ""neurons that fire together wire together."" According to Siegel, fear, anxiety, and stress in our lives can tend to send our thoughts traveling down the same neural pathways. Our thinking can become rigid or disjointed. Through developing a Wheel of Awareness practice, however, we strengthen our minds by expanding our awareness of how our mind is actually functioning and - in turn - we are able to gently coax our thoughts to travel in healthier, more productive directions.An in-depth look at the brain science that underlies meditation's effectiveness, Aware will guide you in developing a meditation practice that will inspire you to be more focused and present in your life as well as more emotionally resilient in the face of stress and the challenges life may throw your way.",,book|https://openlibrary.org/books/OL26966421M/Aware;summary|https://fourminutebooks.com/aware-summary/,psychology;meditation,Author of Brainstorm,,,,, -703ec80c-c9ae-4e53-bc8b-d5ca06faa7c7,Bad Blood - Summary by FourMinuteBooks,By John Carreyrou,https://learn-awesome.github.io/assets/book_covers/37976541.jpg,summary|https://fourminutebooks.com/bad-blood-summary/;book|https://www.amazon.in/Bad-Blood-Secrets-Silicon-Startup/dp/152473165X?tag=learnawesome-21,business;crime,John Carreyrou,,,,, -014b0aa1-6041-4cc0-8069-261e7a872733,Barking Up The Wrong Tree,"Much of the advice we’ve been told about achievement is logical, earnest…and downright wrong. In Barking Up the Wrong Tree, Eric Barker reveals the extraordinary science behind what actually determines success and most importantly, how anyone can achieve it. You’ll learn:• Why valedictorians rarely become millionaires, and how your biggest weakness might actually be your greatest strength • Whether nice guys finish last and why the best lessons about cooperation come from gang members, pirates, and serial killers• Why trying to increase confidence fails and how Buddhist philosophy holds a superior solution• The secret ingredient to “grit” that Navy SEALs and disaster survivors leverage to keep going• How to find work-life balance using the strategy of Genghis Khan, the errors of Albert Einstein, and a little lesson from Spider-ManBy looking at what separates the extremely successful from the rest of us, we learn what we can do to be more like them—and find out in some cases why it’s good that we aren’t. Barking Up the Wrong Tree draws on startling statistics and surprising anecdotes to help you understand what works and what doesn’t so you can stop guessing at success and start living the life you want.",https://sivers.org/images/BarkingUp.gif,book|https://www.amazon.com/Barking-Wrong-Tree-Surprising-Everything/dp/0062416049?tag=learnawesome-20;summary|https://fourminutebooks.com/barking-up-the-wrong-tree-summary/;summary|https://sivers.org/book/BarkingUp,personal-development,Author of Barking Up The Wrong Tree,,,,, -7b815ae0-b952-4aa5-af24-f0e8017bead2,Be Fearless,"Philanthropist, investor, and technology pioneer Jean Case brings to life the five Be Fearless principles common to the people and organizations that change the world.This book is a call to action for those seeking to live extraordinary lives and bring about transformational change. When National Geographic Chairman Jean Case set out to investigate the core qualities of great change makers, past and present, from inventors to revolutionaries, she found five surprising traits all had in common. They weren’t wealth, privilege, or even genius. It was that all of these exceptional men and women chose to make a “big bet,” take bold risks, learn from their failures, reach beyond their bubbles, and let urgency conquer fear. Throughout Be Fearless, Jean vividly illustrates these principles through storytelling—from her own transformational life experiences, to Jane Goodall’s remarkable breakthroughs in understanding and protecting chimpanzees, to celebrity chef José Andrés’ decision to be a “first responder” and take his kitchen to the sites of devastating hurricanes to feed the hungry, to Bryan Stevenson’s ambitious efforts to end incarceration inequities, and more. She shares new insights to stories you might think you know—like AirBnB’s tale of starting from scratch to transform the hospitality industry, to John F. Kennedy’s history-making moonshot—and gems from changemakers you’ve never heard of. Weaving together storytelling, practical tips and inspiration, Be Fearless will teach you how to put the five fearless principles to work so that they too can spark the sorts of remarkable breakthroughs that change the world.",https://covers.openlibrary.org/b/id/8798180-M.jpg,book|https://openlibrary.org/books/OL27333582M/Be_Fearless;summary|https://fourminutebooks.com/be-fearless-summary/,personal-development,Jean Case,,,,, -9268667f-e847-414d-a98f-ea0b681ddd9b,Behave - Summary by FourMinuteBooks,By Robert M. Sapolsky,https://learn-awesome.github.io/assets/book_covers/31170723.jpg,summary|https://fourminutebooks.com/behave-summary/;book|https://www.amazon.in/Behave-Biology-Humans-Best-Worst/dp/1594205078?tag=learnawesome-21,psychology,Robert M. Sapolsky,,,,, -7d73ec05-8809-4782-b934-ea0404157e6e,Better Than Before,,,book|https://www.amazon.in/Better-Than-Before-Habits-Procrastinate-ebook/dp/B00NRQOR8K?tag=learnawesome-21;summary|https://fourminutebooks.com/better-than-before-summary/,habits;productivity,Author of Better Than Before,,,,, -413005bb-9533-4ed7-8bb0-a655ddd98a43,Big Magic,"The instant #1 NEW YORK TIMES Bestseller ""A must read for anyone hoping to live a creative life... I dare you not to be inspired to be brave, to be free, and to be curious."" --PopSugarFrom the worldwide bestselling author of Eat Pray Love and City of Girls the path to the vibrant, fulfilling life you've dreamed of.Readers of all ages and walks of life have drawn inspiration and empowerment from Elizabeth Gilbert's books for years. Now this beloved author digs deep into her own generative process to share her wisdom and unique perspective about creativity. With profound empathy and radiant generosity, she offers potent insights into the mysterious nature of inspiration. She asks us to embrace our curiosity and let go of needless suffering. She shows us how to tackle what we most love, and how to face down what we most fear. She discusses the attitudes, approaches, and habits we need in order to live our most creative lives. Balancing between soulful spirituality and cheerful pragmatism, Gilbert encourages us to uncover the ""strange jewels"" that are hidden within each of us. Whether we are looking to write a book, make art, find new ways to address challenges in our work, embark on a dream long deferred, or simply infuse our everyday lives with more mindfulness and passion, Big Magic cracks open a world of wonder and joy.",https://covers.openlibrary.org/b/id/8889970-M.jpg,book|https://www.amazon.com/Big-Magic-Creative-Living-Beyond/dp/1594634726?tag=learnawesome-20;summary|https://fourminutebooks.com/big-magic-summary/,creativity,Elizabeth Gilbert,,,,, -ff95c93f-3522-4285-a6cf-cc6a48562647,The Effective Executive: The Definitive Guide to Getting the Right Things Done - Summary at Blas.com,Most management books deal with how to manage others but this one deals with …,https://blas.com/wp-content/uploads/2019/03/7174qDTeqQL-197x300.jpg,summary|https://blas.com/the-effective-executive/,leadership;management;peter-drucker;worth-re-reading,Lucius Annaeus Seneca,,,,, -50b4af9d-fa93-4847-b812-dac1fa61bd7a,Black Box Thinking,"An eye-opening, Gladwellian look at the power of a positive attitude toward failure and its profound impact on our success in any field.In the airline industry, failure is taken seriously. Every aircraft is equipped with an almost indestructible black box. When there is an accident, the box is opened, the data is analyzed, and the reason for the accident excavated. This ensures that procedures are adapted so that the same mistake doesn’t happen again. With this method, the industry has created an astonishing safety record.For pilots working in a safety-critical industry, getting it wrong can have deadly consequences. But most of us have a relationship with failure that impedes progress, halts innovation, and damages our lives. We don’t acknowledge it or learn from it —though we often think we do.Moving from anthropology to psychology and from history to complexity theory, Matthew Syed explains why even when we think we have 20/20 hindsight, our vision’s still fuzzy. He offers a radical new idea: that the most important determinant of success in any field, whether sports, business, or life, is an acknowledgment of failure and a willingness to engage with it. This is how we learn, progress and excel. This approach explains everything from biological evolution and the efficiency of markets to the success of the Mercedes F1 team and the mindset of David Beckham.Using a cornucopia of interviews, gripping stories, and sharp-edged science, Syed explores the intimate relationship between failure and success, and shows why we need to transport black box thinking into our own lives. If we wish to unleash our potential, we must diagnose and break free of our failures. Part manifesto for change, part intellectual adventure, this groundbreaking book reveals how to do both.",,book|https://www.goodreads.com/book/show/24611735-black-box-thinking;summary|https://fourminutebooks.com/black-box-thinking-summary/,thinking,Author of Black Box Thinking,,,,, -142c2cbc-abb5-4fff-867e-9607fb9f0438,Blink - Summary by FourMinuteBooks,"Drawing on cutting-edge neuroscience and psychology and displaying all of the brilliance that made The Tipping Point a classic, Blink changes the way you'll understand every decision you make. Never again will you think about thinking the same way.Malcolm Gladwell redefined how we understand the world around us. Now, in Blink, he revolutionizes the way we understand the world within. Blink is a book about how we think without thinking, about choices that seem to be made in an instant - in the blink of an eye - that actually aren't as simple as they seem. Why are some people brilliant decision makers, while others are consistently inept? Why do some people follow their instincts and win, while others end up stumbling into error? How do our brains really work - in the office, in the classroom, in the kitchen, and in the bedroom? And why are the best decisions often those that are impossible to explain to others? In Blink we meet the psychologist who has learned to predict whether a marriage will last, based on a few minutes of observing a couple; the tennis coach who knows when a player will double-fault before the racket even makes contact with the ball; the antiquities experts who recognize a fake at a glance. Here, too, are great failures of ""blink"": the election of Warren Harding; ""New Coke""; and the shooting of Amadou Diallo by police. Blink reveals that great decision makers aren't those who process the most information or spend the most time deliberating, but those who have perfected the art of ""thin-slicing"" - filtering the very few factors that matter from an overwhelming number of variables. Drawing on cutting-edge neuroscience and psychology and displaying all of the brilliance that made The Tipping Point a classic, Blink changes the way you understand every decision you make. Never again will you think about thinking the same way.",https://covers.openlibrary.org/b/id/6383854-M.jpg,summary|https://fourminutebooks.com/blink-summary/;book|https://openlibrary.org/books/OL23273215M/Blink,psychology,Malcolm Gladwell,,,,, -f9b016cf-b42e-4980-ae8b-10ce21d006ad,Blitzscaling,,,book|https://www.amazon.in/Blitzscaling-Lightning-Fast-Building-Massively-Companies-ebook/dp/B0791239V7?tag=learnawesome-21;summary|https://fourminutebooks.com/blitzscaling-summary/,business,Author of Blitzscaling,,,,, -1fa666ef-3ee8-4990-913e-e1ad3211b358,Bold,Diamandis and Kotler walk you through how to take your Massively Transformative Purpose (MTP) into reality. The intersection …,https://covers.openlibrary.org/b/id/7341911-M.jpg,book|https://openlibrary.org/books/OL25670682M/BOLD_HOW_TO_GO_BIG_CREATE_WEALTH_AND_IMPACT_THE_WORLD;summary|https://fourminutebooks.com/bold-summary/;summary|https://blas.com/bold/,business;steven-kotler;peter-diamandis;crowdsourcing;crowdfunding,Peter H. Diamandis,,,,, -1184977e-db86-46b7-a72b-db7bc1738ab3,Born For This,"To the outside observer, it seems like they ve won the career lottery that by some stroke of luck or circumstance, they ve found the one thing they love so much that it doesn t even feel like work, and they re getting paid well to do it. In reality, their good fortune has nothing to do with chance. There s a method for finding your perfect job, and Chris Guillebeau, the bestselling author of ""The $100 Startup,"" has created a practical guide for how to do it whethe rwithin a traditional company or business, or by striking out on your own. Finding the work you were born to do isn t just about discovering your passion. Doing what brings you joy is great, but if you aren t earning a living, it s a hobby, not a career. And those who jump out of bed excited to go to work every morning don t just have jobs that turn their passions into paychecks. They have jobs where they also can lose themselves for hours in the flow of meaningful work. This intersection of joy, money, and flow is what Guillebeau will help you find in this book. Through inspiring stories of those who have successfully landed their dream career, as well as actionable tools, exercises, and thought experiments, he ll guide you through today s vast menu of career options to discover the work perfectly suited to your unique interests, skills, and experiences. You ll learn how to: Hack the job of your dreams within a traditional organization by making it work for you Find not only your ideal work but also your ideal working conditions Create plans that will allow you to take smarter career risks and beat the house every time Start a profitable side hustle and earn extra cashon top of your primary stream of income Escape the prison of working for someone else and build a mini-empire as an entrepreneur Become a rock star at any creative endeavor by creating a loyal base of fans and followers Whichever path you choose, this book will show you how to find that one job or career that feels so right, it s like you w",,book|https://www.goodreads.com/book/show/25893699-born-for-this;summary|https://fourminutebooks.com/born-for-this-summary/,business;personal-development,Chris Guillebeau,,,,, -7121111e-4d95-4fc3-b5e1-8608a0332503,"Loonshots: How to Nurture the Crazy Ideas That Win Wars, Cure Diseases, and Transform Industries - Summary at Blas.com","“I’ve always appreciated authors who explain their points simply, right up front. So here’s …",https://blas.com/wp-content/uploads/2019/04/710Y1Qbp5L-197x300.jpg,summary|https://blas.com/loonshots/,business;innovation;safi-bahcall,Lucius Annaeus Seneca,,,,, -d2ffac6e-9d97-44fc-aaab-1246a4fe35a0,The Power of Moments: Why Certain Experiences Have Extraordinary Impact - Summary at Blas.com,"A defining moment is a moment which is short but meaningful, which rewires how …",https://blas.com/wp-content/uploads/2019/04/71k27WaSmFL-196x300.jpg,summary|https://blas.com/the-power-of-moments/,chip-heath;dan-heath,Lucius Annaeus Seneca,,,,, -b0a2af2e-0875-44f1-b3e9-1671eeb1a64c,Social Anxiety and Social Phobia in Youth,By Christopher Kearney,,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-22592-0,behavioral-science;anxiety,,,,,, -a23ae135-bf30-4312-8dd9-f60dc7da9965,Classical Mechanics,,,book|https://www.goodreads.com/book/show/2644996-classical-mechanics?ac=1&from_search=true&qid=9CVUXz0Hj6&rank=5,physics,,,,,, -fe27667a-6970-4b17-8ef4-0d90ddd8e6b4,Born to Run,"The astonishing national bestseller and hugely entertaining story that completely changed the way we run.An epic adventure that began with one simple question: Why does my foot hurt?Isolated by Mexico's deadly Copper Canyons, the blissful Tarahumara Indians have honed the ability to run hundreds of miles without rest or injury. In a riveting narrative, award-winning journalist and often-injured runner Christopher McDougall sets out to discover their secrets. In the process, he takes his readers from science labs at Harvard to the sun-baked valleys and freezing peaks across North America, where ever-growing numbers of ultra-runners are pushing their bodies to the limit, and, finally, to a climactic race in the Copper Canyons that pits America's best ultra-runners against the tribe. McDougall's incredible story will not only engage your mind but inspire your body when you realize that you, indeed all of us, were born to run.(back cover)",https://covers.openlibrary.org/b/id/8473285-M.jpg,book|https://www.goodreads.com/book/show/6289283-born-to-run;summary|https://fourminutebooks.com/born-to-run-summary/;summary|https://sivers.org/book/BornToRun,sports;running,Christopher McDougall,,,,, -c5ab70bc-32c2-4de9-a09b-2331285de9b4,Bounce,,,book|https://www.amazon.com/Bounce-Federer-Picasso-Beckham-Science-ebook/dp/B003F1WMDO?tag=learnawesome-20;summary|https://fourminutebooks.com/bounce-summary/,personal-development;psychology,Author of Bounce,,,,, -1a564d10-ce59-47ef-ba04-7b52f10f0cde,Brainstorm,"A New York Times bestseller! Between the ages of twelve and twenty-four, the brain changes in important and, at times, challenging ways. In Brainstorm, Dr. Daniel Siegel busts a number of commonly held myths about adolescence—for example, that it is merely a stage of “immaturity” filled with often “crazy” behavior. According to Siegel, during adolescence we learn vital skills, such as how to leave home and enter the larger world, connect deeply with others, and safely experiment and take risks. Drawing on important new research in the field of interpersonal neurobiology, Siegel explores exciting ways in which understanding how the brain functions can improve the lives of adolescents, making their relationships more fulfilling and less lonely and distressing on both sides of the generational divide.",,book|https://www.goodreads.com/book/show/17707532-brainstorm;summary|https://fourminutebooks.com/brainstorm-summary/,parenting;psychology;adolescence,Author of Brainstorm,,,,, -0ea9eb43-2e23-414f-bd37-5070483059f4,Braving The Wilderness,"True belonging doesn't require us to change who we are. It requires us to be who are.Brené Brown has sparked a global conversation about the experiences that bring meaning to our lives – experiences of courage, vulnerability, love, belonging, shame and empathy. In Braving the Wilderness, Brown redefines our understanding of what it means to truly belong in an age of increased polarisation shaped by fear and divisive ideological and political rhetoric.With her trademark mix of research, storytelling and honesty, Brown sets out a clear roadmap based on the four practices of true belonging that challenge how we think about ourselves, show up with one another, and find our way back to courage and connection.A timely and important new book that challenges everything we think we know about cultivating true belonging in our communities, organisations and culture.",,book|https://www.amazon.in/Braving-Wilderness-quest-belonging-courage/dp/1785041754?tag=learnawesome-21;summary|https://fourminutebooks.com/braving-the-wilderness-summary/,psychology;relationships,Author of Dare To Lead,,,,, -7d321c74-08c3-4be4-85e1-59fc08ac5bf7,Breakfast With Socrates," - - Have breakfast with Socrates, go to work with Nietzsche, head to the gym with Foucault, then have sex with Ovid (or Simone de Beauvoir). Former Oxford Philosophy Fellow Robert Rowland Smith whisks you through an ordinary day with history's most extraordinary thinkers, explaining what they might have to say about your routine. From waking up in the morning through traveling to work, shopping, eating, going to a party, falling asleep, and dreaming, Smith connects our most mundane habits to the wider world of ideas. Start with waking up: What does it really mean to be awake? How do we know we're not still dreaming? Descartes argues that if you're able to doubt whether you're awake, you are at least thinking, and so you probably exist -- no small achievement for first thing in the morning. Or take going to the gym: As you toil on the treadmill, is your panting a sign of virtue or of vice, of healthy exertion or of unhealthy narcissism? Working out is a version of what Max Weber called the Protestant work ethic -- a kind of spiritual exercise, it also leads to worldly vanity. With dry wit and marvelous invention, Smith draws on philosophy, literature, art, politics, and psychology to wake us up to a stunning range of ideas about how to live. Neither breakfast, lunch, nor dinner will ever be the same again.",https://covers.openlibrary.org/b/id/7965588-M.jpg,book|https://www.amazon.in/Breakfast-Socrates-Extraordinary-Philosophical-Ordinary/dp/1439148686?tag=learnawesome-21;summary|https://fourminutebooks.com/breakfast-with-socrates-summary/,philosophy,Robert Rowland Smith,,,,, -17d4f54d-7723-4a37-936e-c6502343bd7c,Buddha’s Brain,"Jesus, Moses, the Buddha, and other great teachers were born with brains built essentially like anyone else's. Then they used their minds to change their brains in ways that changed history.With the new breakthroughs in neuroscience, combined with the insights from thousands of years of contemplative practice, you, too, can shape your own brain for greater happiness, love, and wisdom.Buddha's Brain joins the forces of modern science with ancient teachings to show readers how to have greater emotional balance in turbulent times, as well as healthier relationships, more effective actions, and a deeper religious or spiritual practice.Well-referenced and grounded in science, the book is full of practical tools and skills readers can use in daily life to tap the unused potential of the brain-and rewire it over time for greater peace and well-being.If you can change your brain, you can change your life.",,book|https://www.amazon.com/Buddhas-Brain-Practical-Neuroscience-Happiness/dp/1491518669?tag=learnawesome-20;summary|https://fourminutebooks.com/buddhas-brain-summary/,psychology,"Hanson, Rick (Psychologist)",,,,, -141327a2-e406-4a16-b80a-0dfa3038a01c,Built To Last - Summary by FourMinuteBooks,By James C. Collins,https://learn-awesome.github.io/assets/book_covers/4122.jpg,summary|https://fourminutebooks.com/built-to-last-summary/;book|https://www.amazon.com/Built-Last-Successful-Visionary-Essentials-ebook/dp/B0058DRSHW?tag=learnawesome-20,business;leadership,"Collins, James C.",,,,, -2c437405-88bf-4211-9aec-5176a9655298,Everything Is Obvious,,,book|https://www.amazon.com/Everything-Obvious-Once-Know-Answer-ebook/dp/B004DEPHGQ?tag=learnawesome-20;summary|https://fourminutebooks.com/everything-is-obvious-summary/,thinking,Author of Everything Is Obvious,,,,, -9eb87faf-f676-41d6-ac32-f42a8f8adaff,Gravitation,,,book|https://www.goodreads.com/book/show/638371.Gravitation,gravity;general-relativity,,,,,, -49d9af8e-9114-4b25-9012-444fa54f878b,Can’t Hurt Me,"For David Goggins, childhood was a nightmare — poverty, prejudice, and physical abuse colored his days and haunted his nights. But through self-discipline, mental toughness, and hard work, Goggins transformed himself from a depressed, overweight young man with no future into a U.S. Armed Forces icon and one of the world's top endurance athletes. The only man in history to complete elite training as a Navy SEAL, Army Ranger, and Air Force Tactical Air Controller, he went on to set records in numerous endurance events, inspiring Outside magazine to name him “The Fittest (Real) Man in America.” In Can't Hurt Me, he shares his astonishing life story and reveals that most of us tap into only 40% of our capabilities. Goggins calls this The 40% Rule, and his story illuminates a path that anyone can follow to push past pain, demolish fear, and reach their full potential.",https://covers.openlibrary.org/b/id/8305903-M.jpg,book|https://www.amazon.in/Cant-Hurt-Me-Master-Your/dp/1544512287?tag=learnawesome-21;summary|https://fourminutebooks.com/cant-hurt-me-summary/,psychology;personal-development,David Goggins,,,,, -5c5fd6d4-0d2a-457b-86b9-9610a06ff6b3,Carrots And Sticks,"Carrots and Sticks: Unlock the Power of Incentives to Get Things Done by Ian Ayres. Bantam Dell Pub Group,2010",,book|https://www.goodreads.com/book/show/8914703-carrots-and-sticks;summary|https://fourminutebooks.com/carrots-and-sticks-summary/,psychology;business;management;economics,Ian Ayres,,,,, -eaec7a49-f135-40c4-8ecc-dd0afd4a9470,Catalyst,"BRAND NEW, Exactly same ISBN as listed, Please double check ISBN carefully before ordering.",,book|https://www.amazon.com/Catalyst-Chandramouli-Venkatesan/dp/0143442473?tag=learnawesome-20;summary|https://fourminutebooks.com/catalyst-summary/,career,Author of Catalyst,,,,, -0acb5d67-96a5-470f-9004-c69fd7abf507,Catch Me If You Can,,,book|https://www.amazon.in/Catch-Me-If-You-Can/dp/0767905385?tag=learnawesome-21;summary|https://fourminutebooks.com/catch-me-if-you-can-summary/,forgery,Author of Catch Me If You Can,,,,, -aa7391ce-4278-4288-ba1d-401760d0854b,Little Bets - Summary at Blas.com,Good and short book on how little bets allow you to take small risks …,https://blas.com/wp-content/uploads/2015/12/51fV6fWsDOL._SX324_BO1204203200_-196x300.jpg,summary|https://blas.com/little-bets/,peter-sims,Lucius Annaeus Seneca,,,,, -4f5f92a3-6448-4420-bc3e-60ea91f04d12,"Change Your Questions, Change Your Life","Questions are at the core of how we listen, behave, think, and relate--as individuals and organizations. Virtually everything we think and do is generated by questions. Questions push us into new territories. The future begins with our thinking, represented by the questions we ask ourselves.""Change Your Questions, Change Your Life"" shows readers how to consistently choose the questions that can lead them to success, both personally and professionally. This technique, called ""QuestionsThinking,"" stimulates innovation, accelerate productivity, and create more rewarding relationships.""Change Your Questions, Change Your Life"" is a personal growth fable that tells how a seasoned executive, Ben Knight, uses QuestionThinking to move into a higher leadership role and how the same methods of change help him and his wife, Grace, enrich their marriage.",https://covers.openlibrary.org/b/id/7314965-M.jpg,book|https://www.goodreads.com/book/show/6665149-change-your-questions-change-your-life;summary|https://fourminutebooks.com/change-your-questions-change-your-life-summary/,thinking,Marilee G. Adams,,,,, -279a23e0-46c1-40d6-90ca-3b9821e53262,Chaos Monkeys,"Liar’s Poker meets The Social Network in an irreverent exposé of life inside the tech bubble, from industry provocateur Antonio García Martínez, a former Twitter advisor, Facebook product manager and startup founder/CEO.The reality is, Silicon Valley capitalism is very simple:Investors are people with more money than time.Employees are people with more time than money.Entrepreneurs are the seductive go-between.Marketing is like sex: only losers pay for it. Imagine a chimpanzee rampaging through a datacenter powering everything from Google to Facebook. Infrastructure engineers use a software version of this “chaos monkey” to test online services’ robustness—their ability to survive random failure and correct mistakes before they actually occur. Tech entrepreneurs are society’s chaos monkeys, disruptors testing and transforming every aspect of our lives, from transportation (Uber) and lodging (AirBnB) to television (Netflix) and dating (Tinder). One of Silicon Valley’s most audacious chaos monkeys is Antonio García Martínez.After stints on Wall Street and as CEO of his own startup, García Martínez joined Facebook’s nascent advertising team, turning its users’ data into profit for COO Sheryl Sandberg and chairman and CEO Mark “Zuck” Zuckerberg. Forced out in the wake of an internal product war over the future of the company’s monetization strategy, García Martínez eventually landed at rival Twitter. He also fathered two children with a woman he barely knew, committed lewd acts and brewed illegal beer on the Facebook campus (accidentally flooding Zuckerberg's desk), lived on a sailboat, raced sport cars on the 101, and enthusiastically pursued the life of an overpaid Silicon Valley wastrel.Now, this gleeful contrarian unravels the chaotic evolution of social media and online marketing and reveals how it is invading our lives and shaping our future. Weighing in on everything from startups and credit derivatives to Big Brother and data tracking, social media monetization and digital “privacy,” García Martínez shares his scathing observations and outrageous antics, taking us on a humorous, subversive tour of the fascinatingly insular tech industry. Chaos Monkeys lays bare the hijinks, trade secrets, and power plays of the visionaries, grunts, sociopaths, opportunists, accidental tourists, and money cowboys who are revolutionizing our world. The question is, will we survive?",,book|https://openlibrary.org/books/OL27212416M/Chaos_monkeys;summary|https://fourminutebooks.com/chaos-monkeys-summary/,business,Antonio García Martínez,,,,, -ae9a3c3e-c1d9-4a90-a24e-6d8b38f20a5b,Charlie Munger - Summary by FourMinuteBooks,By Tren Griffin,https://learn-awesome.github.io/assets/book_covers/25530069.jpg,summary|https://fourminutebooks.com/charlie-munger-summary/;summary|https://sivers.org/book/FourFilters;book|https://openlibrary.org/books/OL27193189M/Charlie_Munger,business;economics;finance,Trenholme J. Griffin,,,,, -1493ffca-1e32-41a2-b5fa-d13d4f1f8ee2,Choose Yourself - Summary by FourMinuteBooks,By James Altucher,https://learn-awesome.github.io/assets/book_covers/17977529.jpg,summary|https://fourminutebooks.com/choose-yourself-summary/;summary|https://sivers.org/book/ChooseYourself;book|https://www.amazon.com/Choose-Yourself-James-Altucher/dp/1490313370?tag=learnawesome-20,business;personal-development,James Altucher,,,,, -44861b4d-e758-4139-9e56-20e6b914bdb9,Company Of One,,,book|https://www.amazon.in/Company-One-Staying-Small-Business-ebook/dp/B078962RHQ?tag=learnawesome-21;summary|https://fourminutebooks.com/company-of-one-summary/,career,Author of Everything I Know,,,,, -df3a6702-7d3f-4874-8750-abe388aaf4ba,Confessions Of An Advertising Man,"David Ogilvy was an advertising genius. At the age of 37, he founded the New York-based agency that later merged to form the international company known as Ogilvy & Mather. Regarded as the father of modern advertising, Ogilvy was responsible for some of the most memorable advertising campaigns ever created. Confessions of an Advertising Man is the distillation of all the Ogilvy concepts, tactics, and techniques that made this international best-seller a blueprint for sound business practice. If you aspire to be a good manager in any business, this seminal work is a must-read.",,book|https://www.amazon.in/Confessions-Advertising-Man-David-Ogilvy/dp/190491537X?tag=learnawesome-21;summary|https://fourminutebooks.com/confessions-of-an-advertising-man-summary/,business;advertising,Author of Confessions Of An Advertising Man,,,,, -5e0e9bb3-428f-40e4-a696-d6f0b5a7c36e,The Lucifer Principle - Summary at Blas.com,Bloom argues that the individual is merely a “cell” within the larger group and …,https://blas.com/wp-content/uploads/2020/02/51GjZzu6tYL._SX321_BO1204203200_-194x300.jpg,summary|https://blas.com/the-lucifer-principle/,evolution;hierarchy;howard-bloom;ideas;natural-selection,Lucius Annaeus Seneca,,,,, -d76cba1d-fe01-43a0-95d4-a311deb69375,The Science of Hitting - Summary at Blas.com,I think you will find as we go along that much of what I …,https://blas.com/wp-content/uploads/2020/02/download-1.jpg,summary|https://blas.com/the-science-of-hitting/,baseball;john-underwood;ted-williams;warren-buffett,Lucius Annaeus Seneca,,,,, -1de4cdfe-b9bf-40ad-a1b6-58a38af86639,The Ride of a Lifetime - Summary at Blas.com,"Bob Iger, CEO of Disney, takes us through his career path and lessons learned …",https://blas.com/wp-content/uploads/2020/02/81NM735KkyL-197x300.jpg,summary|https://blas.com/the-ride-of-a-lifetime/,bob-iger;disney;leadership,Lucius Annaeus Seneca,,,,, -55bf4bfe-aea9-4ed1-bda8-55b48f0f9767,Crucial Conversations - Summary by FourMinuteBooks,By Kerry Patterson,https://learn-awesome.github.io/assets/book_covers/15014.jpg,summary|https://fourminutebooks.com/crucial-conversations-summary/;book|https://www.goodreads.com/book/show/15014.Crucial_Conversations,communication;psychology,Author of Crucial Conversations,,,,, -2f5eb2ba-6ed0-4bb8-9ef3-1d1d6b918551,Dropping Ashes on the Buddha: The Teaching of Zen Master Seung Sahn - Summary at Blas.com,A compilation of Zen Master Seung Sahn’s exchanges with American students Key Takeaways Outside …,https://blas.com/wp-content/uploads/2019/04/41jkP2EJOoL._SX322_BO1204203200_-195x300.jpg,summary|https://blas.com/dropping-ashes-on-the-buddha/,buddhism;seung-sahn;stephen-mitchell;zen,Lucius Annaeus Seneca,,,,, -daeb3267-5862-41aa-811e-5055ce9dafef,A Student's Guide to Lagrangians and Hamiltonians,,,book|https://www.goodreads.com/book/show/18555049-a-student-s-guide-to-lagrangians-and-hamiltonians?ac=1&from_search=true&qid=Ujv3qOyxU2&rank=1,physics,,,,,, -ab61c4ba-6fe8-47c6-840d-fedb6f35dc7a,Contagious - Summary by FourMinuteBooks,By Jonah Berger,https://learn-awesome.github.io/assets/book_covers/15801967.jpg,summary|https://fourminutebooks.com/contagious-summary/;book|https://openlibrary.org/books/OL26924173M/Contagious,business;psychology;marketing,Jonah Berger,,,,, -d835eb4d-5930-4d79-9a41-e6ca525b2550,"Content, Inc.","The NEW Rulebook for Entrepreneurial SuccessWhat s the surest way to startup failure? Follow old, outdated rules.In Content Inc., one of today s most sought-after content-marketing strategists reveals a new model for entrepreneurial success. Simply put, it s about developing valuable content, building an audience around that content, and then creating a product for that audience.Notice a shift?Author Joe Pulizzi flips the traditional entrepreneurial approach of first creating a product and then trying to find customers.It s a brilliant reverse-engineering of a model that rarely succeeds.The radical six-step business-building process revealed in this book is smart, simple, practical, and cost-effective. And best of all, it works. It s a strategy Pulizzi used to build his own successful company, Content Marketing Institute, which has landed on Inc. magazine s list of fastest growing private companies for three years straight. It s also a strategy countless other entrepreneurs use to build their own multi-million dollar companies. Build an audience and you ll be able to sell pretty much anything you want.Today s markets are more dynamic and customers are more fickle than ever before. Why would you put all your eggs in one basket before securing a loyal customer base? Content Inc. shows you how to get customers first and develop products later. It s the best way to build a solid, long-lasting business positioned for today s content-driven world.This is the simple but profoundly successful entrepreneurial approach of one of today s most creative business minds.A pioneer of content marketing, Pulizzi has cracked to code when it comes to the power of content in a world where marketers still hold fast to traditional models that no longer work. In Content Inc., he breaks down the business-startup process into six steps, making it simple for you to visualize, launch, and monetize your own business. These steps are:The Sweet Spot: Identify the intersection of your unique competency and your personal passion Content Tilting: Determine how you can tilt your sweet spot to find a place where little or no competition exists Building the Base: Establish your number-one channel for disseminating content (blog, podcast, YouTube, etc.) Harvesting Audience: Use social-media and SEO to convert one-time visitors into long-term subscribers Diversification: Grow your business by expanding into multiple delivery channels Monetization: Now that your expertise is established, you can begin charging money for your products or servicesThis model has worked wonders for Pulizzi and countless other examples detailed in the book. Connect these six pieces like a puzzle, and before you know it, you ll be running your own profitable, scalable business.Pulizzi walks you step by step through the process, based on his own success (and failures) and real-world multi-million dollar examples from multiple industries and countries.Whether you re seeking to start a brand-new business or drive innovation in an existing one, Content Inc. provides everything you need to reverse-engineer the traditional entrepreneurial model for better, more sustainable success.Joe Pulizzi is an entrepreneur, professional speaker, and podcaster. He is the founder of several startups, including the Content Marketing Institute (CMI), recognized as the fastest growing business media company by Inc. magazine in 2014. CMI produces Content Marketing World, the world s largest content marketing event, and publishes the leading content marketing magazine, Chief Content Officer. Pulizzi s book Epic Content Marketing was named one of Fortune magazine s Five Must Read Business Books of the Year.""",,book|https://openlibrary.org/books/OL27199825M/Content_Inc;summary|https://fourminutebooks.com/content-inc-summary/,business;content-marketing,Joe Pulizzi,,,,, -e158fe2d-ddca-476f-94a4-dfd1f92e08d5,Counterclockwise,"If we could turn back the clock psychologically, could we also turn it back physically? For more than thirty years, award-winning social psychologist Ellen Langer has studied this provocative question, and now, in Counterclockwise, she presents the answer: Opening our minds to what's possible, instead of presuming impossibility, can lead to better health-at any age.Drawing on landmark work in the field and her own body of colorful and highly original experiments-including the first detailed discussion of her ""counterclockwise"" study, in which elderly men lived for a week as though it was 1959 and showed dramatic improvements in their hearing, memory, dexterity, appetite, and general well-being-Langer shows that the magic of rejuvenation and ongoing good health lies in being aware of the ways we mindlessly react to social and cultural cues. Examining the hidden decisions and vocabulary that shape the medical world (""chronic"" versus ""acute,"" ""cure"" versus ""remission""), the powerful physical effects of placebos, and the intricate but often defeatist ways we define our physical health, Langer challenges the idea that the limits we assume and impose on ourselves are real. With only subtle shifts in our thinking, in our language, and in our expectations, she tells us, we can begin to change the ingrained behaviors that sap health, optimism, and vitality from our lives. Improved vision, younger appearance, weight loss, and increased longevity are just four of the results that Langer has demonstrated.Immensely readable and riveting, Counterclockwise offers a transformative and bold new paradigm: the psychology of possibility. A hopeful and groundbreaking book by an author who has changed how people all over the world think and feel, Counterclockwise is sure to join Mindfulness as a standard source on new-century science and healing.",https://covers.openlibrary.org/b/id/5923961-M.jpg,book|https://www.amazon.in/Counterclockwise-Mindful-Health-Power-Possibility/dp/1501265288?tag=learnawesome-21;summary|https://fourminutebooks.com/counterclockwise-summary/,psychology;health,Ellen J. Langer,,,,, -1b36994b-f5c4-41cd-9ad4-fb53d967c3e7,Creative Schools,"A revolutionary reappraisal of how to educate our children and young people by Ken Robinson, the New York Times bestselling author of The Element and Finding Your Element Ken Robinson is one of the world’s most influential voices in education, and his 2006 TED Talk on the subject is the most viewed in the organization’s history. Now, the internationally recognized leader on creativity and human potential focuses on one of the most critical issues of our time: how to transform the nation’s troubled educational system. At a time when standardized testing businesses are raking in huge profits, when many schools are struggling, and students and educators everywhere are suffering under the strain, Robinson points the way forward. He argues for an end to our outmoded industrial educational system and proposes a highly personalized, organic approach that draws on today’s unprecedented technological and professional resources to engage all students, develop their love of learning, and enable them to face the real challenges of the twenty-first century. Filled with anecdotes, observations and recommendations from professionals on the front line of transformative education, case histories, and groundbreaking research—and written with Robinson’s trademark wit and engaging style—Creative Schools will inspire teachers, parents, and policy makers alike to rethink the real nature and purpose of education.From the Hardcover edition.",,book|https://www.amazon.in/Creative-Schools-Grassroots-Revolution-Transforming/dp/0143108069?tag=learnawesome-21;summary|https://fourminutebooks.com/creative-schools-summary/,education;teaching;parenting,Author of Creative Schools,,,,, -3b8132bd-0a64-4062-a5e3-96ad882060b3,"Creativity, Inc. - Summary by FourMinuteBooks","One of the founders of Pixar, Ed Catmull, describes Pixar’s history and their creative …",https://blas.com/wp-content/uploads/2015/11/download-20.jpg,summary|https://fourminutebooks.com/creativity-inc-summary/;summary|https://blas.com/creativity-inc/;book|https://www.amazon.com/Creativity-Inc-Overcoming-Unseen-Inspiration/dp/0812993012?tag=learnawesome-20,business;leadership;creativity;management;pixar;ed-catmull,Ed Catmull and Edwin E. Catmull and Amy Wallace,,,,, -1828e36a-a883-406b-bf00-b8d75825d2d7,Crossing The Chasm,Navigating in such the uncharted waters of the chasm requires beacons that can be …,https://blas.com/wp-content/uploads/2018/10/41czNgTCIQL._SX334_BO1204203200_-202x300.jpg,book|https://www.amazon.com/Crossing-Chasm-Marketing-Technology-Mainstream/dp/B00A2ZHMKY?tag=learnawesome-20;summary|https://fourminutebooks.com/crossing-the-chasm-summary/;summary|https://blas.com/crossing-the-chasm/,business;marketing;technology;investing;geoffrey-moore,Author of Crossing The Chasm,,,,, -f38363f4-a804-4490-8204-913bd3686588,Six Thinking Hats - Summary by FourMinuteBooks,By Edward de Bono,https://learn-awesome.github.io/assets/book_covers/97030.jpg,summary|https://fourminutebooks.com/six-thinking-hats-summary/;book|https://openlibrary.org/books/OL2560191M/Six_thinking_hats,personal-development;management;thinking,Edward de Bono,,,,, -c61a508c-575f-4793-8900-0e5159648302,How to Lie With Maps - Summary at Blas.com,"The purpose of this book is to promote a healthy skepticism about maps, not …",https://blas.com/wp-content/uploads/2020/02/images-1.jpg,summary|https://blas.com/how-to-lie-with-maps/,mark-monmonier;the-map-is-not-the-terrain,Lucius Annaeus Seneca,,,,, -e6ebecb4-32b6-4237-a66d-57db2bbbd1c9,Gravitation and Cosmology,,,book|https://www.goodreads.com/book/show/150134.Gravitation_and_Cosmology,gravity;cosmology;general-relativity,,,,,, -aeb27155-a837-45cc-8456-27229b15ae4d,Crush It,"Do you have a hobby you wish you could indulge in all day? An obsession that keeps you up at night? Now is the perfect time to take that passion and make a living doing what you love. In Crush It! Why NOW Is the Time to Cash In on Your Passion, Gary Vaynerchuk shows you how to use the power of the Internet to turn your real interests into real businesses. Gary spent years building his family business from a local wine shop into a national industry leader. Then one day he turned on a video camera, and by using the secrets revealed here, transformed his entire life and earning potential by building his personal brand. By the end of this book, readers will have learned how to harness the power of the Internet to make their entrepreneurial dreams come true. Step by step, Crush It! is the ultimate driver’s manual for modern business.",https://covers.openlibrary.org/b/id/6297122-M.jpg,book|https://openlibrary.org/books/OL23980412M/Crush_it!;summary|https://fourminutebooks.com/crush-it-summary/,hobbies;career;entrepreneurship;personal-development,Gary Vaynerchuk,,,,, -db80e347-c233-4263-ab96-e6adc8583ce3,Crushing It,,,book|https://www.amazon.com/Crushing-Great-Entrepreneurs-Business-Influence-ebook/dp/B072DV2GHG?tag=learnawesome-20;summary|https://fourminutebooks.com/crushing-it-summary/,business,Author of The Thank You Economy,,,,, -ef7671ae-5415-44e1-b8fa-9be65dd62010,Dare To Lead,,,book|https://www.amazon.in/Dare-Lead-Brave-Conversations-Hearts-ebook/dp/B07CWGFPS7?tag=learnawesome-21;summary|https://fourminutebooks.com/dare-to-lead-summary/,leadership,Author of Dare To Lead,,,,, -2f8dbd65-20c4-43ce-acf7-3bd8b8065403,Daring Greatly,"The #1 New York Times bestseller, now in paperback. From thought leader Dr. Brené Brown, a transformative new vision for the way we lead, love, work, parent, and educate that teaches us the power of vulnerability. “It is not the critic who counts; not the man who points out how the strong man stumbles, or where the doer of deeds could have done them better. The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood; who strives valiantly; . . . who at the best knows in the end the triumph of high achievement, and who at worst, if he fails, at least fails while daring greatly.”—Theodore RooseveltEvery day we experience the uncertainty, risks, and emotional exposure that define what it means to be vulnerable or to dare greatly. Based on twelve years of pioneering research, Dr. Brené Brown dispels the cultural myth that vulnerability is weakness and argues that it is, in truth, our most accurate measure of courage.Brown explains how vulnerability is both the core of difficult emotions like fear, grief, and disappointment, and the birthplace of love, belonging, joy, empathy, innovation, and creativity. She writes: “When we shut ourselves off from vulnerability, we distance ourselves from the experiences that bring purpose and meaning to our lives.”Daring Greatly is not about winning or losing. It’s about courage. In a world where “never enough” dominates and feeling afraid has become second nature, vulnerability is subversive. Uncomfortable. It’s even a little dangerous at times. And, without question, putting ourselves out there means there’s a far greater risk of getting criticized or feeling hurt. But when we step back and examine our lives, we will find that nothing is as uncomfortable, dangerous, and hurtful as standing on the outside of our lives looking in and wondering what it would be like if we had the courage to step into the arena—whether it’s a new relationship, an important meeting, the creative process, or a difficult family conversation. Daring Greatly is a practice and a powerful new vision for letting ourselves be seen.",https://covers.openlibrary.org/b/id/8314266-M.jpg,book|https://openlibrary.org/books/OL26630004M/Daring_Greatly_How_the_Courage_to_Be_Vulnerable_Transforms_the_Way_We_Live_Love_Parent_and_Lead;summary|https://fourminutebooks.com/daring-greatly-summary/,psychology;personal-development,Brené Brown,,,,, -8a2c341b-c632-4ed1-825e-6ea3fadfd208,David and Goliath,"Power, wealth and health are not exclusive harbingers of success. Beyond a certain point, …",https://covers.openlibrary.org/b/id/7276285-M.jpg,book|https://www.amazon.com/David-Goliath-Underdogs-Misfits-Battling/dp/0316204374?tag=learnawesome-20;summary|https://fourminutebooks.com/david-and-goliath-summary/;summary|https://blas.com/david-and-goliath/,psychology;business;sociology;malcolm-gladwell,Malcolm Gladwell,,,,, -8605110e-1e35-4a6b-90a0-460d25a6ea16,Decisive - Summary by Derek Sivers,"The four principles that can help us to overcome our brains' natural biases to make better, more informed decisions -- in our lives, careers, families and organizations.In Decisive, Chip Heath and Dan Heath, the bestselling authors of Made to Stick and Switch, tackle the thorny problem of how to overcome our natural biases and irrational thinking to make better decisions, about our work, lives, companies and careers.    When it comes to decision making, our brains are flawed instruments.  But given that we are biologically hard-wired to act foolishly and behave irrationally at times, how can we do better?  A number of recent bestsellers have identified how irrational our decision making can be.  But being aware of a bias doesn't correct it, just as knowing that you are nearsighted doesn't help you to see better.  In Decisive, the Heath brothers, drawing on extensive studies, stories and research, offer specific, practical tools that can help us to think more clearly about our options, and get out of our heads, to improve our decision making, at work and at home.",https://covers.openlibrary.org/b/id/8537216-M.jpg,summary|https://sivers.org/book/Decisive;book|https://www.goodreads.com/book/show/15798078-decisive;summary|https://fourminutebooks.com/decisive-summary/,thinking;psychology;personal-development,Chip Heath,,,,, -063682c4-dc48-41dd-a207-79f7902bddf9,Deep Thinking,"Garry Kasparov's 1997 chess match against the IBM supercomputer Deep Blue was a watershed moment in the history of technology. It was the dawn of a new era in artificial intelligence: a machine capable of beating the reigning human champion at this most cerebral game. That moment was more than a century in the making, and in this breakthrough book, Kasparov reveals his astonishing side of the story for the first time. He describes how it felt to strategize against an implacable, untiring opponent with the whole world watching, and recounts the history of machine intelligence through the microcosm of chess, considered by generations of scientific pioneers to be a key to unlocking the secrets of human and machine cognition. Kasparov uses his unrivaled experience to look into the future of intelligent machines and sees it bright with possibility. As many critics decry artificial intelligence as a menace, particularly to human jobs, Kasparov shows how humanity can rise to new heights with the help of our most extraordinary creations, rather than fear them. Deep Thinking is a tightly argued case for technological progress, from the man who stood at its precipice with his own career at stake.",,book|https://www.amazon.com/Deep-Thinking-Machine-Intelligence-Creativity/dp/1541773640?tag=learnawesome-20;summary|https://fourminutebooks.com/deep-thinking-summary/,science;games;chess;thinking,Author of Deep Thinking,,,,, -f1265177-d9d8-464d-b8dc-abd8922e3026,Lean Analytics,"Whether you’re a startup founder trying to disrupt an industry or an intrapreneur trying to provoke change from within, your biggest challenge is creating a product people actually want. Lean Analytics steers you in the right direction.This book shows you how to validate your initial idea, find the right customers, decide what to build, how to monetize your business, and how to spread the word. Packed with more than thirty case studies and insights from over a hundred business experts, Lean Analytics provides you with hard-won, real-world information no entrepreneur can afford to go without.Understand Lean Startup, analytics fundamentals, and the data-driven mindsetLook at six sample business models and how they map to new ventures of all sizesFind the One Metric That Matters to youLearn how to draw a line in the sand, so you’ll know it’s time to move forwardApply Lean Analytics principles to large enterprises and established products",https://covers.openlibrary.org/b/id/7863277-M.jpg,book|https://www.amazon.com/Lean-Analytics-Better-Startup-Faster/dp/1449335675?tag=learnawesome-20;summary|https://fourminutebooks.com/lean-analytics-summary/,business;analytics,Alistair Croll,,,,, -c3cfaefb-3ea6-4c30-aacc-68564bb51f6a,The Better Angels Of Our Nature - Summary by FourMinuteBooks,By Steven Pinker,https://learn-awesome.github.io/assets/book_covers/13543093.jpg,summary|https://fourminutebooks.com/the-better-angels-of-our-nature-summary/;book|https://openlibrary.org/books/OL25690739M/The_better_angels_of_our_nature,history;psychology;science;philosophy;sociology,Steven Pinker,,,,, -127a7e8f-2e43-4025-b8a5-88a57a29f76d,For Whom the Bell Tolls - Summary at Blas.com,Story of Robert Jordan who is in Spain during the Spanish Civil War helping …,https://blas.com/wp-content/uploads/2015/12/178px-ErnestHemmingway_ForWhomTheBellTolls.jpg,summary|https://blas.com/for-whom-the-bell-tolls/,ernest-hemingway;fiction,Lucius Annaeus Seneca,,,,, -f6c81939-c8e6-479a-a58d-e227cbc69e1a,Deep Work - Summary by FourMinuteBooks,By Cal Newport,https://learn-awesome.github.io/assets/book_covers/25744928.jpg,summary|https://fourminutebooks.com/deep-work-summary/;summary|https://sivers.org/book/DeepWork;book|https://www.amazon.in/Deep-Work-Focused-Success-Distracted/dp/1455586692?tag=learnawesome-21,business;productivity;psychology;personal-development,Cal Newport,,,,, -3a9eae7d-dfba-4f25-9153-764ee94e95a6,Delivering Happiness,Tony Hsieh is the CEO of Zappos and wrote this book to help people …,https://covers.openlibrary.org/b/id/6450379-M.jpg,book|https://www.amazon.com/Delivering-Happiness-Profits-Passion-Purpose/dp/0446576220?tag=learnawesome-20;summary|https://fourminutebooks.com/delivering-happiness-summary/;summary|https://blas.com/delivering-happiness/,business;leadership;zappos;tony-hsieh;entrepreneurship,Tony Hsieh,,,,, -f506a2dd-217e-41e1-9fdc-937b4d2c9c33,Design To Grow,"Expert advice from Coca-Cola’s vice president of Innovation and Entrepreneurship: Learn how Coca-Cola uses design to grow its business by combining the advantages of scale with the agility to respond to fast-changing market conditions.In today’s world, every company is at risk of having a “Kodak Moment”—watching its industry and the competitive advantages it has developed over years, even decades, vanish overnight. The reason? An inability to adapt quickly to new business realities. Established companies are at risk, but it’s no easier being an agile startup, because most of those fail due to their inability to scale. Tomorrow’s business winners—regardless of size or industry—will be the ones that know how to combine scale with agility. In Design to Grow, a Coca-Cola senior executive shares both the successes and failures of one of the world’s largest companies as it learns to use design to be both agile and big. In this rare and unprecedented behind-the-scenes look, David Butler and senior Fast Company editor, Linda Tischler, use plain language and easy-to-understand case studies to show how this works at Coca-Cola—and how other companies can use the same approach to grow their business. This book is a must-read for managers inside large corporations as well as entrepreneurs just getting started.",,book|https://www.goodreads.com/book/show/22609425-design-to-grow;summary|https://fourminutebooks.com/design-to-grow-summary/,business;design,Author of Design To Grow,,,,, -b6bb1ced-a119-47da-96a9-3604e2161266,Difficult Conversations - Summary by FourMinuteBooks,By Douglas Stone,https://learn-awesome.github.io/assets/book_covers/774088.jpg,summary|https://fourminutebooks.com/difficult-conversations-summary/;book|https://www.amazon.in/Difficult-Conversations-Discuss-What-Matters/dp/0143118447?tag=learnawesome-21,psychology;communication;leadership,Douglas Stone,,,,, -3bce05e1-fc69-43b8-811c-6e0cbc724c30,Digital Minimalism,"The key to living well in a high tech world is to spend much less time using technology.Georgetown computer scientist Cal Newport's Deep Work sparked a movement around the idea that unbroken concentration produces far more value than the electronic busyness that defines the modern work day. But his readers had an urgent follow-up question: What about technology in our personal lives?In recent years, our culture's relationship with personal technology has transformed from something exciting into something darker. Innovations like smartphones and social media are useful, but many of us are increasingly troubled by how much control these tools seem to exert over our daily experiences--including how we spend our free time and how we feel about ourselves.In Digital Minimalism, Newport proposes a bold solution: a minimalist approach to technology use in which you radically reduce the time you spend online, focusing on a small set of carefully-selected activities while happily ignoring the rest.He mounts a vigorous defense for this less-is-more approach, combining historical examples with case studies of modern digital minimalists to argue that this philosophy isn't a rejection of technology, but instead a necessary realignment to ensure that these tools serve us, not the other way around.To make these principles practical, he takes us inside the growing subculture of digital minimalists who have built rich lives on a foundation of intentional technology use, and details a decluttering process that thousands have already used to simplify their online lives. He also stresses the importance of never clicking ""like,"" explores the underappreciated value of analog hobbies, and draws lessons from the ""attention underground""--a resistance movement fighting the tech companies' attempts to turn us into gadget addicts.Digital Minimalism is an indispensable guide for anyone looking to reclaim their life from the alluring diversions of the digital world.",https://covers.openlibrary.org/b/id/8507540-M.jpg,book|https://openlibrary.org/books/OL26832542M/Digital_Minimalism;summary|https://fourminutebooks.com/digital-minimalism-summary/,productivity;technology;psychology;personal-development,Cal Newport,,,,, -540ec1f0-fdb1-4796-a454-7a968532732f,Digital Renaissance,"How digital technology is upending the traditional creative industries--and why that might be a good thingThe digital revolution poses a mortal threat to the major creative industries--music, publishing, television, and the movies. The ease with which digital files can be copied and distributed has unleashed a wave of piracy with disastrous effects on revenue. Cheap, easy self-publishing is eroding the position of these gatekeepers and guardians of culture. Does this revolution herald the collapse of culture, as some commentators claim? Far from it. In Digital Renaissance, Joel Waldfogel argues that digital technology is enabling a new golden age of popular culture, a veritable digital renaissance.By reducing the costs of production, distribution, and promotion, digital technology is democratizing access to the cultural marketplace. More books, songs, television shows, and movies are being produced than ever before. Nor does this mean a tidal wave of derivative, poorly produced kitsch; analyzing decades of production and sales data, as well as bestseller and best-of lists, Waldfogel finds that the new digital model is just as successful at producing high-quality, successful work as the old industry model, and in many cases more so. The vaunted gatekeeper role of the creative industries proves to have been largely mythical. The high costs of production have stifled creativity in industries that require ever-bigger blockbusters to cover the losses on ever-more-expensive failures.Are we drowning in a tide of cultural silt, or living in a golden age for culture? The answers in Digital Renaissance may surprise you.",,book|https://www.goodreads.com/book/show/39964414-digital-renaissance;summary|https://fourminutebooks.com/digital-renaissance-summary/,economics;technology,Author of Digital Renaissance,,,,, -0d1d58c5-e826-433f-8b37-efff9fb1dbc9,Strengthsfinder 2.0,"Do You Do What You Do Best Every Day?Chances are, you don't. From the cradle to the cubicle, we devote more time to fixing our shortcomings than to developing our strengths.To help people uncover their talents, Gallup introduced StrengthsFinder in the 2001 management book Now, Discover Your Strengths. The book ignited a global conversation, while StrengthsFinder helped millions discover their top five talents.In StrengthsFinder 2.0, Gallup unveils the new and improved version of its popular online assessment. With hundreds of strategies for applying your strengths, StrengthsFinder 2.0 will change the way you look at yourself and the world forever.",https://covers.openlibrary.org/b/id/7334374-M.jpg,book|https://www.amazon.in/StrengthsFinder-2-0-Tom-Rath/dp/159562015X?tag=learnawesome-21;summary|https://fourminutebooks.com/strengthsfinder-2-0-summary/,leadership;personal-development,Tom Rath,,,,, -520b55b9-29ce-4766-805e-87523d083484,COVID-19 Primer,,,research_paper|https://covid19primer.com/,coronavirus,,,,,, -66f716f7-eccc-4967-af3e-9f09dcff8e91,Disrupt Yourself,"Are you a high potential charting your course within your current organization, a leader trying to jumpstart innovative thinking in your company? Or are you ready to do something new?Consider this simple yet powerful idea: disruptive companies and ideas upend markets by doing something truly different – they see a need, an empty space waiting to be filled, and they dare to create something for which a market may not yet exist. An expert in driving innovation via personal disruption, Whitney Johnson, will help you understand how the frameworks of disruptive innovation can apply to you: if you want to be successful in unexpected ways, follow your own disruptive path. Dare to innovate. Dream big dreams. Do something astonishing. Disrupt yourself. In this book, you will learn how to apply these frameworks to building a business, career – and you.We are living in an era of accelerating disruption – those who can manage the S-curve waves of learning and maxing out will have a competitive advantage. But this is a skill set that needs to be learned. Disrupt Yourself will help people cope with the unpredictability of disruption, and use it to their competitive advantage.",,book|https://www.amazon.com/Disrupt-Yourself-Putting-Disruptive-Innovation/dp/1629560529?tag=learnawesome-20;summary|https://fourminutebooks.com/disrupt-yourself-summary/,personal-development;career,Whitney Johnson,,,,, -41b242d6-52f1-4a36-bdbf-3071d6059d73,Do Over,"The get ready, get going guide to navigating career change and doing work you loveNew York Times bestselling author Jon Acuff has drawn millions of online fans who love his refreshing mix of humor, honesty, and wisdom about the world of work. Now he offers his most important book yet, a guide to making big career changes—by choice or necessity—and escaping the horrible feeling of being trapped in the wrong job.Acuff finds it amazing that people spend more than eighteen years studying and preparing for college, but little or no time honing their careers between graduation and retirement. He offers an empowering tool he calls the Career Savings Account, which will change the way readers think about their skills, relationships, character, and work ethic. He also shows that if you’re on the wrong track, you already have what you need to change it—even if your family and mortgage mean you can’t simply pick up and move for a new opportunity.Throughout the book, Acuff features inspiring and funny true stories—not merely his own, but those of friends who restarted their careers after a layoff, an extended maternity leave, or simply the realization that they were suffering fifty weeks a year just to pay the bills and enjoy two weeks of vacation. Everyone can benefit from Do Over, from new graduates to fiftysomethings and beyond. ",,book|https://www.goodreads.com/book/show/22571775-do-over;summary|https://fourminutebooks.com/do-over-summary/,career;personal-development,Jon Acuff,,,,, -7aa4c283-6459-423d-a988-6b835988cd29,Do The Work,"“This book is designed to coach you through a project (business venture, ballet, philanthropic …",https://sivers.org/images/DoTheWork.gif,book|https://www.goodreads.com/book/show/10645233-do-the-work;summary|https://fourminutebooks.com/do-the-work-summary/;summary|https://sivers.org/book/DoTheWork;summary|https://blas.com/do-the-work/,productivity;steven-pressfield;resistance;motivation;how-to-live-life,Author of Nobody Wants to Read Your Sh*t,,,,, -2401827c-0b98-4e05-ad6b-ad977d49954c,Dollars and Sense,"Why is paying for things painful?Why are we comfortable overpaying for something in the present just because we’ve overpaid for it in the past?Why is it easy to pay $4 for a soda on vacation, when we wouldn’t spend more than $1 on that same soda at our local grocery store?We think of money as numbers, values, and amounts, but when it comes down to it, when we actually use our money, we engage our hearts more than our heads. Emotions play a powerful role in shaping our financial behavior, often making us our own worst enemies as we try to save, access value, and spend responsibly. In Dollars and Sense, bestselling author and behavioral economist Dan Ariely teams up with financial comedian and writer Jeff Kreisler to challenge many of our most basic assumptions about the precarious relationship between our brains and our money. In doing so, they undermine many of personal finance’s most sacred beliefs and explain how we can override some of our own instincts to make better financial choices.Exploring a wide range of everyday topics—from the lure of pain-free spending with credit cards to the  pitfalls of household budgeting to the seductive power of holiday sales—Ariely and Kreisler demonstrate how our misplaced confidence in our spending habits frequently leads us astray, costing us more than we realize, whether it’s the real value of the time we spend driving forty-five minutes to save $10 or our inability to properly assess what the things we buy are actually worth. Together Ariely and Kreisler reveal the emotional forces working against us and how we can counteract them. Mixing case studies and anecdotes with concrete advice and lessons, they cut through the unconscious fears and desires driving our worst financial instincts and teach us how to improve our money habits.The result not only reveals the rationale behind our most head-scratching financial choices but also offers clear guidance for navigating the treacherous financial landscape of the brain. Fascinating, engaging, funny, and essential, Dollars and Sense provides the practical tools we need to understand and improve our financial choices, save and spend smarter, and ultimately live better.",https://covers.openlibrary.org/b/id/8814525-M.jpg,book|https://www.goodreads.com/book/show/34323010-dollars-and-sense;summary|https://fourminutebooks.com/dollars-and-sense-summary/,psychology;economics;personal-finance,Dan Ariely,,,,, -8379fe19-9d19-483b-b454-3fd63f17f835,Don’t Sweat The Small Stuff,"Don't Sweat the Small Stuff...and It's All Small Stuff is an audiobook that tells you how to keep from letting the little things in life drive you crazy. In thoughtful and insightful language, author Richard Carlson reveals ways to calm down in the midst of your incredibly hurried, stress-filled life.You can learn to put things into perspective by making the small daily changes Dr. Carlson suggests, including advice such as ""Choose your battles wisely""; ""Remind yourself that when you die, your 'in' box won't be empty""; and ""Make peace with imperfection"". With Don't Sweat the Small Stuff... you'll also learn how to:* Live in the present moment* Let others have the glory at times* Lower your tolerance to stress* Trust your intuitions* Live each day as it might be your lastWith gentle, supportive suggestions, Dr. Carlson reveals ways to make your actions more peaceful and caring, with the added benefit of making your life more calm and stress-free.",,book|https://www.amazon.com/Dont-Sweat-Small-Stuff-Its/dp/0786864109?tag=learnawesome-20;summary|https://fourminutebooks.com/dont-sweat-the-small-stuff-summary/,psychology,Author of Don’t Sweat The Small Stuff,,,,, -f7f3477b-8b1f-4ad2-8f8e-6f2998165db6,Freakonomics - Summary by FourMinuteBooks,By Steven D. Levitt,https://learn-awesome.github.io/assets/book_covers/1202.jpg,summary|https://fourminutebooks.com/freakonomics-summary/;book|https://www.goodreads.com/book/show/1202.Freakonomics,economics,Steven D. Levitt,,,,, -ed567fd4-c187-4ebc-b90c-9b45ae132f2b,"Corona Panel, Covid-19 Maps and News",,,website|https://coronapanel.com/,coronavirus,,,,,, -61807d81-5853-4230-8f82-b7421267bf82,Doughnut Economics - Summary by FourMinuteBooks,By Kate Raworth,https://learn-awesome.github.io/assets/book_covers/29214420.jpg,summary|https://fourminutebooks.com/doughnut-economics-summary/;book|https://www.amazon.com/Doughnut-Economics-Seven-21st-Century-Economist/dp/1603587969?tag=learnawesome-20,economics;politics;sustainability,Kate Raworth,,,,, -6123c90a-3a7a-4395-8d2b-58633dbafcc4,Drive,"The New York Times bestseller that gives readers a paradigm-shattering new way to think about motivation Most people believe that the best way to motivate is with rewards like money—the carrot-and-stick approach. That's a mistake, says Daniel H. Pink (author of To Sell Is Human: The Surprising Truth About Motivating Others). In this provocative and persuasive new book, he asserts that the secret to high performance and satisfaction-at work, at school, and at home—is the deeply human need to direct our own lives, to learn and create new things, and to do better by ourselves and our world.Drawing on four decades of scientific research on human motivation, Pink exposes the mismatch between what science knows and what business does—and how that affects every aspect of life. He examines the three elements of true motivation—autonomy, mastery, and purpose-and offers smart and surprising techniques for putting these into action in a unique book that will change how we think and transform how we live.",https://covers.openlibrary.org/b/id/6294820-M.jpg,book|https://www.amazon.com/Drive-Surprising-Truth-About-Motivates/dp/1594484805?tag=learnawesome-20;summary|https://fourminutebooks.com/drive-summary/;summary|https://sivers.org/book/Drive,psychology;motivation,Daniel H. Pink,,,,, -24797659-0549-42ab-9ff0-00cbd429e8d0,Duct Tape Marketing,"As a renowned marketing guru and small business coach, John Jantsch has become a leading advisor on how to build and grow a thriving business. In his trusted book for small businesses, he challenges readers to craft a marketing strategy that is as reliable as the go-to household item we all know, love, and turn to in a pinch: duct tape. Duct Tape Marketing shows readers how to develop and execute a marketing plan that yields more revenue and ensures the longevity of small businesses. Taking a strategic, systemic approach to marketing rather than being constantly won over to a “marketing idea of the week” helps small business leaders establish a solid--“sticky”--foundation of trust with their customers that only grows stronger with the application of more and more metaphorical tape. You’ll learn how to turn your marketing efforts into a lead generation machine and move far beyond your week-to-week strategizing to create long-term plans for your business’s continual growth. Plus, the revised and updated edition of this industry-leading book includes all new tools, rules, and tactics that respond to the ways social media and digital developments have shifted and evolved the marketing landscape. Let's face it: as a small business owner, you are really in the business of marketing. This practical, actionable guide includes fresh ideas that stick where you put them--and stand the test of time.",,book|https://openlibrary.org/books/OL27129802M/Duct_tape_marketing;summary|https://fourminutebooks.com/duct-tape-marketing-summary/,marketing,John Jantsch,,,,, -9c607839-c85a-46fe-92de-44530a3e144b,"Eat, Move, Sleep","The latest  New York Times  bestseller from Tom Rath, featuring a new assessment, personalized Eat Move Sleep Plan, and a host of online tools for individuals, groups, and organizations. Named to Apple iTunes Best of 2013 in Nonfiction and Health.""Well written and scrupulously researched, this breezy guide lobbies for an all-encompassing approach to improving one's lifestyle...Rath's '30-Day Guide'...is clear and actionable."" -Kirkus review - - - -From the author of StrengthsFinder 2.0, How Full Is Your Bucket?, Strengths Based Leadership, and Wellbeing comes a transformative book and online application that will improve your health for years to come. While Tom's bestsellers on strengths and well-being have inspired more than 5 million people in the last decade, Eat Move Sleep reveals his greatest passion and expertise. Quietly managing a serious illness for more than 20 years, Tom has assembled a wide range of information on the impact of eating, moving, and sleeping. Written in his classic conversational style, Eat Move Sleep features the most proven and practical ideas from his research. This remarkably quick read offers advice that is comprehensive yet simple and often counterintuitive but always credible. Eat Move Sleep will help you make good decisions automatic -- in all three of these interconnected areas. With every bite you take, you will make better choices. You will move a lot more than you do today. And you will sleep better than you have in years. More than a book, Eat Move Sleep is a new way to live.",https://covers.openlibrary.org/b/id/7268116-M.jpg,book|https://www.amazon.in/Eat-Move-Sleep-Choices-Changes/dp/1939714001?tag=learnawesome-21;summary|https://fourminutebooks.com/eat-move-sleep-summary/,health;nutrition,Tom Rath,,,,, -3d87da5f-40e5-419d-bf5f-aa86a0a8bfd5,Eat That Frog,"The legendary Eat That Frog! (more than 450,000 copies sold and translated into 23 languages) provides the 21 most effective methods for conquering procrastination and accomplishing more. This new edition is revised and updated throughout, and includes brand new information on how to keep technology from dominating our time.",,book|https://www.goodreads.com/book/show/95887.Eat_That_Frog_;summary|https://fourminutebooks.com/eat-that-frog-summary/,productivity,Brian Tracy,,,,, -6f556581-97c0-47df-b7fc-4da438c44f98,Eating Animals,"Part memoir and part investigative report, Eating Animals is a groundbreaking moral examination of vegetarianism, farming, and the food we eat every day that inspired the documentary of the same name.Bestselling author Jonathan Safran Foer spent much of his life oscillating between enthusiastic carnivore and occasional vegetarian. For years he was content to live with uncertainty about his own dietary choices-but once he started a family, the moral dimensions of food became increasingly important.Faced with the prospect of being unable to explain why we eat some animals and not others, Foer set out to explore the origins of many eating traditions and the fictions involved with creating them. Traveling to the darkest corners of our dining habits, Foer raises the unspoken question behind every fish we eat, every chicken we fry, and every burger we grill.A must-read for anyone who cares about building a more humane and healthy world, Eating Animals is a book that, in the words of the Los Angeles Times, places Jonathan Safran Foer ""at the table with our greatest philosophers.""",https://covers.openlibrary.org/b/id/6462405-M.jpg,book|https://www.amazon.com/Eating-Animals-Jonathan-Safran-Foer/dp/0316069884?tag=learnawesome-20;summary|https://fourminutebooks.com/eating-animals-summary/,food;philosophy;vegetarianism,Jonathan Safran Foer,,,,, -1ba7a17a-0ac4-4d00-a061-7f03e0cdb5b9,Stumbling On Happiness - Summary by FourMinuteBooks,By Daniel Todd Gilbert,https://learn-awesome.github.io/assets/book_covers/56627.jpg,summary|https://fourminutebooks.com/stumbling-on-happiness-summary/;summary|https://sivers.org/book/StumblingOnHappiness;book|https://www.amazon.in/Stumbling-Happiness-Daniel-Gilbert/dp/1400077427?tag=learnawesome-21,psychology;happiness,Daniel Todd Gilbert,,,,, -bb1b51f6-424c-448b-a8d3-84075b42c578,"A Comprehensive Introduction to Differential Geometry, Vol. 1",,,book|https://www.goodreads.com/book/show/211192.A_Comprehensive_Introduction_to_Differential_Geometry_Vol_1,geometry,,,,,, -6970643f-fee9-461e-80ff-cc8b2d98242c,Ego Is The Enemy,"“While the history books are filled with tales of obsessive, visionary geniuses who remade the world in their image with sheer, almost irrational force, I’ve found that history is also made by individuals who fought their egos at every turn, who eschewed the spotlight, and who put their higher goals above their desire for recognition.” – from the PrologueMany of us insist the main impediment to a full, successful life is the outside world. In fact, the most common enemy lies within: our ego. Early in our careers, it impedes learning and the cultivation of talent. With success, it can blind us to our faults and sow future problems. In failure, it magnifies each blow and makes recovery more difficult. At every stage, ego holds us back.The Ego is the Enemy draws on a vast array of stories and examples, from literature to philosophy to history. We meet fascinating figures like Howard Hughes, Katharine Graham, Bill Belichick, and Eleanor Roosevelt, all of whom reached the highest levels of power and success by conquering their own egos. Their strategies and tactics can be ours as well.But why should we bother fighting ego in an era that glorifies social media, reality TV, and other forms of shameless self-promotion?  Armed with the lessons in this book, as Holiday writes, “you will be less invested in the story you tell about your own specialness, and as a result, you will be liberated to accomplish the world-changing work you’ve set out to achieve.”",https://sivers.org/images/EgoEnemy.gif,book|https://www.amazon.com/Ego-Enemy-Ryan-Holiday/dp/1591847818?tag=learnawesome-20;summary|https://fourminutebooks.com/ego-is-the-enemy-summary/;summary|https://sivers.org/book/EgoEnemy,psychology,"Author of Trust Me, I’m Lying",,,,, -7e780d77-f735-47a4-9d26-46669d22a4dc,Einstein: His Life And Universe - Summary by FourMinuteBooks,By Walter Isaacson,https://learn-awesome.github.io/assets/book_covers/10884.jpg,summary|https://fourminutebooks.com/einstein-his-life-and-universe-summary/;book|https://openlibrary.org/books/OL9837560M/Einstein,einstein;physics,Walter Isaacson,,,,, -44083d3e-8edc-4e0f-b3e3-ad644702fcfa,Elon Musk - Summary by FourMinuteBooks,Elon is a man on a mission – to save mankind and colonize other …,https://blas.com/wp-content/uploads/2015/11/download-4.jpg,summary|https://fourminutebooks.com/elon-musk-summary/;summary|https://blas.com/elon-musk/;book|https://www.goodreads.com/book/show/25541028-elon-musk,elon-musk;business;tesla;spacex;solarcity;leadership;entrepreneur;ashlee-vance,Author of Elon Musk,,,,, -d11670ef-0dcd-4c4b-9b83-b794e2c942ab,Emotional Agility,"The counterintuitive approach to achieving your true potential, heralded by the Harvard Business Review as a groundbreaking idea of the year.   The path to fulfillment, whether at work or at home, is almost never a straight line. Ask anyone who has achieved their biggest goals or who thrives in their relationships, and you’ll hear stories of many unexpected detours along the way. What separates those who rise to these challenges and those who get derailed? The answer is agility—emotional agility.Emotional agility is a four-step approach that allows us to navigate life’s twists and turns with self-acceptance, clear-sightedness, and an open mind. In her more than twenty years of research, Susan David has found that no matter how intelligent, resilient, or creative people are, when they ignore how situations or interactions make them feel, they miss opportunities to gain insight, getting hooked by thoughts, emotions, and habits that prevent them from reaching their full potential. Emotionally agile people experience the same stresses and setbacks as anyone else, but they know how to adapt, aligning their actions with their values and making small changes that lead to a life of growth.Drawing on her extensive professional research, her international consulting work, and her own experiences growing up in Apartheid-era South Africa and losing her father at a young age, David shows how anyone can become more emotionally agile and thrive in an uncertain world. Written with authority, wit, and empathy, Emotional Agility will help you live your most successful life, whoever you are and whatever you face. Take the FREE Emotional Agility Insights Quiz here: https://bitly.com/ea-quiz",https://covers.openlibrary.org/b/id/8360216-M.jpg,book|https://www.amazon.com/Emotional-Agility-Unstuck-Embrace-Change/dp/1592409490?tag=learnawesome-20;summary|https://fourminutebooks.com/emotional-agility-summary/,psychology,Author of Emotional Agility,,,,, -92d654ad-2d36-4769-9d2a-09ae71bc1639,Emotional Intelligence,"Everyone knows that high IQ is no guarantee of success, happiness, or virtue, but until Emotional Intelligence, we could only guess why. Daniel Goleman's brilliant report from the frontiers of psychology and neuroscience offers startling new insight into our ""two minds""—the rational and the emotional—and how they together shape our destiny.Through vivid examples, Goleman delineates the five crucial skills of emotional intelligence, and shows how they determine our success in relationships, work, and even our physical well-being. What emerges is an entirely new way to talk about being smart. The best news is that ""emotional literacy"" is not fixed early in life. Every parent, every teacher, every business leader, and everyone interested in a more civil society, has a stake in this compelling vision of human possibility.",https://covers.openlibrary.org/b/id/370147-M.jpg,book|https://www.goodreads.com/book/show/26329.Emotional_Intelligence;summary|https://fourminutebooks.com/emotional-intelligence-summary/,psychology,Daniel Goleman,,,,, -c48cc4a1-61ba-4307-beef-aa57960f9e8e,Free: The Future Of A Radical Price,"Reveals how to run an online business profitably in spite of the Internet's inherently free culture, disseminating the principles of a ''priceless economy'' in six categories that pertain to advertising, labor exchange, and advanced-version fees.",https://covers.openlibrary.org/b/id/6301758-M.jpg,book|https://www.amazon.in/Free-Future-Radical-Chris-Anderson/dp/1401322905?tag=learnawesome-21;summary|https://fourminutebooks.com/free-the-future-of-a-radical-price-summary/,business;economics;internet,Chris Anderson,,,,, -cac5d409-8634-4535-ab54-1e5154550aab,The Nature of Explanation - Summary at Blas.com,Craik was a leader in the development ophysiological psychology and cybernetics. “Here he considers …,https://blas.com/wp-content/uploads/2020/02/41s-RDUBoNL._SX311_BO1204203200_-188x300.jpg,summary|https://blas.com/the-nature-of-explanation/,kenneith-craik;logic;psychology,Lucius Annaeus Seneca,,,,, -e6f16ad4-ad57-4d34-b16c-4af6270518fd,"The Information: A History, a Theory, a Flood - Summary at Blas.com",Gleick discusses the history and relationship between humans and information Key Takeaways Overview We …,https://blas.com/wp-content/uploads/2020/02/510E4q8npXL._SX321_BO1204203200_-194x300.jpg,summary|https://blas.com/the-information/,information-technology;information-theory;james-gleick,Lucius Annaeus Seneca,,,,, -4d897c14-221f-4776-b184-3dd25b423cb8,Adultery - Summary at Blas.com,"Linda, a wealthy Swiss woman is married to a great guy and has a …",https://blas.com/wp-content/uploads/2015/03/Adultery-203x300-1-203x300.jpg,summary|https://blas.com/adultery/,paulo-coelho,Lucius Annaeus Seneca,,,,, -a9155e25-dabf-4dba-8318-a4c3551b2957,Empty Planet,"An award-winning journalist and leading international social researcher make the provocative argument that the global population will soon begin to decline, dramatically reshaping the social, political, and economic landscapeFor half a century, statisticians, pundits, and politicians have warned that a burgeoning planetary population will soon overwhelm the earth's resources. But a growing number of experts are sounding a different kind of alarm. Rather than continuing to increase exponentially, they argue, the global population is headed for a steep decline.Throughout history, depopulation was the product of catastrophe: ice ages, plagues, the collapse of civilizations. This time, however, we're thinning ourselves deliberately, by choosing to have fewer babies than we need to replace ourselves. In much of the developed and developing world, that decline is already underway, as urbanization, women's empowerment, and waning religiosity lead to smaller and smaller families. In Empty Planet, Ibbitson and Bricker travel from South Florida to Sao Paulo, Brussels to Delhi to Beijing, drawing on a wealth of research and firsthand reporting to illustrate the dramatic consequences of this population decline--and to show us why the rest of the developing world will soon join in.They find that a smaller global population will bring with it a number of benefits: fewer workers will command higher wages; the environment will improve; the risk of famine will wane; and falling birthrates in the developing world will bring greater affluence and autonomy for women. But enormous disruption lies ahead, too. We can already see the effects in Europe and parts of Asia, as aging populations and worker shortages weaken the economy and impose crippling demands on healthcare and social security. The United States is well-positioned to sucessfully navigate these coming demographic shifts--that is, unless growing isolationism and anti-immigrant backlash lead us to close ourselves off just as openness becomes more critical to our survival than ever.Rigorously researched and deeply compelling, Empty Planet offers a vision of a future that we can no longer prevent--but one that we can shape, if we choose.",https://covers.openlibrary.org/b/id/8808816-M.jpg,book|https://www.amazon.com/Empty-Planet-Global-Population-Decline/dp/1984823213?tag=learnawesome-20;summary|https://fourminutebooks.com/empty-planet-summary/,science;sociology,Darrell Bricker,,,,, -49938de1-57b1-4cf9-a27b-13e361985a5f,Ending Aging,"MUST WE AGE?A long life in a healthy, vigorous, youthful body has always been one of humanity's greatest dreams. Recent progress in genetic manipulations and calorie-restricted diets in laboratory animals hold forth the promise that someday science will enable us to exert total control over our own biological aging.Nearly all scientists who study the biology of aging agree that we will someday be able to substantially slow down the aging process, extending our productive, youthful lives. Dr. Aubrey de Grey is perhaps the most bullish of all such researchers. As has been reported in media outlets ranging from 60 Minutes to The New York Times, Dr. de Grey believes that the key biomedical technology required to eliminate aging-derived debilitation and death entirely--technology that would not only slow but periodically reverse age-related physiological decay, leaving us biologically young into an indefinite future--is now within reach.In Ending Aging, Dr. de Grey and his research assistant Michael Rae describe the details of this biotechnology. They explain that the aging of the human body, just like the aging of man-made machines, results from an accumulation of various types of damage.  As with man-made machines, this damage can periodically be repaired, leading to indefinite extension of the machine's fully functional lifetime, just as is routinely done with classic cars.  We already know what types of damage accumulate in the human body, and we are moving rapidly toward the comprehensive development of technologies to remove that damage.  By demystifying aging and its postponement for the nonspecialist reader, de Grey and Rae systematically dismantle the fatalist presumption that aging will forever defeat the efforts of medical science.",https://covers.openlibrary.org/b/id/8122598-M.jpg,book|https://www.goodreads.com/book/show/519781.Ending_Aging;summary|https://fourminutebooks.com/ending-aging-summary/,science;health;aging,Aubrey D. N. J. De Grey,,,,, -417efb47-3cd2-4542-9ddf-7abf4e6fb570,Enlightenment Now,"If you think the world is coming to an end, think again: people are living longer, healthier, freer, and happier lives, and while our problems are formidable, the solutions lie in the Enlightenment ideal of using reason and science.Is the world really falling apart? Is the ideal of progress obsolete? In this elegant assessment of the human condition in the third millennium, cognitive scientist and public intellectual Steven Pinker urges us to step back from the gory headlines and prophecies of doom, which play to our psychological biases. Instead, follow the data: In seventy-five jaw-dropping graphs, Pinker shows that life, health, prosperity, safety, peace, knowledge, and happiness are on the rise, not just in the West, but worldwide. This progress is not the result of some cosmic force. It is a gift of the Enlightenment: the conviction that reason and science can enhance human flourishing.Far from being a naïve hope, the Enlightenment, we now know, has worked. But more than ever, it needs a vigorous defense. The Enlightenment project swims against currents of human nature–tribalism, authoritarianism, demonization, magical thinking–which demagogues are all too willing to exploit. Many commentators, committed to political, religious, or romantic ideologies, fight a rearguard action against it. The result is a corrosive fatalism and a willingness to wreck the precious institutions of liberal democracy and global cooperation.With intellectual depth and literary flair, Enlightenment Now makes the case for reason, science, and humanism: the ideals we need to confront our problems and continue our progress.",https://covers.openlibrary.org/b/id/8147013-M.jpg,book|https://openlibrary.org/books/OL26434298M/Enlightenment_Now;summary|https://fourminutebooks.com/enlightenment-now-summary/,science;sociology,Steven Pinker,,,,, -940fb69f-f57f-4717-8662-cc9680920f85,EntreLeadership,,,book|https://www.amazon.com/EntreLeadership-Practical-Business-Wisdom-Trenches-ebook/dp/B004YWDK70?tag=learnawesome-20;summary|https://fourminutebooks.com/entreleadership-summary/,business,Author of EntreLeadership,,,,, -ab932b1d-3907-4e12-92cb-0dce3fc7774a,Essentialism,"McKeown shows you how to get more done in less time and do it better. You must be very selective about what to focus on, eliminate everything else and learn how to emphatically but gracefully say no. Less but better",https://covers.openlibrary.org/b/id/7285986-M.jpg,book|https://www.amazon.in/Essentialism-Disciplined-Pursuit-Greg-McKeown/dp/0804137382?tag=learnawesome-21;summary|https://fourminutebooks.com/essentialism-summary/;summary|https://blas.com/essentialism/,productivity;worth-re-reading;philosophy;how-to-live-life;greg-mckeown;essentialism;decision-making,Greg McKeown,,,,, -29d14269-5bcb-4269-a716-ef0fe33fa4d0,Everything I Know,"Everything I Know is a no-rules guide through uncharted territory. It's a swift kick in the creative ass without fairies, unicorns or new-age cliches. Paul Jarvis is the strategic and design talent behind some of the world's most successful entrepreneurs and online businesses - including Danielle LaPorte, Marie Forleo, Yahoo, The High Line and Mercedes-Benz - and he's learned a thing or two about forging your own path in life and work. Instead of offering one-size-fits-all advice, Paul provides an infinitely flexible template for adventure. There is a better, more satisfying path out there, if you're willing to take risks and explore new territory. This book provides practical ideas and questions to help you conquer fear, overcome inertia, embrace vulnerability, validate your plans and launch even the most outlandish projects on a basement budget. How and where you go next is entirely up to you. ""Paul Jarvis is a lively, talented & incredibly insightful writer."" -Maccabee Montandon, Fast Company ""Paul Jarvis is the friend that every creative needs: friendly, whip-smart, & willing to give you a kick in the ass every now & then."" -Sean Blanda, Adobe/99u",,book|https://www.goodreads.com/book/show/19107336-everything-i-know;summary|https://fourminutebooks.com/everything-i-know-summary/,business;design,Author of Everything I Know,,,,, -6041f63b-63a9-45b9-a268-0543bc7b4628,Everything Is F*cked,"From the author of the international mega-bestseller The Subtle Art of Not Giving A F*ck comes a counterintuitive guide to the problems of hope. We live in an interesting time. Materially, everything is the best it’s ever been—we are freer, healthier and wealthier than any people in human history. Yet, somehow everything seems to be irreparably and horribly f*cked—the planet is warming, governments are failing, economies are collapsing, and everyone is perpetually offended on Twitter. At this moment in history, when we have access to technology, education and communication our ancestors couldn’t even dream of, so many of us come back to an overriding feeling of hopelessness.What’s going on? If anyone can put a name to our current malaise and help fix it, it’s Mark Manson. In 2016, Manson published The Subtle Art of Not Giving A F*ck, a book that brilliantly gave shape to the ever-present, low-level hum of anxiety that permeates modern living. He showed us that technology had made it too easy to care about the wrong things, that our culture had convinced us that the world owed us something when it didn’t—and worst of all, that our modern and maddening urge to always find happiness only served to make us unhappier. Instead, the “subtle art” of that title turned out to be a bold challenge: to choose your struggle; to narrow and focus and find the pain you want to sustain. The result was a book that became an international phenomenon, selling millions of copies worldwide while becoming the #1 bestseller in 13 different countries.Now, in Everthing Is F*cked, Manson turns his gaze from the inevitable flaws within each individual self to the endless calamities taking place in the world around us. Drawing from the pool of psychological research on these topics, as well as the timeless wisdom of philosophers such as Plato, Nietzsche, and Tom Waits, he dissects religion and politics and the uncomfortable ways they have come to resemble one another. He looks at our relationships with money, entertainment and the internet, and how too much of a good thing can psychologically eat us alive. He openly defies our definitions of faith, happiness, freedom—and even of hope itself.With his usual mix of erudition and where-the-f*ck-did-that-come-from humor, Manson takes us by the collar and challenges us to be more honest with ourselves and connected with the world in ways we probably haven’t considered before. It’s another counterintuitive romp through the pain in our hearts and the stress of our soul. One of the great modern writers has produced another book that will set the agenda for years to come.",,book|https://www.goodreads.com/book/show/43808723-everything-is-f-cked;summary|https://fourminutebooks.com/everything-is-fcked-summary/,psychology;sociology,Mark Manson,,,,, -94e59194-5fd3-4a81-8d93-f0680b815d28,Excellent Sheep,"A groundbreaking manifesto for people searching for the kind of insight on leading, thinking, and living that elite schools should be—but aren’t—providing.As a professor at Yale, Bill Deresiewicz saw something that troubled him deeply. His students, some of the nation’s brightest minds, were adrift when it came to the big questions: how to think critically and creatively, and how to find a sense of purpose.Excellent Sheep takes a sharp look at the high-pressure conveyor belt that begins with parents and counselors who demand perfect grades and culminates in the skewed applications Deresiewicz saw firsthand as a member of Yale’s admissions committee. As schools shift focus from the humanities to ""practical"" subjects like economics and computer science, students are losing the ability to think in innovative ways. Deresiewicz explains how college should be a time for self-discovery, when students can establish their own values and measures of success, so they can forge their own path. He addresses parents, students, educators, and anyone who's interested in the direction of American society, featuring quotes from real students and graduates he has corresponded with over the years, candidly exposing where the system is broken and clearly presenting solutions.",,book|https://openlibrary.org/books/OL26886453M/Excellent_sheep;summary|https://fourminutebooks.com/excellent-sheep-summary/,education;politics;sociology;philosophy;parenting,William Deresiewicz,,,,, -9df362b1-beac-44df-8925-0f95e03d15bd,Executive Presence,"Are you ""leadership material?"" More importantly, do others perceive you to be? Sylvia Ann Hewlett, a noted expert on workplace power and influence, shows you how to identify and embody the Executive Presence (EP) that you need to succeed. You can have the experience and qualifications of a leader, but without executive presence, you won't advance. EP is an amalgam of qualities that true leaders exude, a presence that telegraphs you're in charge or deserve to be. Articulating those qualities isn't easy, however. Based on a nationwide survey of college graduates working across a range of sectors and occupations, Sylvia Hewlett and the Center for Talent Innovation discovered that EP is a dynamic, cohesive mix of appearance, communication, and gravitas. While these elements are not equal, to have true EP, you must know how to use all of them to your advantage. Filled with eye-opening insights, analysis, and practical advice for both men and women, mixed with illustrative examples from executives learning to use the EP, Executive Presence will help you make the leap from working like an executive to feeling like an executive.",,book|https://www.amazon.com/Executive-Presence-Missing-Between-Success/dp/0062246895?tag=learnawesome-20;summary|https://fourminutebooks.com/executive-presence-summary/,business;leadership;management;communication,Sylvia Ann Hewlett,,,,, -c162cd90-f2fc-4d42-b04b-f4aed75ff79f,Exploring The World Of Lucid Dreaming,"LaBerge is the father of lucid dreaming and in this book he describes why lucid dreaming is beneficial, how to enter the state consistently and what to do once you’re in the state.",https://blas.com/wp-content/uploads/2016/01/510aKu0sPTL._SX299_BO1204203200_-181x300.jpg,book|https://www.amazon.com/Exploring-World-Dreaming-Stephen-LaBerge/dp/034537410X?tag=learnawesome-20;summary|https://fourminutebooks.com/exploring-the-world-of-lucid-dreaming-summary/;summary|https://blas.com/exploring-the-world-of-lucid-dreaming/,psychology;science;dreaming;stephen-laberge;sleep;lucid-dreaming,Stephen LaBerge,,,,, -c92da3b2-6738-4aab-ae25-d585b43688af,Extreme Ownership,"MORE THAN HALF A MILLION COPIES SOLDAn updated edition of the blockbuster leadership book that took America and the world by storm. In - Extreme Ownership -, Jocko Willink and Leif Babin share hard-hitting, Navy SEAL combat stories that translate into lessons for business and life.Jocko and Leif served together in SEAL Task Unit Bruiser, the most highly decorated Special Operations unit from the war in Iraq. Through those difficult months of sustained combat, Jocko, Leif and their SEAL brothers learned that leadership - at every level - is the most important thing on the battlefield. Now they teach these same leadership principles to companies throughout the business world that want to build their own high-performance, winning teams. - Extreme Ownership - explains the SEAL leadership concepts crucial to accomplishing the most difficult missions in combat and how to apply them to any group, team, or organization. It provides the reader with Jocko and Leif's formula for success: the mindset and guiding principles that enable SEAL combat units to achieve extraordinary results. It demonstrates how to apply these directly to business and life to likewise achieve victory.Take Extreme Ownership. Lead and win.",,book|https://www.goodreads.com/book/show/23848190-extreme-ownership;summary|https://fourminutebooks.com/extreme-ownership-summary/,leadership,Author of Extreme Ownership,,,,, -91b9843a-34e2-4de0-8867-1e1daca990aa,Facebook Ads Manual,,,book|http://fourminutebooks.com/wp-content/uploads/2016/11/fb-ads-sample.pdf;summary|https://fourminutebooks.com/facebook-ads-manual-summary/,facebook;advertising,Author of Facebook Ads Manual,,,,, -22cd8521-1758-4247-a143-1fc317e3884f,Failing Forward,"Are some people born to achieve anything they want while others struggle? Call them lucky, blessed, or possessors of the Midas touch. What is the real reason for their success? Is it family background, wealth, greater opportunities, high morals, an easy childhood?New York Times best-selling author John C. Maxwell has the answer: The difference between average people and achieving people is their perception of and response to failure.Most people are never prepared to deal with failure. Maxwell says that if you are like him, coming out of school, you feared it, misunderstood it, and ran away from it. But Maxwell has learned to make failure his friend, and he can teach you to do the same.""I want to help you learn how to confidently look the prospect of failure in the eye and move forward anyway,"" says Maxwell. ""Because in life, the question is not if you will have problems, but how you are going to deal with them. Stop failing backward and start failing forward!""",https://covers.openlibrary.org/b/id/1465640-M.jpg,book|https://www.amazon.in/Failing-Forward-Turning-Mistakes-Stepping/dp/0785288570?tag=learnawesome-21;summary|https://fourminutebooks.com/failing-forward-summary/,personal-development;career,John C. Maxwell,,,,, -224dc278-dec2-4ba3-8ea1-4fd5c34c30c1,Faith," - NEW YORK TIMES - BESTSELLER In this powerful reflection, President Jimmy Carter contemplates how faith has sustained him in happiness and disappointment. He considers how we may find it in our own lives.All his life, President Jimmy Carter has been a courageous exemplar of faith. Now he shares the lessons he learned. He writes, “The issue of faith arises in almost every area of human existence, so it is important to understand its multiple meanings. In this book, my primary goal is to explore the broader meaning of faith, its far-reaching effect on our lives, and its relationship to past, present, and future events in America and around the world. The religious aspects of faith are also covered, since this is how the word is most often used, and I have included a description of the ways my faith has guided and sustained me, as well as how it has challenged and driven me to seek a closer and better relationship with people and with God.” As President Carter examines faith’s many meanings, he describes how to accept it, live it, how to doubt and find faith again. A serious and moving reflection from one of America’s most admired and respected citizens.",,book|https://openlibrary.org/books/OL26949321M/Faith;summary|https://fourminutebooks.com/faith-summary/,religion;theology;faith,Jimmy Carter,,,,, -05745329-1f44-4bf9-ab08-463814cb23cf,General Fox Conner: Pershing’s Chief of Operations and Eisenhower’s Mentor - Summary at Blas.com,"Rabalais uncovers the details behind Fox Conner’s background and his influence on military history, …",https://blas.com/wp-content/uploads/2020/01/41VgGIqN5yL._SX332_BO1204203200_-201x300.jpg,summary|https://blas.com/fox-conner/,dwight-eisenhower;general-fox-conner;general-george-patton;general-george-pershing;george-marshall;history;steven-rabalais;war,Lucius Annaeus Seneca,,,,, -68e8eafe-fc04-4a22-8c49-31ce54a2841b,"Alchemy: The Dark Art and Curious Science of Creating Magic in Brands, Business, and Life - Summary at Blas.com",There is a time and place for the “illogical” in complex human affairs. Not …,https://blas.com/wp-content/uploads/2020/01/41ZF3I4S26L._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/alchemy/,advertising;alchemy;irrationality;psychology;rationality;rory-sutherland,Lucius Annaeus Seneca,,,,, -3c559373-075d-4c79-8d8c-81a683dd2bf6,mag relativity,,,article|https://ocw.mit.edu/courses/materials-science-and-engineering/3-a08-attraction-and-repulsion-the-magic-of-magnets-fall-2005/assignments/mag_relativity.pdf,physics;relativity;magnetism,,,,,,oer -29dac8a8-667e-462d-bf5a-fb9edfc48652,Farmageddon,"Farm animals have been disappearing from our fields as the production of food has become a global industry. We no longer know for certain what is entering the food chain and what we are eating – as the UK horsemeat scandal demonstrated. We are reaching a tipping point as the farming revolution threatens our countryside, health and the quality of our food wherever we live in the world.* Our health is under threat: half of all antibiotics used worldwide (rising to 80 per cent in US) are routinely given to industrially farmed animals, contributing to the emergence of deadly antibiotic-resistant superbugs* Wildlife is being systematically destroyed: bees are now trucked across the States (and even airfreighted from Australia) to pollinate the fruit trees in the vast orchards of California, where a chemical assault has decimated the wild insect population* Fresh fish are being hoovered from the oceans: fish that could feed local populations are being turned into fishmeal for farmed fish, chickens and pigs thousands of miles away* Cereals that could feed billions of people are being given to animals: soya and grain that could nourish the world’s poorest, are now grown increasingly as animal fodder* Epidemic waste underpins the mega-farming model: while food prices rocket, surplus food is thrown away Farmageddon is a fascinating and terrifying investigative journey behind the closed doors of a runaway industry across the world – from the UK, Europe and the USA, to China, Argentina, Peru and Mexico. It is both a wake-up call to change our current food production and eating practices and an attempt to find a way to a better farming future.",,book|https://www.amazon.com/Farmageddon-True-Cost-Cheap-Meat/dp/1408846446?tag=learnawesome-20;summary|https://fourminutebooks.com/farmageddon-summary/,food;environment;science;farming,Author of Farmageddon,,,,, -4d15f4ad-a5e5-4a05-93b1-d5d6fc3ae651,Fast Food Nation,"To a degree both engrossing and alarming, the story of fast food is the story of postwar Amerca. Though created by a handful of mavericks, the fast food industry has triggered the homogenization of our society. Fast food has hastened the malling of our landscape, widened the chasm between rich and poor, fueled an epidemic of obesity, and propelled the juggernaut of American cultural imperialism abroad. That's a lengthy list of charges, but Eric Schlosser makes them stick with an artful mix of first-rate reportage, wry wit, and careful reasoning.Schlosser's myth-shattering survey stretches from the California subdivisions where the business was born to the industrial corridor along the New Jersey Turnpike where many of fast food's flavors are concocted. He hangs out with the teenagers who make the restaurants run and communes with those unlucky enough to hold America's most dangerous job -- meatpacker. He travels to Las Vegas for a giddily surreal franchisers' convention where Mikhail Gorbachev delivers the keynote address. He even ventures to England and Germany to clock the rate at which those countries are becoming fast food nations.Along the way, Schlosser unearths a trove of fascinating, unsettling truths -- from the unholy alliance between fast food and Hollywood to the seismic changes the industry has wrought in food production, popular culture, and even real estate. He also uncovers the fast food chains' efforts to reel in the youngest, most susceptible consumers even while they hone their institutionalized exploitation of teenagers and minorities. Schlosser then turns a critical eye toward the hot topic of globalization -- a phenomenon launched by fast food.FAST FOOD NATION is a groundbreaking work of investigation and cultural history that may change the way America thinks about the way it eats.(jacket)",https://covers.openlibrary.org/b/id/8392930-M.jpg,book|https://www.amazon.com/Fast-Food-Nation-Dark-All-American/dp/0547750331?tag=learnawesome-20;summary|https://fourminutebooks.com/fast-food-nation-summary/,food;health;sociology,Eric Schlosser,,,,, -331f1172-931a-4ea2-b866-7abf96ff51c8,Find Your Why,"The next step for applying the life-changing lessons of the bestseller Start With Why. With Start With Why, Simon Sinek inspired a movement to build a world in which the vast majority of us can feel safe while we are at work and fulfilled when we go home at night. However, many people have had trouble bringing the book's message into their own career and company. Now, along with two of his colleagues, Peter Docker and David Mead, he has created a guide to the most important step any business can take: finding your why. This easy-to-follow guide starts with the search for your personal why, and then expands to helping your colleagues find your organization's why. With detailed instructions on every stage in the process, the book also answer common concerns, such as: What if my why sounds like my competitor's? Can you have more than one why? And, if my work doesn't match my why, what do I do? Whether you're entry level or a CEO, whether your team is run by the founder or a recent hire, these simple steps will lead you on a path to a more fulfilling life and longterm success for you and your colleagues.",https://covers.openlibrary.org/b/id/8094461-M.jpg,book|https://www.amazon.in/Find-Your-Why-Practical-Discovering/dp/0143111728?tag=learnawesome-21;summary|https://fourminutebooks.com/find-your-why-summary/,psychology;career,Simon Sinek,,,,, -4608a779-9001-440a-895a-bebe35a9b04f,Finding My Virginity,"Global business icon Richard Branson has written many books, but none have been more popular than his first memoir, 1998's Losing My Virginity. Now he's finally publishing his second volume of memoirs, covering all of his fascinating ups and downs of the past two decades. In the two decades since Richard Branson wrote Losing My Virginity, his life and company have changed significantly. Now he brings his life story up to date, including all the successes and failures of ventures such as Virgin Galactic. He also shares his personal, intimate thoughts on five decades as the world's ultimate entrepreneur, and his shift to focusing more and more on public service. Virginity Regained shows how Branson created hundreds of different companies, going from a houseboat to his own private island. Join him as he juggles working life with raising his children, sustaining his marriage, and creating a unique company culture. Discover how he created a new life on Necker Island, while continuing to grow the Virgin brand into all corners of the world. Get the real story behind his encounters with everyone from Bill Gates and Rupert Murdoch to Nelson Mandela and Beyonce.Go behind the scenes as Branson creates the world's first commercial spaceline, Virgin Galactic; handles the biggest crisis of his career; and makes world record attempts on land, sea and air. He even discusses what it's like for the original business hippy to become a doting ""grand-dude"" to his three grandchildren.",https://covers.openlibrary.org/b/id/8563836-M.jpg,book|https://openlibrary.org/books/OL26865813M/Finding_My_Virginity_The_New_Autobiography;summary|https://fourminutebooks.com/finding-my-virginity-summary/,business;richard-branson,Richard Branson,,,,, -4b004cc0-7362-4d69-8a41-63a24dd60201,Finding Your Element,"Ken Robinson's groundbreaking New York Times bestseller, The Element, introduced readers to a new concept of self-fulfillment and has inspired readers around the world. When people find their Element, they tune in to their highest levels, and live their best lives. Now, in his new book, Robinson answers the fundamental question: How do I find my Element? With his signature wry wit, Robinson offers a series of practical exercises to help you discover your own talents and passions. Along the way, he tells the stories of many ""ordinary"" people in all walks of life who have overcome obstacles of every sort to find their Element. And he explores fundamental principles and vital questions to help you find yours: What are you good at? What do you love? What makes you happy? Where are you now? Your answers to these and many others will provide you with invaluable keys to discovering your Element. As concerns about the economy, education, and the environment continue to grow, the need for individuals to find their own Element has never been greater. No matter how old you are, where you are, or what you do now, if you're searching for your Element, this book is for you. It will launch you on the most important quest you've ever undertaken: the quest to discover your true self and the life you really want to lead.",,book|https://www.amazon.com/Finding-Your-Element-Discover-Transform/dp/0143125516?tag=learnawesome-20;summary|https://fourminutebooks.com/finding-your-element-summary/,education;psychology;personal-development,Author of Out Of Our Minds,,,,, -6cdb2eac-10ca-4854-8bf3-4c0b3cfb07cf,On Bullshit - Summary at Blas.com,Frankfurt on the essence of bullshit Key Takeaways One of the most salient features …,https://blas.com/wp-content/uploads/2020/01/31vMKX6C1eL._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/on-bullshit/,bullshit;harry-frankfurt;nassim-taleb;paul-graham;philosophy,Lucius Annaeus Seneca,,,,, -bf154da8-d9a4-46ec-ad6d-cf75568ed6a0,Quantum Field Theory in a Nutshell,By A. Zee,https://learn-awesome.github.io/assets/book_covers/153916.jpg,book|https://www.goodreads.com/book/show/153916.Quantum_Field_Theory_in_a_Nutshell,quantum-field-theory,,,,,, -d43e5895-e372-4442-80c1-66544f01087e,Finish,"From New York Times bestselling author Jon Acuff, a book for those who want relief from always starting and never being done.Jon Acuff, sought-after speaker and consultant, is the friend who always gives you great advice. With his self-depricating humor and charm, he has won over hundreds of thousands of followers, who come to him for both encouragement and a kick in the pants. Now, after showing you how to reboot your career in his New York Times bestseller Do Over, Acuff shows chronic starters how to actually finish their goals in an age of bottomless distractions and endless opportunities. Acuff knows the reason why many writers' novels go unfinished--it's the same reason why gyms are filled in the first week of January, and empty by the end of the month, and why people stop learning a new language once they get past the easy parts. It's not just that people lose momentum or get distracted. People give up on projects when they fail to live up to their own high expectations and decide that if they can't do something perfectly they won't do it at all. If you're going to finish, you have to kill perfectionism. Drawing on his popular 30 Days of Hustle course, Acuff teaches readers to short-circuit perfectionism and make it through to the end of a task. Whether it's by -choosing what to bomb- or -cutting a goal in half, - he shows readers how to move past -the day after perfect, - get focused, and--finally- finish.",,book|https://www.amazon.com/Finish-Give-Yourself-Gift-Done/dp/1591847621?tag=learnawesome-20;summary|https://fourminutebooks.com/finish-summary/,productivity,Jon Acuff,,,,, -5bca5715-88bd-4398-bb48-36fc404b4ad5,Finite And Infinite Games - Summary by FourMinuteBooks,By James P. Carse,https://learn-awesome.github.io/assets/book_covers/189989.jpg,summary|https://fourminutebooks.com/finite-and-infinite-games-summary/;book|https://www.goodreads.com/book/show/189989.Finite_and_Infinite_Games;summary|https://www.nateliason.com/notes/finite-infinite-games-james-carse,philosophy;psychology,Author of Finite And Infinite Games,,,,, -8eec8296-e045-4352-989b-573bad913c1a,Fire and Fury,"#1 New York Times BestsellerWith extraordinary access to the West Wing, Michael Wolff reveals what happened behind-the-scenes in the first nine months of the most controversial presidency of our time in Fire and Fury: Inside the Trump White House.Since Donald Trump was sworn in as the 45th President of the United States, the country—and the world—has witnessed a stormy, outrageous, and absolutely mesmerizing presidential term that reflects the volatility and fierceness of the man elected Commander-in-Chief.This riveting and explosive account of Trump’s administration provides a wealth of new details about the chaos in the Oval Office, including:-- What President Trump’s staff really thinks of him -- What inspired Trump to claim he was wire-tapped by President Obama -- Why FBI director James Comey was really fired -- Why chief strategist Steve Bannon and Trump’s son-in-law Jared Kushner couldn’t be in the same room -- Who is really directing the Trump administration’s strategy in the wake of Bannon’s firing -- What the secret to communicating with Trump is -- What the Trump administration has in common with the movie The ProducersNever before in history has a presidency so divided the American people. Brilliantly reported and astoundingly fresh, Fire and Fury shows us how and why Donald Trump has become the king of discord and disunion.“Essential reading.”—Michael D’Antonio, author of Never Enough: Donald Trump and the Pursuit of Success, CNN.com“Not since Harry Potter has a new book caught fire in this way…[Fire and Fury] is indeed a significant achievement, which deserves much of the attention it has received.”—The Economist",https://covers.openlibrary.org/b/id/9171485-M.jpg,book|https://openlibrary.org/books/OL27760045M/Fire_and_Fury;summary|https://fourminutebooks.com/fire-and-fury-summary/,politics,Michael Wolff,,,,, -e096a754-8d92-43b3-99e7-3ec833bc58e3,First Bite,"We are not born knowing what to eat; as omnivores it is something we each have to figure out for ourselves. From childhood onward, we learn how big a “portion” is and how sweet is too sweet. We learn to enjoy green vegetables—or not. But how does this education happen? What are the origins of taste?In First Bite, award-winning food writer Bee Wilson draws on the latest research from food psychologists, neuroscientists, and nutritionists to reveal that our food habits are shaped by a whole host of factors: family and culture, memory and gender, hunger and love. Taking the reader on a journey across the globe, Wilson introduces us to people who can only eat foods of a certain color; prisoners of war whose deepest yearning is for Mom's apple pie; a nine year old anosmia sufferer who has no memory of the flavor of her mother's cooking; toddlers who will eat nothing but hotdogs and grilled cheese sandwiches; and researchers and doctors who have pioneered new and effective ways to persuade children to try new vegetables. Wilson examines why the Japanese eat so healthily, whereas the vast majority of teenage boys in Kuwait have a weight problem—and what these facts can tell Americans about how to eat better.The way we learn to eat holds the key to why food has gone so disastrously wrong for so many people. But Wilson also shows that both adults and children have immense potential for learning new, healthy eating habits. An exploration of the extraordinary and surprising origins of our tastes and eating habits, First Bite also shows us how we can change our palates to lead healthier, happier lives.",,book|https://www.goodreads.com/book/show/25159044-first-bite;summary|https://fourminutebooks.com/first-bite-summary/,food;parenting,Bee Wilson,,,,, -192c6e3b-f972-4b85-99da-380be17d16ea,Nonviolent Communication - Summary by FourMinuteBooks,By Marshall B. Rosenberg,https://learn-awesome.github.io/assets/book_covers/71730.jpg,summary|https://fourminutebooks.com/nonviolent-communication-summary/;book|https://www.goodreads.com/book/show/71730.Nonviolent_Communication,communication;relationships,Marshall B. Rosenberg,,,,, -fba030db-be66-4e90-a3c4-d00d88851e12,Loserthink: How Untrained Brains Are Ruining America - Summary at Blas.com,Loserthink has nothing to do with IQ but all to do with unproductive thinking. …,https://blas.com/wp-content/uploads/2020/01/51l7bsJoZEL._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/loserthink/,multi-disciplinary;scott-adams;thinking,,,,,, -84fb1f96-3b87-4ea7-93fc-457bf4e663e9,Physics in a minute: The double slit experiment | plus.maths.org,,,article|https://plus.maths.org/content/physics-minute-double-slit-experiment-0,double-slit-experiment;physics,,,,,, -5010a344-c35b-459f-b5a5-316bc204fc48,First Things First,"In the spirit of The 7 Habits of Highly Effective People, the #1 nationwide bestseller, First Things First is a revolutionary guide to managing your time by learning how to balance your life. Traditional time management suggests that working harder, smarter, and faster will help you gain control over your life, and that increased control will bring peace and fulfillment. The authors of First Things First disagree. In the first real breakthrough in time management in years, Stephen R. Covey, A. Roger Merrill, and Rebecca R. Merrill apply the insights of The 7 Habits of Highly Effective People to the daily problems of people who must struggle with the ever-increasing demands of work and home life. Rather than focusing on time and things, First Things First emphasizes relationships and results. And instead of efficiency, this new approach emphasizes effectiveness. First Things First shows why we feel a gap between how we spend our time and what's deeply important to us; how focusing on efficiency and control increases the gap instead of closing it; how to determine if what you're doing is really important - or only urgent; why your inner compass is more important than any clock; how to set and achieve principle-centered goals; how to turn your weeks into an upward spiral of learning and living; how to overcome the tremendous gravity of habit; how to turn your resolutions into reality; how to put people ahead of schedules; and how to lead your life, not just manage your time. First Things First offers a principle-centered approach that will transform the quality of everything you do by showing how it involves the need to live, to love, to learn, and to leave a legacy. With the wisdom andinsight that made The 7 Habits of Highly Effective people a #1 bestseller, First Things First empowers readers to define what is truly important; to accomplish worthwhile goals; and to lead rich, rewarding, and balanced lives.",https://covers.openlibrary.org/b/id/409160-M.jpg,book|https://www.amazon.in/First-Things-Stephen-R-Covey/dp/0671864416?tag=learnawesome-21;summary|https://fourminutebooks.com/first-things-first-summary/,personal-development;productivity,Stephen R. Covey,,,,, -0cba6377-f3fb-420e-ab7e-710c1011a461,Flourish,,,book|https://www.amazon.com/Flourish-Martin-Seligman/s?k=Flourish+by+Martin+Seligman&tag=learnawesome-20;summary|https://fourminutebooks.com/flourish-summary/,psychology,Lucius Annaeus Seneca,,,,, -d884b9c1-0ea8-4005-9e8a-4f17cf41eb74,Flow - Summary by FourMinuteBooks,By Mihaly Csikszentmihalyi,https://learn-awesome.github.io/assets/book_covers/66354.jpg,summary|https://fourminutebooks.com/flow-summary/;book|https://www.goodreads.com/book/show/66354.Flow,psychology;productivity,Mihaly Csikszent,,,,, -8bcffbcb-c4e4-4e8e-99f7-453f7608118e,Focus - Summary by FourMinuteBooks,By Daniel Goleman,https://learn-awesome.github.io/assets/book_covers/17349126.jpg,summary|https://fourminutebooks.com/focus-summary/;summary|https://sivers.org/book/Focus;book|https://www.goodreads.com/book/show/17349126-focus,psychology;productivity,Daniel Goleman,,,,, -23cbb448-0d49-4140-bf61-43435064d0c3,Fooled By Randomness - Summary by FourMinuteBooks,By Nassim Nicholas Taleb,https://learn-awesome.github.io/assets/book_covers/38315.jpg,summary|https://fourminutebooks.com/fooled-by-randomness-summary/;summary|https://sivers.org/book/FooledByRandomness;book|https://www.goodreads.com/book/show/38315.Fooled_by_Randomness,economics;finance;psychology,Author of Fooled By Randomness,,,,, -1a4a6850-ee64-4037-bd2c-7ba034f1ee72,Forensics: The Anatomy Of Crime,"Val McDermid is one of the finest crime writers we have, whose novels have captivated millions of readers worldwide with their riveting narratives of characters who solve complex crimes and confront unimaginable evil. In the course of researching her bestselling novels McDermid has become familiar with every branch of forensics, and now she uncovers the history of this science, real-world murders and the people who must solve them.The dead talk—to the right listener. They can tell us all about themselves: where they came from, how they lived, how they died, and, of course, who killed them. Forensic scientists can unlock the mysteries of the past and help serve justice using the messages left by a corpse, a crime scene, or the faintest of human traces. Forensics draws on interviews with some of these top-level professionals, ground-breaking research, and McDermid’s own original interviews and firsthand experience on scene with top forensic scientists.Along the way, McDermid discovers how maggots collected from a corpse can help determine one’s time of death; how a DNA trace a millionth the size of a grain of salt can be used to convict a killer; and how a team of young Argentine scientists led by a maverick American anthropologist were able to uncover the victims of a genocide. It’s a journey that will take McDermid to war zones, fire scenes, and autopsy suites, and bring her into contact with both extraordinary bravery and wickedness, as she traces the history of forensics from its earliest beginnings to the cutting-edge science of the modern day.",,book|https://www.goodreads.com/book/show/23214337-forensics;summary|https://fourminutebooks.com/forensics-the-anatomy-of-crime-summary/,forensics;crime,Val McDermid,,,,, -cf99dff7-0502-4630-8144-729c8d3110f6,Founders at Work - Summary by FourMinuteBooks,By Jessica Livingston,https://learn-awesome.github.io/assets/book_covers/98233.jpg,summary|https://fourminutebooks.com/founders-at-work-summary/;summary|https://sivers.org/book/FoundersAtWork;book|https://www.amazon.in/Founders-Work-Stories-Startups-Early/dp/1430210788?tag=learnawesome-21,entrepreneurship,Jessica Livingston,,,,, -2313b76b-b7b1-4c20-9fb1-fed316123a5d,Physics Travel Guide,,,website|https://physicstravelguide.com/,physics,,,,,, -db322a31-ffe9-4311-a4a0-ee9e7c7ac4a3,Game Changers,"The bestselling author of Head Strong and The Bulletproof Diet answers the question ""How do I kick more ass?""—providing proven techniques for becoming happier, healthier, and smarter, culled from the wisdom and insight of world-class thought leaders and mavericks of science and business.When Dave Asprey started his Bulletproof Radio podcast more than five years ago, he sought out thought leaders and influencers in an array of disciplines, from biochemists to business titans to mediation masters. These folks were some of the top performing humans in the world, people who had changed their areas of study or even pioneered entirely new fields. Dave wanted to know: What did they have in common? What mattered most to them? What makes them so successful at what they do—and what makes them happiest? And so, at the end of each interview, Dave began asking the same question: ""What are your top three recommendations for people who want to kick more ass?""Combing through the recordings, looking for patterns and common threads, he found that the wisdom gleaned from these highly successful people can be distilled into three main categories: body, mind, and spirit. Game Changers is the culmination of Dave’s years-long statistical analysis of these conversations, offering thirty-six science-backed, high performance ""laws"" that are a virtual playbook for how to become not only more successful, but also happier and healthier.Each chapter of Game Changers is structured around one of these laws. Dave combines anecdotes from game changers like Daniel Amen, David Perlmutter, Arianna Huffington, Dan Harris, and Tim Ferris with his own research and practical advice that readers can put into action immediately. From practising gratitude and mindfulness to prioritising social connections and sex, taming fear and anxiety to optimising nutrition and movement, Dave brings together the wisdom of today’s game-changers to help everyone optimise their lives.",,book|https://www.goodreads.com/book/show/40209370-game-changers;summary|https://fourminutebooks.com/game-changers-summary/,personal-development,Author of Game Changers,,,,, -fdbcbfed-cf7a-4fbe-9888-d3f485e98411,Genius Foods,"New York Times BestsellerDiscover the critical link between your brain and the food you eat and change the way your brain ages, in this cutting-edge, practical guide to eliminating brain fog, optimizing brain health, and achieving peak mental performance from media personality and leading voice in health Max Lugavere. After his mother was diagnosed with a mysterious form of dementia, Max Lugavere put his successful media career on hold to learn everything he could about brain health and performance. For the better half of a decade, he consumed the most up-to-date scientific research, talked to dozens of leading scientists and clinicians around the world, and visited the country’s best neurology departments—all in the hopes of understanding his mother’s condition.Now, in Genius Foods, Lugavere presents a comprehensive guide to brain optimization. He uncovers the stunning link between our dietary and lifestyle choices and our brain functions, revealing how the foods you eat directly affect your ability to focus, learn, remember, create, analyze new ideas, and maintain a balanced mood.Weaving together pioneering research on dementia prevention, cognitive optimization, and nutritional psychiatry, Lugavere distills groundbreaking science into actionable lifestyle changes. He shares invaluable insights into how to improve your brain power, includingthe nutrients that can boost your memory and improve mental clarity (and where to find them);the foods and tactics that can energize and rejuvenate your brain, no matter your age;a brain-boosting fat-loss method so powerful it has been called “biochemical liposuction”; andthe foods that can improve your happiness, both now and for the long term.With Genius Foods, Lugavere offers a cutting-edge yet practical road map to eliminating brain fog and optimizing the brain’s health and performance today—and decades into the future.",,book|https://www.amazon.in/Genius-Foods-Smarter-Productive-Protecting/dp/0062562851?tag=learnawesome-21;summary|https://fourminutebooks.com/genius-foods-summary/,health;nutrition;food,Max Lugavere,,,,, -4369d39a-0bb8-4c21-b8f0-57c5108ad41d,Genius: The Life And Science Of Richard Feynman - Summary by FourMinuteBooks,By James Gleick,https://learn-awesome.github.io/assets/book_covers/98685._SX98_.jpg,summary|https://fourminutebooks.com/genius-the-life-and-science-of-richard-feynman-summary/;book|https://openlibrary.org/books/OL1705271M/Genius;summary|https://blas.com/genius/,richard-feynman;science;physics;james-gleick,James Gleick,,,,, -0eb561cc-ca6d-41a2-8c60-a625a315214f,Get Smart,"In today s constantly changing world, you have to be smart to get ahead. But the average person uses only about two percent of their mental ability. How can we learn to unleash our brain s full potential to maximize our opportunities, like the most successful people do? In Get Smart!, acclaimed success expert and bestselling author Brian Tracy reveals simple, proven ways to tap into our natural thinking talents and abilities and make quantum leaps toward achieving our dreams. In this indispensable guide, you ll learn to: . Train your brain to think in ways that create successful results . Recognize and exploit growth opportunities in any situation . Identify and eliminate negative patterns holding you back . Plan, act, and achieve goals with greater precision and speed Whether you want to increase sales, bolster creativity, or better navigate life s unexpected changes, Get Smart! will help you tap into your powerful mental resources to obtain the results you want and reap the rewards successful people enjoy. From the Hardcover edition.""",https://covers.openlibrary.org/b/id/8873246-M.jpg,book|https://www.goodreads.com/book/show/25614500-get-smart;summary|https://fourminutebooks.com/get-smart-summary/,thinking,Brian Tracy,,,,, -ed5b5a7b-b12c-4cb5-bdca-ee5e5045e53d,Getting Everything You Can Out Of All You’ve Got,"Jay Abraham, a trusted advisor to many top corporations,brings together more than two hundred brilliant business-career ideas in this, his first major book. Abraham reveals numerous new profit and personal advancement opportunities ""hidden in plain sight"" in and around every business organization today. He also demonstrates how all of us can maximize our careers and our incomes by applying fresh ways of looking at our many options in the vast new opportunity society that's around us.This personal and practical career book is destined to become a new business classic--an idea-fille guide to multiply everyone's growth potential in the prosperous new century ahead.",https://covers.openlibrary.org/b/id/175686-M.jpg,book|https://www.amazon.in/Getting-Everything-You-Can-Youve/dp/0312284543?tag=learnawesome-21;summary|https://fourminutebooks.com/getting-everything-you-can-out-of-all-youve-got-summary/,business;career,Jay Abraham,,,,, -74b477e9-7bc4-4749-a58e-09906a304c66,Getting Things Done - Summary by FourMinuteBooks,By David Allen,https://learn-awesome.github.io/assets/book_covers/1633.jpg,summary|https://fourminutebooks.com/getting-things-done-summary/;summary|https://sivers.org/book/GettingThingsDone;book|https://www.goodreads.com/book/show/1633.Getting_Things_Done,productivity,David Allen,,,,, -55cde429-ee01-451a-a0b6-32abcac0d29d,Ghettoside,"On a warm spring evening in South Los Angeles, a young man was shot and killed on a sidewalk minutes away from his home, one of hundreds of young men slain in LA every year. His assailant ran down the street, jumped into an SUV, and vanished, hoping to join the vast majority of killers in American cities who are never arrested for their crimes. But as soon as the case was assigned to Detective John Skaggs, the odds shifted. Here is the kaleidoscopic story of the quintessential American murder--one young black man slaying another--and a determined crew of detectives whose creed was to pursue justice at all costs for its forgotten victims. Ghettoside is a fast-paced narrative of a devastating crime, an intimate portrait of detectives and a community bonded in tragedy, and a surprising new lens into the great subject of murder in America--why it happens and how the plague of killings might yet be stopped.",https://covers.openlibrary.org/b/id/7333314-M.jpg,book|https://www.amazon.com/Ghettoside-True-Story-Murder-America/dp/0385529996?tag=learnawesome-20;summary|https://fourminutebooks.com/ghettoside-summary/,crime;sociology,Jill Leovy,,,,, -af4f50ac-44f2-4916-bea5-5e316cbc8617,Latticework: The New Investing - Summary at Blas.com,Latticework: success in investing based on a working knowledge of a variety of disciplines …,https://blas.com/wp-content/uploads/2020/01/51jyxiGcbJL._SX336_BO1204203200_-203x300.jpg,summary|https://blas.com/hagstrom-latticework/,complexity;economics;equilibrium;evolution;investing;multi-disciplinary;philosophy;physics;pragmatism;robert-hagstrom,Lucius Annaeus Seneca,,,,, -5515da88-4745-49ed-8393-fa19c6f17dd5,"Girl, Wash Your Face","Do you ever suspect that everyone else has life figured out and you don’t have a clue? If so, Rachel Hollis has something to tell you: that’s a lie.As the founder of the lifestyle website TheChicSite.com and CEO of her own media company, Rachel Hollis developed an immense online community by sharing tips for better living while fearlessly revealing the messiness of her own life. Now, in this challenging and inspiring new book, Rachel exposes the twenty lies and misconceptions that too often hold us back from living joyfully and productively, lies we’ve told ourselves so often we don’t even hear them anymore.With painful honesty and fearless humor, Rachel unpacks and examines the falsehoods that once left her feeling overwhelmed and unworthy, and reveals the specific practical strategies that helped her move past them. In the process, she encourages, entertains, and even kicks a little butt, all to convince you to do whatever it takes to get real and become the joyous, confident woman you were meant to be.With unflinching faith and rock-hard tenacity, Girl, Wash Your Face shows you how to live with passion and hustle--and how to give yourself grace without giving up.",https://covers.openlibrary.org/b/id/8315534-M.jpg,book|https://www.amazon.in/Girl-Wash-Your-Face-Believing/dp/1400201659?tag=learnawesome-21;summary|https://fourminutebooks.com/girl-wash-your-face-summary/,personal-development,Rachel Hollis,,,,, -64961336-cc6c-4a01-9e9b-fcf6117e945e,#GIRLBOSS,"In the New York Times bestseller that the Washington Post called ""Lean In for misfits,"" Sophia Amoruso shares how she went from dumpster diving to founding one of the fastest-growing retailers in the world. Sophia Amoruso spent her teens hitchhiking, committing petty theft, and scrounging in dumpsters for leftover bagels. By age twenty-two she had dropped out of school, and was broke, directionless, and checking IDs in the lobby of an art school— a job she’d taken for the health insurance. It was in that lobby that Sophia decided to start selling vintage clothes on eBay. Flash forward ten years to today, and she’s the founder and executive chairman of Nasty Gal, a $250-million-plus fashion retailer with more than four hundred employees. Sophia was never a typical CEO, or a typical anything, and she’s written #GIRLBOSS for other girls like her: outsiders (and insiders) seeking a unique path to success, even when that path is windy as all hell and lined with naysayers. #GIRLBOSS proves that being successful isn’t about where you went to college or how popular you were in high school. It’s about trusting your instincts and following your gut; knowing which rules to follow and which to break; when to button up and when to let your freak flag fly.",,book|https://www.goodreads.com/book/show/18667945-girlboss;summary|https://fourminutebooks.com/girlboss-summary/,business,Author of #GIRLBOSS,,,,, -992b733b-ce8d-4d7a-8d92-6c38f9af1b1e,Give And Take,,https://sivers.org/images/GiveAndTake.gif,book|https://www.amazon.in/Give-Take-Helping-Others-Success/dp/0143124986?tag=learnawesome-21;summary|https://fourminutebooks.com/give-and-take-summary/;summary|https://sivers.org/book/GiveAndTake,career;business;relationships,Author of Give And Take,,,,, -f27c34ad-7713-4448-b717-497c80d534d7,Good To Great,Collins’ seminal book on the shared characteristics of great companies as well as what …,https://blas.com/wp-content/uploads/2015/11/download-8.jpg,book|https://www.amazon.in/Good-Great-Some-Companies-Others-ebook/dp/B0058DRUV6?tag=learnawesome-21;summary|https://fourminutebooks.com/good-to-great-summary/;summary|https://blas.com/good-to-great/,business;jim-collins,Author of Good To Great,,,,, -cd00c8fd-7e0e-4e03-9b43-bde6fd65b71d,Grain Brain,"Dr. Perlmutter's #1 New York Times bestseller about the devastating effects of gluten, sugar, and carbs on the brain and body -- updated with the latest nutritional and neurological scienceWhen Grain Brain was published in 2013, Dr. Perlmutter kick-started a revolution. Since then, his book has been translated into 34 languages, and more than 1.5 million readers have been given the tools to make monumental life-changing improvements to their health.Grain Brain empowers you to take control of your wellbeing as never before. Inside, you'll learn how to:lose weightbanish anxietybeat depressionreduce -- and even eliminate -- chronic conditionssafeguard yourself against cognitive decline and neurological diseaseimprove the health of your microbiomeand much more -- all without drugs!In this fully revised, five-year-anniversary edition, Dr. Perlmutter builds on his mission. Drawing on the latest developments in scientific research, which have further validated his recommendations, he explains how the Grain Brain program boosts the brain, shows the benefits of using fat as a main fuel source, and puts forth the most compelling evidence to date that a non-GMO, gluten-free, and low-carb diet is crucial for cognitive function and long-term health.Featuring up-to-date data and practical advice based on leading-edge medicine, plus a wealth of new recipes, Grain Brain will give you all the tools you need to restore your health and achieve optimum wellness for lifelong vitality.",,book|https://www.amazon.com/Grain-Brain-Surprising-Sugar-Your-Killers/dp/0316485136?tag=learnawesome-20;summary|https://fourminutebooks.com/grain-brain-summary/,health;food;nutrition,David Perlmutter,,,,, -1f1a1a08-a101-4cf7-86b5-995bb8b26b3e,Great At Work - Summary by FourMinuteBooks,By Morten T. Hansen,https://learn-awesome.github.io/assets/book_covers/35297611.jpg,summary|https://fourminutebooks.com/great-at-work-summary/;book|https://www.amazon.com/Great-Work-Performers-Less-Achieve/dp/1501179519?tag=learnawesome-20,business;productivity;leadership,Author of Great At Work,,,,, -b8c12185-349a-4e59-a387-f53ffa443847,Great By Choice,,,book|https://www.amazon.in/Great-Choice-Uncertainty-Luck-Why-Despite-ebook/dp/B0058DTIC0?tag=learnawesome-21;summary|https://fourminutebooks.com/great-by-choice-summary/,business,Author of Great By Choice,,,,, -708a738c-8c36-4abc-9b3c-7dd2fb1b53ab,Grit,"In this instant New York Times bestseller, Angela Duckworth shows anyone striving to succeed that the secret to outstanding achievement is not talent, but a special blend of passion and persistence she calls “grit.” “Inspiration for non-geniuses everywhere” (People).The daughter of a scientist who frequently noted her lack of “genius,” Angela Duckworth is now a celebrated researcher and professor. It was her early eye-opening stints in teaching, business consulting, and neuroscience that led to her hypothesis about what really drives success: not genius, but a unique combination of passion and long-term perseverance. In Grit, she takes us into the field to visit cadets struggling through their first days at West Point, teachers working in some of the toughest schools, and young finalists in the National Spelling Bee. She also mines fascinating insights from history and shows what can be gleaned from modern experiments in peak performance. Finally, she shares what she’s learned from interviewing dozens of high achievers—from JP Morgan CEO Jamie Dimon to New Yorker cartoon editor Bob Mankoff to Seattle Seahawks Coach Pete Carroll. “Duckworth’s ideas about the cultivation of tenacity have clearly changed some lives for the better” (The New York Times Book Review). Among Grit’s most valuable insights: any effort you make ultimately counts twice toward your goal; grit can be learned, regardless of IQ or circumstances; when it comes to child-rearing, neither a warm embrace nor high standards will work by themselves; how to trigger lifelong interest; the magic of the Hard Thing Rule; and so much more. Winningly personal, insightful, and even life-changing, Grit is a book about what goes through your head when you fall down, and how that—not talent or luck—makes all the difference. This is “a fascinating tour of the psychological research on success” (The Wall Street Journal).",https://covers.openlibrary.org/b/id/8755928-M.jpg,book|https://www.amazon.com/Grit-Passion-Perseverance-Angela-Duckworth/dp/1501111108?tag=learnawesome-20;summary|https://fourminutebooks.com/grit-summary/;summary|https://sivers.org/book/Grit,psychology;career,Angela Duckworth,,,,, -f4662ac1-fef6-4c94-aff1-11ef79481d16,Growth Hacker Marketing,,,book|https://www.amazon.com/Growth-Hacker-Marketing-Primer-Advertising-ebook/dp/B00INIXL3O?tag=learnawesome-20;summary|https://fourminutebooks.com/growth-hacker-marketing-summary/,growth-hacking;marketing,Author of Growth Hacker Marketing,,,,, -0f44861b-b892-4f12-b8b3-9679eb3f4679,Habits Of A Happy Brain,"A revolutionary approach to enhancing your happiness level!Get ready to boost your happiness in just 45 days! Habits of a Happy Brain shows you how to retrain your brain to turn on the chemicals that make you happy. Each page offers simple activities that help you understand the roles of your ""happy chemicals""--serotonin, dopamine, oxytocin, and endorphin. You'll also learn how to build new habits by rerouting the electricity in your brain to flow down a new pathway, making it even easier to trigger these happy chemicals and increase feelings of satisfaction when you need them most. Filled with dozens of exercises that will help your reprogram your brain, Habits of a Happy Brain shows you how to live a happier, healthier life!",,book|https://www.goodreads.com/book/show/26618156-habits-of-a-happy-brain;summary|https://fourminutebooks.com/habits-of-a-happy-brain-summary/,psychology;habits;neuroscience,Loretta Graziano Breuning,,,,, -4041ea84-9072-4973-90d6-520727699d24,Worlds Hidden in Plain Sight: Thirty Years of Complexity Thinking at the Santa Fe Institute - Summary at Blas.com,"Over the last three decades, the Santa Fe Institute and its network of researchers …",https://blas.com/wp-content/uploads/2020/01/31YCRAuHKIL-198x300.jpg,summary|https://blas.com/worlds-hidden-in-plain-sight/,brian-arthur;complexity;david-krakauer;emergence;increasing-returns;john-holland;kenneth-arrow;murray-gell-mann;richard-lewontin,Lucius Annaeus Seneca,,,,, -3b84f134-85a1-407d-9b99-492a988eeca8,Draft No. 4 - Summary at Blas.com,John McPhee walks us through some lessons he has learned as a prolific writer …,https://blas.com/wp-content/uploads/2020/01/31RrXQJvm8L._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/draft-no-4/,john-mcphee;writing,Lucius Annaeus Seneca,,,,, -e44fb0fd-f335-4748-84c6-39327cd38bde,Essays and Aphorisms - Summary at Blas.com,"Schopenhauer’s essays have stood the test of time, as relevant today as they were …",https://blas.com/wp-content/uploads/2020/01/61iWcXSW0tL-195x300.jpg,summary|https://blas.com/essays-and-aphorisms/,arthur-schopenhauer;philosophy;wisdom,Lucius Annaeus Seneca,,,,, -2bc5c428-7850-484d-a4eb-f590c3419fe9,The Character of Physical Law,,,book|https://www.goodreads.com/book/show/19174074-the-character-of-physical-law,physics,,,,,, -03417c9e-36b2-42a1-848b-a97ada5e6579,Hackers And Painters - Summary by FourMinuteBooks,By Paul Graham,https://learn-awesome.github.io/assets/book_covers/41793.jpg,summary|https://fourminutebooks.com/hackers-and-painters-summary/;book|https://www.amazon.com/Hackers-Painters-Big-Ideas-Computer/dp/1449389554?tag=learnawesome-20,programming;technology,"Graham, Paul",,,,, -615df91b-867e-4cce-833c-ec1ae9b01d53,Happier At Home,"In the spirit of her blockbuster #1 New York Times bestseller The Happiness Project, Gretchen Rubin embarks on a new project to make home a happier place. One Sunday afternoon, as she unloaded the dishwasher, Gretchen Rubin felt hit by a wave of homesickness. Homesick—why? She was standing right in her own kitchen. She felt homesick, she realized, with love for home itself. “Of all the elements of a happy life,” she thought, “my home is the most important.” In a flash, she decided to undertake a new happiness project, and this time, to focus on home.And what did she want from her home? A place that calmed her, and energized her. A place that, by making her feel safe, would free her to take risks. Also, while Rubin wanted to be happier at home, she wanted to appreciate how much happiness was there already. So, starting in September (the new January), Rubin dedicated a school year—September through May—to making her home a place of greater simplicity, comfort, and love.  In The Happiness Project, she worked out general theories of happiness. Here she goes deeper on factors that matter for home, such as possessions, marriage, time, and parenthood. How can she control the cubicle in her pocket? How might she spotlight her family’s treasured possessions? And it really was time to replace that dud toaster. Each month, Rubin tackles a different theme as she experiments with concrete, manageable resolutions—and this time, she coaxes her family to try some resolutions, as well.  With her signature blend of memoir, science, philosophy, and experimentation, Rubin’s passion for her subject jumps off the page, and reading just a few chapters of this book will inspire readers to find more happiness in their own lives.  ",,book|https://www.amazon.com/Happier-Home-Self-Control-Experiments-Everyday/dp/0307886794?tag=learnawesome-20;summary|https://fourminutebooks.com/happier-at-home-summary/,home;happiness,Author of Happier At Home,,,,, -c89d728f-502a-437e-b22f-19bf116ea23e,Happiness,"There is a paradox at the heart of our lives. We all want more money, but as societies become richer, they do not become happier. This is not speculation: It's the story told by countless pieces of scientific research. We now have sophisticated ways of measuring how happy people are, and all the evidence shows that on average people have grown no happier in the last fifty years, even as average incomes have more than doubled. The central question the great economist Richard Layard asks in Happiness is this: If we really wanted to be happier, what would we do differently? First we'd have to see clearly what conditions generate happiness and then bend all our efforts toward producing them. That is what this book is about-the causes of happiness and the means we have to effect it. Until recently there was too little evidence to give a good answer to this essential question, but, Layard shows us, thanks to the integrated insights of psychology, sociology, applied economics, and other fields, we can now reach some firm conclusions, conclusions that will surprise you. Happiness is an illuminating road map, grounded in hard research, to a better, happier life for us all. From one of the leading voices in the new field of happiness studies comes a groundbreaking statement of the case: what happiness is, exactly, and how to get more of it, as individuals and as a society",https://covers.openlibrary.org/b/id/872267-M.jpg,book|https://www.goodreads.com/book/show/100120.Happiness;summary|https://fourminutebooks.com/happiness-summary/,psychology;happiness,Richard Layard,,,,, -bdbc727f-5336-43ae-87e9-6ab5a53a6fda,Hardwiring Happiness - Summary by FourMinuteBooks,"Hardwiring Happiness lays out a simple method that uses the hidden power of everyday experiences to build new neural structures full of happiness, love, confidence, and peace. Dr. Hanson’s four steps build strengths into your brain— balancing its ancient negativity bias—making contentment and a powerful sense of resilience the new normal. In mere minutes each day, we can transform our brains into refuges and power centers of calm and happiness.",,summary|https://fourminutebooks.com/hardwiring-happiness-summary/;book|https://openlibrary.org/books/OL27153474M/Hardwiring_happiness,psychology;happiness,"Hanson, Rick (Psychologist)",,,,, -f6e8b84a-8f05-4f21-8a80-d6dc97f0be04,Hatching Twitter - Summary by FourMinuteBooks,By Nick Bilton,https://learn-awesome.github.io/assets/book_covers/18656827.jpg,summary|https://fourminutebooks.com/hatching-twitter-summary/;book|https://www.goodreads.com/book/show/18656827-hatching-twitter,business;twitter,Nick Bilton,,,,, -62f6bf74-1d92-444f-a739-d43c999e94f0,The Art Of Travel,"Any Baedeker will tell us where we ought to travel, but only Alain de Botton will tell us how and why. With the same intelligence and insouciant charm he brought to How Proust Can Save Your Life, de Botton considers the pleasures of anticipation; the allure of the exotic, and the value of noticing everything from a seascape in Barbados to the takeoffs at Heathrow. Even as de Botton takes the reader along on his own peregrinations, he also cites such distinguished fellow-travelers as Baudelaire, Wordsworth, Van Gogh, the biologist Alexander von Humboldt, and the 18th-century eccentric Xavier de Maistre, who catalogued the wonders of his bedroom. The Art of Travel is a wise and utterly original book. Don’t leave home without it.",,book|https://www.goodreads.com/book/show/23422.The_Art_of_Travel;summary|https://fourminutebooks.com/the-art-of-travel-summary/,travel;philosophy,Alain de Botton,,,,, -c1c44c14-da77-4760-9f88-1354e3dd5ca8,Fishing for Fun: And to Wash Your Soul - Summary at Blas.com,Herbert Hoover gives some compelling reasons why we should all spend some more time …,https://blas.com/wp-content/uploads/2020/01/71UZXp09UGL-204x300.jpg,summary|https://blas.com/fishing-for-fun/,fishing;herbert-hoover;philosophy;stoicism,Lucius Annaeus Seneca,,,,, -9bd4bd31-18e4-4d3f-a1bf-970781c78731,The Way of the Peaceful Warrior - Summary at Blas.com,"Part fictional, part autobiographical book based on Millman’s life as he finds his way …",https://blas.com/wp-content/uploads/2019/12/81crXrGQjbL-192x300.jpg,summary|https://blas.com/the-way-of-the-peaceful-warrior/,dan-millman;mastery;meditation;mindfulness,Lucius Annaeus Seneca,,,,, -b29b5383-f2f3-4e6d-9d35-aa0f33ea03c1,Homo Deus - Summary by FourMinuteBooks,By Yuval Noah Harari,https://learn-awesome.github.io/assets/book_covers/31138556.jpg,summary|https://fourminutebooks.com/homo-deus-summary/;summary|https://sivers.org/book/HomoDeus;book|https://www.goodreads.com/book/show/31138556-homo-deus,history;anthropology;sociology,Author of Homo Deus,,,,, -7d5d2cc0-edd0-40be-a81c-f50faf8ea0b1,Hooked - Summary by FourMinuteBooks,By Nir Eyal,https://learn-awesome.github.io/assets/book_covers/22668729.jpg,summary|https://fourminutebooks.com/hooked-summary/;book|https://openlibrary.org/books/OL27172184M/Hooked,habits;psychology;design;product-management,Nir Eyal,,,,, -503ea9f5-d324-4c4f-8bee-da2c55fb59f6,How Emotions Are Made,"“Fascinating . . . A thought-provoking journey into emotion science.” — Wall Street Journal “A singular book, remarkable for the freshness of its ideas and the boldness and clarity with which they are presented.” — Scientific American   “A brilliant and original book on the science of emotion, by the deepest thinker about this topic since Darwin.” — Daniel Gilbert, best-selling author of Stumbling on Happiness The science of emotion is in the midst of a revolution on par with the discovery of relativity in physics and natural selection in biology. Leading the charge is psychologist and neuroscientist Lisa Feldman Barrett, whose research overturns the long-standing belief that emotions are automatic, universal, and hardwired in different brain regions. Instead, Barrett shows, we construct each instance of emotion through a unique interplay of brain, body, and culture. A lucid report from the cutting edge of emotion science, How Emotions Are Made reveals the profound real-world consequences of this breakthrough for everything from neuroscience and medicine to the legal system and even national security, laying bare the immense implications of our latest and most intimate scientific revolution. “Mind-blowing.” — Elle “Chock-full of startling, science-backed findings . . . An entertaining and engaging read. ” — Forbes",https://covers.openlibrary.org/b/id/8832012-M.jpg,book|https://www.amazon.in/How-Emotions-Are-Made-Secret/dp/1469292084?tag=learnawesome-21;summary|https://fourminutebooks.com/how-emotions-are-made-summary/,psychology;neuroscience,Lisa Barrett,,,,, -0d0b3de4-8384-4e6d-a978-e6fde18627d2,How Google Works - Summary by FourMinuteBooks,By Eric Schmidt,https://learn-awesome.github.io/assets/book_covers/23158207.jpg,summary|https://fourminutebooks.com/how-google-works-summary/;book|https://www.amazon.in/How-Google-Works-Eric-Schmidt/dp/1455582328?tag=learnawesome-21,business;google;technology,Eric Schmidt,,,,, -0352b17e-b8af-40de-aae0-1f7bd6957574,How To Become A Straight A Student - Summary by FourMinuteBooks,By Cal Newport,https://learn-awesome.github.io/assets/book_covers/253203.jpg,summary|https://fourminutebooks.com/how-to-become-a-straight%e2%80%91a-student-summary/;book|https://www.goodreads.com/book/show/253203.How_to_Become_a_Straight_A_Student,education;productivity;learning,Cal Newport,,,,, -af476487-45d0-4329-bd55-58f32a02ebb3,Deep Down Things,,,book|https://www.goodreads.com/book/show/249213.Deep_Down_Things?ac=1&from_search=true&qid=WFCIX0IvYX&rank=1,physics,,,,,, -61aa2031-6ca8-4090-af3d-be868ed6bacd,biomed-sanity,,,research_paper|http://biomed-sanity.com/,coronavirus,,,,,, -aa4e6687-2264-4ebc-9c16-cb22ba311505,How Luck Happens," - - New York Times - - bestselling author Janice Kaplan examines the phenomenon of luck--and discovers the exciting ways you can grab opportunities and make luck for yourself every day. -After spending a year researching and experiencing gratitude for The Gratitude Diaries, Janice Kaplan is back to tackle another big, mysterious influence in all our lives: luck. And this time she's joined on her journey by coauthor Dr. Barnaby Marsh, a renowned academic who guides her exploration.Together they uncover the unexpected, little-understood science behind what we call ""luck,"" proving that many seemingly random events are actually under your--and everyone's--control. They examine the factors that made stars like Harrison Ford and Jonathan Groff so successful, and learn the real secrets that made Kate Spade and Warby Parker into global brands. Using original research, fascinating studies, and engaging interviews, Kaplan and Marsh reveal the simple techniques to create luck in love and marriage, business and career, and health, happiness, and family relationships. Their breakthrough insights prove that all of us--from CEOs to stay-at-home moms--can tip the scales of fortune in our favor.Through a mix of scientific research, conversations with famous and successful people--from academics like Dan Ariely and Leonard Mlodinow to actor Josh Groban--and powerful narrative, How Luck Happens uncovers a fascinating subject in accessible and entertaining style.",,book|https://openlibrary.org/books/OL26947962M/How_luck_happens;summary|https://fourminutebooks.com/how-luck-happens-summary/,psychology;personal-development,Janice Kaplan,,,,, -b20e7060-dd86-434d-8df6-92b77fcb8a07,How Not To Be Wrong - Summary by FourMinuteBooks,By Jordan Ellenberg,https://learn-awesome.github.io/assets/book_covers/18693884.jpg,summary|https://fourminutebooks.com/how-not-to-be-wrong-summary/;summary|https://sivers.org/book/NotBeWrong;book|https://www.amazon.com/How-Not-Be-Wrong-Mathematical/dp/0143127535?tag=learnawesome-20,mathematics;psychology,Jordan Ellenberg,,,,, -0116a779-2bb1-41e0-ad90-29d953f0ec81,How Not To Die,Great resource on what foods to eat more of and avoid and how to …,https://covers.openlibrary.org/b/id/7398330-M.jpg,book|https://www.goodreads.com/book/show/25663961-how-not-to-die;summary|https://fourminutebooks.com/how-not-to-die-summary/;summary|https://blas.com/how-not-to-die/,nutrition;food;michael-greger;health;diet-and-nutrition,Michael Greger,,,,, -65b18734-e45e-4137-a002-44e3e8ac9b7b,How Successful People Think,"Full of interactive questions and space for readers to provide answers, as well as new material for readers to assess their current type of thinking, this workbook guides readers in applying the lessons they learned from How Successful People Think or the book which it was derived from, Thinking For A Change. Each of the eleven chapters will focus on one type of thinking, and contain a case study, critical thinking questions, a journal section, and an action plan of steps to help the reader create a personalized plan.",,book|https://www.amazon.in/How-Successful-People-Think-Thinking/dp/1599951681?tag=learnawesome-21;summary|https://fourminutebooks.com/how-successful-people-think-summary/,career;thinking,John C. Maxwell,,,,, -8a157bcc-0b83-48b4-b122-f72ae806828a,How To Be A Positive Leader,"This is a book about how to lead people and organizations in ways that unlock their greatness. It offers a potent assembly of ideas about how small actions leaders take can make a difference in changing the trajectory of individuals and organizations, moving them more rapidly and effectively toward being their best. The book is built on a foundation of cutting-edge research and transformational insights from the field of positive organizational scholarship.How to Be a Positive Leader captures and clusters these transformational insights into four leadership action domains—tapping into the good, unlocking valuable resources, fostering positive relationships, and facilitating generative change—that encompass the full range of leadership abilities, from negotiating to inspiring to leading the ethics charge. Above all, each domain focuses on human relationships as the basis of any effective leadership. Proof that positive models of leading are the most productive means to lasting change, this book will give every leader the courage to make a positive difference in the workday.",https://covers.openlibrary.org/b/id/7626728-M.jpg,book|https://openlibrary.org/books/OL26047393M/How_To_Be_A_Positive_Leader_Small_Actions_Big_Impact;summary|https://fourminutebooks.com/how-to-be-a-positive-leader-summary/,leadership,Gretchen M. Spreitzer,,,,, -8baa78b1-fa84-456b-a49c-0e1675328f5a,How To Be A Stoic,"In the tradition of How to Live and How Proust Can Change Your Life, a philosopher asks how ancient Stoicism can help us flourish todayWhenever we worry about what to eat, how to love, or simply how to be happy, we are worrying about how to lead a good life. No goal is more elusive. In How to Be a Stoic, philosopher Massimo Pigliucci offers Stoicism, the ancient philosophy that inspired the great emperor Marcus Aurelius, as the best way to attain it. Stoicism is a pragmatic philosophy that focuses our attention on what is possible and gives us perspective on what is unimportant. By understanding Stoicism, we can learn to answer crucial questions: Should we get married or divorced? How should we handle our money in a world nearly destroyed by a financial crisis? How can we survive great personal tragedy? Whoever we are, Stoicism has something for us--and How to Be a Stoic is the essential guide.",,book|https://www.amazon.com/How-Be-Stoic-Ancient-Philosophy/dp/1541644530?tag=learnawesome-20;summary|https://fourminutebooks.com/how-to-be-a-stoic-summary/,philosophy;psychology;stoicism,Author of How To Be A Stoic,,,,, -2b709b4b-9f88-4447-8f67-db9df9c02e76,How To Be Alone,"""Learn how to enjoy solitude and find happiness without othersOur fast-paced society does not approve of solitude; being alone is literally anti-social and some even find it sinister. Why is this so when autonomy, personal freedom and individualism are more highly prized than ever before? Sara Maitland answers this question by exploring changing attitudes throughout history. Offering experiments and strategies for overturning our fear of solitude, she to helps us to practise it without anxiety and encourages us to see the benefits of spending time by ourselves, By indulging in the experience of being alone, we can be inspired to find our own rewards and ultimately lead more enriched, fuller lives."" From http://www.panmacmillan.com/book/sara...",,book|https://openlibrary.org/books/OL27164152M/How_to_be_alone;summary|https://fourminutebooks.com/how-to-be-alone-summary/,psychology;philosophy,Sara Maitland,,,,, -a4f9c857-1fe2-4b9f-8c0e-dc1320dc1ae6,How We Learn,"In the tradition of The Power of Habit and Thinking, Fast and Slow comes a practical, playful, and endlessly fascinating guide to what we really know about learning and memory today—and how we can apply it to our own lives.  From an early age, it is drilled into our heads: Restlessness, distraction, and ignorance are the enemies of success. We’re told that learning is all self-discipline, that we must confine ourselves to designated study areas, turn off the music, and maintain a strict ritual if we want to ace that test, memorize that presentation, or nail that piano recital.   But what if almost everything we were told about learning is wrong? And what if there was a way to achieve more with less effort?   In How We Learn, award-winning science reporter Benedict Carey sifts through decades of education research and landmark studies to uncover the truth about how our brains absorb and retain information. What he discovers is that, from the moment we are born, we are all learning quickly, efficiently, and automatically; but in our zeal to systematize the process we have ignored valuable, naturally enjoyable learning tools like forgetting, sleeping, and daydreaming. Is a dedicated desk in a quiet room really the best way to study? Can altering your routine improve your recall? Are there times when distraction is good? Is repetition necessary? Carey’s search for answers to these questions yields a wealth of strategies that make learning more a part of our everyday lives—and less of a chore.   By road testing many of the counterintuitive techniques described in this book, Carey shows how we can flex the neural muscles that make deep learning possible. Along the way he reveals why teachers should give final exams on the first day of class, why it’s wise to interleave subjects and concepts when learning any new skill, and when it’s smarter to stay up late prepping for that presentation than to rise early for one last cram session. And if this requires some suspension of disbelief, that’s because the research defies what we’ve been told, throughout our lives, about how best to learn.   The brain is not like a muscle, at least not in any straightforward sense. It is something else altogether, sensitive to mood, to timing, to circadian rhythms, as well as to location and environment. It doesn’t take orders well, to put it mildly. If the brain is a learning machine, then it is an eccentric one. In How We Learn, Benedict Carey shows us how to exploit its quirks to our advantage.  Praise for How We Learn“This book is a revelation. I feel as if I’ve owned a brain for fifty-four years and only now discovered the operating manual.”—Mary Roach, bestselling author of Stiff and Gulp“A welcome rejoinder to the faddish notion that learning is all about the hours put in.” - —The New York Times Book Review -  “A valuable, entertaining tool for educators, students and parents.” - —Shelf Awareness -   “How We Learn is more than a new approach to learning; it is a guide to making the most out of life. Who wouldn’t be interested in that?” - —Scientific American -  “I know of no other source that pulls together so much of what we know about the science of memory and couples it with practical, practicable advice.”—Daniel T. Willingham, professor of psychology at the University of VirginiaFrom the Hardcover edition.",https://covers.openlibrary.org/b/id/8027675-M.jpg,book|https://www.amazon.com/How-We-Learn-Surprising-Happens-ebook/dp/B00IWTTNZE?tag=learnawesome-20;summary|https://fourminutebooks.com/how-we-learn-summary/,education;psychology;learning;teaching,Dean Koontz,,,,, -a9cd4ccf-c223-42ff-baed-5f932c8adf49,The Art Of War - Summary by FourMinuteBooks,By Sun Tzu,https://learn-awesome.github.io/assets/book_covers/10534.jpg,summary|https://fourminutebooks.com/the-art-of-war-summary/;book|https://www.amazon.com/Art-War-Chump-Change-Sun/dp/1640320237?tag=learnawesome-20,strategy;philosophy;war;thinking,Author of The Art Of War,,,,, -f9d19bbb-3767-473b-bbc9-552d6c5c258e,How To Create A Mind,"The bold futurist and bestselling author explores the limitless potential of reverse-engineering the human brainRay Kurzweil is arguably today’s most influential—and often controversial—futurist. In How to Create a Mind, Kurzweil presents a provocative exploration of the most important project in human-machine civilization—reverse engineering the brain to understand precisely how it works and using that knowledge to create even more intelligent machines.Kurzweil discusses how the brain functions, how the mind emerges from the brain, and the implications of vastly increasing the powers of our intelligence in addressing the world’s problems. He thoughtfully examines emotional and moral intelligence and the origins of consciousness and envisions the radical possibilities of our merging with the intelligent technology we are creating.Certain to be one of the most widely discussed and debated science books of the year, How to Create a Mind is sure to take its place alongside Kurzweil’s previous classics which include Fantastic Voyage: Live Long Enough to Live Forever and The Age of Spiritual Machines.",https://covers.openlibrary.org/b/id/7252330-M.jpg,book|https://openlibrary.org/books/OL25423653M/How_to_Create_a_Mind;summary|https://fourminutebooks.com/how-to-create-a-mind-summary/,artificial-intelligence,Ray Kurzweil,,,,, -fa388805-b515-40f6-b3a0-49013460e55b,How To Fail At Almost Everything And Still Win Big - Summary by FourMinuteBooks,By Scott Adams,https://learn-awesome.github.io/assets/book_covers/17859574.jpg,summary|https://fourminutebooks.com/how-to-fail-at-almost-everything-and-still-win-big-summary/;summary|https://sivers.org/book/HowToFail;book|https://www.goodreads.com/book/show/17859574-how-to-fail-at-almost-everything-and-still-win-big;summary|https://blas.com/how-to-fail-at-almost-everything/,business;career;worth-re-reading;scott-adams;how-to-live-life;entrepreneur;dilbert,Scott Adams,,,,, -14152366-8ece-4e9a-9a29-bd2bb02a418d,How To Read Literature Like A Professor,"The classic guide, now available in a hardcover edition—a lively and entertaining introduction to literature and literary basics, including symbols, themes and contexts, that shows you how to make your everyday reading experience more rewarding and enjoyable.While many books can be enjoyed for their basic stories, there are often deeper literary meanings interwoven in these texts. How to Read Literature Like a Professor helps us to discover those hidden truths by looking at literature with the eyes—and the literary codesof the ultimate professional reader, the college professor.What does it mean when a literary hero is traveling along a dusty road? When he hands a drink to his companion? When he's drenched in a sudden rain shower?Ranging from major themes to literary models, narrative devices and form, Thomas C. Foster provides us with a broad overview of literature—a world where a road leads to a quest, a shared meal may signify a communion, and rain, whether cleansing or destructive, is never just a shower—and shows us how to make our reading experience more enriching, satisfying, and fun.This revised edition includes new chapters, a new preface and epilogue, and incorporates updated teaching points that Foster has developed over the past decade.",https://covers.openlibrary.org/b/id/8845766-M.jpg,book|https://www.amazon.in/How-Read-Literature-Like-Professor/dp/0062301675?tag=learnawesome-21;summary|https://fourminutebooks.com/how-to-read-literature-like-a-professor-summary/,academics;literature;reading,Thomas C Foster,,,,, -8a23be14-c799-461f-8e3e-4f1f7a8461ca,How To Stop Worrying And Start Living,"The book 'How to stop worrying & start living' suggest many ways to conquer worry and lead a wonderful life.The book mentions fundamental facts to know about worry and magic formula for solving worry-some situations.Psychologists & Doctors' view:Worry can make even the most stolid person ill.Worry may cause nervous breakdown.Worry can even cause tooth decayWorry is one of the factors for High Blood Pressure.Worry makes you tense and nervous and affect the nerves of your stomach.The book suggests basic techniques in analysing worry, step by step, in order to cope up with them.A very interesting feature of the book is 'How to eliminate 50% of your business worries'.The book offers 7 ways to cultivate a mental attitude that will bring you peace and happiness. Also, the golden rule for conquering worry, keeping your energy & spirits high.The book consists of some True Stories which will help the readers in conquering worry to lead you to success in life.The book is full of similar incidences and narrations which will make our readers to understand the situation in an easy way and lead a happy life. A must read book for everyone.",https://covers.openlibrary.org/b/id/404729-M.jpg,book|https://www.amazon.com/How-Stop-Worrying-Start-Living/dp/0671035975?tag=learnawesome-20;summary|https://fourminutebooks.com/how-to-stop-worrying-and-start-living-summary/,psychology,Dale Carnegie,,,,, -cd9d8a6e-9182-460b-96ab-06309f33a711,How To Talk To Anyone,"""You'll not only break the ice, you'll melt it away with your new skills."" -- Larry King""The lost art of verbal communication may be revitalized by Leil Lowndes."" -- Harvey McKay, author of ""How to Swim with the Sharks Without Being Eaten Alive""What is that magic quality makes some people instantly loved and respected? Everyone wants to be their friend (or, if single, their lover!) In business, they rise swiftly to the top of the corporate ladder. What is their ""Midas touch?""What it boils down to is a more skillful way of dealing with people.The author has spent her career teaching people how to communicate for success. In her book How to Talk to Anyone (Contemporary Books, October 2003) Lowndes offers 92 easy and effective sure-fire success techniques-- she takes the reader from first meeting all the way up to sophisticated techniques used by the big winners in life. In this information-packed book you'll find:9 ways to make a dynamite first impression 14 ways to master small talk, ""big talk,"" and body language 14 ways to walk and talk like a VIP or celebrity 6 ways to sound like an insider in any crowd 7 ways to establish deep subliminal rapport with anyone 9 ways to feed someone's ego (and know when NOT to!) 11 ways to make your phone a powerful communications tool 15 ways to work a party like a politician works a room 7 ways to talk with tigers and not get eaten aliveIn her trademark entertaining and straight-shooting style, Leil gives the techniques catchy names so you'll remember them when you really need them, including: ""Rubberneck the Room,"" ""Be a Copyclass,"" ""Come Hither Hands,"" ""Bare Their Hot Button,"" ""The Great Scorecard in the Sky,"" and ""Play the Tombstone Game,"" for big success in your social life, romance, and business.How to Talk to Anyone, which is an update of her popular book, Talking the Winner's Way (see the 5-star reviews of the latter) is based on solid research about techniques that work!By the way, don't confuse How to Talk to Anyone with one of Leil's previous books, How to Talk to Anybody About Anything. This one is completely different!",https://sivers.org/images/HowToTalkToAnyone.gif,book|https://www.goodreads.com/book/show/35210.How_to_Talk_to_Anyone;summary|https://fourminutebooks.com/how-to-talk-to-anyone-summary/;summary|https://sivers.org/book/HowToTalkToAnyone,communication,Leil Lowndes,,,,, -103385e9-f789-40e6-b561-0e162b58e5fb,How To Win At The Sport Of Business - Summary by FourMinuteBooks,By Mark Cuban,https://learn-awesome.github.io/assets/book_covers/13344951.jpg,summary|https://fourminutebooks.com/how-to-win-at-the-sport-of-business-summary/;book|https://openlibrary.org/books/OL26091909M/How_To_Win_At_The_Sport_Of_Business_If_I_Can_Do_It_You_Can_Do_It,business;entrepreneurship,Mark Cuban,,,,, -2fa22771-afe0-4d05-bd03-abbea35de349,How We Got To Now,"Did you drink a glass of water today? Did you turn on a light? Did you think about how miraculous either one of those things is when you did it? Of course not--but you should, and New York Times bestselling author Steven Johnson has. This adaptation of his adult book and popular PBS series explores the fascinating and interconnected stories of innovations--like clean drinking water and electricity--that changed the way people live.Innovation starts with a problem whose solution sets in motion all kinds of unexpected discoveries. That's why you can draw a line from pendulums to punching the clock at a factory, from ice blocks to summer movie blockbusters, from clean water to computer chips.In the lively storytelling style that has made him a popular, bestselling author, Steven Johnson looks at how accidental genius, brilliant mistakes, and unintended consequences shape the way we live in the modern world. Johnson's ""long zoom"" approach connects history, geography, politics, and scientific advances with the deep curiousity of inventors or quirky interests of tinkerers to show how innovation truly comes about.His fascinating account is organized into six topics: glass, cold, sound, clean, time, light. Johnson's fresh exploration of these simple, single-syllable word concepts creates an endlessly absorbing story that moves from lightning strikes in the prehistoric desert to the herculean effort to literally raise up the city of Chicago to laser labs straight out of a sci-fi movie.In other words, it's the story of how we got to now!",,book|https://www.goodreads.com/book/show/38255206-how-we-got-to-now;summary|https://fourminutebooks.com/how-we-got-to-now-summary/,innovation;history,Steven Johnson,,,,, -2867dac0-aa54-4653-beb2-5780bfdbe409,How Will You Measure Your Life - Summary by FourMinuteBooks,Christensen is clear that he will not provide any important answers but he does promise …,https://blas.com/wp-content/uploads/2015/03/Measure-Your-Life-205x300-1-205x300.jpg,summary|https://fourminutebooks.com/how-will-you-measure-your-life-summary/;summary|https://blas.com/how-will-you-measure-your-life/;book|https://www.goodreads.com/book/show/13425570-how-will-you-measure-your-life,philosophy;karen-dillon;james-allworth;how-to-live-life;clayton-christensen,Clayton M. Christensen,,,,, -bf5954b4-4685-41bf-9fae-34ee960652b6,Howard Hughes: His Life And Madness,,,book|https://www.amazon.com/Howard-Hughes-His-Life-Madness/dp/0393326020?tag=learnawesome-20;summary|https://fourminutebooks.com/howard-hughes-his-life-and-madness-summary/,howard-hughes,Author of Howard Hughes: His Life And Madness,,,,, -360a8f16-ead3-44ee-95c6-fb723c3ce735,Humans Are Underrated,"As technology advances, people shouldn’t focus on beating computers at what they do but …",https://covers.openlibrary.org/b/id/7365140-M.jpg,book|https://www.amazon.com/Humans-Are-Underrated-Achievers-Brilliant/dp/0143108379?tag=learnawesome-20;summary|https://fourminutebooks.com/humans-are-underrated-summary/;summary|https://blas.com/humans-are-underrated/,sociology;technology;economics;geoff-colvin;future;empathy;artificial-intelligence,Geoff Colvin,,,,, -045a4a24-de86-45c6-9926-05d32bdf4ae0,I Thought It Was Just Me,,,book|https://www.amazon.com/Thought-Was-Just-but-isnt-ebook/dp/B000SEHDGM?tag=learnawesome-20;summary|https://fourminutebooks.com/i-thought-it-was-just-me-summary/,psychology;shame,Author of I Thought It Was Just Me,,,,, -afbd46c2-3a73-4984-a956-a60ccd8fc260,I Wear The Black Hat,"From New York Times bestselling author, “one of America’s top cultural critics” (Entertainment Weekly), and “The Ethicist” for The New York Times Magazine, comes a new book of all original pieces on villains and villainy in popular culture.Chuck Klosterman has walked into the darkness. As a child, he rooted for conventionally good characters like wide-eyed Luke Skywalker in Star Wars. But as Klosterman aged, his alliances shifted—first to Han Solo and then to Darth Vader. Vader was a hero who consciously embraced evil; Vader wanted to be bad. But what, exactly, was that supposed to mean? When we classify someone as a bad person, what are we really saying (and why are we so obsessed with saying it)? In I Wear the Black Hat, Klosterman questions the very nature of how modern people understand the culture of villainy. What was so Machiavellian about Machiavelli? Why don’t we see Batman the same way we see Bernhard Goetz? Who’s more worthy of our vitriol—Bill Clinton or Don Henley? What was O.J. Simpson’s second-worst decision? And why is Klosterman still obsessed with some kid he knew for one week in 1985?Masterfully blending cultural analysis with self-interrogation and limitless imagination, I Wear the Black Hat delivers perceptive observations on the complexity of the anti-hero (seemingly the only kind of hero America still creates). I Wear the Black Hat is the rare example of serious criticism that’s instantly accessible and really, really funny. Klosterman is the only writer doing whatever it is he’s doing.",https://covers.openlibrary.org/b/id/7862314-M.jpg,book|https://www.amazon.in/Wear-Black-Hat-Grappling-Villains/dp/143918450X?tag=learnawesome-21;summary|https://fourminutebooks.com/i-wear-the-black-hat-summary/,culture;ethics,Chuck Klosterman,,,,, -0d5074de-c631-46b7-9e6b-c8c41d5ab2f2,I Will Teach You To Be Rich - Summary by FourMinuteBooks,"At last, for a generation that's materially ambitious yet financially clueless comes I Will Teach You To Be Rich, Ramit Sethi's 6-week personal finance program for 20-to-35-year-olds. A completely practical approach delivered with a nonjudgmental style that makes readers want to do what Sethi says, it is based around the four pillars of personal finance— banking, saving, budgeting, and investing—and the wealth-building ideas of personal entrepreneurship.Sethi covers how to save time by not wasting it managing money; the guns and cars myth of credit cards; how to negotiate like an Indian—the conversation begins with ""no""; why ""Budgeting Doesn't Have to Suck!""; how to get things rolling—for real—with only $20; what most people don't understand about taxes; how to get a CEO to take you out to lunch; how to avoid the Super Mario Brothers trap by making your savings work harder than you do; the difference between cheap and frugal; the hidden relationship between money and food. Not to mention his first key lesson: Getting started is more important than being the smartest person in the room. Integrated with his website, where readers can use interactive charts, follow up on the latest information, and join the community, it is a hip blueprint to building wealth and financial security.Every month, 175,000 unique visitors come to Ramit Sethi's website, Iwillteachyoutoberich.com, to discover the path to financial freedom. They praise him thoughtfully (""Your site summarizes everything I want with my life—to be rich in finances, rich in experience, rich in family blessings,"" --Dan Esparza) and effusively (""Dude, you rock. I love this site!"" --Richard Wu). The press has caught on, too: ""Ramit Sethi is a rising star in the world of personal finance writing . . . one singularly attuned to the sensibilities of his generation. his style is part frat boy and part silicon Valley geek, with a little bit of San Francisco hipster thrown in"" (San Francisco Chronicle). His writing is smart, his voice is full of attitude, and his ideas are uncommonly sound and refreshingly hype-free.",https://covers.openlibrary.org/b/id/6305971-M.jpg,summary|https://fourminutebooks.com/i-will-teach-you-to-be-rich-summary/;summary|https://sivers.org/book/IWillTeachYouToBeRich;summary|https://fourminutebooks.com/your-move-summary/;book|https://www.amazon.com/Will-Teach-You-Be-Rich/dp/0761147489?tag=learnawesome-20,personal-finance,Ramit Sethi;Ramit Sethi,,,,, -7342802b-e4fc-4571-a03f-7de08720ebb2,"If You’re So Smart, Why Aren’t You Happy","Could the same traits that drive your career success also be keeping you from being happier?Fifteen years after getting his MBA, Raj Raghunathan spent some time with his old classmates. He noticed that though they’d all done well, there didn’t appear to be much correlation between their academic success and career success. What Raj found even more curious was the even smaller correlation between career success and what he calls life success. The greater the career success, the more unhappy, out of shape, harried and distracted his friends were.  If intelligence helps with decision-making, smart people should naturally make better life choices. So why are so many of the smartest, brightest, most successful people profoundly unhappy?  Raj set out to find an answer to this problem, and extensively researched happiness not just of students and business people, but also stay-at-home-parents, lawyers, and artists, among others.  If You’re So Smart, Why Aren’t You Happy? takes readers on a fun and meaningful tour of the best research available on how some of the very determinants of success may also come to deflate happiness. Raghunathan explores the seven most common inclinations that successful people need to overcome, and the seven habits they should adopt instead. Among his surprising findings... ·The correlation between wealth and happiness is much smaller than you'd expect it to be·Generosity is not only a key to happiness, but a determining factor of long term success·Appreciating uncertainty, rather than seeking  full control of outcomes, is necessary for happiness If You’re So Smart, Why Aren’t You Happy? will give you a powerful new perspective on your work, personal goals and relationships, whether you’re already successful or just starting out.",,book|https://openlibrary.org/books/OL27205509M/If_you're_so_smart_why_aren't_you_happy;summary|https://fourminutebooks.com/if-youre-so-smart-why-arent-you-happy-summary/,psychology;career;happiness,Raj Raghunathan,,,,, -f7a7c270-5315-453f-be0f-02a3f45e08c8,Influence - Summary by FourMinuteBooks,By Robert B. Cialdini,https://learn-awesome.github.io/assets/book_covers/28815.jpg,summary|https://fourminutebooks.com/influence-summary/;summary|https://sivers.org/book/Influence;book|https://www.amazon.com/Influence-Psychology-Persuasion-Robert-Cialdini/dp/006124189X?tag=learnawesome-20,psychology;relationships;leadership,Robert B. Cialdini,,,,, -3698e32d-d912-4a39-8f61-34d83b3a8ddb,Ignore Everybody,"When Hugh MacLeod was a struggling young copywriter living in a YMCA, he started to doodle on the backs of business cards while sitting at a bar. Those cartoons eventually led to a popular blog-gapingvoid.com-and a reputation for pithy insight and humor, in both words and pictures.MacLeod has opinions on everything from marketing to the meaning of life, but one of his main subjects is creativity. How do new ideas emerge in a cynical, risk-averse world? Where does inspiration come from? What does it take to make a living as a creative person?Ignore Everybody expands on MacLeod's sharpest insights, wittiest cartoons, and most useful advice. For example:-Selling out is harder than it looks. Diluting your product to make it more commercial will just make people like it less.-If your plan depends on you suddenly being ""discovered"" by some big shot, your plan will probably fail. Nobody suddenly discovers anything. Things are made slowly and in pain.-Don't try to stand out from the crowd; avoid crowds altogether. There's no point trying to do the same thing as 250,000 other young hopefuls, waiting for a miracle. All existing business models are wrong. Find a new one.-The idea doesn't have to be big. It just has to be yours. The sovereignty you have over your work will inspire far more people than the actual content ever will.After learning MacLeod's forty keys to creativity, you will be ready to unlock your own brilliance and unleash it on the world.",https://covers.openlibrary.org/b/id/6280787-M.jpg,book|https://openlibrary.org/books/OL23145697M/Ignore_everybody;summary|https://fourminutebooks.com/ignore-everybody-summary/;summary|https://sivers.org/book/IgnoreEverybody,career;art,Hugh MacLeod,,,,, -7f62662f-d68b-4c26-a4ef-066ab880cd7d,Ikigai - Summary by Derek Sivers,"Bring meaning and joy to all your days with this internationally bestselling guide to the Japanese concept of ikigai (pronounced ee-key-guy)—the happiness of always being busy—as revealed by the daily habits of the world’s longest-living people.What’s your ikigai?“Only staying active will make you want to live a hundred years.” —Japanese proverb According to the Japanese, everyone has an ikigai—a reason for living. And according to the residents of the Japanese village with the world’s longest-living people, finding it is the key to a happier and longer life. Having a strong sense of ikigai—the place where passion, mission, vocation, and profession intersect—means that each day is infused with meaning. It’s the reason we get up in the morning. It’s also the reason many Japanese never really retire (in fact there’s no word in Japanese that means retire in the sense it does in English): They remain active and work at what they enjoy, because they’ve found a real purpose in life—the happiness of always being busy. In researching this book, the authors interviewed the residents of the Japanese village with the highest percentage of 100-year-olds—one of the world’s Blue Zones. Ikigai reveals the secrets to their longevity and happiness: how they eat, how they move, how they work, how they foster collaboration and community, and—their best-kept secret—how they find the ikigai that brings satisfaction to their lives. And it provides practical tools to help you discover your own ikigai. Because who doesn’t want to find happiness in every day?",https://sivers.org/images/Ikigai.gif,summary|https://sivers.org/book/Ikigai;book|https://www.amazon.in/Ikigai-Japanese-Secret-Long-Happy/dp/0143130722?tag=learnawesome-21;summary|https://fourminutebooks.com/ikigai-summary/,philosophy;career;psychology,Héctor García,,,,, -c5250cdd-7158-4913-bcb6-a77455b033b8,Immunity,"This significant book conveys Dr. William E. Paul’s enduring enthusiasm for the field of immunology, the incredible accomplishments of the past half-century, and the future’s untapped promises.The immune system has incredible power to protect us from the ravages of infection by killing disease-causing microbes or eliminating them from the body. Boosted by vaccines, it can protect us individually and as a ""herd"" from diseases such as measles. As Dr. Paul explains, however, the power of the immune system is a double-edged sword: an overactive immune system can wreak havoc, destroying normal tissue and causing diseases such as type I diabetes, rheumatoid arthritis, and multiple sclerosis. The consequences of an impaired immune system, on the other hand, are all too evident in the clinical agonies of AIDS and other immunodeficiency diseases.Packed with illustrations, stories from Dr. Paul’s distinguished career, and compelling narratives of scientific discovery, Immunity presents the three laws of the human immune system—universality, tolerance, and appropriateness—and explains how the system protects and harms us. From the tale of how smallpox was overcome to the lessons of the Ebola epidemic to the utility of vaccines and the hope that the immune system can be used to treat or prevent cancer, Dr. Paul argues that we must position ourselves to take advantage of cutting-edge technologies and promising new tools in immunological research, including big data and the microbiome.",,book|https://openlibrary.org/books/OL27208556M/Immunity;summary|https://fourminutebooks.com/immunity-summary/,immunology;health,William E. Paul,,,,, -452752de-bbb8-442b-9599-1d0365036c62,Imperfect Courage,"Want to make a move but scared to leave your comfort zone? Go anyway.""Jessica's perspective of global sisterhood and the power of lifting each other up in the midst of fear and scarcity is exactly what we need today. This book is both an invitation and a challenge to bravely show up for ourselves, for the people we love, and for the strangers that we will one day call family. I say, Amen!"" --Bren� Brown, Ph.D., Author of the #1 New York Times bestseller Braving the WildernessIn Imperfect Courage, the founder of the popular fair trade jewelry brand Noonday Collection shares her story of starting the rapid-growing business that impacts over 4,500 artisans in vulnerable communities across the globe--and invites readers on a journey of transformation, challenging them to trade their comfort zones for a life of impact and adventure. - -In 2015, Inc. magazine recognized Noonday Collection as one of the fastest-growing companies in America. But years earlier, as Jessica Honegger stood at a pawn-shop counter in Austin, Texas, and handed over her grandmother's gold jewelry, her goal was much more personal: to fund the adoption of her Rwandan son, Jack, by selling artisan-made jewelry.This first step launched an unexpected side-hustle that would grow into Noonday Collection. Jessica embarked on this new journey and teamed up with her first artisan partner, Jalia, a Ugandan jewelry maker. She saw the meaningful impact Noonday brought to Jalia's community and knew it was the right move.Fear crept into Jessica's heart as she realized her success, or failure, meant the same for Jalia. But refusing to let fear hinder her goals, Jessica found the necessary (if imperfect) courage she needed along the way--the courage to leave comfort and embrace a life of risk and impact.Discover Your Imperfect Courage In Imperfect Courage, Jessica takes you by the hand and invites you to trade your comfort zone for a life of impact and meaning. - First, she invites you to draw a circle of compassion around yourself and leads you through some soul-searching aimed at setting you free from shame. - Next, she challenges all of us to come together, dare to be vulnerable with one another, and commit to building a culture of collaboration. - Finally, Jessica calls on you to broaden your circle of compassion to embrace the entire globe--and to bring your beautifully imperfect courage to a world that needs you.",,book|https://www.goodreads.com/book/show/37003176-imperfect-courage;summary|https://fourminutebooks.com/imperfect-courage-summary/,personal-development,Jessica Honegger,,,,, -ce2b03d9-230f-4393-80a2-6c27c74e68a7,In Defense Of Food - Summary by FourMinuteBooks,By Michael Pollan,https://learn-awesome.github.io/assets/book_covers/315425.jpg,summary|https://fourminutebooks.com/in-defense-of-food-summary/;book|https://www.goodreads.com/book/show/315425.In_Defense_of_Food,food,Michael Pollan,,,,, -d552d7bf-b898-4dc3-99bd-87bc47d3535f,In Search Of Excellence,"The ""Greatest Business Book of All Time"" (Bloomsbury UK), In Search of Excellence has long been a must-have for the boardroom, business school, and bedside table.Based on a study of forty-three of America's best-run companies from a diverse array of business sectors, In Search of Excellence describes eight basic principles of management -- action-stimulating, people-oriented, profit-maximizing practices -- that made these organizations successful.",https://covers.openlibrary.org/b/id/28913-M.jpg,book|https://www.goodreads.com/book/show/4076.In_Search_Of_Excellence;summary|https://fourminutebooks.com/in-search-of-excellence-summary/,business,Thomas J. Peters,,,,, -3c83b90f-aa9c-460f-a632-75fd570c1a46,Operations Research Stack Exchange,,,qna|https://or.stackexchange.com/,operations-research,,,,,,oer -5c7c337e-4e7b-4f35-b2e1-fbfff8850cbf,Connected Papers | Find and explore academic papers,,,interactive|https://www.connectedpapers.com/,research;academia,,,,,, -fee10e75-3713-4ecb-9411-ed696c355d7a,Inner Engineering,"New York Times Bestseller: Thought leader, visionary, philanthropist, mystic, and yogi Sadhguru presents Western readers with a time-tested path to achieving absolute well-being: the classical science of yoga.The practice of hatha yoga, as we commonly know it, is but one of eight branches of the body of knowledge that is yoga. In fact, yoga is a sophisticated system of self-empowerment that is capable of harnessing and activating inner energies in such a way that your body and mind function at their optimal capacity. It is a means to create inner situations exactly the way you want them, turning you into the architect of your own joy.A yogi lives life in this expansive state, and in this transformative book Sadhguru tells the story of his own awakening, from a boy with an unusual affinity for the natural world to a young daredevil who crossed the Indian continent on his motorcycle. He relates the moment of his enlightenment on a mountaintop in southern India, where time stood still and he emerged radically changed. Today, as the founder of Isha, an organization devoted to humanitarian causes, he lights the path for millions. The term guru, he notes, means “dispeller of darkness, someone who opens the door for you. . . . As a guru, I have no doctrine to teach, no philosophy to impart, no belief to propagate. And that is because the only solution for all the ills that plague humanity is self-transformation. Self-transformation means that nothing of the old remains. It is a dimensional shift in the way you perceive and experience life.” The wisdom distilled in this accessible, profound, and engaging book offers readers time-tested tools that are fresh, alive, and radiantly new. Inner Engineering presents a revolutionary way of thinking about our agency and our humanity and the opportunity to achieve nothing less than a life of joy.",,book|https://openlibrary.org/books/OL27220077M/Inner_engineering;summary|https://fourminutebooks.com/inner-engineering-summary/,yoga;psychology,"Vasudev, Jaggi Sadhguru",,,,, -b3b25ade-0228-411c-b25b-570c81447825,Inventology,"Find out where great ideas come from. A father cleans up after his toddler and imagines a cup that won't spill. An engineer watches people using walkie-talkies and has an idea. A doctor figures out how to deliver patients to the operating room before they die.By studying inventions like these — the sippy cup, the cell phone, and an ingenious hospital bed — we can learn how people imagine their way around ""impossible"" problems to discover groundbreaking answers. Pagan Kennedy reports on how these enduring methods can be adapted to the twenty-first century, as millions of us deploy tools like crowdfunding, big data, and 3-D printing to find hidden opportunities.    Inventology uses the stories of inventors and surprising research to reveal the steps that produce innovation. As Kennedy argues, recent advances in technology and communication have placed us at the cusp of a golden age; it's now more possible than ever before to transform ideas into actuality. Inventology is a must-read for designers, artists, makers—and anyone else who is curious about creativity. By identifying the steps of the invention process, Kennedy reveals the imaginative tools required to solve our most challenging problems.",,book|https://openlibrary.org/books/OL27198550M/Inventology;summary|https://fourminutebooks.com/inventology-summary/,innovation,Pagan Kennedy,,,,, -9a6a30e1-18d6-4f07-b42f-de7656ed80f7,Invisible Influence,"Jonah Berger, the bestselling author of Contagious, explores the subtle, secret influences that affect the decisions we make from what we buy, to the careers we choose, to what we eat in his latest New York Times bestseller that is a rare business book that s both informative and enough fun to take to the beach (Fortune.com). If you re like most people, you think your individual tastes and opinions drive your choices and behaviors. You wear a certain jacket because you liked how it looked. You picked a particular career because you found it interesting. The notion that our choices are driven by our own personal thoughts and opinions is patently obvious. Right? Wrong. Without our realizing it, other people s behavior has a huge influence on everything we do at every moment of our lives, from the mundane to the momentous. Even strangers have an impact on our judgments and decisions: our attitudes toward a welfare policy shift if we re told it is supported by Democrats versus Republicans (even though the policy is the same). But social influence doesn t just lead us to do the same things as others. In some cases we imitate others around us. But in other cases we avoid particular choices or behaviors because other people are doing them. We stop listening to a band because they go mainstream. We skip buying the minivan because we don t want to look like a soccer mom. By understanding how social influence works, we can decide when to resist and when to embrace it and learn how we can use this knowledge to exercise more control over our own behavior. In Invisible Influence, Jonah Berger is consistently entertaining, applying science to real life in surprising ways and explaining research through narrative. His book fascinates because it opens up the moving parts of a mysterious machine, allowing readers to watch them in action (Publishers Weekly).""",https://covers.openlibrary.org/b/id/8869123-M.jpg,book|https://openlibrary.org/books/OL27407178M/Invisible_Influence;summary|https://fourminutebooks.com/invisible-influence-summary/,psychology,Jonah Berger,,,,, -ac93773d-6654-446c-80cb-79c8d05b94c1,iWoz,,,book|https://www.amazon.in/Iwoz-Steve-Wozniak-Sep-2007/dp/B00DEKSIZC?tag=learnawesome-21;summary|https://fourminutebooks.com/iwoz-summary/,steve-wozniak;companies/apple,Author of iWoz,,,,, -dcf91086-3544-4017-a3d2-21636493f377,"Jab, Jab, Jab, Right Hook",,,book|https://www.amazon.com/Jab-Right-Hook-Story-Social/dp/006227306X?tag=learnawesome-20;summary|https://fourminutebooks.com/jab-jab-jab-right-hook-summary/,social-media,"Author of Jab, Jab, Jab, Right Hook",,,,, -253ca695-1de2-4f14-b62c-4d527682e341,Just Listen,"Do you ever feel like you're talking to a brick wall? The first step in persuading anyone to do anything is getting them to hear you out. But whether the person is a cynical colleague, furious customer, or overwhelmed spouse, their emotional barriers may be blocking your message. And if you can't break through, you can't move forward. Just Listen has helped tens of thousands of people tear down walls and establish productive communication. In this landmark book, veteran psychiatrist and business coach Mark Goulston reveals simple, proven techniques for moving people from resistance to consensus, explaining how to: • Listen effectively • Make even a total stranger—perhaps a potential client—feel ""felt"" • Shift an angry or aggressive person into a calmer, more receptive state • Use empathy jolts to quickly bridge communication gaps • Turn negative people into assets using the ""Magic Paradox""• Achieve buy-in, the linchpin of all negotiation, persuasion, and sales • And more Barricades between people become barriers to success and happiness, so getting through is not just a fine art—it's a crucial skill. With Just Listen, readers learn how to transform the ""impossible"" and ""unreachable"" people in their lives into true allies, loyal customers, and lifelong friends.",https://covers.openlibrary.org/b/id/8962726-M.jpg,book|https://www.amazon.com/Just-Listen-Discover-Getting-Absolutely/dp/0814436471?tag=learnawesome-20;summary|https://fourminutebooks.com/just-listen-summary/,communication;psychology,Mark Goulston,,,,, -e58e6d65-f46e-432d-b445-f33c53d45e16,Labor Of Love,"A brilliant and surprising investigation into why we date the way we doIt seems as though every week there’s a new app available on your smartphone promising dates aplenty—just swipe right. A mate, on the other hand, is becoming harder and harder to find. The age-old quest for true love requires more effort than ever before. Let’s face it: Dating is work.Which, as it happens, is exactly where it began, in the nineteenth century—as prostitution. In Labor of Love, Moira Weigel dives into the secret history of dating while holding up a mirror to the contemporary dating landscape, revealing why we date the way we do and explaining why it feels so much like work. This isn’t a guide to “getting the guy”; there are no ridiculous “rules” to follow in Labor of Love. This is a brilliant, fresh, and utterly original approach to help us understand how dating was invented and, hopefully, to lead us closer to the happy ending that it promises.",,book|https://www.amazon.in/Labor-Love-Invention-Moira-Weigel/dp/0374182531?tag=learnawesome-21;summary|https://fourminutebooks.com/labor-of-love-summary/,dating;sociology;relationships;romance,Moira Weigel,,,,, -7731bcf7-f415-43ac-b68a-c7e88aa24ca1,Launch,,,book|https://www.amazon.in/Jeff-Walker-Launch-Internet-Millionaires/dp/B00N4E4HQC?tag=learnawesome-21;summary|https://fourminutebooks.com/launch-summary/,business,Author of Launch,,,,, -774912f0-5e66-49ee-a722-ac05717cb0cd,Leaders Eat Last,"The New York Times bestselling follow-up to Simon Sinek's global hit Start With WhyWhy do only a few people get to say “I love my job”? It seems unfair that finding fulfillment at work is like winning a lottery; that only a few lucky ones get to feel valued by their organizations, to feel like they belong.Imagine a world where almost everyone wakes up inspired to go to work, feels trusted and valued during the day, then returns home feeling fulfilled.This is not a crazy, idealized notion. Today, in many successful organizations, great leaders are creating environments in which people naturally work together to do remarkable things. In his travels around the world since the publication of his bestseller Start with Why, Simon Sinek noticed that some teams were able to trust each other so deeply that they would literally put their lives on the line for each other. Other teams, no matter what incentives were offered, were doomed to infighting, fragmentation and failure. Why?The answer became clear during a conversation with a Marine Corps general. “Officers eat last,” he said.Sinek watched as the most junior Marines ate first while the most senior Marines took their place at the back of the line. What’s symbolic in the chow hall is deadly serious on the battlefield: great leaders sacrifice their own comfort—even their own survival—for the good of those in their care.This principle has been true since the earliest tribes of hunters and gatherers. It’s not a management theory; it’s biology. Our brains and bodies evolved to help us find food, shelter, mates and especially safety. We’ve always lived in a dangerous world, facing predators and enemies at every turn. We thrived only when we felt safe among our group.Our biology hasn’t changed in fifty thousand years, but our environment certainly has. Today’s workplaces tend to be full of cynicism, paranoia and self-interest. But the best organizations foster trust and cooperation because their leaders build what Sinek calls a Circle of Safety that separates the security inside the team from the challenges outside.The Circle of Safety leads to stable, adaptive, confident teams, where everyone feels they belong and all energies are devoted to facing the common enemy and seizing big opportunities. As he did in Start with Why, Sinek illustrates his ideas with fascinating true stories from a wide range of examples, from the military to manufacturing, from government to investment banking.The biology is clear: when it matters most, leaders who are willing to eat last are rewarded with deeply loyal colleagues who will stop at nothing to advance their leader’s vision and their organization’s interests. It’s amazing how well it works.",https://covers.openlibrary.org/b/id/8142524-M.jpg,book|https://www.amazon.com/Leaders-Eat-Last-Together-Others/dp/1543614620?tag=learnawesome-20;summary|https://fourminutebooks.com/leaders-eat-last-summary/,leadership,Simon Sinek,,,,, -415790e2-b91c-4321-8d6c-34d186da4afe,Lean In,"Sheryl Sandberg’s Lean In is a massive cultural phenomenon and its title has become an instant catchphrase for empowering women. The book soared to the top of bestseller lists internationally, igniting global conversations about women and ambition. Sandberg packed theatres, dominated opinion pages, appeared on every major television show and on the cover of Time magazine, and sparked ferocious debate about women and leadership. Ask most women whether they have the right to equality at work and the answer will be a resounding yes, but ask the same women whether they'd feel confident asking for a raise, a promotion, or equal pay, and some reticence creeps in. The statistics, although an improvement on previous decades, are certainly not in women's favour – of 197 heads of state, only twenty-two are women. Women hold just 20 percent of seats in parliaments globally, and in the world of big business, a meagre eighteen of the Fortune 500 CEOs are women. In Lean In, Sheryl Sandberg – Facebook COO and one of Fortune magazine's Most Powerful Women in Business – draws on her own experience of working in some of the world's most successful businesses and looks at what women can do to help themselves, and make the small changes in their life that can effect change on a more universal scale.",https://covers.openlibrary.org/b/id/7254305-M.jpg,book|https://www.goodreads.com/book/show/16071764-lean-in;summary|https://fourminutebooks.com/lean-in-summary/,business;feminism;career,Sheryl Sandberg,,,,, -1d05e058-05c2-4bee-b038-bcbad7c2cc4e,Learned Optimism - Summary by FourMinuteBooks,By Martin E.P. Seligman,https://learn-awesome.github.io/assets/book_covers/26123.jpg,summary|https://fourminutebooks.com/learned-optimism-summary/;book|https://www.amazon.in/Learned-Optimism-Change-Your-Mind/dp/1400078393?tag=learnawesome-21,psychology,Martin E. P. Seligman,,,,, -0de6d2be-463f-4df6-89ed-5a415704a24b,Leonardo Da Vinci - Summary by FourMinuteBooks,By Walter Isaacson,https://learn-awesome.github.io/assets/book_covers/34684622.jpg,summary|https://fourminutebooks.com/leonardo-da-vinci-summary/;book|https://www.amazon.com/Leonardo-Vinci-Walter-Isaacson/dp/1501139150?tag=learnawesome-20;summary|https://blas.com/da-vinci/,leonardo-da-vinci;walter-isaacson;history;art,Author of Leonardo Da Vinci,,,,, -eef8669b-3938-4d6d-8623-56c0a246fc7d,Less Doing More Living,"""Less is more""—or, more specifically, the less you have to do, the more life you have to live. Efficiency expert Ari Meisel details his ""Less Doing"" philosophy, which will streamline your life, and make everything easier. In business and our personal lives, it often seems as if the only way to get more done is by putting in more time—more hours at the office, more days running errands. But what if there were a way that we could do less, and free up more time for the things and people we love? If this sounds like what you need, Ari Meisel—TEDx speaker, efficiency consultant, and achievement architect—has the program for you. In - Less Doing, More Living -, Meisel explores the fundamental principles of his “Less Doing” philosophy, educating the reader on:Optimizing workflow with twenty-first-century apps and toolsCreating an “external brain” in the Cloud to do all of your “lower” thinking—like keeping track of appointments, meetings, and ideasHow to use technology to live a paper-free lifeThe three fundamentals of wellness—fitness, sleep, and nutrition—and technological  approaches to improving these areas of lifeAnd so much more!This book will give readers new tools and techniques for streamlining their workload, being more efficient in their day-to-day activities, and making everything in life easier.",,book|https://www.amazon.in/Less-Doing-More-Living-Everything/dp/0399168524?tag=learnawesome-21;summary|https://fourminutebooks.com/less-doing-more-living-summary/,productivity;minimalism,Ari Meisel,,,,, -1616176c-4561-4a7b-baf8-08e7c95de5de,Liespotting,"GET TO THE TRUTHPeople--friends, family members, work colleagues, salespeople--lie to us all the time. Daily, hourly, constantly. None of us is immune, and all of us are victims. According to studies by several different researchers, most of us encounter nearly 200 lies a day.Now there's something we can do about it. Pamela Meyer's Liespotting links three disciplines--facial recognition training, interrogation training, and a comprehensive survey of research in the field--into a specialized body of information developed specifically to help business leaders detect deception and get the information they need to successfully conduct their most important interactions and transactions.Some of the nation's leading business executives have learned to use these methods to root out lies in high stakes situations. Liespotting for the first time brings years of knowledge--previously found only in the intelligence community, police training academies, and universities--into the corporate boardroom, the manager's meeting, the job interview, the legal proceeding, and the deal negotiation.WHAT'S IN THE BOOK?Learn communication secrets previously known only to a handful of scientists, interrogators and intelligence specialists.Liespotting reveals what's hiding in plain sight in every business meeting, job interview and negotiation:- The single most dangerous facial expression to watch out for in business & personal relationships- 10 questions that get people to tell you anything- A simple 5-step method for spotting and stopping the lies told in nearly every high-stakes business negotiation and interview- Dozens of postures and facial expressions that should instantly put you on Red Alert for deception- The telltale phrases and verbal responses that separate truthful stories from deceitful ones- How to create a circle of advisers who will guarantee your success",,book|https://www.goodreads.com/book/show/8606082-liespotting;summary|https://fourminutebooks.com/liespotting-summary/,psychology;communication,Author of Liespotting,,,,, -8156985c-2081-4aed-85dc-baec9b977115,Linchpin,"""This is what the future of work (and the world) looks like. Actually, it's already happening around you."" — Tony Hsieh, CEO, Zappos.comIn bestsellers such as Purple Cow and Tribes, Seth Godin taught readers how to make remarkable products and spread powerful ideas. But this book is about you—your choices, your future, and your potential to make a huge difference in whatever field you choose.There used to be two teams in every workplace: management and labor. Now there's a third team: the linchpins. These people figure out what to do when there's no rule book. They delight and challenge their customers and peers. They love their work, pour their best selves into it, and turn each day into a kind of art.Linchpins are the essential building blocks of great organizations. They may not be famous but they're indispensable. And in today's world, they get the best jobs and the most freedom.As Godin writes, ""Every day I meet people who have so much to give but have been bullied enough or frightened enough to hold it back. It's time to stop complying with the system and draw your own map. You have brilliance in you, your contribution is essential, and the art you create is precious. Only you can do it, and you must.""",https://covers.openlibrary.org/b/id/8754365-M.jpg,book|https://www.amazon.in/Linchpin-Are-Indispensable-Seth-Godin/dp/1591844096?tag=learnawesome-21;summary|https://fourminutebooks.com/linchpin-summary/;summary|https://sivers.org/book/Linchpin,business;leadership;career,Seth Godin,,,,, -b38de9ed-0e33-4ecc-9242-522ffa5432b9,The Particle Odyssey,,,book|https://www.goodreads.com/book/show/476370.The_Particle_Odyssey?ac=1&from_search=true&qid=OtUw3CDuke&rank=1,physics,,,,,, -1d24ac05-716f-4368-9d6f-bcad0af002f1,Long-Term Thinking For A Short-Sighted World,"Jim Brumm's ""Long-Term Thinking for a Short-Sighted World"" focuses on the problems we face today that share a common, rarely discussed theme: a lack of long-term thinking. The book explores examples-past and present-of humanity pursuing short-term gains at the expense of our long-term well being. Topics include energy, debt, consumerism, agriculture and our skewed perceptions of time. """"In today's world we are grappling at every turn with an increasing energy shortage, food production systems that struggle to feed increasing millions, environmental problems that threaten our survival, a debt crisis that is crippling individuals and governments, and so much more. All of these problems come with their own unique challenges and examined on their own they may seem completely different from each other, but they share one common, rarely discussed hidden thread that runs through the center of each and binds them together: a lack of long-term thinking. We're very bad long-term thinkers."""" Jim delivers a message of hope, helping to answer the question, ""How can I live my life in a way that brings satisfaction, balance, happiness, and a sense of value? In other words, how can I be part of the solution?"" He suggests positive ways to improve our ability to embrace a larger vision of our place in the world. Conversational, provocative, witty and often laugh-aloud funny, ""Long-Term Thinking for a Short-Sighted World"" will inspire readers who are seeking ways to realign priorities and re-examine what brings true, long-term happiness and sustainability.",,book|https://www.amazon.com/Long-Term-Thinking-Short-Sighted-World-Restoring/dp/1612641245?tag=learnawesome-20;summary|https://fourminutebooks.com/long-term-thinking-for-a-short-sighted-world-summary/,thinking,Author of Long-Term Thinking For A Short-Sighted World,,,,, -d8ef85b8-1b3c-41db-940e-0389db1007a1,Long Walk To Freedom,"Nelson Mandela is one of the great moral and political leaders of our time: an international hero whose lifelong dedication to the fight against racial oppression in South Africa won him the Nobel Peace Prize and the presidency of his country. Since his triumphant release in 1990 from more than a quarter-century of imprisonment, Mandela has been at the center of the most compelling and inspiring political drama in the world. As president of the African National Congress and head of South Africa's anti-apartheid movement, he was instrumental in moving the nation toward multiracial government and majority rule. He is revered everywhere as a vital force in the fight for human rights and racial equality. The foster son of a Thembu chief, Mandela was raised in the traditional, tribal culture of his ancestors, but at an early age learned the modern, inescapable reality of what came to be called apartheid, one of the most powerful and effective systems of oppression ever conceived. In classically elegant and engrossing prose, he tells of his early years as an impoverished student and law clerk in a Jewish firm in Johannesburg, of his slow political awakening, and of his pivotal role in the rebirth of a stagnant ANC and the formation of its Youth League in the 1950s. He describes the struggle to reconcile his political activity with his devotion to his family, the anguished breakup of his first marriage, and the painful separations from his children. He brings vividly to life the escalating political warfare in the fifties between the ANC and the government, culminating in his dramatic escapades as an underground leader and the notorious Rivonia Trial of 1964, at which he was sentenced to life imprisonment. Herecounts the surprisingly eventful twenty-seven years in prison and the complex, delicate negotiations that led both to his freedom and to the beginning of the end of apartheid. Finally he provides the ultimate inside account.",,book|https://www.goodreads.com/book/show/318431.Long_Walk_to_Freedom;summary|https://fourminutebooks.com/long-walk-to-freedom-summary/,nelson-mandela,Author of Long Walk To Freedom,,,,, -76fdf671-8285-4a68-9a60-74b5f93e6cce,Losing My Virginity,"""Oh, screw it, let's do it.""That's the philosophy that has allowed Richard Branson, in slightly more than twenty-five years, to spawn so many successful ventures. From the airline business (Virgin Atlantic Airways), to music (Virgin Records and V2), to cola (Virgin Cola), to retail (Virgin Megastores), and nearly a hundred others, ranging from financial services to bridal wear, Branson has a track record second to none. ""Losing My Virginity"" is the unusual, frequently outrageous autobiography of one of the great business geniuses of our time. When Richard Branson started his first business, he and his friends decided that ""since we're complete virgins at business, let's call it just that: Virgin."" Since then, Branson has written his own ""rules"" for success, creating a group of companies with a global presence, but no central headquarters, no management hierarchy, and minimal bureaucracy.Many of Richard Branson's companies -- airlines, retailing, and cola are good examples -- were started in the face of entrenched competition. The experts said, ""Don't do it."" But Branson found golden opportunities in markets in which customers have been ripped off or underserved, where confusion reigns, and the competition is complacent. And in this stressed-out, overworked age, Richard Branson gives us a new model: a dynamic, hardworking, successful entrepreneur who lives life to the fullest. Family, friends, fun, and adventure are equally important as business in Branson's life. ""Losing My Virginity"" is a portrait of a productive, sane, balanced life, filled with rich and colorful stories: Crash-landing his hot-air balloon in the Algerian desert, yet remaining determined tohave another go at being the first to circle the globeSigning the Sex Pistols, Janet Jackson, the Rolling Stones, Boy George, and Phil CollinsFighting back when British Airways took on Virgin Atlantic and successfully suing this pillar of the British business establishmentSwimming two miles to safety during a violent storm off the coast of MexicoSelling Virgin Records to save Virgin AtlanticStaging a rescue flight into Baghdad before the start of the Gulf War . . .And much more. ""Losing My Virginity"" is the ultimate tale of personal and business survival from a man who combines the business prowess of Bill Gates and the promotional instincts of P. T. Barnum.",https://covers.openlibrary.org/b/id/6620629-M.jpg,book|https://www.amazon.in/Losing-My-Virginity-Survived-Business/dp/0812931017?tag=learnawesome-21;summary|https://fourminutebooks.com/losing-my-virginity-summary/;summary|https://sivers.org/book/RichardBranson,business;richard-branson,Richard Branson,,,,, -bdd64ba4-59c8-4b40-8e3c-b9885057bcdf,Lost Connections,"From the New York Times bestselling author of Chasing the Scream: The First and Last Days of the War on Drugs, a startling challenge to our thinking about depression and anxiety.Award-winning journalist Johann Hari suffered from depression since he was a child and started taking antidepressants when he was a teenager. He was told—like his entire generation—that his problem was caused by a chemical imbalance in his brain. As an adult, trained in the social sciences, he began to investigate this question—and he learned that almost everything we have been told about depression and anxiety is wrong. Across the world, Hari discovered social scientists who were uncovering the real causes—and they are mostly not in our brains, but in the way we live today. Hari’s journey took him from the people living in the tunnels beneath Las Vegas, to an Amish community in Indiana, to an uprising in Berlin—all showing in vivid and dramatic detail these new insights. They lead to solutions radically different from the ones we have been offered up until now.Just as Chasing the Scream transformed the global debate about addiction, with over twenty million views for his TED talk and the animation based on it, Lost Connections will lead us to a very different debate about depression and anxiety—one that shows how, together, we can end this epidemic.",,book|https://www.goodreads.com/book/show/34921573-lost-connections;summary|https://fourminutebooks.com/lost-connections-summary/,psychology;depression;mental-health;anxiety,Johann Hari,,,,, -29f2adc5-3a7b-4e66-9155-e36453b72bbd,Loving What Is,"Out of nowhere, like a breeze in a marketplace crowded with advice, comes Byron Katie and “The Work.” In the midst of a normal life, Katie became increasingly depressed, and over a ten-year period sank further into rage, despair, and thoughts of suicide. Then one morning, she woke up in a state of absolute joy, filled with the realization of how her own suffering had ended. The freedom of that realization has never left her, and now in Loving What Is you can discover the same freedom through The Work. The Work is simply four questions that, when applied to a specific problem, enable you to see what is troubling you in an entirely different light. As Katie says, “It’s not the problem that causes our suffering; it’s our thinking about the problem.” Contrary to popular belief, trying to let go of a painful thought never works; instead, once we have done The Work, the thought lets go of us. At that point, we can truly love what is, just as it is.Loving What Is will show you step-by-step, through clear and vivid examples, exactly how to use this revolutionary process for yourself. You’ll see people do The Work with Katie on a broad range of human problems, from a wife ready to leave her husband because he wants more sex, to a Manhattan worker paralyzed by fear of terrorism, to a woman suffering over a death in her family. Many people have discovered The Work’s power to solve problems; in addition, they say that through The Work they experience a sense of lasting peace and find the clarity and energy to act, even in situations that had previously seemed impossible. If you continue to do The Work, you may discover, as many people have, that the questioning flows into every aspect of your life, effortlessly undoing the stressful thoughts that keep you from experiencing peace. Loving What Is offers everything you need to learn and live this remarkable process, and to find happiness as what Katie calls “a lover of reality.”",,book|https://openlibrary.org/books/OL22990522M/Loving_what_is;summary|https://fourminutebooks.com/loving-what-is-summary/,psychology,Byron Katie,,,,, -ed2c8b86-7798-4846-a536-e0c2de28b18a,Make A Killing On Kindle,,,book|https://www.amazon.com/Make-Killing-Kindle-2018-Book-ebook/dp/B0757WX3BR?tag=learnawesome-20;summary|https://fourminutebooks.com/make-a-killing-on-kindle-summary/,publishing;writing,Author of Make A Killing On Kindle,,,,, -27af8d63-a470-4169-a517-e8a76f83a83b,Make Time,"Nobody ever looked at an empty calendar and said, 'The best way to spend this time is by cramming it full of meetings!' Or got to work in the morning and thought, 'Today I'll spend hours on Facebook!' Yet, that's exactly what we do. Why?In a world where information refreshes endlessly and the workday feels like a race to react to other people's priorities faster, frazzled and distracted has become our default position. But what if the exhaustion of constant busyness wasn’t mandatory? What if you could step off the hamster wheel and start taking control of your time and attention? That’s what this book is about.As creators of Google Ventures' renowned 'design sprint', Jake and John have helped hundreds of teams solve important problems by changing how they work. Building on the success of these sprints and their experience designing ubiquitous tech products like Gmail and YouTube, they spent years experimenting with their own personal habits and routines, looking for ways to help individuals optimize their energy, focus, and time. Now they've packaged the most effective tactics into a four-step daily framework that anyone can use to systematically design their days.Make Time is not a one-size-fits-all formula. Instead, it offers a customizable menu of bite-sized tips and strategies that can be tailored to individual habits and lifestyles. It isn’t about productivity, or checking off more to-dos. Nor does it propose unrealistic solutions like throwing out your smartphone or swearing off social media. Making time isn’t about radically overhauling your lifestyle; it’s about making small shifts in your environment to liberate yourself from constant busyness and distraction.A must-read for anyone who has ever thought 'If only there were more hours in the day...' Make Time will help you to stop passively reacting to the demands of the modern world and start intentionally making time for the things that matter.",,book|https://www.goodreads.com/book/show/37880811-make-time;summary|https://fourminutebooks.com/make-time-summary/,productivity,Author of Make Time,,,,, -f56f5557-b1f4-47da-bf8a-5ad09e17f906,Make Your Bed,"If you want to change the world, start off by making your bed.If you make your bed every morning, you will have accomplished the first task of the day. It will give you a small sense of pride and it will encourage you to do another task and another and another. By the end of the day, that one task completed will have turned into many tasks completed. Making your bed will also reinforce the fact that little things in life matter. I you can't do the little things right, you will never do the big things right.- From Admiral McRaven's University of Texas Commencement Speech",https://covers.openlibrary.org/b/id/7984714-M.jpg,book|https://www.amazon.com/Make-Your-Bed-Little-Things/dp/1455570249?tag=learnawesome-20;summary|https://fourminutebooks.com/make-your-bed-summary/,psychology;productivity,William H. McRaven,,,,, -35ec4d63-a0f6-40de-809b-ca5fc2dfe89b,101 Things I Learned in Engineering School - Summary at Blas.com,Some major takeaways from the field of engineering Key Takeaways Civil engineering is the …,https://blas.com/wp-content/uploads/2019/12/41liEl23g1L._SY380_BO1204203200_-300x230.jpg,summary|https://blas.com/engineering-101/,engineering;john-kuprenas;matthew-frederick,Lucius Annaeus Seneca,,,,, -45a1a7ca-8860-4392-b3b1-dc039cd3e3f0,Margin of Safety: Risk-Averse Value Investing for the Thoughtful Investors - Summary at Blas.com,"“My goals in writing this book are twofold. In the first section, I identify …",https://blas.com/wp-content/uploads/2019/11/51Juq5mcITL._SX346_BO1204203200_-209x300.jpg,summary|https://blas.com/margin-of-safety/,finance;investing;margin-of-safety,Lucius Annaeus Seneca,,,,, -b3fbcfc4-348b-4e0c-8081-566a53c85e84,Six Easy Pieces: Essentials of Physics Explained - Summary at Blas.com,A distillation of some of the key principles that Feynman covers in his lectures …,https://blas.com/wp-content/uploads/2019/11/518YRAWdG4L._SY445_-193x300.jpg,summary|https://blas.com/six-easy-pieces/,physics;richard-feynman,Lucius Annaeus Seneca,,,,, -3c4ff709-569e-45b6-b4b9-b6e9e1df08db,The Idea Factory: Bell Labs and the Great Age of American Innovation - Summary at Blas.com,"“This book is about innovation—about how it happens, why it happens, and who makes …",https://blas.com/wp-content/uploads/2019/11/51LyIMnRk9L._SX324_BO1204203200_-196x300.jpg,summary|https://blas.com/the-idea-factory/,att;bell-labs;business;claude-shannon;innovation;jon-gertner;technology;transistors;william-shockley,Lucius Annaeus Seneca,,,,, -2b233cc9-e0bb-43cd-97e7-7c0f63d72d03,Make Your Mark - Summary by FourMinuteBooks,By Jocelyn K. Glei,https://learn-awesome.github.io/assets/book_covers/21888210.jpg,summary|https://fourminutebooks.com/make-your-mark-summary/;book|https://www.amazon.in/Make-Your-Mark-Creatives-Building/dp/1480589306?tag=learnawesome-21,business;design;entrepreneurship;productivity,Jocelyn K. Glei,,,,, -860e863e-3684-49a7-ab48-289f023f0a22,Making Ideas Happen," How the world's leading innovators push their ideas to fruition again and again Edison famously said that genius is 1 percent inspiration, 99 percent perspiration. Ideas for new businesses, solutions to the world's problems, and artistic breakthroughs are common, but great execution is rare. According to Scott Belsky, the capacity to make ideas happen can be developed by anyone willing to develop their organizational habits and leadership capability. That's why he founded Behance, a company that helps creative people and teams across industries develop these skills. Belsky has spent six years studying the habits of creative people and teams that are especially productive-the ones who make their ideas happen time and time again. After interviewing hundreds of successful creatives, he has compiled their most powerful-and often counterintuitive-practices, such as: •Generate ideas in moderation and kill ideas liberally •Prioritize through nagging •Encourage fighting within your team While many of us obsess about discovering great new ideas, Belsky shows why it's better to develop the capacity to make ideas happen-a capacity that endures over time.",https://covers.openlibrary.org/b/id/6387329-M.jpg,book|https://openlibrary.org/books/OL24226214M/Making_Ideas_Happen;summary|https://fourminutebooks.com/making-ideas-happen-summary/;summary|https://sivers.org/book/MakingIdeasHappen,design;innovation;productivity,Scott Belsky,,,,, -c824e261-05ff-4219-ab54-726f3f98e8a0,Man’s Search For Meaning,,,book|https://www.amazon.com/Mans-Search-Meaning-Viktor-Frankl-ebook/dp/B009U9S6FI?tag=learnawesome-20;summary|https://fourminutebooks.com/mans-search-for-meaning-summary/,philosophy,Author of Man’s Search For Meaning,,,,, -5aae15b7-e028-4b59-b5a4-1029a3431e4f,Manufacturing Consent - Summary by FourMinuteBooks,By Noam Chomsky,https://learn-awesome.github.io/assets/book_covers/12617.jpg,summary|https://fourminutebooks.com/manufacturing-consent-summary/;book|https://www.goodreads.com/book/show/12617.Manufacturing_Consent,politics;sociology,Edward S. Herman,,,,, -c67700be-1e87-4c8a-b835-ce5be8da2a2c,Meditations On First Philosophy,"Meditations on First Philosophy is a philosophical treatise written by René Descartes first published in Latin in 1641. The book is made up of six meditations, in which Descartes first discards all belief in things which are not absolutely certain, and then tries to establish what can be known for sure. The meditations were written as if he was meditating for 6 days: each meditation refers to the last one as ""yesterday"". However, Descartes did not take 6 days to complete this work; it actually took several years.",https://covers.openlibrary.org/b/id/8890048-M.jpg,book|https://www.amazon.in/Meditations-First-Philosophy-Hackett-Classics/dp/0872201929?tag=learnawesome-21;summary|https://fourminutebooks.com/meditations-on-first-philosophy-summary/,philosophy,René Descartes,,,,, -6c26c567-06a9-4efd-aa4c-78f14b8ad208,Meditations - Summary by FourMinuteBooks,By Marcus Aurelius,https://learn-awesome.github.io/assets/book_covers/30659.jpg,summary|https://fourminutebooks.com/meditations-summary/;summary|https://sivers.org/book/Meditations;book|https://openlibrary.org/books/OL672774M/The_meditations,philosophy,Marcus Aurelius,,,,, -1e998c13-1923-425a-9ff8-3fff93c13595,"Men Are From Mars, Women Are From Venus","Once upon a time Martians and Venusians met, fell in love, and had happy relationships together because they respected and accepted their differences. Then they came to Earth and amnesia set in: they forgot they were from different planets.Based on years of successful counseling of couples and individuals, Men Are from Mars, Women Are from Venus has helped millions of couples transform their relationships. Now viewed as a modern classic, this phenomenal book has helped men and women realize how different they really are and how to communicate their needs in such a way that conflict doesn't arise and intimacy is given every chance to grow!!!!",https://covers.openlibrary.org/b/id/30289-M.jpg,book|https://www.amazon.com/Men-Mars-Women-Venus-Understanding/dp/0060574216?tag=learnawesome-20;summary|https://fourminutebooks.com/men-are-from-mars-women-are-from-venus-summary/,psychology;relationships,John Gray,,,,, -f2e26da2-65f3-4960-86b3-6af7dd5d7f8d,Merchants of Doubt - Summary by FourMinuteBooks,By Naomi Oreskes,https://learn-awesome.github.io/assets/book_covers/7799004.jpg,summary|https://fourminutebooks.com/merchants-of-doubt-summary/;book|https://www.amazon.com/Merchants-Doubt-Handful-Scientists-Obscured/dp/1608193942?tag=learnawesome-20,science;politics;environment;climate-change,Author of Merchants of Doubt,,,,, -835ac034-8e68-4499-89f6-ccc5c1169678,The Autobiography Of Malcolm X - Summary by FourMinuteBooks,By Malcolm X,https://learn-awesome.github.io/assets/book_covers/92057.jpg,summary|https://fourminutebooks.com/the-autobiography-of-malcolm-x-summary/;book|https://www.amazon.com/Autobiography-Malcolm-MAXNotes-Literature-Guides/dp/0878910042?tag=learnawesome-20,malcolm-x;politics;race,Malcolm X,,,,, -9e157b66-1bf9-4226-a4c9-3e73690dfd85,Million Dollar Consulting,"Build a thriving consultancy with the updated edition of this classic bestsellerHaving inspired generations of consultants and entrepreneurs around the world, the ""Rock Star of Consulting"" Alan Weiss returns with a revised and completely updated edition of his authoritative guide to consulting success.Weiss provides his time-tested model on creating a flourishing consulting business, while incorporating and focusing on the many dynamic changes in solo and boutique consulting, coaching, and entrepreneurship. In addition to guidance on raising capital, attracting clients, and creating a marketing plan, he also gives brand new step-by-step advice on:- Harnessing today's global opportunities - Developing brands across markets- Creating and licensing intellectual property- Avoiding the pitfalls of social media- Landing unsolicited referrals through counterintuitive methods- Managing and organizing your time wisely- Succeeding in the face of continuing turbulenceFind out why this book has been the classic go-to for consultants for nearly twenty-five years, and learn how to grow your business into a $1 million-per-year firm today!",,book|https://www.goodreads.com/book/show/260218.Million_Dollar_Consulting;summary|https://fourminutebooks.com/million-dollar-consulting-summary/,business;consulting,Author of Million Dollar Consulting,,,,, -40a14e51-c88a-4156-b2e4-db01fa95f7e5,Millionaire Success Habits,"Legendary business coach and entrepreneur Dean Graziosi takes you from where you are in life to where you want to be, using simple tools to reshape daily routines and open new doors to prosperity--whether you're a fellow entrepreneur, an employee or executive, or a new grad in your first job.""In this incredibly inspiring book, Dean Graziosi gives us the key to greater happiness, wealth and freedom. A must-read."" -- Brendon Burchard""Dean Graziosi has the unique ability to take what others make so complicated and boil it down to a recipe for success that anyone can follow."" -- Larry King.""In this book there are amazing recipes to get the life you want faster, easier and with less stress. Read it and live rich!"" -- David BachMillionaire Success Habits is a book designed with one purpose in mind: to take you from where you are in life, to where you want to be in life, by incorporating easy-to-implement ""Success Habits"" into your daily routine. This book is not about adding more time to your day. It is about replacing those things that are not serving your future with success habits designed specifically to assist you on your journey to a better you. Millionaire Success Habits has broken down the walls of complexity around success and created simple success recipes that you can quickly put to use in your life to reach the level of wealth and abundance you desire.",https://covers.openlibrary.org/b/id/8801483-M.jpg,book|https://www.amazon.com/Millionaire-Success-Habits-Gateway-Prosperity/dp/1401956874?tag=learnawesome-20;summary|https://fourminutebooks.com/millionaire-success-habits-summary/,habits;personal-finance;productivity,Dean Graziosi,,,,, -6f5eb0a6-9052-416d-89f8-a4b2cd065c22,Mind Gym,"Combines psychological principles with inspirational stories to help amateur athletes take their game to the next level, overcome adversity, stay motivated, and follow their dreams.",,book|https://www.goodreads.com/book/show/451720.Mind_Gym;summary|https://fourminutebooks.com/mind-gym-summary/,sports;psychology,Gary Mack,,,,, -c78e4766-13a4-4bfb-9f17-8464d5bff1e4,Mindsight - Summary by FourMinuteBooks,"From a pioneer in the field of mental health comes a groundbreaking book on the healing power of ""mindsight,"" the potent skill that is the basis for both emotional and social intelligence. Mindsight allows you to make positive changes in your brain-and in your life.- Is there a memory that torments you, or an irrational fear you can' t shake?- Do you sometimes become unreasonably angry or upset and find it hard to calm down?- Do you ever wonder why you can't stop behaving the way you do, no matter how hard you try?- Are you and your child (or parent, partner, or boss) locked in a seemingly inevitable pattern of conflict?What if you could escape traps like these and live a fuller, richer, happier life? This isn't mere speculation but the result of twenty-five years of careful hands-on clinical work by Daniel J. Siegel, M.D. A Harvard-trained physician, Dr. Siegel is one of the revolutionary global innovators in the integration of brain science into the practice of psychotherapy. Using case histories from his practice, he shows how, by following the proper steps, nearly everyone can learn how to focus their attention on the internal world of the mind in a way that will literally change the wiring and architecture of their brain.Through his synthesis of a broad range of scientific research with applications to everyday life, Dr. Siegel has developed novel approaches that have helped hundreds of patients heal themselves from painful events in the past and liberate themselves from obstacles blocking their happiness in the present. And now he has written the first book that will help all of us understand the potential we have to create our own lives. Showing us mindsight in action, Dr. Siegel describes- a sixteen-year-old boy with bipolar disorder who uses meditation and other techniques instead of drugs to calm the emotional storms that made him suicidal- a woman paralyzed by anxiety, who uses mindsight to discover, in an unconscious memory of a childhood accident, the source of her dread- a physician-the author himself-who pays attention to his intuition, which he experiences as a ""vague, uneasy feeling in my belly, a gnawing restlessness in my heart and my gut,"" and tracks down a patient who could have gone deaf because of an inaccurately written prescription for an ear infection- a twelve-year-old girl with OCD who learns a meditation that is ""like watching myself from outside myself"" and, using a form of internal dialogue, is able to stop the compulsive behaviors that have been tormenting herThese and many other extraordinary stories illustrate how mindsight can help us master our emotions, heal our relationships, and reach our fullest potential.A book as inspiring as it is informative, as practical as it is profound, Mindsight offers exciting new proof that we aren't hardwired to behave in certain ways, but instead have the ability to harness the power of our minds to resculpt the neural pathways of our brains in ways that will be life-transforming.",,summary|https://fourminutebooks.com/mindsight-summary/;book|https://www.goodreads.com/book/show/6315775-mindsight,psychology;mental-health,Daniel J. Siegel,,,,, -ef3ba610-b214-462c-a4ae-4e381838006b,Mini Habits,"I had experimented with personal development strategies for a decade. When I accidentally started my first mini habit—and the changes I made were actually lasting—I realized the prior strategies I relied on were complete failures. When something works, that which doesn't work is exposed. The science in Mini Habits exposes the predictably inconsistent results of most popular personal growth strategies, and reveals why mini habits are consistent. A mini habit is a very small positive behavior that you force yourself to do every day; a mini habit's ""too small to fail"" nature makes it weightless, deceptively powerful, and a superior habit-building strategy. Mini Habits will better equip you to change your life than 99% of the people you see walking around on this globe. People so often think that they are the reason they can't achieve lasting change; but the problem isn't with them—it's with their strategy. You can achieve great things without the guilt, intimidation, and repeated failure associated with such strategies such as ""getting motivated,"" resolutions, or even ""just doing it.” To make changes last, you need to stop fighting against your brain. When you start playing by your brain's rules—as mini habits show you how to do—lasting change isn't so hard.",https://covers.openlibrary.org/b/id/8093714-M.jpg,book|https://www.goodreads.com/book/show/20567918-mini-habits;summary|https://fourminutebooks.com/mini-habits-summary/,habits;productivity,Stephen Guise,,,,, -7900371d-b86f-47fa-b7e1-042517057a79,Minimalism,,,book|https://www.amazon.com/Minimalism-Meaningful-Joshua-Fields-Millburn-ebook/dp/B006I7DDPI?tag=learnawesome-20;summary|https://fourminutebooks.com/minimalism-summary/,minimalism,Author of Minimalism,,,,, -150fa843-fa0d-40c2-b845-ebc0eaf2adf5,"Mistakes Were Made, But Not By Me - Summary by FourMinuteBooks",By Carol Tavris,https://learn-awesome.github.io/assets/book_covers/522525.jpg,summary|https://fourminutebooks.com/mistakes-were-made-but-not-by-me-summary/;book|https://www.amazon.in/Mistakes-Were-Made-But-Not/dp/1491514132?tag=learnawesome-21,psychology;sociology,Carol Tavris,,,,, -eb2384ec-83a4-4651-8e5a-744f2f5201d1,Money Master The Game,,,book|https://www.amazon.com/MONEY-Master-Game-Financial-Freedom-ebook/dp/B00MZAIU4G?tag=learnawesome-20;summary|https://fourminutebooks.com/money-master-the-game-summary/,personal-finance,Author of Money Master The Game,,,,, -b9c03cb9-6da4-4212-90aa-0a4242b9ab56,Moonshot,"The future belongs to those who see the possibilities before they become obvious This is the most exciting time ever to be part of the business world.Throughout history, there are some events that stand out as so groundbreaking that they completely change life as we know it. The Apollo moon landing of 1969 was one of those events the invention of the Apple personal computer was another. The time is ripe for a new breed of innovative entrepreneurs to build businesses across industries that will bring in billions of dollars while changing people s lives for the better. In this book, John Sculley will show you how to do it.Former CEO of both PepsiCo and Apple, John Sculley lays out a roadmap for building a truly transformative business. Beginning with a can t-fail concept and inspired by smart data, Moonshot! reveals the core concepts for a twenty-first century business. Producer-in-Control models are a thing of the past, but the Customer-in-Control future is bright for those that know how to use it. With technology at your back, now might be the best time in history to start a business but the future belongs to those who see the possibilities before they become obvious. ""Moonshot!"" will teach you to have the upper hand in any business.""",,book|https://www.amazon.com/Moonshot-Game-Changing-Strategies-Billion-Dollar-Businesses/dp/0795348622?tag=learnawesome-20;summary|https://fourminutebooks.com/moonshot-summary/,business;leadership,John Sculley,,,,, -9000292f-04fa-41d9-a45e-91c270184007,Moonwalking With Einstein,"The blockbuster phenomenon that charts an amazing journey of the mind while revolutionizing our concept of memory An instant bestseller that is poised to become a classic, Moonwalking with Einstein recounts Joshua Foer's yearlong quest to improve his memory under the tutelage of top ""mental athletes."" He draws on cutting-edge research, a surprising cultural history of remembering, and venerable tricks of the mentalist's trade to transform our understanding of human memory. From the United States Memory Championship to deep within the author's own mind, this is an electrifying work of journalism that reminds us that, in every way that matters, we are the sum of our memories. - -",https://sivers.org/images/MoonwalkingEinstein.gif,book|https://www.goodreads.com/book/show/6346975-moonwalking-with-einstein;summary|https://fourminutebooks.com/moonwalking-with-einstein-summary/;summary|https://sivers.org/book/MoonwalkingEinstein,memory;psychology,Joshua Foer,,,,, -a53565e6-42eb-42dd-8cc5-2cbb5303660d,The Automatic Millionaire,,,book|https://www.amazon.in/Automatic-Millionaire-Expanded-Updated-Powerful-ebook/dp/B01G0GD0PE?tag=learnawesome-21;summary|https://fourminutebooks.com/the-automatic-millionaire-summary/,personal-finance,Author of The Automatic Millionaire,,,,, -44267270-8ce3-4d65-b049-e36eddfd29d0,The Barefoot Investor,,,book|https://www.amazon.com/Barefoot-Investor-Money-Guide-Youll-ebook/dp/B01N79M1DS?tag=learnawesome-20;summary|https://fourminutebooks.com/the-barefoot-investor-summary/,personal-finance,Author of The Barefoot Investor,,,,, -21ffb91c-cdc4-497f-a53c-fa693cc74823,The First Three Minutes,,,book|https://www.goodreads.com/book/show/150131.The_First_Three_Minutes?ac=1&from_search=true&qid=ngjodjTsjn&rank=1,physics,,,,,, -f32c62d9-44a8-4b40-af1b-f68a4745e1e5,Move Your Bus,"New York Times bestselling author and award-winning educator Ron Clark applies his successful leadership principles to the business world in this effective and accessible guidebook, perfect for any manager looking to inspire and motivate his or her team. Includes a foreword by bestselling author and FranklinCovey executive Sean Covey.Teamwork is crucial to the success of any business, and as acclaimed author and speaker Ron Clark illustrates, the members of any team are the key to unlocking success. Imagine a company as a bus filled with people who either help or hinder a team's ability to move it forward: drivers (who steer the organization), runners (who consistently go above and beyond for the good of the organization), joggers (who do their jobs without pushing themselves), walkers (who are just getting pulled along), and riders (who hinder success and drag the team down). It's the team leader's job to recognize how members fall into these categories, encourage them to keep the ""bus"" moving by working together, and know when it's time to kick the riders off.In the tradition of Who Moved My Cheese? and Fish!, Move Your Bus is an accessible and uplifting business parable that illustrates Clark's expert strategies to maximize the performance of each member of a team. These easy to implement techniques will inspire employees and team leaders alike to work harder and smarter and drive the organization to succeed.",,book|https://www.goodreads.com/book/show/23492545-move-your-bus;summary|https://fourminutebooks.com/move-your-bus-summary/,business;leadership,Ron Clark,,,,, -edebef1c-779c-44d1-bfa1-fb5b6d56be27,Multipliers,"Wall Street Journal BestsellerA thought-provoking, accessible, and essential exploration of why some leaders (“Diminishers”) drain capability and intelligence from their teams, while others (“Multipliers”) amplify it to produce better results. Including a foreword by Stephen R. Covey, as well the five key disciplines that turn smart leaders into genius makers, Multipliers is a must-read for everyone from first-time managers to world leaders.",,book|https://www.goodreads.com/book/show/8310410-multipliers;summary|https://fourminutebooks.com/multipliers-summary/,leadership;business;management,Author of Multipliers,,,,, -73bafce7-b68a-4635-b509-c627816280c6,My Stroke Of Insight,,,book|https://www.amazon.in/My-Stroke-Insight-Scientists-Personal-ebook/dp/B0019IB0II?tag=learnawesome-21;summary|https://fourminutebooks.com/my-stroke-of-insight-summary/,neuroscience;psychology,Author of My Stroke Of Insight,,,,, -ea5abf7f-c0fd-4f61-920e-50510c1e0cde,Napoleon The Great,,,book|https://www.amazon.in/Napoleon-Great-Andrew-Roberts-2015-10-15/dp/B01N8YEQG8?tag=learnawesome-21;summary|https://fourminutebooks.com/napoleon-the-great-summary/,history;napoleon,Author of Napoleon The Great,,,,, -d0e2b649-ff42-4d38-be5f-b4657bd5b9df,Necessary Endings,"“If you’re hesitant to pull the trigger when things obviously aren't working out, Henry Cloud’s Necessary Endings may be the most important book you read all year.” —Dave Ramsey, New York Times bestselling author of The Total Money Makeover“Cloud is a wise, experienced, and compassionate guide through [life’s] turbulent passages.” —Bob Buford, bestelling author of Halftime and Finishing Well; founder of the Leadership Network Henry Cloud, the bestselling author of Integrity and The One-Life Solution, offers this mindset-altering method for proactively correcting the bad and the broken in our businesses and our lives. Cloud challenges readers to achieve the personal and professional growth they both desire and deserve—and gives crucial insight on how to make those tough decisions that are standing in the way of a more successful business and, ultimately, a better life.",https://covers.openlibrary.org/b/id/6679759-M.jpg,book|https://www.amazon.com/Necessary-Endings-Henry-Cloud/dp/0061777129?tag=learnawesome-20;summary|https://fourminutebooks.com/necessary-endings-summary/,business;leadership;psychology;relationships,Henry Cloud,,,,, -ab39a0f2-7b76-49a8-a84b-e71685dedb0f,Never Eat Alone,"Keith Ferrazzi is the guru of networking and this book lays out his approach, tactics …",https://sivers.org/images/NeverEatAlone.gif,book|https://www.amazon.com/Never-Eat-Alone-Expanded-Updated/dp/0385346654?tag=learnawesome-20;summary|https://fourminutebooks.com/never-eat-alone-summary/;summary|https://sivers.org/book/NeverEatAlone;summary|https://blas.com/never-eat-alone/,business;relationships;leadership;tahl-raz;networking;keith-ferrazzi;career,Keith Ferrazzi,,,,, -855e86a4-62e1-40d0-9706-eb023209c926,Never Split The Difference - Summary by FourMinuteBooks,By Chris Voss,https://learn-awesome.github.io/assets/book_covers/26156469.jpg,summary|https://fourminutebooks.com/never-split-the-difference-summary/;summary|https://sivers.org/book/NeverSplit;book|https://www.amazon.in/Never-Split-Difference-Negotiating-Depended/dp/0062407805?tag=learnawesome-21,negotiation;psychology,Chris Voss,,,,, -127a5edc-6041-4cf4-b86e-0dc977604ef4,No-Drama Discipline,"NEW YORK TIMES BESTSELLER - The pioneering experts behind The Whole-Brain Child and The Yes Brain tackle the ultimate parenting challenge: discipline.""A lot of fascinating insights . . . an eye-opener worth reading.""--ParentsHighlighting the fascinating link between a child's neurological development and the way a parent reacts to misbehavior, No-Drama Discipline provides an effective, compassionate road map for dealing with tantrums, tensions, and tears--without causing a scene.Defining the true meaning of the ""d"" word (to instruct, not to shout or reprimand), the authors explain how to reach your child, redirect emotions, and turn a meltdown into an opportunity for growth. By doing so, the cycle of negative behavior (and punishment) is essentially brought to a halt, as problem solving becomes a win/win situation. Inside this sanity-saving guide you'll discover- strategies that help parents identify their own discipline philosophy--and master the best methods to communicate the lessons they are trying to impart - facts on child brain development--and what kind of discipline is most appropriate and constructive at all ages and stages - the way to calmly and lovingly connect with a child--no matter how extreme the behavior--while still setting clear and consistent limits - tips for navigating your child through a tantrum to achieve insight, empathy, and repair - twenty discipline mistakes even the best parents make--and how to stay focused on the principles of whole-brain parenting and discipline techniquesComplete with candid stories and playful illustrations that bring the authors' suggestions to life, No-Drama Discipline shows you how to work with your child's developing mind, peacefully resolve conflicts, and inspire happiness and strengthen resilience in everyone in the family.Praise for No-Drama Discipline""With lucid, engaging prose accompanied by cartoon illustrations, Siegel and Bryson help parents teach and communicate more effectively.""--Publishers Weekly""Wow! This book grabbed me from the very first page and did not let go.""--Lawrence J. Cohen, Ph.D., author of The Opposite of Worry",,book|https://www.amazon.com/No-Drama-Discipline-Whole-Brain-Nurture-Developing/dp/034554806X?tag=learnawesome-20;summary|https://fourminutebooks.com/no-drama-discipline-summary/,parenting;psychology;discipline,Daniel J. Siegel,,,,, -401c98f9-7466-46f1-bc01-c1cbe931081e,Nobody Wants to Read Your Sh*t,"There's a mantra that real writers know but wannabe writers don’t. And the secret phrase is this:NOBODY WANTS TO READ YOUR SH*T. Recognizing this painful truth is the first step in the writer's transformation from amateur to professional. From Chapter Four: “When you understand that nobody wants to read your shit, you develop empathy. You acquire the skill that is indispensable to all artists and entrepreneurs—the ability to switch back and forth in your imagination from your own point of view as writer/painter/seller to the point of view of your reader/gallery-goer/customer. You learn to ask yourself with ev­ery sentence and every phrase: Is this interesting? Is it fun or challenging or inventive? Am I giving the reader enough? Is she bored? Is she following where I want to lead her?""",,book|https://www.amazon.com/Nobody-Wants-Read-Your-Tough-Love/dp/1936891492?tag=learnawesome-20;summary|https://fourminutebooks.com/nobody-wants-to-read-your-sht-summary/,writing,Author of Nobody Wants to Read Your Sh*t,,,,, -7f108087-1219-4ea2-b74d-483b8c1f02c4,Non-Zero: The Logic of Human Destiny - Summary at Blas.com,"The tendencies of basic biological, social and technological evolutions can be explained in scientific, …",https://blas.com/wp-content/uploads/2019/11/220px-Nonzero_-_The_Logic_of_Human_Destiny_cover-191x300.jpg,summary|https://blas.com/non-zero/,complexity;evolution;game-theory;robert-wright;win/win,Lucius Annaeus Seneca,,,,, -9a6b4505-f6b4-41e2-80b4-5d864f906d15,The Soulful Art of Persuasion: The 11 Habits That Will Make Anyone a Master Influencer - Summary at Blas.com,Harris walks us through some key persuasion traits and habits  Key Takeaways The 11 …,https://blas.com/wp-content/uploads/2019/11/71QQgLDEtAL-198x300.jpg,summary|https://blas.com/the-soulful-art-of-persuasion/,jason-harris;persuasion,Lucius Annaeus Seneca,,,,, -53ef4ec7-1e21-4f98-b2aa-107727c84730,How to Lie with Statistics - Summary at Blas.com,The many ways that data and statistics can be manipulated depending on the story …,https://blas.com/wp-content/uploads/2019/11/9780393310726_p0_v2_s550x406-200x300.jpg,summary|https://blas.com/how-to-lie-with-statistics/,darrell-huff;irving-geis;statistics,Lucius Annaeus Seneca,,,,, -3ea17d10-d49e-46c5-a469-2a6471dec961,Invent with Python,,,book|http://inventwithpython.com/invent4thed/,programming-languages/python;computer-science;game-development,,,,,, -cbfbaf85-b73c-4d00-9f9c-2fe20f54c37d,Nudge - Summary by FourMinuteBooks,By Richard H. Thaler,https://learn-awesome.github.io/assets/book_covers/3450744.jpg,summary|https://fourminutebooks.com/nudge-summary/;summary|https://sivers.org/book/Nudge;book|https://www.amazon.in/Nudge-Improving-Decisions-Health-Happiness/dp/014311526X?tag=learnawesome-21,psychology;economics,Richard H. Thaler,,,,, -4c70abe2-b3a6-4253-b7e7-8eb3fc32a747,On Liberty,"John Stuart Mill was a prominent English philosopher and political economist in the 19th century. Mill is considered to be one of the most influential liberal thinkers in history and he was a significant contributor to many fields such as social theory, political theory, and political economy. Mill is also notable for being the first Member of Parliament to argue in favor of women's suffrage. On Liberty, published in 1859, is generally considered to be Mill's most famous work. Mill applies his ethical system of utilitarianism to society in order to establish a relationship between liberty and authority.",https://covers.openlibrary.org/b/id/8890109-M.jpg,book|https://www.goodreads.com/book/show/385228.On_Liberty;summary|https://fourminutebooks.com/on-liberty-summary/,philosophy;politics;liberty,John Stuart Mill,,,,, -78fd0b60-b41d-4274-b355-611e9186d757,On The Origin Of Species - Summary by FourMinuteBooks,By Charles Darwin,https://learn-awesome.github.io/assets/book_covers/22463.jpg,summary|https://fourminutebooks.com/on-the-origin-of-species-summary/;book|https://www.amazon.com/Origin-Species-150th-Anniversary/dp/0451529065?tag=learnawesome-20,science;biology;evolution,Charles Darwin,,,,, -a855867d-8765-4b46-9391-3af8d1092c7e,On The Shortness Of Life,"Seneca, a Stoic philosopher, offers his view on how to live successfully and happily (by being in the moment and not worrying about the past or future since there is nothing you can do about either), the importance of reason and morality and provides timeless wisdom which is just as relevant today as it was millennia ago.",https://covers.openlibrary.org/b/id/111250-M.jpg,book|https://openlibrary.org/books/OL3424522M/On_the_shortness_of_life;summary|https://fourminutebooks.com/on-the-shortness-of-life-summary/;summary|https://blas.com/on-the-shortness-of-life/,philosophy;life;worth-re-reading;stoicism;seneca;how-to-live-life,Seneca the Younger,,,,, -11840ee1-f0f6-4af3-a9a0-c17078775810,One Simple Idea,"With must-have updates, a new edition of the bestselling method that shows how anyone can turn their one simple idea into millions without lifting a finger!Stephen Key is an award-winning inventor who has licensed more than 20 product ideas. In 2011, he shared the secrets to his success in the bestselling book ""One Simple Idea."" Since that time, many changes have occurred in the entrepreneurial world.""One Simple Idea, Revised and Expanded Edition"" has been revised and updated to reflect current trends and practices in the industry. In addition to teaching readers how to turn their ideas into marketable products that companies will want to license, Key expands upon his cutting-edge product development, sales, and negotiation strategies, making note of the new opportunities and technologies available to creative people today. The book also features real-life success stories from people who have used the author s strategies.""",https://sivers.org/images/OneSimpleIdea.gif,book|https://www.amazon.in/One-Simple-Idea-Revised-Expanded/dp/1522690379?tag=learnawesome-21;summary|https://fourminutebooks.com/one-simple-idea-summary/;summary|https://sivers.org/book/OneSimpleIdea,business;entrepreneurship,Stephen Key,,,,, -a8698869-bf41-4f04-a21d-9ad4aaea1ccf,Option B,"From Facebook's COO and Wharton's top-rated professor, the #1 New York Times best-selling authors of Lean In and Originals: a powerful, inspiring, and practical book about building resilience and moving forward after life's inevitable setbacks.After the sudden death of her husband, Sheryl Sandberg felt certain that she and her children would never feel pure joy again. ""I was in 'the void, '"" she writes, ""a vast emptiness that fills your heart and lungs and restricts your ability to think or even breathe."" Her friend Adam Grant, a psychologist at Wharton, told her there are concrete steps people can take to recover and rebound from life-shattering experiences. We are not born with a fixed amount of resilience. It is a muscle that everyone can build. Option B combines Sheryl's personal insights with Adam's eye-opening research on finding strength in the face of adversity. Beginning with the gut-wrenching moment when she finds her husband, Dave Goldberg, collapsed on a gym floor, Sheryl opens up her heart--and her journal--to describe the acute grief and isolation she felt in the wake of his death. But Option B goes beyond Sheryl's loss to explore how a broad range of people have overcome hardships including illness, job loss, sexual assault, natural disasters, and the violence of war. Their stories reveal the capacity of the human spirit to persevere . . . and to rediscover joy. Resilience comes from deep within us and from support outside us. Even after the most devastating events, it is possible to grow by finding deeper meaning and gaining greater appreciation in our lives. Option B illuminates how to help others in crisis, develop compassion for ourselves, raise strong children, and create resilient families, communities, and workplaces. Many of these lessons can be applied to everyday struggles, allowing us to brave whatever lies ahead. Two weeks after losing her husband, Sheryl was preparing for a father-child activity. ""I want Dave,"" she cried. Her friend replied, ""Option A is not available,"" and then promised to help her make the most of Option B. We all live some form of Option B. This book will help us all make the most of it.",https://covers.openlibrary.org/b/id/8054737-M.jpg,book|https://www.amazon.com/Option-Adversity-Building-Resilience-Finding/dp/1524732680?tag=learnawesome-20;summary|https://fourminutebooks.com/option-b-summary/,personal-development,Sheryl Sandberg,,,,, -98ccd25d-5f26-482f-a1c3-98666f8ff221,Orientalism,"More than three decades after its first publication, Edward Said's groundbreaking critique of the West's historical, cultural, and political perceptions of the East has become a modern classic.In this wide-ranging, intellectually vigorous study, Said traces the origins of ""orientalism"" to the centuries-long period during which Europe dominated the Middle and Near East and, from its position of power, defined ""the orient"" simply as ""other than"" the occident. This entrenched view continues to dominate western ideas and, because it does not allow the East to represent itself, prevents true understanding. Essential, and still eye-opening, Orientalism remains one of the most important books written about our divided world.",https://covers.openlibrary.org/b/id/8703415-M.jpg,book|https://www.amazon.in/Orientalism-Edward-W-Said/dp/039474067X?tag=learnawesome-21;summary|https://fourminutebooks.com/orientalism-summary/,history;orientalism,Edward W. Said,,,,, -77a28d6b-3b33-4497-8b95-4644c3b9041c,Originals - Summary by FourMinuteBooks,By Adam M. Grant,https://learn-awesome.github.io/assets/book_covers/25614523._SX98_.jpg,summary|https://fourminutebooks.com/originals-summary/;book|https://www.amazon.in/Originals-How-Non-Conformists-Move-World/dp/014312885X?tag=learnawesome-21,personal-development,Adam Grant,,,,, -ed699886-b788-4c69-aed9-7f9cf9aac83d,Peak: How Great Companies Get Their Mojo From Maslow - Summary by FourMinuteBooks,By Chip Conley,https://learn-awesome.github.io/assets/book_covers/612532.jpg,summary|https://fourminutebooks.com/peak-how-great-companies-get-their-mojo-from-maslow-summary/;book|https://openlibrary.org/books/OL26956121M/PEAK;summary|https://blas.com/peak-2/,business;leadership;psychology;philosophy;chip-conley,Chip Conley,,,,, -f03899c0-4f4a-4513-b4e6-cdc3c22149db,Out Of Our Minds,"Creativity is critical.Out of Our Minds explores creativity: its value in business, its ubiquity in children, its perceived absence in many adults and the phenomenon through which it disappears -- and offers a groundbreaking approach for getting it back. Author Sir Ken Robinson is an internationally recognised authority on creativity, and his TED talk on the subject is the most watched video in TED's history. In this book, Sir Ken argues that organisations everywhere are struggling to fix a problem that originates in schools and universities. Organisations everywhere are competing in a world that changes in the blink of an eye - they need people who are flexible enough to adapt, and creative enough to find novel solutions to problems old and new. Out of Our Minds describes how schools, businesses and communities can work together to bring creativity out of the closet and realise its inherent value at every stage of life. This new third edition has been updated to reflect changing technologies and demographics, with updated case studies and coverage of recent changes to education.While education and training are the keys to the future, the key can also be turned the other way; locking people away from their own creativity. Only by actively fostering creativity can businesses unlock those doors and achieve their true potential. This book will help you to:Understand the importance of actively promoting creativity and innovation. Discover why creativity stagnates somewhere between childhood and adulthood. Learn how to re-awaken dormant creativity to help your business achieve more. Explore ways in which we can work together to keep creativity alive for everyone. Modern business absolutely demands creativity of thought and action. We're all creative as children -- so where does it go? When do we lose it? Out of Our Minds has the answers, and clear solutions for getting it back.",,book|https://www.amazon.in/Out-Our-Minds-Power-Creative/dp/085708741X?tag=learnawesome-21;summary|https://fourminutebooks.com/out-of-our-minds-summary/,education;parenting;creativity,Author of Out Of Our Minds,,,,, -cfe7392f-7abe-4270-9b97-b07c99a5d628,Outliers - Summary by FourMinuteBooks,By Malcolm Gladwell,https://learn-awesome.github.io/assets/book_covers/3228917.jpg,summary|https://fourminutebooks.com/outliers-summary/;summary|https://sivers.org/book/Outliers;book|https://www.amazon.in/Outliers-Story-Success-Malcolm-Gladwell/dp/0316017930?tag=learnawesome-21,psychology;learning;personal-development,Malcolm Gladwell,,,,, -fff7fca3-8010-4642-ba0a-bee6710078e7,Outwitting The Devil,"In 1938, just after publication of his all-time best-seller Think and Grow Rich, Napoleon Hill reveals that he broke the Devil's Code, forcing him to confess his secrets. The resulting manuscript ? Outwitting the Devil ? proved so controversial, it was hidden for more than seventy years. Now Sharon Lechter brings us this important book, annotating and editing it for a contemporary audience. Using his legendary ability to get to the root of human potential, Hill digs deep to identify the greatest obstacles we face in reaching our personal goals ? including fear, procrastination, anger, and jealousy ? as tools orchestrated by the Devil himself. These hidden methods of control can lead us to ruin, and Hill reveals the seven principles of good that will allow us to finally triumph over them and succeed. Fascinating, provocative, and empowering, Outwitting the Devil shows how to create your own path to success, harmony, and fulfillment in an age of uncertainty and fear. My simple faith is this: If we are created in God's image, then we were born to create, and to create is to prosper. [This] previously unpublished Napoleon Hill manuscript... I?ve read it and recommend it.? ? Rich Karlgaard, Publisher of Forbes magazine",,book|https://www.goodreads.com/book/show/10713286-outwitting-the-devil;summary|https://fourminutebooks.com/outwitting-the-devil-summary/,personal-development;psychology,Author of Think And Grow Rich,,,,, -a2c7917a-95e5-4c91-8c5e-b36a80774597,"Own The Day, Own Your Life",,,book|https://www.amazon.in/Own-Day-Your-Life-Optimized-ebook/dp/B072HLS5QJ?tag=learnawesome-21;summary|https://fourminutebooks.com/own-the-day-own-your-life-summary/,productivity,"Author of Own The Day, Own Your Life",,,,, -8017b523-af3b-47d9-86dc-5c367dc4e507,Oxygen,"Three hundred million years ago, dragonflies grew as big as seagulls, with wingspans nearly a yard across. Researchers claim they could have flown only if the air had contained more oxygen than today-probably as much as 35 per cent. But oxygen is a toxic gas. Fruit flies raised at twice the normal level of oxygen live half as long as their siblings. If atmospheric oxygen reached 35 per cent in the Carboniferous, why did oxygen promote exuberant growth, instead of rapid aging and death? This is just one of the puzzles Nick Lane answers in Oxygen. Lane takes the reader on an enthralling journey, as gripping as a thriller, as he unravels the unexpected ways in which oxygen spurred the evolution of life and death. The book explains far more than the size of ancient insects: it shows how oxygen underpins the origin of biological complexity, the birth of photosynthesis, the sudden evolution of animals, the need for two sexes, the accelerated aging of cloned animals like Dolly the sheep, and the surprisingly long lives of bats and birds. Drawing on this grand evolutionary canvas, Oxygen offers fresh perspectives on our own lives and deaths, explaining modern killer diseases, why we age, and what we can do about it. Advancing revelatory new ideas, following chains of evidence, the book ranges through many disciplines, from environmental sciences to molecular medicine. The result is a captivating vision of contemporary science and a humane synthesis of our place in nature. This remarkable book will redefine the way we think about the world.",https://covers.openlibrary.org/b/id/130854-M.jpg,book|https://www.amazon.in/Oxygen-Molecule-that-Made-World/dp/0198508034?tag=learnawesome-21;summary|https://fourminutebooks.com/oxygen-summary/,science;chemistry;biology,Nick Lane,,,,, -d4213b21-f800-4f8c-bde9-216f8f1801a6,Payoff,"Bestselling author Dan Ariely reveals fascinating new insights into motivation--showing that the subject is far more complex than we ever imagined. Every day we work hard to motivate ourselves, the people we live with, the people who work for and do business with us. In this way, much of what we do can be defined as being ""motivators."" From the boardroom to the living room, our role as motivators is complex, and the more we try to motivate partners and children, friends and coworkers, the clearer it becomes that the story of motivation is far more intricate and fascinating than we've assumed. Payoff investigates the true nature of motivation, our partial blindness to the way it works, and how we can bridge this gap. With studies that range from Intel to a kindergarten classroom, Ariely digs deep to find the root of motivation--how it works and how we can use this knowledge to approach important choices in our own lives. Along the way, he explores intriguing questions such as: Can giving employees bonuses harm productivity? Why is trust so crucial for successful motivation? What are our misconceptions about how to value our work? How does your sense of your mortality impact your motivation?",,book|https://openlibrary.org/books/OL27225874M/Payoff;summary|https://fourminutebooks.com/payoff-summary/,psychology;motivation,Dan Ariely,,,,, -606b1268-4acc-4098-a50a-598fd8cfcce3,Search Inside Yourself - Summary by FourMinuteBooks,Meng is an early Google-er and is known as the jolly good fellow. His …,https://blas.com/wp-content/uploads/2015/11/51HomP4CyvL-200x300.jpg,summary|https://fourminutebooks.com/search-inside-yourself-summary/;summary|https://blas.com/search-inside-yourself/;book|https://www.amazon.com/Search-Inside-Yourself-Unexpected-Achieving/dp/0062116932?tag=learnawesome-20,mindfulness;meditation;jon-kabat-zinn;happiness;google;emotional-intelligence;daniel-goleman;chade-meng-tan;buddhism,Chade-Meng Tan,,,,, -ec1cd268-b918-4d38-a8d7-7dabe7782bec,"An Introduction To Quantum Field Theory, Student Economy Edition",,,book|https://www.goodreads.com/book/show/40038293-an-introduction-to-quantum-field-theory-student-economy-edition,physics;quantum-field-theory,,,,,, -194c25d3-4f3c-4182-a332-a92a300fb06a,Peak Performance,"A few common principles drive performance, regardless of the field or the task at hand. Whether someone is trying to qualify for the Olympics, break ground in mathematical theory or craft an artistic masterpiece, many of the practices that lead to great success are the same. In Peak Performance, Brad Stulberg, a former McKinsey and Company consultant and journalist who covers health and the science of human performance, and Steve Magness, a performance scientist and coach of Olympic athletes, team up to demystify these practices and demonstrate how everyone can achieve their best.The first book of its kind, Peak Performance combines the inspiring stories of top performers across a range of capabilities - from athletic, to intellectual, to artistic - with the latest scientific insights into the cognitive and neurochemical factors that drive performance in all domains. In doing so, Peak Performance uncovers new linkages that hold promise as performance enhancers but have been overlooked in our traditionally-siloed ways of thinking. The result is a life-changing book in which readers will learn how to enhance their performance by a myriad of ways including: optimally alternating between periods of intense work and rest; developing and harnessing the power of a self-transcending purpose; and priming the body and mind for enhanced productivity.In revealing the science of great performance and the stories of great performers across a wide range of capabilities, Peak Performance uncovers the secrets of success, and coaches readers on how to use them. If you want to take your game to the next level, whatever ""your game"" may be, Peak Performance will teach you how.",https://sivers.org/images/PeakPerformance.gif,book|https://www.amazon.com/Peak-Performance-Elevate-Burnout-Science/dp/162336793X?tag=learnawesome-20;summary|https://fourminutebooks.com/peak-performance-summary/;summary|https://sivers.org/book/PeakPerformance,psychology;personal-development;productivity,Brad Stulberg,,,,, -dd3651e7-7b0c-4cc8-80f3-b7bf87c0aa77,Peak,,https://sivers.org/images/Peak.gif,book|https://www.amazon.com/Peak-Secrets-New-Science-Expertise-ebook/dp/B011H56MKS?tag=learnawesome-20;summary|https://fourminutebooks.com/peak-summary/;summary|https://sivers.org/book/Peak,learning,Author of Peak,,,,, -546d134b-bd74-4f99-b694-2474f3eefa78,People Over Profit,"Serial entrepreneur and business visionary Dale Partridge built a multimillion-dollar company differently than how the typical enterprise is built. He did so using seven core beliefs that he believes are the secret to creating a sustaining world:• People matter• Truth wins• Transparency frees• Authenticity attracts• Quality speaks• Generosity returns• Courage sustainsAnd now he is not alone. Every day major headlines tell the story of a new and better American marketplace. Established corporations have begun reevaluating the quality of their products, the ethics of their supply chain, and how they can give back. Meanwhile, millions of entrepreneurs who want a more responsible and compassionate marketplace have launched a new breed of socially focused business models. And you can too! In People Over Profit, find the courage to value honesty over deception, transparency over secrecy, authenticity over hype, and ultimately, people over profit.",https://covers.openlibrary.org/b/id/8227164-M.jpg,book|https://www.amazon.in/People-Over-Profit-Purpose-Successful/dp/1501222309?tag=learnawesome-21;summary|https://fourminutebooks.com/people-over-profit-summary/,business,Author of People Over Profit,,,,, -dbd6b69d-f8d1-42e3-9ed2-b8191386d843,Permission Marketing,"The man Business Week calls ""the ultimate entrepreneur for the Information Age"" explains ""Permission Marketing""—the groundbreaking concept that enables marketers to shape their message so that consumers will willingly accept it.Whether it is the TV commercial that breaks into our favorite program, or the telemarketing phone call that disrupts a family dinner, traditional advertising is based on the hope of snatching our attention away from whatever we are doing. Seth Godin calls this Interruption Marketing, and, as companies are discovering, it no longer works. Instead of annoying potential customers by interrupting their most coveted commodity—time—Permission Marketing offers consumers incentives to accept advertising voluntarily. Now this Internet pioneer introduces a fundamentally different way of thinking about advertising products and services. By reaching out only to those individuals who have signaled an interest in learning more about a product, Permission Marketing enables companies to develop long-term relationships with customers, create trust, build brand awareness -- and greatly improve the chances of making a sale.",https://covers.openlibrary.org/b/id/6642067-M.jpg,book|https://www.amazon.in/Permission-Marketing-Turning-Strangers-Customers/dp/0684856360?tag=learnawesome-21;summary|https://fourminutebooks.com/permission-marketing-summary/,marketing,Seth Godin,,,,, -165e41f2-b6ec-4015-82f6-57c22e0a0705,Pitch Anything,"About the Book:When it comes to delivering a pitch, Oren Klaff has unparalleled credentials. Over the past 13 years, he has used his one-of-a- kind method to raise more than $400 million--and now, for the first time, he describes his formula to help you deliver a winning pitch in any business situation.Whether you're selling ideas to investors, pitching a client for new business, or even negotiating for a higher salary, ""Pitch Anything ""will transform the way you position your ideas.According to Klaff, creating and presenting a great pitch isn't an art--it's a simple science. Applying the latest findings in the field of neuroeconomics, while sharing eye-opening stories of his method in action, Klaff describes how the brain makes decisions and responds to pitches. With this information, you'll remain in complete control of every stage of the pitch process.""Pitch Anything"" introduces the exclusive STRONG method of pitching, which can be put to use immediately: Setting the Frame Telling the Story Revealing the Intrigue Offering the Prize Nailing the Hookpoint Getting a DecisionOne truly great pitch can improve your career, make you a lot of money--and even change your life. Success is dependent on the method you use, not how hard you try. ""Better method, more money,"" Klaff says. ""Much better method, much more money."" Klaff is the best in the business because his method is much better than anyone else's. And now it's yours.Apply the tactics and strategies outlined in ""Pitch Anything"" to engage and persuade your audience--and you'll have more funding and support than you ever thought possible.",https://covers.openlibrary.org/b/id/7304551-M.jpg,book|https://www.amazon.com/Pitch-Anything-Innovative-Presenting-Persuading/dp/1501211811?tag=learnawesome-20;summary|https://fourminutebooks.com/pitch-anything-summary/,business;communication,Oren Klaff,,,,, -3971c18e-3ec5-4583-a760-3d9534047ca5,Plato At The Googleplex - Summary by FourMinuteBooks,By Rebecca Goldstein,https://learn-awesome.github.io/assets/book_covers/18050049.jpg,summary|https://fourminutebooks.com/plato-at-the-googleplex-summary/;book|https://www.goodreads.com/book/show/18050049-plato-at-the-googleplex,philosophy,Rebecca Goldstein,,,,, -6041d3ed-da89-4bba-95e8-aff2787879df,Skin in the Game: Hidden Asymmetries in Daily Life - Summary at Blas.com,Taleb discusses why skin in the game is so important and drives much of …,https://blas.com/wp-content/uploads/2019/11/71weUhdIQoL-198x300.jpg,summary|https://blas.com/skin-in-the-game/,incentives;nassim-taleb,Lucius Annaeus Seneca,,,,, -82103759-5251-4cad-a1e5-43c2c42606d5,"Exit, Voice, and Loyalty",,,book|https://www.goodreads.com/book/show/149033.Exit_Voice_and_Loyalty,social-science,,,,,, -11e81118-8dca-4509-beff-1082983f878e,Unemployment in India,,,website|https://unemploymentinindia.cmie.com/,nations/india;econometrics,,,,,, -5ef2a2d5-0fde-4d25-af2e-54b8cc2a6867,Matrix Calculus,,,interactive|http://www.matrixcalculus.org/,matrices;calculus,,,,,, -3e2294e1-f964-4535-a470-29a7b6d8d150,"Concepts, Methods and Practical Applications in Applied Demography",By Richard K. Thomas,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-65439-3,social-science;demography,,,,,, -a7986229-4922-4930-b5b9-137625ae44f7,Pre-Suasion,"The author of the legendary bestseller Influence, social psychologist Robert Cialdini shines a light on effective persuasion and reveals that the secret doesn’t lie in the message itself, but in the key moment before that message is delivered.What separates effective communicators from truly successful persuaders? Using the same combination of rigorous scientific research and accessibility that made his Influence an iconic bestseller, Robert Cialdini explains how to capitalize on the essential window of time before you deliver an important message. This “privileged moment for change” prepares people to be receptive to a message before they experience it. Optimal persuasion is achieved only through optimal pre-suasion. In other words, to change “minds” a pre-suader must also change “states of mind.”His first solo work in over thirty years, Cialdini’s Pre-Suasion draws on his extensive experience as the most cited social psychologist of our time and explains the techniques a person should implement to become a master persuader. Altering a listener’s attitudes, beliefs, or experiences isn’t necessary, says Cialdini—all that’s required is for a communicator to redirect the audience’s focus of attention before a relevant action.From studies on advertising imagery to treating opiate addiction, from the annual letters of Berkshire Hathaway to the annals of history, Cialdini draws on an array of studies and narratives to outline the specific techniques you can use on online marketing campaigns and even effective wartime propaganda. He illustrates how the artful diversion of attention leads to successful pre-suasion and gets your targeted audience primed and ready to say, “Yes.”",https://covers.openlibrary.org/b/id/7880005-M.jpg,book|https://www.goodreads.com/book/show/29238799-pre-suasion;summary|https://fourminutebooks.com/pre-suasion-summary/;summary|https://sivers.org/book/PreSuasion,psychology;communication,Robert B. Cialdini,,,,, -4c416dd0-8813-4ea1-bdf1-639ff8e98000,Predictable Success,"Predictable Success Reveal as a startlingly simple, intuitive, and universal process that will bring sustained, lasting, and measurable success to any organization. About the Book: Predictable Success No matter what kind of organization you work for, whether it's your own small business or a global Fortune 100 company, your number-one goal is success. Predictable Success takes you step-by-step through a startlingly simple, intuitive, and universal process that shows you how to bring sustained, lasting, predictable success to your organization. Find out where your organization is today and take the uncertainty out of tomorrow as you make the journey towards Predictable Success. In the book is essentially an infomercial for his own company, the author addresses groups of people who have common goals and guides them in the achievement of their united goals-and, just as important, instructs them in sustaining success once it has been achieved. The author acknowledges the elusiveness of success in business, and to that end, he bases his ideas on the premise that it is fundamentally untrue-but almost universally believed-that success will just happen if we land on the right procedures. Guessing what those procedures are, or trying different ones on a Russian-roulette kind of basis, is simply wrong; what is right is to abide by the code McKeown prescribes. While most business books either focus on successful corporate barons and how they ventured to the top or detail the minutiae of getting a business model right for entrepreneurs to 'start-up' with promise, there is little documentation with regard to understanding the evolution (and mutation) patterns of a business and sustaining growth and balance to become and (more importantly) remain successful. In this context, Predictable Success belongs to a 'white space' in business writing by outlining the principal processes and challenges firms need to tackle during different phases in a growth cycle. As the founding partner",,book|https://www.amazon.com/Predictable-Success-Getting-Organization-Track/dp/1626340765?tag=learnawesome-20;summary|https://fourminutebooks.com/predictable-success-summary/,personal-development,Author of Predictable Success,,,,, -e93e6a4e-7834-4fcb-b245-78815ce4e4a1,Predictably Irrational - Summary by FourMinuteBooks,By Dan Ariely,https://learn-awesome.github.io/assets/book_covers/1713426.jpg,summary|https://fourminutebooks.com/predictably-irrational-summary/;summary|https://sivers.org/book/PredictablyIrrational;book|https://www.goodreads.com/book/show/1713426.Predictably_Irrational,psychology;economics;thinking,Dan Ariely,,,,, -25aa50f8-f132-4c41-aaeb-0ef2de952775,Principles - Summary by FourMinuteBooks,By Ray Dalio,https://learn-awesome.github.io/assets/book_covers/34536488.jpg,summary|https://fourminutebooks.com/principles-summary/;summary|https://sivers.org/book/Principles;book|https://www.amazon.in/Principles-Life-Work-Ray-Dalio/dp/1501124021?tag=learnawesome-21,personal-development;economics;finance,Ray Dalio,,,,, -88f461d0-28e7-47a8-91d3-9e1d1a6c0aa5,Problem Solving 101,"The fun and simple problem-solving guide that took Japan by stormKen Watanabe originally wrote Problem Solving 101 for Japanese schoolchildren. His goal was to help shift the focus in Japanese education from memorization to critical thinking, by adapting some of the techniques he had learned as an elite McKinsey consultant.He was amazed to discover that adults were hungry for his fun and easy guide to problem solving and decision making. The book became a surprise Japanese bestseller, with more than 370,000 in print after six months. Now American businesspeople can also use it to master some powerful skills.Watanabe uses sample scenarios to illustrate his techniques, which include logic trees and matrixes. A rock band figures out how to drive up concert attendance. An aspiring animator budgets for a new computer purchase. Students decide which high school they will attend.Illustrated with diagrams and quirky drawings, the book is simple enough for a middleschooler to understand but sophisticated enough for business leaders to apply to their most challenging problems.",https://covers.openlibrary.org/b/id/8122635-M.jpg,book|https://openlibrary.org/books/OL22569284M/Problem_solving_101;summary|https://fourminutebooks.com/problem-solving-101-summary/,thinking;problem-solving,Ken Watanabe,,,,, -0b4f618f-9b1a-4edd-a019-ec46c32c58ea,Decisive: How to Make Better Choices in Life and Work - Summary at Blas.com,Chip and Dan Heath do a great job discussing the common decision-making fallacies and …,https://blas.com/wp-content/uploads/2019/10/81O4jIa1VJL-201x300.jpg,summary|https://blas.com/decisive/,chip-heath;dan-heath;decision-making,Lucius Annaeus Seneca,,,,, -1f5b4c80-deb9-4cd1-98a2-de071ad8f9f1,Swimming Across: A Memoir - Summary at Blas.com,Andris Grof (Andy Grove) tells us about his childhood in Hungary and how he …,https://blas.com/wp-content/uploads/2019/10/41WXCR3QXZL._SX313_BO1204203200_-199x300.jpg,summary|https://blas.com/swimming-across/,andy-grove;autobiography;hungary;intel;silicon-valley;startup;war,Lucius Annaeus Seneca,,,,, -1cea176f-1742-4ab6-9461-8bfc6f1c7a7a,My Forty Years With Ford - Summary at Blas.com,Charles Sorsensen worked with Henry Ford longer than anyone else and in this book …,https://blas.com/wp-content/uploads/2019/10/71OlfCQ9yzL-200x300.jpg,summary|https://blas.com/my-forty-years-with-ford/,biography;charles-sorensen;ford;henry-ford;history,Lucius Annaeus Seneca,,,,, -02d52b20-73b4-45fe-a2aa-13034d9d2a3b,The Quantum Theory of Fields,,,book|https://www.goodreads.com/book/show/150127.The_Quantum_Theory_of_Fields,physics;quantum-field-theory,,,,,, -10d22cf2-acaa-4021-8570-ee73baaa187c,Psyched Up,"Harvard Business Review editor Daniel McGinn explains science of how the difference between success and failure at life's big moments can come down to what you do in the last few minutes before you start. The science of effective practice and how to perform at peak levels has long been a popular subject of research. But more recently, scientists have uncovered the underappreciated but important bridge between the two--mental preparation. Chances are, you aren't mentally preparing effectively, even though you can truly get better results at life's high-pressure moments with science-backed practices. Psyched is a book about what we can do before you have to perform. It examines new ways to deal with the flood of adrenaline, increase focus, and otherwise optimize our emotions before we take the stage. McGinn investigates: .how trying to calm down backfires.what to put into your pre-performance music mix.what kinds of pep talks work best..And why he wrote it on Malcolm Gladwell's old keyboard He also introduces readers to high-performing professionals who are putting these techniques to work--superstars like General Stanley McChrystal, Nascar champion driver Jimmie Johnson, Boston College football coach Steve Addazio, legendary tennis coach Nick Bollettieri, T-Mobile CEO John Legere, and others who, despite years of practice and enviable track records, will ultimately be judged on their ability to deliver a single solid performance when it counts. As the nature of work has changed, many professionals now succeed or fail based less on repetitive daily tasks, and more on a thin slice of evaluative moments. If you work 2,000 hours a year but your overall success rests mostly on your performance during a few dozen crucial hours, the tools in this book should help you pull off your best performances when it counts the most.""",https://covers.openlibrary.org/b/id/8850422-M.jpg,book|https://www.amazon.in/Psyched-Up-Science-Preparation-Succeed/dp/159184830X?tag=learnawesome-21;summary|https://fourminutebooks.com/psyched-up-summary/,psychology;personal-development,Daniel McGinn,,,,, -76d7facf-880f-4fcb-b890-18c47264c7c4,Psycho-Cybernetics,,,book|https://www.amazon.in/Psycho-Cybernetics-Updated-Expanded-Maxwell-Maltz-ebook/dp/B00SI02BW4?tag=learnawesome-21;summary|https://fourminutebooks.com/psycho-cybernetics-summary/,psychology,Author of Psycho-Cybernetics,,,,, -86536872-694c-4a54-a263-ac03267571c8,Purple Cow - Summary by FourMinuteBooks,"The acclaimed Wall Street Journal and Business Week Bestseller.You're either a Purple Cow or you're not. You're either remarkable or invisible. Make your choice. What do Starbucks and JetBlue and KrispyKreme and Apple and DutchBoy and Kensington and Zespri and Hard Candy have that you don't? How do they continue to confound critics and achieve spectacular growth, leaving behind former tried-and true brands to gasp their last? Face it, the checklist of tired 'P's marketers have used for decades to get their product noticed - Pricing, Promotion, Publicity, to name a few - aren't working anymore. There's an exceptionally important 'P' that has to be added to the list. It's Purple Cow. Cows, after you've seen one, or two, or ten, are boring. A Purple Cow, though...now that would be something. Purple Cow describes something phenomenal, something counterintuitive and exciting and flat out unbelievable. Every day, consumers come face to face with a lot of boring stuff-a lot of brown cows - but you can bet they won't forget a Purple Cow. And it's not a marketing function that you can slap on to your product or service. Purple Cow is inherent. It's built right in, or it's not there. Period. In Purple Cow, Seth Godin urges you to put a Purple Cow into everything you build, and everything you do, to create something truly noticeable. It's a manifesto for marketers who want to help create products that are worth marketing in the first place. Description from Amazon.com",https://covers.openlibrary.org/b/id/866008-M.jpg,summary|https://fourminutebooks.com/purple-cow-summary/;book|https://openlibrary.org/books/OL8858131M/Purple_Cow,marketing;career,Seth Godin,,,,, -e931707a-cdb7-4326-ac8d-f7b545a00ab1,QBQ!,"The lack of personal accountability is a problem that has resulted in an epidemic of blame, victim thinking, complaining, and procrastination. No organization—or individual—can successfully compete in the marketplace, achieve goals and objectives, provide outstanding service, engage in exceptional teamwork, or develop people without personal accountability.   John G. Miller believes that the troubles that plague organizations cannot be solved by pointing fingers and blaming others. Rather, the real solutions are found when each of us recognizes the power of personal accountability. In QBQ! The Question Behind the Question®, Miller explains how negative, ill-focused questions like “Why do we have to go through all this change?” and “Who dropped the ball?” represent a lack of personal accountability. Conversely, when we ask better questions—QBQs—such as “What can I do to contribute?” or “How can I help solve the problem?” our lives and our organizations are transformed.THE QBQ! PROMISEThis remarkable and timely book provides a practical method for putting personal accountability into daily actions, with astonishing results: problems are solved, internal barriers come down, service improves, teams thrive, and people adapt to change more quickly. QBQ! is an invaluable resource for anyone seeking to learn, grow, and change. Using this tool, each of us can add tremendous worth to our organizations and to our lives by eliminating blame, victim-thinking, and procrastination.                                                                                                 QBQ! was written more than a decade ago and has helped countless readers practice personal accountability at work and at home. This version features a new foreword, revisions and new material throughout, and a section of  FAQs that the author has received over the years.",,book|https://www.amazon.in/QBQ-Question-Behind-Practicing-Accountability/dp/014305709X?tag=learnawesome-21;summary|https://fourminutebooks.com/qbq-summary/,psychology;personal-development,John G. xzo Miller,,,,, -5531612f-135b-4c77-b34c-c286717fda7b,Quiet,"At least one-third of the people we know are introverts. They are the ones who prefer listening to speaking; who innovate and create but dislike self-promotion; who favor working on their own over working in teams. It is to introverts—Rosa Parks, Chopin, Dr. Seuss, Steve Wozniak—that we owe many of the great contributions to society.In Quiet, Susan Cain argues that we dramatically undervalue introverts and shows how much we lose in doing so. She charts the rise of the Extrovert Ideal throughout the twentieth century and explores how deeply it has come to permeate our culture. She also introduces us to successful introverts--from a witty, high-octane public speaker who recharges in solitude after his talks, to a record-breaking salesman who quietly taps into the power of questions. Passionately argued, superbly researched, and filled with indelible stories of real people, Quiet has the power to permanently change how we see introverts and, equally important, how they see themselves.",https://covers.openlibrary.org/b/id/7079753-M.jpg,book|https://openlibrary.org/books/OL25184609M/Quiet;summary|https://fourminutebooks.com/quiet-summary/;summary|https://sivers.org/book/Quiet,psychology;introversion,Susan Cain,,,,, -72e85abe-b127-4324-80fe-c392c176d041,Quitter,"Have you ever felt caught between the tension of a day job and a dream job? That gap between what you have to do and what you'd love to do?I have. At first I thought I was the only one who felt that way, but then I started to talk to people and realized we're becoming the ""I'm, but"" generation. When we talk about what we do for a living we inevitably say, ""I'm a teacher, but I want to be an artist."" ""I'm a CPA, but I'd love to start my own business."" ""I'm a _____, but I want to be a ______."" All too often, we hear that dreaming big means you quit your day job, sell everything you own, and move to Guam. But what if there were a different way? What if you could blow up your dream without blowing up your life? What if you could go for broke without going broke? What if you could start today? What if you already have everything you need to begin? From figuring out what your dream is to quitting in a way that exponentially increases your chance of success, Quitter is full of inspiring stories and actionable advice. This book is based on 12 years of cubicle living and my true story of cultivating a dream job that changed my life and the world in the process. It's time to close the gap between your day job and your dream job. It's time to be a Quitter.",,book|https://www.amazon.in/Quitter-Closing-Between-Your-Dream/dp/0982986270?tag=learnawesome-21;summary|https://fourminutebooks.com/quitter-summary/,career,Jon Acuff,,,,, -e537e949-f506-4995-82da-d64919f61edb,12 Hours’ Sleep - Summary at Blas.com,This how-to guide will help you train and transition your baby to sleeping through …,https://blas.com/wp-content/uploads/2019/10/71B96pzrrAL-203x300.jpg,summary|https://blas.com/12-by-12/,family;kids;sleep;suzy-giordano,Lucius Annaeus Seneca,,,,, -ed5f4bb8-c608-4dfe-9fbd-e1d5c55e2581,Who is Michael Ovitz? - Summary at Blas.com,"A powerful, vulnerable, and honest view into Michael, his sculpted personality and persona, and …",https://blas.com/wp-content/uploads/2019/10/711EQ1s0iIL-199x300.jpg,summary|https://blas.com/who-is-michael-ovitz/,autobiography;caa;hollywood;media;michael-ovitz;power,Lucius Annaeus Seneca,,,,, -a53e01f3-9176-4eec-a966-8f0adcfb66bf,Autobiography - Summary at Blas.com,Franklin tells us about his life and path up until 1791. It was published …,https://blas.com/wp-content/uploads/2019/09/the-autobiography-of-benjamin-franklin-1706-1757-198x300.jpg,summary|https://blas.com/autobiography/,autobiography;benjamin-franklin,Lucius Annaeus Seneca,,,,, -8ba9af78-bf28-49df-969f-17b9be32c2cd,Ulysses - Summary at Blas.com,Ulysses is about a day in the life of Leopold Bloom in Dublin on …,https://blas.com/wp-content/uploads/2016/01/41SDP5Cw5IL-200x300.jpg,summary|https://blas.com/ulysses/,classic;fiction;james-joyce,Lucius Annaeus Seneca,,,,, -80039eef-f935-46e1-8c81-5d7b3e3d87cc,Reading Like A Writer,"Long before there were creative-writing workshops and degrees, how did aspiring writers learn to write? By reading the work of their predecessors and contemporaries, says Francine Prose.In Reading Like a Writer, Prose invites you to sit by her side and take a guided tour of the tools and the tricks of the masters. She reads the work of the very best writers—Dostoyevsky, Flaubert, Kafka, Austen, Dickens, Woolf, Chekhov—and discovers why their work has endured. She takes pleasure in the long and magnificent sentences of Philip Roth and the breathtaking paragraphs of Isaac Babel; she is deeply moved by the brilliant characterization in George Eliot's Middlemarch. She looks to John Le Carré for a lesson in how to advance plot through dialogue, to Flannery O'Connor for the cunning use of the telling detail, and to James Joyce and Katherine Mansfield for clever examples of how to employ gesture to create character. She cautions readers to slow down and pay attention to words, the raw material out of which literature is crafted.Written with passion, humor, and wisdom, Reading Like a Writer will inspire readers to return to literature with a fresh eye and an eager heart.",https://covers.openlibrary.org/b/id/7249832-M.jpg,book|https://openlibrary.org/books/OL23275137M/Reading_like_a_writer;summary|https://fourminutebooks.com/reading-like-a-writer-summary/,reading;writing,Francine Prose,,,,, -24baa554-dc9b-40e6-a20d-37ea6cdfcf2e,Real Artists Don’t Starve,"Bestselling author and creativity expert Jeff Goins dismantles the myth that being creative is a hindrance to success by revealing how an artistic temperament is in fact a competitive advantage in the marketplace.The Starving Artist Is a MythWe’ve heard it a thousand times: There’s no money in art. It’s too risky. You’ll starve. So, we end up chasing more stable careers. We become lawyers and doctors and bankers instead of poets and filmmakers and painters. We settle. And in the end our best work suffers.The truth is we do not have to choose between a creative life and a prosperous one. In fact, many of history’s most creative minds—from Michelangelo to Shakespeare to Steve Jobs—succeeded not because they succumbed to the myth of the starving artist but precisely because they didn’t.Today we live in a New Renaissance, an era of unprecedented opportunity in which you can share your creative work without fear of suffering or starving. Drawing lessons from the likes of Jim Henson, C. S. Lewis, Dr. Dre, and many others, bestselling author and entrepreneur Jeff Goins invites us to drop the myths, worries, and flat-out lies that have been drilled into us our entire lives and instead reveals an empowering truth: Real artists don’t starve. They THRIVE. ",https://covers.openlibrary.org/b/id/8037399-M.jpg,book|https://www.goodreads.com/book/show/33027982-real-artists-don-t-starve;summary|https://fourminutebooks.com/real-artists-dont-starve-summary/,business;art,Author of The In-Between,,,,, -85cb9bf0-4463-4576-b18c-feae2a154280,Reality Is Broken,"Visionary game designer Jane McGonigal reveals how we can harness the power of games to solve real-world problems and boost global happiness. More than 174 million Americans are gamers, and the average young person in the United States will spend ten thousand hours gaming by the age of twenty-one. According to world-renowned game designer Jane McGonigal, the reason for this mass exodus to virtual worlds is that videogames are increasingly fulfilling genuine human needs. In this groundbreaking exploration of the power and future of gaming, McGonigal reveals how we can use the lessons of game design to fix what is wrong with the real world.Drawing on positive psychology, cognitive science, and sociology, Reality Is Broken uncovers how game designers have hit on core truths about what makes us happy and utilized these discoveriesto astonishing effect in virtual environments. Videogames consistently provide the exhilarating rewards, stimulating challenges, and epic victories that are so often lacking in the real world. But why, McGonigal asks, should we use the power of games for escapist entertainment alone? Her research suggests that gamers are expert problem solvers and collaborators because they regularly cooperate with other players to overcome daunting virtual challenges, and she helped pioneer a fast-growing genre of games that aims to turn gameplay to socially positive ends.In Reality Is Broken, she reveals how these new alternate reality games are already improving the quality of our daily lives, fighting social problems such as depression and obesity, and addressing vital twenty-first-century challenges-and she forecasts the thrilling possibilities that lie ahead. She introduces us to games like World Without Oil, a simulation designed to brainstorm-and therefore avert- the challenges of a worldwide oil shortage, and Evoke, a game commissioned by the World Bank Institute that sends players on missions to address issues from poverty to climate change.McGonigal persuasively argues that those who continue to dismiss games will be at a major disadvantage in the coming years. Gamers, on the other hand, will be able to leverage the collaborative and motivational power of games in their own lives, communities, and businesses. Written for gamers and nongamers alike, Reality Is Broken shows us that the future will belong to those who can understand, , and play games.Watch a Video",https://covers.openlibrary.org/b/id/6680781-M.jpg,book|https://openlibrary.org/books/OL24595354M/Reality_Is_Broken;summary|https://fourminutebooks.com/reality-is-broken-summary/,psychology;games;game-design,Jane McGonigal,,,,, -96442109-98fb-40be-917b-5a94757a2b9e,Reinvent Yourself,,,book|https://www.amazon.com/Reinvent-Yourself-James-Altucher-ebook/dp/B01NAM6W70?tag=learnawesome-20;summary|https://fourminutebooks.com/reinvent-yourself-summary/,career,Author of Reinvent Yourself,,,,, -000544bb-6b31-4d6b-a29f-905923ed971e,Rejection Proof,"Rejection Proof is Jia Jiang's entertaining and inspiring account of conquering his fear of rejection, offering a completely new perspective on how to turn a no into a yes.Jia Jiang came to the United States with the dream of being the next Bill Gates. Despite early success in the corporate world, his first attempt to pursue his entrepreneurial dream ended in rejection. Jia was crushed and spiraled into a period of deep self-doubt. But he realized that his fear of rejection was a bigger obstacle than any single rejection would ever be, and he needed to find a way to cope with being told no without letting it destroy him. Thus was born his ""100 days of rejection"" experiment, during which he willfully sought rejection on a daily basis - from requesting a lesson in sales from a car salesman (no) to asking a flight attendant if he could make an announcement on the loudspeaker (yes) to his famous request to get Krispy Kreme doughnuts in the shape of Olympic rings (yes, with a viral video to prove it).Jia learned that even the most preposterous wish may be granted if you ask in the right way, and here he shares the secret of successful asking, how to pick targets, and how to tell when an initial no can be converted into something positive. But more important, he learned techniques for steeling himself against rejection and ways to develop his own confidence - a plan that can't be derailed by a single setback.Filled with great stories and valuable insight, Rejection Proof is a fun and thoughtful examination of how to overcome fear and dare to live more boldly.",,book|https://www.amazon.in/Rejection-Proof-Became-Invincible-Through/dp/080414138X?tag=learnawesome-21;summary|https://fourminutebooks.com/rejection-proof-summary/,business;psychology;communication,Jia Jiang,,,,, -991b97da-3380-46dc-af07-c07f190e2bde,Rest,"""Rest is such a valuable book. If work is our national religion, Pang is the philosopher reintegrating our bifurcated selves.""---Arianna Huffington, New York Times Book ReviewOverwork is the new normal. Rest is something to do when the important things are done-but they are never done. Looking at different forms of rest, from sleep to vacation, Silicon Valley futurist and business consultant Alex Soojung-Kim Pang dispels the myth that the harder we work the better the outcome. He combines rigorous scientific research with a rich array of examples of writers, painters, and thinkers---from Darwin to Stephen King---to challenge our tendency to see work and relaxation as antithetical. ""Deliberate rest,"" as Pang calls it, is the true key to productivity, and will give us more energy, sharper ideas, and a better life. Rest offers a roadmap to rediscovering the importance of rest in our lives, and a convincing argument that we need to relax more if we actually want to get more done.",,book|https://www.amazon.com/Rest-More-Done-When-Work/dp/1541617169?tag=learnawesome-20;summary|https://fourminutebooks.com/rest-summary/,productivity;health,Author of Rest,,,,, -d10fc42c-a7cb-4d70-adf8-4bce73f23d5e,Rewire,"We humans tend to get in our own way time and time again—whether it comes to not speaking up for ourselves, going back to bad romantic partners, dieting for the umpteenth try, or acting on any of a range of bad habits we just can’t seem to shake. In Rewire, renowned psychotherapist Richard O’Connor, PhD, reveals exactly why our bad habits die so hard. We have two brains—one a thoughtful, conscious, deliberative self, and the other an automatic self that makes most of our decisions without our attention. Using new research and knowledge about how the brain works, the book clears a path to lasting, effective change for behaviors that include:ProcrastinationOvereatingChronic disorganizationStaying in bad situationsExcessive worryingRisk takingPassive aggressionSelf-medicationBringing together many different fields in psychology and brain science, Dr. O’Connor gives you a road map to overcoming whatever self-destructive habits are plaguing you, with exercises throughout the book. We can rewire our brains to develop healthier circuitry, training the automatic self to make wiser decisions without having to think about it; ignore distractions; withstand temptations; see ourselves and the world more clearly; and interrupt our reflexive responses before they get us in trouble. Meanwhile, our conscious minds will be freed to view ourselves with compassion at the same time as we practice self-discipline. By learning valuable skills and habits—including mindfulness, self-control, confronting fear, and freeing yourself from mindless guilt—we can open ourselves to vastly more successful, productive, and happy lives. The book even demystifies how to overcome what Dr. O’Connor calls the “undertow” (the mysterious force that sabotages our best efforts when we’re just on the edge of victory) for long-lasting change. Offering a valuable science-based new paradigm for rewiring our brains, Rewire is a refreshing guide to becoming a healthier, happier self.",,book|https://www.amazon.in/Rewire-Overcome-Addictions-Self-Destruc-Behavior/dp/1594632561?tag=learnawesome-21;summary|https://fourminutebooks.com/rewire-summary/,psychology;habits,"O'Connor, Richard (Psychotherapist)",,,,, -af5fc158-2c52-4ad1-b3db-ffb11a87ac18,Business Adventures - Summary at Blas.com,Brooks discusses 12 classic financial cases  Key Takeaways The Ford Edsel disaster – Ford …,https://blas.com/wp-content/uploads/2016/01/51b83LQxhL._SX342_-300x300.jpg,summary|https://blas.com/business-adventures/,business;finance;john-brooks,Lucius Annaeus Seneca,,,,, -7321311d-db00-46c0-97f5-584302505a24,How Life Imitates Chess - Summary at Blas.com,"World chess grand master Gary Kasparov discusses his entrance, rise, and dominance of the …",https://blas.com/wp-content/uploads/2016/01/515B1zq00hL._SX330_BO1204203200_-200x300.jpg,summary|https://blas.com/how-life-imitates-chess/,chess;gary-kasparov;mastery;strategy,Lucius Annaeus Seneca,,,,, -3c5670a4-dec2-4dda-9633-262519f92b72,The Oxygen Advantage - Summary at Blas.com,In this book you will discover the fundamental relationship between oxygen and the body.  Improving …,https://blas.com/wp-content/uploads/2016/01/41lIfyvZQsL-199x300.jpg,summary|https://blas.com/the-oxygen-advantage/,fitness;health,Lucius Annaeus Seneca,,,,, -30c84b57-b49b-4664-85d6-438385af1b43,A Treatise on Efficacy - Summary at Blas.com,This book is about the diverging patterns of efficacy between Western and Chinese thinking. The …,https://blas.com/wp-content/uploads/2018/11/5110oFC3I-L._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/a-treatise-on-efficacy/,efficacy;francois-jullien;philosophy;strategy;wisdom;worth-re-reading,,,,,, -73f96885-da26-4a3b-b2e9-82478991c4e6,Rich Dad Poor Dad - Summary by FourMinuteBooks,By Robert T. Kiyosaki,https://learn-awesome.github.io/assets/book_covers/69571.jpg,summary|https://fourminutebooks.com/rich-dad-poor-dad-summary/;book|https://www.amazon.com/Rich-Dad-Poor-Teach-Middle/dp/1612680194?tag=learnawesome-20,personal-finance,Robert T. Kiyosaki,,,,, -c329148c-7f51-4990-8c62-09937abbd05f,Rising Strong,"The physics of vulnerability is simple: If we are brave enough often enough, we will fall. The author of Daring Greatly and The Gifts of Imperfection tells us what it takes to get back up, and how owning our stories of disappointment, failure, and heartbreak gives us the power to write a daring new ending. Struggle, Brené Brown writes, can be our greatest call to courage, and rising strong our clearest path to deeper meaning, wisdom, and hope.",,book|https://www.goodreads.com/book/show/23317538-rising-strong;summary|https://fourminutebooks.com/rising-strong-summary/,psychology;personal-development,Brené Brown,,,,, -09285997-542e-4251-9209-4393ce86b600,Rookie Smarts,"Wall Street Journal BestsellerIs it possible to be at your best even when you are underqualified or doing something for the first time? Is it still possible, even after decades of experience, to recapture the enthusiasm, curiosity, and fearlessness of youth to take on new challenges? With the right mindset—with Rookie Smarts—you can.In a rapidly changing world, experience can be a curse. Careers stall, innovation stops, and strategies grow stale. Being new, naïve, and even clueless can be an asset. For today’s knowledge workers, constant learning is more valuable than mastery.In this essential guide, leadership expert Liz Wiseman explains how to reclaim and cultivate this curious, flexible, youthful mindset called Rookie Smarts. She argues that the most successful rookies are hunter-gatherers—alert and seeking, cautious but quick like firewalkers, and hungry and relentless like pioneers. Most importantly, she identifies a breed of leaders she refers to as “perpetual rookies.” Despite years of experience, they retain their rookie smarts, thinking and operating with the mindsets and practices of these high-performing rookies.Rookie Smarts addresses the questions every experienced professional faces: “Will my knowledge and skills become obsolete and irrelevant? Will a young, inexperienced newcomer upend my company or me? How can I keep up?” The answer is to stay fresh, keep learning, and know when to think like a rookie.Rookie Smarts isn’t just for professionals seeking personal renewal; it is an indispensible resource for all leaders who must ensure their workforces remains vital and competitive.",,book|https://www.goodreads.com/book/show/20663101-rookie-smarts;summary|https://fourminutebooks.com/rookie-smarts-summary/,business;leadership;personal-development,Liz Wiseman,,,,, -2940895e-d3a0-40bd-9fbb-d9c662058ff2,Rule #1,"Before I became “Phil Town, teacher of investing principles to more than 500,000 people a year,” I was a lot like you: someone who viewed individual stock investing as way too hard to do successfully. As a guy who barely made a living as a river guide, I considered the whole process pretty impenetrable, and I was convinced that to do it right you had to make it a full-time job. Me, I was more interested in having full-time fun.So I was tempted to do what you’re probably doing right now: letting some mutual fund manager worry about growing your nest egg. Let me tell you why that decision could one day make you absolutely miserable. The fact is, because of natural market cycles, the mutual fund industry is likely to soon be facing twenty years of flat returns. That means that if you’ve got your nest egg tucked away in funds—especially the type found in most 401ks—your egg won’t get much bigger than it is now. Translation: Get ready for a retirement filled with lots of cold cuts, plenty of quality TV-watching time, and a place to live that’s too small to accommodate your visiting kids.In this book I’ll show you how I turned $1,000 into $1 million in only five years, and then proceeded to make many millions more. I came to investing as a person who wasn’t great at math, possessed zero extra cash, and wanted a life—not an extra three hours of work to do every day.Fortunately, I was introduced to The Rule.Rule #1, as famed investor Warren Buffett will tell you, is don’t lose money. Through an intriguing process that I’ll clarify in this book, not losing money results in making more money than you ever imagined. What it comes down to is buying shares of companies only when the numbers—and the intangibles—are on your side. If that sounds too good to be true, it’s because the mind-set I’ll be introducing you to leads not to bets but to certainties. Believe me, if there were anything genius-level about this, I’d still be a river guide collecting unemployment much of the year.Part of the secret is thinking of yourself as a business owner rather than a stock investor. Part is taking advantage of today’s new Internet tools, which drastically reduce the “homework factor.” (We’re talking a few minutes, tops.) Part is knowing the only five numbers that really count in valuing a potential investment. And part—maybe the most important part—is using the risk-free Rule #1 approach to consistently pay a mere 50 cents to buy a dollar’s worth of a business.What I won’t waste your time with is fluff: a lot of vague parables reminding you of what you already know and leaving you exactly where you started. This is the real deal, folks: a start-to-finish, one-baby-step-at-a-time approach that will allow you to retire ten years sooner than you planned, with more creature comforts than you ever imagined.Also available as a Random House AudioBook and eBook.",https://covers.openlibrary.org/b/id/167749-M.jpg,book|https://www.amazon.in/Rule-Strategy-Successful-Investing-Minutes/dp/0307336840?tag=learnawesome-21;summary|https://fourminutebooks.com/rule-1-summary/,personal-finance;investing,Phil Town,,,,, -38bfb5bc-1f9e-4662-a1f0-4314d7ddcbfd,Salt: A World History - Summary by FourMinuteBooks,By Mark Kurlansky,https://learn-awesome.github.io/assets/book_covers/2715.jpg,summary|https://fourminutebooks.com/salt-a-world-history-summary/;book|https://www.amazon.com/Salt-World-History-Mark-Kurlansky/dp/0142001619?tag=learnawesome-20,history;food;salt,Mark Kurlansky,,,,, -4aac8646-2880-4b08-b885-7f4ec3a98b95,Salt Sugar Fat,"Every year, the average American eats 33 pounds of cheese and 70 pounds of sugar. They ingest 8,500 milligrams of salt a day, double the recommended amount, almost none of which comes from salt shakers. It comes from processed food, an industry that hauls in $1 trillion in annual sales. In Salt Sugar Fat, Pulitzer Prize-winning investigative reporter Michael Moss shows how this happened. Featuring examples from some of the most recognizable (and profitable) companies and brands of the last half century--including Kraft, Coca-Cola, Lunchables, Kellogg, Nestlé, Oreos, Cargill, Capri Sun, and many more--Moss’s explosive, empowering narrative is grounded in meticulous, often eye-opening research. He goes inside the labs where food scientists use cutting-edge technology to calculate the ""bliss point"" of sugary beverages or enhance the ""mouth feel"" of fat by manipulating its chemical structure. He unearths marketing techniques taken straight from tobacco company playbooks to redirect concerns about the health risks of products. He talks to concerned executives who explain that they could never produce truly healthy alternatives to their products even if serious regulation became a reality. Simply put: the industry itself would cease to exist without salt, sugar, and fat.",https://covers.openlibrary.org/b/id/7268208-M.jpg,book|https://www.amazon.in/Salt-Sugar-Fat-Giants-Hooked/dp/0812982193?tag=learnawesome-21;summary|https://fourminutebooks.com/salt-sugar-fat-summary/,food;health;nutrition,Michael Moss,,,,, -b89ae5f4-2409-4b10-914e-be7b9d5016ba,Sam Walton: Made In America - Summary by FourMinuteBooks,Sam Walton recounts his background and Walmart’s path to retail …,https://blas.com/wp-content/uploads/2017/10/51hdHY1gTSL._SY344_BO1204203200_-181x300.jpg,summary|https://fourminutebooks.com/sam-walton-made-in-america-summary/;summary|https://blas.com/made-in-america/;book|https://www.amazon.in/Sam-Walton-Made-America/dp/0553562835?tag=learnawesome-21,business;walmart;worth-re-reading;sam-walton;retail;management;leadership;john-huey,Sam Walton,,,,, -1803ca85-3f77-4a86-80fa-f163d138d535,"The Hour Between Dog and Wolf: Risk Taking, Gut Feelings, and the Biology of Boom and Bust - Summary at Blas.com","The story about traders on Wall Street, how the body and mind react to …",https://blas.com/wp-content/uploads/2016/01/819jv3W03vL-214x300.jpg,summary|https://blas.com/the-hour-between-dog-and-wolf/,biology;finance;john-coates;neurology;physiology;psychology;stress,Lucius Annaeus Seneca,,,,, -340c7da2-f6f4-40db-957d-17d8a8f164d3,Keys to Good Cooking,,,book|https://www.goodreads.com/book/show/8479145-keys-to-good-cooking,cooking;science,,,,,, -843495b3-4794-4d5a-bd10-adc992ef72ee,Lie Algebras In Particle Physics,,,book|https://www.goodreads.com/book/show/1002450.Lie_Algebras_In_Particle_Physics,physics;quantum-field-theory,,,,,, -ec401b60-b749-4f6c-8f1b-7cbc2940b09d,On Numbers and Games,,https://upload.wikimedia.org/wikipedia/en/8/8e/On_Numbers_and_Games.jpg,book|https://en.wikipedia.org/wiki/On_Numbers_and_Games,mathematics;recreational-math,,,,,,oer -466cfe29-658e-4c24-a326-81377433dc20,Second Chance,"Few would argue with the fact that, on many fronts, we are a world in crisis. And there are two sides to every crisis, be it a leadership crisis, an economic crisis, an education crisis or a moral crisis. The two side to crisis are danger and opportunity.Robert Kiyosaki’s new book, Second Chance…for Your Money and Your Life, uses the lessons from the past and a brutal assessment of the present to prepare readers to see—–and seize–—the future.If readers can train their minds to see what their eyes cannot, in a world that is becoming increasingly more ‘invisible’ and moving at a high rate of speed, they can have a second chance at creating the life they’ve always wanted.The global problems we face cannot be solved by the same minds and people who created them and today’s world demands the ability to see the future and prepare for what lies ahead…prepare for the opportunities as well as the challenges.Like it or not, we are all involved in the greatest evolutionary event in human history. The Industrial Age is over and the Information Age continues to accelerate. The visible agents of change have become invisible…and harder to see. And the future belongs to those who can train their minds, use the past to see the future, and take the steps to create the positive change they want to see in their lives.Second Chance is a guide to understanding how the past will shape the future and how you can use Information Age tools and insights to create a fresh start. This book is a guide to facing head-on the dangers of the crises around us—and steps and tips for seizing the opportunities they present.",,book|https://openlibrary.org/books/OL27199124M/Second_chance;summary|https://fourminutebooks.com/second-chance-summary/,personal-finance,Robert T. Kiyosaki,,,,, -bca4d7d6-5379-4850-986f-25057c3efc43,Secrets Of The Millionaire Mind,"Secrets of the Millionaire Mind reveals the missing link between wanting success and achieving it!Have you ever wondered why some people seem to get rich easily, while others are destined for a life of financial struggle? Is the difference found in their education, intelligence, skills, timing, work habits, contacts, luck, or their choice of jobs, businesses, or investments?The shocking answer is: None of the above!In his groundbreaking Secrets of the Millionaire Mind, T. Harv Eker states: ""Give me five minutes, and I can predict your financial future for the rest of your life!"" Eker does this by identifying your ""money and success blueprint."" We all have a personal money blueprint ingrained in our subconscious minds, and it is this blueprint, more than anything, that will determine our financial lives. You can know everything about marketing, sales, negotiations, stocks, real estate, and the world of finance, but if your money blueprint is not set for a high level of success, you will never have a lot of money—and if somehow you do, you will most likely lose it! The good news is that now you can actually reset your money blueprint to create natural and automatic success.Secrets of the Millionaire Mind is two books in one. Part I explains how your money blueprint works. Through Eker's rare combination of street smarts, humor, and heart, you will learn how your childhood influences have shaped your financial destiny. You will also learn how to identify your own money blueprint and ""revise"" it to not only create success but, more important, to keep and continually grow it.In Part II you will be introduced to seventeen ""Wealth Files,"" which describe exactly how rich people think and act differently than most poor and middle-class people. Each Wealth File includes action steps for you to practice in the real world in order to dramatically increase your income and accumulate wealth.If you are not doing as well financially as you would like, you will have to change your money blueprint. Unfortunately your current money blueprint will tend to stay with you for the rest of your life, unless you identify and revise it, and that's exactly what you will do with the help of this extraordinary book. According to T. Harv Eker, it's simple. If you think like rich people think and do what rich people do, chances are you'll get rich too!",https://covers.openlibrary.org/b/id/6631947-M.jpg,book|https://www.amazon.in/Secrets-Millionaire-Mind-Mastering-Wealth/dp/0060763280?tag=learnawesome-21;summary|https://fourminutebooks.com/secrets-of-the-millionaire-mind-summary/;summary|https://sivers.org/book/MillionaireMind,personal-finance,T. Harv Eker,,,,, -9d5644c8-5b15-4d96-b528-6019a64991c7,Sex At Dawn,"A controversial, idea-driven book that challenges everything you (think you) know about sex, monogamy, marriage, and family. In the words of Steve Taylor (The Fall, Waking From Sleep), Sex at Dawn is “a wonderfully provocative and well-written book which completely re-evaluates human sexual behavior and gets to the root of many of our social and psychological ills.”",https://covers.openlibrary.org/b/id/7128114-M.jpg,book|https://www.amazon.in/Sex-Dawn-Stray-Modern-Relationships/dp/1491512407?tag=learnawesome-21;summary|https://fourminutebooks.com/sex-at-dawn-summary/,science;history;sexuality;sex;psychology;anthropology,Cacilda Jethá,,,,, -692b6833-de17-4921-ba94-6aa991c7fae2,Shoe Dog,"In this instant and tenacious New York Times bestseller, Nike founder and board chairman Phil Knight “offers a rare and revealing look at the notoriously media-shy man behind the swoosh” (Booklist, starred review), opening up about his company’s early days as an intrepid start-up and its evolution into one of the world’s most iconic, game-changing, and profitable brands.Young, searching, fresh out of business school, Phil Knight borrowed fifty dollars from his father and launched a company with one simple mission: import high-quality, low-cost running shoes from Japan. Selling the shoes from the trunk of his car in 1963, Knight grossed eight thousand dollars that first year. Today, Nike’s annual sales top $30 billion. In this age of start-ups, Knight’s Nike is the gold standard, and its swoosh is more than a logo. A symbol of grace and greatness, it’s one of the few icons instantly recognized in every corner of the world.But Knight, the man behind the swoosh, has always been a mystery. In Shoe Dog, he tells his story at last. It all begins with a classic crossroads moment at twenty-four, backpacking across the world, and wrestling with life’s Great Questions. Rather than work for a big corporation, Knight decides he will create something all his own, something new, dynamic, different. He details the many terrifying risks he encountered, the crushing setbacks, the ruthless competitors, the countless doubters and haters and hostile bankers—as well as his many thrilling triumphs and narrow escapes. Above all, he recalls the relationships that formed the heart and soul of Nike, with his former track coach, the irascible and charismatic Bill Bowerman, and with his first employees, a ragtag group of misfits and savants who quickly became a band of swoosh-crazed brothers.Together, harnessing the electrifying power of a bold vision and a shared belief in the redemptive, transformative power of sports, they created a brand—and a culture—that changed everything.",https://covers.openlibrary.org/b/id/8184998-M.jpg,book|https://www.amazon.in/Shoe-Dog-Phil-Knight/dp/1508211809?tag=learnawesome-21;summary|https://fourminutebooks.com/shoe-dog-summary/,business;nike,Author of Shoe Dog,,,,, -6aaffe8c-bb7a-4abe-8f34-20cd2cb85115,Side Hustle,"The author of the New York Times Bestseller THE $100 STARTUP shows how to launch a profitable side hustle in just 27 days.For some people, the thought of quitting their day job to pursue the entrepreneurial life is exhilarating. For many others, it's terrifying. After all, a stable job that delivers a regular paycheck is a blessing. And not everyone has the means or the desire to take on the risks and responsibilities of working for themselves.But what if we could quickly and easily create an additional stream of income without giving up the security of a full-time job? Enter the side hustle.Chris Gullibeau is no stranger to this world, having launched more than a dozen side hustles over his career. Here, he offers a step-by-step guide that takes you from idea to income in just 27 days.Designed for the busy and impatient, this detailed roadmap will show you how to select, launch, refine, and make money from your side hustle in under a month. You'll learn how to:- Brainstorm, borrow, and steal to build an arsenal of great side hustle ideas (day 3) - Apply ""Tinder for Side Hustle"" logic to pick the best idea at any time (day 6) - Learn, gather, or create everything you need to launch; then set up a real life way to get paid (days 13-14) - Start raking in the money by channeling your inner Girl Scout (day 18) - Master the art of deals, discounts, and special offers (day 21) - Raise your game: improve, expand, or make more money off your hustle (days 24-26)A side hustle is more than just another stream of income, it's also the new job security. When you receive paychecks from different sources, it allows you to take more chances in your ""regular"" career. More income means more options. More options equals freedom. You don't need entrepreneurial experience to launch a profitable side hustle. You don't have to have an MBA, or know how to code, or be an expert marketer. You don't need employees or investors. With Chris as a guide, anyone can make more money, pursue a passion, and enjoy greater security - without quitting their day job.",,book|https://www.amazon.com/Side-Hustle-Idea-Income-Days/dp/1524758841?tag=learnawesome-20;summary|https://fourminutebooks.com/side-hustle-summary/,entrepreneurship,Chris Guillebeau,,,,, -f6967b82-944d-4f95-89be-5278fa2bfef7,Silent Spring,"Rachel Carson’s Silent Spring was first published in three serialized excerpts in the New Yorker in June of 1962. The book appeared in September of that year and the outcry that followed its publication forced the banning of DDT and spurred revolutionary changes in the laws affecting our air, land, and water. Carson’s passionate concern for the future of our planet reverberated powerfully throughout the world, and her eloquent book was instrumental in launching the environmental movement. It is without question one of the landmark books of the twentieth century.",https://covers.openlibrary.org/b/id/7894378-M.jpg,book|https://openlibrary.org/books/OL3670355M/Silent_spring;summary|https://fourminutebooks.com/silent-spring-summary/,science;environment;ddt,Rachel Carson,,,,, -63cf0d85-4fbf-4806-a63b-5f68509566dd,Simple Rules - Summary by FourMinuteBooks,By Donald Sull,https://learn-awesome.github.io/assets/book_covers/22749823.jpg,summary|https://fourminutebooks.com/simple-rules-summary/;book|https://www.amazon.com/Simple-Rules-Thrive-Complex-World/dp/0544705203?tag=learnawesome-20;summary|https://fourminutebooks.com/thrive-summary/;summary|https://www.amazon.in/Thrive-Redefining-Success-Creating-Well-Being/dp/0804140863?tag=learnawesome-21,personal-development;psychology,"Donald N. Sull;Huffington, Arianna Stassinopoulos",,,,, -6a1eb751-65a8-4b31-8627-8e056714ed3c,Skin In The Game - Summary by FourMinuteBooks,By Nassim Nicholas Taleb,https://learn-awesome.github.io/assets/book_covers/36064445.jpg,summary|https://fourminutebooks.com/skin-in-the-game-summary/;book|https://www.amazon.in/Skin-Game-Hidden-Asymmetries-Daily/dp/0241300657?tag=learnawesome-21,philosophy;business;economics;psychology;finance;risk,Author of Skin In The Game,,,,, -e1cd9194-1908-46fd-a0b7-4c995535de20,Sleep Smarter,"Unlock Your Body's Natural Ability to Sleep Soundly, Boost Energy and Lose Weight! When it comes to health, there is one criminally overlooked element: sleep. Good sleep helps you shed fat for good, stave off disease, stay productive and improve virtually every function of your mind and body. When a degenerative bone disease crushed Shawn Stevenson's dream of becoming a professional athlete and restricted his ability to function normally in daily life, Shawn took his health into his own hands. Through better sleep and optimized nutrition, he not only healed his body but also achieved fitness and business goals he never thought possible. Now in Sleep Smarter, Shawn shares easy tips and tricks to discover the best sleep and best health of your life. With a 14-Day Sleep Makeover, you'll learn: - How to create the ideal sleep sanctuary - How to hack sunlight to regulate your circadian rhythms - Which clinically proven sleep nutrients and supplements you need and why - Stress-reduction exercises and fitness tips to keep you mentally and physically sharp. . . and more! Sleep Smarter is the much-needed guide for achieving the rest, energy and life you truly deserve. Author BiographySHAWN STEVENSON is a bestselling author and founder of The Model Health Show. Shawn studied business, biology and kinesiology, and went on to found Advanced Integrative Health Alliance, a company that provides wellness services for individuals and organizations worldwide. www. themodelhealthshow. - Sleep Smarter By Shawn Stevenson (Paperback)",,book|https://www.amazon.in/Sleep-Smarter-Essential-Strategies-Success/dp/1536618314?tag=learnawesome-21;summary|https://fourminutebooks.com/sleep-smarter-summary/,health;sleep,Author of Sleep Smarter,,,,, -36e68fb9-b1cc-4ae4-8751-8a656ac040e8,Smart People Should Build Things,"Andrew Yang, the founder of Venture for America, offers a unique solution to our country’s economic and social problems—our smart people should be building things. Smart People Should Build Things offers a stark picture of the current culture and a revolutionary model that will redirect a generation of ambitious young people to the critical job of innovating and building new businesses.As the Founder and CEO of Venture for America, Andrew Yang places top college graduates in start-ups for two years in emerging U.S. cities to generate job growth and train the next generation of entrepreneurs. He knows firsthand how our current view of education is broken. Many college graduates aspire to finance, consulting, law school, grad school, or medical school out of a vague desire for additional status and progress rather than from a genuine passion or fit.In Smart People Should Build Things, this self-described “recovering lawyer” and entrepreneur weaves together a compelling narrative of success stories (including his own), offering observations about the flow of talent in the United States and explanations of why current trends are leading to economic distress and cultural decline. He also presents recommendations for both policy makers and job seekers to make entrepreneurship more realistic and achievable. ",https://covers.openlibrary.org/b/id/7848742-M.jpg,book|https://www.amazon.com/Smart-People-Should-Build-Things/dp/0062292048?tag=learnawesome-20;summary|https://fourminutebooks.com/smart-people-should-build-things-summary/,entrepreneurship;economics;politics,Andrew Yang,,,,, -406e302a-9d97-4c0f-b32a-54225e52a02d,Smartcuts,"Entrepreneur and journalist Shane Snow (Wired, Fast Company, The New Yorker, and cofounder of Contently) analyzes the lives of people and companies that do incredible things in implausibly short time.How do some startups go from zero to billions in mere months? How did Alexander the Great, YouTube tycoon Michelle Phan, and Tonight Show host Jimmy Fallon climb to the top in less time than it takes most of us to get a promotion? What do high-growth businesses, world-class heart surgeons, and underdog marketers do in common to beat the norm?One way or another, they do it like computer hackers. They employ what psychologists call ""lateral thinking: to rethink convention and break ""rules"" that aren't rules.These are not shortcuts, which produce often dubious short-term gains, but ethical ""smartcuts"" that eliminate unnecessary effort and yield sustainable momentum. In Smartcuts, Snow shatters common wisdom about success, revealing how conventions like ""paying dues"" prevent progress, why kids shouldn't learn times tables, and how, paradoxically, it's easier to build a huge business than a small one.From SpaceX to The Cuban Revolution, from Ferrari to Skrillex, Smartcuts is a narrative adventure that busts old myths about success and shows how innovators and icons do the incredible by working smarter—and how perhaps the rest of us can, too.",https://sivers.org/images/Smartcuts.gif,book|https://www.amazon.in/Smartcuts-Hackers-Innovators-Accelerate-Success/dp/0062302450?tag=learnawesome-21;summary|https://fourminutebooks.com/smartcuts-summary/;summary|https://sivers.org/book/Smartcuts,startups;entrepreneurship;productivity;personal-development, Shane Snow,,,,, -a7055638-b35a-43fd-bf86-22a309373422,Smarter Faster Better,"NEW YORK TIMES BESTSELLER - From the author of The Power of Habit comes a fascinating book that explores the science of productivity, and why managing how you think is more important than what you think--with an appendix of real-world lessons to apply to your life.At the core of Smarter Faster Better are eight key productivity concepts--from motivation and goal setting to focus and decision making--that explain why some people and companies get so much done. Drawing on the latest findings in neuroscience, psychology, and behavioral economics--as well as the experiences of CEOs, educational reformers, four-star generals, FBI agents, airplane pilots, and Broadway songwriters--this painstakingly researched book explains that the most productive people, companies, and organizations don't merely act differently.They view the world, and their choices, in profoundly different ways.A young woman drops out of a PhD program and starts playing poker. By training herself to envision contradictory futures, she learns to anticipate her opponents' missteps--and becomes one of the most successful players in the world.A group of data scientists at Google embark on a four-year study of how the best teams function, and find that how a group interacts is more important than who is in the group--a principle, it turns out, that also helps explain why Saturday Night Live became a hit.A Marine Corps general, faced with low morale among recruits, reimagines boot camp--and discovers that instilling a ""bias toward action"" can turn even the most directionless teenagers into self-motivating achievers.The filmmakers behind Disney's Frozen are nearly out of time and on the brink of catastrophe--until they shake up their team in just the right way, spurring a creative breakthrough that leads to one of the highest-grossing movies of all time.What do these people have in common?They know that productivity relies on making certain choices. The way we frame our daily decisions; the big ambitions we embrace and the easy goals we ignore; the cultures we establish as leaders to drive innovation; the way we interact with data: These are the things that separate the merely busy from the genuinely productive.In The Power of Habit, Pulitzer Prize-winning journalist Charles Duhigg explained why we do what we do. In Smarter Faster Better, he applies the same relentless curiosity, deep reporting, and rich storytelling to explain how we can improve at the things we do. It's a groundbreaking exploration of the science of productivity, one that can help anyone learn to succeed with less stress and struggle, and to get more done without sacrificing what we care about most--to become smarter, faster, and better at everything we do.",,book|https://www.goodreads.com/book/show/25733966-smarter-faster-better;summary|https://fourminutebooks.com/smarter-faster-better-summary/,thinking;productivity;habits;personal-development,Author of Smarter Faster Better,,,,, -509af7fd-cb53-4020-a2f0-fb899e9a8cab,Smarter,"Can you make yourself, your kids, and your parents smarter?Expanding upon one of the most-read New York Times Magazine features of 2012, Smarter penetrates the hot new field of intelligence research to reveal what researchers call a revolution in human intellectual abilities. Shattering decades of dogma, scientists began publishing studies in 2008 showing that “fluid intelligence”—the ability to learn, solve novel problems, and get to the heart of things—can be increased through training.But is it all just hype? With vivid stories of lives transformed, science journalist Dan Hurley delivers practical findings for people of every age and ability. Along the way, he narrates with acidtongued wit his experiences as a human guinea pig, road-testing commercial brain-training programs, learning to play the Renaissance lute, getting physically fit, even undergoing transcranial directcurrent stimulation.Smarter speaks to the audience that made bestsellers out of Train Your Mind, Change Your Brain and Moonwalking with Einstein.",,book|https://www.amazon.com/Smarter-Science-Building-Brain-Power/dp/014218165X?tag=learnawesome-20;summary|https://fourminutebooks.com/smarter-summary/,psychology;science;thinking;neuroscience;learning,Dan Hurley,,,,, -244ef487-142a-4e12-9661-05e93608c036,Organizing Genius: The Secrets of Creative Collaboration - Summary at Blas.com,This book examines Great Groups systematically in the hope of finding out how their …,https://blas.com/wp-content/uploads/2016/01/41btiXzKy5L._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/organizing-genius/,leadership;management;warren-bennis,Lucius Annaeus Seneca,,,,, -78dedde9-88b4-41e3-8cb9-593092ed8a29,The Soul of a New Machine - Summary at Blas.com,Kidder brings the computer revolution to life by studying life inside Data General Key …,https://blas.com/wp-content/uploads/2019/09/51zs8coc22L._SX318_BO1204203200_-192x300.jpg,summary|https://blas.com/the-soul-of-a-new-machine/,data-general;technology;tracy-kidder;computers,Lucius Annaeus Seneca,,,,, -6877eefa-e9c4-463f-a234-55ec2f9201c1,So Good They Can’t Ignore You - Summary by FourMinuteBooks,By Cal Newport,https://learn-awesome.github.io/assets/book_covers/13525945.jpg,summary|https://fourminutebooks.com/so-good-they-cant-ignore-you-summary/;book|https://www.amazon.com/Good-They-Cant-Ignore-You/dp/0349420211?tag=learnawesome-20,business;personal-development;productivity,Author of So Good They Can’t Ignore You,,,,, -e21737ed-7b10-4ebc-90d8-bddd217a7c10,So You’ve Been Publicly Shamed,"Now a  New York Times  bestseller and from the author of The Psychopath Test, a captivating and brilliant exploration of one of our world's most underappreciated forces: shame. 'It's about the terror, isn't it?' 'The terror of what?' I said. 'The terror of being found out.' For the past three years, Jon Ronson has travelled the world meeting recipients of high-profile public shamings. The shamed are people like us - people who, say, made a joke on social media that came out badly, or made a mistake at work. Once their transgression is revealed, collective outrage circles with the force of a hurricane and the next thing they know they're being torn apart by an angry mob, jeered at, demonized, sometimes even fired from their job. A great renaissance of public shaming is sweeping our land. Justice has been democratized. The silent majority are getting a voice. But what are we doing with our voice? We are mercilessly finding people's faults. We are defining the boundaries of normality by ruining the lives of those outside it. We are using shame as a form of social control. Simultaneously powerful and hilarious in the way only Jon Ronson can be, So You've Been Publicly Shamed is a deeply honest book about modern life, full of eye-opening truths about the escalating war on human flaws - and the very scary part we all play in it.",,book|https://www.goodreads.com/book/show/22571552-so-you-ve-been-publicly-shamed;summary|https://fourminutebooks.com/so-youve-been-publicly-shamed-summary/,psychology;sociology,Author of So You’ve Been Publicly Shamed,,,,, -b4953e58-1ae0-4a7c-ac5c-f41e73a2a52a,Social Intelligence,"Emotional Intelligence was an international phenomenon, appearing on the New York Times bestseller list for over a year and selling more than five million copies worldwide. Now, once again, Daniel Goleman has written a groundbreaking synthesis of the latest findings in biology and brain science, revealing that we are “wired to connect” and the surprisingly deep impact of our relationships on every aspect of our lives.Far more than we are consciously aware, our daily encounters with parents, spouses, bosses, and even strangers shape our brains and affect cells throughout our bodies—down to the level of our genes—for good or ill. In Social Intelligence, Daniel Goleman explores an emerging new science with startling implications for our interpersonal world. Its most fundamental discovery: we are designed for sociability, constantly engaged in a “neural ballet” that connects us brain to brain with those around us.Our reactions to others, and theirs to us, have a far-reaching biological impact, sending out cascades of hormones that regulate everything from our hearts to our immune systems, making good relationships act like vitamins—and bad relationships like poisons. We can “catch” other people’s emotions the way we catch a cold, and the consequences of isolation or relentless social stress can be life-shortening. Goleman explains the surprising accuracy of first impressions, the basis of charisma and emotional power, the complexity of sexual attraction, and how we detect lies. He describes the “dark side” of social intelligence, from narcissism to Machiavellianism and psychopathy. He also reveals our astonishing capacity for “mindsight,” as well as the tragedy of those, like autistic children, whose mindsight is impaired.Is there a way to raise our children to be happy? What is the basis of a nourishing marriage? How can business leaders and teachers inspire the best in those they lead and teach? How can groups divided by prejudice and hatred come to live together in peace? The answers to these questions may not be as elusive as we once thought. And Goleman delivers his most heartening news with powerful conviction: we humans have a built-in bias toward empathy, cooperation, and altruism–provided we develop the social intelligence to nurture these capacities in ourselves and others.",https://covers.openlibrary.org/b/id/4673315-M.jpg,book|https://www.goodreads.com/book/show/26324.Social_Intelligence;summary|https://fourminutebooks.com/social-intelligence-summary/,sociology;relationships,Daniel Goleman,,,,, -0f44db70-831a-4baa-9ec5-7289382d7ac0,Solve For Happy,"Mo Gawdat is a remarkable thinker and the Chief Business Officer at Google’s [X], an elite team of engineers that comprise Google’s futuristic “dream factory.” Applying his superior skills of logic and problem solving to the issue of happiness, he proposes an algorithm based on an understanding of how the brain takes in and processes joy and sadness. Then he solves for happy.In 2001 Mo Gawdat realized that despite his incredible success, he was desperately unhappy. A lifelong learner, he attacked the problem as an engineer would: examining all the provable facts and scrupulously applying logic. Eventually, his countless hours of research and science proved successful, and he discovered the equation for permanent happiness. Thirteen years later, Mo’s algorithm would be put to the ultimate test. After the sudden death of his son, Ali, Mo and his family turned to his equation—and it saved them from despair. In dealing with the horrible loss, Mo found his mission: he would pull off the type of “moonshot” goal that he and his colleagues were always aiming for—he would share his equation with the world and help as many people as possible become happier. In Solve for Happy Mo questions some of the most fundamental aspects of our existence, shares the underlying reasons for suffering, and plots out a step-by-step process for achieving lifelong happiness and enduring contentment. He shows us how to view life through a clear lens, teaching us how to dispel the illusions that cloud our thinking; overcome the brain’s blind spots; and embrace five ultimate truths. No matter what obstacles we face, what burdens we bear, what trials we’ve experienced, we can all be content with our present situation and optimistic about the future.",,book|https://www.goodreads.com/book/show/30354426-solve-for-happy;summary|https://fourminutebooks.com/solve-for-happy-summary/,psychology;personal-development;happiness,Mo Gawdat,,,,, -ac0c4c6f-3cc3-41dc-bd9a-bad962bdb125,Spartan Up,"Since 2006 more than one million people have participated in Spartan Races around the world. In 2014 there will be a race every other day in 15 countries on five continents. What do these Spartans know that you don’t? They know that we all have a fire burning within us to prove ourselves. Joe De Sena has captured that invincible Spartan spirit in his manifesto for bold living, SPARTAN UP! A Take-No-Prisoners Guide to Overcoming Obstacles and Achieving Peak Performance in Life (Houghton Mifflin Harcourt; May 13, 2014; $24). De Sena’s prescription for life’s insurmountable obstacles is to get off the couch and crush them through hard work and force of will. A legend in the ultramarathon community, he created Spartan Race, extreme obstacle races where no one knows what to expect, but to finish is to be transformed. Spartan Race drives participants to their very limit to learn what they are capable of and to set a new frame of reference; one they can draw upon in the face of life’s harshest challenges. Everyday disappointments and setbacks seem small when you’ve been to the other side of hell and made it back as a victor. In SPARTAN UP! De Sena paints a picture of how he created the Spartan way of life, beginning with an unexpected challenge by a friend that got him back into shape through endurance racing. After that first race, De Sena completed more than 50 ultramarathons (in conditions ranging from -30 to 120 degrees) and 14 Ironman events, including the 135-mile Badwater ultramarathon, the 140.6 Lake Placid Ironman, and a 100-mile Vermont trail run—in a single week. The harder the race the more he loved it; he was hooked.SPARTAN UP! is more than an insider’s view of the world of obstacle racing, it’s a manual for the Spartan way of life, including :• Finding the will to succeed: The first half of a race you run with your legs; the second half you run with your mind. Turn your pain into an outboard motor to drive you forward. • Tossing your cookies: The Cookie Test can teach you how to overcome the need for immediate gratification and help you prosper in the long term. • Changing your frame of reference: Reset your inner default as an antidote to dissatisfaction and the insatiable need for “more.” • Getting Spartan fit: Survival of the Fittest means training outside the gym for strength, endurance and flexibility throughout the entire body—and don’t forget those burpees! • Moving mountains: Whether metaphorical mountains or the ones on which Spartans race, what you think are your limits can be a mere starting point for transformation. Age, gender, and physical ability are no barrier and finishers become entirely new people, without limitations, living life to the fullest. That’s why the Spartans say: “You’ll know at the finish line.” JOE DE SENA is a cofounder of Spartan Race, which began as an obstacle race based on the extreme spirit of the legendary Death Race, and has become a multi-million dollar global lifestyle company in less than 10 years. It was voted Outside magazine’s Best Obstacle Race. In one year’s time he competed in the Raid International Ukatak in Canada; the IditaSport in Alaska; the Odyssey Adventure Race and the OAR Beast of the East, both in Virginia; the Raid the North Extreme in Newfoundland, the Adrenaline Rush in Ireland and the Discovery Channel World Championships in Switzerland. He resides in Vermont with his family. For more information, please visit www.spartanupthebook.com.",https://covers.openlibrary.org/b/id/7437808-M.jpg,book|https://www.amazon.in/Spartan-Take-No-Prisoners-Overcoming-Obstacles-Performance/dp/0544286170?tag=learnawesome-21;summary|https://fourminutebooks.com/spartan-up-summary/,sports;fitness,Joe De Sena,,,,, -220c3b24-ab33-4458-9421-cac31ac91216,Sprint,,https://covers.openlibrary.org/b/id/7431269-M.jpg,book|https://openlibrary.org/books/OL25931127M/Sprint;summary|https://fourminutebooks.com/sprint-summary/,project-management,Jake Knapp,,,,, -77700790-c933-46a7-92b5-29d2308ad810,The Art Of Work,"Jeff Goins, a brilliant new voice counting Seth Godin and Jon Acuff among his fans, explains how to abandon the status quo and live a life that matters with true passion and purpose.The path to your life’s work is difficult and risky, even scary, which is why few finish the journey. This is a book about discovering your life’s work, that treasure of immeasurable worth we all long for. It’s about the task you were born to do.     As Jeff Goins explains, the search begins with passion but does not end there. Only when our interests connect with the needs of the world do we begin living for a larger purpose. Those who experience this intersection experience something exceptional and enviable. Though it is rare, such a life is attainable by anyone brave enough to try. Through personal experience, compelling case studies, and current research on the mysteries of motivation and talent, Jeff shows readers how to find their vocation and what to expect along the way.",https://covers.openlibrary.org/b/id/7345903-M.jpg,book|https://www.goodreads.com/book/show/21548935-the-art-of-work;summary|https://fourminutebooks.com/the-art-of-work-summary/,work;personal-development;career,Author of The In-Between,,,,, -b3dfdd77-f40d-404c-9a4d-7c97389eb769,Spy the Lie,"Three former CIA officers--among the world's foremost authorities on recognizing deceptive behavior--share their proven techniques for uncovering a lieImagine how different your life would be if you could tell whether someone was lying or telling you the truth. Be it hiring a new employee, investing in a financial interest, speaking with your child about drugs, confronting your significant other about suspected infidelity, or even dating someone new, having the ability to unmask a lie can have far-reaching and even life-altering consequences.As former CIA officers, Philip Houston, Michael Floyd, and Susan Carnicero are among the world's best at recognizing deceptive behavior. ""Spy the Lie ""chronicles the captivating story of how they used a methodology Houston developed to detect deception in the counterterrorism and criminal investigation realms, and shows how these techniques can be applied in our daily lives.Through fascinating anecdotes from their intelligence careers, the authors teach readers how to recognize deceptive behaviors, both verbal and nonverbal, that we all tend to display when we respond to questions untruthfully. For the first time, they share with the general public their methodology and their secrets to the art of asking questions that elicit the truth.""""""Spy the Lie"" is a game-changer. You may never read another book that has a more dramatic impact on your career, your relationships, or your future.",,book|https://www.amazon.com/Spy-Lie-Former-Officers-Deception/dp/1250029627?tag=learnawesome-20;summary|https://fourminutebooks.com/spy-the-lie-summary/,psychology;communication,Philip Houston,,,,, -88a4e249-a96e-4245-835f-8794ddc3cdfe,Start Something That Matters,"WHY THIS BOOK IS FOR YOU.-You're ready to make a difference in the world- through your own start-up business a nonprofit organization, or a new project that you create within your current job. _You want to love your work, work for what you love, and have a positive impact on the world-all at the same time. _You're inspired by method, charity: water, and FEED Projects and want to learn how these organizations got their start. _You're curious about how someone who never made a pair of shoes, attended fashion school, or worked in retail created one of the fastest-growing footwear companies in the world by giving shoes away. _You're looking for a new model of success to share with your children, students, co-workers, and members of your community. _YOU'RE READY TO START SOMETHING THAT MATTERS.",,book|https://www.goodreads.com/book/show/10723236-start-something-that-matters;summary|https://fourminutebooks.com/start-something-that-matters-summary/,entrepreneurship,Author of Start Something That Matters,,,,, -6963c931-748c-48af-8cb9-e557ab1802dc,Start,"Wall Street Journal best-selling author Jon Acuff reveals the steps to getting unstuck and back onto the path of being awesome.Over the last 100 years, the road to success for most everyone has been divided into predictable stages. But three things have changed the path to success:Boomers are realizing that a lot of the things they were promised aren't going to materialize, and they have started second and third careers.Technology has given access to an unprecedented number of people who are building online empires and changing their lives in ways that would have been impossible years ago.The days of ""success first, significance later,"" have ended.While none of the stages can be skipped, they can be shortened and accelerated. There are only two paths in life: average and awesome. The average path is easy because all you have to do is nothing. The awesome path is more challenging, because things like fear only bother you when you do work that matters. The good news is ""Start"" gives readers practical, actionable insights to be more awesome, more often.",https://covers.openlibrary.org/b/id/8574668-M.jpg,book|https://www.amazon.com/Start-Punch-Escape-Average-Matters/dp/1937077594?tag=learnawesome-20;summary|https://fourminutebooks.com/start-summary/,business;personal-development;leadership,Jon Acuff,,,,, -38084712-4adc-416d-9381-a8789f15323a,Start-Up Nation,"START-UP NATION addresses the trillion dollar question: How is it that Israel-- a country of 7.1 million, only 60 years old, surrounded by enemies, in a constant state of war since its founding, with no natural resources-- produces more start-up companies than large, peaceful, and stable nations like Japan, China, India, Korea, Canada and the UK?With the savvy of foreign policy insiders, Senor and Singer examine the lessons of the country's adversity-driven culture, which flattens hierarchy and elevates informality-- all backed up by government policies focused on innovation. In a world where economies as diverse as Ireland, Singapore and Dubai have tried to re-create the ""Israel effect"", there are entrepreneurial lessons well worth noting. As America reboots its own economy and can-do spirit, there's never been a better time to look at this remarkable and resilient nation for some impressive, surprising clues.",,book|https://www.amazon.com/Start-up-Nation-Israels-Economic-Miracle/dp/0446541478?tag=learnawesome-20;summary|https://fourminutebooks.com/start-up-nation-summary/,startups;economics;cultural;israel;entrepreneurship,Dan Senor,,,,, -8441f4bd-3a12-42fd-8ea4-588736dc6870,Start With Why - Summary by FourMinuteBooks,By Simon Sinek,https://learn-awesome.github.io/assets/book_covers/7108725.jpg,summary|https://fourminutebooks.com/start-with-why-summary/;book|https://www.amazon.com/Start-Why-Leaders-Inspire-Everyone/dp/1591846447?tag=learnawesome-20,business;leadership;personal-development,Simon Sinek,,,,, -30b1a34a-affd-42e9-b212-63dad11f1e68,Startup Growth Engines,,,book|https://www.amazon.in/Startup-Growth-Engines-Successful-Extraordinary-ebook/dp/B00LA95B68?tag=learnawesome-21;summary|https://fourminutebooks.com/startup-growth-engines-summary/,startups;growth-hacking,Author of Startup Growth Engines,,,,, -600057aa-423b-4afc-a46d-998413fddc6a,Steal Like An Artist - Summary by FourMinuteBooks,By Austin Kleon,https://learn-awesome.github.io/assets/book_covers/13099738.jpg,summary|https://fourminutebooks.com/steal-like-an-artist-summary/;summary|https://sivers.org/book/StealLikeAnArtist;book|https://www.amazon.com/Steal-Like-Artist-Things-Creative/dp/0761169253?tag=learnawesome-20,art;language;writing;design,Austin Kleon,,,,, -7536b315-3f3c-4fa0-b82c-4e3d605a2310,Steve Jobs - Summary by FourMinuteBooks,A very motivated man who had an uncanny ability to produce world-changing products. He …,https://blas.com/wp-content/uploads/2015/11/download-5.jpg,summary|https://fourminutebooks.com/steve-jobs-summary/;summary|https://blas.com/steve-jobs-isaacson/;book|https://www.amazon.in/Steve-Jobs-Walter-Isaacson/dp/1442394935?tag=learnawesome-21,apple;business;steve-jobs;walter-isaacson;management;leadership;entrepreneur;biography,Walter Isaacson,,,,, -3f6d6745-7674-4387-bff3-cf4f062e7759,Sum: Forty Tales from the Afterlives - Summary at Blas.com,"A variety of short stories about life, death, the afterlife, divinity, and much more.  …",https://blas.com/wp-content/uploads/2019/09/71eGeGsHkwL-195x300.jpg,summary|https://blas.com/sum/,david-eagleman;fiction,Lucius Annaeus Seneca,,,,, -072b48c7-fd3d-47c1-b92c-b3ad2d56e88b,Superbetter," - An innovative guide to living gamefully, based on the program that has already helped nearly half a million people achieve remarkable personal growth - -In 2009, internationally renowned game designer Jane McGonigal suffered a severe concussion. Unable to think clearly or work or even get out of bed, she became anxious and depressed, even suicidal. But rather than let herself sink further, she decided to get better by doing what she does best: she turned her recovery process into a resilience-building game. What started as a simple motivational exercise quickly became a set of rules for “post-traumatic growth” that she shared on her blog. These rules led to a digital game and a major research study with the National Institutes of Health. Today nearly half a million people have played SuperBetter to get stronger, happier, and healthier.But the life-changing ideas behind SuperBetter are much bigger than just one game. In this book, McGonigal reveals a decade’s worth of scientific research into the ways all games—including videogames, sports, and puzzles—change how we respond to stress, challenge, and pain. She explains how we can cultivate new powers of recovery and resilience in everyday life simply by adopting a more “gameful” mind-set. Being gameful means bringing the same psychological strengths we naturally display when we play games—such as optimism, creativity, courage, and determination—to real-world goals.Drawing on hundreds of studies, McGonigal shows that getting superbetter is as simple as tapping into the three core psychological strengths that games help you build:   • Your ability to control your attention, and therefore your thoughts and feelings   • Your power to turn anyone into a potential ally, and to strengthen your existing relationships   • Your natural capacity to motivate yourself and super-charge your heroic qualities, like willpower, compassion, and determinationSuperBetter contains nearly 100 playful challenges anyone can undertake in order to build these gameful strengths. It includes stories and data from people who have used the SuperBetter method to get stronger in the face of illness, injury, and other major setbacks, as well as to achieve goals like losing weight, running a marathon, and finding a new job.As inspiring as it is down to earth, and grounded in rigorous research, SuperBetter is a proven game plan for a better life. You’ll never say that something is “just a game” again.",,book|https://www.goodreads.com/book/show/24611964-superbetter;summary|https://fourminutebooks.com/superbetter-summary/,psychology;game-design;health;personal-development,Jane McGonigal,,,,, -9d98c061-adfb-4945-b244-e130284cbe43,Superfreakonomics,"The New York Times best-selling Freakonomics was a worldwide sensation, selling over four million copies in thirty-five languages and changing the way we look at the world. Now, Steven D. Levitt and Stephen J. Dubner return with SuperFreakonomics, and fans and newcomers alike will find that the freakquel is even bolder, funnier, and more surprising than the first.Four years in the making, SuperFreakonomics asks not only the tough questions, but the unexpected ones: What's more dangerous, driving drunk or walking drunk? Why is chemotherapy prescribed so often if it's so ineffective? Can a sex change boost your salary?SuperFreakonomics challenges the way we think all over again, exploring the hidden side of everything with such questions as:How is a street prostitute like a department-store Santa?Why are doctors so bad at washing their hands?How much good do car seats do?What's the best way to catch a terrorist?Did TV cause a rise in crime?What do hurricanes, heart attacks, and highway deaths have in common?Are people hard-wired for altruism or selfishness?Can eating kangaroo save the planet?Which adds more value: a pimp or a Realtor?Levitt and Dubner mix smart thinking and great storytelling like no one else, whether investigating a solution to global warming or explaining why the price of oral sex has fallen so drastically. By examining how people respond to incentives, they show the world for what it really is – good, bad, ugly, and, in the final analysis, super freaky.Freakonomics has been imitated many times over – but only now, with SuperFreakonomics, has it met its match.",https://covers.openlibrary.org/b/id/7092420-M.jpg,book|https://openlibrary.org/books/OL23712847M/Superfreakonomics;summary|https://fourminutebooks.com/superfreakonomics-summary/,economics,Steven D. Levitt,,,,, -2fe3ed9b-8451-42ba-87b2-f533c15b0ea5,Superintelligence - Summary by FourMinuteBooks,By Nick Bostrom,https://learn-awesome.github.io/assets/book_covers/20527133.jpg,summary|https://fourminutebooks.com/superintelligence-summary/;book|https://www.amazon.in/Superintelligence-Dangers-Strategies-Nick-Bostrom/dp/1501227742?tag=learnawesome-21,philosophy;science;artificial-intelligence,Nick Bostrom,,,,, -7f1bb0d5-154c-4601-b2f2-4eaf57c60fdc,Switch - Summary by FourMinuteBooks,By Chip Heath,https://learn-awesome.github.io/assets/book_covers/6570502.jpg,summary|https://fourminutebooks.com/switch-summary/;summary|https://sivers.org/book/Switch;book|https://openlibrary.org/books/OL24094371M/Switch,business;psychology;leadership;personal-development,Chip Heath,,,,, -c026bd86-5b12-4e3e-96c1-c5a976699504,Talent Is Overrated - Summary by FourMinuteBooks,By Geoff Colvin,https://learn-awesome.github.io/assets/book_covers/4485966.jpg,summary|https://fourminutebooks.com/talent-is-overrated-summary/;summary|https://sivers.org/book/TalentIsOverrated;book|https://www.amazon.in/Talent-Overrated-Separates-World-Class-Performers/dp/1591842948?tag=learnawesome-21,business;psychology;personal-development;education;learning;productivity,Geoff Colvin,,,,, -326b7e5e-b113-4cc1-989b-fc79b274badc,Talk Like Ted - Summary by FourMinuteBooks,By Carmine Gallo,https://learn-awesome.github.io/assets/book_covers/17910144.jpg,summary|https://fourminutebooks.com/talk-like-ted-summary/;book|https://www.goodreads.com/book/show/17910144-talk-like-ted,business;leadership;communication,Author of Talk Like Ted,,,,, -2dba7917-73b6-4175-8a67-7e998a9960b4,Team Of Rivals - Summary by FourMinuteBooks,By Doris Kearns Goodwin,https://learn-awesome.github.io/assets/book_covers/2199.jpg,summary|https://fourminutebooks.com/team-of-rivals-summary/;book|https://openlibrary.org/books/OL3422840M/Team_of_rivals,history;politics;civil-war;nations/usa/history,Doris Kearns Goodwin,,,,, -2664f99a-a19f-458f-8af8-297c6ffbf310,TED Talks,"In Ted Talks Chris Anderson, head of TED, reveals the inside secrets of how to give a first-class presentation. Where books like Talk Like TED and TED Talks Storytelling whetted the appetite, here is the official TED guide to public speaking from the man who put TED talks on the world's stage. 'Nobody in the world better understands the art and science of public speaking than Chris Anderson. He is absolutely the best person to have written this book' Elizabeth Gilbert.Anderson shares his five key techniques to presentation success: Connection, Narration, Explanation, Persuasion and Revelation (plus the three to avoid). He also answers the most frequently asked questions about giving a talk, from 'What should I wear?' to 'How do I handle my nerves?'.Ted Talks is also full of presentation tips from such TED notable speakers as Sir Ken Robinson, Bill Gates, Mary Roach, Amy Cuddy, Elizabeth Gilbert, Dan Gilbert, Amanda Palmer, Matt Ridley and many more. This is a lively, fun read with great practical application from the man who knows what goes into a truly memorable speech. In Ted Talks Anderson pulls back the TED curtain for anyone who wants to learn how to prepare an exceptional presentation.",,book|https://www.amazon.in/TED-Talks-Official-Public-Speaking/dp/1328710289?tag=learnawesome-21;summary|https://fourminutebooks.com/ted-talks-summary/,personal-development;communication;presentation,Author of TED Talks,,,,, -1e10b0a0-d8f4-4637-9662-54d1947c7ac9,The $100 Startup - Summary by FourMinuteBooks,By Chris Guillebeau,https://learn-awesome.github.io/assets/book_covers/12605157.jpg,summary|https://fourminutebooks.com/the-100-startup-summary/;book|https://www.goodreads.com/book/show/12605157-the-100-startup,startups;entrepreneurship,Chris Guillebeau,,,,, -d453e1c9-45d8-4d7d-bedf-486af079e777,The 10X Rule,,,book|https://www.amazon.in/10X-Rule-Difference-Between-Success-ebook/dp/B004X75OES?tag=learnawesome-21;summary|https://fourminutebooks.com/the-10x-rule-summary/,personal-development,Author of The 10X Rule,,,,, -f9c97ee0-452b-4984-96fb-6c8e0e984853,The 12 Week Year,"The guide to shortening your execution cycle down from one year to twelve weeksMost organizations and individuals work in the context of annual goals and plans; a twelve-month execution cycle. Instead, ""The 12 Week Year"" avoids the pitfalls and low productivity of annualized thinking. This book redefines your ""year"" to be 12 weeks long. In 12 weeks, there just isn't enough time to get complacent, and urgency increases and intensifies. ""The 12 Week Year"" creates focus and clarity on what matters most and a sense of urgency to do it now. In the end more of the important stuff gets done and the impact on results is profound.Explains how to leverage the power of a 12 week year to drive improved results in any area of your lifeOffers a how-to book for both individuals and organizations seeking to improve their execution effectivenessAuthors are leading experts on execution and implementationTurn your organization's idea of a year on its head, and speed your journey to success.",,book|https://openlibrary.org/books/OL27148394M/The_12-week_year;summary|https://fourminutebooks.com/the-12-week-year-summary/,business;productivity,Brian Moran,,,,, -59ef0aa1-b15c-4bbf-9aef-b6c40b33270c,The 21 Irrefutable Laws Of Leadership,,,book|https://www.amazon.com/21-Irrefutable-Laws-Leadership-Follow-ebook/dp/B00ETK5N5O?tag=learnawesome-20;summary|https://fourminutebooks.com/the-21-irrefutable-laws-of-leadership-summary/,leadership,Author of The 21 Irrefutable Laws Of Leadership,,,,, -7ca2b2b2-19a8-413c-8031-f6a044d2587e,The 22 Immutable Laws Of Marketing - Summary by FourMinuteBooks,Ries and Trout’s seminal book on marketing Key Takeaways Law of leadership – Better …,https://blas.com/wp-content/uploads/2020/03/51b7BzdnqLL._SX330_BO1204203200_-200x300.jpg,summary|https://fourminutebooks.com/the-22-immutable-laws-of-marketing-summary/;summary|https://blas.com/the-22-immutable-laws-of-marketing/;book|https://www.amazon.com/22-Immutable-Laws-Marketing-Violate/dp/0887306667?tag=learnawesome-20,marketing;jack-trout;al-ries,Al Ries,,,,, -f04ca041-d38f-4c55-91f6-9c380f60841c,The 4-Hour Body,"Ferriss’ advice on workouts, diet, weight loss, flexibility and overall health Key Takeaways Gut …",https://sivers.org/images/4HourBody.gif,book|https://www.amazon.com/Uncommon-Fat-Loss-Incredible-Becoming-Superhuman/dp/0091939526?tag=learnawesome-20;summary|https://fourminutebooks.com/the-4-hour-body-summary/;summary|https://sivers.org/book/4HourBody;summary|https://blas.com/the-4-hour-body/,health;sports;fitness;tim-ferriss;diet-and-nutrition,Tim Ferriss,,,,, -459d4532-159c-4ced-adfe-d4b09c734625,The Artist’s Way,"The Artist’s Way is the seminal book on the subject of creativity. An international bestseller, millions of readers have found it to be an invaluable guide to living the artist’s life. Still as vital today—or perhaps even more so—than it was when it was first published one decade ago, it is a powerfully provocative and inspiring work. In a new introduction to the book, Julia Cameron reflects upon the impact of The Artist’s Way and describes the work she has done during the last decade and the new insights into the creative process that she has gained. Updated and expanded, this anniversary edition reframes The Artist’s Way for a new century.",https://covers.openlibrary.org/b/id/6463773-M.jpg,book|https://openlibrary.org/books/OL24346159M/The_Artist's_Way;summary|https://fourminutebooks.com/the-artists-way-summary/,creativity;art;personal-development,Julia Cameron,,,,, -dddaf0a8-956c-4cf5-a8ef-c7b8217fd552,The 4-Hour Workweek,"More than 100 pages of new, cutting-edge content. Forget the old concept of retirement and the rest of the deferred-life plan there is no need to wait and every reason not to, especially in unpredictable economic times. Whether your dream is escaping the rat race, experiencing high-end world travel, earning a monthly five-figure income with zero management, or just living more and working less, The 4-Hour Workweek is the blueprint. This step-by-step guide to luxury lifestyle design teaches: How Tim went from $40,000 per year and 80 hours per week to $40,000 per month and 4 hours per week. How to outsource your life to overseas virtual assistants for $5 per hour and do whatever you want How blue-chip escape artists travel the world without quitting their jobs How to eliminate 50% of your work in 48 hours using the principles of a forgotten Italian economist How to trade a long-haul career for short work bursts and frequent mini-retirements The new expanded edition of Tim Ferriss The 4-Hour Workweek includes: More than 50 practical tips and case studies from readers (including families) who have doubled income, overcome common sticking points, and reinvented themselves using the original book as a starting point Real-world templates you can copy for eliminating e-mail, negotiating with bosses and clients, or getting a private chef for less than $8 a meal How Lifestyle Design principles can be suited to unpredictable economic times The latest tools and tricks, as well as high-tech shortcuts, for living like a diplomat or millionaire without being either""",https://covers.openlibrary.org/b/id/6306016-M.jpg,book|https://www.amazon.in/4-Hour-Workweek-Escape-Live-Anywhere/dp/0307465357?tag=learnawesome-21;summary|https://fourminutebooks.com/the-4-hour-workweek-summary/,personal-development;productivity,Timothy Ferriss,,,,, -4c05d47e-e395-4e8d-b8a8-87a91de5322b,The 48 Laws Of Power - Summary by FourMinuteBooks,By Robert Greene,https://learn-awesome.github.io/assets/book_covers/1303.jpg,summary|https://fourminutebooks.com/the-48-laws-of-power-summary/;summary|https://sivers.org/book/48LawsOfPower;book|https://www.amazon.com/48-Laws-Power-Robert-Greene/dp/0140280197?tag=learnawesome-20;summary|https://blas.com/the-48-laws-of-power/,psychology;relationships;worth-re-reading;social;robert-greene;power,Author of The Laws Of Human Nature,,,,, -3018ddcb-ac12-4b66-8b5a-8f0084a12c7d,The 5 AM Club,"Legendary leadership and elite performance expert Robin Sharma introduced The 5am Club concept over twenty years ago, based on a revolutionary morning routine that has helped his clients maximize their productivity, activate their best health and bulletproof their serenity in this age of overwhelming complexity.      Now, in this life-changing book, handcrafted by the author over a rigorous four-year period, you will discover the early-rising habit that has helped so many accomplish epic results while upgrading their happiness, helpfulness and feelings of aliveness.      Through an enchanting—and often amusing—story about two struggling strangers who meet an eccentric tycoon who becomes their secret mentor, The 5am Club will walk you through:How great geniuses, business titans and the world’s wisest people start their mornings to produce astonishing achievementsA little-known formula you can use instantly to wake up early feeling inspired, focused and flooded with a fiery drive to get the most out of each dayA step-by-step method to protect the quietest hours of daybreak so you have time for exercise, self-renewal and personal growthA neuroscience-based practice proven to help make it easy to rise while most people are sleeping, giving you precious time for yourself to think, express your creativity and begin the day peacefully instead of being rushed“Insider-only” tactics to defend your gifts, talents and dreams against digital distraction and trivial diversions so you enjoy fortune, influence and a magnificent impact on the worldPart manifesto for mastery, part playbook for genius-grade productivity and part companion for a life lived beautifully, The 5am Club is a work that will transform your life. Forever.",,book|https://www.amazon.com/AM-Club-Morning-Elevate-Life/dp/1443456624?tag=learnawesome-20;summary|https://fourminutebooks.com/the-5-am-club-summary/,personal-development;productivity,Author of The 5 AM Club,,,,, -d6231e5f-555d-4338-8ff2-886b569eda2a,The 5 Love Languages - Summary by FourMinuteBooks,By Gary Chapman,https://learn-awesome.github.io/assets/book_covers/23878688.jpg,summary|https://fourminutebooks.com/the-5-love-languages-summary/;book|https://www.goodreads.com/book/show/23878688-the-5-love-languages,relationships;marriage;love;psychology,Gary Chapman,,,,, -ecd843fa-7199-4669-b2ab-4e203b338dfc,The 5 Second Rule,"How to enrich your life and destroy doubt in 5 seconds. Throughout your life, you've had parents, coaches, teachers, friends and mentors who have pushed you to be better than your excuses and bigger than your fears. What if the secret to having the confidence and courage to enrich your life and work is simply knowing how to push yourself? Using the science of habits, riveting stories and surprising facts from some of the most famous moments in history, art and business, Mel Robbins will explain the power of a ""push moment."" Then, she'll give you one simple tool you can use to become your greatest self.It takes just five seconds to use this tool, and every time you do you'll be in great company. More than 8 million people have watched Mel's TEDx Talk, and executives inside of the world's largest brands are using the tool to increase productivity, collaboration, and engagement.In The 5 Second Rule, you'll discover it takes just five seconds to:Become confidentBreak the habit of procrastination and self-doubtBeat fear and uncertaintyStop worrying and feel happierShare your ideas with courageThe 5 Second Rule is a simple, one-size-fits-all solution for the one problem we all face-we hold ourselves back.The secret isn't knowing what to do-it's knowing how to make yourself do it.",https://covers.openlibrary.org/b/id/8114155-M.jpg,book|https://openlibrary.org/books/OL26411678M/THE_5_SECOND_RULE_TRANSFORM_YOUR_LIFE_WORK_AND_CONFIDENCE_WITH_EVERYDAY_COURAGE;summary|https://fourminutebooks.com/the-5-second-rule-summary/,personal-development;habits;productivity,Mel Robbins,,,,, -a3ac6549-cf49-4ee2-bc78-30587f5bbc5c,The 7 Habits Of Highly Effective People,"Millions of copies sold. - New York Times -Bestseller. Named the #1 Most Influential Business Book of the Twentieth Century. “Every so often a book comes along that not only alters the lives of readers but leaves an imprint on the culture itself. The 7 Habits is one of those books.” —Daniel Pink, New York Times bestselling author of When and DriveOne of the most inspiring and impactful books ever written, The 7 Habits of Highly Effective People has captivated readers for 25 years. It has transformed the lives of presidents and CEOs, educators and parents—in short, millions of people of all ages and occupations across the world. This twenty-fifth anniversary edition of Stephen Covey’s cherished classic commemorates his timeless wisdom, and encourages us to live a life of great and enduring purpose.",https://covers.openlibrary.org/b/id/7348927-M.jpg,book|https://www.amazon.in/Habits-Highly-Effective-People-Powerful/dp/1451639619?tag=learnawesome-21;summary|https://fourminutebooks.com/the-7-habits-of-highly-effective-people-summary/,business;personal-development;leadership;productivity;habits,Stephen R. Covey,,,,, -d00b5eff-33dc-40b4-bf55-709b9b0ce59f,The Audacity Of Hope,"The Audacity of Hope is Barack Obama's call for a new kind of politics—a politics that builds upon those shared understandings that pull us together as Americans. Lucid in his vision of America's place in the world, refreshingly candid about his family life and his time in the Senate, Obama here sets out his political convictions and inspires us to trust in the dogged optimism that has long defined us and that is our best hope going forward.",https://covers.openlibrary.org/b/id/6798537-M.jpg,book|https://www.amazon.com/Audacity-Hope-Thoughts-Reclaiming-American/dp/0307237699?tag=learnawesome-20;summary|https://fourminutebooks.com/the-audacity-of-hope-summary/,politics;barack-obama,Barack Obama,,,,, -681c5701-2831-40d1-81b0-f19b0e88e642,Propaganda - Summary at Blas.com,Edward Bernays is the father of propaganda and this book takes a deep look …,https://blas.com/wp-content/uploads/2016/01/81XIkANlwgL-191x300.jpg,summary|https://blas.com/propaganda/,edward-bernays;propaganda;psychology,Lucius Annaeus Seneca,,,,, -de8451d0-3613-41ff-87bb-e3bb0327c547,The 80/20 Principle - Summary by FourMinuteBooks,By Richard Koch,https://learn-awesome.github.io/assets/book_covers/181206.jpg,summary|https://fourminutebooks.com/the-80-20-principle-summary/;book|https://www.goodreads.com/book/show/181206.The_80_20_Principle,productivity;personal-development,"Koch, Richard",,,,, -edcbdcaf-ab9a-4a44-b739-a9eaa1dd63e1,The 8th Habit,"Over half a million copies sold.From the author that brought you the New York Times bestseller The 7 Habits of Highly Effective People comes a guide to accessing and encouraging the human potential for greatness.In the more than twenty-five years since its publication, The 7 Habits of Highly Effective People has become an international phenomenon with more than twenty-five million copies sold. Tens of millions of people in business, government, and schools have dramatically improved their lives and organizations by applying the principles of Stephen R. Covey’s classic book.The world, however, is a vastly changed place. Being effective as individuals and organizations is no longer merely an option—it’s a requirement for survival. But in order to thrive, innovate, excel, and lead in what Covey calls the “New Knowledge Worker Age,” we must build on and move beyond effectiveness. In this era of human history, our call is for greatness—holistic fulfillment, passionate execution, and significant contribution.Accessing the higher levels of human genius in today’s new reality requires a change in thinking: a new mindset and a new skill-set—in short, a new habit. The crucial challenge of our world today is this: to find our voice and inspire others to find theirs. It is what Covey calls the 8th Habit. The 8th Habit is the answer to the soul’s yearning for greatness, the organization’s imperative for significance and superior results, and humanity’s search for its “voice.”Covey’s books have transformed the way we think about ourselves, our purpose in life, our organizations, and about humankind. Just as The 7 Habits of Highly Effective People helped us focus on effectiveness, The 8th Habit shows us the way to greatness.",https://covers.openlibrary.org/b/id/427236-M.jpg,book|https://www.amazon.com/8th-Habit-Effectiveness-Greatness/dp/0684846659?tag=learnawesome-20;summary|https://fourminutebooks.com/the-8th-habit-summary/,business;personal-development;leadership;productivity;habits,Stephen R. Covey,,,,, -5deb0a04-9d8a-4773-b5b0-8e50eee0757d,The Achievement Habit,"The co-founder of the Stanford d.School introduces the power of design thinking to help you achieve goals you never thought possible.Achievement can be learned. It’s a muscle, and once you learn how to flex it, you’ll be able to meet life’s challenges and fulfill your goals, Bernard Roth, Academic Director at the Stanford d.school contends.In The Achievement Habit, Roth applies the remarkable insights that stem from design thinking—previously used to solve large scale projects—to help us realize the power for positive change we all have within us. Roth leads us through a series of discussions, stories, recommendations, and exercises designed to help us create a different experience in our lives. He shares invaluable insights we can use to gain confidence to do what we’ve always wanted and overcome obstacles that hamper us from reaching our potential, including:Don’t try—DO; Excuses are self-defeating; Believe you are a doer and achiever and you’ll become one; Build resiliency by reinforcing what you do rather than what you accomplish; Learn to ignore distractions that prevent you from achieving your goals; Become open to learning from your own experience and from those around you; And more.The brain is complex and is always working with our egos to sabotage our best intentions. But we can be mindful; we can create habits that make our lives better. Thoughtful and powerful The Achievement Habit shows you how.",,book|https://www.amazon.com/Achievement-Habit-Wishing-Start-Command/dp/0062356100?tag=learnawesome-20;summary|https://fourminutebooks.com/the-achievement-habit-summary/,personal-development;productivity,Bernard Roth,,,,, -c5d66d13-8e3d-48ee-83ed-112c9a5c7b89,The ADHD Advantage,"Why ADHD could be the key to your successFor decades physicians delivered the diagnosis of ADHD to patients as bad news and warned them about a lifelong struggle of managing symptoms. But The ADHD Advantage explodes this outlook, showing that some of the most highly successful entrepreneurs, leaders, and entertainers have reached the pinnacle of success not in spite of their ADHD but because of it.Although the ADHD stereotype is someone who can’t sit still, in reality people with ADHD are endlessly curious, often adventurous, willing to take smart risks, and unusually resilient. They are creative, visionary, and entrepreneurial. Sharing the stories of highly successful people with ADHD, Dr. Archer offers a vitally important and inspiring new way to recognize ADHD traits in oneself or in one’s loved ones, and then leverage them to great advantage—without drugs.As someone who not only has ADHD himself but also has never used medication to treat it, Dr. Archer understands the condition from a unique standpoint. Armed with new science and research, he hopes to generate public interest and even debate with his positive message as he guides the millions of people with ADHD worldwide toward a whole new appreciation of their many strengths and full innate potential.",,book|https://www.amazon.com/ADHD-Advantage-Diagnosis-Greatest-Strength/dp/0399573453?tag=learnawesome-20;summary|https://fourminutebooks.com/the-adhd-advantage-summary/,psychology;health;mental-health;adhd,Dale Archer,,,,, -9b5a9292-2c4b-4e6e-beb3-09c3a0635769,The Age of Empathy,"In this thought-provoking book, the acclaimed author of Our Inner Ape examines how empathy comes naturally to a great variety of animals, including humans. Are we our brothers' keepers? Do we have an instinct for compassion? Or are we, as is often assumed, only on earth to serve our own survival and interests?By studying social behaviors in animals, such as bonding, the herd instinct, the forming of trusting alliances, expressions of consolation, and conflict resolution, Frans de Waal demonstrates that animals-and humans-are ""preprogrammed to reach out."" He has found that chimpanzees care for mates that are wounded by leopards, elephants offer ""reassuring rumbles"" to youngsters in distress, and dolphins support sick companions near the water's surface to prevent them from drowning. From day one humans have innate sensitivities to faces, bodies, and voices; we've been designed to feel for one another.De Waal's theory runs counter to the assumption that humans are inherently selfish, which can be seen in the fields of politics, law, and finance. But he cites the public's outrage at the U.S. government's lack of empathy in the wake of Hurricane Katrina as a significant shift in perspective-one that helped Barack Obama become elected and ushered in what perhaps could become an Age of Empathy. Through a better understanding of empathy's survival value in evolution, de Waal suggests, we can work together toward a more just society based on a more generous and accurate view of human nature.Written in layman's prose with a wealth of anecdotes, wry humor, and incisive intelligence, The Age of Empathy is essential reading for our embattled times.""An important and timely message about the biological roots of human kindness.""--Desmond Morris, author of The Naked Ape",https://covers.openlibrary.org/b/id/6566245-M.jpg,book|https://www.goodreads.com/book/show/6525532-the-age-of-empathy;summary|https://fourminutebooks.com/the-age-of-empathy-summary/,science;psychology;animals;sociology;empathy;anthropology,Frans de Waal,,,,, -d5ee0937-30b2-40d5-a3c1-abff084d5b47,The Antidote,"Self-help books don't seem to work. Few of the many advantages of modern life seem capable of lifting our collective mood. Wealth—even if you can get it—doesn't necessarily lead to happiness. Romance, family life, and work often bring as much stress as joy. We can't even agree on what ""happiness"" means. So are we engaged in a futile pursuit? Or are we just going about it the wrong way?Looking both east and west, in bulletins from the past and from far afield, Oliver Burkeman introduces us to an unusual group of people who share a single, surprising way of thinking about life. Whether experimental psychologists, terrorism experts, Buddhists, hardheaded business consultants, Greek philosophers, or modern-day gurus, they argue that in our personal lives, and in society at large, it's our constant effort to be happy that is making us miserable. And that there is an alternative path to happiness and success that involves embracing failure, pessimism, insecurity, and uncertainty—the very things we spend our lives trying to avoid. Thought-provoking, counterintuitive, and ultimately uplifting, The Antidote is the intelligent person's guide to understanding the much-misunderstood idea of happiness.",https://covers.openlibrary.org/b/id/8089907-M.jpg,book|https://www.goodreads.com/book/show/13721709-the-antidote;summary|https://fourminutebooks.com/the-antidote-summary/;summary|https://sivers.org/book/Antidote,psychology;philosophy,Oliver Burkeman,,,,, -a7693814-9fe3-493f-b4d3-3cfede5e9d08,The Art Of Asking,"Rock star, crowdfunding pioneer, and TED speaker Amanda Palmer knows all about asking. Performing as a living statue in a wedding dress, she wordlessly asked thousands of passersby for their dollars. When she became a singer, songwriter, and musician, she was not afraid to ask her audience to support her as she surfed the crowd (and slept on their couches while touring). And when she left her record label to strike out on her own, she asked her fans to support her in making an album, leading to the world's most successful music Kickstarter.Even while Amanda is both celebrated and attacked for her fearlessness in asking for help, she finds that there are important things she cannot ask for-as a musician, as a friend, and as a wife. She learns that she isn't alone in this, that so many people are afraid to ask for help, and it paralyzes their lives and relationships. In this groundbreaking book, she explores these barriers in her own life and in the lives of those around her, and discovers the emotional, philosophical, and practical aspects of The Art Of Asking.Part manifesto, part revelation, this is the story of an artist struggling with the new rules of exchange in the twenty-first century, both on and off the Internet. The Art Of Asking will inspire readers to rethink their own ideas about asking, giving, art, and love.",,book|https://www.amazon.in/Art-Asking-Learned-Worrying-People/dp/1455581097?tag=learnawesome-21;summary|https://fourminutebooks.com/the-art-of-asking-summary/,art;personal-development,Amanda Palmer,,,,, -d63e43d4-b117-408c-af5f-09e36dfbe000,The Art Of Choosing,"Every day we make choices. Coke or Pepsi? Save or spend? Stay or go?Whether mundane or life-altering, these choices define us and shape our lives. Sheena Iyengar asks the difficult questions about how and why we choose: Is the desire for choice innate or bound by culture? Why do we sometimes choose against our best interests? How much control do we really have over what we choose? Sheena Iyengar's award-winning research reveals that the answers are surprising and profound. In our world of shifting political and cultural forces, technological revolution, and interconnected commerce, our decisions have far-reaching consequences. Use THE ART OF CHOOSING as your companion and guide for the many challenges ahead.",,book|https://www.goodreads.com/book/show/6648865-the-art-of-choosing;summary|https://fourminutebooks.com/the-art-of-choosing-summary/,thinking;decision-making,Sheena Iyengar,,,,, -fbcb746d-6900-4a46-b315-4d533790a1f1,The Art Of Non-Conformity - Summary by FourMinuteBooks,By Chris Guillebeau,https://learn-awesome.github.io/assets/book_covers/8978488.jpg,summary|https://fourminutebooks.com/the-art-of-non-conformity-summary/;book|https://www.amazon.in/Art-Non-Conformity-Rules-Change-Perigee/dp/0399536108?tag=learnawesome-21,personal-development,Chris Guillebeau,,,,, -279c4fa9-9bb9-416c-85d1-36a4686220da,The Art Of Seduction,"From the creators of the New York Times bestsellerThe 48 Laws of Power, comes a mesmerizing handbook on seduction: the most subtle and effective form of power   Which sort of seducer could you be: Siren? Rake? Cold Coquette? Star? Comedian? Charismatic? or Saint? This book will show you which. Charm, persuasion, the ability to create illusions: these are some of the many dazzling gifts of the Seducer, the compelling figure who is able to manipulate, mislead, and give pleasure all at once. When raised to the level of art, seduction, an indirect and subtle form of power, has toppled empires, won elections and enslaved great minds. Discover who you, or your pursuer, most resembles. Learn, too, the pitfalls of the anti-Seducer.   In part II, immerse yourself in the twenty-four maneuvers and strategies of the seductive process, the ritual by which a seducer gains mastery over his target. Understand how to ‘Choose the Right Victim,’ ‘Appear to Be an Object of Desire,’ and ‘Confuse Desire and Reality.’ As in his other bestsellers, The 48 Laws of Power, The 33 Strategies of War, and most recently in Mastery, in The Art of Seduction, an international bestseller, Robert Greene deftly mines history and literature to create an indispensable primer on the essence of one of history's greatest weapons and the ultimate power trip.",https://covers.openlibrary.org/b/id/109370-M.jpg,book|https://www.goodreads.com/book/show/20995.The_Art_of_Seduction;summary|https://fourminutebooks.com/the-art-of-seduction-summary/,psychology;seduction;relationships;communication,Author of The Laws Of Human Nature,,,,, -719edea8-9222-4ce5-9f5d-e65957a79a83,The Art Of Social Media,"From the bestselling author of  The Art of the Start  and  Enchantment, a no-nonsense guide to becoming a social media superstar. By now it’s clear that whether you’re promoting a business, a product, or yourself, social media is near the top of what will determine your success or failure. And there are countless pundits, authors, and consultants eager to advise you.   But there’s no one quite like Guy Kawasaki, the legendary former chief evangelist for Apple and one of the pioneers of business blogging, tweeting, facebooking, tumbling, and much, much more. Now Guy has teamed up with his Canva colleague Peg Fitzpatrick to offer The Art of Social Media – the one essential guide you need to get the most bang for your time, effort, and money.   With more than 100 practical tips, tricks, and insights, Guy and Peg present a ground-up strategy to produce a focused, thorough, and compelling presence on the most popular social-media platforms. They guide you through the steps of building your foundation, amassing your digital assets, going to market, optimizing your profile, attracting more followers, and effectively integrating social media and blogging.   For beginners overwhelmed by too many choices, as well as seasoned professionals eager to improve their game, The Art of Social Media is full of tactics that have been proven to work in the real world. Or as Guy puts it, “Great Stuff, No Fluff.” http://artof.social/",,book|https://www.amazon.com/Art-Social-Media-Power-Users/dp/1591848075?tag=learnawesome-20;summary|https://fourminutebooks.com/the-art-of-social-media-summary/,social-media;entrepreneurship,Guy Kawasaki,,,,, -1c5880a4-8a9d-4f30-8b13-75b7e68c35b3,This Will Make You Smarter: New Scientific Concepts to Improve Your Thinking - Summary at Blas.com,Brockman poses a question every year and this year it was which idea people …,https://blas.com/wp-content/uploads/2019/09/51jEIzplVGL._SX330_BO1204203200_-200x300.jpg,summary|https://blas.com/this-will-make-you-smarter/,thinking,Lucius Annaeus Seneca,,,,, -80afcd03-c9d7-4669-a35c-49c918fc3812,A Sense of Where You Are: Bill Bradley at Princeton - Summary at Blas.com,John McPhee was able to spend time and get to know Bill Bradley during …,https://blas.com/wp-content/uploads/2019/08/14336-174x300.jpg,summary|https://blas.com/a-sense-of-where-you-are/,basketball;bill-bradley;john-mcphee;princeton,Lucius Annaeus Seneca,,,,, -e24b5edb-cff0-4620-950f-f74c6cf9c39b,"The Secret Wisdom of Nature: Trees, Animals, and the Extraordinary Balance of All Living Things - Summary at Blas.com","Wohlleben describes how interconnected, systematic, nature is Key Takeaways Nature is like the mechanism …",https://blas.com/wp-content/uploads/2019/08/download-1.jpg,summary|https://blas.com/the-secret-wisdom-of-nature/,biology;nature;peter-wohlleben,Lucius Annaeus Seneca,,,,, -a0ba2b9b-7e70-43b9-8bd7-e3c7821349ee,Man’s Search For Meaning,By Viktor E. Frankl,https://learn-awesome.github.io/assets/book_covers/4069.jpg,book|https://www.goodreads.com/book/show/4069.Man_s_Search_for_Meaning,philosophy,,,,,, -ab26b9a1-a555-440a-96ca-71f5cf8c8973,The Biology of Belief,"This 10th-anniversary edition of Bruce Lipton’s best-selling book The Biology of Belief has been updated to bolster the book’s central premise with the latest scientific discoveries—and there have been a lot in the last decade.The Biology of Belief is a groundbreaking work in the field of new biology. Former medical school professor and research scientist Bruce H. Lipton, Ph.D., presents his experiments, and those of other leading-edge scientists, which examine in great detail the mechanisms by which cells receive and process information. The implications of this research radically change our understanding of life, showing that genes and DNA do not control our biology; instead, DNA is controlled by signals from outside the cell, including the energetic messages emanating from our positive and negative thoughts. This profoundly hopeful synthesis of the latest and best research in cell biology and quantum physics has been hailed as a major breakthrough, showing that our bodies can be changed as we retrain our thinking.",,book|https://www.goodreads.com/book/show/90556.The_Biology_of_Belief;summary|https://fourminutebooks.com/the-biology-of-belief-summary/,science;psychology;biology;health,Bruce H. Lipton,,,,, -1d250c4c-e6e7-45b6-9467-35a760fc39c5,The Black Swan,By Nassim Nicholas Taleb,https://learn-awesome.github.io/assets/book_covers/242472.jpg,book|https://www.amazon.com/Black-Swan-Improbable-Robustness-Fragility/dp/081297381X?tag=learnawesome-20;summary|https://fourminutebooks.com/the-black-swan-summary/;summary|https://blas.com/the-black-swan/,economics;business;philosophy;science;psychology;finance;risk;nassim-taleb;how-to-live-life;decision-making,Nassim Nicholas Taleb,,,,, -be84d844-fe5e-4358-b5e0-bf2f61987454,The Blue Zones Solution,"In this groundbreaking book, Dan Buettner reveals how to transform your health using smart eating and lifestyle habits gleaned from new research on the diets, eating habits, and lifestyle practices of the communities he's identified as ""Blue Zones""—those places with the world's longest-lived, and thus healthiest, people, including locations such as Okinawa, Japan; Sardinia, Italy; Costa Rica's Nicoya Peninsula; Ikaria, Greece; and Loma Linda, California.   With the audacious belief that the lifestyles of the world's Blue Zones could be adapted and replicated in towns across North America, Buettner launched the largest preventive health care project in the United States, The Blue Zones City Makeovers, which has impacted the health of millions of Americans since 2009. In The Blue Zones Solution, readers can be inspired by the specific stories of the people, foods, and routines of our healthy elders; understand the role community, family, and naturally healthy habits can play in improving our diet and health; and learn the exact foods—including the 50 superfoods of longevity and dozens of recipes adapted for Western tastes and markets—that offer delicious ways to eat your way to optimum health. Throughout the book are lifestyle recommendations, checklists, and stories to help you create your own personal Blue Zones solution. Readers will learn and apply the 80/20 rule, the plant slant diet, social aspects of eating that lead to weight loss and great health naturally, cultivating your ""tribe"" of friends and family, and your greater purpose as part of your daily routine.   Filled with moving personal stories, delicious recipes, checklists, and useful tips that will transform any home into a miniature blue zone, The Blue Zones Solution is the ultimate blueprint for a healthy, happy life.",,book|https://www.amazon.in/Blue-Zones-Solution-Eating-Healthiest/dp/1426216556?tag=learnawesome-21;summary|https://fourminutebooks.com/the-blue-zones-solution-summary/,health;food;nutrition,Dan Buettner,,,,, -8a08532b-0623-46f6-8fdc-f9b33d12b5eb,The Blue Zones,"Bestselling author, longevity expert, and National Geographic Explorer Dan Buettner reports on health, fitness, diet, and aging, drawing on his research from extraordinarily long-lived communities--Blue Zones--around the globe. Buettner has launched a major public health initiative to transform cities based on principles from this book, an updated and expanded edition of his bestselling classic on longevity. His prescriptions for lifestyle, nutrition, outlook, and stress-coping practices will add years to your life and life to your years.The latest Blue Zone is Ikaria, Greece, where strong, sweet wine, family, and a Mediterranean diet all play a role in longer life. Also new in this book is a reading group guide, designed for groups to read about, discuss, and implement many of the simple changes advocated for better health.A long, healthy life is no accident. It begins with good genes, but it also depends on good habits. If you adopt the right lifestyle, experts say, chances are you may live up to a decade longer. Buettner has led teams of researchers across the globe--from Costa Rica to Sardinia, Italy, to Okinawa, Japan and beyond--to uncover the secrets of Blue Zones. He found that the recipe for longevity is deeply intertwined with community, lifestyle, and spirituality. People live longer and healthier by embracing a few simple but powerful habits, and by creating the right community around themselves. In The Blue Zones, Second Edition, Buettner has blended his lifestyle formula with the latest longevity research to inspire lasting, behavioral change and add years to your life.Region by region, Buettner reveals the ""secrets"" of longevity through stories of his travels and interviews with some of the most remarkable--and happily long-living people on the planet. It's not coincidence that the way they eat, interact with each other, shed stress, heal themselves, avoid disease, and view their world yield them more good years of life. Buettner's easy to follow ""best practices"" and list of healthy lifestyle choices from the Blue Zones will empower readers to live longer, healthier, more fulfilling lives.",https://covers.openlibrary.org/b/id/7578954-M.jpg,book|https://openlibrary.org/books/OL26022008M/The_Blue_Zones_9_Lessons_For_Living_Longer_From_The_People_Whove_Lived_The_Longest;summary|https://fourminutebooks.com/the-blue-zones-summary/,health;science;food;longevity;nutrition,Dan Buettner,,,,, -a8c2a761-d3cd-48b1-b1eb-a658459616c3,The Book Of Joy,A dialogue between the Dalai Lama and Archbishop Desmond Tutu on how to turn ephemeral joy into an enduring trait,https://blas.com/wp-content/uploads/2016/01/9780399185045-200x300.jpg,book|https://openlibrary.org/books/OL27215165M/The_book_of_joy;summary|https://fourminutebooks.com/the-book-of-joy-summary/;summary|https://blas.com/book-of-joy/,spirituality;philosophy;religion;happiness;joy;douglas-abrams;desmond-tutu;dalai-lama,Bstan-ʼdzin-rgya-mtsho Dalai Lama XIV,,,,, -28d692eb-50b7-436b-8f88-422d02d5178f,The Book - Summary by FourMinuteBooks,By Alan W. Watts,https://learn-awesome.github.io/assets/book_covers/60551.jpg,summary|https://fourminutebooks.com/the-book-summary/;book|https://www.goodreads.com/book/show/60551.The_Book_on_the_Taboo_Against_Knowing_Who_You_Are,philosophy;spirituality;psychology;religion,Alan Watts,,,,, -19a411bb-6080-4349-95af-08e8b97737ed,The Mindful Athlete: Secrets to Pure Performance - Summary at Blas.com,Summary  George Mumford had to hit rock bottom before he was willing to gain mindfulness …,https://blas.com/wp-content/uploads/2019/04/51oMPkoZeTL-201x300.jpg,summary|https://blas.com/the-mindful-athlete/,buddhism;george-mumford;mindfulness;sports,Lucius Annaeus Seneca,,,,, -867e2c71-0cfd-49b1-9187-825b1ec77adb,The Captain Class: The Driving Force Behind the World’s Greatest Teams - Summary at Blas.com,Summary  Sam Walker does an in depth analysis of the best sports teams in history …,https://blas.com/wp-content/uploads/2019/04/51JUt0xlsUL._AC_SY400_-197x300.jpg,summary|https://blas.com/the-captain-class/,leadership;sam-walker;sports,Lucius Annaeus Seneca,,,,, -7d0e437c-4370-477a-8590-4bb4cf0d8966,The Botany Of Desire,"Working in his garden one day, Michael Pollan hit pay dirt in the form of an idea: do plants, he wondered, use humans as much as we use them? While the question is not entirely original, the way Pollan examines this complex coevolution by looking at the natural world from the perspective of plants is unique. The result is a fascinating and engaging look at the true nature of domestication. In making his point, Pollan focuses on the relationship between humans and four specific plants: apples, tulips, marijuana, and potatoes. He uses the history of John Chapman (Johnny Appleseed) to illustrate how both the apple's sweetness and its role in the production of alcoholic cider made it appealing to settlers moving west, thus greatly expanding the plant's range. He also explains how human manipulation of the plant has weakened it, so that ""modern apples require more pesticide than any other food crop."" The tulipomania of 17th-century Holland is a backdrop for his examination of the role the tulip's beauty played in wildly influencing human behavior to both the benefit and detriment of the plant (the markings that made the tulip so attractive to the Dutch were actually caused by a virus). His excellent discussion of the potato combines a history of the plant with a prime example of how biotechnology is changing our relationship to nature. As part of his research, Pollan visited the Monsanto company headquarters and planted some of their NewLeaf brand potatoes in his garden--seeds that had been genetically engineered to produce their own insecticide. Though they worked as advertised, he made some startling discoveries, primarily that the NewLeaf plants themselves are registered as a pesticide by the EPA and that federal law prohibits anyone from reaping more than one crop per seed packet. And in a interesting aside, he explains how a global desire for consistently perfect French fries contributes to both damaging monoculture and the genetic engineering necessary to support it. Pollan has read widely on the subject and elegantly combines literary, historical, philosophical, and scientific references with engaging anecdotes, giving readers much to ponder while weeding their gardens. --Shawn Carkonen",https://covers.openlibrary.org/b/id/6494497-M.jpg,book|https://www.goodreads.com/book/show/41021145-the-botany-of-desire;summary|https://fourminutebooks.com/the-botany-of-desire-summary/,science;food;environment;nature;botany;biology,Michael Pollan,,,,, -b59b1446-1b7e-462d-846f-6d0ed71d8a8c,The Brain That Changes Itself,Doidge discusses neuroplasticity extensively – the ability of the brain to rewire itself. This …,https://covers.openlibrary.org/b/id/1119693-M.jpg,book|https://openlibrary.org/books/OL9444179M/The_Brain_That_Changes_Itself;summary|https://fourminutebooks.com/the-brain-that-changes-itself-summary/;summary|https://blas.com/the-brain-that-changes-itself/,science;psychology;biology;neuroscience;brain;health;norman-doidge,Norman Doidge,,,,, -46bbbe9d-62fc-4e17-aa79-cca95c3e9e46,The Bulletproof Diet,"In his midtwenties, Dave Asprey was a successful Silicon Valley multimillionaire. He also weighed 300 pounds, despite the fact that he was doing what doctors recommended: eating 1,800 calories a day and working out 90 minutes a day, six times a week. When his excess fat started causing brain fog and food cravings sapped his energy and willpower, Asprey turned to the same hacking techniques that made his fortune to ""hack"" his own biology, investing more than $300,000 and 15 years to uncover what was hindering his energy, performance, appearance, and happiness. From private brain EEG facilities to remote monasteries in Tibet, through radioactive brain scans, blood chemistry work, nervous system testing, and more, he explored traditional and alternative technologies to reach his physical and mental prime. The result? The Bulletproof Diet, an anti-inflammatory program for hunger-free, rapid weight loss and peak performance. The Bulletproof Diet will challenge—and change—the way you think about weight loss and wellness. You will skip breakfast, stop counting calories, eat high levels of healthy saturated fat, work out and sleep less, and add smart supplements.In doing so, you'll gain energy, build lean muscle, and watch the pounds melt off. By ditching traditional ""diet"" thinking, Asprey went from being overweight and sick in his twenties to maintaining a 100-pound weight loss, increasing his IQ, and feeling better than ever in his forties. The Bulletproof Diet is your blueprint to a better life.",,book|https://www.amazon.in/Bulletproof-Diet-Reclaim-Energy-Upgrade/dp/162336518X?tag=learnawesome-21;summary|https://fourminutebooks.com/the-bulletproof-diet-summary/,health;food;nutrition,Dave Asprey,,,,, -5e59b146-2656-4a7b-b653-728bb818c72b,The Charisma Myth - Summary by FourMinuteBooks,By Olivia Fox Cabane,https://learn-awesome.github.io/assets/book_covers/11910905.jpg,summary|https://fourminutebooks.com/the-charisma-myth-summary/;book|https://www.amazon.com/Charisma-Myth-Science-Personal-Magnetism/dp/1591845947?tag=learnawesome-20,psychology;relationships;personal-development;leadership;communication,Olivia Fox Cabane,,,,, -fc3dec42-1a9b-4aff-8f90-ce1b2f8a1b1e,The Checklist Manifesto - Summary by FourMinuteBooks,Atul Gawande provides clear evidence that checklists can be tremendously beneficial in order to successfully handle …,https://blas.com/wp-content/uploads/2015/03/Checklist-Manifesto-200x300-1-200x300.jpg,summary|https://fourminutebooks.com/the-checklist-manifesto-summary/;summary|https://sivers.org/book/ChecklistManifesto;summary|https://blas.com/the-checklist-manifesto/;book|https://www.amazon.com/Checklist-Manifesto-How-Things-Right/dp/0312430000?tag=learnawesome-20,business;health;medicine;productivity;science;checklist;atul-gawande,Atul Gawande,,,,, -449c0332-ff91-421e-bbfd-6acf8695dc0b,"The Inner Life of Animals: Love, Grief, and Compassion - Summary at Blas.com","Shows through some great examples how animals think, feel, and behave in some very …",https://blas.com/wp-content/uploads/2019/08/download.jpg,summary|https://blas.com/the-inner-life-of-animals/,animals;biology;nature;peter-wohlleben,Lucius Annaeus Seneca,,,,, -3c300a89-f313-4e32-b24b-ce3c4f509b91,Let My People Go Surfing - Summary at Blas.com,Patagonia exists to challenge conventional wisdom and present a new style of responsible business. …,https://blas.com/wp-content/uploads/2019/07/A1QuuFEgK9L-205x300.jpg,summary|https://blas.com/let-my-people-go-surfing/,business;environment;patagonia;yvon-chouinard,Lucius Annaeus Seneca,,,,, -4ce170da-805d-4c4a-918d-dc9120410375,Small Giants: Companies That Choose to Be Great Instead of Big - Summary at Blas.com,"Burlingham studies 14 companies which have chosen to be the best in their field, …",https://blas.com/wp-content/uploads/2019/04/81PHrm04PGL-196x300.jpg,summary|https://blas.com/small-giants/,bo-burlingham;business,Lucius Annaeus Seneca,,,,, -3541e8fa-69fc-473f-a319-d57ca85a0f3d,Fiber: The Coming Tech Revolution and Why America Might Miss It - Summary at Blas.com,Susan Crawford goes into why fiber is superior to copper and cable and why …,https://blas.com/wp-content/uploads/2019/04/41fTsUkysbL._SX328_BO1204203200_-198x300.jpg,summary|https://blas.com/fiber/,fiber;information-technology;susan-crawford;technology;telecommunication,Lucius Annaeus Seneca,,,,, -58b85ca6-1787-4ee3-b8f1-3cdc566d0e3a,The Seat of the Soul - Summary at Blas.com,"The greats, mystics, reach for something greater than what they can express directly through …",https://blas.com/wp-content/uploads/2019/04/119760-200x300.jpg,summary|https://blas.com/the-seat-of-the-soul/,gary-zukav;oprah;spiritual,Lucius Annaeus Seneca,,,,, -5547ce50-6d7a-44b8-a4b0-b3c2d56b215b,Moving the Mountain - Summary at Blas.com,Li Lu rose to become deputy commander of the student protests in Tiananmen Square …,https://blas.com/wp-content/uploads/2019/04/Moving_the_Mountain-225x300.jpeg,summary|https://blas.com/moving-the-mountain/,china;politics,Lucius Annaeus Seneca,,,,, -6970b14b-05e1-476c-aad0-ab0797a2a33c,95% Is Crap: A Plain Man’s Guide to British Politics - Summary at Blas.com,"“This book is a highly unusual, humorous, and down to earth exposition of the …",https://blas.com/wp-content/uploads/2019/03/91MkJQLDiKL-196x300.jpg,summary|https://blas.com/95-is-crap/,britain;terry-arthur,Lucius Annaeus Seneca,,,,, -df887dc9-2f06-4a30-9bb4-917227860276,The Chimp Paradox,"Your inner Chimp can be your best friend or your worst enemy...this is the Chimp Paradox Do you sabotage your own happiness and success? Are you struggling to make sense of yourself? Do your emotions sometimes dictate your life? Dr. Steve Peters explains that we all have a being within our minds that can wreak havoc on every aspect of our lives—be it business or personal. He calls this being ""the chimp,"" and it can work either for you or against you. The challenge comes when we try to tame the chimp, and persuade it to do our bidding.The Chimp Paradox contains an incredibly powerful mind management model that can help you be happier and healthier, increase your confidence, and become a more successful person. This book will help you to: —Recognize how your mind is working —Understand and manage your emotions and thoughts —Manage yourself and become the person you would like to be Dr. Peters explains the struggle that takes place within your mind and then shows you how to apply this understanding. Once you're armed with this new knowledge, you will be able to utilize your chimp for good, rather than letting your chimp run rampant with its own agenda.",https://covers.openlibrary.org/b/id/8781414-M.jpg,book|https://openlibrary.org/books/OL27309193M/The_Chimp_Paradox_The_Mind_Management_Program_to_Help_You_Achieve_Success_Confidence_and_Happine_ss;summary|https://fourminutebooks.com/the-chimp-paradox-summary/,psychology;personal-development,Dr. Steve Peters,,,,, -5811f4d9-989d-4907-9bf1-a40cf8cafadd,The China Study,"More than thirty years ago, nutrition researcher T. Colin Campbell and his team at Cornell, in partnership with teams in China and England, embarked upon the China Study, the most comprehensive study ever undertaken of the relationship between diet and the risk of developing disease. What they found when combined with findings in Colin's laboratory, opened their eyes to the dangers of a diet high in animal protein and the unparalleled health benefits of a whole foods, plant-based diet.In 2005, Colin and his son Tom, now a physician, shared those findings with the world in The China Study, hailed as one of the most important books about diet and health ever written.Featuring brand new content, this heavily expanded edition of Colin and Tom's groundbreaking book includes the latest undeniable evidence of the power of a plant-based diet, plus updated information about the changing medical system and how patients stand to benefit from a surging interest in plant-based nutrition.The China Study - Updated and Expanded Edition presents a clear and concise message of hope as it dispels a multitude of health myths and misinformation. The basic message is clear. The key to a long, healthy life lies in three things: breakfast, lunch and dinner.",https://sivers.org/images/ChinaStudy.gif,book|https://www.amazon.in/China-Study-Comprehensive-Nutrition-Implications/dp/194295283X?tag=learnawesome-21;summary|https://fourminutebooks.com/the-china-study-summary/;summary|https://sivers.org/book/ChinaStudy,health;nutrition;food;science;veganism;nations/china,Author of The China Study,,,,, -d358348c-7781-4704-816c-945aef2b2fc0,The Code Of The Extraordinary Mind,"What if you questioned everything you know and threw out all the pieces that hold you back? With The Code of the Extraordinary Mind, you can. Learn to think like the greatest creative minds of our era—to question, challenge, and create new rules for your ideas of love, education, spirituality, work, happiness, and meaning. The Code of the Extraordinary Mind is a blueprint for retraining our minds to hack everything—how we work, love, parent, and heal—and learn to succeed on our own terms. No matter where you’re starting from, you can build a life that’s truly extraordinary and make a dent in the universe. In this book, you will learn to bend reality, question the brules, transcend the culturescape, embrace your quest, practice consciousness engineering, live in blissipline, and push humanity forward. You will question your limits and realize that there are none. Your understanding of the world around you and your place in it will change, and you will find yourself operating at a new, extraordinary level in every way—with happiness, purpose, fulfillment, and love.",,book|https://www.amazon.com/Code-Extraordinary-Mind-Unconventional-Redefine/dp/1623367085?tag=learnawesome-20;summary|https://fourminutebooks.com/the-code-of-the-extraordinary-mind-summary/,personal-development;psychology;thinking,Vishen Lakhiani,,,,, -637a517f-809d-4259-96ee-3b641fd1b88b,The Compound Effect,"The New York Times and Wall Street Journal bestseller, based on the principle that little, everyday decisions will either take you to the life you desire or to disaster by default. No gimmicks. No Hyperbole. No Magic Bullet. The Compound Effect is a distillation of the fundamental principles that have guided the most phenomenal achievements in business, relationships, and beyond. This easy-to-use, step-by-step operating system allows you to multiply your success, chart your progress, and achieve any desire. If you're serious about living an extraordinary life, use the power of The Compound Effect to create the success you want. You will find strategies including:How to win--every time! The No. 1 strategy to achieve any goal and triumph over any competitor, even if they're smarter, more talented or more experienced.Eradicating your bad habits (some you might be unaware of!) that are derailing your progress.The real, lasting keys to motivation--how to get yourself to do things you don't feel like doing.Capturing the elusive, awesome force of momentum. Catch this, and you'll be unstoppable.The acceleration secrets of superachievers. Do they have an unfair advantage? Yes they do, and now you can too!",https://sivers.org/images/CompoundEffect.gif,book|https://www.goodreads.com/book/show/9420697-the-compound-effect;summary|https://fourminutebooks.com/the-compound-effect-summary/;summary|https://sivers.org/book/CompoundEffect,business;personal-development;productivity,Darren Hardy,,,,, -1811b634-23d7-4b84-9d73-3c0e68884e46,The Courage To Be Disliked - Summary by FourMinuteBooks,By Ichiro Kishimi,https://learn-awesome.github.io/assets/book_covers/43306206.jpg,summary|https://fourminutebooks.com/the-courage-to-be-disliked-summary/;summary|https://sivers.org/book/Disliked;book|https://www.amazon.in/Courage-Be-Disliked-yourself-happiness/dp/176063073X?tag=learnawesome-21;summary|https://blas.com/the-courage-to-be-disliked/,psychology;philosophy;personal-development;ichiro-kishimi;fumitake-koga;alfred-adler,Author of The Courage To Be Disliked,,,,, -5eebaa78-67f0-4d79-86ba-76990868a12e,The Creative Habit,,,book|https://www.amazon.com/Creative-Habit-Learn-Use-Life-ebook/dp/B000SEOWBG?tag=learnawesome-20;summary|https://fourminutebooks.com/the-creative-habit-summary/,creativity;habits,Author of The Creative Habit,,,,, -a11d9c4a-c2c7-483a-a6d4-d40dd757b85b,The Culture Code,"An essential book that unlocks the secrets of highly successful groups and provides readers with a toolkit for building a cohesive, innovative culture, from the New York Times bestselling author of The Talent Code",https://sivers.org/images/CultureCode.gif,book|https://www.amazon.com/Culture-Code-Secrets-Highly-Successful/dp/0525492461?tag=learnawesome-20;summary|https://fourminutebooks.com/the-culture-code-summary/;summary|https://sivers.org/book/CultureCode,leadership;psychology;business;culture,Daniel Coyle,,,,, -7ec656e6-2dd7-424b-b4af-d412fb7c3ef0,The Da Vinci Curse,"Do you keep jumping from hobby to hobby every few months? Are you still trapped in a bad job, one that has already run its course? The da Vinci Curse's ""symptoms"" are not pretty: contradictory interests, bursts of enthusiasm that soon fade, and the feeling that we are not really doing anything-at least not seriously. This happens to very particular people with many interests, talents and passions, people who feel that they still looking for one thing they can enjoy and excel at. There is hope, though: this book will help you find a specialized but heterogeneous profession-one that takes into account your best talents, your passions, and the need of monetization. These are your alternatives: dare to follow your own professional dream, or work hard for someone else who did precisely that. Your call!",,book|https://www.amazon.in/Vinci-CURSE-design-interests-talents/dp/1523244879?tag=learnawesome-21;summary|https://fourminutebooks.com/the-da-vinci-curse-summary/,personal-development;productivity,Author of The Da Vinci Curse,,,,, -12b6a36f-4ea4-4a26-a921-e409cd5ede39,The Desire Map,,,book|https://www.amazon.com/Desire-Map-Guide-Creating-Goals-ebook/dp/B00H7MKSRY?tag=learnawesome-20;summary|https://fourminutebooks.com/the-desire-map-summary/,personal-development,Author of The Desire Map,,,,, -d9e40d7c-1df8-47f5-92b7-88a9340c04aa,The Last Lion - Summary at Blas.com,"Manchester describes not only the man, but the times, context, history, background, “gestalt” in …",https://blas.com/wp-content/uploads/2019/07/513scFBSWsL-190x300.jpg,summary|https://blas.com/the-last-lion/,biography;england;history;politics;war;william-manchester;winston-churchill,Lucius Annaeus Seneca,,,,, -bed5426f-25fe-490f-9648-1589978b60fc,John Conway,,,video|https://www.simonsfoundation.org/2014/04/04/john-conway/,john-conway,,,,,, -24742c9d-3677-4d2d-afc4-57c420356dda,The Dip,"A New York Times, USA Today, and Wall Street Journal bestseller In this iconic bestseller, popular business blogger and bestselling author Seth Godin proves that winners are really just the best quitters. Godin shows that winners quit fast, quit often, and quit without guilt--until they commit to beating the right Dip.Every new project (or job, or hobby, or company) starts out fun...then gets really hard, and not much fun at all. You might be in a Dip--a temporary setback that will get better if you keep pushing. But maybe it's really a Cul-de-Sac--a total dead end. What really sets superstars apart is the ability to tell the two apart.Winners seek out the Dip. They realize that the bigger the barrier, the bigger the reward for getting past it. If you can beat the Dip to be the best, you'll earn profits, glory, and long-term security. Whether you're an intern or a CEO, this fun little book will help you figure out if you're in a Dip that's worthy of your time, effort, and talents. The old saying is wrong--winners do quit, and quitters do win.",https://covers.openlibrary.org/b/id/1977228-M.jpg,book|https://www.goodreads.com/book/show/324748.The_Dip;summary|https://fourminutebooks.com/the-dip-summary/;summary|https://sivers.org/book/Dip,personal-development,Seth Godin,,,,, -18634cc6-895f-48c5-a781-3e8169cfc485,The E-Myth Revisited - Summary by FourMinuteBooks,By Michael E. Gerber,https://learn-awesome.github.io/assets/book_covers/81948.jpg,summary|https://fourminutebooks.com/the-e-myth-revisited-summary/;book|https://openlibrary.org/books/OL1120224M/The_E-myth_revisited,entrepreneurship,Michael E. Gerber,,,,, -9c9af9ab-22df-4114-8452-bbfcba117549,The Education Of A Value Investor - Summary by FourMinuteBooks,By Guy Spier,https://learn-awesome.github.io/assets/book_covers/20696027.jpg,summary|https://fourminutebooks.com/the-education-of-a-value-investor-summary/;book|https://www.amazon.in/Education-Value-Investor-Transformative-Enlightenment/dp/1137278811?tag=learnawesome-21,personal-finance;finance,Guy Spier,,,,, -cdbe1526-92dc-4c9b-ab4b-5b848532b969,The Effective Executive - Summary by FourMinuteBooks,By Peter F. Drucker,https://learn-awesome.github.io/assets/book_covers/48019.jpg,summary|https://fourminutebooks.com/the-effective-executive-summary/;book|https://www.goodreads.com/book/show/48019.The_Effective_Executive,management;productivity,Peter F. Drucker,,,,, -c95a9063-08d7-48a8-a2dc-8ff9bde594b7,The End Of Average - Summary by FourMinuteBooks,By Todd Rose,https://learn-awesome.github.io/assets/book_covers/24186666.jpg,summary|https://fourminutebooks.com/the-end-of-average-summary/;book|https://www.amazon.com/End-Average-Succeed-Values-Sameness/dp/0062358367?tag=learnawesome-20,psychology;education;personal-development,Todd Rose,,,,, -dfabae5d-ba4c-4642-9af7-3aff5a110459,The End of Jobs,"The rapid development of technology and globalization has changed the leverage points in accumulating wealth: money, meaning and freedom. Those that don’t adapt are becoming trapped in the downward spiral of a dying middle class - working harder and earning less. Entrepreneurs that understand the new paradigm, have created unprecedented wealth in their lives and the lives of those they love. In This Book You’ll Learn: — Why the century-long growth in wages came to a halt in 2000. — Why MBAs and JDs can’t get jobs and what that means for the future of work and your job. — Why The Theory of Constraints and a shift into the Fourth Economy has made entrepreneurship the highest-leveraged career path for the young and ambitious. — Why The Turkey Problem means accounting may be the riskiest profession in the 21st century while entrepreneurship may be the safest. — How entrepreneurs with second-rate degrees are leveraging the radical democracy of the Long Tail to get rich. — How the Stair Step Method and return of apprenticeships have transformed the “entrepreneurial leap"" to make entrepreneurship more accessible than ever. — The scientific research on how giving up balanced living and embracing integrated living leads to more money, more meaning, and more freedom. Included (Free) Resources: Get access by visiting http://taylorpearson.me/eoj — Full Recorded Interviews with the Ten Entrepreneurs featured in The End of Jobs detailing how they launched their own successful businesses. — Taylor’s 67 must-read business books to fuel your entrepreneurial career. — 49 tools and templates to save you hundreds of hours when launching and growing a business. — A Ninety-Day goal setting template to translate the book into actionable steps — Access to a private community to discuss the book and get support from a community of like-minded individuals to inspire, motivate, and assist each other. Who Should Read This Book? Early Stage Entrepreneurs - Doubting yourself and wondering if you made a smart choice to abandon the traditional career path? In Chapter 5, The Turkey Problem, you’ll learn the difference between real and perceived risk and why Entrepreneurship is a smarter choice than ever. Established Entrepreneurs - Do you have friends, family or team members that don’t understand their choices? In chapters 12 through 14 you’ll understand how to explain the fundamental drives of your ambition. Students - Are you considering getting another degree as opposed to starting a business or going to work for an entrepreneurial business? Before you invest hundreds of thousands of dollars, read Chapter 3 to understand why credentials are getting less valuable even as degrees get more expensive. Corporate Employees - Are you in a position that feels safe but doesn’t let you expand your skills and network? In chapter 4 through 6, you’ll find out why that job might not be as safe as you think.",https://covers.openlibrary.org/b/id/8920878-M.jpg,book|https://openlibrary.org/books/OL27462400M/The_End_of_Jobs;summary|https://fourminutebooks.com/the-end-of-jobs-summary/,business;entrepreneurship;economics;personal-development,Taylor Pearson,,,,, -995f993b-cddf-428f-ae2e-9fdd8be1bcb3,The End Of Stress,,,book|https://www.amazon.com/End-Stress-Steps-Rewire-Brain-ebook/dp/B00GEEB16I?tag=learnawesome-20;summary|https://fourminutebooks.com/the-end-of-stress-summary/,psychology;stress,Author of The End Of Stress,,,,, -19a57ee5-7b04-4850-8839-1cfc42eefd83,The Energy Bus,,,book|https://www.amazon.com/Energy-Bus-Rules-Fuel-Positive-ebook/dp/B0086I25S8?tag=learnawesome-20;summary|https://fourminutebooks.com/the-energy-bus-summary/,personal-development,Author of The Energy Bus,,,,, -7da40cd3-bbb0-4947-abec-1706b1643a6f,The Eureka Factor,"In a book perfect for readers of Charles Duhigg's The Power of Habit, David Eagleman's Incognito, and Leonard Mlodinow's Subliminal, the cognitive neuroscientists who discovered how the brain has aha moments—sudden creative insights—explain how they happen, when we need them, and how we can have more of them to enrich our lives and empower personal and professional success.Eureka or aha moments are sudden realizations that expand our understanding of the world and ourselves, conferring both personal growth and practical advantage. Such creative insights, as psychological scientists call them, were what conveyed an important discovery in the science of genetics to Nobel laureate Barbara McClintock, the melody of a Beatles ballad to Paul McCartney, and an understanding of the cause of human suffering to the Buddha. But these moments of clarity are not given only to the famous. Anyone can have them.In The Eureka Factor, John Kounios and Mark Beeman explain how insights arise and what the scientific research says about stimulating more of them. They discuss how various conditions affect the likelihood of your having an insight, when insight is helpful and when deliberate methodical thought is better suited to a task, what the relationship is between insight and intuition, and how the brain's right hemisphere contributes to creative thought.Written in a lively, engaging style, this book goes beyond scientific principles to offer productive techniques for realizing your creative potential—at home and at work. The authors provide compelling anecdotes to illustrate how eureka experiences can be a key factor in your life. Attend a dinner party with Christopher Columbus to learn why we need insights. Go to a baseball game with the director of a classic Disney Pixar movie to learn about one important type of aha moment. Observe the behind-the-scenes arrangements for an Elvis Presley concert to learn why the timing of insights makes them difficult to use but crucial to study.Accessible and compelling, The Eureka Factor is a fascinating look at the human brain and its seemingly infinite capacity to surprise us.Advance praise for The Eureka Factor“The Eureka Factor is a highly engaging and informative look into the fascinating topic of sudden creative insights. John Kounios and Mark Beeman convincingly show that what once seemed to be a mysterious feature of the human mind is yielding to dramatic advances in the fields of psychology and neuroscience. Combining state-of-the-art research with compelling everyday examples, this book is essential reading for anyone who has ever wondered what makes it possible to experience an ‘Aha' moment.”—Daniel L. Schacter, William R. Kenan, Jr., Professor of Psychology, Harvard University, and author of The Seven Sins of Memory: How the Mind Forgets and Remembers",,book|https://www.amazon.in/Eureka-Factor-Moments-Creative-Insight/dp/1400068541?tag=learnawesome-21;summary|https://fourminutebooks.com/the-eureka-factor-summary/,psychology;thinking;creativity,Author of The Eureka Factor,,,,, -ce1a6317-f7d7-4e9a-95b7-2b8a3f11973f,"The Innovators: How a Group of Hackers, Geniuses, and Geeks Created the Digital Revolution",By Walter Isaacson,https://learn-awesome.github.io/assets/book_covers/21856367.jpg,book|https://openlibrary.org/books/OL25643817M/The_Innovators;summary|https://fourminutebooks.com/the-innovators-summary/,history;business;technology,Walter Isaacson,,,,, -1f6a5eb2-5f60-4359-826c-6f7f42cace5a,The Evolution Of Everything - Summary by FourMinuteBooks,By Matt Ridley,https://learn-awesome.github.io/assets/book_covers/25816925._SX98_.jpg,summary|https://fourminutebooks.com/the-evolution-of-everything-summary/;book|https://www.amazon.in/Evolution-Everything-How-Ideas-Emerge/dp/0062296019?tag=learnawesome-21,science;history;philosophy;economics;biology;evolution;psychology,Matt Ridley,,,,, -627dd2f3-1e6e-4553-b587-4485eb38d50a,The Facebook Effect - Summary by FourMinuteBooks,By David Kirkpatrick,https://learn-awesome.github.io/assets/book_covers/7518289.jpg,summary|https://fourminutebooks.com/the-facebook-effect-summary/;book|https://www.amazon.com/Facebook-Effect-Inside-Company-Connecting/dp/1439102120?tag=learnawesome-20,business;facebook;entrepreneurship;social-media,David Kirkpatrick,,,,, -7f656b79-472a-4d9f-aeee-2a9adb30cd23,The Fifth Agreement,,,book|https://www.amazon.com/Fifth-Agreement-Practical-Self-Mastery-Toltec-ebook/dp/B005BRSFCC?tag=learnawesome-20;summary|https://fourminutebooks.com/the-fifth-agreement-summary/,personal-development,Author of The Fifth Agreement,,,,, -7c68b1de-caa7-4fdc-a1e4-396f30b8f806,The Fine Art Of Small Talk,"Nationally recognized communication expert Debra Fine reveals the techniques and strategies anyone can use to make small talk--in any situation. Do you spend an abnormal amount of time hiding out in the bathroom or hanging out at the buffet table at social gatherings? Does the thought of striking up a conversation with a stranger make your stomach do flip-flops? Do you sit nervously through job interviews waiting for the other person to speak? Are you a ""Nervous Ned or Nellie"" when it comes to networking? Then it's time you mastered The Fine Art of Small Talk. With practical advice and conversation ""cheat sheets,"" The Fine Art of Small Talk will help you learn to feel more comfortable in any type of social situation, from lunch with the boss to an association event to a cocktail party where you don't know a soul.",https://covers.openlibrary.org/b/id/6613979-M.jpg,book|https://www.amazon.com/Fine-Art-Small-Talk-Conversation/dp/1401302262?tag=learnawesome-20;summary|https://fourminutebooks.com/the-fine-art-of-small-talk-summary/,communication,Debra Fine,,,,, -31ac8e6c-fb27-4bb6-9c00-68466f92a5f8,The Fortune Cookie Principle,,,book|https://www.amazon.in/Fortune-Cookie-Principle-Great-Business-ebook/dp/B00DCGXBDW?tag=learnawesome-21;summary|https://fourminutebooks.com/the-fortune-cookie-principle-summary/,branding;marketing,Author of The Fortune Cookie Principle,,,,, -92ab9bfc-acb4-4479-b643-aa9a4efa39e0,The Four Agreements - Summary by FourMinuteBooks,By Miguel Ruiz,https://learn-awesome.github.io/assets/book_covers/6596.jpg,summary|https://fourminutebooks.com/the-four-agreements-summary/;book|https://openlibrary.org/books/OL672225M/The_four_agreements,spirituality;philosophy;personal-development,Miguel Ruiz,,,,, -823586cb-f896-4d8d-9adf-83b2559eecc3,The Four Tendencies,"In this groundbreaking analysis of personality type, bestselling author of Better Than Before and The Happiness Project, Gretchen Rubin reveals the one simple question that will transform what you do at home, at work, and in life. During her multibook investigation into understanding human nature, Gretchen Rubin realized that by asking the seemingly dry question ""How do I respond to expectations?"" we gain explosive self-knowledge. She discovered that based on their answer, people fit into Four Tendencies: Upholders, Questioners, Obligers, and Rebels. Our Tendency shapes every aspect of our behavior, so using this framework allows us to make better decisions, meet deadlines, suffer less stress, and engage more effectively. More than 600,000 people have taken her online quiz, and managers, doctors, teachers, spouses, and parents already use the framework to help people make significant, lasting change. The Four Tendencies hold practical answers if you've ever thought...· People can rely on me, but I can't rely on myself.· How can I help someone to follow good advice?· People say I ask too many questions.· How do I work with someone who refuses to do what I ask or who keeps telling me what to do?With sharp insight, compelling research, and hilarious examples, The Four Tendencies will help you get happier, healthier, more productive, and more creative. It's far easier to succeed when you know what works for you.",,book|https://www.amazon.in/Four-Tendencies-Indispensable-Personality-Profiles/dp/1524760919?tag=learnawesome-21;summary|https://fourminutebooks.com/the-four-tendencies-summary/,psychology;relationships,Gretchen Rubin,,,,, -4a066561-69e9-4dce-9566-80c2bfad113b,The Intelligent Investor,,,book|https://www.amazon.com/Intelligent-Investor-Collins-Business-Essentials-ebook/dp/B000FC12C8?tag=learnawesome-20;summary|https://fourminutebooks.com/the-intelligent-investor-summary/,personal-finance;investing,Author of The Intelligent Investor,,,,, -b6b53b42-c632-4a11-9d81-f16a8211d215,An Elegant Puzzle: Systems of Engineering Management - Summary at Blas.com,This book starts with organizational design – it gets the right people in the …,https://blas.com/wp-content/uploads/2019/07/51aTO3pGp9L._SX336_BO1204203200_-203x300.jpg,summary|https://blas.com/an-elegant-puzzle/,business;engineering;management;william-larson,,,,,, -ad67de1b-a06a-4c77-b56e-6244e6c01c8f,The Sci Guys: Science at Home - SE3 - EP 13: Giant Bubble Recipe with Guar Gum and Bubble Wand,,,video|https://www.youtube.com/watch?v=rg2Zj8gGp8o,bubbles,,,,,,oer -e1df79c5-8739-47d1-9448-a47f4048d3b1,The Freaks Shall Inherit The Earth,"Do you ever wonder where you fit in? Do you sometimes get that feeling that you have something much bigger to offer the universe, but then it fills you with fear and anxiety, so you think maybe I'll just pay it safe? But what is safe? The factory job? The cubicle job? Factories all over have been converted to open spaces for startups. Skyscrapers have entire floors open for lease because the ""same as everyone else"" class of jobs have dried up. Many of us were raised to seek out a job that required us to fit in, to conform, to adapt until we fit the mold. The Freaks Shall Inherit The Earth is a guide for the kind of person who wouldn't normally pick up a business book. The personal business revolution is upon us. Here's your recipe book for starting your revolutionary business, including some of what you will learn:How to be as weird as you want while providing a viable business structure to support it What most people are missing from the basic frameworks of doing business How to turn passions into businesses How to build out the Digital Channel What Kickstarter and Square mean for the future of business) Take the plunge. Learn to fail and then win. Dare to do something that ""everyone else"" doesn't. The Freaks Shall Inherit the Earth will help. Bestselling author and successful entrepreneur Chris Brogan explains step-by-step how to build your business from the ground up, all without compromising the unique mindset and personal values that make you a freak in the first place.",https://covers.openlibrary.org/b/id/7630151-M.jpg,book|https://www.amazon.com/Freaks-Shall-Inherit-Earth-Entrepreneurship/dp/1118800559?tag=learnawesome-20;summary|https://fourminutebooks.com/the-freaks-shall-inherit-the-earth-summary/,business;entrepreneurship;career,Chris Brogan,,,,, -14ea33d5-2f5c-49e1-8c61-59cf84c7a653,The Game - Summary by FourMinuteBooks,By Neil Strauss,https://learn-awesome.github.io/assets/book_covers/900.jpg,summary|https://fourminutebooks.com/the-game-summary/;book|https://www.goodreads.com/book/show/900.The_Game,psychology;relationships;seduction,Author of The Game,,,,, -aa91b423-27c9-4565-a14a-f86b8f68ff69,The Genius Of Birds,"Birds are astonishingly intelligent creatures. According to revolutionary new research, some birds rival primates and even humans in their remarkable forms of intelligence. In The Genius of Birds, acclaimed author Jennifer Ackerman explores their newly discovered brilliance and how it came about. As she travels around the world to the most cutting-edge frontiers of research, Ackerman not only tells the story of the recently uncovered genius of birds but also delves deeply into the latest findings about the bird brain itself that are shifting our view of what it means to be intelligent. At once personal yet scientific, richly informative and beautifully written, The Genius of Birds celebrates the triumphs of these surprising and fiercely intelligent creatures.",,book|https://www.amazon.in/Genius-Birds-Jennifer-Ackerman/dp/0399563121?tag=learnawesome-21;summary|https://fourminutebooks.com/the-genius-of-birds-summary/,animals;birds;biology,Jennifer Ackerman,,,,, -a3b1bd22-9790-4193-a5d7-7d8302706220,The Geography Of Genius - Summary by FourMinuteBooks,By Eric Weiner,https://learn-awesome.github.io/assets/book_covers/25111093.jpg,summary|https://fourminutebooks.com/the-geography-of-genius-summary/;summary|https://sivers.org/book/GeographyOfGenius;book|https://www.goodreads.com/book/show/25111093-the-geography-of-genius,history,Eric Weiner,,,,, -ae0e6323-bf33-442b-a1d6-0c0b248a0e45,The Gifts Of Imperfection,"New York Times best-selling author and professor Brené Brown offers a powerful and inspiring book that explores how to cultivate the courage, compassion, and connection to embrace your imperfections and to recognize that you are enough.Each day we face a barrage of images and messages from society and the media telling us who, what, and how we should be. We are led to believe that if we could only look perfect and lead perfect lives, we'd no longer feel inadequate. So most of us perform, please, and perfect, all the while thinking, What if I can't keep all of these balls in the air? Why isn't everyone else working harder and living up to my expectations? What will people think if I fail or give up? When can I stop proving myself?In The Gifts of Imperfection, Bren頂rown, PhD, a leading expert on shame, authenticity and belonging, shares what she's learned from a decade of research on the power of Wholehearted Living--a way of engaging with the world from a place of worthiness.In her ten guideposts, Brown engages our minds, hearts, and spirits as she explores how we can cultivate the courage, compassion, and connection to wake up in the morning and think, No matter what gets done and how much is left undone, I am enough, and to go to bed at night thinking, Yes, I am sometimes afraid, but I am also brave. And, yes, I am imperfect and vulnerable, but that doesn't change the truth that I am worthy of love and belonging.",https://covers.openlibrary.org/b/id/7414597-M.jpg,book|https://openlibrary.org/books/OL24913849M/The_gifts_of_imperfection;summary|https://fourminutebooks.com/the-gifts-of-imperfection-summary/,psychology;personal-development,Brené Brown,,,,, -1357cc95-e8e7-41ae-8897-7bca708560b6,The Greatest Salesman In The World,"The Greatest Salesman in the World is a book that serves as a guide to a philosophy of salesmanship, and success, telling the story of Hafid, a poor camel boy who achieves a life of abundance. If Mandino's suggested reading structure is followed, it would take about 10 months to read the book.What you are today is not important... for in this  runaway bestseller you will learn how to change your life by applying the secrets you are about to  discover in the ancient scrolls.",,book|https://www.amazon.in/Greatest-Salesman-World-Og-Mandino-ebook/dp/B004G8PIQ8?tag=learnawesome-21;summary|https://fourminutebooks.com/the-greatest-salesman-in-the-world-summary/,sales,Og Mandino,,,,, -0aa72815-6a4e-4212-bd15-10fb52023440,The Habit Blueprint,,,book|https://www.amazon.in/Habit-Blueprint-Simple-Steps-Transform-ebook/dp/B01N438WWO?tag=learnawesome-21;summary|https://fourminutebooks.com/the-habit-blueprint-summary/,habits,Author of The Habit Blueprint,,,,, -aa022f30-0142-49db-9588-5b29f8a059c6,"The Hidden Life of Trees: What They Feel, How They Communicate - Summary at Blas.com","Wohlleben goes into the nitty-gritty of how trees survive, communicate, protect themselves, grow, are social …",https://blas.com/wp-content/uploads/2019/07/61W8QFqBuNL-210x300.jpg,summary|https://blas.com/the-hidden-life-of-trees/,biology;peter-wohlleben;trees,Lucius Annaeus Seneca,,,,, -bc325c7b-cbee-4bc8-bd65-e3e9f4efd30c,The Art of Doing Science and Engineering: Learning to Learn - Summary at Blas.com,“After more thought I decided that since I was trying to teach “style” of thinking …,https://blas.com/wp-content/uploads/2019/07/41Dn-iksUXL._SX403_BO1204203200_-243x300.jpg,summary|https://blas.com/learning-to-learn/,engineering;learning;richard-hamming;science;thinking;worth-re-reading,Lucius Annaeus Seneca,,,,, -571ebbb6-c063-4093-bb88-a970d9ad7147,The Happiness Advantage - Summary by FourMinuteBooks,By Shawn Achor,https://learn-awesome.github.io/assets/book_covers/9484114.jpg,summary|https://fourminutebooks.com/the-happiness-advantage-summary/;book|https://openlibrary.org/books/OL24110024M/The_happiness_advantage,psychology;happiness;personal-development,Shawn Achor,,,,, -6f9a19b0-cb20-450d-bc29-49030cf43b9d,The Happiness Equation,"What’s the formula for a happy life?   Neil Pasricha is a Harvard MBA, a Walmart executive, a New York Times–bestselling author, and a husband and dad. After selling more than a million copies of his Book of Awesome series, he now shifts his focus from observation to application. In The Happiness Equation, Pasricha illustrates how to want nothing, do anything, and have everything. If that sounds like a contradiction, you simply haven’t unlocked the 9 Secrets to Happiness. Each secret takes a common ideal, flips it on its head, and casts it in a completely new light. Pasricha then goes a step further by providing step-by-step guidelines and hand-drawn scribbles that illustrate exactly how to apply each secret to live a happier life today. Controversial? Maybe. Counterintuitive? Definitely.The Happiness Equation will teach you such principles as: · Why success doesn’t lead to happiness  · How to make more money than a Harvard MBA  · Why multitasking is a myth  · How eliminating options leads to more choiceThe Happiness Equation is a book that will change how you think about everything—your time, your career, your relationships, your family, and, ultimately, of course, your happiness.  ",,book|https://www.goodreads.com/book/show/22571656-the-happiness-equation;summary|https://fourminutebooks.com/the-happiness-equation-summary/,psychology;happiness,Neil Pasricha,,,,, -2f17b5a6-39aa-4b01-8a58-aeb59183f307,The Happiness Hypothesis - Summary by FourMinuteBooks,By Jonathan Haidt,https://learn-awesome.github.io/assets/book_covers/96884.jpg,summary|https://fourminutebooks.com/the-happiness-hypothesis-summary/;summary|https://sivers.org/book/HappinessHypothesis;book|https://www.amazon.in/Happiness-Hypothesis-Finding-Modern-Ancient/dp/0465028020?tag=learnawesome-21,psychology;philosophy,Jonathan Haidt,,,,, -5f550609-d8cb-4264-ba26-260c3cd2e43b,The Happiness Of Pursuit,"A remarkable book that will both guide and inspire, The Happiness of Pursuit reveals how anyone can bring meaning into their life by undertaking a quest.   When he set out to visit all of the planet’s countries by age thirty-five, compulsive goal seeker Chris Guillebeau never imagined that his journey’s biggest revelation would be how many people like himself exist – each pursuing a challenging quest.  And, interestingly, these quests aren’t just travel-oriented.  On the contrary, they’re as diverse as humanity itself.  Some involve exploration; others the pursuit of athletic or artistic excellence; still others a battle against injustice or poverty or threats to the environment.   Everywhere that Chris visited he found ordinary people working toward extraordinary goals, making daily down payments on their dream.  These “questers” included a suburban mom pursuing a wildly ambitious culinary project, a DJ producing the world’s largest symphony, a young widower completing the tasks his wife would never accomplish, and a teenager crossing an entire ocean alone - as well as a do-it-yourselfer tackling M.I.T.’s computer-science course, a nerd turning himself into real-life James Bond, and scores of others writing themselves into the record books.   The more Chris spoke with these strivers, the more he began to appreciate the direct link between questing and long-term happiness -- how going after something in a methodical way enriches our lives -- and he was compelled to complete a comprehensive study of the phenomenon and extract the best advice.  In The Happiness of Pursuit he draws on interviews with hundreds of questers, revealing their secret motivations, their selection criteria, the role played by friends and family, their tricks for solving logistics, and the importance of documentation.   Equally fascinating is Chris’ examination of questing’s other side, including questers’ acute awareness of mortality, their struggle against monotony, and their wistful feelings once a quest has succeeded. What happens after the summit is climbed, the painting hung, the endurance record broken, the “at risk” community saved?    A book that challenges each of us to take control – to make our lives be about something while at the same time remaining clear-eyed about the commitment -- The Happiness of Pursuit will inspire readers of every age and aspiration.  It’s a playbook for making your life count.",,book|https://openlibrary.org/books/OL27170176M/The_happiness_of_pursuit;summary|https://fourminutebooks.com/the-happiness-of-pursuit-summary/,travel;personal-development,Chris Guillebeau,,,,, -e359429e-8e7e-4d20-b2cb-8f9b7da6752b,The Happiness Project,,,book|https://www.amazon.in/Happiness-Project-Revised-Aristotle-Generally-ebook/dp/B017H7FUIK?tag=learnawesome-21;summary|https://fourminutebooks.com/the-happiness-project-summary/,happiness,Author of The Happiness Project,,,,, -172230ef-fb25-4477-8b70-675a22335d6e,The Happy Mind,,,book|https://www.amazon.com/Happy-Mind-Simple-Happier-Starting-ebook/dp/B076QDYL9X?tag=learnawesome-20;summary|https://fourminutebooks.com/the-happy-mind-summary/,happiness,Author of The Happy Mind,,,,, -4c446bf0-c561-4694-a1e2-2cacae907a87,The Hard Thing About Hard Things - Summary by FourMinuteBooks,Famed investor and entrepreneur Ben Horowitz brings us through his personal accounts of the stresses and …,https://blas.com/wp-content/uploads/2015/06/The-Hard-Thing-About-Hard-Things-225x300-225x300.jpg,summary|https://fourminutebooks.com/the-hard-thing-about-hard-things-summary/;summary|https://blas.com/the-hard-thing-about-hard-things/;book|https://www.goodreads.com/book/show/18176747-the-hard-thing-about-hard-things,entrepreneurship;business;management;start-up;ben-horowitz,Ben Horowitz,,,,, -57cfbdd7-667e-437e-a4c2-d6bf14512970,The Food Lab,By J. Kenji López-Alt,https://learn-awesome.github.io/assets/book_covers/24861842.jpg,book|https://www.goodreads.com/book/show/24861842-the-food-lab,cooking;science,,,,,, -c9e6a64f-54f6-452d-bbc5-6c598ee153b7,The Happiest Baby on the Block - Summary at Blas.com,"The 5’s – what they are, how to do them, why they help to …",https://blas.com/wp-content/uploads/2019/07/download.jpg,summary|https://blas.com/the-happiest-baby-on-the-block/,harvey-karp;kids;parenting,Lucius Annaeus Seneca,,,,, -805f22e9-f00d-411c-9106-fc71a9417b0a,Decoded - Summary at Blas.com,Jay-Z’s autobiography where he gives context to his songs by explaining what was happening …,https://blas.com/wp-content/uploads/2019/07/Decoded-244x300.jpg,summary|https://blas.com/decoded/,autobiography;jay-z;music;rap,Lucius Annaeus Seneca,,,,, -5165fe3d-9755-4e27-85c1-558708d2aed3,The Spiritual Child: The New Science on Parenting for Health and Lifelong Thriving - Summary at Blas.com,"Spirituality is an untapped tool for human development, fulfillment, happiness, success. With this, children …",https://blas.com/wp-content/uploads/2019/06/81Vp2oerIML-200x300.jpg,summary|https://blas.com/the-spiritual-child/,kids;lisa-miller;parenting;spirituality,Lucius Annaeus Seneca,,,,, -32a5cc78-2481-409e-950b-f7ad459da523,https://twitter.com/michael_nielsen/status/1132063670102454273,,,thread|https://twitter.com/michael_nielsen/status/1132063670102454273,quantum-physics,,,,,, -1a52fe04-a02c-4c54-acb5-8f467dca336c,The Hidden Life of Trees,"In The Hidden Life of Trees, Peter Wohlleben shares his deep love of woods and forests and explains the amazing processes of life, death, and regeneration he has observed in the woodland and the amazing scientific processes behind the wonders of which we are blissfully unaware. Much like human families, tree parents live together with their children, communicate with them, and support them as they grow, sharing nutrients with those who are sick or struggling and creating an ecosystem that mitigates the impact of extremes of heat and cold for the whole group. As a result of such interactions, trees in a family or community are protected and can live to be very old. In contrast, solitary trees, like street kids, have a tough time of it and in most cases die much earlier than those in a group.Drawing on groundbreaking new discoveries, Wohlleben presents the science behind the secret and previously unknown life of trees and their communication abilities; he describes how these discoveries have informed his own practices in the forest around him. As he says, a happy forest is a healthy forest, and he believes that eco-friendly practices not only are economically sustainable but also benefit the health of our planet and the mental and physical health of all who live on Earth.",https://covers.openlibrary.org/b/id/8064205-M.jpg,book|https://www.amazon.in/Hidden-Life-Trees-Communicate_Discoveries-Secret/dp/1771642483?tag=learnawesome-21;summary|https://fourminutebooks.com/the-hidden-life-of-trees-summary/,science;environment;nature;biology;trees;forests,Peter Wohlleben,,,,, -c66ee298-9f2c-4f8f-ba0b-30e5c3ef3eea,The Honest Truth About Dishonesty - Summary by FourMinuteBooks,By Dan Ariely,https://learn-awesome.github.io/assets/book_covers/13426114.jpg,summary|https://fourminutebooks.com/the-honest-truth-about-dishonesty-summary/;book|https://www.amazon.com/Honest-Truth-About-Dishonesty-Everyone-Especially/dp/0062183613?tag=learnawesome-20,psychology;economics;ethics;decision-making,Dan Ariely,,,,, -7f09acb7-dfd7-457d-9479-12c23c6358aa,The House Of Rothschild,"In his rich and nuanced portrait of the remarkable, elusive Rothschild family, Oxford scholar and bestselling author Niall Ferguson uncovers the secrets behind the family's phenomenal economic success. He reveals for the first time the details of the family's vast political network, which gave it access to and influence over many of the greatest statesmen of the age. And he tells a family saga, tracing the importance of unity and the profound role of Judaism in the lives of a dynasty that rose from the confines of the Frankfurt ghetto and later used its influence to assist oppressed Jews throughout Europe. A definitive work of impeccable scholarship with a thoroughly engaging narrative, 'The House of Rothschild' is a biography of the rarest kind, in which mysterious and fascinating historical figures finally spring to life.",,book|https://www.amazon.com/House-Rothschild-Niall-Ferguson/dp/0140240845?tag=learnawesome-20;summary|https://fourminutebooks.com/the-house-of-rothschild-summary/,history;economics;business;rothschild,Niall Ferguson,,,,, -2ec04bc0-73de-4a3d-ab0a-1fae81b53b5f,The Idea Factory - Summary by FourMinuteBooks,By Jon Gertner,https://learn-awesome.github.io/assets/book_covers/11797471.jpg,summary|https://fourminutebooks.com/the-idea-factory-summary/;book|https://www.amazon.com/Idea-Factory-Great-American-Innovation/dp/0143122797?tag=learnawesome-20,history;business;technology;bell-labs,Jon Gernter,,,,, -30bec831-56f3-48f6-a7d4-124632323d51,The In-Between,"We’re an “instant gratification” generation—but most change happens gradually.Many of us spend our lives searching and longing for something more than what is in front of us. Whether it’s traveling abroad or chasing cheap (or expensive) thrills, we’re all looking for the medicine to satisfy our restlessness. And so often we're looking in the wrong place.The In-Between is a call to accept the importance that waiting plays in our lives. Can we embrace the extraordinary nature of the ordinary and enjoy the daily mundane—what lies in between the “major” moments? Learning to live in this tension, to be content in these moments of waiting, may be our greatest struggle—and our greatest opportunity to grow.",,book|https://www.goodreads.com/book/show/17290453-the-in-between;summary|https://fourminutebooks.com/the-in-between-summary/,personal-development;psychology,Author of The In-Between,,,,, -e64e3a6c-c953-4ddc-8fc6-ffe226bf9508,The Inner Game Of Tennis,"The Inner Game of Tennis is a revolutionary program for overcoming the self-doubt, nervousness, and lapses of concentration that can keep a player from winning. Now available in a revised paperback edition, this classic bestseller can change the way the game of tennis is played.",https://covers.openlibrary.org/b/id/421843-M.jpg,book|https://openlibrary.org/books/OL655842M/The_inner_game_of_tennis;summary|https://fourminutebooks.com/the-inner-game-of-tennis-summary/,psychology;sports,W. Timothy Gallwey,,,,, -d02d148a-762a-4ba2-9713-30a497d7964d,The Innovator’s Dilemma - Summary by FourMinuteBooks,By Clayton M. Christensen,https://learn-awesome.github.io/assets/book_covers/2615.jpg,summary|https://fourminutebooks.com/the-innovators-dilemma-summary/;book|https://www.amazon.in/Innovators-Dilemma-Technologies-Cause-Great/dp/1565114159?tag=learnawesome-21,business;innovation,Clayton M. Christensen,,,,, -bf2e5c60-7454-4759-9db0-7579712ba474,Jonathan Livingston Seagull - Summary at Blas.com,"The story of Jonathan Seagull, the seagull who dared to be different and push …",https://blas.com/wp-content/uploads/2019/06/71Nomlj8kCL-229x300.jpg,summary|https://blas.com/jonathan-livingston-seagull/,learning;mastery;richard-bach;worth-re-reading,Lucius Annaeus Seneca,,,,, -fee2806e-d135-4403-81e0-4a2b60cc0ced,The Interpretation Of Dreams,"What are the most common dreams and why do we have them? What does a dream about death mean? What do dreams of swimming, failing, or flying symbolize?First published by Sigmund Freud in 1899, The Interpretation of Dreams considers why we dream and what it means in the larger picture of our psychological lives. Delving into theories of manifest and latent dream content, the special language of dreams, dreams as wish fulfillments, the significance of childhood experiences, and much more, Freud, widely considered the “father of psychoanalysis,” thoroughly and thoughtfully examines dream psychology. Encompassing dozens of case histories and detailed analyses of actual dreams, this landmark text presents Freud’s legendary work as a tool for comprehending our sleeping experiences.Renowned for translating Freud’s German writings into English, James Strachey—with the assistance of Anna Freud—first published this edition in 1953. Incorporating all textual alterations made by Freud over a period of thirty years, it remains the most complete translation of the work in print.Completely redesigned and available for the first time in trade paperback",,book|https://openlibrary.org/books/OL24062369M/The_interpretation_of_dreams;summary|https://fourminutebooks.com/the-interpretation-of-dreams-summary/,psychology;philosophy;dreams,Sigmund Freud,,,,, -bf9ca365-8268-4e37-883f-23c5ea21a756,The Language Instinct - Summary by FourMinuteBooks,By Steven Pinker,https://learn-awesome.github.io/assets/book_covers/5755.jpg,summary|https://fourminutebooks.com/the-language-instinct-summary/;book|https://www.amazon.com/Language-Instinct-How-Mind-Creates/dp/1491514981?tag=learnawesome-20,linguistics;psychology;language;philosophy,Steven Pinker,,,,, -c3aa8c5f-686e-4b7c-9a5d-11b945a9ff9d,The Laws Of Human Nature,Robert Greene draws on a multitude of different resources to highlight the laws of …,https://blas.com/wp-content/uploads/2018/11/71OMelbI6sL-196x300.jpg,book|https://www.amazon.in/Laws-Human-Nature-Robert-Greene-ebook/dp/B07BJLX414?tag=learnawesome-21;summary|https://fourminutebooks.com/the-laws-of-human-nature-summary/;summary|https://blas.com/the-laws-of-human-nature/,psychology;relationships;wisdom;universals;robert-greene;philosophy;human-nature,Author of The Laws Of Human Nature,,,,, -5fcf1273-e88a-44a6-94da-89d186fbe86b,The Lessons Of History - Summary by FourMinuteBooks,"Will and Ariel Durant provide an unparalleled multi-disciplinary recount of history, covering major themes, events and people. This 100 page book is an incredible summary of their 10,000+ page series, The Story of Civilization.",https://blas.com/wp-content/uploads/2016/01/174713-208x300.jpg,summary|https://fourminutebooks.com/the-lessons-of-history-summary/;summary|https://sivers.org/book/LessonsOfHistory;summary|https://blas.com/lessons-of-history/;book|https://www.amazon.in/Lessons-History-Will-Durant/dp/143914995X?tag=learnawesome-21,history;philosophy;politics;worth-re-reading;wisdom;will-durant;ariel-durant,Author of The Lessons Of History,,,,, -32045f00-c775-4f69-99ca-fb4fb6026f68,The Life-Changing Magic Of Not Giving A F*ck,"THE ""GENIUS"" (Cosmopolitan) NATIONAL BESTSELLER ON THE ART OF CARING LESS AND GETTING MOREAre you stressed out, overbooked, and underwhelmed by life? Fed up with pleasing everyone else before you please yourself? It's time to stop giving a f*ck. This brilliant, hilarious, and practical parody of Marie Kondo's bestseller The Life-Changing Magic of Tidying Up explains how to rid yourself of unwanted obligations, shame, and guilt--and give your f*cks instead to people and things that make you happy. The easy-to-use, two-step NotSorry Method for mental decluttering will help you unleash the power of not giving a f*ck about: Family dramaHaving a ""bikini body""IcelandCo-workers' opinions, pets, and childrenAnd other bullsh*t! And it will free you to spend your time, energy, and money on the things that really matter. So what are you waiting for? Stop giving a f*ck and start living your best life today!",,book|https://www.amazon.in/Life-Changing-Magic-Not-Giving-bestselling/dp/1784298468?tag=learnawesome-21;summary|https://fourminutebooks.com/the-life-changing-magic-of-not-giving-a-fck-summary/,relationships;thinking;personal-development,Author of The Life-Changing Magic Of Not Giving A F*ck,,,,, -51a33437-9133-4700-8bbe-7a7f19abb7b9,The Life-Changing Magic Of Tidying Up - Summary by FourMinuteBooks,By Marie Kondō,https://learn-awesome.github.io/assets/book_covers/22318578.jpg,summary|https://fourminutebooks.com/the-life-changing-magic-of-tidying-up-summary/;book|https://www.goodreads.com/book/show/22318578-the-life-changing-magic-of-tidying-up,personal-development,Marie Kondo,,,,, -247f01ad-9af7-4454-8668-8898885ba738,The Little Book of Common Sense Investing,"John C. Bogle, the founder of The Vanguard Group and one of the most influential men …",https://blas.com/wp-content/uploads/2015/05/Common-Sense-Investing-209x300-1-209x300.jpg,book|https://www.amazon.in/Little-Book-Common-Sense-Investing-ebook/dp/B075Z6HSCJ?tag=learnawesome-21;summary|https://fourminutebooks.com/the-little-book-of-common-sense-investing-summary/;summary|https://blas.com/the-little-book-of-common-sense-investing/,personal-finance;investing;vanguard;john-c-bogle;finance,Author of The Little Book of Common Sense Investing,,,,, -b943343e-a6cd-42f0-ba6a-d6324564bfdf,The Little Book Of Hygge,"New York Times BestsellerEmbrace Hygge (pronounced hoo-ga) and become happier with this definitive guide to the Danish philosophy of comfort, togetherness, and well-being.Why are Danes the happiest people in the world? The answer, says Meik Wiking, CEO of the Happiness Research Institute in Copenhagen, is Hygge. Loosely translated, Hygge—pronounced Hoo-ga—is a sense of comfort, togetherness, and well-being. ""Hygge is about an atmosphere and an experience,"" Wiking explains. ""It is about being with the people we love. A feeling of home. A feeling that we are safe.""Hygge is the sensation you get when you’re cuddled up on a sofa, in cozy socks under a soft throw, during a storm. It’s that feeling when you’re sharing comfort food and easy conversation with loved ones at a candlelit table. It is the warmth of morning light shining just right on a crisp blue-sky day.The Little Book of Hygge introduces you to this cornerstone of Danish life, and offers advice and ideas on incorporating it into your own life, such as:Get comfy. Take a break.Be here now. Turn off the phones.Turn down the lights. Bring out the candles.Build relationships. Spend time with your tribe.Give yourself a break from the demands of healthy living. Cake is most definitely Hygge.Live life today, like there is no coffee tomorrow.From picking the right lighting to organizing a Hygge get-together to dressing hygge, Wiking shows you how to experience more joy and contentment the Danish way.",,book|https://www.amazon.com/Little-Book-Hygge-Danish-Secrets/dp/0062658808?tag=learnawesome-20;summary|https://fourminutebooks.com/the-little-book-of-hygge-summary/,psychology;happiness;nations/denmark,Meik Wiking,,,,, -98bd5a68-7ae0-4728-9a2d-bf07aa8bea1d,"The Old Man and the Sea – Short, Animation",,,video|https://www.youtube.com/watch?v=NNCxNntn2yc,fiction,,,,,,oer -43ea8895-f2eb-4bce-825d-12bcf27a7be8,Range: Why Generalists Triumph in a Specialized World - Summary at Blas.com,Epstein discusses the pros and cons of specialization vs. generalization and which environments/tasks/situations each …,https://blas.com/wp-content/uploads/2019/06/41nLL-wUTXL._SX330_BO1204203200_-200x300.jpg,summary|https://blas.com/range/,david-epstein;learning;mastery,Lucius Annaeus Seneca,,,,, -032c547d-5a81-4d74-8d4a-908cc344712c,Working - Summary at Blas.com,Caro recounts his writing and research process and also gives some additional background on …,https://blas.com/wp-content/uploads/2019/06/10bookcaro1-articleLarge-195x300.jpg,summary|https://blas.com/working/,lyndon-b-johnson;mastery;process;robert-caro;robert-moses;writing,Lucius Annaeus Seneca,,,,, -0e8a77f0-affa-46f8-aea9-993e29aaf0f5,Calculus,,,book|https://www.goodreads.com/book/show/61298.Calculus?ac=1&from_search=true&qid=0gjiFIcUAg&rank=1,calculus,,,,,, -57fe3120-0fc4-4402-95eb-299ee094d3e4,Mathematics in India,,,book|https://www.goodreads.com/book/show/7506090-mathematics-in-india;summary|http://www.ams.org/notices/201003/rtx100300385p.pdf,mathematics;nations/india/history,,,,,, -57f2c6bf-c4f2-4a07-a305-826acc1b421e,The Little Book That Still Beats The Market,"In 2005, Joel Greenblatt published a book that is already considered one of the classics of finance literature. In The Little Book that Beats the Market--a New York Times bestseller with 300,000 copies in print--Greenblatt explained how investors can outperform the popular market averages by simply and systematically applying a formula that seeks out good businesses when they are available at bargain prices. Now, with a new Introduction and Afterword for 2010, The Little Book that Still Beats the Market updates and expands upon the research findings from the original book. Included are data and analysis covering the recent financial crisis and model performance through the end of 2009. In a straightforward and accessible style, the book explores the basic principles of successful stock market investing and then reveals the author's time-tested formula that makes buying above average companies at below average prices automatic. Though the formula has been extensively tested and is a breakthrough in the academic and professional world, Greenblatt explains it using 6th grade math, plain language and humor. He shows how to use his method to beat both the market and professional managers by a wide margin. You'll also learn why success eludes almost all individual and professional investors, and why the formula will continue to work even after everyone ""knows"" it. While the formula may be simple, understanding why the formula works is the true key to success for investors. The book will take readers on a step-by-step journey so that they can learn the principles of value investing in a way that will provide them with a long term strategy that they can understand and stick with through both good and bad periods for the stock market.As the Wall Street Journal stated about the original edition, ""Mr. Greenblatt...says his goal was to provide advice that, while sophisticated, could be understood and followed by his five children, ages 6 to 15. They are in luck. His 'Little Book' is one of the best, clearest guides to value investing out there.""",,book|https://www.goodreads.com/book/show/8247775-the-little-book-that-still-beats-the-market;summary|https://fourminutebooks.com/the-little-book-that-still-beats-the-market-summary/,personal-finance;investing,Joel Greenblatt,,,,, -77c5bcf9-b8ee-4edc-9d31-697342cde413,The Long Tail,"We think Chris Anderson is onto something big with 'The Long Tail', a groundbreaking look at a well-known feature of statistical distribution and its potential to revolutionize business. 'Wired' magazine editor Anderson expands his influential 2004 article into a comprehensive exploration of this phenomenon -- which, simply stated, holds that products with low demand or sales volume can collectively comprise a market that exceeds the bestsellers. Catering to the tastes and expectations of consumers increasingly disenchanted with the same old thing, these new ""niches"" provide limitless opportunity for savvy companies. Fresh, insightful, and surprisingly accessible, 'The Long Tail' explains how to tap into the new economics of abundance.",https://covers.openlibrary.org/b/id/5285619-M.jpg,book|https://www.goodreads.com/book/show/2467566.The_Long_Tail;summary|https://fourminutebooks.com/the-long-tail-summary/,business;economics;internet,Chris Anderson,,,,, -6c74d4c9-f8f2-4437-84df-3ceb1f46989d,The Longevity Project - Summary by FourMinuteBooks,,https://covers.openlibrary.org/b/id/6711403-M.jpg,summary|https://fourminutebooks.com/the-longevity-project-summary/;book|https://www.amazon.com/Longevity-Project-Surprising-Discoveries-Eight-Decade/dp/1594630755?tag=learnawesome-20,health;longevity;psychology;aging;ageing,Howard S. Friedman,,,,, -9f3ed29a-6b6f-4cac-8bac-23f999b44e21,The Magic Of Math,"The world's greatest mental mathematical magician takes us on a spellbinding journey through the wonders of numbers (and more)""Arthur Benjamin ... joyfully shows you how to make nature's numbers dance.""--Bill Nye (the science guy)The Magic of Math is the math book you wish you had in school. Using a delightful assortment of examples-from ice-cream scoops and poker hands to measuring mountains and making magic squares-this book revels in key mathematical fields including arithmetic, algebra, geometry, and calculus, plus Fibonacci numbers, infinity, and, of course, mathematical magic tricks. Known throughout the world as the ""mathemagician,"" Arthur Benjamin mixes mathematics and magic to make the subject fun, attractive, and easy to understand for math fan and math-phobic alike.""A positively joyful exploration of mathematics.""-Publishers Weekly, starred review""Each [trick] is more dazzling than the last.""-Physics World",,book|https://www.amazon.com/Magic-Math-Solving-Figuring-Out/dp/0465096212?tag=learnawesome-20;summary|https://fourminutebooks.com/the-magic-of-math-summary/,magic;mathematics,Arthur Benjamin,,,,, -aac4894f-3be8-4df2-8bf0-1c605060e2c2,The Magic Of Reality - Summary by FourMinuteBooks,By Richard Dawkins,https://learn-awesome.github.io/assets/book_covers/11256979._SX98_.jpg,summary|https://fourminutebooks.com/the-magic-of-reality-summary/;book|https://www.goodreads.com/book/show/11256979-the-magic-of-reality,science;philosophy;religion;atheism,Richard Dawkins,,,,, -94f5c5f9-08f9-466a-9258-4672145df610,The Magic of Thinking Big,Success is determined not so much by the size of one’s brain as it …,https://covers.openlibrary.org/b/id/407050-M.jpg,book|https://www.goodreads.com/book/show/759945.The_Magic_of_Thinking_Big;summary|https://fourminutebooks.com/the-magic-of-thinking-big-summary/;summary|https://sivers.org/book/MagicOfThinkingBig;summary|https://blas.com/the-magic-of-thinking-big/,personal-development;thinking;david-schwartz,David Joseph Schwartz,,,,, -cc1fb450-754e-4104-9b8a-aeb43fb0a01e,The Man Who Fed The World,"Dr. Norman Borlaug, one of the world's greatest heroes, is the most highly-decorated individual of our time. He is credited with saving over a billion prople from starvation. Dr. Borlaug is only one of five people in history to win the Nobel Peace Prize, the Presidential Medal of Freedom and the Congressional Gold Medal. In addition, Dr. Borlaug received the Padma Vibhushan, the higest civilian award the government of India can present to a non-citizen. The Man Who Fed the World has won three nation book of the year awards: USA Booknews best Biography of the Year. The American Farm Bureau for Agriculture Best Book of the Year award, and Florida Publishers Association Best Book Award.",,book|https://www.amazon.com/Man-Who-Fed-World/dp/0981848664?tag=learnawesome-20;summary|https://fourminutebooks.com/the-man-who-fed-the-world-summary/,history;science;economics;food,Author of The Man Who Fed The World,,,,, -89a98a48-2e0e-4470-b0cc-3a603252b289,On a Life Well Spent - Summary at Blas.com,Cicero gives us some wisdom about how to age gracefully and live a life …,https://blas.com/wp-content/uploads/2019/06/51obIWvAtUL._SX368_BO1204203200_-222x300.jpg,summary|https://blas.com/on-a-life-well-spent/,benjamin-franklin;cicero;philosophy,Lucius Annaeus Seneca,,,,, -75332705-5300-4b21-b04b-42a91e6ea31b,How to Raise Successful People: Simple Lessons for Radical Results - Summary at Blas.com,"Esther’s parenting style can be summed up with TRICK – trust, respect, independence, collaboration …",https://blas.com/wp-content/uploads/2019/06/41PZ54UJrrL._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/how-to-raise-successful-people/,education;esther-wojcicki;kids;parenting,Lucius Annaeus Seneca,,,,, -6fd3f4ed-006d-4c5f-94b6-7749b17dd336,"DIV, Grad, Curl, and All That",,,book|https://www.goodreads.com/book/show/703104.DIV_Grad_Curl_and_All_That,physics;electrodynamics,,,,,, -8404d35e-c95d-4797-a08e-bbc7033da7f5,The Messy Middle," - Entrepreneur, Chief Product Officer at Adobe, and product advisor to many of today's top start-ups Scott Belsky believes we focus too much on the start and the finish of any project, ignoring the most important part--the messy middle--where success is truly determined. -Creating something from nothing is a volatile journey. The first mile births a new idea into existence, and the final mile is all about letting go. We love talking about starts and finishes, even though the middle stretch is the most important and often the most ignored and misunderstood.Every business or creative project is ""going great"" until it fails--the bumps along the road are endured in isolation. We don't talk about the middle because we're not proud of the turbulence of our own making and the actions we took out of despair. This book sets out to change that.Belsky draws on his experiences building Behance, selling it to and leading product teams at Adobe, and then working as an investor and advisor with companies like Airbnb, Pinterest, Uber, and sweetgreen to distill seven years' worth of vital insights at every stage of building a business. He features examples from some of the most interesting people and teams, from entrepreneurs to writers, from small start-ups to billion-dollar companies transforming their industries.These essential strategies for enduring and optimizing the middle miles will bolster your confidence and fortify your plans to make you Maximize the Middle.",,book|https://www.goodreads.com/book/show/38821038-maximize-the-middle;summary|https://fourminutebooks.com/the-messy-middle-summary/,business;project-management;product-management,Scott Belsky,,,,, -71eed26c-4066-4b1e-a0e6-3852b7a4afc5,The Millionaire Fastlane - Summary by FourMinuteBooks,By M.J. DeMarco,https://learn-awesome.github.io/assets/book_covers/18872437.jpg,summary|https://fourminutebooks.com/the-millionaire-fastlane-summary/;book|https://www.goodreads.com/book/show/18872437-the-millionaire-fastlane,personal-finance,M. J. DeMarco,,,,, -c478f15c-10ee-4ffe-8c8a-b00ba04f3f1c,The Millionaire Next Door - Summary by FourMinuteBooks,By Thomas J. Stanley,https://learn-awesome.github.io/assets/book_covers/998.jpg,summary|https://fourminutebooks.com/the-millionaire-next-door-summary/;book|https://www.goodreads.com/book/show/998.The_Millionaire_Next_Door,personal-finance,Thomas J. Stanley,,,,, -3ec8afda-2b33-4a15-9ec1-00b4203759c4,The Millionaire Real Estate Agent,,,book|https://www.amazon.com/Millionaire-Real-Estate-Agent-ebook/dp/B000RG1OJ8?tag=learnawesome-20;summary|https://fourminutebooks.com/the-millionaire-real-estate-agent-summary/,real-estate,Author of The Millionaire Real Estate Agent,,,,, -9cdea727-2ec9-4ca9-bf47-45404ed6264b,The Miracle Equation,"Hal Elrod, motivational speaker and author of the bestselling book The Miracle Morning, shares his ""miracle equation,"" the secret to unlocking happiness, success, and your full potential.You Are Only Two Decisions Away from Everything You WantIf you are a regular in the personal development world, you might have heard that anything is possible. Yet ""possible"" isn't enough to get you out of bed in the morning fueled with the internal clarity and motivation to tackle your biggest dreams. After the success of his first book, Hal Elrod wanted to provide that motivation - a timeless, proven formula that helped him succeed as a young salesman and thrive against the greatest odds, from life-threatening health challenges to near financial collapse. The Miracle Equation is that formula, and it consists of only two decisions that guarantee extraordinary levels of success and fulfillment: Unwavering Faith and Extraordinary Effort.By establishing and maintaining unwavering faith that you can achieve your goal, and then putting forth extraordinary effort until you do, your success is inevitable. Using the same strategy as the world's top achievers, you'll create results beyond what you believe possible. You'll learn how to replace fear with faith and let go of your negative emotions, accessing your full potential and channeling your energy into attaining positive outcomes. With the Miracle Equation 30-Day Challenge to guide your way, you'll create a step-by-step plan to actualize your miracle and become the person you need to be in order to succeed.",https://covers.openlibrary.org/b/id/8794276-M.jpg,book|https://www.goodreads.com/book/show/42285838-the-miracle-equation;summary|https://fourminutebooks.com/the-miracle-equation-summary/,personal-development,Hal Elrod,,,,, -6a7f07b0-ec68-45a2-8e1a-f63e01996d06,The Miracle Morning,"What if you could miraculously wake up tomorrow and any-or every area of your life was transformed? What would be different? Would you be happier? Healthier? More successful? In better shape? Would you have more energy? Less Stress? More Money? Better relationships? Which of your problems would be solved? What if I told you that there is a ""not-so-obvious"" secret that is guaranteed to transform any-or literally every area of your life, faster than you ever thought possible? What if I told you it would only take 6 minutes a day? Enter The Miracle Morning. What's now being practiced by thousands of people around the world could perhaps be the simplest approach to creating the life you've always wanted. It's been right there in front of us, but this book has finally brought it to life. Are you ready? The next chapter of your life-the most extraordinary life you've ever imagined-is about to begin. IT'S TIME TO WAKE UP TO YOUR FULL POTENTIAL...",https://covers.openlibrary.org/b/id/8539416-M.jpg,book|https://openlibrary.org/books/OL26849976M/The_Miracle_Morning;summary|https://fourminutebooks.com/the-miracle-morning-summary/,personal-development;productivity,Hal Elrod,,,,, -f56fa1dd-8791-4c56-93b1-ecda51f1c372,The Miracle Of Mindfulness - Summary by FourMinuteBooks,By Thich Nhat Hanh,https://learn-awesome.github.io/assets/book_covers/95747.jpg,summary|https://fourminutebooks.com/the-miracle-of-mindfulness-summary/;book|https://openlibrary.org/books/OL7944558M/The_Miracle_of_Mindfulness,mindfulness;buddhism;spirituality;philosophy,Thich Nhat Hanh,,,,, -f433d8a3-c22d-4b9c-95bf-895d84ad4e84,The Monk Who Sold His Ferrari,"Wisdom to Create a Life of Passion, Purpose, and PeaceThis inspiring tale provides a step-by-step approach to living with greater courage, balance, abundance, and joy. A wonderfully crafted fable, The Monk Who Sold His Ferrari tells the extraordinary story of Julian Mantle, a lawyer forced to confront the spiritual crisis of his out-of-balance life. On a life-changing odyssey to an ancient culture, he discovers powerful, wise, and practical lessons that teach us to:Develop Joyful Thoughts, Follow Our Life's Mission and Calling, Cultivate Self-Discipline and Act Courageously, Value Time as Our Most Important Commodity, Nourish Our Relationships, and Live Fully, One Day at a Time.",https://covers.openlibrary.org/b/id/8696775-M.jpg,book|https://www.amazon.in/Monk-Who-Sold-His-Ferrari/dp/0062515675?tag=learnawesome-21;summary|https://fourminutebooks.com/the-monk-who-sold-his-ferrari-summary/,philosophy;personal-development,Robin S. Sharma,,,,, -02f8f6c3-a182-42bc-9577-36fc94365db1,The Moral Animal - Summary by FourMinuteBooks,By Robert Wright,https://learn-awesome.github.io/assets/book_covers/681941.jpg,summary|https://fourminutebooks.com/the-moral-animal-summary/;book|https://openlibrary.org/books/OL15476834M/The_moral_animal,psychology;science;biology;evolution;anthropology;evolutionary-psychology,"Wright, Robert",,,,, -76479439-b735-45c1-8f52-0917aee0e5e9,The More Of Less,,,book|https://www.amazon.com/More-Less-Finding-Under-Everything-ebook/dp/B015BCX0X0?tag=learnawesome-20;summary|https://fourminutebooks.com/the-more-of-less-summary/,minimalism;productivity,Author of The More Of Less,,,,, -351d411e-a304-40d2-bd74-230af14f0a5d,The Myth Of Multitasking,"In a compelling business fable, The Myth of Multitasking confronts a popular idea that has come to define our hectic, work-a-day world. This simple yet powerful book shows clearly why multitasking is, in fact, a lie that wastes time and costs money. Far from being efficient, multitasking actually damages productivity and relationships at work and at home.",,book|https://www.goodreads.com/book/show/3346363-the-myth-of-multitasking;summary|https://fourminutebooks.com/the-myth-of-multitasking-summary/,productivity,Dave Crenshaw,,,,, -8858d98d-33a6-42c4-856f-d9e3d74840d1,The New Trading For A Living,"The best-selling trading book of all time--updated for the new era""The New Trading for a Living"" updates a modern classic, popular worldwide among both private and institutional traders. This revised and expanded edition brings time-tested concepts in gear with today's fast-moving markets, adding new studies and techniques for the modern trader.This classic guide teaches a calm and disciplined approach to the markets. It emphasizes risk management along with self-management and provides clear rules for both. ""The New Trading for a Living"" incudes templates for rating stock picks, creating trade plans, and rating your own readiness to trade. It provides the knowledge, perspective, and tools for developing your own effective trading system.All charts in this book have been updated and are in full color, with clear comments on rules and techniques. The clarity of this book's language, its practical illustrations and generous sharing of the essential skills have made it a model for the industry--often imitated but never duplicated. Both new and experienced traders will appreciate its insights and the calm, systematic approach to modern markets.""The New Trading for a Living"" expands upon the original to become an even more valuable resourceOvercome barriers to success and develop stronger disciplineIdentify asymmetrical market zones, where rewards are higher and risks lowerMaster money management as you set entries, targets and stopsUse a record-keeping system that will make you into your own teacherSuccessful trading is based on knowledge, focus, and discipline. ""The New Trading for a Living"" will lift your trading to a higher level by sharing classic wisdom along with modern market tools.",https://covers.openlibrary.org/b/id/9013253-M.jpg,book|https://www.amazon.in/New-Trading-Living-Psychology-Discipline/dp/1118443926?tag=learnawesome-21;summary|https://fourminutebooks.com/the-new-trading-for-a-living-summary/,trading;personal-finance,Alexander Elder,,,,, -fdbd0738-207f-4946-b9f7-99961a1dfb72,The Now Habit,"Learn how to overcome procrastination and enjoy guilt-free play!  One of the most effective programs to combat procrastination, THE NOW HABIT has sold over 100,000 copies, has been translated into 11 languages, and is now revised and updated.Featuring a new introduction and a new section providing strategies to understand and deal with the role technology plays in procrastination today, THE NOW HABIT offers a comprehensive plan to help readers lower their stress and increase their time to enjoy guilt-free play. Dr. Fiore’s techniques will help any busy person start tasks sooner and accomplish them more quickly, without the anxiety brought on by the negative habits of procrastination and perfectionism.",https://covers.openlibrary.org/b/id/8292278-M.jpg,book|https://openlibrary.org/books/OL17171510M/The_now_habit;summary|https://fourminutebooks.com/the-now-habit-summary/;summary|https://sivers.org/book/NowHabit,psychology;productivity;personal-development;habits,Neil A. Fiore,,,,, -3ed0588f-d9b6-4e54-94b0-1a461c932cc0,The Obstacle Is The Way,,https://sivers.org/images/ObstacleIsTheWay.gif,book|https://www.amazon.in/Obstacle-Way-Timeless-Turning-Triumph-ebook/dp/B00G3L1B8K?tag=learnawesome-21;summary|https://fourminutebooks.com/the-obstacle-is-the-way-summary/;summary|https://sivers.org/book/ObstacleIsTheWay,personal-development;stoicism,"Author of Trust Me, I’m Lying",,,,, -c0eab8f6-3d34-415f-a84e-44c84c1adfbb,The Omnivore’s Dilemma - Summary by FourMinuteBooks,By Michael Pollan,https://learn-awesome.github.io/assets/book_covers/3109._SX98_.jpg,summary|https://fourminutebooks.com/the-omnivores-dilemma-summary/;book|https://www.amazon.in/Omnivores-Dilemma-Natural-History-Meals/dp/0143038583?tag=learnawesome-21,food;environment,Michael Pollan,,,,, -069f4d95-55f6-4f0e-9025-1e9fc203e2b7,The One Minute Manager,"For decades, The One Minute Manager® has helped millions achieve more successful professional and personal lives. While the principles it lays out are timeless, our world has changed drastically since the book’s publication. The exponential rise of technology, global flattening of markets, instant communication, and pressures on corporate workforces to do more with less—including resources, funding, and staff—have all revolutionized the world in which we live and work.Now, Ken Blanchard and Spencer Johnson have written The New One Minute Manager to introduce the book’s powerful, important lessons to a new generation. In their concise, easy-to-read story, they teach readers three very practical secrets about leading others—and explain why these techniques continue to work so well.As compelling today as the original was thirty years ago, this classic parable of a young man looking for an effective manager is more relevant and useful than ever.",https://covers.openlibrary.org/b/id/8945065-M.jpg,book|https://www.amazon.com/New-One-Minute-Manager-CD/dp/0062376268?tag=learnawesome-20;summary|https://fourminutebooks.com/the-one-minute-manager-summary/,management,Ken Blanchard,,,,, -2fed7000-3d69-4f5e-8822-8c307886097a,The One-Page Financial Plan,"Whenever I tell people about my job as a financial advisor, the conversation inevitably turns to how hopeless they feel when it comes to dealing with money. More than once, they’ve begged, “Just tell me what to do.”It’s no surprise that even my most successful friends feel confused or paralyzed. Even if they have a shelfful of personal finance books, they don’t have time to make sense of all the information available. They don’t just want good advice, they want the best advice—so rather than do the “wrong thing,” they do nothing. Their 401(k) and bank statements pile up, unexamined or maybe even unopened.What they don’t realize is that bad calls about money aren’t failures; they’re just what happens when emotional creatures have to make decisions about the future with limited information. What I tell them is that we need to scrap striving for perfection and instead commit to a process of guessing and making adjustments when things go off track. Of course we’re going to make the best guesses we can—but we’re not going to obsess over getting them exactly right.The fact is, in a single page you can prioritize what you really want in life and figure out how to get there. That’s because a great financial plan has nothing to do with what the markets are doing, what your real estate agent is pitching, or the hot stock your brother-in-law told you about. It has everything to do with what’s most important to you. By now you may be wondering, “What about the details? How much do I need to invest each year, and how do I allocate it? How much life insurance do I need?” Don’t worry: I’ll cover those topics and many more, sharing strategies that will take the complexity out of them. The most important thing is getting clarity about the big picture so you can cope with the unexpected. Maybe you’ll lose the job you thought was secure; you’ll take a financial risk that doesn’t pan out; you’ll have twins when you were only budgeting for one. In other words: Life will happen.But no matter what happens, this book will help you bridge the gap between where you are now and where you want to go.",https://covers.openlibrary.org/b/id/8976451-M.jpg,book|https://www.goodreads.com/book/show/22571526-the-one-page-financial-plan;summary|https://fourminutebooks.com/the-one-page-financial-plan-summary/,personal-finance,Carl Richards Carl Richards,,,,, -9b260b16-3a1c-4ed7-bc3e-65a16978ba70,The ONE Thing,"The One Thing explains the success habit to overcome the six lies that block our success, beat the seven thieves that steal time, and leverage the laws of purpose, priority, and productivity.",,book|https://www.amazon.com/ONE-Thing-Surprisingly-Extraordinary-Results/dp/1885167776?tag=learnawesome-20;summary|https://fourminutebooks.com/the-one-thing-summary/,productivity;personal-development,Author of The ONE Thing,,,,, -4c20d341-0cbf-4f0b-8a44-595854e1fbc8,The Power Of Now - Summary by FourMinuteBooks,By Eckhart Tolle,https://learn-awesome.github.io/assets/book_covers/6708.jpg,summary|https://fourminutebooks.com/the-power-of-now-summary/;book|https://openlibrary.org/books/OL24946036M/The_power_of_now,philosophy,Eckhart Tolle,,,,, -c69a5d0c-4483-4344-b730-e37ed9a1fecc,My Years With General Motors - Summary at Blas.com,"Some brilliant insights into human nature and organizational impact (annual car models, coordinated policy with …",https://blas.com/wp-content/uploads/2019/06/61j50Msb1fL-225x300.jpg,summary|https://blas.com/my-years-with-general-motors/,alfred-sloan;business;cars;general-motors;leadership,Lucius Annaeus Seneca,,,,, -35fc7497-9749-486c-8217-3716be2112df,Poor Richard’s Almanack - Summary at Blas.com,A compilation of some of Benjamin Franklin’s best sayings Key Takeaways Make haste slowly …,https://blas.com/wp-content/uploads/2018/10/71MK-kznUAL-300x300.jpg,summary|https://blas.com/poor-richards-almanack/,benjamin-franklin;wisdom,Lucius Annaeus Seneca,,,,, -f721cf88-eb49-4034-85df-2d5e50df7ab2,The Opposite Of Spoiled,"In the spirit of Wendy Mogel’s The Blessing of a Skinned Knee and Po Bronson and Ashley Merryman’s Nurture Shock, New York Times “Your Money” columnist Ron Lieber delivers a taboo-shattering manifesto that explains how talking openly to children about money can help parents raise modest, patient, grounded young adults who are financially wise beyond their years.For Ron Lieber, a personal finance columnist and father, good parenting means talking about money with our kids. Children are hyper-aware of money, and they have scores of questions about its nuances. But when parents shy away from the topic, they lose a tremendous opportunity—not just to model the basic financial behaviors that are increasingly important for young adults but also to imprint lessons about what the family truly values.Written in a warm, accessible voice, grounded in real-world experience and stories from families with a range of incomes, The Opposite of Spoiled is both a practical guidebook and a values-based philosophy. The foundation of the book is a detailed blueprint for the best ways to handle the basics: the tooth fairy, allowance, chores, charity, saving, birthdays, holidays, cell phones, checking accounts, clothing, cars, part-time jobs, and college tuition. It identifies a set of traits and virtues that embody the opposite of spoiled, and shares how to embrace the topic of money to help parents raise kids who are more generous and less materialistic.But The Opposite of Spoiled is also a promise to our kids that we will make them better with money than we are. It is for all of the parents who know that honest conversations about money with their curious children can help them become more patient and prudent, but who don’t know how and when to start.",,book|https://www.amazon.in/Opposite-Spoiled-Raising-Grounded-Generous/dp/0062247026?tag=learnawesome-21;summary|https://fourminutebooks.com/the-opposite-of-spoiled-summary/,parenting;personal-finance,Ron Lieber,,,,, -e36373c5-9c3b-41cf-be58-63f2dcfa9d7b,The Organized Mind - Summary by FourMinuteBooks,By Daniel J. Levitin,https://learn-awesome.github.io/assets/book_covers/18693669.jpg,summary|https://fourminutebooks.com/the-organized-mind-summary/;book|https://www.amazon.in/Organized-Mind-Thinking-Straight-Information/dp/0147516315?tag=learnawesome-21;summary|https://blas.com/the-organized-mind/,thinking;information-overload;productivity;organization;efficiency;daniel-levitin,Daniel J. Levitin,,,,, -5b35c8ed-7dc2-4467-b667-2ad268d013fb,The Paradox Of Choice,,https://sivers.org/images/ParadoxOfChoice.gif,book|https://www.amazon.in/Paradox-Choice-More-Less-Revised-ebook/dp/B000TDGGVU?tag=learnawesome-21;summary|https://fourminutebooks.com/the-paradox-of-choice-summary/;summary|https://sivers.org/book/ParadoxOfChoice,thinking;decision-making,Author of The Paradox Of Choice,,,,, -f0e7f410-834c-4071-b3d7-e339e3fe4b2f,The Personal MBA,"Master the fundamentals, hone your business instincts, and save a fortune in tuition. The consensus is clear: MBA programs are a waste of time and money. Even the elite schools offer outdated assembly-line educations about profit-and-loss statements and PowerPoint presentations. After two years poring over sanitized case studies, students are shuffled off into middle management to find out how business really works.Josh Kaufman has made a business out of distilling the core principles of business and delivering them quickly and concisely to people at all stages of their careers. His blog has introduced hundreds of thousands of readers to the best business books and most powerful business concepts of all time. In The Personal MBA, he shares the essentials of sales, marketing, negotiation, strategy, and much more.True leaders aren't made by business schools-they make themselves, seeking out the knowledge, skills, and experiences they need to succeed. Read this book and in one week you will learn the principles it takes most people a lifetime to master.",https://sivers.org/images/PersonalMBA.gif,book|https://www.goodreads.com/book/show/9512985-the-personal-mba;summary|https://fourminutebooks.com/the-personal-mba-summary/;summary|https://sivers.org/book/PersonalMBA,business;management;mba,Josh Kaufman,,,,, -5a05c5d6-e581-41b9-972b-ac2edf966fb2,The Pomodoro Technique,"Available through bookstores for the first time, the internationally acclaimed time management system that has been used by millions, written by Francesco Cirillo, creator of the Pomodoro Technique. - - Francesco Cirillo developed his famed system for improving productivity as a college student thirty years ago. Using a kitchen timer shaped like a pomodoro (Italian for tomato), Cirillo divided the time he spent working on a project into 25-minute intervals, with 5-minute breaks in between, in order to get more done, without interruptions. By grouping a number of pomodoros together, users can tackle a project of any length, and drastically improve their productivity, enhance their focus, and better achieve their goals.Originally self-published, and shared virally online, this new publication of The Pomodoro Technique includes several new chapters on how teams can use the pomodoro method to save time and increase productivity. The process underlying Cirillo's technique includes five stages: planning the day's tasks, tracking your efforts, recording your daily activities, processing what you have done, and visualizing areas for improvement. With this tried and tested method, readers can simplify their work, find out how much time and effort a task really requires, and improve their focus so they can get more done in the same amount of time each day.",,book|https://www.goodreads.com/book/show/18482790-the-pomodoro-technique;summary|https://fourminutebooks.com/the-pomodoro-technique-summary/,productivity;time-management,Francesco Cirillo,,,,, -0c1c13d7-cb72-47ca-ad6e-257e02646895,The Power Of Broke,,,book|https://www.amazon.in/Power-Broke-Greatest-Competitive-Advantage-ebook/dp/B00WPQHK14?tag=learnawesome-21;summary|https://fourminutebooks.com/the-power-of-broke-summary/,business;personal-finance,Author of The Power Of Broke,,,,, -5d9134d3-01fe-4c4b-b058-19517901f099,The Power Of Full Engagement,"Managing your energy, not your time, must be the main goal in order to …",https://blas.com/wp-content/uploads/2015/11/download-11-1.jpg,book|https://www.amazon.com/Power-Full-Engagement-Managing-Performance-ebook/dp/B000FC0SWS?tag=learnawesome-20;summary|https://fourminutebooks.com/the-power-of-full-engagement-summary/;summary|https://blas.com/the-power-of-full-engagement/,productivity;work;time-management;tony-schwartz;jim-loehr,Author of The Power Of Full Engagement,,,,, -9554d46f-0caf-45f3-af2a-6e37c474519d,The Power Of Less,Chinese edition of The power of less: the fine art of limiting yourself to the essential...in business and in life. This book offers the simplifi-mycin every modern life needs to combat busy-distraction-itis. These Zen habits can be learned easily and ubiquitously applicable.,https://sivers.org/images/PowerOfLess.gif,book|https://www.goodreads.com/book/show/3467088-the-power-of-less;summary|https://fourminutebooks.com/the-power-of-less-summary/;summary|https://sivers.org/book/PowerOfLess,minimalism,Author of The Power Of Less,,,,, -eb8fa4bc-f152-4b00-b58f-5e9004fea219,The Power Of No,"     How many times have you heard yourself saying yes to the wrong things—overwhelming requests, bad relationships, time-consuming obligations? How often have you wished you could summon the power to turn them down? This lively, practical guide helps you take back that power—and shows that a well-placed “No” can not only save you time and trouble, it can save your life.     Drawing on their own stories as well as feedback from their readers and students, James Altucher and Claudia Azula Altucher clearly show that you have the right to say no: To anything that is hurting you. To standards that no longer serve you. To people who drain you of your creativity and expression. To beliefs that are not true to the real you. When you do, you’ll be freed to say a truly powerful “Yes” in your life—one that opens the door to opportunities, abundance, and love.",https://sivers.org/images/PowerOfNo.gif,book|https://www.goodreads.com/book/show/18595404-the-power-of-no;summary|https://fourminutebooks.com/the-power-of-no-summary/;summary|https://sivers.org/book/PowerOfNo,personal-development,Lucius Annaeus Seneca,,,,, -1dd21bdb-4dc5-4113-a93b-3169835fed43,The Power Of Positive Thinking - Summary by FourMinuteBooks,By Norman Vincent Peale,https://learn-awesome.github.io/assets/book_covers/1134122.jpg,summary|https://fourminutebooks.com/the-power-of-positive-thinking-summary/;book|https://openlibrary.org/books/OL26270719M/The_Power_of_Positive_Thinking,personal-development;happiness;thinking,,,,,, -95a6ebef-f117-4689-8370-ed9b1f7a955b,The Power Of Starting Something Stupid,,,book|https://www.amazon.com/Power-Starting-Something-Stupid-without-ebook/dp/B00AR2P4FC?tag=learnawesome-20;summary|https://fourminutebooks.com/the-power-of-starting-something-stupid-summary/,entrepreneurship,Author of The Power Of Starting Something Stupid,,,,, -977c028d-7794-46e1-835c-dbafc0753f35,Introduction to Electrodynamics,,,book|https://www.goodreads.com/book/show/145292.Introduction_to_Electrodynamics,physics;electrodynamics,,,,,, -f87896bb-a308-4684-823f-76987ff095ed,The Power Of The Other,"An expert on the psychology of leadership and bestselling author of Integrity, Necessary Endings, and Boundaries For Leaders identifies the critical ingredient for personal and professional wellbeing.Most leadership coaching focuses on helping leaders build their skills and knowledge and close performance gaps. These are necessary, but not sufficient. Using evidence from from neuroscience and his work with leaders, Dr. Cloud shows that the best performers draw on another vital resource: personal and professional relationships that fuel growth and help them surpass current limits. Popular wisdom suggests that we should not allow others to have power over us, but the reality is that they do, for better or for worse. Consider the boss who diminishes you through cutting remarks versus one who challenges you to get better. Or the colleague who always seeks the limelight versus the one who gives you the confidence to finish a difficult project. Or the spouse who is honest and supportive versus the one who resents your success. No matter how talented, intelligent, or experienced, the greatest leaders share one commonality: the power of the others in their lives. Combining engaging case studies, persuasive findings from cutting-edge brain research, and examples from his consulting practice, Cloud argues that whether you’re a Navy SEAL or a corporate executive, outstanding performance depends on having the right kind of connections to fuel personal growth and minimize toxic associations and their effects. Presenting a dynamic model of the impact these different kinds of connections produce, Cloud shows readers how to get more from themselves by drawing on the strength and expertise of others. You don’t have a choice whether or not others have power in your life, but you can choose what kinds of relationships you want.",,book|https://openlibrary.org/books/OL27218559M/The_power_of_the_other;summary|https://fourminutebooks.com/the-power-of-the-other-summary/,relationships,Henry Cloud,,,,, -3836277a-68a2-47d9-a3e3-44e43aa8ef43,The Power Of Your Subconscious Mind,,,book|https://www.amazon.com/Power-Your-Subconscious-Mind-ebook/dp/B00URU8BEU?tag=learnawesome-20;summary|https://fourminutebooks.com/the-power-of-your-subconscious-mind-summary/,psychology;personal-development,Author of The Power Of Your Subconscious Mind,,,,, -150c0ef2-6f68-43ea-b52f-4c7d76976204,The Practicing Mind,"In those times when we want to acquire a new skill or face a formidable challenge we hope to overcome, what we need most are patience, focus, and discipline, traits that seem elusive or difficult to maintain. In this enticing and practical book, Thomas Sterner demonstrates how to learn skills for any aspect of life, from golfing to business to parenting, by learning to love the process.Early life is all about trial-and-error practice. If we had given up in the face of failure, repetition, and difficulty, we would never have learned to walk or tie our shoes. So why, as adults, do we often give up on a goal when at first we don’t succeed? In his study of how we learn (prompted by his pursuit of disciplines such as music and golf), Sterner has found that we have forgotten the principles of practice — the process of picking a goal and applying steady effort to reach it. The methods Sterner teaches show that practice done properly isn’t drudgery on the way to mastery but a fulfilling process in and of itself, one that builds discipline and clarity.",https://covers.openlibrary.org/b/id/7352370-M.jpg,book|https://www.goodreads.com/book/show/335864.The_Practicing_Mind;summary|https://fourminutebooks.com/the-practicing-mind-summary/,learning,Thomas M. Sterner,,,,, -c9adfe82-953e-4e87-8a86-cfae2c463a4d,The Presence Process,"Why is it so difficult to simply be present? The reason is that our deeply suppressed emotional imprints from childhood — which Eckhart Tolle calls “the pain-body” — distract from an awareness of the present moment. We’re not broken and don’t need to be healed but rather, our discomfort needs to be integrated. The Presence Process is a journey that guides readers into taking responsibility for our emotional integration. It is a way to consciously grow up and become responsible for determining the quality of our personal experience. The book teaches readers how to exercise authentic personal responsibility in a practical manner and reveals the mechanics that shape the way they feel about their lives. It offers a simple, practical approach to accomplishing and maintaining personal peace in the midst of globally accelerating change, discomfort, conflict, and chaos.",,book|https://www.amazon.in/Presence-Process-Journey-Present-Awareness/dp/1897238460?tag=learnawesome-21;summary|https://fourminutebooks.com/the-presence-process-summary/,spirituality;personal-development;psychology,Michael Brown,,,,, -0c80fc9f-12dc-46d5-a2e9-0b7444c02e95,The Prince - Summary by FourMinuteBooks,Machiavelli lays out what the prince of a territory should and should not do …,https://blas.com/wp-content/uploads/2015/03/The-Prince-196x300-1-196x300.jpg,summary|https://fourminutebooks.com/the-prince-summary/;summary|https://blas.com/the-prince/;book|https://www.amazon.in/Prince-Chump-Change-Niccolo-Machiavelli/dp/1640320202?tag=learnawesome-21,philosophy;strategy;social;niccolo-machiavelli,Niccolò Machiavelli,,,,, -ef038557-a7f4-4bad-ae5e-8ea7d7bf4098,The Productivity Project,"A fresh, personal, and entertaining exploration of a topic that concerns all of us: how to be more productive at work and in every facet of our lives.  Chris Bailey turned down lucrative job offers to pursue a lifelong dream—to spend a year performing a deep dive experiment into the pursuit of productivity, a subject he had been enamored with since he was a teenager. After obtaining his business degree, he created a blog to chronicle a year-long series of productivity experiments he conducted on himself, where he also continued his research and interviews with some of the world’s foremost experts, from Charles Duhigg to David Allen. Among the experiments that he tackled: Bailey went several weeks with getting by on little to no sleep; he cut out caffeine and sugar; he lived in total isolation for 10 days; he used his smartphone for just an hour a day for three months; he gained ten pounds of muscle mass; he stretched his work week to 90 hours; a late riser, he got up at 5:30 every morning for three months—all the while monitoring the impact of his experiments on the quality and quantity of his work.  The Productivity Project—and the lessons Chris learned—are the result of that year-long journey. Among the counterintuitive insights Chris Bailey will teach you: ·         slowing down to work more deliberately; ·         shrinking or eliminating the unimportant; ·         the rule of three; ·         striving for imperfection; ·         scheduling less time for important tasks; ·         the 20 second rule to distract yourself from the inevitable distractions; ·         and the concept of productive procrastination. In an eye-opening and thoroughly engaging read, Bailey offers a treasure trove of insights and over 25 best practices that will help you accomplish more.",,book|https://www.goodreads.com/book/show/25733994-the-productivity-project;summary|https://fourminutebooks.com/the-productivity-project-summary/,productivity,Author of The Productivity Project,,,,, -aaf0b7c0-6cb5-49b9-97d2-5b545518a73a,The Secret Life of Pronouns,"In The Secret Life of Pronouns, social psychologist and language expert James W. Pennebaker uses his groundbreaking research in computational linguistics-in essence, counting the frequency of words we use-to show that our language carries secrets about our feelings, our self-concept, and our social intelligence. Our most forgettable words, such as pronouns and prepositions, can be the most revealing: their patterns are as distinctive as fingerprints.Using innovative analytic techniques, Pennebaker X-rays everything from John McCain's tweets to the Federalist Papers. Who would have predicted that the high school student who uses too many verbs in her college admissions essay is likely to make lower grades in college? Or that a world leader's use of pronouns could reliably presage whether he will lead his country into war? You'll learn what Lady Gaga and William Butler Yeats have in common, and how Ebenezer Scrooge's syntax hints at his self-deception and repressed emotion in this sprightly, surprising tour of what our words are saying-whether we mean them to or not.",,book|https://www.goodreads.com/book/show/10890464-the-secret-life-of-pronouns;summary|https://fourminutebooks.com/the-secret-life-of-pronouns-summary/,linguistics;communication,Author of The Secret Life of Pronouns,,,,, -ff0377ab-d543-404d-93c5-c9332c5b8e8c,The Promise Of A Pencil - Summary by FourMinuteBooks,By Adam Braun,https://learn-awesome.github.io/assets/book_covers/19598139.jpg,summary|https://fourminutebooks.com/the-promise-of-a-pencil-summary/;book|https://www.amazon.com/Promise-Pencil-Ordinary-Person-Extraordinary/dp/1476730636?tag=learnawesome-20,business;personal-development,Adam Braun,,,,, -15bf7f9b-6d2c-457e-b602-c4b9f636e3a7,The Psychology Of Winning,,,book|https://www.amazon.com/Psychology-Winning-Qualities-Total-Winner/dp/0425099997?tag=learnawesome-20;summary|https://fourminutebooks.com/the-psychology-of-winning-summary/,psychology;personal-development,Author of The Psychology Of Winning,,,,, -1fd86cd5-a42c-45a4-9656-b12e11abf7b5,The Rebel Rules,"When he was 26, Chip Conley broke the two cardinal rules of starting a business: he invested in an industry about which he knew nothing and he ignored the mantra ""location, location, location."" He bought a notorious ""pay-by-the-hour"" motel in a seedy San Francisco neighborhood. A dozen years later, Chip is the ""boy wonder"" of the American travel industry, famous for his entrepreneurial genius, creativity, and sense of fun. In The Rebel Rules, Conley shares his success secrets. He focuses on the primary traits -- vision, passion, instinct, and agility -- that characterize today's fast company leaders. His guidebook doubles as a toolbox for anyone -- whether a virgin entrepreneur or a corporate manager -- who wants to walk in step with today's business innovators. The Rebel Rules will show you how to:Tap into your natural talents and focus on what you can control Build a fanatical customer base and create great buzzEngage employees and encourage them to break the rulesKick butt in business and still have a life With exercises and activities that will develop these and other business skills, The Rebel Rules will transform the way you approach your career.",https://covers.openlibrary.org/b/id/428458-M.jpg,book|https://openlibrary.org/books/OL7722660M/The_Rebel_Rules;summary|https://fourminutebooks.com/the-rebel-rules-summary/,business,Chip Conley,,,,, -ee99a111-89e1-4eaf-9b16-af24c2147bc7,The Republic - Summary by FourMinuteBooks,By Plato,https://learn-awesome.github.io/assets/book_covers/30289.jpg,summary|https://fourminutebooks.com/the-republic-summary/;book|https://www.amazon.com/Republic-Dover-Thrift-Editions/dp/0486411214?tag=learnawesome-20,philosophy;politics,Author of The Republic,,,,, -05043ce3-27f8-404d-a0d7-092bb376d887,The Richest Man In Babylon,"Beloved by millions, this timeless classic holds the key to all you desire and everything you wish to accomplish. This is the book that reveals the secret to personal wealth. The Success Secrets of the Ancients—An Assured Road to Happiness and Prosperity Countless readers have been helped by the famous “Babylonian parables,” hailed as the greatest of all inspirational works on the subject of thrift, financial planning, and personal wealth. In language as simple as that found in the Bible, these fascinating and informative stories set you on a sure path to prosperity and its accompanying joys. Acclaimed as a modern-day classic, this celebrated bestseller offers an understanding of—and a solution to—your personal financial problems that will guide you through a lifetime. This is the book that holds the secrets to keeping your money—and making more. The Richest Man in BabylonRead it and recommend it to loved ones—and get on the road to riches.MORE THAN TWO MILLION BOOKS SOLD",https://covers.openlibrary.org/b/id/292916-M.jpg,book|https://openlibrary.org/books/OL7574376M/The_Richest_Man_in_Babylon;summary|https://fourminutebooks.com/the-richest-man-in-babylon-summary/,personal-finance,George S. Clason,,,,, -3dcdd7ac-0f63-4765-8773-7a3daad698d2,The Rise Of Superman,Rise of Superman,,book|https://www.goodreads.com/book/show/18222878-the-rise-of-superman;summary|https://fourminutebooks.com/the-rise-of-superman-summary/,personal-development;productivity;sports,Author of The Rise Of Superman,,,,, -3cdecfab-abc3-42eb-b9aa-3cef3f891a14,The Rise,,,book|https://www.amazon.in/Rise-Creativity-Failure-Search-Mastery-ebook/dp/B00DPM80AC?tag=learnawesome-21;summary|https://fourminutebooks.com/the-rise-summary/,personal-development;learning,Author of The Rise,,,,, -d6f5d6e4-17aa-4288-bfcc-7aa96c5ccb17,The Road Less Traveled - Summary by FourMinuteBooks,By M. Scott Peck,https://learn-awesome.github.io/assets/book_covers/347852.jpg,summary|https://fourminutebooks.com/the-road-less-traveled-summary/;summary|https://sivers.org/book/RoadLessTraveled;book|https://www.amazon.com/Road-Less-Traveled-Timeless-Traditional/dp/0743243153?tag=learnawesome-20,personal-development,M. Scott Peck,,,,, -64e6f812-9a3f-45a0-ae60-715e2061c67b,The Road to Character - Summary by FourMinuteBooks,By David Brooks,https://learn-awesome.github.io/assets/book_covers/22551809.jpg,summary|https://fourminutebooks.com/the-road-to-character-summary/;book|https://www.amazon.com/Character-Thorndike-Press-Large-Print/dp/1594139377?tag=learnawesome-20;summary|https://blas.com/the-road-to-character/,philosophy;personal-development;history;david-brooks;character,"Brooks, David",,,,, -689a7d15-30b4-4315-8bba-1f36507a1c75,The Science of Getting Rich,"“There is a Science of getting rich, and it is an exact science, like …",https://blas.com/wp-content/uploads/2019/06/517SQwmOTXL._SX347_BO1204203200_-210x300.jpg,book|https://www.amazon.in/Science-Getting-Rich-make-money/dp/1516916816?tag=learnawesome-21;summary|https://fourminutebooks.com/the-science-of-getting-rich-summary/;summary|https://blas.com/the-science-of-getting-rich/,personal-finance;wallace-wattles,Author of The Science of Getting Rich,,,,, -fce8e8d4-9978-4d2a-863d-91c99cf40dcd,The Secret,,,book|https://www.amazon.com/Secret-Rhonda-Byrne-ebook/dp/B002M5E2DW?tag=learnawesome-20;summary|https://fourminutebooks.com/the-secret-summary/,personal-development,Author of The Secret,,,,, -c06c2a43-44a3-471b-938a-c9cb0a841ee8,"Uncontainable: How Passion, Commitment, and Conscious Capitalism Built a Business Where Everyone Thrives - Summary at Blas.com",The purpose of The Container Store is clear: to improve the quality of our …,https://blas.com/wp-content/uploads/2019/06/51r3JGZ0VPL-200x300.jpg,summary|https://blas.com/uncontainable/,business;kip-tindell;the-container-store;win/win,Lucius Annaeus Seneca,,,,, -ac63cba3-846a-4bf5-8d82-3d27d149b291,Endurance: Shackleton’s Incredible Voyage - Summary at Blas.com,Hard to imagine the struggles they went through but one of the most surprising things …,https://blas.com/wp-content/uploads/2019/06/5172dBvaxAL._SX328_BO1204203200_-198x300.jpg,summary|https://blas.com/endurance/,alfred-lansing;ernest-shackleton;leadership,Lucius Annaeus Seneca,,,,, -38437321-cf9a-4315-b127-a749cd7e1f66,Introduction to Quantum Mechanics,,,book|https://www.goodreads.com/book/show/153908.Introduction_to_Quantum_Mechanics,physics;quantum-mechanics,,,,,, -b96fd6da-66a9-4177-8a61-eecf4de6db2a,The Self-Made Billionaire Effect,"A study of self-made billionaires reveals the key distinction between “producers” and “performers” There are about 800 self-made billionaires in the world today. What enables this elite group to create truly massive value, and what can the rest of us learn from them? John Sviokla and Mitch Cohen set out to answer this question with the first systematic study of 120 self-made billionaires, including extensive interviews with icons like Steve Case, Mark Cuban, and T. Boone Pickens, Jr. The authors conclude that self-made billionaires aren't necessarily smarter, harder working, or luckier than their peers. The key difference is what they call the “producer” mindset, in contrast to the far more common “performer” mindset. Performers strive to excel in well-defined areas, and they are essential to any company. But producers are even more valuable because they redefine what's possible, rather than simply meeting pre-existing goals and standards. Producers think up entirely new products, services, strategies, and business models, with dramatic results. This book offers fresh stories and insights into producers' habits of mind. It also provides corporate leaders with a new approach to selecting and managing breakthrough talent, and advice about innovation and value creation for aspiring leaders or entrepreneurs.",,book|https://openlibrary.org/books/OL27177381M/The_self-made_billionaire_effect;summary|https://fourminutebooks.com/the-self-made-billionaire-effect-summary/,entrepreneurship,J. J. Sviokla,,,,, -44721967-a1f2-4b9e-bd66-fef35dcfff9d,The Selfish Gene - Summary by FourMinuteBooks,By Richard Dawkins,https://learn-awesome.github.io/assets/book_covers/61535.jpg,summary|https://fourminutebooks.com/the-selfish-gene-summary/;summary|https://sivers.org/book/SelfishGene;book|https://openlibrary.org/books/OL4554174M/The_selfish_gene,biology;evolution,Richard Dawkins,,,,, -d1d77aa6-355d-43f8-a33e-064cf9b47333,The Seven Spiritual Laws Of Success,"This is a book you will cherish for a lifetime, for within is pages are the secrets of making all your dreams come true. Based on natural laws that govern all of creation, this book shatters the myth that success is the result of hard work, exacting plans, or driving ambition.Instead, Deepak Chopra offers a life-altering perspective on the attainment of success: When we understand our true nature and learn to live in harmony with natural law, a sense of well-being, good health, fulfilling relationships, and material abundance spring forth easily and effortlessly. Deepak Chopra is the bestselling author of numerous books and audio programs that cover every aspect of mind, body, and spirit. His groundbreaking books blend physics and philosophy, the practical and the spiritual, with dynamic results.The Seven Laws of Success distills the essence of Chopra's teachings into seven simple, yet powerful, principles that can easily be applied to create success in all areas of your life. Filled with timeless wisdom and practical steps you can apply right away, this is a book you will want to read and refer to again and again.",https://covers.openlibrary.org/b/id/6632013-M.jpg,book|https://openlibrary.org/books/OL1109825M/The_seven_spiritual_laws_of_success;summary|https://fourminutebooks.com/the-seven-spiritual-laws-of-success-summary/,spirituality;personal-development,Deepak Chopra,,,,, -4b3bf007-cc0b-4c53-a8d3-ba1520239a6f,The Signal And The Noise - Summary by FourMinuteBooks,By Nate Silver,https://learn-awesome.github.io/assets/book_covers/13588394.jpg,summary|https://fourminutebooks.com/the-signal-and-the-noise-summary/;book|https://www.amazon.com/Signal-Noise-Many-Predictions-Fail-but/dp/0143125087?tag=learnawesome-20,statistics,Nate Silver,,,,, -d0329065-b86b-4a2e-b9a4-a6560737eb05,The Singularity Is Near - Summary by FourMinuteBooks,By Ray Kurzweil,https://learn-awesome.github.io/assets/book_covers/83518.jpg,summary|https://fourminutebooks.com/the-singularity-is-near-summary/;book|https://www.amazon.com/Singularity-Near-Humans-Transcend-Biology/dp/0143037889?tag=learnawesome-20,technology;social-science;futurism,Ray Kurzweil,,,,, -f936bd01-14da-4e37-8735-4a61641ab108,The Six Pillars Of Self-Esteem,"In The Six Pillars of Self-Esteem Nathaniel Branden presents the culminating achievement of a lifetime of clinical practice and research.In this penetrating and provocative program he conclusively demonstrates the importance of self-esteem in our quest for psychological health, personal achievement, and positive relationships. Yet how do we gain true self-esteem?Dr. Branden introduces the six pillars of self-esteem-six action-based practices for daily living.Here for the first time are simple but powerful exercises for increasing personal awareness and effectiveness.Exploring the importance of self-esteem in the workplace, parenting, education, psychotherapy, and society, Dr. Branden provides guidelines for those responsible for fostering self-esteem in others-and shows why a culture of self-esteem is imperative for survival in the twenty-first century.Immense in scope and vision and filled with brilliant insights into human nature, The Six Pillars of Self-Esteem is the ultimate work on the psychology of self-esteem.",,book|https://openlibrary.org/books/OL1397025M/The_six_pillars_of_self-esteem;summary|https://fourminutebooks.com/the-six-pillars-of-self-esteem-summary/,psychology;personal-development;mental-health,Nathaniel Branden,,,,, -f63b8176-d39b-407b-abac-d5608c34a4ac,The Sixth Extinction - Summary by FourMinuteBooks,By Elizabeth Kolbert,https://learn-awesome.github.io/assets/book_covers/17910054.jpg,summary|https://fourminutebooks.com/the-sixth-extinction-summary/;book|https://openlibrary.org/books/OL26214605M/The_Sixth_Extinction,environment;nature;science;biology,Elizabeth Kolbert,,,,, -f4d6647e-5d94-4970-99bb-4a4e1ebd3e83,This Is Your Brain On Music,"Whether you load your iPod with Bach or Bono, music has a significant role in your life—even if you never realized it. Why does music evoke such powerful moods? The answers are at last be- coming clear, thanks to revolutionary neuroscience and the emerging field of evolutionary psychology. Both a cutting-edge study and a tribute to the beauty of music itself, This Is Your Brain on Music unravels a host of mysteries that affect everything from pop culture to our understanding of human nature, including: • Are our musical preferences shaped in utero? • Is there a cutoff point for acquiring new tastes in music? • What do PET scans and MRIs reveal about the brain’s response to music? • Is musical pleasure different from other kinds of pleasure?This Is Your Brain on Music explores cultures in which singing is considered an essential human function, patients who have a rare disorder that prevents them from making sense of music, and scientists studying why two people may not have the same definition of pitch. At every turn, this provocative work unlocks deep secrets about how nature and nurture forge a uniquely human obsession.",https://covers.openlibrary.org/b/id/362325-M.jpg,book|https://www.amazon.com/This-Your-Brain-Music-Obsession/dp/0452288525?tag=learnawesome-20;summary|https://fourminutebooks.com/this-is-your-brain-on-music-summary/,music;psychology;neuroscience,Daniel J. Levitin,,,,, -6fc04c8e-d756-43d1-b103-1aed447beb84,Physics,,,research_paper|https://arxiv.org/archive/physics,physics,,,,,, -5d80f3ee-73c8-4fcf-a8de-43721b60d422,The Cosmic Perspective,,,book|https://www.goodreads.com/book/show/8921020-the-cosmic-perspective,physics;astronomy,,,,,, -92688079-3151-4de8-90b2-43c6a12cb0da,The Sleep Revolution,"We are in the midst of a sleep deprivation crisis, writes Arianna Huffington, the co-founder and editor in chief of The Huffington Post. And this has profound consequences – on our health, our job performance, our relationships and our happiness.What is needed, she boldly asserts, is nothing short of a sleep revolution. Only by renewing our relationship with sleep can we take back control of our lives. In her bestseller Thrive, Arianna wrote about our need to redefine success through well-being, wisdom, wonder, and giving. Her discussion of the importance of sleep as a gateway to this more fulfilling way of living struck such a powerful chord that she realized the mystery and transformative power of sleep called for a fuller investigation.The result is a sweeping, scientifically rigorous, and deeply personal exploration of sleep from all angles, from the history of sleep, to the role of dreams in our lives, to the consequences of sleep deprivation, and the new golden age of sleep science that is revealing the vital role sleep plays in our every waking moment and every aspect of our health – from weight gain, diabetes, and heart disease to cancer and Alzheimer’s.In The Sleep Revolution, Arianna shows how our cultural dismissal of sleep as time wasted compromises our health and our decision-making and undermines our work lives, our personal lives -- and even our sex lives. She explores all the latest science on what exactly is going on while we sleep and dream. She takes on the dangerous sleeping pill industry, and all the ways our addiction to technology disrupts our sleep. She also offers a range of recommendations and tips from leading scientists on how we can get better and more restorative sleep, and harness its incredible power.In today's fast-paced, always-connected, perpetually-harried and sleep-deprived world, our need for a good night’s sleep is more important – and elusive -- than ever. The Sleep Revolution both sounds the alarm on our worldwide sleep crisis and provides a detailed road map to the great sleep awakening that can help transform our lives, our communities, and our world.",,book|https://www.amazon.com/Sleep-Revolution-Transforming-Your-Night/dp/110190402X?tag=learnawesome-20;summary|https://fourminutebooks.com/the-sleep-revolution-summary/,health;psychology;sleep,"Huffington, Arianna Stassinopoulos",,,,, -19fee092-a9c9-4a5e-b89a-84cfb85d83b1,The Social Animal - Summary by FourMinuteBooks,By David Brooks,https://learn-awesome.github.io/assets/book_covers/9628743.jpg,summary|https://fourminutebooks.com/the-social-animal-summary/;book|https://www.amazon.com/Social-Animal-Sources-Character-Achievement/dp/0812979370?tag=learnawesome-20,psychology;sociology,"Brooks, David",,,,, -43e46e3e-d70b-4341-8547-c953399bb5e5,The Speed Of Trust,"Over two million copies sold.Stephen M. R. Covey shows how trust—and the speed at which it is established with clients, employees, and all stakeholders—is the single most critical component of a successful leader and organization.Stephen M. R. Covey, widely known as one of the world’s leading authorities on trust, asserts that it is “the most overlooked, misunderstood, underutilized asset to enable performance. Its impact, for good or bad, is dramatic and pervasive. It’s something you can’t escape.” Thankfully, it’s is also the thing that can dramatically improve your personal and professional success.Why trust? The simple, often overlooked fact is this: work gets done with and through people. The Speed of Trust offers an unprecedented and eminently practical look at exactly how trust functions in every transaction and every relationship—from the most personal to the broadest, most indirect interaction. It specifically demonstrates how to establish trust intentionally so that you and your organization can forego the time-killing, bureaucratic check-and-balance processes that is so often deployed in lieu of actual trust.This 2018 updated edition includes an insightful afterword by the author which explores ten key reasons why trust is more relevant now than ever before—including how trust is the new currency of our world today.",https://covers.openlibrary.org/b/id/4990715-M.jpg,book|https://www.goodreads.com/book/show/36076.The_Speed_of_Trust;summary|https://fourminutebooks.com/the-speed-of-trust-summary/,business;leadership;personal-development;relationships,Stephen R. Covey,,,,, -d4dffc3d-736c-4145-babd-e5f0c2794acb,The Sports Gene,"Now a New York Times Bestseller! With a new chapter added to the paperback. In high school, I wondered whether the Jamaican Americans who made our track team so successful might carry some special speed gene from their tiny island. In college, I ran against Kenyans, and wondered whether endurance genes might have traveled with them from East Africa. At the same time, I began to notice that a training group on my team could consist of five men who run next to one another, stride for stride, day after day, and nonetheless turn out five entirely different runners. How could this be?We all knew a star athlete in high school. The one who made it look so easy. He was the starting quarterback and shortstop; she was the all-state point guard and high-jumper. Naturals. Or were they?The debate is as old as physical competition. Are stars like Usain Bolt, Michael Phelps, and Serena Williams genetic freaks put on Earth to dominate their respective sports? Or are they simply normal people who overcame their biological limits through sheer force of will and obsessive training?The truth is far messier than a simple dichotomy between nature and nurture. In the decade since the sequencing of the human genome, researchers have slowly begun to uncover how the relationship between biological endowments and a competitor’s training environment affects athleticism. Sports scientists have gradually entered the era of modern genetic research.In this controversial and engaging exploration of athletic success, Sports Illustrated senior writer David Epstein tackles the great nature vs. nurture debate and traces how far science has come in solving this great riddle. He investigates the so-called 10,000-hour rule to uncover whether rigorous and consistent practice from a young age is the only route to athletic excellence.Along the way, Epstein dispels many of our perceptions about why top athletes excel. He shows why some skills that we assume are innate, like the bullet-fast reactions of a baseball or cricket batter, are not, and why other characteristics that we assume are entirely voluntary, like an athlete’s will to train, might in fact have important genetic components.This subject necessarily involves digging deep into sensitive topics like race and gender. Epstein explores controversial questions such as:Are black athletes genetically predetermined to dominate both sprinting and distance running, and are their abilities influenced by Africa’s geography?Are there genetic reasons to separate male and female athletes in competition?Should we test the genes of young children to determine if they are destined for stardom?Can genetic testing determine who is at risk of injury, brain damage, or even death on the field?Through on-the-ground reporting from below the equator and above the Arctic Circle, revealing conversations with leading scientists and Olympic champions, and interviews with athletes who have rare genetic mutations or physical traits, Epstein forces us to rethink the very nature of athleticism. ",,book|https://www.goodreads.com/book/show/16171221-the-sports-gene;summary|https://fourminutebooks.com/the-sports-gene-summary/,sports;fitness;health,David J. Epstein,,,,, -dbddecc4-417a-450d-aade-33d2efd9ede2,The Start-Up of You - Summary by FourMinuteBooks,By Reid Hoffman,https://learn-awesome.github.io/assets/book_covers/12030438.jpg,summary|https://fourminutebooks.com/the-start-up-of-you-summary/;book|https://www.amazon.com/Start-up-You-Future-Yourself-Transform/dp/0307888908?tag=learnawesome-20,entrepreneurship;personal-development,REID H CASNOCHA,,,,, -357c88f6-0d5a-4e0e-b434-a1d4585821ef,The Subtle Art Of Not Giving A F*ck - Summary by FourMinuteBooks,By Mark Manson,https://learn-awesome.github.io/assets/book_covers/28257707.jpg,summary|https://fourminutebooks.com/the-subtle-art-of-not-giving-a-fck-summary/;book|https://www.amazon.in/Subtle-Art-Not-Giving-Counterintuitive/dp/0062457713?tag=learnawesome-21,personal-development,Mark Manson,,,,, -d1f22e51-3993-46f3-a0f7-22b8123ea67e,The Success Principles," Jack Canfield, cocreator of the phenomenal bestselling Chicken Soup for the Soul® series, turns to the principles he's studied, taught, and lived for more than 30 years in this practical and inspiring guide that will help any aspiring person get from where they are to where they want to be. The Success Principlesâ„¢ will teach you how to increase your confidence, tackle daily challenges, live with passion and purpose, and realize all your ambitions. Not merely a collection of good ideas, this book spells out the 64 timeless principles used by successful men and women throughout history. Taken together and practiced every day, these principles will transform your life beyond your wildest dreams! Filled with memorable and inspiring stories of CEOs, world-class athletes, celebrities, and everyday people, The Success Principlesâ„¢ will give you the proven blueprint you need to achieve any goal you desire. ",,book|https://openlibrary.org/books/OL26968504M/The_success_principles;summary|https://fourminutebooks.com/the-success-principles-summary/,personal-development,Jack Canfield,,,,, -e1a42549-b5bc-485d-840a-f56d87b6e22e,The Sunflower,"A group of philosophers, critics, and writers weigh the moral issues involved in a young Jews response to a dying Nazi's confession of mass murder.",,book|https://www.amazon.com/Sunflower-Possibilities-Forgiveness-Expanded-Paperback/dp/0805210601?tag=learnawesome-20;summary|https://fourminutebooks.com/the-sunflower-summary/,world-war-2;holocaust;philosophy;history,Simon Wiesenthal,,,,, -fd196ce9-182a-4634-9944-f5a7e75c966b,The Talent Code,"What is the secret of talent? How do we unlock it? In this groundbreaking work, journalist and New York Times bestselling author Daniel Coyle provides parents, teachers, coaches, businesspeople—and everyone else—with tools they can use to maximize potential in themselves and others. Whether you're coaching soccer or teaching a child to play the piano, writing a novel or trying to improve your golf swing, this revolutionary book shows you how to grow talent by tapping into a newly discovered brain mechanism.Drawing on cutting-edge neurology and firsthand research gathered on journeys to nine of the world's talent hotbeds—from the baseball fields of the Caribbean to a classical-music academy in upstate New York—Coyle identifies the three key elements that will allow you to develop your gifts and optimize your performance in sports, art, music, math, or just about anything. • Deep Practice--Everyone knows that practice is a key to success. What everyone doesn't know is that specific kinds of practice can increase skill up to ten times faster than conventional practice.• Ignition--We all need a little motivation to get started. But what separates truly high achievers from the rest of the pack? A higher level of commitment—call it passion—born out of our deepest unconscious desires and triggered by certain primal cues. Understanding how these signals work can help you ignite passion and catalyze skill development.• Master Coaching--What are the secrets of the world's most effective teachers, trainers, and coaches? Discover the four virtues that enable these ""talent whisperers"" to fuel passion, inspire deep practice, and bring out the best in their students.These three elements work together within your brain to form myelin, a microscopic neural substance that adds vast amounts of speed and accuracy to your movements and thoughts. Scientists have discovered that myelin might just be the holy grail: the foundation of all forms of greatness, from Michelangelo's to Michael Jordan's. The good news about myelin is that it isn't fixed at birth; to the contrary, it grows, and like anything that grows, it can be cultivated and nourished. Combining revelatory analysis with illuminating examples of regular people who have achieved greatness, this book will not only change the way you think about talent, but equip you to reach your own highest potential.",https://covers.openlibrary.org/b/id/8725568-M.jpg,book|https://www.amazon.in/Talent-Code-Greatness-Born-Grown/dp/055380684X?tag=learnawesome-21;summary|https://fourminutebooks.com/the-talent-code-summary/;summary|https://sivers.org/book/TalentCode,personal-development,Daniel Coyle,,,,, -bf32eefa-a4cc-42c4-8040-d31b2582f87c,The Tao Of Physics,"Here is the book that brought the mystical implications of subatomic physics to popular consciousness for the very first time—way back in 1975. This special edition celebrates the thirty-fifth anniversary of this early Shambhala best seller that has gone on to become a classic. It includes a new preface by the author, in which he reflects on the further discoveries and developments that have occurred in the years since the book’s original publication. “Physicists do not need mysticism,” Dr. Capra says, “and mystics do not need physics, but humanity needs both.” It’s a message of timeless importance.",https://covers.openlibrary.org/b/id/8725651-M.jpg,book|https://www.goodreads.com/book/show/10238.The_Tao_of_Physics;summary|https://fourminutebooks.com/the-tao-of-physics-summary/,science;philosophy;physics;spirituality,Fritjof Capra,,,,, -42abeb75-8148-4ad5-9c93-ae01634e21af,Wonderland,"""A house of wonders itself. . . . Wonderland inspires grins and well-what-d'ya-knows"" —The New York Times Book Review From the New York Times-bestselling author of How We Got to Now and Where Good Ideas Come From, a look at the world-changing innovations we made while keeping ourselves entertained. This lushly illustrated history of popular entertainment takes a long-zoom approach, contending that the pursuit of novelty and wonder is a powerful driver of world-shaping technological change. Steven Johnson argues that, throughout history, the cutting edge of innovation lies wherever people are working the hardest to keep themselves and others amused.Johnson's storytelling is just as delightful as the inventions he describes, full of surprising stops along the journey from simple concepts to complex modern systems. He introduces us to the colorful innovators of leisure: the explorers, proprietors, showmen, and artists who changed the trajectory of history with their luxurious wares, exotic meals, taverns, gambling tables, and magic shows.In Wonderland, Johnson compellingly argues that observers of technological and social trends should be looking for clues in novel amusements. You'll find the future wherever people are having the most fun.",https://covers.openlibrary.org/b/id/8874390-M.jpg,book|https://www.amazon.in/Wonderland-Play-Made-Modern-World/dp/0399184481?tag=learnawesome-21;summary|https://fourminutebooks.com/wonderland-summary/,sociology,Steven Johnson,,,,, -02281bae-1764-469c-97ce-34403b3dd4a5,Kim - Summary at Blas.com,A story based in India which unfolds while the conflict between Russia and Britain …,https://blas.com/wp-content/uploads/2017/09/210834-202x300.jpg,summary|https://blas.com/kim/,fiction;india;rudyard-kipling,Lucius Annaeus Seneca,,,,, -b589a91a-9ad2-4774-9cb0-4eed0c35ccb5,The Tao Te Ching - Summary by FourMinuteBooks,By Lao Tzu,https://learn-awesome.github.io/assets/book_covers/67896.jpg,summary|https://fourminutebooks.com/the-tao-te-ching-summary/;book|https://www.goodreads.com/book/show/67896.Tao_Te_Ching,philosophy;spirituality;taoism;eastern-philosophy,Author of The Tao Te Ching,,,,, -735346f1-a986-44fd-bc70-bfba593504be,The Thank You Economy,,,book|https://www.amazon.com/Thank-You-Economy-Gary-Vaynerchuk-ebook/dp/B0042FZVQ2?tag=learnawesome-20;summary|https://fourminutebooks.com/the-thank-you-economy-summary/,business;relationships,Author of The Thank You Economy,,,,, -85cad1e4-07fb-4233-8d9f-b519e212bc04,The Third Door,"The larger-than-life journey of an 18-year-old college freshman who set out from his dorm room to track down Bill Gates, Lady Gaga, and dozens more of the world's most successful people to uncover how they broke through and launched their careers.The Third Door takes readers on an unprecedented adventure--from hacking Warren Buffett's shareholders meeting to chasing Larry King through a grocery store to celebrating in a nightclub with Lady Gaga--as Alex Banayan travels from icon to icon, decoding their success. After remarkable one-on-one interviews with Bill Gates, Maya Angelou, Steve Wozniak, Jane Goodall, Larry King, Jessica Alba, Pitbull, Tim Ferriss, Quincy Jones, and many more, Alex discovered the one key they have in common: they all took the Third Door.Life, business, success... it's just like a nightclub. There are always three ways in. There's the First Door: the main entrance, where ninety-nine percent of people wait in line, hoping to get in. The Second Door: the VIP entrance, where the billionaires and celebrities slip through. But what no one tells you is that there is always, always... the Third Door. It's the entrance where you have to jump out of line, run down the alley, bang on the door a hundred times, climb over the dumpster, crack open the window, sneak through the kitchen--there's always a way in. Whether it's how Bill Gates sold his first piece of software or how Steven Spielberg became the youngest studio director in Hollywood history, they all took the Third Door.",,book|https://www.goodreads.com/book/show/36739769-the-third-door;summary|https://fourminutebooks.com/the-third-door-summary/,personal-development,Alex Banayan,,,,, -66471fc2-5aae-4281-9ab3-86f85baebf96,The Third Wave,"NEW YORK TIMES BESTSELLER WALL STREET JOURNAL BESTSELLER One of America’s most accomplished entrepreneurs—a pioneer who made the Internet part of everyday life and orchestrated the largest merger in the history of business—shares a roadmap for how anyone can succeed in a world of rapidly changing technology.Steve Case’s career began when he cofounded America Online (AOL) in 1985. At the time, only three percent of Americans were online. It took a decade for AOL to achieve mainstream success, and there were many near-death experiences and back-to-the-wall pivots. AOL became the top performing company of the 1990s, and at its peak more than half of all consumer Internet traffic in the United States ran through the service. After Case engineered AOL’s merger with Time Warner and he became Chairman of the combined business, Case oversaw the biggest media and communications empire in the world. In The Third Wave, which pays homage to the work of the futurist Alvin Toffler (from whom Case has borrowed the title, and whose work inspired him as a young man), Case takes us behind the scenes of some of the most consequential and riveting business decisions of our time while offering illuminating insights from decades of working as an entrepreneur, an investor, a philanthropist, and an advocate for sensible bipartisan policies. We are entering, as Case explains, a new paradigm called the “Third Wave” of the Internet. The first wave saw AOL and other companies lay the foundation for consumers to connect to the Internet. The second wave saw companies like Google and Facebook build on top of the Internet to create search and social networking capabilities, while apps like Snapchat and Instagram leverage the smartphone revolution. Now, Case argues, we’re entering the Third Wave: a period in which entrepreneurs will vastly transform major “real world” sectors like health, education, transportation, energy, and food—and in the process change the way we live our daily lives. But success in the Third Wave will require a different skill set, and Case outlines the path forward. The Third Wave is part memoir, part manifesto, and part playbook for the future. With passion and clarity, Case explains the ways in which newly emerging technology companies (a growing number of which, he argues, will not be based in Silicon Valley) will have to rethink their relationships with customers, with competitors, and with governments; and offers advice for how entrepreneurs can make winning business decisions and strategies—and how all of us can make sense of this changing digital age.",https://covers.openlibrary.org/b/id/7882460-M.jpg,book|https://openlibrary.org/books/OL26198708M/The_third_wave;summary|https://fourminutebooks.com/the-third-wave-summary/,internet;history;technology,Steve Case,,,,, -7c172383-0e85-42b1-9f96-a8b32fb8b995,The Tipping Point - Summary by FourMinuteBooks,By Malcolm Gladwell,https://learn-awesome.github.io/assets/book_covers/2612.jpg,summary|https://fourminutebooks.com/the-tipping-point-summary/;book|https://www.goodreads.com/book/show/2612.The_Tipping_Point,sociology,Malcolm Gladwell,,,,, -f5139f08-bbce-4558-98e9-5fbb83cc79ae,The Total Money Makeover,,,book|https://www.amazon.com/Total-Money-Makeover-Classic-Financial-ebook/dp/B00DNBE8P6?tag=learnawesome-20;summary|https://fourminutebooks.com/the-total-money-makeover-summary/,personal-finance,Author of The Total Money Makeover,,,,, -823f67f9-307e-485c-85a8-4d6c73efa17c,Work The System,"Work The System aims to convince people to change their fundamental perception of the world around them from a vision of an impenetrable, amorphous conglomeration, to one made up of individual linear systems, each of which can be improved and perfected. The reader is guided through the process of ""getting"" this new vision, and then through the specifics of applying it. It's simple, believable, and mechanical; not mystical or theoretical. Work the System will show business leaders and professionals how to achieve a positive macro result by looking at their business and work on a micro level - by analyzing and refining each of the systems that are already in place. Readers will learn how to tweak this network of systems to maximize profits, create client loyalty, and develop autonomous employees. The strategies will also help individuals improve their performance and decrease the stress of being overtaxed or disorganized.",,book|https://www.amazon.com/Work-System-Mechanics-Working-Revised/dp/160832253X?tag=learnawesome-20;summary|https://fourminutebooks.com/work-the-system-summary/,personal-development,Author of Work The System,,,,, -2e83fe0b-357c-4a83-8c1f-d958a19289d8,"How Children Succeed: Grit, Curiosity, and the Hidden Power of Character - Summary at Blas.com",The ‘cognitive solution’ is an understated but pervasive illusion that cognition is the most …,https://blas.com/wp-content/uploads/2019/05/71WWcwfkm0L-198x300.jpg,summary|https://blas.com/how-children-succeed/,kids;parenting;paul-tough,Lucius Annaeus Seneca,,,,, -958cf625-c74b-4cb6-bc20-3503e13a8ecb,Setting the Table - Summary at Blas.com,Longer write-up and full notes can be found below. Worth reading in its entirety if …,https://blas.com/wp-content/uploads/2019/05/download.jpg,summary|https://blas.com/setting-the-table/,communication;danny-meyer;food;hospitality;leadership;union-square-hospitality-group,Lucius Annaeus Seneca,,,,, -fd9b075d-4b5e-4d1c-b574-5fd240d8d1d8,An Introduction to Modern Astrophysics,,,book|https://www.goodreads.com/book/show/396218.An_Introduction_to_Modern_Astrophysics,physics;astrophysics,,,,,, -52172ff7-5461-4dfb-ad6a-4fe4d8b7f84f,The Truth,Strauss details his life and how he dealt with his desires for others while …,https://sivers.org/images/TheTruth.gif,book|https://www.amazon.com/Truth-Uncomfortable-Book-About-Relationships/dp/0060898763?tag=learnawesome-20;summary|https://fourminutebooks.com/the-truth-summary/;summary|https://sivers.org/book/TheTruth;summary|https://blas.com/the-truth/,polyamory;relationships;neil-strauss,Neil Strauss,,,,, -d108568d-3ad3-499c-b372-47f8cb58fc9e,The Ultimate Sales Machine,"Chet Holmes has been called “one of the top 20 change experts in the country.” He helps his clients blow away both the competition and their own expectations. And his advice starts with one simple concept: focus! Instead of trying to master four thousand strategies to improve your business, zero in on the few essential skill areas that make the big difference. Too many managers jump at every new trend, but don’t stick with any of them. Instead, says Holmes, focus on twelve critical areas of improvement—one at a time—and practice them over and over with pigheaded discipline. The Ultimate Sales Machine shows you how to tune up and soup up virtually every part of your business by spending just an hour per week on each impact area you want to improve. Like a tennis player who hits nothing but backhands for a few hours a week to perfect his game, you can systematically improve each key area. Holmes offers proven strategies for: • Management: Teach your people how to work smarter, not harder • Marketing: Get more bang from your Web site, advertising, trade shows, and public relations • Sales: Perfect every sales interaction by working on sales, not just in sales The Ultimate Sales Machine will put you and your company on a path to success and help you stay there!",https://sivers.org/images/UltimateSalesMachine.gif,book|https://www.amazon.in/Ultimate-Sales-Machine-Turbocharge-Relentless/dp/1591842158?tag=learnawesome-21;summary|https://fourminutebooks.com/the-ultimate-sales-machine-summary/;summary|https://sivers.org/book/UltimateSalesMachine,business;entrepreneurship,Chet Holmes,,,,, -7571b57e-31ac-4032-81ff-afc42f2bc7ca,The Untethered Soul,"What would it be like to free yourself from limitations and soar beyond your boundaries? What can you do each day to discover inner peace and serenity? The Untethered Soul—now a #1 New York Times bestseller—offers simple yet profound answers to these questions.Whether this is your first exploration of inner space, or you’ve devoted your life to the inward journey, this book will transform your relationship with yourself and the world around you. You’ll discover what you can do to put an end to the habitual thoughts and emotions that limit your consciousness. By tapping into traditions of meditation and mindfulness, author and spiritual teacher Michael A. Singer shows how the development of consciousness can enable us all to dwell in the present moment and let go of painful thoughts and memories that keep us from achieving happiness and self-realization.Copublished with the Institute of Noetic Sciences (IONS) The Untethered Soul begins by walking you through your relationship with your thoughts and emotions, helping you uncover the source and fluctuations of your inner energy. It then delves into what you can do to free yourself from the habitual thoughts, emotions, and energy patterns that limit your consciousness. Finally, with perfect clarity, this book opens the door to a life lived in the freedom of your innermost being.The Untethered Soul has already touched the lives of countless readers, and is now available in a special hardcover gift edition with ribbon bookmark—the perfect gift for yourself, a loved one, or anyone who wants a keepsake edition of this remarkable book.",https://covers.openlibrary.org/b/id/6974779-M.jpg,book|https://openlibrary.org/books/OL12203904M/The_Untethered_Soul;summary|https://fourminutebooks.com/the-untethered-soul-summary/,personal-development,Michael A. Singer,,,,, -196d3d41-6173-44e6-83fc-02d896031de4,The Upside Of Irrationality,"The provocative follow-up to the New York Times bestseller Predictably Irrational Why can large bonuses make CEOs less productive?How can confusing directions actually help us?Why is revenge so important to us?Why is there such a big difference between what we think will make us happy and what really makes us happy? In his groundbreaking book Predictably Irrational, social scientist Dan Ariely revealed the multiple biases that lead us into making unwise decisions. Now, in The Upside of Irrationality, he exposes the surprising negative and positive effects irrationality can have on our lives. Focusing on our behaviors at work and in relationships, he offers new insights and eye-opening truths about what really motivates us on the job, how one unwise action can become a long-term habit, how we learn to love the ones we're with, and more. Drawing on the same experimental methods that made Predictably Irrational one of the most talked-about bestsellers of the past few years, Ariely uses data from his own original and entertaining experiments to draw arresting conclusions about how—and why—we behave the way we do. From our office attitudes, to our romantic relationships, to our search for purpose in life, Ariely explains how to break through our negative patterns of thought and behavior to make better decisions. The Upside of Irrationality will change the way we see ourselves at work and at home—and cast our irrational behaviors in a more nuanced light.",https://sivers.org/images/UpsideOfIrrationality.gif,book|https://www.amazon.in/Upside-Irrationality-Unexpected-Benefits-Defying/dp/0061995045?tag=learnawesome-21;summary|https://fourminutebooks.com/the-upside-of-irrationality-summary/;summary|https://sivers.org/book/UpsideOfIrrationality,psychology;economics,Dan Ariely,,,,, -880146d9-26ed-432e-9da4-16582026c465,The Upside Of Stress - Summary by FourMinuteBooks,By Kelly McGonigal,https://learn-awesome.github.io/assets/book_covers/23281639.jpg,summary|https://fourminutebooks.com/the-upside-of-stress-summary/;book|https://www.amazon.com/Upside-Stress-Why-Good-You/dp/1101982934?tag=learnawesome-20,psychology;anxiety;mental-health,Author of The Willpower Instinct,,,,, -07931524-c373-40bd-93bd-cb780667de5e,The Upside Of Your Dark Side,,,book|https://www.amazon.com/Upside-Your-Dark-Side-Self-Drives-ebook/dp/B00INIXMZG?tag=learnawesome-20;summary|https://fourminutebooks.com/the-upside-of-your-dark-side-summary/,psychology,Author of The Upside Of Your Dark Side,,,,, -c87d5bd1-050e-4a74-b483-44531aca870a,The Varieties Of Religious Experience - Summary by FourMinuteBooks,By William James,https://learn-awesome.github.io/assets/book_covers/28820.jpg,summary|https://fourminutebooks.com/the-varieties-of-religious-experience-summary/;book|https://www.amazon.in/Varieties-Religious-Experience-Penguin-American/dp/0140390340?tag=learnawesome-21,religion;spirituality,William James,,,,, -bb7a1ca3-e64e-4eaf-9588-c644611376e2,The War Of Art,Pressfield tells his story of how in writing he encounters his most extreme resistance …,https://sivers.org/images/WarOfArt.gif,book|https://www.amazon.in/War-Art-Steven-Pressfield-ebook/dp/B007A4SDCG?tag=learnawesome-21;summary|https://fourminutebooks.com/the-war-of-art-summary/;summary|https://sivers.org/book/WarOfArt;summary|https://blas.com/the-war-of-art/,art;personal-development;work;procrastination;steven-pressfield,Author of The War Of Art,,,,, -fb326262-10ec-48a1-b23c-6a5525cb69bc,The Willpower Instinct," One of the world's most esteemed and influential psychologists, Roy F. Baumeister, teams with New York Times science writer John Tierney to reveal the secrets of self-control and how to master it. In Willpower, the pioneering researcher Roy F. Baumeister collaborates with renowned New York Times science writer John Tierney to revolutionize our understanding of the most coveted human virtue: self-control.In what became one of the most cited papers in social science literature, Baumeister discovered that willpower actually operates like a muscle: it can be strengthened with practice and fatigued by overuse. Willpower is fueled by glucose, and it can be bolstered simply by replenishing the brain's store of fuel. That's why eating and sleeping- and especially failing to do either of those-have such dramatic effects on self-control (and why dieters have such a hard time resisting temptation).Baumeister's latest research shows that we typically spend four hours every day resisting temptation. No wonder people around the world rank a lack of self-control as their biggest weakness. Willpower looks to the lives of entrepreneurs, parents, entertainers, and artists-including David Blaine, Eric Clapton, and others-who have flourished by improving their self-control.The lessons from their stories and psychologists' experiments can help anyone. You learn not only how to build willpower but also how to conserve it for crucial moments by setting the right goals and using the best new techniques for monitoring your progress. Once you master these techniques and establish the right habits, willpower gets easier: you'll need less conscious mental energy to avoid temptation. That's neither magic nor empty self-help sloganeering, but rather a solid path to a better life.Combining the best of modern social science with practical wisdom, Baumeister and Tierney here share the definitive compendium of modern lessons in willpower. As our society has moved away from the virtues of thrift and self-denial, it often feels helpless because we face more temptations than ever. But we also have more knowledge and better tools for taking control of our lives. However we define happiness-a close- knit family, a satisfying career, financial security-we won't reach it without mastering self-control.",https://sivers.org/images/WillpowerInstinct.gif,book|https://www.goodreads.com/book/show/10865206-the-willpower-instinct;summary|https://fourminutebooks.com/the-willpower-instinct-summary/;summary|https://fourminutebooks.com/willpower-summary/;summary|https://www.amazon.in/Willpower-Rediscovering-Greatest-Human-Strength/dp/0143122231?tag=learnawesome-21,psychology;personal-development,Author of The Willpower Instinct;Roy F. Baumeister,,,,, -5dbd2a63-c4ac-481a-a1e4-11e1d1d11aae,The Wisdom Of Crowds,,https://sivers.org/images/WisdomOfCrowds.gif,book|https://www.amazon.in/Wisdom-Crowds-James-Surowiecki-ebook/dp/B000FCKC3I?tag=learnawesome-21;summary|https://fourminutebooks.com/the-wisdom-of-crowds-summary/;summary|https://sivers.org/book/WisdomOfCrowds,sociology,Author of The Wisdom Of Crowds,,,,, -fcf5857d-8aff-4d7b-8591-c47c9ce09bfd,The Wisdom Of Insecurity,"We live in an age of unprecedented anxiety. Spending all our time trying to anticipate and plan for the future and to lamenting the past, we forget to embrace the here and now. We are so concerned with tomorrow that we forget to enjoy today. Drawing from Eastern philosophy and religion, Alan Watts shows that it is only by acknowledging what we do not—and cannot—know that we can learn anything truly worth knowing. In The Wisdom of Insecurity, he shows us how, in order to lead a fulfilling life, we must embrace the present—and live fully in the now. Featuring an Introduction by Deepak Chopra.",https://covers.openlibrary.org/b/id/8355204-M.jpg,book|https://www.amazon.com/Wisdom-Insecurity-Message-Age-Anxiety/dp/0307741206?tag=learnawesome-20;summary|https://fourminutebooks.com/the-wisdom-of-insecurity-summary/,philosophy;personal-development,Alan Watts,,,,, -9e8d67b9-0825-4c90-90fd-e4a6510e031f,The Wisdom Of Life,Schopenhauer walks us through the art of ordering our lives to gain the maximum …,https://covers.openlibrary.org/b/id/314174-M.jpg,book|https://openlibrary.org/books/OL3692646M/The_wisdom_of_life;summary|https://fourminutebooks.com/the-wisdom-of-life-summary/;summary|https://blas.com/the-wisdom-of-life/,philosophy;wisdom;leisure;arthur-schopenhauer,Arthur Schopenhauer,,,,, -bea5f7ed-d119-4fe8-b7a0-5d63590a836e,The World According To Star Wars,"There’s Santa Claus, Shakespeare, Mickey Mouse, the Bible, and then there’s Star Wars. Nothing quite compares to sitting down with a young child and hearing the sound of John Williams’s score as those beloved golden letters fill the screen. In this fun, erudite, and often moving book, Cass R. Sunstein explores the lessons of Star Wars as they relate to childhood, fathers, the Dark Side, rebellion, and redemption. As it turns out, Star Wars also has a lot to teach us about constitutional law, economics, and political uprisings.In rich detail, Sunstein tells the story of the films’ wildly unanticipated success and explores why some things succeed while others fail. Ultimately, Sunstein argues, Star Wars is about freedom of choice and our never-ending ability to make the right decision when the chips are down. Written with buoyant prose and considerable heart, The World According to Star Wars shines a bright new light on the most beloved story of our time.",,book|https://openlibrary.org/books/OL27210269M/The_world_according_to_Star_Wars;summary|https://fourminutebooks.com/the-world-according-to-star-wars-summary/,star-wars;culture;sociology,Cass R. Sunstein,,,,, -d440dc2f-ed35-4b1d-8c6e-5175277eec44,The World Without Us - Summary by FourMinuteBooks,By Alan Weisman,https://learn-awesome.github.io/assets/book_covers/248787.jpg,summary|https://fourminutebooks.com/the-world-without-us-summary/;book|https://www.amazon.com/World-Without-Us-Alan-Weisman/dp/0312427905?tag=learnawesome-20,environment;nature,Alan Weisman,,,,, -5298d366-e19c-410e-8fff-0dfc759923a2,"Russell Rules: 11 Lessons on Leadership from the Twentieth Century’s Greatest Winner By Bill Russell, David Falkner - Summary at Blas.com",Longer write-up and full notes can be found below. Worth reading in its entirety if …,https://blas.com/wp-content/uploads/2019/05/51E49MKD4AL._SX313_BO1204203200_-199x300.jpg,summary|https://blas.com/russell-rules/,bill-russell;boston-celtics;leadership,,,,,, -bfd30db3-952f-4ecf-928d-7a520a3fbfbc,On Grand Strategy - Summary at Blas.com,Longer write-up and full notes can be found below. Excellent book if you’re interested in …,https://blas.com/wp-content/uploads/2019/05/715N4yCnFfL-199x300.jpg,summary|https://blas.com/on-grand-strategy/,history;john-lewis-gaddis;strategy,Lucius Annaeus Seneca,,,,, -fbb8a8ed-2c90-4548-8c8c-88965c45a4e8,Measure What Matters: OKRs: The Simple Idea that Drives 10x Growth - Summary at Blas.com,OKR stands for “objectives and key results.” They are important in that they help …,https://blas.com/wp-content/uploads/2019/05/51G-XiecxvL._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/measure-what-matters/,john-doerr;kleiner-perkins;leadership;management;productivity,Lucius Annaeus Seneca,,,,, -61985fb7-070f-4964-887e-d08d9c158a3c,Introduction to Cosmology,,,book|https://www.goodreads.com/book/show/842325.Introduction_to_Cosmology,physics;cosmology,,,,,, -3c4f7f9f-6611-417c-80a4-3003083f29b4,The Year Without Pants - Summary by FourMinuteBooks,By Scott Berkun,https://learn-awesome.github.io/assets/book_covers/17396014.jpg,summary|https://fourminutebooks.com/the-year-without-pants-summary/;book|https://www.amazon.com/Year-Without-Pants-WordPress-com-Future/dp/1118660633?tag=learnawesome-20,business;wordpress,Scott Berkun,,,,, -fd797cde-4ebe-4d2e-85f1-1a396364fabf,The Yes Brain,"From the authors of The Whole-Brain Child and No-Drama Discipline, an indispensable guide to unlocking your child's innate capacity for resilience, compassion, and creativity.When facing contentious issues such as screen time, food choices, and bedtime, children often act out or shut down, responding with reactivity instead of receptivity. This is what New York Times bestselling authors Daniel J. Siegel and Tina Payne Bryson call a No Brain response. But our kids can be taught to approach life with openness and curiosity. When kids work from a Yes Brain, they're more willing to take chances and explore. They're more curious and imaginative. They're better at relationships and handling adversity. In The Yes Brain, the authors give parents skills, scripts, and activities to bring kids of all ages into the beneficial ""yes"" state. You'll learn- the four fundamentals of the Yes Brain--balance, resilience, insight, and empathy--and how to strengthen them - the key to knowing when kids need a gentle push out of a comfort zone vs. needing the ""cushion"" of safety and familiarity - strategies for navigating away from negative behavioral and emotional states (aggression and withdrawal) and expanding your child's capacity for positivityThe Yes Brain is an essential tool for nurturing positive potential and keeping your child's inner spark glowing and growing strong.Praise for The Yes Brain""This unique and exciting book shows us how to help children embrace life with all of its challenges and thrive in the modern world. Integrating research from social development, clinical psychology, and neuroscience, it's a veritable treasure chest of parenting insights and techniques.""--Carol S. Dweck, Ph.D., author of - Mindset - ""I have never read a better, clearer explanation of the impact parenting can have on a child's brain and personality.""--Michael Thompson, Ph.D.""Easily assimilated and informative, the book will help adults enable children to lead physically and emotionally satisfying and well-rounded lives filled with purpose and meaningful relationships. Edifying, easy-to-understand scientific research that shows the benefits that accrue when a child is encouraged to be inquisitive, spirited, and intrepid."" - --Kirkus Reviews -",,book|https://www.amazon.com/Yes-Brain-Cultivate-Curiosity-Resilience/dp/0399594663?tag=learnawesome-20;summary|https://fourminutebooks.com/the-yes-brain-summary/,parenting;psychology;education,Daniel J. Siegel,,,,, -3b095b79-d453-40f8-9ded-24d09f97ff4c,Theory U,"Access the deepest source of inspiration and vision We live in a time of massive institutional failure that manifests in the form of three major divides: the ecological, the social, and the spiritual. Addressing these challenges requires a new consciousness and collective leadership capacity. In this groundbreaking book, Otto Scharmer invites us to see the world in new ways and in so doing discover a revolutionary approach to learning and leadership. In most large systems today, we collectively create results that no one wants. What keeps us stuck in such patterns of the past? It's our blind spot, that is, our lack of awareness of the inner place from which our attention and intention originate. By moving through Scharmer's U process, we consciously access the blind spot and learn to connect to our authentic Self--the deepest source of knowledge and inspiration. Theory U offers a rich diversity of compelling stories, examples, exercises, and practices that allow leaders, organizations, and larger systems to cosense and coshape the future that is wanting to emerge. This second edition features a new preface in which Scharmer identifies five transformational trends and describes U process case stories around the world. There are also eight color drawings by Kelvy Bird that capture U journey applications and illustrate the concepts in the book, as well as new resources for applying the principles and practices.",https://covers.openlibrary.org/b/id/8888188-M.jpg,book|https://openlibrary.org/books/OL27427612M/Theory_U;summary|https://fourminutebooks.com/theory-u-summary/,leadership;business;management,Otto Scharmer,,,,, -e407ff78-41fc-4bf6-a958-731d98785545,Things A Little Bird Told Me - Summary by FourMinuteBooks,By Biz Stone,https://learn-awesome.github.io/assets/book_covers/18296144.jpg,summary|https://fourminutebooks.com/things-a-little-bird-told-me-summary/;book|https://www.amazon.in/Things-Little-Bird-Told-Confessions/dp/1447271114?tag=learnawesome-21,business;twitter;social-media,Author of Things A Little Bird Told Me,,,,, -03cfa1e4-64be-49e1-b384-23ae771fb923,Think And Grow Rich,"One of the all-time leading books on creating and maintaining wealth. However, in many …",https://blas.com/wp-content/uploads/2015/03/51gZ1sTvHXL._SX348_BO1204203200_-210x300.jpg,book|https://www.amazon.com/Think-Grow-Rich-Napoleon-Hill-ebook/dp/B07H5R4LT9?tag=learnawesome-20;summary|https://fourminutebooks.com/think-and-grow-rich-summary/;summary|https://blas.com/think-and-grow-rich/,personal-development;success;philosophy;napoleon-hill;investing;intention;how-to-live-life;finance;andrew-carnegie,Author of Think And Grow Rich,,,,, -a435d513-3df7-48ec-af8d-846b91c31da6,Think Like A Freak,"The New York Times bestselling Freakonomics changed the way we see the world, exposing the hidden side of just about everything. Then came SuperFreakonomics, a documentary film, an award-winning podcast, and more.Now, with Think Like a Freak, Steven D. Levitt and Stephen J. Dubner have written their most revolutionary book yet. With their trademark blend of captivating storytelling and unconventional analysis, they take us inside their thought process and teach us all to think a bit more productively, more creatively, more rationally—to think, that is, like a Freak.Levitt and Dubner offer a blueprint for an entirely new way to solve problems, whether your interest lies in minor lifehacks or major global reforms. As always, no topic is off-limits. They range from business to philanthropy to sports to politics, all with the goal of retraining your brain. Along the way, you’ll learn the secrets of a Japanese hot-dog-eating champion, the reason an Australian doctor swallowed a batch of dangerous bacteria, and why Nigerian e-mail scammers make a point of saying they’re from Nigeria.Some of the steps toward thinking like a Freak:First, put away your moral compass—because it’s hard to see a problem clearly if you’ve already decided what to do about it.Learn to say “I don’t know”—for until you can admit what you don’t yet know, it’s virtually impossible to learn what you need to.Think like a child—because you’ll come up with better ideas and ask better questions.Take a master class in incentives—because for better or worse, incentives rule our world.Learn to persuade people who don’t want to be persuaded—because being right is rarely enough to carry the day.Learn to appreciate the upside of quitting—because you can’t solve tomorrow’s problem if you aren’t willing to abandon today’s dud.Levitt and Dubner plainly see the world like no one else. Now you can too. Never before have such iconoclastic thinkers been so revealing—and so much fun to read.",,book|https://www.amazon.in/Think-Like-Freak-Authors-Freakonomics/dp/0062218344?tag=learnawesome-21;summary|https://fourminutebooks.com/think-like-a-freak-summary/,thinking,Steven D. Levitt,,,,, -b08b6b4b-919b-472f-aa98-940f5f3fc658,This Is Marketing," - Real marketing isn't about racking up clicks and tweets; it's about connection, empathy, and making a difference. -Over the past quarter century, Seth Godin has taught and inspired millions of entrepreneurs, marketers, leaders, and fans from all walks of life, via his blog, online courses, lectures, and bestselling books. He is the inventor of countless ideas and phrases that have made their way into mainstream business language, from Permission Marketing to Purple Cow to Tribes to The Dip.Now, for the first time, Godin offers the core of his marketing wisdom in one accessible, timeless package. At the heart of his approach is a big idea: Great marketers don't use consumers to solve their company's problem; they use marketing to solve other people's problems. They don't just make noise; they make the world better. Truly powerful marketing is grounded in empathy, generosity, and emotional labor.This book teaches you how to identify your smallest viable audience; draw on the right signals and signs to position your offering; build trust and permission with your target market; speak to the narratives your audience tells themselves about status, affiliation, and dominance; spot opportunities to create and release tension; and give people the tools to achieve their goals.It's time for marketers to stop lying, spamming, and feeling guilty about their work. It's time to stop confusing social media metrics with true connections. It's time to stop wasting money on stolen attention that won't pay off in the long run. THIS IS MARKETING offers a better approach that will still apply for decades to come, no matter how the tactics of marketing continue to evolve.",https://sivers.org/images/ThisIsMarketing.gif,book|https://openlibrary.org/books/OL26977632M/This_is_marketing;summary|https://fourminutebooks.com/this-is-marketing-summary/;summary|https://sivers.org/book/ThisIsMarketing,marketing,Seth Godin,,,,, -30da0338-5d57-45ed-8ccc-fb2eadaa9c6f,Complex Variables,,,book|https://www.goodreads.com/book/show/1132151.Complex_Variables,physics,,,,,, -60e7c855-e788-4ed7-ab64-7e6f817c97c9,Thou Shall Prosper,"A practical approach to creating wealth-based on the established principles of ancient Jewish wisdom-made accessible to people of all backgroundsThe ups and downs of the economy prove Rabbi Daniel Lapin's famous principle that the more things change, the more we need to depend upon the things that never change. There's no better source for both practical and spiritual financial wisdom than the time-tested knowledge found in the ancient Jewish faith and its culture. In the Second Edition of Thou Shall Prosper, Lapin offers a practical approach to creating wealth based on the established principles of ancient Jewish wisdom. This book details the ten permanent principles that never change, the ten commandments of making money if you will, and explores the economic and philosophic vision of business that has been part of Jewish culture for centuries. The book's focus is on making accessible to individuals of all backgrounds, the timeless truths that Jews have used for centuries to excel in business.Outlines ten fundamental ""commandments"" relating to business and money Includes insights that will increase your potential for creating wealth, no matter what your faith or background may be Blends contemporary business stories and Lapin's own business experiences with the wisdom of the Torah and Talmudic prescriptions This Second Edition provides new examples, especially of Internet related business opportunities. In addition, each chapter highlights specific action steps that can lead to wealth opportunities in both difficult economic times and periods of prosperity.",,book|https://www.goodreads.com/book/show/944278.Thou_Shall_Prosper;summary|https://fourminutebooks.com/thou-shall-prosper-summary/,personal-finance,"Lapin, Daniel",,,,, -0aa16350-8109-44b5-9b2b-3229fc57af2a,Through The Language Glass,,,book|https://www.amazon.in/Through-Language-Glass-Different-3-Feb-2011/dp/B011T6XLVS?tag=learnawesome-21;summary|https://fourminutebooks.com/through-the-language-glass-summary/,linguistics;sociology,Author of Through The Language Glass,,,,, -929841bf-9f01-4396-a05c-8a127056fc26,To Sell Is Human,"From the bestselling author of Drive and A Whole New Mind comes a surprising--and surprisingly useful--new book that explores the power of selling in our lives.According to the U.S. Bureau of Labor Statistics, one in nine Americans works in sales. Every day more than fifteen million people earn their keep by persuading someone else to make a purchase.But dig deeper and a startling truth emerges:Yes, one in nine Americans works in sales. But so do the other eight.Whether we’re employees pitching colleagues on a new idea, entrepreneurs enticing funders to invest, or parents and teachers cajoling children to study, we spend our days trying to move others. Like it or not, we’re all in sales now.To Sell Is Human offers a fresh look at the art and science of selling. As he did in Drive and A Whole New Mind, Daniel H. Pink draws on a rich trove of social science for his counterintuitive insights. He reveals the new ABCs of moving others (it's no longer ""Always Be Closing""), explains why extraverts don't make the best salespeople, and shows how giving people an ""off-ramp"" for their actions can matter more than actually changing their minds.Along the way, Pink describes the six successors to the elevator pitch, the three rules for understanding another's perspective, the five frames that can make your message clearer and more persuasive, and much more. The result is a perceptive and practical book--one that will change how you see the world and transform what you do at work, at school, and at home.",https://covers.openlibrary.org/b/id/7498958-M.jpg,book|https://www.goodreads.com/book/show/13593553-to-sell-is-human;summary|https://fourminutebooks.com/to-sell-is-human-summary/,sales;personal-development,Daniel H. Pink,,,,, -31f7ba99-d262-4c85-b260-bb63820697c1,Tools Of Titans - Summary by FourMinuteBooks,By Timothy Ferriss,https://learn-awesome.github.io/assets/book_covers/31823677.jpg,summary|https://fourminutebooks.com/tools-of-titans-summary/;summary|https://sivers.org/book/ToolsTitans;book|https://www.goodreads.com/book/show/31823677-tools-of-titans,personal-development;productivity,Timothy Ferriss,,,,, -0c565a4c-ded5-4f06-b9a0-2563c3df76ac,Traction - Summary by FourMinuteBooks,By Gabriel Weinberg,https://learn-awesome.github.io/assets/book_covers/22091581.jpg,summary|https://fourminutebooks.com/traction-summary/;summary|https://sivers.org/book/LawsOfSubtraction;book|https://openlibrary.org/books/OL27195742M/Traction,entrepreneurship;startups,Gabriel Weinberg,,,,, -69969ac3-d8c5-4758-97da-c8a661e91be3,Tribal Leadership - Summary by FourMinuteBooks,By Dave Logan,https://learn-awesome.github.io/assets/book_covers/2741559.jpg,summary|https://fourminutebooks.com/tribal-leadership-summary/;book|https://www.amazon.com/Tribal-Leadership-Leveraging-Thriving-Organization/dp/0061251321?tag=learnawesome-20,leadership,Author of Tribal Leadership,,,,, -6caeeff5-4870-411f-a023-4595168dbf63,Tribe Of Mentors - Summary by FourMinuteBooks,By Timothy Ferriss,https://learn-awesome.github.io/assets/book_covers/36200111.jpg,summary|https://fourminutebooks.com/tribe-of-mentors-summary/;book|https://www.amazon.in/Tribe-Mentors-Short-Advice-World/dp/1328994961?tag=learnawesome-21,career;personal-development,Tim Ferriss,,,,, -dd8ae8fc-f03a-486e-a71f-5c77902580f4,Tribes,"A tribe is any group of people, large or small, who are connected to one another, a leader, and an idea. For millions of years, humans have been seeking out tribes, be they religious, ethnic, economic, political, or even musical (think of the Deadheads). It's our nature.Now the Internet has eliminated the barriers of geography, cost, and time. All those blogs and social networking sites are helping existing tribes get bigger. But more important, they're enabling countless new tribes to be born—groups of ten or ten thousand or ten million who care about their iPhones, or a political campaign, or a new way to fight global warming. And so the key question: Who is going to lead us?The Web can do amazing things, but it can't provide leadership. That still has to come from individuals—people just like you who have passion about something. The explosion in tribes means that anyone who wants to make a difference now has the tools at her fingertips.If you think leadership is for other people, think again—leaders come in surprising packages. Consider Joel Spolsky and his international tribe of scary-smart software engineers. Or Gary Vaynerhuck, a wine expert with a devoted following of enthusiasts. Chris Sharma leads a tribe of rock climbers up impossible cliff faces, while Mich Mathews, a VP at Microsoft, runs her internal tribe of marketers from her cube in Seattle. All they have in common is the desire to change things, the ability to connect a tribe, and the willingness to lead.If you ignore this opportunity, you risk turning into a ""sheepwalker""—someone who fights to protect the status quo at all costs, never asking if obedience is doing you (or your organization) any good. Sheepwalkers don't do very well these days.Tribes will make you think (really think) about the opportunities in leading your fellow employees, customers, investors, believers, hobbyists, or readers. . . . It's not easy, but it's easier than you think.",https://covers.openlibrary.org/b/id/3371417-M.jpg,book|https://openlibrary.org/books/OL16909900M/Tribes;summary|https://fourminutebooks.com/tribes-summary/;summary|https://sivers.org/book/Tribes,leadership,Seth Godin,,,,, -f95d6447-bbbf-49b5-9be2-c5a3282ebf03,"Trust Me, I’m Lying",,,book|https://www.amazon.com/Trust-Me-Lying-Confessions-Manipulator-ebook/dp/B0074VTHH0?tag=learnawesome-20;summary|https://fourminutebooks.com/trust-me-im-lying-summary/,blogging;social-media;internet,"Author of Trust Me, I’m Lying",,,,, -b0291613-dfaf-4e30-b6dd-dffa5ac0a227,Trying Not To Try,"A deeply original exploration of the power of spontaneity—an ancient Chinese ideal that cognitive scientists are only now beginning to understand—and why it is so essential to our well-being  Why is it always hard to fall asleep the night before an important meeting? Or be charming and relaxed on a first date? What is it about a politician who seems wooden or a comedian whose jokes fall flat or an athlete who chokes? In all of these cases, striving seems to backfire.   In Trying Not To Try, Edward Slingerland explains why we find spontaneity so elusive, and shows how early Chinese thought points the way to happier, more authentic lives. We’ve long been told that the way to achieve our goals is through careful reasoning and conscious effort. But recent research suggests that many aspects of a satisfying life, like happiness and spontaneity, are best pursued indirectly. The early Chinese philosophers knew this, and they wrote extensively about an effortless way of being in the world, which they called wu-wei (ooo-way). They believed it was the source of all success in life, and they developed various strategies for getting it and hanging on to it.   With clarity and wit, Slingerland introduces us to these thinkers and the marvelous characters in their texts, from the butcher whose blade glides effortlessly through an ox to the wood carver who sees his sculpture simply emerge from a solid block. Slingerland uncovers a direct line from wu-wei to the Force in Star Wars, explains why wu-wei is more powerful than flow, and tells us what it all means for getting a date. He also shows how new research reveals what’s happening in the brain when we’re in a state of wu-wei—why it makes us happy and effective and trustworthy, and how it might have even made civilization possible.   Through stories of mythical creatures and drunken cart riders, jazz musicians and Japanese motorcycle gangs, Slingerland effortlessly blends Eastern thought and cutting-edge science to show us how we can live more fulfilling lives. Trying Not To Try is mind-expanding and deeply pleasurable, the perfect antidote to our striving modern culture.",,book|https://www.amazon.com/Trying-Not-Try-Science-Spontaneity/dp/0770437613?tag=learnawesome-20;summary|https://fourminutebooks.com/trying-not-to-try-summary/,productivity;philosophy;personal-development,Edward G. Slingerland,,,,, -994ed47e-8449-4ccd-a9b5-c4c8f9a240eb,Tubes - Summary by FourMinuteBooks,By Andrew Blum,https://learn-awesome.github.io/assets/book_covers/13036199.jpg,summary|https://fourminutebooks.com/tubes-summary/;book|https://www.amazon.in/Tubes-Journey-Internet-Andrew-Blum/dp/0061994952?tag=learnawesome-21,internet,Andrew Blum,,,,, -8e2d7ac8-a5be-4278-87cb-5e3a51673cd2,Turning Pro,"Turning pro is free, but it's not easy.When we turn pro, we give up a life that we may have become extremely comfortable with. We give up a self that we have come to identify with and to call our own.Turning pro is free, but it demands sacrifice.The passage from amateur to professional is often achieved via an interior odyssey whose trials are survived only at great cost, emotionally, psychologically and spiritually. We pass through a membrane when we turn pro. It's messy and it's scary. We tread in blood when we turn pro.What we get when we turn pro.What we get when we turn pro is we find our power. We find our will and our voice and we find our self-respect. We become who we always were but had, until then, been afraid to embrace and to live out.",https://covers.openlibrary.org/b/id/7323168-M.jpg,book|https://openlibrary.org/books/OL25652603M/Turning_pro;summary|https://fourminutebooks.com/turning-pro-summary/;summary|https://sivers.org/book/TurningPro,career;personal-development;work,Steven Pressfield,,,,, -33c754fa-1c3b-4f72-8556-fd2151b82b6a,Algorithms to Live By: The Computer Science of Human Decisions - Summary at Blas.com,Studying algorithms and how they might be implemented to help us better solve every …,https://blas.com/wp-content/uploads/2018/10/41UiFPQfFbL._SX326_BO1204203200_-197x300.jpg,summary|https://blas.com/algorithms-to-live-by/,artificial-intelligence;brian-christian;computer-science;decision-making;tom-griffiths,Lucius Annaeus Seneca,,,,, -cd209307-0823-4957-920c-6e04f22c3cab,Uncertainty,"Jonathan Fields knows the risks-and potential power-of uncertainty. He gave up a six-figure income as a lawyer to make $12 an hour as a personal trainer. Then, married with a 3-month old baby, he signed a lease to launch a yoga center in the heart of New York City. . . the day before 9/11. But he survived, and along the way he developed a fresh approach to transforming uncertainty, risk of loss, and exposure to judgment into catalysts for innovation, creation, and achievement.Properly understood and harnessed, fear and uncertainty can become fuel for creative genius rather than sources of pain, anxiety, and suffering. In business, art, and life, creating on a world-class level demands bold action and leaps of faith in the face of great uncertainty. But that uncertainty can lead to fear, anxiety, paralysis, and destruction. It can gut creativity and stifle innovation. It can keep you from taking the risks necessary to do great work and craft a deeply-rewarding life. And it can bring companies that rely on innovation grinding to a halt.That is, unless you know how to use it to your advantage. Fields draws on leading-edge technology, cognitive-science and ancient awareness-focusing techniques in a fresh, practical, non-dogmatic way. His approach enables creativity and productivity on an entirely different level and can turn the once-tortuous journey into a more enjoyable quest. Fields will reveal how to:Make changes to your workflow that unlock buried creative potential. Build ""creation hives"" -- supportive groups that can supercharge and humanize the process. Tap social technology and user co-creation to add clarity, certainty, and sanity, even if you're an artist or solo-creator. Develop a set of personal practices and mindset shifts that let you not just tolerate, but invite and even amplify, uncertainty as a catalyst for genius.Drawing on extensive case studies and research, Fields shares a set of detailed personal practices and environmental changes that can not only humanize the creative process, but also allow individuals and teams to stay more open to opportunity and play a bigger creative game.",https://sivers.org/images/LivingBeautifully.gif,book|https://openlibrary.org/books/OL24853616M/Uncertainty;summary|https://fourminutebooks.com/uncertainty-summary/;summary|https://sivers.org/book/LivingBeautifully,risk;personal-development,Jonathan Fields,,,,, -5cdb1306-bf0f-4e81-8a6a-554afab4f2ec,Unlimited Power,"""The cutting edge--a must for anyone committed to personl excellence.""Ken BlanchardCo-author of THE ONE MINUTE MANAGERYes, you can do, have, achieve, and create anything you want out of life. Anthony Robbins has proved it. Robbins, the undisputed master of the magic of mindpower, shows you in these pages how to harness yours. He demonstrates--passionately and eloquently--that whatever you think will be, that your state of mind determines what you can and can't do, and that all successful results can be modeled and duplicated. His enthusiasm is contagious as he shows you how to: reprogram your mind in minutes to eliminate fears and phobias; dramatically improve your interpersonal relationships; and discover the five keys to wealth and happiness, and more.",https://covers.openlibrary.org/b/id/4166860-M.jpg,book|https://www.goodreads.com/book/show/8676.Unlimited_Power;summary|https://fourminutebooks.com/unlimited-power-summary/,personal-development,Author of Unshakeable,,,,, -cc74aabf-cc2d-4939-b3cc-c1a85c08ac0e,Unshakeable,,,book|https://www.amazon.in/Unshakeable-Your-Financial-Freedom-Playbook-ebook/dp/B01KU08VQE?tag=learnawesome-21;summary|https://fourminutebooks.com/unshakeable-summary/,investing;personl-finance,Author of Unshakeable,,,,, -146f8524-090f-495e-96a8-83dac222c11f,Vagabonding,"Vagabonding is about taking time off from your normal life - from six weeks to four months to two years - to discover and experience the world on your own terms. Veteran shoestring traveler Rolf Potts shows how anyone armed with an independent spirit can achieve the dream of extended overseas travel. Potts gives the necessary information on:- financing your travel time - determining your destination - adjusting to life on the road- working and volunteering overseas - handling travel adversity - re-assimilating back into ordinary lifeNot just a plan of action, vagabonding is an outlook on life that emphasizes creativity, discovery, and the growth of the spirit. Visit the vagabonding community's hub at www.vagabonding.net.",,book|https://www.amazon.in/Vagabonding-Uncommon-Guide-Long-Term-Travel/dp/0812992180?tag=learnawesome-21;summary|https://fourminutebooks.com/vagabonding-summary/,travel,Rolf Potts,,,,, -b74ad765-8242-4530-8d06-f16f51830cbc,Walden - Summary by FourMinuteBooks,By Henry David Thoreau,https://learn-awesome.github.io/assets/book_covers/16902.jpg,summary|https://fourminutebooks.com/walden-summary/;book|https://www.goodreads.com/book/show/16902.Walden,personal-development;philosophy;environment;nature,Author of Walden,,,,, -59816675-0e45-4725-816d-10439c10b4dd,What Color Is Your Parachute,"With more than 10 million copies sold in 28 countries, the world's most popular job-search book is updated for 2018 and tailors Richard Bolles's long-trusted guidance with up-to-the-minute information and advice for today's job-hunters and career-changers. In today's challenging job-market, the time-tested advice of What Color Is Your Parachute? is needed more than ever. Recent grads facing a tough economic landscape, workers laid off mid-career, and people searching for an inspiring work-life change all look to career guru Richard N. Bolles for support, encouragement, and advice on which job-hunt strategies work--and which don't. This revised edition combines classic elements like the famed Flower Exercise with updated tips on social media and search tactics. Bolles demystifies the entire job-search process, from writing resumes to interviewing to networking, expertly guiding job-hunters toward their dream job.",https://covers.openlibrary.org/b/id/8760159-M.jpg,book|https://www.amazon.in/What-Color-Your-Parachute-2018/dp/039957963X?tag=learnawesome-21;summary|https://fourminutebooks.com/what-color-is-your-parachute-summary/,career,Richard Nelson Bolles,,,,, -a02b3b24-6942-4f47-a6e7-e736e2c95bd4,What Every Body Is Saying,,,book|https://www.amazon.in/What-Every-BODY-Saying-Speed-Reading-ebook/dp/B0010SKSTO?tag=learnawesome-21;summary|https://fourminutebooks.com/what-every-body-is-saying-summary/,body-language;communication,Author of What Every Body Is Saying,,,,, -f94b17c6-a051-4079-ba8a-4337237585c1,What I Know For Sure,"As a creative force, student of the human heart and soul, and champion of living the life you want, Oprah Winfrey stands alone. Over the years, she has made history with a legendary talk show - the highest-rated program of its kind, launched her own television network, become the nation's only African-American billionaire, and been awarded both an honorary degree by Harvard University and the Presidential Medal of Freedom. From all her experiences, she has gleaned life lessons—which, for fourteen years, she's shared in O, The Oprah Magazine's widely popular ""What I Know For Sure"" column, a monthly source of inspiration and revelation.Now, for the first time, these thoughtful gems have been revised, updated, and collected in What I Know For Sure, a beautiful cloth bound book with a ribbon marker, packed with insight and revelation from Oprah Winfrey. Organized by theme—joy, resilience, connection, gratitude, possibility, awe, clarity, and power—these essays offer a rare, powerful and intimate glimpse into the heart and mind of one of the world's most extraordinary women—while providing readers a guide to becoming their best selves. Candid, moving, exhilarating, uplifting, and frequently humorous, the words Oprah shares in What I Know For Sure shimmer with the sort of truth that readers will turn to again and again.",https://covers.openlibrary.org/b/id/8324391-M.jpg,book|https://www.amazon.com/What-Know-Sure-Oprah-Winfrey/dp/1250054052?tag=learnawesome-20;summary|https://fourminutebooks.com/what-i-know-for-sure-summary/,personal-development,Oprah Winfrey,,,,, -29ab91a5-01ee-4dca-89bf-775a4576dd25,"Write It Down, Make It Happen"," - - Turn your dreams into reality by taking matters into your own hands. - - In Write It Down, Make It Happen, Henriette Anne Klauser, Ph.D., explains how simply writing down your goals in life is the first step toward achieving them. Writing can even help you understand what you want. In this book, you will read stories about ordinary people who witnessed miracles large and small unfold in their lives after they performed the basic act of putting their dreams on paper. Klauser's down-to-earth tips and easy exercises are sure to get your creative juices flowing. Before you know it, you'll be writing your own ticket to success. You Can Find the perfect mate Buy your dream house Get a great new job Wake up happier Travel the world Have a better relationship with your teenage son ",https://covers.openlibrary.org/b/id/427443-M.jpg,book|https://openlibrary.org/books/OL7722052M/Write_It_Down_Make_It_Happen;summary|https://fourminutebooks.com/write-it-down-make-it-happen-summary/,personal-development,Henriette Anne Klauser,,,,, -f3b160ce-aa7b-4da6-96b4-47ee04673440,Fourier Series,,,book|https://www.goodreads.com/book/show/2273282.Fourier_Series,mathematics,,,,,, -acf2f34a-e7d0-49da-96c5-7d24076e0804,What If - Summary by FourMinuteBooks,"Randall Munroe left NASA in 2005 to start up his hugely popular site XKCD 'a web comic of romance, sarcasm, math and language' which offers a witty take on the world of science and geeks. It now has 600,000 to a million page hits daily. Every now and then, Munroe would get emails asking him to arbitrate a science debate. 'My friend and I were arguing about what would happen if a bullet got struck by lightning, and we agreed that you should resolve it . . . ' He liked these questions so much that he started up What If. If your cells suddenly lost the power to divide, how long would you survive? How dangerous is it, really, to be in a swimming pool in a thunderstorm? If we hooked turbines to people exercising in gyms, how much power could we produce? What if everyone only had one soulmate?When (if ever) did the sun go down on the British empire? How fast can you hit a speed bump while driving and live?What would happen if the moon went away?In pursuit of answers, Munroe runs computer simulations, pores over stacks of declassified military research memos, solves differential equations, and consults with nuclear reactor operators. His responses are masterpieces of clarity and hilarity, studded with memorable cartoons and infographics. They often predict the complete annihilation of humankind, or at least a really big explosion. Far more than a book for geeks, WHAT IF: Serious Scientific Answers to Absurd Hypothetical Questions explains the laws of science in operation in a way that every intelligent reader will enjoy and feel much the smarter for having read.",https://covers.openlibrary.org/b/id/9189561-M.jpg,summary|https://fourminutebooks.com/what-if-summary/;book|https://www.amazon.in/What-International-Scientific-Hypothetical-Questions/dp/0544456866?tag=learnawesome-21,science,Randall Munroe,,,,, -407f86b5-bc05-4369-a3e9-ea85db04a36a,When Bad Things Happen To Good People,,,book|https://www.amazon.in/When-Things-Happen-Good-People/dp/1400034728?tag=learnawesome-21;summary|https://fourminutebooks.com/when-bad-things-happen-to-good-people-summary/,personal-development,Author of When Bad Things Happen To Good People,,,,, -c2a308cd-a69b-4f32-a2e5-bf5d9ec7d667,When,"Daniel H. Pink, the #1 bestselling author of Drive and To Sell Is Human, unlocks the scientific secrets to good timing to help you flourish at work, at school, and at home.Everyone knows that timing is everything. But we don't know much about timing itself. Our lives are a never-ending stream of ""when"" decisions: when to start a business, schedule a class, get serious about a person. Yet we make those decisions based on intuition and guesswork.Timing, it's often assumed, is an art. In When: The Scientific Secrets of Perfect Timing, Pink shows that timing is really a science.Drawing on a rich trove of research from psychology, biology, and economics, Pink reveals how best to live, work, and succeed. How can we use the hidden patterns of the day to build the ideal schedule? Why do certain breaks dramatically improve student test scores? How can we turn a stumbling beginning into a fresh start? Why should we avoid going to the hospital in the afternoon? Why is singing in time with other people as good for you as exercise? And what is the ideal time to quit a job, switch careers, or get married?In When, Pink distills cutting-edge research and data on timing and synthesizes them into a fascinating, readable narrative packed with irresistible stories and practical takeaways that give readers compelling insights into how we can live richer, more engaged lives.",https://sivers.org/images/WhenThingsFallApart.gif,book|https://www.amazon.in/When-Scientific-Secrets-Perfect-Timing/dp/0735210624?tag=learnawesome-21;summary|https://fourminutebooks.com/when-summary/;summary|https://sivers.org/book/WhenThingsFallApart,time-management;personal-development;productivity,Daniel H. Pink,,,,, -09a7c415-46f2-4c90-8c8e-21175a4f1ec2,When To Rob A Bank,,https://covers.openlibrary.org/b/id/8462173-M.jpg,book|https://www.goodreads.com/book/show/23019295-when-to-rob-a-bank;summary|https://fourminutebooks.com/when-to-rob-a-bank-summary/,economics;social-science,Steven D. Levitt,,,,, -682fac74-7942-4ec2-a683-b3f3209ff504,Where Good Ideas Come From - Summary by FourMinuteBooks,By Steven Johnson,https://learn-awesome.github.io/assets/book_covers/8034188.jpg,summary|https://fourminutebooks.com/where-good-ideas-come-from-summary/;book|https://www.amazon.in/Where-Good-Ideas-Come-Innovation/dp/1594485380?tag=learnawesome-21,innovation,Steven Johnson,,,,, -63a6209e-d1cc-4782-9e74-6bb2ede985a9,"Wherever You Go, There You Are","Stop Trying to get somewhere. Be where you are already. Think the grass is always greener somewhere else or life is better in someone else's shoes? If so, life will constantly disappoint you. True contentment comes from within- and you can uncover the spiritual treasure buried within you through meditation. Blending Western thought and Eastern practice, Wherever you go, there you are is the book that introduced meditation to America. Now you too can learn the simple practice of breathing and focus to keep yourself in the present. You'll discover how to let stress wash over you rather than try to shut it out. You'll find strength where you least expect it and even take charge of your health by adjusting your perspective. Join the nearly one million Americans whose lives have been changed by this book and the empowering practice of meditation.",,book|https://www.goodreads.com/book/show/14096.Wherever_You_Go_There_You_Are;summary|https://fourminutebooks.com/wherever-you-go-there-you-are-summary/,mindfulness,"Author of Wherever You Go, There You Are",,,,, -ba516a98-bf0f-4d8a-ab4d-bb374d5594ad,Who Moved My Cheese - Summary by FourMinuteBooks,By Spencer Johnson,https://learn-awesome.github.io/assets/book_covers/4894.jpg,summary|https://fourminutebooks.com/who-moved-my-cheese-summary/;book|https://www.amazon.com/Moved-Cheese-Spencer-Johnson-M-D/dp/0743582853?tag=learnawesome-20,personal-development,Spencer Johnson,,,,, -5c9340cb-298e-4a9b-8d77-fe87f6d9c653,Why Is Sex Fun,Why are humans one of the few species to have sex in private? Why are human females the only mammals to go through menopause? Why is the human penis so unnecessarily large? There is no more knowledgeable authority than the award-winning author of THE THIRD CHIMPANZEE to answer these intriguing questions. Here is a delightfully entertaining and enlightening look at the unique sex lives of humans.,https://covers.openlibrary.org/b/id/298668-M.jpg,book|https://www.amazon.in/Why-Sex-Fun-Evolution-Sexuality/dp/0465031269?tag=learnawesome-21;summary|https://fourminutebooks.com/why-is-sex-fun-summary/,sex;anthropology;psychology;biology;evolution;sexuality,Jared Diamond,,,,, -4c9d9762-e57f-4439-bf7f-24f2b17f6b8e,Year Of Yes,"The mega-talented creator of Grey’s Anatomy and Scandal and executive producer of How to Get Away With Murder chronicles how saying YES for one year changed her life―and how it can change yours, too.With three hit shows on television and three children at home, the uber-talented Shonda Rhimes had lots of good reasons to say NO when an unexpected invitation arrived. Hollywood party? No. Speaking engagement? No. Media appearances? No. And there was the side benefit of saying No for an introvert like Shonda: nothing new to fear. Then Shonda’s sister laid down a challenge: just for one year, try to say YES to the unexpected invitations that come your way. Shonda reluctantly agreed―and the result was nothing short of transformative. In Year of Yes, Shonda Rhimes chronicles the powerful impact saying Yes had on every aspect of her life―and how we can all change our lives with one little word. Yes.",https://covers.openlibrary.org/b/id/9176285-M.jpg,book|https://www.goodreads.com/book/show/29540318-year-of-yes;summary|https://fourminutebooks.com/year-of-yes-summary/,relationships;personal-development,Author of Year Of Yes,,,,, -d15fc728-7ebe-43b2-9709-8d289bbaca8a,Trillion Dollar Coach: The Leadership Playbook of Silicon Valley’s Bill Campbell - Summary at Blas.com,This is a “help-others” rather than a self-help book. It will teach you how …,https://blas.com/wp-content/uploads/2019/05/91KcSwPOCHL-199x300.jpg,summary|https://blas.com/trillion-dollar-coach/,alan-eagle;amazon;bill-campbell;eric-schmidt;google;intuit;jonathan-rosenberg;leadership;teamwork,Lucius Annaeus Seneca,,,,, -6487df24-9972-4702-a479-5b2cfc6ada6d,Why We Love,"A groundbreaking exploration of our most complex and mysterious emotionElation, mood swings, sleeplessness, and obsession—these are the tell-tale signs of someone in the throes of romantic passion. In this revealing new book, renowned anthropologist Helen Fisher explains why this experience—which cuts across time, geography, and gender—is a force as powerful as the need for food or sleep.Why We Love begins by presenting the results of a scientific study in which Fisher scanned the brains of people who had just fallen madly in love. She proves, at last, what researchers had only suspected: when you fall in love, primordial areas of the brain “light up†with increased blood flow, creating romantic passion. Fisher uses this new research to show exactly what you experience when you fall in love, why you choose one person rather than another, and how romantic love affects your sex drive and your feelings of attachment to a partner. She argues that all animals feel romantic attraction, that love at first sight comes out of nature, and that human romance evolved for crucial reasons of survival. Lastly, she offers concrete suggestions on how to control this ancient passion, and she optimistically explores the future of romantic love in our chaotic modern world.Provocative, enlightening, and persuasive, Why We Love offers radical new answers to the age-old question of what love is and thus provides invaluable new insights into keeping love alive.",https://covers.openlibrary.org/b/id/580848-M.jpg,book|https://www.amazon.in/Why-We-Love-Chemistry-Romantic/dp/0805069135?tag=learnawesome-21;summary|https://fourminutebooks.com/why-we-love-summary/,psychology;relationships;love;anthropology,Helen Fisher,,,,, -1fc9d6be-1ae1-47d9-bf6e-a37504c81a94,Why We Work,"An eye-opening, groundbreaking tour of the purpose of work in our lives, showing how work operates in our culture and how you can find your own path to happiness in the workplace.Why do we work? The question seems so simple. But Professor Barry Schwartz proves that the answer is surprising, complex, and urgent.We’ve long been taught that the reason we work is primarily for a paycheck. In fact, we’ve shaped much of the infrastructure of our society to accommodate this belief. Then why are so many people dissatisfied with their work, despite healthy compensation? And why do so many people find immense fulfillment and satisfaction through “menial” jobs? Schwartz explores why so many believe that the goal for working should be to earn money, how we arrived to believe that paying workers more leads to better work, and why this has made our society confused, unhappy, and has established a dangerously misguided system.Through fascinating studies and compelling anecdotes, this book dispels this myth. Schwartz takes us through hospitals and hair salons, auto plants and boardrooms, showing workers in all walks of life, showcasing the trends and patterns that lead to happiness in the workplace. Ultimately, Schwartz proves that the root of what drives us to do good work can rarely be incentivized, and that the cause of bad work is often an attempt to do just that.How did we get to this tangled place? How do we change the way we work? With great insight and wisdom, Schwartz shows us how to take our first steps toward understanding, and empowering us all to find great work.",,book|https://www.amazon.in/Why-We-Work-Barry-Schwartz/dp/144237814X?tag=learnawesome-21;summary|https://fourminutebooks.com/why-we-work-summary/,psychology;philosophy;leadership;personal-development;sociology;culture;work,"Schwartz, Barry",,,,, -de29ff98-b02b-42ae-8a7e-0bd5dac96269,Will It Fly,"Stop rushing into businesses born from half-baked ideas, misguided theories, and other forms of self-delusion. A lack of proper validation kills more businesses than anything else. As Joel Barker says, “Speed is only useful if you’re running in the right direction.” Will It Fly? will help you make sure you are clear for takeoff. It answers questions like: - Does your business idea have merit? - Will it succeed in the market you’re trying to serve, or will it just be a waste of time and resources? - Is it a good idea for you? In other words, will it fly?Chock-full of practical suggestions you can apply to your business idea today, Will It Fly? combines action-based exercises and real-world case studies with anecdotes from the author’s personal experience of making money online, hosting successful podcasts, testing niche sites, and launching several online businesses.Will It Fly? will challenge you to think critically, act deliberately, and dare greatly. You can think of the book as your business flight manual, something you can refer to for honest and straight-forward advice as you begin to test your idea and build a business that takes off and soars.In five parts, Will It Fly? will guide you through the validation of your next business idea:- Part one, Mission Design, helps you make sure your target idea aligns with and supports your goals. - Part two, Development Lab, walks you through uncovering important details about your idea that you haven't even thought about. - Part three, Flight Planning, is all about assessing current market conditions. - Part four, Flight Simulator, focuses on the actual validating and testing of an idea with a small segment of a target market. - Finally, Part five, All Systems Go, is for final analysis to help you make sure your idea is one you are ready to move forward with.",,book|https://www.goodreads.com/book/show/28678036-will-it-fly;summary|https://fourminutebooks.com/will-it-fly-summary/,entrepreneurship,Author of Will It Fly,,,,, -02646f75-5667-4481-804f-a98a8e1d564e,Winners: And How They Succeed,"How do sportsmen excel, entrepreneurs thrive, or individuals achieve the ambitions? Is their ability to win innate? Or is the winning mindset something we can all develop?In the tradition of The Talent Code and The Power of Habit, Campbell draws on the wisdom of an astonishing array of talented people—from elite athletes to media mavens, from rulers of countries to rulers of global business empires.Alastair Campbell has conducted in-depth interviews and uses his own experience in politics and sport to get to the heart of success. He examines how winners tick. He considers how they build great teams. He analyzes how these people deal with unexpected setbacks and new challenges. He judges what the very different worlds of politics, business, and sport can learn from one another. And he sets out a blueprint for winning that we can all follow to achieve our goals.",,book|https://www.goodreads.com/book/show/25622036-winners;summary|https://fourminutebooks.com/winners-and-how-they-succeed-summary/,personal-development,Author of Winners: And How They Succeed,,,,, -c46da0a4-099a-46b5-a39a-85c1ccf1c0d6,Winning,"Jack Welch knows how to win. During his forty-year career at General Electric, he led the company to year-after-year success around the globe, in multiple markets, against brutal competition. His honest, be-the-best style of management became the gold standard in business, with his relentless focus on people, teamwork, and profits.Since Welch retired in 2001 as chairman and chief executive officer of GE, he has traveled the world, speaking to more than 250,000 people and answering their questions on dozens of wide-ranging topics.Inspired by his audiences and their hunger for straightforward guidance, Welch has written both a philosophical and pragmatic book, which is destined to become the bible of business for generations to come. It clearly lays out the answers to the most difficult questions people face both on and off the job.Welch's objective is to speak to people at every level of an organization, in companies large and small. His audience is everyone from line workers to MBAs, from project managers to senior executives. His goal is to help everyone who has a passion for success.Welch begins Winning with an introductory section called ""Underneath It All,"" which describes his business philosophy. He explores the importance of values, candor, differentiation, and voice and dignity for all.The core of Winning is devoted to the real ""stuff"" of work. This main part of the book is split into three sections. The first looks inside the company, from leadership to picking winners to making change happen. The second section looks outside, at the competition, with chapters on strategy, mergers, and Six Sigma, to name just three. The next section of the book is about managing your career—from finding the right job to achieving work-life balance.Welch's optimistic, no excuses, get-it-done mind-set is riveting. Packed with personal anecdotes and written in Jack's distinctive no b.s. voice, Winning offers deep insights, original thinking, and solutions to nuts-and-bolts problems that will change the way people think about work.",,book|https://www.goodreads.com/book/show/866222.Winning;summary|https://fourminutebooks.com/winning-summary/,leadership;business;management,Jack Welch,,,,, -932468d0-5bd5-497f-9ee1-2316c756336d,Without Their Permission,"A WALL STREET JOURNAL BESTSELLER As Alexis Ohanian learned when he helped to co-found the immensely popular reddit.com, the internet is the most powerful and democratic tool for disseminating information in human history. And when that power is harnessed to create new communities, technologies, businesses or charities, the results can be absolutely stunning. In this book, Alexis will share his ideas, tips and even his own doodles about harnessing the power of the web for good, and along the way, he will share his philosophy with young entrepreneurs all over the globe. At 29, Ohanian has come to personify the dorm-room tech entrepreneur, changing the world without asking permission. Within a couple of years of graduating from the University of Virginia, Ohanian did just that, selling reddit for millions of dollars. He's gone on to start many other companies, like hipmunk and breadpig, all while representing Y Combinator and investing in over sixty other tech startups. WITHOUT THEIR PERMISSION is his personal guidebook as to how other aspiring entrepreneurs can follow in his footsteps.",,book|https://www.goodreads.com/book/show/17333428-without-their-permission;summary|https://fourminutebooks.com/without-their-permission-summary/,reddit;internet;entrepreneurship,Alexis Ohanian,,,,, -b2b7d055-a52c-444c-a958-49989ac63944,Simulating an epidemic,,,video|https://www.youtube.com/watch?v=gxAaO2rsdIs,epidemics,,,,,,oer -ca417444-6388-4b1a-adc7-d566d4709992,Drive: The Story of My Life - Summary at Blas.com,"Bird discusses his childhood, college years, and life as one of the all time …",https://blas.com/wp-content/uploads/2019/05/91jZ8NOH-IL-180x300.jpg,summary|https://blas.com/drive/,basketball;boston-celtics;larry-bird;mastery,Lucius Annaeus Seneca,,,,, -1bb8d214-e5de-4f2e-8f49-007b408ed3df,The Path of Least Resistance: Learning to Become the Creative Force in Your Own Life - Summary at Blas.com,I got so much out of this book that I made a bit of a …,https://blas.com/wp-content/uploads/2019/05/51af9H2Ax6L._SX347_BO1204203200_-210x300.jpg,summary|https://blas.com/the-path-of-least-resistance/,creativity;robert-fritz;worth-re-reading,Lucius Annaeus Seneca,,,,, -a229a3f6-ab69-474d-89cf-25f5eb98667b,Classical Electrodynamics,,,book|https://www.goodreads.com/book/show/202464.Classical_Electrodynamics,physics;electrodynamics,,,,,, -12639a48-d89b-454f-8961-9e9369c39d1f,You Are A Badass At Making Money,"""A cheerful manifesto on removing obstacles between yourself and the income of your dreams."" --New York Magazine From the #1 New York Times bestselling author of You Are a Badass, a life-changing guide to making the kind of money you've only ever dreamed of You Are a Badass at Making Money will launch you past the fears and stumbling blocks that have kept financial success beyond your reach. Drawing on her own transformation--over just a few years--from a woman living in a converted garage with tumbleweeds blowing through her bank account to a woman who travels the world in style, Jen Sincero channels the inimitable sass and practicality that made You Are a Badass an indomitable bestseller. She combines hilarious personal essays with bite-size, aha concepts that unlock earning potential and get real results.Learn to:- Uncover what's holding you back from making money - Give your doubts, fears, and excuses the heave-ho - Relate to money in a new (and lucrative) way - Shake up the cocktail of creation - Tap into your natural ability to grow rich - Shape your reality--stop playing victim to circumstance - Get as wealthy as you wanna be""This book truly crystallizes the concept that financial abundance is an inside job--in that it all begins with your mindset--and Sincero gets serious (in the funniest ways possible) about helping you identify your particular limiting beliefs surrounding money."" --PopSugar",,book|https://www.goodreads.com/book/show/30900534-you-are-a-badass-at-making-money;summary|https://fourminutebooks.com/you-are-a-badass-at-making-money-summary/,personal-finance,Author of You Are A Badass At Making Money,,,,, -65c61690-c00b-4ff2-a1c9-9a05d0f1f99f,You Are A Badass,"The #1 New York Times Bestseller You Are A Badass is the self-help book for people who desperately want to improve their lives but don't want to get busted doing it.In this refreshingly entertaining how-to guide, #1 New York Times Bestselling Author and world-traveling success coach, Jen Sincero, serves up 27 bite-sized chapters full of hilariously inspiring stories, sage advice, easy exercises, and the occasional swear word. If you're ready to make some serious changes around here, You Are a Badass will help you: Identify and change the self-sabotaging beliefs and behaviors that stop you from getting what you want, blast past your fears so you can take big exciting risks, figure out how to make some damn money already, learn to love yourself and others, set big goals and reach them - it will basically show you how to create a life you totally love, and how to create it now.By the end of You Are a Badass, you'll understand why you are how you are, how to love what you can't change, how to change what you don't love, and how to use The Force to kick some serious ass.",,book|https://www.amazon.in/You-Are-Badass%C2%AE-Doubting-Greatness/dp/0762447699?tag=learnawesome-21;summary|https://fourminutebooks.com/you-are-a-badass-summary/,personal-development,Author of You Are A Badass,,,,, -0aff602f-ed63-4545-b7c2-bb618c9ba182,You Are Not Your Brain,,,book|https://www.amazon.com/You-Are-Not-Your-Brain-ebook/dp/B004XFYRMA?tag=learnawesome-20;summary|https://fourminutebooks.com/you-are-not-your-brain-summary/,habits,Author of You Are Not Your Brain,,,,, -1585d6c5-7033-45bc-97aa-08eecfd85dfa,Your Best Just Got Better,"Imagine if your best just got better every single day In Your Best Just Got Better, productivity expert Jason Womack teaches readers that working longer hours doesn't make up for a flawed approach to productivity and performance. Workers need to clarify their habits, build mindset-based strategies, and be proactive. Womack's signature ""workplace performance"" techniques offer specific strategies to consistently and incrementally improve performance.Readers will:Understand the fundamentals of workflow and the principles of human performance Arm themselves with the tools and the processes to get more of their work done, on time, with fewer resources, and with less stress Making your best better won't happen overnight, but learning how to effectively manage just a few critical success factors lead to an effective workday and an overall successful professional career.",,book|https://www.goodreads.com/book/show/13369023-your-best-just-got-better;summary|https://fourminutebooks.com/your-best-just-got-better-summary/,productivity;personal-development,Jason W. Womack,,,,, -496e69a1-3011-4191-9568-977766603219,Your Brain At Work - Summary by FourMinuteBooks,By David Rock,https://learn-awesome.github.io/assets/book_covers/6899290.jpg,summary|https://fourminutebooks.com/your-brain-at-work-summary/;book|https://www.goodreads.com/book/show/6899290-your-brain-at-work,productivity;work;personal-development,David Rock,,,,, -cfbcbc8f-4c6b-4024-bcb1-35aea05d50fe,Zero To One - Summary by FourMinuteBooks,By Peter Thiel,https://learn-awesome.github.io/assets/book_covers/18050143.jpg,summary|https://fourminutebooks.com/zero-to-one-summary/;summary|https://sivers.org/book/ZeroToOne;book|https://www.amazon.com/Zero-One-Notes-Startups-Future/dp/0804139296?tag=learnawesome-20,business;entrepreneurship,"Masters, Blake Thiel Peter",,,,, -e71c825f-5a21-44ae-837f-c428473d5f9c,The Wit and Wisdom of Lee Kuan Yew - Summary at Blas.com,A collection of quotes from LKY on a whole host of subjects Key Takeaways …,https://blas.com/wp-content/uploads/2020/03/41-YKDkh3AL._SX359_BO1204203200_-217x300.jpg,summary|https://blas.com/the-wit-and-wisdom-of-lky/,business;culture;leadership;lee-kuan-yew;politics,,,,,, -a88f8d72-0c35-4227-81f4-4a042e2e38df,"Visual Explanations: Images and Quantities, Evidence and Narrative - Summary at Blas.com",This book describes design strategies – the proper arrangement in space and time of …,https://blas.com/wp-content/uploads/2020/03/v-expl.jpg,summary|https://blas.com/visual-explanations/,data-visualization;edward-tufte;presenting,Lucius Annaeus Seneca,,,,, -46807db4-2a73-4a2c-a188-5d5fd39dbb61,The Visual Display of Quantitative Information - Summary at Blas.com,"I sought to make this book self-exemplifying – that is, the physical object itself …",https://blas.com/wp-content/uploads/2020/03/v-display.jpg,summary|https://blas.com/visual-display-of-quantitative-info/,data-visualization;edward-tufte;presenting,Lucius Annaeus Seneca,,,,, -a04bc8c4-88e8-4935-a1d8-69fada8e15b2,Beautiful Evidence - Summary at Blas.com,Evidence that bears on questions of any complexity typically involves multiple forms of discourse. …,https://blas.com/wp-content/uploads/2020/03/b-evi-247x300.jpg,summary|https://blas.com/beautiful-evidence/,data-visualization;edward-tufte;presenting,Lucius Annaeus Seneca,,,,, -7aef0878-6907-4c57-a5be-474413d3c76e,Envisioning Information - Summary at Blas.com,6 core principles are described in how to best display data visualizations  Key Takeaways …,https://blas.com/wp-content/uploads/2020/03/41sTAxL06xL._SX258_BO1204203200_-231x300.jpg,summary|https://blas.com/envisioning-info/,data-visualization;edward-tufte;presenting,Lucius Annaeus Seneca,,,,, -7ea5d2ab-2e38-4ab0-8324-a3eb4ad77f32,Modern Quantum Mechanics,,,book|https://www.goodreads.com/book/show/35581086-modern-quantum-mechanics,quantum-mechanics;physics,,,,,, -82480366-01e7-4bb4-9ef6-8a133cc6fd86,Quantum Mechanics and Path Integrals,,,book|https://www.goodreads.com/book/show/330583.Quantum_Mechanics_and_Path_Integrals,physics;quantum-mechanics,,,,,, -3fc4316e-102b-410b-a1aa-ef066ef4b6ed,Principles of Quantum Mechanics,By Ramamurti Shankar,https://learn-awesome.github.io/assets/book_covers/260190.jpg,book|https://www.goodreads.com/book/show/260190.Principles_of_Quantum_Mechanics,physics;quantum-mechanics,,,,,, -80c02725-252d-4115-b991-19ddd104f2d1,The Box: How the Shipping Container Made the World Smaller and the World Economy Bigger - Summary at Blas.com,"Marc Levinson discusses the history of the container, the main characters behind it, and …",https://blas.com/wp-content/uploads/2019/03/51Yj8iXeocL._SX324_BO1204203200_-196x300.jpg,summary|https://blas.com/the-box/,container;economics;malcolm-mclean;marc-levinson;shipping;transportation,Lucius Annaeus Seneca,,,,, -eeceb093-e911-42ba-87ad-63a310803585,"High Growth Handbook: Scaling Startups from 10 to 10,000 People - Summary at Blas.com",Elad discusses some key topics that entrepreneurs face from initial stages of a company …,https://blas.com/wp-content/uploads/2019/03/71lzNMfG-5L-203x300.jpg,summary|https://blas.com/high-growth-handbook/,business;elad-gil;startups,Lucius Annaeus Seneca,,,,, -fa879df9-462a-442b-9dbb-f8baee7e7e39,Bad Blood: Secrets and Lies in a Silicon Valley Startup - Summary at Blas.com,"The story and scandal of Theranos, the once multi-billion dollar startup which promised to …",https://blas.com/wp-content/uploads/2019/03/71rtQvf5UVL-199x300.jpg,summary|https://blas.com/bad-blood/,elizabeth-holmes;john-carreyrou;startup;theranos,Lucius Annaeus Seneca,,,,, -e782caf5-a85e-4749-9b6c-f008230c8189,Founders at Work: Stories of Startups’ Early Days - Summary at Blas.com,Jessica Livingston interviews some of the biggest technology entrepreneurs about their experience in the …,https://blas.com/wp-content/uploads/2019/03/61vNzGKMALL-200x300.jpg,summary|https://blas.com/founders-at-work/,business;jessica-livingston;startup,Lucius Annaeus Seneca,,,,, -96510da9-afcf-482e-be09-6ad5384cce22,Subscribed: Why the Subscription Model Will Be Your Company’s Future – and What to Do About It - Summary at Blas.com,"Tien Tzuo, employee number 11 at Salesforce and co-founder of Zuora, discusses the rise …",https://blas.com/wp-content/uploads/2019/03/41E8vWRXHL._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/subscribed/,subscription-economy;tien-tzuo;zuora,Lucius Annaeus Seneca,,,,, -43ab8519-dbe6-4f81-a3c2-3a1fd39bb275,Blitzscaling: The Lightning-Fast Path to Building Massively Valuable Companies - Summary at Blas.com,"Blitzscaling: The Lightning-Fast Path to Building Massively Valuable Companies by Reid Hoffman, Chris Yeh …",https://blas.com/wp-content/uploads/2019/02/51DlsAs1p7L._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/blitzscaling/,business;chris-yeh;reid-hoffman;startup;technology,Lucius Annaeus Seneca,,,,, -5aae26ec-4c60-4a13-9dbc-9411f44aec04,Increasing Returns and Path Dependence in the Economy - Summary at Blas.com,The idea of increasing returns has come up every few decades but Brian Arthur’s …,https://blas.com/wp-content/uploads/2019/02/41ehco2HqnL._SX334_BO1204203200_-202x300.jpg,summary|https://blas.com/increasing-returns-and-path-dependence/,brian-arthur;complexity;economics;feedback-loops;increasing-returns;technology,Lucius Annaeus Seneca,,,,, -be480cee-5078-4f98-890f-4af32ee73378,The Nature of Technology: What it is and How it Evolves - Summary at Blas.com,This book is an argument about what technology is and how it evolves. Technologies …,https://blas.com/wp-content/uploads/2019/02/717BhrZVtzL-193x300.jpg,summary|https://blas.com/the-nature-of-technology/,brian-arthur;evolution;technology,Lucius Annaeus Seneca,,,,, -35e789e1-3bf9-4a84-948c-b3a1cac89681,Why Do People Sing? Music in Evolution - Summary at Blas.com,"Why do People Sing? Music in Evolution by Alexander Jikuridze, Alexander Jordania “One of …",https://blas.com/wp-content/uploads/2019/02/41dCpHdLFUL-208x300.jpg,summary|https://blas.com/why-do-people-sing/,alexander-jikuridze;alexander-jordania;biology;evolution;joseph-jordania;music,Lucius Annaeus Seneca,,,,, -a4348c24-261d-4e46-81e6-1d706783492a,The Music Lesson: A Spiritual Search for Growth Through Music - Summary at Blas.com,"“The story of a struggling young musician who wanted music to be his life, …",https://blas.com/wp-content/uploads/2019/02/81gikevjQEL-200x300.jpg,summary|https://blas.com/the-music-lesson/,mastery;music;spiritual;victor-wooten,Lucius Annaeus Seneca,,,,, -4cfb86dc-1f92-4400-b05f-ac2529dfa967,The Yankee of the Yards: The Biography of Gustavus Franklin Swift - Summary at Blas.com,"“Rare indeed is the man who attains preeminence with the steady, irresistible thrust – …",https://blas.com/wp-content/uploads/2019/02/md21601295296-204x300.jpg,summary|https://blas.com/the-yankee-of-the-yards/,biography;business;gustavus-franklin-swift;louis-f-swift,Lucius Annaeus Seneca,,,,, -ec8bb38c-324e-466f-a13a-18f78491b957,Behind the Cloud: The Untold Story of How Salesforce.com Went from Idea to Billion-Dollar Company-and Revolutionized an Industry - Summary at Blas.com,Marc Benioff recalls what spurred him to build Salesforce.com and outlines 111 plays which helped …,https://blas.com/wp-content/uploads/2019/02/51kis3dwc6L._SX342_BO1204203200_-207x300.jpg,summary|https://blas.com/behind-the-cloud/,business;marc-benioff;ssalesforce;startup,Lucius Annaeus Seneca,,,,, -38c6e799-0e5d-4598-b36d-5e93534847c7,Sadaharu Oh: A Zen Way of Baseball - Summary at Blas.com,"Sadaharu Oh, one of the all time leading home run hitters, describes his journey …",https://blas.com/wp-content/uploads/2019/02/Sada-185x300.png,summary|https://blas.com/a-zen-way-of-baseball/,baseball;david-falkner;mastery;sadaharu-oh;zen,Lucius Annaeus Seneca,,,,, -6d912300-42c6-4e59-b55f-d575b733e193,The Goal: A Process of Ongoing Improvement - Summary at Blas.com,"Using The Goal (understanding the world and the principles that govern it), thousands of …",https://blas.com/wp-content/uploads/2019/01/519C2Gz-v2L._SX334_BO1204203200_-202x300.jpg,summary|https://blas.com/the-goal/,eliyahu-goldratt;manufacturing;production,Lucius Annaeus Seneca,,,,, -6ca4d34e-6e5c-4ec2-be8c-7f6a05dfb18b,The Dream Machine: JCR Licklider and the Revolution that Made Computing Personal - Summary at Blas.com,Licklider was far ahead of his generation in seeing the potential for computers – …,https://blas.com/wp-content/uploads/2019/01/51FicApbBgL._SX342_-300x300.jpg,summary|https://blas.com/the-dream-machine/,arpa;business;innovation;jcr-licklider;mitchell-waldrop;technology;xerox-parc;computers,Lucius Annaeus Seneca,,,,, -247eb978-8da9-4865-9d82-c9232a02201c,How Asia Works: Success and Failure in the World’s Most Dynamic Regions - Summary at Blas.com,This book is about how fast or not economic transformation is achieved. It argues …,https://blas.com/wp-content/uploads/2019/01/51QLIBJJI7L._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/how-asia-works/,asia;economics;finance;joe-studwell;politics,Lucius Annaeus Seneca,,,,, -66d5b4cb-e508-410d-8dd2-081f96489aba,Out of the Crisis - Summary at Blas.com, …,https://blas.com/wp-content/uploads/2019/01/51hmN2A5VML._SX373_BO1204203200_-225x300.jpg,summary|https://blas.com/out-of-the-crisis/,edwards-deming;manufacturing;production;quality,Lucius Annaeus Seneca,,,,, -a2776150-fe2f-4618-b390-4893172c6d9d,The Marmon Group: The First Fifty Years - Summary at Blas.com,The stories of Jay and Bob Pritzker and how they started their empire with …,https://blas.com/wp-content/uploads/2019/01/51ZJV7RH2RL._SX258_BO1204203200_-249x300.jpg,summary|https://blas.com/the-marmon-group/,business;jeffrey-rodengen;margmon-group;pritzker,Lucius Annaeus Seneca,,,,, -810bb7e3-3097-4093-922c-261f64fa1275,The Systems Bible: The Beginner’s Guide to Systems Large and Small - Summary at Blas.com,The fundamental problem does not lie in any particular System but rather in Systems …,https://blas.com/wp-content/uploads/2019/01/417jBDgaQuL._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/the-systems-bible/,complexity;john-gall;systems-thinking,Lucius Annaeus Seneca,,,,, -16065426-e92a-40d1-bbf4-bdf7b9466626,The Elephant in the Brain: Hidden Motives in Everyday Life - Summary at Blas.com,Human behavior is not always what it seems as it tends to be driven …,https://blas.com/wp-content/uploads/2019/01/download.jpg,summary|https://blas.com/the-elephant-in-the-brain/,biology;consciousness;kevin-hanson;kevin-simler;psychology,Lucius Annaeus Seneca,,,,, -754a6a19-66ac-48d5-ba2a-cf808c07bec1,Essays of Warren Buffett: Lessons for Corporate America - Summary at Blas.com,"An organized compilation of Warren Buffett’s annual letters, broken down by concept. “By arranging …",https://blas.com/wp-content/uploads/2018/11/315frL4YuL._SX337_BO1204203200_-204x300.jpg,summary|https://blas.com/essays-of-warren-buffett/,finance;investing;lawrence-cunningham;warren-buffett,Lucius Annaeus Seneca,,,,, -3c01bc8c-f273-48eb-a8ef-5469758682b9,The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World - Summary at Blas.com,Opening the black box and truly understanding machine learning is deeply important as it …,https://blas.com/wp-content/uploads/2018/11/Cover-197x300.jpg,summary|https://blas.com/the-master-algorithm/,algorithms;machine-learning;pedro-domingos,Lucius Annaeus Seneca,,,,, -9b031a14-e007-4293-a14a-46fbc9ee2028,The Scientist in the Crib: What Early Learning Tells Us About the Mind - Summary at Blas.com,In this book we tell the story of the new science of children’s minds. …,https://blas.com/wp-content/uploads/2018/11/51ciPnzyhQL._SX328_BO1204203200_-198x300.jpg,summary|https://blas.com/the-scientist-in-the-crib/,alison-gopnik;kids,Lucius Annaeus Seneca,,,,, -e1589830-18b3-4a42-9316-57616d6a6499,Junk to Gold: From Salvage to the World’s Largest Online Auto Auction - Summary at Blas.com,This is a story of a man who believes in hard work and treating …,https://blas.com/wp-content/uploads/2018/11/51yBOHK2LrL._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/junk-to-gold/,autobiography;business;copart;management;willis-johnson,Lucius Annaeus Seneca,,,,, -c4f1d9af-b1d6-4e8f-aa44-a95b27b2144e,The Three Questions: How to Discover and Master the Power Within You - Summary at Blas.com,"“At each stage in our lives, we must ask these simple yet deeply profound …",https://blas.com/wp-content/uploads/2018/11/y648-210x300.jpg,summary|https://blas.com/the-three-questions/,don-miguel-ruiz;philosophy;toltec;wisdom,Lucius Annaeus Seneca,,,,, -a90ba592-56bf-4784-b11c-f92d1db426b0,Acquired Brain Injury,"By Jean Elbaum, Deborah Benson",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-37575-5,neuroscience;brain,,,,,, -e42176ea-11dd-4988-a0ad-a28011860ab6,And Then They Fired Me - Summary at Blas.com,"My business philosophy is really quite simple: I believe in strategic planning, and then …",https://blas.com/wp-content/uploads/2018/10/51f1ObZ0X7L-202x300.jpg,summary|https://blas.com/and-then-they-fired-me/,carie-maas;investing;jannie-mouton;psg-group;south-africa,Lucius Annaeus Seneca,,,,, -c0b127f9-8aaf-4807-a227-0724e67b9b55,John H. Patterson: Pioneer in Industrial Welfare - Summary at Blas.com,I got so much out of this book that I wanted to create a more formal …,https://blas.com/wp-content/uploads/2018/10/john-patterson-industrial-pioneer_1_78a86470ecedb8616d4c09c64f10a3f6-1.jpg,summary|https://blas.com/john-h-patterson/,business;john-h-patterson;national-cash-register;philosophy;samuel-crowther;worth-re-reading,Lucius Annaeus Seneca,,,,, -54328616-2f00-4149-bc62-9707a9fead11,12 Rules for Life: An Antidote to Chaos - Summary at Blas.com,"12 rules for how to balance chaos and order, how to live a meaningful …",https://blas.com/wp-content/uploads/2018/10/71NzkQRXZgL-199x300.jpg,summary|https://blas.com/12-rules-for-life/,biology;jordan-peterson;multi-disciplinary;philosophy;wisdom,Lucius Annaeus Seneca,,,,, -1a6bae5b-8438-4eda-9244-a7666df4ce23,Competing Against Luck: The Story of Innovation and Customer Choice - Summary at Blas.com,"This book is about how to better create, predict, and act upon innovation breakthroughs. …",https://blas.com/wp-content/uploads/2018/09/51uPzq9f3ZL._SX328_BO1204203200_-198x300.jpg,summary|https://blas.com/competing-against-luck/,business;clayton-christensen;innovation,Lucius Annaeus Seneca,,,,, -0dbb3a38-04bf-4152-a0ce-0359d8c36b0f,The Gervais Principle - Summary at Blas.com,"That, ultimately is what this book is about: organizational literacy, the reading and writing …",https://blas.com/wp-content/uploads/2018/09/download.png,summary|https://blas.com/the-gervais-principle/,business;hierarchy;kindle;organizational-literacy;the-office;venkatesh-rao,Lucius Annaeus Seneca,,,,, -ad439722-df5c-4911-88a7-e3695a70b341,"Psychology, Religion, and Spirituality",By James M. Nelson,,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-87573-6,psychology;religion;spirituality,,,,,, -d11e8251-9b44-47c1-afe9-c4c7cf6a3ce0,The Artist’s Journey: The Wake of the Hero’s Journey and the Lifelong Pursuit of Meaning - Summary at Blas.com,"The artist’s journey begins with the hero’s journey, it is merely the beginning and …",https://blas.com/wp-content/uploads/2018/09/download-1.jpg,summary|https://blas.com/the-artists-journey/,art;creativity;joseph-campbell;persistence;steven-pressfield,Lucius Annaeus Seneca,,,,, -0ea6ca2c-da91-445c-be82-b93fc934c814,Intuition: Its Powers and Perils - Summary at Blas.com,To plumb the disparate discoveries about intuition – the powers and the perils and …,https://blas.com/wp-content/uploads/2018/09/download.jpg,summary|https://blas.com/intuition/,david-myers;intuition,Lucius Annaeus Seneca,,,,, -94af5f3a-4f5b-42bc-9a4f-cd3dcb8ca951,The HeartMath Solution: The Heartmath Institute’s Revolutionary Program for Engaging the Power of the Heart’s Intelligence - Summary at Blas.com,Our heart has an intelligence which impacts our physical/mental/emotional health more than most people …,https://blas.com/wp-content/uploads/2018/08/51Agqr9RilL-201x300.jpg,summary|https://blas.com/the-heartmath-solution/,coherence;doc-lew-childre;donna-beech;health;heart-rate-variability;howard-martin;intuition;meditation,Lucius Annaeus Seneca,,,,, -0853f2c1-85ce-4aab-8f2d-8bd6f6f48a20,Acres of Diamonds - Summary at Blas.com,"Change is never “out there”, it can start where you are, right where you …",https://blas.com/wp-content/uploads/2018/08/49232-194x300.jpg,summary|https://blas.com/acres-of-diamonds/,change;philosophy;russell-conwell;wealth,Lucius Annaeus Seneca,,,,, -d598eb4c-5d0e-4370-857c-b6f34c16cc5c,The Early Days of WL Gore and Associates - Summary at Blas.com,"Bob Gore, son of founder Bill Gore, recounts the early days at WL Gore …",https://blas.com/wp-content/uploads/2018/08/wl-gore-associates_416x416-300x300.jpg,summary|https://blas.com/the-early-days-of-wl-gore/,bob-gore;business;culture;manufacturing;william-gore;wl-gore,Lucius Annaeus Seneca,,,,, -f4deac35-35b0-4339-89e2-478357bc0802,Human Universals - Summary at Blas.com,The book and concepts were rich enough that I did a bit more of an …,https://blas.com/wp-content/uploads/2018/08/51WXCDZCBZL._SX309_BO1204203200_-197x300.jpg,summary|https://blas.com/human-universals/,biology;donald-brown;human-nature;human-universals;sociology;worth-re-reading,Lucius Annaeus Seneca,,,,, -fa25956b-1237-4188-a8c4-49840b185c31,Why We Sleep: Unlocking the Power of Sleep and Dreams - Summary at Blas.com,"An incredible in depth look at sleep, the research behind it, and its vast …",https://blas.com/wp-content/uploads/2018/07/51HL0dOfXNL._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/why-we-sleep/,health;matthew-walker;sleep,Lucius Annaeus Seneca,,,,, -92d83bd5-f1ab-4eaf-bfce-e94742e920d6,"How to Change Your Mind: What the New Science of Psychedelics Teaches Us About Consciousness, Dying, Addiction, Depression, and Transcendence - Summary at Blas.com",Michael Pollan’s deep dive into consciousness altering substances If you’d prefer to listen to …,https://blas.com/wp-content/uploads/2018/07/41yw3Jt4KaL._SX327_BO1204203200_-198x300.jpg,summary|https://blas.com/how-to-change-your-mind/,consciousness;michael-pollan;psychedelics,Lucius Annaeus Seneca,,,,, -7a9f0533-7311-4b04-9be5-1a9b6f0cb46f,Against the Odds: An Autobiography - Summary at Blas.com,Dyson wants to tell his story to inspire other inventors and to share his …,https://blas.com/wp-content/uploads/2018/07/417PA9QZHFL._SX334_BO1204203200_-213x300.jpg,summary|https://blas.com/against-the-odds/,autobiography;business;entrepreneur;innovation;james-dyson,Lucius Annaeus Seneca,,,,, -f66980b6-a366-433a-817d-64db7c8f446a,Built From Scratch: How a Couple of Regular Guys Grew the Home Depot From Nothing to $30 Billion - Summary at Blas.com,The history and philosophy of The Home Depot from the founders themselves Key Takeaways …,https://blas.com/wp-content/uploads/2018/06/581897-196x300.jpg,summary|https://blas.com/built-from-scratch/,arthur-blank;bernie-marcus;business;culture;ken-langone;the-home-depot,Lucius Annaeus Seneca,,,,, -6a71f8c6-87c1-4fc2-a93a-54dd63c28e6f,River Out of Eden: A Darwinian View of Life - Summary at Blas.com,“The universe has created an ability to self-replicate using the surrounding materials to make …,https://blas.com/wp-content/uploads/2018/06/download.jpeg,summary|https://blas.com/river-out-of-eden/,biology;evolution;richard-dawkins,Lucius Annaeus Seneca,,,,, -ec0f473e-bb0d-4440-8599-187f4acc6668,Energy and Civilization: A History - Summary at Blas.com,"A comprehensive account of how energy has shaped society throughout history, from pre-agricultural foraging …",https://blas.com/wp-content/uploads/2018/06/51TDsIx7KqL._SX348_BO1204203200_-210x300.jpg,summary|https://blas.com/energy-and-civilization/,civilization;energy;history;vaclav-smil,Lucius Annaeus Seneca,,,,, -7cc567c0-045d-45f4-a03c-54e568dad770,Good Profit: How Creating Value for Others Built One of the World’s Most Successful Companies - Summary at Blas.com,"Charles Koch describes his management philosophy, Market Based Management, how it has evolved over time, …",https://blas.com/wp-content/uploads/2018/06/41lY1GkfkL._SX327_BO1204203200_-198x300.jpg,summary|https://blas.com/good-profit/,business;charles-koch;koch-industries;philosophy;worth-re-reading,Lucius Annaeus Seneca,,,,, -4db0c862-f475-4eff-a1cd-a7dbc5223efc,Cable Cowboy: John Malone and the Rise of the Modern Cable Business - Summary at Blas.com,Malone is considered the grandfather of the cable industry but many also saw him …,https://blas.com/wp-content/uploads/2016/01/51wIP2smwL._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/cable-cowboy/,biography;business;cable;john-malone;mark-robichaux;robert-magness,Lucius Annaeus Seneca,,,,, -acd0d389-4c79-4aa3-89bc-bf67c1b408e9,Tiger Woods - Summary at Blas.com,"A deep look into Tiger’s history, family, career and lifestyle, helping us understand how …",https://blas.com/wp-content/uploads/2018/05/tiger-woods-9781501126420.in17-196x300.jpg,summary|https://blas.com/tiger-woods/,armen-keteyian;biography;golf;jeff-benedict;tiger-woods,Lucius Annaeus Seneca,,,,, -170a3e26-1ef2-48e8-bb5e-96301bdd1e87,How Doctors Think - Summary at Blas.com,This book is about what goes on in a doctor’s mind as he or …,https://blas.com/wp-content/uploads/2018/05/41icfvGVDrL._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/how-doctors-think/,doctors;healthcare;jerome-groopman,Lucius Annaeus Seneca,,,,, -3c04342b-7e73-4c07-957f-05ace3f4510c,The Way of Zen - Summary at Blas.com,"Alan Watts introduces Zen Buddhism to a western audience by discussing zen’s history, the …",https://blas.com/wp-content/uploads/2018/05/514210-191x300.jpg,summary|https://blas.com/the-way-of-zen/,alan-watts;buddhism;philosophy;zen,Lucius Annaeus Seneca,,,,, -8cd124b4-b4db-4de9-ad41-965281aa9fc5,"The Farmer From Merna: A Biography of George J. Mecherle and a History of the State Farm Insurance Companies of Bloomington, Illinois - Summary at Blas.com",The life of George Mecherle and his founding of State Farm Insurance Key Takeaways …,https://blas.com/wp-content/uploads/2018/05/20413186-202x300.jpg,summary|https://blas.com/the-farmer-from-merna/,biography;business;george-mecherle;insurance;karl-schriftgeisser,Lucius Annaeus Seneca,,,,, -c421add3-ba65-4878-b320-8f1c9ba3667e,No Way to Run a Railroad: The Untold Story of the Penn Central Crisis - Summary at Blas.com,Behind the scenes look at what really happened in the collapse of one of …,https://blas.com/wp-content/uploads/2018/05/91xCnZeNDdL._AC_UL320_SR240320_-225x300.jpg,summary|https://blas.com/no-way-to-run-a-railroad/,business;railroad;stephen-salsbury,Lucius Annaeus Seneca,,,,, -1de01793-48cb-4142-9cfe-21c5c0a56cac,Becoming Supernatural: How Common People Are Doing the Uncommon - Summary at Blas.com,“This book will show you how to accept your future dream as your current …,https://blas.com/wp-content/uploads/2018/04/51sfASxuv8L._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/becoming-supernatural/,health;joe-dispenza;meditation,Lucius Annaeus Seneca,,,,, -69742051-0577-4ae7-bb5a-4824468f0c22,Sex at Dawn: The Prehistoric Origins of Modern Sexuality - Summary at Blas.com,"“Since Darwin’s day, we’ve been told that sexual monogamy comes naturally to our species. …",https://blas.com/wp-content/uploads/2018/04/Sex_at_Dawn_first_edition-197x300.jpg,summary|https://blas.com/sex-at-dawn/,biology;cacilda-jetha;christopher-ryan;relationships;sex;sociology,Lucius Annaeus Seneca,,,,, -4ac37b5e-d1f9-42bf-a15d-e6d4080bdfba,Solve for Happiness: Engineer Your Path to Joy - Summary at Blas.com,Mo Gawdat uses his engineering and mathematics background to study happiness and make it …,https://blas.com/wp-content/uploads/2018/04/415FAQykpPL._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/solve-for-happiness/,happiness;meditation;mo-gawdat;psychology,Lucius Annaeus Seneca,,,,, -f5701162-2563-4e2b-a2e3-b963310d3dd5,Impro: Improvisation and the Theater - Summary at Blas.com,"“This is, in a nutshell, the Johnstone doctrine: you are not imaginatively impotent until …",https://blas.com/wp-content/uploads/2018/04/51vxwWn36XL._SX308_BO1204203200_-186x300.jpg,summary|https://blas.com/impro/,acting;comedy;flow;improv;keith-johnstone;theater;trance,Lucius Annaeus Seneca,,,,, -9d2bc45d-32d5-4911-a9da-56dcc0676cc1,Boyd: The Figher Pilot Who Changed the Art of War - Summary at Blas.com,"“Boyd has had a bigger impact on fighter tactics, aircraft design, and theory of …",https://blas.com/wp-content/uploads/2018/03/51dU1i1AiL._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/boyd/,biography;engineering;john-boyd;military;robert-coram;war,Lucius Annaeus Seneca,,,,, -8ff3839c-68c6-4eb5-b4d5-97d788566476,Chimpanzee Politics: Power and Sex Among Apes - Summary at Blas.com,An incredible insight into the takeovers and social organization of a chimp colony in …,https://blas.com/wp-content/uploads/2018/03/51m1rmM5-1L._SX388_BO1204203200_-234x300.jpg,summary|https://blas.com/chimpanzee-politics/,biology;chimpanzees;evolution;frans-de-waal;politics;psychology,Lucius Annaeus Seneca,,,,, -a1d05b12-dbc3-4761-bd6a-afacbc5513b5,Hillbilly Elegy: A Memory of a Family and Culture in Crisis - Summary at Blas.com,"JD Vance wrote this book not because he’s accomplished anything extraordinary, but because he’s …",https://blas.com/wp-content/uploads/2018/03/51gufUMfXZL._SX328_BO1204203200_-198x300.jpg,summary|https://blas.com/hillbilly-elegy/,america;autobiography;jd-vance;psychology;social-class,Lucius Annaeus Seneca,,,,, -4bd627c4-22fe-4316-9a1e-47f35d37907b,Shadow Divers: The True Adventure of Two Americans Who Risked Everything to Solve One of the Last Mysteries of World War II - Summary at Blas.com,John Chatterton and Richie Kohler risked their lives to explore a sunken WWII sunken …,https://blas.com/wp-content/uploads/2018/03/shadow-divers-198x300.jpg,summary|https://blas.com/shadow-divers/,history;robert-kurson;scuba-diving,Lucius Annaeus Seneca,,,,, -a066f08e-a2d6-446e-8ece-5d5b5408844f,Effortless Mastery - Summary at Blas.com,I have come to the point where I have simply decided that effortlessness would be …,https://blas.com/wp-content/uploads/2018/02/41au6NRCvL._AC_UL320_SR206320_-193x300.jpg,summary|https://blas.com/effortless-mastery/,jazz;kenny-werner;learning;mastery;music;worth-re-reading,Lucius Annaeus Seneca,,,,, -a1322a29-c22e-4224-9f59-90bd6d82cfca,Second Foundation - Summary at Blas.com,The discovery of the Second Foundation and its impact on the Foundation and its …,https://blas.com/wp-content/uploads/2018/02/second-foundation-189x300.jpg,summary|https://blas.com/second-foundation/,fiction;isaac-asimov;sci-fi,Lucius Annaeus Seneca,,,,, -afab1b39-08e2-41f7-9f0c-8d93497470e0,Foundation and Empire - Summary at Blas.com,The series is about the people on these many different worlds who are all …,https://blas.com/wp-content/uploads/2018/02/Cover2-215x300.jpg,summary|https://blas.com/foundation-empire/,fiction;isaac-asimov;sci-fi,Lucius Annaeus Seneca,,,,, -383410b2-a1d9-44eb-9e20-e77a5d83d1e6,The Schlumberger Adventure - Summary at Blas.com,The story and people behind the incredible success of drilling and surveying giant Schlumberger. “Conrad was a …,https://blas.com/wp-content/uploads/2018/02/download.jpeg,summary|https://blas.com/schlumberger/,anne-gruner-schlumberger;business;schlumberger,Lucius Annaeus Seneca,,,,, -574ce954-77f2-451b-bd4f-53dbfe8c3f52,Child Neuropsychology,"By Margaret Semrud-Clikeman, Phyllis Anne Teeter Ellison",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-88963-4,psychology;neuropsychology,,,,,, -1a2f1f1a-8140-423a-9f9d-2089ae1d1aa5,Finite and Infinite Games: A Vision of Life as Play and Possibility - Summary at Blas.com,"There are at least two kinds of games. One could be called finite, the other infinite. A finite game is played for the purpose of winning, an infinite game for the purpose of continuing the play.",https://blas.com/wp-content/uploads/2018/02/965656._UY200_.jpg,summary|https://blas.com/finite-and-infinite-games/,james-p-carse;philosophy;worth-re-reading,Lucius Annaeus Seneca,,,,, -17690042-7f9b-48ea-a1e5-8a6ae9dd5874,Foundation - Summary at Blas.com,Gaal Dornick travels to the Galactic Empire’s capital to work with Hari Seldon on …,https://blas.com/wp-content/uploads/2018/02/Isaac-Asimov_1951_Foundation-183x300.jpg,summary|https://blas.com/foundation/,fiction;isaac-asimov;sci-fi,Lucius Annaeus Seneca,,,,, -ad01d4d7-661f-46b3-af34-0c036e963961,The Lives of Artists - Summary at Blas.com,"Giorgio Vasari  the effective founder of art history, describes the lives and works of some …",https://blas.com/wp-content/uploads/2018/01/233389-194x300.jpg,summary|https://blas.com/lives-of-artists/,art;art-history;giorgio-vasari,Lucius Annaeus Seneca,,,,, -1e0a8afd-9317-4bb7-93ca-997fb3e8acfe,Am I Being Too Subtle: Straight Talk From a Business Rebel - Summary at Blas.com,Sam Zell discusses what has made him successful in building his commercial real estate companies as …,https://blas.com/wp-content/uploads/2018/01/51oufgfCzXL._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/am-i-being-too-subtle/,business;investing;real-estate;sam-zell,Lucius Annaeus Seneca,,,,, -0c5b2d4d-7f20-4376-871f-d140ccd30516,Kiewit: An Uncommon Story - Summary at Blas.com,Kiewit Brothers Company was established in 1884 by Peter Kiewit and his brother Andrew …,https://blas.com/wp-content/uploads/2018/01/61fSkI8NNWL-242x300.jpg,summary|https://blas.com/kiewit/,business;construction;culture;jeffrey-rodengen;kiewit;warren-buffett,Lucius Annaeus Seneca,,,,, -268538f7-7522-4a87-b771-1a65c8411f16,Against Method - Summary at Blas.com,This book proposes a thesis and draws consequences from it. The thesis is: the …,https://blas.com/wp-content/uploads/2018/01/41rMnCka2oL._SX333_BO1204203200_-201x300.jpg,summary|https://blas.com/against-method/,paul-feyerabend;philosophy,Lucius Annaeus Seneca,,,,, -9e145447-c227-4f02-aca2-c3078c27bb3f,The Better Angels of Our Nature: Why Violence Has Declined - Summary at Blas.com,"Although it may not seem like it, violence has seen a steady downward trend …",https://blas.com/wp-content/uploads/2017/12/The_Better_Angels_of_Our_Nature.jpg,summary|https://blas.com/better-angels/,history;human-nature;psychology;steven-pinker;violence,Lucius Annaeus Seneca,,,,, -742cf1e7-6ff4-4f83-bfa8-8399ae2e189f,To Engineer is Human: The Role of Failure in Successful Design - Summary at Blas.com,An introduction to engineering and what engineers do for the non-technical Key Takeaways The …,https://blas.com/wp-content/uploads/2017/12/271495-191x300.jpg,summary|https://blas.com/to-engineer-is-human/,engineering;henry-petroski,Lucius Annaeus Seneca,,,,, -4058c6eb-596d-4c7b-9951-d89767635f20,Win Bigly: Persuasion in a World Where Facts Don’t Matter - Summary at Blas.com,Discusses how emotional rather than rational people really are and how to use this …,https://blas.com/wp-content/uploads/2017/12/download.jpg,summary|https://blas.com/win-bigly/,persuasion;psychology;scott-adams,Lucius Annaeus Seneca,,,,, -02ecf914-8b4d-4d8c-a7e6-9f9a140db7ff,Heat - Summary at Blas.com,Bill Buford recounts his time with Mario Batali and in Italy as he learns to cook …,https://blas.com/wp-content/uploads/2017/12/414mGcgJdxL._SX322_BO1204203200_-195x300.jpg,summary|https://blas.com/heat/,bill-buford;cooking;mario-batali,Lucius Annaeus Seneca,,,,, -b7717da9-a599-43db-bd61-067cef02f9bc,Mistakes Were Made (but not by me) by Carol Tavris and Elliot Aronson - Summary at Blas.com,The authors describe some of the self-justification mechanisms people often use to help them …,https://blas.com/wp-content/uploads/2017/12/51o2QVKU9pL._SX310_BO1204203200_-188x300.jpg,summary|https://blas.com/mistakes-were-made/,carol-tavris;elliot-aronson;psychology,,,,,, -a114accf-999d-4945-b09f-44590fb0e88d,Sol Price: Retail Revolutionary and Social Innovator - Summary at Blas.com,"Robert Price, Sol Price’s son, recalls his father’s history, personality and journey founding FedMart and The …",https://blas.com/wp-content/uploads/2017/12/91mDfr791nL-213x300.jpg,summary|https://blas.com/sol-price/,business;costco;fedmart;jim-sinegal;management;price-club;retail;robert-price;sol-price,Lucius Annaeus Seneca,,,,, -89e7d5ce-32ca-44e1-a873-7eb235f569a9,The Hero with a Thousand Faces - Summary at Blas.com,This is a book about the similarities in symbology between diverse religions and cultures. …,https://blas.com/wp-content/uploads/2017/11/51VeJN9ikML._SX323_BO1204203200_-195x300.jpg,summary|https://blas.com/hero-with-a-thousand-faces/,religion;mythology;psychology,Lucius Annaeus Seneca,,,,, -f4c28286-b373-450c-8071-bb473de7dbc8,Classical Mechanics,,,book|https://www.goodreads.com/book/show/245483.Classical_Mechanics?ac=1&from_search=true&qid=JxsQFv3aIx&rank=2,physics,,,,,, -b989c1dd-96ae-456b-9f3b-857142477342,Jesus: A 21st Century Biography - Summary at Blas.com,Author wrote this book to broadly summarize the life of Jesus and to explain …,https://blas.com/wp-content/uploads/2017/11/8723401-198x300.jpg,summary|https://blas.com/jesus-paul-johnson/,history;jesus;paul-johnson;religion,Lucius Annaeus Seneca,,,,, -e71c64ee-2af1-486c-82e2-a8462077d74e,East to the Dawn: The Life of Amelia Earhart - Summary at Blas.com,The life and story of Amelia Earhart Key Takeaways The author spends a lot …,https://blas.com/wp-content/uploads/2017/11/51FObscoYpL._SX363_BO1204203200_-219x300.jpg,summary|https://blas.com/east-to-the-dawn/,amelia-earhart;biography;flight;susan-butler,Lucius Annaeus Seneca,,,,, -cf06a78f-f208-4755-b371-d4e95f87ae5d,My Life and Work - Summary at Blas.com,An incredibly simple and clear analysis of the successful business practices that propelled Ford to …,https://blas.com/wp-content/uploads/2017/11/my-life-and-work-2-198x300.jpg,summary|https://blas.com/my-life-and-work/,autobiography;business;henry-ford;leadership;worth-re-reading,Lucius Annaeus Seneca,,,,, -c505c9ef-1d1c-4f8e-8df2-040821ae6179,Clinical Assessment of Child and Adolescent Personality and Behavior,"By Paul J. Frick, Christopher T. Barry, Randy W. Kamphaus",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-0641-0,psychology,,,,,, -a9ef513b-c5b8-446e-837a-482038a5ad48,Management of the Absurd - Summary at Blas.com,Human relations are often paradoxical and not logical and this book explains why many …,https://blas.com/wp-content/uploads/2017/10/51pQq1M4y2L._SX311_BO1204203200_-188x300.jpg,summary|https://blas.com/management-of-the-absurd/,management;relationships;richard-farson,Lucius Annaeus Seneca,,,,, -9344a035-0f89-4f6a-bb89-eb3178f187b7,The Great A&P And the Struggle for Small Business in America - Summary at Blas.com,An in depth analysis of The Great Atlantic & Pacific – one of the …,https://blas.com/wp-content/uploads/2017/10/the-great-a-p-and-the-struggle-for-small-business-in-america-201x300.jpg,summary|https://blas.com/the-great-ap/,business;marc-levinson;retail;the-great-ap,Lucius Annaeus Seneca,,,,, -c741ff5b-7e46-44ca-99a4-6ffa2434538f,A Clinical Guide to the Treatment of the Human Stress Response,"By George S. Everly, Jr., Jeffrey M. Lating",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-5538-7,psychology;stress,,,,,, -8af89549-3e5b-47a8-b5e9-f95b97238c16,The Big Store: Inside the Crisis and Revolution at Sears - Summary at Blas.com,Katz describes the rise and fall of Sears and the men who helped revolutionize …,https://blas.com/wp-content/uploads/2017/09/51TUfnfUdL._SX304_BO1204203200_-184x300.jpg,summary|https://blas.com/the-big-store/,business;donald-katz;retail;sears,Lucius Annaeus Seneca,,,,, -f276e6f2-9502-4dcf-8c78-00518d8c0dbc,Managing Oneself - Summary at Blas.com,Today you must be your own CEO and take responsibility for your own growth …,https://blas.com/wp-content/uploads/2017/09/51erGAHfnL._SX344_BO1204203200_-208x300.jpg,summary|https://blas.com/managing-oneself/,business;management;peter-drucker,Lucius Annaeus Seneca,,,,, -1732705a-8fb9-43f1-8b31-f03ded0e2c96,Tuesday’s with Morrie - Summary at Blas.com,"The author describes what he learned about life from Morrie, his favorite professor, who …",https://blas.com/wp-content/uploads/2017/09/51AhqmiD-oL._SX344_BO1204203200_-208x300.jpg,summary|https://blas.com/tuesdays-with-morrie/,how-to-live-life;mitch-albom;philosophy,Lucius Annaeus Seneca,,,,, -773012db-599b-4a11-9049-d8235547fa4a,Legacy - Summary at Blas.com,The author describes some of the history of the New Zealand All Blacks and …,https://blas.com/wp-content/uploads/2017/09/9781472103536_p0_v5_s550x406-187x300.jpg,summary|https://blas.com/legacy/,all-blacks;culture;james-kerr;leadership;new-zealand;rugby;sports,Lucius Annaeus Seneca,,,,, -271f1584-8cb3-4051-a033-e2f691f2ae10,"Flight of the Buffalo: Soaring to Excellence, Learning to Let Employees Lead - Summary at Blas.com",All leaders face a challenge of leadership. The old models and paradigms no longer …,https://blas.com/wp-content/uploads/2017/09/51YakPHJvPL-195x300.jpg,summary|https://blas.com/flight-of-the-buffalo/,business;james-belasco;leadership;management;ralph-stayer,Lucius Annaeus Seneca,,,,, -260bb054-f46e-4a97-a5c4-09028915fe6c,The Most Important Thing: Uncommon Sense for the Thoughtful Investor - Summary at Blas.com,"Not a how to guide for investing but Howard’s investing philosophy, his guideposts Key …",https://blas.com/wp-content/uploads/2017/09/51ySJs9oH8L._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/the-most-important-thing/,finance;howard-marks;investing;oaktree,Lucius Annaeus Seneca,,,,, -71156da0-e9cb-476b-8737-d61b0af10c5b,Ask the Dust - Summary at Blas.com,Arturo Bandini narrates his life and struggles as a writer in LA Key Takeaways …,https://blas.com/wp-content/uploads/2017/09/519jv4cx0tL._SX330_BO1204203200_-200x300.jpg,summary|https://blas.com/ask-the-dust/,classic;fiction;john-fante;los-angeles;ryan-holiday,Lucius Annaeus Seneca,,,,, -27f20350-fab3-4f71-a2d4-4c0b5b7e71ca,Perennial Seller: The Art of Making and Marketing Work That Lasts - Summary at Blas.com,This book will teach you how to make something which stands the test of …,https://blas.com/wp-content/uploads/2017/09/51-09WTGgSL._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/perennial-seller/,ryan-holiday,Lucius Annaeus Seneca,,,,, -13538f1f-c532-4dde-aac6-10439d47b03f,The Autobiography of Charles Darwin - Summary at Blas.com,The life and accomplishments of Darwin through his own eyes Key Takeaways I have …,https://blas.com/wp-content/uploads/2017/09/51PlHR-J2RL._SX311_BO1204203200_-188x300.jpg,summary|https://blas.com/autobiography-of-charles-darwin/,autobiography;biology;charles-darwin;evolution;learning;science,Lucius Annaeus Seneca,,,,, -54974a56-4fad-4ac1-891d-9d25c6cfe927,Don Quixote - Summary at Blas.com,Don Quixote is obsessed with what he has read about chivalry and decides to …,https://blas.com/wp-content/uploads/2017/09/2567eef79252858d79733aad25e6f907-dom-quixote-classic-books-206x300.jpg,summary|https://blas.com/don-quixote/,classic;fiction;miguel-de-cervantes,Lucius Annaeus Seneca,,,,, -4e9b08e4-6b5a-4268-bdd5-6cae714dcfea,"The Seventh Sense: Power, Fortune and Survival in the Age of Networks - Summary at Blas.com",This books dives into the power of networks and how the interconnectedness of everything …,https://blas.com/wp-content/uploads/2017/09/26245038-194x300.jpg,summary|https://blas.com/the-seventh-sense/,complexity;joshua-cooper-ramo;network;platforms;scale,Lucius Annaeus Seneca,,,,, -f79daf0e-c343-40a0-8071-6d48f997a3de,Ice Age - Summary at Blas.com,"“As we mentioned earlier, given the present day geography of our planet—the distribution of …",https://blas.com/wp-content/uploads/2017/09/51BhBi3-qoL._SY346_-199x300.jpg,summary|https://blas.com/ice-age/,charlie-munger;climate;environment;feedback-loops;john-gribbin;mary-gribbin,Lucius Annaeus Seneca,,,,, -2e064233-6fb0-4eaa-a1fc-e4f7e42ba135,The Art of the Deal - Summary at Blas.com,"Trump’s philosophy on negotiation, business and more as well as some of his background …",https://blas.com/wp-content/uploads/2017/09/Trump_the_art_of_the_deal-192x300.jpg,summary|https://blas.com/the-art-of-the-deal/,biography;business;donald-trump;tony-schwartz,Lucius Annaeus Seneca,,,,, -42cd9d8c-b1b2-4fd6-abd0-b42879d3452d,Why Don’t We Learn From History? - Summary at Blas.com,"Hart succinctly and engagingly describes why history is so important to study and, yet, …",https://blas.com/wp-content/uploads/2017/09/31kQBUAYFnL._SY344_BO1204203200_-195x300.jpg,summary|https://blas.com/why-dont-we-learn-from-history/,bh-liddell-hart;history;psychology;wisdom;worth-re-reading,Lucius Annaeus Seneca,,,,, -e90401c9-58bf-4aab-846f-cb7402a36dcb,The Master and Margarita - Summary at Blas.com,A bitter satire aimed at the oppressive Stalin-era Russian regime of the 1930’s. It …,https://blas.com/wp-content/uploads/2017/09/9780143108276-200x300.jpg,summary|https://blas.com/master-and-margarita/,classic;fiction;mikhail-bulgakov,Lucius Annaeus Seneca,,,,, -38ce83f0-a75a-480d-bc0a-3130c91fb4ee,The Source - Summary at Blas.com,A historical novel by Michener is a survey of the Jewish people and the …,https://blas.com/wp-content/uploads/2017/09/12657-200x300.jpg,summary|https://blas.com/the-source/,fiction;israel;james-michener,Lucius Annaeus Seneca,,,,, -0a69e607-4b78-4564-9784-ba132899abb7,You Are the Placebo: Making Your Mind Matter - Summary at Blas.com,A placebo affect is when we believe in some external stimulus which changes our …,https://blas.com/wp-content/uploads/2017/09/41dYDHaTN3L-200x300.jpg,summary|https://blas.com/you-are-the-placebo/,intention;joe-dispenza;meditation;mindset,Lucius Annaeus Seneca,,,,, -d37ad0ca-8706-446b-bfad-80497d4d93ca,The Wisdom of Success: The Philosophy of Achievement - Summary at Blas.com,There are 17 major principles of success and one must first be aware of …,https://blas.com/wp-content/uploads/2017/09/510M4DG1a-L._AA300_.jpg,summary|https://blas.com/the-wisdom-of-success/,andrew-carnegie;business;how-to-live;intention;napoleon-hill;philosophy;success,Lucius Annaeus Seneca,,,,, -b816603b-651a-4dbd-a9c2-deafebe5a99d,Shantaram - Summary at Blas.com,Gregory David Roberts tells his amazing life story from his jail break in Australia …,https://blas.com/wp-content/uploads/2017/09/41XyOWAvExL._SX319_BO1204203200_-193x300.jpg,summary|https://blas.com/shantaram/,gregory-david-roberts;india,Lucius Annaeus Seneca,,,,, -3d395d16-eecd-44af-9438-6578897e160b,"Scale: The Universal Laws of Growth, Innovation, Sustainability and the Pace of Life in Organisms, Cities, Economies and Companies - Summary at Blas.com","There are some simple, universal laws which link all complex systems and this book …",https://blas.com/wp-content/uploads/2017/09/512o34Ff9HL._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/scale/,complexity;geoffrey-west;scale,Lucius Annaeus Seneca,,,,, -463d739d-33f4-4baa-b727-cf47ce98a1f1,"The Last Mughal: The Fall of a Dynasty, Delhi 1857 - Summary at Blas.com",The history of the fall of the rulers of India up until the 19th …,https://blas.com/wp-content/uploads/2017/09/last_mughal_hard_bloomsbury-195x300.jpg,summary|https://blas.com/the-last-mughal/,britain;history;india;william-dalrymple,Lucius Annaeus Seneca,,,,, -4e2f5721-3672-4f64-bb28-efd0d170c8cd,History of Physics,,,video|https://www.youtube.com/watch?v=acUf7PuGWXA,physics,,,,,,oer -7d13fc77-91fb-487b-9b3c-32cc37385830,The Inner Game of Tennis: The Classic Guide to the Mental Side of Peak Performance - Summary at Blas.com,“It is the thesis of this book that neither mastery nor satisfaction can be …,https://blas.com/wp-content/uploads/2017/05/Inner-Game-of-Tennis-199x300.jpg,summary|https://blas.com/the-inner-game-of-tennis/,mastery;psychology;tennis;tom-gallwey;zen,Lucius Annaeus Seneca,,,,, -f2aa9f5e-bf13-42ee-9bbe-bf5b34535d92,Born Standing Up: A Comic’s Life - Summary at Blas.com,A fun and honest recounting of the highs and lows of Steve Martin’s early …,https://blas.com/wp-content/uploads/2017/04/41WkDokm4OL._SX313_BO1204203200_-189x300.jpg,summary|https://blas.com/born-standing-up/,autobiography;comedy;steve-martin,Lucius Annaeus Seneca,,,,, -f26b9529-2c0c-466b-a3db-60f559d8ff98,Zero to One: Notes on Startups or How to Build the Future - Summary at Blas.com,"If you’re purely copying someone, you haven’t truly learned from them. Of course, it’s …",https://blas.com/wp-content/uploads/2017/04/41puRJbtwkL._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/0-to-1/,blake-masters;business;peter-thiel;startups;technology,Lucius Annaeus Seneca,,,,, -7e5f905b-8789-4160-8cc1-cc0156fcc8dd,The Snow Leopard - Summary at Blas.com,"Peter Matthiessen recounts his travels to India, Nepal and the Himalayas and his spiritual …",https://blas.com/wp-content/uploads/2017/04/91gSahSjwsL-196x300.jpg,summary|https://blas.com/the-snow-leopard/,buddhism;meditation;nepal;peter-matthiessen;travel,Lucius Annaeus Seneca,,,,, -b3edb353-94b6-4eed-8d77-bbea1f0f00da,Hackers & Painters: Big Ideas from the Computer Age - Summary at Blas.com,"Paul Graham, founder of Viaweb and Y-Combinator, gives an inside view on the computer …",https://blas.com/wp-content/uploads/2017/04/paulgraham_2202_3598897-194x300.jpg,summary|https://blas.com/hackers-and-painters/,paul-graham,Lucius Annaeus Seneca,,,,, -df45e0c1-2d20-4f77-ba93-cd809c4c1684,"Fallen Leaves: Last Words on Life, Love, War and God - Summary at Blas.com","The personal, distilled wisdom and beliefs of Will Durant on life’s important topics. Answered …",https://blas.com/wp-content/uploads/2017/04/fallen-leaves-9781476771557_hr-188x300.jpg,summary|https://blas.com/fallen-leaves/,history;philosophy;will-durant;worth-re-reading,Lucius Annaeus Seneca,,,,, -604b0c72-c302-4a6b-8dc9-da3aa13f18fc,Platform Scale - Summary at Blas.com,"Choudary explains how technology, democratization of connectivity and rise of data-driven decision making systems are …",https://blas.com/wp-content/uploads/2017/03/311gLU3QxkL._SY346_-204x300.jpg,summary|https://blas.com/platform-scale/,platforms;sangeet-paul-choudary,Lucius Annaeus Seneca,,,,, -fcdec274-6b56-405e-9b4e-a0f1444fc7a2,Chapters in My Life - Summary at Blas.com,"Frederick Taylor Gates, the senior business and philanthropic advisor to John D. Rockefeller, recounts his …",https://blas.com/wp-content/uploads/2017/03/51xahSJ-FL._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/chapters-in-my-life/,autobiography;business;frederick-taylor-gates;john-d-rockefeller;philanthropy;worth-re-reading,Lucius Annaeus Seneca,,,,, -9880fe6b-7eb7-4c0d-941b-77f0b5c49dc4,Norse Mythology - Summary at Blas.com,Gaiman’s recounting of Norse mythology from the genesis story to details around the different …,https://blas.com/wp-content/uploads/2017/03/NorseMythology_Hardback_1473940163-199x300.jpg,summary|https://blas.com/norse-mythology/,mythology;neil-gaiman;scandinavia,Lucius Annaeus Seneca,,,,, -803ade64-e2e2-4647-9bc0-febfeebb82c1,The Happiness Advantage: The Seven Principles that Fuel Success and Performance at Work - Summary at Blas.com,Most of us are taught from a young age that if you work hard …,https://blas.com/wp-content/uploads/2017/03/41Z2j5ZGHeL._SX326_BO1204203200_-197x300.jpg,summary|https://blas.com/the-happiness-advantage/,habits;happiness;productivity;shawn-achor,Lucius Annaeus Seneca,,,,, -90ba5bfe-a07b-42c9-a61d-e24d9c03c200,The Master Switch: The Rise and Fall of Information Empires - Summary at Blas.com,A recount of the wars behind the rise and fall of the 20th century’s …,https://blas.com/wp-content/uploads/2017/03/516E5Ssf5VL._SX316_BO1204203200_-191x300.jpg,summary|https://blas.com/master-switch/,business;information-technology;platforms;tim-wu,Lucius Annaeus Seneca,,,,, -2876b71c-0612-41cd-8aee-092c6b3825a1,Resilience: Why Things Bounce Back - Summary at Blas.com,A resilient structure or system is one which can bounce back to its original …,https://blas.com/wp-content/uploads/2017/03/Resilience-book-cover-205x300.jpg,summary|https://blas.com/resilience/,andrew-zolli;ann-marie-healy;chaos-theory;complexity;platforms;resilience,Lucius Annaeus Seneca,,,,, -6060278e-88f4-478d-a437-8cc86452911a,Modern Monopolies - Summary at Blas.com,Platform companies generate value by using technology to facilitate exchanges between groups which benefits …,https://blas.com/wp-content/uploads/2017/03/91RYJ3BdIsL-197x300.jpg,summary|https://blas.com/modern-monopolies/,alex-moazed;business;nicholas-johnson;platforms;technology,Lucius Annaeus Seneca,,,,, -f76ab26d-194f-4927-a64b-f820a8f6a131,Introduction to Classical Mechanics,,,book|https://www.goodreads.com/book/show/18921362-introduction-to-classical-mechanics?ac=1&from_search=true&qid=5Qz5xEciwJ&rank=1,physics,,,,,, -6ad85cf7-226c-4636-b947-52cf7403b9fa,The Beginning of Infinity: Explanations That Change the World - Summary at Blas.com,Deutsch argues that explanations have a fundamental place in our universe and that improving …,https://blas.com/wp-content/uploads/2017/02/518WB-IWowL._SX320_BO1204203200_-194x300.jpg,summary|https://blas.com/beginning-of-infinity/,david-deutsch,Lucius Annaeus Seneca,,,,, -572108c4-e70d-4ca6-b941-00365f552f6c,The Carolina Way: Leadership Lessons From a Life in Coaching - Summary at Blas.com,A detailed overview of University of North Carolina basketball coach Dean Smith’s philosophy. One …,https://blas.com/wp-content/uploads/2017/02/51DYhudf8uL._SY344_BO1204203200_-199x300.jpg,summary|https://blas.com/the-carolina-way/,basketball;dean-smith;gerald-bell;john-kilgo;leadership;worth-re-reading,Lucius Annaeus Seneca,,,,, -e6576db4-a344-4244-b66b-f7d46126576f,The Book of est - Summary at Blas.com,A written description of the est training program. “Realizing that one creates one’s own experience …,https://blas.com/wp-content/uploads/2017/02/41smuh6m6VL._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/book-of-est/,est-training;luke-rhinehart;psychology,Lucius Annaeus Seneca,,,,, -aad671e0-d47d-4707-868f-2ebc454066b5,Platform Revolution - Summary at Blas.com,This book seeks to describe how and why platforms are coming to dominate the …,https://blas.com/wp-content/uploads/2017/02/book-198x300.png,summary|https://blas.com/platform-revolution/,business;geoffrey-parker;marshall-van-alstyne;platform;sangeet-paul-choudary,Lucius Annaeus Seneca,,,,, -ff68414a-2183-44a2-8d7c-46d35c62e0c1,Shoe Dog: A Memoir of the Creator of Nike - Summary at Blas.com,"Phil Knight recounts the formation, history, culture and vision of one of the most …",https://blas.com/wp-content/uploads/2017/02/27220736-199x300.jpg,summary|https://blas.com/shoe-dog/,autobiography;business;leadership;nike;phil-knight,Lucius Annaeus Seneca,,,,, -779b07f1-1a2d-424e-9a3b-2b01832098f3,The Path Between the Seas: The Creation of the Panama Canal - Summary at Blas.com,McCullough’s master story-telling skills are evident through this epic tale of the construction of …,https://blas.com/wp-content/uploads/2017/02/510xt3XPvQL._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/the-path-between-the-seas/,david-mccullough;history;panama,Lucius Annaeus Seneca,,,,, -273460fa-6090-4dd8-b75a-6ccf000dd49c,What Technology Wants - Summary at Blas.com,"Kelly takes the unusual view of describing technology as a natural system, much like …",https://blas.com/wp-content/uploads/2017/02/What_Technology_Wants_Book_Cover_Art-196x300.jpg,summary|https://blas.com/what-technology-wants/,kevin-kelly;platforms;technology,Lucius Annaeus Seneca,,,,, -d7d2924a-1547-412c-b9a7-e37277a543f5,Matchmakers: The New Economics of Multi-Sided Platforms - Summary at Blas.com,Matchmakers create and release value by connecting different groups and reducing transactional and other …,https://blas.com/wp-content/uploads/2017/02/41wuJnJg-L._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/matchmakers/,david-evans;platforms;richard-schmalensee,Lucius Annaeus Seneca,,,,, -ad0eaae3-fd65-4cc5-8fab-3c3ea5cb0784,Zillow Talk: The New Rules of Real Estate - Summary at Blas.com,"Spencer Rascoff, CEO of Zillow, and Stan Humphries, Chief Economist, detail their findings based on the …",https://blas.com/wp-content/uploads/2017/02/61UkBBTtC-L._SY344_BO1204203200_-199x300.jpg,summary|https://blas.com/zillow-talk/,business;platforms;real-estate;spencer-rascoff;stan-humphries;zillow,Lucius Annaeus Seneca,,,,, -c92fc673-d38a-45e2-8c30-35330bafad87,The JD.com Story - Summary at Blas.com,The story of Richard Liu and his founding of one of the world’s largest …,https://blas.com/wp-content/uploads/2017/02/51o6cnlCyDL._SX323_BO1204203200_-195x300.jpg,summary|https://blas.com/jd-story/,business;ecommerce;jdcom;li-zhigang;platforms;richard-liu-qiangdong,Lucius Annaeus Seneca,,,,, -712cdd75-b153-47e6-9ce8-04dd036c1ee2,Alibaba: The House That Jack Ma Built - Summary at Blas.com,"Duncan Clark describes the history of Jack Ma, his personality, how and why he …",https://blas.com/wp-content/uploads/2017/02/bskz-square-400-300x300.jpg,summary|https://blas.com/alibaba/,alibaba;biography;business;china;duncan-clark;ecommerce;jack-ma;platforms,Lucius Annaeus Seneca,,,,, -85a86800-bc85-4b81-98f8-8933e82a6315,Tao of Jeet Kune Do - Summary at Blas.com,“An organic collection of writings that are meant to convey the essence of Bruce Lee’s art …,https://blas.com/wp-content/uploads/2017/01/71J8gSWc46L-231x300.jpg,summary|https://blas.com/tao-of-jeet-kune/,bruce-lee;martial-arts;philosophy,Lucius Annaeus Seneca,,,,, -ee8538ae-f50a-420b-906b-d8f8c5991f87,Words From a Master - Summary at Blas.com,"Transcript of Bruce Lee interview with Pierre Berton, Ted Thomas and Alex Ben Block …",https://blas.com/wp-content/uploads/2017/01/513C41GTJ4L-202x300.jpg,summary|https://blas.com/words-from-a-master/,bruce-lee;martial-arts;philosophy,Lucius Annaeus Seneca,,,,, -745ad647-cf6e-4efa-8971-025f59b158e2,"Smarter, Faster, Better - Summary at Blas.com",“Productivity is about recognizing choices that other people often overlook. It’s about making certain …,https://blas.com/wp-content/uploads/2017/01/51WQqc7KtmL._SY445_QL70_-198x300.jpg,summary|https://blas.com/smarter-faster-better/,charles-duhigg;habits;productivity,Lucius Annaeus Seneca,,,,, -aa185cab-e9d3-4a1f-a8f9-464d6734e7a2,The Fish That Ate the Whale: The Life and Times of America’s Banana King - Summary at Blas.com,The story of Sam “The Banana Man” Zemurray who created Cuyamel Fruit from the …,https://blas.com/wp-content/uploads/2017/01/81TKjmvgQBL-200x300.jpg,summary|https://blas.com/fish-that-ate-the-whale/,business;rich-cohen;samuel-zemurray,Lucius Annaeus Seneca,,,,, -8bce41e9-91df-4700-9f1d-42c60b90f050,String Theory - Summary at Blas.com,A compilation of DFW’s writings on tennis Key Takeaways It can be amazing how early in …,https://blas.com/wp-content/uploads/2017/01/51uj-DYaSL-206x300.jpg,summary|https://blas.com/string-theory/,david-foster-wallace;john-jeremiah-sullivan;tennis,Lucius Annaeus Seneca,,,,, -544b1c4a-5cb6-4b70-845e-f705c531482e,"You’re It! On Hiding, Seeking and Being Found - Summary at Blas.com",A compilation of Alan Watts’ speeches on a broad number of topics Key Takeaways …,https://blas.com/wp-content/uploads/2017/01/51z2rXV2X0L._SX258_BO1204203200_.jpg,summary|https://blas.com/youre-it/,alan-watts;philosophy,Lucius Annaeus Seneca,,,,, -24849217-6816-45f5-891a-b4b8984661ca,God’s Debris: A Thought Experiment - Summary at Blas.com,A thought experiment via dialogue on some of life’s big questions Key Takeaways We …,https://blas.com/wp-content/uploads/2017/01/200px-Gods_Debris.jpg,summary|https://blas.com/gods-debris/,philosophy;scott-adams,Lucius Annaeus Seneca,,,,, -f69ed29b-6aaa-45bf-ae3e-3366dbceab2e,Striking Thoughts: Wisdom for Daily Living - Summary at Blas.com,"A collection of Bruce Lee’s thoughts and aphorisms broken out into eight different sections, …",https://blas.com/wp-content/uploads/2017/01/41oUhbI01oL._SX332_BO1204203200_-201x300.jpg,summary|https://blas.com/wisdom-for-daily-living/,bruce-lee;martial-arts;philosophy,Lucius Annaeus Seneca,,,,, -975b2afd-905c-4b76-89fb-2b90f9bcf591,Wisdom for the Way - Summary at Blas.com,"Compilation of Bruce Lee’s quotes, teachings and philosophy Key Takeaways Remember, success is a …",https://blas.com/wp-content/uploads/2017/01/51aRTUTa3FL._SY344_BO1204203200_-219x300.jpg,summary|https://blas.com/wisdom-for-the-way/,bruce-lee;martial-arts;philosophy,Lucius Annaeus Seneca,,,,, -2a28c8e1-9830-4996-98e5-ea0026ff292c,Bruce Lee: The Little Black Book - Summary at Blas.com,"A compilation of some of Bruce Lee’s most famous quotes Key Takeaways Be happy, …",https://blas.com/wp-content/uploads/2017/01/21Nu5A1tyhL._SY344_BO1204203200_-188x300.jpg,summary|https://blas.com/little-black-book/,bruce-lee;martial-arts;philosophy;sc-hollister,Lucius Annaeus Seneca,,,,, -ee6510db-44a7-47cc-986d-a72b3555fed0,Bruce Lee: Artist of Life - Summary at Blas.com,"“Basically, I have always been a martial artist by choice and actor by profession. …",https://blas.com/wp-content/uploads/2017/01/41xTMdCog6L._SY344_BO1204203200_-201x300.jpg,summary|https://blas.com/artist-of-life/,bruce-lee;john-little;martial-arts;philosophy,Lucius Annaeus Seneca,,,,, -82a48c87-f1e4-4303-b421-aba2441adbd4,Bruce Lee: Letters of the Dragon - Summary at Blas.com,A broad view of Bruce Lee’s life and personality through personal correspondence with friends …,https://blas.com/wp-content/uploads/2017/01/91JIEmdXgEL-200x300.jpg,summary|https://blas.com/letters-of-the-dragon/,bruce-lee;john-little;martial-arts;philosophy,Lucius Annaeus Seneca,,,,, -6bd1bddf-be38-4489-a193-c9124b3b2463,Bruce Lee: The Art of Expressing the Human Body - Summary at Blas.com,This book describes in meticulous detail Lee’s ever-evolving workout regimens and favorite exercises Key …,https://blas.com/wp-content/uploads/2017/01/51A90yy8KRL._SX258_BO1204203200_-233x300.jpg,summary|https://blas.com/art-of-expressing-human-body/,bruce-lee;john-little;martial-arts,Lucius Annaeus Seneca,,,,, -68003364-dec5-47c9-aabf-eace84a70682,The Psychology of Social Status,"By Joey T. Cheng, Jessica L. Tracy, Cameron Anderson",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-0867-7,psychology,,,,,, -f334099e-b2ec-4ff1-8772-a9eaedcddacb,Brain Rules,,,book|https://www.goodreads.com/book/show/2251306.Brain_Rules,thinking;learning;neuroscience,,,,,, -7aad7920-7db4-43c9-b2f3-af29377623b2,Bruce Lee: Jeet Kune Do - Summary at Blas.com,Bruce Lee’s commentaries on the martial way,https://blas.com/wp-content/uploads/2016/01/51bEveLFu-L._SY344_BO1204203200_-207x300.jpg,summary|https://blas.com/jeet-kune-do/,bruce-lee;john-little;martial-art;philosophy,Lucius Annaeus Seneca,,,,, -21c8d772-9bed-47e4-8299-c6ed9514703a,Topology Through Inquiry,,,book|https://bookstore.ams.org/text-58/,topology,,,,,, -90e3b164-6f1c-4b37-be93-1cdc40f14d9b,Wolfram,,,video|https://www.youtube.com/channel/UCJekgf6k62CQHdENWf2NgAQ,physics,,,,,,oer -522d2d3b-3b02-4a0e-9c5f-51b79891489b,COVID-19 Coronavirus Data & Resources,,,article|https://www.wolfram.com/covid-19-resources/,coronavirus,,,,,, -b541d321-a09a-4865-a696-24ac653a6acb,Bubbles - Science World,,,article|https://www.scienceworld.ca/resource/bubbles/,bubbles,,,,,, -3aafc37b-52e9-4fb5-b4a8-a52267e44d79,Bruce Lee: The Celebrated Life of the Golden Dragon - Summary at Blas.com,"A beautiful book based on the award-winning documentary, Bruce Lee: In His Own Words",https://blas.com/wp-content/uploads/2016/01/51QWD8XAHzL._SX361_BO1204203200_-218x300.jpg,summary|https://blas.com/celebrated-life-of-the-golden-dragon/,bruce-lee;john-little;martial-art;philosophy,Lucius Annaeus Seneca,,,,, -f4b582d2-ce58-42b3-84f0-1558f3671e21,Bruce Lee: The Tao of Gung Fu - Summary at Blas.com,"This book is meant to serve as an introduction to Bruce Lee as a student of life, a designer of his own destiny. It goes into detail about Bruce’s development as a martial artist as well as his intellectual growth",https://blas.com/wp-content/uploads/2016/01/419GmeNCAqL._SY344_BO1204203200_-200x300.jpg,summary|https://blas.com/the-tao-of-gung-fu/,bruce-lee;john-little;martial-art;philosophy,Lucius Annaeus Seneca,,,,, -cecc4eb1-6635-4112-a16a-8a2e0ad1d919,Bruce Lee: Words of the Dragon - Summary at Blas.com,A compilation of Bruce Lee’s interviews from 1958-1973,https://blas.com/wp-content/uploads/2016/01/51uoaCp3FHL._SY344_BO1204203200_-199x300.jpg,summary|https://blas.com/words-of-the-dragon/,bruce-lee;john-little;martial-art;philosophy,Lucius Annaeus Seneca,,,,, -671c42fe-2786-400c-8385-9aa973e23218,Daily Rituals: How Artists Work - Summary at Blas.com,Studying some of the most prolific people in history to glean some of their patterns and daily routines to perhaps adopt into your own life,https://blas.com/wp-content/uploads/2016/01/517lOSzzmL._SX335_BO1204203200_-203x300.jpg,summary|https://blas.com/daily-rituals/,habits;mason-currey;routines,Lucius Annaeus Seneca,,,,, -d3d727cb-41a7-4cda-95b0-8a8598d3474f,Maxims and Reflections - Summary at Blas.com,"Goethe is one of Germany’s most famous writers but also specialized in anatomy, geology and botany. This book is a collection of his thoughts and maxims, all of which are meant to provoke reflection",https://blas.com/wp-content/uploads/2016/01/9780943045092-us-300-200x300.jpg,summary|https://blas.com/goethe-maxims-and-reflections/,johann-van-goethe;philosophy,Lucius Annaeus Seneca,,,,, -bbdd7c42-eb86-40e7-a33a-676302f663aa,Pixar Storytelling: Rules for Effective Storytelling Based on Pixar’s Greatest Films - Summary at Blas.com,Examines Pixar’s storytelling techniques to uncover the techniques and mechanisms which make them so successful,https://blas.com/wp-content/uploads/2016/01/pixarStorytelling_mock_up-smallereven-300x238.png,summary|https://blas.com/pixar-storytelling/,dean-movshovitz;disney;pixar,Lucius Annaeus Seneca,,,,, -9bb2fa20-4ca9-45df-ab89-83caece1e9ba,The Pixar Touch - Summary at Blas.com,"A comprehensive overview of Pixar’s history, it’s storytelling process, its relationship with Disney and more",https://blas.com/wp-content/uploads/2016/01/2632830-203x300.jpg,summary|https://blas.com/the-pixar-touch/,david-price;disney;pixar,Lucius Annaeus Seneca,,,,, -e3697868-c9e2-4081-ac8a-8b2922fb0782,Never Broken: Songs are Only Half the Story - Summary at Blas.com,"Jewel’s background, obstacles overcome, beliefs and values all laid bare for the world to see. She hides nothing in this open account of her life",https://blas.com/wp-content/uploads/2016/01/jewel-book-cover-357f955151cf194549275a2106e6f18e7ba5313706ac343769e9da3e0c9e724b-199x300.jpg,summary|https://blas.com/never-broken/,autobiography;jewel;music,Lucius Annaeus Seneca,,,,, -f1850cb2-9157-40c4-af9a-a1ba8696483a,Innovate The Pixar Way - Summary at Blas.com,"Quick book describing some of the attitudes, beliefs, practices and more that set Pixar apart and give it the best shot to keep innovating and producing the highest quality movies",https://blas.com/wp-content/uploads/2016/01/51P5t5CW4tL._SX302_BO1204203200_-183x300.jpg,summary|https://blas.com/innovate-the-pixar-way/,bill-capodagli;disney;lynn-jackson;pixar,Lucius Annaeus Seneca,,,,, -489418c3-ad1d-47ca-9b74-d41dc7cc5289,Inside the Magic Kingdom - Summary at Blas.com,"Through a fictional narrative, Connellan describes what makes Disney great and how some of those learnings can be implemented into a variety of different businesses",https://blas.com/wp-content/uploads/2016/01/51AF4jqgAwL._SY344_BO1204203200_-199x300.jpg,summary|https://blas.com/inside-the-magic-kingdom/,disney;tom-connellan,Lucius Annaeus Seneca,,,,, -e16d9ba1-8418-4c32-8fdf-2867f714741e,The Art of Smart Thinking - Summary at Blas.com,The Biocybernaut institute helps you increase your alpha waves through highly specialized neurofeedback training. …,https://blas.com/wp-content/uploads/2016/03/51Mt5H5lX2L._SX322_BO1204203200_-195x300.jpg,summary|https://blas.com/art-smart-thinking/,bill-harris;biocybernaut;biohacking;brain;james-hardt;meditation,Lucius Annaeus Seneca,,,,, -5e13b542-fa29-42b8-b935-32f418e738f8,An American Original: Walt Disney - Summary at Blas.com,"Disney was able to entertain billions of people the world over. His background doesn’t point the way to how he achieved this, His parents were plain people, young Walt showed no brilliance as a student, and his drawings were often uninspired but in the end he is one of the most successful entertainers in businessmen in history",https://blas.com/wp-content/uploads/2016/01/41utY3MqrvL._SX319_BO1204203200_-193x300.jpg,summary|https://blas.com/an-american-original/,biography;bob-thomas;walt-disney,Lucius Annaeus Seneca,,,,, -edd9227f-f392-46f8-98da-5745613cfdad,Walt Disney: The Triumph of the American Imagination - Summary at Blas.com,"Disney’s influence is hard to overstate. He completely changed American culture and its consciousness by bringing in a lighter, more fun world during tough times. He completely changed animation and helped invent graphic design. His concept of a theme park was completely novel too as it was a totally immersive, imaginative experience",https://blas.com/wp-content/uploads/2016/01/51LNqvt3oL._SX328_BO1204203200_-198x300.jpg,summary|https://blas.com/walt-disney-neal-gabler/,biography;business;neal-gabler;walt-disney,Lucius Annaeus Seneca,,,,, -0bb1d259-2955-4afd-a4df-8f7ba6b8fd52,The Animated Man: A Life of Walt Disney - Summary at Blas.com,"Michael Barrier gives a detailed account of Walt Disney’s background, personality, accomplishments, flaws and impact on the world",https://blas.com/wp-content/uploads/2016/01/411pFL4nMZL._SY344_BO1204203200_-192x300.jpg,summary|https://blas.com/the-animated-man/,biography;business;michael-barrier;walt-disney,Lucius Annaeus Seneca,,,,, -ccf4701e-1897-4a91-b178-8802ba2e12ca,DisneyWar - Summary at Blas.com,The incredible story of the Eisner era – it’s successes and debacles,https://blas.com/wp-content/uploads/2016/01/Disneywar.jpg,summary|https://blas.com/disneywar/,biography;bob-iger;business;james-stewart;michael-eisner;walt-disney,Lucius Annaeus Seneca,,,,, -e7dc11d9-0734-4170-a14e-122eac3236a7,At Home in the Universe - Summary at Blas.com,"Natural selection is important, but it has not labored alone to craft the fine architectures of the biosphere. Self-organization is the root source of order and is not merely tinkered, but arises naturally and spontaneously because of the principles of self-organization. Self-organization works together with natural selection to help shape and drive evolution in species",https://blas.com/wp-content/uploads/2016/01/41dSSlnTrL._SX316_BO1204203200_-1-191x300.jpg,summary|https://blas.com/at-home-in-the-universe/,chaos-theory;complexity;stuart-kauffman,Lucius Annaeus Seneca,,,,, -3d1dcae0-abbe-443a-a99b-4460985077a8,Different: Escaping the Competitive Herd - Summary at Blas.com,Consumers have become more thoughtful and hyperbolic marketing is more likely to backfire today. More refined advertising and better knowledge of what customers truly want is necessary. This book explores the companies that are different by taking this more refined path,https://blas.com/wp-content/uploads/2016/01/41dKJOqvU-L._SX321_BO1204203200_-194x300.jpg,summary|https://blas.com/different/,branding;business;youngme-moon,Lucius Annaeus Seneca,,,,, -5efa8554-a9cc-43af-8df9-e185ed78dae3,Hidden Order: How Adaptation Builds Complexity - Summary at Blas.com,Holland walks us through how coherence emerges from unstructured agents in environments of continuous flux; coherence under change and complex adaptive systems (CAS),https://blas.com/wp-content/uploads/2016/01/6190Ig5X2RL._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/hidden-order/,chaos-theory;complexity;john-holland,Lucius Annaeus Seneca,,,,, -14504236-0b27-49ef-8f0b-6fb7aba400b3,Psychoeducational Assessment and Report Writing,By Stefan C. Dombrowski,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-1911-6,psychology,,,,,, -e35c90d5-de03-4cac-9129-3e26f21b0349,Investing: The Last Liberal Art - Summary at Blas.com,"Hagstrom walks the reader through why and how to incorporate fundamental principles from multiple fields to become a better thinker, decision maker, investor, etc.",https://blas.com/wp-content/uploads/2016/01/41oZGEc8e6L._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/investing-the-last-liberal-art/,business;chaos-theory;complexity;investing;robert-hagstrom,Lucius Annaeus Seneca,,,,, -d6f4af29-da8b-40d0-8822-d70e98df7bca,The Fifth Discipline - Summary at Blas.com,The Fifth Discipline describes what a learning organization is and why it is vital in today’s world. It combines 5 core disciplines to help any organization gain a competitive advantage,https://blas.com/wp-content/uploads/2016/01/71zpp045YWL-209x300.jpg,summary|https://blas.com/the-fifth-discipline/,business;chaos-theory;complexity;peter-senge,Lucius Annaeus Seneca,,,,, -61103556-0683-4644-bbb8-bc227876ec33,Complexity: The Emerging Science at the Edge of Order and Chaos - Summary at Blas.com,"Explanations of complexity, self-organization, emergence, order and chaos and some of the pioneers behind this work. It also details the history of the Santa Fe Institute",https://blas.com/wp-content/uploads/2016/01/51IwRJcuw6L._SY344_BO1204203200_-194x300.jpg,summary|https://blas.com/complexity-waldrop/,chaos-theory;complexity;mitchell-waldrop,Lucius Annaeus Seneca,,,,, -b7838eae-fed4-4eb0-9d87-3e7e0f171f2d,Running the Amazon - Summary at Blas.com,Joe Kane describes his adventure trekking through the Amazon from its source in the Andes to the Atlantic Ocean,https://blas.com/wp-content/uploads/2016/01/51QQNgLcIdL._SX318_BO1204203200_-192x300.jpg,summary|https://blas.com/running-the-amazon/,joe-kane,Lucius Annaeus Seneca,,,,, -9976f021-7fc1-4c29-ae89-eb0bc5477200,The Manual of Ideas: The Proven Framework for Finding the Best Value Investments - Summary at Blas.com,"Describes some of the world’s most respected investors’ proven, proprietary frameworks for finding, researching, analyzing, and implementing the best value investing opportunities",https://blas.com/wp-content/uploads/2016/09/51A1t0UrEaL._SX335_BO1204203200_-203x300.jpg,summary|https://blas.com/the-manual-of-ideas/,business;investing;john-milhajevic,Lucius Annaeus Seneca,,,,, -e0c5d881-44b5-4b7f-96b3-749e80f1a592,Personal History - Summary at Blas.com,"Katherine Graham, long time CEO of The Washington Post, recounts her story, her struggles and her rise to running this acclaimed newspaper",https://blas.com/wp-content/uploads/2016/01/51j0Aco1hOL._SX317_BO1204203200_-192x300.jpg,summary|https://blas.com/katherine-graham/,autobiography;katherine-graham;leadership,Lucius Annaeus Seneca,,,,, -618ee63e-4a84-4a91-a8e4-a10b12124364,Pride in Performance - Summary at Blas.com,"The autobiography of Les Schwab, founder of the Les Schwab supermarket tire store – his background, philosophy and views on life and business",https://blas.com/wp-content/uploads/2016/01/les-schwab-pride-in-performance-keep-it-going-19-202x300.jpg,summary|https://blas.com/pride-in-performance/,autobiography;business;entrepreneur;les-schwab;tires,Lucius Annaeus Seneca,,,,, -dea50026-dc1d-4c1c-aba3-ddc43adf1083,How Nature Works - Summary at Blas.com,Self-organized criticality (SOC) is a new way of viewing nature – perpetually out of …,https://blas.com/wp-content/uploads/2016/01/bak.jpg,summary|https://blas.com/how-nature-works/,chaos-theory;complexity;per-bak,Lucius Annaeus Seneca,,,,, -d372d635-32be-45aa-be6f-23d3c8cab2e3,Complexity: A Guided Tour - Summary at Blas.com,"Seeks to explain how large scale, complex, organized and adaptive behavior can follow from simple rules among many individuals",https://blas.com/wp-content/uploads/2016/01/3-198x300.jpg,summary|https://blas.com/complexity-mitchell/,chaos-theory;complexity;melanie-mitchell,Lucius Annaeus Seneca,,,,, -d6d4e8d5-5da0-424f-8141-88c17a3de264,"Sync: How Order Emerges from Chaos in the Universe, Nature and Daily Life - Summary at Blas.com","Strogatz describes the universality of sync in nature, human biology, social networks, etc. and how it might come to be. “For reasons I wish I understood, the spectacle of sync strikes a chord in us, somewhere deep in our souls. It’s a wonderful and terrifying thing. Unlike many other phenomena, the witnessing of it touches people at a primal level. Maybe we instinctively realize that if we ever find the source of spontaneous order, we will have discovered the secret of the universe.”",https://blas.com/wp-content/uploads/2016/08/41SjLtPcyWL._SX322_BO1204203200_-195x300.jpg,summary|https://blas.com/sync/,chaos-theory;complexity;stephen-strogatz,Lucius Annaeus Seneca,,,,, -434aa588-e352-4454-935c-cc00e2e0b683,Evidence-Based Interventions for Children with Challenging Behavior,"By Kathleen Hague Armstrong, Julia A. Ogg, Ashley N. Sundman-Wheat, Audra St. John Walsh",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-7807-2,behavioral-science,,,,,, -6cb91f77-f1cd-4758-a48d-cce98035d6da,A More Beautiful: The Power of Inquiry to Spark Breakthrough Ideas Question - Summary at Blas.com,A beautiful question is an ambitious yet actionable question that can begin to shift …,https://blas.com/wp-content/uploads/2016/08/17978134-198x300.jpg,summary|https://blas.com/a-more-beautiful-question/,questions;warren-berger,Lucius Annaeus Seneca,,,,, -32c4bb6f-e483-4b58-b5a6-ff5dc74b1210,MATLAB for Psychologists,"By Mauro Borgo, Alessandro Soranzo, Massimo Grassi",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-2197-9,psychology;software-tools/matlab,,,,,, -f14b559d-ea1e-4026-a0bc-e8ea9176675f,Intellectuals - Summary at Blas.com,"A good summary of some of history’s most influential intellectuals, how they were influential and some of the darker sides of their personalities",https://blas.com/wp-content/uploads/2016/01/0060916575-01-_sx200_sclzzzzzzz_1-198x300.jpg,summary|https://blas.com/intellectuals/,history;paul-johnson,Lucius Annaeus Seneca,,,,, -78dcc5cb-ec36-4479-953b-f00bf46e1aa3,Levels of the Game - Summary at Blas.com,Story told of Ashe vs. Graebner during their US Open semi-final with some of their background and thoughts intertwined,https://blas.com/wp-content/uploads/2016/01/41KY2u4d4ZL._SX332_BO1204203200_-201x300.jpg,summary|https://blas.com/levels-of-the-game/,john-mcphee;tennis,Lucius Annaeus Seneca,,,,, -b86c6302-e443-4c85-b21d-1cf05bd7fce9,Power vs. Force - Summary at Blas.com,"Man thinks he lives by virtue of the forces he can control, but in …",https://blas.com/wp-content/uploads/2016/07/61MU10fXoML-185x300.jpg,summary|https://blas.com/power-vs-force/,consciousness;david-hawkins,Lucius Annaeus Seneca,,,,, -229a909d-9ce8-4d93-aab1-049510ab3106,Washington: A Life - Summary at Blas.com,"Chernow’s goal is to make Washington as close to the living, breathing figure he was …",https://blas.com/wp-content/uploads/2016/07/A1pkWmmo-9L-195x300.jpg,summary|https://blas.com/washington/,biography;george-washington;history;politics;ron-chernow;us-presidents,Lucius Annaeus Seneca,,,,, -90915be1-3936-442d-ab48-e80a1e6421be,International Perspectives on Psychotherapy,By Stefan G. Hofmann,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-56194-3,psychology,,,,,, -dc357103-5886-43f0-b41b-af9f14978a2c,Deep Work: Rules for Focused Success in a Distracted World - Summary at Blas.com,Deep work – professional activities performed in a state free of distractions which push …,https://blas.com/wp-content/uploads/2016/01/deep-work-cal-newport-199x300.jpg,summary|https://blas.com/deep-work/,cal-newport;deep-work;focus;mental-models,Lucius Annaeus Seneca,,,,, -90544b50-ddfa-4b7c-992f-46bfc2d8f091,The Everything Store: Jeff Bezos and the Age of Amazon - Summary at Blas.com,"Stone attempts to describe the Amazon story, its founder and how Wall St. and …",,summary|https://blas.com/everything-store/,amazon;biography;brad-stone;business;jeff-bezos,Lucius Annaeus Seneca,,,,, -be541e6f-2ee5-4ac6-bc31-783c666fee64,Applied Behavior Analysis,"By Kimberly Maich, Darren Levine, Carmen Hall",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-44794-0,psychology,,,,,, -795fd1a7-33b8-4e26-ab5b-c2321339e7f2,Seeking Wisdom: From Darwin to Munger - Summary at Blas.com,"Through real life examples, many of them centered around Warren Buffett and Charlie Munger, Peter Bevelin helps the reader learn how to think better, make fewer poor decisions understand ourselves and others better. Discusses mental models, human fallibilities, heuristics, instincts, human psychology, biology and more.",https://blas.com/wp-content/uploads/2016/01/1995421-220x300.jpg,summary|https://blas.com/seeking-wisdom/,charlie-munger;finance;investing;mental-models;peter-bevelin;warren-buffett;wisdom;worth-re-reading,Lucius Annaeus Seneca,,,,, -61db0e7d-8c34-4121-bad3-e2dc0378e597,Metabolism of Human Diseases,"By Eckhard Lammert, Martin Zeeb",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-7091-0715-7,diseases;medicine,,,,,, -430589fa-b0ba-4d4a-9c95-4a62ad920708,Advanced Engineering Mathematics,,,book|https://www.goodreads.com/book/show/241441.Advanced_Engineering_Mathematics,physics,,,,,, -119d880d-5a3b-4823-8092-4bca6499182b,"Buffett and Munger: A Study in Simplicity and Uncommon, Common Sense - Summary at Blas.com","A very interesting dialogue between Warren Buffett, Charlie Munger, the “librarian” and the “seeker” of knowledge. The dialogue discusses how to live a successful, happy and fulfilling life, what to avoid in life and in business and how to improve mental biases and heuristics in order to make better decisions",https://blas.com/wp-content/uploads/2016/01/all_i_want_to_know-227x300.png,summary|https://blas.com/a-study-in-simplicity/,business;charlie-munger;finance;investing;mental-models;peter-bevelin;warren-buffett;worth-re-reading,Lucius Annaeus Seneca,,,,, -7a83b242-5778-48d3-a48f-b8fb78741e41,A Few Lessons for Investors and Managers - Summary at Blas.com,Bevelin compiles Buffett’s investor letters as well as other good sources of value investing …,https://blas.com/wp-content/uploads/2016/07/81ki7FfFpwL-189x300.jpg,summary|https://blas.com/lessons-for-investors/,business;charlie-munger;finance;investing;peter-bevelin;warren-buffett,Lucius Annaeus Seneca,,,,, -21c35271-6f58-41b7-b510-5d3b39c26053,Thomas Jefferson: The Art of Power - Summary at Blas.com,"Interesting biography on the philosopher/politician who was responsible for writing the Declaration of Independence, …",https://blas.com/wp-content/uploads/2016/07/513AF-SeRvL._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/thomas-jefferson/,biography;history;jon-meacham;politics;thomas-jefferson;us-presidents,Lucius Annaeus Seneca,,,,, -57e64985-14bf-4a1c-b9ef-730cd2c7ac5f,John Adams - Summary at Blas.com,"Good biography on John Adams, his contributions, life, personality Key Takeaways Adams was a …",https://blas.com/wp-content/uploads/2016/07/517oIyvrNDL._SX325_BO1204203200_-197x300.jpg,summary|https://blas.com/john-adams/,biography;david-mccullough;history;john-adams;politics;us-presidents,Lucius Annaeus Seneca,,,,, -31380a44-e170-455c-99ff-306bc29daf6f,Psychology of Perception,By Simon Grondin,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-31791-5,psychology;perception,,,,,, -6e46767d-d4e0-45d4-aa6f-456a9d6b76fb,Capital Account: A Money Manager’s Reports on a Turbulent Decade - Summary at Blas.com,Relates the story of the 2001 TMT bubble from the perspective of Marathon Asset Management Key …,https://blas.com/wp-content/uploads/2016/07/41-eYMXLKqL._SX326_BO1204203200_-197x300.jpg,summary|https://blas.com/capital-account/,business;finance;investing;marathon-asset-management;mental-models,Lucius Annaeus Seneca,,,,, -47270468-2213-4fad-a46f-cc2455b78c36,Men and Rubber: The Story of Business - Summary at Blas.com,"Harvey Firestone discusses some of his background, philosophy and business practices which helped him build one of the most successful companies of the early 20th century",https://blas.com/wp-content/uploads/2016/01/md18455632416-208x300.jpg,summary|https://blas.com/men-and-rubber/,autobiography;business;harvey-firestone;history;samuel-crowther;worth-re-reading,Lucius Annaeus Seneca,,,,, -e0e9807e-24ba-487a-8e21-e9edbd9f0413,A Few Lessons From Sherlock Holmes - Summary at Blas.com,Bevelin takes quotes and examples from Sherlock Holmes as examples of several tools and …,https://blas.com/wp-content/uploads/2016/06/5159Fp8S8TL-194x300.jpg,summary|https://blas.com/lessons-from-sherlock-holmes/,decision-making;learning;mental-models;peter-bevelin;sherlock-holmes,Lucius Annaeus Seneca,,,,, -323bfbfd-f833-4282-a052-c057a95467c1,Alexander Hamilton - Summary at Blas.com,The life and work of Alexander Hamilton told in a way that only the …,https://blas.com/wp-content/uploads/2016/06/9168wNMBk1L-195x300.jpg,summary|https://blas.com/alexander-hamilton/,alexander-hamilton;biography;history;politics;ron-chernow;us-presidents,Lucius Annaeus Seneca,,,,, -a309ba82-2dc2-4fbd-ac8d-e351a23eabbd,Grit: The Power of Passion and Perseverance - Summary at Blas.com,"No matter the domain, the highly successful have a kind of ferocious determination that …",https://blas.com/wp-content/uploads/2016/06/71thePUifrL-199x300.jpg,summary|https://blas.com/grit/,angela-duckworth;grit;success,Lucius Annaeus Seneca,,,,, -c30cfbd1-c5a1-4488-a91d-23d3b7962048,If Aristotle Ran General Motors: The New Soul of Business - Summary at Blas.com,"“I believe there are some basic truths, discernible by philosophical reflection, which undergird any sort of …",https://blas.com/wp-content/uploads/2016/06/515w-O5fgNL-197x300.jpg,summary|https://blas.com/if-aristotle-ran-general-motors/,business;philosophy;tom-morris,Lucius Annaeus Seneca,,,,, -cfd56e0d-fe6f-4c22-b12b-7d22d68476ec,Peak: Secrets from the New Science of Expertise - Summary at Blas.com,An exciting and inspiring book which lays out a detailed process for how you …,https://blas.com/wp-content/uploads/2016/06/41ylBBBhYjL-199x300.jpg,summary|https://blas.com/peak/,anders-ericsson;learning;mastery;robert-pool,Lucius Annaeus Seneca,,,,, -ca3d50d1-1d46-4733-9eca-26326bb00273,Awakening the Buddha Within - Summary at Blas.com,Really engaging book on the importance of mindfulness and meditation and the principal tenets …,https://blas.com/wp-content/uploads/2016/06/91Pga1A1WSL-195x300.jpg,summary|https://blas.com/awakening-the-buddha-within/,awareness;buddhism;lama-surya-das;meditation;mindfulness;spirituality,Lucius Annaeus Seneca,,,,, -be04f3df-7355-4398-9b18-2394adb7cbfd,Brazil - Summary at Blas.com,"A rally good overview of Brazil’s history and founding, it’s political background, agricultural prowess, …",https://blas.com/wp-content/uploads/2016/05/810TphBk5qL-194x300.jpg,summary|https://blas.com/brazil/,brazil;history;michael-reid;politics,Lucius Annaeus Seneca,,,,, -533a0715-6842-44aa-85e1-e1d85cf67c68,The Logic of Failure: Recognizing and Avoiding Error in Complex Situations - Summary at Blas.com,"Logic of failure – certain tendencies in our patterns of thought that, while appropriate …",https://blas.com/wp-content/uploads/2016/05/download.jpg,summary|https://blas.com/logic-of-failure/,decision-making;dietrich-doerner,Lucius Annaeus Seneca,,,,, -f414406f-44db-49db-b3a6-602c39385b10,Team of Teams: New Rules of Engagement for a Complex World - Summary at Blas.com,General Stanley McChrystal was in command of the Joint Special Operations and director of operations in …,https://blas.com/wp-content/uploads/2016/05/81G9pFYbSFL-199x300.jpg,summary|https://blas.com/team-of-teams/,leadership;stanley-mcchrystal;war,Lucius Annaeus Seneca,,,,, -55524aa3-e284-4697-b175-2f803f4ac35b,Heroes of History - Summary at Blas.com,"Great compilation of some of the world’s most influential, powerful, innovative people of all …",https://blas.com/wp-content/uploads/2016/05/download-1.jpg,summary|https://blas.com/heroes-of-history/,history;will-durant,Lucius Annaeus Seneca,,,,, -a03df1fa-22af-472f-bf7c-0efffc455f50,Living a Life of Awareness - Summary at Blas.com,Miguel Ruiz Jr follows in his fathers footsteps with the Toltec way of life …,https://blas.com/wp-content/uploads/2016/05/download-2.jpg,summary|https://blas.com/living-a-life-of-awareness/,don-miguel-ruiz;how-to-live-life;mindfulness;spirituality;toltec,Lucius Annaeus Seneca,,,,, -0c9511d6-8fba-4337-8203-bf1d589d523e,Extreme Ownership: How U.S. Navy Seals Lead and Win - Summary at Blas.com,Describes SEAL combat operations and training through Jocko’s and Leif’s eyes and applies this …,https://blas.com/wp-content/uploads/2016/05/41wsgvkoW2L._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/extreme-ownership/,business;jocko-willink;leadership;leif-babin;navy-seals,Lucius Annaeus Seneca,,,,, -56a9b000-36b6-4f76-af82-c269f53eb21a,"Eat Fat, Get Thin - Summary at Blas.com",Dr. Hyman details very convincing evidence on why eating the right types of fats …,https://blas.com/wp-content/uploads/2016/05/91HzfjWRGIL-192x300.jpg,summary|https://blas.com/eat-fat-get-thin/,diet-and-nutrition;health;mark-hyman,Lucius Annaeus Seneca,,,,, -d87e5eca-608f-484d-8ef1-56217ccbaf3e,101 Things I Learned in Culinary School - Summary at Blas.com,101 tips and learnings the author got out of culinary school Key Takeaways A …,https://blas.com/wp-content/uploads/2016/05/61P17-HDIkL-300x215.jpg,summary|https://blas.com/101-things-learned-culinary-school/,cooking;louis-eguaras;matthew-frederick,Lucius Annaeus Seneca,,,,, -69cdd53e-5576-45ab-92e8-6186ad1e4458,"Living Buddha, Living Christ - Summary at Blas.com",Beautifully written book which strongly advocates for mindfulness in everything we do – from …,https://blas.com/wp-content/uploads/2016/05/41AUaRH88kL._SX288_BO1204203200_-174x300.jpg,summary|https://blas.com/living-buddha-living-christ/,buddhism;jesus;meditation;mindfulness;spirituality,Lucius Annaeus Seneca,,,,, -45fa26a5-1ac6-471b-82b4-9bd8be24e7f9,So You Want to Start a Hedge Fund - Summary at Blas.com,First book written by an insider that looks under the hood of the industry …,https://blas.com/wp-content/uploads/2016/05/41trAp9qvEL._SX354_BO1204203200_-214x300.jpg,summary|https://blas.com/so-you-want-t0-start-a-hedge-fund/,business;finance;investing;ted-seides,Lucius Annaeus Seneca,,,,, -44378819-796d-4d01-b366-14bfbd155571,Handbook of Consumer Finance Research,By Jing Jian Xiao,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-28887-1,psychology;consumer-finance,,,,,, -535a2426-b54a-48ec-85a3-8d0e20167e8e,The Power Broker - Summary at Blas.com,"The incredible, multi-dimensional story of Robert Moses who helped shape New York through its …",https://blas.com/wp-content/uploads/2016/01/The_Power_Broker_book_cover-199x300.jpg,summary|https://blas.com/the-power-broker/,biography;government;history;new-york;power;robert-caro;robert-moses,Lucius Annaeus Seneca,,,,, -7ed16c26-2def-466a-89d9-0f32aa46962d,Dreaming Yourself Awake - Summary at Blas.com,Dreaming Yourself Awake describes the two most effective forms to control dreams though lucid …,https://blas.com/wp-content/uploads/2016/05/91pp-Zx54HL-194x300.jpg,summary|https://blas.com/dreaming-awake-alan-wallace/,alan-wallace;lucid-dreaming,Lucius Annaeus Seneca,,,,, -caa371ab-cf89-43c4-866b-333ca681f9f9,Clinical Methods in Medical Family Therapy,"By Tai Mendenhall, Angela Lamson, Jennifer Hodgson, Macaran Baird",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-68834-3,psychology;medicine,,,,,, -1173a5e8-660d-4093-9d1f-331addce550d,Motivation and Action,"By Jutta Heckhausen, Heinz Heckhausen",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-65094-4,psychology;motivation,,,,,, -6ef60788-da33-4921-a1db-c67da33b9f02,Perceptual Organization,By Stephen Handel,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-96337-2,psychology,,,,,, -857b2331-70f0-4760-8b3e-7c67ee7737bd,Stealing Fire,,,book|https://www.goodreads.com/book/show/30317415-stealing-fire,work;productivity,,,,,, -c04312cd-561a-4ad8-9d8b-a2d43fcd9ca3,The Mind Inside Tai Chi: Sustaining a Joyful Heart - Summary at Blas.com,A good introduction into tai chi and why/how it is practiced Key Takeaways Practicing …,https://blas.com/wp-content/uploads/2016/03/91vYRB923BL-199x300.jpg,summary|https://blas.com/mind-inside-tai-chi/,henry-zhuang;tai-chi,Lucius Annaeus Seneca,,,,, -95b7c1ba-07d8-439f-bebf-0abbd47d2512,Plain Talk: Lessons From a Business Maverick - Summary at Blas.com,"Ken Iverson took over Nucor when he was 39 and compounded the business at incredible rates for decades. On top of it, he did it in the steel industry which is not known for its attractive returns. Iverson lays out his management principles which center around employee trust and loyalty, decentralization, honesty, limited hierarchy and bureaucracy and aligning the employees and manager’s interest through partnership.",https://blas.com/wp-content/uploads/2016/01/516pEhuhDlL._SY344_BO1204203200_-185x300.jpg,summary|https://blas.com/plain-talk/,business;culture;ken-iverson;leadership;loyalty;nucor;worth-re-reading,Lucius Annaeus Seneca,,,,, -4937fe58-710a-4c33-992d-755d725e7c65,Gates of Fire - Summary at Blas.com,The Battle of Thermopylae told from the point of view one of the Spartan …,https://blas.com/wp-content/uploads/2016/03/ww.jpg,summary|https://blas.com/gates-of-fire/,greece;history;steven-pressfield;war,Lucius Annaeus Seneca,,,,, -b7603570-3175-42e9-8da6-866f35df41dc,When Breath Becomes Air - Summary at Blas.com,Paul Kalanithi describes his journey of becoming a neuroscientist and when he is finally …,https://blas.com/wp-content/uploads/2016/03/717KRq4xxxL-203x300.jpg,summary|https://blas.com/when-breath-becomes-air/,autobiography;cancer;paul-kalanithi,Lucius Annaeus Seneca,,,,, -bb66ed4a-efe7-41d4-bf34-486eb3bb0e0e,Give and Take: Why Helping Others Drives Our Success - Summary at Blas.com,"People tend to operate as either givers, matchers or takers. In today’s increasingly connected …",https://blas.com/wp-content/uploads/2016/01/41VatwrWCeL._SX325_BO1204203200_-197x300.jpg,summary|https://blas.com/give-and-take/,adam-grant;business;how-to-live-life;networking,Lucius Annaeus Seneca,,,,, -614d3cca-c2ef-4ffd-bf7f-53c1f7589c94,The Autobiography of a Yogi - Summary at Blas.com,Mukunda experiences a miraculous recovery at a young age and after that is set …,https://blas.com/wp-content/uploads/2016/03/download-4.jpg,summary|https://blas.com/the-autobiography-of-a-yogi/,biography;meditation;paramahansa-yogananda;spiritual;yoga,Lucius Annaeus Seneca,,,,, -8f5aa053-8571-42e3-b127-4d7774545974,The Dhando Investor - Summary at Blas.com,Dhando investing is all about value investing – maximum rewards with minimal risk. Dhando …,https://blas.com/wp-content/uploads/2016/03/download-5.jpg,summary|https://blas.com/the-dhando-investor/,finance;investing;mohnish-pabrai,Lucius Annaeus Seneca,,,,, -c15aaf16-597c-4200-a4eb-becad960969e,The Decision Book - Summary at Blas.com,"Provides a brief summary of 50 decision models, or mental frameworks, on how to …",https://blas.com/wp-content/uploads/2016/03/41WwzC7-XgL-186x300.jpg,summary|https://blas.com/decision-book/,decision-making;mental-models;mikael-krogerus;roman-tschappeler,Lucius Annaeus Seneca,,,,, -c8584229-7290-4175-b0f7-bde1dade5284,The Loyalty Effect - Summary at Blas.com,"Reichheld lays out a very convincing argument for why creating an ecosystem which attracts and rewards loyal customers, employees and investors is the ultimate moat for any organization",https://blas.com/wp-content/uploads/2016/01/LoyaltyEffectRevCover-198x300.jpg,summary|https://blas.com/the-loyalty-effect/,bain;business;culture;frederick-reichheld;loyalty;worth-re-reading,Lucius Annaeus Seneca,,,,, -f537d4d5-43fc-450a-8ccd-c041c09ba913,100 to 1 - Summary at Blas.com,The two reasons so few people profit from 100 to 1 stocks is that …,https://blas.com/wp-content/uploads/2015/12/51rGgqqH13L._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/100-to-1/,finance;investing;thomas-phelps,Lucius Annaeus Seneca,,,,, -c4335a11-0ba8-4f63-91a1-823d0b255f2e,Damn Right! Behind the Scenes with Berkshire Hathaway Billionaire Charlie Munger - Summary at Blas.com,"Lowe details Charlie’s life through his early career as a lawyer, later partnership with …",https://blas.com/wp-content/uploads/2016/03/51D1kDCtkGL._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/damn-right/,business;charlie-munger;decision-making;finance;investing;janet-lowe;mental-models,Lucius Annaeus Seneca,,,,, -4767850c-d20c-45e1-9e2a-fc2003ad73d0,The Invention of Nature: Alexander Humboldt’s New World - Summary at Blas.com,Wulf describes Humboldt’s amazing ability to see the big picture of nature and how …,https://blas.com/wp-content/uploads/2016/03/91-JouPKhpL-194x300.jpg,summary|https://blas.com/the-invention-of-nature/,alexander-von-humboldt;andrea-wulf;biography;nature,Lucius Annaeus Seneca,,,,, -f360034c-410e-4724-bdb1-a7b15c98dbdd,Curious: The Desire to Know and Why Your Future Depends on It - Summary at Blas.com,"Leslie outlines why curiosity is core to what it means to be human, how …",https://blas.com/wp-content/uploads/2016/02/41ZxxJ3Kj1L._SX332_BO1204203200_-201x300.jpg,summary|https://blas.com/curious/,curiosity;ian-leslie,Lucius Annaeus Seneca,,,,, -fab791b5-b663-4ebf-bdfb-5240ca957f71,Andrew Carnegie - Summary at Blas.com,Nasaw sheds a different light on Carnegie than what we get through Carnegie’s autobiography. …,https://blas.com/wp-content/uploads/2016/02/download-6.jpg,summary|https://blas.com/andrew-carnegie/,america;andrew-carnegie;biography;business;david-nasaw;history;steel,Lucius Annaeus Seneca,,,,, -68161b6b-d3c7-441a-a833-92c4375c3bac,The Autobiography of Andrew Carnegie - Summary at Blas.com,"Andrew Carnegie was born in 1835 in Scotland but immigrated to America when he was 13 and was able to rise to the highest echelons of society through his steel empire. He is one of the world’s great philanthropists and gave away the majority of his wealth before his death to several causes such as public libraries, world peace, improving the human condition and strengthening democracy.",https://blas.com/wp-content/uploads/2016/01/cover225x225.jpeg,summary|https://blas.com/autobiography-of-andrew-carnegie/,andrew-carnegie;autobiography;business;philanthropy;steel;worth-re-reading,Lucius Annaeus Seneca,,,,, -b52d85e3-7d8c-42e4-9d22-4196320fff45,The Singapore Story - Summary at Blas.com,Fascinating account of an amazing man whose vision helped him transform Singapore from a …,https://blas.com/wp-content/uploads/2016/02/51TzjoXw0L-206x300.jpg,summary|https://blas.com/the-singapore-story/,biography;government;history;lee-kuan-yew;singapore,Lucius Annaeus Seneca,,,,, -6d56030e-9331-444c-8272-f80d25a9ad3d,One Spirit Medicine: Ancient Ways to Ultimate Wellness - Summary at Blas.com,"One Spirit Medicine helps restore mental, physics, emotional and spiritual well being through vision …",https://blas.com/wp-content/uploads/2016/02/81CdjDCXxbL-205x300.jpg,summary|https://blas.com/one-spirit-medicine/,alberto-villoldo;diet-and-nutrition;health;medicine;philosophy,Lucius Annaeus Seneca,,,,, -5d08ee69-4598-4d39-a220-1cec66ebecb4,The Silo Effect: The Peril of Expertise and the Promise of Breaking Down Barriers - Summary at Blas.com,"People naturally build silos in order to deal with the world’s ever-growing complexity. However, …",https://blas.com/wp-content/uploads/2016/02/41baKuUGlcL._SX295_BO1204203200_-179x300.jpg,summary|https://blas.com/the-silo-effect/,business;gillian-tett,Lucius Annaeus Seneca,,,,, -fadea0e4-28d0-441c-b09f-3b4ee2f45ca2,The Gorilla Game: Picking Winners in High Technology - Summary at Blas.com,"Moore, Johnson and Kippola outline what the gorilla game entails and how to go …",https://blas.com/wp-content/uploads/2016/01/51YE689GC7L._SX302_BO1204203200_-192x300.jpg,summary|https://blas.com/the-gorilla-game/,geoffrey-moore;investing;paul-johnson;technology;tom-kippola,Lucius Annaeus Seneca,,,,, -21e75236-9d4b-49d6-9365-0ac9c66d3ad8,Quiet: The Power of Introverts in a World That Can’t Stop Talking - Summary at Blas.com,We live in a society which idealizes extroverts but many of us are true …,https://blas.com/wp-content/uploads/2016/02/81vOO4hRh0L-194x300.jpg,summary|https://blas.com/quiet/,introverts;psychology;susan-cain,Lucius Annaeus Seneca,,,,, -402df69e-fdd3-4e0f-8bd8-44531222d084,100 Baggers: Stocks that Return 100-to-1 and How to Find Them - Summary at Blas.com,"An updated version of Phelps’ 100 Baggers, this book takes you through examples of …",https://blas.com/wp-content/uploads/2016/02/51BPb3DpgUL._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/100-baggers/,christopher-mayer;finance;investing;thomas-phelps,Lucius Annaeus Seneca,,,,, -558bb00e-e759-48da-8b7e-d5f4dbca2f1f,Foundations of Behavioral Health,"By Bruce Lubotsky Levin, Ardis Hanson",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-18435-3,behavioral-science,,,,,, -5f0b52bd-d79a-4e1f-a5dd-66ed54663045,Becoming the Iceman: Pushing Past Perceived Limits - Summary at Blas.com,"Wim “the Iceman” Hof describes his background, training regiment, beliefs and world records. He has …",https://blas.com/wp-content/uploads/2016/01/41q4qlxkzEL._SX322_BO1204203200_-195x300.jpg,summary|https://blas.com/becoming-the-iceman/,cold-exposure;justin-rosales;wim-hof,Lucius Annaeus Seneca,,,,, -6eea4170-f828-4671-bcbd-d40aebc51c5a,The Billionaire Who Wasn’t: How Chuck Feeney Made and Gave Away a Fortune - Summary at Blas.com,"An inspiring book about Chuck Feeney, one of the founders of Duty Free Shoppers …",https://blas.com/wp-content/uploads/2016/01/41aZQSZgafL._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/the-billionaire-who-wasnt/,chuck-feeney;conor-oclery;duty-free-shoppers;philanthropy,Lucius Annaeus Seneca,,,,, -0680bf71-a48a-4b7a-94a5-3d3b3fbf22d4,The Graveyard Book - Summary at Blas.com,Follows the story of Nobody Owens who is adopted and raised by the supernatural …,https://blas.com/wp-content/uploads/2016/01/51V2lDZogPL._SX334_BO1204203200_-202x300.jpg,summary|https://blas.com/the-graveyard-book/,fantasy;fiction;neil-gaiman,Lucius Annaeus Seneca,,,,, -cbdb02d5-16be-4de5-881b-386ec3c2e02b,Social Psychology in Action,"By Kai Sassenberg, Michael L.W. Vliek",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-13788-5,psychology,,,,,, -647b626a-eb3d-41f2-a4a7-9597eda728b1,The Oasis Within - Summary at Blas.com,A tale of an uncle and his nephew who are journeying across the desert …,https://blas.com/wp-content/uploads/2016/01/41G5-ayb-L._SX331_BO1204203200_-200x300.jpg,summary|https://blas.com/the-oasis-within/,philosophy;tom-morris,Lucius Annaeus Seneca,,,,, -ac07eb94-139c-499a-8302-c2fad3db1639,It’s Your Ship - Summary at Blas.com,"Captain Abrashoff recounts his story and the leadership principles he used to turn around the USS Benfold, one of the worst performing ships in the navy. Believes these leadership principles to be universal and in today’s age, getting the most out of your people and helping them grow is more important than ever",https://blas.com/wp-content/uploads/2016/01/cb6ef9e8fa38798e99972aaef7cdcc4d-199x300.jpg,summary|https://blas.com/its-your-ship/,leadership;michael-abrashoff;navy;worth-re-reading,Lucius Annaeus Seneca,,,,, -f7809182-0d86-4e59-b5bf-5b47c979ae37,Developmental Neurobiology,"By Mahendra S. Rao, Marcus Jacobson",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-28117-9,neurobiology,,,,,, -2ebd0366-e150-4f0f-b321-d885a36acd9a,Fundamentals of Biomechanics,By Duane Knudson,,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-49312-1,biomechanics;biology,,,,,, -88ea0292-a392-4e9e-b147-e2e66cdcc5df,The Way Forward: Renewing the American Idea - Summary at Blas.com,"Paul Ryan lays out his background, beliefs, motivations and goals and how he plans …",https://blas.com/wp-content/uploads/2016/01/51uVB0Glg-L-197x300.jpg,summary|https://blas.com/the-way-forward/,paul-ryan;politics,Lucius Annaeus Seneca,,,,, -e49dd9ff-a09e-4c6f-8809-e60365ed7e63,"Beyond Training: Mastering Endurance, Health and Life - Summary at Blas.com","Greenfield lays out a detailed training regiment section, recovery section, nutrition section, lifestyle section, …",https://blas.com/wp-content/uploads/2016/01/417iX2970zL-202x300.jpg,summary|https://blas.com/beyond-training/,ben-greenfield;diet-and-nutrition;health,Lucius Annaeus Seneca,,,,, -bfccc3be-8794-40a0-913c-f5c9566c57a7,The Power of Story - Summary at Blas.com,Jim Loehr lays out a framework for how to live a more aligned life …,https://blas.com/wp-content/uploads/2016/01/51pBocD9LPL._SX322_BO1204203200_-1-195x300.jpg,summary|https://blas.com/the-power-of-story/,jim-loehr,Lucius Annaeus Seneca,,,,, -6199371b-4e4d-457a-8b56-b79c5ed3a600,Doing Good Better: Effective Altruism and How You Can Make a Difference - Summary at Blas.com,Macaskill lays out some questions and reasoning for how to figure out how to …,https://blas.com/wp-content/uploads/2016/01/23398748-198x300.jpg,summary|https://blas.com/doing-good-better/,charity;effective-altruism;nonprofit;william-macaskill,Lucius Annaeus Seneca,,,,, -ff0efa49-9f40-48b6-9dc9-3d1de51aa2bb,What Do You Care What Other People Think? - Summary at Blas.com,"A fun recounting of Feynman’s life, time on NASA exploring the Challenger disaster and …",https://blas.com/wp-content/uploads/2016/01/220px-What_do_you_care_what_other_people_think-201x300.jpg,summary|https://blas.com/what-do-you-care-what-other-people-think/,ralph-leighton;richard-feynman,Lucius Annaeus Seneca,,,,, -855c50cb-5458-4acd-b32f-304cf69a041b,James J. Hill: Empire Builder - Summary at Blas.com,"Jim Hill was one of the great railroad tycoons, founding and expanding what eventually …",https://blas.com/wp-content/uploads/2016/01/41sOqsOea9L._SX317_BO1204203200_-192x300.jpg,summary|https://blas.com/james-j-hill/,american-history;james-hill;michael-malone;railroads,Lucius Annaeus Seneca,,,,, -a18cf5ea-9a89-4ff7-8264-4320c899a68c,Plant Physiological Ecology,"By Hans Lambers, F Stuart Chapin III, Thijs L. Pons",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-78341-3,botany;ecology,,,,,, -1843f0a8-5cd3-4d23-8101-209335175c54,The Joy of Science,By Richard A. Lockshin,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4020-6099-1,evolution;biology;science,,,,,, -eacba974-0028-47b2-add3-e9b8be4de515,The Almost Nearly Perfect People - Summary at Blas.com,"A fascinating account of the unique culture of the Scandinavian countries – Norway, Sweden, …",https://blas.com/wp-content/uploads/2016/01/51fc0DDh9L._SX323_BO1204203200_-195x300.jpg,summary|https://blas.com/the-almost-nearly-perfect-people/,culture;denmark;finland;iceland;michael-booth;norway;scandinavia;sweden,Lucius Annaeus Seneca,,,,, -af125135-cb5a-4db5-92a4-a2c58116e650,The Score Takes Care of Itself - Summary at Blas.com,Ultimate guide to Bill Walsh’s leadership principles. Told by his son through the perspective …,https://blas.com/wp-content/uploads/2016/01/51SkbiTQwML-196x300.jpg,summary|https://blas.com/the-score-takes-care-of-itself/,bill-walsh;coach;football;leadership;sports,Lucius Annaeus Seneca,,,,, -85215e73-5213-466f-ac15-b07c7cdf15d8,Bolivar: American Liberator - Summary at Blas.com,Arana describes in detail Bolivar the man and how he was able to liberate …,https://blas.com/wp-content/uploads/2016/01/81CdNgqLdGL-199x300.jpg,summary|https://blas.com/bolivar/,biography;history;marie-arana;simon-bolivar,Lucius Annaeus Seneca,,,,, -d9c1b16b-a158-4e9a-8843-c25748d4f56a,Basil Moreau: Essential Writings - Summary at Blas.com,A good biography on a great man. Basil Moreau founded and lead the congregation …,https://blas.com/wp-content/uploads/2016/01/51nMT2Xm5vL._AC_SY400_-200x300.jpg,summary|https://blas.com/basil-moreau/,andrew-gawrych;basil-moreau;holy-cross;kevin-grove;notre-dame;religion,Lucius Annaeus Seneca,,,,, -b94ed15a-7c5a-4172-8c5a-424d3e6d7c63,The Boys in the Boat - Summary at Blas.com,Brown tells the story of the Washington crew team who overcame great odds in …,https://blas.com/wp-content/uploads/2016/01/91fU6Q9YEAL-196x300.jpg,summary|https://blas.com/the-boys-in-the-boat/,crew;daniel-james-brown;olympics;sports,Lucius Annaeus Seneca,,,,, -50779e25-397a-43ea-94e3-4b3177e04b69,Finding Ultra - Summary at Blas.com,"Rich Roll tells his inspiring story of lazy, overweight, addicted into an all vegan …",https://blas.com/wp-content/uploads/2016/01/71ieki1ewwL-195x300.jpg,summary|https://blas.com/finding-ultra/,health;rich-roll;running,Lucius Annaeus Seneca,,,,, -2b7e20e8-2a48-46cf-9374-9f5b78f1c6a4,Diaminds - Summary at Blas.com,“How do successful thinkers think? And how is it that their ways of thinking …,https://blas.com/wp-content/uploads/2015/12/41QBQa2pjiL._SX336_BO1204203200_-203x300.jpg,summary|https://blas.com/diaminds/,charlie-munger;decision-making;heuristics;how-to-live-life;mental-models;mihnea-moldoveanu;roger-martin,Lucius Annaeus Seneca,,,,, -71b7ae6a-fd50-454d-b7c1-66c00f8c9c6b,Leading - Summary at Blas.com,Alex Ferguson managed Manchester United for 26 years and helped them achieve incredible success. This book is about what he has learned throughout his life about leadership,https://blas.com/wp-content/uploads/2015/05/Screen-Shot-2015-09-14-at-2.22.25-PM-198x300.png,summary|https://blas.com/leading/,alex-ferguson;leadership;manchester-united;michael-moritz;soccer;worth-re-reading,Lucius Annaeus Seneca,,,,, -7efe5ff3-2b44-41ff-862f-8955bc1d2a5f,Assimilative Memory: How to Attend and Never Forget - Summary at Blas.com,Good memory training system and operates in three ways. (1) It increases the general …,https://blas.com/wp-content/uploads/2015/12/51aUygppAL-200x300.jpg,summary|https://blas.com/assimilative-memory/,alphonse-loisette;memory,Lucius Annaeus Seneca,,,,, -b1c36ec8-079c-4b9e-877b-c60e07779e8c,The Art of Worldly Wisdom - Summary at Blas.com,Quick anecdotes which rival anything found in Stoicism. This book should be much more …,https://blas.com/wp-content/uploads/2015/12/91pHn4CkVAL-207x300.jpg,summary|https://blas.com/the-art-of-worldly-wisdom/,baltasar-gracian;philosophy,Lucius Annaeus Seneca,,,,, -d02bd283-dd0f-4b05-9544-efcfa84fbaa0,Boomerang: Travels in the New Third World - Summary at Blas.com,Michael Lewis again manages to draw you in on what are typically pretty boring …,https://blas.com/wp-content/uploads/2015/12/51eiNdwyKZL._SX332_BO1204203200_-201x300.jpg,summary|https://blas.com/boomerang/,finance;michael-lewis,Lucius Annaeus Seneca,,,,, -0ac71ca5-9b23-4c0f-b99a-f9bc1dd764be,The Big Short - Summary at Blas.com,Lewis does a great job of making what could be a very dull and …,https://blas.com/wp-content/uploads/2015/12/41bHaJ00DL-200x300.jpg,summary|https://blas.com/the-big-short/,finance;michael-lewis,Lucius Annaeus Seneca,,,,, -136a7694-ddc9-40e7-9c3e-725a873e3fc3,The Science Asylum,,,video|https://www.youtube.com/channel/UCXgNowiGxwwnLeQ7DXTwXPg,science,,,,,,oer -b62f360f-fe08-4ce6-be43-5163ae0188a8,Distant Force: A Memoir of the Teledyne Corporation and the Man Who Created It - Summary at Blas.com,"One of the early Teledyne employees and eventual President, George Roberts, tells of the …",https://blas.com/wp-content/uploads/2015/12/51YeMCHCr5L._SX325_BO1204203200_-197x300.jpg,summary|https://blas.com/distant-force/,business;george-roberts;henry-singleton;leadership;teledyne,Lucius Annaeus Seneca,,,,, -770ca4ae-0185-4ac3-a1a4-bf5a6b06a3f3,Knowledge and Decisions - Summary at Blas.com,"Sowell argues that knowledge is man’s most severe restraint but knowing the power of incentives, …",https://blas.com/wp-content/uploads/2015/12/220px-KnowledgeandDecisions-196x300.jpg,summary|https://blas.com/knowledge-and-decisions/,decision-making;thomas-sowell,Lucius Annaeus Seneca,,,,, -ff35f17f-487a-4657-9e7f-07f6c8b5c49f,Reagan - Summary at Blas.com,"Good biography on Reagan, his childhood, acting career, presidency and post-presidency. Impressive man who …",https://blas.com/wp-content/uploads/2015/12/419ieBcAv8L._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/reagan/,american-history;hw-brands;politics;ronald-reagan,Lucius Annaeus Seneca,,,,, -0b773dd7-44cc-4b2c-8276-ed6619192e46,The Prophet - Summary at Blas.com,The Prophet must leave a city he has been in for 12 years but …,https://blas.com/wp-content/uploads/2015/12/91iIlD9xegL-200x300.jpg,summary|https://blas.com/the-prophet/,kahlil-gibran;philosophy,Lucius Annaeus Seneca,,,,, -a78a871f-6b3f-4a3d-9192-164eeb1bc1bd,Integrative Human Biochemistry,"By Andrea T. da Poian, Miguel A. R. B. Castanho",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-3058-6,medicine;biochemistry,,,,,, -35fcfabe-fe30-4eb0-a98e-e594a7566adc,Son of Hamas - Summary at Blas.com,"Mosab describes his life as the son of one of the founders of Hamas, …",https://blas.com/wp-content/uploads/2015/11/413fr2eoPPL._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/son-of-hamas/,biography;hamas;mosab-hassan-yousef;terrorism,Lucius Annaeus Seneca,,,,, -3ef4730e-231d-4d97-967e-a833c6a8e8b4,Fundamentals of Biomechanics,"By Nihat Özkaya, Dawn Leger, David Goldsheyder, Margareta Nordin",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-44738-4,biomechanics;biology,,,,,, -0baff0a2-c189-458a-a9b0-3b55d28558b5,Human Chromosomes,"By Orlando J. Miller, Eeva Therman",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4613-0139-4,genetics,,,,,, -41cf63dc-acce-4150-922d-b8fc0c6926bc,Evernote: Unleashed - Summary at Blas.com,Good read on Evernote and how to use most effectively Key Takeaways Organize Reading …,https://blas.com/wp-content/uploads/2015/11/41HYuyIkWXL-188x300.jpg,summary|https://blas.com/evernote-unleashed/,evernote;jason-bracht;productivity,Lucius Annaeus Seneca,,,,, -e2431a0a-0e40-46be-9285-90a6dad2fa4e,Snow Crash - Summary at Blas.com,"Stephenson weaves virtual reality, Sumerian myth and a strange future in a great thriller …",https://blas.com/wp-content/uploads/2015/11/51yI5lXG7IL-200x300.jpg,summary|https://blas.com/snow-crash/,artificial-intelligence;fiction;future;neal-stephenson,Lucius Annaeus Seneca,,,,, -d3efa850-fabf-4dfc-9414-06a9d11e2320,How to Breathe With Ease - Summary at Blas.com,Quick read with some basic principles on how to properly breathe Key Takeaways He …,https://blas.com/wp-content/uploads/2015/11/24243293-214x300.jpg,summary|https://blas.com/how-to-breathe-with-ease/,breathing;f-matthias-alexander,Lucius Annaeus Seneca,,,,, -b5dd58c2-8ebf-44ad-932c-226e0efa557c,Coherence - Summary at Blas.com,"Knowledge about human relationships, biology, brain, adult development, behavior, human system, emotional intelligence, medicine, …",https://blas.com/wp-content/uploads/2015/11/4195x-yKnzL-200x300.jpg,summary|https://blas.com/coherence/,alan-watkins;biohacking;biology;decision-making;emotional-intelligence;health,Lucius Annaeus Seneca,,,,, -e203e430-b50d-4109-96e3-adfabb5799b3,Sapiens: A Brief History of Humankind - Summary at Blas.com,The book surveys the history of humankind from the evolution of archaic human species …,https://blas.com/wp-content/uploads/2015/11/41lolL22gL-190x300.jpg,summary|https://blas.com/sapiens/,human-history;religion;yuval-noah-harari,Lucius Annaeus Seneca,,,,, -4c37577c-8d0a-4bc3-a85d-88e65f1efa8c,Superforecasting - Summary at Blas.com,"Great read on how to become a much better forecaster by making a forecast, …",https://blas.com/wp-content/uploads/2015/11/51cBe-c2UL-197x300.jpg,summary|https://blas.com/superforecasting/,dan-gardner;forecasting;investing;philip-tetlock,Lucius Annaeus Seneca,,,,, -1e7236d7-f4eb-4974-8805-96dabcf8af0b,Super Better - Summary at Blas.com,By adopting a more “gameful” mindset you can improve your resilience and better improve …,,summary|https://blas.com/super-better/,biohacking;brain;jane-mcgonigal,Lucius Annaeus Seneca,,,,, -824725c1-0063-4e17-a908-141dd9285347,Deep Simplicity - Summary at Blas.com,"Gribbin explores our biological history to show how complexity can arise out of simplicity. Chaos leads to complexity which leads to life. The interesting things happen at the edge of complexity; in chaotic systems, minute differences in the initial conditions lead to huge differences in outcome",https://blas.com/wp-content/uploads/2015/11/51mF0T9o5L._SY344_BO1204203200_-203x300.jpg,summary|https://blas.com/deep-simplicity/,biology;history;john-gribbin;worth-re-reading,Lucius Annaeus Seneca,,,,, -e6567498-bedb-45c2-b1a0-ab14d930cf79,Master Evernote - Summary at Blas.com,"Good and quick read on how to use Evernote efficiently Key Takeaways Fortunately, the …",,summary|https://blas.com/master-evernote/,efficiency;evernote;sj-scott,Lucius Annaeus Seneca,,,,, -1beb188c-e7ec-42a7-9efd-ac3f88ef024e,The Origin of Consciousness in the Breakdown of the Bicameral Mind - Summary at Blas.com,"Jaynes argues that up until 2-4,000 years ago, men were not conscious but followed the voices of gods. As language and writing developed, consciousness began to emerge which then displaced these voices. On the surface it seems crazy but Jaynes does an incredible job of making it seem plausible",https://blas.com/wp-content/uploads/2015/05/41ujSlRdt3L._SY344_BO1204203200_-193x300.jpg,summary|https://blas.com/origin-of-consciousness/,consciousness;human-history;julian-jaynes;worth-re-reading,Lucius Annaeus Seneca,,,,, -714a0e4d-ed4d-4d76-949c-4de272195f65,Charlie Munger: The Complete Investor - Summary at Blas.com,Another book on how Buffett and Munger think and how this differentiates them Key …,https://blas.com/wp-content/uploads/2015/11/download-2.jpg,summary|https://blas.com/charlie-munger-the-complete-investor/,charlie-munger;decision-making;finance;heuristics;investing;mental-models;tren-griffin;warren-buffett,Lucius Annaeus Seneca,,,,, -95d43d2e-1df1-414a-aded-f18f9f934346,The Righteous Mind - Summary at Blas.com,This book is about why it is so hard for people to get along …,https://blas.com/wp-content/uploads/2015/11/download-3.jpg,summary|https://blas.com/the-righteous-mind/,jonathan-haidt;morality;politics;religion,Lucius Annaeus Seneca,,,,, -e41371f4-f33f-48c8-b656-122c39a32217,Phylogenomics,By Christoph Bleidorn,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-54064-1,genetics,,,,,, -f2a3ffd2-309a-43c3-898b-55e190d77aea,Crime and Punishment - Summary at Blas.com,Sparknotes can do a much better job summarizing it than I can but Raskolnikov …,https://blas.com/wp-content/uploads/2015/11/a-197x300.jpg,summary|https://blas.com/crime-and-punishment/,classic;fiction;fyodor-dostoevsky;russia,Lucius Annaeus Seneca,,,,, -56b7271c-736b-4f4e-8b37-b9e9072f59e8,One Click: Jeff Bezos and the Rise of Amazon - Summary at Blas.com,Brandt allows the reader to get into Bezos’ head and his decision making process …,https://blas.com/wp-content/uploads/2015/11/download-3.png,summary|https://blas.com/one-click/,amazon;jeff-bezos,Lucius Annaeus Seneca,,,,, -2f85730e-c3fc-4623-abc0-243a15a04df6,Principles of Terrestrial Ecosystem Ecology,"By F Stuart Chapin III, Pamela A. Matson, Peter Vitousek",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-9504-9,ecology,,,,,, -dc02420f-73c4-48fd-9128-d3f7da6f60a3,Learning Landscape Ecology,"By Sarah E. Gergel, Monica G. Turner",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-6374-4,ecology,,,,,, -44fe9b39-3946-4462-b670-a043f0b1e6d0,Epidemiological Research: Terms and Concepts,By O. S. Miettinen,,book|http://link.springer.com/openurl?genre=book&isbn=978-94-007-1171-6,epidemiology,,,,,, -7d1932d8-1f1d-480e-b9a2-c1b097fbdb8d,Statistical Analysis of Clinical Data on a Pocket Calculator,"By Ton J. Cleophas, Aeilko H. Zwinderman",,book|http://link.springer.com/openurl?genre=book&isbn=978-94-007-1211-9,statistics;medicine,,,,,, -207fbb57-cb56-4670-a363-3bcd450d358f,Clinical Data Analysis on a Pocket Calculator,"By Ton J. Cleophas, Aeilko H. Zwinderman",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-27104-0,statistics;medicine,,,,,, -de5a1b9c-e1a6-4fe2-ba63-af5a3f78434d,An Introduction to Zooarchaeology,By Diane Gifford-Gonzalez,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-65682-3,archaeology;zooarchaeology,,,,,, -ac02d93b-b844-42d4-bfac-0901d960e3e3,The Fountainhead - Summary at Blas.com,"Howard Roark is the most principled man on earth and won’t do anything which goes against his beliefs – the beauty and purity of architecture cannot be tainted. Rand terms the philosophy of the book as objectivism – follow reason and not faith, work hard to achieve life of purpose and productiveness, earn genuine self esteem, pursue own happiness as highest aim, prosper by treating others as individuals and not trading them for value",https://blas.com/wp-content/uploads/2015/05/the-fountainhead-176x300.jpg,summary|https://blas.com/the-fountainhead/,ayn-rand;objectivism,Lucius Annaeus Seneca,,,,, -f94a1026-1d2b-4b5a-b636-6c90872931d7,Essentials of Cerebellum and Cerebellar Disorders,"By Donna L. Gruol, Noriyuki Koibuchi, Mario Manto, Marco Molinari, Jeremy D. Schmahmann, Ying Shen",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-24551-5,neuroscience,,,,,, -12fa3545-9b67-42b0-be27-22c300c63e76,Fooled - Summary at Blas.com,Often mistake luck and randomness for skill and determinism Key Takeaways In the long …,https://blas.com/wp-content/uploads/2015/11/download-6.jpg,summary|https://blas.com/fooled-by-randomness/,decision-making;investing;nassim-taleb,Lucius Annaeus Seneca,,,,, -98ae493d-7da0-45d9-99d1-e453cf52174d,The Egoscue Method of Healing Through Movement - Summary at Blas.com,Pete Egoscue argues that modern man has so many dysfunctions due to lack of …,https://blas.com/wp-content/uploads/2015/11/download-7.jpg,summary|https://blas.com/the-egoscue-method/,health;pete-egoscue,Lucius Annaeus Seneca,,,,, -d4e4b66f-4861-4743-82b5-33f2ef037d81,Enchiridion - Summary at Blas.com,Epictetus’ “manual” for how to live life Key Takeaways Similar in style to Meditations …,https://blas.com/wp-content/uploads/2015/11/a-1.jpg,summary|https://blas.com/enchiridion/,epictetus;stoicism,Lucius Annaeus Seneca,,,,, -52f3cca5-cc66-4e86-8402-e756ef5fffaf,Three Scientists and Their Gods - Summary at Blas.com,"Robert Wright details his interviews, dialogues and conversations with Edward Fredkin, Edward O. Wilson …",https://blas.com/wp-content/uploads/2015/11/51TSK-SIJL._SX329_BO1204203200_-199x300.jpg,summary|https://blas.com/three-scientists-and-their-gods/,eo-wilson;ed-fredkin;kenneth-boulding;robert-wright;science,Lucius Annaeus Seneca,,,,, -20544fca-d2d2-4593-bdfc-8af801c4ebd4,Coaching Wisdom - Summary at Blas.com,"Mike interviews and describes what these seminal coaches learned during their years, their life …",https://blas.com/wp-content/uploads/2015/11/51g8CrvBr8L._SX384_BO1204203200_-232x300.jpg,summary|https://blas.com/coaching-wisdom/,leadership;mike-harrity,Lucius Annaeus Seneca,,,,, -704341f2-8400-42aa-a8af-8b524e7e5df9,Winning Every Day - Summary at Blas.com,Holtz’s beliefs as a coach for building a successful team / organization Key Takeaways …,https://blas.com/wp-content/uploads/2015/11/download-9.jpg,summary|https://blas.com/winning-every-day/,football;leadership;lou-holtz;notre-dame,Lucius Annaeus Seneca,,,,, -abf1d41f-7c28-42bd-9a7a-523fd7434d3d,Wooden on Leadership - Summary at Blas.com,Wooden’s goal never changed – get the maximum effort and peak performance from each …,https://blas.com/wp-content/uploads/2015/11/51h12syOgML._SX338_BO1204203200_-204x300.jpg,summary|https://blas.com/wooden-on-leadership/,basketball;john-wooden;leadership,Lucius Annaeus Seneca,,,,, -d438f432-ef65-403f-b12d-2c284ce89f05,Consilience - Summary at Blas.com,"Wilson’s search for a unifying theory of knowledge in disciplines that range from biology, …",https://blas.com/wp-content/uploads/2015/11/download-10.jpg,summary|https://blas.com/consilience/,eo-wilson;sociobiology,Lucius Annaeus Seneca,,,,, -165a30d8-0606-4bd4-97a3-ad741e988580,True Success - Summary at Blas.com,One of the most common maladies of our time is a misunderstanding of success. …,https://blas.com/wp-content/uploads/2015/11/download-11.jpg,summary|https://blas.com/true-success/,how-to-live-life;notre-dame;success;tom-morris,Lucius Annaeus Seneca,,,,, -c011af4f-793e-4639-a164-f308f0076de9,Awareness Through Movement - Summary at Blas.com,"Becoming more aware of your body, movement, flexibility, breathing through subtle but specific exercises …",https://blas.com/wp-content/uploads/2015/11/download-12.jpg,summary|https://blas.com/awareness-through-movement/,health;moshe-feldenkrais,Lucius Annaeus Seneca,,,,, -8d116c14-46e7-4509-8d7b-a3378c067da7,"God, Country, Notre Dame - Summary at Blas.com","Really good autobiography by Father Hesburgh – discusses his childhood, upbringing, studies at the …",https://blas.com/wp-content/uploads/2015/11/download-13.jpg,summary|https://blas.com/god-country-notre-dame/,notre-dame;theodore-hesburgh,Lucius Annaeus Seneca,,,,, -5235b6dc-f34d-438f-bdc8-916548fde266,The Warren Buffett Way - Summary at Blas.com,Buffett’s investment style and thought process is brought to life by Hagstrom by walking …,https://blas.com/wp-content/uploads/2015/11/download-14.jpg,summary|https://blas.com/the-warren-buffett-way/,finance;investing;robert-hagstrom;warren-buffett,Lucius Annaeus Seneca,,,,, -ab01d706-d0c5-4f65-ac3d-69aa473ca725,"Handbook of Cardiac Anatomy, Physiology, and Devices",By Paul A. Iaizzo,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-19464-6,anatomy,,,,,, -84adb2af-e433-4f04-a706-4153a1a8c9bb,Earthing - Summary at Blas.com,"Spending time outdoors, connected to nature has healing and calming effects Key Takeaways Spend …",https://blas.com/wp-content/uploads/2015/11/download-16.jpg,summary|https://blas.com/earthing/,clint-ober;earthing;stephen-sinatra,Lucius Annaeus Seneca,,,,, -51666ae5-f757-4802-b1bb-db2ae90d91bb,The Gastrointestinal System,By Po Sing Leung,,book|http://link.springer.com/openurl?genre=book&isbn=978-94-017-8771-0,anatomy,,,,,, -64aa2afb-2ee7-4269-ab1b-e524a931b99a,The 10 Commandments for Business Failure - Summary at Blas.com,Don Keough lays out some basic principles to avoid if you want to be …,https://blas.com/wp-content/uploads/2015/11/download-18.jpg,summary|https://blas.com/the-10-commandments-for-business-failure/,business;coca-cola;decision-making;don-keough;management;leadership,Lucius Annaeus Seneca,,,,, -de00edb8-ee1b-4291-b01e-6c2316d7d736,Only the Paranoid Survive - Summary at Blas.com,This book is about the impact of changing rules. How to find your way …,https://blas.com/wp-content/uploads/2015/11/download-19.jpg,summary|https://blas.com/only-the-paranoid-survive/,andy-grove;business;entrepreneur;intel;management,Lucius Annaeus Seneca,,,,, -1fa5027f-63fc-4a63-9b05-992c53c7cdb5,SPSS for Starters and 2nd Levelers,"By Ton J. Cleophas, Aeilko H. Zwinderman",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-20600-4,statistics;software-tools/spss,,,,,, -e71bb217-4edd-4201-aa53-d1e932fccf74,Paid to Speak - Summary at Blas.com,"Written for professional speakers, this book describes many of the finer points you can …",https://blas.com/wp-content/uploads/2015/11/download-21.jpg,summary|https://blas.com/paid-to-speak/,presenting,Lucius Annaeus Seneca,,,,, -c99d3b2f-125e-454d-9488-a34df95a79dc,The Bhagavad Gita - Summary at Blas.com,The blind King Dhritarashtra asks Sanjaya to recount to him what happened when his family the Kauravas gathered to fight …,https://blas.com/wp-content/uploads/2015/11/download-1-1.jpg,summary|https://blas.com/the-bhagavad-gita/,eknath-easwaran;hinduism;religion;spiritual,Lucius Annaeus Seneca,,,,, -6c5b479d-c39c-467d-8c91-00f5340c4571,The Brain’s Way of Healing - Summary at Blas.com,This book is about the unique way the brain heals itself and diseases once …,https://blas.com/wp-content/uploads/2015/11/download-22.jpg,summary|https://blas.com/the-brains-way-of-healing/,brain;health;norman-doidge,Lucius Annaeus Seneca,,,,, -e283c214-59f9-49b8-b2f0-4d847777448f,The Power of Impact Investing - Summary at Blas.com,Impact investing offers a middle way between philanthropy and pure financial investment. It is …,https://blas.com/wp-content/uploads/2015/11/download-23.jpg,summary|https://blas.com/the-power-of-impact-investing/,impact-investing;judith-rodin;margot-brandenburg,Lucius Annaeus Seneca,,,,, -19e6f426-2384-4ae6-a915-c63e6d2c1d55,It’s About TIME! - Summary at Blas.com,"An excellent, simple and easy to read book on how to better manage your time and be much more productive",https://blas.com/wp-content/uploads/2015/05/Capture-1-204x300.jpg,summary|https://blas.com/its-about-time/,jennifer-kuchta;jim-ball;time-management;worth-re-reading,Lucius Annaeus Seneca,,,,, -94bc8542-20f4-477e-9119-e735c8f18cfa,True North - Summary at Blas.com,"Finding your “true north”, what your life and leadership is all about, will shape …",https://blas.com/wp-content/uploads/2015/11/download.jpg,summary|https://blas.com/true-north/,bill-george;business;leadership;management,Lucius Annaeus Seneca,,,,, -cd3fbda3-9378-4ee0-a791-18442372c88e,Machine Learning in Medicine - a Complete Overview,"By Ton J. Cleophas, Aeilko H. Zwinderman",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-15195-3,machine-learning;medicine,,,,,, -0f381bd2-ace0-4114-b7e5-90470256cb87,Pharmaceutical Biotechnology,"By Daan J. A. Crommelin, Robert D. Sindelar, Bernd Meibohm",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-6486-0,pharmacy;biotechnology,,,,,, -d029eb29-7160-4511-b73b-e09b7315a693,Why Zebras Don’t Get Ulcers - Summary at Blas.com,"How diet, stress, personality, relationships, etc. affect the mind, body and overall health Key …",https://blas.com/wp-content/uploads/2015/11/download-2-1.jpg,summary|https://blas.com/why-zebras-dont-get-ulcers/,health;robert-sapolsky;stress,Lucius Annaeus Seneca,,,,, -e23493b5-f6ec-4948-b368-13f523a16368,Rise of the Robots - Summary at Blas.com,"Our Goldilocks period has reached its end, and the American economy is moving into …",https://blas.com/wp-content/uploads/2015/11/download-3-1.jpg,summary|https://blas.com/rise-of-the-robots/,artificial-intelligence;martin-ford,Lucius Annaeus Seneca,,,,, -bc95554e-8c0d-4393-a9a0-575a18d21dbc,Shibumi - Summary at Blas.com,"Nicholai Hel helps his father commit suicide, and suffers both personal and political consequences …",https://blas.com/wp-content/uploads/2015/11/download-1.png,summary|https://blas.com/shibumi/,trevanian,Lucius Annaeus Seneca,,,,, -ef726a8c-4903-4bea-baab-2ec006eeb92a,Serve to Win - Summary at Blas.com,It wasn’t a new training program that took me from being a very good …,https://blas.com/wp-content/uploads/2015/11/download-4-1.jpg,summary|https://blas.com/serve-to-win/,diet-and-nutrition;novak-djokovic;tennis,Lucius Annaeus Seneca,,,,, -4c32dc86-8ce8-46b8-ad4f-a08af0361754,Make Meetings Matter - Summary at Blas.com,"When meetings are effective, the potential for results is unlimited as participants feel energized …",https://blas.com/wp-content/uploads/2015/11/download-5-1.jpg,summary|https://blas.com/make-meetings-matter/,charlie-hawkins,Lucius Annaeus Seneca,,,,, -23ffbc2d-5fa1-43b2-b3d3-1df64ba71ec1,Natural Born Heroes - Summary at Blas.com,McDougall retraces the steps of the “Cretan Runner” and others who managed to do …,https://blas.com/wp-content/uploads/2015/11/download-6-1.jpg,summary|https://blas.com/natural-born-heroes/,christopher-mcdougall,Lucius Annaeus Seneca,,,,, -89f3774b-ac1b-4b52-b2b0-fde73ace8c6b,Pebbles of Perception - Summary at Blas.com,"Enderson got inspiration from Poor Charlie’s Almanack – to understand the main principles in the big fields (law, psychology, business, engineering, physics, etc.) and understand the importance of good choices. This book is Endersen’s take on how to make good decisions",https://blas.com/wp-content/uploads/2015/05/51cvElYU7WL._SX311_BO1204203200_-188x300.jpg,summary|https://blas.com/pebbles-of-perception/,decision-making;laurence-enderson,Lucius Annaeus Seneca,,,,, -4b0447fd-3488-4246-8a40-4b10cb0efbe2,Good to Great: Social Sectors - Summary at Blas.com,We need to get rid of the barrier between business and the social sector …,https://blas.com/wp-content/uploads/2015/11/download-7-1.jpg,summary|https://blas.com/good-to-great-social-sectors/,jim-collins,Lucius Annaeus Seneca,,,,, -c3dfed07-0c65-4476-b443-d575926c6d61,Zen and the Art of Motorcycle Maintenance - Summary at Blas.com,"On his journey from Minnesota to Northern California, the narrator discusses quality and several other philosophical questions through examples and chautauquas. “To truly experience quality, one must both embrace and apply it as best fits the requirements of the situation.”",https://blas.com/wp-content/uploads/2015/05/zen-and-art-206x300.jpg,summary|https://blas.com/zen-of-motorcycle-maintenance/,philosophy;robert-pirsig;worth-re-reading,Lucius Annaeus Seneca,,,,, -bce0de5a-c3a4-4acf-ba4d-d22c4ecaa3a5,The Way We’re Working Isn’t Working - Summary at Blas.com,"Being conscious and intentional about managing your four sources of energy – physical (sleep, …",https://blas.com/wp-content/uploads/2015/11/download-9-1.jpg,summary|https://blas.com/the-way-were-working-isnt-working/,tony-schwartz,Lucius Annaeus Seneca,,,,, -01477e79-27b6-4589-aacf-ef582107d4ac,An Introduction to Biomechanics,"By Jay D. Humphrey, Sherry L. O’Rourke",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-2623-7,biomechanics,,,,,, -6276d660-c60c-4f96-8f7f-c9ec370f1185,The Story of Philosophy - Summary at Blas.com,"An amazing book detailing the lives, ideas, influences and major works of some of …",https://blas.com/wp-content/uploads/2015/11/download-10-1.jpg,summary|https://blas.com/the-story-of-philosophy/,history;philosophy;will-durant,Lucius Annaeus Seneca,,,,, -e177f5e6-8fcc-47e8-a147-37f0299e8603,Bioinformatics for Evolutionary Biologists,"By Bernhard Haubold, Angelika Börsch-Haubold",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-67395-0,bioinformatics,,,,,, -bdd7d1be-9cce-44e8-85ed-a9bfffd272d0,Quantitative Methods for the Social Sciences,By Daniel Stockemer,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-99118-4,social-science;research,,,,,, -45c915ed-6b5b-4016-ae24-9e01367de0c2,On China - Summary at Blas.com,Kissinger’s vivid discussion of his experience dealing with the Chinese. He explains their multi-millenia …,https://blas.com/wp-content/uploads/2015/11/download-12-1.jpg,summary|https://blas.com/on-china/,china;henry-kissinger;history;politics,Lucius Annaeus Seneca,,,,, -c0b14676-5743-4826-9d8e-4dc4d1dd2d26,The Monk and the Philosopher - Summary at Blas.com,A very interesting dialogue between a father who is a philosopher and his son …,https://blas.com/wp-content/uploads/2015/11/download-13-1.jpg,summary|https://blas.com/the-monk-and-the-philosopher/,buddhism;mathieu-ricard;philosophy,Lucius Annaeus Seneca,,,,, -26555d7f-d6e4-448c-b9a3-18a3b2916024,Lessons on Synthetic Bioarchitectures,"By Eva-Kathrin Ehmoser-Sinner, Cherng-Wen Darren Tan",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-73123-0,biology,,,,,, -6762d104-cfb5-4599-b910-4ebd9be21e4d,Applied Bioinformatics,"By Paul M. Selzer, Richard J. Marhöfer, Oliver Koch",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-68301-0,bioinformatics,,,,,, -9d1ca9ce-aab4-4f6f-a1c6-81d8e78b74dd,The 33 Strategies of War - Summary at Blas.com,This book “is a distillation of timeless wisdom contained in the lessons and principles …,https://blas.com/wp-content/uploads/2015/11/download-4.png,summary|https://blas.com/the-33-strategies-of-war/,philosophy;psychology;robert-greene;war,Lucius Annaeus Seneca,,,,, -14fd15d7-fd4c-4d1a-86ae-54875d1918cd,"ENZYMES: Catalysis, Kinetics and Mechanisms",By N.S. Punekar,,book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-0785-0,biology,,,,,, -4129d3a1-81ad-43ac-be5e-38f962e091b0,Eleven Rings: The Soul of Success - Summary at Blas.com,Phil Jackson recounts his time as a player and a coach and the many important …,https://blas.com/wp-content/uploads/2015/06/Eleven-Rings-196x300-1-196x300.jpg,summary|https://blas.com/eleven-rings/,basketball;buddhism;hugh-delehanty;leadership;management;phil-jackson,Lucius Annaeus Seneca,,,,, -48bc53af-715e-4764-b746-97eaf1d74ac8,"Nudge: Improving Decisions about Wealth, Health and Happiness - Summary at Blas.com",Thaler and Sunstein discuss at length how choices are designed and how we can make better decisions …,https://blas.com/wp-content/uploads/2015/06/Nudge-196x300-1-196x300.jpg,summary|https://blas.com/nudge/,cass-sunstein;decision-making;psychology;richard-thaler,Lucius Annaeus Seneca,,,,, -833fecd6-bb4f-42b2-94de-8bc1ba172c5d,Ripples of Wisdom - Summary at Blas.com,"Don Jose Ruiz helps you become aware of an overcome self-doubt, self-deceit and fear to …",https://blas.com/wp-content/uploads/2015/06/download-15.jpg,summary|https://blas.com/ripples-of-wisdom/,don-jose-ruiz;spiritual;toltec,Lucius Annaeus Seneca,,,,, -23b5d410-e169-416b-af71-85bdada425b2,Radical Acceptance - Summary at Blas.com,"Only by being aware of and consciously accepting your negative thoughts and feelings, will …",https://blas.com/wp-content/uploads/2015/06/Radical-Acceptance-227x300-1-227x300.jpg,summary|https://blas.com/radical-acceptance/,buddhism;spirituality;tara-brach,Lucius Annaeus Seneca,,,,, -0e4a3cae-2041-4ca8-9ffb-8f7be2d6fa23,The Luck Factor: Why Some People Are Lucker Than Others and How You Can Become One of Them - Summary at Blas.com,"Max Gunther walks us through the nature of luck, how we can better manage it …",https://blas.com/wp-content/uploads/2015/06/The-Luck-Factor-195x300-1-195x300.jpg,summary|https://blas.com/the-luck-factor/,luck;max-gunther,Lucius Annaeus Seneca,,,,, -af13d719-5058-4d78-b9c1-4e71b60068c3,How to Love - Summary at Blas.com,Thich Nhat Hanh distills love to some of its core attributes and reminds us that …,https://blas.com/wp-content/uploads/2015/06/How-to-Love-200x300-1-200x300.jpg,summary|https://blas.com/how-to-love/,love;relationships;spiritual;thich-nhat-hanh,Lucius Annaeus Seneca,,,,, -3b1bffe5-44a8-47c1-9995-11465bf77f6a,"The Future of the Mind: The Scientific Quest to Understand, Enhance and Empower the Mind - Summary at Blas.com",Michio Kaku discusses the amazing research being done on the mind and its potential applications – …,https://blas.com/wp-content/uploads/2015/06/Future-of-the-Mind-1.jpg,summary|https://blas.com/the-future-of-the-mind/,brain;future;michio-kaku,Lucius Annaeus Seneca,,,,, -f0ab5181-2e15-492c-a111-ba047ad5e650,"Plant Physiology, Development and Metabolism","By Satish C Bhatla, Manju A. Lal",,book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-2023-1,botany,,,,,, -6106906a-807b-4550-8ee4-6acdd99f5107,American Gods - Summary at Blas.com,"As Shadow is about to leave prison, he is told that his wife was …",https://blas.com/wp-content/uploads/2015/06/American-Gods-225x300-1-225x300.jpg,summary|https://blas.com/american-gods/,death;fiction;gods;neil-gaiman,Lucius Annaeus Seneca,,,,, -7de8a3d0-4e94-4a34-86f5-d78d06fda212,2015 Reading List - Summary at Blas.com,"Find below my reading list from 2015. For each book, I write a brief summary, highlight …",,summary|https://blas.com/2015-reading-list-2/,books;reading-list,,,,,, -5beefbdb-77dd-4d2c-bfba-1680bf822139,2014 Reading List - Summary at Blas.com,"Find below my reading list from 2014. For each book, I write a brief summary, …",,summary|https://blas.com/2014-reading-list-2/,reading-list,,,,,, -410a3995-8b75-4609-9f9c-eccd8109b8fc,Killing Kennedy: The End of Camelot - Summary at Blas.com,O’Reilly once again does an amazing job detailing the life and context behind the assassination …,https://blas.com/wp-content/uploads/2015/05/Killing-Kennedy-197x300-1-197x300.jpg,summary|https://blas.com/killing-kennedy/,american-history;bill-oreilly;biography;john-f-kennedy;lee-harvey-oswald,Lucius Annaeus Seneca,,,,, -e2c6af12-4ad8-4940-a871-059b007ee96f,Brave New World - Summary at Blas.com,Aldous Huxley depicts a society which has been molded and conditioned for social stability. …,https://blas.com/wp-content/uploads/2015/05/Brave-New-World-1.jpg,summary|https://blas.com/brave-new-world/,aldous-huxley;classic;fiction,Lucius Annaeus Seneca,,,,, -b454db29-4677-4ca5-bf17-76c72c7a461c,Food Fraud Prevention,By John W. Spink,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-9621-6,food,,,,,, -d4ab8a69-6422-43bf-bee7-09d5f2489e6a,The Little Book that Builds Wealth - Summary at Blas.com,"Pat Dorsey, the Director of Equity Research at Morningstar, describes why companies with moats (long-term competitive advantages) …",https://blas.com/wp-content/uploads/2015/05/The-Little-Book-That-Builds-Wealth-210x300-1-210x300.jpg,summary|https://blas.com/the-little-book-that-builds-wealth/,finance;investing;moats;morningstar;pat-dorsey,Lucius Annaeus Seneca,,,,, -288ddfb3-06a2-4121-8762-66a683b86541,Plant Ecology,"By Ernst-Detlef Schulze, Erwin Beck, Nina Buchmann, Stephan Clemens, Klaus Müller-Hohenstein, Michael Scherer-Lorenzen",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-56233-8,ecology,,,,,, -bd055ad7-ca08-4209-a4b2-4d55ac038aee,The Warrior Within: The Philosophies of Bruce Lee - Summary at Blas.com,"Bruce Lee is much more than just one of the best martial artists of all time, he is a philosopher who sought to integrate his beliefs into everything he did. Lee outlines a framework in order to grow spiritually, mentally and emotionally by living in accordance with Tao, the way or nature.",https://blas.com/wp-content/uploads/2015/05/Warrior-Within.jpg,summary|https://blas.com/the-warrior-within/,bruce-lee;john-little;martial-arts;philosophy;spiritual;worth-re-reading,Lucius Annaeus Seneca,,,,, -05dadfd7-a6ba-4d45-922b-26e40e8c7450,Poor Charlie’s Almanack - Summary at Blas.com,"A truly eye-opening book into the world and thought processes of Charlie Munger. He describes how and why he thinks the way he does, stresses the importance of learning the basics in the fundamental disciplines in order to avoid becoming “the man with a hammer who sees everything as a nail,” and how this has translated into the enormous success that is Berkshire Hathaway.",https://blas.com/wp-content/uploads/2015/05/Poor-Charlies-Almanack.png,summary|https://blas.com/poor-charlies-almanack/,berkshire-hathaway;charlie-munger;decision-making;finance;investing;mental-models;peter-kaufman;philosophy;psychology;worth-re-reading,Lucius Annaeus Seneca,,,,, -9cc254c0-acd0-4e3a-80fb-feafbae21ea7,Killing Lincoln: The Shocking Assassination that Changed America Forever - Summary at Blas.com,"O’Reilly details the end of the Civil War, Lincoln’s dream of a nation once again unified and his …",https://blas.com/wp-content/uploads/2015/05/Killing-Lincoln-197x300-1-197x300.jpeg,summary|https://blas.com/killing-lincoln/,abraham-lincoln;american-history;bill-oreilly;biography;civil-war,Lucius Annaeus Seneca,,,,, -a89d5be2-2bc2-46bf-9022-1427da19a614,The Hitchhiker’s Guide to the Galaxy - Summary at Blas.com,Arthur Dent goes on a journey through space after his good friend Ford turns …,https://blas.com/wp-content/uploads/2015/05/Hitchhikers-Guide-to-the-Galaxy-1.jpg,summary|https://blas.com/the-hitchhikers-guide-to-the-galaxy/,classic;douglas-adams;science-fiction,Lucius Annaeus Seneca,,,,, -d8718429-39d8-4306-adcc-363d2a7bac04,A New Earth: Awakening to Your Life’s Purpose - Summary at Blas.com,"When Tolle says “awakening,” he means awakening to your consciousness – being completely in …",https://blas.com/wp-content/uploads/2015/05/A-New-Earth-275x300-1-275x300.jpg,summary|https://blas.com/a-new-earth/,eckhart-tolle;philosophy,Lucius Annaeus Seneca,,,,, -380a59b0-51e0-4a3c-a57e-28af5d08b1cf,Tao Teh Ching - Summary at Blas.com,"This classic is a “series of insights into life and nature; it is suggestion rather than statement. It looks at what it means to follow the way of the Tao and how to go about doing so. Be humble, don’t strive, the weak are strong, be generous, be frugal, don’t force things are some of the many timeless tenets it advocates",https://blas.com/wp-content/uploads/2015/05/51w0mnobMYL._SY344_BO1204203200_-190x300.jpg,summary|https://blas.com/tao-teh-ching/,china;classic;how-to-live-life;john-ch-wu;lao-tzu;philosophy;tao-teh-ching;worth-re-reading,Lucius Annaeus Seneca,,,,, -47008380-017b-4d5e-8375-4901cdaf4e2a,"Hurricane: The Life of Rubin Carter, Fighter - Summary at Blas.com",James S. Hirsch dives into some of the more disturbing details behind the wrongful conviction …,https://blas.com/wp-content/uploads/2015/05/Hurricane-192x300-1-192x300.jpg,summary|https://blas.com/hurricane/,biography;boxing;james-s-hirsch;race;rubin-hurricane-carter,Lucius Annaeus Seneca,,,,, -1d5bb855-8975-4bfc-ad1a-0e5b18ac7b3c,The Startup of You - Summary at Blas.com,Reid Hoffman and Ben Casnocha lay out a game plan to help you be happier and more …,https://blas.com/wp-content/uploads/2015/05/Startup-of-You-204x300-1-204x300.jpg,summary|https://blas.com/the-startup-of-you/,ben-casnocha;career;reid-hoffman,Lucius Annaeus Seneca,,,,, -88719075-4108-44ed-ba04-dd5baae8f812,Database Marketing,"By Robert C. Blattberg, Byung-Do Kim, Scott A. Neslin",,book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-72579-6,marketing,,,,,, -47e6ed5b-195e-4949-8253-6d41bb760d70,In-N-Out Burger - Summary at Blas.com,Perman does a great job of giving an insider view into the cult-like chain that …,https://blas.com/wp-content/uploads/2015/05/innout-202x300-1-202x300.jpg,summary|https://blas.com/in-n-out-burger/,in-n-out;stacy-perman,Lucius Annaeus Seneca,,,,, -d9d37494-98c1-4b79-abfd-db9b2a8df1a7,The Art of Stillness - Summary at Blas.com,Can travel thousands of miles to the most beautiful of locations but if not …,https://blas.com/wp-content/uploads/2015/03/Art-of-Stillness-208x300-1-208x300.jpg,summary|https://blas.com/the-art-of-stillness/,meditation;pico-iyer;stillness,Lucius Annaeus Seneca,,,,, -2ad2c501-6598-43a3-87b8-87e3f69809d3,The Moral Sayings of Publius Syrus - Summary at Blas.com,Publius Syrus was not born a slave but captured in Syria and given that name. …,https://blas.com/wp-content/uploads/2015/03/a-2-200x300.jpg,summary|https://blas.com/the-moral-sayings-of-publius-syrus/,history;philosophy;publius-syrus;stoicism,Lucius Annaeus Seneca,,,,, -dcae362f-fa74-454e-a632-d1e1b4933e36,Zen in the Art of Archery - Summary at Blas.com,Eugen Herrigel was a German philosopher who moved to Japan in order to teach and learn the ways of Zen. This book describes his six year path of learning Zen through archery,https://blas.com/wp-content/uploads/2015/03/41Jm0tn0QWL-189x300.jpg,summary|https://blas.com/zen-in-the-art-of-archery/,buddhism;eugen-herrigel;mastery;meditation;philosophy;zen,Lucius Annaeus Seneca,,,,, -98a5e470-b271-4edc-961a-1056afb2b38c,The Education of a Coach - Summary at Blas.com,"Halberstam details the career and life of the New England Patriot’s coach, Bill Belichick. How …",https://blas.com/wp-content/uploads/2015/03/Education-of-a-Coach-207x300-1-207x300.jpg,summary|https://blas.com/the-education-of-a-coach/,bill-belichick;biography;david-halberstam;football,Lucius Annaeus Seneca,,,,, -063a10f9-31b3-4a0f-b3bc-9ecb9fed5357,Where Are the Customer’s Yachts? - Summary at Blas.com,"A classic book on investing which will provoke you, teach you and crack you …",https://blas.com/wp-content/uploads/2015/03/Where-are-the-customers-yachts-194x300-1-194x300.jpg,summary|https://blas.com/where-are-the-customers-yachts/,finance;fred-schwed,Lucius Annaeus Seneca,,,,, -af345081-00e2-4780-b669-3f79780a6c94,Microeconomics,By Peter Dorman,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-37434-0,microeconomics,,,,,, -7abbc306-0a93-4382-8497-8f6911c6055f,Design Research in Information Systems,"By Alan Hevner, Samir Chatterjee",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-5653-8,design;informatics,,,,,, -146409bd-6bf8-4eaa-993d-3b9dab90dc3c,Strategic International Management,"By Dirk Morschett, Hanna Schramm-Klein, Joachim Zentes",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-8349-6331-4,strategic-management,,,,,, -881dd58e-9bc8-417b-b790-8ed5db095870,Indian Mathematics,"Indian Mathematics gives a unique insight into the history of mathematics within a historical global context. It builds on research into the connection between mathematics and the world-wide advancement of economics and technology. Joseph draws out parallel developments in other cultures and carefully examines the transmission of mathematical ideas across geographical and cultural borders. Accessible to those who have an interest in the global history of mathematical ideas, for the historians, philosophers and sociologists of mathematics, it is a book not to be missed. - -Author(s): George Gheverghese Joseph - -Publisher: World Scientific Publishing (UK), Year: 2016 - -ISBN: 1786340607,9781786340603",http://93.174.95.29/covers/1634000/3845f0699253022f62dd15e74c8ca6e8-d.jpg,book|https://www.goodreads.com/book/show/28650051-indian-mathematics,mathematics;nations/india/history,,2016,,,, -fcb723e1-2b93-4514-8289-988fa1512f25,The Diary of Soren Kierkegaard - Summary at Blas.com,"Passages from Kierkegaard’s own diary and it details his life, childhood, engagement and other …",https://blas.com/wp-content/uploads/2015/03/Diary-of-Soren-184x300-1-184x300.jpg,summary|https://blas.com/the-diary-of-soren-kierkegaard/,existentialism;kierkegaard;philosophy,,,,,, -ec5ecc44-c400-4b8e-9aa8-09e038f30223,Winning the Loser’s Game - Summary at Blas.com,Charles Ellis argues that financial advisors have gotten off track recently due to the overpromising of …,https://blas.com/wp-content/uploads/2015/03/The-Winners-Game-197x300-1-197x300.jpg,summary|https://blas.com/winning-the-losers-game/,charles-d-ellis;investing,Lucius Annaeus Seneca,,,,, -477495ea-8244-4e06-bceb-26d367d3b09e,The Hedonistic Imperative - Summary at Blas.com,"“I [David Pearce] shall first schematically set out how a naturalistic, secular paradise of …",https://blas.com/wp-content/uploads/2015/03/Hedonistic-Imperative-300x300-1.jpg,summary|https://blas.com/the-hedonistic-imperative/,bliss;david-pearce;futuristic;hedonism;philosophy,Lucius Annaeus Seneca,,,,, -c7907609-bc83-4740-b01f-12cf0a55e224,Xenophon’s Cyrus the Great - Summary at Blas.com,"Larry Hedrick recounts Xenophon’s telling of the amazing accomplishments and leadership of Cyrus the Great, King of Persia. He …",https://blas.com/wp-content/uploads/2015/03/Cyrus-the-Great-188x300-1-188x300.jpg,summary|https://blas.com/xenophons-cyrus-the-great/,cyrus-the-great;larry-hedrick;leadership;management;persia;war;xenophon,Lucius Annaeus Seneca,,,,, -b321e432-0e48-47da-868e-e65a732a7486,International Trade Theory and Policy,By Giancarlo Gandolfo,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-37314-5,international-trade;business,,,,,, -6f95d23e-ea85-4f5a-b6eb-643ac8945748,"Buddha Brain: The Practical Neuroscience of Happiness, Love and Wisdom - Summary at Blas.com",Buddha Brain takes ancient Buddhist practices and scientific data to show us how to strengthen …,https://blas.com/wp-content/uploads/2015/03/Buddha-Brain-203x300-1-203x300.png,summary|https://blas.com/buddha-brain/,buddhism;meditation;rick-hanson;spiritual,Lucius Annaeus Seneca,,,,, -5322caeb-6b60-4714-856f-2bb0f8145aad,Supply Chain Management and Advanced Planning,"By Hartmut Stadtler, Christoph Kilger, Herbert Meyr",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-55309-7,supply-chain,,,,,, -35257a9e-de76-4f44-9b2e-7fc310c23f6e,The Outsiders - Summary at Blas.com,Thorndike profiles eight CEOs who he considers “outsiders” because of the way they make decisions …,https://blas.com/wp-content/uploads/2015/03/The-Outsiders-197x300-1-197x300.jpg,summary|https://blas.com/the-outsiders/,finance;investing;leadership;management;william-thorndike,Lucius Annaeus Seneca,,,,, -822f172d-cd44-48ef-8f75-2211b8cb98eb,Strategic International Management,"By Dirk Morschett, Hanna Schramm-Klein, Joachim Zentes",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-658-07884-3,strategic-management,,,,,, -5b5f927e-52a8-4b14-9869-51e72b2303a6,"Grain Brain: The Surprising Truth About Wheat, Carbs and Sugar – Your Brain’s Silent Killers - Summary at Blas.com","Dr. Perlmutter argues that excessive carbs, especially modern, gluten-containing grains and other sugars, are wreaking …",https://blas.com/wp-content/uploads/2015/03/Grain-Brain-195x300-1-195x300.jpg,summary|https://blas.com/grain-brain/,biohacking;david-perlmutter;diet-and-nutrition;gluten-free,Lucius Annaeus Seneca,,,,, -2b6a7462-ea29-487f-9ac5-727563141dd5,The Center Cannot Hold: My Journey Through Madness - Summary at Blas.com,"Elyn Saks details her own journey through life with serious schizophrenia. She describes how she dealt with her delusions, therapy, progress and medication while trying to live and overcome this illness",https://blas.com/wp-content/uploads/2015/03/Center-Cannot-Hold-201x300.jpg,summary|https://blas.com/the-center-cannot-hold/,elyn-saks;mental-illness;psychology;schizophrenia,Lucius Annaeus Seneca,,,,, -3fb45919-aa03-41aa-9e57-2debc9771960,The Count of Monte Cristo - Summary at Blas.com,"In the most superficial summary possible, Edmond Dantes is wrongly accused of a crime …",https://blas.com/wp-content/uploads/2015/03/7126-194x300.jpg,summary|https://blas.com/monte-cristo/,alexandre-dumas;classic;fiction;worth-re-reading,Lucius Annaeus Seneca,,,,, -43946219-24ff-430e-bf44-ba3ac4a91779,The Little Book of Bull’s Eye Investing - Summary at Blas.com,"John Mauldin argues that to make money in the stock market, one needs to understand …",https://blas.com/wp-content/uploads/2015/03/Bulls-Eye-Investing-215x300-1-215x300.jpg,summary|https://blas.com/the-little-book-of-bulls-eye-investing-by-john-mauldin/,finance;investing;john-mauldin;little-book,Lucius Annaeus Seneca,,,,, -f574bed2-5738-46be-b019-82bcc6454684,Buddha Standard Time - Summary at Blas.com,"Surya Das walks us through how to live completely in the now, in “Buddha Standard Time.” We have the power to manipulate time by altering how aware and mindful we are of the present moment. The practices outlined within are increasingly important in today’s hectic day and age.",https://blas.com/wp-content/uploads/2015/03/Buddha-Standard-Time-195x300.jpg,summary|https://blas.com/buddha-standard-time/,brain;buddhism;meditation;mindfulness;spiritual;surya-das,Lucius Annaeus Seneca,,,,, -1bccad9f-1d48-41b6-9138-def4c81f1562,My Own Life - Summary at Blas.com,Scottish philosopher and historian David Hume writes his autobiography and discusses in a very detached and …,https://blas.com/wp-content/uploads/2015/03/download-1.jpg,summary|https://blas.com/my-own-life/,autobiography;david-hume,Lucius Annaeus Seneca,,,,, -1a01c9fb-b074-45dc-919f-f16618cffa85,The Small Cap Advantage - Summary at Blas.com,"Brian Bares runs Bares Capital Management, a small cap investing firm based in Austin, Texas. …",https://blas.com/wp-content/uploads/2015/03/download.jpg,summary|https://blas.com/the-small-cap-advantage/,bares-capital-management;brian-bares;finance;investing;small-cap,Lucius Annaeus Seneca,,,,, -9bd0f981-b022-49aa-a7e0-abe326944283,Search Methodologies,"By Edmund K. Burke, Graham Kendall",,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-6940-7,operations-research;optimization,,,,,, -5aaa407a-e0bd-42fc-8871-a17b094ea82b,Linear Programming,By Robert J Vanderbei,,book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-7630-6,linear-programming,,,,,, -abd90fdc-6204-4911-af97-c366b6f2d4cf,Corporate Social Responsibility,"By John O. Okpara, Samuel O. Idowu",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-40975-2,corporate-social-responsibility,,,,,, -18eed1a9-2cf8-4510-b9fe-b6759201f702,The Manuscripts Found in Accra - Summary at Blas.com,"Before Jerusalem is attacked by the French in 1099, people gather to hear a Copt speak …",https://blas.com/wp-content/uploads/2015/03/a-1-203x300.jpg,summary|https://blas.com/the-manuscripts-found-in-accra/,paulo-coelho;spiritual,Lucius Annaeus Seneca,,,,, -08dc95b6-e2a5-4d15-b3e5-8c3e847bd930,Influence: The Psychology of Persuasion - Summary at Blas.com,For years Cialdini studied which factors and techniques would induce people to say “yes” most of …,https://blas.com/wp-content/uploads/2015/03/Influence-195x300-1-195x300.jpg,summary|https://blas.com/influence/,power;psychology;robert-cialdini;social,Lucius Annaeus Seneca,,,,, -65487f47-708d-4805-9918-33e30e8d470f,I and Thou - Summary at Blas.com,Buber claims that there are two modes of engaging with the world – the …,https://blas.com/wp-content/uploads/2015/03/I-and-Thou-200x300-1-200x300.jpg,summary|https://blas.com/i-and-thou/,martin-buber;psychology;religion,Lucius Annaeus Seneca,,,,, -3f71eae4-51e1-472f-a7d7-705a87bf4a24,To Kill a Mockingbird - Summary at Blas.com,"Scout, Jem and their father Atticus live in 1930’s Alabama. Atticus is a lawyer …",https://blas.com/wp-content/uploads/2015/03/To-Kill-a-Mockingbird-183x300-1-183x300.jpg,summary|https://blas.com/to-kill-a-mockingbird/,classic;fiction;harper-lee,Lucius Annaeus Seneca,,,,, -891ce7f7-774d-44f0-99b5-94f547c57f49,What the Most Successful People do Before Breakfast - Summary at Blas.com,A practical guide into how you can tame your mornings and set yourself up …,https://blas.com/wp-content/uploads/2015/03/What-the-Most-Successful-196x300-1-196x300.jpg,summary|https://blas.com/what-the-most-successful-people-do-before-breakfast/,habits;laura-vanderkam;productivity,Lucius Annaeus Seneca,,,,, -c81cc2d5-5ff7-4f5d-a99c-d17612c94f6e,Electronic Commerce,"By Efraim Turban, David King, Jae Kyu Lee, Ting-Peng Liang, Deborrah C. Turban",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-10091-3,ecommerce,,,,,, -d4a2558c-0202-45b3-bd7f-776898bebf16,Econometrics,By Badi H. Baltagi,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-20059-5,econometrics,,,,,, -4c9b4f04-e552-4cf0-a17b-807b30afd8d5,Antifragile: Things that Gain from Disorder - Summary at Blas.com,Taleb describes that anything is antifragile as it gets better with chaos and disorder and improves with time whereas anything antifragile hates volatility. He lays out extremely convincing arguments for doing away with most predictions and trying to forecast into the future as this in reality handicaps us and doesn’t allow us to react to what is truly happening. His arguments are can and should be molded into every facet of your life and your decisions,https://blas.com/wp-content/uploads/2015/03/Antifragile-198x300.jpg,summary|https://blas.com/antifragile/,finance;investing;nassim-taleb;psychology;social;worth-re-reading,Lucius Annaeus Seneca,,,,, -123667b0-1ad7-410e-8655-f0bff604ce1d,Peter the Great: His Life and World - Summary at Blas.com,Peter the Great westernized and modernized Russia in the 17th and 18th centuries. He …,https://blas.com/wp-content/uploads/2015/03/Peter-the-Great-1.jpg,summary|https://blas.com/peter-the-great/,biography;history;peter-the-great;robert-massie;russia,Lucius Annaeus Seneca,,,,, -76c07bd9-6ba9-4df5-91c7-5bc10981bc13,Letters from a Self-Made Merchant to His Son - Summary at Blas.com,"John Graham, the owner of a pork-packaging business in Chicago in the 1890’s, writes …",https://blas.com/wp-content/uploads/2015/03/Letters-from-a-Self-Made-Merchant-201x300-1-201x300.jpg,summary|https://blas.com/letters-from-a-self-made-merchant/,finance;george-horace-lorimer;how-to-live-life;john-graham,Lucius Annaeus Seneca,,,,, -16ce06bd-42ce-4852-b28f-f1470718a3e5,Lolita - Summary at Blas.com,A deranged but very smart and well educated professor called Humbert Humbert details his …,https://blas.com/wp-content/uploads/2015/03/Lolita-193x300-1-193x300.jpg,summary|https://blas.com/lolita/,fiction;vladimir-nabokov,Lucius Annaeus Seneca,,,,, -345435f0-8f91-413a-a376-1e7c2aae46cb,Letter from a Birmingham Jail - Summary at Blas.com,MLK’s powerful response to criticism as he led a nonviolent protest that ended up …,https://blas.com/wp-content/uploads/2015/03/letter.jpg,summary|https://blas.com/letter-from-a-birmingham-jail/,martin-luther-king-jr,Lucius Annaeus Seneca,,,,, -1b1ac896-50ce-4ce8-8641-43bfecf9f0c9,Like Water - Summary at Blas.com,"David Foster Wallace’s 2005 commencement speech to Kenyon College is moving and inspirational but more importantly, real. …",https://blas.com/wp-content/uploads/2015/03/This-is-Water-205x300-205x300.jpg,summary|https://blas.com/like-water/,david-foster-wallace;speech,Lucius Annaeus Seneca,,,,, -1b4d2505-6a8c-46f2-a508-80abf9558b0f,My Stroke of Insight: A Brain Scientist’s Personal Journey - Summary at Blas.com,Jill Bolte Taylor’s My Stroke of Insight discusses the “chronological documentation of the journey I took into the formless …,https://blas.com/wp-content/uploads/2015/03/Stroke-of-Insight-225x300-1-225x300.jpg,summary|https://blas.com/my-stroke-of-insight/,autobiography;brain;jill-bolte-taylor;stroke;ted,Lucius Annaeus Seneca,,,,, -dfa33f60-38c7-4397-82c4-a0607fe1a8dc,The Remains of the Day - Summary at Blas.com,A beautifully written novel which seems to be able to bring you back in …,https://blas.com/wp-content/uploads/2015/03/remains-of-the-day-191x300-1-191x300.jpg,summary|https://blas.com/the-remains-of-the-day/,fiction;kazuo-ishiguro,Lucius Annaeus Seneca,,,,, -491cee2f-27cb-42d9-8eb5-29edc09216fc,Logistics,"By Harald Gleissner, J. Christian Femerling",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-01769-3,logistics,,,,,, -a99a5952-a952-4f94-9cf3-5c8fb90ff93d,University Physics; Mastering Physics with Pearson eText -- ValuePack Access Card -- for University Physics with Modern Physics (14th Edition),,,book|https://www.goodreads.com/book/show/39721334-university-physics-mastering-physics-with-pearson-etext----valuepack-ac?ac=1&from_search=true&qid=hz4CuNibmy&rank=2,physics,,,,,, -7f8422c3-24c2-4535-b1a3-75c3eadd15b1,Decoherence and the Appearance of a Classical World in Quantum Theory,,,book|https://www.goodreads.com/book/show/3815760-decoherence-and-the-appearance-of-a-classical-world-in-quantum-theory,physics;quantum-mechanics,,,,,, -656829f3-c597-4479-8b1b-07f3b4d5e02e,The Principles of Quantum Mechanics,,,book|https://www.goodreads.com/book/show/260142.The_Principles_of_Quantum_Mechanics,physics;quantum-mechanics,,,,,, -ae0ebe35-2cbb-47ee-85f0-451d69cd4eb9,The Everett Interpretation of Quantum Mechanics,,,book|https://www.goodreads.com/book/show/13748087-the-everett-interpretation-of-quantum-mechanics,physics;quantum-mechanics,,,,,, -609bdbc3-04cc-494e-9b2b-7f3b57bcf248,New Introduction to Multiple Time Series Analysis,By Helmut Lütkepohl,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-540-27752-1,statistics,,,,,, -bd1446ba-53a4-4ccb-a1cc-6a9f32267fa9,Game Theory,By Hans Peters,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-46950-7,game-theory,,,,,, -ede58945-9ff6-40ff-99f7-080c47e5e50b,Physical Asset Management,By Nicholas Anthony John Hastings,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-14777-2,asset-management;business,,,,,, -690cbcdb-00d4-4844-862c-e2cede30bebb,Linear and Nonlinear Programming,"By David G. Luenberger, Yinyu Ye",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-18842-3,operations-research;linear-programming;nonlinear-programming,,,,,, -0fb4cba0-45c0-4a77-ae30-7eeeda3c1958,Enterprise Risk Management Models,"By David L. Olson, Desheng Dash Wu",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-53785-5,risk-management;business,,,,,, -9889a7ef-0765-442e-b705-96c6216f2365,The Best Books on Language | Expert Recommendations on Five Books,,,book|https://fivebooks.com/category/language/,language;linguistics,,,,,, -fad09511-3955-464d-ac62-88ce99609000,GitHub - aniftyco/awesome-tailwindcss: A curated list of awesome things related to Tailwind CSS,,,article|https://github.com/aniftyco/awesome-tailwindcss,software-tools/tailwindcss,,,,,,oer -0481d53a-7b8a-4f20-a027-1ef88d890717,Tailwind CSS - A Utility-First CSS Framework for Rapidly Building Custom Designs,,,website|https://tailwindcss.com/,software-tools/tailwindcss,,,,,, -06c13a2e-d57a-4027-85f8-52266e735976,Vue.js,,,website|https://vuejs.org/,software-tools/vuejs,,,,,, -2bf74ddb-403f-4623-998d-34dd52dc63df,The Vue Instance - Intro to Vue.js | Vue Mastery,,,course|https://www.vuemastery.com/courses/intro-to-vue-js/vue-instance,software-tools/vuejs,,,,,, -b9db9e66-72d1-4bc4-aa5e-7a5437077157,GitHub - vuejs/awesome-vue: 🎉 A curated list of awesome things related to Vue.js,,,article|https://github.com/vuejs/awesome-vue,software-tools/vuejs,,,,,,oer -a30a715c-ec81-4584-8c7e-2f6388369cab,Coronavirus Update (Live): Worldometer,,,website|https://www.worldometers.info/coronavirus/,coronavirus,,,,,, -269c8089-3222-4fb2-b633-1704dd0095e8,Overview of technical writing courses  |  Google Developers,,,course|https://developers.google.com/tech-writing/overview,technical-writing,,,,,, -7d390e13-4076-4a96-8bc5-087133f0dee0,Data Analytics Certification Course Training in Malaysia - 360DigiTMG,,,course|https://360digitmg.com/course/data-analytics-using-python-r,education;analytics;online-courses;career,,,,,, -dc0e4ed6-dfc5-4cb8-939e-00566fecc639,COVID-19 Animation: What Happens If You Get Coronavirus? - YouTube,,,video|https://youtu.be/5DGwOJXSxqg,coronavirus,,,,,, -ee0c11d7-d95a-4d9a-9f6d-46207ec91976,Instructor's Edition for Thomas' Calculus (12th Edition),,,book|https://www.goodreads.com/book/show/30955665-instructor-s-edition-for-thomas-calculus,calculus,,,,,, -a55e5baa-34fc-4c14-831b-b748ee7a94b3,Coronavirus Disease 2019 (COVID-19) | coronavirus.gov,,,website|https://www.coronavirus.gov/,coronavirus,,,,,, -3800bef6-a1e9-4a13-9ed2-cc49544ab1b4,Coronavirus (COVID-19) | National Institutes of Health (NIH),,,website|https://www.nih.gov/health-information/coronavirus,coronavirus,,,,,, -8fdcc3f3-a4b7-4dea-97f7-4d1ce19e2a88,COVID-19 Coronavirus - Online Course - FutureLearn,,,course|https://www.futurelearn.com/courses/covid19-novel-coronavirus,coronavirus,,,,,, -9ad8538f-db3c-4d0e-b7c1-b441f8f600ff,COVID-19 RESEARCH IMPLEMENTATION HUB • ,,,website|https://coronavirus.tghn.org/,coronavirus,,,,,, -f48a9738-9548-47a5-a1e3-62362ef2e60e,How This Woman Blows Record-Breaking Bubbles | WIRED,,,video|https://www.youtube.com/watch?v=FZpftZccc6U,bubbles,,,,,,oer -55d258fa-d810-4ab3-b997-10d65ae1a266,University Physics; Mastering Physics with Pearson eText -- ValuePack Access Card -- for University Physics with Modern Physics (14th Edition),,,book|https://www.goodreads.com/book/show/39721334-university-physics-mastering-physics-with-pearson-etext----valuepack-ac?ac=1&from_search=true&qid=dGGPJ83QVK&rank=2,physics,,,,,, -e64fecb2-0f78-4606-933e-8c93e1c7bc04,Vibrations and Waves,,,book|https://www.goodreads.com/book/show/911393.Vibrations_and_Waves?ac=1&from_search=true&qid=ZTM8hvHDWU&rank=1,physics,,,,,, -fab3449b-bbbf-450e-b224-f45ffd6d3efe,Vibrations and Waves,,,book|https://www.goodreads.com/book/show/7054451-vibrations-and-waves?ac=1&from_search=true&qid=RdqWpF4P23&rank=2,physics,,,,,, -f0c3d86d-f6d3-4998-ad39-cd877e585cf3,Advanced Engineering Mathematics,,,book|https://www.goodreads.com/book/show/241441.Advanced_Engineering_Mathematics?ac=1&from_search=true&qid=4uDRWJH1sC&rank=3,physics,,,,,, -329964f9-4e97-41e2-9db6-d189c1bb2765,A Student's Guide to Maxwell's Equations,,,book|https://www.goodreads.com/book/show/3094871-a-student-s-guide-to-maxwell-s-equations,physics;electrodynamics,,,,,, -5f7eea8e-ee23-4cbe-995e-1984812a16c1,Introductory Statistical Mechanics,,,book|https://www.goodreads.com/book/show/309704.Introductory_Statistical_Mechanics,physics,,,,,, -d7b13282-e4fc-4415-8d65-af5758997eb1,Guide to starting with Clojure | grison.me,,,article|https://grison.me/2020/04/04/starting-with-clojure/,programming-languages/clojure,,,,,, -49b100c2-3e64-43b1-ba41-824484ee4944,Basic Electronics for Scientists and Engineers,,,book|https://www.goodreads.com/book/show/13725269-basic-electronics-for-scientists-and-engineers,electronics-engineering,,,,,, -5dbb6ed7-128f-430d-b79f-1c1aa3adb668,Introduction to Elementary Particles,,,book|https://www.goodreads.com/book/show/488853.Introduction_to_Elementary_Particles,particle-physics,,,,,, -d6ad91e4-d56b-4769-8d8d-3234ea4fba36,Mathematical Methods for Physicists,,,book|https://www.goodreads.com/book/show/309749.Mathematical_Methods_for_Physicists,physics;mathematics,,,,,, -bdf074ac-9147-468c-acfe-d2c8ccde5d2d,Visual Complex Analysis,,,book|https://www.goodreads.com/book/show/149800.Visual_Complex_Analysis,physics,,,,,, -302eb40c-c658-462a-b787-dd84d5175268,Complex Variables,,,book|https://www.amazon.com/gp/product/0486406792/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0486406792&linkCode=as2&linkId=6498db95d42cc4d3b3f1cf36c4e49def&tag=learnawesome-20,complex-numbers,,,,,, -52407b99-c5df-45d2-a8c7-7628a9f16764,DIY Cloth Face Mask : 9 Steps (with Pictures) - Instructables,,,article|https://www.instructables.com/id/DIY-Cloth-Face-Mask/,diy;healthcare;public-health;art-craft,,,,,, -468449c1-796d-4a5f-b7a6-145a0d8858c0,Certified Scrum Master Certification (CSM) Practice test  - Take This Course,,,cert|https://www.takethiscourse.net/certified-scrum-master-certification-csm-practice-test/,gamification,,,,,, -47e8833c-f4ed-4b60-a6bc-27e24e6e09db,John Conway – discovering free will (part I) | plus.maths.org,,,article|https://plus.maths.org/content/john-conway-discovering-free-will-part-i,john-conway;free-will,,,,,, -eb3c8196-efd5-4f72-8e2d-9cf0d7b35316,WELCOME TO THE BUTTERFLIES OF INDIA WEBSITE!,,,website|https://www.ifoundbutterflies.org/,butterflies;nations/india,,,,,, -56202790-7a00-4ce8-a0c6-a284e946befc,covid-19/Realtime R0.ipynb at master · k-sys/covid-19 · GitHub,,,code|https://github.com/k-sys/covid-19/blob/master/Realtime%20R0.ipynb,coronavirus,,,,,,oer -b0a07169-c075-4214-ba19-8a79c0733ad6,Interactive guide to homogeneous coordinates,,,interactive|http://wordsandbuttons.online/interactive_guide_to_homogeneous_coordinates.html,mathematics;geometry,,,,,, -db918cee-5863-4b88-808a-67347daefc6b,Revised Bloom’s Taxonomy by Iowa State University,,,article|https://www.celt.iastate.edu/teaching/effective-teaching-practices/revised-blooms-taxonomy/;article|https://www.celt.iastate.edu/wp-content/uploads/2015/09/RevisedBloomsHandout-1.pdf;book|https://www.goodreads.com/book/show/340855.A_Taxonomy_for_Learning_Teaching_and_Assessing,learning;blooms-taxonomy,,,,,, -a157515e-b90f-4d61-81bd-fb91dbb372ec,The Best Resources For Helping Teachers Use Bloom’s Taxonomy In The Classroom | Larry Ferlazzo's Websites of the Day...,,,article|https://larryferlazzo.edublogs.org/2009/05/25/the-best-resources-for-helping-teachers-use-blooms-taxonomy-in-the-classroom/,blooms-taxonomy,,,,,,oer -1aaf9dab-bd3c-4fb3-a2a2-6897eac64bf7,Finally We May Have a Path to the Fundamental Theory of Physics… and It’s Beautiful—Stephen Wolfram Writings,,,article|https://writings.stephenwolfram.com/2020/04/finally-we-may-have-a-path-to-the-fundamental-theory-of-physics-and-its-beautiful/,physics,,,,,, -225ca3aa-77f7-45b3-9f5e-bbcf1282131c,How We Got Here: The Backstory of the Wolfram Physics Project—Stephen Wolfram Writings,,,article|https://writings.stephenwolfram.com/2020/04/how-we-got-here-the-backstory-of-the-wolfram-physics-project/,physics,,,,,, -b05b0e49-bad2-4bb4-b472-575d9a909151,Stephen Wolfram: Official Website,,,article|https://www.stephenwolfram.com/,physics,,,,,, -dd19db51-d388-4942-916f-87869330ab09,"@tapanguchi on Twitter: ""Today, I will talk about my field of work. Tribology: the science of friction, wear and lubrication",,,thread|https://twitter.com/tapanguchi/status/1250361538789224448,tribology,,,,,, -2cc1b2b3-37ec-4c1c-8b7c-2c36c7a999f2,Virtual Manipulatives | Mathematical Modelling | Toy Theater,,,interactive|https://toytheater.com/category/teacher-tools/virtual-manipulatives/,mathematics,,,,,, -9582d105-fadb-4344-bbed-c651f5722690,Evaluating Feynman Integrals,,,book|https://www.goodreads.com/book/show/390223.Evaluating_Feynman_Integrals,theoretical-physics,,,,,, -ba577d42-f491-4ff2-8e0e-b8ea6abf2ba1,Introduction to Electronic Commerce and Social Commerce,"By Efraim Turban, Judy Whiteside, David King, Jon Outland",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-50091-1,ecommerce,,,,,, -b521f764-a926-4280-a19b-4b3525ccdeea,Business Process Management Cases,"By Jan vom Brocke, Jan Mendling",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-58307-5,business-process-management,,,,,, -67520d22-5b97-46ff-a294-375d9c12a9da,Social Media Management,By Amy Van Looy,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-21990-5,social-media;business,,,,,, -53ebb3ea-5ed9-4e4d-9786-bb2fd891ad65,Multinational Management,By Rien Segers,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-23012-2,business;management;international-business,,,,,, -55debf17-c0cf-4703-85a5-467225f11ca3,Leadership Today,"By Joan Marques, Satinder Dhiman",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-31036-7,leadership,,,,,, -c49c673a-73d9-4dd9-95f0-e1af49c14255,Sustainable Supply Chains,"By Yann Bouchery, Charles J. Corbett, Jan C. Fransoo, Tarkan Tan",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-29791-0,supply-chain,,,,,, -ee2d8e48-4f00-463a-8054-004f0c2cf0a9,Strategic Retail Management,"By Joachim Zentes, Dirk Morschett, Hanna Schramm-Klein",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-658-10183-1,retail;strategic-management,,,,,, -d218e88a-1965-4c7d-98cb-80f7796abbfd,"Travel Marketing, Tourism Economics and the Airline Product",By Mark Anthony Camilleri,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-49849-2,travel;business,,,,,, -4b5585e9-3f7f-4a99-a09e-407a2b257109,Electronic Commerce 2018,"By Efraim Turban, Jon Outland, David King, Jae Kyu Lee, Ting-Peng Liang, Deborrah C. Turban",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-58715-8,ecommerce,,,,,, -ec439ad7-022b-42f8-906e-57ff77c60dfd,Market Research,"By Erik Mooi, Marko Sarstedt, Irma Mooi-Reci",,book|http://link.springer.com/openurl?genre=book&isbn=978-981-10-5218-7,marketing;market-research,,,,,, -f4c24960-1e45-4f27-b9b8-87219b728810,Managing Sustainable Business,"By Gilbert G. Lenssen, N. Craig Smith",,book|http://link.springer.com/openurl?genre=book&isbn=978-94-024-1144-7,business;sustainability,,,,,, -0f871e55-7b98-49ff-9b65-27f8252fbe8e,Knowledge Management,"By Klaus North, Gita Kumta",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-59978-6,knowledge-management,,,,,, -a6b0f60a-6dda-49ac-b8c7-2a14884fe813,Customer Relationship Management,"By V. Kumar, Werner Reinartz",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-55381-7,crm,,,,,, -e6f95cbb-cc6c-412f-a3f4-403a50b5fd2a,Strategic Human Resource Management and Employment Relations,By Ashish Malik,,book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-0399-9,human-resources;strategic-management,,,,,, -b68b9013-f444-4d09-8580-356f430d28d9,Social Justice Theory and Practice for Social Work,"By Lynelle Watts, David Hodgson",,book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-3621-8,social-justice;social-science,,,,,, -f4b882ad-8184-4afa-be1d-a95bbfd463d9,Analyzing Qualitative Data with MAXQDA,"By Udo Kuckartz, Stefan Rädiker",,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-15671-8,statistics;social-science,,,,,, -e1304c60-f1a6-4c3b-bbd6-2389e72e45de,Handbook of Evolutionary Research in Archaeology,By Anna Marie Prentiss,,book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-11117-5,archaeology,,,,,, -859305d3-a7a5-44d7-8ae7-8cc26fc300fb,Learn DIY Digital Advertising from a Former Googler,,,course|https://www.diydigitalstrategy.com/,digital-marketing;marketing,,,,,, -3b939d04-48d3-45d0-8d84-0084fa2cd2d6,Complete AWS Cloud Practitioner Certification Bundle,,,article|https://www.simpliv.com/bundle/complete-aws-cloud-practitioner-certification-bundle,education,,,,,, -d41b8915-e812-44d1-8232-9f14d83b3b42,Do I Need to Go to University? -- colah's blog,,,article|http://colah.github.io/posts/2020-05-University/,learning;university,,,,,,oer -349933c2-cb4f-47fe-aff0-66cd7cc415d2,Indian Knowledge Systems – Indian Institute of Technology Gandhinagar,,,course|https://iks.iitgn.ac.in/,nations/india/history,,,,,, -541ac0cf-8fd3-4ac2-b8c4-e706f7d9a143,Mathematics - Mathematics in India - From Vedic Period to Modern Times - YouTube,,,video|http://www.youtube.com/playlist?list=PLbMVogVj5nJThf31TNSQzuN7zqxe7HdRN,mathematics;nations/india/history,,,,,,oer -e5d4030f-1170-45e2-a5e0-490762955d7c,BaseCS Podcast,,,audio|https://www.codenewbie.org/basecs,programming,,,,,, -d09ce73a-b31a-4695-8b71-9df143ba4051,Homeopathy Explained – Gentle Healing or Reckless Fraud?,,,video|https://www.youtube.com/watch?v=8HslUzw35mc,homeopathy;medicine,,,,,,oer -683713b0-5d1f-42e2-8837-c77a5f8975aa,Learn Git Version Control using Interactive Browser-Based Labs | Katacoda,,,interactive|https://www.katacoda.com/courses/git,software-tools/git,,,,,, -23a8e922-ecfe-402d-abff-ed54476edc18,GitHub - sindresorhus/awesome: 😎 Awesome lists about all kinds of interesting topics,,,article|https://github.com/sindresorhus/awesome,programming,,,,,,oer -f5ebdc49-15b8-4074-bdbd-7f8eb71e9473,"""COVID-19, SARS-CoV-2 and the Pandemic"" (7.00) - MIT Department of Biology",,,course|https://biology.mit.edu/undergraduate/current-students/subject-offerings/covid-19-sars-cov-2-and-the-pandemic/,coronavirus;pandemics,,,,,,oer -b822e39d-d3a1-49a5-846c-5f312cbc1c5a,6 Exciting Data Science Projects for Beginners in 2020 | FavTutor,,,article|https://favtutor.com/blog-details/Data-Science-Projects-For-Beginners,data-analysis;programming-languages/python,,,,,,oer -1744a200-4395-4428-9be2-f07d3ff70432,Masala Lab ,"Ever wondered why your grandmother threw a teabag into the pressure cooker while boiling chickpeas, or why she measured using the knuckle of her index finger? Why does a counter-intuitive pinch of salt make your kheer more intensely flavourful? What is the Maillard reaction and what does it have to do with fenugreek? What does your high-school chemistry knowledge, or what you remember of it, have to do with perfectly browning your onions? -Masala Lab by Krish Ashok is a science nerd’s exploration of Indian cooking with the ultimate aim of making the reader a better cook and turning the kitchen into a joyful, creative playground for culinary experimentation. Just like memorizing an equation might have helped you pass an exam but not become a chemist, following a recipe without knowing its rationale can be a sub-optimal way of learning how to cook. - -Exhaustively tested and researched, and with a curious and engaging approach to food, Krish Ashok puts together the one book the Indian kitchen definitely needs, proving along the way that your grandmother was right all along.",,video|https://www.youtube.com/watch?v=s6-NqgCwDfY;book|https://www.goodreads.com/book/show/54968807-masala-lab,cooking,,,,,,oer -9903a695-f81b-4074-91a0-cbef1c42cf39,Teaching symmetry in the introductory physics curriculum,"Modern physics is largely defined by fundamental symmetry principles and Noether’s theorem. Yet these are not taught, or rarely mentioned, to beginning students, thus missing an opportunity to reveal that the subject of physics is as lively and contemporary as molecular biology, and as beautiful as the arts. We prescribe a symmetry module, of a week’s length, to insert into the curriculum.",,research_paper|https://aapt.scitation.org/doi/abs/10.1119/1.1321816,noethers-theorem;physics,,,,,, -44dcec42-25d5-48e5-b71c-0161b2c59e6a,Symmetries and conservation laws: Consequences of Noether's theorem,,,article|http://eftaylor.com/pub/symmetry.html,noethers-theorem,,,,,, -b418a68f-50eb-48fa-b740-1cd3341723f7,Conceptual Physics - Home,,,website|http://www.conceptualphysics.com/,physics,,,,,, -e80e2615-dffb-4d8e-9ffc-b1b1b2be42e9,Welcome to the DAFX Conference Web Page,,,conference|http://dafx.de/,digital-audio-effects,,,,,, -a2261fe7-8360-49d8-bd27-151cf85d5552,International Fause Conference 2018,,,conference|http://www.ifc18.uni-mainz.de/,digital-audio-effects,,,,,, -17a1a072-ff84-44f9-92c9-9a81c840f6cd,Bitcoin and Blockchain Explained | Data Driven Investor,,,article|https://medium.com/datadriveninvestor/geek-kid-explains-bitcoin-a61fe84d7be9,blockchain;cryptocurrency,,,,,,oer -12acf5d9-17d7-4ea0-b75f-dd986cd5f3c9,Neural Network fundamentals. This post address fundamentals of… | by qwertpi | Data Driven Investor | Medium,,,article|https://medium.com/datadriveninvestor/neural-network-fundamentals-1956a3000c24,neural-networks;machine-learning,,,,,,oer -6d82d8f7-4391-47a7-b812-731494cce9c4,What is a Convolutional Neural Network? | by qwertpi | Data Driven Investor | Medium,,,article|https://medium.com/datadriveninvestor/what-is-a-convolutional-neural-network-81c3bffa863e,neural-networks;image-processing,,,,,,oer -656b7b03-4a95-419e-9558-9cd7bbc24cd0,Neural Networks in Practise | Data Driven Investor,,,article|https://medium.com/datadriveninvestor/making-your-first-neural-network-part-1-a683b80b93e3,neural-networks;machine-learning,,,,,,oer -c5619552-14d0-49b5-90de-e7e93221397d,Geography Now,,,video|https://www.youtube.com/channel/UCmmPgObSUPw1HL2lq6H4ffA,geography,,,,,,oer -868ccbdf-d16d-46fb-8ba9-15cc8fd25cbb,3Blue1Brown,,,video|https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw,mathematics,,,,,,oer -0b14ef45-0fbe-4096-a7e7-84ce7b141560,MindYourDecisions,,,video|https://www.youtube.com/channel/UCHnj59g7jezwTy5GeL8EA_g,mathematics,,,,,,oer -0f6bdc20-490b-4893-b01a-59bf0523e7e6,Zach Star,,,video|https://www.youtube.com/channel/UCpCSAcbqs-sjEVfk_hMfY9w,mathematics,,,,,,oer -98116070-e482-4f29-a02a-1168d7f9ef9e,Blood and Soil in Narendra Modi’s India | The New Yorker,,,article|https://www.newyorker.com/magazine/2019/12/09/blood-and-soil-in-narendra-modis-india,politics,,,,,, -ec99bc0a-e4c1-4840-9fdc-6321e0410b2b,"GitHub - lettier/3d-game-shaders-for-beginners: 🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.",,,book|https://github.com/lettier/3d-game-shaders-for-beginners,3d-graphics;graphic-design,,,,,,oer -ab394889-1d3b-41b8-bca1-bdbc96469f67,Ethical Hacking Course in Chennai | Ethical Hacking Training,,,website|https://www.fita.in/ethical-hacking-course-in-chennai/,education;training,,,,,, -994f123a-6001-4424-9454-adcff6b7c459,Ethical Hacking Online Course | Ethical Hacking Certification Training | FITA Academy,,,webmeet|https://www.fita.in/ethical-hacking-course/,education;technology,,,,,, -d97eabdc-6c45-4ee7-ba2a-7417c7438d67,National Education Policy 2020,,,article|https://ncert.nic.in/pdf/nep//NEP_2020.pdf,nations/india/education,,,,,, -9096f7ec-a1ea-4ea1-a2c1-9a5c11736d0c,Why Gravity is NOT a force,,,video|https://www.youtube.com/watch?v=XRr1kaXKBsU,gravity,,,,,,oer -b2a8bd2b-3981-49b5-8e97-44c3dffa5228,Infinite Powers,,https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1562985482l/40796176._SY475_.jpg,book|https://www.goodreads.com/book/show/40796176-infinite-powers;video|https://www.youtube.com/watch?v=1r6893ga_So,calculus,,,beginner,,,oer -79b9a088-a39f-44ea-bb4c-0a714b39071d,3030 STEM : An IIT Gandhinagar and CBSE initiative,"In line with NEP 2020 (New Education Policy), CBSE is launching 30-30 STEM, an online program focusing on basic conceptual understanding and critical thinking of Math/Science. The aim of the program is to Unlock the hidden mysteries, beauty and magic of Science/Math that is all around us and the content will be interesting for all Teachers, Parents and Students of all discipline and of any age. - -The program will consist of 30, 1-hour online sessions on Sundays, bringing out the joy and inherent beauty in the curriculum. The first session was broadcast on 16th August (4 to 5 PM), first Sunday after Independence Day. Revised Schedule: New sessions will be broadcast each Sunday 2:30 pm to 3:30 pm. - -Facilitators are: The Center for Creative Learning, Indian Institute of Technology, Gandhinagar in collaboration with Indian Institute of Science Education and Research, Pune - -1 hour Live sessions on IITGN CCL YouTube Channel, Sunday 2:30-3:30 PM - -Youtube Channel: https://www.youtube.com/iitgncli - -Sessions will be available on YouTube for later viewing. Live viewing is encouraged to be part of an interactive question answer - -Homework Submission on Google form -For any comment, feel free to write to us at 3030stem@gmail.com - - -Previous Episodes - -0: Come Fall in Love with Math -1: The Adventures of A4 Sheet | काग़ज़ पे चर्चा -2: Finding your Lung Capacity | फेफड़ों पर चर्चा -3: The Wonder of Calendar | कैलेंडर पर चर्चा -4: The Science of Stars, Earth, and Moon | धरती पर दिन रात की चर्चा -5: Computational Thinking | कम्प्यूटर की गणित -6: What is a Machine? | मशीन पे चर्चा -7: Math in Vegetables | सब्ज़ियों में गणित -8: Language of Science and Math | गणित और विज्ञान की भाषा -9: The Science of Vision | दृष्टि और दृष्टिकोण -",,course|http://ccl.iitgn.ac.in.s3-website.ap-south-1.amazonaws.com/,science;mathematics,,,beginner,,, -57890114-0bde-4128-bd20-4e25b7aed269,https://www.amazon.com/Complexity-Guided-Tour-Melanie-Mitchell/dp/0199798109,,,book|https://www.amazon.com/Complexity-Guided-Tour-Melanie-Mitchell/dp/0199798109,complexity-science,,,beginner,,, -6d084d3f-935e-4319-a526-bd9be97d9b31,Bootstrapping vs Funding - a tax arbitrage – Zerodha,,,article|https://zerodha.com/z-connect/rainmatter/bootstrapping-vs-funding-a-tax-arbitrage,economics;startups,,,beginner,,, -80cfebb9-6b44-46ac-8df0-f39e079b4b19,Gravity Is Not A Force,,,interactive|https://timhutton.github.io/GravityIsNotAForce/,general-relativity,,,intermediate,,,oer -b00d7931-e4cd-4b5f-8f31-d436bb49a595,Note Taking Basics - Fiction and Novels,,,video|https://www.youtube.com/watch?v=P9gb3SnvXKU,reading,,,intermediate,,,oer -8a3b849f-4d02-4548-af7a-437ab5914c7f,Finding A Voice As A Writer - And Texting,,,video|https://www.youtube.com/watch?v=A0YL5yYic-Y,writing;fiction,,,intermediate,,,oer -8ca6d88e-b797-44f8-acac-d6dffdb95a9e,Get Together: How to build a community with your people,By Bailey Richardson,,book|https://www.amazon.in/Get-Together-build-community-people/dp/1732265194,communities,,,,,, -1645e5d0-8fab-4689-9e34-e68a21f0c94c,Caterina Fake on Masters of Scale with Reid Hoffman,,,audio|https://mastersofscale.com/caterina-fake-build-a-more-human-internet/,communities,,,,,, -1f673709-8006-427b-8580-b7ca53cad054,A Visual Guide to Version Control – BetterExplained,,,article|https://betterexplained.com/articles/a-visual-guide-to-version-control/,version-control,,,beginner,,, -7abb4d1d-812d-460c-969d-faec8bd14a9a,Free Montessori resources - The Montessori Notebook,,,article|https://www.themontessorinotebook.com/free-resources/,parenting;education,,,intermediate,,, -7babf5c7-34b8-43b3-a8c9-4bbcfaa3bad6,Solving a Handshaking Problem using Recursion - Cantor’s Paradise - Medium,,,article|https://medium.com/cantors-paradise/solving-a-handshaking-problem-using-recursion-650b1df31d57,combinatorics,,,,,,oer -6861d9ba-74ad-49bc-9dd0-aabcb76b1993,Cofee: Cherries to the cup and waste,,,image|https://www.reddit.com/r/dataisbeautiful/comments/7ez9lh/oc_crop_to_cup_i_grew_coffee_and_drank_it_made/?utm_content=bufferd3f89&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer,coffee,,,,,,oer -be006e0f-31a0-4174-aae8-6c01c4acf0c2,P4P: A Graphical Introduction to Lattices,,,article|http://philosophyforprogrammers.blogspot.com/2013/06/a-graphical-introduction-to-lattices.html,abstract-algebra,,,,,, -3055a22b-741d-4bfe-a145-625cab32927c,GitHub - photonlines/Intuitive-Guide-to-Maxwells-Equations: An intuitive and visual guide to understanding Maxwell's equations.,,,article|https://github.com/photonlines/Intuitive-Guide-to-Maxwells-Equations,electromagnetism,,,,,,oer -c9571d6d-48fa-442f-af2c-115e50af9c4e,"TheCodex - Online, Engaging and Fun Programming Courses",,,course|https://thecodex.me/courses/python-selenium,programming-languages/python,,,,,, -c3445fc0-fd68-4a78-a386-f6d30a6337df,Tiago Forte on EdTech Landscape,,,thread|https://twitter.com/fortelabs/status/1278778976740143105,edtech,,,,,, -1104fd25-b11d-47c5-99c8-e9a88949ceb9,Sumaze,,,app|https://sumaze.mei.org.uk/,mathematics,,,,,, -171af75a-2dde-4ee4-a482-0269bd65abb7,"Interactive Periodic Table of the Elements, in Pictures and Words",,,interactive|https://elements.wlonk.com/ElementsTable.htm,periodic-table;chemistry,,,,,, -1b26341c-dc57-4dda-a175-81876b5fe706,The laser show in a soap bubble,,,video|https://www.youtube.com/watch?v=UNCNp1tBqKY,optics,,,,,,oer -41ff6f0b-c58d-4df3-b012-2a9702c658a1,Project Origami,,,book|https://www.goodreads.com/book/show/822972.Project_Origami,origami,,,,,, -c8c67d5a-f448-4e29-b0a6-06cd83e85b62,Collabovid,,,research_paper|https://www.collabovid.org/,coronavirus,,,,,, -4d84a6ad-574f-449c-ace3-50e83871d433,The million dollar equation (Navier-Stokes equations),,,video|https://www.youtube.com/watch?v=Ra7aQlenTb8,fluid-dynamics,,,,,,oer -d80ae934-1173-4b7d-a6f0-ab17acea14dd,The war of art summary | Best Book Summaries,,,book|https://www.bestbooksummaries.com/the-war-of-art-summary/,books;books-to-buy,,,,,, -d98b8a66-8282-40cc-b30a-0ad902be90e5,18.S191 Introduction to Computational Thinking,,,course|https://mitmath.github.io/18S191/Fall20/,computational-thinking;programming-languages/julia,,,,,,oer -12da0fc3-43d8-4f80-8a29-464cb645e4f0,Archy.sh,,,app|https://archy.sh,languages/chinese;nations/china,,,,,, -0d7ace13-5fe5-41f7-8e24-d3098b4be969,Mathematics Through Paper Folding,,,book|https://www.goodreads.com/book/show/10344720-mathematics-through-paper-folding,mathematics;origami,,,,,, -525e7add-dd34-41ad-a7a3-a83dc3d42d9f,Godot Engine - Free and open source 2D and 3D game engine,,,app|https://godotengine.org/,game-development;gaming,,,,,, -026d10fc-693b-4484-a065-f967200b1032,30+ Things to Do with a Hundred Chart – Denise Gaskins' Let's Play Math,,,article|https://denisegaskins.com/2008/09/22/things-to-do-hundred-chart/,mathematics;games,,,,,, -c909a0a9-02f4-4136-95c5-cd28f83deb12,https://fincues.com,,,app|https://fincues.com,finance,,,,,, -ebc05d9a-0378-4332-9a47-f551c9a30a58,Data Science Course in Hyderabad | Data Scientist Training in Hyderabad - 360DigiTMG,,,course|https://360digitmg.com/data-science-course-training-in-hyderabad,classroom-management;analytical-chemistry,,,,,, -291f8a05-0655-45b3-a203-080773004191,Data Analytics Course in Hyderabad | Best Data Analytics Training in Hyderabad,,,course|https://360digitmg.com/data-analytics-certification-training-course-in-hyderabad,online-courses;analysis,,,,,, -093a368c-f3d8-4b4c-94ec-cb56a82e5606,Solve problems like a mindful developer,,,video|https://www.youtube.com/watch?v=fL5oVdw9WZQ,problem-solving;programming,,,,,,oer -009aea75-8e0c-4e2d-ac2b-1be7590d3de3,Data Science Course Online - Data Science Training and Certification,,,course|https://intellipaat.com/data-scientist-course-training/,data-science,,,,,, -a7210ec0-f16b-4775-9b5d-24be0237067d,https://skillsion.com/jira-training,,,article|https://skillsion.com/jira-training,ab-testing,,,,,, -22453e90-93e3-48ef-955a-336b939b4624,Microsoft Math Solver - Math Problem Solver & Calculator,,,app|https://math.microsoft.com/en,mathematics;algebra,,,,,, -947056c0-81c9-45f0-97c2-34e4899e4205,HyperPhysics Concepts,,,article|http://hyperphysics.phy-astr.gsu.edu/hbase/index.html,physics,,,,,,oer -af5fc7e7-fd08-4f8d-b331-929dd88e782b,The Monk Who Sold His Ferrari Summary - Robin Sharma,,,book|https://www.businessinsane.com/2020/07/the-monk-who-sold-his-ferrari-summary.html,book-cart;book-club,,,,,, -ecb7a13e-ecab-4d32-9178-9eae75024886,7 Python Projects for Beginners in 2020 | Favtutor,,,article|https://favtutor.com/blog-details/7-Python-Projects-For-Beginners,programming-languages/python;education,,,,,,oer -ab70364e-2cf3-4ecd-b93c-e18f7dd3129f,Mathcha - Online Math Editor,,,interactive|https://www.mathcha.io/,mathematics;academics,,,,,, -1022bdbe-b7a8-4f20-b7d5-8b558bfa3a9b,Spaced Repetition for Efficient Learning · Gwern.net,,,article|https://www.gwern.net/Spaced-repetition,spaced-repetition,,,,,, -399837ca-19ff-483a-94b6-46fe3834ed0d,Fun With Puzzles,,,website|https://www.funwithpuzzles.com/,mathematics;games,,,,,, -063efe91-1043-4dfb-847d-73f3b4c415ca,Open Middle® - Challenging math problems worth solving,,,website|https://www.openmiddle.com/,mathematics;algebra,,,,,, -731a5706-099b-4b96-ba97-be17721fbe05,"TheCodex - Online, Engaging and Fun Programming Courses",,,project|https://thecodex.me/projects/sentiment-analysis-of-stock-news-python,computer-science;programming-languages/python,,,,,, -731761fb-fda6-4b6f-b464-51289baf4615,Crash Course - Economics,,,course|https://thecrashcourse.com/courses/economics,macroeconomics;microeconomics;economics,,,,,, -b322699f-8b01-48e0-8b8f-a0a7e8b20cde,"JuliaCon 2020, Everywhere on Earth",,,webconf|https://juliacon.org/2020/,programming-languages/julia,,,,,, -5e918464-69f8-4fe2-a684-5f8a3d06f59b,Artificial Intelligence,,,summary|https://henrikwarne.com/2020/05/19/artificial-intelligence-a-guide-for-thinking-humans/;book|https://www.goodreads.com/book/show/43565360-artificial-intelligence,artificial-intelligence,,,,,, -9ec57f19-8816-45de-9b5a-40b03f832c2d,CREATE. INNOVATE. PROTECT. ON QUANTUM. | Quantum,,,app|https://www.quantum.com,quantum-computing;quantitative-finance,,,,,, -866c4f9c-9599-4bbf-bf8e-2124866c8ed2,TypeScript: Typed JavaScript at Any Scale.,,,website|https://www.typescriptlang.org/,programming-languages/typescript,,,,,, -7754fddc-3a73-43e6-88b0-8340bc086cd1,Anno's Magic Seeds,,,book|https://www.goodreads.com/book/show/241086.Anno_s_Magic_Seeds,mathematics;stories,,,,,, -b9442f08-dc21-49ab-ad67-49db319516c0,The Rupee Tales - Financial education books for children by Zerodha,,,article|https://www.rupeetales.com/,finance,,,childlike,,, -2076de1e-4c4c-470e-982d-e657d96f39be,What Do We Do All Day | Books and Activities for Kids,,,website|https://www.whatdowedoallday.com/,mathematics;games,,,,,, -abec9218-708c-4e9d-ba1f-7e9fe704eb4e,Best Way to Learn Python (2020 Step-by-Step Guide) - Afternerd,,,article|https://www.afternerd.com/blog/learn-python/,programming-languages/python;programming,,,,,5.0, -2481b22b-aa4b-49cf-883f-90ea5d49e29f,Kannada TV,,,video|https://www.youtube.com/channel/UCirKrUfKVP2ebtwEWCObTbw,languages/kannada,,,,,,oer -2abb8918-78c5-457d-a2d5-542685fa7f5d,We Become What We Behold by Nicky Case!,,,game|https://ncase.itch.io/wbwwb,media;mindset,,,,,, -b3df488f-0895-446f-904c-0ea7b1f25598,explainshell.com - match command-line arguments to their help text,,,interactive|https://explainshell.com/,command-line,,,,,, -3f84f337-5617-4cf3-b932-734ea780c544,Topology: A Categorical Approach,,,book|https://topology.pubpub.org/,topology;category-theory,,,,,, -c3749180-c59f-470e-b337-6dcfe5fee438,Seven Sketches in Compositionality,,,book|http://math.mit.edu/~dspivak/teaching/sp18/,category-theory,,,,,, -e6f2c701-bd54-47bb-af2f-32c84d4749f7,[1612.09375] Basic Category Theory,,,book|https://arxiv.org/abs/1612.09375,category-theory,,,,,, -931345bf-050a-47db-9052-a2a9e54698c5,QuantumMechanicsWeinberg,,,article|http://quantum.phys.unm.edu/466-17/QuantumMechanicsWeinberg.pdf,quantum-mechanics,,,,,,oer -0e9b1372-6fee-4811-be0c-d0b16749aa0a,How The Internet Works - Ben Eater,,,video|https://eater.net/inet,internet,,,,,, -327b32bc-d480-40aa-86a8-99c8b50d9cc9,https://www.reddit.com/r/learnmachinelearning/wiki/index,,,wiki|https://www.reddit.com/r/learnmachinelearning/wiki/index,machine-learning;computer-science,,,,,,oer -25ccd3d7-7f19-41ec-8416-ec70160c1741,Willpower Doesn't Work Summary - Four Minute Books,,,summary|https://fourminutebooks.com/willpower-doesnt-work-summary/,psychology;personal-development,,,,,, -eab3d7e5-d7ff-4530-9959-261b0b43b5e8,Spoken English Course Online | Spoken English Online Certification Training | FITA Academy,,,website|https://www.fita.in/spoken-english-classes/,education;writing,,,,,, -5327b2ac-f903-42bf-9f60-685276bfdeb6,Spoken English Classes in Chennai | Spoken English in Chennai,,,learning_plan|https://www.fita.in/spoken-english-classes-in-chennai/,education,,,,,, -d6f7f679-d291-43e5-8764-423b58fc81ae,Math Games | Math Playground | Fun for Kids,,,website|https://www.mathplayground.com/,mathematics;play,,,,,, -c4602e0e-d53b-4901-b3cc-472f1156f1c4,Complex features made easy with RxJS,,,app|https://www.youtube.com/watch?v=B-nFj2o03i8,web-development;software-engineering,,,,,,oer -ea8e7a64-0419-48ac-874e-f2e4ac00f270,The introduction to Reactive Programming you've been missing · GitHub,,,article|https://gist.github.com/staltz/868e7e9bc2a7b8c1f754,web-development,,,,,,oer -033fee6f-8ae9-46bb-9b98-66f6f7b2bd80,Spoken English Classes in Bangalore | English Speaking Course in Bangalore,,,website|https://www.fita.in/spoken-english-classes-in-bangalore/,education,,,,,, -4dfe30b6-0ee0-486f-b5a0-ed5a1d186062,"The Neural Network, A Visual Introduction | Visualizing Deep Learning, Chapter 1",,,video|https://www.youtube.com/watch?v=UOvPeC8WOt8,neural-network,,,,,,oer -f1ee7ed3-43ee-4a38-8c5d-4838251a3125,BookOfProof,,,book|http://www.people.vcu.edu/~rhammack/BookOfProof/BookOfProof.pdf,set-theory,,,,,, -596900e2-676e-40a7-ac0b-8199c9739c79,Lewis Carroll Resources: The Game of Logic,,,interactive|https://lewiscarrollresources.net/gameoflogic/demonstrator.html,logic,,,,,, -379b7c2d-b074-4a83-854c-42c6fe0c3c16,Introduction to the Modeling and Analysis of Complex Systems - SUNY Open Textbooks OER Services,,,book|http://textbooks.opensuny.org/introduction-to-the-modeling-and-analysis-of-complex-systems/,complex-systems,,,,,, -1f6fabc8-df53-44cf-9146-a212df0affb8,Chemistry in the Kitchen - and why your microwave is a handy device,,,video|https://www.youtube.com/watch?v=ZwjmSJ4eaD0,cooking;food-chemistry,,,,,,oer -20756468-1f74-432f-918f-e26fb5b7cac5,The Crowdsourced Guide to Learning - FutureLearn,,,article|https://www.futurelearn.com/learning-guide,learning,,,,,, -72c4b2b6-80e4-4cde-930d-e76ef6447150,Music and Computers,,,book|http://musicandcomputersbook.com/,digital-audio-effects,,,,,, -0958bf54-4f2b-4219-a592-95c47a541962,Python’s super() considered super! | Deep Thoughts by Raymond Hettinger,,,article|https://rhettinger.wordpress.com/2011/05/26/super-considered-super/,programming-languages/python,,,,,, -fbd6197d-9177-4ae1-9965-56ff2611e62b,Alar (ಅಲರ್). Kannada - English dictionary. ಕನ್ನಡ-ಇಂಗ್ಲಿಷ್ ನಿಘಂಟು.,,,app|https://alar.ink/,languages/kannada,,,,,, -b7a344de-9a17-4f20-b992-c89b49199997,OverSimplified,,,video|https://www.youtube.com/channel/UCNIuvl7V8zACPpTmmNIqP2A,history,,,,,,oer -1b38fc6e-b374-43b4-ae79-09dd776f2e31,The First Open GPT-3 Demo Day,,,video|https://www.youtube.com/watch?v=WJnjX-O3WbE,gpt3,,,,,,oer -ece299bf-39be-4267-96eb-f9a452b51eda,fig2 phy en cross section,,,image|https://www.nobelprize.org/uploads/2020/10/fig2-phy-en-cross-section.pdf,black-holes,,,,,, -53add620-cca5-4124-8c14-82e52384bf5c,Oracle Training in Chennai | Oracle Course in Chennai,,,website|https://www.fita.in/oracle-training-in-chennai/,advertising;academics,,,,,, -773bf983-6137-4bb9-95e5-0fe9986f929c,The infinite pattern that never repeats - Veritasium,,,video|https://www.youtube.com/watch?v=48sCx-wBs34,penrose-tiling,,,,,,oer -69f8ee46-73d8-4308-8dc1-8549cd35572f,"John Collison – Growing the Internet Economy – [Invest Like the Best, EP.178]",,,audio|http://investorfieldguide.com/collison/,internet;economics,,,,,, -725b9a8d-ff3b-4a91-96ab-38a23cc4da53,Indian Polity,,,book|https://www.goodreads.com/book/show/51526392-indian-polity---for-civil-services-and-other-state-examinations-6th-ed,nations/india,,,,,, -56c9077e-bcb2-41c0-b60b-f16e63cbf0dc,Origamite - Origami Video Instructions,,,video|https://www.youtube.com/channel/UCqxcvRormZtoQImNfIDiHcw,origami,,,,,,oer -ba7280b8-b6bd-424b-b536-f6920bdbf5ed,Flow Book Summary- 5 lessons to create happiness,,,book|https://www.bestbooksummaries.com/flow-book-summary/,books;books-reading,,,,,, -1da70273-03fe-474d-89a4-fc8c0335d838,Quantitative Reasoning | Macaw Books,,,website|http://www.macawbooks.com/category/macaw-education/quantitative-reasoning,mathematics;practical,,,,,, -0174b7a5-af9a-4224-8dd7-8e1d70d22b71,40 Children’s Books That Foster a Love of Math | Development and Research in Early Math Education,,,website|https://dreme.stanford.edu/news/children-s-books-foster-love-math,mathematics;stories,,,,,, -037a8758-5650-49a8-9f99-623c128145d3,100 Square Jigsaw,,,article|https://nrich.maths.org/5572,mathematics;games,,,,,, -7fad12a7-b522-42f5-a22c-ed482256fa6f,"Bell Labs' Henry Feinberg Demonstrates Ways of Using Light to Transmit Sound Waves, 1978",,,video|https://www.youtube.com/watch?v=gf2J3HTYUHE,telecommunication;optics,,,,,,oer -9421183a-e0b0-4c24-baa2-cb04ac049236,Graphing Stories - 15 seconds at a time,,,website|http://www.graphingstories.com/,mathematics;graph-theory,,,,,, -36f63fce-2a61-4405-9a21-d52c5ea8f181,Interactivate: Function Machine,,,interactive|http://www.shodor.org/interactivate/activities/FunctionMachine/,mathematics;algebra,,,,,, -8f90dddb-bac4-4864-8970-8bd5cfa2ed41,How To Become A Web Developer — Everything You Need To Know - The Global Delta,,,interactive|https://theglobaldelta.blogspot.com/2020/08/how-to-become-web-developer-everything.html,mathematical-biology;3d-modeling,,,,,, -385a4c29-469a-4d93-a1c0-5fc04d74343b,Symmetry Groups and Wallpapers – Transformations and Symmetry – Mathigon,,,interactive|https://mathigon.org/course/transformations/symmetry-groups,group-theory;symmetry,,,,,, -ea4dec2d-c6c4-4da6-96db-19f56f3e5c4c,Curriculum Guide | Riot Games,,,learning_plan|https://www.riotgames.com/en/urf-academy/curriculum-guide,game-design,,,,,, -173e2129-af62-485b-adab-e696b0920044,Group theory,,,video|http://www.youtube.com/playlist?list=PLAvgI3H-gclb_Xy7eTIXkkKt3KlV6gk9_,group-theory,,,,,,oer -139fd7af-45e5-4f0e-926e-777fcf22bf72,RxJS,,,article|https://rxjs-dev.firebaseapp.com/operator-decision-tree,web-development,,,,,, -f6afa3c9-ede5-4aa6-bcb3-270d9b5581cb,Ancient Earth globe,,,interactive|https://dinosaurpictures.org/ancient-earth,geography;earth,,,,,, -ca144056-73ef-4296-9657-f5f6f1d26579,"Structure and Interpretation -of Computer Programs",,,book|https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/book.html,programming,,,,,, -5a0662f1-8c4e-48f0-9580-fa9c5a99d8bf,How to Design Programs,,,book|https://htdp.org/,programming,,,,,, -22dcdf48-33c6-4c5d-ae6c-441a4051aa21,Who gets a COVID vaccine first? Access plans are taking shape,,,article|https://www.nature.com/articles/d41586-020-02684-9,bioethics,,,,,, -79d29e6c-7565-484b-b012-3f3f6d7dc49e,Keeping It 101: The Podcast,,,audio|https://keepingit101.com,religion;academia,,,,,, -527cdae4-40c3-4b57-ba5c-e60cf7679da3,Universe in a Nutshell App – in a nutshell – kurzgesagt,,,app|https://shop-us.kurzgesagt.org/products/universe-in-a-nutshell-app,science,,,,,, -35224f8b-6f69-4cfb-9435-7fbacd844baf,Implementing complex UI with Flutter - Marcin Szałek | Flutter Europe,,,video|https://www.youtube.com/watch?v=FCyoHclCqc8,software-tools/flutter,,,,,,oer -7faa6d63-2819-48dd-bc19-4d32df4d4f3f,"ഓളം ഇംഗ്ലീഷ്-മലയാളം നിഘണ്ടു – Olam, English - Malayalam Dictionary",,,app|https://olam.in/,languages/malayalam,,,,,, -8bba712f-3f98-4019-b0e7-3160670d9a32,Project List,,,project|https://fossunited.org/hackathon/2020/projects,code,,,,,, -d07f8fb6-6518-4224-b264-4fcc415b14c8,Architecture Patterns with Python,,,book|https://www.goodreads.com/book/show/50083115-architecture-patterns-with-python,programming-languages/python,,,,,, -a3499b9e-5413-4ccd-9949-8e424f390a8c,NCERT Math syllabus: Grade 1 to 5,"Make sure to read the ""General Points for Textbook Writers"" in the linked doc because that explains the philosophy of why this syllabus is designed this way and how it should be executed. For example, they've taken a thumb rule o 140 classes o 30-40 minutes each per year. They also say that sequencing of concepts should not be linear, but spiral. They also emphasise the need for students to articulate their reason which is an important aspect of meta-cognition which is known to be crucial for effective learning. - -# Grade 1 - -## Geometry (10 hrs.) - -**SHAPES & SPATIAL UNDERSTANDING** - -• Develops and uses vocabulary of spatial relationship(Top, Bottom, On, Under, Inside, Outside, Above, Below, Near, Far, Before, After) - -**SOLIDS AROUND US** - -• Collects objects from the surroundings having different sizes and shapes like pebbles, boxes, balls, cones, pipes etc. - -• Sorts, Classifies and describes the objects on the basis of shapes, and other observable properties. - -• Observes and describes the way shapes affect movements like rolling and sliding. - -• Sorts 2-D shapes such as flat objects made of card etc. - -## Numbers (46 hrs.) - -**DEVELOPING A SENSE OF NUMBERNESS, COUNTING AND OPERATIONS OF NUMBERS 1 - 9 AND ZERO** - -• Observes object and makes collections of objects. - -• Arranges the collection of objects in order by - – Matching and - – One to one correspondence - -• Counts the number of objects in a collection. - -• Makes collection of objects corresponding to a specificnumber. - -• Recognises and speaks numbers from 1 to 9. - -• Uses numbers from 1 to 9 in counting and comparison. (Real objects and repeated events like clapping to be used for counting) - -• Reads and writes numerals from 1 to 9. - -• Adds and subtracts using real objects and pictures. - -• Adds and subtracts the numbers using symbols ‘+’and ‘-’. - -• Approaches zero through the subtraction pattern (suchas 3 – 1 = 2, 3 – 2 = 1, 3 – 3 = 0). - -**NUMBERS FROM (10 - 20)** - -• Forms Number sequence from 10 to 20. - -• Counts objects using these numbers. - -• Groups objects into a group of 10s and single objects. - -• Develops the vocabulary of group of ‘tens’ and ‘ones’. - -• Shows the group of tens and ones by drawing. - -• Counts the number of tens and ones in a given number. - -• Writes the numerals for eleven to nineteen. - -• Writes numerals for ten and twenty. - -• Compares numbers upto 20. - -**ADDITION AND SUBTRACTION (UPTO 20)** - -• Adds and subtracts numbers upto 20. - -**NUMBERS FROM 21 - 99** - -• Writes numerals for Twenty-one to Ninety nine.·Groups objects into tens and ones. - -• Draws representation for groups of ten and ones. - -• Groups a number orally into tens and ones - -**MENTAL ARITHMETIC** - -• Adds two single digit numbers mentally. - -## Money (3 hrs.) - -• Identifies common currency notes and coins. - -• Puts together small amounts of money. - -## Measurement (13 hrs.) - -**LENGTH** - -• Distinguishes between near, far, thin, thick, longer/taller,shorter, high, low. - -• Seriates objects by comparing their length - -• Measures short lengths in terms of non-uniform units(in the context of games e.g. ‘Gilli Danda’ and ‘marble-games’). - -• Estimates distance and length, and verifies using non-uniform units (e.g. hand span etc.) - -**WEIGHT** - -• Compares between heavy and light objects. - -**TIME** - -• Distinguishes between events occurring in time using terms -earlier and later. - -• Gets the qualitative feel of long & short duration, of school days v/s holidays. - -• Narrates the sequence of events in a day. - -## Data Handling (6 hrs.) - -• Collects, represents and interprets simple data such as measuring the arm length or circumference of the head using a paper strip - -## Patterns (10 hrs. ) - -• Describes sequences of simple patterns found in shapes in the surroundings and in numbers, e.g. stamping activity using fingers and thumb. - -• Completes a given sequence of simple patterns found in shapes in the surroundings and in numbers. - - -# Grade 2 - -## Geometry (13 hrs.) - -**SHAPES & SPATIAL UNDERSTANDING** -3-D and 2-D Shapes - -• Observes objects in the environment and gets aqualitative feel for their geometrical attributes.• Identifies the basic 3-D shapes such as cuboid, cylinder,cone, sphere by their names. - -• Traces the 2-D outlines of 3-D objects. - -• Observes and identifies these 2-D shapes. - -• Identifies 2-D shapes viz., rectangle, square, triangle,circle by their names. - -• Describes intuitively the properties of these 2-D shapes. - -• Identifies and makes straight lines by folding, straight edged objects, stretched strings and draws free handand with a ruler. - -• Draws horizontal, vertical and slant lines (free hand). - -• Distinguishes between straight and curved lines. - -• Identifies objects by observing their shadows. - -## Numbers (46 hrs.) - -• Reads and writes numerals for numbers up to ninety-nine. - -• Expands a number with respect to place values. - -• Counts and regroups objects into tens and ones. - -• Uses the concept of place value in the comparison ofnumbers. - -• Counts in various ways:–Starting from any number.–Group counting etc. - -• Arranges numbers upto hundred in ascending and descending order. - -• Forms the greatest and the smallest two digit numbers with and without repetition of given digits. - -• Indicates and identifies the position of an object in aline. - -**ADDITION AND SUBTRACTION** - -• Adds and subtracts two digit numbers by drawing representations of tens and ones without and with regrouping. - -• Adds zero to a number and subtracts zero from anumber. - -• Observes the commutative property of addition through patterns. - -• Solves addition, subtraction problems presented through pictures and verbal description. - -• Describes orally the situations that correspond to the given addition and subtraction facts. - -• Estimates the result of addition and subtraction and compares the result with another given number. - -**PREPARATION FOR MULTIPLICATION AND DIVISION** - -• Discussion of situations involving repeated addition and situations involving equal sharing. - -• Activities of making equal groups. - -**MENTAL ARITHMETIC** - -• Adds and subtracts single digit numbers mentally. - -• Adds and subtracts multiples of ten mentally - -## Money (3 hrs.) - -• Identifies currency - notes and coins. - -• Puts together amounts of money not exceedingRs 50/-. - -• Adds and subtracts small amounts of money mentally. - -• Transacts an amount using 3-4 notes. - -## Measurement (13 hrs.) - -**LENGTH** - -• Measures lengths & distances along short & long paths using uniform (non-standard) units, extends to longer lengths. - -**WEIGHT** - -• Compares two or more objects by their weight. - -• Appreciates the need for a simple balance. - -• Compares weights of given objects using simple balance. - -**CAPACITY (VOLUME)** - -• Compares and orders containers in terms of internal volume(capacity). - -• Orders given containers as per their capacities on the basis of perception & verifies by pouring out etc. - -**TIME** - -• Gets familiar with the days of the week and months of the year. - -• Gets a feel for sequence of seasons (varying locally). - -• Sequences the events occurring over longer periods in terms of dates/days. - -## Data Handling (6 hrs.) - -• Collects data through measurement. - -• Represents the data followed by discussion (e.g. heightsof children). - -• Collects and presents the data on birthdays. - -• Draws inferences from the data at the appropriate level. - -## Patterns (10 hrs.) - -• Observes and extends patterns in sequence of shapes and numbers. - -• Searches for patterns in different ways of splitting anumber. - -• Creates block patterns by stamping thumbprints, leafprints, vegetable prints, etc. - -• Creates patterns of regular shapes by stamping. - -# Grade 3 -## Geometry (16 hrs.) - -**SHAPES & SPATIAL UNDERSTANDING** - -• Creates shapes through paperfolding, paper cutting. - -• Identifies 2-D shapes - -• Describes the various 2-D shapes by counting their sides, corners and diagonals. - -• Makes shapes on the dot-grid using straight lines and curves. - -• Creates shapes using tangram pieces. - -• Matches the properties of two 2-D shapes by observing their sides and corners (vertices). - -• Tiles a given region using a tile of a given shape. - -• Distinguishes between shapes that tile and that do not tile. - -• Intuitive idea of a map. Reads simple maps (not necessarily scaled) - -• Draws some 3D-objects. - -## Numbers (42 hrs.) - -**NUMBER SEQUENCE UP TO 1000** - -• Reads and writes 3-digit numbers. - -• Expands a number w.r.t. place values. - -• Counts in different ways - starting from any number - -• Compares numbers. - -• Forms greatest and smallest numbers using given digits. - -**ADDITION AND SUBTRACTION** - -• Adds and subtracts numbers by writing them vertically in the following two cases: - -– without regrouping. - -– with regrouping. - -• Uses the place value in standard algorithm of addition and subtraction. - -• Solves addition and subtraction problems in different situations presented through pictures and stories. - -• Frames problems for addition and subtraction facts. - -•Estimates the sum of, and difference between, two given numbers. - -**MULTIPLICATION** - -• Explains the meaning ofmultiplication (as repeated addition). - -• Identifies the sign of multiplication. - -• Constructs the multiplication tablesof 2, 3, 4, 5 and 10 - -• Uses multiplication facts in situations. - -• Multiplies two digit numbers using standard algorithm and Lattice multiplication algorithm. - -**DIVISION** - -• Explains the meaning of division from context of equal grouping and sharing. - -• Relates division with multiplication. - -• Completes division facts: - -– by grouping - -– by using multiplication tables. - -**MENTAL ARITHMETIC** - -• Adds and subtracts single digit numbers and two digit numbers mentally. - -• Doubles two digit numbers mentally (result not exceeding two digits). - -## Money (5 hrs.) - -• Converts Rupee. to Paise using play money. - -• Adds and subtracts amounts using column addition, and subtraction without regrouping. - -• Makes rate charts and bills. - -## Measurement (21 hrs.) - -**LENGTH** - -• Appreciates the need for a standard unit. - -• Measures length using appropriate standard units of length by choosing between centimetres. and metres. - -• Estimates the length of given object in standard units and verifies by measuring. - -• Uses a ruler - -• Relates centimetre. and metre. - -**WEIGHT** - -• Weighs objects using non-standard Units. - -• Appreciates the conservation of weight. - -**VOLUME** - -• Measures and compares the capacity of different containers in terms of non-standard units. - -• Appreciates the conservation of volume. - -**TIME** - -• Reads a calendar to find a particularday and date. - -• Reads the time correct to the hour. - -• Sequences the events chronologically - -## Data Handling (6 hrs.) - -• Records data using tally marks. - -• Collects data and represents interms of pictograph choosing appropriate scale and unit for display through pictographs. - -• Draws conclusions from the data by discussing with the teacher. - -## Patterns (6 hrs.) - -• Identifies simple symmetrical shapes and patterns. - -• Makes patterns and designs from straight lines and other geometrical shapes. - -• Identifies patterns in the numerals for odd and even numbers and in adding odd and even numbers. - -• Partitions a number in differentways. - -• Identifies patterns in his surroundings - -• Identifies patterns in multiplication with, and dividing by 10s. - - -# Grade 4 - -## Geometry (16 hrs.) - -**SHAPES & SPATIAL UNDERSTANDING** - -• Draws a circle free hand and withcompass. - -• Identifies centre, radius and diameter of a circle. - -• Uses Tangrams to create different shapes. - -• Tiles geometrical shapes: using oneor two shapes. - -• Chooses a tile among a given number of tiles that can tile a given region both intuitively and experimentally. - -• Explores intuitively the area and perimeter of simple shapes. - -• Makes 4-faced, 5-faced and 6-faced cubes from given nets especially designed for the same. - -• Explores intuitively the reflections through inkblots, paper cutting and paper folding. - -• Reads and draws 3-D objects, making use of the familiarity withthe conventions used in this. - -• Draws intuitively the plan, elevation and side view of simple objects. - -## Numbers (40 hrs.) - -**NUMBERS AND OPERATIONS** - -• Writes multiplication facts. - -• Writes tables upto 10 × 10. - -• Multiplies two and three digit numbers using lattice algorithm and the standard (column) algorithm. - -• Divides a given number by another number in various ways such as: - -– by drawing dots. - -– by grouping. - -– by using multiplication facts. - -– by repeated subtraction. - -• Applies the four operations to life situations. - -• Frames word problems. - -• Estimates sums, differences and products of given numbers. - -**MENTAL ARITHMETIC** - -• Adds and subtracts multiples of 10 and 100, mentally. - -• Completes multiplication facts by adding partial products, mentally (e.g. 7 × 6 = 5 × 6 + 2 × 6). - -**FRACTIONAL NUMBERS** - -• Identifies half, one fourth and three-fourths of a whole. - -• Identifies the symbols: 1/2 , 1/4, 3/4 - -• Explains the meaning of 1/2, 1/4 and 3/4. - -• Appreciates equivalence of 2/4 and 1/2; and of 2/2, 3/3, 4/4 and 1. - -## Money (5 hrs.) - -**MONEY** - -•Converts Rupees to Paise. - -• Adds and subtracts amounts using column addition and subtraction with regrouping. - -• Uses operations to find totals,change, multiple costs and unitcost. - -• Estimates roughly the totals and total cost. - -## Measurement (21 hrs.) - -**LENGTH** - -• Relates metre with centimetre; - -• Converts metre into centimetres and vice versa. - -• Solves problems involving length and distances. - -• Estimates length of an object and distance between two given locations. - -**WEIGHT** - -• Weighs objects using a balance andstandard units. - -• Determines sums and differencesof weights. - -• Estimates the weight of an objectand verifies using a balance. - -**VOLUME** - -• Measures volumes of given liquidusing containers marked withstandard units. - -• Determines sums and differences of volumes. - -• Estimates the volume of a liquid contained in a vessel and verifies by measuring. - -**TIME** - -• Computes the number of weeks in a year. - -• Correlates the number of days in a year with the number of days in each month. - -• Justifies the reason for the need of a leap year. - -• Reads clock time to the nearest hours and minutes. - -• Expresses time, using the terms,‘a.m.’ and ‘p.m.’ - -• Estimates the duration of familiar events. - -• Finds approximate time elapsed by (to the nearest hour) forward counting. - -• Computes the number of days between two dates. - -## Data Handling (6 hrs.) - -• Collects data and represents in the form of bar graphs; - -• Draws Inferences by discussing with the teacher. - -## Patterns (6 hrs.) - -• Identifies patterns in multiplication and division: multiples of 9, - -• Casts out nines from a given number to check if it is a multipleof nine. - -• Multiplies and divides by 10s, 100s. - -• Identifies geometrical patterns based on symmetry. - -# Grade 5 - -## Geometry (16 hrs.) - -**SHAPES & SPATIAL UNDERSTANDING** - -• Gets the feel of perspective whiledrawing a 3-D object in 2-D. - -• Gets the feel of an angle through observation and paper folding. - -• Identifies right angles in the environment. - -• Classifies angles into right, acute and obtuse angles. - -• Represents right angle, acute angle and obtuse angle by drawing andtracing. - -• Explores intuitively rotations and reflections of familiar 2-D shapes. - -• Explores intuitively symmetry in familiar 3-D shapes. - -• Makes the shapes of cubes,cylinders and cones using nets especially designed for this purpose. - -## Numbers (40 hrs.) - -**NUMBERS AND OPERATIONS** - -• Finds place value in numbers beyond 1000. - -• Appreciates the role of place value in addition, subtraction and multiplication algorithms. - -• Uses informal and standard division algorithms.• Explains the meaning of factors and multiples. - -**MENTAL ARITHMETIC** - -• Estimates sums, differences, products and quotients and verifies using approximation. - -**FRACTIONAL NUMBERS** - -• Finds the fractional part of a collection. - -• Compares fractions. - -• Identifies equivalent fractions. - -• Estimates the degree of closeness of a fraction to known fractions (1/2, 1/4, 3/4 etc.) - -• Uses decimal fractions in the context of units of length and money. - -• Expresses a given fraction in decimal notation and vice versa. - -## Money (5 hrs.) - -• Applies the four operations insolving problems involvingmoney. - -## Measurement (26 hrs.) - -**LENGTH** - -• Determines area and perimeter of simple geometrical figures. - -• Applies the four operations in solving problems involving length,weight and volume. - -• Relates commonly used larger and smaller units of length, weight and volume and converts one to the other. - -• Applies simple fractions to quantities. - -• Converts fractional larger unit intocomplete smaller units. - -• Appreciates volume of a solid body: intuitively and also by informal measurement. - -• Uses addition and subtraction in finding time intervals in simple cases. - -## Data Handling (6 hrs.) - -• Collects two-dimensional quantitative data. - -• Represents the data in the form of a table. - -• Draws a bar graph or a pictograph to present a data. - -## Patterns (6 hrs.) - -• Identifies patterns in square numbers, triangular numbers. - -• Relates sequences of odd numbers between consecutive square numbers. - -• Makes border strip and tiling patterns.",,learning_plan|https://ncert.nic.in/pdf/syllabus/06Math%20(I-V).pdf,mathematics,,,childlike,,, -1bd71bac-8dfc-4afe-8af2-4131d426cbce,Tailwind Play,,,interactive|https://play.tailwindcss.com/,software-tools/tailwindcss,,,,,, -72c880c8-6bb6-46ba-bff3-e2bfb03cde17,"How to play piano: The basics, Piano Lesson #1",,,video|https://www.youtube.com/watch?v=vphWgqbF-AM&list=PL253192EED47525A8,piano,,,beginner,,,oer -87de171f-7c55-4e3f-b1c2-15061905707f,Writing an OS in Rust,,,blog|https://os.phil-opp.com/,operating-systems;code,,,intermediate,,, -606cfcb8-5de1-47da-9e03-b3a21d50b987,Menstruation - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Menstruation,menstruation,,,beginner,,,oer -e714947a-8878-4020-90fe-056599015c0e,"Menstruation - Simple English Wikipedia, the free encyclopedia",,,wiki|https://simple.wikipedia.org/wiki/Menstruation,menstruation,,,beginner,,,oer -0ebdbe27-2616-4c99-a7a7-a00bed3b4670,"Puberty - Simple English Wikipedia, the free encyclopedia",,,wiki|https://simple.wikipedia.org/wiki/Puberty,puberty,,,beginner,,,oer -c84a1af3-a57d-4fd0-94dd-2a0860a2fc34,"Physical Aspects of Puberty : Crawley Films : Free Download, Borrow, and Streaming : Internet Archive",,,video|https://archive.org/details/Physical1953,puberty,,,beginner,,, -fcceb785-ec00-4fe3-bf72-23eab5705c4e,"Puberty, Developmental Processes, and Health Interventions - Child and Adolescent Health and Development - NCBI Bookshelf",,,article|https://www.ncbi.nlm.nih.gov/books/NBK525269/,puberty,,,beginner,,, -dba7ec5e-e65e-4e0e-97d0-aa4e53e470c0,Menstruation,,,book|https://www.goodreads.com/book/show/872203.Menstruation,menstruation;culture,,,beginner,,, -a8e80738-e9cc-4804-bd09-40dad5abb4ae,Metacademy - How to learn on your own,,,article|https://metacademy.org/roadmaps/rgrosse/learn_on_your_own,learning,,,beginner,,, -8744879d-c0a1-4769-be2a-b494b68648f0,0.0: Introduction - Processing Tutorial,,,video|https://www.youtube.com/watch?v=2VLaIr5Ckbs&list=PLRqwX-V7Uu6ZYJC7L-r6rX6utt6wwJCyi,programming-languages/processing,,,childlike,,,oer -379392e0-4404-4d81-9a85-d093b1ed137f,https://skillsion.com/protractor-testing-training,,,website|https://skillsion.com/protractor-testing-training,education;0-2021,,,advanced,,, -44084f3f-eb3f-4f16-b9cc-a00b32ee2876,Give Yourself An Hour of Solitude — Literary. by R.C. Waldun,,,article|https://www.litpublication.com/blog/cf7mijgvueudkr5soelca0qmnrhem2,reading,,,,,, -e93d2163-c5f9-4e31-8030-9610f114d87a,Digital Money Across Borders: Macro-Financial Implications,,,research_paper|https://www.imf.org/en/Publications/Policy-Papers/Issues/2020/10/17/Digital-Money-Across-Borders-Macro-Financial-Implications-49823,cryptocurrency,,,intermediate,,, -01436f31-094b-497a-a0bc-242dedfff7b8,Origami Simulator,,,app|https://origamisimulator.org/,origami,,,,,, -6f57c175-f10a-4529-9728-8c73b7e26b83,BCON20 conference,,,webconf|https://conference.blender.org/2020/,software-tools/blender,,,,,, -d7f4eb2f-73e9-4cce-ae92-bb801f879964,The Secret of the Highly Creative Thinker,,,book|https://www.goodreads.com/book/show/27150873-the-secret-of-the-highly-creative-thinker,thinking;creativity,,,,,, -7cc4fe1e-939a-468b-84ee-5ff68a80aa3a,Lord of the Flies,By William Golding,https://learn-awesome.github.io/assets/book_covers/7624.jpg,book|https://www.goodreads.com/book/show/7624.Lord_of_the_Flies,fiction,,,,,, -a05b02e2-e9f4-4ef4-953c-ceadb00b78d3,Selected Short Stories,,,book|https://www.goodreads.com/book/show/59763.Selected_Short_Stories,fiction,,,,,, -b1e6cf74-8ac4-4e14-8f53-4e5659242fad,Chaos and Fractals,,,book|https://www.goodreads.com/book/show/371438.Chaos_and_Fractals,physics;mathematics,,,,,, -9e00864d-7389-48e6-a551-ffe17b7d85ad,The Ancient Secret of the Flower of Life,,,book|https://www.goodreads.com/book/show/96630.The_Ancient_Secret_of_the_Flower_of_Life,philosophy,,,,,, -0d69acca-acd6-499d-8280-cc6912460545,Chaos,,,book|https://www.goodreads.com/book/show/64582.Chaos,chaos-theory;science,,,,,, -b73f4d1d-5480-4661-b4ac-122148e0d487,Relativity,,,book|https://www.goodreads.com/book/show/15852.Relativity,relativity;physics,,,,,, -e00d412c-cd0e-42a8-99c1-50e7d8a5dd8f,Transcend,,,book|https://www.goodreads.com/book/show/6394415-transcend,futurism;life,,,,,, -1d139563-2d38-4017-b27b-51fb102af3ec,Heraclitean Fire,,,book|https://www.goodreads.com/book/show/1152288.Heraclitean_Fire,science;autobiography,,,,,, -0f260493-93b5-458a-8f72-7e76d0e691d3,Practical Python Programming | practical-python,,,course|https://dabeaz-course.github.io/practical-python/Notes/Contents.html,programming-languages/python,,,,,,oer -28bbf7c5-26d7-4818-904a-d76c777aae18,Foundations of Data Science - YouTube,,,course|http://www.youtube.com/playlist?list=PLD7HFcN7LXRcvobbHq_8zMyWq_tKwtebc,data-science;machine-learning,,,,,,oer -656879e3-a70f-4121-ae28-7545d144610c,Sir Cumference and the First Round Table,,,book|https://www.goodreads.com/book/show/240220.Sir_Cumference_and_the_First_Round_Table,mathematics;stories,,,,,, -ad89e9f8-e104-4883-96b3-27dcfbb56af9,Practical Data Ethics | Data ethics,,,course|http://ethics.fast.ai/,ai-ethics,,,,,, -cb538bba-c2cb-4aff-b1a1-1a9705972508,https://twitter.com/onlynakedtruth/status/1299338997320224768,,,thread|https://twitter.com/onlynakedtruth/status/1299338997320224768,electricity,,,,,, -f7bd55b3-7041-4175-a104-f8d6b60aab39,"Pragmatic Bookshelf: By Developers, For Developers",,,book|https://pragprog.com/titles/sbsockets/,software-tools/phoenix-framework,,,,,, -1627a4b8-362c-42e2-ab2e-934443d76746,Learn Gita Live Gita | Systematic & Scientific Course On Bhagavad Gita,,,course|https://learngitalivegita.com/,religion;hinduism,,,,,, -170ae373-e2a3-4f4f-b8e2-9e70c93b2524,Stanford CS229: Machine Learning | Autumn 2018,,,course|https://www.youtube.com/playlist?list=PLoROMvodv4rMiGQp3WXShtMGgzqpfVfbU,machine-learning,,,,,,oer -8e5911bd-133a-4598-9109-de0e44ce3b69,Worldbuilding - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Worldbuilding,worldbuilding,,,,,,oer -5d060761-2176-4b58-a7f0-e20b7f178692,"Free Math Resources - Textbooks, Lectures Notes, Videos and Online Courses | Real Not Complex",,,website|https://realnotcomplex.com/,mathematics,,,,,, -c1399ada-d411-4aa2-bdce-6e1cd293713d,Building Anagram Game using Python (with Code) | FavTutor,,,article|https://favtutor.com/blog-details/anagram-game-using-python,programming-languages/python;programming,,,,,,oer -5622296e-5b36-49fc-9efa-419dc169c893,#BlackIslamSyllabus - Google Docs,,,learning_plan|https://docs.google.com/document/d/1avhgPrW30AFjegzV9X5aPqkZUA3uGd0-BZr9_zhArtQ/edit,islam;race,,,,,, -85731137-6458-4b5b-a4bf-1e1e0647801d,Android Online Training | Best Android App Development Online Course,,,cert|https://www.acte.in/android-online-training,software-tools/android,,,,,, -15896a57-81fe-4c16-8601-3dbb67a3437f,Alex,,,video|https://www.youtube.com/channel/UCPzFLpOblZEaIx2lpym1l1A,cooking,,,,,,oer -a9158be4-3501-4f50-a5e9-c287daa0973b,7 Tips to Reduce Online Game lag,,,app|https://theglobaldelta.blogspot.com/2020/10/9-tips-to-reduce-online-game-lag-what.html,3d-printing;3d-graphics,,,,,, -0a5fab42-521d-41d3-a033-7a9f263ec29c,NCERT Math syllabus: Grade 6 to 8,"# Grade 6 - -## Number System (60 hrs) - -**(i) Knowing our Numbers:** - -Consolidating the sense of numberness up to 5 digits, Size, estimation of numbers, identifying smaller, larger, etc. Place value (recapitulation and extension), connectives: use of symbols =, <, >and use of brackets, word problems on number operations involving large numbers up to a maximum of5 digits in the answer after all operations. This would include conversions of units of length &mass (from the larger to the smaller units), estimation of outcome ofnumber operations. Introduction to a sense of the largeness of, and initial familiarity with, large numbers up to 8 digits and approximation of large numbers) - -**(ii) Playing with Numbers:** - -Simplification of brackets, Multiples and factors, divisibility rule of 2, 3, 4, 5, 6, 8, 9, 10, 11.(All these through observing patterns. Children would be helped in deducing some and then asked to derive some that are a combination of the basic patterns of divisibility.) Even/odd and prime/composite numbers, Co-prime numbers, prime factorisation, every number can be written as products of primefactors. HCF and LCM, prime factorization and division methodf or HCF and LCM, the property LCM × HCF = product of two numbers. All this is to be embedded in contexts that bring out the significance and provide motivationto the child for learning these ideas. - -**(iii) Whole numbers** - -Natural numbers, whole numbers, properties of numbers (commutative, associative, distributive, additive identity, multiplicative identity), number line. Seeing patterns, identifying and formulating rules to be done by children. (As familiarity with algebra grows, the child can express the generic pattern.) - -**(iv) Negative Numbers and Integers** - -How negative numbers arise, models of negative numbers, connection to daily life, ordering of negative numbers, representation of negative numbers on number line. Children to see patterns, identify and formulate rules. What are integers, identification of integers on the number line,operation of addition and subtraction of integers, showing the operations on the number line (addition of negative integer reduces the value of the number) comparison of integers, ordering of integers. - -**(v) Fractions:** - -Revision of what a fraction is, Fraction as a part of whole, Representation of fractions (pictorially and on number line),fraction as a division, proper,improper & mixed fractions,equivalent fractions, comparison of fractions, addition and subtractionof fractions (Avoid large and complicated unnecessary tasks).(Moving towards abstraction infractions) - -Review of the idea of a decimal fraction, place value in the context of decimal fraction, inter conversion of fractions and decimal fractions(avoid recurring decimals at thisstage), word problems involving addition and subtraction of decimals (two operations together on money, mass, length and temperature) - -## Algebra (15 hrs) - -**INTRODUCTIONTO ALGEBRA** - -• Introduction to variable through patterns and through appropriate word problems and generalisations (example 5 × 1 = 5 etc.) - -• Generate such patterns with more examples. - -• Introduction to unknowns through examples with simple contexts (single operations) - -## Ratio and Proportion (15 hrs) - -• Concept of Ratio - -• Proportion as equality of two ratios - -• Unitary method (with only direct variation implied) - -• Word problems - -## Geometry (65 hrs) - -**(i) Basic geometrical ideas (2 -D):** - -Introduction to geometry. Its linkage with and reflection in everyday experience. - -• Line, line segment, ray. - -• Open and closed figures. - -• Interior and exterior of closed figures. - -• Curvilinear and linear boundaries - -• Angle — Vertex, arm, interiorand exterior, - -• Triangle — vertices, sides, angles,interior and exterior, altitude andmedian - -• Quadrilateral — Sides, vertices,angles, diagonals, adjacent sidesand opposite sides (only convexquadrilateral are to be discussed),interior and exterior of aquadrilateral. - -• Circle — Centre, radius,diameter, arc, sector, chord,segment, semicircle, circumference,interior and exterior. - -**(ii)Understanding ElementaryShapes (2-D and 3-D):** - -• Measure of Line segment - -• Measure of angles - -• Pair of lines - -– Intersecting and perpendi-cular lines - -– Parallel lines - -• Types of angles- acute, obtuse,right, straight, reflex, completeand zero angle•Classification of triangles (on thebasis of sides, and of angles) - -• Types of quadrilaterals –Trapezium, parallelogram,rectangle, square, rhombus. - -• Simple polygons (introduction)(Upto octagons regulars as wellas non regular). - -•Identification of 3-D shapes: Cubes,Cuboids, cylinder, sphere, cone, prism (triangular), pyramid(triangular and square)Identification and locating in thesurroundings - -• Elements of 3-D figures. (Faces,Edges and vertices) - -• Nets for cube, cuboids, cylinders,cones and tetrahedrons. - -**(iii) Symmetry: (reflection)** - -• Observation and identificationof 2-D symmetrical objects forreflection symmetry - -• Operation of reflection (takingmirror images) of simple 2-Dobjects - -• Recognising reflection symmetry(identifying axes) - -**(iv) Constructions (using Straight edge Scale,protractor, compasses)** - -• Drawing of a line segment - -• Construction of circle - -• Perpendicular bisector - -• Construction of angles (using protractor) - -• Angle 60°, 120° (Using Compasses) - -• Angle bisector- making angles of 30°, 45°, 90° etc. (using compasses) - -• Angle equal to a given angle (using compass) - -• Drawing a line perpendicular to a given line from a point a) on the line b) outside the line - -## Mensuration (15 hrs) - -**CONCEPT OF PERIMETER AND INTRODUCTION TO AREA** - -Introduction and general understanding of perimeter using many shapes. Shapes of different kinds with the same perimeter. Concept of area, Area of a rectangle and a square Counter examples to different misconcepts related to perimeter and area. - -Perimeter of a rectangle – and its special case – a square. Deducing the formula of the perimeter for a rectangle and then a square through pattern and generalisation. - -## Data handling (10 hrs) - -(i) What is data - choosing data to examine a hypothesis? - -(ii)Collection and organisation ofdata - examples of organising it in tally bars and a table. - -(iii)Pictograph- Need for scaling in pictographs interpretation & construction. - -(iv)Making bar graphs for given data interpreting bar graphs+. -# Grade 7 - -## Number System (50 hrs) - -**(i) Knowing our Numbers: Integers** - -• Multiplication and division of integers (through patterns). Division by zero is meaningless - -• Properties of integers (including identities for addition & multiplication, commutative, associative, distributive) (through patterns). These would include examples from whole numbers as well. Involve expressing commutative and associative properties in a general form. Construction of counter-examples, including some by children. Counter examples like subtraction is not commutative. - -• Word problems including integers (all operations) - -**(ii) Fractions and rationalnumbers:** - -• Multiplication of fractions - -• Fraction as an operator - -• Reciprocal of a fraction - -• Division of fractions - -• Word problems involving mixedfractions - -• Introduction to rational numbers (with representation on number line) - -• Operations on rational numbers(all operations) - -• Representation of rational number as a decimal. - -• Word problems on rational numbers (all operations) - -• Multiplication and division of decimal fractions - -• Conversion of units (length & mass) - -• Word problems (including all operations) - -**(iii) Powers:** - -• Exponents only naturalnumbers. - -• Laws of exponents (through observing patterns to arrive at generalisation.) - -(i) a^m.a^n = a^(m+n) - -(ii) (a^m)^n = a^(m.n) - -(iii) a^m / a^n = a^(m-n) , where m - n ∈ N - -## Algebra (20 hrs) - -**ALGEBRAIC EXPRESSIONS** - -• Generate algebraic expressions(simple) involving one or twovariables - -• Identifying constants, coefficient,powers - -• Like and unlike terms, degree ofexpressions e.g., x^2.y etc. (exponent≤ 3, number of variables ) - -• Addition, subtraction of algebraic expressions (coefficients shouldbe integers). - -• Simple linear equations in onevariable (in contextual problems)with two operations (avoidcomplicated coefficients) - -## Ratio and Proportion (20 hrs) - -• Ratio and proportion (revision) - -• Unitary method continued, consolidation, generalexpression. - -• Percentage- an introduction. - -• Understanding percentage as a fraction with denominator 100 - -• Converting fractions and decimals into percentage andvice-versa. - -• Application to profit and loss(single transaction only) - -• Application to simple interest(time period in complete years). - -## Geometry (60 hrs) - -***(i) Understanding shapes:*** - -• Pairs of angles (linear, supplementary, complementary,adjacent, vertically opposite)(verification and simple proof of vertically opposite angles) - -• Properties of parallel lines with transversal (alternate, corresponding, interior, exteriorangles) - -**(ii) Properties of triangles:** - -• Angle sum property (with notions of proof & verification through paper folding, proofs using property of parallel lines,difference between proof and verification.) - -• Exterior angle property - -• Sum of two sides of a it’sthird side - -• Pythagoras Theorem(Verification only) - -**(iii) Symmetry** - -• Recalling reflection symmetry - -• Idea of rotational symmetry, observations of rotational symmetry of 2-D objects. (90 degree, 120 degree, 180 degree) - -• Operation of rotation through 90 degree and 180 degree of simple figures. - -• Examples of figures with both rotation and reflection symmetry (both operations) - -• Examples of figures that have reflection and rotation symmetry and vice-versa - -**(iv)Representing 3-D in 2-D:** - -• Drawing 3-D figures in 2-D showing hidden faces. - -• Identification and counting of vertices, edges, faces, nets (for cubes, cuboids, and cylinders, cones). - -• Matching pictures with objects (Identifying names) - -• Mapping the space around approximately through visual estimation. - -**(v) Congruence** - -• Congruence through superposition (examples-blades, stamps, etc.) - -• Extend congruence to simple geometrical shapes e.g. triangles,circles. - -• Criteria of congruence (by verification) SSS, SAS, ASA, RHS - -**(vi)Construction (Using scale,protractor, compass)** - -• Construction of a line parallel to a given line from a point outside it.(Simple proof as remark with the reasoning of alternate angles) - -• Construction of simple triangles. Like given three sides, given a side and two angles on it, given two sides and the angle between them. - -## Mensuration (15 hrs) - -• Revision of perimeter, Idea of, Circumference of Circle - -**Area** - -Concept of measurement using a basic unit area of a square, rectangle,triangle, parallelogram and circle, area between two rectangles and two concentric circles. - -## Data handling (15 hrs) - -(i) Collection and organisation of data – choosing the data to collect for a hypothesis testing. - -(ii)Mean, median and mode of ungrouped data – understanding what they represent. - -(iii)Constructing bargraphs - -(iv) Feel of probability using datathrough experiments. Notion of chance in events like tossing coins, dice etc. Tabulating andc ounting occurrences of 1 through 6 in a number of throws. Comparing the observation with that for a coin. Observing strings of throws, notion of randomness. -# Grade 8 - -## Number System (50 hrs) - -**(i) Rational Numbers:** - -• Properties of rational numbers.(including identities). Using general form of expression to describe properties - -• Consolidation of operations on rational numbers. - -• Representation of rational numbers on the number line - -• Between any two rational numbers there lies another rational number (Making children see that if we take two rational numbers then unlike for whole numbers, in this case you can keep finding more and more numbers that lie between them.) - -• Word problem (higher logic,two operations, including ideas like area) - -**(ii) Powers** - -• Integers as exponents. - -• Laws of exponents with integralpowers - -**(iii)Squares, Square roots,Cubes, Cube roots.** - -• Square and Square roots - -• Square roots using factor method and division method for numbers containing (a) no more than total 4 digits and (b) no more than 2 decimal places - -• Cubes and cubes roots (only factor method for numbers containing at most 3 digits)• Estimating square roots and cube roots. Learning the process of moving nearer to the required number. - -**(iv) Playing with numbers** - -• Writing and understanding a 2 and 3 digit number in generalized form (100a + 10b + c , where a,b, c can be only digit 0-9) and engaging with various puzzles concerning this. (Like finding the missing numerals represented by alphabets in sums involving any of the four operations.) Children to solve and create problems and puzzles. - -• Number puzzles and games - -• Deducing the divisibility test rules of 2, 3, 5, 9, 10 for a two or three-digit number expressed in the general form. - -## Algebra (20 hrs) - -**(i) Algebraic Expressions** - -• Multiplication and division of algebraic exp.(Coefficient should be integers) - -• Some common errors (e.g. 2 +x≠ 2x, 7x + y≠ 7xy ) - -• Identities (a ± b)^2 = a^2 ± 2ab + b^2, a^2 – b^2 = (a – b).(a + b) - -Factorisation (simple cases only) as examples the following types a(x + y), (x ± y)^2, a^2 – b^2, (x + a).(x + b) - -• Solving linear equations in one variable in contextual problems involving multiplication and division (word problems) (avoid complex coefficient in the equations) - -## Ratio and Proportion (25 hrs) - -• Slightly advanced problems involving applications on percentages, profit & loss,overhead expenses, Discount,tax. - -• Difference between simple and compound interest (compounded yearly up to 3 years or half-yearly up to 3 steps only), Arriving at the formula for compound interest through patterns and using it for simple problems. - -• Direct variation – Simple and direct word problems - -• Inverse variation – Simple and direct word problems - -• Time & work problems – Simple and direct word problems - -## Geometry(40 hrs) - -**(i) Understanding shapes:** - -• Properties of quadrilaterals – Sum of angles of a quadrilateralis equal to 360 degrees (By verification) - -• Properties of parallelogram (By verification) - -(i) Opposite sides of a parallelogram are equal, - -ii)Opposite angles of a parallelogram are equal, - -(iii)Diagonals of a parallelogram bisect each other. Why (iv), (v)and (vi) follow from (ii) - -(iv)Diagonals of a rectangle are equal and bisect each other. - -(v) Diagonals of a rhombus bisect each other at right angles. - -(vi)Diagonals of a square are equal and bisect each other at right angles. - -**(ii) Representing 3-D in 2-D** - -• Identify and Match pictures with objects (more complicated e.g.nested, joint 2-D and 3-D shapes (not more than 2)). - -• Drawing 2-D representation of 3-D objects (Continued and extended) - -• Counting vertices, edges & faces & verifying Euler’s relation for3-D figures with flat faces(cubes, cuboids, tetrahedrons, prisms and pyramids) - -**(iii) Construction:** - -Construction of Quadrilaterals: - -• Given four sides and onediagonal - -• Three sides and two diagonals - -• Three sides and two included angles - -• Two adjacent sides and threeangles - -## Mensuration (15 hrs) - -(i) Area of a trapezium and apolygon. - -(ii)Concept of volume,measurement of volumeusing a basic unit, volume of a cube, cuboid and cylinder - -(iii) Volume and capacity(measurement of capacity) - -(iv)Surface area of a cube, cuboid,cylinder. - -## Data handling (15 hrs) - -(i) Reading bar-graphs,ungrouped data, arranging it into groups, representation of grouped data through bar-graphs, constructing and interpreting bar-graphs. - -(ii) Simple Pie charts with reasonable data numbers - -(iii) Consolidating and generalising the notion of chance in events like tossing coins, dice etc. Relating it to chance in life events. Visual representation of frequency outcomes of repeated throws of the same kind of coins or dice. - -Throwing a large number of identical dice/coins together and aggregating the result of the throws to get large number of individual events. Observing the aggregating numbers over a large number of repeated events. Comparing with the data for a coin. Observing strings of throws, notion of randomness - -## Introduction to graphs (15 hrs) - -**PRELIMINARIES:** - -(i) Axes (Same units), Cartesian Plane - -(ii)Plotting points for different kind of situations (perimeter vs length for squares, area as a function of side of a square, plotting of multiples of different numbers, simple interest vs number of years etc.) - -(iii)Reading off from the graphs - -• Reading of linear graphs - -• Reading of distance vs timegraph",,learning_plan|https://ncert.nic.in/pdf/syllabus/07Math%20(VI-VIII).pdf,mathematics,,,beginner,,, -ce3f7357-cd2d-418b-a890-d93fab42853d,Investigating the Periodic Table with Experiments - with Peter Wothers,By The Royal Institution,,video|https://www.youtube.com/watch?v=kqe9tEcZkno,periodic-table,,,,,,oer -68960485-c190-4e37-b774-f055b710283b,Beginner's Series to: Node.js,,,video|http://www.youtube.com/playlist?list=PLlrxD0HtieHje-_287YJKhY8tDeSItwtg,programming-languages/javascript;programming-languages/typescript,,,beginner,,,oer -2924fad5-a875-4cb7-9951-a7dc4e0a6ada,Smarthistory,,,website|https://smarthistory.org/,art-history,,,beginner,,, -8a0e7014-ad22-4933-8cbb-0eb12e13dbfe,Puberty - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Puberty,puberty,,,beginner,,,oer -d594f2b7-1ddd-44f9-b111-8224d38a4db6,Tim Duy's Fed Watch,,,blog|https://blogs.uoregon.edu/timduyfedwatch/,personal-finance;economics,,,intermediate,,,oer -07c3ce2e-5efd-4db5-8162-f44574687a1f,Learning Processing 2nd Edition,,,book|https://learningprocessing.com,programming-languages/processing,,,,,, -05dbf804-efe3-42b3-9e53-32d6dbb6db28,Feature Engineering and Selection: A Practical Approach for Predictive Models,,,book|http://www.feat.engineering/index.html,machine-learning;statistical-learning,,,intermediate,,, -cdcf654c-dd72-468a-ac5d-6c6f6dcae085,A modern treatment of the 15 puzzle,,,research_paper|http://www.cs.cmu.edu/afs/cs/academic/class/15859-f01/www/notes/15-puzzle.pdf,15-puzzle,,,,,,oer -87d0dcd5-4053-4b75-90fa-3bdfde5397dc,15 puzzle - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/15_puzzle,15-puzzle,,,,,,oer -81def9c5-afc9-4260-ac10-26570f9abec7,Numberphile - Why is this puzzle impossible?,,,video|https://www.youtube.com/watch?v=YI1WqYKHi78,15-puzzle,,,,,,oer -cfcccdc2-ab22-4adf-bbd2-d3b941c33804,"Notes on the ""15"" puzzle (1879)",,,research_paper|https://www.jstor.org/stable/2369492?seq=1#metadata_info_tab_contents,15-puzzle,,,,,, -358a7c96-9a9f-4947-8fa0-9d4c0ab7f46e,"Free Linear Algebra textbook, from Jim Hefferon",,,book|https://hefferon.net/linearalgebra/,linear-algebra,,,,,, -53916324-4830-491f-b13c-5d8488ae31ea,Per Brinch Hansen – Pascal for small machines,,,book|http://pascal.hansotten.com/per-brinch-hansen/,compilers,,,,,, -d446e492-17b2-4f10-942f-281337a3e25d,Computer Science from the Bottom Up,,,website|https://www.bottomupcs.com/,computer-science,,,,,, -76d5f216-f8c1-492b-96d6-32cde723d003,Private Pilot Ground School | Aeronautics and Astronautics | MIT OpenCourseWare,,,course|https://ocw.mit.edu/courses/aeronautics-and-astronautics/16-687-private-pilot-ground-school-january-iap-2019/,aviation,,,,,,oer -109af58f-a02a-4a45-b36c-fddd60482ef7,Markov Chains explained visually,,,interactive|https://setosa.io/ev/markov-chains/,markov-chains;mathematics,,,,,, -aa53d170-8022-43d9-8edb-537a2963047c,Miss Rumphius,By Barbara Cooney,https://learn-awesome.github.io/assets/book_covers/334818.jpg,book|https://www.goodreads.com/book/show/334818.Miss_Rumphius,picture-books,,,,,, -fa89b19a-2244-4003-8531-ad8babf3712f,Sapiens: A Brief History of Humankind,By Yuval Noah Harari,https://learn-awesome.github.io/assets/book_covers/23692271.jpg,book|https://www.goodreads.com/book/show/23692271-sapiens,non-fiction,,,,,, -65371b41-3016-421d-8e8e-a02475819f7f,The Half Has Never Been Told: Slavery and the Making of American Capitalism,By Edward E. Baptist,https://learn-awesome.github.io/assets/book_covers/14894629.jpg,book|https://www.goodreads.com/book/show/14894629-the-half-has-never-been-told,history,,,,,, -ae223647-61ce-4231-95aa-c8474be22d33,Boyd: The Fighter Pilot Who Changed the Art of War,By Robert Coram,https://learn-awesome.github.io/assets/book_covers/38840.jpg,book|https://www.goodreads.com/book/show/38840.Boyd,biography,,,,,, -5330e3bc-a5e0-4cea-ad10-6fe8ca83a863,THE BOYS IN THE BOAT: NINE AMERICANS AND THEIR EPIC QUEST FOR GOLD AT THE 1936 BERLIN OLYMPICS,By Daniel James Brown,https://learn-awesome.github.io/assets/book_covers/16158542.jpg,book|https://www.goodreads.com/book/show/16158542-the-boys-in-the-boat,non-fiction,,,,,, -256816d1-3c78-42ea-97f8-86ccb03ef918,When Breath Becomes Air,By Paul Kalanithi,https://learn-awesome.github.io/assets/book_covers/25899336.jpg,book|https://www.goodreads.com/book/show/25899336-when-breath-becomes-air,non-fiction,,,,,, -abcc17c8-a2a1-45da-90c0-26be271d74e7,High Output Management ,By Andrew S. Grove,https://learn-awesome.github.io/assets/book_covers/324750.jpg,book|https://www.goodreads.com/book/show/324750.High_Output_Management,business,,,,,, -66905115-4700-48fd-825c-bcdd2d8efb9a,Reinventing Organizations: A Guide to Creating Organizations Inspired by the Next Stage of Human Consciousness,By Frederic Laloux,https://learn-awesome.github.io/assets/book_covers/20787425.jpg,book|https://www.goodreads.com/book/show/20787425-reinventing-organizations,business,,,,,, -b02f78cf-3670-44e4-9662-660d4fa7af7d,A Little Life,By Hanya Yanagihara,https://learn-awesome.github.io/assets/book_covers/22822858.jpg,book|https://www.goodreads.com/book/show/22822858-a-little-life,fiction,,,,,, -ed1faedb-8753-4cce-9a7e-075eb987335a,Hot Seat: The Startup CEO Guidebook,By Dan Shapiro,https://learn-awesome.github.io/assets/book_covers/25548918.jpg,book|https://www.goodreads.com/book/show/25548918-hot-seat,business,,,,,, -f83fd136-c6da-446d-930d-f7e33f6c18bc,A Tree Grows in Brooklyn,By Betty Smith,https://learn-awesome.github.io/assets/book_covers/14891.jpg,book|https://www.goodreads.com/book/show/14891.A_Tree_Grows_in_Brooklyn,classics,,,,,, -1e6cb053-ec06-40ef-b33c-0ecad7343aa7,I Am Pilgrim,By Terry Hayes,https://learn-awesome.github.io/assets/book_covers/18144124.jpg,book|https://www.goodreads.com/book/show/18144124-i-am-pilgrim,thriller,,,,,, -d010be32-84d8-4c91-8819-d0772e439f3c,alexander hamilton,By Ron Chernow,https://learn-awesome.github.io/assets/book_covers/16130.jpg,book|https://www.goodreads.com/book/show/16130.Alexander_Hamilton,history,,,,,, -ba1eeda5-9bb8-445a-8b31-855a16620c16,Turn the Ship Around!: A True Story of Turning Followers into Leaders,By L. David Marquet,https://learn-awesome.github.io/assets/book_covers/16158601.jpg,book|https://www.goodreads.com/book/show/16158601-turn-the-ship-around,leadership,,,,,, -08aa1509-4749-4c18-b9ab-300aaa2df3ed,"Dan Simmons, Hyperion",By Dan Simmons,https://learn-awesome.github.io/assets/book_covers/77566.jpg,book|https://www.goodreads.com/book/show/77566.Hyperion,science-fiction,,,,,, -5f9c882c-71c0-4af8-a0aa-98ed0c82e691,Shambhala: The Sacred Path of the Warrior,By Chögyam Trungpa,https://learn-awesome.github.io/assets/book_covers/336248.jpg,book|https://www.goodreads.com/book/show/336248.Shambhala,buddhism,,,,,, -29a20b39-dd65-470a-801c-b0305c77853a,The Great Bridge: The Epic Story of the Building of the Brooklyn Bridge,By David McCullough,https://learn-awesome.github.io/assets/book_covers/2369.jpg,book|https://www.goodreads.com/book/show/2369.The_Great_Bridge,history,,,,,, -3f6ce9df-a2a0-48e2-aa9f-76ecaa483401,Open,By Andre Agassi,https://learn-awesome.github.io/assets/book_covers/6480781.jpg,book|https://www.goodreads.com/book/show/6480781-open,biography,,,,,, -801302a0-8c87-4781-92ed-f9d79c5d3871,The Phantom Tollbooth,By Norton Juster,https://learn-awesome.github.io/assets/book_covers/378.jpg,book|https://www.goodreads.com/book/show/378.The_Phantom_Tollbooth,fantasy,,,,,, -9bdd932b-cfc7-43b1-bae0-4eefa77a3864,Ogilvy on Advertising,By David Ogilvy,https://learn-awesome.github.io/assets/book_covers/641601.jpg,book|https://www.goodreads.com/book/show/641601.Ogilvy_on_Advertising,business,,,,,, -b782c65c-83b3-41f0-91b1-4e48cc646ab8,Good Strategy Bad Strategy: The Difference and Why It Matters,By Richard P. Rumelt,https://learn-awesome.github.io/assets/book_covers/11721966.jpg,book|https://www.goodreads.com/book/show/11721966-good-strategy-bad-strategy,strategy,,,,,, -2de46bd4-ec61-4d7c-b108-fcb8d4c3e9fb,The Guns of August,By Barbara W. Tuchman,https://learn-awesome.github.io/assets/book_covers/40779082.jpg,book|https://www.goodreads.com/book/show/40779082-the-guns-of-august,history,,,,,, -6ee2c737-6666-449c-9d8d-c346e04a883a,"The Sparrow (The Sparrow, #1)",By Mary Doria Russell,https://learn-awesome.github.io/assets/book_covers/334176.jpg,book|https://www.goodreads.com/book/show/334176.The_Sparrow,science-fiction,,,,,, -b7c6eae9-98ad-4c76-bb60-36352432da25,Thing Explainer: Complicated Stuff in Simple Words,By Randall Munroe,https://learn-awesome.github.io/assets/book_covers/25329850.jpg,book|https://www.goodreads.com/book/show/25329850-thing-explainer,non-fiction,,,,,, -7622ae94-69d5-4ae6-afcc-10bad27eaf4d,Leadership and Self-Deception: Getting Out of the Box (Paperback),By The Arbinger Institute,https://learn-awesome.github.io/assets/book_covers/180463.jpg,book|https://www.goodreads.com/book/show/180463.Leadership_and_Self_Deception,leadership,,,,,, -5c53d143-d24e-4f91-b5d5-9cebb27626d2,Getting More: How to Negotiate to Achieve Your Goals in the Real World,By Stuart Diamond,https://learn-awesome.github.io/assets/book_covers/8095067.jpg,book|https://www.goodreads.com/book/show/8095067-getting-more,business,,,,,, -3132130b-c973-4f1d-85d8-26693f758d52,The Internet of Garbage,By Sarah Jeong,https://learn-awesome.github.io/assets/book_covers/25910719.jpg,book|https://www.goodreads.com/book/show/25910719-the-internet-of-garbage,non-fiction,,,,,, -4ae1f49f-e31b-4668-8f53-30296bd70f1a,Dead Wake: The Last Crossing of the Lusitania,By Erik Larson,https://learn-awesome.github.io/assets/book_covers/22551730.jpg,book|https://www.goodreads.com/book/show/22551730-dead-wake,non-fiction,,,,,, -9a64ea2e-9793-4a7f-adf2-c5cd2bfd6297,The Color of Water: A Black Man's Tribute to His White Mother,By James McBride,https://learn-awesome.github.io/assets/book_covers/29209.jpg,book|https://www.goodreads.com/book/show/29209.The_Color_of_Water,non-fiction,,,,,, -7db49179-a837-4803-9139-3f17d814ab6e,All the Single Ladies: Unmarried Women and the Rise of an Independent Nation,By Rebecca Traister,https://learn-awesome.github.io/assets/book_covers/25814394.jpg,book|https://www.goodreads.com/book/show/25814394-all-the-single-ladies,non-fiction,,,,,, -d912114b-0ca6-4724-9d52-11fcd8dd7348,The Art of Possibility,By Rosamund Stone Zander,https://learn-awesome.github.io/assets/book_covers/85697.jpg,book|https://www.goodreads.com/book/show/85697.The_Art_of_Possibility,non-fiction,,,,,, -a5f4b2d5-5ece-4892-b47e-c61cb2aea3fb,The Night Circus,By Erin Morgenstern,https://learn-awesome.github.io/assets/book_covers/9361589.jpg,book|https://www.goodreads.com/book/show/9361589-the-night-circus,fantasy,,,,,, -159598e5-a94c-478e-8905-04fc63d31400,The First Fifteen Lives of Harry August,By Claire North,https://learn-awesome.github.io/assets/book_covers/35066358.jpg,book|https://www.goodreads.com/book/show/35066358-the-first-fifteen-lives-of-harry-august,science-fiction,,,,,, -c9d3e246-0e7c-4519-8912-4a2f16f840fd,Snow Crash,By Neal Stephenson,https://learn-awesome.github.io/assets/book_covers/40651883.jpg,book|https://www.goodreads.com/book/show/40651883-snow-crash,science-fiction,,,,,, -08c4f7f9-55fd-40b1-892e-53d4075d6c1b,Losing the Signal: The Untold Story Behind the Extraordinary Rise and Spectacular Fall of BlackBerry,By Jacquie McNish,https://learn-awesome.github.io/assets/book_covers/25602451.jpg,book|https://www.goodreads.com/book/show/25602451-losing-the-signal,business,,,,,, -dbc20ee5-8577-4429-80a3-c726024537de,The Course of Love,By Alain de Botton,https://learn-awesome.github.io/assets/book_covers/27845690.jpg,book|https://www.goodreads.com/book/show/27845690-the-course-of-love,fiction,,,,,, -551da0a7-c838-4dc6-8c45-7332345408b5,"Guns, Germs, and Steel: The Fates of Human Societies",By Jared Diamond,https://learn-awesome.github.io/assets/book_covers/1842.jpg,book|https://www.goodreads.com/book/show/1842.Guns_Germs_and_Steel,history,,,,,, -9811dc5f-7aa9-4677-9f0a-c957581e16af,Cloud Atlas,By David Mitchell,https://learn-awesome.github.io/assets/book_covers/49628.jpg,book|https://www.goodreads.com/book/show/49628.Cloud_Atlas,fiction,,,,,, -2e1c7499-731e-4e7f-83d5-313d54368eb2,'Salem's Lot,By Stephen King,https://learn-awesome.github.io/assets/book_covers/11590.jpg,book|https://www.goodreads.com/book/show/11590._Salem_s_Lot,horror,,,,,, -3a64481c-b751-4e12-ac47-6a3f8d31031d,"Building Great Software Engineering Teams: Recruiting, Hiring, and Managing Your Team from Startup to Success",By Joshua Tyler,,book|https://www.goodreads.com/book/show/27968305-building-great-software-engineering-teams,owned,,,,,, -f4203de0-6b77-43bd-9a63-f19d78bdc409,SnapManual,,,book|https://snap.berkeley.edu/snap/help/SnapManual.pdf,programming-languages/snap,,,,,, -90c4ae7a-c7d7-4263-912c-2c504eaa0bf0,Women in Tech: Practical Advice and Inspiring Stories from Successful Women in Tech to Take Your Career to the Next Level,By Tarah Wheeler,https://learn-awesome.github.io/assets/book_covers/25852961.jpg,book|https://www.goodreads.com/book/show/25852961-women-in-tech,non-fiction,,,,,, -fd738e2f-3e0a-4c54-8873-423a291e5169,"Unfinished Business: Women, Men, Work, Family",By Anne-Marie Slaughter,https://learn-awesome.github.io/assets/book_covers/25614228.jpg,book|https://www.goodreads.com/book/show/25614228-unfinished-business,non-fiction,,,,,, -70c801fe-e03f-4232-a183-cdc4111b607d,Raving Fans: A Revolutionary Approach to Customer Service,By Kenneth H. Blanchard,https://learn-awesome.github.io/assets/book_covers/56501.jpg,book|https://www.goodreads.com/book/show/56501.Raving_Fans,business,,,,,, -02e41cc6-849d-4df7-aa86-2172ad19b101,The Fifth Discipline: The Art & Practice of The Learning Organization,By Peter M. Senge,https://learn-awesome.github.io/assets/book_covers/255127.jpg,book|https://www.goodreads.com/book/show/255127.The_Fifth_Discipline,business,,,,,, -b9d487a6-b912-4413-b47d-6e3c2d72cd49,"You Are Not So Smart: Why You Have Too Many Friends on Facebook, Why Your Memory Is Mostly Fiction, and 46 Other Ways You're Deluding Yourself (Hardcover)",By David McRaney,https://learn-awesome.github.io/assets/book_covers/11709037.jpg,book|https://www.goodreads.com/book/show/11709037-you-are-not-so-smart,non-fiction,,,,,, -d042f0a1-249e-4fb5-9179-f113e5da64cd,Wolf Hall,By Hilary Mantel,https://learn-awesome.github.io/assets/book_covers/6101138.jpg,book|https://www.goodreads.com/book/show/6101138-wolf-hall,historical-fiction,,,,,, -36adab5b-be78-4259-9128-4a343557fbd8,The Hare With Amber Eyes: A Family's Century of Art and Loss,By Edmund de Waal,https://learn-awesome.github.io/assets/book_covers/7821828.jpg,book|https://www.goodreads.com/book/show/7821828-the-hare-with-amber-eyes,non-fiction,,,,,, -ad7cc6fd-fddf-450e-a978-095168f1fcf3,Throwing Rocks at the Google Bus: How Growth Became the Enemy of Prosperity,By Douglas Rushkoff,https://learn-awesome.github.io/assets/book_covers/25734304.jpg,book|https://www.goodreads.com/book/show/25734304-throwing-rocks-at-the-google-bus,non-fiction,,,,,, -67997669-6b06-4484-8de3-b2fe34147287,Season of the Witch,By Natasha Mostert,https://learn-awesome.github.io/assets/book_covers/20601441.jpg,book|https://www.goodreads.com/book/show/20601441-season-of-the-witch,fantasy,,,,,, -54341da5-2248-4da8-8447-266f4c4945ed,What Technology Wants,By Kevin Kelly,https://learn-awesome.github.io/assets/book_covers/7954936.jpg,book|https://www.goodreads.com/book/show/7954936-what-technology-wants,technology,,,,,, -2bbca5a1-cdfc-4af2-8283-53efdba92cdb,Of Dice and Men: The Story of Dungeons & Dragons and the People Who Play It,By David M. Ewalt,https://learn-awesome.github.io/assets/book_covers/15803047.jpg,book|https://www.goodreads.com/book/show/15803047-of-dice-and-men,non-fiction,,,,,, -3062b38c-32fc-4fd7-883d-32de20fc5893,Sex Object: A Memoir,By Jessica Valenti,https://learn-awesome.github.io/assets/book_covers/40725154.jpg,book|https://www.goodreads.com/book/show/40725154-sex-object,feminism,,,,,, -982f46e5-af80-4fba-8a24-32dc38cd1cb6,Product Strategy for High Technology Companies,By Michael E. McGrath,https://learn-awesome.github.io/assets/book_covers/909882.jpg,book|https://www.goodreads.com/book/show/909882.Product_Strategy_for_High_Technology_Companies,business,,,,,, -f8124e16-4906-4171-93d9-6c6b5f5c3877,Between You & Me: Confessions of a Comma Queen,By Mary Norris,https://learn-awesome.github.io/assets/book_covers/25622752.jpg,book|https://www.goodreads.com/book/show/25622752-between-you-me,non-fiction,,,,,, -f2550882-2c7a-4a60-a912-76c32f18fafe,"Leading Gracefully: A Woman's Guide to Confident, Authentic & Effective Leadership",By Monique Svazlian Tallon,https://learn-awesome.github.io/assets/book_covers/29474100.jpg,book|https://www.goodreads.com/book/show/29474100-leading-gracefully,leadership,,,,,, -0e5a58cb-92a5-4cba-a7e3-d78978d0c86a,Programming Rust,By Jim Blandy,https://learn-awesome.github.io/assets/book_covers/25550614.jpg,book|https://www.goodreads.com/book/show/25550614-programming-rust,programming,,,,,, -f460560a-f800-4f52-b7e4-37906cf876ad,Structure and Interpretation of Computer Programs - 2nd Edition (MIT Electrical Engineering and Computer Science),By Harold Abelson,https://learn-awesome.github.io/assets/book_covers/39982914.jpg,book|https://www.goodreads.com/book/show/39982914-structure-and-interpretation-of-computer-programs---2nd-edition,computer-science,,,,,, -c9ecd101-33d0-4029-ac25-b4fcf30bacfc,The Linux Programming Interface: A Linux and UNIX System Programming Handbook,By Michael Kerrisk,https://learn-awesome.github.io/assets/book_covers/7672214.jpg,book|https://www.goodreads.com/book/show/7672214-the-linux-programming-interface,programming,,,,,, -a2d6ffc0-492a-4bcc-8e06-981fe6220bc6,The Elements of Computing Systems: Building a Modern Computer from First Principles,By Noam Nisan,https://learn-awesome.github.io/assets/book_covers/910789.jpg,book|https://www.goodreads.com/book/show/910789.The_Elements_of_Computing_Systems,computer-science,,,,,, -c9009610-09af-44f3-ab18-e109ca810b46,Licklider and the Revolution That Made Computing Personal,By M. Mitchell Waldrop,https://learn-awesome.github.io/assets/book_covers/722412.jpg,book|https://www.goodreads.com/book/show/722412.The_Dream_Machine,history,,,,,, -8bc9ceea-d45c-4bbd-8c46-ec80fd12954a,"Mathematics: Its Content, Methods and Meaning",By A.D. Aleksandrov,https://learn-awesome.github.io/assets/book_covers/405880.jpg,book|https://www.goodreads.com/book/show/405880.Mathematics,math,,,,,, -b579e932-548c-4871-92de-aaba4d992aab,The C Programming Language,By Brian W. Kernighan,https://learn-awesome.github.io/assets/book_covers/515601.jpg,book|https://www.goodreads.com/book/show/515601.The_C_Programming_Language,programming,,,,,, -ec5bfc5e-3cd4-45e4-8039-9f9247c98512,Skunk Works: A Personal Memoir of My Years at Lockheed,By Ben R. Rich,https://learn-awesome.github.io/assets/book_covers/101438.jpg,book|https://www.goodreads.com/book/show/101438.Skunk_Works,history,,,,,, -731555fe-610b-4a4a-83fa-3bfb0aed0c0d,Clean Code: A Handbook of Agile Software Craftsmanship,By Robert C. Martin,https://learn-awesome.github.io/assets/book_covers/3735293.jpg,book|https://www.goodreads.com/book/show/3735293-clean-code,programming,,,,,, -24c23944-054e-4ed6-bb2d-f1b00b1bd364,"Influence: The Psychology of Persuasion, Revised Edition",By Ant Hive Media,https://learn-awesome.github.io/assets/book_covers/29462543.jpg,book|https://www.goodreads.com/book/show/29462543-summary-of-robert-cialdini-s-influence,psychology,,,,,, -4ded3538-3b77-484a-b2ce-fa4fd352d1cf,The Art of Electronics,By Paul Horowitz,https://learn-awesome.github.io/assets/book_covers/569775.jpg,book|https://www.goodreads.com/book/show/569775.The_Art_of_Electronics,electronics,,,,,, -a1b739a3-7718-4474-a013-6ac02b2cb530,The Algorithm Design Manual,By Steven S. Skiena,https://learn-awesome.github.io/assets/book_covers/425208.jpg,book|https://www.goodreads.com/book/show/425208.The_Algorithm_Design_Manual,programming,,,,,, -321352c0-7945-47d8-98e9-87f180e0b958,The Pragmatic Programmer: From Journeyman to Master,By Andy Hunt,https://learn-awesome.github.io/assets/book_covers/4099.jpg,book|https://www.goodreads.com/book/show/4099.The_Pragmatic_Programmer,programming,,,,,, -87777505-bcbd-418a-a00d-1733aef54785,"Advanced Programming in the UNIX Environment, 3rd Edition",By W. Richard Stevens,https://learn-awesome.github.io/assets/book_covers/603263.jpg,book|https://www.goodreads.com/book/show/603263.Advanced_Programming_in_the_UNIX_Environment,programming,,,,,, -6c6aecae-0836-4f0c-a08e-ca5ca4277b02,Expert C Programming: Deep C Secrets,By Peter van der Linden,https://learn-awesome.github.io/assets/book_covers/198207.jpg,book|https://www.goodreads.com/book/show/198207.Expert_C_Programming,programming,,,,,, -667fad31-ecb3-4b6a-bd33-523526ea251d,Lisp in Small Pieces,By Christian Queinnec,https://learn-awesome.github.io/assets/book_covers/1168500.jpg,book|https://www.goodreads.com/book/show/1168500.LISP_in_Small_Pieces,programming,,,,,, -1b04f34f-3295-40ac-a494-a96a1ae7789c,Pattern Recognition and Machine Learning (Information Science and Statistics),By Christopher M. Bishop,https://learn-awesome.github.io/assets/book_covers/55881.jpg,book|https://www.goodreads.com/book/show/55881.Pattern_Recognition_and_Machine_Learning,machine-learning,,,,,, -bf0e1624-e77c-4920-b392-f6581baa93e6,Rise of the Warrior Cop: The Militarization of America's Police Forces,By Radley Balko,https://learn-awesome.github.io/assets/book_covers/16043524.jpg,book|https://www.goodreads.com/book/show/16043524-rise-of-the-warrior-cop,non-fiction,,,,,, -eb340792-ded8-48d3-a9e4-3f8ad2cc3bc7,The Dictator's Handbook: Why Bad Behavior is Almost Always Good Politics,By Bruce Bueno de Mesquita,https://learn-awesome.github.io/assets/book_covers/11612989.jpg,book|https://www.goodreads.com/book/show/11612989-the-dictator-s-handbook,politics,,,,,, -a8e62e5e-5a99-4f34-95ec-401b65cb5a3c,Masters of Doom: How Two Guys Created an Empire and Transformed Pop Culture,By David Kushner,https://learn-awesome.github.io/assets/book_covers/222146.jpg,book|https://www.goodreads.com/book/show/222146.Masters_of_Doom,non-fiction,,,,,, -a8fd2d28-9f01-4365-977b-9f6d663e11ec,Trading and Exchanges: Market Microstructure for Practitioners,By Larry Harris,https://learn-awesome.github.io/assets/book_covers/1290158.jpg,book|https://www.goodreads.com/book/show/1290158.Trading_and_Exchanges,finance,,,,,, -076cd9b1-af43-42c7-a147-e28843a8e822,On Writing Well: The Classic Guide to Writing Nonfiction,By William Zinsser,https://learn-awesome.github.io/assets/book_covers/53343.jpg,book|https://www.goodreads.com/book/show/53343.On_Writing_Well,writing,,,,,, -1990c616-212a-4194-9d53-a0003e92db83,"The High Cost of Free Parking, Updated Edition",By Donald C. Shoup,https://learn-awesome.github.io/assets/book_covers/101843.jpg,book|https://www.goodreads.com/book/show/101843.The_High_Cost_of_Free_Parking,urban-planning,,,,,, -292c463a-3bde-446b-97f3-414dd7f1ccb2,The Unix Programming Environment (Prentice-Hall Software Series),By Brian W. Kernighan,https://learn-awesome.github.io/assets/book_covers/703100.jpg,book|https://www.goodreads.com/book/show/703100.The_UNIX_Programming_Environment,programming,,,,,, -18e44ff5-0376-4fec-b118-53e857bd89eb,JavaScript: The Good Parts,By Douglas Crockford,https://learn-awesome.github.io/assets/book_covers/2998152.jpg,book|https://www.goodreads.com/book/show/2998152-javascript,programming,,,,,, -33b7f8b0-71af-47d3-8580-e1c3b1a56c27,Refactoring: Improving the Design of Existing Code,By Martin Fowler,https://learn-awesome.github.io/assets/book_covers/44936.jpg,book|https://www.goodreads.com/book/show/44936.Refactoring,programming,,,,,, -d5ac6069-e485-49d7-8120-8bdf6628e203,The Righteous Mind: Why Good People Are Divided by Politics and Religion,By Jonathan Haidt,https://learn-awesome.github.io/assets/book_covers/11324722.jpg,wiki|https://en.wikipedia.org/wiki/The_Righteous_Mind;book|https://www.goodreads.com/book/show/11324722-the-righteous-mind,non-fiction,,,,,,oer -436aa02f-766d-4cba-b606-f770583516f6,Calculus Made Easy,By Silvanus Phillips Thompson,https://learn-awesome.github.io/assets/book_covers/818063.jpg,book|https://www.goodreads.com/book/show/818063.Calculus_Made_Easy,math,,,,,, -3e9c1368-308b-4455-99b3-64ec4c3f36a3,The Design of Everyday Things,By Donald A. Norman,https://learn-awesome.github.io/assets/book_covers/840.jpg,book|https://www.goodreads.com/book/show/840.The_Design_of_Everyday_Things,design,,,,,, -29c0fb96-39af-4690-b379-e62e19a4f33a,Computer Graphics: Principles and Practice (3rd Edition),By James D. Foley,https://learn-awesome.github.io/assets/book_covers/603227.jpg,book|https://www.goodreads.com/book/show/603227.Computer_Graphics,computer-science,,,,,, -b2ec5ca8-735e-47b7-aa79-bd72783b5d80,Daemon (Daemon #1) by Daniel Suarez,By Daniel Suarez,https://learn-awesome.github.io/assets/book_covers/6665847.jpg,book|https://www.goodreads.com/book/show/6665847-daemon,science-fiction,,,,,, -73b96c50-792b-4341-92b9-8c64c9d1b526,Peopleware: Productive Projects and Teams (3rd Edition),By Tom DeMarco,https://learn-awesome.github.io/assets/book_covers/67825.jpg,book|https://www.goodreads.com/book/show/67825.Peopleware,management,,,,,, -aeb5078d-ceec-4521-8212-021492d8afbb,"Republic, Lost: How Money Corrupts Congress and a Plan to Stop It",By Lawrence Lessig,https://learn-awesome.github.io/assets/book_covers/11814478.jpg,book|https://www.goodreads.com/book/show/11814478-republic-lost,politics,,,,,, -d4096551-23ba-4d95-be02-82616420b9e2,Gödel's Proof,By Ernest Nagel,https://learn-awesome.github.io/assets/book_covers/695429.jpg,book|https://www.goodreads.com/book/show/695429.G_del_s_Proof,mathematics,,,,,, -d55bc9e0-8463-4549-8d73-73198198e4ec,Domain-Driven Design: Tackling Complexity in the Heart of Software,By Eric Evans,https://learn-awesome.github.io/assets/book_covers/179133.jpg,book|https://www.goodreads.com/book/show/179133.Domain_Driven_Design,programming,,,,,, -37631f36-e53b-4164-b837-38ebcbc04c72,Purely Functional Data Structures,By Chris Okasaki,https://learn-awesome.github.io/assets/book_covers/594288.jpg,book|https://www.goodreads.com/book/show/594288.Purely_Functional_Data_Structures,programming,,,,,, -05960b14-3a97-4464-ac1c-33ed1f80ee14,Dealers of Lightning: Xerox PARC and the Dawn of the Computer Age,By Michael A. Hiltzik,https://learn-awesome.github.io/assets/book_covers/1101290.jpg,book|https://www.goodreads.com/book/show/1101290.Dealers_of_Lightning,history,,,,,, -61c78919-e7e6-4d2a-823e-0f5fa2372c52,Show Stopper!: The Breakneck Race to Create Windows NT and the Next Generation at Microsoft,By G. Pascal Zachary,https://learn-awesome.github.io/assets/book_covers/1416925.jpg,book|https://www.goodreads.com/book/show/1416925.Show_Stopper_,history,,,,,, -0270c1e4-5e32-4e3b-bd0e-14845d6e611d,Working Effectively with Legacy Code,By Michael C. Feathers,https://learn-awesome.github.io/assets/book_covers/44919.jpg,book|https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code,programming,,,,,, -7c20a9b1-d12f-4d11-9a74-461ebc9d7d95,The sould of a New Machine,By Tracy Kidder,https://learn-awesome.github.io/assets/book_covers/7090.jpg,book|https://www.goodreads.com/book/show/7090.The_Soul_of_a_New_Machine,non-fiction,,,,,, -0b9748ba-e09d-420b-892e-4662726886e0,Venture Deals: Be Smarter Than Your Lawyer and Venture Capitalist,By Brad Feld,https://learn-awesome.github.io/assets/book_covers/43728764.jpg,book|https://www.goodreads.com/book/show/43728764-venture-deals,business,,,,,, -1d205706-5eb1-4ed4-9b7c-2c3054a825b7,Programming Collective Intelligence,By Toby Segaran,https://learn-awesome.github.io/assets/book_covers/1741472.jpg,book|https://www.goodreads.com/book/show/1741472.Programming_Collective_Intelligence,programming,,,,,, -40d6524e-aa2b-461f-a1d1-6c00a3982388,The Mythical Man-Month,By Frederick P. Brooks Jr.,https://learn-awesome.github.io/assets/book_covers/13629.jpg,book|https://www.goodreads.com/book/show/13629.The_Mythical_Man_Month,programming,,,,,, -1942335b-14c4-410e-8860-ff95432d8c49,"Grid Systems in Graphic Design: A Visual Communication Manual for Graphic Designers, Typographers and Three Dimensional Designers (German and English Edition)",By Josef Müller-Brockmann,https://learn-awesome.github.io/assets/book_covers/350962.jpg,book|https://www.goodreads.com/book/show/350962.Grid_Systems_in_Graphic_Design_Raster_Systeme_Fur_Die_Visuele_Gestaltung,design,,,,,, -02710fc3-92b6-46e7-90ed-dcc61ae525e1,Why We Get Fat: And What to Do About It,By Gary Taubes,https://learn-awesome.github.io/assets/book_covers/8727466.jpg,book|https://www.goodreads.com/book/show/8727466-why-we-get-fat,non-fiction,,,,,, -3d4658a4-c9b7-44ea-966c-99575a49ca35,Feeling Good: The New Mood Therapy,By David D. Burns,https://learn-awesome.github.io/assets/book_covers/46674.jpg,book|https://www.goodreads.com/book/show/46674.Feeling_Good,self-help,,,,,, -b8d6d34c-ab26-4587-b202-5ba50cf28f50,"Start Small, Stay Small: A Developer's Guide to Launching a Startup",By Rob Walling,https://learn-awesome.github.io/assets/book_covers/9167158.jpg,book|https://www.goodreads.com/book/show/9167158-start-small-stay-small,business,,,,,, -9d15de3a-0457-4912-bde7-76d837cd7cc3,Managing Humans: Biting and Humorous Tales of a Software Engineering Manager,By Michael Lopp,https://learn-awesome.github.io/assets/book_covers/1317946.jpg,book|https://www.goodreads.com/book/show/1317946.Managing_Humans,management,,,,,, -0a291807-d84b-4117-a8c0-365da1472fff,Coders at Work: Reflections on the Craft of Programming,By Peter Seibel,https://learn-awesome.github.io/assets/book_covers/6713575.jpg,book|https://www.goodreads.com/book/show/6713575-coders-at-work,programming,,,,,, -63738423-7cee-42ce-aba6-c687a8d0f97d,Planet of Slums,By Mike Davis,https://learn-awesome.github.io/assets/book_covers/7855.jpg,book|https://www.goodreads.com/book/show/7855.Planet_of_Slums,non-fiction,,,,,, -5414a623-148e-4142-b9cd-a4b78494d656,"Trust Me, I'm Lying: Confessions of a Media Manipulator",By Ryan Holiday,https://learn-awesome.github.io/assets/book_covers/13542853.jpg,book|https://www.goodreads.com/book/show/13542853-trust-me-i-m-lying,non-fiction,,,,,, -cdb9e2f7-9897-4cff-881d-8e7669a0c353,Corporate Confidential: 50 Secrets Your Company Doesn't Want You to Know---and What to Do About Them,By Cynthia Shapiro,https://learn-awesome.github.io/assets/book_covers/62085.jpg,book|https://www.goodreads.com/book/show/62085.Corporate_Confidential,business,,,,,, -b631ffe2-8adc-4a0e-bbca-2d8ed768e05e,Where Wizards Stay Up Late: The Origins Of The Internet,By Katie Hafner,https://learn-awesome.github.io/assets/book_covers/281818.jpg,book|https://www.goodreads.com/book/show/281818.Where_Wizards_Stay_Up_Late,history,,,,,, -3efc4e36-beb8-450a-a5de-c8cda3f05d39,The Shallows: What the Internet Is Doing to Our Brains,By Nicholas Carr,https://learn-awesome.github.io/assets/book_covers/9778945.jpg,book|https://www.goodreads.com/book/show/9778945-the-shallows,psychology,,,,,, -4f34c2d9-5c99-4a8c-87bf-f4a5178815d7,On Intelligence ,By Travis Bradberry,https://learn-awesome.github.io/assets/book_covers/6486483.jpg,book|https://www.goodreads.com/book/show/6486483-emotional-intelligence-2-0,psychology,,,,,, -8a19ec43-2dd7-4142-b9a8-33600818dfe1,The Master Switch: The Rise and Fall of Information Empires,By Tim Wu,https://learn-awesome.github.io/assets/book_covers/8201080.jpg,book|https://www.goodreads.com/book/show/8201080-the-master-switch,non-fiction,,,,,, -7427fb76-3620-4ced-8ba8-e4786a2729cd,What the Dormouse Said: How the Sixties Counterculture Shaped the Personal Computer Industry,By John Markoff,https://learn-awesome.github.io/assets/book_covers/725789.jpg,book|https://www.goodreads.com/book/show/725789.What_the_Dormouse_Said,history,,,,,, -5414b83d-ea6e-4aad-a63c-745094c56bb3,21st Century C,By Ben Klemens,https://learn-awesome.github.io/assets/book_covers/14514281.jpg,book|https://www.goodreads.com/book/show/14514281-21st-century-c,programming,,,,,, -a419c5eb-5a92-4af2-9ed6-bfdcfd9eadb3,The Chickenshit Club: Why the Justice Department Fails to Prosecute Executives,By Jesse Eisinger,https://learn-awesome.github.io/assets/book_covers/34397551.jpg,book|https://www.goodreads.com/book/show/34397551-the-chickenshit-club,non-fiction,,,,,, -f2a8c747-2c6a-4f5c-99a1-7209708fdcc1,Three Felonies A Day: How the Feds Target the Innocent,By Harvey A. Silverglate,https://learn-awesome.github.io/assets/book_covers/6611240.jpg,book|https://www.goodreads.com/book/show/6611240-three-felonies-a-day,politics,,,,,, -4b0cf234-9ea6-46f2-b19f-8e2f0b6d49fa,Design for Hackers: Reverse Engineering Beauty,By David Kadavy,https://learn-awesome.github.io/assets/book_covers/11457105.jpg,book|https://www.goodreads.com/book/show/11457105-design-for-hackers,design,,,,,, -cd1a8038-c3f7-4e91-bf1b-a527f71e8a27,The Design of Design: Essays from a Computer Scientist,By Frederick P. Brooks Jr.,https://learn-awesome.github.io/assets/book_covers/7157080.jpg,book|https://www.goodreads.com/book/show/7157080-the-design-of-design,design,,,,,, -18946b7b-b8d3-444a-8520-a4aeb31b40ed,The Net Delusion: The Dark Side of Internet Freedom,By Evgeny Morozov,https://learn-awesome.github.io/assets/book_covers/10003400.jpg,book|https://www.goodreads.com/book/show/10003400-the-net-delusion,non-fiction,,,,,, -729fc285-2149-43e7-8eac-0d962247f32b,"Don't Make Me Think: A Common Sense Approach to Web Usability, 2nd Edition",By Jacob Maxey,https://learn-awesome.github.io/assets/book_covers/17955909.jpg,book|https://www.goodreads.com/book/show/17955909-100-of-the-most-shocking-reviews-don-t-make-me-think,web-design,,,,,, -b1bacfb9-ebea-4153-bf66-94df79244721,0 Applications,By SPSS Inc,https://learn-awesome.github.io/assets/book_covers/77217.jpg,book|https://www.goodreads.com/book/show/77217.SPSS_Base_8_0_Applications_Guide,statistics;software-tools/spss,,,,,, -61fda7b5-8a57-45d7-96aa-72046b7970eb,Code: The Hidden Language of Computer Hardware and Software,By Emily Harfoot,https://learn-awesome.github.io/assets/book_covers/17953916.jpg,book|https://www.goodreads.com/book/show/17953916-100-provocative-statements-about-code,computer-science,,,,,, -6a1f313f-f5a7-4985-a801-dc721c79faa1,"""Surely You're Joking, Mr. Feynman!"": Adventures of a Curious Character (Paperback)",By Richard P. Feynman,https://learn-awesome.github.io/assets/book_covers/35167685._SX98_.jpg,book|https://www.goodreads.com/book/show/35167685-surely-you-re-joking-mr-feynman,science,,,,,, -afd8dc33-4b61-4882-a24e-802858900650,Flow: The Psychology of Optimal Experience (Harper Perennial Modern Classics),By Paul Mani,https://learn-awesome.github.io/assets/book_covers/45164601.jpg,book|https://www.goodreads.com/book/show/45164601-summary-of-flow,psychology,,,,,, -6dae33de-a2e5-4e79-9e95-4811bb13cae9,Focused Determination: How to Engineer Your Life to Maximise Your Happiness (Paperback),By Skills Converged,https://learn-awesome.github.io/assets/book_covers/26118095.jpg,book|https://www.goodreads.com/book/show/26118095-focused-determination,self-help,,,,,, -86afc7b0-3e91-4fa9-8eab-609ff558c43d,Click: The Art + Science of Getting from Impasse to Insight (Kindle Edition),By Eve Grodnitzky,https://learn-awesome.github.io/assets/book_covers/24659085.jpg,book|https://www.goodreads.com/book/show/24659085-click,business,,,,,, -a1da47ac-0b48-4069-8abf-43d711c2ae7e,All I Want To Know Is Where I'm Going To Die So I'll Never Go There (Hardcover),By Peter Bevelin,https://learn-awesome.github.io/assets/book_covers/30113404.jpg,book|https://www.goodreads.com/book/show/30113404-all-i-want-to-know-is-where-i-m-going-to-die-so-i-ll-never-go-there,investing,,,,,, -aa9e7e47-1031-46dd-a31d-7fbebe28038f,The Story of French (Hardcover),By Anonymous,https://learn-awesome.github.io/assets/book_covers/23433230.jpg,book|https://www.goodreads.com/book/show/23433230-niv-plush-bible-collection-hardcover-purple-black,religion,,,,,, -d386e1be-d186-4bda-8189-b1d51b4b86df,Berkshire Hathaway Letters to Shareholders (Paperback),By Warren Buffett,https://learn-awesome.github.io/assets/book_covers/17972688.jpg,book|https://www.goodreads.com/book/show/17972688-berkshire-hathaway-letters-to-shareholders,investing,,,,,, -cde13c92-1dfc-45b4-9dbf-1693379b3413,The Intelligent Man's Guide To The Physical Sciences,By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/288062.jpg,book|https://www.goodreads.com/book/show/288062.The_Intelligent_Man_s_Guide_To_The_Physical_Sciences,science,,,,,, -4b3c1856-a7ac-4007-8025-ba8fc05a66b0,"This Is Water: Some Thoughts, Delivered on a Significant Occasion, about Living a Compassionate Life (Hardcover)",By David Foster Wallace,https://learn-awesome.github.io/assets/book_covers/5986375.jpg,book|https://www.goodreads.com/book/show/5986375-this-is-water,non-fiction,,,,,, -ba01326a-3465-4cc8-89b9-4ff17629de45,Pride and Prejudice (Paperback),By Emily Hutchinson,https://learn-awesome.github.io/assets/book_covers/3233348.jpg,book|https://www.goodreads.com/book/show/3233348-pride-and-prejudice-with-paperback-book,classics,,,,,, -a69ab0b7-9fa2-448a-90d9-400490b798c4,"Kennedy and King: The President, the Pastor, and the Battle over Civil Rights (ebook)",By Steven Levingston,https://learn-awesome.github.io/assets/book_covers/31932825.jpg,book|https://www.goodreads.com/book/show/31932825-kennedy-and-king,history,,,,,, -8674e857-902f-4989-93d7-b42b66930b7c,A Few Lessons for Investors and Managers From Warren Buffett (Hardcover),By Peter Bevelin,https://learn-awesome.github.io/assets/book_covers/20322188.jpg,book|https://www.goodreads.com/book/show/20322188-a-few-lessons-for-investors-and-managers-from-warren-buffett,investing,,,,,, -d398def0-9f35-4537-9da1-6aafea4d9d6a,Leonardo da Vinci (Hardcover),By Gustave Doré,https://learn-awesome.github.io/assets/book_covers/23466178.jpg,book|https://www.goodreads.com/book/show/23466178-the-king-james-bible,religion,,,,,, -0692cf43-09b6-465c-bf50-84841bf23904,This Is Going to Hurt: Secret Diaries of a Junior Doctor (Kindle Edition),By Adam Kay,https://learn-awesome.github.io/assets/book_covers/35235302.jpg,book|https://www.goodreads.com/book/show/35235302-this-is-going-to-hurt,non-fiction,,,,,, -47970bbb-540e-48b3-a995-d92976d32a3d,The Essential Wooden: A Lifetime of Lessons on Leaders and Leadership (Hardcover),By John Wooden,https://learn-awesome.github.io/assets/book_covers/43538.jpg,book|https://www.goodreads.com/book/show/43538.The_Essential_Wooden,leadership,,,,,, -f2ee2f72-7e4d-4309-b8d2-f4089cd6bd4f,Ever Yours: The Essential Letters (Hardcover),By Vincent van Gogh,https://learn-awesome.github.io/assets/book_covers/21945153.jpg,book|https://www.goodreads.com/book/show/21945153-ever-yours,art,,,,,, -11a684a8-f15c-439a-9834-89aead203f61,"Red Notice: A True Story of High Finance, Murder, and One Man's Fight for Justice (Hardcover)",By Bill Browder,https://learn-awesome.github.io/assets/book_covers/22609522.jpg,book|https://www.goodreads.com/book/show/22609522-red-notice,non-fiction,,,,,, -02e1ab50-d5db-48d8-a987-346c2f909cae,Affective Neuroscience: The Foundations of Human and Animal Emotions (Paperback),By Jaak Panksepp,https://learn-awesome.github.io/assets/book_covers/334755.jpg,book|https://www.goodreads.com/book/show/334755.Affective_Neuroscience,psychology,,,,,, -86a8179a-1502-41bd-a230-489c5c67e97b,The Mindset of Success: From Good Management to Great Leadership (Paperback),By Jo Owen,https://learn-awesome.github.io/assets/book_covers/23310075.jpg,book|https://www.goodreads.com/book/show/23310075-the-mindset-of-success,leadership,,,,,, -73e6bedc-682b-4476-bc3d-b151622d4e3d,The Accidental Superpower: The Next Generation of American Preeminence and the Coming Global Disorder (Hardcover),By Peter Zeihan,https://learn-awesome.github.io/assets/book_covers/21926865.jpg,book|https://www.goodreads.com/book/show/21926865-the-accidental-superpower,non-fiction,,,,,, -b4754922-bac3-4816-a725-20e965a8ad7c,The Culture Map: Breaking Through the Invisible Boundaries of Global Business (Kindle Edition),By Erin Meyer,https://learn-awesome.github.io/assets/book_covers/22085568.jpg,book|https://www.goodreads.com/book/show/22085568-the-culture-map,business,,,,,, -8fb19e6e-971d-4294-adb8-6dcf826aed81,Letters of Note: An Eclectic Collection of Correspondence Deserving of a Wider Audience (Hardcover),By Shaun Usher,https://learn-awesome.github.io/assets/book_covers/18078311.jpg,book|https://www.goodreads.com/book/show/18078311-letters-of-note,non-fiction,,,,,, -4c3dbbbc-ab87-444a-bdde-76b850f96b3a,My Years with General Motors (Paperback),By Richard A. Underwood,https://learn-awesome.github.io/assets/book_covers/8766040.jpg,book|https://www.goodreads.com/book/show/8766040-my-years-with-general-motors-and-other-stories,trekk,,,,,, -a288b536-62cb-4461-bcbb-ca36ed3c308b,Goethe's Poems and Aphorisms,By Friedrich Bruns,,book|https://www.goodreads.com/book/show/25221007-goethe-s-poems-and-aphorisms,ftww,,,,,, -ccb572a0-aa33-4ccd-9932-f1ae8bdbd1d6,The Laws of Human Nature (Kindle Edition),By Lao Tzu,https://learn-awesome.github.io/assets/book_covers/890289.jpg,book|https://www.goodreads.com/book/show/890289.Tao_Te_Ching,philosophy,,,,,, -1dcb8034-3aed-4069-9b11-399edb2aa077,The User Illusion: Cutting Consciousness Down to Size (Paperback),By Tor Nørretranders,https://learn-awesome.github.io/assets/book_covers/106732.jpg,book|https://www.goodreads.com/book/show/106732.The_User_Illusion,science,,,,,, -63e2958b-79a6-4856-b2aa-f2b7fb28ea76,Changing on the Job: Developing Leaders for a Complex World (Kindle Edition),By Jennifer Garvey Berger,https://learn-awesome.github.io/assets/book_covers/13127496.jpg,book|https://www.goodreads.com/book/show/13127496-changing-on-the-job,leadership,,,,,, -1dbcd283-bc0a-4b7e-9a14-da4cd3e864ec,The Invention of Nature: Alexander von Humboldt's New World (Hardcover),By Andrea Wulf,https://learn-awesome.github.io/assets/book_covers/23995249.jpg,book|https://www.goodreads.com/book/show/23995249-the-invention-of-nature,non-fiction,,,,,, -5502ff13-bf71-4041-97cc-b04fcc5e368c,The Emperor of All Maladies: A Biography of Cancer (Hardcover),By Siddhartha Mukherjee,https://learn-awesome.github.io/assets/book_covers/7170627.jpg,book|https://www.goodreads.com/book/show/7170627-the-emperor-of-all-maladies,non-fiction,,,,,, -0f581fd1-504f-4659-9cb9-61cf65e86a4a,Resilience: Hard-Won Wisdom for Living a Better Life (Audio CD),By Eric Greitens,https://learn-awesome.github.io/assets/book_covers/22609866.jpg,book|https://www.goodreads.com/book/show/22609866-resilience,non-fiction,,,,,, -44af0494-0563-4e5a-8f7f-0ed483d59335,Millionaire Teacher: The Nine Rules of Wealth You Should Have Learned in School (Paperback),By Andrew Hallam,https://learn-awesome.github.io/assets/book_covers/11737840.jpg,book|https://www.goodreads.com/book/show/11737840-millionaire-teacher,finance,,,,,, -410091d2-6f33-46e9-b2e4-7994d411848b,Man's Search for Meaning (Paperback),By Viktor E. Frankl,https://learn-awesome.github.io/assets/book_covers/545759.jpg,book|https://www.goodreads.com/book/show/545759.Man_s_Search_for_Ultimate_Meaning,psychology,,,,,, -524931f3-6b72-4149-a637-11adb8b44865,Decolonising the Mind: The Politics of Language in African Literature (Paperback),By Ngũgĩ wa Thiong'o,https://learn-awesome.github.io/assets/book_covers/152622.jpg,book|https://www.goodreads.com/book/show/152622.Decolonising_the_Mind,non-fiction,,,,,, -0b2f49cf-aa56-4434-a70f-2ed59baed69c,Streetlights and Shadows: Searching for the Keys to Adaptive Decision Making (Bradford Books),By Gary Klein,https://learn-awesome.github.io/assets/book_covers/6470232.jpg,book|https://www.goodreads.com/book/show/6470232-streetlights-and-shadows,psychology,,,,,, -8deb9e85-5287-4546-986d-fc408eb00843,Come As You Are (Paperback),By James Allen,https://learn-awesome.github.io/assets/book_covers/24194701.jpg,book|https://www.goodreads.com/book/show/24194701-sei-come-pensi-di-essere,classics,,,,,, -38fa042e-4d18-42df-bd95-31aeb1d93ab7,Spillover: Animal Infections and the Next Human Pandemic (Paperback),By David Quammen,https://learn-awesome.github.io/assets/book_covers/17573681.jpg,book|https://www.goodreads.com/book/show/17573681-spillover,science,,,,,, -07fedd4d-d4a0-4675-8380-aeeaffa3760d,How the Mind Works (Paperback),By James Allen,https://learn-awesome.github.io/assets/book_covers/43069950.jpg,book|https://www.goodreads.com/book/show/43069950-as-a-man-thinketh-japanese-translation,self-help,,,,,, -8f6b25b6-f91c-40a9-960e-685f485d3612,"Early Greek Philosophy, Volume IV: Western Greek Thinkers, Part 1 (Hardcover)",By Glenn W. Most,https://learn-awesome.github.io/assets/book_covers/27311813.jpg,book|https://www.goodreads.com/book/show/27311813-early-greek-philosophy-volume-i,philosophy,,,,,, -ac276e83-dbd7-4bd8-8c87-9902ae2625c9,Retail Disruptors: The Spectacular Rise and Impact of the Hard Discounters (Paperback),By Jan-Benedict Steenkamp,https://learn-awesome.github.io/assets/book_covers/37585505.jpg,book|https://www.goodreads.com/book/show/37585505-retail-disruptors,business,,,,,, -4099d499-1fad-42c6-a70a-81106ffc1a99,University of Berkshire Hathaway: 30 Years of Lessons Learned from Warren Buffett & Charlie Munger at the Annual Shareholders Meeting (Kindle Edition),By Daniel Pecaut,https://learn-awesome.github.io/assets/book_covers/34673040.jpg,book|https://www.goodreads.com/book/show/34673040-university-of-berkshire-hathaway,business,,,,,, -b95d79eb-4b39-4ef5-8305-a4c532132de2,The Intelligent Man's Guide to the Biological Sciences (Paperbook),By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/436975.jpg,book|https://www.goodreads.com/book/show/436975.The_Intelligent_Man_s_Guide_to_the_Biological_Sciences,science,,,,,, -d709e113-2f8f-49af-9edf-69155e991b10,Buffett: The Making of an American Capitalist,By Roger Lowenstein,https://learn-awesome.github.io/assets/book_covers/1155.jpg,book|https://www.goodreads.com/book/show/1155.Buffett,biography,,,,,, -95ccd561-8341-4da1-88da-ae41cb687330,Come as You Are: The Surprising New Science that Will Transform Your Sex Life (Paperback),By Emily Nagoski,https://learn-awesome.github.io/assets/book_covers/22609341.jpg,book|https://www.goodreads.com/book/show/22609341-come-as-you-are,non-fiction,,,,,, -ce349b3b-9b48-422f-ac50-bc281b4e0b87,The Art of Doing Science and Engineering: Learning to Learn (Paperback),By Richard Hamming,https://learn-awesome.github.io/assets/book_covers/530415.jpg,book|https://www.goodreads.com/book/show/530415.The_Art_of_Doing_Science_and_Engineering,science,,,,,, -d0921b92-aa7f-4492-baa9-7c884fa90ec0,"The Origin of Wealth: Evolution, Complexity, And the Radical Remaking of Economics (Hardcover)",By Eric D. Beinhocker,https://learn-awesome.github.io/assets/book_covers/22456.jpg,book|https://www.goodreads.com/book/show/22456.The_Origin_of_Wealth,economics,,,,,, -3fdc098a-ff4f-4981-9119-f80dc93c367c,Music as Alchemy: Journeys with Great Conductors and Their Orchestras (Hardcover),By Tom Service,https://learn-awesome.github.io/assets/book_covers/14771969.jpg,book|https://www.goodreads.com/book/show/14771969-music-as-alchemy,music,,,,,, -a1a61801-eada-4f6a-bf74-b1585a530a35,"Filters against Folly: How to Survive despite Economists, Ecologists, and the Merely Eloquent (Paperback)",By Garrett Hardin,https://learn-awesome.github.io/assets/book_covers/144724.jpg,book|https://www.goodreads.com/book/show/144724.Filters_against_Folly,non-fiction,,,,,, -fbadb81f-3617-4ec1-beb8-7d19381b8b30,How Asia Works: Success and Failure in the World's Most Dynamic Region (Hardcover),By Joe Studwell,https://learn-awesome.github.io/assets/book_covers/16144575.jpg,book|https://www.goodreads.com/book/show/16144575-how-asia-works,economics,,,,,, -d2991ba3-1807-48fd-80ed-05b2584398cb,Faraday Maxwell and the Electromagnetic Field,By Nancy Forbes,https://learn-awesome.github.io/assets/book_covers/18240286._SX98_.jpg,book|https://www.goodreads.com/book/show/18240286-faraday-maxwell-and-the-electromagnetic-field,science,,,,,, -fea920ae-488d-4a6b-8bf0-bf49a35a6cea,Home,,,book|https://csabahazi.com/,product-design;user-experience,,,,,, -6b2a546d-7970-4bfc-9143-eed5ac3c0611,A Mind for Numbers: How to Excel at Math and Science (Even If You Flunked Algebra),By Barbara Oakley,https://learn-awesome.github.io/assets/book_covers/18693655.jpg,book|https://www.goodreads.com/book/show/18693655-a-mind-for-numbers,non-fiction,,,,,, -3cd55cc7-1f41-4a42-85cc-44cb4d3cd863,Pleasure of Findng Things Out,By Richard Feynman,https://learn-awesome.github.io/assets/book_covers/10260.jpg,book|https://www.goodreads.com/book/show/10260.The_Pleasure_of_Finding_Things_Out,science,,,,,, -a4365f1b-1ba9-4b0e-9e6b-509d7843e940,The Coddling of the American Mind: How Good Intentions and Bad Ideas Are Setting Up a Generation for Failure (Kindle Edition),By Greg Lukianoff,https://learn-awesome.github.io/assets/book_covers/36556202.jpg,book|https://www.goodreads.com/book/show/36556202-the-coddling-of-the-american-mind,non-fiction,,,,,, -1c79df36-c823-4389-a380-63b876563ff8,The Power of Moments: Why Certain Experiences Have Extraordinary Impact (Hardcover),By Chip Heath,https://learn-awesome.github.io/assets/book_covers/34466952.jpg,book|https://www.goodreads.com/book/show/34466952-the-power-of-moments,non-fiction,,,,,, -937a9c69-93a6-4b9c-bc00-cc1c50ea6834,Bird by Bird: Some Instructions on Writing and Life (Paperback),By Anne Lamott,https://learn-awesome.github.io/assets/book_covers/12543.jpg,book|https://www.goodreads.com/book/show/12543.Bird_by_Bird,writing,,,,,, -068ef3de-5b7c-416a-84f4-f664ec49bee2,More Letters of Note: Correspondence Deserving of a Wider Audience (Hardcover),By Shaun Usher,https://learn-awesome.github.io/assets/book_covers/25184006.jpg,book|https://www.goodreads.com/book/show/25184006-more-letters-of-note,non-fiction,,,,,, -abd9c9ec-542a-463b-b26c-257426347be5,Napoleon: A Life (Paperback),By Russell H. Conwell,,book|https://www.goodreads.com/book/show/29400925-acres-of-diamonds,business,,,,,, -57ea50ea-c03a-46f9-9ac0-102136b43f8f,"Simple Wealth, Inevitable Wealth, Revised Edition (Hardcover)",By Nick Murray,https://learn-awesome.github.io/assets/book_covers/439409.jpg,book|https://www.goodreads.com/book/show/439409.Simple_Wealth_Inevitable_Wealth_Revised_Edition,finance,,,,,, -00678d3a-f1b0-4f66-9704-0098d24a869e,"The Art of Living: The Classical Manual on Virtue, Happiness and Effectiveness (Paperback)",By Epictetus,https://learn-awesome.github.io/assets/book_covers/24618.jpg,book|https://www.goodreads.com/book/show/24618.The_Art_of_Living,philosophy,,,,,, -d4dad9f2-3740-4f9a-a287-db1dddfadd27,Better: A Surgeon's Notes on Performance (Hardcover),By Atul Gawande,https://learn-awesome.github.io/assets/book_covers/213233.jpg,book|https://www.goodreads.com/book/show/213233.Better,non-fiction,,,,,, -210fc102-7d6d-4f22-b8ef-7facb0f161f2,Fluent Forever: How to Learn Any Language Fast and Never Forget It (Paperback),By Gabriel Wyner,https://learn-awesome.github.io/assets/book_covers/19661852.jpg,book|https://www.goodreads.com/book/show/19661852-fluent-forever,non-fiction,,,,,, -c4e8fa25-7bdd-4c35-a725-62ae3328b078,The Hero with a Thousand Faces — Joseph Campbell,By Joseph Campbell,https://learn-awesome.github.io/assets/book_covers/588138.jpg,book|https://www.goodreads.com/book/show/588138.The_Hero_With_a_Thousand_Faces,non-fiction,,,,,, -5b1fdbc8-a0cc-4599-8de7-1c065658101a,"Black Edge: Inside Information, Dirty Money, and the Quest to Bring Down the Most Wanted Man on Wall Street (Hardcover)",By Sheelah Kolhatkar,https://learn-awesome.github.io/assets/book_covers/32284263.jpg,book|https://www.goodreads.com/book/show/32284263-black-edge,non-fiction,,,,,, -ebdad0f7-e217-46da-a9ff-14a78c02a779,Life in Half a Second: How to Achieve Success Before It's Too Late (Paperback),By Matthew Michalewicz,https://learn-awesome.github.io/assets/book_covers/18698097.jpg,book|https://www.goodreads.com/book/show/18698097-life-in-half-a-second,personal-development,,,,,, -e3d06b9a-574a-40f3-a69e-59adef86d2ac,Primed to Perform: How to Build the Highest Performing Cultures Through the Science of Total Motivation (Hardcover),By Neel Doshi,https://learn-awesome.github.io/assets/book_covers/24585389.jpg,book|https://www.goodreads.com/book/show/24585389-primed-to-perform,business,,,,,, -af74f8c1-62e6-41dc-8923-bccbe1c44f8b,Let My People Go Surfing: The Education of a Reluctant Businessman (Paperback),By Yvon Chouinard,https://learn-awesome.github.io/assets/book_covers/22155.jpg,book|https://www.goodreads.com/book/show/22155.Let_My_People_Go_Surfing,business,,,,,, -bf5c23ff-bd2b-46e9-ae64-21c42fb35432,A History of the World in 100 Objects (Hardcover),By Neil MacGregor,https://learn-awesome.github.io/assets/book_covers/9553383.jpg,book|https://www.goodreads.com/book/show/9553383-a-history-of-the-world-in-100-objects,history,,,,,, -5bda5484-d2a2-4b37-b9a9-21705c448d5e,The Art of Scientific Investigation (Paperback),By William Ian Beardmore Beveridge,https://learn-awesome.github.io/assets/book_covers/2570722.jpg,book|https://www.goodreads.com/book/show/2570722-the-art-of-scientific-investigation,science,,,,,, -f002a921-6480-4e6d-96a0-ed4fc6ea8c62,Kids Are Worth It!: Giving Your Child the Gift of Inner Discipline (Paperback),By Barbara Coloroso,https://learn-awesome.github.io/assets/book_covers/43273.jpg,book|https://www.goodreads.com/book/show/43273.Kids_Are_Worth_It_,parenting,,,,,, -1d3223f3-a66a-402c-bb4d-c53d79448db2,"AI Superpowers: China, Silicon Valley, and the New World Order (Hardcover)",By Kai-Fu Lee,https://learn-awesome.github.io/assets/book_covers/38242135.jpg,book|https://www.goodreads.com/book/show/38242135-ai-superpowers,non-fiction,,,,,, -8d3a240d-2c73-4879-ab53-331cd1190e87,I Contain Multitudes: The Microbes Within Us and a Grander View of Life (Hardcover),By Ed Yong,https://learn-awesome.github.io/assets/book_covers/27213168.jpg,book|https://www.goodreads.com/book/show/27213168-i-contain-multitudes,science,,,,,, -623881fa-33ac-4c1e-9f4f-c47a466318e5,Perennial Seller: The Art of Making and Marketing Work That Lasts (Hardcover),By Ryan Holiday,https://learn-awesome.github.io/assets/book_covers/32968546.jpg,book|https://www.goodreads.com/book/show/32968546-perennial-seller,business,,,,,, -36a285c8-2657-4a59-88f2-aaca4c36fe9d,Captivate: The Science of Succeeding with People (Hardcover),By Vanessa Van Edwards,https://learn-awesome.github.io/assets/book_covers/31868165.jpg,book|https://www.goodreads.com/book/show/31868165-captivate,psychology,,,,,, -b599009a-12e8-40a5-ba51-37dd5923856e,Becoming Wise: An Inquiry into the Mystery and Art of Living (Audiobook),By Krista Tippett,https://learn-awesome.github.io/assets/book_covers/25894085.jpg,book|https://www.goodreads.com/book/show/25894085-becoming-wise,non-fiction,,,,,, -8b6a4107-6420-48fe-9450-3aec869f4506,Synchronicity: The Inner Path of Leadership (Paperback),By Joseph Jaworski,https://learn-awesome.github.io/assets/book_covers/92545.jpg,book|https://www.goodreads.com/book/show/92545.Synchronicity,leadership,,,,,, -fc66a359-863f-4180-97cf-580989491eb5,Mastery: The Keys to Success and Long-Term Fulfillment (Paperback),By George Leonard,https://learn-awesome.github.io/assets/book_covers/81940.jpg,book|https://www.goodreads.com/book/show/81940.Mastery,self-help,,,,,, -0d750e6d-a01c-4ae0-a9eb-2f2bcb23d94f,"Lee Kuan Yew: The Grand Master's Insights on China, the United States, and the World (Hardcover)",By Lee Kuan Yew,https://learn-awesome.github.io/assets/book_covers/16248652.jpg,book|https://www.goodreads.com/book/show/16248652-lee-kuan-yew,politics,,,,,, -d8bf65c3-226a-405e-8755-0178f639b60c,Fortune’s Formula: The Untold Story of the Scientific Betting System That Beat the Casinos and Wall Street,By William Poundstone,https://learn-awesome.github.io/assets/book_covers/186124.jpg,book|https://www.goodreads.com/book/show/186124.Fortune_s_Formula,finance,,,,,, -48e8f2c4-1920-41b2-bf1a-adc15809c5e8,Reminiscences of a Stock Operator (Hardcover),By Edwin Lefèvre,https://learn-awesome.github.io/assets/book_covers/100779.jpg,book|https://www.goodreads.com/book/show/100779.Reminiscences_of_a_Stock_Operator,finance,,,,,, -6c843822-aed2-45f6-80c2-5cc71158a8a4,Thinking with Type (Paperback),By Wallace D. Wattles,https://learn-awesome.github.io/assets/book_covers/14438956.jpg,book|https://www.goodreads.com/book/show/14438956-the-science-of-getting-rich,self-help,,,,,, -4c751172-c490-4e6d-9f95-686e03de97be,The Country Under My Skin: A Memoir of Love and War (Paperback),By Gioconda Belli,https://learn-awesome.github.io/assets/book_covers/61030.jpg,book|https://www.goodreads.com/book/show/61030.The_Country_Under_My_Skin,non-fiction,,,,,, -e232e0ff-5135-4d9d-8eba-5c8f62bfdfc5,Metamagical Themas: Questing for the Essence of Mind and Pattern (Paperback),By Douglas R. Hofstadter,https://learn-awesome.github.io/assets/book_covers/181239.jpg,book|https://www.goodreads.com/book/show/181239.Metamagical_Themas,philosophy,,,,,, -9f80eb03-14ee-459c-aaf6-bb36c75bc961,Mastery (Hardcover),By Wallace D. Wattles,https://learn-awesome.github.io/assets/book_covers/31208293.jpg,book|https://www.goodreads.com/book/show/31208293-the-science-of-getting-rich,self-help,,,,,, -9eacf31a-e996-4c3f-b206-022b534d0798,"The Face of Battle: A Study of Agincourt, Waterloo and the Somme (Paperback)",By John Keegan,https://learn-awesome.github.io/assets/book_covers/275833.jpg,book|https://www.goodreads.com/book/show/275833.The_Face_of_Battle,history,,,,,, -503f1862-2c56-4eea-9f87-04d347ff911e,Work Rules!: Insights from Inside Google That Will Transform How You Live and Lead (Hardcover),By Laszlo Bock,https://learn-awesome.github.io/assets/book_covers/22875447.jpg,book|https://www.goodreads.com/book/show/22875447-work-rules,business,,,,,, -d6a15beb-cd75-4599-aa02-cca3f3c18af9,Modern Man in Search of a Soul (Paperback),By Carl Jung,https://learn-awesome.github.io/assets/book_covers/646175.jpg,book|https://www.goodreads.com/book/show/646175.Modern_Man_in_Search_of_a_Soul,psychology,,,,,, -418a428f-1b08-4728-aec8-8ddf86d306b3,"The Vital Question: Energy, Evolution, and the Origins of Complex Life (Paperback)",By Nick Lane,https://learn-awesome.github.io/assets/book_covers/26530386.jpg,book|https://www.goodreads.com/book/show/26530386-the-vital-question,science,,,,,, -02ff679a-066f-4acb-b196-f95110aa1d5f,Windows on the World Complete Wine Course (Hardcover),By Kevin Zraly,https://learn-awesome.github.io/assets/book_covers/68430.jpg,book|https://www.goodreads.com/book/show/68430.Windows_on_the_World_Complete_Wine_Course,wine,,,,,, -160df77d-e74e-4d03-b3ec-d5b336df47c9,"The Bully Pulpit: Theodore Roosevelt, William Howard Taft, and the Golden Age of Journalism",By Doris Kearns Goodwin,https://learn-awesome.github.io/assets/book_covers/17334495._SX98_.jpg,book|https://www.goodreads.com/book/show/17334495-the-bully-pulpit,history,,,,,, -37963937-5087-4f4f-bd0d-688521ba29b0,The Beak of the Finch: A Story of Evolution in Our Time (Paperback),By Jonathan Weiner,https://learn-awesome.github.io/assets/book_covers/125286.jpg,book|https://www.goodreads.com/book/show/125286.The_Beak_of_the_Finch,science,,,,,, -e6a4ad6f-d1f9-4657-b8c8-492521084574,The Prophet,By Karen Armstrong,https://learn-awesome.github.io/assets/book_covers/27310.jpg,book|https://www.goodreads.com/book/show/27310.Muhammad,poetry,,,,,, -78eadc1b-60f8-4a0c-abea-33ad7f489ce9,The Surprising Power of Liberating Structures: Simple Rules to Unleash A Culture of Innovation (Paperback),By Henri Lipmanowicz,https://learn-awesome.github.io/assets/book_covers/21481308.jpg,book|https://www.goodreads.com/book/show/21481308-the-surprising-power-of-liberating-structures,agile,,,,,, -4e04d2b8-4f6d-4315-91fc-61d82b8bce47,Sit Like a Buddha: A Pocket Guide to Meditation (Paperback),By Lodro Rinzler,https://learn-awesome.github.io/assets/book_covers/21487659.jpg,book|https://www.goodreads.com/book/show/21487659-sit-like-a-buddha,non-fiction,,,,,, -0bd684b8-4758-4c31-aa3a-ffb0b1443bd0,"Scale: The Universal Laws of Growth, Innovation, Sustainability, and the Pace of Life in Organisms, Cities, Economies, and Companies (Hardcover)",By Geoffrey B. West,https://learn-awesome.github.io/assets/book_covers/31670196.jpg,book|https://www.goodreads.com/book/show/31670196-scale,science,,,,,, -6676bb53-ff41-41ff-8f0c-2e9fe656e960,Spark: The Revolutionary New Science of Exercise and the Brain (Hardcover),By John J. Ratey,https://learn-awesome.github.io/assets/book_covers/721609.jpg,book|https://www.goodreads.com/book/show/721609.Spark,non-fiction,,,,,, -6c14c759-78ba-420b-8cca-170bc441b279,Damn Right!: Behind the Scenes with Berkshire Hathaway Billionaire Charlie Munger (Paperback),By Janet Lowe,https://learn-awesome.github.io/assets/book_covers/1160.jpg,book|https://www.goodreads.com/book/show/1160.Damn_Right_,business,,,,,, -1b621daf-dd99-4191-92b7-da3aec652b47,Hello World: Being Human in the Age of Algorithms (Hardcover),By Hannah Fry,https://learn-awesome.github.io/assets/book_covers/38212157.jpg,book|https://www.goodreads.com/book/show/38212157-hello-world,non-fiction,,,,,, -52c3df30-9843-4d47-9bfa-c4a4213dee1a,An Intimate History of Humanity (Paperback),By Theodore Zeldin,https://learn-awesome.github.io/assets/book_covers/49983.jpg,book|https://www.goodreads.com/book/show/49983.An_Intimate_History_of_Humanity,history,,,,,, -775e7b84-2edf-4802-9754-d51c9521ef73,1984 (Kindle Edition),By Martin Luther,https://learn-awesome.github.io/assets/book_covers/18922692.jpg,book|https://www.goodreads.com/book/show/18922692-die-kindle-luther-bibel,default,,,,,, -3e83fcbb-2cf6-4043-8be5-8facee602469,"The Mask of Command: Alexander the Great, Wellington, Ulysses S. Grant, Hitler, and the Nature of Leadership (Paperback)",By John Keegan,https://learn-awesome.github.io/assets/book_covers/55203.jpg,book|https://www.goodreads.com/book/show/55203.The_Mask_of_Command,history,,,,,, -0209c931-4b7a-469f-a83f-eb7047012b42,"Invested: How Warren Buffett and Charlie Munger Taught Me to Master My Mind, My Emotions, and My Money (with a Little Help from My Dad)",By Danielle Town,https://learn-awesome.github.io/assets/book_covers/34950854.jpg,book|https://www.goodreads.com/book/show/34950854-invested,finance,,,,,, -f7b2711a-8a9e-4488-be12-e36915691b2a,The Bible ,By Holy Book,https://learn-awesome.github.io/assets/book_covers/147636.jpg,book|https://www.goodreads.com/book/show/147636.Holy_Bible,fiction,,,,,, -2814d8a6-7881-44ce-b601-5aeef53e716b,The Printing Press as an Agent of Change (Paperback),By Elizabeth L. Eisenstein,https://learn-awesome.github.io/assets/book_covers/286525.jpg,book|https://www.goodreads.com/book/show/286525.The_Printing_Press_as_an_Agent_of_Change,history,,,,,, -b3b34be9-7872-423f-9845-d5a11826cb8f,A Crack in Creation: Gene Editing and the Unthinkable Power to Control Evolution (Hardcover),By Jennifer A. Doudna,https://learn-awesome.github.io/assets/book_covers/30971755.jpg,book|https://www.goodreads.com/book/show/30971755-a-crack-in-creation,science,,,,,, -cd91b973-4081-4614-b7fb-ac3ae855975b,The Story of Philosophy: The Lives and Opinions of the World's Greatest Philosophers (Paperback),By Will Durant,https://learn-awesome.github.io/assets/book_covers/31795.jpg,book|https://www.goodreads.com/book/show/31795.The_Story_of_Philosophy,philosophy,,,,,, -5656fab6-3d7a-4644-b124-a9096d382b46,"The Minto Pyramid Principle: Logic in Writing, Thinking, & Problem Solving (Hardcover)",By Barbara Minto,https://learn-awesome.github.io/assets/book_covers/33206.jpg,book|https://www.goodreads.com/book/show/33206.The_Minto_Pyramid_Principle,business,,,,,, -a0d446a8-5c7d-4241-b10b-cc6dded91d5d,Superforecasting: The Art and Science of Prediction (Hardcover),By Philip E. Tetlock,https://learn-awesome.github.io/assets/book_covers/23995360.jpg,book|https://www.goodreads.com/book/show/23995360-superforecasting,non-fiction,,,,,, -ea1e0c0a-9f96-4a29-b9e7-140409186cc6,It's Your Ship: Management Techniques from the Best Damn Ship in the Navy (Hardcover),By D. Michael Abrashoff,https://learn-awesome.github.io/assets/book_covers/183392.jpg,book|https://www.goodreads.com/book/show/183392.It_s_Your_Ship,business,,,,,, -9b044c0f-399f-437e-8399-016e5d5004ce,Extraordinary Tennis for the Ordinary Player (Hardcover),By Simon Ramo,,book|https://www.goodreads.com/book/show/1756299.Extraordinary_Tennis_for_the_Ordinary_Player,sports,,,,,, -132c9f61-a6a8-46b6-a8a6-04dd97ccba55,"The Cave and the Light: Plato Versus Aristotle, and the Struggle for the Soul of Western Civilization (Paperback)",By Arthur Herman,https://learn-awesome.github.io/assets/book_covers/18770061.jpg,book|https://www.goodreads.com/book/show/18770061-the-cave-and-the-light,philosophy,,,,,, -715a96d8-7fc4-489d-bb1a-e9b8e88f190f,How We Got to Now: Six Innovations That Made the Modern World (Hardcover),By Steven Johnson,https://learn-awesome.github.io/assets/book_covers/20893477.jpg,book|https://www.goodreads.com/book/show/20893477-how-we-got-to-now,non-fiction,,,,,, -a087b5cb-4e56-4d6e-8758-c2f04c46d32a,Social: Why Our Brains Are Wired to Connect (Hardcover),By Matthew D. Lieberman,https://learn-awesome.github.io/assets/book_covers/17237217.jpg,book|https://www.goodreads.com/book/show/17237217-social,psychology,,,,,, -09d03449-775c-4cb1-b0a7-b1dead4e5587,Chapters In My Life (Hardcover),By Helen Keller,https://learn-awesome.github.io/assets/book_covers/821611.jpg,book|https://www.goodreads.com/book/show/821611.The_Story_of_My_Life,non-fiction,,,,,, -5277c459-79f6-4068-88da-e1bec0930000,Level Up Your Life,"How to Unlock Adventure and Happiness by Becoming the Hero of Your Own Story - -Level Up Your Life uses the principles of video games, movies, television, comic books, and pop culture to teach you how to transform your life in extraordinary ways and collect real-world experiences that are just as amazing and fulfilling as the adventures of comic book heroes and video game characters. Learn how to design your own personal Epic Quest of Awesome through advice on health, fitness, travel, and finance. - -Author Steven Kamb, the founder/creator of NerdFitness.com, leads you on a journey to discover the kind of game you want to play, including how to: - -* Develop a leveling structure -* Create a personal Origin Story (every hero has a great origin story) -* Determine what your Level 50 character will look like -* Build your own quest lists -* Hack your productivity, habits, and willpower to build momentum -* Build in rewards and accountability -* Add members to your party, expanding your community -* Find your own personal Yoda or Morpheus (i.e. mentor) to help you along the way -* Restart and earn Extra Lives (how to keep going when you get scared or stuck) - -By Steve Kamb",https://learn-awesome.github.io/assets/book_covers/24615920.jpg,book|https://www.goodreads.com/book/show/24615920-level-up-your-life,personal-development;gamification,,,,,, -ea476e2d-9b78-439f-843e-2d40a9180537,The Feeling of Risk: New Perspectives on Risk Perception (Paperback),By Paul Slovic,https://learn-awesome.github.io/assets/book_covers/10279606.jpg,book|https://www.goodreads.com/book/show/10279606-the-feeling-of-risk,science,,,,,, -833aca68-9448-4fd4-a622-13060e321f2e,Investing: The Last Liberal Art (Paperback),By Robert G. Hagstrom,https://learn-awesome.github.io/assets/book_covers/209954.jpg,book|https://www.goodreads.com/book/show/209954.Investing,investing,,,,,, -483d05bf-d446-4c5e-8147-d5364594b0da,"No Place to Hide: Edward Snowden, the NSA, and the U.S. Surveillance State (Hardcover)",By Glenn Greenwald,https://learn-awesome.github.io/assets/book_covers/18213403.jpg,book|https://www.goodreads.com/book/show/18213403-no-place-to-hide,non-fiction,,,,,, -4d0bea5c-f324-4fe5-be0b-b33b8f5d2192,Slaughterhouse 5,By Kurt Vonnegut,https://learn-awesome.github.io/assets/book_covers/4981.jpg,book|https://www.goodreads.com/book/show/4981.Slaughterhouse_Five,classics,,,,,, -c8ccde47-a031-4c3c-a09b-4d7867600fe7,One Hundred Years of Solitude (Hardcover),By Gabriel Welsch,https://learn-awesome.github.io/assets/book_covers/28085.jpg,book|https://www.goodreads.com/book/show/28085.One_Hundred_Years_of_Solitude,e-books,,,,,, -26173a46-ee83-4aca-bfca-1a73609180b8,"Valiant Ambition: George Washington, Benedict Arnold, and the Fate of the American Revolution (Hardcover)",By Nathaniel Philbrick,https://learn-awesome.github.io/assets/book_covers/26109390.jpg,book|https://www.goodreads.com/book/show/26109390-valiant-ambition,history,,,,,, -fd5fdb88-9b3a-4989-bb65-120ae33d9226,Origin Story: A Big History of Everything (Hardcover),By David Christian,https://learn-awesome.github.io/assets/book_covers/36204285.jpg,book|https://www.goodreads.com/book/show/36204285-origin-story,history,,,,,, -3a9a3e5a-0b14-4cc6-ab60-e40eb559e0ba,The Three Musketeers,By Alexandre Dumas,https://learn-awesome.github.io/assets/book_covers/7190.jpg,book|https://www.goodreads.com/book/show/7190.The_Three_Musketeers,classics,,,,,, -c66189a3-22a9-4340-a1d0-7a592281dc9a,Henry Clay Frick: An Intimate Portrait (Hardcover),By Martha Frick Symington Sanger,https://learn-awesome.github.io/assets/book_covers/805464.jpg,book|https://www.goodreads.com/book/show/805464.Henry_Clay_Frick,biography,,,,,, -b34ee4d1-dfce-4c62-b7d8-cd1db861fe7c,Complexity: The Emerging Science at the Edge of Order and Chaos (Paperback),By M. Mitchell Waldrop,https://learn-awesome.github.io/assets/book_covers/337123.jpg,book|https://www.goodreads.com/book/show/337123.Complexity,science,,,,,, -af0643db-37f7-4ee0-b8d6-22ffacc145e5,The Grapes of Math: How Life Reflects Numbers and Numbers Reflect Life (Hardcover),By Alex Bellos,https://learn-awesome.github.io/assets/book_covers/13547287.jpg,book|https://www.goodreads.com/book/show/13547287-the-grapes-of-math,science,,,,,, -2ed732ed-fd9d-4a24-9d56-9994910c8d28,The Smartest Kids in the World: And How They Got That Way (Hardcover),By Amanda Ripley,https://learn-awesome.github.io/assets/book_covers/13259960.jpg,book|https://www.goodreads.com/book/show/13259960-the-smartest-kids-in-the-world,education,,,,,, -1cf38978-a8b1-48d6-b0fa-de7bc34dfc8d,Energy and Civilization: A History (Hardcover),By Vaclav Smil,https://learn-awesome.github.io/assets/book_covers/31850765.jpg,book|https://www.goodreads.com/book/show/31850765-energy-and-civilization,history,,,,,, -90d355ee-e5be-4356-b32a-5a9413a32dce,The Sense of Style: The Thinking Person's Guide to Writing in the 21st Century (Hardcover),By Steven Pinker,https://learn-awesome.github.io/assets/book_covers/20821371.jpg,book|https://www.goodreads.com/book/show/20821371-the-sense-of-style,writing,,,,,, -1127133f-fdea-4efb-97cb-0a4d0a0337b2,Pebbles of Perception: How a Few Good Choices Make All The Difference (Kindle Edition),By Laurence Endersen,https://learn-awesome.github.io/assets/book_covers/24247896.jpg,book|https://www.goodreads.com/book/show/24247896-pebbles-of-perception,psychology,,,,,, -ae31a4c0-59e7-4664-b0e0-584f95d4c8b7,Machine That Changed the World: The Story of Lean Production (Paperback),By James P. Womack,https://learn-awesome.github.io/assets/book_covers/93903.jpg,book|https://www.goodreads.com/book/show/93903.Machine_That_Changed_the_World,business,,,,,, -9fa62bd3-6f3a-4db7-881a-f79fe4b85498,The Time Illusion (Kindle Single),By John Gribbin,https://learn-awesome.github.io/assets/book_covers/31311948.jpg,book|https://www.goodreads.com/book/show/31311948-the-time-illusion,science,,,,,, -5b5bce88-5f4a-4a4e-a611-d1379252e224,"Through the Looking-Glass and What Alice Found There (Alice's Adventures in Wonderland, #2)",By Lewis Carroll,https://learn-awesome.github.io/assets/book_covers/83346.jpg,book|https://www.goodreads.com/book/show/83346.Through_the_Looking_Glass_and_What_Alice_Found_There,classics,,,,,, -c8e1089e-7010-4cf7-b77e-fc7f2e7eaa4b,Interaction Ritual - Essays on Face-to-Face Behavior (Paperback),By Erving Goffman,https://learn-awesome.github.io/assets/book_covers/20741.jpg,book|https://www.goodreads.com/book/show/20741.Interaction_Ritual_Essays_on_Face_to_Face_Behavior,sociology,,,,,, -6685bd35-0e72-46b9-b874-47033c337c9b,Toyota Production System: Beyond large-scale production (Hardcover),By Taiichi Ohno,https://learn-awesome.github.io/assets/book_covers/376237.jpg,book|https://www.goodreads.com/book/show/376237.Toyota_Production_System,business,,,,,, -fe64da31-3018-40e4-a5dd-977c356fe216,Breakout Nations: In Pursuit of the Next Economic Miracles (Hardcover),By Ruchir Sharma,https://learn-awesome.github.io/assets/book_covers/12953304.jpg,book|https://www.goodreads.com/book/show/12953304-breakout-nations,economics,,,,,, -07b2ee93-5dee-4309-a740-92194108f187,Darwin's Dangerous Idea: Evolution and the Meanings of Life (Paperback),By Daniel C. Dennett,https://learn-awesome.github.io/assets/book_covers/2068.jpg,book|https://www.goodreads.com/book/show/2068.Darwin_s_Dangerous_Idea,science,,,,,, -034f40df-b6ea-4078-b530-4ddd6b0d81cf,Genghis Khan and the Quest for God: How the World's Greatest Conqueror Gave Us Religious Freedom (Hardcover),By Jack Weatherford,https://learn-awesome.github.io/assets/book_covers/28815475.jpg,book|https://www.goodreads.com/book/show/28815475-genghis-khan-and-the-quest-for-god,history,,,,,, -c0409333-98d0-452b-abda-f146ab4c7711,"The Power of Full Engagement: Managing Energy, Not Time, Is the Key to High Performance and Personal Renewal (Paperback)",By Jim Loehr,https://learn-awesome.github.io/assets/book_covers/68985.jpg,book|https://www.goodreads.com/book/show/68985.The_Power_of_Full_Engagement,business,,,,,, -9baa8318-cfea-4109-ab1d-f550adc4d889,The Innovator's DNA: Mastering the Five Skills of Disruptive Innovators (Hardcover),By Jeffrey H. Dyer,https://learn-awesome.github.io/assets/book_covers/10054210.jpg,book|https://www.goodreads.com/book/show/10054210-the-innovator-s-dna,business,,,,,, -56495275-bca2-44fa-8bae-608115743d2a,"The Demon Under the Microscope: From Battlefield Hospitals to Nazi Labs, One Doctor's Heroic Search for the World's First Miracle Drug (Hardcover)",By Thomas Hager,https://learn-awesome.github.io/assets/book_covers/184327.jpg,book|https://www.goodreads.com/book/show/184327.The_Demon_Under_the_Microscope,science,,,,,, -0d58f5b7-63de-467d-bbcc-f5c1e6c6a13d,"How to Fly a Horse: The Secret History of Creation, Invention, and Discovery (Hardcover)",By Kevin Ashton,https://learn-awesome.github.io/assets/book_covers/20342540.jpg,book|https://www.goodreads.com/book/show/20342540-how-to-fly-a-horse,non-fiction,,,,,, -653603c2-8199-41be-83d2-fdbb7b190798,A More Beautiful Question: The Power of Inquiry to Spark Breakthrough Ideas (Hardcover),By Warren Berger,https://learn-awesome.github.io/assets/book_covers/17978134.jpg,book|https://www.goodreads.com/book/show/17978134-a-more-beautiful-question,business,,,,,, -d90ed056-2310-47e5-8658-a498733c3cce,Necessary But Not Sufficient: A Theory Of Constraints Business Novel (Paperback),By Eliyahu M. Goldratt,https://learn-awesome.github.io/assets/book_covers/358415.jpg,book|https://www.goodreads.com/book/show/358415.Necessary_But_Not_Sufficient,business,,,,,, -2be8817d-e50c-42e1-bb6d-abf03f82463e,The Strategy of Conflict: With a New Preface by the Author (Paperback),By Thomas C. Schelling,https://learn-awesome.github.io/assets/book_covers/317330.jpg,book|https://www.goodreads.com/book/show/317330.The_Strategy_of_Conflict,economics,,,,,, -33d3f7e5-beb8-4629-beff-69aae02f17e0,The Goal: A Process of Ongoing Improvements,By Eliyahu M. Goldratt,https://learn-awesome.github.io/assets/book_covers/113934.jpg,book|https://www.goodreads.com/book/show/113934.The_Goal,business,,,,,, -6db4c715-b907-463e-9a31-b686de778cae,The Fish That Ate the Whale: The Life and Times of America’s Banana King,By Rich Cohen,https://learn-awesome.github.io/assets/book_covers/13166586.jpg,book|https://www.goodreads.com/book/show/13166586-the-fish-that-ate-the-whale,biography,,,,,, -aa81cf3b-8b02-496e-8b19-a5bb5bc1c814,The 48 Laws of Power (Paperback),By Summary Pro,https://learn-awesome.github.io/assets/book_covers/27402202.jpg,book|https://www.goodreads.com/book/show/27402202-the-48-laws-of-power,politics,,,,,, -56cd6621-69fa-45b5-bac5-1ad6233a92b7,Addiction by Design: Machine Gambling in Las Vegas (Hardcover),By Natasha Dow Schüll,https://learn-awesome.github.io/assets/book_covers/13748038.jpg,book|https://www.goodreads.com/book/show/13748038-addiction-by-design,psychology,,,,,, -2c6126e0-cccd-48f6-88fe-39da01743918,The Logic of Scientific Discovery (Paperback),By Karl Popper,https://learn-awesome.github.io/assets/book_covers/61550.jpg,book|https://www.goodreads.com/book/show/61550.The_Logic_of_Scientific_Discovery,philosophy,,,,,, -f1ce589e-06b4-42ca-8e96-bfd6be02120f,1491: New Revelations of the Americas Before Columbus (Paperback),By Charles C. Mann,https://learn-awesome.github.io/assets/book_covers/39020.jpg,book|https://www.goodreads.com/book/show/39020.1491,history,,,,,, -3cd1e713-1d6d-44d9-a711-de76de191b04,The Laws of Medicine: Field Notes from an Uncertain Science (Hardcover),By Siddhartha Mukherjee,https://learn-awesome.github.io/assets/book_covers/25409816.jpg,book|https://www.goodreads.com/book/show/25409816-the-laws-of-medicine,non-fiction,,,,,, -ea3480b7-3a9b-4c70-b67d-53bb80418aed,The Letters of Vincent van Gogh (Paperback),By Vincent van Gogh,https://learn-awesome.github.io/assets/book_covers/395233.jpg,book|https://www.goodreads.com/book/show/395233.The_Letters_of_Vincent_van_Gogh,art,,,,,, -ac76332a-1d3f-4822-9817-36dcb4057e8c,Risk Savvy: How to Make Good Decisions (Hardcover),By Gerd Gigerenzer,https://learn-awesome.github.io/assets/book_covers/18114056.jpg,book|https://www.goodreads.com/book/show/18114056-risk-savvy,psychology,,,,,, -7f3911e1-c08b-465b-97b3-01b31ae00ea4,Homo Ludens: A Study of the Play-Element in Culture (Paperback),By Johan Huizinga,https://learn-awesome.github.io/assets/book_covers/233221.jpg,book|https://www.goodreads.com/book/show/233221.Homo_Ludens,philosophy,,,,,, -470d6f2e-9862-4247-a807-4ef421f5b652,Alice's Adventures in Wonderland & Through the Looking-Glass (Mass Market Paperback),By Lewis Carroll,https://learn-awesome.github.io/assets/book_covers/6324090.jpg,book|https://www.goodreads.com/book/show/6324090-alice-s-adventures-in-wonderland,classics,,,,,, -29ce96a0-08b8-4206-982e-0c42b6b28e55,Death by Meeting: A Leadership Fable...about Solving the Most Painful Problem in Business (Hardcover),By Patrick Lencioni,https://learn-awesome.github.io/assets/book_covers/49040.jpg,book|https://www.goodreads.com/book/show/49040.Death_by_Meeting,business,,,,,, -12c388be-7d47-45a5-964b-95365d43d969,Imprudent King: A New Life of Philip II (Hardcover),By Geoffrey Parker,https://learn-awesome.github.io/assets/book_covers/21874660.jpg,book|https://www.goodreads.com/book/show/21874660-imprudent-king,history,,,,,, -229f0298-2d1d-41b6-b10a-3a325746a00a,Storm in a Teacup: The Physics of Everyday Life (Paperback),By Helen Czerski,https://learn-awesome.github.io/assets/book_covers/35187175.jpg,book|https://www.goodreads.com/book/show/35187175-storm-in-a-teacup,science,,,,,, -845f84b3-d91a-4593-877a-e9e595d6c809,Start with Why: How Great Leaders Inspire Everyone to Take Action (Hardcover),By Instant-Summary,https://learn-awesome.github.io/assets/book_covers/36447234.jpg,book|https://www.goodreads.com/book/show/36447234-summary---start-with-why,leadership,,,,,, -c39d85b4-03dc-4ef6-bce3-aeb3ca55ea2a,War and Peace (Paperback),By Edward J. Renehan Jr.,https://learn-awesome.github.io/assets/book_covers/707254.jpg,book|https://www.goodreads.com/book/show/707254.The_Lion_s_Pride,biography,,,,,, -97edb5e9-2da3-406a-b487-6de73f0cef6e,Beyond Fear: Thinking Sensibly about Security in an Uncertain World (Hardcover),By Bruce Schneier,https://learn-awesome.github.io/assets/book_covers/333794.jpg,book|https://www.goodreads.com/book/show/333794.Beyond_Fear,non-fiction,,,,,, -e0969cb1-f48a-44c2-917d-67e73d7a09a2,The Wright Brothers (Hardcover),By Joe Dunn,,book|https://www.goodreads.com/book/show/11314037-the-wright-brothers-with-hardcover-book,aviation,,,,,, -ef47d6b4-68a1-4504-8823-9528ea474f69,On the rock : twenty-five years in Alcatraz : the prison story of Alvin Karpis as told to Robert Livesey (Hardcover),By Alvin Karpis,,book|https://www.goodreads.com/book/show/1409581.On_the_rock_,biography,,,,,, -3e23bb16-05ad-49a7-9b9d-0a9276003979,Influencer : The Power to Change Anything (Hardcover),By Kerry Patterson,https://learn-awesome.github.io/assets/book_covers/914211.jpg,book|https://www.goodreads.com/book/show/914211.Influencer_,business,,,,,, -edc49aaf-2bff-4660-9699-198a66a774b2,Benjamin Franklin: An American Life (Paperback),By Walter Isaacson,https://learn-awesome.github.io/assets/book_covers/10883.jpg,book|https://www.goodreads.com/book/show/10883.Benjamin_Franklin,biography,,,,,, -2484ee64-f684-4269-bd9f-f81b25c20a2e,White Collar: The American Middle Classes (Paperback),By C. Wright Mills,https://learn-awesome.github.io/assets/book_covers/222864.jpg,book|https://www.goodreads.com/book/show/222864.White_Collar,sociology,,,,,, -05300780-e8eb-4db8-ac36-fff36273fe09,"Goddesses, Whores, Wives and Slaves: Women in Classical Antiquity (Paperback)",By Sarah B. Pomeroy,https://learn-awesome.github.io/assets/book_covers/114945.jpg,book|https://www.goodreads.com/book/show/114945.Goddesses_Whores_Wives_and_Slaves,history,,,,,, -b9c92d93-c104-4fab-ac83-4d4cbdeedf36,On the Shortness of Life (Paperback),By Hugh Lofting,https://learn-awesome.github.io/assets/book_covers/22305726.jpg,book|https://www.goodreads.com/book/show/22305726-the-story-of-dr-dolittle-being-the-history-of-his-peculiar-life-at-hom,classics,,,,,, -78adcb22-fa7d-4d46-9976-b700d0fafa95,The Well-Educated Mind: A Guide to the Classical Education You Never Had (Hardcover),By Susan Wise Bauer,https://learn-awesome.github.io/assets/book_covers/86145.jpg,book|https://www.goodreads.com/book/show/86145.The_Well_Educated_Mind,education,,,,,, -771193ba-7101-449d-bb0b-87b884d7cd0e,Notes on the Synthesis of Form (Paperback),By Christopher W. Alexander,https://learn-awesome.github.io/assets/book_covers/320553.jpg,book|https://www.goodreads.com/book/show/320553.Notes_on_the_Synthesis_of_Form,design,,,,,, -ce62fbf3-8c68-48fd-a84d-b06f55ca5c32,River Out of Eden: A Darwinian View of Life — Richard Dawkins,By Richard Dawkins,https://learn-awesome.github.io/assets/book_covers/32275.jpg,book|https://www.goodreads.com/book/show/32275.River_Out_of_Eden,science,,,,,, -0d913f78-93f3-4983-8122-62f932c7f318,The Moral Sayings of Publius Syrus: A Roman Slave (Paperback),By Publilius Syrus,https://learn-awesome.github.io/assets/book_covers/8519082.jpg,book|https://www.goodreads.com/book/show/8519082-the-moral-sayings-of-publius-syrus,philosophy,,,,,, -7b224948-2a7b-4147-87fa-e23cc80723a3,23 Things They Don't Tell You about Capitalism (Hardcover),By Ha-Joon Chang,https://learn-awesome.github.io/assets/book_covers/8913542.jpg,book|https://www.goodreads.com/book/show/8913542-23-things-they-don-t-tell-you-about-capitalism,economics,,,,,, -8436027f-2299-43e4-be92-abce2096ebf2,Family Secrets: Shame and Privacy in Modern Britain (Hardcover),By Deborah Cohen,https://learn-awesome.github.io/assets/book_covers/16233598.jpg,book|https://www.goodreads.com/book/show/16233598-family-secrets,non-fiction,,,,,, -3c6b036d-36e4-4bde-9706-327cbf569e4e,Sources of Power: How People Make Decisions (Paperback),By Gary Klein,https://learn-awesome.github.io/assets/book_covers/65229.jpg,book|https://www.goodreads.com/book/show/65229.Sources_of_Power,psychology,,,,,, -8c16790b-2704-48d6-b7bd-7d045eab2700,How to Get Lucky: 13 techniques for discovering and taking advantage of life's good breaks (Paperback),By Max Gunther,https://learn-awesome.github.io/assets/book_covers/8717023.jpg,book|https://www.goodreads.com/book/show/8717023-how-to-get-lucky,self-help,,,,,, -d94b9434-0427-461c-8798-40b52ac833a2,Personal Development for Smart People: The Conscious Pursuit of Personal Growth (Hardcover),By Steve Pavlina,https://learn-awesome.github.io/assets/book_covers/3074052.jpg,book|https://www.goodreads.com/book/show/3074052-personal-development-for-smart-people,personal-development,,,,,, -601bad78-4ee9-4d54-8f84-13528a7453f3,Warnings: Finding Cassandras to Stop Catastrophes (Hardcover),By Richard A. Clarke,https://learn-awesome.github.io/assets/book_covers/32600755.jpg,book|https://www.goodreads.com/book/show/32600755-warnings,non-fiction,,,,,, -94f37637-7296-4b06-b803-9b8ef921ed6e,Shaping the Future,By Kevin Kelly,https://learn-awesome.github.io/assets/book_covers/27209431.jpg,book|https://www.goodreads.com/book/show/27209431-the-inevitable,non-fiction,,,,,, -b8ad7e91-42b7-4a4c-9268-53081e243475,Lies My Teacher Told Me: Everything Your American History Textbook Got Wrong (Paperback),By James W. Loewen,https://learn-awesome.github.io/assets/book_covers/296662.jpg,book|https://www.goodreads.com/book/show/296662.Lies_My_Teacher_Told_Me,history,,,,,, -5d4b0cd5-565d-4e14-b349-0e826fe0c36c,"The Secrets of Happy Families: Improve Your Mornings, Rethink Family Dinner, Fight Smarter, Go Out and Play, and Much More (Hardcover)",By Bruce Feiler,https://learn-awesome.github.io/assets/book_covers/15818077.jpg,book|https://www.goodreads.com/book/show/15818077-the-secrets-of-happy-families,parenting,,,,,, -a6cc848f-8281-45e9-a65c-b6f7b7bbae88,The Reluctant Mr. Darwin: An Intimate Portrait of Charles Darwin and the Making of His Theory of Evolution (Great Discoveries),By David Quammen,https://learn-awesome.github.io/assets/book_covers/150465.jpg,book|https://www.goodreads.com/book/show/150465.The_Reluctant_Mr_Darwin,science,,,,,, -44904717-d24e-43df-bad7-ad08a029d16f,Straw Dogs: Thoughts on Humans and Other Animals,By John N. Gray,https://learn-awesome.github.io/assets/book_covers/230733.jpg,book|https://www.goodreads.com/book/show/230733.Straw_Dogs,philosophy,,,,,, -4c5186cf-b26b-44bc-bf16-ffa743d53069,Walden (Paperback),By Henry David Thoreau,https://learn-awesome.github.io/assets/book_covers/116020.jpg,book|https://www.goodreads.com/book/show/116020.Walden_Civil_Disobedience,classics,,,,,, -273fbac7-9924-4017-b383-5d63c43a6711,Devil Take the Hindmost: A History of Financial Speculation (Paperback),By Edward Chancellor,https://learn-awesome.github.io/assets/book_covers/91360.jpg,book|https://www.goodreads.com/book/show/91360.Devil_Take_the_Hindmost,finance,,,,,, -7475c89e-7083-4f77-b198-5f7c54b49b09,Mindless Eating: Why We Eat More Than We Think (Hardcover),By Brian Wansink,https://learn-awesome.github.io/assets/book_covers/129731.jpg,book|https://www.goodreads.com/book/show/129731.Mindless_Eating,non-fiction,,,,,, -ad263975-2b88-4bee-9a45-53d94ddec907,"Maximize Your Potential: Grow Your Expertise, Take Bold Risks Build an Incredible Career (Paperback)",By Jocelyn K. Glei,https://learn-awesome.github.io/assets/book_covers/17944645.jpg,book|https://www.goodreads.com/book/show/17944645-maximize-your-potential,business,,,,,, -53448e6d-0dc4-464b-b2a5-ffdf831ba284,Graphic Design Visionaries,By Caroline Roberts,https://learn-awesome.github.io/assets/book_covers/23197685.jpg,book|https://www.goodreads.com/book/show/23197685-graphic-design-visionaries,design,,,,,, -67eceb68-7d46-4205-8385-d29d10eaee14,"The Second Machine Age: Work, Progress, and Prosperity in a Time of Brilliant Technologies (Paperback)",By Erik Brynjolfsson,https://learn-awesome.github.io/assets/book_covers/23316526.jpg,book|https://www.goodreads.com/book/show/23316526-the-second-machine-age,non-fiction,,,,,, -83e5baf5-06e4-414c-ae71-329ba5a87f0d,We Need to Talk: How to Have Conversations that Matter (ebook),By Celeste Headlee,https://learn-awesome.github.io/assets/book_covers/33385019.jpg,book|https://www.goodreads.com/book/show/33385019-we-need-to-talk,non-fiction,,,,,, -ec9f0bb2-fac7-42f2-8ec5-e9dacfcbfd35,Complex Adaptive Systems: An Introduction to Computational Models of Social Life (Paperback),By John H. Miller,https://learn-awesome.github.io/assets/book_covers/245273.jpg,book|https://www.goodreads.com/book/show/245273.Complex_Adaptive_Systems,science,,,,,, -bd344c2b-7b49-4647-8f4d-340c300e5ba7,Happiness: A Philosopher's Guide (Hardcover),By Frédéric Lenoir,https://learn-awesome.github.io/assets/book_covers/23012626.jpg,book|https://www.goodreads.com/book/show/23012626-happiness,philosophy,,,,,, -c38e5150-a766-4a99-910e-31d32d68ec67,The Laws of Thermodynamics: A Very Short Introduction (Paperback),By Peter Atkins,https://learn-awesome.github.io/assets/book_covers/6695182.jpg,book|https://www.goodreads.com/book/show/6695182-the-laws-of-thermodynamics,science,,,,,, -a5252aa0-bf80-417e-92fd-f50a878b043f,Stronger: Develop the Resilience You Need to Succeed (Hardcover),By George S. Everly Jr.,https://learn-awesome.github.io/assets/book_covers/23875814.jpg,book|https://www.goodreads.com/book/show/23875814-stronger,self-help,,,,,, -dd6e7eb6-dfa7-4909-a42c-38698e47792f,The Back of the Napkin: Solving Problems and Selling Ideas with Pictures (Hardcover),By Dan Roam,https://learn-awesome.github.io/assets/book_covers/2420301.jpg,book|https://www.goodreads.com/book/show/2420301.The_Back_of_the_Napkin,business,,,,,, -04d59cd1-90eb-41ed-8127-be142f557049,Simple Habits for Complex Times: Powerful Practices for Leaders (Hardcover),By Jennifer Garvey Berger,https://learn-awesome.github.io/assets/book_covers/23569894.jpg,book|https://www.goodreads.com/book/show/23569894-simple-habits-for-complex-times,leadership,,,,,, -15dbe101-7e83-4ad3-be01-040104e21754,Tomorrow's Professor: Preparing for Careers in Science and Engineering (Paperback),By Richard M. Reis,https://learn-awesome.github.io/assets/book_covers/113738.jpg,book|https://www.goodreads.com/book/show/113738.Tomorrow_s_Professor,career,,,,,, -2f5ef196-ec2f-4027-9f63-b3bd99dc2953,"Learn Better: Mastering the Skills for Success in Life, Business, and School, or, How to Become an Expert in Just About Anything (Hardcover)",By Ulrich Boser,https://learn-awesome.github.io/assets/book_covers/30038905.jpg,book|https://www.goodreads.com/book/show/30038905-learn-better,non-fiction,,,,,, -6b88ff37-1d52-4ee0-961d-c9c77004844d,Scarcity: Why Having Too Little Means So Much (Hardcover),By Sendhil Mullainathan,https://learn-awesome.github.io/assets/book_covers/17286670.jpg,book|https://www.goodreads.com/book/show/17286670-scarcity,non-fiction,,,,,, -01edcc1b-cc91-4067-9607-ac7cdcab6f43,"The Laws of Simplicity: Design, Technology, Business, Life (Hardcover)",By John Maeda,https://learn-awesome.github.io/assets/book_covers/225111.jpg,book|https://www.goodreads.com/book/show/225111.The_Laws_of_Simplicity,design,,,,,, -4e5bc996-4b8f-4ac0-96b0-028f89100269,Who Says Elephants Can't Dance?: Inside IBM's Historic Turnaround (Hardcover),By Louis V. Gerstner Jr.,https://learn-awesome.github.io/assets/book_covers/603985.jpg,book|https://www.goodreads.com/book/show/603985.Who_Says_Elephants_Can_t_Dance_,business,,,,,, -453a0d52-1157-401c-b668-48b56a0f8d70,Well-Designed: How to Use Empathy to Create Products People Love (Hardcover),By Jon Kolko,https://learn-awesome.github.io/assets/book_covers/21413972.jpg,book|https://www.goodreads.com/book/show/21413972-well-designed,design,,,,,, -b3f90261-5b6f-46b6-b5fe-549d9ae0be10,Getting to Yes: Negotiating Agreement Without Giving In,By Roger Fisher,https://learn-awesome.github.io/assets/book_covers/313605.jpg,book|https://www.goodreads.com/book/show/313605.Getting_to_Yes,business,,,,,, -6a58a71a-3b14-4a00-b596-bb5cbd1009eb,Perilous Interventions: The Security Council and the Politics of Chaos,By Hardeep Singh Puri,https://learn-awesome.github.io/assets/book_covers/31448865.jpg,book|https://www.goodreads.com/book/show/31448865-perilous-interventions,politics,,,,,, -9e865081-d596-499d-8742-b9488edc1680,"How Children Succeed: Grit, Curiosity, and the Hidden Power of Character ",By Paul Tough,https://learn-awesome.github.io/assets/book_covers/13435889._SX98_.jpg,book|https://www.goodreads.com/book/show/13435889-how-children-succeed,non-fiction,,,,,, -353343a0-e263-4bc0-8e53-3d39e03eea45,Gösta Berling,By Selma Lagerlöf,https://learn-awesome.github.io/assets/book_covers/67859.jpg,book|https://www.goodreads.com/book/show/67859.G_sta_Berling_s_Saga,classics,,,,,, -f02f37c3-26ea-43ce-9d07-39111b2cd19f,"An Incomplete Education: 3,684 Things You Should Have Learned But Probably Didn't (Hardcover)",By Judy Jones,https://learn-awesome.github.io/assets/book_covers/126041.jpg,book|https://www.goodreads.com/book/show/126041.An_Incomplete_Education,non-fiction,,,,,, -8ce08e97-ad3d-4046-bb38-ae7257115b9b,Ubiquity: Why Catastrophes Happen (Paperback),By Mark Buchanan,https://learn-awesome.github.io/assets/book_covers/267164.jpg,book|https://www.goodreads.com/book/show/267164.Ubiquity,science,,,,,, -3147afd4-d466-4580-b011-6cf8da7e8f04,The Age of Comfort: When Paris Discovered Casual—and the Modern Home Began (Paperback),By Joan DeJean,https://learn-awesome.github.io/assets/book_covers/8937121.jpg,book|https://www.goodreads.com/book/show/8937121-the-age-of-comfort,history,,,,,, -13db16ed-41f2-4b56-851d-97502bca1216,"The New Lifetime Reading Plan: The Classic Guide to World Literature, Revised and Expanded (Paperback)",By Clifton Fadiman,https://learn-awesome.github.io/assets/book_covers/249186.jpg,book|https://www.goodreads.com/book/show/249186.The_New_Lifetime_Reading_Plan,books-about-books,,,,,, -cc819167-1a00-45be-8890-2730865df4d9,The Drunkard's Walk: How Randomness Rules Our Lives (Hardcover),By Leonard Mlodinow,https://learn-awesome.github.io/assets/book_covers/2272880.jpg,book|https://www.goodreads.com/book/show/2272880.The_Drunkard_s_Walk,non-fiction,,,,,, -d249f60d-87a7-4a9d-9612-2e33450befc3,"Manage Your Day-to-Day: Build Your Routine, Find Your Focus, and Sharpen Your Creative Mind (Paperback)",By Jocelyn K. Glei,https://learn-awesome.github.io/assets/book_covers/17606014.jpg,book|https://www.goodreads.com/book/show/17606014-manage-your-day-to-day,non-fiction,,,,,, -d9dd2211-d757-45cb-9211-2c097fb65bda,How Adam Smith Can Change Your Life: An Unexpected Guide to Human Nature and Happiness (Hardcover),By Russ Roberts,https://learn-awesome.github.io/assets/book_covers/20821053.jpg,book|https://www.goodreads.com/book/show/20821053-how-adam-smith-can-change-your-life,philosophy,,,,,, -f1d0e965-392d-420a-9a4f-e93822780f56,The Complete Essays (Paperback),By William Shakespeare,https://learn-awesome.github.io/assets/book_covers/2033641.jpg,book|https://www.goodreads.com/book/show/2033641.The_Complete_King_Lear_1608_1623,classics,,,,,, -0d670fa3-573e-49a0-8812-173d53e742f7,Power: Why Some People Have it and Others Don't (Hardcover),By Jeffrey Pfeffer,https://learn-awesome.github.io/assets/book_covers/8562119.jpg,book|https://www.goodreads.com/book/show/8562119-power,business,,,,,, -0f61fb64-6d1e-497d-b18f-8ebfb98754a5,Maxims (Paperback),By William Shakespeare,,book|https://www.goodreads.com/book/show/29062820-king-lear,classics,,,,,, -b4ccc829-f16a-4a9f-a158-e1ae9ad6a3d0,Judgment in Managerial Decision Making,By Max H. Bazerman,https://learn-awesome.github.io/assets/book_covers/89161.jpg,book|https://www.goodreads.com/book/show/89161.Judgment_in_Managerial_Decision_Making,business,,,,,, -36ab22fb-ead6-4485-a493-a5e6f1f5f6ac,You Play the Girl: And Other Vexing Stories That Tell Women Who They Are (Kindle Edition),By Carina Chocano,https://learn-awesome.github.io/assets/book_covers/41015348.jpg,book|https://www.goodreads.com/book/show/41015348-you-play-the-girl,non-fiction,,,,,, -1f512248-fd7c-402e-89b5-76f8a0d53c04,The Secret History of the Mongol Queens: How the Daughters of Genghis Khan Rescued His Empire (Hardcover),By Jack Weatherford,https://learn-awesome.github.io/assets/book_covers/6648001.jpg,book|https://www.goodreads.com/book/show/6648001-the-secret-history-of-the-mongol-queens,history,,,,,, -23a5d008-40d6-425e-8285-e0c5a8f548ba,The Seven Sins of Memory: How the Mind Forgets and Remembers (Paperback),By Daniel L. Schacter,https://learn-awesome.github.io/assets/book_covers/56592.jpg,book|https://www.goodreads.com/book/show/56592.The_Seven_Sins_of_Memory,psychology,,,,,, -51911318-eca1-44ae-a502-c1a0122d2cd8,101 Things I Learned in Engineering School (Hardcover),By John Kuprenas,https://learn-awesome.github.io/assets/book_covers/15791129.jpg,book|https://www.goodreads.com/book/show/15791129-101-things-i-learned-in-engineering-school,engineering,,,,,, -776b126e-2819-47b1-a827-adea11712d8b,Secrets to Winning at Office Politics: How to Achieve Your Goals and Increase Your Influence at Work (Paperback),By Marie G. McIntyre,https://learn-awesome.github.io/assets/book_covers/260493.jpg,book|https://www.goodreads.com/book/show/260493.Secrets_to_Winning_at_Office_Politics,business,,,,,, -9828e158-c3bc-474c-89d5-a50d1e175e7f,"The Progress Principle: Using Small Wins to Ignite Joy, Engagement, and Creativity at Work (Hardcover)",By Teresa Amabile,https://learn-awesome.github.io/assets/book_covers/11721498.jpg,book|https://www.goodreads.com/book/show/11721498-the-progress-principle,business,,,,,, -d63d8c9e-e049-47f5-87ec-9dbb60105df5,Difference: The one-page method for reimagining your business and reinventing your marketing (Kindle Edition),By Bernadette Jiwa,https://learn-awesome.github.io/assets/book_covers/20746217.jpg,book|https://www.goodreads.com/book/show/20746217-difference,business,,,,,, -a3e05eea-a692-42cd-a7fe-7c8e52adba5b,Nothing to Hide: The False Tradeoff between Privacy and Security (Hardcover),By Daniel J. Solove,https://learn-awesome.github.io/assets/book_covers/11424904.jpg,book|https://www.goodreads.com/book/show/11424904-nothing-to-hide,non-fiction,,,,,, -61b96e45-efb6-48b6-8e69-56752aa84b73,The Art of War (Paperback),By Padraic Colum,https://learn-awesome.github.io/assets/book_covers/387427.jpg,book|https://www.goodreads.com/book/show/387427.The_Trojan_War_and_the_Adventures_of_Odysseus,classics,,,,,, -84575894-16e4-4104-a3fa-80f3de6e99a3,Think Twice: Harnessing the Power of Counterintuition (ebook),By Michael J. Mauboussin,https://learn-awesome.github.io/assets/book_covers/6833940.jpg,book|https://www.goodreads.com/book/show/6833940-think-twice,business,,,,,, -ed6f652a-8573-4e93-a33b-ac240aa3a9d1,Maestro: A Surprising Story about Leading by Listening (Hardcover),By Roger Nierenberg,https://learn-awesome.github.io/assets/book_covers/6998024.jpg,book|https://www.goodreads.com/book/show/6998024-maestro,leadership,,,,,, -32625c99-f3a5-4291-9d93-78ba526e48e8,How to Lie with Statistics ,By Darrell Huff,https://learn-awesome.github.io/assets/book_covers/51291.jpg,book|https://www.goodreads.com/book/show/51291.How_to_Lie_with_Statistics,non-fiction,,,,,, -cea572ee-8956-4ab2-8361-ff9ae738d57c,"The Box, by Marc Levinson",By Marc Levinson,https://learn-awesome.github.io/assets/book_covers/316767.jpg,book|https://www.goodreads.com/book/show/316767.The_Box,non-fiction,,,,,, -f849ff7d-f967-4c2c-be03-677d4d34e0c3,"Overwhelmed: Work, Love, and Play When No One Has the Time (Hardcover)",By Brigid Schulte,https://learn-awesome.github.io/assets/book_covers/17934399.jpg,book|https://www.goodreads.com/book/show/17934399-overwhelmed,non-fiction,,,,,, -aa8afd1a-4f09-460a-9deb-b18a3bc1db2d,It's Not All about Me: The Top Ten Techniques for Building Quick Rapport with Anyone (Paperback),By Robin Dreeke,https://learn-awesome.github.io/assets/book_covers/13175900.jpg,book|https://www.goodreads.com/book/show/13175900-it-s-not-all-about-me,non-fiction,,,,,, -2202c2a0-8839-4001-b4b9-82bd62149b00,Truth: How the Many Sides to Every Story Shape Our Reality (Hardcover),By Hector Macdonald,https://learn-awesome.github.io/assets/book_covers/35604721.jpg,book|https://www.goodreads.com/book/show/35604721-truth,non-fiction,,,,,, -073db564-f1f7-4561-a152-6ba4b988e2fc,Immortality: The Quest to Live Forever and How It Drives Civilization (Hardcover),By Stephen Cave,https://learn-awesome.github.io/assets/book_covers/12455205.jpg,book|https://www.goodreads.com/book/show/12455205-immortality,philosophy,,,,,, -fdd8df5f-c24f-45f6-9d52-14c5e9b68437,Four Queens: The Provençal Sisters Who Ruled Europe (Hardcover),By Nancy Goldstone,https://learn-awesome.github.io/assets/book_covers/691001.jpg,book|https://www.goodreads.com/book/show/691001.Four_Queens,history,,,,,, -6d06dd2a-fe67-4813-9a98-699dcece9900,"18 Minutes: Find Your Focus, Master Distraction, and Get the Right Things Done (Hardcover)",By Peter Bregman,https://learn-awesome.github.io/assets/book_covers/12138871.jpg,book|https://www.goodreads.com/book/show/12138871-18-minutes,business,,,,,, -0cc5f1bc-aad0-43bd-82ea-662347924886,"The Tyranny of Experts: Economists, Dictators, and the Forgotten Rights of the Poor",By William Easterly,https://learn-awesome.github.io/assets/book_covers/18210744.jpg,book|https://www.goodreads.com/book/show/18210744-the-tyranny-of-experts,economics,,,,,, -80774f72-abc2-423d-bdb1-fb52b2ce35bc,Mastering the Market Cycle: Getting the Odds on Your Side (Hardcover),By Howard Marks,https://learn-awesome.github.io/assets/book_covers/37570460.jpg,book|https://www.goodreads.com/book/show/37570460-mastering-the-market-cycle,investing,,,,,, -8a7ef7ba-e6b0-475e-94d1-6db124e9af0f,Responsive Web Design,By Ethan Marcotte,https://learn-awesome.github.io/assets/book_covers/9815906.jpg,book|https://www.goodreads.com/book/show/9815906-responsive-web-design,design,,,,,, -636f6130-1a7c-4954-93c4-a256dd6bc1e0,How to Think Like Leonardo da Vinci: Seven Steps to Genius Every Day (Paperback),By Michael J. Gelb,https://learn-awesome.github.io/assets/book_covers/598506.jpg,book|https://www.goodreads.com/book/show/598506.How_to_Think_Like_Leonardo_da_Vinci,non-fiction,,,,,, -d82edf40-81c5-4d7b-9a89-651010713810,Data-Driven Marketing: The 15 Metrics Everyone in Marketing Should Know,By Mark Jeffery,https://learn-awesome.github.io/assets/book_covers/7056263.jpg,book|https://www.goodreads.com/book/show/7056263-data-driven-marketing,business,,,,,, -1687920a-636a-4ce7-91e3-a569ca37c2f6,Thinking in Bets: Making Smarter Decisions When You Don't Have All the Facts,By Annie Duke,https://learn-awesome.github.io/assets/book_covers/35957157.jpg,book|https://www.goodreads.com/book/show/35957157-thinking-in-bets,business,,,,,, -2aa6fc79-54e7-48c1-9272-a16e79aa5804,The Paradox of Choice: Why More Is Less,By Barry Schwartz,https://learn-awesome.github.io/assets/book_covers/10639.jpg,book|https://www.goodreads.com/book/show/10639.The_Paradox_of_Choice,non-fiction,,,,,, -8ec105a3-5e19-4d52-a6d9-701c55e425b8,The Path to Power (Paperback),By Confucius,https://learn-awesome.github.io/assets/book_covers/10438132.jpg,book|https://www.goodreads.com/book/show/10438132-confucius-the-analects,philosophy,,,,,, -b5e4f134-4b33-4880-8955-6cb8ec5a2b8d,"Breakpoint: Why the Web will Implode, Search will be Obsolete, and Everything Else you Need to Know about Technology is in Your Brain (Hardcover)",By Jeff Stibel,https://learn-awesome.github.io/assets/book_covers/17343416.jpg,book|https://www.goodreads.com/book/show/17343416-breakpoint,non-fiction,,,,,, -9ad924a7-9ce2-4131-9a51-eb37d05979f7,"Insight: Why We're Not as Self-Aware as We Think, and How Seeing Ourselves Clearly Helps Us Succeed at Work and in Life (Hardcover)",By Tasha Eurich,https://learn-awesome.github.io/assets/book_covers/31522008.jpg,book|https://www.goodreads.com/book/show/31522008-insight,non-fiction,,,,,, -57d6fcce-f4e9-4393-9fea-4fd62d2c38cb,The Autobiography of Benjamin Franklin,By Benjamin Franklin,https://learn-awesome.github.io/assets/book_covers/52309.jpg,book|https://www.goodreads.com/book/show/52309.The_Autobiography_of_Benjamin_Franklin,biography,,,,,, -c3e8a43d-1e1f-4791-8471-41fd910b024a,What Smart Students Know: Maximum Grades. Optimum Learning. Minimum Time. (Paperback),By Adam Robinson,https://learn-awesome.github.io/assets/book_covers/925232.jpg,book|https://www.goodreads.com/book/show/925232.What_Smart_Students_Know,education,,,,,, -6166d47c-8964-4a86-822d-8cfa4b6e3871,How to Make Sense of Any Mess: Information Architecture f...,By Abby Covert,https://learn-awesome.github.io/assets/book_covers/23557020.jpg,book|https://www.goodreads.com/book/show/23557020-how-to-make-sense-of-any-mess,design,,,,,, -71efcef1-256e-4a13-9a2c-8aa9595ccf33,"The Three Marriages: Reimagining Work, Self and Relationship (Hardcover)",By David Whyte,https://learn-awesome.github.io/assets/book_covers/6052036.jpg,book|https://www.goodreads.com/book/show/6052036-the-three-marriages,non-fiction,,,,,, -cd65ff0f-5ef8-402e-be69-14b3b2e36ba3,Simplify Your Life: 100 Ways to Slow Down and Enjoy the Things That Really Matter (Paperback),By Elaine St. James,https://learn-awesome.github.io/assets/book_covers/830893.jpg,book|https://www.goodreads.com/book/show/830893.Simplify_Your_Life,non-fiction,,,,,, -bc1f1146-f9bc-410b-a82f-8e1910ef6d3d,The Focused Few: Taking a Multidisciplinary Approach to Focus Investing (Kindle Edition),By Richard M. Rockwood,https://learn-awesome.github.io/assets/book_covers/23485147.jpg,book|https://www.goodreads.com/book/show/23485147-the-focused-few,investing,,,,,, -82045d6b-2fad-4d74-bd45-f1ef2adb7aea,I. Asimov (Paperback),By Edwin A. Abbott,https://learn-awesome.github.io/assets/book_covers/1995353.jpg,book|https://www.goodreads.com/book/show/1995353.Flatland,fiction,,,,,, -0d07cb80-c00f-48ab-8c69-c5a5134debe5,Seuss-isms (Hardcover),By Dr. Seuss,https://learn-awesome.github.io/assets/book_covers/207577.jpg,book|https://www.goodreads.com/book/show/207577.Scrambled_Eggs_Super_,childrens,,,,,, -67a6a85a-4cad-435c-835b-73f4c6ebc627,The Big Sort: Why the Clustering of Like-Minded America is Tearing Us Apart (Hardcover),By Bill Bishop,https://learn-awesome.github.io/assets/book_covers/2569072.jpg,book|https://www.goodreads.com/book/show/2569072-the-big-sort,non-fiction,,,,,, -ad266b91-76a4-481f-9251-32e501c8ef7e,The Science of Hitting (Paperback),By Lori A. Smolin,https://learn-awesome.github.io/assets/book_covers/8426312.jpg,book|https://www.goodreads.com/book/show/8426312-nutrition,vnbookdrive2016,,,,,, -10146709-e3ca-4b7c-a567-4e6fe898bd38,Business Adventures,By John Brooks,https://learn-awesome.github.io/assets/book_covers/4191136.jpg,book|https://www.goodreads.com/book/show/4191136-business-adventures,business,,,,,, -4510004c-d819-40ab-81fe-48fed51af6b9,This Will Make You Smarter: New Scientific Concepts to Improve Your Thinking (Paperback),By John Brockman,https://learn-awesome.github.io/assets/book_covers/13035774.jpg,book|https://www.goodreads.com/book/show/13035774-this-will-make-you-smarter,science,,,,,, -51f2c7d5-276f-4f57-a9db-15f3d9090807,The Prince (Paperback),By Edgar Rice Burroughs,https://learn-awesome.github.io/assets/book_covers/24961326.jpg,book|https://www.goodreads.com/book/show/24961326-a-prince-of-mars,science-fiction,,,,,, -3af8fa0f-8c4b-4b39-94d7-6a397de8ff21,Intuition Pumps And Other Tools for Thinking (Paperback),By Daniel C. Dennett,https://learn-awesome.github.io/assets/book_covers/18378002.jpg,book|https://www.goodreads.com/book/show/18378002-intuition-pumps-and-other-tools-for-thinking,philosophy,,,,,, -17df97d3-79e0-4705-a74c-e32cd7864430,Beyond Measure: The Big Impact of Small Changes (Hardcover),By Margaret Heffernan,https://learn-awesome.github.io/assets/book_covers/23604558.jpg,book|https://www.goodreads.com/book/show/23604558-beyond-measure,business,,,,,, -a1591f3f-54fe-4fa7-994e-1b59d3a828be,Yes or No: The Guide to Better Decisions (Paperback),By Spencer Johnson,https://learn-awesome.github.io/assets/book_covers/88181.jpg,book|https://www.goodreads.com/book/show/88181.Yes_or_No,self-help,,,,,, -7d9b0954-a98b-432d-86c3-9043007e2985,Liars and Outliers: Enabling the Trust that Society Needs to Thrive (Hardcover),By Bruce Schneier,https://learn-awesome.github.io/assets/book_covers/12046245.jpg,book|https://www.goodreads.com/book/show/12046245-liars-and-outliers,non-fiction,,,,,, -592cf3e5-5f47-4394-b56f-6f6872070ba8,"Mindwise: How We Understand What Others Think, Believe, Feel, and Want (Hardcover)",By Nicholas Epley,https://learn-awesome.github.io/assets/book_covers/18007504.jpg,book|https://www.goodreads.com/book/show/18007504-mindwise,psychology,,,,,, -8fd93748-79ab-4705-8ef0-98e17198b7b4,Compelling People: The Hidden Qualities That Make Us Influential (Hardcover),By John Neffinger,https://learn-awesome.github.io/assets/book_covers/16158501.jpg,book|https://www.goodreads.com/book/show/16158501-compelling-people,psychology,,,,,, -fe72d3d2-af27-4bc7-838d-fe8aac50e958,"The Big Change: America Transforms Itself, 1900-50 (Paperback)",By Frederick Lewis Allen,https://learn-awesome.github.io/assets/book_covers/2079974.jpg,book|https://www.goodreads.com/book/show/2079974.The_Big_Change,history,,,,,, -e7768fda-cbd2-4dde-a6c8-15ac39a0f880,Mindware: Tools for Smart Thinking (Hardcover),By Richard E. Nisbett,https://learn-awesome.github.io/assets/book_covers/24040556.jpg,book|https://www.goodreads.com/book/show/24040556-mindware,psychology,,,,,, -b8e70e54-7d03-4aeb-b3e4-6e0ec5a9a602,How to Run a Country: An Ancient Guide for Modern Leaders (Hardcover),By Marcus Tullius Cicero,https://learn-awesome.github.io/assets/book_covers/16176211.jpg,book|https://www.goodreads.com/book/show/16176211-how-to-run-a-country,politics,,,,,, -5288216f-3d92-41fd-803e-5d0f4d4252a6,Webs of Influence: The Psychology of Online Persuasion (Paperback),By Nathalie Nahai,https://learn-awesome.github.io/assets/book_covers/15926637.jpg,book|https://www.goodreads.com/book/show/15926637-webs-of-influence,psychology,,,,,, -a2c732e2-35f8-4399-bafd-e9d6977a4119,The Einstein Factor: A Proven New Method for Increasing Your Intelligence (Paperback),By Win Wenger,https://learn-awesome.github.io/assets/book_covers/538653.jpg,book|https://www.goodreads.com/book/show/538653.The_Einstein_Factor,non-fiction,,,,,, -484155c4-deee-46e5-bb67-85169e60dd17,An Illustrated Book of Bad Arguments (Hardcover),By Ali Almossawi,https://learn-awesome.github.io/assets/book_covers/18753581.jpg,book|https://www.goodreads.com/book/show/18753581-an-illustrated-book-of-bad-arguments,non-fiction,,,,,, -ca91cbc1-2cdf-4e9f-9d9e-2e4bc58db5b9,The Stoic Art of Living: Inner Resilience and Outer Results (Paperback),By Tom Morris,https://learn-awesome.github.io/assets/book_covers/51872.jpg,book|https://www.goodreads.com/book/show/51872.The_Stoic_Art_of_Living,philosophy,,,,,, -6b00a691-94c1-442f-80e8-e0d625ca3aa6,"Enchantment: The Art of Changing Hearts, Minds, and Actions (Hardcover)",By Guy Kawasaki,https://learn-awesome.github.io/assets/book_covers/9895917.jpg,book|https://www.goodreads.com/book/show/9895917-enchantment,business,,,,,, -14a22c22-b653-40a0-acfe-129de43034b6,The Twenty-four Hour Mind: the Role of Sleep and Dreaming in Our Emotional Lives (Hardcover),By Rosalind D. Cartwright,https://learn-awesome.github.io/assets/book_covers/7980021.jpg,book|https://www.goodreads.com/book/show/7980021-the-twenty-four-hour-mind,psychology,,,,,, -665aa6ef-5df0-4238-a943-e75ea67d347d,The Bed of Procrustes: Philosophical and Practical Aphorisms (Hardcover),By Nassim Nicholas Taleb,https://learn-awesome.github.io/assets/book_covers/9402297.jpg,book|https://www.goodreads.com/book/show/9402297-the-bed-of-procrustes,philosophy,,,,,, -f5514b40-a1d9-44c1-95a0-8cdbe0663ee2,Meaningful: The Story of Ideas That Fly (Kindle Edition),By Bernadette Jiwa,https://learn-awesome.github.io/assets/book_covers/27153980.jpg,book|https://www.goodreads.com/book/show/27153980-meaningful,business,,,,,, -c336abda-9880-41b1-b981-2234144f2aae,"Mindhacker: 60 Tips, Tricks, and Games to Take Your Mind to the Next Level (Paperback)",By Ron Hale-Evans,https://learn-awesome.github.io/assets/book_covers/10370455.jpg,book|https://www.goodreads.com/book/show/10370455-mindhacker,non-fiction,,,,,, -6a73be01-1cfe-4565-b896-f7aa95d2aa00,Tower of Basel: The Inside Story of the Central Bankers' Secret Bank (Hardcover),By Adam LeBor,https://learn-awesome.github.io/assets/book_covers/15843114.jpg,book|https://www.goodreads.com/book/show/15843114-tower-of-basel,economics,,,,,, -db25b569-0023-4ece-bc6c-6bb74280cdde,Dataclysm: Who We Are When We Think No One’s Looking,By Christian Rudder,https://learn-awesome.github.io/assets/book_covers/21480734.jpg,book|https://www.goodreads.com/book/show/21480734-dataclysm,non-fiction,,,,,, -18382dc3-0ed3-4cf3-8d0a-6eed5486a61a,Maxims and Reflections: Ricordi (Paperback),By Francesco Guicciardini,https://learn-awesome.github.io/assets/book_covers/325588.jpg,book|https://www.goodreads.com/book/show/325588.Maxims_and_Reflections,philosophy,,,,,, -529f4bef-cc9b-4936-b089-ede12dfb210a,Inconsequential Dilemmas,By Knock Knock,https://learn-awesome.github.io/assets/book_covers/19085909.jpg,book|https://www.goodreads.com/book/show/19085909-inconsequential-dilemmas,humor,,,,,, -01a869c3-6f92-44e6-8e95-644fa8a2016e,"The Life and Opinions of Tristram Shandy, Gentleman (Paperback)",By Laurence Sterne,https://learn-awesome.github.io/assets/book_covers/76527.jpg,book|https://www.goodreads.com/book/show/76527.The_Life_and_Opinions_of_Tristram_Shandy_Gentleman,classics,,,,,, -ffab825c-ae60-461a-816a-e7b0a3904325,"The Darwin Economy: Liberty, Competition, and the Common Good (Hardcover)",By Robert H. Frank,https://learn-awesome.github.io/assets/book_covers/12035503.jpg,book|https://www.goodreads.com/book/show/12035503-the-darwin-economy,economics,,,,,, -3b5247db-c890-4b5b-828f-93a40898e4a7,"Tempo: Timing, Tactics and Strategy in Narrative-Driven Decision-Making (Paperback)",By Venkatesh G. Rao,https://learn-awesome.github.io/assets/book_covers/10984768.jpg,book|https://www.goodreads.com/book/show/10984768-tempo,psychology,,,,,, -69b8d458-0e06-430d-8c4d-aa2a2d6428d7,Family Fortunes: How to Build Family Wealth and Hold on to It for 100 Years (Hardcover),By Bill Bonner,https://learn-awesome.github.io/assets/book_covers/13838416.jpg,book|https://www.goodreads.com/book/show/13838416-family-fortunes,business,,,,,, -1280d9b0-aefd-4b18-8a39-5fc51a582cd5,Intuition: Its Powers and Perils (Paperback),By David G. Myers,https://learn-awesome.github.io/assets/book_covers/72637.jpg,book|https://www.goodreads.com/book/show/72637.Intuition,psychology,,,,,, -0b50e2e3-9fb4-4828-9bc6-d9f58b65e468,The Opposable Mind: How Successful Leaders Win Through Integrative Thinking (Hardcover),By Roger L. Martin,https://learn-awesome.github.io/assets/book_covers/2001132.jpg,book|https://www.goodreads.com/book/show/2001132.The_Opposable_Mind,business,,,,,, -3ac0f016-fd7e-4b3e-9839-8450f9829800,"The Theory That Would Not Die: How Bayes' Rule Cracked the Enigma Code, Hunted Down Russian Submarines, and Emerged Triumphant from Two Centuries of Controversy (Hardcover)",By Sharon Bertsch McGrayne,https://learn-awesome.github.io/assets/book_covers/10672848.jpg,book|https://www.goodreads.com/book/show/10672848-the-theory-that-would-not-die,science,,,,,, -18eff26b-abb3-4b3e-b257-b57f26bdd9e5,The Art of Stillness: Adventures in Going Nowhere (Hardcover),By Pico Iyer,https://learn-awesome.github.io/assets/book_covers/21976060.jpg,book|https://www.goodreads.com/book/show/21976060-the-art-of-stillness,non-fiction,,,,,, -4ba26528-f3f1-44f4-97e8-318537846d1a,"Seduced by Logic: Émilie Du Châtelet, Mary Somerville and the Newtonian Revolution (Paperback)",By Robyn Arianrhod,https://learn-awesome.github.io/assets/book_covers/12401911.jpg,book|https://www.goodreads.com/book/show/12401911-seduced-by-logic,history,,,,,, -4059c37f-dd01-411a-9ee5-63b3901e23d5,"Shortcut: How Analogies Reveal Connections, Spark Innovation, and Sell Our Greatest Ideas (Hardcover)",By John Pollack,https://learn-awesome.github.io/assets/book_covers/21413810.jpg,book|https://www.goodreads.com/book/show/21413810-shortcut,business,,,,,, -431228ff-ee7d-4735-909a-e5b96cd0286a,The Philosophy of Andy Warhol (From A to B and Back Again),By Andy Warhol,https://learn-awesome.github.io/assets/book_covers/31818.jpg,book|https://www.goodreads.com/book/show/31818.The_Philosophy_of_Andy_Warhol,art,,,,,, -f87cedcb-26eb-4c89-bdd2-543ad8f8eadc,Iconoclast: A Neuroscientist Reveals How to Think Differently (Hardcover),By Gregory Berns,https://learn-awesome.github.io/assets/book_covers/4351499.jpg,book|https://www.goodreads.com/book/show/4351499-iconoclast,psychology,,,,,, -1f3c2a9c-812a-4081-a016-edd87a460862,Uncharted: Big Data and an Emerging Science of Human History (Hardcover),By Erez Aiden,https://learn-awesome.github.io/assets/book_covers/17707749.jpg,book|https://www.goodreads.com/book/show/17707749-uncharted,science,,,,,, -807280c4-3ee2-468c-8545-3515f4169fc7,The Science of Success: How Market-Based Management Built the World's Largest Private Company (Hardcover),By Charles G. Koch,https://learn-awesome.github.io/assets/book_covers/181205.jpg,book|https://www.goodreads.com/book/show/181205.The_Science_of_Success,business,,,,,, -4a44b514-461b-42db-916e-c5ccd0a04634,Denial: Why Business Leaders Fail to Look Facts in the Face---and What to Do About It (Hardcover),By Richard S. Tedlow,https://learn-awesome.github.io/assets/book_covers/7796938.jpg,book|https://www.goodreads.com/book/show/7796938-denial,business,,,,,, -3b825c68-f736-4048-afcf-21add26c7079,A Few Lessons from Sherlock Holmes,By Peter Bevelin,https://learn-awesome.github.io/assets/book_covers/18471784.jpg,book|https://www.goodreads.com/book/show/18471784-a-few-lessons-from-sherlock-holmes,psychology,,,,,, -a789397e-3849-4fc3-aecd-e78cac6bc2a4,Pandolfini's Ultimate Guide to Chess (Paperback),By Bruce Pandolfini,https://learn-awesome.github.io/assets/book_covers/360163.jpg,book|https://www.goodreads.com/book/show/360163.Pandolfini_s_Ultimate_Guide_to_Chess,chess,,,,,, -0718bf90-2f69-47dd-9b3c-0601f0e910a8,In Praise of Slowness: Challenging the Cult of Speed (Paperback),By Carl Honoré,https://learn-awesome.github.io/assets/book_covers/26096.jpg,book|https://www.goodreads.com/book/show/26096.In_Praise_of_Slowness,non-fiction,,,,,, -8b4c4b92-31d0-4e0d-8a8d-d67481d72658,"Mobs, Messiahs, and Markets: Surviving the Public Spectacle in Finance and Politics (Hardcover)",By William Bonner,https://learn-awesome.github.io/assets/book_covers/779202.jpg,book|https://www.goodreads.com/book/show/779202.Mobs_Messiahs_and_Markets,finance,,,,,, -fb6f9bb8-f654-48d8-a4fa-55868cdf360f,"Unsubscribe: How to Kill Email Anxiety, Avoid Distractions, and Get Real Work Done (Paperback)",By Jocelyn K. Glei,https://learn-awesome.github.io/assets/book_covers/29502387.jpg,book|https://www.goodreads.com/book/show/29502387-unsubscribe,non-fiction,,,,,, -513cc684-18f5-470f-97c4-a3e34f3c1687,Fluent in 3 Months: How Anyone at Any Age Can Learn to Speak Any Language from Anywhere in the World (Paperback),By Benny Lewis,https://learn-awesome.github.io/assets/book_covers/18085519.jpg,book|https://www.goodreads.com/book/show/18085519-fluent-in-3-months,non-fiction,,,,,, -44165e15-f540-4bdf-83e5-f73e80241396,The Decision Checklist: A Practical Guide to Avoiding Problems (Kindle Edition),By Sam Kyle,https://learn-awesome.github.io/assets/book_covers/40025817.jpg,book|https://www.goodreads.com/book/show/40025817-the-decision-checklist,non-fiction,,,,,, -9deb6ac5-fb02-424a-ad46-078254942169,Average Is Over: Powering America Beyond the Age of the Great Stagnation,By Tyler Cowen,https://learn-awesome.github.io/assets/book_covers/17674998.jpg,book|https://www.goodreads.com/book/show/17674998-average-is-over,economics,,,,,, -5c67a68e-c27f-4b9d-9e21-8c1e7f0eebfc,How to Live on 24 Hours a Day (Paperback),By Arnold Bennett,https://learn-awesome.github.io/assets/book_covers/25293554.jpg,book|https://www.goodreads.com/book/show/25293554-how-to-live-on-24-hours-a-day,non-fiction,,,,,, -0054fd0c-aaa9-4c8e-8b5a-de7a98d8137e,The End of the Suburbs: Where the American Dream Is Moving (Hardcover),By Leigh Gallagher,https://learn-awesome.github.io/assets/book_covers/15811507.jpg,book|https://www.goodreads.com/book/show/15811507-the-end-of-the-suburbs,non-fiction,,,,,, -85e5b451-cba1-465b-a792-0104443ce96c,The Company of Strangers: A Natural History of Economic Life (Paperback),By Paul Seabright,https://learn-awesome.github.io/assets/book_covers/61278.jpg,book|https://www.goodreads.com/book/show/61278.The_Company_of_Strangers,economics,,,,,, -5d261a7e-ed52-4376-934b-35c2f9a0b39a,The End of Absence,By Michael Harris,https://learn-awesome.github.io/assets/book_covers/20821373.jpg,book|https://www.goodreads.com/book/show/20821373-the-end-of-absence,non-fiction,,,,,, -0c9f0ce0-dee5-47fa-92a7-cc8093ac0ca0,"The Mathematics of Love: Patterns, Proofs, and the Search for the Ultimate Equation (Hardcover)",By Hannah Fry,https://learn-awesome.github.io/assets/book_covers/23258103.jpg,book|https://www.goodreads.com/book/show/23258103-the-mathematics-of-love,non-fiction,,,,,, -37e94d4c-ba2b-448d-bd72-5d72539d975d,The Complacent Class: The Self-Defeating Quest for the American Dream (Hardcover),By Tyler Cowen,https://learn-awesome.github.io/assets/book_covers/29939212.jpg,book|https://www.goodreads.com/book/show/29939212-the-complacent-class,economics,,,,,, -ffb82efb-202a-4981-99a3-0c24b1e6c36f,Getting Ahead: Three Steps to Take Your Career to the Next Level (ebook),By Joel Garfinkle,https://learn-awesome.github.io/assets/book_covers/12617062.jpg,book|https://www.goodreads.com/book/show/12617062-getting-ahead,business,,,,,, -fcb39e90-36bb-4ec4-81b9-0b5ef5bf6192,Talk Lean: Shorter Meetings. Quicker Results. Better Relations. (Kindle Edition),By Alan Palmer,https://learn-awesome.github.io/assets/book_covers/19141302.jpg,book|https://www.goodreads.com/book/show/19141302-talk-lean,business,,,,,, -f976ae8d-ef56-4484-8790-fd543f6cd228,Seeing What Others Don't: The Remarkable Ways We Gain Insights (Hardcover),By Gary Klein,https://learn-awesome.github.io/assets/book_covers/16043549.jpg,book|https://www.goodreads.com/book/show/16043549-seeing-what-others-don-t,psychology,,,,,, -18bad1b3-0735-48a5-8d85-2069be441ece,Get Smarter: Life and Business Lessons (Hardcover),By Seymour Schulich,https://learn-awesome.github.io/assets/book_covers/1879339.jpg,book|https://www.goodreads.com/book/show/1879339.Get_Smarter,business,,,,,, -2473719a-0a9a-449c-aad9-f1f8719f6459,The Uses and Abuses of History (Hardcover),By Margaret MacMillan,https://learn-awesome.github.io/assets/book_covers/3272163.jpg,book|https://www.goodreads.com/book/show/3272163-the-uses-and-abuses-of-history,history,,,,,, -f4999806-3a5d-4db3-ad67-94999a9a76fa,Wiser: Getting Beyond Groupthink to Make Groups Smarter (Hardcover),By Cass R. Sunstein,https://learn-awesome.github.io/assets/book_covers/21413974.jpg,book|https://www.goodreads.com/book/show/21413974-wiser,non-fiction,,,,,, -5d7e1bd8-5adf-4a53-ab61-970c914d38c5,Rapt: Attention and the Focused Life (Hardcover),By Winifred Gallagher,https://learn-awesome.github.io/assets/book_covers/6262510.jpg,book|https://www.goodreads.com/book/show/6262510-rapt,non-fiction,,,,,, -b66e1f09-9c4f-4c7d-b733-91a424dd714e,Getting It Done: How to Lead When You’re Not in Charge,By Roger Fisher,https://learn-awesome.github.io/assets/book_covers/313599.jpg,book|https://www.goodreads.com/book/show/313599.Getting_It_Done,business,,,,,, -c0264193-ef43-4df1-8746-da555d71aeba,Working Together: Why Great Partnerships Succeed (ebook),By Michael D. Eisner,https://learn-awesome.github.io/assets/book_covers/9488380.jpg,book|https://www.goodreads.com/book/show/9488380-working-together,business,,,,,, -33288dbd-8d62-4e36-95d9-9bf7f889a2e1,Bet with the Best 2: Longshots (Hardcover),By Andrew Beyer,https://learn-awesome.github.io/assets/book_covers/2637799.jpg,book|https://www.goodreads.com/book/show/2637799-bet-with-the-best-2,horse-racing,,,,,, -583fa7a3-aa60-4086-82ca-d0312157ef5d,Simpler: The Future of Government (ebook),By Cass R. Sunstein,https://learn-awesome.github.io/assets/book_covers/16172224.jpg,book|https://www.goodreads.com/book/show/16172224-simpler,politics,,,,,, -e03c928e-04fd-4c13-b44e-bdd0f184edc5,Mastermind: How to Think Like Sherlock Holmes (Hardcover),By Maria Konnikova,https://learn-awesome.github.io/assets/book_covers/15805442.jpg,book|https://www.goodreads.com/book/show/15805442-mastermind,non-fiction,,,,,, -15a711f0-fd32-4651-897c-1e6b470bf5f4,"Capitalism, Democracy, and Ralph's Pretty Good Grocery (Hardcover)",By John E. Mueller,https://learn-awesome.github.io/assets/book_covers/1596698.jpg,book|https://www.goodreads.com/book/show/1596698.Capitalism_Democracy_and_Ralph_s_Pretty_Good_Grocery,economics,,,,,, -dc276261-a19a-458e-9325-6b9519e6db16,Mind Gym: Achieve More by Thinking Differently (Hardcover),By Sebastian Bailey,https://learn-awesome.github.io/assets/book_covers/20262408.jpg,book|https://www.goodreads.com/book/show/20262408-mind-gym,psychology,,,,,, -09f33761-c26d-490e-a79c-c3bae15542ae,The Information Diet: A Case for Conscious Consumption (Hardcover),By Clay A. Johnson,https://learn-awesome.github.io/assets/book_covers/12799077.jpg,book|https://www.goodreads.com/book/show/12799077-the-information-diet,non-fiction,,,,,, -9c66daf3-c1cb-4ccf-8712-f025bfc7c55f,The Character Gap: How Good Are We? (Hardcover),By Christian B. Miller,https://learn-awesome.github.io/assets/book_covers/34785410.jpg,book|https://www.goodreads.com/book/show/34785410-the-character-gap,psychology,,,,,, -a9f8145a-78a2-48b1-8af8-5f7af2990307,What the Most Successful People Do Before Breakfast: And Two Other Short Guides to Achieving More at Work and at Home (Paperback),By Laura Vanderkam,https://learn-awesome.github.io/assets/book_covers/17707505.jpg,book|https://www.goodreads.com/book/show/17707505-what-the-most-successful-people-do-before-breakfast,non-fiction,,,,,, -4ff9614a-3c8e-4bd1-83e4-7665a880fc97,Information: A Very Short Introduction (Paperback),By Luciano Floridi,https://learn-awesome.github.io/assets/book_covers/6695181.jpg,book|https://www.goodreads.com/book/show/6695181-information,philosophy,,,,,, -7b2c1752-6ada-4752-b5fc-889a6e2c60c1,Overcomplicated: Technology at the Limits of Comprehension (Hardcover),By Samuel Arbesman,https://learn-awesome.github.io/assets/book_covers/27272504.jpg,book|https://www.goodreads.com/book/show/27272504-overcomplicated,technology,,,,,, -c455d224-5d26-4866-a56b-6bd0607376b9,Three Squares: The Invention of the American Meal (Hardcover),By Abigail Carroll,https://learn-awesome.github.io/assets/book_covers/18041877.jpg,book|https://www.goodreads.com/book/show/18041877-three-squares,history,,,,,, -a235e742-e3fe-4a2c-a18e-9a311321b8eb,Autopilot: The Art & Science of Doing Nothing (Paperback),By Andrew Smart,https://learn-awesome.github.io/assets/book_covers/18053732.jpg,book|https://www.goodreads.com/book/show/18053732-autopilot,non-fiction,,,,,, -66c5646c-f043-4cd8-85cc-873e0138339e,The Secret World of Sleep: the Surprising Science of the Mind at Rest (Hardcover),By Penelope A. Lewis,https://learn-awesome.github.io/assets/book_covers/16059340.jpg,book|https://www.goodreads.com/book/show/16059340-the-secret-world-of-sleep,non-fiction,,,,,, -19bdcf86-5104-4e5d-9bad-d04a9f453be0,Once Upon A Number: The Hidden Mathematical Logic Of Stories (Paperback),By John Allen Paulos,https://learn-awesome.github.io/assets/book_covers/252320.jpg,book|https://www.goodreads.com/book/show/252320.Once_Upon_A_Number,mathematics,,,,,, -e9f9cdc7-10dc-43f4-a71e-5d44a5e44359,Problem Solved: A Powerful System for Making Complex Decisions with Confidence and Conviction (Paperback),By Cheryl Strauss Einhorn,https://learn-awesome.github.io/assets/book_covers/32824429.jpg,book|https://www.goodreads.com/book/show/32824429-problem-solved,decision-making,,,,,, -ce46226e-349b-466f-8fec-81d73325b9ab,The Power of Noticing: What the Best Leaders See (Hardcover),By Max H. Bazerman,https://learn-awesome.github.io/assets/book_covers/18775293.jpg,book|https://www.goodreads.com/book/show/18775293-the-power-of-noticing,leadership,,,,,, -8d3b85c2-92e1-48b3-8eed-714b7885247b,Think: Why You Should Question Everything (Paperback),By Guy P. Harrison,https://learn-awesome.github.io/assets/book_covers/17345280.jpg,book|https://www.goodreads.com/book/show/17345280-think,non-fiction,,,,,, -6e790bca-33da-4f5b-ae09-194906a9f1d1,George C. Marshall: Rubrics of Leadership (Hardcover),By Seward W. Husted,https://learn-awesome.github.io/assets/book_covers/1130464.jpg,book|https://www.goodreads.com/book/show/1130464.George_C_Marshall,leadership,,,,,, -41393e2c-649d-44e3-a4dd-0068f8678a85,On Grand Strategy (Hardcover),By Robert J. Art,https://learn-awesome.github.io/assets/book_covers/3464533.jpg,book|https://www.goodreads.com/book/show/3464533-grand-strategy-for-america-century-foundation-books,politics,,,,,, -9aa84911-74ef-4404-bcf8-752baa2f6291,"The Rise of Andrew Jackson: Myth, Manipulation, and the Making of Modern Politics (Hardcover)",By David S. Heidler,https://learn-awesome.github.io/assets/book_covers/38463769.jpg,book|https://www.goodreads.com/book/show/38463769-the-rise-of-andrew-jackson,biography,,,,,, -035f43f6-5d85-4d9a-944d-518a493d082b,"The Map and the Territory: Risk, Human Nature, and the Future of Forecasting (Hardcover)",By Alan Greenspan,https://learn-awesome.github.io/assets/book_covers/17707693.jpg,book|https://www.goodreads.com/book/show/17707693-the-map-and-the-territory,economics,,,,,, -b9a7fcee-f6c8-4ce9-978b-30afce589b67,The Domestication of Language: Cultural Evolution and the Uniqueness of the Human Animal (Hardcover),By Daniel Cloud,https://learn-awesome.github.io/assets/book_covers/22329494.jpg,book|https://www.goodreads.com/book/show/22329494-the-domestication-of-language,language,,,,,, -9f5d144c-1606-468f-b630-f99f0b55faba,Confessions of a Sociopath: A Life Spent Hiding in Plain Sight (Hardcover),By M.E. Thomas,https://learn-awesome.github.io/assets/book_covers/15841837.jpg,book|https://www.goodreads.com/book/show/15841837-confessions-of-a-sociopath,non-fiction,,,,,, -0837f2f6-03f7-463d-a038-cceabb3028ef,Insight: How to succeed by seeing yourself clearly (Paperback),By Tasha Eurich,https://learn-awesome.github.io/assets/book_covers/39291969.jpg,book|https://www.goodreads.com/book/show/39291969-insight,wish-list,,,,,, -7c900563-4c2c-4395-85e3-ef0dd1fe3e8a,The Harvard Guide to Influential Books: 113 Distinguished Harvard Professors Discuss the Books That Have Helped to Shape Their Thinking (Paperback),By C. Maury Devine,https://learn-awesome.github.io/assets/book_covers/320476.jpg,book|https://www.goodreads.com/book/show/320476.The_Harvard_Guide_to_Influential_Books,books-reading,,,,,, -824cd332-1f8c-4d43-a4c2-e4f956ca93bf,Mess: One Man's Struggle to Clean Up His House and His Act (Paperback),By Barry Yourgrau,https://learn-awesome.github.io/assets/book_covers/26530363.jpg,book|https://www.goodreads.com/book/show/26530363-mess,non-fiction,,,,,, -fbc5b1be-796d-46b8-b9de-05edef3e5f73,Elements of Wit: Mastering the Art of Being Interesting (Paperback),By Benjamin Errett,https://learn-awesome.github.io/assets/book_covers/20893473.jpg,book|https://www.goodreads.com/book/show/20893473-elements-of-wit,non-fiction,,,,,, -8e75ffe9-eb7c-4bc5-a14b-836c08a702ad,"Option B: Facing Adversity, Building Resilience, and Finding Joy (Paperback)",By The Summary Guy,https://learn-awesome.github.io/assets/book_covers/35441717.jpg,book|https://www.goodreads.com/book/show/35441717-summary---option-b,personal-development,,,,,, -fcd00a9c-53a3-4eb3-a843-d26cd3819f86,Happiness Habits: Instant Happiness In 15 Minutes Or Less! (Kindle Edition),By Daphna Joffe,https://learn-awesome.github.io/assets/book_covers/17565981.jpg,book|https://www.goodreads.com/book/show/17565981-happiness-habits,happiness,,,,,, -07389495-d17c-4d30-a208-48fdb2cea810,Built to Last: Successful Habits of Visionary Companies (Hardcover),By QuickSummary,https://learn-awesome.github.io/assets/book_covers/35839787.jpg,book|https://www.goodreads.com/book/show/35839787-summary---built-to-last,business,,,,,, -8c17f95c-3008-432d-920b-17a2825ee53f,The Power of Habit: Why We Do What We Do in Life and Business (Hardcover),By Rapid-Summary,https://learn-awesome.github.io/assets/book_covers/38449884.jpg,book|https://www.goodreads.com/book/show/38449884-summary-the-power-of-habit,new-science,,,,,, -30af8453-afed-4b7e-9e3c-af1f2edd2b1e,Drive: The Surprising Truth About What Motivates Us (Hardcover),By Rapid-Summary,https://learn-awesome.github.io/assets/book_covers/40023262.jpg,book|https://www.goodreads.com/book/show/40023262-summary-drive,motivation,,,,,, -18b5fb6e-9345-4b78-96b3-6016a97e6ca1,Essentialism: The Disciplined Pursuit of Less (Hardcover),By Instant-Summary,https://learn-awesome.github.io/assets/book_covers/37902270.jpg,book|https://www.goodreads.com/book/show/37902270-summary---essentialism,minimalism,,,,,, -c80ae24f-8907-4bc8-90b9-add8137000c7,The Gene: An Intimate History (Hardcover),By The Summary Guy,https://learn-awesome.github.io/assets/book_covers/35064636.jpg,book|https://www.goodreads.com/book/show/35064636-summary---the-gene,biology;genetics,,,,,, -831de16b-9f2c-43a5-aa65-557a02fdd00c,Ego is the Enemy : The Fight to Master our Greatest Opponent (Kindle Edition),By Penguins,https://learn-awesome.github.io/assets/book_covers/43170452.jpg,book|https://www.goodreads.com/book/show/43170452-ego-is-the-enemy,philosophy-self-help,,,,,, -d6f92bec-4fe8-4571-88e9-ad06cdb999ad,The Tipping Point: How Little Things Can Make a Big Difference (Paperback),By Sir Summary,https://learn-awesome.github.io/assets/book_covers/31682699.jpg,book|https://www.goodreads.com/book/show/31682699-summary---the-tipping-point,business,,,,,, -4388cdc3-3103-4831-9574-c849709f8bc4,Hold Me Tight: Seven Conversations for a Lifetime of Love (Hardcover),By Dr Sue Johnson,https://learn-awesome.github.io/assets/book_covers/45318915.jpg,book|https://www.goodreads.com/book/show/45318915-sue-johnson-collection-3-books-set,love,,,,,, -51e08cb1-9831-4c8c-b849-0458498abcaf,How to Win Friends and Influence People (Paperback),By Dale Camegie,https://learn-awesome.github.io/assets/book_covers/44806093.jpg,book|https://www.goodreads.com/book/show/44806093-how-to-win-friends-influence-people-paperback-jan-01-2012-nill,personal-development,,,,,, -e3ef19b9-992d-4fed-b6e2-fbd49141a824,Bilingual Project Learning in a Singapore Preschool: A Guide for Parents & Educators,By Charmaine Teo,https://learn-awesome.github.io/assets/book_covers/39863956.jpg,book|https://www.goodreads.com/book/show/39863956-bilingual-project-learning-in-a-singapore-preschool,parenting,,,,,, -75bdca05-3d7b-4ba8-8d4f-e73e7842f391,The Road to Character (Hardcover),By David Brooks,https://learn-awesome.github.io/assets/book_covers/45701614.jpg,book|https://www.goodreads.com/book/show/45701614-david-brooks-2-books-collection-set,philosophy,,,,,, -6513f354-ef08-439c-b785-22c4f4c675ef,"How to Measure Anything: Finding the Value of ""Intangibles"" in Business (Hardcover)",By Douglas W. Hubbard,https://learn-awesome.github.io/assets/book_covers/444653.jpg,book|https://www.goodreads.com/book/show/444653.How_to_Measure_Anything,business,,,,,, -e37fd206-be5c-4b8f-8e03-45f3372b6556,The Republic (Paperback),By Christine Barbour,,book|https://www.goodreads.com/book/show/15384895-keeping-the-republic-paperback-custom-publication,politics,,,,,, -51b18381-869b-41c5-9689-ab8d2e4b2c52,City of God (Paperback),By David Sheppard,https://learn-awesome.github.io/assets/book_covers/40021143.jpg,book|https://www.goodreads.com/book/show/40021143-built-as-a-city,fiction,,,,,, -20e96a1e-57c1-45fe-ab15-4f03d20a06ea,Being and Nothingness (Paperback),By Jean-Paul Sartre,https://learn-awesome.github.io/assets/book_covers/45658110.jpg,book|https://www.goodreads.com/book/show/45658110-being-and-nothingness,philosophy,,,,,, -1a162e9b-6749-43a1-bf48-e20e9273385a,Pre-Suasion: A Revolutionary Way to Influence and Persuade (Hardcover),By The Summary Guy,https://learn-awesome.github.io/assets/book_covers/35492269.jpg,book|https://www.goodreads.com/book/show/35492269-summary---pre-suasion,business,,,,,, -356d451f-de32-4c86-8fc9-ef4ee9e018d2,Crime and Punishment (Paperback),By Tuo Si Tuo Ye Fu Si Ji,https://learn-awesome.github.io/assets/book_covers/43393382.jpg,book|https://www.goodreads.com/book/show/43393382-crime-and-punishment-paperback,fiction,,,,,, -181e92cd-3730-48cc-89a6-06165dd3ce77,Shoe Dog: A Memoir by the Creator of NIKE (Hardcover),By Ez-Summary,https://learn-awesome.github.io/assets/book_covers/34643296.jpg,book|https://www.goodreads.com/book/show/34643296-summary---shoe-dog,business;biographies,,,,,, -49f41335-6199-4d18-bc08-3e759ad6b335,The Undoing Project: A Friendship That Changed Our Minds (Paperback),By QuickSummary,https://learn-awesome.github.io/assets/book_covers/35391495.jpg,book|https://www.goodreads.com/book/show/35391495-summary---the-undoing-project,relationships,,,,,, -cff75738-cb8b-4ea8-93bf-9f82e1eb2ad6,"The Rules of Victory: Strategies from ""The Art of War"" for Mastering Chaos and Conflict (Hardcover)",By James Gimian,https://learn-awesome.github.io/assets/book_covers/802235._SX98_.jpg,book|https://www.goodreads.com/book/show/802235.The_Rules_of_Victory,default,,,,,, -89743539-3107-4dba-80a8-4e6e84b62063,The Vignelli Canon,By Massimo Vignelli,https://learn-awesome.github.io/assets/book_covers/9180968.jpg,book|https://www.goodreads.com/book/show/9180968-the-vignelli-canon,design,,,,,, -ad85ca91-3b94-4fb4-84f9-4ac990a7f737,The Visual Display of Quantitative Information,By Edward R. Tufte,https://learn-awesome.github.io/assets/book_covers/17744.jpg,book|https://www.goodreads.com/book/show/17744.The_Visual_Display_of_Quantitative_Information,design,,,,,, -b390a6c8-0214-47c8-867d-71a5020db27f,Politics and the English Language,By George Orwell,https://learn-awesome.github.io/assets/book_covers/6324725.jpg,book|https://www.goodreads.com/book/show/6324725-politics-and-the-english-language,non-fiction,,,,,, -c3849a0d-b527-4bcc-914d-0f69d6b022f6,Chicago Manual of Style,By University of Chicago Press,https://learn-awesome.github.io/assets/book_covers/103362.jpg,book|https://www.goodreads.com/book/show/103362.The_Chicago_Manual_of_Style,reference,,,,,, -81c5055c-4caf-4f70-9414-6929d89de2e6,Don’t Make Me Think,By Steve Krug,https://learn-awesome.github.io/assets/book_covers/18197267.jpg,book|https://www.goodreads.com/book/show/18197267-don-t-make-me-think-revisited,design,,,,,, -2a0fd8a4-538c-4553-a74c-5c7ae2c84de0,The Elements of Typographic Style,By Robert Bringhurst,https://learn-awesome.github.io/assets/book_covers/44735.jpg,book|https://www.goodreads.com/book/show/44735.The_Elements_of_Typographic_Style,design,,,,,, -ec9c9c41-2ba3-4ecd-bd84-85b35aac430c,User Story Mapping by Jeff Patton,By Jeff Patton,https://learn-awesome.github.io/assets/book_covers/22221112.jpg,book|https://www.goodreads.com/book/show/22221112-user-story-mapping,agile,,,,,, -edb38458-c42c-4970-9cfc-b8a8a85a7a9d,The Elements of Style,By William Strunk Jr.,https://learn-awesome.github.io/assets/book_covers/33514.jpg,book|https://www.goodreads.com/book/show/33514.The_Elements_of_Style,writing,,,,,, -1239c90e-7826-4000-a3aa-68ac56074ef1,Logo Design Love,By David Airey,https://learn-awesome.github.io/assets/book_covers/6728983.jpg,book|https://www.goodreads.com/book/show/6728983-logo-design-love,design,,,,,, -0ceb46eb-56bb-4b6d-abde-1037da41f790,A Type Primer,By John Kane,https://learn-awesome.github.io/assets/book_covers/1301883.jpg,book|https://www.goodreads.com/book/show/1301883.A_Type_Primer,design,,,,,, -2d8997d6-c346-4df8-ac12-79735e2ddac5,Nicely Said: Writing for the Web with Style and Purpose,By Nicole Fenton,https://learn-awesome.github.io/assets/book_covers/18847936.jpg,book|https://www.goodreads.com/book/show/18847936-nicely-said,writing,,,,,, -4d3a0c70-08b1-440c-b4a9-6e8cbcc45097,Designing Brand Identity,By Alina Wheeler,https://learn-awesome.github.io/assets/book_covers/6369945.jpg,book|https://www.goodreads.com/book/show/6369945-designing-brand-identity,design,,,,,, -55ac644e-6c61-42d5-bfd8-1514b0e759ed,Rocket Surgery Made Easy,By Steve Krug,https://learn-awesome.github.io/assets/book_covers/6658783.jpg,book|https://www.goodreads.com/book/show/6658783-rocket-surgery-made-easy,design,,,,,, -b4736b5d-b60b-428b-b5df-d5b932821001,Thinking With Type,By Ellen Lupton,https://learn-awesome.github.io/assets/book_covers/69736.jpg,book|https://www.goodreads.com/book/show/69736.Thinking_with_Type,design,,,,,, -930f2a23-9bce-46cb-aef3-f6198fdc0a0c,The Hero and the Outlaw: Building Extraordinary Brands Through the Power of Archetypes,By Margaret Mark,https://learn-awesome.github.io/assets/book_covers/357638.jpg,book|https://www.goodreads.com/book/show/357638.The_Hero_and_the_Outlaw,business,,,,,, -78eab228-82a8-4253-9f48-2c4cfd9ebfe6,Josef Albers Interaction of Color,By Josef Albers,https://learn-awesome.github.io/assets/book_covers/111113.jpg,book|https://www.goodreads.com/book/show/111113.Interaction_of_Color,art,,,,,, -f0d605d1-45c5-404c-b65d-4d2f47aa0ce4,About Face 3: The Essentials of Interaction Design,By Alan Cooper,https://learn-awesome.github.io/assets/book_covers/289062.jpg,book|https://www.goodreads.com/book/show/289062.About_Face_3,design,,,,,, -2c8fe611-2b95-49c9-bac0-4bfba2fc2d67,Sorting Things Out: Classification and Its Consequences,By Geoffrey C. Bowker,https://learn-awesome.github.io/assets/book_covers/169699.jpg,book|https://www.goodreads.com/book/show/169699.Sorting_Things_Out,non-fiction,,,,,, -9b9319f6-91e1-4d6c-83e8-b7c04c97925f,Smarter Than You Think: How Technology is Changing Our Minds for the Better,By Clive Thompson,https://learn-awesome.github.io/assets/book_covers/17707600.jpg,book|https://www.goodreads.com/book/show/17707600-smarter-than-you-think,non-fiction,,,,,, -a1701485-20a3-4aee-878e-8c03558fc13f,Radical Candor: Be a Kick-Ass Boss Without Losing Your Humanity,By BookHabits,https://learn-awesome.github.io/assets/book_covers/40683671.jpg,book|https://www.goodreads.com/book/show/40683671-summary-of-radical-candor,hr,,,,,, -480a728e-2fa2-403f-8e66-1de6b4e37414,The Tao of User Experience,By Robert Hoekman Jr.,https://learn-awesome.github.io/assets/book_covers/21562735.jpg,book|https://www.goodreads.com/book/show/21562735-the-tao-of-user-experience,design,,,,,, -353cd509-7a0f-485e-a3bf-418a7e3b84fd,Sunday Sketching,By Christoph Niemann,https://learn-awesome.github.io/assets/book_covers/28818322.jpg,book|https://www.goodreads.com/book/show/28818322-sunday-sketching,art,,,,,, -2a8416cd-1e22-4500-8730-efbfa37653ad,A5/05: Lufthansa and Graphic Design: Visual History of an...,By Jens Müller,https://learn-awesome.github.io/assets/book_covers/11860352.jpg,book|https://www.goodreads.com/book/show/11860352-a5-05,design,,,,,, -abf9eea5-b686-413e-8d82-b98c39fb6fe9,Ronan and Erwan Bouroullec,By Ronan Bouroullec,https://learn-awesome.github.io/assets/book_covers/13528568.jpg,book|https://www.goodreads.com/book/show/13528568-ronan-and-erwan-bouroullec,design,,,,,, -0ee44806-b5b4-4785-9d31-c3586f6e9b25,The Graphic Artist and His Design Problems,By Josef Müller-Brockmann,https://learn-awesome.github.io/assets/book_covers/1832852.jpg,book|https://www.goodreads.com/book/show/1832852.The_Graphic_Artist_and_His_Design_Problems,design,,,,,, -91a34459-edea-42de-8b63-4c5e90637324,Think First: My No-Nonsense Approach to Creating Successf...,By Joe Natoli,https://learn-awesome.github.io/assets/book_covers/26369542.jpg,book|https://www.goodreads.com/book/show/26369542-think-first,ux,,,,,, -a964460e-1b2f-4306-9c76-729ad58f6dd4,Tokujin Yoshioka,By Tokujin Yoshioka,https://learn-awesome.github.io/assets/book_covers/8558977.jpg,book|https://www.goodreads.com/book/show/8558977-tokujin-yoshioka,design,,,,,, -59765c1c-2b7d-47ea-b782-51dd8c3200c9,Design Is a Job,By Mike Monteiro,https://learn-awesome.github.io/assets/book_covers/13574985.jpg,book|https://www.goodreads.com/book/show/13574985-design-is-a-job,design,,,,,, -8b8d67b7-862e-4126-9874-c040eee4e0a8,Quantifying the User Experience: Practical Statistics for...,By Jeff Sauro,https://learn-awesome.github.io/assets/book_covers/13515351.jpg,book|https://www.goodreads.com/book/show/13515351-quantifying-the-user-experience,ux,,,,,, -6e3581a9-0641-4831-9734-4469f3864962,Universal Methods of Design: 100 Ways to Research Complex...,By Bella Martin,https://learn-awesome.github.io/assets/book_covers/11698359.jpg,book|https://www.goodreads.com/book/show/11698359-universal-methods-of-design,design,,,,,, -c2227867-df29-4700-b69c-2f497ba239a8,Sprint: How to Solve Big Problems and Test New Ideas in J...,By Jake Knapp,https://learn-awesome.github.io/assets/book_covers/25814544.jpg,book|https://www.goodreads.com/book/show/25814544-sprint,business,,,,,, -8419bfaa-98ab-4d23-ade8-39df1b531d86,Envisioning Information ,By Edward R. Tufte,https://learn-awesome.github.io/assets/book_covers/17745.jpg,book|https://www.goodreads.com/book/show/17745.Envisioning_Information,design,,,,,, -823ad65a-3f70-4fbf-baee-d24bd3d244b4,See What I Mean: How to Use Comics to Communicate Ideas,By Kevin Cheng,https://learn-awesome.github.io/assets/book_covers/16257009.jpg,book|https://www.goodreads.com/book/show/16257009-see-what-i-mean,ux,,,,,, -5895c3a2-b050-4915-b578-cc8171c2e24c,The User Experience Team of One: A Research and Design Su...,By Leah Buley,https://learn-awesome.github.io/assets/book_covers/18177290.jpg,book|https://www.goodreads.com/book/show/18177290-the-user-experience-team-of-one,design,,,,,, -e8e41069-8019-4c00-b50e-ce779c4021ae,The Elements of Color: A Treatise on the Color System of ...,By Johannes Itten,https://learn-awesome.github.io/assets/book_covers/967309.jpg,book|https://www.goodreads.com/book/show/967309.The_Elements_of_Color,art,,,,,, -b6a35cdb-75af-4231-9f78-9428f573b0fd,Information is Beautiful,By David McCandless,https://learn-awesome.github.io/assets/book_covers/7249817.jpg,book|https://www.goodreads.com/book/show/7249817-information-is-beautiful,non-fiction,,,,,, -b3493e2a-314f-4af0-bc9b-1d48a765efc9,Designing for the Digital Age,By Kim Goodwin,https://learn-awesome.github.io/assets/book_covers/3880458.jpg,book|https://www.goodreads.com/book/show/3880458-designing-for-the-digital-age,design,,,,,, -15f58278-6f45-4f30-a074-59b55a22e4f2,Interviewing Users: How to Uncover Compelling Insights,By Steve Portigal,https://learn-awesome.github.io/assets/book_covers/17869520.jpg,book|https://www.goodreads.com/book/show/17869520-interviewing-users,ux,,,,,, -522bbbb6-31ba-4fcd-b97e-38629219a16f,"Universal Principles of Design, Revised and Updated: 125 ...",By William Lidwell,https://learn-awesome.github.io/assets/book_covers/6568321.jpg,book|https://www.goodreads.com/book/show/6568321-universal-principles-of-design-revised-and-updated,design,,,,,, -d235b81a-1860-4aaa-be3b-0a9e81ec2837,Just Enough Research,By Erika Hall,https://learn-awesome.github.io/assets/book_covers/17236175.jpg,book|https://www.goodreads.com/book/show/17236175-just-enough-research,design,,,,,, -fe9a9251-2e67-470d-8077-03a56a8eac34,The Design Studio Method,By Brian K Sullivan,https://learn-awesome.github.io/assets/book_covers/25923451.jpg,book|https://www.goodreads.com/book/show/25923451-the-design-studio-method,ux,,,,,, -9565ec78-7321-464f-8db9-b3b9b61e5782,Elements of Design: Rowena Reed Kostellow and the Structu...,By Gail G. Hannah,https://learn-awesome.github.io/assets/book_covers/1442480.jpg,book|https://www.goodreads.com/book/show/1442480.Elements_of_Design,design,,,,,, -9afb3f12-ccad-4079-a60c-cc375ffb9a57,"Digital Ground: Architecture, Pervasive Computing, and En...",By Malcolm McCullough,https://learn-awesome.github.io/assets/book_covers/600950.jpg,book|https://www.goodreads.com/book/show/600950.Digital_Ground,design,,,,,, -7571b25d-90d8-4ca3-823b-10a186452cd8,Smashing UX Design: Foundations for Designing Online User...,By Jesmond Allen,https://learn-awesome.github.io/assets/book_covers/8675550.jpg,book|https://www.goodreads.com/book/show/8675550-smashing-ux-design,ux,,,,,, -807f8a4e-fa5c-4e3c-8e3f-ad2283d9de79,The Art of Looking Sideways,By Alan Fletcher,https://learn-awesome.github.io/assets/book_covers/15778.jpg,book|https://www.goodreads.com/book/show/15778.The_Art_of_Looking_Sideways,design,,,,,, -2269e571-e54d-4d00-84ad-e3e7164114f1,Designing Together: The collaboration and conflict manage...,By Dan M. Brown,https://learn-awesome.github.io/assets/book_covers/17986275.jpg,book|https://www.goodreads.com/book/show/17986275-designing-together,design,,,,,, -4c465aea-cafb-4ce4-9658-617efbe10206,Paul Rand: Conversations with Students,By Michael Kroeger,https://learn-awesome.github.io/assets/book_covers/2228978.jpg,book|https://www.goodreads.com/book/show/2228978.Paul_Rand,non-fiction,,,,,, -26a8fb38-0d1e-4f99-bf9b-9cdb00f1067c,"Seductive Interaction Design: Creating Playful, Fun, and ...",By Stephen P. Anderson,https://learn-awesome.github.io/assets/book_covers/9967766.jpg,book|https://www.goodreads.com/book/show/9967766-seductive-interaction-design,ux,,,,,, -58db6e3b-7936-4a23-b8e1-01977a509b90,The Monocle Guide to Better Living,By Monocle,https://learn-awesome.github.io/assets/book_covers/17951718.jpg,book|https://www.goodreads.com/book/show/17951718-the-monocle-guide-to-better-living,design,,,,,, -dc071c53-9f41-4657-96ce-614469ad4bf5,100 Things Every Designer Needs to Know About People,By Susan M. Weinschenk,https://learn-awesome.github.io/assets/book_covers/10778139.jpg,book|https://www.goodreads.com/book/show/10778139-100-things-every-designer-needs-to-know-about-people,design,,,,,, -312c06f2-0702-4bfe-95f9-38abebc1921a,Atomic Design,By Brad Frost,https://learn-awesome.github.io/assets/book_covers/29567165.jpg,book|https://www.goodreads.com/book/show/29567165-atomic-design,design,,,,,, -6917b630-2354-4b61-a3d7-ce39b4d1a2b8,Thoughts on Design,By Paul Rand,https://learn-awesome.github.io/assets/book_covers/2888995.jpg,book|https://www.goodreads.com/book/show/2888995-thoughts-on-design,design,,,,,, -989f2338-649a-46e4-b665-54b8deb355cb,The Icon Handbook,By John Hicks,https://learn-awesome.github.io/assets/book_covers/13324433.jpg,book|https://www.goodreads.com/book/show/13324433-the-icon-handbook,design,,,,,, -60c88d01-7aa7-489d-9d2f-ec18e469db5c,"Set Phasers on Stun: And Other True Tales of Design, Tech...",By S.M. Casey,https://learn-awesome.github.io/assets/book_covers/1066702.jpg,book|https://www.goodreads.com/book/show/1066702.Set_Phasers_on_Stun,engineering,,,,,, -62063da6-d51f-485d-9412-a675f482c4cc,"Measuring the User Experience, Second Edition: Collecting...",By Thomas Tullis,https://learn-awesome.github.io/assets/book_covers/3041729.jpg,book|https://www.goodreads.com/book/show/3041729-measuring-the-user-experience,ux,,,,,, -d6544665-4ca7-4479-96d4-bbbb396dece9,Articulating Design Decisions: Communicate with Stakehold...,By Tom Greever,https://learn-awesome.github.io/assets/book_covers/25520974.jpg,book|https://www.goodreads.com/book/show/25520974-articulating-design-decisions,design,,,,,, -070a2c64-5189-4e37-8286-aa45c56affc3,"Simple and Usable Web, Mobile, and Interaction Design",By Giles Colborne,https://learn-awesome.github.io/assets/book_covers/8881346.jpg,book|https://www.goodreads.com/book/show/8881346-simple-and-usable-web-mobile-and-interaction-design,design,,,,,, -42eaf010-94ee-4abf-8d9d-a14764e72879,Where the Action Is: The Foundations of Embodied Interaction,By Paul Dourish,https://learn-awesome.github.io/assets/book_covers/593335.jpg,book|https://www.goodreads.com/book/show/593335.Where_the_Action_Is,design,,,,,, -d22ca69a-1891-4510-bc92-8a9afba6e186,Client Centric Web Design,By Paul Boag,,book|https://www.goodreads.com/book/show/15767361-client-centric-web-design,ux,,,,,, -1eac3cd7-e352-4ac1-8273-1da64c464f10,When Search Meets Web Usability,By Shari Thurow,https://learn-awesome.github.io/assets/book_covers/6355178.jpg,book|https://www.goodreads.com/book/show/6355178-when-search-meets-web-usability,ux,,,,,, -f814803c-8d99-4eeb-a2b4-74bbde69ece9,Web Form Design: Filling in the Blanks,By Luke Wroblewski,https://learn-awesome.github.io/assets/book_covers/3296910.jpg,book|https://www.goodreads.com/book/show/3296910-web-form-design,design,,,,,, -3890625f-1a54-455a-be33-ac8b540a05a2,Content Strategy for Mobile,By Karen McGrane,https://learn-awesome.github.io/assets/book_covers/16130826.jpg,book|https://www.goodreads.com/book/show/16130826-content-strategy-for-mobile,design,,,,,, -59d48122-3b6f-4dec-95fd-8879dfe08062,Pervasive Information Architecture: Designing Cross-Chann...,By Andrea Resmini,https://learn-awesome.github.io/assets/book_covers/10111448.jpg,book|https://www.goodreads.com/book/show/10111448-pervasive-information-architecture,ux,,,,,, -9300da4b-9cd4-4c14-a177-b20bcfb80b1c,Service Design: From Insight to Implementation,By Andy Polaine,https://learn-awesome.github.io/assets/book_covers/19904558.jpg,book|https://www.goodreads.com/book/show/19904558-service-design,design,,,,,, -4473aaec-5751-4cbb-b371-1db057501600,The Best Interface Is No Interface,By Golden Krishna,https://learn-awesome.github.io/assets/book_covers/22758923.jpg,book|https://www.goodreads.com/book/show/22758923-the-best-interface-is-no-interface,design,,,,,, -344d449d-0754-4a27-bf32-a99961a274b2,Smart Things,By Chip Gaines,https://learn-awesome.github.io/assets/book_covers/34460629.jpg,book|https://www.goodreads.com/book/show/34460629-capital-gaines,non-fiction,,,,,, -5efbb8ef-26be-4ea2-b064-28fa6377e170,Undercover User Experience Design,By Cennydd Bowles,https://learn-awesome.github.io/assets/book_covers/9039673.jpg,book|https://www.goodreads.com/book/show/9039673-undercover-user-experience-design,ux,,,,,, -df6d8800-fb87-4097-a7d5-09890e1998ff,"This is Service Design Thinking: Basics, Tools, Cases",By Marc Stickdorn,https://learn-awesome.github.io/assets/book_covers/9840969.jpg,book|https://www.goodreads.com/book/show/9840969-this-is-service-design-thinking,design,,,,,, -d8451623-3881-4d8e-92dd-1263a6403095,Designing the Obvious: A Common Sense Approach to Web & M...,By Robert Hoekman Jr.,https://learn-awesome.github.io/assets/book_covers/258477.jpg,book|https://www.goodreads.com/book/show/258477.Designing_the_Obvious,design,,,,,, -b985d27c-1dc1-4cb4-8194-5e871811e054,The Humane Interface: New Directions for Designing Interactive Systems,By Jef Raskin,https://learn-awesome.github.io/assets/book_covers/344726.jpg,book|https://www.goodreads.com/book/show/344726.The_Humane_Interface,design,,,,,, -73930d5b-e62e-49e8-b763-27d5a35b451f,100 Years of Swiss Graphic Design,By Christian Brandle,https://learn-awesome.github.io/assets/book_covers/17951405.jpg,book|https://www.goodreads.com/book/show/17951405-100-years-of-swiss-graphic-design,design,,,,,, -938c971c-ca17-4718-8900-9c9c69ae0b6f,The Joy of UX: User Experience and Interactive Design for...,By David Platt,https://learn-awesome.github.io/assets/book_covers/26261018.jpg,book|https://www.goodreads.com/book/show/26261018-the-joy-of-ux,design,,,,,, -c5b262b9-9d22-4587-b889-012e3539fb3a,Agile Experience Design: A Digital Designer's Guide to Ag...,By Lindsay Ratcliffe,https://learn-awesome.github.io/assets/book_covers/13192061.jpg,book|https://www.goodreads.com/book/show/13192061-agile-experience-design,design,,,,,, -8358fe73-cb19-467a-88fd-67f1087b3298,Designing for Emotion,By Aarron Walter,https://learn-awesome.github.io/assets/book_covers/12910715.jpg,book|https://www.goodreads.com/book/show/12910715-designing-for-emotion,design,,,,,, -5e3f8d1a-605d-46f6-9a63-f3a21745f3b0,Information Dashboard Design: Displaying Data for At-a-Gl...,By Stephen Few,https://learn-awesome.github.io/assets/book_covers/17885844.jpg,book|https://www.goodreads.com/book/show/17885844-information-dashboard-design,design,,,,,, -07c67572-868f-4524-b37b-72ba8db01d7a,Understanding Comics,By Scott McCloud,https://learn-awesome.github.io/assets/book_covers/102920.jpg,book|https://www.goodreads.com/book/show/102920.Understanding_Comics,comics,,,,,, -e3e54266-3a53-4835-ba16-551bd77528df,The Elements of User Experience: User-Centered Design for...,By Jesse James Garrett,https://learn-awesome.github.io/assets/book_covers/1867.jpg,book|https://www.goodreads.com/book/show/1867.The_Elements_of_User_Experience,design,,,,,, -560a89df-1526-498e-9391-7faa90fec9fd,Lean UX: Applying Lean Principles to Improve User Experience,By Jeff Gothelf,https://learn-awesome.github.io/assets/book_covers/13436116.jpg,book|https://www.goodreads.com/book/show/13436116-lean-ux,ux,,,,,, -c56f3e82-4b91-4da0-adf4-18d20bb4e5b7,Observing the User Experience: A Practitioner's Guide to ...,By Mike Kuniavsky,https://learn-awesome.github.io/assets/book_covers/1868.jpg,book|https://www.goodreads.com/book/show/1868.Observing_the_User_Experience,ux,,,,,, -40c0b6a4-a6e2-48ba-a53b-cf70bcaaf3a6,Information Architecture: Blueprints for the Web,By Christina Wodtke,https://learn-awesome.github.io/assets/book_covers/224130.jpg,book|https://www.goodreads.com/book/show/224130.Information_Architecture,ux,,,,,, -e7638a7e-bfad-458a-8fab-f6ad99c74e36,Designing Interactions,By Bill Moggridge,https://learn-awesome.github.io/assets/book_covers/258476.jpg,book|https://www.goodreads.com/book/show/258476.Designing_Interactions_With_CDROM_,design,,,,,, -03754638-0916-4783-b68d-ffa2cd0d94cf,Information Anxiety 2,By Richard Saul Wurman,https://learn-awesome.github.io/assets/book_covers/259121.jpg,book|https://www.goodreads.com/book/show/259121.Information_Anxiety_2,design,,,,,, -3c0e7cc1-1906-4466-b84e-fff50c9e3eea,Mobile First,By Luke Wroblewski,https://learn-awesome.github.io/assets/book_covers/12910749.jpg,book|https://www.goodreads.com/book/show/12910749-mobile-first,design,,,,,, -b1827b1d-5a0e-49e5-86bc-854a043fb7e7,The Inmates Are Running the Asylum,By Alan Cooper,https://learn-awesome.github.io/assets/book_covers/44098.jpg,book|https://www.goodreads.com/book/show/44098.The_Inmates_Are_Running_the_Asylum,design,,,,,, -e77ea745-4ff0-42c6-bb71-56e2e7c13ada,Card Sorting,By Donna Spencer,https://learn-awesome.github.io/assets/book_covers/6429860.jpg,book|https://www.goodreads.com/book/show/6429860-card-sorting,ux,,,,,, -3b3216ca-0470-4040-826f-878ed012d4aa,UX Strategy: How to Devise Innovative Digital Products th...,By Jaime Levy,https://learn-awesome.github.io/assets/book_covers/24346911.jpg,book|https://www.goodreads.com/book/show/24346911-ux-strategy,ux,,,,,, -323d5ced-2038-4ac8-acff-c9157252d9f2,Emotional Design: Why We Love (or Hate) Everyday Things,By Donald A. Norman,https://learn-awesome.github.io/assets/book_covers/841.jpg,book|https://www.goodreads.com/book/show/841.Emotional_Design,design,,,,,, -b01cc069-184d-4b87-a245-2320e994a1e9,The UX Book: Process and Guidelines for Ensuring a Qualit...,By Rex Hartson,https://learn-awesome.github.io/assets/book_covers/13515356.jpg,book|https://www.goodreads.com/book/show/13515356-the-ux-book,ux,,,,,, -efa0f96c-c8ee-4ed5-9b29-8551fd4c18bf,"Handbook of Usability Testing: How to Plan, Design, and C...",By Jeffrey Rubin,https://learn-awesome.github.io/assets/book_covers/992311.jpg,book|https://www.goodreads.com/book/show/992311.Handbook_of_Usability_Testing,ux,,,,,, -d39bea6b-4fd8-4171-922a-c2df38be60ea,Designing for Interaction: Creating Innovative Applicatio...,By Dan Saffer,https://learn-awesome.github.io/assets/book_covers/1854.jpg,book|https://www.goodreads.com/book/show/1854.Designing_for_Interaction,design,,,,,, -94e365a1-f770-4aaa-abd5-dcedb6a8e08f,Designing for the Social Web,By Joshua Porter,https://learn-awesome.github.io/assets/book_covers/2497816.jpg,book|https://www.goodreads.com/book/show/2497816.Designing_for_the_Social_Web,design,,,,,, -ae5c2abc-1ffc-44e8-b3b4-153e95bd5765,Change by Design,By Tim Brown,https://learn-awesome.github.io/assets/book_covers/6671664.jpg,book|https://www.goodreads.com/book/show/6671664-change-by-design,design,,,,,, -f274ad99-1b5a-41d9-afc7-397cfddd60a1,Computers as Theatre,By Brenda Laurel,https://learn-awesome.github.io/assets/book_covers/239018.jpg,book|https://www.goodreads.com/book/show/239018.Computers_as_Theatre,design,,,,,, -19620f34-32cd-4e10-8a2f-7861c7296d12,"Point and Line to Plane (Dover Fine Art, History of Art)",By Wassily Kandinsky,https://learn-awesome.github.io/assets/book_covers/19032032.jpg,book|https://www.goodreads.com/book/show/19032032-point-and-line-to-plane,art,,,,,, -7dfae470-633a-4336-ba81-d92ded342696,Usability Engineering,By Jakob Nielsen,https://learn-awesome.github.io/assets/book_covers/22147.jpg,book|https://www.goodreads.com/book/show/22147.Usability_Engineering,ux,,,,,, -55a50da5-424f-417c-a1e9-05d0bd8046f6,Visualization Analysis and Design,By Tamara Munzner,https://learn-awesome.github.io/assets/book_covers/24865145.jpg,book|https://www.goodreads.com/book/show/24865145-visualization-analysis-and-design,design,,,,,, -d0b9aa61-f501-4da2-b08c-15632b15a051,Communicating Design: Developing Web Site Documentation for Design and Planning,By Dan M. Brown,https://learn-awesome.github.io/assets/book_covers/56837.jpg,book|https://www.goodreads.com/book/show/56837.Communicating_Design,design,,,,,, -d7765e26-f8a3-4835-bd75-44f64f18c954,Information Architecture: For the Web and Beyond,By Louis Rosenfeld,https://learn-awesome.github.io/assets/book_covers/27468365.jpg,book|https://www.goodreads.com/book/show/27468365-information-architecture,design,,,,,, -0c935c7d-83ac-4dd0-8826-46bc68e88cb5,Design for a Perfect Screen,By Tal Florentin,https://learn-awesome.github.io/assets/book_covers/27210496.jpg,book|https://www.goodreads.com/book/show/27210496-design-for-a-perfect-screen,read-in-2015,,,,,, -5173f071-5263-4cea-84ab-2166250618d7,A Practical Guide to Information Architecture,By Donna Spencer,https://learn-awesome.github.io/assets/book_covers/8420679.jpg,book|https://www.goodreads.com/book/show/8420679-a-practical-guide-to-information-architecture,design,,,,,, -0b121b21-a5ef-4328-8b1e-38d18ae24b36,Designing Web Interfaces: Principles and Patterns for Ric...,By Bill Scott,https://learn-awesome.github.io/assets/book_covers/5674421.jpg,book|https://www.goodreads.com/book/show/5674421-designing-web-interfaces,design,,,,,, -f9c89dce-8bf8-4c55-8752-edb276104e66,Sketching User Experiences: Getting the Design Right and ...,By Bill Buxton,https://learn-awesome.github.io/assets/book_covers/980280.jpg,book|https://www.goodreads.com/book/show/980280.Sketching_User_Experiences,design,,,,,, -1b1b0b45-e680-45dc-b326-59cd6dfe4f32,A Project Guide to UX Design: For user experience designe...,By Russ Unger,https://learn-awesome.github.io/assets/book_covers/4565900.jpg,book|https://www.goodreads.com/book/show/4565900-a-project-guide-to-ux-design,ux,,,,,, -e531ce27-c47f-4251-9bbf-813b655d0a12,The Shape of Design,By Frank Chimero,https://learn-awesome.github.io/assets/book_covers/13017981.jpg,book|https://www.goodreads.com/book/show/13017981-the-shape-of-design,design,,,,,, -9bc4a678-cf21-436f-849f-516b5fcc0f86,Mental Models,By Indi Young,https://learn-awesome.github.io/assets/book_covers/2875137.jpg,book|https://www.goodreads.com/book/show/2875137-mental-models,design,,,,,, -7631b44e-3aba-47f7-b2ec-1133abbfdf95,Rapid Viz: A New Method for the Rapid Visualization of Ideas,By Kurt Hanks,https://learn-awesome.github.io/assets/book_covers/146300.jpg,book|https://www.goodreads.com/book/show/146300.Rapid_Viz_,design,,,,,, -c771765c-5df0-4eb9-9616-08b15683573a,"Above the Fold, Revised Edition",By Brian D. Miller,https://learn-awesome.github.io/assets/book_covers/20384909.jpg,book|https://www.goodreads.com/book/show/20384909-above-the-fold-revised-edition,design,,,,,, -89072dd8-1a30-4c5e-99b1-97ada95662ec,The Practitioner’s Guide to User Experience Design,By Luke Miller,https://learn-awesome.github.io/assets/book_covers/20706740.jpg,book|https://www.goodreads.com/book/show/20706740-the-practitioner-s-guide-to-user-experience-design,ux,,,,,, -d3a3b082-8d19-4198-91a5-f28cc58f3e2c,Content Strategy at Work: Real-world Stories to Strengthe...,By Margot Bloomstein,https://learn-awesome.github.io/assets/book_covers/13508358.jpg,book|https://www.goodreads.com/book/show/13508358-content-strategy-at-work,content-strategy,,,,,, -ee4b39d4-2268-4191-87f2-bec17d6b1b77,The Complete Guide to Writing Questionnaires: How to Get ...,By David F. Harris,https://learn-awesome.github.io/assets/book_covers/22694129.jpg,book|https://www.goodreads.com/book/show/22694129-the-complete-guide-to-writing-questionnaires,business,,,,,, -30e0b9a4-e2d2-47e7-9407-0f3b8aa92dde,Designing Web Navigation: Optimizing the User Experience,By James Kalbach,https://learn-awesome.github.io/assets/book_covers/9746920.jpg,book|https://www.goodreads.com/book/show/9746920-designing-web-navigation,ux,,,,,, -138e87bc-b805-45f2-899f-012eaa341fc7,Forms that Work: Designing Web Forms for Usability,By Caroline Jarrett,https://learn-awesome.github.io/assets/book_covers/4651502.jpg,book|https://www.goodreads.com/book/show/4651502-forms-that-work,ux,,,,,, -37d951e5-4c66-4d4b-b1e4-6ecd8269fd80,Designing Interfaces,By Jenifer Tidwell,https://learn-awesome.github.io/assets/book_covers/344724.jpg,book|https://www.goodreads.com/book/show/344724.Designing_Interfaces,design,,,,,, -f5b6d715-5fe9-4c41-9174-5d8453ef262c,Designing Web Usability,By Jakob Nielsen,https://learn-awesome.github.io/assets/book_covers/22149.jpg,book|https://www.goodreads.com/book/show/22149.Designing_Web_Usability,design,,,,,, -0877cf88-f1ee-4088-a429-41f065a93482,Living with Complexity,By Donald A. Norman,https://learn-awesome.github.io/assets/book_covers/8295595.jpg,book|https://www.goodreads.com/book/show/8295595-living-with-complexity,design,,,,,, -6514ea49-5618-4313-8582-be6ebc717924,Just My Type: A Book About Fonts,By Simon Garfield,https://learn-awesome.github.io/assets/book_covers/10909804.jpg,book|https://www.goodreads.com/book/show/10909804-just-my-type,non-fiction,,,,,, -9609d660-edcc-4b5e-a591-d52b41ae5e85,Subject To Change: Creating Great Products & Services for...,By Peter Merholz,https://learn-awesome.github.io/assets/book_covers/2567369.jpg,book|https://www.goodreads.com/book/show/2567369-subject-to-change,design,,,,,, -6170469f-94af-455f-81ce-ddac9bf54a84,Sketching User Experiences: The Workbook,By Bill Buxton,https://learn-awesome.github.io/assets/book_covers/8014393.jpg,book|https://www.goodreads.com/book/show/8014393-sketching-user-experiences,design,,,,,, -63a7c785-3d33-4391-90d4-14ad6b63c681,About Face,By Fern Michaels,https://learn-awesome.github.io/assets/book_covers/431351.jpg,book|https://www.goodreads.com/book/show/431351.About_Face,fern-michaels,,,,,, -50d4aabe-7d4f-4269-a14d-fe2a2aa237d3,Storytelling for User Experience,By Whitney Quesenbery,https://learn-awesome.github.io/assets/book_covers/8047208.jpg,book|https://www.goodreads.com/book/show/8047208-storytelling-for-user-experience,ux,,,,,, -1cb839d5-ffb7-4078-9be8-d55485d17b53,Communicating the User Experience: A Practical Guide for ...,By Richard Caddick,https://learn-awesome.github.io/assets/book_covers/12655954.jpg,book|https://www.goodreads.com/book/show/12655954-communicating-the-user-experience,ux,,,,,, -08179c14-3e10-4447-a8a2-3f810b4e9d89,"Predictably Irrational, Revised and Expanded Edition: The...",By Ant Hive Media,https://learn-awesome.github.io/assets/book_covers/30229667.jpg,book|https://www.goodreads.com/book/show/30229667-dan-ariely-s-predictably-irrational-revised-and-expanded-edition,wtr-psychology,,,,,, -82232a38-c43e-4aed-bfe7-02202dbd6028,Mobile Usability,By Jakob Nielsen,https://learn-awesome.github.io/assets/book_covers/15858133.jpg,book|https://www.goodreads.com/book/show/15858133-mobile-usability,ux,,,,,, -04783429-f096-4b9c-a3a0-ebad2557ac91,Usable Usablity: Simple Steps for Making Stuff Better,By Eric L. Reiss,https://learn-awesome.github.io/assets/book_covers/13838495.jpg,book|https://www.goodreads.com/book/show/13838495-usable-usability,ux,,,,,, -74f84e98-c018-4fee-af90-73a5a765f0b2,Getting Started in UX: The Complete Guide to Launching a ...,By Matthew Magain,https://learn-awesome.github.io/assets/book_covers/23341174.jpg,book|https://www.goodreads.com/book/show/23341174-get-started-in-ux,ux,,,,,, -ef50523b-e1c0-4a63-a250-aba20e4e3bf4,Data-Driven Design: Improving User Experience with A/B Te...,By Rochelle King,https://learn-awesome.github.io/assets/book_covers/18669226.jpg,book|https://www.goodreads.com/book/show/18669226-data-driven-design,design,,,,,, -5fcec93e-2959-4519-9da0-59f213601aa7,Designing Visual Interfaces: Communication Oriented Techn...,By Kevin E. Mullet,https://learn-awesome.github.io/assets/book_covers/344729.jpg,book|https://www.goodreads.com/book/show/344729.Designing_Visual_Interfaces,design,,,,,, -4f812486-ee18-4e19-90da-54c828372142,History of Modern Design,By David Raizman,https://learn-awesome.github.io/assets/book_covers/2115755.jpg,book|https://www.goodreads.com/book/show/2115755.History_of_Modern_Design,design,,,,,, -a0a23a65-5e8a-43bb-a6d3-45c175b29c3b,Designed for Use: Create Usable Interfaces for Applicatio...,By Lukas Mathis,https://learn-awesome.github.io/assets/book_covers/27983550.jpg,book|https://www.goodreads.com/book/show/27983550-designed-for-use,design,,,,,, -a2f75fea-4a2a-4803-a01f-92b3cdec4a78,An Alphabetical Book About Nokia Pure,By Gestalten,https://learn-awesome.github.io/assets/book_covers/14641334.jpg,book|https://www.goodreads.com/book/show/14641334-twenty-six-characters,design,,,,,, -20ebdb7b-6416-43e5-ba6e-ad1fbc790a8a,Borge Mogensen: Simplicity and Function,By Borge Mogensen,https://learn-awesome.github.io/assets/book_covers/31864993.jpg,book|https://www.goodreads.com/book/show/31864993-borge-mogensen,design,,,,,, -2b783f3f-7b7b-447a-a744-e854e288eed7,Prototyping for Physical and Digital Products,By Kathryn McElroy,https://learn-awesome.github.io/assets/book_covers/30309584.jpg,book|https://www.goodreads.com/book/show/30309584-prototyping-for-physical-and-digital-products,design,,,,,, -b7dd0697-ddee-406d-a360-8ec28e1ab88d,The Geometry of Type: The Anatomy of 100 Essential Typefaces,By Stephen Coles,https://learn-awesome.github.io/assets/book_covers/33146260.jpg,book|https://www.goodreads.com/book/show/33146260-the-geometry-of-type,just-archi-things,,,,,, -7310f2c2-c2a1-4034-b57c-cde8b1925809,"Gamestorming: A Playbook for Innovators, Rulebreakers, an...",By Dave Gray,https://learn-awesome.github.io/assets/book_covers/42767017.jpg,book|https://www.goodreads.com/book/show/42767017-gamestorming,business,,,,,, -d561c386-a789-46eb-b25b-7676d41e2fce,A Pattern Language for Web Usability,By Ian Graham,https://learn-awesome.github.io/assets/book_covers/460998.jpg,book|https://www.goodreads.com/book/show/460998.A_Pattern_Language_for_Web_Usability,ux,,,,,, -acdd316c-452b-433f-81e5-449deb95e0d4,A Beginner's Guide to Careers in UX Design,By Youlanda Meyer,,book|https://www.goodreads.com/book/show/16754522-a-beginner-s-guide-to-career-in-aviation-industry,ux,,,,,, -4c666409-2144-44ad-9067-ca216d7c938b,Marketing for Developers,By Justin Jackson,https://learn-awesome.github.io/assets/book_covers/27250038.jpg,book|https://www.goodreads.com/book/show/27250038-marketing-for-developers,marketing,,,,,, -1dba3ae6-00a1-45b1-9764-6feecb28a2a3,Keep Going by Austin Kleon,By Austin Kleon,https://learn-awesome.github.io/assets/book_covers/40591677.jpg,book|https://www.goodreads.com/book/show/40591677-keep-going,non-fiction,,,,,, -0f4deb2f-4be9-4ca4-a265-55271631a6d3,The Slight Edge by Jeff Olson,By Jeff Olson,https://learn-awesome.github.io/assets/book_covers/590652.jpg,book|https://www.goodreads.com/book/show/590652.The_Slight_Edge,self-help,,,,,, -07197ab6-9c06-4089-8f1a-b9639330ffff,Profit First by Mike Michalowicz,By Mike Michalowicz,https://learn-awesome.github.io/assets/book_covers/23948433.jpg,book|https://www.goodreads.com/book/show/23948433-profit-first,business,,,,,, -7871bb48-a178-4582-a9c8-1c0231ca17f0,Content Design by Sarah Richards,By Sarah Richards,https://learn-awesome.github.io/assets/book_covers/36124105.jpg,book|https://www.goodreads.com/book/show/36124105-content-design,non-fiction,,,,,, -757920f9-50ce-44d9-82b2-40cba3d5e26b,Powering Content: Building a Non-Stop Content Marketing Machine by Laura Busche,By Laura Busche,https://learn-awesome.github.io/assets/book_covers/31332952.jpg,book|https://www.goodreads.com/book/show/31332952-powering-content,business,,,,,, -ed9b5a02-fd59-41c8-84a5-267e8ca56f4a,The Goal by Goldratt ,By Eliyahu M. Goldratt,https://learn-awesome.github.io/assets/book_covers/172800.jpg,book|https://www.goodreads.com/book/show/172800.Beyond_the_Goal,business,,,,,, -4b6898a3-4a4c-4971-8f45-31bdd8addbfa,Making Things Happen by Scott Berkun,By Scott Berkun,https://learn-awesome.github.io/assets/book_covers/2335148.jpg,book|https://www.goodreads.com/book/show/2335148.Making_Things_Happen,business,,,,,, -1e7fefd8-8e2b-466e-950b-7a385d193e9a,"Getting Real: The Smarter, Faster, Easier Way to Build a Web Application",By 37 Signals,https://learn-awesome.github.io/assets/book_covers/447648.jpg,book|https://www.goodreads.com/book/show/447648.Getting_Real,business,,,,,, -895ae477-89e4-4eab-bc66-94a22ebc0ae4,The Micro-Script Rules by Bill Schley,By Bill Schley,https://learn-awesome.github.io/assets/book_covers/11049321.jpg,book|https://www.goodreads.com/book/show/11049321-the-micro-script-rules,business,,,,,, -92823042-73a0-4b2c-80ea-08e2c74ce627,The Single Founder Handbook,By Mike Taber,,book|https://www.goodreads.com/book/show/25497638-the-single-founder-handbook,business,,,,,, -abaffdaa-f8f0-4aa5-82a8-8b0ecb2f22e8,Company of One by Paul Jarvis,By William Shakespeare,https://learn-awesome.github.io/assets/book_covers/13002.jpg,book|https://www.goodreads.com/book/show/13002.Othello,classics,,,,,, -dee8e4a9-cc4b-4df3-ae4b-898fce01af80,The $100 Startup by Chris Guillebeu,By SpeedReader Summaries,https://learn-awesome.github.io/assets/book_covers/25596845.jpg,book|https://www.goodreads.com/book/show/25596845-the-100-startup-by-chris-guillebeau,e-ship-read,,,,,, -4b17bf19-1d6f-42cb-aafb-3ccd0f663727,The 4 Hour Work week,By eSpresso Summaries,https://learn-awesome.github.io/assets/book_covers/20651541.jpg,book|https://www.goodreads.com/book/show/20651541-the-4-hour-work-week,business,,,,,, -9284c1fb-b63b-44a5-b8a0-714d9d4f8918,SaaS Marketing Essentials by Ryan Battles,By Ryan Battles,https://learn-awesome.github.io/assets/book_covers/33282590.jpg,book|https://www.goodreads.com/book/show/33282590-saas-marketing-essentials,startup,,,,,, -324d2408-2ff8-4733-8bfd-a848595f348b,The Customer Funded Business by John Mullins,By thimblesofplenty,https://learn-awesome.github.io/assets/book_covers/24695636.jpg,book|https://www.goodreads.com/book/show/24695636-3-minute-summary-of-the-customer-funded-business-by-john-mullins,business,,,,,, -29bdcbda-a9b0-40c6-b237-68f51f6c758e,The Complete Calvin and Hobbes (Hardcover),By Bill Watterson,https://learn-awesome.github.io/assets/book_covers/24812.jpg,book|https://www.goodreads.com/book/show/24812.The_Complete_Calvin_and_Hobbes,comics,,,,,, -23023767-e908-4263-9163-041ce462dc3f,Harry Potter series,By J.K. Rowling,https://learn-awesome.github.io/assets/book_covers/862041.jpg,book|https://www.goodreads.com/book/show/862041.Harry_Potter_Series_Box_Set,fantasy,,,,,, -04e08a00-c02b-44f8-982a-dd263e8e5198,Charlie and the Chocolate Factory (Paperback),By Roald Dahl,https://learn-awesome.github.io/assets/book_covers/31675671.jpg,book|https://www.goodreads.com/book/show/31675671-roald-dahl-15-book-box-set-slipcase-includes-matilda-witches-the-twi,owned,,,,,, -f3df965b-9b10-4661-b835-8f9002e89914,"A Song of Ice and Fire (A Song of Ice and Fire, #1-4)",By George R.R. Martin,https://learn-awesome.github.io/assets/book_covers/9814682.jpg,book|https://www.goodreads.com/book/show/9814682-a-song-of-ice-and-fire,fantasy,,,,,, -29b14b63-9d48-4cd3-840a-221eabb65d95,"Harry Potter and the Deathly Hallows (Harry Potter, #7)",By J.K. Rowling,https://learn-awesome.github.io/assets/book_covers/136251.jpg,book|https://www.goodreads.com/book/show/136251.Harry_Potter_and_the_Deathly_Hallows,fantasy,,,,,, -8c8f56e4-8462-41d7-b15f-91a24920e0aa,"The Dark Tower Series Collection: The Gunslinger, The Drawing of the Three, The Waste Lands, Wizard and Glass, Wolves of the Calla, Song of Susannah, The Dark Tower (Hardcover)",By Stephen King,https://learn-awesome.github.io/assets/book_covers/12274389.jpg,book|https://www.goodreads.com/book/show/12274389-the-dark-tower-series-collection,fantasy,,,,,, -980e2814-97ef-435e-be28-c6b87f7a86b3,Heart of Darkness (Paperback),By Anonymous,https://learn-awesome.github.io/assets/book_covers/27207159.jpg,book|https://www.goodreads.com/book/show/27207159-niv-the-story-of-god-paperback,classics,,,,,, -7577cba9-cce0-435d-9bc4-63af5a8072b5,Calvin and Hobbes (Calvin and Hobbes #1),By Bill Watterson,https://learn-awesome.github.io/assets/book_covers/77727.jpg,book|https://www.goodreads.com/book/show/77727.Calvin_and_Hobbes,comics,,,,,, -bede146e-7b49-446b-b911-e82839242665,"The Kindly Ones (The Sandman, #9)",By Neil Gaiman,https://learn-awesome.github.io/assets/book_covers/71252.jpg,book|https://www.goodreads.com/book/show/71252.The_Kindly_Ones,graphic-novels,,,,,, -d3e3125f-186c-4773-997c-eae7f3b0d0ad,"Wizard and Glass (The Dark Tower, #4)",By Stephen King,https://learn-awesome.github.io/assets/book_covers/5096.jpg,book|https://www.goodreads.com/book/show/5096.Wizard_and_Glass,fantasy,,,,,, -ac742658-a6b1-4295-9a28-92babc3c3dc5,Starship Troopers / The Moon Is A Harsh Mistress / Time Enough For Love (Hardcover),By Robert A. Heinlein,https://learn-awesome.github.io/assets/book_covers/11629182.jpg,book|https://www.goodreads.com/book/show/11629182-starship-troopers-the-moon-is-a-harsh-mistress-time-enough-for-love,science-fiction,,,,,, -505c4b93-6218-4499-a216-95061189bb4e,"Harry Potter and the Half-Blood Prince (Harry Potter, #6)",By J.K. Rowling,https://learn-awesome.github.io/assets/book_covers/1.jpg,book|https://www.goodreads.com/book/show/1.Harry_Potter_and_the_Half_Blood_Prince,fantasy,,,,,, -ac22f6e1-ed8c-495a-83c7-90038dc70b6b,Harry Potter and the Prisoner of Azkaban,By J.K. Rowling,https://learn-awesome.github.io/assets/book_covers/5.jpg,book|https://www.goodreads.com/book/show/5.Harry_Potter_and_the_Prisoner_of_Azkaban,fantasy,,,,,, -8f95d79c-2ae8-4aa8-9b1a-2201522bdc69,"J. K. Rowling, Harry Potter and the Goblet of Fire",By J.K. Rowling,https://learn-awesome.github.io/assets/book_covers/6.jpg,book|https://www.goodreads.com/book/show/6.Harry_Potter_and_the_Goblet_of_Fire,fantasy,,,,,, -4c2faeae-314b-4364-afb9-1f9e543d58b4,"Season of Mists (The Sandman, #4)",By Neil Gaiman,https://learn-awesome.github.io/assets/book_covers/25101.jpg,book|https://www.goodreads.com/book/show/25101.Season_of_Mists,graphic-novels,,,,,, -5d80e748-92e2-43d3-9236-18d7a26698dd,"Brief Lives (The Sandman, #7)",By Neil Gaiman,https://learn-awesome.github.io/assets/book_covers/25105.jpg,book|https://www.goodreads.com/book/show/25105.Brief_Lives,graphic-novels,,,,,, -c53c7c29-5436-4001-b513-9855ea6f0212,"A Storm of Swords (A Song of Ice and Fire, #3)",By George R.R. Martin,https://learn-awesome.github.io/assets/book_covers/62291.jpg,book|https://www.goodreads.com/book/show/62291.A_Storm_of_Swords,fantasy,,,,,, -229a1669-34c2-4419-9681-03b872b15223,"The Wake (The Sandman, #10)",By Neil Gaiman,https://learn-awesome.github.io/assets/book_covers/25104.jpg,book|https://www.goodreads.com/book/show/25104.The_Wake,graphic-novels,,,,,, -4d3c5925-6881-4d56-b073-18854722c29f,"The Return of the King (The Lord of the Rings, #3)",By J.R.R. Tolkien,https://learn-awesome.github.io/assets/book_covers/18512.jpg,book|https://www.goodreads.com/book/show/18512.The_Return_of_the_King,fantasy,,,,,, -c1bcc8da-eefb-4857-9ce2-1ce6d2f742ca,"A Memory of Light (Wheel of Time, #14)",By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/7743175.jpg,book|https://www.goodreads.com/book/show/7743175-a-memory-of-light,fantasy,,,,,, -ba344c04-1056-4563-b927-282e7bbc6ddd,The Lord of the Rings,By J.R.R. Tolkien,https://learn-awesome.github.io/assets/book_covers/33.jpg,book|https://www.goodreads.com/book/show/33.The_Lord_of_the_Rings,fantasy,,,,,, -bdb3b33e-774b-4581-bc5a-f91196386290,"Harry Potter and the Order of the Phoenix (Harry Potter, #5)",By J.K. Rowling,https://learn-awesome.github.io/assets/book_covers/2.jpg,book|https://www.goodreads.com/book/show/2.Harry_Potter_and_the_Order_of_the_Phoenix,fantasy,,,,,, -7e86a853-08d3-4e07-ac4f-3ec34f084870,Harry Potter and the Sorcerer's Stone,By J.K. Rowling,https://learn-awesome.github.io/assets/book_covers/3.jpg,book|https://www.goodreads.com/book/show/3.Harry_Potter_and_the_Sorcerer_s_Stone,fantasy,,,,,, -b03577c0-a61a-4f93-8368-daf32d3c68be,"World's End (The Sandman, #8)",By Neil Gaiman,https://learn-awesome.github.io/assets/book_covers/25103.jpg,book|https://www.goodreads.com/book/show/25103.World_s_End,graphic-novels,,,,,, -5826e1d4-34d2-4629-b6c2-765149f6bc1b,"A Game of Thrones (A Song of Ice and Fire, #1)",By George R.R. Martin,https://learn-awesome.github.io/assets/book_covers/13496.jpg,book|https://www.goodreads.com/book/show/13496.A_Game_of_Thrones,fantasy,,,,,, -79f5a93c-3292-42fc-bbb7-07cb3b17c0b9,"Fables & Reflections (The Sandman, #6)",By Neil Gaiman,https://learn-awesome.github.io/assets/book_covers/25106.jpg,book|https://www.goodreads.com/book/show/25106.Fables_Reflections,graphic-novels,,,,,, -2d1d90f7-7c48-44e4-8816-2f30e43e41ef,The Monster at the End of this Book (Hardcover),By Jon Stone,https://learn-awesome.github.io/assets/book_covers/44186.jpg,book|https://www.goodreads.com/book/show/44186.The_Monster_at_the_End_of_this_Book,picture-books,,,,,, -e632ebf3-cb69-4d2a-8d4d-3f73c0d8f436,"The Doll's House (The Sandman, #2)",By Neil Gaiman,https://learn-awesome.github.io/assets/book_covers/25099.jpg,book|https://www.goodreads.com/book/show/25099.The_Doll_s_House,graphic-novels,,,,,, -9ad246ac-9bee-4019-93cf-066462b0b7cd,"The Two Towers (The Lord of the Rings, #2)",By J.R.R. Tolkien,https://learn-awesome.github.io/assets/book_covers/15241.jpg,book|https://www.goodreads.com/book/show/15241.The_Two_Towers,fantasy,,,,,, -c6cf7313-d2a6-45b8-9671-35de32762da2,"The Confusion, Part II (The Baroque Cycle, Vol. 2, Book 2)",By Neal Stephenson,https://learn-awesome.github.io/assets/book_covers/1745057.jpg,book|https://www.goodreads.com/book/show/1745057.The_Confusion_Part_II,fiction,,,,,, -301ca952-c080-4630-94ad-c108e1d6658b,"A Game of You (The Sandman, #5)",By Neil Gaiman,https://learn-awesome.github.io/assets/book_covers/25102.jpg,book|https://www.goodreads.com/book/show/25102.A_Game_of_You,graphic-novels,,,,,, -019ca525-012c-4f65-aec0-cd1d5afa6ccc,"Towers of Midnight (Wheel of Time, #13)",By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/8253920.jpg,book|https://www.goodreads.com/book/show/8253920-towers-of-midnight,fantasy,,,,,, -81773e71-c64e-49be-812d-dd32510f9082,The Brothers Karamazov (Landmarks of World Literature),By William J. Leatherbarrow,https://learn-awesome.github.io/assets/book_covers/7124.jpg,book|https://www.goodreads.com/book/show/7124.The_Brothers_Karamazov,classics,,,,,, -2c31944a-f7a4-4fb1-ba55-86505e0b30af,"The Hyperion Omnibus (Hyperion Cantos, #1-2)",By Dan Simmons,https://learn-awesome.github.io/assets/book_covers/3943.jpg,book|https://www.goodreads.com/book/show/3943.The_Hyperion_Omnibus,science-fiction,,,,,, -f591f080-affc-4bde-9b41-91f7ddd74294,Harry Potter and the Chamber of Secrets,By J.K. Rowling,https://learn-awesome.github.io/assets/book_covers/15881.jpg,book|https://www.goodreads.com/book/show/15881.Harry_Potter_and_the_Chamber_of_Secrets,fantasy,,,,,, -b0ec438a-0fc4-4034-9db5-1bd12edabd54,"A Clash of Kings (A Song of Ice and Fire, #2)",By George R.R. Martin,https://learn-awesome.github.io/assets/book_covers/10572.jpg,book|https://www.goodreads.com/book/show/10572.A_Clash_of_Kings,fantasy,,,,,, -2f8d86d8-d6f8-47d9-82bc-22d1a7275a81,The Cat in the Hat and Other Dr. Seuss Favorites (Hardcover),By Dr. Seuss,https://learn-awesome.github.io/assets/book_covers/7788.jpg,book|https://www.goodreads.com/book/show/7788.The_Cat_in_the_Hat_and_Other_Dr_Seuss_Favorites,childrens,,,,,, -59b27ff3-1561-49fa-b406-bb31f8b32b75,"Currency (The Baroque Cycle, Vol. 3, Book 2)",By Neal Stephenson,https://learn-awesome.github.io/assets/book_covers/227968.jpg,book|https://www.goodreads.com/book/show/227968.Currency,fiction,,,,,, -bc271266-f535-4680-9a5b-5082173c457f,"The Foundation Trilogy (Foundation, #1-3)",By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/46654.jpg,book|https://www.goodreads.com/book/show/46654.The_Foundation_Trilogy,science-fiction,,,,,, -72bbbf9d-22c2-4ae7-b2c6-565ec4f9b0eb,The Sandman: The Dream Hunters (Paperback),By Neil Gaiman,https://learn-awesome.github.io/assets/book_covers/166580.jpg,book|https://www.goodreads.com/book/show/166580.The_Sandman,graphic-novels,,,,,, -299517e6-426b-4187-b80b-10f56237efb3,The Ultimate Hitchhiker's Guide to the Galaxy (Paperback),By Douglas Adams,https://learn-awesome.github.io/assets/book_covers/13.jpg,book|https://www.goodreads.com/book/show/13.The_Ultimate_Hitchhiker_s_Guide_to_the_Galaxy,science-fiction,,,,,, -844b1232-a0d0-4ebe-bb14-8082a8f4e281,"The Gathering Storm (Wheel of Time, #12)",By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/1166599.jpg,book|https://www.goodreads.com/book/show/1166599.The_Gathering_Storm,fantasy,,,,,, -b3720be4-3698-424f-b9b9-8e86472904bb,How the Grinch Stole Christmas! (Hardcover),By Dr. Seuss,https://learn-awesome.github.io/assets/book_covers/113946.jpg,book|https://www.goodreads.com/book/show/113946.How_the_Grinch_Stole_Christmas_,childrens,,,,,, -3015e13a-e2a4-499c-a2dc-ac944aeaf224,"The Fellowship of the Ring (The Lord of the Rings, #1)",By J.R.R. Tolkien,https://learn-awesome.github.io/assets/book_covers/34.jpg,book|https://www.goodreads.com/book/show/34.The_Fellowship_of_the_Ring,fantasy,,,,,, -2ed8fdc8-aa3b-4827-a5c4-50ba531bf5e5,The Stand (Complete and Uncut),By Stephen King,https://learn-awesome.github.io/assets/book_covers/149267.jpg,book|https://www.goodreads.com/book/show/149267.The_Stand,horror,,,,,, -e4337abc-c6c6-4e49-8721-f611b02dbb94,Pale Blue Dot: A Vision of the Human Future in Space (Paperback),By Carl Sagan,https://learn-awesome.github.io/assets/book_covers/61663.jpg,book|https://www.goodreads.com/book/show/61663.Pale_Blue_Dot,science,,,,,, -c6c1c589-f2eb-4715-9498-698a7e0067af,"Solomon's Gold (The Baroque Cycle, Vol. 3, Book 1)",By Neal Stephenson,https://learn-awesome.github.io/assets/book_covers/2017.jpg,book|https://www.goodreads.com/book/show/2017.Solomon_s_Gold,historical-fiction,,,,,, -04f6878e-1182-46d4-959e-132e43607982,A Deepness in the Sky,By Vernor Vinge,https://learn-awesome.github.io/assets/book_covers/226004.jpg,book|https://www.goodreads.com/book/show/226004.A_Deepness_in_the_Sky,science-fiction,,,,,, -bda9bc1d-86fa-4fb9-8b88-33aeffa7e21b,"A Dance with Dragons (A Song of Ice and Fire, #5)",By George R.R. Martin,https://learn-awesome.github.io/assets/book_covers/10664113.jpg,book|https://www.goodreads.com/book/show/10664113-a-dance-with-dragons,fantasy,,,,,, -8ed52dee-1289-4bdf-81e1-6baafde80c58,The System of the World ,By Neal Stephenson,https://learn-awesome.github.io/assets/book_covers/116257.jpg,book|https://www.goodreads.com/book/show/116257.The_System_of_the_World,fiction,,,,,, -99a3b293-4fb0-44fd-a0c8-81c5b8a17c34,The Pillars of the Earth,By Ken Follett,https://learn-awesome.github.io/assets/book_covers/5043.jpg,book|https://www.goodreads.com/book/show/5043.The_Pillars_of_the_Earth,historical-fiction,,,,,, -bf5d41c4-5c73-4a18-8506-40b1575ee881,Basic Economics: A Citizen's Guide to the Economy (Hardcover),By Thomas Sowell,https://learn-awesome.github.io/assets/book_covers/3023.jpg,book|https://www.goodreads.com/book/show/3023.Basic_Economics,economics,,,,,, -2b309cd9-6ad8-4875-bf62-cd9f3b9ec984,"Ender's Shadow (The Shadow Series, #1)",By Orson Scott Card,https://learn-awesome.github.io/assets/book_covers/9532.jpg,book|https://www.goodreads.com/book/show/9532.Ender_s_Shadow,science-fiction,,,,,, -d345e057-1398-47d6-9231-1defb2986d37,Ender's Game,By Orson Scott Card,https://learn-awesome.github.io/assets/book_covers/375802.jpg,book|https://www.goodreads.com/book/show/375802.Ender_s_Game,science-fiction,,,,,, -f8e7e9e3-a405-416e-9a7e-021bb47d2fb3,"Godel, Escher, Bach: An Eternal Golden Braid",By Douglas R. Hofstadter,https://learn-awesome.github.io/assets/book_covers/24113.jpg,book|https://www.goodreads.com/book/show/24113.G_del_Escher_Bach,science,,,,,, -0e0e46b1-18cb-4c5b-9ac3-46d914dd803d,"Here be Dragons (Welsh Princes, #1)",By Sharon Kay Penman,https://learn-awesome.github.io/assets/book_covers/77449.jpg,book|https://www.goodreads.com/book/show/77449.Here_be_Dragons,historical-fiction,,,,,, -55c5d7b0-3d86-43c7-9879-ffb8aeb8ba9f,"Civilization and Capitalism 15th-18th Century, Vol. 3: The Perspective of the World (Paperback)",By Fernand Braudel,https://learn-awesome.github.io/assets/book_covers/103431.jpg,book|https://www.goodreads.com/book/show/103431.Civilization_and_Capitalism_15th_18th_Century_Vol_1,history,,,,,, -c3e714f0-cf3f-4fde-bd79-db7a803c8845,"Capitalism and Material Life, 1400-1800 (Hardcover)",By Fernand Braudel,https://learn-awesome.github.io/assets/book_covers/187736.jpg,book|https://www.goodreads.com/book/show/187736.Capitalism_and_Material_Life_1400_1800,history,,,,,, -310fb462-52fd-4ed1-a360-52356596e147,The Sandman: Book of Dreams (The Sandman),By Neil Gaiman,https://learn-awesome.github.io/assets/book_covers/92377.jpg,book|https://www.goodreads.com/book/show/92377.The_Sandman,fantasy,,,,,, -5eee473c-0fc0-44e7-a657-5847da9c31db,"The Dark Tower (The Dark Tower, #7)",By Stephen King,https://learn-awesome.github.io/assets/book_covers/5091.jpg,book|https://www.goodreads.com/book/show/5091.The_Dark_Tower,fantasy,,,,,, -f388a4e4-2cdb-4eff-aae2-e55ced9b6fd0,"Ready Player One (Ready Player One, #1)",By Ernest Cline,https://learn-awesome.github.io/assets/book_covers/9969571.jpg,book|https://www.goodreads.com/book/show/9969571-ready-player-one,science-fiction,,,,,, -e5921130-769b-484b-b446-e606f85bf216,The Demon-Haunted World: Science as a Candle in the Dark ,By Carl Sagan,https://learn-awesome.github.io/assets/book_covers/17349.jpg,book|https://www.goodreads.com/book/show/17349.The_Demon_Haunted_World,science,,,,,, -1d4906b5-1568-4a8e-9afb-f18a9a922999,"A Suitable Girl (A Suitable Boy, #2)",By Vikram Seth,,book|https://www.goodreads.com/book/show/34522384-a-suitable-girl,fiction,,,,,, -0f391869-16ce-4dd1-ad6b-2dc081540802,The Hobbit or There and Back Again (Paperback),By J.R.R. Tolkien,https://learn-awesome.github.io/assets/book_covers/5907.jpg,book|https://www.goodreads.com/book/show/5907.The_Hobbit_or_There_and_Back_Again,fantasy,,,,,, -d41e2ef5-81d5-4aff-99ac-b39c172715ba,His Dark Materials (His Dark Materials #1-3),By Philip Pullman,https://learn-awesome.github.io/assets/book_covers/18116.jpg,book|https://www.goodreads.com/book/show/18116.His_Dark_Materials,fantasy,,,,,, -5e5c3b0b-9afd-4909-88d0-f21aac37d58d,"Preludes & Nocturnes (The Sandman, #1)",By Neil Gaiman,https://learn-awesome.github.io/assets/book_covers/23754.jpg,book|https://www.goodreads.com/book/show/23754.Preludes_Nocturnes,graphic-novels,,,,,, -79fdbcd0-c184-4547-8b2e-db3579a845f2,"World Without End (Kingsbridge, #2)",By Ken Follett,https://learn-awesome.github.io/assets/book_covers/5064.jpg,book|https://www.goodreads.com/book/show/5064.World_Without_End,historical-fiction,,,,,, -45fe3ccf-f508-404e-b7b0-2a5d18de0ae7,Second Foundation,By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/29580.jpg,book|https://www.goodreads.com/book/show/29580.Second_Foundation,science-fiction,,,,,, -ff25a86e-8a15-477b-96a7-40e30a7d3d95,"Good Omens: The Nice and Accurate Prophecies of Agnes Nutter, Witch (Mass Market Paperback)",By Terry Pratchett,https://learn-awesome.github.io/assets/book_covers/12067.jpg,book|https://www.goodreads.com/book/show/12067.Good_Omens,fantasy,,,,,, -a53b41ae-6fc5-4090-b314-4e48a0c9a3b0,On the Road (Paperback),By Peter Frankopan,https://learn-awesome.github.io/assets/book_covers/25812847.jpg,book|https://www.goodreads.com/book/show/25812847-the-silk-roads,history,,,,,, -e435dd81-1733-4e50-85c7-7585d6725acb,The Communist Manifesto (Paperback),By Lynn Hunt,,book|https://www.goodreads.com/book/show/8307861-making-of-the-west-3e-volume-c-sources-of-the-making-of-the-west-3e-v2,reference,,,,,, -072ad209-6f32-4472-a748-e26a073b2066,"The Confusion (The Baroque Cycle, #2)",By Neal Stephenson,https://learn-awesome.github.io/assets/book_covers/822.jpg,book|https://www.goodreads.com/book/show/822.The_Confusion,fiction,,,,,, -f064f014-ba5c-44b1-b2df-dc2e660008c4,"The Dragon Reborn (Wheel of Time, #3)",By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/34897.jpg,book|https://www.goodreads.com/book/show/34897.The_Dragon_Reborn,fantasy,,,,,, -8f72c89f-9191-45ab-b971-74124ec85ad6,Messenger (Paperback),By Anonymous,https://learn-awesome.github.io/assets/book_covers/34460462._SX98_.jpg,book|https://www.goodreads.com/book/show/34460462-nirv-the-books-of-the-bible-for-kids,spiritual,,,,,, -7c91f19a-ea57-405e-b602-05aca4bda0ef,"Dream Country (The Sandman, #3)",By Neil Gaiman,https://learn-awesome.github.io/assets/book_covers/25100.jpg,book|https://www.goodreads.com/book/show/25100.Dream_Country,graphic-novels,,,,,, -80bd82c6-c65e-4a9c-99ed-d38061ebe316,"Old Man's War (Old Man's War, #1)",By John Scalzi,https://learn-awesome.github.io/assets/book_covers/36510196.jpg,book|https://www.goodreads.com/book/show/36510196-old-man-s-war,science-fiction,,,,,, -55be4707-19ba-40be-9332-32f9a0101377,"The Waste Lands (The Dark Tower, #3)",By Stephen King,https://learn-awesome.github.io/assets/book_covers/34084.jpg,book|https://www.goodreads.com/book/show/34084.The_Waste_Lands,fantasy,,,,,, -da4ba76f-aee0-41e1-890b-0a4aa434e513,The Great Gatsby (Paperback),By F. Scott Fitzgerald,https://learn-awesome.github.io/assets/book_covers/20580557.jpg,book|https://www.goodreads.com/book/show/20580557-short-stories-from-the-great-gatsby-era,classics,,,,,, -8eeeca8b-5ad6-4228-af07-a18cd216a43c,"The Shadow Rising (Wheel of Time, #4)",By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/9539.jpg,book|https://www.goodreads.com/book/show/9539.The_Shadow_Rising,fantasy,,,,,, -93a42acf-e398-471f-9d1b-a5f8e7e375ec,"The Drawing of the Three (The Dark Tower, #2)",By Stephen King,https://learn-awesome.github.io/assets/book_covers/5094.jpg,book|https://www.goodreads.com/book/show/5094.The_Drawing_of_the_Three,fantasy,,,,,, -f7f301e4-3075-443a-9d56-51579a9453aa,Dune,By Frank Herbert,https://learn-awesome.github.io/assets/book_covers/39776179.jpg,book|https://www.goodreads.com/book/show/39776179-dune,science-fiction,,,,,, -fd728dfe-c107-4c10-8523-0a41bdd40535,Foundation and Empire,By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/29581.jpg,book|https://www.goodreads.com/book/show/29581.Foundation_and_Empire,science-fiction,,,,,, -b2a1386d-7b20-4e76-bd72-40e31fa280e7,"The Hitchhiker's Guide to the Galaxy (Hitchhiker's Guide to the Galaxy, #1)",By Douglas Adams,https://learn-awesome.github.io/assets/book_covers/386162.jpg,book|https://www.goodreads.com/book/show/386162.The_Hitchhiker_s_Guide_to_the_Galaxy,science-fiction,,,,,, -c201a05b-b996-40d9-a53e-3e27357e3e4d,"The Classical Style: Haydn, Mozart, Beethoven (Paperback)",By Charles Rosen,https://learn-awesome.github.io/assets/book_covers/401550.jpg,book|https://www.goodreads.com/book/show/401550.The_Classical_Style,music,,,,,, -94ce3b80-e8e2-45c8-b38a-440ee9e1d447,"The Great Hunt (Wheel of Time, #2)",By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/233649.jpg,book|https://www.goodreads.com/book/show/233649.The_Great_Hunt,fantasy,,,,,, -7eb81f85-b4a5-422b-b059-e2e7bc0628c3,"Prince of Nothing: The Darkness That Comes Before, the Aspect-Emperor, Eärwa, the Thousandfold Thought, the Warrior Prophet (Paperback)",By Books LLC,https://learn-awesome.github.io/assets/book_covers/9239456.jpg,book|https://www.goodreads.com/book/show/9239456-prince-of-nothing,fantasy,,,,,, -36797fc5-8c6c-4091-9011-86d04b6e2b3b,The Dispossessed (Hainish Cycle #6),By Ursula K. Le Guin,https://learn-awesome.github.io/assets/book_covers/13651.jpg,book|https://www.goodreads.com/book/show/13651.The_Dispossessed,science-fiction,,,,,, -8fb0d55b-3f5c-4448-945e-6e80af43c349,"The Lion, the Witch and the Wardrobe (Chronicles of Narnia, #1)",By C.S. Lewis,https://learn-awesome.github.io/assets/book_covers/100915.jpg,book|https://www.goodreads.com/book/show/100915.The_Lion_the_Witch_and_the_Wardrobe,fantasy,,,,,, -4dab5609-817d-40ab-885b-13d4c8cefb10,"The Citadel of the Autarch (The Book of the New Sun, #4)",By Gene Wolfe,https://learn-awesome.github.io/assets/book_covers/299758.jpg,book|https://www.goodreads.com/book/show/299758.The_Citadel_of_the_Autarch,fantasy,,,,,, -da0ff7eb-c6d8-4ad0-ba9a-0f7e4b797416,"The Fall of Hyperion (Hyperion Cantos, #2)",By Dan Simmons,https://learn-awesome.github.io/assets/book_covers/77565.jpg,book|https://www.goodreads.com/book/show/77565.The_Fall_of_Hyperion,science-fiction,,,,,, -6dc195be-23a1-4074-adb5-17f1b3ddc57e,"Odalisque (The Baroque Cycle, Vol. 1, Book 3)",By Neal Stephenson,https://learn-awesome.github.io/assets/book_covers/829.jpg,book|https://www.goodreads.com/book/show/829.Odalisque,fiction,,,,,, -cd8377e5-7010-416c-bd7c-201518525428,"The Diamond Age: Or, A Young Lady's Illustrated Primer",By Neal Stephenson,https://learn-awesome.github.io/assets/book_covers/827.jpg,book|https://www.goodreads.com/book/show/827.The_Diamond_Age,science-fiction,,,,,, -eff2e38e-ccd3-4cd6-8225-f95ae51fa53e,One Flew Over the Cuckoo's Nest,By Ken Kesey,https://learn-awesome.github.io/assets/book_covers/332613.jpg,book|https://www.goodreads.com/book/show/332613.One_Flew_Over_the_Cuckoo_s_Nest,classics,,,,,, -94c4f3f4-e3bc-4f19-8c00-e5bd217e070f,"The Eye of the World (The Wheel of Time, #1)",By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/228665.jpg,book|https://www.goodreads.com/book/show/228665.The_Eye_of_the_World,fantasy,,,,,, -7b514f3a-feaa-4c2d-9ef6-3fe5be5625f0,"The Wasteland, Prufrock and Other Poems (paper)",By T.S. Eliot,https://learn-awesome.github.io/assets/book_covers/2325390.jpg,book|https://www.goodreads.com/book/show/2325390.The_Wasteland_Prufrock_and_Other_Poems,poetry,,,,,, -21aba7aa-0de8-44cf-9b8d-ca7ea11422a3,"Wolves of the Calla (The Dark Tower, #5)",By Stephen King,https://learn-awesome.github.io/assets/book_covers/4978.jpg,book|https://www.goodreads.com/book/show/4978.Wolves_of_the_Calla,fantasy,,,,,, -ccc2727f-c239-413d-86f6-7379b8e71e10,The Double,By Fyodor Dostoyevsky,https://learn-awesome.github.io/assets/book_covers/210190.jpg,book|https://www.goodreads.com/book/show/210190.The_Double,classics,,,,,, -49cdc88d-9041-4ba2-bb67-4fbde49b3b5a,"Blood Meridian, or the Evening Redness in the West (Paperback)",By Cormac McCarthy,https://learn-awesome.github.io/assets/book_covers/394535.jpg,book|https://www.goodreads.com/book/show/394535.Blood_Meridian_or_the_Evening_Redness_in_the_West,fiction,,,,,, -1fa6e67a-90ca-4081-880a-8e972bc901cd,1984,By George Orwell,https://learn-awesome.github.io/assets/book_covers/40961427.jpg,book|https://www.goodreads.com/book/show/40961427-1984,classics,,,,,, -1b7dfe29-e232-42ef-a790-67d8befb210b,Fight Club (Paperback),By Barry Vacker,,book|https://www.goodreads.com/book/show/6474161-slugging-nothing,philosophy,,,,,, -7b1cbb31-f2af-4eb0-b5a1-5f5dc48c0f38,The Greatest Show on Earth: The Evidence for Evolution (Hardcover),By Richard Dawkins,https://learn-awesome.github.io/assets/book_covers/6117055.jpg,book|https://www.goodreads.com/book/show/6117055-the-greatest-show-on-earth,science,,,,,, -23ebba9c-45e6-4e02-8cff-18e7f51bb8ba,"Notes from Underground, White Nights, The Dream of a Ridiculous Man, and Selections from The House of the Dead (Paperback)",By Fyodor Dostoyevsky,https://learn-awesome.github.io/assets/book_covers/17876.jpg,book|https://www.goodreads.com/book/show/17876.Notes_from_Underground_White_Nights_The_Dream_of_a_Ridiculous_Man_and_Selections_from_The_House_of_the_Dead,classics,,,,,, -306253ab-5baa-4773-8af0-b9782233a6f6,The Book of the New Sun (The Book of the New Sun #1-4),By Gene Wolfe,https://learn-awesome.github.io/assets/book_covers/968868.jpg,book|https://www.goodreads.com/book/show/968868.The_Book_of_the_New_Sun,fantasy,,,,,, -40697983-4fd2-4372-88bb-d69994e1fcd0,"The Rise of Endymion (Hyperion Cantos, #4)",By Dan Simmons,https://learn-awesome.github.io/assets/book_covers/11289.jpg,book|https://www.goodreads.com/book/show/11289.The_Rise_of_Endymion,science-fiction,,,,,, -80785b05-4b13-4fcf-b9e1-078b753a3b3f,The Foundation,By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/29579.jpg,book|https://www.goodreads.com/book/show/29579.Foundation,science-fiction,,,,,, -04b18307-a6c9-430c-916c-77924b8519bd,Asimov's Guide to the Bible: The Old and New Testaments (2 Vol.),By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/30009.jpg,book|https://www.goodreads.com/book/show/30009.Asimov_s_Guide_to_the_Bible,religion,,,,,, -178b6dc0-b737-4ef3-ac4d-dcf1030748bd,"The Scar (New Crobuzon, #2)",By China Miéville,https://learn-awesome.github.io/assets/book_covers/68497.jpg,book|https://www.goodreads.com/book/show/68497.The_Scar,fantasy,,,,,, -17a91248-53aa-44e1-8623-8c795f504fdc,"King of the Vagabonds (The Baroque Cycle, Vol. 1, Book 2)",By Neal Stephenson,https://learn-awesome.github.io/assets/book_covers/2016.jpg,book|https://www.goodreads.com/book/show/2016.King_of_the_Vagabonds,historical-fiction,,,,,, -8f2b80e1-1962-4a38-bb66-1f1159608212,Brave New World / Brave New World Revisited (Paperback),By Aldous Huxley,https://learn-awesome.github.io/assets/book_covers/5479.jpg,book|https://www.goodreads.com/book/show/5479.Brave_New_World_Brave_New_World_Revisited,classics,,,,,, -b64ed1fa-18d7-4b0c-995d-99c0bc391c06,Glimmers: Prologue to Crossroads of Twilight (Wheel of Time),By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/4968078.jpg,book|https://www.goodreads.com/book/show/4968078-glimmers,fantasy,,,,,, -ba01032c-616d-456a-a5c8-b77b0a713295,"Endymion (Hyperion Cantos, #3)",By Dan Simmons,https://learn-awesome.github.io/assets/book_covers/3977.jpg,book|https://www.goodreads.com/book/show/3977.Endymion,science-fiction,,,,,, -93353382-e149-4722-aa93-e2c5733ea406,Forward the Foundation,By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/76679.jpg,book|https://www.goodreads.com/book/show/76679.Forward_the_Foundation,science-fiction,,,,,, -1b3f7dfa-1b43-4068-8de8-a7882815dd59,"Joe Haldeman, The Forever War",By Joe Haldeman,https://learn-awesome.github.io/assets/book_covers/21611.jpg,book|https://www.goodreads.com/book/show/21611.The_Forever_War,science-fiction,,,,,, -9105bbd5-6b82-4dfa-8bad-1f576528c2ff,"The Sword of the Lictor (The Book of the New Sun, #3)",By Gene Wolfe,https://learn-awesome.github.io/assets/book_covers/463378.jpg,book|https://www.goodreads.com/book/show/463378.The_Sword_of_the_Lictor,fantasy,,,,,, -b53d2514-a663-4ede-9c44-e6b392166ff2,"The Fires of Heaven (Wheel of Time, #5)",By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/13895.jpg,book|https://www.goodreads.com/book/show/13895.The_Fires_of_Heaven,fantasy,,,,,, -e3ec1f59-cc6e-4b76-943d-5addb3542e3f,A Fire Upon the Deep,By Vernor Vinge,https://learn-awesome.github.io/assets/book_covers/77711.jpg,book|https://www.goodreads.com/book/show/77711.A_Fire_Upon_the_Deep,science-fiction,,,,,, -ace64daa-56f7-418e-adb1-12f841b41acf,Charlotte's Web (Paperback),By John W. Griffith,https://learn-awesome.github.io/assets/book_covers/2053086.jpg,book|https://www.goodreads.com/book/show/2053086.Masterworks_Paperback,literary-criticism,,,,,, -be631f69-ed56-47ef-a707-fb3685a5b0f0,"Knife of Dreams (Wheel of Time, #11)",By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/13888.jpg,book|https://www.goodreads.com/book/show/13888.Knife_of_Dreams,fantasy,,,,,, -35367009-a38e-43a7-9e23-56fabdfcad85,"A Feast for Crows (A Song of Ice and Fire, #4)",By George R.R. Martin,https://learn-awesome.github.io/assets/book_covers/13497.jpg,book|https://www.goodreads.com/book/show/13497.A_Feast_for_Crows,fantasy,,,,,, -263bed8a-954d-4930-8c5b-734387b5b801,Criptonomicón III: El código Aretusa (Paperback),By Neal Stephenson,https://learn-awesome.github.io/assets/book_covers/169254.jpg,book|https://www.goodreads.com/book/show/169254.Criptonomic_n_III,science-fiction,,,,,, -70e7932d-37be-44c9-b31f-458378a6a700,"The Subtle Knife (His Dark Materials, #2)",By Philip Pullman,https://learn-awesome.github.io/assets/book_covers/41637836.jpg,book|https://www.goodreads.com/book/show/41637836-the-subtle-knife,fantasy,,,,,, -882eb9d2-8c71-422d-bf32-48aa5005549d,"Lord of Chaos (Wheel of Time, #6)",By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/35231.jpg,book|https://www.goodreads.com/book/show/35231.Lord_of_Chaos,fantasy,,,,,, -3c30b2df-1b4a-4656-ab16-a99fa03a90da,A Suitable Boy,By Vikram Seth,https://learn-awesome.github.io/assets/book_covers/50365.jpg,book|https://www.goodreads.com/book/show/50365.A_Suitable_Boy,fiction,,,,,, -a1e660be-0600-4ed8-acd1-c16a58b4be63,"Isaac Asimov, Foundation's Edge",By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/76683.jpg,book|https://www.goodreads.com/book/show/76683.Foundation_s_Edge,science-fiction,,,,,, -6e123b75-c365-4733-b7bb-aef765d0b1c8,Flowers for Algernon,By Daniel Keyes,https://learn-awesome.github.io/assets/book_covers/36576608.jpg,book|https://www.goodreads.com/book/show/36576608-flowers-for-algernon,fiction,,,,,, -9d38be9e-bebe-4c54-b896-6d6a199dc523,The Panda's Thumb: More Reflections in Natural History (Paperback),By Stephen Jay Gould,https://learn-awesome.github.io/assets/book_covers/33933.jpg,book|https://www.goodreads.com/book/show/33933.The_Panda_s_Thumb,science,,,,,, -539dbe99-6d47-4fe8-9908-c710a9d07e77,Criptonomicón II: El código Pontifex (Paperback),By Neal Stephenson,https://learn-awesome.github.io/assets/book_covers/45279.jpg,book|https://www.goodreads.com/book/show/45279.Criptonomic_n_II,science-fiction,,,,,, -8bb563c4-f0f6-4cd3-bbab-207470fddf20,Perdido Street Station 2 (New Crobuzon #1.2),By China Miéville,https://learn-awesome.github.io/assets/book_covers/2197588.jpg,book|https://www.goodreads.com/book/show/2197588.Perdido_Street_Station_2,fantasy,,,,,, -18c0c720-a69f-4760-8670-310fa4e08a31,"The Amber Spyglass: His Dark Materials, Book 3",By Philip Pullman,https://learn-awesome.github.io/assets/book_covers/18122.jpg,book|https://www.goodreads.com/book/show/18122.The_Amber_Spyglass,fantasy,,,,,, -d8405fb8-b11e-48fc-b3bf-a7daca0964cf,The Making of a Radical: A Political Autobiography (Paperback),By Scott Nearing,https://learn-awesome.github.io/assets/book_covers/1048279.jpg,book|https://www.goodreads.com/book/show/1048279.The_Making_of_a_Radical,non-fiction,,,,,, -8eb05b2d-9968-4c6d-b129-a2523bad0ed4,"The Book of the Ler (Ler, #1-3)",By M.A. Foster,https://learn-awesome.github.io/assets/book_covers/427298.jpg,book|https://www.goodreads.com/book/show/427298.The_Book_of_the_Ler,science-fiction,,,,,, -fea1409f-3088-4767-81d2-8e312971c811,"The Voyage of the Dawn Treader (Chronicles of Narnia, #3)",By C.S. Lewis,https://learn-awesome.github.io/assets/book_covers/140225.jpg,book|https://www.goodreads.com/book/show/140225.The_Voyage_of_the_Dawn_Treader,fantasy,,,,,, -c29657a8-e0b8-410d-ad4d-7e826cc39e15,Harper Lee's To Kill a Mockingbird (Hardcover),By The Summary Guy,https://learn-awesome.github.io/assets/book_covers/27189707.jpg,book|https://www.goodreads.com/book/show/27189707-to-kill-a-mockingbird,fiction;literature,,,,,, -059495f7-3304-4517-97bc-52bc60d59620,"Arthur C. Clarke, Rendezvous with Rama",By Arthur C. Clarke,https://learn-awesome.github.io/assets/book_covers/112537.jpg,book|https://www.goodreads.com/book/show/112537.Rendezvous_with_Rama,science-fiction,,,,,, -edcc7598-1519-49f9-a4a6-5cc795fc1771,The Blank Slate: The Modern Denial of Human Nature,By Steven Pinker,https://learn-awesome.github.io/assets/book_covers/5752.jpg,book|https://www.goodreads.com/book/show/5752.The_Blank_Slate,psychology,,,,,, -e9888ecc-883b-49e9-ab8a-e9f2860764e0,Do Androids Dream of Electric Sheep? (Kindle Edition),By Philip K. Dick,https://learn-awesome.github.io/assets/book_covers/36402034.jpg,book|https://www.goodreads.com/book/show/36402034-do-androids-dream-of-electric-sheep,science-fiction,,,,,, -c153ba44-48b6-45d1-9a70-064a506b1ab0,Fear and Loathing in Las Vegas (Paperback),By Hunter S. Thompson,https://learn-awesome.github.io/assets/book_covers/7745.jpg,book|https://www.goodreads.com/book/show/7745.Fear_and_Loathing_in_Las_Vegas,fiction,,,,,, -58136449-d575-4780-83eb-c5785b4ad1c5,Justice,By Bryan Stevenson,https://learn-awesome.github.io/assets/book_covers/20342617.jpg,book|https://www.goodreads.com/book/show/20342617-just-mercy,non-fiction,,,,,, -754d4488-0fe2-4903-98fa-28f609078729,"The Elegant Universe: Superstrings, Hidden Dimensions, and the Quest for the Ultimate Theory (Paperback)",By Brian Greene,https://learn-awesome.github.io/assets/book_covers/8049273.jpg,book|https://www.goodreads.com/book/show/8049273-the-elegant-universe,science,,,,,, -a078d400-56ef-4542-8180-7225c6379563,"Red Mars / Green Mars (Mars Trilogy, #1-2)",By Kim Stanley Robinson,https://learn-awesome.github.io/assets/book_covers/5222300.jpg,book|https://www.goodreads.com/book/show/5222300-red-mars-green-mars,science-fiction,,,,,, -8b39ed49-95b5-4d11-8553-e57dc21d5deb,Watership Down,By Richard Adams,https://learn-awesome.github.io/assets/book_covers/76620.jpg,book|https://www.goodreads.com/book/show/76620.Watership_Down,classics,,,,,, -c5b62fef-558d-44d6-aab2-ecd192abe46b,The Geography of Nowhere: The Rise and Decline of America's Man-Made Landscape (Paperback),By James Howard Kunstler,https://learn-awesome.github.io/assets/book_covers/125313.jpg,book|https://www.goodreads.com/book/show/125313.The_Geography_of_Nowhere,non-fiction,,,,,, -b60d5fa8-bbec-42d6-b7b8-2d497f2658a7,How We Die: Reflections of Life's Final Chapter (Paperback),By Sherwin B. Nuland,https://learn-awesome.github.io/assets/book_covers/49286.jpg,book|https://www.goodreads.com/book/show/49286.How_We_Die,non-fiction,,,,,, -63aa50c8-6325-4d27-a05a-7acced6378fb,The Left Hand of Darkness (Hainish Cycle #4),By Ursula K. Le Guin,https://learn-awesome.github.io/assets/book_covers/18423.jpg,book|https://www.goodreads.com/book/show/18423.The_Left_Hand_of_Darkness,science-fiction,,,,,, -0d6cf113-2e48-42b8-83d9-67a64caafe32,"The Year of the Flood (MaddAddam, #2)",By Margaret Atwood,https://learn-awesome.github.io/assets/book_covers/6080337.jpg,book|https://www.goodreads.com/book/show/6080337-the-year-of-the-flood,fiction,,,,,, -fbb1874d-9c3f-49b5-b1d8-28ff08514e05,"My Ishmael (Ishmael, #3)",By Daniel Quinn,https://learn-awesome.github.io/assets/book_covers/17022.jpg,book|https://www.goodreads.com/book/show/17022.My_Ishmael,fiction,,,,,, -2b2c6b65-a318-46da-9a21-fc12d462833a,The Three-Body Problem,By Liu Cixin,https://learn-awesome.github.io/assets/book_covers/20518872.jpg,book|https://www.goodreads.com/book/show/20518872-the-three-body-problem,science-fiction,,,,,, -428269fe-d415-4a0e-a4c6-3608e8c6833e,The Scar (Hardcover),By Chris Wraight,https://learn-awesome.github.io/assets/book_covers/18143803.jpg,book|https://www.goodreads.com/book/show/18143803-scars,horus-heresy,,,,,, -9351a020-a50e-4f0c-9469-603e4e0f7084,Foundation and Earth,By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/29582.jpg,book|https://www.goodreads.com/book/show/29582.Foundation_and_Earth,science-fiction,,,,,, -29677a21-202b-48d2-a64b-fb7f6021c34a,Women (Paperback),By James Patterson,https://learn-awesome.github.io/assets/book_covers/4110198.jpg,book|https://www.goodreads.com/book/show/4110198-the-8th-confession,classics,,,,,, -2784721e-8221-4367-99bf-a66017b35a82,"New Spring (Wheel of Time, #0)",By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/187065.jpg,book|https://www.goodreads.com/book/show/187065.New_Spring,fantasy,,,,,, -907fa658-6bb4-4336-8ea0-60a02d7e3def,Ulysses (Paperback),By Homer,,book|https://www.goodreads.com/book/show/13516540-the-iliad-and-the-odyssey-stories-from-homer-s-epics,classics,,,,,, -5442606f-5276-4bab-8e45-8815db6cf884,The Odyssey (Paperback),By Homer,https://learn-awesome.github.io/assets/book_covers/1375.jpg,book|https://www.goodreads.com/book/show/1375.The_Iliad_The_Odyssey,classics,,,,,, -59b7703f-2c3c-4620-963f-856cd4917e43,"The Last Battle (Chronicles of Narnia, #7)",By C.S. Lewis,https://learn-awesome.github.io/assets/book_covers/84369.jpg,book|https://www.goodreads.com/book/show/84369.The_Last_Battle,fantasy,,,,,, -8a60a1ff-ac4b-4ef7-b135-3944c95d10b5,"A Crown of Swords (Wheel of Time, #7)",By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/13890.jpg,book|https://www.goodreads.com/book/show/13890.A_Crown_of_Swords,fantasy,,,,,, -45d8c462-58b2-4b00-b62b-ed5d7f11234c,"The Gameplayers of Zan (Ler, #2)",By M.A. Foster,https://learn-awesome.github.io/assets/book_covers/2480332.jpg,book|https://www.goodreads.com/book/show/2480332.The_Gameplayers_of_Zan,science-fiction,,,,,, -7e573902-9840-40dd-adaa-f1b69d0dcabd,"Oryx and Crake (MaddAddam, #1)",By Margaret Atwood,https://learn-awesome.github.io/assets/book_covers/46756.jpg,book|https://www.goodreads.com/book/show/46756.Oryx_and_Crake,fiction,,,,,, -a516c47c-351f-433d-a1e9-5c60217f2040,A Wrinkle in Time,By Madeleine L'Engle,https://learn-awesome.github.io/assets/book_covers/33574273.jpg,book|https://www.goodreads.com/book/show/33574273-a-wrinkle-in-time,fantasy,,,,,, -10cbd671-99fe-4fe4-8abe-0c4b3167ca1f,A Brief History of Time (Paperback),By Unknown,,book|https://www.goodreads.com/book/show/12981071-brief-history-of-time-sequel,physics,,,,,, -d982c071-6478-466e-952c-f12c7a11db8d,"MaddAddam (MaddAddam, #3)",By Margaret Atwood,https://learn-awesome.github.io/assets/book_covers/17262203.jpg,book|https://www.goodreads.com/book/show/17262203-maddaddam,fiction,,,,,, -51ee19fc-dffb-47a9-9700-4450a2f39dfb,Haunted (Paperback),By Valerie Thomas,https://learn-awesome.github.io/assets/book_covers/42847272.jpg,book|https://www.goodreads.com/book/show/42847272-winnie-and-wilbur,children-s-picture-books,,,,,, -3b1ce827-8313-4443-a183-335dff065128,Wild: From Lost to Found on the Pacific Crest Trail (Hardcover),By Cheryl Strayed,https://learn-awesome.github.io/assets/book_covers/12262741.jpg,book|https://www.goodreads.com/book/show/12262741-wild,non-fiction,,,,,, -a2ca8881-2b16-4662-91e8-c3e034e5c5e0,La demoiselle,By Maurice Leblanc,https://learn-awesome.github.io/assets/book_covers/2373291.jpg,book|https://www.goodreads.com/book/show/2373291.La_demoiselle_aux_yeux_verts,mystery,,,,,, -0b72941c-f884-41a0-bc19-999ef191c437,"The Color of Magic (Discworld, #1; Rincewind, #1)",By Terry Pratchett,https://learn-awesome.github.io/assets/book_covers/34497.jpg,book|https://www.goodreads.com/book/show/34497.The_Color_of_Magic,fantasy,,,,,, -9901cae4-3518-4538-bcd4-a494c133229a,"The Urth of the New Sun (The Book of the New Sun, #5)",By Gene Wolfe,https://learn-awesome.github.io/assets/book_covers/60215.jpg,book|https://www.goodreads.com/book/show/60215.The_Urth_of_the_New_Sun,fantasy,,,,,, -398cc2d5-737e-4452-b1bf-ffe74fd7373a,"Song of Susannah (The Dark Tower, #6)",By Stephen King,https://learn-awesome.github.io/assets/book_covers/5093.jpg,book|https://www.goodreads.com/book/show/5093.Song_of_Susannah,fantasy,,,,,, -5031ee1c-71ae-4a19-874b-8a0b3daab1cc,A Canticle for Leibowitz,By Walter M. Miller Jr.,https://learn-awesome.github.io/assets/book_covers/164154.jpg,book|https://www.goodreads.com/book/show/164154.A_Canticle_for_Leibowitz,science-fiction,,,,,, -7f74423d-f934-4d21-b7ad-e1afb4ec28b4,"Off to Be the Wizard (Magic 2.0, #1)",By Scott Meyer,https://learn-awesome.github.io/assets/book_covers/18616975.jpg,book|https://www.goodreads.com/book/show/18616975-off-to-be-the-wizard,fantasy,,,,,, -13009904-a4f8-4b38-8a9c-5368bdbc1f19,The Complete Wheel of Time (ebook),By Charles Dickens,https://learn-awesome.github.io/assets/book_covers/6266547.jpg,book|https://www.goodreads.com/book/show/6266547-david-copperfield-with-ebook,classics,,,,,, -41290307-4346-4647-a07c-c55eb0ab79f6,On China ,By China Miéville,https://learn-awesome.github.io/assets/book_covers/68494._SY160_.jpg,book|https://www.goodreads.com/book/show/68494.Perdido_Street_Station,fantasy,,,,,, -2ce4409f-1b7d-40d7-b39e-8e55b71c427d,"Among the Hidden (Shadow Children, #1)",By Margaret Peterson Haddix,https://learn-awesome.github.io/assets/book_covers/227651.jpg,book|https://www.goodreads.com/book/show/227651.Among_the_Hidden,young-adult,,,,,, -3e1ea355-faa0-46bd-b323-9825401e7292,"The Claw of the Conciliator (The Book of the New Sun, #2)",By Gene Wolfe,https://learn-awesome.github.io/assets/book_covers/463376.jpg,book|https://www.goodreads.com/book/show/463376.The_Claw_of_the_Conciliator,fantasy,,,,,, -0272303f-e439-407e-9aef-70e776b77eeb,"The Ashes of Worlds (The Saga of Seven Suns, #7)",By Kevin J. Anderson,https://learn-awesome.github.io/assets/book_covers/2310896.jpg,book|https://www.goodreads.com/book/show/2310896.The_Ashes_of_Worlds,science-fiction,,,,,, -5b9fdbae-7a0f-4dd8-9fd8-1dd926a57b34,All of Turgenev,By Ivan Turgenev,https://learn-awesome.github.io/assets/book_covers/19117.jpg,book|https://www.goodreads.com/book/show/19117.Fathers_and_Sons,classics,,,,,, -7f99beb0-4620-44ed-a5a9-de3d5d2891e4,The Golden Compass: His Dark Materials,By Philip Pullman,https://learn-awesome.github.io/assets/book_covers/119322.jpg,book|https://www.goodreads.com/book/show/119322.The_Golden_Compass,fantasy,,,,,, -bab107cd-59fc-49c7-8d41-7ff887e9e93f,The Giver (Paperback),By Laura Joffe Numeroff,https://learn-awesome.github.io/assets/book_covers/10550292.jpg,book|https://www.goodreads.com/book/show/10550292-if-you-give-a-dog-a-donut,picture-books,,,,,, -bc72f7aa-d3e8-45f7-97d8-bdaa85f84344,The Road (Hardcover),By Ivan Turgenev,https://learn-awesome.github.io/assets/book_covers/42819174.jpg,book|https://www.goodreads.com/book/show/42819174-fathers-and-children,classics,,,,,, -642e623d-fdc3-401b-a1d8-3cab7996e3f9,"Ringworld (Ringworld, #1)",By Larry Niven,https://learn-awesome.github.io/assets/book_covers/61179.jpg,book|https://www.goodreads.com/book/show/61179.Ringworld,science-fiction,,,,,, -874f0891-fbc5-416a-a1c7-a37f071ad386,"The Gunslinger (The Dark Tower, #1)",By Stephen King,https://learn-awesome.github.io/assets/book_covers/43615.jpg,book|https://www.goodreads.com/book/show/43615.The_Gunslinger,fantasy,,,,,, -5c80c7c5-7632-4d71-bf6d-a91e38213bef,All Quiet on the Western Front (Mass Market Paperback),By Erich Maria Remarque,https://learn-awesome.github.io/assets/book_covers/355697.jpg,book|https://www.goodreads.com/book/show/355697.All_Quiet_on_the_Western_Front,classics,,,,,, -4042365c-7786-46e2-91a4-057dc8d14db9,"Holes (Holes, #1)",By Louis Sachar,https://learn-awesome.github.io/assets/book_covers/38709.jpg,book|https://www.goodreads.com/book/show/38709.Holes,young-adult,,,,,, -2f4fc0c3-e60f-4631-a994-9c95563ad3e0,The Antichrist/Thus Spake Zarathustra (Kindle Edition),By Friedrich Nietzsche,https://learn-awesome.github.io/assets/book_covers/6700688.jpg,book|https://www.goodreads.com/book/show/6700688-the-antichrist-thus-spake-zarathustra,philosophy,,,,,, -5f4cd359-7ebf-4e33-ab09-de1e39eeaa87,"The Warrior Prophet (The Prince of Nothing, #2)",By R. Scott Bakker,https://learn-awesome.github.io/assets/book_covers/18877.jpg,book|https://www.goodreads.com/book/show/18877.The_Warrior_Prophet,fantasy,,,,,, -73083c8c-999e-4937-8ee4-845f301e4450,"Fate of Worlds (Ringworld, #5)",By Larry Niven,https://learn-awesome.github.io/assets/book_covers/13167780.jpg,book|https://www.goodreads.com/book/show/13167780-fate-of-worlds,science-fiction,,,,,, -def10219-d42b-4939-9042-e2dc0734701c,Atheism: The Case Against God (Paperback),By George H. Smith,https://learn-awesome.github.io/assets/book_covers/97078.jpg,book|https://www.goodreads.com/book/show/97078.Atheism,atheism,,,,,, -eb7b0d19-18ed-4148-b45e-aa3ab437ff7c,"Future History (Moties 0.5, Falkenberg's Legion, #a-b)",By Jerry Pournelle,https://learn-awesome.github.io/assets/book_covers/2272175.jpg,book|https://www.goodreads.com/book/show/2272175.Future_History,science-fiction,,,,,, -e6b2416a-eb5e-43e8-8442-fa61a672af77,"Winter's Heart (Wheel of Time, #9)",By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/13891.jpg,book|https://www.goodreads.com/book/show/13891.Winter_s_Heart,fantasy,,,,,, -22260720-96b6-4b4b-aa97-d7fd3f0377d0,"Quicksilver (The Baroque Cycle, #1)",By Neal Stephenson,https://learn-awesome.github.io/assets/book_covers/823.jpg,book|https://www.goodreads.com/book/show/823.Quicksilver,fiction,,,,,, -b07d652b-76ea-4441-96cc-6ea6d2201da7,Collapse: How Societies Choose to Fall or Succeed ,By Jared Diamond,https://learn-awesome.github.io/assets/book_covers/475.jpg,book|https://www.goodreads.com/book/show/475.Collapse,non-fiction,,,,,, -88f69ba6-6bf8-4197-879a-db2d018f7fde,"Kim Stanley Robinson, Green Mars",By Kim Stanley Robinson,https://learn-awesome.github.io/assets/book_covers/77505.jpg,book|https://www.goodreads.com/book/show/77505.Green_Mars,science-fiction,,,,,, -b55e9312-56ad-45e7-a0e2-9bfee742bba1,"Kim Stanley Robinson, Blue Mars",By Kim Stanley Robinson,https://learn-awesome.github.io/assets/book_covers/77504.jpg,book|https://www.goodreads.com/book/show/77504.Blue_Mars,science-fiction,,,,,, -fb5b5c4b-ede9-4e53-acb7-3f4680b8f3f9,The Little Prince (Paperback),By Richard Howard,https://learn-awesome.github.io/assets/book_covers/40894778.jpg,book|https://www.goodreads.com/book/show/40894778-the-little-prince,library,,,,,, -17dcaf28-177d-4bcf-9e65-265a8e0d9235,"The Bad Beginning (A Series of Unfortunate Events, #1)",By Lemony Snicket,https://learn-awesome.github.io/assets/book_covers/78411.jpg,book|https://www.goodreads.com/book/show/78411.The_Bad_Beginning,fiction,,,,,, -b5baf40d-78a3-4bc8-b436-6879e99e52f8,"Of Fire and Night (The Saga of Seven Suns, #5)",By Kevin J. Anderson,https://learn-awesome.github.io/assets/book_covers/103101.jpg,book|https://www.goodreads.com/book/show/103101.Of_Fire_and_Night,science-fiction,,,,,, -cf94d630-914f-49a9-b5a5-79281f6e09aa,"The Thousandfold Thought (The Prince of Nothing, #3)",By R. Scott Bakker,https://learn-awesome.github.io/assets/book_covers/13806.jpg,book|https://www.goodreads.com/book/show/13806.The_Thousandfold_Thought,fantasy,,,,,, -ec110fe7-70ae-4ef0-beba-9cb4149cc094,"Around the World in Eighty Days (Extraordinary Voyages, #11)",By Jules Verne,https://learn-awesome.github.io/assets/book_covers/54479.jpg,book|https://www.goodreads.com/book/show/54479.Around_the_World_in_Eighty_Days,classics,,,,,, -e2cff9e2-627a-4797-ac61-3a0f02dfa106,"The Path of Daggers (Wheel of Time, #8)",By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/140974.jpg,book|https://www.goodreads.com/book/show/140974.The_Path_of_Daggers,fantasy,,,,,, -4e1c3585-73f7-4119-ab32-2efe33733a17,Guts,By Chuck Palahniuk,https://learn-awesome.github.io/assets/book_covers/6395833.jpg,book|https://www.goodreads.com/book/show/6395833-guts,short-stories,,,,,, -6ca2e152-a436-4bbe-bba1-c949a2740b9e,"Metal Swarm (The Saga of Seven Suns, #6)",By Kevin J. Anderson,https://learn-awesome.github.io/assets/book_covers/932065.jpg,book|https://www.goodreads.com/book/show/932065.Metal_Swarm,science-fiction,,,,,, -00461b5a-fb9d-432a-afd4-49993367016e,"John Dies at the End (John Dies at the End, #1)",By David Wong,https://learn-awesome.github.io/assets/book_covers/1857440.jpg,book|https://www.goodreads.com/book/show/1857440.John_Dies_at_the_End,horror,,,,,, -b7a5600e-0557-4ea1-8cc1-109adea1b262,We (Paperback),By William Shakespeare,https://learn-awesome.github.io/assets/book_covers/44768153.jpg,book|https://www.goodreads.com/book/show/44768153-king-lear-paperback-jan-01-2017-books-wagon,classics,,,,,, -2563a272-0ee7-450e-9b9e-b42573fb3660,"The Strike at Shayol Ghul (Wheel of Time, #0.1)",By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/8675071.jpg,book|https://www.goodreads.com/book/show/8675071-the-strike-at-shayol-ghul,fantasy,,,,,, -bcbc76ac-bc08-4afb-8220-ec6f1cfb2e70,The Telling (Hainish Cycle #8),By Ursula K. Le Guin,https://learn-awesome.github.io/assets/book_covers/59921.jpg,book|https://www.goodreads.com/book/show/59921.The_Telling,science-fiction,,,,,, -0125b1bb-05e2-474a-8db5-8ccbe64f0a0b,The Declaration of Independence (Paperback),By Mary Wollstonecraft,,book|https://www.goodreads.com/book/show/33945650-a-vindication-of-the-rights-of-woman,feminism,,,,,, -8f5a6b64-fcea-4056-b9bb-75f0da744963,"Neuromancer (Sprawl, #1)",By William Gibson,https://learn-awesome.github.io/assets/book_covers/888628.jpg,book|https://www.goodreads.com/book/show/888628.Neuromancer,science-fiction,,,,,, -fe683f14-0d27-48ac-aa42-b8fe8b9a9d42,The Declaration of Independence and The Constitution of the United States (Paperback),By Inga Muscio,https://learn-awesome.github.io/assets/book_covers/52588.jpg,book|https://www.goodreads.com/book/show/52588.Cunt,feminism,,,,,, -73e01d41-976b-4790-9ade-12b958d887d0,"Scattered Suns (The Saga of Seven Suns, #4)",By Kevin J. Anderson,https://learn-awesome.github.io/assets/book_covers/103103.jpg,book|https://www.goodreads.com/book/show/103103.Scattered_Suns,science-fiction,,,,,, -542cc816-05c5-400d-9b42-f03710fbbbea,"A Forest of Stars (The Saga of Seven Suns, #2)",By Kevin J. Anderson,https://learn-awesome.github.io/assets/book_covers/265287.jpg,book|https://www.goodreads.com/book/show/265287.A_Forest_of_Stars,science-fiction,,,,,, -ac302a98-06ff-42c8-9d5d-caf97b1eaaf3,"Horizon Storms (The Saga of Seven Suns, #3)",By Kevin J. Anderson,https://learn-awesome.github.io/assets/book_covers/265288.jpg,book|https://www.goodreads.com/book/show/265288.Horizon_Storms,science-fiction,,,,,, -1cc673da-e95c-4d98-b79c-3d210bd1f29f,The Curious Incident of the Dog in the Night-Time (Paperback),By Mark Haddon,https://learn-awesome.github.io/assets/book_covers/1618.jpg,book|https://www.goodreads.com/book/show/1618.The_Curious_Incident_of_the_Dog_in_the_Night_Time,fiction,,,,,, -38bffe8d-acb1-4e11-a777-5777753c6d05,"Why People Believe Weird Things: Pseudoscience, Superstition, and Other Confusions of Our Time (Paperback)",By Michael Shermer,https://learn-awesome.github.io/assets/book_covers/89281.jpg,book|https://www.goodreads.com/book/show/89281.Why_People_Believe_Weird_Things,science,,,,,, -218735a4-7dab-4535-84fe-35f6ea93c13e,"The Ringworld Engineers (Ringworld, #2)",By Larry Niven,https://learn-awesome.github.io/assets/book_covers/61181.jpg,book|https://www.goodreads.com/book/show/61181.The_Ringworld_Engineers,science-fiction,,,,,, -99073980-b4b5-49c0-acdb-29b6dbe4d13f,"Red Mars (Mars Trilogy, #1)",By Kim Stanley Robinson,https://learn-awesome.github.io/assets/book_covers/77507.jpg,book|https://www.goodreads.com/book/show/77507.Red_Mars,science-fiction,,,,,, -10eb168d-1ce1-4ce2-af62-bbd88f62b4c5,"Journey to the Center of the Earth (Extraordinary Voyages, #3)",By Jules Verne,https://learn-awesome.github.io/assets/book_covers/32829.jpg,book|https://www.goodreads.com/book/show/32829.Journey_to_the_Center_of_the_Earth,classics,,,,,, -e1c405fd-b227-42bd-9d72-3b8168a5b545,Sophie's World (Paperback),By Agatha Christie,https://learn-awesome.github.io/assets/book_covers/43905807.jpg,book|https://www.goodreads.com/book/show/43905807-the-secret-adversary-tommy-and-tuppence-mysteries,classics,,,,,, -720d7a37-47d1-42b2-a924-781487df1559,"Veiled Alliances (The Saga of Seven Suns, #0.1)",By Kevin J. Anderson,https://learn-awesome.github.io/assets/book_covers/112995.jpg,book|https://www.goodreads.com/book/show/112995.Veiled_Alliances,science-fiction,,,,,, -f238d89b-e8d2-4475-ac64-d90b36c398a3,Great Expectations (Paperback),By Lawrence Kappel,https://learn-awesome.github.io/assets/book_covers/81673.jpg,book|https://www.goodreads.com/book/show/81673.Literary_Companion_Series_Great_Expectations_paperback_edition_,fiction,,,,,, -a3d96878-aa36-4376-b0a2-3e32bb8b8838,"Crossroads of Twilight (Wheel of Time, #10)",By Robert Jordan,https://learn-awesome.github.io/assets/book_covers/113435.jpg,book|https://www.goodreads.com/book/show/113435.Crossroads_of_Twilight,fantasy,,,,,, -bacc331a-f471-46b4-ac8f-fa305025cd9d,Jason and the Golden Fleece (The Argonautica),By Apollonius of Rhodes,https://learn-awesome.github.io/assets/book_covers/764332.jpg,book|https://www.goodreads.com/book/show/764332.Jason_and_the_Golden_Fleece,classics,,,,,, -f70f154e-40ad-47fd-8369-e5475df089c5,Flatland: A Romance of Many Dimensions (Paperback),By Edwin A. Abbott,https://learn-awesome.github.io/assets/book_covers/433567.jpg,book|https://www.goodreads.com/book/show/433567.Flatland,fiction,,,,,, -d16dbc75-de79-4a90-aad2-b0f0f2781ee5,"The Shadow of the Torturer (The Book of the New Sun, #1)",By Gene Wolfe,https://learn-awesome.github.io/assets/book_covers/60211.jpg,book|https://www.goodreads.com/book/show/60211.The_Shadow_of_the_Torturer,fantasy,,,,,, -ee5a15c3-8746-4425-884b-fee35ffd3d9f,"The Darkness That Comes Before (The Prince of Nothing, #1)",By R. Scott Bakker,https://learn-awesome.github.io/assets/book_covers/301538.jpg,book|https://www.goodreads.com/book/show/301538.The_Darkness_That_Comes_Before,fantasy,,,,,, -1d3325b9-4873-4bef-afa8-9cbc8bde1e86,Into the Wild (Paperback),By Robert Louis Stevenson,https://learn-awesome.github.io/assets/book_covers/39383310.jpg,book|https://www.goodreads.com/book/show/39383310-scholastic-classics,classics,,,,,, -46f24b5d-f030-4a6b-b1d3-6c60195684a5,"Tales from Watership Down (Watership Down, #2)",By Richard Adams,https://learn-awesome.github.io/assets/book_covers/456920.jpg,book|https://www.goodreads.com/book/show/456920.Tales_from_Watership_Down,fiction,,,,,, -30c7742f-6d9c-4fc0-9d16-f77101ebcf7c,"The Garden of Rama (Rama, #3)",By Arthur C. Clarke,https://learn-awesome.github.io/assets/book_covers/112518.jpg,book|https://www.goodreads.com/book/show/112518.The_Garden_of_Rama,science-fiction,,,,,, -960ef76f-2f03-42f4-87f1-436337a45fe9,Zen and the Art of Motorcycle Maintenance,By Robert M. Pirsig,https://learn-awesome.github.io/assets/book_covers/629.jpg,book|https://www.goodreads.com/book/show/629.Zen_and_the_Art_of_Motorcycle_Maintenance,philosophy,,,,,, -81239745-9c0e-4e1c-9d73-d3c8ac3d27ff,"Hidden Empire (The Saga of Seven Suns, #1)",By Kevin J. Anderson,https://learn-awesome.github.io/assets/book_covers/898232.jpg,book|https://www.goodreads.com/book/show/898232.Hidden_Empire,science-fiction,,,,,, -c73f0171-fc59-47a5-824b-4e1f5266fe25,Fighting Dragons (Dragons #3),By T.A. Chase,https://learn-awesome.github.io/assets/book_covers/19390448.jpg,book|https://www.goodreads.com/book/show/19390448-fighting-dragons,m-m,,,,,, -ab7ddf34-8761-45bc-915b-8079d9916fba,"The Warriors of Dawn (Ler, #1)",By M.A. Foster,https://learn-awesome.github.io/assets/book_covers/427303.jpg,book|https://www.goodreads.com/book/show/427303.The_Warriors_of_Dawn,science-fiction,,,,,, -1ba51ce3-c42c-401a-b3a8-8734d2b0cdba,The Old Man and the Sea,By Ernest Hemingway,https://learn-awesome.github.io/assets/book_covers/2165.jpg,book|https://www.goodreads.com/book/show/2165.The_Old_Man_and_the_Sea,classics,,,,,, -533837bb-1740-42cb-baab-419b1923a32d,The Art of Deception: Controlling the Human Element of Security (Paperback),By Kevin D. Mitnick,https://learn-awesome.github.io/assets/book_covers/18160.jpg,book|https://www.goodreads.com/book/show/18160.The_Art_of_Deception,non-fiction,,,,,, -54e9514e-c0eb-4b59-aacf-dda6ac0487cd,"Dreaming of Dragons (Dragons, #2)",By T.A. Chase,https://learn-awesome.github.io/assets/book_covers/6497620.jpg,book|https://www.goodreads.com/book/show/6497620-dreaming-of-dragons,m-m,,,,,, -e75011ed-6b77-4533-80b6-cad609a250d2,"Ringworld's Children (Ringworld, #4)",By Larry Niven,https://learn-awesome.github.io/assets/book_covers/64466.jpg,book|https://www.goodreads.com/book/show/64466.Ringworld_s_Children,science-fiction,,,,,, -d08c343a-b39c-4f32-a05b-1477fbf09f6d,"Joe Haldeman, Forever Peace",By Joe Haldeman,https://learn-awesome.github.io/assets/book_covers/21618.jpg,book|https://www.goodreads.com/book/show/21618.Forever_Peace,science-fiction,,,,,, -94df8c15-74a6-4e5d-9aee-98d0d74dfb86,"Sex, Drugs, and Cocoa Puffs: A Low Culture Manifesto (Paperback)",By Chuck Klosterman,https://learn-awesome.github.io/assets/book_covers/599.jpg,book|https://www.goodreads.com/book/show/599.Sex_Drugs_and_Cocoa_Puffs,non-fiction,,,,,, -3a5f72f3-c930-41ba-b573-6b4761027088,"Rama Revealed (Rama, #4)",By Arthur C. Clarke,https://learn-awesome.github.io/assets/book_covers/112517.jpg,book|https://www.goodreads.com/book/show/112517.Rama_Revealed,science-fiction,,,,,, -4503e084-37d5-4abd-88e8-50e46445a21f,"Iron Council (New Crobuzon, #3)",By China Miéville,https://learn-awesome.github.io/assets/book_covers/68495.jpg,book|https://www.goodreads.com/book/show/68495.Iron_Council,fantasy,,,,,, -233af0a3-9f1b-4c6a-abbd-336e55a3302d,Planet of Exile (Hainish Cycle #2),By Ursula K. Le Guin,https://learn-awesome.github.io/assets/book_covers/201882.jpg,book|https://www.goodreads.com/book/show/201882.Planet_of_Exile,science-fiction,,,,,, -f3705687-7250-47ed-be36-4a26213501c3,"You Can Choose to Be Happy: Rise Above Anxiety, Anger and Depression (Paperback)",By Tom G. Stevens,https://learn-awesome.github.io/assets/book_covers/399652.jpg,book|https://www.goodreads.com/book/show/399652.You_Can_Choose_to_Be_Happy,non-fiction,,,,,, -9bbf8e2f-a229-40f2-9c3e-16bf473044aa,"Rama II (Rama, #2)",By Arthur C. Clarke,https://learn-awesome.github.io/assets/book_covers/112520.jpg,book|https://www.goodreads.com/book/show/112520.Rama_II,science-fiction,,,,,, -16b20e0b-9858-4a2c-bb87-49afc334fa3b,An American Life (Paperback),By Daniel Defoe,https://learn-awesome.github.io/assets/book_covers/10631651.jpg,book|https://www.goodreads.com/book/show/10631651-the-life-and-adventures-of-robinson-crusoe,classics,,,,,, -b57decb4-cdea-42c6-a99d-742b71f89086,The Adventures of Huckleberry Finn (Children's Classics),By Garrison Keillor,https://learn-awesome.github.io/assets/book_covers/992059.jpg,book|https://www.goodreads.com/book/show/992059.The_Adventures_of_Huckleberry_Finn,classics,,,,,, -e5dc89f3-48ce-4e0b-a694-e11c3fb9f323,"The Day of the Klesh (Ler, #3)",By M.A. Foster,https://learn-awesome.github.io/assets/book_covers/3555630.jpg,book|https://www.goodreads.com/book/show/3555630-the-day-of-the-klesh,science-fiction,,,,,, -6e69673d-538f-45b2-8003-33219ac74764,The Catcher in the Rye (Paperback),By Sanford Pinsker,https://learn-awesome.github.io/assets/book_covers/360395.jpg,book|https://www.goodreads.com/book/show/360395.Masterwork_Studies_Series,analysis,,,,,, -cc0e761d-f840-4894-8e20-bfcd687bde88,"The Children of the Sky (Zones of Thought, #3)",By Vernor Vinge,https://learn-awesome.github.io/assets/book_covers/10170545.jpg,book|https://www.goodreads.com/book/show/10170545-the-children-of-the-sky,science-fiction,,,,,, -b126d3d6-1f73-4adc-88b3-28a16bb2b627,"Here Be Dragons (Dragons, #1)",By T.A. Chase,https://learn-awesome.github.io/assets/book_covers/3214629.jpg,book|https://www.goodreads.com/book/show/3214629-here-be-dragons,m-m,,,,,, -1f1075a0-2146-47df-82e7-bbe07b6bdd13,A People's History of the United States (Paperback),By Paul S. Boyer,https://learn-awesome.github.io/assets/book_covers/437274.jpg,book|https://www.goodreads.com/book/show/437274.The_Enduring_Vision,history,,,,,, -9d4b80b3-42ad-4867-bebd-331570cbe40d,The Adventures of Huckleberry Finn (Paperback),By Mark Twain,https://learn-awesome.github.io/assets/book_covers/15800968.jpg,book|https://www.goodreads.com/book/show/15800968-tom-sawyer-detective,classics,,,,,, -4b756413-9c95-4bb5-bcfb-ffd0875ea51d,"The Martians (Mars Trilogy, #3.5)",By Kim Stanley Robinson,https://learn-awesome.github.io/assets/book_covers/40364.jpg,book|https://www.goodreads.com/book/show/40364.The_Martians,science-fiction,,,,,, -7bd6d32f-f280-4d10-98f6-b31491736257,Moby Dick (Graphic Classics),By Rod Espinosa,https://learn-awesome.github.io/assets/book_covers/3209693.jpg,book|https://www.goodreads.com/book/show/3209693-moby-dick,classics,,,,,, -c4d09338-b77c-41f6-ade1-f7fd05539fa2,"The Ringworld Throne (Ringworld, #3)",By Larry Niven,https://learn-awesome.github.io/assets/book_covers/64467.jpg,book|https://www.goodreads.com/book/show/64467.The_Ringworld_Throne,science-fiction,,,,,, -be81fa85-693b-491d-b405-47981924501e,The Stranger (Paperback),By Sarah Waters,https://learn-awesome.github.io/assets/book_covers/6065182.jpg,book|https://www.goodreads.com/book/show/6065182-the-little-stranger,fiction,,,,,, -21c6e4bc-3559-46dd-9307-721a4462b7a0,Increase That Lovin' Feelin': A Make It Happen Workbook (Paperback),By The National Healthy Marriage Institute,https://learn-awesome.github.io/assets/book_covers/17283711.jpg,book|https://www.goodreads.com/book/show/17283711-increase-that-lovin-feelin,not-read,,,,,, -33748185-006c-464b-86ee-944c8cc9eb67,Catch-22 (Paperback),By Geoffrey Chaucer,,book|https://www.goodreads.com/book/show/5989778-chaucer,classics,,,,,, -b1924870-f544-4f57-b03c-48dac13f2cb3,The 120 Days of Sodom and Other Writings (Paperback),By Marquis de Sade,https://learn-awesome.github.io/assets/book_covers/60200.jpg,book|https://www.goodreads.com/book/show/60200.The_120_Days_of_Sodom_and_Other_Writings,fiction,,,,,, -247f9d2f-a401-4e86-8fe8-bd5242d5f377,"Forever Free (The Forever War, #3)",By Joe Haldeman,https://learn-awesome.github.io/assets/book_covers/21620.jpg,book|https://www.goodreads.com/book/show/21620.Forever_Free,science-fiction,,,,,, -2019d8b1-f891-4447-b419-d6c6107979a7,Outies (Moties #3),By Jennifer R. Pournelle,https://learn-awesome.github.io/assets/book_covers/9942308.jpg,book|https://www.goodreads.com/book/show/9942308-outies,science-fiction,,,,,, -d379b8ce-a470-4442-a976-9cab365af6e8,The Handmaid's Tale (Paperback),By The Summary Guy,https://learn-awesome.github.io/assets/book_covers/35354014.jpg,book|https://www.goodreads.com/book/show/35354014-summary---the-handmaid-s-tale,fiction,,,,,, -d37608e1-2096-493e-866b-d193973d3169,The Constitution of the United States of America (Paperback),By Steven M. Gillon,,book|https://www.goodreads.com/book/show/1353829.The_American_Experiment,top-10-non-fiction-to-buy,,,,,, -5499ce6f-e26e-447a-b664-efb9063454f3,Buprenorphine: An Alternative Treatment for Opioid Dependence (Hardcover),By Jack D. Blaine,,book|https://www.goodreads.com/book/show/6193553-buprenorphine,calibre,,,,,, -3827ad71-e70b-47c0-9539-b9e6e8a522e4,Don Quixote (Paperback),By Anonymous,,book|https://www.goodreads.com/book/show/28818466-don-quixote-paperback-journal,personal-development,,,,,, -d7a2c8ef-0207-49f5-ba86-51a4dd65566b,Of Mice and Men (Paperback),By JohnSteinbeck,https://learn-awesome.github.io/assets/book_covers/35677451.jpg,book|https://www.goodreads.com/book/show/35677451-of-mice-and-men,fiction,,,,,, -03b27285-0607-45d1-8cee-94c9ec96962a,Candide (Paperback),By Thomas Walsh,,book|https://www.goodreads.com/book/show/857237.Literary_Companion_Series_Candide_paperback_edition_,philosophy,,,,,, -f950b65c-6f17-4310-adbf-742d9ed7e763,The Count of Monte Cristo (Paperback),By YA LI SHAN DA ?ZHONG MA (ALEXANDRE DUMAS),https://learn-awesome.github.io/assets/book_covers/40898571.jpg,book|https://www.goodreads.com/book/show/40898571-count-of-monte-cristo-english-chinese,fiction,,,,,, -f47ccdbd-4961-4a68-b0a4-bfa90c585062,Hamlet (Paperback),By Anonymous,,book|https://www.goodreads.com/book/show/28818411-hamlet-paperback-journal,self-help,,,,,, -ca1074ab-477f-4978-b183-ce8bfe9456ff,Contact (Mass Market Paperback),By Charles Hickson,https://learn-awesome.github.io/assets/book_covers/42432601.jpg,book|https://www.goodreads.com/book/show/42432601-ufo-contact-at-pascagoula,non-fiction,,,,,, -6ee339c5-8490-4fb7-8fa1-6de01a46236d,The Long Walk (Paperback),By Violet Patrick P,,book|https://www.goodreads.com/book/show/45003616-i-like-long-romantic-walks-to-the-shoes-aisle,self-help,,,,,, -ead004f7-6860-4e32-8732-1c5e8cfecde1,The Occult (Paperback),By Dennis Mallonee,https://learn-awesome.github.io/assets/book_covers/36450918.jpg,book|https://www.goodreads.com/book/show/36450918-psyche-the-occult-detective-trade-paperback-1,fiction,,,,,, -0d9174a6-a577-4808-be25-503e341be672,The Elephant's Journey,By Erik Daniel Shein,https://learn-awesome.github.io/assets/book_covers/32710876.jpg,book|https://www.goodreads.com/book/show/32710876-thunder,animals,,,,,, -3508f0d4-afd1-44f4-84c8-c2174a0d1dde,The Family Reunion,By Brenda Jackson,https://learn-awesome.github.io/assets/book_covers/674587.jpg,book|https://www.goodreads.com/book/show/674587.A_Family_Reunion,brenda-jackson,,,,,, -0d17489d-f88d-423d-ad78-7a5691abb697,Novels 1942–1952: The Moon Is Down / Cannery Row / The Pearl / East of Eden,By John Steinbeck,https://learn-awesome.github.io/assets/book_covers/4797.jpg,book|https://www.goodreads.com/book/show/4797.Novels_1942_1952,library-of-america,,,,,, -1c9bacd9-099f-488e-9ca8-077ce553c8ff,The Cairo Trilogy: Palace Walk / Palace of Desire / Sugar Street (The Cairo Trilogy #1-3),By Naguib Mahfouz,https://learn-awesome.github.io/assets/book_covers/5488.jpg,book|https://www.goodreads.com/book/show/5488.The_Cairo_Trilogy,fiction,,,,,, -a317362b-b8a1-4ba8-a47c-f59060d7da3d,Czasy secondhand. Koniec czerwonego człowieka,By Svetlana Alexievich,https://learn-awesome.github.io/assets/book_covers/23342906.jpg,book|https://www.goodreads.com/book/show/23342906-czasy-secondhand-koniec-czerwonego-cz-owieka,non-fiction,,,,,, -03ef6e8b-3cff-4a5d-a587-900a151d2b4c,Voices from Chernobyl: The Oral History of a Nuclear Disaster,By Svetlana Alexievich,https://learn-awesome.github.io/assets/book_covers/357486.jpg,book|https://www.goodreads.com/book/show/357486.Voices_from_Chernobyl,non-fiction,,,,,, -4eb4c526-e42a-4038-873d-fce6ab821bc5,Poems New and Collected,By Wisława Szymborska,https://learn-awesome.github.io/assets/book_covers/10205.jpg,book|https://www.goodreads.com/book/show/10205.Poems_New_and_Collected,poetry,,,,,, -91911567-50db-4869-b810-b68b4132ed38,Collected Poems in English,By Joseph Brodsky,https://learn-awesome.github.io/assets/book_covers/320598.jpg,book|https://www.goodreads.com/book/show/320598.Collected_Poems_in_English,poetry,,,,,, -1f48e55e-bd12-4eb9-9d26-ce2053785614,The Four Quartets,By T.S. Eliot,https://learn-awesome.github.io/assets/book_covers/80410.jpg,book|https://www.goodreads.com/book/show/80410.Four_Quartets,poetry,,,,,, -4170b2d3-4ad8-45b7-a208-ace3621c28ce,East of Eden,By John Steinbeck,https://learn-awesome.github.io/assets/book_covers/4406.jpg,book|https://www.goodreads.com/book/show/4406.East_of_Eden,classics,,,,,, -0e10016d-ebcc-43cc-b5eb-f7f6255bc7d9,Singer Collected Stories,By Isaac Bashevis Singer,https://learn-awesome.github.io/assets/book_covers/25737.jpg,book|https://www.goodreads.com/book/show/25737.The_Collected_Stories_of_Isaac_Bashevis_Singer,short-stories,,,,,, -bea0e14d-2bbd-4144-8565-574b2a0db900,"The Gathering Storm (The Second World War, #1)",By Winston S. Churchill,https://learn-awesome.github.io/assets/book_covers/360253.jpg,book|https://www.goodreads.com/book/show/360253.The_Gathering_Storm,history,,,,,, -bcc5df8b-6ad8-44cc-bc5c-9df78bc9cc4b,ملحمة الحرافيش,By Naguib Mahfouz,https://learn-awesome.github.io/assets/book_covers/7709594.jpg,book|https://www.goodreads.com/book/show/7709594,spiritual,,,,,, -e8427fdb-c6fa-46fb-bc34-9b88c379e05e,"The Complete Poems and Plays, 1909-1950",By T.S. Eliot,https://learn-awesome.github.io/assets/book_covers/79936.jpg,book|https://www.goodreads.com/book/show/79936.The_Complete_Poems_and_Plays_1909_1950,poetry,,,,,, -440ec6be-c7c8-463b-9494-667fad6362c4,New and Collected Poems: 1931-2001,By Czesław Miłosz,https://learn-awesome.github.io/assets/book_covers/145659.jpg,book|https://www.goodreads.com/book/show/145659.New_and_Collected_Poems,poetry,,,,,, -e43dff97-8144-4739-b5dd-d72e33db9c8d,Hunger,By Suzanne Collins,https://learn-awesome.github.io/assets/book_covers/2767052.jpg,book|https://www.goodreads.com/book/show/2767052-the-hunger-games,young-adult,,,,,, -85239732-d1e7-432d-898f-bd76927d87b9,Gitanjali: Song Offerings,By Rabindranath Tagore,https://learn-awesome.github.io/assets/book_covers/66414.jpg,book|https://www.goodreads.com/book/show/66414.Gitanjali,poetry,,,,,, -330e0872-b755-4492-80e2-daffb081410e,The Bridge on the Drina,By Ivo Andrić,https://learn-awesome.github.io/assets/book_covers/3140.jpg,book|https://www.goodreads.com/book/show/3140.The_Bridge_on_the_Drina,fiction,,,,,, -7f542c1f-5d20-4567-8741-133538c2c277,Night,By Elie Wiesel,https://learn-awesome.github.io/assets/book_covers/1617.jpg,book|https://www.goodreads.com/book/show/1617.Night,non-fiction,,,,,, -59f5004c-b54f-471b-ae06-99c1871f95a3,The Love Song of J. Alfred Prufrock and Other Poems,By T.S. Eliot,https://learn-awesome.github.io/assets/book_covers/118389.jpg,book|https://www.goodreads.com/book/show/118389.The_Love_Song_of_J_Alfred_Prufrock_and_Other_Poems,poetry,,,,,, -43d8583e-1961-42f8-be31-4e90226858b0,Conversation in the Cathedral,By Mario Vargas Llosa,https://learn-awesome.github.io/assets/book_covers/53970.jpg,book|https://www.goodreads.com/book/show/53970.Conversation_in_the_Cathedral,fiction,,,,,, -ca15ec52-ad3c-466d-a41c-af1dd0a130f2,Peter Camenzind ~ Gertrud ~ Knulp ~ Kuren ~ Narziss en Goldmund ~ Fabuleuze vertellingen ~ Een golfje op de stroom,By Hermann Hesse,https://learn-awesome.github.io/assets/book_covers/12921564.jpg,book|https://www.goodreads.com/book/show/12921564-peter-camenzind-gertrud-knulp-kuren-narziss-en-goldmund-fabule,fiction,,,,,, -8f989228-6e23-486e-8d87-f325fd993a76,The Complete Short Stories of Ernest Hemingway,By Ernest Hemingway,https://learn-awesome.github.io/assets/book_covers/4625.jpg,book|https://www.goodreads.com/book/show/4625.The_Complete_Short_Stories_of_Ernest_Hemingway,short-stories,,,,,, -e1fa167b-9b16-4742-a6cd-a2f03373bedc,"Kristin Lavransdatter (Kristin Lavransdatter, #1-3)",By Sigrid Undset,https://learn-awesome.github.io/assets/book_covers/6217.jpg,book|https://www.goodreads.com/book/show/6217.Kristin_Lavransdatter,historical-fiction,,,,,, -4ad074a7-a282-4388-8f5e-cb2945aee210,The Gospel According to Jesus Christ,By José Saramago,https://learn-awesome.github.io/assets/book_covers/28859.jpg,book|https://www.goodreads.com/book/show/28859.The_Gospel_According_to_Jesus_Christ,fiction,,,,,, -ffe69c7f-8972-4b23-b6ad-4e019cd654bd,The Collected Poems of W.B. Yeats,By W.B. Yeats,https://learn-awesome.github.io/assets/book_covers/53022.jpg,book|https://www.goodreads.com/book/show/53022.The_Collected_Poems_of_W_B_Yeats,poetry,,,,,, -b5333592-c063-4b90-97a3-6d75a58f5643,"O the Chimneys: Selected Poems, Including the Verse Play, Eli",By Nelly Sachs,https://learn-awesome.github.io/assets/book_covers/1239522.jpg,book|https://www.goodreads.com/book/show/1239522.O_the_Chimneys,poetry,,,,,, -6b905e3e-a389-4eee-ab94-b10cce632476,Bosnian Chronicle,By Ivo Andrić,https://learn-awesome.github.io/assets/book_covers/850223.jpg,book|https://www.goodreads.com/book/show/850223.Bosnian_Chronicle,fiction,,,,,, -b29643d5-dcb2-4acc-b7b5-24fc00db6e7a,"Opened Ground: Selected Poems, 1966-1996",By Seamus Heaney,https://learn-awesome.github.io/assets/book_covers/19186.jpg,book|https://www.goodreads.com/book/show/19186.Opened_Ground,poetry,,,,,, -82beb55f-2945-45dd-9761-7e9b1c899e1a,The Feast of the Goat,By Mario Vargas Llosa,https://learn-awesome.github.io/assets/book_covers/53969.jpg,book|https://www.goodreads.com/book/show/53969.The_Feast_of_the_Goat,fiction,,,,,, -3e71676b-5b71-4491-a1f1-952ca76a995c,In My Father's Court,By Isaac Bashevis Singer,https://learn-awesome.github.io/assets/book_covers/224269.jpg,book|https://www.goodreads.com/book/show/224269.In_My_Father_s_Court,fiction,,,,,, -47dbfc55-d70e-4938-94be-f1367d693ac8,De suikersteeg,By Naguib Mahfouz,https://learn-awesome.github.io/assets/book_covers/16181654.jpg,book|https://www.goodreads.com/book/show/16181654-de-suikersteeg,psychology;spiritual,,,,,, -84098900-b8d0-4ab5-a937-66f0e85ecbb3,Selected Poems,By E.E. Cummings,https://learn-awesome.github.io/assets/book_covers/26599.jpg,book|https://www.goodreads.com/book/show/26599.Selected_Poems,poetry,,,,,, -6a8e074c-98d1-4fb9-bc52-0f46268e842f,The Gulag Archipelago 1918–1956,By Aleksandr Solzhenitsyn,https://learn-awesome.github.io/assets/book_covers/70561.jpg,book|https://www.goodreads.com/book/show/70561.The_Gulag_Archipelago_1918_1956,history,,,,,, -a542a105-07a7-42ac-bf78-f59581d9ab8e,The Black Book,By James Patterson,https://learn-awesome.github.io/assets/book_covers/30736665.jpg,book|https://www.goodreads.com/book/show/30736665-the-black-book,james-patterson,,,,,, -e2188118-01b7-473b-b7eb-705501abf923,The First Circle,By Aleksandr Solzhenitsyn,https://learn-awesome.github.io/assets/book_covers/98969.jpg,book|https://www.goodreads.com/book/show/98969.The_First_Circle,fiction,,,,,, -96649d32-c226-4b32-ab06-188f21a23d37,Desert,By Edward Abbey,https://learn-awesome.github.io/assets/book_covers/214614.jpg,book|https://www.goodreads.com/book/show/214614.Desert_Solitaire,non-fiction,,,,,, -6c6c3a74-998a-4af1-9bde-9fb757c9e424,Travels with Charley and Later Novels 1947–1962: The Wayward Bus / Burning Bright / Sweet Thursday / The Winter of Our Discontent / Travels with Charley in Search of America,By John Steinbeck,https://learn-awesome.github.io/assets/book_covers/56072.jpg,book|https://www.goodreads.com/book/show/56072.Travels_with_Charley_and_Later_Novels_1947_1962,library-of-america,,,,,, -9962b154-a436-4df8-85bb-ebe32eee89ea,The War of the End of the World,By Mario Vargas Llosa,https://learn-awesome.github.io/assets/book_covers/53925.jpg,book|https://www.goodreads.com/book/show/53925.The_War_of_the_End_of_the_World,fiction,,,,,, -3f376da9-58cf-4612-a88b-5021b05cced5,Paleis van verlangen,By Naguib Mahfouz,https://learn-awesome.github.io/assets/book_covers/16181649.jpg,book|https://www.goodreads.com/book/show/16181649-paleis-van-verlangen,fiction,,,,,, -97328f24-8f55-4a5b-bb98-018b4fc350be,Narcissus and Goldmund,By Hermann Hesse,https://learn-awesome.github.io/assets/book_covers/5954.jpg,book|https://www.goodreads.com/book/show/5954.Narcissus_and_Goldmund,fiction,,,,,, -0536665f-5317-4a3f-be4d-0d612d294984,The Myth of Sisyphus and Other Essays,By Albert Camus,https://learn-awesome.github.io/assets/book_covers/11987.jpg,book|https://www.goodreads.com/book/show/11987.The_Myth_of_Sisyphus_and_Other_Essays,philosophy,,,,,, -5f3ac00e-285e-461c-b59f-deed4c5634ad,Les Thibault I: Le Cahier Gris; Le Penitencier; La Belle Saison,By Roger Martin du Gard,https://learn-awesome.github.io/assets/book_covers/13646554.jpg,book|https://www.goodreads.com/book/show/13646554-les-thibault-i,french,,,,,, -b204df47-f482-4b99-ac4e-29631325f45c,The Slave,By Solomon Northup,https://learn-awesome.github.io/assets/book_covers/18478222.jpg,book|https://www.goodreads.com/book/show/18478222-twelve-years-a-slave,non-fiction,,,,,, -18c99196-98ac-472a-9a59-430d0d5bafac,Independent People,By Halldór Kiljan Laxness,https://learn-awesome.github.io/assets/book_covers/77287.jpg,book|https://www.goodreads.com/book/show/77287.Independent_People,fiction,,,,,, -b5e3781f-ffd4-4979-8be9-ab3c03f5d4d6,Hoe het groeide,By Knut Hamsun,https://learn-awesome.github.io/assets/book_covers/3214782.jpg,book|https://www.goodreads.com/book/show/3214782-hoe-het-groeide,fiction,,,,,, -cfda9e68-2181-4d4c-a768-e5ec0c74df54,Henri Bergson: Key Writings,By Henri Bergson,https://learn-awesome.github.io/assets/book_covers/115736.jpg,book|https://www.goodreads.com/book/show/115736.Henri_Bergson,philosophy,,,,,, -987cf351-6359-4b7d-8e79-42c3ca481973,"The Forsyte Saga (The Forsyte Chronicles, #1-3)",By John Galsworthy,https://learn-awesome.github.io/assets/book_covers/103159.jpg,book|https://www.goodreads.com/book/show/103159.The_Forsyte_Saga,classics,,,,,, -8fe9b44f-7811-4ef8-9374-592795e7e5aa,Wandering Star,By Romina Russell,https://learn-awesome.github.io/assets/book_covers/24930075.jpg,book|https://www.goodreads.com/book/show/24930075-wandering-star,young-adult,,,,,, -e701e597-c9a7-4031-9cbb-7f607136bc76,The Cave,By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/41811.jpg,book|https://www.goodreads.com/book/show/41811.The_Caves_of_Steel,science-fiction,,,,,, -6520a6be-0e60-46ec-80e9-cfed9b4d71f0,Buddenbrooks,By Thomas Mann,https://learn-awesome.github.io/assets/book_covers/80890.jpg,book|https://www.goodreads.com/book/show/80890.Buddenbrooks,classics,,,,,, -0ad0bd4c-c804-4562-bdcd-ee19db755309,Palace Walk,By Naguib Mahfouz,https://learn-awesome.github.io/assets/book_covers/762134.jpg,book|https://www.goodreads.com/book/show/762134.Palace_Walk,fiction,,,,,, -4f608dc6-ff33-4312-986d-376519855890,Quo Vadis,By Henryk Sienkiewicz,https://learn-awesome.github.io/assets/book_covers/538845.jpg,book|https://www.goodreads.com/book/show/538845.Quo_Vadis,classics,,,,,, -80e97f6a-8761-4920-a744-4c75690e951c,The Labyrinth of Solitude and Other Writings,By Octavio Paz,https://learn-awesome.github.io/assets/book_covers/11702.jpg,book|https://www.goodreads.com/book/show/11702.The_Labyrinth_of_Solitude_and_Other_Writings,non-fiction,,,,,, -7ecab888-c21e-4307-ba20-efd08db5cd73,The Progress of Love,By Alice Munro,https://learn-awesome.github.io/assets/book_covers/31659.jpg,book|https://www.goodreads.com/book/show/31659.The_Progress_of_Love,short-stories,,,,,, -5bdef316-3421-4c7a-87d7-3733f16fc51d,Carried Away: A Personal Selection of Stories,By Alice Munro,https://learn-awesome.github.io/assets/book_covers/14279.jpg,book|https://www.goodreads.com/book/show/14279.Carried_Away,short-stories,,,,,, -2375dc06-e8bb-47a2-b350-6f78f88ef7bf,A Clean Well Lighted Place,By Ernest Hemingway,https://learn-awesome.github.io/assets/book_covers/553930.jpg,book|https://www.goodreads.com/book/show/553930.A_Clean_Well_Lighted_Place,short-stories,,,,,, -50c5a124-b2fc-458f-a306-f3f5545764a6,The Magic Mountain,By Thomas Mann,https://learn-awesome.github.io/assets/book_covers/88077.jpg,book|https://www.goodreads.com/book/show/88077.The_Magic_Mountain,fiction,,,,,, -44a4867a-03a3-4aeb-bef7-43baea7f2268,Jean-Christophe,By Romain Rolland,https://learn-awesome.github.io/assets/book_covers/73322.jpg,book|https://www.goodreads.com/book/show/73322.Jean_Christophe_Vol_I,french,,,,,, -894b949a-d8f6-4cb4-a454-e250a127d901,Pavilion of Women,By Pearl S. Buck,https://learn-awesome.github.io/assets/book_covers/40776819.jpg,book|https://www.goodreads.com/book/show/40776819-pavilion-of-women,historical-fiction,,,,,, -2c749c82-4a1a-4c74-baea-277654a423a0,Strife,By Cate Tiernan,https://learn-awesome.github.io/assets/book_covers/775980.jpg,book|https://www.goodreads.com/book/show/775980.Strife,fantasy,,,,,, -a21dff3d-9b26-4df6-af2c-1fbe404d7156,Dance of the Happy Shades,By Alice Munro,https://learn-awesome.github.io/assets/book_covers/322662.jpg,book|https://www.goodreads.com/book/show/322662.Dance_of_the_Happy_Shades,short-stories,,,,,, -6d6d52eb-17bd-4752-b4f9-13d60147e761,The Remains of the Day,By Kazuo Ishiguro,https://learn-awesome.github.io/assets/book_covers/28921.jpg,book|https://www.goodreads.com/book/show/28921.The_Remains_of_the_Day,fiction,,,,,, -0fa084ea-0d72-48e0-9c05-fe57e508c84a,Demian. Die Geschichte von Emil Sinclairs Jugend,By Hermann Hesse,https://learn-awesome.github.io/assets/book_covers/24861.jpg,book|https://www.goodreads.com/book/show/24861.Demian_Die_Geschichte_von_Emil_Sinclairs_Jugend,fiction,,,,,, -2d655ed8-bdb4-454f-9a14-e6aa7e987cda,Steppenwolf,By Hermann Hesse,https://learn-awesome.github.io/assets/book_covers/16631.jpg,book|https://www.goodreads.com/book/show/16631.Steppenwolf,fiction,,,,,, -4205a8e0-fc63-4812-9bdc-001ce7892885,Accidental Death of an Anarchist,By Dario Fo,https://learn-awesome.github.io/assets/book_covers/72957.jpg,book|https://www.goodreads.com/book/show/72957.Accidental_Death_of_an_Anarchist,plays,,,,,, -353ca745-4d85-48db-93d2-7046c5424b15,Återstoden av dagen,By Kazuo Ishiguro,https://learn-awesome.github.io/assets/book_covers/18719853.jpg,book|https://www.goodreads.com/book/show/18719853-terstoden-av-dagen,fiction,,,,,, -64e47259-24b4-4209-947f-ac99cc95a940,In Praise of Reading and Fiction: The Nobel Lecture,By Mario Vargas Llosa,https://learn-awesome.github.io/assets/book_covers/11333069.jpg,book|https://www.goodreads.com/book/show/11333069-in-praise-of-reading-and-fiction,non-fiction,,,,,, -a9531696-3d19-4c04-869b-0903b3cb9309,Blindness,By José Saramago,https://learn-awesome.github.io/assets/book_covers/40495148.jpg,book|https://www.goodreads.com/book/show/40495148-blindness,fiction,,,,,, -2ac7bd95-86e4-4cfe-8f51-768e61b39030,La ciudad y los perros,By Mario Vargas Llosa,https://learn-awesome.github.io/assets/book_covers/60142.jpg,book|https://www.goodreads.com/book/show/60142.La_ciudad_y_los_perros,fiction,,,,,, -2093f2e1-4fc9-455f-9540-3013e666b3bc,The Waste Land,By T.S. Eliot,https://learn-awesome.github.io/assets/book_covers/34080.jpg,book|https://www.goodreads.com/book/show/34080.The_Waste_Land,poetry,,,,,, -71c55714-f62b-4d1f-8bbe-71385b5adf7f,The Glass Bead Game,By Hermann Hesse,https://learn-awesome.github.io/assets/book_covers/16634.jpg,book|https://www.goodreads.com/book/show/16634.The_Glass_Bead_Game,fiction,,,,,, -b185a399-d488-484a-88a4-51e057f55a81,Friend Of My Youth,By Alice Munro,https://learn-awesome.github.io/assets/book_covers/111152.jpg,book|https://www.goodreads.com/book/show/111152.Friend_of_My_Youth,short-stories,,,,,, -c1523b8a-e13d-4e80-9ed3-afe4ad48df0a,The Imaginary,By Matthew Dicks,https://learn-awesome.github.io/assets/book_covers/13538552.jpg,book|https://www.goodreads.com/book/show/13538552-memoirs-of-an-imaginary-friend,fiction,,,,,, -bd683078-8113-4c43-aca3-830f1f3c08b3,أولاد حارتنا,By Naguib Mahfouz,https://learn-awesome.github.io/assets/book_covers/2364284.jpg,book|https://www.goodreads.com/book/show/2364284._,fiction,,,,,, -8a93b4a5-79e2-4d2c-bf3b-66c92aa8deca,Just so Stories,By Rudyard Kipling,https://learn-awesome.github.io/assets/book_covers/34053.jpg,book|https://www.goodreads.com/book/show/34053.Just_So_Stories,classics,,,,,, -6b31c03a-1091-412a-bf8e-0a24fe873a93,"Sweet Thursday (Cannery Row, #2)",By John Steinbeck,https://learn-awesome.github.io/assets/book_covers/56077.jpg,book|https://www.goodreads.com/book/show/56077.Sweet_Thursday,fiction,,,,,, -4a68f244-03b1-4c81-a0d4-572919e48113,Something I've Been Meaning to Tell You: 13 Stories,By Alice Munro,https://learn-awesome.github.io/assets/book_covers/14283.jpg,book|https://www.goodreads.com/book/show/14283.Something_I_ve_Been_Meaning_to_Tell_You,short-stories,,,,,, -b40ffc9c-e21b-4329-886a-6defeba9e962,Matter and Memory,By Henri Bergson,https://learn-awesome.github.io/assets/book_covers/865540.jpg,book|https://www.goodreads.com/book/show/865540.Matter_and_Memory,philosophy,,,,,, -caae611e-31af-4fe5-bd48-34594984a800,Travels with Charley: In Search of America,By John Steinbeck,https://learn-awesome.github.io/assets/book_covers/5306.jpg,book|https://www.goodreads.com/book/show/5306.Travels_with_Charley,non-fiction,,,,,, -5e84f6e0-d9d8-4be2-a987-7a8347904dd7,Pan,By J.M. Barrie,https://learn-awesome.github.io/assets/book_covers/34268.jpg,book|https://www.goodreads.com/book/show/34268.Peter_Pan,classics,,,,,, -cfb9fd7f-0e57-4ab7-a62c-ffc13c595229,Doctor Faustus,By Thomas Mann,https://learn-awesome.github.io/assets/book_covers/34440.jpg,book|https://www.goodreads.com/book/show/34440.Doctor_Faustus,fiction,,,,,, -d6fbf0bb-0f73-4427-a761-768c0fdbf0dd,Old Possum's Book of Practical Cats,By T.S. Eliot,https://learn-awesome.github.io/assets/book_covers/402128.jpg,book|https://www.goodreads.com/book/show/402128.Old_Possum_s_Book_of_Practical_Cats,poetry,,,,,, -281132cd-c03f-4d83-bae5-3fb44d922240,Open Secrets,By Alice Munro,https://learn-awesome.github.io/assets/book_covers/14286.jpg,book|https://www.goodreads.com/book/show/14286.Open_Secrets,short-stories,,,,,, -77e8dc18-3f90-47a2-ab83-b6a6c078237d,The History of Western Philosophy,By Bertrand Russell,https://learn-awesome.github.io/assets/book_covers/243685.jpg,book|https://www.goodreads.com/book/show/243685.A_History_of_Western_Philosophy,philosophy,,,,,, -a713e7bb-f157-4a45-b34f-5745d6adecc8,Long Day's Journey into Night,By Eugene O'Neill,https://learn-awesome.github.io/assets/book_covers/12083.jpg,book|https://www.goodreads.com/book/show/12083.Long_Day_s_Journey_into_Night,plays,,,,,, -f0d8bd15-4ae4-4d9a-b3f1-2d8d1c2f8834,Mysteriën,By Knut Hamsun,https://learn-awesome.github.io/assets/book_covers/17440398.jpg,book|https://www.goodreads.com/book/show/17440398-hunger-mysterien,fiction,,,,,, -814b21b0-7b2e-4f51-8fb1-a2ac9c1768ab,Caligula,By Albert Camus,https://learn-awesome.github.io/assets/book_covers/15698.jpg,book|https://www.goodreads.com/book/show/15698.Caligula,plays,,,,,, -10601767-1cc8-4df6-b109-38664d5e1e69,Antología poética,By Antonio Machado,https://learn-awesome.github.io/assets/book_covers/1601930.jpg,book|https://www.goodreads.com/book/show/1601930.Antolog_a_Po_tica,poetry,,,,,, -f920ac54-3ae2-4929-9220-a1a740932889,One Hundred Years of Solitude,By Gabriel García Márquez,https://learn-awesome.github.io/assets/book_covers/320.jpg,book|https://www.goodreads.com/book/show/320.One_Hundred_Years_of_Solitude,fiction,,,,,, -ea840cfa-708e-47ed-a27b-ff64e7d65b3d,The Book of Questions,By Pablo Neruda,https://learn-awesome.github.io/assets/book_covers/23183.jpg,book|https://www.goodreads.com/book/show/23183.The_Book_of_Questions,poetry,,,,,, -6fd9f19b-6b15-49df-bfd4-4e4eec2d3dc7,"A Summer of Faulkner: As I Lay Dying, The Sound and the Fury, Light in August",By William Faulkner,https://learn-awesome.github.io/assets/book_covers/5200.jpg,book|https://www.goodreads.com/book/show/5200.A_Summer_of_Faulkner,classics,,,,,, -a3d5dee1-909e-4072-9b08-57c4d7bafb7e,The Stories of Heinrich Böll,By Heinrich Böll,https://learn-awesome.github.io/assets/book_covers/69881.jpg,book|https://www.goodreads.com/book/show/69881.The_Stories_of_Heinrich_B_ll,short-stories,,,,,, -9797eb98-64f8-4cc6-8331-bbada93d7fdd,And Quiet Flows the Don,By Mikhail Sholokhov,https://learn-awesome.github.io/assets/book_covers/78024.jpg,book|https://www.goodreads.com/book/show/78024.And_Quiet_Flows_the_Don,fiction,,,,,, -c8d2eaae-29d0-44c3-a10d-1b6114114227,"Hateship, Friendship, Courtship, Loveship, Marriage: Stories",By Alice Munro,https://learn-awesome.github.io/assets/book_covers/111126.jpg,book|https://www.goodreads.com/book/show/111126.Hateship_Friendship_Courtship_Loveship_Marriage,short-stories,,,,,, -dfec5b82-610e-4572-8da2-c7346fe8df80,The Pastures of Heaven,By John Steinbeck,https://learn-awesome.github.io/assets/book_covers/186369.jpg,book|https://www.goodreads.com/book/show/186369.The_Pastures_of_Heaven,fiction,,,,,, -4e4fb7f4-0862-42de-b879-1b28ca939a41,The Wonderful Adventures of Nils,By Selma Lagerlöf,https://learn-awesome.github.io/assets/book_covers/771287.jpg,book|https://www.goodreads.com/book/show/771287.The_Wonderful_Adventures_of_Nils,classics,,,,,, -df8ab255-5d90-4c67-aaa2-7acc57d21710,A Moveable Feast,By Ernest Hemingway,https://learn-awesome.github.io/assets/book_covers/4631.jpg,book|https://www.goodreads.com/book/show/4631.A_Moveable_Feast,classics,,,,,, -d372c3fa-026d-4047-a612-f8d9800c6953,Song of Solomon,By Toni Morrison,https://learn-awesome.github.io/assets/book_covers/11334.jpg,book|https://www.goodreads.com/book/show/11334.Song_of_Solomon,fiction,,,,,, -1ec174e1-f2e0-4534-bcb3-ce37f7b9f914,Doctor Zhivago,By Boris Pasternak,https://learn-awesome.github.io/assets/book_covers/130440.jpg,book|https://www.goodreads.com/book/show/130440.Doctor_Zhivago,classics,,,,,, -cb6aef17-e4c2-43af-b194-d4ee698453e0,Cannery Row,By John Steinbeck,https://learn-awesome.github.io/assets/book_covers/4799.jpg,book|https://www.goodreads.com/book/show/4799.Cannery_Row,classics,,,,,, -2e4a7251-4935-4b01-8510-d2cfd8ac622c,The Love of a Good Woman,By Alice Munro,https://learn-awesome.github.io/assets/book_covers/111151.jpg,book|https://www.goodreads.com/book/show/111151.The_Love_of_a_Good_Woman,short-stories,,,,,, -f4c43863-04bb-4822-9479-ad805fd12853,A Moon for the Misbegotten,By Eugene O'Neill,https://learn-awesome.github.io/assets/book_covers/150144.jpg,book|https://www.goodreads.com/book/show/150144.A_Moon_for_the_Misbegotten,plays,,,,,, -0fb60a75-5fdf-4f3e-bb0b-e3ac9836dae3,De weg van een man,By Nicholas Sparks,https://learn-awesome.github.io/assets/book_covers/43417407.jpg,book|https://www.goodreads.com/book/show/43417407-de-ontmoeting,nicholas-sparks,,,,,, -09209959-d357-46ff-9624-ecf9a765de22,The Jungle Books,By Rudyard Kipling,https://learn-awesome.github.io/assets/book_covers/41684.jpg,book|https://www.goodreads.com/book/show/41684.The_Jungle_Books,classics,,,,,, -4a9f3ab6-0c5e-4f98-b712-bfd73a3dc003,The Clown,By Heinrich Böll,https://learn-awesome.github.io/assets/book_covers/69091.jpg,book|https://www.goodreads.com/book/show/69091.The_Clown,fiction,,,,,, -9d1b6903-2d48-40c3-b7bc-24da831e6b0b,The Creative Mind,By Henri Bergson,https://learn-awesome.github.io/assets/book_covers/208057.jpg,book|https://www.goodreads.com/book/show/208057.The_Creative_Mind,philosophy,,,,,, -d5e00b5b-8bab-4546-863f-4b9c68595eec,The Late Mattia Pascal,By Luigi Pirandello,https://learn-awesome.github.io/assets/book_covers/12116.jpg,book|https://www.goodreads.com/book/show/12116.The_Late_Mattia_Pascal,classics,,,,,, -bc97ec5e-e39c-4da8-827f-74845f0b242c,Siddhartha,By Hermann Hesse,https://learn-awesome.github.io/assets/book_covers/52036.jpg,book|https://www.goodreads.com/book/show/52036.Siddhartha,classics,,,,,, -8a9cb618-c524-47ec-b30f-3befe4125cac,The Thief and the Dogs,By Naguib Mahfouz,https://learn-awesome.github.io/assets/book_covers/96560.jpg,book|https://www.goodreads.com/book/show/96560.The_Beggar_The_Thief_and_the_Dogs_Autumn_Quail,fiction,,,,,, -d2f94685-73d7-4119-9e3f-aacbfea108a5,War,By Max Brooks,https://learn-awesome.github.io/assets/book_covers/8908.jpg,book|https://www.goodreads.com/book/show/8908.World_War_Z,horror,,,,,, -b37f4d92-353c-425a-abbf-77080901ff6a,The Bluest Eye,By Toni Morrison,https://learn-awesome.github.io/assets/book_covers/11337.jpg,book|https://www.goodreads.com/book/show/11337.The_Bluest_Eye,fiction,,,,,, -75d41450-919e-4fa2-8c68-5b1192132904,East Wind: West Wind,By Pearl S. Buck,https://learn-awesome.github.io/assets/book_covers/14648.jpg,book|https://www.goodreads.com/book/show/14648.East_Wind,fiction,,,,,, -331be4ef-105f-4a09-af06-c69ba5088ca1,The Sibyl,By Pär Lagerkvist,https://learn-awesome.github.io/assets/book_covers/405987.jpg,book|https://www.goodreads.com/book/show/405987.The_Sibyl,fiction,,,,,, -3eed0f9a-1787-4629-ae32-7eb085fa8b7b,Palm-of-the-Hand Stories,By Yasunari Kawabata,https://learn-awesome.github.io/assets/book_covers/14031.jpg,book|https://www.goodreads.com/book/show/14031.Palm_of_the_Hand_Stories,fiction,,,,,, -47427016-69c1-48fb-92aa-05e0405c9772,Time and Free Will: An Essay on the Immediate Data of Consciousness,By Frank Lubecki Pogson Henri Bergson,,book|https://www.goodreads.com/book/show/12183299-time-and-free-will,psychology,,,,,, -28670373-3111-4227-81dc-9e9c871def8b,The Possessed,By Flora Rheta Schreiber,https://learn-awesome.github.io/assets/book_covers/67920.jpg,book|https://www.goodreads.com/book/show/67920.Sybil,non-fiction,,,,,, -a1f6badc-c795-406d-bd9e-7205557aa4ae,Salka Valka,By Halldór Kiljan Laxness,https://learn-awesome.github.io/assets/book_covers/150473.jpg,book|https://www.goodreads.com/book/show/150473.Salka_Valka,fiction,,,,,, -bdc9edd8-e559-4a69-a254-b05692e5421a,Death with Interruptions,By José Saramago,https://learn-awesome.github.io/assets/book_covers/3018539.jpg,book|https://www.goodreads.com/book/show/3018539-death-with-interruptions,fiction,,,,,, -192ea8a4-61eb-4076-828f-2bd6c1754b76,Omeros,By Derek Walcott,https://learn-awesome.github.io/assets/book_covers/786699.jpg,book|https://www.goodreads.com/book/show/786699.Omeros,poetry,,,,,, -d244ca6f-9bb1-4138-b7d3-def9549ac6e7,Lives of Girls and Women,By Alice Munro,https://learn-awesome.github.io/assets/book_covers/14285.jpg,book|https://www.goodreads.com/book/show/14285.Lives_of_Girls_and_Women,fiction,,,,,, -35120b34-47e6-4db6-b134-b248d3bb4b91,Elmer Gantry,By Sinclair Lewis,https://learn-awesome.github.io/assets/book_covers/11378.jpg,book|https://www.goodreads.com/book/show/11378.Elmer_Gantry,fiction,,,,,, -39823ed0-f9b4-4749-8010-97eee41ee07e,Mourning Becomes Electra,By Eugene O'Neill,https://learn-awesome.github.io/assets/book_covers/212896.jpg,book|https://www.goodreads.com/book/show/212896.Mourning_Becomes_Electra,plays,,,,,, -0e976a91-354b-4113-96ff-52336db870d2,The Good Earth ,By Pearl S. Buck,https://learn-awesome.github.io/assets/book_covers/1078.jpg,book|https://www.goodreads.com/book/show/1078.The_Good_Earth,classics,,,,,, -eec06d43-fac8-4ece-9df9-08ad55a42b2a,The Rebel,By Alwyn Hamilton,https://learn-awesome.github.io/assets/book_covers/24934065.jpg,book|https://www.goodreads.com/book/show/24934065-rebel-of-the-sands,fantasy,,,,,, -69011322-8caf-47dc-9076-54101e84ce40,The Plague,By Albert Camus,https://learn-awesome.github.io/assets/book_covers/11989.jpg,book|https://www.goodreads.com/book/show/11989.The_Plague,fiction,,,,,, -4fc0539c-9d52-400d-a5c6-0234eb1d3757,Of Love and Other Demons,By Gabriel García Márquez,https://learn-awesome.github.io/assets/book_covers/23876.jpg,book|https://www.goodreads.com/book/show/23876.Of_Love_and_Other_Demons,fiction,,,,,, -6fc459e1-d9d8-4a6d-9757-f73a6932129c,De jaren des onderscheids,By Jean-Paul Sartre,https://learn-awesome.github.io/assets/book_covers/12996244.jpg,book|https://www.goodreads.com/book/show/12996244-de-jaren-des-onderscheids,philosophy,,,,,, -b6730143-5e31-46fe-8cfc-1a14f802c942,The Stranger,By Albert Camus,https://learn-awesome.github.io/assets/book_covers/49552.jpg,book|https://www.goodreads.com/book/show/49552.The_Stranger,classics,,,,,, -fe2d55b3-4223-490c-87aa-0821a1aeb07d,Runaway,By John Grisham,https://learn-awesome.github.io/assets/book_covers/24192.jpg,book|https://www.goodreads.com/book/show/24192.The_Runaway_Jury,fiction,,,,,, -372117b1-fdd2-4383-906b-d7809b5b7e5c,De heer Cevdet en zonen,By Orhan Pamuk,https://learn-awesome.github.io/assets/book_covers/13182130.jpg,book|https://www.goodreads.com/book/show/13182130-de-heer-cevdet-en-zonen,turkish-literature,,,,,, -388edf95-5b49-4b5e-ac06-c113387934f6,For Whom the Bell Tolls,By Ernest Hemingway,https://learn-awesome.github.io/assets/book_covers/46170.jpg,book|https://www.goodreads.com/book/show/46170.For_Whom_the_Bell_Tolls,classics,,,,,, -4def3799-f72a-4485-867f-b9138d1f0df3,"Absalom, Absalom!",By William Faulkner,https://learn-awesome.github.io/assets/book_covers/373755.jpg,book|https://www.goodreads.com/book/show/373755.Absalom_Absalom_,classics,,,,,, -b821cb17-a602-4df4-b556-4221458b3709,Chronicle of a Death Foretold,By Gabriel García Márquez,https://learn-awesome.github.io/assets/book_covers/23878.jpg,book|https://www.goodreads.com/book/show/23878.Chronicle_of_a_Death_Foretold,fiction,,,,,, -70de3ccc-f69d-46e6-8aa9-2908693931a0,The Tin Drum,By Günter Grass,https://learn-awesome.github.io/assets/book_covers/35743.jpg,book|https://www.goodreads.com/book/show/35743.The_Tin_Drum,fiction,,,,,, -d8ed3705-52e7-4fa7-babb-e8e1121b8009,The Grapes of Wrath,By John Steinbeck,https://learn-awesome.github.io/assets/book_covers/18114322.jpg,book|https://www.goodreads.com/book/show/18114322-the-grapes-of-wrath,classics,,,,,, -e5652833-a14d-44e0-b41d-0ca7a69521dd,One Day in the Life of Ivan Denisovich,By Aleksandr Solzhenitsyn,https://learn-awesome.github.io/assets/book_covers/17125.jpg,book|https://www.goodreads.com/book/show/17125.One_Day_in_the_Life_of_Ivan_Denisovich,fiction,,,,,, -3e22efd2-fdcd-4af0-bf1e-b3690ea24b2c,The Iceman Cometh,By Eugene O'Neill,https://learn-awesome.github.io/assets/book_covers/111734.jpg,book|https://www.goodreads.com/book/show/111734.The_Iceman_Cometh,plays,,,,,, -e6fb43f4-ec79-491d-ba1e-3292dac17cce,The Tree of Man,By Patrick White,https://learn-awesome.github.io/assets/book_covers/561413.jpg,book|https://www.goodreads.com/book/show/561413.The_Tree_Of_Man,fiction,,,,,, -de3c18c6-e8ae-4c10-a9a8-88c51b7a5425,Six Feet of the Country,By Nadine Gordimer,https://learn-awesome.github.io/assets/book_covers/96335.jpg,book|https://www.goodreads.com/book/show/96335.Six_Feet_of_the_Country,short-stories,,,,,, -ace1c5b3-1d91-4c4c-83c7-ed53b64ff8c9,Group Portrait With Lady,By Heinrich Böll,https://learn-awesome.github.io/assets/book_covers/27558.jpg,book|https://www.goodreads.com/book/show/27558.Group_Portrait_with_Lady,fiction,,,,,, -583ec47f-3a18-404e-956f-d852b43df111,Light in August,By William Faulkner,https://learn-awesome.github.io/assets/book_covers/10979.jpg,book|https://www.goodreads.com/book/show/10979.Light_in_August,fiction,,,,,, -19fc7e86-9dd9-4709-a5cc-655655f3a9c7,Six Characters in Search of an Author and Other Plays,By Luigi Pirandello,https://learn-awesome.github.io/assets/book_covers/12113.jpg,book|https://www.goodreads.com/book/show/12113.Six_Characters_in_Search_of_an_Author_and_Other_Plays,plays,,,,,, -0f619801-9e57-443a-b0bb-bc88f8b0d46e,The French Lieutenant's Woman: The Screenplay,By Harold Pinter,https://learn-awesome.github.io/assets/book_covers/197792.jpg,book|https://www.goodreads.com/book/show/197792.The_French_Lieutenant_s_Woman,fiction,,,,,, -2da562f4-41d3-4158-b602-ae2e38d6e902,Waiting for the Barbarians,By J.M. Coetzee,https://learn-awesome.github.io/assets/book_covers/6194.jpg,book|https://www.goodreads.com/book/show/6194.Waiting_for_the_Barbarians,fiction,,,,,, -8931b2e5-6861-42c9-a48e-7ebea81d6872,Nausea,By Jean-Paul Sartre,https://learn-awesome.github.io/assets/book_covers/298275.jpg,book|https://www.goodreads.com/book/show/298275.Nausea,philosophy,,,,,, -f1387c2c-8f9a-4b88-aea9-56e9e467ced6,The Burial at Thebes: A Version of Sophocles' Antigone,By Seamus Heaney,https://learn-awesome.github.io/assets/book_covers/130405.jpg,book|https://www.goodreads.com/book/show/130405.The_Burial_at_Thebes,poetry,,,,,, -23ac4c14-f6a7-4fb4-9889-8d2bf700fcd9,Aunt Julia And The Scriptwriter,By Mario Vargas Llosa,https://learn-awesome.github.io/assets/book_covers/77298.jpg,book|https://www.goodreads.com/book/show/77298.Aunt_Julia_and_the_Scriptwriter,fiction,,,,,, -741c7a4f-9e30-46cc-968f-2d39b731afab,The Sound of the Mountain,By Yasunari Kawabata,https://learn-awesome.github.io/assets/book_covers/59950.jpg,book|https://www.goodreads.com/book/show/59950.The_Sound_of_the_Mountain,fiction,,,,,, -e355b15f-af8b-4512-8d36-2beec80d1a48,The Moons of Jupiter,By Alice Munro,https://learn-awesome.github.io/assets/book_covers/25322.jpg,book|https://www.goodreads.com/book/show/25322.The_Moons_of_Jupiter,short-stories,,,,,, -c1f2d33e-cea1-43cd-b9bb-5eead9b4647a,A History of Rome,By Livy,https://learn-awesome.github.io/assets/book_covers/68542.jpg,book|https://www.goodreads.com/book/show/68542.The_History_of_Rome_Books_1_5,history,,,,,, -65b3b00a-33cf-4109-88b6-01910a587904,De ring gesloten,By Knut Hamsun,https://learn-awesome.github.io/assets/book_covers/16093525.jpg,book|https://www.goodreads.com/book/show/16093525-de-ring-gesloten,fiction,,,,,, -a614dab8-6d56-4ee8-a63a-4fe121a9f30c,Aké: The Years of Childhood,By Wole Soyinka,https://learn-awesome.github.io/assets/book_covers/2567.jpg,book|https://www.goodreads.com/book/show/2567.Ak_,africa,,,,,, -5e88564d-4db3-4c8a-8f41-0a59f4b09d19,The Fall,By Lauren Oliver,https://learn-awesome.github.io/assets/book_covers/6482837.jpg,book|https://www.goodreads.com/book/show/6482837-before-i-fall,young-adult,,,,,, -8e7ceb03-e470-4523-8dc3-9a2e9ae905f8,Baltasar and Blimunda,By José Saramago,https://learn-awesome.github.io/assets/book_covers/2530.jpg,book|https://www.goodreads.com/book/show/2530.Baltasar_and_Blimunda,fiction,,,,,, -7eac54d0-dd65-47f0-8a61-0b8af14340d2,Aniara: katsaus ihmiseen ajassa ja tilassa,By Harry Martinson,https://learn-awesome.github.io/assets/book_covers/16284503.jpg,book|https://www.goodreads.com/book/show/16284503-aniara,poetry,,,,,, -d265fcec-9693-455e-a8d5-49daf3c588a2,The Life of Arseniev: Youth,By Ivan Bunin,https://learn-awesome.github.io/assets/book_covers/1186953.jpg,book|https://www.goodreads.com/book/show/1186953.The_Life_of_Arseniev,russian,,,,,, -21dd37c2-9307-45f2-97f0-4f6590d741d0,Love in the Time of Cholera,By Gabriel García Márquez,https://learn-awesome.github.io/assets/book_covers/9712.jpg,book|https://www.goodreads.com/book/show/9712.Love_in_the_Time_of_Cholera,fiction,,,,,, -f4a37057-c812-4d3c-852d-dd0c05fc2191,Pygmalion,By George Bernard Shaw,https://learn-awesome.github.io/assets/book_covers/7714.jpg,book|https://www.goodreads.com/book/show/7714.Pygmalion,classics,,,,,, -005735e2-8c8b-4f78-ab46-152c33f10961,Happy Days,By Samuel Beckett,https://learn-awesome.github.io/assets/book_covers/104608.jpg,book|https://www.goodreads.com/book/show/104608.Happy_Days,plays,,,,,, -9c7cb0d4-78da-4ac6-a6ab-dd992dc4e759,Death in Venice and Other Tales,By Thomas Mann,https://learn-awesome.github.io/assets/book_covers/53064.jpg,book|https://www.goodreads.com/book/show/53064.Death_in_Venice_and_Other_Tales,fiction,,,,,, -e0f59fd3-8914-46e8-bb23-14e2dcf93e43,All the Names,By José Saramago,https://learn-awesome.github.io/assets/book_covers/2528.jpg,book|https://www.goodreads.com/book/show/2528.All_the_Names,fiction,,,,,, -72e50526-f180-467d-a7ed-abda557cb0fe,Puck of Pook's Hill,By Rudyard Kipling,https://learn-awesome.github.io/assets/book_covers/571197.jpg,book|https://www.goodreads.com/book/show/571197.Puck_of_Pook_s_Hill,fantasy,,,,,, -7894a9d9-2ba2-4ec5-a145-00ab3f88f46a,Captains Courageous,By Rudyard Kipling,https://learn-awesome.github.io/assets/book_covers/34057.jpg,book|https://www.goodreads.com/book/show/34057.Captains_Courageous,classics,,,,,, -d95d77ff-2673-409e-a63b-6af4482ba690,Man and Superman,By George Bernard Shaw,https://learn-awesome.github.io/assets/book_covers/364284.jpg,book|https://www.goodreads.com/book/show/364284.Man_and_Superman,plays,,,,,, -39fc4fda-d2fe-43e8-ba82-b5d2b3584e63,A Personal Matter,By Kenzaburō Ōe,https://learn-awesome.github.io/assets/book_covers/25191.jpg,book|https://www.goodreads.com/book/show/25191.A_Personal_Matter,fiction,,,,,, -cc8cb617-5b4a-4e03-9783-cb0dcb571ddc,Snows of Kilimanjaro and Other Stories,By Ernest Hemingway,https://learn-awesome.github.io/assets/book_covers/4645.jpg,book|https://www.goodreads.com/book/show/4645.The_Snows_of_Kilimanjaro_and_Other_Stories,fiction,,,,,, -edae1b4d-6e12-4dac-b6ea-55f2ee6a1133,Iceland's Bell,By Halldór Kiljan Laxness,https://learn-awesome.github.io/assets/book_covers/14267.jpg,book|https://www.goodreads.com/book/show/14267.Iceland_s_Bell,fiction,,,,,, -2173ab98-3161-41f0-9435-5f4d077c96ac,No One Writes to the Colonel and Other Stories,By Gabriel García Márquez,https://learn-awesome.github.io/assets/book_covers/23885.jpg,book|https://www.goodreads.com/book/show/23885.No_One_Writes_to_the_Colonel_and_Other_Stories,fiction,,,,,, -af7c74b3-0b84-430b-a4b1-eec807a602f9,The Sound and the Fury,By William Faulkner,https://learn-awesome.github.io/assets/book_covers/10975.jpg,book|https://www.goodreads.com/book/show/10975.The_Sound_and_the_Fury,classics,,,,,, -b7d6db1d-688c-41eb-8b52-130b7de3965f,Beauty and Sadness,By Yasunari Kawabata,https://learn-awesome.github.io/assets/book_covers/14029.jpg,book|https://www.goodreads.com/book/show/14029.Beauty_and_Sadness,japan,,,,,, -b7c7d58d-088c-4f52-8d25-4ffc91c6f976,Back to Methuselah,By George Bernard Shaw,https://learn-awesome.github.io/assets/book_covers/546372.jpg,book|https://www.goodreads.com/book/show/546372.Back_to_Methuselah,plays,,,,,, -f343e1f4-77da-408a-909b-d61acd25fba5,Arms and the Man,By George Bernard Shaw,https://learn-awesome.github.io/assets/book_covers/383018.jpg,book|https://www.goodreads.com/book/show/383018.Arms_and_the_Man,plays,,,,,, -3a0b5900-a7d9-40c2-b63c-470760cf9549,The President,By Bill Clinton,https://learn-awesome.github.io/assets/book_covers/35097255.jpg,book|https://www.goodreads.com/book/show/35097255-the-president-is-missing,fiction,,,,,, -7c62803a-916b-4e1d-9223-5cd0413d8744,The Adventures of Augie March,By Saul Bellow,https://learn-awesome.github.io/assets/book_covers/11908.jpg,book|https://www.goodreads.com/book/show/11908.The_Adventures_of_Augie_March,fiction,,,,,, -b25053ab-a54c-43c1-a1e3-15841f569013,"J. M. Coetzee, Life & Times of Michael K",By J.M. Coetzee,https://learn-awesome.github.io/assets/book_covers/6193.jpg,book|https://www.goodreads.com/book/show/6193.Life_and_Times_of_Michael_K,fiction,,,,,, -d224e529-35bc-4ccf-814b-51d28216578f,The Master of Go,By Yasunari Kawabata,https://learn-awesome.github.io/assets/book_covers/13752.jpg,book|https://www.goodreads.com/book/show/13752.The_Master_of_Go,fiction,,,,,, -9060a4e7-a866-4474-9f1b-c125c826856b,The Silent Cry,By Kenzaburō Ōe,https://learn-awesome.github.io/assets/book_covers/25193.jpg,book|https://www.goodreads.com/book/show/25193.The_Silent_Cry,japan,,,,,, -6842bd98-30ca-489e-a3d6-6e630923fa76,My Name Is Red,By Orhan Pamuk,https://learn-awesome.github.io/assets/book_covers/2517.jpg,book|https://www.goodreads.com/book/show/2517.My_Name_Is_Red,fiction,,,,,, -53ab6e27-31bc-453b-9015-fa41d3a0b2ae,Disgrace,By J.M. Coetzee,https://learn-awesome.github.io/assets/book_covers/6192.jpg,book|https://www.goodreads.com/book/show/6192.Disgrace,fiction,,,,,, -c6a64423-585a-47e1-a147-06e3571647cb,The Marriage Feast,By Pär Lagerkvist,https://learn-awesome.github.io/assets/book_covers/154477.jpg,book|https://www.goodreads.com/book/show/154477.The_Marriage_Feast,short-stories,,,,,, -25f55393-b01a-4a3c-8bbf-ea92f1d079be,Endgame,By Samuel Beckett,https://learn-awesome.github.io/assets/book_covers/12287.jpg,book|https://www.goodreads.com/book/show/12287.Endgame,plays,,,,,, -a37e6fd2-0dfc-4ae6-a23c-f6d1d38710f9,"Waiting for Godot: A Tragicomedy in Two Acts (Beckett, Samuel)",By Samuel Beckett,https://learn-awesome.github.io/assets/book_covers/17716._SX98_.jpg,book|https://www.goodreads.com/book/show/17716.Waiting_for_Godot,plays,,,,,, -54dd0420-8377-4627-a935-c3855249dd71,Barabbas,By Pär Lagerkvist,https://learn-awesome.github.io/assets/book_covers/12890.jpg,book|https://www.goodreads.com/book/show/12890.Barabbas,fiction,,,,,, -c2165814-6b51-45c2-97b0-8e65d36310cd,The Acts of King Arthur and His Noble Knights,By John Steinbeck,https://learn-awesome.github.io/assets/book_covers/93282.jpg,book|https://www.goodreads.com/book/show/93282.The_Acts_of_King_Arthur_and_His_Noble_Knights,fantasy,,,,,, -a61a3d08-5d27-4df7-87f1-9512580f1771,The Grass Is Singing,By Doris Lessing,https://learn-awesome.github.io/assets/book_covers/130115.jpg,book|https://www.goodreads.com/book/show/130115.The_Grass_is_Singing,fiction,,,,,, -4d2b57ec-f2eb-4277-8530-032e3fa9452f,Anna Svärd,By Selma Lagerlöf,https://learn-awesome.github.io/assets/book_covers/6303980.jpg,book|https://www.goodreads.com/book/show/6303980-anna-sv-rd,classics,,,,,, -a7c6358e-a50a-47f4-bf84-a7b7aa32cd17,Les Faux-monnayeurs,By Michael Tilby,,book|https://www.goodreads.com/book/show/5471031-gide-les-faux-monnayeurs,romans,,,,,, -4f8ddde6-f726-4249-934d-b4b4c51a5422,The Dwarf,By Pär Lagerkvist,https://learn-awesome.github.io/assets/book_covers/214805.jpg,book|https://www.goodreads.com/book/show/214805.The_Dwarf,fiction,,,,,, -a78062e7-ff73-4fee-b5b3-4c55e1ae5468,The Sun Also Rises (Scribner Classics),By Ernest Hemingway,https://learn-awesome.github.io/assets/book_covers/3876.jpg,book|https://www.goodreads.com/book/show/3876.The_Sun_Also_Rises,classics,,,,,, -774afff6-cfcc-432b-a37e-a893a1291bfc,Too Much Happiness,By Alice Munro,https://learn-awesome.github.io/assets/book_covers/6464937.jpg,book|https://www.goodreads.com/book/show/6464937-too-much-happiness,short-stories,,,,,, -c8e825b1-96fa-4f58-8669-6de3a39d8693,The Appointment,By John O'Hara,https://learn-awesome.github.io/assets/book_covers/126583.jpg,book|https://www.goodreads.com/book/show/126583.Appointment_in_Samarra,fiction,,,,,, -86bef405-e063-4f4f-a23f-1076fc9fdaca,De gelukkige krijgers,By Halldór Kiljan Laxness,https://learn-awesome.github.io/assets/book_covers/13418749.jpg,book|https://www.goodreads.com/book/show/13418749-de-gelukkige-krijgers,iceland,,,,,, -d5e562b6-6acd-495a-b8c6-24a9db2b521b,The Home and the World,By Rabindranath Tagore,https://learn-awesome.github.io/assets/book_covers/174216.jpg,book|https://www.goodreads.com/book/show/174216.The_Home_and_the_World,fiction,,,,,, -7e839053-c7c6-4924-a4b4-8792f5d10052,Never Let Me Go,By Kazuo Ishiguro,https://learn-awesome.github.io/assets/book_covers/6334.jpg,book|https://www.goodreads.com/book/show/6334.Never_Let_Me_Go,fiction,,,,,, -88d3cfec-52ed-4cd9-9c4d-80ed2f90a285,Arrowsmith,By Sinclair Lewis,https://learn-awesome.github.io/assets/book_covers/11389.jpg,book|https://www.goodreads.com/book/show/11389.Arrowsmith,fiction,,,,,, -492d9e0c-f3fd-4909-9f3e-8b24e5d3ad54,Beloved,By Toni Morrison,https://learn-awesome.github.io/assets/book_covers/6149.jpg,book|https://www.goodreads.com/book/show/6149.Beloved,fiction,,,,,, -b6e750f5-3448-4029-a376-213087e80132,"Nip The Buds, Shoot The Kids",By Kenzaburō Ōe,https://learn-awesome.github.io/assets/book_covers/501635.jpg,book|https://www.goodreads.com/book/show/501635.Nip_the_Buds_Shoot_the_Kids,fiction,,,,,, -74d12828-db6e-4e9a-811a-4fdc8d84cbea,Rewards and Fairies,By Rudyard Kipling,https://learn-awesome.github.io/assets/book_covers/1496343.jpg,book|https://www.goodreads.com/book/show/1496343.Rewards_and_Fairies,fantasy,,,,,, -edef682c-645f-4d8a-a3b2-d6a9ec0fb03a,A Farewell to Arms,By Ernest Hemingway,https://learn-awesome.github.io/assets/book_covers/10799.jpg,book|https://www.goodreads.com/book/show/10799.A_Farewell_to_Arms,classics,,,,,, -fc6d58db-3db1-4223-b9ba-768f4bf860e6,Jazz,By Toni Morrison,https://learn-awesome.github.io/assets/book_covers/37398.jpg,book|https://www.goodreads.com/book/show/37398.Jazz,fiction,,,,,, -13bdae7a-1c1a-481b-b929-2bdd84f2f8d7,Ida Elisabeth,By Sigrid Undset,https://learn-awesome.github.io/assets/book_covers/12588051.jpg,book|https://www.goodreads.com/book/show/12588051-ida-elisabeth,fiction,,,,,, -83af6414-c9b7-47e4-a0c6-0e619a0c16f3,Het stenen vlot,By José Saramago,https://learn-awesome.github.io/assets/book_covers/6192800.jpg,book|https://www.goodreads.com/book/show/6192800-het-stenen-vlot,fiction,,,,,, -16ca8176-df30-411d-bc9a-6f24d255ceb5,Saint Joan,By George Bernard Shaw,https://learn-awesome.github.io/assets/book_covers/12274.jpg,book|https://www.goodreads.com/book/show/12274.Saint_Joan,plays,,,,,, -ac0f62d8-5d33-4972-8050-d794a04a8545,Boyhood: Scenes from Provincial Life,By J.M. Coetzee,https://learn-awesome.github.io/assets/book_covers/6198.jpg,book|https://www.goodreads.com/book/show/6198.Boyhood,fiction,,,,,, -c21ac012-9683-415e-b0b5-5c2560eb0732,Henderson the Rain King,By Saul Bellow,https://learn-awesome.github.io/assets/book_covers/52783.jpg,book|https://www.goodreads.com/book/show/52783.Henderson_the_Rain_King,fiction,,,,,, -f20c46bf-92c3-4b4c-9ee7-7ef126870e08,Herzog,By Saul Bellow,https://learn-awesome.github.io/assets/book_covers/6551.jpg,book|https://www.goodreads.com/book/show/6551.Herzog,fiction,,,,,, -469ed2d7-8a7e-4b31-b1ae-34020f27d107,The Prospector,By J.M.G. Le Clézio,https://learn-awesome.github.io/assets/book_covers/5950122.jpg,book|https://www.goodreads.com/book/show/5950122-the-prospector,fiction,,,,,, -631371f7-bcc9-45d3-a49f-f53925644b09,Seeing,By John Berger,https://learn-awesome.github.io/assets/book_covers/2784.jpg,book|https://www.goodreads.com/book/show/2784.Ways_of_Seeing,art,,,,,, -e783ce72-f419-4de4-b63c-e9b4baa39ac3,Platero y yo,By Juan Ramón Jiménez,https://learn-awesome.github.io/assets/book_covers/965154.jpg,book|https://www.goodreads.com/book/show/965154.Platero_y_yo,poetry,,,,,, -e6e5d22d-1dc4-4899-834d-584e30b817d1,Complete Works: One,By Mary Wollstonecraft Shelley,https://learn-awesome.github.io/assets/book_covers/18880671.jpg,book|https://www.goodreads.com/book/show/18880671-frankenstein,classics,,,,,, -e62e4403-c128-48d1-a4ae-a84e206179f1,A Bend in the River,By V.S. Naipaul,https://learn-awesome.github.io/assets/book_covers/5845.jpg,book|https://www.goodreads.com/book/show/5845.A_Bend_in_the_River,fiction,,,,,, -e389faf2-6001-4e86-a904-54c302f025a6,Voss,By Patrick White,https://learn-awesome.github.io/assets/book_covers/411496.jpg,book|https://www.goodreads.com/book/show/411496.Voss,fiction,,,,,, -7545580d-be74-43ab-af48-7b665e37afdd,A Fringe of Leaves,By Patrick White,https://learn-awesome.github.io/assets/book_covers/1434822.jpg,book|https://www.goodreads.com/book/show/1434822.A_Fringe_of_Leaves,australian,,,,,, -94515059-c914-4541-a0f2-d17eb819f250,La colmena,By Camilo José Cela,https://learn-awesome.github.io/assets/book_covers/61773.jpg,book|https://www.goodreads.com/book/show/61773.La_colmena,fiction,,,,,, -f2d46fe8-3980-4c04-9c2f-4a04d7eedae7,"The Pasha's Concubine, and Other Tales",By Ivo Andrić,https://learn-awesome.github.io/assets/book_covers/3018286.jpg,book|https://www.goodreads.com/book/show/3018286-the-pasha-s-concubine-and-other-tales,short-stories,,,,,, -7b9f6082-3a7c-46fe-867a-74a477e6891a,"Charlotte Löwensköld (Löwensköldska ringen, #2)",By Selma Lagerlöf,https://learn-awesome.github.io/assets/book_covers/6303979.jpg,book|https://www.goodreads.com/book/show/6303979-l-wensk-ldska-ringen-charlotte-l-wensk-ld,classics,,,,,, -0e3c6002-ba3d-4449-8058-ca94af02f3d1,The Golden Notebook,By Doris Lessing,https://learn-awesome.github.io/assets/book_covers/24100.jpg,book|https://www.goodreads.com/book/show/24100.The_Golden_Notebook,fiction,,,,,, -e0e171dd-7d31-4860-8aac-73dfe6a914ff,Main Street,By Sinclair Lewis,https://learn-awesome.github.io/assets/book_covers/11376.jpg,book|https://www.goodreads.com/book/show/11376.Main_Street,classics,,,,,, -2e525c1b-49e4-4329-9261-a338fdf9ec10,Death and the King's Horseman: A Play,By Wole Soyinka,https://learn-awesome.github.io/assets/book_covers/505556.jpg,book|https://www.goodreads.com/book/show/505556.Death_and_the_King_s_Horseman,plays,,,,,, -30ca0993-674a-42ba-bbb9-a0c944a85d85,Murder in the Cathedral,By T.S. Eliot,https://learn-awesome.github.io/assets/book_covers/33052.jpg,book|https://www.goodreads.com/book/show/33052.Murder_in_the_Cathedral,plays,,,,,, -cea6a863-76c8-47c4-8976-561fb462d10e,The Birthday Party,By Harold Pinter,https://learn-awesome.github.io/assets/book_covers/74090.jpg,book|https://www.goodreads.com/book/show/74090.The_Birthday_Party,plays,,,,,, -4d2d5f13-640b-4c08-ab07-28105d28d425,Marta Oulie,By Sigrid Undset,https://learn-awesome.github.io/assets/book_covers/18778004.jpg,book|https://www.goodreads.com/book/show/18778004-marta-oulie,fiction,,,,,, -a05ee6af-1068-4d3b-aad6-70f0710ab331,Dear Life,By Alice Munro,https://learn-awesome.github.io/assets/book_covers/13530981.jpg,book|https://www.goodreads.com/book/show/13530981-dear-life,short-stories,,,,,, -044ad867-0e24-4ea2-9a35-821b0c385eef,Victoria : Een liefdesgeschiedenis,By Knut Hamsun,https://learn-awesome.github.io/assets/book_covers/6482217.jpg,book|https://www.goodreads.com/book/show/6482217-victoria,classics,,,,,, -d7bee6fe-fc80-47e5-81d9-a6ef06cd0013,Kikkers,By Paul van Loon,https://learn-awesome.github.io/assets/book_covers/1917860.jpg,book|https://www.goodreads.com/book/show/1917860.Meester_Kikker,kinderboeken,,,,,, -a09fcdf3-cc78-4f46-b114-7ed5beed63e0,Heartbreak House,By George Bernard Shaw,https://learn-awesome.github.io/assets/book_covers/767495.jpg,book|https://www.goodreads.com/book/show/767495.Heartbreak_House,plays,,,,,, -9ec731d4-ab58-450a-8a41-09a505bc695b,The Dumb Waiter,By Harold Pinter,https://learn-awesome.github.io/assets/book_covers/240258.jpg,book|https://www.goodreads.com/book/show/240258.The_Dumb_Waiter,plays,,,,,, -1760abec-7ddf-4014-b976-c2a03a35e0aa,Tonio Kröger,By Thomas Mann,https://learn-awesome.github.io/assets/book_covers/82660.jpg,book|https://www.goodreads.com/book/show/82660.Tonio_Kr_ger,classics,,,,,, -93da5f68-82d4-41da-bcec-b802ae0705c4,Red Sorghum,By Mo Yan,https://learn-awesome.github.io/assets/book_covers/894154.jpg,book|https://www.goodreads.com/book/show/894154.Red_Sorghum,china,,,,,, -ebff0f65-3621-40e6-8cd4-2e140186169a,A Pale View of Hills,By Kazuo Ishiguro,https://learn-awesome.github.io/assets/book_covers/28920.jpg,book|https://www.goodreads.com/book/show/28920.A_Pale_View_of_Hills,fiction,,,,,, -b42e60ed-78d7-4736-bc73-825cccdf7dae,As I Lay Dying,By William Faulkner,https://learn-awesome.github.io/assets/book_covers/77013.jpg,book|https://www.goodreads.com/book/show/77013.As_I_Lay_Dying,classics,,,,,, -8bd1cfe6-2f4f-40ac-90d8-56e76e633bdf,Kim (Wordsworth Classics),By Rudyard Kipling,https://learn-awesome.github.io/assets/book_covers/210834.jpg,book|https://www.goodreads.com/book/show/210834.Kim,classics,,,,,, -b8d3cace-13af-4916-9bde-221965c47052,The Man Who Would Be King,By Rudyard Kipling,https://learn-awesome.github.io/assets/book_covers/103086.jpg,book|https://www.goodreads.com/book/show/103086.The_Man_Who_Would_Be_King,classics,,,,,, -0cb79015-f5ad-481f-8236-c787c33fd0f4,Reeds in the Wind,By Grazia Deledda,https://learn-awesome.github.io/assets/book_covers/130971.jpg,book|https://www.goodreads.com/book/show/130971.Reeds_in_the_Wind,fiction,,,,,, -2ebc8aff-5563-4728-a2ff-8fe5f12258a8,The Family of Pascual Duarte,By Camilo José Cela,https://learn-awesome.github.io/assets/book_covers/71549.jpg,book|https://www.goodreads.com/book/show/71549.The_Family_of_Pascual_Duarte,spanish,,,,,, -0257bd8e-adb5-4225-a4da-024ebddd56e3,Kongens fald,By Johannes V. Jensen,https://learn-awesome.github.io/assets/book_covers/3662751.jpg,book|https://www.goodreads.com/book/show/3662751-kongens-fald,classics,,,,,, -c09888f9-55be-48d3-b378-71d400d1675a,The Cocktail Party,By T.S. Eliot,https://learn-awesome.github.io/assets/book_covers/312376.jpg,book|https://www.goodreads.com/book/show/312376.The_Cocktail_Party,plays,,,,,, -58a9fba0-85aa-4f0b-8226-99714e1e1f3d,The Caretaker,By Harold Pinter,https://learn-awesome.github.io/assets/book_covers/96530.jpg,book|https://www.goodreads.com/book/show/96530.The_Caretaker,plays,,,,,, -1919b0bc-7f8e-42e7-8226-634a469cec32,Thérèse Desqueyroux,By François Mauriac,https://learn-awesome.github.io/assets/book_covers/568674.jpg,book|https://www.goodreads.com/book/show/568674.Th_r_se_Desqueyroux,french,,,,,, -399e8c9c-32b4-4e6f-bb71-144307ead4ee,The Lost Honor of Katharina Blum,By Heinrich Böll,https://learn-awesome.github.io/assets/book_covers/69880.jpg,book|https://www.goodreads.com/book/show/69880.The_Lost_Honor_of_Katharina_Blum,fiction,,,,,, -8719073c-646b-4c31-be6e-f708ddfe8f63,The View from Castle Rock,By Alice Munro,https://learn-awesome.github.io/assets/book_covers/9815.jpg,book|https://www.goodreads.com/book/show/9815.The_View_from_Castle_Rock,short-stories,,,,,, -3a1011c3-a678-45cc-b21b-f264beb5b808,Death in the Andes,By Mario Vargas Llosa,https://learn-awesome.github.io/assets/book_covers/94351.jpg,book|https://www.goodreads.com/book/show/94351.Death_in_the_Andes,fiction,,,,,, -9843ca6a-3951-4e60-93a5-3e93359aeef0,Major Barbara,By George Bernard Shaw,https://learn-awesome.github.io/assets/book_covers/367762.jpg,book|https://www.goodreads.com/book/show/367762.Major_Barbara,plays,,,,,, -3c332a56-0d2e-4ea9-8a8e-31c74c4ba069,House of the Sleeping Beauties and Other Stories,By Yasunari Kawabata,https://learn-awesome.github.io/assets/book_covers/14032.jpg,book|https://www.goodreads.com/book/show/14032.House_of_the_Sleeping_Beauties_and_Other_Stories,japan,,,,,, -47b8cd10-ce83-4a22-95a6-fce40b36337c,Snow Country,By Yasunari Kawabata,https://learn-awesome.github.io/assets/book_covers/14028.jpg,book|https://www.goodreads.com/book/show/14028.Snow_Country,fiction,,,,,, -4a9ce3f4-3f3a-4215-8a92-eb23358cbd28,One Man's Bible,By Gao Xingjian,https://learn-awesome.github.io/assets/book_covers/142822.jpg,book|https://www.goodreads.com/book/show/142822.One_Man_s_Bible,fiction,,,,,, -7033c65a-7d64-49c1-8db5-96f2372824f3,The General in His Labyrinth,By Gabriel García Márquez,https://learn-awesome.github.io/assets/book_covers/23884.jpg,book|https://www.goodreads.com/book/show/23884.The_General_in_His_Labyrinth,fiction,,,,,, -5a636958-08a0-4f18-821c-6420cffd77fb,Caesar and Cleopatra,By George Bernard Shaw,https://learn-awesome.github.io/assets/book_covers/437428.jpg,book|https://www.goodreads.com/book/show/437428.Caesar_and_Cleopatra,plays,,,,,, -8b06bf84-e2e8-4d8b-b973-c1f21f35fc63,Mrs. Warren's Profession,By George Bernard Shaw,https://learn-awesome.github.io/assets/book_covers/795387.jpg,book|https://www.goodreads.com/book/show/795387.Mrs_Warren_s_Profession,plays,,,,,, -23683b15-ac13-432a-8c5a-6031cb691f2a,Pingviinien saari,By Anatole France,https://learn-awesome.github.io/assets/book_covers/3198015.jpg,book|https://www.goodreads.com/book/show/3198015-pingviinien-saari,fiction,,,,,, -3f03d9a8-278f-453c-a1ff-822db2570297,Onitsha,By J.M.G. Le Clézio,https://learn-awesome.github.io/assets/book_covers/887405.jpg,book|https://www.goodreads.com/book/show/887405.Onitsha,fiction,,,,,, -d870bbcf-56ee-4c88-8756-0df48f31ce92,Terra Amata,By J.M.G. Le Clézio,https://learn-awesome.github.io/assets/book_covers/5969712.jpg,book|https://www.goodreads.com/book/show/5969712-terra-amata,fiction,,,,,, -fbe1fc9a-69a0-43b0-ae6e-2a3452100a72,The Eternal Smile,By Gene Luen Yang,https://learn-awesome.github.io/assets/book_covers/4437831.jpg,book|https://www.goodreads.com/book/show/4437831-the-eternal-smile,graphic-novels,,,,,, -495a86f8-39f9-47f9-a0ed-46e8674b5f25,The Land of Green Plums,By Herta Müller,https://learn-awesome.github.io/assets/book_covers/230861.jpg,book|https://www.goodreads.com/book/show/230861.The_Land_of_Green_Plums,fiction,,,,,, -c8e75e3e-30f0-4ceb-8efa-28c6c8178dab,Diego en Frida,By J.M.G. Le Clézio,https://learn-awesome.github.io/assets/book_covers/745453.jpg,book|https://www.goodreads.com/book/show/745453.Diego_et_Frida,biography,,,,,, -ae7d22b1-d7d4-444b-bb80-c23ab098fe73,Plays: Three,By Sophocles,https://learn-awesome.github.io/assets/book_covers/7728.jpg,book|https://www.goodreads.com/book/show/7728.Antigone,classics,,,,,, -e885cbd7-bcea-4a3e-adf6-5005e1f1ab26,La symphonie pastorale,By André Gide,https://learn-awesome.github.io/assets/book_covers/417466.jpg,book|https://www.goodreads.com/book/show/417466.La_symphonie_pastorale,french,,,,,, -939ad9cd-a9a5-476b-922e-300cd1c41ee9,My Son's Story,By Nadine Gordimer,https://learn-awesome.github.io/assets/book_covers/111049.jpg,book|https://www.goodreads.com/book/show/111049.My_Son_s_Story,fiction,,,,,, -63d735ef-466a-47ce-b302-34a30a9d586d,Strait is the Gate,By André Gide,https://learn-awesome.github.io/assets/book_covers/469406.jpg,book|https://www.goodreads.com/book/show/469406.Strait_is_the_Gate,fiction,,,,,, -642bb70d-8212-4b38-9c9a-83d4d40fb66c,"Jean-Christophe (L'édition intégrale - 10 volumes): L'Aube + Le Matin + L'Adolescent + La Révolte + Jean-Christophe à Paris (La Foire sur la place, Antoinette, ... + La Nouvelle Journée)",By Romain Rolland,https://learn-awesome.github.io/assets/book_covers/25518562.jpg,book|https://www.goodreads.com/book/show/25518562-jean-christophe-l-dition-int-grale---10-volumes,classiques-lus,,,,,, -06b9a2ff-b9a9-4d61-9a6e-9a99a0e5e90c,"Soechodol, Mitja's liefde en Verhalen",By Ivan Bunin,https://learn-awesome.github.io/assets/book_covers/15764527.jpg,book|https://www.goodreads.com/book/show/15764527-soechodol-mitja-s-liefde-en-verhalen,to-go-thru,,,,,, -bdd2e173-f4cf-4dd8-8626-5f7e54a6bedd,The Immoralist,By André Gide,https://learn-awesome.github.io/assets/book_covers/70101.jpg,book|https://www.goodreads.com/book/show/70101.The_Immoralist,fiction,,,,,, -f6bbb667-2eea-430e-a077-9fa346f9cb5e,Aan de voet van de gletsjer,By Halldór Kiljan Laxness,https://learn-awesome.github.io/assets/book_covers/6122342.jpg,book|https://www.goodreads.com/book/show/6122342-aan-de-voet-van-de-gletsjer,fiction,,,,,, -03c41cc9-6f9f-4994-a2b5-cfb471b08c51,Soul Mountain,By Gao Xingjian,https://learn-awesome.github.io/assets/book_covers/45961.jpg,book|https://www.goodreads.com/book/show/45961.Soul_Mountain,fiction,,,,,, -0849e350-4616-4f5e-9227-7aabb7afc12c,Dora Bruder,By Patrick Modiano,https://learn-awesome.github.io/assets/book_covers/192379.jpg,book|https://www.goodreads.com/book/show/192379.Dora_Bruder,fiction,,,,,, -be3ea7c2-8794-474e-a8f0-1715d80b67b7,Requiem for a Nun,By William Faulkner,https://learn-awesome.github.io/assets/book_covers/1008839.jpg,book|https://www.goodreads.com/book/show/1008839.Requiem_for_a_Nun,fiction,,,,,, -507acec4-cd3b-4aff-bd69-ee259b0ec168,In anderhalve kamer : Drie autobiografische novellen,By Joseph Brodsky,https://learn-awesome.github.io/assets/book_covers/13145482.jpg,book|https://www.goodreads.com/book/show/13145482-in-anderhalve-kamer,to-go-thru-c,,,,,, -5f939e07-3b39-4ecc-a1f1-b385f8f5d314,After the Circus,By Patrick Modiano,https://learn-awesome.github.io/assets/book_covers/25246845.jpg,book|https://www.goodreads.com/book/show/25246845-after-the-circus,fiction,,,,,, -46120a0a-2955-4061-807d-ba4b28e9c8d2,Mr Stone And The Knights Companion,By V.S. Naipaul,https://learn-awesome.github.io/assets/book_covers/799646.jpg,book|https://www.goodreads.com/book/show/799646.Mr_Stone_And_The_Knights_Companion,fiction,,,,,, -e55d2e06-94ea-448b-bc8a-3dd41774704b,Menschen in den zomernacht,By Frans Emil Sillanpää,https://learn-awesome.github.io/assets/book_covers/15741544.jpg,book|https://www.goodreads.com/book/show/15741544-menschen-in-den-zomernacht,finnish,,,,,, -0e51fd4c-5100-4e3a-a48a-3613b60aef92,Burger's Daughter,By Nadine Gordimer,https://learn-awesome.github.io/assets/book_covers/526927.jpg,book|https://www.goodreads.com/book/show/526927.Burger_s_Daughter,fiction,,,,,, -e78e3962-664e-4b95-91c4-105ddba0aa07,Seize the Day,By Saul Bellow,https://learn-awesome.github.io/assets/book_covers/52782.jpg,book|https://www.goodreads.com/book/show/52782.Seize_the_Day,fiction,,,,,, -1a685ef6-5ea0-4b4a-a840-96836b98df8d,Pelléas et Mélisande,By Maurice Maeterlinch,https://learn-awesome.github.io/assets/book_covers/28226163.jpg,book|https://www.goodreads.com/book/show/28226163-pelleas-et-melisande,l-st,,,,,, -27f47d9a-68aa-4329-9f8b-13eff9aaa174,The Cockatoos: Shorter Novels and Stories,By Patrick White,https://learn-awesome.github.io/assets/book_covers/1188382.jpg,book|https://www.goodreads.com/book/show/1188382.The_Cockatoos,short-stories,,,,,, -c07c3b43-731b-4328-846a-67506c6a4011,Who Killed Palomino Molero?,By Mario Vargas Llosa,https://learn-awesome.github.io/assets/book_covers/53979.jpg,book|https://www.goodreads.com/book/show/53979.Who_Killed_Palomino_Molero_,fiction,,,,,, -42c42da3-244d-4cea-88cc-a43b7004102c,Mondo et autres histoires,By J.M.G. Le Clézio,https://learn-awesome.github.io/assets/book_covers/887400.jpg,book|https://www.goodreads.com/book/show/887400.Mondo_et_autres_histoires,french,,,,,, -1b926bd4-e01a-489b-83f8-6bef438e0033,Hughie,By Eugene O'Neill,https://learn-awesome.github.io/assets/book_covers/1308700.jpg,book|https://www.goodreads.com/book/show/1308700.Hughie,plays,,,,,, -0e7032e1-b4da-4cb3-85cd-62146273dd4a,The House Gun,By Nadine Gordimer,https://learn-awesome.github.io/assets/book_covers/118827.jpg,book|https://www.goodreads.com/book/show/118827.The_House_Gun,fiction,,,,,, -e4ea8a83-b00a-4096-a7d6-3faa845ee7fe,Bödeln,By Pär Lagerkvist,https://learn-awesome.github.io/assets/book_covers/6014316.jpg,book|https://www.goodreads.com/book/show/6014316-b-deln,swedish,,,,,, -405fa6c3-5ad5-435f-aeb5-f1f7c6c91e7c,Manual of Painting and Calligraphy,By José Saramago,https://learn-awesome.github.io/assets/book_covers/243289.jpg,book|https://www.goodreads.com/book/show/243289.Manual_of_Painting_and_Calligraphy,fiction,,,,,, -b3da99ce-77f5-435d-8879-7126467ee555,"The Mexican Dream, or The Interrupted Thought of Amerindian Civilizations",By J.M.G. Le Clézio,https://learn-awesome.github.io/assets/book_covers/582091.jpg,book|https://www.goodreads.com/book/show/582091.The_Mexican_Dream_or_The_Interrupted_Thought_of_Amerindian_Civilizations,non-fiction,,,,,, -9cd31003-4a5a-4601-82c9-e27a7b2466de,Who Do You Think You Are?,By Alyse Myers,https://learn-awesome.github.io/assets/book_covers/1693485.jpg,book|https://www.goodreads.com/book/show/1693485.Who_Do_You_Think_You_Are_,memoir,,,,,, -8d6da4ed-8c16-4b27-bf78-bf245722cafa,In the Café of Lost Youth,By Patrick Modiano,https://learn-awesome.github.io/assets/book_covers/31839659.jpg,book|https://www.goodreads.com/book/show/31839659-in-the-caf-of-lost-youth,fiction,,,,,, -0db49aae-b86a-41e3-9ef5-f5d3211c10d3,"Silja, de dienstmaagd",By Frans Emil Sillanpää,https://learn-awesome.github.io/assets/book_covers/16125556.jpg,book|https://www.goodreads.com/book/show/16125556-silja-de-dienstmaagd,nobel-prize,,,,,, -4f628b48-4721-446e-82db-485d61c65a48,Mirèio - Mireille: poème provençal avec la traduction littérale en regard,By Frédéric Mistral,https://learn-awesome.github.io/assets/book_covers/7198071.jpg,book|https://www.goodreads.com/book/show/7198071-mir-io---mireille,poetry,,,,,, -5e30d99d-1719-4cf3-a877-b4787b5ec761,De witte vesting,By Orhan Pamuk,https://learn-awesome.github.io/assets/book_covers/10771213.jpg,book|https://www.goodreads.com/book/show/10771213-de-witte-vesting,fiction,,,,,, -3bbe5e51-2bab-45cf-85c7-dbf89d81af23,In Praise of the Stepmother,By Mario Vargas Llosa,https://learn-awesome.github.io/assets/book_covers/69864.jpg,book|https://www.goodreads.com/book/show/69864.In_Praise_of_the_Stepmother,fiction,,,,,, -a2804bd2-b7f8-4f5f-b89b-16adf5e6f342,Beowulf,By Unknown,https://learn-awesome.github.io/assets/book_covers/52357.jpg,book|https://www.goodreads.com/book/show/52357.Beowulf,classics,,,,,, -973d7df8-f35f-42f0-b9ee-3e5d78843925,End of a Mission,By Heinrich Böll,https://learn-awesome.github.io/assets/book_covers/493049.jpg,book|https://www.goodreads.com/book/show/493049.End_of_a_Mission,fiction,,,,,, -9e66b576-f9a1-4cbf-8b34-74509e4efd7c,Elizabeth Costello,By J.M. Coetzee,https://learn-awesome.github.io/assets/book_covers/6206.jpg,book|https://www.goodreads.com/book/show/6206.Elizabeth_Costello,fiction,,,,,, -e83a3ac1-bd1a-4d26-9a3d-f8e7e930c5d8,The Hairy Ape,By Eugene O'Neill,https://learn-awesome.github.io/assets/book_covers/582280.jpg,book|https://www.goodreads.com/book/show/582280.The_Hairy_Ape,plays,,,,,, -3b4be6a9-dbad-4f4c-a32e-b8a6b49421e0,The Mimic Men,By V.S. Naipaul,https://learn-awesome.github.io/assets/book_covers/5852.jpg,book|https://www.goodreads.com/book/show/5852.The_Mimic_Men,fiction,,,,,, -fdc24bfc-2ff1-4c56-823e-f325f240a0fd,Three Plays: The Weavers / Hannele / The Beaver Coat,By Gerhart Hauptmann,https://learn-awesome.github.io/assets/book_covers/1007054.jpg,book|https://www.goodreads.com/book/show/1007054.Three_Plays,plays,,,,,, -5001b1dd-e7e3-4dc6-b6ff-f8b0dc9502da,Het zachtmoedig erfdeel,By Frans Emil Sillanpää,https://learn-awesome.github.io/assets/book_covers/15745575.jpg,book|https://www.goodreads.com/book/show/15745575-het-zachtmoedig-erfdeel,finnish,,,,,, -42bc9752-ff91-4553-9720-acfcc86c5f16,The Piano Teacher,By Janice Y.K. Lee,https://learn-awesome.github.io/assets/book_covers/4332082.jpg,book|https://www.goodreads.com/book/show/4332082-the-piano-teacher,historical-fiction,,,,,, -5f4049ed-2f37-4ef8-b60d-a3a46d7507c9,Jonge liefde,By Helga Ruebsamen,https://learn-awesome.github.io/assets/book_covers/13101782.jpg,book|https://www.goodreads.com/book/show/13101782-jonge-liefde-en-oud-zeer-1,fiction,,,,,, -83a4f4db-2223-41a2-a86b-0b3ea78dca9e,Death by Water,By Kenzaburō Ōe,https://learn-awesome.github.io/assets/book_covers/25110738.jpg,book|https://www.goodreads.com/book/show/25110738-death-by-water,fiction,,,,,, -90beddbc-2824-4d0b-83fc-1f37af228358,Hilde en Ragnar,By Frans Emil Sillanpää,https://learn-awesome.github.io/assets/book_covers/15741591.jpg,book|https://www.goodreads.com/book/show/15741591-hilde-en-ragnar,finnish,,,,,, -382b7faa-bf67-4ee7-88c3-9dc188329af8,Het groene huis,By Ronald van der Pol,,book|https://www.goodreads.com/book/show/16027119-het-groene-huis,fiction,,,,,, -02f3a0a5-a468-4db1-a652-2650c15bd0c8,Gedichten/toneel en proza,By Maurice Maeterlinck,https://learn-awesome.github.io/assets/book_covers/15771463.jpg,book|https://www.goodreads.com/book/show/15771463-gedichten-toneel-en-proza,books-by-nobel-laureates,,,,,, -64f60f1c-57c2-4c4f-b241-fbce8feeb967,Het laatste hoofdstuk,By Layla Abu Zayd,https://learn-awesome.github.io/assets/book_covers/18714295.jpg,book|https://www.goodreads.com/book/show/18714295-het-laatste-hoofdstuk,literature,,,,,, -134adeef-0d8c-4308-a3ef-692d7e7c20a2,In volle zee,By Henk van Kerkwijk,https://learn-awesome.github.io/assets/book_covers/8088723.jpg,book|https://www.goodreads.com/book/show/8088723-komplot-op-volle-zee,read-2018,,,,,, -49b87117-af5e-4b7c-ad86-ef0ea8f3cf17,"Barry Unsworth, Sacred Hunger",By Books LLC,https://learn-awesome.github.io/assets/book_covers/9008355.jpg,book|https://www.goodreads.com/book/show/9008355-novels-by-barry-unsworth,fiction,,,,,, -87a5be22-bae0-4ad6-aad1-4a7d50d91920,"Thomas Keneally, Schindler's Ark",By Thomas Keneally,https://learn-awesome.github.io/assets/book_covers/375013.jpg,book|https://www.goodreads.com/book/show/375013.Schindler_s_List,history,,,,,, -be8cd451-cabd-452e-b673-d2470b4bff27,"Roddy Doyle, Paddy Clarke Ha Ha Ha",By Roddy Doyle,,book|https://www.goodreads.com/book/show/2588500-roddy-doyle-omnibus,comedy,,,,,, -af4db135-23af-4773-9c09-3483b43c1e05,Bring Up the Bodies,By Hilary Mantel,https://learn-awesome.github.io/assets/book_covers/13507212.jpg,book|https://www.goodreads.com/book/show/13507212-bring-up-the-bodies,historical-fiction,,,,,, -b0b86b4b-7497-48a5-adac-a39d5e70a57b,The Ghost Road,By Pat Barker,https://learn-awesome.github.io/assets/book_covers/151926.jpg,book|https://www.goodreads.com/book/show/151926.The_Ghost_Road,fiction,,,,,, -3fc4aea4-dd24-4b38-a4cf-06a58470dd03,"Keri Hulme, The Bone People",By Keri Hulme,https://learn-awesome.github.io/assets/book_covers/460635.jpg,book|https://www.goodreads.com/book/show/460635.The_Bone_People,fiction,,,,,, -62bb7be0-458d-46a5-a185-76a8a472bbb0,The Narrow Road to the Deep North,By Richard Flanagan,https://learn-awesome.github.io/assets/book_covers/17905709.jpg,book|https://www.goodreads.com/book/show/17905709-the-narrow-road-to-the-deep-north,fiction,,,,,, -16f9e0c8-bbf6-4bce-a001-57db22203e7e,"Hilary Mantel, Wolf Hall",By Books LLC,https://learn-awesome.github.io/assets/book_covers/8896688.jpg,book|https://www.goodreads.com/book/show/8896688-books-by-hilary-mantel,recommended,,,,,, -00029f5e-b754-4f74-8c3f-5c7437ee0707,Middlesex ,By Jeffrey Eugenides,https://learn-awesome.github.io/assets/book_covers/2187._SX98_.jpg,book|https://www.goodreads.com/book/show/2187.Middlesex,fiction,,,,,, -f754e656-d442-4e8a-b518-88d8c3345b51,"Arundhati Roy, The God of Small Things",By Julie Mullaney,https://learn-awesome.github.io/assets/book_covers/5144.jpg,book|https://www.goodreads.com/book/show/5144.Arundhati_Roy_s_The_God_of_Small_Things,fiction,,,,,, -5ab3a0b2-fce7-44dd-b5a2-a9276c1991c6,"Kazuo Ishiguro, The Remains of the Day",By Adam Parkes,https://learn-awesome.github.io/assets/book_covers/79040.jpg,book|https://www.goodreads.com/book/show/79040.Kazuo_Ishiguro_s_The_Remains_of_the_Day,non-fiction,,,,,, -444a7ccb-92f5-489c-8b5f-7a199fe2f0e0,"Margaret Atwood, The Blind Assassin",By Margaret Atwood,https://learn-awesome.github.io/assets/book_covers/78433.jpg,book|https://www.goodreads.com/book/show/78433.The_Blind_Assassin,fiction,,,,,, -f6852291-4f38-4991-a8d6-32a8768e5ac4,"J. G. Farrell, The Siege of Krishnapur",By John Riddy,,book|https://www.goodreads.com/book/show/561439.J_G_Farrell_The_Siege_Of_Krishnapur_Notes,under-200pp,,,,,, -b11386c8-6139-40bf-b952-a377e2eb8bc6,"J. M. Coetzee, Disgrace",By Andrew Van der Vlies,https://learn-awesome.github.io/assets/book_covers/6837789.jpg,book|https://www.goodreads.com/book/show/6837789-j-m-coetzee-s-disgrace,literary-criticism,,,,,, -5537925d-0008-47df-b52c-d1a3242e6787,Salman Rushdie's Midnight's Children,By Reena Mitra,https://learn-awesome.github.io/assets/book_covers/978322.jpg,book|https://www.goodreads.com/book/show/978322.Salman_Rushdie_s_Midnight_s_Children,partition,,,,,, -4604af06-b023-416c-b185-9b23e6061062,"Iris Murdoch, The Sea, the Sea",By Iris Murdoch,https://learn-awesome.github.io/assets/book_covers/11229.jpg,book|https://www.goodreads.com/book/show/11229.The_Sea_The_Sea,fiction,,,,,, -0d37b79e-6168-4922-a20f-4f228dc6f7cd,"Paul Scott, Staying On",By Paul Scott,https://learn-awesome.github.io/assets/book_covers/414824.jpg,book|https://www.goodreads.com/book/show/414824.Staying_On,fiction,,,,,, -aff5679f-600e-4c33-9378-2b0048974cc7,"A. S. Byatt, Possession: A Romance",By A.S. Byatt,https://learn-awesome.github.io/assets/book_covers/41219.jpg,book|https://www.goodreads.com/book/show/41219.Possession,fiction,,,,,, -013d77cb-e7b0-4573-acd4-0bb06b80b4d8,"Marlon James, A Brief History of Seven Killings",By Marlon James,https://learn-awesome.github.io/assets/book_covers/20893314.jpg,book|https://www.goodreads.com/book/show/20893314-a-brief-history-of-seven-killings,fiction,,,,,, -779f094d-fdc6-4d68-917f-eac2aa67314f,"Michael Ondaatje, The English Patient",By John Bolland,https://learn-awesome.github.io/assets/book_covers/5948.jpg,book|https://www.goodreads.com/book/show/5948.Michael_Ondaatje_s_The_English_Patient,just-couldn-t-finish,,,,,, -ca408aeb-76b4-4837-bccb-3ae27e7d99a5,"J. G. Farrell, Troubles",By J.G. Farrell,https://learn-awesome.github.io/assets/book_covers/256279.jpg,book|https://www.goodreads.com/book/show/256279.Troubles,fiction,,,,,, -48022a03-4da8-472f-a9eb-a50d2d619de8,Lincoln,By George Saunders,https://learn-awesome.github.io/assets/book_covers/29906980.jpg,book|https://www.goodreads.com/book/show/29906980-lincoln-in-the-bardo,fiction,,,,,, -2d066853-2d90-4b5f-87cb-82d0ffc4af42,"John Banville, The Sea",By Books LLC,https://learn-awesome.github.io/assets/book_covers/9039572.jpg,book|https://www.goodreads.com/book/show/9039572-novels-by-john-banville,fiction,,,,,, -87002b20-c4d2-4807-80c5-7050a1d794ec,"Paul Beatty, The Sellout",By Paul Beatty,https://learn-awesome.github.io/assets/book_covers/22237161.jpg,book|https://www.goodreads.com/book/show/22237161-the-sellout,fiction,,,,,, -8e078ae3-5db6-49cf-a234-21f0cfc92f0a,"Ben Okri, The Famished Road",By Ben Okri,https://learn-awesome.github.io/assets/book_covers/101094.jpg,book|https://www.goodreads.com/book/show/101094.The_Famished_Road,fiction,,,,,, -3b796335-4496-4420-b47f-4cafa4517348,"Peter Carey, Oscar and Lucinda",By Peter Carey,https://learn-awesome.github.io/assets/book_covers/316496.jpg,book|https://www.goodreads.com/book/show/316496.Oscar_and_Lucinda,fiction,,,,,, -54e62118-413d-456d-ac2f-76aa612fe48b,"Eleanor Catton, The Luminaries",By Eleanor Catton,https://learn-awesome.github.io/assets/book_covers/17333230.jpg,book|https://www.goodreads.com/book/show/17333230-the-luminaries,fiction,,,,,, -979119dd-9642-4f49-a6cb-1d1adfd76289,"Alan Hollinghurst, The Line of Beauty",By Alan Hollinghurst,https://learn-awesome.github.io/assets/book_covers/139087.jpg,book|https://www.goodreads.com/book/show/139087.The_Line_of_Beauty,fiction,,,,,, -1efbaa94-7b43-491f-b044-30e088ba1120,"Julian Barnes, The Sense of an Ending",By Julian Barnes,https://learn-awesome.github.io/assets/book_covers/10746542.jpg,book|https://www.goodreads.com/book/show/10746542-the-sense-of-an-ending,fiction,,,,,, -4c808943-f0c9-44aa-a6c5-6cb135d13e64,"Anna Burns, Milkman",By Anna Burns,https://learn-awesome.github.io/assets/book_covers/36047860.jpg,book|https://www.goodreads.com/book/show/36047860-milkman,fiction,,,,,, -58fe1fc4-ebd3-4c96-979c-2d1621919682,"Bernice Rubens, The Elected Member",By Bernice Rubens,https://learn-awesome.github.io/assets/book_covers/1565490.jpg,book|https://www.goodreads.com/book/show/1565490.The_Elected_Member,booker-prize,,,,,, -9ddcc2a5-109c-4c5f-8e35-f49c1c479f1c,"Penelope Fitzgerald, Offshore",By Penelope Fitzgerald,https://learn-awesome.github.io/assets/book_covers/108615.jpg,book|https://www.goodreads.com/book/show/108615.Offshore,fiction,,,,,, -a6bca730-1186-498d-a2a8-ff0d1dc99191,"William Golding, Rites of Passage",By William Golding,https://learn-awesome.github.io/assets/book_covers/14431.jpg,book|https://www.goodreads.com/book/show/14431.Rites_of_Passage,fiction,,,,,, -3da65fc7-68ad-44c6-987d-c707be1f8d34,"Kiran Desai, The Inheritance of Loss",By Nilanshu Kumar Agarwal,https://learn-awesome.github.io/assets/book_covers/16636558.jpg,book|https://www.goodreads.com/book/show/16636558-kiran-desai-s-the-inheritance-of-loss,female-authors,,,,,, -38ae6159-e732-4bb9-8f9a-048751f1326a,"Graham Swift, Last Orders",By Pamela Cooper,https://learn-awesome.github.io/assets/book_covers/182329.jpg,book|https://www.goodreads.com/book/show/182329.Graham_Swift_s_Last_Orders,owned,,,,,, -2e38e315-c124-43d0-bf85-cc3141610e09,"V. S. Naipaul, In a Free State",By V.S. Naipaul,https://learn-awesome.github.io/assets/book_covers/49742.jpg,book|https://www.goodreads.com/book/show/49742.In_a_Free_State,fiction,,,,,, -8fabe4d2-3e5c-4087-ac1a-d5c48f60a5d3,"David Storey, Saville",By David Storey,https://learn-awesome.github.io/assets/book_covers/171833.jpg,book|https://www.goodreads.com/book/show/171833.Saville,booker-prize,,,,,, -58c364d1-ef35-4eb3-9a62-bbb151f82cb3,"Nadine Gordimer, The Conservationist",By Nadine Gordimer,https://learn-awesome.github.io/assets/book_covers/96337.jpg,book|https://www.goodreads.com/book/show/96337.The_Conservationist,fiction,,,,,, -355751e3-d738-4ea9-b163-f3c94e0c0f03,"Yann Martel, Life of Pi",By Rebecca Grudzina,https://learn-awesome.github.io/assets/book_covers/6171927.jpg,book|https://www.goodreads.com/book/show/6171927-teaching-yann-martel-s-life-of-pi-from-multiple-critical-perspectives,psychology,,,,,, -0ccd88ee-bd4f-48ff-8751-1ef2c97e3966,"Stanley Middleton, Holiday",By Stanley Middleton,https://learn-awesome.github.io/assets/book_covers/2066739.jpg,book|https://www.goodreads.com/book/show/2066739.Holiday,booker-prize,,,,,, -ae9389f6-c3e3-4a48-88ec-ad6f7e0deda8,"Kingsley Amis, The Old Devils",By Kingsley Amis,https://learn-awesome.github.io/assets/book_covers/366427.jpg,book|https://www.goodreads.com/book/show/366427.The_Old_Devils,fiction,,,,,, -39374fb5-3e4e-4061-a2c6-d5dd066ea201,"P. H. Newby, Something to Answer For",By P.H. Newby,https://learn-awesome.github.io/assets/book_covers/4449027.jpg,book|https://www.goodreads.com/book/show/4449027-something-to-answer-for,booker-prize,,,,,, -9ac38133-0fe4-472b-8d00-7f3a46bbef27,"Anne Enright, The Gathering",By Anne Enright,https://learn-awesome.github.io/assets/book_covers/998133.jpg,book|https://www.goodreads.com/book/show/998133.The_Gathering,fiction,,,,,, -429f7b61-4691-4e47-9e38-7b4bbe563a33,"Ruth Prawer Jhabvala, Heat and Dust",By I. H-Shihan,https://learn-awesome.github.io/assets/book_covers/747148.jpg,book|https://www.goodreads.com/book/show/747148.Ruth_Prawer_Jhabvala_s_Heat_And_Dust,literature,,,,,, -fc836037-33ad-47b0-82fa-46ea9200e54e,"Howard Jacobson, The Finkler Question",By Howard Jacobson,https://learn-awesome.github.io/assets/book_covers/8664368.jpg,book|https://www.goodreads.com/book/show/8664368-the-finkler-question,fiction,,,,,, -367a3e0c-c003-46d7-8a31-4bfe8de81343,"Aravind Adiga, The White Tiger",By Ashok Saini,https://learn-awesome.github.io/assets/book_covers/34657232.jpg,book|https://www.goodreads.com/book/show/34657232-perspectives-on-aravind-adiga-s,fiction,,,,,, -057c6f50-92d6-49fa-85ed-f75136e6c221,"James Kelman, How late it was, how late",By Rositsa Kronast,https://learn-awesome.github.io/assets/book_covers/8100947.jpg,book|https://www.goodreads.com/book/show/8100947-resistance-in-james-kelman-s-how-late-it-was-how-late,literature,,,,,, -9da0b5e3-baae-429d-9254-8153fc0ce1fa,"Peter Carey, True History of the Kelly Gang",By Lena Eberlein,,book|https://www.goodreads.com/book/show/22810427-national-identity-in-peter-carey-s-true-history-of-the-kelly-gang,literature,,,,,, -33fcad90-9d56-42ac-9c5a-04e6774de371,"Ian McEwan, Amsterdam",By Stephan Orth,,book|https://www.goodreads.com/book/show/2198592-ian-mcewans-amsterdam,fiction,,,,,, -79e9b074-7014-4304-b452-ed2281e2e7c2,"DBC Pierre, Vernon God Little",By Cengage Learning Gale,,book|https://www.goodreads.com/book/show/35987010-a-study-guide-for-dbc-pierre-s-vernon-god-little,literature,,,,,, -751cb9e1-4079-433f-a9af-649d83c01497,"Anita Brookner, Hotel du Lac",By Cengage Learning Gale,,book|https://www.goodreads.com/book/show/35985643-a-study-guide-for-anita-brookner-s-hotel-du-lac,literature,,,,,, -b9be0a3c-b99b-4019-997d-4c0737210d37,"Penelope Lively, Moon Tiger",By Yannick Allgaier,,book|https://www.goodreads.com/book/show/21934326-penelope-lively-s-moon-tiger-levels-of-narrative,literature,,,,,, -69e83d2b-c25a-4661-ac97-724aa6833fc8,"N. K. Jemisin, The Stone Sky",By N.K. Jemisin,https://learn-awesome.github.io/assets/book_covers/31817749.jpg,book|https://www.goodreads.com/book/show/31817749-the-stone-sky,fantasy,,,,,, -3701f18d-cb68-4130-a640-c851be748d85,"N. K. Jemisin, The Obelisk Gate",By N.K. Jemisin,https://learn-awesome.github.io/assets/book_covers/26228034.jpg,book|https://www.goodreads.com/book/show/26228034-the-obelisk-gate,fantasy,,,,,, -7fae92ae-a825-4bec-88d4-4c3b09ff5d01,"Lois McMaster Bujold, Mirror Dance",By Lois McMaster Bujold,https://learn-awesome.github.io/assets/book_covers/61909.jpg,book|https://www.goodreads.com/book/show/61909.Mirror_Dance,science-fiction,,,,,, -ee623f78-aae5-45c8-bece-6bc79de0e979,"N. K. Jemisin, The Fifth Season",By N.K. Jemisin,https://learn-awesome.github.io/assets/book_covers/19161852.jpg,book|https://www.goodreads.com/book/show/19161852-the-fifth-season,fantasy,,,,,, -0527e314-431a-4703-af77-29d935ff8884,"Lois McMaster Bujold, Barrayar",By Lois McMaster Bujold,https://learn-awesome.github.io/assets/book_covers/61905.jpg,book|https://www.goodreads.com/book/show/61905.Barrayar,science-fiction,,,,,, -d1f52c8e-4f37-478b-8130-06176e0a59e5,"Isaac Asimov, The Mule",By Isaac Asimov,,book|https://www.goodreads.com/book/show/545004.The_Mule,science-fiction,,,,,, -c767ee59-9d7b-4c3a-bbc2-498209eac579,"Lois McMaster Bujold, The Vor Game",By Lois McMaster Bujold,https://learn-awesome.github.io/assets/book_covers/68483.jpg,book|https://www.goodreads.com/book/show/68483.The_Vor_Game,science-fiction,,,,,, -76312e50-ab24-4564-896f-30907eed515a,"Ray Bradbury, Fahrenheit 451",By Harold Bloom,https://learn-awesome.github.io/assets/book_covers/40694.jpg,book|https://www.goodreads.com/book/show/40694.Ray_Bradbury_s_Fahrenheit_451,fiction,,,,,, -51f709f7-347e-4fb2-b8a9-6810a002229c,"Orson Scott Card, Speaker for the Dead",By Aaron Johnston,https://learn-awesome.github.io/assets/book_covers/26823932.jpg,book|https://www.goodreads.com/book/show/26823932-orson-scott-card-s,fiction,,,,,, -076ee4ad-b719-457a-a94a-451e504d75e8,Irrational number - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/Irrational_number,irrational-numbers,,,,,,oer -c5522189-54c0-4efd-97ab-e8b3eff49285,"Robert A. Heinlein, The Moon Is a Harsh Mistress[b]",By Robert A. Heinlein,https://learn-awesome.github.io/assets/book_covers/16690.jpg,book|https://www.goodreads.com/book/show/16690.The_Moon_is_a_Harsh_Mistress,science-fiction,,,,,, -977596cf-a72c-4e46-8d48-b437e7a0c62d,"Lois McMaster Bujold, Paladin of Souls",By Lois McMaster Bujold,https://learn-awesome.github.io/assets/book_covers/61904.jpg,book|https://www.goodreads.com/book/show/61904.Paladin_of_Souls,fantasy,,,,,, -dc4da752-73a6-4011-be3c-c242c7b3561e,"Ursula K. Le Guin, The Left Hand of Darkness",By Harold Bloom,https://learn-awesome.github.io/assets/book_covers/68050.jpg,book|https://www.goodreads.com/book/show/68050.Ursula_K_Le_Guin_s_The_Left_Hand_of_Darkness,literary-criticism,,,,,, -a6c64feb-289d-4542-b124-b14227caf23f,"Connie Willis, To Say Nothing of the Dog",By Connie Willis,https://learn-awesome.github.io/assets/book_covers/77773.jpg,book|https://www.goodreads.com/book/show/77773.To_Say_Nothing_of_the_Dog,science-fiction,,,,,, -282e1d79-52aa-498e-a4cf-f3db493bdb4c,"Neil Gaiman, The Graveyard Book",By Neil Gaiman,https://learn-awesome.github.io/assets/book_covers/2213661.jpg,book|https://www.goodreads.com/book/show/2213661.The_Graveyard_Book,fantasy,,,,,, -604dbd35-74b9-4db9-ab51-edbd8022ce05,Lord of Light,By Roger Zelazny,https://learn-awesome.github.io/assets/book_covers/13821.jpg,book|https://www.goodreads.com/book/show/13821.Lord_of_Light,science-fiction,,,,,, -79573206-4899-42e8-854c-72b860deeca9,"Isaac Asimov, The Gods Themselves",By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/41821.jpg,book|https://www.goodreads.com/book/show/41821.The_Gods_Themselves,science-fiction,,,,,, -615df323-53f1-4e0a-b9ba-a632244c1e71,"David Brin, The Uplift War",By David Brin,https://learn-awesome.github.io/assets/book_covers/234489.jpg,book|https://www.goodreads.com/book/show/234489.The_Uplift_War,science-fiction,,,,,, -4f50d0fa-8027-46a1-be5a-5625718f4186,"David Brin, Startide Rising",By David Brin,https://learn-awesome.github.io/assets/book_covers/234501.jpg,book|https://www.goodreads.com/book/show/234501.Startide_Rising,science-fiction,,,,,, -05f39fe5-c72a-4f7b-a551-766257808f03,"Neil Gaiman, American Gods",By Neil Gaiman,https://learn-awesome.github.io/assets/book_covers/34564139.jpg,book|https://www.goodreads.com/book/show/34564139-american-gods,comics,,,,,, -eb422cea-e53c-4726-a37c-4b2976bf4af9,"Connie Willis, Doomsday Book",By Connie Willis,https://learn-awesome.github.io/assets/book_covers/24983.jpg,book|https://www.goodreads.com/book/show/24983.Doomsday_Book,science-fiction,,,,,, -df019f61-3a96-4275-8dd4-d2f51d18f405,"Robert Charles Wilson, Spin",By Robert Charles Wilson,https://learn-awesome.github.io/assets/book_covers/910863.jpg,book|https://www.goodreads.com/book/show/910863.Spin,science-fiction,,,,,, -4dc564e7-d551-448b-a325-f6b4569529c8,"C. J. Cherryh, Cyteen",By C.J. Cherryh,https://learn-awesome.github.io/assets/book_covers/834518.jpg,book|https://www.goodreads.com/book/show/834518.Cyteen,science-fiction,,,,,, -b8530acd-797d-45bf-ae87-132839a0ecea,"Robert A. Heinlein, Starship Troopers",By Robert A. Heinlein,https://learn-awesome.github.io/assets/book_covers/17214.jpg,book|https://www.goodreads.com/book/show/17214.Starship_Troopers,science-fiction,,,,,, -6de7669a-1617-4015-a893-c5c6f0075f5f,"Robert A. Heinlein, Stranger in a Strange Land",By William H. Patterson Jr.,https://learn-awesome.github.io/assets/book_covers/50871.jpg,book|https://www.goodreads.com/book/show/50871.The_Martian_Named_Smith,default,,,,,, -b7cc02e5-0707-44db-9127-4673a30fedc4,"Alfred Bester, The Demolished Man",By Alfred Bester,https://learn-awesome.github.io/assets/book_covers/76740.jpg,book|https://www.goodreads.com/book/show/76740.The_Demolished_Man,science-fiction,,,,,, -c608eb4a-e91d-4fa3-93df-5824a8b6e92e,"Ann Leckie, Ancillary Justice",By Ann Leckie,https://learn-awesome.github.io/assets/book_covers/17333324.jpg,book|https://www.goodreads.com/book/show/17333324-ancillary-justice,science-fiction,,,,,, -52b91e23-ec65-4f98-ad88-96e5bd2eac0e,Stand on Zanzibar,By John Brunner,https://learn-awesome.github.io/assets/book_covers/41069.jpg,book|https://www.goodreads.com/book/show/41069.Stand_on_Zanzibar,science-fiction,,,,,, -1d381f61-d972-48ec-9968-11f0fa674187,Longevity FAQ — Laura Deming,,,article|https://www.ldeming.com/longevityfaq,longevity,,,,,, -eaa96be3-d349-4c67-b4e4-ae22d6069db3,"Arthur C. Clarke, The Fountains of Paradise",By Arthur C. Clarke,https://learn-awesome.github.io/assets/book_covers/149049.jpg,book|https://www.goodreads.com/book/show/149049.The_Fountains_of_Paradise,science-fiction,,,,,, -f5a94cc8-8876-4fbf-b97d-d62173521a64,"Joan D. Vinge, The Snow Queen",By Joan D. Vinge,https://learn-awesome.github.io/assets/book_covers/139986.jpg,book|https://www.goodreads.com/book/show/139986.The_Snow_Queen,science-fiction,,,,,, -14f64657-533a-4a4a-a4f8-3892cba72606,"Philip José Farmer, To Your Scattered Bodies Go",By Philip José Farmer,https://learn-awesome.github.io/assets/book_covers/189147.jpg,book|https://www.goodreads.com/book/show/189147.To_Your_Scattered_Bodies_Go,science-fiction,,,,,, -6722155d-a5d5-4c48-997c-3161da94c622,"Roger Zelazny, This Immortal",By Roger Zelazny,https://learn-awesome.github.io/assets/book_covers/13827.jpg,book|https://www.goodreads.com/book/show/13827.This_Immortal,sf,,,,,, -4f69e32c-a9ea-4b51-9444-097a6566e3c9,"Frank Herbert, Dune",By Frank Herbert,https://learn-awesome.github.io/assets/book_covers/53748.jpg,book|https://www.goodreads.com/book/show/53748.The_Notebooks_of_Frank_Herbert_s_Dune,science-fiction,,,,,, -be9d62ff-8c24-423f-aea4-74e556c48784,"China Miéville, The City & the City",By China Miéville,https://learn-awesome.github.io/assets/book_covers/4703581.jpg,book|https://www.goodreads.com/book/show/4703581-the-city-the-city,fantasy,,,,,, -c23d147d-e798-4be8-8de9-e724cab854a9,"C. J. Cherryh, Downbelow Station",By C.J. Cherryh,https://learn-awesome.github.io/assets/book_covers/57045.jpg,book|https://www.goodreads.com/book/show/57045.Downbelow_Station,science-fiction,,,,,, -dd92d7de-b1cb-48d0-961b-15e8f885ee81,"T. H. White, The Sword in the Stone",By T.H. White,https://learn-awesome.github.io/assets/book_covers/316845.jpg,book|https://www.goodreads.com/book/show/316845.The_Sword_in_the_Stone,fantasy,,,,,, -408ddeb1-5391-474e-87dc-b69046806166,"Robert A. Heinlein, Double Star",By Robert A. Heinlein,https://learn-awesome.github.io/assets/book_covers/175324.jpg,book|https://www.goodreads.com/book/show/175324.Double_Star,science-fiction,,,,,, -926be69f-0c3f-4e48-b0d3-5ca9e62b97dc,"Kate Wilhelm, Where Late the Sweet Birds Sang",By Kate Wilhelm,https://learn-awesome.github.io/assets/book_covers/968827.jpg,book|https://www.goodreads.com/book/show/968827.Where_Late_the_Sweet_Birds_Sang,science-fiction,,,,,, -2e909045-dbf9-43df-be53-eb91d08beb61,"Vonda N. McIntyre, Dreamsnake",By Vonda N. McIntyre,https://learn-awesome.github.io/assets/book_covers/263021.jpg,book|https://www.goodreads.com/book/show/263021.Dreamsnake,science-fiction,,,,,, -df7b78f6-18fc-41df-b1ef-8084d798a55d,Redshirts,By John Scalzi,https://learn-awesome.github.io/assets/book_covers/13055592.jpg,book|https://www.goodreads.com/book/show/13055592-redshirts,science-fiction,,,,,, -4c25bc0e-6a54-4172-95ab-06dfe75c9ffc,"Connie Willis, Blackout/All Clear",By Connie Willis,https://learn-awesome.github.io/assets/book_covers/6506307.jpg,book|https://www.goodreads.com/book/show/6506307-blackout,science-fiction,,,,,, -a37ddd2e-f934-4a4c-bdd2-48728ebe77c3,"William Gibson, Neuromancer",By William Gibson,https://learn-awesome.github.io/assets/book_covers/14772.jpg,book|https://www.goodreads.com/book/show/14772.William_Gibson_s_Neuromancer,comics,,,,,, -49d1d4ff-1518-43e7-ba6f-77d9144b077d,"Robert J. Sawyer, Hominids",By Robert J. Sawyer,https://learn-awesome.github.io/assets/book_covers/264946.jpg,book|https://www.goodreads.com/book/show/264946.Hominids,science-fiction,,,,,, -d56709c7-b470-4944-a88f-0901acec03ec,"Ursula K. Le Guin, The Dispossessed",By Laurence Davis,https://learn-awesome.github.io/assets/book_covers/68037.jpg,book|https://www.goodreads.com/book/show/68037.New_Utopian_Politics_of_Ursula_K_Le_Guin_s_the_Dispossessed,fiction,,,,,, -064e3863-0658-4d7f-a999-06332379c766,"Vernor Vinge, Rainbows End",By Vernor Vinge,https://learn-awesome.github.io/assets/book_covers/102439.jpg,book|https://www.goodreads.com/book/show/102439.Rainbows_End,science-fiction,,,,,, -3567fe02-71b4-48bb-9615-f647d21643b1,"Robert A. Heinlein, Farmer in the Sky",By Robert A. Heinlein,https://learn-awesome.github.io/assets/book_covers/50851.jpg,book|https://www.goodreads.com/book/show/50851.Farmer_in_the_Sky,science-fiction,,,,,, -db8579b0-d607-4511-9d93-62fb12844b40,"Paolo Bacigalupi, The Windup Girl",By Paolo Bacigalupi,https://learn-awesome.github.io/assets/book_covers/6597651.jpg,book|https://www.goodreads.com/book/show/6597651-the-windup-girl,science-fiction,,,,,, -9d0250b2-03b4-4c03-ace9-02e285f2e1db,"Robert A. Heinlein, Beyond This Horizon",By Robert A. Heinlein,https://learn-awesome.github.io/assets/book_covers/540503.jpg,book|https://www.goodreads.com/book/show/540503.Beyond_This_Horizon,science-fiction,,,,,, -186c8c9d-5341-49be-bd78-0e2f34078dcf,The Yiddish Policemen's Union,By Michael Chabon,https://learn-awesome.github.io/assets/book_covers/16703.jpg,book|https://www.goodreads.com/book/show/16703.The_Yiddish_Policemen_s_Union,fiction,,,,,, -6cfc57a1-9b7e-4113-9c36-df2340b30d20,"A. E. van Vogt, Slan",By A.E. van Vogt,https://learn-awesome.github.io/assets/book_covers/643792.jpg,book|https://www.goodreads.com/book/show/643792.Slan,science-fiction,,,,,, -13803741-6bd0-42d6-b142-5fb7c6410efb,"Jo Walton, Among Others",By Jo Walton,https://learn-awesome.github.io/assets/book_covers/8706185.jpg,book|https://www.goodreads.com/book/show/8706185-among-others,fantasy,,,,,, -170dcbd2-b7ef-4356-a55c-91b9113bd7d4,"Philip K. Dick, The Man in the High Castle",By Philip K. Dick,https://learn-awesome.github.io/assets/book_covers/216363.jpg,book|https://www.goodreads.com/book/show/216363.The_Man_in_the_High_Castle,science-fiction,,,,,, -e59bf44d-96d7-4a34-ae45-497a39d997b1,"Larry Niven, Ringworld",By Kevin Stein,https://learn-awesome.github.io/assets/book_covers/61178.jpg,book|https://www.goodreads.com/book/show/61178.The_Guide_to_Larry_Niven_s_Ringworld,science-fiction,,,,,, -54f6b35a-5eda-434c-92c3-2d65deb6f4c9,"Fritz Leiber, The Wanderer",By Fritz Leiber,https://learn-awesome.github.io/assets/book_covers/218709.jpg,book|https://www.goodreads.com/book/show/218709.The_Wanderer,science-fiction,,,,,, -9378e9cf-08df-4526-9728-ce0695d9b2c1,"Frederik Pohl, Gateway",By Frederik Pohl,,book|https://www.goodreads.com/book/show/3782011-frederik-pohl-s-gateway,owned,,,,,, -85ba1df9-fa2e-4918-a37f-a728b98110af,"Fritz Leiber, The Big Time",By Fritz Leiber,https://learn-awesome.github.io/assets/book_covers/102281.jpg,book|https://www.goodreads.com/book/show/102281.The_Big_Time,science-fiction,,,,,, -2f049745-fd27-42bc-bad6-ef4ebe50b446,"Mark Clifton, They'd Rather Be Right",By Mark Clifton,https://learn-awesome.github.io/assets/book_covers/754001.jpg,book|https://www.goodreads.com/book/show/754001.They_d_Rather_Be_Right,science-fiction,,,,,, -c314e4ca-1f06-4557-ab1e-724fe7603bdd,"Orson Scott Card, Ender's Game",By Cengage Learning Gale,,book|https://www.goodreads.com/book/show/35985455-a-study-guide-for-orson-scott-card-s-ender-s-game,fiction,,,,,, -8e6030ec-035a-4da7-bc2a-682c7e4a34f5,"Susanna Clarke, Jonathan Strange & Mr Norrell",By Arite Keller,https://learn-awesome.github.io/assets/book_covers/29094550.jpg,book|https://www.goodreads.com/book/show/29094550-the-role-of-history-in-susanna-clarke-s-jonathan-strange-mr-norrell,literature,,,,,, -8255ad88-daea-4991-8eb5-ba96f4dea772,"Walter M. Miller, Jr., A Canticle for Leibowitz",By Cengage Learning Gale,,book|https://www.goodreads.com/book/show/35987534-a-study-guide-for-walter-m-miller-jr-s-a-canticle-for-leibowitz,literature,,,,,, -16cc275b-cdbc-4b8a-825d-8ea0f0cf3920,"James Blish, A Case of Conscience",By Books LLC,https://learn-awesome.github.io/assets/book_covers/8715320.jpg,book|https://www.goodreads.com/book/show/8715320-works-by-james-blish,science-fiction,,,,,, -cc8eb92f-b148-4ef5-b398-2b71f4bd18a2,The Culture: Consider Phlebas/Player of Games/Use of Weapons ,By Iain M. Banks,https://learn-awesome.github.io/assets/book_covers/13701729.jpg,book|https://www.goodreads.com/book/show/13701729-the-culture,science-fiction,,,,,, -4903576f-6626-45ff-b2a1-442d1a71b4f7,Ignition!: An Informal History of Liquid Rocket Propellants,By John Drury Clark,https://learn-awesome.github.io/assets/book_covers/677285.jpg,book|https://www.goodreads.com/book/show/677285.Ignition_,science,,,,,, -cfa6f3d7-1632-404a-9b1a-080e31e5944a,The Wealth of Nations,By Adam Smith,https://learn-awesome.github.io/assets/book_covers/25698.jpg,book|https://www.goodreads.com/book/show/25698.The_Wealth_of_Nations,economics,,,,,, -1a132f10-5cac-456c-9ff6-11e5e6c90e1b,Our Final Invention: Artificial Intelligence and the End of the Human Era ,By James Barrat,https://learn-awesome.github.io/assets/book_covers/17286699.jpg,book|https://www.goodreads.com/book/show/17286699-our-final-invention,science,,,,,, -26187462-1cd0-4658-94c8-1d0a78c93b97,Screw Business as Usual,By Richard Branson,https://learn-awesome.github.io/assets/book_covers/12357518._SX98_.jpg,book|https://www.goodreads.com/book/show/12357518-screw-business-as-usual,business,,,,,, -103eea30-d883-498b-b70e-5aed499b2814,Rocket Propulsion Elements,By George P. Sutton,https://learn-awesome.github.io/assets/book_covers/7682536.jpg,book|https://www.goodreads.com/book/show/7682536-rocket-propulsion-elements,engineering,,,,,, -fd2a3bdd-2954-44f4-842c-4fe50b035a3c,International Reference Guide to Space Launch Systems (Library of Flight),By Steven J. Isakowitz,https://learn-awesome.github.io/assets/book_covers/1952815.jpg,book|https://www.goodreads.com/book/show/1952815.International_Reference_Guide_to_Space_Launch_Systems,space,,,,,, -475602ef-9c73-4198-bfff-423782fe3f50,Aerothermodynamics of Gas Turbine and Rocket Propulsion (AIAA Education Series),By Gordon C. Oates,,book|https://www.goodreads.com/book/show/3587986-aerothermodynamics-of-gas-turbine-and-rocket-propulsion,science,,,,,, -a3623d12-1f3b-43e8-b00f-387dd382fc11,The Fault in Our Stars,By John Green,https://learn-awesome.github.io/assets/book_covers/11870085._SX98_.jpg,book|https://www.goodreads.com/book/show/11870085-the-fault-in-our-stars,young-adult,,,,,, -b25579ce-1f0c-49dc-876a-14e9fa634dbe,The Machine Stops,By E.M. Forster,https://learn-awesome.github.io/assets/book_covers/4711854.jpg,book|https://www.goodreads.com/book/show/4711854-the-machine-stops,science-fiction,,,,,, -a9f7a9d7-457f-4926-a1e9-e9c148560cef,Life 3.0: Being Human in the Age of Artificial Intelligence,By Max Tegmark,https://learn-awesome.github.io/assets/book_covers/34272565._SX98_.jpg,book|https://www.goodreads.com/book/show/34272565-life-3-0,science,,,,,, -3fc3ab7d-3da0-41d6-960c-ca4d7429d84e,If the Universe Is Teeming with Aliens ... WHERE IS EVERYBODY?: Fifty Solutions to the Fermi Paradox and the Problem of Extraterrestrial Life,By Stephen Webb,https://learn-awesome.github.io/assets/book_covers/180506.jpg,book|https://www.goodreads.com/book/show/180506.If_the_Universe_Is_Teeming_with_Aliens_Where_Is_Everybody_,science,,,,,, -68ea53fc-484a-4dfc-bb60-27528f32916f,"The Big Picture: On the Origins of Life, Meaning, and the Universe Itself",By Sean Carroll,https://learn-awesome.github.io/assets/book_covers/26150770._SX98_.jpg,book|https://www.goodreads.com/book/show/26150770-the-big-picture,science,,,,,, -d74dab3b-e26d-469d-826f-16a0816e02e9,The Culture Series,By Xavier Neal,https://learn-awesome.github.io/assets/book_covers/38721612.jpg,book|https://www.goodreads.com/book/show/38721612-redneck-romeo,kindle-unlimited,,,,,, -ff42f41d-1cb3-443c-9d9b-6da037a843cf,The Human Interface,By Richard Epworth,https://learn-awesome.github.io/assets/book_covers/24327125.jpg,book|https://www.goodreads.com/book/show/24327125-bottleneck---our-human-interface-with-reality,actually-wtr,,,,,, -7ac2247e-d746-4b6d-9a0e-0819ecccb131,The Wise Heart: A Guide to the Universal Teachings of Buddhist Psychology ,By Jack Kornfield,https://learn-awesome.github.io/assets/book_covers/1920089.jpg,book|https://www.goodreads.com/book/show/1920089.The_Wise_Heart,buddhism,,,,,, -cd89b4b4-222c-49e0-8222-0cc1fb0d2de0,Axiomatic,By Greg Egan,https://learn-awesome.github.io/assets/book_covers/156783.jpg,book|https://www.goodreads.com/book/show/156783.Axiomatic,science-fiction,,,,,, -141ce20c-22c1-4417-838b-b0a7e344a548,Cryptonomicon,By Neal Stephenson,https://learn-awesome.github.io/assets/book_covers/816.jpg,book|https://www.goodreads.com/book/show/816.Cryptonomicon,fiction,,,,,, -c7f56640-4147-44e4-9268-da8454979c27,The Tao of Leadership,By Max Landsberg,,book|https://www.goodreads.com/book/show/2416727.The_Tao_of_Leadership,transformation-mastery,,,,,, -b8399147-91d1-480e-b257-9a3e11773ac9,Poor Economics,By Abhijit V. Banerjee,https://learn-awesome.github.io/assets/book_covers/10245602.jpg,book|https://www.goodreads.com/book/show/10245602-poor-economics,economics,,,,,, -51573b6d-6915-4ac7-a7a5-65cea7eea376,"I, Robot",By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/41804.jpg,book|https://www.goodreads.com/book/show/41804.I_Robot,science-fiction,,,,,, -3f8cd1b6-cee6-412c-8643-6ab0a8549912,Beyond Religion: Ethics For the Whole World,By Dalai Lama XIV,https://learn-awesome.github.io/assets/book_covers/11346463.jpg,book|https://www.goodreads.com/book/show/11346463-beyond-religion,non-fiction,,,,,, -08dce56d-ce4d-495f-bb39-b5355bea1d3e,Childhood's End,By Arthur C. Clarke,https://learn-awesome.github.io/assets/book_covers/414999.jpg,book|https://www.goodreads.com/book/show/414999.Childhood_s_End,science-fiction,,,,,, -010afc9e-131e-44b0-b400-10feff11e4c5,The Lean Startup,By Laura Klein,https://learn-awesome.github.io/assets/book_covers/16128986.jpg,book|https://www.goodreads.com/book/show/16128986-ux-for-lean-startups,design,,,,,, -730f2b48-04e0-47c2-8c21-b5532e88a225,Marooned in Realtime,By Vernor Vinge,https://learn-awesome.github.io/assets/book_covers/167847.jpg,book|https://www.goodreads.com/book/show/167847.Marooned_in_Realtime,science-fiction,,,,,, -10f25d79-a0b5-4866-b24a-3b3f05aacf86,Healing Back Pain: The Mindbody Connection,By John E. Sarno,https://learn-awesome.github.io/assets/book_covers/144873.jpg,book|https://www.goodreads.com/book/show/144873.Healing_Back_Pain,health,,,,,, -e4662b73-30eb-462c-b03c-a41006b0c770,The Foundation: A Great American Secret ,By Joel L. Fleishman,https://learn-awesome.github.io/assets/book_covers/10310142.jpg,book|https://www.goodreads.com/book/show/10310142-casebook-for-the-foundation,organisations,,,,,, -ad5ef675-b2d5-4a01-a7f4-ac0f9ca9a086,The Peace War ,By Vernor Vinge,https://learn-awesome.github.io/assets/book_covers/167845.jpg,book|https://www.goodreads.com/book/show/167845.The_Peace_War,science-fiction,,,,,, -22efc6d3-1f46-430d-9dee-16f411119be3,I Am a Strange Loop,By Douglas R. Hofstadter,https://learn-awesome.github.io/assets/book_covers/123471.jpg,book|https://www.goodreads.com/book/show/123471.I_Am_a_Strange_Loop,philosophy,,,,,, -30eb1cb5-7f77-42ce-88bd-233fb9b8a175,The 15 Commitments of Conscious Leadership,By Jim Dethmer,https://learn-awesome.github.io/assets/book_covers/23275060._SX98_.jpg,book|https://www.goodreads.com/book/show/23275060-15-commitments-of-conscious-leadership,leadership,,,,,, -64a1cf59-cf50-4573-a7d6-d105a8144bb5,Good to Great: Why Some Companies Make the Leap … and Others Don’t,By James C. Collins,https://learn-awesome.github.io/assets/book_covers/76865.jpg,book|https://www.goodreads.com/book/show/76865.Good_to_Great,business,,,,,, -db969db2-7ece-42ec-8a8a-5326b94cd8f3,Creation: Life and How to Make It,By Steve Grand,https://learn-awesome.github.io/assets/book_covers/304444.jpg,book|https://www.goodreads.com/book/show/304444.Creation,science,,,,,, -974c7820-4a96-495b-8631-e533991f0994,Lean Thinking: Banish Waste and Create Wealth in Your Corporation,By James P. Womack,https://learn-awesome.github.io/assets/book_covers/289467.jpg,book|https://www.goodreads.com/book/show/289467.Lean_Thinking,business,,,,,, -c696748a-5b85-40af-a10f-305299ce8ac2,Memos from the Chairman,By Alan C. Greenberg,https://learn-awesome.github.io/assets/book_covers/1069335.jpg,book|https://www.goodreads.com/book/show/1069335.Memos_from_the_Chairman,business,,,,,, -d5a39123-a66f-43db-bb7a-871464c5e9d1,Educated: A Memoir,By Tara Westover,https://learn-awesome.github.io/assets/book_covers/35133922.jpg,book|https://www.goodreads.com/book/show/35133922-educated,non-fiction,,,,,, -52e0563e-87f3-4b15-b747-6f4c1b7629f7,The Gene: An Intimate History,By Siddhartha Mukherjee,https://learn-awesome.github.io/assets/book_covers/27276428.jpg,book|https://www.goodreads.com/book/show/27276428-the-gene,science,,,,,, -ee6b09a3-2903-4fcc-8caa-c30ff3b96d36,The Moment of Lift: How Empowering Women Changes the World ,By Melinda Gates,https://learn-awesome.github.io/assets/book_covers/40776644.jpg,book|https://www.goodreads.com/book/show/40776644-the-moment-of-lift,non-fiction,,,,,, -77577451-d520-4f2c-a93c-19f2aaba4fa4,Winners Take All: The Elite Charade of Changing the World ,By Anand Giridharadas,https://learn-awesome.github.io/assets/book_covers/37506348.jpg,book|https://www.goodreads.com/book/show/37506348-winners-take-all,non-fiction,,,,,, -8d38dca8-eed2-4890-b755-486fd6f35fca,The Headspace Guide to Meditation and Mindfulness,By Andy Puddicombe,https://learn-awesome.github.io/assets/book_covers/27414493.jpg,book|https://www.goodreads.com/book/show/27414493-the-headspace-guide-to-meditation-mindfulness,non-fiction,,,,,, -bf4e8b5b-d0a8-4172-b0e2-7b84bb5683a4,Blitzscalling: The Lightning Fast Path to Building Massively Valuable Companies,By Reid Hoffman,https://learn-awesome.github.io/assets/book_covers/38398157.jpg,book|https://www.goodreads.com/book/show/38398157-blitzscaling,business,,,,,, -cb197c13-91a6-4a0a-8860-a685ad738ceb,Measure What Matters,By John Doerr,https://learn-awesome.github.io/assets/book_covers/39286958.jpg,book|https://www.goodreads.com/book/show/39286958-measure-what-matters,business,,,,,, -f943dc5e-68b6-4597-a5a6-92560c277ed7,Seveneves,By Neal Stephenson,https://learn-awesome.github.io/assets/book_covers/22816087.jpg,book|https://www.goodreads.com/book/show/22816087-seveneves,science-fiction,,,,,, -ebc4cffd-3f30-461a-9246-eb748198b62a,Army of None by Paul Scharre,By Paul Scharre,https://learn-awesome.github.io/assets/book_covers/40180025._SX98_.jpg,book|https://www.goodreads.com/book/show/40180025-army-of-none,non-fiction,,,,,, -4ceaedf7-b2aa-432a-a785-8142099fd568,On Immunity: An Inoculation,By Eula Biss,https://learn-awesome.github.io/assets/book_covers/20613511.jpg,book|https://www.goodreads.com/book/show/20613511-on-immunity,non-fiction,,,,,, -f042a1ac-584f-4dfd-8bd5-cce277c73ebb,From the Ground Up: A Journey to Reimagine the Promise of America,By Howard Schultz,https://learn-awesome.github.io/assets/book_covers/42176907.jpg,book|https://www.goodreads.com/book/show/42176907-from-the-ground-up,biography,,,,,, -db4495c2-2d4f-4fa3-87c8-a06fc7d8c293,Upheaval by Jared Diamond,By Jared Diamond,https://learn-awesome.github.io/assets/book_covers/41716904._SX98_.jpg,book|https://www.goodreads.com/book/show/41716904-upheaval,history,,,,,, -b6aae46b-95bf-4b30-9f7d-b531cc286440,Nine Pints by Rose George,By Rose George,https://learn-awesome.github.io/assets/book_covers/38232376._SX98_.jpg,book|https://www.goodreads.com/book/show/38232376-nine-pints,science,,,,,, -b1ba96af-9b20-4c8b-9b98-9e349ff7cca4,"A Gentleman in Moscow, by Amor Towles",By The Summary Guy,,book|https://www.goodreads.com/book/show/34856078-summary---a-gentleman-in-moscow,fsca-book-club-2019,,,,,, -aa62f2da-86ef-48ba-ab65-0d825ad92016,"Presidents of War, by Michael Beschloss",By Michael R. Beschloss,https://learn-awesome.github.io/assets/book_covers/37792766._SX98_.jpg,book|https://www.goodreads.com/book/show/37792766-presidents-of-war,history,,,,,, -f7ef3015-6152-4bb2-af98-e7fa649a2b87,"The Future of Capitalism, by Paul Collier",By Paul Collier,https://learn-awesome.github.io/assets/book_covers/36628413._SX98_.jpg,book|https://www.goodreads.com/book/show/36628413-the-future-of-capitalism,economics,,,,,, -f38c564f-8e85-402b-9cb5-1ede98f67098,Everything Happens for a Reason and Other Lies I’ve Loved,By Kate Bowler,https://learn-awesome.github.io/assets/book_covers/35133923._SX98_.jpg,book|https://www.goodreads.com/book/show/35133923-everything-happens-for-a-reason,non-fiction,,,,,, -0e13b443-5d50-431a-bc06-67449ad558c0,The Best We Could Do,By Thi Bui,https://learn-awesome.github.io/assets/book_covers/29936927._SX98_.jpg,book|https://www.goodreads.com/book/show/29936927-the-best-we-could-do,graphic-novels,,,,,, -08bc6a15-9986-4989-93c9-92b2338db979,Evicted,By Matthew Desmond,https://learn-awesome.github.io/assets/book_covers/25852784.jpg,book|https://www.goodreads.com/book/show/25852784-evicted,non-fiction,,,,,, -8665865c-ebe8-49e6-b8c9-b9798f40c920,"Believe Me: A Memoir of Love, Death, and Jazz Chickens",By Eddie Izzard,https://learn-awesome.github.io/assets/book_covers/24611840._SX98_.jpg,book|https://www.goodreads.com/book/show/24611840-believe-me,non-fiction,,,,,, -444972d3-515f-4967-996b-70fd3ecffb57,The Sympathizer by Viet Thanh Nguyen,By Trivion Books,https://learn-awesome.github.io/assets/book_covers/33542670.jpg,book|https://www.goodreads.com/book/show/33542670-the-sympathizer-by-viet-thanh-nguyen,bill-gates,,,,,, -f0031a68-a06a-4747-b656-4fcc5706555c,Born a Crime,By Trevor Noah,https://learn-awesome.github.io/assets/book_covers/29780253._SX98_.jpg,book|https://www.goodreads.com/book/show/29780253-born-a-crime,non-fiction,,,,,, -0028d529-8221-449b-9c09-e4d4ea8adf1c,"The Heart, by Maylis de Kerangal",By Maylis de Kerangal,https://learn-awesome.github.io/assets/book_covers/25664510._SX98_.jpg,book|https://www.goodreads.com/book/show/25664510-the-heart,fiction,,,,,, -6e464b56-d8b8-43f7-9102-96c6545cff80,"A Full Life, by Jimmy Carter",By Instaread Summaries,,book|https://www.goodreads.com/book/show/29465718-a-full-life-by-jimmy-carter-summary-analysis,biographies,,,,,, -7effd329-3aef-4d90-b0a0-0f119dccaee6,The Myth of the Strong Leader,By Archie Brown,https://learn-awesome.github.io/assets/book_covers/18160136.jpg,book|https://www.goodreads.com/book/show/18160136-the-myth-of-the-strong-leader,politics,,,,,, -9e9b16a8-403e-4cbc-abe1-b74ad22255c5,"The Grid, by Gretchen Bakke",By Gretchen Bakke,https://learn-awesome.github.io/assets/book_covers/26073005._SX98_.jpg,book|https://www.goodreads.com/book/show/26073005-the-grid,non-fiction,,,,,, -e6a0632d-ee41-49ee-bc00-30457cfe3c03,"The Power to Compete, by Ryoichi Mikitani and Hiroshi Mikitani",By Hiroshi Mikitani,https://learn-awesome.github.io/assets/book_covers/22775647._SX98_.jpg,book|https://www.goodreads.com/book/show/22775647-the-power-to-compete,business,,,,,, -6ff03c42-b87b-46aa-954e-7f54684e867b,Being Nixon: A Man Divided,By Evan Thomas,https://learn-awesome.github.io/assets/book_covers/25241663._SX98_.jpg,book|https://www.goodreads.com/book/show/25241663-being-nixon,biography,,,,,, -05a8b0b7-b78a-421c-94a6-46eeb6646267,Sustainable Materials With Both Eyes Open,By Julian M. Allwood,https://learn-awesome.github.io/assets/book_covers/13072034._SX98_.jpg,book|https://www.goodreads.com/book/show/13072034-sustainable-materials---with-both-eyes-open,science,,,,,, -94d74f27-fa2d-4503-8660-ac1c67c783d9,Eradication: Ridding the World of Diseases Forever?,By Nancy Leys Stepan,https://learn-awesome.github.io/assets/book_covers/12931176.jpg,book|https://www.goodreads.com/book/show/12931176-eradication,science,,,,,, -12e284a0-a6b2-41ef-a1df-ef3ea6206d40,"Hyperbole and a Half, by Allie Brosh",By Trivion Books,https://learn-awesome.github.io/assets/book_covers/26261249.jpg,book|https://www.goodreads.com/book/show/26261249-hyperbole-and-a-half-by-allie-brosh-trivia-on-books,personal-development,,,,,, -2b2259a0-0dee-4985-ad14-f4e0e9cf7867,"What If?, by Randall Munroe",By aBookaDay,https://learn-awesome.github.io/assets/book_covers/29813119.jpg,book|https://www.goodreads.com/book/show/29813119-summary-of-what-if,science,,,,,, -47910dc4-f041-4863-bd28-b47027968256,Should We Eat Meat?,By Vaclav Smil,https://learn-awesome.github.io/assets/book_covers/17298300._SX98_.jpg,book|https://www.goodreads.com/book/show/17298300-should-we-eat-meat,non-fiction,,,,,, -082b7fbb-8175-42ee-a8b0-94c05cc5aaa9,"Business Adventures, by John Brooks",By Instaread Summaries,https://learn-awesome.github.io/assets/book_covers/30265077._SX98_.jpg,book|https://www.goodreads.com/book/show/30265077-summary-of-business-adventures,business,,,,,, -4a34be72-6cf2-46a9-a599-656f387e2d80,"Capital in the Twenty-First Century, by Thomas Piketty",By Omar Elbaga,https://learn-awesome.github.io/assets/book_covers/22620288.jpg,book|https://www.goodreads.com/book/show/22620288-capital-in-the-twenty-first-century-by-thomas-piketty----summary,non-fiction,,,,,, -7b41fd24-a511-4bdb-a172-69634a9086fc,"The Rosie Effect, by Graeme Simsion",By BookHabits,https://learn-awesome.github.io/assets/book_covers/37799015.jpg,book|https://www.goodreads.com/book/show/37799015-summary-of-the-rosie-effect-by-graeme-simsion-conversation-starters,communication,,,,,, -d900148d-e2b4-4dba-b9be-87fb5f24a58f,Making the Modern World: Materials and Dematerialization,By Vaclav Smil,https://learn-awesome.github.io/assets/book_covers/17941760._SX98_.jpg,book|https://www.goodreads.com/book/show/17941760-making-the-modern-world,non-fiction,,,,,, -0a7c1103-50b8-4cc2-a752-8a1d5891c632,Stress Test: Reflections on Financial Crises ,By Timothy F. Geithner,https://learn-awesome.github.io/assets/book_covers/22889809.jpg,book|https://www.goodreads.com/book/show/22889809-stress-test,economics,,,,,, -e6e12f84-f304-40b5-9a37-64e6806895c1,"The Rosie Project: A Novel, by Graeme Simsion",By Instatrivia,https://learn-awesome.github.io/assets/book_covers/25266664.jpg,book|https://www.goodreads.com/book/show/25266664-the-rosie-project,bill-gates,,,,,, -1e148dc8-0b34-46e5-bd7d-0710bfa7c69c,"Reinventing American Health Care: How the Affordable Care Act Will Improve Our Terribly Complex, Blatantly Unjust, Outrageously Expensive, Grossly Inefficient, Error Prone System",By Ezekiel J. Emanuel,https://learn-awesome.github.io/assets/book_covers/20973942.jpg,book|https://www.goodreads.com/book/show/20973942-reinventing-american-health-care,healthcare,,,,,, -8334f144-04ef-4d66-9390-8b3c8ed5744a,"The Most Powerful Idea in the World, by William Rosen",By William Rosen,https://learn-awesome.github.io/assets/book_covers/7863046._SX98_.jpg,book|https://www.goodreads.com/book/show/7863046-the-most-powerful-idea-in-the-world,history,,,,,, -ed65e049-5a60-4438-8d2e-ff2626e12e73,Harvesting the Biosphere,By Vaclav Smil,https://learn-awesome.github.io/assets/book_covers/16248618._SX98_.jpg,book|https://www.goodreads.com/book/show/16248618-harvesting-the-biosphere,science,,,,,, -038da670-2d69-470e-b9bf-fd789f4f7c6a,"The World Until Yesterday, by Jared Diamond",By Jared Diamond,https://learn-awesome.github.io/assets/book_covers/15766601._SX98_.jpg,book|https://www.goodreads.com/book/show/15766601-the-world-until-yesterday,non-fiction,,,,,, -f2428b0c-706e-4633-81ef-fb64e739bb71,Poor Numbers,By Morten Jerven,https://learn-awesome.github.io/assets/book_covers/16167926._SX98_.jpg,book|https://www.goodreads.com/book/show/16167926-poor-numbers,economics,,,,,, -1933dc24-541d-44e7-b191-e6d3e1b6acdb,"Why Does College Cost So Much?, by Robert B. Archibald and David H. Feldman",By Robert B. Archibald,https://learn-awesome.github.io/assets/book_covers/8362931.jpg,book|https://www.goodreads.com/book/show/8362931-why-does-college-cost-so-much,education,,,,,, -8abd2c5d-2575-48b0-b245-0091262ddc50,"The Bet: Paul Ehrlich, Julian Simon, and Our Gamble over Earth's Future",By Paul Sabin,https://learn-awesome.github.io/assets/book_covers/17572998.jpg,book|https://www.goodreads.com/book/show/17572998-the-bet,non-fiction,,,,,, -05f34dd7-bafc-4b0b-a9f5-3f59f8aaafea,How Rational Math Catches Slippery Irrational Numbers,,,article|https://www.quantamagazine.org/how-rational-math-catches-slippery-irrational-numbers-20200310/,irrational-numbers,,,,,, -2d6d8b34-6ff2-430f-8c49-e53b46793516,Made in the USA: The Rise and Retreat of American Manufacturing,By Vaclav Smil,https://learn-awesome.github.io/assets/book_covers/17471034._SX98_.jpg,book|https://www.goodreads.com/book/show/17471034-made-in-the-usa,economics,,,,,, -6a297c53-5bbc-4e95-982d-7c6f64665c15,"Japan's Dietary Transition and Its Impacts (Food, Health, and the Environment)",By Vaclav Smil,https://learn-awesome.github.io/assets/book_covers/15857472._SX98_.jpg,book|https://www.goodreads.com/book/show/15857472-japan-s-dietary-transition-and-its-impacts,bill-gates,,,,,, -564247f9-0b64-474a-a7b0-ddb6e0e83caa,However Long the Night: Molly Melching's Journey to Help Millions of African Women and Girls,By Aimee Molloy,https://learn-awesome.github.io/assets/book_covers/41014847._SX98_.jpg,book|https://www.goodreads.com/book/show/41014847-however-long-the-night,non-fiction,,,,,, -e2f10232-be6a-4ebc-9b29-0214ece17894,Whistling Vivaldi: How Stereotypes Affect Us and What We Can Do (Issues of Our Time),By Claude M. Steele,https://learn-awesome.github.io/assets/book_covers/9662130.jpg,book|https://www.goodreads.com/book/show/9662130-whistling-vivaldi,non-fiction,,,,,, -084b7c1d-05e2-494f-9d5b-076b97080f90,Patriot and Assassin,By Robert Cook,https://learn-awesome.github.io/assets/book_covers/17293275._SX98_.jpg,book|https://www.goodreads.com/book/show/17293275-patriot-and-assassin,bill-gates,,,,,, -95d7217e-8dbd-4d1d-be73-1f775fdb6c4d,The Better Angels of our Nature: Why Violence has Declined by Steven Pinker,By Otto Barnhill,https://learn-awesome.github.io/assets/book_covers/35171411.jpg,book|https://www.goodreads.com/book/show/35171411-summary-of-the-better-angels-of-our-nature,social-issues,,,,,, -faebdb97-863a-4849-baa5-2d42cb8c68e2,Deng Xiaoping by Ezra Vogel,By Ezra F. Vogel,https://learn-awesome.github.io/assets/book_covers/11472345.jpg,book|https://www.goodreads.com/book/show/11472345-deng-xiaoping-and-the-transformation-of-china,china,,,,,, -a5476137-65c6-4e9f-b6d9-2e38e98349d6,The Quest by Daniel Yergin,By Daniel Yergin,https://learn-awesome.github.io/assets/book_covers/169354.jpg,book|https://www.goodreads.com/book/show/169354.The_Prize,history,,,,,, -045f8590-dd51-4460-b97c-259f01a0945a,Moonwalking with Einstein by Joshua Foer,By Instaread Summaries,https://learn-awesome.github.io/assets/book_covers/30819100.jpg,book|https://www.goodreads.com/book/show/30819100-summary-of-moonwalking-with-einstein,audio-wanted,,,,,, -143ae9a9-efae-4c8b-bf6b-894522621a6e,"Behind the Beautiful Forevers: Life, Death, and Hope in a Mumbai Undercity",By Katherine Boo,https://learn-awesome.github.io/assets/book_covers/11869272.jpg,book|https://www.goodreads.com/book/show/11869272-behind-the-beautiful-forevers,non-fiction,,,,,, -91bffdf6-24fd-434e-aba6-a66d892b9fe9,One Billion Hungry: Can We Feed the World? by Gordon Conway,By Gordon Conway,https://learn-awesome.github.io/assets/book_covers/14923012._SX98_.jpg,book|https://www.goodreads.com/book/show/14923012-one-billion-hungry,non-fiction,,,,,, -5393ea20-16de-4491-a6d4-b89cc50e993a,A World-Class Education by Vivien Stewart,By Vivien Stewart,https://learn-awesome.github.io/assets/book_covers/13493272._SX98_.jpg,book|https://www.goodreads.com/book/show/13493272-a-world-class-education,education,,,,,, -e7e5418d-2238-4c48-bec0-aa3d00e92c2c,This Time is Different: Eight Centuries of Financial Folly by Carmen Reinhart & Kenneth Rogoff,By Carmen M. Reinhart,https://learn-awesome.github.io/assets/book_covers/6372440._SX98_.jpg,book|https://www.goodreads.com/book/show/6372440-this-time-is-different,economics,,,,,, -b0b3c1f4-8062-4117-9199-27d7391fa70f,The City that Became Safe: New York’s Lessons for Urban Crime and Its Control by Franklin Zimring,By Franklin E. Zimring,https://learn-awesome.github.io/assets/book_covers/11598788.jpg,book|https://www.goodreads.com/book/show/11598788-the-city-that-became-safe,non-fiction,,,,,, -7d319343-8044-4552-92e5-89435ed78f5c,The Man Who Stayed Behind,By Sidney Rittenberg,https://learn-awesome.github.io/assets/book_covers/832665.jpg,book|https://www.goodreads.com/book/show/832665.The_Man_Who_Stayed_Behind,china,,,,,, -c8615541-a6d4-42e9-a267-3d6ed8b5fc99,The Cost of Hope by Amanda Bennett,By Amanda Bennett,https://learn-awesome.github.io/assets/book_covers/13147829._SX98_.jpg,book|https://www.goodreads.com/book/show/13147829-the-cost-of-hope,memoir,,,,,, -1e4f5df7-ee64-4377-bd1c-88d217f4b32c,Limits to Growth: The 30-Year Update by Donella Meadows,By Donella H. Meadows,https://learn-awesome.github.io/assets/book_covers/705418._SX98_.jpg,book|https://www.goodreads.com/book/show/705418.The_Limits_to_Growth,science,,,,,, -4dbed1c9-f92f-43f5-8cf8-7d8f4a7065ef,The New Jim Crow: Mass Incarceration in the Age of Colorblindness,By Michelle Alexander,https://learn-awesome.github.io/assets/book_covers/6792458.jpg,book|https://www.goodreads.com/book/show/6792458-the-new-jim-crow,non-fiction,,,,,, -391ad79b-75b4-4b75-b0e3-042b87304a29,Muqaddimah,By Ibn Khaldun,https://learn-awesome.github.io/assets/book_covers/36173910.jpg,book|https://www.goodreads.com/book/show/36173910-the-muqaddimah,history,,,,,, -5085109a-5254-4ae7-a73f-02cf40345d2e,The Player of Games,By Iain M. Banks,https://learn-awesome.github.io/assets/book_covers/18630.jpg,book|https://www.goodreads.com/book/show/18630.The_Player_of_Games,science-fiction,,,,,, -1001c35e-6df0-44b3-9540-615211100c0a,The Beginning of Infinity: Explanations that Transform the World,By David Deutsch,https://learn-awesome.github.io/assets/book_covers/10483171.jpg,book|https://www.goodreads.com/book/show/10483171-the-beginning-of-infinity,science,,,,,, -586461bf-df50-4ae2-81fa-d43ecb76bd17,World Order,By Henry Kissinger,https://learn-awesome.github.io/assets/book_covers/20821140.jpg,book|https://www.goodreads.com/book/show/20821140-world-order,politics,,,,,, -306f60fb-de47-4743-852e-36abd69a05b5,"Why Nations Fail: The Origins of Power, Prosperity, and Poverty",By Daron Acemoğlu,https://learn-awesome.github.io/assets/book_covers/12158480.jpg,book|https://www.goodreads.com/book/show/12158480-why-nations-fail,economics,,,,,, -39d78167-09ce-43f3-b175-fea28bc7b82c,Genome: The Autobiography of a Species in 23 Chapters,By Matt Ridley,https://learn-awesome.github.io/assets/book_covers/4591.jpg,book|https://www.goodreads.com/book/show/4591.Genome,science,,,,,, -0286efa5-01ca-40fe-bcac-4c392f8b0f62,Gang Leader for a Day: A Rogue Sociologist Takes to the Streets,By Sudhir Venkatesh,https://learn-awesome.github.io/assets/book_covers/1491906.jpg,book|https://www.goodreads.com/book/show/1491906.Gang_Leader_for_a_Day,non-fiction,,,,,, -6c37f765-9bac-412b-a45a-fbe77aa11157,The Structure of Scientific Revolutions,By Thomas S. Kuhn,https://learn-awesome.github.io/assets/book_covers/61539.jpg,book|https://www.goodreads.com/book/show/61539.The_Structure_of_Scientific_Revolutions,science,,,,,, -4b2f4141-3f91-4324-86c0-fc3af2a86ef7,The Rational Optimist: How Prosperity Evolves,By Matt Ridley,https://learn-awesome.github.io/assets/book_covers/7776209.jpg,book|https://www.goodreads.com/book/show/7776209-the-rational-optimist,non-fiction,,,,,, -88822737-5a77-499d-9549-b80dfc5f68c7,Portfolios of the Poor: How the World's Poor Live on $2 a Day,By Daryl Collins,https://learn-awesome.github.io/assets/book_covers/6410378.jpg,book|https://www.goodreads.com/book/show/6410378-portfolios-of-the-poor,economics,,,,,, -d8d915ea-9832-4b11-8f29-a8259d0ec902,Energy: A Beginners Guide,By Vaclav Smil,https://learn-awesome.github.io/assets/book_covers/632902.jpg,book|https://www.goodreads.com/book/show/632902.Energy,science,,,,,, -d9a0b22b-bb14-4cd5-96c7-c7c88fbe778f,Dealing With China: An Insider Unmasks the New Economic Superpower,By Henry M. Paulson Jr.,https://learn-awesome.github.io/assets/book_covers/15826600.jpg,book|https://www.goodreads.com/book/show/15826600-dealing-with-china,china,,,,,, -c4b7122d-cbfb-4749-af3e-1156097a6adf,"The End of Power: From Boardrooms to Battlefields and Churches to States, Why Being In Charge Isn’t What It Used to Be",By Moisés Naím,https://learn-awesome.github.io/assets/book_covers/16043519.jpg,book|https://www.goodreads.com/book/show/16043519-the-end-of-power,non-fiction,,,,,, -8692b420-e0ee-4f8b-bfb6-19621a8774ce,"Rational Ritual: Culture, Coordination, and Common Knowledge",By Michael Suk-Young Chwe,https://learn-awesome.github.io/assets/book_covers/1116212.jpg,book|https://www.goodreads.com/book/show/1116212.Rational_Ritual,non-fiction,,,,,, -372eb157-f210-4df3-b9f1-fbe0ab3dd58d,Orwell's Revenge: The 1984 Palimpsest,By Peter Huber,https://learn-awesome.github.io/assets/book_covers/1099656.jpg,book|https://www.goodreads.com/book/show/1099656.Orwell_s_Revenge,fiction,,,,,, -cf964463-8b6e-4215-a07a-4d62229dbc55,Between the World and Me,By Ta-Nehisi Coates,https://learn-awesome.github.io/assets/book_covers/25489625.jpg,book|https://www.goodreads.com/book/show/25489625-between-the-world-and-me,non-fiction,,,,,, -d600f7d2-12e2-49f6-92f4-0b80ae99960c,The Score Takes Care of Itself: My Philosophy of Leadership,By Bill Walsh,https://learn-awesome.github.io/assets/book_covers/6342995.jpg,book|https://www.goodreads.com/book/show/6342995-the-score-takes-care-of-itself,leadership,,,,,, -5a498236-e96d-400b-add5-91768d3bc800,Leaves of Grass,By Walt Whitman,https://learn-awesome.github.io/assets/book_covers/27494.jpg,book|https://www.goodreads.com/book/show/27494.Leaves_of_Grass,poetry,,,,,, -a0947920-7ca8-4129-a048-8f4e3e00d683,The Art Spirit,By Robert Henri,https://learn-awesome.github.io/assets/book_covers/207781.jpg,book|https://www.goodreads.com/book/show/207781.The_Art_Spirit,art,,,,,, -93b14895-5602-4e7b-b53c-ee3414876617,Crush It!,By Richard Siken,https://learn-awesome.github.io/assets/book_covers/96259.jpg,book|https://www.goodreads.com/book/show/96259.Crush,poetry,,,,,, -233a6492-f321-41e3-829d-b2b874665a46,I Love You More than my Dog,By Jeanne Bliss,,book|https://www.goodreads.com/book/show/21503300-i-love-you-more-than-my-dog,professional-development,,,,,, -76124254-89d6-420f-85b2-ce84448e5056,Battle Cry of Freedom: The Civil War Era,By James McPherson,https://learn-awesome.github.io/assets/book_covers/41543376.jpg,book|https://www.goodreads.com/book/show/41543376-battle-cry-of-freedom,history,,,,,, -a605b7df-90cd-489b-ab11-8943fc3245bc,Beyond The Checkride: What Your Flight Instructor Never Taught You,By Howard Fried,https://learn-awesome.github.io/assets/book_covers/20499269.jpg,book|https://www.goodreads.com/book/show/20499269-beyond-the-checkride,aircrafts,,,,,, -bee21b28-da17-49b3-8f10-fe1c93d2607f,The Mathematical Experience: Study Edition,By Philip J. Davis,,book|https://www.goodreads.com/book/show/15099106-the-companion-guide-to-the-mathematical-experience-study-edition,my-library,,,,,, -86fde73d-b959-4a6c-886b-2e0dfc6b8318,Open City: A Novel,By Nikos Kolesis,https://learn-awesome.github.io/assets/book_covers/25870865.jpg,book|https://www.goodreads.com/book/show/25870865-open-odyssey,fiction,,,,,, -c15f33da-944f-434f-8406-ca56859495fb,The Princeton Companion to Applied Mathematics,By Nicholas J. Higham,https://learn-awesome.github.io/assets/book_covers/26254109.jpg,book|https://www.goodreads.com/book/show/26254109-the-princeton-companion-to-applied-mathematics,math,,,,,, -56ad54cc-73da-479f-a199-3883d850b20a,Smalltalk-80: The Language and its Implementation,By Adele Goldberg,https://learn-awesome.github.io/assets/book_covers/1831735.jpg,book|https://www.goodreads.com/book/show/1831735.SmallTalk_80_Language,programming,,,,,, -ef9c9ffc-ab8b-4a52-a42f-de57651e0a76,Wandering Significance: An Essay on Conceptual Behaviour 1st Edition,By Mark Wilson,https://learn-awesome.github.io/assets/book_covers/684850.jpg,book|https://www.goodreads.com/book/show/684850.Wandering_Significance,philosophy,,,,,, -8f438664-fcbb-4eec-9e7c-afb8e680e5b7,Oliver Byrne: The First Six Books of the Elements of Euclid,By Werner Oechslin,https://learn-awesome.github.io/assets/book_covers/17879327.jpg,book|https://www.goodreads.com/book/show/17879327-oliver-byrne;website|https://c82.net/euclid/,mathematics,,,,,, -289bf8ff-e666-4508-b57c-9ce756f8e0c2,"Writing to the Moment: Selected Critical Essays, 1980-95",By Tom Paulin,https://learn-awesome.github.io/assets/book_covers/1779359.jpg,book|https://www.goodreads.com/book/show/1779359.Writing_to_the_Moment,i-own,,,,,, -12feb768-68bb-4b17-918c-a4612ef7bd09,Whole Earth Epilog: Access to Tools,By Point,,book|https://www.goodreads.com/book/show/4773817-whole-earth-epilog,david,,,,,, -aaae930b-96d6-424a-a72d-8302e040dc58,"Recent economic changes, and their effect on the production and distribution of wealth and the well-being of society",By David Ames Wells,https://learn-awesome.github.io/assets/book_covers/22598259.jpg,book|https://www.goodreads.com/book/show/22598259-recent-economic-changes-and-their-effect-on-the-production-and-distribu,to-get,,,,,, -fa62f0a5-69c4-471d-934e-fad4741ca166,"The Times Comprehensive Atlas of the World, 13th Edition",By Collins Bartholomew,https://learn-awesome.github.io/assets/book_covers/596091.jpg,book|https://www.goodreads.com/book/show/596091.Times_Comprehensive_Atlas_of_the_World_Eleventh_Edition,reference,,,,,, -b20bcc2b-6b39-4461-b1a8-1c1c2261cc09,"The Feynman Lectures on Physics, Vol. 1: Mainly Mechanics, Radiation, and Heat",By Richard Feynman,https://learn-awesome.github.io/assets/book_covers/17278.jpg,book|https://www.goodreads.com/book/show/17278.The_Feynman_Lectures_on_Physics_Vol_1,physics,,,,,, -b066537d-bd60-45ff-a541-9c7849634c91,"The Feynman Lectures on Physics, Vol. 2.",By Richard Feynman,https://learn-awesome.github.io/assets/book_covers/1490767.jpg,book|https://www.goodreads.com/book/show/1490767.The_Feynman_Lectures_on_Physics_Vol_2,physics,,,,,, -861d677c-d69f-4fbb-8fd7-62d924e03ab8,"Instrument Flight Training Manual As Developed by Professional Instrument Courses, Inc. 3rd Ed.",By Peter Dogan,https://learn-awesome.github.io/assets/book_covers/1770212.jpg,book|https://www.goodreads.com/book/show/1770212.Instrument_Flight_Training_Manual_As_Developed_by_Professional_Instrument_Courses_Inc_3rd_Ed_,aircrafts,,,,,, -5883a5c5-6f62-41c6-9f08-31cb8e7e2a29,Collected Fictions,By Jorge Luis Borges,https://learn-awesome.github.io/assets/book_covers/17961.jpg,book|https://www.goodreads.com/book/show/17961.Collected_Fictions,fiction,,,,,, -569b4155-391e-4077-9b85-808aced57d68,Computer Lib/Dream Machines,By Ted Nelson,https://learn-awesome.github.io/assets/book_covers/722414.jpg,book|https://www.goodreads.com/book/show/722414.Computer_Lib_Dream_Machines,non-fiction,,,,,, -49b2edee-b369-425e-93ea-09303fe2c8a3,Parallel and Concurrent Programming in Haskell: Techniques for Multicore and Multithreaded Programming,By Simon Marlow,https://learn-awesome.github.io/assets/book_covers/17802513.jpg,book|https://www.goodreads.com/book/show/17802513-parallel-and-concurrent-programming-in-haskell,programming,,,,,, -be44fc1c-4145-491d-bfb5-a1c38804e82e,The Problem of Political Authority: An Examination of the Right to Coerce and the Duty to Obey,By Michael Huemer,https://learn-awesome.github.io/assets/book_covers/15794037.jpg,book|https://www.goodreads.com/book/show/15794037-the-problem-of-political-authority,philosophy,,,,,, -d7fa2ac0-2367-4a57-bc12-98ce0340fb56,Codex Seraphinianus,By Luigi Serafini,https://learn-awesome.github.io/assets/book_covers/512662.jpg,book|https://www.goodreads.com/book/show/512662.Codex_Seraphinianus_Ein_Orbis_Pictus_des_Universums_der_Phantasie_,art,,,,,, -f429fad8-7fec-42ff-a0a7-75900f634e69,Urban Street Design Guide,By National Association of City Transportation Officials,https://learn-awesome.github.io/assets/book_covers/17912386.jpg,book|https://www.goodreads.com/book/show/17912386-urban-street-design-guide,architecture,,,,,, -c65f7945-49b1-4a68-aaf1-baa73798e315,Poor Charlie's Almanack: The Wit and Wisdom of Charles T. Munger,By Charles T. Munger,https://learn-awesome.github.io/assets/book_covers/944652.jpg,book|https://www.goodreads.com/book/show/944652.Poor_Charlie_s_Almanack,business,,,,,, -d265b221-9850-4d4d-ba57-4aeecc51e2e1,Only the Paranoid Survive: How to Exploit the Crisis Points That Challenge Every Company,By PCC,https://learn-awesome.github.io/assets/book_covers/41718642.jpg,book|https://www.goodreads.com/book/show/41718642-only-the-paranoid-survive,non-fiction,,,,,, -452867db-0e2c-46de-9fb0-7bdde831ebad,The Power Broker,By Robert A. Caro,https://learn-awesome.github.io/assets/book_covers/1111.jpg,book|https://www.goodreads.com/book/show/1111.The_Power_Broker,history,,,,,, -4868f1cc-26df-483f-b6a8-23cbc7712493,Pompeii: A Novel,By S. Fowler Wright,https://learn-awesome.github.io/assets/book_covers/10065268.jpg,book|https://www.goodreads.com/book/show/10065268-the-last-days-of-pompeii,grandpa-s-books,,,,,, -77f90344-d7a1-4498-9aea-4574e1f12f12,The Next Whole Earth Catalog,By Stewart Brand,https://learn-awesome.github.io/assets/book_covers/21529076.jpg,book|https://www.goodreads.com/book/show/21529076-the-next-whole-earth-catalog,hippie-favs,,,,,, -2bc70440-c73d-47c3-8fdc-a4114610a835,Jeppesen: Guided Flight Discovery: Private Pilot Maneuvers,By Jeppesen Sanderson,,book|https://www.goodreads.com/book/show/9978387-jeppesen,to-get,,,,,, -f77dab3a-a2d8-4a80-909e-cf8fff298e89,The Intelligent Investor: The Definitive Book on Value Investing. A Book of Practical Counsel (Revised Edition) (Collins Business Essentials),By Readtrepreneur Publishing,https://learn-awesome.github.io/assets/book_covers/36311853.jpg,book|https://www.goodreads.com/book/show/36311853-summary,free-reads,,,,,, -e78e41be-1844-406b-a99a-8e05354ef0c6,Maui Revealed: The Ultimate Guidebook,By Andrew Doughty,https://learn-awesome.github.io/assets/book_covers/172468.jpg,book|https://www.goodreads.com/book/show/172468.Maui_Revealed,travel,,,,,, -6aa7399a-0a1d-4d73-a2f7-d102f6e43bc7,Structure and Interpretation of Computer Programs,By Harold Abelson,https://learn-awesome.github.io/assets/book_covers/43713.jpg,book|https://www.goodreads.com/book/show/43713.Structure_and_Interpretation_of_Computer_Programs,programming,,,,,, -48819f6c-c1ab-4a0b-988a-856725e79c21,Life in Moving Fluids: The Physical Biology of Flow (Princeton Paperbacks),By Steven Vogel,https://learn-awesome.github.io/assets/book_covers/1702353.jpg,book|https://www.goodreads.com/book/show/1702353.Life_in_Moving_Fluids,science,,,,,, -65b2352c-001c-45a8-933d-d19bc0d20477,Wooden: A Lifetime of Observations and Reflections On and Off the Court,By John Wooden,https://learn-awesome.github.io/assets/book_covers/43536.jpg,book|https://www.goodreads.com/book/show/43536.Wooden,sports,,,,,, -e241f9fb-5068-4b5d-92dc-c1e512484a36,Back to Barbary Lane: The Final Tales of the City Omnibus,By Armistead Maupin,https://learn-awesome.github.io/assets/book_covers/16268.jpg,book|https://www.goodreads.com/book/show/16268.Back_to_Barbary_Lane,fiction,,,,,, -70b41551-ea8c-4a0f-9cae-7904b42ec534,LISP 1.5 Programmer's Manual,By John McCarthy,https://learn-awesome.github.io/assets/book_covers/3974153.jpg,book|https://www.goodreads.com/book/show/3974153-lisp-1-5-programmer-s-manual,lisp,,,,,, -c00b28da-c138-4c85-ac47-193d20ec67aa,Bruno Munari: Design as Art,By Aldo Tanchis,https://learn-awesome.github.io/assets/book_covers/148717.jpg,book|https://www.goodreads.com/book/show/148717.Bruno_Munari,design,,,,,, -f898351d-d5b2-4c1c-b181-766bee83aee6,Less and More: The Design Ethos of Dieter Rams,By Klaus Klemp,https://learn-awesome.github.io/assets/book_covers/13099439.jpg,book|https://www.goodreads.com/book/show/13099439-less-and-more,design,,,,,, -dfbab6cb-0fa5-4988-b7f0-13fcd2123398,An Introduction to Harmonic Analysis (Cambridge Mathematical Library),By Yitzhak Katznelson,https://learn-awesome.github.io/assets/book_covers/600474.jpg,book|https://www.goodreads.com/book/show/600474.An_Introduction_to_Harmonic_Analysis,math,,,,,, -ce25da95-0eba-4e65-bd38-cbb78bce2a31,Princes of the Yen: Japan's Central Bankers and the Transformation of the Economy (East Gate Books),By Richard A. Werner,https://learn-awesome.github.io/assets/book_covers/2969660.jpg,book|https://www.goodreads.com/book/show/2969660-princes-of-the-yen,economics,,,,,, -097b813f-a150-4e8b-bd80-f640e62a0e7a,"The Sea Ranch: Fifty Years of Architecture, Landscape, Place, and Community on the Northern California Coast",By Donlyn Lyndon,https://learn-awesome.github.io/assets/book_covers/17607430.jpg,book|https://www.goodreads.com/book/show/17607430-the-sea-ranch,architecture,,,,,, -34652951-4b67-4c14-838b-f94b741d7a09,Out of the Blue Too: More scary and often funny tales from the Royal Air Force and Friends,By Ian Cowie,https://learn-awesome.github.io/assets/book_covers/25201806.jpg,book|https://www.goodreads.com/book/show/25201806-out-of-the-blue-too,to-get,,,,,, -a2dd3a9e-a353-4d28-a420-85ead509506c,Engineers' Dreams,By Willy Ley,,book|https://www.goodreads.com/book/show/1927652.Engineers_Dreams,the-venus-project,,,,,, -82531233-bd32-4ed7-a7bb-a3cb464947fb,"Logic & Design in Art, Science, and Mathematics",By Krome Barratt,https://learn-awesome.github.io/assets/book_covers/4623545.jpg,book|https://www.goodreads.com/book/show/4623545-logic-design-in-art-science-and-mathematics,design,,,,,, -af4a8a35-56b6-4063-a43a-d98bcdd519a5,Bradbury Stories: 100 of His Most Celebrated Tales,By Ray Bradbury,https://learn-awesome.github.io/assets/book_covers/9619.jpg,book|https://www.goodreads.com/book/show/9619.Bradbury_Stories,short-stories,,,,,, -b1bcda96-cb7c-4a0f-b651-c8d64bd024fa,Structure and Interpretation of Classical Mechanics,By Gerald Jay Sussman,https://learn-awesome.github.io/assets/book_covers/245484.jpg,book|https://www.goodreads.com/book/show/245484.Structure_and_Interpretation_of_Classical_Mechanics,physics,,,,,, -289c4c33-0b31-4aa8-91e1-3d452f62aade,From Third World to First: The Singapore Story - 1965-2000,By Lee Kuan Yew,https://learn-awesome.github.io/assets/book_covers/144409.jpg,book|https://www.goodreads.com/book/show/144409.From_Third_World_to_First,history,,,,,, -4eba1cf1-69ec-4744-8d6e-c6839ec3951a,The Dark Forest,By Liu Cixin,https://learn-awesome.github.io/assets/book_covers/23168817.jpg,book|https://www.goodreads.com/book/show/23168817-the-dark-forest,science-fiction,,,,,, -bcd6a31d-cec1-401b-8137-61e141fa0cdf,Sea Ranch... Diary of an Idea,By Lawrence Halprin,https://learn-awesome.github.io/assets/book_covers/575025.jpg,book|https://www.goodreads.com/book/show/575025.Sea_Ranch_Diary_of_an_Idea,to-be-shelved-digitally,,,,,, -f97c4fd0-cf3c-4b68-b2b1-277ce5a5d61c,Angle of Attack: Harrison Storms and the Race to the Moon,By Mike Gray,https://learn-awesome.github.io/assets/book_covers/769240.jpg,book|https://www.goodreads.com/book/show/769240.Angle_of_Attack,space,,,,,, -e9c3acae-b0f3-4642-bc72-f9695f90817a,Quantum Field Theory for the Gifted Amateur,By Tom Lancaster,https://learn-awesome.github.io/assets/book_covers/18781405.jpg,book|https://www.goodreads.com/book/show/18781405-quantum-field-theory-for-the-gifted-amateur,physics,,,,,, -7b742dca-e605-4143-88f6-9c9e2ce6b136,"A Pattern Language: Towns, Buildings, Construction (Center for Environmental Structure)",By Christopher W. Alexander,https://learn-awesome.github.io/assets/book_covers/79766.jpg,book|https://www.goodreads.com/book/show/79766.A_Pattern_Language,architecture,,,,,, -109cc47b-5c85-4efd-88f3-9faf40fda8ba,Wireshark Network Analysis: The Official Wireshark Certified Network Analyst Study Guide,By Gerald Combs,https://learn-awesome.github.io/assets/book_covers/8583845.jpg,book|https://www.goodreads.com/book/show/8583845-wireshark-network-analysis,security,,,,,, -635aa985-10f7-4f76-8815-174736b4da31,Labyrinths,By Rick Riordan,https://learn-awesome.github.io/assets/book_covers/2120932.jpg,book|https://www.goodreads.com/book/show/2120932.The_Battle_of_the_Labyrinth,fantasy,,,,,, -7d1f77ab-ca80-4457-b5a6-097ff6deba6a,The Princeton Companion to Mathematics,By Timothy Gowers,https://learn-awesome.github.io/assets/book_covers/1471873.jpg,book|https://www.goodreads.com/book/show/1471873.The_Princeton_Companion_to_Mathematics,mathematics,,,,,, -83ed2c1b-f7f7-44cc-ac9e-58b6d8e8b3bb,"The Paris Review Interviews, I",By The Paris Review,https://learn-awesome.github.io/assets/book_covers/11473.jpg,book|https://www.goodreads.com/book/show/11473.The_Paris_Review_Interviews_I,non-fiction,,,,,, -988230bd-2f02-4bb5-bee7-1b13c3cbea2d,Quantum Field Theory and the Standard Model,By Matthew D. Schwartz,https://learn-awesome.github.io/assets/book_covers/18226908.jpg,book|https://www.goodreads.com/book/show/18226908-quantum-field-theory-and-the-standard-model,physics,,,,,, -9df88e10-0a04-4b4c-b6ee-610da54e6408,Wooden on Leadership: How to Create a Winning Organization,By John Wooden,https://learn-awesome.github.io/assets/book_covers/43535.jpg,book|https://www.goodreads.com/book/show/43535.Wooden_on_Leadership,leadership,,,,,, -ffff0ef5-ab26-4387-82a4-8d473494ebb9,Are Prisons Obsolete?,By Angela Y. Davis,https://learn-awesome.github.io/assets/book_covers/108428.jpg,book|https://www.goodreads.com/book/show/108428.Are_Prisons_Obsolete_,non-fiction,,,,,, -9ca6865b-abbf-4dca-bcea-765cb8ec7199,"The Paris Review Interviews, II",By The Paris Review,https://learn-awesome.github.io/assets/book_covers/596060.jpg,book|https://www.goodreads.com/book/show/596060.The_Paris_Review_Interviews_II,non-fiction,,,,,, -3a13990f-bd02-43d7-96c9-ef30678dbd7b,Hard Landing: The Epic Contest for Power and Profits That Plunged the Airlines into Chaos,By Thomas Petzinger,https://learn-awesome.github.io/assets/book_covers/438607.jpg,book|https://www.goodreads.com/book/show/438607.Hard_Landing,business,,,,,, -de6d6c1d-f6ec-4554-b247-349450fd7035,Asimov's New Guide to Science,By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/977262.jpg,book|https://www.goodreads.com/book/show/977262.Asimov_s_New_Guide_To_Science,science,,,,,, -a1131a83-a719-430c-b0c0-04db6887d3a3,"Backpacking California: Mountain, Foothill, Coastal and Desert Adventures in the Golden State",By Wilderness Adventures Press,https://learn-awesome.github.io/assets/book_covers/4859862.jpg,book|https://www.goodreads.com/book/show/4859862-backpacking-california,travel,,,,,, -1f64966e-e963-4baa-ab2d-1877b67fd9b3,The Machinery of Life,By David S. Goodsell,https://learn-awesome.github.io/assets/book_covers/6601267.jpg,book|https://www.goodreads.com/book/show/6601267-the-machinery-of-life,science,,,,,, -d82dddfc-fd1b-4d5a-845d-cecdf49409a3,Weather of the San Francisco Bay Region,By Harold Gilliam,https://learn-awesome.github.io/assets/book_covers/288509.jpg,book|https://www.goodreads.com/book/show/288509.Weather_of_the_San_Francisco_Bay_Region,science,,,,,, -9b2286f8-29db-4513-8503-fc1e9a6b439a,What It Takes: The Way to the White House,By Richard Ben Cramer,https://learn-awesome.github.io/assets/book_covers/380057.jpg,book|https://www.goodreads.com/book/show/380057.What_It_Takes,politics,,,,,, -b85b494c-e7f1-4075-817d-368d5a66112f,"Swiss Graphic Design: The Origins and Growth of an International Style, 1920-1965 by Hollis, Richard (2006)",By Richard Hollis,https://learn-awesome.github.io/assets/book_covers/710.jpg,book|https://www.goodreads.com/book/show/710.Swiss_Graphic_Design,design,,,,,, -6cac5c71-061f-4b39-8be4-7eb686a45f70,A Fine Balance ,By Rohinton Mistry,https://learn-awesome.github.io/assets/book_covers/5211._SX98_.jpg,book|https://www.goodreads.com/book/show/5211.A_Fine_Balance,fiction,,,,,, -5276b5e7-b8bc-4f57-b6ed-495a57bc444f,Watchmen,By Alan Moore,https://learn-awesome.github.io/assets/book_covers/472331.jpg,book|https://www.goodreads.com/book/show/472331.Watchmen,graphic-novels,,,,,, -ad7b32fe-e59f-42b5-8e9c-ce1c4bf7a582,"The Paris Review Interviews, III",By The Paris Review,https://learn-awesome.github.io/assets/book_covers/4629012.jpg,book|https://www.goodreads.com/book/show/4629012-the-paris-review-interviews-iii,non-fiction,,,,,, -96485a4c-8276-43e0-a87b-878641e0fd54,"The Art of Computer Programming, Vol. 1: Fundamental Algorithms, 3rd Edition",By Donald Ervin Knuth,https://learn-awesome.github.io/assets/book_covers/112247.jpg,book|https://www.goodreads.com/book/show/112247.The_Art_of_Computer_Programming_Volume_1,programming,,,,,, -a9eb9cd0-2fe8-4816-a1a6-f08f5e41b818,Once An Eagle,By Anton Myrer,https://learn-awesome.github.io/assets/book_covers/38876.jpg,book|https://www.goodreads.com/book/show/38876.Once_An_Eagle,fiction,,,,,, -b6fa632a-20ec-4696-8f66-58045b6cf89b,Dictator (Cicero Trilogy),By Robert Harris,https://learn-awesome.github.io/assets/book_covers/25845766.jpg,book|https://www.goodreads.com/book/show/25845766-dictator,historical-fiction,,,,,, -2372734b-a674-4ef1-9b51-f75a64132fe8,Asimov: The Complete Stories vol 2,By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/85441.jpg,book|https://www.goodreads.com/book/show/85441.The_Complete_Stories_Vol_2,science-fiction,,,,,, -0440da30-2e67-4a55-8810-8765ddb8e92e,Cracking the Coding Interview: 150 Programming Questions and Solutions,By Gayle Laakmann McDowell,https://learn-awesome.github.io/assets/book_covers/12544648.jpg,book|https://www.goodreads.com/book/show/12544648-cracking-the-coding-interview,programming,,,,,, -27893b41-47c1-469a-8982-cc3b288ad678,The Millennium Whole Earth Catalog,By Howard Rheingold,https://learn-awesome.github.io/assets/book_covers/425667.jpg,book|https://www.goodreads.com/book/show/425667.The_Millennium_Whole_Earth_Catalog,reference,,,,,, -d4489c94-ab5f-4c8b-b2a2-4e1c661da7d9,Saint-Exupery: A Biography,By Virgil Tănase,https://learn-awesome.github.io/assets/book_covers/19466814.jpg,book|https://www.goodreads.com/book/show/19466814-saint-exup-ry-folio-biographies,aviation,,,,,, -1da8fbf9-4e66-4fa8-819e-7d3c3325954c,An Evil Cradling: The Five-Year Ordeal of a Hostage,By Brian Keenan,https://learn-awesome.github.io/assets/book_covers/118507.jpg,book|https://www.goodreads.com/book/show/118507.AN_Evil_Cradling,non-fiction,,,,,, -5f8666f2-6aec-42a7-b710-dd1c807a3122,A Piece of the Action: How the Middle Class Joined the Money Class,By Joe Nocera,https://learn-awesome.github.io/assets/book_covers/1751047.jpg,book|https://www.goodreads.com/book/show/1751047.A_Piece_of_the_Action,business,,,,,, -49404479-96c2-46e6-9cf7-911f5dee2b71,Technological Revolutions and Financial Capital: The Dynamics of Bubbles and Golden Ages,By Carlota Pérez,https://learn-awesome.github.io/assets/book_covers/60509.jpg,book|https://www.goodreads.com/book/show/60509.Technological_Revolutions_and_Financial_Capital,economics,,,,,, -9be32877-c82b-4185-8940-e309ded1d3d6,Team of Teams: New Rules of Engagement for a Complex World,By Stanley McChrystal,https://learn-awesome.github.io/assets/book_covers/22529127.jpg,book|https://www.goodreads.com/book/show/22529127-team-of-teams,business,,,,,, -8ca16585-b26a-44c9-a142-047033d670d3,"Roskam's Airplane War Stories: An Account of the Professional Life and Work of Dr. Jan Roskam, Airplane Designer and Teacher",By Jan Roskam,,book|https://www.goodreads.com/book/show/4769906-roskam-s-airplane-war-stories,to-get,,,,,, -f75741b8-37a7-44fd-af37-1019bfef8471,Stairway Walks in San Francisco,By Adah Bakalinsky,https://learn-awesome.github.io/assets/book_covers/233171.jpg,book|https://www.goodreads.com/book/show/233171.Stairway_Walks_in_San_Francisco,san-francisco,,,,,, -726ec004-d86b-4e01-9c36-9c44446b6bb9,Things Hidden Since the Foundation of the World,By René Girard,https://learn-awesome.github.io/assets/book_covers/337517.jpg,book|https://www.goodreads.com/book/show/337517.Things_Hidden_Since_the_Foundation_of_the_World,philosophy,,,,,, -86bde702-89fb-4ae9-afe4-9631fd0184f6,The Arrival,By Shaun Tan,https://learn-awesome.github.io/assets/book_covers/920607.jpg,book|https://www.goodreads.com/book/show/920607.The_Arrival,graphic-novels,,,,,, -c670edff-5b38-400c-95ff-481ec5d55b47,The Master and the Margarita ,By Mikhail Bulgakov,https://learn-awesome.github.io/assets/book_covers/117833.jpg,book|https://www.goodreads.com/book/show/117833.The_Master_and_Margarita,fiction,,,,,, -e76116a0-c612-45d1-81bf-3ee6d404c427,The Black Jacobins,By C.L.R. James,https://learn-awesome.github.io/assets/book_covers/775985.jpg,book|https://www.goodreads.com/book/show/775985.The_Black_Jacobins,history,,,,,, -352ebea6-ef7f-4807-bb57-9875248fa43e,The Death and Life of Great American Cities,By Jane Jacobs,https://learn-awesome.github.io/assets/book_covers/30833.jpg,book|https://www.goodreads.com/book/show/30833.The_Death_and_Life_of_Great_American_Cities,non-fiction,,,,,, -6824a5df-0c58-4701-b7fa-6f9532f4b98d,"Selections from Science and Sanity, Second Edition",By Alfred Korzybski,https://learn-awesome.github.io/assets/book_covers/10216238.jpg,book|https://www.goodreads.com/book/show/10216238-selections-from-science-and-sanity,philosophy,,,,,, -448e38c6-4c3f-4d33-a3b2-4c15a7b162b9,Nmap Network Scanning: The Official Nmap Project Guide to Network Discovery and Security Scanning,By Gordon Fyodor Lyon,https://learn-awesome.github.io/assets/book_covers/6019856.jpg,book|https://www.goodreads.com/book/show/6019856-nmap-network-scanning,security,,,,,, -47dcc4fd-19bb-497a-804a-f1201c566899,On Lisp: Advanced Techniques for Common Lisp,By Paul Graham,https://learn-awesome.github.io/assets/book_covers/41803.jpg,book|https://www.goodreads.com/book/show/41803.On_Lisp,programming,,,,,, -a6823b23-f2b6-4f58-80bb-b9cf6b1ee2a1,Essays of E. B. White,By E.B. White,https://learn-awesome.github.io/assets/book_covers/394616.jpg,book|https://www.goodreads.com/book/show/394616.Essays_of_E_B_White,essays,,,,,, -35638547-03ed-4320-bea9-914a478b998e,The National Parks: America's Best Idea,By Dayton Duncan,https://learn-awesome.github.io/assets/book_covers/6519311.jpg,book|https://www.goodreads.com/book/show/6519311-the-national-parks,history,,,,,, -64e60799-88d0-44a3-95c9-0ece57f33cb4,Quantum Computation and Quantum Information,By Michael A. Nielsen,https://learn-awesome.github.io/assets/book_covers/153910.jpg,book|https://www.goodreads.com/book/show/153910.Quantum_Computation_and_Quantum_Information,physics,,,,,, -b6ae1a90-666c-4caf-8726-8c5fbb98aee0,Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp,By Peter Norvig,https://learn-awesome.github.io/assets/book_covers/83884.jpg,book|https://www.goodreads.com/book/show/83884.Paradigms_of_Artificial_Intelligence_Programming,programming,,,,,, -9d6aabfa-261b-4e2a-a6a2-720be17e386a,Streetfight: Handbook for an Urban Revolution,By Janette Sadik-Khan,https://learn-awesome.github.io/assets/book_covers/25810399.jpg,book|https://www.goodreads.com/book/show/25810399-streetfight,non-fiction,,,,,, -87cac208-cf8a-45af-97c5-f92b14606967,The Seasoned Schemer,By Daniel P. Friedman,https://learn-awesome.github.io/assets/book_covers/475858.jpg,book|https://www.goodreads.com/book/show/475858.The_Seasoned_Schemer,programming,,,,,, -e71a0bb5-f8be-413d-9539-a9f839568a65,Maritime Economics 3e,By Martin Stopford,https://learn-awesome.github.io/assets/book_covers/6251721.jpg,book|https://www.goodreads.com/book/show/6251721-maritime-economics,economics,,,,,, -b9908051-403a-4125-806c-f5272e566141,"The Paris Review Interviews, IV",By The Paris Review,https://learn-awesome.github.io/assets/book_covers/6602829.jpg,book|https://www.goodreads.com/book/show/6602829-the-paris-review-interviews-iv,writing,,,,,, -bb404f4f-a628-4174-9314-68d0c78b451b,The Letters of Anton Chekhov,By Anton Chekhov,https://learn-awesome.github.io/assets/book_covers/114607.jpg,book|https://www.goodreads.com/book/show/114607.The_Letters_of_Anton_Chekhov,letters,,,,,, -e2ebd930-37fe-44cd-91e0-0e83e1c8af74,"Visual Explanations: Images and Quantities, Evidence and Narrative",By Edward R. Tufte,https://learn-awesome.github.io/assets/book_covers/17746.jpg,book|https://www.goodreads.com/book/show/17746.Visual_Explanations,design,,,,,, -39f8af3f-8e4f-4bde-822c-90c72b5884a2,The Deep: The Extraordinary Creatures of the Abyss,By Claire Nouvian,https://learn-awesome.github.io/assets/book_covers/442668.jpg,book|https://www.goodreads.com/book/show/442668.The_Deep,science,,,,,, -76f17ebd-a2e8-4584-b9da-c2b4bdbc8258,The Arabs: A History,By Eugene Rogan,https://learn-awesome.github.io/assets/book_covers/4100352.jpg,book|https://www.goodreads.com/book/show/4100352-the-arabs,history,,,,,, -3c33fa05-044f-423a-8961-782b5452afc9,Trading Places: How We Are Giving Our Future to Japan and How to Reclaim It,By Clyde V. Prestowitz Jr.,https://learn-awesome.github.io/assets/book_covers/654181.jpg,book|https://www.goodreads.com/book/show/654181.Trading_Places,economics,,,,,, -c36e4245-dee4-462b-80dc-98739a800cf4,Quantum Electrodynamics,By Richard Feynman,https://learn-awesome.github.io/assets/book_covers/202469.jpg,book|https://www.goodreads.com/book/show/202469.Quantum_Electrodynamics,physics,,,,,, -57cc6f10-e1f3-4316-aa99-fa3d83360ff0,The Ocean of Life: The Fate of Man and the Sea,By Callum Roberts,https://learn-awesome.github.io/assets/book_covers/13542563.jpg,book|https://www.goodreads.com/book/show/13542563-the-ocean-of-life,science,,,,,, -55d21f50-83a4-444a-8997-714cf8a38da2,The Character of Physical Law,By Richard Feynman,https://learn-awesome.github.io/assets/book_covers/291920.jpg,book|https://www.goodreads.com/book/show/291920.The_Character_of_Physical_Law,physics,,,,,, -dce49bdc-2606-42a3-b87e-ce8e773abedc,Proficient Motorcycling: The Ultimate Guide to Riding Well,By David L. Hough,https://learn-awesome.github.io/assets/book_covers/329406.jpg,book|https://www.goodreads.com/book/show/329406.Proficient_Motorcycling,non-fiction,,,,,, -1ca53284-17d6-4862-9463-19092f651777,Technics and Civilization,By Lewis Mumford,https://learn-awesome.github.io/assets/book_covers/688489.jpg,book|https://www.goodreads.com/book/show/688489.Technics_and_Civilization,history,,,,,, -90873839-bd04-4b08-98d9-b4ffd0fa6a3f,Chasing the Flame: One Man's Fight to Save the World,By Samantha Power,https://learn-awesome.github.io/assets/book_covers/4855058.jpg,book|https://www.goodreads.com/book/show/4855058-chasing-the-flame,biography,,,,,, -0a855615-093a-4ee8-b617-41606e893468,Fall of Giants,By Ken Follett,https://learn-awesome.github.io/assets/book_covers/7315573.jpg,book|https://www.goodreads.com/book/show/7315573-fall-of-giants,historical-fiction,,,,,, -5e37bd84-49ae-4ccc-8df3-27061184f7aa,"Making Silicon Valley: Innovation and the Growth of High Tech, 1930-1970 (Inside Technology)",By Christophe Lécuyer,https://learn-awesome.github.io/assets/book_covers/2004533.jpg,book|https://www.goodreads.com/book/show/2004533.Making_Silicon_Valley,history,,,,,, -1efde2b0-be66-4404-9088-f7ad62263c0b,North Star over My Shoulder: A Flying Life,By Bob Buck,https://learn-awesome.github.io/assets/book_covers/1066074.jpg,book|https://www.goodreads.com/book/show/1066074.North_Star_Over_My_Shoulder,aviation,,,,,, -35179960-c64d-4559-9036-549dec99fe74,Coding the Matrix: Linear Algebra through Applications to Computer Science,By Philip N. Klein,https://learn-awesome.github.io/assets/book_covers/18245828.jpg,book|https://www.goodreads.com/book/show/18245828-coding-the-matrix,math,,,,,, -16145e6c-df24-464f-b9bf-ddeaf7a239ef,Topology,By James R. Munkres,https://learn-awesome.github.io/assets/book_covers/116418.jpg,book|https://www.goodreads.com/book/show/116418.Topology,mathematics,,,,,, -285761b9-f5d1-433c-a567-69bac39fc055,Inside the Painter's Studio,By Joe Fig,https://learn-awesome.github.io/assets/book_covers/6878152.jpg,book|https://www.goodreads.com/book/show/6878152-inside-the-painter-s-studio,art,,,,,, -275640f3-0f81-4edb-90f0-0aa5a50234b9,Calculus On Manifolds: A Modern Approach To Classical Theorems Of Advanced Calculus,By Michael Spivak,https://learn-awesome.github.io/assets/book_covers/328647.jpg,book|https://www.goodreads.com/book/show/328647.Calculus_On_Manifolds,mathematics,,,,,, -9a9e22e8-6477-4672-afed-2aa64e5879fe,The 40s: The Story of a Decade,By The New Yorker,https://learn-awesome.github.io/assets/book_covers/18310234.jpg,book|https://www.goodreads.com/book/show/18310234-the-40s,history,,,,,, -df2442b9-96df-48d1-8173-be26201952ce,The Art of the Metaobject Protocol,By Gregor Kiczales,https://learn-awesome.github.io/assets/book_covers/274495.jpg,book|https://www.goodreads.com/book/show/274495.The_Art_of_the_Metaobject_Protocol,programming,,,,,, -0bf22d18-ebf6-4961-aca7-9ef6ea35ba3a,All Art Is Propaganda: Critical Essays,By George Orwell,https://learn-awesome.github.io/assets/book_covers/3339527.jpg,book|https://www.goodreads.com/book/show/3339527-all-art-is-propaganda,essays,,,,,, -224560b4-99ad-40a2-acd7-71e0150cc355,Common LISP. The Language.,By Guy L. Steele Jr.,https://learn-awesome.github.io/assets/book_covers/1537390.jpg,book|https://www.goodreads.com/book/show/1537390.Common_LISP,programming,,,,,, -2e2bf918-ce75-4d1e-a90e-145eddd8e153,Feynman Lectures On Gravitation,By Richard Feynman,https://learn-awesome.github.io/assets/book_covers/223458.jpg,book|https://www.goodreads.com/book/show/223458.Feynman_Lectures_On_Gravitation,physics,,,,,, -7942c19e-6264-4773-b92e-badf07f4bd70,Stories of Your Life and Others,By Ted Chiang,https://learn-awesome.github.io/assets/book_covers/223380.jpg,book|https://www.goodreads.com/book/show/223380.Stories_of_Your_Life_and_Others,science-fiction,,,,,, -ca0ea6b1-44fb-4aa0-884e-3c49a9f410bf,Kenneth Clark's Civilisation: A Personal View,By Kenneth Clark,https://learn-awesome.github.io/assets/book_covers/330451.jpg,book|https://www.goodreads.com/book/show/330451.Civilisation,history,,,,,, -5ca4ca4b-6d78-48a9-87c8-41183ad84011,Complications: A Surgeon's Notes on an Imperfect Science,By Atul Gawande,https://learn-awesome.github.io/assets/book_covers/4477.jpg,book|https://www.goodreads.com/book/show/4477.Complications,non-fiction,,,,,, -74af9e3e-a1c5-43d4-9fb3-2273be3189ab,"Age of Ambition: Chasing Fortune, Truth, and Faith in the New China",By Evan Osnos,https://learn-awesome.github.io/assets/book_covers/18490568.jpg,book|https://www.goodreads.com/book/show/18490568-age-of-ambition,china,,,,,, -9090c970-e03c-4eef-8e1d-911511144a13,We Wish to Inform You that Tomorrow We Will Be Killed with Our Families: Stories From Rwanda,By Philip Gourevitch,https://learn-awesome.github.io/assets/book_covers/11472.jpg,book|https://www.goodreads.com/book/show/11472.We_Wish_to_Inform_You_That_Tomorrow_We_Will_Be_Killed_with_Our_Families,non-fiction,,,,,, -46038164-01ca-46a2-aa66-b38ecdf33b60,Battle Royale,By Koushun Takami,https://learn-awesome.github.io/assets/book_covers/57891.jpg,book|https://www.goodreads.com/book/show/57891.Battle_Royale,fiction,,,,,, -5ff1af18-6f66-41ce-a48a-e160fb83e01f,Airplane Performance Stability and Control,By Courtland D. Perkins,https://learn-awesome.github.io/assets/book_covers/2339496.jpg,book|https://www.goodreads.com/book/show/2339496.Airplane_Performance_Stability_and_Control,aviation,,,,,, -bdd77a43-5ea2-48a7-a116-80a48795c018,Guided Fight Discovery: Private Pilot,By Pat Willits,https://learn-awesome.github.io/assets/book_covers/1748569.jpg,book|https://www.goodreads.com/book/show/1748569.Guided_Fight_Discovery,default,,,,,, -0bcb38f0-884e-4616-9e7e-17d8b47c7cd0,"The Dutch Republic: Its Rise, Greatness, and Fall 1477-1806 (Oxford History of Early Modern Europe)",By Jonathan I. Israel,https://learn-awesome.github.io/assets/book_covers/868249.jpg,book|https://www.goodreads.com/book/show/868249.The_Dutch_Republic,history,,,,,, -f67b9ce6-3397-445a-8305-9bce67f60b99,"Neuroscience: Exploring the Brain, 3rd Edition",By Mark F. Bear,https://learn-awesome.github.io/assets/book_covers/170011.jpg,book|https://www.goodreads.com/book/show/170011.Neuroscience,neuroscience,,,,,, -6b420e72-ad4f-4a38-900e-10ac28ea3868,The Sovereign Individual: Mastering the Transition to the Information Age,By James Dale Davidson,https://learn-awesome.github.io/assets/book_covers/82256.jpg,book|https://www.goodreads.com/book/show/82256.The_Sovereign_Individual,economics,,,,,, -b6dab3e2-3c3b-44a0-84d5-50b84eeab7cf,Types and Programming Languages 1st Edition,By Benjamin C. Pierce,https://learn-awesome.github.io/assets/book_covers/112252.jpg,book|https://www.goodreads.com/book/show/112252.Types_and_Programming_Languages,programming,,,,,, -c1e9e4d1-3fd2-49f7-aa4f-e7ceb68735ba,The Outsiders: Eight Unconventional CEOs and Their Radically Rational Blueprint for Success,By William N. Thorndike Jr.,https://learn-awesome.github.io/assets/book_covers/13586932.jpg,book|https://www.goodreads.com/book/show/13586932-the-outsiders,business,,,,,, -63029a24-ec94-4a5f-85d9-4edfafec7990,Matterhorn: A Novel of the Vietnam War,By Karl Marlantes,https://learn-awesome.github.io/assets/book_covers/9525374.jpg,book|https://www.goodreads.com/book/show/9525374-matterhorn,fiction,,,,,, -a0724ead-b4c7-4b47-97c8-4a1c65c8c6da,The Count of Monte Cristo,By Alexandre Dumas,https://learn-awesome.github.io/assets/book_covers/7126.jpg,book|https://www.goodreads.com/book/show/7126.The_Count_of_Monte_Cristo,classics,,,,,, -7a83a404-8c85-4efb-adce-7daa8b4796a9,The Man Behind the Microchip: Robert Noyce and the Invention of Silicon Valley,By Leslie Berlin,https://learn-awesome.github.io/assets/book_covers/1203093.jpg,book|https://www.goodreads.com/book/show/1203093.The_Man_Behind_the_Microchip,biography,,,,,, -13abc530-78da-4289-82b8-bc9a88e2aa1c,"The Singapore Story: Memoirs of Lee Kuan Yew, Vol. 1",By Lee Kuan Yew,https://learn-awesome.github.io/assets/book_covers/326981.jpg,book|https://www.goodreads.com/book/show/326981.The_Singapore_Story,biography,,,,,, -afe3e4ec-6bf8-49f0-9c8f-4bd4fec30cdc,"Season of the Witch: Enchantment, Terror and Deliverance in the City of Love",By David Talbot,https://learn-awesome.github.io/assets/book_covers/12352452.jpg,book|https://www.goodreads.com/book/show/12352452-season-of-the-witch,history,,,,,, -dd761d92-038d-457a-ad85-76f3802eff5e,Le Ton Beau De Marot: In Praise Of The Music Of Language,By Douglas R. Hofstadter,https://learn-awesome.github.io/assets/book_covers/248193.jpg,book|https://www.goodreads.com/book/show/248193.Le_Ton_beau_de_Marot,language,,,,,, -b0c8a479-ec92-4f12-8d7d-89e573d69b4e,Evolution Of Cooperation,By Robert Axelrod,https://learn-awesome.github.io/assets/book_covers/366821.jpg,book|https://www.goodreads.com/book/show/366821.The_Evolution_of_Cooperation,non-fiction,,,,,, -1a6f21ec-633f-41b4-8628-02e7bd8fc602,niven,,,book|https://www.maths.ed.ac.uk/~v1ranick/papers/niven.pdf,irrational-numbers,,,,,, -00a1159d-9cf3-496e-b124-5bd372499d31,Learn to Play Go: A Master's Guide to the Ultimate Game (Volume I) (Learn to Play Go Series),By Jeong Soo-Hyun,https://learn-awesome.github.io/assets/book_covers/13753.jpg,book|https://www.goodreads.com/book/show/13753.Learn_to_Play_Go,go,,,,,, -971311cf-a036-4b90-9d0e-4b60f40ca4ab,The Murder of Roger Ackroyd: A Hercule Poirot Mystery (Hercule Poirot Mysteries),By Agatha Christie,https://learn-awesome.github.io/assets/book_covers/16328.jpg,book|https://www.goodreads.com/book/show/16328.The_Murder_of_Roger_Ackroyd,mystery,,,,,, -0390d223-91fb-4dba-82e7-64599f2b6c23,Montaigne: Complete Essays,By Michel de Montaigne,https://learn-awesome.github.io/assets/book_covers/30735.jpg,book|https://www.goodreads.com/book/show/30735.The_Complete_Essays,philosophy,,,,,, -a8aa1525-b410-419b-a45d-1154b7fcb5bf,"The Elements of Style, Fourth Edition",By William Strunk Jr.,https://learn-awesome.github.io/assets/book_covers/43229637.jpg,book|https://www.goodreads.com/book/show/43229637-the-elements-of-style-fourth-edition-by-william-strunk-jr,writing,,,,,, -4764a249-c61d-4d1e-8056-d1c2b9dce198,Memory Machines: The Evolution of Hypertext (Anthem Scholarship in the Digital Age),By Belinda Barnet,https://learn-awesome.github.io/assets/book_covers/19180921.jpg,book|https://www.goodreads.com/book/show/19180921-memory-machines,history,,,,,, -fdf3acbb-9d62-48d1-a735-c860bc9d3e67,"Semiology of Graphics: Diagrams, Networks, Maps",By Jacques Bertin,https://learn-awesome.github.io/assets/book_covers/8255031.jpg,book|https://www.goodreads.com/book/show/8255031-semiology-of-graphics,design,,,,,, -967245cd-32d8-43d4-9f28-9bb339a03ef2,Moon Lander: How We Developed the Apollo Lunar Module (Smithsonian History of Aviation and Spaceflight),By Thomas J. Kelly,https://learn-awesome.github.io/assets/book_covers/1526298.jpg,book|https://www.goodreads.com/book/show/1526298.Moon_Lander,space,,,,,, -ce27f25a-d35f-49c9-bd47-e87d9e141e26,Feynman Lectures on Computation,By Richard Feynman,https://learn-awesome.github.io/assets/book_covers/17274.jpg,book|https://www.goodreads.com/book/show/17274.Feynman_Lectures_On_Computation,computer-science,,,,,, -a1703e65-f866-426f-aaa0-36df63a872fd,Memorial: An Excavation of the Iliad,By Alice Oswald,https://learn-awesome.github.io/assets/book_covers/12841067.jpg,book|https://www.goodreads.com/book/show/12841067-memorial,poetry,,,,,, -40a072b5-7e1d-4bdc-9236-2d9bc3f703e1,River Town: Two Years on the Yangtze,By Peter Hessler,https://learn-awesome.github.io/assets/book_covers/94053.jpg,book|https://www.goodreads.com/book/show/94053.River_Town,china,,,,,, -8852fde2-8026-449d-87d6-a46082a7e540,American Tabloid,By James Ellroy,https://learn-awesome.github.io/assets/book_covers/36064.jpg,book|https://www.goodreads.com/book/show/36064.American_Tabloid,fiction,,,,,, -bb1288e5-f81f-4a93-919f-57b05c4f79d2,The Killing Zone: How & Why Pilots Die 1st Edition,By Paul A. Craig,https://learn-awesome.github.io/assets/book_covers/63528.jpg,book|https://www.goodreads.com/book/show/63528.The_Killing_Zone,aviation,,,,,, -6bca6aee-bdf2-4f19-94f6-49fbb75916b1,A Photographer's Life: 1990-2005,By Annie Leibovitz,https://learn-awesome.github.io/assets/book_covers/214771.jpg,book|https://www.goodreads.com/book/show/214771.A_Photographer_s_Life,photography,,,,,, -bb4455aa-6c4d-4468-8112-d758dd8535df,The Periodic Table,By Primo Levi,https://learn-awesome.github.io/assets/book_covers/427282.jpg,book|https://www.goodreads.com/book/show/427282.The_Periodic_Table,non-fiction,,,,,, -c9a6ae9f-39cb-41ff-a949-4e0707d83f6f,"Arguably: Writings on Love, War, God and Mammon",By Christopher Hitchens,https://learn-awesome.github.io/assets/book_covers/26809838.jpg,book|https://www.goodreads.com/book/show/26809838-arguably,non-fiction,,,,,, -91e408e9-cb79-408b-b43c-88af9c849062,Arguably: Essays by Christopher Hitchens,By Christopher Hitchens,https://learn-awesome.github.io/assets/book_covers/10383597.jpg,book|https://www.goodreads.com/book/show/10383597-arguably,non-fiction,,,,,, -47ae26ce-2bc1-48c6-ae4f-1ea78b525a4c,St. Augustine Confessions,By William R. Cook,https://learn-awesome.github.io/assets/book_covers/6545588.jpg,book|https://www.goodreads.com/book/show/6545588-st-augustine-s-confessions,philosophy,,,,,, -19d5caf2-5b6c-41da-9836-294044ff68f2,Machine Learning: An Algorithmic Perspective (Chapman & Hall/Crc Machine Learning & Pattern Recognition),By Stephen Marsland,https://learn-awesome.github.io/assets/book_covers/24239918.jpg,book|https://www.goodreads.com/book/show/24239918-machine-learning,bookshelf-2,,,,,, -0e387e51-a19a-435d-8381-e251736f6270,The Chip: How Two Americans Invented the Microchip and Launched a Revolution,By T.R. Reid,https://learn-awesome.github.io/assets/book_covers/543704.jpg,book|https://www.goodreads.com/book/show/543704.The_Chip,history,,,,,, -2d156558-256b-431d-a6bc-07b8d38f70e4,The Old Way,By Elizabeth Marshall Thomas,https://learn-awesome.github.io/assets/book_covers/544855.jpg,book|https://www.goodreads.com/book/show/544855.The_Old_Way,non-fiction,,,,,, -5b81189e-8607-4ce1-9365-35d83cac2d91,Life Stories: Profiles from The New Yorker (Modern Library Paperbacks),By David Remnick,https://learn-awesome.github.io/assets/book_covers/116828.jpg,book|https://www.goodreads.com/book/show/116828.Life_Stories,non-fiction,,,,,, -20a203df-299b-4b1a-9e2b-83cf78abd7da,Governing the Commons: The Evolution of Institutions for Collective Action (Political Economy of Institutions and Decisions),By Elinor Ostrom,https://learn-awesome.github.io/assets/book_covers/1048424.jpg,book|https://www.goodreads.com/book/show/1048424.Governing_the_Commons,economics,,,,,, -3670be33-d255-41b9-a6cc-d275e1be7f9a,It's Our Turn to Eat: The Story of a Kenyan Whistle-Blower,By Michela Wrong,https://learn-awesome.github.io/assets/book_covers/6316176.jpg,book|https://www.goodreads.com/book/show/6316176-it-s-our-turn-to-eat,africa,,,,,, -a2037f2b-96dc-4bf0-abde-68bec5a6440c,Kissinger: 1923-1968: The Idealist,By Niall Ferguson,https://learn-awesome.github.io/assets/book_covers/24611910.jpg,book|https://www.goodreads.com/book/show/24611910-kissinger,biography,,,,,, -18cbc4ef-0e98-4acf-aa5c-0711f87d8f6b,A Small Matter of Programming: Perspectives on End User Computing,By Bonnie A. Nardi,https://learn-awesome.github.io/assets/book_covers/581700.jpg,book|https://www.goodreads.com/book/show/581700.A_Small_Matter_of_Programming,programming,,,,,, -a1c67f4a-dfab-43a5-81b7-554915c58c40,"John Maynard Keynes: 1883-1946: Economist, Philosopher, Statesman",By Robert Skidelsky,https://learn-awesome.github.io/assets/book_covers/87062.jpg,book|https://www.goodreads.com/book/show/87062.John_Maynard_Keynes,economics,,,,,, -fa71730b-de6b-4376-b290-e1c747811d8c,The Ascent of Man,By Jacob Bronowski,https://learn-awesome.github.io/assets/book_covers/461104.jpg,book|https://www.goodreads.com/book/show/461104.The_Ascent_of_Man,science,,,,,, -10d59262-aea9-4ef0-a613-ad5a44b754c7,The Big Score: The Billion Dollar Story of Silicon Valley,By Michael S. Malone,,book|https://www.goodreads.com/book/show/767761.Big_Score,history,,,,,, -64e21340-11a0-481a-872e-19c4fdce3df5,Designing for People,By Henry Dreyfuss,https://learn-awesome.github.io/assets/book_covers/1604762.jpg,book|https://www.goodreads.com/book/show/1604762.Designing_for_People,design,,,,,, -b305ebe5-b6d4-42d4-a66a-f08994ceb6a7,Smalltalk Best Practice Patterns,By Kent Beck,https://learn-awesome.github.io/assets/book_covers/781561.jpg,book|https://www.goodreads.com/book/show/781561.Smalltalk_Best_Practice_Patterns,programming,,,,,, -90d09172-6511-4ba2-9bd7-b12261c51789,"Wind, Sand and Stars",By Antoine de Saint-Exupéry,https://learn-awesome.github.io/assets/book_covers/8837.jpg,book|https://www.goodreads.com/book/show/8837.Wind_Sand_and_Stars,non-fiction,,,,,, -c53decc5-b613-4505-881e-a59f6595f0ac,Perfect Health Diet,By Paul Jaminet,https://learn-awesome.github.io/assets/book_covers/14546755.jpg,book|https://www.goodreads.com/book/show/14546755-perfect-health-diet,health,,,,,, -0872c63f-c91a-442b-bba0-c24208db7392,"The Flavor Bible: The Essential Guide to Culinary Creativity, Based on the Wisdom of America's Most Imaginative Chefs",By Karen Page,https://learn-awesome.github.io/assets/book_covers/4443485.jpg,book|https://www.goodreads.com/book/show/4443485-the-flavor-bible,cookbooks,,,,,, -1546342c-fbe6-4823-932d-ed9591456a44,Private Pilot and Recreational Pilot FAA Knowledge Test 2010: For the FAA Computer-based Pilot Knowledge Test,By Irvin N. Gleim,https://learn-awesome.github.io/assets/book_covers/20755417.jpg,book|https://www.goodreads.com/book/show/20755417-private-pilot-and-recreational-pilot-faa-knowledge-test-2010,default,,,,,, -87903cd8-7ec2-4c33-9250-1c0a0d6c290b,Statistics As Principled Argument,By Robert P. Abelson,https://learn-awesome.github.io/assets/book_covers/226575.jpg,book|https://www.goodreads.com/book/show/226575.Statistics_As_Principled_Argument,statistics,,,,,, -6e2810af-cb67-4ac5-a6a0-83a77d8208b6,Invisible Cities,By Italo Calvino,https://learn-awesome.github.io/assets/book_covers/9809.jpg,book|https://www.goodreads.com/book/show/9809.Invisible_Cities,fiction,,,,,, -13655d88-f9e2-4b05-82de-b2a8d782581a,The Age Of Discontinuity,By Peter F. Drucker,https://learn-awesome.github.io/assets/book_covers/114835.jpg,book|https://www.goodreads.com/book/show/114835.The_Age_of_Discontinuity,business,,,,,, -7eef2040-8b04-4631-bc89-83cde2c2cf35,"Say Again, Please: Guide to Radio Communications",By Bob Gardner,https://learn-awesome.github.io/assets/book_covers/1206191.jpg,book|https://www.goodreads.com/book/show/1206191.Say_Again_Please,aviation,,,,,, -a972486b-41a6-4c40-8b5f-ca1bc9e1abb5,Process and Reality,By Alfred North Whitehead,https://learn-awesome.github.io/assets/book_covers/851541.jpg,book|https://www.goodreads.com/book/show/851541.Process_and_Reality,philosophy,,,,,, -cd4a9fcd-a8f3-46ae-a313-a2e26243c31a,Instrument Procedures Handbook: FAA-H-8261-1A (FAA Handbooks series),By Federal Aviation Administration,https://learn-awesome.github.io/assets/book_covers/1303207.jpg,book|https://www.goodreads.com/book/show/1303207.Instrument_Procedures_Handbook,aviation,,,,,, -5d07ff93-7f74-423d-8de5-3499bf7092a9,How to Study Public Life,By Jan Gehl,https://learn-awesome.github.io/assets/book_covers/17912378.jpg,book|https://www.goodreads.com/book/show/17912378-how-to-study-public-life,urban-planning,,,,,, -e3279854-93fc-43cd-ba9d-e8fb2ae5c6cd,Exploratory Data Analysis,By John W. Tukey,https://learn-awesome.github.io/assets/book_covers/2111739.jpg,book|https://www.goodreads.com/book/show/2111739.Exploratory_Data_Analysis,statistics,,,,,, -da9f30eb-d0df-4f6f-9220-a8c9c2687db3,A Thousand Hills: Rwanda's Rebirth and the Man Who Dreamed It 1st Edition,By Stephen Kinzer,https://learn-awesome.github.io/assets/book_covers/2188259.jpg,book|https://www.goodreads.com/book/show/2188259.A_Thousand_Hills,africa,,,,,, -6970c95a-e94c-492a-b9a9-db6bdc67629d,Before the Storm: Barry Goldwater and the Unmaking of the American Consensus,By Rick Perlstein,https://learn-awesome.github.io/assets/book_covers/138349.jpg,book|https://www.goodreads.com/book/show/138349.Before_the_Storm,history,,,,,, -1afe9fcc-0e19-4ca9-bfab-39689a0b87c7,Conjectures and Refutations: The Growth of Scientific Knowledge,By Karl Popper,https://learn-awesome.github.io/assets/book_covers/61554.jpg,book|https://www.goodreads.com/book/show/61554.Conjectures_and_Refutations,philosophy,,,,,, -2df9dc18-870c-437d-a8ae-5152c934b68c,Artificial Intelligence: A Modern Approach (2nd Edition),By Stuart Russell,https://learn-awesome.github.io/assets/book_covers/27543.jpg,book|https://www.goodreads.com/book/show/27543.Artificial_Intelligence,computer-science,,,,,, -11bb4a53-e1bb-4feb-b6db-ceaec0c04bbe,The Philosophy Book,By Will Buckingham,https://learn-awesome.github.io/assets/book_covers/8493026.jpg,book|https://www.goodreads.com/book/show/8493026-the-philosophy-book,philosophy,,,,,, -0fe27449-7dac-4c18-8385-065afc506f1c,Pioneering Portfolio Management: An Unconventional Approach to Institutional Investment,By David F. Swensen,https://learn-awesome.github.io/assets/book_covers/17371.jpg,book|https://www.goodreads.com/book/show/17371.Pioneering_Portfolio_Management,investing,,,,,, -513557bf-2285-45be-b273-f8e5564af21a,Myth of the Machine : Technics and Human Development,By Lewis Mumford,https://learn-awesome.github.io/assets/book_covers/90209.jpg,book|https://www.goodreads.com/book/show/90209.Technics_and_Human_Development,history,,,,,, -6aad5fdd-1b0b-4b93-9ef9-79c88c8d58d5,The Rise and Fall of American Growth: The U.S. Standard of Living since the Civil War (The Princeton Economic History of the Western World),By Robert J. Gordon,https://learn-awesome.github.io/assets/book_covers/35381944.jpg,book|https://www.goodreads.com/book/show/35381944-the-rise-and-fall-of-american-growth,economics,,,,,, -773e7fc6-674d-43cf-98b2-af9daddf122d,The thirty years war,By C.V. Wedgwood,https://learn-awesome.github.io/assets/book_covers/287542.jpg,book|https://www.goodreads.com/book/show/287542.The_Thirty_Years_War,history,,,,,, -ffa052f3-d70c-4372-9957-dadd3e867ec4,"Land of Lisp: Learn to Program in Lisp, One Game at a Time!",By Conrad Barski,https://learn-awesome.github.io/assets/book_covers/6905041.jpg,book|https://www.goodreads.com/book/show/6905041-land-of-lisp,programming,,,,,, -9f50054c-0240-459c-bff0-e7ae3b3bfe0f,"Debt: The First 5,000 Years",By David Graeber,https://learn-awesome.github.io/assets/book_covers/6617037.jpg,book|https://www.goodreads.com/book/show/6617037-debt,history,,,,,, -07b46b78-33b0-45c4-b1e8-8f1f7a2ba4b9,The Rise and Fall of Nations: Forces of Change in the Post-Crisis World,By Ruchir Sharma,https://learn-awesome.github.io/assets/book_covers/26530331.jpg,book|https://www.goodreads.com/book/show/26530331-the-rise-and-fall-of-nations,economics,,,,,, -439c3d4a-0dd1-4c39-bafb-9841a9834f62,Nixonland: The Rise of a President and the Fracturing of America,By Rick Perlstein,https://learn-awesome.github.io/assets/book_covers/2393575.jpg,book|https://www.goodreads.com/book/show/2393575.Nixonland,history,,,,,, -667b0a20-7beb-48e4-b152-4765e768459a,Flying IFR: The Practical Information You Need to Fly Actual IFR Flights (General Aviation Reading series),By Richard L. Collins,https://learn-awesome.github.io/assets/book_covers/697327.jpg,book|https://www.goodreads.com/book/show/697327.Flying_IFR,aviation,,,,,, -3a6084eb-d255-4fff-b117-2c9d5ec7b4cc,Lore of Running,By Tim Noakes,https://learn-awesome.github.io/assets/book_covers/112160.jpg,book|https://www.goodreads.com/book/show/112160.Lore_of_Running,running,,,,,, -830900f9-d2ff-4b94-ae50-5c5d4874664c,Abstract Algebra,By David S. Dummit,https://learn-awesome.github.io/assets/book_covers/264543.jpg,book|https://www.goodreads.com/book/show/264543.Abstract_Algebra,math,,,,,, -0a38a8b3-0310-4c84-9a83-a26d229ec2d8,An Introduction to Political Philosophy: Ten Essays,By Leo Strauss,https://learn-awesome.github.io/assets/book_covers/676950.jpg,book|https://www.goodreads.com/book/show/676950.An_Introduction_to_Political_Philosophy,philosophy,,,,,, -4a998908-6c6b-49a0-970e-87573f7ca053,Dancing in the Glory of Monsters: The Collapse of the Congo and the Great War of Africa Kindle Edition,By Jason Stearns,https://learn-awesome.github.io/assets/book_covers/10046142.jpg,book|https://www.goodreads.com/book/show/10046142-dancing-in-the-glory-of-monsters,history,,,,,, -917f8d24-d220-4193-99da-a5d46c913aba,The Chicken from Minsk: And 99 Other Infuriatingly Challenging Brain Teasers from the Great Russian Tradition of Math and Science,By Yuri B. Chernyak,https://learn-awesome.github.io/assets/book_covers/323926.jpg,book|https://www.goodreads.com/book/show/323926.The_Chicken_From_Minsk,science,,,,,, -2ff8aba1-3249-404e-aa40-895ed1099755,Practical Common Lisp,By Peter Seibel,https://learn-awesome.github.io/assets/book_covers/570933.jpg,book|https://www.goodreads.com/book/show/570933.Practical_Common_LISP,programming,,,,,, -984cbb93-4dcb-4d5d-acfc-3308ec43cf5e,Toward a Theory of Instruction,By Jerome Bruner,https://learn-awesome.github.io/assets/book_covers/1633905.jpg,book|https://www.goodreads.com/book/show/1633905.Toward_a_Theory_of_Instruction,education,,,,,, -8e2dddb0-4c92-4898-b919-aab44b5deeb1,The Non-Runner's Marathon Trainer,By David A. Whitsett,https://learn-awesome.github.io/assets/book_covers/98248.jpg,book|https://www.goodreads.com/book/show/98248.The_Non_Runner_s_Marathon_Trainer,running,,,,,, -bbaa941b-6992-454f-b8a1-bf4f1d4b3bdc,Pilot's Handbook of Aeronautical Knowledge: FAA-H-8083-25A (FAA Handbooks),By Federal Aviation Administration,https://learn-awesome.github.io/assets/book_covers/6669677.jpg,book|https://www.goodreads.com/book/show/6669677-pilot-s-handbook-of-aeronautical-knowledge,aviation,,,,,, -c4a9cafa-ef76-4586-a25b-7c81911c64f3,Sum: Forty Tales from the Afterlives,By David Eagleman,https://learn-awesome.github.io/assets/book_covers/4948826.jpg,book|https://www.goodreads.com/book/show/4948826-sum,short-stories,,,,,, -06d7aadf-57a5-450b-8b07-d7cbdef1831b,How to Survive in Your Native Land,By James Herndon,https://learn-awesome.github.io/assets/book_covers/1582891.jpg,book|https://www.goodreads.com/book/show/1582891.How_to_Survive_in_Your_Native_Land,education,,,,,, -d0c3018f-c1e9-428f-a4c4-1ca43f2ffe95,The Antarctic Book of Cooking and Cleaning: A Polar Journey,By Carol Devine,https://learn-awesome.github.io/assets/book_covers/23261577.jpg,book|https://www.goodreads.com/book/show/23261577-the-antarctic-book-of-cooking-and-cleaning,non-fiction,,,,,, -f5ddba23-812c-4984-b855-7b5f23799a00,Quantum Computing since Democritus,By Scott Aaronson,https://learn-awesome.github.io/assets/book_covers/17471298.jpg,book|https://www.goodreads.com/book/show/17471298-quantum-computing-since-democritus,science,,,,,, -964e2247-4695-466e-b511-6db35cf80d7a,The Metaphysical Foundations of Modern Science,By Edwin Arthur Burtt,https://learn-awesome.github.io/assets/book_covers/1173844.jpg,book|https://www.goodreads.com/book/show/1173844.The_Metaphysical_Foundations_of_Modern_Science,philosophy,,,,,, -d210e4d9-3e7c-4959-b1c2-94f34a6ab641,"Concepts, Techniques, and Models of Computer Programming",By Peter Van Roy,https://learn-awesome.github.io/assets/book_covers/772585.jpg,book|https://www.goodreads.com/book/show/772585.Concepts_Techniques_and_Models_of_Computer_Programming,programming,,,,,, -a8209d46-2d42-4d03-be7c-4cefe969b50c,The Scramble for Africa: White Man's Conquest of the Dark Continent from 1876 to 1912,By Thomas Pakenham,https://learn-awesome.github.io/assets/book_covers/416108.jpg,book|https://www.goodreads.com/book/show/416108.The_Scramble_for_Africa,history,,,,,, -9e72c899-a9d8-4c8e-bb3b-6a046650c67a,Beautiful Evidence,By Edward R. Tufte,https://learn-awesome.github.io/assets/book_covers/17743.jpg,book|https://www.goodreads.com/book/show/17743.Beautiful_Evidence,design,,,,,, -d203f310-36bb-4983-afb6-1fb4b5451aa5,The 60s: The Story of a Decade,By The New Yorker,https://learn-awesome.github.io/assets/book_covers/28814790.jpg,book|https://www.goodreads.com/book/show/28814790-the-60s,history,,,,,, -2636d7ec-30d8-4fe4-8cd4-3d4106043ec2,How to Live: Or A Life of Montaigne in One Question and Twenty Attempts at an Answer,By Sarah Bakewell,https://learn-awesome.github.io/assets/book_covers/7624457.jpg,book|https://www.goodreads.com/book/show/7624457-how-to-live,philosophy,,,,,, -c8b6f9f5-f19e-404f-ada5-df4d355731e3,Something Incredibly Wonderful Happens: Frank Oppenheimer and the world he made up,By K.C. Cole,https://learn-awesome.github.io/assets/book_covers/6321411.jpg,book|https://www.goodreads.com/book/show/6321411-something-incredibly-wonderful-happens,biography,,,,,, -595c0762-0488-42d1-af67-dadbc6835885,The Ancestor's Tale: A Pilgrimage to the Dawn of Life,By Richard Dawkins,https://learn-awesome.github.io/assets/book_covers/17977.jpg,book|https://www.goodreads.com/book/show/17977.The_Ancestor_s_Tale,science,,,,,, -036a3b46-0fc9-4c6d-8101-ee00a3bfef00,Engines of Logic: Mathematicians and the Origin of the Computer,By Martin D. Davis,https://learn-awesome.github.io/assets/book_covers/982791.jpg,book|https://www.goodreads.com/book/show/982791.Engines_of_Logic,computer-science,,,,,, -c0f06bd1-a2fd-4643-87c1-109bad8ef2f1,Garbage Collection: Algorithms for Automatic Dynamic Memory Management,By Richard Jones,https://learn-awesome.github.io/assets/book_covers/1267464.jpg,book|https://www.goodreads.com/book/show/1267464.Garbage_Collection,computer-science,,,,,, -35a9fea3-9849-4016-9dec-308dea9b8392,The Spectator: Volume 1,By Joseph Addison,https://learn-awesome.github.io/assets/book_covers/18681640.jpg,book|https://www.goodreads.com/book/show/18681640-the-spectator-volume-1-eighteenth-century-periodical-essays,english-class,,,,,, -5db8c6e3-a78c-4562-83c4-6c3cc2cb7764,"The Blue Bottle Craft of Coffee: Growing, Roasting, and Drinking, with Recipes",By James Freeman,https://learn-awesome.github.io/assets/book_covers/13414928.jpg,book|https://www.goodreads.com/book/show/13414928-the-blue-bottle-craft-of-coffee,coffee;food,,,,,, -0b89694b-60c3-457c-941a-321f6374d5ef,"The Subtle Knife: His Dark Materials, Book 2",By Philip Pullman,https://learn-awesome.github.io/assets/book_covers/119324.jpg,book|https://www.goodreads.com/book/show/119324.The_Subtle_Knife,fantasy,,,,,, -47c658b2-d5ff-4106-aeb9-c787d974a925,Quantum Mechanics: Concepts and Applications,By Nouredine Zettili,https://learn-awesome.github.io/assets/book_covers/390201.jpg,book|https://www.goodreads.com/book/show/390201.Quantum_Mechanics,physics,,,,,, -53b8a964-676b-4b37-8cb3-f350e911302b,Nixon Agonistes: The Crisis of the Self-Made Man,By Garry Wills,https://learn-awesome.github.io/assets/book_covers/29435.jpg,book|https://www.goodreads.com/book/show/29435.Nixon_Agonistes,history,,,,,, -4d40517e-9403-429b-9a5c-3ed98e9c65e9,Whole Earth Discipline: An Ecopragmatist Manifesto,By Stewart Brand,https://learn-awesome.github.io/assets/book_covers/6411373.jpg,book|https://www.goodreads.com/book/show/6411373-whole-earth-discipline,non-fiction,,,,,, -da8dbf07-745f-4725-8a87-e8373e1938e9,The Theoretical Minimum: What You Need to Know to Start Doing Physics,By Leonard Susskind,https://learn-awesome.github.io/assets/book_covers/13587145.jpg,book|https://www.goodreads.com/book/show/13587145-the-theoretical-minimum,science,,,,,, -7e977db3-711e-4991-9215-067bf173681b,The Gutenberg Galaxy,By Marshall McLuhan,https://learn-awesome.github.io/assets/book_covers/440463.jpg,book|https://www.goodreads.com/book/show/440463.The_Gutenberg_Galaxy,non-fiction,,,,,, -92aebee0-852a-4fea-86d4-66db81f03e02,The Shellcoder's Handbook: Discovering and Exploiting Security Holes,By Jack Koziol,https://learn-awesome.github.io/assets/book_covers/1174511.jpg,book|https://www.goodreads.com/book/show/1174511.The_Shellcoder_s_Handbook,computer-science,,,,,, -5a33982d-edcc-44f3-b89c-c30758770982,War and Peace,By Leo Tolstoy,https://learn-awesome.github.io/assets/book_covers/656.jpg,book|https://www.goodreads.com/book/show/656.War_and_Peace,classics,,,,,, -de191c29-cf3a-4a95-88e3-11fb93b989c5,Managing Oneself,By Peter F. Drucker,https://learn-awesome.github.io/assets/book_covers/2477223.jpg,book|https://www.goodreads.com/book/show/2477223.Managing_Oneself,business,,,,,, -ad2043cf-7830-414a-be28-6458487daebf,Toward a radical middle: Fourteen pieces of reporting and criticism,By Renata Adler,https://learn-awesome.github.io/assets/book_covers/383831.jpg,book|https://www.goodreads.com/book/show/383831.Toward_a_Radical_Middle,history,,,,,, -b1b2240f-a3be-43f1-bc84-6b40349ca17d,William Blake and the Age of Revolution,By Jacob Bronowski,https://learn-awesome.github.io/assets/book_covers/4468123.jpg,book|https://www.goodreads.com/book/show/4468123-william-blake-and-the-age-of-revolution,history,,,,,, -1b44bb70-b833-49be-a5b9-9a987cdfe0ca,Understanding Media: The Extensions of Man,By Marshall McLuhan,https://learn-awesome.github.io/assets/book_covers/126274.jpg,book|https://www.goodreads.com/book/show/126274.Understanding_Media,non-fiction,,,,,, -82d21229-6c58-47c8-bb91-bebce9e77795,My Best Mathematical and Logic Puzzles (Dover Recreational Math),By Martin Gardner,https://learn-awesome.github.io/assets/book_covers/18948236.jpg,book|https://www.goodreads.com/book/show/18948236-my-best-mathematical-and-logic-puzzles,mathematics,,,,,, -17d1ee35-79ba-46db-ad45-8ca763ae6348,Programmers at Work: Interviews With 19 Programmers Who Shaped the Computer Industry (Tempus),By Susan Lammers,https://learn-awesome.github.io/assets/book_covers/2092682.jpg,book|https://www.goodreads.com/book/show/2092682.Programmers_at_Work,programming,,,,,, -ff7f1767-4dd4-4e22-9bfc-446f9364e19d,The Adventures of Hajji Baba of Ispahan,By James Justinian Morier,https://learn-awesome.github.io/assets/book_covers/41096625.jpg,book|https://www.goodreads.com/book/show/41096625-the-adventures-of-hajji-baba-of-ispahan,book-cart,,,,,, -093f9f68-efbb-4f5c-8741-7249389508c7,Cultural Amnesia: Necessary Memories from History and the Arts,By Clive James,https://learn-awesome.github.io/assets/book_covers/262762.jpg,book|https://www.goodreads.com/book/show/262762.Cultural_Amnesia,non-fiction,,,,,, -fee846df-e206-4c2c-8a64-b807b2a59d3e,Instrument Oral Exam Guide: The Comprehensive Guide to Prepare You for the FAA Oral Exam (Oral Exam Guide series),By Michael D. Hayes,https://learn-awesome.github.io/assets/book_covers/20489181.jpg,book|https://www.goodreads.com/book/show/20489181-instrument-oral-exam-guide,aviation,,,,,, -a18d2dec-9de4-480a-8e76-4d5dd132f353,"The City In History: Its Origins, Its Transformations, and Its Prospects ",By Lewis Mumford,https://learn-awesome.github.io/assets/book_covers/544053.jpg,book|https://www.goodreads.com/book/show/544053.The_City_in_History,history,,,,,, -7a7af2f5-9c01-46ec-bec8-36b22873ccf2,I Didn't Do It for You: How the World Betrayed a Small African Nation,By Michela Wrong,https://learn-awesome.github.io/assets/book_covers/653992.jpg,book|https://www.goodreads.com/book/show/653992.I_Didn_t_Do_It_for_You,africa,,,,,, -e77ca5bd-07fd-4b1a-b427-f4b1fee941f2,The Fabric of Reality: The Science of Parallel Universes--and Its Implications,By David Deutsch,https://learn-awesome.github.io/assets/book_covers/177068.jpg,book|https://www.goodreads.com/book/show/177068.The_Fabric_of_Reality,science,,,,,, -63e2c254-d787-405a-89b2-aed06e1a46cf,The Road to Reality: A Complete Guide to the Laws of the Universe,By Roger Penrose,https://learn-awesome.github.io/assets/book_covers/10638.jpg,book|https://www.goodreads.com/book/show/10638.The_Road_to_Reality,science,,,,,, -85517224-4620-4241-8281-0f2c0a11c045,Connections,By Kim Karr,https://learn-awesome.github.io/assets/book_covers/17902302.jpg,book|https://www.goodreads.com/book/show/17902302-connected,romance,,,,,, -91193bda-dd49-4967-8f6b-6aafc450aea2,The Nude: A Study in Ideal Form,By Kenneth Clark,https://learn-awesome.github.io/assets/book_covers/101128.jpg,book|https://www.goodreads.com/book/show/101128.The_Nude,art,,,,,, -90e975e9-6fe6-4b36-a5cf-1360409b35e9,The Startup Owner's Manual: The Step-By-Step Guide for Building a Great Company,By Steve Blank,https://learn-awesome.github.io/assets/book_covers/13557008.jpg,book|https://www.goodreads.com/book/show/13557008-the-startup-owner-s-manual,business,,,,,, -772e6ed6-7f94-4eac-99d8-c08fba7ef1b0,The Blind Watchmaker: Why the Evidence of Evolution Reveals a Universe without Design,By Richard Dawkins,https://learn-awesome.github.io/assets/book_covers/117047.jpg,book|https://www.goodreads.com/book/show/117047.The_Blind_Watchmaker,science,,,,,, -6748e58e-8a01-4b13-88b0-05a213a52c7e,The Case for Mars,By Robert Zubrin,https://learn-awesome.github.io/assets/book_covers/56713.jpg,book|https://www.goodreads.com/book/show/56713.The_Case_for_Mars,science,,,,,, -619346ad-ce4f-4386-87bc-379b110a4bd1,The Handmaid's Tale,By Margaret Atwood,https://learn-awesome.github.io/assets/book_covers/38447.jpg,book|https://www.goodreads.com/book/show/38447.The_Handmaid_s_Tale,fiction,,,,,, -8b9f79f6-6a7e-46d7-b5f7-8ea5a237ed53,Buckminster Fuller's Universe: His Life and Work,By Lloyd Steven Sieden,https://learn-awesome.github.io/assets/book_covers/190039.jpg,book|https://www.goodreads.com/book/show/190039.Buckminster_Fuller_s_Universe,biography,,,,,, -9bc2a542-f2fb-41ae-909e-36f09647da8e,Payments Systems in the U.S.,By Carol Coye Benson,https://learn-awesome.github.io/assets/book_covers/20968289.jpg,book|https://www.goodreads.com/book/show/20968289-payments-systems-in-the-u-s,business,,,,,, -33378c98-cf1a-4955-b0fb-d7dfe08f18cf,Stuff Matters: Exploring the Marvelous Materials That Shape Our Man-Made World,By Mark Miodownik,https://learn-awesome.github.io/assets/book_covers/18222843.jpg,book|https://www.goodreads.com/book/show/18222843-stuff-matters,science,,,,,, -c0834cec-3d65-4b96-94b5-ad2c91b5e2d1,The Monkey Wrench Gang,By Edward Abbey,https://learn-awesome.github.io/assets/book_covers/99208.jpg,book|https://www.goodreads.com/book/show/99208.The_Monkey_Wrench_Gang,fiction,,,,,, -7b1d553d-9f66-4a80-bd3a-b7871f628fa0,"Smalltalk-80: Bits of History, Words of Advice",By Glen Krasner,https://learn-awesome.github.io/assets/book_covers/1644070.jpg,book|https://www.goodreads.com/book/show/1644070.Smalltalk_80,smalltalk,,,,,, -8b48a68a-ff63-490c-9785-f5feb9d2005e,The Copernican Revolution: Planetary Astronomy in the Development of Western Thought,By Thomas S. Kuhn,https://learn-awesome.github.io/assets/book_covers/745236.jpg,book|https://www.goodreads.com/book/show/745236.The_Copernican_Revolution,science,,,,,, -653f2ea7-6e1e-4690-9be5-722c06457391,Hard Drive: Bill Gates and the Making of the Microsoft Empire,By James Wallace,https://learn-awesome.github.io/assets/book_covers/41611.jpg,book|https://www.goodreads.com/book/show/41611.Hard_Drive,biography,,,,,, -a51fba1b-b32d-4cee-abe8-8975cd37689e,The Andromeda Strain,By Michael Crichton,https://learn-awesome.github.io/assets/book_covers/7670.jpg,book|https://www.goodreads.com/book/show/7670.The_Andromeda_Strain,science-fiction,,,,,, -ac221bc8-8ac6-42c1-beb4-fff037b3af16,"Conscientious Objections: Stirring Up Trouble About Language, Technology and Education",By Neil Postman,https://learn-awesome.github.io/assets/book_covers/96444.jpg,book|https://www.goodreads.com/book/show/96444.Conscientious_Objections,non-fiction,,,,,, -4a7736ca-7879-461b-b1e1-976dac4d24e4,MCAT Biology (Examkrackers),By Jonathan Orsay,https://learn-awesome.github.io/assets/book_covers/1694901.jpg,book|https://www.goodreads.com/book/show/1694901.Examkrackers_MCAT_Biology,mcat,,,,,, -5295f473-50dc-4b99-adb0-d2ba5739426c,"The Future and Its Enemies: The Growing Conflict Over Creativity, Enterprise, and Progress",By Virginia Postrel,https://learn-awesome.github.io/assets/book_covers/416079.jpg,book|https://www.goodreads.com/book/show/416079.The_Future_and_Its_Enemies,non-fiction,,,,,, -50a3e12d-aff0-466c-a13d-998dc0b5ca2e,Out of Mao's Shadow: The Struggle for the Soul of a New China,By Philip P. Pan,https://learn-awesome.github.io/assets/book_covers/2418533.jpg,book|https://www.goodreads.com/book/show/2418533.Out_of_Mao_s_Shadow,china,,,,,, -43b67b82-4426-424e-a866-edbeafb579a9,Hacking the Xbox: An Introduction to Reverse Engineering,By Andrew Huang,https://learn-awesome.github.io/assets/book_covers/984394.jpg,book|https://www.goodreads.com/book/show/984394.Hacking_the_Xbox,non-fiction,,,,,, -995e7628-067a-46f3-a4ba-84b485a08afb,"And Suddenly the Inventor Appeared: TRIZ, the Theory of Inventive Problem Solving",By Genrich Altshuller,https://learn-awesome.github.io/assets/book_covers/161916.jpg,book|https://www.goodreads.com/book/show/161916.And_Suddenly_the_Inventor_Appeared,science,,,,,, -e0920365-1401-4d1b-bcd1-9dbe33d7e902,The Quest for Consciousness: A Neurobiological Approach,By Christof Koch,https://learn-awesome.github.io/assets/book_covers/125257.jpg,book|https://www.goodreads.com/book/show/125257.The_Quest_for_Consciousness,science,,,,,, -5034a591-4837-494d-a4c0-352063760ee4,The Tangled Web: A Guide to Securing Modern Web Applications 1st Edition,By Michal Zalewski,https://learn-awesome.github.io/assets/book_covers/11553604.jpg,book|https://www.goodreads.com/book/show/11553604-the-tangled-web,security,,,,,, -38cfc91f-53f1-4860-beab-5e05c5a88b80,Out of the Crisis,By W. Edwards Deming,https://learn-awesome.github.io/assets/book_covers/566574.jpg,book|https://www.goodreads.com/book/show/566574.Out_of_the_Crisis,business,,,,,, -a6b09cd6-0b15-465e-867c-e69a7d193e8c,"The Well-Tempered City: What Modern Science, Ancient Civilizations, and Human Nature Teach Us About the Future of Urban Life",By Jonathan F.P. Rose,https://learn-awesome.github.io/assets/book_covers/28257563.jpg,book|https://www.goodreads.com/book/show/28257563-the-well-tempered-city,non-fiction,,,,,, -c2b6e1b5-b3b6-431e-90d1-99e00204ef81,Epic Measures: One Doctor. Seven Billion Patients.,By Jeremy N. Smith,https://learn-awesome.github.io/assets/book_covers/22693187.jpg,book|https://www.goodreads.com/book/show/22693187-epic-measures,non-fiction,,,,,, -7aa9aff7-4ddc-4a4b-8abe-7af4c79d0a81,A History of Western Philosophy; And its Connection with Political and Social Circumstances from the Earliest Times to the Present Day,By Bertrand Russell,https://learn-awesome.github.io/assets/book_covers/166550.jpg,book|https://www.goodreads.com/book/show/166550.A_History_of_Western_Philosophy_its_Connection_with_Political_Social_Circumstances_from_the_Earliest_Times_to_the_Present_Day,philosophy,,,,,, -67ef295f-7b4d-45b1-89b7-f7882a2cb540,Popper Selections,By Karl Popper,https://learn-awesome.github.io/assets/book_covers/61552.jpg,book|https://www.goodreads.com/book/show/61552.Popper_Selections,philosophy,,,,,, -c242fda9-a6c4-4321-85e9-3e600b68518a,The Founder's Dilemmas: Anticipating and Avoiding the Pitfalls That Can Sink a Startup,By Noam Wasserman,https://learn-awesome.github.io/assets/book_covers/13234710.jpg,book|https://www.goodreads.com/book/show/13234710-the-founder-s-dilemmas,business,,,,,, -c2756a04-ef3c-49b7-b46b-c73c980e239e,Einstein's Dreams,By Alan Lightman,https://learn-awesome.github.io/assets/book_covers/14376.jpg,book|https://www.goodreads.com/book/show/14376.Einstein_s_Dreams,fiction,,,,,, -9541f0dd-d65d-470c-a7bc-5d4b3e261cb3,Red Plenty,By Francis Spufford,https://learn-awesome.github.io/assets/book_covers/6481280.jpg,book|https://www.goodreads.com/book/show/6481280-red-plenty,history,,,,,, -82ef74fc-6cff-4b83-bf41-7436c5bec9d5,"Enlightenment 2.0: Restoring sanity to our politics, our economy, and our lives",By Joseph Heath,https://learn-awesome.github.io/assets/book_covers/18053344.jpg,book|https://www.goodreads.com/book/show/18053344-enlightenment-2-0,politics,,,,,, -392fff01-823e-4c86-bd9c-e2a2c21abd55,Poorly Made in China by Paul Midler,By Paul Midler,https://learn-awesome.github.io/assets/book_covers/5116296.jpg,book|https://www.goodreads.com/book/show/5116296-poorly-made-in-china,china,,,,,, -4f7b587d-aa19-48b5-bdf9-eea969385917,From Satori to Silicon Valley: San Francisco and the American Counterculture,By Theodore Roszak,https://learn-awesome.github.io/assets/book_covers/889406.jpg,book|https://www.goodreads.com/book/show/889406.From_Satori_to_Silicon_Valley,history,,,,,, -72084e0f-d7d3-488d-b5ed-c42f7e4649bb,Collective Electrodynamics: Quantum Foundations of Electromagnetism,By Carver A. Mead,https://learn-awesome.github.io/assets/book_covers/202470.jpg,book|https://www.goodreads.com/book/show/202470.Collective_Electrodynamics,science,,,,,, -22dac469-9ba0-4d86-85e1-a8e7e5d581e4,The Children's Machine: Rethinking School In The Age Of The Computer,By Seymour Papert,https://learn-awesome.github.io/assets/book_covers/906120.jpg,book|https://www.goodreads.com/book/show/906120.The_Children_s_Machine,education,,,,,, -4a06fe62-bec1-4c5a-87e9-07168d0ec7c6,Bicycle Design: An Illustrated History,By Tony Hadland,https://learn-awesome.github.io/assets/book_covers/18197165.jpg,book|https://www.goodreads.com/book/show/18197165-bicycle-design,history,,,,,, -cc0dea05-bc9c-4834-8467-27beb2429757,Setting the Table: The Transforming Power of Hospitality in Business,By Danny Meyer,https://learn-awesome.github.io/assets/book_covers/213280.jpg,book|https://www.goodreads.com/book/show/213280.Setting_the_Table,business,,,,,, -eebd5e58-45bf-4060-b7b0-38e019228116,Biohazard: The Chilling True Story of the Largest Covert Biological Weapons Program in the World--Told from Inside by the Man Who Ran It,By Ken Alibek,https://learn-awesome.github.io/assets/book_covers/202698.jpg,book|https://www.goodreads.com/book/show/202698.Biohazard,science,,,,,, -ca585b9c-2534-40ed-b91f-3b41a5c82904,Inventing Freedom: How the English-Speaking Peoples Made the Modern World,By Daniel Hannan,https://learn-awesome.github.io/assets/book_covers/17616246.jpg,book|https://www.goodreads.com/book/show/17616246-inventing-freedom,history,,,,,, -bdd63615-b4f0-460c-9bab-df8de86279f4,"Technology, Management, and Society",By Peter F. Drucker,https://learn-awesome.github.io/assets/book_covers/4825159.jpg,book|https://www.goodreads.com/book/show/4825159-technology-management-and-society,business,,,,,, -42523d8f-67cf-4955-867a-b5857638834b,The Revolt of the Masses,By José Ortega y Gasset,https://learn-awesome.github.io/assets/book_covers/282447.jpg,book|https://www.goodreads.com/book/show/282447.The_Revolt_of_the_Masses,philosophy,,,,,, -947cb597-9d2d-4c37-b6f0-cc76934b83b2,Expert Political Judgment: How Good Is It? ,By Philip E. Tetlock,https://learn-awesome.github.io/assets/book_covers/89158.jpg,book|https://www.goodreads.com/book/show/89158.Expert_Political_Judgment,politics,,,,,, -183038b5-a510-4278-abd5-b1f1102338ea,The Outsider: My Life in Intrigue,By Frederick Forsyth,https://learn-awesome.github.io/assets/book_covers/24875398.jpg,book|https://www.goodreads.com/book/show/24875398-the-outsider,non-fiction,,,,,, -38b698e8-ce13-42e5-bdaf-6a6330b52bdf,Skeletons on the Zahara: A True Story of Survival,By Dean King,https://learn-awesome.github.io/assets/book_covers/408147.jpg,book|https://www.goodreads.com/book/show/408147.Skeletons_on_the_Zahara,non-fiction,,,,,, -0c106a6e-6b13-4098-822c-634dcbf0c598,Innovation and Entrepreneurship,By Peter F. Drucker,https://learn-awesome.github.io/assets/book_covers/114841.jpg,book|https://www.goodreads.com/book/show/114841.Innovation_and_Entrepreneurship,business,,,,,, -85ae9ab4-d9ee-44fe-b168-b8bb3bd87fd7,"How the Internet Became Commercial: Innovation, Privatization, and the Birth of a New Network (The Kauffman Foundation Series on Innovation and Entrepreneurship)",By Shane Greenstein,https://learn-awesome.github.io/assets/book_covers/27263119.jpg,book|https://www.goodreads.com/book/show/27263119-how-the-internet-became-commercial,history,,,,,, -ca8860ce-a643-4aa7-b142-b7735b61422f,The Irony of American History,By Reinhold Niebuhr,https://learn-awesome.github.io/assets/book_covers/55236.jpg,book|https://www.goodreads.com/book/show/55236.The_Irony_of_American_History,history,,,,,, -6fe87857-5651-41d6-97e9-4d51006d84b6,The Art of Possibility: Transforming Professional and Personal Life (Harvard Business School Press),By Rosamund Stone Zander,https://learn-awesome.github.io/assets/book_covers/35509026.jpg,book|https://www.goodreads.com/book/show/35509026-the-art-of-possibility,non-fiction,,,,,, -78b6b424-dc87-4b46-b275-8e86ec5bce7a,Branding Terror: The Logotypes and Iconography of Insurgent Groups and Terrorist Organizations,By Artur Beifuss,https://learn-awesome.github.io/assets/book_covers/15843257.jpg,book|https://www.goodreads.com/book/show/15843257-branding-terror,design,,,,,, -5a2ce712-92d8-47e8-8d33-4a56203462ae,A History of Future Cities,By Daniel Brook,https://learn-awesome.github.io/assets/book_covers/18378011.jpg,book|https://www.goodreads.com/book/show/18378011-a-history-of-future-cities,non-fiction,,,,,, -3e116d7a-1df6-4129-8351-1ddc5187b6cf,In Praise of Idleness: And Other Essays (Routledge Classics),By Bertrand Russell,https://learn-awesome.github.io/assets/book_covers/135742.jpg,book|https://www.goodreads.com/book/show/135742.In_Praise_of_Idleness_and_Other_Essays,philosophy,,,,,, -fed9a924-7b8b-43c7-8269-12382346ac69,The Closed World: Computers and the Politics of Discourse in Cold War America (Inside Technology),By Paul N. Edwards,https://learn-awesome.github.io/assets/book_covers/19567257.jpg,book|https://www.goodreads.com/book/show/19567257-the-closed-world,history,,,,,, -ec12b3e5-d8ec-4b77-a605-002a472657d2,"Quantum Physics of Atoms, Molecules, Solids, Nuclei, and Particles",By Robert M. Eisberg,https://learn-awesome.github.io/assets/book_covers/100024.jpg,book|https://www.goodreads.com/book/show/100024.Quantum_Physics_of_Atoms_Molecules_Solids_Nuclei_and_Particles,physics,,,,,, -cdd5162f-893c-4ef1-8c92-0b68bf03d432,About Face 2.0: The Essentials of Interaction Design,By Alan Cooper,https://learn-awesome.github.io/assets/book_covers/162608.jpg,book|https://www.goodreads.com/book/show/162608.About_Face_2_0,design,,,,,, -cc596c83-bc68-4dfa-b767-0351d8a715c3,Hitch 22: A Memoir,By Christopher Hitchens,https://learn-awesome.github.io/assets/book_covers/7332753.jpg,book|https://www.goodreads.com/book/show/7332753-hitch-22,non-fiction,,,,,, -eabbd411-fefb-4171-8bbe-2f83c936eb7f,"A Vast Machine: Computer Models, Climate Data, and the Politics of Global Warming (Infrastructures)",By Paul N. Edwards,https://learn-awesome.github.io/assets/book_covers/8108093.jpg,book|https://www.goodreads.com/book/show/8108093-a-vast-machine,science,,,,,, -729270d1-2877-4fab-a567-f09725afa83b,Operating Systems: Design and Implementation,By Andrew S. Tanenbaum,https://learn-awesome.github.io/assets/book_covers/166193.jpg,book|https://www.goodreads.com/book/show/166193.Operating_Systems_Design_and_Implementation,computer-science,,,,,, -2c64c4da-bdfb-4b51-b3ff-8dc5642ca057,Murder Trials,By Marcus Tullius Cicero,https://learn-awesome.github.io/assets/book_covers/344142.jpg,book|https://www.goodreads.com/book/show/344142.Murder_Trials,history,,,,,, -4e7b108e-ccd5-49ca-b346-b567e523f7a7,Positioning: The Battle for Your Mind,By Al Ries,https://learn-awesome.github.io/assets/book_covers/760025.jpg,book|https://www.goodreads.com/book/show/760025.Positioning,business,,,,,, -e4158a18-f332-4e8c-bea2-1b2be5dede09,The Baffler (No. 12),By Thomas Frank,https://learn-awesome.github.io/assets/book_covers/1394812.jpg,book|https://www.goodreads.com/book/show/1394812.The_Baffler,politics,,,,,, -10c1600e-987a-47cc-a9bf-0594bef0f40d,Special Relativity,By Anthony P. French,https://learn-awesome.github.io/assets/book_covers/1000528.jpg,book|https://www.goodreads.com/book/show/1000528.Special_Relativity,physics,,,,,, -a3ba12f0-8cba-445a-beb1-c1d76ce9cc92,Human Enhancement,By Julian Savulescu,https://learn-awesome.github.io/assets/book_covers/3299039.jpg,book|https://www.goodreads.com/book/show/3299039-human-enhancement,philosophy,,,,,, -a3696760-b7f3-404f-8349-b43baf3e3366,In Search of Schrödinger's Cat: Quantum Physics and Reality,By John Gribbin,https://learn-awesome.github.io/assets/book_covers/513367.jpg,book|https://www.goodreads.com/book/show/513367.In_Search_of_Schr_dinger_s_Cat,science,,,,,, -f6cf98a4-bd00-4666-b440-130dff42b507,The Mechanical Bride : Folklore of Industrial Man,By Marshall McLuhan,https://learn-awesome.github.io/assets/book_covers/2800.jpg,book|https://www.goodreads.com/book/show/2800.The_Mechanical_Bride,non-fiction,,,,,, -400b3f4b-5aaf-48a0-b14e-0c948d690e14,Winning the Story Wars: Why Those Who Tell (and Live) the Best Stories Will Rule the Future,By Jonah Sachs,https://learn-awesome.github.io/assets/book_covers/13088627.jpg,book|https://www.goodreads.com/book/show/13088627-winning-the-story-wars,business,,,,,, -449237af-adaf-4dc1-87d8-b30a0bac6a4b,The Society of Mind,By Marvin Minsky,https://learn-awesome.github.io/assets/book_covers/326790.jpg,book|https://www.goodreads.com/book/show/326790.The_Society_of_Mind,science,,,,,, -73fb6216-5d50-4705-b40a-ada5e989547f,Money Game,By George Jerome Waldo Goodman,https://learn-awesome.github.io/assets/book_covers/25706.jpg,book|https://www.goodreads.com/book/show/25706.The_Money_Game,finance,,,,,, -3da95e21-2d08-4bb6-9376-21df30bd76af,"Pacific: Silicon Chips and Surfboards, Coral Reefs and Atom Bombs, Brutal Dictators, Fading Empires, and the Coming Collision of the World's Superpowers",By Simon Winchester,https://learn-awesome.github.io/assets/book_covers/25817640.jpg,book|https://www.goodreads.com/book/show/25817640-pacific,history,,,,,, -ce7e2625-e42b-4a56-b443-3d855a9ce698,Seven Pillars of Wisdom: A Triumph: The Complete 1922 Text,By T.E. Lawrence,https://learn-awesome.github.io/assets/book_covers/10400410.jpg,book|https://www.goodreads.com/book/show/10400410-seven-pillars-of-wisdom,history,,,,,, -19e9fa6c-e4b6-41f4-9518-958a10702f44,"Slack: Getting Past Burnout, Busywork, and the Myth of Total Efficiency",By Tom DeMarco,https://learn-awesome.github.io/assets/book_covers/123715.jpg,book|https://www.goodreads.com/book/show/123715.Slack,business,,,,,, -df9c0a62-aef6-482e-b57a-1e9141eadddc,The Alexiad,By Anna Comnena,https://learn-awesome.github.io/assets/book_covers/485025.jpg,book|https://www.goodreads.com/book/show/485025.The_Alexiad,history,,,,,, -c6f31b43-5684-4bb3-8d66-f69ac76b60a8,Hamlet,By William Shakespeare,https://learn-awesome.github.io/assets/book_covers/1420.jpg,book|https://www.goodreads.com/book/show/1420.Hamlet,classics,,,,,, -dca711af-d71b-4c5d-8c0d-d23a4b122d97,The Dynamics of Creation,By Anthony Storr,https://learn-awesome.github.io/assets/book_covers/3226845.jpg,book|https://www.goodreads.com/book/show/3226845-the-dynamics-of-creation,non-fiction,,,,,, -9c09b3fd-b690-41c4-9fbf-69a26e8c7462,Creative Capital: Georges Doriot and the Birth of Venture Capital,By Spencer E. Ante,https://learn-awesome.github.io/assets/book_covers/3176553.jpg,book|https://www.goodreads.com/book/show/3176553-creative-capital,venture-capital,,,,,, -143985a0-7554-4a86-808d-db419b144c4f,"Upstart: Friends, Foes & Founding a University",By Ed Walsh,https://learn-awesome.github.io/assets/book_covers/12877586.jpg,book|https://www.goodreads.com/book/show/12877586-upstart,education;history,,,,,, -82b5d2be-a9ff-463b-a198-72b59461942c,Lapham's Quarterly: Crimes & Punishments (4 Volumes),By Lewis H. Lapham,https://learn-awesome.github.io/assets/book_covers/6374526.jpg,book|https://www.goodreads.com/book/show/6374526-lapham-s-quarterly,history,,,,,, -6834229c-6f9c-4be8-af1a-3fc8ecafb6a1,Theoretical Aerodynamics,By L.M. Milne-Thomson,https://learn-awesome.github.io/assets/book_covers/646220.jpg,book|https://www.goodreads.com/book/show/646220.Theoretical_Aerodynamics,default,,,,,, -d343d591-12ab-4c66-9ecf-1c38a88df046,Designing Walkable Urban Thoroughfares A Context Sensitive Approach,By Institute of Transportation Engineers,,book|https://www.goodreads.com/book/show/12622262-designing-walkable-urban-thoroughfares,to-get,,,,,, -755e67f9-5029-4e96-b674-63a61828e223,The A. B. C. Murders,By Agatha Christie,https://learn-awesome.github.io/assets/book_covers/16322.jpg,book|https://www.goodreads.com/book/show/16322.The_A_B_C_Murders,mystery,,,,,, -f8d2d522-83bc-412c-ada3-efdf9490ba8a,East African: An Airline Story,By Peter J. Davis,,book|https://www.goodreads.com/book/show/1492612.East_African,historie,,,,,, -9c41a7b5-7b41-4d70-90b4-e04884b304be,"Small Wars, Faraway Places: Global Insurrection and the Making of the Modern World, 1945-1965",By Michael Burleigh,https://learn-awesome.github.io/assets/book_covers/17674967.jpg,book|https://www.goodreads.com/book/show/17674967-small-wars-faraway-places,history,,,,,, -45e8d9de-9c66-41e4-a524-007ec326fc09,A course in mathematical analysis,By David Alexander Brannan,https://learn-awesome.github.io/assets/book_covers/3794577.jpg,book|https://www.goodreads.com/book/show/3794577-a-first-course-in-mathematical-analysis,mathematics,,,,,, -244c2c4a-ee9a-46d8-8338-b65d6f7b9739,Crystal Fire: The Birth of the Information Age,By Michael Riordan,https://learn-awesome.github.io/assets/book_covers/39397465.jpg,book|https://www.goodreads.com/book/show/39397465-crystal-fire,innovation,,,,,, -aa14e02d-64ce-4fa6-9d71-d387f0a417a9,Max Trescott's G1000 Glass Cockpit Handbook with WAAS 4th Edition,By Unknown,https://learn-awesome.github.io/assets/book_covers/29969008.jpg,book|https://www.goodreads.com/book/show/29969008-max-trescott-s-g1000-glass-cockpit-handbook-with-waas-4th-edition,aircrafts,,,,,, -c52761d2-55da-4844-a255-cb81691d0aae,Make Better Landings,By Alan Bramson,,book|https://www.goodreads.com/book/show/15185455-make-better-landings,flying,,,,,, -ec6a9fbd-f75e-4128-b988-cb177f681f2b,The Ohlone Way: Indian Life in the San Francisco-Monterey Bay Area,By Malcolm Margolin,https://learn-awesome.github.io/assets/book_covers/45309538.jpg,book|https://www.goodreads.com/book/show/45309538-the-ohlone-way,history,,,,,, -32a09d22-5c0f-46c1-a52c-63d2a8e1f512,Instrument Flying,By Federal Aviation Administration,https://learn-awesome.github.io/assets/book_covers/301249.jpg,book|https://www.goodreads.com/book/show/301249.Instrument_Flying_Handbook,aviation,,,,,, -3d429706-8b0d-494b-8fa9-d32e2bfb3daa,Hard Times,By Charles Dickens,https://learn-awesome.github.io/assets/book_covers/5344.jpg,book|https://www.goodreads.com/book/show/5344.Hard_Times,classics,,,,,, -33845ac1-6bfd-4632-87b7-d5ba4ecc07b2,The Party by Richard McGregor ,By Richard McGregor,https://learn-awesome.github.io/assets/book_covers/7822182.jpg,book|https://www.goodreads.com/book/show/7822182-the-party,china,,,,,, -982a9a9d-0ab9-4412-b09b-a72c853047f6,"The Biology of Cancer, 2nd Edition",By Claudia Tanja Mierke,https://learn-awesome.github.io/assets/book_covers/40141592.jpg,book|https://www.goodreads.com/book/show/40141592-physics-of-cancer-2nd-edition-volume-1,science-tech,,,,,, -868f39a0-19a0-4e2c-8926-d6b5e906c200,The Internet of Elsewhere: The Emergent Effects of a Wired World,By Cyrus Farivar,https://learn-awesome.github.io/assets/book_covers/9904619.jpg,book|https://www.goodreads.com/book/show/9904619-the-internet-of-elsewhere,non-fiction,,,,,, -cba0537a-6959-4b40-acd8-0653192a63e2,Pioneer Aviators of the World: A Biographical Dictionary of the First Pilots of 100 Countries,By Hart Matthews,https://learn-awesome.github.io/assets/book_covers/1489298.jpg,book|https://www.goodreads.com/book/show/1489298.Pioneer_Aviators_of_the_World,biographies;aircrafts,,,,,, -caf65374-c54f-4394-8ff6-e8150301ff3c,Computers and the World of the Future,By Martin Greenberger,,book|https://www.goodreads.com/book/show/7554086-computers-and-the-world-of-the-future,software-engineering,,,,,, -45cb5c11-9157-4953-b65d-0c7ef759c7c0,China Takes Off: Technology Transfer and Modernization,By Eugene E. Bauer,,book|https://www.goodreads.com/book/show/2829240-china-takes-off,history,,,,,, -91bae352-8982-4faa-9fe8-b819f996d552,Chinese Lessons: Five Classmates and the Story of the New China,By John Pomfret,https://learn-awesome.github.io/assets/book_covers/324011.jpg,book|https://www.goodreads.com/book/show/324011.Chinese_Lessons,china,,,,,, -aba7f80f-b7a8-4328-bad3-8e8252317d05,Bicycling Science,By David Gordon Wilson,https://learn-awesome.github.io/assets/book_covers/432870.jpg,book|https://www.goodreads.com/book/show/432870.Bicycling_Science,cycling,,,,,, -83418238-bc82-4449-96b9-ed3e90d68bce,Mathematics and Plausible Reasoning,By George Pólya,https://learn-awesome.github.io/assets/book_covers/22707827.jpg,book|https://www.goodreads.com/book/show/22707827-mathematics-and-plausible-reasoning,math,,,,,, -dc8858ff-b128-4738-825c-c76380ada19f,Computers and Society,By Richard Hamming,https://learn-awesome.github.io/assets/book_covers/16109413.jpg,book|https://www.goodreads.com/book/show/16109413-computers-and-society,to-get,,,,,, -a18e7885-2ed5-4352-bc15-7dc755dbe0d0,Whisky Classified: Choosing Single Malts by Flavour,By David Wishart,https://learn-awesome.github.io/assets/book_covers/39305619.jpg,book|https://www.goodreads.com/book/show/39305619-whisky-classified,alcohol,,,,,, -f52be616-9a6a-4fbb-a561-e4794079205d,The New Rules of Lifting: Six Basic Moves for Maximum Muscle,By Lou Schuler,https://learn-awesome.github.io/assets/book_covers/48730.jpg,book|https://www.goodreads.com/book/show/48730.The_New_Rules_of_Lifting,fitness,,,,,, -286ea9c1-7a6f-4179-b613-dd6fad02cb89,Possiplex,By Ted Nelson,https://learn-awesome.github.io/assets/book_covers/10673124.jpg,book|https://www.goodreads.com/book/show/10673124-possiplex,biography,,,,,, -959fae3f-ffc8-4748-a233-f36611ca7193,The Human Use Of Human Beings: Cybernetics And Society (The Da Capo series in science),By Norbert Wiener,https://learn-awesome.github.io/assets/book_covers/19932895.jpg,book|https://www.goodreads.com/book/show/19932895-the-human-use-of-human-beings,science,,,,,, -de2b497e-061b-4904-886c-f27e4209f90e,Jony Ive: The Genius Behind Apple's Greatest Products,By Leander Kahney,https://learn-awesome.github.io/assets/book_covers/17707768.jpg,book|https://www.goodreads.com/book/show/17707768-jony-ive,biography,,,,,, -f4df26f6-8ad5-4263-bb06-a8d71533fe72,Moral Mazes: The World of Corporate Managers,By Robert Jackall,https://learn-awesome.github.io/assets/book_covers/279812.jpg,book|https://www.goodreads.com/book/show/279812.Moral_Mazes,non-fiction,,,,,, -dd725c06-aba0-4927-9b10-2306eea2076a,Dracula,By Bram Stoker,https://learn-awesome.github.io/assets/book_covers/17245.jpg,book|https://www.goodreads.com/book/show/17245.Dracula,classics,,,,,, -0285b69a-0a21-4458-b6e3-6ed057421e5c,"The Trouble With Physics: The Rise of String Theory, The Fall of a Science, and What Comes Next",By Lee Smolin,https://learn-awesome.github.io/assets/book_covers/108939.jpg,book|https://www.goodreads.com/book/show/108939.The_Trouble_with_Physics,science,,,,,, -a58c2a89-563a-4a69-a6c6-306bbaf10676,"A Devil's Chaplain: Reflections on Hope, Lies, Science, and Love",By Richard Dawkins,https://learn-awesome.github.io/assets/book_covers/61536.jpg,book|https://www.goodreads.com/book/show/61536.A_Devil_s_Chaplain,science,,,,,, -82533259-5860-4afc-9f12-8a211bff97bf,Manhattan Project: The Untold Story of the Making of the Atomic Bomb,By Stephane Groueff,https://learn-awesome.github.io/assets/book_covers/109161.jpg,book|https://www.goodreads.com/book/show/109161.Manhattan_Project,history,,,,,, -3b4ca679-8539-40ba-8fad-cec4f6ee7f02,"The Information: A History, a Theory, a Flood",By James Gleick,https://learn-awesome.github.io/assets/book_covers/8701960.jpg,book|https://www.goodreads.com/book/show/8701960-the-information,non-fiction,,,,,, -f5609575-d39d-482c-a2ec-3f6edf3ee3d2,Extremely Loud and Incredibly Close,By Jonathan Safran Foer,https://learn-awesome.github.io/assets/book_covers/4588.jpg,book|https://www.goodreads.com/book/show/4588.Extremely_Loud_and_Incredibly_Close,fiction,,,,,, -b53d9218-7821-454c-84f0-f16dec60fbb0,A Philosophical Essay on Probabilities,By Pierre-Simon Laplace,https://learn-awesome.github.io/assets/book_covers/3438171.jpg,book|https://www.goodreads.com/book/show/3438171-a-philosophical-essay-on-probabilities,science,,,,,, -603a2830-f988-4e4a-b97a-dd5613cef53b,Libraries of the Future,By Aldous Huxley,https://learn-awesome.github.io/assets/book_covers/43128523.jpg,book|https://www.goodreads.com/book/show/43128523-brave-new-world-with-the-english-version-as-present,classics,,,,,, -0f85b606-f10f-43ae-8ce2-80d1c4a6919d,Global Catastrophic Risks,By Nick Bostrom,https://learn-awesome.github.io/assets/book_covers/2659696.jpg,book|https://www.goodreads.com/book/show/2659696-global-catastrophic-risks,science,,,,,, -ca72e74d-72ba-4022-9a68-92e77c974f4e,The Lunar Men: Five Friends Whose Curiosity Changed the World,By Jenny Uglow,https://learn-awesome.github.io/assets/book_covers/451211.jpg,book|https://www.goodreads.com/book/show/451211.The_Lunar_Men,history,,,,,, -388e3e3e-b6c0-4270-879d-0dd99fa98d3c,Citizen Sim: Cradle of the Stars,By Michael Solana,https://learn-awesome.github.io/assets/book_covers/23282331.jpg,book|https://www.goodreads.com/book/show/23282331-citizen-sim,netgalley,,,,,, -1056cf1e-ae94-4e04-967c-3412b7f40751,Reinventing the Automobile: Personal Urban Mobility for the 21st Century,By William J. Mitchell,https://learn-awesome.github.io/assets/book_covers/7201062.jpg,book|https://www.goodreads.com/book/show/7201062-reinventing-the-automobile,design,,,,,, -9f7a0bca-52c1-4933-95e6-a4a8c9dbd01d,Cicero: The Life and Times of Rome's Greatest Politician,By Anthony Everitt,https://learn-awesome.github.io/assets/book_covers/84593.jpg,book|https://www.goodreads.com/book/show/84593.Cicero,history,,,,,, -dceb9ba7-720f-4e72-81d9-488bf3d47122,Historic San Francisco: A Concise History and Guide,By Rand Richards,https://learn-awesome.github.io/assets/book_covers/654749.jpg,book|https://www.goodreads.com/book/show/654749.Historic_San_Francisco,history,,,,,, -c903be4f-78d0-418f-ae81-c69b2043ff4f,A Window on Eternity: A Biologist's Walk Through Gorongosa National Park,By Edward O. Wilson,https://learn-awesome.github.io/assets/book_covers/18143972.jpg,book|https://www.goodreads.com/book/show/18143972-a-window-on-eternity,science,,,,,, -b69f98e1-4eb8-4fe8-b07f-9424b3187dda,Hire With Your Head: Using Performance-Based Hiring to Build Great Team,By Lou Adler,https://learn-awesome.github.io/assets/book_covers/915183.jpg,book|https://www.goodreads.com/book/show/915183.Hire_with_Your_Head,business,,,,,, -e6058e5b-fd82-47bf-872b-ac3b23e50ba7,Book from the Ground: from point to point,By Xu Bing,https://learn-awesome.github.io/assets/book_covers/18699225.jpg,book|https://www.goodreads.com/book/show/18699225-book-from-the-ground,art,,,,,, -1161c757-14a1-483a-8b49-873b106f1754,In the Footsteps of Mr. Kurtz: Living on the Brink of Disaster in Mobutu's Congo,By Michela Wrong,https://learn-awesome.github.io/assets/book_covers/27586.jpg,book|https://www.goodreads.com/book/show/27586.In_the_Footsteps_of_Mr_Kurtz,africa,,,,,, -65b35576-f4a3-4ded-b82a-57a835ba4c93,"The Power of Productivity: Wealth, Poverty, and the Threat to Global Stability",By William W. Lewis,https://learn-awesome.github.io/assets/book_covers/381339.jpg,book|https://www.goodreads.com/book/show/381339.The_Power_of_Productivity,economics,,,,,, -23c30acd-4a51-4e0a-bffe-0d86e06936a7,Artful Sentences: Syntax as Style,By Virginia Tufte,https://learn-awesome.github.io/assets/book_covers/60029.jpg,book|https://www.goodreads.com/book/show/60029.Artful_Sentences,writing,,,,,, -ed7143ee-0df4-46fa-adb9-32360f7465ae,Tenth of December: Stories,By George Saunders,https://learn-awesome.github.io/assets/book_covers/13641208.jpg,book|https://www.goodreads.com/book/show/13641208-tenth-of-december,short-stories,,,,,, -8fde5d74-5100-4745-9843-d495bd06e97b,"Programming Interviews Exposed: Secrets to Landing Your Next Job, 2nd Edition",By John Mongan,https://learn-awesome.github.io/assets/book_covers/154154.jpg,book|https://www.goodreads.com/book/show/154154.Programming_Interviews_Exposed,programming,,,,,, -efca0046-b0bf-40f7-814b-fadf79b9f348,The Disappearance of Childhood,By Neil Postman,https://learn-awesome.github.io/assets/book_covers/79679.jpg,book|https://www.goodreads.com/book/show/79679.The_Disappearance_of_Childhood,non-fiction,,,,,, -5a47ecac-2b86-4faa-8274-7273f52139bd,Anthropic Bias: Observation Selection Effects in Science and Philosophy,By Nick Bostrom,,book|https://www.goodreads.com/book/show/2002987.Anthropic_Bias,philosophy,,,,,, -9c275a84-3efb-4798-943f-e9c7c5451511,K2: Life and Death on the World's Most Dangerous Mountain,By Ed Viesturs,https://learn-awesome.github.io/assets/book_covers/6309380.jpg,book|https://www.goodreads.com/book/show/6309380-k2,non-fiction,,,,,, -38710fe0-8d5f-4b14-94d7-1d65d68c9314,Ragtime,By E.L. Doctorow,https://learn-awesome.github.io/assets/book_covers/175675.jpg,book|https://www.goodreads.com/book/show/175675.Ragtime,fiction,,,,,, -9b64179e-aaef-49dd-9f65-6505e575db31,Fluid Concepts And Creative Analogies: Computer Models Of The Fundamental Mechanisms Of Thought,By Douglas R. Hofstadter,https://learn-awesome.github.io/assets/book_covers/1417656.jpg,book|https://www.goodreads.com/book/show/1417656.Fluid_Concepts_and_Creative_Analogies,philosophy,,,,,, -cade8f14-f9a0-4dbd-80c7-673e8c9b4093,The German Generals Talk,By B.H. Liddell Hart,https://learn-awesome.github.io/assets/book_covers/865767.jpg,book|https://www.goodreads.com/book/show/865767.The_German_Generals_Talk,history,,,,,, -acc1a5ea-d42a-4552-9315-ab51a911cf5b,Enemies: A Love Story,By Isaac Bashevis Singer,https://learn-awesome.github.io/assets/book_covers/25739.jpg,book|https://www.goodreads.com/book/show/25739.Enemies,fiction,,,,,, -817d96b1-594f-444f-bddd-d29b24df6b47,Incompleteness: The Proof and Paradox of Kurt Godel,By Rebecca Goldstein,https://learn-awesome.github.io/assets/book_covers/51287.jpg,book|https://www.goodreads.com/book/show/51287.Incompleteness,philosophy,,,,,, -e94d4b21-f223-412b-b2ef-f4279ee7715e,Network Security Hacks,By Andrew Lockhart,https://learn-awesome.github.io/assets/book_covers/569675.jpg,book|https://www.goodreads.com/book/show/569675.Network_Security_Hacks,security,,,,,, -6e416989-f1bd-46a1-80a0-72de7a697152,Longitude: The True Story of a Lone Genius Who Solved the Greatest Scientific Problem of His Time,By Dava Sobel,https://learn-awesome.github.io/assets/book_covers/4806.jpg,book|https://www.goodreads.com/book/show/4806.Longitude,history,,,,,, -5ecbd4e7-2a71-4869-ac31-c09bb7e67c50,"The Winged Gospel: America's Romance with Aviation, 1900-1950",By Joseph J. Corn,,book|https://www.goodreads.com/book/show/2513696.The_Winged_Gospel,aviation,,,,,, -8c45a561-ca2e-494f-bcb9-5fe0da30bb71,A Great Leap Forward: 1930s Depression and U.S. Economic Growth (Yale Series in Economic and Financial History),By Alexander J. Field,https://learn-awesome.github.io/assets/book_covers/19955202.jpg,book|https://www.goodreads.com/book/show/19955202-a-great-leap-forward,history,,,,,, -61b8be1c-cfe3-4be1-9dca-253198e6898b,"From Counterculture to Cyberculture: Stewart Brand, the Whole Earth Network, and the Rise of Digital Utopianism",By Fred Turner,https://learn-awesome.github.io/assets/book_covers/5592.jpg,book|https://www.goodreads.com/book/show/5592.From_Counterculture_to_Cyberculture,non-fiction,,,,,, -6a85749c-e5fb-43d1-beef-81377f026e78,The Bounty: The True Story of the Mutiny on the Bounty,By Caroline Alexander,https://learn-awesome.github.io/assets/book_covers/335795.jpg,book|https://www.goodreads.com/book/show/335795.The_Bounty,history,,,,,, -5796be57-c6f9-417a-ac4a-8ceec032a64f,The Road,By Cormac McCarthy,https://learn-awesome.github.io/assets/book_covers/6288.jpg,book|https://www.goodreads.com/book/show/6288.The_Road,fiction,,,,,, -db7b720b-df21-4dad-b7c0-52f78f70c035,Swimming Across: A Memoir ,By Andrew S. Grove,https://learn-awesome.github.io/assets/book_covers/284083.jpg,book|https://www.goodreads.com/book/show/284083.Swimming_Across,biography,,,,,, -abcb1562-12cf-4b4d-9e5e-0dbeb8793c01,The Wealth of Networks: How Social Production Transforms Markets and Freedom,By Yochai Benkler,https://learn-awesome.github.io/assets/book_covers/14721.jpg,book|https://www.goodreads.com/book/show/14721.The_Wealth_of_Networks,non-fiction,,,,,, -cdac3313-a5e9-49c1-afeb-f5c6412e8738,Amazing Airplanes (Amazing Machines),By Tony Mitton,https://learn-awesome.github.io/assets/book_covers/1675207.jpg,book|https://www.goodreads.com/book/show/1675207.Amazing_Airplanes,picture-books,,,,,, -9162d4c4-9335-4eb2-a945-cee8b52fb17f,"Tap Dancing to Work: Warren Buffett on Practically Everything, 1966-2012: A Fortune Magazine Book",By Carol J. Loomis,https://learn-awesome.github.io/assets/book_covers/14461754.jpg,book|https://www.goodreads.com/book/show/14461754-tap-dancing-to-work,business,,,,,, -9d9df21b-8f2f-45e6-929b-66eab73015e1,No Future for You: Salvos from The Baffler,By John Summers,https://learn-awesome.github.io/assets/book_covers/22104612.jpg,book|https://www.goodreads.com/book/show/22104612-no-future-for-you,politics,,,,,, -a05fddb7-2583-4d59-aa40-88284bb8e433,Regional Advantage: Culture and Competition in Silicon Valley and Route 128,By AnnaLee Saxenian,https://learn-awesome.github.io/assets/book_covers/69564.jpg,book|https://www.goodreads.com/book/show/69564.Regional_Advantage,economics,,,,,, -f2e909bb-70f5-4e1c-89f8-bc338b8aeade,"Introduction to Algorithms, Second Edition",By Anany V. Levitin,https://learn-awesome.github.io/assets/book_covers/145056.jpg,book|https://www.goodreads.com/book/show/145056.Introduction_to_the_Design_and_Analysis_of_Algorithms,computer-science,,,,,, -d232875d-5a00-4aa4-a643-94b6eb8accdc,Our Knowledge of the External World (Routledge Classics),By Bertrand Russell,https://learn-awesome.github.io/assets/book_covers/67337.jpg,book|https://www.goodreads.com/book/show/67337.Our_Knowledge_of_the_External_World,philosophy,,,,,, -afda795d-14af-42b3-8fdc-d9292467904f,Advanced Topics in Types and Programming Languages,By Benjamin C. Pierce,https://learn-awesome.github.io/assets/book_covers/788751.jpg,book|https://www.goodreads.com/book/show/788751.Advanced_Topics_in_Types_and_Programming_Languages,computer-science,,,,,, -664cdc3c-6b32-480b-a3e3-7fe7561ad803,Alibaba: The House That Jack Ma Built,By Duncan Clark,https://learn-awesome.github.io/assets/book_covers/25817524.jpg,book|https://www.goodreads.com/book/show/25817524-alibaba,business,,,,,, -427690ab-b60b-4b91-8821-7aa0d5f012b0,Fly and the Fly-Bottle: Encounters with British Intellectuals,By Ved Mehta,https://learn-awesome.github.io/assets/book_covers/2662183.jpg,book|https://www.goodreads.com/book/show/2662183-fly-and-the-fly-bottle,non-fiction,,,,,, -8fcec602-b422-4460-b9d0-9a936cd8fab6,Wings: A History of Aviation from Kites to the space age,By Tom D. Crouch,https://learn-awesome.github.io/assets/book_covers/1649467.jpg,book|https://www.goodreads.com/book/show/1649467.Wings,aviation,,,,,, -fbbf873d-e310-495e-93e2-a04685de435a,The Infinite Resource: The Power of Ideas on a Finite Planet,By Ramez Naam,https://learn-awesome.github.io/assets/book_covers/16291969.jpg,book|https://www.goodreads.com/book/show/16291969-the-infinite-resource,first-reads,,,,,, -3082b02f-81f4-4713-8c83-70af7305ed1b,The Myth of the Rational Voter: Why Democracies Choose Bad Policies,By Bryan Caplan,https://learn-awesome.github.io/assets/book_covers/698866.jpg,book|https://www.goodreads.com/book/show/698866.The_Myth_of_the_Rational_Voter,politics,,,,,, -84546c10-6038-4d15-90cc-a8c97961311f,Return to the Little Kingdom: How Apple and Steve Jobs Changed the World,By Michael Moritz,https://learn-awesome.github.io/assets/book_covers/6937258.jpg,book|https://www.goodreads.com/book/show/6937258-return-to-the-little-kingdom,business,,,,,, -b8cefc2e-41c9-4a4e-beb7-d917e0ef4f86,A Country of Cities: A Manifesto for an Urban America,By Vishaan Chakrabarti,https://learn-awesome.github.io/assets/book_covers/17194938.jpg,book|https://www.goodreads.com/book/show/17194938-a-country-of-cities,non-fiction,,,,,, -55270b71-63a3-4d23-9a4c-41cc48f74442,Human Society in Ethics and Politics,By Bertrand Russell,https://learn-awesome.github.io/assets/book_covers/1101283.jpg,book|https://www.goodreads.com/book/show/1101283.Human_Society_in_Ethics_and_Politics,philosophy,,,,,, -c9d5214b-7878-41ff-83fc-be31df1dce59,"Just Six Numbers: The Deep Forces That Shape the Universe by Rees, Martin J. ( Author ) ON Oct-05-2000, Paperback",By Martin J. Rees,https://learn-awesome.github.io/assets/book_covers/81884.jpg,book|https://www.goodreads.com/book/show/81884.Just_Six_Numbers,science,,,,,, -a6ad6209-3e01-4fa6-b129-965f17385457,The Early Asimov: Book Two,By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/414834.jpg,book|https://www.goodreads.com/book/show/414834.The_Early_Asimov,science-fiction,,,,,, -aabf9f57-a06a-4eb0-bfcc-aba216359701,Underworld,By Don DeLillo,https://learn-awesome.github.io/assets/book_covers/11761.jpg,book|https://www.goodreads.com/book/show/11761.Underworld,fiction,,,,,, -36975084-6f00-4c7c-b973-3e6a7068df77,A Mathematician's Apology,By G.H. Hardy,https://learn-awesome.github.io/assets/book_covers/154060.jpg,book|https://www.goodreads.com/book/show/154060.A_Mathematician_s_Apology,mathematics,,,,,, -cef6e2f1-de8f-4664-8b8f-68e7a0a2340e,Pyongyang: A Journey in North Korea,By Guy Delisle,https://learn-awesome.github.io/assets/book_covers/80834.jpg,book|https://www.goodreads.com/book/show/80834.Pyongyang,graphic-novels,,,,,, -5558c1c2-b596-4e2e-8d29-bf7e0ee88b78,My Years with General Motors,By Alfred P. Sloan Jr.,https://learn-awesome.github.io/assets/book_covers/275912.jpg,book|https://www.goodreads.com/book/show/275912.My_Years_with_General_Motors,business,,,,,, -4c4634b0-4c1b-449d-a2b3-532606222ff1,Marshall McLuhan: You Know Nothing of My Work!,By Douglas Coupland,https://learn-awesome.github.io/assets/book_covers/9520859.jpg,book|https://www.goodreads.com/book/show/9520859-marshall-mcluhan,non-fiction,,,,,, -9d7796d1-1f8b-44ec-b530-c0b2f943b15c,Real Analysis,By H.L. Royden,https://learn-awesome.github.io/assets/book_covers/218522.jpg,book|https://www.goodreads.com/book/show/218522.Real_Analysis,mathematics,,,,,, -eac69a6c-0b08-4aaa-9fa1-2a3b03bc61f7,Programs and Manifestoes on 20th-Century Architecture,By Ulrich Conrads,https://learn-awesome.github.io/assets/book_covers/66966.jpg,book|https://www.goodreads.com/book/show/66966.Programs_and_Manifestoes_on_20th_Century_Architecture,architecture,,,,,, -d2491d0a-8887-4eee-b491-6a0e5a3c7d7f,The Great Gatsby,By F. Scott Fitzgerald,https://learn-awesome.github.io/assets/book_covers/4671.jpg,book|https://www.goodreads.com/book/show/4671.The_Great_Gatsby,classics,,,,,, -837a4bb1-fc6f-4e7d-846d-e69a4924b2cc,An Enquiry concerning Human Understanding,By David Hume,https://learn-awesome.github.io/assets/book_covers/130119.jpg,book|https://www.goodreads.com/book/show/130119.An_Enquiry_Concerning_Human_Understanding,philosophy,,,,,, -57ac7ca8-9313-4840-8fde-e1a78c899646,Andy Grove: The Life and Times of an American ,By Richard S. Tedlow,https://learn-awesome.github.io/assets/book_covers/242433.jpg,book|https://www.goodreads.com/book/show/242433.Andy_Grove,biography,,,,,, -f87e60e5-605c-4db6-8e7d-5752e65b53fb,The Social Conquest of Earth,By Edward O. Wilson,https://learn-awesome.github.io/assets/book_covers/12918295.jpg,book|https://www.goodreads.com/book/show/12918295-the-social-conquest-of-earth,science,,,,,, -af998a1f-4801-4601-8c93-294024ee866b,e: The Story of a Number,By Eli Maor,https://learn-awesome.github.io/assets/book_covers/271361.jpg,book|https://www.goodreads.com/book/show/271361.e,mathematics,,,,,, -65f2f25b-058c-46a2-b98b-55ed0a55b6f5,Mr. Penumbra's 24-Hour Bookstore: A Novel,By Trivion Books,https://learn-awesome.github.io/assets/book_covers/28432720.jpg,book|https://www.goodreads.com/book/show/28432720-mr-penumbra-s-24-hour-bookstore,fiction,,,,,, -2191e571-5a45-4e1e-b5c6-b32f14295913,New hopes for a changing world,By Bertrand Russell,https://learn-awesome.github.io/assets/book_covers/1417671.jpg,book|https://www.goodreads.com/book/show/1417671.New_Hopes_for_a_Changing_World,philosophy,,,,,, -738a3ada-6d84-484b-bbd8-2f13894e0ebd,"First, Break All the Rules: What the World's Greatest Managers Do Differently",By Marcus Buckingham,https://learn-awesome.github.io/assets/book_covers/50937.jpg,book|https://www.goodreads.com/book/show/50937.First_Break_All_the_Rules,business,,,,,, -6484421e-9f44-4a46-86c2-3339b8e234ea,Justice as Fairness,By John Rawls,https://learn-awesome.github.io/assets/book_covers/129240.jpg,book|https://www.goodreads.com/book/show/129240.Justice_as_Fairness,philosophy,,,,,, -277ce6c9-f953-4365-ad11-cd486c8d50f4,Two Lucky People: Memoirs,By Milton Friedman,https://learn-awesome.github.io/assets/book_covers/103382.jpg,book|https://www.goodreads.com/book/show/103382.Two_Lucky_People,economics,,,,,, -7e83a6eb-e122-44f4-88cf-37d0e8f18bef,America Between the Wars: From 11/9 to 9/11; The Misunderstood Years Between the Fall of the Berlin Wall and the Start of the War on Terror,By Derek Chollet,https://learn-awesome.github.io/assets/book_covers/2576704.jpg,book|https://www.goodreads.com/book/show/2576704-america-between-the-wars,history,,,,,, -5477f83d-945f-465b-a343-1a45853edc86,Warped Passages: Unraveling the Mysteries of the Universe's Hidden Dimensions,By Lisa Randall,https://learn-awesome.github.io/assets/book_covers/68013.jpg,book|https://www.goodreads.com/book/show/68013.Warped_Passages,science,,,,,, -b1e98027-ece6-414f-a999-94ad66e57252,Plagues and Peoples,By William H. McNeill,https://learn-awesome.github.io/assets/book_covers/46725.jpg,book|https://www.goodreads.com/book/show/46725.Plagues_and_Peoples,history,,,,,, -8768b194-646c-4bd5-a87f-1bcc7ef961e4,"Nations and Nationalism since 1780: Programme, Myth, Reality (Canto)",By Eric Hobsbawm,https://learn-awesome.github.io/assets/book_covers/43084.jpg,book|https://www.goodreads.com/book/show/43084.Nations_and_Nationalism_since_1780,history,,,,,, -65a52eaa-8b20-4275-be16-e9449b39df1d,A Confederacy of Dunces,By John Kennedy Toole,https://learn-awesome.github.io/assets/book_covers/310612.jpg,book|https://www.goodreads.com/book/show/310612.A_Confederacy_of_Dunces,fiction,,,,,, -d83e8e47-b27e-4c08-8c31-73b4033eff45,The Great A&P and the Struggle for Small Business in America,By Marc Levinson,https://learn-awesome.github.io/assets/book_covers/11872852.jpg,book|https://www.goodreads.com/book/show/11872852-the-great-a-p-and-the-struggle-for-small-business-in-america,non-fiction,,,,,, -b2ef7927-46f1-4902-8144-875653840dc4,Technological Nature: Adaptation and the Future of Human Life,By Peter H. Kahn Jr.,https://learn-awesome.github.io/assets/book_covers/10431355.jpg,book|https://www.goodreads.com/book/show/10431355-technological-nature,nature,,,,,, -4867e985-d6aa-4d51-bfdc-9f67a08972ce,Unknown Quantity: A Real and Imaginary History of Algebra,By John Derbyshire,https://learn-awesome.github.io/assets/book_covers/551722.jpg,book|https://www.goodreads.com/book/show/551722.Unknown_Quantity,mathematics,,,,,, -e76b2d0f-500e-4d23-a056-732735c455b2,FAR/AIM 2013: Federal Aviation Regulations/Aeronautical Information Manual (FAR/AIM series),By Federal Aviation Administration,https://learn-awesome.github.io/assets/book_covers/175432.jpg,book|https://www.goodreads.com/book/show/175432.FAR_AIM_2007,aviation,,,,,, -03ca93c3-976c-46d2-af7e-b56edcac8dc2,Reckless Disregard,By Robert Rotstein,https://learn-awesome.github.io/assets/book_covers/18465936.jpg,book|https://www.goodreads.com/book/show/18465936-reckless-disregard,mystery,,,,,, -2784eef6-5c58-42c5-bba5-9b3fcea83607,The Computer and the Brain,By John von Neumann,https://learn-awesome.github.io/assets/book_covers/358880.jpg,book|https://www.goodreads.com/book/show/358880.The_Computer_and_the_Brain,science,,,,,, -f7dc018f-4d65-43df-9d2b-64ebad69f8a1,Postcards from Tomorrow Square,By James M. Fallows,https://learn-awesome.github.io/assets/book_covers/5085676.jpg,book|https://www.goodreads.com/book/show/5085676-postcards-from-tomorrow-square,china,,,,,, -c8ab54be-aaea-475d-af66-0eefaadeeb7f,The Accidental Theorist: And Other Dispatches from the Dismal Science,By Paul Krugman,https://learn-awesome.github.io/assets/book_covers/226672.jpg,book|https://www.goodreads.com/book/show/226672.The_Accidental_Theorist_and_Other_Dispatches_from_the_Dismal_Science,economics,,,,,, -e21d5336-012e-4ebd-9b32-0dcc58598439,"Death in Florence: The Medici, Savonarola, and the Battle for the Soul of a Renaissance City",By Paul Strathern,https://learn-awesome.github.io/assets/book_covers/25328957.jpg,book|https://www.goodreads.com/book/show/25328957-death-in-florence,history,,,,,, -7a8e38b0-1a2a-4aaa-b8a2-7eb77f3ca0ef,Technopoly: The Surrender of Culture to Technology 1st Edition,By Neil Postman,https://learn-awesome.github.io/assets/book_covers/79678.jpg,book|https://www.goodreads.com/book/show/79678.Technopoly,non-fiction,,,,,, -fe0579fa-4436-456a-a810-0dac6e964697,The Scientist as Rebel,By Freeman Dyson,https://learn-awesome.github.io/assets/book_covers/51431.jpg,book|https://www.goodreads.com/book/show/51431.The_Scientist_as_Rebel,science,,,,,, -99f0c68c-e91e-4183-b665-f0291b58e51f,"Strangers Drowning: Grappling with Impossible Idealism, Drastic Choices, and the Overpowering Urge to Help",By Larissa MacFarquhar,https://learn-awesome.github.io/assets/book_covers/24611937.jpg,book|https://www.goodreads.com/book/show/24611937-strangers-drowning,non-fiction,,,,,, -047166e7-e505-4d31-807a-5400cfd73708,The Monk and the Riddle: The Education of a Silicon Valley Entrepreneur,By Randy Komisar,https://learn-awesome.github.io/assets/book_covers/685448.jpg,book|https://www.goodreads.com/book/show/685448.The_Monk_and_the_Riddle,business,,,,,, -aa856b80-a365-453a-bb6a-439da66f364b,The Transit of Venus,By Shirley Hazzard,https://learn-awesome.github.io/assets/book_covers/12738.jpg,book|https://www.goodreads.com/book/show/12738.The_Transit_of_Venus,fiction,,,,,, -279a004b-9ac3-4ae0-83e6-5362d5eb3fce,The feminine mystique,By Betty Friedan,https://learn-awesome.github.io/assets/book_covers/17573685.jpg,book|https://www.goodreads.com/book/show/17573685-the-feminine-mystique,feminism,,,,,, -02d03e6d-e5f8-49c4-b91a-97cee1571061,Racing Weight: How to Get Lean for Peak Performance,By Matt Fitzgerald,https://learn-awesome.github.io/assets/book_covers/7192581.jpg,book|https://www.goodreads.com/book/show/7192581-racing-weight,running,,,,,, -32520f5d-20c0-4333-8fb2-113672021c3e,Lincoln: The Biography of a Writer,By Fred Kaplan,https://learn-awesome.github.io/assets/book_covers/4511335.jpg,book|https://www.goodreads.com/book/show/4511335-lincoln,biography,,,,,, -9257ec49-a5f8-4854-993f-35ea4bfce2ce,The New Turing Omnibus: Sixty-Six Excursions in Computer Science,By A.K. Dewdney,https://learn-awesome.github.io/assets/book_covers/964709.jpg,book|https://www.goodreads.com/book/show/964709.The_New_Turing_Omnibus,computer-science,,,,,, -d093355f-6b53-4fa8-8246-1135a65155fc,"Men, Machines, and Modern Times",By Elting E. Morison,https://learn-awesome.github.io/assets/book_covers/2120575.jpg,book|https://www.goodreads.com/book/show/2120575.Men_Machines_and_Modern_Times,technology,,,,,, -758a2efc-7455-4ea3-bd36-f7255c45a1ad,"The Hand: How Its Use Shapes the Brain, Language, and Human Culture",By Frank R. Wilson,https://learn-awesome.github.io/assets/book_covers/20951.jpg,book|https://www.goodreads.com/book/show/20951.The_Hand,science,,,,,, -2e077a1e-76ab-4465-995c-25da0d1224aa,The Heavenly City of the Eighteenth-Century Philosophers,By Carl Lotus Becker,https://learn-awesome.github.io/assets/book_covers/1057089.jpg,book|https://www.goodreads.com/book/show/1057089.The_Heavenly_City_of_the_Eighteenth_Century_Philosophers,history,,,,,, -40ef043b-c94b-40fe-a596-24c77d2a029e,"Three Famous Short Novels: Spotted Horses, Old Man, The Bear (Vintage International)",By William Faulkner,https://learn-awesome.github.io/assets/book_covers/10984.jpg,book|https://www.goodreads.com/book/show/10984.Three_Famous_Short_Novels,fiction,,,,,, -3fda4b37-c60a-4899-8d33-629adf3f3fc1,On Ugliness,By Scott Westerfeld,https://learn-awesome.github.io/assets/book_covers/24770.jpg,book|https://www.goodreads.com/book/show/24770.Uglies,young-adult,,,,,, -727e3399-9a19-48ec-ab66-194d785dd909,Taro Kuriyama | Visualization,,,code|https://tarokuriyama.com/projects/sudoku.php,sudoku,,,,,, -feb04c5d-05c6-4909-bdc0-9d65f339a645,"American Colossus: The Triumph of Capitalism, 1865-1900",By H.W. Brands,https://learn-awesome.github.io/assets/book_covers/8723692.jpg,book|https://www.goodreads.com/book/show/8723692-american-colossus,history,,,,,, -3578d6fc-5df9-4c47-bee5-90832ea87a5a,"Suck: Worst-Case Scenarios in Media, Culture, Advertising, and the Internet",By Joey Anuff,https://learn-awesome.github.io/assets/book_covers/680338.jpg,book|https://www.goodreads.com/book/show/680338.Suck,humor,,,,,, -b5f73b9e-3927-42cb-aa93-299b8c18c8b6,"The Emperor's New Mind - Concerning Computers, Minds, and the Laws of Physics",By Roger Penrose,https://learn-awesome.github.io/assets/book_covers/179744.jpg,book|https://www.goodreads.com/book/show/179744.The_Emperor_s_New_Mind,science,,,,,, -28e08786-c826-4d64-af12-f89c662ed3a1,The New Drawing on the Right Side of the Brain,By Betty Edwards,https://learn-awesome.github.io/assets/book_covers/627206.jpg,book|https://www.goodreads.com/book/show/627206.The_New_Drawing_on_the_Right_Side_of_the_Brain,art,,,,,, -6b67de82-a18a-440f-8a72-6e4e2623a673,Globalization and Its Discontents,By Joseph E. Stiglitz,https://learn-awesome.github.io/assets/book_covers/87661.jpg,book|https://www.goodreads.com/book/show/87661.Globalization_and_its_Discontents,economics,,,,,, -67b524a7-ebf8-41a1-b4c0-bb4cc075e983,Existential America,By George Cotkin,https://learn-awesome.github.io/assets/book_covers/467187.jpg,book|https://www.goodreads.com/book/show/467187.Existential_America,philosophy,,,,,, -0498cea7-a440-422d-8e32-c8489f104383,A Beautiful Question: Finding Nature's Deep Design,By Frank Wilczek,https://learn-awesome.github.io/assets/book_covers/23453106.jpg,book|https://www.goodreads.com/book/show/23453106-a-beautiful-question,science,,,,,, -57f6b411-9ef3-4a3c-a6ff-7ace7604f732,"Ghosts by Daylight: Love, War, and Redemption",By Janine Di Giovanni,https://learn-awesome.github.io/assets/book_covers/11518576.jpg,book|https://www.goodreads.com/book/show/11518576-ghosts-by-daylight-love-war-and-redemption,non-fiction,,,,,, -24f567f5-dda9-4606-a4df-6e79a6c53433,Isn't it Well for Ye?,By Colm O'Regan,https://learn-awesome.github.io/assets/book_covers/16170703.jpg,book|https://www.goodreads.com/book/show/16170703-isn-t-it-well-for-ye-the-book-of-irish-mammies,irish,,,,,, -44881d6d-f117-41ef-b519-416cec12d457,The Best Software Writing I: Selected and Introduced by Joel Spolsky 1st ed.,By Joel Spolsky,https://learn-awesome.github.io/assets/book_covers/41787.jpg,book|https://www.goodreads.com/book/show/41787.The_Best_Software_Writing_I,programming,,,,,, -959f2a05-2a75-4c27-be57-3b9d90d5d159,Cairo: Memoir of a City Transformed,By Ahdaf Soueif,https://learn-awesome.github.io/assets/book_covers/15798592.jpg,book|https://www.goodreads.com/book/show/15798592-cairo,non-fiction,,,,,, -46f5063e-9750-44c2-9779-94a006016e12,Blade Runner,By Scott Bukatman,https://learn-awesome.github.io/assets/book_covers/95625.jpg,book|https://www.goodreads.com/book/show/95625.Blade_Runner,film,,,,,, -41b37e23-87ac-4d36-a72a-a34f11c44cc9,The Outbreak of the Peloponnesian War,By Donald Kagan,https://learn-awesome.github.io/assets/book_covers/272545.jpg,book|https://www.goodreads.com/book/show/272545.The_Outbreak_of_the_Peloponnesian_War,rory-gilmore-reading-challenge,,,,,, -18df14ce-217f-46f4-87e9-04e9e3a4b09a,The Simple Science of Flight: From Insects to Jumbo Jets,By Henk Tennekes,https://learn-awesome.github.io/assets/book_covers/1152301.jpg,book|https://www.goodreads.com/book/show/1152301.The_Simple_Science_of_Flight,non-fiction,,,,,, -c6de4fa0-ea06-427e-9e0b-b6c14208fbc0,"The Great Escape: Health, Wealth, and the Origins of Inequality",By Angus Deaton,https://learn-awesome.github.io/assets/book_covers/17942017.jpg,book|https://www.goodreads.com/book/show/17942017-the-great-escape,economics,,,,,, -35d8af34-6d87-4f14-af03-3db21dc28fd5,Speedboat (NYRB Classics),By Renata Adler,https://learn-awesome.github.io/assets/book_covers/19183753.jpg,book|https://www.goodreads.com/book/show/19183753-speedboat,fiction,,,,,, -ad4510b8-e8ac-4497-bc74-04b117832a16,The Lost Daughter,By Elena Ferrante,https://learn-awesome.github.io/assets/book_covers/1058564.jpg,book|https://www.goodreads.com/book/show/1058564.The_Lost_Daughter,fiction,,,,,, -5b33d90a-ea09-4e8a-a467-c643cd24a3c0,On Inequality,By Jean-Jacques Rousseau,https://learn-awesome.github.io/assets/book_covers/22472.jpg,book|https://www.goodreads.com/book/show/22472.Discourse_on_the_Origin_of_Inequality,philosophy,,,,,, -e2f16178-b95b-4687-b505-ebd608a47804,The Aeneid,By Virgil,https://learn-awesome.github.io/assets/book_covers/12914.jpg,book|https://www.goodreads.com/book/show/12914.The_Aeneid,classics,,,,,, -2999d6eb-cf3d-497a-a133-6815f52e79eb,The Cowshed: Memories of the Chinese Cultural Revolution,By Ji Xianlin,https://learn-awesome.github.io/assets/book_covers/25387260.jpg,book|https://www.goodreads.com/book/show/25387260-the-cowshed,history,,,,,, -c3a5c507-8f72-4462-83f4-bb46928be6ea,"The Moon: Resources, Future Development and Settlement (Springer Praxis Books)",By David Schrunk,https://learn-awesome.github.io/assets/book_covers/8591358.jpg,book|https://www.goodreads.com/book/show/8591358-the-moon,space,,,,,, -9ee7b33b-e5ed-4b87-aa5f-b1c09ef45220,The Essays,By Marina Keegan,https://learn-awesome.github.io/assets/book_covers/18143905.jpg,book|https://www.goodreads.com/book/show/18143905-the-opposite-of-loneliness,non-fiction,,,,,, -1ceb63c9-22ff-4014-9ed2-11c8679a7130,The Planet Remade: How Geoengineering Could Change the World,By Oliver Morton,https://learn-awesome.github.io/assets/book_covers/26189312.jpg,book|https://www.goodreads.com/book/show/26189312-the-planet-remade,science,,,,,, -6694f216-54a5-433a-9621-c6ed265e1413,How Judges Think,By Richard A. Posner,https://learn-awesome.github.io/assets/book_covers/2836459.jpg,book|https://www.goodreads.com/book/show/2836459-how-judges-think,law,,,,,, -88f7b3a7-d2f2-4006-9558-f51eb87efa7d,Tender Is the Night,By F. Scott Fitzgerald,https://learn-awesome.github.io/assets/book_covers/46164.jpg,book|https://www.goodreads.com/book/show/46164.Tender_Is_the_Night,classics,,,,,, -c654a858-acc5-426c-a247-97caf8f31cab,Functional Differential Geometry,By Gerald Jay Sussman,https://learn-awesome.github.io/assets/book_covers/17349914.jpg,book|https://www.goodreads.com/book/show/17349914-functional-differential-geometry,math,,,,,, -9159718b-0ef2-4595-8b26-ad0d5bafc08e,"Science in History: Volume 1 the Emergence of Science; Volume 2 the Scientific and Industrial Revolutions; Volume 3 the Natural Sciences in Our Time; Volume 4 the Social Sciences, Conclusion",By J.D. Bernal,,book|https://www.goodreads.com/book/show/2780748-science-in-history,history-of-science,,,,,, -a83df75e-9d16-479d-aa5d-bc2fabc331fc,Paradise ,By John Milton,https://learn-awesome.github.io/assets/book_covers/15997._SX98_.jpg,book|https://www.goodreads.com/book/show/15997.Paradise_Lost,classics,,,,,, -489d43a9-6cdf-40f8-b26a-54c4b3c1fb68,"The Entrepreneur's Manual: Business Start-Ups, Spin-Offs, and Innovative Management",By Richard M. White,https://learn-awesome.github.io/assets/book_covers/1349900.jpg,book|https://www.goodreads.com/book/show/1349900.The_Entrepreneur_s_Manual,business,,,,,, -c094945a-2944-489b-9887-9a8a439ddfe7,Photography,By Susan Sontag,https://learn-awesome.github.io/assets/book_covers/52372.jpg,book|https://www.goodreads.com/book/show/52372.On_Photography,photography,,,,,, -d18633a9-253b-4b5d-ab3e-0b486897d15f,The Pea and the Sun: A Mathematical Paradox,By Leonard M. Wapner,https://learn-awesome.github.io/assets/book_covers/1487938.jpg,book|https://www.goodreads.com/book/show/1487938.The_Pea_and_the_Sun,mathematics,,,,,, -c0a2bc37-1eed-44ce-88ad-5b5b29d20cdd,Trout Fishing in America,By Richard Brautigan,https://learn-awesome.github.io/assets/book_covers/63913.jpg,book|https://www.goodreads.com/book/show/63913.Trout_Fishing_in_America,fiction,,,,,, -93aa4b9a-1c76-40d3-ad60-725c67f537e6,"Ghetto at the Center of the World: Chungking Mansions, Hong Kong",By Gordon Mathews,https://learn-awesome.github.io/assets/book_covers/11878846.jpg,book|https://www.goodreads.com/book/show/11878846-ghetto-at-the-center-of-the-world,non-fiction,,,,,, -3e7f6add-6c8c-4133-a8e3-2a09aaa2aae9,Immigrants: Your Country Needs Them,By Philippe Legrain,https://learn-awesome.github.io/assets/book_covers/838020.jpg,book|https://www.goodreads.com/book/show/838020.Immigrants,economics,,,,,, -b546b134-9bdb-489f-9e29-abe0d06a6d6f,The Diary of John Evelyn Volumes 1 + 2,By John Evelyn,https://learn-awesome.github.io/assets/book_covers/1724103.jpg,book|https://www.goodreads.com/book/show/1724103.The_Diary_of_John_Evelyn,history,,,,,, -2d81a35f-8a65-4d52-bdf5-a47a250cd4cf,"Apple Inside Macintosh, Volumes I, II, and III",By Caroline Rose,https://learn-awesome.github.io/assets/book_covers/2166677.jpg,book|https://www.goodreads.com/book/show/2166677.Apple_Inside_Macintosh_Volumes_I_II_and_III,wish-list-computer-history,,,,,, -9062033b-d454-44f7-842b-d6bad5fd072d,Last and First Men: A Story of the near and far future,By Olaf Stapledon,https://learn-awesome.github.io/assets/book_covers/10373023.jpg,book|https://www.goodreads.com/book/show/10373023-last-and-first-men,science-fiction,,,,,, -9926a92c-2bc0-41f5-997d-029be0ef5e8d,Business Adventures: Twelve Classic Tales from the World of Wall Street ,By John Brooks,https://learn-awesome.github.io/assets/book_covers/22710212.jpg,book|https://www.goodreads.com/book/show/22710212-business-adventures,business,,,,,, -8c263417-d76b-4ba6-8713-bc901cf0aaf6,Flying Across America,By Daniel L. Rust,https://learn-awesome.github.io/assets/book_covers/6192444.jpg,book|https://www.goodreads.com/book/show/6192444-flying-across-america,donated-to-book-thing-2015,,,,,, -5bd1aea0-e1df-4203-9944-44c260205c6b,The End of Error: Unum Computing,By John L. Gustafson,https://learn-awesome.github.io/assets/book_covers/25229734.jpg,book|https://www.goodreads.com/book/show/25229734-the-end-of-error,to-get,,,,,, -b1d3d4aa-2c55-48db-b63a-3ec2c54aa922,Death in the Clouds,By Agatha Christie,https://learn-awesome.github.io/assets/book_covers/16326.jpg,book|https://www.goodreads.com/book/show/16326.Death_in_the_Clouds,mystery,,,,,, -3441f44b-8b9e-4891-b37f-a404d15d59de,Out of their Minds: The Lives and Discoveries of 15 Great Computer Scientists,By Dennis E. Shasha,https://learn-awesome.github.io/assets/book_covers/293991.jpg,book|https://www.goodreads.com/book/show/293991.Out_of_Their_Minds,computer-science,,,,,, -a5850e90-629d-4e59-ac05-f3fc0777d3ec,BSD Hacks,By Lavigne,https://learn-awesome.github.io/assets/book_covers/5766.jpg,book|https://www.goodreads.com/book/show/5766.BSD_Hacks,technical,,,,,, -133b31d6-40a5-40f2-9cc6-f84ebdb32057,The Loneliness of the Long-Distance Runner,By Alan Sillitoe,https://learn-awesome.github.io/assets/book_covers/233436.jpg,book|https://www.goodreads.com/book/show/233436.The_Loneliness_of_the_Long_Distance_Runner,fiction,,,,,, -4addb3bd-d46b-4337-b9fc-ca386aeecc23,The Culture of Education,By Jerome Bruner,https://learn-awesome.github.io/assets/book_covers/1633904.jpg,book|https://www.goodreads.com/book/show/1633904.The_Culture_of_Education,education,,,,,, -0d3156f0-7589-477a-a21d-d510a455f441,The Journalist And The Murderer,By Janet Malcolm,https://learn-awesome.github.io/assets/book_covers/55563.jpg,book|https://www.goodreads.com/book/show/55563.The_Journalist_and_the_Murderer,non-fiction,,,,,, -3757c33a-c683-41e7-a3d4-e30cadba206c,Organizing Genius: The Secrets of Creative Collaboration,By Warren G. Bennis,https://learn-awesome.github.io/assets/book_covers/116187.jpg,book|https://www.goodreads.com/book/show/116187.Organizing_Genius,leadership,,,,,, -e4b831ac-51e8-40a1-b602-dd44cbb8d13e,Why Does the World Exist?: An Existential Detective Story,By Jim Holt,https://learn-awesome.github.io/assets/book_covers/8854815.jpg,book|https://www.goodreads.com/book/show/8854815-why-does-the-world-exist,philosophy,,,,,, -54996b82-2169-478c-ad5e-384be6ef9766,Science: A History,By Mary Wollstonecraft Shelley,https://learn-awesome.github.io/assets/book_covers/6549848.jpg,book|https://www.goodreads.com/book/show/6549848-frankenstein---phoenix-science-fiction-classics,classics,,,,,, -3b2f0c0b-0a29-4194-b7bd-5dd529443136,In the Company of Giants: Candid Conversations with the Visionaries of the Digital World ,By Rama Dev Jager,https://learn-awesome.github.io/assets/book_covers/1553838.jpg,book|https://www.goodreads.com/book/show/1553838.In_the_Company_of_Giants,business,,,,,, -2a913275-9aaf-4a02-9071-f72fcbfcb559,The Viral Storm: The Dawn of a New Pandemic Age,By Nathan Wolfe,https://learn-awesome.github.io/assets/book_covers/11129776.jpg,book|https://www.goodreads.com/book/show/11129776-the-viral-storm,science,,,,,, -0bed0ccc-07d1-43fe-86d9-605cdfd067a9,The Knowledge: How to Rebuild Civilization in the Aftermath of a Cataclysm,By Lewis Dartnell,https://learn-awesome.github.io/assets/book_covers/22571752.jpg,book|https://www.goodreads.com/book/show/22571752-the-knowledge,non-fiction,,,,,, -f20ac375-ef90-45e0-b400-ea490ec18347,Super Sad True Love Story: A Novel,By Gary Shteyngart,https://learn-awesome.github.io/assets/book_covers/18666230.jpg,book|https://www.goodreads.com/book/show/18666230-absurdistan-and-super-sad-true-love-story,fiction,,,,,, -b591acc8-a39e-4381-991f-d894ae532504,The Missing Risk Premium: Why Low Volatility Investing Works,By Eric G. Falkenstein,https://learn-awesome.github.io/assets/book_covers/16131819.jpg,book|https://www.goodreads.com/book/show/16131819-the-missing-risk-premium,finance,,,,,, -bfd9ba02-de3d-45ea-981a-d6b4b505e6ed,Mapping the Airways,By Paul Jarvis,https://learn-awesome.github.io/assets/book_covers/28999823.jpg,book|https://www.goodreads.com/book/show/28999823-mapping-the-airways,spatial,,,,,, -c8a09453-c8ac-451a-8baa-d31c1d9bf201,The Moral Consequences of Economic Growth,By Benjamin M. Friedman,https://learn-awesome.github.io/assets/book_covers/146209.jpg,book|https://www.goodreads.com/book/show/146209.The_Moral_Consequences_of_Economic_Growth,economics,,,,,, -0e78caa4-8f11-4970-a2a2-4e70ea33d37d,The Nature of Mathematical Modeling,By Neil Gershenfeld,https://learn-awesome.github.io/assets/book_covers/1693774.jpg,book|https://www.goodreads.com/book/show/1693774.The_Nature_of_Mathematical_Modeling,mathematics,,,,,, -c24335be-4557-4810-8f7a-bbdf21b58a2d,Ulysses,By James Joyce,https://learn-awesome.github.io/assets/book_covers/338798.jpg,book|https://www.goodreads.com/book/show/338798.Ulysses,classics,,,,,, -b965abeb-10de-4b68-92e2-0e082a76a2a2,The Clash Of Civilizations: And The Remaking Of World Order,By Samuel P. Huntington,https://learn-awesome.github.io/assets/book_covers/413179.jpg,book|https://www.goodreads.com/book/show/413179.The_Clash_of_Civilizations_and_the_Remaking_of_World_Order,politics,,,,,, -c972999d-06c3-4068-99b5-c22490c953a4,Sands of Mars,By Arthur C. Clarke,https://learn-awesome.github.io/assets/book_covers/149063.jpg,book|https://www.goodreads.com/book/show/149063.The_Sands_of_Mars,science-fiction,,,,,, -4d53e36f-cffa-4d8f-9125-17bc12056e17,The American Challenge,By Jean-Jacques Servan-Schreiber,,book|https://www.goodreads.com/book/show/1666664.The_American_Challenge,peter-thiel,,,,,, -7279b997-5376-4d77-9336-559ad6bdf8fc,Mirror Worlds: or the Day Software Puts the Universe in a Shoebox...How It Will Happen and What It Will Mean,By David Gelernter,https://learn-awesome.github.io/assets/book_covers/1142708.jpg,book|https://www.goodreads.com/book/show/1142708.Mirror_Worlds,technology,,,,,, -28436100-8a29-48ac-9290-4f4b73a3f0b9,Origins of Genius: Darwinian Perspectives on Creativity 1st Edition,By Dean Keith Simonton,https://learn-awesome.github.io/assets/book_covers/254489.jpg,book|https://www.goodreads.com/book/show/254489.Origins_of_Genius,psychology,,,,,, -4c2dcdd4-8a5d-461b-b9fa-bca48137cf66,"Genghis Khan: His Conquests, His Empire, His Legacy",By Frank McLynn,https://learn-awesome.github.io/assets/book_covers/22928858.jpg,book|https://www.goodreads.com/book/show/22928858-genghis-khan,history,,,,,, -8d0328b8-e903-414e-95ec-3982e464fdfb,This Will Change Everything: Ideas That Will Shape the Future (Edge Question Series),By John Brockman,https://learn-awesome.github.io/assets/book_covers/7242921.jpg,book|https://www.goodreads.com/book/show/7242921-this-will-change-everything,science,,,,,, -c531d149-337f-4cc9-bce0-153cba04532d,Mind-Body Problem,By Rebecca Goldstein,https://learn-awesome.github.io/assets/book_covers/74787.jpg,book|https://www.goodreads.com/book/show/74787.The_Mind_Body_Problem,fiction,,,,,, -c703075a-7f06-4960-8381-474fa2950d7f,Thinking in Time: The Uses of History for Decision-Makers,By Richard E. Neustadt,https://learn-awesome.github.io/assets/book_covers/739784.jpg,book|https://www.goodreads.com/book/show/739784.Thinking_in_Time,history,,,,,, -c90756a0-0140-40f4-9100-bc45955d8398,Machine Learning for Hackers,By Drew Conway,https://learn-awesome.github.io/assets/book_covers/13482301.jpg,book|https://www.goodreads.com/book/show/13482301-machine-learning-for-hackers,data-science,,,,,, -ec158b4f-3974-47fe-8bc5-8c596122f83a,"Fate, Time, and Language: An Essay on Free Will",By David Foster Wallace,https://learn-awesome.github.io/assets/book_covers/8317976.jpg,book|https://www.goodreads.com/book/show/8317976-fate-time-and-language,philosophy,,,,,, -e74e4d74-e9e4-4768-8f97-c5129d0fc6a3,The Good Old Days--They Were Terrible!,By Otto L. Bettmann,https://learn-awesome.github.io/assets/book_covers/795898.jpg,book|https://www.goodreads.com/book/show/795898.The_Good_Old_Days_They_Were_Terrible_,history,,,,,, -309c2a77-9c63-4240-adc8-f491365818c3,Cypherpunks: Freedom and the Future of the Internet,By Julian Assange,https://learn-awesome.github.io/assets/book_covers/16153182.jpg,book|https://www.goodreads.com/book/show/16153182-cypherpunks,non-fiction,,,,,, -ca6e95fa-2132-45e8-ba85-a325f12b77d9,J. Robert Oppenheimer: A Life,By Abraham Pais,https://learn-awesome.github.io/assets/book_covers/674790.jpg,book|https://www.goodreads.com/book/show/674790.J_Robert_Oppenheimer,biography,,,,,, -fbd6b06d-d1b6-48f9-ac18-1227f9c3ed15,"Singularity Rising: Surviving and Thriving in a Smarter, Richer, and More Dangerous World",By James D. Miller,https://learn-awesome.github.io/assets/book_covers/13236178.jpg,book|https://www.goodreads.com/book/show/13236178-singularity-rising,science,,,,,, -fe4d0bb5-eeb1-4e54-b8c4-292582eebe8d,"Kerry Brown, CEO, China: The Rise of Xi Jinping",By Kerry Brown,https://learn-awesome.github.io/assets/book_covers/29866971.jpg,book|https://www.goodreads.com/book/show/29866971-ceo-china,china,,,,,, -13b58a28-5824-459f-b580-75b8725e7a36,The Portable Medieval Reader,By James Bruce Ross,https://learn-awesome.github.io/assets/book_covers/321591.jpg,book|https://www.goodreads.com/book/show/321591.The_Portable_Medieval_Reader,history,,,,,, -1c98f87f-7559-4a76-ba45-3ef4d65fc75b,"My First Trip to China: Scholars, Diplomats, and Journalists Reflect on their First Encounters with China",By Kin-ming Liu,https://learn-awesome.github.io/assets/book_covers/17560180.jpg,book|https://www.goodreads.com/book/show/17560180-my-first-trip-to-china-scholars-diplomats-and-journalists-reflect,memoir,,,,,, -cc5520dd-331e-4234-be99-cb74c2b49e80,The Little Airplane,By Lois Lenski,https://learn-awesome.github.io/assets/book_covers/42449.jpg,book|https://www.goodreads.com/book/show/42449.The_Little_Airplane,picture-books,,,,,, -9ed8241a-2cca-445b-a11c-76cae526c910,"Uncontrolled: The Surprising Payoff of Trial-and-Error for Business, Politics, and Society",By Jim Manzi,https://learn-awesome.github.io/assets/book_covers/13237711.jpg,book|https://www.goodreads.com/book/show/13237711-uncontrolled,politics,,,,,, -ff828887-9fa4-4974-ac4a-0d6cc05b9728,The Hunters,By Seth Grahame-Smith,https://learn-awesome.github.io/assets/book_covers/7108001.jpg,book|https://www.goodreads.com/book/show/7108001-abraham-lincoln,fiction,,,,,, -f77765b8-f63e-4901-894a-eb2b3fff1ca5,A Farewell to Alms: A Brief Economic History of the World,By Gregory Clark,https://learn-awesome.github.io/assets/book_covers/150437.jpg,book|https://www.goodreads.com/book/show/150437.A_Farewell_to_Alms,economics,,,,,, -7828c4d6-069a-4147-b10f-dde19f380c94,Has Man A Future?,By Bertrand Russell,https://learn-awesome.github.io/assets/book_covers/2258680.jpg,book|https://www.goodreads.com/book/show/2258680.Has_Man_a_Future_,philosophy,,,,,, -e8544f75-d5dd-4076-a442-5c58a8477392,New York Diaries: 1609 to 2009,By Teresa Carpenter,https://learn-awesome.github.io/assets/book_covers/13129522.jpg,book|https://www.goodreads.com/book/show/13129522-new-york-diaries,nyc,,,,,, -dbc673c8-d766-47b5-9bcc-6258aeacb90e,The Corporation That Changed the World: How the East India Company Shaped the Modern Multinational,By Nick Robins,https://learn-awesome.github.io/assets/book_covers/844131.jpg,book|https://www.goodreads.com/book/show/844131.The_Corporation_That_Changed_the_World,history,,,,,, -7c91a489-b9d6-4633-95b9-91a3eabb03e2,"This Explains Everything: Deep, Beautiful, and Elegant Theories of How the World Works (Edge Question Series)",By John Brockman,https://learn-awesome.github.io/assets/book_covers/15818399.jpg,book|https://www.goodreads.com/book/show/15818399-this-explains-everything,science,,,,,, -91ac5c24-951d-416c-ba4b-1e904fb9b1c5,Pigeon,By Patrick Süskind,https://learn-awesome.github.io/assets/book_covers/2899.jpg,book|https://www.goodreads.com/book/show/2899.The_Pigeon,fiction,,,,,, -d1b0ae77-b770-4461-999a-a3ee5b89000c,Future Perfect: The Case For Progress In A Networked Age,By Steven Johnson,https://learn-awesome.github.io/assets/book_covers/13579707.jpg,book|https://www.goodreads.com/book/show/13579707-future-perfect,non-fiction,,,,,, -0ce7a591-3ca6-46d1-934c-e82e90534ccb,Lonely Planet Brazil (Country Guide),By Gary Chandler Prado,https://learn-awesome.github.io/assets/book_covers/21797611.jpg,book|https://www.goodreads.com/book/show/21797611-lonely-planet-brazil,brazil;travel,,,,,, -05723b99-50f9-4bbc-8ae8-96ad400df37e,City of Thieves: A Novel,By L. Allen Gilbert,https://learn-awesome.github.io/assets/book_covers/1261013.jpg,book|https://www.goodreads.com/book/show/1261013.City_of_Thieves,fiction,,,,,, -48fb7e96-67bb-4178-8da6-936cfff7c999,Jeppesen Instrument Commercial,By Jeppesen Sanderson Inc.,,book|https://www.goodreads.com/book/show/3355789-jeppesen-instrument-commercial-syllabus,flight,,,,,, -ce982f21-2b12-4bcf-bb2e-67bd311cf622,Future Shop: How New Technologies Will Change the Way We Shop and What We Buy,By J.H. Snider,https://learn-awesome.github.io/assets/book_covers/10108514.jpg,book|https://www.goodreads.com/book/show/10108514-future-shop,technology,,,,,, -d1ec5219-c594-4ebf-b577-0986d6d63e83,Pop Internationalism,By Paul Krugman,https://learn-awesome.github.io/assets/book_covers/27151.jpg,book|https://www.goodreads.com/book/show/27151.Pop_Internationalism,economics,,,,,, -068fb5c6-d47a-4a34-8bf4-debf636db7cb,Fear No Evil,By Robert A. Heinlein,https://learn-awesome.github.io/assets/book_covers/175325.jpg,book|https://www.goodreads.com/book/show/175325.I_Will_Fear_No_Evil,science-fiction,,,,,, -7b5eb664-9797-4584-b4fb-f75fda3992c0,"Reflections on the Revolution In Europe: Immigration, Islam and the West",By Christopher Caldwell,https://learn-awesome.github.io/assets/book_covers/3570210.jpg,book|https://www.goodreads.com/book/show/3570210-reflections-on-the-revolution-in-europe,politics,,,,,, -58596d42-ef2a-4aa5-ace6-f12e4e73fb2e,Daily Rituals: How Artists Work,By Mason Currey,https://learn-awesome.github.io/assets/book_covers/15799151.jpg,book|https://www.goodreads.com/book/show/15799151-daily-rituals,non-fiction,,,,,, -68d5ddb5-61ac-48ab-b278-15a20a69c07b,Medieval Technology and Social Change,By Lynn Townsend White Jr.,https://learn-awesome.github.io/assets/book_covers/864824.jpg,book|https://www.goodreads.com/book/show/864824.Medieval_Technology_and_Social_Change,history,,,,,, -85f2bf70-ec9c-450b-b9ce-3a53b90f8a0f,"GoTo: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Maverick Scientists, and Iconoclasts — the Programmers Who Created the Software Revolution ",By Steve Lohr,https://learn-awesome.github.io/assets/book_covers/1119327.jpg,book|https://www.goodreads.com/book/show/1119327.Go_To,history,,,,,, -5c847895-454a-4334-92a7-f9bd7b5d2b0f,India Becoming: A Portrait of Life in Modern India,By Akash Kapur,https://learn-awesome.github.io/assets/book_covers/12507455.jpg,book|https://www.goodreads.com/book/show/12507455-india-becoming,india,,,,,, -6fc852a4-807d-4521-bcf4-eff5567af0fa,"Blown to Bits: Your Life, Liberty, and Happiness After the Digital Explosion",By Hal Abelson,https://learn-awesome.github.io/assets/book_covers/3063035.jpg,book|https://www.goodreads.com/book/show/3063035-blown-to-bits,non-fiction,,,,,, -0492f330-0e22-40fb-ad2b-78511759008a,Accidence Will Happen: The Non-Pedantic Guide to English Usage,By Oliver Kamm,https://learn-awesome.github.io/assets/book_covers/24993327.jpg,book|https://www.goodreads.com/book/show/24993327-accidence-will-happen,non-fiction,,,,,, -07e02829-199d-4692-99f0-a2db0f1e389e,GDP: A Brief but Affectionate History,By Diane Coyle,https://learn-awesome.github.io/assets/book_covers/18554225.jpg,book|https://www.goodreads.com/book/show/18554225-gdp,economics,,,,,, -2ba87332-e0b8-4815-aa2f-f3286306cf18,The Dawn of Innovation: The First American Industrial Revolution,By Charles R. Morris,https://learn-awesome.github.io/assets/book_covers/15815640.jpg,book|https://www.goodreads.com/book/show/15815640-the-dawn-of-innovation,american-history,,,,,, -33c977c4-7fbd-4b2d-a2fa-fb21a9c3154e,Perfidia: A novel,By James Ellroy,https://learn-awesome.github.io/assets/book_covers/20262505.jpg,book|https://www.goodreads.com/book/show/20262505-perfidia,fiction,,,,,, -2f370b96-3bc1-485e-bc86-a0bf8b3b89f3,Portrait of the Artist,By James Joyce,https://learn-awesome.github.io/assets/book_covers/7588.jpg,book|https://www.goodreads.com/book/show/7588.A_Portrait_of_the_Artist_as_a_Young_Man,classics,,,,,, -4e040e3c-0a80-4adf-8c5d-4ae62c2ef921,"Bootstrapping: Douglas Engelbart, Coevolution, and the Origins of Personal Computing",By Thierry Bardini,https://learn-awesome.github.io/assets/book_covers/1196997.jpg,book|https://www.goodreads.com/book/show/1196997.Bootstrapping,non-fiction,,,,,, -bb8440bf-58bd-4a71-8639-3b469a209782,"Trees of Golden Gate Park and San Francisco, The",By Elizabeth McClintock,https://learn-awesome.github.io/assets/book_covers/240039.jpg,book|https://www.goodreads.com/book/show/240039.The_Trees_of_Golden_Gate_Park_and_San_Francisco,trees,,,,,, -b612f222-be01-4999-bc87-523a1e2b921e,How to Be Alone: Essays,By Jonathan Franzen,https://learn-awesome.github.io/assets/book_covers/666215.jpg,book|https://www.goodreads.com/book/show/666215.How_to_Be_Alone,essays,,,,,, -95f7e41b-a124-4ca4-ac9d-a82adeb20532,The Clockwork Rocket (Orthogonal),By Greg Egan,https://learn-awesome.github.io/assets/book_covers/9756310.jpg,book|https://www.goodreads.com/book/show/9756310-the-clockwork-rocket,science-fiction,,,,,, -f643907d-e06b-4820-8974-0cca705e5ef2,Polemics,By Alain Badiou,https://learn-awesome.github.io/assets/book_covers/218843.jpg,book|https://www.goodreads.com/book/show/218843.Polemics,philosophy,,,,,, -72b219cd-3f7e-4438-aa56-1acc2ddf7922,"Dreaming in Chinese: Mandarin Lessons In Life, Love, And Language",By Deborah Fallows,https://learn-awesome.github.io/assets/book_covers/8030224.jpg,book|https://www.goodreads.com/book/show/8030224-dreaming-in-chinese,non-fiction,,,,,, -f1929345-ddd4-4295-a9c9-594db62a70f5,Go Set a Watchman: A Novel,By aBookaDay,https://learn-awesome.github.io/assets/book_covers/26095432.jpg,book|https://www.goodreads.com/book/show/26095432-go-set-a-watchman,audible,,,,,, -a214dd92-249e-4c44-b7c3-31b71f9e568c,How to Be a Carioca: The Alternative Guide for the Tourist in Rio,By Priscilla Ann Goslin,https://learn-awesome.github.io/assets/book_covers/20370860.jpg,book|https://www.goodreads.com/book/show/20370860-how-to-be-a-carioca,travel,,,,,, -16ad157d-02f9-4df4-bf48-1bc49b8f397b,Inside the Peloton: My Life as a Professional Cyclist,By Nicolas Roche,https://learn-awesome.github.io/assets/book_covers/11849852.jpg,book|https://www.goodreads.com/book/show/11849852-inside-the-peloton,cycling,,,,,, -639c6664-138c-4cb3-9800-67256860e90d,Has Globalization Gone Too Far?,By Dani Rodrik,https://learn-awesome.github.io/assets/book_covers/198154.jpg,book|https://www.goodreads.com/book/show/198154.Has_Globalization_Gone_Too_Far_,economics,,,,,, -d0b5fefa-15ac-47ca-9046-af645c8fa766,The Age of Edison: Electric Light and the Invention of Modern America (Penguin History American Life) (Hardback) - Common,By Ernest Freeberg,https://learn-awesome.github.io/assets/book_covers/15792102.jpg,book|https://www.goodreads.com/book/show/15792102-the-age-of-edison,history,,,,,, -b6cee00d-a77e-4ee3-bdb9-f8c9a0d60376,Hooligan,By William Diehl,https://learn-awesome.github.io/assets/book_covers/388110.jpg,book|https://www.goodreads.com/book/show/388110.Hooligans,owned,,,,,, -d18fef13-25f5-4c47-b339-4f52840968cd,"The Department of Mad Scientists: How DARPA Is Remaking Our World, from the Internet to Artificial Limbs [Hardcover] [2009] Michael Belfiore",By Michael Belfiore,https://learn-awesome.github.io/assets/book_covers/6825113.jpg,book|https://www.goodreads.com/book/show/6825113-the-department-of-mad-scientists,science,,,,,, -a4d5d191-bd28-4e4a-b095-7ffda72a8221,A Practical Guide for Policy Analysis: The Eightfold Path to More Effective Problem Solving,By Eugene Bardach,https://learn-awesome.github.io/assets/book_covers/48566.jpg,book|https://www.goodreads.com/book/show/48566.A_Practical_Guide_for_Policy_Analysis,non-fiction,,,,,, -1a202687-20e5-4dfd-8764-69579ec35aa8,In Our Time: Speeches That Shaped the Modern World,By Hywel Williams,https://learn-awesome.github.io/assets/book_covers/17328114.jpg,book|https://www.goodreads.com/book/show/17328114-great-speeches-of-our-time,non-fiction,,,,,, -798e162e-b138-4c54-a4a0-5d9971b3a188,The Really Hard Problem: Meaning in a Material World (Bradford Books),By Owen J. Flanagan,https://learn-awesome.github.io/assets/book_covers/2090304.jpg,book|https://www.goodreads.com/book/show/2090304.The_Really_Hard_Problem,psychology,,,,,, -04e4f8c4-44cd-4429-aa9a-49d351c5e372,General Knowledge,By Stephen Bayley,https://learn-awesome.github.io/assets/book_covers/1344177.jpg,book|https://www.goodreads.com/book/show/1344177.General_Knowledge,to-get,,,,,, -83b61278-9531-4c24-93eb-6613365a14ef,"Simulation and Its Discontents: (Simplicity: Design, Technology, Business, Life)",By Sherry Turkle,https://learn-awesome.github.io/assets/book_covers/20188886.jpg,book|https://www.goodreads.com/book/show/20188886-simulation-and-its-discontents,non-fiction,,,,,, -856702d5-7179-46fc-9da5-f63e1e83be68,On the Shortness of Life,By Stephenie Meyer,https://learn-awesome.github.io/assets/book_covers/7937462.jpg,book|https://www.goodreads.com/book/show/7937462-the-short-second-life-of-bree-tanner,young-adult,,,,,, -23400a7a-0186-4a10-9bb7-834908b87a6b,How to Abandon Ship,By Phil Richards,https://learn-awesome.github.io/assets/book_covers/1393896.jpg,book|https://www.goodreads.com/book/show/1393896.How_to_Abandon_Ship,own-unread,,,,,, -90824342-4e2a-430f-a98d-a797797ede5b,"Mass Flourishing: How Grassroots Innovation Created Jobs, Challenge, and Change",By Edmund S. Phelps,https://learn-awesome.github.io/assets/book_covers/17847857.jpg,book|https://www.goodreads.com/book/show/17847857-mass-flourishing,economics,,,,,, -7b8c1b22-cfcc-4928-9f23-491166615978,Priceless: The Case that Brought Down the Visa/MasterCard Bank Cartel,By Lloyd Constantine,https://learn-awesome.github.io/assets/book_covers/6884865.jpg,book|https://www.goodreads.com/book/show/6884865-priceless,to-get,,,,,, -ce4403e7-5d7a-4c2c-8ac4-78da083b0190,WikiLeaks: Inside Julian Assange's War on Secrecy,By David Leigh,https://learn-awesome.github.io/assets/book_covers/10318540.jpg,book|https://www.goodreads.com/book/show/10318540-wikileaks,non-fiction,,,,,, -ce992380-6b0a-48a5-80f5-96b1afb45cb4,A Journey: My Political Life,By Tony Blair,https://learn-awesome.github.io/assets/book_covers/8861670.jpg,book|https://www.goodreads.com/book/show/8861670-a-journey,politics,,,,,, -0246e95a-3dc5-4c94-8510-2febd506dfb7,"The Age of Em: Work, Love and Life when Robots Rule the Earth",By Robin Hanson,https://learn-awesome.github.io/assets/book_covers/26831944.jpg,book|https://www.goodreads.com/book/show/26831944-the-age-of-em,science,,,,,, -d02e7f7d-2cbf-4d3c-a67b-4601813bc2d9,"This Town: Two Parties and a Funeral-Plus, Plenty of Valet Parking!-in America's Gilded Capital",By Mark Leibovich,https://learn-awesome.github.io/assets/book_covers/15814168.jpg,book|https://www.goodreads.com/book/show/15814168-this-town,politics,,,,,, -d453e89c-41fe-4d02-a809-0bf72bd9c518,The Great Fire,By Shirley Hazzard,https://learn-awesome.github.io/assets/book_covers/142975.jpg,book|https://www.goodreads.com/book/show/142975.The_Great_Fire,fiction,,,,,, -fae3ed0f-ea52-47e6-94f0-e7c46f56de87,Foucault's Pendulum ,By Umberto Eco,https://learn-awesome.github.io/assets/book_covers/17841._SX98_.jpg,book|https://www.goodreads.com/book/show/17841.Foucault_s_Pendulum,fiction,,,,,, -1e2ab097-b624-4870-8f47-0fe5a589978a,Good Hunting: An American Spymaster's Story,By Jack Devine,https://learn-awesome.github.io/assets/book_covers/16066820.jpg,book|https://www.goodreads.com/book/show/16066820-good-hunting,history,,,,,, -ef4c6964-acad-432a-94cd-770865fae769,The Long Way,By Nick Hornby,https://learn-awesome.github.io/assets/book_covers/10073.jpg,book|https://www.goodreads.com/book/show/10073.A_Long_Way_Down,fiction,,,,,, -10db877b-0525-4067-8b2c-d8e5e9ed60ec,What Should We Be Worried About?: Real Scenarios That Keep Scientists Up at Night (Edge Question Series),By John Brockman,https://learn-awesome.github.io/assets/book_covers/18090165.jpg,book|https://www.goodreads.com/book/show/18090165-what-should-we-be-worried-about-real-scenarios-that-keep-scientists-up,science,,,,,, -faa45626-f723-4b68-99d3-3f354d48ac4a,Legacy: A Genetic History of the Jewish People,By Harry Ostrer,https://learn-awesome.github.io/assets/book_covers/13617101.jpg,book|https://www.goodreads.com/book/show/13617101-legacy,science,,,,,, -ff942252-55a1-497d-8ab8-9e698d164d70,How Not to Network a Nation: The Uneasy History of the Soviet Internet (Information Policy),By Benjamin Peters,https://learn-awesome.github.io/assets/book_covers/31137222.jpg,book|https://www.goodreads.com/book/show/31137222-how-not-to-network-a-nation,history,,,,,, -ad98123f-648f-4f74-b1ad-2ae7616e71b4,English Society in the Early Middle Ages (1066-1307) Vol. 3,By Doris Mary Stenton,https://learn-awesome.github.io/assets/book_covers/847197.jpg,book|https://www.goodreads.com/book/show/847197.English_Society_in_the_Early_Middle_Ages_1066_1307,history,,,,,, -fd291d26-4369-41de-ae13-abfea135552c,What to Think About Machines That Think: Today's Leading Thinkers on the Age of Machine Intelligence,By John Brockman,https://learn-awesome.github.io/assets/book_covers/25817684.jpg,book|https://www.goodreads.com/book/show/25817684-what-to-think-about-machines-that-think,science,,,,,, -c106e096-b499-4b99-9b31-76eb741a5f59,The Kraus Project: Essays by Karl Kraus,By Jonathan Franzen,https://learn-awesome.github.io/assets/book_covers/17332335.jpg,book|https://www.goodreads.com/book/show/17332335-the-kraus-project,non-fiction,,,,,, -c8365763-5340-4a56-a153-afa59edb5a08,The Fifth Generation: Artificial Intelligence & Japan's Computer Challenge to the World,By Edward A. Feigenbaum,https://learn-awesome.github.io/assets/book_covers/2141713.jpg,book|https://www.goodreads.com/book/show/2141713.The_Fifth_Generation,computers,,,,,, -af6823a6-e890-4898-a24f-5a1185c224c0,Inside WikiLeaks,By Daniel Domscheit-Berg,https://learn-awesome.github.io/assets/book_covers/10068893.jpg,book|https://www.goodreads.com/book/show/10068893-inside-wikileaks,non-fiction,,,,,, -643fb932-6fe2-4e89-b127-62482ba6c6ca,The Casual Vacancy,By J.K. Rowling,https://learn-awesome.github.io/assets/book_covers/13497818.jpg,book|https://www.goodreads.com/book/show/13497818-the-casual-vacancy,fiction,,,,,, -53b2ddb2-0193-44e2-ac02-b6dea1afe2fe,The Futurists,By James P. Othmer,https://learn-awesome.github.io/assets/book_covers/380493.jpg,book|https://www.goodreads.com/book/show/380493.The_Futurist,fiction,,,,,, -5f14680b-74d1-495f-844a-f7c084f72c7b,Snowdrops,By A.D. Miller,https://learn-awesome.github.io/assets/book_covers/9579671.jpg,book|https://www.goodreads.com/book/show/9579671-snowdrops,fiction,,,,,, -018a5054-aa8c-4e99-a1e6-000abefe5ba9,Designing Data Visualizations: Representing Informational Relationships,By Noah Iliinsky,https://learn-awesome.github.io/assets/book_covers/12605872.jpg,book|https://www.goodreads.com/book/show/12605872-designing-data-visualizations,data,,,,,, -7f00aa8f-b475-4146-88ff-f1f4867b7557,The Rain Forests of Home: Profile Of A North American Bioregion,By Peter Schoonmaker,https://learn-awesome.github.io/assets/book_covers/1450138.jpg,book|https://www.goodreads.com/book/show/1450138.The_Rain_Forests_of_Home,geography,,,,,, -6d7be6dd-ec45-4db8-9765-c2d980049232,Aftermath,By Chuck Wendig,https://learn-awesome.github.io/assets/book_covers/25131600.jpg,book|https://www.goodreads.com/book/show/25131600-aftermath,star-wars,,,,,, -e7f6d325-45bb-4b67-ba4f-fd27a6ee7e12,Brrm Brrm,By Clive James,https://learn-awesome.github.io/assets/book_covers/757704.jpg,book|https://www.goodreads.com/book/show/757704.Brrm_Brrm_,fiction,,,,,, -5c596b2d-2e78-438a-bc72-fb8eb05c30f0,"Weather Whys: Facts, Myths, and Oddities",By Paul Yeager,https://learn-awesome.github.io/assets/book_covers/7647163.jpg,book|https://www.goodreads.com/book/show/7647163-weather-whys,science,,,,,, -78ff0b8a-2ac1-4d44-b71a-f9399b46dcc4,New Atlantis,By Francis Bacon,https://learn-awesome.github.io/assets/book_covers/277032.jpg,book|https://www.goodreads.com/book/show/277032.The_New_Atlantis,philosophy,,,,,, -20a01ffd-ddaa-4cb1-9aa9-e8b05fd74cd3,"Thinking with Type: A Critical Guide for Designers, Writers, Editors, & Students",By Ellen Lupton,https://learn-awesome.github.io/assets/book_covers/44551304.jpg,book|https://www.goodreads.com/book/show/44551304-thinking-with-type,graphic-design,,,,,, -bea744bc-a2c4-4c3e-bab5-3e655451a8b2,"A Decade of Research: Xerox Palo Alto Research Center, 1970-1980",By Giuliana Lavendel,,book|https://www.goodreads.com/book/show/28862852-a-decade-of-research,to-get,,,,,, -a84b1db3-2dfb-4709-8501-a079c478a0e4,Accelerando (Singularity),By Hephaestus Books,https://learn-awesome.github.io/assets/book_covers/12901859.jpg,book|https://www.goodreads.com/book/show/12901859-postcyberpunk-including,science,,,,,, -56abab27-4750-48f9-8577-c7a7e38c3676,Bill Bolton: Flying Midshipman,By Noel Sainsbury,https://learn-awesome.github.io/assets/book_covers/9791528.jpg,book|https://www.goodreads.com/book/show/9791528-bill-bolton-flying-midshipman,vintage-boy-series,,,,,, -468492ba-907d-4906-bd69-a8b9b8b6bee9,"The Chosen Instrument: Pan Am, Juan Trippe, The Rise and Fall of an American Entrepreneur",By Marylin Bender,,book|https://www.goodreads.com/book/show/1167904.The_Chosen_Instrument,sil,,,,,, -11bd4074-84c2-48a3-b0fd-04af74957646,"Extrapolation, Interpolation, and Smoothing of Stationary Time Series: With Engineering Applications (M.I.T. Press Paperback Series)",By Norbert Wiener,https://learn-awesome.github.io/assets/book_covers/494747.jpg,book|https://www.goodreads.com/book/show/494747.Extrapolation_Interpolation_and_Smoothing_of_Stationary_Time_Series,nonf,,,,,, -dc48a405-ee69-46ac-ad5c-235a05e35d91,The Seasons of Thomas Tebo,By John Nagenda,https://learn-awesome.github.io/assets/book_covers/3764379.jpg,book|https://www.goodreads.com/book/show/3764379-the-seasons-of-thomas-tebo,african-lit,,,,,, -88b17ebc-3cbf-44e4-b68a-71c68dc9b946,The Move beyond Form: Creative Undoing in Literature and the Arts since 1960,By Mary Joe Hughes,https://learn-awesome.github.io/assets/book_covers/16146343.jpg,book|https://www.goodreads.com/book/show/16146343-the-move-beyond-form,english-and-literature,,,,,, -61eaf98a-2e2e-499a-9cbf-74a6363fb0e1,"Head to Head: The Coming Economic Battle Among Japan, Europe, and America",By Lester C. Thurow,https://learn-awesome.github.io/assets/book_covers/25938909.jpg,book|https://www.goodreads.com/book/show/25938909-head-to-head,economics,,,,,, -39068d5d-00c0-4c0e-b74c-d30be8ac23b0,Lady Icarus the Life of Irish Aviator Lady Mary Heath,By Lindie Naughton,,book|https://www.goodreads.com/book/show/6564450-lady-icarus,david-s-books,,,,,, -9e0a6610-6772-4924-8400-a57f49ef2c85,Miracle in the Andes: 72 Days on the Mountain and My Long Trek Home,By Max Anning,https://learn-awesome.github.io/assets/book_covers/17956251.jpg,book|https://www.goodreads.com/book/show/17956251-top-secret-what-100-brave-critics-say-about-miracle-in-the-andes,travel,,,,,, -f198bc65-c423-496e-b3bb-e6795072bdcd,Lincoln: Speeches and Writings 1859-1865,By Abraham Lincoln,https://learn-awesome.github.io/assets/book_covers/41442134.jpg,book|https://www.goodreads.com/book/show/41442134-lincoln,abraham-lincoln;history,,,,,, -182dc5bc-5f1d-40ec-8941-ca74d42743a5,Computer Applications in Aircraft Design and Operation,By Thiruvalam K.S. Murthy,,book|https://www.goodreads.com/book/show/14719151-computer-applications-in-aircraft-design-and-operation,aircrafts,,,,,, -f842c9c1-b853-46fc-9981-1593997b563a,The Child's Discovery of Space: From Hopscotch to Mazes,By Jean Sauvy,,book|https://www.goodreads.com/book/show/4317847-the-child-s-discovery-of-space,to-get,,,,,, -6bc52d47-f154-45cd-85d6-a88fd12a46ab,PARC: The Second Decade 1980-1990,By Giuliana A Lavendel,,book|https://www.goodreads.com/book/show/30837706-parc-the-second-decade-1980-1990,technology,,,,,, -77faa0d6-ff1f-416d-a642-2c2edbf6a9e9,"Kawasaki Klr650 1987-2006: Service, Repair, Maintenance (Clymer Motorcycle Repair)",By Clymer Staff,https://learn-awesome.github.io/assets/book_covers/20744135.jpg,book|https://www.goodreads.com/book/show/20744135-kawasaki-klr650-1987-2006,machinery;diy,,,,,, -93551043-35d7-4222-8e32-44e46a5622e2,Democracy in America: Abridged Edition (Mentor Series),By Alexis de Tocqueville,https://learn-awesome.github.io/assets/book_covers/42602071.jpg,book|https://www.goodreads.com/book/show/42602071-democracy-in-america,history,,,,,, -eea94e6d-765a-491b-b573-746e692efe6e,Fifty Classic Destinations for Pilots,By Ney Grant,https://learn-awesome.github.io/assets/book_covers/35064460.jpg,book|https://www.goodreads.com/book/show/35064460-fifty-classic-destinations-for-pilots,travel,,,,,, -fe46d138-f7a1-4065-af11-9882b49497de,"Model View Culture Quarterly No. 1: New writing on technology, diveristy and culture",By Amelia Greenhall,,book|https://www.goodreads.com/book/show/29966695-model-view-culture,cultural,,,,,, -eb4a658f-b8a5-4daf-9d27-ed8773a89aac,History of Engineering Drawing,By P. J. Booker,,book|https://www.goodreads.com/book/show/35081141-a-history-of-engineering-drawing,bret-victor,,,,,, -bc125b98-f940-444b-855e-2fa3c1ed440c,Cooking as Courtship (Under Structure),By Susan Wiegand,https://learn-awesome.github.io/assets/book_covers/21294260.jpg,book|https://www.goodreads.com/book/show/21294260-cooking-as-courtship,relationships,,,,,, -bcd2c466-1dad-40de-8776-3654888178a4,Impro: Improvisation and the Theatre,By Keith Johnstone,https://learn-awesome.github.io/assets/book_covers/45443596.jpg,book|https://www.goodreads.com/book/show/45443596-impro,theater,,,,,, -5ef35817-6644-498f-bc4e-7d18351b965e,No One a Neutral: Political Hostage-Taking in the Modern World,By Norman Antokol,https://learn-awesome.github.io/assets/book_covers/5710155.jpg,book|https://www.goodreads.com/book/show/5710155-no-one-a-neutral,to-get,,,,,, -eae2d381-51da-4122-a342-5e71969c6c36,n+1 Number Thirteen: Machine Politics,By Benjamin Kunkel,https://learn-awesome.github.io/assets/book_covers/28482919.jpg,book|https://www.goodreads.com/book/show/28482919-n-1-number-thirteen,technology,,,,,, -7087f1bc-4c0d-483b-a746-e2251942d545,The Lives of the Poets: A Selection,By Samuel Johnson,,book|https://www.goodreads.com/book/show/214232.Johnson_s_Lives_of_the_Poets,owned,,,,,, -59b80add-3a2e-4b67-b9eb-aa58cc87ce12,"The Anabasis: Or, Expedition of Cyrus, and the Memorabilis of Socrates",By Xenophon,,book|https://www.goodreads.com/book/show/11274243-anabasis,philosophy,,,,,, -056c5e2a-1749-484b-a358-6384d1a01519,"Shark Bait: The ""Misadventures"" of an Oceanic Ferry Pilot",By Mr James A Creighton,https://learn-awesome.github.io/assets/book_covers/27246275.jpg,book|https://www.goodreads.com/book/show/27246275-shark-bait,to-get,,,,,, -75cc19b7-b332-4b16-8130-f1b4234957ca,Introduction to Common Lisp,By Taiichi Yuasa,https://learn-awesome.github.io/assets/book_covers/1537403.jpg,book|https://www.goodreads.com/book/show/1537403.Introduction_to_Common_LISP,programming-languages/lisp,,,,,, -35c5a97e-4844-4dc6-a89f-51c02e9daffb,The Diary of John Evelyn Volume 2,By Austin Dobson,https://learn-awesome.github.io/assets/book_covers/26572318._SX98_.jpg,book|https://www.goodreads.com/book/show/26572318-the-diary-of-john-evelyn-volume-2,civilization,,,,,, -782007b7-62ab-4fa2-bb43-e9c7c00216cd,"Biology, 8th Edition",By Martin van den Berg,,book|https://www.goodreads.com/book/show/7471075-biology-8th-edition,biology,,,,,, -e9ef3d59-06ad-4177-887e-68a3924aa46a,Mutant Message Down Under ,By Marlo Morgan,,book|https://www.goodreads.com/book/show/32349.Mutant_Message_Down_Under,fiction,,,,,, -b72f5664-09f9-4e96-b948-3274817ee805,"The Bell System Technical Journal: July-August 1978, Vol 57 No. 6 Pt. 2 , UNIX Time-Sharing System",By American Telephone and Telegraph Company,,book|https://www.goodreads.com/book/show/32220449-the-bell-system-technical-journal-volume-28,technology,,,,,, -b4bca6f3-be0b-493b-ac05-9eb838cd7cd1,"""A Problem from Hell"": America and the Age of Genocide",By Samantha Power,https://learn-awesome.github.io/assets/book_covers/368731.jpg,book|https://www.goodreads.com/book/show/368731._A_Problem_from_Hell_,non-fiction,,,,,, -59f1e849-93d3-4027-88ef-36048ebbc230,Snow Falling on Cedars: A Novel,"By Novel Units, Inc.",,book|https://www.goodreads.com/book/show/3329155-snow-falling-on-cedars---teacher-guide-by-novel-units-inc,teaching,,,,,, -02aa66bb-189c-4536-878f-bae8e6ad3d93,Genentech: The Beginnings Of Biotech (Synthesis),By Sally Smith Hughes,https://learn-awesome.github.io/assets/book_covers/12703074._SX98_.jpg,book|https://www.goodreads.com/book/show/12703074-genentech,business,,,,,, -5f8c7c9d-683f-480e-90fa-f92c8c239182,All Will Be Well: A Memoir by John McGahern,By John McGahern,https://learn-awesome.github.io/assets/book_covers/430365.jpg,book|https://www.goodreads.com/book/show/430365.All_Will_Be_Well,memoir,,,,,, -1e7ce627-5c67-4786-a978-499e8eb31abe,Softwar: An Intimate Portrait of Larry Ellison and Oracle,By Matthew Symonds,https://learn-awesome.github.io/assets/book_covers/281123.jpg,book|https://www.goodreads.com/book/show/281123.Softwar,business,,,,,, -9a81878a-1f04-4394-a170-2977a2af27a6,Nuclear War Survival Skills: Lifesaving Nuclear Facts and Self-Help Instructions,By Cresson H. Kearny,https://learn-awesome.github.io/assets/book_covers/25159422._SX98_.jpg,book|https://www.goodreads.com/book/show/25159422-nuclear-war-survival-skills,survival,,,,,, -d5f20f88-e0de-4bab-a1cf-adc680c843b7,Doing the Impossible: George E. Mueller & the Management of NASA's Human Spaceflight Program (Springer Praxis Books in Space Exploration),By Arthur L. Slotkin,https://learn-awesome.github.io/assets/book_covers/19865161.jpg,book|https://www.goodreads.com/book/show/19865161-doing-the-impossible,non-fiction,,,,,, -a92eebf4-b2b1-46af-bdac-1334b7ee0acf,"Singapore, Singapura: From Miracle to Complacency",By Nicholas Walton,https://learn-awesome.github.io/assets/book_covers/40828166.jpg,book|https://www.goodreads.com/book/show/40828166-singapore-singapura,singapore,,,,,, -1ddd77b5-0d31-4291-9434-4e97a79ede22,From the Ground Up: Building Silicon Valley,By Goodwin Steinberg,https://learn-awesome.github.io/assets/book_covers/966893.jpg,book|https://www.goodreads.com/book/show/966893.From_the_Ground_Up,silicon-valley;technology,,,,,, -6327750b-e576-4024-9276-c46d0c9947ad,Powerhouse: The Untold Story of Hollywood's Creative Artists Agency,By Ant Hive Media,https://learn-awesome.github.io/assets/book_covers/33007424._SX98_.jpg,book|https://www.goodreads.com/book/show/33007424-james-andrew-miller-s-powerhouse,hollywood,,,,,, -5c10eb4d-99b4-4670-8ef9-4d1ff7635cb8,My Inventions: The Autobiography of Nikola Tesla,By Nikola Tesla,https://learn-awesome.github.io/assets/book_covers/39886861.jpg,book|https://www.goodreads.com/book/show/39886861-my-inventions,biography,,,,,, -0915a19a-ae1c-4e5a-acc5-a382b9ff1be8,QED: The Strange Theory of Light and Matter,By Richard Feynman,https://learn-awesome.github.io/assets/book_covers/5552.jpg,book|https://www.goodreads.com/book/show/5552.QED,science,,,,,, -50189f8f-9e62-43d2-aaff-20d00b6ea90a,What Do You Care What Other People Think?,By Richard P. Feynman,https://learn-awesome.github.io/assets/book_covers/35167718._SX98_.jpg,book|https://www.goodreads.com/book/show/35167718-what-do-you-care-what-other-people-think,science,,,,,, -7492ba59-b879-4495-8cf0-17e00f3db537,An Introduction to Zen Buddhism,By D.T. Suzuki,https://learn-awesome.github.io/assets/book_covers/129377.jpg,book|https://www.goodreads.com/book/show/129377.An_Introduction_to_Zen_Buddhism,buddhism,,,,,, -f1716a28-989d-423f-8fa0-f5f3f7f8e8dd,When Genius Failed,By Roger Lowenstein,https://learn-awesome.github.io/assets/book_covers/10669.jpg,book|https://www.goodreads.com/book/show/10669.When_Genius_Failed,finance,,,,,, -0d980bd7-85eb-49f1-9461-61d3a74b73b0,The Ascent of Money,By Niall Ferguson,https://learn-awesome.github.io/assets/book_covers/2714607.jpg,book|https://www.goodreads.com/book/show/2714607-the-ascent-of-money,history,,,,,, -1da4bc4e-4c19-4023-9d2a-f99593b888c9,Too Big to Fail,By Alexander Kalinna,https://learn-awesome.github.io/assets/book_covers/12659923.jpg,book|https://www.goodreads.com/book/show/12659923-too-big-to-fail,business,,,,,, -38b64f18-f0f1-4815-9670-5ef7bfeea5f7,Cosmos,By Carl Sagan,https://learn-awesome.github.io/assets/book_covers/55030.jpg,book|https://www.goodreads.com/book/show/55030.Cosmos,science,,,,,, -cb714cf9-7dd2-4460-8da4-3529a45c5afd,"Big World, Small Planet",By Johan Rockström,https://learn-awesome.github.io/assets/book_covers/25785924.jpg,book|https://www.goodreads.com/book/show/25785924-big-world-small-planet,non-fiction,,,,,, -8b880ef9-707c-4064-89fa-f6ae144e6b3a,Arctica: The Vanishing North,By Sebastian Copeland,https://learn-awesome.github.io/assets/book_covers/27140023.jpg,book|https://www.goodreads.com/book/show/27140023-arctica,richard-branson-suggests,,,,,, -6d9b5c52-08ac-48ef-a99c-0ec7bd28e1c8,Into Thin Air,By Jon Krakauer,https://learn-awesome.github.io/assets/book_covers/1898.jpg,book|https://www.goodreads.com/book/show/1898.Into_Thin_Air,non-fiction,,,,,, -ffe240f6-6fea-49a2-8a68-86524384aed0,Moonshots,By Alessandra Torre,https://learn-awesome.github.io/assets/book_covers/27872890.jpg,book|https://www.goodreads.com/book/show/27872890-moonshot,romance,,,,,, -99708108-58f1-45cf-940f-453408d5a3b7,Self Belief: The Vision,By Jamal Edwards,https://learn-awesome.github.io/assets/book_covers/21024199.jpg,book|https://www.goodreads.com/book/show/21024199-self-belief,richard-branson-suggests,,,,,, -ee3699da-d09b-4b3b-a6e2-6ca23cef6f58,A Time for New Dreams,By Ben Okri,https://learn-awesome.github.io/assets/book_covers/10788015.jpg,book|https://www.goodreads.com/book/show/10788015-a-time-for-new-dreams,non-fiction,,,,,, -3e18bc4e-27d4-42b8-a2f5-18f8a83a7b21,The Overview Effect,By Frank White,https://learn-awesome.github.io/assets/book_covers/1591985.jpg,book|https://www.goodreads.com/book/show/1591985.The_Overview_Effect,non-fiction,,,,,, -42f2f895-810b-4f67-bbd9-46db379d22ef,In Patagonia,By Bruce Chatwin,https://learn-awesome.github.io/assets/book_covers/79909.jpg,book|https://www.goodreads.com/book/show/79909.In_Patagonia,travel,,,,,, -3ab64a0c-12c7-4058-894e-4c71546838e2,The Weather Makers,By Ben Bova,https://learn-awesome.github.io/assets/book_covers/302485.jpg,book|https://www.goodreads.com/book/show/302485.The_Weather_Makers,science-fiction,,,,,, -8ac431de-f3d5-4a90-9fc9-ddf8bbc11ca4,One Hundred & One Reasons to Get Out of Bed,By Natasha Milne,https://learn-awesome.github.io/assets/book_covers/29515216.jpg,book|https://www.goodreads.com/book/show/29515216-one-hundred-one-reasons-to-get-out-of-bed,richard-branson-suggests,,,,,, -25136c93-38a0-4378-a132-78395e3c0465,The Catcher in the Rye,By J.D. Salinger,https://learn-awesome.github.io/assets/book_covers/5107.jpg,book|https://www.goodreads.com/book/show/5107.The_Catcher_in_the_Rye,classics,,,,,, -45d959b7-430f-47fe-84fa-92db16aed1a0,The Martian,By Andy Weir,https://learn-awesome.github.io/assets/book_covers/18007564.jpg,book|https://www.goodreads.com/book/show/18007564-the-martian,science-fiction,,,,,, -ae6c2476-bf85-4fe0-b919-7867765891a3,Reinventing Fire: Bold Business Solutions for the New Energy Era,By Amory B. Lovins,https://learn-awesome.github.io/assets/book_covers/12742309.jpg,book|https://www.goodreads.com/book/show/12742309-reinventing-fire,energy,,,,,, -67d5cd4a-dcfe-4f7a-aa9f-083f03796666,Mindfulness for Beginners: Reclaiming the Present Moment — and Your Life,By Jon Kabat-Zinn,https://learn-awesome.github.io/assets/book_covers/12687932.jpg,book|https://www.goodreads.com/book/show/12687932-mindfulness-for-beginners,non-fiction,,,,,, -4ddc4e41-00ea-4880-9789-a57a312381f9,Jonathan Livingston Seagull,By Richard Bach,https://learn-awesome.github.io/assets/book_covers/71728.jpg,book|https://www.goodreads.com/book/show/71728.Jonathan_Livingston_Seagull,fiction,,,,,, -43ad3ec5-2d4e-4792-b360-cfb980898278,Self-Made Success,By Steve Parks,https://learn-awesome.github.io/assets/book_covers/1947897.jpg,book|https://www.goodreads.com/book/show/1947897.How_to_be_an_entrepreneur,box,,,,,, -ffe297bc-e636-46d1-b2ff-2d14f40f1741,The Only Game in Town,By Peter David,https://learn-awesome.github.io/assets/book_covers/5067355.jpg,book|https://www.goodreads.com/book/show/5067355-x-factor-vol-5,comics,,,,,, -ed42d0d5-2e85-4166-a547-d9af8b29adc7,The Fountainhead,By Ayn Rand,https://learn-awesome.github.io/assets/book_covers/2122.jpg,book|https://www.goodreads.com/book/show/2122.The_Fountainhead,fiction,,,,,, -ef977413-8afb-4f23-8538-ef08bc3f7add,Be here now,By Ram Dass,https://learn-awesome.github.io/assets/book_covers/41580312.jpg,book|https://www.goodreads.com/book/show/41580312-be-here-now,spirituality,,,,,, -a62682ab-2a94-4380-8f60-e950c8e98d68,Cutting Through Spiritual Materialism,By Chögyam Trungpa,https://learn-awesome.github.io/assets/book_covers/295000.jpg,book|https://www.goodreads.com/book/show/295000.Cutting_Through_Spiritual_Materialism,buddhism,,,,,, -d77e0d34-6d7a-427b-ae5a-50c79ee54128,The Autobiography of Yogi,By Paramahansa Yogananda,https://learn-awesome.github.io/assets/book_covers/639864.jpg,book|https://www.goodreads.com/book/show/639864.Autobiography_of_a_Yogi,spirituality,,,,,, -d012f32f-27e2-4f21-8478-0531c1b8b789,Only the Paranoid Survive,By Andrew S. Grove,https://learn-awesome.github.io/assets/book_covers/66863.jpg,book|https://www.goodreads.com/book/show/66863.Only_the_Paranoid_Survive,business,,,,,, -a4631bf4-a5cd-4389-b9af-4f990176507a,Diet for a small planet,By Frances Moore Lappé,https://learn-awesome.github.io/assets/book_covers/199107.jpg,book|https://www.goodreads.com/book/show/199107.Diet_for_a_Small_Planet,food,,,,,, -6530e1b0-0812-4d45-8f18-8d13dfd808dd,Inside the Tornado,By Geoffrey A. Moore,https://learn-awesome.github.io/assets/book_covers/61336.jpg,book|https://www.goodreads.com/book/show/61336.Inside_the_Tornado,business,,,,,, -7c63bf71-64a8-41a0-bded-96e3de749def,Atlas Shrugged,By Ayn Rand,https://learn-awesome.github.io/assets/book_covers/662.jpg,book|https://www.goodreads.com/book/show/662.Atlas_Shrugged,fiction,,,,,, -49c35a34-481e-4dfb-a0db-ad2a7fea8251,Moby Dick,By Herman Melville,https://learn-awesome.github.io/assets/book_covers/153747.jpg,book|https://www.goodreads.com/book/show/153747.Moby_Dick_or_the_Whale,classics,,,,,, -5d319959-6d6b-43ec-8570-f597be3dfe56,The Intelligent Investor,By Benjamin Graham,https://learn-awesome.github.io/assets/book_covers/106835.jpg,book|https://www.goodreads.com/book/show/106835.The_Intelligent_Investor,finance,,,,,, -82079d0e-b99a-46af-8672-b5830247fb3f,8 Weeks to Optimum Health,By Andrew Weil,https://learn-awesome.github.io/assets/book_covers/37124.jpg,book|https://www.goodreads.com/book/show/37124.8_Weeks_to_Optimum_Health,health,,,,,, -fbf178a5-7f08-45e6-b4f3-d8339447bcb3,Alpha Girls: The Women Upstarts Who Took On Silicon Valley's Male Culture and Made the Deals of a Lifetime,By Julian Guthrie,https://learn-awesome.github.io/assets/book_covers/41429816.jpg,book|https://www.goodreads.com/book/show/41429816-alpha-girls,business,,,,,, -0d8e6351-98ba-4173-b721-0007aad0fa31,The True Believer: Thoughts on the Nature of Mass Movements,By Eric Hoffer,https://learn-awesome.github.io/assets/book_covers/15916.jpg,book|https://www.goodreads.com/book/show/15916.The_True_Believer,non-fiction,,,,,, -81ef71a9-2f27-4bc5-97b9-32b2175a983a,The Industries of the Future,By Alec J. Ross,https://learn-awesome.github.io/assets/book_covers/25111341.jpg,book|https://www.goodreads.com/book/show/25111341-the-industries-of-the-future,business,,,,,, -0d44ad3d-71f6-4384-b5a5-1bf44002c103,"This Brave New World: India, China, and the United States",By Anja Manuel,https://learn-awesome.github.io/assets/book_covers/27274358.jpg,book|https://www.goodreads.com/book/show/27274358-this-brave-new-world,non-fiction,,,,,, -67d8aa14-87ea-400f-ac40-9303d689e1a7,The Evolution of God,By Robert Wright,https://learn-awesome.github.io/assets/book_covers/6340873.jpg,book|https://www.goodreads.com/book/show/6340873-the-evolution-of-god,religion,,,,,, -7cbf42e1-9b0e-499d-94b4-4ef97d99d5e4,"The Seventh Sense: Power, Fortune, and Survival in the Age of Networks",By Joshua Cooper Ramo,https://learn-awesome.github.io/assets/book_covers/26245038.jpg,book|https://www.goodreads.com/book/show/26245038-the-seventh-sense,business,,,,,, -603b7947-b2d2-417f-bdb1-a42478390bfc,More Human: Designing a World Where People Come First - 2015 Edition,By Steve Hilton,https://learn-awesome.github.io/assets/book_covers/23346573.jpg,book|https://www.goodreads.com/book/show/23346573-more-human,non-fiction,,,,,, -62bb9a5a-f4d3-49df-b1bd-e6eb61489a66,The Inner Lives of Markets: How People Shape Them—And They Shape Us,By Ray Fisman,https://learn-awesome.github.io/assets/book_covers/26195962.jpg,book|https://www.goodreads.com/book/show/26195962-the-inner-lives-of-markets,economics,,,,,, -b77ec904-31e6-41d9-b0cb-d3647cb92307,The Complete Story of Civilization,By Will Durant,https://learn-awesome.github.io/assets/book_covers/20657925.jpg,book|https://www.goodreads.com/book/show/20657925-the-complete-story-of-civilization,history,,,,,, -4cff29ec-6899-419d-8784-3f9f1356ad42,The Wright Brothers,By David McCullough,https://learn-awesome.github.io/assets/book_covers/22609391.jpg,book|https://www.goodreads.com/book/show/22609391-the-wright-brothers,history,,,,,, -17ccf443-c9ea-4d9a-a2a7-47f3c074d278,Genghis Khan and the Making of the Modern World,By Jack Weatherford,https://learn-awesome.github.io/assets/book_covers/40718726.jpg,book|https://www.goodreads.com/book/show/40718726-genghis-khan-and-the-making-of-the-modern-world,history,,,,,, -c66818bb-3287-4b86-a422-2ec3c4c76afe,The Mathematics of Politics,By Jeff Gill,https://learn-awesome.github.io/assets/book_covers/342326.jpg,book|https://www.goodreads.com/book/show/342326.Essential_Mathematics_for_Political_and_Social_Research,mathematics,,,,,, -390e9067-87e0-45a7-a585-8560fb7fb690,Bass Culture: When Reggae Was King,By Lloyd Bradley,https://learn-awesome.github.io/assets/book_covers/705144.jpg,book|https://www.goodreads.com/book/show/705144.Bass_Culture,music,,,,,, -ccd2e254-b3d3-4f5a-ad72-294a519a9f8f,Black Box Thinking: The Surprising Truth About Success,By Matthew Syed,https://learn-awesome.github.io/assets/book_covers/26259816.jpg,book|https://www.goodreads.com/book/show/26259816-black-box-thinking,non-fiction,,,,,, -9277f555-ea44-46ba-ac1a-f2188d7907de,Leading: Learning from Life and My Years at Manchester United,By Alex Ferguson,https://learn-awesome.github.io/assets/book_covers/25746678.jpg,book|https://www.goodreads.com/book/show/25746678-leading,leadership,,,,,, -f2c2d204-bcd1-4f82-bc75-96022823971e,Hit Men: Power Brokers and Fast Money Inside the Music Business,By Fredric Dannen,https://learn-awesome.github.io/assets/book_covers/38019.jpg,book|https://www.goodreads.com/book/show/38019.Hit_Men,music,,,,,, -ef6462a0-3586-4816-afb5-a854cb7290b7,The Alchemist,By Paulo Coelho,https://learn-awesome.github.io/assets/book_covers/865.jpg,book|https://www.goodreads.com/book/show/865.The_Alchemist,fiction,,,,,, -fbe151a7-5174-4e1d-945f-c454551dea16,The Minefield Girl Sofia Ek,By Sofia Ek,https://learn-awesome.github.io/assets/book_covers/38316489.jpg,book|https://www.goodreads.com/book/show/38316489-the-minefield-girl,audible,,,,,, -86b846f7-74e9-4ae7-a47a-5f937409c49d,Raising Girls by Steve Biddulph,By Joosr,https://learn-awesome.github.io/assets/book_covers/33795052.jpg,book|https://www.goodreads.com/book/show/33795052-a-joosr-guide-to-raising-girls-by-steve-biddulph,parenting,,,,,, -dc1e6408-0b0d-4349-b4a6-8823cfe687db,"Many Lives, Many Masters: The True Story Of A Prominent Psychiatrist, His Young Patient, And The Past-life Therapy That Changed Both Their Lives by Brian L. Weiss",By Brian L. Weiss,https://learn-awesome.github.io/assets/book_covers/34452.jpg,book|https://www.goodreads.com/book/show/34452.Many_Lives_Many_Masters,non-fiction,,,,,, -941f1188-71c0-46be-a992-93ebe6b77c03,Where The Red Fern Grows by Wilson Rawls,By Roy Sousa,,book|https://www.goodreads.com/book/show/238909.Where_The_Red_Fern_Grows_By_Wilson_Rawls,bookshelf,,,,,, -77bb5390-1a3c-468d-85e4-5eb5a7ff0242,The Sleepeasy Solution,By Jennifer Waldburger,https://learn-awesome.github.io/assets/book_covers/474621.jpg,book|https://www.goodreads.com/book/show/474621.The_Sleepeasy_Solution,parenting,,,,,, -2aa16326-58e5-400c-8de8-5b30afaa5e68,"Finding the Next Steve Jobs: How to Find, Hire, Keep and Nurture Creative Talent",By Nolan Bushnell,https://learn-awesome.github.io/assets/book_covers/17575428.jpg,book|https://www.goodreads.com/book/show/17575428-finding-the-next-steve-jobs,business,,,,,, -793ffe63-0843-47d5-89dc-8c3d20df8448,The Happiest Baby on the Block,By Harvey Karp,https://learn-awesome.github.io/assets/book_covers/132900.jpg,book|https://www.goodreads.com/book/show/132900.The_Happiest_Baby_on_the_Block,parenting,,,,,, -6294a05b-14ba-4337-859b-4ee79bd1f1ee,Fascinating People,By Christopher D. Hudson,https://learn-awesome.github.io/assets/book_covers/7621672.jpg,book|https://www.goodreads.com/book/show/7621672-fascinating-people-of-the-bible,books-i-own,,,,,, -ca1cdd43-e822-43d7-8ea7-c5745cffc7a5,Distant Witness,By Andy Carvin,https://learn-awesome.github.io/assets/book_covers/17159937.jpg,book|https://www.goodreads.com/book/show/17159937-distant-witness,history,,,,,, -90c29ee2-0bc3-4007-aaf6-581e98c40198,Elon Musk: Inventing the Future,By Ashlee Vance,https://learn-awesome.github.io/assets/book_covers/22638080.jpg,book|https://www.goodreads.com/book/show/22638080-elon-musk,biography,,,,,, -30e5805c-5da5-493f-9856-cab959406ccc,Becoming Steve Jobs: The Evolution of a Reckless Upstart into a Visionary Leader ,By Brent Schlender,https://learn-awesome.github.io/assets/book_covers/22318382.jpg,book|https://www.goodreads.com/book/show/22318382-becoming-steve-jobs,biography,,,,,, -df3dc2a8-c999-495a-acd1-5adfa01b0c93,Digital Gold,By Nathaniel Popper,https://learn-awesome.github.io/assets/book_covers/23546676.jpg,book|https://www.goodreads.com/book/show/23546676-digital-gold,technology,,,,,, -f792dabe-89ea-4b27-818d-344b81f2e8a5,Les Miserables,By Victor Hugo,https://learn-awesome.github.io/assets/book_covers/24280.jpg,book|https://www.goodreads.com/book/show/24280.Les_Mis_rables,classics,,,,,, -c57d4761-fca9-448b-a875-57b15118486b,The Hypomanic Edge: The Link Between (A Little) Craziness and (A Lot of) Success in America,By John D. Gartner,https://learn-awesome.github.io/assets/book_covers/931378.jpg,book|https://www.goodreads.com/book/show/931378.The_Hypomanic_Edge,non-fiction,,,,,, -8e588d18-20dc-4dec-8945-8d8f943963bd,The Wisdom of Crowds,By James Surowiecki,https://learn-awesome.github.io/assets/book_covers/68143.jpg,book|https://www.goodreads.com/book/show/68143.The_Wisdom_of_Crowds,non-fiction,,,,,, -28e337c8-e800-4dba-a2c4-cc3f2809d675,Cognitive Surplus: How Technology Turns Consumers Into Collaborators,By Clay Shirky,https://learn-awesome.github.io/assets/book_covers/9767789.jpg,book|https://www.goodreads.com/book/show/9767789-cognitive-surplus,non-fiction,,,,,, -702f9394-30e6-43c0-b077-1177a7e913d7,Zero to One,By Scott Westerfeld,https://learn-awesome.github.io/assets/book_covers/24885636.jpg,book|https://www.goodreads.com/book/show/24885636-zeroes,young-adult,,,,,, -012bb9c3-3a79-499d-96fa-a409b45b8cd9,The Wikipedia Revolution,By Andrew Lih,https://learn-awesome.github.io/assets/book_covers/4606921.jpg,book|https://www.goodreads.com/book/show/4606921-the-wikipedia-revolution,non-fiction,,,,,,oer -1bb436d9-4fb7-4abb-b617-c20c943dda66,Geeks Bearing Gifts,By Charlie Cochet,https://learn-awesome.github.io/assets/book_covers/25711052.jpg,book|https://www.goodreads.com/book/show/25711052-beware-of-geeks-bearing-gifts,m-m,,,,,, -80f9542b-4cae-4df6-bb27-eef96f5939f8,Life Nomadic,By Tynan,https://learn-awesome.github.io/assets/book_covers/7062693.jpg,book|https://www.goodreads.com/book/show/7062693-life-nomadic,travel,,,,,, -f6e78767-4c33-44db-b8f2-711c57a34f57,"Millionaire : The Philanderer, Gambler, and Duelist Who Invented Modern Finance",By Janet Gleeson,https://learn-awesome.github.io/assets/book_covers/575832.jpg,book|https://www.goodreads.com/book/show/575832.Millionaire,history,,,,,, -30df6a6f-9f81-4783-ba46-bcf0c967a2a0,Catch Me If You Can,By Stacey Espino,https://learn-awesome.github.io/assets/book_covers/10209654.jpg,book|https://www.goodreads.com/book/show/10209654-catch-me-if-you-can,menage,,,,,, -66a87233-4d06-43cd-a0a1-3626ebe6fe3d,Scalper: Inside the World of a Professional Ticket Broker,By Clancy Martin,https://learn-awesome.github.io/assets/book_covers/10815240.jpg,book|https://www.goodreads.com/book/show/10815240-scalper,kindle,,,,,, -fbf39c7a-038e-467b-89e0-4303fc4be23d,My Inventions: Nikolai Tesla,By Nikola Tesla,https://learn-awesome.github.io/assets/book_covers/44993009.jpg,book|https://www.goodreads.com/book/show/44993009-my-inventions-nikola-tesla-s-autobiography,electricity;science;biographies,,,,,, -88be493c-1935-48dc-92cc-3fd3e12a948f,The Big Short,By Michael Lewis,https://learn-awesome.github.io/assets/book_covers/26889576.jpg,book|https://www.goodreads.com/book/show/26889576-the-big-short,non-fiction,,,,,, -92ef016a-1515-4389-9738-5ea561de37de,Conscious Business: How to Build Value through Values,By Fred Kofman,https://learn-awesome.github.io/assets/book_covers/1169674.jpg,book|https://www.goodreads.com/book/show/1169674.Conscious_Business,business,,,,,, -48a13827-0c65-4247-9727-c554839e4351,"Now, Discover Your Strengths",By Marcus Buckingham,https://learn-awesome.github.io/assets/book_covers/56452.jpg,book|https://www.goodreads.com/book/show/56452.Now_Discover_Your_Strengths,business,,,,,, -91e08b99-4b22-47f7-b878-9f9f03e724c7,Bossypants,By Tina Fey,https://learn-awesome.github.io/assets/book_covers/9418327.jpg,book|https://www.goodreads.com/book/show/9418327-bossypants,non-fiction,,,,,, -0f89c161-46d8-4aaf-970d-abfa80fba659,How Companies Win,By Bradford D. Smart,https://learn-awesome.github.io/assets/book_covers/915182.jpg,book|https://www.goodreads.com/book/show/915182.Topgrading,business,,,,,, -1d23c32d-ddd6-466b-b32d-f75287fa2290,Home Game: An Accidental Guide to Fatherhood,By Michael Lewis,https://learn-awesome.github.io/assets/book_covers/7099559.jpg,book|https://www.goodreads.com/book/show/7099559-home-game,non-fiction,,,,,, -9ccf2f0a-dc35-45d0-b700-efac7ee5a248,The Great Transformation,By Karl Polanyi,https://learn-awesome.github.io/assets/book_covers/53981.jpg,book|https://www.goodreads.com/book/show/53981.The_Great_Transformation,economics,,,,,, -a6ca3eed-d386-4f7e-a223-29d1ea1fbf8d,An Astronaut's Guide to Life on Earth ,By Chris Hadfield,https://learn-awesome.github.io/assets/book_covers/18170143.jpg,book|https://www.goodreads.com/book/show/18170143-an-astronaut-s-guide-to-life-on-earth,non-fiction,,,,,, -caff54c2-2ba4-4895-bf39-08517b315d28,The Rise and the Fall of the American Growth,By Robert J. Gordon,https://learn-awesome.github.io/assets/book_covers/26634594.jpg,book|https://www.goodreads.com/book/show/26634594-the-rise-and-fall-of-american-growth,economics,,,,,, -6134d385-9b06-4178-beb5-d5978c7b158c,Capital in the Twenty First Century,By Thomas Piketty,https://learn-awesome.github.io/assets/book_covers/18736925.jpg,book|https://www.goodreads.com/book/show/18736925-capital-in-the-twenty-first-century,economics,,,,,, -b8751ee8-d979-498e-8a7b-c21594d04d52,The Great Convergence,By Joseph R. Lallo,https://learn-awesome.github.io/assets/book_covers/16186589.jpg,book|https://www.goodreads.com/book/show/16186589-the-great-convergence,fantasy,,,,,, -6aad9649-5af8-4bc3-8a19-d0cd2943faf7,Dawn of the New Everything,By Jaron Lanier,https://learn-awesome.github.io/assets/book_covers/23848323.jpg,book|https://www.goodreads.com/book/show/23848323-dawn-of-the-new-everything,non-fiction,,,,,, -55907645-107a-4af4-afbb-32a658325d0d,The Geography of Thought,By Richard E. Nisbett,https://learn-awesome.github.io/assets/book_covers/226630.jpg,book|https://www.goodreads.com/book/show/226630.The_Geography_of_Thought,psychology,,,,,, -57d0b12d-84ad-4c25-876b-c238cf3a46f4,Hit Refresh: The Quest to Rediscover Microsoft's Soul and Imagine a Better Future for Everyone,By Satya Nadella,https://learn-awesome.github.io/assets/book_covers/35953819.jpg,book|https://www.goodreads.com/book/show/35953819-hit-refresh,business,,,,,, -0ae377d1-4932-48e6-8bd1-b87f5669429e,Young Men & Fire,By Norman Maclean,https://learn-awesome.github.io/assets/book_covers/30044.jpg,book|https://www.goodreads.com/book/show/30044.Young_Men_and_Fire,non-fiction,,,,,, -a96064a8-059f-433d-9fdc-baa9d3bece40,The Man Without Qualities,By Robert Musil,https://learn-awesome.github.io/assets/book_covers/527756.jpg,book|https://www.goodreads.com/book/show/527756.The_Man_Without_Qualities,fiction,,,,,, -34038415-bd1c-4168-8df0-0f09ccbe1665,The Centrist Manifesto,By Charles Wheelan,https://learn-awesome.github.io/assets/book_covers/17119454.jpg,book|https://www.goodreads.com/book/show/17119454-the-centrist-manifesto,politics,,,,,, -6577c3ff-c770-40b0-801e-d451d86b351c,The Fellowship: The Literary Lives of the Inklings,By Philip Zaleski,https://learn-awesome.github.io/assets/book_covers/23526522.jpg,book|https://www.goodreads.com/book/show/23526522-the-fellowship,biography,,,,,, -768dfe94-f1a9-4c37-972c-30e842fed49e,"Three Nights in August: Strategy, Heartbreak, and Joy Inside the Mind of a Manager",By H.G. Bissinger,https://learn-awesome.github.io/assets/book_covers/815.jpg,book|https://www.goodreads.com/book/show/815.Three_Nights_in_August,sports,,,,,, -57e0fffe-ed99-402f-a2b2-ce82dca2fd7c,"The Difference: How the Power of Diversity Creates Better Groups, Firms, Schools, And Societies",By Scott E. Page,https://learn-awesome.github.io/assets/book_covers/613966.jpg,book|https://www.goodreads.com/book/show/613966.The_Difference,non-fiction,,,,,, -1607243d-76fc-4958-aa18-2f8d41500524,Straight From the Gut,By Jack Welch,https://learn-awesome.github.io/assets/book_covers/5559.jpg,book|https://www.goodreads.com/book/show/5559.Jack,biography,,,,,, -d90bef27-b630-408a-94a4-cd6d81b8de82,Coming Apart: The State of White America,By Charles Murray,https://learn-awesome.github.io/assets/book_covers/12031563.jpg,book|https://www.goodreads.com/book/show/12031563-coming-apart,non-fiction,,,,,, -96ee5969-c8b8-40e1-9343-2852c2202776,Sorrows of the Moon: A Journey Through London,By Iqbal Ahmed,https://learn-awesome.github.io/assets/book_covers/1032034.jpg,book|https://www.goodreads.com/book/show/1032034.Sorrows_of_the_Moon,non-fiction,,,,,, -734e9868-4ca9-4581-a554-103acec73bc2,Being With Dying ,By J.R.R. Tolkien,https://learn-awesome.github.io/assets/book_covers/1070463.jpg,book|https://www.goodreads.com/book/show/1070463.Die_Gef_hrten,fantasy,,,,,, -342f4b8b-b3a1-4aa8-b317-c1eec2e24bb7,Lessons for the Living ,By Laura Lynne Jackson,https://learn-awesome.github.io/assets/book_covers/25430672.jpg,book|https://www.goodreads.com/book/show/25430672-the-light-between-us,non-fiction,,,,,, -c5fb74cc-bbab-446d-bddf-a3325dcc8a06,"Memories, Dreams, Reflections ",By Carl Jung,https://learn-awesome.github.io/assets/book_covers/612188.jpg,book|https://www.goodreads.com/book/show/612188.Memories_Dreams_Reflections,psychology,,,,,, -475e3a3e-f926-4b8c-aeb7-953b0f145369,Give and Take: A Revolutionary Approach to Success ,By Adam M. Grant,https://learn-awesome.github.io/assets/book_covers/16158498.jpg,book|https://www.goodreads.com/book/show/16158498-give-and-take,business,,,,,, -be9d14e1-bd7b-41b8-b01d-1aeff8495cba,The Mindful Athlete: Secrets to Pure Performance ,By George Mumford,https://learn-awesome.github.io/assets/book_covers/22928952.jpg,book|https://www.goodreads.com/book/show/22928952-the-mindful-athlete,non-fiction,,,,,, -797e760d-9180-4fee-96dd-c74ba3c095e0,Reclaiming Conversation: The Power of Talk in a Digital Age ,By Sherry Turkle,https://learn-awesome.github.io/assets/book_covers/24612127.jpg,book|https://www.goodreads.com/book/show/24612127-reclaiming-conversation,non-fiction,,,,,, -9b4a9bd5-6beb-4544-bb1b-b4e1fa45559d,Mindful Work: How Meditation is Changing Business from the Inside Out ,By David Gelles,https://learn-awesome.github.io/assets/book_covers/22749720.jpg,book|https://www.goodreads.com/book/show/22749720-mindful-work,business,,,,,, -6d124504-b1b9-4b5b-b743-845f9714af9d,Catching the Big Fish ,By David Lynch,https://learn-awesome.github.io/assets/book_covers/58169.jpg,book|https://www.goodreads.com/book/show/58169.Catching_the_Big_Fish,non-fiction,,,,,, -5fa0bfb9-a825-4d07-aad6-9b0ed3e81ed9,Dangerously Sleepy: Overworked Americans and the Cult of Manly Wakefulness,By Alan Derickson,https://learn-awesome.github.io/assets/book_covers/17890659.jpg,book|https://www.goodreads.com/book/show/17890659-dangerously-sleepy,to-read-health,,,,,, -12aa435e-19e0-4530-8935-99d9c526f812,The Lucky Years: How to Thrive in the Brave New World of Health ,By David B. Agus,https://learn-awesome.github.io/assets/book_covers/25897501.jpg,book|https://www.goodreads.com/book/show/25897501-the-lucky-years,health,,,,,, -7282a684-7922-411d-9f81-b8088d088574,Invisible Selling Machine,By Ryan Deiss,https://learn-awesome.github.io/assets/book_covers/25353819.jpg,book|https://www.goodreads.com/book/show/25353819-invisible-selling-machine,business,,,,,, -8a468f32-da98-4963-ad88-9b24b71e7c8a,The One-Minute Entrepreneur,By Kenneth H. Blanchard,https://learn-awesome.github.io/assets/book_covers/2175786.jpg,book|https://www.goodreads.com/book/show/2175786.The_One_Minute_Entrepreneur,business,,,,,, -592c955d-1f4d-4ddc-9ec7-bb0cc150f457,Blue Ocean Strategy,By W. Chan Kim,https://learn-awesome.github.io/assets/book_covers/4898.jpg,book|https://www.goodreads.com/book/show/4898.Blue_Ocean_Strategy,business,,,,,, -d99c53ae-ee92-42b4-8eb3-6b1159b64f64,"Jab, Jab, Jab, Right Hook",By Blinkist,https://learn-awesome.github.io/assets/book_covers/31280529.jpg,book|https://www.goodreads.com/book/show/31280529-jab-jab-jab-right-hook,business,,,,,, -13adfb8a-c86f-455c-904c-81b12c844548,The Prosperity Paradox ,By Clayton M. Christensen,https://learn-awesome.github.io/assets/book_covers/37868583.jpg,book|https://www.goodreads.com/book/show/37868583-the-prosperity-paradox,economics,,,,,, -a8238cf1-3dc7-4a62-be43-cc9033079ef5,Bold,By Karina Halle,https://learn-awesome.github.io/assets/book_covers/17284874.jpg,book|https://www.goodreads.com/book/show/17284874-bold-tricks,romance,,,,,, -84bf1955-22c5-4e8c-86cc-009ea07ad62b,Blueprint: The Evolutionary Origins of Good Society,By Nicholas A. Christakis,https://learn-awesome.github.io/assets/book_covers/40696923.jpg,book|https://www.goodreads.com/book/show/40696923-blueprint,science,,,,,, -0da6cff5-1749-4fdd-9c12-e1a979962eb8,Trillion Dollar Coach,By Eric Schmidt,https://learn-awesome.github.io/assets/book_covers/42118073.jpg,book|https://www.goodreads.com/book/show/42118073-trillion-dollar-coach,business,,,,,, -8b8c6377-7f1f-476c-83f9-7bbfc7644290,Be Fearless,By Janet Evanovich,https://learn-awesome.github.io/assets/book_covers/2292384.jpg,book|https://www.goodreads.com/book/show/2292384.Fearless_Fourteen,mystery,,,,,, -3c60c5ff-827e-48ea-8688-97a7d69ea93a,Understanding the Digital World,By David Hume,https://learn-awesome.github.io/assets/book_covers/777336.jpg,book|https://www.goodreads.com/book/show/777336.Dialogues_Concerning_Natural_Religion_Posthumous_Essays_of_the_Immortality_of_the_Soul_of_Suicide_from_an_Enquiry_Concerning_Human_Understanding_of_Miracles,philosophy,,,,,, -8c3f0456-1a1c-408b-94ad-65827005ee0c,The Square and the Tower,By Niall Ferguson,https://learn-awesome.github.io/assets/book_covers/35629744.jpg,book|https://www.goodreads.com/book/show/35629744-the-square-and-the-tower,history,,,,,, -ec81d3c5-613a-43fa-a730-887176b3de33,Anything,By Sarah Dessen,https://learn-awesome.github.io/assets/book_covers/23009402.jpg,book|https://www.goodreads.com/book/show/23009402-saint-anything,fiction,,,,,, -6656c379-561d-43db-9e6e-645f3f5b4f8a,Dog Run Moon,By Callan Wink,https://learn-awesome.github.io/assets/book_covers/25489089.jpg,book|https://www.goodreads.com/book/show/25489089-dog-run-moon,short-stories,,,,,, -55be1568-6e18-4d6e-b52d-b6a20ad1787e,The Genius of Dogs: How Dogs Are Smarter than You Think,By Brian Hare,https://learn-awesome.github.io/assets/book_covers/15721051.jpg,book|https://www.goodreads.com/book/show/15721051-the-genius-of-dogs,non-fiction,,,,,, -a1ad68d2-bb89-452a-97cc-d4f6fcb1b8c3,H is for Hawk,By Helen Macdonald,https://learn-awesome.github.io/assets/book_covers/18803640.jpg,book|https://www.goodreads.com/book/show/18803640-h-is-for-hawk,non-fiction,,,,,, -4a8509c8-b834-41a2-9bf9-711d7d7590d9,March: Book Three,By John Lewis,https://learn-awesome.github.io/assets/book_covers/29436571.jpg,book|https://www.goodreads.com/book/show/29436571-march,graphic-novels,,,,,, -f88bd5fc-21c3-45b4-87d6-35e92e7cbe16,March: Book Two,By John Lewis,https://learn-awesome.github.io/assets/book_covers/22487952.jpg,book|https://www.goodreads.com/book/show/22487952-march,graphic-novels,,,,,, -2336cd78-3696-48ba-b191-45fd30c7858b,Bobby Kennedy: The Making of a Liberal Icon,By Larry Tye,https://learn-awesome.github.io/assets/book_covers/28495892.jpg,book|https://www.goodreads.com/book/show/28495892-bobby-kennedy,biography,,,,,, -7f1ec292-7dc7-468e-9276-3c8886ad7d76,March: Book One,By John Lewis,https://learn-awesome.github.io/assets/book_covers/17346698.jpg,book|https://www.goodreads.com/book/show/17346698-march,graphic-novels,,,,,, -88e55a0f-4f43-4683-88b8-91c560a76e65,The Story of My Experiments with Truth,By Mahatma Gandhi,https://learn-awesome.github.io/assets/book_covers/28397521.jpg,book|https://www.goodreads.com/book/show/28397521-the-story-of-my-experiments-with-truth,biography,,,,,, -43ec6742-4306-47db-8939-d697e501e74d,Competing against Time,By George Stalk Jr.,https://learn-awesome.github.io/assets/book_covers/2232114.jpg,book|https://www.goodreads.com/book/show/2232114.Competing_Against_Time,business,,,,,, -c736e247-9a43-43bb-9839-da90e8316b98,The Great Illusion: A Study of the Relation of Military Power to National Advantage,By Norman Angel,https://learn-awesome.github.io/assets/book_covers/2963084.jpg,book|https://www.goodreads.com/book/show/2963084-the-great-illusion---a-study-of-the-relation-of-military-power-to-nation,peter-thiel,,,,,, -10996b1c-23ec-44cb-90a9-360068bcb409,resurrection From the Underground,By René Girard,https://learn-awesome.github.io/assets/book_covers/46298.jpg,book|https://www.goodreads.com/book/show/46298.Resurrection_from_the_Underground,non-fiction,,,,,, -1f5a2c45-6539-4b6c-a4ec-2fc91c2b0f66,100 Plus,By Mary Wollstonecraft Shelley,https://learn-awesome.github.io/assets/book_covers/41968268.jpg,book|https://www.goodreads.com/book/show/41968268-frankenstein,classics,,,,,, -824e33f0-2f98-4b72-be39-1c032aee549f,Bloodlands,By Christine Cody,https://learn-awesome.github.io/assets/book_covers/9657210.jpg,book|https://www.goodreads.com/book/show/9657210-bloodlands,urban-fantasy,,,,,, -3d647737-2898-4f2b-a1de-d9c14643b60f,Brave New World,By Aldous Huxley,https://learn-awesome.github.io/assets/book_covers/5129.jpg,book|https://www.goodreads.com/book/show/5129.Brave_New_World,classics,,,,,, -e73560be-3c89-4154-9026-d828b7807069,A Life Decoded,By J. Craig Venter,https://learn-awesome.github.io/assets/book_covers/1865671.jpg,book|https://www.goodreads.com/book/show/1865671.A_Life_Decoded,science,,,,,, -5322253e-f42b-44f7-80ef-554c31843c25,A Heartbreaking Work of Staggering Genius,By Dave Eggers,https://learn-awesome.github.io/assets/book_covers/4953.jpg,book|https://www.goodreads.com/book/show/4953.A_Heartbreaking_Work_of_Staggering_Genius,fiction,,,,,, -f4bb6020-5ff6-4593-97c3-6fd17aa28b86,Powering the Future,By Robert B. Laughlin,https://learn-awesome.github.io/assets/book_covers/12787577.jpg,book|https://www.goodreads.com/book/show/12787577-powering-the-future,science,,,,,, -356800e2-db41-4838-ac06-47e985741a18,The Crime of Reason,By Robert B. Laughlin,https://learn-awesome.github.io/assets/book_covers/3887694.jpg,book|https://www.goodreads.com/book/show/3887694-the-crime-of-reason,non-fiction,,,,,, -cf972c3b-3c5d-413f-be81-d508f844985e,Hunger of Memory,By Richard Rodríguez,https://learn-awesome.github.io/assets/book_covers/161206.jpg,book|https://www.goodreads.com/book/show/161206.Hunger_of_Memory,non-fiction,,,,,, -7374db28-646b-4f4d-9847-3c49159e83a5,The Outsiders ,By S.E. Hinton,https://learn-awesome.github.io/assets/book_covers/231804.jpg,book|https://www.goodreads.com/book/show/231804.The_Outsiders,classics,,,,,, -90282213-f5f4-448b-8051-9ea4336c3b5c,Essays in Persuasion,By John Maynard Keynes,https://learn-awesome.github.io/assets/book_covers/368291.jpg,book|https://www.goodreads.com/book/show/368291.Essays_in_Persuasion,economics,,,,,, -8d90c6d1-79f2-4cb3-8ef0-507cce646964,Where Are the Customers’ Yachts?,By Fred Schwed Jr.,https://learn-awesome.github.io/assets/book_covers/288897.jpg,book|https://www.goodreads.com/book/show/288897.Where_Are_the_Customers_Yachts_,investing,,,,,, -9dac4a7d-32c8-4eb6-b868-f72d77685957,The Clash of the Cultures,By John C. Bogle,https://learn-awesome.github.io/assets/book_covers/13838197.jpg,book|https://www.goodreads.com/book/show/13838197-the-clash-of-the-cultures,finance,,,,,, -f590f590-96bc-4be5-a6b1-91d8c0fd7640,Nuclear Terrorism ,By Graham T. Allison,https://learn-awesome.github.io/assets/book_covers/545280.jpg,book|https://www.goodreads.com/book/show/545280.Nuclear_Terrorism,non-fiction,,,,,, -e3ef1341-5b24-40a9-b849-f3d3aee11681,All Out War: The Full Story of How Brexit Sank Britain's Political Class,By Tim Shipman,https://learn-awesome.github.io/assets/book_covers/31353136.jpg,book|https://www.goodreads.com/book/show/31353136-all-out-war,politics,,,,,, -851c9967-6bf0-45a2-8458-0d6e361d589e,The Strange Death of Europe,By Douglas Murray,https://learn-awesome.github.io/assets/book_covers/33584231.jpg,book|https://www.goodreads.com/book/show/33584231-the-strange-death-of-europe,politics,,,,,, -779ff5e3-fb4d-40de-a7c0-11804973653b,"A Higher Loyalty: Truth, Lies and Leadership",By James Comey,https://learn-awesome.github.io/assets/book_covers/35108805.jpg,book|https://www.goodreads.com/book/show/35108805-a-higher-loyalty,non-fiction,,,,,, -a09a7cba-291a-4ea3-82a0-c6c81c1f847b,The Spider Network,By David Enrich,https://learn-awesome.github.io/assets/book_covers/30759083.jpg,book|https://www.goodreads.com/book/show/30759083-the-spider-network,non-fiction,,,,,, -7488364f-3428-496e-acae-fb369737872e,Hacks,By Meredith Wild,https://learn-awesome.github.io/assets/book_covers/25208536.jpg,book|https://www.goodreads.com/book/show/25208536-hardwired,romance,,,,,, -18bfce22-398e-44d5-9692-442e8cd3c505," Conspiracy: Peter Thiel, Hulk Hogan, Gawker, and the Anatomy of Intrigue",By Ryan Holiday,https://learn-awesome.github.io/assets/book_covers/36681909.jpg,book|https://www.goodreads.com/book/show/36681909-conspiracy,non-fiction,,,,,, -d17d6c3a-2d16-4ca1-852e-f9485dc5d394,"When the Wolves Bite: Two Billionaires, One Company, and an Epic Wall Street Battle",By Scott Wapner,https://learn-awesome.github.io/assets/book_covers/36205014.jpg,book|https://www.goodreads.com/book/show/36205014-when-the-wolves-bite,business,,,,,, -51771a23-e95e-46d6-927e-359fa86cf83e," Slugfest: Inside the Epic, 50-year Battle between Marvel and DC",By Reed Tucker,https://learn-awesome.github.io/assets/book_covers/34219756.jpg,book|https://www.goodreads.com/book/show/34219756-slugfest,non-fiction,,,,,, -e7ca8fd7-594e-44f9-8b86-52b19beb506f,Chasing Hillary,By Amy Chozick,https://learn-awesome.github.io/assets/book_covers/36544590.jpg,book|https://www.goodreads.com/book/show/36544590-chasing-hillary,politics,,,,,, -73206f7d-db60-43ca-a1cc-0c26efa72753,But What If We're Wrong?: Thinking About the Present As If It Were the Past,By Chuck Klosterman,https://learn-awesome.github.io/assets/book_covers/27068734.jpg,book|https://www.goodreads.com/book/show/27068734-but-what-if-we-re-wrong-thinking-about-the-present-as-if-it-were-the-pa,non-fiction,,,,,, -f4afeee8-c538-4b88-87a6-fbc84ec5a8a2,Focus,By Al Ries,https://learn-awesome.github.io/assets/book_covers/33447.jpg,book|https://www.goodreads.com/book/show/33447.Focus,non-fiction,,,,,, -1cd7c7f1-3b33-4848-b0b5-179f951bbb92,The Essays of Warren Buffett: Lessons for Corporate America,By Warren Buffett,https://learn-awesome.github.io/assets/book_covers/145565.jpg,book|https://www.goodreads.com/book/show/145565.The_Essays_of_Warren_Buffett,business,,,,,, -ee10fe6e-6631-4fb2-a653-81983949ad47,Margin of Safety: Risk-Averse Value Investing Strategies for the Thoughtful Investor ,By Seth A. Klarman,https://learn-awesome.github.io/assets/book_covers/746936.jpg,book|https://www.goodreads.com/book/show/746936.Margin_of_Safety,investing,,,,,, -0d21cab7-f016-4064-85b6-a26ae2384f09,Security Analysis,By Benjamin Graham,https://learn-awesome.github.io/assets/book_covers/203409.jpg,book|https://www.goodreads.com/book/show/203409.Security_Analysis,investing,,,,,, -c5f4676a-bb7d-4ad0-8f67-eb44a4703c18,You Can Be a Stock Market Genius,By Joel Greenblatt,https://learn-awesome.github.io/assets/book_covers/116184.jpg,book|https://www.goodreads.com/book/show/116184.You_Can_Be_a_Stock_Market_Genius,investing,,,,,, -40e8e749-eaa0-4b0e-9c15-aeae3146d1a5,One Up On Wall Street: How to Use What You Already Know to Make Money in the Market,By Peter Lynch,https://learn-awesome.github.io/assets/book_covers/762462.jpg,book|https://www.goodreads.com/book/show/762462.One_Up_On_Wall_Street,investing,,,,,, -b39a70dc-a632-4b61-b917-8d076f6a59fb,Quality of Earnings,By Thornton L. O'glove,https://learn-awesome.github.io/assets/book_covers/1758518.jpg,book|https://www.goodreads.com/book/show/1758518.Quality_of_Earnings,investing,,,,,, -d9e043cb-fd69-4945-94a5-ad81240cf7d1,The Warren Buffett Way: Investment Strategies of the World's Greatest Investor,By Robert G. Hagstrom,https://learn-awesome.github.io/assets/book_covers/209956.jpg,book|https://www.goodreads.com/book/show/209956.The_Warren_Buffett_Way,investing,,,,,, -3275491d-df4c-4282-98cd-e0fe827f825b,Confidence Game: How Hedge Fund Manager Bill Ackman Called Wall Street's Bluff,By Christine S. Richard,https://learn-awesome.github.io/assets/book_covers/8103503.jpg,book|https://www.goodreads.com/book/show/8103503-confidence-game,investing,,,,,, -ced77524-1ce6-4bf7-a525-edddfeab49c5,"Fooling Some of the People All of the Time, a Long Short (and Now Complete) Story, Updated with New Epilogue",By David Einhorn,https://learn-awesome.github.io/assets/book_covers/7663760.jpg,book|https://www.goodreads.com/book/show/7663760-fooling-some-of-the-people-all-of-the-time-a-long-short-and-now-comple,investing,,,,,, -92e5414c-ba43-4efd-bb86-810f34ff9366,Beating the Street,By Peter Lynch,https://learn-awesome.github.io/assets/book_covers/762464.jpg,book|https://www.goodreads.com/book/show/762464.Beating_the_Street,investing,,,,,, -06ed6bae-bff7-4fff-9c6a-86c9400fc53f,A Universe out of Nothing,By Manuel Carreira SJ,https://learn-awesome.github.io/assets/book_covers/24844951.jpg,book|https://www.goodreads.com/book/show/24844951-everything-coming-out-of-nothing-vs-a-finite-open-and-contingent-unive,non-fiction,,,,,, -90f41ec9-7a72-4d7e-8b23-64e5ae140684,Analysis of Sensations,By Ernst Mach,,book|https://www.goodreads.com/book/show/679445.Analysis_of_Sensations,philosophy,,,,,, -fdda5bba-3484-45f1-be44-d8341a4d95ce,Barbarians at the Gate: The Fall of RJR Nabisco,By Bryan Burrough,https://learn-awesome.github.io/assets/book_covers/781182.jpg,book|https://www.goodreads.com/book/show/781182.Barbarians_at_the_Gate,business,,,,,, -45af05fb-982f-4fc2-8753-3ade598857a3,Conspiracy of Fools: A True Story,By Kurt Eichenwald,https://learn-awesome.github.io/assets/book_covers/29519.jpg,book|https://www.goodreads.com/book/show/29519.Conspiracy_of_Fools,business,,,,,, -cbffee86-86d8-44bb-b789-630e5d5b19cd,"Titan: The Life of John D. Rockefeller, Sr.",By Ron Chernow,https://learn-awesome.github.io/assets/book_covers/16121.jpg,book|https://www.goodreads.com/book/show/16121.Titan,biography,,,,,, -b998b1c3-f582-46df-9bd2-e8acffe698c2,The Warren Buffett Portfolio: Mastering the Power of the Focus Investment Strategy,By Robert G. Hagstrom,https://learn-awesome.github.io/assets/book_covers/1131.jpg,book|https://www.goodreads.com/book/show/1131.The_Warren_Buffett_Portfolio,investing,,,,,, -ef8595b1-f67f-4f89-b23a-4b11afe2e1e0,"Living within Limits: Ecology, Economics, and Population Taboos ",By Garrett Hardin,,book|https://www.goodreads.com/book/show/23046219-living-within-limits,economics,,,,,, -26c1203f-4cf9-4f17-94c7-f40d0fe01748,The Third Chimpanzee: The Evolution and Future of the Human Animal,By Jared Diamond,https://learn-awesome.github.io/assets/book_covers/49234.jpg,book|https://www.goodreads.com/book/show/49234.The_Third_Chimpanzee,science,,,,,, -c1e5f2e3-39b3-4762-9e61-922a88ddc4b9,No Two Alike: Human Nature and Human Individuality,By Judith Rich Harris,https://learn-awesome.github.io/assets/book_covers/1099821.jpg,book|https://www.goodreads.com/book/show/1099821.No_Two_Alike,psychology,,,,,, -33f50d33-af1e-493e-b974-d2784f463af9,Darwin’s Blind Spot: Evolution Beyond Natural Selection,By Frank Ryan,https://learn-awesome.github.io/assets/book_covers/1615907.jpg,book|https://www.goodreads.com/book/show/1615907.Darwin_s_Blind_Spot,science,,,,,, -3a53a40b-b8fb-4d4b-aaba-d0fa3ce2fd73,Ice Age,By John Gribbin,https://learn-awesome.github.io/assets/book_covers/755105.jpg,book|https://www.goodreads.com/book/show/755105.Ice_Age,science-fiction,,,,,, -11c91103-6790-4ce9-835b-33b7fb047d47,Andrew Carnegie,By David Nasaw,https://learn-awesome.github.io/assets/book_covers/5486.jpg,book|https://www.goodreads.com/book/show/5486.Andrew_Carnegie,biography,,,,,, -68578949-5772-4efb-b664-dc83b650678f,"Distant Force: A Memoir of the Teledyne Corporation and the Man Who Created It, with an Introduction to Teledyne Technologies",By George A. Roberts,,book|https://www.goodreads.com/book/show/2342133.Distant_Force,business,,,,,, -a7465442-fb86-4046-bc02-c7b8f7deb6fc,The Wealth and Poverty of Nations: Why Some Are So Rich and Some So Poor,By David S. Landes,https://learn-awesome.github.io/assets/book_covers/209176.jpg,book|https://www.goodreads.com/book/show/209176.The_Wealth_and_Poverty_of_Nations,economics,,,,,, -ed0cd2ce-5619-4ac5-82f2-3e623c632847,"A Matter of Degrees: What Temperature Reveals about the Past and Future of Our Species, Planet, and Universe",By Gino Segrè,https://learn-awesome.github.io/assets/book_covers/441966.jpg,book|https://www.goodreads.com/book/show/441966.A_Matter_of_Degrees,science,,,,,, -2aff8a55-7bc7-48c8-b812-e09321214c0e,How the Scots Invented the Modern World,By Arthur Herman,https://learn-awesome.github.io/assets/book_covers/159210.jpg,book|https://www.goodreads.com/book/show/159210.How_the_Scots_Invented_the_Modern_World,history,,,,,, -fd6a03f5-50d7-49e3-a9b5-b9f129958124,Deep Simplicity: Bringing Order to Chaos and Complexity,By John Gribbin,https://learn-awesome.github.io/assets/book_covers/587906.jpg,book|https://www.goodreads.com/book/show/587906.Deep_Simplicity,science,,,,,, -98d0a019-9ac6-46a3-a6c5-a8c6d0a57a94,Fiasco: The Inside Story of a Wall Street Trader,By Frank Partnoy,https://learn-awesome.github.io/assets/book_covers/122335.jpg,book|https://www.goodreads.com/book/show/122335.Fiasco,finance,,,,,, -76f3080d-b0cd-461d-91c9-9d3566466613,Models of My Life,By Herbert A. Simon,https://learn-awesome.github.io/assets/book_covers/1501364.jpg,book|https://www.goodreads.com/book/show/1501364.Models_of_My_Life,biography,,,,,, -3a5fc43c-9c08-429a-a553-5520a8961b57,"In The Plex: How Google Thinks, Works, and Shapes Our Lives",By Steven Levy,https://learn-awesome.github.io/assets/book_covers/7841446.jpg,book|https://www.goodreads.com/book/show/7841446-in-the-plex,business,,,,,, -58277e6e-7b16-45e8-8580-fe7a5ef3695e,Three Scientists and Their Gods: Looking for Meaning in an Age of Information,By Robert Wright,https://learn-awesome.github.io/assets/book_covers/214570.jpg,book|https://www.goodreads.com/book/show/214570.Three_Scientists_and_Their_Gods,science,,,,,, -5f189ac0-7344-40d2-aa64-093ce47dc126,The Martians of Science: Five Physicists Who Changed the Twentieth Century,By István Hargittai,https://learn-awesome.github.io/assets/book_covers/40362.jpg,book|https://www.goodreads.com/book/show/40362.The_Martians_of_Science,science,,,,,, -ee541acc-89e2-4392-9292-792602417952,Master of the Game: Steve Ross and the Creation of Time Warner,By Connie Bruck,https://learn-awesome.github.io/assets/book_covers/100789.jpg,book|https://www.goodreads.com/book/show/100789.Master_of_the_Game,business,,,,,, -c6b920b1-5b3f-400a-906b-21b2fa9de406,Common Stocks and Uncommon Profits and Other Writings,By Philip A. Fisher,https://learn-awesome.github.io/assets/book_covers/25574.jpg,book|https://www.goodreads.com/book/show/25574.Common_Stocks_and_Uncommon_Profits_and_Other_Writings,investing,,,,,, -e60d3275-8cd4-4501-907e-5605323839b9,The Book of Life,By Deborah Harkness,https://learn-awesome.github.io/assets/book_covers/16054217.jpg,book|https://www.goodreads.com/book/show/16054217-the-book-of-life,fantasy,,,,,, -66f837fd-e03a-4b51-8837-492dc1407ee3,The Red Queen,By Victoria Aveyard,https://learn-awesome.github.io/assets/book_covers/22328546.jpg,book|https://www.goodreads.com/book/show/22328546-red-queen,fantasy,,,,,, -ea4a24b7-994a-45f1-aeb8-0d85faaae2b5,Reality is Not What it Seems,By Nicolas Michaud,https://learn-awesome.github.io/assets/book_covers/26113820.jpg,book|https://www.goodreads.com/book/show/26113820-discworld-and-philosophy,philosophy,,,,,, -3c7bedb4-8aa2-4241-a6d4-647d16096595,Vasishta Yoga,By Venkatesananda,,book|https://www.goodreads.com/book/show/17735049-vasishta-s-yoga,reading-again,,,,,, -b63c06b4-4b21-4c7a-a3a4-af9566676612,The Book of Nothing,By William Shakespeare,https://learn-awesome.github.io/assets/book_covers/12957._SX98_.jpg,book|https://www.goodreads.com/book/show/12957.Much_Ado_About_Nothing,classics,,,,,, -d41a3322-5984-4797-ad81-eed864889696,Math (Better Explained),By Kalid Azad,https://learn-awesome.github.io/assets/book_covers/15852615._SX98_.jpg,book|https://www.goodreads.com/book/show/15852615-math-better-explained,math,,,,,, -c95ee3e8-a99c-4aab-9b11-9f3509b7eb4d,The Path to Love,By Deepak Chopra,https://learn-awesome.github.io/assets/book_covers/138903._SX98_.jpg,book|https://www.goodreads.com/book/show/138903.The_Path_to_Love,spirituality,,,,,, -c71e1a96-ba6b-4fe4-a9ea-35efb91d24d0,Direct Truth,By Kapil Gupta,https://learn-awesome.github.io/assets/book_covers/40947505.jpg,book|https://www.goodreads.com/book/show/40947505-direct-truth,philosophy,,,,,, -bb6f985f-d31a-426a-996a-30d52e9c6d27,The Gay Science,By Friedrich Nietzsche,https://learn-awesome.github.io/assets/book_covers/94578._SY160_.jpg,book|https://www.goodreads.com/book/show/94578.The_Gay_Science,philosophy,,,,,, -3b235a55-48f1-4871-b2a1-ee2ec5def96f,Permutation City,By Greg Egan,https://learn-awesome.github.io/assets/book_covers/156784._SX98_.jpg,book|https://www.goodreads.com/book/show/156784.Permutation_City,science-fiction,,,,,, -0b535e06-2612-4faa-b38b-e3f8889de682,The Order of a Time,By Jack London,https://learn-awesome.github.io/assets/book_covers/18873550.jpg,book|https://www.goodreads.com/book/show/18873550-the-call-of-the-wild-the-best-books-of-all-time-over-71-illustratio,classics,,,,,, -a89306dd-7681-4300-a670-88d65ad7eab9,Understand by Ted Chiang,By Ted Chiang,https://learn-awesome.github.io/assets/book_covers/7234685._SX98_.jpg,book|https://www.goodreads.com/book/show/7234685-understand,science-fiction,,,,,, -7ab33039-eab1-4e52-87bd-6f72ce254fe6,Jed Talks #2: Away from the Things of Man,By Jed McKenna,https://learn-awesome.github.io/assets/book_covers/41957313.jpg,book|https://www.goodreads.com/book/show/41957313-jed-talks-2,naval-reccomendations,,,,,, -7260a142-10cd-4102-b368-6ac18b110671,"Jed Talks #1: Essays, Teachings, Rants & Frivolous Frivolity (Volume 1)",By Jed McKenna,https://learn-awesome.github.io/assets/book_covers/35132339.jpg,book|https://www.goodreads.com/book/show/35132339-jed-talks-1,bought,,,,,, -c20a4617-1fee-49ae-bd7a-6c20f2f87fbe,Jed McKenna's Theory of Everything: The Enlightened Perspective (The Dreamstate Trilogy),By Jed McKenna,https://learn-awesome.github.io/assets/book_covers/17729934._SX98_.jpg,book|https://www.goodreads.com/book/show/17729934-jed-mckenna-s-theory-of-everything,philosophy,,,,,, -4a11fba6-5a67-4b34-b71b-6b5b3eb2219a,Spiritual Warfare: Book Three of The Enlightenment Trilogy,By Jed McKenna,https://learn-awesome.github.io/assets/book_covers/34678034.jpg,book|https://www.goodreads.com/book/show/34678034-spiritual-warfare,spiritual,,,,,, -12424c4d-c065-42ba-ba25-c88dea45e472,Spiritually Incorrect Enlightenment: Book Two of The Enlightenment Trilogy,By Jed McKenna,https://learn-awesome.github.io/assets/book_covers/8431276.jpg,book|https://www.goodreads.com/book/show/8431276-spiritually-incorrect-enlightenment,spirituality,,,,,, -96883dd5-2172-484d-9e96-dd675877413b,"Spiritual Enlightenment, the Damnedest Thing: Book One of The Enlightenment Trilogy",By Jed McKenna,https://learn-awesome.github.io/assets/book_covers/149961.jpg,book|https://www.goodreads.com/book/show/149961.Spiritual_Enlightenment,spirituality,,,,,, -55a25254-c530-4ea8-b0dc-d340722d68f0,Awareness by Anthony DeMello,By Anthony DeMello,,book|https://www.goodreads.com/book/show/46296822-awareness-the-way-to-love-the-song-of-the-bird-10-happier-4-books-co,spiritual,,,,,, -7149436b-06ee-41a8-87c4-d120cbd4bd05,The Origins of Virtue: Human Instincts and the Evolution of Cooperation,By Matt Ridley,https://learn-awesome.github.io/assets/book_covers/22471.jpg,book|https://www.goodreads.com/book/show/22471.The_Origins_of_Virtue,science,,,,,, -17acdd17-3a7d-4c1e-9402-e44c436213c8,Six Easy Pieces: Essentials of Physics Explained by Its Most Brilliant Teacher,By Richard P. Feynman,https://learn-awesome.github.io/assets/book_covers/5553.jpg,book|https://www.goodreads.com/book/show/5553.Six_Easy_Pieces,science,,,,,, -36c002ba-bffb-4729-8357-09f8cdcfc937,Total Freedom: The Essential Krishnamurti,By Jiddu Krishnamurti,https://learn-awesome.github.io/assets/book_covers/143878.jpg,book|https://www.goodreads.com/book/show/143878.Total_Freedom,philosophy,,,,,, -34b69788-885a-4d33-a2a0-d4388012131f,"Six Not-So-Easy Pieces: Einstein's Relativity, Symmetry, and Space-Time",By Richard P. Feynman,https://learn-awesome.github.io/assets/book_covers/6779.jpg,book|https://www.goodreads.com/book/show/6779.Six_Not_So_Easy_Pieces,science,,,,,, -5f07b0e3-3cac-4a19-95b3-ef75ebd43388,The Book of Five Rings (Shambhala Classics),By Miyamoto Musashi,https://learn-awesome.github.io/assets/book_covers/867247.jpg,book|https://www.goodreads.com/book/show/867247.A_Book_of_Five_Rings,philosophy,,,,,, -ee4dcb31-b792-4c37-afd9-fe394a3fb97a,Bruce Lee Striking Thoughts: Bruce Lee's Wisdom for Daily Living,By Bruce Lee,https://learn-awesome.github.io/assets/book_covers/259311._SX98_.jpg,book|https://www.goodreads.com/book/show/259311.Striking_Thoughts,philosophy,,,,,, -2dea9177-57db-4fad-83a2-31e4f24be9de,"Good Calories, Bad Calories: Fats, Carbs, and the Controversial Science of Diet and Health",By Jack Read,https://learn-awesome.github.io/assets/book_covers/17960363._SX98_.jpg,book|https://www.goodreads.com/book/show/17960363-the-most-intimate-revelations-about-good-calories-bad-calories,nr,,,,,, -7d9ead8f-9b55-4f07-8bc7-6aec174a9956,The Great Challenge : Exploring the World within,By Osho,https://learn-awesome.github.io/assets/book_covers/39087660.jpg,book|https://www.goodreads.com/book/show/39087660-the-great-challenge,naval-reccomendations,,,,,, -b5e7a8bf-44e4-449b-b615-18bec5c393c7,Ficciones ,By Jorge Luis Borges,https://learn-awesome.github.io/assets/book_covers/426504._SX98_.jpg,book|https://www.goodreads.com/book/show/426504.Ficciones,fiction,,,,,, -ab4783b7-412a-43a7-af42-3b982060d4fd,Reality Is Not What It Seems: The Journey to Quantum Gravity,By Carlo Rovelli,https://learn-awesome.github.io/assets/book_covers/29767627._SX98_.jpg,book|https://www.goodreads.com/book/show/29767627-reality-is-not-what-it-seems,science,,,,,, -21461e71-0f97-48a4-8748-fa9a1ff23062,Perfectly Reasonable Deviations from the Beaten Track,By Richard P. Feynman,https://learn-awesome.github.io/assets/book_covers/5550.jpg,book|https://www.goodreads.com/book/show/5550.Perfectly_Reasonable_Deviations_from_the_Beaten_Track,science,,,,,, -26f6be37-3376-4cc6-a816-ce1b85080dfd,The Undercover Economist,By Tim Harford,https://learn-awesome.github.io/assets/book_covers/70420.jpg,book|https://www.goodreads.com/book/show/70420.The_Undercover_Economist,economics,,,,,, -de08c363-37c2-4a41-8899-15de628009fa,Basic Writings of Nietzsche,By Friedrich Nietzsche,https://learn-awesome.github.io/assets/book_covers/12319._SX98_.jpg,book|https://www.goodreads.com/book/show/12319.Basic_Writings_of_Nietzsche,philosophy,,,,,, -344fdff0-1203-4dba-8160-ce4d2f4db977,God's Debris: A Thought Experiment,By Scott Adams,https://learn-awesome.github.io/assets/book_covers/50221._SX98_.jpg,book|https://www.goodreads.com/book/show/50221.God_s_Debris,philosophy,,,,,, -d64c3834-3161-491f-82d0-59ba291f677d,"Love, Freedom, Aloneness: The Koan of Relationships",By Osho,https://learn-awesome.github.io/assets/book_covers/97008._SX98_.jpg,book|https://www.goodreads.com/book/show/97008.Love_Freedom_and_Aloneness,spirituality,,,,,, -e78df793-0ee8-45e4-b9a4-9ac94d76538a,Seven Brief Lessons on Physics,By Carlo Rovelli,https://learn-awesome.github.io/assets/book_covers/25734172._SX98_.jpg,book|https://www.goodreads.com/book/show/25734172-seven-brief-lessons-on-physics,science,,,,,, -80d2ba67-0acf-4308-aa85-95abe6df1fd0,A Magic Web: The Forest of Barro Colorado Island ,By Christian Ziegler,https://learn-awesome.github.io/assets/book_covers/1025649.jpg,book|https://www.goodreads.com/book/show/1025649.A_Magic_Web,ray-dalio,,,,,, -454d8ea0-dbab-478a-b6d3-336ef41b79cd,Endurance: Shackleton’s Incredible Voyage,By Alfred Lansing,https://learn-awesome.github.io/assets/book_covers/139069.jpg,book|https://www.goodreads.com/book/show/139069.Endurance,non-fiction,,,,,, -7144e1fd-4b0c-4281-892c-c903cfcf3d08,The Serengeti Rules: The Quest to Discover How Life Works and Why it Matters,By Sean B. Carroll,https://learn-awesome.github.io/assets/book_covers/26597346.jpg,book|https://www.goodreads.com/book/show/26597346-the-serengeti-rules,science,,,,,, -e5ed3bc0-a086-4761-9d5b-eb808aaeb68d,The Undoing Project: A Friendship That Changed Our Minds ,By Michael Lewis,https://learn-awesome.github.io/assets/book_covers/35631386.jpg,book|https://www.goodreads.com/book/show/35631386-the-undoing-project,non-fiction,,,,,, -9dfea5f6-8336-4310-bc83-1e4eaf7cb04b,A Whole New Mind: Why Right-Brainers Will Rule the Future,By Daniel H. Pink,https://learn-awesome.github.io/assets/book_covers/99315.jpg,book|https://www.goodreads.com/book/show/99315.A_Whole_New_Mind,non-fiction,,,,,, -1930a530-3a0d-4b4c-a9c2-2f4976fc28dd,Welcome to Your Brain: Why You Lose Your Car Keys but Never Forget How to Drive and Other Puzzles of Everyday Life,By Sandra Aamodt,https://learn-awesome.github.io/assets/book_covers/856904.jpg,book|https://www.goodreads.com/book/show/856904.Welcome_to_Your_Brain,non-fiction,,,,,, -4af938fc-47c4-41d7-81cf-a41bd80685a4,"Leadership the Outward Bound Way: Becoming a Better Leader in the Workplace, in the Wilderness, and in Your Community — Outward Bound USA",By Jimmy Carter,https://learn-awesome.github.io/assets/book_covers/19797621.jpg,book|https://www.goodreads.com/book/show/19797621-leadership-the-outward-bound-way,ray-dalio,,,,,, -4863db15-93ca-45e1-bf9c-cb854d3deb0c,Einstein’s Mistakes: The Human Failings of Genius,By Hans C. Ohanian,https://learn-awesome.github.io/assets/book_covers/3325124.jpg,book|https://www.goodreads.com/book/show/3325124-einstein-s-mistakes,science,,,,,, -8791764d-e1ba-4e03-8826-0424c38f85a4,The Upside of Inequality: How Good Intentions Undermine the Middle Class ,By Edward Conard,https://learn-awesome.github.io/assets/book_covers/27209495.jpg,book|https://www.goodreads.com/book/show/27209495-the-upside-of-inequality,economics,,,,,, -82a8f66a-6509-4550-9723-677157e169de,Super Mind: How to Boost Performance and Live a Richer and Happier Life Through Transcendental Meditation,By Norman E. Rosenthal,https://learn-awesome.github.io/assets/book_covers/26236955._SX98_.jpg,book|https://www.goodreads.com/book/show/26236955-super-mind,psychology,,,,,, -269f08f9-2ad8-4ae3-8e34-4794b0dab36e,The Meaning of Human Existence,By Edward O. Wilson,https://learn-awesome.github.io/assets/book_covers/20665570._SX98_.jpg,book|https://www.goodreads.com/book/show/20665570-the-meaning-of-human-existence,science,,,,,, -1c818e06-75e5-401e-aad5-2b0d20155ec0,Creativity and the Brain by Mario Tokoro & Ken Mogi,By Mario Tokoro,https://learn-awesome.github.io/assets/book_covers/5411418.jpg,book|https://www.goodreads.com/book/show/5411418-creativity-and-the-brain,ray-dalio,,,,,, -d28281eb-400e-4ee0-89ef-182e8a959137,Why We Believe in God(s): A Concise Guide to the Science of Faith,By J. Anderson Thomson,https://learn-awesome.github.io/assets/book_covers/10361826._SX98_.jpg,book|https://www.goodreads.com/book/show/10361826-why-we-believe-in-god-s,science,,,,,, -b6730be8-1a83-473e-99b0-b7e684eec361,My Stroke of Insight: A Brain Scientist’s Personal Journey,By Jill Bolte Taylor,https://learn-awesome.github.io/assets/book_covers/142292.jpg,book|https://www.goodreads.com/book/show/142292.My_Stroke_of_Insight,non-fiction,,,,,, -edc85dc8-d57f-41d2-817e-552f359f1084,"The Gift of Adversity: The Unexpected Benefits of Life’s Difficulties, Setbacks, and Imperfections",By Norman E. Rosenthal,https://learn-awesome.github.io/assets/book_covers/16158550._SX98_.jpg,book|https://www.goodreads.com/book/show/16158550-the-gift-of-adversity,non-fiction,,,,,, -fa9e0a11-7670-4188-915c-77eeb5a16e93,Discovering Your Personality Type: The Essential Introduction to the Enneagram,By Don Richard Riso,https://learn-awesome.github.io/assets/book_covers/311057.jpg,book|https://www.goodreads.com/book/show/311057.Discovering_Your_Personality_Type,psychology,,,,,, -d13b9b45-ca80-4898-9fa4-d2ae89012cac,The Role of the Individual in History,By Georgi Plekhanov,https://learn-awesome.github.io/assets/book_covers/1866312.jpg,book|https://www.goodreads.com/book/show/1866312.The_Role_of_the_Individual_in_History,history,,,,,, -308db5ff-16d7-4685-bae1-0ca75ff1d44b,Subliminal: How Your Unconscious Mind Rules Your Behavior,By Leonard Mlodinow,https://learn-awesome.github.io/assets/book_covers/13058637._SX98_.jpg,book|https://www.goodreads.com/book/show/13058637-subliminal,psychology,,,,,, -9ee48b3d-4c01-419b-ae87-c654a7c431be,You: Being More Effective in Your MBTI Type,By Roger R. Pearman,,book|https://www.goodreads.com/book/show/6812615-you,psychology,,,,,, -ecd368fb-a128-4dcd-a244-7f9ad2ed4772,An Everyone Culture: Becoming a Deliberately Development Organization,By Robert Kegan,https://learn-awesome.github.io/assets/book_covers/25159550._SX98_.jpg,book|https://www.goodreads.com/book/show/25159550-an-everyone-culture,business,,,,,, -db79cf98-48d4-488b-b742-de5ef787cb9c,The Evolving Self: Problem and Process in Human Development,By Robert Kegan,https://learn-awesome.github.io/assets/book_covers/345095.jpg,book|https://www.goodreads.com/book/show/345095.The_Evolving_Self,psychology,,,,,, -843ca42d-bbab-4983-a39e-88191f9218a8,Learn or Die: Using Science to Build a Leading-Edge Learning Organization,By Edward D. Hess,https://learn-awesome.github.io/assets/book_covers/21435602._SX98_.jpg,book|https://www.goodreads.com/book/show/21435602-learn-or-die,business,,,,,, -7a79fbbf-ff2e-4f20-9395-5324e5e5c24c,Who’s in Charge?: Free Will and the Science of the Brain,By Michael S. Gazzaniga,https://learn-awesome.github.io/assets/book_covers/11976774.jpg,book|https://www.goodreads.com/book/show/11976774-who-s-in-charge-free-will-and-the-science-of-the-brain,science,,,,,, -414147e2-e997-46a8-93ce-95a0da564f1b,Incognito: The Secret Lives of the Brain,By David Eagleman,https://learn-awesome.github.io/assets/book_covers/9827912.jpg,book|https://www.goodreads.com/book/show/9827912-incognito,non-fiction,,,,,, -f3d08b2d-de93-47aa-89c7-836ccd006f84,Why the Allies Won ,By Richard Overy,https://learn-awesome.github.io/assets/book_covers/831378.jpg,book|https://www.goodreads.com/book/show/831378.Why_the_Allies_Won,history,,,,,, -26e30490-df72-46ec-8071-92b8b892aea8,Kelly: More Than My Share of It All,By Clarence L. Johnson,https://learn-awesome.github.io/assets/book_covers/1354758.jpg,book|https://www.goodreads.com/book/show/1354758.Kelly,aviation,,,,,, -77b9aa19-c865-45f7-bd01-722400e1bfd5,The Fry Chronicles: An Autobiography ,By Stephen Fry,https://learn-awesome.github.io/assets/book_covers/8649656.jpg,book|https://www.goodreads.com/book/show/8649656-the-fry-chronicles,non-fiction,,,,,, -bba7b86c-0ebb-4b98-9332-9d9699e8d0c7,To Explain The World by Steven Weinberg,By Steven Weinberg,https://learn-awesome.github.io/assets/book_covers/22328555.jpg,book|https://www.goodreads.com/book/show/22328555-to-explain-the-world,science,,,,,, -a0a7af3c-2b22-457f-9d05-52e4afb57841,The 7 Powers: The Foundations of Business Strategy ,By Hamilton Wright Helmer,https://learn-awesome.github.io/assets/book_covers/32816087.jpg,book|https://www.goodreads.com/book/show/32816087-7-powers,business,,,,,, -903382dd-536e-458b-82ec-9aa301a2c30d,Revolution in The Valley: The Insanely Great Story of How the Mac Was Made ,By Andy Hertzfeld,https://learn-awesome.github.io/assets/book_covers/40492.jpg,book|https://www.goodreads.com/book/show/40492.Revolution_in_The_Valley,history,,,,,, -67122fe4-f759-4917-987b-e2801f92cdf2,The Method Method: Seven Obsessions That Helped Our Scrappy Start-up Turn an Industry Upside Down ,By Eric Ryan,https://learn-awesome.github.io/assets/book_covers/11910901.jpg,book|https://www.goodreads.com/book/show/11910901-the-method-method,business,,,,,, -0387b2a1-04ea-47b7-92c1-34c1bcebcefb,Troublemakers: Silicon Valley’s Coming of Age ,By Leslie Berlin,https://learn-awesome.github.io/assets/book_covers/34467030.jpg,book|https://www.goodreads.com/book/show/34467030-troublemakers,history,,,,,, -1edd368e-4dd6-4f0e-9b54-fa10e62f50f9,"The Intel Trinity: How Robert Noyce, Gordon Moore, and Andy Grove Built the World’s Most Important Company ",By Michael S. Malone,https://learn-awesome.github.io/assets/book_covers/18606951.jpg,book|https://www.goodreads.com/book/show/18606951-the-intel-trinity,business,,,,,, -a7921893-3034-49c8-8a6e-6ccf45ca8892,Cultural Strategy: Using Innovative Ideologies to Build Breakthrough Brands ,By Douglas B. Holt,https://learn-awesome.github.io/assets/book_covers/9398076.jpg,book|https://www.goodreads.com/book/show/9398076-cultural-strategy,business,,,,,, -346bd9e8-139a-46db-a487-c6225ad295f6,The Innovator’s Solution: Creating and Sustaining Successful Growth ,By Clayton M. Christensen,https://learn-awesome.github.io/assets/book_covers/2618.jpg,book|https://www.goodreads.com/book/show/2618.The_Innovator_s_Solution,business,,,,,, -ef30a1ca-c670-44f3-b468-9097095020e2,The Curse of the Mogul: What’s Wrong with the World’s Leading Media Companies ,By Jonathan A. Knee,https://learn-awesome.github.io/assets/book_covers/7162410.jpg,book|https://www.goodreads.com/book/show/7162410-the-curse-of-the-mogul,business,,,,,, -c2071d22-942d-4071-a937-397208ffadc3,"The Success Equation: Untangling Skill and Luck in Business, Sports, and Investing ",By Michael J. Mauboussin,https://learn-awesome.github.io/assets/book_covers/18883677.jpg,book|https://www.goodreads.com/book/show/18883677-the-success-equation,business,,,,,, -601cad92-cb9c-4023-9b14-8341db58a63f,Naked Statistics: Stripping the Dread from the Data ,By Charles Wheelan,https://learn-awesome.github.io/assets/book_covers/17986418.jpg,book|https://www.goodreads.com/book/show/17986418-naked-statistics,non-fiction,,,,,, -c8660973-505d-429b-8444-9e5cd3317ede,Insanely Simple: The Obsession That Drives Apple’s Success ,By Ken Segall,https://learn-awesome.github.io/assets/book_covers/13383957.jpg,book|https://www.goodreads.com/book/show/13383957-insanely-simple,business,,,,,, -e8224104-0d9e-4fe7-8e9f-fc1277a1a69c,The Search: How Google and Its Rivals Rewrote the Rules of Business and Transformed Our Culture ,By John Battelle,https://learn-awesome.github.io/assets/book_covers/10146.jpg,book|https://www.goodreads.com/book/show/10146.The_Search,business,,,,,, -bc23ffc5-9498-4692-9b54-e068108f8bc3,"Trade-Off: Why Some Things Catch On, and Others Don’t ",By Kevin Maney,https://learn-awesome.github.io/assets/book_covers/6664826.jpg,book|https://www.goodreads.com/book/show/6664826-trade-off,business,,,,,, -bfc897c0-3ce2-4b43-94d2-fc8c4f05944c,Drawing Life: Surviving the Unabomber ,By David Gelernter,https://learn-awesome.github.io/assets/book_covers/1142710.jpg,book|https://www.goodreads.com/book/show/1142710.Drawing_Life,biography,,,,,, -3a178e96-653e-4869-a39a-540738b9e8d0,Get Back in the Box: How Being Great at What You Do Is Great for Business ,By Douglas Rushkoff,https://learn-awesome.github.io/assets/book_covers/190011.jpg,book|https://www.goodreads.com/book/show/190011.Get_Back_in_the_Box,business,,,,,, -8e23d76b-9f34-4926-858c-ce2a73638b32,"Architects of the Web: 1,000 Days that Built the Future of Business ",By Rob Reid,https://learn-awesome.github.io/assets/book_covers/2305591.jpg,book|https://www.goodreads.com/book/show/2305591.Architects_of_the_Web,history,,,,,, -f5b8f13b-c346-4070-9e20-9036657a3e9a,Steve Jobs & The NeXT Big Thing ,By Randall E. Stross,https://learn-awesome.github.io/assets/book_covers/226316.jpg,book|https://www.goodreads.com/book/show/226316.Steve_Jobs_the_NeXT_Big_Thing,business,,,,,, -46cf0a09-8968-40bb-a8e1-72fca6db9696,The Tinkerings of Robert Noyce ,By Barbara Tinker,https://learn-awesome.github.io/assets/book_covers/20949181.jpg,book|https://www.goodreads.com/book/show/20949181-the-cryptic-case-of-the-coded-fair,children-s-books,,,,,, -5749b092-6c5d-4c5a-96e9-dfbb001f9fa0,Googled: The End of the World As We Know It ,By Ken Auletta,https://learn-awesome.github.io/assets/book_covers/6514908.jpg,book|https://www.goodreads.com/book/show/6514908-googled,technology,,,,,, -f5b6c224-1929-433f-8229-11c401d05984,"World War 3.0: Microsoft, the US Government, and the Battle for the New Economy ",By Ken Auletta,https://learn-awesome.github.io/assets/book_covers/9810263.jpg,book|https://www.goodreads.com/book/show/9810263-world-war-3-0,non-fiction,,,,,, -0284a19a-7255-4681-8106-049da6356390,"Viral Loop: From Facebook to Twitter, How Today’s Smartest Businesses Grow Themselves ",By Adam L Penenberg,,book|https://www.goodreads.com/book/show/35087723-viral-loop,business,,,,,, -0107403f-605d-464c-b00c-b45d7ba28897,Return to the Little Kingdom: Steve Jobs and the Creation of Apple ,By Michael Moritz,https://learn-awesome.github.io/assets/book_covers/44791083.jpg,book|https://www.goodreads.com/book/show/44791083-return-to-the-little-kingdom,business,,,,,, -f94c6056-6744-4f01-9c3f-05e903335e9c,Education for Freedom,By Robert Maynard Hutchins,https://learn-awesome.github.io/assets/book_covers/20960733.jpg,book|https://www.goodreads.com/book/show/20960733-education-for-freedom,carl-sagan-reading-list,,,,,, -e267c3ec-538d-403e-a456-a1d726487284,But We Were Born Free,By Elmer Holmes Davis,https://learn-awesome.github.io/assets/book_covers/2447897.jpg,book|https://www.goodreads.com/book/show/2447897.But_We_Were_Born_Free,philosophy,,,,,, -0f575751-094f-4d49-b1f6-2dbe0ea95e7f,The Uses of the Past: Profiles of Former Societies,By Herbert Joseph Muller,https://learn-awesome.github.io/assets/book_covers/2088706.jpg,book|https://www.goodreads.com/book/show/2088706.The_Uses_Of_The_Past,history,,,,,, -b13c449a-6780-4836-9ed5-db9cf3ad4d27,Extraordinary Popular Delusions,By Charles Mackay,https://learn-awesome.github.io/assets/book_covers/162120.jpg,book|https://www.goodreads.com/book/show/162120.Extraordinary_Popular_Delusions_and_the_Madness_of_Crowds,history,,,,,, -eec04ea5-95ee-4b51-ac8d-926c5c794c66,Timaeus,By Plato,https://learn-awesome.github.io/assets/book_covers/1130209.jpg,book|https://www.goodreads.com/book/show/1130209.Timaeus,philosophy,,,,,, -3a272a93-0d6f-4162-b0ea-8ccb23086213,Young Archimedes and Other Stories,By Aldous Huxley,https://learn-awesome.github.io/assets/book_covers/1400129.jpg,book|https://www.goodreads.com/book/show/1400129.Young_Archimedes_and_Other_Stories,short-stories,,,,,, -148da360-e033-437c-a0ee-45f862b50595,Who Speaks for Man?,By Norman Cousins,https://learn-awesome.github.io/assets/book_covers/17457133.jpg,book|https://www.goodreads.com/book/show/17457133-who-speaks-for-man,carl-sagan,,,,,, -a36fced2-33ff-4609-b4bf-678d5c7de961,Ethics,By Baruch Spinoza,https://learn-awesome.github.io/assets/book_covers/205218.jpg,book|https://www.goodreads.com/book/show/205218.Ethics,philosophy,,,,,, -c535ab6f-199d-4e33-a2ce-e6ef1abfb12c,A Treatise of Human Nature,By David Hume,https://learn-awesome.github.io/assets/book_covers/80311.jpg,book|https://www.goodreads.com/book/show/80311.A_Treatise_of_Human_Nature,philosophy,,,,,, -34fc075e-9f2b-4f4c-ab6a-ffc1d3a96566,Don Quixote,By Miguel de Cervantes Saavedra,https://learn-awesome.github.io/assets/book_covers/3836.jpg,book|https://www.goodreads.com/book/show/3836.Don_Quixote,classics,,,,,, -a8eaf540-685b-4425-a170-aa51d063416c,Uncle Fred in the Springtime ,By P.G. Wodehouse,https://learn-awesome.github.io/assets/book_covers/13707721.jpg,book|https://www.goodreads.com/book/show/13707721-uncle-fred-in-the-springtime,fiction,,,,,, -0b82aaca-3872-4e22-8caa-85d8c20e2761,The Sword of Honour Trilogy,By Evelyn Waugh,https://learn-awesome.github.io/assets/book_covers/30932.jpg,book|https://www.goodreads.com/book/show/30932.The_Sword_of_Honour_Trilogy,fiction,,,,,, -8116470e-80b9-417a-8764-74356f1af49c,Pluto's Republic ,By Peter Medawar,https://learn-awesome.github.io/assets/book_covers/905746.jpg,book|https://www.goodreads.com/book/show/905746.Pluto_s_Republic,science,,,,,, -778bb093-35ef-4de3-a664-4364fc32711d,Voyage of the Beagle,By Charles Darwin,https://learn-awesome.github.io/assets/book_covers/183645.jpg,book|https://www.goodreads.com/book/show/183645.Voyage_of_the_Beagle,science,,,,,, -b3957905-e2c4-441b-b61b-9d6261e0ad70,Gulliver's Travels ,By Jonathan Swift,https://learn-awesome.github.io/assets/book_covers/7733.jpg,book|https://www.goodreads.com/book/show/7733.Gulliver_s_Travels,classics,,,,,, -3d916947-35c8-4ee7-b64b-15abe44ec1bc,The Age of Reason by Thomas Paine,By Thomas Paine,https://learn-awesome.github.io/assets/book_covers/45837489.jpg,book|https://www.goodreads.com/book/show/45837489-the-age-of-reason,philosophy,,,,,, -e3059533-cac1-4628-b2d9-bf1654bc6c24,Hidden in Plain Sight,By Karen Ann Hopkins,https://learn-awesome.github.io/assets/book_covers/28385536.jpg,book|https://www.goodreads.com/book/show/28385536-hidden-in-plain-sight,kindle,,,,,, -19ab775f-73be-4afa-ac65-b746d25c9e35,Designing Media,By Bill Moggridge,https://learn-awesome.github.io/assets/book_covers/9665062.jpg,book|https://www.goodreads.com/book/show/9665062-designing-media-with-dvd,design,,,,,, -42318d68-9e91-4173-8289-57a881b0a632,101 Design Methods,By Vijay Kumar,https://learn-awesome.github.io/assets/book_covers/13837953.jpg,book|https://www.goodreads.com/book/show/13837953-101-design-methods,design,,,,,, -67ee99f0-36e4-41c2-bb5c-bb6d20e4abf9,"Design: The History, Theory and Practice of Product Design",By Bernhard E. Bürdek,https://learn-awesome.github.io/assets/book_covers/3559076.jpg,book|https://www.goodreads.com/book/show/3559076-design,design,,,,,, -76d901cb-f44e-44a7-b8cb-70413b5bee6a,Contextual Design,By Karen Holtzblatt,https://learn-awesome.github.io/assets/book_covers/744460.jpg,book|https://www.goodreads.com/book/show/744460.Rapid_Contextual_Design,design,,,,,, -de787e4e-c081-4186-b660-a34cbed5066c,"Learning Web Design: A Beginner's Guide to (X)HTML, Style Sheets, and Web Graphics",By Jennifer Niederst Robbins,https://learn-awesome.github.io/assets/book_covers/15808130.jpg,book|https://www.goodreads.com/book/show/15808130-learning-web-design,web-design,,,,,, -fe578625-af5a-47d6-add6-875b55687236,Prioritizing Web Usability,By Jakob Nielsen,https://learn-awesome.github.io/assets/book_covers/22146.jpg,book|https://www.goodreads.com/book/show/22146.Prioritizing_Web_Usability,design,,,,,, -1ea5be85-7682-490e-b13c-5eba66063415,Information Architecture for the World Wide Web,By Peter Morville,https://learn-awesome.github.io/assets/book_covers/70132.jpg,book|https://www.goodreads.com/book/show/70132.Information_Architecture_for_the_World_Wide_Web,design,,,,,, -7b9febed-1ffe-4220-bf19-7e46b9e0a42a,Web Design in a Nutshell,By Jennifer Niederst Robbins,https://learn-awesome.github.io/assets/book_covers/130732.jpg,book|https://www.goodreads.com/book/show/130732.Web_Design_in_a_Nutshell,reference,,,,,, -266cc652-8d58-4537-96ec-bfba4dfffe2d,Web Bloopers: 60 Common Web Design Mistakes and How to Avoid Them,By Jeff Johnson,https://learn-awesome.github.io/assets/book_covers/1982581.jpg,book|https://www.goodreads.com/book/show/1982581.Web_Bloopers,design,,,,,, -c69f3d1f-cf1b-4f79-86f8-2aded473cbb3,Java Look and Feel Design Guidelines,By Sun Microsystems Press,https://learn-awesome.github.io/assets/book_covers/2019053.jpg,book|https://www.goodreads.com/book/show/2019053.Java_Look_and_Feel_Design_Guidelines_with_CD_ROM_,got-it,,,,,, -0b27558a-b395-49a7-bbec-9bfa8d5ad57f,Speed Up Your Site: Web Site Optimization,By Andrew B. King,https://learn-awesome.github.io/assets/book_covers/1659737.jpg,book|https://www.goodreads.com/book/show/1659737.Speed_Up_Your_Site,i-own,,,,,, -9bc299af-c87c-4e9f-8e93-2e403a615c9f,A Web for Everyone: Designing Accessible User Experiences,By Sarah Horton,https://learn-awesome.github.io/assets/book_covers/20640233.jpg,book|https://www.goodreads.com/book/show/20640233-a-web-for-everyone,design,,,,,, -dd68ddca-b26e-4b67-8e37-673ea242a36a,Validating Product Ideas,By Tomer Sharon,https://learn-awesome.github.io/assets/book_covers/28605459.jpg,book|https://www.goodreads.com/book/show/28605459-validating-product-ideas,design,,,,,, -965fc720-98d6-46c9-8632-ba15516d2d04,Going with the Grain: Making Chairs in the 21st Century,By Mike Abbott,https://learn-awesome.github.io/assets/book_covers/13610264.jpg,book|https://www.goodreads.com/book/show/13610264-going-with-the-grain,to-buy,,,,,, -4baf7236-e818-46e1-a34f-95c92dc1fcf3,Chasing the Scream: The First and Last Days of the War on Drugs,By Johann Hari,https://learn-awesome.github.io/assets/book_covers/22245552.jpg,book|https://www.goodreads.com/book/show/22245552-chasing-the-scream,non-fiction,,,,,, -d4f96c00-7b39-4caf-8338-1beb29769a5f,Gaia’s Garden: A Guide to Home-Scale Permaculture,By Toby Hemenway,https://learn-awesome.github.io/assets/book_covers/136542.jpg,book|https://www.goodreads.com/book/show/136542.Gaia_s_Garden,gardening,,,,,, -5e29a501-35c2-416e-b3dc-d2c74d84824b,The Unsettling of America: Culture and Agriculture,By Wendell Berry,https://learn-awesome.github.io/assets/book_covers/146191.jpg,book|https://www.goodreads.com/book/show/146191.The_Unsettling_of_America,food,,,,,, -e9fdf7e2-37ac-45bc-a726-9f9ce74d63d0,Winter of the World,By Ken Follett,https://learn-awesome.github.io/assets/book_covers/12959233.jpg,book|https://www.goodreads.com/book/show/12959233-winter-of-the-world,historical-fiction,,,,,, -ba03f1fb-1c1c-496a-842a-dcbb9748e678,Foolproof Wood Finishing: For Those Who Love to Build and Hate to Finish,By Teri Masaschi,https://learn-awesome.github.io/assets/book_covers/339454.jpg,book|https://www.goodreads.com/book/show/339454.Foolproof_Wood_Finishing,reference-books,,,,,, -099ca355-1c7d-496e-b96a-e75b5698480b,The New Traditional Woodworker: From Tool Set to Skill Set to Mind Set,By Jim Tolpin,https://learn-awesome.github.io/assets/book_covers/10731181.jpg,book|https://www.goodreads.com/book/show/10731181-the-new-traditional-woodworker,woodworking,,,,,, -5be43934-2cd5-4bd0-beed-1769895d05b2,Life by Keith Richards,By History Books,,book|https://www.goodreads.com/book/show/10433783-the-life-of-keith-richards,history,,,,,, -723fefd6-3cf1-4d31-9493-2e2e30927726,Cutting for Stone,By Abraham Verghese,https://learn-awesome.github.io/assets/book_covers/3591262.jpg,book|https://www.goodreads.com/book/show/3591262-cutting-for-stone,fiction,,,,,, -e497592a-5b6b-4993-a1a0-d8c89104d584,Beyond Band of Brothers,By Dick Winters,https://learn-awesome.github.io/assets/book_covers/487666.jpg,book|https://www.goodreads.com/book/show/487666.Beyond_Band_of_Brothers,history,,,,,, -a6823bb8-a40d-4ba3-a9ed-9bb488039d0d,No Less than Victory,By Jeff Shaara,https://learn-awesome.github.io/assets/book_covers/6441706.jpg,book|https://www.goodreads.com/book/show/6441706-no-less-than-victory,historical-fiction,,,,,, -41466427-1c31-4f50-bb82-527fd845bc81,"Hybrid Woodworking: Blending Power & Hand Tools for Quick, Quality Furniture",By Marc Spagnuolo,https://learn-awesome.github.io/assets/book_covers/20607543.jpg,book|https://www.goodreads.com/book/show/20607543-hybrid-woodworking,woodworking,,,,,, -99caed64-2985-4bbd-94f7-f0b043fd7c4e,Chickenhawk,By Robert Mason,https://learn-awesome.github.io/assets/book_covers/63699.jpg,book|https://www.goodreads.com/book/show/63699.Chickenhawk,history,,,,,, -33293c20-fb26-4dc0-8fdd-09d0eaeb7f4f,Anathem,By Neal Stephenson,https://learn-awesome.github.io/assets/book_covers/2845024.jpg,book|https://www.goodreads.com/book/show/2845024-anathem,science-fiction,,,,,, -a9ed6552-4739-4743-b879-90e6ac228b87,The Finishing School: Earning the Navy SEAL Trident,By Dick Couch,https://learn-awesome.github.io/assets/book_covers/251940.jpg,book|https://www.goodreads.com/book/show/251940.The_Finishing_School,military,,,,,, -f15d8d92-62e5-41d9-ad88-c6e7630c644e,The Invisible Bridge: The Fall of Nixon and the Rise of Reagan,By Rick Perlstein,https://learn-awesome.github.io/assets/book_covers/20694952.jpg,book|https://www.goodreads.com/book/show/20694952-the-invisible-bridge,history,,,,,, -5a6540d6-03a7-4a0d-bfe9-d027f19df01d,Skeleton Coast,By Clive Cussler,https://learn-awesome.github.io/assets/book_covers/41693.jpg,book|https://www.goodreads.com/book/show/41693.Skeleton_Coast,clive-cussler,,,,,, -76c85c6e-47e4-4892-b7af-5fbb79efc05c,"Another River, Another Town: A Teenage Tank Gunner Comes of Age in Combat — 1945",By John P. Irwin,https://learn-awesome.github.io/assets/book_covers/248319.jpg,book|https://www.goodreads.com/book/show/248319.Another_River_Another_Town,history,,,,,, -792f4752-61ed-409f-90ba-3ed9833d148e,Cows Save the Planet,By Judith D. Schwartz,https://learn-awesome.github.io/assets/book_covers/16255159.jpg,book|https://www.goodreads.com/book/show/16255159-cows-save-the-planet,non-fiction,,,,,, -19dc2ed4-42fb-4cc9-be31-b76ee616640d,"Goat Song: A Seasonal Life, A Short History of Herding, and the Art of Making Cheese",By Brad Kessler,https://learn-awesome.github.io/assets/book_covers/5975656.jpg,book|https://www.goodreads.com/book/show/5975656-goat-song,non-fiction,,,,,, -f5722a80-d97e-4236-a245-fc043dee226c,The Forgotten 500: The Untold Story of the Men Who Risked All for the Greatest Rescue Mission of World War II,By Gregory A. Freeman,https://learn-awesome.github.io/assets/book_covers/1707116.jpg,book|https://www.goodreads.com/book/show/1707116.The_Forgotten_500,history,,,,,, -4d91126c-9ea6-4f6d-b214-cd196c0c2533,Chickenhawk Back In the World: Life After Vietnam,By Robert Mason,https://learn-awesome.github.io/assets/book_covers/12812.jpg,book|https://www.goodreads.com/book/show/12812.Chickenhawk,vietnam,,,,,, -4190f1ce-1e2d-4281-9039-c962ee1dcd71,Against the Smart City,By Adam Greenfield,https://learn-awesome.github.io/assets/book_covers/18626431.jpg,book|https://www.goodreads.com/book/show/18626431-against-the-smart-city,cities,,,,,, -ebe0a80f-4411-4e4b-82d0-988669c70c58,Double Cross,By James Patterson,https://learn-awesome.github.io/assets/book_covers/552887.jpg,book|https://www.goodreads.com/book/show/552887.Double_Cross,james-patterson,,,,,, -ba85097e-a924-41d9-803b-00fe9497110e,Chairmaking and Design,By Jeff Miller,https://learn-awesome.github.io/assets/book_covers/934458.jpg,book|https://www.goodreads.com/book/show/934458.Chairmaking_Design,woodworking,,,,,, -80da150d-c2d2-46a6-a806-2227c47f4179,"Fire Department Pumping Apparatus, 7th Edition",By IFSTA,https://learn-awesome.github.io/assets/book_covers/17410635.jpg,book|https://www.goodreads.com/book/show/17410635-fire-department-pumping-apparatus,disaster-management;fire,,,,,, -27c7ec75-7c9b-47f0-b42d-02b7b870350d,Catch-22,By Joseph Heller,https://learn-awesome.github.io/assets/book_covers/168668.jpg,book|https://www.goodreads.com/book/show/168668.Catch_22,classics,,,,,, -28e99df1-3edb-4543-8984-bcac47114401,"Customers Included: How to Transform Products, Companies, and the World — With a Single Step",By Mark Hurst,https://learn-awesome.github.io/assets/book_covers/18379101.jpg,book|https://www.goodreads.com/book/show/18379101-customers-included,business,,,,,, -9b047307-3016-42d3-aea1-baddebb13f4b,The Quiet American,By Graham Greene,https://learn-awesome.github.io/assets/book_covers/3698.jpg,book|https://www.goodreads.com/book/show/3698.The_Quiet_American,fiction,,,,,, -18edbfda-e309-4b6b-929c-8bfbbed4c968,Calvin Cobb: Radio Woodworker!,By Roy Underhill,https://learn-awesome.github.io/assets/book_covers/23499843.jpg,book|https://www.goodreads.com/book/show/23499843-calvin-cobb,books-to-buy,,,,,, -e7cc7d53-1038-473a-962a-0eb8119d6798,The Verse by the Side of the Road,By Frank Rowsome Jr.,https://learn-awesome.github.io/assets/book_covers/1039287.jpg,book|https://www.goodreads.com/book/show/1039287.Verse_by_the_Side_of_the_Road,history,,,,,, -9ecc4412-ba99-462b-9ebd-6bf165967ba7,Inside Seal Team Six: My Life and Missions with America’s Elite Warriors,By Don Mann,https://learn-awesome.github.io/assets/book_covers/11571839.jpg,book|https://www.goodreads.com/book/show/11571839-inside-seal-team-six,military,,,,,, -7a22e732-95e9-4394-9c5e-c0dd7afe57fc,"The Frugal Woodturner: Make and Modify all the Tools and Equipment You Need,",By Ernie Conover,https://learn-awesome.github.io/assets/book_covers/8886436.jpg,book|https://www.goodreads.com/book/show/8886436-the-frugal-woodturner,non-fiction,,,,,, -2c5173d2-52e4-4629-b63e-012e427b23c8,Helen of Troy,By Margaret George,https://learn-awesome.github.io/assets/book_covers/10114.jpg,book|https://www.goodreads.com/book/show/10114.Helen_of_Troy,historical-fiction,,,,,, -68a9fbeb-5294-4318-ba5d-aa31c2ab4c6b,"Sweet Lechery: Reviews, Essays & Profiles",By Jeet Heer,https://learn-awesome.github.io/assets/book_covers/21817937.jpg,book|https://www.goodreads.com/book/show/21817937-sweet-lechery,essays,,,,,, -8e33a81e-4db9-4869-b0de-58c19172c608,On Call in Hell,By Richard Jadick,https://learn-awesome.github.io/assets/book_covers/124491.jpg,book|https://www.goodreads.com/book/show/124491.On_Call_In_Hell,non-fiction,,,,,, -2c21f8cc-e335-4d68-8939-bcfd76fd7462,Cloudsplitter,By Russell Banks,https://learn-awesome.github.io/assets/book_covers/26931.jpg,book|https://www.goodreads.com/book/show/26931.Cloudsplitter,fiction,,,,,, -1d05c4b8-2f27-410c-8b5b-16f7a12e1228,Box Making,By Joan Ryan,https://learn-awesome.github.io/assets/book_covers/76355.jpg,book|https://www.goodreads.com/book/show/76355.Little_Girls_in_Pretty_Boxes,non-fiction,,,,,, -a4a7ba2d-3eaf-4d41-903e-970a42999b98,Shanghai Girls,By Lisa See,https://learn-awesome.github.io/assets/book_covers/5960325.jpg,book|https://www.goodreads.com/book/show/5960325-shanghai-girls,historical-fiction,,,,,, -125c9f4d-e2d5-4f79-9c70-4389a62295f2,The Drowned Cities,By Paolo Bacigalupi,https://learn-awesome.github.io/assets/book_covers/12814594.jpg,book|https://www.goodreads.com/book/show/12814594-the-drowned-cities,young-adult,,,,,, -28008405-7470-499e-a197-27970786df85,"Moonshine!: Recipes, Tall Tales, Drinking Songs, Historical Stuff, Knee-Slappers, How to Make It, How to Drink It, Pleasin’ the Law, Recoverin’ the Next Day",By Matthew Rowley,https://learn-awesome.github.io/assets/book_covers/1014799.jpg,book|https://www.goodreads.com/book/show/1014799.Moonshine_,default,,,,,, -03f7b24b-0198-43cd-b25a-6f52d25b1ccd,Major Pettigrew’s Last Stand,By Helen Simonson,https://learn-awesome.github.io/assets/book_covers/6643090.jpg,book|https://www.goodreads.com/book/show/6643090-major-pettigrew-s-last-stand,fiction,,,,,, -2f8e4b3d-bf00-4b39-812f-33a4cbd6ef91,The 100-Mile Diet: A Year of Local Eating,By Alisa Smith,https://learn-awesome.github.io/assets/book_covers/545830.jpg,book|https://www.goodreads.com/book/show/545830.The_100_Mile_Diet,non-fiction,,,,,, -752364bf-ec89-48a7-9fa9-86e2b137b57f,"The Professor and the Madman: A Tale of Murder, Insanity, and the Making of the The Oxford English Dictionary",By Simon Winchester,https://learn-awesome.github.io/assets/book_covers/25019.jpg,book|https://www.goodreads.com/book/show/25019.The_Professor_and_the_Madman,history,,,,,, -19417324-f750-4bdd-922f-bea73c3195dc,Eyes on Target: Inside Stories from the Brotherhood of the U. S. Navy SEALs,By Scott McEwen,https://learn-awesome.github.io/assets/book_covers/17851983.jpg,book|https://www.goodreads.com/book/show/17851983-eyes-on-target,military,,,,,, -21ffd1ac-7d2a-4e95-90dc-cb8f62ad954c,The Englishman’s Daughter: A True Story of Love and Betrayal in World War I,By Ben Macintyre,https://learn-awesome.github.io/assets/book_covers/278828.jpg,book|https://www.goodreads.com/book/show/278828.The_Englishman_s_Daughter,history,,,,,, -5d6b4812-8058-4239-a382-454be76903d9,For Your Eyes Only: Ian Fleming + James Bond,By Ben Macintyre,https://learn-awesome.github.io/assets/book_covers/2189000.jpg,book|https://www.goodreads.com/book/show/2189000.For_Your_Eyes_Only,biography,,,,,, -e72bd2fb-d562-4839-ab73-b925cf312fd7,"Measure Twice, Cut Once: Lessons from a Master Carpenter",By Norm Abram,https://learn-awesome.github.io/assets/book_covers/175349.jpg,book|https://www.goodreads.com/book/show/175349.Measure_Twice_Cut_Once,woodworking,,,,,, -c861c851-3db1-47bb-819f-9b625d3a71c9,Sight Unseen,By Kaye Gibbons,https://learn-awesome.github.io/assets/book_covers/179125.jpg,book|https://www.goodreads.com/book/show/179125.Sights_Unseen,fiction,,,,,, -aa4138a1-4a5a-4c0e-b674-52aa0570022a,The Revenge of Geography: What the Map Tells Us About Coming Conflicts and the Battle Against Fate,By Robert D. Kaplan,https://learn-awesome.github.io/assets/book_covers/13330422.jpg,book|https://www.goodreads.com/book/show/13330422-the-revenge-of-geography,history,,,,,, -0fcb7a80-5a35-4dc9-8705-7da6fa34374a,Adventures in Experience Design: Activities for Beginners,By Carolyn Chandler,https://learn-awesome.github.io/assets/book_covers/17938930.jpg,book|https://www.goodreads.com/book/show/17938930-adventures-in-experience-design,ux,,,,,, -8573a84f-3cc2-4b24-b15d-e5d61ccd77ee,"Why We Make Things, and Why It Matters: The Education of a Craftsman",By Peter Korn,https://learn-awesome.github.io/assets/book_covers/18062640.jpg,book|https://www.goodreads.com/book/show/18062640-why-we-make-things-and-why-it-matters,non-fiction,,,,,, -3632ab53-022f-4ad1-bed1-97133635346c,Mission to Paris,By Alan Furst,https://learn-awesome.github.io/assets/book_covers/12963396.jpg,book|https://www.goodreads.com/book/show/12963396-mission-to-paris,historical-fiction,,,,,, -f18d4e08-6a03-4578-b982-033554491888,Midnight in Europe,By Alan Furst,https://learn-awesome.github.io/assets/book_covers/18490852.jpg,book|https://www.goodreads.com/book/show/18490852-midnight-in-europe,historical-fiction,,,,,, -77f7cb03-c2b6-4d06-90cb-0da000fe64b9,Fordlandia: The Rise and Fall of Henry Ford’s Forgotten Jungle City,By Greg Grandin,https://learn-awesome.github.io/assets/book_covers/6214108.jpg,book|https://www.goodreads.com/book/show/6214108-fordlandia,history,,,,,, -daea16fc-1356-483b-b642-fdc034fc76d0,Amsterdam,By Ian McEwan,https://learn-awesome.github.io/assets/book_covers/6862.jpg,book|https://www.goodreads.com/book/show/6862.Amsterdam,fiction,,,,,, -70cca86f-3442-4000-ac08-57033bf66057,Dissident Gardens,By Jonathan Lethem,https://learn-awesome.github.io/assets/book_covers/17234581.jpg,book|https://www.goodreads.com/book/show/17234581-dissident-gardens,fiction,,,,,, -21d20fab-7bb8-425f-a797-174beb214bd0,"The Last Lion 2: Winston Spencer Churchill: Alone, 1932-40",By William Manchester,https://learn-awesome.github.io/assets/book_covers/55751.jpg,book|https://www.goodreads.com/book/show/55751.The_Last_Lion_2,biography,,,,,, -eddd2cb5-6d58-48c9-9c8f-70cf73f78c05,"Golden Ratio (Kikomachine Komix, #8)",By Manix Abrera,https://learn-awesome.github.io/assets/book_covers/14623274.jpg,book|https://www.goodreads.com/book/show/14623274-golden-ratio,comics,,,,,, -3ec8be42-6b34-43c6-93cb-31c7b029c188,Essays and Lectures,By Ralph Waldo Emerson,https://learn-awesome.github.io/assets/book_covers/123843.jpg,book|https://www.goodreads.com/book/show/123843.Essays_and_Lectures,philosophy,,,,,, -db708ab9-df24-4a09-a4e7-33e67f83779c,No Ordinary Time: Franklin and Eleanor Roosevelt: The Home Front in World War II,By Doris Kearns Goodwin,https://learn-awesome.github.io/assets/book_covers/18728.jpg,book|https://www.goodreads.com/book/show/18728.No_Ordinary_Time,history,,,,,, -c33d0ae4-87c6-47be-85b9-e73ae46a7b91,Ideas & Opinions,By Albert Einstein,https://learn-awesome.github.io/assets/book_covers/497195.jpg,book|https://www.goodreads.com/book/show/497195.Ideas_and_Opinions,science,,,,,, -d2e07454-9007-4aa6-ba01-b59a9aedf004,Freedom City,By Philip A. Becnel IV,https://learn-awesome.github.io/assets/book_covers/40500076.jpg,book|https://www.goodreads.com/book/show/40500076-freedom-city,giveaways,,,,,, -e83dbe76-8c1f-4c9f-8e1f-7cc2d90e572b,Rich Dad's Cashflow Quadrant: Rich Dad's Guide to Financial Freedom,By Robert T. Kiyosaki,https://learn-awesome.github.io/assets/book_covers/81922.jpg,book|https://www.goodreads.com/book/show/81922.Rich_Dad_s_Cashflow_Quadrant,business,,,,,, -7699c147-06f4-4241-a19f-3f6fe7919513,"Rich Woman: A Book on Investing for Women, Take Charge Of Your Money, Take Charge Of Your Life",By Kim Kiyosaki,https://learn-awesome.github.io/assets/book_covers/30848.jpg,book|https://www.goodreads.com/book/show/30848.Rich_Woman,business,,,,,, -a4fcb8c6-08bf-4f79-bd8d-217ba6874936,Iacocca: An Autobiography,By Lee Iacocca,https://learn-awesome.github.io/assets/book_covers/486319.jpg,book|https://www.goodreads.com/book/show/486319.Iacocca,biography,,,,,, -83ce3be1-5800-49e8-b320-1e547ca1c108,The Amateur,By Sara Shepard,https://learn-awesome.github.io/assets/book_covers/24974965.jpg,book|https://www.goodreads.com/book/show/24974965-the-amateurs,mystery,,,,,, -b016f0f2-1525-4a43-9a9c-e655bdf7af46,"The Watchman's Rattle: A New Way to Understand Complexity, Collapse, and Correction",By Rebecca D. Costa,https://learn-awesome.github.io/assets/book_covers/8071467.jpg,book|https://www.goodreads.com/book/show/8071467-the-watchman-s-rattle,science,,,,,, -a5c14e2a-d80c-4435-9081-66aa23af7a9c,Trump: The Art of the Deal,By Donald J. Trump,https://learn-awesome.github.io/assets/book_covers/1032.jpg,book|https://www.goodreads.com/book/show/1032.Trump,business,,,,,, -4f0a8e06-7091-4475-9e99-aef382b2cc30,Trump’s Christmas Carol,By Lucien Young,https://learn-awesome.github.io/assets/book_covers/35437929.jpg,book|https://www.goodreads.com/book/show/35437929-trump-s-christmas-carol,netgalley,,,,,, -3e93220d-15d1-4210-96bf-837d8c19fbea,Unlikeable: The Problem With Hillary,By Edward Klein,https://learn-awesome.github.io/assets/book_covers/24694051._SX98_.jpg,book|https://www.goodreads.com/book/show/24694051-unlikeable,politics,,,,,, -23c7caeb-337f-4c95-ba64-7619812d9db9,"Liars, Leakers and Liberals",By Jeanine Pirro,https://learn-awesome.github.io/assets/book_covers/36342165._SX98_.jpg,book|https://www.goodreads.com/book/show/36342165-liars-leakers-and-liberals,politics,,,,,, -c7814259-e20e-4098-80b7-ecfc291351ed,The Russia Hoax: The Illicit Scheme to Clear Hillary Clinton and Frame Donald Trump,By Gregg Jarrett,https://learn-awesome.github.io/assets/book_covers/38633557._SX98_.jpg,book|https://www.goodreads.com/book/show/38633557-the-russia-hoax,politics,,,,,, -ffddcc24-d4b2-4015-b176-05e43ea5ba3e,Trumponomics: Inside the America First Plan to Revive Our Economy,By Stephen Moore,https://learn-awesome.github.io/assets/book_covers/38354795._SX98_.jpg,book|https://www.goodreads.com/book/show/38354795-trumponomics,politics,,,,,, -7e872ee0-a3cd-41fa-bbc0-c094b841c565,The Case for Trump,By Victor Davis Hanson,https://learn-awesome.github.io/assets/book_covers/41189928._SX98_.jpg,book|https://www.goodreads.com/book/show/41189928-the-case-for-trump,politics,,,,,, -a601a664-b92f-4710-9970-d950c988e955,Mad Politics: Keeping Your Sanity in a World Gone Crazy,By Gina Loudon,https://learn-awesome.github.io/assets/book_covers/38926330._SX98_.jpg,book|https://www.goodreads.com/book/show/38926330-mad-politics,misc,,,,,, -304b77c6-d68e-403d-8234-875baa9cefa8,Ship of Fools,By Katherine Anne Porter,https://learn-awesome.github.io/assets/book_covers/410760._SX98_.jpg,book|https://www.goodreads.com/book/show/410760.Ship_of_Fools,fiction,,,,,, -5cd108ab-f357-41e0-ad3f-66595bb8dccb,The Great Revolt,By S.J.A. Turney,https://learn-awesome.github.io/assets/book_covers/23368713.jpg,book|https://www.goodreads.com/book/show/23368713-the-great-revolt,historical-fiction,,,,,, -f7807b8f-f9a1-4673-b5fc-86e976bcf8be,"The Briefing: Politics, the Press and the President",By Sean Spicer,https://learn-awesome.github.io/assets/book_covers/37768323._SX98_.jpg,book|https://www.goodreads.com/book/show/37768323-the-briefing,politics,,,,,, -d4e34230-e631-4ca7-9ec8-49dd09349068,Tide Players by Jianying Zha ,By Jianying Zha,https://learn-awesome.github.io/assets/book_covers/9300881._SY160_.jpg,book|https://www.goodreads.com/book/show/9300881-tide-players,china,,,,,, -959ea5a1-bc6d-4794-88a9-8c17f2bca451,One Billion Customers by James McGregor ,By James McGregor,https://learn-awesome.github.io/assets/book_covers/84255.jpg,book|https://www.goodreads.com/book/show/84255.One_Billion_Customers,china,,,,,, -e81dce48-c17d-4619-ad19-5dbff0cbabe2,The Beijing Consensus by Stefan Halper ,By Stefan Halper,https://learn-awesome.github.io/assets/book_covers/7415326._SX98_.jpg,book|https://www.goodreads.com/book/show/7415326-the-beijing-consensus,china,,,,,, -1395f871-1636-465e-9873-ec50fe050049,China CEO by Juan Antonio Fernandez and Laurie Underwood ,By Juan Antonio Fernández,https://learn-awesome.github.io/assets/book_covers/162822.jpg,book|https://www.goodreads.com/book/show/162822.China_CEO,china,,,,,, -993b5815-3292-4d96-a0e3-6d4af52d31d9,CHINA: Portrait of a People by Tom Carter ,By Tom Carter,https://learn-awesome.github.io/assets/book_covers/4447653._SX98_.jpg,book|https://www.goodreads.com/book/show/4447653-china,china,,,,,, -d2d13f46-26ab-4d73-8216-082eb4bd8348,The Man Who Loved China by Simon Winchester ,By Simon Winchester,https://learn-awesome.github.io/assets/book_covers/2763494.jpg,book|https://www.goodreads.com/book/show/2763494-the-man-who-loved-china,history,,,,,, -62246a90-73ec-4474-b425-f6f56af74848,China Shakes the World by James Kynge ,By James Kynge,https://learn-awesome.github.io/assets/book_covers/173105.jpg,book|https://www.goodreads.com/book/show/173105.China_Shakes_the_World,china,,,,,, -56736f6b-3b25-46ad-bdb9-1d731f343326,Mr. China by Tim Clissold,By Tim Clissold,https://learn-awesome.github.io/assets/book_covers/109705.jpg,book|https://www.goodreads.com/book/show/109705.Mr_China,china,,,,,, -97253b42-f299-45c6-b7f7-92faaf9d5b4e,Country Driving by Peter Hessler ,By Peter Hessler,https://learn-awesome.github.io/assets/book_covers/6945572._SX98_.jpg,book|https://www.goodreads.com/book/show/6945572-country-driving,china,,,,,, -15134e9f-46a0-4fd4-a50e-afd9a76721c6,The Dragon's Gift by Deborah Brautigam ,By Deborah Brautigam,https://learn-awesome.github.io/assets/book_covers/7094685.jpg,book|https://www.goodreads.com/book/show/7094685-the-dragon-s-gift,africa,,,,,, -8986cd98-fc26-416b-b677-1f77ce01e0f0,Factory Girls by Leslie T. Chang ,By Leslie T. Chang,https://learn-awesome.github.io/assets/book_covers/2635587._SX98_.jpg,book|https://www.goodreads.com/book/show/2635587-factory-girls,china,,,,,, -1972998d-9811-4aaa-b0b9-f6bf898dba7a,The Heavenly Man by Brother Yun ,By Paul Hattaway,https://learn-awesome.github.io/assets/book_covers/79421.jpg,book|https://www.goodreads.com/book/show/79421.The_Heavenly_Man,biography,,,,,, -306c8c09-aaff-465d-9f2f-4c5ab41c7165,1421 by Gavin Menzies ,By Gavin Menzies,https://learn-awesome.github.io/assets/book_covers/4813.jpg,book|https://www.goodreads.com/book/show/4813.1421,history,,,,,, -d5afc13b-4bf5-403c-b041-61770e30f40c,Seven Years in Tibet by Heinrich Harrer ,By Heinrich Harrer,https://learn-awesome.github.io/assets/book_covers/270032.jpg,book|https://www.goodreads.com/book/show/270032.Seven_Years_in_Tibet,travel,,,,,, -6dbcbdbd-8ec0-471c-b1b4-1fedab3418aa,Battle Hymn of the Tiger Mother by Amy Chua,By Amy Chua,https://learn-awesome.github.io/assets/book_covers/9160695.jpg,book|https://www.goodreads.com/book/show/9160695-battle-hymn-of-the-tiger-mother,non-fiction,,,,,, -539afde9-a407-48c8-b1ad-92bba4507742,Grant,By Ron Chernow,https://learn-awesome.github.io/assets/book_covers/34237826.jpg,book|https://www.goodreads.com/book/show/34237826-grant,history,,,,,, -ffdf05b9-902d-4712-8639-c10f5b4e3ee2,The Gettysburg Address,By Abraham Lincoln,https://learn-awesome.github.io/assets/book_covers/397.jpg,book|https://www.goodreads.com/book/show/397.The_Gettysburg_Address,history,,,,,, -421e9b0b-3087-4acc-b751-49bbff99e245,The Fire Next Time,By James Baldwin,https://learn-awesome.github.io/assets/book_covers/464260.jpg,book|https://www.goodreads.com/book/show/464260.The_Fire_Next_Time,non-fiction,,,,,, -92823162-34c7-40cc-b75d-3b9c8d607aa3,The Collected Works of Abraham Lincoln,By Abraham Lincoln,https://learn-awesome.github.io/assets/book_covers/14479706.jpg,book|https://www.goodreads.com/book/show/14479706-the-collected-works-of-abraham-lincoln,obama,,,,,, -e6cf5df7-ad3b-4a3f-b38c-228574ed0a49,Being Mortal: Medicine and What Matters in the End,By Atul Gawande,https://learn-awesome.github.io/assets/book_covers/20696006.jpg,book|https://www.goodreads.com/book/show/20696006-being-mortal,non-fiction,,,,,, -5eec8929-68a9-4315-bfaf-7626886f1ea3,A Gentleman in Moscow,By Amor Towles,https://learn-awesome.github.io/assets/book_covers/34066798.jpg,book|https://www.goodreads.com/book/show/34066798-a-gentleman-in-moscow,historical-fiction,,,,,, -035dfefb-24d7-4b30-b61d-1717625bbb28,The Warmth of Other Suns: The Epic Story of America's Great Migration,By Isabel Wilkerson,https://learn-awesome.github.io/assets/book_covers/8171378.jpg,book|https://www.goodreads.com/book/show/8171378-the-warmth-of-other-suns,history,,,,,, -bbdf8196-406e-4019-80ed-5f9fa580e9c8,All the Light We Cannot See,By Anthony Doerr,https://learn-awesome.github.io/assets/book_covers/18143977.jpg,book|https://www.goodreads.com/book/show/18143977-all-the-light-we-cannot-see,historical-fiction,,,,,, -693f3875-f588-4c3a-8024-5096509e750b,Parting the Waters: Martin Luther King and the Civil Rights Movement 1954-63,By Taylor Branch,https://learn-awesome.github.io/assets/book_covers/99199.jpg,book|https://www.goodreads.com/book/show/99199.Parting_the_Waters,history,,,,,, -d7db197f-5890-4e25-9e56-80c16483cbb0,"Ghost Wars: The Secret History of the CIA, Afghanistan, and bin Laden from the Soviet Invasion to September 10, 2001",By Steve Coll,https://learn-awesome.github.io/assets/book_covers/71984.jpg,book|https://www.goodreads.com/book/show/71984.Ghost_Wars,history,,,,,, -a1dae359-d976-4a4c-a7e6-9d4bbd79abf9,The Souls of Black Folk,By W.E.B. Du Bois,https://learn-awesome.github.io/assets/book_covers/318742.jpg,book|https://www.goodreads.com/book/show/318742.The_Souls_of_Black_Folk,non-fiction,,,,,, -d59f1898-ae18-440e-b639-588e054c0132,The Best and the Brightest,By David Halberstam,https://learn-awesome.github.io/assets/book_covers/414062.jpg,book|https://www.goodreads.com/book/show/414062.The_Best_and_the_Brightest,history,,,,,, -a227cfee-86a3-4325-860f-a298881d7593,The Rise of Theodore Roosevelt,By Edmund Morris,https://learn-awesome.github.io/assets/book_covers/40929.jpg,book|https://www.goodreads.com/book/show/40929.The_Rise_of_Theodore_Roosevelt,biography,,,,,, -8af10dc2-c75d-4577-a8af-fa22fb57f931,Where the Wild Things Are,By Maurice Sendak,https://learn-awesome.github.io/assets/book_covers/19543.jpg,book|https://www.goodreads.com/book/show/19543.Where_the_Wild_Things_Are,childrens,,,,,, -11ecd07f-9f33-4a17-bb89-71f257f8d3e1,Working: People Talk about What They Do All Day and How They Feel about What They Do,By Studs Terkel,https://learn-awesome.github.io/assets/book_covers/59649.jpg,book|https://www.goodreads.com/book/show/59649.Working,non-fiction,,,,,, -d3ff49e1-3b1e-4171-88b6-f723d7f813f0,Barbarian Days: A Surfing Life,By William Finnegan,https://learn-awesome.github.io/assets/book_covers/18693910.jpg,book|https://www.goodreads.com/book/show/18693910-barbarian-days,non-fiction,,,,,, -40eea82b-cb21-4266-a3f3-3a7fd9d5771b,Cancer Ward,By Aleksandr Solzhenitsyn,https://learn-awesome.github.io/assets/book_covers/254316.jpg,book|https://www.goodreads.com/book/show/254316.Cancer_Ward,fiction,,,,,, -654c849f-c8c5-4e8a-815f-248188038c80,"Collected Poems, 1948-1984",By Derek Walcott,https://learn-awesome.github.io/assets/book_covers/93933.jpg,book|https://www.goodreads.com/book/show/93933.Collected_Poems_1948_1984,poetry,,,,,, -79cd9a9b-77e0-4d27-bd8f-ef5a6f655d61,What Is the What,By Dave Eggers,https://learn-awesome.github.io/assets/book_covers/4952.jpg,book|https://www.goodreads.com/book/show/4952.What_Is_the_What,fiction,,,,,, -676c14f3-c47f-47df-862b-aa91985782af,Abraham Lincoln's Second Inaugural Address,By Abraham Lincoln,https://learn-awesome.github.io/assets/book_covers/18996330.jpg,book|https://www.goodreads.com/book/show/18996330-abraham-lincoln-s-second-inaugural-address,history,,,,,, -dce9178f-30ff-43cb-93e3-29fc80c3a886,Brown Girl Dreaming,By Jacqueline Woodson,https://learn-awesome.github.io/assets/book_covers/20821284.jpg,book|https://www.goodreads.com/book/show/20821284-brown-girl-dreaming,poetry,,,,,, -b3f00f29-efbe-44ff-bbea-2b76917a230e,"Redwall (Redwall, #1)",By Brian Jacques,https://learn-awesome.github.io/assets/book_covers/7996.jpg,book|https://www.goodreads.com/book/show/7996.Redwall,fantasy,,,,,, -dba46f39-1bfc-469f-9698-5ce948bcbadc,Janesville: An American Story,By Amy Goldstein,https://learn-awesome.github.io/assets/book_covers/33665908.jpg,book|https://www.goodreads.com/book/show/33665908-janesville,non-fiction,,,,,, -083c62fe-32a0-497e-8ca0-5ad3fdcc9723,The Way Home,By Saroo Brierley,https://learn-awesome.github.io/assets/book_covers/18111281.jpg,book|https://www.goodreads.com/book/show/18111281-a-long-way-home,non-fiction,,,,,, -213e34b4-f1ca-4901-bf20-d88b811ceccb,FDR,By Jean Edward Smith,https://learn-awesome.github.io/assets/book_covers/332980.jpg,book|https://www.goodreads.com/book/show/332980.FDR,biography,,,,,, -49d36a1e-5fd0-4af1-90f2-a64fb8253f74,Moral Man and Immoral Society: A Study in Ethics and Politics,By Reinhold Niebuhr,https://learn-awesome.github.io/assets/book_covers/55235.jpg,book|https://www.goodreads.com/book/show/55235.Moral_Man_and_Immoral_Society,philosophy,,,,,, -be168e8c-d806-40a1-9716-35d313829d81,All the King's Men,By Robert Penn Warren,https://learn-awesome.github.io/assets/book_covers/5527.jpg,book|https://www.goodreads.com/book/show/5527.All_the_King_s_Men,fiction,,,,,, -da4f1544-d5b2-4289-9cae-6997efe1fa68,Washington: A Life,By Ron Chernow,https://learn-awesome.github.io/assets/book_covers/8255917.jpg,book|https://www.goodreads.com/book/show/8255917-washington,biography,,,,,, -245806ca-90f8-41d3-9fd5-ea72d3b4d19c,Gone Girl,By Gillian Flynn,https://learn-awesome.github.io/assets/book_covers/19288043.jpg,book|https://www.goodreads.com/book/show/19288043-gone-girl,fiction,,,,,, -738abdf2-63b4-4998-ad9e-a70b649118b2,John Adams,By David McCullough,https://learn-awesome.github.io/assets/book_covers/2203.jpg,book|https://www.goodreads.com/book/show/2203.John_Adams,history,,,,,, -75dc2e5e-c3e7-45bc-ac09-6752c1cc11d2,The Federalist Papers,By Alexander Hamilton,https://learn-awesome.github.io/assets/book_covers/110331.jpg,book|https://www.goodreads.com/book/show/110331.The_Federalist_Papers,history,,,,,, -039a746b-fa9c-42e3-83fe-d2054c20008b,The Theory of Moral Sentiments,By Adam Smith,https://learn-awesome.github.io/assets/book_covers/25700.jpg,book|https://www.goodreads.com/book/show/25700.The_Theory_of_Moral_Sentiments,philosophy,,,,,, -57518237-f36a-47c9-a5d3-70ff753827f9,"Sing, Unburied, Sing",By Jesmyn Ward,https://learn-awesome.github.io/assets/book_covers/32920226.jpg,book|https://www.goodreads.com/book/show/32920226-sing-unburied-sing,fiction,,,,,, -d3ebfae0-306b-4778-8de6-72a7584c4623,Plainsong,By Kent Haruf,https://learn-awesome.github.io/assets/book_covers/77156.jpg,book|https://www.goodreads.com/book/show/77156.Plainsong,fiction,,,,,, -7c87105c-9935-4b39-b38c-8d2373baa07f,The Underground Railroad,By Colson Whitehead,https://learn-awesome.github.io/assets/book_covers/30555488.jpg,book|https://www.goodreads.com/book/show/30555488-the-underground-railroad,historical-fiction,,,,,, -6da9b5ab-2a24-4de0-b2c9-7e57c7414345,Self-Reliance,By Ralph Waldo Emerson,https://learn-awesome.github.io/assets/book_covers/1760630.jpg,book|https://www.goodreads.com/book/show/1760630.Self_Reliance,philosophy,,,,,, -60ecd59d-29be-4379-8ec2-70942f6730ee,The Power and the Glory,By Graham Greene,https://learn-awesome.github.io/assets/book_covers/3690.jpg,book|https://www.goodreads.com/book/show/3690.The_Power_and_the_Glory,fiction,,,,,, -e7123a73-a8ae-4ff6-b4ce-ae8ce9299286,Cartwheeling in Thunderstorms,By Katherine Rundell,https://learn-awesome.github.io/assets/book_covers/18615427.jpg,book|https://www.goodreads.com/book/show/18615427-cartwheeling-in-thunderstorms,middle-grade,,,,,, -d5808b1a-e917-407b-b0c6-a7f90bad8787,Redeployment,By Phil Klay,https://learn-awesome.github.io/assets/book_covers/18114068.jpg,book|https://www.goodreads.com/book/show/18114068-redeployment,fiction,,,,,, -0c50b1ca-96b7-4298-a3b4-29b2783002df,Five-Carat Soul,By James McBride,https://learn-awesome.github.io/assets/book_covers/34626370.jpg,book|https://www.goodreads.com/book/show/34626370-five-carat-soul,short-stories,,,,,, -d93a624b-bfd7-4bf6-8f92-0f37222abc83,To the End of the Land,By David Grossman,https://learn-awesome.github.io/assets/book_covers/7779571.jpg,book|https://www.goodreads.com/book/show/7779571-to-the-end-of-the-land,fiction,,,,,, -28361f6b-55c5-4e1f-a905-a5b8c299164b,The Naked and the Dead,By Norman Mailer,https://learn-awesome.github.io/assets/book_covers/12467.jpg,book|https://www.goodreads.com/book/show/12467.The_Naked_and_the_Dead,fiction,,,,,, -1626e197-8afe-4e6c-851d-f0d7ac007acb,The Defining Moment: FDR's Hundred Days and the Triumph of Hope,By Jonathan Alter,https://learn-awesome.github.io/assets/book_covers/332978.jpg,book|https://www.goodreads.com/book/show/332978.The_Defining_Moment,history,,,,,, -ef207b0e-0db9-4496-a666-c61942952083,The Girl on the Train,By Paula Hawkins,https://learn-awesome.github.io/assets/book_covers/22557272.jpg,book|https://www.goodreads.com/book/show/22557272-the-girl-on-the-train,fiction,,,,,, -3f67bb9f-920e-4afb-b6e8-84f8a398b9f1,Unequal Democracy: The Political Economy of the New Gilded Age,By Larry M. Bartels,https://learn-awesome.github.io/assets/book_covers/2705879.jpg,book|https://www.goodreads.com/book/show/2705879-unequal-democracy,politics,,,,,, -cd78f039-bd48-4242-b845-c62bd4335e0f,In Dubious Battle,By John Steinbeck,https://learn-awesome.github.io/assets/book_covers/56083.jpg,book|https://www.goodreads.com/book/show/56083.In_Dubious_Battle,fiction,,,,,, -ec1e3999-09d5-4c49-82e4-ef8690dfd2ac,Invisible Man,By Ralph Ellison,https://learn-awesome.github.io/assets/book_covers/16981.jpg,book|https://www.goodreads.com/book/show/16981.Invisible_Man,classics,,,,,, -55ffe2e6-0701-4086-9a65-5ef54840732a,The Post-American World,By Fareed Zakaria,https://learn-awesome.github.io/assets/book_covers/2120783.jpg,book|https://www.goodreads.com/book/show/2120783.The_Post_American_World,politics,,,,,, -ae1f73a9-5139-44c7-ad33-571d9027688e,The Power,By Naomi Alderman,https://learn-awesome.github.io/assets/book_covers/29751398.jpg,book|https://www.goodreads.com/book/show/29751398-the-power,fiction,,,,,, -b7dface4-e23f-4e0e-b241-53f59878b410,Of Mice and Men,By John Steinbeck,https://learn-awesome.github.io/assets/book_covers/890.jpg,book|https://www.goodreads.com/book/show/890.Of_Mice_and_Men,classics,,,,,, -3edd0815-cc35-4804-88ab-6004373fa787,Lessons In Disaster: McGeorge Bundy And The Path To War In Vietnam,By Gordon M. Goldstein,https://learn-awesome.github.io/assets/book_covers/5238518.jpg,book|https://www.goodreads.com/book/show/5238518-lessons-in-disaster,history,,,,,, -9493905b-f2f8-4810-b175-86cad6790212,"Gilead (Gilead, #1)",By Marilynne Robinson,https://learn-awesome.github.io/assets/book_covers/68210.jpg,book|https://www.goodreads.com/book/show/68210.Gilead,fiction,,,,,, -8c6f9a29-bcda-4f2b-9937-635ca9315f41,The Lowland,By Jhumpa Lahiri,https://learn-awesome.github.io/assets/book_covers/17262100.jpg,book|https://www.goodreads.com/book/show/17262100-the-lowland,fiction,,,,,, -fe98d68c-72b3-4076-8c0b-8ee9c684381b,Treasure Island,By Robert Louis Stevenson,https://learn-awesome.github.io/assets/book_covers/295.jpg,book|https://www.goodreads.com/book/show/295.Treasure_Island,classics,,,,,, -a78a3e07-1fa6-4675-b2d4-3e85071c3fd5,Exit West,By Mohsin Hamid,https://learn-awesome.github.io/assets/book_covers/30688435.jpg,book|https://www.goodreads.com/book/show/30688435-exit-west,fiction,,,,,, -9fb67bc5-a2b8-4c34-a014-0bb4cf2a594b,An Autobiography Or The Story Of My Experiments With Truth,By Mahatma Gandhi,https://learn-awesome.github.io/assets/book_covers/38929236.jpg,book|https://www.goodreads.com/book/show/38929236-an-autobiography-or-the-story-of-my-experiments-with-truth,blinkist,,,,,, -908e4868-3b8a-46af-afdc-10f85f5341ed,Dying: A Memoir,By Cory Taylor,https://learn-awesome.github.io/assets/book_covers/29894007.jpg,book|https://www.goodreads.com/book/show/29894007-dying,memoir,,,,,, -2d6913bd-abe0-46c8-9c11-2184bd1468c1,Anything Is Possible,By Elizabeth Strout,https://learn-awesome.github.io/assets/book_covers/32080126.jpg,book|https://www.goodreads.com/book/show/32080126-anything-is-possible,fiction,,,,,, -5572577d-a6b6-4a99-9d08-c8ae251b2023,"The Bayou Trilogy: Under the Bright Lights, Muscle for the Wing, and The Ones You Do",By Daniel Woodrell,https://learn-awesome.github.io/assets/book_covers/9477992.jpg,book|https://www.goodreads.com/book/show/9477992-the-bayou-trilogy,fiction,,,,,, -ab09790e-c1db-46c4-af37-bb9db80ce1db,The Woman Warrior,By Maxine Hong Kingston,https://learn-awesome.github.io/assets/book_covers/30852.jpg,book|https://www.goodreads.com/book/show/30852.The_Woman_Warrior,memoir,,,,,, -0f93bf8f-bd50-4af1-baea-a93f53793794,Lush Life,By Richard Price,https://learn-awesome.github.io/assets/book_covers/1862313.jpg,book|https://www.goodreads.com/book/show/1862313.Lush_Life,fiction,,,,,, -52f6212b-9bc5-4512-a170-7264fe8e9a8e,"Hot, Flat, and Crowded: Why We Need a Green Revolution – and How It Can Renew America",By Thomas L. Friedman,https://learn-awesome.github.io/assets/book_covers/2358737.jpg,book|https://www.goodreads.com/book/show/2358737.Hot_Flat_and_Crowded,non-fiction,,,,,, -3a3fc3f8-c8d6-4b51-b577-25dbc3cdf89a,A Kind and Just Parent: The Children of Juvenile Court,By Bill Ayers,https://learn-awesome.github.io/assets/book_covers/833487.jpg,book|https://www.goodreads.com/book/show/833487.A_Kind_and_Just_Parent,non-fiction,,,,,, -886e49b2-d701-4d33-b29f-fc5459ba0d73,Nuts to You,By Lynne Rae Perkins,https://learn-awesome.github.io/assets/book_covers/19500357.jpg,book|https://www.goodreads.com/book/show/19500357-nuts-to-you,fantasy,,,,,, -7a4860bd-3f29-4805-9cc7-f70d4447bbb7,Common Wealth: Economics for a Crowded Planet,By Jeffrey D. Sachs,https://learn-awesome.github.io/assets/book_covers/664895.jpg,book|https://www.goodreads.com/book/show/664895.Common_Wealth,economics,,,,,, -0c67cc23-c034-4acf-a786-8828ba3c521e,Purity,By Jonathan Franzen,https://learn-awesome.github.io/assets/book_covers/23754479.jpg,book|https://www.goodreads.com/book/show/23754479-purity,fiction,,,,,, -e9395f84-6143-43ac-9d9d-ba736c9d34ce,Nora Webster,By Colm Tóibín,https://learn-awesome.github.io/assets/book_covers/21412360.jpg,book|https://www.goodreads.com/book/show/21412360-nora-webster,fiction,,,,,, -28f779ce-c367-4bee-bfd0-b318639637d6,Fates and Furies,By Lauren Groff,https://learn-awesome.github.io/assets/book_covers/24612118.jpg,book|https://www.goodreads.com/book/show/24612118-fates-and-furies,fiction,,,,,, -6b6ff843-bd4e-41dc-84e4-6fcdea45dc7f,Heart of Darkness,By Joseph Conrad,https://learn-awesome.github.io/assets/book_covers/4900.jpg,book|https://www.goodreads.com/book/show/4900.Heart_of_Darkness,classics,,,,,, -6acdc522-3809-4177-a656-1186d7d006f7,Netherland,By Joseph O'Neill,https://learn-awesome.github.io/assets/book_covers/2615008.jpg,book|https://www.goodreads.com/book/show/2615008-netherland,fiction,,,,,, -74bf36fe-f371-4146-a6d7-98dc3ec8cd44,Two Years Eight Months and Twenty-Eight Nights,By Salman Rushdie,https://learn-awesome.github.io/assets/book_covers/24292310.jpg,book|https://www.goodreads.com/book/show/24292310-two-years-eight-months-and-twenty-eight-nights,fiction,,,,,, -2935d2c5-838d-4ec0-81b0-b5ccefab1cf2,The Laughing Monsters,By Denis Johnson,https://learn-awesome.github.io/assets/book_covers/21531497.jpg,book|https://www.goodreads.com/book/show/21531497-the-laughing-monsters,fiction,,,,,, -588ede5e-4e5c-4733-9826-999702f6d7e2,Rodin's Debutante,By Ward Just,https://learn-awesome.github.io/assets/book_covers/9673935.jpg,book|https://www.goodreads.com/book/show/9673935-rodin-s-debutante,fiction,,,,,, -fd1ac464-5b1d-470b-9d15-fe0cd5318476,The Collected Poems: Derek Walcott,By Joanny Moulin,,book|https://www.goodreads.com/book/show/26348917-the-collected-poems,western-canon,,,,,, -846765f8-9437-4589-a49c-2f0aa26fe176,The Brothers Karamazov,By Fyodor Dostoyevsky,https://learn-awesome.github.io/assets/book_covers/4934.jpg,book|https://www.goodreads.com/book/show/4934.The_Brothers_Karamazov,classics,,,,,, -6f8d45a4-6df9-4096-b47f-c53c27bd8fbc,Wild Swans: Three Daughters of China,By Jung Chang,https://learn-awesome.github.io/assets/book_covers/1848.jpg,book|https://www.goodreads.com/book/show/1848.Wild_Swans,non-fiction,,,,,, -b8f46a75-9dcb-41e2-a95a-88e284f5babe,Citizens of London,By Lynne Olson,https://learn-awesome.github.io/assets/book_covers/6947702.jpg,book|https://www.goodreads.com/book/show/6947702-citizens-of-london,history,,,,,, -8e3bd3a6-753f-494c-8818-7598202b07be,The Color Purple,By Alice Walker,https://learn-awesome.github.io/assets/book_covers/11486.jpg,book|https://www.goodreads.com/book/show/11486.The_Color_Purple,classics,,,,,, -dcf1f7ef-a27b-4857-b631-79a495a63cc0,West with the Night,By Beryl Markham,https://learn-awesome.github.io/assets/book_covers/1624.jpg,book|https://www.goodreads.com/book/show/1624.West_with_the_Night,non-fiction,,,,,, -9735e395-c392-4677-aac0-40f562e9fcdf,After the Music Stopped,By Alan S. Blinder,https://learn-awesome.github.io/assets/book_covers/15811560.jpg,book|https://www.goodreads.com/book/show/15811560-after-the-music-stopped,economics,,,,,, -7046f2a5-12df-40a9-a5c2-26487eaf8145,Little Women,By Louisa May Alcott,https://learn-awesome.github.io/assets/book_covers/1934.jpg,book|https://www.goodreads.com/book/show/1934.Little_Women,classics,,,,,, -cd59580b-dce3-4009-a54c-780350369f4e,The Clan of the Cave Bear,By Jean M. Auel,https://learn-awesome.github.io/assets/book_covers/40611463.jpg,book|https://www.goodreads.com/book/show/40611463-the-clan-of-the-cave-bear,historical-fiction,,,,,, -6b55b55c-73bb-4250-9442-30c383ef1618,The Hare with Amber Eyes: A Hidden Inheritance,By Edmund de Waal,https://learn-awesome.github.io/assets/book_covers/9284082.jpg,book|https://www.goodreads.com/book/show/9284082-the-hare-with-amber-eyes,non-fiction,,,,,, -3a8ee06c-5773-4d9e-b7f1-b6836805cd08,The Signature of all Things,By Elizabeth Gilbert,https://learn-awesome.github.io/assets/book_covers/17465453.jpg,book|https://www.goodreads.com/book/show/17465453-the-signature-of-all-things,fiction,,,,,, -df5d68f8-0512-49c8-a37c-e26f41b0ed11,Our Divided Political Heart,By E.J. Dionne Jr.,https://learn-awesome.github.io/assets/book_covers/13122094.jpg,book|https://www.goodreads.com/book/show/13122094-our-divided-political-heart,politics,,,,,, -fcbd419f-0124-44b4-9d92-9b62df91fc94,The Transformation of the World,By Jürgen Osterhammel,https://learn-awesome.github.io/assets/book_covers/18607841.jpg,book|https://www.goodreads.com/book/show/18607841-the-transformation-of-the-world,history,,,,,, -161459ed-09bf-435e-8c59-52de3d57aed6,Madame Curie: A Biography,By Ève Curie,https://learn-awesome.github.io/assets/book_covers/341166.jpg,book|https://www.goodreads.com/book/show/341166.Madame_Curie,biography,,,,,, -9a79ebc1-12a6-4bd2-8223-ee53c2042302,Faust,By Johann Wolfgang von Goethe,https://learn-awesome.github.io/assets/book_covers/406373.jpg,book|https://www.goodreads.com/book/show/406373.Faust,classics,,,,,, -a131a89e-6fc0-4ac1-8a4b-020d9aba5135,The Destiny of Man,By Charles Le Gai Eaton,https://learn-awesome.github.io/assets/book_covers/79325.jpg,book|https://www.goodreads.com/book/show/79325.Islam_and_the_Destiny_of_Man,islam,,,,,, -8b029845-2ebe-453f-bf8a-bd5598670701,The Singing Heart: A Book of Quiet Reflections,By Ivan Ilyin,https://learn-awesome.github.io/assets/book_covers/30141307.jpg,book|https://www.goodreads.com/book/show/30141307-the-singing-heart,personal-library,,,,,, -672063ea-b1ab-4491-b3af-1392ef33ff56,Crime and Punishment,By Fyodor Dostoyevsky,https://learn-awesome.github.io/assets/book_covers/7144.jpg,book|https://www.goodreads.com/book/show/7144.Crime_and_Punishment,classics,,,,,, -b368e4d4-ec96-4ed0-99ea-68764b2663f8,"The Wine of Wisdom: The Life, Poetry and Philosophy",By Mehdi Aminrazavi,https://learn-awesome.github.io/assets/book_covers/86557.jpg,book|https://www.goodreads.com/book/show/86557.The_Wine_of_Wisdom,poetry,,,,,, -71c6247e-c630-4dd4-99b7-add3109d1f15,Anna Karenina,By Leo Tolstoy,https://learn-awesome.github.io/assets/book_covers/15823480.jpg,book|https://www.goodreads.com/book/show/15823480-anna-karenina,classics,,,,,, -aa2291b1-8c1e-404f-a013-dd77abd7d660,Sketches from a Hunter's Album,By Ivan Turgenev,https://learn-awesome.github.io/assets/book_covers/28458.jpg,book|https://www.goodreads.com/book/show/28458.Sketches_from_a_Hunter_s_Album,russian,,,,,, -eff01792-1ba2-4dbe-b1fd-c11524bde4ee,April 1865: The Month That Saved America,By Jay Winik,https://learn-awesome.github.io/assets/book_covers/55229.jpg,book|https://www.goodreads.com/book/show/55229.April_1865,history,,,,,, -0ff3482a-3d93-4af4-abaa-0a2078322e23,Manhunt: The 12 Day Chase to Catch Lincoln's Killer,By James L. Swanson,https://learn-awesome.github.io/assets/book_covers/146274.jpg,book|https://www.goodreads.com/book/show/146274.Manhunt,history,,,,,, -c43ec0e5-afc5-4aa4-9139-03c93513b160,Tried by War: Abraham Lincoln as Commander in Chief,By James M. McPherson,https://learn-awesome.github.io/assets/book_covers/2898564.jpg,book|https://www.goodreads.com/book/show/2898564-tried-by-war,history,,,,,, -593c6779-65e2-4ee1-993f-2aebe4c990c5,Personal Memoirs of Ulysses S Grant: Volumes 1 and 2,By Ulysses S. Grant,https://learn-awesome.github.io/assets/book_covers/39937149.jpg,book|https://www.goodreads.com/book/show/39937149-personal-memoirs-of-ulysses-s-grant,civil-war,,,,,, -3eb3e578-c0d8-40e2-8cc5-ab49caee914a,The Wind in Willows,By Kenneth Grahame,https://learn-awesome.github.io/assets/book_covers/5659.jpg,book|https://www.goodreads.com/book/show/5659.The_Wind_in_the_Willows,classics,,,,,, -e2575fce-67a7-423e-9151-cd943413a406,Tuck Everlasting,By Natalie Babbitt,https://learn-awesome.github.io/assets/book_covers/84981.jpg,book|https://www.goodreads.com/book/show/84981.Tuck_Everlasting,fantasy,,,,,, -ec023c23-7fa1-4ad1-8a0c-3bd64303fd2e,American Lion: Andrew Jackson in the White House,By Jon Meacham,https://learn-awesome.github.io/assets/book_covers/3147367.jpg,book|https://www.goodreads.com/book/show/3147367-american-lion,history,,,,,, -5bfd34f6-e429-40b5-a985-391eeba830dc,Ana's Story: A Journey of Hope,By Jenna Bush,https://learn-awesome.github.io/assets/book_covers/1457464.jpg,book|https://www.goodreads.com/book/show/1457464.Ana_s_Story,non-fiction,,,,,, -6064285c-cd60-4e00-aee4-9b5af62ddd94,Jesus Was a Jew,By Arnold G. Fruchtenbaum,https://learn-awesome.github.io/assets/book_covers/1772760.jpg,book|https://www.goodreads.com/book/show/1772760.Jesus_Was_A_Jew,christian-life,,,,,, -3f1096a2-8a3a-4416-a381-77249537c501,Shoemaker of Dreams,By Salvatore Ferragamo,https://learn-awesome.github.io/assets/book_covers/130656.jpg,book|https://www.goodreads.com/book/show/130656.Shoemaker_Of_Dreams,own-but-unread,,,,,, -32b313ab-6bc4-4bf2-81e3-be756436c6ab,The Crusades Through Arab Eyes,By Amin Maalouf,https://learn-awesome.github.io/assets/book_covers/64533.jpg,book|https://www.goodreads.com/book/show/64533.The_Crusades_Through_Arab_Eyes,history,,,,,, -5dcdf1ed-dc39-4ab8-a5c7-6ffb9fea1996,Germinal,By Émile Zola,https://learn-awesome.github.io/assets/book_covers/28407.jpg,book|https://www.goodreads.com/book/show/28407.Germinal,classics,,,,,, -d08e4f4d-bf42-487d-aa43-2f335f436efc,Ivanhoe,By Walter Scott,https://learn-awesome.github.io/assets/book_covers/6440.jpg,book|https://www.goodreads.com/book/show/6440.Ivanhoe,classics,,,,,, -56fb9351-2a3c-4e95-a22c-42fd9efee6dc,The Evolution of Civilizations: An Introduction to Historical Analysis,By Carroll Quigley,https://learn-awesome.github.io/assets/book_covers/991681.jpg,book|https://www.goodreads.com/book/show/991681.The_Evolution_of_Civilizations,history,,,,,, -8b500c44-67e8-4cec-953f-23a16fca9d6b,The Imitation of Christ,By Thomas à Kempis,https://learn-awesome.github.io/assets/book_covers/851393.jpg,book|https://www.goodreads.com/book/show/851393.The_Imitation_of_Christ,religion,,,,,, -0ad861ad-3693-4121-b9ad-503573cc4d99,The Denial of Death,By Ernest Becker,https://learn-awesome.github.io/assets/book_covers/2761.jpg,book|https://www.goodreads.com/book/show/2761.The_Denial_of_Death,philosophy,,,,,, -5f7c6b89-daeb-4450-8dd3-67943a7d357e,Homage to Catalonia,By George Orwell,https://learn-awesome.github.io/assets/book_covers/9646.jpg,book|https://www.goodreads.com/book/show/9646.Homage_to_Catalonia,history,,,,,, -f3e98ddc-5cab-4fca-abdd-8b12618e5b4c,The Cure at Troy: A Version of Sophocles’ Philoctetes,By Seamus Heaney,https://learn-awesome.github.io/assets/book_covers/834694.jpg,book|https://www.goodreads.com/book/show/834694.The_Cure_at_Troy,poetry,,,,,, -801a1bb3-0458-4e63-8630-531db2247055,You Can’t Go Home Again,By Thomas Wolfe,https://learn-awesome.github.io/assets/book_covers/12447.jpg,book|https://www.goodreads.com/book/show/12447.You_Can_t_Go_Home_Again,fiction,,,,,, -4a19b1e3-5249-440c-a83d-bf698c26c344,Nonzero: The Logic of Human Destiny,By Robert Wright,https://learn-awesome.github.io/assets/book_covers/9526993.jpg,book|https://www.goodreads.com/book/show/9526993-nonzero,non-fiction,,,,,, -0b90c177-d914-4212-a7f3-2bc9a535d4b8,The Confessions of Nat Turner,By William Styron,https://learn-awesome.github.io/assets/book_covers/577283.jpg,book|https://www.goodreads.com/book/show/577283.The_Confessions_of_Nat_Turner,fiction,,,,,, -87342714-fdcd-45ee-afa4-e713707e6a98,Politics as a Vocation,By Max Weber,https://learn-awesome.github.io/assets/book_covers/316333.jpg,book|https://www.goodreads.com/book/show/316333.The_Vocation_Lectures,philosophy,,,,,, -6e1b501d-7b5b-49c9-a5b9-b9fa42e19e79,Living History,By Hillary Rodham Clinton,https://learn-awesome.github.io/assets/book_covers/56073.jpg,book|https://www.goodreads.com/book/show/56073.Living_History,non-fiction,,,,,, -bb7e8c70-a44f-419e-816f-010119aa1d61,The Way of the World: From the Dawn of Civilizations to the Eve of the Twenty-First Century,By David Fromkin,https://learn-awesome.github.io/assets/book_covers/191280.jpg,book|https://www.goodreads.com/book/show/191280.The_Way_of_the_World,history,,,,,, -3c880c9e-fde1-439b-97dd-0976f5b926a6,"King Leopold’s Ghost: A Story of Greed, Terror and Heroism in Colonial Africa",By Adam Hochschild,https://learn-awesome.github.io/assets/book_covers/45458448.jpg,book|https://www.goodreads.com/book/show/45458448-king-leopold-s-ghost,history,,,,,, -0914c530-d1fe-43e4-9308-452e761911dd,"China's War with Japan, 1937-1945: The Struggle for Survival",By Mitler,,book|https://www.goodreads.com/book/show/18111702-china-s-war-with-japan-1937-1945-the-struggle-for-survival,non-fiction-general,,,,,, -2f141fcb-3efc-4fff-9133-91688a714d51,"Douglas Irwin, Clashing Over Commerce: A History of US Trade Policy.",By Douglas A. Irwin,https://learn-awesome.github.io/assets/book_covers/34524622.jpg,book|https://www.goodreads.com/book/show/34524622-clashing-over-commerce,economics,,,,,, -86c577b0-cc1e-43d1-909b-c31f9c13a6ca,"Tune In (The Beatles: All These Years, #1)",By Mark Lewisohn,https://learn-awesome.github.io/assets/book_covers/17884043.jpg,book|https://www.goodreads.com/book/show/17884043-tune-in,music,,,,,, -d8de79c1-3fcf-44e9-b75a-e7fb4554be3c,"Avivah Gottlieb Zornberg, Bewilderments: Reflections on the Book of Numbers",By Avivah Gottlieb Zornberg,https://learn-awesome.github.io/assets/book_covers/22318493.jpg,book|https://www.goodreads.com/book/show/22318493-bewilderments,judaica,,,,,, -339334c1-be89-45ee-848b-2cc701fc9396,"David Olusoga, Black and British: A Forgotten History",By David Olusoga,https://learn-awesome.github.io/assets/book_covers/32809816.jpg,book|https://www.goodreads.com/book/show/32809816-black-and-british,non-fiction,,,,,, -ff71e9f0-1c01-475a-97f4-34288148692d,"Marina Abramović, Walk Through Walls",By Marina Abramović,https://learn-awesome.github.io/assets/book_covers/28814918.jpg,book|https://www.goodreads.com/book/show/28814918-walk-through-walls,art,,,,,, -6306d0a5-255f-4fb0-9448-98f5352384f4,"The Falling Sky: Words of a Yanomami Shaman, by Davi Kopenawa",By Davi Kopenawa,https://learn-awesome.github.io/assets/book_covers/17804355.jpg,book|https://www.goodreads.com/book/show/17804355-the-falling-sky,anthropology,,,,,, -edbdbb43-beca-4a02-a825-5cb6db74c869,"Victor Davis Hanson, The Second World Wars: How the First Global Conflict was Fought and Won",By Victor Davis Hanson,https://learn-awesome.github.io/assets/book_covers/34184217.jpg,book|https://www.goodreads.com/book/show/34184217-the-second-world-wars,history,,,,,, -c3697e75-bd75-41d4-a9f2-b7c374b9eecc,"Christopher de Hamel, Meetings with Remarkable Manuscripts",By Christopher de Hamel,https://learn-awesome.github.io/assets/book_covers/29744374.jpg,book|https://www.goodreads.com/book/show/29744374-meetings-with-remarkable-manuscripts,history,,,,,, -3eecd8b3-4e5b-4ad1-aac2-a5efe0eabf41,"David B. Roberts, Qatar: Securing the Global Ambitions of a City-State",By David B. Roberts,https://learn-awesome.github.io/assets/book_covers/18764375.jpg,book|https://www.goodreads.com/book/show/18764375-qatar-securing-the-global-ambitions-of-a-city-state,politics,,,,,, -bd556357-fc19-43bf-8b54-d76a8dff5143,"Philip Dwyer, Napoleon: Passion, Death, and Resurrection, 1815-1849",By Philip G. Dwyer,https://learn-awesome.github.io/assets/book_covers/36198034.jpg,book|https://www.goodreads.com/book/show/36198034-napoleon,biography,,,,,, -c0008636-e8fa-4e96-a58d-03f73d8d5225,"R. Taggart Murphy, Japan and the Shackles of the Past",By R. Taggart Murphy,https://learn-awesome.github.io/assets/book_covers/18635378.jpg,book|https://www.goodreads.com/book/show/18635378-japan-and-the-shackles-of-the-past,japan,,,,,, -4ca674fe-a1e9-4429-a4ba-9f5cfcf03390,"Pierre Razoux, The Iran-Iraq War",By Pierre Razoux,https://learn-awesome.github.io/assets/book_covers/25402231.jpg,book|https://www.goodreads.com/book/show/25402231-the-iran-iraq-war,hist,,,,,, -998c3f40-8ca8-4afa-bff5-41aa79578346,"Arthur M. Melzer, Philosophy Between the Lines: The Lost History of Esoteric Writing",By Arthur M. Melzer,https://learn-awesome.github.io/assets/book_covers/20694748.jpg,book|https://www.goodreads.com/book/show/20694748-philosophy-between-the-lines,philosophy,,,,,, -ecf59b80-0c91-41c5-a244-c23803c48636,"Howard Eiland and Michael W. Jennings, Walter Benjamin: A Critical Life",By Howard Eiland,https://learn-awesome.github.io/assets/book_covers/17804337.jpg,book|https://www.goodreads.com/book/show/17804337-walter-benjamin,biography,,,,,, -74bac24e-45ba-40e2-9327-70c8b6d910fa,"David W. Blight, Frederick Douglass: Prophet of Freedom",By David W. Blight,https://learn-awesome.github.io/assets/book_covers/38530663.jpg,book|https://www.goodreads.com/book/show/38530663-frederick-douglass,biography,,,,,, -53a5d2c6-c762-4d55-8616-09991bc6f884,"Diane Coffey and Dean Spears, Where India Goes: Abandoned Toilets, Stunted Development, and the Costs of Caste",By Diane Coffey,https://learn-awesome.github.io/assets/book_covers/35700469.jpg,book|https://www.goodreads.com/book/show/35700469-where-india-goes,india,,,,,, -a78cd2fa-fa19-496d-bc7a-34e3dc546460,"Ian Bostridge, Schubert’s Winter Journey",By Ian Bostridge,https://learn-awesome.github.io/assets/book_covers/22318362.jpg,book|https://www.goodreads.com/book/show/22318362-schubert-s-winter-journey,music,,,,,, -3025f9bf-5625-42b3-a4d5-e753a0bfeff0,"Martin Gurri, The Revolt of the Public and the Crisis of Authority in the New Millennium.",By Martin Gurri,https://learn-awesome.github.io/assets/book_covers/22451908.jpg,book|https://www.goodreads.com/book/show/22451908-the-revolt-of-the-public-and-the-crisis-of-authority,politics,,,,,, -f379f305-b118-4577-b66f-a301a9bd8db2,"Melancholy, by László F. Földényi",By László F. Földényi,https://learn-awesome.github.io/assets/book_covers/27189871.jpg,book|https://www.goodreads.com/book/show/27189871-melancholy,philosophy,,,,,, -46f28977-aa3a-4e1d-861a-fb63734f0852,"Stephen Kotkin, Stalin, vol. 1",By Stephen Kotkin,https://learn-awesome.github.io/assets/book_covers/20821221.jpg,book|https://www.goodreads.com/book/show/20821221-stalin,history,,,,,, -b297b7aa-2adf-4a80-a6c0-ced070c7e5ce,"Mike Wallace, Greater Gotham: A History of New York City from 1898 to 1919",By Mike Wallace,https://learn-awesome.github.io/assets/book_covers/1088564.jpg,book|https://www.goodreads.com/book/show/1088564.Greater_Gotham,history,,,,,, -da7b4fdb-8667-4c3c-81cf-3c7a9c2c5b05,"Landmarks, Robert Macfarlane",By Robert Macfarlane,https://learn-awesome.github.io/assets/book_covers/23597544.jpg,book|https://www.goodreads.com/book/show/23597544-landmarks,non-fiction,,,,,, -bac29e1a-0a13-4ef4-8d44-a296ef838541,"Victor Sebestyen, Lenin: The Man, the Dictator, and the Master of Terror",By Victor Sebestyen,https://learn-awesome.github.io/assets/book_covers/34203157.jpg,book|https://www.goodreads.com/book/show/34203157-lenin-the-dictator,history,,,,,, -0b610f5c-ee44-44a0-9ae8-7a78f2bd59c0,"Charles C. Mann, The Wizard and the Prophet: Two Remarkable Scientists and Dueling Visions to Shape Tomorrow’s World",By Charles C. Mann,https://learn-awesome.github.io/assets/book_covers/34959327.jpg,book|https://www.goodreads.com/book/show/34959327-the-wizard-and-the-prophet,science,,,,,, -ce8034c8-2c4c-4310-93ea-f37314392059,"Robert Tombs, The English and Their History",By Robert Tombs,https://learn-awesome.github.io/assets/book_covers/23569457.jpg,book|https://www.goodreads.com/book/show/23569457-the-english-and-their-history,history,,,,,, -419777b6-a97a-4aa2-b96f-fb14d823f59e,"Joshua Foer, Dylan Thuras, and Ella Morton, Atlas Obscura: An Explorer’s Guide to the World’s Hidden Wonders",By Joshua Foer,https://learn-awesome.github.io/assets/book_covers/28110891.jpg,book|https://www.goodreads.com/book/show/28110891-atlas-obscura,non-fiction,,,,,, -5ed694e9-c7ec-4c87-bb21-440879a71c0f,"Timothy Snyder, Black Earth",By Timothy Snyder,https://learn-awesome.github.io/assets/book_covers/23995415.jpg,book|https://www.goodreads.com/book/show/23995415-black-earth,history,,,,,, -d274bddf-ab4e-42d7-acfc-38d5f743609a,Mastering ‘Metrics: The Path from Cause to Effec,By Joshua D. Angrist,https://learn-awesome.github.io/assets/book_covers/23986891.jpg,book|https://www.goodreads.com/book/show/23986891-mastering-metrics,economics,,,,,, -a0b832e4-dccc-408a-af76-56830bfde65f,"Jan Swafford, Beethoven: Anguish and Triumph",By Jan Swafford,https://learn-awesome.github.io/assets/book_covers/18222670.jpg,book|https://www.goodreads.com/book/show/18222670-beethoven,music,,,,,, -253568d7-5952-4340-9b49-5e398da65012,"Andrew Roberts, Napoleon: A Life",By Andrew Roberts,https://learn-awesome.github.io/assets/book_covers/20821092.jpg,book|https://www.goodreads.com/book/show/20821092-napoleon,history,,,,,, -e77a9ddd-b8f1-45e3-ab9e-e03757dde394,"Benedict Anderson, A Life Beyond Boundaries",By Benedict Anderson,https://learn-awesome.github.io/assets/book_covers/27405605.jpg,book|https://www.goodreads.com/book/show/27405605-a-life-beyond-boundaries,non-fiction,,,,,, -e06400b1-2273-48d8-8f72-b95bcde9fb06,"Yassin Al-Haj Saleh, The Impossible Revolution: Making Sense of the Syrian Tragedy",By Yassin Al-Haj Saleh,https://learn-awesome.github.io/assets/book_covers/35251852.jpg,book|https://www.goodreads.com/book/show/35251852-impossible-revolution,history,,,,,, -5d88c3b1-8e66-407a-a25c-baf7e1e240e4,"Sebastian Strangio, Hun Sen’s Cambodia",By Sebastian Strangio,https://learn-awesome.github.io/assets/book_covers/21945075.jpg,book|https://www.goodreads.com/book/show/21945075-hun-sen-s-cambodia,history,,,,,, -53008798-d4d5-4721-8d29-b054046c4083,"Quinn Slobodian, Globalists: The End of Empire and the Birth of Neoliberalism",By Quinn Slobodian,https://learn-awesome.github.io/assets/book_covers/36738613.jpg,book|https://www.goodreads.com/book/show/36738613-globalists,history,,,,,, -3ba0c7b7-7edb-43cb-b8c9-d8e8458f0c54,"Richard H. Thaler, Misbehaving: The Making of Behavioral Economics",By Richard H. Thaler,https://learn-awesome.github.io/assets/book_covers/26530355.jpg,book|https://www.goodreads.com/book/show/26530355-misbehaving,economics,,,,,, -bbd4b69c-5dc9-483b-8e6b-ec416120a747,"Richard White, The Republic for Which It Stands: The United States During Reconstruction and the Gilded Age, 1865-1896",By Richard White,https://learn-awesome.github.io/assets/book_covers/34379310.jpg,book|https://www.goodreads.com/book/show/34379310-the-republic-for-which-it-stands,history,,,,,, -4120e21a-4a55-465a-8e97-5f22344dd3ff,Worldly Philosopher: The Odyssey of Albert O. Hirschman,By Jeremy Adelman,https://learn-awesome.github.io/assets/book_covers/17130546.jpg,book|https://www.goodreads.com/book/show/17130546-worldly-philosopher,biography,,,,,, -ea9a6f31-eb67-4d49-95ca-505bfb2941dd,"Lawrence in Arabia: War, Deceit, Imperial Folly, and the Making of the Modern Middle East",By Scott Anderson,https://learn-awesome.github.io/assets/book_covers/17262206.jpg,book|https://www.goodreads.com/book/show/17262206-lawrence-in-arabia,history,,,,,, -4f37fa73-8bf6-46cd-853a-e82705f79f97,"Laurent Dubois, Haiti: The Aftershocks of History",By Laurent Dubois,https://learn-awesome.github.io/assets/book_covers/13083846.jpg,book|https://www.goodreads.com/book/show/13083846-haiti,history,,,,,, -c96692ab-2627-4a15-b95c-ebcb13ed3bce,Freedom by Jonathan Franzen,By Jonathan Franzen,https://learn-awesome.github.io/assets/book_covers/7905092._SX98_.jpg,book|https://www.goodreads.com/book/show/7905092-freedom,fiction,,,,,, -06a166e9-a2db-46e4-891e-46236622f63a,Varun Sivaram’s Taming the Sun: Innovations to Harness Solar Energy and Power the Planet,By Varun Sivaram,https://learn-awesome.github.io/assets/book_covers/36722606.jpg,book|https://www.goodreads.com/book/show/36722606-taming-the-sun,science,,,,,, -3317871b-01e9-4f40-94a8-ea50224c389e,"James C. Scott, Against the Grain: A Deep History of the Earliest States",By James C. Scott,https://learn-awesome.github.io/assets/book_covers/34324534.jpg,book|https://www.goodreads.com/book/show/34324534-against-the-grain,history,,,,,, -d17a45a9-d4b7-4522-9932-d893f573b2a0,"Serhii Plokhy, The Gates of Europe: A History of Ukraine",By Serhii Plokhy,https://learn-awesome.github.io/assets/book_covers/25255053.jpg,book|https://www.goodreads.com/book/show/25255053-the-gates-of-europe,history,,,,,, -660a163a-de22-418a-a68e-4edd0170f4a8,"Hal Whitehead and Luke Rendell, The Cultural Lives of Whales and Dolphins",By Hal Whitehead,https://learn-awesome.github.io/assets/book_covers/20948410.jpg,book|https://www.goodreads.com/book/show/20948410-the-cultural-lives-of-whales-and-dolphins,science,,,,,, -a2d3bc22-dec1-4b73-b5ca-bcc35032c5c1,"Margaret Thatcher: The Authorized Biography, Volume 1: From Grantham to the Falklands",By Charles Moore,https://learn-awesome.github.io/assets/book_covers/17797257.jpg,book|https://www.goodreads.com/book/show/17797257-margaret-thatcher,biography,,,,,, -e9092a72-3ba0-4b36-a61b-951d41e80c4c,"Rob Sheffield, Dreaming the Beatles: The Love Story of One Band and the Whole World",By Rob Sheffield,https://learn-awesome.github.io/assets/book_covers/28446162.jpg,book|https://www.goodreads.com/book/show/28446162-dreaming-the-beatles,music,,,,,, -f0e45385-9e4b-440a-90c5-50ead36859e9,"The Internal Enemy: Slavery and War in Virginia, 1772-1832",By Alan Taylor,https://learn-awesome.github.io/assets/book_covers/20663739.jpg,book|https://www.goodreads.com/book/show/20663739-the-internal-enemy,history,,,,,, -c55136a8-3efc-4519-92bf-87f6de2b3dcc,"Dennis C. Rasmussen, The Infidel and the Professor: David Hume, Adam Smith, and the Friendship That Shaped Modern Thought",By Dennis C. Rasmussen,https://learn-awesome.github.io/assets/book_covers/34427035.jpg,book|https://www.goodreads.com/book/show/34427035-the-infidel-and-the-professor,philosophy,,,,,, -b2e6c4a7-43ba-4212-94a9-31c68532956d,"Guantánamo Diary, by Mohamedou Ould Slahi",By Mohamedou Ould Slahi,https://learn-awesome.github.io/assets/book_covers/35271522.jpg,book|https://www.goodreads.com/book/show/35271522-guant-namo-diary,non-fiction,,,,,, -e694b895-06ea-4181-9eda-c118fb3826f9,Days of Fire: Bush and Cheney in the White House,By Peter Baker,https://learn-awesome.github.io/assets/book_covers/17288658.jpg,book|https://www.goodreads.com/book/show/17288658-days-of-fire,history,,,,,, -46f309c6-dfbe-409b-b2f7-b4fe9453bedb,"Ben H. Shepherd, Hitler’s Soldiers: The German Army in the Third Reich",By Ben H. Shepherd,https://learn-awesome.github.io/assets/book_covers/27157558.jpg,book|https://www.goodreads.com/book/show/27157558-hitler-s-soldiers,history,,,,,, -721751d6-8fd1-44e9-8aea-769e7fd1a4bb,War from the Ground Up: Twenty-First Century Combat as Politics,By Emile Simpson,https://learn-awesome.github.io/assets/book_covers/16308291.jpg,book|https://www.goodreads.com/book/show/16308291-war-from-the-ground-up,saass,,,,,, -6e0bf2ea-6251-49cb-9720-27fc8dc6fe26,"Richard O. Prum, The Evolution of Beauty: How Darwin’s Forgotten Theory of Mate Choice Shapes the Animal World — And Us",By Richard O. Prum,https://learn-awesome.github.io/assets/book_covers/31624963.jpg,book|https://www.goodreads.com/book/show/31624963-the-evolution-of-beauty,science,,,,,, -a87077bb-2480-4576-aba5-3e692ec4797e,"Peter Parker, Housman Country: Into the Heart of England",By Peter Parker,https://learn-awesome.github.io/assets/book_covers/30813019.jpg,book|https://www.goodreads.com/book/show/30813019-housman-country,poetry,,,,,, -96a63654-4b98-4ebb-a3bd-eff22ae3f39d,"Tim Harford, Fifty Inventions that Shaped the Modern Economy",By Tim Harford,https://learn-awesome.github.io/assets/book_covers/33358206.jpg,book|https://www.goodreads.com/book/show/33358206-fifty-inventions-that-shaped-the-modern-economy,non-fiction,,,,,, -9bfe0e71-16fb-4a66-b32a-36c2031ad890,"Julian Gewirtz, Unlikely Partners: Chinese Reformers, Western Economists, and the Making of Global China",By Julian B Gewirtz,https://learn-awesome.github.io/assets/book_covers/29940893.jpg,book|https://www.goodreads.com/book/show/29940893-unlikely-partners,china,,,,,, -d048a55e-4c41-4b69-83f5-5a4533dda4ca,"Going Clear: Scientology, Hollywood, and the Prison of Belief",By Lawrence Wright,https://learn-awesome.github.io/assets/book_covers/16142053.jpg,book|https://www.goodreads.com/book/show/16142053-going-clear,non-fiction,,,,,, -544e5bbb-890f-4108-a874-b57110abf7a5,"John F. Pfaff, Locked In: The True Causes of Mass Incarceration and How to Achieve Real Reform",By John F. Pfaff,https://learn-awesome.github.io/assets/book_covers/29502356.jpg,book|https://www.goodreads.com/book/show/29502356-locked-in,non-fiction,,,,,, -df7481fd-fd7d-4b34-8f8a-9be7f8d04c75,"Ashlee Vance, Elon Musk: Tesla, Space X, and the Quest for a Fantastic Future",By Ant Hive Media,https://learn-awesome.github.io/assets/book_covers/29469567.jpg,book|https://www.goodreads.com/book/show/29469567-ashlee-vance-s-elon-musk,biography,,,,,, -93628ae0-fa9b-4b54-89fe-ddb8ff956df2,"Odd Arne Westad, Restless Empire: China and the World Since 1750",By Odd Arne Westad,https://learn-awesome.github.io/assets/book_covers/13237700.jpg,book|https://www.goodreads.com/book/show/13237700-restless-empire,history,,,,,, -4f7aa87c-1d55-4adf-90d9-5d7aba5a031b,"Srinath Raghavan, India’s War: World War II and the Making of Modern South Asia",By Srinath Raghavan,https://learn-awesome.github.io/assets/book_covers/26240787.jpg,book|https://www.goodreads.com/book/show/26240787-india-s-war,history,,,,,, -259eab04-9b7f-4d7a-8f44-03820706a99c,"Peter Laurence, Becoming Jane Jacobs",By Peter L. Laurence,https://learn-awesome.github.io/assets/book_covers/26371412.jpg,book|https://www.goodreads.com/book/show/26371412-becoming-jane-jacobs,biography,,,,,, -950d5dfe-9337-4b47-9181-99d9dab42a8b,"Michael Meyer, In Manchuria: A Village Called Wasteland and the Transformation of Rural China",By Michael Meyer,https://learn-awesome.github.io/assets/book_covers/22529382.jpg,book|https://www.goodreads.com/book/show/22529382-in-manchuria,china,,,,,, -91b8d46e-6b7f-4e30-a205-3c48e373cb34,"Twilight of the Belle Epoque: The Paris of Picasso, Stravinsky, Proust, Renault, Marie Curie, Gertrude Stein, and Their Friends Through the Great War",By Mary McAuliffe,https://learn-awesome.github.io/assets/book_covers/18173726.jpg,book|https://www.goodreads.com/book/show/18173726-twilight-of-the-belle-epoque,history,,,,,, -e4b190bd-c0b0-4d14-8698-fb736331c78e,"David Edgerton, The Rise and Fall of the British Nation: A Twentieth Century History",By David Edgerton,https://learn-awesome.github.io/assets/book_covers/37806848.jpg,book|https://www.goodreads.com/book/show/37806848-the-rise-and-fall-of-the-british-nation,history,,,,,, -d2306af7-7cea-498d-af1e-613dfd2c2f2b,"Allen C. Guelzo, Reconstruction: A Concise History",By Allen C. Guelzo,https://learn-awesome.github.io/assets/book_covers/36849046.jpg,book|https://www.goodreads.com/book/show/36849046-reconstruction,history,,,,,, -f9f5d6aa-0e5d-451a-b69a-95ebe942f4b1,"Scott Sumner, The Midas Paradox",By Scott Sumner,https://learn-awesome.github.io/assets/book_covers/21561652.jpg,book|https://www.goodreads.com/book/show/21561652-the-midas-paradox,economics,,,,,, -021683df-68f4-43cc-847a-00182277368c,The Power of Glamour: Longing and the Art of Visual Persuasion,By Virginia Postrel,https://learn-awesome.github.io/assets/book_covers/16130362.jpg,book|https://www.goodreads.com/book/show/16130362-the-power-of-glamour,fashion,,,,,, -8f3d4503-81b3-4eb2-b6b4-b263070b62a2,"Christopher Goscha, The Penguin History of Modern Vietnam",By Christopher E. Goscha,https://learn-awesome.github.io/assets/book_covers/29889975.jpg,book|https://www.goodreads.com/book/show/29889975-vietnam,history,,,,,, -32c7a9ae-3593-4abd-ae4c-dd6f2cd07bde,"Dani Rodrik, Economics Rules",By Dani Rodrik,https://learn-awesome.github.io/assets/book_covers/28789662.jpg,book|https://www.goodreads.com/book/show/28789662-economics-rules,economics,,,,,, -3d9f0404-1825-411f-a5df-8f0a29b72a74,"Andrew Scott Cooper, The Fall of Heaven: The Pahlavis and the Final Days of Imperial Iran",By Andrew Scott Cooper,https://learn-awesome.github.io/assets/book_covers/26792276.jpg,book|https://www.goodreads.com/book/show/26792276-the-fall-of-heaven,history,,,,,, -9dac7a69-0103-4a03-94ca-f69fdfb36f80,The Bombing War: Europe 1939-1945,By Richard Overy,https://learn-awesome.github.io/assets/book_covers/18004765.jpg,book|https://www.goodreads.com/book/show/18004765-the-bombing-war,history,,,,,, -1d705f83-2fa3-486c-84b6-fe0cbd3f7660,"Tim Harford, Messy: The Power of Disorder to Transform Our Lives",By Tim Harford,https://learn-awesome.github.io/assets/book_covers/28815513.jpg,book|https://www.goodreads.com/book/show/28815513-messy,non-fiction,,,,,, -dc2ec7db-57fb-4867-9700-0e4456ebbb64,"David Eimer, The Emperor Far Away: Travels at the Edge of China",By David Eimer,https://learn-awesome.github.io/assets/book_covers/18594406.jpg,book|https://www.goodreads.com/book/show/18594406-the-emperor-far-away,travel,,,,,, -e3f6b8cf-599c-46d2-b58d-4b6fa4e784f2,"Jonathan Rottenberg, The Depths: The Evolutionary Origins of the Depression Epidemic",By Jonathan Rottenberg,https://learn-awesome.github.io/assets/book_covers/16193684.jpg,book|https://www.goodreads.com/book/show/16193684-the-depths,psychology,,,,,, -84f698be-e6e9-4dd8-9f9a-e26725c54dd4,The Normans: From Raiders to Kings,By Lars Brownworth,https://learn-awesome.github.io/assets/book_covers/20873938.jpg,book|https://www.goodreads.com/book/show/20873938-the-normans,history,,,,,, -f3225322-355c-4f44-8e9d-06a120cb9e7d,"Vodka Politics: Alcohol, Autocracy, and the Secret History of the Russian State",By Mark Lawrence Schrad,https://learn-awesome.github.io/assets/book_covers/17847507.jpg,book|https://www.goodreads.com/book/show/17847507-vodka-politics,history,,,,,, -e694bd87-88c8-4e07-b6a6-3eec2dc63827,"Jean Lucey Pratt, A Notable Woman",By Jean Lucey Pratt,https://learn-awesome.github.io/assets/book_covers/21535533.jpg,book|https://www.goodreads.com/book/show/21535533-a-notable-woman,non-fiction,,,,,, -c2e08fdf-2cf4-406c-a0cc-1a858252ad40,The Rebirth of Education: Schooling Ain't Learning,By Lant Pritchett,https://learn-awesome.github.io/assets/book_covers/18724693.jpg,book|https://www.goodreads.com/book/show/18724693-the-rebirth-of-education,education,,,,,, -b02dcb83-8728-4f90-8e26-087be81146a7,MathOverflow,,,website|https://mathoverflow.net/,mathematics,,,research,,, -d7fb1ee3-adbd-44e6-9e1f-fccdebda2333,"Daniel P. Todes, Ivan Pavlov: A Russian Life in Science",By Daniel P. Todes,https://learn-awesome.github.io/assets/book_covers/21816481.jpg,book|https://www.goodreads.com/book/show/21816481-ivan-pavlov,biography,,,,,, -c0adc887-9539-4607-9988-560483022b1b,The Undercover Economist Strikes Back: How to Run-or Ruin-an Economy,By Tim Harford,https://learn-awesome.github.io/assets/book_covers/18079494.jpg,book|https://www.goodreads.com/book/show/18079494-the-undercover-economist-strikes-back,economics,,,,,, -73ce7e16-5c61-4769-899f-43df9d3b7933,"Michael Dirda, On Conan Doyle: Or, The Whole Art of Storytelling",By Michael Dirda,https://learn-awesome.github.io/assets/book_covers/12794324.jpg,book|https://www.goodreads.com/book/show/12794324-on-conan-doyle,non-fiction,,,,,, -3e152b1e-4173-41b9-9057-3e81ff339fe8,"Tyler Cowen, Stubborn Attachments: A Vision for a Society of Free, Prosperous, and Responsible Individuals",By Tyler Cowen,https://learn-awesome.github.io/assets/book_covers/31283667.jpg,book|https://www.goodreads.com/book/show/31283667-stubborn-attachments,economics,,,,,, -b8cdbba9-67af-466d-b16f-fb2acd490df3,"Marie Kondo, Spark Joy: An Illustrated Guide to the Japanese Art of Tidying",By Marie Kondō,https://learn-awesome.github.io/assets/book_covers/25614984.jpg,book|https://www.goodreads.com/book/show/25614984-spark-joy,non-fiction,,,,,, -60f17f0e-c98d-4e41-a66a-3778254076fa,"Michael Booth, The Almost Nearly Perfect People",By Michael Booth,https://learn-awesome.github.io/assets/book_covers/18104725.jpg,book|https://www.goodreads.com/book/show/18104725-the-almost-nearly-perfect-people,non-fiction,,,,,, -c44fb36d-3413-46bf-90c7-e1e297108b13,"Brian Merchant, The One Device: The Secret History of the iPhone",By Brian Merchant,https://learn-awesome.github.io/assets/book_covers/32603496.jpg,book|https://www.goodreads.com/book/show/32603496-the-one-device,non-fiction,,,,,, -7c44d423-01dd-4941-bc03-895b36b358e9,"Lyndal Roper, Martin Luther: Renegade and Prophet",By Lyndal Roper,https://learn-awesome.github.io/assets/book_covers/30408847.jpg,book|https://www.goodreads.com/book/show/30408847-martin-luther,history,,,,,, -504b2c71-33f0-4709-993b-976d864bbb42,"Emily Dufton, Grass Roots: The Rise and Fall and Rise of Marijuana in America",By Emily Dufton,https://learn-awesome.github.io/assets/book_covers/34848864.jpg,book|https://www.goodreads.com/book/show/34848864-grass-roots,history,,,,,, -a68c3186-c41d-4ab4-8d92-4cf76e7d8513,"David Hackett Fischer, Fairness and Freedom: A History of Two Open Societies: New Zealand and the United States",By David Hackett Fischer,https://learn-awesome.github.io/assets/book_covers/12112539.jpg,book|https://www.goodreads.com/book/show/12112539-fairness-and-freedom,history,,,,,, -1263f69d-c7e4-4a77-971f-b596f88032ae,"James Fallows, China Airborne",By James M. Fallows,https://learn-awesome.github.io/assets/book_covers/13151308.jpg,book|https://www.goodreads.com/book/show/13151308-china-airborne,china,,,,,, -f590cb5e-44b1-4cb5-b0ed-007ebdee53b9,"Nick Chater, The Mind is Flat: The Illusion of Mental Depth and the Improvised Mind",By Nick Chater,https://learn-awesome.github.io/assets/book_covers/36325702.jpg,book|https://www.goodreads.com/book/show/36325702-the-mind-is-flat,psychology,,,,,, -5cc74321-c6ea-49c8-a92a-c6736ab2ead6,Say You're One of Them ,By Uwem Akpan,,book|https://www.goodreads.com/book/show/2296567.Say_You_re_One_of_Them,fiction,,,,,, -ea835b3b-c4e6-41b6-acb8-d64f6e05d91d,"Jean M. Twenge, iGen: Why Today’s Super-Connected Kids are Growing Up Less Rebellious, More Tolerant, Less Happy — and Completely Unprepared for Adulthood",By Jean M. Twenge,https://learn-awesome.github.io/assets/book_covers/33268384.jpg,book|https://www.goodreads.com/book/show/33268384-igen,non-fiction,,,,,, -7c6272fb-5ae8-4bbc-885e-8199d5c308fe,"Peter H. Wilson, Heart of Europe: A History of the Holy Roman Empire",By Peter H. Wilson,https://learn-awesome.github.io/assets/book_covers/25539031.jpg,book|https://www.goodreads.com/book/show/25539031-heart-of-europe,history,,,,,, -1496c209-c606-4dd2-8b56-0847a9925317,"Greg Woolf, Rome: An Empire’s Story",By Greg Woolf,https://learn-awesome.github.io/assets/book_covers/13625837.jpg,book|https://www.goodreads.com/book/show/13625837-rome,history,,,,,, -30cc8774-a76a-454a-b99e-e115fcc79d86,Capitalism Without Capital: The Rise of the Intangible Economy,By Jonathan Haskel and Stian Westlake,https://learn-awesome.github.io/assets/book_covers/34928269.jpg,book|https://www.goodreads.com/book/show/34928269-capitalism-without-capital,economics,,,,,, -d244f26d-c414-4c95-9fe4-102474784e4d,"John Keay, Midnight’s Descendants: A History of South Asia since Partition",By John Keay,https://learn-awesome.github.io/assets/book_covers/21008559.jpg,book|https://www.goodreads.com/book/show/21008559-midnight-s-descendants,india,,,,,, -18688a7c-6aa1-47c4-b003-cb4ebbaf57ee,"Daniel W. Drezner, The Ideas Industry: How Pessimists, Partisans, and Plutocrats are Transforming the Marketplace of Ideas",By Daniel W. Drezner,https://learn-awesome.github.io/assets/book_covers/32335738.jpg,book|https://www.goodreads.com/book/show/32335738-the-ideas-industry,politics,,,,,, -6f50a1b8-8a4a-47cb-ac94-5499fccc644c,Blood Royal: A True Tale of Crime and Detection in Medieval Paris,By Eric Jager,https://learn-awesome.github.io/assets/book_covers/17669038.jpg,book|https://www.goodreads.com/book/show/17669038-blood-royal,history,,,,,, -fcec82ef-7a34-4e84-9050-98d12dd55eb2,New Museums in China,By William Shakespeare,https://learn-awesome.github.io/assets/book_covers/407674.jpg,book|https://www.goodreads.com/book/show/407674.Romeo_and_Juliet,classics,,,,,, -b48110ba-61d6-48b1-86cc-fe9c7abcc390,"Cecilia Heyes, Cognitive Gadgets: The Cultural Evolution of Thinking",By Cecilia Heyes,https://learn-awesome.github.io/assets/book_covers/36700770.jpg,book|https://www.goodreads.com/book/show/36700770-cognitive-gadgets,science,,,,,, -570f2502-f19b-4354-971b-8c2ba1df6edf,"Mary Gaitskill, Somebody with a Little Hammer, Essays",By Mary Gaitskill,https://learn-awesome.github.io/assets/book_covers/31159113.jpg,book|https://www.goodreads.com/book/show/31159113-somebody-with-a-little-hammer,essays,,,,,, -5ef89508-d576-40a8-a7c2-ec68831993a4,"Greg Ip, Foolproof: Why Safety Can be Dangerous, and How Danger Makes Us Safe",By Greg Ip,https://learn-awesome.github.io/assets/book_covers/24819490.jpg,book|https://www.goodreads.com/book/show/24819490-foolproof,non-fiction,,,,,, -02a22a8d-22cf-4f32-8778-c3163ba1365c,"Sujatha Gidla, Ants Among Elephants: An Untouchable Family and the Making of Modern India",By Sujatha Gidla,https://learn-awesome.github.io/assets/book_covers/31450688.jpg,book|https://www.goodreads.com/book/show/31450688-ants-among-elephants,non-fiction,,,,,, -1d397031-667c-4c8c-9215-ee4310421290,"Garett Jones, The Hive Mind",By Garett Jones,https://learn-awesome.github.io/assets/book_covers/25559688.jpg,book|https://www.goodreads.com/book/show/25559688-hive-mind,psychology,,,,,, -47a43e7b-496a-4225-9885-bdf05c56316b,Benjamin Britten: A Life for Music,By Neil Powell,https://learn-awesome.github.io/assets/book_covers/16045173.jpg,book|https://www.goodreads.com/book/show/16045173-benjamin-britten,music,,,,,, -ab7ffc02-cd5a-4e85-b123-b6038bf8e3ae,Affordable Excellence: The Singapore Healthcare Story,By William A. Haseltine,https://learn-awesome.github.io/assets/book_covers/15864076.jpg,book|https://www.goodreads.com/book/show/15864076-affordable-excellence,economics,,,,,, -10cd56a5-71c2-4ed1-941d-353852dccb0e,The Why Axis: Hidden Motives and The Undiscovered Economics of Everyday Life,By Uri Gneezy,https://learn-awesome.github.io/assets/book_covers/17693458.jpg,book|https://www.goodreads.com/book/show/17693458-the-why-axis,economics,,,,,, -59b30043-bbec-4209-a8d0-5299b292d75a,"Tom Bissell, Apostle: Travels Among the Tombs of the Twelve.",By Tom Bissell,https://learn-awesome.github.io/assets/book_covers/25775904.jpg,book|https://www.goodreads.com/book/show/25775904-apostle,history,,,,,, -d483e685-0149-4963-bf91-396e6a60b4e9,"William Domnarski, Richard Posner",By William Domnarski,https://learn-awesome.github.io/assets/book_covers/28286011.jpg,book|https://www.goodreads.com/book/show/28286011-richard-posner,law,,,,,, -9259deb8-d6be-4651-8dbb-efecc7d5d9b6,"George Dyson, Turing’s Cathedral: The Origins of the Digital Universe",By George Dyson,https://learn-awesome.github.io/assets/book_covers/12625589.jpg,book|https://www.goodreads.com/book/show/12625589-turing-s-cathedral,history,,,,,, -5b0e2a19-ce3c-4204-b4b1-4ac1d270e8ac,"David Garrow, Rising Star: The Making of Barack Obama",By David J. Garrow,https://learn-awesome.github.io/assets/book_covers/31449002.jpg,book|https://www.goodreads.com/book/show/31449002-rising-star,biography,,,,,, -3e5d5194-8772-414a-b524-10b98bdb7b1b,"Porochista Khakpour, Sick: A Memoir",By Porochista Khakpour,https://learn-awesome.github.io/assets/book_covers/33026961.jpg,book|https://www.goodreads.com/book/show/33026961-sick,memoir,,,,,, -6a582e5c-6f59-4adc-9687-a822d0e48d71,"Neil M. Maher, Apollo in the Age of Aquarius",By Neil M Maher,,book|https://www.goodreads.com/book/show/32336662-apollo-in-the-age-of-aquarius,history,,,,,, -0e116102-e3d3-421a-8893-935b9a96f337,"Emmanuel Todd, Who is Charlie",By Emmanuel Todd,https://learn-awesome.github.io/assets/book_covers/25486858.jpg,book|https://www.goodreads.com/book/show/25486858-qui-est-charlie-sociologie-d-une-crise-religieuse,politics,,,,,, -9dfc7a78-8495-4ff3-b8a7-32c8bd6b67d2,"W.J. Rorabaugh, Prohibition: A Concise History",By W. J. Rorabaugh,https://learn-awesome.github.io/assets/book_covers/38125154.jpg,book|https://www.goodreads.com/book/show/38125154-prohibition,non-fiction,,,,,, -9e423ab5-af00-4028-93c6-e03c9c5572e1,Francesca Lidia Viano’s Sentinel: The Unlikely Origins of the Statue of Liberty,By Francesca Lidia Viano,https://learn-awesome.github.io/assets/book_covers/38502102.jpg,book|https://www.goodreads.com/book/show/38502102-sentinel,didn-t-finish,,,,,, -58a300f4-75a4-41f8-9cef-0c7bfc6c3eef,"Benjamin Grob-Fitzgibbon, Continental Drift: Britain and Europe from the End of Empire to the Rise of Euroscepticism",By Benjamin Grob-Fitzgibbon,https://learn-awesome.github.io/assets/book_covers/28356727.jpg,book|https://www.goodreads.com/book/show/28356727-continental-drift,to-get,,,,,, -8e461688-1ed5-4b99-af05-52c926248c5d,"David Reich, Who We Are and How We Got Here",By Sarah Fields,https://learn-awesome.github.io/assets/book_covers/44278723._SX98_.jpg,book|https://www.goodreads.com/book/show/44278723-summary,genetics,,,,,, -610dfc3d-14d6-4dbd-a326-808f5e59b920,So who wins,By Wren Waters,https://learn-awesome.github.io/assets/book_covers/34632750._SX98_.jpg,book|https://www.goodreads.com/book/show/34632750-so-you-want-to-win-her-back,fiction,,,,,, -18bd01d9-c811-4554-bfc8-8162b26dd71a,Essays in Economics,By Ronald H. Coase,https://learn-awesome.github.io/assets/book_covers/601443.jpg,book|https://www.goodreads.com/book/show/601443.Essays_on_Economics_and_Economists,economics,,,,,, -60805878-cfa3-482d-9ce4-dec6033e8d72,Prelude to Foundation,By Isaac Asimov,https://learn-awesome.github.io/assets/book_covers/30013.jpg,book|https://www.goodreads.com/book/show/30013.Prelude_to_Foundation,science-fiction,,,,,, -eeae0f9d-4ba9-4143-99db-28ebfe75c823,The General Theory Of Employment Interest And Money\,By John Maynard Keynes,https://learn-awesome.github.io/assets/book_covers/303615.jpg,book|https://www.goodreads.com/book/show/303615.The_General_Theory_of_Employment_Interest_and_Money,economics,,,,,, -de7faa43-7413-46c9-a8bc-71c28e15324f,The Restoration Game,By Ken MacLeod,https://learn-awesome.github.io/assets/book_covers/6766039.jpg,book|https://www.goodreads.com/book/show/6766039-the-restoration-game,science-fiction,,,,,, -84da7fe5-7133-4eb0-a40d-5cafd7db122a,My Gentle Barn: Creating a Sanctuary Where Animals Heal and Children Learn to Hope,By Ellie Laks,https://learn-awesome.github.io/assets/book_covers/21453713.jpg,book|https://www.goodreads.com/book/show/21453713-my-gentle-barn,animals,,,,,, -2204821c-f423-4bbf-b20a-16bf8420dc3f,The Art of Racing in the Rain,By Garth Stein,https://learn-awesome.github.io/assets/book_covers/3153910.jpg,book|https://www.goodreads.com/book/show/3153910-the-art-of-racing-in-the-rain,fiction,,,,,, -4b174c10-d433-4119-86f8-89c6f0298743,The Goldflinch,By Donna Tartt,https://learn-awesome.github.io/assets/book_covers/17333223.jpg,book|https://www.goodreads.com/book/show/17333223-the-goldfinch,fiction,,,,,, -3b6ab58d-2cc6-4823-a470-23c0fd0cda98,Success Through Stillness: Meditation Made Simple,By Russell Simmons,https://learn-awesome.github.io/assets/book_covers/18079526.jpg,book|https://www.goodreads.com/book/show/18079526-success-through-stillness,self-help,,,,,, -498f57b4-c520-47e4-8a4c-4b3888fc9740,Cheese Trap ,By Joy Cowley,https://learn-awesome.github.io/assets/book_covers/7527549.jpg,book|https://www.goodreads.com/book/show/7527549-the-cheese-trap,winter-2017-nonfiction,,,,,, -34439a90-41f1-4b3d-946d-233c10a24e87,Interiors: Atelier AM ,By Alexandra Misczynski,https://learn-awesome.github.io/assets/book_covers/13573180.jpg,book|https://www.goodreads.com/book/show/13573180-interiors-atelier-am,architecture,,,,,, -e91cb6fb-dba4-4789-a186-1dd2d29e9fb2,I Know This Much is True,By Wally Lamb,https://learn-awesome.github.io/assets/book_covers/227711.jpg,book|https://www.goodreads.com/book/show/227711.I_Know_This_Much_Is_True,fiction,,,,,, -5244876a-fa73-40b8-8323-0c5295e35aea,Stones from the River,By Ursula Hegi,https://learn-awesome.github.io/assets/book_covers/77163.jpg,book|https://www.goodreads.com/book/show/77163.Stones_from_the_River,fiction,,,,,, -29b8fc81-7ba4-4b67-aef9-2eb9f715c9fa,Love Warrior,By Glennon Doyle Melton,https://learn-awesome.github.io/assets/book_covers/31845516.jpg,book|https://www.goodreads.com/book/show/31845516-love-warrior,memoir,,,,,, -e55fd6c3-42ea-4a53-ac66-bb1ba9f2a4b9,The Poisonwood Bible,By Barbara Kingsolver,https://learn-awesome.github.io/assets/book_covers/7244.jpg,book|https://www.goodreads.com/book/show/7244.The_Poisonwood_Bible,fiction,,,,,, -47f94485-76be-4f61-9c16-3251c8802d28,The Heart is a Lonely Hunter,By Carson McCullers,https://learn-awesome.github.io/assets/book_covers/37380.jpg,book|https://www.goodreads.com/book/show/37380.The_Heart_Is_a_Lonely_Hunter,fiction,,,,,, -45b836ce-1e4a-4fdf-a865-42876b21f6bb,Fall on Your Knees,By Ann-Marie MacDonald,https://learn-awesome.github.io/assets/book_covers/5174.jpg,book|https://www.goodreads.com/book/show/5174.Fall_on_Your_Knees,fiction,,,,,, -38324947-0782-45a5-b176-46aafbd4b2e8,Words that Matter: A Little Book of Life Lessons,"By O, The Oprah Magazine",https://learn-awesome.github.io/assets/book_covers/7550965.jpg,book|https://www.goodreads.com/book/show/7550965-words-that-matter,kindle,,,,,, -808f4ab0-c1db-417e-9f8d-9b4bd356b641,Daughter of Fortune,By Isabel Allende,https://learn-awesome.github.io/assets/book_covers/16527._SX98_.jpg,book|https://www.goodreads.com/book/show/16527.Daughter_of_Fortune,historical-fiction,,,,,, -17fd82fd-250a-4cfe-a774-5c80c5afe12f,A Tale of Two Cities,By Charles Dickens,https://learn-awesome.github.io/assets/book_covers/1953.jpg,book|https://www.goodreads.com/book/show/1953.A_Tale_of_Two_Cities,classics,,,,,, -9aff6949-0edd-4f4a-ab07-36ecf613b06a,The Corrections,By Jonathan Franzen,https://learn-awesome.github.io/assets/book_covers/3805.jpg,book|https://www.goodreads.com/book/show/3805.The_Corrections,fiction,,,,,, -57d05647-28da-46f4-b133-f4752aabcd53,Ellen Foster,By Kaye Gibbons,https://learn-awesome.github.io/assets/book_covers/277397.jpg,book|https://www.goodreads.com/book/show/277397.Ellen_Foster,fiction,,,,,, -380175a9-7eaf-4bf3-96c8-491842c5a4e0,Great Expectations,By Charles Dickens,https://learn-awesome.github.io/assets/book_covers/2623.jpg,book|https://www.goodreads.com/book/show/2623.Great_Expectations,classics,,,,,, -d96a4f12-e712-49fb-9836-d63c9083f178,We Were the Mulvaneys,By Joyce Carol Oates,https://learn-awesome.github.io/assets/book_covers/5204.jpg,book|https://www.goodreads.com/book/show/5204.We_Were_the_Mulvaneys,fiction,,,,,, -03c40132-be4e-46e9-86bc-0d7580556754,Jewel,By Bret Lott,https://learn-awesome.github.io/assets/book_covers/5181.jpg,book|https://www.goodreads.com/book/show/5181.Jewel,fiction,,,,,, -0309cbdd-656b-4b79-b3f7-77d0c921137b,The Story of Edgar Sawtelle,By David Wroblewski,https://learn-awesome.github.io/assets/book_covers/2731276.jpg,book|https://www.goodreads.com/book/show/2731276-the-story-of-edgar-sawtelle,fiction,,,,,, -39b3c2b4-3f89-499e-a21c-de6cf0b86059,Vinegar Hill,By A. Manette Ansay,https://learn-awesome.github.io/assets/book_covers/101911.jpg,book|https://www.goodreads.com/book/show/101911.Vinegar_Hill,fiction,,,,,, -cd4aa69a-4485-4d64-8bbf-eb73375f4c3e,The Water Dancer: A Novel,By Jenifer Levin,https://learn-awesome.github.io/assets/book_covers/1245781.jpg,book|https://www.goodreads.com/book/show/1245781.Water_Dancer,fiction,,,,,, -43d8d894-94c9-4065-87a4-7da7f72643df,Becoming by Michelle Obama,By Book Addict,https://learn-awesome.github.io/assets/book_covers/42972542.jpg,book|https://www.goodreads.com/book/show/42972542-summary-of-becoming-by-michelle-obama,audible-books,,,,,, -a26d6394-8826-4499-aa65-ac5d6e3ca553,The Sun Does Shine,By Anthony Ray Hinton,https://learn-awesome.github.io/assets/book_covers/34964905._SX98_.jpg,book|https://www.goodreads.com/book/show/34964905-the-sun-does-shine,non-fiction,,,,,, -0ff4c272-af7f-4c6a-919a-112d7d638f83,An American Marriage by Tayari Jones,By Summary Express,,book|https://www.goodreads.com/book/show/47278263-diary-of-thoughts,personal-development,,,,,, -ae6fed7b-3415-4e1d-9c50-2536c2bc44b9,Behold the Dreamers,By Imbolo Mbue,https://learn-awesome.github.io/assets/book_covers/35259724._SX98_.jpg,book|https://www.goodreads.com/book/show/35259724-behold-the-dreamers,fiction,,,,,, -c2e481ca-a05b-46f1-a27c-ec44ba3ad570,Ruby by Cynthia Bond,By Cynthia Bond,https://learn-awesome.github.io/assets/book_covers/24902492._SY160_.jpg,book|https://www.goodreads.com/book/show/24902492-ruby,fiction,,,,,, -0a4eaaa5-54d6-47d5-961a-962c0b589b91,The Invention of Wings by Sue Monk Kidd,By Expert Book Reviews,https://learn-awesome.github.io/assets/book_covers/20557345.jpg,book|https://www.goodreads.com/book/show/20557345-the-invention-of-wings,historical-fiction,,,,,, -1353838d-684b-4c59-b22a-494f88645b8b,The Twelve Tribes of Hattie,By Ayana Mathis,https://learn-awesome.github.io/assets/book_covers/13320466._SX98_.jpg,book|https://www.goodreads.com/book/show/13320466-the-twelve-tribes-of-hattie,fiction,,,,,, -113dacda-7e76-43c6-ae93-6afe72f039e2,Wild by Cheryl Strayed,By Instaread Summaries,https://learn-awesome.github.io/assets/book_covers/20752668.jpg,book|https://www.goodreads.com/book/show/20752668-wild-by-cheryl-strayed---a-30-minute-chapter-by-chapter-summary,book-club,,,,,, -da2e702d-9977-4074-a2af-266f8884281e,The Measure of a Man,By Sidney Poitier,https://learn-awesome.github.io/assets/book_covers/91563.jpg,book|https://www.goodreads.com/book/show/91563.The_Measure_of_a_Man,non-fiction,,,,,, -911815b7-540f-4c61-b9e7-c07c86b04c27,A Million Little Pieces,By James Frey,https://learn-awesome.github.io/assets/book_covers/1241._SX98_.jpg,book|https://www.goodreads.com/book/show/1241.A_Million_Little_Pieces,non-fiction,,,,,, -9460ea2c-8ce8-41e4-b384-df46500d1c2f,"Cry, the Beloved Country",By Alan Paton,https://learn-awesome.github.io/assets/book_covers/6150._SX98_.jpg,book|https://www.goodreads.com/book/show/6150.Cry_the_Beloved_Country,fiction,,,,,, -a312487e-ff76-4a28-aef2-cf7c1a03f0d2,Sula by Toni Morrison,By Toni Morrison,https://learn-awesome.github.io/assets/book_covers/11346.jpg,book|https://www.goodreads.com/book/show/11346.Sula,fiction,,,,,, -6dfa18d9-53f1-4669-9ce5-806e83d2db2e,Cane River,By Lalita Tademy,https://learn-awesome.github.io/assets/book_covers/5167.jpg,book|https://www.goodreads.com/book/show/5167.Cane_River,historical-fiction,,,,,, -b024849e-868f-41d1-a3a8-13f4599e4466,Stolen Lives by Malika Oufkir and Michèle Fitoussi,By Malika Oufkir,https://learn-awesome.github.io/assets/book_covers/103342.jpg,book|https://www.goodreads.com/book/show/103342.Stolen_Lives,non-fiction,,,,,, -70c2760f-bd35-4370-9f01-5cf4986252b5,Icy Sparks,By Gwyn Hyman Rubio,https://learn-awesome.github.io/assets/book_covers/3476.jpg,book|https://www.goodreads.com/book/show/3476.Icy_Sparks,fiction,,,,,, -6350cc89-1ef5-4d8a-9ce0-2d75b22023ab,House of Sand and Fog,By Andre Dubus III,https://learn-awesome.github.io/assets/book_covers/38311414._SX98_.jpg,book|https://www.goodreads.com/book/show/38311414-house-of-sand-and-fog,fiction,,,,,, -715a8098-4426-4483-8d20-b4862a06be11,Drowning Ruth,By Christina Schwarz,https://learn-awesome.github.io/assets/book_covers/5171._SX98_.jpg,book|https://www.goodreads.com/book/show/5171.Drowning_Ruth,book-club,,,,,, -f3e1e4e9-dcae-4585-b8a0-8e5cb0896ad2,Open House by Elizabeth Berg,By Elizabeth Berg,https://learn-awesome.github.io/assets/book_covers/5190.jpg,book|https://www.goodreads.com/book/show/5190.Open_House,fiction,,,,,, -89b161b1-5c25-4faf-a19e-b844f68f473b,Back Roads by Tawni O'Dell,By Tawni O'Dell,https://learn-awesome.github.io/assets/book_covers/174403.jpg,book|https://www.goodreads.com/book/show/174403.Back_Roads,fiction,,,,,, -405e68c6-7da6-4ed6-a9ac-4a41f11c3315,A Map of The World ,By Jane Hamilton,,book|https://www.goodreads.com/book/show/5205.A_Map_of_the_World,fiction,,,,,, -e5a15e3a-55ec-41b8-b357-7648ff0a3c25,"River, Cross My Heart by Breena Clarke",By Breena Clarke,https://learn-awesome.github.io/assets/book_covers/166101._SX98_.jpg,book|https://www.goodreads.com/book/show/166101.River_Cross_My_Heart,fiction,,,,,, -b47b2a5d-f0af-492d-985a-5f45b46e599c,Tara Road ,By Maeve Binchy,https://learn-awesome.github.io/assets/book_covers/5196._SY160_.jpg,book|https://www.goodreads.com/book/show/5196.Tara_Road,fiction,,,,,, -7a3979d8-66cf-41fc-982c-6c7ce660f342,Mother of Pearl,By Melinda Haynes,https://learn-awesome.github.io/assets/book_covers/5179.jpg,book|https://www.goodreads.com/book/show/5179.Mother_of_Pearl,fiction,,,,,, -6f38640f-777e-48bb-a935-8ed86718497e,White Oleander,By Janet Fitch,https://learn-awesome.github.io/assets/book_covers/32234._SX98_.jpg,book|https://www.goodreads.com/book/show/32234.White_Oleander,fiction,,,,,, -532f3f3a-8b11-4343-bbe3-e7b7a124f5f6,The Pilot's Wife,By Anita Shreve,https://learn-awesome.github.io/assets/book_covers/5191._SX98_.jpg,book|https://www.goodreads.com/book/show/5191.The_Pilot_s_Wife,fiction,,,,,, -4ef4e720-1d43-40ae-bde6-842b982dbf17,The Reader by Bernhard Schlink,By Bernhard Schlink,https://learn-awesome.github.io/assets/book_covers/101299._SX98_.jpg,book|https://www.goodreads.com/book/show/101299.The_Reader,fiction,,,,,, -d82c55b1-140e-496b-b140-2b0245a878c8,Where the Heart Is ,By Billie Letts,https://learn-awesome.github.io/assets/book_covers/5168._SX98_.jpg,book|https://www.goodreads.com/book/show/5168.Where_the_Heart_Is,fiction,,,,,, -0d53390f-6aae-4806-b8bc-c75d4f0017a2,Midwives by Chris Bohjalian,By Chris Bohjalian,https://learn-awesome.github.io/assets/book_covers/5166.jpg,book|https://www.goodreads.com/book/show/5166.Midwives,fiction,,,,,, -5c7cd55b-2867-4752-a465-9aa8a72314bd,What Looks Like Crazy on an Ordinary Day,By Pearl Cleage,https://learn-awesome.github.io/assets/book_covers/5175.jpg,book|https://www.goodreads.com/book/show/5175.What_Looks_Like_Crazy_on_an_Ordinary_Day,fiction,,,,,, -2d51d6a3-b5e8-42a9-bf3f-e2303651ef86,"Breath, Eyes, Memory",By Edwidge Danticat,https://learn-awesome.github.io/assets/book_covers/5186.jpg,book|https://www.goodreads.com/book/show/5186.Breath_Eyes_Memory,fiction,,,,,, -8be5320f-5093-4ffc-9fa4-d37f3eb86353,Black and Blue ,By Anna Quindlen,,book|https://www.goodreads.com/book/show/5157.Black_and_Blue,fiction,,,,,, -a081a514-f0a1-4355-8c62-3b381602c404,Here on Earth ,By Alice Hoffman,https://learn-awesome.github.io/assets/book_covers/5159._SX98_.jpg,book|https://www.goodreads.com/book/show/5159.Here_on_Earth,fiction,,,,,, -fcaecdc2-4a47-4512-8863-b555eb34d889,The Best Way to Play by Bill Cosby,By Bill Cosby,https://learn-awesome.github.io/assets/book_covers/5212.jpg,book|https://www.goodreads.com/book/show/5212.The_Best_Way_to_Play,oprah-s-book-club,,,,,, -c3dc01dd-6bcc-48d0-8554-2fca335d1056,The Treasure Hunt by Bill Cosby,By Bill Cosby,https://learn-awesome.github.io/assets/book_covers/5202.jpg,book|https://www.goodreads.com/book/show/5202.The_Treasure_Hunt,oprah-s-book-club,,,,,, -fd9f63ae-fd20-4c79-9fb8-4f3fc0662d15,The Meanest Thing to Say by Bill Cosby,By Bill Cosby,https://learn-awesome.github.io/assets/book_covers/5209.jpg,book|https://www.goodreads.com/book/show/5209.The_Meanest_Thing_To_Say,oprah-s-book-club,,,,,, -4522677c-4d42-41cc-b38a-7406f5a350a2,A Virtuous Woman,By Kaye Gibbons,https://learn-awesome.github.io/assets/book_covers/5158.jpg,book|https://www.goodreads.com/book/show/5158.A_Virtuous_Woman,fiction,,,,,, -1eb0d1db-9f23-4830-95ea-9072ab738d18,A Lesson Before Dying,By Ernest J. Gaines,https://learn-awesome.github.io/assets/book_covers/5197._SX98_.jpg,book|https://www.goodreads.com/book/show/5197.A_Lesson_Before_Dying,fiction,,,,,, -240f1a5c-dfe7-403b-a147-f6bdd56d1213,Songs in Ordinary Time,By Mary McGarry Morris,https://learn-awesome.github.io/assets/book_covers/5182.jpg,book|https://www.goodreads.com/book/show/5182.Songs_in_Ordinary_Time,fiction,,,,,, -cac50b2b-5846-4e0f-8655-68b342d6c4c3,The Heart of a Woman,By Maya Angelou,https://learn-awesome.github.io/assets/book_covers/5160._SX98_.jpg,book|https://www.goodreads.com/book/show/5160.The_Heart_of_a_Woman,non-fiction,,,,,, -0d3f404c-7c29-4c9a-b146-204c3e2e60ab,The Rapture of Canaan by Sheri Reynolds,By Sheri Reynolds,https://learn-awesome.github.io/assets/book_covers/5180.jpg,book|https://www.goodreads.com/book/show/5180.The_Rapture_of_Canaan,fiction,,,,,, -7d16d2da-caf3-4fbe-9a8b-2691e9025999,The Book of Ruth,By Jane Hamilton,https://learn-awesome.github.io/assets/book_covers/5187.jpg,book|https://www.goodreads.com/book/show/5187.The_Book_of_Ruth,fiction,,,,,, -283520dc-dc80-4028-9c0c-b973d5deb31c,The Deep End of the Ocean,By Jacquelyn Mitchard,https://learn-awesome.github.io/assets/book_covers/5161.jpg,book|https://www.goodreads.com/book/show/5161.The_Deep_End_of_the_Ocean,fiction,,,,,, -1efb2915-1711-4309-ae54-00ee87de8bb6,A Season in Hell and Illuminations,By Arthur Rimbaud,https://learn-awesome.github.io/assets/book_covers/168496.jpg,book|https://www.goodreads.com/book/show/168496.A_Season_in_Hell_Illuminations,poetry,,,,,, -1b970737-3c9c-4070-b8ea-d276456fa61d,Les Fleurs du Mal,By Charles Baudelaire,https://learn-awesome.github.io/assets/book_covers/203220.jpg,book|https://www.goodreads.com/book/show/203220.Les_Fleurs_du_Mal,poetry,,,,,, -96876d8a-2dc8-4411-920e-9a4e62f6ddc1,The Wilderness Warrior: Theodore Roosevelt and the Crusade for America,By Douglas Brinkley,https://learn-awesome.github.io/assets/book_covers/4668676.jpg,book|https://www.goodreads.com/book/show/4668676-the-wilderness-warrior,history,,,,,, -98b3ffa3-1a5b-45f2-94c0-c614fbe8a65b,Big Sur,By Jack Kerouac,https://learn-awesome.github.io/assets/book_covers/50140.jpg,book|https://www.goodreads.com/book/show/50140.Big_Sur,fiction,,,,,, -e0a67e7c-c8f9-4290-a8e8-e31eb95f5140,The Rum Diary,By Hunter S. Thompson,https://learn-awesome.github.io/assets/book_covers/18864.jpg,book|https://www.goodreads.com/book/show/18864.The_Rum_Diary,fiction,,,,,, -8d96487f-8cc4-4125-aac4-41c1288e3ae0,In Our Time,By Ernest Hemingway,https://learn-awesome.github.io/assets/book_covers/4652.jpg,book|https://www.goodreads.com/book/show/4652.In_Our_Time,classics,,,,,, -740d3793-5975-460a-b670-e909fea2f00e,The People's Act of Love,By James Meek,https://learn-awesome.github.io/assets/book_covers/112343.jpg,book|https://www.goodreads.com/book/show/112343.The_People_s_Act_of_Love,fiction,,,,,, -6e1eedad-16a7-4791-afae-f5feb346b068,The Ginger Man,By J.P. Donleavy,https://learn-awesome.github.io/assets/book_covers/127020.jpg,book|https://www.goodreads.com/book/show/127020.The_Ginger_Man,fiction,,,,,, -acf2ba53-e77b-4d53-96f0-fe3bb677c9bb,On the Road,By Jack Kerouac,https://learn-awesome.github.io/assets/book_covers/70401.jpg,book|https://www.goodreads.com/book/show/70401.On_the_Road,fiction,,,,,, -ae90548c-dfdd-4225-9b1e-db583147e246,In the Hand of Dante,By Nick Tosches,https://learn-awesome.github.io/assets/book_covers/40664.jpg,book|https://www.goodreads.com/book/show/40664.In_the_Hand_of_Dante,fiction,,,,,, -227c3cd1-de40-48c9-8a77-814a044bde9d,Fierce Invalids Homes from Hot Climates,By Tom Robbins,https://learn-awesome.github.io/assets/book_covers/8680._SX98_.jpg,book|https://www.goodreads.com/book/show/8680.Fierce_Invalids_Home_from_Hot_Climates,fiction,,,,,, -4097adc4-e852-49f3-9ffc-94002b9a0628,Epitaph of a Small Winner,By Machado de Assis,https://learn-awesome.github.io/assets/book_covers/909746.jpg,book|https://www.goodreads.com/book/show/909746.Epitaph_of_a_Small_Winner,fiction,,,,,, -bb4081fe-845f-442e-a70c-ec5dade2d8b1,Really the Blues,By Mezz Mezzrow,https://learn-awesome.github.io/assets/book_covers/471934.jpg,book|https://www.goodreads.com/book/show/471934.Really_the_Blues,music,,,,,, -bdf56274-1185-488d-ab0e-f9f0333b3810,Elia Kazan,By Richard Schickel,https://learn-awesome.github.io/assets/book_covers/148939.jpg,book|https://www.goodreads.com/book/show/148939.Elia_Kazan,biography,,,,,, -1ef6fece-9e8f-4564-b8e3-556287126b6c,The World of S J Perelman,By S.J. Perelman,https://learn-awesome.github.io/assets/book_covers/13636421.jpg,book|https://www.goodreads.com/book/show/13636421-the-world-of-s-j-perelman,humor,,,,,, -8912a084-dd89-40d3-bf11-73070e8d7522,Letters and Papers From Prison,By Dietrich Bonhoeffer,https://learn-awesome.github.io/assets/book_covers/760019.jpg,book|https://www.goodreads.com/book/show/760019.Letters_and_Papers_from_Prison,theology,,,,,, -55e1f5f2-3e79-469f-9c70-9abea910628c,God Is Not Great,By Christopher Hitchens,https://learn-awesome.github.io/assets/book_covers/43369.jpg,book|https://www.goodreads.com/book/show/43369.God_Is_Not_Great,non-fiction,,,,,, -0b4cccf4-2abf-4134-b829-a653450613e6,Monsignor Quixote,By Graham Greene,https://learn-awesome.github.io/assets/book_covers/138995.jpg,book|https://www.goodreads.com/book/show/138995.Monsignor_Quixote,fiction,,,,,, -9695b799-b4b3-4fa0-83b7-c96849125eb8,Rita Hayworth and the Shawshank Redemption,By Stephen King,https://learn-awesome.github.io/assets/book_covers/39664.jpg,book|https://www.goodreads.com/book/show/39664.Rita_Hayworth_and_Shawshank_Redemption,fiction,,,,,, -9bae59ff-2729-4dae-8970-206d796aca01,Black Beauty,By Anna Sewell,https://learn-awesome.github.io/assets/book_covers/3685.jpg,book|https://www.goodreads.com/book/show/3685.Black_Beauty,classics,,,,,, -6481e395-826e-49c9-98a0-95f8fce3ffc0,"Critical Phenomena in Natural Sciences: Chaos, Fractals, Selforganization and Disorder: Concepts and Tools",By Didier Sornette,https://learn-awesome.github.io/assets/book_covers/558163.jpg,book|https://www.goodreads.com/book/show/558163.Critical_Phenomena_in_Natural_Sciences,science,,,,,, -a86bf2e2-f1f3-4dd3-b857-bd1134843740,The Statistical Mechanics of Financial Markets,By Johannes Voit,https://learn-awesome.github.io/assets/book_covers/980410.jpg,book|https://www.goodreads.com/book/show/980410.The_Statistical_Mechanics_of_Financial_Markets,math,,,,,, -03213fa6-74a6-4054-83a3-dd7716a8f964,Deep Learning,By Ian Goodfellow,https://learn-awesome.github.io/assets/book_covers/24072897.jpg,book|https://www.goodreads.com/book/show/24072897-deep-learning,machine-learning,,,,,, -60af45b6-978b-4fbc-abd1-2eeea683e64f,Seeking Wisdom: From Darwin To Munger,By Peter Bevelin,https://learn-awesome.github.io/assets/book_covers/1995421.jpg,book|https://www.goodreads.com/book/show/1995421.Seeking_Wisdom,philosophy,,,,,, -56d3b665-9cce-4c1c-992c-e4271b38f17b,"The Elements of Statistical Learning: Data Mining, Inference, and Prediction",By Trevor Hastie,https://learn-awesome.github.io/assets/book_covers/148009.jpg,book|https://www.goodreads.com/book/show/148009.The_Elements_of_Statistical_Learning,machine-learning,,,,,, -391f0af3-ab9d-477a-a702-2345ee2cd5e4,The Doctrine of Deification in the Greek Patristic Tradition,By Norman Russell,https://learn-awesome.github.io/assets/book_covers/1368029.jpg,book|https://www.goodreads.com/book/show/1368029.The_Doctrine_of_Deification_in_the_Greek_Patristic_Tradition,christianity,,,,,, -74e2cb0e-1a44-46c2-b2c9-20f19ea903b2,Who We Are and How We Got Here: Ancient DNA and the New Science of the Human Past,By David Reich,https://learn-awesome.github.io/assets/book_covers/35749414.jpg,book|https://www.goodreads.com/book/show/35749414-who-we-are-and-how-we-got-here,science,,,,,, -1ca96343-5466-4622-9f35-ca2c59f54dad,"Good Calories, Bad Calories: Challenging the Conventional Wisdom on Diet, Weight Control, and Disease",By Gary Taubes,https://learn-awesome.github.io/assets/book_covers/1820055.jpg,book|https://www.goodreads.com/book/show/1820055.Good_Calories_Bad_Calories,health,,,,,, -9def0b69-c296-4bcd-b312-d66ab7ce8341,The Tartar Steppe,By Dino Buzzati,https://learn-awesome.github.io/assets/book_covers/83017.jpg,book|https://www.goodreads.com/book/show/83017.The_Tartar_Steppe,fiction,,,,,, -a0f830ce-2500-4930-b1a9-1114a3889aa9,Consciousness - An Introduction,By Susan Blackmore,https://learn-awesome.github.io/assets/book_covers/254501.jpg,book|https://www.goodreads.com/book/show/254501.Consciousness,philosophy,,,,,, -7ed3d364-0a07-47f0-922d-4c54389fd2eb,"Probability, Random Variables and Stochastic Processes with Errata Sheet",By Athanasios Papoulis,https://learn-awesome.github.io/assets/book_covers/1172186.jpg,book|https://www.goodreads.com/book/show/1172186.Probability_Random_Variables_and_Stochastic_Processes_with_Errata_Sheet,math,,,,,, -8fa4bb4b-909c-4ce9-a3f7-ba9747c49562,A Guide To Econometrics,By Peter E. Kennedy,https://learn-awesome.github.io/assets/book_covers/163934.jpg,book|https://www.goodreads.com/book/show/163934.A_Guide_To_Econometrics,economics,,,,,, -b3a0a8c0-4a46-4ae6-b53a-fdf7133aaccc,The Obstacle Is the Way: The Timeless Art of Turning Trials into Triumph,By Ryan Holiday,https://learn-awesome.github.io/assets/book_covers/18668059.jpg,book|https://www.goodreads.com/book/show/18668059-the-obstacle-is-the-way,philosophy,,,,,, -f8d9df21-56aa-4117-859f-66f822e3d12e,Confessions of a Philosopher: A Personal Journey Through Western Philosophy from Plato to Popper,By Bryan Magee,https://learn-awesome.github.io/assets/book_covers/23256.jpg,book|https://www.goodreads.com/book/show/23256.Confessions_of_a_Philosopher,philosophy,,,,,, -01d776db-de62-41c0-8fda-4e2ddb05391d,Mapping the Mind,By Rita Carter,https://learn-awesome.github.io/assets/book_covers/947061.jpg,book|https://www.goodreads.com/book/show/947061.Mapping_the_Mind,science,,,,,, -db21d758-2034-411d-a4a8-af2ebf905ef0,The Dream of Reason: A History of Philosophy from the Greeks to the Renaissance,By Anthony Gottlieb,https://learn-awesome.github.io/assets/book_covers/26530383.jpg,book|https://www.goodreads.com/book/show/26530383-the-dream-of-reason,philosophy,,,,,, -9b8d1ded-8289-40d8-aa79-0798294e5bd0,The Kelly Capital Growth Investment Criterion: Theory and Practice,By Leonard C. Maclean,https://learn-awesome.github.io/assets/book_covers/18887983.jpg,book|https://www.goodreads.com/book/show/18887983-the-kelly-capital-growth-investment-criterion,investing,,,,,, -5dfbbbaa-947c-434b-b987-a793bba9f19a,"Body by Science: A Research-Based Program for Strength Training, Body Building, and Complete Fitness in 12 Minutes a Week",By John Little,https://learn-awesome.github.io/assets/book_covers/4642174.jpg,book|https://www.goodreads.com/book/show/4642174-body-by-science,health,,,,,, -ffa4f402-4d6f-4747-b921-d89a44591ce9,The Opposing Shore,By Julien Gracq,https://learn-awesome.github.io/assets/book_covers/2033025.jpg,book|https://www.goodreads.com/book/show/2033025.The_Opposing_Shore,fiction,,,,,, -cb1d2fb0-7dd7-43d4-9cf6-714027092c3b,Social Cognition,By Ziva Kunda,https://learn-awesome.github.io/assets/book_covers/789155.jpg,book|https://www.goodreads.com/book/show/789155.Social_Cognition,psychology,,,,,, -9e0084b6-851d-4049-a0bf-e2ca6986a622,The Science of Conjecture: Evidence and Probability before Pascal,By James Franklin,https://learn-awesome.github.io/assets/book_covers/6298393.jpg,book|https://www.goodreads.com/book/show/6298393-the-science-of-conjecture,science,,,,,, -e274b09c-7057-42f5-bddb-54234fc21984,The (Mis)Behavior of Markets,By Benoît B. Mandelbrot,https://learn-awesome.github.io/assets/book_covers/665134.jpg,book|https://www.goodreads.com/book/show/665134.The_Mis_Behavior_of_Markets,economics,,,,,, -b5cc9d07-7817-45ca-9853-89052b652da3,How Nature Works: The Science of Self-organized Criticality,By Per Bak,https://learn-awesome.github.io/assets/book_covers/869836.jpg,book|https://www.goodreads.com/book/show/869836.How_Nature_Works,science,,,,,, -4ab8f7ca-7b6c-452e-8783-ffe2e6573ee5,"Bull!: A History of the Boom and Bust, 1982-2004",By Maggie Mahar,https://learn-awesome.github.io/assets/book_covers/116953.jpg,book|https://www.goodreads.com/book/show/116953.Bull_,investing,,,,,, -18325db8-f916-41af-9f08-964ab28e93a8,Statistical Models: Theory and Practice,By David A. Freedman,https://learn-awesome.github.io/assets/book_covers/7487714.jpg,book|https://www.goodreads.com/book/show/7487714-statistical-models,statistics,,,,,, -bdb2892a-5908-46c9-b791-5d6af9df1f13,The Discovery of France: A Historical Geography from the Revolution to the First World War,By Graham Robb,https://learn-awesome.github.io/assets/book_covers/1883390.jpg,book|https://www.goodreads.com/book/show/1883390.The_Discovery_of_France,history,,,,,, -c929aa46-e218-4b89-bf1d-f92d6fd166bd,The Crocodile,By Elizabeth Peters,https://learn-awesome.github.io/assets/book_covers/40881649.jpg,book|https://www.goodreads.com/book/show/40881649-crocodile-on-the-sandbank,mystery,,,,,, -6a5340ae-6b0b-4001-8894-0af236346dbe,Thinking and Deciding,By Jonathan Baron,https://learn-awesome.github.io/assets/book_covers/2466179.jpg,book|https://www.goodreads.com/book/show/2466179.Thinking_and_Deciding,psychology,,,,,, -12b9551a-95a1-43fc-b9a9-7e2ffa536aa3,Levant: Splendour and Catastrophe on the Mediterranean,By Philip Mansel,https://learn-awesome.github.io/assets/book_covers/9939636.jpg,book|https://www.goodreads.com/book/show/9939636-levant,history,,,,,, -ddd32606-ed90-457d-a7fe-3ca9d7ca1e45,The Wisdom Paradox: How Your Mind Can Grow Stronger as Your Brain Grows Older,By Elkhonon Goldberg,https://learn-awesome.github.io/assets/book_covers/1875338.jpg,book|https://www.goodreads.com/book/show/1875338.The_Wisdom_Paradox,psychology,,,,,, -e29738a9-8d88-4bc0-bb53-9494f89140bc,The Birth of Tragedy,By Friedrich Nietzsche,https://learn-awesome.github.io/assets/book_covers/2823.jpg,book|https://www.goodreads.com/book/show/2823.The_Birth_of_Tragedy,philosophy,,,,,, -0bf90988-9f1f-4cae-93b3-eb1571a8af72,The Status Syndrome: How Social Standing Affects Our Health and Longevity,By Michael G. Marmot,https://learn-awesome.github.io/assets/book_covers/385098.jpg,book|https://www.goodreads.com/book/show/385098.The_Status_Syndrome,sociology,,,,,, -cfc9ef4c-ef70-41b8-a859-6cfe509bdab8,Why Everyone (Else) Is a Hypocrite: Evolution and the Modular Mind,By Robert Kurzban,https://learn-awesome.github.io/assets/book_covers/8733371.jpg,book|https://www.goodreads.com/book/show/8733371-why-everyone-else-is-a-hypocrite,psychology,,,,,, -d649f5cb-f399-4824-a3a9-8207a3762f2d,Explaining Social Behavior: More Nuts and Bolts for the Social Sciences,By Jon Elster,https://learn-awesome.github.io/assets/book_covers/452725.jpg,book|https://www.goodreads.com/book/show/452725.Explaining_Social_Behavior,psychology,,,,,, -e085afee-1d2b-44b7-adc6-5221f077a302,Strangers to Ourselves: Discovering the Adaptive Unconscious,By Timothy D. Wilson,https://learn-awesome.github.io/assets/book_covers/15658.jpg,book|https://www.goodreads.com/book/show/15658.Strangers_to_Ourselves,psychology,,,,,, -05f1a6d9-413f-4c55-a95b-6407dbde7599,Rational Decisions,By Ken Binmore,https://learn-awesome.github.io/assets/book_covers/5957128.jpg,book|https://www.goodreads.com/book/show/5957128-rational-decisions,economics,,,,,, -8eda0ecc-31ec-4c7f-a0fe-c8f58e3e2747,Information: The New Language of Science,By Hans Christian Von Baeyer,https://learn-awesome.github.io/assets/book_covers/1602908.jpg,book|https://www.goodreads.com/book/show/1602908.Information,science,,,,,, -9a528e83-7752-4d7a-bdc1-73698f859d43,"Financial Derivatives: Pricing, Applications, and Mathematics",By Jamil Baz,https://learn-awesome.github.io/assets/book_covers/6817049.jpg,book|https://www.goodreads.com/book/show/6817049-financial-derivatives,science,,,,,, -dd3cd895-c812-4bc9-9ab2-285e1b702564,"The Hour Between Dog and Wolf: Risk Taking, Gut Feelings and the Biology of Boom and Bust",By John Coates,https://learn-awesome.github.io/assets/book_covers/13151167.jpg,book|https://www.goodreads.com/book/show/13151167-the-hour-between-dog-and-wolf,psychology,,,,,, -b6d983a7-2079-41cf-94ef-cea059f4c039,What I Learned Losing a Million Dollars,By Jim Paul,https://learn-awesome.github.io/assets/book_covers/1334384.jpg,book|https://www.goodreads.com/book/show/1334384.What_I_Learned_Losing_a_Million_Dollars,business,,,,,, -9253e117-6006-4f93-8f8b-5f98e0cf315e,Bull by the Horns: Fighting to Save Main Street from Wall Street and Wall Street from Itself,By Sheila Bair,https://learn-awesome.github.io/assets/book_covers/13259882.jpg,book|https://www.goodreads.com/book/show/13259882-bull-by-the-horns,economics,,,,,, -7fb76eab-cc51-4d86-b836-897d096b0727,Happy Accidents: Serendipity in Modern Medical Breakthroughs,By Morton A. Meyers,https://learn-awesome.github.io/assets/book_covers/353340.jpg,book|https://www.goodreads.com/book/show/353340.Happy_Accidents,science,,,,,, -117028b1-1858-4738-a1eb-24c226b4e83b,Why Stock Markets Crash: Critical Events in Complex Financial Systems,By Didier Sornette,https://learn-awesome.github.io/assets/book_covers/2603057.jpg,book|https://www.goodreads.com/book/show/2603057-why-stock-markets-crash,economics,,,,,, -c4a9153c-1f5d-4cab-a750-74da7617bd8e,Invariances: The Structure of the Objective World,By Robert Nozick,https://learn-awesome.github.io/assets/book_covers/517489.jpg,book|https://www.goodreads.com/book/show/517489.Invariances,philosophy,,,,,, -68ba5aff-9084-4b55-ac96-51eb8423f4f9,Mean Genes: From Sex to Money to Food: Taming Our Primal Instincts,By Terry Burnham,https://learn-awesome.github.io/assets/book_covers/261592.jpg,book|https://www.goodreads.com/book/show/261592.Mean_Genes,science,,,,,, -cf909538-5b4f-45de-94f1-dc35e73e3e0b,Modern Aramaic Assyrinan/Syriac: Swadaya-english / Turyo-english / English-swadaya-turoy: Dicitonary and Phrasebook,By Nicholas Awde,https://learn-awesome.github.io/assets/book_covers/2487104.jpg,book|https://www.goodreads.com/book/show/2487104.Modern_Aramaic_Assyrinan_Syriac,linguistics,,,,,, -6483e0ca-7949-4ead-8f99-2b11548d4804,Modelling Extremal Events: for Insurance and Finance,By Paul Embrechts,https://learn-awesome.github.io/assets/book_covers/2161501.jpg,book|https://www.goodreads.com/book/show/2161501.Modelling_Extremal_Events,math,,,,,, -9333d7c0-4f30-4434-a83a-ace8f688a5bc,Birth of a Theorem: A Mathematical Adventure,By Cédric Villani,https://learn-awesome.github.io/assets/book_covers/23257776.jpg,book|https://www.goodreads.com/book/show/23257776-birth-of-a-theorem,science,,,,,, -4a51ccbe-52db-4541-a8fa-1442c1de2261,Kant and the Platypus: Essays on Language and Cognition,By Umberto Eco,https://learn-awesome.github.io/assets/book_covers/59925.jpg,book|https://www.goodreads.com/book/show/59925.Kant_and_the_Platypus,philosophy,,,,,, -f231a764-eb5c-4999-bf54-70a469365fa0,Plato and a Platypus Walk Into a Bar: Understanding Philosophy Through Jokes,By Thomas Cathcart,https://learn-awesome.github.io/assets/book_covers/180995.jpg,book|https://www.goodreads.com/book/show/180995.Plato_and_a_Platypus_Walk_Into_a_Bar,philosophy,,,,,, -0f245c1a-48cd-4f84-a1cf-b06aaed22247,A History of the Mind: Evolution and the Birth of Consciousness,By Nicholas Humphrey,https://learn-awesome.github.io/assets/book_covers/396499.jpg,book|https://www.goodreads.com/book/show/396499.A_History_of_the_Mind,psychology,,,,,, -0f5227d6-d795-4bae-a762-8f68b9fab731,The New Financial Order: Risk in the 21st Century,By Robert J. Shiller,https://learn-awesome.github.io/assets/book_covers/3656491.jpg,book|https://www.goodreads.com/book/show/3656491-the-new-financial-order,economics,,,,,, -24d98301-a595-45c0-97f5-6dbdfef45cde,The Mind Doesn't Work That Way: The Scope and Limits of Computational Psychology,By Jerry A. Fodor,https://learn-awesome.github.io/assets/book_covers/377578.jpg,book|https://www.goodreads.com/book/show/377578.The_Mind_Doesn_t_Work_That_Way,philosophy,,,,,, -e3a72621-3169-4035-bd6d-29343d74e2ed,"1,000 Foods To Eat Before You Die: A Food Lover's Life List",By Mimi Sheraton,https://learn-awesome.github.io/assets/book_covers/20605483.jpg,book|https://www.goodreads.com/book/show/20605483-1-000-foods-to-eat-before-you-die,non-fiction,,,,,, -56094877-9cf8-4f88-97f2-a52cf0368a27,The Making of a Philosopher: My Journey Through Twentieth-Century Philosophy,By Colin McGinn,https://learn-awesome.github.io/assets/book_covers/22508.jpg,book|https://www.goodreads.com/book/show/22508.The_Making_of_a_Philosopher,philosophy,,,,,, -badc3bdc-b388-42b3-b615-bd3cda96b519,Free The Animal: Lose Weight & Fat With The Paleo Diet (aka The Caveman Diet) V2 - NEWLY EXPANDED & UPDATED,By Richard Nikoley,https://learn-awesome.github.io/assets/book_covers/18912883.jpg,book|https://www.goodreads.com/book/show/18912883-free-the-animal,nutrition,,,,,, -19f3af29-fdb8-402d-9333-277f988c57cb,Idea Makers: Personal Perspectives on the Lives & Ideas of Some Notable People,By Stephen Wolfram,https://learn-awesome.github.io/assets/book_covers/30618260.jpg,book|https://www.goodreads.com/book/show/30618260-idea-makers,biography,,,,,, -3a88a400-fcf5-4d2d-8af9-70f034f0fc78,No Bull: My Life in and Out of Markets,By Michael Steinhardt,https://learn-awesome.github.io/assets/book_covers/180462.jpg,book|https://www.goodreads.com/book/show/180462.No_Bull,investing,,,,,, -ca415322-149f-49e5-9c61-0374a308c59c,The Secret of Fatima (Father Kevin Thrall #1),By Peter J. Tanous,https://learn-awesome.github.io/assets/book_covers/29468576.jpg,book|https://www.goodreads.com/book/show/29468576-the-secret-of-fatima,fiction,,,,,, -03d013fc-e9a8-44f5-b3cd-39b7ba34e79c,"I Think, Therefore I Laugh: The Flip Side of Philosophy",By John Allen Paulos,https://learn-awesome.github.io/assets/book_covers/867556.jpg,book|https://www.goodreads.com/book/show/867556.I_Think_Therefore_I_Laugh,philosophy,,,,,, -666f3f43-d420-4351-ac36-42b0634989b8,"Models.Behaving.Badly.: Why Confusing Illusion with Reality Can Lead to Disaster, on Wall Street and in Life",By Emanuel Derman,https://learn-awesome.github.io/assets/book_covers/12378134.jpg,book|https://www.goodreads.com/book/show/12378134-models-behaving-badly,economics,,,,,, -7e0dc76e-7cdf-4154-b7b0-6007aac11ec3,"The Sunday Philosophy Club (Isabel Dalhousie, #1)",By Alexander McCall Smith,https://learn-awesome.github.io/assets/book_covers/15904.jpg,book|https://www.goodreads.com/book/show/15904.The_Sunday_Philosophy_Club,mystery,,,,,, -7e139b17-4057-4c88-b31d-415cbf7f95b0,Intellectual Life in the Middle Ages: Essays Presented to Margaret Gibson,By Lesley M. Smith,https://learn-awesome.github.io/assets/book_covers/526665.jpg,book|https://www.goodreads.com/book/show/526665.Intellectual_Life_in_the_Middle_Ages,history,,,,,, -443a8f72-aff8-477a-a1a6-6889869b174c,The Blank Swan: The End of Probability,By Elie Ayache,https://learn-awesome.github.io/assets/book_covers/7650769.jpg,book|https://www.goodreads.com/book/show/7650769-the-blank-swan,economics,,,,,, -991e6470-fa9c-4ca9-8a17-07f83beb8f41,Fresh India,By Meera Sodha,https://learn-awesome.github.io/assets/book_covers/29776979.jpg,book|https://www.goodreads.com/book/show/29776979-fresh-india,cookbooks,,,,,, -bacc94a2-b827-432a-9676-77d908ed37ab,The Excellence Dividend,By Tom Peters,https://learn-awesome.github.io/assets/book_covers/35955501.jpg,book|https://www.goodreads.com/book/show/35955501-the-excellence-dividend,business,,,,,, -33cd03c3-8927-45f1-94a4-549707c99387,THE Artist's Journey,By Steven Pressfield,https://learn-awesome.github.io/assets/book_covers/40725353.jpg,book|https://www.goodreads.com/book/show/40725353-the-artist-s-journey,non-fiction,,,,,, -bbfdab4a-47f4-4d1b-bd90-476b6d15e4d4,The Art of Gathering,By Priya Parker,https://learn-awesome.github.io/assets/book_covers/37424706.jpg,book|https://www.goodreads.com/book/show/37424706-the-art-of-gathering,non-fiction,,,,,, -8555624b-2248-4cc5-bad8-22541e85b190,Chasing Space,By Leland Melvin,https://learn-awesome.github.io/assets/book_covers/31867526.jpg,book|https://www.goodreads.com/book/show/31867526-chasing-space,non-fiction,,,,,, -14584fde-0b95-476d-9aa7-5a148a362d87,Full House,By Steffie Hall,https://learn-awesome.github.io/assets/book_covers/40320.jpg,book|https://www.goodreads.com/book/show/40320.Full_House,romance,,,,,, -01006ddc-bc49-49c7-bc7c-b1f4b9cadcfd,Eat Their Lunch,By Julia Phillips,https://learn-awesome.github.io/assets/book_covers/472032.jpg,book|https://www.goodreads.com/book/show/472032.You_ll_Never_Eat_Lunch_in_this_Town_Again,non-fiction,,,,,, -4c9f068f-4a3d-4bc3-af7c-7a351f1a3b58,Titan,By Hajime Isayama,https://learn-awesome.github.io/assets/book_covers/13154150.jpg,book|https://www.goodreads.com/book/show/13154150-attack-on-titan-vol-1,manga,,,,,, -b57981a3-a137-4c40-861e-417709664492,Totto-Chan: The Little Girl at the Window,By Tetsuko Kuroyanagi,https://learn-awesome.github.io/assets/book_covers/328802.jpg,book|https://www.goodreads.com/book/show/328802.Totto_chan,children,,,,,, -e94ae491-6a70-452f-8aa1-9877ef97739e,Tiny Beautiful Things: Advice on Life and Love from Dear Sugar,By Cheryl Strayed,https://learn-awesome.github.io/assets/book_covers/13152194.jpg,book|https://www.goodreads.com/book/show/13152194-tiny-beautiful-things,non-fiction,,,,,, -832733ca-4cde-41ae-8ec0-144b6bf55312,Mastery,By Robert Greene,https://learn-awesome.github.io/assets/book_covers/13589182.jpg,book|https://www.goodreads.com/book/show/13589182-mastery,non-fiction,,,,,, -d97ffa71-f237-4e84-a3cc-fb4b67174118,Fight Club,By Chuck Palahniuk,https://learn-awesome.github.io/assets/book_covers/36236124.jpg,book|https://www.goodreads.com/book/show/36236124-fight-club,fiction,,,,,, -6562e1fd-caeb-44ad-9a94-b2ba842776af,"Sherman: Soldier, Realist, American",By B.H. Liddell Hart,https://learn-awesome.github.io/assets/book_covers/547149.jpg,book|https://www.goodreads.com/book/show/547149.Sherman,biography,,,,,, -786f6bbc-1435-4ccc-8646-ad412c885b79,Letters from a Self-Made Merchant to His Son,By George Horace Lorimer,https://learn-awesome.github.io/assets/book_covers/1221559.jpg,book|https://www.goodreads.com/book/show/1221559.Letters_from_a_Self_Made_Merchant_to_His_Son,business,,,,,, -5fcc72f3-b5ab-4d3f-bf02-4ff8beb6f064,Plutarch’s Lives,By Plutarch,https://learn-awesome.github.io/assets/book_covers/415634.jpg,book|https://www.goodreads.com/book/show/415634.Plutarch_s_Lives,history,,,,,, -748ef01e-5ce6-41c7-ab1b-7f014fa012dc,What Makes Sammy Run?,By Budd Schulberg,https://learn-awesome.github.io/assets/book_covers/101191.jpg,book|https://www.goodreads.com/book/show/101191.What_Makes_Sammy_Run_,fiction,,,,,, -0426c62a-9152-4f92-9151-6820ec06ce80,The Apprenticeship of Duddy Kravitz,By Mordecai Richler,https://learn-awesome.github.io/assets/book_covers/203073.jpg,book|https://www.goodreads.com/book/show/203073.The_Apprenticeship_of_Duddy_Kravitz,fiction,,,,,, -e1d9da95-7360-4de8-b773-fff163015d92,The Moviegoer,By Walker Percy,https://learn-awesome.github.io/assets/book_covers/10739.jpg,book|https://www.goodreads.com/book/show/10739.The_Moviegoer,fiction,,,,,, -32fe0a1e-fd08-4d37-8c94-b3c80b9e8981,The Harder They Fall,By Jessica Gibson,https://learn-awesome.github.io/assets/book_covers/20619405.jpg,book|https://www.goodreads.com/book/show/20619405-the-harder-i-fall,new-adult,,,,,, -a2b80bb3-a94c-4176-a8ba-3f1ff456e99c,Grimble At Christmas,By Clement Freud,https://learn-awesome.github.io/assets/book_covers/80702.jpg,book|https://www.goodreads.com/book/show/80702.Grimble_Grimble_at_Christmas,childhood,,,,,, -fe97b223-1ab7-4643-ad1f-c4c3ab194afb,The Best Of Wodehouse,By P.G. Wodehouse,https://learn-awesome.github.io/assets/book_covers/18062.jpg,book|https://www.goodreads.com/book/show/18062.The_Best_of_Wodehouse,fiction,,,,,, -12b41f38-d945-4a65-b57a-6dee03b141aa,The Song of Achilles,By Madeline Miller,https://learn-awesome.github.io/assets/book_covers/11250317.jpg,book|https://www.goodreads.com/book/show/11250317-the-song-of-achilles,historical-fiction,,,,,, -707ad43a-c5c2-4702-a6ae-61c270d45c78,Hons and Rebels,By Jessica Mitford,https://learn-awesome.github.io/assets/book_covers/43401.jpg,book|https://www.goodreads.com/book/show/43401.Hons_and_Rebels,non-fiction,,,,,, -a85d4c9e-9aa8-487a-a7e8-c0d495f2ba92,The Little White Horse,By Elizabeth Goudge,https://learn-awesome.github.io/assets/book_covers/420180.jpg,book|https://www.goodreads.com/book/show/420180.The_Little_White_Horse,fantasy,,,,,, -02226281-818e-4c79-b110-89beb2908d3e,Ballet Shoes,By Noel Streatfeild,https://learn-awesome.github.io/assets/book_covers/10444.jpg,book|https://www.goodreads.com/book/show/10444.Ballet_Shoes,childrens,,,,,, -98d31148-2a37-47c4-a631-949796664cb0,Poverty Safari: Understanding the Anger of Britain's Underclass,By Darren McGarvey,https://learn-awesome.github.io/assets/book_covers/40798977.jpg,book|https://www.goodreads.com/book/show/40798977-poverty-safari,non-fiction,,,,,, -e5e9e49f-2391-4275-a3d4-9c5bc9bd02d7,I Capture the Castle,By Dodie Smith,https://learn-awesome.github.io/assets/book_covers/31122.jpg,book|https://www.goodreads.com/book/show/31122.I_Capture_the_Castle,fiction,,,,,, -7d623200-6713-449e-9c7e-abe61443e3d5,Emma,By Jane Austen,https://learn-awesome.github.io/assets/book_covers/6969.jpg,book|https://www.goodreads.com/book/show/6969.Emma,classics,,,,,, -a27b3864-0278-4634-bd13-ee2c5e82d51e,The Story of the Treasure Seekers,By E. Nesbit,https://learn-awesome.github.io/assets/book_covers/444374.jpg,book|https://www.goodreads.com/book/show/444374.The_Story_of_the_Treasure_Seekers,classics,,,,,, -2482d978-4b9e-4f70-8c9e-a8ac8098f2c1,Animal Farm,By George Orwell,https://learn-awesome.github.io/assets/book_covers/170448.jpg,book|https://www.goodreads.com/book/show/170448.Animal_Farm,classics,,,,,, -b74d2b4e-2c18-4d01-b8f1-250c7c2fba08,Chéri,By Colette,https://learn-awesome.github.io/assets/book_covers/89841.jpg,book|https://www.goodreads.com/book/show/89841.Cheri_and_The_Last_of_Cheri,fiction,,,,,, -c03733e4-aeae-4dbe-aaca-a62dac0d0651,Macbeth,By William Shakespeare,https://learn-awesome.github.io/assets/book_covers/8852.jpg,book|https://www.goodreads.com/book/show/8852.Macbeth,classics,,,,,, -915f553b-c4e8-486f-850a-142872853809,Secrets of the Flesh: A Life of Colette,By Judith Thurman,https://learn-awesome.github.io/assets/book_covers/89840.jpg,book|https://www.goodreads.com/book/show/89840.Secrets_of_the_Flesh,biography,,,,,, -f421b8d2-4247-4441-a70a-b2693bee9175,Lolita,By Vladimir Nabokov,https://learn-awesome.github.io/assets/book_covers/7604.jpg,book|https://www.goodreads.com/book/show/7604.Lolita,classics,,,,,, -14d9c09d-9d73-4ac6-adf2-33057e6d52fc,Manxmouse,By Paul Gallico,https://learn-awesome.github.io/assets/book_covers/1297535.jpg,book|https://www.goodreads.com/book/show/1297535.Manxmouse,children,,,,,, -f9d9bd55-8cce-47b0-96ca-c035a624c9da,The Iliad,By Homer,https://learn-awesome.github.io/assets/book_covers/1371.jpg,book|https://www.goodreads.com/book/show/1371.The_Iliad,classics,,,,,, -675db938-e49b-4773-a0b1-4e27898c3682,The Woman Who Walked into Doors,By Roddy Doyle,https://learn-awesome.github.io/assets/book_covers/52778.jpg,book|https://www.goodreads.com/book/show/52778.The_Woman_Who_Walked_Into_Doors,fiction,,,,,, -375fbf34-8c16-46d3-a7d3-cb1504e072e3,The Diaries of Auberon Waugh,By Auberon Waugh,https://learn-awesome.github.io/assets/book_covers/11099096.jpg,book|https://www.goodreads.com/book/show/11099096-the-diaries-of-auberon-waugh,jk-rowling,,,,,, -2ef8d155-e59e-439a-aa05-a32bfb20bca0,The Prince of Tides,By Pat Conroy,https://learn-awesome.github.io/assets/book_covers/16735.jpg,book|https://www.goodreads.com/book/show/16735.The_Prince_of_Tides,fiction,,,,,, -59e7ae17-3a59-43c2-b537-0f0d4e102c1f,Outlander,By Diana Gabaldon,https://learn-awesome.github.io/assets/book_covers/10964.jpg,book|https://www.goodreads.com/book/show/10964.Outlander,historical-fiction,,,,,, -97d6a604-bd66-45d5-ad74-5dae15f95b0c,Angles of Attack (Frontlines #3),By Marko Kloos,https://learn-awesome.github.io/assets/book_covers/24358527.jpg,book|https://www.goodreads.com/book/show/24358527-angles-of-attack,science-fiction,,,,,, -82276e0e-58a1-48c4-b1d5-344cefc7052f,The Once and Future King,By T.H. White,https://learn-awesome.github.io/assets/book_covers/43545.jpg,book|https://www.goodreads.com/book/show/43545.The_Once_and_Future_King,fantasy,,,,,, -7c4b6826-3550-4695-ba25-ac08704f4cf5,A Wizard of Earthsea,By Ursula K. Le Guin,https://learn-awesome.github.io/assets/book_covers/13642.jpg,book|https://www.goodreads.com/book/show/13642.A_Wizard_of_Earthsea,fantasy,,,,,, -4c22450b-58f7-41ee-972e-053cff67dcf5,The Iron King,By Julie Kagawa,https://learn-awesome.github.io/assets/book_covers/6644117.jpg,book|https://www.goodreads.com/book/show/6644117-the-iron-king,fantasy,,,,,, -d4b25528-e148-405e-94ce-1c749732286b,Joyland,By Stephen King,https://learn-awesome.github.io/assets/book_covers/13596166.jpg,book|https://www.goodreads.com/book/show/13596166-joyland,stephen-king,,,,,, -1c08fa55-88ec-47ce-b948-82c0a705755d,The Fireman,By Joe Hill,https://learn-awesome.github.io/assets/book_covers/29875363.jpg,book|https://www.goodreads.com/book/show/29875363-the-fireman,horror,,,,,, -20559810-df39-40ee-b7e4-e8e90b77b1ac,The White Company,By Arthur Conan Doyle,https://learn-awesome.github.io/assets/book_covers/93063.jpg,book|https://www.goodreads.com/book/show/93063.The_White_Company,historical-fiction,,,,,, -59525441-d159-4494-b039-e9a485570a84,The Cuckoo's Calling,By Robert Galbraith,https://learn-awesome.github.io/assets/book_covers/16160797.jpg,book|https://www.goodreads.com/book/show/16160797-the-cuckoo-s-calling,mystery,,,,,, -8f6e6dc0-6aed-4ed0-880f-3f92a860c69f,Armada,By Ernest Cline,https://learn-awesome.github.io/assets/book_covers/16278318.jpg,book|https://www.goodreads.com/book/show/16278318-armada,science-fiction,,,,,, -0cc00e62-7599-494f-981d-fd1c54daace9,Rin Tin Tin: the Life and the Legend,By Susan Orlean,https://learn-awesome.github.io/assets/book_covers/11238914.jpg,book|https://www.goodreads.com/book/show/11238914-rin-tin-tin,non-fiction,,,,,, -2875fa17-68ea-4b90-882b-7907f13ff646,The Beautiful Cigar Girl,By Daniel Stashower,https://learn-awesome.github.io/assets/book_covers/171112.jpg,book|https://www.goodreads.com/book/show/171112.The_Beautiful_Cigar_Girl,history,,,,,, -e5b22f97-2884-4a99-a65f-bc8aed7a80c2,American Gods,By Neil Gaiman,https://learn-awesome.github.io/assets/book_covers/30165203.jpg,book|https://www.goodreads.com/book/show/30165203-american-gods,fantasy,,,,,, -ddbe5dc7-fa92-4061-8499-cca65ee1054f,Peter Simple,By Frederick Marryat,https://learn-awesome.github.io/assets/book_covers/60704.jpg,book|https://www.goodreads.com/book/show/60704.Peter_Simple,fiction,,,,,, -27ebfaec-9bd8-46e8-b883-2fcaff457710,"The Complete Works of Guy de Maupassant, Vol. 2 (1917): Mad, and Short Stories",By Guy de Maupassant,https://learn-awesome.github.io/assets/book_covers/168757.jpg,book|https://www.goodreads.com/book/show/168757.The_Complete_Works_of_Guy_de_Maupassant_Vol_2_1917_,default,,,,,, -23908fb6-4dbd-40aa-ba21-a5bc0ae151e1,Far Away and Long Ago,By W.H. Hudson,https://learn-awesome.github.io/assets/book_covers/1564832.jpg,book|https://www.goodreads.com/book/show/1564832.Far_Away_and_Long_Ago,classics,,,,,, -d5cad5e5-440c-4198-935c-a1013e726937,The Red and the Black,By Stendhal,https://learn-awesome.github.io/assets/book_covers/14662.jpg,book|https://www.goodreads.com/book/show/14662.The_Red_and_the_Black,classics,,,,,, -731fefc2-f44a-43fa-99b0-b8bad8f32cef,Dubliners,By James Joyce,https://learn-awesome.github.io/assets/book_covers/11012.jpg,book|https://www.goodreads.com/book/show/11012.Dubliners,classics,,,,,, -2b57b2c5-54f4-4f31-a224-d309be4594f2,Huckleberry Finn,By Mark Twain,https://learn-awesome.github.io/assets/book_covers/2956.jpg,book|https://www.goodreads.com/book/show/2956.The_Adventures_of_Huckleberry_Finn,classics,,,,,, -2b59b543-05fc-4882-b665-764c32fe1293,Midshipman Easy,By Frederick Marryat,https://learn-awesome.github.io/assets/book_covers/341860.jpg,book|https://www.goodreads.com/book/show/341860.Mr_Midshipman_Easy,historical-fiction,,,,,, -8e1f25d6-f519-4499-8153-ea0d89b902dc,The Portrait of a Lady,By Henry James,https://learn-awesome.github.io/assets/book_covers/264.jpg,book|https://www.goodreads.com/book/show/264.The_Portrait_of_a_Lady,classics,,,,,, -503bea37-fe1c-4af0-b36c-60a33fb74d0e,Tom Jones,By Henry Fielding,https://learn-awesome.github.io/assets/book_covers/99329.jpg,book|https://www.goodreads.com/book/show/99329.The_History_of_Tom_Jones_a_Foundling,classics,,,,,, -2bb91e69-70d7-453a-8a84-6f0d934a6e48,Frank Mildmay,By Frederick Marryat,https://learn-awesome.github.io/assets/book_covers/341862.jpg,book|https://www.goodreads.com/book/show/341862.Frank_Mildmay_or_the_Naval_Officer,fiction,,,,,, -b99c932a-f6f9-44b2-8acb-87770f82e8a0,Madame Bovary,By Gustave Flaubert,https://learn-awesome.github.io/assets/book_covers/2175.jpg,book|https://www.goodreads.com/book/show/2175.Madame_Bovary,classics,,,,,, -2d0169cb-b2cc-4bbb-9c0d-d65513bf8cf0,The Open Boat,By Stephen Crane,https://learn-awesome.github.io/assets/book_covers/1778663.jpg,book|https://www.goodreads.com/book/show/1778663.The_Open_Boat,short-stories,,,,,, -1f289c60-36a0-4020-a08d-64d178001a7a,Madame de Mauves,By Henry James,https://learn-awesome.github.io/assets/book_covers/2457157.jpg,book|https://www.goodreads.com/book/show/2457157.Madame_de_Mauves,fiction,,,,,, -28a83cb4-bad9-47ad-b794-196bf3443139,The Blue Hotel,By Stephen Crane,https://learn-awesome.github.io/assets/book_covers/812893.jpg,book|https://www.goodreads.com/book/show/812893.The_Blue_Hotel,short-stories,,,,,, -be975885-f249-4263-ba00-442123159974,La Chartreuse de Parme,By Elisabeth Rallo,https://learn-awesome.github.io/assets/book_covers/570612.jpg,book|https://www.goodreads.com/book/show/570612.La_Chartreuse_de_Parme_Stendhal,french-literature,,,,,, -02b4635e-2dde-4cec-a813-657a15ab8501,The Turn of the Screw,By Henry James,https://learn-awesome.github.io/assets/book_covers/12948.jpg,book|https://www.goodreads.com/book/show/12948.The_Turn_of_the_Screw,classics,,,,,, -379ee972-ca86-43ac-8646-50bdee3b90ea,Joseph Andrews,By Henry Fielding,https://learn-awesome.github.io/assets/book_covers/110170.jpg,book|https://www.goodreads.com/book/show/110170.Joseph_Andrews,classics,,,,,, -d289da84-299e-470a-a380-6f71c0328bdb,L’Education Sentimentale,By Bertrand Darbeau,https://learn-awesome.github.io/assets/book_covers/441414.jpg,book|https://www.goodreads.com/book/show/441414.L_Education_sentimentale_Gustave_Flaubert,french-literature,,,,,, -701d8b9a-25ea-444e-a1e5-4ca2b77be32f,Great Dialogues of Plato,By Plato,https://learn-awesome.github.io/assets/book_covers/30291.jpg,book|https://www.goodreads.com/book/show/30291.Great_Dialogues_of_Plato,classics,,,,,, -ebf04eb8-fdf7-42b4-88be-44779366c2c4,Songs of Innocence and Experience,By William Blake,https://learn-awesome.github.io/assets/book_covers/171547.jpg,book|https://www.goodreads.com/book/show/171547.Songs_of_Innocence_and_of_Experience,poetry,,,,,, -26f6c4c4-98a1-44d3-be46-cc57fbc06fb8,A Separate Reality,By Carlos Castaneda,https://learn-awesome.github.io/assets/book_covers/12839.jpg,book|https://www.goodreads.com/book/show/12839.A_Separate_Reality,spirituality,,,,,, -ac78419e-afcd-4ef1-9e9a-cf2023763c37,Tropic of Cancer,By Henry Miller,https://learn-awesome.github.io/assets/book_covers/249.jpg,book|https://www.goodreads.com/book/show/249.Tropic_of_Cancer,fiction,,,,,, -b2adc15b-a924-46a0-a3ec-1677068fa1d9,The Castle,By Jeannette Walls,https://learn-awesome.github.io/assets/book_covers/7445.jpg,book|https://www.goodreads.com/book/show/7445.The_Glass_Castle,non-fiction,,,,,, -6a0eafc9-4cd9-4274-b8a5-0d8ea1537795,"Farewell, My Lovely",By Raymond Chandler,https://learn-awesome.github.io/assets/book_covers/2050.jpg,book|https://www.goodreads.com/book/show/2050.Farewell_My_Lovely,mystery,,,,,, -815dbdd9-d4fc-494c-b4af-a2075a06ba4b,The High Window,By Raymond Chandler,https://learn-awesome.github.io/assets/book_covers/2049.jpg,book|https://www.goodreads.com/book/show/2049.The_High_Window,mystery,,,,,, -4d278100-7d07-4f19-8776-b0c1d4359ad3,The Big Sleep,By Raymond Chandler,https://learn-awesome.github.io/assets/book_covers/2052.jpg,book|https://www.goodreads.com/book/show/2052.The_Big_Sleep,mystery,,,,,, -47061959-a76b-4455-8198-10ff1c098468,The Lady in the Lake,By Laura Lippman,https://learn-awesome.github.io/assets/book_covers/41735375.jpg,book|https://www.goodreads.com/book/show/41735375-lady-in-the-lake,fiction,,,,,, -792d7851-b50b-4a59-b2fb-680fb056738f,The Little Sister,By Isabel Ashdown,https://learn-awesome.github.io/assets/book_covers/33107342.jpg,book|https://www.goodreads.com/book/show/33107342-little-sister,mystery,,,,,, -f404ba3f-1865-4e31-b001-e43bc4ff71e2,The Long Goodbye,By Meghan O'Rourke,https://learn-awesome.github.io/assets/book_covers/9499320.jpg,book|https://www.goodreads.com/book/show/9499320-the-long-goodbye,memoir,,,,,, -f18e449d-f137-4b08-bc99-026d613eec90,Perchance to Dream,By Charles Beaumont,https://learn-awesome.github.io/assets/book_covers/24611644.jpg,book|https://www.goodreads.com/book/show/24611644-perchance-to-dream,horror,,,,,, -7b61ad96-b034-406d-b5d6-af4616f7fde2,Playback,By Raymond Chandler,https://learn-awesome.github.io/assets/book_covers/153590.jpg,book|https://www.goodreads.com/book/show/153590.Playback,mystery,,,,,, -192ba79c-8a11-4195-b0d5-22cb00a2e0ba,Poodle Springs,By Raymond Chandler,https://learn-awesome.github.io/assets/book_covers/247060.jpg,book|https://www.goodreads.com/book/show/247060.Poodle_Springs,mystery,,,,,, -00194572-996c-4b43-aadf-fceada4517a8,The Black-Eyed Blonde,By Benjamin Black,https://learn-awesome.github.io/assets/book_covers/17910123.jpg,book|https://www.goodreads.com/book/show/17910123-the-black-eyed-blonde,mystery,,,,,, -06de46e0-d63a-43c5-86bd-c6606fa66c70,The Constant Reader,By Dorothy Parker,https://learn-awesome.github.io/assets/book_covers/924385.jpg,book|https://www.goodreads.com/book/show/924385.Constant_Reader,non-fiction,,,,,, -fb35a083-a410-4f83-a3cd-97e9ae4a2698,Slouching Towards Bethlehem: Essays,By Joan Didion,https://learn-awesome.github.io/assets/book_covers/424.jpg,book|https://www.goodreads.com/book/show/424.Slouching_Towards_Bethlehem,non-fiction,,,,,, -12680b9f-2f78-430f-afd3-a6e67cc6de8f,The Pugilist at Rest: Stories,By Thom Jones,https://learn-awesome.github.io/assets/book_covers/101172.jpg,book|https://www.goodreads.com/book/show/101172.The_Pugilist_at_Rest,short-stories,,,,,, -f317de53-adc6-463c-b125-3e90386d13b7,Trainspotting,By Irvine Welsh,https://learn-awesome.github.io/assets/book_covers/135836.jpg,book|https://www.goodreads.com/book/show/135836.Trainspotting,fiction,,,,,, -d3c9f44e-4162-414e-b185-587e0b73ca6b,The Lottery and Other Stories,By Shirley Jackson,https://learn-awesome.github.io/assets/book_covers/89723.jpg,book|https://www.goodreads.com/book/show/89723.The_Lottery_and_Other_Stories,short-stories,,,,,, -d8e73ec4-80ca-4bb5-9c64-476d05bcd7c9,The Ice at the Bottom of the World: Stories,By Mark Richard,https://learn-awesome.github.io/assets/book_covers/274159.jpg,book|https://www.goodreads.com/book/show/274159.The_Ice_at_the_Bottom_of_the_World,short-stories,,,,,, -d4132d35-54db-488b-a8ca-3b1d0c0e3a49,Night Shift ,By Stephen King,https://learn-awesome.github.io/assets/book_covers/10628.jpg,book|https://www.goodreads.com/book/show/10628.Night_Shift,horror,,,,,, -5238d72d-3148-4fd7-881b-5af0a51c6c21,Metropolitan Life,By Fran Lebowitz,https://learn-awesome.github.io/assets/book_covers/927916.jpg,book|https://www.goodreads.com/book/show/927916.Metropolitan_Life,humor,,,,,, -eb62e9b6-e594-4bcb-8089-80b90d47b769,Slackjaw,By Jim Knipfel,https://learn-awesome.github.io/assets/book_covers/125795.jpg,book|https://www.goodreads.com/book/show/125795.Slackjaw,memoir,,,,,, -378c3f3a-707f-4600-b96c-3bd181051db1,The Girl with the Curious Hair,By David Foster Wallace,https://learn-awesome.github.io/assets/book_covers/8822819.jpg,book|https://www.goodreads.com/book/show/8822819-girl-with-curious-hair,fiction,,,,,, -cfa6c770-15c5-4131-9ba9-01bcd2202a7a,The Safety of Objects: Stories,By A.M. Homes,https://learn-awesome.github.io/assets/book_covers/29411.jpg,book|https://www.goodreads.com/book/show/29411.The_Safety_of_Objects,short-stories,,,,,, -34549225-45d2-43df-aae2-19c06a1a1b19,Generation X,By Douglas Coupland,https://learn-awesome.github.io/assets/book_covers/3378.jpg,book|https://www.goodreads.com/book/show/3378.Generation_X,fiction,,,,,, -40281c6c-9b89-498f-9a0f-b1d69f243e66,Whores of Gloria,By William T. Vollmann,https://learn-awesome.github.io/assets/book_covers/45630.jpg,book|https://www.goodreads.com/book/show/45630.Whores_for_Gloria,fiction,,,,,, -4a1f3fba-9f3d-4f27-b6ac-691d2d58e140,Heartburn,By Nora Ephron,https://learn-awesome.github.io/assets/book_covers/225343.jpg,book|https://www.goodreads.com/book/show/225343.Heartburn,fiction,,,,,, -00819d6f-63ad-42f6-9d35-2d0cd0c36d65,Miles from Nowhere,By Nami Mun,https://learn-awesome.github.io/assets/book_covers/2895061.jpg,book|https://www.goodreads.com/book/show/2895061-miles-from-nowhere,fiction,,,,,, -dfa9cdb9-7ad6-427a-9eb9-1ced8ffed9bb,Slaves of New York,By Tama Janowitz,https://learn-awesome.github.io/assets/book_covers/233504.jpg,book|https://www.goodreads.com/book/show/233504.Slaves_of_New_York,fiction,,,,,, -e0b0e202-c70e-4f07-b947-34ea39f67917,The Killing of Sister George,By Frank Marcus,https://learn-awesome.github.io/assets/book_covers/959271.jpg,book|https://www.goodreads.com/book/show/959271.The_Killing_Of_Sister_George,plays,,,,,, -5a42e730-803b-4756-baaf-2f2184350205,Robert Penn Warren's All the King's Men,By Michael J. Meyer,https://learn-awesome.github.io/assets/book_covers/14721363.jpg,book|https://www.goodreads.com/book/show/14721363-robert-penn-warren-s-all-the-king-s-men,no-interest,,,,,, -eb599235-1114-4bf4-af44-78de03cc51d1,The Poet,By Elizabeth Acevedo,https://learn-awesome.github.io/assets/book_covers/33294200.jpg,book|https://www.goodreads.com/book/show/33294200-the-poet-x,poetry,,,,,, -9257d907-f3cf-4351-8d59-05d9c31daf54,Where I’m Calling From,By Raymond Carver,https://learn-awesome.github.io/assets/book_covers/11437.jpg,book|https://www.goodreads.com/book/show/11437.Where_I_m_Calling_From,short-stories,,,,,, -c32fc1fd-0552-42d0-9e7b-4ca52758bf99,A Soldier of the Great War,By Mark Helprin,https://learn-awesome.github.io/assets/book_covers/87985.jpg,book|https://www.goodreads.com/book/show/87985.A_Soldier_of_the_Great_War,fiction,,,,,, -791893b9-730e-493e-ab53-d3864977a208,Cathedral,By Raymond Carver,https://learn-awesome.github.io/assets/book_covers/11449.jpg,book|https://www.goodreads.com/book/show/11449.Cathedral,short-stories,,,,,, -1fafaac3-04c3-4804-a7b2-db6cfecde65a,To Kill a Mockingbird,By Harper Lee,https://learn-awesome.github.io/assets/book_covers/2657.jpg,book|https://www.goodreads.com/book/show/2657.To_Kill_a_Mockingbird,classics,,,,,, -815d6221-41e3-4a9c-b316-11e464499742,Good Poems,By Garrison Keillor,https://learn-awesome.github.io/assets/book_covers/39692.jpg,book|https://www.goodreads.com/book/show/39692.Good_Poems,poetry,,,,,, -b10880e0-9c6f-4bea-8ea0-2404db683094,The Young Lions,By Irwin Shaw,https://learn-awesome.github.io/assets/book_covers/315511.jpg,book|https://www.goodreads.com/book/show/315511.The_Young_Lions,fiction,,,,,, -b35683a8-b075-4781-bbe9-fc590ff0d449,A River Runs Through It and Other Stories,By Norman Maclean,https://learn-awesome.github.io/assets/book_covers/30043.jpg,book|https://www.goodreads.com/book/show/30043.A_River_Runs_Through_it_and_Other_Stories,fiction,,,,,, -d4d765a2-5677-46f2-8daf-98c4f35cc803,"The Girl with the Dragon Tattoo (Millennium, #1)",By Stieg Larsson,https://learn-awesome.github.io/assets/book_covers/2429135.jpg,book|https://www.goodreads.com/book/show/2429135.The_Girl_with_the_Dragon_Tattoo,fiction,,,,,, -8bc85971-035c-4605-bff9-07c937c7d8ca,The Moon and Sixpence,By W. Somerset Maugham,https://learn-awesome.github.io/assets/book_covers/44796.jpg,book|https://www.goodreads.com/book/show/44796.The_Moon_and_Sixpence,fiction,,,,,, -a7842744-9983-4613-a485-c995384488cb,Nineteen Minutes,By Jodi Picoult,https://learn-awesome.github.io/assets/book_covers/14866.jpg,book|https://www.goodreads.com/book/show/14866.Nineteen_Minutes,fiction,,,,,, -0e017b6a-a516-4b71-87ba-f9bfd029aade,House of Leaves,By Mark Z. Danielewski,https://learn-awesome.github.io/assets/book_covers/24800.jpg,book|https://www.goodreads.com/book/show/24800.House_of_Leaves,horror,,,,,, -8995d8f3-be27-483e-a61d-49a76836ed1c,"The Narrows (Harry Bosch, #10; Harry Bosch Universe, #13)",By Michael Connelly,https://learn-awesome.github.io/assets/book_covers/409918.jpg,book|https://www.goodreads.com/book/show/409918.The_Narrows,mystery,,,,,, -ee4bd168-84ae-494e-b31a-e1b3fbe136ef,Good Enough to Dream,By Roger Kahn,https://learn-awesome.github.io/assets/book_covers/137789.jpg,book|https://www.goodreads.com/book/show/137789.Good_Enough_to_Dream,baseball,,,,,, -bea7f53d-cc75-412c-a7d5-109b661247d5,"Shatter (Joseph O'Loughlin, #3)",By Michael Robotham,https://learn-awesome.github.io/assets/book_covers/2314605.jpg,book|https://www.goodreads.com/book/show/2314605.Shatter,thriller,,,,,, -9ef8c5f1-774f-4419-b025-3e79e7b4fcf6,"Child 44 (Leo Demidov, #1)",By Tom Rob Smith,https://learn-awesome.github.io/assets/book_covers/2161733.jpg,book|https://www.goodreads.com/book/show/2161733.Child_44,fiction,,,,,, -fcfca637-06e4-4294-bb6a-75569f5d530b,Angela’s Ashes,By Frank McCourt,https://learn-awesome.github.io/assets/book_covers/252577.jpg,book|https://www.goodreads.com/book/show/252577.Angela_s_Ashes,non-fiction,,,,,, -1abe2fec-85ca-4922-94b1-6f049ef690c3,The Secret History,By Donna Tartt,https://learn-awesome.github.io/assets/book_covers/29044.jpg,book|https://www.goodreads.com/book/show/29044.The_Secret_History,fiction,,,,,, -425e6b13-a95f-41d2-9e55-85427543b0a7,Cities of the Plain,By Cormac McCarthy,https://learn-awesome.github.io/assets/book_covers/40470.jpg,book|https://www.goodreads.com/book/show/40470.Cities_of_the_Plain,fiction,,,,,, -4a91bb34-1b37-4f05-a909-987bd47fe3b7,Lights Out,By David Crawford,https://learn-awesome.github.io/assets/book_covers/6845861.jpg,book|https://www.goodreads.com/book/show/6845861-lights-out,post-apocalyptic,,,,,, -5416aeb1-885f-4f2c-8708-e908c1b4ce8b,Water for Elephants,By Sara Gruen,https://learn-awesome.github.io/assets/book_covers/43641.jpg,book|https://www.goodreads.com/book/show/43641.Water_for_Elephants,fiction,,,,,, -c8c185c7-233e-4636-9720-2dfb60c629d1,The Gold Coast,By Nelson DeMille,https://learn-awesome.github.io/assets/book_covers/33813.jpg,book|https://www.goodreads.com/book/show/33813.Gold_Coast,fiction,,,,,, -e3a32e38-0f42-49f4-94af-4e8e859c9f4d,A Critical Study of Junot Diaz's the Brief Wondrous Life of Oscar Wao,By Giorgia Scribellito,https://learn-awesome.github.io/assets/book_covers/20904909.jpg,book|https://www.goodreads.com/book/show/20904909-a-critical-study-of-junot-diaz-s-the-brief-wondrous-life-of-oscar-wao,dominican-writers,,,,,, -4550445b-5445-4b02-800b-3b59020ea94e,Voodoo Heart,By Scott Snyder,https://learn-awesome.github.io/assets/book_covers/422448.jpg,book|https://www.goodreads.com/book/show/422448.Voodoo_Heart,short-stories,,,,,, -95fb2a89-ab6e-49b4-a3ed-bfe94718dea4,The Eye in the Door,By Pat Barker,https://learn-awesome.github.io/assets/book_covers/151928.jpg,book|https://www.goodreads.com/book/show/151928.The_Eye_in_the_Door,fiction,,,,,, -04733c51-0754-4821-b4d9-93d41fe90de9,A Walk in the Woods,By Bill Bryson,https://learn-awesome.github.io/assets/book_covers/9791.jpg,book|https://www.goodreads.com/book/show/9791.A_Walk_in_the_Woods,non-fiction,,,,,, -96f2c376-1ab9-4db6-ab1f-0c2943bd5fd1,The Terror,By Dan Simmons,https://learn-awesome.github.io/assets/book_covers/3974.jpg,book|https://www.goodreads.com/book/show/3974.The_Terror,horror,,,,,, -983a4ceb-0cc5-4d48-af02-4e4f65a3f7ff,Men in Black,By Steve Perry,https://learn-awesome.github.io/assets/book_covers/2010110.jpg,book|https://www.goodreads.com/book/show/2010110.Men_In_Black,science-fiction,,,,,, -c64ede72-ee31-4d97-8e09-a5db07ff5851,Dirty White Boys,By Stephen Hunter,https://learn-awesome.github.io/assets/book_covers/868486.jpg,book|https://www.goodreads.com/book/show/868486.Dirty_White_Boys,fiction,,,,,, -c57feaef-c6f5-4b54-97fd-2997f060703d,The Given Day (Coughlin #1),By Dennis Lehane,https://learn-awesome.github.io/assets/book_covers/2830067.jpg,book|https://www.goodreads.com/book/show/2830067-the-given-day,historical-fiction,,,,,, -55170c52-9293-4e20-aab7-bf8714852275,Deception on His Mind,By Elizabeth George,https://learn-awesome.github.io/assets/book_covers/31366.jpg,book|https://www.goodreads.com/book/show/31366.Deception_on_His_Mind,mystery,,,,,, -342dc2e2-c662-4f30-951e-42e5609bbe9e,The Secret Life of Bees,By Sue Monk Kidd,https://learn-awesome.github.io/assets/book_covers/37435.jpg,book|https://www.goodreads.com/book/show/37435.The_Secret_Life_of_Bees,fiction,,,,,, -b2af25cb-426c-4e49-82dd-ea4338b72d10,Regeneration,By Pat Barker,https://learn-awesome.github.io/assets/book_covers/5872.jpg,book|https://www.goodreads.com/book/show/5872.Regeneration,historical-fiction,,,,,, -3abff910-e6e4-4399-bd86-8ca3c12549d3,One True Thing,By Anna Quindlen,https://learn-awesome.github.io/assets/book_covers/176839.jpg,book|https://www.goodreads.com/book/show/176839.One_True_Thing,fiction,,,,,, -f1860f88-694b-4f47-8913-978f4b2bd74a,Brideshead Revisited,By Evelyn Waugh,https://learn-awesome.github.io/assets/book_covers/30933.jpg,book|https://www.goodreads.com/book/show/30933.Brideshead_Revisited,classics,,,,,, -ac35c605-79b5-4012-b9d4-c41a46b96c7e,Peace Like a River,By Leif Enger,https://learn-awesome.github.io/assets/book_covers/227571.jpg,book|https://www.goodreads.com/book/show/227571.Peace_Like_a_River,fiction,,,,,, -04db2344-e2b8-4143-a939-0c3632b914f1,Close Range,By Annie Proulx,https://learn-awesome.github.io/assets/book_covers/27999.jpg,book|https://www.goodreads.com/book/show/27999.Close_Range,short-stories,,,,,, -822220e2-89a2-49b0-8e95-c61d16052bbd,The Crater,By Walter Álvarez,https://learn-awesome.github.io/assets/book_covers/83971.jpg,book|https://www.goodreads.com/book/show/83971.T_Rex_and_the_Crater_of_Doom,science,,,,,, -9f53826f-1787-45b7-97ff-b751a09a8834,Hard Revolution,By George Pelecanos,https://learn-awesome.github.io/assets/book_covers/307548.jpg,book|https://www.goodreads.com/book/show/307548.Hard_Revolution,crime,,,,,, -41aff2f7-5221-4239-bc55-5d9a331f8618,The Fixer,By Bernard Malamud,https://learn-awesome.github.io/assets/book_covers/3066.jpg,book|https://www.goodreads.com/book/show/3066.The_Fixer,young-adult,,,,,, -abede793-1721-4a1c-b37a-8efc0a3d0790,"No Middle Name (Jack Reacher, #21.5)",By Lee Child,https://learn-awesome.github.io/assets/book_covers/32969083.jpg,book|https://www.goodreads.com/book/show/32969083-no-middle-name,fiction,,,,,, -e617b3ec-2f7e-4018-be36-1cba7919453a,A Midsummer Night's Dream,By William Shakespeare,https://learn-awesome.github.io/assets/book_covers/269928.jpg,book|https://www.goodreads.com/book/show/269928.A_Midsummer_Night_s_Dream,classics,,,,,, -28908d4e-c49d-4d57-b7c7-40a7826a48fe,Our Man in Havana,By Graham Greene,https://learn-awesome.github.io/assets/book_covers/133394.jpg,book|https://www.goodreads.com/book/show/133394.Our_Man_in_Havana,fiction,,,,,, -97b18711-76d5-424d-b912-b9427b4f0ed3,Philip Roth: American Pastoral,By Patrick Badonnel,,book|https://www.goodreads.com/book/show/12024134-philip-roth,fiction,,,,,, -059e7a8c-39b9-4469-954d-a6101e09a84e,The Hours,By Michael Cunningham,https://learn-awesome.github.io/assets/book_covers/11899.jpg,book|https://www.goodreads.com/book/show/11899.The_Hours,fiction,,,,,, -2af8367a-8925-46eb-a43b-11c4ce7337c5,White Man's Grave,By Richard Dooling,https://learn-awesome.github.io/assets/book_covers/15788.jpg,book|https://www.goodreads.com/book/show/15788.White_Man_s_Grave,fiction,,,,,, -0d49c125-3a09-4b30-8c52-6e11507b2cc0,Thank You for Smoking,By Christopher Buckley,https://learn-awesome.github.io/assets/book_covers/40465.jpg,book|https://www.goodreads.com/book/show/40465.Thank_You_for_Smoking,fiction,,,,,, -2809cd23-ddb1-408f-b0bd-b15cb066be2e,Survivor,By Chuck Palahniuk,https://learn-awesome.github.io/assets/book_covers/36236123.jpg,book|https://www.goodreads.com/book/show/36236123-survivor,fiction,,,,,, -13e17935-fc0f-4e2f-9631-fbe0ff2f1240,The Beach,By Alex Garland,https://learn-awesome.github.io/assets/book_covers/607639.jpg,book|https://www.goodreads.com/book/show/607639.The_Beach,fiction,,,,,, -eebbf759-4aef-4d1f-aa7b-39c5f4252c2c,The Liar’s Club,By Mary Karr,https://learn-awesome.github.io/assets/book_covers/14241.jpg,book|https://www.goodreads.com/book/show/14241.The_Liars_Club,memoir,,,,,, -77a9db20-b76c-4cfb-92e7-49ddab9b7e28,Empire Falls,By Richard Russo,https://learn-awesome.github.io/assets/book_covers/187020.jpg,book|https://www.goodreads.com/book/show/187020.Empire_Falls,fiction,,,,,, -bfad628e-06f5-47b1-bd8c-a25864ca49ba,Dead Man’s Walk,By Larry McMurtry,https://learn-awesome.github.io/assets/book_covers/54804.jpg,book|https://www.goodreads.com/book/show/54804.Dead_Man_s_Walk,western,,,,,, -89feab10-ddec-4b69-93fa-2ee22e5e51ab,Joe Hill,By Joe Hill,https://learn-awesome.github.io/assets/book_covers/6587879.jpg,book|https://www.goodreads.com/book/show/6587879-horns,horror,,,,,, -8bb83b47-b313-42c2-885c-6e75a45f2838,The Ax,By Donald E. Westlake,https://learn-awesome.github.io/assets/book_covers/176811.jpg,book|https://www.goodreads.com/book/show/176811.The_Ax,fiction,,,,,, -46dc8455-d922-4267-b55c-7176554926b8,A Death in the Family,By James Agee,https://learn-awesome.github.io/assets/book_covers/113091.jpg,book|https://www.goodreads.com/book/show/113091.A_Death_in_the_Family,fiction,,,,,, -846c6231-6a16-4018-be65-81e6ab54f905,The Sheltering Sky,By Paul Bowles,https://learn-awesome.github.io/assets/book_covers/243598.jpg,book|https://www.goodreads.com/book/show/243598.The_Sheltering_Sky,fiction,,,,,, -1f30514c-4e26-43f1-88cf-50a21ad2bdfe,Life of Pi,By Yann Martel,https://learn-awesome.github.io/assets/book_covers/4214.jpg,book|https://www.goodreads.com/book/show/4214.Life_of_Pi,fiction,,,,,, -aa95985c-3b4f-4be9-8fa6-19026d8bbd35,"Crosscut (Evan Delaney, #4)",By Meg Gardiner,https://learn-awesome.github.io/assets/book_covers/105734.jpg,book|https://www.goodreads.com/book/show/105734.Crosscut,mystery,,,,,, -888f193d-5229-4a54-a1dd-74aa17db07be,Revolutionary Road,By Richard Yates,https://learn-awesome.github.io/assets/book_covers/48328.jpg,book|https://www.goodreads.com/book/show/48328.Revolutionary_Road,fiction,,,,,, -fc65c037-0843-4d0d-9a22-6619d39ed948,The Adventures of Tom Sawyer,By Mark Twain,https://learn-awesome.github.io/assets/book_covers/24583.jpg,book|https://www.goodreads.com/book/show/24583.The_Adventures_of_Tom_Sawyer,classics,,,,,, -b698ffaa-6feb-454f-af19-84629f56fabd,Atonement,By Ian McEwan,https://learn-awesome.github.io/assets/book_covers/6867.jpg,book|https://www.goodreads.com/book/show/6867.Atonement,fiction,,,,,, -4e8bb111-5bc5-4d57-af0e-478ec413bff9,The Fortress of Solitude,By Jonathan Lethem,https://learn-awesome.github.io/assets/book_covers/9799.jpg,book|https://www.goodreads.com/book/show/9799.The_Fortress_of_Solitude,rory-gilmore-reading-challenge,,,,,, -1f097ddc-b5fe-43c2-8530-f61ade9964ea,The English Patient,By Michael Ondaatje,https://learn-awesome.github.io/assets/book_covers/11713.jpg,book|https://www.goodreads.com/book/show/11713.The_English_Patient,fiction,,,,,, -f86ed256-6350-4266-8611-b484792a83a1,A Firing Offense,By David Ignatius,https://learn-awesome.github.io/assets/book_covers/16233771.jpg,book|https://www.goodreads.com/book/show/16233771-a-firing-offense,fiction,,,,,, -33a0dcc5-4a24-4fb4-94dc-f85cb28bc4ef,Why Sinatra Matters,By Pete Hamill,https://learn-awesome.github.io/assets/book_covers/882512.jpg,book|https://www.goodreads.com/book/show/882512.Why_Sinatra_Matters,music,,,,,, -260ce8b3-5001-4209-87d4-d4d4b5237975,The Raw Shark Texts,By Steven Hall,https://learn-awesome.github.io/assets/book_covers/144800.jpg,book|https://www.goodreads.com/book/show/144800.The_Raw_Shark_Texts,fiction,,,,,, -92788a5a-5380-4924-9ab4-3badf83a1f9c,Mohawk,By Richard Russo,https://learn-awesome.github.io/assets/book_covers/12368.jpg,book|https://www.goodreads.com/book/show/12368.Mohawk,fiction,,,,,, -d1e6739b-ba3d-4385-84f7-5a11d1af36e0,Oliver Twist,By Charles Dickens,https://learn-awesome.github.io/assets/book_covers/18254.jpg,book|https://www.goodreads.com/book/show/18254.Oliver_Twist,classics,,,,,, -724905fe-e3c2-4b2b-a89d-7e21f53be861,"Zoo Station (John Russell, #1)",By David Downing,https://learn-awesome.github.io/assets/book_covers/63729.jpg,book|https://www.goodreads.com/book/show/63729.Zoo_Station,historical-fiction,,,,,, -e024c03a-5233-40ef-b3ff-fcc17e7dc29e,The Shipping News,By Annie Proulx,https://learn-awesome.github.io/assets/book_covers/7354.jpg,book|https://www.goodreads.com/book/show/7354.The_Shipping_News,fiction,,,,,, -0b961b0a-32a1-4d15-889c-914d7e344eea,Pressure Drop,By Peter Abrahams,https://learn-awesome.github.io/assets/book_covers/994626.jpg,book|https://www.goodreads.com/book/show/994626.Pressure_Drop,mystery,,,,,, -b57ff9e7-1777-4fdb-95a7-c094a7958470,A Sight for Sore Eyes,By Ruth Rendell,https://learn-awesome.github.io/assets/book_covers/83410.jpg,book|https://www.goodreads.com/book/show/83410.A_Sight_for_Sore_Eyes,mystery,,,,,, -b20b8c71-3313-4b08-9cfb-f539d2993f41,Common Carnage,By Stephen Dobyns,https://learn-awesome.github.io/assets/book_covers/470825.jpg,book|https://www.goodreads.com/book/show/470825.Common_Carnage,poetry,,,,,, -a49e2741-5596-40a6-aac8-081690fe8e39,The Crossing,By Geraldine Brooks,https://learn-awesome.github.io/assets/book_covers/9684523.jpg,book|https://www.goodreads.com/book/show/9684523-caleb-s-crossing,historical-fiction,,,,,, -0c9d3ad4-e0ae-4d3c-a73e-fabcb1687769,The Tooth Fairy,By Graham Joyce,https://learn-awesome.github.io/assets/book_covers/44601.jpg,book|https://www.goodreads.com/book/show/44601.The_Tooth_Fairy,horror,,,,,, -8ec9efce-7058-4aa7-8b37-164d733a300b,Family Values,By V.C. Chickering,https://learn-awesome.github.io/assets/book_covers/42265456.jpg,book|https://www.goodreads.com/book/show/42265456-twisted-family-values,netgalley,,,,,, -2a3505e0-7d31-4924-9842-4526e5f9ad0e,Hocus Pocus,By Kurt Vonnegut,https://learn-awesome.github.io/assets/book_covers/9589.jpg,book|https://www.goodreads.com/book/show/9589.Hocus_Pocus,fiction,,,,,, -36f03c4e-c788-4e48-9ba9-3f091ca23161,Spartina,By John Casey,https://learn-awesome.github.io/assets/book_covers/137549.jpg,book|https://www.goodreads.com/book/show/137549.Spartina,fiction,,,,,, -27d90ef5-6e0e-4452-a37f-0896c0219e3f,The Speed Queen,By Stewart O'Nan,https://learn-awesome.github.io/assets/book_covers/376631.jpg,book|https://www.goodreads.com/book/show/376631.The_Speed_Queen,fiction,,,,,, -c68a9034-78b6-4be8-a9c6-41513fd7ce1c,Fine Just the Way it Is,By Annie Proulx,https://learn-awesome.github.io/assets/book_covers/1781879.jpg,book|https://www.goodreads.com/book/show/1781879.Fine_Just_the_Way_it_Is,short-stories,,,,,, -cb7bf046-bdf1-49cb-a25e-7f48fc596e48,Bridge of Sighs,By Richard Russo,https://learn-awesome.github.io/assets/book_covers/107821.jpg,book|https://www.goodreads.com/book/show/107821.Bridge_of_Sighs,fiction,,,,,, -0c6abd67-722b-4379-a07c-a044f4120436,"One Good Turn (Jackson Brodie, #2)",By Kate Atkinson,https://learn-awesome.github.io/assets/book_covers/501124.jpg,book|https://www.goodreads.com/book/show/501124.One_Good_Turn,mystery,,,,,, -598e86d4-8500-4580-8291-399c9ba79c71,Fargo Rock City: A Heavy Metal Odyssey in Rural North Dakota,By Chuck Klosterman,https://learn-awesome.github.io/assets/book_covers/24476.jpg,book|https://www.goodreads.com/book/show/24476.Fargo_Rock_City,music,,,,,, -ddffaed2-eac2-446e-a1de-03c0725a3253,A Patchwork Planet,By Anne Tyler,https://learn-awesome.github.io/assets/book_covers/40020.jpg,book|https://www.goodreads.com/book/show/40020.A_Patchwork_Planet,fiction,,,,,, -9864bddc-430f-4bea-9bb8-9fb61b000012,In the Lake of the Woods,By Tim O'Brien,https://learn-awesome.github.io/assets/book_covers/3447.jpg,book|https://www.goodreads.com/book/show/3447.In_the_Lake_of_the_Woods,fiction,,,,,, -6df2df6b-20a8-45c2-b2cc-281812412550,Zeke and Ned,By Larry McMurtry,https://learn-awesome.github.io/assets/book_covers/63444.jpg,book|https://www.goodreads.com/book/show/63444.Zeke_and_Ned,western,,,,,, -5dc7f171-678d-4d70-9700-ae24029fe3be,The Night of the Gun,By David Carr,https://learn-awesome.github.io/assets/book_covers/2509481.jpg,book|https://www.goodreads.com/book/show/2509481.The_Night_of_the_Gun,memoir,,,,,, -e9d3ec1f-21c3-4459-8da6-65f232fe5616,The Plot Against America,By Philip Roth,https://learn-awesome.github.io/assets/book_covers/703.jpg,book|https://www.goodreads.com/book/show/703.The_Plot_Against_America,fiction,,,,,, -325d3c22-b106-44f8-a8d9-8c8dded39636,Hannibal,By Thomas Harris,https://learn-awesome.github.io/assets/book_covers/32418.jpg,book|https://www.goodreads.com/book/show/32418.Hannibal,horror,,,,,, -65ffe432-db4f-43ac-ad50-29d5508118b5,A Widow for One Year,By John Irving,https://learn-awesome.github.io/assets/book_covers/4659.jpg,book|https://www.goodreads.com/book/show/4659.A_Widow_for_One_Year,fiction,,,,,, -11f71a97-88e1-47c0-85bd-cc6ce0cd436e,The White Tiger,By Aravind Adiga,https://learn-awesome.github.io/assets/book_covers/1768603.jpg,book|https://www.goodreads.com/book/show/1768603.The_White_Tiger,fiction,,,,,, -aab76070-5734-4eac-b0bc-936ede3d35b0,American Wife,By Curtis Sittenfeld,https://learn-awesome.github.io/assets/book_covers/2807199.jpg,book|https://www.goodreads.com/book/show/2807199-american-wife,fiction,,,,,, -ab420a7a-a5a6-4bf6-880e-858e34680d08,No Safe Place,By Tania Unsworth,https://learn-awesome.github.io/assets/book_covers/18267072.jpg,book|https://www.goodreads.com/book/show/18267072-the-one-safe-place,dystopian,,,,,, -aa6191ba-9892-46b9-b8a2-71993fcfaa31,Smilla’s Sense of Snow,By Peter Høeg,https://learn-awesome.github.io/assets/book_covers/124509.jpg,book|https://www.goodreads.com/book/show/124509.Smilla_s_Sense_of_Snow,fiction,,,,,, -312181cb-1de6-40f2-b83e-79ba2657df1b,"Hollywood Station (Hollywood Station, #1)",By Joseph Wambaugh,https://learn-awesome.github.io/assets/book_covers/21489.jpg,book|https://www.goodreads.com/book/show/21489.Hollywood_Station,mystery,,,,,, -b9033f64-88f3-471f-bd26-3ffd27b53929,The Dick Gibson Show,By Stanley Elkin,https://learn-awesome.github.io/assets/book_covers/1035016.jpg,book|https://www.goodreads.com/book/show/1035016.The_Dick_Gibson_Show,fiction,,,,,, -8f538b49-f007-47d1-8444-4ab201ff2a29,Latitude Zero,By Diana Renn,https://learn-awesome.github.io/assets/book_covers/18668068.jpg,book|https://www.goodreads.com/book/show/18668068-latitude-zero,mystery,,,,,, -04e9b79e-0acc-41ad-aa0b-d7ddd1e4b9fa,The Turnaround,By George Pelecanos,https://learn-awesome.github.io/assets/book_covers/2370254.jpg,book|https://www.goodreads.com/book/show/2370254.The_Turnaround,fiction,,,,,, -71f9426a-43da-4dd6-9be0-8e9ad9ce0a78,Crooked River Burning,By Mark Winegardner,https://learn-awesome.github.io/assets/book_covers/134217.jpg,book|https://www.goodreads.com/book/show/134217.Crooked_River_Burning,fiction,,,,,, -030e104b-a520-452d-9983-04e9b7a248e9,Lives of the Monster Dogs,By Kirsten Bakis,https://learn-awesome.github.io/assets/book_covers/301727.jpg,book|https://www.goodreads.com/book/show/301727.Lives_of_the_Monster_Dogs,fiction,,,,,, -02da9f0f-41b8-48fb-8baf-84e021497dbd,A Gun for Sale,By Graham Greene,https://learn-awesome.github.io/assets/book_covers/157307.jpg,book|https://www.goodreads.com/book/show/157307.A_Gun_for_Sale,fiction,,,,,, -200ca31a-43b1-4da4-be72-3c65f5f39a52,The Intruder,By Michael Marshall,https://learn-awesome.github.io/assets/book_covers/128640.jpg,book|https://www.goodreads.com/book/show/128640.The_Intruders,thriller,,,,,, -4012a23f-c236-4aa8-8eb1-ee02ba33bacf,The Tortilla Curtain,By T. Coraghessan Boyle,https://learn-awesome.github.io/assets/book_covers/24731.jpg,book|https://www.goodreads.com/book/show/24731.The_Tortilla_Curtain,fiction,,,,,, -81b2b3f1-f64b-452b-958c-ff58f5ccc288,Ancient Shores,By Jack McDevitt,https://learn-awesome.github.io/assets/book_covers/535315.jpg,book|https://www.goodreads.com/book/show/535315.Ancient_Shores,science-fiction,,,,,, -a7fe9199-f07e-41f9-9dde-6f85b657d89c,The Church of Dead Girls,By Stephen Dobyns,https://learn-awesome.github.io/assets/book_covers/215605.jpg,book|https://www.goodreads.com/book/show/215605.The_Church_of_Dead_Girls,mystery,,,,,, -bd3d3de7-0c9d-4f7d-9bf0-8e3d978f50aa,Werewolves in Their Youth,By Michael Chabon,https://learn-awesome.github.io/assets/book_covers/16698.jpg,book|https://www.goodreads.com/book/show/16698.Werewolves_in_Their_Youth,short-stories,,,,,, -3fbef24a-0288-4bb2-8f1b-60315d4a79e1,Enduring Love,By Ian McEwan,https://learn-awesome.github.io/assets/book_covers/6870.jpg,book|https://www.goodreads.com/book/show/6870.Enduring_Love,fiction,,,,,, -f21ed610-1eaf-4349-81c8-de6d0b21da98,The Dirty Secrets Club (Jo Beckett #1),By Meg Gardiner,https://learn-awesome.github.io/assets/book_covers/2922110.jpg,book|https://www.goodreads.com/book/show/2922110-the-dirty-secrets-club,mystery,,,,,, -50842685-d6e0-4839-9add-3afb70f47f10,Fieldwork,By Mischa Berlinski,https://learn-awesome.github.io/assets/book_covers/209851.jpg,book|https://www.goodreads.com/book/show/209851.Fieldwork,fiction,,,,,, -6cc5e970-f348-4bcd-ae49-68fa8affd7e2,Absolute Friends,By John le Carré,https://learn-awesome.github.io/assets/book_covers/18997.jpg,book|https://www.goodreads.com/book/show/18997.Absolute_Friends,fiction,,,,,, -20512e3a-c2e8-40e1-846b-4dc7bb8f4cea,Dispatch,By Bentley Little,https://learn-awesome.github.io/assets/book_covers/4341.jpg,book|https://www.goodreads.com/book/show/4341.Dispatch,science-fiction,,,,,, -a2226dff-b67d-4d84-85c3-6ea6ed4d3553,The Good Wife,By Stewart O'Nan,https://learn-awesome.github.io/assets/book_covers/217319.jpg,book|https://www.goodreads.com/book/show/217319.The_Good_Wife,fiction,,,,,, -1c14dba2-d85d-4b9c-a2be-d4c1579abaec,Vernon God Little,By D.B.C. Pierre,https://learn-awesome.github.io/assets/book_covers/11711.jpg,book|https://www.goodreads.com/book/show/11711.Vernon_God_Little,fiction,,,,,, -dfee6170-d202-47ce-a599-fee7b6cfcd9b,Freedomland,By Richard Price,https://learn-awesome.github.io/assets/book_covers/105786.jpg,book|https://www.goodreads.com/book/show/105786.Freedomland,fiction,,,,,, -be205546-93ac-438b-9844-d1cc795e5590,Tree of Smoke,By Denis Johnson,https://learn-awesome.github.io/assets/book_covers/271074.jpg,book|https://www.goodreads.com/book/show/271074.Tree_of_Smoke,fiction,,,,,, -1b0054e5-4ef2-42ec-91ee-8e16b4611daa,The Cement Garden,By Ian McEwan,https://learn-awesome.github.io/assets/book_covers/9957.jpg,book|https://www.goodreads.com/book/show/9957.The_Cement_Garden,fiction,,,,,, -a2f4d8dc-100c-4e46-9b31-098fac1d88f4,Right to Life,By Jack Ketchum,https://learn-awesome.github.io/assets/book_covers/179736.jpg,book|https://www.goodreads.com/book/show/179736.Right_to_Life,horror,,,,,, -d44f9834-e108-4715-b4d2-0d26fb199949,Reservation Road,By John Burnham Schwartz,https://learn-awesome.github.io/assets/book_covers/338993.jpg,book|https://www.goodreads.com/book/show/338993.Reservation_Road,fiction,,,,,, -403ae990-ad3f-4474-b72e-51154ca50422,What the Dead Know,By Laura Lippman,https://learn-awesome.github.io/assets/book_covers/351648.jpg,book|https://www.goodreads.com/book/show/351648.What_the_Dead_Know,mystery,,,,,, -12e16018-f348-4a69-b5c8-4991c78a6985,The Devil’s Own Work,By Alan Judd,https://learn-awesome.github.io/assets/book_covers/23383649.jpg,book|https://www.goodreads.com/book/show/23383649-the-devil-s-own-work,horror,,,,,, -61318699-9f92-4b52-8465-86bfc7ab6c72,The Little Stranger,By Sarah Waters,https://learn-awesome.github.io/assets/book_covers/7234875.jpg,book|https://www.goodreads.com/book/show/7234875-the-little-stranger,fiction,,,,,, -9f7d3398-29e5-45e0-aa39-82a1b485f261,The Last Good Day,By Peter Blauner,https://learn-awesome.github.io/assets/book_covers/1151717.jpg,book|https://www.goodreads.com/book/show/1151717.The_Last_Good_Day,young-adult,,,,,, -7c0c72fd-c970-47fa-9a90-5030c1f7a946,Strong Motion,By Jonathan Franzen,https://learn-awesome.github.io/assets/book_covers/12827.jpg,book|https://www.goodreads.com/book/show/12827.Strong_Motion,fiction,,,,,, -ad9f50ed-c115-4835-8b66-e1d164c235c2,Drood,By Dan Simmons,https://learn-awesome.github.io/assets/book_covers/3222979.jpg,book|https://www.goodreads.com/book/show/3222979-drood,historical-fiction,,,,,, -4db60b58-8b27-42e1-a29f-6611b437b240,Christine Falls (Quirke #1),By Benjamin Black,https://learn-awesome.github.io/assets/book_covers/199600.jpg,book|https://www.goodreads.com/book/show/199600.Christine_Falls,mystery,,,,,, -e741e151-f7fa-441b-ab1b-b1aec57aa529,Then We Came to the End,By Joshua Ferris,https://learn-awesome.github.io/assets/book_covers/97782.jpg,book|https://www.goodreads.com/book/show/97782.Then_We_Came_to_the_End,fiction,,,,,, -557fec60-a387-48f5-affd-e6ecee51cac0,The Garden of Last Days,By Andre Dubus III,https://learn-awesome.github.io/assets/book_covers/2079538.jpg,book|https://www.goodreads.com/book/show/2079538.The_Garden_of_Last_Days,fiction,,,,,, -a6e2055d-3c58-4922-a62b-8b9b17486ab3,The Little Friend,By Donna Tartt,https://learn-awesome.github.io/assets/book_covers/775346.jpg,book|https://www.goodreads.com/book/show/775346.The_Little_Friend,fiction,,,,,, -c204c552-8068-4b66-879f-3b3b90210d39,Revolution #9,By Peter Abrahams,https://learn-awesome.github.io/assets/book_covers/27057.jpg,book|https://www.goodreads.com/book/show/27057.Revolution_9,fiction,,,,,, -7257fd50-5750-4b0c-8e39-fb1ad4424461,The Godfather Returns,By Mark Winegardner,https://learn-awesome.github.io/assets/book_covers/79030.jpg,book|https://www.goodreads.com/book/show/79030.The_Godfather_Returns,fiction,,,,,, -b367ebbd-811d-4d86-a59a-59e9028b140d,Charming Billy,By Alice McDermott,https://learn-awesome.github.io/assets/book_covers/11773.jpg,book|https://www.goodreads.com/book/show/11773.Charming_Billy,fiction,,,,,, -020a0569-cfc9-4496-871c-82fa8ef51b6f,Up in Honey's Room,By Elmore Leonard,https://learn-awesome.github.io/assets/book_covers/288956.jpg,book|https://www.goodreads.com/book/show/288956.Up_in_Honey_s_Room,fiction,,,,,, -681c6493-7687-4d76-81b6-6cad305a4f02,The Illusionist,By Rosie Thomas,https://learn-awesome.github.io/assets/book_covers/19708606.jpg,book|https://www.goodreads.com/book/show/19708606-the-illusionists,historical-fiction,,,,,, -24fccc48-b770-4885-ac95-340d309d0ca3,The Abstinence Teacher,By Tom Perrotta,https://learn-awesome.github.io/assets/book_covers/347143.jpg,book|https://www.goodreads.com/book/show/347143.The_Abstinence_Teacher,fiction,,,,,, -2f6443e9-d100-4639-9b90-4a14284eb9ac,A Perfect Crime,By Jack Erickson,https://learn-awesome.github.io/assets/book_covers/8893227.jpg,book|https://www.goodreads.com/book/show/8893227-perfect-crime,kindle,,,,,, -559ba9de-7a79-4226-b004-d679f67756e3,Her Fearful Symmetry,By Audrey Niffenegger,https://learn-awesome.github.io/assets/book_covers/6202342.jpg,book|https://www.goodreads.com/book/show/6202342-her-fearful-symmetry,fiction,,,,,, -db7cd814-232f-463f-8a49-80cfa738ebdb,The Complete Works by William Shakespeare,By William Shakespeare,https://learn-awesome.github.io/assets/book_covers/6077449.jpg,book|https://www.goodreads.com/book/show/6077449-the-complete-works-of-william-shakespeare-volume-1-of-2,classics,,,,,, -54757e4d-4f8f-4db7-9cf9-5158d6e743c6,The Collected Works by Karl Marx and Friedrich Engels,By Karl Marx,,book|https://www.goodreads.com/book/show/1450182.Capital_1,economics,,,,,, -5e8c64ba-4589-4aba-b420-f593bd4ffb39,The Revolt by Menachem Begin,By Menachem Begin,https://learn-awesome.github.io/assets/book_covers/471048.jpg,book|https://www.goodreads.com/book/show/471048.The_Revolt,history,,,,,, -879bc189-f500-4418-ae5c-2f95a1cffcc0,Red Star Over China,By Edgar Snow,https://learn-awesome.github.io/assets/book_covers/400393.jpg,book|https://www.goodreads.com/book/show/400393.Red_Star_Over_China,history,,,,,, -b3e2f952-5739-478e-990e-2fac40249b41,On War by Carl von Clausewitz,By Carl von Clausewitz,,book|https://www.goodreads.com/book/show/34983236-on-war,no-torrent,,,,,, -d6536a83-54c9-4925-8593-04e8c8da7f27,Unto His Last,By Marcus Aurelius,,book|https://www.goodreads.com/book/show/20298543-his-discourses-with-himself-christmas-summary-classics,philosophy,,,,,, -dac3a4d4-b3c4-4bb5-b274-4bf27ace8715,How green was my valley,By Richard Llewellyn,https://learn-awesome.github.io/assets/book_covers/40496.jpg,book|https://www.goodreads.com/book/show/40496.How_Green_Was_My_Valley,classics,,,,,, -e9a342a0-a7ee-4c7d-86df-66bb02015762,The Kingdom of God is Within You,By Leo Tolstoy,https://learn-awesome.github.io/assets/book_covers/658.jpg,book|https://www.goodreads.com/book/show/658.The_Kingdom_of_God_Is_Within_You,philosophy,,,,,, -ec68138e-1b60-435e-bf90-269612fb9e4a,Richard the Third,By Paul Murray Kendall,https://learn-awesome.github.io/assets/book_covers/319470.jpg,book|https://www.goodreads.com/book/show/319470.Richard_the_Third,history,,,,,, -a15aa2ac-4f40-45de-ad2a-e0c60918bacf,The Bhagavad Gita,By Krishna-Dwaipayana Vyasa,https://learn-awesome.github.io/assets/book_covers/99944.jpg,book|https://www.goodreads.com/book/show/99944.The_Bhagavad_Gita,religion,,,,,, -fc274f4d-63d0-4644-b0e6-5b61bdc1bbd7,Arabian Nights,By Anonymous,https://learn-awesome.github.io/assets/book_covers/93101.jpg,book|https://www.goodreads.com/book/show/93101.The_Arabian_Nights,classics,,,,,, -c84d8299-ac60-4dc8-be54-6ac5429401e1,Jungle Book,By Rudyard Kipling,https://learn-awesome.github.io/assets/book_covers/77270.jpg,book|https://www.goodreads.com/book/show/77270.The_Jungle_Book,classics,,,,,, -e1e41c22-70a4-4c70-b1f3-3290bc94c7ed,Strange Case of Dr Jekyll and Mr Hyde,By Robert Louis Stevenson,https://learn-awesome.github.io/assets/book_covers/51496.jpg,book|https://www.goodreads.com/book/show/51496.The_Strange_Case_of_Dr_Jekyll_and_Mr_Hyde,classics,,,,,, -cb8438d8-6145-4b71-a7d6-b91b720dc48d,Vanity Fair,By William Makepeace Thackeray,https://learn-awesome.github.io/assets/book_covers/5797.jpg,book|https://www.goodreads.com/book/show/5797.Vanity_Fair,classics,,,,,, -fa2b148f-1ea0-4683-9068-66463f6d3f70,Robinson Crusoe,By Daniel Defoe,https://learn-awesome.github.io/assets/book_covers/2932.jpg,book|https://www.goodreads.com/book/show/2932.Robinson_Crusoe,classics,,,,,, -7b511654-e2c3-4ea9-afe6-d727f5ab51d9,The Knight in the Panther Skin,By Shota Rustaveli,https://learn-awesome.github.io/assets/book_covers/390966.jpg,book|https://www.goodreads.com/book/show/390966.The_Knight_in_the_Panther_s_Skin,georgian,,,,,, -fa5ae1a6-43f6-4581-9eda-7b03f03652e2,Stories of Anton Chekhov,By Anton Chekhov,https://learn-awesome.github.io/assets/book_covers/5693.jpg,book|https://www.goodreads.com/book/show/5693.Selected_Stories_of_Anton_Chekhov,short-stories,,,,,, -3fa58897-e903-46e9-9c11-eabe166ec472,The Crowd: A Study of the Popular Mind,By Gustave Le Bon,https://learn-awesome.github.io/assets/book_covers/44313916.jpg,book|https://www.goodreads.com/book/show/44313916-the-crowd,phycology,,,,,, -7f4ba9d9-ef4e-4402-a8b9-601fbd54c5c0,The Ladies' Paradise,By Émile Zola,https://learn-awesome.github.io/assets/book_covers/28413.jpg,book|https://www.goodreads.com/book/show/28413.The_Ladies_Paradise,classics,,,,,, -bd007aa5-8311-460d-bbb9-e3f9c2db0131,Poems and Other Writings,By Willa Cather,https://learn-awesome.github.io/assets/book_covers/48193.jpg,book|https://www.goodreads.com/book/show/48193.Stories_Poems_and_Other_Writings,poetry,,,,,, -acd57e4a-3669-4ceb-9e1a-e9af4c72607b,Progress and Poverty,By Henry George,https://learn-awesome.github.io/assets/book_covers/552175.jpg,book|https://www.goodreads.com/book/show/552175.Progress_and_Poverty,economics,,,,,, -501042ee-a07a-49f1-8580-dc83c3bd2947,The Complete Poetry and Prose by John Donne,By John Donne,https://learn-awesome.github.io/assets/book_covers/134018.jpg,book|https://www.goodreads.com/book/show/134018.The_Complete_Poetry_and_Selected_Prose,poetry,,,,,, -ee43a6ca-fe4b-4839-bf97-38e42993dfa5,Collected Poems,By Sylvia Plath,https://learn-awesome.github.io/assets/book_covers/31426.jpg,book|https://www.goodreads.com/book/show/31426.The_Collected_Poems,poetry,,,,,, -516f06ab-4147-4737-9020-4383a631e232,The Essential Writings,By Thomas Paine,https://learn-awesome.github.io/assets/book_covers/99955.jpg,book|https://www.goodreads.com/book/show/99955.Common_Sense_The_Rights_of_Man_and_Other_Essential_Writings,philosophy,,,,,, -ad42ea7f-08ed-459c-8a02-b6863858fd08,Complete Poetical Works,By Elizabeth Barrett Browning,https://learn-awesome.github.io/assets/book_covers/859173.jpg,book|https://www.goodreads.com/book/show/859173.The_Complete_Poetical_Works,poetry,,,,,, -5304e961-290b-4e76-a6e7-919c43149d68,Summa Theologica,By Thomas Aquinas,https://learn-awesome.github.io/assets/book_covers/25709.jpg,book|https://www.goodreads.com/book/show/25709.Summa_Theologica_5_Vols,philosophy,,,,,, -0c336dcf-29a3-4d57-b8db-12a45c096b2d,Civil Disobedience,By Henry David Thoreau,https://learn-awesome.github.io/assets/book_covers/18626866.jpg,book|https://www.goodreads.com/book/show/18626866-civil-disobedience,philosophy,,,,,, -11932dea-f87a-449e-aa17-ffa429b210f1,Nicomachean Ethics,By Aristotle,https://learn-awesome.github.io/assets/book_covers/19068.jpg,book|https://www.goodreads.com/book/show/19068.The_Nicomachean_Ethics,philosophy,,,,,, -3054ce22-627f-45d0-a445-c67dc4143150,The City of God by St. Augustine,By Augustine of Hippo,https://learn-awesome.github.io/assets/book_covers/25673.jpg,book|https://www.goodreads.com/book/show/25673.City_of_God,philosophy,,,,,, -b8118d6c-ecb9-4217-9080-2124be4b001e,The French Revolution by Thomas Carlyle,By Thomas Carlyle,https://learn-awesome.github.io/assets/book_covers/318236.jpg,book|https://www.goodreads.com/book/show/318236.The_French_Revolution,history,,,,,, -d5d05b3d-09ee-4fb7-8084-52e289b991fa,The Social Contract,By Jean-Jacques Rousseau,https://learn-awesome.github.io/assets/book_covers/12651.jpg,book|https://www.goodreads.com/book/show/12651.The_Social_Contract,philosophy,,,,,, -26b1fdc0-25c9-4ec5-84b7-5a0cab0b31cb,Rip Van Winkle,By Washington Irving,https://learn-awesome.github.io/assets/book_covers/462182.jpg,book|https://www.goodreads.com/book/show/462182.Rip_Van_Winkle,classics,,,,,, -4653108e-5277-4c03-aeba-9c464e26fe99,Collected Works by Mahatma Gandhi,By Mahatma Gandhi,https://learn-awesome.github.io/assets/book_covers/26111005.jpg,book|https://www.goodreads.com/book/show/26111005-collected-works-of-mahatma-gandhi,politics,,,,,, -23db36dd-4608-498a-834b-38b4137ee508,Poems by William Cullen Bryant,By William Cullen Bryant,https://learn-awesome.github.io/assets/book_covers/36220227.jpg,book|https://www.goodreads.com/book/show/36220227-the-poems-of-william-cullen-bryant,my-library,,,,,, -d841db20-57c7-455a-8e85-9af3b27ed2d3,Shantaram,By Gregory David Roberts,https://learn-awesome.github.io/assets/book_covers/33600.jpg,book|https://www.goodreads.com/book/show/33600.Shantaram,fiction,,,,,, -e1ae6d29-1b89-451b-8c4b-7182fce880a6,My Experiments with Truth,By Mahatma Gandhi,https://learn-awesome.github.io/assets/book_covers/27866857.jpg,book|https://www.goodreads.com/book/show/27866857-my-experiments-with-truth,non-fiction,,,,,, -f7486d56-2c50-4938-924b-80bce85a73da,The Ultimate Resource,By Jeffrey Gitomer,https://learn-awesome.github.io/assets/book_covers/202194.jpg,book|https://www.goodreads.com/book/show/202194.The_Sales_Bible,business,,,,,, -6c46a05f-8834-4ba9-9378-4de0633b0393,The Adventures of Johnny Bunko: The Last Career Guide You'll Ever Need,By Daniel H. Pink,https://learn-awesome.github.io/assets/book_covers/1595177.jpg,book|https://www.goodreads.com/book/show/1595177.The_Adventures_of_Johnny_Bunko,business,,,,,, -adf1c631-e0f7-4094-a1cf-5876d814488b,Kannaḍa Kalike :: Learn Practical Kannada through Real Life Videos.,,,website|https://kannadakalike.org/,languages/kannada,,,,,, -480a05e4-24ab-4062-8d5c-c79ae1f5f51c,"The Schrodinger Lecture 2020: On coin tosses, atoms and forest fires",,,video|https://www.youtube.com/watch?v=DmYlUhReZxY,probability,,,,,,oer -a45c0f31-902d-4faa-a0b0-6070dec8fc99,The Missing Semester of Your CS Education · the missing semester of your cs education,,,course|https://missing.csail.mit.edu/,computer-science;software-engineering,,,,,,oer -4e12e486-db26-4fdd-b520-b24c242b00aa,Bhasha.io,,,app|https://www.bhasha.io/kannada/,languages/kannada,,,,,, -8be10a68-1638-4e8c-8aa6-5e9ac9621fb5,Bhasha.io,,,app|https://www.bhasha.io/hindi/,languages/hindi,,,,,, -31517cb5-c162-4651-97bd-1e36e7a1ac0a,Bhasha.io,,,app|https://www.bhasha.io/telugu/,languages/telugu,,,,,, -6abfa5ce-e7f2-4f8f-9241-8a18c5e2e889,Bhasha.io,,,app|https://www.bhasha.io/tamil/,languages/tamil,,,,,, -c75eb7ac-65de-4b72-8dab-fe4fc98588b4,Bhasha.io,,,app|https://www.bhasha.io/malayalam/,languages/malayalam,,,,,, -59350b3c-6434-4a3b-a17b-ecbc773e798d,https://www.reddit.com/r/socialskills/,,,chat|https://www.reddit.com/r/socialskills/,relationships,,,,,,oer -7b6bcf9e-bf9e-4a3e-8e90-a71245d65630,MathsConf23,,,video|https://completemaths.com/cpd/mathsconf23,mathematics;teaching,,,,,, -ad06ae98-ee65-4c57-96c2-3ee1a3410d32,How Do Neural Networks Learn? 🤖,,,video|https://www.youtube.com/watch?v=N6wn8zMRlVE,neural-network,,,,,,oer -4ecb6025-0f21-4bcc-96e3-0c6ed2c29b29,How does SQLite work? Part 1: pages!,,,article|https://jvns.ca/blog/2014/09/27/how-does-sqlite-work-part-1-pages/,software-tools/sqlite;databases,,,,,, -5c748fef-ea61-485a-9910-aebc377100d6,Interactive Machine Learning List,,,interactive|https://p.migdal.pl/interactive-machine-learning-list/,machine-learning,,,,,, -25ad91db-7093-411b-b533-49eb16ddc0e9,Permutation Test: Visual Explanation,,,interactive|https://www.jwilber.me/permutationtest/,statistics;mathematics,,,,,, -8b520564-9667-493c-8219-e7b0935a4eb3,Tungsteno | Online Mathematics for Everybody,,,interactive|https://www.tungsteno.io/,mathematics,,,,,, -5ac29023-3534-4535-805d-3ce4a96cb6d9,Syntax,By @wesbos and @stolinski,,audio|https://syntax.fm/,programming;web-development,,,,,, -a7ba264d-31d9-4715-97cd-b34b826b27d1,ShopTalk: A Web Design and Development Podcast with Chris Coyier and Dave Rupert,,,audio|https://shoptalkshow.com/,programming;web-development,,,,,, -d55cf279-d3d9-4467-ae62-33b4278ce3a2,Ladybug Podcast,,,audio|https://www.ladybug.dev,programming,,,,,, -a2c7f639-20c2-4b7b-8923-0ec6b3306bc4,Recode Podcasts - Vox,,,audio|https://www.vox.com/recode-podcasts,technology,,,,,, -43ca2859-8cec-4802-8d62-564b1e81b2f6,"Podcast — Postlight — Digital Strategy, Design and Engineering",,,audio|https://postlight.com/podcast,technology;business,,,,,, -413c30fc-19f2-4549-b8b9-81cc28ce85e2,JavaScript Jabber Archives - Devchat.tv,,,audio|http://new.devchat.tv/podcasts/js-jabber/,programming-languages/javascript,,,,,, -64b8d314-96ef-468c-b700-21a0e8cee730,Survival - US Army guide,,,book|https://fas.org/irp/doddir/army/fm3-05-70.pdf,survival,,,,,, -5d7984b1-85ca-46e4-9f00-3983e1af0c5d,Introduction to Human Genetics - Dave Curtis 28/8/20,,,video|https://www.youtube.com/watch?v=LFgRb7DJCkw,genetics,,,,,,oer -c61dfe6c-2455-4f8c-856a-66e1faa78ca7,krishashok,,,video|https://www.youtube.com/channel/UCjMAdCzKod0-bGEJUJWHNjw,cooking;food-science,,,,,,oer -66f733f1-1329-4ac8-b38e-aa5e3b19f0b9,Physics Girl,,,video|https://www.youtube.com/channel/UC7DdEm33SyaTDtWYGO2CwdA,physics,,,,,,oer -a29a67fd-4361-4b4d-9f12-9fd88af16dac,Veritasium,,,video|https://www.youtube.com/channel/UCHnyfMqiRRG1u-2MsSQLbXA,science;physics,,,,,,oer -09959c66-486d-49d0-b3bd-5db5006ef080,ColdFusion,,,video|https://www.youtube.com/channel/UC4QZ_LsYcvcq7qOsOhpAX4A,technology,,,,,,oer -b916052e-3161-4c7a-8ec2-2bf462c92e94,Arvin Ash,,,video|https://www.youtube.com/channel/UCpMcsdZf2KkAnfmxiq2MfMQ,physics,,,,,,oer -a9d1436a-c47b-4891-b8da-7a553cd95811,"Justice: What's The Right Thing To Do? Episode 01 ""THE MORAL SIDE OF MURDER""",,,course|https://online-learning.harvard.edu/course/justice;video|https://www.youtube.com/watch?v=kBdfcR-8hEY,justice;philosophy,,,,,,oer -134df807-736e-415f-94ca-6117f9985f75,Big History 1 Preview,,,video|https://www.youtube.com/watch?v=iOWPwHAEIBI&list=PL8dPuuaLjXtMczXZUmjb3mZSU1Roxnrey,history,,,,,,oer -ad253ae7-0cee-464d-bc1e-5466fbc0c6a1,NCERT Math syllabus: Grade 9 to 12,This was later revised here: https://ncert.nic.in/pdf/syllabus/desm_s_Mathematics.pdf,,learning_plan|https://ncert.nic.in/pdf/syllabus/05%20Mathmetics%20(class%20IX-XII).pdf,mathematics,,,,,, -d9b14f18-681b-4e39-a964-4bf330d97e3b,Machine Learning Engineering book by Andriy Burkov,,,book|http://www.mlebook.com/wiki/,machine-learning,,,,,, -a9eedfd0-eaaf-41a3-ab87-d478e7936184,https://player.vimeo.com/video/254947206,,,video|https://player.vimeo.com/video/254947206,web,,,intermediate,,, -bcddd7b6-9e10-4eb2-8da3-d57737539a9f,SmashingConf London — Jake Archibald on ‘The Event Loop’,,,video|https://vimeo.com/254947206,internet;software-tools/v8engine,,,intermediate,,, -7bac4072-e147-44a2-9f29-dfe9856e4717,Beginning Excel 2019 - Open Textbook Library,,,book|https://open.umn.edu/opentextbooks/textbooks/70,software-tools/excel,,,beginner,,, -080a7e27-f7d6-4070-808d-0ece1f14f399,Mathematical Circles (Russian Experience),"It is a book produced by a remarkable cultural circumstance in the former Soviet Union which fostered the creation of groups of students, teachers, and mathematicians called ""Mathematical Circles"". The work is predicated on the idea that studying mathematics can generate the same enthusiasm as playing a team sport-without necessarily being competitive. This book is intended for both students and teachers who love mathematics and want to study its various branches beyond the limits of the school curriculum. It is also a book of mathematical recreations and, at the same time, a book containing vast theoretical and problem material in main areas of what authors consider to be ""extracurricular mathematics"".",https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1429635997l/25401568.jpg,book|https://www.goodreads.com/book/show/25401568-mathematical-circles,mathematics,,,intermediate,,, -1c1f9b8b-8adb-4294-b14d-60a6617d4fea,home | p5.js,,,website|https://p5js.org/,programming-languages/processing,,,,,, -25a077c7-06ec-4d58-a9d1-05220c66cecf,Beatbox Community,,,chat|https://discord.com/invite/beatbox,beatboxing,,,,,, -bd730c2e-e52a-46b0-aa7a-b78942d7c88b,Create Graphical User Interfaces with Python — The MagPi magazine,,,book|https://magpi.raspberrypi.org/books/create-guis,programming-languages/python,,,,,, -93a3bc9c-87c6-431a-b76b-a2764a92b69b,"David MacKay: Information Theory, Inference, and Learning Algorithms: The Book",,,book|http://www.inference.org.uk/mackay/itila/book.html,machine-learning;probability,,,,,, -e342aea2-446a-4eda-82ff-7cae54f085ea,GitHub - ContextLab/human-memory: Course materials for Dartmouth course: Human Memory (PSYC 51.09),,,course|https://github.com/ContextLab/human-memory,memory,,,,,,oer -93233f4c-c7db-487a-9e08-789131ebab25,Research Careers in Physics,Workshop: Vigyan Vidushi 2021,,article|https://www.dropbox.com/s/0d390rptb7qz2iz/VV-web.pdf?dl=0,research;academia,,,,,, -8468f207-c203-4b1e-bb92-d7a7768e9e02,Take your first steps with C# - Learn | Microsoft Docs,,,"course|https://docs.microsoft.com/en-us/learn/paths/csharp-first-steps/#:~:text=In%20this%20learning%20path%2C%20you%27ll%3A%201%20Write%20your,to%20your%20code%20to%20enable%20complex%20business%20functionality",programming;object-oriented-programming,,,beginner,,, -ae5a541a-0ec2-4638-bad5-840f3811d501,Stack vs Queue | 12 Difference Between Stack and Queue | FavTutor,,,article|https://favtutor.com/blogs/stack-vs-queue,computers;data-structures,,,beginner,,5.0,oer -486ba3ec-e5c0-4c2e-be1c-87f4be70300c,Instant Excel Homework Help Online (Chat Now) | FavTutor,,,website|https://favtutor.com/excel-help,teaching;online-courses,,,intermediate,,,oer -89481097-ed56-4496-97ae-9ed88be93caf,Kadane's Algorithm | Maximum Subarray Sum (Python) | FavTutor,,,article|https://favtutor.com/blogs/kadanes-algorithm-python,programming-languages/python;data-structures,,,beginner,,5.0,oer -e988ae2a-acab-4a40-bdb2-e3ae3da39b2a,Introduction to PowerShell - Learn | Microsoft Docs,,,course|https://docs.microsoft.com/en-us/learn/modules/introduction-to-powershell/,programming;networking,,,beginner,,, -e094628f-c847-43a9-88d9-0048dee9e7f2,Counting Sort in Python (Code with Example) | FavTutor,,,article|https://favtutor.com/blogs/counting-sort-python,programming-languages/python;data-structures,,,beginner,,5.0,oer -8b8fe619-b08a-45b3-9c8c-3e08206295ad,Heap in Python | Min Heap and Max Heap Implementation | FavTutor,,,article|https://favtutor.com/blogs/heap-in-python,programming-languages/python;data-structures,,,intermediate,,5.0,oer -5348ddfe-2fb7-4050-83d6-3c4a35347fb4,Learn More About Birds with These Courses | Bird Academy • The Cornell Lab,,,course|https://academy.allaboutbirds.org/course-list/,birds,,,,,, -62a29a31-4d7f-41ac-ad1c-23eb1b00d95e,Senft Legal - Top Personal Injury Lawyers in Oregon,,,website|https://senftlegal.com/,law;community,,,intermediate,,5.0, -99cd2cd4-bc99-4247-a332-6e07bd05ed80,"PITC institute |  ""PITC.edu - LPN Nursing School | Philadelphia | Philly | Glenside | PA""",,,learning_plan|https://pitc.edu/,learning;education,,,advanced,,5.0,oer -7972f76a-a1fb-46eb-be3e-619098255fe5,ACCESSORIES Archives - GamesNcomps,,,"game|https://gamesncomps.com/product-category/accessories/?query_type_brands=or&filter_brands=corsair,gigabyte,logitech",graphic-design;academics,,,intermediate,,, -984d6ce0-3b9a-46b7-8244-0aa03414096c,Short proof of Abel's theorem that 5th degree polynomial equations cannot be solved,,,video|https://www.youtube.com/watch?v=RhpVSV6iCko,quintic-equations,,,,,,oer -fb9d3419-9872-4c4b-a348-78d2e94a5d02,Complex polynomial roots toy - Leo C. Stein,,,interactive|https://duetosymmetry.com/tool/polynomial-roots-toy/,quintic-equations,,,,,, -112c5849-9f0e-4161-b83d-4232437ce50e,Galois-Free Guarantee! | The Insolubility of the Quintic,,,video|https://www.youtube.com/watch?v=BSHv9Elk1MU,quintic-equations,,,,,,oer -a47e3082-83ac-4a58-9980-70263b4ac36a,Distributed systems theory for the distributed systems engineer - The Paper Trail: Distributed systems and database research,,,article|https://www.the-paper-trail.org/post/2014-08-09-distributed-systems-theory-for-the-distributed-systems-engineer/,distributed-systems,,,,,, -f6186ec6-d5b2-484e-b36c-d0a6fbad7c26,"How to Become a Cloud Developer: Requirements, Salary, and Courses | Hacker Noon",,,learning_plan|https://hackernoon.com/how-to-become-a-cloud-developer-requirements-salary-and-courses-694633lj,books;cloud-computing,,,beginner,,, -af0979b5-c8a2-47f3-af58-f6c47835b272,NIWS Stock Market Course in delhi & jaipur,,,course|https://niws.in/stock-market-course-in-jaipur,education;technical,,,research,,5.0, -dd927a79-a0a0-4a5c-93b3-48ed14fc653e,Getting Started with Competitive Programming - Course,,,course|https://www.craft.do/s/AcEMNb4NLdHlQo,competitive-programming,,,,,, -8ddddf98-3f47-4285-9029-1c04ce9998da,Stable Marriage Problem - Numberphile,,,video|https://www.youtube.com/watch?v=Qcv1IqHWAzg,stable-marriage-problem,,,,,,oer -41d198e4-fc81-4fd4-bb2e-cae36dd8f602,https://www.amazon.com/Faraday-Maxwell-Electromagnetic-Field-Revolutionized/dp/1616149426/,,,book|https://www.amazon.com/Faraday-Maxwell-Electromagnetic-Field-Revolutionized/dp/1616149426/,electromagnetism,,,,,, -7257775d-97e2-448d-8dc2-f8767adce200,Satta king | sattaking | satta no | सट्टा किंग,,,app|https://sattaking-sattaking.com,andy-grove;alfred-sloan,,,beginner,,5.0, -6e907289-b6c6-4e95-815e-17ce1d166e6c,A Student's Guide to Vectors and Tensors,,,book|https://danfleisch.com/sgvt/,tensor-analysis;vector-algebra,,,,,, -6415e8d5-5277-4604-be55-8f60b284b3b2,"AVL Tree - Insertion, Deletion and Rotation with Python Code | FavTutor",,,article|https://favtutor.com/blogs/avl-tree-python,data-structures;programming-languages/python,,,beginner,,5.0,oer -dc0eb086-e55c-4062-bf7e-a767c0274c00,The Irrationals | Princeton University Press,,,book|https://press.princeton.edu/books/paperback/9780691163536/the-irrationals,irrational-numbers,,,,,, -d7176d7b-907e-4f6f-b3b7-c6427adae825,Irrational Number -- from Wolfram MathWorld,,,article|https://mathworld.wolfram.com/IrrationalNumber.html,irrational-numbers,,,,,, -902993c8-f981-4a42-8a42-146157105009,Bézier curve - Wikipedia,,,wiki|https://en.wikipedia.org/wiki/B%C3%A9zier_curve,bezier-curves,,,,,,oer -83d45a06-5534-44ab-a0e0-cb7a259a25c0,The Beauty of Bézier Curves,,,video|https://www.youtube.com/watch?v=aVwxzDHniEw,bezier-curves,,,,,,oer -7b078398-ae1f-4b36-8db5-54c583d651b8,Commutators: From solving Rubik's cubes to solving equations- Prof. Ramprasad Saptharishi,,,video|https://www.youtube.com/watch?v=O5eH3x3sTNA,rubik-cube;abstract-algebra,,,,,,oer -9bece049-2b10-4657-9cd6-4c6cd97feb6b,https://learnawesome.org/dashboard,,,wiki|https://learnawesome.org/dashboard,0-2021,,,childlike,,, -24e192db-dc3d-4b59-8e08-a024bdb85e97,https://learnawesome.org/flash_cards/practice,,,article|https://learnawesome.org/flash_cards/practice,religion,,,beginner,,, -1a36d909-a42b-42de-8752-d13e281cc5d7,Category Theory Illustrated - index,,,book|https://boris-marinov.github.io/category-theory-illustrated/,category-theory,,,,,,oer -02437cc6-4bf0-442f-977b-26e0107259eb,"Ada Twist, Scientist | Netflix Jr.",,,video|http://www.youtube.com/playlist?list=PLPphPHIzdSQOxuOJ_gDg5btu9RR1nQxWi,science,,,childlike,,,oer -a59679d1-2ec3-4151-aa29-40fe346eb6c7,Play Snakes & Ladders Online | Download Game App – Playerzpot,,,game|https://playerzpot.com/snake-and-ladder-app-download?utm_source=game&utm_medium=socialbookmarking,sports,,,,,, -48325135-a8c9-4177-801c-397bc1da370d,Key to the Tower of Hanoi - Numberphile,,,video|https://www.youtube.com/watch?v=PGuRmqpr6Oo,towers-of-hanoi,,,,,,oer -32801bd8-cdb3-4b91-92ef-13d03e34c94b,BEST IELTS Training in Anna Nagar | IELTS Coaching in Anna Nagar,,,article|https://englishlabs.in/ielts-training-anna-nagar/,learning;english-and-literature,,,intermediate,,, -a2446c91-1e67-42f6-92b7-d37f6f016d81,abc | home,,,app|https://abcnotation.com/,karaoke,,,beginner,,, -bd27a0cc-8120-4a90-83ba-93467676f276,Nightsky download | SourceForge.net,,,app|https://sourceforge.net/projects/nightsky/,space,,,beginner,,, -27af8560-d367-48de-93d6-dcd3231467e2,Upcoming Webinars - 2ndQuadrant | PostgreSQL,,,video|https://www.2ndquadrant.com/en/webinars/,software-tools/postgresql,,,intermediate,,, -3ce86be5-ad8a-4dc9-a485-e50d8ab44789,Botanical.com,,,book|http://www.botanical.com/index.html,herbal-medicine,,,advanced,,, -7451ea63-6c84-4169-a302-53432e0eecd5,The Genetic Lottery,,,book|https://www.goodreads.com/book/show/57423806-the-genetic-lottery,genetics;society,,,,,, -923c16b9-e43a-4d8f-8c3d-1fb76cb8302c,Harish Patel is 1st Indian Actor in MCU (Karun in Eternals),,,video|https://fulminofan.com/harish-patel-mcu-karun-in-eternals,movies;acting,,,beginner,,, -755c657c-63b8-444d-91ba-40637cde8c3d,初级汉语语法_北京语言大学_中国大学MOOC(慕课),,,video|https://www.icourse163.org/course/BLCU-1002598041,languages/chinese;grammar,,,beginner,,, -96a6e973-6aa2-48c3-be2c-faf7d11cf3e5,现代汉语语法和修辞_盐城师范学院_中国大学MOOC(慕课),,,video|https://www.icourse163.org/course/YCTC-1207453802,languages/chinese;grammar,,,advanced,,, -3a8b18a8-3155-448b-826d-1301df1988a4,Nowhere for J2ME (2007) - MobyGames,,,game|https://www.mobygames.com/game/j2me/nowhere,programming,,,,,, -ec57026f-f886-49f7-affc-ac4f144791e9,Best IELTS Coaching in Chennai | IELTS Training in Chennai | IELTS Classes,,,thread|https://englishlabs.in/ielts-training-chennai/,learning;classroom-management,,,beginner,,, -3fd3df36-3ef0-4fb7-bdea-d53a98c6449c,Top Software Testing Online Course at LearnVern in Hindi,,,website|https://www.learnvern.com/course/software-testing-tutorial,career;academia,,,intermediate,,, -a8851608-7fe8-4f9d-acf9-1d2a3d13e85c,CSS for JavaScript Developers | An online course that teaches the fundamentals of CSS for React/Vue devs,,,course|https://css-for-js.dev/,programming-languages/css,,,,,, -d9c048a2-a6d7-4e8a-aaa4-fa2fe6e09b8d,Type-Driven Development with Idris,,,book|https://www.manning.com/books/type-driven-development-with-idris,programming-languages/idris;computer-science,,,beginner,,, -6812968c-4870-41e0-9eaa-9bf6abc6ab67,BEST IELTS Training in Tambaram | IELTS Coaching in Tambaram,,,thread|https://englishlabs.in/ielts-training-tambaram/,learning;career,,,intermediate,,, -c92c88ff-1160-477f-830e-f58be909e3cc,Microsoft Learning · GitHub,,,course|https://github.com/orgs/MicrosoftLearning/repositories?page=1,technology,,,,,,oer -589c2cb7-9dc9-4e26-a7de-0ca5aa07024e,Pythagorean Theorem Proofs Without Words • Activity Builder by Desmos,,,interactive|https://teacher.desmos.com/activitybuilder/custom/5adc7bfced2ada678516940e?collections=60d6103b6a016944ff56000b,pythagoras-theorem,,,,,, -9d17558f-6cf8-4dd4-ad7e-50eff7cd1a69,"The Riemann Hypothesis, explained | by Jørgen Veisdal | Cantor’s Paradise",,,article|https://www.cantorsparadise.com/the-riemann-hypothesis-explained-fa01c1f75d3f,riemann-hypothesis,,,,,, -bbbce893-3e8c-4832-9c4f-e72d671028c9,Best Personal Trainer for Online English Speaking Course in India,,,website|https://simplienglish.com,communication,,,,,5.0, -50ad2923-99b1-45a4-bd88-8493f1831ef5,Learn Programming with C# Advanced Features for Free,,,book|https://www.learnvern.com/course/c-sharp-tutorial,education,,,,,, -de5e7800-3504-452e-922b-c73708b43f65,These 15 Marvel MCU Movies are released in IMAX (Full List),,,video|https://fulminofan.com/marvel-mcu-movies-in-imax,movies;theatre,,,intermediate,,, -7252cf46-0aa0-4a57-b0e7-d0270ccec6df,Negative Math,,https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1347864642l/547416.jpg,book|https://www.goodreads.com/book/show/547416.Negative_Math,negative-numbers,,,,,, -30c83f20-93c2-43e8-a5cf-298d02394e46,Most People Don't Know How Bikes Work,,,video|https://www.youtube.com/watch?v=9cNmUNHSBac,bicycle,,,,,,oer -a26717eb-e3a9-4933-a401-69b8c318135f,GIT Cheat Sheet (2022) - InterviewBit,,,cheatsheet|https://www.interviewbit.com/git-cheat-sheet/,software-tools/git;software-engineering,,,intermediate,,, -36dc7cab-2f0e-412e-99d2-71cefeabf586,Code! Programming with p5.js · The Coding Train,,,interactive|https://thecodingtrain.com/beginners/p5js/,programming-languages/javascript;programming,,,beginner,,, -aee9cebd-7945-4583-af55-8b324ec9da49,The Web We Lost,,,article|https://anildash.com/2012/12/13/the_web_we_lost/,internet,,,beginner,,, -66ab6da8-e833-46a4-af4f-9c8da878bca0,Exapt existing infrastructure - by Gordon Brander,,,blog|https://subconscious.substack.com/p/exapt-existing-infrastructure,internet,,,intermediate,,, -b28e1add-07cf-4d3f-a3d6-6c312cd951d6,"Funny Programming Memes, Videos And GIFs | HumorNama",,,website|https://humornama.com/t/programming/,programming;memes,,,childlike,,5.0, -858edc75-b2dd-49c3-9823-6850edaddc74,/r/FlutterDev,,,chat|https://www.reddit.com/r/FlutterDev/,software-tools/flutter,,,,,,oer -52cd3614-d00c-4a9b-ae95-e40b5dcdf68c,How To Build Your Startup Growth Roadmap From 1K To 1M,,,article|https://academy.pallav.io/startup-growth-roadmap/,growth-hacking;startups,,,beginner,,, -e7a9521a-0196-475b-91e2-9d11911a8978,Triangle of Power,,,video|https://www.youtube.com/watch?v=sULa9Lc4pck,triangle-of-power,,,,,,oer -26ab1e01-cc2d-4127-9793-74bf8dc0e881,"soft question - Alternative notation for exponents, logs and roots? - Mathematics Stack Exchange",,,thread|https://math.stackexchange.com/questions/30046/alternative-notation-for-exponents-logs-and-roots,triangle-of-power,,,,,,oer -5824d282-8e8b-40d5-8850-16090862b56d,The Triangle of Power | Science4All,,,article|https://www.science4all.org/article/the-triangle-of-power/,triangle-of-power,,,,,, -802eb07c-5c7a-4d85-acb7-7007edeb044b,Triangle of Power,,,article|http://bekawestberg.me/blog/triangle-of-power/,triangle-of-power,,,,,, -dcedf362-cd1c-411f-aa59-cd1ac25445a5,A Radical New Look for Logarithms,,,article|https://www.solidangl.es/post/a-radical-new-look-for-logarithms,triangle-of-power,,,,,, -a2b7fb66-3628-476c-8e7b-2ccf5a75a85a,Introduction - The Little Book of Rust Books,,,website|https://lborb.github.io/book/,programming-languages/rust;books-about-books,,,intermediate,,,oer -3c4a6b52-eeba-4a6f-b84f-0346594a2a14,Exercise Advent Calendar 2021: Take a Breather - Nutritious Movement,,,article|https://www.nutritiousmovement.com/exercise-advent-calendar-2021-take-a-breather/,exercise,,,beginner,,, -05d05623-a5fc-4afc-a499-315d8eb520a2,Special Lecture: F-22 Flight Controls,,,video|https://www.youtube.com/watch?v=n068fel-W9I,flight,,,,,,oer -a3b0760e-fea9-482c-94e1-a6f98461bd47,GPS – Bartosz Ciechanowski,,,interactive|https://ciechanow.ski/gps/,gis,,,,,, -8eecf582-d4bd-4985-92d9-5d36e896c6bd,Learn JavaScript,,,interactive|https://learnjavascript.online,programming-languages/javascript,,,beginner,,5.0, -e0d26724-7572-446f-b522-9289947228df,edit.photo • The Free Photo Editor in your browser,,,website|https://edit.photo,photography;web-development,,,,,, -1a5088a1-0c95-4cbd-879f-0bbf144e7b68,SQL Assignment Help (Get SQL Online Help Now) | FavTutor,,,article|https://favtutor.com/sql-assignment-help,computer-science;programming-languages/sql,,,beginner,,,oer -69ccdfd0-3fa2-49c2-9eca-a5a6cd90c21d,Partition a List in Python | Split Python List | FavTutor,,,article|https://favtutor.com/blogs/partition-list-python,computer-science;competitive-programming,,,beginner,,,oer -32ee716f-f125-45fa-abf3-886c071b0b00,"Infix to Postfix Conversion (With C++, Java and Python Code)",,,article|https://favtutor.com/blogs/infix-to-postfix-conversion,computer-science;competitive-programming,,,beginner,,,oer -df7a7380-e8bb-42fc-9aec-863a7df6be1a,Pandas Groupby Count Using Size() and Count() Method,,,article|https://favtutor.com/blogs/pandas-groupby-count,computer-science,,,beginner,,,oer -03176ec5-c912-435d-b7c6-a68c16de63c1,Microsimulation of Traffic Flow: Onramp,,,interactive|https://traffic-simulation.de/,traffic,,,,,, -37985cf7-8f8f-4f37-8dec-a94cafc7cc2d,Jobs Alert | Freejob Alert | Fresher Job Alert | Latest Job Alert | freshers.jobs,,,website|https://freshers.jobs/jobs-alert/,judaica;aldous-huxley,,,beginner,,, -53d13fe1-2066-4fc8-9357-dd769547b7d2,Paypal Recruitment | Paypal Careers | Paypal Jobs for Freshers,,,chat|https://freshers.jobs/paypal-recruitment/,judaica;academia,,,beginner,,, -0500216e-b96d-4fed-9f58-aa5652e7f21e,Epistemology,,,book|https://www.goodreads.com/book/show/17584113,philosophy;epistemology,,,advanced,,, -5fdaf34d-ab1d-47cd-ad58-f0049afa36aa,The Pig That Wants to Be Eaten,,,book|https://www.goodreads.com/book/show/282758,philosophy,,,,,, -041c8841-cdbb-448a-b20d-492a98c13e25,https://demoblockchain.org/blockchain,,,interactive|https://demoblockchain.org/blockchain,blockchain;cryptocurrency,,,,,, -3b9abd59-6551-45b1-bc23-727658841599,Python Program to Convert Float to Int | FavTutor,,,article|https://favtutor.com/blogs/float-to-int-python,computer-science;code,,,intermediate,,,oer -3dbf903e-e686-4f46-acf5-2368d8868a74,Jim Kurose Homepage,,,website|https://gaia.cs.umass.edu/kurose_ross/wireshark.php,computer-networking,,,,,,oer -329f1c86-1208-4e3e-868e-67e4dd46661c,Athens,,,app|https://www.athensresearch.org/,note-taking,,,,,, -a95b2275-7275-4a89-aeb5-eee60cfd88bc,Logseq,,,app|https://logseq.com/,note-taking,,,,,, -b483b3a4-ccbb-4f3a-b5ec-532885135cbe,Computer Graphics from Scratch - Gabriel Gambetta,,,website|https://gabrielgambetta.com/computer-graphics-from-scratch/,computer-graphics,,,beginner,,,oer -1805d8f5-4c5d-4561-a9f0-9aba2f9e0360,Computer Graphics from Scratch - Gabriel Gambetta,,,book|https://gabrielgambetta.com/computer-graphics-from-scratch,computer-graphics,,,beginner,,,oer -2b6b107b-9fc7-44a0-ad20-1e1b6f0abfaf,"Group Anagrams (With Java, C++ and Python Solution)",,,article|https://favtutor.com/blogs/group-anagrams,computer-science,,,intermediate,,,oer -6933c2c9-2824-4797-960f-6795af4e964d,10 Difference Between Recursion and Iteration | FavTutor,,,article|https://favtutor.com/blogs/recursion-vs-iteration,computer-science,,,intermediate,,,oer -e18ce4ad-dec0-4bec-a478-4bdf1f73763d,Python Set Union with codes and Examples | FavTutor,,,article|https://favtutor.com/blogs/set-union-python,computer-science,,,intermediate,,,oer -e1c8bf44-708e-4512-a3d5-6b68511be912,https://www.amazon.com/Geometric-Algebra-Physicists-Chris-Doran/dp/0521715954/,,,book|https://www.amazon.com/Geometric-Algebra-Physicists-Chris-Doran/dp/0521715954/,geometric-algebra,,,,,, -564cdfd8-8511-4e87-9cbe-8f5703191261,Bucket Sort in C++ (Code with Example) | FavTutor,,,article|https://favtutor.com/blogs/bucket-sort-cpp,computer-science,,,intermediate,,,oer -d474b8d1-529b-4607-b420-56b1b09ae7cf,"Palindrome Pairs (With C++, Java and Python Code) | FavTutor",,,article|https://favtutor.com/blogs/palindrome-pairs,computer-science,,,intermediate,,,oer -1a7b9217-7f37-4e63-8d6a-4181fb4578c9,Reverse Python List (9 Easy Ways) | FavTutor,,,article|https://favtutor.com/blogs/reverse-list-python,computer-science,,,intermediate,,,oer -cc6445fe-c7fe-4376-9842-1b87b4abd8c6,ProServices Supply - Facilities Maintenance Solutions,,,article|https://www.proservicessupply.com/,health,,,research,,, -e7494817-63f5-4175-95c0-cc9018c20a2c,Create Empty Dictionary in Python (5 Easy Ways) | FavTutor,,,article|https://favtutor.com/blogs/empty-dictionary-python,computer-science,,,intermediate,,,oer -a46f01ed-3c27-4e83-a7b4-4d9d1a1f9ea4,Trim a Binary Search Tree ( With C++ and Java Code) | FavTutor,,,article|https://favtutor.com/blogs/trim-binary-search-tree,computer-science,,,intermediate,,,oer -c81561e2-c606-4c75-a3d0-c22f899638fa,Remove Duplicates from Sorted Array (With Solutions) | FavTutor,,,article|https://favtutor.com/blogs/remove-duplicates-from-sorted-array,computer-science,,,beginner,,,oer -f88279f0-c2b8-4e0d-8855-2bae8cb3a72b,Combination Sum (With Code in C++ and Java) | FavTutor,,,article|https://favtutor.com/blogs/combination-sum,computer-science,,,beginner,,,oer -04210e13-d0fe-4beb-aeef-d851005a7e23,Check If Two String Arrays are Equivalent ( Java & C++ Code),,,article|https://favtutor.com/blogs/check-if-two-string-arrays-are-equivalent,computer-science,,,intermediate,,,oer -87b87367-0f80-42af-bfd2-987f396aace6,"Sliding Window Algorithm (With Java, C++ and Python Code)",,,article|https://favtutor.com/blogs/sliding-window-algorithm,computer-science,,,intermediate,,,oer -7685ae40-c2b5-4e7a-ae40-520c6407f3b1,https://codepen.io/following,,,app|https://codepen.io/following,hiring;academics,,,research,,, diff --git a/db/items.js b/db/items.js new file mode 100644 index 0000000..2947d22 --- /dev/null +++ b/db/items.js @@ -0,0 +1,17415 @@ +export let items = ` +{"iid":"8eaaf333-e757-4c98-a306-6b8fb04a1b6a","name":"Anki Decks","description":null,"image":null,"links":"flashcard|https://ankiweb.net/shared/decks/chinese","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"4.6","tags":"oer"} +{"iid":"906b107a-38ae-4f86-a520-aae9afd7cb0f","name":"Chinese","description":null,"image":null,"links":"qna|http://chinese.stackexchange.com","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"63c96901-3d40-4b99-9065-cc31fa1dde29","name":"Main Wikipedia: Chinese language","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Chinese_language","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"50e81179-e400-42ca-b46e-3523d7871adf","name":"Simple Wikipedia: Chinese language","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Chinese_language","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b257544e-58a5-42be-bdc7-25c82c7fcb82","name":"Anki Decks","description":null,"image":null,"links":"flashcard|https://ankiweb.net/shared/decks/english","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"93c051ec-ecd2-4bb7-b9fe-cc1c37bc4396","name":"English language & usage","description":null,"image":null,"links":"qna|https://english.stackexchange.com","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ec302e32-6411-4105-8aae-7068fbabbada","name":"English language learners","description":null,"image":null,"links":"qna|https://ell.stackexchange.com","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"62943fe5-3a34-4758-b7b5-3625ea5721df","name":"Main Wikipedia: English language","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/English_language","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ce6fecba-a9fd-48b2-9faf-590ef4f68036","name":"Simple Wikipedia: English language","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/English_language","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c240e63c-acb4-4262-869f-007f27ecfbde","name":"Anki Decks","description":null,"image":null,"links":"flashcard|https://ankiweb.net/shared/decks/french","topics":"languages/french","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"12ac989a-fd61-4d17-a28d-175ee0e62587","name":"French language","description":null,"image":null,"links":"qna|https://french.stackexchange.com","topics":"languages/french","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b4b332f2-00d5-4aa1-8a5c-1620e50db406","name":"Main Wikipedia: French language","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/French_language","topics":"languages/french","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ff7ee623-997f-4b40-95af-94c01dabf7cb","name":"Simple Wikipedia: French language","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/French_language","topics":"languages/french","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"37a2a207-bfb3-4f29-9b14-a246c5abbbd2","name":"Anki Decks","description":null,"image":null,"links":"flashcard|https://ankiweb.net/shared/decks/german","topics":"languages/german","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e926fd92-8338-492a-a13c-e7bb335dd2ef","name":"German language","description":null,"image":null,"links":"qna|https://german.stackexchange.com","topics":"languages/german","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"089963ca-2369-4def-8593-b08d50086afa","name":"Main Wikipedia: German language","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/German_language","topics":"languages/german","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d69feed0-bee6-46ff-a6b3-7207a163feea","name":"Simple Wikipedia: German language","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/German_language","topics":"languages/german","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8297b657-079b-4cdf-b5f1-32fc415fb17f","name":"Main Wikipedia: Hindi","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Hindi","topics":"languages/hindi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9e944e17-fbaf-489f-8465-94c331956c1e","name":"Simple Wikipedia: Hindi","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Hindi","topics":"languages/hindi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"16c95e5d-c717-4d60-8f3c-5107775a69d7","name":"Stack Exchange","description":null,"image":null,"links":"qna|https://italian.stackexchange.com/","topics":"languages/italian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b6526126-4f56-4e70-827c-2b5f6fcdf50a","name":"Main Wikipedia: Italian language","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Italian_language","topics":"languages/italian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0917a453-4b0b-4d1f-821e-9f39902120c0","name":"Simple Wikipedia: Italian language","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Italian_language","topics":"languages/italian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0803ad3e-fbd8-4f2d-907a-757a3e312bd5","name":"Anki Decks","description":null,"image":null,"links":"flashcard|https://ankiweb.net/shared/decks/japanese","topics":"languages/japanese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1bd824d1-c1d1-4d92-9180-6569c19f777b","name":"Stack Exchange","description":null,"image":null,"links":"qna|https://japanese.stackexchange.com","topics":"languages/japanese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3b7150c0-d43b-4b85-a640-7cb2b1319cf5","name":"Main Wikipedia: Japanese language","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Japanese_language","topics":"languages/japanese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c4a5ccab-54de-45aa-b837-5297a1b9df0f","name":"Simple Wikipedia: Japanese language","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Japanese_language","topics":"languages/japanese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e42c9b30-619c-473d-b3db-c643b9c359cc","name":"Kannada Baruthe","description":null,"image":null,"links":"app|https://play.google.com/store/apps/details?id=com.kannadabaruthe&hl=en_IN","topics":"languages/kannada","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4031ea3-a1bd-44e6-a988-b52a580465bf","name":"Main Wikipedia: Kannada","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Kannada","topics":"languages/kannada","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"219d3dd9-a55b-40c3-8fa4-f2dd9e8b3f0f","name":"Simple Wikipedia: Kannada","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Kannada","topics":"languages/kannada","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"816b7987-39f7-4086-893c-921cab0570f5","name":"Andrew Romanov","description":null,"image":null,"links":"blog|http://andrew-r.ru/notes/","topics":"languages/russian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e93caa4-29fc-4979-b28e-d3f147270262","name":"Canonium","description":null,"image":null,"links":"blog|https://canonium.com","topics":"languages/russian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51508e30-d277-405f-aa6c-44e44841709f","name":"Fedor Borshev","description":null,"image":null,"links":"blog|https://borshev.com/","topics":"languages/russian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f6ca4b4-48fb-4b2c-bd28-7acf85d7a076","name":"vas3k","description":null,"image":null,"links":"blog|http://vas3k.ru/","topics":"languages/russian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a46f0ddd-dbbc-4878-ab9d-abf0f213d763","name":"Learn Russian by Michelt Thomas","description":null,"image":null,"links":"course|https://www.michelthomas.com/learn-russian/","topics":"languages/russian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba0496da-7634-4868-914b-d2e0c678150f","name":"Anki Decks","description":null,"image":null,"links":"flashcard|https://ankiweb.net/shared/decks/russian","topics":"languages/russian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7b87c31c-1825-4249-8eb1-4eae6b2adec1","name":"Russian language","description":null,"image":null,"links":"qna|https://russian.stackexchange.com","topics":"languages/russian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a31c0872-8489-4b9a-ac96-544938c801d9","name":"Main Wikipedia: Russian language","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Russian_language","topics":"languages/russian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f51049ba-fd46-4aa3-9bc5-8be8811f6a7c","name":"Simple Wikipedia: Russian language","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Russian_language","topics":"languages/russian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"825c1563-ebc8-471f-ab78-997ee6098458","name":"Anki Decks","description":null,"image":null,"links":"flashcard|https://ankiweb.net/shared/decks/spanish","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0fed9376-fbe4-489b-af2e-4cc5ab472616","name":"Spanish language","description":null,"image":null,"links":"qna|http://spanish.stackexchange.com","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"74f83c36-1496-4f55-851d-d65d42717e62","name":"Main Wikipedia: Spanish language","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Spanish_language","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"350c312d-d9ba-47f1-83a8-79b4b0c8487e","name":"Simple Wikipedia: Spanish language","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Spanish_language","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"aeef2d26-1e39-4fb9-b97e-53f8456e8bf3","name":"Programming Language Foundations in Agda (2018)","description":null,"image":null,"links":"book|https://plfa.github.io/","topics":"programming-languages/agda","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6f244da6-b8bc-4eea-9906-64515b0e8958","name":"Assembly language succinctly (2014)","description":"By Christopher Rose\\n\\nOVERVIEW\\n\\nAssembly language is as close to writing machine code as you can get without writing in pure hexadecimal. Since it is such a low-level language, it’s not practical in all cases, but should definitely be considered when you’re looking to maximize performance. With Assembly Language Succinctly by Chris Rose, you’ll learn how to write x64 assembly for modern CPUs, first by writing inline assembly for 32-bit applications, and then writing native assembly for C++ projects. You’ll learn the basics of memory spaces, data segments, CISC instructions, SIMD instructions, and much more. Whether you’re working with Intel, AMD, or VIA CPUs, you’ll find this book a valuable starting point since many of the instructions are shared between processors.\\n\\nTABLE OF CONTENTS\\n\\n Introduction\\n\\n Assembly in Visual Studio\\n\\n Fundamentals\\n\\n Memory Spaces\\n\\n Addressing Modes\\n\\n Data Segment\\n\\n C Calling Convention\\n\\n Instruction Reference\\n\\n SIMD Instruction Sets\\n\\n Conclusion\\n\\n Recommended Reading\\n\\n","image":"https://cdn.syncfusion.com/content/images/downloads/ebook/ebook-cover/Assembly-Language-Succinctly.jpg","links":"book|https://www.syncfusion.com/resources/techportal/details/ebooks/assemblylanguage","topics":"programming-languages/assembly","creators":null,"year":"2014","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1d12ad0-4f4a-4f0f-b88f-410c38d371a8","name":"Kevin Dungs","description":null,"image":null,"links":"blog|https://dun.gs/","topics":"programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9d8a660-61f0-4004-ba37-6dcb2888dab7","name":"Victor Zverovich","description":null,"image":null,"links":"blog|http://zverovich.net/","topics":"programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"790b8ed3-fd21-44c8-9d6c-119196e021c8","name":"C++ primer (1989)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/120642.C_Primer_Plus","topics":"programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"885c331b-f2e5-4a33-95c6-7ada724fc0c4","name":"Beginning c++ through game programming (2004","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/852335.Beginning_C_Through_Game_Programming","topics":"programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":null} +{"iid":"2ab44c9d-125c-4ca7-b695-20312dbebb22","name":"C++ core guidelines (2017)","description":"Edited by Bjarne Stroustrup and Herb Sutter\\n\\nThis is a living document under continuous improvement.","image":null,"links":"book|https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md","topics":"programming-languages/c++","creators":null,"year":"2020","difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"72589875-9f1e-4e33-b2a0-c522f2232c44","name":"C++","description":null,"image":null,"links":"qna|https://www.quora.com/topic/C++-programming-language","topics":"programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7271f927-9235-47a4-8251-873a08697e81","name":"Main Wikipedia: C%2B%2B","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/C%2B%2B","topics":"programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9e25f653-5d50-4af1-b842-b6c07434a7e0","name":"Simple Wikipedia: C%2B%2B","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/C%2B%2B","topics":"programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f9889750-841e-4323-8ece-bf385f4e8e0f","name":"Tony Finch","description":null,"image":null,"links":"blog|http://fanf.livejournal.com/","topics":"programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7b17c9d-fff3-486a-beb7-080e4ffeee78","name":"The C programming language (1975)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/515601.The_C_Programming_Language","topics":"programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19b85cea-18f3-48ec-9c2b-a5ed298eabf2","name":"21st century C (2014)","description":"Throw out your old ideas of C, and relearn a programming language that’s substantially outgrown its origins. With this revised edition of 21st Century C, you’ll discover up-to-date techniques missing from other C tutorials, whether you’re new to the language or just getting reacquainted. Get past idioms that made sense on mainframes and learn the tools you need to work with this evolved and aggressively simple language. No matter what programming language you currently favor, you’ll quickly see that 21st century C rocks.","image":"https://learning.oreilly.com/library/cover/9781491904428/250w/","links":"book|https://www.amazon.com/_/dp/1491903899","topics":"programming-languages/c","creators":null,"year":"2014","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06a0882e-6f07-411f-a807-06e5629adabb","name":"C Language Quora","description":null,"image":null,"links":"qna|https://www.quora.com/topic/C-programming-language","topics":"programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7cb371a6-ea53-4e7f-b233-8143dfb35a63","name":"Main Wikipedia: The C Programming Language","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/The_C_Programming_Language","topics":"programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fb0c9ae6-ac4c-449b-8224-cac8fa6fdb2e","name":"Simple Wikipedia: C (programming language)","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/C_(programming_language)","topics":"programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8cbb39bc-ecb4-4086-a50e-11680917b877","name":"Introduction to Clojure","description":null,"image":null,"links":"website|http://clojure-doc.org/articles/tutorials/introduction.html","topics":"programming-languages/clojure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c321875e-7c0a-489f-aa91-14a0cc68d49a","name":"Clojure by Example","description":null,"image":null,"links":"website|https://kimh.github.io/clojure-by-example/","topics":"programming-languages/clojure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"58673288-caab-4146-b7ab-85c90c2bf64e","name":"Boolean Knot","description":null,"image":null,"links":"blog|https://www.booleanknot.com/blog/","topics":"programming-languages/clojure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"adf56f30-e1b7-4118-ab87-63dd71b1e90a","name":"Yogthos","description":null,"image":null,"links":"blog|http://yogthos.net/","topics":"programming-languages/clojure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4bce5a2b-c121-4ec0-9736-704dabea3a99","name":"Elements of Clojure (2017)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/31159768-elements-of-clojure","topics":"programming-languages/clojure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67ab18d4-973e-4b39-a54d-43488c9ecae2","name":"Clojure for the Brave and True","description":"Learn how to:\\n–Wield Clojure’s core functions\\n–Use Emacs for Clojure development\\n–Write macros to modify Clojure itself\\n–Use Clojure’s tools to simplify concurrency and parallel programming\\n\\nClojure for the Brave and True assumes no prior experience with Clojure, the Java Virtual Machine, or functional programming. Are you ready, brave reader, to meet your true destiny? Grab your best pair of parentheses—you’re about to embark on an epic journey into the world of Clojure!","image":"https://www.braveclojure.com/assets/images/home/png-book-cover.png","links":"book|https://www.amazon.in/Clojure-Brave-True-Ultimate-Programmer/dp/1593275919|ipfs:bafykbzaceaejt6z54qnwnl3ccvw2lsdfksbeuwuh4sv77ixj4c3ldeof2c5so?filename=Daniel%20Higginbotham%20-%20Clojure%20for%20the%20Brave%20and%20True-No%20Starch%20Press%20%282015%29.pdf","topics":"programming-languages/clojure","creators":null,"year":"2015","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15c783d5-7de7-4de9-9fdf-993c719dbd6a","name":"The Joy of Clojure","description":"\\nIf you've seen how dozens of lines of Java or Ruby can dissolve into just a few lines of Clojure, you'll know why the authors of this book call it a \\"joyful language.\\" Clojure is a dialect of Lisp that runs on the JVM. It combines the nice features of a scripting language with the powerful features of a production environment—features like persistent data structures and clean multithreading that you'll need for industrial-strength application development.","image":"https://www.amazon.com/images/I/51LKOYzkfWL._SX399_BO1,204,203,200_.jpg","links":"book|http://www.joyofclojure.com/","topics":"programming-languages/clojure","creators":null,"year":"2011","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dc11b07-ba98-452c-a085-8e38e39f4153","name":"Visualizing Git","description":null,"image":null,"links":"interactive|http://git-school.github.io/visualizing-git/","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2c05bf67-8ebc-4fe0-ab3c-6dfb0cc53405","name":"4Clojure","description":null,"image":null,"links":"interactive|http://www.4clojure.com/","topics":"programming-languages/clojure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3256a43-f5f6-4858-bab6-a3492fd7bcce","name":"Main Wikipedia: Clojure","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Clojure","topics":"programming-languages/clojure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"35e35304-06ce-40fe-9b3f-e4cec1d73048","name":"Coq","description":null,"image":null,"links":"chat|https://www.reddit.com/r/Coq/","topics":"programming-languages/coq","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"df2192fe-6a2f-4108-a812-5def2fb4adf7","name":"Main Wikipedia: Coq","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Coq","topics":"programming-languages/coq","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"73bbe899-7ad6-47d2-8f42-07e998707fb1","name":"CSS Wizardry","description":null,"image":null,"links":"blog|https://csswizardry.com/archive/","topics":"programming-languages/css","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f55ef010-e0e1-443e-abd7-c018bf4f969e","name":"Learn CSS Layout the pedantic way (2015)","description":"Walks you through every major concept in CSS layout, without trying to simplify away the underlying mechanisms described in the CSS 2.1 and flexbox specs.","image":null,"links":"book|http://book.mixu.net/css/","topics":"programming-languages/css","creators":null,"year":"2015","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd3b5118-098b-4b4c-8a21-4c2910d8e5c6","name":"CSS Grid by Wes Bos","description":null,"image":null,"links":"course|https://github.com/wesbos/css-grid","topics":"programming-languages/css","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6e6aad13-6ca2-4d5b-9c28-0ec08bdb145a","name":"Main Wikipedia: Cascading Style Sheets","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Cascading_Style_Sheets","topics":"programming-languages/css","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"eabaf0e1-13a7-49a2-a521-b639d1920b82","name":"Simple Wikipedia: Cascading Style Sheets","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Cascading_Style_Sheets","topics":"programming-languages/css","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ec001c84-1e18-43e6-abe4-ad04a442aef4","name":"The D programming language (2010)","description":"The D Programming Language is an authoritative and comprehensive introduction to D. Reflecting the author’s signature style, the writing is casual and conversational, but never at the expense of focus and pre­cision. It covers all aspects of the language (such as expressions, statements, types, functions, contracts, and modules), but it is much more than an enumeration of features.\\n\\nInside the book you will find\\n\\n In-depth explanations, with idiomatic examples, for all language features\\n How feature groups support major programming paradigms\\n Rationale and best-use advice for each major feature\\n Discussion of cross-cutting issues, such as error handling, contract programming, and concurrency\\n Tables, figures, and “cheat sheets” that serve as a handy quick reference for day-to-day problem solving with D","image":"https://images-na.ssl-images-amazon.com/images/I/4137JQFpiHL._SX381_BO1,204,203,200_.jpg","links":"book|https://www.amazon.in/gp/product/0321635361","topics":"programming-languages/d","creators":null,"year":"2010","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1802083-3b97-47b5-a774-18374845fcbe","name":"Programming in D (2015)","description":null,"image":"http://ddili.org/ders/d.en/cover_thumb.png","links":"book|http://ddili.org/ders/d.en/index.html","topics":"programming-languages/d","creators":null,"year":"2015","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43b605ca-358b-4c1f-a6bc-95d26848111e","name":"Official Website","description":null,"image":null,"links":"website|https://dotnet.microsoft.com/","topics":"programming-languages/dotnet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2c81aab-5201-4e8a-b04d-bf70172be483","name":"DotnetAwesome","description":null,"image":null,"links":"blog|http://demo.dotnetawesome.com","topics":"programming-languages/dotnet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11d2543b-0c9c-446d-820d-6c7baa502ec4","name":"Dotnet core Cheat Sheet","description":null,"image":null,"links":"cheatsheet|https://gist.github.com/jonlabelle/869c16194be7e2355f35e999d5e76e46","topics":"programming-languages/dotnet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"49b16307-7fd4-401f-861b-caf930877bf4","name":"Project: MyContactBook","description":null,"image":null,"links":"learning_plan|http://demo.dotnetawesome.com/mvc/mycontactbook","topics":"programming-languages/dotnet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55ee1d36-5d07-4ea7-8efa-e070d44a86bc","name":"Create a web app with ASP.NET Core MVC","description":null,"image":null,"links":"learning_plan|https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/?view=aspnetcore-2.2","topics":"programming-languages/dotnet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1760a20a-a82d-4360-be3c-8aeabda58eec","name":"Go Time","description":null,"image":null,"links":"audio|https://changelog.com/gotime","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e973a9a-ae2f-4482-b9fc-7fa5855837fd","name":"Aliaksandr Pliutau","description":null,"image":null,"links":"blog|http://pliutau.com/","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0120bef2-fd17-4f91-a395-41997f8cd9e9","name":"Applied Go","description":null,"image":null,"links":"blog|https://appliedgo.net/","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"806c214e-e50f-496d-8141-d5e969440598","name":"Carlos Alexandro","description":null,"image":null,"links":"blog|https://carlosbecker.com/archive/","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be75dff0-b241-472f-a923-a3b16796c1d6","name":"Dassur","description":null,"image":null,"links":"blog|https://dassur.ma/","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae968839-c69b-4e08-88cb-e4878345e85d","name":"Dave Cheney","description":null,"image":null,"links":"blog|https://dave.cheney.net/","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd9470b1-9716-47ec-946f-ee1cd7fa8694","name":"Dmitri Shuralyov","description":null,"image":null,"links":"blog|https://dmitri.shuralyov.com/blog","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"284ae8d7-c8f2-440e-b3df-e14dd8bdf72e","name":"Fatih Arslan","description":null,"image":null,"links":"blog|https://medium.com/@farslan","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9c813673-0654-470d-adb1-5f896efc7572","name":"Natural Remedies for Brain Fog | Beat your Brain Fog at home | Timely","description":null,"image":null,"links":"article|https://enjoytimely.com/blogs/brain-fog/natural-remedies-for-brain-fog","topics":"health;productivity","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"5de1d14b-e927-49bf-a05a-0deb4d44d5fa","name":"Gopher Academy","description":null,"image":null,"links":"blog|https://blog.gopheracademy.com/","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d9f08d2-3914-4da8-b82a-c282ec63c6a7","name":"Groob","description":null,"image":null,"links":"blog|https://groob.io/","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ca973d1-9be9-40fa-b258-67f3c77c411c","name":"Npf","description":null,"image":null,"links":"blog|https://npf.io/blog/","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f289a36b-32a5-4774-9918-e7c46187848e","name":"Nsf","description":null,"image":null,"links":"blog|https://nsfdev.wordpress.com/","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"864614da-5a74-482b-b46c-1ae9a97f5cdf","name":"Scott Mansfield","description":null,"image":null,"links":"blog|http://blog.sgmansfield.com/","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acd8033c-bc00-4ffc-8a99-12dedc580916","name":"William Kennedy","description":null,"image":null,"links":"blog|https://www.goinggo.net/","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f6d7f19-5111-4f86-8628-1db3e30907ff","name":"Network programming with Go (2012)","description":"v1.0, 27 April 2012 An e-book on building network applications using the Google Go programming language (golang)\\n\\nThis book has been revised to cover Go 1. The book is not complete, and also Go is expected to introduce more packages as it evolves. ","image":null,"links":"book|https://jan.newmarch.name/go/","topics":"programming-languages/go","creators":null,"year":"2012","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"313039bc-73e3-4190-a9ad-b2184977fb00","name":"The little go book (2014)","description":"update, 2017: The book might be a couple years old, but it's still relevant. Nothing fundamental or outwardly major has changed in Go (the team has promised a stable API until the next major version). The big changes have been with the tooling, compiler and runtime as well as enhancing the standard library (like supporting HTTP/2).\\n\\nThe Little Go Book is a free introduction to Google's Go programming language. It's aimed at developers who might not be quite comfortable with the idea of pointers and static typing. It's longer than the other Little books, but hopefully still captures that little feeling.","image":"https://www.openmymind.net/assets/go/title.png","links":"book|http://openmymind.net/The-Little-Go-Book/","topics":"programming-languages/go","creators":null,"year":"2014","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2855b6cd-bee6-41bb-92b6-dbf6bc31db26","name":"Learn Git Branching","description":null,"image":null,"links":"interactive|https://learngitbranching.js.org/","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef08be43-bea5-4dd5-969f-ee466d7e7d31","name":"The go programming language (2015)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/25080953-the-go-programming-language","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":null} +{"iid":"e4bea1b8-aea7-4c5c-bcc3-e380da52c055","name":"Go 101 (2018)","description":"Go 101 is a book focusing on Go syntax/semantics and all kinds of details (Go 1.15-pre ready). This book also tries to help gophers gain a deep and thorough understanding of Go. It is expected that this book is helpful for both beginner and experienced Go programmers. \\n\\nGo 101's official twitter account is @go100and1","image":"https://go101.org/article/res/101-front-cover-1400x.jpg","links":"book|https://www.amazon.com/dp/B07Q3HWZ98","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00c97304-d780-4846-97e3-01f2f20098ae","name":"Web app with go - anti text book","description":"This is an easy to understand example based tutorial aimed at those who know a little of Go and nothing of webdev and want to learn how to write a webserver in Go. You will create a to do list application as you advance the chapters.","image":null,"links":"book|https://thewhitetulip.gitbooks.io/webapp-with-golang-anti-textbook/content/;video|https://www.youtube.com/playlist?list=PL41psiCma00wgiTKkAZwJiwtLTdcyEyc4","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5c934269-eeb4-4f7c-ba5b-6964f88c2579","name":"Build web application with golang","description":null,"image":null,"links":"book|https://github.com/astaxie/build-web-application-with-golang/blob/master/en/preface.md","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e65aa332-6ff4-4777-8d77-74e6f5f01e84","name":"Golang","description":null,"image":null,"links":"chat|https://www.reddit.com/r/golang/","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2c75be15-0ff2-4be1-b905-e039124a30e9","name":"Main Wikipedia: Go (programming language)","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Go_(programming_language)","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9a13e5f0-b70d-4c14-873e-86fc2bd9d548","name":"Homepage","description":null,"image":null,"links":"website|https://graphql.org/","topics":"programming-languages/graphql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"732ca3b8-1b42-49b3-b5d1-c82a323a946d","name":"Main Wikipedia: GraphQL","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/GraphQL","topics":"programming-languages/graphql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7aec1e14-52c1-4dac-ba33-f08b93fab77e","name":"The Haskell Cast","description":null,"image":null,"links":"audio|http://www.haskellcast.com/","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61f3ad60-99ea-4735-a726-9d32aea71ec7","name":"FPcomplete","description":null,"image":null,"links":"blog|https://www.fpcomplete.com/","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55b86986-b040-448f-bec3-5d198b3342d6","name":"Joy of Haskell","description":null,"image":null,"links":"blog|https://joyofhaskell.com/blog.html","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84f4bf61-2d07-4404-868f-8ce99b2b542e","name":"Nikita Volkov","description":null,"image":null,"links":"blog|http://nikita-volkov.github.io/","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"967ed2e9-bc01-4462-9646-1b4ab270c41e","name":"Reasonably Polymorphic","description":null,"image":null,"links":"blog|http://reasonablypolymorphic.com/blog/archives/","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"195e5c2e-0750-4dd9-a705-1a5bd387e9cb","name":"RUHaskell (Russian)","description":null,"image":null,"links":"blog|https://ruhaskell.org/","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c2b73a4-b481-4973-9e1b-985cc167965a","name":"Vincent Hanquez","description":null,"image":null,"links":"blog|http://tab.snarc.org/","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"772e2a3f-bf13-41bb-9af4-186e098e0c7c","name":"Learn You a Haskell for Great Good! (2011)","description":" This guide is meant for people who have programmed already, but have yet to try functional programming.\\n\\nThe whole thing is completely free to read online, but it's also available in print and I encourage you to buy as many copies as you can afford!\\n\\nTo contact me, shoot me an email to: bonus at learnyouahaskell dot com! You can also find me idling on #haskell where I go by the name BONUS. ","image":"http://learnyouahaskell.com/newsplash.png","links":"book|https://nostarch.com/lyah.htm","topics":"programming-languages/haskell","creators":null,"year":"2011","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0484ebb6-06c9-45fa-895d-a9e4f22215fd","name":"Write you a Haskell (2014)","description":"By Stephen Diehl\\n\\nIn 2014 I wrote a short tutorial about building a small imperative language in Haskell that compiled into LLVM. I was extremely happy with the effect the tutorial seemed to have, and the warm response I got from so many people was very encouraging.\\n\\nI've done a great bit of thinking about what the most impactful topic I could write about in 2015 could be; and decided throughout this year I will follow up with a large endeavor for another project-based tutorial on building a simple functional programming language from first principles.\\n\\nThis is a nontrivial topic and is unfortunately very much underserved, the knowledge to build such a modern functional language is not widely disseminated among many programmers. The available resources most often discuss language theory in depth while completely glossing over the engineering details. I wished to write a project-based tutorial that included the engineering details and left the reader with a fully functional toy language at the end that could be extended for further projects.\\n\\nWe will build a small functional language called Fun which is a partial Haskell 2010 toy language; complete with a parser, type inference, datatypes, pattern matching, desugaring, typeclasses, higher-kinded types, monadic IO, arbitrary-rank polymorphism, records, Core language, STG intermediate language, lazy evaluation, interpreter, native code generator, a runtime, and several optimization passes.\\n\\nAs with most of my writing, this is the pre-edited rough cut version, which I will refine over time.","image":null,"links":"book|http://dev.stephendiehl.com/fun/","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9109eec4-51ea-46c8-9a04-449dd3529fd2","name":"Programming in Haskell (2016)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/912217.Programming_in_Haskell","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61baec14-dd6f-40d1-8bd8-5ace3bb9cd4d","name":"Haskell in Depth (2018)","description":"By Vitaly Bragilevsky \\n\\nTurn the corner from “Haskell student” to “Haskell developer.” Haskell in Depth explores the important language features and programming skills you’ll need to build production-quality software using Haskell. And along the way, you’ll pick up some interesting insights into why Haskell looks and works the way it does. Get ready to go deep! ","image":null,"links":"book|https://www.manning.com/books/haskell-in-depth","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"953a1414-f8b9-406c-9df4-1d93a827c547","name":"Thinking with Types (2018)","description":"By Sandy Maguire\\n\\nThis book aims to be the comprehensive manual for type-level programming. It's about getting you from here to there---from a competent Haskell programmer to one who convinces the compiler to do their work for them.","image":"https://d2sofvawe08yqg.cloudfront.net/thinking-with-types/hero?1549502499","links":"book|https://leanpub.com/thinking-with-types","topics":"programming-languages/haskell","creators":null,"year":"2019","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d371f85-e821-4724-be73-2d6f085bf0d9","name":"The Haskell School of Music (2018)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/18299474-the-haskell-school-of-music","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc3fe718-f6dc-4e0c-b2e0-1b420b92e86b","name":"Advanced Programming (2017)","description":null,"image":null,"links":"course|https://www.seas.upenn.edu/~cis552/current/index.html","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"300dfb76-9282-4201-8ac1-24f73c84f227","name":"Haskell ITMO (2017)","description":null,"image":null,"links":"course|https://github.com/jagajaga/FP-Course-ITMO","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8945a3d3-7394-486b-b8e4-c3113961af99","name":"Introduction to Haskell (2016)","description":null,"image":null,"links":"course|http://www.seas.upenn.edu/%7Ecis194/spring13/","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"90da7e40-46f2-4a3c-b40e-b4c8d988967c","name":"Stanford functional systems in Haskell (2014)","description":null,"image":null,"links":"course|http://www.scs.stanford.edu/14sp-cs240h/","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a17f310d-c288-4cae-a47c-da2bf7391644","name":"Haskell","description":null,"image":null,"links":"chat|https://www.reddit.com/r/haskell/","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e4e3f12a-a089-4d1e-9845-d5f053a1f725","name":"Haskell","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Haskell-programming-language","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6072e1e3-5dfc-4858-99d4-b4396d0a7901","name":"Linear-Time Suffix Array Implementation in Haskell (2014)","description":null,"image":null,"links":"research_paper|http://www.scs.stanford.edu/14sp-cs240h/projects/isaacs_geiduscheck.pdf","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3699ed0d-4124-4dbb-b6c6-4f286494e1ed","name":"Main Wikipedia: Haskell (programming language)","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Haskell_(programming_language)","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"76e6324a-4c6f-4791-aef1-7b65254f44b4","name":"Simple Wikipedia: Haskell (programming language)","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Haskell_(programming_language)","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e6762e0c-73d9-4b7f-a609-151c89c76db5","name":"Idris","description":null,"image":null,"links":"chat|https://www.reddit.com/r/Idris/","topics":"programming-languages/idris","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5ec82001-db0d-4d3a-aada-6bc0f96211bf","name":"Java Posse","description":null,"image":null,"links":"audio|http://javaposse.com/","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42f2af13-a302-4078-8eb2-c5058016dada","name":"IT Blues","description":null,"image":null,"links":"blog|http://itblues.pl","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de6893b6-7ac0-404d-a10d-0838ebc2bfd6","name":"Stuff Gil Says","description":null,"image":null,"links":"blog|http://stuff-gil-says.blogspot.nl/","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"067477b2-9ec6-41d4-b5bd-127cd3a42db7","name":"Effective java (2001)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/105099.Effective_Java_Programming_Language_Guide","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9e00770-f6ed-47b4-8125-055ef7854460","name":"Data structures and algorithms in java (2003)","description":null,"image":null,"links":"book|http://coltech.vnu.edu.vn/~sonpb/DSA/Data%20Structures%20and%20Algorithms%20in%20Java,%206th%20Edition,%202014.pdf","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf576905-a396-497f-a91d-209048b022da","name":"Java concurrency in practice (2006)","description":null,"image":null,"links":"book|http://jcip.net/","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d007b8c7-0d03-4243-89cf-092706ae76e0","name":"Introduction to programming in java: an interdisciplinary approach (2008)","description":null,"image":null,"links":"book|http://introcs.cs.princeton.edu/java/home/chapter1.pdf","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f3448fe-5d2f-4cd1-8ce5-2fd124133dea","name":"Java 8 in action (2014)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/20534354-java-8-in-action","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ee6d68d-7a4b-4b2d-b161-19b3d190bed2","name":"Test-driven Java development (2015)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/26333479-test-driven-java-development","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a781483-f737-48c5-88eb-0c87a90a6c98","name":"Java","description":null,"image":null,"links":"chat|https://www.reddit.com/r/java/","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9e298b6d-abc2-4d7c-892f-7a76991887c0","name":"Java","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Java-programming-language","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4b5063b7-052f-43c5-a545-5fed5f957219","name":"Jvm","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Java-Virtual-Machine-JVM","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"92c1b507-414c-4601-8c49-b7930d0cac13","name":"FlatEarth.ws – Debunking Flat Earth Misconceptions","description":null,"image":null,"links":"website|https://flatearth.ws/","topics":"flat-earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c78b506-290a-4d0b-a0e2-cb1ef7ff1736","name":"Simple Wikipedia: https://en.wikipedia.org/wiki/Java (programming language)","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Java_(programming_language)","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"baab9ce9-b762-4aff-99d3-00922f35f0b6","name":"The Undefined Podcast","description":null,"image":null,"links":"audio|https://overcast.fm/itunes1451541555/the-undefined-podcast","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"596b7601-a4ab-476b-afbe-e9af2fb7bc89","name":"JS Party","description":null,"image":null,"links":"audio|https://changelog.com/jsparty","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a6549a4-af9a-431f-b98b-4c20347ca37c","name":"React Podcast","description":null,"image":null,"links":"audio|https://reactpodcast.simplecast.fm/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"770794b4-e101-44d0-b5ce-8ffb21a28fcf","name":"2ality","description":null,"image":null,"links":"blog|http://2ality.com/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01741029-29d1-4f4e-acce-c76107d47d17","name":"André Staltz","description":null,"image":null,"links":"blog|http://staltz.com/blog.html","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c20547b-0e33-4f67-89a1-f1570899cdb3","name":"David Walsh","description":null,"image":null,"links":"blog|https://davidwalsh.name/tutorials/features","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12c0a203-2b8a-41c2-8f8a-fca4b3b542b3","name":"Feross","description":null,"image":null,"links":"blog|https://feross.org/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4513942-79c3-42b7-b81a-3a26b0d3f19b","name":"Flavio Copes","description":null,"image":null,"links":"blog|https://flaviocopes.com/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69c7d65e-1a12-4fbd-85ea-f7a92d3c03eb","name":"Ian Sinnott","description":null,"image":null,"links":"blog|http://blog.iansinnott.com/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a4e49b7-6028-4373-b863-11a21cc3e6fb","name":"Jason Format","description":null,"image":null,"links":"blog|https://jasonformat.com/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84540fcf-1ee4-4e6c-8680-b9b9d986ef41","name":"JavaScript Playground","description":null,"image":null,"links":"blog|https://javascriptplayground.com","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a92e849-8f4c-4962-8e0a-4404b26cc599","name":"Max Ogden","description":null,"image":null,"links":"blog|https://maxogden.com/index.html","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d56eb21-259e-4984-b637-180d184bc88f","name":"Nick Balestra","description":null,"image":null,"links":"blog|http://nick.balestra.ch/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aad62f06-9fed-426b-b70e-8e9ca7afe219","name":"Perfection Kills","description":null,"image":null,"links":"blog|http://perfectionkills.com/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8f53fd2-8a6b-433e-8996-8f53d07ae365","name":"PlayfulJS","description":null,"image":null,"links":"blog|http://www.playfuljs.com","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41f7a900-342d-49ea-ac02-c9544d19c23d","name":"Praveen's Adventures","description":null,"image":null,"links":"blog|https://blog.praveen.science/tag/javascript/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9366c8d-9b74-4023-8325-58a17536da01","name":"Wavesoft","description":null,"image":null,"links":"blog|http://wavesoft.github.io/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bca71f56-d2e8-4c62-825a-e7df67d8217b","name":"Wes Bos","description":null,"image":null,"links":"blog|http://wesbos.com/blog/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcdd25e0-9d89-4211-931b-e24d8a67fdc5","name":"Yehuda Katz","description":null,"image":null,"links":"blog|http://yehudakatz.com/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab168c25-4c35-40aa-b907-01dacfe0f8cc","name":"You don’t know JS","description":null,"image":null,"links":"book|https://github.com/getify/You-Dont-Know-JS","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d0b1b692-a840-4cea-9a02-0c25c7c5879a","name":"Exploring js","description":null,"image":null,"links":"book|http://exploringjs.com/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a343d3aa-6dc1-4038-9308-d85da5d67648","name":"Eloquent JavaScript (2011)","description":null,"image":null,"links":"book|http://eloquentjavascript.net/00_intro.html","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9973d2d6-bbf1-4ece-b298-5d61281e0ec7","name":"Effective JavaScript: 68 specific ways to harness the power of JavaScript (2012)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/13705402-effective-javascript","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5e57aa5-e60a-4233-9d1d-6369b6ffe7da","name":"Secrets of the JavaScript ninja (2013)","description":null,"image":"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1361224545l/4373732.jpg","links":"book|http://www.goodreads.com/book/show/4373732-secrets-of-the-javascript-ninja","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"205282d0-310d-4933-accb-2ad44a88db56","name":"Learning JavaScript design patterns (2015)","description":null,"image":null,"links":"book|https://addyosmani.com/resources/essentialjsdesignpatterns/book/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"671281ad-5406-4134-beea-826d38517ab3","name":"The JavaScript way (2017)","description":null,"image":null,"links":"book|https://leanpub.com/thejsway","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c437dff-276a-4d7e-91ea-b139664052f3","name":"Builder Book: Build a Full Stack JavaScript Web App from Scratch (2018)","description":null,"image":null,"links":"book|https://builderbook.org/book","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d5e5080-9871-4560-8fe5-a6503b8a01cb","name":"JSConf - Conferences for the JavaScript Community","description":null,"image":null,"links":"conference|https://jsconf.com/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20002f20-5574-4059-a9c1-c7e09fe072ff","name":"React For Beginners — The best way to learn React","description":null,"image":null,"links":"course|https://reactforbeginners.com/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"096abc57-c650-43e3-8346-a9d67fbf2521","name":"Advanced React & GraphQL — Build Full Stack Applications with React and GraphQL","description":null,"image":null,"links":"course|https://advancedreact.com/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39a65b89-762a-40c6-b1fc-284f904b99dd","name":"JavaScript","description":null,"image":null,"links":"chat|https://www.reddit.com/r/javascript/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"27289119-c3be-4833-bea7-8c57c6743c3a","name":"JavaScript Path | Pluralsight","description":null,"image":null,"links":"learning_plan|https://www.pluralsight.com/paths/javascript","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf8068c8-d8f5-404c-a626-16ad39c4f249","name":"Frontend web developer meetup, Newcastle upon Tyne","description":null,"image":null,"links":"meetup|https://frontendne.co.uk/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11e227bf-bbe8-463b-99ac-8889977aff53","name":"Simple Wikipedia: https://en.wikipedia.org/wiki/JavaScript","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/JavaScript","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"af157e1f-fb12-4e6f-bf46-a860d4d31185","name":"Main Wikipedia: Kotlin (programming language)","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Kotlin_(programming_language)","topics":"programming-languages/kotlin","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"df620af5-83f5-4a67-b11d-a91d8ffb25aa","name":"The little schemer (1974)","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/little-schemer","topics":"programming-languages/lisp","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13b99575-bb8c-42ff-9d43-df827ac50942","name":"Lisp in small pieces (1994)","description":null,"image":null,"links":"book|https://pages.lip6.fr/Christian.Queinnec/WWW/LiSP.html","topics":"programming-languages/lisp","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a77dc08-77f9-471c-9861-46335635fd7d","name":"Practical Common Lisp (2005)","description":null,"image":null,"links":"book|http://www.gigamonkeys.com/book/","topics":"programming-languages/lisp","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca361feb-f6c2-4455-ab43-44b437b1b9a0","name":"Lisp","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Lisp-programming-language","topics":"programming-languages/lisp","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1c251a89-580e-4d18-b88f-476834c9287c","name":"Real World OCaml (2018)","description":null,"image":null,"links":"book|http://dev.realworldocaml.org/","topics":"programming-languages/ocaml","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04b75793-8cdc-4cc5-bd7e-7c37246632bf","name":"OCaml","description":null,"image":null,"links":"chat|https://www.reddit.com/r/ocaml/","topics":"programming-languages/ocaml","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0de7ea82-e8eb-483a-bda5-2945b9f9a8bb","name":"OCaml","description":null,"image":null,"links":"qna|https://www.quora.com/topic/OCaml-programming-language","topics":"programming-languages/ocaml","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"79651f32-4c07-4b3f-9a27-c3decaaebd6d","name":"Main Wikipedia: OCaml","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/OCaml","topics":"programming-languages/ocaml","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c4635141-35a8-4705-a0d3-8ed8d79220aa","name":"Simple Wikipedia: OCaml","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/OCaml","topics":"programming-languages/ocaml","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4cb8d1e7-10e0-4bd1-b97b-62011b7be746","name":"Perl Tricks","description":null,"image":null,"links":"blog|http://perltricks.com/","topics":"programming-languages/perl","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40145c97-fee5-4707-a9b9-052c5c33bdaf","name":"Modern Perl (2016)","description":null,"image":null,"links":"book|http://modernperlbooks.com/books/modern_perl_2016/index.html","topics":"programming-languages/perl","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4b4a5f7-4e2b-474f-9a34-b1cdee8fbb99","name":"Perl","description":null,"image":null,"links":"chat|https://www.reddit.com/r/perl/","topics":"programming-languages/perl","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a19ea58a-57c5-4b46-8368-7ec9f3669028","name":"Main Wikipedia: Perl","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Perl","topics":"programming-languages/perl","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"454ef8e1-4c07-4677-b19b-2531b668551b","name":"Simple Wikipedia: Perl","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Perl","topics":"programming-languages/perl","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e9c61db9-6ba1-446f-aeab-2c02b0b3d1c9","name":"Nikic","description":null,"image":null,"links":"blog|http://nikic.github.io/","topics":"programming-languages/php","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7706127a-a6c8-487e-bd77-7208013a7020","name":"The Power of Prolog (2018)","description":null,"image":null,"links":"book|https://www.metalevel.at/prolog","topics":"programming-languages/prolog","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75ef6a7e-76dc-4247-8113-cfe7cea68a61","name":"Logic Programming with Prolog (2005)","description":null,"image":null,"links":"book|https://drive.uqu.edu.sa/_/fbshareef/files/textbook.pdf","topics":"programming-languages/prolog","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edd2c677-3c36-45cc-a8a4-4b8337e4bfa4","name":"Purescript book (2017)","description":null,"image":null,"links":"book|https://github.com/paf31/purescript-book","topics":"programming-languages/purescript","creators":null,"year":"2017","difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a2eedcc1-4f66-4db3-b4f7-2ca7b5f841b4","name":"Purescript","description":null,"image":null,"links":"chat|https://www.reddit.com/r/purescript/","topics":"programming-languages/purescript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4f1a7297-f31a-4d91-842e-293942efa78f","name":"Main Wikipedia: PureScript","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/PureScript","topics":"programming-languages/purescript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5c29528f-2215-4c44-a654-8c7e3c1b56cd","name":"Learning Python: From Zero to Hero","description":null,"image":null,"links":"article|https://medium.com/the-renaissance-developer/learning-python-from-zero-to-hero-8ceed48486d5","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":"oer"} +{"iid":"3f6dd4a0-050f-431b-80ac-68a7bceb77a1","name":"Learning Python Programming: The Basics","description":null,"image":null,"links":"article|https://medium.com/@george.seif94/learning-python-programming-the-basics-252d9df3744a","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"433f83cd-464c-4c2c-98ee-b2514be10615","name":"Analyzing Medium Story Stats With Python","description":null,"image":null,"links":"article|https://towardsdatascience.com/analyzing-medium-story-stats-with-python-24c6491a8ff0","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d1dd0a4-86ec-4fde-8d32-d2798c2a53a9","name":"An Intro to Python","description":null,"image":null,"links":"article|https://blog.anirudha.org/en/2014/08/29/intro-to-python/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f82c2434-e243-4a64-a69f-ea01f8c72c82","name":"Talk Python To Me","description":null,"image":null,"links":"audio|https://talkpython.fm/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0639acc8-93cc-4fb2-8bb7-6c3a03cb0a75","name":"Python Bytes Podcast","description":null,"image":null,"links":"audio|https://pythonbytes.fm/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d71febe0-2230-477b-b06c-cdb259e0e894","name":"Podcast.","description":null,"image":null,"links":"audio|https://www.pythonpodcast.com/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e14414a-9c21-45c5-88bf-af5b38c8da94","name":"Test & Code - Software Testing, Development, Python","description":null,"image":null,"links":"audio|https://testandcode.com/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5ef62ce-e235-4a1c-b10c-43f4cf95fbcf","name":"Real Python","description":null,"image":null,"links":"blog|https://realpython.com/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8174dbc4-86b5-4547-b2f7-0c71adf83bc0","name":"Planet Python","description":null,"image":null,"links":"blog|https://planetpython.org/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0f7c05d-8ce2-48ac-8816-a726b82f19d5","name":"The Python Guru","description":null,"image":null,"links":"blog|https://thepythonguru.com/blog/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acac03dc-46f4-4641-94cb-4b44f8d6db1e","name":"Best Data Analyst/Analytics Certification Training Courses - ExcelR","description":null,"image":null,"links":"article|https://www.excelr.com/data-analyst-course-training","topics":"ecommerce","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"5b08390a-1eca-4573-ba23-51fe0df6b458","name":"Python Software Foundation","description":null,"image":null,"links":"blog|http://pyfound.blogspot.com/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49e42506-8acf-4c91-a1bd-71d603d3af25","name":"Rg3","description":null,"image":null,"links":"blog|http://rg3.name/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2092952-a9aa-488c-a947-9bfc2604380b","name":"BangPypers","description":null,"image":null,"links":"blog|http://bangalore.python.org.in/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a0e65bb-bb84-44da-ae20-5ebc73a29c39","name":"The Most Insightful Stories on Python | Medium","description":null,"image":null,"links":"blog|https://medium.com/tag/python","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"38d99860-59f7-4130-a1ba-706920387589","name":"Python essential reference (1999)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/6666430-python-essential-reference","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2702180f-6603-4175-8051-ca77a086b23a","name":"Dive into python 3 (2004)","description":null,"image":null,"links":"book|http://www.diveintopython3.net/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cd84441-62e3-4bae-949d-e48edf837a97","name":"Problem solving with algorithms and data structures using python (2005)","description":null,"image":null,"links":"book|http://interactivepython.org/runestone/static/pythonds/index.html","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e69b613f-7177-4731-80e0-8e992a7aa3cf","name":"Python cookbook 3r Edition(2011)","description":null,"image":null,"links":"book|https://d.cxcore.net/Python/Python_Cookbook_3rd_Edition.pdf","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2cec930-42d2-4c1d-9684-26c7def31858","name":"Data structures and algorithms in python (2013)","description":null,"image":null,"links":"book|https://doc.lagout.org/programmation/python/Data%20Structures%20and%20Algorithms%20in%20Python%20%5BGoodrich,%20Tamassia%20&%20Goldwasser%202013-03-18%5D.pdf","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e02fc6bd-3a86-4381-a3b6-1977f7e78908","name":"Test driven development with python (2014)","description":null,"image":null,"links":"book|http://www.obeythetestinggoat.com/pages/book.html#toc","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08a82593-19e5-456d-914e-959ba410b796","name":"Effective python (2015)","description":null,"image":null,"links":"book|https://arisuchan.jp/%CE%BB/src/1498628824511-0.pdf","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1d514cf-481b-4515-945c-9779cbfe30e1","name":"Fluent python (2015)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/22800567-fluent-python","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21306587-b98a-4556-b7ad-f5e771dee779","name":"Inside the python virtual machine (2017)","description":null,"image":null,"links":"book|https://leanpub.com/insidethepythonvirtualmachine/read","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"573299ea-d872-4c8f-b6ec-5585c7060ae4","name":"Full Speed Python (2018)","description":null,"image":null,"links":"book|https://github.com/joaoventura/full-speed-python","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fb500dea-aeaf-41d2-801b-642aaab1853b","name":"Automate the boring stuff with python","description":null,"image":null,"links":"book|https://automatetheboringstuff.com/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b0a5b9c-a873-41bd-b437-c02368b9dfe4","name":"A Byte of Python","description":null,"image":null,"links":"book|https://python.swaroopch.com/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70dc03ed-fa52-4b56-af98-9edcc8fe78ff","name":"Building Skills in Python (2010)","description":null,"image":null,"links":"book|http://www.itmaybeahack.com/book/python-2.6/latex/BuildingSkillsinPython.pdf","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6bf0e79-9a4c-4890-95a4-727eeed475e3","name":"Python 3 Tutorial","description":null,"image":null,"links":"book|https://www.python-course.eu/python3_course.php","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b956265-3598-43c7-aae2-d7f9e62c7a41","name":"Quantitative Economics with Python","description":null,"image":null,"links":"book|https://lectures.quantecon.org/py/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6f81fa0-1c61-4ef4-a4d3-5411e69d183f","name":"Think Python - How to Think Like a Computer Scientist (2012)","description":null,"image":null,"links":"book|https://www.greenteapress.com/thinkpython/thinkpython.pdf","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3d2d8d7-f1bc-42d1-a309-84dc9d6fe761","name":"Python 3 Tutorial | SoloLearn: Learn to Code for Free!","description":null,"image":null,"links":"cert|https://www.sololearn.com/Course/Python/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cd5629a-153a-4e42-a42f-e541fc218015","name":"Real Python: Python 3 Cheat Sheet","description":null,"image":null,"links":"cheatsheet|https://static.realpython.com/python-cheat-sheet.pdf?__s=spkfg5559c9wdkhcifhw","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d2c4375-5d65-4b16-a433-33e4fa34dca5","name":"List of Python Conferences & Workshops Worldwide","description":null,"image":null,"links":"conference|https://www.python.org/community/workshops/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42156398-32f5-48d5-9225-2402f405f1e0","name":"Official PyCon Website","description":null,"image":null,"links":"conference|http://pycon.org/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91995153-d87f-4ef5-a45b-357ff653b138","name":"List of Upcoming Python Conferences Worldwide","description":null,"image":null,"links":"conference|https://www.python.org/events/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb213191-3e4a-4615-b696-a45f6f965b46","name":"Complete Python Bootcamp: Go from zero to hero in Python 3","description":null,"image":null,"links":"course|https://www.udemy.com/share/100058BUQcclZbRXo=/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"416ab2a5-87e8-4796-a074-552376562379","name":"Learn Python Programming Masterclass","description":null,"image":null,"links":"course|https://www.udemy.com/share/1000dOBUQcclZbRXo=/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6a9a36a-9363-4587-9473-9828d8d82fa2","name":"The Python Bible™ | Everything You Need to Program in Python","description":null,"image":null,"links":"course|https://www.udemy.com/share/10000OBUQcclZbRXo=/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce87a8d2-bec0-46a3-b214-a42333c15a59","name":"30 Days of Python | Unlock your Python Potential","description":null,"image":null,"links":"course|https://www.udemy.com/share/1000MUBUQcclZbRXo=/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca24ed0f-82f5-471f-b5bc-bb7e9f92038e","name":"Automate the Boring Stuffs With Python Programming","description":null,"image":null,"links":"course|https://www.udemy.com/share/100006BUQcclZbRXo=/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca552113-18f1-4179-a2b8-9b502bf8767b","name":"r/python | Reddit","description":null,"image":null,"links":"chat|https://www.reddit.com/r/Python/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4424425f-89f9-471a-9e9b-31d6745de844","name":"BangPypers","description":null,"image":null,"links":"chat|https://bangpypers.slack.com/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3fa44a5-599f-4637-84dd-41ec183cf567","name":"PyStudyGroup","description":null,"image":null,"links":"chat|https://pystudygroup.slack.com/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00ff55cb-910f-4c02-be55-e9d3d15bc418","name":"comp.lang.python | Google Group","description":null,"image":null,"links":"chat|https://groups.google.com/forum/#!forum/comp.lang.python","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98744423-4c6f-44d2-a236-2c84376bb5fe","name":"Python Tutor | Visualize Python Code Execution","description":null,"image":null,"links":"interactive|http://pythontutor.com/visualize.html#mode=edit","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b31d25f-1213-4e30-84c1-a650f8f8bfb6","name":"CodeSkulptor3","description":null,"image":null,"links":"interactive|https://py3.codeskulptor.org/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43b50aae-8a92-48ab-99ef-29f8e0ba1ff1","name":"CheckiO | Python Online Playground","description":null,"image":null,"links":"interactive|https://py.checkio.org/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09236dcc-8d8c-48e4-a257-d991324a4ddc","name":"BangPypers","description":null,"image":null,"links":"meetup|https://www.meetup.com/bangpypers","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc83b2ac-ef53-4001-9bdb-d14bae17bc8f","name":"Python Meetups | Worldwide","description":null,"image":null,"links":"meetup|https://www.meetup.com/topics/python/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e77afda-74ca-43ed-b270-de9a709feacd","name":"BangPypers","description":null,"image":null,"links":"newsletter|https://mail.python.org/mailman/listinfo/bangpypers","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1c84e8d-f8c3-4307-8b53-3114e9ac1e13","name":"PyCoder's Weekly | A Weekly Python E-Mail Newsletter","description":null,"image":null,"links":"newsletter|https://pycoders.com/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b049eea1-cfa5-4f41-99c1-21b39627d6f8","name":"David M. Beazley","description":null,"image":null,"links":"people|https://en.wikipedia.org/wiki/David_M._Beazley","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cbecdd79-08d2-4b1f-aab7-86ba4fa97e2e","name":"Andreas Mueller | Twitter","description":null,"image":null,"links":"people|https://twitter.com/amuellerml","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33d988d6-6b72-4682-9364-8c326f7f3583","name":"Allen Downey | Twitter","description":null,"image":null,"links":"people|https://twitter.com/AllenDowney","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd4dde38-c562-41bd-a4fe-c1b2b9c7c522","name":"Al Sweigart | Twitter","description":null,"image":null,"links":"people|https://twitter.com/AlSweigart","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b98f1d3e-7390-48a0-b797-204d8b8eab85","name":"Python | Quora","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Python-programming-language-1","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"edadea01-6144-4c6a-b39d-21c3a5299387","name":"Python | StackOverflow","description":null,"image":null,"links":"qna|https://stackoverflow.com/tags/python/info","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5cea5848-434c-4dd3-b17d-88e3ad7deef9","name":"Python Tutorials by Corey Schafer | YouTube","description":null,"image":null,"links":"video|https://www.youtube.com/playlist?list=PL-osiE80TeTt2d9bfVyTiXJA-UTHn6WwU","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c3626de5-1ae6-4531-a9d2-8f5362e8a3f1","name":"Python Tutorials for Absolute Beginner by CS Dojo | YouTube","description":null,"image":null,"links":"video|https://www.youtube.com/playlist?list=PLBZBJbE_rGRWeh5mIBhD-hhDwSEDxogDg","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ebe608c5-2454-419a-8a3d-bdafdb771e3c","name":"Python 3 Basics Tutorial by Sentdex | YouTube","description":null,"image":null,"links":"video|https://www.youtube.com/playlist?list=PLQVvvaa0QuDe8XSftW-RAxdo6OmaeL85M","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3d92e080-efde-44b6-b7b8-436b6c0b4933","name":"Archived List of Python Conference Videos","description":null,"image":null,"links":"video|https://pyvideo.org/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62ed3c36-80c9-4772-858c-5fde67f7ff3e","name":"Python Wiki","description":null,"image":null,"links":"wiki|https://wiki.python.org/moin/BeginnersGuide/Programmers","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df65b8d6-30da-4b8d-85f5-5d83047e03c4","name":"Python(Programming Language) | Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Python_(programming_language)","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7cf7ef6f-abc6-45d7-824e-dc67d99ea590","name":"Python(Programming Language) | Simple Wikipedia","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Python_(programming_language)","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bba031e9-f886-4250-9eb5-124ce0fa8240","name":"World Cup 2018: 5 Game Changing Technologies in Football","description":null,"image":null,"links":"article|https://www.edureka.co/blog/game-changing-technologies-in-the-world-cup-2018/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8e7aa9bc-fab2-41a4-9b86-b04c7f845832","name":"The First Date with your Data in R","description":null,"image":null,"links":"article|http://www.programmingr.com/content/first-date-data-r/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"691087ef-2cdc-4ecd-bc2c-4029e2eb3461","name":"How To Make Your Data Analyst Resume Stand Out","description":null,"image":null,"links":"article|http://www.programmingr.com/content/analyst-resume/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb64e308-6d9c-4f1f-84ce-5c0b0cab9250","name":"Resume & Interview Tips For R Programmers","description":null,"image":null,"links":"article|http://www.programmingr.com/content/resume-interview-tips-r-programmers/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c82d659b-f9c3-47af-bb52-071566411fc4","name":"The R-Podcast","description":null,"image":null,"links":"audio|https://r-podcast.org/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a93a3034-561e-4b6a-961a-47caa4eb14b9","name":"https://skillsion.com/excel-and-advanced-excel-training","description":null,"image":null,"links":"article|https://skillsion.com/excel-and-advanced-excel-training","topics":"education","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"34a070e2-c9d8-47f0-9f55-f2b45e271905","name":"DataFramed","description":null,"image":null,"links":"audio|https://www.datacamp.com/community/podcast?tap_a=5644-dce66f&tap_s=10907-287229","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"deb14c2c-8d52-407e-a59a-9a046dbe785c","name":"This Week in Machine Learning and AI Podcast","description":null,"image":null,"links":"audio|https://twimlai.com/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6321135-528b-4a98-a839-e33ce4c02c79","name":"Microsoft Research Podcast Archives","description":null,"image":null,"links":"audio|https://www.microsoft.com/en-us/research/blog/category/podcast/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3721924-9b48-4ded-b17a-c8d23f42bb6e","name":"R for Data Science (2016)","description":null,"image":null,"links":"book|http://r4ds.had.co.nz/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c2ac471-39fb-4760-9ff7-70d0c843de2d","name":"Base R","description":null,"image":null,"links":"cheatsheet|http://github.com/rstudio/cheatsheets/raw/master/base-r.pdf","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f6c36b57-5b57-4704-a897-ad4b9086b6ac","name":"Advanced R","description":null,"image":null,"links":"cheatsheet|https://www.rstudio.com/wp-content/uploads/2016/02/advancedR.pdf","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6830bb5f-3d74-4bfe-9d0e-146dfa8d9dab","name":"Regular Expressions","description":null,"image":null,"links":"cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/regex.pdf","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5fbe1cdb-1988-425d-b42d-ba6b318edf58","name":"Import Data using R","description":null,"image":null,"links":"cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/data-import.pdf","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"179a6ee4-7e6d-4a0f-b994-f172180795f3","name":"Data Transformation","description":null,"image":null,"links":"cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/data-transformation.pdf","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1ef89ffe-d25d-473d-b6e0-a242cae6ee7f","name":"Data Visualization","description":null,"image":null,"links":"cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/data-visualization-2.1.pdf","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4efcd646-2102-47c8-be86-3d6fb32ef390","name":"R Markdown","description":null,"image":null,"links":"cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/rmarkdown-2.0.pdf","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"91e0953b-d6c9-427d-8ddf-6dc00a5b43c8","name":"RStudio IDE","description":null,"image":null,"links":"cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/rstudio-ide.pdf","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"79be6fd0-37d7-4878-aeeb-1e5701b17a45","name":"Shiny","description":null,"image":null,"links":"cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/shiny.pdf","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b3a8acdc-758f-4245-a56e-82f7d4cc4047","name":"Caret - R Package | Modelling & ML in R","description":null,"image":null,"links":"cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/caret.pdf","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7e4a4bec-59ce-422a-a64c-f3477105171d","name":"Tabular Guide to ML Modelling","description":null,"image":null,"links":"cheatsheet|https://github.com/rstudio/cheatsheets/raw/master/Machine%20Learning%20Modelling%20in%20R.pdf","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e09b7b36-8fcf-4f8b-9fbb-9da49c911d2f","name":"Basic R Programming Cheatsheet","description":null,"image":null,"links":"cheatsheet|http://datasciencefree.com/basicR.pdf","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78bcb277-9af5-42b2-bd8f-cc0b0b90a83c","name":"R Cheatsheet | MIT","description":null,"image":null,"links":"cheatsheet|http://web.mit.edu/hackl/www/lab/turkshop/slides/r-cheatsheet.pdf","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f39c397b-26af-4f70-a2c5-8db28f315ae0","name":"The Ultimate Cheatsheet(v4)","description":null,"image":null,"links":"cheatsheet|https://sites.ualberta.ca/~ahamann/teaching/renr690/R_Cheat_Data.pdf","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7902fd88-d888-462f-a42b-0084e19c9b1f","name":"R: Conferences","description":null,"image":null,"links":"conference|https://www.r-project.org/conferences/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e71c0990-ac7e-4525-8c58-bfad2ad77d34","name":"Magoosh English Speaking","description":null,"image":null,"links":"app|https://speaking.magoosh.com/","topics":"languages/english;business","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":"5.0","tags":null} +{"iid":"b086e014-03f4-4ee0-aa31-949e738f5718","name":"R Programming | Coursera","description":null,"image":null,"links":"course|https://www.coursera.org/learn/r-programming?specialization=jhu-data-science","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db458527-2609-4202-bc27-8f9d2c5972b2","name":"Nabble | R Mailling List Archive","description":null,"image":null,"links":"chat|http://r.789695.n4.nabble.com/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93d64c31-3310-4b30-8a04-6790c8ec14d3","name":"Youth4Work","description":null,"image":null,"links":"chat|https://www.youth4work.com/Talent/R-Programming-Language/Forum","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8543da4a-d3c1-4971-a1b2-f9e1a8b7bedf","name":"Edureka Community","description":null,"image":null,"links":"chat|https://www.edureka.co/community/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b0be5d24-55ef-437c-a2f2-93d58be76130","name":"Swirl: Learn R, in R.","description":null,"image":null,"links":"interactive|https://swirlstats.com/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d28b3366-d61d-4693-8f61-ecbe88769d1c","name":"List of Some of the Big Meetup Groups Worldwide","description":null,"image":null,"links":"meetup|https://www.meetup.com/pro/r-user-groups","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"775d870a-d632-4a68-b913-e33db87f643c","name":"New York Open Statistical Programming Meetup | 10k+ Members","description":null,"image":null,"links":"meetup|https://nyhackr.org/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b8f368d-4fe6-4bd5-a908-3af184dc9f93","name":"Data Science Festival - London | 9k+ Members","description":null,"image":null,"links":"meetup|https://www.meetup.com/Data-Science-Festival-London/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19098857-0af1-4f9e-9783-a45d7d24fead","name":"Greater Boston useR Group | 3k+ Members","description":null,"image":null,"links":"meetup|https://www.meetup.com/Boston-useR/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3287af68-8a5b-407d-990c-70d06679f673","name":"Analytics Vidhya Bangalore | 4k+ members","description":null,"image":null,"links":"meetup|https://www.meetup.com/analytics-vidhya-bangalore/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dab125ef-1819-4f9f-85c7-de53e71c4cce","name":"Taiwan R User Group/MLDM Monday | 6k+ Members","description":null,"image":null,"links":"meetup|https://www.meetup.com/Taiwan-R/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad43ddee-5c86-4044-bd68-29d0e3e5b57e","name":"London Data Science Workshop | 4k+ Members","description":null,"image":null,"links":"meetup|https://www.meetup.com/London-Data-Science-Workshop/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fec8e13-19ab-4587-a779-466b79343579","name":"The R Journal","description":null,"image":null,"links":"newsletter|https://journal.r-project.org/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1dc6d26b-db2f-42cf-8ec9-d4ca94e0a6ff","name":"RWeekly.org","description":null,"image":null,"links":"newsletter|https://rweekly.org/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd31c293-2c9f-4849-9f1e-9d67ce6366c5","name":"Exploring ReasonML (2018)","description":null,"image":null,"links":"book|http://reasonmlhub.com/exploring-reasonml/toc.html","topics":"programming-languages/reasonml","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"efa191a7-2dce-4553-af75-666496a9a98d","name":"Alyssa.is","description":null,"image":null,"links":"blog|https://alyssa.is/","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"512a8144-83c3-4dc9-af00-74724e80e0fa","name":"Javivelasco","description":null,"image":null,"links":"blog|http://javivelasco.com/blog/","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8f4e46b-93fa-407c-9fe6-19e01b663ed3","name":"The well grounded rubyist (2009)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/3892688-the-well-grounded-rubyist","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b092a6d-a967-4fbb-8471-7fed91481245","name":"Eloquent ruby (2011)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/9364729-eloquent-ruby","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4f72143-d939-4316-915a-ef952aa53b99","name":"Practical object oriented design in ruby (2012)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/13507787-practical-object-oriented-design-in-ruby","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"795a4e7b-02f8-49e6-87d2-94cbada53dc8","name":"Confident ruby (2013)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/15847933-confident-ruby","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd5f4189-61a7-44ac-8656-9f0198f1f9f8","name":"RubyConf","description":null,"image":null,"links":"conference|https://rubyconf.org/","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6eabe14-fd0e-447c-831a-53c18bfd3b1a","name":"RubyConf India","description":null,"image":null,"links":"conference|https://www.rubyconfindia.org/","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5c126ad-cb71-4665-b6cc-f472797fcba0","name":"Deccan RubyConf, India","description":null,"image":null,"links":"conference|https://www.deccanrubyconf.org/","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b1337d0-0bf0-47a3-88e7-d532ea86d82b","name":"The Request for Explanation","description":null,"image":null,"links":"audio|https://request-for-explanation.github.io/podcast/","topics":"programming-languages/rust","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fdb12bb0-b8d8-4cd7-ab3c-ba831d00ddae","name":"New Rustacean","description":null,"image":null,"links":"audio|https://newrustacean.com/","topics":"programming-languages/rust","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfc37991-c8f4-49fa-819d-cccf7c26804f","name":"Edunham","description":null,"image":null,"links":"blog|http://edunham.net/","topics":"programming-languages/rust","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac0808b5-a3f9-4ead-a3b7-adea0b59a61a","name":"Embedded in Rust","description":null,"image":null,"links":"blog|http://blog.japaric.io/","topics":"programming-languages/rust","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"404298cd-1951-47bc-9e6e-0cb753ffaf89","name":"Manish Goregaokar","description":null,"image":null,"links":"blog|https://manishearth.github.io/","topics":"programming-languages/rust","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4a7fda02-e67e-49af-8a43-e9a2591a34cc","name":"Nick Fitzgerald","description":null,"image":null,"links":"blog|http://fitzgeraldnick.com/","topics":"programming-languages/rust","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"849eafbf-a176-4b95-890d-31ca71151107","name":"Steve Klabnik","description":null,"image":null,"links":"blog|http://words.steveklabnik.com/","topics":"programming-languages/rust","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82f56709-1a80-4a40-95f2-02be52d2b75a","name":"Rust by example","description":null,"image":null,"links":"book|http://rustbyexample.com/","topics":"programming-languages/rust","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1602c5be-7efb-4238-a5ed-519dd42aeba5","name":"The rust programming language","description":null,"image":null,"links":"book|https://doc.rust-lang.org/book/","topics":"programming-languages/rust","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":null} +{"iid":"82b33d7c-d691-4ce0-a2ec-fee921a3e647","name":"The rustonomicon","description":null,"image":null,"links":"book|https://doc.rust-lang.org/nomicon/","topics":"programming-languages/rust","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebb980a4-b8c2-4312-9eb6-a46e3411ce0f","name":"Discovery: Microcontrollers through Rust","description":"This book is an introductory course on microcontroller-based embedded systems that uses Rust as the teaching language rather than the usual C/C++.","image":null,"links":"book|https://docs.rust-embedded.org/discovery/","topics":"programming-languages/rust","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c42fd8e-1120-4a7c-9837-165fc8dae004","name":"Rust and WebAssembly (2018)","description":null,"image":null,"links":"book|https://rustwasm.github.io/book/","topics":"programming-languages/rust","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bd299c1a-8a01-423f-8e54-02a6acfb945f","name":"Higher Order","description":null,"image":null,"links":"blog|http://blog.higher-order.com/","topics":"programming-languages/scala","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3b3e85a-8a6f-4e0b-97ca-4553beee92d5","name":"Functional programming in scala (2014)","description":null,"image":null,"links":"book|https://www.manning.com/books/functional-programming-in-scala","topics":"programming-languages/scala","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfb606e6-244a-4360-bf7a-fa3ff8935ccc","name":"Smalltalk best practice patterns (1997)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/781561.Smalltalk_Best_Practice_Patterns","topics":"programming-languages/smalltalk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6b0db2c-f984-4a36-9b71-8680706698ed","name":"Swift by Sundell","description":null,"image":null,"links":"audio|https://overcast.fm/itunes1267161825/swift-by-sundell","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9df24e84-db7a-43ff-a7d4-f885d9bd6a5c","name":"The Swift Community Podcast","description":null,"image":null,"links":"audio|https://overcast.fm/itunes1449664346/the-swift-community-podcast","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"286717aa-e13e-41d7-bbcd-f6aa30d130d8","name":"Fireside Swift","description":null,"image":null,"links":"audio|https://www.firesideswift.com/","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9824bc0-f96c-45ab-bc22-3ef20d61ba6e","name":"Swift over Coffee","description":null,"image":null,"links":"audio|https://anchor.fm/swiftovercoffee","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df926973-d49d-46ea-bf8b-5f97c5b26a1a","name":"Contravariance: A Swift podcast","description":null,"image":null,"links":"audio|https://contravariance.rocks/","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2d84b28-0afd-4134-8945-a69ddb9fc12d","name":"iPhreaks","description":null,"image":null,"links":"audio|https://devchat.tv/iphreaks/","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e7a2b07-4f2e-42d5-a1b1-8b03cea63aeb","name":"Swift Unwrapped","description":null,"image":null,"links":"audio|https://spec.fm/podcasts/swift-unwrapped","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8df87e4e-711c-4eb9-85b4-51d1161998e3","name":"Ankit","description":null,"image":null,"links":"blog|http://ankit.im","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8f4cae3-e536-41e3-9184-5e612fdec493","name":"Ash Furrow","description":null,"image":null,"links":"blog|https://ashfurrow.com/","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e40a70d9-58ad-4d10-8868-b4a28dd28f78","name":"Eon Codes","description":null,"image":null,"links":"blog|http://eon.codes","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fe5db41-2c36-402a-8332-b3c49a970e22","name":"Fresh Swift","description":null,"image":null,"links":"blog|http://freshswift.net/","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"856336f8-2886-4a8f-9949-f0a7cc5d257c","name":"Joe Groff","description":null,"image":null,"links":"blog|http://duriansoftware.com/joe/index.html","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49e9293c-fb1e-43b5-901d-5991dc539fc1","name":"Michael Kyriacou","description":null,"image":null,"links":"blog|http://codeforcaffeine.com/","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a03f5d7-17f0-4138-af2a-d7491d5c22fd","name":"NSHipster","description":null,"image":null,"links":"blog|http://nshipster.com/","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aafe113b-2c34-4e4c-b82d-e42a9aa2ef44","name":"Oleg Dreyman","description":null,"image":null,"links":"blog|https://medium.com/@olegdreyman","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"be19593e-5d00-47f5-b007-7e10f26b2194","name":"Silver fox","description":null,"image":null,"links":"blog|https://silverfox.be/blog/","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f10c8615-de6e-42a6-94df-4f95cddf4aba","name":"Swift by Sundell","description":null,"image":null,"links":"blog|https://www.swiftbysundell.com/","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2eba569d-1b06-4fc7-81ca-dd3ae32bfec7","name":"Vinh nguyen","description":null,"image":null,"links":"blog|https://ninjapro.wordpress.com/","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc788309-6c78-432b-a041-b8ace721aa7b","name":"Yoans Kolb","description":null,"image":null,"links":"blog|http://yonaskolb.com","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb1d3f44-1d33-4550-b41c-50153a870f6c","name":"Swift programming language (2014)","description":null,"image":null,"links":"book|https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acb3c1af-319f-4458-b335-915f65731747","name":"Hacking with macOS (2018)","description":null,"image":null,"links":"book|https://www.hackingwithswift.com/store/hacking-with-macos","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ef6c0bd-bd6d-4fcc-9958-fe8b5091e9de","name":"Swift","description":null,"image":null,"links":"chat|https://www.reddit.com/r/swift/","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6b377352-5b0a-45b0-997c-e3846e702c7e","name":"Main Wikipedia: Swift (programming language)","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Swift_(programming_language)","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f677c7b4-f22c-48b4-b617-1bf360255ee2","name":"Tex","description":null,"image":null,"links":"qna|https://tex.stackexchange.com","topics":"programming-languages/tex","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"67fb61b6-81fd-46f3-b460-8b50f547b5f9","name":"Main Wikipedia: TeX","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/TeX","topics":"programming-languages/tex","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"938b0529-acef-486f-aed7-9dd02ac48abf","name":"Simple Wikipedia: LaTeX","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/LaTeX","topics":"programming-languages/tex","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0a4b733c-5412-4b8b-8afb-ff1ee6db0120","name":"Typescript deep dive","description":null,"image":null,"links":"book|https://basarat.gitbooks.io/typescript/","topics":"programming-languages/typescript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9cf23b0-bd22-4139-8eac-ae90aad44120","name":"Joe Birch","description":null,"image":null,"links":"blog|https://medium.com/@hitherejoe","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a3cc7811-a6b8-4693-a9f6-b519b43c5dd7","name":"Android enthusiasts","description":null,"image":null,"links":"qna|https://android.stackexchange.com","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8cd41741-1e22-4a26-a99a-1ceb23415ee9","name":"Drupal","description":null,"image":null,"links":"qna|https://drupal.stackexchange.com","topics":"software-tools/drupal","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"da211fc8-d596-460e-bef6-76b8cb8630e5","name":"Main Wikipedia: Drupal","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Drupal","topics":"software-tools/drupal","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c9b4b54c-e285-4583-b6b6-fbbe101069cd","name":"Simple Wikipedia: Drupal","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Drupal","topics":"software-tools/drupal","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fdd42533-9c15-4172-983d-5fb99d2d73d0","name":"Emacs","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Emacs","topics":"software-tools/emacs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e35a0cf4-6e8b-47fc-b6ae-d0260d361a84","name":"Main Wikipedia: Emacs","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Emacs","topics":"software-tools/emacs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d77de08a-1acc-41cc-9ce7-f334bb8cee43","name":"Simple Wikipedia: GNU Emacs","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/GNU_Emacs","topics":"software-tools/emacs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"41d9fd3e-2f8e-4207-93c7-fa8404779d28","name":"Free Online Excel Course for Beginners","description":null,"image":null,"links":"course|https://learn.edx.org/spreadsheets/","topics":"software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"245f4f69-af4d-468e-9da1-bec4a7f468c5","name":"Excel Fundamentals","description":null,"image":null,"links":"course|https://www.edx.org/professional-certificate/microsoft-excel-fundamentals","topics":"software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3dcec738-0a2b-4687-8f3f-1e2bfb8e39e4","name":"/r/excel","description":null,"image":null,"links":"chat|https://www.reddit.com/r/excel/","topics":"software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"711dde5d-8e66-4c86-be89-1090eae9fc9f","name":"You Suck At Excel","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=0nbkaYsR94c","topics":"software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"4.0","tags":"oer"} +{"iid":"eeeea3ad-1c54-4df7-b40f-77df671d8b4b","name":"ExcelIsFun","description":null,"image":null,"links":"video|https://www.youtube.com/user/ExcelIsFun","topics":"software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ffe90289-c007-433d-9d5c-49a2f0b04c32","name":"Finance Lesson 11 - eBay analysis","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=jFSf5YhYQbw","topics":"software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5f68fe37-ed86-4c3e-aad7-5dfbcf8a3f7e","name":"Main Wikipedia: Microsoft Excel","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Microsoft_Excel","topics":"software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"32246608-a737-42b8-b671-e40f31688835","name":"Expression engine","description":null,"image":null,"links":"qna|http://expressionengine.stackexchange.com","topics":"software-tools/expression-engine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"aaf73166-c75b-4a13-93c9-5d83d23ec487","name":"The SQL Murder Mystery","description":null,"image":null,"links":"interactive|https://mystery.knightlab.com/","topics":"programming-languages/sql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63bad06e-3319-41fb-9f88-0615952830ad","name":"Magento","description":null,"image":null,"links":"qna|http://magento.stackexchange.com","topics":"magento","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7da632f9-ee06-4f54-b472-9b9b21ba2edf","name":"Learn Product Management","description":null,"image":null,"links":"learning_plan|https://www.learnpmwith.me/","topics":"product-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da28cd6e-7fa9-4085-a369-a21cbcbf42d1","name":"6.824 Home Page: Spring 2020","description":null,"image":null,"links":"course|https://pdos.csail.mit.edu/6.824/;summary|https://timilearning.com/tags/mit-6.824/","topics":"distributed-programming","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"ff34018b-c8f9-47c9-9932-a57710507c2b","name":"App GitHub for Desktop","description":null,"image":null,"links":"website|https://desktop.github.com/","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2acf4b9a-0ee7-4a2d-a171-5c37f4492354","name":"Resources by Github","description":null,"image":null,"links":"website|https://try.github.io/","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9e2459d0-cc72-403c-be3c-8aa8af8403da","name":"Git Rebase in Depth","description":null,"image":null,"links":"website|https://git-rebase.io","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4790c454-2700-42aa-afc7-d6dbb5417e95","name":"Git in practice (2014)","description":null,"image":null,"links":"book|https://content.mirantis.com/rs/451-RBY-185/images/McQuaid-git-in-practice.pdf","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f16a8e80-1b79-4e51-95ec-af4f4e44270f","name":"Pro git (2014)","description":null,"image":null,"links":"book|https://git-scm.com/book/en/v2","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b50cdec7-cdb3-4bbd-8fd1-35a444b29456","name":"GitHub Education","description":null,"image":null,"links":"cheatsheet|https://education.github.com/git-cheat-sheet-education.pdf","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":"oer"} +{"iid":"ace6c07f-fbb7-489a-86ec-31d6b80ca916","name":"codecademy","description":null,"image":null,"links":"course|https://www.codecademy.com/learn/learn-git","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47be4812-7b6d-4882-b586-6f86ce6b53ef","name":"Bitbucket","description":null,"image":null,"links":"course|https://www.atlassian.com/git/tutorials","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11e18597-d173-4655-8cb1-026042a8f4f0","name":"Main Wikipedia: Git","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Git","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5f3808f7-d069-4746-8248-90be7ddf49e4","name":"Simple Wikipedia: Git (software)","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Git_(software)","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0fc257f6-7ef5-4f51-950b-5826d45cba73","name":"Integrated development environments","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Integrated-Development-Environments","topics":"software-tools/integrated-development-environments","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cb900b8a-978a-45d8-a1ec-7ec3dd1c751a","name":"IntelliJ","description":null,"image":null,"links":"qna|https://www.quora.com/topic/IntelliJ-IDEA","topics":"software-tools/integrated-development-environments","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5906be7d-1584-4ee1-a15d-d64eaf8509ab","name":"GitHub - rust-lang/rustlings: Small exercises to get you used to reading and writing Rust code!","description":null,"image":null,"links":"interactive|https://github.com/rust-lang/rustlings","topics":"programming-languages/rust","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"715d7bbf-4c62-428e-8300-b74e3de5adcb","name":"Building Blocks: What's A Note?","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=xTOOWe_yLwY&list=PLMvVESrbjBWplAcg3pG0TesncGT7qvO06","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d3faee58-daab-4080-a734-ea3de043536c","name":"Benjamin Mayo","description":null,"image":null,"links":"blog|http://benjaminmayo.co.uk/archive","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f7a6e9b-a532-4a2f-a04a-e5c62da26e45","name":"CALayer","description":null,"image":null,"links":"blog|http://calayer.com/","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"651fa01b-2a01-4337-aadc-14f41165e996","name":"Leo Jweda","description":null,"image":null,"links":"blog|https://www.leojweda.com/","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e9c5579-86e3-47ef-9792-d96b9be53d96","name":"Luke Zhao","description":null,"image":null,"links":"blog|http://lkzhao.com/","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfe5df26-35f3-492a-bc60-5cae994aba8b","name":"iOS 10 programming fundamentals with swift (2015)","description":null,"image":null,"links":"book|http://shop.oreilly.com/product/0636920055211.do","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbfa041e-b799-4729-9a5d-0fcedba5ca04","name":"Developing iOS 10 apps with Swift (2017)","description":null,"image":null,"links":"course|https://itunes.apple.com/us/course/developing-ios-10-apps-with-swift/id1198467120","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99e1144c-bc71-4f69-9293-50de9b94ce8f","name":"Main Wikipedia: IOS","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/IOS","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b12d5e2d-1e67-476e-9263-cfaa5bf112fc","name":"Simple Wikipedia: IOS","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/IOS","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8ac0adf1-1ae5-43ac-8090-27ab86aa22bb","name":"Kubernetes Podcast from Google","description":null,"image":null,"links":"audio|https://overcast.fm/itunes1370049232/kubernetes-podcast-from-google","topics":"software-tools/kubernetes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b6cf39a-2b3d-43d4-a234-e1fc7b6a7b05","name":"Kubernetes: Up & Running (2016)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/26759355-kubernetes","topics":"software-tools/kubernetes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"030cc6ea-4c10-4908-b334-71cb9c14948f","name":"It's FOSS","description":null,"image":null,"links":"blog|https://itsfoss.com","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce8df091-57d0-465e-9157-959d021fdde4","name":"Linux.com","description":null,"image":null,"links":"blog|https://linux.com","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a5ad1e3-5f3d-4b1f-8663-e758b58be1c1","name":"nixCraft","description":null,"image":null,"links":"blog|https://www.cyberciti.biz/","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8c31262-fd8e-4fc1-8ad1-24640cad8ae7","name":"Slashdot","description":null,"image":null,"links":"blog|https://linux.slashdot.org","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d355c43a-7008-47e8-b613-b1f447884382","name":"How linux works (2014)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/514432.How_Linux_Works","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03c45b79-e454-4c3e-8c31-c9b5fb91acce","name":"Android","description":null,"image":null,"links":"chat|https://www.reddit.com/r/Android/","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4fce7515-7e29-4e19-9d3c-62343f2df702","name":"Docker","description":null,"image":null,"links":"chat|https://www.reddit.com/r/docker/","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7213ca95-48ca-4613-97b1-5e4843439fc8","name":"Linux","description":null,"image":null,"links":"chat|https://www.reddit.com/r/linux/","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6b9bbb4e-536f-4eac-bacb-3d7585c739fb","name":"LockPickingLawyer","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCm9K6rby98W8JigLoZOh6FQ","topics":"lockpicking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"986ce25a-569d-4e20-8baa-c64316b024e2","name":"Main Wikipedia: Linux","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Linux","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"324d61fd-9385-4f7e-9284-064bcd6beb08","name":"Simple Wikipedia: Linux","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Linux","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"02d74883-ada2-4b51-87ba-b227fc424860","name":"Node as We Go","description":null,"image":null,"links":"blog|http://blog.trevnorris.com/","topics":"software-tools/nodejs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dce190be-2fd2-48f8-a3a5-2eb42764c169","name":"Node up and running (2012)","description":null,"image":null,"links":"book|http://chimera.labs.oreilly.com/books/1234000001808/index.html","topics":"software-tools/nodejs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a8b20a9-1fe9-486e-a6fb-acee8d687108","name":"NodeJS Developer Roadmap for 2019","description":null,"image":null,"links":"learning_plan|https://github.com/aliyr/Nodejs-Developer-Roadmap","topics":"software-tools/nodejs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":"oer"} +{"iid":"30970b7a-b6d5-42a9-a74b-e6c560cb97d8","name":"Node.js","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Node-js","topics":"software-tools/nodejs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0130667d-fc10-47ec-8cc1-4067c88e0e05","name":"PostgreSQL Wiki","description":null,"image":null,"links":"website|https://wiki.postgresql.org/wiki/Main_Page","topics":"software-tools/postgresql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbf339e0-6e9f-442c-8361-69608867c8f1","name":"Don't Do This","description":null,"image":null,"links":"article|https://wiki.postgresql.org/wiki/Don%27t_Do_This","topics":"software-tools/postgresql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a56c6e49-07cc-49db-b599-b429be5d8dbe","name":"Main Wikipedia: PostgreSQL","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/PostgreSQL","topics":"software-tools/postgresql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ad8da056-fed8-4998-b5cd-67373eb23cd8","name":"Get started | Learning Music (Beta)","description":null,"image":null,"links":"interactive|https://learningmusic.ableton.com/","topics":"music;music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d10b2bc-0f26-4e3b-b9d3-c951a7cdd853","name":"Powershell","description":null,"image":null,"links":"chat|https://www.reddit.com/r/PowerShell/","topics":"software-tools/powershell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b80ccd7d-e655-4de4-ba39-96d66738d395","name":"Main Wikipedia: PowerShell","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/PowerShell","topics":"software-tools/powershell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d5ee49d5-7f3f-412a-94bb-2eab9c832974","name":"React Handbook","description":null,"image":null,"links":"article|https://medium.freecodecamp.org/the-react-handbook-b71c27b0a795","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd7af6fe-2643-468f-a1a0-7d3dd9494752","name":"The React Podcast","description":null,"image":null,"links":"audio|https://changelog.com/reactpodcast","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"199bd103-8536-4699-aa96-6a864c8453dc","name":"Brent Vatne","description":null,"image":null,"links":"blog|http://brentvatne.ca/","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fca48919-bb84-4bba-b884-e32819135e6a","name":"Build with React","description":null,"image":null,"links":"blog|http://buildwithreact.com/","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6eb804db-c521-48c6-8ce7-07612a1fa616","name":"React in Patterns (2018)","description":null,"image":null,"links":"book|https://krasimir.gitbooks.io/react-in-patterns/content/","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5efff93-8d69-46c0-b9c3-de37e9dae408","name":"The Road to learn React","description":null,"image":null,"links":"book|https://roadtoreact.com/","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ce45295-ab1f-4e95-abf1-651df37426da","name":"Advanced React Patterns (2017)","description":null,"image":null,"links":"course|https://github.com/kentcdodds/advanced-react-patterns","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6db72ca9-956c-40b4-83c6-824e6658f373","name":"Beginner's guide to React (2017)","description":null,"image":null,"links":"course|https://egghead.io/courses/the-beginner-s-guide-to-react","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e68e6c35-a525-48c9-83d4-ce60de96908f","name":"Survive JS: React, From apprentice to master","description":null,"image":null,"links":"course|https://survivejs.com/react/introduction/","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a2c4e47-a4bf-4a9a-a43b-83133d636bfc","name":"Building React Applications with Redux","description":null,"image":null,"links":"course|https://egghead.io/courses/building-react-applications-with-idiomatic-redux","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddce421a-7761-405f-9e86-4cc33351979e","name":"Complete intro to React v4 (2018)","description":null,"image":null,"links":"course|https://btholt.github.io/complete-intro-to-react-v4/","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6119bd34-4f3f-427a-8a0b-44b896245a23","name":"Leverage New Features of React 16 (2018)","description":null,"image":null,"links":"course|https://egghead.io/courses/leverage-new-features-of-react-16","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db3897c1-fe48-4548-9c5e-0c95593ec722","name":"React Holiday (2017)","description":null,"image":null,"links":"course|https://react.holiday/","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96f9aa95-37f0-440e-9822-a5b51d1d66ce","name":"Main Wikipedia: React (JavaScript library)","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/React_(JavaScript_library)","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e5552f56-d848-407d-a7f3-f7da5c866505","name":"Redux Book (2018)","description":null,"image":null,"links":"book|https://read.reduxbook.com/","topics":"software-tools/redux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1809f906-7942-4854-aabb-7245663f52cd","name":"Salesforce","description":null,"image":null,"links":"qna|https://salesforce.stackexchange.com","topics":"software-tools/salesforce","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"68e1da4b-9061-4abf-a47e-7e355f715642","name":"Main Wikipedia: Salesforce.com","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Salesforce.com","topics":"software-tools/salesforce","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"13c10227-3094-45e4-92ea-d390f7daf8eb","name":"Preface :: Reasonably Polymorphic","description":null,"image":null,"links":"book|https://reasonablypolymorphic.com/book/preface","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"055273ea-8a0c-4ab5-a54c-d1f8c0a97161","name":"Sharepoint","description":null,"image":null,"links":"qna|https://sharepoint.stackexchange.com","topics":"software-tools/sharepoint","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3c88524e-733c-4013-86e4-109058aadffd","name":"Main Wikipedia: SharePoint","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/SharePoint","topics":"software-tools/sharepoint","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"270bba06-4bb2-479d-b68d-ba545f64c071","name":"Tor","description":null,"image":null,"links":"qna|http://tor.stackexchange.com","topics":"software-tools/tor","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d06cbe6c-36e6-4d8d-8d6b-b4699e8019b0","name":"Main Wikipedia: Tor (anonymity network)","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Tor_(anonymity_network)","topics":"software-tools/tor","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"eb15eba8-414a-45b9-b74d-5b59f62dffbb","name":"Ask ubuntu","description":null,"image":null,"links":"qna|http://askubuntu.com","topics":"software-tools/ubuntu","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41cfe018-88c7-46f8-8db9-2e03946c4bc8","name":"Advanced programming in the unix environment (1992)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/603263.Advanced_Programming_in_the_UNIX_Environment","topics":"software-tools/unix","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01810554-f001-46b0-b49d-5cb8278201ef","name":"Unix power tools (1993)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/172314.UNIX_Power_Tools","topics":"software-tools/unix","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0fbac389-e453-4b8f-82b7-10e566c2166d","name":"An introduction to unix (2014)","description":null,"image":null,"links":"book|http://www.oliverelliott.org/article/computing/tut_unix/","topics":"software-tools/unix","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0070ff7-a1f3-4ec5-934a-ebcba464c90a","name":"Command line","description":null,"image":null,"links":"cheatsheet|https://files.fosswire.com/2007/08/fwunixref.pdf","topics":"software-tools/unix","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5d96acd-ccf5-4ca3-bf56-8cdd2eb73b40","name":"Unix","description":null,"image":null,"links":"qna|https://unix.stackexchange.com","topics":"software-tools/unix","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f590ec87-753b-4635-8d56-df30b0d21a60","name":"Main Wikipedia: Unix","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Unix","topics":"software-tools/unix","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"eef89794-b0ba-4b4d-b0c6-8a4f5406a704","name":"Simple Wikipedia: UNIX","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/UNIX","topics":"software-tools/unix","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9994fde5-2c77-4a60-8436-3ab3488f6702","name":"Wingolog","description":null,"image":null,"links":"blog|https://wingolog.org/","topics":"software-tools/v8engine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5273dd2-6dac-4b96-a24b-b553feec190b","name":"AirBlade Software","description":null,"image":null,"links":"blog|https://airbladesoftware.com/notes/","topics":"software-tools/vim","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7393931-ec84-4ac0-8bb6-6960efcc4b0e","name":"Bluz71","description":null,"image":null,"links":"blog|https://bluz71.github.io/","topics":"software-tools/vim","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"79a72135-4e42-470c-bf47-cfbe7ad5f8d8","name":"Practical vim: Edit Text at the Speed of Thought (2012)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/13607232-practical-vim","topics":"software-tools/vim","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50a0987f-a450-42e3-abb9-a87a5cab7837","name":"Learn Vimscript the Hard Way","description":null,"image":null,"links":"book|http://learnvimscriptthehardway.stevelosh.com/","topics":"software-tools/vim","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41a578cc-cfc3-4f1f-ad1b-6c62ddb9e641","name":"Vim user manual","description":null,"image":null,"links":"book|http://vimdoc.sourceforge.net/htmldoc/usr_toc.html","topics":"software-tools/vim","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9586ddbb-e371-4c1d-82d8-97c80e1375cd","name":"Vim","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Vim-text-editor","topics":"software-tools/vim","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3f763678-4b5c-4bc4-8e0c-432477cf717e","name":"Webpack: From apprentice to master (2018)","description":null,"image":null,"links":"book|https://survivejs.com/webpack/preface/","topics":"software-tools/webpack","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"431fcddf-8224-49b7-860c-eb71aca2104f","name":"Publishing a plugin to the Wordpress Plugin Directory","description":null,"image":null,"links":"article|https://www.sitepoint.com/publishing-a-plugin-to-the-wordpress-plugin-directory/","topics":"software-tools/wordpress","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08faa553-dca3-4384-8871-daa283bdda1b","name":"Wordpress development","description":null,"image":null,"links":"qna|https://wordpress.stackexchange.com","topics":"software-tools/wordpress","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a0098f60-e874-417d-9309-587bc8baaafd","name":"Main Wikipedia: WordPress","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/WordPress","topics":"software-tools/wordpress","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"67afbc66-84bc-4fa9-9413-120f389578ef","name":"Simple Wikipedia: WordPress","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/WordPress","topics":"software-tools/wordpress","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ae6a3851-7d7e-435a-af74-0e22c3151b2d","name":"Abacus News","description":null,"image":null,"links":"website|https://www.abacusnews.com/","topics":"nations/china/technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e2fb1c8-e23b-4e8b-ad72-74fb395a45bf","name":"China EconTalk","description":null,"image":null,"links":"newsletter|https://chinaecontalk.substack.com/","topics":"nations/china/technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc59a439-a2b9-416e-9daf-7890bde7fc4c","name":"Varsity by Zerodha","description":null,"image":null,"links":"website|https://play.google.com/store/apps/details?id=com.zerodha.varsity&hl=en_US","topics":"nations/india/finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8261d2c3-d555-43f2-8180-328e8cd8da31","name":"EconomicTimes","description":null,"image":null,"links":"website|https://economictimes.indiatimes.com/","topics":"nations/india/finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6cb7c58b-53ac-4475-917d-41758cb6c485","name":"Paisa Vaisa - all things money in India","description":null,"image":null,"links":"audio|https://ivmpodcasts.com/paisavaisa","topics":"nations/india/finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80aeb694-0778-4dc7-8f36-4e0f1c31b8ca","name":"CapitalMind","description":null,"image":null,"links":"blog|https://capitalmind.in/","topics":"nations/india/finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a58c37ef-fb26-4c46-a07c-c69243d24b5a","name":"NISM / IIBF books","description":null,"image":null,"links":"book|https://www.taxmann.com/bookstore/nism-iibf-books.aspx","topics":"nations/india/finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cbf218a-f311-4e64-b0b5-b0feedd28141","name":"Designing For The Web","description":null,"image":null,"links":"book|https://designingfortheweb.co.uk/","topics":"web-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c392ce1d-afb1-4394-bcfa-af295bde82d3","name":"NISM, SEBI India Investment Adviser (Level 2) Certification Exam","description":null,"image":null,"links":"cert|https://www.nism.ac.in/certification/index.php/nism-certifications/investment-adviser/investment-advisors-level-2","topics":"nations/india/finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b21fd60b-3c9a-45ed-bd8a-217e0f182fbd","name":"IndiaInvestments Discord","description":null,"image":null,"links":"chat|https://discord.gg/qJ6vhTX","topics":"nations/india/finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ded971d1-f46f-45ec-a87e-e7aaf23d429b","name":"/r/IndiaInvestments/","description":null,"image":null,"links":"chat|https://www.reddit.com/r/IndiaInvestments/","topics":"nations/india/finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e8138b1e-662d-4280-9e14-346cf0e64597","name":"Deepak Shenoy","description":null,"image":null,"links":"people|https://twitter.com/deepakshenoy","topics":"nations/india/finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12b280f3-365c-4439-a1b1-164f787a30b7","name":"Music Theory Lessons - LightNote","description":null,"image":null,"links":"interactive|https://www.lightnote.co/","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84812b91-719e-44b1-baa7-c418b730f984","name":"How Basic Chords Work - Music Theory Lesson 1","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=5Y01jIorpeA&list=PL1302D94F247600CD&index=2&t=0s","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"640129db-603e-4713-a129-246e1e7ce18e","name":"Elixir: The Documentary","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=lxYFOM3UJzo","topics":"programming-languages/elixir","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1b147617-42e2-41b6-a3fa-9b704dd56828","name":"brain of mat kelcey","description":null,"image":null,"links":"article|http://matpalm.com/blog/cool_machine_learning_books/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72f1684b-8b98-4d9e-a3b4-715d32ff19ac","name":"Group Explorer 3.0","description":null,"image":null,"links":"app|https://nathancarter.github.io/group-explorer/index.html","topics":"abstract-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e4af7c19-a6f4-4664-b843-4f3dc3cc46f3","name":"Visual Group Theory","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/7629307-visual-group-theory-maa-classroom-resource-materials;course|http://www.math.clemson.edu/~macaule/classes/m20_math4120/","topics":"abstract-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ca80cea-2541-4b3d-84e7-39f08ad61e85","name":"Math E-222 Instructor- Professor Benedict Gross","description":null,"image":null,"links":"course|http://www.infocobuild.com/education/audio-video-courses/mathematics/math-e222-harvard.html","topics":"abstract-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf46b051-7431-491f-ba22-6583e2acbda0","name":"Emmy Noether","description":null,"image":null,"links":"people|https://en.wikipedia.org/wiki/Emmy_Noether","topics":"abstract-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fb8a2f10-0033-4edc-8c75-de1f8ff2a193","name":"Visual Group Theory","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=UwTQdOop-nU","topics":"abstract-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d195d0a0-b371-4d8e-bb04-ec6821c7a56e","name":"YouTube Lecture Series","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=IP7nW_hKB7I&list=PLi01XoE8jYoi3SgnnGorR_XOW3IcK-TP6","topics":"abstract-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9ba71460-ab65-42f7-acd2-7b5d168b2e29","name":"Main Wikipedia: Abstract algebra","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Abstract_algebra","topics":"abstract-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f99df0f5-efe7-4edc-85e3-36a61695d962","name":"Simple Wikipedia: Abstract algebra","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Abstract_algebra","topics":"abstract-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"376f1b35-6e60-44e9-9bf1-5c8548c97fc5","name":"Academia","description":null,"image":null,"links":"qna|https://academia.stackexchange.com","topics":"academia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c9004c5d-07dc-41ee-8461-c3e5d5f7f9cb","name":"AI Ethics Resources","description":null,"image":null,"links":"article|https://www.fast.ai/2018/09/24/ai-ethics-resources/","topics":"ai-ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3da0a6ef-0bff-43e7-b9af-5c90a163b4af","name":"Tech Ethics Curricula","description":null,"image":null,"links":"course|https://medium.com/@cfiesler/tech-ethics-curricula-a-collection-of-syllabi-3eedfb76be18","topics":"ai-ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3edca7d0-b64b-4919-a0de-43019a2babf6","name":"Beer wine and & spirits","description":null,"image":null,"links":"qna|https://alcohol.stackexchange.com","topics":"alcohol","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"298466e8-3500-4c63-b717-7c1f8f72052c","name":"Homebrewing","description":null,"image":null,"links":"qna|https://homebrew.stackexchange.com","topics":"alcohol","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b4b2a487-1c66-4305-8f93-fe8325345077","name":"Visual Patterns","description":null,"image":null,"links":"website|http://www.visualpatterns.org/","topics":"algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b3d6a35-c211-48d0-aeb2-311f5f296917","name":"Algebra: A Very Short Introduction","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/26257385-algebra","topics":"algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"862d763c-de07-47c2-8766-c5f2400537a6","name":"MathBox: Tool for Thought (Algebra & Fourier Analysis)","description":null,"image":null,"links":"interactive|https://acko.net/files/gltalks/toolsforthought/#0","topics":"algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7754aacc-b68c-4e16-a199-46a6f04f472a","name":"Algebra","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Algebra","topics":"algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3121c1fa-ec73-4495-a643-dcc75be671e3","name":"Essence of Linear Algebra - 3Blue1Brown","description":null,"image":null,"links":"video|https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab","topics":"algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6ce58387-bedf-4a1b-b2a9-f6a977c397ba","name":"Algorithm design manual (1987)","description":null,"image":null,"links":"book|https://edisciplinas.usp.br/pluginfile.php/1995283/mod_resource/content/1/Skiena.-.TheAlgorithmDesignManual.pdf","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe39a2fd-9e56-47a7-bb57-d1dcba7bc4bc","name":"Introduction to algorithms (1990)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/108986.Introduction_to_Algorithms","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a2f063a-e930-4ff9-83a3-27e53233715b","name":"Algorithm design (2005)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/145055.Algorithm_Design","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc61633b-e75b-44e6-9bf3-c0e17dc07284","name":"Algorithms by Dasgupta (2006)","description":null,"image":null,"links":"book|http://algorithmics.lsi.upc.edu/docs/Dasgupta-Papadimitriou-Vazirani.pdf","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4bab3cf4-e2c5-4353-a96d-91cfb3dfd24e","name":"Algorithms etc by Jeff Erickson (2015)","description":null,"image":null,"links":"book|http://jeffe.cs.illinois.edu/teaching/algorithms/","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76e452df-8e59-438d-b3b8-e000eaad109f","name":"Algorithm design: parallel and sequential","description":null,"image":null,"links":"book|http://www.parallel-algorithms-book.com/","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82c933cf-2b3b-485c-a4e1-1f498bb866e4","name":"A Complete Guide to LLVM for Programming Language Creators","description":null,"image":null,"links":"article|https://mukulrathi.co.uk/create-your-own-programming-language/llvm-ir-cpp-api-tutorial/","topics":"software-tools/llvm","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd029530-c3fb-4f77-bdd5-7d887913202b","name":"Algorithms (2010)","description":null,"image":null,"links":"course|http://www.cs.cmu.edu/afs/cs/academic/class/15451-f10/www/","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b4cc6982-e4f0-4f4e-90f3-50ee130a55f9","name":"Algorithms: Part 1","description":null,"image":null,"links":"course|https://www.coursera.org/learn/algorithms-part1/home/welcome","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d588aa8e-cfd3-4a7f-b75b-beadd5162330","name":"Data structures (2016)","description":null,"image":null,"links":"course|http://datastructur.es/sp16/","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"baf8148f-10c3-422f-846a-4177488c5274","name":"Data structures (2017)","description":null,"image":null,"links":"course|http://datastructur.es/sp17/","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec789ba4-413f-40bb-b729-c9e1d7269408","name":"Design and analysis of algorithms (2012)","description":null,"image":null,"links":"course|https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-design-and-analysis-of-algorithms-spring-2012/","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"97bf99de-90fc-435a-958c-5c53ba45cb88","name":"Evolutionary computation (2014)","description":null,"image":null,"links":"course|https://courses2.cit.cornell.edu/cs5724/","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"183d00bf-60e9-4d5b-8a62-6fdff2c747cc","name":"Introduction to programming contests (2012)","description":null,"image":null,"links":"course|http://web.stanford.edu/class/cs97si/","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c0290aaa-0f98-4dff-bc8e-b5b44cb6ea00","name":"MIT advanced data structures (2014)","description":null,"image":null,"links":"course|http://courses.csail.mit.edu/6.851/spring14/index.html","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6e543ec4-90f9-4d8a-a39f-73f4186eaa7b","name":"MIT introduction to algorithms","description":null,"image":null,"links":"course|https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/lecture-videos/;summary|https://catonmat.net/summary-of-mit-introduction-to-algorithms","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3baa2aca-fde2-4072-a051-1f0e936f8f7d","name":"Algorithms","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Algorithms","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6195e48a-9d16-4487-8724-11115fb7994f","name":"Main Wikipedia: Algorithm","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Algorithm","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"07a7b752-8ea5-464b-806e-2f4e7ab6dcdd","name":"Simple Wikipedia: Algorithm","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Algorithm","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"edfd8773-0d85-4ece-add9-0a712e1077a7","name":"Amateur radio","description":null,"image":null,"links":"qna|https://ham.stackexchange.com","topics":"amateur-radio","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d1144b7d-ea28-452f-8af6-a24b725d9973","name":"Anki Decks","description":null,"image":null,"links":"flashcard|https://ankiweb.net/shared/decks/anatomy","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c65a6fff-f90a-4f63-8b6d-5b4f099dfd83","name":"Main Wikipedia: Anatomy","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Anatomy","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1faba6d3-652c-4fd2-9e72-0cb6f65c1c07","name":"Simple Wikipedia: Anatomy","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Anatomy","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"02ce819a-f489-41f9-9ae7-91f732c8f741","name":"Anime & manga","description":null,"image":null,"links":"qna|http://anime.stackexchange.com","topics":"animation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"29a1e8ba-585f-4104-899b-018370368ea1","name":"Blender","description":null,"image":null,"links":"qna|https://blender.stackexchange.com","topics":"animation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d9e9cb4a-eb93-4f0e-8404-e9f9335f58c2","name":"Apple","description":null,"image":null,"links":"chat|https://www.reddit.com/r/apple/","topics":"apple","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bebbe12a-33fa-4608-a58f-831abb7c2744","name":"iOS programming","description":null,"image":null,"links":"chat|https://www.reddit.com/r/iOSProgramming/","topics":"apple","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"baf85dc2-da28-43b8-8c14-20d12a666423","name":"Iosdev","description":null,"image":null,"links":"chat|https://www.reddit.com/r/iosdev/","topics":"apple","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"542b641f-de5d-415e-beac-71f441389141","name":"Mac apps","description":null,"image":null,"links":"chat|https://www.reddit.com/r/macapps/","topics":"apple","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f3f39a1e-92dc-4288-9181-4b7dbb380585","name":"MacOS","description":null,"image":null,"links":"chat|https://www.reddit.com/r/MacOS/","topics":"apple","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"80628d96-b8aa-4eee-80fa-a7a0235acdb0","name":"Osx","description":null,"image":null,"links":"chat|https://www.reddit.com/r/osx/","topics":"apple","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"350f2094-4b1e-455f-ad73-5df624c47ed2","name":"Ask different","description":null,"image":null,"links":"qna|https://apple.stackexchange.com","topics":"apple","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9ced0867-96a9-439f-b106-1def3954928b","name":"The Underdome Guide to Energy Reform (2015)","description":null,"image":null,"links":"book|https://www.amazon.com/Underdome-Guide-Energy-Reform/dp/1616893974?tag=learnawesome-20","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8074cd49-6143-4283-810e-c89ae8b5e311","name":"Architecture: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780192801791.001.0001/actrade-9780192801791?rskey=MLPnxI&result=51","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4e811d3-0f65-4b23-89be-1227565f272e","name":"Arduino","description":null,"image":null,"links":"qna|http://arduino.stackexchange.com","topics":"arduino","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"21797545-b269-4f52-977f-02305974acfd","name":"Drawing on the right side of the brain (1979)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/627206.The_New_Drawing_on_the_Right_Side_of_the_Brain","topics":"art-craft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb6c38ea-41e6-4494-846a-c114772a4734","name":"/r/Art/","description":null,"image":null,"links":"chat|https://www.reddit.com/r/Art/","topics":"art-craft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"abb8263d-6549-4ada-8786-95a4ed79ef42","name":"/r/ImaginaryCityscapes/","description":null,"image":null,"links":"chat|https://www.reddit.com/r/ImaginaryCityscapes/","topics":"art-craft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8d8be48e-7c2b-4c66-a868-75a4322f5f71","name":"/r/PourPainting/","description":null,"image":null,"links":"chat|https://www.reddit.com/r/PourPainting/","topics":"art-craft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d607b5b2-fcb3-4ebe-ae66-2230fe72f299","name":"Crafts StackExchange","description":null,"image":null,"links":"qna|https://crafts.stackexchange.com/","topics":"art-craft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f87d39ea-e065-475e-8a0e-fa200bd7cf96","name":"WTF is Artificial Intelligence","description":null,"image":null,"links":"article|https://machinelearnings.co/how-to-prepare-your-career-for-artificial-intelligence-driven-automation-1bb153759b3b","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0df00a88-a4d6-4247-bf80-788447aaae08","name":"Adam Paszke","description":null,"image":null,"links":"blog|http://apaszke.github.io/posts.html","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e2f6f7f9-bd56-461a-a871-13725e9e7e26","name":"AI Roadmap Institute","description":null,"image":null,"links":"blog|https://medium.com/@AIroadmap","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"808b93a7-5f49-49b4-a136-4fc6b0fe85a9","name":"Ritchie Ng","description":null,"image":null,"links":"blog|http://www.ritchieng.com/news/","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06bfa2b9-c6ba-4e47-92ea-d0e1fe6fd616","name":"Rylan Schaeffer","description":null,"image":null,"links":"blog|http://rylanschaeffer.github.io/content/research.html","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"be06386f-674f-45db-aa4e-c4edbc2e6b0c","name":"The BAIR Blog","description":null,"image":null,"links":"blog|http://bair.berkeley.edu/blog/about/","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"02c9190b-83de-4cf1-904f-b6175462460a","name":"Artificial Intelligence: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199602919.001.0001/actrade-9780199602919?rskey=MLPnxI&result=56","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a50d570-97bb-4b03-ab91-1f6cff8dbf65","name":"Berkeley intro to ai (2014)","description":null,"image":null,"links":"course|http://ai.berkeley.edu/home.html","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ed11f25c-9747-4450-a7f2-c23b665aa0bd","name":"MIT artificial intelligence (2010)","description":null,"image":null,"links":"course|https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-034-artificial-intelligence-fall-2010/lecture-videos/","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3a892d55-6a3a-43d1-8dba-c3ec851468f8","name":"The society of mind (2011)","description":null,"image":null,"links":"course|https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-868j-the-society-of-mind-fall-2011/index.htm","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6e99d295-b1a1-4610-8ffe-b70ab7407902","name":"Artificial intelligence","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Artificial-Intelligence","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"562151b8-9c3d-4e37-a6f1-bf74b395a0b4","name":"Winner-take-all autoencoders","description":null,"image":null,"links":"research_paper|https://arxiv.org/pdf/1409.2752.pdf","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd013b6a-fffb-4e3d-9842-b33607e8090a","name":"A roadmap towards machine intelligence","description":null,"image":null,"links":"research_paper|https://arxiv.org/pdf/1511.08130.pdf","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18351d97-b97a-438a-a293-96040de093af","name":"Is the brain a good model for machine intelligence?","description":null,"image":null,"links":"research_paper|http://www.gatsby.ucl.ac.uk/%7Edemis/TuringSpecialIssue%28Nature2012%29.pdf","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f149c86-53c7-4b01-be78-49c3b0216d63","name":"Concrete problems in ai safety","description":null,"image":null,"links":"research_paper|https://arxiv.org/pdf/1606.06565.pdf","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26f31638-91bb-4c69-9cef-f825824c615a","name":"Main Wikipedia: Artificial intelligence","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Artificial_intelligence","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d1b11830-a9cc-4128-9018-fc02c25ec321","name":"Simple Wikipedia: Artificial intelligence","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Artificial_intelligence","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d99479c9-e0b9-48ea-be3b-17fd9a130aab","name":"Astronomy","description":null,"image":null,"links":"qna|https://astronomy.stackexchange.com","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a28eab61-efaa-49e3-907c-a68f8299824e","name":"I Know Why the Caged Bird Sings","description":"By Maya Angelou","image":"https://learn-awesome.github.io/assets/book_covers/13214.jpg","links":"book|https://www.goodreads.com/book/show/13214.I_Know_Why_the_Caged_Bird_Sings","topics":"autobiography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19149dcb-62f9-43de-a8df-af6082b3e6d8","name":"Hit Refresh (2017) - Summary by FourMinuteBooks","description":"“At the core, Hit Refresh, is about us humans and the unique quality we call empathy, which will become ever more valuable in a world where the torrent of technology will disrupt the status quo like never before.” – Satya Nadella from Hit Refresh“Satya has charted a course for making the most of the opportunities created by technology while also facing up to the hard questions.” – Bill Gates from the Foreword of Hit Refresh The New York Times bestseller Hit Refresh is about individual change, about the transformation happening inside of Microsoft and the technology that will soon impact all of our lives—the arrival of the most exciting and disruptive wave of technology humankind has experienced: artificial intelligence, mixed reality, and quantum computing. It’s about how people, organizations, and societies can and must transform and “hit refresh” in their persistent quest for new energy, new ideas, and continued relevance and renewal. Microsoft’s CEO tells the inside story of the company’s continuing transformation, tracing his own personal journey from a childhood in India to leading some of the most significant technological changes in the digital era. Satya Nadella explores a fascinating childhood before immigrating to the U.S. and how he learned to lead along the way. He then shares his meditations as a sitting CEO—one who is mostly unknown following the brainy Bill Gates and energetic Steve Ballmer. He tells the inside story of how a company rediscovered its soul—transforming everything from culture to their fiercely competitive landscape and industry partnerships. As much a humanist as engineer and executive, Nadella concludes with his vision for the coming wave of technology and by exploring the potential impact to society and delivering call to action for world leaders.“Ideas excite me,” Nadella explains. “Empathy grounds and centers me.” Hit Refresh is a set of reflections, meditations, and recommendations presented as algorithms from a principled, deliberative leader searching for improvement—for himself, for a storied company, and for society.","image":null,"links":"summary|https://fourminutebooks.com/hit-refresh-summary/;book|https://www.amazon.in/Hit-Refresh-Rediscover-Microsofts-Everyone/dp/0062959727?tag=learnawesome-21","topics":"autobiography","creators":"Author of Hit Refresh","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a65affcf-d2c2-4667-b3bf-f27c8bf08aeb","name":"Becoming (2018)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/38746485-becoming","topics":"autobiography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb24398a-59ed-4771-a01b-b83fe8ef9527","name":"See How it Flies: A new spin on the perceptions, procedures, and principles of flight","description":null,"image":null,"links":"book|https://www.av8n.com/how/","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef7a41bb-c5fd-4826-93e1-55c493b6e2d3","name":"Aviation","description":null,"image":null,"links":"qna|https://aviation.stackexchange.com","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"dd469897-cc63-49a6-b3b1-aaa83d6daffc","name":"Last chance to see","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/8696.Last_Chance_to_See","topics":"awareness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70c0f8d5-bc74-42a9-9284-9b42e28bec5d","name":"Cowspiracy","description":null,"image":null,"links":"video|https://letterboxd.com/film/cowspiracy-the-sustainability-secret/","topics":"awareness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4d15226-7453-4f38-89eb-0dfef4db328d","name":"Earthlings","description":null,"image":null,"links":"video|https://letterboxd.com/film/earthlings/","topics":"awareness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91efeabf-c3f8-4eb3-bc48-3c51ef04bdd6","name":"HyperNormalisation","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=-fny99f8amM","topics":"awareness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2d81af09-ab9d-4dd7-bd31-00a6ee1c094f","name":"The century of the self","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=eJ3RzGoQC4s","topics":"awareness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"113b4499-c005-40dc-a455-c0e251e29e86","name":"The trap","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=y97Ywl7RtUw","topics":"awareness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"eed63de5-0d59-4f21-855d-d0b598939c26","name":"World After Capital (2018)","description":null,"image":null,"links":"book|http://worldaftercapital.org/","topics":"basic-income","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d54ba155-0aff-44eb-bbdf-b05fbc3a3d4e","name":"Biblical hermeneutics","description":null,"image":null,"links":"qna|https://hermeneutics.stackexchange.com","topics":"biblical-hermeneutics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1c2a9e72-885b-42ec-be3a-8e614e68c667","name":"Bike commuting","description":null,"image":null,"links":"chat|https://www.reddit.com/r/bikecommuting/","topics":"bicycle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e8dc1938-42d3-42fe-a375-63eb54c2c393","name":"Bicycles","description":null,"image":null,"links":"qna|https://bicycles.stackexchange.com","topics":"bicycle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7c488391-2696-4a93-9ea6-b637cd8f53b4","name":"Big Data: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780198779575.001.0001/actrade-9780198779575?rskey=MLPnxI&result=78","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25a6b70f-eea7-4dcc-8fef-4a12729969d2","name":"Big data","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Big-Data","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"53d0ffb9-c5a3-45d2-ac80-b31fdbec6d90","name":"The pathologies of big data","description":null,"image":null,"links":"research_paper|http://queue.acm.org/detail.cfm?id=1563874","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"344612b3-c954-4fc4-84bf-ca57190ad45c","name":"Main Wikipedia: Big data","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Big_data","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1af4fdcd-942a-4c57-b9f7-9b93abc1d155","name":"Simple Wikipedia: Big data","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Big_data","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"18c5913a-71e6-429e-9462-24c3247db63a","name":"The autobiography of Malcolm X (1965)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/92057.The_Autobiography_of_Malcolm_X","topics":"biographies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa26d7b5-28f5-4300-98bf-fb5ce2622602","name":"Napoleon bonaparte: an intimate biography (1971)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/22175392-napoleon-bonaparte-an-intimate-biography?rating=1","topics":"biographies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e3f16c4-4e7c-463f-b6c1-71837c00bca4","name":"The power broker (1974)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/1111.The_Power_Broker","topics":"biographies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca2ddf7a-d5ae-4ab7-8598-6b68378e1ec1","name":"Surely you’re joking Mr Feynman (1984)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/5544.Surely_You_re_Joking_Mr_Feynman_","topics":"biographies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb56111f-9dd1-4e51-a9da-2c5ea9e964ec","name":"The man who knew infinity: a life of the genius Ramanujan (1991)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/106139.The_Man_Who_Knew_Infinity","topics":"biographies;ramanujan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"675e2752-edd7-4962-9f36-eb0a15e160d2","name":"Speak, memory (1951)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/30594.Speak_Memory","topics":"biographies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"399781f9-3543-4913-bb67-7a56c206a1ea","name":"Madame curie: a biography (2001)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/341166.Madame_Curie","topics":"biographies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c05957f1-0153-4448-99cf-5c67ddd853a0","name":"Benjamin franklin: an american life (2004)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/10883.Benjamin_Franklin","topics":"biographies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80e23a98-dcf1-4a75-85ad-cd8b187fdacd","name":"Team of rivals: the political genius of Abraham Lincoln (2005)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/2199.Team_of_Rivals","topics":"biographies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e050c60-61b1-4e18-a90f-3a179f455e22","name":"Einstein: his life and universe (2007)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/10884.Einstein","topics":"biographies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98a4c009-96b3-4e8c-8f34-0ec13d883aa3","name":"The strangest man (2009)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/6629359-the-strangest-man","topics":"biographies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2aba2b98-03a6-4fd0-9595-aae1a76b9e66","name":"Steve Jobs (2011)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/11084145-steve-jobs","topics":"biographies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5d7b459-d7f9-411e-9b26-b68ba7fe5c1a","name":"The Everything Store: Jeff Bezos and the Age of Amazon (2013) - Summary by FourMinuteBooks","description":"The definitive story of Amazon.com, one of the most successful companies in the world, and of its driven, brilliant founder, Jeff Bezos.Amazon.com started off delivering books through the mail. But its visionary founder, Jeff Bezos, wasn't content with being a bookseller. He wanted Amazon to become the everything store, offering limitless selection and seductive convenience at disruptively low prices. To do so, he developed a corporate culture of relentless ambition and secrecy that's never been cracked. Until now. Brad Stone enjoyed unprecedented access to current and former Amazon employees and Bezos family members, giving readers the first in-depth, fly-on-the-wall account of life at Amazon. Compared to tech's other elite innovators--Jobs, Gates, Zuckerberg--Bezos is a private man. But he stands out for his restless pursuit of new markets, leading Amazon into risky new ventures like the Kindle and cloud computing, and transforming retail in the same way Henry Ford revolutionized manufacturing.The Everything Store will be the revealing, definitive biography of the company that placed one of the first and largest bets on the Internet and forever changed the way we shop and read.","image":"https://covers.openlibrary.org/b/id/7264584-M.jpg","links":"summary|https://fourminutebooks.com/the-everything-store-summary/;book|https://www.goodreads.com/book/show/17660462-the-everything-store","topics":"biographies","creators":"Brad Stone","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c1fb43a-c115-40e4-8046-fbcf66c6424d","name":"Elon Musk: tesla, spacex, and the quest for a fantastic future (2015)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/22543496-elon-musk","topics":"biographies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f56e14e3-b547-4ea5-9ce9-26bf43aaae13","name":"Trump revealed: the definitive biography of the 45th president (2017)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/29906336-trump-revealed","topics":"biographies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d249e97-3095-4311-87a1-7bce929e2b47","name":"The Snowball: Warren Buffett and the Business of Life (2008) - Summary by FourMinuteBooks","description":"Here is THE book recounting the life and times of one of the most respected men in the world, Warren Buffett. The legendary Omaha investor has never written a memoir, but now he has allowed one writer, Alice Schroeder, unprecedented access to explore directly with him and with those closest to him his work, opinions, struggles, triumphs, follies, and wisdom. The result is the personally revealing and complete biography of the man known everywhere as “The Oracle of Omaha.”Although the media track him constantly, Buffett himself has never told his full life story. His reality is private, especially by celebrity standards. Indeed, while the homespun persona that the public sees is true as far as it goes, it goes only so far. Warren Buffett is an array of paradoxes. He set out to prove that nice guys can finish first. Over the years he treated his investors as partners, acted as their steward, and championed honesty as an investor, CEO, board member, essayist, and speaker. At the same time he became the world’s richest man, all from the modest Omaha headquarters of his company Berkshire Hathaway. None of this fits the term “simple.”When Alice Schroeder met Warren Buffett she was an insurance industry analyst and a gifted writer known for her keen perception and business acumen. Her writings on finance impressed him, and as she came to know him she realized that while much had been written on the subject of his investing style, no one had moved beyond that to explore his larger philosophy, which is bound up in a complex personality and the details of his life. Out of this came his decision to cooperate with her on the book about himself that he would never write.Never before has Buffett spent countless hours responding to a writer’s questions, talking, giving complete access to his wife, children, friends, and business associates—opening his files, recalling his childhood. It was an act of courage, as The Snowball makes immensely clear. Being human, his own life, like most lives, has been a mix of strengths and frailties. Yet notable though his wealth may be, Buffett’s legacy will not be his ranking on the scorecard of wealth; it will be his principles and ideas that have enriched people’s lives. This book tells you why Warren Buffett is the most fascinating American success story of our time.","image":"https://learn-awesome.github.io/assets/book_covers/2054761.jpg","links":"summary|https://fourminutebooks.com/the-snowball-summary/;book|https://www.amazon.com/Snowball-Warren-Buffett-Business-Life/dp/0553384619?tag=learnawesome-20","topics":"biographies","creators":"Alice Schroeder","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa2f7266-5084-44b8-bb8a-801c24f49a1c","name":"Science Friday","description":null,"image":null,"links":"website|https://www.sciencefriday.com/topics/biology/","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b84f452f-a910-43d6-85ef-ee3ea897e616","name":"Seek - Know the name of a plant or an animal using computer vision","description":null,"image":null,"links":"website|https://play.google.com/store/apps/details?id=org.inaturalist.seek","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d341d756-be74-4ba2-a041-8396d4a7df3f","name":"BioRxiv","description":null,"image":null,"links":"website|https://www.biorxiv.org/","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bc6d61a-0fae-48da-9b42-52a865004d3d","name":"Cold Spring Harbor Laboratory","description":null,"image":null,"links":"website|https://www.cshl.edu/","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b4b70505-7623-4f1c-8c28-af089a10a054","name":"Bits of DNA","description":null,"image":null,"links":"blog|https://liorpachter.wordpress.com/","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dedf3946-dc63-48ee-8767-2714132a1e8f","name":"Molecular Biology of the Cell (1983)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/13400.Molecular_Biology_of_the_Cell","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da37c56a-a1aa-44ee-bd60-fce74714bc3e","name":"Rang & Dale's Pharmacology (1987)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/380577.Rang_Dale_s_Pharmacology","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f334fecf-2783-415b-bec9-cb82180a7ef0","name":"The Cell: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199578757.001.0001/actrade-9780199578757?rskey=VSxM2T&result=105","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"330411af-342e-4e1c-bf56-c41a3d07ebc4","name":"Microbiology: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199681686.001.0001/actrade-9780199681686?rskey=rtROx3&result=379","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ccac461-f3a7-4d43-9544-fbcd5eb63fef","name":"Anki Decks","description":null,"image":null,"links":"flashcard|https://ankiweb.net/shared/decks/biology","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bffe3a5e-0a30-4f6d-a5a5-c69c60299b08","name":"PLOS","description":null,"image":null,"links":"journal|https://www.plos.org","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a61ad0f-98a5-4552-a0a4-952466cecfed","name":"Biology","description":null,"image":null,"links":"qna|https://biology.stackexchange.com","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"09e3b2bd-c139-40a1-9090-cf1092e6370f","name":"HIV Life Cycle","description":null,"image":null,"links":"video|https://vimeo.com/260291607","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87057b1e-1584-42c9-84b2-46a44df52a11","name":"Observation of the Development of Chick Embryo","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=uE0uKvUbcfw","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"eb30b9f8-ab3d-423e-96b4-5286da2cc8c6","name":"Bitcoin","description":null,"image":null,"links":"qna|https://bitcoin.stackexchange.com","topics":"bitcoin","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6986e6b8-ed32-48f8-90d3-eb05f280a787","name":"A Proof of Stake Design Philosophy","description":null,"image":null,"links":"article|https://medium.com/@VitalikButerin/a-proof-of-stake-design-philosophy-506585978d51#.43e2aeta8","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fda7a52c-291a-4a3f-837a-158a9bf7ff05","name":"Snarks","description":null,"image":null,"links":"article|https://medium.com/@VitalikButerin/zk-snarks-under-the-hood-b33151a013f6","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b3cbaaaa-cec7-4022-94af-ac986f090200","name":"A Note on Metcalfe's Law, Externalities and Ecosystem Splits","description":null,"image":null,"links":"article|http://vitalik.ca/general/2017/07/27/metcalfe.html","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55f72b63-4778-4d9d-8dc8-eb3223e2fd0a","name":"Continuous Token Models: Towards a Million Networks of Value","description":null,"image":null,"links":"article|https://media.consensys.net/exploring-continuous-token-models-towards-a-million-networks-of-value-fff153175776","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"149418ff-b418-47cb-9327-1e7dbf903462","name":"Crypto Tokens: A breakthrough in open network design","description":null,"image":null,"links":"article|https://medium.com/@cdixon/crypto-tokens-a-breakthrough-in-open-network-design-e600975be2ef","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bc7c3e5d-a397-4710-b4d9-aa9feafde2ab","name":"Bitcoin Network Effects","description":null,"image":null,"links":"article|http://blog.eladgil.com/2017/12/bitcoin-network-effects_11.html","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e2c0240-76e2-4aee-ade8-e125b93f86fe","name":"Keepers — Workers that Maintain Blockchain Networks","description":null,"image":null,"links":"article|https://medium.com/@rzurrer/keepers-workers-that-maintain-blockchain-networks-a40182615b66","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"03e70425-9ab2-4f10-a95b-7b8b6999fd70","name":"Smart-Contract Network Effect Fallacy","description":null,"image":null,"links":"article|https://multicoin.capital/2017/08/28/smart-contract-network-effect-fallacy/","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b07983c-b82f-4b96-b606-be77971ad288","name":"Bulletproofs","description":null,"image":null,"links":"article|https://crypto.stanford.edu/bulletproofs","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3f1c284e-cfa6-4c69-90cd-d060ad2ca4d1","name":"blockchain-applications","description":null,"image":null,"links":"article|https://www.connectbit.com/blockchain-applications/","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa346d3d-8596-4108-9e5a-146500998f33","name":"Karl Tech","description":null,"image":null,"links":"blog|https://karl.tech/","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"292da667-cb89-4eac-928c-ebb5f25c75f8","name":"The Ultimate Introduction to Music Theory (Part 1) - What is a Note?","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=DyXqcoEzX70&t=419s","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"914647cb-b167-4d40-b134-6daf54ef987f","name":"Coindesk","description":null,"image":null,"links":"blog|https://www.coindesk.com","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36e8fd83-aa39-4341-9b27-101d5e6ab818","name":"CoinTelegraph","description":null,"image":null,"links":"blog|https://cointelegraph.com","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"522a572b-869a-4b0d-8009-c9e9c6f15b5b","name":"Blockchain Blog","description":null,"image":null,"links":"blog|https://blog.blockchain.com","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3dab8485-984a-4369-8e9e-fdd8b4cda2c7","name":"Blockchain Blog on Medium","description":null,"image":null,"links":"blog|https://medium.com/blockchain-blog","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a1cb1798-af2c-4826-9946-e646a5dcfe11","name":"IBM Blockchain Blog","description":null,"image":null,"links":"blog|https://www.ibm.com/blogs/blockchain","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca67914a-e1ef-4c3c-99fd-81a711459552","name":"CCN","description":null,"image":null,"links":"blog|https://www.ccn.com","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb70b20d-0615-4177-9084-62eb9af66ae3","name":"Bitcoin Blog","description":null,"image":null,"links":"blog|https://bitcoin.org/en/blog","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"533c6bf7-43b9-4e99-95e4-dc7e6bf21426","name":"Coinbase Blog","description":null,"image":null,"links":"blog|https://blog.coinbase.com","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3aa8258-2bcd-4db8-b639-618dd3653e5e","name":"ForkLog","description":null,"image":null,"links":"blog|http://forklog.net","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3580dd9c-6dee-413c-ad63-755430315197","name":"Ethereum Blog","description":null,"image":null,"links":"blog|https://blog.ethereum.org","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39dbb8a2-3f03-4279-96fe-7ce883fdb2fc","name":"Ethereum World News","description":null,"image":null,"links":"blog|http://ethereumworldnews.com","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6ce6a40-76f4-4b36-8052-2cd3690c5352","name":"Coingate Blog","description":null,"image":null,"links":"blog|https://blog.coingate.com","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d06195e1-2fb2-49d0-a4a6-cb304214dd95","name":"Blockchain Explained: A Technology Guide to the Bitcoin and Cryptocurrency Fintech Revolution","description":null,"image":null,"links":"book|https://www.amazon.in/Blockchain-Explained-Technology-Cryptocurrency-Revolution/dp/1535315946/ref=pd_sim_14_5?_encoding=UTF8&pd_rd_i=1535315946&pd_rd_r=615DFBPATQX6GX4RBPWP&pd_rd_w=96Va0&pd_rd_wg=M6xmm&psc=1&refRID=615DFBPATQX6GX4RBPWP&tag=learnawesome-21","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56889d5e-efd4-49cd-a2da-a1805a161b4c","name":"Blockchain Fast and Simple - What It Is, How It Works, Why It Matters: Understand the basics, join the revolution","description":null,"image":null,"links":"book|https://www.amazon.com/Blockchain-Fast-Simple-Understand-revolution-ebook/dp/B01M1J671W/ref=sr_1_1?s=books&ie=UTF8&qid=1476984683&sr=1-1&keywords=Blockchain+Fast+and+Simple+-+What+It+Is%2C+How+It+Works%2C+Why+It+Matters%3A+Understand+the+basics%2C+join+the+revolution&tag=learnawesome-20","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"189a4452-e7ec-4bcb-a25b-5555942c2c19","name":"Cryptocurrency Investment: How to Invest in Cryptocurrencies and Make Money in the Long-term","description":null,"image":null,"links":"book|https://www.amazon.in/dp/B07588PNMR?tag=learnawesome-21","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bada633-95a4-4196-aab4-36586ea3ffb3","name":"Blockchain Revolution: How the Technology behind Bitcoin Is Changing Money, Business, and the World","description":null,"image":null,"links":"book|https://www.amazon.in/Blockchain-Revolution-Technology-Changing-Business/dp/1101980133/ref=pd_sim_14_11?_encoding=UTF8&pd_rd_i=1101980133&pd_rd_r=KF66S03S94P6CMSN0K29&pd_rd_w=Dibne&pd_rd_wg=jRGoU&psc=1&refRID=KF66S03S94P6CMSN0K29&tag=learnawesome-21","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e38fc4c-f900-4e8e-939a-795c93bfba21","name":"Blockchain Revolution: The Ultimate Guide to Mastering Bitcoin and How to Use Blockchain for Your Benefit","description":null,"image":null,"links":"book|https://www.amazon.in/Blockchain-Revolution-Technology-Changing-Business/dp/1101980133/ref=pd_bxgy_14_img_3?_encoding=UTF8&pd_rd_i=1101980133&pd_rd_r=JMGHCB5WB1SFP0HYMK6E&pd_rd_w=uHeeo&pd_rd_wg=cburT&psc=1&refRID=JMGHCB5WB1SFP0HYMK6E&tag=learnawesome-21","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf281da7-2760-402c-bdb0-effd8720c805","name":"Blockchain The Ultimate Guide to Understanding the Hidden Economy","description":null,"image":null,"links":"book|https://www.amazon.in/Blockchain-Ultimate-Understanding-Hidden-Economy/dp/1534839720/ref=pd_sim_14_5?_encoding=UTF8&pd_rd_i=1534839720&pd_rd_r=6W5M79GD2JFECEZDHPJF&pd_rd_w=19drm&pd_rd_wg=DMS0s&psc=1&refRID=6W5M79GD2JFECEZDHPJF&tag=learnawesome-21","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c1baaf9-f649-4164-8190-2c5f043fe600","name":"Blockchain: Blueprint for a New Economy","description":null,"image":null,"links":"book|https://www.amazon.com/Blockchain-Blueprint-Economy-Melanie-Swan/dp/1491920491/ref=pd_sim_14_3?_encoding=UTF8&pd_rd_i=1491920491&pd_rd_r=3KQXC5RXYM1R64CDQ0DW&pd_rd_w=YGgzx&pd_rd_wg=udR6C&psc=1&refRID=3KQXC5RXYM1R64CDQ0DW&tag=learnawesome-20","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4ca50e2-d07e-4d49-bb97-db3c57c5a2ce","name":"Blockchain: Easiest Ultimate Guide To Understand Blockchain","description":null,"image":null,"links":"book|https://www.amazon.com/Blockchain-Understand-Programming-Contracts-Revolution/dp/1537533371/ref=pd_sim_14_3?_encoding=UTF8&pd_rd_i=1537533371&pd_rd_r=904DCPSY2QZX2VM23XQD&pd_rd_w=3oCFL&pd_rd_wg=jJFBs&psc=1&refRID=904DCPSY2QZX2VM23XQD&tag=learnawesome-20","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43b87508-a1c6-41ee-b260-ee5b03345888","name":"Blockchain: Quick Start Guide to Understanding Blockchain, the Biggest Revolution in Financial Technology and Beyond Since the Internet","description":null,"image":null,"links":"book|https://www.amazon.in/Blockchain-Understanding-Revolution-Financial-Technology/dp/153469093X/ref=pd_sim_14_1?_encoding=UTF8&pd_rd_i=153469093X&pd_rd_r=D7A8BRAQA9GNYQYES830&pd_rd_w=76sME&pd_rd_wg=SCgV1&psc=1&refRID=D7A8BRAQA9GNYQYES830&tag=learnawesome-21","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af034e08-cba6-4e95-8f94-ee7c4bc03582","name":"Blockchain: The Comprehensive Guide to Mastering the Hidden Economy","description":null,"image":null,"links":"book|https://www.amazon.com/Blockchain-Comprehensive-Mastering-Technology-Financial/dp/1537272039/ref=pd_sim_14_9?_encoding=UTF8&pd_rd_i=1537272039&pd_rd_r=D7A8BRAQA9GNYQYES830&pd_rd_w=76sME&pd_rd_wg=SCgV1&psc=1&refRID=D7A8BRAQA9GNYQYES830&tag=learnawesome-20","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44e632a7-5418-43e3-b331-d78f97bb8e0c","name":"Blockchain: The Essential Guide to Understanding the Blockchain Revolution","description":null,"image":null,"links":"book|https://www.amazon.in/Blockchain-Essential-Guide-Understanding-Revolution/dp/1537317504/ref=pd_sim_14_2?_encoding=UTF8&pd_rd_i=1537317504&pd_rd_r=N3211HRZ6T4ETTER3MY3&pd_rd_w=I44Hf&pd_rd_wg=evC6k&psc=1&refRID=N3211HRZ6T4ETTER3MY3&tag=learnawesome-21","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51cd6583-a868-4e22-8c71-c7c41a882b06","name":"Blockchain: The Future of Internet Innovation - Ideas, Applications and Uses for Blockchain Technology","description":null,"image":null,"links":"book|https://www.amazon.in/Blockchain-Innovation-Applications-Cryptocurrencies-Technological-ebook/dp/B01G80V3O2/ref=sr_1_2?ie=UTF8&qid=1476985977&sr=8-2&keywords=Blockchain+contracts+and+CyberLaw&tag=learnawesome-21","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"041861a6-9251-406b-afc7-d47f1a83e80a","name":"Blockchain: The Simple Guide To Everything You Need To Know","description":null,"image":null,"links":"book|https://www.amazon.in/Blockchain-Simple-Guide-Everything-Need/dp/1533161577/ref=pd_sim_14_23?_encoding=UTF8&pd_rd_i=1533161577&pd_rd_r=26RQGPJBS5V65WXKFS9Z&pd_rd_w=DJMVN&pd_rd_wg=E1guu&psc=1&refRID=26RQGPJBS5V65WXKFS9Z&tag=learnawesome-21","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae72b9cb-7b36-4a46-9cd9-5c6bfed053dd","name":"Bye Bye Banks?: How Retail Banks are Being Displaced, Diminished and Disintermediated by Tech Startups and What They Can Do to Survive","description":null,"image":null,"links":"book|https://www.amazon.in/Bye-Banks-Displaced-Diminished-Disintermediated/dp/0993220649/ref=sr_1_1?ie=UTF8&qid=1476986040&sr=8-1&keywords=Bye+Bye+Banks%3F&tag=learnawesome-21","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de470cad-b8f9-4d01-bde2-fae420575457","name":"Decentralized Applications: Harnessing Bitcoin's Blockchain Technology","description":null,"image":null,"links":"book|https://www.amazon.com/Decentralized-Applications-Harnessing-Blockchain-Technology/dp/1491924543/ref=pd_sim_14_3?_encoding=UTF8&pd_rd_i=1491924543&pd_rd_r=7XN6AJY2PX75QDZTZAPM&pd_rd_w=ZDHwi&pd_rd_wg=oQ9Te&psc=1&refRID=7XN6AJY2PX75QDZTZAPM&tag=learnawesome-20","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca363e05-115c-432d-9c0c-f3f1e09e9ea3","name":"Financial Technology: This Book Bundle Includes FinTech and Blockchain","description":null,"image":null,"links":"book|https://www.amazon.com/Financial-Technology-Bundle-FinTech-Blockchain/dp/1533477299/ref=pd_sim_14_3?_encoding=UTF8&pd_rd_i=1533477299&pd_rd_r=D7A8BRAQA9GNYQYES830&pd_rd_w=76sME&pd_rd_wg=SCgV1&psc=1&refRID=D7A8BRAQA9GNYQYES830&tag=learnawesome-20","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6526843c-6385-4e9d-9e49-f13e89d43454","name":"How to Program a Block Chain Explorer with Python and Bitcoin","description":null,"image":null,"links":"book|https://www.amazon.in/Program-Block-Explorer-Python-Bitcoin-ebook/dp/B014B6890G/ref=sr_1_1?s=books&ie=UTF8&qid=1476984581&sr=1-1&keywords=How+to+Program+a+Block+Chain+Explorer+with+Python+and+Bitcoin&tag=learnawesome-21","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"432cace1-e5ed-43ed-9b18-deb96ecaf36f","name":"The Business Blockchain: Promise, Practice, and Application of the Next Internet Technology","description":null,"image":null,"links":"book|https://www.amazon.in/FINTECH-Book-Technology-Entrepreneurs-Visionaries/dp/111921887X/ref=pd_bxgy_14_img_3?_encoding=UTF8&pd_rd_i=111921887X&pd_rd_r=Z5ZRQN8RG5TEQTMKYHA9&pd_rd_w=qIgXN&pd_rd_wg=wZM9d&psc=1&refRID=Z5ZRQN8RG5TEQTMKYHA9&tag=learnawesome-21","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7595ce6-92cb-4d71-ab61-ebd7855a0068","name":"The FinTech Book: The Financial Technology Handbook for Investors, Entrepreneurs and Visionaries","description":"The FINTECH Book is your primary guide to the financial technology revolution, and the disruption, innovation and opportunity therein. Written by prominent thought leaders in the global fintech investment space, this book aggregates diverse industry expertise into a single informative volume to provide entrepreneurs, bankers and investors with the answers they need to capitalize on this lucrative market. Key industry developments are explained in detail, and critical insights from cutting-edge practitioners offer first-hand information and lessons learned.","image":null,"links":"book|https://www.amazon.com/FINTECH-Book-Technology-Entrepreneurs-Visionaries/dp/111921887X","topics":"blockchain;fintech","creators":null,"year":"2016","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aff93df2-cef5-43ad-9e24-55867676699e","name":"The Fourth Industrial Revolution","description":null,"image":null,"links":"book|https://www.amazon.in/Fourth-Industrial-Revolution-Klaus-Schwab/dp/1944835008/ref=sr_1_1?s=books&ie=UTF8&qid=1476984488&sr=1-1&keywords=The+Fourth+Industrial+Revolution&tag=learnawesome-21","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6390352-b80d-44b9-9431-2c33e1acf405","name":"The Science of the Blockchain","description":null,"image":null,"links":"book|https://www.amazon.in/Science-Blockchain-Inverted-Forest-Publishing/dp/1522751831/ref=pd_sim_14_10?_encoding=UTF8&pd_rd_i=1522751831&pd_rd_r=FF7D9XVT7EPCACXH29Z8&pd_rd_w=JXBSj&pd_rd_wg=pcc0Z&psc=1&refRID=FF7D9XVT7EPCACXH29Z8&tag=learnawesome-21","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f28dc63-10d6-417c-82e0-64a41732d571","name":"ValueWeb: How FinTech firms are using mobile and blockchain technologies to create the Internet of Value","description":null,"image":null,"links":"book|https://www.amazon.com/ValueWeb-Fintech-Blockchain-Technologies-Internet/dp/9814677175/ref=pd_sim_14_10?_encoding=UTF8&pd_rd_i=9814677175&pd_rd_r=BCCHSTJWGE32H74XN9GZ&pd_rd_w=2YGDw&pd_rd_wg=UB9kN&psc=1&refRID=BCCHSTJWGE32H74XN9GZ&tag=learnawesome-20","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d45770cb-43be-4af6-ac0d-ddb9064ca2ca","name":"Blockchain for Dummies","description":null,"image":null,"links":"book|https://www.amazon.com/Blockchain-Dummies-Computer-Tech/dp/1119365597?tag=learnawesome-20","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5005e7cd-f62b-40c0-aa15-310ce65f27e4","name":"Mastering Bitcoin Programming","description":null,"image":null,"links":"book|https://www.amazon.in/Mastering-Bitcoin-Programming-Open-Blockchain/dp/9352135741?tag=learnawesome-21","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee46ba77-8ef1-4db7-8787-9968ed40b0db","name":"Bitcoin and Cryptocurrency Technologies ","description":null,"image":null,"links":"course|https://www.coursera.org/learn/cryptocurrency","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab9c49ee-5837-4039-bfe2-54203b0b9cba","name":"Bitcoin or How I learned to stop worrying and love Crypto ","description":null,"image":null,"links":"course|https://www.udemy.com/bitcoin-or-how-i-learned-to-stop-worrying-and-love-crypto/#/","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e254448-2b47-49af-bcc9-158fce1d9124","name":"Bitcoin","description":null,"image":null,"links":"course|https://www.khanacademy.org/economics-finance-domain/core-finance/money-and-banking/bitcoin/v/bitcoin-what-is-it","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abd15f3c-9994-4ecf-add1-1677d5173060","name":"Crypto Currencies, the Blockchain, and Smart Contracts","description":null,"image":null,"links":"course|https://crypto.stanford.edu/cs251/","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fdecc2ed-dfcf-430c-b3a9-afece44edd7f","name":"Ethereum Developer: Build A Decentralised Blockchain App","description":null,"image":null,"links":"course|https://www.udemy.com/ethereum-developer/","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89a0d730-ab85-4161-8db5-c5a711473a55","name":"Introduction to Bitcoin and Decentralized Technology By Scott Driscoll","description":null,"image":null,"links":"course|https://www.pluralsight.com/courses/bitcoin-decentralized-technology","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f9a651a-fd85-4280-af78-4adccd1dfe19","name":"The Basics of Blockchain: A Beginner's Guide to Blockchain","description":null,"image":null,"links":"course|https://www.udemy.com/the-basics-of-blockchain/","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63099187-ed0c-46b3-9dec-59f90224f373","name":"The Complete Ethereum Course","description":null,"image":null,"links":"course|https://www.udemy.com/ethereum/?couponCode=DEVCON","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c12e3f11-8424-4582-981d-44a41d6a3bf4","name":"Learn About Bitcoin, Ethereum, Cryptocurrency and Blockchain","description":null,"image":null,"links":"course|https://www.upfolio.com/guides","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3da2425a-0d2c-4bad-bbe9-dfb0a89c4ef7","name":"Blockchained India","description":null,"image":null,"links":"chat|https://t.me/blockchainedindia","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db91ccf6-6b3d-4a8a-840d-1dd21ecf662e","name":"Indium Slack","description":null,"image":null,"links":"chat|https://indiumtalk.slack.com/","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc7a5f3d-8482-4b83-89cc-fd6686e2869a","name":"Crypto Trading","description":null,"image":null,"links":"chat|https://t.me/joinchat/BnH_xRIatZHoB-NH31Dkrg","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4da1d1d-a5f4-4ea0-8b8f-10675dc38586","name":"Bitcoin Core","description":null,"image":null,"links":"chat|https://t.me/BitcoinCore","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b958794a-30b2-44d8-a6a1-d9f19efa2095","name":"LiteCoin","description":null,"image":null,"links":"chat|https://t.me/Litecoin","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01cce8c6-075b-4a3d-a5ad-018ac240ed3f","name":"Unofficial LTC","description":null,"image":null,"links":"chat|https://t.me/litecoiner","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"996188a3-528e-4979-8f6f-a65eac3b7c04","name":"Peercoin","description":null,"image":null,"links":"chat|https://t.me/peercoin","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbb877d1-b6ab-4f52-8c42-657d4ca0a1f6","name":"Nucleus Vision","description":null,"image":null,"links":"chat|https://t.me/NucleusVision","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8d1c20e-1201-4cc9-a6ea-fe13a375ceeb","name":"IOTA Tech","description":null,"image":null,"links":"chat|https://t.me/iotatangle","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f540079-1f85-492c-b216-fbdfcc35989e","name":"IOTA Slack","description":null,"image":null,"links":"chat|https://slack.iota.org","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2f648a0-b381-4bd9-8aa1-d67f0e641214","name":"Mercury Protocol","description":null,"image":null,"links":"chat|https://t.me/MercuryProtocol","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba166abd-4ce1-457c-bc31-7fbe8478dfad","name":"Envion","description":null,"image":null,"links":"chat|https://t.me/Envion","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89f34879-cc1e-4e29-ac5c-09b1f49738b3","name":"Hashgraph","description":null,"image":null,"links":"chat|http://t.me/hashgraph","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f588f725-47e3-47fc-ab11-3c6234f06b78","name":"Hashgraph Dev","description":null,"image":null,"links":"chat|http://t.me/hashgraphdev","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5309c46b-7c84-464e-ba65-c5908fef7847","name":"Hashgraph News","description":null,"image":null,"links":"chat|http://t.me/hashgraphnews","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73f4535d-ebd3-4d94-ad51-0be8bdb0559f","name":"Leverj","description":null,"image":null,"links":"chat|https://t.me/Leverj","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40f99a27-afef-41de-a4c2-688acbe88e47","name":"Prover Project","description":null,"image":null,"links":"chat|https://t.me/prover_io","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a15cd3d0-fc63-4180-8848-7213042c777a","name":"CanYa Community","description":null,"image":null,"links":"chat|https://t.me/CanYaCommunity","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cd20c21-73da-40c0-883b-e58d2a25d6dd","name":"IndiaBits","description":null,"image":null,"links":"chat|https://t.me/indiabits","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0dd812e6-177c-4713-9138-869b33c67c09","name":"Blockchained India","description":null,"image":null,"links":"meetup|https://meetup.com/blockchainindia","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dff92bcc-77d6-4669-8513-abc39452398d","name":"UpAndAtom: Is Mathematics Invented or Discovered?","description":null,"image":null,"links":"video|https://watchnebula.com/videos/up-and-atom-is-mathematics-invented-or-discovered","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a4e65fc-327c-4db5-8460-35fe8378c758","name":"A Fistful of Bitcoins: Characterizing Payments Among Men with No Names","description":null,"image":null,"links":"research_paper|http://cseweb.ucsd.edu/~smeiklejohn/files/imc13.pdf","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"862eb553-897c-47aa-b434-5418e5060796","name":"A brave new world? What impact will distributed ledger technology have on the financial industry?","description":null,"image":null,"links":"research_paper|https://www.ecb.europa.eu/paym/pdf/infocus/20160422_infocus_dlt.pdf","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcd04b65-2f11-44f5-be05-2624aefedf53","name":"An Architecture for the Internet of Money","description":null,"image":null,"links":"research_paper|https://docs.google.com/document/d/1Bc-kZXROTeMzG6AvH7rrTrUy24UwHoEcgiL7ALHMO0A/pub","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b90ad37a-7477-464a-a2bc-54909ddde3f6","name":"Banking in a world of programmable assets","description":null,"image":null,"links":"research_paper|https://www.accenture.com/t20160509T223022__w__/us-en/_acnmedia/PDF-16/Accenture-Strategy-Banking-World-of-Programmable-Assets.pdf","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86072e76-7fad-4c5d-ad6f-2adbe147621d","name":"Bitcoin Primer","description":null,"image":null,"links":"research_paper|http://www.macroriskadvisors.com/layout/pdf/bitcoin%20primer%20BTC.pdf","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f22be19c-9bd5-41b2-a675-de3c30533195","name":"Bitcoin as Money?","description":null,"image":null,"links":"research_paper|http://www.bostonfed.org/economic/current-policy-perspectives/2014/cpp1404.pdf","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d335fd0-bded-4296-9d0a-5ebce1d21f45","name":"Bitcoin","description":null,"image":null,"links":"research_paper|http://research.microsoft.com/pubs/156072/bitcoin.pdf","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3abf6712-b1f6-4675-812c-db56d3e9c719","name":"BlockChain Technology Beyond Bitcoin","description":null,"image":null,"links":"research_paper|http://scet.berkeley.edu/wp-content/uploads/BlockchainPaper.pdf","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"be0e597c-35c6-4c99-8358-681d8e0f82ad","name":"Blockchain: practical implications of a revolutionary technology for financial markets and beyond","description":null,"image":null,"links":"research_paper|https://www.dlapiper.com/en/uk/insights/events/2016/04/blockchain-practical-implications/11-apr-2016/","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17965e21-e71c-4267-9ca1-451c081e8563","name":"Blockchain: the solution for transparency in product supply chains","description":null,"image":null,"links":"research_paper|https://www.provenance.org/whitepaper","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36b559aa-2571-4963-b967-7e906251aec5","name":"Blockstack: A Global Naming and Storage System Secured by Blockchains","description":null,"image":null,"links":"research_paper|https://blockstack.org/blockstack.pdf","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf57d7ee-4444-4d0d-90c4-ede999bf2d10","name":"Bootstrapping Trust in Distributed Systems with Blockchains","description":null,"image":null,"links":"research_paper|https://blockstack.org/blockstack-login.pdf","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cbdb238-6a30-42dd-a228-853326711090","name":"Consensus – Immutable agreement for the internet of value","description":null,"image":null,"links":"research_paper|https://assets.kpmg.com/content/dam/kpmg/pdf/2016/06/kpmg-blockchain-consensus-mechanism.pdf","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"202842a4-97cb-4fcf-92ea-a943ee0ad076","name":"Distributed Ledger Technology: beyond block chain","description":null,"image":null,"links":"research_paper|https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/492972/gs-16-1-distributed-ledger-technology.pdf","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"722248ce-40ab-4c0f-b2d9-a5149a87df72","name":"Economics of Bitcoin","description":null,"image":null,"links":"research_paper|http://nakamotoinstitute.org/static/docs/economics-of-bitcoin.pdf","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa2bd32f-512f-45bf-813b-b885e96d2980","name":"Enabling Blockchain Innovations with Pegged Sidechains","description":null,"image":null,"links":"research_paper|https://blockstream.com/sidechains.pdf","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59c79103-219b-4160-94b5-a8be96f42f69","name":"Extending Existing Blockchains with Virtualchain","description":null,"image":null,"links":"research_paper|https://blockstack.org/virtualchain.pdf","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd1d7554-7c82-446b-a93b-bdb084b97f83","name":"The Impact and Potential of Blockchain on the Securities Transaction Lifecycle","description":null,"image":null,"links":"research_paper|http://www.zyen.com/Publications/The%20Impact%20and%20Potential%20of%20Blockchain%20on%20the%20Securities%20Transaction%20Lif....pdf","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fb4f742-9a0c-400f-bd04-c848ddfa1237","name":"World Citizenship by Creating Affordable Private Passport Service","description":null,"image":null,"links":"research_paper|https://docs.google.com/document/d/1hq52GT0sQ8mJBZ3_qr-LIpZTBFqIDA2WV8vb_1m8i4U/edit#","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb818f3f-48f6-486c-a4bb-2d7b7e0c8417","name":"Banking on Bitcoin(Trailer)","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=LJsbebFyM48","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"134de830-da32-417b-9fcb-350d1ca84528","name":"Bitcoin in Uganda","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=BrRXP1tp6Kw","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d54a280a-5cfd-4333-86e9-df4a21b185e1","name":"Inside Man with Morgan Spurlock ","description":null,"image":null,"links":"video|http://www.disclose.tv/action/viewvideo/198650/Morgan_Spurlock__Living_On_Bitcoin__The_Inside_Man_Bitcoin_CNN_Full_Documentary/","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52e7dd7f-a671-482a-9172-c25ef7000217","name":"Bitcoin: Liberating Organic Farmers","description":null,"image":null,"links":"video|http://www.youtube.com/watch?v=fBLpx6gQtUU","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9164ccc6-3776-4b6e-b99d-403bedd62ed2","name":"Bitcoins in Argentina","description":null,"image":null,"links":"video|http://www.youtube.com/watch?v=e__m-w4N7NI","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"75d35903-37dd-48da-b26f-1e68fce044be","name":"Life Inside of a Secret Chinese Bitcoin Mine","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=K8kua5B5K3I","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6754e22a-9e34-4708-ab42-4dca5ad7f7dc","name":"The Bitcoin Doco","description":null,"image":null,"links":"video|https://vimeo.com/112223859","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0a5b776-a06d-4adb-a255-ad7b19829dae","name":"The Rise and Rise of Bitcoin","description":null,"image":null,"links":"video|https://vimeo.com/ondemand/bitcoindoc","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d308a61a-5b69-4b0c-8b53-d04912643f39","name":"Alexandre Barachant","description":null,"image":null,"links":"blog|http://alexandre.barachant.org/blog/","topics":"brain-computer-interface","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af0b59cd-3360-46d3-8e7f-c0e8321ed9fb","name":"Buddhism","description":null,"image":null,"links":"qna|https://buddhism.stackexchange.com","topics":"buddhism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"23ea674f-5583-44a3-896f-88ff2bd22450","name":"The effective executive (1967)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/48019.The_Effective_Executive","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3b2b8d6-d5af-4e5c-b673-8c8cd00c86a0","name":"The hard things about hard things (2014)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/18176747-the-hard-thing-about-hard-things","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10a7d092-e062-4810-9572-655890db8880","name":"Give and take: why helping others drives our success (2014)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/16158498-give-and-take","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18d3d32e-60d0-469d-81ea-4f058b68af48","name":"/r/ruby","description":null,"image":null,"links":"chat|https://www.reddit.com/r/ruby/","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cb3806ed-b062-4cd8-bc62-8b197a8db26b","name":"MAKE: Bootstrapper's Handbook by Pieter Levels","description":"By Pieter Levels","image":"https://learn-awesome.github.io/assets/book_covers/39165640.jpg","links":"book|https://www.goodreads.com/book/show/39165640-make","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd42fb71-ed8d-4c38-b36e-cec50be3ae30","name":"The Lean Startup (2011) - Summary by FourMinuteBooks","description":"Most startups fail. But many of those failures are preventable. The Lean Startup is a new approach being adopted across the globe, changing the way companies are built and new products are launched. Eric Ries defines a startup as an organization dedicated to creating something new under conditions of extreme uncertainty. This is just as true for one person in a garage or a group of seasoned professionals in a Fortune 500 boardroom. What they have in common is a mission to penetrate that fog of uncertainty to discover a successful path to a sustainable business.The Lean Startup approach fosters companies that are both more capital efficient and that leverage human creativity more effectively. Inspired by lessons from lean manufacturing, it relies on \\"validated learning,\\" rapid scientific experimentation, as well as a number of counter-intuitive practices that shorten product development cycles, measure actual progress without resorting to vanity metrics, and learn what customers really want. It enables a company to shift directions with agility, altering plans inch by inch, minute by minute.Rather than wasting time creating elaborate business plans, The Lean Startup offers entrepreneurs - in companies of all sizes - a way to test their vision continuously, to adapt and adjust before it's too late. Ries provides a scientific approach to creating and managing successful startups in a age when companies need to innovate more than ever.","image":"https://learn-awesome.github.io/assets/book_covers/10127019.jpg","links":"summary|https://fourminutebooks.com/the-lean-startup-summary/;summary|https://sivers.org/book/LeanStartup;book|https://www.amazon.in/Lean-Startup-Entrepreneurs-Continuous-Innovation/dp/0307887898?tag=learnawesome-21","topics":"business","creators":"Eric Ries","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80d0dcda-c29a-4809-b8ef-84c42a621b43","name":"A16Z","description":null,"image":null,"links":"book|https://a16z.com/","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44c9cbcd-f8b8-4476-9ad4-37eef523dae9","name":"Main Wikipedia: Business","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Business","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9c79a7cf-4907-4a85-ae04-48a8d1768835","name":"Simple Wikipedia: Business","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Business","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"aad5f6bb-5693-475f-b232-5fcdbc73d5ef","name":"Sympy REPL","description":null,"image":null,"links":"app|https://live.sympy.org/","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"515454f9-4636-4565-ac3e-a096c00b26fe","name":"Calculus I","description":null,"image":null,"links":"article|http://tutorial.math.lamar.edu/Classes/CalcI/CalcI.aspx","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"188a8935-b9a9-411b-8c7d-9c117980091b","name":"Calculus II","description":null,"image":null,"links":"article|http://tutorial.math.lamar.edu/Classes/CalcII/CalcII.aspx","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6f466978-96cb-4749-9702-c9fd65c70792","name":"Calculus III","description":null,"image":null,"links":"article|http://tutorial.math.lamar.edu/Classes/CalcIII/CalcIII.aspx","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"64a6e506-9f93-4d92-9722-32b908f49272","name":"Differential Equations","description":null,"image":null,"links":"article|http://tutorial.math.lamar.edu/Classes/DE/DE.aspx","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1aca93c8-3532-42c2-a706-994025d78118","name":"Calculus Made Easy","description":null,"image":null,"links":"book|http://www.gutenberg.org/files/33283/33283-pdf.pdf","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5b88a30-a18c-4def-a811-2e45a29c06eb","name":"Calculus","description":null,"image":null,"links":"book|https://www.amazon.com/Calculus-4th-Michael-Spivak/dp/0914098918?tag=learnawesome-20","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53440a23-87c8-40e7-a495-7d07408ca905","name":"Calculus for the practical man","description":null,"image":null,"links":"book|https://archive.org/details/calulusforthepra000526mbp/page/n6","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"733dea3d-8ae0-4211-bdc2-313053769238","name":"Calculus Cheat Sheet","description":null,"image":null,"links":"cheatsheet|http://tutorial.math.lamar.edu/Extras/CheatSheets_Tables.aspx#CalcSheet","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d288bfbb-83e3-4993-9535-b5d085d1c42c","name":"Differential Equations","description":null,"image":null,"links":"course|https://brilliant.org/courses/differential-equations/","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed8b2f26-6827-47d9-95ed-1a9cb70c8d3e","name":"Category Theory for Programmers (2018)","description":null,"image":null,"links":"book|https://github.com/hmemcpy/milewski-ctfp-pdf","topics":"category-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e7fa94c4-e947-4e87-9fe4-9353490d6328","name":"Basic Category Theory (2016)","description":null,"image":null,"links":"book|https://arxiv.org/pdf/1612.09375.pdf","topics":"category-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7163310e-ba61-46d7-97ef-a2c8a4d4898e","name":"Category Theory in Context (2016)","description":null,"image":null,"links":"book|http://www.math.jhu.edu/~eriehl/context.pdf","topics":"category-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac3f37a4-f459-4f6c-8f0d-8f7b73a74862","name":"Category Theory (2006)","description":null,"image":null,"links":"book|http://angg.twu.net/MINICATS/awodey__category_theory.pdf","topics":"category-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d42b2edc-8ef8-4575-b6ef-c8725f1c3b8a","name":"Seven Sketches in Compositionality","description":null,"image":null,"links":"book|https://ocw.mit.edu/courses/mathematics/18-s097-applied-category-theory-january-iap-2019/lecture-videos-and-readings/18-s097iap19textbook.pdf","topics":"category-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a00312d5-dd6a-451c-b5ea-340362d5fe89","name":"Applied Category Theory","description":null,"image":null,"links":"course|https://ocw.mit.edu/courses/mathematics/18-s097-applied-category-theory-january-iap-2019/index.htm","topics":"category-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fa11d7d0-02ff-4626-8c36-29cbb30d5c92","name":"Backprop as Functor: A compositional perspective on supervised learning - Brendan Fong, David I. Spivak, Rémy Tuyéras (2017)","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/1711.10455","topics":"category-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e24adcda-6ba1-4bae-b57a-c06656572fba","name":"The Algebra of Open and Interconnected Systems - Brendan Fong (2016)","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/1609.05382","topics":"category-theory","creators":null,"year":null,"difficulty":"research","cost":null,"rating":null,"tags":null} +{"iid":"43f44019-7f62-4fd2-baa7-81a5e03a67d3","name":"Modern quantum chemistry: introduction to advanced electronic structure theory (1982)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/237496.Modern_Quantum_Chemistry","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3a339ad-edc3-4e62-9bb1-f865572106c1","name":"Tryptamines i have known and loved: the chemistry continues (1997)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/271921.Tihkal","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87ba4c90-a145-490d-8519-97f387d8e220","name":"Drugs 2.0: the web revolution that's changing how the world gets high (2013)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/20613641-drugs-unlimited","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"334e80c2-1e3f-414e-a9e3-50ffac1a7dc7","name":"Chemistry: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199683970.001.0001/actrade-9780199683970?rskey=P9EWzI&result=579","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6775f820-1ae6-4624-be0a-dea55163a175","name":"Organic Chemistry: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780198759775.001.0001/actrade-9780198759775?rskey=sBHDD5&result=437","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"202fc1bd-1f07-4d25-838b-bd13e3551b55","name":"The Periodic Table: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199582495.001.0001/actrade-9780199582495?rskey=sBHDD5&result=449","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2031e1f-b88c-4122-8450-761c127b9536","name":"Physical Chemistry: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199689095.001.0001/actrade-9780199689095?rskey=sBHDD5&result=456","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4174dafe-025d-4cb1-b4b7-b153f15b001b","name":"Bioinformatics specialization","description":null,"image":null,"links":"course|https://www.coursera.org/specializations/bioinformatics","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14b818ba-a216-4090-8ce4-7e38233d163a","name":"Anki Decks","description":null,"image":null,"links":"flashcard|https://ankiweb.net/shared/decks/chemistry","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"86cc1796-85a7-461a-8399-a9928c53c5f1","name":"Chemistry","description":null,"image":null,"links":"qna|https://chemistry.stackexchange.com","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0611638f-57c6-4b06-b020-7ee431e94669","name":"The Magic of Chemistry","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=0g8lANs6zpQ","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f26cf6e8-94c2-4843-aab3-adb1a84c6ea9","name":"Main Wikipedia: Chemistry","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Chemistry","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1066da92-7c87-4e42-b8ac-55c0480bcd65","name":"Simple Wikipedia: Chemistry","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Chemistry","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2015c3b1-2678-4e91-af7d-621b874fa9cd","name":"Lichess Android","description":null,"image":null,"links":"app|https://play.google.com/store/apps/details?id=org.lichess.mobileapp&hl=en_IN","topics":"chess","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3aa35d12-06f4-4110-8e95-5a8ab38665de","name":"Lichess iOS","description":null,"image":null,"links":"app|https://itunes.apple.com/us/app/lichess-online-chess/id968371784?mt=8","topics":"chess","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d05347fb-5660-4898-b170-e622b5521816","name":"Garry Kasparov teaches Chess","description":null,"image":null,"links":"course|https://www.masterclass.com/classes/garry-kasparov-teaches-chess","topics":"chess","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4405bc41-5a5b-4247-a624-f01d351ddab5","name":"Chess","description":null,"image":null,"links":"qna|https://chess.stackexchange.com","topics":"chess","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cabd587e-7bb2-49c6-a12f-b08c69a3181e","name":"Main Wikipedia: Chess","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Chess","topics":"chess","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9eda53ae-04cb-4c0f-aebc-2c449efe8c9d","name":"Simple Wikipedia: Chess","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Chess","topics":"chess","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"75d54474-46ab-49a0-8527-22c89f7a9600","name":"Coding","description":null,"image":null,"links":"chat|https://www.reddit.com/r/coding/","topics":"code","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"561909ff-2d0e-41a9-a76a-acb319737597","name":"Daily programmer","description":null,"image":null,"links":"chat|https://www.reddit.com/r/dailyprogrammer/","topics":"code","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c92ecdae-ac94-4782-9fe3-a748ddabfc65","name":"Learn programming","description":null,"image":null,"links":"chat|https://www.reddit.com/r/learnprogramming/","topics":"code","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"92646358-4e02-4820-be5d-fe4baca7a105","name":"Programmer til","description":null,"image":null,"links":"chat|https://www.reddit.com/r/ProgrammerTIL/","topics":"code","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9fa1c1be-4019-4243-a010-189edca08343","name":"Programmer tools","description":null,"image":null,"links":"chat|https://www.reddit.com/r/programmingtools/","topics":"code","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fe097371-1f58-4c97-a2dd-df401d521fb6","name":"Programming","description":null,"image":null,"links":"chat|https://www.reddit.com/r/programming/","topics":"code","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1799a17f-f6a6-4fc3-89fd-1b154de13a74","name":"Reverse engineering","description":null,"image":null,"links":"chat|https://www.reddit.com/r/ReverseEngineering/","topics":"code","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2505cd5f-2c89-43c7-8b09-490a8fd8185f","name":"Systems","description":null,"image":null,"links":"chat|https://www.reddit.com/r/systems/","topics":"code","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"461e7382-c85e-475b-b548-f606caae6805","name":"Tiny code","description":null,"image":null,"links":"chat|https://www.reddit.com/r/tinycode/","topics":"code","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0b3a146b-84cf-493e-bc8d-d6896ac0824a","name":"Vim magic","description":null,"image":null,"links":"chat|https://www.reddit.com/r/vim_magic/","topics":"code","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"68ebc242-d7c6-419c-8f8b-965567061102","name":"Vim","description":null,"image":null,"links":"chat|https://www.reddit.com/r/vim/","topics":"code","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"dc4b3369-f235-44d7-baf3-1ddf50fea314","name":"Combinatorics","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Combinatorics","topics":"combinatorics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e97af4a3-8a53-4c67-8144-3bbe90e142e9","name":"Main Wikipedia: Combinatorics","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Combinatorics","topics":"combinatorics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7f5016cd-4775-485d-8e4a-284bd1f6d484","name":"Simple Wikipedia: Combinatorics","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Combinatorics","topics":"combinatorics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f006645a-447c-48fc-b223-2c376b2c2e39","name":"Text search of complete Calvin and Hobbes scripts","description":null,"image":null,"links":"website|http://michaelyingling.com/random/calvin_and_hobbes/","topics":"comics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23a3f278-b527-4724-9658-47962431d702","name":"Grokking the System Design Interview","description":null,"image":null,"links":"course|https://www.educative.io/courses/grokking-the-system-design-interview?affiliate_id=4793322061168640","topics":"computer-architecture;software-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"65df4041-d911-4037-bc99-45651cc3b762","name":"The Periodic Table of Videos - University of Nottingham","description":null,"image":null,"links":"video|http://www.periodicvideos.com/","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c481c165-f860-451c-810e-cbac0ed30bb8","name":"Rhetoric: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199651368.001.0001/actrade-9780199651368?rskey=sBHDD5&result=499","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"648ece4d-81c5-42dd-bd40-9b17350a1903","name":"Airbnb Engineering","description":null,"image":null,"links":"blog|https://medium.com/airbnb-engineering","topics":"company-blogs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cfa4c02a-d916-4acf-94c2-6e529b6d8467","name":"Learn Anything","description":null,"image":null,"links":"blog|https://medium.com/learn-anything","topics":"company-blogs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5e2ae649-5d04-4c68-b68e-38c4b3bbd32f","name":"Vyacheslav Egorov","description":null,"image":null,"links":"blog|https://mrale.ph/","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36e00bf2-0bb7-45c3-ba12-17385466fd95","name":"Compilers: Principles, Techniques, and Tools (1986)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/703102.Compilers","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28d68c6e-559d-47bf-95e1-cde3294ee4ed","name":"Compiler Construction by Niklaus Wirth (1996)","description":null,"image":null,"links":"book|http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46bf8605-c8ed-409f-af99-ee5b59ae7229","name":"Modern Compiler Implementation in ML (1997)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/258558.Modern_Compiler_Implementation_in_ML","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1f1dd99-2077-4ea6-801c-932fd66c2bc2","name":"Advanced Compiler Design and Implementation (1997)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/887908.Advanced_Compiler_Design_and_Implementation","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"283a1eb8-c250-49d6-a93f-0a65f2a74bb7","name":"Principles of compiler design (2016)","description":null,"image":null,"links":"course|https://www.cs.swarthmore.edu/%7Ejpolitz/cs75/s16/s_schedule.html","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1a2581f9-1139-40b7-8585-ea27f4b5756a","name":"Stanford compiler construction (2016)","description":null,"image":null,"links":"course|https://web.stanford.edu/class/cs143/","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f56070fa-2fa0-4b46-994b-7f7eea229c86","name":"Compilers","description":null,"image":null,"links":"qna|https://www.quora.com/topic/JavaScript-programming-language","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1e3c71a8-fc89-43ce-a580-087f7392828b","name":"GCC","description":null,"image":null,"links":"qna|https://www.quora.com/topic/GCC-compiler","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ba141a12-1a09-4bcf-b0e6-3ade67013e3c","name":"Writing parsers like it is 2017","description":null,"image":null,"links":"research_paper|http://spw17.langsec.org/papers/chifflier-parsing-in-2017.pdf","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a108713-3ac9-4aa8-aeff-fe64962ae7e5","name":"Calculating correct compilers (2015)","description":null,"image":null,"links":"research_paper|http://www.cs.nott.ac.uk/%7Epszgmh/ccc.pdf","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de928b1d-5bcd-423b-8f8d-59cde1690bca","name":"An incremental approach to compiler construction","description":null,"image":null,"links":"research_paper|http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bf452a8f-32b7-448d-b6f5-81a32f6cfd95","name":"Dynamo: a transparent dynamic optimization system","description":null,"image":null,"links":"research_paper|https://www.cs.virginia.edu/kim/courses/cs771/papers/bala00dynamo.pdf","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7ddef5b3-f6a3-49b2-a0cc-be6809e6736b","name":"Main Wikipedia: Compiler","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Compiler","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"849457af-1085-4a34-94d8-3bf572245387","name":"Simple Wikipedia: Compiler","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Compiler","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"230e05e4-a300-44e0-badd-9853e2a41302","name":"Realtime Data Compression","description":null,"image":null,"links":"blog|http://fastcompression.blogspot.nl/","topics":"compression","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e870aa65-3b85-42bc-a3d6-2b79e6cc98ca","name":"Computational Complexity (1993)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/138562.Computational_Complexity","topics":"computational-complexity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5975733a-ae78-4623-80fa-c912fa654692","name":"Computational Complexity: A Modern Approach (2007)","description":null,"image":null,"links":"book|http://theory.cs.princeton.edu/complexity/book.pdf","topics":"computational-complexity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a7610d5-ab5c-4a04-a826-9a75ef53c563","name":"The Nature of Computation (2011)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/3043127-the-nature-of-computation","topics":"computational-complexity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5e44f53-8653-4a60-9023-78705844e877","name":"Computer architecture","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Computer-Architecture","topics":"computer-architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c24a6e07-9b06-4058-a5c6-3e8f7a77a1b6","name":"Main Wikipedia: Computer architecture","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Computer_architecture","topics":"computer-architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c5723fbf-9a6a-41eb-a613-fe0fafcd030d","name":"Simple Wikipedia: Computer architecture","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Computer_architecture","topics":"computer-architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d2b012e2-ce56-4183-b624-bb9a17d4f149","name":"0 FPS","description":null,"image":null,"links":"blog|https://0fps.net/","topics":"computer-graphics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36b29c81-b613-45e5-962d-9dccf568364b","name":"The book of shaders (2017)","description":null,"image":null,"links":"book|http://thebookofshaders.com","topics":"computer-graphics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ee9769a-64a1-4ad5-8a6b-c5373de2da5a","name":"Computer graphics","description":null,"image":null,"links":"qna|http://computergraphics.stackexchange.com","topics":"computer-graphics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"eaec892d-7510-4f27-aa5e-99c801d8a37f","name":"Computer hardware","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Computer-Hardware","topics":"computer-hardware","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"337f4643-09b2-4742-9c7a-d9c1783634d7","name":"Main Wikipedia: Computer hardware","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Computer_hardware","topics":"computer-hardware","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"70708631-a31e-4113-ac42-20f397308088","name":"Simple Wikipedia: Computer hardware","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Computer_hardware","topics":"computer-hardware","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6b56fafe-5c30-4884-9481-683412fb5f86","name":"Computer memory","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Computer-Memory","topics":"computer-memory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b36165dc-7f4d-4840-a7b2-45aa31860a30","name":"Memory management","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Memory-Management-computer-programming","topics":"computer-memory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"41b87903-559e-4932-99ea-12a4624653c0","name":"Main Wikipedia: Computer memory","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Computer_memory","topics":"computer-memory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ae18cdc7-0738-4bbf-a4d2-743f23571f73","name":"Simple Wikipedia: Computer memory","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Computer_memory","topics":"computer-memory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ec2f2754-f768-4777-9ac3-6acb2cfcbb4a","name":"TCP/IP network administration (1992)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/688363.TCP_IP_Network_Administration","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7838b62-8060-451f-9385-07cf67489a1e","name":"Tcp/IP illustrated (1993)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/505560.The_Protocols","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2cc1998-1f94-47ec-a6d1-fc8ff8eda6bb","name":"Interconnections: bridges, routers, switches, and internetworking protocols (1999)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/320321.Interconnections","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce691670-80a4-41ab-9807-dadda0f88bb3","name":"Computer networking: a top-down approach (2000)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/83847.Computer_Networking","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"976c4537-0914-4397-95f1-71ee014473b8","name":"Unix network programming, volume 1: the sockets networking api (2003)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/239240.UNIX_Network_Programming_Volume_1","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3fc2244-63d9-4637-9721-94c7afc904cc","name":"TCP/IP guide (2005)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/505564.The_TCP_IP_Guide","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc44791a-b73d-477a-b495-d5150e40c9bb","name":"Computer Networks: A Systems Approach (2012)","description":null,"image":null,"links":"book|https://book.systemsapproach.org/","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"302685e1-6432-4178-a9af-f9ff244f32b3","name":"High performance browser networking (2013)","description":null,"image":null,"links":"book|https://hpbn.co/","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"888ded6a-c6ce-4aad-8f4e-6271edce0fcf","name":"Openssl cookbook (2015)","description":null,"image":null,"links":"book|https://www.feistyduck.com/library/openssl%2dcookbook/online/","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8fc1666-4f39-4b45-b90e-b9bd88cd056b","name":"Beej's guide to network programming (2016)","description":null,"image":null,"links":"book|http://beej.us/guide/bgnet/","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6ada829-d186-48f3-9a6c-463cf796729d","name":"Distributed Systems 3rd edition (2017)","description":null,"image":null,"links":"book|https://www.distributed-systems.net/index.php/books/distributed-systems-3rd-edition-2017/","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb0c9a1c-2c1a-406d-8c66-63063052a090","name":"An introduction to computer networks","description":null,"image":null,"links":"book|http://intronetworks.cs.luc.edu/current/html/","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9cf3f01-3e7e-4c32-b93c-88c7a002287b","name":"What is Mental Acuity? & Best Tips to Improve Mental Acuity | Timely","description":null,"image":null,"links":"article|https://enjoytimely.com/blogs/brain-fog/mental-acuity","topics":"mental-health;productivity","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"39f21b6e-0b5b-4287-86f8-a49eac80794c","name":"Introduction to EECS II: digital communication systems (2012)","description":null,"image":null,"links":"course|https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-02-introduction-to-eecs-ii-digital-communication-systems-fall-2012/index.htm","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e80a3da7-8f04-4846-97aa-7237db90e99b","name":"Network engineering Stack Exchange","description":null,"image":null,"links":"qna|https://networkengineering.stackexchange.com","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"361919f2-aaaf-491f-b26f-b2d00785f764","name":"Tor: The Second-Generation Onion Router","description":null,"image":null,"links":"research_paper|https://svn.torproject.org/svn/projects/design-paper/tor-design.pdf","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"016b9359-7bc6-4a28-b9a4-1bf5d74ec788","name":"The Morning Paper","description":null,"image":null,"links":"blog|https://blog.acolyer.org/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93aff83d-85df-4fba-910a-e1dc201496b3","name":"Computer Science: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780198733461.001.0001/actrade-9780198733461?rskey=VSxM2T&result=136","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46634b70-0f41-4ab0-a489-ec7f3692ff6e","name":"The new Turing Omnibus (1989)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/964709.The_New_Turing_Omnibus","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4fcee2b-df2c-4022-a15c-d96abc9272b0","name":"Purely functional data structures (1996)","description":null,"image":null,"links":"book|https://www.cs.cmu.edu/~rwh/theses/okasaki.pdf","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61c0679c-1acc-4edc-8ba9-14c47a29097f","name":"Introduction to the theory of computation (1996)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/400716.Introduction_to_the_Theory_of_Computation","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e29691ac-d716-4ca0-9ee6-fae8f2a1edba","name":"Gems of Theoretical Computer Science (1998)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/4715024-gems-of-theoretical-computer-science","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8cef12e-3348-4242-90bb-d4031eeda1db","name":"Types and programming languages (2002)","description":null,"image":null,"links":"book|https://www.cis.upenn.edu/%7Ebcpierce/tapl/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22aa1d04-1c85-4477-bc7e-48ee428dee4c","name":"Advanced topics in types and programming languages (2004)","description":null,"image":null,"links":"book|https://www.cis.upenn.edu/%7Ebcpierce/attapl/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d70cd22-e7cc-4f78-89be-807f4a40361d","name":"The elements of computing systems (2005)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/910789.The_Elements_of_Computing_Systems","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebafae08-793d-4faf-b745-434e617533de","name":"Annotated turing (2008)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/2333956.The_Annotated_Turing","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c99c8f1-8afb-417c-abfa-957d0e6a2124","name":"The nature of computation (2011)","description":null,"image":null,"links":"book|http://www.nature-of-computation.org/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fe3b0d4-7095-4c89-b7d5-60a157fbe796","name":"Software foundations (2011)","description":null,"image":null,"links":"book|https://softwarefoundations.cis.upenn.edu/current/index.html","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69b539a0-6667-4cab-9d71-ff758e9a706c","name":"Introduction to data compression (2012)","description":null,"image":null,"links":"book|https://github.com/gabrieldiego/tg/blob/master/ref/Introduction%20to%20Data%20Compression%20(4th%20Edition).pdf","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d55c748b-be06-4d64-8625-c04d379ca1d4","name":"NASA System Engineering (2007)","description":null,"image":null,"links":"book|https://www.nasa.gov/sites/default/files/atoms/files/nasa_systems_engineering_handbook.pdf","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d25897b-a225-4425-9834-88a28a8caf98","name":"Distributed systems (2013)","description":null,"image":null,"links":"book|http://book.mixu.net/distsys/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80da93cf-bea7-4873-80dd-f7f24dd21740","name":"General Systems Thinking (2015)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/583766.An_Introduction_to_General_Systems_Thinking","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"722045dd-d6dc-4790-ad39-4779e04405fa","name":"Computer systems: a programmer’s perspective","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/829182.Computer_Systems","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cde4ad9b-63ea-4ba5-bb73-d2669b24bd28","name":"Computational complexity (2008)","description":null,"image":null,"links":"course|https://people.eecs.berkeley.edu/~luca/cs278-08/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ef80e648-7d59-49be-bd56-fe3024d15dec","name":"Computer science 101","description":null,"image":null,"links":"course|https://lagunita.stanford.edu/courses/Engineering/CS101/Summer2014/about","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8ac56c3f-bb71-4ba0-b76c-3a3c9c79ae1d","name":"Here's How Much Your VCs Make | SaaStr","description":null,"image":null,"links":"article|https://www.saastr.com/heres-how-much-your-vcs-make/","topics":"venture-capital","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac9d5e4e-9e69-4e9c-89fb-9481c8e076d9","name":"Great ideas in computer architecture (2015)","description":null,"image":null,"links":"course|http://www-inst.eecs.berkeley.edu/%7Ecs61c/sp15/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a39bd249-0c11-4a0b-9975-5e86c21f44a7","name":"Information retrieval (2013)","description":null,"image":null,"links":"course|http://www.cs.cornell.edu/courses/cs4300/2013fa/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4a0da3d5-8917-4c88-84a9-cc7bac340e87","name":"MIT great ideas in theoretical computer science","description":null,"image":null,"links":"course|https://stellar.mit.edu/S/course/6/sp15/6.045/materials.html","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bfe62e02-0851-4749-893d-ec657a71c2f8","name":"MIT Mathematics for Computer Science (2010)","description":null,"image":null,"links":"course|https://www.youtube.com/playlist?list=PLB7540DEDD482705B","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f0146701-8b44-44a5-a7a1-02ac8f24c281","name":"MIT Structure and Interpretation of Programs (1986)","description":null,"image":null,"links":"course|https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/video-lectures/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6bf08add-ccd4-4726-8089-0c7bf279d4f4","name":"Reverse Engineering the source code of the BioNTech/Pfizer SARS-CoV-2 Vaccine - Articles","description":null,"image":null,"links":"article|https://berthub.eu/articles/posts/reverse-engineering-source-code-of-the-biontech-pfizer-vaccine/","topics":"coronavirus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a03e4dc-fbca-460e-88c1-8c0aa25ec588","name":"Software foundations (2014)","description":null,"image":null,"links":"course|http://www.seas.upenn.edu/%7Ecis500/cis500-f14/index.html","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"34b9a0d5-443c-4330-9802-2df9a6975681","name":"The art of recursion (2012)","description":null,"image":null,"links":"course|http://www.cis.upenn.edu/~cis39903/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fac0d34e-abd0-4276-8b49-0008bed3bd3a","name":"Algorithms","description":null,"image":null,"links":"chat|https://www.reddit.com/r/algorithms/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5af57ed2-b36a-4ddc-aa6f-371ceaaccf44","name":"Ask computer science","description":null,"image":null,"links":"chat|https://www.reddit.com/r/AskComputerScience/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b5d474ae-d559-48f7-8e6f-f57be41c7b9f","name":"Compsci","description":null,"image":null,"links":"chat|https://www.reddit.com/r/compsci/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ad91aec5-da5f-4322-9762-62aec9396fcb","name":"CS career questions","description":null,"image":null,"links":"chat|https://www.reddit.com/r/cscareerquestions/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ceccc989-05d5-4ca5-b0e1-e3b79da8ca21","name":"Netsec","description":null,"image":null,"links":"chat|https://www.reddit.com/r/netsec/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"22641d63-3919-4d2c-b43b-2135e6e76df8","name":"arXiv","description":null,"image":null,"links":"journal|https://arxiv.org/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89740dfe-a270-4665-8ad6-e31acf76e7c5","name":"Open Source Society University","description":null,"image":null,"links":"learning_plan|https://github.com/ossu/computer-science","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"4.0","tags":"oer"} +{"iid":"9813eeae-5cd1-4b91-b7a1-20cfe43c7710","name":"Teach Yourself Computer Science","description":null,"image":null,"links":"learning_plan|https://teachyourselfcs.com/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"4.0","tags":null} +{"iid":"10bbdfe1-32f7-49c7-aeb1-1eb1c17783a9","name":"Computer science","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Computer-Science","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5c9ab71d-7c6a-4c5a-9eaa-eb04f79d857d","name":"MapReduce","description":null,"image":null,"links":"qna|https://www.quora.com/topic/MapReduce","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5b6a080f-f888-4943-8f98-540088a8e00b","name":"Matrix computations ","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Matrix-Computations","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b038ab69-1bb2-4a72-af59-164819de4a2f","name":"Processors","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Processors","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8bbb877c-92bc-447c-bdde-e8a63a5c0687","name":"Theoretical computer science","description":null,"image":null,"links":"qna|http://cstheory.stackexchange.com","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6141da90-a9f1-4b49-b9c1-eef4fbfcc14b","name":"Software engineering","description":null,"image":null,"links":"qna|https://softwareengineering.stackexchange.com","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d3c2d8f3-1e7a-4f47-94aa-fe6e2310e505","name":"Software quality assurance & testing","description":null,"image":null,"links":"qna|https://sqa.stackexchange.com","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9dc43b71-25d9-46b9-9d60-dd3c1fd594e3","name":"Software recommendations","description":null,"image":null,"links":"qna|https://softwarerecs.stackexchange.com","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"55416bf8-cf3a-4f15-bebf-40b4ff1acb02","name":"Computer science","description":null,"image":null,"links":"qna|https://cs.stackexchange.com","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6949e58a-9f46-4674-8a4e-d77f682608db","name":"Papers we love","description":null,"image":null,"links":"research_paper|http://paperswelove.org/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a7b2973-c4de-457c-8438-a6b0a1a4913d","name":"Research in production","description":null,"image":null,"links":"research_paper|https://github.com/evnm/research-in-production#readme","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"675c0cb2-f706-403c-98bb-e8c29eac0994","name":"The Case for Learned Index Structures (2017)","description":null,"image":null,"links":"research_paper|https://www.arxiv-vanity.com/papers/1712.01208/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdea9ddd-e4e5-476f-a695-da64495fa404","name":"Squeak makes a good python debugger (2017)","description":null,"image":null,"links":"research_paper|https://github.com/fniephaus/papers/blob/master/2017/px17-debugger.pdf","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"894493ce-66e2-495e-a6f5-093ed6084eab","name":"Dat - Distributed Dataset Synchronisation and Versioning (2017)","description":null,"image":null,"links":"research_paper|https://github.com/datproject/docs/blob/master/papers/dat-paper.pdf","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"62c16d59-ccb9-4a13-9754-361b94b4f3d7","name":"Robots take over the world (2007)","description":null,"image":null,"links":"research_paper|http://cseweb.ucsd.edu/classes/fa16/cse200-a/robots_rule.pdf","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6ba55b54-436c-47a0-91e3-18323130b4e1","name":"How and why software developers use drawings","description":null,"image":null,"links":"research_paper|https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/p557-cherubini.pdf","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29b4a178-b355-4667-abc9-6782d4a5a449","name":"How complex systems fail","description":null,"image":null,"links":"research_paper|http://web.mit.edu/2.75/resources/random/How%20Complex%20Systems%20Fail.pdf","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"eb0e2046-d031-41f2-8f60-278f0d42a9b3","name":"How to make ad-hoc polymorphism less add hoc","description":null,"image":null,"links":"research_paper|https://people.csail.mit.edu/dnj/teaching/6898/papers/wadler88.pdf","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6e8ab421-7f24-41a3-b6b4-b5ff6ace0156","name":"Challenges to adopting stronger consistency at scale","description":null,"image":null,"links":"research_paper|http://www-bcf.usc.edu/~wyattllo/papers/challenges-hotos15.pdf","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"eb1fe5cd-ce25-4adb-a25e-415fbe46c842","name":"Naked objects","description":null,"image":null,"links":"research_paper|http://downloads.nakedobjects.net/resources/Pawson%20thesis.pdf","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0aa90da-5ad0-400d-b0e3-ac659d93cf09","name":"Three measurement problems","description":null,"image":null,"links":"research_paper|https://www.academia.edu/32885328/Three_measurement_problems","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"31d3d528-066a-43e8-98db-5f212474fb83","name":"A hub-based labeling algorithm for shortest paths on road networks","description":null,"image":null,"links":"research_paper|https://www.microsoft.com/en-us/research/wp-content/uploads/2010/12/HL-TR.pdf","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd905ae6-78ad-41d7-93f8-0ca9055c822a","name":"Main Wikipedia: Computer science","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Computer_science","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"20749a0c-10d2-485f-8c27-1eb229e7c360","name":"Simple Wikipedia: Computer science","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Computer_science","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f903ba20-cac8-4e2e-97d3-9de1fe21453f","name":"OWASP Cheatsheet series","description":null,"image":null,"links":"cheatsheet|https://github.com/OWASP/CheatSheetSeries/tree/master/cheatsheets","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"95cc270d-97d4-4174-b57f-d4f193b1e59c","name":"Computer and network security (2013)","description":null,"image":null,"links":"course|https://courseware.stanford.edu/pg/courses/lectures/349991","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d5e00986-0483-4380-b224-e675b581ee17","name":"Hacker101 (2018)","description":null,"image":null,"links":"course|https://github.com/Hacker0x01/hacker101","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"58a75b49-0236-40a0-b90e-61afbb9e1204","name":"Some thoughts on security after ten years of qmail 1.0","description":null,"image":null,"links":"research_paper|http://cr.yp.to/qmail/qmailsec-20071101.pdf","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2831c268-1543-4d08-876a-5bf42de3458c","name":"Main Wikipedia: Computer security","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Computer_security","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"65861d82-75cb-4a31-abfb-8d917aaf9899","name":"Simple Wikipedia: Computer security","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Computer_security","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fd8a61f2-d7e2-4b93-add0-088b6bee8881","name":"Butterick’s Practical Typography","description":null,"image":null,"links":"book|https://practicaltypography.com/","topics":"typography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14d6bb06-cfd0-467d-8cf7-6bbac8e65490","name":"Adrian Rosebrock's comprehensive tutorials on everything about OpenCV, Computer Vision, and Deep Learning","description":null,"image":null,"links":"blog|https://www.pyimagesearch.com/","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf17c17d-0d64-4906-9f5b-d4fe61633e62","name":"abel","description":null,"image":null,"links":"book|https://www.maths.ed.ac.uk/~v1ranick/papers/abel.pdf","topics":"quintic-equations;group-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"375f8d6a-4bea-41ad-81df-dce08805f341","name":"Computer vision","description":null,"image":null,"links":"course|http://crcv.ucf.edu/courses/CAP5415/","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8204ce5a-492b-4b4b-8e71-e83cc205cdde","name":"Introduction to computer vision (2015)","description":null,"image":null,"links":"course|http://www.cs.cornell.edu/courses/cs4670/2015sp/lectures/lectures.html","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a78d7ae4-8e84-4f54-85ea-dee96b9a7ef9","name":"Programming computer vision with python (2012)","description":null,"image":null,"links":"course|http://programmingcomputervision.com/","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06fffef6-7759-4c39-ad9c-89bf2e8f355c","name":"An analysis of single-layer networks in unsupervised feature learning","description":null,"image":null,"links":"research_paper|http://ai.stanford.edu/%7Eacoates/papers/coatesleeng_aistats_2011.pdf","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3ac27a15-349d-43dc-85c8-8083daf0bc39","name":"Viola jones robust real-time object detection","description":null,"image":null,"links":"research_paper|http://www.swarthmore.edu/NatSci/mzucker1/papers/violaJones_IJCV.pdf","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"21eebedd-560f-4cb1-bd63-281eb373344f","name":"Example-based photometric stereo: shape reconstruction with general, varying brdfs","description":null,"image":null,"links":"research_paper|http://grail.cs.washington.edu/projects/sam/HertzmannSeitzPAMI2005.pdf","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b75ac19a-e868-42d0-9737-d443c687c589","name":"Mask r-cnn","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/1703.06870","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e03f72b6-4f1b-4cf8-adb6-3cb36e1b0de9","name":"Main Wikipedia: Computer vision","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Computer_vision","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0a1e4ad8-2a95-4719-91f2-84bfe10208b8","name":"Simple Wikipedia: Computer vision","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Computer_vision","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"33d38784-d73b-45f6-b126-e91f7337d8b4","name":"Computers","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Computers","topics":"computers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b05da3cb-7a46-45b0-a09b-ea97bf0aeb90","name":"Main Wikipedia: Computer","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Computer","topics":"computers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a146d181-186b-4960-892f-07e8f15c3efb","name":"Simple Wikipedia: Computer","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Computer","topics":"computers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f5614d09-4b24-4cca-850a-da8d4a51bdfd","name":"Beautiful concurrency (2007)","description":null,"image":null,"links":"research_paper|https://www.microsoft.com/en-us/research/publication/beautiful-concurrency/","topics":"concurrency","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c0f0569-8f2f-45d3-849c-f763bbb1b363","name":"Meditation","description":null,"image":null,"links":"chat|https://www.reddit.com/r/Meditation/","topics":"consciousness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"33f5c4d8-6c8b-4350-8b12-63fba30f6485","name":"Neuro","description":null,"image":null,"links":"chat|https://www.reddit.com/r/neuro/","topics":"consciousness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"675e6766-fb4c-4439-aff8-712c444b160a","name":"Psychonaut","description":null,"image":null,"links":"chat|https://www.reddit.com/r/Psychonaut/","topics":"consciousness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"565044ec-a542-482d-a39b-e93ede8867b6","name":"Rational psychonaut","description":null,"image":null,"links":"chat|https://www.reddit.com/r/RationalPsychonaut/","topics":"consciousness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9c01b5eb-3c2a-4738-93ab-53b2f025c67a","name":"Mastery Grading Conference - June 2020","description":null,"image":null,"links":"conference|https://www.masterygrading.com/","topics":"mastery-grading","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4aeef691-a38b-4fbb-b5f7-159a62f72e86","name":"The ultimate list of all resources for Frontend development","description":null,"image":null,"links":"article|https://github.com/developer-resources/frontend-development","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"135b26d4-91a8-4115-8c50-69583227beb9","name":"/r/cooking","description":null,"image":null,"links":"chat|https://www.reddit.com/r/Cooking/","topics":"cooking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5c7896bc-9f69-4524-9d5f-c5281473c08b","name":"/r/GifRecipes","description":null,"image":null,"links":"chat|https://www.reddit.com/r/GifRecipes/","topics":"cooking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e9a6c278-3732-4ede-a1c5-c90f3e9a969a","name":"/r/AskCulinary","description":null,"image":null,"links":"chat|https://www.reddit.com/r/AskCulinary/","topics":"cooking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"564de984-49ab-4c83-b44d-50c710c1cf09","name":"/r/recipes","description":null,"image":null,"links":"chat|https://www.reddit.com/r/recipes/","topics":"cooking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d17d7ea0-0062-4c82-b9a6-ca9777ce73ed","name":"/r/IndianFood","description":null,"image":null,"links":"chat|https://www.reddit.com/r/IndianFood/","topics":"cooking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"62e63afd-82cd-476c-8454-d80a48a27ee8","name":"Seasoned advice (StackExchange)","description":null,"image":null,"links":"qna|https://cooking.stackexchange.com","topics":"cooking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ecbb8b33-51e6-44c4-aec3-42982a19fe67","name":"Main Wikipedia: Cooking","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Cooking","topics":"cooking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"708f21bb-bbf2-4e24-b238-c469ac9a5f77","name":"Simple Wikipedia: Cooking","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Cooking","topics":"cooking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0ab09043-f857-4053-b64f-333ba1311d04","name":"Main Wikipedia: Cosmetics","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Cosmetics","topics":"cosmetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8ce25c45-4427-4118-a756-a4ff82f4f06c","name":"Simple Wikipedia: Cosmetics","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Cosmetics","topics":"cosmetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"98b5c9fc-4f81-478f-a5e8-9faa54c067d5","name":"CPUs","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Central-Processing-Units-CPUs","topics":"cpu","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1ad3541d-59ca-44bc-9d10-134d6b00b5d8","name":"Main Wikipedia: Central processing unit","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Central_processing_unit","topics":"cpu","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b026c152-00cc-4855-b0df-904709b97529","name":"Simple Wikipedia: Central processing unit","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Central_processing_unit","topics":"cpu","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ca20c5f3-9da8-4851-9a9a-10cabf296fc1","name":"Introduction to Tensor Analysis","description":"By H. D. Block (Prof. @ Cornell University)\\n\\n","image":null,"links":"book|http://ruina.tam.cornell.edu/Courses/ME6700/references/block_tensor_analysis.pdf","topics":"tensor-analysis","creators":null,"year":"1978","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05ce08d3-7647-4eb7-af57-4978bc853761","name":"A Whack on the Side of the Head (2008)","description":null,"image":null,"links":"book|https://www.amazon.in/Whack-Side-Head-Roger-Oech/dp/0446404667/?tag=learnawesome-21","topics":"creativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be8f21f6-0052-4abd-8424-c77644ab084d","name":"Ask the Wise Fool Cards","description":null,"image":null,"links":"flashcard|https://www.amazon.com/Ask-Wise-Fool-Roger-Oech/dp/1572819553/?tag=learnawesome-20","topics":"creativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff27925b-0a71-4321-bd78-bb31c1985a11","name":"Blockchain Insider","description":null,"image":null,"links":"audio|http://bi.11fs.com/","topics":"cryptocurrency","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"231a4a5c-7eb3-4b8c-a0e2-b09b0e00a7ef","name":"Crypto Voices","description":null,"image":null,"links":"audio|https://cryptovoices.com/","topics":"cryptocurrency","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6db667b-5525-4a02-bdf3-48be4330a6fb","name":"Cryptoverse","description":null,"image":null,"links":"audio|https://player.fm/series/the-cryptoverse","topics":"cryptocurrency","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a61519b1-c40e-4aeb-b976-51243d7acbfd","name":"Epicenter","description":null,"image":null,"links":"audio|https://epicenter.tv/","topics":"cryptocurrency","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3f7a560-5e37-4395-976f-22fad046ad8b","name":"Tales from the crypt","description":null,"image":null,"links":"audio|https://talesfromthecrypt.libsyn.com/","topics":"cryptocurrency","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a44094d4-067f-48fd-b0c8-13a6f1830894","name":"Unchained","description":null,"image":null,"links":"audio|http://unchainedpodcast.co/","topics":"cryptocurrency","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98c4d4eb-d36c-40fe-9bb2-470d1d18804f","name":"Mastering Ethereum (2018)","description":null,"image":null,"links":"book|https://github.com/ethereumbook/ethereumbook","topics":"cryptocurrency","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"df2a3a06-5e68-4b54-82bc-b3c22b6f0fa0","name":"From Media Computation to Data Science | openSAP","description":null,"image":null,"links":"course|https://open.sap.com/courses/snap2","topics":"programming-languages/snap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30d55dad-1faf-455e-a3dd-b7ae4d3b174f","name":"CryptoTechnology","description":null,"image":null,"links":"chat|https://www.reddit.com/r/CryptoTechnology/","topics":"cryptocurrency","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a7a7cfb6-b61f-43cc-8e84-be9ae3247eea","name":"Ever wonder how Bitcoin (and other cryptocurrencies) actually work?","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=bBC-nXj3Ng4","topics":"cryptocurrency;blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5daa4cb7-e4fb-4bc7-9b96-e04527ac1239","name":"Main Wikipedia: Cryptocurrency","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Cryptocurrency","topics":"cryptocurrency","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"46384502-3e19-4dff-8e44-4899cd98baa4","name":"Simple Wikiepedia","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Cryptocurrency","topics":"cryptocurrency","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d910378e-e1b0-4597-9e5f-9aa3d722ea3c","name":"The code book (1999)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/17994.The_Code_Book","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a32630b-b314-4da3-bce4-356aa3b666c0","name":"Engineering security (2014)","description":null,"image":null,"links":"book|https://www.cs.auckland.ac.nz/~pgut001/pubs/book.pdf","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fdf023b-6e73-4888-9fb2-e3c140115175","name":"Graduate course in applied cryptography (2016)","description":null,"image":null,"links":"book|https://crypto.stanford.edu/~dabo/cryptobook/draft_0_3.pdf","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"127fb89a-9b74-4e74-8512-43b113a3fb82","name":"Practical Cryptography for Developers (2018)","description":null,"image":null,"links":"book|https://cryptobook.nakov.com/?q=","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a8c0bee-c150-41df-b859-f2caf4e5576e","name":"Serious Cryptography: A Practical Introduction to Modern Encryption","description":null,"image":null,"links":"book|https://nostarch.com/seriouscrypto","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81ad688d-227c-487d-8884-fbaf6cee85bd","name":"Snap!Con20 Keynote - Hyperblocks","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=K1qR4vTAw4w","topics":"programming-languages/snap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9fbf2a8f-7e43-4b88-9ae0-dda148bf592a","name":"the cryptopals crypto challenges","description":null,"image":null,"links":"interactive|https://cryptopals.com","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a934ee1-494c-44ed-bd8d-89e89fe5c826","name":"Cryptography","description":null,"image":null,"links":"qna|https://crypto.stackexchange.com","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"67f4fbfa-473e-4a5d-b51b-dc6486e4ee30","name":"Main Wikipedia: Cryptography","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Cryptography","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5776bc6d-cde6-4f80-bdc5-181570672dbb","name":"Simple Wikipedia: Cryptography","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Cryptography","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"eb362e61-4a3b-4839-a8aa-61c0f765345b","name":"Science Friday","description":null,"image":null,"links":"website|https://www.sciencefriday.com/topics/art-culture-history/","topics":"culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"719d536f-ed11-4f40-90c0-3d8b8bf5347c","name":"Main Wikipedia: Culture","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Culture","topics":"culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"29c54d09-dff3-4140-b868-9be504b7d060","name":"Simple Wikipedia: Culture","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Culture","topics":"culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"13639744-e9ff-4420-8071-37d8e59a5d60","name":"The human use of human beings (2015)","description":null,"image":null,"links":"book|https://www.amazon.com/Human-Use-Beings-Cybernetics-Society/dp/0306803208?tag=learnawesome-20","topics":"cybernetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77b0c8a5-5f18-4bd7-98fd-a50f40598f0d","name":"Techniques of the observer : on vision and modernity in the nineteenth… (1990)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/18077903-creativity-inc","topics":"cybernetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfe7fe28-77bf-4b66-aa64-2a4250034c11","name":"Teach Yourself Data Science","description":null,"image":null,"links":"article|https://medium.freecodecamp.org/a-path-for-you-to-learn-analytics-and-data-skills-bd48ccde7325","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b67a44ff-dc3b-4098-b27e-997d66cb1fa3","name":"A Comprehensive Learning Path for Deep Learning","description":null,"image":null,"links":"article|https://medium.com/analytics-vidhya/a-comprehensive-learning-path-for-deep-learning-in-2019-4836744d5c","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"39e3e7d2-2180-428a-adce-7c4b9a8f1d72","name":"Technical Notes on Using Data Science and AI","description":null,"image":null,"links":"article|https://chrisalbon.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2388e22d-ae33-4504-a282-10d1e343798d","name":"Where to Start Data Mining and Data Science","description":null,"image":null,"links":"article|https://www.kdnuggets.com/faq/learning-data-mining-data-science.html","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5791d626-67b0-499c-9475-a49f47e18c35","name":"27 Amazing Data Science Books Every Data Scientist Should Read","description":null,"image":null,"links":"article|https://medium.com/analytics-vidhya/27-books-every-data-scientist-should-read-7b051607595","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e3572288-a081-4fc2-95c1-b24ae1852b3f","name":"Beginner Guide to Data Science","description":null,"image":null,"links":"article|https://hackernoon.com/beginners-guide-for-data-science-388a2ceab93d","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24743458-eeba-4129-be9b-bfed9acf4f49","name":"How to Become a Data Scientist On Your Own | Kaggle","description":null,"image":null,"links":"article|https://www.kaggle.com/getting-started/44915","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31f816d8-678c-421c-b6d2-3b2ba06b3130","name":"Learn Data Science With Dataquest","description":null,"image":null,"links":"article|https://www.dataquest.io/blog/learn-data-science/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4c9d00c-b058-4585-9861-517f1e506406","name":"How to Get into the Top 15 of a Kaggle Competition Using Python","description":null,"image":null,"links":"article|https://www.dataquest.io/blog/kaggle-tutorial/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6d0a491-e056-40ae-afac-8fd416044499","name":"Building a Data Science Portfolio: Storytelling With Data","description":null,"image":null,"links":"article|https://www.dataquest.io/blog/data-science-portfolio-project/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6499e87d-68be-4b44-8297-c30e9657f2ee","name":"Data Skeptic Episodes","description":null,"image":null,"links":"audio|https://dataskeptic.com/podcast?limit=10&offset=0","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57006e6b-13f1-4fe2-ba70-77fb5d8e53ee","name":"Not So Standard Deviations","description":null,"image":null,"links":"audio|http://nssdeviations.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6923f7e-81ee-4442-b2ae-476fffe24480","name":"Super Data Science","description":null,"image":null,"links":"audio|https://www.superdatascience.com/podcast/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7f0e14b-831d-45d3-91c7-6286212dfc96","name":"Artificial Intelligence in Industry With Daniel Fagella","description":null,"image":null,"links":"audio|http://techemergence.libsyn.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3bfe913-6161-45a4-b26e-2f4514ea3eb6","name":"Learning Machines 101","description":null,"image":null,"links":"audio|https://www.learningmachines101.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b056f6d1-1bd7-4804-835e-08ca221eab28","name":"Robert Chang","description":null,"image":null,"links":"blog|https://medium.com/@rchang","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4f5611c1-0320-4fc3-9d6d-1652691584a4","name":"Variance Explained","description":null,"image":null,"links":"blog|http://varianceexplained.org/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0c295ef-9b8c-401c-bb11-dd14159ace4c","name":"Data Science & Psychology","description":null,"image":null,"links":"blog|http://www.polipsych.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a88b35db-6848-4578-9435-e4dd7fa56623","name":"Data Science 101 | Learning to be a Data Scientist","description":null,"image":null,"links":"blog|https://101.datascience.community/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29531361-e27d-4a6d-9eda-13924851a987","name":"KDNuggets","description":null,"image":null,"links":"blog|https://www.kdnuggets.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27c38bef-3055-413f-afa1-0799f96c6dec","name":"Professor Julius Sumner Miller","description":null,"image":null,"links":"video|https://www.youtube.com/user/dramaticphysics/videos","topics":"teaching;science","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"9239b9ad-498b-4e26-bd68-13f263bf64a4","name":"Data Science Central","description":null,"image":null,"links":"blog|https://www.datasciencecentral.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"becb6ed4-051e-4cc6-8a3a-a2a362ea50c0","name":"MIT Deep Learning","description":null,"image":null,"links":"blog|https://deeplearning.mit.edu/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a909ae1d-d014-4660-a4c7-9613fa4a7aea","name":"Becoming Human: Artificial Intelligence Magazine","description":null,"image":null,"links":"blog|https://becominghuman.ai/","topics":"data-science;computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0ea81b6-f544-4da9-a113-f7b9a79b15a4","name":"Machine Learnings","description":null,"image":null,"links":"blog|https://machinelearnings.co/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03e62b51-824a-40db-affd-89371b7bd8f2","name":"Applied Data Science","description":null,"image":null,"links":"blog|https://medium.com/applied-data-science","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b31e47d1-cee3-49ea-ac79-67144242e04f","name":"Analytics Vidhya","description":null,"image":null,"links":"blog|https://medium.com/analytics-vidhya","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f3dfcddc-097d-4a90-a7b6-bbcf07ecb196","name":"ML Review","description":null,"image":null,"links":"blog|https://medium.com/mlreview","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bb6fba33-cde9-4481-9f72-62cd31721deb","name":"Curated List of Data Science Blogs","description":null,"image":null,"links":"blog|https://github.com/rushter/data-science-blogs","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f4db2d47-24c0-4d12-9353-f41a7bc4aba8","name":"Hands-on Machine Learning With Scikit-Learn, Keras & TensorFlow, 2nd Edition (2019)","description":null,"image":null,"links":"book|https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9844c0f0-ff69-4328-9da1-17e460b79292","name":"Designing Data-Intensive Applications (2017)","description":null,"image":null,"links":"book|https://dataintensive.net/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1d3cc19-af02-41f2-9f94-c7ba5ecf332b","name":"Data Scientist Masters Program | Simplilearn","description":null,"image":null,"links":"cert|https://www.simplilearn.com/big-data-and-analytics/senior-data-scientist-masters-program-training","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"999ce354-2b35-4b13-ae88-264fcac0ade3","name":"General Data Science Cheatsheets","description":null,"image":null,"links":"cheatsheet|https://github.com/ml874/Data-Science-Cheatsheet/blob/master/data-science-cheatsheet.pdf","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cb48d788-48ae-4b52-af71-29ebb203398c","name":"Python For Data Science","description":null,"image":null,"links":"cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/e30fbcd9-f595-4a9f-803d-05ca5bf84612","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d85719c2-0ff9-423c-aeff-0895324136bf","name":"Beginner Pandas Cheatsheet","description":null,"image":null,"links":"cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/fbc502d0-46b2-4e1b-b6b0-5402ff273251","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b730cf40-8f68-4a6f-a53e-198038d59640","name":"Scikit-Learn for Machine Learning in Python","description":null,"image":null,"links":"cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/5433fa18-9f43-44cc-b228-74672efcd116","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55b7ad6d-c457-4f16-8811-f556d274e721","name":"Advanced Pandas Cheatsheet","description":null,"image":null,"links":"cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/9f0f2ae1-8bd8-4302-a67b-e17f3059d9e8","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06993515-b9b4-4224-b793-882b41f2c8b4","name":"Plotting in Python Using Matplotlib","description":null,"image":null,"links":"cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/28b8210c-60cc-4f13-b0b4-5b4f2ad4790b","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69277c6f-def6-449c-bc3b-c71f9c3221b7","name":"Basic NumPy Usage Cheatsheet","description":null,"image":null,"links":"cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/e9f83f72-a81b-42c7-af44-4e35b48b20b7","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"258073ff-6720-4b55-ace3-35c86d1d178d","name":"Statistical Data Visualistion Using Seaborn","description":null,"image":null,"links":"cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/f9f06e72-519a-4722-9912-b5de742dbac4","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6900616-9312-42d7-addd-c7c94832f97d","name":"Keras Cheatsheet","description":null,"image":null,"links":"cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/94fc681d-5422-40cb-a129-2218e9522f17","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b726bfbe-2f38-4d98-910d-dccb07653f67","name":"Importing Data Using Python","description":null,"image":null,"links":"cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/50d31142-3de0-4159-89b9-18b718a728ef","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e44b58af-1369-41d3-a186-8c5c9a6805a1","name":"How to Recalculate a Spreadsheet – Lord i/o","description":null,"image":null,"links":"article|https://lord.io/blog/2020/spreadsheets/","topics":"spreadsheets","creators":null,"year":null,"difficulty":"research","cost":null,"rating":null,"tags":null} +{"iid":"e3042e4e-090d-47d3-92d1-0865603e6f2c","name":"Jupyter Notebook Cheatsheet","description":null,"image":null,"links":"cheatsheet|https://datacamp-community-prod.s3.amazonaws.com/f9511cf4-abb9-4f52-9663-ea93b29ee4b7","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7fd389c-fca8-4d6b-8ba1-7b9d01af99ae","name":"Open Data Science Conference","description":null,"image":null,"links":"conference|https://odsc.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dc73712-e334-4392-a24d-57bdd9b62c9e","name":"The Data Science Conference","description":null,"image":null,"links":"conference|https://www.thedatascienceconference.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0252986-2d12-4d88-ae29-b7ed6ede4482","name":"AnacondaCON","description":null,"image":null,"links":"conference|https://anacondacon.io/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0100a97b-da28-4d41-b0d0-5dc214bfc3c9","name":"QCon.ai","description":null,"image":null,"links":"conference|https://qcon.ai/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce87af96-3ae8-4b70-b3ec-9b1a18e9e469","name":"Re-Work","description":null,"image":null,"links":"conference|https://www.re-work.co/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea391f21-b18f-4d45-9708-34a2936f25e2","name":"Machine Learning A-Z™: Hands-On Python & R In Data Science","description":null,"image":null,"links":"course|https://www.udemy.com/share/100034BUQcclZbRXo=/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6723f140-7b70-45ad-83c7-42536545563a","name":"Python for Data Science and Machine Learning Bootcamp","description":null,"image":null,"links":"course|https://www.udemy.com/share/10008ABUQcclZbRXo=/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d71a658-346e-47d8-a19c-56371f10ffce","name":"R Programming A-Z™: R For Data Science With Real Exercises!","description":null,"image":null,"links":"course|https://www.udemy.com/share/1000DOBUQcclZbRXo=/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e93b4f9-d540-4e93-a5ae-07c7a8dbf771","name":"Data Science and Machine Learning Bootcamp with R","description":null,"image":null,"links":"course|https://www.udemy.com/share/1000HWBUQcclZbRXo=/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd922d73-df4c-4a4d-94de-ade5446428e5","name":"The Data Science Course 2019: Complete Data Science Bootcamp","description":null,"image":null,"links":"course|https://www.udemy.com/share/100hMqBUQcclZbRXo=/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfdcb2a0-1365-4706-8e77-0a09bf22cef8","name":"Python A-Z™: Python For Data Science With Real Exercises!","description":null,"image":null,"links":"course|https://www.udemy.com/share/1000rsBUQcclZbRXo=/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5d6fa38-0bfe-4461-9f2a-f0e7fcd74ef2","name":"Statistics for Data Science and Business Analysis","description":null,"image":null,"links":"course|https://www.udemy.com/share/10003QBUQcclZbRXo=/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a04ddbf0-257b-4b14-95f0-a40431095498","name":"Microsoft Professional Program in Data Science","description":null,"image":null,"links":"course|https://www.edx.org/microsoft-professional-program-data-science","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f7a82c9-8416-4554-ab41-d8f74160e412","name":"Microsoft Professional Program in Artificial Intelligence","description":null,"image":null,"links":"course|https://www.edx.org/microsoft-professional-program-artificial-intelligence","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"baa9b211-257d-4060-b9a6-06cb2e2e7d9d","name":"Python Data Science","description":null,"image":null,"links":"course|https://www.edx.org/professional-certificate/python-data-science","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5199c704-c356-4b21-ae60-0e597ce0c2e6","name":"Data Science","description":null,"image":null,"links":"course|https://www.edx.org/professional-certificate/harvardx-data-science","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16ab9054-c7ca-431d-9421-2e15d68a8e8a","name":"Full Stack Data Science Program","description":null,"image":null,"links":"course|https://www.jigsawacademy.com/full-stack-data-science-program-online/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3088157a-36ba-407c-930f-1cb907c69320","name":"Machine Learning","description":null,"image":null,"links":"course|https://www.coursera.org/learn/machine-learning","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"050b0162-d69e-4356-861e-d204fe554609","name":"IBM Data Science Professional Certificate","description":null,"image":null,"links":"course|https://www.coursera.org/specializations/ibm-data-science-professional-certificate","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42d82a08-aa32-4a66-80a8-75fe4545be63","name":"Deep Learning Specialization","description":null,"image":null,"links":"course|https://www.coursera.org/specializations/deep-learning","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9373fede-aed9-4914-93bb-cee6d39133df","name":"Applied Data Science with Python Specialization","description":null,"image":null,"links":"course|https://www.coursera.org/specializations/data-science-python","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce8ac48b-bb7a-4d10-95d3-47e4ce361de5","name":"Data Science Specialization","description":null,"image":null,"links":"course|https://www.coursera.org/specializations/jhu-data-science","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53bff7c2-2bf0-407d-9c78-60fd2a158da1","name":"Water Fasting Results: Why I LOVED Not Eating for 5 Days - Nat Eliason","description":null,"image":null,"links":"article|https://www.nateliason.com/blog/5-day-water-fast-health-benefits","topics":"fasting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d915ec96-641d-4df6-930f-c278f127d3dd","name":"KDNuggets LinkedIn Group","description":null,"image":null,"links":"chat|https://www.linkedin.com/groups/54257/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1db76bc-fb59-483d-b6c8-3027808e29b3","name":"Data Science Central","description":null,"image":null,"links":"chat|https://www.datasciencecentral.com/forum","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d168190-906a-4e1e-9478-e184bd8d71a6","name":"Analytics Vidhya","description":null,"image":null,"links":"chat|https://discuss.analyticsvidhya.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5938c94-5f14-4102-a852-3d5115bfb5c3","name":"Data Is Ugly | Reddit","description":null,"image":null,"links":"chat|https://www.reddit.com/r/dataisugly/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c5e39327-ab97-4441-88a8-e9a1a73b7852","name":"Data Is Beautiful | Reddit","description":null,"image":null,"links":"chat|https://www.reddit.com/r/dataisbeautiful/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5a65468c-3a42-4016-b237-c30650c1ed16","name":"KaggleNoobs","description":null,"image":null,"links":"chat|https://kagglenoobs.herokuapp.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90b837ae-e209-466f-931f-57ce59260f9f","name":"Data Science Foundations","description":null,"image":null,"links":"learning_plan|https://cognitiveclass.ai/learn/data-science/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3535000b-6017-4381-bb3c-e274fba3bd21","name":"List of Data Science Meetups Worldwide","description":null,"image":null,"links":"meetup|https://www.datascienceweekly.org/data-science-resources/data-science-meetups","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b372c0ea-4f68-4b68-a633-45fbbaeb0c3a","name":"Silicon Valley Startup: Idea to IPO","description":null,"image":null,"links":"meetup|https://www.meetup.com/Silicon-Valley-Startup-Idea-to-IPO/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94e4e7e2-24ff-4b23-8d31-b7fc5394284e","name":"Data Driven NYC | 17k+ Members","description":null,"image":null,"links":"meetup|https://www.meetup.com/DataDrivenNYC/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19562960-8bfe-4ca5-aa9b-a948f979f2d2","name":"SF Data Science | 15k+ Members","description":null,"image":null,"links":"meetup|https://www.meetup.com/SF-Data-Science/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0c59894-316e-4410-b9cc-1411c9210148","name":"ML Review - Machine Learning Digest","description":null,"image":null,"links":"newsletter|https://mlreview.com/?medium","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b4ffdd4-b436-4b70-949c-6f3cbc63abd8","name":"Data Elixir","description":null,"image":null,"links":"newsletter|https://dataelixir.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"551fc7d9-44bf-41ac-9e00-224a3df0a856","name":"The Data Science Roundup","description":null,"image":null,"links":"newsletter|http://roundup.fishtownanalytics.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9784434-62a7-44af-8110-560294ef61ad","name":"Data Science Weekly Newsletter","description":null,"image":null,"links":"newsletter|https://www.datascienceweekly.org/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e755a34b-067b-4525-92ff-5883f736877e","name":"KDNuggets News","description":null,"image":null,"links":"newsletter|https://www.kdnuggets.com/news/subscribe.html?1","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0410cf36-f0fe-47fd-9832-b92ed4abeb92","name":"O'Reilly Data Newsletter","description":null,"image":null,"links":"newsletter|https://www.oreilly.com/data/newsletter.html","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a274c33-8270-477a-80e2-7c0d5c9cae4c","name":"The Analytics Dispatch","description":null,"image":null,"links":"newsletter|https://mode.com/newsletter/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a702b0d-dc4b-4fb7-a0c5-5a9578609e2b","name":"Hacker News Digest","description":null,"image":null,"links":"newsletter|https://www.hndigest.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cb51337-fa76-40a1-ac77-655ddfdbc7b3","name":"Data Machina","description":null,"image":null,"links":"newsletter|https://datamachina.substack.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ac474ec-5dc4-4065-ba6a-24b04e3db224","name":"Import AI","description":null,"image":null,"links":"newsletter|https://us13.campaign-archive.com/home/?u=67bd06787e84d73db24fb0aa5&id=6c9d98ff2c","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44dea5e0-3ed3-4ab4-ad09-cab4069d86c5","name":"The Wild Week in AI","description":null,"image":null,"links":"newsletter|https://www.getrevue.co/profile/wildml?utm_campaign=Issue&utm_content=profilename&utm_medium=email&utm_source=The+Wild+Week+in+AI","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33343897-e693-4864-a59c-7da62666d0ee","name":"Data is Plural","description":null,"image":null,"links":"newsletter|https://tinyletter.com/data-is-plural","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6375e06-15b2-4f72-8c9f-3b08e301caa7","name":"Towards Data Science Newsletter","description":null,"image":null,"links":"newsletter|https://towardsdatascience.com/tagged/tds-letter","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"170e6cab-0c40-4199-bbfc-fb34a6565e68","name":"Deep Learning Weekly","description":null,"image":null,"links":"newsletter|https://www.deeplearningweekly.com/?utm_source=twitter&utm_medium=profile-description","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f659464c-c32b-4da6-8c57-3c5b775975be","name":"Deep Hunt Newsletter","description":null,"image":null,"links":"newsletter|https://deephunt.in/tagged/newsletter","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c5e9891-63ad-4975-b02e-ba333c57d685","name":"The Algorithm - MIT Technology Review","description":null,"image":null,"links":"newsletter|https://go.technologyreview.com/newsletters/the-algorithm/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70ed151a-1532-4238-ae08-ad2914423c92","name":"TOPBOTS: Applied AI for Bussiness","description":null,"image":null,"links":"newsletter|https://www.topbots.com/enterprise-ai-news-pro-newsletter/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"955b6af9-230e-4a1c-b224-9a5ac601960b","name":"Artificial Intelligence and Deep Learning Weekly","description":null,"image":null,"links":"newsletter|http://aidl.io/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ce7701f-1f70-41e6-b521-4221e2aa20a7","name":"Center for Data Innovation","description":null,"image":null,"links":"newsletter|https://www.datainnovation.org/about/newsletter/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9787ec6-11c0-4c9f-8f21-ff9b57cb8557","name":"Data Science Community Newsletter - NYU Center for Data Science","description":null,"image":null,"links":"newsletter|https://cds.nyu.edu/newsletter/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"aa916a48-9b87-4e8a-a2e6-a8b68c5d05c4","name":"Analytics Vdihya","description":null,"image":null,"links":"newsletter|https://www.analyticsvidhya.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b04ba242-cc5b-4970-80d5-afe870c215fe","name":"R-Bloggers","description":null,"image":null,"links":"newsletter|https://www.r-bloggers.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb487188-1cff-4289-88b5-ab5bac3f2953","name":"Data Science Central","description":null,"image":null,"links":"newsletter|https://www.datasciencecentral.com/profiles/blogs/check-out-our-dsc-newsletter","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82193c18-6393-4888-952a-dbafd00e05c3","name":"Jeremy P. Howard","description":null,"image":null,"links":"people|https://en.wikipedia.org/wiki/Jeremy_Howard_(entrepreneur)","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bdea1cb8-24dc-4969-bce5-82fafed4af22","name":"Siraj Raval","description":null,"image":null,"links":"people|https://sirajraval.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9687f9cc-6ec7-4c9f-aba5-874b1745702d","name":"Lex Fridman","description":null,"image":null,"links":"people|https://lexfridman.com/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f4e33e2-0cbd-4207-a18b-fa092be318f6","name":"Data science | Quora","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Data-Science","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fb8b7a86-adf4-49dd-abdd-0ef93530ed8d","name":"Data | Quora","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Data","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e91aeaf6-7920-4e9f-8d1a-347c72869410","name":"Datasets | Quora","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Datasets","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"40bd7ea0-f883-4025-bed8-280fa83a45f3","name":"Data science | StackExchange","description":null,"image":null,"links":"qna|https://datascience.stackexchange.com","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"58827f66-0165-4737-83b5-99b4fb1b69d3","name":"MIT Deep Learning | YouTube","description":null,"image":null,"links":"video|https://www.youtube.com/playlist?list=PLrAXtmErZgOeiKm4sgNOknGvNjby9efdf","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"89fe9daf-af72-4066-8df8-41223d59b7f0","name":"Main Wikipedia: Data science","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Data_science","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"eabca32c-98b6-453f-af0d-60318bd0492f","name":"Simple Wikipedia: Data science","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Data_science","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d80e4f23-38c0-4c6b-aeb0-884fbfda550e","name":"Database administrators","description":null,"image":null,"links":"qna|https://dba.stackexchange.com","topics":"database-administrator","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d72aea61-bfe6-47e0-97f8-e9356c6959ec","name":"Main Wikipedia: Database administrator","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Database_administrator","topics":"database-administrator","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9e0a164f-6801-493e-9440-23f6cacd06d3","name":"Simple Wikipedia: Database administrator","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Database_administrator","topics":"database-administrator","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"04ab221d-092b-4ba3-8c2f-1d3aac028add","name":"Let's build a sqlite clone from scratch in C","description":null,"image":null,"links":"blog|https://cstack.github.io/db_tutorial/","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8192ca05-5bc5-4756-9836-c85a85b7b59b","name":"The data warehouse toolkit (1996)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/748203.The_Data_Warehouse_Toolkit","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea5868d3-2f96-4c38-b058-e622e65132de","name":"Database Design and Implementation (2008)","description":null,"image":null,"links":"book|https://www.amazon.com/Database-Design-Implementation-Edward-2008-10-24/dp/B01FGOUUDG?tag=learnawesome-20","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63624dd2-9c5e-4cc4-8784-0c39680da996","name":"Architecture of a Database System (2007)","description":null,"image":null,"links":"book|http://db.cs.berkeley.edu/papers/fntdb07-architecture.pdf","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0289409-6d4b-4a77-8fed-c18d70d7644b","name":"Readings in Database Systems (Redbook)","description":null,"image":null,"links":"book|http://www.redbook.io/","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1c49f16-c928-429a-b9bc-bac9b207999f","name":"Simplicial Databases - David I. Spivak (2009)","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/0904.2012","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbe59482-09ea-4b7a-9ab4-c0e0c71360cf","name":"CMU Advanced Database Systems","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=m72mt4VN9ik","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"dc5b4fe3-7198-4dfe-bbfe-83d7160fad4a","name":"MIT Decentralized Applications (2018)","description":null,"image":null,"links":"course|http://nil.lcs.mit.edu/6.S974/papers.html","topics":"decentralized-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0a3d61a1-837f-44c6-b568-632fffafe93e","name":"Advanced Deep Learning & Reinforcement Learning (2018)","description":null,"image":null,"links":"course|https://www.youtube.com/playlist?list=PLqYmG7hTraZDNJre23vqCGIVpfZ_K2RZs","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c2361c74-4734-45d5-b355-eb2e856a566b","name":"Berkeley deep reinforcement learning (2017)","description":null,"image":null,"links":"course|http://rll.berkeley.edu/deeprlcourse/","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d16dc76a-2b30-4c7a-b93a-b8b5d87ca159","name":"Deep learning (2017)","description":null,"image":null,"links":"course|http://deeplearning.cs.cmu.edu/","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3afdd3ad-9d2c-47d3-9c7f-7966adab5ad8","name":"Stanford natural language processing with deep learning (2017)","description":null,"image":null,"links":"course|https://www.youtube.com/watch?v=OQQ-W_63UgQ&list=PL3FW7Lu3i5Jsnh1rnUwq_TcylNr7EkRe6","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5bbbd2c3-89f6-4e59-94a7-e27cc3f7891c","name":"Deep learning at Oxford (2015)","description":null,"image":null,"links":"course|https://www.youtube.com/playlist?list=PLE6Wd9FR--EfW8dtjAuPoTuPcqmOV53Fu","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b958c6f6-e86f-4e94-b581-260d9eb1ac52","name":"Lectures","description":null,"image":null,"links":"course|https://www.youtube.com/watch?v=2pWv7GOvuf0&feature=youtu.be&list=PL7-jPKtc4r78-wCZcQn5IqyuWhBZ8fOxT","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"48781deb-08b7-48cb-bdc3-f7cf20b6227a","name":"Oxford CS Deep NLP (2017)","description":null,"image":null,"links":"course|https://github.com/oxford-cs-deepnlp-2017/lectures","topics":"natural-language-processing;deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"25415996-a549-4cbd-ac62-f9685d62adf1","name":"Ucl reinforcement learning (2015)","description":null,"image":null,"links":"course|http://www0.cs.ucl.ac.uk/staff/d.silver/web/Teaching.html","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48b3e778-ce6b-4e4d-9d04-8a94bb115063","name":"Stanford convolutional neural networks for visual recognition","description":null,"image":null,"links":"course|http://cs231n.stanford.edu/syllabus.html","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e83013f9-297d-45fe-a6f3-316d01e321c3","name":"Stanford deep learning for natural language processing","description":null,"image":null,"links":"course|http://cs224d.stanford.edu/syllabus.html","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"644d918a-0091-484a-946a-2600ff8e0d6f","name":"Deep Learning UC Berkeley STAT-157 (2019)","description":null,"image":null,"links":"course|https://www.youtube.com/playlist?list=PLZSO_6-bSqHQHBCoGaObUljoXAyyqhpFW","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"20011101-5895-4b44-a0f4-184b1ccaaf44","name":"CS294-158 Deep Unsupervised Learning","description":null,"image":null,"links":"course|https://sites.google.com/view/berkeley-cs294-158-sp19/home","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3e4e1b5-f05a-476a-abf4-61565eadc0f3","name":"Applied Science","description":"This popular YouTube channel (with 700K subscribers) has videos about interesting applications of science and technology. You'll see how an electron microscope was built in a home shop, how an X-ray backscatter system works, how to make aerogel, and many other hi-tech projects. Topics usually include electromechanical systems, chemistry, and electronics. Hosted by Ben Krasnow.","image":null,"links":"project|https://www.youtube.com/c/AppliedScience/videos;blog|https://benkrasnow.blogspot.com/","topics":"science;engineering","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"ecbcdc1d-5c13-4658-943c-71da72f4da56","name":"Evolution strategies as a scalable alternative to reinforcement learning (2017)","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/1703.03864","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a0b6579-304d-4f29-add4-cc7a60a87c8b","name":"Awesome deep learning papers","description":null,"image":null,"links":"research_paper|https://github.com/endymecy/awesome-deeplearning-resources#readme","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"94b87bfc-c135-4a53-bb2e-5f0c6c1b3a51","name":"Summaries and notes on deep learning research papers","description":null,"image":null,"links":"research_paper|https://github.com/dennybritz/deeplearning-papernotes#readme","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"932da259-2021-4dbb-8420-e358d23182f1","name":"Google Brain Team","description":null,"image":null,"links":"research_paper|https://research.google.com/teams/brain","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8824e481-9951-4881-a0cb-e758063963d2","name":"Main Wikipedia: Deep learning","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Deep_learning","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"73e4e411-48af-4f45-aac3-3552ad2d3303","name":"Simple Wikipedia: Deep learning","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Deep_learning","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"807e5de7-8e69-499b-924c-979d8f8fefc7","name":"Design Details","description":null,"image":null,"links":"audio|https://overcast.fm/itunes947191070/design-details","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e48e0265-f2c3-41c7-9a20-dd23508cb59c","name":"Domain Driven Design","description":null,"image":null,"links":"blog|http://dddweekly.com/","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2fd0d69f-9c23-46e9-9965-32657894a52c","name":"Frank Chimero","description":null,"image":null,"links":"blog|https://frankchimero.com/blog/","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bb61904-4e7e-42c3-b5f3-18859c86ff89","name":"Nicole Harris","description":null,"image":null,"links":"blog|http://whoisnicoleharris.com/#writing","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9602f15f-fcbe-408e-83a2-42aca4ca3f4c","name":"Willis Wilkinson","description":null,"image":null,"links":"blog|http://williamwilkinson.com/","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bbcb24d-609d-4960-a832-40dd30893486","name":"The non-designer's design book (1994)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/41597.The_Non_Designer_s_Design_Book","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb482a7e-9e97-46bb-91a2-760b45992e55","name":"Design meets disability (2009)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/5982641-design-meets-disability","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8b3bcf3-b20d-4d8a-b3b3-e7f074cb3bd2","name":"The design of everyday things","description":"This is the starter kit for good design. It will turn people into observers …","image":"https://blas.com/wp-content/uploads/2019/04/410RTQezHYL._SX326_BO1204203200_-197x300.jpg","links":"book|http://www.goodreads.com/book/show/840.The_Design_of_Everyday_Things;summary|https://blas.com/the-design-of-everyday-things/","topics":"design;engineering;don-norman","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3106d63c-c778-4296-952a-2ff63740fbcd","name":"The best interface is no interface: the simple path to brilliant technology","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/22758923-the-best-interface-is-no-interface","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b787c1cc-673d-48b3-bccd-fe7543752cbc","name":"The Shape of Design","description":null,"image":null,"links":"book|https://shapeofdesignbook.com","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9de5e5ce-f194-4f43-858f-bf2bbd6ebc89","name":"Alien Phenomenology or what its like to be a thing (2012)","description":null,"image":null,"links":"book|https://www.amazon.in/Alien-Phenomenology-What-Thing-Posthumanities/dp/0816678987?tag=learnawesome-21","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42b53715-835d-44f7-8bfe-095ec9a72740","name":"The Best Interface Is No Interface: The Simple Path to Brilliant Technology","description":null,"image":null,"links":"book|http://www.nointerface.com/book/","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad653b1b-7e5a-4385-a922-f539b9f21d3e","name":"Speculative Everything (2013)","description":null,"image":null,"links":"book|https://www.amazon.com/Speculative-Everything-Design-Fiction-Dreaming/dp/0262019841?tag=learnawesome-20","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b148fa00-dbe5-4ab7-bdeb-6dd42c663eae","name":"Universal Principles of Design","description":"By William Lidwell","image":"https://learn-awesome.github.io/assets/book_covers/130730.jpg","links":"book|https://www.goodreads.com/book/show/130730.Universal_Principles_of_Design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01afb42f-c529-4805-8e6b-252cbd596a42","name":"Yond human abilities","description":null,"image":null,"links":"research_paper|https://dreamsongs.com/Files/DesignBeyondHumanAbilitiesSimp.pdf","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aeb662ce-48f6-4a26-b4cb-f316701fc833","name":"Marketing Technology Landscape 2019","description":null,"image":null,"links":"website|https://chiefmartec.com/2019/04/marketing-technology-landscape-supergraphic-2019/","topics":"digital-marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc2c425b-013f-4bb4-9e18-4e0c9598746a","name":"ChiefMarTec","description":null,"image":null,"links":"blog|https://chiefmartec.com/","topics":"digital-marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41eb8ca6-31c7-4c74-8d8f-f456d6fbc625","name":"Scott Brinker","description":null,"image":null,"links":"people|https://twitter.com/chiefmartec","topics":"digital-marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"982decbc-a2e4-4172-9fd5-613db55dbed1","name":"Main Wikipedia: Digital marketing","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Digital_marketing","topics":"digital-marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bb088b63-632d-470d-a73c-3cb931e083f3","name":"Rebuilding Netlify with Tailwind CSS","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=_JhTaENzfZQ","topics":"software-tools/tailwindcss","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"4.0","tags":"oer"} +{"iid":"f3c31f0e-1061-4ffa-8614-fb534deb31d3","name":"Arvind Gupta toys","description":null,"image":null,"links":"website|http://www.arvindguptatoys.com/","topics":"diy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b871eb0f-e3d2-40b8-a28b-bf22fa55bc5a","name":"Toy from Trash","description":null,"image":null,"links":"website|https://play.google.com/store/apps/details?id=com.ndsoftwares.toysfromtrash&hl=en","topics":"diy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e08e6687-c6b2-4d34-bda7-cb177f5ce98d","name":"Smart Watch From Scratch","description":null,"image":null,"links":"blog|https://imgur.com/a/FSBwD3g","topics":"diy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50f9833e-c518-49f8-9145-28c943a2f867","name":"The Art of Thinking","description":null,"image":null,"links":"book|http://gutenberg.net.au/ebooks14/1400451h.html","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ccf69a6c-b8fb-418c-8d89-3bd99621eeec","name":"Arvind Gupta","description":null,"image":null,"links":"people|https://en.wikipedia.org/wiki/Arvind_Gupta","topics":"diy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"96cb8f7c-9d29-4955-a67b-7e43b0cc9850","name":"How to fold a parabola in a piece of paper","description":null,"image":null,"links":"video|https://twitter.com/matthen2/status/1326031733913874432","topics":"parabola;origami","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1e55b77-6be5-4735-a42a-171696c8e243","name":"Main Wikipedia: Do it yourself","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Do_it_yourself","topics":"diy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e3bc66d8-5f99-4366-83de-4f8db1e123a3","name":"Simple Wikipedia: DIY","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/DIY","topics":"diy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e5370a71-d71e-4d8f-912b-6c6256984e60","name":"Line of Action","description":null,"image":null,"links":"app|https://line-of-action.com/","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b5bd01f-1bcf-4070-be48-7f1b65901a0e","name":"Quickposes","description":null,"image":null,"links":"app|https://www.quickposes.com/en","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"766d17ea-0b98-47a0-aa92-11b1f17e265c","name":"Draw a box","description":null,"image":null,"links":"article|https://drawabox.com/","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a20cd48e-304b-4a0b-9f19-df8dcf9de7c5","name":"Drawing on the Right Side of the Brain","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/37797374-the-drawing-on-the-right-side-of-the-brain-workbook","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3695c5ad-7581-4fe3-a35a-10bb0f864926","name":"Atlas of Human Anatomy for the Artist (Galaxy Books)","description":null,"image":null,"links":"book|https://www.amazon.in/Atlas-Human-Anatomy-Artist-Galaxy/dp/0935736344/?tag=learnawesome-21","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8b4f0b3-b283-4391-b12e-1d1a640f36c5","name":"Human Anatomy for Artists: The Elements of Form","description":null,"image":null,"links":"book|https://www.amazon.in/Human-Anatomy-Artists-Elements-Form/dp/0195052064/?tag=learnawesome-21","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8110a5b-2548-4c94-911e-56c8076193e0","name":"Fun with pencil, Figure drawing for all its worth, Drawing the head and hands, Succesfull drawing, Creative illustration, The eye of the painter","description":null,"image":null,"links":"book|http://www.alexhays.com/loomis/","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d293cdfa-9322-4bce-a117-a1d9eecbef8d","name":"Figure drawing with Gelnn Vilppu","description":null,"image":null,"links":"course|https://www.nma.art/videolessons/search/instructors/glenn-vilppu/series/figure-drawing-with-glenn-vilppu/","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30cef073-63e9-459e-aa42-f852efef073e","name":"Anatomy for figure drawing with Glenn Vilppu","description":null,"image":null,"links":"course|https://www.nma.art/videolessons/search/instructors/glenn-vilppu/series/anatomy-for-figure-drawing/","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a81863a-5517-47d7-b50e-ac8a51e6f7ec","name":"The art and science of drawing","description":null,"image":null,"links":"course|https://www.skillshare.com/user/artandscienceofdrawing","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56e955cf-be02-4308-8aa6-4feffa91eab7","name":"/r/drawing","description":null,"image":null,"links":"chat|https://www.reddit.com/r/drawing/","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e2a8a819-648d-400e-bf63-d6fa092c3f9b","name":"/r/learntodraw","description":null,"image":null,"links":"chat|https://www.reddit.com/r/learntodraw/","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c5110158-4a35-4393-ac33-f739f61ed214","name":"/r/ArtFundamentals","description":null,"image":null,"links":"chat|https://www.reddit.com/r/ArtFundamentals","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ded5c141-1746-407f-9ac0-8fdd55b82396","name":"ZygoteBody for learning human anatomy","description":null,"image":null,"links":"interactive|https://www.zygotebody.com/","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4cef8869-203e-4a9b-be69-bd2b17c76941","name":"Renaissance Figure Drawing","description":null,"image":null,"links":"learning_plan|https://www.nma.art/learningpaths/renaissance-figure-drawing/","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d907633-8fa7-4040-b2f6-09a1934f8ae6","name":"Draw a box, Q&A Regarding drawing in general","description":null,"image":null,"links":"qna|https://drawabox.com/faq","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd2cce60-379c-4ca5-92b8-03de84a3678f","name":"The Long Game Part 1: Why Leonardo DaVinci was once a loser","description":null,"image":null,"links":"video|https://vimeo.com/84022735","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0e960e6-ca9e-48ff-9215-d81a53202930","name":"On creativity","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=zaSIx1xO7CE","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7428dc64-ccea-4afd-9b93-95d828d54300","name":"Why is it so hard?","description":null,"image":null,"links":"video|https://drawabox.com/faq/whysohard","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e90e290a-9851-44c9-82c0-501d8c05936c","name":"Enjoying the practice when you really suck","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=agv_TP_NXgA","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c83b9c87-5601-4a2f-a247-b0dd1eec2789","name":"Understanding Painting, Drawing & Art from Imagination","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=HEcJ4iYYyzM","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d3cfcfed-69d4-432c-976a-29be87f9d43c","name":"How to Paint and Draw","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=xa5FhpagCnE","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d7efdff8-960f-42ed-8f8a-4ed67a71d2df","name":"Easy Watercolor Techniques & Ideas!","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=9P0ot0ifwXk","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"04b5db6b-bba1-430d-bd7c-1e35c4207abc","name":"Watercolor Painting Ideas for Beginners | Wet in Wet Technique","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=qDqpmSwyHqQ","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0cb34be9-bfc5-4997-a640-de030761d096","name":"Drawing","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Drawing","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2eab0a1a-8556-4ce5-8867-f2f0d9b11ce4","name":"A Primer of Drug Action","description":"By Robert M. Julien","image":"https://learn-awesome.github.io/assets/book_covers/1134902.jpg","links":"book|https://www.goodreads.com/book/show/1134902.A_Primer_of_Drug_Action","topics":"drugs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b44482e0-df53-4233-a8ce-45646caa0c8a","name":"Drugged: The Science and Culture Behind Psychotropic Drugs (2013)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/17847528-drugged","topics":"drugs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a65c408-c6a7-4df1-a549-1d1e688fee60","name":"Pleasures of the Brain (2009)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/6777669-pleasures-of-the-brain","topics":"drugs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfdf72cc-f957-42f6-9909-d61bc30df31d","name":"Ask Drugs","description":null,"image":null,"links":"chat|https://www.reddit.com/r/askdrugs/","topics":"drugs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"80545ae9-6969-481b-b2c4-f363793bf1c4","name":"Dark Net Market Noobs","description":null,"image":null,"links":"chat|https://www.reddit.com/r/DarkNetMarketsNoobs/","topics":"drugs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3dec4f93-0f1c-47f2-9b66-9ba9702fb311","name":"Drug nerds","description":null,"image":null,"links":"chat|https://www.reddit.com/r/DrugNerds/","topics":"drugs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"08260a8b-c8f4-47b7-bda0-3d0f98c39f85","name":"Drugs","description":null,"image":null,"links":"chat|https://www.reddit.com/r/Drugs/","topics":"drugs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3fd6e0c1-cf94-48ec-98b9-ec2faa234f5a","name":"EU RC Sources","description":null,"image":null,"links":"chat|https://www.reddit.com/r/EU_RCSources/","topics":"drugs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"40a098cf-26da-49c8-9c5f-50e2a4e60fd1","name":"NovelDissos","description":null,"image":null,"links":"chat|https://www.reddit.com/r/NovelDissos/","topics":"drugs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"820e51f2-8d1d-4daa-8be5-3093d55b7376","name":"Replications","description":null,"image":null,"links":"chat|https://www.reddit.com/r/replications/","topics":"drugs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ce3dc2af-f9a1-4ca3-be54-d9e8facf455a","name":"Science Friday","description":null,"image":null,"links":"website|https://www.sciencefriday.com/topics/earth-science/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5543c213-4413-4139-b4b4-f2877da64f21","name":"Paleoclimatology","description":null,"image":null,"links":"website|https://en.wikipedia.org/wiki/Paleoclimatology","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"634f0d78-6ff6-4538-bfb2-fc55ea161c04","name":"Human planet","description":null,"image":null,"links":"video|https://letterboxd.com/film/human-planet/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bca6c3f-9062-4e4e-ae53-0527bcf32eeb","name":"Planet earth II","description":null,"image":null,"links":"video|https://letterboxd.com/film/planet-earth-ii/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75a4fe29-726d-4576-98f6-efa99184c4cc","name":"Planet earth","description":null,"image":null,"links":"video|https://letterboxd.com/film/planet-earth-2006/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cc2bcd7-903e-45d8-bf07-dfbc8f23db3b","name":"The blue planet","description":null,"image":null,"links":"video|https://letterboxd.com/film/the-blue-planet/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90bd4516-c19b-4bf4-8c83-2bbedcaf2111","name":"Dynasties","description":null,"image":null,"links":"video|https://letterboxd.com/film/dynasties/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6238719f-488c-4cce-828f-9836d9f158be","name":"The Hunt","description":null,"image":null,"links":"video|https://letterboxd.com/film/the-hunt-2015/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e022d03-068a-4b81-9c6c-c2a5af13a0e3","name":"Frozen Planet","description":null,"image":null,"links":"video|https://letterboxd.com/film/frozen-planet/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c06f278-5c8f-43b4-96bb-5f0bff623d39","name":"Africa","description":null,"image":null,"links":"video|https://letterboxd.com/film/africa-2013/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0d44516-7ed3-4dad-bc5f-3f2f7cfb3cb5","name":"Home","description":null,"image":null,"links":"video|https://letterboxd.com/film/home-2009/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4bd78c8-7ad0-4409-845f-d5214f4ba1fd","name":"The Cove","description":null,"image":null,"links":"video|https://letterboxd.com/film/the-cove/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87e80069-6826-4328-abb8-0ec939c03e55","name":"The Salt of the Earth","description":null,"image":null,"links":"video|https://letterboxd.com/film/the-salt-of-the-earth/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de8e6127-645f-49ce-b464-9fab6a23f5f0","name":"Racing Extinction","description":null,"image":null,"links":"video|https://letterboxd.com/film/racing-extinction/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e0dd0f8-fbad-4508-a4aa-008f0b81b456","name":"Baraka","description":null,"image":null,"links":"video|https://letterboxd.com/film/baraka/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1eac9157-94f8-4d3d-ac05-9f7e7caba9a9","name":"Samsara","description":null,"image":null,"links":"video|https://letterboxd.com/film/samsara-2011/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfafe3af-a852-4a2a-8e4b-61e8990b7189","name":"Winged Migration","description":null,"image":null,"links":"video|https://letterboxd.com/film/winged-migration/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b717c16-90ae-4658-9a2f-95fe096db6bd","name":"Earth: The Power of the Planet","description":null,"image":null,"links":"video|https://letterboxd.com/film/earth-the-power-of-the-planet/","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bd54420-bbf8-4d57-bca5-de04ede66767","name":"Ebooks","description":null,"image":null,"links":"qna|https://ebooks.stackexchange.com","topics":"ebooks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d3fa047f-82e3-4db4-a7c8-e29938d521ed","name":"Main Wikipedia: E-book","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/E-book","topics":"ebooks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7440f036-b7f6-408e-b5d3-3bd8fff08821","name":"Simple Wikipedia: E-book","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/E-book","topics":"ebooks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d424e717-7c4f-4f21-8ba7-3898395b1b00","name":"EconTalk","description":null,"image":null,"links":"audio|https://overcast.fm/itunes135066958/econtalk","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"057fd2e5-4c85-4961-8a09-b4f418f98e80","name":"Planet money","description":null,"image":null,"links":"audio|http://www.npr.org/sections/money/","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"688ff65c-5ddd-44b3-a20f-5a1db8608955","name":"Capital (1867)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/325785.Capital_Vol_1","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4bf177e6-482a-4ade-9e23-333c8b8402b4","name":"Reading capital","description":null,"image":null,"links":"book|http://davidharvey.org/reading-capital/","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1859dfff-a57d-499a-8884-13ffcf2e0df1","name":"Kapitalism 101","description":null,"image":null,"links":"book|https://kapitalism101.wordpress.com/","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81029e59-e3b3-4c13-a709-e9243b39680f","name":"Imperialism, the highest stage of capitalism (1917)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/179609.Imperialism","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec3539fa-1708-472b-85e3-b9cec90b87c1","name":"The worldly philosophers (1953)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/82120.The_Worldly_Philosophers","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"afd90541-4053-4f59-8aab-f53acec17d39","name":"Principles of economics (1997)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/1753460.Principles_of_Economics","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0799c82f-39bd-4e3b-8cee-831fc51937f0","name":"Introductory Econometrics: A Modern Approach (1999)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/390475.Introductory_Econometrics","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32b34933-b200-4835-b3c2-0227ddbc3cef","name":"Microeconomics and behaviour (2000)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/5986495-microeconomics-and-behavior","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28de1862-a4b8-494e-953a-f6fe683be417","name":"Debt: first 5000 years (2011)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/6617037-debt","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"995a9e24-c046-4171-878a-f828e589a99f","name":"How asia works: success and failure in the world’s most dynamic region (2013)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/16144575-how-asia-works","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"086d2478-6630-425e-abc8-e4ef087e419d","name":"Capital in the twenty first century (2013)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/18736925-capital-in-the-twenty-first-century","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80c1937f-93bd-46cf-83e9-17f78e40cf61","name":"Economics: the user's guide (2014)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/20613671-economics","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2315175d-c65c-4a07-a0e6-49f6e0dd9d16","name":"Economics","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Economics","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7ff89c39-e3e4-4013-bf4d-26a5e01a827e","name":"How the Economic Machine Works by Ray Dalio","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=PHe0bXAIuk0","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f3a78d8a-f226-4a2f-9164-1890352754df","name":"Main Wikipedia: Economics","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Economics","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8fed48cf-23c4-4da6-a40b-81dd5e40a781","name":"Simple Wikipedia: Economics","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Economics","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"09e97c4b-55aa-45c1-a80a-fff767e72229","name":"Bryan Caplan, The Case Against Education","description":"By Bryan Caplan","image":"https://learn-awesome.github.io/assets/book_covers/36319077.jpg","links":"book|https://www.goodreads.com/book/show/36319077-the-case-against-education","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0af89ba1-00ee-4852-99c7-c0f470071877","name":"How Children Fail","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/573009.How_Children_Fail","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"974da01d-3eff-4f4c-96d7-3cea8dfbab24","name":"Free to Learn: Why Unleashing the Instinct to Play Will Make Our Children Happier, More Self-Reliant, and Better Students for Life ","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/15843125-free-to-learn","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bad0f965-6a36-4f43-bbca-0596d2dc4453","name":"Mindstorms: Children, Computers, And Powerful Ideas","description":"By Seymour Papert","image":"https://learn-awesome.github.io/assets/book_covers/703532.jpg","links":"book|https://www.goodreads.com/book/show/703532.Mindstorms","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"534fef68-73bc-41f9-8fc8-19581d53dde7","name":"The End of College: Creating the Future of Learning and the University of Everywhere ","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/22571619-the-end-of-college","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"faf742ed-a521-486c-bf5e-ba6aaaaef18f","name":"How Schools Work","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/37827417-how-schools-work","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"457a0555-d7f0-47b5-8e79-4b3570aacf46","name":"The Paideia Proposal: An Educational Manifesto","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/169930.The_Paideia_Proposal","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2fd1963-3cae-4d5d-b238-c968460b7c41","name":"Admission","description":null,"image":null,"links":"image|https://www.smbc-comics.com/comic/admission","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3cf6469-3abc-4387-b20e-3a09ebb0de6b","name":"Main Wikipedia: Education","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Education","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a46288f4-bcac-4441-b5f8-2ee1d8d60d62","name":"Simple Wikipedia: Education","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Education","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9c0e2995-366f-4e37-b755-27487412bc3e","name":"Bunnies Studios","description":null,"image":null,"links":"blog|https://www.bunniestudios.com/","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69866e85-58b4-40f2-9fb5-6b06aa1e655f","name":"Yifan Lu's blog","description":null,"image":null,"links":"blog|https://yifan.lu/","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd7cdd25-852e-4932-92db-127e6c9320be","name":"Fail0verflow blog","description":null,"image":null,"links":"blog|https://fail0verflow.com/blog/","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b68dbfd0-4cb3-46e5-822f-80c21f75b414","name":"Electrical engineering","description":null,"image":null,"links":"qna|http://electronics.stackexchange.com?title=","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"534ea390-abd4-4e78-be1b-7d0e47e51264","name":"Main Wikipedia: Electrical engineering","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Electrical_engineering","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1e5bb337-9978-4f43-be25-4635b15e5c08","name":"Simple Wikipedia: Electrical engineering","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Electrical_engineering","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e1dbeed0-f473-4feb-a2ad-4afb03bbdf5b","name":"An Elegant Puzzle","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/45303387-an-elegant-puzzle","topics":"engineering-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da5d4e71-e574-4d71-a378-47610fe2d450","name":"AP®︎ Statistics | Math |\\nKhan Academy","description":null,"image":null,"links":"course|https://www.khanacademy.org/math/ap-statistics","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04282453-5d95-45c9-adfb-a2a2486f552f","name":"GraphQL: The Documentary","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=783ccP__No8","topics":"programming-languages/graphql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a333d4ef-333e-4294-b54b-845a03f9fb4e","name":"Structures: or why things don't fall down (1978)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/245344.Structures","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2a16765-19c8-47e6-bfe9-7cc5a95f2a8b","name":"Science Friday","description":null,"image":null,"links":"website|https://www.sciencefriday.com/topics/energy/","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8b2a593-6bde-42d0-8446-e2b6f86b58a0","name":"Natural Capitalism ","description":"This groundbreaking book reveals how today's global businesses can be both environmentally responsible and highly profitable.","image":null,"links":"book|https://www.amazon.com/Natural-Capitalism-Creating-Industrial-Revolution/dp/0316353000","topics":"environmental-science","creators":null,"year":"2000","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45516cc5-00d2-4752-b0ae-cacb99e5807e","name":"Reinventing Fire (2013)","description":null,"image":null,"links":"book|https://www.amazon.com/Reinventing-Fire-Business-Solutions-Energy/dp/1603585389/ref=sr_1_1?s=books&ie=UTF8&qid=1549520862&sr=1-1&keywords=reinventing+fire&tag=learnawesome-20","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77e8f7b6-932d-41ca-b646-4f176fdd63ee","name":"Drawdown: The Most Comprehensive Plan Ever Proposed to Reverse Global Warming (2017)","description":null,"image":null,"links":"book|https://www.drawdown.org/","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddcb6e29-d319-47cd-9907-1d6e539c4260","name":"Whole Earth Discipline (2009)","description":null,"image":null,"links":"book|https://www.amazon.in/Whole-Earth-Discipline-Ecopragmatist-Manifesto/dp/0670021210?tag=learnawesome-21","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0fcee5ab-b579-4455-b6fa-c9ea9cfa2363","name":"Science Friday","description":null,"image":null,"links":"website|https://www.sciencefriday.com/topics/ethics-policy/","topics":"ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4a33976-8434-44c7-8d0b-abd8cce93216","name":"Main Wikipedia: Ethics","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Ethics","topics":"ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"11384d0f-ee24-448d-9745-183fffe7664d","name":"Simple Wikipedia: Ethics","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Ethics","topics":"ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a39955c8-9003-4e8e-ad29-fbafd784df35","name":"The selfish gene (1976)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/61535.The_Selfish_Gene","topics":"evolution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38741d9d-ce9a-4f04-8328-c3936792035e","name":"Darwin's dangerous idea (1995)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/2068.Darwin_s_Dangerous_Idea","topics":"evolution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"988d677e-09de-480b-b4e8-7b69c487fd05","name":"Life ascending: the ten great inventions of evolution (2009)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/6429264-life-ascending","topics":"evolution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ceaa3b57-40d4-4133-9335-83899a0d8653","name":"Expatriates","description":null,"image":null,"links":"qna|https://expatriates.stackexchange.com","topics":"expatriates","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9dde3592-75c1-4fb6-9ffc-bcae87a90608","name":"Main Wikipedia: Expatriate","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Expatriate","topics":"expatriates","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"20a04e12-4e3b-4df3-a5bd-775cb7a6cb92","name":"Ember.js: The Documentary","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=Cvz-9ccflKQ","topics":"software-tools/emberjs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"186f3cc4-825f-4162-8c87-b2de8972d2e0","name":"On film making: an introduction to the craft of the director (2005)","description":null,"image":"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1416448143l/875419.jpg","links":"book|https://www.goodreads.com/book/show/875419.On_Filmmaking","topics":"film-making","creators":null,"year":"2004","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61294261-a520-4359-a0ea-53e73b2bc1ad","name":"Movies","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Movies","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6ba0caf9-71ce-4e94-8c9a-a39443f86512","name":"Investopedia","description":null,"image":null,"links":"app|https://www.investopedia.com/","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c299b56-2e31-4de0-a050-19a436a382bb","name":"Varsity by Zerodha","description":null,"image":null,"links":"app|https://play.google.com/store/apps/details?id=com.zerodha.varsity&hl=en_US","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40d82472-bd9a-4ca7-a6f8-cbd1c07fbaba","name":"NISM, SEBI India's Investment Advisor Level 1 Certification","description":null,"image":null,"links":"cert|https://www.nism.ac.in/certification/index.php/nism-certifications/investment-adviser/investment-adviser-level-1","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a08e04b-164e-4db2-8bc8-eed63e5350a0","name":"Varsity by Zerodha","description":null,"image":null,"links":"course|https://zerodha.com/varsity/","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11b9d2ec-2939-41d9-934c-ceee863a69a2","name":"Finance for Everyone: Smart Tools for Decision-Making","description":null,"image":null,"links":"course|https://www.edx.org/course/finance-everyone-smart-tools-decision-michiganx-fin101x-1","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f5a037b-eb67-4006-a0bf-ff3fbdb59f5d","name":"https://skillsion.com/linux-training","description":null,"image":null,"links":"article|https://skillsion.com/linux-training","topics":"education","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"087ef46c-5fc2-4670-9f4c-0197095a6725","name":"/r/personalfinance","description":null,"image":null,"links":"chat|https://www.reddit.com/r/personalfinance","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c2013c73-6ef8-4515-bb43-d1b319bba468","name":"/r/investing/","description":null,"image":null,"links":"chat|https://www.reddit.com/r/investing/","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2caf1dc3-04cd-4599-8816-ee6d4a528991","name":"Personal finance & money - Stack Exchange","description":null,"image":null,"links":"qna|http://money.stackexchange.com","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8e3adee3-f74f-4bfa-a683-49ed47c8ff84","name":"Excel Finance Functions: PMT() • PV() • RATE() • NPER()","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=AfWRp1mExQw","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3716a562-f8d9-4598-9068-70153669bc83","name":"Main Wikipedia: Finance","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Finance","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6cc7438f-47da-4c0d-9164-32deccf9a27c","name":"Simple Wikipedia: Finance","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Finance","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7753bb01-7d48-4c42-a247-3d6c77ecd9b8","name":"Freelancing","description":null,"image":null,"links":"qna|http://freelancing.stackexchange.com","topics":"freelancing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2335fb04-754e-4a01-b0b6-c248af247d6b","name":"Main Wikipedia: Freelancer","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Freelancer","topics":"freelancing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ee83ef11-9c02-4d75-b561-4ce2d3ac566a","name":"Matt Townsley | All Things Standards-Based Grading","description":null,"image":null,"links":"article|http://mctownsley.net/standards-based-grading/","topics":"mastery-grading","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86e358b9-f574-4832-ab27-71349f7cc738","name":"Hansel minutes","description":null,"image":null,"links":"audio|https://hanselminutes.com/","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58cf8f5d-ba8a-4bc4-a290-b1d44dae08bd","name":"Domen Kozar","description":null,"image":null,"links":"blog|https://www.domenkozar.com","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64a57a33-b21b-44ed-aba6-d6c816c5b6f8","name":"Existential Type","description":null,"image":null,"links":"blog|https://existentialtype.wordpress.com/","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"850921e6-50f4-4da2-8ea7-4ca2881d6a24","name":"Keathley","description":null,"image":null,"links":"blog|http://keathley.io/","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8649082-4614-4151-8c3f-4077face94b6","name":"Robert Widmann","description":null,"image":null,"links":"blog|http://xn--wxak1a.com/blog/","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c383533a-4705-4b6f-9f12-1f452f3646cd","name":"https://www.apa.org/topics/stress-body","description":null,"image":null,"links":"article|https://www.apa.org/topics/stress-body","topics":"stability;biology","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"81c37ae2-4705-4771-b855-ca48728e9530","name":"Stephen Diehl","description":null,"image":null,"links":"blog|http://www.stephendiehl.com/posts/protolude.html","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"420dba4c-cce5-4e15-8981-eb312fd761a2","name":"Taktoa","description":null,"image":null,"links":"blog|http://taktoa.me/blog/","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f12119b4-3d7f-4554-a682-e8a7fd59afa1","name":"To Overcome","description":null,"image":null,"links":"blog|http://www.parsonsmatt.org/","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3bb981a2-cf22-4858-b591-6c2a2b6a80f1","name":"Pearls of Functional Algorithm Design (2010)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/8693802-pearls-of-functional-algorithm-design","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43066475-4025-4c53-91ca-687318da4d20","name":"Mostly adequate guide to FP (in JavaScript)","description":null,"image":null,"links":"book|https://drboolean.gitbooks.io/mostly-adequate-guide-old/content/","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"266f7fd0-505c-4b0f-a262-c640c665bb20","name":"Course in functional programming by KTH","description":null,"image":null,"links":"course|https://github.com/ID1019/functional-programming#readme","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7719fd07-ae97-431d-909b-30f61bba3f74","name":"Functional Programming Course","description":null,"image":null,"links":"course|https://github.com/data61/fp-course#readme","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d8941330-fd28-47e0-b721-5d894c5048cf","name":"Programming paradigms (2018)","description":null,"image":null,"links":"course|http://www.cs.nott.ac.uk/~pszgmh/pgp.html","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cf39aef-3923-4b5d-9546-52087fcbe179","name":"Functional programming","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Functional-Programming","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4992c947-d5b8-4c39-8f5e-dcab1700718b","name":"How to make ad-hoc polymorphism less ad hoc (1988)","description":null,"image":null,"links":"research_paper|https://pdfs.semanticscholar.org/cc7f/2242dba6f09023128897762d07517f13ba4a.pdf","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a23eb11-ea0c-45bf-985f-2077632faf85","name":"Lazy functional state threads (1994)","description":null,"image":null,"links":"research_paper|https://www.microsoft.com/en-us/research/wp-content/uploads/1994/06/lazy-functional-state-threads.pdf","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"313a441f-280d-461a-9f48-b26a10a71754","name":"The countdown problem (2002)","description":null,"image":null,"links":"research_paper|http://www.cs.nott.ac.uk/%7Epszgmh/countdown.pdf","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a5b781a-41d9-4c7e-9ad7-b57673e48c84","name":"Functional program to solve sudoku (2006)","description":null,"image":null,"links":"research_paper|http://www.cs.tufts.edu/%7Enr/cs257/archive/richard-bird/sudoku.pdf","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3da5a7b3-e1fa-47b1-8af6-146aee6d24e7","name":"Infinite sets that admit fast exhaustive search (2007)","description":null,"image":null,"links":"research_paper|http://www.cs.bham.ac.uk/%7Emhe/papers/exhaustive.pdf","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9324ec2c-6369-4d88-9fff-a6786356fc8e","name":"Applicative programming with effects (2008)","description":null,"image":null,"links":"research_paper|http://www.staff.city.ac.uk/%7Eross/papers/Applicative.html","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3909aee6-9f70-4b85-9ee0-5cfd1e710ed7","name":"Data types a la carte (2008)","description":null,"image":null,"links":"research_paper|http://www.cs.ru.nl/%7EW.Swierstra/Publications/DataTypesALaCarte.pdf","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8565f666-2ada-4189-b813-ee1d1b327223","name":"Parallel Functional Arrays (2017)","description":null,"image":null,"links":"research_paper|http://www.cs.cmu.edu/%7Erwh/papers/farray/popl17.pdf","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a1eba5ef-6ddf-4dfa-bed2-b3c773b994b5","name":"Trees that grow","description":null,"image":null,"links":"research_paper|https://www.microsoft.com/en-us/research/wp-content/uploads/2016/11/trees-that-grow.pdf","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3537039-a174-4139-8eba-fd73565db1d3","name":"Super compilation by evaluation","description":null,"image":null,"links":"research_paper|https://www.microsoft.com/en-us/research/wp-content/uploads/2016/07/supercomp-by-eval.pdf","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c96f78b-cba7-4d74-947f-0850b9853b03","name":"Cache Efficient Functional Algorithms","description":null,"image":null,"links":"research_paper|http://www.cs.cmu.edu/%7Erwh/papers/iolambda-cacm/cacm.pdf","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"697e8793-1435-414c-9387-9f116bbb3c75","name":"Breaking through the normalisation barrier: a self-interpreter for f-omega","description":null,"image":null,"links":"research_paper|http://compilers.cs.ucla.edu/popl16/","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8e595287-fb77-4743-92af-2100a5727232","name":"Typed self-evaluation via intensional type functions","description":null,"image":null,"links":"research_paper|http://compilers.cs.ucla.edu/popl17/","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"85248a56-dff2-45a4-b33c-24581804d0f7","name":"Freer monads, more extensible effects","description":null,"image":null,"links":"research_paper|http://okmij.org/ftp/Haskell/extensible/more.pdf","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dd27e62-8813-41ef-b1ce-5a80beeb5d47","name":"The Genuine Sieve of Eratosthenes","description":null,"image":null,"links":"research_paper|https://www.cs.hmc.edu/~oneill/papers/Sieve-JFP.pdf","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"980b6ea9-fe97-45c8-a0d1-9ec708197438","name":"Tricks of the 3D game programming gurus-advanced 3D graphics and rasterisation (2003)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/2042298.Tricks_of_the_3D_Game_Programming_Gurus","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f9ceceb-9a5b-409b-96ce-ca85492f9da6","name":"Game Engine Architecture Book (2018)","description":null,"image":null,"links":"book|https://www.gameenginebook.com/","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9dbd8079-9bbe-4d80-a31a-118f45dc3070","name":"Game programming patterns","description":null,"image":null,"links":"book|http://gameprogrammingpatterns.com/","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"580c3131-7f86-461d-9435-1bc43cb95489","name":"HTML5 game development","description":null,"image":null,"links":"course|https://www.udacity.com/course/html5-game-development--cs255","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cbb2b9d-7685-475d-b318-dc3ae8f5b547","name":"Handmade Hero video repository","description":null,"image":null,"links":"course|https://handmadehero.org/watch#EpisodeGuide","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25c3e1ad-1027-4e39-a057-96d7d2a75475","name":"Game Dev","description":null,"image":null,"links":"chat|https://www.reddit.com/r/gamedev/","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2275af96-de00-4857-b0f9-84387b440391","name":"Handmade Hero","description":null,"image":null,"links":"livestream|https://handmadehero.org/watch","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d57c276e-72f4-4e55-8840-ca541c176ee2","name":"Gamedev","description":null,"image":null,"links":"qna|https://gamedev.stackexchange.com","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6558b122-940a-43be-8c6d-ca114405d7ff","name":"Main Wikipedia: Video game development","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Video_game_development","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9aa73b74-c615-45c6-b39b-8a0c4b299abf","name":"The evolution of trust","description":null,"image":null,"links":"game|https://ncase.me/trust/","topics":"game-theory;prisoners-dilemma","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5825771e-3a12-4a57-8d07-4df618fe5cd0","name":"Compositionality and String Diagrams for Game Theory","description":null,"image":null,"links":"research_paper|https://arxiv.org/pdf/1604.06061.pdf","topics":"game-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bcc152a-b6b9-4eba-80c0-3435434fd4e5","name":"Video Game History Foundation","description":null,"image":null,"links":"blog|https://gamehistory.org/blog/","topics":"games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d59c9155-9c17-4037-b25a-ab9ec1562c48","name":"A Theory of Fun for Game Design","description":"By Raph Koster","image":"https://learn-awesome.github.io/assets/book_covers/18182.jpg","links":"book|https://www.goodreads.com/book/show/18182.A_Theory_of_Fun_for_Game_Design","topics":"games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b95a9876-8383-4acd-802d-0a122e4b2f0d","name":"Factorio","description":null,"image":null,"links":"chat|https://www.reddit.com/r/factorio/","topics":"games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a491f264-827c-4769-81f0-53cd5756b1e4","name":"Patient gamers","description":null,"image":null,"links":"chat|https://www.reddit.com/r/patientgamers/","topics":"games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"35e35508-e52e-4336-a656-32402cf0eb47","name":"Board & card games","description":null,"image":null,"links":"qna|https://boardgames.stackexchange.com","topics":"games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"47360bcd-6120-4485-b5b9-537375d88b8a","name":"Role playing games","description":null,"image":null,"links":"qna|https://rpg.stackexchange.com","topics":"games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"54ba41da-1210-4105-a965-b68369e4856b","name":"Gaming","description":null,"image":null,"links":"qna|https://gaming.stackexchange.com","topics":"games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c32adb14-ffa0-46cd-a02f-57f0836c9807","name":"Main Wikipedia: Game","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Game","topics":"games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"be120a56-d4cc-4962-9f08-8ac8a898c034","name":"Simple Wikipedia: Game","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Game","topics":"games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b1b66a4a-470e-4a7b-a089-b17e961ca057","name":"Main Wikipedia: Gamification","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Gamification","topics":"gamification","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7cfbebb0-2421-4ab5-987b-0d77f5100d33","name":"Garbage collection","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Garbage-Collection-programming","topics":"garbage-collection","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"aa5b4396-78d6-49a8-9e0b-c39be5c9eb63","name":"Lively linear lisp -- look ma, no garbage!","description":null,"image":null,"links":"research_paper|http://www.pipeline.com/~hbaker1/LinearLisp.html","topics":"garbage-collection","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98c02738-3efb-4f10-b644-ec92a42b8648","name":"Thermodynamics and garbage collection","description":null,"image":null,"links":"research_paper|http://www.pipeline.com/~hbaker1/ThermoGC.html","topics":"garbage-collection","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"daa8ede1-a953-4c3d-b292-16ad4944c67c","name":"Garderning & landscaping","description":null,"image":null,"links":"qna|https://gardening.stackexchange.com","topics":"gardening","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6316bb7b-06ae-4f18-b4f7-2a3aa6ce2e08","name":"Main Wikipedia: Gardening","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Gardening","topics":"gardening","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"63e83823-422e-4ede-9bf8-feca789e416b","name":"Simple Wikipedia: Gardening","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Gardening","topics":"gardening","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"611ec5e5-f42d-4c68-b946-a0a504054178","name":"Genealogy & family history","description":null,"image":null,"links":"qna|https://genealogy.stackexchange.com","topics":"genealogy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5d6ab3ec-e9b4-4f1d-981e-647444bb267b","name":"Main Wikipedia: Genealogy","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Genealogy","topics":"genealogy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e5ee5b25-d123-40cf-86f1-02966d525650","name":"Simple Wikipedia: Genealogy","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Genealogy","topics":"genealogy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5d87a219-6603-4fd1-9a25-e931b1ad217a","name":"Anki Decks","description":null,"image":null,"links":"flashcard|https://ankiweb.net/shared/decks/geography","topics":"geography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"701eeb88-01bc-42c4-90a3-d5993e623981","name":"Geographic information systems","description":null,"image":null,"links":"qna|https://gis.stackexchange.com","topics":"geography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a27c7153-31ad-4e8b-879e-25a05a2de462","name":"Main Wikipedia: Geographic information system","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Geographic_information_system","topics":"geography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"07ae5ddc-7406-400a-9645-c19557a04f7a","name":"Main Wikipedia: Geography","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Geography","topics":"geography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"00fac1d1-7b1c-4750-a14a-5391199b3009","name":"Simple Wikipedia: Geography","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Geography","topics":"geography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"75e83075-3286-44af-acfe-86943f276b5e","name":"The elements of typographic style (1992)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/44735.The_Elements_of_Typographic_Style","topics":"graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"041603a4-179a-4df2-81b4-a938ae3b61f8","name":"Logo design love (2015)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/6728983-logo-design-love","topics":"graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5235cbec-cf22-44ee-81a8-1348d801ecff","name":"Graphic design","description":null,"image":null,"links":"qna|https://graphicdesign.stackexchange.com","topics":"graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cf66b2d2-9f34-463e-ab70-3d313e3be44d","name":"Main Wikipedia: Graphic design","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Graphic_design","topics":"graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"69b30748-56b9-4a3a-a31c-87e43fde74e0","name":"Simple Wikipedia: Graphic design","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Graphic_design","topics":"graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0b34ea13-6007-4464-a90a-83b367fcfa54","name":"BBC News","description":null,"image":null,"links":"newsletter|https://www.bbc.com/sport/gymnastics","topics":"gymnastics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0df9cdde-e56e-45b5-842a-6e26071ba950","name":"FlowGymnastics","description":null,"image":null,"links":"newsletter|https://www.flogymnastics.com/","topics":"gymnastics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb9eb9e5-4a84-430f-b642-2e0aa2beead9","name":"Flogymnastics Documentaries","description":null,"image":null,"links":"video|https://www.flogymnastics.com/articles/5033606-watch-the-latest-gymnastics-documentary","topics":"gymnastics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b56197ff-2015-40d2-90a8-519b2c5d9246","name":"Main Wikipedia: Gymnastics","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Gymnastics","topics":"gymnastics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2a51679b-2d6e-43e6-b892-15a13ae8ec18","name":"Main Wikipedia: Artistic gymnastics","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Artistic_gymnastics","topics":"gymnastics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3ea15953-a87a-4ad0-8766-3d0a56849871","name":"Simple Wikipedia: Gymnastics","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Gymnastics","topics":"gymnastics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a74b826b-b548-40d8-bbef-f92039d5cf7b","name":"SpritesMods","description":null,"image":null,"links":"blog|http://spritesmods.com/","topics":"hacking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e012ea5-01ee-4d3c-a272-4f22f5a7753d","name":"Why Beautiful Things Make us Happy – Beauty Explained","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=-O5kNPlUV7w","topics":"beauty","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"de002f38-05de-434f-b47b-45d456cc7c15","name":"Science Friday","description":null,"image":null,"links":"website|https://www.sciencefriday.com/topics/health/","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31ba07b1-43ea-412c-a444-c6aebb000305","name":"FoundMyFitness","description":null,"image":null,"links":"audio|https://overcast.fm/itunes818198322/foundmyfitness","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b3d68a3-a669-4c1a-ac76-792c7b0b9ca8","name":"Foodist with Darya Rose, Ph.D","description":null,"image":null,"links":"audio|https://overcast.fm/itunes1090954776/foodist-with-darya-rose-ph-d","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7226087-4d82-42e3-9900-8bc63040e47b","name":"The Body: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780198739036.001.0001/actrade-9780198739036?rskey=MLPnxI&result=84","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df0f9517-ae47-4a8e-ac93-e508a62f6d58","name":"Nutrition: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199681921.001.0001/actrade-9780199681921?rskey=sBHDD5&result=432","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"658db0fb-4436-494a-a31b-d71945785fc9","name":"Sleep: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199587858.001.0001/actrade-9780199587858?rskey=P9EWzI&result=530","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7db4e13d-08df-438b-97e1-2b81ff90bd47","name":"Starting Strength: Basic Barbell Training, 3rd edition","description":"By Mark Rippetoe","image":"https://learn-awesome.github.io/assets/book_covers/2098799.jpg","links":"book|https://www.goodreads.com/book/show/2098799.Starting_Strength","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a89d5a68-be41-4048-903c-9ffcd91ff254","name":"7 Real Causes of Procrastination & Their Effect on Your Life | Timely","description":null,"image":null,"links":"article|https://enjoytimely.com/blogs/productivity/causes-of-procrastination","topics":"procrastination;mental-health","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"4e85a1a3-f1de-48e4-b6a2-7c7409357e47","name":"Release v0.45.7 release · zadam/trilium · GitHub","description":null,"image":null,"links":"app|https://github.com/zadam/trilium/releases/tag/v0.45.7","topics":"tools-for-thought;teaching","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"c9cbbfc1-42dd-4464-a44b-101b7d60aac8","name":"Advanced fitness","description":null,"image":null,"links":"chat|https://www.reddit.com/r/AdvancedFitness/","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c8f291ab-f198-4aa6-b3f4-4dda6d1012b2","name":"Get disciplined","description":null,"image":null,"links":"chat|https://www.reddit.com/r/getdisciplined/","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"81dea6f0-c0ad-4e8c-b175-8b47c245879b","name":"Health","description":null,"image":null,"links":"chat|https://www.reddit.com/r/Health/","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e518e50f-bda8-463f-acbc-f1c49942fc15","name":"Longevity","description":null,"image":null,"links":"chat|https://www.reddit.com/r/longevity/","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7d260fe1-2dd8-4c85-9505-62d62b8bfe98","name":"Nootropics","description":null,"image":null,"links":"chat|https://www.reddit.com/r/Nootropics/","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"dd05d50d-bb57-4683-8d86-cce78e2acf09","name":"Nutrition","description":null,"image":null,"links":"chat|https://www.reddit.com/r/nutrition/","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d1d57e1d-9cad-4e2d-bf1a-a48c312f55e2","name":"Plant Based Diet","description":null,"image":null,"links":"chat|https://www.reddit.com/r/PlantBasedDiet","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ec7c34a6-26a1-4fe6-afdc-9a3443a7d604","name":"Vegan","description":null,"image":null,"links":"chat|https://www.reddit.com/r/vegan/","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a69ad69a-ad81-4e45-82bc-2fccb92f5386","name":"Physical fitness","description":null,"image":null,"links":"qna|http://fitness.stackexchange.com","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e780d927-21c8-4850-9045-fa2091ca4451","name":"Dan Carlin’s hardcore history","description":null,"image":null,"links":"audio|http://www.dancarlin.com/hardcore-history-series/","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd6e6710-7af6-404b-a9c6-c15e1feb2de2","name":"History of the world in 100 objects","description":null,"image":null,"links":"audio|http://www.bbc.co.uk/programmes/b00nrtd2/episodes/downloads","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7867a9f8-009e-4991-884c-037dcdb947c3","name":"Stuff you missed in history class","description":null,"image":null,"links":"audio|http://www.missedinhistory.com/","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aeb093de-b6cf-4ffa-a883-04fd7be44b03","name":"Undone","description":null,"image":null,"links":"audio|https://gimletmedia.com/undone/","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1500fdd-78f8-4580-b7f2-eaa65bd1b453","name":"The souls of black folk (1903)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/318742.The_Souls_of_Black_Folk","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f270810-a791-44b7-abc4-32910eb213d2","name":"Gravity’s rainbow (1973)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/415.Gravity_s_Rainbow","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98689f88-95a2-45bf-b4ca-e70c12eec559","name":"The gulag archipelago (1973)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/70561.The_Gulag_Archipelago_1918_1956","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"966f9505-d669-4e11-8233-e023961ab0cf","name":"American slavery, american freedom (1975)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/43365.American_Slavery_American_Freedom","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5c0f72b-863b-4bdf-8453-811aab24267a","name":"A people’s history of the united states (1980)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/2767.A_People_s_History_of_the_United_States","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22bf4e65-1552-4688-84a4-31b98d83208d","name":"Hackers: Heroes of the Computer Revolution - 25th Anniversary Edition","description":"By Steven Levy","image":"https://learn-awesome.github.io/assets/book_covers/56829.jpg","links":"book|https://www.goodreads.com/book/show/56829.Hackers","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"119c78aa-4930-4d9f-9b63-9036c3f42636","name":"The making of atomic bomb (1986)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/16884.The_Making_of_the_Atomic_Bomb","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"273df06a-4daf-45c1-9412-3904e61df915","name":"Lenin's tomb: the last days of the soviet empire (1993)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/113206.Lenin_s_Tomb","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d186a494-fc5f-4a86-b29e-c9bdc976af2f","name":"Why the allies won (1995)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/831378.Why_the_Allies_Won","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de707d93-50f4-4c39-9437-79e903f67f88","name":"Lies my teacher told me (1995)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/296662.Lies_My_Teacher_Told_Me","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2d7d1fa-e1f8-48b8-ad19-50f72b19f7ab","name":"Guns, germs, and steel: the fates of human societies (1997)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/1842.Guns_Germs_and_Steel","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6910737-1dd7-4fd6-9ee1-19d8847d16e6","name":"Two hundred years together (2002)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/28008677-200-years-together-two-hundred-years-together?rating=2","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"146b4366-772c-40a6-834d-f3b1f4cc98cc","name":"Masters of doom (2003)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/222146.Masters_of_Doom","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1582475c-d8ac-4643-a873-c4c702066e18","name":"Stalin: the court of the red tsar (2003)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/282108.Stalin","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1a3568c-d487-48b8-9340-ce2bc38752d2","name":"The Third Reich trilogy (2003-2008)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/3761596-the-third-reich-at-war","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6ecf979-1176-4903-a80c-d9d4ab754438","name":"Sapiens: a brief history of humankind (2011)","description":"Homo sapiens rules the world because it is the only animal that can believe in things that exist purely in its own imagination, such as gods, states, money and human rights.\\nStarting from this provocative idea, Sapiens goes on to retell the history of our species from a completely fresh perspective. It explains that money is the most pluralistic system of mutual trust ever devised; that capitalism is the most successful religion ever invented; that the treatment of animals in modern agriculture is probably the worst crime in history; and that even though we are far more powerful than our ancient ancestors, we aren’t much happier.\\n\\nBy combining profound insights with a remarkably vivid language, Sapiens acquired cult status among diverse audiences, captivating teenagers as well as university professors, animal rights activists alongside government ministers. By 2018, over 10 million copies have been sold, and the book has been translated into nearly 50 languages.","image":"https://www.ynharari.com/wp-content/uploads/2017/02/UK-Sapiens-e1486635350531.jpg","links":"summary|https://neilkakkar.com/sapiens.html;video|https://www.youtube.com/watch?v=nzj7Wg4DAbs;video|https://www.youtube.com/watch?v=UTchioiHM0U;audio|https://www.theguardian.com/science/audio/2014/sep/15/sapiens-brief-history-humankind-yuval-noah-harari-podcast;book|https://www.amazon.com/Sapiens-Humankind-Yuval-Noah-Harari/dp/0099590085?tag=learnawesome-20;video|https://www.youtube.com/watch?v=B2H9Q92RkfE","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0037b569-b0ca-419a-a5ba-751e81981592","name":"The origins of political order (2011)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/9704856-the-origins-of-political-order","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e57a03f-be6d-4ea5-9aba-c0437645125e","name":"The idea factory: bell labs and the great age of american innovation (2012)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/11797471-the-idea-factory","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb937ca1-3b02-4511-ac06-5e2be7471bcc","name":"Memory Machines: The Evolution of Hypertext (2013)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/17867988","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93963044-43f5-47de-96e4-8db96054c846","name":"The sixth extinction: an unnatural history (2014)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/17910054-the-sixth-extinction","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e16319c9-74e8-4544-a7f1-6450e2c1ee04","name":"Political order and political decay (2014)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/20575435-political-order-and-political-decay","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff5d57ac-abfd-41d8-b2ee-b25c8f3a2af4","name":"Conquerors: how portugal forged the first global empire (2015)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/25255039-conquerors","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d8f06a6-5564-4f19-a7a8-2761e929d54c","name":"Homo deus: a brief history of tomorrow (2015)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/31138556-homo-deus","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ecfd5d45-3e25-4c4c-8c45-012629eeac69","name":"Beyond Germs: Native Depopulation in North America (2015)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/25362826-beyond-germs","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6dc6d27d-2ef0-473e-aff8-34a7e8c9e860","name":"Anki Decks","description":null,"image":null,"links":"flashcard|https://ankiweb.net/shared/decks/history","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f50a486f-0c67-473a-b615-454841139042","name":"Art history","description":null,"image":null,"links":"chat|https://www.reddit.com/r/ArtHistory/","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"95fe7239-26cf-497c-aa60-0b3680fefcd7","name":"History","description":null,"image":null,"links":"chat|https://www.reddit.com/r/history/","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"13a43d87-5b6d-4f1f-9249-ea8a70f25644","name":"History","description":null,"image":null,"links":"qna|http://history.stackexchange.com","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8e6e28f0-1d77-4cba-a7c8-06c5f01dcd61","name":"Home improvement","description":null,"image":null,"links":"qna|https://diy.stackexchange.com","topics":"home-improvement","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7324bb66-91b2-4255-986a-485f348274d0","name":"Richard Feynman and The Connection Machine - The Long Now","description":null,"image":null,"links":"article|http://longnow.org/essays/richard-feynman-connection-machine/","topics":"richard-feynman","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36e54c26-fac4-4e6d-ab5d-3644b4ac112f","name":"Compositionality – The open-access journal for the mathematics of composition","description":null,"image":null,"links":"journal|https://compositionality-journal.org/","topics":"category-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b87d8d3-3ed3-49ca-bfd5-abc2ac5a4ef9","name":"Main Wikipedia: Information security","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Information_security","topics":"information-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ed7b93c8-b2db-4ca3-b61d-3aec04724291","name":"Simple Wikipedia: Information security","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Information_security","topics":"information-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ec072ea8-413a-42fd-84fe-865f597f2c9c","name":"Ask HN: How to self-study integrated circuit design?","description":null,"image":null,"links":"article|https://news.ycombinator.com/item?id=19890949","topics":"integrated-circuit-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e7e5ee9-51c8-4c03-8cb5-35b434a582a3","name":"Onur Multu Lectures","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCIwQ8uOeRFgOEvBLYc3kc3g","topics":"integrated-circuit-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"251ad3f6-3b40-4322-ac7e-01d9cd010eb1","name":"Carnegie Mellon Computer Architecture","description":null,"image":null,"links":"video|https://www.youtube.com/user/cmu18447","topics":"integrated-circuit-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"122c023a-96fc-44dc-bc95-3bc9ecbbff12","name":"Ember.js - A framework for ambitious web developers","description":null,"image":null,"links":"website|https://emberjs.com/","topics":"software-tools/emberjs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01259ea0-7c23-4fd6-b2b7-bff487828e2a","name":"Analysis of Half-life Regression Model Made by Duolingo","description":null,"image":null,"links":"article|https://papousek.github.io/analysis-of-half-life-regression-model-made-by-duolingo.html","topics":"spaced-repetition;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"55a58afe-e059-44e8-acd4-47eb1b96535d","name":"Braids & Juggling Patterns","description":null,"image":null,"links":"book|https://www.math.hmc.edu/seniorthesis/archives/2003/mmacaule/mmacaule-2003-thesis.pdf","topics":"juggling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69086037-a6ae-4738-87fd-3b1e52409912","name":"Relation with Braid theory","description":null,"image":null,"links":"image|https://twitter.com/panlepan/status/850352320634335232","topics":"juggling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7759157b-2d4e-44ac-9717-1461446c198e","name":"Scientific Aspects of Juggling","description":null,"image":null,"links":"research_paper|https://fermatslibrary.com/s/scientific-aspects-of-juggling","topics":"juggling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b920b0d-8c6f-4f1a-af2c-35d773b02245","name":"Mathematics of Juggling","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=38rf9FLhl-8","topics":"juggling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"26703eba-432b-4af8-bef2-34359ac450b6","name":"Main Wikipedia: Juggling","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Juggling","topics":"juggling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1d1fb4c1-db10-4644-a6d0-df7be24c81d8","name":"Simple Wikipedia: Juggling","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Juggling","topics":"juggling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9b36b45f-3a10-4b56-8159-72fb486d5d00","name":"Anki Decks","description":null,"image":null,"links":"flashcard|https://ankiweb.net/shared/decks/law","topics":"law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e66a805e-04f6-45da-a372-5d2ca09f505d","name":"The Five Dysfunctions of a Team: A Leadership Fable (2002) - Summary by FourMinuteBooks","description":"In The Five Dysfunctions of a Team Patrick Lencioni once again offers a leadership fable that is as enthralling and instructive as his first two best-selling books, The Five Temptations of a CEO and The Four Obsessions of an Extraordinary Executive. This time, he turns his keen intellect and storytelling power to the fascinating, complex world of teams. Kathryn Petersen, Decision Tech's CEO, faces the ultimate leadership crisis: Uniting a team in such disarray that it threatens to bring down the entire company. Will she succeed? Will she be fired? Will the company fail? Lencioni's utterly gripping tale serves as a timeless reminder that leadership requires as much courage as it does insight. Throughout the story, Lencioni reveals the five dysfunctions which go to the very heart of why teams even the best ones-often struggle. He outlines a powerful model and actionable steps that can be used to overcome these common hurdles and build a cohesive, effective team. Just as with his other books, Lencioni has written a compelling fable with a powerful yet deceptively simple message for all those who strive to be exceptional team leaders.","image":"https://covers.openlibrary.org/b/id/6872805-M.jpg","links":"summary|https://fourminutebooks.com/the-five-dysfunctions-of-a-team-summary/;book|https://www.amazon.in/Five-Dysfunctions-Team-Leadership-Fable/dp/0787960756?tag=learnawesome-21","topics":"leadership","creators":"Patrick Lencioni","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ff682d2-881a-46f5-95e3-ebfb70689d05","name":"LibGen","description":null,"image":null,"links":"website|http://gen.lib.rus.ec/","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82013524-ca93-42e7-abe1-a3ec45326517","name":"SciHub","description":null,"image":null,"links":"website|https://sci-hub.tw/","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db60584f-88b9-4888-859b-524f6918f561","name":"Main Wikipedia: https://en.wikipedia.org/","description":null,"image":null,"links":"website|https://en.wikipedia.org/","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b6c12e83-c111-47eb-abf4-1244720c6b80","name":"Simple Wikipedia: https://simple.wikipedia.org/","description":null,"image":null,"links":"website|https://simple.wikipedia.org/","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c693befc-da59-4dbe-8d9a-7bb27a76cc62","name":"OpenCulture","description":null,"image":null,"links":"website|http://www.openculture.com/","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cd1e973-6b07-47e1-bcea-19aca84f26b9","name":"Coursera","description":null,"image":null,"links":"website|https://coursera.org","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25468d17-4bd7-444c-9569-1c21b851767c","name":"How Birds Get Oxygen Inside Their Eggs","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=w-M33PtwtM4","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f5e3cd46-8d04-4f4b-8723-40b7cdd403fc","name":"MIT OpenCourseWare","description":null,"image":null,"links":"website|https://en.wikiversity.org/wiki/Wikiversity:Main_Page","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5392806d-4798-4e34-beb3-40f8879eb59e","name":"The Spiral Approach to Thinking and Learning","description":null,"image":null,"links":"article|https://www.av8n.com/physics/spiral-approach.htm","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62d064b5-33ab-467a-a24c-52c0cb4c1adc","name":"There's no speed limit","description":null,"image":null,"links":"article|https://sivers.org/kimo","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62cbd47c-43b0-4c80-9746-09f1ee3bf45d","name":"What kids need to learn to succeed in 2050","description":null,"image":null,"links":"article|https://medium.com/s/youthnow/yuval-noah-harari-21-lessons-21st-century-what-kids-need-to-learn-now-to-succeed-in-2050-1b72a3fb4bcf","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e7a1b972-0212-4575-9826-a3c760e9a25d","name":"Want to learn a new skill? Take some short breaks","description":null,"image":null,"links":"article|https://www.ninds.nih.gov/News-Events/News-and-Press-Releases/Press-Releases/Want-learn-new-skill-Take-some-short-breaks","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7018f229-2e73-42b4-aa23-59a11181780c","name":"Designing personal curricula for lifelong learning","description":null,"image":null,"links":"article|https://medium.com/swlh/designing-personal-curricula-for-lifelong-learning-9f2b2d21b893","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"03d1e110-59f0-46cf-ace8-fdd6aa85072c","name":"The Problem With Learning Styles","description":null,"image":null,"links":"article|https://www.scientificamerican.com/article/the-problem-with-learning-styles/","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aecc3827-6dbd-4818-8278-c242a08e08a0","name":"Why Lifelong Learning is The Only Option","description":null,"image":null,"links":"article|http://www.gettingsmart.com/2017/01/10-reasons-why-lifelong-learning-is-the-only-option/","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43ef9e15-f2c2-4bc7-b8f7-6b1d6281ca87","name":"Aerobic Exercises Enhance Neurogenesis and Neuroplasticity","description":null,"image":null,"links":"article|https://sharpbrains.com/resources/2-the-4-pillars-of-brain-maintenance/physical-exercise-why-aerobic-exercise-enhances-neurogenesis-and-neuroplasticity/","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93f2b713-ba60-41b6-aafd-2da247ceea4c","name":"You and Your Research","description":null,"image":null,"links":"article|https://jamesclear.com/great-speeches/you-and-your-research-by-richard-hamming","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83b021d3-6362-426f-8b3b-0adf4e831dd1","name":"How to (seriously) read a scientific paper | Science | AAAS","description":null,"image":null,"links":"article|https://www.sciencemag.org/careers/2016/03/how-seriously-read-scientific-paper","topics":"science;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"222a8962-d346-4b1d-ae92-38283c72fa7f","name":"Rubik's Cube - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Rubik%27s_Cube","topics":"rubik-cube","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8d06abbc-fa92-4fbb-9375-6e74dbea830c","name":"The Art of Learning - Summary by fourminutebooks.com","description":null,"image":null,"links":"summary|https://fourminutebooks.com/the-art-of-learning-summary/;summary|http://blas.com/wp-content/uploads/2019/07/The-Art-of-Learning.pdf;summary|https://sivers.org/book/ArtOfLearning;summary|https://blas.com/the-art-of-learning/;book|https://openlibrary.org/books/OL17174611M/The_art_of_learning","topics":"learning;worth-re-reading;philosophy;josh-waitzkin;chess","creators":"Josh Waitzkin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3368c57c-28ad-450d-b0eb-4a397727bf9e","name":"Learning: A Very Short Introduction - Review by T.D.Wilson","description":null,"image":null,"links":"summary|http://informationr.net/ir/reviews/revs572.html;book|https://www.goodreads.com/book/show/27310222-learning","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"970ba88f-ee29-4ba9-bd59-5452a6567757","name":"How People Learn: Brain, Mind, Experience, and School","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=SYFAh656WCs;wiki|https://en.wikipedia.org/wiki/How_People_Learn;summary|https://docs.lib.purdue.edu/cgi/viewcontent.cgi?article=1005&context=giftedchildren;book|https://www.goodreads.com/book/show/65322.How_People_Learn?ac=1&from_search=true","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"660f353a-9a27-42f9-8557-5457b908182e","name":"Yamaha Sound Reinforcement Handbook 2nd Edition Gary Davis Ralph Jones","description":null,"image":null,"links":"book|https://bgaudioclub.org/uploads/docs/Yamaha_Sound_Reinforcement_Handbook_2nd_Edition_Gary_Davis_Ralph_Jones.pdf","topics":"sound-production;sound","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49312ec4-b1fd-46d6-9549-0084e2779cfc","name":"The 4-hour Chef","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/13129810-the-4-hour-chef;audio|https://tim.blog/the-4-hour-chef-audiobook-private/","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3d0c425-a533-49cf-be88-df309bd5ac65","name":"Data Science Course in Bangalore | Best Certified Training | Placement","description":null,"image":null,"links":"book|https://www.acte.in/data-science-training-in-bangalore","topics":"acting;equilibrium","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"c95cccd0-b8c1-4211-a989-64e59f90cb65","name":"Mindstorms","description":null,"image":null,"links":"book|https://mindstorms.media.mit.edu/","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57f62dd6-52b5-4480-b04f-5503ebfae997","name":"Experience and Education","description":null,"image":null,"links":"book|https://books.google.co.in/books?id=JhjPK4FKpCcC&redir_esc=y","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6baeabe-a2b9-4613-977e-d854fc5fdde0","name":"Young Children Reinvent Arithmetic","description":null,"image":null,"links":"book|https://books.google.co.in/books/about/Young_Children_Reinvent_Arithmetic.html?id=XWPdDgAAQBAJ&redir_esc=y","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b80e53e9-0e80-41cb-9940-ceb67ac3413f","name":"Lifelong Kindergarten","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/lifelong-kindergarten","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac4d70d9-161c-4db0-a59c-271cd10e7b6d","name":"Learning How To Learn","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/36647421-learning-how-to-learn?ac=1&from_search=true;course|https://www.coursera.org/learn/learning-how-to-learn/;audio|https://fs.blog/2018/04/learning-barbara-oakley/","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"298ef15b-54ec-49d9-8474-4511991a8348","name":"Neural Experience | Web and Software Development | Marketing -","description":null,"image":null,"links":"website|https://www.neuralexperience.io/","topics":"web-development;ux","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"2b124e33-3f13-4761-8765-a088ae0617b4","name":"/r/TodayILearned","description":null,"image":null,"links":"chat|https://www.reddit.com/r/todayilearned/top/?sort=top&t=all","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7431e882-19c3-4388-aa4a-1c8c0b89987f","name":"/r/ExplainLikeImfive","description":null,"image":null,"links":"chat|https://www.reddit.com/r/explainlikeimfive/top/?sort=top&t=all","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"37f66f17-3cc5-4af1-83b6-35d0d01e1591","name":"/r/EducationalGIFs","description":null,"image":null,"links":"chat|https://www.reddit.com/r/educationalgifs/top/?sort=top&t=all","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b263c685-3471-4ef0-a513-dcdde7e968a5","name":"/r/YouShouldKnow","description":null,"image":null,"links":"chat|https://www.reddit.com/r/YouShouldKnow/top/?sort=top&t=all","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"835fab31-8040-4fd4-8bac-5a56c1a1f33a","name":"/r/IWantToLearn","description":null,"image":null,"links":"chat|https://www.reddit.com/r/IWantToLearn/top/?sort=top&t=all","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ff0afa22-9735-467d-8772-0cf801a572ea","name":"/r/howto","description":null,"image":null,"links":"chat|https://www.reddit.com/r/howto/top/?sort=top&t=all","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"11cd5f51-7b4b-4e22-a7d1-b366e72d10d8","name":"/r/answers","description":null,"image":null,"links":"chat|https://www.reddit.com/r/answers/top/?sort=top&t=all","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"001d5a6f-0f05-4b60-a748-bde6df543a54","name":"/r/lectures","description":null,"image":null,"links":"chat|https://www.reddit.com/r/lectures/top/?sort=top&t=all","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"acb08693-1700-4da2-997b-540fe79439cf","name":"/r/teachingresources","description":null,"image":null,"links":"chat|https://www.reddit.com/r/teachingresources/top/?sort=top&t=all","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4651d8c3-395b-4af9-bc87-0290793d8747","name":"/r/OpenEd","description":null,"image":null,"links":"chat|https://www.reddit.com/r/OpenEd/top/?sort=top&t=all","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"45d580f1-4aa2-4b3f-96cc-acd00fe53767","name":"/r/UniversityOfReddit","description":null,"image":null,"links":"chat|https://www.reddit.com/r/universityofreddit/","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"552c9fe4-9069-4a42-88a9-7e618a719774","name":"Lego brick","description":null,"image":null,"links":"qna|https://bricks.stackexchange.com","topics":"lego","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1194e792-fb53-4cd9-ac7b-999bf881633e","name":"Main Wikipedia: Lego","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Lego","topics":"lego","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"043b7c97-c189-4646-91e8-a35fdc258b3d","name":"Simple Wikipedia: Lego","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Lego","topics":"lego","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3c452e84-8eaf-4041-a4dc-6e1e32dfa207","name":"Make Your Own Rules","description":null,"image":null,"links":"article|https://www.ribbonfarm.com/2018/02/15/make-your-own-rules/","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae46b008-4c32-4400-b01d-148de2093b8e","name":"Modes of Living","description":null,"image":null,"links":"article|https://invertedpassion.com/modes-of-living/","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86f0aa1a-7092-4438-8fed-0f7bb2db42b7","name":"A Natural History of Beauty","description":null,"image":null,"links":"article|https://meltingasphalt.com/a-natural-history-of-beauty/","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec14a1a5-0379-4fe4-8111-4dd2adc52698","name":"Life Is Short","description":null,"image":null,"links":"article|http://paulgraham.com/vb.html","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74cd0961-ddc9-45ed-ae42-c6caa8dd15fe","name":"Melting Asphalt","description":null,"image":null,"links":"blog|https://meltingasphalt.com/archive/","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2abba6dd-0128-4c4f-bc1d-b64e4198fb3d","name":"All I Really Needed to Know, I Learned in Kindergarten (1987)","description":null,"image":null,"links":"book|https://en.wikipedia.org/wiki/All_I_Really_Need_to_Know_I_Learned_in_Kindergarten","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"76772fe7-a8d5-487b-929c-e0d7f737f2ca","name":"The 7 Habits of Highly Effective People","description":null,"image":null,"links":"book|https://en.wikipedia.org/wiki/The_7_Habits_of_Highly_Effective_People","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"23b2ba35-d576-4c06-8cbc-4fd43b9eed4a","name":"Happiness: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199590605.001.0001/actrade-9780199590605?rskey=XaooWh&result=266","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c46e737c-fab7-4f3f-a9c7-a4fbcfe85e84","name":"The Meaning of Life: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199532179.001.0001/actrade-9780199532179?rskey=rtROx3&result=368","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8fb187f-2676-4f2e-9415-1c3ed0de863c","name":"Kevin Simler and Robin Hanson, The Elephant in the Brain: Hidden Motives in Everyday Life","description":"By Kevin Simler","image":"https://learn-awesome.github.io/assets/book_covers/28820444.jpg","links":"book|https://www.goodreads.com/book/show/28820444-the-elephant-in-the-brain","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"586a70d6-f12b-4699-b73e-dedb6a24b4fe","name":"Personal productivity Stack Exchange","description":null,"image":null,"links":"qna|https://productivity.stackexchange.com","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"dcab5fff-7dba-47f5-b6cb-244df625b224","name":"Understanding Linear Algebra","description":null,"image":null,"links":"book|http://merganser.math.gvsu.edu/david/linear.algebra/ula/ula/ula.html","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"132aa292-05be-4698-b8eb-97e3be3991f2","name":"Linear algebra","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Linear-Algebra","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"875e21bc-5e65-4ca0-a109-d5b555bda19a","name":"Main Wikipedia: Linear algebra","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Linear_algebra","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9b5db19c-bf2a-4bfb-8820-9988d75e3d2f","name":"Simple Wikipedia: Linear algebra","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Linear_algebra","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3a3eb1e0-785b-4596-a298-df80a0a88db8","name":"Langauge and Language Teaching","description":null,"image":null,"links":"journal|https://azimpremjifoundation.org/foundation/807","topics":"linguistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6db88204-e3ce-4a2b-8d22-7fecf374682f","name":"Stack Exchange","description":null,"image":null,"links":"qna|https://linguistics.stackexchange.com","topics":"linguistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e07f2756-1c19-47eb-af93-47283a7cf521","name":"Main Wikipedia: Linguistics","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Linguistics","topics":"linguistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"45c7360c-572d-4310-bad8-bcee138b231b","name":"Simple Wikipedia: Linguistics","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Linguistics","topics":"linguistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"dabf2d0b-98d6-42c8-8b7a-eb4f30dd2c4b","name":"Literature","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Literature","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8f78577a-caf3-4bc1-8775-7faa55db73d3","name":"Main Wikipedia: Literature","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Literature","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a18f91a5-3c42-4c96-bdf9-0a616a7ba77c","name":"Simple Wikipedia: Literature","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Literature","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"41ccb4c0-848f-42ea-8a76-e92044f7227c","name":"Introduction to Lambda Calculus (2000)","description":null,"image":null,"links":"book|http://www.cse.chalmers.se/research/group/logic/TypesSS05/Extra/geuvers.pdf","topics":"logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1db25c9-715d-4e40-9a18-6ce2d393cb5a","name":"The Haskell road to logic, math and programming (2004)","description":null,"image":null,"links":"book|https://fldit-www.cs.uni-dortmund.de/~peter/PS07/HR.pdf","topics":"logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7293e810-9687-400f-9b08-b4d50b2b3bea","name":"Logicomix (2008)","description":null,"image":null,"links":"book|https://www.scribd.com/document/98921232/Bertrand-Russell-Logicomix","topics":"logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce8bd924-189f-437e-a6f5-07ac9154ecff","name":"forallx: Cambridge (2017)","description":null,"image":null,"links":"book|http://people.ds.cam.ac.uk/tecb2/forallx.shtml","topics":"logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"683523a6-e9b3-495c-8c38-bdeb688fe52b","name":"Teach Yourself Logic","description":null,"image":null,"links":"book|https://www.logicmatters.net/resources/pdfs/TeachYourselfLogic2017.pdf","topics":"logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df4a3e44-1709-432b-8c65-6d10570a21a1","name":"Logic","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Logic-mathematics","topics":"logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7ee31631-6bcd-4eb2-b7c3-fd91182418ab","name":"Main Wikipedia: Logic","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Logic","topics":"logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3d59b1e8-6299-47cb-855e-9d92d1821782","name":"Simple Wikipedia: Logic","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Logic","topics":"logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d691563e-85af-4f4c-baee-f485ee365d3c","name":"Cognitive Machine Learning: Learning to Explain","description":null,"image":null,"links":"article|http://blog.shakirm.com/2017/02/cognitive-machine-learning-1-learning-to-explain/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7afa067c-100f-4f24-9993-eba2ddf53ee0","name":"The Talking Machines","description":null,"image":null,"links":"audio|https://www.thetalkingmachines.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06d7e874-a0f7-4a1c-ac11-fe0c41f188ce","name":"Data Skeptic","description":null,"image":null,"links":"audio|https://dataskeptic.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9d85135-0c0f-42c5-a09a-e81f8cc52df2","name":"Linear Digressions","description":null,"image":null,"links":"audio|http://lineardigressions.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32463ac8-150d-4f12-b206-6bd72eedfa63","name":"Machine learning guide","description":null,"image":null,"links":"audio|https://itunes.apple.com/us/podcast/machine-learning-guide/id1204521130","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"daaab2d5-9bef-42d4-8d11-9b1159c97a72","name":"Not So Standard Deviations","description":null,"image":null,"links":"audio|https://soundcloud.com/nssd-podcast","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e95afb04-f79e-499e-bc1a-b61eb9191e44","name":"Practical AI","description":null,"image":null,"links":"audio|https://changelog.com/practicalai","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57786ef5-cf87-4524-a241-944a5a24884b","name":"Talking machines","description":null,"image":null,"links":"audio|https://overcast.fm/itunes955198749/talking-machines","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"471b1694-86af-4317-a39e-72b8a2f62ce7","name":"KDnuggets","description":null,"image":null,"links":"blog|http://www.kdnuggets.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0ddeaef-ed66-416f-a524-39c01a9bdde4","name":"MLWave","description":null,"image":null,"links":"blog|http://mlwave.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27c6e443-9790-47ca-9ffd-d0d3e919ef12","name":"Aditya Prakash","description":null,"image":null,"links":"blog|http://iamaaditya.github.io/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4e1f3471-1bc9-43a1-b26f-5ac0b7e58afe","name":"Andrej Karpathy","description":null,"image":null,"links":"blog|https://karpathy.github.io/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1f4b40a4-b146-49e2-b725-c1d7da9f3551","name":"Andrew Gambarella","description":null,"image":null,"links":"blog|https://atgambardella.github.io/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4228db9c-c720-4427-be30-e9684b15d563","name":"Apple ML Journal","description":null,"image":null,"links":"blog|https://machinelearning.apple.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b443b72-c22d-4cb9-91a6-a00de994349c","name":"Arg min","description":null,"image":null,"links":"blog|http://www.argmin.net/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fe465b7-0437-44e7-a124-5f465f05e18a","name":"Bradford Cross","description":null,"image":null,"links":"blog|http://www.bradfordcross.com","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"943ec3dd-cf14-43e7-8fba-a5dd96135dcf","name":"Brief History of Machine Learning","description":null,"image":null,"links":"blog|http://www.erogol.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0127308-20de-4a0a-a82a-7bbd043ba360","name":"Christopher Olah","description":null,"image":null,"links":"blog|http://colah.github.io/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6638df84-f448-4335-aad7-55615ab3d966","name":"Clarifai","description":null,"image":null,"links":"blog|http://blog.clarifai.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26d38135-a18f-4641-805d-65482194f691","name":"Concept Search on Wikipedia","description":null,"image":null,"links":"blog|http://mccormickml.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"436c6187-72c6-49a5-8faf-6c35146299b9","name":"Deep Dojo","description":null,"image":null,"links":"blog|http://deepdojo.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c798058-a0a0-4341-8858-a9039581bd8b","name":"DeepMath","description":null,"image":null,"links":"blog|https://www3.math.tu-berlin.de/numerik/www.deepmath.org/index.php","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9447293-c526-43ed-bf04-e7f8e55ac020","name":"DeepMind","description":null,"image":null,"links":"blog|https://deepmind.com/blog/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b93a377-cf62-457c-b788-b02d36809cd0","name":"Distill","description":null,"image":null,"links":"blog|http://distill.pub/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01a4bb1c-d9af-4dba-be5d-54e6cc0159e2","name":"Facebook Research","description":null,"image":null,"links":"blog|https://research.fb.com/blog/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"583f5346-193f-41d2-a64a-cf2331f21dc6","name":"FastML","description":null,"image":null,"links":"blog|http://www.fastml.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4969732c-048c-4ddd-8c77-ef0cdbd377bf","name":"Google Research","description":null,"image":null,"links":"blog|https://research.googleblog.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bd95420-0ed2-49f9-be0a-f6985ea31626","name":"I Am Trask","description":null,"image":null,"links":"blog|http://iamtrask.github.io/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2fcc5cf1-524b-418a-9ac1-346fb0a1f63b","name":"Igor Babuschkin","description":null,"image":null,"links":"blog|https://babushk.in/archive.html","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05a68332-195a-465f-a78b-debb269872b5","name":"InFERENCe","description":null,"image":null,"links":"blog|http://www.inference.vc/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf752de7-c6a3-4417-a4c8-30fb25056673","name":"Inverse Probability","description":null,"image":null,"links":"blog|http://inverseprobability.com/blog.html","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6996d968-edd4-4da3-998a-28ef97ff3618","name":"I’m a Bandit","description":null,"image":null,"links":"blog|https://blogs.princeton.edu/imabandit/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"857ab73b-31b5-4bac-b376-664130f3376c","name":"Kaggle Blog","description":null,"image":null,"links":"blog|http://blog.kaggle.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9569127b-59f0-475a-a1cb-59d2d5788837","name":"Lilian Weng","description":null,"image":null,"links":"blog|https://lilianweng.github.io/lil-log/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fd7dad66-2427-49ca-a7fc-3a1b34e01c82","name":"Machine Learning Theory","description":null,"image":null,"links":"blog|http://hunch.net/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87783d09-c252-4295-ab1f-5034cb6f3acc","name":"Machine Think","description":null,"image":null,"links":"blog|http://machinethink.net/blog/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"becc5eb7-6ab9-47cd-a53e-7648dc17fb56","name":"Max Welling","description":null,"image":null,"links":"blog|http://scientificpearlsofwisdom.blogspot.nl/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b2a677f-ee15-4656-95de-966d9699a6d4","name":"Off the Convex Path","description":null,"image":null,"links":"blog|http://www.offconvex.org/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2b2ee88-af2c-4353-a642-ef245c25dd5d","name":"OpenAI","description":null,"image":null,"links":"blog|https://blog.openai.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"597a601d-4b65-4895-982e-447feb7bdfd4","name":"Peter Goldsborough","description":null,"image":null,"links":"blog|http://www.goldsborough.me/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c8bd749-0c1a-4199-b785-a42094c166eb","name":"Ryan Dahl","description":null,"image":null,"links":"blog|http://tinyclouds.org/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a3cbcfb-a7ae-46c4-9109-a18ac60b539f","name":"Sander Dieleman","description":null,"image":null,"links":"blog|http://benanne.github.io/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"79ff213c-7f23-47b2-be34-6efbd8059887","name":"Silicon Valley AI Lab","description":null,"image":null,"links":"blog|https://svail.github.io/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8fbacf5f-9edd-4de7-98ca-2fa99dbd3832","name":"Somatic","description":null,"image":null,"links":"blog|http://www.somatic.io/blog","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a980e188-1a36-479c-8372-b4f8bc6a6680","name":"Sourabh Bajaj","description":null,"image":null,"links":"blog|http://sourabhbajaj.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4a8ca88-d7c1-41e9-b83a-99bab2996dfd","name":"Statistical Modelling, Causal Inference and Social Science","description":null,"image":null,"links":"blog|http://andrewgelman.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2fb25b97-634d-4d06-9375-5652b47a12e8","name":"Stephan Hoyer","description":null,"image":null,"links":"blog|http://stephanhoyer.com/blog/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb8614a5-aaaf-4eda-9208-e32a80f446f0","name":"TensorFlow","description":null,"image":null,"links":"blog|https://medium.com/tensorflow","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5aaa120c-6f60-424f-b1d4-deb80df27343","name":"The Neural Perspective","description":null,"image":null,"links":"blog|https://theneuralperspective.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c1a1c20-d0af-42e1-9ffd-198967bcf232","name":"The Spectator","description":null,"image":null,"links":"blog|http://blog.shakirm.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72b62351-3fb2-4620-b129-23637d3900ba","name":"Tim Head","description":null,"image":null,"links":"blog|http://betatim.github.io/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cf1e62ff-3473-4884-9c64-a25e791e1469","name":"Triangle Inequality","description":null,"image":null,"links":"blog|https://triangleinequality.wordpress.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7c5d98f-fc46-412e-8d56-2e9b62da770c","name":"Unintentionally Inconsiderate","description":null,"image":null,"links":"blog|http://rocknrollnerd.github.io/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0062d1e8-8f71-420a-86b8-a82c76150c3a","name":"WildML","description":null,"image":null,"links":"blog|http://www.wildml.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd03ca45-e35d-44b5-8c11-dc2c7d1a2df5","name":"Pattern Recognition and Machine Learning","description":null,"image":null,"links":"book|https://www.microsoft.com/en-us/research/people/cmbishop/#!prml-book","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbd25027-dcda-4dc4-ae4f-d20094e4a52c","name":"The Elements of Statistical Learning","description":null,"image":null,"links":"book|http://web.stanford.edu/~hastie/ElemStatLearn/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c84edaf7-0b7f-4ede-95dc-7ec8ee49928a","name":"Paradigms of artificial intelligence programming (1991)","description":null,"image":null,"links":"book|http://norvig.com/paip.html","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42d384a2-69d9-4f11-91c0-4d1ea688400f","name":"Artificial intelligence a modern approach (1994)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/27543.Artificial_Intelligence","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9d8b276-d685-4db2-8a9a-0a0654013d36","name":"Machine learning (1997)","description":null,"image":null,"links":"book|http://www.cs.cmu.edu/~tom/mlbook.html","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fc8b719-4a25-4878-a50c-ec4795ceb938","name":"The quest for artificial intelligence - a history of ideas and achievements (2009)","description":null,"image":null,"links":"book|http://ai.stanford.edu/~nilsson/QAI/qai.pdf","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40ecdbf4-1ac9-4b60-b0fd-6ff5af46621c","name":"Introduction to artificial intelligence (2011)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/11328752-introduction-to-artificial-intelligence","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f598a645-ffdc-48c3-940e-1e9c5e7847f7","name":"Machine learning: a probabilistic perspective (2012)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/15857489-machine-learning","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb3288b5-26b0-4690-9ca7-b398ab5775ac","name":"The Nature of Code (2012)","description":null,"image":null,"links":"book|http://natureofcode.com/book/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9aeb84b-d3d2-4704-8b6c-cee9d7b03981","name":"Superintelligence: paths, dangers, strategies (2014)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/20527133-superintelligence","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a22eb264-6f2a-49de-9b77-b3b0a34c4adc","name":"Understanding machine learning: from theory to algorithms (2014)","description":null,"image":null,"links":"book|http://www.cs.huji.ac.il/%7Eshais/UnderstandingMachineLearning/understanding-machine-learning-theory-algorithms.pdf","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c73233b9-8f7c-4677-a4bf-6735fa89ed01","name":"Neural Networks and Deep Learning (2015)","description":null,"image":null,"links":"book|http://neuralnetworksanddeeplearning.com/index.html","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d8c093b-d7d4-4b92-899a-26f877704cd6","name":"Deep Larning with Python (2017)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/33986067-deep-learning-with-python","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"522dc38c-4692-4f8c-a6da-090fb5aab350","name":"Tensorflow machine learning cookbook (2017)","description":null,"image":null,"links":"book|https://www.packtpub.com/big-data-and-business-intelligence/tensorflow-machine-learning-cookbook","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64dec401-6b17-471a-a408-1623e3cf1be2","name":"Hands-On Machine Learning with Scikit-Learn and TensorFlow (2017)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/32899495-hands-on-machine-learning-with-scikit-learn-and-tensorflow","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6312d6d-8328-4f17-a731-8ece02335288","name":"Machine Learning with Go (2017)","description":null,"image":null,"links":"book|https://www.packtpub.com/big-data-and-business-intelligence/machine-learning-go","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb7846be-2730-4f27-9e1d-861d5234d11f","name":"Interpretable Machine Learning (2018)","description":null,"image":null,"links":"book|https://christophm.github.io/interpretable-ml-book/index.html","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1075b26b-181d-402c-b581-433a8e703161","name":"Deep learning","description":null,"image":null,"links":"book|http://www.deeplearningbook.org/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3891f689-30ab-4de1-81ac-73e6ddccb82b","name":"Interpretable machine learning (2018)","description":null,"image":null,"links":"book|https://christophm.github.io/interpretable-ml-book/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"19e27903-5970-4d32-8290-18ff99fbe68d","name":"AI for Everyone","description":null,"image":null,"links":"course|https://www.coursera.org/learn/ai-for-everyone/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6245d44-41bc-4cbf-ab97-f8c2f6649cbb","name":"MIT Deep Learning (2019)","description":null,"image":null,"links":"course|https://github.com/lexfridman/mit-deep-learning","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9692add4-f521-4c8f-917d-3ffc8d0e7f65","name":"Amazon’s Machine Learning University course (2018)","description":null,"image":null,"links":"course|https://aws.amazon.in/blogs/machine-learning/amazons-own-machine-learning-university-now-available-to-all-developers/?tag=learnawesome-21","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61c2f859-d6eb-4d71-bb7c-093a9d1fc613","name":"Advanced Machine Learning with TensorFlow on Google Cloud Platform Specialization","description":null,"image":null,"links":"course|https://www.coursera.org/specializations/advanced-machine-learning-tensorflow-gcp","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff36aa50-1d55-432e-8f23-b2907edcc0af","name":"Artificial intelligence for robotics","description":null,"image":null,"links":"course|https://www.udacity.com/course/artificial-intelligence-for-robotics--cs373","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fe13161-9294-4b48-a8fa-962c64a62920","name":"DBA Roadmap: Learn to become a database administrator with PostgreSQL","description":null,"image":null,"links":"learning_plan|https://roadmap.sh/postgresql-dba","topics":"software-tools/postgresql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e960d3a-722e-40de-9b9e-061591afb2ad","name":"Introduction to Deep Learning (2018)","description":null,"image":null,"links":"course|http://introtodeeplearning.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af5f2c7d-9c40-434a-8c38-af46b330b43f","name":"Introduction to Machine Learning for Coders","description":null,"image":null,"links":"course|http://course.fast.ai/ml.html","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6eceda1-6309-4cda-88c6-89a65ce5e727","name":"Introduction to matrix methods (2015)","description":null,"image":null,"links":"course|http://stanford.edu/class/ee103/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6eec3905-e768-470a-90d1-f00b3fadfb18","name":"Learning from data (2012)","description":null,"image":null,"links":"course|https://work.caltech.edu/telecourse.html","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d711feb6-5711-48b8-841a-effdb3d57a56","name":"Android Developer Roadmap: Learn to become an Android developer","description":null,"image":null,"links":"learning_plan|https://roadmap.sh/android","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7b90cb3-bafd-464e-9e3f-bb81b089d05a","name":"Machine learning for data science (2015)","description":null,"image":null,"links":"course|http://www.cs.cornell.edu/courses/cs4786/2015sp/index.htm","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"50a195fd-3abf-4c5f-890f-b4628be5c592","name":"Machine learning in Python with scikit-learn","description":null,"image":null,"links":"course|https://github.com/justmarkham/scikit-learn-videos#readme","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"50affe26-dda1-4727-b46b-9ee758b8dd86","name":"Machine Learning with TensorFlow on Google Cloud Platform Specialization","description":null,"image":null,"links":"course|https://www.coursera.org/specializations/machine-learning-tensorflow-gcp","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12291198-4201-4a4a-812d-65cfe41c3e85","name":"Mathematics of Deep Learning, NYU, Spring (2018)","description":null,"image":null,"links":"course|https://joanbruna.github.io/MathsDL-spring18/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b960dd74-69ca-4941-908d-8a93167de02b","name":"mlcourse.ai","description":null,"image":null,"links":"course|http://mlcourse.ai","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"530fd6da-77fd-4f96-b693-0fbd2b4d85ae","name":"Notes","description":null,"image":null,"links":"course|https://github.com/1094401996/machine-learning-coursera","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9aad1102-d7b2-4221-b6b6-f226d043d326","name":"Practical Deep Learning For Coders (2018)","description":null,"image":null,"links":"course|http://course.fast.ai/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf4d50fd-1f65-4dfe-9e51-1f5289baa1c7","name":"Statistical learning (2015)","description":null,"image":null,"links":"course|https://lagunita.stanford.edu/courses/HumanitiesandScience/StatLearning/Winter2015/about","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7f98810b-912f-4f73-bfb9-7e7c96316cc1","name":"Tensorflow for deep learning research (2017)","description":null,"image":null,"links":"course|http://web.stanford.edu/class/cs20si/index.html","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"eb8c2092-7258-42f2-98f7-462137c8dbc5","name":"Artificial Intelligence","description":null,"image":null,"links":"chat|https://www.reddit.com/r/artificial/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2aa9d319-8b50-4880-8e84-6b8623679b1d","name":"Big data","description":null,"image":null,"links":"chat|https://www.reddit.com/r/bigdata/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"974960a2-c40b-479d-87a6-b5b55b63638b","name":"Data science","description":null,"image":null,"links":"chat|https://www.reddit.com/r/datascience/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"693bd6ac-6662-4f3d-9d59-34601989705a","name":"Learn Machine Learning","description":null,"image":null,"links":"chat|https://www.reddit.com/r/learnmachinelearning/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"abf585b4-ba7c-4cdb-82c6-84bbd93e078d","name":"Machine learning","description":null,"image":null,"links":"chat|https://www.reddit.com/r/MachineLearning/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bbb50997-208e-4182-9d6a-11325a47138d","name":"ML Questions","description":null,"image":null,"links":"chat|https://www.reddit.com/r/MLQuestions/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"70d6f8d9-c4a9-4320-a963-04e961be5d9d","name":"DataHouse Discord","description":null,"image":null,"links":"chat|https://discord.gg/qVRkPtr","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4a3618f-5f60-461f-92b6-e774235ece6f","name":"Neural Network Playground","description":null,"image":null,"links":"interactive|https://playground.tensorflow.org/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a986d169-9040-4a81-a945-22d197fd84d7","name":"The Open Source Data Science Masters","description":null,"image":null,"links":"learning_plan|http://datasciencemasters.org/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75134c00-ba93-49e2-aa13-a6f8e88928bb","name":"Dorai Thodla","description":null,"image":null,"links":"learning_plan|https://mobile.twitter.com/dorait/status/1113621559581728768","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19af7847-22ff-43ce-9689-cf3da1c88a58","name":"Machine learning","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Machine-Learning","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6347e156-51ca-47ed-8bfa-cc40bcecb8fb","name":"AutoAugment: Learning Augmentation Policies from Data (2018)","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/1805.09501","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"377b16a0-58e8-4a56-a741-598334869cb1","name":"Mastering Chess and Shogi by Self-Play with a General Reinforcement Learning Algorithm (2017)","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/1712.01815","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65d17d7d-daa4-46c3-b186-65d6c4e5f8fb","name":"Sets for Mathematics (2003)","description":null,"image":null,"links":"book|http://patryshev.com/books/Sets%20for%20Mathematics.pdf","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f79320d-aff0-4b5c-b05b-64170a1be6c3","name":"Neural Machine Translation and Sequence-to-sequence Models: A Tutorial (2017)","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/1703.01619","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5717abb-f47f-49b6-b0a7-6ddfbb1f140f","name":"Deep voice: real-time neural text-to-speech (2017)","description":null,"image":null,"links":"research_paper|https://arxiv.org/pdf/1702.07825.pdf","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e5952eb-eea6-4189-b124-950c21f235e0","name":"Dropout: a simple way to prevent neural networks from overfitting (2014)","description":null,"image":null,"links":"research_paper|https://www.cs.toronto.edu/~hinton/absps/JMLRdropout.pdf","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e5a8a4a4-02ab-4ef7-acde-e5951146b931","name":"A Unifying Review of Linear Gaussian Models (1998)","description":null,"image":null,"links":"research_paper|http://mlg.eng.cam.ac.uk/zoubin/papers/lds.pdf","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec6f1e91-6128-40d5-ae08-0110597162e2","name":"Gaussian processes for big data","description":null,"image":null,"links":"research_paper|http://auai.org/uai2013/prints/papers/244.pdf","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5eab8d9-8cca-4d11-b81d-140b2277def7","name":"Adversarial Patch","description":null,"image":null,"links":"research_paper|https://arxiv.org/pdf/1712.09665.pdf","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f9f79c9-87af-4bbf-9c3e-e66854f77ddd","name":"A few useful things to know about machine learning","description":null,"image":null,"links":"research_paper|http://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fe63a709-b861-472b-aa07-a0646383d016","name":"The high-interest credit card of technical debt","description":null,"image":null,"links":"research_paper|https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43146.pdf","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2764f073-636a-4b10-a78a-262c277aa157","name":"InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets","description":null,"image":null,"links":"research_paper|https://arxiv.org/pdf/1606.03657.pdf","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d654ad81-644e-4ca2-9f5d-13634c02b7b1","name":"Main Wikipedia: Machine learning","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Machine_learning","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b217721f-c668-4455-b34c-4104b96a2c7e","name":"Simple Wikipedia: Machine learning","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Machine_learning","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"66a8f7f2-1415-43cc-8508-02202f8a2567","name":"And now it’s all this","description":null,"image":null,"links":"blog|http://leancrew.com/all-this/","topics":"macos","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08cee185-7787-497a-bcae-814c85df155d","name":"Coding Bull Junky","description":null,"image":null,"links":"blog|https://codingbulljunky.wordpress.com/","topics":"macos","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cc37a38-c6f6-49d0-8239-9d192bdeabe3","name":"Defaults Write","description":null,"image":null,"links":"blog|http://www.defaults-write.com/","topics":"macos","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0353e079-4021-41a3-a0e3-71c299a75e3b","name":"Macdrifter","description":null,"image":null,"links":"blog|http://macdrifter.com/","topics":"macos","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17dfbb8a-c292-4a1a-8a8d-66178fed8957","name":"Michael Tsai","description":null,"image":null,"links":"blog|https://mjtsai.com/blog/","topics":"macos","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32035f6e-e206-4266-a41d-82e73412738d","name":"Nikita Voloboev","description":null,"image":null,"links":"blog|https://medium.com/@nikitavoloboev","topics":"macos","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"210530bc-257a-4115-9a93-dea25785bdc5","name":"Reverse Engineering Mac OS X","description":null,"image":null,"links":"blog|https://reverse.put.as/","topics":"macos","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3ae1a65-b6aa-482f-b608-39e2c6477479","name":"Mac OS X and IOS Internals: To the Apple's Core, Volume 1 User Mode (2015)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/24730644-mac-os-x-and-ios-internals","topics":"macos","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de1f5a27-dfe9-4016-a4fc-860bf2078e0c","name":"Main Wikipedia: Magento","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Magento","topics":"magento","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a88d99ef-1ac8-4d6b-b00b-4d7364dbaa39","name":"Gears – Bartosz Ciechanowski","description":null,"image":null,"links":"interactive|https://ciechanow.ski/gears/","topics":"gears","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8728b9a5-f88f-4299-86fe-e3c0fed21803","name":"Magic: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199588022.001.0001/actrade-9780199588022?rskey=rtROx3&result=352","topics":"magic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e3ae8bf-152f-4eed-a2a9-9d2e2849c19a","name":"MasterClass: Penn & Teller teach the art of magic","description":null,"image":null,"links":"course|https://www.masterclass.com/classes/penn-and-teller-teach-the-art-of-magic","topics":"magic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2297d961-30ae-47e7-9b5e-bf603133bb2a","name":"The Art of Misdirection (Ted Talk)","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=GZGY0wPAnus","topics":"magic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d6a3575a-d29b-4d49-b3dd-a03b0d83371f","name":"The mythical man-month (1975)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/13629.The_Mythical_Man_Month","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"467bd71f-c98f-4885-b111-fed0393c16f8","name":"High output management (1983)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/324750.High_Output_Management","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e77eeb34-e826-46ab-bc79-86c2c35e3910","name":"The essential drucker","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/48016.The_Essential_Drucker","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73f47541-9e49-4e4d-b022-3be1b3945bfe","name":"Main Wikipedia: Marketing","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Marketing","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"43e5080e-aad9-48de-b956-4c7c07b3939e","name":"Simple Wikipedia: Marketing","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Marketing","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b8da0315-256d-4bd7-b2d8-30b51bc7a020","name":"Stack Exchange","description":null,"image":null,"links":"qna|http://martialarts.stackexchange.com","topics":"martial-arts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b3cac068-cc54-439d-b306-962a1ed65d6a","name":"Main Wikipedia: Martial arts","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Martial_arts","topics":"martial-arts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3aab9bf4-a9e5-47a6-aa53-f2829301cb6a","name":"Simple Wikipedia: Martial arts","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Martial_arts","topics":"martial-arts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1097598b-e923-4fe7-881c-630c02526c5a","name":"Geogebra","description":null,"image":null,"links":"website|https://www.geogebra.org/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7aac85a3-8aae-4855-a70a-10499f96fd0c","name":"Desmos","description":null,"image":null,"links":"website|https://www.desmos.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a956bb3-f47e-4526-865e-af4aa3545904","name":"MathPix","description":null,"image":null,"links":"website|https://mathpix.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee339990-25a2-4add-85c9-ab06f2f4c5e8","name":"How these 20+ math tools can make your lessons more exciting","description":null,"image":null,"links":"website|https://www.bookwidgets.com/blog/2019/02/how-these-20-math-tools-can-make-your-lessons-more-exciting","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b355b94-aa27-4d3d-85bd-e0983242a769","name":"React Developer Roadmap: Learn to become a React developer","description":null,"image":null,"links":"learning_plan|https://roadmap.sh/react","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"688ecfb3-49e5-4eae-a67e-7e6af06b4cf8","name":"BLOODHOUND Education","description":null,"image":null,"links":"website|http://www.bloodhoundeducation.com/Learning_Resources","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"049c46bd-35d3-4f9d-bd2d-a57fb87b2eb1","name":"Mathematica","description":null,"image":null,"links":"website|https://www.wolfram.com/mathematica/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"616a404a-7c06-4357-8602-4835ed88517a","name":"Geometry Games","description":null,"image":null,"links":"website|http://geometrygames.org/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88f33e81-351c-43fa-9c6b-b48ae865057e","name":"ScienceFriday Math","description":null,"image":null,"links":"website|https://www.sciencefriday.com/topics/math/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35dbb9c1-7c49-4804-a4ab-86829b6f5662","name":"The Type Theory Podcast","description":null,"image":null,"links":"audio|http://typetheorypodcast.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2140df9a-43c6-43db-b9af-893a9f7852f7","name":"Breaking Math","description":null,"image":null,"links":"audio|http://breakingmathpodcast.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac0f0c69-b1d4-4dfc-9dc0-456bfb35bd54","name":"How to Teach Yourself Math","description":null,"image":null,"links":"blog|https://www.scotthyoung.com/blog/2018/12/11/teach-yourself-math/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebc8f9bc-8671-4c1b-a75d-42bad43610a4","name":"Comfortable Numbered","description":null,"image":null,"links":"blog|http://hardmath123.github.io/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5e1832da-fa03-43e8-83b8-b9c0f976f3f3","name":"Danny Gratzer","description":null,"image":null,"links":"blog|https://jozefg.bitbucket.io","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"726ecc6f-8ba5-4e06-9480-323636e0fef4","name":"Henry de Valence","description":null,"image":null,"links":"blog|https://www.hdevalence.ca/blog/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"418cdb4e-87e1-4a97-a254-23468fe0825e","name":"Math ⋂ Programming","description":null,"image":null,"links":"blog|https://jeremykun.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51caf929-126e-4746-83d4-06d0194d4920","name":"Nicky Case","description":null,"image":null,"links":"blog|http://blog.ncase.me/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb0b70af-e629-42e1-8ea1-babc6e564b43","name":"Quantitative Journey","description":null,"image":null,"links":"blog|http://outlace.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ac70bd6-633a-4269-ba8a-f7b209fc592c","name":"Random ASCII","description":null,"image":null,"links":"blog|https://randomascii.wordpress.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ac4ffa5-cdcb-4405-836d-7c0f2dd833a8","name":"Shape Operator","description":null,"image":null,"links":"blog|http://www.shapeoperator.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da9bf5d2-ddf3-4c14-b306-70ac0cb39fc3","name":"Shtetl-Optimized","description":null,"image":null,"links":"blog|https://www.scottaaronson.com/blog/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1891f67f-ae6d-4c10-9ca5-e49163cde6a2","name":"Steven Wittens","description":null,"image":null,"links":"blog|http://acko.net/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57a91311-77e6-4e55-a219-51950dd05a26","name":"The Polymath","description":null,"image":null,"links":"blog|https://polymathprojects.org/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db5b5c94-f006-4404-8042-ccf776eaa86f","name":"The Shape of Space","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/599877.The_Shape_of_Space","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81417df0-0cf0-4bf8-9ad9-5739d758bbc1","name":"Partial Differential Equations for Scientists and Engineers","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/164585.Partial_Differential_Equations_for_Scientists_and_Engineers","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe662bb7-f466-47a0-abf0-aedfc8d88760","name":"Applied Mathematics: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780198754046.001.0001/actrade-9780198754046?rskey=MLPnxI&result=48","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c5a8b7f-c890-426b-90d8-5b62eeb774ff","name":"Mathematics: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780192853615.001.0001/actrade-9780192853615?rskey=rtROx3&result=366","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81869a37-5832-48b9-8ee2-6f31bfe48e92","name":"Game Theory: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199218462.001.0001/actrade-9780199218462?rskey=XaooWh&result=243","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"871cf5cb-3a89-4c61-980e-e936399d396f","name":"Numbers: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199584055.001.0001/actrade-9780199584055?rskey=sBHDD5&result=431","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a814b164-4007-47fb-9975-c379bae15fdb","name":"Probability: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780199588480.001.0001/actrade-9780199588480?rskey=sBHDD5&result=473","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"afd48cc5-6258-449b-9832-d3acdb803852","name":"A mathematician's apology (1940)","description":null,"image":null,"links":"book|https://www.math.ualberta.ca/mss/misc/A%20Mathematician's%20Apology.pdf","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0260c54-624e-4fde-95ca-790d987e4409","name":"Handbook of mathematics (1945)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/1904487.Handbook_of_Mathematics","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a29c6f88-0535-4e3b-9ec9-26da21ee9c2e","name":"Fantasia mathematica (1958)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/74703.Fantasia_Mathematica","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41aa73c1-08c2-464c-b863-076c44f35716","name":"Gödel's proof (1958)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/695429.G_del_s_Proof","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2cb3f7eb-1c0c-4f54-84eb-bd4c89e33b16","name":"Sphereland (1965)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/469314.Sphereland","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76c0beaa-3231-43ad-92bf-db73bed5caf4","name":"Topology from a differentiable viewpoint (1965)","description":null,"image":null,"links":"book|http://www.maths.ed.ac.uk/~aar/papers/milnortop.pdf","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc166c89-5f83-43aa-a082-b279a10ffdd7","name":"An introduction to commutative algebra (1969)","description":null,"image":null,"links":"book|http://wstein.org/edu/2010/581b/books/atiyah-macdonald-introduction_to_commutative_algebra.pdf","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a737fb5-f284-429f-8a04-f28c3caf7b42","name":"Mathematics made difficult (1972)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/3693042-mathematics-made-difficult","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9213d55a-ac29-4866-80f7-e05071ce1617","name":"A course in arithmetic (1973)","description":null,"image":null,"links":"book|https://www.math.purdue.edu/~lipman/MA598/Serre-Course%20in%20Arithmetic.pdf","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f82920e1-ff75-4599-a5b4-44284dfe3636","name":"Introductory functional analysis with applications (1978)","description":null,"image":null,"links":"book|http://www-personal.acfr.usyd.edu.au/spns/cdm/resources/Kreyszig%20-%20Introductory%20Functional%20Analysis%20with%20Applications.pdf","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f11bbf25-9a17-48ce-974b-b42f4f685341","name":"A book of abstract algebra (1982)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/8295305-a-book-of-abstract-algebra","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bea75e4d-9275-4a91-85bf-10b904fc316c","name":"To mock a mockingbird (1985)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/194769.To_Mock_a_Mockingbird_and_Other_Logic_Puzzles","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b90df092-2e83-407d-8af9-3039de73aec3","name":"Proofs and types (1989)","description":null,"image":null,"links":"book|http://www.paultaylor.eu/stable/prot.pdf","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d751fad-0438-4b5a-94aa-11609120ba9a","name":"Primes of the Form X2 + Ny2: Fermat, Class Field Theory, and Complex Multiplication (1989)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/507227.Primes_of_the_Form_X2_Ny2","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d9fbe1d-cc49-4456-b68c-66fea98ff4c8","name":"Algebraic Number Theory (1992)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/4556825-algebraic-number-theory","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f342c0a-b4f2-40c1-860d-7736655ff417","name":"Concrete mathematics (1994)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/112243.Concrete_Mathematics","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc796371-9689-49f3-bf71-cf3fea91b555","name":"How to prove it (1994)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/739735.How_to_Prove_It","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4eb982f7-0e9e-4309-bd26-fc06edc35b02","name":"Linear algebra done right (1995)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/309768.Linear_Algebra_Done_Right","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a4cb4c8-1d1e-4dd7-8563-5d3a48a1ffe6","name":"Algebraic Curves and Riemann Surfaces (1995)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/1279700.Algebraic_Curves_and_Riemann_Surfaces","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec7045e9-0b97-4f6b-b136-a0dcc7dfba49","name":"Visual complex analysis (1997)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/149800.Visual_Complex_Analysis","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5176424-0997-4b9a-9ffb-af1d3bc81c79","name":"Conceptual Mathematics: A First Introduction To Categories (1997)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/1511125.Conceptual_Mathematics","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43760dbe-a056-421f-80f3-3e7ecfd9607a","name":"Geometry and the imagination (1999)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/719289.Geometry_and_the_Imagination","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8aed007c-bb80-4956-8935-e035fbeba688","name":"Combinatorial Optimization: Polyhedra and Efficiency (2002)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/1186653.Combinatorial_Optimization","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43489993-9d24-4984-90ad-c287b3e9fe87","name":"A first course in linear algebra (2004)","description":null,"image":null,"links":"book|http://linear.ups.edu/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d24bd8eb-f0b3-4c88-bbeb-2a587f039d30","name":"The art of problem solving (2006)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/2872282-the-art-of-problem-solving-volume-1","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e55f1870-3b5f-4a6c-be7d-57a19f3d06b3","name":"The princeton companion to mathematics (2008)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/1471873.The_Princeton_Companion_to_Mathematics","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db2875cd-b050-421d-b32a-d40d2d20a401","name":"Visual group theory (2009)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/7629307-visual-group-theory-maa-classroom-resource-materials","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5a43a7f-5322-4eaa-887e-fe0ea35c8fbd","name":"Algebra: Chapter 0 (2009)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/6829004","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e40d0f5-666c-4ce9-912a-1c56f090aea6","name":"Essentials of discrete mathematics (2009)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/12132668-essentials-of-discrete-mathematics","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61ab1b9d-cf60-472c-8a44-7ce7f6e15974","name":"Computational Topology: An Introduction (2010)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/7518301-computational-topology","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"512149e1-6ce4-46f6-b47b-18e591327bea","name":"Foundations of analysis (2012)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/682044.Foundations_of_Mathematical_Analysis","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc80fecb-170a-4a01-9d34-8c1c2d5ce59e","name":"Homotopy type theory (2013)","description":null,"image":null,"links":"book|https://hott.github.io/book/nightly/hott-online-1075-g3c53219.pdf","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1ecd86f4-8526-40f7-89d9-0c71a98d0c3c","name":"The napkin project (2017)","description":null,"image":null,"links":"book|https://usamo.files.wordpress.com/2017/02/napkin-2017-02-15.pdf","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d919c36d-9edd-4475-8c62-c3822f38500a","name":"Mathematics for computer science (2017)","description":null,"image":null,"links":"book|https://courses.csail.mit.edu/6.042/spring17/mcs.pdf","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f669436-3ed8-4df2-9b51-312d51415140","name":"Immersive linear algebra (2017)","description":null,"image":null,"links":"book|http://immersivemath.com/ila/index.html","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c22a018-d3e7-45e1-b7c6-f149892c82bd","name":"Programmer's Introduction to Mathematics (2018)","description":null,"image":null,"links":"book|https://pimbook.org/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f4fdb69-2df8-4a7b-827b-33739d7e550a","name":"Physically based rendering: from theory to implementation","description":null,"image":null,"links":"book|http://www.pbrt.org/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6025a6e-9dc8-47e7-9e97-96b3081db634","name":"Invitation to ergodic theory","description":null,"image":null,"links":"book|http://bookstore.ams.org/stml-42","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23834547-27ac-4cf8-ac04-98e3b6231b6c","name":"Abstract Algebra: Theory and Applications","description":null,"image":null,"links":"book|http://abstract.ups.edu/download/aata-20160809-sage-7.3.pdf","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"068d1e16-cb27-43b6-9274-a8c43d799d6e","name":"Linear algebra","description":null,"image":null,"links":"book|http://joshua.smcvt.edu/linearalgebra/book.pdf","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"001740fe-7c56-43d6-9835-b14a5797b3a4","name":"Books by John Allen Paulos","description":null,"image":null,"links":"book|http://johnallenpaulos.com/booksandreviews.html","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa077778-f7a1-4367-9b33-d21f55d0b6ff","name":"Disquisitiones Arithmeticae","description":null,"image":null,"links":"book|https://books.google.co.in/books?id=iRbmmhOLA1kC&dq=isbn:0300094736&hl=en&sa=X&ved=0ahUKEwjLsuX5y5HiAhUKVH0KHQ37AR4Q6AEIKDAA","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf730fae-af2d-423c-94ae-abaacd12ce1f","name":"Reading List by American Institute of Mathematics","description":null,"image":null,"links":"book|https://aimath.org/textbooks/approved-textbooks/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5792ba66-233f-44e5-92e8-dbeab889a01c","name":"Dendron","description":null,"image":null,"links":"app|https://www.dendron.so//","topics":"note-taking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3db86c5b-e560-42c6-bcd2-6ddfbc0d05c2","name":"All-in-one Mathematics Cheatsheet","description":null,"image":null,"links":"cheatsheet|https://ourway.keybase.pub/mathematics_cheat_sheet.pdf","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b18fdef2-24d1-4f88-89c2-22cf7a632e50","name":"Online introductory lectures on quantum computing from 6 November | CERN","description":null,"image":null,"links":"course|https://home.cern/news/announcement/computing/online-introductory-lectures-quantum-computing-6-november","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfd5ee95-e970-4838-a1e5-44a5bd443e0c","name":"Abstract algebra (2014)","description":null,"image":null,"links":"course|https://www.math.upenn.edu/~ted/371F14/math371.html","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"55cec47e-c7c0-465a-87bf-0897ca92a1cc","name":"MIT linear algebra (2010)","description":null,"image":null,"links":"course|https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5cd8e73b-c759-460b-82f8-5fe94e3b54d1","name":"MIT multivariable calculus (2007)","description":null,"image":null,"links":"course|https://ocw.mit.edu/courses/mathematics/18-02-multivariable-calculus-fall-2007/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c556d932-117b-48d3-81eb-9faffd0f1cfd","name":"MIT multivariable calculus by Prof. Denis Auroux","description":null,"image":null,"links":"course|https://ocw.mit.edu/courses/mathematics/18-02sc-multivariable-calculus-fall-2010/index.htm","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f29b86f3-f20b-4067-bcad-97203fc7d43f","name":"MIT multivariable control systems (2004)","description":null,"image":null,"links":"course|https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-245-multivariable-control-systems-spring-2004/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"77511556-30c7-4c4a-b567-1e46aa59af08","name":"MIT singlevariable calculus (2006)","description":null,"image":null,"links":"course|https://ocw.mit.edu/courses/mathematics/18-01-single-variable-calculus-fall-2006/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5c8d1007-e279-4026-a666-1046b57cc5a1","name":"Nonlinear dynamics and chaos (2014)","description":null,"image":null,"links":"course|https://www.youtube.com/playlist?list=PLbN57C5Zdl6j_qJA-pARJnKsmROzPnO9V","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"828b6ec3-7a81-4a12-9813-1d8647211ffd","name":"Stanford mathematical foundations of computing (2016)","description":null,"image":null,"links":"course|http://web.stanford.edu/class/cs103/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"af72c4a0-a50b-4bd3-9abf-913437c5aebb","name":"Types, Logic, and Verification (2013)","description":null,"image":null,"links":"course|https://www.fcs.uoregon.edu/research/summerschool/summer13/curriculum.html","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"086cbf7c-8a1e-4822-8cb1-8ac155faa083","name":"Discrete Mathematics and Probability Theory","description":null,"image":null,"links":"course|http://www-inst.eecs.berkeley.edu/%7Ecs70/archives.html","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a2e1e622-70de-470e-87fe-aa65b29c0dc9","name":"ExplodingDots.org","description":null,"image":null,"links":"course|https://www.explodingdots.org/","topics":"mathematics;exploding-dots","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0aac772c-00df-4cc9-8bdd-e7be63f1cedb","name":"Mathematics for Machine Learning Specialization","description":null,"image":null,"links":"course|https://www.coursera.org/specializations/mathematics-machine-learning","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"954cccbc-f73f-4b42-b942-e2735f628a98","name":"Euler's Identity","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=sKtloBAuP74","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4ffb7520-0dcf-44cc-b3d6-1c7e907b9a56","name":"Fractals - the colours of infinity","description":null,"image":null,"links":"video|http://topdocumentaryfilms.com/fractals-colors-infinity/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc151411-a47b-4fd6-a36a-7b443d48acbc","name":"But what is the Fourier Transform? A visual introduction.","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=spUNpyF58BY","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8768cd03-db2b-4c1c-b293-eb9a6fa907f9","name":"Neural networks","description":null,"image":null,"links":"video|https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fb67b5b1-928e-4c10-9fe8-9d1d44f8cf6f","name":"Essence of calculus","description":null,"image":null,"links":"video|https://www.youtube.com/playlist?list=PLZHQObOWTQDMsr9K-rj53DwVRMYO3t5Yr","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"637b8fb6-b036-44b2-90a0-d93572241a88","name":"Anki Decks","description":null,"image":null,"links":"flashcard|https://ankiweb.net/shared/decks/math","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d44e839d-94ae-4179-af59-c426032bd2df","name":"Fived","description":null,"image":null,"links":"chat|https://www.reddit.com/r/fived/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4993bc75-9aa4-4751-bde1-6bedb066d764","name":"Fractals","description":null,"image":null,"links":"chat|https://www.reddit.com/r/fractals/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7150faee-46be-40b9-83d6-2ce37a035dc0","name":"Gonwild","description":null,"image":null,"links":"chat|https://www.reddit.com/r/gonwild/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1ed7a495-dfc9-4a77-868f-af110a93ad47","name":"Holofractal","description":null,"image":null,"links":"chat|https://www.reddit.com/r/holofractal/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2f6f816f-af35-4787-a902-a27a86be4ef7","name":"Hypershape","description":null,"image":null,"links":"chat|https://www.reddit.com/r/hypershape/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"53bc3f64-3b11-4070-8642-1939dd99a705","name":"Math","description":null,"image":null,"links":"chat|https://www.reddit.com/r/math/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8b35f16a-6deb-4600-b3ef-7335e35731e8","name":"Freenode IRC #math","description":null,"image":null,"links":"chat|https://webchat.freenode.net/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42fe96da-c0b8-41bd-abbe-a833a2eeacfc","name":"ProdigyGame","description":null,"image":null,"links":"game|https://www.prodigygame.com/","topics":"mathematics","creators":null,"year":null,"difficulty":"childlike","cost":null,"rating":null,"tags":null} +{"iid":"29aa759e-1b86-4a9f-98b6-84eb525e1e5d","name":"NRICH","description":null,"image":null,"links":"game|https://nrich.maths.org/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1231ddc-25d7-44a6-9c76-a7c548e16d90","name":"MathForLove","description":null,"image":null,"links":"game|https://mathforlove.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3274a6f5-4ad6-49c1-b018-271ea772ee4f","name":"Mathigon","description":null,"image":null,"links":"interactive|https://mathigon.org/","topics":"mathematics","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"7160c75c-b066-40b4-8b17-da70c8a1cd54","name":"Parallel","description":null,"image":null,"links":"interactive|https://parallel.org.uk/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"584b3e84-89f8-45ab-8e01-aba44814ea91","name":"arXiv sanity preserver","description":null,"image":null,"links":"journal|http://www.arxiv-sanity.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a0b4886-9f3a-4b94-a251-73560a414626","name":"At Right Angles","description":null,"image":null,"links":"journal|https://azimpremjifoundation.org/foundation/710","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98d64208-799a-405f-b829-65952ccb0077","name":"Association of Teachers of Mathematics","description":null,"image":null,"links":"meetup|https://www.atm.org.uk/Maths-teacher-conference","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0f06ad5-8318-4fca-a9ac-6db07f41986d","name":"Encyclopedia Britannica","description":null,"image":null,"links":"article|https://www.britannica.com/science/matrix-mathematics","topics":"matrix","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d268dafa-4014-47fe-aa68-14cdd87a08d9","name":"Handbook of cubik math : Frey, Alexander H","description":null,"image":null,"links":"book|https://archive.org/details/handbookofcubikm0000frey","topics":"rubik-cube;group-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f66076f4-57d2-4555-83b8-65a772392512","name":"Data Science Training in Mumbai | Data Science Course in Mumbai - ExcelR","description":null,"image":null,"links":"article|https://www.excelr.com/data-science-course-training-in-mumbai","topics":"big-data;online-courses;computers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42a562be-f523-49f4-8586-aef32fbe6a8e","name":"Main Wikipedia: Matrix (mathematics)","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Matrix_(mathematics)","topics":"matrix","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"020551e3-3d17-4728-9de6-34337366d5ae","name":"Main Wikipedia: Matrix theory (physics)","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Matrix_theory_(physics)","topics":"matrix","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e0906dd8-508e-4b2b-9ada-c4cc817107f3","name":"Simple Wikipedia: Matrix (mathematics)","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Matrix_(mathematics)","topics":"matrix","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"aa907ea1-6893-4179-a54d-0164205da54f","name":"NIH Dietary Supplements","description":null,"image":null,"links":"website|https://ods.od.nih.gov/","topics":"medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2e0fec6-cb73-42b0-a0da-92e268cad69a","name":"Science Friday topic - Brain","description":null,"image":null,"links":"website|https://www.sciencefriday.com/topics/brain/","topics":"medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2dc15c39-eac8-4df4-9dd7-b246a5d4fd96","name":"Nature Cure","description":null,"image":null,"links":"book|http://www.arvindguptatoys.com/arvindgupta/handbook-naturecure.pdf","topics":"medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ddd7ec3-3e71-490e-9d54-2a956641a62e","name":"Main Wikipedia: Medicine","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Medicine","topics":"medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2eee8eff-6f0a-4a86-9d95-53fd564e7e81","name":"Simple Wikipedia: Medicine","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Medicine","topics":"medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"00dd5a5e-f910-4704-8669-2928d4985f86","name":"507 Mechanical Movements","description":null,"image":null,"links":"image|http://507movements.com/","topics":"gears;kinematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e70a6f2-db53-48eb-85f3-0fb0d1d91004","name":"Devhints — TL;DR for developer documentation","description":null,"image":null,"links":"cheatsheet|https://devhints.io/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5327c02-1d23-414f-a12f-666115608232","name":"Rockets of Earth","description":null,"image":null,"links":"website|https://allrockets.space/","topics":"rockets","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc549b49-4fa5-4f9b-be91-286d003213a3","name":"Hurry Slowly","description":null,"image":null,"links":"audio|http://hurryslowly.co/","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd8fea83-c42c-4007-8d76-6bbe2e5fbb31","name":"Tao te ching (6th century BC)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/67896.Tao_Te_Ching","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ecbd3b5-c236-4bce-b96d-04e29911ea31","name":"Meditations (161)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/30659.Meditations","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14fddee4-850b-4793-b16c-9795400c9b89","name":"The Zen Teaching of Huang Po: On the Transmission of Mind (857)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/276779.The_Zen_Teaching_of_Huang_Po","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"258a3501-7e44-40d7-9f87-f25e246756c2","name":"Siddhartha (1922)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/52036.Siddhartha","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04ca0391-1b40-4ec9-b8c8-6cb0b9a62a6f","name":"How to win friends and influence people (1936)","description":null,"image":null,"links":"book|https://openlibrary.org/books/OL1186728M/How_to_Win_Friends_and_Influence_People;summary|https://fourminutebooks.com/how-to-win-friends-and-influence-people-summary/;summary|https://sipreads.com/how-to-win-friends-and-influence-people/","topics":"mindset;relationships","creators":"Dale Carnegie","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6aea3706-5c98-4825-a168-bf26f219bf44","name":"Think and grow rich (1937)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/30186948-think-and-grow-rich","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cbc3c66-03c1-4a8d-bd87-a11ccda9291d","name":"The stranger (1942)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/49552.The_Stranger","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"261642ee-4f8d-4e64-85cd-04a8e0d44f1f","name":"Man’s search for meaning (1946)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/4069.Man_s_Search_for_Meaning","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16b07eb0-ba3c-45fb-af44-0c78e830e1b8","name":"The wisdom of insecurity: a message for an age of anxiety (1951)","description":null,"image":null,"links":"book|https://antilogicalism.files.wordpress.com/2017/07/wisdom-of-insecurity.pdf","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a56b8b63-0a9a-40b6-8188-9c3ca0ab5d5f","name":"The first and last freedom (1954)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/64710.The_First_and_Last_Freedom","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fa59f43-736b-4fe2-8afc-49c7ef254640","name":"The way of zen (1957)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/514210.The_Way_of_Zen","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b76b93e-7bb9-418a-972a-6a759e4e6ceb","name":"The book on the taboo against knowing who you are (1966)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/60551.The_Book_on_the_Taboo_Against_Knowing_Who_You_Are","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5200867-4f36-4a72-919b-aacec459184b","name":"Zen Mind, Beginner's Mind","description":"By Shunryu Suzuki","image":"https://learn-awesome.github.io/assets/book_covers/402843.jpg","links":"book|https://www.goodreads.com/book/show/402843.Zen_Mind_Beginner_s_Mind","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c062aaa-4646-4a7d-94b8-fc95acaef413","name":"Be here now (1971)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/29254.Be_Here_Now","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fafdddc7-08d2-41ec-a719-432636c9c161","name":"The Way of the Bodhisattva (1971)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/301928.The_Way_of_the_Bodhisattva","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f1992e4-f5ed-4d79-b2a3-be89c0cca051","name":"The inner game of tennis (1974)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/905.The_Inner_Game_of_Tennis","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e980abd-12b5-4079-b444-cf429304ccb8","name":"The 7 habits of highly effective people (1989)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/36072.The_7_Habits_of_Highly_Effective_People","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd2be1c3-dcc7-4108-bd0f-d1b4f6aaf846","name":"The Zen Teaching of Bodhidharma (1989)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/238863.The_Zen_Teaching_of_Bodhidharma","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c17e1fa-299c-450b-94bc-e506c8f8c9bf","name":"Peace is every step (1990)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/14572.Peace_Is_Every_Step","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edabb032-d3c9-4558-ac5e-4f69fed7766f","name":"Mindfulness in plain english (1992)","description":null,"image":null,"links":"book|http://misc.equanimity.info/downloads/mindfulness_in_plain_english.pdf","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01c59b18-e0bb-4005-ab3f-76e9a9241fcd","name":"Mastery by George Leonard","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/81940.Mastery;summary|https://www.amazon.in/Mastery-Robert-Greene-ebook/dp/B007V65PBK?tag=learnawesome-21;summary|https://fourminutebooks.com/mastery-summary/","topics":"mindset;learning","creators":"Author of The Laws Of Human Nature","year":"1992","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b765597-e7cc-4fa9-a910-933363de9028","name":"The Four Noble Truths (1992)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/25103623-the-four-noble-truths","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62e5051b-f509-4991-b3d6-74db5d0a8a78","name":"No Ajahn Chah: Reflections (1994)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/1948802.No_Ajahn_Chah","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a634bcda-4a43-4d64-8c9f-003c7d110702","name":"The Art of Happiness (1998) - Summary by FourMinuteBooks","description":"An updated edition of a beloved classic, the original book on happiness, with new material from His Holiness the Dalai Lama and Dr. Howard Cutler. Nearly every time you see him, he's laughing, or at least smiling. And he makes everyone else around him feel like smiling. He's the Dalai Lama, the spiritual and temporal leader of Tibet, a Nobel Prize winner, and a hugely sought-after speaker and statesman. Why is he so popular? Even after spending only a few minutes in his presence you can't help feeling happier. If you ask him if he's happy, even though he's suffered the loss of his country, the Dalai Lama will give you an unconditional yes. What's more, he'll tell you that happiness is the purpose of life, and that \\"the very motion of our life is toward happiness.\\" How to get there has always been the question. He's tried to answer it before, but he's never had the help of a psychiatrist to get the message across in a context we can easily understand. The Art of Happiness is the book that started the genre of happiness books, and it remains the cornerstone of the field of positive psychology. Through conversations, stories, and meditations, the Dalai Lama shows us how to defeat day-to-day anxiety, insecurity, anger, and discouragement. Together with Dr. Howard Cutler, he explores many facets of everyday life, including relationships, loss, and the pursuit of wealth, to illustrate how to ride through life's obstacles on a deep and abiding source of inner peace. Based on 2,500 years of Buddhist meditations mixed with a healthy dose of common sense, The Art of Happiness is a book that crosses the boundaries of traditions to help readers with difficulties common to all human beings. After being in print for ten years, this book has touched countless lives and uplifted spirits around the world.","image":"https://learn-awesome.github.io/assets/book_covers/38210.jpg","links":"summary|https://fourminutebooks.com/the-art-of-happiness-summary/;book|https://www.amazon.in/Art-Happiness-10th-Anniversary-Handbook/dp/1594488894?tag=learnawesome-21","topics":"mindset","creators":"14th Dalai Lama","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64f670b8-2456-49e5-b01f-acb87f8b29ae","name":"How to Write a Wolfram Demonstration","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=1uOwEDs3WE0","topics":"software-tools/mathematica","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4adda3e6-ede6-4fe7-ba25-131c9beed2be","name":"Emptiness dancing (2004)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/190055.Emptiness_Dancing","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20401629-aa9b-4eb0-94dd-f2538b18351c","name":"Mindfulness, Bliss, and Beyond: A Meditator's Handbook (2006)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/206625.Mindfulness_Bliss_and_Beyond","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59b9f454-b66b-44bc-bdca-f840809a8b33","name":"Eating animals (2009)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/6604712-eating-animals","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"637a45d4-04d2-4f15-a337-d844e3ab9500","name":"The happiness advantage (2010)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/9484114-the-happiness-advantage","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"198f4aaf-55d1-4d99-8f7f-270cd7461309","name":"Models (2011)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/12633800-models","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9da8fbf-6f31-4ed9-b39b-f7ea1bc08031","name":"Mastery by Robert Greene","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/13589182-mastery;summary|http://blas.com/mastery/;summary|https://sipreads.com/mastery/;summary|https://sivers.org/book/Mastery2","topics":"mindset;learning","creators":null,"year":"2012","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf1c9ef6-a50a-4ff6-9c16-077d3329facf","name":"A mind for numbers: how to excel at math and science (2014)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/18693655-a-mind-for-numbers","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b954e08-1d05-4671-be1f-621713fff18f","name":"Spaciousness: The Radical Dzogchen of the Vajra-Heart: Longchenpa's Treasury of the Dharmadhatu (2014)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/22783031-spaciousness","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1bd58f8-6828-4b64-845f-1c5b2074318f","name":"Waking up: a guide to spirituality without religion (2014)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/18774981-waking-up","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8f0be7e-6381-4478-9f8c-f1276bf4e458","name":"Deep Work: Rules for Focused Success in a Distracted World (2016)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/25744928","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e60368d0-88ab-417a-b7e6-8aef5369a1df","name":"The Daily Stoic: 366 Meditations for Clarity, Effectiveness, and Serenity (2016)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/29093292-the-daily-stoic","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebd40645-cc36-4a64-9929-e2e097974202","name":"Concentration and meditation","description":null,"image":null,"links":"book|http://krishnamurti.abundanthope.org/index_htm_files/Concentration-and-Meditation.pdf","topics":"mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e633a44b-db96-470f-abc4-f1c87334bd39","name":"ZenHabits","description":null,"image":null,"links":"article|https://zenhabits.net/focus-antidote/","topics":"minimalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6de6118d-b249-4ae9-b827-b6ad4b8e7ff6","name":"theminimalists","description":null,"image":null,"links":"audio|https://www.theminimalists.com/podcast/","topics":"minimalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b33d8c5b-ed1a-411c-a27f-0a1c738a3eee","name":"mnmlist","description":null,"image":null,"links":"blog|http://mnmlist.com/archives/","topics":"minimalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4fdf6b46-1d07-4350-b4c2-3ee097e1c305","name":"Goodbye, Things: The New Japanese Minimalism (2017)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/30231806-goodbye-things","topics":"minimalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fdcfd20-d267-4b3c-8438-6da347699e14","name":"Digital Minimalism","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/44160076-digital-minimalism","topics":"minimalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6be5275d-bbb0-4d9a-8b60-9ccf85301a4a","name":"Free course on Udemy","description":null,"image":null,"links":"course|https://www.udemy.com/minimalism-simplicity-freedom/learn/lecture/7353226#overview","topics":"minimalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dd1e9d3-13fa-4658-a918-65d1cf3c921e","name":"reddit","description":null,"image":null,"links":"chat|https://www.reddit.com/r/minimalism/","topics":"minimalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"08548689-7c3c-4814-a9be-7623ec8189ac","name":"Marie Kondo","description":null,"image":null,"links":"people|https://en.wikipedia.org/wiki/Marie_Kondo#KonMari_method","topics":"minimalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"80c91746-7895-4f5d-977b-af1b84fb4ba5","name":"The trap of materialism","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=DtwXryPNciM","topics":"minimalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5f098065-421e-4d0a-a1e7-b9443de37759","name":"Get Out Of The Materialism Trap NOW","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=Qk1i7UGBz1Q","topics":"minimalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"60ac9f4b-c5a2-41c3-a9a4-d23522e76fa1","name":"The High Price of Materialism","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=oGab38pKscw","topics":"minimalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2a2938dd-c4e0-4475-b66b-0577bd0d4b4a","name":"Main Wikipedia: Minimalism","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Minimalism","topics":"minimalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"da87fd37-55ae-49ba-b93b-49b378b98f12","name":"Simple Wikipedia: Minimalism","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Minimalism","topics":"minimalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"82768bfb-715c-4889-b62a-d10ef1b71ce4","name":"Stack Exchange","description":null,"image":null,"links":"qna|http://movies.stackexchange.com","topics":"movies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"785b07f1-772b-4ae8-ae0e-d66378749bed","name":"Main Wikipedia: Film","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Film","topics":"movies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6d77b79a-6ca9-4f08-a60c-a077bb925f87","name":"Simple Wikipedia: Movie","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Movie","topics":"movies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0c43c999-a700-4a7c-be04-9de4896fe704","name":"Generative.fm - Endlessly unique ambient music","description":null,"image":null,"links":"app|https://generative.fm/","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1fae20fc-b21f-4973-bb37-e24ef72e5424","name":"Combinatorial Music Theory","description":null,"image":null,"links":"article|http://andrewduncan.net/cmt/","topics":"mathematics;music-theory;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fa310c9-90a7-408a-a3c6-80cf6b0a21cf","name":"Music: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780192853820.001.0001/actrade-9780192853820?rskey=sBHDD5&result=409","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"592d6da0-c562-47a3-9bbe-a0c9c17aa8e2","name":"Harmony for Computer Musicians (2010)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/8441567-harmony-for-computer-musicians","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d026beb9-caaf-4dc8-8fa3-719ebbc215a3","name":"How Music Works","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/13235689-how-music-works","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45405307-617c-4446-a2f9-c175f2b4feb2","name":"Anki Decks","description":null,"image":null,"links":"flashcard|https://ankiweb.net/shared/decks/music","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"81eaae26-3165-4f15-8d91-de41c5379520","name":"80s electro","description":null,"image":null,"links":"chat|https://www.reddit.com/r/80sElectro/","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"be5bcdd8-638a-48d6-8bc9-2586cf48c88f","name":"Cyber punk music","description":null,"image":null,"links":"chat|https://www.reddit.com/r/Cyberpunk_Music/","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d109dd43-d62e-4707-9d33-d84d368ea836","name":"Experimental music","description":null,"image":null,"links":"chat|https://www.reddit.com/r/experimentalmusic/","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5d72aa15-91a6-4410-a677-345dbb6521d4","name":"Future beats","description":null,"image":null,"links":"chat|https://www.reddit.com/r/futurebeats/","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cc3574f4-80c5-4495-8c7f-9107ac5d695d","name":"Future pop music","description":null,"image":null,"links":"chat|https://www.reddit.com/r/futurepopmusic/","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5e78194b-7322-4cf0-a885-c8059895847d","name":"Future synth","description":null,"image":null,"links":"chat|https://www.reddit.com/r/futuresynth/","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"852b4bbb-c904-47d2-b2dd-757740999184","name":"Listen to this","description":null,"image":null,"links":"chat|https://www.reddit.com/r/listentothis/","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f83a19f0-a1d5-4667-9767-b731c3dade77","name":"Listen to us","description":null,"image":null,"links":"chat|https://www.reddit.com/r/listentous/","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c1417b0c-5959-4297-a690-83a757b5ca24","name":"Music for concentration","description":null,"image":null,"links":"chat|https://www.reddit.com/r/MusicForConcentration/","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6972bb36-9a8e-4a93-8a54-b1ff2f2cf2d0","name":"New retro wave","description":null,"image":null,"links":"chat|https://www.reddit.com/r/newretrowave/","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a280eaa4-01e3-4617-9fc1-d2dd59fad02b","name":"Stack Exchange","description":null,"image":null,"links":"qna|http://music.stackexchange.com","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b15611d1-f23c-43ce-9a28-f65651cf94c1","name":"The Making of Dancing in my Head","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=-dIcuU58Oy8","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"591a1598-5371-440e-ab3e-ddf27ec6e6dc","name":"Music Theory Distilled (3 parts)","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=mdEcLQ_RQPY","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8a74aa38-7f34-4f1f-9ffc-c3148b7d5254","name":"Main Wikipedia: Music","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Music","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a0ce97ee-9d22-4fde-9b57-08a9d3cd3c08","name":"Simple Wikipedia: Music","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Music","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ebcc1f38-86fd-4372-b9c8-06f4f7e0cfe5","name":"Science Friday","description":null,"image":null,"links":"website|https://www.sciencefriday.com/topics/nature/","topics":"nature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"090b4d79-c4f2-46b3-9433-ba2ca16dca10","name":"Main Wikipedia: Nature","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Nature","topics":"nature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cef401d7-3ef1-482f-97bc-849c7a086004","name":"Simple Wikipedia: Nature","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Nature","topics":"nature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0a0352f4-2e07-47b8-8eed-971ab35deb3d","name":"Matrix","description":null,"image":null,"links":"blog|https://matrix.org/blog/posts/","topics":"networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1eac908-69c1-4e82-91bd-acbecbfce8ae","name":"Mnot","description":null,"image":null,"links":"blog|https://www.mnot.net/blog/","topics":"networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11937f86-0903-4c73-8d98-18d6bda41122","name":"Neural Ordinary Differential Equations (2018)","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/1806.07366","topics":"neural-network","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d08b286-3baf-46ed-ab66-cd28d8717fb8","name":"Neural networks and deep learning","description":null,"image":null,"links":"research_paper|http://neuralnetworksanddeeplearning.com/","topics":"neural-network","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5db55656-d242-44a4-8c26-bdf95e2c81c2","name":"Learning without forgetting","description":null,"image":null,"links":"research_paper|https://arxiv.org/pdf/1606.09282.pdf","topics":"neural-network","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16a38b24-41ac-4a4e-80d3-d3a961ec0e92","name":"Neural turing machine","description":null,"image":null,"links":"research_paper|http://en.wikipedia.org/wiki/Neural_Turing_machine","topics":"neural-network","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6ae52d23-357e-48df-b94e-9d7b90979bcd","name":"Densely connected convolutional networks","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/1608.06993","topics":"neural-network","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62fd3b5b-ab34-4b33-861a-95adb0c9b7c3","name":"Overcoming catastrophic forgetting in neural networks","description":null,"image":null,"links":"research_paper|http://www.pnas.org/content/early/2017/03/13/1611835114.full.pdf","topics":"neural-network","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee737343-effb-448c-95b4-fc780f63fd3d","name":"Pathnet: evolution channels gradient descent in super neural networks","description":null,"image":null,"links":"research_paper|https://arxiv.org/pdf/1701.08734.pdf","topics":"neural-network","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4d9a918-ec23-435a-aa5e-408d8de78a70","name":"The Brain: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780192853929.001.0001/actrade-9780192853929?rskey=MLPnxI&result=88","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e14ed8a7-1518-430a-9817-12e89c96466d","name":"The man who mistook his wife for a hat (1985)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/63697.The_Man_Who_Mistook_His_Wife_for_a_Hat_and_Other_Clinical_Tales","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ec7704e-1b41-4ade-a328-9bdd19afd927","name":"Descartes' error (1994)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/103867.Descartes_Error","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69cea853-d76d-4c8a-b9f2-9ce6efde6569","name":"The Body Electric: Electromagnetism and the Foundation of Life (1998)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/277641.The_Body_Electric","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6251425-ed7a-4f2b-99d9-2da57266ee6a","name":"Principles of neural science (2000)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/826396.Principles_of_Neural_Science","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0e38e07-d0c2-4477-9302-b87e6500db63","name":"Molecular basis of neuropharmacology: a foundation for clinical neuroscience (2001)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/818044.Molecular_Basis_of_Neuropharmacology","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1af36ea-7e86-4faa-b09a-24dcab5cbe96","name":"Synaptic self: how our brains become who we are (2002)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/151132.Synaptic_Self","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c2e8aeb-88c7-4b2e-8c28-3c184013e8bc","name":"The Brain That Changes Itself (2007)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/570172.The_Brain_That_Changes_Itself","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c692e484-70e6-433f-a640-e3b1e7fa90e4","name":"The Human Brain (2018)","description":null,"image":null,"links":"course|https://nancysbraintalks.mit.edu/course/9-11-the-human-brain","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"dd4b4217-0e8c-4811-9b43-f2f6e4a878fd","name":"Could a Neuroscientist Understand a Microprocessor?","description":null,"image":null,"links":"research_paper|https://journals.plos.org/ploscompbiol/article/file?id=10.1371/journal.pcbi.1005268&type=printable","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3cd72e3-ca93-4036-996a-9f5597da6e32","name":"Main Wikipedia: Neuroscience","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Neuroscience","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f3823df2-06f1-487b-a101-e53dedf4ec45","name":"Simple Wikipedia: Neuroscience","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Neuroscience","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2095acc8-7282-45df-8307-c1458e495d08","name":"The daily","description":null,"image":null,"links":"audio|https://www.nytimes.com/podcasts/the-daily","topics":"news","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7713bbe-fb4a-43a1-8d44-3e6caf82e333","name":"Advanced Nutrition and Human Metabolism (1995)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/1387387.Advanced_Nutrition_and_Human_Metabolism_With_Infotrac_","topics":"nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b4c890a-8807-403c-825c-48f67bc98bb3","name":"The Poor, Misunderstood Calorie: Calories Proper (2012)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/15874542-the-poor-misunderstood-calorie","topics":"nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ea5d769-b18e-46ab-b5ed-bdc08fb1ef4f","name":"Sports","description":null,"image":null,"links":"qna|http://sports.stackexchange.com","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"04ae4137-76d1-484f-983a-25af2431669c","name":"Gut: The Inside Story of Our Body’s Most Underrated Organ (2014)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/23013953-gut","topics":"nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eae8a65b-2dde-4e08-891e-21b96a0e0809","name":"How not to die (2015)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/25663961-how-not-to-die","topics":"nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ea0bd73-79b0-4279-a7bf-b87dea2b1bab","name":"Open data","description":null,"image":null,"links":"qna|https://opendata.stackexchange.com","topics":"open-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6ec72cbc-1bdc-4230-8527-daa375526d54","name":"Main Wikipedia: Open data","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Open_data","topics":"open-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"70355a77-1515-42a0-92d7-e4e362031bf8","name":"How Complex Systems Fail","description":null,"image":null,"links":"research_paper|https://web.mit.edu/2.75/resources/random/How%20Complex%20Systems%20Fail.pdf","topics":"complex-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e3dfcb38-a7e9-4390-b7c9-abfbd62ac651","name":"Operating system concepts (1983)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/83833.Operating_System_Concepts","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f81a2dcf-294b-47b8-b993-35581aa3679b","name":"Modern operating systems (1992)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/166195.Modern_Operating_Systems","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ea41c7a-ad9b-4de8-8e20-729255cd7f7e","name":"Programming with Posix Threads (1993)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/987956.Programming_with_Posix_Threads","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2ce5f23-3ca9-44d0-b583-b9f46e9be40d","name":"An efficient implementation of fundamental operating system services (1992)","description":null,"image":null,"links":"book|http://valerieaurora.org/synthesis/SynthesisOS/ch1.html","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d066585a-57d3-477d-94c1-1eeeb95ebc90","name":"Operating Systems: From 0 to 1","description":null,"image":null,"links":"book|https://github.com/tuhdo/os01","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"88af4ea8-9959-47e1-b255-e69e4e402357","name":"intermezzOS","description":null,"image":null,"links":"book|https://intermezzos.github.io/book/second-edition/","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"325de3d2-8bda-4c72-a413-32d2a8a3f0d1","name":"Computer Science 162","description":null,"image":null,"links":"course|https://www.youtube.com/watch?v=feAOZuID1HM&list=PLggtecHMfYHA7j2rF7nZFgnepu_uPuYws","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"03e0cc11-d079-4e69-91bf-aff2d2faff48","name":"Computer science from the bottom up","description":null,"image":null,"links":"course|http://www.bottomupcs.com/","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e4df099-9785-407e-a921-853c0f5b57a2","name":"How to make a computer operating system (2015)","description":null,"image":null,"links":"course|https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1a1be8e5-3719-4433-999d-d19d7a5f1f97","name":"Operating system engineering","description":null,"image":null,"links":"course|https://pdos.csail.mit.edu/6.828/2016/schedule.html","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5cebad25-8c6e-41e0-b27e-774b81ab03e4","name":"NixOS: A purely Functional Linux Distribution (2010)","description":null,"image":null,"links":"research_paper|https://nixos.org/%7Eeelco/pubs/nixos-jfp-final.pdf","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"278a0b6f-e3f7-41af-8e2e-ef11f83a3eb0","name":"Urbit: A Solid-State Interpreter (2016)","description":null,"image":null,"links":"research_paper|http://media.urbit.org/whitepaper.pdf","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c0ee072-b456-45e4-86f7-f7f329f8284b","name":"Main Wikipedia: Operating system","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Operating_system","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"25810499-7839-464a-9569-1cf3bc2cf402","name":"Simple Wikipedia: Operating system","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Operating_system","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8299b9aa-5426-4c53-92c2-ac8657fd3575","name":"The road to serfdom (1944)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/299215.The_Road_to_Serfdom","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26ba415b-ccd5-4a69-95d5-bd86243391d5","name":"Yardbird's Effective Usenet Tradecraft, Survival in an Extremely Adversarial Environment","description":null,"image":null,"links":"article|http://grugq.github.io/blog/2013/12/01/yardbirds-effective-usenet-tradecraft/","topics":"opsec","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9213d173-b4ec-4b6b-beba-3c105ac7235c","name":"What is OPSEC?","description":null,"image":null,"links":"article|http://grugq.github.io/presentations/Keynote_The_Grugq_-_OPSEC_for_Russians.pdf","topics":"opsec","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"df146070-d041-4b9c-8000-0de4dacd84d1","name":"Hacker OPSEC grugq's blog","description":null,"image":null,"links":"blog|http://grugq.github.io/blog/","topics":"opsec","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b422fa73-b913-42cf-8d13-b6e0fe3546ad","name":"OPSEC","description":null,"image":null,"links":"qna|https://security.stackexchange.com","topics":"opsec","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c297a725-481c-41c2-8cc0-f25fcc20a676","name":"Aleksey Shipilëv","description":null,"image":null,"links":"blog|https://shipilev.net/","topics":"optimization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76de7f9f-fd06-4f36-b4a1-e1fd2fac5305","name":"Great outdoors","description":null,"image":null,"links":"qna|https://outdoors.stackexchange.com","topics":"outdoors","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8e20ab22-96a3-4cce-8c30-4b758f3dcea2","name":"Interview Preparation Resources - workat.tech","description":null,"image":null,"links":"article|https://workat.tech/resources","topics":"interviews","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e6fd383-305e-43e0-a405-4dbf5b767144","name":"Interview Practice Problems - workat.tech","description":null,"image":null,"links":"code|https://workat.tech/practice","topics":"interviews;code","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6af4ef5-0cb6-4be8-9248-a55dbee92fbb","name":"Science Friday","description":null,"image":null,"links":"website|https://www.sciencefriday.com/topics/space/","topics":"space-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2996ac6-b3b5-40ba-aa3f-fb8123ebe506","name":"Space exploration","description":null,"image":null,"links":"qna|https://space.stackexchange.com","topics":"space-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"529f289e-3fd2-4439-929c-10d44606cd8e","name":"Main Wikipedia: Outer space","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Outer_space","topics":"space-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e85aacd5-8867-4243-b518-1d0c7f592882","name":"Simple Wikipedia: Outer space","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Outer_space","topics":"space-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"346ac9c2-0a38-4757-bca8-709e12f01c68","name":"On Education, Especially in early childhood","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/29782087-on-education-especially-in-early-childhood","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"718ad898-34f8-458e-a6c7-82f706072550","name":"Summerhill","description":null,"image":null,"links":"book|https://www.amazon.in/Summerhill-English-S-Neil/dp/8189976028/?tag=learnawesome-21","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0769881d-59a1-4e29-97c7-3de26493feb7","name":"How Children Fail","description":null,"image":null,"links":"book|https://en.wikipedia.org/wiki/How_Children_Fail","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6b2d8bd3-dbbf-47fc-b4c5-bad8bf04b8c8","name":"Child Nutrition & Cooking","description":null,"image":null,"links":"course|https://www.coursera.org/learn/childnutrition?","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30254cc7-557d-469a-b2e6-e7883b18ead5","name":"Technical debt as a lack of understanding - daverupert.com","description":null,"image":null,"links":"article|https://daverupert.com/2020/11/technical-debt-as-a-lack-of-understanding/","topics":"technical-debt;software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29b55ccc-7269-4ee4-ad5b-bed52271c417","name":"Parenting Stack Exchange","description":null,"image":null,"links":"qna|https://parenting.stackexchange.com","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bc0ec78b-70fe-41fc-88a2-cffc191bb16b","name":"Main Wikipedia: Parenting","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Parenting","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1e745af3-e4cb-494c-ab4f-7e019fd49725","name":"Simple Wikipedia: Parenting","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Parenting","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0e235133-9ca1-44fd-becf-9cfc620658b7","name":"Ask patents","description":null,"image":null,"links":"qna|https://patents.stackexchange.com","topics":"patent","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"af6ca52d-0ee8-4550-b809-287dc84f4b76","name":"Stack Exchange","description":null,"image":null,"links":"qna|https://pets.stackexchange.com","topics":"pets","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7516a54c-01a9-4936-87fc-c99ffb403273","name":"Main Wikipedia: Pet","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Pet","topics":"pets","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d91023d2-11ba-4f66-a13f-4aca2020041d","name":"Simple Wikipedia: Pet","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Pet","topics":"pets","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5df7a2d7-6627-44bb-9b7a-c60729fc5f5b","name":"Photography: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780192801647.001.0001/actrade-9780192801647?rskey=sBHDD5&result=455","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20f307d0-c1bd-4138-a48e-b982a6b0756f","name":"Strobist Lighting 101","description":null,"image":null,"links":"course|https://strobist.blogspot.com/2006/03/lighting-101.html","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"4.0","tags":null} +{"iid":"317e49b4-40eb-4d5b-9457-09f62e86a126","name":"Photography","description":null,"image":null,"links":"qna|https://photo.stackexchange.com","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"64161055-4688-42e2-8423-22984765f9e4","name":"Why Mirrorless Cameras Are Taking Over","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=p5PvHlk3yig","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"41e50eb9-9282-4ea7-875f-e901d5dc75f7","name":"Main Wikipedia: Photography","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Photography","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f5cc8ac5-640a-4d01-bee2-b9e5d0938dfe","name":"Simple Wikipedia: Photography","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Photography","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a98f5e70-fb4b-4f81-b14b-c88d2e384ec3","name":"Science Friday","description":null,"image":null,"links":"website|https://www.sciencefriday.com/topics/physics-chemistry/","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41c37832-77f9-4923-bc11-7271ee0a58e6","name":"Algodoo","description":null,"image":null,"links":"website|http://www.algodoo.com/","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"112951b2-3808-4277-bed2-ea5bb182d769","name":"PhysicsTravelGuide","description":null,"image":null,"links":"website|https://physicstravelguide.com/start","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7294f7f8-a04f-498a-8e82-3d540feb8a98","name":"Sean Carroll's Mindscape: Science, Society, Philosophy, Culture, Arts, and Ideas","description":null,"image":null,"links":"audio|https://overcast.fm/itunes1406534739/sean-carrolls-mindscape-science-society-philosophy-culture-arts-and-ideas","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"743e676a-22ed-4735-9fe9-1396f898e4c1","name":"AMVA4NewPhysics","description":null,"image":null,"links":"blog|https://amva4newphysics.wordpress.com/","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2efe08dc-9471-44cf-9190-1351f6b0da86","name":"Brilliantly Wrong","description":null,"image":null,"links":"blog|https://arogozhnikov.github.io/","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2550c535-a498-4113-8804-4dbc7efbdad4","name":"The Feynman Lectures","description":null,"image":null,"links":"book|http://www.feynmanlectures.caltech.edu/","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9bc50d4-4fa0-4cc0-9892-ccf6163367d5","name":"Quantum Theory: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780192802521.001.0001/actrade-9780192802521?rskey=sBHDD5&result=486","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cdc17de-220f-44e4-88d1-4ad08e0af4a9","name":"Relativity: the special and the general theory (1916)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/15852.Relativity","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a6f3896-8a1a-405c-9c57-bf2fbf32019a","name":"University physics with modern physics","description":null,"image":null,"links":"book|https://my.mindnode.com/1M2ZVqow9pgJ95qwCH7hnwFWdRL8sDcMQqx5b3z9","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f827b27b-aa2a-4df2-a4da-5b7a3879a17d","name":"Nonlinear dynamics and chaos (1994)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/116164.Nonlinear_Dynamics_and_Chaos","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e6fd865-4f99-41f2-a607-f4c67a702560","name":"Pale blue dot (1994)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/61663.Pale_Blue_Dot","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7216ff0-1be2-4356-94be-fb7b24f3bea3","name":"Black holes and time warps (1994)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/17362.Black_Holes_Time_Warps","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da7d2966-c7bb-49be-bdb7-7ae9f622e080","name":"The fabric of the cosmos (2004)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/22435.The_Fabric_of_the_Cosmos","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e02cebb9-f95e-4a95-8ea7-8e9d54bb412b","name":"Fields of colour: the theory that escaped Einstein (2010)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/13485212-fields-of-color","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea054a46-8f95-443a-86e5-a2298cbcdd85","name":"The theoretical minimum (2013)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/13587145-the-theoretical-minimum","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1288543-2d07-44e1-a115-1aa9c27c3021","name":"The Feynman Lectures on Physics, The Definitive Edition Volume 3 (2nd Edition)","description":"By Richard Feynman","image":"https://learn-awesome.github.io/assets/book_covers/5546.jpg","links":"book|https://www.goodreads.com/book/show/5546.The_Feynman_Lectures_on_Physics","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fdaa83c-ab3f-423f-8060-9095222e79cb","name":"Anki Decks","description":null,"image":null,"links":"flashcard|https://ankiweb.net/shared/decks/physics","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6ef206eb-4143-4601-9af9-93422a0c6265","name":"Physics Classroom","description":null,"image":null,"links":"interactive|https://www.physicsclassroom.com/","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c424be8a-6396-4ff3-91e5-16fe5e36f4ee","name":"Bellman equation - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Bellman_equation","topics":"bellman-equation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"30dbf72c-f919-458e-a972-e7ab76542c0e","name":"Inspire","description":null,"image":null,"links":"journal|https://inspirehep.net","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f34d9cca-26c2-4bc7-9f39-04c77bedce99","name":"So You Want To Learn Physics?","description":null,"image":null,"links":"learning_plan|https://www.susanjfowler.com/blog/2016/8/13/so-you-want-to-learn-physics","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"4.0","tags":null} +{"iid":"b75ceee8-d4f1-4dcd-b296-252c53b5e97a","name":"Physics","description":null,"image":null,"links":"qna|http://physics.stackexchange.com","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0dcf1ecf-0ee3-4a8a-ac16-ccab8ffd69c8","name":"Hamiltonian for the zeros of the Riemann Zeta function (2016)","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/1608.03679","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c76c56a-2575-4cae-b368-7a7fc9aee492","name":"General Relativity and Cosmology: Unsolved Questions and Future Directions (2016)","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/1609.09781","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f62297ee-8db8-44ee-8c18-e996e4e7946f","name":"There are no particles, there are only fields (2012)","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/1204.4616","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a02df725-1420-4f35-b963-279956cc6432","name":"Would Bohr be born if Bohm were born before Born? (2007)","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/physics/0702069","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c67d4b0f-90d5-42ad-9ffc-172820a912a3","name":"The holographic solution - why general relativity must be understood in terms of strings (2004)","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/gr-qc/0405007","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d101602f-2bc4-40d4-a77e-e1e92462249c","name":"Measurement of subpicosecond time intervals between two photons by Interference (1987)","description":null,"image":null,"links":"research_paper|https://www.colorado.edu/physics/phys7810_006/phys7810_006_sp13/QuantumOptics_sp13/Lectures_files/HOM_PRL_1987.pdf","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e6c3bcd1-2a75-4c08-b7eb-d766eb4bccf2","name":"Bertlmann’s socks and the nature of reality (1981)","description":null,"image":null,"links":"research_paper|https://hal.archives-ouvertes.fr/file/index/docid/220688/filename/ajp-jphyscol198142C202.pdf","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"008ac213-ef65-42ec-bfcd-b412d2359775","name":"More is different (1972)","description":null,"image":null,"links":"research_paper|https://www.physics.ohio-state.edu/~jay/880/moreisdifferent.pdf","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cb86e85d-7c94-4ec1-bf51-2b1cb60fee50","name":"On the Einstein Podolsky Rosen Paradox (1964)","description":null,"image":null,"links":"research_paper|http://cds.cern.ch/record/111654/files/vol1p195-200_001.pdf","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b7fd689-a57c-4807-aed4-6982d0ffcf2d","name":"Deterministic Nonperiodic Flow (1962)","description":null,"image":null,"links":"research_paper|http://eaps4.mit.edu/research/Lorenz/Deterministic_63.pdf","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1981fd9d-0a6f-4ddc-8f6f-753a1c4c07f9","name":"There's Plenty of Room at the Bottom (1959)","description":null,"image":null,"links":"research_paper|http://www.zyvex.com/nanotech/feynman.html","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11032d64-2e52-4d81-b378-2a582ea9e929","name":"Forms of Relativistic Dynamics (1949)","description":null,"image":null,"links":"research_paper|https://journals.aps.org/rmp/abstract/10.1103/RevModPhys.21.392","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"615880ce-9b40-47ca-8651-f53f036ece93","name":"What is life? (1944)","description":null,"image":null,"links":"research_paper|http://www.whatislife.ie/downloads/What-is-Life.pdf","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71a90790-c5aa-4d4e-ae54-a02f1f596b33","name":"Can Quantum-Mechanical Description of Physical Reality Be Considered Complete? (1935)","description":null,"image":null,"links":"research_paper|https://journals.aps.org/pr/pdf/10.1103/PhysRev.47.777","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80e1583c-3954-468a-b444-6c38db75542d","name":"Possible Existence of a Neutron (1932)","description":null,"image":null,"links":"research_paper|http://web.mit.edu/22.54/resources/Chadwick.pdf","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8075fd26-fdce-4524-b09f-186cb305f28f","name":"On the electrodynamics of moving bodies (1905)","description":null,"image":null,"links":"research_paper|http://hermes.ffn.ub.es/luisnavarro/nuevo_maletin/Einstein_1905_relativity.pdf","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2576895e-7eb8-48bd-a92c-1c9d128e072d","name":"Solving Cubics With Creases:The Work of Beloch and Lill","description":"By Thomas C. Hull","image":null,"links":"research_paper|http://origametry.net/papers/amer.math.monthly.118.04.307-hull.pdf","topics":"origami;algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c666be55-b775-4376-8ee8-c5331359b2f4","name":"Up & Atom","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCSIvk78tK2TiviLQn4fSHaw","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"49c2eb0b-2a74-4f06-93cd-a3694ff9e5d9","name":"Main Wikipedia: Physics","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Physics","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"54b1a813-3363-44fd-87ce-28b04f2c1f53","name":"Simple Wikipedia: Physics","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Physics","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b6ae4415-c1ab-417e-94d2-33f5576309de","name":"Udemy Beginnner Piano lessons","description":null,"image":null,"links":"course|https://www.udemy.com/beginnerpianolessons/","topics":"piano","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef93e610-09f7-47e4-b0d8-1e587a16c5f6","name":"Classical Piano Pieces for beginners","description":null,"image":null,"links":"course|https://www.udemy.com/pi-101-piano/learn/lecture/5015594#overview","topics":"piano","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"303cea4d-ad91-420a-b21f-9f5df9915213","name":"YouTube tutorial by Andrew Furmanczyk","description":null,"image":null,"links":"course|https://www.youtube.com/playlist?list=PL253192EED47525A8","topics":"piano","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cda5f498-44fa-43a7-a903-bfed4f52a680","name":"Main Wikipedia: Piano","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Piano","topics":"piano","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ef0d5923-61fb-4186-8a7c-b2510688d5cd","name":"Simple Wikipedia: Piano","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Piano","topics":"piano","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4be5b339-0953-4f7c-ab0b-e55d950b6616","name":"Letters to a Young Poet (1929)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/46199","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9a5e6b4-0df9-4a82-b78b-9a803dae3fd7","name":"Poetry","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Poetry","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2127d844-7038-41dc-8917-0e9becb281a9","name":"Poker","description":null,"image":null,"links":"qna|https://poker.stackexchange.com","topics":"poker","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cce27203-3393-4b5e-8e43-69be5ad55b76","name":"Main Wikipedia: Poker","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Poker","topics":"poker","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"05513e00-0966-4d83-9064-420fbee046fd","name":"Simple Wikipedia: Poker","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Poker","topics":"poker","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4ec61850-f5b5-42eb-b7b7-0e615bfc7389","name":"Civics 101","description":null,"image":null,"links":"audio|http://www.npr.org/podcasts/512508710/civics-101","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b05b0ec4-975a-4bcd-8bba-2967d4074ca0","name":"FiveThirtyEight","description":null,"image":null,"links":"audio|https://fivethirtyeight.com/tag/politics-podcast/","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14537493-a5d7-48b5-af53-8f6e5df85bd5","name":"NPR politics podcast","description":null,"image":null,"links":"audio|http://www.npr.org/podcasts/510310/npr-politics-podcast","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87b7ff1c-286d-4ee3-b58e-a165ccc03adc","name":"Pod save the world","description":null,"image":null,"links":"audio|https://art19.com/shows/pod-save-the-world","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c6bd174-24fd-43b8-9f16-490e3be1b601","name":"The anatomy of the state (1974)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/6613404-anatomy-of-the-state","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cacf35b8-f127-4c7d-a975-37c50a3048a6","name":"Understanding power: the indispensable chomsky (2002)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/194805.Understanding_Power","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4cabc58-9aea-4a06-b7a5-076d61defb2e","name":"The dictator's handbook: why bad behaviour is almost always good politics (2011)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/11612989-the-dictator-s-handbook","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cedebcc0-313f-4718-a657-355a5743a6a2","name":"The democracy project: a history, a crisis, a movement (2013)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/13330433-the-democracy-project","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbc09cdd-6c2b-496b-a843-75e7dab41392","name":"Politics","description":null,"image":null,"links":"qna|http://politics.stackexchange.com","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8e7f9815-f7ec-4980-80d1-3fbd19c98664","name":"Main Wikipedia: Politics","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Politics","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5c9b4156-9692-4ecd-bed4-f60f4a67225d","name":"Simple Wikipedia: Politics","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Politics","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5eceac7b-a3d0-4e79-bd86-37a1f4a6ca75","name":"Spread Privacy","description":null,"image":null,"links":"blog|https://spreadprivacy.com/","topics":"privacy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9fc2de2-3348-4111-9f2c-ec1dfd54608c","name":"Citizenfour","description":null,"image":null,"links":"video|https://letterboxd.com/film/citizenfour/","topics":"privacy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4520a0f5-2f31-4631-bf82-1d8e2a3000cc","name":"Loop Habit Tracker","description":null,"image":null,"links":"website|https://play.google.com/store/apps/details?id=org.isoron.uhabits","topics":"productivity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1dbd82e-d948-4413-9aba-892904cfb2c8","name":"Accomplish: To-Do list reborn","description":null,"image":null,"links":"website|https://play.google.com/store/apps/details?id=com.accomplish","topics":"productivity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fc6e074-4bfc-44e6-bcd0-a38502b80d6c","name":"YourHour - Phone addiction tracker and controller","description":null,"image":null,"links":"website|https://play.google.com/store/apps/details?id=com.mindefy.phoneaddiction.mobilepe","topics":"productivity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49c76aed-273f-402a-ac03-c444f2ec0cf4","name":"Productivity","description":null,"image":null,"links":"article|https://blog.samaltman.com/productivity","topics":"productivity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30bdfe18-3812-4a6d-a110-7502fd0f7e24","name":"Compare Companies - workat.tech","description":null,"image":null,"links":"app|https://workat.tech/compare","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6fb3de1-da59-4b36-a915-c902d7ce7aeb","name":"Introduction :: Learn TLA+","description":null,"image":null,"links":"website|https://learntla.com/introduction/","topics":"programming-languages/tla","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb7432d4-62b2-4679-9ff3-1fb3f41fe6cc","name":".NET rocks","description":null,"image":null,"links":"audio|https://www.dotnetrocks.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d09b383c-8d9e-412b-b08a-71d36d598cbc","name":"All Things Git","description":null,"image":null,"links":"audio|https://www.allthingsgit.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08d75906-842b-4def-8f66-a0159f21c172","name":"Changelog","description":null,"image":null,"links":"audio|https://changelog.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a061bb48-46f4-41a4-b246-f94a7bd7fbde","name":"Complete developer","description":null,"image":null,"links":"audio|http://completedeveloperpodcast.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf6fcb51-22df-4134-93a9-a36fc9ea5c42","name":"FLOSS Weekly","description":null,"image":null,"links":"audio|http://twit.tv/show/floss-weekly","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd8960be-8533-46fd-9d32-11b3ef022ab1","name":"Hanselminutes","description":null,"image":null,"links":"audio|http://hanselminutes.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0736bf37-2b6e-4111-9a46-5d5fb0cbdbca","name":"Programming Throwdown","description":null,"image":null,"links":"audio|https://www.programmingthrowdown.com","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52ca8a03-84a6-4a0a-9d20-d10b854896de","name":"Software engineering daily","description":null,"image":null,"links":"audio|https://softwareengineeringdaily.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eaf0ffc9-5e03-46dc-9cf7-2a70912a0d6c","name":"Under the Radar","description":null,"image":null,"links":"audio|https://www.relay.fm/radar","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78d6ab59-6590-4cc1-a5e2-b63d257609ff","name":"0xDE","description":null,"image":null,"links":"blog|http://11011110.livejournal.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"248a6b7e-c283-4a69-8c6b-dbd457966e93","name":"Accidentally Quadratic","description":null,"image":null,"links":"blog|http://accidentallyquadratic.tumblr.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50419d96-124a-4c97-a9b0-42b14e393961","name":"Aerotwist","description":null,"image":null,"links":"blog|https://aerotwist.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0288560a-64a0-424f-bea8-b7d950410f98","name":"Aidanf","description":null,"image":null,"links":"blog|http://www.aidanf.net/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eee3161f-e7f5-49b6-bab7-1eb369caa02a","name":"Akullpp","description":null,"image":null,"links":"blog|https://akullpp.com","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad96cfc3-f2df-4fc7-b3d4-87a22412fe3b","name":"Alex Fedoseev","description":null,"image":null,"links":"blog|https://alexfedoseev.com/blog","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df3cad62-e643-434d-9edf-264280b25c96","name":"Alexei Boronine","description":null,"image":null,"links":"blog|http://www.boronine.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a1748ab-f5e9-4ad8-965a-338537f8ca05","name":"Amjad Masad","description":null,"image":null,"links":"blog|https://amasad.me/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dedf93c1-de2b-46b5-ace1-eccc84b6a1c1","name":"Andrew Ray","description":null,"image":null,"links":"blog|http://blog.andrewray.me/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f49724a3-c452-4d40-85c1-a91ff25e9c36","name":"Andrey Petrov","description":null,"image":null,"links":"blog|https://medium.com/@shazow","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"219625f6-b7d3-42bf-93ae-1773743ea091","name":"Anish Athalye","description":null,"image":null,"links":"blog|http://www.anishathalye.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17d26b00-51e8-4efd-b72b-1c339fa98d09","name":"Anon Function","description":null,"image":null,"links":"blog|http://anonfunction.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d20f0cf8-98c9-4871-bad6-97c513edc14e","name":"Antirez","description":null,"image":null,"links":"blog|http://antirez.com/latest/0","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0ccd19e-c4fb-40bd-8751-37749fc19f2a","name":"Aria","description":null,"image":null,"links":"blog|https://ariya.io/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3dae2a1-3af4-4d0d-be44-e34032735303","name":"Armin Ronacher","description":null,"image":null,"links":"blog|http://lucumr.pocoo.org/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad38a548-b74d-4b0c-8d92-47aa89c2b79a","name":"Aspro","description":null,"image":null,"links":"blog|http://blog.asrpo.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ee4b307-0ff6-4f80-9302-b75f48ec37f7","name":"Beg Riffs","description":null,"image":null,"links":"blog|https://begriffs.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5a8d431-a047-4771-a26a-162cb5e9659f","name":"Ben Frederickson","description":null,"image":null,"links":"blog|https://www.benfrederickson.com/blog/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0628843-957a-4566-bf7e-f48a9d2f0e44","name":"Ben Orestein","description":null,"image":null,"links":"blog|http://www.benorenstein.com/blog/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1567b55-a4dd-45da-ab33-7c7fe57d7a18","name":"Benjamin Congdon","description":null,"image":null,"links":"blog|http://benjamincongdon.me/blog/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f65c1ae-6fe2-4304-b2eb-11d0b058e6ad","name":"Bez Hermoso","description":null,"image":null,"links":"blog|http://bezhermoso.github.io/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3a311d76-b828-4dc4-bb64-3f024f112459","name":"Bgamari","description":null,"image":null,"links":"blog|http://bgamari.github.io/posts.html","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ac0e867a-4445-4465-8032-35c2c43322fd","name":"Blind seeker?","description":null,"image":null,"links":"blog|https://blindseeker.com/blahg/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"082a0e1e-2a85-4dde-8931-f05551a39a11","name":"Bo Jeanes","description":null,"image":null,"links":"blog|http://bjeanes.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d40a3af-5262-4555-b9db-0ebd1e21a3c3","name":"Brandon Bloom","description":null,"image":null,"links":"blog|https://www.brandonbloom.name/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f7e3109-0806-40fb-b8e6-63e99b63fdb1","name":"Brandur","description":null,"image":null,"links":"blog|https://brandur.org/articles","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8dba5d2c-85ad-45fc-92e8-90ebe2721bc0","name":"Bret Victor","description":null,"image":null,"links":"blog|http://worrydream.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9bc7605-dcea-4695-bb01-36eadc1d5726","name":"Brett Terpstra","description":null,"image":null,"links":"blog|http://brettterpstra.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb095f66-4ad2-45cd-a802-3b8db20f0a20","name":"Brian Lee","description":null,"image":null,"links":"blog|http://moderndescartes.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"207dff83-ab66-48bd-a5f1-e2fa28d8e5de","name":"Brian Steffens","description":null,"image":null,"links":"blog|https://briansteffens.github.io/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ebac4825-189d-4241-89c5-45ee5f51e893","name":"Candler Blog","description":null,"image":null,"links":"blog|http://candlerblog.com/blog/archives/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"781acf63-6e01-492f-84bd-ffa61f800893","name":"Cdixon","description":null,"image":null,"links":"blog|http://cdixon.org/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85b5a862-2c2c-46f7-8b06-4703a6577808","name":"Chares Leifer","description":null,"image":null,"links":"blog|http://charlesleifer.com/blog/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6cc23321-76d0-4c18-8117-0d45ccbb76ae","name":"Chris Aniszczyk","description":null,"image":null,"links":"blog|http://aniszczyk.org/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9c42f93-4420-4ca4-91d7-737de877abdc","name":"Coding Horror","description":null,"image":null,"links":"blog|https://blog.codinghorror.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95dbb412-27f0-4584-8c69-7247e1dd8152","name":"Command-z","description":null,"image":null,"links":"blog|http://zaidsyed.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"338bc981-940e-46d5-931f-217b7fc94c78","name":"Daily WTF","description":null,"image":null,"links":"blog|http://thedailywtf.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e22496a1-1ba7-4e06-bab5-3959b01ed0a3","name":"Dan Luu","description":null,"image":null,"links":"blog|https://danluu.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a59b2a99-a8e5-441d-b610-41cecde45157","name":"Dave Beazley","description":null,"image":null,"links":"blog|http://www.dabeaz.com/blog.html","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7bff44f9-b44d-4d97-a39e-a633526313a1","name":"David R. Maclver","description":null,"image":null,"links":"blog|http://www.drmaciver.com/blog/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e28f6af4-ce2d-4cbd-ae80-bbc72c38766f","name":"Diaries of a Madman","description":null,"image":null,"links":"blog|https://asylum.madhouse-project.org/blog/archives/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9722780-73fc-4797-987d-228a0cd00eca","name":"Dont Panic","description":null,"image":null,"links":"blog|http://chrismatheson.github.io/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d1e316f1-0d25-4796-a64f-26e6dcc382ed","name":"Dosync","description":null,"image":null,"links":"blog|http://swannodette.github.io/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3d1a98c1-24d2-4a95-a4c7-b3c5ec83346b","name":"Dr. Bunsen","description":null,"image":null,"links":"blog|http://www.drbunsen.org/archives/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35a49830-a2ac-4731-895a-27b6571695e9","name":"Drew Devault","description":null,"image":null,"links":"blog|https://drewdevault.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6506255b-966e-45fb-89ef-c6c3830e6d54","name":"Dustin Curtis","description":null,"image":null,"links":"blog|https://dcurt.is/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c40f7bc-f34a-481f-b9ca-3f32cbd0614b","name":"Edne","description":null,"image":null,"links":"blog|http://edne.net/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cea5cb21-7b45-4ca2-934d-2403be04bd8d","name":"Eli Bendersky","description":null,"image":null,"links":"blog|http://eli.thegreenplace.net/archives/all","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d226098-2b2d-45e5-9d93-9331085824b8","name":"Eric Chiang","description":null,"image":null,"links":"blog|https://ericchiang.github.io/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"51aa247f-0b24-41cc-bf67-00e59d6fd0f1","name":"Eric Gourlaouen","description":null,"image":null,"links":"blog|http://blog.ericgourlaouen.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af834513-1383-44aa-89e3-7024184a838a","name":"Eric Jang","description":null,"image":null,"links":"blog|http://evjang.com/articles.html","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bed25ff9-392b-40a0-857b-611b6e53cfcc","name":"Erik Bernhardsson","description":null,"image":null,"links":"blog|https://erikbern.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be931be7-e35a-4a1e-8b3c-5e890cbf1347","name":"Frank Mcsherry","description":null,"image":null,"links":"blog|https://github.com/frankmcsherry/blog","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"38636ebb-4687-44b1-9179-e0da74e0025d","name":"Fuzzy Notepad","description":null,"image":null,"links":"blog|https://eev.ee/blog/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ee71193-75ed-4307-9209-e7632c1bff59","name":"Gary Sieling","description":null,"image":null,"links":"blog|https://www.garysieling.com/blog/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45d7474b-3b0c-4a71-b263-7ff1ed8b8021","name":"Gggritso","description":null,"image":null,"links":"blog|http://gggritso.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8fccf20-4c7a-413e-aba8-5a56638a4687","name":"GHOTL","description":null,"image":null,"links":"blog|https://sphalerite.org/ghotl/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d500191-ac19-492f-af4a-8e9dae341647","name":"Hackernoon","description":null,"image":null,"links":"blog|https://hackernoon.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6088e7ae-90bc-404e-a4a0-d1f6f16e6561","name":"Hackthology","description":null,"image":null,"links":"blog|http://hackthology.com/index.html","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a355721f-c117-427e-9010-6c9be3d40d4f","name":"HookRace","description":null,"image":null,"links":"blog|https://hookrace.net/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6f1790d-ec82-4310-80d6-1c6a7c7d3116","name":"Hoverbear's Musings","description":null,"image":null,"links":"blog|https://hoverbear.org/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfd7035e-3e57-4b5f-87f9-c79db6b19b9e","name":"Idle Words","description":null,"image":null,"links":"blog|http://idlewords.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65c1857c-5396-4a8b-a3a7-88025919a267","name":"Irace","description":null,"image":null,"links":"blog|http://irace.me/writing/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1885a39b-f181-4879-918b-df724695cf63","name":"Jacques Mattheij","description":null,"image":null,"links":"blog|https://jacquesmattheij.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2f476ff-37c7-456a-92ac-14a4509f55d8","name":"James Long","description":null,"image":null,"links":"blog|https://jlongster.com","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13c91885-f0ea-4ca4-b3ba-e957b9eb057e","name":"Jan Hunermann","description":null,"image":null,"links":"blog|http://lab.janhuenermann.de/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2a6a674-59b6-40dd-afa5-09d8949bc62e","name":"Jeaye","description":null,"image":null,"links":"blog|https://blog.jeaye.com","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63db2ba8-612d-440e-87c7-e41ff72decea","name":"Jeremy Walker","description":null,"image":null,"links":"blog|http://www.ihid.co.uk/blog","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc55f6c4-9078-4950-937e-ec4371631bc3","name":"Jess Fraz","description":null,"image":null,"links":"blog|https://blog.jessfraz.com","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d01adc2-9225-43a7-9533-84cac7668279","name":"Jesse Hallett","description":null,"image":null,"links":"blog|http://sitr.us/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46000c66-3be5-4eb0-a840-2492f86c8e8b","name":"Jezen Thomas","description":null,"image":null,"links":"blog|https://jezenthomas.com/posts/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"916736ae-fe51-460c-8282-edaed9e66b0b","name":"Jimmy Cuadra","description":null,"image":null,"links":"blog|https://www.jimmycuadra.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"827fffa3-8aa5-4573-bceb-beba759f3f44","name":"Joe Duffy","description":null,"image":null,"links":"blog|http://joeduffyblog.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f882f3a7-c82a-4ab9-b28a-54e21d8c6bd0","name":"Joel on Software","description":null,"image":null,"links":"blog|https://www.joelonsoftware.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0f9709c-ad1d-49cb-bd89-edbf20d23571","name":"John D. Cook","description":null,"image":null,"links":"blog|https://www.johndcook.com/blog/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5219b638-e12a-4e00-8593-5e89e27e2e8b","name":"Jon Gjengset","description":null,"image":null,"links":"blog|https://thesquareplanet.com/blog/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"247b6a3c-1989-4c8f-ad30-b54f5de9655e","name":"Juan Benet","description":null,"image":null,"links":"blog|http://juan.benet.ai/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a679e572-4adf-4c1e-86b5-672eceec06e7","name":"Julia Evans","description":null,"image":null,"links":"blog|http://jvns.ca/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8dac654c-8ec1-4061-8eb7-4f9f3fdf30b4","name":"Justin Kan","description":null,"image":null,"links":"blog|https://justinkan.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b11596a-b3e7-4f20-a710-7d74c9d76450","name":"Jérôme Petazzoni","description":null,"image":null,"links":"blog|http://jpetazzo.github.io/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"416388f2-5a3b-4f95-99ec-1e1f16b9945f","name":"Kamran Ahmed","description":null,"image":null,"links":"blog|http://kamranahmed.info/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71fb26b9-8fd8-458a-95d3-633646de0f52","name":"Karol Kuczmarski","description":null,"image":null,"links":"blog|http://xion.io/archives.html","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59b0e7e9-eab8-407e-a686-30cd702de4bf","name":"Keith Rarick","description":null,"image":null,"links":"blog|https://xph.us/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d56f0b7-96fd-4602-95f2-27f0aa7f3f65","name":"Kenneth Reitz","description":null,"image":null,"links":"blog|https://www.kennethreitz.org/essays","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe8cfb3d-8e25-4849-9f65-110b71b92af7","name":"Leandro Moreira","description":null,"image":null,"links":"blog|https://leandromoreira.com.br/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a781f78e-0018-4b2a-9b42-e1d654bf700e","name":"Lord.io","description":null,"image":null,"links":"blog|https://lord.io/blog/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9764d13-10af-488e-96d3-3b2034c4a57b","name":"Loreto Parisi","description":null,"image":null,"links":"blog|http://loretoparisi.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d82c7898-fe8b-462f-b2ff-21fb178cd292","name":"Lost in Technopolis","description":null,"image":null,"links":"blog|http://www.newartisans.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c0ca703-0f93-4a86-bcde-19abc8beb2f6","name":"Made Mistakes","description":null,"image":null,"links":"blog|https://mademistakes.com/articles/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03cdf7ff-1f27-418f-b8b9-8aa86464ce26","name":"Marc Qualie","description":null,"image":null,"links":"blog|https://marcqualie.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83f8135d-d999-4682-b908-2f684036f159","name":"Marcus Westin","description":null,"image":null,"links":"blog|http://marcuswest.in/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd704cee-eb32-4d2c-b5b0-b13b27cdfc00","name":"Marius Schulz","description":null,"image":null,"links":"blog|https://blog.mariusschulz.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19469be8-218a-46be-bc12-28427cd97866","name":"Mark J. Nelson","description":null,"image":null,"links":"blog|http://www.kmjn.org/notes/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc26ef6f-f3c8-4003-b44d-d56d742cd122","name":"Mark Scholten","description":null,"image":null,"links":"blog|https://www.mpscholten.de/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07a43a6b-7384-41e7-9d2b-b0f2caa50612","name":"Matthias Endler","description":null,"image":null,"links":"blog|https://matthias-endler.de/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1df8a039-9d89-40fd-a025-2aa32168964b","name":"Michael Parker","description":null,"image":null,"links":"blog|http://omgitsmgp.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ea8d248-91a1-4738-ad68-a1dc6e0949bb","name":"Mike Bostock","description":null,"image":null,"links":"blog|https://bost.ocks.org/mike/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6b95113-a576-452d-99e8-b8c6cece520b","name":"Mike Buss","description":null,"image":null,"links":"blog|http://mikebuss.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11249f4f-e9d5-47e5-a234-505764df75e1","name":"Mitchell Hashimoto","description":null,"image":null,"links":"blog|http://mitchellh.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3e2eb43-cd98-40ec-9d3d-2e4661fe1fd5","name":"Monochromatic","description":null,"image":null,"links":"blog|http://blog.z3bra.org/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"016e1f6d-354d-41ef-9f72-5f2cf31829a1","name":"Motemen","description":null,"image":null,"links":"blog|https://medium.com/@motemen","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"54461372-c4bc-42a9-9833-7f141a2d0463","name":"Msol","description":null,"image":null,"links":"blog|https://msol.io/blog/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed3e451d-912a-4fca-90fb-7dc9c5fa7c00","name":"Nick Craver","description":null,"image":null,"links":"blog|https://nickcraver.com/blog/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc205cdd-dde8-4e2b-aced-7c120703c196","name":"Nick Farina","description":null,"image":null,"links":"blog|http://nfarina.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d7d647d-782b-45d6-bdd8-3326328ecea5","name":"Origami Mathematics Page","description":null,"image":null,"links":"website|http://origametry.net/origamimath.html","topics":"origami;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"170ddbed-126a-4438-9764-524abd7d0756","name":"Oleg Kiselyov","description":null,"image":null,"links":"blog|http://okmij.org/ftp/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c12c267-a9ae-4dc9-b227-3f627338003e","name":"Pointers Gone Wild","description":null,"image":null,"links":"blog|https://pointersgonewild.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb3aae75-31c1-4918-84b0-8129e8632c18","name":"Preshing on Programming","description":null,"image":null,"links":"blog|http://preshing.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd7a75f9-618d-4a62-a725-66275b2535c2","name":"Programming in the Twenty First Century","description":null,"image":null,"links":"blog|http://prog21.dadgum.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ccf13bc-58d1-4626-903d-6f3b1dfb36b8","name":"Randall Degges","description":null,"image":null,"links":"blog|https://www.rdegges.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ca2ddc0-edc6-430b-ba45-0e8013890cdb","name":"Robot Lolita","description":null,"image":null,"links":"blog|http://robotlolita.me/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1e8f413-2947-404d-ba11-31c8f4fd2d35","name":"Rok Garbas","description":null,"image":null,"links":"blog|https://garbas.si","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3fa97bd-d63a-4e93-b3be-969c39882485","name":"Romain","description":null,"image":null,"links":"blog|http://romain.goyet.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6478ea71-7f90-4368-a9dc-d9d760936730","name":"Ryan Lefevre","description":null,"image":null,"links":"blog|http://meltingice.net/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"587b1c90-c6cd-4564-b415-bae19db18905","name":"Ryg Blog","description":null,"image":null,"links":"blog|https://fgiesen.wordpress.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"089c3d66-3621-4fc8-a350-64cfd03e69bf","name":"Samuel E. giddins","description":null,"image":null,"links":"blog|http://blog.segiddins.me/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"551d2a08-df5e-40e8-85be-f9bf2117ea0e","name":"Sara Vieira","description":null,"image":null,"links":"blog|https://medium.com/@nikkitaftw","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"167f7f9f-92e8-421f-9435-d4a359269dbf","name":"Saudi Metz","description":null,"image":null,"links":"blog|https://www.sandimetz.com/blog/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"948543ec-400e-4c49-ba5a-65fcc16cf4cf","name":"Schmidt's Foolish Manifesto","description":null,"image":null,"links":"blog|https://blog.afoolishmanifesto.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69509103-91dc-4033-855a-f9a51785096d","name":"Scott Nonnenberg","description":null,"image":null,"links":"blog|https://blog.scottnonnenberg.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e901531a-b1b2-4111-bccf-e7eee9e9511b","name":"Send More Paramedics","description":null,"image":null,"links":"blog|http://blog.fogus.me/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b4bafb5-35e6-48a1-ab3f-404376d0eb4c","name":"Seph","description":null,"image":null,"links":"blog|https://josephg.com/blog/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d090158c-9bd1-4e53-a6ba-6aadd8aff522","name":"Steve Losh","description":null,"image":null,"links":"blog|http://stevelosh.com/blog/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51e0e7c2-6658-4bcf-b7b3-ef0e430fb246","name":"Steve Yegge","description":null,"image":null,"links":"blog|https://steve-yegge.blogspot.nl/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0464491f-3911-4000-99b0-040b814ca3e3","name":"Stevey’s Rants","description":null,"image":null,"links":"blog|http://steve-yegge.blogspot.nl/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1df0b0e7-6e5c-4961-893d-40e603f4b2e7","name":"The Theory of Dynamic Programming","description":"By Richard Bellman","image":null,"links":"research_paper|https://www.rand.org/content/dam/rand/pubs/papers/2008/P550.pdf","topics":"dynamic-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf662236-c18b-4f14-b9b5-efb246531beb","name":"Stuff with Stuff","description":null,"image":null,"links":"blog|http://journal.stuffwithstuff.com/2015/09/08/the-hardest-program-ive-ever-written/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8419b1d9-559d-4418-ade0-e90066c3ba4b","name":"Sudoscript","description":null,"image":null,"links":"blog|http://sudoscript.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3cb9fcf-238e-40c2-bbc8-dc61a46e5cda","name":"Sugar Pirate","description":null,"image":null,"links":"blog|https://medium.com/@sugarpirate","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6f8f6d28-9c70-4034-b357-19114f765200","name":"Susan J. Fowler","description":null,"image":null,"links":"blog|https://www.susanjfowler.com/blog/?category=Lessons+Learned","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54b7b8dc-aaf9-4aab-aa25-92c5c1d31e56","name":"Tapasweni Pathak","description":null,"image":null,"links":"blog|https://tapaswenipathak.wordpress.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"481faa96-802d-4e51-878c-016a54a6e253","name":"Tedunagst","description":null,"image":null,"links":"blog|http://www.tedunangst.com/flak/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0ad109e-bc6b-4e4f-b5a2-fdc3dd8e603a","name":"The Old New Thing","description":null,"image":null,"links":"blog|https://blogs.msdn.microsoft.com/oldnewthing/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd0b89eb-7abd-48f8-88b5-9b20361c2034","name":"Thoughts from the Red Planet","description":null,"image":null,"links":"blog|http://nathanmarz.com/archives","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"121ca1b4-e18c-494a-b014-84931964b481","name":"Tonsky","description":null,"image":null,"links":"blog|http://tonsky.livejournal.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"adc45d5c-266e-4ed2-a2b9-3499591493cd","name":"Umputun","description":null,"image":null,"links":"blog|http://p.umputun.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e427265a-3cf2-4bf2-bd00-58294a7ab6c7","name":"Xero","description":null,"image":null,"links":"blog|http://blog.xero.nu/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3fa03d0-0d65-4301-97e7-52f160bb312a","name":"Zachary Voase","description":null,"image":null,"links":"blog|http://zacharyvoase.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c8f5ba3-ab29-4fea-bc9b-16aafad5ec9a","name":"Александр Субботин","description":null,"image":null,"links":"blog|https://blog.asubbotin.ru/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddc24e9f-1abd-484f-81b8-78478963ab70","name":"The Big Mud Puddle","description":null,"image":null,"links":"blog|http://evincarofautumn.blogspot.nl/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6cfb7486-0eb9-460a-8ed1-e383f92c222a","name":"Build Your Own Text Editor","description":null,"image":null,"links":"book|https://viewsourcecode.org/snaptoken/kilo/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1434d036-be38-40f9-8ec2-a3532de4da1a","name":"The art of computer programming (1968-)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/112239.The_Art_of_Computer_Programming_Volumes_1_3_Boxed_Set","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2cff6c5-fca8-4e75-8c4e-4f47e6f8d002","name":"The psychology of computer programming (1971)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/1660754.The_Psychology_of_Computer_Programming","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48bdec97-6a62-44d2-9a85-465eeedade0a","name":"The elements of programming style (1974)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/454039.The_Elements_of_Programming_Style","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4478afae-a579-4811-9f2e-188ddf7695d5","name":"Software reliability: principles and practices (1976)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/2383920.Software_Reliability","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33408450-ece5-4fbf-ac60-898d6ec6ef17","name":"Structure and interpretation of computer programs (1979)","description":null,"image":null,"links":"book|http://sarabander.github.io/sicp/html/index.xhtml","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a6be8172-b6fc-4477-91ed-9035eee5df3f","name":"Mindstorms: children, computers, and powerful ideas (1980)","description":null,"image":null,"links":"book|http://mindstorms.media.mit.edu/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1550a6f-e632-4446-9a9a-ab4f4156a94c","name":"Communicating sequential processes (1985)","description":null,"image":null,"links":"book|http://www.usingcsp.com/cspbook.pdf","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bb0dfd0-ce63-4c01-90cd-ccb75a56aeb8","name":"The art of the metaobject protocol (1991)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/274495.The_Art_of_the_Metaobject_Protocol","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"585c1fba-a0e8-404c-a6ef-37b2c360d1c5","name":"Code: hidden language of computer hardware and software (1999)","description":null,"image":null,"links":"book|https://bobcarp.files.wordpress.com/2014/07/code-charles-petzold.pdf","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29354804-a195-490c-b76d-14461528429a","name":"The pragmatic programmer (1999)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/4099.The_Pragmatic_Programmer","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86220ca6-0297-4501-9854-cf36fbff5491","name":"The practice of programming (1999)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/1032758.The_Practice_of_Programming","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3fbdf0b-6cd4-4e3e-b7e1-6808c6ad8f3b","name":"Refactoring (1999)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/44936.Refactoring","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bcce25be-0a7a-45b9-906b-f17a1cbb8df8","name":"How to design programs (2001)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/1119079.How_to_Design_Programs","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"612f9806-3ff6-441e-8fa6-b8f27a0fd2c9","name":"Computer Systems: A Programmer's Perspective (2002)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/829182.Computer_Systems","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff6a9c69-e1a5-4c9d-bca0-5cc018d10437","name":"Inside the machine (2006)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/610830.Inside_the_Machine","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79daa006-cd54-4f79-806f-73e440a6988b","name":"Clean Code (2008)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/3735293-clean-code","topics":"programming;code;computer-architecture;computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88736a2a-8e28-4a71-82a6-0b5fd18d5064","name":"Design concepts in programming (2008)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/4412222-design-concepts-in-programming-languages","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46bcc941-2a25-4fb1-9f8a-ec48bc1d9fd7","name":"Apprenticeship patterns (2010)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/5608045-apprenticeship-patterns","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94b18652-aec3-4aab-b92a-99dbbad387fc","name":"The art of readable code: simple and practical techniques for writing better code (2011)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/8677004-the-art-of-readable-code","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e9ccb69-b2c0-4371-948f-3ad3bf80a660","name":"Programming in the large with design patterns (2012)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/16418148-programming-in-the-large-with-design-patterns","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8414105c-9522-44d5-b887-5a957baa30cf","name":"Dynamic Programming and Optimal Control (2012)","description":null,"image":null,"links":"book|http://www.athenasc.com/dpbook.html","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfb286e5-ddcf-410f-981f-b56232435da3","name":"How These Things Work (2016)","description":null,"image":null,"links":"book|http://reasonablypolymorphic.com/book/preface","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"427e5c94-3eaf-40d3-b60f-88bd77c89711","name":"Introduction to the Theory of Complex Systems (2018)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/40404857-introduction-to-the-theory-of-complex-systems","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfb8c386-1eca-4ad5-883d-637894af07f7","name":"Composing programs","description":null,"image":null,"links":"book|http://www.composingprograms.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc90b673-337f-4fde-8e4a-89c3c7132b2f","name":"Design Patterns: Elements of Reusable Object-Oriented Software","description":"By Erich Gamma","image":"https://learn-awesome.github.io/assets/book_covers/85009.jpg","links":"book|https://www.goodreads.com/book/show/85009.Design_Patterns","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2aee334-a160-4af4-b246-be76021bf57e","name":"Programming languages: application and interpretation (2012)","description":null,"image":null,"links":"book|http://cs.brown.edu/courses/cs173/2012/book/book.pdf","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e163ff8c-b432-4422-ba5c-81a10c11cede","name":"Crafting interpreters (2012)","description":null,"image":null,"links":"book|http://www.craftinginterpreters.com/introduction.html","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8943066e-e75e-4240-841f-c09d293ab282","name":"Beautiful racket","description":null,"image":null,"links":"book|http://beautifulracket.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdbd4395-11c1-4fb0-8cb5-8feb39c2320a","name":"CS 242: Programming Languages, Fall 2018","description":null,"image":null,"links":"course|http://cs242.stanford.edu/f18/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"18e52fd8-2ff0-4478-9adf-1f3a35c6188a","name":"Pauls Online Math Notes","description":null,"image":null,"links":"website|https://tutorial.math.lamar.edu/","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c641c467-10f4-47cf-a916-f000a912e137","name":"Applied Dynamic Programming","description":"Richard Bellman and Stuart Dreyfus at Rand Corporation","image":null,"links":"book|https://www.rand.org/content/dam/rand/pubs/reports/2006/R352.pdf","topics":"dynamic-programming","creators":null,"year":"1962","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9aba8831-9165-4bbb-b830-8d73fe0c89ef","name":"MIT software construction (2016)","description":null,"image":null,"links":"course|http://web.mit.edu/6.005/www/fa16/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"52428fcd-12b5-481f-9909-46b4fbe06778","name":"MIT structure and interpretation of computer programs (2005)","description":"\\n##Course Features\\n\\n- Video lectures\\n- Captions/transcript\\n- Online textbooks\\n- Selected lecture notes\\n- Projects (no examples)\\n- Exams (no solutions)\\n\\n##Course Highlights\\n\\nThis course features projects and supporting documentation. This course has virtually all of its course materials online. 6.001 is the first course in the core of departmental subjects which is required for all undergraduates in Electrical Engineering and Computer Science. It offers an online version of the textbook for the course, Structure and Interpretation of Computer Programs, 2nd ed., by Abelson, Sussman, and Sussman.\\nCourse Description\\n\\nThis course introduces students to the principles of computation. Upon completion of 6.001, students should be able to explain and apply the basic methods from programming languages to analyze computational systems, and to generate computational solutions to abstract problems. Substantial weekly programming assignments are an integral part of the course. This course is worth 4 Engineering Design Points.\\n\\nInstructor(s): Prof. Eric Grimson, Prof. Peter Szolovits, Prof. Trevor Darrell\\nMIT Course Number: 6.001 As Taught In Spring 2005\\nLevel: Undergraduate","image":null,"links":"course|https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/index.htm","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f6f0b449-db72-48b7-86df-c8992511a5ec","name":"Stanford C Programming","description":null,"image":null,"links":"course|https://www.youtube.com/playlist?list=PLjn3WmBeabPOUzxcCkzk4jYMGRZMZ6ylF&app=desktop","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"12673f0d-5c03-49ee-9a5c-3cac289d49aa","name":"Structure and interpretation of computer programs (in Python) (2017)","description":null,"image":null,"links":"course|https://cs61a.org/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b266c776-ddc6-40d0-a5b6-ffbbe668061c","name":"Unix tools and scripting (2014)","description":null,"image":null,"links":"course|http://www.cs.cornell.edu/courses/cs2043/2014sp/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d3ef7b3b-d40d-46a0-8f8c-3a28966965ef","name":"Composing Programs","description":null,"image":null,"links":"course|https://composingprograms.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"241d86ee-74ac-4c2e-9f09-f99857a09b2e","name":"Hacker News","description":null,"image":null,"links":"chat|https://news.ycombinator.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5f73f5f-fbc5-45a6-af7a-a8476e9397ba","name":"Advent of Code","description":null,"image":null,"links":"chat|https://www.reddit.com/r/adventofcode/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4259ae44-d846-4cb1-98ba-683261b44b6a","name":"Graphics Programming","description":null,"image":null,"links":"chat|https://www.reddit.com/r/GraphicsProgramming/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cd94c7b3-58b8-41e8-b8c5-fd31cb33e6c7","name":"Computer programming","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Computer-Programming","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"98ade83e-5c26-40f7-9f1b-32a5640ffe50","name":"Sublime text","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Sublime-Text","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"13b74ace-d794-4b70-a045-9e906dbfe804","name":"Text editors","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Text-Editors","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5dcf0552-5dc4-4067-bad9-93de5e16ee43","name":"Programming puzzles & code golf","description":null,"image":null,"links":"qna|https://codegolf.stackexchange.com","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"88b799c2-f53c-4909-9ddf-788e6959172c","name":"Code review","description":null,"image":null,"links":"qna|http://codereview.stackexchange.com","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bb3d06c6-2353-429d-b303-8059235f8c22","name":"Scripting: higher level programming for the 21st century","description":null,"image":null,"links":"research_paper|http://web.stanford.edu/~ouster/cgi-bin/papers/scripting.pdf","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0ef23868-685a-4461-9f03-8e45d78b9b61","name":"Notes on postmodern programming","description":null,"image":null,"links":"research_paper|http://www.mcs.vuw.ac.nz/comp/Publications/CS-TR-02-9.abs.html","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78233108-9db7-4c85-b15b-584d9b3a0091","name":"Recursive make considered harmful","description":null,"image":null,"links":"research_paper|https://web.archive.org/web/20070205051133/http://members.canb.auug.org.au/~millerp/rmch/recu-make-cons-harm.html","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7a1b87f-a492-41bb-ba8a-0e13187eed8e","name":"Kademlia: a peer-to-peer information system based on the xor metric","description":null,"image":null,"links":"research_paper|http://www.scs.stanford.edu/~dm/home/papers/kpos.pdf","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3b43217a-fff1-4224-85b4-46220ee44340","name":"Equal rights for functional objects or, the more things change, the more they are the same","description":null,"image":null,"links":"research_paper|http://home.pipeline.com/~hbaker1/ObjectIdentity.html","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7043c46-c865-41d0-8a13-e62fdfcd18d3","name":"What every programmer should know about memory","description":null,"image":null,"links":"research_paper|https://www.akkadia.org/drepper/cpumemory.pdf","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00e6858d-d541-4253-9734-b9e5e57ff7f3","name":"The c standard formalised in coq","description":null,"image":null,"links":"research_paper|http://robbertkrebbers.nl/research/thesis.pdf","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60bde72b-1731-4ede-bc28-8021954042af","name":"An analysis and survey of the development of Mutation testing","description":null,"image":null,"links":"research_paper|https://pdfs.semanticscholar.org/3277/8a2eb4c74cd437e922ac1eb6a1477dfcb925.pdf","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4eba8c0a-7476-490a-8646-c69d8d092adb","name":"The Purely Functional Software Deployment Model","description":null,"image":null,"links":"research_paper|https://nixos.org/%7Eeelco/pubs/phd-thesis.pdf","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae14c3e2-1aed-4600-9328-6d2e6da08c7a","name":"Main Wikipedia: Computer programming","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Computer_programming","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1d4619a2-ba12-4a22-a4dd-aebcb903050e","name":"Simple Wikipedia: Computer programming","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Computer_programming","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9f89e836-7e62-4e2a-b1a6-b0c3736519a8","name":"Project management","description":null,"image":null,"links":"qna|https://pm.stackexchange.com","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7968ac76-aa5d-4b4d-8a17-dafc0c1d2817","name":"Main Wikipedia: Project management","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Project_management","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cc428814-ae63-4605-a60a-0da3e8ed61d4","name":"Simple Wikipedia: Project management","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Project_management","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3c548a4a-5589-4f37-8360-b7b0fd1925d8","name":"LSD: My Problem Child (1979)","description":null,"image":null,"links":"book|https://www.erowid.org/library/books_online/lsd_my_problem_child","topics":"psychedelics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62b644ff-8cb6-4e05-8b2d-1399fc543d7c","name":"Tryptamine Palace: 5-MeO-DMT and the Sonoran Desert Toad (2009)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/5519081-tryptamine-palace","topics":"psychedelics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b928438-2b07-45cf-9325-87518b4b1639","name":"Tryptamines I Have Known And Loved: The Chemistry Continues","description":null,"image":null,"links":"book|https://erowid.org/library/books_online/tihkal/tihkal.shtml","topics":"psychedelics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9747967-3441-4fc0-8c32-0623cc46fa76","name":"The invisible landscape: mind, hallucinogens, and the i ching (1994)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/191375.The_Invisible_Landscape","topics":"psychedelics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfb59acd-c0c7-47b9-80fe-a745aeef0eb0","name":"The Cosmic Serpent: DNA and the origins of knowledge (1998)","description":null,"image":null,"links":"book|https://www.indybay.org/uploads/2011/04/17/cosmicserp.pdf","topics":"psychedelics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22339bcc-82db-4811-9aee-814590c99859","name":"Breaking open the head (2002)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/1815.Breaking_Open_the_Head","topics":"psychedelics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da5a7adf-ed47-462a-8397-46845296de49","name":"Supernatural: meetings with the ancient teachers of mankind (2005)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/53324.Supernatural","topics":"psychedelics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"001db7d3-299a-4935-94b7-29adaccd20d2","name":"Crystal structure of an lsd-bound human serotonin receptor","description":null,"image":null,"links":"research_paper|http://www.cell.com/cell/fulltext/S0092-8674%2816%2931749-4","topics":"psychedelics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a88ae94-bc72-45fc-9a0b-05c6c3294ebe","name":"Towards a biophysical understanding of hallucinogen action (2007)","description":null,"image":null,"links":"research_paper|http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.688.8514&rep=rep1&type=pdf","topics":"psychedelics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"77acce13-cffd-4907-81f7-f34895e21c12","name":"Thinking, Fast and Slow (2011) - Summary by FourMinuteBooks","description":"Major New York Times bestsellerWinner of the National Academy of Sciences Best Book Award in 2012Selected by the New York Times Book Review as one of the best books of 2011A Globe and Mail Best Books of the Year 2011 TitleOne of The Economist's 2011 Books of the Year One of The Wall Street Journal's Best Nonfiction Books of the Year 20112013 Presidential Medal of Freedom RecipientIn the international bestseller, Thinking, Fast and Slow, Daniel Kahneman, the renowned psychologist and winner of the Nobel Prize in Economics, takes us on a groundbreaking tour of the mind and explains the two systems that drive the way we think. System 1 is fast, intuitive, and emotional; System 2 is slower, more deliberative, and more logical. The impact of overconfidence on corporate strategies, the difficulties of predicting what will make us happy in the future, the profound effect of cognitive biases on everything from playing the stock market to planning our next vacation—each of these can be understood only by knowing how the two systems shape our judgments and decisions. Engaging the reader in a lively conversation about how we think, Kahneman reveals where we can and cannot trust our intuitions and how we can tap into the benefits of slow thinking. He offers practical and enlightening insights into how choices are made in both our business and our personal lives—and how we can use different techniques to guard against the mental glitches that often get us into trouble. Winner of the National Academy of Sciences Best Book Award and the Los Angeles Times Book Prize and selected by The New York Times Book Review as one of the ten best books of 2011, Thinking, Fast and Slow is destined to be a classic.","image":"https://learn-awesome.github.io/assets/book_covers/11468377.jpg","links":"summary|https://fourminutebooks.com/thinking-fast-and-slow-summary/;book|https://openlibrary.org/books/OL26208390M/Thinking_fast_and_slow","topics":"psychology","creators":"Daniel Kahneman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80e20535-4b5a-46ca-8297-85990d561d05","name":"On intelligence (2004)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/27539.On_Intelligence","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db6c1d21-1ccf-475e-ae7d-4996b164d92a","name":"Influence: the psychology of persuasion (1984)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/28815.Influence","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d58b68fa-9cfa-48c0-98ae-63a188d377a9","name":"Python for Finance","description":null,"image":null,"links":"book|https://www.oreilly.com/library/view/python-for-finance/9781492024323/","topics":"quantitative-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0857d49-7ed3-47c2-9775-517d8d22ac9e","name":"Introduction to Quantitative Finance using Python","description":null,"image":null,"links":"book|https://cambridgespark.com/introduction-to-quantitative-finance/","topics":"quantitative-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04e1204f-32d0-425e-8138-74e33c199143","name":"Applied Finance Courses","description":null,"image":null,"links":"course|https://www.datacamp.com/courses/topic:applied_finance","topics":"quantitative-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2a7247a-7954-487c-b410-387569e40a2b","name":"Quantitative finance","description":null,"image":null,"links":"qna|https://quant.stackexchange.com","topics":"quantitative-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4f2a413e-08f4-40c6-afd9-fbbfa7f3304d","name":"English College Melbourne | Melbourne City College Australia","description":null,"image":null,"links":"course|http://www.melbournecitycollege.edu.au/","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"07308cb4-14c8-43cd-af99-77abb1b8723d","name":"Entertainment Science","description":"By Thorsten Hennig-Thurau, Mark B. Houston","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-89292-4","topics":"entertainment","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99fc2a90-573c-42ce-b80e-0d6d47cab891","name":"Schtect-Optimised","description":null,"image":null,"links":"blog|http://www.scottaaronson.com/blog/","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f2ece9d-c032-4578-b8ef-241e812ea751","name":"Quantum Computing for the Very Curious","description":null,"image":null,"links":"interactive|https://quantum.country/qcvc","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d55a339-f7a6-4b2d-84e2-d6c2fa9301ff","name":"Quantum: A Guide for the Perplexed (2003)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/100034.Quantum","topics":"quantum-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a933c2b-bee0-4d4a-8597-3a80539c1522","name":"Kindergarten Quantum Mechanics","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/quant-ph/0510032","topics":"quantum-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9788c4f1-d3ca-4034-9fbc-733ef589342e","name":"Radiology Masterclass","description":null,"image":null,"links":"course|https://www.radiologymasterclass.co.uk/","topics":"radiiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19d5a60b-912d-49eb-97c4-cff3f78fe1bb","name":"Main Wikipedia: Radiology","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Radiology","topics":"radiiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"24cc9ee0-0b95-486c-b722-17f3f294273e","name":"Simple Wikipedia: Radiology","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Radiology","topics":"radiiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"909876ed-2548-4498-8ef2-4854f6af63a7","name":"Raspberry Pi","description":null,"image":null,"links":"qna|http://raspberrypi.stackexchange.com","topics":"raspberry-pi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"70d031f4-d365-4e67-b0ea-dca8fec42963","name":"Main Wikipedia: Raspberry Pi","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Raspberry_Pi","topics":"raspberry-pi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"25f7dd3e-706d-49ff-b6fe-02254dc8e14d","name":"Simple Wikipedia: Raspberry Pi","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Raspberry_Pi","topics":"raspberry-pi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"40ef0928-5eae-482b-ab53-46cfed94fd85","name":"On ostentatious reading and the tendency to hoard","description":null,"image":null,"links":"article|https://medium.com/swlh/seneca-hates-goodreads-ffa3cd5f4129","topics":"reading","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"da953bba-0e3f-4f9f-8167-221e7270e23f","name":"SQ3R: Survey, Question, Read, Recite, Review - a reading comprehension method","description":null,"image":null,"links":"article|https://en.wikipedia.org/wiki/SQ3R","topics":"reading","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"027e088e-d795-4866-89ff-fa134c4a12d4","name":"How To Read A Book - Summary by FourMinuteBooks","description":"Describes the different levels of reading and what each level entails. Also, details very …","image":"https://blas.com/wp-content/uploads/2015/03/a-193x300.jpg","links":"summary|https://fourminutebooks.com/how-to-read-a-book-summary/;summary|https://sivers.org/book/HowToReadABook;summary|https://blas.com/how-to-read-a-book/;book|https://openlibrary.org/books/OL22126935M/How_to_read_a_book","topics":"reading;practical;mortimer-adler;how-to-read;charles-van-doren;books","creators":"Mortimer J. Adler","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d12eca5f-258d-485f-8613-e7bf090a029d","name":"9 Habits to Increase Your Energy - The Startup - Medium","description":null,"image":null,"links":"article|https://medium.com/swlh/9-habits-to-increase-your-energy-69d65265beaa","topics":"productivity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"70d84334-4569-4c4d-aebc-2eb907de4b99","name":"Regular expressions cookbook (2009)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/6125777-regular-expressions-cookbook","topics":"regular-expression","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3d6defc-2fc2-4c09-affd-0902d6a249b9","name":"Reinforcement Learning: An Introduction (2018)","description":null,"image":null,"links":"book|http://www.incompleteideas.net/book/bookdraft2018jan1.pdf","topics":"reinforcement-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6713759a-155b-4892-af07-02a7584e1622","name":"The Hello World of Deep Learning with Neural Networks","description":null,"image":null,"links":"code|https://colab.research.google.com/drive/1oO2UNyPysarE2PdVSqfZTdCOk8Xiymvh?usp=sharing","topics":"deep-learning;neural-network","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a01cfac-c594-4e7c-bd83-75774adb52ce","name":"MuscleWiki","description":null,"image":null,"links":"interactive|https://musclewiki.org/","topics":"exercise","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fb0e93e-3b36-4827-b889-d6121dd6488d","name":"Objective See","description":null,"image":null,"links":"blog|https://objective-see.com/blog.html","topics":"reverse-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4e6cc92-1d55-4053-927c-59a9412c2135","name":"Reverse Engineering for Beginners (2018)","description":null,"image":null,"links":"book|https://beginners.re/RE4B-EN.pdf","topics":"reverse-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09956104-9bc1-44a8-b427-f1777be6ea8d","name":"Reverse engineering","description":null,"image":null,"links":"qna|https://reverseengineering.stackexchange.com","topics":"reverse-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1dfa893c-eb15-4342-9788-3215be53cd27","name":"Reverse compilation techniques","description":null,"image":null,"links":"research_paper|https://yurichev.com/mirrors/DCC_decompilation_thesis.pdf","topics":"reverse-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3481328f-bc99-419f-9e4c-cff615ec086d","name":"Robotics","description":null,"image":null,"links":"qna|https://robotics.stackexchange.com","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0ee23c12-63e2-4a50-aa70-03dc800e3665","name":"Main Wikipedia: Robotics","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Robotics","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"70b5694b-eea9-4017-a1bb-be83b739f801","name":"Simple Wikipedia: Robotics","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Robotics","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7cfffba8-7893-4708-8792-5d11190c7172","name":"SalesTuners","description":null,"image":null,"links":"audio|https://www.salestuners.com/","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9327c6b3-7594-45d7-9932-a1359ab38885","name":"New Sales Simplified","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/15863998-new-sales-simplified","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"879969e7-7879-4eab-831e-39e71bc9f99b","name":"Exceptional Selling","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/394141.Exceptional_Selling","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba3ed50a-2b8a-474d-a160-d95b55678032","name":"Selling The Wheel","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/891658.Selling_The_Wheel","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"942b5729-a143-4e7a-8dfc-692da35ac577","name":"Salesman Podcast","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCL5m7amy0FXEAe9WxhXTI_A","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f5436ebf-5318-447d-9f4e-f49acfbae447","name":"Zettelkasten — How One German Scholar Was So Freakishly Productive","description":null,"image":null,"links":"article|https://writingcooperative.com/zettelkasten-how-one-german-scholar-was-so-freakishly-productive-997e4e0ca125","topics":"zettelkasten;thinking;productivity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8b635dd-9ed1-4a7f-a7cf-b9373b0962c5","name":"Best Data Science Certification Training Courses - ExcelR","description":null,"image":null,"links":"website|https://www.excelr.com/data-science-course-training","topics":"data-science;careers;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60b96f57-28f5-475a-a3cc-761bd1be6d90","name":"Everything Under The Sun (BBC podcast answering questions from kids)","description":null,"image":null,"links":"audio|https://podcasts.apple.com/gb/podcast/everything-under-the-sun/id1442273607?mt=2","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d62d57e4-7338-47f8-bddb-5515a718eea0","name":"The structure of scientific revolutions (1962)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/61539.The_Structure_of_Scientific_Revolutions","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"761c24cc-665d-432d-aab3-558cee59ab99","name":"Cosmos (1980)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/55030.Cosmos","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38037e8b-2cbb-4e31-9f1f-9559f332075d","name":"A brief history of time (1988)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/3869.A_Brief_History_of_Time","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb565c7f-ad45-4580-8b61-a8de85cd8144","name":"The demon-haunted world (1995)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/17349.The_Demon_Haunted_World","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81636633-7da2-453e-87bc-1328ddc261fd","name":"A short history of nearly everything (2003)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/21.A_Short_History_of_Nearly_Everything","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b83c1f6b-ae14-4178-b230-0e2dc108b4c2","name":"What if? (2014)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/21413662-what-if","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d388827c-0218-4b45-a088-c384a6b6bc2a","name":"/r/Askscience","description":null,"image":null,"links":"chat|https://www.reddit.com/r/askscience/","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2b0da5d7-8267-4c23-9630-7b942e768fa9","name":"/r/Astronomy","description":null,"image":null,"links":"chat|https://www.reddit.com/r/Astronomy/","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"01706d28-344d-477b-b71f-811acb1b8b6c","name":"/r/Chemistry","description":null,"image":null,"links":"chat|https://www.reddit.com/r/chemistry/","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2bb7cc28-96a4-4755-9989-44a7c471ff87","name":"/r/comp_chem","description":null,"image":null,"links":"chat|https://www.reddit.com/r/comp_chem/","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"91130d7d-fb68-4013-9f28-7c30cd4ed8f0","name":"/r/explorables","description":null,"image":null,"links":"chat|https://www.reddit.com/r/explorables/","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"19ba626c-1944-4cb9-9642-9b0457a8325a","name":"/r/Physics","description":null,"image":null,"links":"chat|https://www.reddit.com/r/Physics/","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9fe41e04-5f16-4b64-a834-7c5077fc6d25","name":"/r/QuantumComputing","description":null,"image":null,"links":"chat|https://www.reddit.com/r/QuantumComputing/","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"da8570c9-245d-4601-9780-4d4b2b228a5c","name":"/r/Science","description":null,"image":null,"links":"chat|https://www.reddit.com/r/science/","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"240d9447-1928-442d-a40e-f5c9a6d5f3b7","name":"I Wonder","description":null,"image":null,"links":"journal|https://azimpremjifoundation.org/foundation/779","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f1c6d5a-7edf-4fdc-a94a-b1d64c23f146","name":"Science","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Science","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"612cf423-4bed-49b3-b7ea-4c780f9cd73e","name":"Skeptics","description":null,"image":null,"links":"qna|https://skeptics.stackexchange.com","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"37dfe474-dacf-4234-aad2-9ed953d2241e","name":"Science fiction & fantasy","description":null,"image":null,"links":"qna|https://scifi.stackexchange.com","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"796a0b22-794a-4d31-aa64-deedd8bb0b54","name":"Cognitive sciences","description":null,"image":null,"links":"qna|https://cogsci.stackexchange.com","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e1f8aea5-d7d3-4612-ae61-a40316c4a9aa","name":"Computational science","description":null,"image":null,"links":"qna|https://scicomp.stackexchange.com","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a025b50e-fea4-463d-a01f-2d4906881510","name":"The Power of Ten","description":null,"image":null,"links":"video|https://youtu.be/0fKBhvDjuy0","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a00e384-e77c-4245-bad7-5eb9f555316e","name":"The King of Random","description":null,"image":null,"links":"video|https://www.youtube.com/user/01032010814","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"faf8f3f8-de9f-4b89-8140-aa6e74efa571","name":"SmarterEveryDay","description":null,"image":null,"links":"video|https://www.youtube.com/user/destinws2","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4015adec-5048-4c0e-9be3-6f4ffbc35604","name":"Chrismas Lectures","description":null,"image":null,"links":"video|https://www.rigb.org/christmas-lectures/watch","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e52a7dda-9a0f-40f1-b4b4-77e63ba081e4","name":"Main Wikipedia: Science","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Science","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5d283cd8-8234-4490-9506-f05b52d35ed4","name":"Simple Wikipedia: Science","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Science","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a4c3eeca-19e3-47fd-9d00-b4ced94202e0","name":"The sirens of titan (1959)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/4982.The_Sirens_of_Titan","topics":"scifi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25a395d8-2a1c-4d2a-8bd4-967b433159d7","name":"Stranger in a strange land (1961)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/350.Stranger_in_a_Strange_Land","topics":"scifi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bbce4339-153e-48e8-9922-35c3f385174a","name":"Cat’s cradle (1963)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/135479.Cat_s_Cradle","topics":"scifi;fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf0b8607-f86d-49d4-b17c-8b49cf4c6f7c","name":"Do androids dream of electric sheep? (1968)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/7082.Do_Androids_Dream_of_Electric_Sheep_","topics":"scifi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"885c68cb-d00c-4c96-818a-d405ed7a0052","name":"Ubik (1969)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/22590.Ubik","topics":"scifi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3a47f16-4f05-44de-8eca-066a45508d08","name":"The mote in god's eye (1974)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/100365.The_Mote_in_God_s_Eye","topics":"scifi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3471804-d550-41f1-850b-eef4c4deb584","name":"Neuromancer (1984)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/22328.Neuromancer","topics":"scifi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6f62331-67a3-4de2-a173-b5531637728a","name":"Ender’s game (1985)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/375802.Ender_s_Game","topics":"scifi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8aecec59-813a-4542-b129-78a1429c79e7","name":"The player of games (1988)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/18630.The_Player_of_Games","topics":"scifi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d67a4739-0360-41b5-a854-c28d43f15c68","name":"A fire upon the deep (1992)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/77711.A_Fire_Upon_the_Deep","topics":"scifi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d19e7977-05fa-48a9-8b28-078f94f3fe56","name":"Snow crash (1992)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/830.Snow_Crash","topics":"scifi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6bcb522-2769-4e8f-aef0-e01e8a2b6d76","name":"Permutation city (1994)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/156784.Permutation_City","topics":"scifi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bbcaedb6-cf46-4739-8e49-78818098c04a","name":"The diamond age (1995)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/827.The_Diamond_Age","topics":"scifi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"423f62d6-3341-43ad-9cdb-973fc978a422","name":"The martian (2011)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/18007564-the-martian","topics":"scifi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4215b28-b790-4dd9-9ffa-0f70a1e74f67","name":"Golden son (2015)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/18966819-golden-son","topics":"scifi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a27305e-9b26-4272-8dbb-d0456cb1181c","name":"The dispossessed","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/13651.The_Dispossessed","topics":"scifi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"419a0bc1-8f24-4e2f-bb60-b62ab7dc1db7","name":"Blindsight","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/48484.Blindsight","topics":"scifi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"faeb70cf-fb57-47b7-88cf-37c39af67676","name":"Gossip","description":null,"image":null,"links":"audio|https://www.gossippodcast.com/","topics":"scripted-audio","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7faecad-69e9-4433-8f3d-db7559023d8d","name":"Homecoming","description":null,"image":null,"links":"audio|https://www.gimletmedia.com/homecoming","topics":"scripted-audio","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c84be18-64a4-44f5-9601-aa255ff5a595","name":"Security now","description":null,"image":null,"links":"audio|https://twit.tv/shows/security-now","topics":"security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc884503-677d-4d80-8ce8-7ad67770d460","name":"Devs Love Security","description":null,"image":null,"links":"blog|http://devs.cloudimmunity.com","topics":"security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f22cdcc0-bac5-4eef-b6d8-d0826eb3176a","name":"Krebs on Security","description":null,"image":null,"links":"blog|https://krebsonsecurity.com/","topics":"security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25ec297e-0747-49db-9cd6-2e29dbb79ec2","name":"Ray Wang","description":null,"image":null,"links":"blog|https://raywang.tech/archives/","topics":"security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"338540ff-1216-4fa3-b1f2-2bc91c1c8c68","name":"Simone Margaritelli","description":null,"image":null,"links":"blog|https://www.evilsocket.net/","topics":"security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"603b9737-9a1d-452b-bef3-4ccf3ef22ba5","name":"Troy Hunt","description":null,"image":null,"links":"blog|https://www.troyhunt.com/","topics":"security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c8eea74-3509-497b-a9ba-bfcf3e61c7d4","name":"Zdziarski's Blog of Things","description":null,"image":null,"links":"blog|https://www.zdziarski.com/blog/","topics":"security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5df41c2c-2fab-4e70-9411-b3256c9a362e","name":"The database hacker’s handbook (2005)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/369905.The_Database_Hacker_s_Handbook","topics":"security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff6bfa23-d6d5-4b34-adb3-1fff955daf53","name":"A guide to kernel exploitation (2010)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/9224826-a-guide-to-kernel-exploitation","topics":"security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b9b70ed-b24f-4127-909e-39d31b23575a","name":"The tangled web (2011)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/11553604-the-tangled-web","topics":"security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b116c57-fdc3-4db8-a777-5a74dc0efac4","name":"The web application hackers handbook (2014)","description":null,"image":null,"links":"book|https://leaksource.files.wordpress.com/2014/08/the-web-application-hackers-handbook.pdf","topics":"security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38ddc5c7-e3aa-4061-8a08-b058ea1459a1","name":"The browser hacker's handbook (2014)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/17891588-the-browser-hacker-s-handbook","topics":"security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7292f1a-0682-42a3-83bb-0ed76371f8f5","name":"SEO Wiki","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Search_engine_optimization","topics":"seo","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"56caa74b-c7b6-427e-8029-d202bdb2ad6c","name":"Server fault","description":null,"image":null,"links":"qna|http://serverfault.com?title=","topics":"server-fault","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11fe5653-8df8-42e1-b838-d585ff1efc3a","name":"LOOPY: a tool for thinking in systems","description":null,"image":null,"links":"interactive|https://ncase.me/loopy/","topics":"systems-thinking;complexity-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f4923fd-16b8-424d-8353-54507a9664b2","name":"Flute - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Flute","topics":"musical-instruments/flute","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"41dca2ca-03e0-4501-8b06-82cc2589a0b6","name":"Signal processing","description":null,"image":null,"links":"qna|https://dsp.stackexchange.com","topics":"signal-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2066acbf-1afb-4dda-8a29-ac95ca684723","name":"Main Wikipedia: Signal processing","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Signal_processing","topics":"signal-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fd7f55c5-7f70-4532-b591-4df1afaf0f8b","name":"Simple Wikipedia: Signal processing","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Signal_processing","topics":"signal-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2a56aaf9-2e6c-4f0e-bc46-0c33c9ed9405","name":"Why We Sleep: Unlocking the Power of Sleep and Dreams (2017)","description":"By Matthew Walker","image":"https://learn-awesome.github.io/assets/book_covers/34466963.jpg","links":"summary|https://www.theguardian.com/books/2017/sep/21/why-we-sleep-by-matthew-walker-review;book|https://www.goodreads.com/book/show/34466963-why-we-sleep","topics":"sleep","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6580d35f-757b-4326-9a83-9bdad3c2c012","name":"The utopia of rules (2015)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/22245334-the-utopia-of-rules","topics":"society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73f2f52f-8cae-4b8e-a06d-09862897e3a3","name":"The Architecture of Open Source Applications","description":null,"image":null,"links":"book|http://aosabook.org/en/index.html","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41e1721e-c6e6-44de-bb76-d38dd6a6fded","name":"Out of the Tar Pit","description":null,"image":null,"links":"research_paper|http://curtclifton.net/papers/MoseleyMarks06a.pdf","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1489e5b-c199-4dae-a2c3-4fa5f25f4f77","name":"Sound design","description":null,"image":null,"links":"qna|https://sound.stackexchange.com","topics":"sound-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"68bb3086-ebda-48c9-b4dc-c3102a716d2f","name":"Main Wikipedia: Sound design","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Sound_design","topics":"sound-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e9e46793-fc1d-43ad-8659-bc6b13199d3b","name":"Anki: Flash cards with spaced repetition","description":null,"image":null,"links":"website|https://apps.ankiweb.net/","topics":"spaced-repetition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"17ad7c91-d996-4642-b7ce-5199a21f2823","name":"Leitner System","description":null,"image":null,"links":"article|https://en.wikipedia.org/wiki/Leitner_system","topics":"spaced-repetition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e57e6d26-ca5f-47db-b734-eb57a1576025","name":"Everything I Know: Strategies, Tips, and Tricks for Anki","description":null,"image":null,"links":"article|https://senrigan.io/blog/everything-i-know-strategies-tips-and-tricks-for-spaced-repetition-anki","topics":"spaced-repetition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d20a88c-7132-470f-98c9-5e714ab034a6","name":"How to remember anything forever-ish","description":null,"image":null,"links":"interactive|https://ncase.me/remember/","topics":"spaced-repetition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"980dbfb4-6fbd-4251-a2ce-76ead8a9f710","name":"Main Wikipedia: Sport","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Sport","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2a719c62-09cb-4ade-92d5-6491860c4318","name":"Simple Wikipedia: Sport","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Sport","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c2c3cca3-3d77-4665-9e1e-e83802632130","name":"The Quantum and the Lotus: A Journey to the Frontiers Where Science and Buddhism Meet (2000)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/222652.The_Quantum_and_the_Lotus","topics":"sprituality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4016b940-f66f-49a7-be67-72d3fc860d31","name":"Journey of souls: case studies of life between lives (1994)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/104979.Journey_of_Souls","topics":"sprituality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5be744a-d56a-42b1-8200-2063f873ffb8","name":"Stack","description":null,"image":null,"links":"qna|https://stackoverflow.com/","topics":"stack","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0cfe09b5-6de1-4913-b63c-5cb530493bb4","name":"A Different Way to Solve Quadratic Equations","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=ZBalWWHYFQc","topics":"quadratic-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5e8cf0e1-7188-4159-9ed1-48980c97fcaa","name":"Science","description":null,"image":null,"links":"article|http://calteches.library.caltech.edu/1575/1/Science.pdf","topics":"philosophy-of-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"91435033-9b0d-4119-a9ee-f7832bebda67","name":"Founder Chats","description":null,"image":null,"links":"audio|https://founderchats.com/","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d83261e6-a22a-4cde-9ecb-c0b6ff7cc5a1","name":"Founders Talk","description":null,"image":null,"links":"audio|https://changelog.com/founderstalk","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"915c78e3-2a14-47cf-a046-1cd235a8642c","name":"Product people","description":null,"image":null,"links":"audio|http://www.productpeople.tv/","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c10ef9a-2e67-4b84-9f39-f1725c8084fa","name":"StartUp","description":null,"image":null,"links":"audio|https://gimletmedia.com/startup/","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"412e7043-b288-4f47-b1ce-0a279a10d70f","name":"The freelancer","description":null,"image":null,"links":"audio|https://pjrvs.com/podcast/","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1cb6ab7-21e5-40b3-9282-3ef0b09b2f68","name":"The Pitch","description":null,"image":null,"links":"audio|https://www.gimletmedia.com/the-pitch","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8c2de1f-6228-4ac0-8885-7550146b3e31","name":"Without Fail","description":null,"image":null,"links":"audio|https://www.gimletmedia.com/without-fail","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a63f557-365d-4cc3-9b38-f46e6c4d8579","name":"The Startup Chat","description":null,"image":null,"links":"audio|https://thestartupchat.com/","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0c47e65-29a9-4460-a6ee-8650956c163a","name":"Elad's Blog","description":null,"image":null,"links":"blog|http://blog.eladgil.com/","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"404f4c7f-790f-45b2-8b45-2a073f6ebfa7","name":"Paul Graham","description":null,"image":null,"links":"blog|http://www.paulgraham.com/articles.html","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7bb75f4f-1167-44f3-8a11-041c82eeea9d","name":"Running Lean (2012)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/13078769-running-lean","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"197dabab-edc4-452f-8ce6-4f2a916e4719","name":"Zero to one (2014)","description":"If you want to build a better future, you must believe in secrets.\\n\\nThe great secret of our time is that there are still uncharted frontiers to explore and new inventions to create. In Zero to One, legendary entrepreneur and investor Peter Thiel shows how we can find singular ways to create those new things.\\n\\nThiel begins with the contrarian premise that we live in an age of technological stagnation, even if we’re too distracted by shiny mobile devices to notice. Information technology has improved rapidly, but there is no reason why progress should be limited to computers or Silicon Valley. Progress can be achieved in any industry or area of business. It comes from the most important skill that every leader must master: learning to think for yourself.","image":null,"links":"book|http://www.goodreads.com/book/show/18050143-zero-to-one","topics":"startups;entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"975358f5-49ae-4620-acb2-1c7ec80a6494","name":"JUST FUCKING SHIP","description":"By Amy Hoy","image":"https://learn-awesome.github.io/assets/book_covers/23700819.jpg","links":"book|https://www.goodreads.com/book/show/23700819-just-fucking-ship","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89e40396-cec7-4513-af84-86fc4d834b65","name":"David Robinson","description":null,"image":null,"links":"blog|http://varianceexplained.org/posts/","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a42d604-9c2b-4061-853b-c3e7be98d692","name":"The visual display of quantitative information (1983)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/17744.The_Visual_Display_of_Quantitative_Information","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0ff4874-db71-49a7-923e-a9a63206dfab","name":"Bayesian Data Analysis (1995)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/619590.Bayesian_Data_Analysis","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d01906ae-673f-4c66-a313-bc8ed9814d83","name":"The elements of statistical learning (2001)","description":null,"image":null,"links":"book|http://statweb.stanford.edu/%7Etibs/ElemStatLearn/printings/ESLII_print10.pdf","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df98dc67-27ea-4657-b046-4bfb14167fb6","name":"All of statistics (2004)","description":null,"image":null,"links":"book|http://www.stat.cmu.edu/~larry/all-of-statistics/","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2753879-7924-4b8b-9fa9-f8650db36bae","name":"Introduction To Bayesian Statistics (2007)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/2378169.Introduction_to_Bayesian_Statistics","topics":"statistics;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7487c27-8f90-4456-b647-943c6eb7af83","name":"Think bayes: bayesian statistics made simple (2012)","description":null,"image":null,"links":"book|http://www.greenteapress.com/thinkbayes/thinkbayes.pdf","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfbf17a4-06f1-4662-8759-0b56a2b8f925","name":"An introduction to statistical learning: with applications in r (2013)","description":null,"image":null,"links":"book|http://www-bcf.usc.edu/%7Egareth/ISL/","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38b5a721-c85b-4dce-962a-9571e7c87b26","name":"Statistical rethinking: a bayesian course with examples in R and Stan (2015)","description":null,"image":null,"links":"book|http://xcelab.net/rm/statistical-rethinking/","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e88d2842-08ac-4f43-aab4-f4075e9ef0c1","name":"Computational and inferential thinking (2017)","description":null,"image":null,"links":"book|https://www.inferentialthinking.com/","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ee4048f-cab8-4ddc-acd0-c7877914059f","name":"Introduction to Literature | Simple Book Production","description":null,"image":null,"links":"learning_plan|https://courses.lumenlearning.com/introliterature/","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"330571b7-6d43-4a23-a580-a3fb267d02df","name":"Bellman Equations, Dynamic Programming and Reinforcement Learning (part 1) int8.io","description":null,"image":null,"links":"article|https://int8.io/bellman-equations-reinforcement-learning/","topics":"bellman-equation;dynamic-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d0d8ce8-808b-4600-8112-4d82f61b8018","name":"Cross validated","description":null,"image":null,"links":"qna|https://stats.stackexchange.com","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f6c73185-874b-4c69-bb22-5738216a6484","name":"Probabilistic machine learning and artificial intelligence","description":null,"image":null,"links":"research_paper|http://www.nature.com/nature/journal/v521/n7553/full/nature14541.html","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3098a1ed-73e7-421f-a3b5-ba9dfbb0f3d0","name":"The art of war (~ 500 BC)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/10534.The_Art_of_War","topics":"strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24715587-cd51-48b6-a4c2-c8ff428cc5ec","name":"Super user","description":null,"image":null,"links":"qna|http://superuser.com","topics":"super-user","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a04d8baa-6282-40d6-b3d7-6bf77672c465","name":"Main Wikipedia: Superuser","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Superuser","topics":"super-user","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0b8f5755-bb9a-4273-b075-e9575a708bf2","name":"Tips for mathematical handwriting","description":null,"image":null,"links":"article|https://johnkerl.org/doc/ortho/ortho.html","topics":"handwriting;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d82bcf82-c00c-44ee-a5a2-42cc8159eef0","name":"Sustainable living association","description":null,"image":null,"links":"app|https://sustainablelivingassociation.org/","topics":"sustainable-living","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4fa1f005-148b-49b6-b9c0-c3fc74b39637","name":"Free CS Textbooks","description":null,"image":null,"links":"book|https://csgordon.github.io/books.html","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d6905e28-cbcc-4fea-a764-d29c4f38fba6","name":"Sustainable living","description":null,"image":null,"links":"qna|https://sustainability.stackexchange.com","topics":"sustainable-living","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"38484603-a3ba-4464-8d68-5d8405988ff0","name":"Eco Snippets","description":null,"image":null,"links":"video|http://www.ecosnippets.com/","topics":"sustainable-living","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f83fbb8-9587-46e0-a5ca-cd5b12c4d04b","name":"Main Wikipedia: Sustainable living","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Sustainable_living","topics":"sustainable-living","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"880699f8-5c49-4582-8cf4-1918531373bd","name":"Simple Wikipedia: Simple living","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Simple_living","topics":"sustainable-living","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"003e889c-1abc-4003-a0c1-6637032a58f6","name":"Main Wikipedia: Swimming","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Swimming","topics":"swimming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3c634254-7118-4e2c-8f17-3feb384c5a39","name":"Simple Wikipedia: Swimming","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Swimming","topics":"swimming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e722cf7c-9670-46e0-a677-df5429cefad9","name":"Cult of Pedagogy","description":null,"image":null,"links":"website|https://www.cultofpedagogy.com/","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d03e6d72-e375-4453-8a67-57435488109f","name":"How to teach an inductive learning lesson","description":null,"image":null,"links":"article|https://www.cultofpedagogy.com/inductive-learning/","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"512c7e21-a97a-4076-aaf3-500472953da5","name":"Science Friday","description":null,"image":null,"links":"website|https://www.sciencefriday.com/topics/technology-engineering/","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60be072a-c327-40ef-abcc-1640c92870c6","name":"Startechery","description":null,"image":null,"links":"blog|https://stratechery.com/","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67732d52-9966-4846-9a39-c830c0ca30a1","name":"Tech Specs","description":null,"image":null,"links":"blog|https://techspecs.blog/","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01b5ca1c-5e80-416d-a82e-1bcd30f7cd23","name":"Project Code Rush - The Beginnings of Netscape / Mozilla (2013)","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=4Q7FTjhvZ7Y","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ab645015-24c0-4332-96b9-d2ddc48f756a","name":"Revolution OS","description":null,"image":null,"links":"video|https://letterboxd.com/film/revolution-os/genres/","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b5ad575-4c09-4aae-a560-39858d705b66","name":"Shenzhen: the silicon valley of Hardware","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=SGJ5cZnoodY","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1477e652-ac66-4dab-8b96-8e567b3c32b9","name":"Technology","description":null,"image":null,"links":"qna|https://www.quora.com/topic/Technology","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"92102fe6-b7eb-4602-8f8b-0e1e3b7343b3","name":"Antenna Theory","description":null,"image":null,"links":"website|http://www.antenna-theory.com/","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1945c6bd-eaf9-4de9-83ce-2017e0d2e3e3","name":"Home - D Programming Language","description":null,"image":null,"links":"website|https://dlang.org/","topics":"programming-languages/d","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86b75456-eaa5-4765-a99a-e1fe348ce9cd","name":"Coronavirus Vaccine Tracker - The New York Times","description":null,"image":null,"links":"article|https://www.nytimes.com/interactive/2020/science/coronavirus-vaccine-tracker.html","topics":"coronavirus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78fc3760-cb1a-4a7a-ad24-458e170417f5","name":"The MagPi Magazine – Raspberry Pi Press","description":null,"image":null,"links":"journal|https://store.rpipress.cc/collections/the-magpi-essentials","topics":"raspberrypi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac9a3250-db40-44b0-bc27-24c2ff434150","name":"HTTP flashcards","description":null,"image":null,"links":"flashcard|https://flashcards.wizardzines.com/http/","topics":"web;frontend-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0401df4a-c3e6-4bf9-aee1-e3a90286ee48","name":"griffpatch","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCawsI_mlmPA7Cfld-qZhBQA","topics":"programming-languages/scratch","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ee0e3a81-d040-4a7d-9465-f2eabf36ba92","name":"Learning, Remembering & Thinking","description":null,"image":null,"links":"article|https://www.av8n.com/physics/thinking.htm","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5be4e5c2-d867-4f1d-ab98-cedd7a39c942","name":"Mental Models","description":null,"image":null,"links":"article|https://fs.blog/mental-models/","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ee9851d-e779-4c23-ba77-1272c8a8c890","name":"TRIZ: A problem-solving technique","description":null,"image":null,"links":"article|https://en.wikipedia.org/wiki/TRIZ","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"aede065e-ffa1-4ca1-ad68-1a30b21bc08d","name":"The Psychology of Human Misjudgment","description":null,"image":null,"links":"article|http://web.archive.org/web/20151004200748/http://law.indiana.edu/instruction/profession/doc/16_1.pdf","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3ff0dedc-5811-447a-a780-5ec4b7ee6123","name":"Mental Models I Find Repeatedly Useful","description":null,"image":null,"links":"article|https://medium.com/@yegg/mental-models-i-find-repeatedly-useful-936f1cc405d","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d1342cf1-10a7-48e6-bec3-425f2684a51e","name":"Going Critical","description":null,"image":null,"links":"article|https://www.meltingasphalt.com/interactive/going-critical/","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9bb5c02-3f02-4475-b60c-8016db7802fd","name":"Analytic Philosophy: A Very Short introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780198778028.001.0001/actrade-9780198778028?rskey=MLPnxI&result=28","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95d40fa1-2410-447c-8bb8-54a63f2f5684","name":"Logic: A Very Short Introduction (2nd edn)","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780198811701.001.0001/actrade-9780198811701?rskey=rtROx3&result=348","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c04ffb0-2ef2-4f61-a265-1f988878eca8","name":"Thinking and Reasoning: A Very Short Introduction","description":null,"image":null,"links":"book|http://www.veryshortintroductions.com/abstract/10.1093/actrade/9780198787259.001.0001/actrade-9780198787259?rskey=P9EWzI&result=561","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"537f1e04-d71d-4f1e-ba47-6bc348011102","name":"The Great Mental Models","description":null,"image":null,"links":"book|https://fs.blog/tgmm/","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d24f6a0-43fa-478a-abda-097b7f5c9b0c","name":"Kids Coding Playground","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCG1chmzMJPNjIHRYMzuYXkg","topics":"programming-languages/scratch","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c7c1dd98-8ef6-4854-9c66-737c2b8a5f33","name":"The Educated Mind: How Cognitive Tools Shape Our Understanding","description":"By Kieran Egan","image":"https://learn-awesome.github.io/assets/book_covers/648782.jpg","links":"book|https://www.goodreads.com/book/show/648782.The_Educated_Mind","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"971787af-3d72-4797-a655-8e39b2ad8f85","name":"Factfullness - Summary by FourMinuteBooks","description":"Factfulness: The stress-reducing habit of only carrying opinions for which you have strong supporting facts.When asked simple questions about global trends—what percentage of the world’s population live in poverty; why the world’s population is increasing; how many girls finish school—we systematically get the answers wrong. So wrong that a chimpanzee choosing answers at random will consistently outguess teachers, journalists, Nobel laureates, and investment bankers.In Factfulness, Professor of International Health and global TED phenomenon Hans Rosling, together with his two long-time collaborators, Anna and Ola, offers a radical new explanation of why this happens. They reveal the ten instincts that distort our perspective—from our tendency to divide the world into two camps (usually some version of us and them) to the way we consume media (where fear rules) to how we perceive progress (believing that most things are getting worse).Our problem is that we don’t know what we don’t know, and even our guesses are informed by unconscious and predictable biases.It turns out that the world, for all its imperfections, is in a much better state than we might think. That doesn’t mean there aren’t real concerns. But when we worry about everything all the time instead of embracing a worldview based on facts, we can lose our ability to focus on the things that threaten us most.Inspiring and revelatory, filled with lively anecdotes and moving stories, Factfulness is an urgent and essential book that will change the way you see the world and empower you to respond to the crises and opportunities of the future. ","image":"https://learn-awesome.github.io/assets/book_covers/34890015._SX98_.jpg","links":"summary|https://fourminutebooks.com/factfulness-summary/;book|https://www.goodreads.com/book/show/34890015-factfulness","topics":"thinking","creators":"Hans Rosling","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"542d4e4c-9668-407a-87ed-f14863784dec","name":"Thinking In System: A Primer","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/3828902-thinking-in-systems","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"579e225e-0260-4163-b475-9bd278f96286","name":"The Model Thinker: What You Need to Know to Make Data Work for You (Hardcover)","description":"By Scott E. Page","image":"https://learn-awesome.github.io/assets/book_covers/39088592.jpg","links":"book|https://www.goodreads.com/book/show/39088592-the-model-thinker","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22120a90-f475-4c21-bf6b-419b0c8f704e","name":"The Decision Book: Fifty Models for Strategic Thinking","description":"By Mikael Krogerus","image":"https://learn-awesome.github.io/assets/book_covers/9793361.jpg","links":"book|https://www.goodreads.com/book/show/9793361-the-decision-book","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17141879-58d4-4b1f-8da4-50e3065f3e8e","name":"The Art and Craft of Problem Solving 1st Edition","description":"By Paul Zeitz","image":"https://learn-awesome.github.io/assets/book_covers/593458.jpg","links":"book|https://www.goodreads.com/book/show/593458.The_Art_and_Craft_of_Problem_Solving","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5f66182-1fca-4c7a-85bb-ba24529b0148","name":"Same facts are compatible with any number of theories","description":null,"image":null,"links":"image|https://twitter.com/neurosocialself/status/1116167942578659328","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0397c82-a389-461d-9777-51b932d3a882","name":"EveryTimeZone","description":null,"image":null,"links":"website|https://everytimezone.com/","topics":"timezones","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd24a426-af5a-47ef-a739-bded8ae82db3","name":"UTC is enough for everyone, right?","description":null,"image":null,"links":"article|https://zachholman.com/talk/utc-is-enough-for-everyone-right","topics":"timezones","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0168f956-b940-41c5-912d-6d62fd72618e","name":"Falsehoods About Time","description":null,"image":null,"links":"article|http://falsehoodsabouttime.com","topics":"timezones","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"855018e1-2a81-4c3a-bad7-b516e210b280","name":"Main Wikipedia: Time zone","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Time_zone","topics":"timezones","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"32711307-40c7-4948-9f98-386a2c92bc71","name":"Simple Wikipedia: Time zone","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Time_zone","topics":"timezones","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"182eed1f-c7b8-4efb-a23e-11a64b5ced05","name":"Travel","description":null,"image":null,"links":"qna|http://travel.stackexchange.com","topics":"travel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a932ebbc-1125-4ca1-b387-940d4d8bb38a","name":"Main Wikipedia: Travel","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Travel","topics":"travel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0aae3ca4-869e-4a08-a350-211c30384576","name":"Simple Wikipedia: Travel","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Travel","topics":"travel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fe3c7357-a51f-423c-b52f-d367f13bab61","name":"Type Theory & Functional Programming (1999)","description":null,"image":null,"links":"book|https://www.cs.kent.ac.uk/people/staff/sjt/TTFP/ttfp.pdf","topics":"type-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"572ee7b9-8579-45fe-ab89-d4620f8ff47d","name":"Type Theory and Formal Proof: An Introduction (2014)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/21442441-type-theory-and-formal-proof","topics":"type-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a17a8b3a-a27e-476b-90b3-a849dd0b1ac6","name":"The Syntax and Semantics of Quantitative Type Theory (2018)","description":null,"image":null,"links":"research_paper|https://bentnib.org/quantitative-type-theory.html","topics":"type-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e9ab575-07a1-4118-9f6e-62701760ec04","name":"Computational Higher Type Theory I: Abstract Cubical Realizability (2016)","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/1604.08873","topics":"type-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"111f19b2-418a-4311-8c6d-1bc5973be1aa","name":"Cubical Type Theory: a constructive interpretation of the univalence axiom (2016)","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/1611.02108","topics":"type-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ebb6ea6-f031-4728-8885-48eb6cc93660","name":"Lambda Calculi with Types (1992)","description":null,"image":null,"links":"research_paper|http://citeseerx.ist.psu.edu/viewdoc/download;jsessionid=97EC80F28ED10845C2941C0BFB8AC432?doi=10.1.1.26.4391&rep=rep1&type=pdf","topics":"type-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f558b77d-06af-4859-a9e0-b6db454474c7","name":"Propositions as types","description":null,"image":null,"links":"research_paper|http://homepages.inf.ed.ac.uk/wadler/papers/propositions-as-types/propositions-as-types.pdf","topics":"type-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c2a27dc-a411-4db9-ae62-de6880bed05a","name":"The derivative of a regular type is its type of one-hole contexts","description":null,"image":null,"links":"research_paper|http://strictlypositive.org/diff.pdf","topics":"type-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81d33ebc-af9e-4c6b-bafa-810014e4df4b","name":"On the meanings of the logical constants and the justifications of the logical laws ","description":null,"image":null,"links":"research_paper|https://uberty.org/wp-content/uploads/2017/06/Martin-Lof83.pdf","topics":"type-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"142c808b-d3a0-4f53-905d-039a38fcf058","name":"One universe at a time","description":null,"image":null,"links":"audio|https://briankoberlein.com/podcasts/","topics":"universe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edde2eb7-63b8-4d7c-9a77-7f9378e6a3f8","name":"Cosmos: a spacetime odyssey","description":null,"image":null,"links":"video|https://letterboxd.com/film/cosmos-a-spacetime-odyssey/","topics":"universe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abeb68e9-33ba-4959-8fa6-c0898042090b","name":"Wonders of the Universe","description":null,"image":null,"links":"video|https://letterboxd.com/film/wonders-of-the-universe/","topics":"universe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4aec47f-7f83-4118-9f48-b3676ce85ad2","name":"Wonders of the Solar System","description":null,"image":null,"links":"video|https://letterboxd.com/film/wonders-of-the-solar-system/","topics":"universe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f3605fe-e257-42e1-8bac-8c687a2c87cb","name":"Motor vehicle maintenance & repair","description":null,"image":null,"links":"qna|https://mechanics.stackexchange.com","topics":"vehicle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"53de4376-33af-43cd-9b46-fe86c27286b0","name":"Main Wikipedia: Vehicle","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Vehicle","topics":"vehicle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f4304f06-3a7e-48a1-9846-338030034d1f","name":"Simple Wikipedia: Vehicle","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Vehicle","topics":"vehicle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bdf2e845-41b6-498b-a641-fe9da812e925","name":"Video production","description":null,"image":null,"links":"qna|https://video.stackexchange.com","topics":"video","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2b02a376-1dbb-4b7a-ba65-c8653da60c45","name":"Main Wikipedia: Video","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Video","topics":"video","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d422e066-50bf-4574-a201-fbbbffb4309d","name":"Simple Wikipedia: Video","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Video","topics":"video","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0fb838cf-5a2a-421f-903c-f827005f7e68","name":"Tools & Libs","description":null,"image":null,"links":"app|http://selection.datavisualization.ch/","topics":"visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8e90cfe-5aa7-40a2-926e-9545cdef6f69","name":"Envisioning information (1990)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/17745.Envisioning_Information","topics":"visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95ce4c69-5e21-4f1e-aa3a-72a8e687b0bf","name":"The Grammar of Graphics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/2549408.The_Grammar_of_Graphics","topics":"visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c151b2a5-c2ad-4621-b818-d3761a5933e6","name":"The richest man in babylon (1926)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/1052.The_Richest_Man_in_Babylon","topics":"wealth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"adca54b9-7eab-488a-9c01-139fcc5fdf9f","name":"Rich dad poor dad (1997)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/69571.Rich_Dad_Poor_Dad","topics":"wealth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6210374-040a-46e9-bc42-98ad37d6b0d1","name":"The intelligent investor (1949)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/106835.The_Intelligent_Investor","topics":"wealth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27fced70-b6f6-42fb-a9fb-298457df8343","name":"Alan Turing on Computable Numbers","description":null,"image":null,"links":"research_paper|https://quantum.country/assets/Turing1936.pdf","topics":"computer-science;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"190dbde6-facf-4516-9e2d-603ff7c733a6","name":"Main Wikipedia: Wealth","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Wealth","topics":"wealth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"545db0f9-2f8a-4080-a458-c844e5dd53c1","name":"Simple Wikipedia: Wealth","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Wealth","topics":"wealth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"015de639-6095-496e-bdfe-021db67d3ae6","name":"Undraw: Open-source illustrations","description":null,"image":null,"links":"website|https://undraw.co/illustrations","topics":"web-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b146bce-a996-4de4-8fc2-4c95e1fb6fc7","name":"Don’t make me think (2000)","description":null,"image":null,"links":"book|http://www.goodreads.com/book/show/18197267-don-t-make-me-think-revisited","topics":"web-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bf47570-0e49-4d58-a04a-6d10f39c27d8","name":"Site Reliability Engineering","description":null,"image":null,"links":"book|https://landing.google.com/sre/book.html","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b496a19-4348-4b37-a927-998ebae1f9fd","name":"Advanced Web Machinery","description":null,"image":null,"links":"blog|https://advancedweb.hu/","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd554331-05e3-4647-bee7-74d4e051c41c","name":"Growing with the Web","description":null,"image":null,"links":"blog|http://www.growingwiththeweb.com/p/explore.html?t=Computer%20science","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9307494b-1344-4365-8479-2edc2fa545df","name":"High Scalability","description":null,"image":null,"links":"blog|http://highscalability.com/","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c631a708-9338-4151-b87a-12a30f5757cb","name":"Josh Habdas","description":null,"image":null,"links":"blog|https://habd.as/","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08724149-9b97-4163-9419-a031f5dfbeb6","name":"Monica Dinclescu","description":null,"image":null,"links":"blog|https://meowni.ca/","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"452f8932-9a05-407d-8fcf-00d36ad58612","name":"Tomek Wiszniewski","description":null,"image":null,"links":"blog|http://tomek.wiszniewski.cc/","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9a7de03-b779-4261-998a-a4728a3543c0","name":"Nikita Sobolev","description":null,"image":null,"links":"blog|https://sobolevn.me/","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b33b43e1-2de2-4b44-971f-57fcb3b360ac","name":"Front end","description":null,"image":null,"links":"chat|https://www.reddit.com/r/Frontend/","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"38f6a38f-34bf-44a2-b0c2-503b79be74a2","name":"Internet is beautiful","description":null,"image":null,"links":"chat|https://www.reddit.com/r/InternetIsBeautiful/","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6494e437-d076-4be9-b688-f500486b98cb","name":"Learn javascript","description":null,"image":null,"links":"chat|https://www.reddit.com/r/learnjavascript/","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"50e33bc5-b6ad-4848-ae65-ccac11e1bc39","name":"Node js","description":null,"image":null,"links":"chat|https://www.reddit.com/r/node/","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9a392b78-2a02-4b9a-a613-e7bdce9ddb5a","name":"Reddit: /r/rails","description":null,"image":null,"links":"chat|https://www.reddit.com/r/rails/","topics":"web;software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e66ff87c-05c1-48d8-8d4a-d1095f4e69b6","name":"React js","description":null,"image":null,"links":"chat|https://www.reddit.com/r/reactjs/","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1732094e-73b2-4c16-9b8d-079f072c16fe","name":"Web design","description":null,"image":null,"links":"chat|https://www.reddit.com/r/web_design/","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f9c020fe-36ab-4422-bc4c-b08bd720bfbf","name":"Web dev","description":null,"image":null,"links":"chat|https://www.reddit.com/r/webdev/","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6c927ee0-5ddd-4030-8967-1c41312d6750","name":"Web applications","description":null,"image":null,"links":"qna|https://webapps.stackexchange.com","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9276bb89-f4fd-49a8-a283-8a3d313dc9fc","name":"Main Wikipedia: World Wide Web","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/World_Wide_Web","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bb700d98-a750-4d2a-8565-7be9b9a3468e","name":"Simple Wikipedia: World Wide Web","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/World_Wide_Web","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"872b7fa9-2381-4f88-aa2b-59a7743e1184","name":"Brandon Jones","description":null,"image":null,"links":"blog|http://blog.tojicode.com/","topics":"webgl","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f07972e1-857f-4514-803c-e95ddec4ed68","name":"Pro webmasters","description":null,"image":null,"links":"qna|http://webmasters.stackexchange.com","topics":"webmasters","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4e4d5911-e8a9-4800-a5fa-301843305cb4","name":"Main Wikipedia: Webmaster","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Webmaster","topics":"webmasters","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"29054957-56a5-41a3-a3ae-d55885a3f6f4","name":"Complex Analysis","description":null,"image":null,"links":"interactive|https://complex-analysis.com/","topics":"complex-numbers;complex-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e45ca390-f55a-46f7-8327-a8869a16600b","name":"Redis","description":null,"image":null,"links":"website|https://redis.io/","topics":"software-tools/redis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14a32a30-e840-4447-8543-22acd950794d","name":"Workplace","description":null,"image":null,"links":"qna|https://workplace.stackexchange.com","topics":"work-place","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"dda83f48-3701-4cbb-a42c-86f32119c89c","name":"Main Wikipedia: Workplace","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Workplace","topics":"work-place","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e976f285-781e-4a21-9a9a-a3a70411684b","name":"Tech Blog | Redis Labs","description":null,"image":null,"links":"blog|https://redislabs.com/tech-blog/","topics":"software-tools/redis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"efc6d5c4-0208-4145-95f7-3ecce85e3193","name":"The Day You Became a Better Writer","description":null,"image":null,"links":"article|https://blog.dilbert.com/2015/08/22/the-day-you-became-a-better-writer-2nd-look/","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"feec2f4a-d5b1-40fa-b13d-4b08e929d62e","name":"Style: Lessons in Clarity and Grace (1981)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/6966800","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d02b934a-f13c-42db-8d3f-ae3e63af2012","name":"100 Ways to Improve Your Writing","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/702619.100_Ways_to_Improve_Your_Writing","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d71a745-34e4-4f3e-98e1-916aea8bbec7","name":"On Writing: A Memoir of the Craft (Mass Market Paperback)","description":"By Stephen King","image":"https://learn-awesome.github.io/assets/book_covers/10569.jpg","links":"book|https://www.goodreads.com/book/show/10569.On_Writing","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"434b6b6f-fc28-444e-a0e5-f72e4f56a83d","name":"Writers","description":null,"image":null,"links":"qna|http://writers.stackexchange.com","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"067ab8f5-d6c8-4cca-89a2-5b3da36259a0","name":"Main Wikipedia: Writing","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Writing","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"47340aae-e9ab-4782-bfd8-398fbed08151","name":"Simple Wikipedia: Writing","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Writing","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"095ffd3a-2032-475a-9d3e-aacc0ea98191","name":"Redis","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/11098935-redis","topics":"software-tools/redis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0219dc26-1285-4c4f-a7b7-75c789067884","name":"Raw food recipes ","description":null,"image":null,"links":"website|https://lnapp.azurewebsites.net/OpentoAll/recipec","topics":"cooking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"248c146e-cbf2-4537-8fc5-efd7f638e5e6","name":"The Open Handbook of Formal Epistemology","description":null,"image":null,"links":"book|https://jonathanweisberg.org/post/open-handbook/","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27bd364b-0dcf-4c18-9147-5f4b52f64590","name":"Seeing Theory","description":null,"image":null,"links":"interactive|https://seeing-theory.brown.edu","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6cb1ede6-5921-4882-b9aa-01c7e5f2a39d","name":"Perceived Performance in software","description":null,"image":null,"links":"article|https://www.smashingmagazine.com/2015/09/why-performance-matters-the-perception-of-time/","topics":"animation;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"992e84b2-1c00-48cf-95a0-35dfa8905f6a","name":"Computer Science without a computer","description":null,"image":null,"links":"website|https://www.csunplugged.org/en/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"011bb347-c82f-4e3f-99ee-fce64cd5ab35","name":"Tasty","description":null,"image":null,"links":"website|https://tasty.co/","topics":"cooking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a7905e9-a9a5-4bc0-94a6-4aa74f7ccad0","name":"Learn Lua in 15 Minutes","description":null,"image":null,"links":"code|http://tylerneylon.com/a/learn-lua/","topics":"programming-languages/lua","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49e502c9-704f-445b-8201-fc243c0fc378","name":"Learn Clojure in 15 minutes, perhaps","description":null,"image":null,"links":"code|https://adambard.com/blog/clojure-in-15-minutes/","topics":"programming-languages/clojure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59bad226-000c-49da-a97e-b1a530c2c442","name":"Clojure Cheatsheet","description":null,"image":null,"links":"cheatsheet|https://clojure.org/api/cheatsheet","topics":"programming-languages/clojure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ab8aacd-096a-4472-903f-5caa3c850645","name":"Sparse Matrices · Matt Eding","description":null,"image":null,"links":"article|https://matteding.github.io/2019/04/25/sparse-matrices/","topics":"data-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6834bac2-9219-4da6-b44a-9a549a008a18","name":"The True Size Of Nations","description":null,"image":null,"links":"interactive|https://thetruesize.com/#?borders=1~!MTYxODE5ODM.MzczMzk0MQ*MzQ5MjY3Mjg(MjU2NTQwMA~!CONTIGUOUS_US*MTAwMjQwNzU.MjUwMjM1MTc(MTc1)MA~!IN*NTI2NDA1MQ.Nzg2MzQyMQ)MQ~!CN*OTkyMTY5Nw.NzMxNDcwNQ(MjI1)Mg","topics":"geography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9001e449-8a51-469b-a17a-178e412d23b0","name":"Learn Ruby In Minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/ruby/","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":null} +{"iid":"e4903d1e-9831-4e14-8da3-513c0e8d1705","name":"Learn X In Y Minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/c/","topics":"programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f85ba9f-12df-48df-abbe-72de2c85a62f","name":"Learn X in Y minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/c++/","topics":"programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"434bd05c-e7f7-428d-b4ad-c9551037883b","name":"Learn Clojure In Minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/clojure/","topics":"programming-languages/clojure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d93b6d99-8ce2-48b7-90ab-ba4633e73f18","name":"Learn X in Y minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/css/","topics":"programming-languages/css","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7a387bc-f3ac-43a9-a37d-1ea412a8ccaa","name":"Learn D in minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/d/","topics":"programming-languages/d","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5ffc7e5-8de0-40ae-b865-94d0ad53ebb8","name":"Learn Go In Minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/go/","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8aae6f6d-9477-4d29-b143-04eb55a2e025","name":"Learn X in Y minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/javascript/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a13f2005-1e92-42ae-a459-55ef20374eb4","name":"Learn X in Y minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/kotlin/","topics":"programming-languages/kotlin","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bd5ab04-39c7-45df-b97f-b1353979f73b","name":"Learn Java in minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/java/","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15579312-bf37-4dff-987c-081ab243091f","name":"Learn X in Y minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/haskell/","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5061a94f-a032-412a-8228-cd4559cd6a8d","name":"Learn X in Y minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/lua/","topics":"programming-languages/lua","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c444c9e0-e165-459a-b7c8-6c6ab41192cc","name":"Learn X in Y minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/php/","topics":"programming-languages/php","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff283e0c-5d3c-487c-8a9c-6135fe3444a3","name":"Learn X in Y minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/perl/","topics":"programming-languages/perl","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43d8dfb3-ed25-4f29-8487-9c6e510072e7","name":"Learn X in Y minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/python/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7de7d4a2-a17f-4756-baaf-964a1c29dadd","name":"Learn X in Y minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/r/","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22163f87-99c8-45dc-b114-37bc44a884c9","name":"Learn Rust In Minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/rust/","topics":"programming-languages/rust","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee3d6f52-8e41-4974-857d-b5557b07638a","name":"The Little Redis Book","description":null,"image":null,"links":"book|https://www.openmymind.net/2012/1/23/The-Little-Redis-Book/?ref=hackr.io?ref=hackr.io","topics":"software-tools/redis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e5c4d5f-fed9-4f23-9be2-69b1071a09a0","name":"Learn X in Y minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/scala/","topics":"programming-languages/scala","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a53c338c-8eb1-4ed2-abc0-e81556d01ed5","name":"Learn X in Y minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/swift/","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58ea66b4-ba5b-439c-bd4e-00322dc8c9b8","name":"Learn X in Y minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/typescript/","topics":"programming-languages/typescript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"793149df-74b5-4ad9-9ec8-833650a5cd50","name":"Learn X in Y minutes","description":null,"image":null,"links":"article|https://learnxinyminutes.com/docs/git/","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a276867-6d37-4c37-9670-56c40b61844d","name":"Khan Academy","description":null,"image":null,"links":"course|https://www.khanacademy.org/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b98e99c-ded3-4b73-a8fa-1864121f1b09","name":"Swasthi's Recipes","description":null,"image":null,"links":"article|https://www.indianhealthyrecipes.com/","topics":"cooking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ea6969f-1e31-42ea-bdab-b19ae90ca7ee","name":"LearnAwesome","description":null,"image":null,"links":"website|https://learnawesome.org/","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb019541-4570-4767-9872-7b978307dabb","name":"Learn X in Y minutes","description":null,"image":null,"links":"website|https://learnxinyminutes.com/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de7ab2f7-f306-48fd-9d4f-53cde4e91164","name":"Arvind Gupta Toys","description":null,"image":null,"links":"website|http://arvindguptatoys.com/","topics":"art-craft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27901d07-976f-452f-a6bf-8b11000edf9c","name":"How to read mathematics","description":null,"image":null,"links":"article|http://www.people.vcu.edu/~dcranston/490/handouts/math-read.html","topics":"mathematics;reading","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"43039d3c-ebaf-487f-8b12-e0e81e145e23","name":"Learn to read Korean in 15 minutes","description":null,"image":null,"links":"image|https://ryanestradadotcom.tumblr.com/post/20461267965/learn-to-read-korean-in-15-minutes","topics":"languages/korean","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"509aae8e-45eb-4890-8d9d-b04672a61a77","name":"How to count to a billion in Korean","description":null,"image":null,"links":"image|https://ryanestradadotcom.tumblr.com/post/94631901914/the-sequel-to-learn-to-read-korean-in-15-minutes","topics":"languages/korean","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"758c578e-7974-4b46-a4de-95bb0b6d1236","name":"How to read a book","description":null,"image":null,"links":"article|http://pne.people.si.umich.edu/PDF/howtoread.pdf","topics":"reading","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c31a2292-e425-4f32-8908-4f4ae28d8c3f","name":"OSSU: Open Source Society University: Data Science","description":null,"image":null,"links":"learning_plan|https://github.com/ossu/data-science","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b82df1ad-7b95-4104-8c60-2c22321bead9","name":"OSSU: Open Source Society University: Bioinformatics","description":null,"image":null,"links":"learning_plan|https://github.com/ossu/bioinformatics","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fde70bc2-0d32-4f17-9134-63c19bf4053c","name":"PublicDomainFlix","description":null,"image":null,"links":"website|http://publicdomainflix.com/","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0de3e824-2130-4119-bf69-0e48cc648b58","name":"Menstrupedia","description":null,"image":null,"links":"website|http://www.menstrupedia.com/","topics":"biology;menstruation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0993decb-c0c5-460a-9f3a-fd3de596ce40","name":"Vegan recipes","description":null,"image":null,"links":"website|https://www.veganricha.com/","topics":"cooking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b2b9a97-a570-48ad-8757-8d54c94f417f","name":"Practical Nature Cure by Lakshman Sharma","description":null,"image":null,"links":"book|https://www.amazon.in/Practical-Nature-Cure-K-Lakshmana-Sarma/dp/B0008CFC94?tag=learnawesome-21","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2ff2bd1-25df-4386-813b-b37a5df81909","name":"How to Read a Paper","description":null,"image":null,"links":"article|https://blizzard.cs.uwaterloo.ca/keshav/home/Papers/data/07/paper-reading.pdf","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ef91fb8-421d-49e4-99f3-aacc09034d60","name":"Democracy for Realists","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/27311899-democracy-for-realists","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c94eb094-61a8-4259-a5ac-bce33fe960aa","name":"Paul Graham on Twitter: \\"What has your work taught you that other people don't realize?\\"","description":null,"image":null,"links":"thread|https://twitter.com/paulg/status/1215673204125073408","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"832e7727-eab2-4b49-8714-dd1de95e2736","name":"Front-end Developer Handbook 2019 - Learn the entire JavaScript, CSS and HTML development practice!","description":null,"image":null,"links":"book|https://frontendmasters.com/books/front-end-handbook/2019/","topics":"frontend-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91d00e5e-3a4b-4152-98fb-d9a68a11789a","name":"Euclidea: Interactive geometric puzzles","description":null,"image":null,"links":"interactive|https://www.euclidea.xyz/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffbbac28-01f2-48c3-b1ed-dd808cd54c0b","name":"Complexity Explained","description":null,"image":null,"links":"interactive|https://complexityexplained.github.io/","topics":"complexity-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"136ea80f-f46c-4e58-9088-eaca011dc948","name":"Zinc Learning Labs","description":null,"image":null,"links":"app|https://games.zinclearninglabs.com/","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af49e4f8-281b-407d-b234-3c53df40f0d6","name":"Pinterest","description":null,"image":null,"links":"website|https://in.pinterest.com/","topics":"diy;art-craft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0c50933-7cad-4783-ac4b-fa38d12ec9dc","name":"Design Social Club","description":null,"image":null,"links":"chat|https://twitter.com/Designsocialclb/status/1147539205024862210","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95374967-e6fa-4863-9f14-ff19e385fcf0","name":"OAME talks - About teaching mathematics","description":null,"image":null,"links":"audio|https://sites.google.com/oame.on.ca/oame-talks","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc2e2d53-0b96-41d5-9268-f8e557eb3b74","name":"Make Math Moments - About teaching mathematics","description":null,"image":null,"links":"audio|https://makemathmoments.com/podcast/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c01b29bb-8a56-4176-857c-49efe61c4352","name":"Estimation 180","description":null,"image":null,"links":"audio|http://www.estimation180.com/podcast.html","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24a3125a-3a47-490e-961a-f98d3cd8e20f","name":"Math for breakfast- About teaching mathematics","description":null,"image":null,"links":"audio|https://mathbeforebreakfast.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19e821d2-05b2-4496-be58-fe77cdd93ff3","name":"Mr Barton Maths","description":null,"image":null,"links":"audio|http://mrbartonmaths.com/podcast/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b756555-8cf0-4407-83c5-7e42a8ed7c2f","name":"Fields and Their Particles: With Math | Of Particular Significance","description":null,"image":null,"links":"article|https://profmattstrassler.com/articles-and-posts/particle-physics-basics/fields-and-their-particles-with-math/","topics":"quantum-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3df86092-d083-48b3-8d31-3ebf33545bd9","name":"Bansuri - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Bansuri","topics":"musical-instruments/flute","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"29e818e6-64c4-4063-b45a-55c994e2af29","name":"Adaptive Learning @ FI MU","description":null,"image":null,"links":"research_paper|https://www.fi.muni.cz/adaptivelearning/?a=publications","topics":"adaptive-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e98994a9-fd75-48c0-a123-ecadd1e25313","name":"10 Minute Teacher Podcast","description":null,"image":null,"links":"audio|https://www.coolcatteacher.com/podcast/","topics":"mathematics;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4bb29b6a-179b-423e-bf21-6c2abf971507","name":"Why Twitter is Dope","description":null,"image":null,"links":"article|https://speakerdeck.com/nikhilkrishnan/why-twitter-is-dope-and-how-to-use-it","topics":"relationships;social-media;twitter","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5672021-a1d8-4c3f-a2e1-850e0ae78440","name":"Numberphile","description":null,"image":null,"links":"audio|https://www.numberphile.com/podcast/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d106d83-ad3a-4ae3-971a-39a5e73efa9c","name":"A brief history of Mathematics","description":null,"image":null,"links":"audio|https://www.bbc.co.uk/programmes/b00srz5b/episodes/downloads","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ec58470-2ce7-4c56-ae0c-7332343df221","name":"Simon Singh's Numbers","description":null,"image":null,"links":"audio|https://www.bbc.co.uk/programmes/p00cl73s/episodes/player","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9defdebc-0a5a-4218-8884-a62a72ee73f6","name":"Sum of all parts","description":null,"image":null,"links":"audio|https://www.abc.net.au/radionational/programs/sum-of-all-parts/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c531fc7-6d0a-4219-a540-ad0bc5aa6e6c","name":"The Math Guy","description":null,"image":null,"links":"audio|https://web.stanford.edu/~kdevlin/MathGuy.html","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"512fb28e-3a22-488b-8a96-3e5dcc32a323","name":"My favourite Theorem","description":null,"image":null,"links":"audio|https://kpknudson.com/my-favorite-theorem/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2241e68d-4d01-4a37-bb70-f8f12b14e77b","name":"Roots of unity","description":null,"image":null,"links":"article|https://blogs.scientificamerican.com/roots-of-unity/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73e2e743-e458-469c-ad0d-75f3102864c9","name":"WS More or Less: When maths mistakes really matter","description":null,"image":null,"links":"audio|https://www.bbc.co.uk/programmes/p07113q3","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2c64165-1770-4241-b864-46e41e202738","name":"WS More or Less: When’s a Kilogram Not a Kilogram?","description":null,"image":null,"links":"audio|https://www.bbc.co.uk/programmes/p06s0shc","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e57663f-cf6a-4d54-9a69-3b3f703b39e1","name":"WS More or Less: Kilobyte to Brontobyte","description":null,"image":null,"links":"audio|https://www.bbc.co.uk/programmes/p05jgh5y","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93b650ad-a183-42f8-b22e-c42b11538a2e","name":"WS More or Less: Why Albums are Getting Longer","description":null,"image":null,"links":"audio|https://www.bbc.co.uk/programmes/p05mpr59","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f25c967-47a7-405b-8684-97e00838b10c","name":"One in 500 Year Storm","description":null,"image":null,"links":"audio|https://www.bbc.co.uk/programmes/p05f4qp9","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d7525a5-a5aa-483d-a172-087c1d19c2b0","name":"WS More or Less: The story of average","description":null,"image":null,"links":"audio|https://www.bbc.co.uk/programmes/p03qprk7","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"695da560-f383-4b86-b83f-839001d84b23","name":"The maths of spies and terrorists","description":null,"image":null,"links":"audio|https://www.bbc.co.uk/programmes/b01snyk3","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d651534b-7c0e-41c3-9fe3-667ef313c257","name":"WS More or Less: How not to test public opinion","description":null,"image":null,"links":"audio|https://www.bbc.co.uk/programmes/p04jz6sr","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcd903be-c036-43d7-9376-9554873441a4","name":"The High Street, Home Births and Harry Potter Wizardry","description":null,"image":null,"links":"audio|https://www.bbc.co.uk/programmes/p068w7c8","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77e9284c-d08d-43b3-b373-d3b2558788bf","name":"Abortion, modern slavery, math versus maths","description":null,"image":null,"links":"audio|https://www.bbc.co.uk/programmes/p066x9fh","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96b9eb8b-1f18-4475-b7d3-849f0a63dfe9","name":"WS More or Less: Debunking guide – on a postcard","description":null,"image":null,"links":"audio|https://www.bbc.co.uk/programmes/p05yfqph","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9037f868-8959-4c2f-801b-86f569bf5b13","name":"Radiolab - Numbers","description":null,"image":null,"links":"audio|https://www.wnycstudios.org/story/91697-numbers","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4557763-1867-4229-aff7-9f49882a678f","name":" For The Love Of Numbers","description":null,"image":null,"links":"audio|https://www.wnycstudios.org/story/love-numbers","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88349c7c-94f3-4aee-beab-ab6fa56c1163","name":" Speed","description":null,"image":null,"links":"audio|https://www.wnycstudios.org/story/267124-speed","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1199eefd-5f50-44a1-851d-78bf27ad8cda","name":"Math, Kurt Weill, Danica McKellar","description":null,"image":null,"links":"audio|https://www.wnycstudios.org/story/162161-math-kurt-weill-danica-mckellar","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0dc4237e-dfc8-4b12-9715-532a82e6f7a7","name":"German Learning","description":null,"image":null,"links":"app|https://www.vhs-lernportal.de","topics":"languages/german","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98f48543-d4b3-42bc-aebf-6e7a081b3b60","name":"Herr Professor","description":null,"image":null,"links":"audio|https://www.herrprofessor.com/en/","topics":"languages/german","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc061423-c39e-4355-881d-d8ff3e52199e","name":"Memory app","description":null,"image":null,"links":"app|https://www.memrise.com/","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2208fa67-5265-49e4-8fe9-653cffb6ee83","name":"What to read next?","description":null,"image":null,"links":"website|https://read-next.com/","topics":"reading","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23bed785-fa68-4065-91d7-8e168451aece","name":"Bad Incentives Are Blocking Better Science","description":null,"image":null,"links":"audio|https://fivethirtyeight.com/features/podcast-bad-incentives-are-blocking-better-science/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2156f3fe-d6e4-4a51-9c0b-b3350c78e7ea","name":"The Secret To Tracking And Mapping Bears","description":null,"image":null,"links":"audio|https://fivethirtyeight.com/features/the-secret-to-tracking-and-mapping-bears/","topics":"mathematics;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90133abf-743b-4e78-8579-362408457776","name":"Who’s Accountable When An Algorithm Makes A Bad Decision?","description":null,"image":null,"links":"audio|https://fivethirtyeight.com/features/whos-accountable-when-an-algorithm-makes-a-bad-decision/","topics":"mathematics;science;algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ede5b8c3-b82b-4a91-b6de-3a20bf646e38","name":"Can You Taste The Algorithm In This Arugula? ","description":null,"image":null,"links":"audio|https://fivethirtyeight.com/features/can-you-taste-the-algorithm-in-this-arugula/","topics":"mathematics;algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f52ad3f5-e01b-4ef6-a696-6ca1225beb43","name":"Sugar: The Bitter Truth","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=dBnniua6-oM","topics":"nutrition;obesity;weight-loss","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cfd228b9-40f8-49d0-9825-f2aa1a8d20aa","name":"Be Suspicious Of Online Movie Ratings, Especially Fandango’s","description":null,"image":null,"links":"article|https://fivethirtyeight.com/features/fandango-movies-ratings/","topics":"mathematics;movies;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88a7af6f-a685-45dc-9e1e-7c4d27f7d22f","name":"Rating Subjective Experiences Is Hard, But Fandango Is Really Bad At It ","description":null,"image":null,"links":"audio|https://fivethirtyeight.com/features/rating-subjective-experiences-is-hard-but-fandango-is-really-bad-at-it/","topics":"mathematics;data-science;movies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"feb1b3a2-99c7-4c97-9d78-9c00302ea0f6","name":"Episode 912: How Uncle Jamie Broke Jeopardy","description":null,"image":null,"links":"audio|https://www.npr.org/2019/05/10/722198188/episode-912-how-uncle-jamie-broke-jeopardy","topics":"mathematics;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0fc27d4-b2bd-44ac-8d15-f4457de60570","name":"Planet Money","description":null,"image":null,"links":"audio|https://www.npr.org/podcasts/510289/planet-money","topics":"economics;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5225b3a-e9d3-46f3-80fc-e7b6ba16cc70","name":"10 11 51 52 62 18","description":null,"image":null,"links":"audio|https://www.npr.org/sections/money/2016/01/13/462982983/10-11-51-52-62-18","topics":"mathematics;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fda7564-5587-4ec2-91cd-85a10cba8998","name":"Episode 677: The Experiment Experiment","description":null,"image":null,"links":"audio|https://www.npr.org/sections/money/2016/01/15/463237871/episode-677-the-experiment-experiment","topics":"mathematics;psychology;data-science;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c9c763b-d26c-476f-a405-48d8a8166f7d","name":"Why A Pack Of Peanut Butter M&M's Weighs A Tiny Bit Less Than A Regular Pack ","description":null,"image":null,"links":"audio|https://www.npr.org/sections/money/2014/06/05/319084976/why-a-pack-of-peanut-butter-m-ms-weighs-a-tiny-bit-less-than-a-regular-pack","topics":"mathematics;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"416df68b-4df6-4390-b73f-819fd140b2e6","name":"Episode 485: What's Your Major?","description":null,"image":null,"links":"audio|https://www.npr.org/sections/money/2013/09/11/221417806/episode-485-whats-your-major","topics":"mathematics;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47da1485-9fcb-4b03-bf46-b84cc51b525a","name":"At $17.5 Million A Year, Le Bron James Is Underpaid","description":null,"image":null,"links":"audio|https://www.npr.org/sections/money/2013/01/25/170176590/at-17-5-million-a-year-lebron-james-is-underpaid","topics":"mathematics;economics;statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b17708fa-adfc-4766-86b5-b9aa7b56bac9","name":"Hooponomics","description":null,"image":null,"links":"audio|https://www.npr.org/2019/06/10/731408726/hooponomics","topics":"mathematics;economics;statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f81ea64-76c1-484c-9fde-81dae9e730cf","name":"The Indicator from Planet Money","description":null,"image":null,"links":"audio|https://www.npr.org/podcasts/510325/the-indicator-from-planet-money","topics":"economics;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9027a50-3f1c-42eb-a517-e32d6cda0234","name":"Hurricane Joseph & The Calculator That Time Forgot","description":null,"image":null,"links":"audio|https://www.npr.org/sections/money/2018/03/12/592962844/hurricane-joseph-the-calculator-that-time-forgot","topics":"mathematics;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bbe00c95-e130-4d56-bbca-e0c03f984ee7","name":"Freakonomics Radio Archive","description":null,"image":null,"links":"audio|http://freakonomics.com/archive/","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19b983a7-963c-4aa4-b0a5-e270e2d42749","name":"“How Much Brain Damage Do I Have?” ","description":null,"image":null,"links":"audio|http://freakonomics.com/podcast/brain-damage/","topics":"mathematics;sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a92451b-c71f-4c53-a455-c08292d2be78","name":"How Do We Know What Really Works In Healthcare?","description":null,"image":null,"links":"audio|http://freakonomics.com/podcast/how-do-we-know-what-really-works-in-healthcare-a-new-freakonomics-radio-podcast/","topics":"mathematics;health;clinical research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a367c205-2a14-4785-91a3-a95e85548c24","name":"In Physics, Beauty May Be Overrated","description":null,"image":null,"links":"audio|https://www.sciencefriday.com/segments/in-physics-beauty-may-be-overrated/","topics":"mathematics;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f6ec0c8-acae-4230-9657-01e0c8fb70a6","name":"The Indisputable Existence of Santa Claus","description":"How do you apply game theory to select who should be on your Christmas shopping list? Can you predict Her Majesty's Christmas Message? Will calculations show Santa is getting steadily thinner - shimmying up and down chimneys for a whole night - or fatter - as he tucks into a mince pie and a glass of sherry in billions of houses across the world?Full of diagrams, sketches and graphs, beautiful equations, Markov chains and matrices, Proof That Santa Exists brightens up the bleak midwinter with stockingfuls of mathematiccal marvels. And proves once and for all that maths isn't just for old men with white hair and beards who associate with elves.Maths has never been merrier.","image":"http://covers.openlibrary.org/b/isbn/null.jpg","links":"book|https://www.goodreads.com/book/show/30983000-the-indisputable-existence-of-santa-claus","topics":"science;mathematics","creators":"Hannah Fry","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a2ea7bd-30c0-489f-bdab-fbe2ff51ff36","name":"How Can Math Make Your Holidays Merrier?","description":null,"image":null,"links":"audio|https://www.sciencefriday.com/segments/how-can-math-make-your-holidays-merrier/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f53beaeb-ac93-4da2-9aa2-70ce3249aee4","name":"Randall Munroe Asks, ‘What If?’","description":null,"image":null,"links":"audio|https://www.sciencefriday.com/segments/randall-munroe-asks-what-if/","topics":"mathematics;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72925c1f-8eee-4122-8b69-f3012900fdb0","name":"Why Machines Discriminate—and How to Fix Them","description":null,"image":null,"links":"audio|https://www.sciencefriday.com/segments/why-machines-discriminate-and-how-to-fix-them/","topics":"mathematics;big-data;data-science;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9cf7994a-cd1f-4da1-88dc-6ecba8fe2886","name":"The Surprisingly Predictable Patterns of Random Choice","description":null,"image":null,"links":"audio|https://www.sciencefriday.com/segments/the-surprisingly-predictable-patterns-of-random-choice/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb1576b3-84a3-4b6b-a87f-fdad6fa6d678","name":"Do Your Patriotic Duty: Learn Math","description":null,"image":null,"links":"audio|https://www.sciencefriday.com/segments/do-your-patriotic-duty-learn-math/","topics":"mathematics;patriotism","creators":null,"year":"2014","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af0c73ef-d459-47d7-9f19-2140c76ec1af","name":"The Simpsons' secret formula: it's written by maths geeks","description":null,"image":null,"links":"article|https://www.theguardian.com/tv-and-radio/2013/sep/22/the-simpsons-secret-formula-maths-simon-singh","topics":"mathematics;comics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e4361b3-f2b0-4bea-acde-2ccd0a4a394f","name":"The Simpsons' Secret? It's Written By Math Geeks","description":null,"image":null,"links":"audio|https://www.npr.org/2013/12/06/249261285/the-simpsons-secret-its-written-by-math-geeks","topics":"mathematics;comics","creators":null,"year":"2013","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f08cec2f-b050-4441-b715-5224a4720a1e","name":"Eugenia Cheng: How To Bake Pi","description":null,"image":null,"links":"audio|https://www.sciencefriday.com/segments/eugenia-cheng-how-to-bake-pi/","topics":"mathematics;baking","creators":null,"year":"2015","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93f63e8f-a723-4c8e-9567-a4d506606233","name":"How to Bake Pi","description":"What is math? How exactly does it work? And what do three siblings trying to share a cake have to do with it? In How to Bake Pi, math professor Eugenia Cheng provides an accessible introduction to the logic and beauty of mathematics, powered, unexpectedly, by insights from the kitchen: we learn, for example, how the béchamel in a lasagna can be a lot like the number 5, and why making a good custard proves that math is easy but life is hard. Of course, it’s not all cooking; we’ll also run the New York and Chicago marathons, pay visits to Cinderella and Lewis Carroll, and even get to the bottom of a tomato’s identity as a vegetable. This is not the math of our high school classes: mathematics, Cheng shows us, is less about numbers and formulas and more about how we know, believe, and understand anything, including whether our brother took too much cake.At the heart of How to Bake Pi is Cheng’s work on category theory—a cutting-edge “mathematics of mathematics.” Cheng combines her theory work with her enthusiasm for cooking both to shed new light on the fundamentals of mathematics and to give readers a tour of a vast territory no popular book on math has explored before. Lively, funny, and clear, How to Bake Pi will dazzle the initiated while amusing and enlightening even the most hardened math-phobe.","image":"http://covers.openlibrary.org/b/isbn/9780465051717.jpg","links":"book|https://www.goodreads.com/book/show/23360039-how-to-bake-pi","topics":"mathematics","creators":"Eugenia Cheng","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a636b23-2cf9-40dd-aed2-79d1c2d5a19b","name":"Pi Day","description":null,"image":null,"links":"audio|https://www.sciencefriday.com/spotlights/pi-day/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fc703a0-1241-4e3e-9b4d-ac5e5d188fb2","name":"A Broadway Hit, With An Autistic Math Whiz At Its Center","description":null,"image":null,"links":"audio|https://www.sciencefriday.com/segments/a-broadway-hit-with-an-autistic-math-whiz-at-its-center/","topics":"mathematics","creators":null,"year":"2015","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b00b44b-c771-4ada-8c68-404b029aed79","name":"The Teacher Who Believes Math Equals Love","description":null,"image":null,"links":"audio|https://www.npr.org/sections/ed/2015/03/09/376596585/the-teacher-who-believes-math-equals-love","topics":"mathematics;teaching","creators":null,"year":"2015","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"009f9339-3738-4b45-9cd7-7be2bfdf0c41","name":"Pinwheels for Peace 2018 - Combining Art, Math, and Desmos","description":null,"image":null,"links":"blog|https://mathequalslove.blogspot.com/","topics":"mathematics;art-craft;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a6c4d42-db83-44fb-b211-9a1291afcaca","name":"Remote Indian","description":null,"image":null,"links":"chat|https://remoteindian.com/","topics":"remote-work","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ada4547-3a6e-459b-922a-3aed58cb92dc","name":"Fashion: A Very Short Introduction","description":"Fashion is a gigantic global industry, generating some three hundred billion dollars in revenue every year, and playing a significant role in the economic, political, cultural and social lives of a vast international audience. Despite this, and perhaps in part because of its prevalence in the media, it is often denigrated as trivial and superficial, as a sign of vanity and narcissism. Written by a highly regarded authority on twentieth-century fashion, this Very Short Introduction offer a wide-ranging and revealing look at fashion that discusses everything from production and design, to couture and retailing, to the wider role of fashion in society. This lively book illuminates the structure of the fashion industry and the range of professionals involved in its creation, and it provides cogent insight into its historical, social and cultural contexts. It also sheds light on how fashion has developed, while raising questions about its ethical and controversial aspects, such as the use of fur, exploitative trading, and poor working conditions for laborers.","image":"http://covers.openlibrary.org/b/isbn/9780199547906.jpg","links":"book|https://www.goodreads.com/book/show/7144596-fashion","topics":"fashion;design","creators":"Rebecca Arnold","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"394f8ab8-7e17-44d7-8cff-b68e4c1fcd9a","name":"Ragya","description":null,"image":null,"links":"audio|https://www.ragya.com/","topics":"music-genre/hindustani-classical;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1dffeac4-fb45-4ac6-8e77-4e15e135f6cd","name":"Raag Yaman - Episode 1 of Dhwani","description":null,"image":null,"links":"video|https://vimeo.com/54920287","topics":"music-genre/hindustani-classical;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3c672f2-cd30-4ef8-a368-2c68ead6da09","name":"Microeconomics Made Simple","description":" Find all of the following topics, explained in plain-English:IntroductionWhat is Economics? | Not a Perfect Model | Microeconomics vs. Macroeconomics1. Maximizing UtilityDecreasing Marginal Utility | Opportunity Costs2. Evaluating Production PossibilitiesProduction Possibilities Frontiers | Absolute and Comparative Advantage3. DemandDeterminants of Demand | Elasticity of Demand | Change in Demand vs. Change in Quantity Demanded4. SupplyDeterminants of Supply | Elasticity of Supply | Change in Supply vs. Change in Quantity Supplied5. Market EquilibriumHow Market Equilibrium is Reached | The Effect of Changes in Supply and Demand6. Government InterventionPrice Ceilings and Price Floors | Taxes and Subsidies7. Costs of ProductionMarginal Cost of Production | Fixed vs. Variable Costs | Short Run vs. Long Run | Sunk Costs | Economic Costs vs. Accounting Costs8. Perfect CompetitionFirms Are Price Takers | Making Decisions at the Margin | Consumer and Producer Surplus9. MonopolyMarket Power | Deadweight Loss with a Monopoly | Monopolies and Government10. OligopolyCollusion | Cheating the Cartel | Government Intervention in Oligopolies11. Monopolistic CompetitionCompeting via Product Differentiation | Loss of Surplus with Monopolistic CompetitionConclusion: The Insights and Limitations of Economics","image":"http://covers.openlibrary.org/b/isbn/null.jpg","links":"book|https://www.goodreads.com/book/show/22431116-microeconomics-made-simple","topics":"business;economics;finance","creators":"Austin Frakt","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5257915b-d90c-4478-b437-4a766c94a496","name":"Steven Strogatz: The Joy Of 'X'","description":null,"image":null,"links":"audio|https://www.npr.org/2013/11/28/207885870/steven-strogatz-the-joy-of-x","topics":"mathematics","creators":null,"year":"2013","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7b88117-db09-446b-9700-9e0a58500dd6","name":"The Joy of x","description":"A world-class mathematician and regular contributor to the New York Times hosts a delightful tour of the greatest ideas of math, revealing how it connects to literature, philosophy, law, medicine, art, business, even pop culture in ways we never imaginedDid O.J. do it? How should you flip your mattress to get the maximum wear out of it? How does Google search the Internet? How many people should you date before settling down? Believe it or not, math plays a crucial role in answering all of these questions and more.Math underpins everything in the cosmos, including us, yet too few of us understand this universal language well enough to revel in its wisdom, its beauty — and its joy. This deeply enlightening, vastly entertaining volume translates math in a way that is at once intelligible and thrilling. Each trenchant chapter of The Joy of x offers an “aha!” moment, starting with why numbers are so helpful, and progressing through the wondrous truths implicit in π, the Pythagorean theorem, irrational numbers, fat tails, even the rigors and surprising charms of calculus. Showing why he has won awards as a professor at Cornell and garnered extensive praise for his articles about math for the New York Times, Strogatz presumes of his readers only curiosity and common sense. And he rewards them with clear, ingenious, and often funny explanations of the most vital and exciting principles of his discipline.Whether you aced integral calculus or aren’t sure what an integer is, you’ll find profound wisdom and persistent delight in The Joy of x.","image":"http://covers.openlibrary.org/b/isbn/9780547517650.jpg","links":"book|https://www.goodreads.com/book/show/13356649-the-joy-of-x","topics":"mathematics;science","creators":"Steven H. Strogatz","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aca69d7c-c33e-48e1-abc6-7bda815bbb98","name":"Why Aren't More Girls Attracted To Physics?","description":null,"image":null,"links":"audio|https://www.npr.org/sections/alltechconsidered/2013/08/09/210251404/why-arent-more-girls-attracted-to-physics","topics":"physics;mathematics","creators":null,"year":"2013","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d9efaad-333f-44a4-86eb-1c7677b8a012","name":"Actress Danica Mc Kellar Helps “Girls Get Curves”","description":null,"image":null,"links":"audio|https://www.sciencefriday.com/segments/actress-danica-mckellar-helps-girls-get-curves/","topics":"geometry;mathematics","creators":null,"year":"2012","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"835611c8-8713-49a5-a906-e09bcefa06ea","name":"Marketplace Weekend","description":null,"image":null,"links":"audio|https://www.marketplace.org/shows/marketplace-weekend/","topics":"economics;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7bbac662-bf3b-4939-801e-4d1e06fabb2f","name":"The Story Collider","description":null,"image":null,"links":"article|https://www.storycollider.org/","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f3b1c11-c372-4a78-8203-9cdd4387d964","name":"Loneliness: Stories About Finding Friends","description":null,"image":null,"links":"audio|https://www.storycollider.org/stories/2018/7/17/loneliness-stories-about-finding-friends","topics":"mathematics;science;stories","creators":null,"year":"2018","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9dcfd7f-e38b-423b-97d6-7bb337b76662","name":"Help: Stories about desperate situations","description":null,"image":null,"links":"audio|https://www.storycollider.org/stories/2018/8/6/help-stories-about","topics":"mathematics;science;stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54ea477b-8ae0-4381-a18e-36db31ced03c","name":"In Honor Of Pi Day: Stories About Math","description":null,"image":null,"links":"audio|https://www.storycollider.org/stories/2018/3/5/in-honor-of-pi-day-stories-about-math","topics":"mathematics;stories","creators":null,"year":"2018","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"753ebaef-f315-4454-9e9b-4cf74c794dba","name":"Math Problems: Stories About Struggles With Math","description":null,"image":null,"links":"audio|https://www.storycollider.org/stories/2018/1/5/math-problems-stories-about-math","topics":"mathematics;stories","creators":null,"year":"2018","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8afdac7e-7171-4e4e-8db8-57f3bfb9ed48","name":"Adriana Salerno: A Different Kind Of Problem","description":null,"image":null,"links":"audio|https://www.storycollider.org/stories/2015/12/13/adriana-salerno-a-different-kind-of-problem","topics":"mindset;psychology;mathematics;stories","creators":null,"year":"2015","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8007c493-3052-41d4-8285-e11b99adcb37","name":"Alex Bellos: Your Favorite Number","description":null,"image":null,"links":"audio|https://www.storycollider.org/stories/2016/1/1/alex-bellos-your-favorite-number","topics":"mathematics;stories","creators":null,"year":"2015","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d1b2423-3ac7-4eeb-8cc1-3ac511907745","name":"Learn with Google AI","description":null,"image":null,"links":"website|https://ai.google/education/","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b03178c7-2717-4b54-95f4-3f9aa5996c68","name":"LibriVox","description":"Free public domain audiobooks. Read by volunteers from around the world.","image":null,"links":"audio|https://librivox.org/","topics":"books","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a43a6299-233b-4ec8-843e-c5dfb152d08b","name":"Farming Simulator","description":null,"image":null,"links":"app|https://www.farming-simulator.com/","topics":"agriculture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e2ba5e9-27bb-4794-bd6e-c699151fba9f","name":"Edward Frenkel: The Test","description":null,"image":null,"links":"audio|https://www.storycollider.org/stories/2016/1/2/edward-frenkel-the-test","topics":"mathematics;stories","creators":null,"year":"2014","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29b2aace-f548-426d-81d9-ed57e60b6eef","name":"Love and Math: The Heart of Hidden Reality (Hardcover)","description":" A New York Times Science BestsellerWhat if you had to take an art class in which you were only taught how to paint a fence? What if you were never shown the paintings of van Gogh and Picasso, weren’t even told they existed? Alas, this is how math is taught, and so for most of us it becomes the intellectual equivalent of watching paint dry.In Love and Math, renowned mathematician Edward Frenkel reveals a side of math we’ve never seen, suffused with all the beauty and elegance of a work of art. In this heartfelt and passionate book, Frenkel shows that mathematics, far from occupying a specialist niche, goes to the heart of all matter, uniting us across cultures, time, and space.Love and Math tells two intertwined stories: of the wonders of mathematics and of one young man’s journey learning and living it. Having braved a discriminatory educational system to become one of the twenty-first century’s leading mathematicians, Frenkel now works on one of the biggest ideas to come out of math in the last 50 years: the Langlands Program. Considered by many to be a Grand Unified Theory of mathematics, the Langlands Program enables researchers to translate findings from one field to another so that they can solve problems, such as Fermat’s last theorem, that had seemed intractable before.At its core, Love and Math is a story about accessing a new way of thinking, which can enrich our lives and empower us to better understand the world and our place in it. It is an invitation to discover the magic hidden universe of mathematics.","image":"https://learn-awesome.github.io/assets/book_covers/17290683.jpg","links":"book|https://www.goodreads.com/book/show/17290683-love-and-math","topics":"science;mathematics;autobiography","creators":"Edward Frenkel","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aeca727d-bf52-495a-abb9-68e5ac25307c","name":"Teachers on Math Strategy","description":null,"image":null,"links":"audio|https://www.cbc.ca/player/play/2686398574","topics":"mathematics;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1efa45f-7108-4756-9e18-cc75bcf35301","name":"Framer X","description":null,"image":null,"links":"app|https://www.framer.com/","topics":"design;programming;web-design;web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4542c1e-13aa-4889-ac86-b3d12e987e36","name":"Emacs Rocks","description":null,"image":null,"links":"video|http://emacsrocks.com/","topics":"software-tools/emacs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"790e50c9-5458-4426-bdfd-b6a9ac91db1a","name":"GNU Emacs","description":null,"image":null,"links":"website|https://www.gnu.org/software/emacs/","topics":"software-tools/emacs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e939440-b564-41b7-865c-d3fe5cf8a617","name":"Emacs Reference Card","description":null,"image":null,"links":"cheatsheet|https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf","topics":"software-tools/emacs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6bb3df9-a9b6-46f9-8d82-bfa95dde33f4","name":"How to draw what you see by Dorian Iten","description":null,"image":null,"links":"article|http://www.dorian-iten.com/howtodraw/","topics":"drawing","creators":"Dorian Iten","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea18823a-8080-435d-9732-ee545d21f681","name":"Understanding Drawing - A Guide From Beginner to Imagination - Principles, Levels, Skills, Traps, Maps By VolenCK","description":null,"image":null,"links":"course|https://gumroad.com/l/udrawing","topics":"drawing","creators":"Volen CK","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11b25545-cfbf-4484-b0a7-57f57ce032ec","name":"Erowid","description":null,"image":null,"links":"website|https://www.erowid.org/psychoactives/psychoactives.shtml","topics":"drugs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2e59fd2-888b-4ce0-8d4c-3c630a79e186","name":"DMT Nexus - All about DMT","description":null,"image":null,"links":"website|https://www.dmt-nexus.me","topics":"drugs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7bb64d4-471f-4526-b4f5-2fd4b870f400","name":"Noah Bradley's Free Photo Reference Megapack","description":null,"image":null,"links":"video|https://gumroad.com/l/reference","topics":"drawing","creators":"Noah Bradley","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9200ff56-bfd0-4993-9d38-0b9190cdbe0e","name":"Erika Engelhaupt: The Science Of Speeding","description":null,"image":null,"links":"audio|https://www.storycollider.org/stories/2016/1/2/erika-engelhaupt-the-science-of-speeding","topics":"mathematics;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4165bb9a-0cb8-4d5b-8d9a-d306e4ef1c8d","name":"Jen Fitzgerald: Rocky The Mathlete","description":null,"image":null,"links":"audio|https://www.storycollider.org/stories/2016/1/6/jen-fitzgerald-rocky-the-mathlete","topics":"science;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63d6e779-f284-4c33-a184-ffb884002c6e","name":"Children Catch Math Anxiety From Parents","description":null,"image":null,"links":"audio|https://www.cbc.ca/radio/quirks/quirks-quarks-for-sep-12-2015-1.3224539/children-catch-math-anxiety-from-parents-1.3224577","topics":"mathematics;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef8c932c-20eb-44ae-9ca8-9789ddeabc00","name":"The Age of the Algorithm","description":null,"image":null,"links":"audio|https://99percentinvisible.org/episode/the-age-of-the-algorithm/","topics":"algorithms;mathematics;architecture;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c853e031-1464-418c-a761-da4680dcbef2","name":"On Average","description":null,"image":null,"links":"audio|https://99percentinvisible.org/episode/on-average/","topics":"mathematics;architecture;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc0fc8a4-9a0d-466e-b83f-67def0a66afe","name":"What Really Is At The Bottom Of The Sea?","description":null,"image":null,"links":"audio|https://www.podcastone.com/the-big-questions-with-adam-spencer","topics":"mathematics","creators":null,"year":"2019","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a22f30f-f8f3-4963-9638-4211d86adf3e","name":"What’s In A Number? — 2006 Edition","description":null,"image":null,"links":"audio|https://www.thisamericanlife.org/320/whats-in-a-number-2006-edition","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81e83249-8481-4d18-8b72-94a8c61d3b82","name":" Am I Normal? Download","description":null,"image":null,"links":"audio|https://www.wnycstudios.org/story/data-mona-chalabi","topics":"mathematics;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62eb6b50-85b6-48e1-ac6b-61a11c912e9d","name":"How One Computer Hacker Conquered Online Dating, Opens Locked Cars, and More (#74)","description":null,"image":null,"links":"audio|https://tim.blog/2015/05/02/samy-kamkar/","topics":"mathematics;computers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"087054b6-df77-4a5f-9a8b-d48fd88fdfce","name":"Down and Dirty at the Museum of Math?","description":null,"image":null,"links":"audio|https://www.wnyc.org/story/264330-down-and-dirty-at-the-museum-of-math/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb0c36dd-13bc-48cb-8c32-8a917f60208b","name":"Visual Information Theory","description":null,"image":null,"links":"article|https://colah.github.io/posts/2015-09-Visual-Information/","topics":"information-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5a2c70a8-153c-4717-b3fe-d646ca16ee88","name":"The History of Philosophy","description":null,"image":null,"links":"interactive|https://www.denizcemonduygu.com/philo/browse/","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0dea5f50-a284-4af9-a8b8-095edc7711e6","name":"NewSpace India","description":null,"image":null,"links":"audio|https://newspaceindia.transistor.fm/episodes","topics":"nations/india/space-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4667cdca-4c83-482e-a42e-297a3dc76796","name":"Every Noise At Once","description":"Every Noise at Once is an ongoing attempt at an algorithmically-generated, readability-adjusted scatter-plot of the musical genre-space, based on data tracked and analyzed for 3,294 genres by Spotify as of 2019-07-29. The calibration is fuzzy, but in general down is more organic, up is more mechanical and electric; left is denser and more atmospheric, right is spikier and bouncier.","image":null,"links":"interactive|http://everynoise.com/","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc276193-1bb8-4cac-929d-ee24f8ab85fe","name":"Flutter SDK Tutorial - Hello World! (App Development)","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=CEPCGXQ7IQg&list=PLxU9Ryxq6p58PsNmJL70J4_7UzfSqf35n","topics":"software-tools/flutter","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9e4b8bb5-52c0-46f1-bcd3-4a32181f835a","name":"Ruby 2.7.0 Released","description":null,"image":null,"links":"article|https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5772d255-7717-41b0-8e46-addec779b66c","name":"The simpler quadratic formula | Lockdown math ep. 1","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=MHXO86wKeDY","topics":"quadratic-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"39980dba-1712-41ad-962b-c9fd84e4f8ea","name":"#1 Solidity Tutorial & Ethereum Blockchain Programming Course | CryptoZombies","description":null,"image":null,"links":"interactive|https://cryptozombies.io","topics":"cryptocurrency;blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a32b8e66-2ebc-45ef-8174-fed9500fe54f","name":"Lecture notes – Ergodicity Economics","description":null,"image":null,"links":"book|https://ergodicityeconomics.com/lecture-notes/","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d141a9af-24f2-48d8-8ff5-5d4552ab993a","name":"GitHub - Kels316/DIY-Air-Purifier: A small DIY air purifier using off-the-shelf components for under $100","description":null,"image":null,"links":"article|https://github.com/Kels316/DIY-Air-Purifier","topics":"air-purification","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0aee74d1-e2b4-469c-8361-93e17dc927f5","name":"Imaginary Numbers Are Real [Part 1: Introduction]","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=T647CGsuOVU&list=PLiaHhY2iBX9g6KIvZ_703G3KJXapKkNaF","topics":"complex-numbers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7ee977a8-f2e5-4756-ad38-331f76c6e2ab","name":"Chess Tactics Explained in English: Ward Farnsworth's Predator at the Chessboard","description":null,"image":null,"links":"book|https://www.chesstactics.org/","topics":"chess","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8fc0aef-5159-4247-83dd-b9ea91166ab3","name":"Permutations and Combinations | G'Day Math","description":null,"image":null,"links":"video|https://gdaymath.com/courses/permutations-and-combinations/","topics":"permutation-and-combination","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21a46f56-8ea8-4585-aa0b-fd9d08f5fb72","name":"Git Hooks | Learn how to use pre-commit hooks, post-commit hooks,\\n post-receive hooks, and more. | Matthew Hudson","description":null,"image":null,"links":"website|https://githooks.com/","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6adad105-ed56-4d46-8888-170e5180036d","name":"js金沙城娛樂城免费|欢迎您","description":null,"image":null,"links":"blog|http://www.google99.com","topics":"game-developmet;gaming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36bc91bf-c0c9-4151-af53-a1b4ec7621ce","name":"Processing.org","description":null,"image":null,"links":"website|https://processing.org/","topics":"programming-languages/processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"465748df-d8f3-49b5-be38-a83b32a34a44","name":"Processing Day India","description":null,"image":null,"links":"conference|https://processingindia.org/","topics":"programming-languages/processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ab94b8a-6540-46e0-855b-994951ed277d","name":"RSTV The Maths Factor Documentary in English EP - 01","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=RltnmlxHPGI&list=PLVOgwA_DiGzrwgxkjYscerv4FcZD_apq9&index=13","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"464042f8-ce82-4985-93aa-802a904683f8","name":"The Flask Mega-Tutorial Part I: Hello, World! - miguelgrinberg.com","description":null,"image":null,"links":"article|https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world","topics":"software-tools/flask","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b7804a2-49bc-464a-badd-2547d8bd5307","name":"Welcome to Flask — Flask Documentation (1.1.x)","description":null,"image":null,"links":"website|https://flask.palletsprojects.com/en/1.1.x/","topics":"software-tools/flask","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"124e1e1a-3b2d-406c-82af-6439769ee42f","name":"Data science courses Training in Hyderabad, Kukatpally | PG | Mayazbridge","description":null,"image":null,"links":"course|http://mayazbridge.com/data-science-course-training-hyderabad","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45012d65-92b1-46d6-bab4-1cf6a3012ea4","name":"The Map of Mathematics by Quanta Magazine","description":null,"image":null,"links":"interactive|https://www.quantamagazine.org/the-map-of-mathematics-20200213","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ba3dbe0-f242-4afb-af26-9690e472692c","name":"Hundreds of Proofs of God’s Existence","description":null,"image":null,"links":"article|http://www.godlessgeeks.com/LINKS/GodProof.htm","topics":"atheism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36c16018-4657-4129-b7d7-1c4ad158c88a","name":"Ruby On Rails - Project Homepage","description":null,"image":null,"links":"website|https://rubyonrails.org/","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a03ebcef-dceb-40a7-aec9-f439ddff726e","name":"GitHub: rails/rails","description":"Official code repository","image":null,"links":"code|https://github.com/rails/rails","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"46211b70-f88d-447b-aa75-6b78d04f650d","name":"Ruby On Rails - Official Guides","description":null,"image":null,"links":"website|https://guides.rubyonrails.org/","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7075f70-840f-43c0-9adc-6701f4e4d9b7","name":"Ruby on Rails - Main Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Ruby_on_Rails","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8758627d-7fba-4927-a33e-66795d0f6b7e","name":"Gitter: rails/rails","description":null,"image":null,"links":"chat|https://gitter.im/rails/rails","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01ba378e-9bbe-4bec-853e-214a5d951295","name":"Ruby on Rails: Official Twitter","description":null,"image":null,"links":"blog|https://twitter.com/rails","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85afa86a-55fe-480c-af2c-b9408ebcd739","name":"This Week in Rails","description":null,"image":null,"links":"newsletter|https://rails-weekly.ongoodbits.com/","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1659aa76-a8ed-47a4-b6b0-d121e60c6749","name":"Bangalore Ruby Users Group","description":null,"image":null,"links":"meetup|https://www.meetup.com/Bangalore-Ruby-Users-Group/","topics":"programming-languages/ruby;software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b361bbdb-ee66-4712-abec-6ea5480c3642","name":"Rails 5: The Tour","description":" ","image":"https://i.ytimg.com/vi/OaDhY_y8WTo/maxresdefault.jpg","links":"video|https://www.youtube.com/watch?v=OaDhY_y8WTo","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9fcf32ce-e8ac-4af2-90b0-375c4a2b518e","name":"Awesome Rails","description":null,"image":null,"links":"article|https://github.com/ekremkaraca/awesome-rails","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4d98f2fc-3e06-4d49-9b87-b5ab4b5ffede","name":"Deep Learning for Beginners","description":null,"image":null,"links":"cheatsheet|https://randomekek.github.io/deep/deeplearning.html","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3ca1c273-d209-4ecb-9f12-f2a80f2ca124","name":"Endless Memory, Part 1","description":"Lesley Stahl reports on the recently discovered phenomenon of \\"superior autobiographical memory,\\" the ability to recall nearly every day of one's life.","image":"https://i.ytimg.com/vi/oHeEQ85m79I/hqdefault.jpg","links":"video|https://www.youtube.com/watch?v=oHeEQ85m79I","topics":"memory","creators":null,"year":"2011","difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"09faef53-b3d8-4460-80a9-0bcb1e2142ec","name":"Beatboxing for Kids","description":null,"image":null,"links":"article|https://beatboxingforkids.fun/","topics":"beatboxing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"724337e2-612f-4b43-b0e3-3c2bced627c4","name":"Ruby on Rails Link Slack","description":null,"image":null,"links":"chat|https://www.rubyonrails.link/","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86c21048-d326-424c-9ea3-8b4d452283fa","name":"Build small apps while learning Java","description":null,"image":null,"links":"code|https://hi.hyperskill.org/projects3","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5ed9e52-4807-43a8-9861-0d8273cade41","name":"Learning: Main Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Learning","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"095717de-5429-45c3-9e30-5ad00d1a1e03","name":"Learning: Simple Wikipedia","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Learning","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"859d3c20-3df0-4df5-ba96-e58df7fe2f64","name":"Pragmatic Thinking and Learning","description":null,"image":"http://covers.openlibrary.org/b/isbn/9781934356050.jpg","links":"book|https://www.goodreads.com/book/show/3063393-pragmatic-thinking-and-learning","topics":"learning;thinking","creators":"Andy Hunt","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b52f9834-7298-43dd-943d-9007a6a9865b","name":"Ultralearning","description":null,"image":"http://covers.openlibrary.org/b/isbn/null.jpg","links":"book|https://www.goodreads.com/book/show/44770129-ultralearning;video|https://youtu.be/J2JGiJNUsD4;video|https://www.scotthyoung.com/blog/ultralearning-webinar/","topics":"productivity;learning","creators":"Scott H Young","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1f62c90-5d80-49b5-be2f-e0b9cc9f8c2e","name":"The Art of Thinking Clearly - Summary by FourMinuteBooks","description":"Dobelli lays out some of the most common and disastrous mental biases we are …","image":"https://blas.com/wp-content/uploads/2016/07/41079pBDabL._SX331_BO1204203200_-200x300.jpg","links":"summary|https://fourminutebooks.com/the-art-of-thinking-clearly-summary/;summary|https://blas.com/art-of-thinking-clearly/;book|https://www.goodreads.com/book/show/16248196-the-art-of-thinking-clearly","topics":"thinking;rolf-dobelli;mental-models","creators":"Rolf Dobelli;Author of The Art of Thinking Clearly","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7806bec8-1895-4687-b35a-c11891261a2b","name":"Super Thinking: The Big Book of Mental Models","description":null,"image":"http://covers.openlibrary.org/b/isbn/9780525533580.jpg","links":"book|https://www.goodreads.com/book/show/41181911-super-thinking;summary|https://blas.com/superthinking/","topics":"thinking;mental-models;lauren-mccann;duckduckgo","creators":"Gabriel Weinberg","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fdc301f7-deaa-454a-9916-aec5a8eea1e5","name":"7 Must-Know Strategies To Learn Anything Faster","description":null,"image":"http://covers.openlibrary.org/b/isbn/null.jpg","links":"book|https://www.goodreads.com/book/show/36383043-7-must-know-strategies-to-learn-anything-faster","topics":"learning","creators":"Scott H Young","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f542c86-c636-4a07-bfb3-60076edbe619","name":"How to Solve It: A New Aspect of Mathematical Method","description":"By George Pólya","image":"https://learn-awesome.github.io/assets/book_covers/192221.jpg","links":"book|https://www.goodreads.com/book/show/192221.How_to_Solve_It","topics":"science;mathematics","creators":"George Pólya","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8c0927d-7f29-42d8-bdec-7ff2e9a04eaf","name":"Better Explained","description":null,"image":null,"links":"website|https://betterexplained.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fd41854-d81b-4ee1-b207-943e0467b079","name":"The Ultimate Learning Guide: Via Shane Parrish","description":null,"image":null,"links":"article|https://medium.com/@ryan_reeves/the-ultimate-learning-guide-via-shane-parrish-421dee960f27","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a3bbe7c3-2ed2-4d5c-9b33-50aa49b83f19","name":"Angel Investing — Holloway","description":null,"image":"https://www.holloway.com/static/documentCovers/documentCover-angel-investing-tiny-@2x-808cedda24.jpg","links":"book|https://www.holloway.com/b/angel-investing","topics":"angel-investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f42c0f9-34a4-429c-9f67-3a5543ff9352","name":"The Great Mental Models","description":null,"image":"http://covers.openlibrary.org/b/isbn/null.jpg","links":"book|https://www.goodreads.com/book/show/44245196-the-great-mental-models","topics":"thinking","creators":"Shane Parrish","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28170254-f2f7-41a0-b077-569034e9eb27","name":"Letters from a Stoic","description":"By Seneca","image":"https://learn-awesome.github.io/assets/book_covers/97411.jpg","links":"book|https://www.goodreads.com/book/show/97411.Letters_from_a_Stoic;summary|https://fourminutebooks.com/letters-from-a-stoic-summary/","topics":"philosophy;history;life","creators":"Seneca;Seneca the Younger","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9e2ea78-b006-4e24-8649-d85c869b9754","name":"An Introduction to Interactive Programming in Python (Part 1)","description":null,"image":null,"links":"course|https://www.coursera.org/learn/interactive-python-1?ranMID=40328&ranEAID=SAyYsTvLiGQ&ranSiteID=SAyYsTvLiGQ-5sKesT96iQ9v1V4HDSz7Pg&siteID=SAyYsTvLiGQ-5sKesT96iQ9v1V4HDSz7Pg&utm_content=10&utm_medium=partners&utm_source=linkshare&utm_campaign=SAyYsTvLiGQ","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2751b543-b455-4194-b81f-786f4a44b516","name":"Teaching Children Philosophy","description":null,"image":null,"links":"website|https://www.teachingchildrenphilosophy.org/","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7a31833-cf50-4bf2-892d-239858a7d5ad","name":"The Holloway Guide to Using Twitter — Holloway","description":null,"image":null,"links":"book|https://www.holloway.com/g/using-twitter/about","topics":"twitter","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfa50f72-2f8d-450b-9ccf-6025d54c4abf","name":"Solution to the optimal stopping problem | plus.maths.org","description":null,"image":null,"links":"article|https://plus.maths.org/content/solution-optimal-stopping-problem","topics":"optimal-stopping","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1aeb082-3ba3-41dd-80d3-d7c665d7aa53","name":"The First 20 Hours","description":"Forget the 10,000 hour rule— what if it’s possible to learn the basics of any new skill in 20 hours or less?\\n\\nIn The First 20 Hours, Josh Kaufman offers a systematic approach to rapid skill acquisition— how to learn any new skill as quickly as possible. His method shows you how to deconstruct com­plex skills, maximize productive practice, and remove common learning barriers. By complet­ing just 20 hours of focused, deliberate practice you’ll go from knowing absolutely nothing to performing noticeably well.\\n \\nKaufman personally field-tested the meth­ods in this book.","image":"http://covers.openlibrary.org/b/isbn/9781591845553.jpg","links":"article|https://ideas.ted.com/dont-have-10000-hours-to-learn-something-new-thats-fine-all-you-need-is-20-hours/;book|https://www.amazon.com/First-20-Hours-Learn-Anything/dp/1591846943?tag=learnawesome-20;video|https://www.youtube.com/watch?v=EtJy69cEOtQ;summary|https://fourminutebooks.com/the-first-20-hours-summary/","topics":"learning","creators":"Josh Kaufman;Author of The First 20 Hours","year":"2013","difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a0308428-9c92-4e8a-a5e3-5c14c37225ce","name":"The Game You Win By Losing (Parrondo's Paradox)","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=PpvboBJEozM","topics":"parrondo-paradox","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"430186b8-15eb-4e6d-ad08-3fa25264b9ca","name":"Mindset - Summary by fourminutebooks.com - Summary by Derek Sivers","description":"By Carol S. Dweck","image":"https://learn-awesome.github.io/assets/book_covers/40745.jpg","links":"summary|https://sivers.org/book/Mindset;summary|https://fourminutebooks.com/mindset-summary/","topics":"learning","creators":"Carol S. Dweck","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d06fb89-c603-4042-b601-14956b7cd60c","name":"a thing about chords!","description":null,"image":"https://i.ytimg.com/vi/uINxIvwK1eo/maxresdefault.jpg","links":"video|https://www.youtube.com/watch?v=uINxIvwK1eo","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1d77d5a1-b718-4f48-b825-77d47e40fc78","name":"chord personalities","description":"this is a big simplification of how chords work, but kinda how they feel for me! ill probably do a video about extended chords too but we'll see haha","image":"https://i.ytimg.com/vi/4CAMOVeqoyE/maxresdefault.jpg","links":"video|https://www.youtube.com/watch?v=4CAMOVeqoyE","topics":"music;piano","creators":"Louie Zong","year":"2019","difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"34352915-9c52-40ce-a85c-147a3f3dce3e","name":"Reactive Design Patterns","description":"Reactive Design Patterns is a clearly written guide for building message-driven distributed systems that are resilient, responsive, and elastic. In this book you'll find patterns for messaging, flow control, resource management, and concurrency, along with practical issues like test-friendly designs. All patterns include concrete examples using Scala and Akka.\\n\\n","image":null,"links":"book|https://www.reactivedesignpatterns.com/","topics":"programming;functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35332462-ffbf-4215-b18a-b582d7fe1738","name":"How data forces you to achieve goals","description":"An article about leveraging your own data to achieve goals.","image":null,"links":"article|https://hackernoon.com/how-data-forced-me-to-achieve-my-goals-52df76064903","topics":"data-science;productivity;open-data","creators":null,"year":"2016","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cde11e6-46e4-4ffb-8ac5-c90ff6feeede","name":"Learning How To Learn - Summary on /r/GetMotivated","description":null,"image":null,"links":"summary|https://www.reddit.com/r/GetMotivated/comments/5950tm/text_i_just_finished_the_online_coursera_course/","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cef1a73c-450e-4747-8e20-cb92b7a44d7c","name":"Nonlinear Dynamics 1: Geometry of Chaos","description":null,"image":null,"links":"course|http://chaosbook.org/course1/","topics":"complexity-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15e9f8bb-77d0-4143-8c5c-8dc0a658dc87","name":"Introduction to Computer Science and Programming Using Python","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-computer-science-and-programming-using-python-1341","topics":"computer-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d060e082-324e-4ffd-93e7-85add35c5887","name":"Elements of AI","description":"By University of Helsinki via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-elements-of-ai-12469","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"254da1a9-79fd-4043-862f-da9e05d5c897","name":"CS50's Introduction to Computer Science","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/cs50s-introduction-computer-science-harvardx-cs50x","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40aa2e26-c2e2-4d2d-936b-2b8de1431b62","name":"Machine Learning for Musicians and Artists","description":"By Goldsmiths, University of London via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-machine-learning-for-musicians-and-artists-3768","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32365918-aec5-4124-9b72-0f2d275d66a3","name":"Divide and Conquer, Sorting and Searching, and Randomized Algorithms","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-divide-and-conquer-sorting-and-searching-and-randomized-algorithms-374","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41ab8523-b769-440c-9e56-0c99bffcbb06","name":"Intro to Computer Science","description":"By University of Virginia via Udacity","image":null,"links":"course|https://www.udacity.com/course/introduction-to-python--ud1110","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51ef378b-b9e6-47d8-a3c3-71768ce7ace5","name":"Functional Programming Principles in Scala","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-functional-programming-principles-in-scala-422","topics":"functional-programming;programming-languages/scala","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6444fe4-0d84-48f6-b1a7-7020c3c9774a","name":"Algorithms, Part I","description":"By Princeton University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-algorithms-part-i-339","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c339531-cb9f-46a9-89e9-de7d98097647","name":"Cryptography I","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cryptography-i-616","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56037f64-bc6e-4acd-b591-ed15a8b91e01","name":"How to Use Git and GitHub","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-how-to-use-git-and-github-2661","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9c1d38a9-0ba4-4f7e-a1cf-c391ed6c0205","name":"Creative Applications of Deep Learning with TensorFlow","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/creative-applications-of-deep-learning-with-tensorflow/info","topics":"deep-learning;software-tools/tensorflow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72db6b7c-6cb0-4275-9bf6-3448b4adedfb","name":"Machine Learning Foundations: A Case Study Approach","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ml-foundations","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29bc9cd3-1bdf-4e78-ad80-77f9a6b108b7","name":"Internet History, Technology, and Security","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/internet-history","topics":"internet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8879208a-e3c0-4f70-8b8f-bc570d26824f","name":"Introduction to Linux","description":"By Linux Foundation via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-linux","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9268fdc4-b47c-4868-99e3-ad8773dbd86c","name":"Principles of Computing (Part 1)","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-principles-of-computing-part-1-1724","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"280673dc-5c9e-4c47-ab7f-04a0a105bc09","name":"CS188.1x: Artificial Intelligence","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://courses.edx.org/courses/BerkeleyX/CS188.1x-4/1T2015/course/","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"379192d8-5522-4da4-9891-bb2b0f545f9f","name":"Software Security","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-software-security-1728","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d0f55c9-2e30-4398-9b2f-dca0b89812ea","name":"Build a Modern Computer from First Principles: From Nand to Tetris (Project-Centered Course)","description":"By Hebrew University of Jerusalem via Coursera","image":null,"links":"course|https://www.coursera.org/learn/build-a-computer;website|https://www.nand2tetris.org/;video|https://www.youtube.com/watch?v=IlPj5Rg1y2w;interactive|https://nandgame.com/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e4430401-5624-4d32-994b-6d3a170fb3ee","name":"Algorithmic Toolbox","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/algorithmic-toolbox","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54e8adbf-0b75-4205-99b7-0c649ae06376","name":"Cloud Computing Concepts, Part 1","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cloud-computing","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5cc4820-fc90-444b-9ea7-929cd839421f","name":"Introduction to Artificial Intelligence","description":"By Stanford University via Udacity","image":null,"links":"course|https://www.udacity.com/course/intro-to-artificial-intelligence--cs271","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"726692f7-d10f-4c78-b87f-deff1f8065cf","name":"Machine Learning: Regression","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ml-regression","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bba7914-f947-49e7-8469-7cd3555c3ac0","name":"Probabilistic Graphical Models 1: Representation","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/probabilistic-graphical-models","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00be61f4-7710-4686-aeb4-35e51059e0a9","name":"Algorithms, Part II","description":"By Princeton University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/algorithms-part2","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e1b9793-2f9e-454a-8a40-67ad39134262","name":"Principles of Computing (Part 2)","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/principles-of-computing-2","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e09135c-916a-4be4-8976-48ae9882babe","name":"Automata Theory","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-automata-theory-376","topics":"computer-science;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0cc7e37-6100-49e6-ac95-ff4c37c1b9c7","name":"Web Security Fundamentals","description":"By KU Leuven University via edX","image":null,"links":"course|https://www.edx.org/course/web-security-fundamentals-kuleuvenx-websecx","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0a66b9f-e10c-49e4-9959-f7e5487a9602","name":"Neural Networks and Deep Learning","description":"By deeplearning.ai via Coursera","image":null,"links":"course|https://www.coursera.org/learn/neural-networks-deep-learning","topics":"machine-learning;deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c552e8b-c998-4a78-8dbb-07d86535f472","name":"Algorithmic Thinking (Part 1)","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/algorithmic-thinking-1","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1857736-eaac-4fc2-bf61-c6ba5cf63795","name":"Text Retrieval and Search Engines","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-text-retrieval-and-search-engines-2734","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26abc58a-f419-4db9-9283-5005c76fc7b4","name":"Intro to Machine Learning","description":"By Stanford University via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-intro-to-machine-learning-2996","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7587ed4-1e66-4dc8-b941-ce692c49d900","name":"Machine Learning With Big Data","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/big-data-machine-learning","topics":"machine-learning;big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6df06ce-dd08-4833-83ab-8d68f11d8551","name":"Julia Scientific Programming","description":"By University of Cape Town via Coursera","image":null,"links":"course|https://www.coursera.org/learn/julia-programming","topics":"programming-languages/julia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"4.0","tags":null} +{"iid":"7ea4fab2-3b29-4db7-b433-bf4ff2d2a568","name":"Introduction to Cyber Security","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introduction-to-cyber-security","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"305e4162-2575-48fa-9e0a-8f37fe66cc2a","name":"Computer Science 101","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://online.stanford.edu/courses/soe-ycscs101-sp-computer-science-101","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"02910c7c-5643-4ed1-ad98-aeab1a6aa53d","name":"The Nature of Code","description":"By Processing Foundation via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-the-nature-of-code-3777","topics":"computer-science;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce19e9ca-0ba8-450d-8df7-20f756242ea3","name":"The Arduino Platform and C Programming","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/arduino-platform","topics":"arduino;programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8e638fa-f64f-4cde-a6e4-cc7bd914c075","name":"Introduction to the Internet of Things and Embedded Systems","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/iot","topics":"internet-of-things;embedded-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"620fc471-c100-4457-9784-60ef142e61e7","name":"Hardware Security","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/hardware-security","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5316c39-c65f-44c7-977c-cb70d09f1c24","name":"MOOC CHATONS","description":null,"image":null,"links":"course|https://mooc.chatons.org/","topics":"internet;society","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"0def2f81-a1eb-4e09-8ffc-c659b9d24e79","name":"Machine Learning for Trading","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.udacity.com/course/machine-learning-for-trading--ud501","topics":"machine-learning;trading","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14b98a87-5af2-45cb-9e1a-8101792fdbff","name":"Machine Learning for Data Science and Analytics","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/machine-learning-for-data-science-and-analytics","topics":"machine-learning;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"972d16be-9e32-4015-87bd-5b04603d5990","name":"Introduction to Software Product Management","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.coursera.org/learn/introduction-to-software-product-management","topics":"product-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e59851d7-e180-4bd6-855c-615ce0655762","name":"Cybersecurity Fundamentals","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/cybersecurity-fundamentals-3","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e2dbd52-9ecf-4594-94f1-728fbf16be74","name":"Algorithmic Thinking (Part 2)","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-algorithmic-thinking-part-2-3200","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e49b25e1-49f4-4c45-b154-8e2562f46348","name":"Usable Security","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/usable-security","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa2d2701-50db-4803-b982-6233471e709c","name":"Design of Computer Programs","description":"By Stanford University via Udacity","image":null,"links":"course|https://www.udacity.com/course/design-of-computer-programs--cs212","topics":"computer-science;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18553371-8e86-479f-bd03-ee4e68dc169f","name":"Machine Learning: Classification","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ml-classification","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f965188-143d-4321-a7c2-c184442ca47d","name":"Cybersecurity and Its Ten Domains","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cybersecurity-and-its-ten-domains-3206","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0584066-111f-4129-b6e5-67037ee993b3","name":"The Holloway Guide to Remote Work — Holloway","description":null,"image":null,"links":"book|https://www.holloway.com/g/remote-work/about","topics":"remote-work","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62413c1e-a967-4f77-b3df-877428ff7a5f","name":"Image and Video Processing: From Mars to Hollywood with a Stop at the Hospital","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-image-and-video-processing-from-mars-to-hollywood-with-a-stop-at-the-hospital-462","topics":"image-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9af96d4a-9a15-439e-a97d-febeecbbd047","name":"Cloud Computing Applications, Part 1: Cloud Systems and Infrastructure","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cloud-computing-applications-part-1-cloud-systems-and-infrastructure-2738","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd813125-8ce4-4622-87c8-cfcef185d395","name":"Cryptography","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cryptography","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78e2bbd8-c556-4896-b644-ce3fd600864f","name":"Discrete Optimization","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-discrete-optimization-487","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"623afd6b-740f-4df8-9a55-a3e8dc07dc41","name":"Introduction to Computer Networking","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-introduction-to-computer-networking-1578","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"921f6074-66ff-4297-a48f-25599e99059d","name":"Practical Machine Learning","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-practical-machine-learning-1719","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cd423ea-7ba3-4c77-ac7d-fc00925e417e","name":"Learning from Data (Introductory Machine Learning course)","description":"By California Institute of Technology via Independent","image":null,"links":"course|http://work.caltech.edu/telecourse.html","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f3f32404-ebf9-4c19-832b-9dda2fb9ea73","name":"How to Code: Simple Data","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/how-code-simple-data-ubcx-htc1x","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ce396e4-b5d9-4444-9188-23b5fe96b2d9","name":"Computational Neuroscience","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.coursera.org/learn/computational-neuroscience","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1353c4a-8331-434e-902a-7c0e14868e19","name":"Reinforcement Learning","description":"By Brown University via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-reinforcement-learning-1849","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"833a2129-5a47-4dac-a59e-5da6eb839c8b","name":"Practical Deep Learning For Coders, Part 1","description":"By fast.ai via Independent","image":null,"links":"course|https://course.fast.ai/","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f007571-db71-47a4-a8aa-3a1c445e297c","name":"Biometric Technologies: Identification for the Future (January 2019)","description":"By Canberra Institute of Technology via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/canberrait/courses/biometric-technologies","topics":"biometrics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22ec50f7-2f2e-4360-b04e-f8e6853fe23e","name":"Artificial Intelligence (AI)","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/artificial-intelligence-ai","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d947af41-2a78-4fa7-aaad-d972056c9fd1","name":"Machine Learning","description":"By Columbia University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-machine-learning-7231","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6961b5d3-9901-4c9f-8236-e0fdfce73b21","name":"Advanced Data Structures in Java","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/advanced-data-structures","topics":"programming-languages/java;data-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48fb2fa8-8a43-4158-a0e7-e921aab361e4","name":"The Raspberry Pi Platform and Python Programming for the Raspberry Pi","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/raspberry-pi-platform","topics":"raspberrypi;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc4f007e-3cdf-4005-a8cf-d24578e0798a","name":"Software Architecture for the Internet of Things","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.coursera.org/learn/iot-software-architecture","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fc710a5-1455-4fe5-a545-a06e6b68ff33","name":"Introduction to Recommender Systems: Non-Personalized and Content-Based","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/recommender-systems-introduction","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1acc7d1b-251c-4b98-bac8-254584ba4fde","name":"HI-FIVE: Health Informatics For Innovation, Value & Enrichment (Administrative/IT Perspective)","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/hi-five-admin-it","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c33ea1ec-314c-4e33-a8dc-7f7165037731","name":"The Unix Workbench","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/unix","topics":"software-tools/unix","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f094a556-37dd-4bff-84cc-06c60388030f","name":"Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization","description":"By deeplearning.ai via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-improving-deep-neural-networks-hyperparameter-tuning-regularization-and-optimization-9054","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f13cd735-3958-4940-a130-c2c33547847f","name":"Introduction to Cybersecurity for Business","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intro-cyber-security-business","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65cfc809-0f82-487c-ada4-81ae263cba5b","name":"Classical Cryptosystems and Core Concepts","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/classical-cryptosystems","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c31bf66a-2ca2-4385-ab63-c9b649eb09e3","name":"Bayesian Methods for Machine Learning","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-bayesian-methods-for-machine-learning-9604","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d32291e7-02cc-4ede-9c2b-8cdb1e03babc","name":"Introduction to Deep Learning","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intro-to-deep-learning","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08395ed6-753a-41a5-b09b-369759f8f729","name":"Deep Learning in Computer Vision","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.coursera.org/learn/deep-learning-in-computer-vision","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b2b000b-62ad-47aa-8682-f657d92e296f","name":"Applying Machine Learning to your Data with GCP","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-applying-machine-learning-to-your-data-with-gcp-9685","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2552c935-228c-49a7-8541-9a6a3e467f20","name":"IoT Sensors and Devices","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-iot-sensors-and-devices-9751","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edb25369-c0d9-4992-8a04-0d64020f61f8","name":"Enterprise Systems","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-enterprise-systems-12165","topics":"enterprise-resource-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f932b2d-d9b3-4d1b-b471-1dbaf3b277b0","name":"Analysis for Business Systems","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-analysis-for-business-systems-12173","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94d400a3-4d4b-4d6a-b800-68168a8da0e5","name":"Security and Privacy in TOR Network","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-security-and-privacy-in-tor-network-12878","topics":"computer-security;software-tools/tor","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ea8b6ac-2617-44ff-853e-72b9cc7dd2fb","name":"Transacting on the Blockchain","description":"By INSEAD via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-transacting-on-the-blockchain-13376","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2fa27721-3508-4157-a0fb-29fbee691860","name":"Picturing Programs: an Introduction to Computer Programming","description":null,"image":null,"links":"book|http://picturingprograms.com/","topics":"programming","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"621583dd-681a-4133-922a-dc17cdb3b66c","name":"Cryptocurrency and Blockchain: An Introduction to Digital Currencies","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cryptocurrency-and-blockchain-an-introduction-to-digital-currencies-13733","topics":"blockchain;cryptocurrency","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"522678f9-cb3e-40fa-b4a1-90cff5b945d9","name":"Internet of Things Capstone V2: Build a Mobile Surveillance System","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-internet-of-things-capstone-v2-build-a-mobile-surveillance-system-10380","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da84243e-2660-4586-86fc-0bd12706a3ec","name":"Launching into Machine Learning","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/launching-machine-learning","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"983e7776-f0a1-46c5-8414-a5287fb95e4f","name":"The Bits and Bytes of Computer Networking","description":"By Google via Coursera","image":null,"links":"course|https://www.coursera.org/learn/computer-networking","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7388f0dd-fbe2-497d-bfe3-4701ac8d2154","name":"Machine Learning with Python","description":"By IBM via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-machine-learning-with-python-11714","topics":"machine-learning;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a8658b5-a80f-42cb-b353-033fdf68a09e","name":"Cloud Networking","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cloud-networking-2732","topics":"computer-networking;cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a93aecd-eb43-4db9-950b-bf74c12e821b","name":"Data Structures and Performance","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-structures-and-performance-4203","topics":"data-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d1b44fe-1388-4935-b479-4bb8a0a28d2b","name":"(PDF) Parrondo's Paradoxical Games and the Discrete Brownian Ratchet | Derek Abbott - Academia.edu","description":null,"image":null,"links":"research_paper|https://www.academia.edu/269127/Parrondos_Paradoxical_Games_and_the_Discrete_Brownian_Ratchet","topics":"parrondo-paradox","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"80a69405-0781-4d5e-a46a-163afa74dc4b","name":"Interfacing with the Arduino","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/interface-with-arduino","topics":"arduino","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4d34f9b-5764-4ddd-963c-e96ec32e3491","name":"Discrete Mathematics","description":"By Shanghai Jiao Tong University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-discrete-mathematics-8133","topics":"mathematics;discrete-mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e08f4513-ac2c-41b3-b291-117f11c91d0c","name":"Big Data Applications: Machine Learning at Scale","description":"By Yandex via Coursera","image":null,"links":"course|https://www.coursera.org/learn/machine-learning-applications-big-data","topics":"machine-learning;big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f2413bb-120a-495c-9b79-acdd7cad6049","name":"Design and Analyze Secure Networked Systems","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/design-secure-networked-systems","topics":"computer-security;computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62584f82-42f6-4edc-8c90-9955c8a78a1c","name":"The flashing Brownian ratchet and Parrondo's paradox","description":null,"image":null,"links":"research_paper|https://royalsocietypublishing.org/doi/full/10.1098/rsos.171685","topics":"parrondo-paradox","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f27bf960-7b89-416b-aa80-67ffad6bc077","name":"Basic Cryptography and Programming with Crypto API","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/basic-cryptography-and-crypto-api","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6188761e-8ef8-4ffc-b3d3-41ad071f9bf4","name":"Fundamentals of Network Communication","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/fundamentals-network-communications","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be4992f1-ed98-490c-b800-8cf5f46d2760","name":"IT Security: Defense against the digital dark arts","description":"By Google via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-it-security-defense-against-the-digital-dark-arts-10218","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ec97f12-967d-40e2-9abe-5126fff6391d","name":"Microservices - Fundamentals","description":"By IBM via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intro-ibm-microservices","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ad500ba-9ac5-484e-93eb-cf94c63107f9","name":"TECH MeD: Transdisciplinary Education for Critical Hacks of Medical Devices","description":"By University of Florida via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-tech-med-transdisciplinary-education-for-critical-hacks-of-medical-devices-10361","topics":"medical-devices","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a7ec30c-38a8-4cc4-b23f-46e99b267542","name":"Developing and Deploying Microservices with Microclimate","description":"By IBM via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ibm-microservice-microclimate","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7f6be28-3034-4ae4-9e81-2ef45dfce018","name":"Visual Recognition & Understanding","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-visual-recognition-understanding-13565","topics":"machine-learning;image-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78d98aba-e31b-4240-81fd-8556fbc1e552","name":"Convolutional Neural Networks in TensorFlow","description":"By deeplearning.ai via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-convolutional-neural-networks-in-tensorflow-13578","topics":"machine-learning;software-tools/tensorflow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92a6dc55-b43c-4e00-8b12-87550cf3350b","name":"Home Networking Basics","description":"By Cisco via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-home-networking-basics-9161","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5aff04b6-8426-4eb5-bb46-8cf64d8471d6","name":"Enterprise and Infrastructure Security","description":"By New York University (NYU) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-enterprise-and-infrastructure-security-9861","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e81619dc-c8f0-442d-a008-c920f1e6ac14","name":"Art and Science of Machine Learning","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/art-science-ml","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"908789fd-727f-4db4-9c40-e13a90ff70e6","name":"Networking in GCP: Hybrid Connectivity and Network Management","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/networking-gcp-hybrid-connectivity-network-management","topics":"cloud-computing;google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2aa7da1e-ec19-4c4b-bc7e-00088a92e522","name":"IT Infrastructure and Emerging Trends","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/it-infrastructure-and-emerging-trends","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ead9f84e-b405-4594-80d1-c5a6fdb63d37","name":"End-to-End Machine Learning with TensorFlow on GCP","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/end-to-end-ml-tensorflow-gcp","topics":"machine-learning;software-tools/tensorflow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e47e4367-2af1-417f-853d-b72d09c25171","name":"Intel® Network Academy - Network Transformation 102","description":"By Intel via Coursera","image":null,"links":"course|https://www.coursera.org/learn/network-transformation-102","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f713eae-8480-4336-908a-d41e6d3c3193","name":"Introduction to Supply Chain Finance & Blockchain Technology","description":"By New York Institute of Finance via Coursera","image":null,"links":"course|https://www.coursera.org/learn/introduction-supply-chain-finance-blockchain-technology","topics":"blockchain;supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"efe4824e-3ebb-4ba0-927b-eae5fc831a56","name":"How Entrepreneurs in Emerging Markets can master the Blockchain Technology","description":"By University of Cape Town via Coursera","image":null,"links":"course|https://www.coursera.org/learn/entrepreneurs-blockchain-technology","topics":"blockchain;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfe68246-1931-44be-bd69-0c850059a764","name":"Google Cloud Platform Fundamentals: Core Infrastructure dalam bahasa Indonesia","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/gcp-fundamentals-core-infrastructure-id","topics":"cloud-computing;google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a61548e-939b-44bd-80b9-cdad08a510f0","name":"G Suite Security","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/g-suite-security","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4f6c2e7-eeb9-4b11-897f-befef6e4b0b4","name":"Moving to the Cloud","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cloud-computing-adoption","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f40ec1d9-306e-40ff-841c-9950a8956bb2","name":"Recommender Systems: Evaluation and Metrics","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/recommender-metrics","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38a7e211-e839-4366-9751-94aecce532ae","name":"Graph Search, Shortest Paths, and Data Structures","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/algorithms-graphs-data-structures","topics":"algorithms;graph-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a524682-8854-4728-9822-10d20457c9e7","name":"Hacking and Patching","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-hacking-and-patching-9529","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27a056cb-a574-4d38-8823-a34c0eb997c8","name":"Secure Networked System with Firewall and IDS","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-secure-networked-system-with-firewall-and-ids-9536","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae05d955-8a2e-422f-bca8-3f77e659ec83","name":"Peer-to-Peer Protocols and Local Area Networks","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-peer-to-peer-protocols-and-local-area-networks-9266","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"333c92b6-51c0-49ec-a153-5bcc09145eab","name":"Internet Connection: How to Get Online?","description":"By Cisco via Coursera","image":null,"links":"course|https://www.coursera.org/learn/internet-connection-how-to-get-online","topics":"internet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9775b1d-c8f3-46cf-b0a9-9be3a42ceafb","name":"Cryptography and Information Theory","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/crypto-info-theory","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c6331a4-b3ba-4c83-b119-bacae91fcf88","name":"Technical Support Fundamentals","description":"By Google via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-technical-support-fundamentals-10220","topics":"tech-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d47f47c3-156e-40fb-83a3-0ac41fe1775a","name":"Operating Systems and You: Becoming a Power User","description":"By Google via Coursera","image":null,"links":"course|https://www.coursera.org/learn/os-power-user","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52cc8ad0-69ee-4592-b55f-6503e59f86b4","name":"The Parrondo Paradox - Wolfram Demonstrations Project","description":null,"image":null,"links":"interactive|http://demonstrations.wolfram.com/TheParrondoParadox/","topics":"parrondo-paradox","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ab7e6da-c91b-4ddf-98a6-799240284bad","name":"API Security on Google Cloud's Apigee API Platform","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/api-security-apigee-gcp","topics":"computer-security;google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd55bab3-3916-4876-b083-7aa411a55b66","name":"Production Machine Learning Systems","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-production-machine-learning-systems-11978","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d10c92d-4d72-4857-8fa3-c3e3fd6a7019","name":"Cybersecurity for Identity Protection","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cybersecurity-for-identity-protection-13790","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4475fab-ccd8-4972-af5d-70bb1e6442e9","name":"Solving Algorithms for Discrete Optimization","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-solving-algorithms-for-discrete-optimization-11219","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66a65360-f3a9-4ac1-930c-e8279618fe82","name":"Python Project: pillow, tesseract, and opencv","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-python-project-pillow-tesseract-and-opencv-12554","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf2f3894-6c7e-4aa7-aafb-ae85eadee0bb","name":"Building Conversational Experiences with Dialogflow","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-building-conversational-experiences-with-dialogflow-12529","topics":"chatbots;software-tools/dialogflow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2324bdd9-5df0-40e6-9999-38c6c2454e57","name":"Blockchain and Business: Applications and Implications","description":"By INSEAD via Coursera","image":null,"links":"course|https://www.coursera.org/learn/blockchain-business","topics":"blockchain;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66608cc8-09cb-47e9-a80b-736534ff4ce5","name":"Fundamentals of Reinforcement Learning","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fundamentals-of-reinforcement-learning-14497","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"758cf136-4a51-4256-a2c2-2a8b503a2f86","name":"Analysis of Algorithms","description":"By Princeton University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/analysis-of-algorithms","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86cb6be6-ee4f-4aa2-87c3-a44757c1b9cb","name":"Interfacing with the Raspberry Pi","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/raspberry-pi-interface","topics":"raspberrypi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8202215b-86ce-431a-86fe-77e23af4dc5d","name":"Java Programming: Build a Recommendation System","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-java-programming-build-a-recommendation-system-5113","topics":"programming-languages/java;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94c854e9-dfb2-4468-9aca-3debdff5ae67","name":"Hula hoop - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Hula_hoop","topics":"hula-hoop","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"78cfbaae-45a8-4363-b7cc-244eca7fee7a","name":"Introduction to Cisco Networking","description":"By Cisco via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cisco-networking-introduction","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96df9a4c-4257-442e-8cf4-72ccfc33031b","name":"Sequence Models","description":"By deeplearning.ai via Coursera","image":null,"links":"course|https://www.coursera.org/learn/nlp-sequence-models","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"777368e9-eb9a-47b0-8b26-81ce13f81f7b","name":"Structuring Machine Learning Projects","description":"By deeplearning.ai via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-structuring-machine-learning-projects-9056","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb4f9936-69cb-47fb-a395-b74937e29fa8","name":"Getting Started with Google Kubernetes Engine","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/google-kubernetes-engine","topics":"cloud-computing;google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf8d3d75-f358-4af5-805e-afced63eeb03","name":"Reliable Cloud Infrastructure: Design and Process","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-reliable-cloud-infrastructure-design-and-process-9891","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"549b322d-844b-469f-9d9f-65098c5d3406","name":"Cyber Attack Countermeasures","description":"By New York University (NYU) via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cyber-attack-countermeasures","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e4f64c1-2f5c-436a-a172-4434fb56e7f9","name":"Introduction to Cyber Attacks","description":"By New York University (NYU) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-cyber-attacks-9667","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f29fd7c-60f3-406e-b143-02fc0032753c","name":"Real-Time Cyber Threat Detection and Mitigation","description":"By New York University (NYU) via Coursera","image":null,"links":"course|https://www.coursera.org/learn/real-time-cyber-threat-detection","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4fdfefe-f7e5-487b-9109-9337da5449f9","name":"Algorithms on Strings","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/algorithms-on-strings","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e1ef772-8abc-4a21-b138-b4e40473cdac","name":"Data Structures","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-structures-5475","topics":"data-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acf36f14-8ee5-485d-aaf1-f596c585e9ba","name":"Algorithms on Graphs","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/algorithms-on-graphs","topics":"algorithms;graph-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5016c4e7-0811-4afc-8499-ef264dac4bbd","name":"Approximation Algorithms Part II","description":"By École normale supérieure via Coursera","image":null,"links":"course|https://www.coursera.org/learn/approximation-algorithms-part-2","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b2b6739-cded-4367-99b7-f9979c044ba6","name":"Cybersecurity and the Internet of Things","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cybersecurity-and-the-internet-of-things-6586","topics":"computer-security;internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58359176-6ec1-4796-8957-8f96a73d166a","name":"Eshna Kutty Dance Creates Magic with Saree Sneakers & Hula Hoop Hoola Hoop Genda Phool Delhi 6","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=w8lODueTqXk","topics":"hula-hoop","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"72f470f1-6ae4-4ba9-901b-2385ff4b72ff","name":"Packet Switching Networks and Algorithms","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/packet-switching-networks-algorithms","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb25943b-866e-4405-af0c-68ac61a70b71","name":"Guide d’autodéfense numérique","description":null,"image":null,"links":"book|http://guide.boum.org/","topics":"internet;security","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"ce924eb3-b43a-421a-967b-1706150bba53","name":"Cyber Threats and Attack Vectors","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cyber-threats-attack-vectors","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79843f96-f741-4205-9bee-d82c3706815f","name":"Natural Language Processing","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-natural-language-processing-9603","topics":"natural-language-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a166e9d-f4c6-4486-a577-f908679e6b5d","name":"System Administration and IT Infrastructure Services","description":"By Google via Coursera","image":null,"links":"course|https://www.coursera.org/learn/system-administration-it-infrastructure-services","topics":"system-administration","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6717a43b-45c2-4a3a-9b75-c9f55f4be13d","name":"IBM Cloud: Deploying Microservices with Kubernetes","description":"By IBM via Coursera","image":null,"links":"course|https://www.coursera.org/learn/deploy-micro-kube-ibm-cloud","topics":"cloud-computing;ibm","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"850feeda-e33d-4da3-91f4-f5334c2d4bbc","name":"Networking in GCP: Defining and Implementing Networks","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/networking-gcp-defining-implementing-networks","topics":"cloud-computing;computer-networking;google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a1086ff-98db-4fdb-9816-ff44a6c56466","name":"Industrial IoT Markets and Security","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-industrial-iot-markets-and-security-12056","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"099df13b-a3cf-4956-aaf7-ef5a45ee15eb","name":"Intel® Network Academy - Network Transformation 101","description":"By Intel via Coursera","image":null,"links":"course|https://www.coursera.org/learn/network-transformation-101","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10fe36d9-47e9-4532-bb94-d95c5d53173a","name":"IBM Customer Engagement Specialist Professional Certificate","description":"By IBM via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ibm-customer-engagement-specialist-professional-certificate-12281","topics":"ibm","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42fd6223-a374-4fbf-83ba-6d7ae707b450","name":"Mitigating Security Vulnerabilities on Google Cloud Platform","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mitigating-security-vulnerabilities-on-google-cloud-platform-13101","topics":"computer-security;google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"504ca8d3-167f-4d03-850c-10d79e932959","name":"Introduction and Programming with IoT Boards","description":"By Pohang University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-and-programming-with-iot-boards-12535","topics":"internet-of-things;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e964f229-7fd4-4ccf-a882-86e770430638","name":"Introduction to Artificial Intelligence (AI)","description":"By IBM via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-artificial-intelligence-ai-13848","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87ad7590-672f-49f1-8e45-c8ce08a8ed25","name":"Deploying Machine Learning Models","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-deploying-machine-learning-models-13493","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a36c671-9736-4864-ac75-3d6968689352","name":"Mastering Digital Twins","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mastering-digital-twins-13370","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9043acc6-dfb6-4261-b7d4-b3de6a864b34","name":"Advanced System Security Topics","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-advanced-system-security-topics-13381","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7bbc791-d1a2-4299-90e8-9d82ecaaf6c0","name":"Parrondo’s Paradox: New results and new ideas","description":"By Abhijit Kar Gupta and Saurabh Banerjee","image":null,"links":"research_paper|https://arxiv.org/ftp/arxiv/papers/1602/1602.04783.pdf","topics":"parrondo-paradox","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a26ff817-0a39-42c0-8fce-e1dab94a6d8c","name":"Machine Learning: Clustering & Retrieval","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-machine-learning-clustering-retrieval-4313","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"892ed3a5-677e-49d7-b259-921df21446a2","name":"Practical Predictive Analytics: Models and Methods","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.coursera.org/learn/predictive-analytics","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fa2d687-b29f-4ca8-a56a-5b318f7ed369","name":"Paradox in Game Theory: Losing Strategy That Wins - The New York Times","description":null,"image":null,"links":"article|https://www.nytimes.com/2000/01/25/science/paradox-in-game-theory-losing-strategy-that-wins.html","topics":"parrondo-paradox","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d201f6f-b39c-4ccf-b5c7-81e861df1428","name":"Advanced Algorithms and Complexity","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-advanced-algorithms-and-complexity-5474","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e3828e2-2cce-455d-a52d-4718b0299e0f","name":"Programming Languages, Part B","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.coursera.org/learn/programming-languages-part-b","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef1f6781-4379-4f7f-b338-484c07f7d86a","name":"Introduction to Formal Concept Analysis","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.coursera.org/learn/formal-concept-analysis","topics":"formal-concept-analysis;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2b86a46-1e94-421d-8f5e-fd4daae83872","name":"System Validation (3): Requirements by modal formulas","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.coursera.org/learn/system-validation-modal-formulas","topics":"system-validation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc335f6e-0123-4be1-930e-e47fa32b9458","name":"Approximation Algorithms Part I","description":"By École normale supérieure via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-approximation-algorithms-part-i-5026","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62e756df-00b0-433f-85e0-c3db3579775f","name":"Probabilistic Graphical Models 3: Learning","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-probabilistic-graphical-models-3-learning-7293","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"756bd4ca-953b-407e-9595-190798dd82cb","name":"Greedy Algorithms, Minimum Spanning Trees, and Dynamic Programming","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/algorithms-greedy","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2858379b-fba7-4219-8ac6-ed1e55f8cf3f","name":"TCP/IP and Advanced Topics","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-tcp-ip-and-advanced-topics-9269","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5407cb57-f7c4-45aa-a03e-9cb269e72f38","name":"Network Protocols and Architecture","description":"By Cisco via Coursera","image":null,"links":"course|https://www.coursera.org/learn/network-protocols-architecture","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf113322-120c-4aac-a092-4b1b9ed46c61","name":"Data Communications and Network Services","description":"By Cisco via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-communication-network-services","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6cf4c3c5-e1cc-4bea-9e0e-1b693708754a","name":"Detecting and Mitigating Cyber Threats and Attacks","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-detecting-and-mitigating-cyber-threats-and-attacks-9419","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06f1f7f8-348a-4edb-acf1-b73f94be0ea2","name":"Proactive Computer Security","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-proactive-computer-security-9422","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ec006a5-fc53-4c4c-a5e7-ed34b2c34b9c","name":"Cryptographic Hash and Integrity Protection","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cryptographic-hash-and-integrity-protection-9586","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92ea408f-ff18-46fe-8ba5-09968baf57da","name":"Asymmetric Cryptography and Key Management","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-asymmetric-cryptography-and-key-management-9533","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b087173-77ff-4839-a883-ad60533f8689","name":"Symmetric Cryptography","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/symmetric-crypto","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"767970bb-a56b-4229-98c1-4c4ab8823766","name":"Fundamentals of Parallelism on Intel Architecture","description":"By Intel via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fundamentals-of-parallelism-on-intel-architecture-9390","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2aec742-8189-4db9-b775-a1b34295c45a","name":"Internet of Things V2: DragonBoard™ bring up and community ecosystem","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-internet-of-things-v2-dragonboard-bring-up-and-community-ecosystem-10379","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d8f7e46-527d-4ac4-8844-5b957e0ab2c1","name":"Introduction to Cloud Identity","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-cloud-identity-10785","topics":"google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75f894e1-47d6-46d2-af59-ffd67aba4420","name":"[1410.0485] Brownian motion and gambling: from ratchets to paradoxical games","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/1410.0485","topics":"parrondo-paradox","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c43816ea-46d5-417c-8435-6d13a4e94b19","name":"IS/IT Governance","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/is-it-governance","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"275340eb-6a2f-42e7-a80a-c14016f9d667","name":"The Social and Technical Context of Health Informatics","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/the-socio-technical-health-informatics-context","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bb11c20-3b20-47e1-8dc7-98a754239276","name":"Applied AI with DeepLearning","description":"By IBM via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ai","topics":"deep-learning;artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5cf23eb2-e82b-46dd-b972-277ecae6da5a","name":"Machine Learning Using SAS Viya","description":"By SAS via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-machine-learning-using-sas-viya-13704","topics":"machine-learning;software-tools/sas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b589c83f-d384-45d3-9b97-416b66726f44","name":"Future Development in Supply Chain Finance and Blockchain Technology","description":"By New York Institute of Finance via Coursera","image":null,"links":"course|https://www.coursera.org/learn/future-developments-supply-chain-finance-blockchain-technology","topics":"blockchain;supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bffa9dab-03a1-4d4f-b342-e8f841b4252f","name":"RISC-V based MYTH (Microprocessor for You in Thirty Hours) – VLSI System Design","description":null,"image":null,"links":"course|https://www.vlsisystemdesign.com/riscv-based-myth/","topics":"microprocessors","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"a33ead1f-fb2a-44d2-8af5-e39571a805ce","name":"Identifying Security Vulnerabilities in C/C++Programming","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/identifying-security-vulnerabilities-c-programming","topics":"computer-security;programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9fd877a-ff53-4a6c-82d2-e1e47ec472da","name":"Elastic Cloud Infrastructure: Containers and Services dalam bahasa Indonesia","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/gcp-infrastructure-containers-services-id","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"561ca48f-1cce-4905-82cb-46667bf5b41a","name":"Natural Language Processing in TensorFlow","description":"By deeplearning.ai via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-natural-language-processing-in-tensorflow-13801","topics":"natural-language-processing;software-tools/tensorflow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc0ac260-4fb5-49b9-ae7f-3f33cd83d120","name":"Architecting with Google Kubernetes Engine: Workloads","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-architecting-with-google-kubernetes-engine-workloads-13588","topics":"cloud-computing;google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54c3c09e-8b8c-483c-a7cb-7e1cbbac8615","name":"Business Considerations for Modernizing Networks for 5G, IoT and AI","description":"By Linux Foundation via edX","image":null,"links":"course|https://www.edx.org/course/business-implications-of-5g-iot-and-ai","topics":"internet-of-things;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"941be1a2-7073-4815-8ef4-9aaaa6881026","name":"Open Infrastructure to Support the 5G Transition","description":"By Linux Foundation via edX","image":null,"links":"course|https://www.edx.org/course/open-infrastructure-to-support-the-5g-transition","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27cbf8d9-4ed1-41a0-add8-12751acc2f49","name":"Human-Computer Interaction I: Fundamentals & Design Principles","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-human-computer-interaction-i-fundamentals-design-principles-14444","topics":"design;human-computer-interaction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e7352ab-080c-45c6-8dc7-0ddd233e0b16","name":"An Interactive Introduction to Fourier Transforms","description":null,"image":null,"links":"interactive|http://www.jezzamon.com/fourier/index.html","topics":"fourier-analysis;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95f7b77b-e539-42a9-97b7-40e71b593d9a","name":"Human-Computer Interaction IV: Evaluation, Agile Methods & Beyond","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/human-computer-interaction-iv-evaluation-agile-methods-beyond","topics":"design;human-computer-interaction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"867ced5f-6db4-4cde-b538-d442ea7b7e2c","name":"Human-Computer Interaction II: Cognition, Context & Culture","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/human-computer-interaction-ii-cognition-context-culture","topics":"design;human-computer-interaction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e41a77f6-491c-4041-ac9b-1ff55f5cd662","name":"Human-Computer Interaction III: Ethics, Needfinding & Prototyping","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/human-computer-interaction-iii-ethics-needfinding-prototyping","topics":"design;human-computer-interaction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"150eafaf-3ef4-41e3-b63a-cef1b11c8bee","name":"Data Structures and Software Design","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-data-structures-and-software-design-8517","topics":"data-structures;software-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95101734-0df6-4780-b5ae-5665c2213abd","name":"Programming for the Internet of Things Project","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/internet-of-things-project","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e51b0cf6-a113-4957-8525-e3e15f3945b7","name":"Nearest Neighbor Collaborative Filtering","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/collaborative-filtering","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"150c7204-634b-4869-85ee-6e788088c20b","name":"Capstone: Autonomous Runway Detection for IoT","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.coursera.org/learn/autonomous-runway-detection","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3894424-35d8-4118-8bf0-ed5a1272b4ae","name":"Planning, Auditing and Maintaining Enterprise Systems","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/planning-auditing-maintaining-enterprise-systems","topics":"enterprise-resource-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05048e0d-841d-4001-98d1-204ae3521ec2","name":"Getting Started With Application Development","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/getting-started-app-development","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d09e7dea-2816-48a4-94c9-c0cde82b832e","name":"Introduction to Machine Learning","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/machine-learning-duke","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c79b371-775d-4df5-8604-99ef329a3df0","name":"Palo Alto Networks Cybersecurity Gateway I","description":"By Palo Alto Networks via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-palo-alto-networks-cybersecurity-gateway-i-12011","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8753da35-6780-466b-942d-7254bac968dc","name":"Architecting with Google Kubernetes Engine: Foundations 日本語版","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-architecting-with-google-kubernetes-engine-foundations--13453","topics":"cloud-computing;google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3dc9196-d1c7-4bc3-a27a-8c8b145fc616","name":"Using SAS Viya REST APIs with Python and R","description":"By SAS via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sas-viya-rest-api-python-r","topics":"software-tools/sas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af3ce3ee-5b5b-4f6a-93fc-06b71073bdaa","name":"An Introduction to Practical Deep Learning","description":"By Intel via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-an-introduction-to-practical-deep-learning-10449","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ceb0391-0d4e-4ddb-be16-067ab3660115","name":"Security Operations and Administration","description":"By (ISC)² via Coursera","image":null,"links":"course|https://www.coursera.org/learn/security-operations-administration-sscp","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"051774ce-c243-4711-854f-5acbb8db39f3","name":"The Riemann Hypothesis, Explained","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=zlm1aajH6gY","topics":"riemann-hypothesis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d78c1bd1-aac3-4dec-b8f3-9d9ab2735896","name":"Essential Cloud Infrastructure: Foundation","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-essential-cloud-infrastructure-foundation-8760","topics":"cloud-computing;google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56ea5a04-16bb-4eb1-b2e8-22a3964033c9","name":"Elastic Cloud Infrastructure: Scaling and Automation","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-elastic-cloud-infrastructure-scaling-and-automation-8761","topics":"cloud-computing;google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9cd164c-f306-46ea-ba4c-5a690bfc542d","name":"Essential Cloud Infrastructure: Core Services","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-essential-cloud-infrastructure-core-services-8763","topics":"cloud-computing;google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c5f5349-d69e-40af-9413-de5f505fa0e2","name":"Internet of Things V2: Setting up and Using Cloud Services","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/internet-of-things-cloud-services-version2","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0242a6a1-8adb-4e8c-9103-800f96447ca4","name":"Cloud Computing Security","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cloud-computing-security","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e5eeb5a-8f37-4f80-beee-76848df1c500","name":"Advanced Machine Learning and Signal Processing","description":"By IBM via Coursera","image":null,"links":"course|https://www.coursera.org/learn/advanced-machine-learning-signal-processing","topics":"machine-learning;signal-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c39766c-1dc4-4a73-9998-0addb4f9f42a","name":"Modeling and Debugging Embedded Systems","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/modeling-debugging-embedded-systems","topics":"embedded-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db2873a3-e5dc-4dc1-9cb4-4b58bb5119d9","name":"Continuous Delivery & DevOps","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/uva-darden-continous-delivery-devops","topics":"software-engineering;devops","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00433d89-a8f7-41de-a5a8-efb1f5f8d582","name":"Computer Vision Basics","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/computer-vision-basics","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d948d5f-0ce3-45d1-8c28-3d1d1dc7b4c0","name":"Getting Started with AI using IBM Watson","description":"By IBM via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ai-with-ibm-watson","topics":"artificial-intelligence;ibm","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8d78561-e1a1-482a-804d-bc69b4deea8c","name":"Introduction to Cybersecurity Tools & Cyber Attacks","description":"By IBM via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-cybersecurity-tools-cyber-attacks-13869","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06a102ec-4237-4539-bce7-6162b5695a19","name":"Securing and Integrating Components of your Application","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-securing-and-integrating-components-of-your-application-9802","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"279b40bb-adac-4e19-bbfd-7f4810aa055f","name":"On Premises Capacity Upgrade and Monitoring with Google Cloud's Apigee API Platform","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/onprem-upgrade-apigee-gcp","topics":"google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b983ec4-ba2b-446a-a736-e7619d6793b7","name":"Computer Science: Programming with a Purpose","description":"By Princeton University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cs-programming-java","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"efe13036-79bc-409d-b75d-b02a027123c0","name":"Identifying Security Vulnerabilities","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/identifying-security-vulnerabilities","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17e037b3-e8bd-4b6f-87ae-885e9ebef0de","name":"Essential Cloud Infrastructure: Foundation dalam bahasa Indonesia","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/essential-cloud-infrastructure-foundation-id","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a904d2e-4b91-4bd0-9ccf-fd6e275f7942","name":"Essential Cloud Infrastructure: Core Services dalam bahasa Indonesia","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/essential-cloud-infrastructure-core-services-id","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2111fb67-63d3-4ece-b5d4-2d41ca270888","name":"The Fundamentals of Computing Capstone Exam","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/fundamentals-of-computing-capstone","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14452859-e1a0-4d65-badd-2fddce12ecc1","name":"Cybersecurity and the X-Factor","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cybersecurity-and-x-factor","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4ede681-51f9-41fd-93ca-e72158cb1ad1","name":"Matrix Factorization and Advanced Techniques","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/matrix-factorization","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4fc8bd79-2506-42ac-86cd-595f67992c2c","name":"Cybersecurity Policy for Water and Electricity Infrastructures","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cybersecurity-policy-water-electricity","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e88e899d-70f3-4062-b2bb-70dbcd216e1a","name":"Homeland Security and Cybersecurity Future","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/homeland-security-cybersecurity-future","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"903c2785-82ea-4edb-9c3f-641dfb6ba99b","name":"G Suite Administrator Fundamentals","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-g-suite-administrator-fundamentals-8837","topics":"google","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5169b68-a955-4f85-a320-5e2eb8fd116d","name":"Linux Server Management and Security","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-linux-server-management-and-security-9319","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fb7bc4d-566e-4230-8735-7c3e6f774418","name":"Industrial IoT on Google Cloud Platform","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/iiot-google-cloud-platform","topics":"internet-of-things;google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0395d670-690c-4f49-9d6d-e322a69ac190","name":"Windows Server Management and Security","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/windows-server-management-security","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b05f73c0-3f95-49cd-90af-d2712bfaff91","name":"Addressing Large Hadron Collider Challenges by Machine Learning","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.coursera.org/learn/hadron-collider-machine-learning","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f767e300-ac4e-4b78-a827-577d18439091","name":"Systems and Application Security","description":"By (ISC)² via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-systems-and-application-security-10338","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4cefa9cf-f365-4561-b416-ceffb43c10ec","name":"Data Analytics Foundations for Accountancy II","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-analytics-foundations-for-accountancy-ii-10515","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53b295e1-f66e-49f5-a152-6f34c972dbbd","name":"On Premises Installation and Fundamentals with Google Cloud's Apigee API Platform","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/onprem-fundamentals-apigee-gcp","topics":"google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3786edcc-ee2c-4b7c-aeaf-8cf868008fc8","name":"Marketing in a Digital World","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/marketing-digital","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"894fbc82-db91-413b-8aed-11012cca4ee9","name":"On Premises Management, Security, and Upgrade with Google Cloud's Apigee API Platform","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/onprem-mgmt-security-apigee-gcp","topics":"google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ad8c658-a5d0-49ee-94d3-bd3d451fa038","name":"IBM Cloud Private: Deploying Microservices with Kubernetes","description":"By IBM via Coursera","image":null,"links":"course|https://www.coursera.org/learn/deploy-micro-kube-icp","topics":"ibm","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55f98e9d-35e1-46e5-8d06-8483eff12b61","name":"Computer Science: Algorithms, Theory, and Machines","description":"By Princeton University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-computer-science-algorithms-theory-and-machines-10671","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96938d6a-1dc0-4947-b06a-959e1431e3a3","name":"Applied Scrum for Project Management","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-applied-scrum-for-project-management-11917","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d7fdd2c-a4d7-41a6-ba2e-56e785fac561","name":"Embedded Software and Hardware Architecture","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-embedded-software-and-hardware-architecture-11821","topics":"embedded-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b6bccf9-3b56-4768-92c6-df59eef60777","name":"Marketing Digital: Content & Community Manager","description":"By Galileo University via edX","image":null,"links":"course|https://www.edx.org/course/marketing-digital-content-community-manager-0","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef68a414-5242-42d7-88a8-69068c4fcc63","name":"Palo Alto Networks Cybersecurity Essentials I","description":"By Palo Alto Networks via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-palo-alto-networks-cybersecurity-essentials-i-12006","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8652661f-a05b-4a09-a36d-5b5f31a05a4e","name":"Six Sigma: Define and Measure","description":"By Technische Universität München (Technical University of Munich) via edX","image":null,"links":"course|https://www.edx.org/course/six-sigma-define-and-measure-2","topics":"project-management;quality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54f20f0b-f576-48ab-b306-241a150c4dc8","name":"Palo Alto Networks Cybersecurity Gateway II","description":"By Palo Alto Networks via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cybersecurity-gateway-2","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12634ee9-3692-4275-ab47-fe2da43d547d","name":"Linux for Developers","description":"By Linux Foundation via Coursera","image":null,"links":"course|https://www.coursera.org/learn/linux-for-developers","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f456a91-f48a-40e5-9970-13f910891765","name":"Agile Leadership Principles","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-agile-leadership-principles-11920","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0506224e-d772-4e24-96f8-c1f7ddad468a","name":"What Gödel Discovered","description":null,"image":null,"links":"article|https://stopa.io/post/269","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c324ed24-6f95-4cd9-a444-ea8e700d8051","name":"Financial Accounting","description":"By ACCA via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-financial-accounting-3915","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a673e46c-90cd-4755-bdb4-a9ccf339b528","name":"Lean Production","description":"By Technische Universität München (Technical University of Munich) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-lean-production-8447","topics":"product-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"731c4719-e8cb-4e44-8fbc-829eb68955ac","name":"Site Reliability Engineering: Measuring and Managing Reliability","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/site-reliability-engineering-slos","topics":"devops","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"113e8e0c-4676-4a52-8f2e-69982fafe9a7","name":"Introduction to Marketing","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-marketing-1137","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb125de3-2695-441c-8ccb-f6d0df824e3a","name":"Simulation of Parrondo's Paradox · GitHub","description":null,"image":null,"links":"code|https://gist.github.com/nileshtrivedi/bc2bd0d6a6f97239e4675eb12aa6a932","topics":"parrondo-paradox","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1804bb0d-b15f-4296-9b50-321622b58308","name":"Six Sigma: Analyze, Improve, Control","description":"By Technische Universität München (Technical University of Munich) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-six-sigma-analyze-improve-control-8452","topics":"quality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c730dec5-b802-4fb2-abf8-e94e1555b9e7","name":"Introduction to Computer Vision with Watson and OpenCV","description":"By IBM via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-computer-vision-with-watson-and-opencv-13849","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"962cbdba-a399-42e0-9dde-735461b55896","name":"Introduction to Financial Accounting","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-accounting","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1fcae05d-a007-4b5c-99d9-26e8024abdaf","name":"Overview of Advanced Methods of Reinforcement Learning in Finance","description":"By New York University (NYU) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-overview-of-advanced-methods-of-reinforcement-learning-in-finance-11240","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb881cc3-384e-49a1-a132-28384a6840de","name":"Preparing to Manage Human Resources","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/managing-human-resources","topics":"human-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f9a983b-c923-4727-b3fa-616ab5f94526","name":"State Estimation and Localization for Self-Driving Cars","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-state-estimation-and-localization-for-self-driving-cars-13138","topics":"autonomous-vehicles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c3ef71d-dde2-4214-87cb-9cd6d74409af","name":"Managing G Suite","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/managing-g-suite","topics":"google","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"278e7de2-05c7-4a31-b587-df8adfec9a8c","name":"Digital Analytics for Marketing Professionals: Marketing Analytics in Theory","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-digital-analytics-for-marketing-professionals-marketing-analytics-in-theory-2753","topics":"marketing;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95dc04a9-4ef3-468b-a958-39ca8f56196b","name":"Cloud Computing Concepts: Part 2","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cloud-computing-2","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60116f22-7682-4de7-b920-d4a06aa64c1e","name":"Developing Innovative Ideas for New Companies: The First Step in Entrepreneurship","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-developing-innovative-ideas-for-new-companies-the-first-step-in-entrepreneurship-840","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"051a4867-62af-4688-b550-9a7ee6eb6605","name":"Internet of Things: Communication Technologies","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/internet-of-things-communication","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ccd5aaeb-ce5d-4d14-b39c-9141c10d6d21","name":"Critical Perspectives on Management","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/critical-management","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90f27835-0577-4aac-ba16-f7069bb25336","name":"Toucan - Learn a new language","description":null,"image":null,"links":"app|https://jointoucan.com/","topics":"language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6134f37-ed28-405f-b37b-a516ff33d4ce","name":"Fundamentals of Project Planning and Management","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/uva-darden-project-management","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a4d653b-c3e7-4142-b8cb-0d7037a40615","name":"Introduction to Operations Management","description":"By Wharton School of the University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-operations","topics":"operations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2884120-9086-4d94-84f2-65630891f3f7","name":"Cybersecurity and Mobility","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cybersecurity-and-mobility-6584","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bcccb528-f48e-44c8-a7ed-d0f5f280b6d6","name":"Introduction to Architecting Smart IoT Devices","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-architecting-smart-iot-devices-6748","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f4b9765-e1ed-4b2c-8a7a-414da39900ee","name":"Inspiring Leadership through Emotional Intelligence","description":"By Case Western Reserve University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/emotional-intelligence-leadership","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c39b7282-f830-48ab-b9ef-d2cff1535516","name":"Google Cloud Platform Fundamentals: Core Infrastructure","description":"By Google via Coursera","image":null,"links":"course|https://www.coursera.org/learn/gcp-fundamentals","topics":"google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02c12ff4-9916-4125-8def-6126d2712bd7","name":"Project Management: The Basics for Success","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/project-management-basics","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c4ea6ca-edc1-45c5-af64-e08b269760cc","name":"Building Arduino robots and devices","description":"By Moscow Institute of Physics and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-building-arduino-robots-and-devices-7785","topics":"arduino","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d4f0798-7857-49c5-8687-bcb36b89aee5","name":"Shortest Paths Revisited, NP-Complete Problems and What To Do About Them","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/algorithms-npcomplete","topics":"graph-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ad1f494-a2f7-42f5-8d3b-76c0eabaf6f4","name":"Financial Markets","description":"By Yale University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/financial-markets-global","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3dfb616b-8514-4a21-aa1a-334fb3896519","name":"Access Controls","description":"By (ISC)² via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-access-controls-10337","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"703ba946-545c-4ed5-9d71-25deff015f85","name":"Networks and Communications Security","description":"By (ISC)² via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-networks-and-communications-security-10339","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a2d517c-d3e7-4003-b0ec-8464abed59a8","name":"Foundations of Business Strategy","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-foundations-of-business-strategy-546","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6b2bb35-2263-4fd0-a4a6-aacd7859cdac","name":"Identifying, Monitoring, and Analyzing Risk and Incident Response and Recovery","description":"By via ","image":null,"links":"course|https://www.classcentral.com/course/coursera-identifying-monitoring-and-analyzing-risk-and-incident-response-and-recovery-10340","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6be5e748-9b83-4297-91d2-174d1598ef85","name":"Planning for Monitoring and Evaluation","description":"By Philanthropy University via Independent","image":null,"links":"course|https://courses.philanthropyu.org/courses/course-v1:FHI360+MonitoringEvaluation_101+1_1.0_20180416_20180527/about","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4b1752b-6fb8-4d93-90a3-238f88efb8d7","name":"Mathematics for Machine Learning: PCA","description":"By Imperial College London via Coursera","image":null,"links":"course|https://www.coursera.org/learn/pca-machine-learning","topics":"mathematics;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8f3f870-2b7d-446c-9566-11ca03312912","name":"Introduction to Corporate Finance","description":"By Wharton School of the University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-finance","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81b51a40-b6dc-4f72-ad01-71143bbd5aee","name":"Interacting with the System and Managing Memory","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/interacting-system-managing-memory","topics":"programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4be6047-36c5-4145-9c5b-7be23602c7da","name":"Business Strategy","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/strategy-business","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2926ca5e-c41b-4038-a56a-a174bee6c2e8","name":"Feature Engineering","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-feature-engineering-11074","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6e36665-24b5-49ae-882d-ac9d78656ce1","name":"Initiating and Planning Projects","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/project-planning","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"713c7b1b-7a7e-4cfb-a61a-1c325264346c","name":"Intro to TensorFlow","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-intro-to-tensorflow-11075","topics":"software-tools/tensorflow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e64e7afa-93e6-43b0-9e47-e6a58c65776b","name":"FinTech Foundations and Overview","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fintech-foundations-and-overview-11193","topics":"fintech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad921056-9117-41a5-af89-611e500f0845","name":"Networking and Security Architecture with VMware NSX","description":"By VMware via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-networking-and-security-architecture-with-vmware-nsx-11688","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"276d8975-b7e9-4319-81b0-a032a1f0cb56","name":"Becoming a changemaker: Introduction to Social Innovation","description":"By University of Cape Town via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-becoming-a-changemaker-introduction-to-social-innovation-6655","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1cd5fec0-1f72-4b47-8fe1-e277d98bb281","name":"Recommendation Systems with TensorFlow on GCP","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-recommendation-systems-with-tensorflow-on-gcp-12120","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"867ff794-8488-468f-b993-69fa667005d0","name":"A plain English introduction to CAP theorem « Kaushik Sathupadi","description":null,"image":null,"links":"article|http://ksat.me/a-plain-english-introduction-to-cap-theorem","topics":"cap-theorem","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abbfdfec-3959-471a-8b33-afc85b5ca1c9","name":"How to Build a Startup","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-how-to-build-a-startup-461","topics":"entrepreneurship;startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cafd2b0c-821a-4adf-96f1-0fcefbd3c250","name":"Results-Based Project Management: Monitoring and Evaluation","description":"By University of the Witwatersrand via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-results-based-project-management-monitoring-and-evaluation-6480","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"600c8a4e-8041-475b-b974-632da8cbaeb4","name":"Customer Analytics","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-customer-analytics","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7893f9c3-c003-46fa-966d-0db8ade67a01","name":"Image Understanding with TensorFlow on GCP","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/image-understanding-tensorflow-gcp","topics":"image-processing;software-tools/tensorflow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd4d5ad7-09fc-42d4-848c-b73ef3651496","name":"Blockchain: Foundations and Use Cases","description":"By ConsenSys Academy via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-blockchain-foundations-and-use-cases-12020","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee6a1d9a-3f1e-488f-bfba-3d192b79a3b1","name":"Accounting, Business and Society: The Multi-faceted Role of Accounting","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-accounting-business-and-society-the-multi-faceted-role-of-accounting-12434","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff869c45-79f3-436d-acab-860934e9793b","name":"Sequence Models for Time Series and Natural Language Processing","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sequence-models-tensorflow-gcp","topics":"natural-language-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10bed10b-ab9d-4e76-abc2-e254a2b62a43","name":"Competitive Strategy","description":"By Ludwig-Maximilians-Universität München via Coursera","image":null,"links":"course|https://www.coursera.org/learn/competitive-strategy","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d488445-6e14-4d16-87bb-e2545e4ae322","name":"Visual Perception for Self-Driving Cars","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-visual-perception-for-self-driving-cars-13136","topics":"autonomous-vehicles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d811602-711c-402a-a3ae-44d88d17908a","name":"Project Management for Business Professionals","description":"By Shaping Tomorrow via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-project-management-for-business-professionals-962","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab7ed373-2df7-443e-a2fc-33d9b4f983d8","name":"Introduction to Self-Driving Cars","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-self-driving-cars-13140","topics":"autonomous-vehicles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec5a8276-2b9e-4ef5-9954-85216feb0fd9","name":"Mathematical Way to Choose a Toilet - Numberphile","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=ZWib5olGbQ0","topics":"optimal-stopping","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4fa5c1a4-fbf6-44af-935c-214f3c8c6987","name":"Agile Solutions for Greater Innovation","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-agile-solutions-for-greater-innovation-11919","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdc362bb-ffb9-4519-b8e7-bbaf92a9f924","name":"Choosing Toilets (mathematical extended ending)","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=XIOoCKO-ybQ","topics":"optimal-stopping","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"16439d2f-9660-4f4e-93fb-45b50277cbba","name":"Finance for Non-Financial Professionals","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-finance-for-non-financial-professionals-2726","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6aad8fd7-f9c3-4bca-b290-152c7dcb205e","name":"Comic Essay #1: Suicides in India - Comic Essay","description":null,"image":null,"links":"article|https://comicessay.substack.com/p/suicides-in-india","topics":"comics;suicide","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"16cb06cd-d47f-42d5-aafd-25b3b95d9cdd","name":"What is Social?","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-what-is-social-4205","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f04cc3e3-f62f-4ba7-9dd7-119115bbc8a4","name":"Comic Essay #2: Quitting Smoking Part 1 - Comic Essay","description":null,"image":null,"links":"article|https://comicessay.substack.com/p/comic-essay-2-quitting-smoking-part","topics":"comics;smoking","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"d3803877-68e6-4fea-b5ea-2516575c0113","name":"Elastic Cloud Infrastructure: Containers and Services","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-elastic-cloud-infrastructure-containers-and-services-8762","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf4af229-2491-4a13-898e-540689f564d7","name":"Startup School","description":"By Y Combinator via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-startup-school-7130","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"392bde7f-b692-4b8e-a990-d5daa3bb42de","name":"Cybersecurity Policy for Aviation and Internet Infrastructures","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cybersecurity-policy-for-aviation-and-internet-infrastructures-8819","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0be6e3cc-dfcf-436d-8819-de2094463c8e","name":"Homeland Security & Cybersecurity Connection - It's Not About the Terrorists","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-homeland-security-cybersecurity-connection-it-s-not-about-the-terrorists-8820","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7a0c505-c591-40e4-9f3a-85281c0aece1","name":"New Models of Business in Society","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-new-models-of-business-in-society-648","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08de9956-65cc-4161-9f61-96196412f79a","name":"Information Security: Context and Introduction","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-information-security-context-and-introduction-8123","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db4f1dcf-88ea-4030-a92a-ea02100ccdad","name":"Viral Marketing and How to Craft Contagious Content","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-contagious-viral-marketing","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"578829f9-5b04-4793-a0d6-754a10dd18d3","name":"Enterprise System Management and Security","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-enterprise-system-management-and-security-9318","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a929c7b-5cba-434c-8852-8d97b9788964","name":"Managerial Accounting: Cost Behaviors, Systems, and Analysis","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/accounting-for-managers","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"077dd75e-46ba-449a-bc8c-772b1679c154","name":"Palo Alto Networks Academy Cybersecurity Foundation","description":"By Palo Alto Networks via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-palo-alto-networks-academy-cybersecurity-foundation-12008","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bdd3f16-7917-4361-bbee-80780d592b58","name":"Financial Engineering and Risk Management Part I","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/financial-engineering-1","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60920800-0d07-4226-b517-24796de6f32f","name":"Palo Alto Networks Cybersecurity Essentials II","description":"By Palo Alto Networks via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-palo-alto-networks-cybersecurity-essentials-ii-12015","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e26fd0ce-53db-4567-ad47-e89ca0ef4de8","name":"Budgeting and Scheduling Projects","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/schedule-projects","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc2d26bf-b2fc-4f7f-b92e-1cf8da8ef3fd","name":"AI For Everyone","description":"By deeplearning.ai via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ai-for-everyone-12502","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1363adea-97a2-4afe-baaa-33d3577a2ec4","name":"The Global Financial Crisis","description":"By Yale University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-global-financial-crisis-4893","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"505092d6-1a10-4964-aade-3f6dce839555","name":"Computational Thinking for Problem Solving","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-computational-thinking-for-problem-solving-12278","topics":"thinking;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68681c59-907b-4a0f-9c32-3ebb426f0887","name":"On Strategy : What Managers Can Learn from Philosophy - PART 1","description":"By École Centrale Paris via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-on-strategy-what-managers-can-learn-from-philosophy-part-1-1312","topics":"management;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49c486a4-0a23-4cbd-9d5c-03ceaea39a07","name":"Driving Speed through Agile Planning","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-driving-speed-through-agile-planning-11918","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32c2f236-4b54-40bd-adeb-925239a56afe","name":"Stereo Vision, Dense Motion & Tracking","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/stereovision-motion-tracking","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a6a4c2a-0a0b-4ff8-b7b0-0cf1e17102e0","name":"Fundamentals of Management","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/fundamentals-of-management","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31223ff0-37a9-4ca6-ac09-06978e7673ea","name":"Image Processing, Features & Segmentation","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-image-processing-features-segmentation-13567","topics":"image-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c66dfaa9-3650-42d1-80fb-0e7153fa4dde","name":"Leadership Toolkit for Managers","description":"By HEC Paris via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-leadership-toolkit-for-managers-4209","topics":"leadership;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a635075-b0ac-44fd-a280-c1cc770beda1","name":"Expanded FPGA Training with NIOS II","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-expanded-fpga-training-with-nios-ii-13678","topics":"fpga","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a269b84-fc1c-476c-8f59-974b51857db9","name":"Cybersecurity Roles, Processes & Operating System Security","description":"By IBM via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cybersecurity-roles-processes-operating-system-security-13868","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b1c8135-308a-493e-a2c5-07f632779c5c","name":"Motion Planning for Self-Driving Cars","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-motion-planning-for-self-driving-cars-13134","topics":"autonomous-vehicles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81ce19ea-0b6e-4163-b2ad-8371b948bca6","name":"The Polymath","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/39873848-the-polymath","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"223cfdab-e080-43b6-8a01-ce0d925ec39a","name":"The Language and Tools of Financial Analysis","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-language-and-tools-of-financial-analysis-3330","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"840d6551-fe27-4097-bad1-f8af2b0084ba","name":"Certificate Program in Public Procurement","description":"By The World Bank via Independent","image":null,"links":"course|https://www.procurementlearning.org/certificate-program-public-procurement-cppp/","topics":"procurement","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88963295-d794-46c1-b17e-b1633b8c1b51","name":"DevOps Culture and Mindset","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-devops-culture-and-mindset-12549","topics":"devops","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"410ee2e9-ff1e-4d2b-9d8f-29e7d96e8062","name":"Introduction to G Suite","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-g-suite-14377","topics":"google","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"413ddfe4-2ee5-4602-865a-015509b5f6d7","name":"Organizational Analysis","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/organizational-analysis","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fcd1199-9b30-46b9-8485-c82f3ada563b","name":"Principles of Secure Coding","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-principles-of-secure-coding-14478","topics":"computer-security;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c35e4c8-f463-4cea-b994-d3ae132373ae","name":"International Leadership and Organizational Behavior","description":"By Università Bocconi via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-international-leadership-and-organizational-behavior-1371","topics":"leadership;organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"391765dd-01d3-4292-a92f-b564c006c617","name":"Managing Security in Google Cloud Platform","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/managing-security-in-google-cloud-platform","topics":"google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2538b5f4-773d-46a4-8dba-5936c214781d","name":"Project Management Basics","description":"By Florida International University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-project-management-basics-794","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18477a3d-62e1-4284-b505-ba700917e4dd","name":"Multi-Object Tracking for Automotive Systems","description":"By Chalmers University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-multi-object-tracking-for-automotive-systems-10303","topics":"autonomous-vehicles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"243c3971-4f49-4cfb-9678-930b6c885824","name":"How to Start a Startup","description":"By Stanford University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-how-to-start-a-startup-2572","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe6dfb60-08c5-4155-843a-feced3171e14","name":"An Intuitive Explanation of Bayes's Theorem - LessWrong 2.0 viewer","description":null,"image":null,"links":"article|https://www.greaterwrong.com/posts/XTXWPQSEgoMkAupKt/an-intuitive-explanation-of-bayes-s-theorem","topics":"bayesian-statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"caf3e86f-1c79-4b50-8b97-bfee959cf8b6","name":"Project Management for Designers","description":"By Emily Carr University of Art + Design via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-project-management-for-designers-3750","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77cf1c84-0af8-43a9-a7c3-58c4e3f74d0a","name":"AWS Fundamentals: Addressing Security Risk","description":"By Amazon Web Services via Coursera","image":null,"links":"course|https://www.coursera.org/learn/aws-fundamentals-addressing-security-risk","topics":"aws;cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b686de1-3eeb-4c57-840c-10bb8982e0db","name":"Elastic Cloud Infrastructure: Scaling and Automation dalam bahasa Indonesia","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-elastic-cloud-infrastructure-scaling-and-automation-dalam-bahasa-indonesia-14898","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11321c6d-368a-4cb9-b225-e16e8ce7f596","name":"Inspiring and Motivating Individuals","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/motivate-people-teams","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b5ce9a8-1cfd-473d-91aa-bd5b166a0ad4","name":"Reliable Cloud Infrastructure: Design and Process dalam bahasa Indonesia","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-reliable-cloud-infrastructure-design-and-process-dalam-bahasa-indonesia-14897","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5598549b-628d-4f36-9e28-d4ff44d8fcf7","name":"Sample-based Learning Methods","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sample-based-learning-methods-14496","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e296f3b-761c-4eb6-9f63-6642ea572f9d","name":"Managing Project Risks and Changes","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-managing-project-risks-and-changes-2730","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee6f59f4-6ef6-49a3-8e6b-aa2a4ebf1e85","name":"G Suite Mail Management","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/g-suite-mail-management","topics":"google","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a00a4ec4-c2f9-454f-a499-9a1c55c16836","name":"Entrepreneurship 2: Launching your Start-Up","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-launching-startup","topics":"entrepreneurship;startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb694acf-7408-4d3c-bb02-43bf6f68f9e5","name":"UpAndAtom: When to quit","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=tVRGadNoHC0","topics":"optimal-stopping","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9e4fb341-712d-4a88-a80c-9e70e7cf430a","name":"Introduction to the Internet of Things","description":"By Universitat Politècnica de València via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-the-internet-of-things","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3701b80-c194-431f-a27f-f17e8837c97c","name":"Foundations of strategic business analytics","description":"By ESSEC Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-foundations-of-strategic-business-analytics-4371","topics":"business;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b0d73ed-e3e7-477a-8a5b-dcdf3f5fad54","name":"Sequences, Time Series and Prediction","description":"By deeplearning.ai via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sequences-time-series-and-prediction-13802","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c012931-4816-4021-a078-e92a1bc8ea7e","name":"Innovation for Entrepreneurs: From Idea to Marketplace","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/innovative-entrepreneur","topics":"entrepreneurship;innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdfefd1a-a505-42e3-98f9-c9016344c503","name":"Design and Analysis of Algorithms","description":"By Chennai Mathematical Institute via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs47/preview","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"458c951d-02d5-4220-aa8b-95b95706f54d","name":"New Venture Finance: Startup Funding for Entrepreneurs","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/startup-funding","topics":"entrepreneurship;startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48a9dc4b-f82a-430c-b827-11e91f1e300a","name":"System Validation (2): Model process behaviour","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.coursera.org/learn/system-validation-behavior","topics":"internet-of-things;embedded-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0bf43bd-d7ad-430b-b6ea-262556acebbd","name":"Advanced Modeling for Discrete Optimization","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/advanced-modeling","topics":"optimization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0ccb48e-f088-4f04-bd41-d580a5d56920","name":"FinTech Security and Regulation (RegTech)","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/regtech","topics":"fintech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"019c26d3-1519-45a5-8f9e-6f2d8dec843a","name":"Customer-Centric IT Strategy","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-customer-centric-it-strategy-10429","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2db652c6-589a-4efa-b954-9804780e1647","name":"Business Metrics for Data-Driven Companies","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-metrics-for-data-driven-companies-4357","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92923e23-74bf-437b-a39c-ebc1bed2857c","name":"Smart Contracts","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-smart-contracts-11315","topics":"blockchain;smart-contracts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6cab5fd-bcb2-4e68-b15c-ea993615f4bf","name":"The Science of Success: What Researchers Know that You Should Know","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-science-of-success-what-researchers-know-that-you-should-know-8087","topics":"life;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ccd44f9-3e1c-41eb-be0b-0c742ff60874","name":"Probabilistic Graphical Models 2: Inference","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/probabilistic-graphical-models-2-inference","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78db82da-ebfd-426d-be5e-d43d6b305bd7","name":"Digital Branding and Engagement","description":"By Curtin University via edX","image":null,"links":"course|https://www.edx.org/course/digital-branding-and-engagement","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3130a6d2-d2eb-4f05-ab49-0cbab37b3584","name":"Build a Modern Computer from First Principles: Nand to Tetris Part II (project-centered course)","description":"By Hebrew University of Jerusalem via Coursera","image":null,"links":"course|https://www.coursera.org/learn/nand2tetris2","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"421b0b22-9301-4846-b2b3-e4020ce73367","name":"An Introduction to Consumer Neuroscience & Neuromarketing","description":"By Copenhagen Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-an-introduction-to-consumer-neuroscience-neuromarketing-1395","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ca0d6e3-36fd-4d05-af49-3b526349d3e9","name":"Blockchain Platforms","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/blockchain-platforms","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48ab61b2-cd3f-4a05-98d3-01e5406d2b59","name":"Supply Chain Fundamentals","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-supply-chain-fundamentals-2140","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5aa1775-4e81-4f65-851a-78a4212a2600","name":"Decentralized Applications (Dapps)","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-decentralized-applications-dapps-11316","topics":"decentralized-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5620b1f8-2011-48fc-9979-8a525d25bbf7","name":"Forensic Accounting and Fraud Examination","description":"By West Virginia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/forensic-accounting","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba4d4e2e-3fb3-4585-abfc-5efde2f799c3","name":"Global Human Capital Trends","description":"By Columbia University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/columbiau/courses/global-human-capital-trends","topics":"human-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24438d4b-b57b-4ee3-b7d3-d5e46efadd72","name":"Reinforcement Learning in Finance","description":"By New York University (NYU) via Coursera","image":null,"links":"course|https://www.coursera.org/learn/reinforcement-learning-in-finance","topics":"machine-learning;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12e23e2c-2473-42da-8049-7239f6a7472b","name":"Introduction to the Music Business","description":"By Berklee College of Music via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-the-music-business-3","topics":"business;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7234b37c-5b73-4781-b2c4-8d9269589cfe","name":"Advanced Competitive Strategy","description":"By Ludwig-Maximilians-Universität München via Coursera","image":null,"links":"course|https://www.coursera.org/learn/advanced-competitive-strategy","topics":"business;strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43cf4e72-f7f4-426f-a3d7-e28a9257a479","name":"Introduction to Blockchain: Benefits, Values and Opportunities","description":"By Association of International Certified Professional Accountants via Coursera","image":null,"links":"course|https://www.coursera.org/learn/blockchain-benefits-values-opportunities","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7bd968e1-2235-40b0-906e-a76eeb0ffcdb","name":"Exploring ​and ​Preparing ​your ​Data with BigQuery","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-exploring-and-preparing-your-data-with-bigquery-9674","topics":"bigquery;big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f55d1ee7-fe67-4f28-a900-5aea65d6b241","name":"Practical Machine Learning with Tensorflow","description":"By Google via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs81/preview","topics":"machine-learning;software-tools/tensorflow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a28d4dee-a772-4e2e-b135-a41c84772303","name":"Fundamentals of Global Energy Business","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/energy-business","topics":"business;energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb375c03-9be8-4b11-8c15-8f5232edaa1d","name":"Inclusion and Technology Design","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_hs40/preview","topics":"design;technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"000649a6-871e-45f7-a30f-37bdf9895d7f","name":"Essentials of Entrepreneurship: Thinking & Action","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/entrepreneurial-thinking","topics":"entrepreneurship;startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"565b373a-1ac6-4b71-a862-dde73851daec","name":"Computer Architecture","description":"By Princeton University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-computer-architecture-342","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"489a5a80-a561-494e-9c8c-c491d987a61b","name":"Managing Talent","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-managing-talent-4308","topics":"human-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a86f86c-1a8a-4284-b023-d305d1460413","name":"Basic Modeling for Discrete Optimization","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-basic-modeling-for-discrete-optimization-7759","topics":"optimization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2767488d-81d3-4ca0-910d-e72373908c08","name":"Introduction to People Analytics","description":"By Moscow Institute of Physics and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/people-analytics","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6efa5759-9410-4089-960f-e5ed1873797e","name":"Preparing for the Google Cloud Associate Cloud Engineer Exam","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/preparing-cloud-associate-cloud-engineer-exam","topics":"google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8eb73474-386a-45b4-8de0-db3d9df82458","name":"Giving Sense to Your Leadership Experience","description":"By HEC Paris via Coursera","image":null,"links":"course|https://www.coursera.org/learn/leading-sense","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dad058d-f6c4-4533-9431-b7113e58ad31","name":"Introduction to Blockchain: Evolution and Technology Concepts","description":"By Association of International Certified Professional Accountants via Coursera","image":null,"links":"course|https://www.coursera.org/learn/blockchain-evolution-technology-concepts","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"263f9261-04af-49a7-9004-ba26d189a10e","name":"Engagement & Nurture Marketing Strategies","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/nurture-market-strategies","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8faddfa-ecab-4f86-89ba-3e61b77808bf","name":"Internet of Things: Multimedia Technologies","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/internet-of-things-multimedia","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81171f26-eabc-47f4-8b97-075fdf85f950","name":"Coaching Conversations","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-coaching-conversations-5557","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4600d0e3-d4ad-47ff-afb2-b47f9f61be4b","name":"Introduction to TCP/IP","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/tcpip","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89fcd1df-3c9f-4fef-bc36-4ee0da908759","name":"Business Model Canvas: A Tool for Entrepreneurs and Innovators (Project-Centered Course)","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/business-model-canvas","topics":"business;entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"418204b0-d318-438b-9848-c99cedd1d409","name":"Applied Machine Learning in Python","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-applied-machine-learning-in-python-6673","topics":"machine-learning;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"052a4815-10e7-4ee4-b3bc-dab43e2696f9","name":"Advanced Search Engine Optimization Strategies","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/seo-strategies","topics":"marketing;seo","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f178722a-b0f9-4551-8f3f-d80b17d0992e","name":"Practical Machine Learning on H2O","description":"By H2O via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-practical-machine-learning-on-h2o-10790","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d57b2372-55bd-499e-a0e5-2cdee6144366","name":"Fundamentals of Machine Learning in Finance","description":"By New York University (NYU) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fundamentals-of-machine-learning-in-finance-11226","topics":"machine-learning;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73836354-a835-414d-9d13-60d88055f2f5","name":"Securing Investment Returns in the Long Run","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-securing-investment-returns-in-the-long-run-5514","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6841b8fc-f4e5-44ce-b4d0-276367de625e","name":"Guided Tour of Machine Learning in Finance","description":"By New York University (NYU) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-guided-tour-of-machine-learning-in-finance-11231","topics":"machine-learning;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f8491c0-a00c-4834-91d9-8fe63be36eb5","name":"The Manager's Toolkit: A Practical Guide to Managing People at Work","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-manager-s-toolkit-a-practical-guide-to-managing-people-at-work-6317","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2578677b-92ee-4eab-92cf-22e534cb52ed","name":"Prof Ghrist Math","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UC5N5pRddyicAX1QJyJjIIdg","topics":"dynamical-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1d2c9b76-70b3-452e-8eaf-29f88a5e573d","name":"Knot Atlas","description":null,"image":null,"links":"website|http://katlas.org/wiki/Main_Page","topics":"knot-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a64f36af-2af1-4526-b555-c39f1ac1af28","name":"Introduction to parallel Programming in Open MP","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-parallel-programming-in-open-mp-14167","topics":"parallel-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06063d96-8301-47ad-84d0-974930d1b99e","name":"Innovation Management","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-innovation-management-5943","topics":"innovation;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca494288-b975-4cf9-a0a5-af6b74b7ca91","name":"Handel - programming language for writing songs","description":null,"image":null,"links":"app|https://handel-pl.github.io/","topics":"programming-languages;music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"423001ec-f69e-4177-a2e8-9e0b66bb4430","name":"The Role of Global Capital Markets","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-role-of-global-capital-markets-3331","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b108d6de-9a94-410c-8a68-296fc78d4bf1","name":"Six Sigma Advanced Improve and Control Phases","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-six-sigma-advanced-improve-and-control-phases-9076","topics":"six-sigma","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"776c5142-b2ec-4592-8972-0c532e823b1a","name":"Introduction to Blockchain: Using and Securing Cryptocurrencies","description":"By Association of International Certified Professional Accountants via Coursera","image":null,"links":"course|https://www.coursera.org/learn/blockchain-using-securing-cryptocurrencies","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d9298dd-0f21-49d4-ba1a-112b0eccf6ad","name":"Web Connectivity and Security in Embedded Systems","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-web-connectivity-and-security-in-embedded-systems-7415","topics":"embedded-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87f4a04a-7939-4412-bb6d-6ae8ece50fe3","name":"Search Engine Optimization Fundamentals","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/seo-fundamentals","topics":"seo","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83c1c207-c7a0-4a94-8489-af37ece23977","name":"Blockchain Basics","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/blockchain-basics","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9dc7c71-f58c-47c6-85d9-e80e9228d9ad","name":"Finance for Non-Finance Professionals","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/finance-for-non-finance","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af0d46f6-93d5-42ed-b2ec-b50fa599e4ca","name":"Introduction to Social Media Analytics","description":"By Emory University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/social-media-analytics-introduction","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"749cbe62-f2e6-499c-92b5-6ca54bd8ee08","name":"DDoS Attacks and Defenses","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ddos-attacks-and-defenses-12153","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ed62a28-32c8-492e-bc5c-1969314af5fc","name":"Communicating Business Analytics Results","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/communicating-business-analytics-results","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92da3fd8-c018-4254-8ed7-76d377c10e6e","name":"Developing FPGA-accelerated cloud applications with SDAccel: Practice","description":"By Politecnico di Milano via Coursera","image":null,"links":"course|https://www.coursera.org/learn/fpga-sdaccel-practice","topics":"fpga","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e57cee2-5b86-40b0-9541-54335a390efd","name":"Trading Algorithms","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.coursera.org/learn/trading-algorithm","topics":"algorithms;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55864aa9-504b-468b-b67d-3c85a56ba94e","name":"The Impact of Technology","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-impact-of-technology-7088","topics":"technology;society;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4920f8e-c07e-472e-aac8-6bdcd022130b","name":"Data Management, Data Security and Robot Operating System as a Common Tool for IoT","description":"By ITMO University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-data-management-data-security-and-robot-operating-system-as-a-common-tool-for-iot-14395","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1828d625-5f3f-423b-8ccb-1b00dacf732e","name":"Marketing Analytics Capstone Project","description":"By Emory University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/marketing-analytics-project","topics":"marketing;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5afb5c03-6dc6-4203-9437-006722c3ff47","name":"IoT Networking and Fog Layer Devices","description":"By ITMO University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-iot-networking-and-fog-layer-devices-14394","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1d2dfa8-ba7b-463d-a08e-3b4671b988a1","name":"The Power of Team Culture","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-power-of-team-culture-7122","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad61e18e-b904-46b7-9f51-1db35fb1079c","name":"A Subjective Introduction to the IoT","description":"By ITMO University via edX","image":null,"links":"course|https://www.edx.org/course/a-subjective-introduction-to-the-iot","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"468b48ee-6141-403e-a49d-5e17f625b0ea","name":"Approximation Algorithms","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-approximation-algorithms-13080","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc64d156-126a-499a-897a-4fdc40c9abd7","name":"Strategic Innovation: Managing Innovation Initiatives","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/strategic-innovation-innovation-at-the-frontier","topics":"innovation;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ac27cce-0fd0-46e4-8d4c-4c4f50237a20","name":"Cybersecurity Compliance Framework & System Administration","description":"By IBM via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cybersecurity-compliance-framework-system-administration","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38d1a35a-59ee-4081-93e7-c0aae22a0a6d","name":"Network Security & Database Vulnerabilities","description":"By IBM via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-network-security-database-vulnerabilities-13873","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47c6bd92-eb8e-4dc2-82ad-63b8e12d0f2f","name":"Six Sigma Tools for Analyze","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/six-sigma-analyze","topics":"qualty;six-sigma","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99f10f59-7a83-4ca7-9229-fa37fae4aee5","name":"Building AI Applications with Watson APIs","description":"By IBM via Coursera","image":null,"links":"course|https://www.coursera.org/learn/building-ai-applications","topics":"artificial-intelligence;watson","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8741dafb-7e37-4e8f-a03a-cc175025ffac","name":"Six Sigma and the Organization (Advanced)","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/six-sigma-organization-advanced","topics":"quality;six-sigma","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1453464a-0805-4726-b2fe-210de533b2fc","name":"Digital Transformation of Financial Services - Capstone Project","description":"By Copenhagen Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-digital-transformation-of-financial-services-capstone-project-9309","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7bdca7d2-f995-4194-82a4-bae241b1459e","name":"Entrepreneurship II: Preparing for Launch","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/entrepreneurship-2","topics":"entrepreneurship;startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e494a9db-7731-4485-b639-b45ee001783b","name":"How Computers Work","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/how-computers-work","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d9b5575-2f39-4820-ad34-90e555c66444","name":"Continuous Integration","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/continuous-integration","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad4377a5-f0bc-491c-860b-1b0a4063d7a6","name":"Crowdfunding","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-crowdfunding","topics":"crowdfunding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98c210ff-c647-428a-8925-cc0c0e81d90d","name":"ramanujan whittier web","description":null,"image":null,"links":"article|https://math.ucr.edu/home/baez/ramanujan/ramanujan_whittier_web.pdf","topics":"number-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"85bd5540-dea1-40a9-8a71-3777b0743ff4","name":"Organisational design: Know your organisation","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-organisational-design-know-your-organisation-12152","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"baec8171-4554-4dc0-8a1b-94d86d7b52f2","name":"Brand Identity and Strategy","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-brand-identity-and-strategy-13108","topics":"branding;marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14969226-e8d3-46b5-9ce9-8b619496ec96","name":"Brand & Content Marketing","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/brand-and-content-marketing","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"585bd234-2770-4c27-8599-f48d43145606","name":"Introduction to Computer Programming","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-computer-programming-12185","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"125f11be-4a8b-4830-ac3b-60c05f543b21","name":"Key Success Factors in Supply Chain Finance","description":"By New York Institute of Finance via Coursera","image":null,"links":"course|https://www.coursera.org/learn/key-success-factors-supply-chain-finance","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0b8e0b5-1b9e-44c6-b303-a46f3448e8e6","name":"Quantitative Formal Modeling and Worst-Case Performance Analysis","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-quantitative-formal-modeling-and-worst-case-performance-analysis-4864","topics":"embedded-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b7bc7cc-1088-4c80-9ad0-6ede6caade3e","name":"A half-hour to learn Rust - fasterthanli.me","description":null,"image":null,"links":"article|https://fasterthanli.me/articles/a-half-hour-to-learn-rust","topics":"programming-languages/rust","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b6869be-0f67-410d-98c0-76cff0c74eda","name":"Programming Languages, Part C","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.coursera.org/learn/programming-languages-part-c","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6246c60d-b329-4223-b286-289a51d3d158","name":"Machine Learning for Business Professionals","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-machine-learning-for-business-professionals-13415","topics":"machine-learning;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"432fa77a-0e62-47bb-ad74-21acedff3bde","name":"Architecting Smart IoT Devices","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.coursera.org/learn/iot-architecture","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1e79189-708b-4039-b3f7-3e87ec74b28c","name":"Lending, Crowdfunding, and Modern Investing","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-lending-crowdfunding-and-modern-investing-13731","topics":"crowdfunding;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16b790ab-009d-450e-be09-1746130fec9a","name":"15 Amazing Java Projects for Beginners in 2021 (New Ideas) | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/java-projects-for-beginners","topics":"programming;programming-languages/java","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"5f0bc8fc-497b-49c8-8726-9fd3bebd043a","name":"Finance for Startups","description":"By Korea Advanced Institute of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/finance-for-startups","topics":"finance;startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97116e78-9231-43d7-ad55-2495ecf17524","name":"Dr. Steve Horvath on epigenetic aging to predict healthspan: the DNA PhenoAge and GrimAge clocks","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=A_aaBKubJnA","topics":"aging","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2dc68be9-fe69-471b-8512-46584d2e8710","name":"Cyber-Physical Systems: Modeling and Simulation","description":"By University of California, Santa Cruz via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cyber-physical-systems-1","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56bc670c-ea5e-42e6-b3b7-bc0173250b59","name":"Compensation, Expenses and Quotas","description":"By West Virginia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/compensation-expenses-quotas","topics":"sales;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2504411b-45f4-4ad5-b8f4-9a85492a182b","name":"Networks: Friends, Money, and Bytes","description":"By Princeton University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/friends-money-bytes","topics":"networks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"423bc802-34ed-492b-b988-016c803ddaa8","name":"Account Management & Sales Force Design","description":"By West Virginia University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-account-management-sales-force-design-12426","topics":"sales;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7abbfff7-ed6f-40a0-ad70-ad09e4159b99","name":"Understanding Development Management","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/understanding-development-management","topics":"development;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"221fbeb2-d1c5-493a-984e-eafa912a3de1","name":"Internet of Things: Sensing and Actuation From Devices","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/internet-of-things-sensing-actuation","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd2b0db5-2258-46c1-9d2d-b9063e512397","name":"Networks Illustrated: Principles without Calculus","description":"By Princeton University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/networks-illustrated","topics":"networks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4703beb7-c312-48bb-a394-4d67768a7a60","name":"Internet of Things: Setting Up Your DragonBoard™ Development Platform","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-internet-of-things-setting-up-your-dragonboard-development-platform-4260","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b79c9405-21d4-4fdf-beb6-1f78671b06e9","name":"Grow to Greatness: Smart Growth for Private Businesses, Part II","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-grow-to-greatness-smart-growth-for-private-businesses-part-ii-463","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6384f1b-e7d8-4649-a2ac-f4edc479c76e","name":"Recommender Systems Capstone","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/recommeder-systems-capstone","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d29dd76-a977-4e70-a59c-3e4547b81a0b","name":"https://securityinabox.org","description":null,"image":null,"links":"website|https://securityinabox.org","topics":"security;internet","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"1ba31241-6d98-4737-af40-fde689bd5ff6","name":"Embedded Hardware and Operating Systems","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-embedded-hardware-and-operating-systems-6826","topics":"embedded-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"176a4599-8148-43bc-b83d-0e62baa53bd2","name":"Beyond Silicon Valley: Growing Entrepreneurship in Transitioning Economies","description":"By Case Western Reserve University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/entrepreneurship-development","topics":"entrepreneurship;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec1c77ee-35f7-4278-8a17-12dada20aa11","name":"Two Speed IT: How Companies Can Surf the Digital Wave, a BCG Perspective","description":"By École Centrale Paris via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-two-speed-it-how-companies-can-surf-the-digital-wave-a-bcg-perspective-2946","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5de8bf8a-f93c-4648-9573-584e6b5fc5fb","name":"Internet of Things: How did we get here?","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-internet-of-things-how-did-we-get-here-4276","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28a0e8e6-ce41-4de9-a075-5b97b247fed8","name":"Digital Media and Marketing Strategies","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/marketing-plan","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6a7d115-7c0b-4155-9133-e9cd879867b4","name":"System Validation: Automata and behavioural equivalences","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-system-validation-automata-and-behavioural-equivalences-6825","topics":"embedded-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34f5c10a-02d7-4e76-b93c-5fe3f7412d8b","name":"System Validation (4): Modelling Software, Protocols, and other behaviour","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.coursera.org/learn/system-validation-software-protocols","topics":"embedded-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"209a946f-55ed-4c84-80ad-943bd9be1f34","name":"Programming with Cloud IoT Platforms","description":"By Pohang University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cloud-iot-platform","topics":"internet-of-things;cloud-computing;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c28d0771-e4fd-4ab6-8655-dc667f13c108","name":"Cybersecurity and Privacy in the IoT","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cybersecurity-and-privacy-in-the-iot-9754","topics":"computer-security;internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"793b3f72-e42b-4d9e-af64-be7dbd4b4abb","name":"Business of Games and Entrepreneurship","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-of-games-and-entrepreneurship-4178","topics":"entrepreneurship;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8ef3337-ba0b-4c7d-889d-9898c9824c7c","name":"Lean - Theorem Prover","description":null,"image":null,"links":"code|https://leanprover.github.io/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"535ad374-aad8-42b3-8c1e-eb298a865364","name":"Conversations That Inspire: Coaching Learning, Leadership and Change","description":"By Case Western Reserve University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-conversations-that-inspire-coaching-learning-leadership-and-change-3707","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7cf69e5-3450-49ff-af92-bc869dac4bea","name":"Machine Learning Fundamentals","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.edx.org/course/machine-learning-fundamentals-5","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b277923e-3507-4c1a-a055-2f54c1b5d7e6","name":"Strategic Management","description":"By Copenhagen Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-strategic-management-4279","topics":"management;strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cc09de4-3276-4729-8011-503c23fed543","name":"Strategic and Transformational IT","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/strategic-and-transformational-it-0","topics":"strategy;information-technology;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ae91495-65af-4d21-872a-edc96819e035","name":"Business Intelligence Concepts, Tools, and Applications","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-intelligence-concepts-tools-and-applications-4285","topics":"business-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a3b63f5-d474-4340-8df4-a9b6e3f4db9a","name":"The Business of Cybersecurity Capstone","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/business-of-cybersecurity-capstone","topics":"computer-security;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d4d3c7c-a356-4083-8c3f-8a058b7994ef","name":"Content, Advertising & Social IMC","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-content-advertising-social-imc-4263","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"266a77cb-0076-4fe6-9a41-5f26b638df86","name":"Advanced Content and Social Tactics to Optimize SEO","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-advanced-content-and-social-tactics-to-optimize-seo-5535","topics":"seo","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf9cdf60-8a9c-422d-a3be-30c147270b2c","name":"Python in High Performance Computing","description":"By Partnership for Advanced Computing in Europe via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/python-in-hpc","topics":"programming-languages/python;high-performance-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"294c8356-f4e1-493c-885d-b8ca49210196","name":"Portfolio and Risk Management","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-portfolio-and-risk-management-5490","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87f18f79-7139-4cf9-ae52-f324cad306ec","name":"Coaching Practices","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/coaching-practices","topics":"management;coaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d35572e-b6df-4d3a-b996-a50c92888704","name":"Malicious Software and its Underground Economy: Two Sides to Every Story","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/malsoftware","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f74b422-d3c3-4800-a5c3-0374f9ef6439","name":"The Search for Great Ideas: Harnessing creativity to empower innovation.","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/start-your-own-business-2-ideation","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6de33dd-dcbf-4ff2-b995-7aabb7474801","name":"Applied Cryptography","description":"By University of Virginia via Udacity","image":null,"links":"course|https://www.udacity.com/course/applied-cryptography--cs387","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe673371-a589-457d-bb7b-a4f83b2ff057","name":"Brand and Product Management","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-brand-and-product-management-5478","topics":"product-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49822ab2-57a8-4361-8191-8dfc59387508","name":"Completing the square - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Completing_the_square","topics":"quadratic-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b98babb8-7343-4eae-a2dd-8b81cb4ea773","name":"Completing the square - animation","description":null,"image":null,"links":"video|https://upload.wikimedia.org/wikipedia/commons/3/3d/Completing_the_square.ogv","topics":"quadratic-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"03415893-236e-43b8-8022-75ea906c3f5d","name":"Decision-Making and Scenarios","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-decision-making-and-scenarios-5481","topics":"decision-making;thinking;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bbe41965-04d9-4f22-9fc6-a24133196b99","name":"Фінанси для нефінансових спеціалістів","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-----5689","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85a4f172-6ac5-4268-a548-0a562240623c","name":"Supply Chain Sourcing","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sourcing","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a6a2aa8-f1f7-4853-a82c-aa79d33d5a2e","name":"Survey analysis to Gain Marketing Insights","description":"By Emory University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-survey-analysis-to-gain-marketing-insights-6915","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba4432da-fae2-44e2-bb34-e8eea790890a","name":"The n-Category Café","description":null,"image":null,"links":"blog|https://golem.ph.utexas.edu/category/","topics":"mathematics;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7c23aec1-80ab-4779-8dda-09107f873fc5","name":"Construction Project Management","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/construction-project-management","topics":"project-management;construction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"959ec9f7-921e-4258-a0eb-b321e3e4fa8c","name":"Self Awareness and the Effective Leader","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-self-awareness-and-the-effective-leader-7280","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6956b05-672f-4fc9-b8b5-8a534c949a37","name":"Intro to Algorithms","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/intro-to-algorithms--cs215","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2de9dcc0-2d69-4c45-b5ab-309fe96abdc3","name":"Master Class for Corporate Entrepreneurs","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/corporate-entrepreneurship-project","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b13896d3-4747-4570-a514-471cb6c9aec5","name":"How to write good prompts: using spaced repetition to create understanding","description":null,"image":null,"links":"article|https://andymatuschak.org/prompts/","topics":"spaced-repetition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4ba1ebf-ca9e-42f3-b0e5-4fe726c7c630","name":"Business Analytics for Decision Making","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-analytics-for-decision-making-7040","topics":"analytics;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4a7c173-c0e0-4076-bae7-642ce7bf6528","name":"Predictive Modeling and Analytics","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/predictive-modeling-analytics","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a30208b-f2f0-4cbb-a406-dc3693aee82a","name":"Intro to Theoretical Computer Science","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-intro-to-theoretical-computer-science-455","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"280349fb-9ec9-469b-bc05-f4dc6e031e07","name":"Culture-Driven Team Building Capstone","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-culture-driven-team-building-capstone-7126","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fe8bcb9-35ca-4edb-a54f-1e29b4bc2efa","name":"Introduction to Computer Architecture","description":"By Carnegie Mellon University via Independent","image":null,"links":"course|http://course.ece.cmu.edu/~ece447/s13/doku.php?id=schedule","topics":"computer-architecture;computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"66293850-74f6-46a5-9c51-05014a5ef3e1","name":"Design your own trading strategy – Culminating Project","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.coursera.org/learn/design-trading-strategy-culminating-project","topics":"trading","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57a4ab6a-a594-4281-b761-0f6ba828803b","name":"Program Arcade Games - Learn Computer Science","description":"By via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-program-arcade-games-learn-computer-science-640","topics":"computer-science;games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c956e3cf-7d71-4eda-acb9-4bcfb48c28b5","name":"Global Financial Markets and Instruments","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-global-financial-markets-and-instruments-7023","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02776f6e-2611-4d2f-b0f7-06bdbe4c6b51","name":"Business Analytics and Digital Media","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-analytics-and-digital-media-7184","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fc6030b-db1d-4e64-8135-ae77b8843c51","name":"Learn Go in ~5mins · GitHub","description":null,"image":null,"links":"article|https://gist.github.com/prologic/5f6afe9c1b98016ca278f4d507e65510","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9a2ae952-320b-42e3-92fa-e25de1b10a5a","name":"Innovation & Entrepreneurship - From Basics to Open Innovation","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.coursera.org/learn/open-innovation-entrepreneurship","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64ccfd6a-8570-412e-9259-f005427f5940","name":"Introduction to Internetworking with TCP/IP","description":"By via openHPI","image":null,"links":"course|https://open.hpi.de/courses/internetworking2014","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73bde7d0-b626-4e2c-8887-080d0d8d5e45","name":"Data Analytics for Lean Six Sigma","description":"By University of Amsterdam via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-analytics-for-lean-six-sigma","topics":"six-sigma;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b0aab97-80e2-4899-82c4-19dba3574968","name":"Developing Scalable Apps in Java","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/courses/all","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95cf7d41-58d7-468e-bf74-4c1ddc97f833","name":"Leading the Life You Want","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-leading-the-life-you-want-8228","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b44094c-36a7-4821-be88-21fd4719668c","name":"In-Memory Data Management In a Nutshell","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-in-memory-data-management-in-a-nutshell-2458","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e79a8550-df97-4d12-9d7c-d0c7d94beb3f","name":"Achieving Advanced Insights with BigQuery","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-achieving-advanced-insights-with-bigquery-9675","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72ea9dc0-8eba-43f9-8c55-8c12dc282ec4","name":"HackInScience — Python Exercises","description":null,"image":null,"links":"code|https://www.hackinscience.org/","topics":"programming-languages/python;exercise","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"f60283e1-bce3-4c05-b18e-5aac67c094c2","name":"Sales Training: Building Your Sales Career","description":"By HubSpot Academy via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sales-training-building-your-sales-career-12412","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56900e54-d93b-48ef-82cb-e5f55258d7d4","name":"Six Sigma Tools for Improve and Control","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/six-sigma-improve-control","topics":"six-sigma","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee2c5406-724f-45d2-9e55-6f6993c4449f","name":"Computer Networking","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.udacity.com/course/computer-networking--ud436","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6401ccb4-d59c-446d-b397-95d972e3237d","name":"Formal Financial Accounting","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-formal-financial-accounting-9083","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b85d6f5-3326-4514-bfdf-bc456b65fdfa","name":"Compilers","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-compilers-2716","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09bd3f8b-fc06-491b-b17e-1a57ec3d3fd8","name":"China Strategy","description":"By The Chinese University of Hong Kong via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-china-strategy-9768","topics":"nations/china/business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"687fad60-60da-4223-a84c-7639205afdb2","name":"Rapid Deployment of SAP Solutions","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-rapid-deployment-of-sap-solutions-2018","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c958b5fb-8a5d-4006-ba06-caaefd9ee90d","name":"Global Statistics - Composite Indices for International Comparisons","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.coursera.org/learn/global-statistics","topics":"society;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"afa929a3-4c8a-4e50-973e-e1d64e0fd62c","name":"Knowledge-Based AI: Cognitive Systems","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-knowledge-based-ai-cognitive-systems-1025","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f1410ed-3b87-4c01-8056-f622a916a23c","name":"Planned Giving","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/planned-giving","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"794ba30b-e975-4829-b9cc-451bfb801e10","name":"Advanced Operating Systems","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.udacity.com/course/advanced-operating-systems--ud189","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0ba9f30-070a-4e46-9ecc-432c23c9aa33","name":"Auditing II: The Practice of Auditing","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-auditing-ii-the-practice-of-auditing-12151","topics":"auditing;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98fa352e-60da-475a-9185-088f12ab720b","name":"High Performance Computer Architecture","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-high-performance-computer-architecture-1018","topics":"computer-architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cee85530-20bf-412f-8de5-8b4f2f0d91c2","name":"Bridging the Gap between Strategy Design and Delivery","description":"By Brightline Initiative via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-bridging-the-gap-between-strategy-design-and-delivery-12170","topics":"strategy;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"457454d0-8f99-4f02-bed3-1fef859ff862","name":"Computability, Complexity & Algorithms","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.udacity.com/course/computability-complexity-algorithms--ud061","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24e08515-1e31-4b84-9af1-91ebef3a984e","name":"Adapt your leadership style","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/leadership-adapt-your-style","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"537c4d76-03f0-4e51-a83f-60fe78607b81","name":"Stanford CS 224N | Natural Language Processing with Deep Learning","description":null,"image":null,"links":"course|http://web.stanford.edu/class/cs224n/","topics":"natural-language-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"35b61643-2f3f-4141-b191-34f47d4204a3","name":"Safety in the Utility Industry","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/safety-utility-industry","topics":"business;safety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cb86676-9a7c-462b-af29-b280c07c8097","name":"Introduction to SAP Fiori UX","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/course/fiori1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be7eca0f-293d-4934-8bc5-2d29f9269c71","name":"Bonds & Stocks","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-bonds-stocks-13208","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74792076-1cf9-415a-b700-d2e8e846f859","name":"Introduction to hyperbolic geometry : Ramsay, Arlan : Free Download, Borrow, and Streaming : Internet Archive","description":null,"image":null,"links":"book|https://archive.org/details/introductiontohy0000rams","topics":"hyperbolic-geometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52cbfa2b-30c1-415f-9583-a88f2b982e61","name":"Decision Criteria & Applications","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-decision-criteria-applications-13209","topics":"finance;thinking;decision-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5b01216-5a11-4a2f-9dc5-1a42e37eada7","name":"Grow to Greatness: Smart Growth for Private Businesses, Part I","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-grow-to-greatness-smart-growth-for-private-businesses-part-i-433","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a69e30df-0201-49ac-9258-1e9342487083","name":"The Importance of Listening","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-importance-of-listening-4213","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb0ac186-fb60-4017-bb6b-614d95a38f67","name":"MyCS: Computer Science for Beginners","description":"By Harvey Mudd College via edX","image":null,"links":"course|https://www.edx.org/course/mycs-computer-science-beginners-harveymuddx-cs001x","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88f42ce2-a854-40de-bafd-2506ca8b191e","name":"Join Ruby developers on Slack!","description":null,"image":null,"links":"chat|https://rubydevs.herokuapp.com/","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c9b8505-4e35-4dac-96a8-389f607bc0b2","name":"The Business of Social","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/business-of-social","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44b1e7be-8825-43e5-94ad-a9ba9b26fed3","name":"Automated Visual Software Analytics","description":"By via openHPI","image":null,"links":"course|https://open.hpi.de/courses/softwareanalytics2018","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9522e956-efb7-4dc4-a1fa-7c548bde8c49","name":"Advanced Business Strategy","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/uva-darden-advanced-business-strategy","topics":"business;strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab47dc1a-1ce1-4bf5-88b8-d1612bd88b22","name":"Google Maps","description":null,"image":null,"links":"article|https://g.page/ExcelRPuneDataSciencecourses?share","topics":"education;data-science","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"6dc8223c-8e6b-4c22-905a-5e8f1e1b522f","name":"Exploring and Producing Data for Business Decision Making","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/business-data","topics":"business;decision-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88295dba-67b7-4956-bfb5-60af0485db0a","name":"Data Science Course Training Institute in Hyderabad | Classroom | Online","description":null,"image":null,"links":"website|https://socialprachar.com/data-science/","topics":"course-development;digital-marketing","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"df1d68cc-3b04-40e9-82cf-85cfbf661195","name":"Developing An Entrepreneurial Mindset: First Step Towards Success","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-developing-an-entrepreneurial-mindset-first-step-towards-success-5596","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0f778ad-146d-4575-9d9e-7eee569c1b6a","name":"How the Internet of Things and Smart Services Will Change Society","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/iot1","topics":"internet-of-things;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"975aa420-9d1c-4489-9aac-56a245d3044c","name":"Structure: Building the Frame for Business Growth","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-structure-building-the-frame-for-business-growth-5617","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41a17ed9-970f-48fa-b4b4-d511f5009616","name":"SAP Screen Personas","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-sap-screen-personas-3251","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"220b782c-e8b9-4bbd-92f0-d1a645d61036","name":"Market Research and Consumer Behavior","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/market-research","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da5664d4-0cde-4e27-ad2b-e4effab316b9","name":"How to Learn Deep Learning (when you’re not a computer science PhD)","description":null,"image":null,"links":"video|https://vimeo.com/214233053","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66b59bed-9682-4a7c-b17e-e92ee21b7134","name":"Web Technologies","description":"By via openHPI","image":null,"links":"course|https://open.hpi.de/courses/webtech2015","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08552130-3055-4c74-b640-17705fb1a01d","name":"Anticipating Your Next Battle, in Business and Beyond","description":"By HEC Paris via Coursera","image":null,"links":"course|https://www.coursera.org/learn/anticipate","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a837c595-0be0-49b6-9ead-92ed8f48fd0e","name":"Intro to DevOps","description":"By Nutanix via Udacity","image":null,"links":"course|https://www.udacity.com/course/intro-to-devops--ud611","topics":"devops","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20f19e83-5b7d-4874-a009-eb22a16d05de","name":"Portfolio and Risk Management","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-portfolio-and-risk-management-6303","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0b8390f-e638-4b12-9e22-9e9e8fd12d26","name":"Configuring Linux Web Servers","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-configuring-linux-web-servers-4050","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29dd6a6d-be9d-4aea-a9a8-5fffa7b910b9","name":"Leadership and Influence","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/leadership-influence","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"040f9a2b-abae-4822-833c-1c0c709601a3","name":"Linux Command Line Basics","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/linux-command-line-basics--ud595","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5da7dac2-5931-4ddc-8b31-4e0777d13d69","name":"Developing International Software, Part 1","description":"By Microsoft via edX","image":null,"links":"course|https://courses.edx.org/courses/course-v1:Microsoft+DIS50.1x+1T2016/course/","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0183bfeb-c716-4fac-9ade-9796ff81e2c7","name":"Marketing Analytics","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-marketing-analytics-4868","topics":"marketing;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc15cee5-af24-4113-83c3-470d552b620d","name":"Transformation to Hybrid Landscapes","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/hybrid1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35c9f2c3-6516-4cc6-be38-e91b2edc3396","name":"Giving Helpful Feedback","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/feedback","topics":"leadership;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b1d4615-c2c5-4278-923c-e3ec1f206eba","name":"Computing: Art, Magic, Science","description":"By ETH Zurich via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-computing-art-magic-science-2195","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75cef818-4174-4107-9ce4-f6e5112104c5","name":"Introduction to Search Engine Optimization","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/search-engine-optimization","topics":"seo","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0dfb6013-c72a-4842-bcfe-51c7927b8c14","name":"GT - Refresher - Advanced OS","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-gt-refresher-advanced-os-4734","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21c241c9-6208-4982-a742-5fc7920f1588","name":"Channel Management and Retailing","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/channel-management","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"150a1528-82ef-4e00-8841-b83bad1c60eb","name":"Introduction to Computer Vision","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-introduction-to-computer-vision-1022","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20d28b43-1914-4dc0-bd37-43d24242cd0e","name":"Optimizing a Website for Search","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-optimizing-a-website-for-search-5512","topics":"seo","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95e62582-7705-4944-9ef1-98a699290704","name":"Computational Photography","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.udacity.com/course/computational-photography--ud955","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5213d0d5-6c17-4466-88cd-6b034626395a","name":"Meeting Investors' Goals","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-meeting-investors-goals-5515","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5561056a-efd6-4822-870c-6ada033f4079","name":"Software Architecture & Design","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.udacity.com/course/software-architecture-design--ud821","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf9588c9-79d2-4610-a879-fe6588425731","name":"Applying Investment Decision Rules for Startups","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-applying-investment-decision-rules-for-startups-6972","topics":"finance;startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33eaae1e-3ed0-4d20-be24-3531001d1865","name":"Introduction to Operating Systems","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-introduction-to-operating-systems-3419","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5da5888b-700e-4391-9bae-c90d45c80d99","name":"Financial Accounting Fundamentals","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-financial-accounting-fundamentals-8304","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f02c63b1-228c-4683-8698-f47b46d83ec3","name":"High Performance Computing","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-high-performance-computing-1028","topics":"high-performance-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a820c9e5-18d6-4d2c-ac8d-f24d7bd898f6","name":"Pricing Strategy in Practice","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-pricing-strategy-in-practice-8353","topics":"business;marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bf0cdf9-e963-4270-b9fa-b2e9f93f0b46","name":"Influence","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-influence","topics":"relationships;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"302ecfaf-1e0c-4060-8a19-af41dffd14e8","name":"new fast.ai course: A Code-First Introduction to Natural Language Processing · fast.ai","description":null,"image":null,"links":"course|https://www.fast.ai/2019/07/08/fastai-nlp/","topics":"natural-language-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a2c5878-5c31-49d3-8963-e0e6f89b1b44","name":"Introduction to Windows Server","description":"By Microsoft via edX","image":null,"links":"course|https://courses.edx.org/courses/course-v1:Microsoft+INF201.12x+3T2015/course/","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2dd14661-2dbb-46f7-97cd-c77feb463f17","name":"Computing: Art, Magic, Science - Part II","description":"By ETH Zurich via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-computing-art-magic-science-part-ii-4084","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cfc9fe9-98d2-4e48-b1ce-5f16dcbaf7c1","name":"Six Sigma Advanced Define and Measure Phases","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-six-sigma-advanced-define-and-measure-phases-9073","topics":"six-sigma","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c97179a-a5e7-4da9-9ec3-9463b9ef2810","name":"Mergers and Acquisitions: Structuring the Deal","description":"By New York Institute of Finance via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-mergers-and-acquisitions-structuring-the-deal-9398","topics":"finance;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e350783c-b676-4ba0-828d-14ff1dc460e3","name":"Accounting Analysis II: Accounting for Liabilities and Equity","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-accounting-analysis-ii-accounting-for-liabilities-and-equity-9114","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81279767-bd61-43f6-8d2e-e6cda5bc579d","name":"Web Tooling & Automation","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-web-tooling-automation-4953","topics":"web;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14ab9179-ced2-4f59-b943-90cbf87fee72","name":"Corporate Strategy","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-corporate-strategy-9859","topics":"business;strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6269faa1-ca5c-427e-8cd2-1f7476b4bf52","name":"Algorithms for Decision Making","description":null,"image":null,"links":"book|http://algorithmsbook.com/","topics":"decision-making;algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ceb1cdf-1c5e-42a0-b3e3-44cc47d8be95","name":"Corporate Finance: Spring 2021","description":"By Aswath Damodaran","image":null,"links":"course|http://people.stern.nyu.edu/adamodar/New_Home_Page/webcastcfspr21.htm","topics":"corporate-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ba16e2ca-c24c-4883-903b-531b0dfc6f01","name":"SAP NetWeaver Upgrades in a Nutshell","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-sap-netweaver-upgrades-in-a-nutshell-4779","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78f57bac-2b0c-4dff-8af8-ae392d97b97e","name":"Innovating with the Business Model Canvas","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/uva-darden-innovation-business-model-canvas","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ca3d44a-f8b2-4135-b4a8-9dc75504732b","name":"Intro to Information Security","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.udacity.com/course/intro-to-information-security--ud459","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec9e4c72-7dfa-492d-8e3e-108766023a4d","name":"Fundraising and Development Foundations","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fundraising-and-development-foundations-10795","topics":"philanthropy;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f716ff0-41ac-4ab3-a9ab-0906734c225b","name":"Optimizing Microsoft Windows Server Storage","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-optimizing-microsoft-windows-server-storage-4944","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d23142fb-9bf0-47f7-b72a-7c17cf00b03e","name":"Valuation (MBA): Spring 2021","description":"By Aswath Damodaran","image":null,"links":"course|http://people.stern.nyu.edu/adamodar/New_Home_Page/webcasteqspr21.htm","topics":"valuation;corporate-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a4f6c06a-c78a-4850-a44d-5bd010a36025","name":"Eleanor Lutz - An Orbit Map of the Solar System","description":null,"image":null,"links":"image|https://eleanorlutz.com/mapping-18000-asteroids","topics":"solar-system","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"584ee4e1-294d-4c84-bd35-cfe37540b485","name":"Machine Learning","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.udacity.com/course/machine-learning--ud262","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7bc1d946-8359-4239-a175-9d603400ca0f","name":"Application of AI, InsurTech, and Real Estate Technology","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-application-of-ai-insurtech-and-real-estate-technology-13803","topics":"artificial-intelligence;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a8dd50f-7861-4382-a099-39f4982c603c","name":"Cybersecurity – The essential challenge for digital transformation","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-cybersecurity-the-essential-challenge-for-digital-transformation-4781","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d7db9ea-05a1-46e8-b446-d3c3b0b88acc","name":"Secrets of Millionaire Mind Summary : Summary Lover","description":null,"image":null,"links":"article|https://www.summarylover.com/2020/11/secrets-of-millionaire-mind-summary.html","topics":"autobiography;books-reading","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":"4.0","tags":null} +{"iid":"b974446b-3023-43c3-b31a-a38a25faaed7","name":"Sales Training: Inbound Business Strategy","description":"By HubSpot Academy via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sales-training-inbound-business-strategy-12417","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e60c7a40-e08e-41d9-b9af-b4b8bf297778","name":"Implementing DNS in Microsoft Windows Server","description":"By Microsoft via edX","image":null,"links":"course|https://courses.edx.org/courses/course-v1:Microsoft+INF201.32x+3T2015/course/","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe6fc791-41cc-4f38-bf06-32917c165d83","name":"Sales Training: Sales Team Management","description":"By HubSpot Academy via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sales-training-sales-team-management-12428","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0f8682e-6a07-4af7-b802-b4b35b2231e9","name":"Compliance in Office 365®: Data Governance","description":"By Microsoft via edX","image":null,"links":"course|https://courses.edx.org/courses/course-v1:Microsoft+CLD206x+1T2017/course/","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e7278ca-238f-4930-88b3-daacd989916a","name":"Forecasting, Budgeting, Territories, Evaluation and Legal/Ethical Issues","description":"By West Virginia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/forecasting-budgeting-territories-evaluation","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"522a9eca-9f1a-46c3-b785-bf21cbb50d96","name":"Managing Microsoft Windows Server Active Directory Domain Services","description":"By Microsoft via edX","image":null,"links":"course|https://courses.edx.org/courses/course-v1:Microsoft+INF201.51x+1T2016/course/","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c871d632-65e5-4ed4-814f-4751aa98b43f","name":"Business Analytics Executive Overview","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-analytics-executive-overview-13373","topics":"business;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08d427bf-1c3a-42f4-856d-cbfbc33c27ad","name":"Deep Learning Summer School","description":"By via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-deep-learning-summer-school-8481","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32a225db-b261-4324-84b4-2f173d7768ca","name":"Blockchain Opportunity Analysis","description":"By INSEAD via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-blockchain-opportunity-analysis-13374","topics":"blockchain;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e161971-8696-4308-b344-31a458f79f8e","name":"Philosophical Engineering: Toward a Philosophy of the Web","description":null,"image":"https://onlinelibrary.wiley.com/cms/asset/ff01b51a-b995-42de-8704-c0bb15661bb7/9781118700143.cover.gif","links":"book|https://onlinelibrary.wiley.com/doi/book/10.1002/9781118700143","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02a3f5ff-5282-46d7-9c9f-6e3dff8a7774","name":"How to Change the World","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/world-change","topics":"society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94de4d14-1108-42ea-b1f5-9c641ad327ce","name":"Principles of Computing","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/OLI/PrinciplesOfComputing/Open/about","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c7b6f395-dcd3-4808-8823-af4c93b8bb41","name":"More Introduction to Financial Accounting","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-financial-accounting","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94106036-6f7d-453d-8343-5b7105d44ca5","name":"Scalable Microservices with Kubernetes","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-scalable-microservices-with-kubernetes-6275","topics":"devops","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e66250b-21be-4814-a258-313c4ab93c84","name":"Social Marketing Capstone Project","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/social-marketing-capstone","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"626b342b-8cb0-4719-a2f0-b28990e4ccdf","name":"CS For All: Introduction to Computer Science and Python Programming","description":"By Harvey Mudd College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cs-for-all-introduction-to-computer-science-and-python-programming-3483","topics":"computer-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39c5b7cf-0c1a-4efe-9b87-3129cdee2888","name":"Recruiting, Hiring, and Onboarding Employees","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-recruiting-hiring-and-onboarding-employees-5495","topics":"human-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74ea7a56-e512-4e8e-b5d9-87ce016b481b","name":"Agile Meets Design Thinking","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-agile-meets-design-thinking-5502","topics":"design;project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c99ee89-51e4-45fb-b273-f77037687348","name":"Raaga Rasika","description":null,"image":null,"links":"audio|http://www.raagarasika.net/","topics":"music-genre/carnatic-classical","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4fe6df2d-f6e8-4e97-8f78-23a55c5d24a7","name":"Understanding Financial Statements: Company Position","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/financial-statements","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d20f8e32-f50c-4d27-aa40-24a5876bed02","name":"GitHub - ivan-bilan/The-NLP-Pandect: A comprehensive reference for all topics related to Natural Language Processing","description":null,"image":null,"links":"article|https://github.com/ivan-bilan/The-NLP-Pandect","topics":"natural-language-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5207bced-bc3e-46ec-8226-d0365b55ea20","name":"Crafting Strategies for Innovation Initiatives for Corporate Entrepreneurs","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-crafting-strategies-for-innovation-initiatives-for-corporate-entrepreneurs-7177","topics":"business;strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc929948-4d1d-4a69-bd46-628a8c50cce1","name":"Overview of Julia programming Language","description":null,"image":null,"links":"article|http://algorithmsbook.com/files/appendix-g.pdf","topics":"programming-languages/julia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2ea13ca-5475-4b41-871d-8f382373e397","name":"Financing and Profiting from Innovation for Corporate Entrepreneurs","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/corporate-entrepreneurs-financing","topics":"business;strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35d16735-a150-46d9-918b-72f94f95cfa5","name":"(PDF) GUÍA PARA LA PRESENTACIÓN DE GRÁFICOS ESTADÍSTICOS | MARIA BELEN CEDEÑO CARREÑO - Academia.edu","description":null,"image":null,"links":"research_paper|https://www.academia.edu/36139903/GU%C3%8DA_PARA_LA_PRESENTACI%C3%93N_DE_GR%C3%81FICOS_ESTAD%C3%8DSTICOS","topics":"statistics","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"45bc5fcc-22be-416e-a535-c9127a24139b","name":"Developing the Opportunity for Corporate Entrepreneurs","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-developing-the-opportunity-for-corporate-entrepreneurs-7180","topics":"business;strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29ef50e4-9c9f-4359-a10f-51c4be4d2e44","name":"High Availability and Disaster Recovery with the SAP HANA Platform","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/hshd1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5400316a-e793-4c48-aac8-2819997d6454","name":"Digital Transformations","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.coursera.org/learn/digital-transformations","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e14f7d1-1ddc-494a-8509-2113450e2872","name":"Developing International Software, Part 3","description":"By Microsoft via edX","image":null,"links":"course|https://courses.edx.org/courses/course-v1:Microsoft+DIS50.3x+2T2016/course/","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95b1a538-d6ff-4518-b2dd-b33160f34a98","name":"Introduction to Data Analytics for Business","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-data-analytics-for-business-7028","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78f03017-ccc9-4866-8d20-1d050e920437","name":"SharePoint Basics for IT Professionals","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sharepoint-basics-for-it-professionals-3940","topics":"software-tools/sharepoint","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37f2bae0-ebea-4b14-bb0a-5b4e31550610","name":"Construction Finance","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-construction-finance-7107","topics":"finance;construction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90963c06-b476-4048-abbd-bfb779a1330c","name":"Application Integration Made Simple with SAP HANA Cloud Integration","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-application-integration-made-simple-with-sap-hana-cloud-integration-6652","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36513c51-a9de-43ee-b9dc-2bdfc49e609e","name":"Statistics for International Business","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/statistics-international-business","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7897daff-f541-4464-8785-b921555ea3b3","name":"Software Construction in Java","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/software-construction-java-mitx-6-005-1x","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7394b14a-5937-421b-927f-40412564f1ae","name":"Research kitchen","description":"By Ludwig-Maximilians-Universität München via Coursera","image":null,"links":"course|https://www.coursera.org/learn/research-kitchen","topics":"business;strategy;organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6dd1443c-7502-4a5a-bfa8-482033a07e45","name":"Advanced Cybersecurity for Mobile Platforms","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/incibe-english/courses/advanced-cybersecurity","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1ce18f2-7875-425d-ba4e-3ba09ad88a96","name":"Supply Chain Principles","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-supply-chain-principles-8098","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbf9336a-2c94-499c-bfad-02a086d2d0d3","name":"Knot Theory and Its Applications","description":"By Kunio Murasugi","image":null,"links":"book|https://www.maths.ed.ac.uk/~v1ranick/papers/murasug3.pdf","topics":"knot-theory","creators":null,"year":"1993","difficulty":null,"cost":"0.0","rating":null,"tags":null} +{"iid":"0040f6b9-4a52-4b98-9e2b-ef3c8461599f","name":"Marketing in an Analog World","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-marketing-in-an-analog-world-9198","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2d82fcc-9f3f-4d99-b78e-f908c1191c2e","name":"Nature, in Code: Biology in JavaScript","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.edx.org/course/nature-code-biology-javascript-epflx-nic1-0x","topics":"biology;programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57fd30b4-10b6-4585-a9ef-d04102c22348","name":"Six Sigma Advanced Analyze Phase","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-six-sigma-advanced-analyze-phase-9074","topics":"six-sigma","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73213653-d9d8-46a6-aadf-0201743acf5f","name":"Imagine IoT","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/iot2","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dcc7cba8-6cf8-4ac3-b550-2d6ecabba12d","name":"Sales & Marketing Alignment","description":"By Fundação Instituto de Administração via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sales-marketing-alignment","topics":"sales;marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"064093f5-aca2-4143-96be-a66976877ab1","name":"Computation Structures 2: Computer Architecture","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/computation-structures-2-computer-mitx-6-004-2x","topics":"computer-architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4968d13e-7af6-4776-9324-29ee4120102b","name":"Business Strategies for Social Impact","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-strategies-for-social-impact-9743","topics":"business;strategy;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"593a10b4-352e-4696-bf2b-23d63754c7b9","name":"Algorithms: Design and Analysis","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:Engineering+Algorithms1+SelfPaced/about","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a5c8fe22-125a-4e8b-80d0-63746e37ee7e","name":"Doing Business in China Capstone","description":"By The Chinese University of Hong Kong via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-doing-business-in-china-capstone-9769","topics":"nations/china/business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a567b919-7a1b-453b-8483-a9cce1fa0b5e","name":"Digital Networks Essentials","description":"By Institut Mines-Télécom via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-digital-networks-essentials-6719","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5cbed1d4-8611-4d11-abd7-099f7bf913de","name":"Creating New BigQuery Datasets and Visualizing Insights 日本語版","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-creating-new-bigquery-datasets-and-visualizing-insights--9672","topics":"big-data;software-tools/bigquery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"752fc869-13bb-4c5e-b8f7-28e3f09a6502","name":"Continuous Integration and Deployment","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/continuous-integration-and-deployment--ud1030","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ce4d0f8-5ef7-426e-ab28-398c286a6199","name":"Planning: Principled, Proposing, Proofing, and Practicing to a Success Plan","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-planning-principled-proposing-proofing-and-practicing-to-a-success-plan-5615","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7d49793-0e28-440b-a3ef-dd40ce6e9a6d","name":"Financial Accounting: Advanced Topics","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/financial-accounting-advanced","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d69810a-ab40-40c2-b805-5640ac6e0b2e","name":"6.S191: Introduction to Deep Learning","description":"By Massachusetts Institute of Technology via Independent","image":null,"links":"course|http://introtodeeplearning.com/index.html","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca22ed77-11bd-4ec8-a692-accb4a6a9b80","name":"Investments II: Lessons and Applications for Investors","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/investments-applications","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"246b3b7c-5550-4305-9dd0-745ea3086c32","name":"Deep Learning for Natural Language Processing","description":"By University of Oxford via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-deep-learning-for-natural-language-processing-8097","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63f7d0a2-4f10-43e0-b520-919c7d06cae3","name":"https://www.reddit.com/r/rubyonrails/","description":null,"image":null,"links":"chat|https://www.reddit.com/r/rubyonrails/","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"31d7e390-0a05-4985-b2ae-6fdcbe021d1e","name":"Learn Touch Typing Free - TypingClub","description":null,"image":null,"links":"course|https://www.typingclub.com/","topics":"touch-typing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c3e0612-31a3-4de4-9637-e12e7d6b4729","name":"International and Cross-Cultural Negotiation","description":"By ESSEC Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/international-negotiation","topics":"business;negotiation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ba04f01-ebf7-4aac-859d-9e11c31cab41","name":"6.S094: Deep Learning for Self-Driving Cars","description":"By Massachusetts Institute of Technology via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-6-s094-deep-learning-for-self-driving-cars-8132","topics":"autonomous-vehicles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b718cd0b-8410-46c2-850d-afaa93755505","name":"Advanced Software Construction in Java","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/advanced-software-construction-java-mitx-6-005-2x","topics":"software-engineering;programming-language/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02826be8-6797-4b91-9219-8ea32e0d3acb","name":"Get a Software Engineering Job/Internship - Ultimate Guide","description":null,"image":null,"links":"article|https://workat.tech/general/article/get-a-software-engineering-job-1hw2juklol68","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"e948e0ac-0efc-4499-97d6-9755945e1ce9","name":"Computation Structures 3: Computer Organization","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-computation-structures-3-computer-organization-6245","topics":"computer-architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3bc69410-0430-454f-9039-70d233f849e4","name":"Cost and Economics in Pricing Strategy","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/uva-darden-bcg-pricing-strategy-cost-economics","topics":"business;marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa41c475-d4e1-4406-9fcc-9046b38fafb0","name":"Introduction to Data Structures","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-data-structures-7391","topics":"data-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a13c5e69-57e8-46ee-9cce-16a0c201c18b","name":"Global Strategy II: Doing Business in The Global Economy","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/global-strategy-two","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6caf92ec-0972-4d9b-8d46-65d0061e39f4","name":"Shell Workshop","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-shell-workshop-8373","topics":"command-line","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb7c8b9c-234c-478e-8e0a-f19214f8fed3","name":"Gender and Sexuality: Diversity and Inclusion in the Workplace","description":"By University of Pittsburgh via Coursera","image":null,"links":"course|https://www.coursera.org/learn/gender-sexuality","topics":"diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00f2987d-5621-4778-9f30-6f7da20accbb","name":"Digital Transformation","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/bcg-uva-darden-digital-transformation","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b11fac81-39d9-402c-ad38-77744fa3e712","name":"Software Engineering Roadmap: Getting Started","description":null,"image":null,"links":"article|https://workat.tech/general/article/software-engineering-roadmap-getting-started-b3jccm9sgmjk","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"4dcd3b39-f47d-45ae-91b0-240f4257b47d","name":"Customer Insights: New Product Development Orientation","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/customer-insights-orientation","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eac9f4ee-18b9-451d-ac4a-0d83932d55dc","name":"Learn TensorFlow and deep learning, without a Ph.D.","description":"By Google via Independent","image":null,"links":"course|https://cloud.google.com/blog/products/gcp/learn-tensorflow-and-deep-learning-without-a-phd","topics":"software-tools/tensorflow;deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0d00624-67b3-43f3-8355-afc1968eb31c","name":"Statistical Machine Learning","description":"By Carnegie Mellon University via Independent","image":null,"links":"course|http://www.stat.cmu.edu/~larry/=sml/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"102db4e3-9663-4012-b059-8928cdd1abe8","name":"Sales Force Management","description":"By West Virginia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sales-force-management","topics":"sales;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ff08dca-5527-4d0c-950f-523d1870c4f2","name":"Software Engineering Roadmap: Building Foundations","description":null,"image":null,"links":"article|https://workat.tech/general/article/software-engineering-roadmap-building-foundations-6jh02kwtqawg","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"0e711ba9-f9bf-4d14-945b-8f3dd221141b","name":"SDE I Interview Preparation: The Ultimate Guide","description":null,"image":null,"links":"article|https://workat.tech/general/article/sde-1-interview-prep-ultimate-guide-dhijqvdubzor","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"7e7ba89a-2934-4242-b330-25d6b8d5d69d","name":"How to crack interviews at product-based companies?","description":null,"image":null,"links":"article|https://workat.tech/general/article/how-to-crack-interviews-vx70wy0ff98m","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"82787949-fbd7-4a6b-bd6b-0b0223350e20","name":"Cyber-Physical Systems Security","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-cyber-physical-systems-security-8569","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abd64ef5-f847-44cd-b8b7-9165d715758c","name":"Network Security","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-network-security-8570","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f41304e-2525-4fc6-a491-3e505e77e595","name":"Branding and Customer Experience","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-branding-and-customer-experience-12694","topics":"branding;marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6487e6cd-792b-4eaa-aff8-1be8b33ecb49","name":"Artificial Intelligence","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.udacity.com/course/artificial-intelligence--ud954","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24089815-04dc-4009-b121-bfa1a7d85074","name":"FinTech: Foundations, Payments, and Regulations","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-fintech-overview-payments-regulations","topics":"fintech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e0bf5d4-18e6-4dce-bd8c-66921f746948","name":"Compilers: Theory and Practice","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-compilers-theory-and-practice-8572","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbb0d4c3-bdde-43a8-bf90-d544f3536fe7","name":"Risk, Return & Valuation","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/risk-return-and-valuation","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0179e96-bc30-40c0-a8f0-100aa82fadfe","name":"Fundamentals of Red Hat Enterprise Linux","description":"By Red Hat via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-fundamentals-of-red-hat-enterprise-linux-8670","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11196efb-8028-4263-8090-6800540b8def","name":"Managing Your Money: MBA Insights for Undergraduates","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/managingmoney","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7183e9ca-da92-4efb-a504-0a520f99edf0","name":"How to Code: Complex Data","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/how-code-complex-data-ubcx-htc2x","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61468d38-26eb-468d-a09b-c4d281297a3e","name":"Managerial Accounting: Tools for Facilitating and Guiding Business Decisions","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-managerial-accounting-tools-for-facilitating-and-guiding-business-decisions-2752","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11dd75d4-87fa-44dc-90f6-94b575df46b4","name":"Computer Networks and the Internet","description":"By Kiron via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-computer-networks-and-the-internet-8665","topics":"computer-networking;internet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93619cb2-c783-4b5e-9690-5274ea67fde6","name":"Leading Organizations","description":"By HEC Paris via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-leading-organizations-4246","topics":"organization;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5852e7b7-edaf-48f8-8276-53a14289096d","name":"Leading Teams","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/leading-teams","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3d67294-782a-467b-b5d0-1a7ad6379f2f","name":"Touch IoT with SAP Leonardo","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-touch-iot-with-sap-leonardo-8919","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37c757e3-1d57-4337-95ee-b84661ee088c","name":"Resume best practices for product-based companies","description":null,"image":null,"links":"article|https://workat.tech/general/article/resume-cv-best-practices-klsvikpz8nd6","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"d2f42ac5-225c-469b-90ff-a0adb647bb64","name":"Cutting Edge Deep Learning For Coders, Part 2","description":"By fast.ai via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-cutting-edge-deep-learning-for-coders-part-2-8965","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31e93310-f8b4-41b6-a306-f955f179451d","name":"Applications of Everyday Leadership","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/everyday-leadership-application","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aab2d9bd-6a5e-4a0b-9280-06db20429820","name":"Linked Data Engineering","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-linked-data-engineering-5392","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eec69ccf-8ad0-4fec-9f37-a658beebc03f","name":"Wharton Business and Financial Modeling Capstone","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-business-financial-modeling-capstone","topics":"business;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44c84886-9ef3-47a0-937d-8478c24e09b1","name":"Software Construction: Data Abstraction","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-software-construction-data-abstraction-8200","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc36dd3d-7f6d-400a-bd6a-4f94511c8ac2","name":"Pricing Strategy","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-pricing-strategy-5529","topics":"business;marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"026530c1-34f1-49e0-b753-d059bbdb84f2","name":"Fundamentals of Containers, Kubernetes, and Red Hat OpenShift","description":"By Red Hat via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-fundamentals-of-containers-kubernetes-and-red-hat-openshift-9105","topics":"devops","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe478f05-5ba6-43f1-8d48-e4f672d2c754","name":"Which programming languages/technologies should I learn?","description":null,"image":null,"links":"article|https://workat.tech/general/article/which-language-to-learn-yq8dbd9rd34z","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"f3ac2a6a-4614-4ce1-bc97-5376c3cdbc78","name":"Beginner's guide to open-source contribution","description":null,"image":null,"links":"article|https://workat.tech/general/article/open-source-contribution-guide-xmhf1k601vdj","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"795bdbcf-25e2-44aa-933a-38dc0df78451","name":"Forecasting Models for Marketing Decisions","description":"By Emory University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-forecasting-models-for-marketing-decisions-6912","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4efba250-db29-4fde-8e3c-58217474f4e8","name":"The Beauty and Joy of Computing - AP® CS Principles Part 1","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/beauty-joy-computing-apr-cs-principles-uc-berkeleyx-bjc-12x-0","topics":"computer-science;programming-languages/snap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18f2e80f-e0c0-45eb-8ca3-7a2645718e7a","name":"Corporate Finance II: Financing Investments and Managing Risk","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-corporate-finance-ii-financing-investments-and-managing-risk-6758","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43c6a89c-7b55-422c-9bf1-5739da774818","name":"Algorithms: Design and Analysis, Part 2","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-algorithms-design-and-analysis-part-2-9250","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21b4785f-8055-4189-8ab7-7809ef6ed2d8","name":"Creative Applications of Deep Learning with TensorFlow II","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/creative-applications-of-deep-learning-with-tensorflow-ii/info","topics":"deep-learning;software-tools/tensorflow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a051106-1378-45e1-9b12-314b90577e42","name":"Social Business Model and Planning for Social Innovation","description":"By Copenhagen Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/social-business-model","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ef431cd-e506-40f3-aca0-bb1996db77df","name":"Computing Form and Shape: Python Programming with the Rhinoscript Library","description":"By Rhode Island School of Design via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/computing-form-and-shape-python-programming-with-the-rhinoscript-library/info","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa925bf3-e98f-4d74-85c4-2b39d697c5e0","name":"Creating a Portfolio","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-creating-a-portfolio-7034","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12eafa43-6849-4960-a84e-11971fcec587","name":"TV Whitespaces for Museums and Archives","description":"By San Jose State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/sjsu/courses/tv-whitespace","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a547f182-7aae-452a-ad61-af94c32e693f","name":"Operations Management and Strategy Toolkit for Managers","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-operations-management-and-strategy-toolkit-for-managers-7749","topics":"operations;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82c89559-31ac-4158-bcfc-31064593ba88","name":"Developing Intelligent Apps and Bots","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-developing-intelligent-apps-and-bots-6357","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a380b7b-5494-4a44-972b-56bdfd549e3b","name":"Telegram: Contact @Ruby_Rails","description":null,"image":null,"links":"chat|https://t.me/Ruby_Rails","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de561894-e965-4944-a003-c9c10ac36fc4","name":"Awesome Project Ideas for Software Developers | Resume","description":null,"image":null,"links":"article|https://workat.tech/general/article/awesome-project-ideas-software-developers-resume-c8yb6s706bxq","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"e8b88c30-97d2-4a1e-ab3c-6bd96414980b","name":"How to apply for off-campus placements (jobs/internships)?","description":null,"image":null,"links":"article|https://workat.tech/general/article/apply-off-campus-placements-jobs-internships-n8201qu9c4jc","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"195547a8-0275-41f4-9c65-0f2cc57d3a13","name":"Financial Accounting Toolkit for Decision Making","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-financial-accounting-toolkit-for-decision-making-7750","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"4.0","tags":null} +{"iid":"aff6f6d8-7037-48ba-ac2e-2b6bc8961e6a","name":"Azure Application Deployment and Management","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-azure-application-deployment-and-management-9434","topics":"software-tools/azure;cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fed0fdcd-c113-4fb4-ba2f-190b1657bdd7","name":"Six Sigma Tools for Define and Measure","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/six-sigma-tools-define-measure","topics":"six-sigma","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d28d5a2-5997-49d0-bed7-e5c09794920d","name":"Cyber Security Economics","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/cyber-security-economics-delftx-secon101x-0","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e70f629d-5251-4011-a48d-0aacf418b1e3","name":"Software Construction: Object-Oriented Design","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/software-construction-object-oriented-ubcx-softconst2x","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae892ea0-be95-4388-b67f-1276edc3c0b3","name":"Six Sigma Principles","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/six-sigma-principles","topics":"six-sigma","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e38c63c7-7967-4309-9fed-68877e144973","name":"Core ML: Machine Learning for iOS","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/core-ml--ud1038","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7e0602a-35b2-4480-8fac-d3b4b82c0d5b","name":"How to get job referrals on LinkedIn and land an awesome job?","description":null,"image":null,"links":"article|https://workat.tech/general/article/linkedin-job-referrals-ys58hxrjj93f","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"2d8e1a24-27f5-41f4-8471-74947e6d829d","name":"Understanding Financial Statements: Company Performance","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-understanding-financial-statements-company-performance-6080","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7240cb21-850d-40ad-b146-05ff212734bd","name":"In-Memory Data Management","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-in-memory-data-management-465","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"764f3f7d-04f0-4a1b-9ec7-684e33e515dd","name":"Building the Business Model for Corporate Entrepreneurs","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/corporate-entrepreneurs-business-model","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15cd0d52-914e-4238-bd81-2796ea2f5805","name":"Creative Applications of Deep Learning with TensorFlow III","description":"By via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-creative-applications-of-deep-learning-with-tensorflow-iii-7591","topics":"deep-learning;software-tools/tensorflow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cab12f73-dde6-454c-9c10-6af528f0ef78","name":"Trading Basics","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-trading-basics-7042","topics":"trading","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc616707-f4f5-4339-8aa0-0d554772fcf9","name":"Information Security Management in a Nutshell","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/ism1-tl","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"870ca3ae-fe4a-4bd9-a9cb-a7e348c08116","name":"How to get a recruiter's attention on LinkedIn and land an awesome job?","description":null,"image":null,"links":"article|https://workat.tech/general/article/get-recruiter-attention-linkedin-k90rgq70harw","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"73b4b1f5-9e5c-499e-b317-170e2d245f51","name":"Optimizing Diversity on Teams","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/diverse-teams","topics":"diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a606128-534f-4f3e-ab20-def2f2b87db3","name":"Reliable Distributed Algorithms, Part 2","description":"By KTH Royal Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-reliable-distributed-algorithms-part-2-6603","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a26b595-b502-4443-b89c-0b9f9dcc4a00","name":"Innovation & Entrepreneurship - From Design Thinking to Funding","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-innovation-entrepreneurship-from-design-thinking-to-funding-8135","topics":"innovation;entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"309efa2a-4e02-4288-89b9-6c693cc2264e","name":"Accounting Analysis I: Measurement and Disclosure of Assets","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-accounting-analysis-i-measurement-and-disclosure-of-assets-8933","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56c29db3-737f-411e-a25b-7c12e416bdb6","name":"Strategic Sales Management Final Project","description":"By Fundação Instituto de Administração via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ssm-final-project","topics":"strategy;sales;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45068f64-2325-4bac-b66f-2ea91b5fadae","name":"Selling to Chinese Consumers","description":"By The Chinese University of Hong Kong via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-selling-to-chinese-consumers-9766","topics":"sales;nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"033ed693-7f35-4391-909e-4c9c41d25344","name":"Entrepreneurship","description":"By The Chinese University of Hong Kong via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-entrepreneurship-9767","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e302e786-9f3e-46d8-bd7a-7d581ee095e5","name":"Enterprise Deep Learning with TensorFlow","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/ml2","topics":"deep-learning;software-tools/tensorflow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdd9a53d-7ae9-49d6-a563-451c1a912a51","name":"New Technologies for Business Leaders","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/new-technologies-business-leaders","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4ecbd9e-0354-4d82-ab0d-c880fc3aff0f","name":"Enterprise Machine Learning in a Nutshell","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/ml1-1","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2428d1e-90e5-4869-be4a-43acb509bdcd","name":"Annual Campaigns: Building a Case for Support","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/annual-campaigns","topics":"philanthropy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f0b6fc0-0e0b-4383-9b3a-8f85611dfb5a","name":"Provisioning Office 365 Services","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/provisioning-office-365-services","topics":"software-tools/office365","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cea57fb-bc3a-47e8-8b5d-64689670ac48","name":"Major and Principal Gifts","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/major-principal-gifts","topics":"philanthropy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe2d246d-245e-4361-a342-3fdf9e91e993","name":"Manage Office 365 Identities","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-manage-office-365-identities-8716","topics":"software-tools/office365","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e81fcc4d-724c-470c-a929-6d7fb69df8f5","name":"Competitive Programming or Open Source Contribution - What to do?","description":null,"image":null,"links":"article|https://workat.tech/general/article/competitive-programming-open-source-zbnd3oy8n94l","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"1d2c4eb2-1d6f-4459-84b5-54af3917251e","name":"Applied Machine Learning","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/applied-machine-learning-microsoft-dat203-3x-4","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0729670a-e229-43a5-8f97-bda97eda8df8","name":"Advanced Valuation and Strategy - M&A, Private Equity, and Venture Capital","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-advanced-valuation-and-strategy-m-a-private-equity-and-venture-capital-12104","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fbe2a5a-227d-4978-a5a2-ecca2d835e7d","name":"Office 365: SharePoint Online Administrator","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-office-365-sharepoint-online-administrator-10112","topics":"software-tools/office365","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a11e1211-8044-4e42-9e47-6bfd1719155e","name":"Time Value of Money","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-time-value-of-money-13213","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51877f2e-5280-4b67-9771-4c14ae45fa22","name":"Enabling Office 365 Clients","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/enabling-office-365-clients","topics":"software-tools/office365","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f38a853-510e-4efa-96fd-0927705a0442","name":"Blockchain for the decision maker","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.coursera.org/learn/blockchain-decision-maker","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ea26b43-7f2f-406a-aecb-e8f12a051e1f","name":"FinTech Disruptive Innovation: Implications for Society","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/fintech-disruption","topics":"fintech;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"274a911c-4171-4e97-a0ad-7d97df117a20","name":"Windows Server 2016: Azure for On-Premises Administrators","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-windows-server-2016-azure-for-on-premises-administrators-8539","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0f765f2-7063-47bc-b8f0-b9ba2acdf8cb","name":"Leadership in Interprofessional Informatics","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/leadership-interprofessional-informatics","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a153130f-7b5c-4110-a69d-441b472e9496","name":"Supply Chain Finance Market and Fintech Ecosystem","description":"By New York Institute of Finance via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-supply-chain-finance-market-and-fintech-ecosystem-13266","topics":"supply-chain;fintech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8a8068e-0f55-40d6-9e70-636e16936e19","name":"Compliance in Office 365​®: Data Governance","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/compliance-office-365-r-data-governance-microsoft-cld206x-2","topics":"software-tools/office365","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ad82ec1-da56-433d-85f3-fd9a7b4bff8e","name":"CS50's Understanding Technology","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/cs50s-understanding-technology","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3993231-8371-4205-8b1f-079ab794afc1","name":"Ace the Behavioral or HR Interview using the STAR Technique","description":null,"image":null,"links":"article|https://workat.tech/general/article/ace-behavioral-interview-star-technique-igsg09rw2u1a","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"ccf746c7-29db-468f-bda8-16fce162c231","name":"Information and Communication Technology (ICT) Accessibility","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/information-communication-technology-ict-gtx-ict100x-0","topics":"information-technology;accessibility","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"290aeeb8-76d9-46a7-8387-676437ab14ab","name":"Keeping up with Change: Issues for the Finance Professional","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/change-for-the-finance-professional","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f44a7fc1-12e6-4f67-876a-c4a8fac47f26","name":"From Internship to Full-Time Employee: Tips on how to get a PPO","description":null,"image":null,"links":"article|https://workat.tech/general/article/internship-to-full-time-employee-tips-get-ppo-s5b8z7ilzirl","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"16e5d33b-8c8d-49fa-91b5-4c5ec01ee555","name":"How to Finance and Grow Your Startup – Without VC","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-how-to-finance-and-grow-your-startup-without-vc-5831","topics":"finance;startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fb75037-2444-4a4a-9ad6-5df0768d76c3","name":"Software Engineering: Introduction","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-software-engineering-introduction-8205","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88434f14-37d8-427d-9879-caf02eb1ea11","name":"Data Structures: An Active Learning Approach","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.edx.org/course/data-structures-an-active-learning-approach","topics":"data-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a211fa80-d3bb-45e1-82d9-d93944d033ab","name":"Got the job, now what?","description":null,"image":null,"links":"article|https://workat.tech/general/article/got-the-job-now-what-x3czxlcfvlai","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"b46ab69a-1257-495a-a210-b9a414ce2c3f","name":"Introduction to DevOps: Transforming and Improving Operations","description":"By Linux Foundation via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-devops-transforming-and-improving-operations-7506","topics":"devops","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52a074a9-0a70-4eb4-a796-99ade22f5472","name":"E-commerce Technologies","description":"By Madurai Kamaraj University, Madurai, Tamil Nadu via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_cm01/preview","topics":"ecommerce","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6db4255-c3b0-4c17-be96-539d4ea00144","name":"Hacker101","description":"By HackerOne via Independent","image":null,"links":"course|https://www.hackerone.com/hacker101","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7e993a8-21be-4120-a97e-7099dba2212a","name":"Oil & Gas Industry Operations and Markets","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/oilandgas","topics":"oil-and-gas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8112cd2-ce40-4230-a150-6402af52de00","name":"Cyber-Physical Systems Design & Analysis","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.udacity.com/course/cyber-physical-systems-design-analysis--ud9876","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5248298-a742-4f5c-8d5b-3e350db3b867","name":"Everything about your offer letter (CTC, Base Salary, Bonus, Stocks, etc)","description":null,"image":null,"links":"article|https://workat.tech/general/article/everything-about-offer-letter-ctc-salary-cw42rxlct4jf","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"fc506edb-584c-47e0-840f-d876bd947e59","name":"Communicating with Chat Bots","description":"By Amazon via Independent","image":null,"links":"course|https://www.aws.training/Details/Curriculum?id=27156","topics":"chatbots","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"660bd014-cb2e-4fab-8398-ec772421c01e","name":"Salary Negotiation Guide: Why and How to do it to get a better deal and earn more","description":null,"image":null,"links":"article|https://workat.tech/general/article/salary-negotiation-guide-ehnrr1is5emc","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"779a2ac5-938f-40f3-8270-7d6e64f391f8","name":"Raising Money from Investors","description":"By Marie Prokopets and Hiten Shah","image":null,"links":"article|https://docsend.com/view/v85vgbnsgg8gm4ys","topics":"fundraising","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5a1abcd-af8d-45b2-8423-2334bf7c1e9c","name":"Managing the Organization: From Organizational Design to Execution","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/managing-organization","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78492df5-76d7-4d5e-bbba-cd0e6cdccd18","name":"Customer-Centric Innovation","description":"By RWTH Aachen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-customer-centric-innovation-8169","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9afd107c-cf27-45b3-a964-7c5e4ced26e6","name":"Linux für Alle","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-linux-fur-alle-9978","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfb91077-6d29-4577-a28d-46467ee06a98","name":"Machine Learning Crash Course with TensorFlow APIs","description":"By Google via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-machine-learning-crash-course-with-tensorflow-apis-10503","topics":"machine-learning;software-tools/tensorflow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5997028d-f37c-4bb4-a164-51a5e22d4991","name":"Infonomics II: Business Information Management and Measurement","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-infonomics-ii-business-information-management-and-measurement-13616","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44ebcdf2-fcf5-4be7-a14d-11ecf46d7ba7","name":"Software Development Capstone Project","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/software-development-capstone-project-ubcx-softengprjx","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dde90429-01dd-4343-9232-7d04670e0a29","name":"Leadership Through Marketing","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/leadership-marketing","topics":"leadership;marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47a38d87-26d0-49f4-b3d6-4001ba08e2ef","name":"Introduction to Graduate Algorithms","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-introduction-to-graduate-algorithms-10625","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96b3a173-88ad-4b96-a6ed-048e0f08935c","name":"Fundamentals of Deep Learning for Computer Vision","description":"By Nvidia via Independent","image":null,"links":"course|https://courses.nvidia.com/courses/course-v1:DLI+C-FX-01+V2/about","topics":"deep-learning;computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05400cc1-196f-4b09-93e6-d3946570044f","name":"How to get help on LinkedIn (or any online community like Slack, Discord, etc)?","description":null,"image":null,"links":"article|https://workat.tech/general/article/approach-people-linkedin-online-communities-5q7lqw6apwxl","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"3ec94c0c-459b-41bc-ba78-cfb031363b2d","name":"Fundamentals of Accelerated Computing with CUDA C/C++","description":"By Nvidia via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-fundamentals-of-accelerated-computing-with-cuda-c-c-10733","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47699af4-3ca2-45d2-805d-55bb6c9779dd","name":"Corporate Finance Essentials","description":"By IESE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/corporate-finance-essentials","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fa833c4-ca6d-4e8b-9034-abb99311f636","name":"NFV Acceleration: An Introduction to OPNFV","description":"By Linux Foundation via edX","image":null,"links":"course|https://www.edx.org/course/an-introduction-to-opnfv","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e4c4d67-b9da-4493-8fac-0c813c64c4dc","name":"Modeling Risk and Realities","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-risk-models","topics":"business;risk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa0f699b-018f-4ae6-8c6c-b6d4467b5e47","name":"Introduction to ONAP: Complete Network Automation","description":"By Linux Foundation via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-onap","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4761e678-4823-45f9-9218-db3f6a063bfc","name":"Launch Strategy: 5 Steps to Capstone Experience","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-launch-strategy-5-steps-to-capstone-experience-5558","topics":"entrepreneurship;startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d44bd99b-58e8-4ee5-9d67-f032ee38ec52","name":"Principles of Machine Learning","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-principles-of-machine-learning-6511","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e61579e-6271-4fd3-8434-29e1e72aeddb","name":"Intro to International Marketing","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-intro-to-international-marketing-5506","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7965702-5ff5-4ca5-bb36-c869a8183da3","name":"Integrated Marketing Communications: Advertising, Public Relations, Digital Marketing and more","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/integrated-marketing-communications","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18f0ed90-ff36-48bd-89e0-1e5a05eb4fd4","name":"Introduction to OpenStack","description":"By Linux Foundation via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-openstack-7202","topics":"software-tools/openstack","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72038697-62a0-47e2-b732-4fdbaec19aa0","name":"Introduction to Financial Markets","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-financial-markets-6178","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc54b014-eab8-4c0f-b8db-90edeb7202b8","name":"What is the Problem Solving, Data Structures and Algorithms round?","description":null,"image":null,"links":"article|https://workat.tech/problem-solving/article/what-is-ps-ds-coding-round-efuatnl7zxju","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"9fff562b-3bb1-4f9b-b0dc-c348c1c38ef8","name":"How to ace the Problem Solving, Data Structures and Algorithms round?","description":null,"image":null,"links":"article|https://workat.tech/problem-solving/article/how-to-ace-ps-ds-round-bg1570pm4avl","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"51b527f8-2586-4ef0-b548-f144c1b9d688","name":"Internet Security","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-internet-security-9977","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ccfda91-097e-4664-9d1a-e15a07767258","name":"Is competitive programming necessary to crack interviews at product-based companies?","description":null,"image":null,"links":"article|https://workat.tech/problem-solving/article/competitive-programming-for-interviews-hdndsdeila4r","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"9acc3cdd-373d-4eeb-bfa9-82136da72087","name":"LAFF – On Programming for Correctness","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-laff-on-programming-for-correctness-7852","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d05543e0-9c03-4019-a7f3-f3c0b6f9959a","name":"Marketing Mix Fundamentals","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/marketing-mix","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc79743f-33b0-4bcd-84c8-e9ada71fb2e0","name":"Developing AI Speech Apps with Microsoft Cognitive Services","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-developing-ai-speech-apps-with-microsoft-cognitive-services-11337","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d899a50-2bff-420c-9b7b-cda0f9399a94","name":"Positioning: What you need for a successful Marketing Strategy","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/positioning","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e81b131-e768-46eb-a272-204189db6d7e","name":"Machine Learning: Unsupervised Learning","description":"By Brown University via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-machine-learning-unsupervised-learning-1848","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ec705f0-a2f4-45ec-833b-9b3c09240775","name":"Common Mistakes to avoid in Competitive Programming for Beginners","description":null,"image":null,"links":"article|https://workat.tech/problem-solving/article/common-mistakes-competitive-programming-lf4oh6kwtw7o","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"45d60be3-7641-4117-bcfc-70fab885bc0f","name":"What is a Machine Coding Round?","description":null,"image":null,"links":"article|https://workat.tech/machine-coding/article/what-is-a-machine-coding-round-omfn1w54ojlg","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"cdc1ad8e-accf-456a-9cb6-e04bdb0c1e15","name":"Accounting Analytics","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/accounting-analytics","topics":"accounting;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc8548cb-5668-4966-85a3-45c5dfd56daa","name":"How to Build Chatbots and Make Money","description":"By IBM via edX","image":null,"links":"course|https://www.edx.org/course/how-to-build-chatbots-and-make-money","topics":"chatbots","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6055458-df39-4e9d-9187-d63f78477ad1","name":"Energy: The Enterprise","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/energy-industry-overview","topics":"energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5e1713f-9959-485e-8bfe-3f005a8f71e0","name":"Fundamentals of Quantitative Modeling","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fundamentals-of-quantitative-modeling-5448","topics":"business-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d01e6f21-2f35-4587-ac9c-b168eac5bd21","name":"Microsoft Bot Framework and Conversation as a Platform","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-bot-framework-and-conversation-as-a-platform-11325","topics":"chatbots","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"beebca74-ef01-431f-a6c6-2f0c0cfbecad","name":"Entrepreneurship 3: Growth Strategies","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/growth-strategy","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0fc90022-5b6e-4a47-8745-d78cbf63db31","name":"Intro to Data Structures and Algorithms","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/data-structures-and-algorithms-in-python--ud513","topics":"data-structures;algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32db6833-50e2-488d-95d7-7797faedfa95","name":"Managing Uncertainty in Marketing Analytics","description":"By Emory University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-managing-uncertainty-in-marketing-analytics-6914","topics":"marketing;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a24be10-e343-4289-b765-be93e4e906c0","name":"Introduction to Computation Theory","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.complexityexplorer.org/courses/58-introduction-to-computation-theory","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b386865-7d83-4dc8-b8e3-e750254f4672","name":"How to prepare for machine coding round?","description":null,"image":null,"links":"article|https://workat.tech/machine-coding/article/how-to-prepare-for-machine-coding-round-naf2ih7a9e5l","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"f77a70df-f01e-4f26-ba0f-21b97c648d9f","name":"Fundamentals of Machine Learning","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.classcentral.com/course/complexity-explorer-fundamentals-of-machine-learning-11493","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"591e7561-8363-4139-b285-e9d82c7d0caa","name":"Ethical Social Media","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ethical-social-media-7020","topics":"social-media;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b886ae19-1d32-4181-a086-8d5a0b201e3d","name":"Self-Driving Fundamentals: Featuring Apollo","description":"By Baidu via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-self-driving-fundamentals-featuring-apollo-11639","topics":"autonomous-vehicles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"679692a8-d347-4ff4-83f1-ba8c70393940","name":"Microsoft Exchange Server 2016 - 4: Transport Services","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/microsoft-exchange-server-2016-4-transport-services","topics":"software-tools/exchange","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9770002a-f2de-460a-be12-e5e3486ef823","name":"Building High-Performing Teams","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-building-high-performing-teams-7121","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f21949a4-c658-4605-89d0-377c9853c3da","name":"Microsoft Exchange Server 2016 - 3: Mailbox Databases","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-exchange-server-2016-3-mailbox-databases-6325","topics":"software-tools/exchange","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4c921ac-afdd-484f-8185-843550c48539","name":"Data-driven Decision Making","description":"By PwC via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-driven-decision-making-6852","topics":"decision-making;thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32780446-8294-4208-8f1a-b950828dc5ac","name":"Microsoft Exchange Server 2016 - 2: Client Access Services","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/microsoft-exchange-server-2016-2-client-access-services","topics":"software-tools/exchange","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca3fd85b-2440-46d4-9a65-d3f5e0743ac9","name":"Supply Chain Logistics","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/supply-chain-logistics","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"616dda3e-9c12-494b-a409-776f7a9fbf56","name":"Managing Microsoft Exchange Online in Office 365","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-managing-microsoft-exchange-online-in-office-365-7486","topics":"software-tools/exchange","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10f942e6-5d54-48c6-9532-71f6fad6dac1","name":"Data Cleansing with Data Quality Services (DQS)","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-data-cleansing-with-data-quality-services-dqs-7589","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a928d356-447b-4911-a8a1-c67ea8eae935","name":"Digital Product Management: Modern Fundamentals","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-digital-product-management-modern-fundamentals-8548","topics":"product-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3d8c093-220b-4192-b2a2-60ca0956aa78","name":"Windows 10 Features for a Mobile Workforce: Windows and Devices in the Enterprise","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-windows-10-features-for-a-mobile-workforce-windows-and-devices-in-the-enterprise-6547","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40d0085b-76e2-4c14-bd95-a72287166258","name":"The hidden value – Lean in manufacturing and services","description":"By École des Ponts Paritech via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-hidden-value-lean-in-manufacturing-and-services-8365","topics":"manufacturing;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96d4a7a6-de99-4ae5-9f2f-6b0416bb3add","name":"Organizing Evangelism and Achieving User Adoption","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/organizing-evangelism-and-achieving-user-adoption","topics":"business;organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3acc8f17-7fb6-4b48-9ccd-459242bc2e78","name":"How to practice for machine coding round?","description":null,"image":null,"links":"article|https://workat.tech/machine-coding/article/how-to-practice-for-machine-coding-kp0oj3sw2jca","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"6808b460-6aaf-4b63-b7d9-52f43d838e75","name":"How to ace the machine coding round?","description":null,"image":null,"links":"article|https://workat.tech/machine-coding/article/how-to-ace-machine-coding-round-hi8lnpp8tlmo","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"0b08a6f3-f49c-4f6c-9bc1-92560def5a7d","name":"Typing practice","description":null,"image":null,"links":"interactive|https://www.keybr.com/","topics":"touch-typing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0179e9e-6853-4a78-a0b8-ecda7cb18915","name":"Research Proposal: Initiating Research","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/research-proposal-initiating-research","topics":"business-intelligence;market-research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec5aacef-f68f-48f3-a298-d32eaac0a4f6","name":"Windows Server 2016: Basic Networking","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-windows-server-2016-basic-networking-8537","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52c75f97-873f-4c84-b81f-90eaab355e86","name":"Skype for Business: Voice Hybrid and Routing","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/skype-for-business-voice-hybrid-and-routing","topics":"software-tools/skype","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"493df646-4bb5-418f-b6e0-629615415278","name":"Digital Competition in Financial Services","description":"By Copenhagen Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-digital-competition-in-financial-services-9310","topics":"finance;information-technology;business;fintech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e43b6224-0925-481a-b0a5-6d82ede0abf3","name":"Skype Operations Framework","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/skype-operations-framework-0","topics":"software-tools/skype","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44596d4e-990b-484e-b9f4-b2fe78938aad","name":"Capital Markets and Financial Institutions – How to Survive Them","description":"By Moscow Institute of Physics and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/capital-markets-and-financial-institutions","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4eb3321-1c0e-44cb-adfd-556a6e5ba6ea","name":"System Center 2016: Building a Datacenter Fabric","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-system-center-2016-building-a-datacenter-fabric-9259","topics":"software-tools/system-center","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f56a660-6a15-4c03-ab36-60634061e5df","name":"Management Fundamentals","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/management-fundamentals-healthcare-administrators","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7381dcd7-8f46-4afb-99d5-e510ed6370ad","name":"Enabling Data Source Discovery with Azure Data Catalog","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-enabling-data-source-discovery-with-azure-data-catalog-9722","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"970c4609-e183-4c58-a9c2-bbeb764855e5","name":"Designing Data Platform Solutions","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-designing-data-platform-solutions-10313","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"deda5a4a-29a4-4a41-b2d0-5113199cb465","name":"International Organizations Management","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.coursera.org/learn/international-organizations-management","topics":"organization;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c93ee094-8bc4-4cc3-a09f-bcc7463af17d","name":"Skype for Business: Infrastructure Planning and Design","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/skype-for-business-infrastructure-planning-and-design","topics":"software-tools/skype","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"018eacb3-3837-4cee-9ca9-789bc553e099","name":"Project Planning and Machine Learning","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-project-planning-and-machine-learning-12284","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ecb460a-a0c4-4525-8b2e-550c4f509454","name":"Skype for Business: Infrastructure Advanced Configuration","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-skype-for-business-infrastructure-advanced-configuration-8416","topics":"software-tools/skype","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6cbe8cb1-c534-4c0e-9504-8f6b5f04814e","name":"Innovation and emerging technology: Be disruptive","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-innovation-and-emerging-technology-be-disruptive-13155","topics":"entrepreneurship;business;innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bcf54c9-68b9-4750-9823-b69955705c46","name":"Windows Server 2016: Virtualization","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-windows-server-2016-virtualization-8540","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c52c66ed-8744-42c9-b8ae-aaf0f9541dde","name":"Doing More with SAS Programming","description":"By SAS via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sas-programming-advanced","topics":"software-tools/sas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef674719-d4ed-4588-bb98-a245de47646f","name":"Windows Server 2016: Advanced Virtualization","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/windows-server-2016-advanced-virtualization-0","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a824c26e-3368-47e0-be9b-5e792e078ca1","name":"FinTech Law and Policy","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/fintechlawandpolicy","topics":"fintech;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24802a37-01e2-4a7b-8e75-f451e7e7b550","name":"Microsoft Exchange Server 2016 - 5: Hybrid Topologies with Office 365","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-exchange-server-2016-5-hybrid-topologies-with-office-365-6322","topics":"software-tools/exchange","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b82125e-a740-4e80-98a2-464185e56d0c","name":"Technology Commercialization, Part 1: Setting up your Idea Filtering System","description":"By University of Rochester via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-technology-commercialization-part-1-setting-up-your-idea-filtering-system-2567","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4e0e320-9f29-444f-a1ac-5fc1fd90b0df","name":"Microsoft SharePoint 2016: Infrastructure","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-sharepoint-2016-infrastructure-7158","topics":"software-tools/sharepoint","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ba324b1-1e3e-4ec5-ad66-6f5c2a8ef93b","name":"Identifying Food Fraud","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/food-fraud","topics":"chemistry;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71b7cdd8-fafd-46f3-8783-245dc08c758a","name":"Onboarding Messaging to Office 365","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/onboarding-messaging-to-office-365","topics":"software-tools/office365","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"005575c0-265a-486b-88ff-fa863cc827ef","name":"Windows 10 Features for a Mobile Workforce: Configuring Additional Resources","description":"By via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-windows-10-features-for-a-mobile-workforce-configuring-additional-resources-7488","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d183650d-8633-4519-8857-a8db17052a8e","name":"How to prepare for the Problem Solving, Data Structures and Algorithms round?","description":null,"image":null,"links":"article|https://workat.tech/problem-solving/article/how-to-prepare-for-ps-ds-round-tk0ytigb0s25","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"bc290453-3c3b-494e-829d-3b369a4ea768","name":"Skype for Business: Infrastructure Implementation and Conferencing","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/skype-for-business-infrastructure-implementation-and-conferencing","topics":"software-tools/skype","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b8f0d94-0677-4e59-ab9a-db308a7292a9","name":"Leadership Through Social Influence","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/leadership-socialinfluence","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d055679-709b-4b66-a651-cace9af53592","name":"Social Entrepreneurship","description":"By Copenhagen Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-social-entrepreneurship-1413","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf9b50eb-ca4f-4507-9982-d6a937946af7","name":"Windows Server 2016: Advanced Networking","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/windows-server-2016-advanced-networking-0","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0291a46a-81bf-4506-a120-61c9f90cb6e6","name":"Entrepreneurial Strategic Management","description":"By University of New Mexico via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-entrepreneurial-strategic-management-3596","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f92b9a5-a8ed-4a27-9f74-4b97a2ee6d04","name":"Planning & Developing Governance for Digital Transformation","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/planning-developing-governance-for-digital-transformation-1","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edbc3390-6ec3-4334-942a-f2335d14c2b9","name":"Entrepreneurship Capstone","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/entrepreneurship-capstone","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e3014c3-6574-46b1-b5f4-05d392cbcac1","name":"Transitioning to Microsoft Exchange Server 2016","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/transitioning-to-microsoft-exchange-server-2016","topics":"software-tools/exchange","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9574a4b1-b0d7-4edd-825d-bd54ac49dd0a","name":"Designing the Organization: From Strategy to Organizational Structure","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/designing-organization","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af8d9412-bb67-4528-8ce5-cacaceb508e4","name":"Microsoft Exchange Server 2016 - 1: Infrastructure","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-exchange-server-2016-1-infrastructure-6328","topics":"software-tools/exchange","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fd12056-a55f-4005-93f2-cdf9a647616c","name":"International B2B (Business to Business) Marketing","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/b2b-marketing","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0745ba79-355e-42f8-8b42-2f89c8e4d361","name":"SharePoint Enterprise Content Management","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/sharepoint-enterprise-content-management-0","topics":"software-tools/sharepoint","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1635aa9-d3cc-4599-84dc-53e712e5c40b","name":"Action-Driven Business Plan: From the ‘Classroom’ to the World","description":"By Technion - Israel Institute of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-action-driven-business-plan-from-the-classroom-to-the-world-5578","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73713d24-af67-46b4-8d44-898e5673d83f","name":"Microsoft SharePoint 2016: Workload Optimization","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-sharepoint-2016-workload-optimization-7156","topics":"software-tools/sharepoint","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a700db8-e66e-4e12-a6a2-e4a7d0a65dbd","name":"Meaningful Marketing Insights","description":"By Emory University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/meaningful-marketing-insights","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9730ebc-d338-4981-ada4-d3766753745c","name":"Skype for Business: Voice Concepts and Planning","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-skype-for-business-voice-concepts-and-planning-8194","topics":"software-tools/skype","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4c92114-4d50-41a4-9882-a16c2cc63867","name":"18.S191 Introduction to Computational Thinking","description":null,"image":null,"links":"course|https://computationalthinking.mit.edu/Fall20/","topics":"computational-thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"30b7b2fd-8557-4b96-bfc7-2df77d79bb7b","name":"Troubleshooting Microsoft Exchange Server 2016","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-troubleshooting-microsoft-exchange-server-2016-8967","topics":"software-tools/exchange","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"493f5452-236c-4116-b20a-5b5f6ac16f57","name":"Financial Analysis for Startups","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/financial-ratios","topics":"finance;startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20d4403f-6403-434f-acb2-f6c7f57d2b65","name":"System Center 2016: Building Clouds","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-system-center-2016-building-clouds-9970","topics":"software-tools/system-center","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9602d0f-9c89-48e3-8093-ca3929eebc49","name":"Construction Cost Estimating and Cost Control","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-construction-cost-estimating-and-cost-control-7106","topics":"construction;project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36df6c0b-304d-4689-90b0-6c4f44575e36","name":"Creating a Team Culture of Continuous Learning","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/continuous-learning-culture","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d26d9d0c-c3e9-44fa-a3ff-ed4df9a10a49","name":"Biases and Portfolio Selection","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-biases-and-portfolio-selection-7037","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55932c3e-ace6-4801-9d40-691baeee699d","name":"Portfolio Selection and Risk Management","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-portfolio-selection-and-risk-management-7039","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97212bd5-5b00-4a93-91cb-eb43b2811256","name":"Leadership and Emotional Intelligence","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-leadership-and-emotional-intelligence-7188","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02ad09ee-10d3-43ec-a236-8399e8623479","name":"Business Strategies for Emerging Markets","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.coursera.org/learn/business-strategies","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb0992d8-39d0-4375-96ce-6f45469bcbbb","name":"Quasiperfect number - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Quasiperfect_number","topics":"quasiperfect-numbers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"905a3f86-4004-46f5-8ec4-c862bc8cabd2","name":"Windows 10 Features for a Mobile Workforce: Managing and Maintaining Devices in the Enterprise","description":"By via edX","image":null,"links":"course|https://www.edx.org/course/windows-10-features-for-a-mobile-workforce-managing-and-maintaining-devices-in-the-enterprise-0","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cb5c19d-0db0-44e5-bac6-5c4854d2d81b","name":"Skype for Business: Voice Advanced Workloads","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-skype-for-business-voice-advanced-workloads-8367","topics":"software-tools/skype","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfc5195e-16b2-4f76-8543-5f4b6ac8a524","name":"Marketing Strategy for Entrepreneurs","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-marketing-strategy-for-entrepreneurs-8039","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ef7e5d5-aeb1-4339-a4b0-50871a1f7cf6","name":"Windows Server 2016: Basic Storage","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/windows-server-2016-basic-storage","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4af3eccc-44f8-4f4d-ae6b-75e6cb2fcb90","name":"Quantitative Foundations for International Business","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-quantitative-foundations-for-international-business-8042","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18951af4-2132-4497-a2e7-420d112f6af8","name":"Windows Server 2016: Advanced Storage","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/windows-server-2016-advanced-storage-0","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a3ee3e6-86fe-4b08-ba1a-f30656968fc6","name":"Troubleshooting Skype for Business","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/troubleshooting-skype-for-business","topics":"software-tools/skype","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c269ee1c-a0e0-46e5-9bde-a8da5fd5d1a5","name":"International Business Environment","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-international-business-environment-8063","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"180daed6-79d7-4d2e-ae15-bcd5c4aa0115","name":"Windows 10 Features for a Mobile Workforce: Identity Management and Data Access","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/windows-10-features-for-a-mobile-workforce-identity-management-and-data-access-0","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58274485-80e7-4433-a569-68ce95837f00","name":"Strategic Innovation: Building and Sustaining Innovative Organizations","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-strategic-innovation-building-and-sustaining-innovative-organizations-8321","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be8dcf11-9c20-4aa0-91fc-3a8c1846ac02","name":"Microsoft SharePoint Online for Site Administrators","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/microsoft-sharepoint-online-for-site-administrators","topics":"software-tools/sharepoint","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf978043-cd1a-499e-8547-4267c3193566","name":"Customer Value in Pricing Strategy","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-customer-value-in-pricing-strategy-8351","topics":"marketing;pricing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f670115d-b5a2-4f52-93fe-4c4160318491","name":"Microsoft SharePoint 2016: Search and Content Management","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-sharepoint-2016-search-and-content-management-7076","topics":"software-tools/sharepoint","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f148a11-e51e-449a-806d-2742b7fc3ffe","name":"FinTech and the Transformation in Financial Services","description":"By Copenhagen Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/fintech-transformation-financial-services","topics":"fintech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31757ea7-737f-49c3-bdf1-72b59bd04be5","name":"Budgeting essentials and development","description":"By Fundação Instituto de Administração via Coursera","image":null,"links":"course|https://www.coursera.org/learn/budgeting-essentials-development","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5dc6b062-2cc5-42b0-95f5-bd6d22bec318","name":"How to design Snake and Ladder? - Machine Coding Round Questions","description":null,"image":null,"links":"article|https://workat.tech/machine-coding/article/how-to-design-snake-and-ladder-machine-coding-ehskk9c40x2w","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"e981a595-8dfe-4c00-a049-751ff6e7b2ae","name":"How to design Splitwise? - Machine Coding Round Questions","description":null,"image":null,"links":"article|https://workat.tech/machine-coding/article/how-to-design-splitwise-machine-coding-ayvnfo1tfst6","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"1cde7581-68b4-4395-a712-6a80409eb957","name":"Microsoft SharePoint 2016: Productivity Solutions","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/microsoft-sharepoint-2016-productivity-solutions","topics":"software-tools/sharepoint","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0eadfc78-ee19-483b-9670-8617c82b5053","name":"What are the best resources for System Design Interview? - Part I | HLD","description":null,"image":null,"links":"article|https://workat.tech/system-design/article/best-resources-for-system-design-interview-i-dbv5ok8vtjya","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"57626900-a317-4af6-93ac-a9dc4d9f529e","name":"Planning and Preparing SharePoint Hybrid","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-planning-and-preparing-sharepoint-hybrid-8386","topics":"software-tools/sharepoint","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc0d37c0-5613-4910-8595-71aee14349b7","name":"Financing Infrastructure in African Cities","description":"By United Cities and Local Governments of Africa via Coursera","image":null,"links":"course|https://www.coursera.org/learn/financing-infrastructure-in-african-cities","topics":"finance;africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d13797d9-f266-4022-96da-eb1d17992422","name":"Configuring SharePoint Hybrid","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-configuring-sharepoint-hybrid-8419","topics":"software-tools/sharepoint","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac88df30-cf14-445a-9e88-64cc065ad757","name":"Introduction to Business Analytics: Communicating with Data","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intro-business-analytics","topics":"analyto","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90c183fd-d84e-46c6-a349-9be5859f3a00","name":"Deploy and Service Mobile Apps Using Azure App Service","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-deploy-and-service-mobile-apps-using-azure-app-service-10056","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52e55b4f-0b16-4ed0-85ed-c215d57cd8ea","name":"Windows Server 2016: Securing Identities and Information","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/windows-server-2016-securing-identities-and-information-0","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a40f155-20aa-49eb-9813-1c08e2093c91","name":"What is Compliance?","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/what-is-compliance","topics":"compliance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bafc809a-681c-4e55-ad4b-6e093913159f","name":"Graph Algorithms","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.edx.org/course/graph-algorithms-uc-san-diegox-algs202x","topics":"graph-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1430095-629b-451f-89b0-1a20f94cb737","name":"Predictive Analytics and Data Mining","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/predictive-analytics-data-mining","topics":"analytics;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3fa0d1e-de31-49be-b33d-5167f55cbdfe","name":"GitHub - workattech/get-a-software-engineering-job: Get a Software Engineering Job - Ultimate Guide","description":null,"image":null,"links":"article|https://github.com/workattech/get-a-software-engineering-job","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"8d8485fd-bfc0-4117-a37f-e32460fc6522","name":"Developing AI Vision Apps Using Microsoft Cognitive Services","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/developing-ai-vision-apps-using-microsoft-cognitive-services-0","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7863fa9a-3da7-4e04-a76d-dee22ae06145","name":"Blockchain: Understanding Its Uses and Implications","description":"By Linux Foundation via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-blockchain-understanding-its-uses-and-implications-11607","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fb86a52-2a2a-40ff-b992-b7d130316e00","name":"Global Impact: Business Ethics","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-global-impact-business-ethics-9084","topics":"ethics;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf101bd9-9f8e-4bb4-91ba-d87821f20676","name":"Introduction to Cloud Infrastructure Technologies","description":"By Linux Foundation via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-cloud-infrastructure-technologies","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b506c43d-20ba-416b-b472-25354c03bb54","name":"Accounting Analysis II: Measurement and Disclosure of Liabilities","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/accounting-analysis-2-liabilities","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d42a100-0be8-44a7-95cc-fe88bd5b8c39","name":"NP-Complete Problems","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-np-complete-problems-10275","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c091fc6-0689-4d6c-882b-217697d1cd4b","name":"Global Impact: Cultural Psychology","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cultural-psychology-globalization","topics":"globalization;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"198d2d8a-6cf4-4d7f-9176-780ecc27319f","name":"Intro to AJAX","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-intro-to-ajax-2997","topics":"web;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3059581b-1c38-449e-a392-d062656cec9a","name":"Introduction to Open Source Networking Technologies","description":"By Linux Foundation via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-software-defined-networking-technologies","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ee46b69-05c1-4332-9d36-5819b0a61112","name":"Global Trends for Business and Society","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-global-trends-business","topics":"society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d59a5ce-bb0d-4353-aac2-151eaee15329","name":"SAP Leonardo - Enabling the Intelligent Enterprise","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-sap-leonardo-enabling-the-intelligent-enterprise-11529","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"712b07a9-7bf8-4ee0-94fd-66ece9284d01","name":"Sales Training: Techniques for a Human-Centric Sales Process","description":"By HubSpot via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sales-process-techniques-training","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac3b3bcb-9b44-4565-81a3-8ba1a569dbea","name":"Machine Learning","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-machine-learning-9695","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"baea2371-fb0b-4029-90c9-110a8714dba3","name":"Strategic Management of Innovation","description":"By HEC Paris via Coursera","image":null,"links":"course|https://www.coursera.org/learn/strategic-management-of-innovation","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90937573-16f8-4fb3-8c25-9c41f3a5669b","name":"Computer Graphics","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.edx.org/course/computer-graphics","topics":"computer-graphics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95d97f57-9a16-40a5-849a-76cc76865a9d","name":"Business Application of Machine Learning and Artificial Intelligence in Healthcare","description":"By Northeastern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/artificialintelligence-in-healthcare","topics":"machine-learning;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5dbc6528-7147-492c-b69c-c2f0bd684bb2","name":"Smarter Chatbots with Node-RED and Watson AI","description":"By IBM via edX","image":null,"links":"course|https://www.edx.org/course/smarter-chatbots-with-node-red-and-watson-ai","topics":"chatbots","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0ac1d5a-e2e3-450c-9422-232c27420b00","name":"Healthcare Innovation and Entrepreneurship","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/healthcare-innovation","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fee94d18-5e68-4312-adc4-db69670091bb","name":"String Processing and Pattern Matching Algorithms","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.edx.org/course/string-processing-pattern-matching-uc-san-diegox-algs204x","topics":"programming;algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d6e5e20-8a60-44f0-8838-9dc911384ff6","name":"Content Strategy for Professionals: Engaging Audiences","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-content-strategy-for-professionals-engaging-audiences-727","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b7fd8b9-f3dc-431d-9822-a05893d762ff","name":"Computer Systems Design for Energy Efficiency","description":"By Chalmers University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/computer-systems-design-for-energy-efficiency","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3442c17c-9b28-4132-9f30-34ca474342d5","name":"Time to Reorganize! Understand Organizations, Act, and Build a Meaningful World.","description":"By HEC Paris via Coursera","image":null,"links":"course|https://www.coursera.org/learn/orgology","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85f4244b-ce71-4f22-ae64-abca07a90e1e","name":"Programming Chatbots with Watson Services","description":"By IBM via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-programming-chatbots-with-watson-services-11731","topics":"chatbots","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3632786b-2f2a-4a2a-aa6e-83710436f699","name":"Strategy Implementation","description":"By Copenhagen Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/strategy-implementation","topics":"business;strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"799f5e4d-b29b-430f-aca6-4ecc430e4af6","name":"Deep Learning Fundamentals with Keras","description":"By IBM via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-deep-learning-fundamentals-with-keras-11732","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6df3c9d-efe9-43d7-81f3-9f0c6094fd98","name":"Machine Learning with Python: A Practical Introduction","description":"By IBM via edX","image":null,"links":"course|https://www.edx.org/course/machine-learning-with-python-for-edx","topics":"machine-learning;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ef6a304-c10f-4fd4-9822-04cd1b3bca5a","name":"Strategic Planning and Execution","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-strategic-planning-and-execution-4311","topics":"strategy;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"facb878f-1d5d-4cea-8347-72db01404e83","name":"Design Trello | Machine Coding Round Questions (SDE II)","description":null,"image":null,"links":"article|https://workat.tech/machine-coding/practice/trello-problem-t0nwwqt61buz","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"22a06288-969b-402f-b897-f8e9f3d64093","name":"Operations Analytics","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-operations-analytics-4204","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71c7293e-a0ec-4403-a57c-316eb7d7e717","name":"Intro to Deep Learning with PyTorch","description":"By Facebook via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-intro-to-deep-learning-with-pytorch-12148","topics":"deep-learning;software-tools/pytorch","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f188c3ea-cd24-4fee-9449-0bafc3a2494a","name":"Content Strategy for Professionals: Managing Content","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-content-strategy-for-professionals-managing-content-5762","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9302c0e1-074d-48d6-98de-8377a2e9c8f3","name":"Kennethsite","description":null,"image":null,"links":"book|https://klkuttler.com/","topics":"mathematics;algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a85ece5-40c1-4144-b76d-6cf335d247ba","name":"Introduction to Machine Learning for Coders!","description":"By fast.ai via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-introduction-to-machine-learning-for-coders-12175","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1416c332-d2d0-4149-a067-c9bfc7f0781d","name":"Financial Markets and Investment Strategy Capstone","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.coursera.org/learn/investment-strategy-capstone","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4980d71c-e88b-467a-b703-422e69e23cf2","name":"Bitcoin and Cryptocurrencies","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/bitcoin-and-cryptocurrencies","topics":"bitcoin;cryptocurrency","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8e642ec-482e-4a56-988e-611e3a8b0029","name":"Making Successful Decisions through the Strategy, Law & Ethics Model","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/strategy-law-ethics","topics":"strategy;law;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d855c5d0-1483-4632-9224-8a814cbd651a","name":"Windows Server 2016: Infrastructure","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/windows-server-2016-infrastructure","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be802040-080b-445b-b921-798abb2bede1","name":"Entrepreneurship 1: Developing the Opportunity","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-entrepreneurship-opportunity","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5dfd50ab-56d2-417d-b53c-59bd5659d23c","name":"Design Splitwise | Machine Coding Round Questions (SDE II)","description":null,"image":null,"links":"article|https://workat.tech/machine-coding/practice/splitwise-problem-0kp2yneec2q2","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"4a7a82f3-a230-4ad1-9048-56b05417d464","name":"Valuation for Startups Using Multiple Approach","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/valuation-multiples","topics":"finance;startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c384acbe-2fe7-448b-b48b-32f5c66dfb43","name":"Deep Learning with Python and PyTorch","description":"By IBM via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-deep-learning-with-python-and-pytorch-11733","topics":"deep-learning;software-tools/pytorch","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79bb43a2-21ab-4336-9fa1-9e7e4faaed41","name":"Construction Scheduling","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/construction-scheduling","topics":"construction;project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71e8552d-edd3-41b8-b5b6-6c03426a46f4","name":"Windows Server 2016: Directory Services","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-windows-server-2016-directory-services-8534","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f58c8a2-700f-4d7a-9848-92799a740f1f","name":"Capstone Project: Business Technology Management","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.coursera.org/learn/business-tech-project","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"223cb214-3a3a-4aaf-8609-6d8f48127bec","name":"Developing IoT Solutions with Azure IoT","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-developing-iot-solutions-with-azure-iot-8512","topics":"internet-of-things;software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0677415-158c-402e-ba3b-1aa0b1c69323","name":"Accounting and Finance for IT professionals","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.coursera.org/learn/accounting-finance","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33ea047b-598d-44f6-97a2-ca804ef91f12","name":"Programming for Everyone – An Introduction to Visual Programming Languages","description":"By Weizmann Institute of Science via edX","image":null,"links":"course|https://www.edx.org/course/liberating-programming-system-development-for-everyone-0","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d251d1c7-dcda-45aa-80bf-52f8d980d994","name":"Supply Chain Planning","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-supply-chain-planning-6922","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"138a25bf-6d3c-4a59-b665-3bbd87d5cfa2","name":"Deep Learning with Tensorflow","description":"By IBM via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-deep-learning-with-tensorflow-11734","topics":"deep-learning;software-tools/tensorflow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b08f40e-6f9d-47b3-8d0c-abad6863dbd8","name":"Supply Chain Operations","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/operations","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"210c2e72-d8d1-4a43-a99f-5b8c0c1984c2","name":"AP Computer Science A: Java Programming Loops and Data Structures","description":"By Purdue University via edX","image":null,"links":"course|https://www.edx.org/course/ap-computer-science-a-java-programming-loops-and-data-structures-4","topics":"computer-science;programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10d393ad-3897-459b-bdb9-d15b931cf56e","name":"Arts and Heritage Management","description":"By Università Bocconi via Coursera","image":null,"links":"course|https://www.coursera.org/learn/arts-heritage","topics":"management;arts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1b2729d-0da5-40dc-9d7d-69f654fe1cdd","name":"Arduino Programming, from novice to ninja","description":"By Institut Mines-Télécom via edX","image":null,"links":"course|https://www.edx.org/course/arduino-programming-from-novice-to-ninja","topics":"arduino","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa1772d1-10fe-4cc2-89bb-0f508ed8cfc7","name":"Design Snake And Ladder | Machine Coding Round Questions (SDE I)","description":null,"image":null,"links":"article|https://workat.tech/machine-coding/practice/snake-and-ladder-problem-zgtac9lxwntg","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"91a6571a-b886-4478-8e47-d4ab6c297c89","name":"Building Portal Sites on SAP Cloud Platform","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/portal2","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35d58b4b-e14e-42aa-9e3b-adcfd7952e6d","name":"Building Your Leadership Skills","description":"By HEC Paris via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-building-your-leadership-skills-7752","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08272a21-2bc8-41ba-97f4-c83ef93e90f4","name":"Introduction to Cloud Foundry and Cloud Native Software Architecture","description":"By Linux Foundation via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-cloud-foundry-and-cloud-native-software-architecture","topics":"software-tools/cloud-foundry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acdcb812-e909-4189-a6d3-5f7608a993fd","name":"European Business Law: Competing in Europe","description":"By Lund University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/eu-competition-law","topics":"business;law;europe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca35ade5-e40e-434a-a88d-af18c66c8f79","name":"Paradigms of Computer Programming – Abstraction and Concurrency","description":"By Université catholique de Louvain via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-paradigms-of-computer-programming-abstraction-and-concurrency-2630","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b81bc5c-f449-4d9f-9d78-6b4771107b18","name":"Professional Skills for International Business","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-professional-skills-for-international-business-8038","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c90a4519-2f05-4add-93e1-41051142d89a","name":"Advanced Algorithmics and Graph Theory with Python","description":"By Institut Mines-Télécom via edX","image":null,"links":"course|https://www.edx.org/course/advanced-algorithmics-and-graph-theory-with-python","topics":"algorithms;graph-theory;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acdf6b72-1460-44db-b317-cdfae08d6169","name":"Sustainable Innovation for Subsistence Marketplaces","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sustainable-innovation-for-subsistence-marketplaces-8323","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"813d8e48-77ed-4352-8c1c-c304f7daa6cf","name":"Digital Transformation and the IT Team","description":"By University of the Witwatersrand via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-digital-transformation-and-the-it-team-12111","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f31e1b69-952b-487d-9490-b7ca82dbc92f","name":"FinTech Risk Management","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/fintech-risk-management","topics":"fintech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef2b74d9-b809-4e57-bcf8-a239033e0432","name":"SAP Leonardo IoT for the Intelligent Enterprise","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/leo2","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db4b738b-0226-4487-9728-c07feefc1406","name":"Computer System Design: Advanced Concepts of Modern Microprocessors","description":"By Chalmers University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-computer-system-design-advanced-concepts-of-modern-microprocessors-7046","topics":"computer-architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3c2f5c7-9c09-4ce9-949f-6236367a3a1a","name":"Business intelligence and data warehousing","description":"By Universidad Nacional Autónoma de México via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-intelligence-and-data-warehousing-12421","topics":"business-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02ced5d2-80f1-4d18-b443-00b635bdd6b0","name":"SAP Leonardo – An Introduction to Blockchain","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-sap-leonardo-an-introduction-to-blockchain-12142","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c204450-e78d-47aa-9eef-c2759de0a315","name":"Online Compiler and Editor (IDE) | C, C++, Java, Python - workat.tech","description":null,"image":null,"links":"article|https://workat.tech/ide","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"39d71d81-2530-4a46-bc13-3b557007c567","name":"Machine Learning Interview Preparation","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-machine-learning-interview-preparation-12560","topics":"machine-learning;interviews","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad5bf09f-782b-4c94-b399-0ec3f27831ac","name":"Strategic management: Be competitive","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/strategic-management-be-competitive","topics":"strategy;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf72b94f-d84d-4e93-ab34-0b07cdc66c14","name":"Applied Deep Learning Capstone Project","description":"By IBM via edX","image":null,"links":"course|https://www.edx.org/course/applied-deep-learning-capstone-project-2","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"677d26d6-3703-44f9-aebc-63ad2d226e7d","name":"Content Strategy for Professionals: Expanding Your Content’s Reach","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-content-strategy-for-professionals-expanding-your-content-s-reach-2755","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"104912fa-7a88-41e3-afd9-bbe2e99df08a","name":"Scaling Operations: Linking Strategy and Execution","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-scaling-operations-linking-strategy-and-execution-2707","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bb764bc-99db-42b1-8afb-8355738f9a98","name":"Business Growth Strategy","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/uva-darden-business-growth-strategy","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a6fc2fe-2f33-437d-8dbe-43e1e0bb91d9","name":"The Fundamentals of Revenue Management: The Cornerstone of Revenue Strategy","description":"By ESSEC Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/fundamentals-of-revenue-management","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"142d41cb-1a56-406b-8a0c-164d7d7dea08","name":"Managing as a Coach","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/managing-as-a-coach","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab953215-1adf-45f2-b9a4-339ea4661144","name":"Finance for Everyone: Decisions","description":"By McMaster University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/finance-decisions","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c559f8d3-9432-48c9-9872-cf7a604dfdd0","name":"SAP Leonardo Machine Learning Foundation – An Introduction","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-sap-leonardo-machine-learning-foundation-an-introduction-12137","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bcccd0d-64f3-4671-bbc0-90d2e38dbeba","name":"Using GPUs to Scale and Speed-up Deep Learning","description":"By IBM via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-using-gpus-to-scale-and-speed-up-deep-learning-11735","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cff1772-ade1-44a1-ad46-eb6b43cc57ad","name":"Cyber-Physical Networks","description":"By KTH Royal Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/cyber-physical-networks","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45db3603-d8a1-4a36-9ee1-5ad2def07b4d","name":"Machine Learning Exam Basics","description":"By Amazon via Independent","image":null,"links":"course|https://www.aws.training/Details/Curriculum?id=27271","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5b0ed00-fa18-4d2a-be0c-7a66cde39a2e","name":"Internet of Things Foundation Series","description":"By Amazon via Independent","image":null,"links":"course|https://www.aws.training/Details/Curriculum?id=27289","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"659fbe44-e401-4fab-9f66-3d5afefa925b","name":"IT Project Management","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.coursera.org/learn/it-project-management","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d41ac86f-2cd5-4889-ac5e-34bf0e09d93b","name":"ML Building Blocks: Services and Terminology","description":"By Amazon via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-ml-building-blocks-services-and-terminology-12653","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85cd9d27-b6ba-4ff0-8595-d76c0078ee28","name":"Demystifying AI/ML/DL","description":"By Amazon via Independent","image":null,"links":"course|https://www.aws.training/Details/Curriculum?id=27241","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24c054c0-4698-4986-a701-975799c35874","name":"Developing Machine Learning Applications","description":"By Amazon via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-developing-machine-learning-applications-12654","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f99016b1-e7a6-4e78-9fef-987bf33847ad","name":"Finance for Non-Financial Managers","description":"By Emory University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-finance-for-non-financial-managers-6948","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27e6fb57-a2df-4fdc-a184-da5b731a17f4","name":"Amazon SageMaker: Simplifying Machine Learning Application Development","description":"By Amazon Web Services via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-amazon-sagemaker-simplifying-machine-learning-application-development-12511","topics":"software-tools/sagemaker","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e76f81bd-2ad4-4aca-ba80-71683db1fe46","name":"Machine Learning Security","description":"By Amazon via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-machine-learning-security-12651","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1b5b819-bcaf-405e-9830-e572d5f87f9c","name":"Unleashing the Impact of your Social Enterprise","description":"By Copenhagen Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/social-impact-growth","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84c1b1cb-0bac-4c54-830c-95ee166a6e72","name":"Speaking Of: Machine Translation and Natural Language Processing (NLP)","description":"By Amazon via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-speaking-of-machine-translation-and-natural-language-processing-nlp-12669","topics":"natural-language-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8053f74a-240b-40d3-b2c9-ba10627e1fd3","name":"Seeing Clearly: Computer Vision Theory","description":"By Amazon via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-seeing-clearly-computer-vision-theory-12670","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15ce9261-0598-4967-86cf-e5a667e4266c","name":"Creating Innovation","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/creating-innovation","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c89b2c1-b956-43f7-8362-4e7e76454ce0","name":"Exploring the Machine Learning Toolset","description":"By Amazon via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-exploring-the-machine-learning-toolset-12668","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"652a1b93-760a-4c9c-ac39-a16aa332f538","name":"Quantitative Research","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-quantitative-research-9094","topics":"business-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25e59024-5c0f-4eec-8d9e-18778d191a5b","name":"Mainframe - Crucial Role in Modern Enterprise Computing","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-mainframe-crucial-role-in-modern-enterprise-computing-9972","topics":"mainframe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cc1d1c3-255e-41ff-a6df-f5028644b3f1","name":"Models & Frameworks to Support Sales Planning","description":"By Fundação Instituto de Administração via Coursera","image":null,"links":"course|https://www.coursera.org/learn/models-frameworks-support-sales-planning","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5269f9ad-2533-46f6-b962-6346032ca9b4","name":"Introduction to Cybersecurity","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-introduction-to-cybersecurity-12667","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aec0d89c-ad57-4ea9-809d-3d9f535ea80c","name":"General Career Advice - workat.tech","description":null,"image":null,"links":"article|https://workat.tech/general","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"cf170d4a-0175-4f2c-841b-a814d3cb439b","name":"Sales Strategy","description":"By Fundação Instituto de Administração via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sales-strategy-9732","topics":"sales;strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5467fe78-6812-4555-9feb-0f5481119a8f","name":"Deep Learning through Transformative Pedagogy","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-deep-learning-through-transformative-pedagogy-7388","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ca0ebe7-f90b-430e-a17c-1803d5a97b4a","name":"(Re)-invent your business model with the Odyssey 3.14 approach","description":"By HEC Paris via Coursera","image":null,"links":"course|https://www.coursera.org/learn/business-model","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c16e80d-504f-4560-903f-db6ffd8093dd","name":"Blockchain Technology","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/blockchain-technology","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ac6ee14-b87b-487f-84c8-c3bf23fe8edd","name":"Problem Solving, Data Structures & Algorithms - workat.tech","description":null,"image":null,"links":"article|https://workat.tech/problem-solving","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"2f24c1d0-9f26-4af8-82b4-9eb891a16908","name":"Content Strategy for Professionals: Ensuring Your Content's Impact","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-content-strategy-for-professionals-ensuring-your-content-s-impact-5761","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eafb12d0-5ec2-4173-a462-bf8929a9c72e","name":"Accessible Gamification","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-accessible-gamification-9485","topics":"gamification","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9608364f-8ba2-4157-9c57-f838c5c455a7","name":"Value Chain Management Capstone","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-value-chain-management-capstone-6763","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de9f23e5-84da-4945-8851-ffdb330d009b","name":"Foundations of Data Structures","description":"By Indian Institute of Technology Bombay via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-foundations-of-data-structures-5755","topics":"data-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"863ceb72-3835-4868-85dd-c2439c3545c4","name":"Machine Coding Round (LLD) - workat.tech","description":null,"image":null,"links":"article|https://workat.tech/machine-coding","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"6133ed11-6c6d-4b4b-9161-118e659da821","name":"Implementation of Data Structures","description":"By Indian Institute of Technology Bombay via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-implementation-of-data-structures-5753","topics":"data-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0481d48-95c9-474e-90f2-14506e624fd1","name":"Wine Tasting: Sensory Techniques for Wine Analysis","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-wine-tasting-sensory-techniques-for-wine-analysis-7766","topics":"wine-tasting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"501bae45-8732-422a-b4b4-25db0fcdface","name":"Algorithms","description":"By Indian Institute of Technology Bombay via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-algorithms-5752","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74ba75bd-2808-4cad-84af-41b3aaf8c3fb","name":"Relationship Management","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/relationship-management","topics":"relationships","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d259dc0d-bd38-4510-8138-6c6c218c128d","name":"Innovation and IT Management","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-innovation-and-it-management-3594","topics":"innovation;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e53555c-e7e3-442f-9f1b-f55a15d1eb08","name":"System Design and Architecture (HLD) - workat.tech","description":null,"image":null,"links":"article|https://workat.tech/system-design","topics":"software-engineering;career","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"b61e9c5e-76ac-456d-9a4d-006bda742618","name":"Learn to Code in C/C++ | Hands-on Coding Program for beginners","description":null,"image":null,"links":"course|https://workat.tech/programs/learn-to-code-c-cpp","topics":"software-engineering;programming","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"5.0","tags":null} +{"iid":"a65b1d23-4777-4887-913c-fec0d0c25457","name":"Principles of Corporate Finance – A Tale of Value","description":"By Moscow Institute of Physics and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/principles-of-corporate-finance","topics":"finance;corporate-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ded7141-a6c1-4bd8-9371-191ed0b26118","name":"Intro to TensorFlow for Deep Learning","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-intro-to-tensorflow-for-deep-learning-13286","topics":"deep-learning;software-tools/tensorflow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41ca2551-cfaa-4f7e-ac78-76274a3d033a","name":"Core Concepts of Accounting – Numbers and People","description":"By Moscow Institute of Physics and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-core-concepts-of-accounting-numbers-and-people-10798","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8df21e9b-384e-4b9b-8465-9140ef96750b","name":"Microsoft Azure Identity","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-azure-identity-7322","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"925a8e64-deb5-48cf-b41e-a5d827a11459","name":"Capstone Project – Analyzing a Real Transaction","description":"By Moscow Institute of Physics and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-capstone-project-analyzing-a-real-transaction-10804","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e9a1f73-84e5-46ad-a130-e2a50fe19f65","name":"Automating Azure Workloads","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-automating-azure-workloads-9433","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"534969b4-4d5a-44ed-ac24-c52095cff865","name":"Microsoft Azure Virtual Networks","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-azure-virtual-networks-7316","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee4042e1-61dc-4ad5-9446-c4b55abbeae7","name":"Supply Chain Analytics Essentials","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/supply-chain-analytics-essentials","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83c90d15-bc3f-47e1-8342-3a653a96ea9b","name":"Natural Gas","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-natural-gas-12044","topics":"oil-and-gas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57b1c606-620a-4f28-b381-5958eac12114","name":"Microsoft Azure Virtual Machines","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/microsoft-azure-virtual-machines-3","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f427268e-ed35-42ba-89c3-a5b027ea4125","name":"Demand Analytics","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/demand-analytics","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81f82fcc-7cd5-4421-b5ab-0337285a6934","name":"Microsoft Azure App Service","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-azure-app-service-9313","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4bf36407-99ad-4955-b016-c779649927a0","name":"What is Corruption: Anti-Corruption and Compliance","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-what-is-corruption-anti-corruption-and-compliance-13458","topics":"corruption","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4889ce2-0c5d-4abb-824b-ca3487c83370","name":"Effective Compliance Programs","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-effective-compliance-programs-13461","topics":"compliance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7344a7f6-c0e4-4f04-9362-bdd3cc7905c6","name":"Migrating Workloads to Azure","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/migrating-workloads-to-azure-3","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ec36701-3b3f-4fdc-b013-33ccaab00d67","name":"Strategy Formulation","description":"By Copenhagen Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-strategy-formulation-4207","topics":"strategy;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5105f7db-bcec-4db8-bf68-29edee82f45b","name":"Azure Security and Compliance","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/azure-security-and-compliance-3","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f845455-3394-48ee-bff8-c4e31258f911","name":"The fundamentals of hotel distribution","description":"By ESSEC Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-fundamentals-of-hotel-distribution-4300","topics":"hotels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5c982b3-2957-4b90-8a09-b7f2b9d9b039","name":"Algorithmic Design and Techniques","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-algorithmic-design-and-techniques-10241","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f7cdbed-87e7-48fe-90e5-63a70c3d8a05","name":"DevOps for Developers: How to Get Started","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/devops-for-developers-how-to-get-started-3","topics":"devops","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e1ace26-ef42-4170-a442-300e740b9ad3","name":"Foundations of marketing analytics","description":"By ESSEC Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-foundations-of-marketing-analytics-4370","topics":"marketing;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07b34fe9-6717-4af4-ac6b-f918c30ef494","name":"Microsoft Professional Orientation : Cloud Administration","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-professional-orientation-cloud-administration-9328","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d43ef33d-0911-4240-8365-11c193caedcd","name":"Leadership Communication for Maximum Impact: Storytelling","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-leadership-communication-for-maximum-impact-storytelling-4771","topics":"leadership;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eca024f0-dad7-437b-9813-9224039ff98b","name":"Introduction to NoSQL Data Solutions","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-nosql-data-solutions-2","topics":"nosql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"935c9aa9-1424-478d-85d3-3eb6a550f8a1","name":"High Performance Collaboration: Leadership, Teamwork, and Negotiation","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/leadership-collaboration","topics":"leadership;collaboration","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7223ae5-b7db-491d-9b06-9ac8a8deaddf","name":"SDE Kickstart | Become a solid programmer - workat.tech","description":null,"image":null,"links":"course|https://workat.tech/programs/kickstart","topics":"software-engineering;programming","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"28c49ccb-339d-4ae2-bca6-82839704040e","name":"Managing Employee Performance","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-managing-employee-performance-5528","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f6ed867-41eb-49e7-88f5-937835ad19e3","name":"OET writing samples for nurses | OET writing tips for referral letter","description":null,"image":null,"links":"blog|https://edubenchmark.com/blog/oet-writing/","topics":"english-class;english-and-literature","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"7ace1e47-f969-474a-910b-6e94c1d52a92","name":"5 Simple Steps for Solving Any Recursive Problem","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=ngCos392W4w","topics":"recursion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4f03db35-fd0a-4090-b7db-320491167eac","name":"IoT System Design: Software and Hardware Integration","description":"By Waseda University via edX","image":null,"links":"course|https://www.edx.org/course/iot-system-design-software-and-hardware-integration","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72994475-84c2-46b5-9bc8-0bfc86b46a3c","name":"Setting Expectations & Assessing Performance Issues","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-setting-expectations-assessing-performance-issues-5534","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d964a8ee-10e0-4215-856c-597345c9d21e","name":"Data Structures Fundamentals","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.edx.org/course/data-structures-fundamentals","topics":"data-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"654e6b28-d3de-4196-9e7e-d8f6f266547a","name":"International Marketing Entry and Execution","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-international-marketing-entry-and-execution-5507","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75e94f41-ae5b-43e4-a3c2-f740cbe72b09","name":"Managing Employee Compensation","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/compensation-management","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13cc5e71-7920-405a-b5fc-37aa00c572fe","name":"Introduction to Cybersecurity","description":"By University of Washington via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-cybersecurity-2","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"832846a9-08ab-4f44-87ce-1b78b32f456d","name":"Foundations of Machine Learning","description":"By Bloomberg via Independent","image":null,"links":"course|https://bloomberg.github.io/foml/#home","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ca071218-554b-43c4-834f-bfebadf947c9","name":"Finance For Everyone: Value","description":"By McMaster University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-finance-for-everyone-value-6198","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea2d0328-eb07-4a62-a4f6-85d8885532b1","name":"Cybersecurity: The CISO's View","description":"By University of Washington via edX","image":null,"links":"course|https://www.edx.org/course/cybersecurity-the-cisos-view-2","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"966c10c5-e740-4a4c-acde-465f80ca5693","name":"Marketing Management II","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-marketing-management-ii-6761","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8cbf7be-3017-4f68-9e51-318255b34580","name":"Building a Cybersecurity Toolkit","description":"By University of Washington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-building-a-cybersecurity-toolkit-8653","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68ffa9cf-80ad-4fc1-9912-6321e01bca8b","name":"Investment Strategies and Portfolio Analysis","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-investment-strategies-and-portfolio-analysis-7030","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"085228d7-d71d-43cf-afc5-71a5340a5080","name":"Quantum Machine Learning","description":"By University of Toronto via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-quantum-machine-learning-12860","topics":"machine-learning;quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d55ce14a-4916-447a-b655-63f773f92458","name":"Finding Your Cybersecurity Career Path","description":"By University of Washington via edX","image":null,"links":"course|https://www.edx.org/course/finding-your-cybersecurity-career-path-2","topics":"computer-security;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b125dfee-5ebe-49f2-bc2d-552584848f1f","name":"IoT System Architecture: Design and Evaluation","description":"By Waseda University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-iot-system-architecture-design-and-evaluation-13241","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d31d49c9-62b2-4063-a279-f4a891854343","name":"Engineering Project Management: Initiating and Planning","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/initiating-planning","topics":"engineering-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"716d6736-8510-4ff0-8100-2327af51e722","name":"Enabling Technologies for Data Science and Analytics: The Internet of Things","description":"By Columbia University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-enabling-technologies-for-data-science-and-analytics-the-internet-of-things-4911","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab77613b-c10a-4d4c-b6f6-ce132242cfe7","name":"Evaluating Problems","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/evaluating-problems","topics":"thinking;problem-solving","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62f2ef29-9b28-4617-aa78-0a71aab8ca6a","name":"Future of Computing - IBM Power 9 and beyond","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-future-of-computing-ibm-power-9-and-beyond-13386","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76b0c9c5-eb37-465c-a761-6d96f370c6c5","name":"Market and Competition in Pricing Strategy","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/uva-darden-bcg-pricing-strategy-market-competition","topics":"marketing;pricing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55676cbb-6dd9-440f-a22a-64dc33ad6b8d","name":"Microsoft Professional Capstone : Cloud Administration","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/microsoft-professional-capstone-cloud-administration-3","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3afde48f-a3dd-4c8b-8f8d-e5ff24f77f51","name":"Strategic Organization Design","description":"By Ludwig-Maximilians-Universität München via Coursera","image":null,"links":"course|https://www.coursera.org/learn/organization-design","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1492161b-f698-4614-beac-07e15f92aed4","name":"Secure and Private AI","description":"By Facebook via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-secure-and-private-ai-13642","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf7567d8-8dfe-430a-b979-64302db4703b","name":"Online Marketing Strategies","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-online-marketing-strategies-8176","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29b4f2b8-2f7e-4bc4-a2f8-79b575a2ad10","name":"SAP Cloud Platform Essentials","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-sap-cloud-platform-essentials-8945","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b151b02e-5eaa-412f-964a-937399eee959","name":"Innovation Strategy: Developing Your Fintech strategy","description":"By Copenhagen Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-innovation-strategy-developing-your-fintech-strategy-9308","topics":"fintech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c335812e-c167-4c57-ae4d-28f9411107eb","name":"LAFF-On Programming for High Performance","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.edx.org/course/laff-on-programming-for-high-performance","topics":"programming;high-performance-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e0dd747-1b93-4ecd-afb2-4bdeb3277a9c","name":"Legal Tech & Startups","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/legal-tech-startups","topics":"law;startups;technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d044595-e0d8-4336-b59a-a3bbf459497b","name":"Introduction to Kubernetes","description":"By Linux Foundation via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-kubernetes","topics":"software-tools/kubernetes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91fc8e3e-517b-417c-8b1b-c8cebb5bf23d","name":"Qualitative Research","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/qualitative-research","topics":"business-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddc50f89-f5ac-40d2-8fd2-e7137166fbda","name":"Portfolio Management, Governance, & the PMO","description":"By University of Washington via edX","image":null,"links":"course|https://www.edx.org/course/portfolio-management-governance-the-pmo-2","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd442861-bcc5-4fb9-8fa4-0d7ddc881b9e","name":"A Survey of Geometric Algebra and Geometric Calculus","description":"By Alan Macdonald","image":null,"links":"article|http://www.faculty.luther.edu/~macdonal/GA&GC.pdf","topics":"geometric-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"30282a6d-1b10-4322-807a-940dc02baf30","name":"Kyma – A Flexible Way to Connect and Extend Applications","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-kyma-a-flexible-way-to-connect-and-extend-applications-13609","topics":"software-tools/kyma","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d12f8bde-ebef-4760-8d8a-031d84d1cf5e","name":"Effective Sales – An Overview","description":"By Fundação Instituto de Administração via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-effective-sales-an-overview-9728","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48497a74-b488-4ccc-bb70-e3d216142a43","name":"Autonomous Mobile Robots","description":"By ETH Zurich via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-autonomous-mobile-robots-1564","topics":"autonomous-vehicles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3588c1c7-56aa-4470-8518-05dd66b0ee05","name":"Leadership and Management for PM Practitioners in IT","description":"By University of Washington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-leadership-and-management-for-pm-practitioners-in-it-8589","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a610eea1-487b-4229-b708-02de0f4a82b5","name":"Business Statistics and Analysis Capstone","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-statistics-and-analysis-capstone-7044","topics":"business;statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ed88c64-4872-491c-9c60-fe74579b3d2e","name":"Mergers and Acquisitions – The Relentless Pursuit of Synergy","description":"By Moscow Institute of Physics and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mergers-and-acquisitions-the-relentless-pursuit-of-synergy-10794","topics":"finance;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8423d900-0363-4f3b-9d2a-e1a2f952b8ab","name":"iLabX – The Internet Masterclass","description":"By Technische Universität München (Technical University of Munich) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ilabx-the-internet-masterclass-13734","topics":"internet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aef0c70e-b058-4e6d-a01a-79700a037060","name":"Financial Acumen for Non-Financial Managers","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-financial-acumen-for-non-financial-managers-10797","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09366a6f-96e4-47c7-9d30-0efb8f8d92e9","name":"Geometric Algebra","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=srwoPQfWWS8&list=PLLvlxwbzkr7igd6bL7959WWE7XInCCevt&index=1","topics":"geometric-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4326f413-d7e9-4ec5-8e4d-3cb93dc33b68","name":"Developing International Software","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-developing-international-software-7811","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d829c8e-8eb5-42b1-8cbf-e1094092bba5","name":"Imaginary numbers are not real—The geometric algebra of spacetime | SpringerLink","description":null,"image":null,"links":"research_paper|https://link.springer.com/article/10.1007/BF01883676","topics":"geometric-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17fac24b-b3a2-4077-9722-661fe767f755","name":"Microsoft Office Fundamentals: Outlook, Word, and Excel","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-office-fundamentals-outlook-word-and-excel-9201","topics":"software-tools/msoffice","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12d9c0f9-8c9e-4f5f-997f-f4c30f20b173","name":"Supply chain management: Be global","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-supply-chain-management-be-global-12808","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2292bed4-721a-4746-962b-811e6df2976c","name":"DevOps Testing","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-devops-testing-9479","topics":"devp","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02d0d86d-8e4c-4b59-ad20-43bfeb34cf55","name":"Sales Operations: Final Project","description":"By West Virginia University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sales-operations-final-project-12423","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d272823-257a-420a-a983-6a2a1b353af6","name":"Impact Investing: Profit and Purpose","description":"By Jindal Centre for Social Innovation + Entrepreneurship via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/impact-investing","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad078624-778c-436c-a82c-39ce180da581","name":"Security in Office 365","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/security-in-office-365-5","topics":"software-tools/office365","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"121479ea-688b-486e-8d72-74bdfc2a51eb","name":"Make Your Bed Summary | Summary Lover","description":null,"image":null,"links":"article|https://www.summarylover.com/2020/12/make-your-bed-summary.html","topics":"education;academics","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"41ecc46a-80b5-4554-9ec0-9abcfa752f53","name":"Reinforcement Learning Explained","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/reinforcement-learning-explained-3","topics":"machine-learning;reinforcement-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a436bac-2773-487c-9975-54495ab51ef0","name":"Financial Reporting I","description":"By Indiana University via edX","image":null,"links":"course|https://www.edx.org/course/financial-reporting-i-3","topics":"finance;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14445075-319f-4ab8-ae42-3e02b860c4e8","name":"Supply Chains for Manufacturing II","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/supply-chains-for-manufacturing-ii","topics":"supply-chain;manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f32492b-9a6c-43ec-b4d8-34d3c0407ac9","name":"Powershell Security Best Practices","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/powershell-security-best-practices-3","topics":"software-tools/powershell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a56b48c8-0de6-4867-8658-e7729f9a4188","name":"Digital Technology and Innovation","description":"By Indiana University via edX","image":null,"links":"course|https://www.edx.org/course/digital-technology-and-innovation-2","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c59af51-f0b0-4934-bfdd-d58ae8196f63","name":"Windows Support Essentials: Maintenance","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/windows-support-essentials-maintenance-2","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c50bebe2-2452-4ae6-ab34-81fc3e3c8bc0","name":"Enterprise Data Management","description":"By Indiana University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-enterprise-data-management-13169","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebd16f05-f97d-41fe-a364-04d3bcf9b1fd","name":"IT Support: Documentation","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/it-support-documentation-2","topics":"it-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee9d1cb9-0abd-45e8-ba2d-969e80625b9f","name":"Creativity Toolkit I: Changing Perspectives","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-creativity-toolkit-i-changing-perspectives-8605","topics":"creativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3c0521e-b072-481c-9eaa-ef667debb753","name":"Differential privacy - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Differential_privacy","topics":"differential-privacy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"19a00f6c-01f5-4668-b459-697ae67fe1df","name":"Microsoft Service Adoption Specialist","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/microsoft-service-adoption-specialist-3","topics":"software-tools/microsoft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"104b1494-d48b-44c1-9938-60e403aa8adc","name":"What, Why & How. Your Road to Entrepreneurship","description":"By Universidad de Cantabria via Miríadax","image":null,"links":"course|https://miriadax.net/web/what-why-how-your-road-to-entrepreneurship/inicio","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0e452f2-6394-40c6-a057-4f743345af6d","name":"Predictive Analytics for IoT Solutions","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/predictive-analytics-for-iot-solutions-2","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c23d1325-60c2-4cb6-9230-fe3efec2770f","name":"Risk governance: Engage the board","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-risk-governance-engage-the-board-15129","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f14c8c7-788d-4ee0-b5ee-8cb81dbb7140","name":"IT Support: Troubleshooting Windows","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/it-support-troubleshooting-windows-2","topics":"it-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9563039e-258f-475a-b92d-8097819f74f5","name":"Advanced Financial Reporting: Accounting for Business Combinations and Preparation of Consolidated Financial Statements","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/advanced-financial-reporting","topics":"finance;corporate-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b44ce803-b611-4223-9fbe-3012e4aa6ca1","name":"Microsoft Professional Capstone : Cybersecurity","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-professional-capstone-cybersecurity-11474","topics":"software-tools/microsoft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2afd2693-5acd-45ce-ae61-2a92ae09cec8","name":"Business intelligence and data analytics: Generate insights","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/business-intelligence-data-analytics","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09cfad46-01c6-47ab-81f8-fa2443a84124","name":"IoT Data Analytics and Storage","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/iot-data-analytics-and-storage-3","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"606966d7-db43-4a92-9fe4-e4dba13c301d","name":"Bond and Equity Markets and Financial Regulation","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/bond-and-equity-markets-and-financial-regulation","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8e16073-15cf-460c-a8d2-ef17338f2e66","name":"Algorithms and Data Structures","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-algorithms-and-data-structures-8937","topics":"algorithms;data-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ace7d26-f720-4928-b13e-84bb18e3894b","name":"Equity Indexes, Valuations, and Investment Vehicles","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/equity-indexes-valuations-and-investment-vehicles","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa8c3f2c-bae2-4c6c-894d-b8d478690f87","name":"Microsoft Azure Security Services","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-azure-security-services-9825","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b780ca3-ee30-4abc-854e-b3410acf2a5b","name":"Derivatives, Futures, Swaps, and Options","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-derivatives-futures-swaps-and-options-14517","topics":"finance;derivatives","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1ca27f1-2ec7-4a31-98bd-14e0b14fbe0a","name":"Capital Markets Professional Certificate Examination","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/capital-markets-professional-certificate-examination","topics":"finance;capital-markets","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e10d4bb-4637-4a95-ab20-d46447d309d8","name":"Money Markets, Foreign Exchange and Time Value of Money","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-money-markets-foreign-exchange-and-time-value-of-money-14514","topics":"finance;money-markets","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"565a7d83-494e-406e-835d-8e75b2facf77","name":"Windows Support Essentials: Configuration","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/windows-support-essentials-configuration-2","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8813636a-8144-42e3-b5d5-cee82e4fbee9","name":"Credit Derivatives and Equity and Bond IPO","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-credit-derivatives-and-equity-and-bond-ipo-14518","topics":"finance;derivatives","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba286bf2-57da-43bf-8769-4054c4712ca4","name":"IT Support: Troubleshooting","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-it-support-troubleshooting-9838","topics":"it-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"171b3a7f-8056-4daf-ab92-1bb653d92bbd","name":"What’s Your Big Idea?","description":"By The University of North Carolina at Chapel Hill via Coursera","image":null,"links":"course|https://www.coursera.org/learn/big-ideas","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"718e70f5-ceb8-4938-99a4-db498b853bb9","name":"Speech Recognition Systems","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-speech-recognition-systems-10041","topics":"speech-recognition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0d3ff44-634b-44b3-8682-17cefdb6f5f6","name":"Introduction to the Nonprofit Sector, Nonprofit Organizations, Nonprofit Leadership and Governance","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.coursera.org/learn/nonprofit-organizations","topics":"non-profit","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"afddd4b8-d3cc-40ec-af08-48b5835b58d4","name":"From Graph to Knowledge Graph – Algorithms and Applications","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/from-graph-to-knowledge-graph-algorithms-and-applications","topics":"knowledge-graph","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fe95e0e-957a-4193-98ad-64ba6556d3ba","name":"The Factors that Influence the Effectiveness of Boards and the Governance Process","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.coursera.org/learn/nonprofit-gov-3","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0966dc3-4b09-487a-bed5-c0dba41368d0","name":"Architecting Distributed Cloud Applications","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/architecting-distributed-cloud-applications-4","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5a3c661-7bba-43b1-9674-98964bab81e1","name":"Fundamentals of Digital Marketing, Social Media, and E-Commerce","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-fundamentals-of-digital-marketing-social-media-and-e-commerce-5835","topics":"marketing;social-media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d7c0163-b30b-4593-aa5d-95ac2680adf3","name":"Managing Identity","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/managing-identity-4","topics":"software-tools/microsoft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09b4bc24-6c0c-4ad5-b959-8b59dd71efec","name":"Understanding the Music Business: What is Music Worth?","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/musicbiz","topics":"business;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14aa3132-a55e-4904-b229-a0ed5c90b6a4","name":"Logic and Computational Thinking","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-logic-and-computational-thinking-8725","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d314d92-05e2-4dc8-add6-b267dac0a82e","name":"Leadership Through Design Innovation","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-leadership-through-design-innovation-4773","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5db4a8bd-17b5-4f69-8efe-9f31c1a43045","name":"DevOps Practices and Principles","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/devops-practices-and-principles-3","topics":"devops","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b55227d1-9996-4d3b-add5-c73d37990b4b","name":"Business Strategy in Practice (Project-centered Course)","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/uva-darden-business-strategy-capstone","topics":"business;strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0d67fac-ae54-4c00-aeec-72b4705bf09d","name":"Behavioral Finance","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/duke-behavioral-finance","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3221b5aa-b7b6-43d5-909c-74c30cfcb00d","name":"Algorithms and Data Structures in C#","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-algorithms-and-data-structures-in-c-9483","topics":"algorithms;data-structures;programming-languages/csharp","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b32ee602-992b-4a38-8390-85e91f5bbdbb","name":"Managing the Value of Customer Relationships","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.edx.org/course/managing-the-value-of-customer-relationships-4","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f309c4cb-8be4-493e-8530-b6b70974fc69","name":"Microsoft Professional Capstone : DevOps","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-professional-capstone-devops-9488","topics":"software-tools/microsoft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c7e06b9-8a6c-4b71-b388-6fb297a850a6","name":"From Brand to Image: Creating High Impact Campaigns That Tell Brand Stories","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/brand-image-high-impact-campaign","topics":"branding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be84cc00-8b60-4ef5-9d7c-323f0281e92a","name":"Introduction to Artificial Intelligence (AI)","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-artificial-intelligence-ai-3","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49619437-2820-4d8f-a275-52b1790191b1","name":"Organisational behaviour: Know your people","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/organisational-behaviour-know-your-people","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df35d7e6-4b5e-4531-b094-e2c955dfddfc","name":"Business Transformation with Google Cloud","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-transformation-with-google-cloud-13519","topics":"software-tools/google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3f63126-988d-4776-9838-43de45132efe","name":"IT Support: Fundamentals","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/it-support-fundamentals-4","topics":"it-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47044a1e-01a9-41f5-b087-55ef39ed1e9e","name":"IT Support: Communication","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-it-support-communication-9837","topics":"it-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7bc96e8b-9ee0-41f7-b0a3-4fa8afa16623","name":"IT Support: Networking Essentials","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/it-support-networking-essentials-2","topics":"it-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0a98ca6-016b-4b0a-af6d-d3c9ebf309d4","name":"Managerial Accounting Fundamentals","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/uva-darden-managerial-accounting","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c159132a-e413-4e9f-acc0-5eca7ab1daea","name":"An elementary construction of the geometric algebra","description":null,"image":null,"links":"research_paper|http://www.faculty.luther.edu/~macdonal/GAConstruct.pdf","topics":"geometric-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f98f2cfa-076f-4c40-adb7-65e09ca0b8ee","name":"Personal & Family Financial Planning","description":"By University of Florida via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-personal-family-financial-planning-1811","topics":"finance;personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2858007e-9ec9-4b27-b07e-43d0a7d9a926","name":"Getting Started with the Internet of Things (IoT)","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/getting-started-with-the-internet-of-things-iot-3","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7dc6277e-b764-443b-a063-ddffe6c10aea","name":"Be a Leader, Develop a Leader","description":"By Case Western Reserve University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/be-a-leader","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"246d3690-3d92-45d3-9715-bbe08e82fd05","name":"IoT Device Configuration and Communication: C Edition","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-iot-device-configuration-and-communication-c-edition-12659","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5f29e77-395e-40b4-95b2-6989e983c462","name":"The Marketing Plan","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/marketingplan","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9ae54f6-991c-438f-b5ef-d92b3a552934","name":"Enabling Teamwork with Microsoft Teams","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-enabling-teamwork-with-microsoft-teams-11340","topics":"software-tools/microsoft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fa1565c-7b66-40a1-87dd-5179c50cf573","name":"Technical Writing  |  Google Developers","description":null,"image":null,"links":"website|https://developers.google.com/tech-writing","topics":"technical-writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54605b09-cfed-47ce-8d88-a360a88ce814","name":"Microsoft Professional Capstone : Artificial Intelligence","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/microsoft-professional-capstone-artificial-intelligence-3","topics":"software-tools/microsoft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71878b41-15d0-40b7-abe0-049813e01880","name":"Applied Entrepreneurship 2: Acceleration Plan Development and Evaluation","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/applied-entrepreneurship-ii","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9cccbf2b-070a-42ad-a92d-516db7934fe2","name":"Analyzing and Visualizing Data with Power BI","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/analyzing-and-visualizing-data-with-power-bi-3","topics":"software-tools/microsoft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b53ea14-44ea-4bda-8bd2-9d602c92f27c","name":"Microsoft SharePoint 2016: Authentication and Security","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/microsoft-sharepoint-2016-authentication-and-security-3","topics":"software-tools/microsoft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90d25b7b-5cb1-4643-962d-2c200d2202b5","name":"BiVector.net","description":null,"image":null,"links":"website|https://bivector.net/index.html","topics":"geometric-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f5edb98-9cef-418e-8cb5-c9e05870781e","name":"IT Support: Hardware Essentials","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-it-support-hardware-essentials-9830","topics":"it-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8322d997-9e19-432f-b1c4-7361b05b5179","name":"Leadership Coaching through Turbulent Times: Playing with eFIRE","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-leadership-coaching-through-turbulent-times-playing-with-efire-8868","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f2bc8e0-8565-4519-8a66-01f83ae296de","name":"IT Support: Troubleshooting Microsoft Office","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/it-support-troubleshooting-microsoft-office-2","topics":"it-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18975299-8cc3-45bc-bd48-9fad9a770621","name":"Microsoft Professional Capstone: IT Support","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-professional-capstone-it-support-9832","topics":"software-tools/microsoft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c89cb56-b9d3-46d8-9850-2d88c5ad025d","name":"Social Innovation in South Korea","description":"By Hanyang University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-social-innovation-in-south-korea-14374","topics":"nations/southkorea","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e00944e-e4ce-4aa6-8f41-9f42d5406ca1","name":"Deep Learning Explained","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-deep-learning-explained-8746","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fb3515d-9b05-42a9-9e1c-74545029990e","name":"Innovation, Business Models and Entrepreneurship","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mg55/preview","topics":"business;entrepreneurship;innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fc9cf8e-d835-4729-b84f-f0587b6997e0","name":"Continuous Integration and Continuous Deployment","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/continuous-integration-and-continuous-deployment-3","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d693cd18-87ca-4474-b159-9f555534aece","name":"Configuration Management for Containerized Delivery","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/configuration-management-for-containerized-delivery-3","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34e16900-5e96-4df7-9367-7d0ea7de0bc4","name":"DevOps for Databases","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/devops-for-databases-3","topics":"devops;databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"634432c9-2a68-4407-bf59-3bf8dc767dce","name":"Creativity, Innovation, and Change","description":"By Pennsylvania State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/creativity-innovation","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58e92d16-83ec-4d7a-ae6d-720ca07ebbaa","name":"Windows 10 Security Features","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/windows-10-security-features-4","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a0abcca-9310-47bf-b3e8-e6ca7445febc","name":"IT Support: Cloud Fundamentals","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/it-support-cloud-fundamentals-2","topics":"it-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3221732c-304c-4dbb-bfc5-cf93845114b1","name":"Principles of Machine Learning: R Edition","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-principles-of-machine-learning-r-edition-11602","topics":"machine-learning;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8c86a7f-5459-4970-840c-33308e39f1e2","name":"Creating and Developing a Tech Startup","description":"By École Polytechnique via Coursera","image":null,"links":"course|https://www.coursera.org/learn/tech-startup","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33aa35e0-2191-496d-baac-ea429edf5e40","name":"Introduction to Device Programming for IoT: C Edition","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-device-programming-for-iot-c-edition-12663","topics":"programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4541db3-fee2-4474-9bff-b10cd03c8c87","name":"Essentials of Corporate Finance Capstone","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-essentials-of-corporate-finance-capstone-4857","topics":"corporate-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3de3351-a120-460e-aa6b-682bfb1f3a46","name":"Developing Big Data Solutions with Azure Machine Learning","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/developing-big-data-solutions-with-azure-machine-learning-3","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bdec9b0-457d-4de3-ab0e-e44219839864","name":"The Strategy of Content Marketing","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-strategy-of-content-marketing-7799","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9256d280-05b6-4a8a-a0d3-c90ec4f0f86e","name":"Windows Server 2016 Security Features","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/windows-server-2016-security-features-4","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9214660-ac7c-436f-ae31-7907a2dccbac","name":"Diversity and inclusion in the workplace","description":"By ESSEC Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-diversity-and-inclusion-in-the-workplace-8270","topics":"diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5cabcc5-505a-412f-9a1e-8d98be81b701","name":"Windows Support Essentials: Installation","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-windows-support-essentials-installation-9833","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7135626b-3acc-4ae0-87d3-335b592ce511","name":"Customer Insights: Quantitative Techniques","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-customer-insights-quantitative-techniques-10428","topics":"business-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1d6c472-b59b-4afa-b43a-07df48d3180d","name":"Natural Language Processing (NLP)","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-natural-language-processing-nlp-9880","topics":"natural-language-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1023fae-7b54-42df-b79f-b94aec8d051e","name":"Protecting Business Innovations via Strategy","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/protect-business-innovations-strategy","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4bb85eb-5f6e-4df8-b0f4-8349a1a50fa7","name":"Infrastructure as Code","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-infrastructure-as-code-9476","topics":"devops","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"232e05b5-43e0-4f5f-8eb9-129339b228b9","name":"Professional Responsibility and Ethics for Accountants","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-professional-responsibility-and-ethics-for-accountants-13716","topics":"ethics;accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb7f9439-faab-4d89-9a78-3f0e72ec8d39","name":"DevOps for Mobile Apps","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-devops-for-mobile-apps-9486","topics":"devops;mobile","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12177a89-54e6-43a7-990e-9682677bf726","name":"Managing the Company of the Future","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/company-future-management","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c1bf296-f7e6-4b6c-b6c7-fbe25fe6c8f8","name":"Threat Detection: Planning for a Secure Enterprise","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/threat-detection-planning-for-a-secure-enterprise-3","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ddcbffc-5826-48fb-9e21-96ccbf80bbb8","name":"Financial Planning for Young Adults","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/financial-planning","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4fb46920-07f2-4c4f-b16d-2a63d37c5438","name":"Enterprise Security Fundamentals","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/enterprise-security-fundamentals-3","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f8fcab9-6a6f-46cb-8f23-66e5e206cd03","name":"Subsistence Marketplaces","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-subsistence-marketplaces-1363","topics":"marketplaces;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bda86d1-0839-4385-9af1-944a6b0db035","name":"Principles of Machine Learning: Python Edition","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-principles-of-machine-learning-python-edition-11609","topics":"machine-learning;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4cd586f-cd4a-41a9-8487-9965aa62718c","name":"Investment Management in an Evolving and Volatile World by HEC Paris and AXA Investment Managers","description":"By HEC Paris via Coursera","image":null,"links":"course|https://www.coursera.org/learn/investment-management","topics":"investment-management;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74277ba3-0b40-4acb-9bfe-07039d992a69","name":"Computer Vision and Image Analysis","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/computer-vision-and-image-analysis-3","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef46ff98-30e2-435e-9123-bac7591d8187","name":"Accounting for Decision Making","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/accounting","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b60fd87-2091-403c-ab39-a19d448e9715","name":"Planning a Security Incident Response","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-planning-a-security-incident-response-11507","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c2953dc-d9fa-4613-ab86-d7bb6c6199ba","name":"Haskell - All Hail Geometric Algebra!","description":null,"image":null,"links":"code|https://crypto.stanford.edu/~blynn/haskell/ga.html","topics":"geometric-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"be25ae0a-4e07-48ed-88c7-af3bac12a32c","name":"IoT Architecture Design and Business Planning","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-iot-architecture-design-and-business-planning-12660","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a939c29d-966f-4616-b6a9-2fb0e1120863","name":"Marketing Analytics: Data Tools and Techniques","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-marketing-analytics-data-tools-and-techniques-6746","topics":"marketing;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbd9b231-32da-4c21-ad77-9f86475377c2","name":"Introduction to Hyperledger Blockchain Technologies","description":"By Linux Foundation via edX","image":null,"links":"course|https://www.edx.org/course/blockchain-for-business-an-introduction-to-hyperledger-technologies","topics":"blockchain;software-tools/hyperledger","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28e19b63-d937-4b87-8bb1-ce5828c10d22","name":"Accounting Analysis I: The Role of Accounting as an Information System","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-accounting-analysis-i-the-role-of-accounting-as-an-information-system-8732","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f446172d-1fce-40d5-b929-3dd15f9e278a","name":"All Hail Geometric Algebra | Hacker News","description":null,"image":null,"links":"thread|https://news.ycombinator.com/item?id=25142528","topics":"geometric-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a430bc8c-c4bf-4b19-9c94-34456e9349fd","name":"Financial Regulation in Emerging Markets and the Rise of Fintech Companies","description":"By University of Cape Town via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-financial-regulation-in-emerging-markets-and-the-rise-of-fintech-companies-11685","topics":"fintech;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b20dd94-1c45-4ba8-a8bc-809c2c8a6054","name":"Prediction and Control with Function Approximation","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.coursera.org/learn/prediction-control-function-approximation","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fdf4cd52-1fdd-45b5-8469-9ba8080dd596","name":"Influencer Marketing Strategy","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-influencer-marketing-strategy-12105","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3dfe805a-f269-4cdf-8d09-5935b469feb1","name":"A Complete Reinforcement Learning System (Capstone)","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.coursera.org/learn/complete-reinforcement-learning-system","topics":"reinforcement-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20203a28-dd19-4815-95e3-7425d3459c5b","name":"Decision-Making Under Uncertainty","description":"By Texas A&M University via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-decision-making-under-uncertainty-13987","topics":"decision-making;thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"012e0b55-8296-48e3-8fce-938eb918e7d9","name":"Animation and CGI Motion","description":"By Columbia University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-animation-and-cgi-motion-7242","topics":"animation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5659be6-abea-4d76-84cf-698f4110ad78","name":"Scheduling Techniques in Projects","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ce24/preview","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"694f2f80-8a96-49ef-84f7-2d051c4c80e5","name":"Algorithm Design and Analysis","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-algorithm-design-and-analysis-8520","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54835c2a-f673-42cd-88e2-f8c5d09c079f","name":"Infonomics I: Business Information Economics and Data Monetization","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-infonomics-i-business-information-economics-and-data-monetization-13518","topics":"business;infonomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"771a5188-90d8-4d1d-9995-fffddb737926","name":"Basics of Network Security","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-basics-of-network-security-11668","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8044a1f0-09c4-4907-92d6-8e40295f6098","name":"Finance for Everyone: Debt","description":"By McMaster University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-finance-for-everyone-debt-6200","topics":"finance;personal-finance;debt","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdee00c6-2d84-4010-9023-8bc34e9a9059","name":"The Cyber Security Landscape","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-cyber-security-landscape-13775","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8caa5a3f-51c1-438c-bec7-9d9136d80235","name":"International Finance","description":"By via MRUniversity","image":null,"links":"course|https://mru.org/international-finance","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ac75c6c-c1a6-43b8-acb4-825278921dde","name":"How Rich People Think Summary","description":null,"image":null,"links":"article|https://www.summarylover.com/2020/10/how-rich-people-think-book-summary.html","topics":"academics;accessibility","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"3963b923-96f9-4a87-8bf2-8bcf54471554","name":"How to Validate your Startup Idea","description":"By University of New South Wales via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-how-to-validate-your-startup-idea-6449","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c96a1c16-560c-4383-a938-2ecf7810efed","name":"An Introduction to Cryptography","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/cryptography","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb4bfe89-0ef6-44e1-9c96-47716c279f1b","name":"Managing Social and Human Capital","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-social-human-capital","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c9840bb-0c06-40ea-93c9-03bb493a4392","name":"Representing Data with Images and Sound: Bringing Data to Life","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/representing-data-with-images-and-sound","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74f34036-3d59-4741-8b62-7d15958f44fc","name":"Selling Ideas: How to Influence Others, and Get Your Message to Catch On","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.edx.org/course/selling-ideas-how-to-influence-others-and-get-your-message-to-catch-on-3","topics":"relationships","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7bcc3302-d5f4-41dc-af0f-ddca9bda5946","name":"Security Operations","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/security-operations","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4553964f-b577-4a2e-8219-0b24aa495d49","name":"Increasing Real Estate Management Profits: Harnessing Data Analytics","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-increasing-real-estate-management-profits-harnessing-data-analytics-5108","topics":"real-estate;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"677a9e5f-8243-4af0-b747-4bb66b8dd16b","name":"Network Defence Management Overview","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/network-defence-management-overview","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f2d8a08-3a99-42fd-adfe-280a101e3719","name":"Marketing Management","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/marketing-management-4","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d68cbc49-1e21-44d7-b0e8-7c4f60468068","name":"SAP Intelligent Robotic Process Automation in a Nutshell","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-sap-intelligent-robotic-process-automation-in-a-nutshell-13722","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c94a9993-63bc-4c29-912c-a980a8a06c40","name":"Interpersonal Communication for Engineering Leaders","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/interpersonal-communication","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c9f0c91-5b88-4b6e-b955-7e4fb7caa3e5","name":"▷ Jira Training | Jira Certification Course Online","description":null,"image":null,"links":"course|https://mindmajix.com/jira-training","topics":"project-management","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"6ec56530-8061-41c2-9758-65a42ff1bf4b","name":"International Business I","description":"By University of New Mexico via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-international-business-i-7249","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42864b72-88b2-4200-bb77-ac9686144687","name":"How Computers Work: Demystifying Computation","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/how-computers-work","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b14b5c5-6c8b-4d41-a2bd-1965277cbe3b","name":"Ethical Leadership Through Giving Voice to Values","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ethical-leadership-through-giving-voice-to-values-9352","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be2186a8-adc1-43cc-bd32-33b121af2569","name":"Cyber Security Basics: A Hands-on Approach","description":"By Universidad Carlos iii de Madrid via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cyber-security-basics-a-hands-on-approach-7849","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fd618e5-7b2e-4964-afa2-8f47e8108362","name":"Grow Your Business with Goldman Sachs 10,000 Women","description":"By Goldman Sachs via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-grow-your-business-with-goldman-sachs-10-000-women-11222","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a8023ab-7650-4e34-92a5-7e95e4b12a10","name":"Effective Livestock Production with Low Use of Antibiotics","description":"By Swedish University of Agricultural Sciences via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/effective-livestock-production","topics":"livestock","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f74cc7f5-a919-426e-b266-a55de4c4b111","name":"Cloud Computing Infrastructure","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/cloud-computing-infrastructure-1","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e38c62b-25c2-46fb-8c1e-bad97e57d85c","name":"Marketing research and analysis","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mg49/preview","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fec40b3-5707-478f-8efe-863d1b5abf96","name":"Cloud Computing for Enterprises","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cloud-computing-for-enterprises-8168","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa408914-ad4f-45f0-bae5-929684876ea2","name":"Toyota Production System","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-toyota-production-system-14343","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4c22b10-2a2a-4228-941a-1b7610f3535c","name":"Formal Software Verification","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-formal-software-verification-8180","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d829f65a-73c7-4f95-bb12-032c4e38e6da","name":"Blockchain and FinTech: Basics, Applications, and Limitations","description":"By The University of Hong Kong via edX","image":null,"links":"course|https://www.edx.org/course/blockchain-and-fintech-basics-applications-and-limitations","topics":"blockchain;fintech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f580eea-bc53-4efd-adaa-e7bb78cf9886","name":"Geometric Algebra For Computer Science","description":null,"image":null,"links":"book|https://geometricalgebra.org/","topics":"geometric-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abdfacd4-7631-41df-9df4-5d526fae332b","name":"Internationalization: Creating Digital Content for the World","description":"By University of Washington via edX","image":null,"links":"course|https://www.edx.org/course/internationalization-creating-digital-content-for-the-world","topics":"internationalization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1fa2fcb1-6c98-4364-b5ec-eba49af6e59a","name":"Sparse Representations in Image Processing: From Theory to Practice","description":"By Technion - Israel Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sparse-representations-in-image-processing-from-theory-to-practice-9135","topics":"image-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3233ff97-8dc0-47b3-84f6-9b85d9652a0a","name":"Budgeting and Finance for Public Libraries","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-budgeting-and-finance-for-public-libraries-9106","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86164af6-7b7c-43eb-86f9-32a19ea4b0d7","name":"Sparse Representations in Signal and Image Processing: Fundamentals","description":"By Technion - Israel Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/sparse-representations-in-signal-and-image-processing-fundamentals-3","topics":"image-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e98edd6c-0244-4715-b27b-03018ae9f8ee","name":"Luxury Management","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.edx.org/course/luxury-management-1","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec2912be-777c-4b74-8fa5-2c0c8bd46e01","name":"Clinical Natural Language Processing","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/clinical-natural-language-processing","topics":"natural-language-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2290907e-95b7-4172-ba70-088dea1125f8","name":"Hospitality and Tourism Technology and Innovation","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-hospitality-and-tourism-technology-and-innovation-7324","topics":"hospitality;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dae99261-2116-4fce-81db-ff1e559afa80","name":"Internet of Things for Active Aging","description":"By Taipei Medical University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/internet-aging","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8aefc5cf-6fcc-4513-8bea-efb940bbdccc","name":"Managing Marketing in the Hospitality and Tourism Industry","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.edx.org/course/managing-marketing-in-the-hospitality-and-tourism-industry-1","topics":"marketing;hospitality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c3986e1-9516-4f8d-ac94-dc8d61e3187a","name":"Distributed Systems Reading List","description":null,"image":null,"links":"learning_plan|https://dancres.github.io/Pages/","topics":"distributed-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1ccdd099-dce3-44fe-a165-a801956635dc","name":"Decision-Making for Autonomous Systems","description":"By Chalmers University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-decision-making-for-autonomous-systems-10305","topics":"autonomous-vehicles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce8f169e-cef3-41db-9669-6fa85c861f19","name":"Managing Human Resources in the Hospitality and Tourism Industry","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-managing-human-resources-in-the-hospitality-and-tourism-industry-7335","topics":"human-resources;hospitality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2978bd7f-e0ca-4335-9c43-34c763f277ce","name":"Cosmic Eye (Original HD Version)","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=8Are9dDbW24","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7b0d47ff-7b86-4a74-91c6-2fb9eb928429","name":"Building Fintech Startups in Emerging Markets","description":"By University of Cape Town via Coursera","image":null,"links":"course|https://www.coursera.org/learn/building-fintech-startups","topics":"fintech;startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b50639f4-9ea4-4b42-88cd-b0287c4a99b9","name":"Madras Sankrit College","description":null,"image":null,"links":"website|https://www.madrassanskritcollege.edu.in/","topics":"languages/sanskrit","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"390ef930-822a-41ca-b422-d8dd49b7b437","name":"Social Impact Strategy: Tools for Entrepreneurs and Innovators","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-social-impact-strategy-tools-for-entrepreneurs-and-innovators-2136","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55768ecd-0c62-444e-adf2-cfe3af9c796f","name":"Intuitive Guide to Convolution – BetterExplained","description":null,"image":null,"links":"article|https://betterexplained.com/articles/intuitive-convolution/","topics":"image-processing;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14af7550-15d3-4338-a567-a84b5b055e22","name":"Arts and Culture Strategy","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-arts-and-culture-strategy-2678","topics":"business;arts-and-culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbba9e22-ef47-4175-a05e-5f2c12827ce2","name":"Introduction to Java Programming: Fundamental Data Structures and Algorithms","description":"By Universidad Carlos iii de Madrid via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-java-programming-fundamental-data-structures-and-algorithms-2","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24a26286-815a-4dc4-88c4-7b50fee6f277","name":"DeepMind solves protein folding | AlphaFold 2","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=W7wJDJ56c88","topics":"protein;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1ef57156-d95e-4992-92b5-331b6c1ddef9","name":"Finance for Everyone: Markets","description":"By McMaster University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/finance-markets","topics":"finance;personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b7e5e7b-8a0f-4e8e-b26d-89f00b2d217b","name":"Cloud Computing Security","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/cloud-computing-security-1","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff1912f7-27a2-45d0-86fc-8ec9c981c24a","name":"Financial Management Capstone","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/financial-management-capstone","topics":"corporate-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00161b66-35f1-40a0-bff7-8a08d2a6328a","name":"Cloud Computing Management","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/cloud-computing-management-2","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0fd1cda-b834-4542-b951-c9a8b83631fd","name":"Digital Skills: Web Analytics","description":"By Accenture via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-digital-skills-web-analytics-9779","topics":"web;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3bed91d4-d328-481c-9431-4217f9865bfd","name":"Networked control systems with Arduino: an introduction to technology, programming and robotics","description":"By Universidad Politécnica de Madrid via Miríadax","image":null,"links":"course|https://miriadax.net/web/networked-control-systems-with-arduino-an-introduction-to-technology-programming-and-robotics-2-ed/inicio","topics":"arduino","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"971b52ae-14f1-445c-aed4-b346c896d344","name":"SchoolOfSRE","description":null,"image":null,"links":"course|https://linkedin.github.io/school-of-sre/","topics":"devops","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b604e2fa-a72a-473f-aa2a-871a0bfe5d2e","name":"Practical Internet of Things","description":"By Universidad Politécnica de Madrid via Miríadax","image":null,"links":"course|https://www.classcentral.com/course/miriadax-practical-internet-of-things-10187","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"440df224-e4ba-4b63-ad19-46ebeee66f5c","name":"Intelligence Tools for the Digital Age","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intelligence-tools-digital-age","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"316f38d2-6157-4d10-8bdd-61419ce857f4","name":"Data Analytics Courses Online Certification Training – Intellipaat","description":null,"image":null,"links":"course|https://intellipaat.com/data-analytics-master-training-course/","topics":"data-analysis;data-science","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"5.0","tags":null} +{"iid":"d0422130-9fb5-4c5e-9bb3-96695effa1dd","name":"[2101.00863] The Atlas for the Aspiring Network Scientist","description":null,"image":null,"links":"book|https://arxiv.org/abs/2101.00863","topics":"network-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b15992e3-914e-4ece-8e07-a325b3c3b3d6","name":"A Gamut of Games","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/2671747-a-gamut-of-games","topics":"games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d55fa162-2889-46ff-802a-3846dfa3ff11","name":"Corporate Financial Decision-Making for Value Creation","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-corporate-financial-decision-making-for-value-creation-3329","topics":"corporate-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2740f593-48d4-46bb-84a6-a4f09a6b9602","name":"Leading Positive Change through Appreciative Inquiry","description":"By Case Western Reserve University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-leading-positive-change-through-appreciative-inquiry-5847","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75e1c228-bcb1-4764-9d98-0e6f1a404bce","name":"Supply Chain Management Strategy","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-supply-chain-management-strategy-6935","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c91d9093-2aa0-4920-a4b8-4ea26e25f842","name":"How to finance your venture ?","description":"By École Polytechnique via Coursera","image":null,"links":"course|https://www.coursera.org/learn/finance-venture","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"821efa66-79c5-426d-b43c-816649c41ee1","name":"Network Security","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-network-security-7858","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5c185d7-5d5d-4268-b158-d5824b577095","name":"Digital Skills: Social Media","description":"By Accenture via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/digital-skills-social-media","topics":"social-media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c33ad792-b609-47a5-8de1-614786303287","name":"Cybersecurity Capstone","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/rit-cybersecurity-capstone","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a676eff-e34a-437b-96e4-4b05a0cda47b","name":"Hotel Revenue Management: the Strategy and Tactics of Hotel Room Pricing","description":"By Glion Institute of Higher Education via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-hotel-revenue-management-the-strategy-and-tactics-of-hotel-room-pricing-12846","topics":"hospitality;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5968a97b-c2e2-4da0-9fc5-f863c8147324","name":"Cybersecurity Risk Management","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cybersecurity-risk-management-7845","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66214a77-4f09-4b3e-9901-7ecfefa1becc","name":"Management and financial accounting: Know your numbers 1","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/management-accounting","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf66ecde-8b31-42a5-97c4-33da954c7d1e","name":"Computer Forensics","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-computer-forensics-7857","topics":"computer-forensics;computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68d70790-4a35-4a03-902d-780b103a4c31","name":"Surviving Disruptive Technologies (On Demand)","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-surviving-disruptive-technologies-on-demand-556","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6708fd5-061e-43ca-9f11-067dc52007ab","name":"Linux Basics: The Command Line Interface","description":"By Dartmouth via edX","image":null,"links":"course|https://www.edx.org/course/linux-basics-the-command-line-interface","topics":"command-line","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"207f7399-9b65-4859-83f7-52818f2c2df4","name":"Supply Chain Management: A Learning Perspective","description":"By Korea Advanced Institute of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-supply-chain-management-a-learning-perspective-2065","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"736fedbb-b720-4023-bb8d-a0b4a678badc","name":"AP Computer Science A: Java Programming Classes and Objects","description":"By Purdue University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-computer-science-a-java-programming-classes-and-objects-7211","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e28f51bb-d57d-44db-a348-37a678593965","name":"C Programming: Pointers and Memory Management","description":"By Dartmouth via edX","image":null,"links":"course|https://www.edx.org/course/c-programming-pointers-and-memory-management","topics":"programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbe2d8bd-8477-4ddb-bd1f-b0058f939fea","name":"International Business II","description":"By University of New Mexico via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-international-business-ii-2699","topics":"international-business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65302451-8366-4a88-8da8-0a288d2996a6","name":"Alternative Approaches to Valuation and Investment","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-alternative-approaches-to-valuation-and-investment-3328","topics":"finance/valuation;corporate-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"411ba06d-8cc6-40e0-8ffb-171b8bf0c277","name":"C Programming: Language Foundations","description":"By Institut Mines-Télécom via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-c-programming-language-foundations-11535","topics":"programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b0ad9e2-b15f-43fc-9e35-068ee78d9eaa","name":"C Programming: Modular Programming and Memory Management","description":"By Dartmouth via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-c-programming-modular-programming-and-memory-management-11666","topics":"programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5e45831-2065-472c-88ab-698fa7a3b694","name":"Capstone - Launch Your Own Business!","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/start-your-own-business-project","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"406d3719-37c1-4ee0-bcd4-356d8ce6d904","name":"C Programming: Getting Started","description":"By Dartmouth via edX","image":null,"links":"course|https://www.edx.org/course/c-programming-getting-started","topics":"programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3eedb04-4d67-4ad8-9d51-1cb4564449ad","name":"Digital Marketing Capstone","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-digital-marketing-capstone-5086","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94c0035f-09d1-4c1f-bcfa-5c9298e629bd","name":"Oral Communication for Engineering Leaders","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/oral-communication","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbc20bca-4c77-43bd-89c9-9e52fbe40d06","name":"C Programming: Advanced Data Types","description":"By Dartmouth via edX","image":null,"links":"course|https://www.edx.org/course/c-programming-advanced-data-types-2","topics":"programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d7a6c22-2ba6-4113-9043-fce1892542f7","name":"Interest Rate Models","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/interest-rate-models","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"830e65e1-8e48-41a2-a5d5-7e1ae7483a1a","name":"C Programming: Using Linux Tools and Libraries","description":"By Dartmouth via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-c-programming-using-linux-tools-and-libraries-11538","topics":"programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de3de993-fa65-48ad-9e10-dffe48292011","name":"Deep Learning for Business","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/deep-learning-business","topics":"deep-learning;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f6c4caa-9d76-4578-a6c5-610ac7dbf0c7","name":"Introduction to the Internet of Things (IoT)","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-the-internet-of-things-iot-9750","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a114126-8c62-4238-8d40-383ff482f273","name":"Machine Learning with Python: from Linear Models to Deep Learning","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-machine-learning-with-python-from-linear-models-to-deep-learning-11483","topics":"machine-learning;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da5b83ae-2a6d-4c13-86cc-571136009d00","name":"Case studies in business analytics with ACCENTURE","description":"By ESSEC Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/case-studies-business-analytics-accenture","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8527d4a1-94e2-4e36-96c0-7b82b5812873","name":"IoT Networks and Protocols","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-iot-networks-and-protocols-9752","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"275e35c7-24e7-4514-8521-5dad47fffaaa","name":"Financial Engineering and Risk Management Part II","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-financial-engineering-and-risk-management-part-ii-1015","topics":"corporate-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"843a3abb-a2d8-46ac-b0fa-581df2699750","name":"Beginner's Guide to the Bash Terminal","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=oxuRxtrO2Ag","topics":"command-line","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"dd8614f9-f9c9-4f81-97da-d58d06a0d2d2","name":"Leadership in 21st Century Organizations","description":"By Copenhagen Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/leadership-21st-century","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a46cfb5-188a-4e4b-99cb-e404f9380a65","name":"How It's Made","description":null,"image":null,"links":"video|http://www.youtube.com/playlist?list=PLLb4Aujw26R6FsJJ3py4ponBlBxp0UnRA","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5beae09c-7fe1-4266-a39a-f41af1da9b9e","name":"AP Computer Science A: Java Programming Polymorphism and Advanced Data Structures","description":"By Purdue University via edX","image":null,"links":"course|https://www.edx.org/course/ap-computer-science-a-java-programming-polymorphism-and-advanced-data-structures-3","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6dc16ce3-d70a-4184-8c87-033c9cc1bd8d","name":"Leading Innovation in Arts and Culture","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/arts-culture-innovation","topics":"arts-and-culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c5d8948-ffc6-436e-ac20-06a376dcca9a","name":"Transport Systems: Global Issues and Future Innovations","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/transport-systems-global-issues-and-future-innovations","topics":"transportation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fff22d0c-b1e4-4d43-924e-89896b8ecdae","name":"Giving 2.0: The MOOC","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/philanthropist","topics":"philanthropy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dc1c418-d0a9-4ce3-82bf-27e0f60ec8f6","name":"Convolutional Neural Networks","description":"By deeplearning.ai via Coursera","image":null,"links":"course|https://www.coursera.org/learn/convolutional-neural-networks","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ac3bba1-e115-442d-9121-daa222bc8512","name":"Food & Beverage Management","description":"By Università Bocconi via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-food-beverage-management-3498","topics":"food-and-beverage","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"504ff395-91c7-4643-9550-c409781f3819","name":"Mathematics for Machine Learning: Multivariate Calculus","description":"By Imperial College London via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mathematics-for-machine-learning-multivariate-calculus-10452","topics":"mathematics;calculus;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d383aa06-9ff1-4ae8-97c0-f3ccffd2c3d2","name":"Investment Strategy","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.coursera.org/learn/investment-philosophy","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6027152e-c657-4ee8-bec0-cdd939c602ca","name":"Blockchain in the Energy Sector","description":"By InnoEnergy via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-blockchain-in-the-energy-sector-9526","topics":"blockchain;energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69f3908b-9682-4982-9059-34a51a0e1782","name":"Valuation and Financial Analysis For Startups Capstone","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-valuation-and-financial-analysis-for-startups-capstone-6977","topics":"corporate-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e4a13ad-231d-43fb-a7a0-0c316c519464","name":"The Scratch Programming Language and Environment","description":"Abstract:\\n\\nScratch is a visual programming environment that allows users (primarily ages 8 to 16) to learn computer programming while working on personally meaningful projects such as animated stories and games. A key design goal of Scratch is to support self-directed learning through tinkering and collaboration with peers. This article explores how the Scratch programming language and environment support this goal.","image":null,"links":"research_paper|https://dl.acm.org/doi/abs/10.1145/1868358.1868363","topics":"programming-languages/scratch","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"f4ea8675-547e-40d7-9f31-12427985910e","name":"Buyer Behaviour and Analysis","description":"By Curtin University via edX","image":null,"links":"course|https://www.edx.org/course/buyer-behaviour-and-analysis-2","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af43cba2-4f96-4bab-89f3-597dfa1b58f4","name":"Computer Vision","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs58/preview","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8dc274b3-8aca-4dd5-9e89-e6169412aa35","name":"Digital Skills: Digital Marketing","description":"By Accenture via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-digital-skills-digital-marketing-9778","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66ce119d-e5bb-4d95-8f6c-86de416e7ba0","name":"Deep Learning (IITKGP)","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-deep-learning-iitkgp-13988","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"129ba232-3230-42e5-94d8-47416b1a653c","name":"Solve Puzzles for Science | Foldit","description":null,"image":null,"links":"game|https://fold.it/","topics":"protein","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84f402df-ddef-4e66-a2ab-fbb458683141","name":"Demystifying networking","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs75/preview","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abe13fcd-cd6e-42fa-94ca-abf21c30a322","name":"The Joy of Computing using Python","description":"By Indian Institute of Technology, Ropar via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-the-joy-of-computing-using-python-14329","topics":"computer-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39a3208a-88d1-4405-b2bc-721ace8fff1e","name":"Strategic Innovation Toolkit for Managers","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/strategic-innovation","topics":"management;innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c43922d6-d751-4f3a-a148-77fa7f1c192f","name":"DrFrostMaths.com","description":null,"image":null,"links":"website|https://www.drfrostmaths.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e98eee1-2c75-4db6-8a4a-c5462af1595f","name":"Time Series Forecasting","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/time-series-forecasting--ud980","topics":"forecasting;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f34b85cd-c9a0-4ceb-93d4-602481d293bc","name":"The Drag Equation (Empire State Building v Eiffel Tower) - Numberphile","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=Oy-4mPro3w8","topics":"aerodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f330840e-3459-4361-b9fe-fa7e8a3fc78d","name":"BoardGameGeek","description":null,"image":null,"links":"website|https://boardgamegeek.com/","topics":"games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3749155-1f9a-4e74-84b3-7eb8b4bc21eb","name":"Cormen rules","description":null,"image":null,"links":"article|https://www.cs.dartmouth.edu/~thc/Cormen-rules.pdf","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c4793f76-dfb6-49c4-8e80-b4f44319ae43","name":"Applied Natural Language Processing","description":"By Chennai Mathematical Institute via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-applied-natural-language-processing-13899","topics":"natural-language-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78bbecfc-3144-4a5f-b446-144bfa21ee6f","name":"Management of Fashion and Luxury Companies","description":"By Università Bocconi via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mafash","topics":"fashion-and-luxury","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3775a791-e50c-4188-ad7f-6ffa1112cc1c","name":"Artificial Intelligence Search Methods For Problem Solving","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs83/preview","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2d83e8c-93f1-4c17-b0d2-490b22488ca0","name":"Financing and Investing in Infrastructure","description":"By Università Bocconi via Coursera","image":null,"links":"course|https://www.coursera.org/learn/infrastructure-investing","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17a2b830-5e9a-4679-aef9-3d084f784bd4","name":"Pattern Recognition and Application","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-pattern-recognition-and-application-14228","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5ef8eb6-6726-4e64-bd38-8332f012b08c","name":"Demand management: Breaking down today’s commercial silos","description":"By ESSEC Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/demandmanagement","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bcc898c-f61d-477f-abd7-424948d8dc14","name":"Introduction to Computer Vision","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee34/preview","topics":"computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4da6a08-977a-489d-b3a3-939b596baf13","name":"Fundamentals Of Artificial Intelligence","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-artificial-intelligence-14070","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"660a167f-3d6f-4666-acb0-30272decee0f","name":"From Idea to Startup","description":"By Technion - Israel Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/startup-entrepreneurship-from-idea-to-startup","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"625f1fe2-4aaf-454e-9163-894657518aef","name":"Internet of Things Capstone: Build a Mobile Surveillance System","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/internet-of-things-capstone","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6283317b-98c5-4830-91fa-7e3895a8b7fc","name":"Reinforcement Learning","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-reinforcement-learning-6706","topics":"reinforcement-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04968f29-97f5-465b-a68d-e17249cee8c0","name":"Digital Business Models","description":"By Lund University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-digital-business-models-7790","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29ee1686-702d-4490-8427-e282c9efbc6d","name":"Natural Language Processing","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs56/preview","topics":"natural-language-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24d246ec-ab77-4e19-86d1-ef95d4eeac6d","name":"Introduction to Internet of Things","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-internet-of-things-10093","topics":"internet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"adebacaf-2618-4f6c-91bd-c35f1f293dcd","name":"CAPSTONE: Your Leadership Challenge","description":"By HEC Paris via Coursera","image":null,"links":"course|https://www.coursera.org/learn/leadership-challenge","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e53c1edf-ba16-4cd8-a96b-fdb4ede9b265","name":"Ethical Hacking","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-ethical-hacking-14045","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e45af72-9c1c-4950-8406-d6ec6607194e","name":"Deep Learning Part 1 (IITM)","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs85/preview","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3315e33c-dba0-458d-931b-52f17a227b09","name":"Strategic Business Management - Macroeconomics","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-strategic-business-management-macroeconomics-9221","topics":"business;macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26909f36-8ecb-4a1a-aeb7-9ad6aace77b7","name":"Introduction to Machine Learning (IITKGP)","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs52/preview","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8c1f51a-81c9-4ff4-afeb-91835758bb22","name":"Creativity And Entrepreneurship","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-creativity-and-entrepreneurship-10057","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2941bcbb-05a4-45cb-90a8-7b95b663618f","name":"Social networks","description":"By Indian Institute of Technology, Ropar via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-social-networks-9920","topics":"social-networks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34af291c-cc46-4208-a52e-6fbfe4badc1d","name":"Principles and Practices of Islamic Insurance","description":"By Islamic Research and Training Institute via edX","image":null,"links":"course|https://www.edx.org/course/principles-and-practices-of-islamic-insurance-2","topics":"insurance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b883e1cb-a176-49e6-b27f-b1464bd6ee10","name":"Theory of Computation","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-theory-of-computation-6701","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9dc81f4a-7591-40b9-9fd5-00ff74322c72","name":"Auditing I: Conceptual Foundations of Auditing","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/auditing-part1-conceptual-foundations","topics":"auditing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"940d5466-0350-4c08-8a4c-26dd1f9efdd7","name":"Machine Learning for Engineering and Science Applications","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-machine-learning-for-engineering-and-science-applications-12932","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b962e88b-ea6b-4e81-be0a-c7d152b32f17","name":"Legal aspects of conducting business in Russia","description":"By Saint Petersburg State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-legal-aspects-of-conducting-business-in-russia-13226","topics":"nations/russia;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e7cbd6f-ff1d-4066-b303-350ebe05243e","name":"Introduction to Machine Learning (IITKGP)","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs53/preview","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"334d492f-7759-4d43-a6c1-b9fdf1ee98aa","name":"golden balls. the weirdest split or steal ever!","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=S0qjK3TWZE8","topics":"prisoners-dilemma;game-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2de7226e-3220-4be7-911a-5744e481ff5d","name":"Programming, Data Structures And Algorithms Using Python","description":"By Chennai Mathematical Institute via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs40/preview","topics":"programming;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62ea1a14-3848-41bb-bad4-3cf4c6f3a78b","name":"Driving Business Value from Data and A.I.","description":"By University of Edinburgh via edX","image":null,"links":"course|https://www.edx.org/course/driving-business-value-from-data-and-ai","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4109d17-03c5-48dc-b23d-afecb278e290","name":"Why We Fix: A DIY Manifesto","description":null,"image":null,"links":"article|https://www.popularmechanics.com/home/how-to/a10652/why-we-fix-a-diy-manifesto-16846653/","topics":"diy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abaeb529-76b2-4748-b263-2b3bc188daf1","name":"Corporate Innovation Capstone Assessment","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/corporate-innovation-capstone-assessment-4","topics":"business;innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce35b718-370b-4bf0-af24-e74be12b7319","name":"Protein - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Protein","topics":"protein","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b3f3bd88-53ed-4436-a74a-39ce1751deb6","name":"Sustainable Tourism: Rethinking the future","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sustainable-tourism-rethinking-the-future-10357","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a69d5cb0-b5d4-435c-92ae-91bfa52f6345","name":"Introduction to Operating Systems","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-operating-systems-6559","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e65b7d8-8abf-4340-869e-687be5c8df3f","name":"Product Management with Lean, Agile and System Design Thinking","description":"By Boston University via edX","image":null,"links":"course|https://www.edx.org/course/product-management-with-lean-agile-and-system-design-thinking-2","topics":"product-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"020681ab-f5d3-48dc-a29d-d7d19bfbe160","name":"Advanced Computer Architecture","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs62/preview","topics":"computer-architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"664842cf-a441-4ad2-9ce4-f45a353505f6","name":"Digital Transformation Strategy","description":"By Boston University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-digital-transformation-strategy-8208","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b0a0850-1a60-4654-8dd3-05f45b8dfc74","name":"Blockchain Architecture Design and Use Cases","description":"By NPTEL via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs63/preview","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69054bf2-4984-4503-b58e-18a57f8bc72c","name":"Risk Management in Development Projects","description":"By Inter-American Development Bank via edX","image":null,"links":"course|https://www.edx.org/course/risk-management-in-development-projects","topics":"risk-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36f9dc3a-44c8-41ef-be01-0779bacc101f","name":"C Programming and Assembly Language","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-c-programming-and-assembly-language-13934","topics":"programming-languages/c;programming-languages/assembly","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"759ed248-2e55-40c3-ba53-65d0c8a25ba0","name":"Content Strategy for Professionals: Capstone Project","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/content-strategy-project","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e30aa53b-5a0a-4c5c-8021-ea320e248a0b","name":"Operating System Fundamentals","description":"By NPTEL via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs51/preview","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba803bc4-60c3-4058-9ae7-b227ca0166eb","name":"Strategic Leadership and Management Capstone","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-strategic-leadership-and-management-capstone-5257","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac8f166f-e750-4f11-b9f9-b29bbb88a2b6","name":"CS 6120: The Self-Guided Course","description":null,"image":null,"links":"course|https://www.cs.cornell.edu/courses/cs6120/2020fa/self-guided/","topics":"compilers","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":"oer"} +{"iid":"5f29e1a8-5723-48ac-bead-40eda52e25e9","name":"Mergers and Acquisitions: Free Cash Flow Modeling","description":"By New York Institute of Finance via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/mergers-acquisitions-cashflow-modeling","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6814906a-6eca-4510-b8af-309f29c5d838","name":"Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning","description":"By deeplearning.ai via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-tensorflow-for-artificial-intelligence-machine-learning-and-deep-learning-13287","topics":"software-tools/tensorflow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67a83e01-3554-41d6-821b-5f2970a06261","name":"Project Execution","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/project-execution","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9929f5a-a7dc-441d-a576-d045e73f794b","name":"Ordered Data Structures","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ordered-data-structures-14488","topics":"data-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61da3f2f-0997-43d8-b06b-131c5bb66043","name":"Global Financing Solutions (by EDHEC and Société Générale)","description":"By EDHEC Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-global-financing-solutions-by-edhec-and-societe-generale-13310","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8675e1a4-4f08-4c63-99d3-2e82108bf3a0","name":"Unordered Data Structures","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-unordered-data-structures-14487","topics":"data-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2b1fb3c-798f-4bc8-ab73-3a414b453816","name":"Exploding Dots (English) - Trigonometry Teaser","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=xd7ZK8tBGXU","topics":"exploding-dots;trigonometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"613b6d52-e642-4414-b411-1bcbc706ab6a","name":"[2002.12652] Hyperbolic Knot Theory","description":null,"image":null,"links":"research_paper|https://arxiv.org/abs/2002.12652","topics":"knot-theory;hyperbolic-geometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfb2771f-9f81-4864-b19c-cb53ccf26134","name":"Identifying Social Entrepreneurship Opportunities","description":"By Copenhagen Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-identifying-social-entrepreneurship-opportunities-7029","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18bf4136-1b21-4d9d-8f9c-1bbfe7846d73","name":"Object-Oriented Data Structures in C++","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cs-fundamentals-1","topics":"data-structures;programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f6f1445-7362-4cf9-8bd2-e569f302ab3f","name":"Project Planning","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/project-planning-1","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f2739fd-52ac-453c-b3ea-1af1c44bca09","name":"Introduction to Blockchain Technologies","description":"By INSEAD via Coursera","image":null,"links":"course|https://www.coursera.org/learn/introduction-blockchain-technologies","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab2e8d13-5e50-4332-8c2c-e95f755386d4","name":"Human Resources Management Capstone: HR for People Managers","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-human-resources-management-capstone-hr-for-people-managers-5587","topics":"human-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a30b8998-0439-4be8-9fe3-a9bdcad8c2be","name":"Blockchain 360: A State of the Art for Professionals","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.coursera.org/learn/blockchain-professionals","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46b221d0-1d2d-4d25-bd4b-18dd19e6feb5","name":"Marketing Strategy Capstone Project","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-marketing-strategy-capstone-project-6233","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00706531-5ca7-4936-861a-dca4b1bfe918","name":"Computer Fundamentals","description":"By Devi Ahilya Viswavidyalaya, Indore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-computer-fundamentals-13950","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8c07c16-8f35-44bb-9348-fde7eb1d916d","name":"Managing Innovation: Learning to Prototype for Business","description":"By St. George's University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/managing-innovation","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"141e17e9-85af-4b2a-bf4b-13befb27d32e","name":"Computer Networks","description":"By Devi Ahilya Viswavidyalaya, Indore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-computer-networks-13951","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4af304a2-b09e-4309-adac-a4753b6eac38","name":"Strategic Management - Capstone Project","description":"By Copenhagen Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/businesscap","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f7ba0f7-eb29-47e9-8c1a-c55de12f814d","name":"Regression Modeling in Practice","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/regression-modeling-practice","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce9b80fd-031f-4e81-8af5-c46e5d0da2f4","name":"计算几何 | Computational Geometry","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx--computational-geometry-5434","topics":"geometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a74b93cf-2d52-4cf2-be35-00593311be46","name":"Analysis of Business Problems","description":"By IESE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/analysis-business-problem-iese","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79a0f741-a6ac-419a-a22a-6c056a8ab51c","name":"Data Structures","description":"By University of Madras, Chennai via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_cs04/preview","topics":"data-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce3a1ed5-aea7-4270-83a3-a0c818fbd3cf","name":"Project Launch","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-project-launch-12205","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b7fed52-f24f-4d3e-a87a-3c2dac8a5300","name":"IoT Capstone Project","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-iot-capstone-project-9755","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07e9a77b-40df-4a78-9bc4-cc023cf4e571","name":"Project Practicum with Multiple Projects","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/project-practicum-with-multiple-projects","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94193e92-7bd8-445e-80de-7b47b2268230","name":"Cyber Security","description":"By UGC via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-cyber-security-13978","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"079ba0bb-edd8-4311-aacc-79faf30f9bd4","name":"Introduction to Computer Networks and Internet Protocols","description":"By UGC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_cs10/preview","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4f3e391-a88e-4ed2-8ab1-7e6511cf2e4a","name":"Finance for Everyone Capstone Project","description":"By McMaster University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-finance-for-everyone-capstone-project-6230","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"584bdc7a-a71e-4dbf-97c8-9a33d265f510","name":"How Google does Machine Learning","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-how-google-does-machine-learning-10446","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc087014-eee3-440c-b08d-e395db2ee620","name":"SAP MaxAttention and SAP ActiveAttention","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/pep1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"147e287b-8328-4c4a-bdba-73bc17f1de5f","name":"Creating Trustworthy and Ethical Artificial Intelligence","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-creating-trustworthy-and-ethical-artificial-intelligence-14428","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"922cd9e5-294b-4c47-ac21-e78c58c17812","name":"An Introduction to Computer Networks","description":"By Stanford University via Independent","image":null,"links":"course|https://lagunita.stanford.edu/networking/Fall2012/preview/","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7248aa93-eeab-44c2-83fb-bbe75091641f","name":"6.00x: Introduction to Computer Science and Programming","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/introduction-computer-science-mitx-6-00x","topics":"computer-science;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb6ba7bb-c87c-48c6-97b9-dd54877eb9ae","name":"Economics of the Media","description":"By via MRUniversity","image":null,"links":"course|https://mru.org/courses/economics-media","topics":"economics;media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d297c16-0e72-4a50-8591-15608ca9a734","name":"Code / Indic language computing resources","description":null,"image":null,"links":"website|https://indic.page/","topics":"localization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03fc8d4b-31f8-4569-bdfd-45d630780f4a","name":"The American Housing Finance System","description":"By via MRUniversity","image":null,"links":"course|https://www.youtube.com/watch?v=BqggdH6m2B8&list=PL-uRhZ_p-BM6z4YJNFe8rswhQqYxap2aL","topics":"nations/usa/finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8c9619c1-fe73-4eea-9724-c17872ff3897","name":"Graph Partitioning and Expanders","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-graph-partitioning-and-expanders-762","topics":"graph-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1ca39b1-27c8-4082-b244-cd7380b24729","name":"Entrepreneurship","description":"By Taylor's University via OpenLearning","image":null,"links":"course|https://www.openlearning.com/courses/Entrepreneurship/","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"def27d81-b7ef-45c1-a81c-8cb31fa8827a","name":"Medium – Where good ideas find you.","description":null,"image":null,"links":"website|https://medium.com","topics":"01-bios;02-a-thru-i-l-m-n-s-t-w","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"f2aa7d1d-0705-4fb8-b645-1402539352c0","name":"Services Marketing - Selling the Invisible","description":"By via OpenLearning","image":null,"links":"course|https://www.openlearning.com/courses/BUS832911/","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6132de0-0c62-4bad-8075-86ba48e252fd","name":"Services Marketing - The Next Level","description":"By via OpenLearning","image":null,"links":"course|https://www.openlearning.com/courses/BUS876597/","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6523a94a-4143-43e5-b401-5b446ce03ffd","name":"Louv1.01x: Paradigms of Computer Programming","description":"By Université catholique de Louvain via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-louv1-01x-paradigms-of-computer-programming-1487","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"078d0dfe-1865-4e9a-90eb-3c011d04de85","name":"Planning Change and Innovation","description":"By National University of Ireland, Galway via Open Education by Blackboard","image":null,"links":"course|https://coursesites.com/?course_id=_255834_1","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0727b22-1f5b-486e-8cb0-641b34ca9c46","name":"BI 4 Platform Innovation and Implementation","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/bifour1-1","topics":"business-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56498a32-d900-4806-9779-9dc2509954e9","name":"Global Entrepreneurship","description":"By Taylor's University via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-global-entrepreneurship-1814","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"454ba117-e5cb-4193-8bba-17a782875b78","name":"SAP Business Suite powered by SAP HANA","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/s4h1-1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87ebbd1d-ebb9-4442-886d-e9b57f0331eb","name":"Webcomics - Pepper&Carrot","description":null,"image":null,"links":"website|https://www.peppercarrot.com/en/","topics":"comics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c89ab328-00a9-40ef-9a16-f70c8fecca18","name":"Introduction to Informatics","description":"By Drexel University College of Computing & Informatics via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-introduction-to-informatics-1800","topics":"informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e2a4810-d8e9-4594-a069-fd965d9164fd","name":"Coffee Break Languages","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCozZrWPuoNRLl5ArOyJ57sQ","topics":"languages/spanish;spanish","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"88ad223f-3d54-44a5-9a7b-d839337dd303","name":"Introduction to Ariba","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/bnar1","topics":"business-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad45b4b6-ef26-4661-ad86-ed9066a18f25","name":"Introduction to Actuarial Science","description":"By Australian National University via edX","image":null,"links":"course|https://www.edx.org/course/introduction-actuarial-science-anux-anu-actuarialx-1","topics":"actuarial-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"276d41a9-999e-4788-9af9-6ef15466486e","name":"Get to Know SAP’s Innovative Enterprise Solutions","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-get-to-know-sap-s-innovative-enterprise-solutions-2459","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"effc3fc9-50c9-4f12-b044-d9249df5cc07","name":"Machine Learning 1—Supervised Learning","description":"By Brown University via Udacity","image":null,"links":"course|https://www.udacity.com/course/ud675","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0440e3e2-4f70-41d1-91f7-c7f19ec0f3c7","name":"Digital Transformation and Its Impact","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-digital-transformation-and-its-impact-3069","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc6fb33b-6182-4e23-abb7-49367d3a89e7","name":"Introduction to Enterprise Computing","description":"By Marist College via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-introduction-to-enterprise-computing-1007","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73037209-b9ec-425e-9072-971998456504","name":"OGSD 7.0 – An Introduction to Oil & Gas Downstream Logistics","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/ogsd1","topics":"oil-and-gas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5bbfeef4-a2e3-4d28-8c79-812f59b7efc5","name":"Business and its Environment: An Overview of Business and the Role of Finance in Business","description":"By Open Education Consortium (OEC) via edX","image":null,"links":"course|https://www.edx.org/course/business-its-environment-overview-oecx-bp111x","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e48bc14a-2ad1-4869-9cf1-77cf5a6a81c2","name":"Develop Java Embedded Applications Using a Raspberry Pi","description":"By Oracle via Independent","image":null,"links":"course|https://apexapps.oracle.com/pls/apex/f?p=44785:145:0::::P145_EVENT_ID,P145_PREV_PAGE:1841,143","topics":"raspberrypi;programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b2af57c-285e-4b49-b643-b23f30402d22","name":"Decode the entrepreneur's DNA","description":"By École Polytechnique via OpenClassrooms","image":null,"links":"course|https://www.classcentral.com/course/openclassrooms-decode-the-entrepreneur-s-dna-3731","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3fe0344-3d4f-483c-b10a-491dd34f2446","name":"Facilitating ERPsim: Running Successful Business Simulation Games with ERPsim (Partner Course)","description":"By HEC Montréal via openSAP","image":null,"links":"course|https://open.sap.com/courses/erpsim1-pc","topics":"enterprise-resource-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5a4228f-fbc1-482c-942d-02d12ecb6595","name":"An Introduction to SuccessFactors Solutions","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/sf1","topics":"human-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21693e29-ca4e-457b-b512-01922c6b6414","name":"Media LIT: Overcoming Information Overload","description":"By Arizona State University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-media-lit-overcoming-information-overload-3551","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"186fe978-ee37-4ea9-a76e-341189d1ac85","name":"Develop your venture","description":"By École Polytechnique via OpenClassrooms","image":null,"links":"course|https://openclassrooms.com/fr/courses/2976551-develop-your-venture","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c40e0415-4e78-4071-a34c-b006448c5e71","name":"App Monetization","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-app-monetization-3971","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75c61fb1-4861-40e1-8789-0783326595c1","name":"Enterprise Computing Strategies","description":"By Marist College via Open Education by Blackboard","image":null,"links":"course|https://ischool.syr.edu/contact/forms/ecsmooc.aspx/","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3d2c0d86-59f5-40c4-99fa-4ddfca294a0e","name":"Dumbing Us Down","description":"A highly praised best-seller for over a decade, this is a radical treatise on public education that concludes that compulsory government schooling does little but teach young people to follow orders like cogs in a machine. This Special Collector's Edition celebrates 100,000 copies or the book in print, and the book's on-going importance and popularity.","image":"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1387731474l/225850.jpg","links":"book|https://www.goodreads.com/book/show/225850.Dumbing_Us_Down","topics":"school;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c7f6880-57de-4e4b-95b2-3977283a066d","name":"Our Mathematical Universe - Wikipedia","description":null,"image":null,"links":"book|https://en.wikipedia.org/wiki/Our_Mathematical_Universe","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"76cfd8f4-ac12-4a0c-b4b1-123136346885","name":"Web & Digital Literacies","description":"By Varsity College via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_338_1","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"336654b3-c78d-4fb5-a4a6-58473b83e709","name":"SAP S/4HANA – Deep Dive","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/s4h2","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e61a2e2-6ebb-4215-b6db-8ba58c13b494","name":"Power and elegance of computational thinking","description":"By The University of Oklahoma via Janux","image":null,"links":"course|https://www.classcentral.com/course/janux-power-and-elegance-of-computational-thinking-1585","topics":"computational-thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21d6101f-3982-4973-a3a9-bd810a184a71","name":"中国互联网金融实践 | Internet Finance in China","description":"By Peking University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx--internet-finance-in-china-4418","topics":"nations/china/finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ffdccf7-62fa-4035-b447-07d023fbd2d9","name":"中级商务汉语 - 入职与营销篇 | Intermediate Business Chinese - Recruitment and Marketing","description":"By Peking University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx---intermediate-business-chinese-recruitment-and-marketing-4411","topics":"nations/china/business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20b8e102-9fc6-4459-bf62-a01eee659440","name":"DEV202.2x: Building Cloud Apps with Microsoft Azure – Part 2","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-dev202-2x-building-cloud-apps-with-microsoft-azure-part-2-3536","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"852b4918-ecb0-4f60-b001-5da0ae92c728","name":"Information Security and Risk Management: An Overview","description":"By University of Washington via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/uwashington/courses/info-security","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb631000-8a36-4aa1-bf22-fbefa37162a4","name":"DEV202.1x: Building Cloud Apps with Microsoft Azure – Part 1","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-dev202-1x-building-cloud-apps-with-microsoft-azure-part-1-3348","topics":"software-tools/azure;cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30f617f1-eabb-4f47-b1bb-1a0f7f11f014","name":"KIT - DebateLab","description":null,"image":null,"links":"people|http://debatelab.philosophie.kit.edu/","topics":"debate","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a6e2915e-49bc-4b10-99c2-ddeebd883995","name":"App Marketing","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-app-marketing-4850","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d36e66a-641d-4db3-9e92-10c7310330fc","name":"Computer Architecture","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc15_cs09/preview","topics":"computer-architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7308e0b6-86a2-48aa-adc7-2340d3d0a6ad","name":"Argdown","description":null,"image":null,"links":"app|https://argdown.org/","topics":"debate;logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"021d2516-b105-4728-a641-45db0acd9f74","name":"Sponsorship - Supporting Your Career","description":"By University of Ottawa via Independent","image":null,"links":"course|https://www.olympic.org/athlete365/courses/sponsorship-supporting-your-career/","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3a090d1-4b8c-477f-9944-b4ecefbc6da6","name":"LFS201x: Linux System Administration Essentials","description":"By Linux Foundation via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-lfs201x-linux-system-administration-essentials-3657","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97e4abcf-2319-42e0-88a5-7587a2325c59","name":"Leadership in Digital Transformation","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-leadership-in-digital-transformation-4766","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e68d3d46-6355-461f-9207-fbab76f6e3a4","name":"Social Innovation MOOC (EN)","description":"By via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-social-innovation-mooc-en-2703","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b24d52cf-92a4-4f72-bbe4-468eb1d25184","name":"Experience SAP Cloud for Customer","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/c4c1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"023ee635-6a2e-485e-b121-318e67f39458","name":"INF202x: Microsoft Enterprise Mobility Suite","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-inf202x-microsoft-enterprise-mobility-suite-4100","topics":"software-tools/microsoft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a078a71-97ec-43be-88f2-18de1366f738","name":"DEV206.1x: Introduction to XAML and Application Development","description":"By Microsoft via edX","image":null,"links":"course|https://courses.edx.org/courses/course-v1:Microsoft+DEV206.1x+3T2015/course/","topics":"software-tools/microsoft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1cc117e7-b71a-44d9-996b-1b74a163fca1","name":"Introduction to Finding Grants","description":"By Foundation Center via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/foundationcenter/courses/finding-grants","topics":"philanthropy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2df4bb32-c08d-4fc3-a22e-29d9088f8f26","name":"SAP S/4HANA – Use Cases","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-sap-s-4hana-use-cases-4780","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dae7ffa2-d635-463b-b825-c47694e9fefb","name":"Mathematics for Machine Learning","description":null,"image":null,"links":"book|https://mml-book.com/","topics":"machine-learning;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65efbdf1-daa3-4db8-80e1-7f92a7116f11","name":"SAP Business Networks in a Nutshell","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/bn1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08395dea-6ff3-4a82-9642-94b70e129371","name":"Run Simple HR with SuccessFactors Employee Central","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-run-simple-hr-with-successfactors-employee-central-4160","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d02c80e8-02d1-4eb0-b2f3-6961084b9cf0","name":"Machine Learning","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-machine-learning-373","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58eb5310-c4a3-4d61-ad96-18dea48a05f8","name":"Introduction to Global Hospitality Management","description":"By Cornell University via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-global-hospitality-management-2","topics":"management;hospitality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3369a80d-969c-4225-b2e6-9c12cdd42fa9","name":"BJC.3x: The Beauty and Joy of Computing (CS Principles), Part 3","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/beauty-joy-computing-apr-cs-principles-uc-berkeleyx-bjc-34x-0","topics":"computer-science;programming-languages/snap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5902dbbd-7ba2-4c48-92c2-828a2cec68ec","name":"Digital Transformation Across the Extended Supply Chain – In a Nutshell","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-digital-transformation-across-the-extended-supply-chain-in-a-nutshell-5375","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58dfe30b-6521-440f-a9d9-ddc723ff27c0","name":"Corporate Digital Learning","description":"By KPMG via iversity","image":null,"links":"course|https://iversity.org/en/courses/corporate-digital-learning","topics":"business;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5ca0c96-4ddb-4a39-a187-0203263bdd90","name":"Reporting with SAP Business ByDesign","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/byd2","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1719359d-186f-4e74-a720-9384705d8ca8","name":"Information Security- II","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-information-security-ii-5292","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2cdb09a8-3709-4b36-afbc-2d1f0bbb7c08","name":"Introduction to Accounting - Part 1: Basics of Financial Statements","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-accounting-part-1-basics-of-financial-statements-5058","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba12629f-711b-4d3d-916a-77822536d269","name":"Mobile Robots and Autonomous Vehicles","description":"By Inria (French Institute for Research in Computer Science and Automation) via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/inria/41005S02/session02/about","topics":"autonomous-vehicles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3815b2a7-bf8d-4f0a-bc76-09b9b881ed36","name":"Get Your Startup Started","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/get-your-startup-started--ud806","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3246f661-bd9e-4efe-b20f-2e3d5adb3624","name":"The length of their stride is indicative of that color’s wavelength - GIF on Imgur","description":null,"image":null,"links":"image|https://imgur.com/8cK0aVj","topics":"light","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cef880bf-e217-40d3-b636-ccd590e415cb","name":"Implementation Made Simple for SAP SuccessFactors Solutions","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/sf3","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0aa5360-dad8-4a33-ae0b-00e561a820de","name":"Microsoft Exchange 2013 Fundamentals","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/microsoft-exchange-2013-fundamentals-microsoft-cld205x-0","topics":"software-tools/exchange","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36ab4cc3-37d9-4cc6-b51c-6a1369219b09","name":"Implementation of SAP S/4HANA","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-implementation-of-sap-s-4hana-5756","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1cc813a0-fcde-49a0-a1ce-4ad91671ff57","name":"Digital Transformation Across the Extended Supply Chain","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-digital-transformation-across-the-extended-supply-chain-5932","topics":"information-technology;supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9682eb94-b97d-496b-821d-00499bd2afe7","name":"Introduction to Real-Time Systems","description":"By IEEE via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-real-time-systems-4990","topics":"real-time-systems;computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce2c27d5-9a59-4c18-98f0-d3d894b358a5","name":"Creating an Analytical Dataset","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-creating-an-analytical-dataset-6459","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f35f041-bf5f-4cb4-9162-921d982e3d82","name":"Problem Solving with Advanced Analytics","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/problem-solving-with-advanced-analytics--ud976","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2dd605d-38be-4e40-a468-b814318984f3","name":"Code-Based Cryptography","description":"By Inria (French Institute for Research in Computer Science and Automation) via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-code-based-cryptography-3458","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69dbad2f-3ef1-46a6-9b46-52633bf31f97","name":"Classification Models","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-classification-models-6460","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78806a5f-c64d-46ee-821e-53c6e019e596","name":"Code-Based Cryptography","description":"By Inria (French Institute for Research in Computer Science and Automation) via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-code-based-cryptography-13720","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69baa93f-d0e9-45bb-8291-0b02bde4f062","name":"Fundamentals of Six Sigma: Quality Engineering and Management","description":"By Technische Universität München (Technical University of Munich) via edX","image":null,"links":"course|https://www.edx.org/course/six-sigma-define-measure-tumx-qpls1x","topics":"six-sigma","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"593d2860-3769-48b9-b704-13bfc67cad4d","name":"Modelling and Simulation using Simulink","description":"By RheinMain University of Applied Sciences via iversity","image":null,"links":"course|https://iversity.org/en/courses/modelling-and-simulation-using-simulink-may-2016","topics":"software-tools/matlab","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1324f1a3-8ec8-45ff-8f3e-16389e9a4900","name":"A Preview Course on The 5 Killer Risks of Enterprise Risk Management","description":"By Columbia University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/columbiau/courses/5-killer-risks-of-erm","topics":"risk-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f7f7e34-cd95-42c9-99da-5b2fab622700","name":"Mage Merlin's Unsolved Mathematical Mysteries | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/mage-merlins-unsolved-mathematical-mysteries#:~:text=But%2C%20as%20Mage%20Merlin's%20Unsolved,anyone%20with%20elementary%20math%20skills","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35350836-73ba-4ecb-91a8-e6af48affa94","name":"Book Summary : The 5 A.M Club Summary by Robin Sharma","description":null,"image":null,"links":"article|https://www.summarylover.com/2020/09/book-summary-5-am-club-summary-by-robin.html","topics":"entrepreneur;academics","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"33b49e18-bb6b-4488-856a-204818262272","name":"Running Experiments with Agile","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/uva-darden-agile-testing","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0723a15e-d954-4505-9c1a-d6de9a3f510a","name":"Experience SAP Hybris Solutions","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-experience-sap-hybris-solutions-6414","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df93d866-c22f-4737-b657-67cd2ad50410","name":"Enabling Entrepreneurs to Shape a Better World","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-enabling-entrepreneurs-to-shape-a-better-world-6150","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bdda436-5233-4a2d-94e6-0f4ab13e6cf7","name":"Optimization Methods for Business Analytics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/optimization-methods-business-analytics-mitx-15-053x","topics":"analytics;optimization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d40e497-b153-44fc-9c51-26163c7e83a9","name":"Increase Your Tips: Success in the Service Industry","description":"By Ocean County College via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/occ/courses/increase-your-tips","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b06d021-6c10-4746-803f-693736ec2aec","name":"Distributed Machine Learning with Apache Spark","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-distributed-machine-learning-with-apache-spark-5851","topics":"machine-learning;software-tools/spark","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aafb7df8-bd8e-4661-aa0d-810a6670ec71","name":"Segmentation and Clustering","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/segmentation-and-clustering--ud981","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3dc37346-c9ac-4f42-ab40-01ab5801fddd","name":"Combinatorics: The Art of Counting","description":null,"image":null,"links":"book|https://users.math.msu.edu/users/bsagan/Books/Aoc/final.pdf","topics":"combinatorics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6910856-e995-41b1-9683-5e367a60ba4d","name":"Introduction to Cryptology","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-cryptology-6700","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e3fd5ce-45e3-45df-8e81-8dabc09dd459","name":"Indexing Books as a Career","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-indexing-books-as-a-career-6966","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfeb0e6d-bff2-49a5-828b-790ec6e12b34","name":"Introduction to Data Analytics","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc16_mg06/preview","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6483cc78-6933-400f-ae73-4d5d637f0599","name":"SAP Digital Boardroom in a Nutshell","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/db1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e142cb5f-5ae3-4b4d-ae6d-48d3e02c4517","name":"Quantum Information and Computing","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-quantum-information-and-computing-6561","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc0f3d6e-dd9d-44e2-811e-0d696c2e3618","name":"Design the Future of Your CRM","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-design-the-future-of-your-crm-6653","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"695a449d-8e87-4b86-bf4c-26944b0485b7","name":"Personal Finance, Part 1: Investing in Yourself","description":"By Wellesley College via edX","image":null,"links":"course|https://www.edx.org/course/personal-finance-part-1-investing-wellesleyx-pfinan101x-0","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1929f9c-6d70-4e93-8df6-8c9953b70c71","name":"New Trends in Trade Agreements in Latin America & the Caribbean","description":"By IDB ( Inter-American Development Bank ) via edX","image":null,"links":"course|https://www.edx.org/course/new-trends-trade-agreements-latin-idbx-idb5-1x","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86f3fd7b-593e-4238-8245-1875af5e4910","name":"CS50's AP® Computer Science Principles","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cs50-s-ap-computer-science-principles-7017","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e79b9d6-7452-4c2b-a686-2ea8a67196f8","name":"Introduction to Recommender Systems","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-recommender-systems-1029","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ec3c650-6c12-4dbc-9387-6e65b2017797","name":"New Business Models - Working Together on Value Creation","description":"By Radboud University via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-new-business-models-working-together-on-value-creation-6115","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6973d82f-f8e1-4438-a412-a72de63bffd6","name":"Introduction to Windows PowerShell","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/introduction-windows-powershell-microsoft-posh200x","topics":"software-tools/microsoft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7325809c-c519-4426-a630-bd7592f34ced","name":"Introducing Entrepreneurship for Musicians","description":"By University of Miami, Frost School of Music via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/introducing-entrepreneurship-for-musicians/info","topics":"entrepreneurship;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2e9399d-b303-4289-878d-0a97d1e0991f","name":"Introduction to Microsoft Azure","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-microsoft-azure-7217","topics":"software-tools/microsoft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"205089c9-db96-4a0f-9b42-f427190ceeb6","name":"Talent Management Best Practices with SAP SuccessFactors","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-talent-management-best-practices-with-sap-successfactors-7067","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f97f18b3-581f-4704-bd47-646e644edc7e","name":"Algorithms: Design and Analysis, Part 2","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-algorithms-design-and-analysis-part-2-426","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3d32012-7c58-4f1f-bb84-c2c5acd8c270","name":"Careers in Media Technology","description":"By Stanford University via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/careers-in-media-technology/info","topics":"careers;media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4300681-ca38-45c3-87ad-da1e4e530997","name":"CS125x: Advanced Distributed Machine Learning with Apache Spark","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cs125x-advanced-distributed-machine-learning-with-apache-spark-5853","topics":"machine-learning;software-tools/spark","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e01757ab-7772-48a4-ac01-cfa3f41e80b6","name":"Semantic Notation – The Next Big Thing in BI?","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/ibcs1-tl","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6190383f-4736-47c4-a066-eb60da983f81","name":"Introduction to Natural Language Processing","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/natural-language-processing","topics":"natural-language-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9257a2de-c2c4-4e6f-b7bb-32bce7b64b2c","name":"Hospitality and Tourism in China: A Global Perspective","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-hospitality-and-tourism-in-china-a-global-perspective-5311","topics":"nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0858680f-6912-4d69-90fc-c6b4e633f6e2","name":"Advanced Analytics for Ecosystems around Software","description":"By via openHPI","image":null,"links":"course|https://open.hpi.de/courses/softwareanalytics2016","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"225228a6-b7a3-4b9e-ad6e-1cc7d6dc88e5","name":"HR + Finance with SAP S/4HANA Cloud and SAP SuccessFactors","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/sf5","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9c32be7-03c4-4ad7-8983-1d5fd612316f","name":"Computer Architecture","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_cs16","topics":"computer-architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b8df773-2fc1-455c-8acc-87bae8886acf","name":"Internetwork Security","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-internetwork-security-7936","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97617145-9993-4991-a6e3-c50d207a5830","name":"Business Accounting Basics","description":"By Purdue University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-business-accounting-basics-6736","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13151859-0c0d-486b-b47d-d7241234857c","name":"Computational Science and Engineering using Python","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_ph02/preview","topics":"programming-languages/python;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40b59181-d288-422d-a3f8-66a6c6effb28","name":"Personal Finance","description":"By Purdue University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-personal-finance-7518","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc953307-0470-4649-8ee3-542bfb77dba7","name":"Information Security-3","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_cs08/preview","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71f57843-588d-4707-97b9-795abb776148","name":"SAP BW/4HANA in a Nutshell","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/bw4h1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57fe9ce0-241a-49c5-a2da-b6d22f65279d","name":"Machine Learning: Recommender Systems & Dimensionality Reduction","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ml-recommenders","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bafb5e74-ed3f-4310-8e7e-0ee9ffeb79c6","name":"Who's Counting: An Interactive Introduction to Accounting","description":"By Charles Darwin University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-who-s-counting-an-interactive-introduction-to-accounting-4594","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4426a22-661b-4f15-bdf3-00922dc8ffea","name":"Software Defined Networking","description":"By Princeton University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-software-defined-networking-489","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c311b534-cbaa-4ae1-911a-1dc29904ca31","name":"Leadership and Management","description":"By University of Northampton via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-leadership-and-management-9020","topics":"leadership;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3568ca1-4ff0-4877-bc28-6a49300f3614","name":"Introduction to Computing using Python","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/computing-in-python-i-fundamentals-and-procedural-programming-2","topics":"computer-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b242dee3-80d7-4ce8-967d-28d1393071d3","name":"Understanding Islamic Insurance and Investments","description":"By Islamic Research and Training Institute via edX","image":null,"links":"course|https://www.edx.org/course/understanding-islamic-insurance-irtix-ifb103x","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee94341f-25b3-4737-9bfd-5e0abb71adea","name":"Network Security for Industry Professionals","description":"By Queen's University Belfast via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-network-security-for-industry-professionals-8093","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e439aac-17b5-4823-a00a-df6a25b6ba83","name":"Indian classical music - Hacker News","description":null,"image":null,"links":"thread|https://news.ycombinator.com/item?id=25222370","topics":"music-genre/hindustani-classical","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffa7bc7b-0a92-4f49-a5fe-fa03b5b86a24","name":"Machine Learning Capstone: An Intelligent Application with Deep Learning","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ml-capstone","topics":"machine-learning;deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec619d63-f9bf-4541-b394-5c84e7314822","name":"Managing Innovation","description":"By LUISS via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-managing-innovation-8927","topics":"innovation;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43b4361d-34c5-4625-8ee2-e8f670f3a868","name":"Google Cloud Platform for AWS Professionals","description":"By Google via Coursera","image":null,"links":"course|https://www.coursera.org/learn/gcp-fundamentals-aws","topics":"google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"593888cf-1605-4680-8109-fbd9c4242b52","name":"Introduction to Project Management","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-project-management-3836","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a01332f-d1ad-4176-93ad-326abb6c9241","name":"Understanding Information and Technology Today","description":"By University of Strathclyde via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/information-and-technology","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f072835-fb27-440c-91e8-a7223bd73791","name":"Modeling Discrete Optimization","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/modeling-discrete-optimization","topics":"optimization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f3d6ac2-ef77-44ef-9da2-efe96fc73a5a","name":"Functional Programming in Erlang","description":"By via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/functional-programming-erlang","topics":"functional-programming;programming-languages/erlang","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59945f1e-9c90-47b3-8d7f-33069dc905a8","name":"Designing Highly Scalable Web Apps on Google Cloud Platform","description":"By Google via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-designing-highly-scalable-web-apps-on-google-cloud-platform-7781","topics":"google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e373959c-57b8-4d30-b379-8b1a31198ae6","name":"Configuration Management on Google Cloud Platform","description":"By Google via Coursera","image":null,"links":"course|https://www.coursera.org/learn/gcp-configuration-management","topics":"google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"877f2139-0a1f-4942-8ca5-f13d103c7e36","name":"Computing, Storage and Security with Google Cloud Platform","description":"By Google via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-computing-storage-and-security-with-google-cloud-platform-7783","topics":"google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e6691fc-2b24-4a7a-9271-e1a59e8e63da","name":"Islamic Money Markets and Sukuk","description":"By via edX","image":null,"links":"course|https://www.edx.org/course/islamic-money-markets-sukuk-irtix-ifcm103x","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0631a0be-afe2-46fe-9678-3c008cc98878","name":"Computational Linear Algebra","description":"By fast.ai via Independent","image":null,"links":"course|https://www.fast.ai/2017/07/17/num-lin-alg/","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"664ca564-0bd9-4e8c-b475-f31ebee7ac34","name":"Concurrent Programming in Erlang","description":"By University of Kent via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/concurrent-programming-erlang","topics":"programming-languages/erlang","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad328f8e-d3a9-4115-bfbc-4a3e755770fc","name":"Learning From Data (Introductory Machine Learning)","description":"By California Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-learning-from-data-introductory-machine-learning-1240","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b71ad69f-e4aa-43f8-a2a1-a6051278bd7f","name":"Introduction to Logic","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-introduction-to-logic-7078","topics":"logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61b81eeb-2c60-4666-ba9b-3e32c41d13a3","name":"Developing Microsoft Azure Solutions","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-developing-microsoft-azure-solutions-7481","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"266422f2-bc64-4b4d-b043-33e9fb760556","name":"Without Words: Mathematical Puzzles to Confound and Delight","description":"All real life mathematics is problem solving. And all those fascinated by puzzles are problem solvers at heart. But thinking mathematically is a skill we have to learn and one which it is easy to forget. Recreational mathematicians and students can practise problem solving in different ways. In this book solving puzzles is practised in a different way from most books they will have seen before:\\n• Readers get no clues to what the puzzle is about\\n• They may take hours or even days to work out what is being asked of them\\n• Even after that, some problems may have no solution\\nThe result of this challenge is a really challenging book that will fascinate anyone interested in puzzles and recreational mathematicians in particular. This volume contains 36 puzzles ranging from quite easy to more difficult. The sister volume More Without Words: Mathematical Puzzles to Confound and Delight is also available – containing 36 more puzzles with more easy and fewer testing ones.","image":"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1567257807l/31498845._SX318_.jpg","links":"book|https://www.goodreads.com/book/show/31498845-without-words;book|http://www.jamestanton.com/?p=1605","topics":"mathematics","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"390ee083-20ad-45f1-8cf2-63f7a45bc707","name":"Fundamentals of Computer Architecture","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fundamentals-of-computer-architecture-7501","topics":"computer-architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f682c3db-6481-4943-9c50-522f18e6a8e7","name":"Reliable Distributed Algorithms, Part 1","description":"By KTH Royal Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-reliable-distributed-algorithms-part-1-6604","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65506852-58b8-4218-b2de-6eb1e171a0ff","name":"Command Line Interface Guidelines","description":null,"image":null,"links":"article|https://clig.dev/","topics":"command-line","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44101aba-f1d3-4283-87a6-e201ac3a1b32","name":"Family Business – Strategy Essentials","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-family-business-strategy-essentials-7883","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bbb9fff-f7f9-4421-aea1-42c70cd2c869","name":"The Internet of Things","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/internet-of-things","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f12722ad-0497-45cb-98fb-dd988128cd3e","name":"Customer Protection Rule 15C3-3","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/customer-protection-rule-15c3-3-new-york-institute-finance-cprx","topics":"finance;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae9c7e28-9daa-4bc9-89b0-f3a5600b0365","name":"Introduction to Reinforcement Learning","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-reinforcement-learning-9607","topics":"reinforcement-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a027049-4899-424f-bdb4-1af07e250347","name":"Electromagnetism using Geometric Algebra versus Components","description":null,"image":null,"links":"article|http://www.av8n.com/physics/maxwell-ga.htm","topics":"geometric-algebra;electromagnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dda3db92-17e5-42ca-8145-8e2e453daef9","name":"Marketing Fundamentals: Who Is Your Customer?","description":"By Babson College via edX","image":null,"links":"course|https://www.edx.org/course/marketing-fundamentals-who-customer-babsonx-bpet-mktx-0","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91c3b729-5daa-4e49-9b65-6cd4d747c377","name":"CNIT 127: Exploit Development","description":"By via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-cnit-127-exploit-development-10432","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"256f6a21-6564-4f7b-b915-dcfbed118dbd","name":"Global Marketing Strategy","description":"By Arizona State University via edX","image":null,"links":"course|https://www.edx.org/course/global-marketing-strategy-0","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4239148-0411-4d8b-937e-9e5b7bf5a902","name":"Introduction to Machine Learning","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_cs26/preview","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f78b5fb-ab93-497c-b966-b13e153c1911","name":"Mortgage Backed Securities (MBS): Professional Certificate Examination","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-mortgage-backed-securities-mbs-professional-certificate-examination-8748","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"916b9d4e-a45b-46b9-8115-e617b8eadd78","name":"Deep Learning For Visual Computing","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ee08/preview","topics":"deep-learning;visual-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"837d1654-67d5-4320-b176-05b2c41e55f3","name":"Decent Work in Global Supply Chains","description":"By Pennsylvania State University via iversity","image":null,"links":"course|https://iversity.org/en/courses/decent-work-in-global-supply-chains","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c201d1f-398e-4331-96d0-36e94237b0cf","name":"Artificial Intelligence: Knowledge Representation and Reasoning","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_cs18/preview","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09f3b58e-a4b6-49cb-a6e6-cc5fb14a314c","name":"Islamic Finance and Capital Markets: Structure and Trading of Sukuk","description":"By Islamic Research and Training Institute via edX","image":null,"links":"course|https://www.edx.org/course/islamic-finance-capital-markets-irtix-ifcm102x-0","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"adfb1791-5c29-4060-98a0-4142f90fb0d2","name":"Islamic Finance and Banking: Modes of Finance","description":"By Islamic Research and Training Institute via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-islamic-finance-and-banking-modes-of-finance-6648","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1019c8ef-258a-45bc-ba1f-069a24e79f5b","name":"Advanced Graph Theory","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_cs04/preview","topics":"graph-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67442aa9-a906-4c40-88d4-d896a65283a1","name":"Money Skills","description":"By via MRUniversity","image":null,"links":"course|https://mru.org/money-skills","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ac81a59-c4c7-4eed-b1f5-4cfa922d67c9","name":"An Introduction to Probability in Computing","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_cs17/preview","topics":"probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76ad91d2-0bf7-4ceb-b9a0-3e44a1c38403","name":"Programming, Data Structures and Algorithms","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-programming-data-structures-and-algorithms-2778","topics":"programming;data-structures;algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad887a03-29ca-42fd-9ea0-2c233e7e3959","name":"Intermediate Bookkeeping","description":"By ACCA via edX","image":null,"links":"course|https://www.edx.org/course/intermediate-bookkeeping-acca-fa2-x","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fcebb4b-ff5d-488f-aeb2-9c02169e9d48","name":"Introduction to Bookkeeping","description":"By ACCA via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-bookkeeping-8882","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5d14097-4cc7-4692-9438-26272e78512d","name":"AI:Constraint Satisfaction","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_cs12/preview","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ad24f9d-ade3-4cd8-a86a-86ecccd30212","name":"Introduction to Management Accounting","description":"By ACCA via edX","image":null,"links":"course|https://www.edx.org/course/introduction-management-accounting-acca-ma1-x","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"515952fe-0425-4a60-866e-a6dc4bc5649d","name":"Information security - IV","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_cs24/preview","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eabd3e52-769d-4d60-b71e-277aeb8b36ae","name":"Intermediate Management Accounting","description":"By ACCA via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-intermediate-management-accounting-8902","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af144687-be5e-4985-9801-478bca08db07","name":"Traditional and Non-Traditional Optimization Tools","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-traditional-and-non-traditional-optimization-tools-10066","topics":"optimization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04d6b989-c7b4-458f-8c40-96adc3a25372","name":"Financial Planning for Creative Careers","description":"By Columbus College of Art & Design via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-financial-planning-for-creative-careers-7602","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"110718ce-f7c3-4c71-a30f-cc486a95c989","name":"Digital Switching - I","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-digital-switching-i-10051","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"624ed609-be04-452c-a4a0-c7da38bb1f8a","name":"Asset Pricing","description":"By University of Chicago Booth School of Business via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-asset-pricing-9126","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b220c5d-a7f6-4dff-a424-8aa6197ed918","name":"Building Bots for Journalism: Software You Talk With","description":"By Knight Center for Journalism in the Americas via Independent","image":null,"links":"course|https://journalismcourses.org/BB0205.html","topics":"chatbots","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"960d250e-9cdc-4302-8833-9fc028a91ecb","name":"Digital Strategy and Action","description":"By Babson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-digital-strategy-and-action-7516","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b803d63d-d4ff-4620-9ba4-14417ef50adb","name":"Microsoft Professional Capstone : System Administration","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/microsoft-professional-capstone-system-administration","topics":"software-tools/microsoft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7406c6dc-f66a-44d5-b4ce-fb3a7292e56c","name":"Introduction to Custody Servicing, Margins, and Accounting Records","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/introduction-custody-servicing-margins-new-york-institute-finance-bopc-3x","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b998d8d1-f4f2-4483-99eb-778939e81073","name":"Internet Measurements: a Hands-on Introduction","description":"By Inria (French Institute for Research in Computer Science and Automation) via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:inria+41011+session03/about","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65942470-b61a-49ae-8644-5c47c404f674","name":"IT Automation: It’s not that scary!","description":"By Google via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-it-automation-it-s-not-that-scary-10217","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80e9d7c0-1c4b-437c-bda0-3b8add8c5550","name":"Mortgage Backed Securities: A Brief Introduction","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/mortgage-backed-securities-brief-new-york-institute-finance-mbsx","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d893d123-98e5-4e13-b17a-bac741a19961","name":"Artificial Intelligence: Search Methods for Problem Solving","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-artificial-intelligence-search-methods-for-problem-solving-3992","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f771987e-e455-4d2f-a83b-346974eca1e2","name":"Brokerage Operations Professional Certificate Examination","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/brokerage-operations-professional-new-york-institute-finance-bopc-4x","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"088e91b2-e940-41cf-9f9f-e3f661c69e25","name":"Cryptography II","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/crypto2","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8edffba5-548a-41c5-8604-87b1bf3f884b","name":"The Marketplace, Trade Process, Clearing Corporations and Settlement","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/marketplace-trade-process-clearing-new-york-institute-finance-bopc-2x","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc617ef3-15e4-4642-95e7-49a0c7842477","name":"Natural Language Processing and Language Understanding in Educational Research","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-natural-language-processing-and-language-understanding-in-educational-research-9136","topics":"natural-language-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b9c5eb8-e2d2-4220-81bc-fd0cfc7d472e","name":"Introduction to Brokerage Operations","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-brokerage-operations-9166","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a246626-04a0-4b87-a9ee-fc9d99ea5ad0","name":"Game UI Database | Welcome","description":null,"image":null,"links":"website|https://www.gameuidatabase.com/","topics":"game-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63fc97a0-9316-4685-ab8a-6304b9308ce9","name":"Supercomputing","description":"By Partnership for Advanced Computing in Europe via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/supercomputing","topics":"supercomputers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12c990f9-f904-48be-8e89-b5fe2822cfc2","name":"Internet Emerging Technologies","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-internet-emerging-technologies-3933","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45b7c12f-04bc-4799-acbb-fad998e8c515","name":"HamStudy.org: Cutting edge amateur radio study tools","description":null,"image":null,"links":"app|https://hamstudy.org/","topics":"amateur-radio","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"0cd47907-3ebc-4d7e-9681-0758e60c10f8","name":"Ethical Leadership: Character, Civility, and Community","description":"By Boston University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ethical-leadership-character-civility-and-community-4380","topics":"ethics;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd8401ee-4e75-45f8-8eb7-b0d114e6f178","name":"Wireless Communication Emerging Technologies","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-wireless-communication-emerging-technologies-3936","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79b06d9b-dc4f-4493-91cf-f19e182532ef","name":"Business Foundations","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-business-foundations-9170","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2542c846-af2b-49f6-9ae1-37f878844c18","name":"ARRL - Home","description":null,"image":null,"links":"website|http://www.arrl.org/","topics":"amateur-radio","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"1dd0a7e0-ea1d-4d78-aaf3-c30b27914618","name":"Ordinary Differential Equations","description":null,"image":null,"links":"book|https://figshare.com/articles/dataset/Ordinary_Differential_Equations/5311612;video|https://www.youtube.com/watch?v=BRaliLNuvNg&list=PL6hB9Fh0Z1ELbHIAL22dCk173qykDgeoz","topics":"differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"194d8a6b-e06d-49a5-b4fa-1a2b626097c1","name":"Neural Networks for Machine Learning","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.coursera.org/learn/neural-networks","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce24acd3-1693-424c-8e30-83b25d462b7f","name":"MBA MOOC - Critical Issues in Business","description":"By University of Northampton via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_1791_1","topics":"business;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67b964fc-40cc-4896-b55c-ad548127c5d9","name":"Natural Language Processing","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/nlp","topics":"natural-language-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67982db7-3327-4b52-ab6b-5b18c5f15f8b","name":"Designing Business Models for the Digital Economy","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-designing-business-models-for-the-digital-economy-8946","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d116f20-dfc9-4225-add9-7f2457d25d0c","name":"Lifemap - Welcome","description":null,"image":null,"links":"interactive|http://lifemap.univ-lyon1.fr/","topics":"tree-of-life;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5a72e6c-8d3e-4149-841a-aede35f1c6f3","name":"Startup Talks at HPI","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-startup-talks-at-hpi-9705","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e53d6856-b7d0-4071-953d-638ae619d2f9","name":"Randomized Algorithms","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-randomized-algorithms-12933","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec087539-f1eb-44b1-82e5-059323d556bc","name":"Global Business in Practice","description":"By Georgetown University via edX","image":null,"links":"course|https://www.edx.org/course/global-business-practice-georgetownx-gbex-650-01x-0","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29fcf74e-9d27-49d2-b013-d405f92cc825","name":"Using SAP Screen Personas for Advanced Scenarios","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-using-sap-screen-personas-for-advanced-scenarios-8942","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03c12b9b-22a1-4707-bb49-08a7147eeeae","name":"Hardware Security","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-hardware-security-12937","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34ab369b-7679-49da-b18d-386dabfd6134","name":"Unlock Your Digital Business with SAP HANA Enterprise Cloud","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-unlock-your-digital-business-with-sap-hana-enterprise-cloud-9279","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7453a447-482c-4b00-a34f-fac9926dab99","name":"Blockchain Architecture and Use Cases","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cs26/","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b18f13c2-0ae7-46fc-81a2-7540da59d72c","name":"Corporate Social Responsibility (CSR): A Strategic Approach","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-corporate-social-responsibility-csr-a-strategic-approach-9510","topics":"corporate-social-responsibility","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa1dc884-8946-4a9d-a12a-e2b5318c420c","name":"Computer Aided Power System Analysis","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ee13/","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd919b28-5a98-4dfa-a778-c8776817ec23","name":"SAP Business ByDesign Supply Chain Management","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-sap-business-bydesign-supply-chain-management-9277","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4a8f14d-e997-4b63-80ed-dd8351368b70","name":"Tree \\nof Life Web Project","description":null,"image":null,"links":"website|http://tolweb.org/tree/phylogeny.html","topics":"tree-of-life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d80a662-b113-408f-952e-c25abd2f7695","name":"Extending SAP S/4HANA Cloud and SAP S/4HANA","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/s4h7","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa1dbd47-dd7d-42e2-a1c0-fc1267fa5612","name":"Computer Architecture and Organisation","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cs03/","topics":"signal-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"adaedb40-1863-4525-bc2f-9fecd0923ba3","name":"Extending SAP SuccessFactors with SAP Cloud Platform","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/cp3sf","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7dd364e3-f8dc-4922-83e2-45cb42cf5dbb","name":"Embedded System Design with ARM","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-embedded-system-design-with-arm-12936","topics":"embedded-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd3846f3-fa8b-4b96-8cf4-85cc45c633a7","name":"In Action - Integration Framework for SAP Business One","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/ifb1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a24eabf-45bf-474f-a19e-8838a294f659","name":"Introduction to Soft Computing","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cs23/","topics":"computer-science;artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4709854-4b65-4ca9-ae04-13e5e2d08062","name":"SAP Transformation Navigator in a Nutshell","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-sap-transformation-navigator-in-a-nutshell-9636","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db91374c-0cbc-4469-8954-e2b18b972438","name":"Information Security - 5 - Secure Systems Engineering","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cs29/","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4282ffb9-f2bf-4b60-ba35-b04154602327","name":"Compliance in Office 365: eDiscovery","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-compliance-in-office-365-ediscovery-4382","topics":"software-tools/office365","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52c90fd8-ded6-4bb8-aa41-1af769f9e269","name":"Introduction to Industry 4.0 and Industrial Internet of Things","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cs32/","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc991703-ecec-4260-a610-0da0cf35357f","name":"Interpreting and Communicating Data Insights in Business","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/interpreting-communicating-data-insights-microsoft-dat212x-5","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25278dc7-174f-4c38-9440-779da89855c1","name":"Introduction to Automata, Languages and Computation","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ma15/","topics":"computer-science;automata-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4905a1b4-0bda-4638-975e-ef573f784faa","name":"CS50's Computer Science for Business Professionals","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/cs50s-computer-science-for-business-professionals","topics":"computer-science;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50bdb7cf-aab4-4382-98b4-a9aadab26da3","name":"Advanced IOT Applications","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-advanced-iot-applications-12966","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e28cdae7-93d0-47ec-98b5-0feae57d8285","name":"EmacsConf","description":null,"image":null,"links":"conference|https://emacsconf.org/","topics":"software-tools/emacs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f0ac3a7-3ea1-4cf9-a110-d6c0993503a4","name":"Cryptography and Network Security","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cs28/","topics":"cryptography;computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3bc1968f-f381-43e2-8ae4-52c74f5acfa5","name":"Data science course training in hyderabad","description":null,"image":null,"links":"webconf|https://www.excelr.com/data-science-course-training-hyderabad","topics":"abstract-algebra;academics","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"c249542d-ce2a-4c62-85ed-856f87af7766","name":"Basics of software-defined radios and practical applications","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ee22/","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"947abd2a-5c98-4fbb-a28d-e012caa6b150","name":"Becoming a Successful Leader (Inclusive Leadership Training)","description":"By via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-becoming-a-successful-leader-inclusive-leadership-training-2947","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8fdac2c-185b-40c7-b86d-ead6e0e01152","name":"Parallel Algorithms","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-parallel-algorithms-12934","topics":"parallel-programming;algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa3891ac-177d-4aff-95ca-ca23ae01d400","name":"AI:Knowledge Representation and Reasoning","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-ai-knowledge-representation-and-reasoning-7958","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7666a6e-4f21-46e4-8bec-f6cf175b3c10","name":"Computer Organization and Architecture: A Pedagogical Aspect","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cs04/","topics":"computer-architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c210edad-8bc7-458b-9d9e-7678c4c606cc","name":"Leading With Effective Communication (Inclusive Leadership Training)","description":"By Catalyst via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-leading-with-effective-communication-inclusive-leadership-training-4547","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef7b3203-1c5d-480e-947b-abb04ef82c23","name":"https://www.wiculty.com/python-certification-training","description":null,"image":null,"links":"website|https://www.wiculty.com/python-certification-training","topics":"education;online-courses","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"5372301b-731c-4920-8d5c-95f5a4d0b88e","name":"States and Markets in the Global Economy","description":"By Arizona State University via edX","image":null,"links":"course|https://www.edx.org/course/states-and-markets-in-the-global-economy-0","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55ef29cc-2f12-4831-8815-ed524144fdc5","name":"Compiler Design","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-compiler-design-12926","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da874971-45eb-464b-8462-5d844b2b9491","name":"Introduction to Accounting","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-accounting-9177","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b89ec1a-e0fb-4fd0-a9ad-0c61ff72bb15","name":"Foundations to Computer Systems Design","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cs02/","topics":"computer-architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40465af5-f7c5-4fb6-a107-9250988dc2c0","name":"https://growthhackers.com/posts","description":null,"image":null,"links":"chat|https://growthhackers.com/posts","topics":"growth-hacking;marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9e0e747-d742-4801-889c-2f6ccaa7d0fb","name":"Self-Assessment – Developing Your Strengths","description":"By Fullbridge via edX","image":null,"links":"course|https://www.edx.org/course/self-assessment-developing-your-strengths-2","topics":"life;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6481710c-a540-48ac-a223-e3c9aa1d1bf1","name":"Problem Solving and Critical Thinking Skills","description":"By Fullbridge via edX","image":null,"links":"course|https://www.edx.org/course/problem-solving-and-critical-thinking-skills-2","topics":"thinking;problem-solving","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f359dc94-5452-4a42-95f1-c12cafad5f98","name":"10 Interesting Data Mining Projects in 2021 (for Students) | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/data-mining-projects","topics":"computer-science","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"f867ac13-6ebc-42c6-9df8-ac817b98cd9c","name":"Tax Basics for Creative Entrepreneurs","description":"By Columbus College of Art & Design via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-tax-basics-for-creative-entrepreneurs-7604","topics":"taxation;entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39ce5cbe-e7d9-4237-8ed1-839ffd846bf1","name":"Self-Driving Cars Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-self-driving-cars-teach-out-13055","topics":"autonomous-vehicles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"033c1fe5-1f5c-4d99-8e04-a521216bada6","name":"Entrepreneurial Opportunities","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-entrepreneurial-opportunities-5351","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a229db63-c580-437b-b3a2-2fc63781ea77","name":"Cyber Security: Safety at Home, Online, in Life","description":"By Newcastle University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-cyber-security-safety-at-home-online-in-life-6265","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"205f4701-e959-4700-b4de-df347ecc858f","name":"A/B Testing for Business Analysts","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/ab-testing--ud979","topics":"product-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0132795d-6cf9-4e95-9eb3-5cc68aa7b676","name":"Deep Learning – Part 2","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-deep-learning-part-2-12946","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2de68878-241f-4c6f-a883-65b9cb051734","name":"Getting Started with SAP Lumira","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/lum1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2efb97ee-fa76-4699-8be4-0a04d4684a8b","name":"Machine Learning,ML","description":"By KTH Royal Institute of Technology via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-machine-learning-ml-12945","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89f950b4-5a57-4060-8d91-e9295fe9d0c8","name":"Think Biobased!","description":"By Avans University of Applied Sciences via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-think-biobased-11062","topics":"environmental-science;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56294f59-a8f6-486f-8879-60ef4a6c2e94","name":"Fuzzy Logic and Neural Networks","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ge07/","topics":"fuzzy-logic;neural-networks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb0035d6-9b63-427d-be25-b015aac72015","name":"Launch your innovative venture","description":"By École Polytechnique via OpenClassrooms","image":null,"links":"course|https://www.classcentral.com/course/openclassrooms-launch-your-innovative-venture-11097","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57f77cef-e71d-48e3-a7b3-b337d813f3b1","name":"What's the best movie or TV show ever made about invention? - @antonhowes","description":null,"image":null,"links":"thread|https://twitter.com/antonhowes/status/1345035939043815424","topics":"invention","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fba5a59-67b8-4617-8aae-5c748b345d7d","name":"Maths Essentials","description":"By Imperial College London via edX","image":null,"links":"course|https://www.edx.org/course/maths-essentials-for-mba-success-2","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"786e1bd7-4905-4117-8bbd-ee19f84cb10a","name":"Islamic Finance and Capital Markets","description":"By Islamic Research and Training Institute via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-islamic-finance-and-capital-markets-5347","topics":"islamic-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22ceaf96-ccbf-4920-ad2f-6e5cab9c1785","name":"Real Time Operating System","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-real-time-operating-system-9848","topics":"operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6341e91d-0366-42de-a040-765843a91172","name":"Introduction to Business for Analytics","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-business-for-analytics-9696","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"537c3418-e1d0-4e74-a81f-cf271410e113","name":"Introduction to FinTech","description":"By The University of Hong Kong via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-fintech-11371","topics":"fintech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c4d70c2-10cb-4b1a-a7ad-83928d5e2504","name":"Stickist.com - Portal","description":null,"image":null,"links":"chat|https://stickist.com/","topics":"musical-instruments/chapman-stick","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6464f015-c90b-4947-9d32-5ee5957e63da","name":"Entrepreneurship Through the Lens of Venture Capital","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://online.stanford.edu/courses/soe-ymse71si-entrepreneurship-through-lens-venture-capital","topics":"entrepreneurship;venture-capital","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"307cbd54-1f6f-4a17-b8a2-1cbe48268a27","name":"The Entrepreneurial Mindset","description":"By Babson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-entrepreneurial-mindset-7511","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e351e918-08f8-4a89-832e-b103fc52fdfa","name":"From Corporate Social Responsibility to Corporate Social Innovation","description":"By Babson College via edX","image":null,"links":"course|https://www.edx.org/course/from-corporate-social-responsibility-to-corporate-social-innovation","topics":"corporate-social-responsibility","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1438404d-4fbe-45de-a684-f5ac4455da95","name":"Risk Management for Projects","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.edx.org/course/risk-management-for-projects","topics":"risk-management;project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e7e1ad3-d3c2-4a9f-84bb-b0329d7923dd","name":"Cyber Security for Small and Medium Enterprises: Identifying Threats and Preventing Attacks","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/cyber-security-business","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5a5c35e-544c-4a58-a33c-2513e48bfcc0","name":"Evidence-Based Practice in Management","description":"By Australian National University via edX","image":null,"links":"course|https://www.edx.org/course/evidence-based-practice-in-management-0","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20d8d262-d91c-49ab-8f7b-70ab927b3faf","name":"Data Center Management - Using the example HPI Future SOC Lab","description":"By via openHPI","image":null,"links":"course|https://open.hpi.de/courses/futuresoc2018","topics":"data-centers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e444b6ac-0b29-4ae3-8756-e31ff109e736","name":"Financial Accounting Made Fun: Eliminating Your Fears","description":"By Babson College via edX","image":null,"links":"course|https://www.edx.org/course/financial-accounting-made-fun-eliminating-your-fears","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e268823-73ae-477e-a4ef-3007150fc214","name":"Blockchain & Decentralization for the Information Industries","description":"By San Jose State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/sjsu/courses/blockchain-decentralization","topics":"blockchain;information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4389ffba-96c4-4b5e-9ffb-8cf6a667ca02","name":"Analytics for Decision Making","description":"By Babson College via edX","image":null,"links":"course|https://www.edx.org/course/analytics-for-decision-making","topics":"analytics;decision-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56e94e47-cb8b-4727-a28f-e93ad37d0cd2","name":"Tinkercad | From mind to design in minutes","description":null,"image":null,"links":"app|https://www.tinkercad.com/","topics":"3d-design;3d-printing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"efc29568-107a-4312-86b7-fc379bc97187","name":"Financial Analysis for Decision Making","description":"By Babson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-financial-analysis-for-decision-making-7515","topics":"decision-making;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9ebe65f-d670-469d-9ecc-3c6968f897ed","name":"Cybersecurity Capstone Project","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cybersecurity-capstone-project-3469","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1d801e2-351c-41ff-996e-2f5821d217dc","name":"Understanding Customer Experience","description":"By Karlstad University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-understanding-customer-experience-3176","topics":"business;product-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16d3170d-79e4-4d38-afd5-a0aa090338e2","name":"How to Build a Chatbot Without Coding","description":"By IBM via Coursera","image":null,"links":"course|https://www.coursera.org/learn/building-ai-powered-chatbots","topics":"chatbots","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2fb85c70-cbe3-4c23-bfc6-925168c4ca99","name":"Discover the Leader in You: Six Questions to Ask Yourself","description":"By Austin Peay State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-discover-the-leader-in-you-six-questions-to-ask-yourself-11558","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24c5b4ef-f333-4638-954b-c86a96e0ef94","name":"Augmented Reality, Virtual Reality, and Mixed Reality: Opportunities and Issues Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-augmented-reality-virtual-reality-and-mixed-reality-opportunities-and-issues-teach-out-10508","topics":"augmented-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7555a42-71c9-4d39-bc5a-4b8501ef1014","name":"SAP Business ByDesign Project-Based Services","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/byd5","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"561f8749-85fb-4928-8598-4cb9ac101f92","name":"Ethical Hacking: An Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-ethical-hacking-an-introduction-13186","topics":"computer-security;ethical-hacking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5103568-5956-40cb-a1ae-8b21b7985b45","name":"Enabling Entrepreneurs to Shape a Better World","description":"By Social Entrepreneurship Akademie via edX","image":null,"links":"course|https://www.edx.org/course/enabling-entrepreneurs-to-shape-a-better-world","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1647115c-25e4-488e-954d-7c1137dec821","name":"Cyber Security in the Software Development Life Cycle","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/cyber-security-in-the-software-development-life-cycle","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db0b53e7-759d-4da1-a1c5-8d6d09392fdd","name":"Rise to Leadership: Become a CEO","description":"By Babson College via edX","image":null,"links":"course|https://www.edx.org/course/rise-to-leadership-become-a-ceo-0","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a226f915-6d14-46dc-8a6b-b7d80303a49c","name":"A developer's guide to the Internet of Things (IoT)","description":"By IBM via Coursera","image":null,"links":"course|https://www.coursera.org/learn/developer-iot","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14291ba4-c0cc-4c03-9ee8-130a26a10c33","name":"Skype for Business: Fundamentals","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-skype-for-business-fundamentals-7835","topics":"software-tools/skype","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"608b291c-aaab-4c90-b4aa-516033a9cec2","name":"A Developer's guide to Node-RED","description":"By IBM via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-a-developer-s-guide-to-node-red-9806","topics":"internet-of-things;software-tools/nodejs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a944381-dd02-427c-bded-a65e3e49d278","name":"Procurement Transformation with SAP Ariba and SAP S/4HANA","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-procurement-transformation-with-sap-ariba-and-sap-s-4hana-9635","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2950f4b-73d4-4ad0-843d-67eb82ff338c","name":"IBM Blockchain Foundation for Developers","description":"By IBM via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ibm-blockchain-foundation-for-developers-9860","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"097fef18-e8fd-41c9-ace4-1d49e1367db9","name":"Business Analytics Fundamentals","description":"By Babson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-business-analytics-fundamentals-10333","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"370c1523-f272-4252-bc5a-320f881a2533","name":"INTRODUCTION TO CYBER SECURITY","description":"By IGNOU via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_nou19_cs08/preview","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0c2f1fa-33cb-4980-bdcf-13c6da1e5fce","name":"u.lab: Leading Change in Times of Disruption","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-u-lab-leading-change-in-times-of-disruption-6716","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a1a0f36-7ca5-4304-84c5-b8b67b08462b","name":"SAP Retail Omnichannel Commerce","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-sap-retail-omnichannel-commerce-11526","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1af1613-0292-44bb-9f6d-6c933a680900","name":"Analytics with SAP Cloud Platform","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/cp6","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5da277da-b3f3-4f84-9920-c10c3e7b86e0","name":"Electronic Trading in Financial Markets","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/electronic-trading-in-financial-markets","topics":"trading;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fb06db8-16f2-4e70-a16f-ec686c8eb067","name":"Analyzing Connected Data with SAP HANA Graph","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-analyzing-connected-data-with-sap-hana-graph-11528","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0403847e-6e1d-47bf-8358-549a14aaaa7b","name":"Strategic Brand Management","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-strategic-brand-management-8186","topics":"branding;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be5b2293-7f4b-4da8-a99e-c337e492fc1f","name":"Driving Digital Innovation through Experimentation","description":"By Boston University via edX","image":null,"links":"course|https://www.edx.org/course/driving-digital-innovation-through-experimentation","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"467a0870-e0ee-4b1c-8ff1-308f77955e06","name":"Smart Service Welt – Data and Platform-Based Business Models","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-smart-service-welt-data-and-platform-based-business-models-11035","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eef1df80-9a13-48c2-8838-c18b426a400b","name":"Tailwind CSS Cheat Sheet","description":null,"image":null,"links":"cheatsheet|https://nerdcave.com/tailwind-cheat-sheet","topics":"software-tools/tailwindcss","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e4f029e-47b6-470e-adfc-a114ecacce2c","name":"Entrepreneurial Leadership Toolbox","description":"By Babson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-entrepreneurial-leadership-toolbox-10288","topics":"leadership;entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9dbf6210-54a0-47fc-8342-639090a682a6","name":"The Role of Impact Assessments in Real Estate Development","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/srrdx1","topics":"real-estate","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee223df1-1429-4ae0-a2a2-d78f5476b898","name":"Creating Shared Benefits in Real Estate Development","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/srrdx2","topics":"real-estate","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e6fa7ed-142b-4d13-b2ba-5ea2ed823ff3","name":"Financial Programming and Policies, Part 2: Program Design","description":"By International Monetary Fund via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-financial-programming-and-policies-part-2-program-design-6330","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"692bbf91-22f5-4429-b4fb-53a1dbfd4bac","name":"Business Model Implementation","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-business-model-implementation-7298","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b7240be-9609-4c2d-87c7-f0448daa5663","name":"How to Design a Successful Business Model","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/how-to-design-a-successful-business-model","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e348da9b-b170-45cd-82e7-83cd5f832233","name":"Evidence-Based Stakeholder Marketing","description":"By Australian National University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-evidence-based-stakeholder-marketing-7235","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e01a182-f02d-4491-879a-af00f836694c","name":"Business Model Testing","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/business-model-testing","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be60606b-e957-4373-85a4-0679d8f187c4","name":"The Value of Business Models","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/the-value-of-business-models","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec1a3afd-cb21-48df-917f-f4a224c1508b","name":"An Introduction to Credit Risk Management","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/an-introduction-to-credit-risk-management","topics":"risk-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96cfebea-84b0-4fc4-83f1-72d8f7fae6a4","name":"Business Analytics for Data-Driven Decision Making","description":"By Boston University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-business-analytics-for-data-driven-decision-making-8215","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84fbcbcd-af39-447f-902d-dc77dc9773fb","name":"Management Accounting for Decision Making","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-management-accounting-for-decision-making-6731","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b90782a0-70db-4bf6-b48d-6dc8839af370","name":"Biobased Business Development","description":"By HZ University of Applied Sciences via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-biobased-business-development-11808","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3779e27-57c7-4bb2-9dcc-beddd3218a63","name":"Entrepreneurial Operations: Launching a Startup","description":"By Babson College via edX","image":null,"links":"course|https://www.edx.org/course/operations-for-entrepreneurs","topics":"entrepreneurship;startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d63f33c5-0a6d-4b76-b0ca-e16b28535c73","name":"Evidence-Based Management Foundations","description":"By Australian National University via edX","image":null,"links":"course|https://www.edx.org/course/evidence-based-management-foundations","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9715b4f-6d6a-46bb-b488-4dd5e8adbe8a","name":"Delivering a Relational Data Warehouse","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/delivering-a-relational-data-warehouse","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ff7d792-cdfe-4d06-9f50-e2ec803aa321","name":"Culture of Services: Paradox of Customer Relations","description":"By Kyoto University via edX","image":null,"links":"course|https://www.edx.org/course/culture-of-services-paradox-of-customer-relations-0","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9ad2235-3eb3-4b58-a856-635dabdc4f80","name":"Managing Building Adaptation: A Sustainable Approach","description":"By via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-managing-building-adaptation-a-sustainable-approach-8779","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fea292e-7cf6-4ad7-903f-66aa59b1bdb9","name":"Freedom to Calculate with SAP Product Lifecycle Costing","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/plc1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4187eedd-d9d3-4bd0-a868-2d9e19d7ae0b","name":"Integration with SAP S/4HANA Cloud","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-integration-with-sap-s-4hana-cloud-11864","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b075081b-9b4c-49d8-a050-95e89bec9a48","name":"Introduction to SAP Enterprise Architecture Designer","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/hsead1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61616273-60e5-4af7-91b0-21c35ae916fa","name":"Week 1: Introduction to 'Sur' | Chandrani's Online Music Class","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=suicntLcnko","topics":"music-genre/hindustani-classical;singing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"552b736a-7ba6-4df2-ae9f-d88f6ff97c10","name":"SAP Business ByDesign Customer Relationship Management","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/byd6","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"843dfd48-131f-43ea-b876-45825264f7fa","name":"Evidence-Based Global Management","description":"By Australian National University via edX","image":null,"links":"course|https://www.edx.org/course/evidence-based-global-management","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"445fcba2-2c1f-4abc-99d8-af6eb6d6e38a","name":"Financial Modeling for the Social Sector","description":"By Philanthropy University via +Acumen","image":null,"links":"course|https://www.plusacumen.org/courses/financial-modeling-social-sector","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5b2fdae-b907-49cc-99e1-54b2ee835a0d","name":"Measure and Improve Innovation at the Workplace","description":"By Universitat Politècnica de València via edX","image":null,"links":"course|https://www.edx.org/course/measure-and-improve-innovation-at-the-workplace","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"231069b8-58f6-4a1f-a36e-a5c43e6dc7b6","name":"Design Leadership and Innovation","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/design-leadership-and-innovation","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ee9a448-2a38-454a-bee3-5cc14139e327","name":"The Iterative Innovation Process","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/the-iterative-innovation-process","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"338f2c7b-9bd3-4ef9-ac71-c6ccd019453f","name":"Practical Personal Finance","description":"By Gus A. Stavros Center via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-practical-personal-finance-9958","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a34d903c-77fb-41f3-8eb5-011f93757e31","name":"Evidence-Based Technology Management","description":"By Australian National University via edX","image":null,"links":"course|https://www.edx.org/course/evidence-based-technology-management","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74eb7a63-b20f-499c-89b6-c63253b6917d","name":"Introduction to Oil Country Tubular Goods (OCTG)","description":"By TenarisUniversity via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-oil-country-tubular-goods-octg-3724","topics":"oil-and-gas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51e3e31a-f70f-435c-97c9-28ca118bb740","name":"Big Data Strategies to Transform Your Business","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-big-data-strategies-to-transform-your-business-10020","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71f4c981-5f2e-4a9f-a881-2a57e5d2e3c1","name":"Sustainable Urban Freight Transport: A Global Perspective","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/sustainable-urban-freight-transport-a-global-perspective","topics":"transportation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9558aec4-f095-48de-a79d-591c149c834a","name":"Extending SAP Cloud for Customer with SAP Cloud Platform","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/cp3c4c","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"368de465-d9ef-44a6-bdc7-98413fc4b0b2","name":"Intelligent ERP with SAP S/4HANA Cloud","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-intelligent-erp-with-sap-s-4hana-cloud-11531","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8faa4760-719c-4a21-bdfb-526cb949eef5","name":"Modern Data Warehousing with SAP BW/4HANA","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-modern-data-warehousing-with-sap-bw-4hana-12474","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27b7188d-6e83-469f-abc4-1d15b5135491","name":"Integration – The Key to the Intelligent Enterprise","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-integration-the-key-to-the-intelligent-enterprise-12499","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f00c81f8-f88d-4c73-ade8-a240fc113d4b","name":"Leadership in a New Era: A Course at Tsinghua SEM by McKinsey |麦肯锡“全球领导力”","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-leadership-in-a-new-era-a-course-at-tsinghua-sem-by-mckinsey---10016","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e644455-0f5a-4e84-90ed-54f7b88d6cb4","name":"Introduction to Marketing: Tools to Set Enterprises Apart","description":"By University of Edinburgh via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-marketing-tools-to-set-enterprises-apart-5763","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aff4c7f4-8294-4adc-a023-8c543bd6d19c","name":"International Business Environment and Global Strategy","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/international-business-environment-and-global-strategy-0","topics":"business;strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0cdcb0d3-8ff2-414d-b91e-06564038cf8b","name":"Marketing Analytics: Marketing Measurement Strategy","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-marketing-analytics-marketing-measurement-strategy-6356","topics":"marketing;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28dd5c5a-5f24-4176-8dd6-fb0c254b2087","name":"Evidence-Based Project Management","description":"By Australian National University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-evidence-based-project-management-7239","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64f4bc67-1336-4ed3-9bed-8a388d56172e","name":"Becoming an Entrepreneur","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/becoming-an-entrepreneur","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fdba838b-a6a9-4e69-afa5-a354e3d64db5","name":"Cash Flow Analysis","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cash-flow-analysis-12734","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"262595c2-8e44-435c-a4b7-7fd64b434b84","name":"Credit and Credit Risk Analysis Professional Certificate Examination","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/credit-credit-risk-analysis-professional-certificate-examination","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9232886a-3768-4c0b-839d-aac0bf3c6beb","name":"Risk Management and Credit Principles","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-risk-management-and-credit-principles-12732","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8836538-f3fb-4ec1-9812-5c42ab8ad7c8","name":"Digital Transformation: Market and Industry Analysis","description":"By KTH Royal Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/digital-transformation-market-and-industry-analysis","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e21de5b-e87b-4ccb-98c2-92c58ac03e8b","name":"System Design for Supply Chain Management and Logistics","description":"By Chalmers University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-system-design-for-supply-chain-management-and-logistics-6992","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65488e25-36f4-49d2-b7d5-ea18bdaf2632","name":"Ratio Analysis","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/ratio-analysis","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7362f71-cde4-41e8-bd51-b7da3e217497","name":"Projections and Structuring","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-projections-and-structuring-12735","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9a3c34e-679b-43b3-ae74-ebcc8663a103","name":"Master Control in Supply Chain Management and Logistics","description":"By Chalmers University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-master-control-in-supply-chain-management-and-logistics-7047","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6f043c6-46f2-4d2d-ad22-701eb7e2b15c","name":"Digital Transformation: Strategy","description":"By KTH Royal Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/digital-transformation-strategy-0","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bf1bbac-4447-404c-84cf-af30e4998ccb","name":"Sport Event Management","description":"By University of Ottawa via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-sport-event-management-5811","topics":"event-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fdb8a4ad-6431-4095-86c8-212cef420093","name":"Introduction to Data Analytics for Managers","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-data-analytics-for-managers-8525","topics":"analytics;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f2fda92-64f4-4c69-847a-c69224fae2c1","name":"Retail Fundamentals","description":"By Dartmouth via edX","image":null,"links":"course|https://www.edx.org/course/retail-fundamentals-1","topics":"retail","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"462edc3e-d954-4274-8d73-d6ef47520464","name":"Leaders in Global Development","description":"By University of Queensland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-leaders-in-global-development-7264","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9484e872-b23a-4489-8585-9519aac334db","name":"Omnichannel Strategy and Management","description":"By Dartmouth via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-omnichannel-strategy-and-management-8519","topics":"management;retail","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76c71f85-d329-45e1-a089-f3f7ea65dc6e","name":"Entrepreneurship for Global Challenges in Emerging Markets","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-entrepreneurship-for-global-challenges-in-emerging-markets-9451","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"923677a2-5dc9-45a1-b2be-25f56baa4541","name":"Adaptive Leadership in Development","description":"By Queensland University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/adaptive-leadership-in-development","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00513acc-ee07-4ca9-a0b6-ccd576e1f8d1","name":"Brand Management","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/brand-mangement","topics":"branding;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2933a5c1-6ecd-4cc1-b722-e156a164e3ae","name":"Aviation 101","description":"By Embry-Riddle Aeronautical University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-aviation-101-3859","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d3b6460-81c8-40fe-883c-9b8f4be67575","name":"Biobased Economy – Green Chemistry","description":"By Avans University of Applied Sciences via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-biobased-economy-green-chemistry-4684","topics":"chemistry;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4544e2f5-f290-4973-8fe5-ebc60ffb4879","name":"Tourism and Travel Management","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/tourism-and-travel-management-0","topics":"tourism;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2c36915-8621-45bc-b8f4-69c278b33807","name":"Inspiring and Motivating Arts and Culture Teams","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-inspiring-and-motivating-arts-and-culture-teams-7814","topics":"arts-and-culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b1be950-fbc9-48ba-92c4-d3d8874741c9","name":"Sustainable Packaging in a Circular Economy","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/sustainable-packaging-in-a-circular-economy-0","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"836e0ea2-5bd6-4fbc-bddb-62ecf2ead701","name":"Digital Transformation: Leadership","description":"By KTH Royal Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-digital-transformation-leadership-12584","topics":"information-technology;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc4ca04f-474f-4ea1-b1a4-b7c4eefe6799","name":"Customer Relationship Management","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/customer-relationship-management-0","topics":"crm;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"558c4045-34fb-4982-bc6c-6817b12d5cf6","name":"Finance Essentials","description":"By Imperial College London via edX","image":null,"links":"course|https://www.edx.org/course/finance-essentials-for-mba-success-2","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4059678e-1bca-41c5-85bc-9867c7f0e37d","name":"Accounting Essentials","description":"By Imperial College London via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-accounting-essentials-6861","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f4ff230-d411-4957-8ba6-3927b3cae666","name":"How Social Enterprises Enhance Corporate Supply Chains","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/sewf1-tl","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2da62f5e-0be7-4bde-9a0a-b3ba57685563","name":"Supply Chain Management: A Decision-Making Framework","description":"By Université catholique de Louvain via edX","image":null,"links":"course|https://www.edx.org/course/supply-chain-management-a-decision-making-framework-1","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55531e34-30a9-497e-b020-ab3db6a91293","name":"Innovation Leadership","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/innovation-leadership-2","topics":"innovation;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03ab2aac-6ee7-4ea3-95ea-1e66c6a40cc8","name":"Introduction to Business Architecture","description":"By Tokyo Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-business-architecture","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a0ba55f-85da-4ce3-a2ac-ecdf6b9edfc9","name":"Marketing Analytics: Price and Promotion Analytics","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-marketing-analytics-price-and-promotion-analytics-6355","topics":"marketing;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52d5b79d-e56b-4771-9256-73151d409b0c","name":"Management Communication 管理沟通","description":"By Peking University via edX","image":null,"links":"course|https://www.edx.org/course/guan-li-gou-tong-management-communication","topics":"management;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26be5269-b1fd-4bb0-b524-4878f8e83bc5","name":"AI for Leaders","description":"By Babson College via edX","image":null,"links":"course|https://www.edx.org/course/ai-for-leaders-0","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f412ad45-02f5-4964-89b0-cab00a04831c","name":"Shaping Work of the Future","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-shaping-work-of-the-future-3245","topics":"leadership;society;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd612930-87c2-4812-87a6-fa987b081414","name":"Upgrade2Success – Making SAP ERP HCM Migration Easier","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-upgrade2success-making-sap-erp-hcm-migration-easier-13400","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee9548de-c574-47f4-9e64-fa803a00dc34","name":"SAP Sales Cloud – An Overview","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/c4h4","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3f67fec-4244-4424-9096-9dd972c9fd38","name":"Reputation Management in a Digital World","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-reputation-management-in-a-digital-world-6031","topics":"relationships","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e7d509d-9183-471f-ba45-f3fdefec6c4a","name":"Improving Your Business Through a Culture of Health","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/improving-your-business-through-a-culture-of-health-2","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18f12d9b-2b13-47e4-bce9-7734f1fea578","name":"The Future of Mining?","description":"By University of Queensland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-future-of-mining-10022","topics":"mining","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2d554b3-0e0b-4548-8b0c-2b56bf76b968","name":"Waste Management and Critical Raw Materials","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/waste-management-and-critical-raw-materials","topics":"waste-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f25329b-3a2c-4bce-a563-69faac42b914","name":"Managerial Ethics: Reflective Practices For Action","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/managerial-ethics-reflective-practices-for-action","topics":"ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c05e2408-02ee-4004-8e0c-52bc930dee21","name":"Debt & Money Markets: Concepts, Instruments, Risks and Derivatives","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-debt-money-markets-concepts-instruments-risks-and-derivatives-11718","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14e62533-6626-43c3-b044-530fc0e65153","name":"Japanese Business Management","description":"By Waseda University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-japanese-business-management-10471","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e2a3b80-08d1-4766-82a6-0f421e876db7","name":"Scott Klemmer, Instructor | Coursera","description":null,"image":null,"links":"people|https://www.coursera.org/instructor/~1250","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"becbd733-7e3d-4fc7-999b-4fbc704801c5","name":"Special Topics in Risk Management of Banking and Financial Markets","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-special-topics-in-risk-management-of-banking-and-financial-markets-11721","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89545aa3-e6d8-4941-b769-a718c16115e4","name":"Equity Stock Markets: Concepts, Instruments, Risks and Derivatives","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-equity-stock-markets-concepts-instruments-risks-and-derivatives-11516","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03fd9fa9-25c0-4824-ab9f-1f81946e0de6","name":"Vernier Callipers Experiment Introduction Edunovus Online Smart Practicals","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=-QOEEyuKPMY&list=PL7jfMV2bTYmpeem_8KY_xyfZgVJiiInwf","topics":"experimental-physics","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"f24cdc7a-4b5f-41eb-a6be-9aee9fdce209","name":"People Analytics and Evidence-Based Management","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/pa1-tl","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38824cc2-1a0b-42f2-a0a9-90b078be9ef5","name":"Reimagine Customer Experience with SAP C/4HANA","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-reimagine-customer-experience-with-sap-c-4hana-11870","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4adbb922-9658-46ed-83b4-3fd774c2c113","name":"Cooperatives and Producer Companies","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/cooperatives-and-producer-companies","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5debcdc5-da15-475f-97f7-1848dcc559c8","name":"Financial Accounting and Analysis","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/financial-accounting-and-analysis-2","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c42c558-8127-45a4-af42-10b2f6a659b4","name":"Launching Breakthrough Technologies","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/old-launching-breakthrough-technologies","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"628e8911-797b-4d0d-922a-e5f7a62c0a08","name":"People Management","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-people-management-5258","topics":"human-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9350361-41f6-4839-a07f-cd02f7746cba","name":"Creativity & Entrepreneurship","description":"By Berklee College of Music via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-creativity-entrepreneurship-4056","topics":"entrepreneurship;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27b0c6f5-7570-4696-9bd9-0efe57f2f05f","name":"Using Email for Networking in English","description":"By University of Washington via edX","image":null,"links":"course|https://www.edx.org/course/using-email-for-networking-in-english","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5236138d-85a5-4bc8-b31d-f547cded6cb0","name":"Digital Transformation: Business Development and Marketing","description":"By KTH Royal Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-digital-transformation-business-development-and-marketing-13061","topics":"information-technology;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"adabb546-88e9-4672-94be-46ce3772cd75","name":"Accounting Principles for M&A","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-accounting-principles-for-m-a-3830","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3abaa65-5e16-4074-b6a3-903998e14ec8","name":"M&A: Structuring the Deal","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-m-a-structuring-the-deal-3833","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83d0951a-a891-4958-b77d-2c0bbaa85967","name":"Nuclear Facilities: Regulations and Licensing","description":"By National Research Nuclear University MEPhI via edX","image":null,"links":"course|https://www.edx.org/course/nuclear-facilities-regulations-and-licensing","topics":"nuclear-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"589c196c-4e0a-410a-94b4-e5ad72fc1b7d","name":"M&A: Free Cash Flow (FCF) Modeling","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-m-a-free-cash-flow-fcf-modeling-3834","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8da924b2-584a-4352-b1e2-64c50bd8d2a8","name":"M&A: Concepts and Theories","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/ma-concepts-and-theories-2","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9dd88785-145a-449d-aaac-75a4c08464a6","name":"M&A Professional Certificate Examination","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-m-a-professional-certificate-examination-3970","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3f0b2b6-8215-47b4-8529-c72c3bcf6247","name":"M&A Concepts and Theories: Advanced Topics","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/ma-concepts-and-theories-advanced-topics-2","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fa0b732-f839-4280-99d2-00e46a605804","name":"Find the right markets for your innovation - A tool for entrepreneurs and innovators for choosing which markets to play in.","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-find-the-right-markets-for-your-innovation-a-tool-for-entrepreneurs-and-innovators-for-choosing-which-markets-to-play-in-10458","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1b12247-1f4e-4dbc-8ed7-df09d6bf7e5d","name":"Islamic Finance and Banking","description":"By Islamic Research and Training Institute via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-islamic-finance-and-banking-5297","topics":"islamic-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4bbc0943-2cd5-4a76-9a8c-f866ef9832f4","name":"Customer Centric Marketing for Entrepreneurs","description":"By Babson College via edX","image":null,"links":"course|https://www.edx.org/course/customer-centric-marketing-for-entrepreneurs-2","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fab64811-28f6-470b-9266-c96ac77b0fab","name":"Public Financial Management","description":"By International Monetary Fund via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-public-financial-management-11374","topics":"finance;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88c26518-c2c1-4327-bb53-f61bd184620b","name":"The Business of Film","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-business-of-film-4088","topics":"business;film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6098c170-aebd-4819-874c-401d220cfcaa","name":"Accounting for Decision-Making","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-accounting-for-decision-making-7276","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec5b81c6-0fac-4b2a-bf01-b8f1ab78c837","name":"Introduction to Inclusive Talent Acquisition","description":"By via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-inclusive-talent-acquisition-7201","topics":"human-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ec9aa4d-425c-48ba-b584-7ec7d2d2b4ed","name":"Market Segmentation Analysis","description":"By University of Queensland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-market-segmentation-analysis-11387","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3287c1a8-1803-4c62-8320-96cba2338664","name":"Essential Career Skills for Investment Banking and Finance","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-essential-career-skills-for-investment-banking-and-finance-13638","topics":"finance;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e86fd8b9-71b5-4d0a-b24e-f24a863229d1","name":"Deal Structures in Project Finance","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-deal-structures-in-project-finance-8469","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c31fd484-e64e-4b96-b0ce-0b5042f6b8c8","name":"Project Finance and the Public Private Partnership Examination","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/project-finance-and-the-public-private-partnership-examination","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00fa4b67-3088-442b-8e5b-13d12f0b0b91","name":"The Project Finance Process","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-project-finance-process-8471","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5062c90d-5b85-47ea-9df3-5639305dcf68","name":"Risks in Project Finance: Case Studies and Analysis","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-risks-in-project-finance-case-studies-and-analysis-8467","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f647db7-5e04-4f9d-b483-a18454184bae","name":"Deals in Project Finance: Case Studies and Analysis","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/deals-in-project-finance-case-studies-and-analysis","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7efa3942-18ce-4ca1-97c2-c7a528b8bf72","name":"Project Finance and Public Private Partnerships Fundamentals","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/project-finance-and-public-private-partnerships-fundamentals","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"463aeff5-0bc9-45c8-a327-6fb96550e936","name":"Documentation in Project Finance","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-documentation-in-project-finance-8468","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af2b029b-f430-4d7e-9097-76ad79ad55aa","name":"Understanding Venture Capitalists: How to Get Money for Your Start Up","description":"By RWTH Aachen University via edX","image":null,"links":"course|https://www.edx.org/course/understanding-venture-capitalists-how-to-get-money-for-your-start-up","topics":"venture-capital;startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22a84ca9-d7e0-440f-b24b-4a3397bbf29b","name":"AWS Certified Solutions Architect Professional Training","description":null,"image":null,"links":"course|https://intellipaat.com/aws-certified-solutions-architect-professional-training/","topics":"aws;cloud-computing","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"3bc6fdca-6f83-4007-90ec-52c75a313139","name":"Digital Supply Chain – From Design to Operate","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-digital-supply-chain-from-design-to-operate-13398","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0201192-0e8e-4486-8b1f-27179d281173","name":"Stress Testing and Risk Regulation – Part 1","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-stress-testing-and-risk-regulation-part-1-6003","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c560d182-756b-4ed0-b31f-46ec1814b118","name":"Stress Testing and Risk Regulation – Part 2","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-stress-testing-and-risk-regulation-part-2-6002","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a17d05bc-430f-4b89-a990-718e640a325e","name":"Risk Management Tools and Practices","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/risk-management-tools-and-practices","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6c5212b-7713-4647-ae7d-f67772cd6bf7","name":"Risk Management Professional Certificate Examination","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/risk-management-professional-certificate-examination","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af55bc4d-b09e-4571-9761-ece243879897","name":"Project Management for Development","description":"By IDB ( Inter-American Development Bank ) via edX","image":null,"links":"course|https://www.edx.org/course/project-management-for-development","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bbf9d9cc-72d4-4f54-a7f8-34f43d47545e","name":"Measuring Risk: Equity, Fixed Income, Derivatives and FX","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/measuring-risk-equity-fixed-income-derivatives-and-fx","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec836165-0206-4114-9948-ab2eddc06f29","name":"Introduction to Risk Management","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-risk-management-6006","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"def7ffc3-4620-4275-892e-fa0ba01057b3","name":"Marketing Analytics: Competitive Analysis and Market Segmentation","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/marketing-analytics-competitive-analysis-and-market-segmentation-0","topics":"marketing;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61f6c4d9-b7d2-43ba-b37c-f784079ad2b4","name":"FinTech Ethics and Risks","description":"By The University of Hong Kong via edX","image":null,"links":"course|https://www.edx.org/course/fintech-ethics-and-risks","topics":"fintech;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"daf3e2bf-6827-40b3-9a3a-47a7d38444c0","name":"Design-Led Approach for the Intelligent Enterprise","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/dafie1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab496297-6480-4dd6-8349-f6bde8373811","name":"Assessment of Work-Related Injury Risks using RAMP I","description":"By KTH Royal Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/assessment-of-work-related-injury-risks-using-ramp-i-2","topics":"human-resources;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c226e24-1af9-47eb-8636-521dfd4dea8b","name":"Risk Management of Work Related injuries using RAMP II","description":"By KTH Royal Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-risk-management-of-work-related-injuries-using-ramp-ii-11390","topics":"human-resources;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59e7a997-2895-4784-b079-ce870e30d16d","name":"Proficiency in using RAMP for Risk Management of work-related injuries","description":"By KTH Royal Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-proficiency-in-using-ramp-for-risk-management-of-work-related-injuries-11391","topics":"human-resources;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5f45b9a-0f37-47ae-bb5f-d56ec68e01b7","name":"The Business of Mining","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-business-of-mining-3651","topics":"mining;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77431756-f6a5-4676-bb93-628e8a629741","name":"Strategic Applications of IT Project & Program Management","description":"By University of Washington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-strategic-applications-of-it-project-program-management-8579","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc7047fe-1c58-49b3-a778-7632cf9ce49f","name":"The Burning Times","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=34ow_kNnoro","topics":"witchcraft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3a89dfed-3002-4305-be29-c7524909527f","name":"Business Communication","description":"By Australian National University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-business-communication-7301","topics":"business;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e0542ee-45b3-4602-b93f-79f577ed2cc8","name":"Innovation: From Plan to Product","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/innovation-from-plan-to-product-3","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b08546b7-9996-4a1f-a904-f7d49a569830","name":"Business Processes: Modeling, Simulation, Execution","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-business-processes-modeling-simulation-execution-1344","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e45103a1-2e77-4a0e-be53-ef2b90c481f0","name":"Finance for Everyone: Smart Tools for Decision-Making","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-finance-for-everyone-smart-tools-for-decision-making-4808","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5ca057f-a009-49c0-b8d8-46fb485426d4","name":"Analytics Storytelling for Impact","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-analytics-storytelling-for-impact-9067","topics":"analytics;storytelling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"329dcda7-fa82-4574-b9f3-5214309c3b7b","name":"Business Intelligence for IoT Solutions","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-business-intelligence-for-iot-solutions-12661","topics":"business-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5117b5fc-df5e-4380-8554-325e45ed3121","name":"Industry 4.0: How to Revolutionize your Business","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.edx.org/course/industry-40-how-to-revolutionize-your-business-2","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c915aae-b3d8-4c3f-a0b8-60e8b9294b76","name":"Simplify Integration with SAP Cloud Platform Integration Suite","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/cp9","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25fa9582-29be-4124-ae9c-8f9398a743b1","name":"Identifying Entrepreneurial Opportunities","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-identifying-entrepreneurial-opportunities-12828","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0aaad352-9848-4b4d-b288-9c79d50d3660","name":"Introduction to Hospitality and Tourism Industry","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-hospitality-and-tourism-industry","topics":"hospitality;tourism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d10e84a-1844-496d-8fd1-579c7f0c7d46","name":"Marketing Analytics: Products, Distribution and Sales","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/marketing-analytics-products-distribution-and-sales-0","topics":"marketing;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0aa2f032-7fe4-4ef5-bb0c-b30cf0106e11","name":"Introduction to Corporate Finance","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-corporate-finance-2","topics":"corporate-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"afcd5355-8e57-4d4c-9593-836bfbd7f234","name":"Built-In Analytics in SAP Business ByDesign","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/byd7","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b4bf47c-5a94-45e5-8840-53ec9fd911ea","name":"Personnel Management for Public Libraries","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-personnel-management-for-public-libraries-8935","topics":"human-resources;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8866f2cd-83af-4c68-9eb9-d4f7eb5653b7","name":"Unlocking Investment and Finance in Emerging Markets and Developing Economies (EMDEs)","description":"By The World Bank via edX","image":null,"links":"course|https://www.edx.org/course/unlocking-investment-and-finance-in-emerging-markets-and-developing-economies-emdes-2","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7f471bf-4020-49a8-ab29-30b5616d367d","name":"Disciplined Approach to Social Entrepreneurship","description":"By Curtin University via edX","image":null,"links":"course|https://www.edx.org/course/disciplined-approach-to-social-entrepreneurship","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"caef757d-fa3b-4e96-bb0c-ff9addc67b7a","name":"Launching New Ventures","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-launching-new-ventures-13840","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abe47f6d-5769-4f08-b38a-29695580536c","name":"Risk Management in Banking and Financial Markets Professional Certificate Exam","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/risk-management-in-banking-and-financial-markets-professional-certificate-exam-2","topics":"finance;risk-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"667dd69c-59f8-4c1d-9178-4edf0bfeec64","name":"Entrepreneurship in Emerging Economies","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-entrepreneurship-in-emerging-economies-7829","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27423e8d-b4c4-4994-9ee7-4d3d64178009","name":"Free Cash Flow Analysis","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/free-cash-flow-analysis-2","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e408960-d6a6-406c-94b3-6f3caaa8b1fd","name":"Introduction to Managerial Economics","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-managerial-economics-0","topics":"economics;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6af2ca71-efd5-4487-8686-937c9cd3ee39","name":"Harnessing Cultural Diversity: Effective Team Leadership in the Workplace","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-harnessing-cultural-diversity-effective-team-leadership-in-the-workplace-14434","topics":"diversity;human-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d812f909-0f81-469a-beab-4ed1be286d03","name":"Introduction to Financial Accounting","description":"By University of Padova via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-financial-accounting-14425","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"562a78e1-650b-496f-9f00-115ddb82c209","name":"Velocity Of Sound In Air Experiment Edunovus Online Smart Practicals","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=NC9XNSn4MCM&list=PL7jfMV2bTYmpz8DeH8_SBBEEq0bxCnnss","topics":"experimental-physics","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"83101a24-dbb1-46fd-aa6d-f2ddca6693db","name":"Construction Quality Management","description":"By CIOB Academy via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/construction-quality","topics":"construction;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f990d144-5cbb-49c3-8e9c-04da31298bb7","name":"Supporting People with Health Conditions Into Work: Individual Placement and Support (IPS)","description":"By IPS Grow via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/supporting-individuals-with-health-conditions-into-work-delivering-ips","topics":"human-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56d34d1c-9233-406a-8504-5bf0086cf1d0","name":"How is Food Made? Understanding Processed Food","description":"By EIT Food via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/how-is-my-food-made","topics":"food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66257a3f-df79-4be6-8acc-56ba2b99973f","name":"Engaging with Controversies in the Food System","description":"By EIT Food via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/engaging-with-controversies-in-the-food-system","topics":"food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf2ff346-ff8f-4c65-8c36-35d3565e0874","name":"Thinking & Acting like an Entrepreneur","description":"By RWTH Aachen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-thinking-acting-like-an-entrepreneur-8175","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b77e3d7-7776-4bc7-a940-a1bd2bedcec7","name":"Project Management of Engineering Projects: Preparing for Success","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/project-management-of-engineering-projects-preparing-for-success-2","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1093b726-61a1-481f-a77f-8001c12645eb","name":"Supply Chain Comprehensive Exam","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-supply-chain-comprehensive-exam-8479","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6b3e2ac-fad6-48b6-9f9d-c3d02e39bea0","name":"Business Fundamentals: Customer Engagement","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-business-fundamentals-customer-engagement-6387","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e252af6-7e4b-492e-9e18-57f2efc00d48","name":"Finance Fundamentals: Investment Theory and Practice","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-finance-fundamentals-investment-theory-and-practice-6395","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6f1f738-84b7-445b-a74c-d301c90128ac","name":"Foundations of Project Management","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/foundations-of-project-management","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ecd39c9-9b0e-4ae2-9aab-6cc4d8995097","name":"Organisational Behaviour in Construction: An Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/organisational-behaviour-in-construction-an-introduction","topics":"organization;construction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c60744ed-4901-43bc-ad1d-1ea4eb6b74fe","name":"Procurement Strategies and Tendering","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/procurement-strategies-and-tendering","topics":"procurement","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64f68186-2c07-43e5-870c-5bf5aa63e8ee","name":"All – Tiny Helpers","description":null,"image":null,"links":"app|https://tiny-helpers.dev/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3369ea52-b8f1-4f53-914e-42698e720012","name":"Marketing Analytics","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/marketing-analytics","topics":"marketing;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"075416c1-9a99-47f0-9257-2f6da585340e","name":"Global Marketing: A Definition","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-global-marketing-a-definition-12373","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbd52e8b-0b75-43a3-a228-731e268a8e0c","name":"The Global Business Environment: Evolution and Dynamics","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/business-environment","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"499bfb71-87a8-46f1-b7f5-a490ffe8489c","name":"Managing People: Understanding Individual Differences","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/managing-people-understanding-differences","topics":"human-resources;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd322b9c-affd-4a71-a20d-e399404cc6b9","name":"Uncovering Your Entrepreneurial Potential","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/uncovering-your-entrepreneurial-potential","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01741be0-b6c3-4acd-8e79-81dc62daa86f","name":"The Digital Economy: Finance for Business Growth","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-digital-economy-finance-for-business-growth-6390","topics":"finance;economics;information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9cad19c-af78-4e5c-b088-d7a27a32bbc9","name":"Demand and Supply Analytics","description":"By Columbia University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-demand-and-supply-analytics-8206","topics":"analytics;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae0d456b-433b-4dcf-a26e-3fd40481b283","name":"Analytics in Python","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/analytics-in-python","topics":"analytics;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c7a670a-823f-4968-8fc3-cfa8e3e98b7a","name":"How to Save Money: Making Smart Financial Decisions","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/how-to-save-money-making-smart-financial-decisions","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b487b82f-5d1c-4e71-a764-5575335648c4","name":"Intercultural Management","description":"By ESCP Europe via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intercultural","topics":"management;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e66dc7ae-a279-4148-aee5-f94f9d9c5bc4","name":"Project Initiation","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/project-initiation","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4892f1e8-0731-4712-becb-225dff4007ca","name":"Perspectives on Entrepreneurship","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-perspectives-on-entrepreneurship-13768","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29480cef-43bd-4922-a303-dbea8ce8e573","name":"Principles of Global Logistics Management","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/principles-global-management-logistics-assets","topics":"management;logistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a0b4a6f-fa1a-44d9-b181-8824bcdeb85c","name":"International Business Capstone","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-international-business-capstone-8338","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec543de2-7d25-4ba6-a9f5-60d086ad5cbc","name":"Business Model Thinking","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/business-model-thinking","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b906eeb-3bd3-4432-bf8a-2cd28f235b4c","name":"Contract Management and Procurement: An Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/contract-management-and-procurement","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4bedaab5-61d5-4114-8a1b-70037907b5f5","name":"Localization: Adapting Digital Content to Local Markets","description":"By University of Washington via edX","image":null,"links":"course|https://www.edx.org/course/localization-adapting-digital-content-to-local-markets","topics":"localization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c99d244d-a54d-4bd1-af64-036bc6d31766","name":"Strategic Management: From Insight to Decision","description":"By RWTH Aachen University via edX","image":null,"links":"course|https://www.edx.org/course/strategic-management-from-insight-to-decision-2","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"179c752a-f83a-493d-95fc-1e023126610b","name":"Platform Strategy for Business","description":"By Boston University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-platform-strategy-for-business-8220","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"693ec633-64f1-4213-80f4-a610a39eda1f","name":"Managing Public Money","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-managing-public-money-8867","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c96720f-d2bd-4f93-afad-cae5f17b1143","name":"Excellence in Spa Operations","description":"By Glion Institute of Higher Education via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-excellence-in-spa-operations-12847","topics":"hospitality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67495bce-c67d-40d6-9e76-6df622c6db94","name":"Modern Empowerment in the Workplace","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-modern-empowerment-in-the-workplace-8883","topics":"human-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7161fce-e32d-471a-94a7-43abe01f2e10","name":"Dairy Production and Management","description":"By Pennsylvania State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/dairy-production","topics":"animals;dairy;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0616fe81-02cd-4ef3-bca3-0980ee09ddf5","name":"Marketing Analytics","description":"By University of Virginia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/uva-darden-marketing-analytics","topics":"marketing;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"057be697-7d57-4c09-a5cb-86f0387f8846","name":"Planning your Client's Wealth over a 5-year Horizon","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wealth-planning-capstone","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab292f52-01ca-4b11-bd6e-d5e0b467b775","name":"Fundamentals of Project Planning and Management","description":"By University of Virginia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/fundamentals-of-project-planning-and-management","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39001118-1e94-4f8c-820d-6f8fd56eb9b6","name":"Project Management MicroMasters Capstone Exam","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-project-management-micromasters-capstone-exam-8251","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d810aaf-2cf5-4311-977f-02e8887ad30a","name":"Social Impact Analysis","description":"By via +Acumen","image":null,"links":"course|https://www.classcentral.com/course/acumen-social-impact-analysis-9704","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7f4d3ed-ab4b-4561-b580-1dcc0f50f746","name":"Social Entrepreneurship 101","description":"By via +Acumen","image":null,"links":"course|https://www.plusacumen.org/courses/social-entrepreneurship-101","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3cf72b6-3488-46ce-b49b-bc5b237da16c","name":"Managing Disruptive Change","description":"By RWTH Aachen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-managing-disruptive-change-8173","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d90f456-413c-4150-af5a-35bb94bfa98a","name":"Wharton Business Foundations Capstone","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-wharton-business-foundations-capstone-4002","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5a4d265-8925-4d66-982b-772bb32462a2","name":"Doing Business in Europe","description":"By ESCP Europe via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-doing-business-in-europe-9712","topics":"business;europe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07efc259-758b-4e79-9995-c8032ecea7e2","name":"Design and Build a Data Warehouse for Business Intelligence Implementation","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-warehouse-bi-building","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7724720e-45ac-4508-b7b0-f4694d6999cb","name":"Designing and Implementing Your Coaching Strategy","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/design-coaching-strategy","topics":"coaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"729a7230-3d4f-44ae-84c6-e0c0cb56fdaa","name":"Business Analytics Capstone","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-capstone-analytics","topics":"business;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb068fb5-848c-4a71-90f8-26f425a34f44","name":"Management and Leadership: Planning Your Personal Development","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/planning-your-personal-development","topics":"management;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"653d2a4b-3ec5-4a5e-8d3e-47373b528ac0","name":"Marketing Mix Implementation Capstone","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-marketing-mix-implementation-capstone-5568","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5ad2635-86b3-4701-a06c-428517feff3e","name":"Global Business Strategy","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/usmx-global-business-strategy","topics":"global-business;business;strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2edf35d4-ce35-4d67-8c74-b44a5222e922","name":"Website Optimization Client Report Project","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-website-optimization-client-report-project-5550","topics":"seo","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebbc97d3-9307-4c53-a239-d1c349421c3b","name":"Management and Leadership: Growing as a Manager","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/growing-as-a-manager","topics":"management;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"131f4995-d12d-497b-8fea-7b8cd5411550","name":"Effective Fundraising and Leadership in Arts and Culture","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/fundraising-arts-culture","topics":"fundraising;leadership;arts-and-culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9ea162e-ceeb-4008-80ef-8e5f94fc2948","name":"Effective Decision Making: Dealing with Business Complexity","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-effective-decision-making-dealing-with-business-complexity-11576","topics":"business;decision-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f48a437-c72c-48c8-85e4-1acabf671a8f","name":"Mergers and Acquisitions: Accounting Principles","description":"By New York Institute of Finance via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-mergers-and-acquisitions-accounting-principles-9401","topics":"mergers-and-acquisitions","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6117b22-6163-47ce-a06d-8a00356cee40","name":"Alternative Finance","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-alternative-finance-13866","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d89a8b9-91fb-4ef5-9687-d5be004837f2","name":"Social Media in Healthcare: Opportunities and Challenges","description":"By Taipei Medical University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/social-media-in-healthcare","topics":"social-media;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d427404-7dd6-4bfa-96b1-81f46d4d9ff1","name":"Innovation Management: Winning in the Age of Disruption","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-innovation-management-winning-in-the-age-of-disruption-8057","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a552161-79b4-4cbb-b136-f58583d42703","name":"Mining for Development: The Taxation Linkage","description":"By University of the Witwatersrand via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-mining-for-development-the-taxation-linkage-13865","topics":"taxation;mining","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b7d77de-83f6-4b53-bd04-3d9f6214f8e1","name":"Accountant in Business","description":"By ACCA via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-accountant-in-business-3914","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfff1fd2-3724-44b7-a897-fbe481a40470","name":"Management Accounting","description":"By ACCA via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-management-accounting-3916","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cc6fe14-8d77-4462-b5c6-0a86e8da4403","name":"HR Fundamentals","description":"By Chartered Institute for Personnel and Development via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/hr-fundamentals","topics":"human-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"292cd0d6-e7e3-43a0-91a5-dae124b4bce4","name":"Hôtel “De l'étoile” - a hotel in crisis?","description":"By ESSEC Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-hotel-de-l-etoile-a-hotel-in-crisis-5116","topics":"management;hospitality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5deec80-5f9e-47f6-952d-e7dc398ea52b","name":"People Management Skills","description":"By Chartered Institute for Personnel and Development via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/people-management-skills","topics":"human-resources;people-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a48cee3-e46c-4024-ad35-2cf797a72911","name":"Financial Decision Making","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-financial-decision-making-9107","topics":"finance;decision-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2141cf68-9685-43eb-8b19-c32c68d75b2f","name":"Financial Management in Organizations","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-financial-management-in-organizations-9109","topics":"finance;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c9730ae-09c7-4ae5-9677-bfa31a8acfd0","name":"Leading People and Teams Capstone","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-leading-people-and-teams-capstone-5112","topics":"people-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"363f09cb-f25d-4714-a075-c52af54be78d","name":"Capstone - Managing Board Change for Higher Levels of Leadership and Governance Effectiveness","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.coursera.org/learn/nonprofit-gov-capstone","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79f9aaf8-f1c9-48c1-a082-2cfb604594c3","name":"Organizational Leadership Capstone","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-organizational-leadership-capstone-5134","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"395ee4d2-d39e-4af4-8c19-8b002497696e","name":"Advanced Business Analytics Capstone","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-advanced-business-analytics-capstone-7038","topics":"business;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"029497f9-df94-427a-ad05-420300da505f","name":"Wharton Entrepreneurship Capstone","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-wharton-entrepreneurship-capstone-5607","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9dc09a9d-163f-4fb9-a01e-c2077a2f606c","name":"Managing People: Connecting Motivation and Performance","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/managing-people-motivation","topics":"people-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c295a0f3-5a6b-4d22-88d9-b3c7c91d81f5","name":"Fundamentals of Accounting Capstone","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fundamentals-of-accounting-capstone-6088","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"289c932f-1d51-489d-b3b2-d49107b5eef8","name":"Introduction to Management Information Systems (MIS): A Survival Guide","description":"By Universidad Carlos iii de Madrid via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-management-information-systems-mis-a-survival-guide-3","topics":"management;information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5374a950-8c6f-4b8d-b3f6-b43b4c74d36c","name":"Lean Startup Principles for the Social Sector","description":"By via +Acumen","image":null,"links":"course|https://www.plusacumen.org/courses/lean-for-social-impact","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"533719f3-153b-4bed-9781-8e1cd82aa967","name":"Lean Data Approaches to Measure Social Impact","description":"By via +Acumen","image":null,"links":"course|https://www.plusacumen.org/courses/lean-data-approaches-measure-social-impact","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d6639ba-5fb0-45e0-92e7-3add12cd1a21","name":"Capstone Assessment: Leadership in Global Development","description":"By via edX","image":null,"links":"course|https://www.edx.org/course/capstone-assessment-leadership-in-global-development-6","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b748eeb-cd4d-4af4-94b0-620f9b2dc239","name":"Innovation and Creativity Management","description":"By RWTH Aachen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-innovation-and-creativity-management-8184","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18578d2b-e1cb-4f2a-bd45-3079e6adff2d","name":"Managing Innovation","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-managing-innovation-12862","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d618260-aff9-41e1-9817-02ad701e05b4","name":"How to Perform a Hotel Market Analysis and Valuation","description":"By Glion Institute of Higher Education via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/hotel-market-analysis-valuation","topics":"hospitality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4d3f5c0-423d-4bfa-99a7-44257b574a86","name":"Capstone: Build a Winning Investment Portfolio","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/investment-portfolio-management-capstone","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef623b45-5d20-4383-bdb7-9032f30650f3","name":"Innovation: From Creativity to Entrepreneurship Capstone","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-innovation-from-creativity-to-entrepreneurship-capstone-9197","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7d7e84e-44b9-41a0-bae5-28dee44c960c","name":"International Marketing & Cross Industry Growth Capstone Project","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/international-vertical-marketing-capstone-project","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a34d1bdb-a6c0-45b8-856f-74307bb0ceb8","name":"A Swift Introduction to Geometric Algebra","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=60z_hpEAtD8","topics":"geometric-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"3.0","tags":"oer"} +{"iid":"e979ccbe-ef4c-4648-b2e8-9d92bc150b48","name":"Supply Chain Design","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/supply-chain-design-0","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c88020ac-90c1-440f-a599-9e1f24f171e7","name":"Leadership and Influence","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-leadership-and-influence-11672","topics":"leadership;influence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74fecb4c-fa45-4bf7-a81c-b7aa4ec1270e","name":"Business Fundamentals: Project Management","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-business-fundamentals-project-management-6386","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"459b06d6-b8a5-4289-8a36-f05a796b5caf","name":"Finance Fundamentals: Financial Services after the Banking Crisis","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-finance-fundamentals-financial-services-after-the-banking-crisis-6397","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ed4658f-18ef-4336-9e9e-1162becd9236","name":"Competitive Strategy and Organization Design Project","description":"By Ludwig-Maximilians-Universität München via Coursera","image":null,"links":"course|https://www.coursera.org/learn/organization-strategy-project","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c88cc27d-6663-4418-ac26-18262e7199d6","name":"The Digital Economy: Effective Supply Chain Management","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/supply-chain-management","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2892e39e-b33c-4ff9-be9d-9042ac5e417d","name":"Leading and Managing People-Centred Change","description":"By Durham University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-leading-and-managing-people-centred-change-8954","topics":"people-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6757e46a-35de-4ec9-8660-d88d6b267458","name":"Strategic Social Media Marketing","description":"By Boston University via edX","image":null,"links":"course|https://www.edx.org/course/strategic-social-media-marketing-2","topics":"social-media;marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8dd13a34-c20a-4131-b99a-809d82c8c0f6","name":"Leading in the Digital Age","description":"By Boston University via edX","image":null,"links":"course|https://www.edx.org/course/leading-in-the-digital-age-2","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"917d601c-8701-4942-bca3-d0ccdbc7c0df","name":"New Product Development","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-new-product-development-12804","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c685299-5879-4dc1-ab88-372121b750b5","name":"Electric Cars: Introduction","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/electric-cars-introduction-2","topics":"electric-cars","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09121225-0afd-4e27-a568-ed3d5fb7f7b1","name":"Electric Cars: Business","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-electric-cars-business-11415","topics":"electric-cars","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f81f69f1-5fbd-4cff-afea-fbdf1a2a535d","name":"Construction Ethics and Compliance","description":"By via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/construction-ethics-compliance","topics":"construction;ethics;compliance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c899dcda-eea4-41c2-9f60-28cf032bdfd4","name":"Sustainable Tourism: Society & Environmental Aspects","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/sustainable-tourism-society-environmental-aspects-3","topics":"tourism;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d049c237-e88d-4e2a-9bb3-020e53754982","name":"Strategic Management: From Intuition to Insight","description":"By RWTH Aachen University via edX","image":null,"links":"course|https://www.edx.org/course/strategic-management-from-intuition-to-insight-3","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"efbbc632-cd4f-40b6-803c-08c9dcc37f03","name":"Blended Learning Essentials: Digitally-Enriched Apprenticeships","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-blended-learning-essentials-digitally-enriched-apprenticeships-11102","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ccdf332a-e031-44dd-b52e-152fd248e99f","name":"Corporate Finance","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/usmx-corporate-finance","topics":"corporate-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6e12fc6-7b6b-4697-b019-4efc14ba15b5","name":"Management and Leadership: Leading a Team","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-management-and-leadership-leading-a-team-6385","topics":"leadership;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"540dc0ac-8c36-4016-9827-176676a74ac8","name":"Teaching Entrepreneurial Thinking","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/teaching-entrepreneurial-thinking","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73b8d2e8-9417-46ce-b3b8-a2218328948d","name":"Management and Leadership: Well-being and Welfare at Work","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/well-being-and-welfare-at-work","topics":"leadership;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6902b410-9378-4509-bf49-1fcd189a56aa","name":"Managing People: Teamwork and Diversity","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/managing-people-teamwork","topics":"people-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75808bcc-d180-4c57-9b69-63055b1a9699","name":"Business Leadership Capstone Assessment","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/business-leadership-capstone-assessment-3","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9e2b104-9fce-4ad4-9009-9038a2a86829","name":"Influencing Stakeholders: Discover Your Leadership Style and Deal with Power and Dynamics","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-influencing-stakeholders-discover-your-leadership-style-and-deal-with-power-and-dynamics-11577","topics":"leadership;influence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f9d0550-bfcb-4235-861d-d31c52650ded","name":"Managerial Accounting and Corporate Control","description":"By Indiana University via edX","image":null,"links":"course|https://www.edx.org/course/managerial-accounting-and-corporate-control-2","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b797653-cc95-4efa-982f-a0ebb70290c6","name":"Business Models for Social Enterprise","description":"By Miller Center for Social Entrepreneurship via +Acumen","image":null,"links":"course|https://www.plusacumen.org/courses/business-models-social-enterprise","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2cbf5673-112d-4047-8fe9-4ca56319c1d3","name":"Writing for Social Media","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-writing-for-social-media-10284","topics":"social-media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4e6a2e7-9d13-46df-ad11-59856b3aa71e","name":"The Lyrics: 1961-2012","description":"By Bob Dylan","image":"https://learn-awesome.github.io/assets/book_covers/21412359.jpg","links":"book|https://www.goodreads.com/book/show/21412359-the-lyrics","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f802472e-e34d-4689-b0a9-e11a57f703ad","name":"Digital Ecosystem Infrastructure","description":"By Indiana University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-digital-ecosystem-infrastructure-13171","topics":"cloud-computing;information-technology;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3df051ef-e36a-47ab-8518-5b625d594790","name":"Supply Chain Technology and Systems","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-supply-chain-technology-and-systems-6366","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6199ac81-301f-45f4-b4e4-8b7ade5da1ff","name":"DO Your Venture: Entrepreneurship For Everyone","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/do-your-venture-entrepreneurship-for-everyone-2","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc43db08-ee04-472a-a20a-7f8b43b891d4","name":"Introduction to Intercultural Studies: The Branding of Culture","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/intercultural-studies-branding-culture","topics":"culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28ffacaa-fed9-4e0a-91a9-d052c7f121a0","name":"Data Analysis for Decision Making","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/usmx-data-driven-decision-making","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"770a71b2-c865-4040-af4e-7d3c604908c3","name":"Financial Accounting for Corporations","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/financial-accounting-for-corporations-3","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89c6db26-3d0a-465d-932f-163ee0d47c64","name":"Supply Chain Analytics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-supply-chain-analytics-6367","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56e0ebd4-ae8e-4dd7-af06-def9fe1d9072","name":"Entrepreneurship: Disruptive Innovation in Academics and Business","description":"By Universidad Politécnica de Madrid via Miríadax","image":null,"links":"course|https://miriadax.net/web/entrepreneurship-disruptive-innovation-in-academics-and-business-2-edicion-/inicio","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f67f348-0939-4443-ab2d-965eb2aff309","name":"Managing People: Understanding Your Organisational Culture","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/managing-people-organisational-culture","topics":"people-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbabc9a3-339a-4a26-ba12-b36c2c8046be","name":"Developing Breakthrough Innovations with the Three Box Solution","description":"By Dartmouth via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-developing-breakthrough-innovations-with-the-three-box-solution-11328","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a20315b-37d5-40e6-9ac9-1f2a421c9dd8","name":"Introduction to Clifford Algebra","description":null,"image":null,"links":"article|https://www.av8n.com/physics/clifford-intro.htm","topics":"abstract-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf6180e7-c64d-41cd-bf22-45725a206ccb","name":"Leading High-Performing Teams","description":"By University of Queensland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-leading-high-performing-teams-9182","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4b84ec4-aaf5-4c36-926f-676047747506","name":"Becoming an Effective Leader","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/becoming-an-effective-leader-2","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53119d87-31ec-4f1c-b258-a70187ebe1d1","name":"Leading the Organization","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/leading-the-organization-3","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a608d8fd-ab17-4d7c-aa9d-a974fb5f972a","name":"Leading in a Complex Environment","description":"By University of Queensland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-leading-in-a-complex-environment-9184","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86eeaedd-bbed-4ad6-b89b-c6a6b33ce676","name":"Executing Breakthrough Innovations with the Three Box Solution","description":"By Dartmouth via edX","image":null,"links":"course|https://www.edx.org/course/executing-breakthrough-innovations-with-the-three-box-solution-2","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c31bb04-9f12-472c-8809-ca762aeea923","name":"Project Finance: Funding Projects Successfully","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/project-finance-funding-projects-successfully-2","topics":"finance;project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3bb4f69d-2808-4daf-a65a-a356b7e9c7c8","name":"International Project Management","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/international-project-management-3","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b905bbe0-5098-4bc4-9de5-917a9e8e5a5d","name":"Best Practices for Project Management Success","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-best-practices-for-project-management-success-7288","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"967fefa8-0e96-4860-b4ca-0f2366a2b4b7","name":"Project Management Life Cycle","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/project-management-life-cycle-3","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90079e2d-51d9-4fa0-883e-56e49ad08b1b","name":"Predictive Analytics","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/predictive-analytics-2","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa27db2e-a189-4661-9958-472bfab77020","name":"Organizational Design: Creating Competitive Advantage","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-organizational-design-creating-competitive-advantage-7882","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74d1d9c7-b474-4f25-91fc-39f80657b22f","name":"People Management","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/people-management-3","topics":"people-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c94a5ab-dafd-4f80-9224-7c93cc7a34d5","name":"Taxes and Decision Making","description":"By Indiana University via edX","image":null,"links":"course|https://www.edx.org/course/taxes-and-decision-making","topics":"taxation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c90631c4-a8ce-4052-992f-c8a1c599a837","name":"Supply Chain Dynamics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/ctl-sc3x-supply-chain-dynamics-0","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"513892d3-b1c7-4332-9f7d-af7774a85d86","name":"Strategy and the Sustainable Enterprise","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-strategy-and-the-sustainable-enterprise-4081","topics":"business;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1fea015-982f-454f-ae8a-eb86197d0789","name":"Supply Chains for Manufacturing I","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-supply-chains-for-manufacturing-i-10287","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f7e6cb4-aac2-4c37-8f33-b11ab06c25d0","name":"Manufacturing Systems II","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-manufacturing-systems-ii-10294","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffe03be0-7916-4d70-a6e1-4e231261d06f","name":"Project Management: Mastering Complexity","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-project-management-mastering-complexity-8249","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d8d5da6-ed1f-4106-b69a-bc3e20f3eab9","name":"Operations Management","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/operations-management-0","topics":"operations-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd61c2fc-4423-429d-b96d-16e6ebe09b2e","name":"Accounting and Finance","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-accounting-and-finance-7273","topics":"accounting;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e31ddf5-3923-4ec0-8f7c-3b83b64beb28","name":"Introduction to Investments","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-investments-5999","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"818276c3-9521-4006-9c5b-97171c6d2673","name":"Corporate Finance","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/corporate-finance-3","topics":"corporate-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30d099fb-b1b5-44e5-88cc-ec18e3eef897","name":"Strategic Management","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/strategic-management-2","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7021ec7-d822-4844-942e-7f4c78c2601e","name":"Fundamentals of Project Management","description":"By Philanthropy University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-fundamentals-of-project-management-11970","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"549403f7-738f-40bf-9d9b-fd7c4d12e126","name":"Starting a Business 1: Vision and Opportunity","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/starting-a-business-1","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6358c351-8abe-4f70-8c9b-0870204f086b","name":"Global Social Entrepreneurship","description":"By Philanthropy University via Independent","image":null,"links":"course|https://courses.philanthropyu.org/courses/course-v1:PhilanthropyU+SocialEntrepreneurship_101+1_1.6_20180903_20181014/about","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbf5110a-82eb-4bf4-b509-506a623632c2","name":"Social Impact: Planning for Success","description":"By Philanthropy University via Independent","image":null,"links":"course|https://courses.philanthropyu.org/courses/course-v1:PhilanthropyU+SocialImpact_000+1_1.0_20180702_20180805/about","topics":"social-entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb5d117b-5792-4b20-8efb-ff7a3ffe0b25","name":"Human Capital Strategy","description":"By Philanthropy University via Independent","image":null,"links":"course|https://courses.philanthropyu.org/courses/course-v1:Acumen+HumanCapital_101+1_1.0_20180416_20180527/about","topics":"social-entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fab431b9-d15f-4457-8561-ae58f555aa25","name":"Advocacy","description":"By Philanthropy University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-advocacy-11967","topics":"social-entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a9b060b-7c9b-4bf9-855e-72b5c4dd6c4f","name":"Essentials of Nonprofit Strategy","description":"By Philanthropy University via Independent","image":null,"links":"course|https://courses.philanthropyu.org/courses/course-v1:PhilanthropyU+Strategy_000+1_1.0_20180402_20180527/about","topics":"social-entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13b2dec4-24a6-41e5-aae6-f2a7c2e63400","name":"Business Analytics & Text Mining Modeling Using Python","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mg47/preview","topics":"analytics;text-mining;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90c1bf23-5a1a-473b-b7f5-30bc0729bd6b","name":"Decision making using financial accounting","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mg44/preview","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34abc61c-99fc-43e3-8279-aefa2d13a574","name":"Financial Derivatives & Risk Management","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-financial-derivatives-risk-management-14056","topics":"finance;derivatives","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01d88cc9-a01b-47a0-a62d-24c1525d26de","name":"Performance and Reward Management","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-performance-and-reward-management-14229","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01979f61-f06e-497b-bb05-cda39ee1af60","name":"E-Business","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mg54/preview","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"302d3f56-31be-499b-a69a-8fb3c4f2d522","name":"Marketing Management-I","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mg48/preview","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d884bfc1-f1cc-481a-b62b-a429513c83c8","name":"Management Accounting","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-management-accounting-14177","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2dd0cff-9e90-4eed-86ed-69b1c793e327","name":"Business Analytics & Data Mining Modeling Using R Part II","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-business-analytics-data-mining-modeling-using-r-part-ii-13931","topics":"analytics;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cbc6d87-67d5-47a9-b899-dc85281bf684","name":"Manufacturing Systems Technology","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-manufacturing-systems-technology-3974","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f60b61ed-895b-4155-931b-d921d5ad4ef3","name":"Project Management","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mg30/preview","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d0df7d4-6146-4794-9baa-f45f5c3d43b2","name":"Project management for managers","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-project-management-for-managers-14261","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34241c49-fbb8-4085-a887-b4895a51f0f7","name":"Financial Accounting","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-financial-accounting-14054","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2ce2d03-e0f3-4f38-a913-c9f88cfdbddb","name":"The Ethical Corporation","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-the-ethical-corporation-14328","topics":"business;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"773b1c04-f3ac-4dbb-a711-4e416a5cda90","name":"Human Resource Development","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mg51/preview","topics":"human-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98aac485-dde5-4534-a158-d4cf36aeade0","name":"Cost Accounting","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-cost-accounting-13968","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8dc6a562-6aec-451c-8782-7c1e5cbe75f4","name":"Training of Trainers","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mg32/preview","topics":"training","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3628e6b-72ff-4388-bae0-f4d49984a933","name":"Working Capital Management","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-working-capital-management-14361","topics":"management;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31d5aeb6-7d02-47e1-8dc9-6bf121fd40a0","name":"Leadership","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mg34/preview","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54034015-be91-460d-a644-382a1b6aa990","name":"HSE Practices for Offshore and Petroleum Industries","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_oe02/preview","topics":"oil-and-gas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2a4ccb9-fd61-42a8-ad03-51383a2a2442","name":"Business Ethics","description":"By Savitribai Phule Pune University via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_mg24/preview","topics":"business;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b92b1595-3932-4f56-9ee0-d0dfbaaddf1b","name":"Course in Special Services Marketing in India","description":"By Savitribai Phule Pune University via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-course-in-special-services-marketing-in-india-13970","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77a772ae-5f23-466f-bb6d-7c3457503191","name":"Visionary leadership, identity & motivation: Become a meaning maker","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-visionary-leadership-identity-motivation-become-a-meaning-maker-12168","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a02f88dd-9e4b-4c2b-a6fe-701e00784d5b","name":"Innovation: the Food Industry","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/food-innovation","topics":"innovation;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e690b01d-70d2-42c8-806d-6c042d70075a","name":"Innovation: the World's Greatest","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-innovation-the-world-s-greatest-5006","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"518c204c-2895-44b5-9742-d788a7266ae3","name":"Starting a Business 5: Managing Finances","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-starting-a-business-5-managing-finances-5012","topics":"entrepreneurship;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"904251a2-32f9-46f7-bdc5-71b9fee24ea8","name":"Poetry in America: Whitman","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/poetry-america-whitman-harvardx-ampox-3-0","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d697fec4-57d3-469e-a5d9-0117c5e797cc","name":"Strategic Business Management - Microeconomics","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-strategic-business-management-microeconomics-9220","topics":"microeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9a21a7d-ea9e-4a56-bfda-a205ecfd3ffd","name":"Fundamentals of Office Management and Methods","description":"By Savitribai Phule Pune University via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-office-management-and-methods-14076","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c143f10a-ada3-42b3-ac92-295f64db813a","name":"Innovation: the Fashion Industry","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-innovation-the-fashion-industry-5004","topics":"innovation;fashion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"274b992f-839b-4af3-9aaa-0f59bce26fea","name":"Starting a Business 6: Funding Your Business","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-starting-a-business-6-funding-your-business-5013","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b534993b-1f29-4e7e-ae6f-25a80d84ae3b","name":"The Digital Economy: Success through Market Segmentation","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/market-segmentation","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6091362d-7d31-47c6-ab68-d25a333bba06","name":"Brand Management: Aligning Business, Brand and Behaviour","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/brand","topics":"branding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d106cd8-8a4a-4597-8cb0-e80f3d799401","name":"Starting a Business 2: People and Networks","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-starting-a-business-2-people-and-networks-5009","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ec1092e-d053-49d4-b35f-376d7ecff7b4","name":"Finance Fundamentals: Managing the Household Balance Sheet","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-finance-fundamentals-managing-the-household-balance-sheet-6396","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e84bc64b-b5ac-4ef3-910f-156656c5d5cd","name":"Entrepreneurship Strategy: From Ideation to Exit","description":"By HEC Paris via Coursera","image":null,"links":"course|https://www.coursera.org/learn/entrepreneurship-strategy","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba76663e-7cfc-4f91-bb3b-060ad5e58fec","name":"Global Challenges in Business Capstone","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/global-challenges-business-capstone","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14af627f-8e9d-425b-ae38-16481b300d4c","name":"Retail Management","description":"By Savitribai Phule Pune University via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-retail-management-14274","topics":"retail;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a207e61-da78-46a0-b62b-22455c16e7bd","name":"Measuring Entrepreneurial Impact","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/measuring-entrepreneurial-impact","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d2d2ef1-0c11-4a73-9b41-6b95c53da828","name":"Starting a Business 4: Business Processes","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/starting-a-business-4","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88e85aab-7002-4673-bdf3-71b1f3111a78","name":"Geometric Algebra in 2D - Fundamentals and Another Look at Complex Numbers","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=PNlgMPzj-7Q&list=PLpzmRsG7u_gqaTo_vEseQ7U8KFvtiJY4K","topics":"geometric-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"001b9fe5-8b42-46cd-b2be-48ca6d7e5c39","name":"Capstone Value Creation through Innovation","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-capstone-value-creation-through-innovation-11957","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56004f46-d902-46a3-9606-91fa0dfeba4f","name":"Starting a Business 3: Customers and Competitors","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/starting-a-business-3","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"387766f6-920f-463a-a8d4-cd1863574b78","name":"Corporate Finance I: Measuring and Promoting Value Creation","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/corporate-finance-measure-success","topics":"corporate-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"337d45c4-1652-4797-bb64-ecf1984bbe3d","name":"Digital Media and Marketing Principles","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-digital-media-and-marketing-principles-2748","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35f2175a-ae29-465e-82a2-9bb940d298e4","name":"Entrepreneurship I: Laying the Foundation","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-entrepreneurship-i-laying-the-foundation-9047","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9fc3e56-2d56-47d6-8e03-a592845d0c9d","name":"The Roles and Responsibilities of Nonprofit Boards of Directors within the Governance Process","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-roles-and-responsibilities-of-nonprofit-boards-of-directors-within-the-governance-process-4669","topics":"non-profits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7644776d-e80e-4428-a95e-2da67329b58d","name":"Foundations of Everyday Leadership","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/everyday-leadership-foundation","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a42aa62d-3cb6-47d8-9828-c565fb65666d","name":"Investments I: Fundamentals of Performance Evaluation","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-investments-i-fundamentals-of-performance-evaluation-6754","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4800987a-d81a-4f2f-8ef1-8aa5877629df","name":"Financial Accounting: Foundations","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-financial-accounting-foundations-6749","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a70e24f-bddd-42cf-82e9-fff2a0094c9f","name":"Marketing Management I","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-marketing-management-i-6759","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec65b272-711a-4b11-a505-49a22c88629c","name":"Global Strategy I: How The Global Economy Works","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/global-strategy","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dcfaaa1e-c521-4a0f-a35d-65aec893bc4e","name":"Financial Accounting","description":"By Devi Ahilya Viswavidyalaya, Indore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-financial-accounting-14053","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04f8aab2-d7ff-4cc5-8efb-9ab38dc0f984","name":"Basics of Digital Marketing","description":"By Devi Ahilya Viswavidyalaya, Indore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_mg23/preview","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a03cf8e-4dc2-4399-bd60-8cdb08acfc2d","name":"Valuation for Startups Using Discounted Cash Flows Approach","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/discounted-cash-flow","topics":"valuation;investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4add97b2-486a-4822-b35c-114c6325638a","name":"Project Management Project","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/project-management-capstone","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c13bd0a-b7ce-4f35-b3d3-aa87874c28c2","name":"Entrepreneurship 4: Financing and Profitability","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-entrepreneurship-4-financing-and-profitability-5476","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0cce432-9241-4620-afd3-b94fdb90af64","name":"SAP Analytics Cloud – Authentication and Data Connectivity","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/sac2","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94016814-57b1-4a12-8142-08ece49dbacb","name":"Introduction to Time Value of Money","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-time-value-of-money-9691","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16509ee5-6d1c-4968-96fb-80f7724993a4","name":"Capital Markets and Key Participants","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/capital-markets-key-participants-new-york-institute-finance-cm1-x","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4473adfd-c0d0-48cd-a32c-66f266f3207a","name":"Introduction to Money Markets","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/introduction-money-markets-new-york-institute-finance-cm2-x","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80e11698-8266-41bd-b2fe-bddf8a4fc603","name":"Introduction to Foreign Exchange (FX)","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/introduction-foreign-exchange-fx-new-york-institute-finance-cm3-x","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d2c8d2c-92a9-4739-8042-cc6140af13bd","name":"Introduction to Bond, Equity Markets and Financial Regulation","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/introduction-bond-equity-markets-new-york-institute-finance-cm5-x","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4d060a7-8fb3-40db-8e36-d4a28e4b9713","name":"Introduction to Marketing","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-marketing-5644","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"617bf26a-31cb-4f9f-a749-00cee0da9e30","name":"Organizational Behaviour","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/organizational-behaviour-ubcx-busobhr1x","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb6f81e7-b99d-4f7f-86c4-794b0b077114","name":"Designing and Implementing Effective Entrepreneurship Policies","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-designing-and-implementing-effective-entrepreneurship-policies-11787","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05d1431a-369b-4ecc-bc87-84c5d8d63492","name":"Entrepreneurs without borders","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-entrepreneurs-without-borders-6940","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2db32aa7-8ea9-42b4-9e84-19cb53a12edc","name":"Technology clusters for the Next Production Revolution in Africa","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.pok.polimi.it/courses/course-v1:Polimi+NPR102+2019_M2/about","topics":"africa;technology;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1dd96bdf-457c-4ea0-b632-5c85c0525150","name":"Innovation Strategies for Electric Mobility: The StreetScooter Case","description":"By RWTH Aachen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-innovation-strategies-for-electric-mobility-the-streetscooter-case-13239","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7513630-e81f-4ead-8ebb-6fed322ddad3","name":"Tourism Management at UNESCO World Heritage Sites (vol. 2)","description":"By Université Paris 1 Panthéon-Sorbonne via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:Paris1+16012+session01/about","topics":"tourism;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62fd4e8d-82de-478f-8024-b5d22b0baf60","name":"Fundamentals of Organization","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-fundamentals-of-organization-10148","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0114ebc9-f61c-4f6e-8b5c-a88aa3afd14c","name":"Fundamentals of Strategy","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-fundamentals-of-strategy-9472","topics":"strategy;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b67e8011-45fa-4a3a-99ae-3aa9a35939e3","name":"Fundamentals of Operations","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.pok.polimi.it/courses/course-v1:Polimi+OPE101+2019_M5/about","topics":"operations-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8062d85b-b4bf-4ad8-b063-b0606d5a3256","name":"Fundamentals of financial and management accounting","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.pok.polimi.it/courses/course-v1:Polimi+FinAccount101+2019_M5/about","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9cddbd86-5ae8-4633-906b-23e8cf8b5eb2","name":"A Simple Derivation of Heron’s Formula","description":null,"image":null,"links":"article|https://sinews.siam.org/Details-Page/a-simple-derivation-of-herons-formula-2","topics":"heron-formula","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2fe6d44e-c41f-4e60-9143-cf524bc30a45","name":"Communicating in a Global Context","description":"By Arizona State University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-communicating-in-a-global-context-7262","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87f7c211-8960-423c-bf65-dd7b0f1f037a","name":"Responsible Innovation: Building Tomorrow’s Responsible Firms","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/building-tomorrows-responsibly-innovative-firms","topics":"corporate-social-responsibility","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5957a3cf-53ab-4000-a179-0bccf5f9cb9b","name":"SAP C/4HANA Business Processes: Lead-to-Cash","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/cx1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b1f8d39-cf1b-4557-8a37-0f1822284d6f","name":"Global Ethics: An Introduction","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/global-ethics","topics":"ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e8d0938-3d83-443a-a393-e9a1d05c6c0f","name":"Ethical Leadership in a Changing World","description":"By Victoria University of Wellington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ethical-leadership-in-a-changing-world-13582","topics":"leadership;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c488f62-22b6-409b-8434-d6a82ce2cbfc","name":"Adaptive Leadership","description":"By via +Acumen","image":null,"links":"course|https://www.plusacumen.org/courses/adaptive-leadership","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66194ed6-2f64-4aa6-85d5-75bbf58e5fb2","name":"Hospitality Industry In Tourism","description":"By University of Mysore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-hospitality-industry-in-tourism-14110","topics":"hospitality;tourism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3473440f-ed6f-4f4f-8488-36de835c11ef","name":"Supply Chain Management","description":"By Avianshilingam Institute for Home Science and Higher Education for Women, Coimbatore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_hs51/preview","topics":"supply-chain;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f291996-2cdf-4521-8944-f9abce6d91bd","name":"Brand Management","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-brand-management-13928","topics":"branding;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fce1485c-a772-414f-b63d-805141be4b34","name":"Results-Based Financing","description":"By Philanthropy University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-results-based-financing-11969","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7923b333-04c9-4af8-a5fb-28b7aed05d39","name":"Tourism And Travel Management","description":"By University of Mysore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_mg29/preview","topics":"tourism;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0024df33-b32b-48c0-9c4f-73d089d32aa3","name":"Tourism Operations","description":"By University of Mysore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_mg31/preview","topics":"tourism;operations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5325f71-d5a7-4bf7-ae94-360ce60cefb2","name":"Tourism Transport and Travel Services","description":"By University of Mysore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-tourism-transport-and-travel-services-14342","topics":"tourism;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b709f1d1-1ac9-4372-a814-d959b144f2b2","name":"Entrepreneurship: Do your Venture","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg03/preview","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ab2f8db-3214-4351-8c01-0efc22d3ecc8","name":"Conceptual Framework of Accounting","description":"By Jai Narain Vyas University, Jodhpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_cm03/preview","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae3d31ed-bbf0-4a41-8771-5a30fac8c98c","name":"Consumer Buyer Behaviour","description":"By Welingkar Institute of Management via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg20/preview","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20eba822-bc67-4437-bb7c-7db83f7cadb8","name":"Customer Relationship Management","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg10/preview","topics":"crm","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f989573-ed04-4ad0-8b6a-5ce217e23bb2","name":"Digital Marketing","description":"By UGC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_hs26/preview","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55f28afd-2887-4bd0-8c10-b916236a4747","name":"Family Resource Management and Housing","description":"By CEC via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-family-resource-management-and-housing-14049","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"245a7cb9-d090-4d96-a78b-f1dd1f778f31","name":"Financial Accounting and Analysis","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg07/preview","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"402402d6-d8ca-46c6-81f8-bf217d37991b","name":"Introduction to Marketing Essentials","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-marketing-essentials-14156","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"003d71ac-8e88-4604-9cd3-90157f965456","name":"Tourism Resources of India","description":"By University of Mysore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-tourism-resources-of-india-14341","topics":"tourism;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8434504a-f6fb-4310-a0cd-fabc43ace205","name":"Goods and Services Tax","description":"By University of Mysore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-goods-and-services-tax-14101","topics":"nations/india/gst","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d67c1bf-2c00-4575-a7f6-256e9f4dbd98","name":"Corporate Tax Planning","description":"By Netaji Subhas Open University, Kolkata via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-corporate-tax-planning-13966","topics":"taxation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"891e20ec-57b4-45f2-8902-5dbde190b56b","name":"Entrepreneurship","description":"By Jai Narain Vyas University, Jodhpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_mg39/preview","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4ed92ee-d7be-4522-af05-611601053ac2","name":"Introduction to Personal Lines Insurance","description":"By Chartered Insurance Institute via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-personal-lines-insurance-13729","topics":"insurance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6347743-8b67-4fa0-86c6-2fbfe39bd7b3","name":"Let's remove Quaternions from every 3D Engine: Intro to Rotors from Geometric Algebra","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=Idlv83CxP-8;interactive|https://marctenbosch.com/quaternions/","topics":"geometric-algebra;quaternions","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"df3a5090-576d-42f5-9866-a78c7cd6fac8","name":"Improve Your Intercultural Competence","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-improve-your-intercultural-competence-8642","topics":"culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3e26a14-6715-4f9f-b928-6ecb2c2b4fbf","name":"Clinical Supervision: Planning Your Professional Development","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/clinical-supervision-professional-development","topics":"medicine;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6892a165-3afa-45e1-9a8b-d6f0b07e0027","name":"The Shape of Space","description":null,"image":null,"links":"book|https://www.goodreads.com/en/book/show/599877.The_Shape_of_Space","topics":"mathematics;geometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"068a33ae-c731-4e08-b75c-69db98876fc7","name":"Setting Up a Nonprofit Board","description":"By Philanthropy University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-setting-up-a-nonprofit-board-12775","topics":"non-profits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4777bf32-ebd6-4729-8732-69b87b4c82c5","name":"Advanced Corporate Strategy","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-advanced-corporate-strategy-13816","topics":"strategy;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c831b33e-2e19-45f5-9ae4-0c643672f5bb","name":"Indian Agricultural Development","description":"By IGNOU via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_nou19_ag08/preview","topics":"agriculture;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bd84cbc-2e65-4ea6-a366-522117556b85","name":"Introduction to Poultry Farming","description":"By IGNOU via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_nou19_ag09/preview","topics":"poultry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f15a96f5-f85a-4fac-a765-273e4fdcd782","name":"Introduction to GST","description":"By Netaji Subhas Open University, Kolkata via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-gst-14150","topics":"nations/india/gst","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67143259-7a19-4d6e-9130-c22f07263f98","name":"Intelligent Decisions with SAP Analytics Cloud","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/sac1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a07701fa-500b-4f96-b92b-631d1e6fd559","name":"Technology Entrepreneurship","description":"By via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-technology-entrepreneurship-313","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a47150bd-9345-4488-87dd-5d16c2e28895","name":"10 Insanely Great Advantages Of Reading Books | Summary Lover","description":null,"image":null,"links":"article|https://summarylover.com/2021/01/advantages-of-reading-books.html","topics":"academics;book-club","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"584c1e69-7dac-42bb-9fe4-adbe2d2f9135","name":"Business 101","description":"By via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-business-101-754","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c114ca7-1a2e-4ffe-af74-9973f504bcad","name":"Applied Real Estate","description":"By Florida International University via Open Education by Blackboard","image":null,"links":"course|https://coursesites.com/?course_id=_241368_1","topics":"real-estate","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d4968fd-2ff7-42ab-930c-82ace5e36b95","name":"Finance","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.novoed.com/finance13","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a796255-3378-4b17-a013-f47cb450c915","name":"Management for a Competitive Edge","description":"By International College of Management Sydney via Open2Study","image":null,"links":"course|https://www.open.edu.au/study-online/courses/management","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8367bd93-bf49-4dea-b066-563c78c1680f","name":"Introduction to Lean Six Sigma","description":"By Paine College via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-introduction-to-lean-six-sigma-2227","topics":"six-sigma","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca2629bf-05e6-423e-83a3-c35878057833","name":"Reduce Your Organization’s Social Media Risk","description":"By eCornell via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-reduce-your-organization-s-social-media-risk-1212","topics":"social-media;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8a2fd8c-db76-4505-b50f-93ea9507b8a8","name":"Attract Talent to Your Organization with Social Media","description":"By eCornell via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/attract-talent-to-your-organization-with-social-media","topics":"social-media;hiring","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a868d52b-09f3-4194-b568-b15ee8bc32d9","name":"Build a Business Case for Allowing Employees to Work Remotely","description":"By eCornell via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-build-a-business-case-for-allowing-employees-to-work-remotely-1226","topics":"remote-work","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82bfb5df-13b8-418b-bc6e-4ecbc5c605c7","name":"Projecting Your Brand Through New Media","description":"By eCornell via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-projecting-your-brand-through-new-media-1215","topics":"branding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0dad4c2e-db34-4144-8b8e-fdf317807b87","name":"Use Mapping to Position Your Brand","description":"By eCornell via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/use-mapping-to-position-your-brand","topics":"branding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0b0e9b8-61e7-4316-a713-eab876784c81","name":"Quantitative Methods for Business","description":"By Temple University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-quantitative-methods-for-business-1291","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5421e63-b01f-4475-8ab5-29261ef4a2ba","name":"The Finance of Retirement & Pensions","description":"By Stanford Graduate School of Business via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-the-finance-of-retirement-pensions-1153","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c28e46dd-63b1-4e0e-b488-104f4f4d7aef","name":"Identify and Mitigate Risk","description":"By via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-identify-and-mitigate-risk-7440","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1d274f2-27b9-47c9-a0e0-a84f354203e8","name":"Financial Accounting for Non-Financial Managers","description":"By Rollins College via Open Education by Blackboard","image":null,"links":"course|https://coursesites.com/?course_id=_236381_1","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19bf9370-f812-4c7b-bdb8-b4b9680fdc48","name":"Entrepreneurship and New Ventures","description":"By Florida International University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-entrepreneurship-and-new-ventures-785","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc37ac79-2f63-4ed5-a069-11b36c6922dd","name":"Financing New Ventures","description":"By Entrepreneurship Center at UCSF via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-financing-new-ventures-1161","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44f92a52-135a-4c31-8493-f37adef0d55c","name":"Monte Carlo Methods in Finance","description":"By via iversity","image":null,"links":"course|https://iversity.org/en","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03ed9c4d-ac2f-4623-b17a-8a9cd67f8237","name":"Financial Analysis","description":"By First Finance Institute via First Business MOOC","image":null,"links":"course|http://firstbusinessmooc.org/financial-analysis/","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b60fd78e-b135-48f0-9aca-359a08b802f8","name":"WALL STREET MOOC: Understanding Financial Markets","description":"By First Finance Institute via First Business MOOC","image":null,"links":"course|https://www.classcentral.com/course/first-business-mooc-wall-street-mooc-understanding-financial-markets-1709","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"602d0112-09d7-40ea-b032-6053fcecd4ca","name":"A Business Journey with Caffeine Cafe","description":"By Taylor's University via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-a-business-journey-with-caffeine-cafe-1868","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a56bf0a4-27ec-4c3d-af17-ffdf9f2ef24b","name":"Lead Like an Entrepreneur","description":"By Babson Global via NovoEd","image":null,"links":"course|https://www.novoed.com/entrepreneur","topics":"entrepreneurship;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"503b29d2-1a22-49d1-9d05-a30aad2f0e6f","name":"Leadership for Global Responsibility","description":"By via Independent","image":null,"links":"course|http://www.leadership-mooc.net/","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33bdcf8b-0de7-41e1-b1cd-050f7872d387","name":"GWPx: Giving With Purpose: How to get the most out of your charitable giving","description":"By via edX","image":null,"links":"course|https://www.edx.org/course/giving-with-purpose-how-to-get-the-most-out-of-your-charitable-giving","topics":"giving","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0946ac2-6f06-4348-b94c-dc626953ac4f","name":"The Mobile Consumer","description":"By Marist College via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-the-mobile-consumer-1953","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6369c39a-f7a1-4430-a5aa-1051c2820db6","name":"Athlete Career Transition","description":"By Athlete 365 via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-athlete-career-transition-2203","topics":"athletics;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"482af36a-365a-4877-a952-dd25b942266d","name":"The medical test paradox: Can redesigning Bayes rule help?","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=lG4VkPoG3ko","topics":"bayesian-statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":"oer"} +{"iid":"789b80ea-3cdc-4be6-b91a-ec07f53959c4","name":"Introducing Entrepreneurship for Musicians","description":"By Frost School of Music via Open Education by Blackboard","image":null,"links":"course|https://www.frostonline.miami.edu/mooc_index.aspx","topics":"entrepreneurship;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"734f47f0-61ae-4a02-97da-783d9075bd0b","name":"I290M LAPM public - Google Docs","description":null,"image":null,"links":"course|https://docs.google.com/document/d/1DELwxJzR7NLVE8gNXBloGMEfZvJwaaWUn6mIoUDKA2o/edit#","topics":"product-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42ad14df-7660-4206-a25a-64b2550871e4","name":"Starting a business: realise your vision","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-starting-a-business-realise-your-vision-2060","topics":"startups;entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e344271-f149-4389-9117-c1414fa311e9","name":"Guide to Starting a Successful Business","description":"By Taylor's University via OpenLearning","image":null,"links":"course|https://www.openlearning.com/courses/guidetostartingasuccessfulbusiness/","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0123b2d-2ce4-4a45-a530-2d74c8840531","name":"Building Information Modelling 101","description":"By Taylor's University via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-building-information-modelling-101-2428","topics":"building-information-modeling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"680df92b-5ab5-4706-8d09-7d60f8394052","name":"Discovering Business in Society","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/discovering-business-in-society","topics":"business;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7007375d-a1bd-482d-8971-82bad0f11592","name":"Stocks and Bonds: Risks and Returns","description":"By Stanford Graduate School of Business via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/GSB/StocksBonds/SelfPaced/about","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"539cee80-efca-4ca0-8eb6-a2d4a5c102c8","name":"Thinking Outside The Box: Creative Entrepreneurship","description":"By Universidad Panamericana via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-thinking-outside-the-box-creative-entrepreneurship-2893","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3bf130f3-c5f5-4ed8-9dad-6c603049a84d","name":"Analytic Combinatorics Philippe Flajolet and Robert Sedgewick","description":null,"image":null,"links":"article|https://ac.cs.princeton.edu/home/","topics":"mathematics;combinatorics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4d6be2f2-9363-46dd-b193-5d15124fcdc3","name":"Acumen Essentials I: Intro to Moral Imagination and Challenges in Poverty Alleviation","description":"By +Acumen via Independent","image":null,"links":"course|https://www.plusacumen.org/courses/acumen-leadership-essentials","topics":"poverty;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c67ad3b7-4717-4267-ba4c-b6d4ccf692e7","name":"Globalization of Business Enterprise","description":"By IESE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/global-business","topics":"globalization;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51ccec37-f720-47b4-a38a-2db20dbb59b7","name":"Truth, Trust, Tribes & Trial: Marketing with dignity at the base of the pyramid","description":"By +Acumen via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-truth-trust-tribes-trial-marketing-with-dignity-at-the-base-of-the-pyramid-2569","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4ee09e3-d84e-431d-a2a9-fb1cc2ee4331","name":"Market Analysis at the Bottom of the Pyramid","description":"By +Acumen via NovoEd","image":null,"links":"course|https://www.novoed.com/market-analysis","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0cbe3eec-40e3-43cb-aa22-f9f8b585cbdb","name":"Scaling Smart: How to Grow Your Impact","description":"By +Acumen via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-scaling-smart-how-to-grow-your-impact-3145","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0adfe6d-fa2d-4703-aea0-40f9c814a2f2","name":"Think like an Engineer","description":"By Taylor's University via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-think-like-an-engineer-3365","topics":"engineering;thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc76f63d-6637-4ac0-82eb-761666829ff8","name":"Innovation and Enterprise","description":"By Loughborough University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/innovation-and-enterprise","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea1302cc-c5dd-44e0-b4c8-23113c165cb4","name":"The Future of Work","description":"By Quincy College via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-the-future-of-work-3380","topics":"work;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3e9dc50-ead4-4383-861e-14f97b6ef7e5","name":"The Fractal Geometry of Nature","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/558059.The_Fractal_Geometry_of_Nature","topics":"mathematics;geometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6dc379e9-17b9-4a59-8060-962595075147","name":"Options and pathways for action: Stakeholder Engagement","description":"By via Independent","image":null,"links":"course|https://gc21.giz.de/ibt/var/app/wp385P/2389/wp-content/uploads/MOOC1/index.html","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b697417-7ad6-490e-abf5-46d2678cdbe1","name":"Marketing5501x: Marketing for Non-Marketers","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-marketing5501x-marketing-for-non-marketers-3302","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"364250db-3c1b-4b1f-a33f-07547694b61c","name":"International Marketing in Asia","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/international-marketing","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fca13e8e-91a9-482d-838f-8e2c39c475d0","name":"Quantitative Finance","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc15_mg08/preview","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"436fd8be-56c8-4140-ab11-79bb352f6e47","name":"Kuwait Global Technopreneurship Challenge","description":"By Kuwait University via OpenLearning","image":null,"links":"course|https://www.openlearning.com/courses/KTC/","topics":"nations/kuwait","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a656d1ed-818a-4a51-9f9e-ff714b81ae33","name":"All the Ways to Make a Web Component - January 2021 Update","description":null,"image":null,"links":"article|https://webcomponents.dev/blog/all-the-ways-to-make-a-web-component/","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7ed93ac-66d8-4d99-9343-51d70a15fe2e","name":"Engaging with Innovation Ecosystems: The Corporate Perspective","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-engaging-with-innovation-ecosystems-the-corporate-perspective-2684","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29104bbd-9ded-4833-925c-82dae126caa7","name":"Social Entrepreneurship: A Grassroots Revolution","description":"By Fort Hays State University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-social-entrepreneurship-a-grassroots-revolution-1284","topics":"social-entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ec238cc-e5b9-4141-addd-cd4e75704a30","name":"15.671x: Transforming Business, Society, and Self with U.Lab","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/ulab-leading-from-the-emerging-future","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebcd6206-2c65-4f76-8abc-183e98f0018b","name":"Musician as a Startup","description":"By via iversity","image":null,"links":"course|https://iversity.org/en/courses/musician-as-a-startup","topics":"music;startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58cc623c-7e3e-432b-a23c-c58871848628","name":"Manufacturing systems technology part II","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-manufacturing-systems-technology-part-ii-4436","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f152fcb9-e16b-439d-bca1-483dc505e5e3","name":"Market Segmentation at the Bottom of the Pyramid","description":"By +Acumen via NovoEd","image":null,"links":"course|https://www.novoed.com/market-segmentation-q3-2015","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f724eee-8508-4d44-af3d-6bfb8a848655","name":"Digital and Social Media Marketing","description":"By Salford Business School, University of Salford via iversity","image":null,"links":"course|https://iversity.org/en/courses/digital-and-social-media-marketing","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78aa10c3-b732-4738-a71f-a505f5cfb59b","name":"Managing People: Engaging Your Workforce","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/managing-people","topics":"people-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3deaa98e-8f31-4334-b880-104782a4818f","name":"Private Equity and Investment Funds","description":"By Università Bocconi via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-private-equity-and-investment-funds-4390","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc2ab16a-7bd8-472f-a286-e210ca1f066d","name":"Board strategy for Social Enterprise: Best practices to maximize your Impact","description":"By Accion Venture Lab via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-board-strategy-for-social-enterprise-best-practices-to-maximize-your-impact-2671","topics":"social-entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a08779a9-7543-4f45-81c1-370d96d07d27","name":"IL3x: Inclusive Leadership Training: Maximizing Work-Life for Your Success","description":"By Catalyst via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-il3x-inclusive-leadership-training-maximizing-work-life-for-your-success-3874","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2ff14b7-af5f-47ff-a426-41d6c35f3d76","name":"Building Strong Digital Brands","description":"By Berlin Career College via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-building-strong-digital-brands-4374","topics":"branding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2617e8ef-14ee-4685-b825-ad5ef5f5080c","name":"Driving Adoption of Innovation at the Base of the Pyramid","description":"By +Acumen via EdCast","image":null,"links":"course|https://www.classcentral.com/course/edcast-driving-adoption-of-innovation-at-the-base-of-the-pyramid-3622","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46c768f6-3d70-404b-8ffe-ce391516f07f","name":"Scaling Smart: Developing Repeatable Models® to Grow Your Impact","description":"By +Acumen via NovoEd","image":null,"links":"course|https://www.novoed.com/building-repeatable-models-fall-2015","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85581765-c0a8-44cc-a807-ef55cb1e3e11","name":"Analyzing Global Trends for Business and Society","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-analyzing-global-trends-for-business-and-society-4806","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4c6a30a-67d9-46d5-816c-b354871acadd","name":"Advanced Credit Risk Management","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-advanced-credit-risk-management-4590","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"facf4abd-9381-499b-a076-ef41b9bc984b","name":"Probability and Stochastics for finance","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-probability-and-stochastics-for-finance-5220","topics":"finance;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a785172d-d819-4171-bb70-e9be8790270f","name":"Improving Business Finances and Operations Capstone","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-improving-business-finances-and-operations-capstone-5650","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0f40410-4d36-4112-8067-cfeb7b8af03d","name":"Marketing5503x: Customer Insight through Qualitative Research","description":"By via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-marketing5503x-customer-insight-through-qualitative-research-3346","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"501a8cbd-27e0-4703-acbf-addcd0e127f3","name":"Scaling Up Your Venture Without Screwing Up","description":"By Stanford Graduate School of Business via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-scaling-up-your-venture-without-screwing-up-2237","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0b06402-a255-4204-a5a8-2e945be42e55","name":"3D Opportunity: Additive Manufacturing for Business Leaders","description":"By Deloitte University Press via NovoEd","image":null,"links":"course|https://www.novoed.com/3d-opportunity-spring-2016","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6a7f449-5ad5-47c4-8f41-316bd48f0902","name":"Community Journalism: Digital and Social Media","description":"By Cardiff University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-community-journalism-digital-and-social-media-1756","topics":"journalism;social-media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26c06c4a-699e-4d9d-9b6e-2d4465cc626b","name":"Creating an Ethical Corporate Culture","description":"By Santa Clara University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/santaclarau/courses/creating-an-ethical-corporate-culture-3","topics":"business;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0079aa1f-91e5-49a1-bfdd-b8021f747a56","name":"Certificate in Basic Technical Writing with a Project Management Emphasis","description":"By JER Online via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-certificate-in-basic-technical-writing-with-a-project-management-emphasis-3857","topics":"technical-writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"685f11d2-976f-41a5-a9f2-f2c0eb76408c","name":"The Importance of Money in Business","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/money-in-business","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f016d82-c130-4432-804e-f7850135a24d","name":"Cognitive technologies: The real opportunities for business","description":"By Deloitte University Press via NovoEd","image":null,"links":"course|https://www.novoed.com/cognitive-technology-2016a","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6482f2b1-e13e-4feb-ae1e-fa875fc1fac8","name":"The Success Principles Summary | Summary Lover","description":null,"image":null,"links":"article|https://summarylover.com/2020/10/the-success-principles-summary.html","topics":"awareness","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"532e3483-cd2e-462a-8e1d-5a9cf500e133","name":"Valuation Capstone","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-valuation-capstone-4007","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a229bb86-d95a-4b65-97ad-b2c747a34974","name":"Strategic Thinking for Growing Your Enterprise","description":"By Stanford Graduate School of Business via NovoEd","image":null,"links":"course|https://www.novoed.com/strategiesforgrowth","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"faf62b64-6aa0-41dd-b72d-dc65fbfeb0a2","name":"New Venture Discovery: From Idea to Minimal Viable Product","description":"By Columbia Business School via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-new-venture-discovery-from-idea-to-minimal-viable-product-3718","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66ca679b-2484-4cb3-a291-a79d9ca57cce","name":"Introduction to Banking and Financial Markets - I","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/introduction-banking-financial-markets-i-iimbx-fc201-1x-0","topics":"finance;banking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70ed97ef-e190-423f-a623-8a949b504c73","name":"Startup Success: How to Launch a Technology Company in 6 Steps","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-startup-success-how-to-launch-a-technology-company-in-6-steps-5059","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d797a12e-0c57-4a61-9333-ca2a540cd747","name":"Accounting for Business Decision Making: Part 1","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-accounting-for-business-decision-making-part-1-6081","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9003fed-c42e-4009-844a-9e3dd1464a67","name":"Investor Characteristics and Behavioral Aspects of Investment","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.coursera.org/learn/behavioral-investing","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b37e247-514c-4f84-b5a8-c67f7fb51fa4","name":"Implementation of SAP Cloud for Analytics","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-implementation-of-sap-cloud-for-analytics-6151","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fa72f51-25e4-4df9-8559-7e58b297e520","name":"Storytelling in Advertising","description":"By D&AD via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-storytelling-in-advertising-4126","topics":"advertising;storytelling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e68e191-47b0-4f5e-94fe-71be7040c2c9","name":"Welcome to the Berkeley Math Circle | Berkeley Math Circle","description":null,"image":null,"links":"people|https://mathcircle.berkeley.edu/welcome-berkeley-math-circle","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4556f0ed-5c6e-4dec-b78b-4491439d73fe","name":"FINANCEx: Personal Finance Planning","description":"By Purdue University via edX","image":null,"links":"course|https://www.edx.org/course/personal-finance","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1599a06-dc4f-4a14-96ef-9b90de3575d3","name":"Accounting for Business Decision Making: Part 2","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/business-assessment","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd050b86-be97-4fdd-bb79-ca65224f8119","name":"Sport Sponsorship. Let them Play","description":"By Universitat Autònoma de Barcelona (Autonomous University of Barcelona) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sport-sponsorship-let-them-play-6572","topics":"sports;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8487b401-3c7c-436c-80cd-7c111ce35be3","name":"Technology Entrepreneurship Part 2","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-technology-entrepreneurship-part-2-951","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e00fce1-4854-47a1-a334-ed823a506643","name":"Fast Track Finance #1","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/fast-track-finance-1","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80a422bc-7a1b-4312-aad4-0b202469983b","name":"Financial Evaluation and Strategy: Investments","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-financial-evaluation-and-strategy-investments-2743","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bfbdbfe-5b7b-4e92-a016-47b14ba6e02c","name":"Accounting: Making Sound Decisions","description":"By IESE Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-accounting-making-sound-decisions-6091","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e7ec78d-2a7b-43ac-a4ac-4a4e0af93962","name":"A Behind The Scenes Look Into Airline Operations","description":"By Embry-Riddle Aeronautical University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/erau/courses/airline-operations","topics":"airlines;operations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0ee6b21-b095-4695-bef7-fccc7aa4edc6","name":"Tourism Industry Analysis","description":"By University of Central Florida via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-tourism-industry-analysis-1225","topics":"tourism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65c7b027-636d-42df-83a3-6d0262253bb0","name":"Banking and Financial Markets: A Risk Management Perspective","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-banking-and-financial-markets-a-risk-management-perspective-6244","topics":"banking;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f815f74a-173b-4205-a9c0-7a49c6324d51","name":"Developing Cultural Intelligence for Leadership","description":"By Common Purpose via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/cultural-intelligence","topics":"leadership;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b46f929b-a3b9-49aa-ba9d-3011cdb35e5f","name":"Marketing: Understanding Your Customers","description":"By IESE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/marketing-customers","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"593cb51e-e403-42f6-886e-2d0aa4bef08e","name":"Organizational Behavior: Managing People","description":"By IESE Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-organizational-behavior-managing-people-6094","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0153e791-d0e7-469e-a1fb-543c7391ed78","name":"Introduction to Marketing Essentials","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-marketing-essentials-5928","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b9899ea-682f-4ad4-831d-56d223f07dd5","name":"Finance: Building a Robust Business","description":"By IESE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/operational-finance","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be4af223-08b3-4af6-a230-bd569fb1da01","name":"Technology Entrepreneurship","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.novoed.com/venture1-2016-2","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f466bfb-59d2-4826-b061-ad187097678e","name":"eTourism: Communication Perspectives","description":"By Università della Svizzera italiana via iversity","image":null,"links":"course|https://iversity.org/en/courses/etourism-communication-perspectives-october-2016","topics":"tourism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c67ffad9-433b-4408-b74d-4b54f08b9a16","name":"Organizational Capacity: Assessment to Action","description":"By Philanthropy University via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-organizational-capacity-assessment-to-action-3907","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"781583c9-9380-4b2b-945a-240fb77e29be","name":"Digital Marketing: Challenges and Insights","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-digital-marketing-challenges-and-insights-2217","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"145cc3e5-300a-4104-b79e-ac11f2e7f6de","name":"Leadership: Ten Rules for Impact and Meaning","description":"By Philanthropy University via NovoEd","image":null,"links":"course|https://www.novoed.com/leadership-2016-4","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"645c0fcb-7562-4275-9bdf-83ee3b769a96","name":"How to Scale Social Impact","description":"By Philanthropy University via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-how-to-scale-social-impact-3908","topics":"social-entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7994893d-6625-45f6-bfba-920f5ca21867","name":"Futurism and Business: Dealing with Complexity","description":"By Stellenbosch University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/future-planning","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ccc8b7c-9aea-4bec-be13-a8745b6b3129","name":"Lead a Team to Success","description":"By via OpenLearning","image":null,"links":"course|https://learn.com.au/","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fefdbcf0-3461-48fb-bc6e-f9099a62e5e6","name":"The Knot Book","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/1795589.The_Knot_Book","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ad3719f-c69d-4a42-9ae7-755dff272514","name":"The Shape of Space | Mathematical Association of America","description":null,"image":null,"links":"article|https://www.maa.org/press/maa-reviews/the-shape-of-space","topics":"mathematics;geometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de03cfa2-628a-41f3-afa1-be463d0c3b4a","name":"Beautiful Symmetry | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/beautiful-symmetry","topics":"mathematics;symmetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f8a33e2-4349-4a75-ae3c-51c23fb2121e","name":"Mathematics for the Million","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/66355.Mathematics_for_the_Million","topics":"mathematics;number-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e4f41db-7027-440e-b69a-c0e67ac38d31","name":"MathPickle | Put your students in a pickle!","description":null,"image":null,"links":"website|https://mathpickle.com/","topics":"mathematics;games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e8d7e8e-3552-4079-a032-489ff4eedca2","name":"Math with Bad Drawings – Lover of math. Bad at drawing.","description":null,"image":null,"links":"article|https://mathwithbaddrawings.com/","topics":"mathematics;drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83c807a0-43cb-44d8-aa32-920085760fa1","name":"Media Platforms","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/media-platforms","topics":"media;google","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ae7f886-9905-4ef4-b266-f70daa7c4096","name":"Innovate on Demand","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-innovate-on-demand-7112","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa5a80b8-7a86-475a-8332-ea587ab9c3c0","name":"Action Planning","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-action-planning-7431","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53f7341b-5ac3-4472-afaf-f1e4a7bedb4a","name":"Innovation: The Key to Business Success","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/innovation-the-key-to-business-success","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4a2170b-8e53-4f3e-9751-77ce8be77e11","name":"Leadership In Practice","description":"By The University of Oklahoma via Janux","image":null,"links":"course|https://janux.ou.edu/course.tag-nextthought-com-2011-10-nti-courseinfo-spring2017-lsal-5293.html","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4599652c-cec2-4337-9e16-1e6d8c78213e","name":"Common Sense Economics for Life","description":"By Florida State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/floridastate/courses/common-sense-economics-for-life-7","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02d3f1dd-58aa-4846-80c8-311139b55d39","name":"Business Ethics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_mg03/preview","topics":"ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2e0b4b7-6a5b-4c5e-8d50-8dd88e30dd6b","name":"Effective Financial Management for Small Business","description":"By via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-effective-financial-management-for-small-business-7450","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f239594d-7abc-48bd-8cfc-ef39cbb586e8","name":"Foster Strong Team Relationships","description":"By via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-foster-strong-team-relationships-7443","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0903d495-4e06-4335-9741-246246001260","name":"Create an Environment of Continuous Improvement","description":"By via OpenLearning","image":null,"links":"course|https://learn.com.au/courses/bsbmgt403","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74776a18-a14e-4227-b347-5c0ecfecd2f9","name":"Drive an Operational Plan to Success","description":"By via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-drive-an-operational-plan-to-success-7442","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a262bcf8-de94-46e8-88f3-b3a719b794ce","name":"Uncovering the 3 P’s of WHS","description":"By via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-uncovering-the-3-p-s-of-whs-7441","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9928c915-4389-446f-a8b3-5130be6deec4","name":"Create and Launch a Promotional Plan","description":"By via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-create-and-launch-a-promotional-plan-7448","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9458fcd8-cc76-4ff4-a7d8-0f8b8bcc0921","name":"Backtesting and Performance Management","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.coursera.org/learn/advanced-trading-algorithms","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"beb5f1af-cb73-4f99-8a7d-acb517189c98","name":"Business Futures: the Sharing Economy","description":"By RMIT University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/sharing-economy","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2fa53f7a-4a46-473c-9945-80f6b5a37129","name":"Concert Production Techniques: Artistry and Business Development","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/canvasnet/courses/concert-production","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30a92880-0baf-462a-9a86-467cbfc2beac","name":"An Introduction to Public Leadership","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-an-introduction-to-public-leadership-6629","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e007212-2e18-484b-9eb3-0ef9aced5879","name":"Business Futures: Understanding Omni-channel Retailing and Supply Chains","description":"By RMIT University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-business-futures-understanding-omni-channel-retailing-and-supply-chains-7649","topics":"retail","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2566f8bf-cb31-47bb-80d7-5f3210660aed","name":"Advanced Leadership for Engineers: Leading Teams, Organizations and Networks","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/advanced-leadership-engineers-leading-delftx-prolfe101x","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28eb5ed7-982b-4958-bd6f-0c130cd25498","name":"Business Futures: Sustainable Business Through Green HR","description":"By RMIT University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/sustainable-business","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11ae3355-96d1-45e5-a222-787f383ed783","name":"Hyderabadi veg dum biryani recipe | Biryani recipe | aysha cooking","description":null,"image":null,"links":"website|http://www.ayshacooking.com/hyderabadi-veg-biryani/","topics":"food","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":"5.0","tags":null} +{"iid":"0eb2362b-5c86-4bbd-9b03-2ff5817668f6","name":"Implementing Customer Insights for Your Business","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/implementing-customer-insights-business-delftx-idemc-1x-0","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8dbd6bf2-d923-4106-87ba-c340a84873dd","name":"Learning the Cash Flow Statement","description":"By Johnson County Community College via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/jccc/courses/cash-flow-statement","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"021a49a3-d1d1-476d-bcdd-bb5145d0a0ce","name":"Strategic Management","description":"By Vistula University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-strategic-management-8268","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d3dea16-077b-4fc1-9c70-173811f5322d","name":"Valuation Capstone","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/valuation-project","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03c97497-716b-43ad-a384-564aade57c4f","name":"The Power of Social Media","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-power-of-social-media-5792","topics":"social-media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"340f3c76-3620-473e-aea2-7dc1f00c76e9","name":"AP Common Sense Economics for Life","description":"By Florida State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/floridastate/courses/ap-economics-for-life","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b57c4f8-3e1f-449e-831a-d505ba462bfd","name":"What is the “protein folding problem”? A brief explanation","description":null,"image":null,"links":"article|https://rootsofprogress.org/alphafold-protein-folding-explainer","topics":"protein","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30d950e2-c7d1-4c30-9830-edfd73d7738b","name":"Understanding Financial Crisis: Business Cycles and Policy","description":"By Uppsala University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/understanding-financial-crisis","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c7da9fb-8d6b-4111-8800-e62d2715cbbe","name":"The Knot Book: An Elementary Introduction to the Mathematical Theory of Knots","description":null,"image":null,"links":"article|https://bookstore.ams.org/knot","topics":"mathematics;topology","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"08af6b65-5150-44d9-bfc4-4c994a89a0d0","name":"The Number Devil","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/91358.The_Number_Devil","topics":"mathematics;number-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94759568-813a-4d2c-a009-ac15eb106e1c","name":"Entrepreneurship and Innovation","description":"By FLITE via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-entrepreneurship-and-innovation-3489","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5e4f031-9a4e-4e32-805b-3465ffa884e2","name":"Common Sense Economics For Life (Part 1)","description":"By Gus A. Stavros Center via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/floridastate/courses/common-sense-economics-for-life-part1","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02c432f1-5c60-43d7-b952-26588ab09f28","name":"Common Sense Economics For Life (Part 3)","description":"By Gus A. Stavros Center via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/floridastate/courses/common-sense-economics-for-life-part3","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d00a030e-c30e-4d0c-9da8-5516ff16223c","name":"Common Sense Economics For Life (Part 2)","description":"By Gus A. Stavros Center via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-common-sense-economics-for-life-part-2-8957","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"888a51cf-89d4-4891-8604-38a34e6e761c","name":"Common Sense Economics For Life (Part 4)","description":"By Gus A. Stavros Center via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/floridastate/courses/common-sense-economics-for-life-part4","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e357a22-a347-4778-befd-7066b91a09fc","name":"The Zen of Saving","description":"By SAS Financial Advisors via NovoEd","image":null,"links":"course|https://app.novoed.com/zen-of-saving-1","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a104fb2e-b005-405f-b1d1-72fc99969683","name":"Online Business: Planning for Success","description":"By RMIT University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/online-business-success-planning","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e9039ba-095b-4c70-93f7-d29ba18265b5","name":"Launching New Ventures","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-launching-new-ventures-3375","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed7b8ace-72f3-4de5-a200-198d7ae249b0","name":"Online Business: Customer Profiling for Success","description":"By RMIT University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/online-business-success-profiling","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b11f0a75-36bd-4ede-bad1-7d0926af4c1d","name":"Foundation of Innovation and Entrepreneurship in China","description":"By City University of Hong Kong via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-foundation-of-innovation-and-entrepreneurship-in-china-6576","topics":"entrepreneurship;nations/china/business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4322e64-61e9-4960-be5e-d66f3792edf2","name":"Venture Deals","description":"By Kauffman Fellows Academy via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-venture-deals-5939","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44e9bba0-d51a-4cbb-8aa1-a2fb2001421c","name":"Research Report: Delivering Insights","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-research-report-delivering-insights-9096","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c448f88-10bb-4129-b7ae-5ca51aa96644","name":"Making Sense of Service Logic","description":"By Karlstad University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-making-sense-of-service-logic-3349","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20c0e39c-ad71-46b0-ad29-dbea16fe2b75","name":"Online Business: Pricing for Success","description":"By RMIT University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-online-business-pricing-for-success-6370","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39c9b2c7-1c1c-4317-9c1a-cfb4c06db95c","name":"Green Marketing","description":"By Heliopolis University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-green-marketing-9227","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63e637bc-3f9e-48fd-89f2-de068c9c9a18","name":"Making Sense of Social Impact: Acumen’s Building Blocks for Impact Analysis","description":"By +Acumen via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-making-sense-of-social-impact-acumen-s-building-blocks-for-impact-analysis-1826","topics":"social-entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19909260-f9b9-4a2d-87aa-26bdfee8ae8d","name":"Invisible Women","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/41104077-invisible-women","topics":"mathematics;statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0eac995a-639a-4ed9-a01a-63cd67d7b792","name":"Supply Chains in Practice: How Things Get to You","description":"By The University of Warwick via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/supply-chains","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4007e7d5-e6f5-4966-8d00-f6ee2dd609ac","name":"Circular Economy","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-circular-economy-7311","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edcd15a5-ba8b-497f-87cf-06ef8b75aa34","name":"Digital Transformation of Businesses and Services","description":"By Grenoble School of Management via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-digital-transformation-of-businesses-and-services-7150","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fc901da-7675-4f43-86c8-ec1c0e3c5080","name":"Online Business: Digital Marketing for Success","description":"By RMIT University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-online-business-digital-marketing-for-success-6371","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4bd2f837-1699-4d7f-a3bd-d0041b38ca8c","name":"Digital Leadership: Creating Value Through Technology","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-digital-leadership-creating-value-through-technology-4674","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ea281cd-f683-48a2-abe9-cb6f6fa28fb5","name":"Leadership for Engineers","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-leadership-for-engineers-4672","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e846b45-4bdd-4c1d-9873-d9460b3f181b","name":"Business Process Management: an Introduction to Process Thinking","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/business-process-management","topics":"business-process-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77b36cda-b2e5-4108-bc71-c6b86b48260d","name":"Corporate Strategy","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-corporate-strategy-5252","topics":"corporate-strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61b04499-fc66-41fc-afd0-850a1be656c6","name":"Transmedia Storytelling","description":"By Sungkyunkwan University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/transmedia-storytelling","topics":"storytelling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c5b0919-c7de-4ff0-bf9f-423ae17d8921","name":"Business Model Metrics and Advanced Tools","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-business-model-metrics-and-advanced-tools-7297","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce7da5f5-c376-4d7e-9c84-dd635c963843","name":"Sales Strategies: Mastering the Selling Process","description":"By The University of Chicago via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sales-strategies-mastering-the-selling-process-7125","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c42c1c5-362e-4291-b119-868ff5f0494c","name":"Tourism Management at UNESCO World Heritage Sites","description":"By Université Paris 1 Panthéon-Sorbonne via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-tourism-management-at-unesco-world-heritage-sites-9935","topics":"tourism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84fa99e4-6edb-417c-9131-9117d98e6706","name":"Business Start-Up: Turn Your Entrepreneurship Dreams into Reality","description":"By Southern Alberta Institute of Technology via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/southern-alberta-inst-tech/courses/business-start-up","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"981cdc06-fa70-4dba-bfe0-b88b017116fc","name":"Operations Management","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-operations-management-10058","topics":"operations-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e569af14-bd67-4f4d-b1a2-15f7a63446fc","name":"The Enterprise Shed: Making Ideas Happen","description":"By Newcastle University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-enterprise-shed-making-ideas-happen-3162","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdc79c59-a135-4007-9281-709e417490e3","name":"Management of New Products and Services","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-management-of-new-products-and-services-10035","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba7f25ef-2bfb-4181-87c5-620e606b62e2","name":"Managing Services","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-managing-services-3969","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99aaf021-fb65-456a-bd1f-7ceb73e81434","name":"LEADERSHIP LAB: The Craft of Writing Effectively","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=vtIzMaLkCaM","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e368f514-0a95-4b72-9a15-900139b232c9","name":"Business Models for Social Enterprise","description":"By +Acumen via NovoEd","image":null,"links":"course|https://app.novoed.com/business-models-2018-1","topics":"social-entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a3d2023-5384-42d1-afd6-330935dfab1e","name":"Intrapreneurship - Make your Business great again","description":"By mooc.house via Independent","image":null,"links":"course|https://mooc.house/courses/bizmooc2018","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac4d8c65-19f0-4156-99f0-4f454ce11549","name":"Systems Thinking and Complexity","description":"By UNESCO via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-systems-thinking-and-complexity-7182","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82fab7e4-e9bc-45b3-8dc6-fe55e9394cae","name":"What Influences Property Values?","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/property-value","topics":"real-estate","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aeb301e0-6511-4aae-8cc5-a000490ca9ba","name":"Evidence-Based Management Capstone","description":"By Australian National University via edX","image":null,"links":"course|https://www.edx.org/course/evidence-based-management-a-capstone","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4edcf8ef-dcff-4b64-b672-a3c10f6dce9d","name":"The Location Advantage","description":"By Esri via Independent","image":null,"links":"course|https://www.esri.com/training/catalog/57660f6cbb54adb30c9454bf/the-location-advantage/","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b11287dd-57f3-4b4c-97e0-66e241682c8a","name":"Accounting Analysis Capstone: Comprehensive Financial Statement Analysis","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-accounting-analysis-capstone-comprehensive-financial-statement-analysis-9112","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84dd7638-a5ad-4e70-9967-e0c369c49d23","name":"Social Enterprise: Business Doing Good","description":"By Middlesex University London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-social-enterprise-business-doing-good-6372","topics":"social-entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e0d5eff-4116-43cc-b79d-4d00ac45a574","name":"Access to Capital for Women: Capturing Opportunities to Grow Your Business","description":"By Babson College via +Acumen","image":null,"links":"course|https://www.classcentral.com/course/acumen-access-to-capital-for-women-capturing-opportunities-to-grow-your-business-6486","topics":"business;women","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1766806f-204a-4b10-91c9-7692354fee6a","name":"Managing My Money","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-managing-my-money-1937","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8d75727-57ec-4400-bfc1-b18af07673f7","name":"The Four Hour Work Week Summary | Summary Lover","description":null,"image":null,"links":"article|https://summarylover.com/2020/08/the-four-hour-work-week-summary.html","topics":"blogging;entrepreneurship","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"d22bb113-7f8b-4b50-a5a1-3b50c3f2e1d5","name":"Introduction to Interfaith Leadership","description":"By Dominican University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-introduction-to-interfaith-leadership-8980","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32344a22-cd88-42e1-9a01-9898aa5d5f38","name":"Social Enterprise: Turning Ideas into Action","description":"By Middlesex University London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/social-enterprise-idea-action","topics":"social-entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f025f64e-cbc0-44cf-80c9-c4869debb531","name":"Time Management Strategies for Project Management","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/time-management-project-management","topics":"time-management;project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b361250-6a16-4d81-8bd3-2933a83c4c30","name":"The Art of Sales - Course 1: Prepare to Stand Out","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/customer-segmentation-prospecting","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5c9e768-b4b3-48b8-90be-1d05fcd73549","name":"The Art of Sales - Course 3: Let's Fall In Love","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-art-of-sales-course-3-let-s-fall-in-love-11106","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7db1aeff-8fca-4e1d-9fa4-dfab26ac21a6","name":"The Art of Sales - Course 2: Now Make Contact!","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-art-of-sales-course-2-now-make-contact-11107","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddd796ce-c1cb-4eff-ad8c-488cf2ab8ad9","name":"The Art of Sales - Capstone: Putting it All Together","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/toolkit-sales-process","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce2a36d9-8df5-4157-ae1c-1df4797d563a","name":"SMEs and Digital Engagement","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/business-enterprises-digital-engagement","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eec7524d-14f0-4dbf-9d22-f44913157489","name":"Introduction to Operations Research","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-operations-research-7902","topics":"operations-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d734269c-00ba-4034-af96-3691904ad57b","name":"Social Enterprise: Growing a Sustainable Business","description":"By Middlesex University London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/social-enterprise-sustainable-business","topics":"social-entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"befec0b4-ebeb-4999-8346-174981d4f170","name":"Introduction to Business for Analytics","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-business-for-analytics-8997","topics":"business;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f98a8f5-9ba0-431d-9165-1c703e8923d5","name":"Communicating Corporate Social Responsibility (CSR)","description":"By Université catholique de Louvain via edX","image":null,"links":"course|https://www.edx.org/course/communicating-corporate-social-responsibility-csr-0","topics":"corporate-social-responsibility","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bf37e5f-663c-441c-8201-f435e03f1bc2","name":"Managing My Investments","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-managing-my-investments-3313","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3890409a-73ce-4142-a50a-d2fcb7d7d513","name":"Creating Valuable Innovations","description":"By HZ University of Applied Sciences via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/hz-university/courses/creating-valuable-innovations","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a2788b5-9497-421b-abe5-018eeb75149d","name":"Management Essentials","description":"By Honeywell via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-management-essentials-11827","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25c0f582-a3e5-4bbe-9100-4536211fd00a","name":"Public Relations Research","description":"By National University of Singapore via Coursera","image":null,"links":"course|https://www.coursera.org/learn/prresearch","topics":"public-relations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ec3c96f-1f92-469d-8b16-b2bf472f33fb","name":"Public Relations Campaigns","description":"By National University of Singapore via Coursera","image":null,"links":"course|https://www.coursera.org/learn/pr-campaigns","topics":"public-relations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55bd673d-e512-4621-b7aa-8026c920e307","name":"Social Media in Public Relations","description":"By National University of Singapore via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-social-media-in-public-relations-4277","topics":"social-media;public-relations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c95f154-b052-4031-9247-d62aea81f959","name":"Business Ethics for the Real World","description":"By Santa Clara University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/santaclarau/courses/business-ethics-for-real-world","topics":"business;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"078e203e-dc60-4b25-a9f3-13ac7b1d54d3","name":"Introduction to Public Relations","description":"By National University of Singapore via Coursera","image":null,"links":"course|https://www.coursera.org/learn/public-relations","topics":"public-relations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"233ec390-4381-49da-9170-f2647690fe30","name":"SMEs and New Markets: Trade, the Chinese Powerhouse and Online Opportunities","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/sme-new-markets","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9170b212-bb24-4419-b5fc-003aa3f437eb","name":"The Secret Power of Brands","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/the-secret-power-of-brands","topics":"branding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"110dccff-c7e2-4b74-8ad6-a8a22cc8c84e","name":"Social Business: a Sustainable Way to Face the Most Pressing Needs of Our Time","description":"By Universitat Pompeu Fabra via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/social-business","topics":"social-entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f176baf3-5736-49d9-9cd5-5f831b38249a","name":"An Introduction to the Assessment of People at Work","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-an-introduction-to-the-assessment-of-people-at-work-11657","topics":"people-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ca4a159-1b84-4f82-9940-8b0538186501","name":"Financial Institutions and Markets","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567900890_6eff2e90caa91bcbf30f7506b33ee1c9","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17140522-b4b5-4efd-a020-1c8450ec7421","name":"Project Risk Assessment","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-project-risk-assessment-6261","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84607045-f24a-4944-bc2a-b325daab1f9e","name":"Corporate Financial Policy","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567900897_9539273ed46b017c005156769ac8c1a8","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b9c67e1-4132-4886-8d1c-3bda9eff0210","name":"Financial Decision Rules for Project Evaluation","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567900901_3ec02a19a859172ff5edef6011ae785d","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93aac055-9931-4b97-a47d-456bb91a3080","name":"Principles of Project Management","description":"By The College of St. Scholastica via Independent","image":null,"links":"course|https://www.css.edu/graduate/non-degree-seeking/massive-open-online-courses/principles-of-project-management.html","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c845853a-483e-4ea1-9c50-a4de0817cf61","name":"Aviation is Your Future","description":"By Embry-Riddle Aeronautical University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/erau/erau-coppa/courses/aviation-is-your-future","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06c078eb-3ce2-4e74-b0dc-82d25ea89241","name":"Process Improvement","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/process-improvement","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7817993d-9b05-49c7-b0bd-7c294579e76f","name":"Operations Management","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/operations-management","topics":"operations-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b338664e-88f2-46b7-bffe-9d11de76e9f8","name":"Coaching in the Knowledge Era","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-coaching-in-the-knowledge-era-9429","topics":"coaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5264365d-016f-41eb-96d1-3f20718ad134","name":"Ethics for Managers","description":"By Santa Clara University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-ethics-for-managers-6967","topics":"ethics;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df327464-8ebe-40ce-ba5b-cd71b1b3be3f","name":"Managing My Financial Journey","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/managing-my-financial-journey","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09f51551-78bf-4fb5-a0ac-39e69e8972c8","name":"Technology Entrepreneurship: How to Start a New Venture","description":"By University of Twente via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-technology-entrepreneurship-how-to-start-a-new-venture-11173","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a7b4618-0400-4fac-a6e9-f3e18aec29b7","name":"Principles of Project Management","description":"By Polytechnic West via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/principles-of-project-management","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fc25ace-56be-48dc-91ca-a4742eb95ab4","name":"Online Advertising","description":"By via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-online-advertising-1004","topics":"advertising","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dac1ccf3-a3d1-449c-b17c-c386e23679e3","name":"Financial Planning","description":"By TAFE NSW via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/financial-planning","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27b0aead-a85c-421c-81ed-114132e3c352","name":"Diagnosing the Financial Health of a Business","description":"By Macquarie Graduate School of Management via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-diagnosing-the-financial-health-of-a-business-999","topics":"corporate-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68805027-7e30-48cb-945f-26579c3059ae","name":"Innovation for Powerful Outcomes","description":"By Swinburne University of Technology via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/innovation-for-powerful-outcomes","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bce84b6c-79e3-4b34-9e62-3defb2975201","name":"Midwifery","description":"By via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/midwifery","topics":"midwifery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2cd2020b-3198-4fb5-adba-0e80d7e9aba4","name":"Human Resources","description":"By via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-human-resources-1640","topics":"human-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad595b8d-5352-4251-a966-eda903ea037b","name":"Strategic Management","description":"By via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/strategic-management","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67e917cf-1471-4af8-ab03-6a6cbd99e761","name":"Introduction to Business in Asia","description":"By Griffith University via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/introduction-to-business-in-asia","topics":"business;asia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9c44ab3-97f6-4cbd-93aa-9cb38fd377c0","name":"Introduction to Enterprise Architecture","description":"By Enterprise Architects via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/introduction-to-enterprise-architecture","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a251f9d3-551d-4fbd-8b58-e1ebd09ce5c7","name":"Financial Literacy","description":"By Macquarie University via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-financial-literacy-894","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98f83e5c-869d-4879-b886-fbb1528f4f58","name":"Leadership: Identity, Influence and Power","description":"By via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-leadership-identity-influence-and-power-1473","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f8b1a2d-8f8e-4e55-8933-75b1f25c6b70","name":"Entrepreneurship and Family Business","description":"By via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-entrepreneurship-and-family-business-1639","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e372b91f-40f3-41d1-ace0-942599db431e","name":"Supply Chain Innovation: How Technology Can Create a Sustainable Future","description":"By University of Twente via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/supply-chain-innovation","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8339048d-dcb5-4e59-a0ea-776db5b52a8d","name":"Procurement Innovation – SAP Ariba and S/4HANA in a Nutshell","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-procurement-innovation-sap-ariba-and-s-4hana-in-a-nutshell-12475","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d49b7e5-5382-4a30-8e27-99dbdd7e59a8","name":"Using Open Data for Digital Business","description":"By Royal Holloway, University of London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/open-data-business","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95cb2d78-6230-4ac5-b1de-cdec2c998d81","name":"Computational Investing, Part I","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/computational-investing","topics":"computational-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd694783-ebaf-4aeb-b29b-208f16dbfa76","name":"The Self-aware Coach","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-self-aware-coach-9718","topics":"coaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c9122d7-6c2d-4d15-8753-a5aa81259097","name":"Raising Funds for Your Startup","description":"By Grenoble School of Management via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/raising-startup-funds","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87a3ebbf-25eb-4564-972b-b854f0ec1e20","name":"Maritime Law: an Introduction to Shipping Transactions","description":"By Law Society of Scotland via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/maritime-law","topics":"shipping;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a82f9406-cf19-460c-bc1c-a0dcd63ffcc8","name":"Adam Bobrow","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCxccMOwsnVQEqmOU94MZi7g","topics":"sports/table-tennis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"677bcf8f-aac2-47af-a5c1-1f2e305e3504","name":"Managing People from a Global Perspective","description":"By Arizona State University via edX","image":null,"links":"course|https://www.edx.org/course/managing-people-from-a-global-perspective-0","topics":"people-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e491023-d9a4-4bfc-a170-18bc5703daeb","name":"Introduction to Retail Management","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-retail-management-12742","topics":"retail;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e99cf83-dacb-4350-ba4f-a0e83c5d5333","name":"Governance in Co-operatives","description":"By University of Saskatchewan via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/saskatchewan/courses/governance-in-cooperatives","topics":"co-operatives","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0433eae9-9cbf-47fc-a0f6-a590183db11d","name":"Leaders: Their Role and Impact on Business","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/leaders-role-impact","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1430335-c616-48c5-8698-c4d0bcec7d32","name":"Servitization","description":"By Karlstad University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-servitization-12574","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f629619d-15b0-40c6-b935-d2deb0def824","name":"Carnatic Youtube Collection","description":null,"image":null,"links":"interactive|https://ramanarunachalam.github.io/Music/Carnatic/carnatic.html","topics":"music-genre/carnatic-classical","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ca107fe8-8e58-469d-a1b4-1b67fd7a874c","name":"The Importance of Project Management in the Global Construction Industry","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/importance-of-project-management-in-global-construction","topics":"project-management;construction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec64736f-a370-4e09-b8cf-0e2f5abefc34","name":"An Introduction to Financial Management in Construction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introduction-to-financial-management-in-construction-and-basic-accounting-conventions","topics":"project-management;construction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8e06c8d-0573-46a5-a2ee-695c66bccac2","name":"Business analytics and data mining Modeling using R","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-business-analytics-and-data-mining-modeling-using-r-10073","topics":"analytics;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af8873ef-40f8-47a2-bc38-d7234b3646ca","name":"Wonders of Numbers","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/993639.Wonders_of_Numbers","topics":"mathematics;number-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85501a71-2e0c-4231-a1b1-0aeb5dada170","name":"Financial Institutions and Markets","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mg05/","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f19fb61-828c-4028-aa75-c1ae92155624","name":"Supply Chain Analytics","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-supply-chain-analytics-7905","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ee8423b-278b-48ac-af72-3d17c4d9daa0","name":"Humble Pi","description":null,"image":null,"links":"book|https://www.goodreads.com/en/book/show/39074550-humble-pi","topics":"mathematics;comedy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f6c87ca-f5de-4a15-97ac-cbfb4cc930e2","name":"Things to Make and Do in the Fourth Dimension | European Mathematical Society","description":null,"image":null,"links":"article|https://euro-math-soc.eu/review/things-make-and-do-fourth-dimension","topics":"mathematics;geometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"219254fa-8c8a-4d00-a594-c5644baf0dd9","name":"Marketing Research and Analysis-II","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-marketing-research-and-analysis-ii-12991","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d37b6a9d-37a2-45da-8f08-a5e4461460e8","name":"Business Statistics","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mg13/","topics":"business;statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31f5fb0f-3f4d-490b-9a0c-51167a4be73b","name":"Six Sigma","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-six-sigma-12995","topics":"six-sigma","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27aa051e-141a-4fbb-af8d-1748f7f0f546","name":"Operations and supply chain management","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-operations-and-supply-chain-management-12997","topics":"operations-management;supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff6cf26c-f905-4c7d-aa21-29b9dbb9fac1","name":"Services Marketing: A Practical Approach","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mg09/","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4cd8b337-be7e-419b-8e54-9b0257d94197","name":"Novel Technologies for Food Processing and Shelf Life Extension","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-novel-technologies-for-food-processing-and-shelf-life-extension-12885","topics":"food-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d9262d4-9ea5-476d-8177-140e39ed4021","name":"Discovering the Art of Mathematics","description":null,"image":null,"links":"website|https://www.artofmathematics.org/","topics":"mathematics;art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ab8cd15-1797-4de6-b150-2d3f4452589f","name":"Marketing Management - II","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-marketing-management-ii-12989","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"749c9743-d42f-4ef5-83fa-a007ffb111d4","name":"Soft Skills for Business Negotiations and Marketing Strategies","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-soft-skills-for-business-negotiations-and-marketing-strategies-10045","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3df02419-50c1-4515-a2a2-9f5a1483660b","name":"Business Analytics for Management Decision","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-business-analytics-for-management-decision-10050","topics":"analytics;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16fcd9ca-0492-4e22-ae32-888e7e4a8349","name":"Managing change in organizations","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mg02/","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fccf92e1-ae23-471a-9c0c-4feb6ca8329a","name":"Management of Field Sales","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-management-of-field-sales-12988","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9583d01-f9e2-42b6-9452-270f495946ac","name":"Financial Statement Analysis and Reporting","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-financial-statement-analysis-and-reporting-7898","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11305b2a-fe09-407d-8ff7-abab3227ac7f","name":"Consumer Behaviour","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mg08/","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b22d5973-1bea-4981-ba4e-ed0a77404b95","name":"Principles of Human Resource Management","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-principles-of-human-resource-management-5339","topics":"human-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dea47d07-c3bf-467c-8193-7db9100325ff","name":"Scaling Memcache at Facebook","description":null,"image":null,"links":"research_paper|https://www.usenix.org/system/files/conference/nsdi13/nsdi13-final170_update.pdf&sa=U&ei=gWJjU97pOeqxsQSDkYDAAg&ved=0CBsQFjAA&usg=AFQjCNGMeuWne9ywncbgux_XiZW6lQWHNw","topics":"software-tools/memcached","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ded6c00-6eea-49c1-b9c5-c63a1984aeec","name":"Understanding Modern Business and Organisations","description":"By University of Strathclyde via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/understanding-modern-business-and-organisations","topics":"business;organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0fec81fc-407b-41c6-9aef-7df8b1a40a06","name":"Introduction to Strategic Doing: An Agile Approach to Strategy","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/strategic-doing","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eab54e9c-918a-4ff5-999c-914e8b1bb3e1","name":"Commercialization of Social Enterprises: Stemming the Tide of Mission Drift","description":"By Université libre de Bruxelles via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/social-enterprise-mission-drift","topics":"social-entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eef60a79-52f1-41d3-b0f1-459b4af3f63f","name":"Agroecology, an introduction","description":"By Agreenium via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-agroecology-an-introduction-11016","topics":"agriculture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3ceb8c3-0d2c-4862-a15d-c05af2603092","name":"Ethical Leadership","description":"By The College of St. Scholastica via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-ethical-leadership-1293","topics":"ethics;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"712495c2-9619-4c1a-81f7-d402e59d2058","name":"Valuing Companies","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-valuing-companies-8826","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc6a2d03-a34a-4da5-9e90-ba90650b0f11","name":"Digital Media Analytics: Introduction","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-digital-media-analytics-introduction-11890","topics":"analytics;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e63fab10-b88e-4c69-a0f6-56b56c1b4edd","name":"Entrepreneurship Essentials","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-entrepreneurship-essentials-13037","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"114773be-fee1-4597-8f97-321e26939712","name":"Manufacturing Strategy","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-manufacturing-strategy-12996","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3797af4-0646-4385-ac7d-a2f4d773901d","name":"Think Tutor | Get tutoring from experts. Think Tutor is a private tutoring cooperative with in-person tutoring in Evanston and remote tutoring worldwide. Our tutors have or are working on doctorates from top schools in the subjects they teach.","description":null,"image":null,"links":"course|https://thinktutor.org/","topics":"business;economics","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":"5.0","tags":null} +{"iid":"c3a1777c-fc6a-4650-9006-b779c13a67ec","name":"Sales and Distribution Management","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mg07/","topics":"sales","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c438f48-1a19-4e5c-b4e0-7c0fbbf0fdff","name":"Global Marketing Management","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-global-marketing-management-12990","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eda2f90c-306c-4685-bae0-9798e5370ae1","name":"Principles of Valuation: Risk and Return","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-principles-of-valuation-risk-and-return-4004","topics":"finance;valuation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b492714-857b-489b-8b93-69c027d47e2e","name":"Religion and Conflict","description":"By University of Groningen via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/religion-and-conflict","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53758e52-4cc9-45d0-ad0b-7de7bef6d1e9","name":"Principles of Valuation: Time Value of Money","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/time-value-money","topics":"finance;valuation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7eb0a873-f9d6-4002-9cef-77eced5a6f60","name":"Competitive Advantage: Using Information to Build Business Success","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-competitive-advantage-using-information-to-build-business-success-8031","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9f24243-c68f-4ee5-923a-678bcde2af01","name":"What is Leadership?","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-what-is-leadership-8587","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84622545-43a8-49be-8698-39276e20fea5","name":"Valuation: Alternative Methods","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/valuation-methods","topics":"valuation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10a13dba-614e-4c5a-bfc9-7f6ce6152f73","name":"Pathways to Property: Starting Your Career in Real Estate","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/pathways-to-property","topics":"real-estate","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c54efe1-5058-42ff-a36d-1e588ae89cf1","name":"Introduction to Quantitative Investing","description":"By Sungkyunkwan University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-quantitative-investing-8006","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"970b6387-4eb8-4066-b1f1-cbc8ba236c1c","name":"An Introduction to Pricing Strategy and Revenue Management","description":"By ENAC via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/pricing-strategy-revenue-management","topics":"pricing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4620fc2-c208-4d9f-8ffe-5b45cae0742a","name":"Understanding Money: the History of Finance, Speculation and the Stock Market","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-money-the-history-of-finance-speculation-and-the-stock-market-13217","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0945326-f57f-4fbf-95ba-6265186a3c12","name":"Principles of Service Management","description":"By Hanken School of Economics via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/principles-of-service-management","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72a9811a-d8eb-492b-b819-1b5edbc5490d","name":"Digital Media Analytics: Social Media Research Plans","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/social-media-research-plan","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2d57d53-3183-4304-8225-3985ff0f59b2","name":"Leading Effective Project Teams","description":"By The College of St. Scholastica via Independent","image":null,"links":"course|https://www.css.edu/graduate/non-degree-seeking/massive-open-online-courses/leading-effective-project-teams.html","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"08af2ea6-b004-46a4-a1c1-3cd99d95ff21","name":"Innovating in a Digital World","description":"By Institut Mines-Télécom via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-innovating-in-a-digital-world-4607","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"699462a3-1af9-4d79-a03c-7c04c4c3cf19","name":"Leading Strategic Innovation: How to Lead with Purpose","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-leading-strategic-innovation-how-to-lead-with-purpose-13327","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cffa0902-748f-4de8-acd8-998539e36bb0","name":"Open Innovation","description":"By Durham University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-open-innovation-7378","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbfd1957-c60a-4d00-8b46-9e9cd65d1508","name":"Entrepreneurship in Nonprofits","description":"By University of Basel via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-entrepreneurship-in-nonprofits-12507","topics":"non-profits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2afde509-e49f-42d6-a3d3-3e8a9c5c8ea7","name":"Business Analytics Using Forecasting","description":"By National Tsing Hua University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-business-analytics-using-forecasting-6739","topics":"forecasting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a74fc92-8287-4150-87f6-75a4eabae5f4","name":"Digital Media Analytics: Using Data from Owned Media","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-digital-media-analytics-using-data-from-owned-media-13073","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a472a31-e4ec-4e80-b362-9e9a24a09271","name":"Edward Jenner Leadership for Veterinary Professionals: Your Leadership Self","description":"By Royal College of Veterinary Surgeons via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/discovering-self-as-leader-for-veterinary-professionals","topics":"leaership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5becb22d-9755-479c-9ba4-7b0c426f7834","name":"Introduction to Accounting and Corporate Finance","description":"By University of Manchester via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-accounting-and-corporate-finance-13406","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bbe3de6-03dd-4d37-bcef-850976ef7533","name":"Digital Media Analytics: Earned Media","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-digital-media-analytics-earned-media-13070","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72e8e05c-bfa5-49ab-b99c-d38f3a29d837","name":"Business Strategy from Wharton: Competitive Advantage","description":"By Wharton School of the University of Pennsylvania via edX","image":null,"links":"course|https://www.edx.org/course/business-strategy-from-wharton-competitive-advantage-2","topics":"business;strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3f97faa-6a64-428b-b5cd-313bc01e6c3c","name":"Innovation Strategy: Challenging the Usual Suspects","description":"By Université libre de Bruxelles via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-innovation-strategy-challenging-the-usual-suspects-9099","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61956e66-9e71-43b5-9b44-560568a7b2c1","name":"Bookkeeping for Personal and Business Accounting","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/bookkeeping-financial-accounting","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81fe0b6b-4848-4e7d-9ddc-1ed8843dcc62","name":"Pre-Contract Management for Construction Projects: The Basics","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introduction-pre-contract-management-practices","topics":"construction;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45494fec-7fa8-4571-ab17-7a2c2c9f8b35","name":"Research for Construction Management","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-research-for-construction-management-13192","topics":"construction;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dba12ed9-1d85-4924-b0e2-c8eff1c91726","name":"Global Issues in the Construction Industry","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-global-issues-in-the-construction-industry-10608","topics":"construction;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5555abf4-f93f-4924-bafe-ad8b745d7c55","name":"Business Continuity Management and Crisis Management: An Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/business-continuity-management-crisis-management","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5cc2c27-c5e0-433f-a49e-1e91d0cb84f0","name":"Understanding Financial Statements","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/understanding-financial-statements","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f4193ed-c29a-45db-9ef4-06095b7d3e63","name":"Demystifying Entrepreneurship: How to Think like an Entrepreneur","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/demystifying-entrepreneurship","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40e910ae-ee95-4152-813b-cfcb2aa1d728","name":"Employee Engagement and Motivation: An Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introduction-to-engagement-and-motivation-at-work","topics":"people-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f1fa488-d2f2-4fb5-84a5-e5e9c113cf21","name":"Leadership Theory: The Basics","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/fundamentals-of-leadership-theory","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a175607e-86d2-4aa0-b229-96d2b1e9226b","name":"An Introduction to Organisational Behaviour: How to Understand Your People","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-an-introduction-to-organisational-behaviour-how-to-understand-your-people-11892","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f0f5d73-53f5-47c3-8d48-585452489a1b","name":"Macro Environmental Analysis and Business Strategy: An Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-macro-environmental-analysis-and-business-strategy-an-introduction-13603","topics":"business;strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dcb99d9-f3bc-4fde-8559-2abf3a20c754","name":"Environmental Scanning and Business Strategy: An Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-environmental-scanning-and-business-strategy-an-introduction-13203","topics":"business;strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e75efbbf-6236-42d9-9d0f-27d61c0b8238","name":"BIM Implementation within the AEC Industry","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/bim-implementation-aec","topics":"construction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f374dc7-2c93-497e-9e5d-405a245cd614","name":"Investigating Innovation","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/investigating-innovation","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fb09af5-e10f-45bc-87fc-f465defe11ea","name":"Digital Media Analytics: Paid Media","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-digital-media-analytics-paid-media-13071","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f134bbbc-7321-4c7c-9024-646112f04354","name":"Human Capital Strategy for Social Enterprises","description":"By via +Acumen","image":null,"links":"course|https://www.classcentral.com/course/acumen-human-capital-strategy-for-social-enterprises-9104","topics":"social-entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c124de91-9720-4083-9dc3-0adf9bf7f2be","name":"Edward Jenner Leadership for Veterinary Professionals: Developing Leadership Foundations","description":"By NHS Leadership Academy via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/developing-leadership-foundations","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7176cd91-abd7-4498-8c4e-07433a1ba59f","name":"Contract Management: Building Relationships in Business","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-contract-management-building-relationships-in-business-3300","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70f38767-6abf-4028-85ad-2e5834e7f7d9","name":"Managing My Money for Young Adults","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-managing-my-money-for-young-adults-11642","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"caefece1-77f4-4b1f-bcff-6487de878a37","name":"Ships (Part 1)","description":"By XuetangX via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-ships-part-1-13514","topics":"shipping","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6b7983a-e85a-4500-92b4-95a192513f65","name":"Ideas for a Better World: Leading Change Through Policymaking","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-ideas-for-a-better-world-leading-change-through-policymaking-13689","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5abd7c18-0a7a-4e5e-ab9d-bb6c8df1247a","name":"Digital Media Analytics: Using 'Listening Data'","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/listening-data","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad5ec768-d7b3-4730-8480-0a29c49a31e6","name":"Project Management Principles, Practices and Systems","description":"By Anglia Ruskin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-project-management-principles-practices-and-systems-13132","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f393dfe4-3dde-4540-8d70-a259d9098706","name":"Mergers and Acquisitions: Concepts and Theories","description":"By New York Institute of Finance via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/mergers-acquisitions-concepts-theories","topics":"mergers-and-acquisitions","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"749ed188-0b2c-4af4-a836-158e31d5f628","name":"Finance Fundamentals: Financial Planning and Budgeting","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/personal-financial-planning-and-budgeting","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"031f14f6-bab3-4cde-9dda-408f3311f887","name":"Unleash Your Potential: Innovation and Enterprise","description":"By University of Bristol via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/innovation-enterprise","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85de2564-2509-4936-a29d-3c63a89fdaf8","name":"The Digital Economy: Selling Through Customer Insight","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/customer-insight","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfed1ad5-2fcd-4442-b364-70423a7a51cc","name":"Global Tourism Development Trends","description":"By Nankai University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-global-tourism-development-trends-13745","topics":"tourism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed895889-124a-4372-8c54-acece0efdf07","name":"Applied Entrepreneurship 1: Design Thinking for Business Acceleration","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-applied-entrepreneurship-1-design-thinking-for-business-acceleration-13743","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58a53bad-fbe4-4ede-97a8-1a77af72de29","name":"Fundraising: Connecting with Donors","description":"By Philanthropy University via Independent","image":null,"links":"course|https://courses.philanthropyu.org/courses/course-v1:PhilanthropyU+Fundraising_201+1_1.0_20180423_20180520/about","topics":"non-profits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be35e39d-9271-46d2-9e6d-bd82d23792ce","name":"The Code Book | Simon Singh","description":null,"image":null,"links":"book|https://simonsingh.net/books/the-code-book/","topics":"mathematics;cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38793d96-90e9-41f3-aede-ba4a6d06b98a","name":"Designing for Environmental Sustainability and Social Impact","description":"By via +Acumen","image":null,"links":"course|https://www.plusacumen.org/courses/designing-environmental-sustainability-and-social-impact","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87d73b7d-05c8-471b-a980-6d2756f9cc93","name":"Managing Innovation","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-managing-innovation-14179","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5e3a447-8c68-4f76-afe4-3dd2a0ff2f8c","name":"Strategic Management","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg08/preview","topics":"management;strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b141b84b-6114-4c34-8a58-e34300d12cd9","name":"Marketing and Innovation","description":"By IILM Institute for Higher Education via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg19/preview","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a60d2758-f673-46ae-bc17-67b2547d49f1","name":"New Product Development","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg01/preview","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70bc0a83-14cb-4a7d-950d-6f60f0340b9e","name":"Operations Management","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg17/preview","topics":"operations-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3497328-d185-4212-80cf-59bae3c2597e","name":"Organizational Design: Creating Competitive Advantage","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg15/preview","topics":"organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30cea1e2-366f-4ab8-bac2-6a20c16e6be6","name":"Fundraising Strategies","description":"By Philanthropy University via Independent","image":null,"links":"course|https://courses.philanthropyu.org/courses/course-v1:PhilanthropyU+Fundraising_301+1_1.0_20180423_20180527/about","topics":"fundraising","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f23eb50c-ac43-4ffb-8d9a-93e4054edd23","name":"Introduction to Retail Management","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg02/preview","topics":"retail;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7487dc91-4846-46b7-89c6-1223837dcc6e","name":"Management Accounting for Decision Making","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg06/preview","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04b54fd2-6483-42f6-8f28-7df883d0d1e5","name":"Mergers and Acquisitions: Advanced Theory","description":"By New York Institute of Finance via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-mergers-and-acquisitions-advanced-theory-9397","topics":"mergers-and-acquisitions","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6c6474f-328f-44b5-a68a-5593ca7b2119","name":"Introduction to Investments","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-investments-14151","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99a4661f-8039-414a-bb3c-ac324f8c3b1f","name":"Manufacturing Competitiveness","description":"By Quality Council of India via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg21/preview","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d25717c6-4a45-4d60-89be-7c26e1bb69ee","name":"Introduction to Fundraising","description":"By Philanthropy University via Independent","image":null,"links":"course|https://courses.philanthropyu.org/courses/course-v1:PhilanthropyU+Fundraising_101+1_1.0_20180402_20180422/about","topics":"fundraising","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9dd61fcf-4580-4194-a8f3-867e782bbc3a","name":"A Life of Happiness and Fulfillment","description":"By Indian School of Business via Coursera","image":null,"links":"course|https://www.coursera.org/learn/happiness","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a8307e7-c801-42be-842c-77ea7cf81d56","name":"Modern & Contemporary American Poetry (“ModPo”)","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/modpo","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75067c94-2318-4870-84f6-8f9ec4477ab7","name":"How to Succeed at: Writing Applications","description":"By The University of Sheffield via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-how-to-succeed-at-writing-applications-2248","topics":"writing;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"deac6beb-28a6-4a95-8a43-cfbd9ecd1244","name":"English for the Workplace","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/workplace-english","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0ee4d60-1f0a-4b79-baea-8f7d2b5e39d3","name":"Things to Make and Do in the Fourth Dimension","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/23008136-things-to-make-and-do-in-the-fourth-dimension","topics":"mathematics;geometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d3b1ec3-7f95-4829-9a00-a8f32d411c17","name":"Introduction to Philosophy","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-philosophy-418","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbb5f79b-e5aa-49c6-9821-c44044c61f78","name":"English in Early Childhood: Language Learning and Development","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/english-in-early-childhood","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6f2f4e9-53e5-4ae0-b185-01d7ff0e0320","name":"Tsinghua Chinese: Start Talking with 1.3 Billion People","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-tsinghua-chinese-start-talking-with-1-3-billion-people-5426","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d75c5fa-a381-4bf3-93ae-94af1a69ea78","name":"Basic Spanish 2: One Step Further","description":"By Universitat Politècnica de València via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-basic-spanish-2-one-step-further-8672","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0727da4e-6f6a-42f1-a154-9519283d85af","name":"Basic Spanish 1: Getting Started","description":"By Universitat Politècnica de València via edX","image":null,"links":"course|https://www.edx.org/course/basic-spanish-1-getting-started-2","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20ea459f-6df1-46e6-a553-a68f63591229","name":"Shakespeare Matters","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-shakespeare-matters-8731","topics":"shakespeare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7bd157a1-97ef-4ef0-b6cf-b9d89ed183ef","name":"Moralities of Everyday Life","description":"By Yale University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/moralities","topics":"philosophy;ethics;life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"024a7f76-9fd8-421c-a96c-26f7520d932f","name":"The Bible's Prehistory, Purpose, and Political Future","description":"By Emory University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/bible-history","topics":"christianity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a17451d-ddb5-4dfa-99d8-b04e312ebcce","name":"Grammar and Punctuation","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-grammar-and-punctuation-4236","topics":"grammar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44bce2d2-463f-445d-b483-7ab2866523e0","name":"The Modern World, Part One: Global History from 1760 to 1910","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/modern-world","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94d28c41-cb4d-46b1-9981-f0ff56a5c741","name":"The Ancient Greeks","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-ancient-greeks-502","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49215bac-2170-4ed6-bd41-cbad97f41298","name":"How to Write an Essay","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/how-write-essay-uc-berkeleyx-colwri2-1x-3","topics":"communication;writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8b8e91d-09ae-4aea-bddd-102728c57a84","name":"English Grammar and Style","description":"By University of Queensland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-english-grammar-and-style-2022","topics":"languages/english;grammar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2059891c-5e6d-47f2-9edd-fc655580db2d","name":"The Modern and the Postmodern (Part 1)","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/modern-postmodern-1","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f23d4859-a00f-4c83-96e7-419785ac985d","name":"The Emergence of the Modern Middle East - Part I","description":"By Tel Aviv University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/modern-middle-east-1","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"337f3aeb-2fcb-4f18-aca9-bbd544acf617","name":"English Composition I","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-english-composition-i-617","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d103135-dc67-4420-9524-444102c1df77","name":"Philosophy, Science and Religion: Philosophy and Religion","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-philosophy-science-and-religion-philosophy-and-religion-9085","topics":"philosophy;religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd423b44-64a6-4842-b71b-8786c341e40d","name":"Arab-Islamic History: From Tribes to Empires","description":"By Tel Aviv University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-arab-islamic-history-from-tribes-to-empires-9365","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebdb2125-e207-4bb1-a5e1-193dfe080859","name":"Integrating Critical Thinking Skills into the Exploration of Culture in an EFL Setting (K-12/HE)","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-integrating-critical-thinking-skills-into-the-exploration-of-culture-in-an-efl-setting-k-12-he-10330","topics":"thinking;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e42d99f5-d728-43d0-91ab-63a927b9ea03","name":"Creative Writing: The Craft of Plot","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/craft-of-plot","topics":"communication;writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41e755dc-4ea0-4043-9227-9cc0d66bbc11","name":"Sharpened Visions: A Poetry Workshop","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sharpened-visions-a-poetry-workshop-4185","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0f80397-c537-4dfd-93d6-0dc7ac8531bd","name":"Philosophy, Science and Religion: Religion and Science","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.coursera.org/learn/philosophy-science-religion-3","topics":"religion;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11f6edc9-0eaa-4dd5-97c6-c773357ee858","name":"Start Writing Fiction","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-start-writing-fiction-1759","topics":"writing;fiction;fiction-writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83564ab5-8e13-4955-98d1-6316922fb0e8","name":"Upper-Intermediate English: Business","description":"By Universitat Politècnica de València via edX","image":null,"links":"course|https://www.edx.org/course/upper-intermediate-english-business-0","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"175bfc91-1362-45a7-9318-c9df4c49c04c","name":"The Great Poem Series: Unbinding Prometheus","description":"By via OpenLearning","image":null,"links":"course|https://www.openlearning.com/courses/percyshelley-unbindingprometheus/","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc570793-a337-45e1-a381-f1e4d91e5ecb","name":"Greek and Roman Mythology","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mythology","topics":"mythology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ccec2a00-175b-4ac6-ba4e-6ba5e3bd7f34","name":"Writing in the Sciences","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:Medicine+SciWrite+Ongoing/about","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"595226ef-2fb7-45c1-ae2c-3be6d17c790d","name":"Upper-Intermediate English: Technology Today","description":"By Universitat Politècnica de València via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-upper-intermediate-english-technology-today-11803","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84b4c238-70df-4caf-bebb-6ea3d5342b5c","name":"England in the Time of King Richard III","description":"By University of Leicester via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/england-of-richard-third","topics":"history;nations/england/history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0480ed1-69d2-4b9c-8b0b-e530321ce054","name":"Introduction to Logic","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-logic-329","topics":"logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad077cc7-5805-4b55-be73-3000787d717f","name":"The Kennedy Half Century","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-kennedy-half-century-1172","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e9b5b31-40bc-4e82-957a-5df3ccf08624","name":"Big History: Connecting Knowledge","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-big-history-connecting-knowledge-4485","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ec67c97-f137-4d05-a7a3-6e75edb63140","name":"Creative Writing: The Craft of Setting and Description","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-creative-writing-the-craft-of-setting-and-description-5623","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84109759-61a8-4921-b249-127b232ea8ea","name":"Plagues, Witches, and War: The Worlds of Historical Fiction","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-plagues-witches-and-war-the-worlds-of-historical-fiction-1173","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14230537-d953-4caf-8e6e-f76d82952b55","name":"The Emergence of the Modern Middle East - Part II","description":"By Tel Aviv University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/modern-middle-east-2","topics":"history;middle-east","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddb364e2-334a-4ed9-8708-0fe1a63e505d","name":"First Step Korean","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/learn-korean","topics":"languages/korean","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f874cb9-5017-479e-a8e7-8acf0c2a1eda","name":"Magic in the Middle Ages","description":"By University of Barcelona via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-magic-in-the-middle-ages-3477","topics":"magic;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dac9de4-5b14-48bf-8fe6-6349511d23a5","name":"Age of Jefferson","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-age-of-jefferson-1343","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e22853b4-e01d-4e0f-969e-64fb4056c002","name":"Exploring English: Language and Culture","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/explore-english-language-culture","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed7808f9-a903-4d3b-9643-4aaa92c414c2","name":"Soul Beliefs: Causes and Consequences - Unit 1: Historical Foundations","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/soulbeliefs","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07df8722-97e6-457d-84c5-48284c2627f2","name":"Adventures in Writing","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-adventures-in-writing-3058","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3c08f26-c06f-4643-9f9f-8166cc02cd14","name":"The Rise of Superheroes and Their Impact On Pop Culture","description":"By Smithsonian Institution via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-rise-of-superheroes-and-their-impact-on-pop-culture-3322","topics":"culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8d7941f-77bc-42c7-bad8-af235fab611b","name":"Creative Writing: The Craft of Style","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/craft-of-style","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d7cd083-f9b3-4a2d-a886-07050d70e9d6","name":"Ancient Philosophy: Plato & His Predecessors","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ancient-philosophy-plato-his-predecessors-5237","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"229310bb-c960-4c3b-8018-349c1f4f067c","name":"Writing for Young Readers: Opening the Treasure Chest","description":"By Commonwealth Education Trust via Coursera","image":null,"links":"course|https://www.coursera.org/learn/writing-for-children","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"055542fe-2b6c-4473-9d6f-1ae519634bae","name":"生活英语听说 | Conversational English Skills","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.edx.org/course/sheng-huo-ying-yu-ting-shuo--conversational-english-skills","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb7923c5-9709-4708-b243-ad672ec016a8","name":"Constitutional Struggles in the Muslim World","description":"By University of Copenhagen via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-constitutional-struggles-in-the-muslim-world-663","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2eccd816-9ae1-4e5b-b55f-062d31ad712d","name":"Søren Kierkegaard - Subjectivity, Irony and the Crisis of Modernity","description":"By University of Copenhagen via Coursera","image":null,"links":"course|https://www.coursera.org/learn/kierkegaard","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b6d799c-2c06-4c32-937a-479b8be8734a","name":"Chinese Language and Culture","description":"By via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/chinese-language-culture","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35ffd28b-82bc-4319-a3a9-b4a632a748e3","name":"Scribble: Writing for New Writers","description":"By via OpenLearning","image":null,"links":"course|https://www.openlearning.com/courses/scribere/","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75e0158e-56be-4563-84de-a0af5ae00ca5","name":"Mandarin Chinese Level 1","description":"By MandarinX via edX","image":null,"links":"course|https://www.edx.org/course/mandarin-chinese-level-1","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5c89c26-d603-4376-b52f-0d5dca58f732","name":"Introduction to Philosophy: God, Knowledge and Consciousness","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-philosophy-god-knowledge-and-consciousness-926","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1fb5982-8e05-49eb-912a-3051a3404029","name":"Upper-Intermediate English: Globalization","description":"By Universitat Politècnica de València via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-upper-intermediate-english-globalization-11802","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5dba10f2-b330-4095-a1be-fe3ddc9a14e9","name":"Empire: the Controversies of British Imperialism","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/empire","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f003dc9-32ac-46b6-b381-250a6b1e7f07","name":"Multilingual Practices: Tackling Challenges and Creating Opportunities","description":"By University of Groningen via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/multilingual-practices","topics":"language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd3489ae-f552-4f58-9dec-835343af1a9e","name":"Collection of the Best Mathematics and Science Stuff | Abakcus","description":null,"image":null,"links":"website|https://abakcus.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":null} +{"iid":"f5c96418-86f9-4355-b053-523c9c7ad438","name":"The Fall and Rise of Jerusalem","description":"By Tel Aviv University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/jerusalem","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d6c1d9b-296e-4e26-bb92-33525c60f18c","name":"Philosophy and the Sciences: Introduction to the Philosophy of Physical Sciences","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.coursera.org/learn/philosophy-physical-sciences","topics":"science;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc6e7064-5466-4100-8c5e-2a20ff9be73a","name":"Writing in the Sciences","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-writing-in-the-sciences-464","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"833edc57-f3d1-41a8-adba-4141958c5d2b","name":"Intellectual Humility: Practice","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intellectual-humility-practice","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2ae8f85-926e-42e7-b96f-a298e0b058cc","name":"The French Revolution","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/french-revolution","topics":"history;nations/france","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58ed9d97-a016-45e7-b670-e5a00cdc9000","name":"Understanding China, 1700-2000: A Data Analytic Approach, Part 1","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-understanding-china-1700-2000-a-data-analytic-approach-part-1-520","topics":"nations/china;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"988371f5-ef5b-4375-ab36-89b4376ab826","name":"Understanding China, 1700-2000: A Data Analytic Approach, Part 2","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-understanding-china-1700-2000-a-data-analytic-approach-part-2-3792","topics":"nations/china;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92ebc2ea-a2b6-4de3-9e13-96ac357562cc","name":"Scholarly Communication","description":"By Moscow Institute of Physics and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-scholarly-communication-4475","topics":"communication;writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da848caa-e2c1-451d-ac35-577b677a5d97","name":"The Modern World, Part Two: Global History since 1910","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/modern-world-2","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fa14ed6-1078-471b-91bf-81f3f2985205","name":"Perfect Tenses and Modals","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-perfect-tenses-and-modals-6292","topics":"writing;grammar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf9d07fe-c7a0-4af0-9cd2-6d53c71278b0","name":"More Chinese for Beginners","description":"By Peking University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/more-chinese-for-beginners","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"603cf287-55a2-466c-b021-597371dd142d","name":"You Are A Mathematician","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/2902420-you-are-a-mathematician","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df7a6d9e-ff0e-481d-acb5-bc03efd3fc6f","name":"Big History - From the Big Bang until Today","description":"By University of Amsterdam via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-big-history-from-the-big-bang-until-today-7638","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8128ffc6-6094-49f1-8c9d-67c2038af2d9","name":"Teach English Now! Capstone Project 1","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-teach-english-now-capstone-project-1-5104","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f144cc2-e024-403b-850a-f3856e169a46","name":"Write Professional Emails in English","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/professional-emails-english","topics":"languages/english;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec90f2b6-093f-4b77-8230-785342fd0a02","name":"Academic Literacy","description":"By Moscow Institute of Physics and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/academic-literacy","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1874575-bfd0-4850-adb6-5cd58377bc67","name":"Wonders of Ancient Egypt","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wonders-ancient-egypt","topics":"nations/egypt","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d18dac29-368d-496d-adce-12f56b7e0e45","name":"Writing a Personal Essay","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-writing-a-personal-essay-12401","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"079fb2d2-c19e-47e2-971e-35b565a427bc","name":"International Entertainment and Sports Marketing","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/international-entertainment-sports-marketing","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fda35281-e68a-40cf-926f-868cc7e85d56","name":"Technical Writing","description":"By Moscow Institute of Physics and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-technical-writing-7117","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a72f60d-ecf4-481a-b841-d8f4d7eb90a5","name":"Conflict Transformation","description":"By Emory University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-conflict-transformation-8457","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa206e0f-0a7f-4bb4-8fb1-4a37156f82be","name":"Writing Stories About Ourselves","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-writing-stories-about-ourselves-12396","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5212489e-834a-4cd4-9c62-4ef3c90dea96","name":"Writing in First Person Point of View","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/first-person-pov","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b24a612-90e3-4983-aafd-82ec2d5fa495","name":"Fundamentals of the Chinese character writing (Part 1)","description":"By Saint Petersburg State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fundamentals-of-the-chinese-character-writing-part-1-13372","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b864f886-b94f-4358-8e4f-30a057a9193a","name":"Coexistence in Medieval Spain: Jews, Christians, and Muslims","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/coexistence-in-medieval-spain","topics":"history;nations/spain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f35ae3ab-ab68-4654-bfcd-3d692f7ffb19","name":"Prelude to Mathematics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/1134116.Prelude_to_Mathematics","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bfa972f-1b82-48e4-a81c-d1aa7072efc3","name":"Esports Teams and Professional Players","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/esports-teams-professional-players","topics":"sports;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"739fa8b3-68bc-491c-81f9-cf9c507e3578","name":"Teach English Now! Theories of Second Language Acquisition","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-teach-english-now-theories-of-second-language-acquisition-4617","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf93ea29-fe7c-4a2f-ab0d-6815789006ef","name":"English for Journalism","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/journalism","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"080de070-9f6b-4f82-b3b0-68f18e262b1a","name":"English for Career Development","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-english-for-career-development-6011","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c99b9dc-615e-416e-9bc1-09735ae628a8","name":"Groups and Symmetry","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/2342758.Groups_and_Symmetry","topics":"mathematics;symmetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2f9bd12-248a-4fca-8d88-ac2c82f244a4","name":"Arch of Titus: Rome and the Menorah","description":"By Yeshiva University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/archoftitus","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d0fe833-c9db-45bb-85c5-5001b1b64841","name":"Speak English Professionally: In Person, Online & On the Phone","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/speak-english-professionally","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6226c128-37ba-4bcb-9a0a-93a51e858698","name":"Business English: Planning & Negotiating","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-english-planning-negotiating-5445","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"555138be-ebfe-4310-953c-af8832159e0e","name":"Academic Discussions in English","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/academic-discussion-english","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a5d6a81-2e21-4b97-9dc3-25ad334ca24e","name":"Verb Tenses and Passives","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-verb-tenses-and-passives-7283","topics":"grammar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44a9c2e2-9b2a-4113-8e21-63eb1d00b11b","name":"Algorithmic Botany: Home","description":null,"image":null,"links":"website|http://algorithmicbotany.org/","topics":"botany","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00e13e5f-f472-4c0c-a95e-3aed981afbc7","name":"Towards language universals through lexical semantics: introduction to lexical and semantic typology","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.coursera.org/learn/lexical-semantic-typology","topics":"language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be2b0524-b01b-4993-8b37-bda0138637ff","name":"American Deaf Culture","description":"By University of Houston System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/deaf-culture","topics":"culture;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9cfc135d-69f9-4470-a88a-27f562fe3aab","name":"Writing your World: Finding yourself in the academic space","description":"By University of Cape Town via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-writing-your-world-finding-yourself-in-the-academic-space-8794","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b560361-28e4-4536-ad47-798b017d0c58","name":"Collegiate Esports and Career Planning","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-collegiate-esports-and-career-planning-13113","topics":"sports;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41ca4731-3a34-44db-b57a-cd26fd52eefb","name":"Memoir and Personal Essay: Managing Your Relationship with the Reader","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/memoir-reader-relationship","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acc6b3a5-50af-4872-89c4-3b87799b86cd","name":"A Voice of Their Own. Women's Spirituality in the Middle Ages.","description":"By University of Barcelona via Coursera","image":null,"links":"course|https://www.coursera.org/learn/womens-spirituality","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"451c9f66-a9b3-49d9-b070-6e38f8d41a27","name":"Kickstart Your Academic Writing","description":"By Barry University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-kickstart-your-academic-writing-6462","topics":"writing;academics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"097163d6-d892-4aa2-bdc5-85c7cdf49dcc","name":"Knots and Surfaces","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/1186607.Knots_and_Surfaces","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bbde41e3-5da7-4750-97ea-1579cb2f4b2e","name":"GitHub - abhishekkrthakur/approachingalmost: Approaching (Almost) Any Machine Learning Problem","description":null,"image":null,"links":"book|https://github.com/abhishekkrthakur/approachingalmost","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ca177eaa-98d7-47be-8d84-a46f61553cde","name":"Mandarin Chinese for Intermediate Learners: Capstone Project","description":"By Shanghai Jiao Tong University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mandarin-chinese-intermediate-learner-capstone","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5df40bdc-f7f5-4b31-9201-e0a37150fde8","name":"Soul Beliefs: Causes and Consequences - Unit 3: How Does It All End?","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-soul-beliefs-causes-and-consequences-unit-3-how-does-it-all-end-4228","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2f13c7c-e594-4264-8d4b-10035dca721c","name":"Business English: Networking","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-english-networking-5438","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8947eea-e64a-42f2-9e55-f3bbde06c92d","name":"Conjunctions, Connectives, and Adverb Clauses","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-conjunctions-connectives-and-adverb-clauses-7281","topics":"grammar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2d4266d-5830-4837-bc8f-08447e6a8623","name":"Noun Clauses and Conditionals","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-noun-clauses-and-conditionals-7282","topics":"grammar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ceb6ba16-532d-4c7b-8c92-e96b5db1bf0f","name":"Management Skills for International Business","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/management-skills-international-business","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b5d8ff4-047a-4a0c-92ce-85682ca1e51e","name":"How to Write and Publish a Scientific Paper (Project-Centered Course)","description":"By École Polytechnique via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-how-to-write-and-publish-a-scientific-paper-project-centered-course-5816","topics":"science;academics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d01d1c7-3613-45aa-90c5-aada5da7b8e5","name":"Esports Management Capstone Project","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/esports-management-capstone-project","topics":"sports;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36ff512a-626f-445a-94b3-0c1324626157","name":"The Scottish Highland Clans: Origins, Decline and Transformation","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-scottish-highland-clans-origins-decline-and-transformation-13806","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"332d1786-78a8-45cc-9c40-b01d38db8cbe","name":"Peterloo to the Pankhursts: Radicalism and Reform in the 19th Century","description":"By Royal Holloway, University of London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/peterloo-to-the-pankhursts-radicalism-and-reform-in-the-nineteenth-century","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6852c1a8-b93f-40cf-b83b-79a2f998e5b6","name":"Conversational English Skills","description":"By Tsinghua University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-conversational-english-skills-13584","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e430ee1-dfef-4bd4-94e4-f14da85ebfc6","name":"Just Reading and Writing English 2","description":"By Tsinghua University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/just-reading-and-writing-english-2","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"245c7130-8647-4de7-aa0a-64e46f22fb8b","name":"Just Reading and Writing English 1","description":"By Tsinghua University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-just-reading-and-writing-english-1-13594","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c1b618b-5544-4506-8bde-e60e693b7b70","name":"Understanding 9/11: Why 9/11 Happened & How Terrorism Affects Our World Today","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-understanding-9-11-why-9-11-happened-how-terrorism-affects-our-world-today-1011","topics":"history;terrorism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8badedc-2107-46cb-a44f-f654f874e8d0","name":"Teach English Now! Foundational Principles","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-teach-english-now-foundational-principles-4658","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfd29ebd-70a6-41e4-ba09-4475fc68003c","name":"Doping : Sports, Organizations and Sciences","description":"By University of Lausanne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/doping","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09e60469-ec33-42d1-9406-6672feb3d9a6","name":"Journalism, the future, and you!","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/international-journalism","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73371503-974c-4f28-a534-c73d2bba7280","name":"Intellectual Humility: Theory","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intellectual-humility-theory","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"620322e3-2e43-4af7-9dda-20aff228c411","name":"The Politics of Skepticism","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.coursera.org/learn/erasmus-philosophy-skepticism","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24aa9b2a-930a-4089-afef-ee04663b0dfc","name":"Chinese for HSK 2","description":"By Peking University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-chinese-for-hsk-2-7136","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87a2d3ab-e545-458e-875d-81642f03a76d","name":"Chinese for HSK 3 PART I","description":"By Peking University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-chinese-for-hsk-3-part-i-7137","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6ba46e3-7404-471b-9ad4-6bcbca8fbed1","name":"The Cosmopolitan Medieval Arabic World","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/medieval-arabia","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e07bb0e6-ef77-494a-bb94-6edfd3ea1f42","name":"General Academic English","description":"By Tsinghua University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-general-academic-english-13595","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"559306aa-3ebb-4617-89ba-4330ea3229bb","name":"Game Developers and Esports Organizations","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/game-developers-esports-organizations","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e7ec72c-01b3-4238-bc93-39fc98167b33","name":"The Ancient Greek Hero","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/the-ancient-greek-hero-2","topics":"literature;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a97a62d9-7f5e-4e96-ac5a-7b906ebb8e0b","name":"Creative Writing: The Craft of Character","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/craft-of-character","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ccfd806c-bb75-490a-9420-0dc9ed78d36c","name":"Tricky English Grammar","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-tricky-english-grammar-6291","topics":"grammar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dec16c5c-5265-4a5d-84d4-222b5c2a3cc2","name":"Adjectives and Adjective Clauses","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/adjective-clauses","topics":"grammar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4288a6a-f466-44cb-91b5-e60755b9aebf","name":"Better Business Writing in English","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-better-business-writing-in-english-8485","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac12cb55-f1ab-439a-8539-cf11e1af5dba","name":"Sports Marketing","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sports-marketing-12178","topics":"sports;marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5f5244d-ac8e-4e26-8be7-be5f240f0b1b","name":"Introduction to Multilingual and Multicultural Education","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.coursera.org/learn/multilingual-multicultural-education","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65e665d3-b2ff-46d7-a457-f4fa969f2ef2","name":"Religious Transformation in Early China: the Period of Division","description":"By The Chinese University of Hong Kong via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-religious-transformation-in-early-china-the-period-of-division-11711","topics":"history;nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fcf921c-6f4f-4b6d-a56e-42270f6e41a3","name":"Introduction to Research for Essay Writing","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-research-for-essay-writing-4201","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af489d35-bd82-4402-ba82-e74626226450","name":"Assessing Achievement with the ELL in Mind","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-assessing-achievement-with-the-ell-in-mind-4599","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd1c2c2b-1432-441c-99f7-6d8b99703a3f","name":"The Holocaust - An Introduction (II): The Final Solution","description":"By Yad Vashem - The World Holocaust Remembrance Center via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-holocaust-an-introduction-ii-the-final-solution-5368","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b7966c8-b0d3-4c48-a6da-45567f7bef82","name":"Gathering and Developing the News","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-gathering-and-developing-the-news-5523","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6251916-718e-449a-9b08-250e9d86168d","name":"Business English: Making Presentations","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-english-making-presentations-5441","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"186ccb46-4dea-44bc-af48-4eac91b5cf1f","name":"English for Science, Technology, Engineering, and Mathematics","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/stem","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d849251e-6c22-44bc-9670-bd0f6731d0bf","name":"Intermediate Grammar Project","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intermediate-grammar-capstone","topics":"grammar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22a6c092-0670-4ccf-a698-069e7ec0dcfa","name":"Reasoning Across the Disciplines","description":"By The University of North Carolina at Chapel Hill via Coursera","image":null,"links":"course|https://www.coursera.org/learn/critical-reasoning","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f9173a3-e964-47c9-b901-9130264cbc79","name":"Chinese for HSK 1","description":"By Peking University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/hsk-1","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1355bed-bfa1-4735-bec6-3123d69f6c71","name":"Organising an Empire: The Assyrian Way","description":"By Ludwig-Maximilians-Universität München via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-organising-an-empire-the-assyrian-way-10145","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eed5915b-63f8-4e45-bfe4-0726347ccd13","name":"Words Spun Out of Images: Visual and Literary Culture in Nineteenth Century Japan","description":"By The University of Tokyo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/visual-literary-culture-in-japan","topics":"history;nations/japan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68d7dd44-4747-429d-a92d-59a8ac5235a4","name":"Why Ethics Matter: Ethical Research","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-why-ethics-matter-ethical-research-10777","topics":"ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60cd88e5-4180-4541-9df3-d6e768a48eb9","name":"Essentials for English Speeches and Presentations 英语演讲与演示","description":"By Peking University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/yingyuyanjiang","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5977f18-3215-4c4b-a986-7e35d704d9d2","name":"The Modern and the Postmodern (Part 2)","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/modern-postmodern-2","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b88a343b-66f1-40ac-8a77-4d6dfbe353bc","name":"Writing in English at University","description":"By Lund University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-writing-in-english-at-university-7189","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fe76457-2597-4a5c-aca9-e6a90f1daaf3","name":"Chinese for HSK 3 PART II","description":"By Peking University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/hsk-3-part2","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9d0da0c-b27b-457c-b4d3-768ac2d5e47e","name":"A Journey through Western Christianity: from Persecuted Faith to Global Religion (200 - 1650)","description":"By Yale University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-a-journey-through-western-christianity-from-persecuted-faith-to-global-religion-200-1650-8106","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da04ec63-5811-4430-a0da-615bb7f854ff","name":"Spanish Vocabulary Project","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/spanish-vocabulary-project","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d09ef4b0-218d-4d4f-a9b0-0a521002c6de","name":"Intellectual Change in Early China: Warring States and Han","description":"By The Chinese University of Hong Kong via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intellectual-change-early-china-the-warring-states-han","topics":"history;nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"249cf6a3-0246-4388-b44f-c9aeab864051","name":"Activism and Citizen Journalism through Media","description":"By University of the Witwatersrand via edX","image":null,"links":"course|https://www.edx.org/course/activism-and-citizen-journalism-through-media","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6c8a4c2-6374-499c-86bc-a45155c54071","name":"Exploring English: Magna Carta","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-exploring-english-magna-carta-4673","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4511fe8-a0a9-4b76-a3e5-125342df1140","name":"Introduction to Chinese: Grammar","description":"By Shanghai International Studies University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-chinese-grammar-13859","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1fafe3b-5fe9-41d5-ab39-ffb2b08c1b83","name":"Unethical Decision Making in Organizations","description":"By University of Lausanne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/unethical-decision-making","topics":"ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"656c79ef-1e24-41d0-9f0b-039c2e186bfe","name":"Explorations in Confucian Philosophy","description":"By Nanyang Technological University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/confucian-philosophy","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16ef4352-3e6b-4ad3-b549-00f55a6f40f8","name":"What is news?","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/what-is-news","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9aed4c72-d742-436d-b2ea-ad9f1c85b2b0","name":"English for Business and Entrepreneurship","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/business","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"625b6f30-21a6-4870-8aa8-e468138b2e8b","name":"Learn Mandarin Chinese: Capstone Project","description":"By Shanghai Jiao Tong University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/learn-mandarin-project","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec8c458b-76fe-4374-9a5f-913f384a6edd","name":"Philosophy, Science and Religion: Science and Philosophy","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-philosophy-science-and-religion-science-and-philosophy-8024","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01a9879f-5fc1-40a6-94a6-7572efac9d06","name":"Business Writing","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/writing-for-business","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99012c2f-0191-4098-82da-fe9e0e04c5d6","name":"Academic Listening and Note-Taking","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/note-taking","topics":"academics;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05d65bc2-575d-48a8-8362-e0c8ebaea46c","name":"Sports and Society","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sports-society","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e06174ba-cbfb-4316-af21-9c3b50dc3217","name":"Engaging ELLs and Their Families in the School and Community","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-engaging-ells-and-their-families-in-the-school-and-community-4636","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37dc960e-77bd-4ddf-9466-1784a1b968c8","name":"Mandarin Chinese 3: Chinese for Beginners","description":"By Shanghai Jiao Tong University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mandarin-chinese-3","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab5e980c-445e-41d5-a3dc-de085743ecc0","name":"Transmedia Writing","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-transmedia-writing-8072","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1e16cf2-379f-4ab6-9fff-d8187a0e8f3d","name":"Race and Cultural Diversity in American Life and History","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/race-cultural-diversity-american-life","topics":"history;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3110d6ef-142b-4c37-bff7-b2a1303b7c60","name":"Russian History: from Lenin to Putin","description":"By University of California, Santa Cruz via Coursera","image":null,"links":"course|https://www.coursera.org/learn/russian-history-lenin-putin","topics":"history;nations/russia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14c3baf7-937b-476d-b576-b4593254bb3e","name":"Asian Environmental Humanities: Landscapes in Transition","description":"By University of Zurich via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-asian-environmental-humanities-landscapes-in-transition-11209","topics":"asia;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"453f9abc-d610-464d-a61b-0a1283970746","name":"Skepticism","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/skepticism","topics":"philosophy;skepticism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"242edaee-5a68-4430-b42e-d5834361b76d","name":"Modern Masterpieces of World Literature","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-modern-masterpieces-of-world-literature-9424","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"887cf4d7-6134-4849-b96a-5daac1f64e10","name":"Ancient Masterpieces of World Literature","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/ancient-masterpieces-of-world-literature-2","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa261748-9894-46ee-a3c5-2b44b51a0a10","name":"English Composition","description":"By Arizona State University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-english-composition-4068","topics":"languages/english;writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf8dc351-9c68-4f2d-8cfc-9aae9c0fb2c6","name":"English Composition: Research and Writing","description":"By Arizona State University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-english-composition-research-and-writing-6656","topics":"languages/english;writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7bc9e37-4c45-4915-a478-d7a4179c5b8b","name":"Masterpieces of World Literature","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-masterpieces-of-world-literature-6844","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b3bcaa8-c1f4-4d43-a14a-aa1f60e4afba","name":"Spanish Vocabulary: Careers and Social Events","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/spanish-vocabulary-careers","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9117fab-5533-442f-a8b5-171f5662e525","name":"Chinese for Beginners","description":"By Peking University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/learn-chinese","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d419625-0f1e-40ea-a920-050984546ea3","name":"Buddhism: The Diamond Sutra and World Peace","description":"By HKU Space via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/buddhism-and-peace","topics":"buddhism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1fdf20a1-f3ef-4591-83c0-555bcde888f5","name":"Sports Administration and Management","description":"By CEC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_ed09/preview","topics":"sports;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"435e2ecc-9ae5-4a2d-a2f8-7ea55970e05a","name":"Patrick Henry: Forgotten Founder","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-patrick-henry-forgotten-founder-8669","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cad066c2-eec2-4005-b519-4e01df07a030","name":"Reason and Persuasion: Thinking Through Three Dialogues By Plato","description":"By National University of Singapore via Coursera","image":null,"links":"course|https://www.coursera.org/learn/plato-dialogues","topics":"philosophy;thinking;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1060db96-476b-429f-bda8-5be6392de211","name":"Intellectual Humility: Science","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-intellectual-humility-science-7657","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ad8b06c-eef8-4168-aec7-74908b5ddd4e","name":"Think Again II: How to Reason Deductively","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/deductive-reasoning","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d20618ea-a55b-4550-8c82-89d8eff99c0a","name":"Spanish Vocabulary: Meeting People","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-spanish-vocabulary-meeting-people-8037","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eec74e10-130b-4448-bfbe-d0e0e926febc","name":"Research for Impact","description":"By University of Cape Town via Coursera","image":null,"links":"course|https://www.coursera.org/learn/research-for-impact","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07e6365b-fa24-4474-a195-7efa8c96d3ca","name":"Modern American Poetry","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-modern-american-poetry-5963","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef93a815-fa25-4c05-98bf-e29767e2e726","name":"Journey of the Universe: The Unfolding of Life","description":"By Yale University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-journey-of-the-universe-the-unfolding-of-life-6947","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f86fe0c-2993-49da-b812-71a09638a804","name":"Business English: Marketing and Sales","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/marketing-sales-english","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2319b7a-4d6d-4907-b2e1-8a4f8274b244","name":"Business English: Management and Leadership","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/management-leadership-english","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1960885-8afd-44ff-bee5-2a275df9c15a","name":"Business English: Finance and Economics","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/finance-economics-english","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96e121b8-cc5c-41ab-b8d6-f9b3deec7320","name":"Relativism","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/relativism","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d97d5a1-cce4-4350-9154-69c5c65729ec","name":"The History of Modern Israel - Part II: Challenges of Israel as a sovereign state","description":"By Tel Aviv University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/history-israel-sovereign-state","topics":"history;nations/israel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf73cf73-c7b2-4921-b3f2-f4aece6e544b","name":"Writing Skills for Engineering Leaders","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-writing-skills-for-engineering-leaders-7433","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66a5e474-57db-435c-9c21-2a735a124eef","name":"Becoming a Sports Agent","description":"By Case Western Reserve University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sports-agent","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1562f19a-7671-4a66-af46-581f905c8fe8","name":"Religion and Thought in Modern China: the Song, Jin, and Yuan","description":"By The Chinese University of Hong Kong via Coursera","image":null,"links":"course|https://www.coursera.org/learn/religion-thought-modern-china","topics":"history;nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1359188f-9f73-443d-91b1-1c2824abc0eb","name":"Many Faces: Understanding the Complexities of Chinese Culture","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/chinese-culture","topics":"nations/china/culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9218d43-78c9-4a5b-8652-bd6f382d46b1","name":"Tricky American English Pronunciation","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-tricky-american-english-pronunciation-8274","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3087bdb-b0c0-4fa3-a01c-975ccf8257ee","name":"Business Case Analysis","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-case-analysis-5616","topics":"business;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c80dbffa-cb98-446f-b11b-63108fca2bcc","name":"Think Again I: How to Understand Arguments","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/understanding-arguments","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4049c06e-e38e-49e8-9901-c4e2de5ee597","name":"The Changing Landscape of Ancient Rome. Archaeology and History of the Palatine Hill","description":"By Sapienza University of Rome via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-changing-landscape-of-ancient-rome-archaeology-and-history-of-the-palatine-hill-8624","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ccfca4ff-cfc8-42b7-817c-4c9000e1a0e6","name":"Gender, Family, and Social Change in Contemporary South Korea","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-gender-family-and-social-change-in-contemporary-south-korea-8299","topics":"history;nations/south-korea","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53338901-4ef5-4be7-af91-4c0e7dbeace6","name":"Burgos: Deciphering Secrets of Medieval Spain","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/burgos-deciphering-secrets-medieval-spain","topics":"history;nations/spain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca391048-042f-482c-94d9-22ac515a5fd2","name":"Structuring Values in Modern China","description":"By The Chinese University of Hong Kong via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-structuring-values-in-modern-china-12712","topics":"nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"621f09b7-c110-43e1-81ed-000b44a1214b","name":"Business English: Meetings","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-english-meetings-5442","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33a93bb4-52ca-4595-8167-5d047a310926","name":"Think Again III: How to Reason Inductively","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-think-again-iii-how-to-reason-inductively-6618","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9941f25d-5d94-495e-b237-df8c5c8d45ee","name":"Professor Stewart's Cabinet of Mathematical Curiosities","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/6061491-professor-stewart-s-cabinet-of-mathematical-curiosities","topics":"mathematics;games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c389180-7ff3-4e95-8997-72d02efdd798","name":"The Worldview of Thomas Berry: The Flourishing of the Earth Community","description":"By Yale University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-worldview-of-thomas-berry-the-flourishing-of-the-earth-community-6946","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f8df301-50a1-4269-98a7-4db5bdf97d29","name":"Deploying a Hadoop Cluster","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-deploying-a-hadoop-cluster-6274","topics":"software-tools/hadoop","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aed11c4b-cfcb-46b3-a43e-dac8a5b42c4a","name":"Religions and Society in China","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-religions-and-society-in-china-7780","topics":"nations/china/culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a09d7fd1-18be-4fd9-8c68-d92046779a89","name":"Cultural Competence - Aboriginal Sydney","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cultural-competence-aboriginal-sydney-8237","topics":"culture;nations/australia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60afd623-ac18-4813-9e5a-9e8919026c85","name":"Re-imaging God in Korean Context","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/god-korean-context","topics":"religion;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0957abfd-dd8c-4e74-a33f-86bbabd6deb2","name":"Intermediate Level of Spoken Sanskrit","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-intermediate-level-of-spoken-sanskrit-14133","topics":"languages/sanskrit","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2fc56cb3-ce8e-4912-b22d-4eff9d4b6c5a","name":"Requirements Writing","description":"By University of New South Wales via Coursera","image":null,"links":"course|https://www.coursera.org/learn/requirements-writing","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b5e8d74-dfc3-4ba2-b9e5-2e51e31b6eb0","name":"At the Origins of the Mediterranean Civilization: Archaeology of the City from the Levant to the West - 3rd-1st millennium BC","description":"By Sapienza University of Rome via Coursera","image":null,"links":"course|https://www.coursera.org/learn/archaeology-city-levant-west","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"138c112f-a93a-4887-9ae4-164aec0cac68","name":"William Wordsworth: Poetry, People and Place","description":"By Lancaster University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/william-wordsworth","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0cb5e1d-ce39-40a5-8c7e-93e4fbb89f64","name":"English for Effective Business Speaking","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-english-for-effective-business-speaking-5453","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5f5e4fc-9454-449c-ae09-8a52d067d658","name":"Luther and the West","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-luther-and-the-west-7071","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7df010a2-ed7e-471b-8ea6-27a0560b32c8","name":"Globalization: Past and Future","description":"By SDG Academy via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-globalization-past-and-future-9746","topics":"globalization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1d157a6-b41d-48aa-a55d-06d70c1aa8d7","name":"Develop Your Cultural Intelligence","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/develop-cultural-intelligence","topics":"culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a932eab-693d-4801-a845-2dd7720309fd","name":"The Holocaust: The Destruction of European Jewry","description":"By University of California, Santa Cruz via Coursera","image":null,"links":"course|https://www.coursera.org/learn/the-holocaust","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd221b4a-edf4-477c-baae-6fb4a2031b71","name":"The Science of Training Young Athletes","description":"By University of Florida via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-science-of-training-young-athletes-6208","topics":"athletics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f7d3af1-2aa2-40db-a270-5648bc03b165","name":"The History of Modern Israel – Part I: From an Idea to a State","description":"By Tel Aviv University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-history-of-modern-israel-part-i-from-an-idea-to-a-state-4791","topics":"history;nations/israel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd42ee3a-9d71-44c1-98d4-6dbd91cc96cb","name":"Learn to Speak Korean 1","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/learn-speak-korean1","topics":"languages/korean","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3d50f91-9c97-4116-b02a-4ca880837e24","name":"The Lady or the Tiger? And Other Logic Puzzles","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/678521.The_Lady_or_the_Tiger_And_Other_Logic_Puzzles","topics":"mathematics;logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c56dbc99-bdbb-4006-aa58-0493099300fc","name":"Norwegian for Beginners 1","description":"By Norwegian University of Science and Technology via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/norwegian-for-beginners","topics":"languages/norwegian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"669307e5-80b8-4ea8-b972-8637e34e8885","name":"Classics of Chinese Humanities: Guided Readings","description":"By The Chinese University of Hong Kong via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-classics-of-chinese-humanities-guided-readings-653","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eefd0897-674b-4219-88cd-94fdda593876","name":"Effective Altruism","description":"By Princeton University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/altruism","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3cca9b2-4e95-4988-80b9-f8f257bcbd38","name":"Introduction to Graph Theory","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/388049.Introduction_to_Graph_Theory","topics":"mathematics;graph-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"386a26b4-1c3c-498e-9826-4efd5110427a","name":"Business English for Cross-cultural Communication","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cross-cultural-communication-business","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"213d04dc-c2ff-4a0e-bdd1-f7664396653f","name":"The Talmud: A Methodological Introduction","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-talmud-a-methodological-introduction-5915","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68ab3c7d-d6c0-41e9-adc6-210296ef55b4","name":"Toledo: Deciphering Secrets of Medieval Spain","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-toledo-deciphering-secrets-of-medieval-spain-11499","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a251eba2-9f53-4daa-aed7-7b6567c96728","name":"Teach English Now! Teaching Language Online","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-teach-english-now-teaching-language-online-13682","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92d206e7-2893-4193-977d-2434124f2f0d","name":"Lesson Planning with the ELL in Mind","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-lesson-planning-with-the-ell-in-mind-4627","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"716c55e9-3070-4a48-add4-270ac6c9e749","name":"Effectively delivering the news to your audience","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-effectively-delivering-the-news-to-your-audience-5553","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9682cd85-229a-4b56-8150-e0a6c002d7df","name":"English for Effective Business Writing","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-english-for-effective-business-writing-5459","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bb617c9-174e-47e7-a73a-6ab1d55704b3","name":"The Holocaust - An Introduction (I): Nazi Germany: Ideology, The Jews and the World","description":"By Yad Vashem - The World Holocaust Remembrance Center via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-holocaust-an-introduction-i-nazi-germany-ideology-the-jews-and-the-world-5280","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f0f07ce-531b-4966-877a-504e90544405","name":"Roman Art and Archaeology","description":"By University of Arizona via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-roman-art-and-archaeology-5796","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fc05108-9c26-4130-9fdc-460eb03f0545","name":"Philosophy and the Sciences: Introduction to the Philosophy of Cognitive Sciences","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-philosophy-and-the-sciences-introduction-to-the-philosophy-of-cognitive-sciences-7055","topics":"philosophy;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5663ded9-e18c-47e4-af15-f38ec82dfe9a","name":"Visualizing Japan (1850s-1930s): Westernization, Protest, Modernity","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-visualizing-japan-1850s-1930s-westernization-protest-modernity-2159","topics":"nations/japan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c57461e6-2e54-4312-83d5-3320ab818f38","name":"The Writing Process","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-writing-process-10271","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c553ac6-cd0f-4090-b43e-b06f16eb5efc","name":"How to Write a Novel: Structure & Outline","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-how-to-write-a-novel-structure-outline-3939","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"845632d9-7738-4a5b-bb08-9da8acf2ce45","name":"Faith and Finance","description":"By Boston University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-faith-and-finance-8865","topics":"religion;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c1e9e2c-06ce-4390-ab34-730c9f1163a9","name":"Global History Lab","description":"By Princeton University via edX","image":null,"links":"course|https://www.edx.org/course/global-history-lab","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6f0c8ab-a2ac-47c8-9e13-6a41bb94b23d","name":"Spanish for Beginners 4: Leisure Time","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-spanish-for-beginners-4-leisure-time-6664","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4ca1fae-d6a7-4238-bb6b-93eefe7caea2","name":"Italian for Beginners 4: Likes And Dislikes","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-italian-for-beginners-4-likes-and-dislikes-6834","topics":"languages/italian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58a51049-a0c6-4522-adcb-b6c96520c6af","name":"Humanist Lives","description":"By Humanists UK via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/humanist-lives","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84f10b4d-43ee-4d71-8037-7ad4865d2728","name":"Capstone: Create your own professional journalistic portfolio","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-capstone-create-your-own-professional-journalistic-portfolio-5574","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7eb21a1f-ac47-45d9-85f9-1ddcafaceb37","name":"Satan, Cantor, And Infinity and Other Mind-Boggling Puzzles","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/911050.Satan_Cantor_And_Infinity_and_Other_Mind_Boggling_Puzzles","topics":"mathematics;logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48c10fbb-a876-4aea-9a69-c2231ff67a2c","name":"The Emancipation Proclamation: What Came Before, How It Worked, And What Followed","description":"By University of Illinois Springfield via Open Education by Blackboard","image":null,"links":"course|https://coursesites.com/?course_id=_237082_1","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c62ea5ce-b56b-42b2-ac1a-aed79a837138","name":"From the Gilded Age to the Roaring Twenties: The Emergence of Modern America","description":"By Seattle Central Community College via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/the-gilded-age-to-the-roaring-twenties-emergence-of-modern-america-1","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac4c4598-ce6d-4935-93e7-95d0f153f047","name":"The Great Depression to the War on Terror: Enter the World Stage","description":"By Seattle Central Community College via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-the-great-depression-to-the-war-on-terror-enter-the-world-stage-1146","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9d262b8-f109-4618-8f4f-8b8cc6393438","name":"Was Alexander Great? The Life, Leadership, and Legacies of History’s Greatest Warrior","description":"By Wellesley College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-was-alexander-great-the-life-leadership-and-legacies-of-history-s-greatest-warrior-944","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a78857e1-7a23-4410-bbfc-a3e1094eeba3","name":"计算机辅助翻译原理与实践 | Principles and Practice of Computer Aided Translation","description":"By Peking University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx--principles-and-practice-of-computer-aided-translation-1753","topics":"translation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c09eac0-fe71-47ea-907c-eb229159eac9","name":"First Peoples to the Early Republic: Born in Colonialism","description":"By Seattle Central Community College via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-first-peoples-to-the-early-republic-born-in-colonialism-1144","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01572e23-9280-44af-bb61-669d73980e47","name":"The Civil War Era: Dividing a Nation","description":"By Seattle Central Community College via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/the-civil-war-era-dividing-a-nation-2","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ee13e06-ebea-4589-ae77-cd53b6612dff","name":"Doing Journalism with Data: First Steps, Skills and Tools","description":"By European Journalism Centre via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-doing-journalism-with-data-first-steps-skills-and-tools-1601","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48038003-08ca-4543-942a-8e939af65194","name":"Poetry: What It Is, and How to Understand It","description":"By George Washington University via Udemy","image":null,"links":"course|https://www.classcentral.com/course/udemy-poetry-what-it-is-and-how-to-understand-it-2389","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6eb7f39-2c47-4373-8a74-eecf917e7b81","name":"Ideas of the Twentieth Century","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.edx.org/course/ideas-twentieth-century-utaustinx-ut-2-02x","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8af03498-7c42-498e-b6e8-b7a64b688421","name":"Introduction to Media Ethics","description":"By University of Washington via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-introduction-to-media-ethics-2886","topics":"ethics;media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6522f1ab-7b80-4f6a-bef3-48a2cea811f1","name":"Visa List - Do you need visa?","description":null,"image":null,"links":"app|https://visalist.io/","topics":"travel;tourism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8c8b886-f868-4d5b-b8fb-da361a0909c4","name":"Can Everyone Become Talented? - Story of the Polgar Sisters (animated)","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=CZiSxfCmOZY","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bc4b6964-b41a-4d0c-872d-d8c72a8cda80","name":"Spirituality and Sensuality: Sacred Objects in Religious Life","description":"By Hamilton via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-spirituality-and-sensuality-sacred-objects-in-religious-life-2655","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d45719ca-9cbc-428f-aea7-bb5133ce4159","name":"魅力机器人 | The Fascinating World of Robots and Robotics","description":"By via edX","image":null,"links":"course|https://www.classcentral.com/course/edx--the-fascinating-world-of-robots-and-robotics-2444","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81b1294e-2f43-4b2e-a247-277892eb94b6","name":"American Capitalism: A History","description":"By Cornell University via edX","image":null,"links":"course|https://www.edx.org/course/american-capitalism-history-cornellx-hist1514x-0","topics":"history;capitalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d370c38-1408-4b22-b630-05ced05bf9e5","name":"Certificate Course in Writing for a Global Market","description":"By JER Online via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-certificate-course-in-writing-for-a-global-market-2094","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1391e4a2-5324-435c-bedb-efcaef628cdc","name":"The Ethics of Eating","description":"By Cornell University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-ethics-of-eating-3043","topics":"ethics;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea26fe7c-db1f-455b-9e4b-95c9ad1a77a6","name":"Greeks at War: Homer at Troy","description":"By Colgate University via edX","image":null,"links":"course|https://www.edx.org/course/greeks-war-homer-troy-colgatex-gw101x","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4852ea5-a26a-4fbd-be84-10315504edbf","name":"Jesus in Scripture and Tradition","description":"By University of Notre Dame via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-jesus-in-scripture-and-tradition-3052","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32e1875f-a74b-4811-8bb4-f917f3d1e76c","name":"Math in Sports","description":"By University of Notre Dame via edX","image":null,"links":"course|https://www.edx.org/course/math-sports-notredamex-mat150x","topics":"sports;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63122495-a207-4f44-a2b6-3575537f7b26","name":"The Book: Book Sleuthing: What 19th-Century Books Can Tell Us About the Rise of the Reading Public?","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/book-book-sleuthing-what-19th-century-harvardx-hum1-5x","topics":"books;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02135aa9-8847-4850-8f12-6ca41b8966cc","name":"The Book: Books in the Medieval Liturgy","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-book-books-in-the-medieval-liturgy-3839","topics":"books;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b91683a-92c5-4b7a-8661-f0866b290c18","name":"The Book: The Medieval Book of Hours: Art and Devotion in the Later Middle Ages","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/book-medieval-book-hours-art-devotion-harvardx-hum1-8x","topics":"books;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ef949e1-26b5-4180-b204-804812ee924e","name":"Electronic Literature","description":"By Davidson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-electronic-literature-3605","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17f1f849-abb8-407f-9527-75b8c6e6f8cf","name":"Writing Case Studies: Science of Delivery","description":"By Princeton University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-writing-case-studies-science-of-delivery-4908","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e867915-0512-4229-ab87-dbe0b283deb1","name":"Free Will and Neuroscience","description":"By via World Science U","image":null,"links":"course|http://www.worldscienceu.com/courses/master_class/master-class-alfred-mele","topics":"neuroscience;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3c671fe-e051-45dc-9a5a-05c7bc618e25","name":"Smithsonian’s Objects That Define America","description":"By Smithsonian Institution via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-smithsonian-s-objects-that-define-america-3321","topics":"history;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0f392c3-b140-4c48-9e82-e49fcbaee4d2","name":"Innovative Cascadia Poetry","description":"By Cascadia College via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-innovative-cascadia-poetry-5630","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e353cfd-5b79-497f-bad9-f8be325ca4ee","name":"The American Renaissance: Classic Literature of the 19th Century","description":"By Dartmouth via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-american-renaissance-classic-literature-of-the-19th-century-4916","topics":"nations/usa;literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"416516bb-1391-4db9-8512-bf58daab5d01","name":"CCAA | Contemporary Chinese Art Award","description":"By Zurich University of the Arts via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-ccaa-contemporary-chinese-art-award-5399","topics":"nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"795ba445-ca5a-48d3-a313-d65c1ba9ddb9","name":"Shakespeare on the Page and in Performance: Young Love","description":"By Wellesley College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-shakespeare-on-the-page-and-in-performance-young-love-6039","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dce36ba5-3871-447a-bd37-6c6cc5261f1e","name":"Visualizing Postwar Tokyo, Part 2","description":"By The University of Tokyo via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-visualizing-postwar-tokyo-part-2-1843","topics":"nations/japan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"967c4bd2-dbee-461e-b754-284ff8a709f1","name":"Visualizing Postwar Tokyo, Part 1","description":"By The University of Tokyo via edX","image":null,"links":"course|https://www.edx.org/course/visualizing-postwar-tokyo-part-1-utokyox-utokyo001x-1","topics":"nations/japan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99875bc8-cc35-4542-993a-c140faa84c19","name":"Sports Concussion Education","description":"By University of Utah via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-sports-concussion-education-5980","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8779a416-ae18-44c1-bbf3-937591d99223","name":"Shakespeare on the Page and in Performance: Tragic Love","description":"By Wellesley College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-shakespeare-on-the-page-and-in-performance-tragic-love-6037","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"453af367-5d03-4958-a118-0893cd591775","name":"HealthPro Advantage: Anti-Doping Education for the Health Professional","description":"By Stanford Medicine via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-healthpro-advantage-anti-doping-education-for-the-health-professional-10465","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfb92976-cc90-41f9-9ed9-50fca5dcbaf8","name":"Martin Luther King’s Letter from Birmingham Jail","description":"By via +Acumen","image":null,"links":"course|https://www.classcentral.com/course/acumen-martin-luther-king-s-letter-from-birmingham-jail-3141","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5cf6761f-76dc-4b86-95be-8b6c97e5135f","name":"PredictionX: John Snow and the Cholera Epidemic of 1854","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/predictionx-john-snow-cholera-epidemic-harvardx-soc1-jsx","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51138ca4-df97-4805-93cb-d346d6c5225c","name":"Ethics of Sports: Do Sports Morally Matter?","description":"By Hamilton via edX","image":null,"links":"course|https://www.edx.org/course/ethics-sports-do-sports-morally-matter-hamiltonx-phil108x","topics":"ethics;sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ee54b55-ccf4-4e08-8aac-976068b3cec6","name":"Living at the Nuclear Brink: Yesterday and Today","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:MSandE+NuclearBrink+SelfPaced/about","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bb2ac107-5eb6-4c12-9aa6-48e1b97c9846","name":"The Journey of Writing and Scripts in Egypt","description":"By Bibliotheca Alexandrina via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-journey-of-writing-and-scripts-in-egypt-7815","topics":"nations/egypt;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02b16493-2a6d-40ce-9210-5d2da5b953a6","name":"Question Reality! Science, philosophy, and the search for meaning","description":"By Dartmouth via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-question-reality-science-philosophy-and-the-search-for-meaning-6851","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddcf50c5-de70-4085-abdc-40e355a0321d","name":"Deciphering Secrets: Unlocking the Manuscripts of Medieval Burgos (Spain)","description":"By Universidad Carlos iii de Madrid via edX","image":null,"links":"course|https://www.edx.org/course/deciphering-secrets-unlocking-uc3mx-hga-2-1x-0","topics":"history;nations/spain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df922136-3deb-481b-a7a5-67f5cc4d5e24","name":"Will China Rise as a Disruptive Force? The Insiders’ Perspective","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-will-china-rise-as-a-disruptive-force-the-insiders-perspective-3746","topics":"nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85e782b2-ffff-4116-814e-cfd22436a8a7","name":"Mao to Now: On Chinese Marxism","description":"By University of Newcastle via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-mao-to-now-on-chinese-marxism-8067","topics":"nations/china;marxism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2644f7d7-a957-4e65-95c8-c14ee8aa8aee","name":"The Man Who Counted: A Collection of Mathematical Adventures - Malba Tahan - Google Books","description":null,"image":null,"links":"article|https://books.google.com/books/about/The_Man_Who_Counted_A_Collection_of_Math.html?id=DddbCwAAQBAJ","topics":"mathematics;stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae083044-562f-4f96-bbf7-c19893cc282d","name":"Democratic to Authoritarian Rule","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-democratic-to-authoritarian-rule-8259","topics":"history;politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"559aa39d-1ec3-4c6c-ac45-ed64e5aec2b3","name":"The Great War and Modern Philosophy","description":"By KU Leuven University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-great-war-and-modern-philosophy-3877","topics":"history;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8d312c8-cc2f-49f5-8173-ede42c9d2cee","name":"Can You Solve My Problems?","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/32490678-can-you-solve-my-problems","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96b12cd1-fbf6-46db-a21b-a8e9ed433095","name":"Ethics in Life Sciences and Healthcare: Exploring Bioethics through Manga - Part 2","description":"By Kyoto University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ethics-in-life-sciences-and-healthcare-exploring-bioethics-through-manga-part-2-7587","topics":"ethics;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03bb3bc0-80b1-4f98-aa42-3d993aa8d057","name":"Modern Literature of Alexandria","description":"By Bibliotheca Alexandrina via edX","image":null,"links":"course|https://www.edx.org/course/modern-literature-alexandria-bax-bax4","topics":"literature;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee182deb-b1f1-44c2-a88d-5528e24ed4fc","name":"SRINIVASA RAMANUJAN: The Mathematician & His Legacy","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=uhNGCn_3hmc","topics":"ramanujan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"54b70414-698f-4444-b6a2-2ba760b0c752","name":"English for Doing Business in Asia – Writing","description":"By The Hong Kong University of Science and Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-english-for-doing-business-in-asia-writing-2979","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32ee29f9-74f2-45de-adb6-0629e0c26f07","name":"English for Doing Business in Asia – Speaking","description":"By The Hong Kong University of Science and Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-english-for-doing-business-in-asia-speaking-2071","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"104df7df-dc43-407d-a414-ead2907f2fe5","name":"Humanity and Nature in Chinese Thought | 中国哲学思想中的人类与自然观","description":"By The University of Hong Kong via edX","image":null,"links":"course|https://www.edx.org/course/humanity-nature-chinese-thought-zhong-hkux-hku03x","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c92d76a-9224-4e98-b6cb-0688560aa345","name":"Ancient Egyptian Civilization","description":"By Bibliotheca Alexandrina via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ancient-egyptian-civilization-6014","topics":"nations/egypt/history;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3f357c6-de53-4adf-8cb8-f10e916d744f","name":"The Ethics of Memory","description":"By Brown University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-ethics-of-memory-8538","topics":"ethics;memory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acef134b-28d9-4851-a208-bafebde27fbb","name":"Journalism for Social Change","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/journalism-social-change-uc-berkeleyx-j4sc101x-1","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"568cadfb-2d80-4bcc-8d3b-70aed79e4eac","name":"Culture of Services: New Perspective on Customer Relations","description":"By Kyoto University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-culture-of-services-new-perspective-on-customer-relations-5205","topics":"culture;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b029c7f9-33ea-449a-bedd-6bfad0b8efd9","name":"Minds and Machines","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/minds-machines-mitx-24-09x","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40671128-00af-400f-8962-d6bd0821a028","name":"California Leadership for English Learner Success","description":"By Stanford University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-california-leadership-for-english-learner-success-10456","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff05f652-1c22-41d2-af3e-1fbecf34664c","name":"Fear the Boom and Bust: Keynes vs. Hayek - The Original Economics Rap Battle!","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=d0nERTFo-Sk","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":"oer"} +{"iid":"ce528238-754a-47c2-a2bf-64ab11e5c8dd","name":"A History of Violence: From the Middle Ages to Modern Times","description":"By University of Newcastle via edX","image":null,"links":"course|https://www.edx.org/course/history-violence-middle-ages-modern-newcastlex-hov101x","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62f7e04d-cf31-4da0-b7fe-50da83b9cd2f","name":"Language Revival: Securing the Future of Endangered Languages","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-language-revival-securing-the-future-of-endangered-languages-3437","topics":"language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"518f0730-f163-4ff9-ad09-c53f8c2e2491","name":"China Humanities: The Individual in Chinese Culture","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-china-humanities-the-individual-in-chinese-culture-9256","topics":"nations/china/culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0cc0ff52-ab0a-481f-8305-686f6a8ee670","name":"New Zealand Landscape as Culture: Islands (Ngā Motu)","description":"By Victoria University of Wellington via edX","image":null,"links":"course|https://www.edx.org/course/new-zealand-landscape-culture-islands-victoriax-nz101x","topics":"nations/newzealand","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"828471c4-b862-49b9-92c3-cc83076b4e1e","name":"Life and Death: Mysteries and Meanings","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.edx.org/course/practical-thinking-skills-for-a-successful-life","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3e26232-3a3e-4295-b98b-93660dbb994a","name":"Fight of the Century: Keynes vs. Hayek - Economics Rap Battle Round Two","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=GTQnarzmTOc","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":"oer"} +{"iid":"dbfcd34c-a781-4d82-8bd0-c3ecb62ab417","name":"Poetry in America: The Civil War and Its Aftermath","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/poetry-america-civil-war-its-aftermath-harvardx-ampox-5-0","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a636244-f0d8-4b15-a61c-5540d5a29de5","name":"Poetry in America: Modernism","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/poetry-america-modernism-harvardx-ampox-6-0","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7eae13d9-24ea-4057-9916-bc7598caffb0","name":"Mandarin Chinese: First Steps in Chinese","description":"By MandarinX via edX","image":null,"links":"course|https://www.edx.org/course/mandarin-chinese-first-steps-in-chinese","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4d71e05-2b91-4388-953e-9e6e2ad4db25","name":"Jewish Diaspora in Modern China","description":"By Nanjing University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-jewish-diaspora-in-modern-china-3543","topics":"nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0037ea6e-5317-4716-a2b5-d093fd4f74ed","name":"Fantastic Places, Unhuman Humans: Exploring Humanity Through Literature","description":"By Brown University via edX","image":null,"links":"course|https://www.edx.org/course/fantastic-places-unhuman-humans-exploring-humanity-through-literature","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39b291b0-e88d-439e-ab1b-e7b42dbbe0fa","name":"The Civil War and Reconstruction - 1850-1861: A House Divided","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/the-civil-war-and-reconstruction-1850-1861-a-nation-divided","topics":"history;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68d2b41a-7adf-4e24-8635-311df872d8fa","name":"English for Journalists, Part 1","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/english-for-journalists-part-1-2","topics":"journalism;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a83778dd-bd24-4990-b760-d9f1fa94a41f","name":"Sign Language Structure, Learning, and Change","description":"By Georgetown University via edX","image":null,"links":"course|https://www.edx.org/course/sign-language-structure-learning-change-georgetownx-slsx-401-01x","topics":"sign-language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ecdfecbe-e372-493a-95c5-5774d8631378","name":"Introduction to the Quran: The Scripture of Islam","description":"By University of Notre Dame via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-the-quran-the-scripture-of-islam","topics":"islam","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa258da9-03e6-4732-b69e-d084a64361a1","name":"The Medieval Icelandic Sagas","description":"By University of Iceland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-medieval-icelandic-sagas-9734","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0cb1cfa-52bd-4f3f-84c5-d86a5afdcd1a","name":"The World History of Modern Wine","description":"By Trinity College via edX","image":null,"links":"course|https://www.edx.org/course/the-history-of-modern-wine","topics":"history;alcohol","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d946d6c9-f583-4036-8b86-577601a6eb39","name":"The Civil War and Reconstruction - 1861 - 1865: A New Birth of Freedom","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/the-civil-war-and-reconstruction-1861-1865-a-new-birth-of-freedom","topics":"history;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94f1b462-49c4-4665-b171-90a25cdca1a9","name":"Media Writing and Editing","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-media-writing-and-editing-11061","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e4706ca-74aa-4ccb-9e4b-ebac0660decc","name":"Trust and verification in an age of misinformation","description":"By The University of Texas at Austin via Independent","image":null,"links":"course|https://journalismcourses.org/trust&verification.html","topics":"journalism;thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c92f504a-3b34-426e-8f73-05c5172165ab","name":"Mandarin Chinese for Business","description":"By MandarinX via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-mandarin-chinese-for-business-6611","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c26a2bc-df8e-41f6-ac3f-14989e7d9577","name":"Mandarin Chinese Level 2","description":"By MandarinX via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-mandarin-chinese-level-2-5000","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe218d3c-00b4-414b-8e95-cf8c83edf956","name":"Mandarin Chinese Level 3","description":"By MandarinX via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-mandarin-chinese-level-3-7862","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"401ad7c4-3849-4e83-b56f-cb461968478d","name":"Mandarin Chinese Essentials","description":"By MandarinX via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-mandarin-chinese-essentials-11333","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"610f24b5-7a13-4f96-a184-244cd6f7962f","name":"The Tabernacle in Word & Image: An Italian Jewish Manuscript Revealed","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.edx.org/course/the-tabernacle-in-word-image-an-italian-jewish-manuscript-revealed-0","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"686bd494-2eac-444c-9f05-098627fd4e6c","name":"The Civil War and Reconstruction – 1865-1890: The Unfinished Revolution","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/the-civil-war-and-reconstruction-1865-1890-the-unfinished-revolution","topics":"history;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de879154-3a10-4e51-b496-ccf35e32c911","name":"Paradox and Infinity","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-paradox-and-infinity-3603","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4123b4aa-902a-4792-8c48-c87685f1aeda","name":"PredictionX: Lost Without Longitude","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-predictionx-lost-without-longitude-11693","topics":"history;astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6034e14-a7be-4d05-9151-d4955546d170","name":"Sports Coaching: How effective are you?","description":"By Athlete 365 via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-sports-coaching-how-effective-are-you-11739","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c471d770-0392-4668-aa78-efc75af671f7","name":"John Milton: Paradise Lost","description":"By Dartmouth via edX","image":null,"links":"course|https://www.edx.org/course/john-milton-paradise-lost","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5787766c-493c-4112-bebd-c675e1f72db3","name":"New Zealand Landscape as Culture: Maunga (Mountains)","description":"By Victoria University of Wellington via edX","image":null,"links":"course|https://www.edx.org/course/new-zealand-landscape-as-culture-maunga-mountains","topics":"nations/newzealand","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd4947f7-4bad-49bb-ac75-3b74027dc932","name":"Why Do Buses Come in Threes","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/1225641.Why_Do_Buses_Come_in_Threes","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b08196a-54ca-4447-a942-4669f71d759e","name":"English for Journalists, Part 2","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-english-for-journalists-part-2-5832","topics":"journalism;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ca650a1-e19f-4eb8-a894-88d84c96679a","name":"Shakespeare’s Othello: The Moor","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-shakespeare-s-othello-the-moor-11951","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"445faab1-8efd-47a7-9577-91c46df7203b","name":"Shakespeare’s Hamlet: The Ghost","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-shakespeare-s-hamlet-the-ghost-7016","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4ef9428-76d3-4b9f-ae95-773641794bca","name":"Shakespeare’s Merchant of Venice: Shylock","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-shakespeare-s-merchant-of-venice-shylock-8536","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2de9166f-6e51-45a2-a22d-e89fbdfbf80b","name":"AP® English Literature & Composition – Part 1: Stories","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-english-literature-composition-part-1-stories-7207","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34fb3741-68a7-4067-be82-e05ee9ccbf98","name":"Antarctica: From Geology to Human History","description":"By Victoria University of Wellington via edX","image":null,"links":"course|https://www.edx.org/course/antarctica-from-geology-to-human-history","topics":"antarctica","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ddf19a2-7df9-4ac4-9091-87f9989ec80f","name":"Fantastic Fiction and Where to Find It","description":"By Linnaeus University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/linnaeus-university/courses/fantastic-fiction","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24b3ba3f-2c65-4fe5-ad64-45dfab43a979","name":"The Divine Comedy: Dante's Journey to Freedom","description":"By Georgetown University via edX","image":null,"links":"course|https://www.edx.org/course/the-divine-comedy-dantes-journey-to-freedom","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"800e2790-6bca-4802-9fa8-4181659a27bb","name":"Critical Thinking: Fundamentals of Good Reasoning","description":"By Campus - the Israeli National Project for Digital Learning via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-critical-thinking-fundamentals-of-good-reasoning-12337","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36788cbd-b3ae-4ab3-9359-551a160a2a11","name":"Early Christian Outlook and its Jewish Matrix: Narratives of Gospels and Acts","description":"By Campus - the Israeli National Project for Digital Learning via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-early-christian-outlook-and-its-jewish-matrix-narratives-of-gospels-and-acts-12371","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d955fc7c-9399-4ca4-9d26-74bf0337620b","name":"Copywriting: Improve User Experience One Word at a Time","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-copywriting-improve-user-experience-one-word-at-a-time-8948","topics":"writing;copywriting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b52aea8-11f0-4cc4-a944-d6206e0daf15","name":"Upper-Intermediate English: Modern Life","description":"By Universitat Politècnica de València via edX","image":null,"links":"course|https://www.edx.org/course/upper-intermediate-english-modern-life-0","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ea5eefa-7e89-40a1-9cc8-c3ea9ab2b635","name":"Reading Religious Conversion","description":"By Technion - Israel Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-reading-religious-conversion-12532","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1a18b1a-369b-4c99-90e7-7b749818e0e0","name":"How to Write a Novel: Edit & Revise","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-how-to-write-a-novel-edit-revise-10018","topics":"writing;literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91e0491e-4f36-4a16-b0e5-e77da2aee704","name":"AP® English Literature & Composition – Part 2: Poems","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/ap-english-literature-composition-part-2-poems","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"500a5311-dd29-4fe8-82a2-9f9e25b2d6d4","name":"Libertarian Free Will: Neuroscientific and Philosophical Evidence","description":"By Dartmouth via edX","image":null,"links":"course|https://www.edx.org/course/yes-we-have-free-will-neuroscientific-and-philosophical-evidence","topics":"philosophy;neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ba643c8-106c-43e2-a78b-a9bcdb8a8e1b","name":"The Science of Religion","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/the-science-of-religion-3","topics":"religion;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d51362d6-26aa-475c-8275-0ec0e84f0edd","name":"The Conscious Mind - A Philosophical Road Trip","description":"By Trinity College via edX","image":null,"links":"course|https://www.edx.org/course/the-conscious-mind-a-philosophical-road-trip-0","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9970c449-e627-41d6-bff8-2c8b060f4e70","name":"How Many Socks Make a Pair?","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/5233495-how-many-socks-make-a-pair","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1410aac2-0299-4abe-a2a4-0c253e45a21d","name":"Professional Sport Management","description":"By Athlete 365 via Independent","image":null,"links":"course|https://www.olympic.org/athlete365/courses/professional-sport-management/","topics":"sports;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6191cedb-db94-4148-96cd-aebf25d0c4f1","name":"Sports Media - How to Build Your Athlete Brand","description":"By University of Alabama via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-sports-media-how-to-build-your-athlete-brand-6733","topics":"sports;media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1536bc2e-b28e-42f9-8963-699545c4bcad","name":"Sports Medicine: Understanding Sports Injuries","description":"By Athlete 365 via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-sports-medicine-understanding-sports-injuries-10200","topics":"sports;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8792e36-f02b-4390-822d-0c680cabcba3","name":"Sports Nutrition: Eat to Compete","description":"By Athlete 365 via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-sports-nutrition-eat-to-compete-8887","topics":"sports;nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"afaf9885-06ae-451e-9990-74b80ded24f8","name":"Career Transition – Preparing for Future Success","description":"By Athlete 365 via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-career-transition-preparing-for-future-success-8891","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de8afd21-5bc7-4f77-9955-3033cae5fdad","name":"The Art and Science of Coaching","description":"By Athlete 365 via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-the-art-and-science-of-coaching-8889","topics":"coaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3b9df29-5d19-4836-bfb3-2b078a9b4243","name":"Safeguarding Athletes from Harassment and Abuse","description":"By McMaster University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-safeguarding-athletes-from-harassment-and-abuse-9542","topics":"sports;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f87029b-ce51-44f5-a776-4d6d2e6d49bf","name":"Sports Psychology - Getting in the Zone","description":"By Athlete 365 via Independent","image":null,"links":"course|https://www.olympic.org/athlete365/courses/sports-psychology-getting-in-the-zone/","topics":"sports;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc3fa850-2270-4018-ad9a-105734bbdde4","name":"Exercise Physiology – The Body In Motion","description":"By Athlete 365 via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-exercise-physiology-the-body-in-motion-8892","topics":"sports;physiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8269defb-77e9-4b4e-a53b-a04d31c54c0a","name":"Career Transition: Life after Sport","description":"By Athlete 365 via Independent","image":null,"links":"course|https://www.olympic.org/athlete365/courses/career-transition-life-after-sport/","topics":"careers;sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5817fc8-4aa2-4956-94ac-b54397f87fc2","name":"Business Start–Up: From Idea to Launch","description":"By Athlete 365 via Independent","image":null,"links":"course|https://www.olympic.org/athlete365/courses/business-start-up-from-idea-to-launch/","topics":"startups","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd74491e-53a4-41b1-aa6d-39a1d525f9f3","name":"Data Analytics Courses in Hyderabad with Certification Training","description":null,"image":null,"links":"website|https://intellipaat.com/data-analytics-course-hyderabad/","topics":"career;edtech","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"04d7f46a-bc81-4d4b-81f8-0e0dc0ea4019","name":"Philosophy and Critical Thinking","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/philosophy-and-critical-thinking-0","topics":"philosophy;thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0aca61ee-19fd-45d1-ab6e-c503e62be6ba","name":"Wage Work for Women Citizens: 1870-1920","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/wage-work-for-women-citizens-18701920","topics":"history;women","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbf0c7d5-aa40-4f6c-973d-a56b0239b182","name":"Fighting for Equality: 1950–2018","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/fighting-for-equality-19502018","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5c945cc-546b-48f8-a45d-b6f050151aa6","name":"Seeking Women’s Rights: Colonial Period to the Civil War","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/seeking-womens-rights-colonial-period-to-the-civil-war","topics":"history;women","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"494999b0-24fa-4db1-a6ec-9d167cf956d7","name":"Negotiating a Changing World: 1920-1950","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/negotiating-a-changing-world-19201950","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91cc0636-9e3f-4d0b-a57b-3012b1daa1f5","name":"China’s Political and Intellectual Foundations: From Sage Kings to Confucius","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-china-s-political-and-intellectual-foundations-from-sage-kings-to-confucius-13152","topics":"nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a4e734d-09fa-4e5b-ab53-2b1cf8f32392","name":"China’s First Empires and the Rise of Buddhism","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-china-s-first-empires-and-the-rise-of-buddhism-1617","topics":"history;nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f4c0a61-e18d-4f97-b5fb-a2cbe5ea8602","name":"Cosmopolitan Tang: Aristocratic Culture in China","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cosmopolitan-tang-aristocratic-culture-in-china-1773","topics":"nations/china/culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dcc4d131-d0d3-4e40-a06c-a57d3ba1aa9f","name":"Italian Language and Culture: Intermediate (2019-2020)","description":"By Wellesley College via edX","image":null,"links":"course|https://www.edx.org/course/italian-language-and-culture-intermediate","topics":"languages/italian;nations/italy/culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df2fa49c-64b9-4d84-b044-94e47c4d7de6","name":"Italian Language and Culture: Advanced (2019-2020)","description":"By Wellesley College via edX","image":null,"links":"course|https://www.edx.org/course/italian-language-and-culture-advanced","topics":"languages/italian;nations/italy/culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ad909a4-ec73-4020-9bab-857abd2efa2b","name":"Italian Language and Culture: Beginner (2019-2020)","description":"By Wellesley College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-italian-language-and-culture-beginner-2019-2020-5642","topics":"languages/italian;nations/italy/culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fdf6bd3c-bb00-49ab-b836-d9d4b15d473e","name":"Introduction to Kabbalah","description":"By Ben-Gurion University of the Negev via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-kabbalah-9439","topics":"religion;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae1a4242-0c41-432f-a6c1-2774ac4dffab","name":"Visualizing Imperialism & the Philippines, 1898-1913","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/visualizing-us-imperialism-the-philippines-1898-1913","topics":"history;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68ffa599-44dc-428c-b56d-4c1fea30c6f0","name":"Data Science Ethics","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/course/data-science-ethics-0","topics":"data-science;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f25fb928-318c-4996-abbf-7cee994fbaf7","name":"Writing, Presenting and Submitting Scientific Papers in English | 英文科技论文写作与学术报告","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-writing-presenting-and-submitting-scientific-papers-in-english--8084","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"666ea800-bd1d-40ba-95ef-c1d00f861961","name":"Just Reading and Writing in English | 生活英语读写","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-just-reading-and-writing-in-english--8244","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b3ee298-3065-4dce-afbb-d5d5768081e6","name":"Chinese History From Warring States to the Tang Dynasty | 资治通鉴","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-chinese-history-from-warring-states-to-the-tang-dynasty--3344","topics":"nations/china/history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47eec03b-4a6d-49f5-9e49-bedf98020b4a","name":"Plato, Socrates, and the Birth of Western Philosophy | 西方哲学精神探源","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-plato-socrates-and-the-birth-of-western-philosophy--8109","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"021125c0-f48f-4db0-9c52-058d01a560a1","name":"The Bible in Light of the Ancient Near East","description":"By Bar-Ilan University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-bible-in-light-of-the-ancient-near-east-9453","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50ac689d-d334-468a-8bdd-2684b719744d","name":"Contemporary Japanese Society: What Has Been Happening Behind Demographic Change?","description":"By The University of Tokyo via edX","image":null,"links":"course|https://www.edx.org/course/contemporary-japanese-society-what-has-been-happening-behind-demographic-change","topics":"nations/japan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63205fce-8e7d-44af-a917-599c6be29496","name":"汉语与文化交际 Chinese Cultural Communication","description":"By Peking University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx--chinese-cultural-communication-7370","topics":"nations/china/culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c815058-3669-4c26-b02a-f85c21be7ad6","name":"Religious Literacy: Traditions and Scriptures","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-religious-literacy-traditions-and-scriptures-5844","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e335be52-547b-4cdc-984e-a735f37dd07f","name":"Religion, Conflict and Peace","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-religion-conflict-and-peace-9452","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4369b882-4a58-4b7e-9b08-001aadd9967d","name":"News Algorithms: The Impact of Automation and AI on Journalism","description":"By Knight Center for Journalism in the Americas via Independent","image":null,"links":"course|https://journalismcourses.org/resource/alg0119.html","topics":"journalism;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb31a491-5f6e-423c-88a5-0078ff58b983","name":"AP® English Literature & Composition – Part 3: Plays","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-english-literature-composition-part-3-plays-7205","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c66ab77-bd6a-4a40-9439-0ff62eefedf9","name":"Buddhism Through Its Scriptures","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/buddhism-through-its-scriptures-2","topics":"buddhism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b538d036-c5e0-45ff-b6c6-71a673a69089","name":"Literati China: Examinations, Neo-Confucianism, and Later Imperial China","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/china-part-4-literati-china-examinations-and-neo-confucianism-2","topics":"nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a171d99-307e-4db8-938a-97009c97ab9f","name":"Global China: From the Mongols to the Ming","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/china-part-5-from-a-global-empire-under-the-mongols-to-a-global-economy-under-the-ming-dynasty-2","topics":"nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53c502ad-e382-4cf7-959d-0cbd4d7653e2","name":"Noongar Language and Culture","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-noongar-language-and-culture-11341","topics":"noongar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a04afd0-7a32-454c-a89c-4640320910af","name":"Japanese Pronunciation for Communication","description":"By Waseda University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-japanese-pronunciation-for-communication-6737","topics":"languages/japanese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee298f69-2b2a-4b58-8483-f7e0fa7a705d","name":"Spanish for beginners: Learn in paradise","description":"By The Pontificia Universidad Javeriana via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-spanish-for-beginners-learn-in-paradise-11372","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4f80d28-661f-4034-ac0e-872c1bf7c474","name":"Islam Through Its Scriptures","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/islam-through-its-scriptures-2","topics":"islam","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddadd91d-a293-4094-a406-84a8014d0fcf","name":"Introduction to Animal Ethics","description":"By Kyoto University via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-animal-ethics-2","topics":"ethics;animals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e743d5fd-67b5-4bc9-bdf2-b094c9fa1d89","name":"Power and Responsibility: Doing Philosophy with Superheroes","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-power-and-responsibility-doing-philosophy-with-superheroes-9708","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"660b5702-40b2-408a-898e-4e5a8ab8cac6","name":"Introduction to Digital Humanities","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/an-introduction-to-digital-methods-for-the-humanities","topics":"humanities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c84e666-7b46-4720-994c-d95d5affcfee","name":"Women Making History: Ten Objects, Many Stories","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/women-making-history-ten-objects-many-stories","topics":"women","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70f2d36a-1be4-4a05-a913-1c3f6a7f3b63","name":"Introduction to Bioethics","description":"By Georgetown University via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-bioethics-2","topics":"ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90d8085e-46e8-4234-a1e0-73f0c5e70307","name":"How to Do Things with Memes","description":"By Davidson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-how-to-do-things-with-memes-13483","topics":"communication;memes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c94d24b-eb95-45cd-ad0e-e87606a278c9","name":"How to Write a Novel: Writing the Draft","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-how-to-write-a-novel-writing-the-draft-3938","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f1efbf2-ed6c-44f7-9722-1b4282c09ef7","name":"Judaism Through Its Scriptures","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/judaism-through-its-scriptures-2","topics":"judaism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e1de676-f302-4b2e-b941-90cc902eb284","name":"Everything About Aquatics","description":"By Longwood Gardens via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-everything-about-aquatics-11792","topics":"aquatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a463a939-9c5c-4f47-a81c-22d760eb3f68","name":"Indian & Tibetan River of Buddhism","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/indo-tibetan-river-of-buddhism","topics":"buddhism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"548c7822-5922-4c6b-93f7-4dee12f4a9fc","name":"Contemporary Manuscript Illumination of Herat","description":"By Ministry of Higher Education of Afghanistan via edX","image":null,"links":"course|https://www.edx.org/course/contemporary-manuscript-illumination-of-herat","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36568001-e1dd-4deb-a0ad-2985d48f7f00","name":"Creating Modern China: The Republican Period to the Present","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-creating-modern-china-the-republican-period-to-the-present-2468","topics":"nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a744ad1-e93f-46b9-ab3a-c75e5bcc62bb","name":"Modern China’s Foundations: The Manchus and the Qing","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/china-part-6-the-manchus-and-the-qing-dynasty-2","topics":"nations/china/history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7a2b5a1-919a-40b2-802b-a992fd07f965","name":"Invasions, Rebellions, and the Fall of Imperial China","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/china-part-7-invasions-rebellions-and-the-fall-of-imperial-china-2","topics":"nations/china/history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2424facb-c2d0-48f5-8658-2bd181c1e141","name":"Hinduism Through Its Scriptures","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/hinduism-through-its-scriptures-2","topics":"hinduism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6379d83-4430-4059-bb29-402bbd3b2e2a","name":"Biblical Archaeology: The archaeology of ancient Israel and Judah","description":"By Technion - Israel Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/biblical-archaeology-the-archaeology-of-ancient-israel-and-judah-2","topics":"christianity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa20023b-f8b5-4c16-be7d-c9c4a378b2c5","name":"Oriental Beliefs: Between Reason and Traditions","description":"By Université catholique de Louvain via edX","image":null,"links":"course|https://www.edx.org/course/oriental-beliefs-between-reason-and-traditions-2","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d96d02b5-030e-43c8-9d5f-cb0af70a6857","name":"So You Think You've Got Problems?","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/44032416-so-you-think-you-ve-got-problems","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8725d650-a500-423e-adc2-9353dfd70cfe","name":"Christianity Through Its Scriptures","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/christianity-through-its-scriptures-2","topics":"christianity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3d6ba92-7661-45bf-962b-9af72af959b9","name":"The Spain of Don Quixote","description":"By Universidad Autónoma de Madrid via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-spain-of-don-quixote-8842","topics":"history;literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b36bd9bc-e524-4bc7-896b-60d87966e133","name":"China and Communism","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/china-part-9-china-and-communism-2","topics":"communism;nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38bf09bc-1600-4cda-918e-e678f57a2d71","name":"Contemporary China: The People's Republic, Taiwan, and Hong Kong","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/china-part-10-greater-china-today-the-peoples-republic-taiwan-and-hong-kong-2","topics":"nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6bdac35-23d1-4900-b178-fb4c77dd97cb","name":"Sikhism Through Its Scriptures","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sikhism-through-its-scriptures-11388","topics":"sikhism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b29c8f33-6e95-423b-93a9-fb56478b153c","name":"Ethics in Action","description":"By SDG Academy via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ethics-in-action-14418","topics":"ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c095ed8-8a9e-4af3-9407-82d6878e6f40","name":"Why Religion Matters: Religious Literacy, Culture and Diversity","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-why-religion-matters-religious-literacy-culture-and-diversity-14493","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9639e31d-1135-47e1-b106-bbf64b4ab233","name":"Existential Well-being Counseling: A Person-centered Experiential Approach","description":"By KU Leuven University via edX","image":null,"links":"course|https://www.edx.org/course/existential-well-being-counseling-a-person-centered-experiential-approach-2","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a86d4697-9bd2-43bd-afdd-23787c159155","name":"Understanding English Dictionaries","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-english-dictionaries-14370","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46c7f06b-2078-48c1-bef4-5f4674e36c9c","name":"The Book of Kells: Exploring an Irish Medieval Masterpiece","description":"By Trinity College Dublin via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-book-of-kells-exploring-an-irish-medieval-masterpiece-11690","topics":"religion;literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49f46983-3db5-44ad-8b68-e79fba544d53","name":"Systematic Literature Review: An Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-systematic-literature-review-an-introduction-13771","topics":"research;academics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd771167-2548-4017-a37e-7668280b996b","name":"Introduction to Korean 2","description":"By Hanyang University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introduction-to-korean-2","topics":"languages/korean","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a8b4018-9bd2-4a39-a13c-719f5d3a19f1","name":"Take Your English Communication Skills to the Next Level","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-take-your-english-communication-skills-to-the-next-level-5597","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf816c60-7d63-4a33-a6b5-0ded3fcb05f1","name":"Advanced Grammar & Punctuation Project","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-advanced-grammar-punctuation-project-7285","topics":"grammar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"803a2600-4dab-4c00-9047-46122c5bf3ca","name":"Ethics in Life Sciences and Healthcare: Exploring Bioethics through Manga","description":"By Kyoto University via edX","image":null,"links":"course|https://www.edx.org/course/ethics-in-life-sciences-and-healthcare-exploring-bioethics-through-manga-2","topics":"ethics;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8951c1a7-668d-49a1-8dba-6eb0cb8dbc50","name":"Magna Carta and its Legacies: Freedom and protest","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-magna-carta-and-its-legacies-freedom-and-protest-13872","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4a648b1-8b62-475a-884f-03865a845fd2","name":"Media Freedom and Freedom of Expression in Africa","description":"By University of the Witwatersrand via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-media-freedom-and-freedom-of-expression-in-africa-11872","topics":"africa;media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"829c7375-7a8d-467c-aa0b-426f873169a8","name":"Business English: Final Project","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-english-final-project-7427","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f7fc485-c2d9-4251-96d8-2453d90a0780","name":"Walter Scott: The Man Behind the Monument","description":"By University of Aberdeen via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-walter-scott-the-man-behind-the-monument-14392","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c721f102-bebd-4632-85c5-4efc9a55c8fc","name":"Effective Business Writing","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-effective-business-writing-10278","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"892c8866-03c9-4f69-808d-a73bc5dcff48","name":"Italian for Beginners 5: Time To Travel","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/italian-for-beginners-5","topics":"languages/italian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7920263-2212-4485-b0e1-9ae970e11968","name":"Cultural Heritage in Transformation","description":"By RWTH Aachen University via edX","image":null,"links":"course|https://www.edx.org/course/cultural-heritage-in-transformation-2","topics":"culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8037d667-aa9b-4cbb-8fd1-2cab134a4950","name":"Spanish for Beginners 5: Getting Things Done","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/spanish-for-beginners-5","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36bbf213-cc8d-4cb0-89a2-7c66f1862716","name":"German at Work Post-Beginners 1: Deutsch am Arbeitsplatz","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/german-1","topics":"languages/german","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28b87ec7-21f3-4dbb-9c58-bfc9b03261d0","name":"What is Character? Virtue Ethics in Education","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-what-is-character-virtue-ethics-in-education-2869","topics":"ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63a70d2c-dfe1-4809-8b9b-af7e13c6ae12","name":"ELL Success in the Content Classroom: Capstone Project","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ell-project","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86714774-2308-4dbb-a193-277e28de0530","name":"German at Work Intermediate 1: Deutsch am Arbeitsplatz","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/german-intermediate-1","topics":"languages/german","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"748749f4-2bdc-468f-be69-d661e4dc347d","name":"Chinese Thought: Ancient Wisdom Meets Modern Science - Part 2","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-chinese-thought-ancient-wisdom-meets-modern-science-part-2-3709","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"449ac61a-2003-4b6c-982f-d6a6a262f9e1","name":"Cultural Diversity and the City","description":"By European University Institute via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-cultural-diversity-and-the-city-9813","topics":"culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a28c95e-3296-4a06-a5ef-e44b4fd1a749","name":"Digital Wellbeing","description":"By University of York via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-digital-wellbeing-11752","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f13a1606-3bad-4366-98fd-a14a50239de2","name":"Lancaster Castle and Northern English History: The View from the Stronghold","description":"By Lancaster University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/lancaster-castle","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e81d815-ef32-4f7e-8409-b94c3e789d73","name":"Norwegian for Beginners 2","description":"By Norwegian University of Science and Technology via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/norwegian-for-beginners-2","topics":"languages/norwegian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acfd86a5-36b7-4f87-9515-572b2cd87d99","name":"Business English: Capstone Project","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-english-capstone-project-5610","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd96dd62-ad13-496e-b1b5-0331f968bf3c","name":"Humphry Davy: Laughing Gas, Literature, and the Lamp","description":"By Lancaster University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/humphry-davy","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca3ffaff-e356-46d3-b7e8-2e62acd2081f","name":"Capstone: Your Story","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/story-writing-project","topics":"grammar;writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95e83b7f-f7cd-408e-9800-8e751d109380","name":"The Fall of the Roman Republic","description":"By Colorado State University Online via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/fall-of-the-roman-republic","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bf5162c-b8c7-4815-b462-bd2c18f4c742","name":"Italian for Beginners 6: Out And About","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/italian-for-beginners-6","topics":"languages/italian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86d017f6-3b52-4538-904b-ebf537730670","name":"Spanish for Beginners 6: Out and About","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-spanish-for-beginners-6-out-and-about-6666","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"087d185a-9031-49af-a67b-23462d294b57","name":"German at Work Post-Beginners 2: Deutsch am Arbeitsplatz","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-german-at-work-post-beginners-2-deutsch-am-arbeitsplatz-10677","topics":"languages/german","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5926a59c-d31a-4355-8402-b6715d4d9c7a","name":"German at Work Intermediate 2: Deutsch am Arbeitsplatz","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-german-at-work-intermediate-2-deutsch-am-arbeitsplatz-11043","topics":"languages/german","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bb62de9-bef4-4904-9fee-eb34feff75ed","name":"Environmental Challenges: Scarcity and Conflict in the Natural Environment","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/environmental-ethics-scarcity-conflict","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b509f0b-45a8-48e7-ad09-ff18eaf95c4e","name":"Logic and Paradoxes","description":"By Universidad de Navarra via Miríadax","image":null,"links":"course|https://miriadax.net/web/logic-and-paradoxes-2-edicion-/inicio","topics":"logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37a04983-d9be-4076-8364-44b70a9dfb77","name":"Getting Started with Essay Writing","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/getting-started-with-essay-writing","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74a06d4c-a0e7-451b-8b27-6578d7deb4c2","name":"Ancient Philosophy: Aristotle and His Successors","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/aristotle","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96ba91a0-7952-43a9-87f1-7636f24b0c91","name":"European Empires: An Introduction","description":"By University of Newcastle via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/european-empires","topics":"history;europe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1cfb7c46-a071-48bb-8ce2-657a55a7ba5f","name":"What Does It Mean to Be Human? An Introduction to the Humanities","description":"By University of Newcastle via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-what-does-it-mean-to-be-human-an-introduction-to-the-humanities-12746","topics":"humanities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40070617-90f8-432b-8423-779a738c9079","name":"Indian Fiction in English","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-indian-fiction-in-english-14120","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4938463-29d1-43e5-a717-7bc00f7b7f95","name":"Technical english for engineers","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_hs31/preview","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"465cbdb4-8b45-4bce-a414-ade78c0ea224","name":"Short Fiction in Indian Literature","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-short-fiction-in-indian-literature-14287","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5138b000-9d6e-4532-a1c0-4d01d6f98dc2","name":"Fairy Tales: Meanings, Messages, and Morals","description":"By University of Newcastle via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-fairy-tales-meanings-messages-and-morals-13807","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bec26925-7b1c-4b99-a437-890278dacbfe","name":"Research Writing: How to Do a Literature Review","description":"By University of Wollongong via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-research-writing-how-to-do-a-literature-review-9798","topics":"research;writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"209745a5-5126-4ab8-b8d0-424234acc2bd","name":"Appreciating Linguistics: A typological approach","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-appreciating-linguistics-a-typological-approach-13901","topics":"linguistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bac99c4-e1ff-4681-a35f-bf3841f3c4dc","name":"Confronting Captain Cook: Memorialisation in Museums and Public Spaces","description":"By National Maritime Museum Greenwich via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/captain-cook","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d9d04d6-ca70-4807-ac72-56629d040b6e","name":"The Victorian Gothic Short Story","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-the-victorian-gothic-short-story-14331","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e39c1e8a-824f-4fb7-9b28-7bdd8db5aac8","name":"Introduction to Ancient Indian Technology","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ae07/preview","topics":"history;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02737ce9-89b0-4854-8d45-3671e4687adf","name":"German-I","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-german-i-14096","topics":"languages/german","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f72d2c7-ee20-44fc-a63b-223575290323","name":"Introduction to Japanese Language and Culture","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-japanese-language-and-culture-14152","topics":"languages/japanese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1268ca6-c29f-41ad-8d32-780ac862db4d","name":"https://twitter.com/AMAZlNGSCIENCE/status/1331804760211554304","description":null,"image":null,"links":"image|https://twitter.com/AMAZlNGSCIENCE/status/1331804760211554304","topics":"surface-tension","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b29832e0-e4ad-4f7c-bddd-18f25fc36b83","name":"Knowledge Exchange: Using, Protecting and Monetizing Ideas with Third Parties","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-knowledge-exchange-using-protecting-and-monetizing-ideas-with-third-parties-9528","topics":"humanities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7b0c44f-40fb-43a7-b8c3-c32488ac7e82","name":"German-II","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-german-ii-14097","topics":"languages/german","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b111cb9c-fe0e-45df-b5c7-4d53ce87b0aa","name":"History of English Language and Literature","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-history-of-english-language-and-literature-14108","topics":"history;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b5feda2-ff36-406a-a8d9-86247dc23925","name":"Proficiency Course in Russian","description":"By CEC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_lg05/preview","topics":"languages/russian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c317c519-e41e-4243-918c-ac1576c53cd2","name":"Proficiency course in French","description":"By CEC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_lg04/preview","topics":"languages/french","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0ab208c-4f35-454d-a1f0-0a226a141dcc","name":"The Making of the US President: A Short History in Five Elections","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-making-of-the-us-president-a-short-history-in-five-elections-7349","topics":"history;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75e39e74-5705-4876-a6d8-baf3519828d9","name":"Proficiency Course in Spanish","description":"By CEC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_lg03/preview","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b552a89f-fe76-4b09-bd39-cc71703607bf","name":"Advanced Writing","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-advanced-writing-4233","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b8a0f5f-7fcc-49af-b543-dfbe82ab736d","name":"Chinese Culture and Contemporary China","description":"By Nanjing University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-chinese-culture-and-contemporary-china-7651","topics":"nations/china/culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8271aaeb-435e-4f4e-8879-748688619801","name":"Know Thyself - The Value and Limits of Self-Knowledge: The Unconscious","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-know-thyself-the-value-and-limits-of-self-knowledge-the-unconscious-12835","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb9704b5-cccc-4c2d-b70d-20e22c571776","name":"The Rooseveltian Century","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/roosevelt","topics":"history;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b59f077b-acbe-4705-a390-ca7c11d593a1","name":"Discovering Science: Science Writing","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/discovering-science-science-writing","topics":"writing;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"925b54b5-f00d-430a-9546-59ed022cd607","name":"Introduction to Who Wrote Shakespeare","description":"By Goldsmiths, University of London via Coursera","image":null,"links":"course|https://www.coursera.org/learn/shakespeare","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41734e43-8fb2-4cf5-b34a-b0e2f4b3f7ae","name":"Introduction to Research Ethics: Working with People","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/research-ethics-an-introduction","topics":"ethics;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5906a35-ace4-4eab-820a-5c599434751c","name":"America Through Foreign Eyes","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-america-through-foreign-eyes-3705","topics":"nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3c32875-32ef-457e-86d0-c1745633491a","name":"Project: Writing a Research Paper","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-project-writing-a-research-paper-5105","topics":"research;writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a85df099-8ff8-4fa6-bddc-f2fdb72f9b3e","name":"WW1 Heroism: Through Art and Film","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/ww1-heroism-art-film","topics":"first-world-war","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fca46267-3917-445a-be28-980afc5bcec1","name":"Mandarin Chinese 2: Chinese for Beginners","description":"By Shanghai Jiao Tong University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mandarin-chinese-2","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b8ec71a-a95b-48a6-897e-dff9557d8724","name":"Mandarin Chinese 1: Chinese for Beginners","description":"By Shanghai Jiao Tong University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mandarin-chinese-1-chinese-for-beginners-7171","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db9b0c40-41dc-4b07-96c0-caff578bcf14","name":"Academic Writing","description":"By UGC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_ge03/preview","topics":"writing;academics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"880466d1-4880-4a9d-9b8d-50a1e5aa219e","name":"Geography of Tourism","description":"By University of Mysore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_hs09/preview","topics":"tourism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"776f2186-7eb7-40c5-94e6-68d4293a1f5f","name":"Sahitya ka Itihas Darshan","description":"By Assam University, Silchar via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_hs46/preview","topics":"literature;languages/hindi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1970f775-b5cc-496d-8b45-85483f1281b3","name":"Society and Media","description":"By UGC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_hs49/preview","topics":"society;media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"136c5744-f30e-4723-8224-c89a5066eb23","name":"Research Ethics","description":"By Central University of Himachal Pradesh via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-research-ethics-14273","topics":"research;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df9ca60c-c87b-422c-924b-5c632bca07f7","name":"Shakespeare Across Cultures","description":"By Central University of Kerala via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_hs47/preview","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e246ed6a-1b2d-4322-9eff-c33ec4eebf6c","name":"International Tourism Destinations","description":"By University of Mysore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_mg27/preview","topics":"tourism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7c4d69e-68f7-4f32-8d68-4539245524c0","name":"Introductory Sanskrit: Grammar","description":"By Shri Lal Bahadur Shastri Rashtriya Sanskrit Vidyapeeth via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_hs39/preview","topics":"languages/sanskrit","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d264b3d-cb37-4002-8e42-9d3b5310b2f6","name":"Aspects of European History (1780- 1939)","description":"By St. Xavier's College (Autonomous), Kolkata via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_hs17/preview","topics":"history;europe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76988fe6-ec88-45b7-8e14-f937535efe4f","name":"NPR Cookie Consent and Choices","description":null,"image":null,"links":"article|https://www.npr.org/2020/12/18/944594193/new-york-times-retracts-hit-podcast-series-caliphate-on-isis-executioner","topics":"america","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf230e32-e396-4a42-b7c5-793fbe13177f","name":"Literary Criticism","description":"By CEC via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-literary-criticism-14176","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0907e5ac-f5fe-4107-9256-661045b360be","name":"Spanish for Beginners 3: My Life","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-spanish-for-beginners-3-my-life-6663","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5efe80f7-a80d-4016-9ea8-de7bc6b0b266","name":"How to Read a Novel","description":"By University of Edinburgh via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-how-to-read-a-novel-8376","topics":"reading;literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7544ed6-60e1-4e2a-9b51-82f8c93f4bbe","name":"Robert Burns: Poems, Songs and Legacy","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/robert-burns","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8495baae-aba1-49d9-9f22-dc0bf8f70e00","name":"Introducing Humanism: Non-religious Approaches to Life","description":"By Humanists UK via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introducing-humanism-non-religious-approaches-to-life-10179","topics":"humanism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff1b32ad-9b39-4cc4-9c38-e57ce4b092be","name":"Italian for Beginners 3: My Daily Life","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-italian-for-beginners-3-my-daily-life-6833","topics":"languages/italian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"172e253d-0974-4e7f-82ed-3d041d0a806b","name":"The Tudors","description":"By University of Roehampton via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-tudors-12832","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfc04a55-f0e2-4b68-9ed2-422a18d5328f","name":"Document Processing and Organisation","description":"By IGNOU via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-document-processing-and-organisation-14014","topics":"libraries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6c4792b-ceac-41c8-95c3-55ba92c93ffb","name":"Library Automation and Digitisation","description":"By IGNOU via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_nou19_lb01/preview","topics":"libraries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"704cbe2a-1c1d-4acb-a4ac-7ef9612fcc1c","name":"Basics of Russian-Part 1, Basics of Russian: Communication Skills-II","description":"By IGNOU via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-basics-of-russian-part-1-basics-of-russian-communication-skills-ii-13911","topics":"languages/russian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a391b01-b4ce-4239-baa1-12ee4b5a4e77","name":"Information Sources and Library Services","description":"By IGNOU via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_nou19_lb04/preview","topics":"libraries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35ce1b9b-4b45-4ec1-9b9d-37715635c5a0","name":"Book Summaries : 100 + Free Book Summaries | Summary Lover","description":null,"image":null,"links":"article|https://summarylover.com/2021/01/book-summaries.html","topics":"awareness;biography","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"4697d1bc-fac8-4d35-9548-1965eca763d8","name":"Isocrates","description":"By University of Pittsburgh via Open Education by Blackboard","image":null,"links":"course|https://coursesites.com/?course_id=_278442_1","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39362994-fb98-4374-b4d8-ceb2537fe373","name":"Matthew W Thomas | An Economics Ph.D. Candidate at Northwestern University","description":null,"image":null,"links":"people|https://mattwthomas.com/","topics":"economics;academia","creators":null,"year":null,"difficulty":"research","cost":null,"rating":"4.33","tags":null} +{"iid":"fc7af98c-5717-4d6a-8706-94b9d5d2aab2","name":"Logic and Paradoxes","description":"By Universidad de Navarra via Open Education by Blackboard","image":null,"links":"course|https://coursesites.com/?course_id=_284424_1","topics":"logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"462f612c-008d-47dd-99cf-0661a494acca","name":"Spanish Basics","description":"By via Independent","image":null,"links":"course|http://ww12.spanishmooc.com","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd2b8f5c-20bc-4c8f-bc61-934a35c5290a","name":"AI12.2x: Poetry in America: Whitman","description":"By via ","image":null,"links":"course|https://www.edx.org/course/poetry-in-america-whitman","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3c7e511-98b0-49b5-a9bb-406ec4dc080f","name":"Every Atom: Walt Whitman’s Song of Myself","description":"By University of Iowa via Independent","image":null,"links":"course|https://www.writinguniversity.org/sites/vwu/files/courses-splash-page/courses.html","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf2f7f75-895a-4827-838a-ef0416626b0e","name":"The Soul and the Search for Meaning","description":"By The University of North Carolina at Greensboro via Independent","image":null,"links":"course|https://moocs.uncg.edu/pwm/","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"946cc6d4-7d4a-40ca-8b25-8812632d6015","name":"Certificate Course in Structured Writing for Technical Documentation","description":"By JER Online via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/jeronline/courses/structured-writing-technical-documentation-2","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eeb4e609-c845-41a9-b4e7-517c4e3650f6","name":"5280 Math","description":null,"image":null,"links":"website|http://www.5280math.com","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"023d27cc-5df2-40f5-9d5e-1018751a224e","name":"The History of Terrorism","description":"By Birmingham-Southern College via Open Education by Blackboard","image":null,"links":"course|https://coursesites.com/?course_id=_304358_1","topics":"history;terrorism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e18b6c2f-53a4-4a26-bb47-8afe50e828f1","name":"Origins and Progression of Sports in America","description":"By Western Kentucky University via Open Education by Blackboard","image":null,"links":"course|https://coursesites.com/?course_id=_281494_1","topics":"sports;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8210e1c-1689-4b32-9f64-ff0081a13f77","name":"Cada Dia Spanish - Daily Conversations","description":"By University of Missouri-Kansas City via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/cada-dia-spanish-daily-conversations","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"387ae46d-f8d6-4766-a677-26be6799f119","name":"Human Nature in Film: Topics in Philosophy","description":"By Criswell College via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/human-nature-in-film-topics-in-philosophy","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6abe6eb5-d409-463a-8690-bda77701b95c","name":"00690242_2x: Historical Relic Treasures and Cultural China: Part 2","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-00690242_2x-historical-relic-treasures-and-cultural-china-part-2-2623","topics":"nations/china/culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40e4ff63-4831-4a09-9c06-4d1130c8ff83","name":"TheStoicLife.org","description":null,"image":null,"links":"article|https://sites.google.com/site/thestoiclife/","topics":"stoicism","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"023cd327-a4f8-4691-94bf-ab3b44283de2","name":"China300x: Chinese Thought: Ancient Wisdom Meets Modern Science","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/chinese-thought-ancient-wisdom-meets-modern-science-part-1-2","topics":"nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff2bf5f2-5289-4d34-b774-ae290e7f0955","name":"Sustainable Energy - Without the hotair","description":null,"image":"https://withouthotair.com/images/NewCover09d-2.png","links":"book|https://withouthotair.com/","topics":"sustainability;energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06589452-d7d6-4c35-aaec-d12d179acca7","name":"Global History Lab, Part 2","description":"By Princeton University via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-global-history-lab-part-2-2372","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9ee3234-c547-43cc-a80a-dc3a63679eed","name":"Introduction to Digital Journalism","description":"By University of California, Irvine via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/introduction-to-digital-journalism","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45bc8c21-ae03-4d1b-8bbf-6960c2d07b94","name":"System Design and Architecture Interview Preparation Series by FAANG Engineers","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=3loACSxowRU&list=PLhgw50vUymycJPN6ZbGTpVKAJ0cL4OEH3&index=1","topics":"system-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e02f91c9-f326-4e31-8c71-20a125ec9499","name":"LE@F: Learning English @Fanshawe","description":"By Fanshawe College via Desire2Learn","image":null,"links":"course|https://opencourses.desire2learn.com/d2l/error/404/log?targetUrl=http%3A%2F%2Fopencourses.desire2learn.com%3A80%2Fcat%2Fcourse%2Flearning-english-at-fanshawe-7275%2F","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ea3be2b-5a76-47c8-96bb-3200837a77a5","name":"Shakespeare's Hamlet: Text, Performance and Culture","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-shakespeare-s-hamlet-text-performance-and-culture-1442","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5fe678b-e1db-4a06-aded-dfeb4e0db5fb","name":"Digging Deeper: Making Manuscripts","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/English/DiggingDeeper1/Winter2015/about","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"83782929-c8d4-46e9-8d12-5dc662222b15","name":"Ten Premodern Poems by Women","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/English/10-poems/Spring2015/about","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9e83cac2-ae50-4da6-b66f-1302042f3d83","name":"Lips and Teeth: Korea and China in Modern Times","description":"By Yonsei University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-lips-and-teeth-korea-and-china-in-modern-times-3165","topics":"nations/china;nations/korea","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6b6b8b2-caef-4eb4-ae52-2c97d654c7b2","name":"HDS1544.1x: Early Christianity: The Letters of Paul","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/early-christianity-letters-paul-harvardx-hds1544-1x","topics":"christianity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4793dbfb-fc2b-48cc-a4dc-5081f4eef18f","name":"History of Boston","description":"By Suffolk University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-history-of-boston-2327","topics":"history;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c44ff95a-9e5c-425f-8fc9-96c24c8eb31c","name":"Modern Korean History: Liberation, War and Nuclear Ambitions","description":"By Yonsei University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/modern-korean-history","topics":"history;nations/korea","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c22e3ef-5414-4fd1-a1f8-3799e931f930","name":"World War 1: Paris 1919 - A New World Order?","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/ww1-new-world-order","topics":"first-world-war","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"729da146-ed0d-4d33-a616-3adc28b94701","name":"Practical English: Learning and Teaching","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc15_hs12/preview","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6aecac9f-de15-4222-bd02-67bb572bc99b","name":"World War 1: Aviation Comes of Age","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/ww1-aviation","topics":"first-world-war","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"554cae12-4d4b-4df8-b768-de4118afa41c","name":"Stunt Writing for Personal Growth","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/memoirclass/courses/stunt-writing-for-personal-growth-3","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5ebce17-34df-473c-bb90-f3f78efd8f3a","name":"Think Again: How to Reason and Argue","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/logical-fallacies","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34773fc9-be3e-42a8-8e0b-f8d100081d89","name":"Top Business Analytics Course Training in Hyderabad - 360DigiTMG","description":null,"image":null,"links":"article|https://360digitmg.com/business-analytics-training-in-hyderabad","topics":"automotive-engineering;actuarial-science","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"da8336d1-412c-4ba9-a082-9f03def20605","name":"00690242x: Historical Relic Treasures and Cultural China","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.edx.org/course/historical-relic-treasures-and-cultural-china-2","topics":"nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2a11679-66b4-4f2e-a8bb-cad659c40221","name":"Issues in Bioethics","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-issues-in-bioethics-4440","topics":"ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a63c557c-fad2-49f9-a16c-162954b0c699","name":"How Writers Write Fiction","description":"By University of Iowa via NovoEd","image":null,"links":"course|https://www.novoed.com/how-writers-write-fiction-2015","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c694ef1-975f-4d6b-aa85-bf2dd97d50b0","name":"Using Complex Texts to Develop Language","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-using-complex-texts-to-develop-language-4786","topics":"language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f928c4cc-9657-458c-a3b7-9984d2c7e2ae","name":"Using Communication-Focused Activities in Designated English Language Development Lessons","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-using-communication-focused-activities-in-designated-english-language-development-lessons-4787","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07803f49-b21b-449f-834e-331644bb662e","name":"Learning as Evidence: Improving ELLs’ Argumentation Skills through Formative Assessment Practices","description":"By Oregon State University via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-learning-as-evidence-improving-ells-argumentation-skills-through-formative-assessment-practices-4788","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42626f6c-1187-4e4c-97cc-2c881c101d1e","name":"War for the Greater Middle East","description":"By Boston University via edX","image":null,"links":"course|https://www.edx.org/course/war-for-the-greater-middle-east-2","topics":"middle-east","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"935d6268-3293-4b0e-abde-5b80d918e60b","name":"Missouri's Civil War","description":"By Missouri State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-missouri-s-civil-war-4041","topics":"nations/usa/history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fc8dc6a-ed97-46e4-8ed4-2a129e9d2456","name":"World War 1: Changing Faces of Heroism","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/ww1-heroism","topics":"first-world-war","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86474fed-e2c4-4467-a894-570a30a0d24f","name":"\\"Pride and Prejudice\\" by Austen: BerkeleyX Book Club","description":"By via ","image":null,"links":"course|https://www.classcentral.com/course/edx-pride-and-prejudice-by-austen-berkeleyx-book-club-3187","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bcb635b0-af94-411e-855a-f0a29d77c246","name":"Literature and Change in Europe","description":"By The LACE Network via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/laceun/courses/literature-and-change-in-europe-2","topics":"literature;europe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac44a307-a096-41ba-84e0-50e94604c078","name":"World War 1: Trauma and Memory","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-world-war-1-trauma-and-memory-2325","topics":"first-world-war","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a982c207-c194-43c9-b9b7-66a67a1d4a9f","name":"\\"Jane Eyre\\" by Bronte: BerkeleyX Book Club","description":"By via ","image":null,"links":"course|https://www.edx.org/course/jane-eyre-bronte-berkeleyx-book-club-uc-berkeleyx-colwri3-10x","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88d5d0e5-5df8-4672-adbc-dd02847f0af0","name":"Teach English Now! Course Design and Classroom Management","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/lesson-design","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aba56484-85c4-49c5-a075-1b59503f99a3","name":"\\"A Room with a View\\" by Forster: BerkeleyX Book Club","description":"By via ","image":null,"links":"course|https://www.classcentral.com/course/edx-a-room-with-a-view-by-forster-berkeleyx-book-club-3220","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db91804f-e684-4131-9f56-8115fc8efd5e","name":"Manifestation 101","description":"By Coursera via Coursera","image":null,"links":"course|https://www.coursera.org/learn/manifestation","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61eb4958-bca3-42dc-a9df-bc2480820555","name":"\\"Call of the Wild\\" by London: BerkeleyX Book Club","description":"By via ","image":null,"links":"course|https://www.edx.org/course/call-wild-london-berkeleyx-book-club-uc-berkeleyx-colwri3-12x","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8adfa704-ed79-4e0c-b50a-55fbcce58e87","name":"English for Business Literacy","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/business-english","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"571e861a-d842-4a8f-a038-a3d06ca242b9","name":"Introduction to Journalism","description":"By University of Strathclyde via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introduction-to-journalism","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6590173e-b28f-4520-8995-d85186475768","name":"The Art of Poetry","description":"By Boston University via edX","image":null,"links":"course|https://www.edx.org/course/the-art-of-poetry-2","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a153cca5-a9af-450e-8bed-98effffee4dd","name":"\\"The Picture of Dorian Gray\\" by Wilde: BerkeleyX Book Club","description":"By via ","image":null,"links":"course|https://www.edx.org/course/picture-dorian-gray-wilde-berkeleyx-book-uc-berkeleyx-colwri3-4x","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34c57877-9027-4d3a-9bb0-7a84472276d3","name":"\\"A Christmas Carol\\" by Dickens: BerkeleyX Book Club","description":"By via ","image":null,"links":"course|https://www.classcentral.com/course/edx-a-christmas-carol-by-dickens-berkeleyx-book-club-2849","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9a27e62-1823-4b5d-8a7a-0ada5a0b1ac6","name":"ColWri2.3x: Academic and Business Writing","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/academic-and-business-writing-2","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a21ec24-a190-4784-a586-c6a572bb765f","name":"\\"Adventures of Huckleberry Finn\\" by Twain: BerkeleyX Book Club","description":"By via ","image":null,"links":"course|https://www.classcentral.com/course/edx-adventures-of-huckleberry-finn-by-twain-berkeleyx-book-club-2850","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06f0a3d2-3c25-474a-85c5-a27b7ab8ddad","name":"\\"Frankenstein; Or, The Modern Prometheus\\" by Shelley: BerkeleyX Book Club","description":"By via ","image":null,"links":"course|https://www.classcentral.com/course/edx-frankenstein-or-the-modern-prometheus-by-shelley-berkeleyx-book-club-2909","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bbd0aaa-4a8f-481c-96c2-06549f0a9f20","name":"U.S. History Since 1877: (HIST-2020)","description":"By East Tennessee State University via Independent","image":null,"links":"course|https://www.etsu.edu/online/openbucs/hist_2020.aspx","topics":"history;nations/usa/history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"47e5d13b-70ff-44f2-aaf1-0cc55279df6c","name":"Laura Ingalls Wilder: Exploring Her Work and Writing Life","description":"By Missouri State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-laura-ingalls-wilder-exploring-her-work-and-writing-life-2330","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9e6037b-7706-4ae2-bd25-b5e076ef6ffb","name":"Cultures and Identities in Europe - Past, Present and Future","description":"By European University Institute via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-cultures-and-identities-in-europe-past-present-and-future-6518","topics":"europe;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96830955-ed3f-446f-b7ae-c6b431112cc0","name":"\\"Dubliners\\" by Joyce: BerkeleyX Book Club","description":"By via ","image":null,"links":"course|https://www.edx.org/course/dubliners-joyce-berkeleyx-book-club-uc-berkeleyx-colwri3-5x-0","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2136684f-b879-4b13-a280-48f6753913a6","name":"Vue.js: The Documentary","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=OrxmtDw4pVI","topics":"software-tools/vuejs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4bb44aeb-3649-4d54-9a74-1ae636f4e287","name":"Whitman’s Civil War: Writing and Imaging Loss, Death, and Disaster","description":"By University of Iowa via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-whitman-s-civil-war-writing-and-imaging-loss-death-and-disaster-6487","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cefaad10-51aa-4463-aa67-dba677bdab77","name":"\\"A Study in Scarlet\\" by Doyle: BerkeleyX Book Club","description":"By via ","image":null,"links":"course|https://www.edx.org/course/study-scarlet-doyle-berkeleyx-book-club-uc-berkeleyx-colwri3-8x-0","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ffd60fa-4b30-44f3-8056-0518da4b3250","name":"Virtue Ethics","description":"By The University of Oklahoma via Janux","image":null,"links":"course|https://www.classcentral.com/course/janux-virtue-ethics-3850","topics":"ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"394f5d1a-25a9-48dd-b639-d521fef1a3af","name":"\\"Dracula\\" by Stoker: BerkeleyX Book Club","description":"By via ","image":null,"links":"course|https://www.classcentral.com/course/edx-dracula-by-stoker-berkeleyx-book-club-3184","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7725b5e5-ab9e-4009-a2ff-20e5cdef97eb","name":"Using Communication-Focused Activities in Designated English as a New Language Lessons (New York)","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.novoed.com/eld-communication-ny","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09817149-af8d-4668-8c04-98ba10913232","name":"Journalism Skills for Engaged Citizens","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-journalism-skills-for-engaged-citizens-3495","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52a9c430-fb13-4903-8ae9-106008ffd8aa","name":"\\"The Jungle\\" by Sinclair: BerkeleyX Book Club","description":"By via ","image":null,"links":"course|https://www.classcentral.com/course/edx-the-jungle-by-sinclair-berkeleyx-book-club-3185","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11149ee9-735a-44f1-b084-5a0d620d2350","name":"Contemporary India","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-contemporary-india-3588","topics":"nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e5dd27d-19d2-4544-ac9d-46e8edcde8ab","name":"Introduction to Catalan Sign Language: Speaking with Your Hands and Hearing with Your Eyes","description":"By Universitat Pompeu Fabra via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-catalan-sign-language-speaking-with-your-hands-and-hearing-with-your-eyes-5390","topics":"sign-language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f2508b8-e4df-475d-b6c2-f293fd4e22f1","name":"Understanding Japanese Philosophy","description":"By Fudan University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/japanese-philosophy","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0b0f163-1c17-4f18-9bf0-7b473bd8a34e","name":"Taoism and Western Culture","description":"By via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-taoism-and-western-culture-7393","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c52173f-60f6-4ae6-81d2-386ea98ffe51","name":"Environmental Humanities: Remaking Nature","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/remaking-nature","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c9e6d29-f32c-4dc1-ae3b-9cea37db02ba","name":"The Holocaust: an Introduction - Part 1","description":"By Tel Aviv University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-holocaust-an-introduction-part-1-3297","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a29a083d-563a-4921-a16e-b3686069d1e3","name":"Literary Theory and Literary Criticism","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-literary-theory-and-literary-criticism-7982","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c05a85d0-88c1-4cf3-933f-f37053ec73a3","name":"Indian Philosophy","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_hs01/preview","topics":"philosophy;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46bc9ee4-8316-4a31-9c15-ce0e651b6968","name":"World War 1: Lessons and Legacy of the Great War","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-world-war-1-lessons-and-legacy-of-the-great-war-3949","topics":"first-world-war","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a44e2e7-f306-4586-a682-2a15f1a40053","name":"Youth Football Coaching: Developing Creative Players","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-youth-football-coaching-developing-creative-players-7477","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ba828fb-17b5-4bcc-9f93-fd504152529f","name":"St. Norbert - the man, the movement, the MOOC","description":"By St. Norbert College via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-st-norbert-the-man-the-movement-the-mooc-7796","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9be0922c-1466-41b5-9313-927d01534827","name":"Sports Performance Analysis 101","description":"By University of Canberra via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-sports-performance-analysis-101-8008","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c771182-4d1c-473f-bc01-ccf46e8893b4","name":"Ethics","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-ethics-7919","topics":"ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6576a39-05f7-46d6-9158-6df364571124","name":"The Holocaust: an Introduction - Part 2","description":"By Tel Aviv University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/holocaust-part-2","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"478da1cb-2b90-42ec-909e-e72480e8d6ef","name":"Introduction to Scientific Writing for Publication","description":"By University of Oregon via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/uoregon/courses/intro-to-scientific-writing","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b46395b-1a39-4885-a55f-f241cb655987","name":"Spanish Vocabulary: Discussing Sports and Politics","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/spanish-vocabulary-sports-travel-home","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e9b28d6-3be3-44b9-9385-52eafda6a6cb","name":"Shakespeare and his World","description":"By The University of Warwick via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/shakespeare-and-his-world","topics":"literature;shakespeare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc90a8b6-c2df-4ea3-a41b-944b870b7915","name":"Superpowers of the Ancient World: the Near East","description":"By University of Liverpool via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-superpowers-of-the-ancient-world-the-near-east-3818","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a608bef-42e7-480c-aaff-82d6fcbd995f","name":"Warfare and Weapons in Ancient Egypt","description":"By University of Manchester via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/uofmanchester/courses/warfare-weapons-ancient-egypt","topics":"nations/egypt","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8a1dd69-5eaa-4641-b215-42d43c0bf194","name":"The Book of Matthew: 30 Life Changing Principles","description":"By Dallas Baptist University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-the-book-of-matthew-30-life-changing-principles-1296","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14a4f30b-6657-43bb-b18e-4a0ce82ff6a7","name":"Power of the Pen: Identities and Social Issues in Fiction and Nonfiction","description":"By University of Iowa via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-power-of-the-pen-identities-and-social-issues-in-fiction-and-nonfiction-8841","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44638323-d735-4926-bf0b-a24ac696117b","name":"Wellington and the Battle of Waterloo","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-wellington-and-the-battle-of-waterloo-3412","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85dcde5f-f970-4eb3-aa25-649ed2adeb62","name":"Power of the Pen: Identities and Social Issues in Poetry and Plays","description":"By University of Iowa via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-power-of-the-pen-identities-and-social-issues-in-poetry-and-plays-8851","topics":"writing;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7999c680-8926-4ff0-86b1-fe891ba9fa96","name":"Beer Matters","description":"By University of Wisconsin - Whitewater via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-beer-matters-8918","topics":"alcohol","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bf0a14c-d6d9-4bee-9226-a57036ea66ed","name":"Discovering Socially Engaged Art in Contemporary China","description":"By City University of Hong Kong via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/socially-engaged-art","topics":"nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c15e6415-bdee-4521-984d-b65eab0fbc4b","name":"Crafting Data Stories","description":"By Knight Center for Journalism in the Americas via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-crafting-data-stories-9295","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fbcceba-8ddc-48f8-a028-c0b1f0319c8b","name":"The European Discovery of China","description":"By Pompeu Fabra University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-european-discovery-of-china-3819","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55b2da8e-b3c2-4d9d-9055-f9af88fed468","name":"Product Management for Journalists","description":"By Knight Center for Journalism in the Americas via Independent","image":null,"links":"course|https://journalismcourses.org/PM1016.html","topics":"product-management;journalists","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc3880dd-11a6-4d16-833e-e2f9eb3fed14","name":"Multilingual Learning for a Globalised World","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/multilingual","topics":"language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbc330fd-fcb8-4a45-8b40-57cdb4ae0eb7","name":"Kata Christon 2017","description":"By Concordia University Wisconsin via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_1630_1","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a78509a-753b-4aa8-b2d3-7742125be07f","name":"Researching British Army Nurses","description":"By London South Bank University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-researching-british-army-nurses-3635","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f362566e-62a6-47af-a010-fc9d75074632","name":"Poetry in America: The Poetry of Early New England","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-poetry-in-america-the-poetry-of-early-new-england-933","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"296d7e73-fdbe-41ec-a215-740e959b2992","name":"Poetry in America: Nature and Nation, 1700-1850","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-poetry-in-america-nature-and-nation-1700-1850-2315","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4fcd1ea8-ff0b-473c-aba1-8bbc4cd8bad7","name":"Poetry in America: Emily Dickinson","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-poetry-in-america-emily-dickinson-3061","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"128031cc-74bb-45df-b152-0a6016299013","name":"Understanding Ramon Llull: ​Philosophy, Arts and Science through the Ars Combinatoria","description":"By Pompeu Fabra University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/ramon-llull","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a89eb1ba-37f6-422b-ba79-daf602a3458b","name":"USAID Land Tenure and Property Rights","description":"By USAID via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/usaid/courses/usaid-land-tenure","topics":"humanities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4bad7360-35d4-463d-8919-1f2079d79c0a","name":"Media Meal Planning","description":"By Public Square via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/public-square/courses/media-meal-planning","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6c18f10-bb8f-481f-b91b-a487ca8b034b","name":"Virtual Hong Kong: New World, Old Traditions","description":"By City University of Hong Kong via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-virtual-hong-kong-new-world-old-traditions-8141","topics":"culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df981d30-ccda-4763-b87a-6d2bb6d2132c","name":"The Qur'an Between Judaism and Christianity","description":"By The University of Nottingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-qur-an-between-judaism-and-christianity-9594","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edec2d28-3178-4b0b-82e2-1cce7e96e321","name":"The American South","description":"By Northumbria University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/american-south","topics":"nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"402690dd-4a6f-495b-a98f-ea0f312f90e2","name":"Sports and the University","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-sports-and-the-university-9501","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e5fc3aa-fd7d-4459-b223-e6edc8c92d78","name":"English for Research Publication Purposes: Capstone Project","description":"By Moscow Institute of Physics and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/english-for-research-publication-purposes-capstone-project","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8758461-d9b3-4805-9f33-c9a98c0898f7","name":"Research Writing","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-research-writing-10059","topics":"writing;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce246077-de70-4d1e-9e96-be9fe62fff56","name":"Business English Communication","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_hs18/preview","topics":"communication;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff2bd60c-ac01-420c-a434-223a867ac8c8","name":"Basic English terminology for building and civil engineering construction","description":"By Universidad Politécnica de Madrid via Miríadax","image":null,"links":"course|https://www.classcentral.com/course/miriadax-basic-english-terminology-for-building-and-civil-engineering-construction-10409","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33f02320-abf5-4c10-a500-1272691aa354","name":"Global Geordies: The North East of England and the World","description":"By Northumbria University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-global-geordies-the-north-east-of-england-and-the-world-9929","topics":"culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a6a1787-ce1f-4eac-bf6b-01fe44bcd1ac","name":"HERE IS TODAY","description":null,"image":null,"links":"interactive|http://hereistoday.com/","topics":"time","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"676d6324-edeb-44e3-bdee-37674c84d4a1","name":"Writing an Academic Essay: Learning English for Academic Purposes","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-writing-an-academic-essay-learning-english-for-academic-purposes-9697","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfee20b9-61cd-4a31-8d3b-a0a6c4ba1e89","name":"Getting to Know Catalonia: An Introduction to the Catalan Language, Culture and Society","description":"By Universitat Pompeu Fabra via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/catalan-culture","topics":"catalonia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7f2736f-7301-4238-a8ee-e8bbfa0590f3","name":"Hans Christian Andersen’s Fairy Tales","description":"By Hans Christian Andersen Centre via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/hans-christian-andersens-fairy-tales","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca28fc40-2062-4a3b-a3cc-9b16968e3a9e","name":"(K-12/HE) Using Educational Technology in the English Language Classroom","description":"By Iowa State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/fhi/courses/using-ed-tech-in-el-classroom","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5af8a02-1e90-4244-8a10-f83d0465393f","name":"The Importance of India","description":"By Ohio State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-importance-of-india-5384","topics":"nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c6a952d-204f-47cd-821a-b66a96d9e128","name":"Free Speech in Sport Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/free-speech-in-sports","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"467421c4-507e-4bfe-91da-7e52dbf43739","name":"Literature in the Digital Age: from Close Reading to Distant Reading","description":"By University of Basel via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/reading-digital","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b147e3c6-751b-4d8c-8b98-42ccd1e8ba1b","name":"A History of Royal Food and Feasting","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-a-history-of-royal-food-and-feasting-5978","topics":"history;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c98e938c-2d8b-48ce-97d9-9a13c57e9a37","name":"Buddhism: Diamond Sutra and World Peace","description":"By The University of Hong Kong via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-buddhism-diamond-sutra-and-world-peace-9801","topics":"buddhism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8592cd3e-6812-4677-830e-6b362c87e39d","name":"Agincourt 1415: Myth and Reality","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-agincourt-1415-myth-and-reality-3958","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2215c380-e646-4140-81c8-49eb6ee31f45","name":"The Birmingham Qur'an: Its Journey from the Islamic Heartlands","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-birmingham-qur-an-its-journey-from-the-islamic-heartlands-9404","topics":"islam","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e50b7455-5222-4c26-9685-39575f016d5d","name":"Writing for Graduate School","description":"By Barry University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-writing-for-graduate-school-6423","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4406c5b2-a380-48f2-9ba2-b6de39a2633c","name":"Innovators of American Cuisine","description":"By The New School via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-innovators-of-american-cuisine-3385","topics":"history;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a296480-861d-47ab-914e-e724afa5f45b","name":"OWU2 - Open Wine University 2","description":"By University of Burgundy via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-owu2-open-wine-university-2-10883","topics":"alcohol","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f4a03b3-6bf9-4bff-b5ea-3e0bd31ac2bb","name":"Shakespeare: Print and Performance","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-shakespeare-print-and-performance-6472","topics":"shakespeare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a8b72c0-a0bc-481e-b742-da2d9dcd9a21","name":"Composing for Public Audiences: Writing, Rhetoric, and Research","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/osu/courses/composing-for-public-audiences","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"085c5d05-0b45-4d9b-9877-bfd89e5b37e5","name":"Writing American Food","description":"By The New School via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-writing-american-food-3384","topics":"food;writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"677147ca-93f8-4869-97b3-3fae6ffbbde6","name":"Team Coaching","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-team-coaching-10611","topics":"coaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19925406-5010-42c1-b788-a4f3ebb323fa","name":"English Football: a Social History","description":"By University of Leicester via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/football-lcfc","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16e1e05e-1cbe-42b5-94cd-2f316c1b79c6","name":"Discover Don Quijote de la Mancha PART I Chapters 1 - 52","description":"By Universidad Francisco Marroquín via Independent","image":null,"links":"course|https://opencourses.ufm.edu/courses/course-v1:Literature+DQPIEN+2019/about","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e22ba5d5-7f62-477a-9710-d42e13ad0876","name":"Discover Don Quijote de la Mancha Part II Chapters 1 - 74","description":"By Universidad Francisco Marroquín via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-discover-don-quijote-de-la-mancha-part-ii-chapters-1-74-9679","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85bd71ee-8e1f-4d91-bcfd-c6f628742942","name":"Spanish Across the Americas: Beginners","description":"By Universidad Nacional de Córdoba via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-spanish-across-the-americas-beginners-8876","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa87845a-7c3d-4b14-b3be-ff2f265a3a1f","name":"Coaching the Mental Game","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/coaching-mental-game","topics":"coaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d0b925b-c5a2-445b-989b-fbffb2909a2a","name":"Western Civilization: Ancient and Medieval Europe","description":"By Arizona State University via edX","image":null,"links":"course|https://www.edx.org/course/western-civilization-ancient-and-medieval-europe","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e262e11b-4b57-43ad-8928-5110315cff3d","name":"Learning from the Past: A Guide for the Curious Researcher","description":"By The University of Nottingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/learning-from-the-past","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8c19a84-13dd-4679-aa96-ef05c6b0cf40","name":"Military Ethics: an Introduction","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/military-ethics","topics":"ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79ebd69d-4c84-488d-a9f8-51b02b6efb38","name":"Irish Lives in War and Revolution: Exploring Ireland's History 1912-1923","description":"By Trinity College Dublin via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/irish-history","topics":"history;nations/ireland","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12d6b118-a31a-4682-ae07-7e10973b11a5","name":"School of Salamanca","description":"By Universidad Francisco Marroquín via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-school-of-salamanca-11671","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1e1131c-983d-4d28-887c-5206eaf670d4","name":"Introduction to Malay Language","description":"By University of Malaya via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/intoduction-to-malay-language","topics":"languages/malay","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c44bbbf-e148-462c-8e77-832f1154c976","name":"Writing Better Emails","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/better-emails","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f88bd24d-ade1-4b7b-a632-014634cdc16d","name":"Living Cosmology","description":"By Yale University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-living-cosmology-6949","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7bdb5a17-3641-4f58-b2a3-388c3bc413f0","name":"Bonnie Prince Charlie and the Jacobites","description":"By University of Edinburgh via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-bonnie-prince-charlie-and-the-jacobites-8649","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"928e1866-ad75-457c-91d1-4ab497a5f2d3","name":"Tibetan Buddhist Meditation and the Modern World: Lesser Vehicle","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/buddhist-meditation","topics":"buddhism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9e628f0-eace-4544-8ff8-0fd9b933c8d7","name":"Video Production for Journalists in the Digital Age","description":"By Knight Center for Journalism in the Americas via +Acumen","image":null,"links":"course|https://journalismcourses.org/VC1218.html","topics":"journalism;video","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1f262aa-978d-4d12-83f7-07f676988303","name":"New Approaches to Language Classes for Migrants and Refugees","description":"By Erasmus+ via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/cazalla-intercultura/courses/approaches-language-migrants-refugees","topics":"language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e127430-ad0a-49a9-8f48-2bbbb2ab3ad2","name":"Football: More than a Game","description":"By University of Edinburgh via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-football-more-than-a-game-2126","topics":"football","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc58b405-8276-4a9f-976f-988d52abc680","name":"World War 1: A History in 100 Stories","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/ww1-stories","topics":"first-world-war","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e43fe20-971d-41c9-937c-ce5df5912b5e","name":"Writing for the Web","description":"By via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-writing-for-the-web-905","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb5d1396-2db7-4d07-984b-ec706233a8b4","name":"Sports and Recreation Management","description":"By TAFE NSW via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-sports-and-recreation-management-901","topics":"sports;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9a05d0f-374c-4d9b-8da8-c6fdef4941ff","name":"Player-centred Coaching","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/player-centred-coaching","topics":"coaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48dba881-8f7f-4f7d-a8f6-9ba8dce8c093","name":"Matter and Mind: A Philosophical Understanding","description":"By Hanyang University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/matter-mind-philosophy","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bbc81e6-f48b-491c-a8e3-cc4d0c600336","name":"Introduction to Italian","description":"By Università per Stranieri di Siena via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-italian-5790","topics":"languages/italian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61f9aeda-8fbb-4a49-85f2-9a5147a1befc","name":"Accounting for Death in War: Separating Fact from Fiction","description":"By Royal Holloway, University of London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-accounting-for-death-in-war-separating-fact-from-fiction-10568","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45870b81-f7f5-4875-a49f-b41bfda3af5f","name":"Japanese Culture Through Rare Books","description":"By Keio University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-japanese-culture-through-rare-books-6264","topics":"nations/japan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b9c2660-2534-4f99-8e8c-e119af6221b7","name":"Working with Translation: Theory and Practice","description":"By Cardiff University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-working-with-translation-theory-and-practice-6981","topics":"translation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69a142f3-4fd1-46f0-a507-0b6429e05356","name":"Emergencies and Disasters: Trends and Issues","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/emergencies-disasters-trends-issues","topics":"humanities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3abd30b-e8ab-4c62-b0de-1442c7a6c9d1","name":"Emergency and Disaster Training and Exercising: An Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-emergency-and-disaster-training-and-exercising-an-introduction-12392","topics":"humanities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bd793eb-04db-4a08-87fc-309a1f3123a8","name":"Disaster Management and Accountability","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/disaster-management-accountability","topics":"humanities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce9e9190-b32c-4244-91b5-23be4919a039","name":"Genealogy: Researching Your Family Tree","description":"By University of Strathclyde via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-genealogy-researching-your-family-tree-5195","topics":"geneology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14c36fb0-1149-44df-956d-b49ddd05fac2","name":"Faith & Co.: Business on Purpose","description":"By Seattle Pacific University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/seattle-pacific/courses/faith-business","topics":"business;religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ecad39f3-c16f-4178-93f1-95e26e560c72","name":"Mindfulness: What It Is, Where It Comes From, and How to Practice It","description":"By Naropa University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/naropa-university/courses/mindfulness","topics":"mindfulness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"736d0ab8-d51b-4fba-9bde-8bbec131e8cb","name":"American Literature & Culture","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-american-literature-culture-12970","topics":"nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a6650a9-9325-4f31-ab68-c587dc69a8e2","name":"Irish 108: An Introduction to Irish Language and Culture","description":"By Dublin City University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/irish-language-8","topics":"languages/irish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa6be13e-1c41-4bd3-b681-43477d1fab04","name":"Cluster Analysis","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.edx.org/course/cluster-analysis-utarlingtonx-link-la-cax","topics":"big-data;software-tools/spark","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ea24c64-33d9-4b66-b589-6c92d58db921","name":"Qualitative Research Methods and Research Writing","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-qualitative-research-methods-and-research-writing-13035","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4aed0f4b-5a2d-4c3c-bec4-6aad15a49b04","name":"Introduction to World Literature","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-world-literature-12982","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ebe8f57-ef7e-42bb-8309-e7e78069bb0c","name":"Literature, Culture and Media","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-literature-culture-and-media-12972","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0e903ca-5738-4cb2-970b-af04402e7bb3","name":"Better Spoken English","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-better-spoken-english-12978","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7da2d77-bd0f-4282-b2f3-508cda02ada7","name":"English language for Competitive exams","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-english-language-for-competitive-exams-7964","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13a8f1de-380d-4b95-82d3-4fccb909b554","name":"The Nineteenth-Century English Novel","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-the-nineteenth-century-english-novel-12971","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5fd67f8-b379-42f8-b046-44c44edc8449","name":"Postcolonial Literature","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-postcolonial-literature-7942","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b6a1e73-6fd9-4cbb-b458-0e5281f4c489","name":"Privacy and Security in Online Social Media","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-privacy-and-security-in-online-social-media-12938","topics":"privacy;computer-security;social-media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab7a183c-3a0e-4528-a80c-4266795bb446","name":"Literature of the English Country House","description":"By The University of Sheffield via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/country-house-literature","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45ee6b3c-1c4f-45b4-8ca3-5205e984287e","name":"English Pronunciation in a Global World","description":"By University of Amsterdam via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-english-pronunciation-in-a-global-world-12603","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9c52b05-f54c-4c28-9e0e-3a893c4d00cb","name":"A Question of Time: How We Date Human Evolution","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/human-fossils","topics":"evolution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53644d1a-26e6-4754-96bd-4040ecbe921c","name":"Mobile Journalism: How to use your phone to produce great videos and build a social audience","description":"By Knight Center for Journalism in the Americas via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-mobile-journalism-how-to-use-your-phone-to-produce-great-videos-and-build-a-social-audience-13177","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9f050ba-4000-4a49-b961-442af63c926d","name":"Early Modern Scottish Palaeography: Reading Scotland's Records","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-early-modern-scottish-palaeography-reading-scotland-s-records-8751","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"baa45901-4f24-446a-88f3-ace4fda5e93a","name":"Studying in Italian - Language and Literature: a MOVE-ME Project Course","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/italian-for-literature","topics":"languages/italian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16d1cedf-07b1-4c19-8cc4-ecbc4bd9da9f","name":"Studying in Italian - Law and Economics: a MOVE-ME Project Course","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-studying-in-italian-law-and-economics-a-move-me-project-course-9145","topics":"languages/italian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5abbe175-4ae9-4dd9-819d-072507745284","name":"Studying in Italian - Science and Mathematics: a MOVE-ME Project Course","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/italian-for-stem","topics":"languages/italian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"431f7d72-6793-4e50-a123-713ae09ad1ed","name":"How To Make A Poem","description":"By Manchester University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-how-to-make-a-poem-10516","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b098bd74-41ea-4cf2-9406-c74103db8212","name":"Sino-Japanese Interactions Through Rare Books","description":"By Keio University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-sino-japanese-interactions-through-rare-books-7639","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b028bed-803e-4c57-8b48-8408b291dcd0","name":"From World War to White Heat: the RAF in the Cold War","description":"By Royal Holloway, University of London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-from-world-war-to-white-heat-the-raf-in-the-cold-war-5196","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27bb2d4c-9480-4337-9b74-82eefa6dc8f3","name":"From State Control to Remote Control: Warfare in the 21st Century","description":"By University of Bath via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-from-state-control-to-remote-control-warfare-in-the-21st-century-3293","topics":"warfare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69751fb6-53fd-4f12-ade6-24596a03b329","name":"Major Sport Events: Winning Through Diversity and Inclusion","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-major-sport-events-winning-through-diversity-and-inclusion-10590","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0fb85ccb-c47d-4c29-9642-7993c6d85ff6","name":"Great South Land: Introducing Australian history","description":"By University of Newcastle via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/great-south-land","topics":"history;nations/australia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80d5bdb4-df3b-437e-a5e4-80511575898a","name":"Media Literacy and Representation","description":"By University of Newcastle via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/media-literacy-representation","topics":"media;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab649d06-9932-48ff-b857-8e29afc056e8","name":"Introduction to American History: From Reconstruction to World War, 1865-1919","description":"By University of Newcastle via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-american-history-from-reconstruction-to-world-war-1865-1919-12745","topics":"nations/usa/history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84d2bed5-14aa-4115-8acb-61dff84c0a41","name":"Teaching And Learning in Engineering (TALE)","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-teaching-and-learning-in-engineering-tale-13034","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"118a196e-9132-458e-9d4c-8b2d6734bdaf","name":"English Literature of the Romantic Period, 1798-1832","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-english-literature-of-the-romantic-period-1798-1832-12983","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"827ff788-52d9-4376-80bd-bfd443ffa495","name":"Postmodernism in Literature","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_hs08/","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebbc86a6-9b82-4abe-9dd9-68c3228a0000","name":"What Is Poetry? An Introduction to Literary Analysis","description":"By University of Newcastle via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-what-is-poetry-an-introduction-to-literary-analysis-12747","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"874dcafa-dd6a-4135-af29-40b58a91c212","name":"Irish 101: An Introduction to Irish Language and Culture","description":"By Dublin City University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/irish-language","topics":"languages/irish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38cbda79-2594-41da-b120-cb337190096f","name":"Introduction to Frisian","description":"By University of Groningen via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-frisian-6637","topics":"languages/frisian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66eb8b7f-0b6e-45b0-b752-d6bbd761c28d","name":"How We Remember War and Violence: Theory and Practice","description":"By University of Bath via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-how-we-remember-war-and-violence-theory-and-practice-11848","topics":"humanities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac6f944f-50c2-49a7-9111-288df5f9ffed","name":"Introducing China in English (Part 1)","description":"By XuetangX via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:xuetangx+141001+session02/about","topics":"nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9622667-88b5-43b0-b1bb-8f88523ef8bb","name":"Muslims in Britain: Changes and Challenges","description":"By Cardiff University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/muslims-in-britain","topics":"nations/britain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0dcc6e8b-344a-43f0-8008-287052673da2","name":"Magical Mathematics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/11505711-magical-mathematics","topics":"mathematics;magic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bc692ef-f4cf-4ae7-9e0a-0f9eec6664c2","name":"An Intermediate Guide to Writing in English for University Study","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-an-intermediate-guide-to-writing-in-english-for-university-study-8529","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd83a8a9-9322-437b-801c-27552d7b9670","name":"Irish 102: An Introduction to Irish Language and Culture","description":"By Dublin City University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-irish-102-an-introduction-to-irish-language-and-culture-10600","topics":"languages/irish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cba22c7e-aa83-4b37-88ed-d4389305d44a","name":"Irish 105: An Introduction to Irish Language and Culture","description":"By Dublin City University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-irish-105-an-introduction-to-irish-language-and-culture-11846","topics":"languages/irish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0758d284-9677-4f7b-9f02-7fa26eec99d1","name":"Navigating Misinformation: How to identify and verify what you see on the web","description":"By Knight Center for Journalism in the Americas via Independent","image":null,"links":"course|https://journalismcourses.org/VRFY0419.html","topics":"media;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca5abf39-6225-4994-b2c1-476f419cf714","name":"Exploring English: Shakespeare","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/explore-english-shakespeare","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6968d0c1-8f82-452e-8fa4-6362e81776a5","name":"Basic English 1: Elementary","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-basic-english-1-elementary-11195","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3821a90-5355-4c8c-9354-9e46926ca5c6","name":"Basic English 2: Pre-Intermediate","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-basic-english-2-pre-intermediate-11196","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e843859a-5e0c-40b4-be8a-5d5fad31e58b","name":"Cultures and Identities in Europe","description":"By European University Institute via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/culture-identity-europe","topics":"europe;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6a877cd-5b45-4689-a47e-d863de294893","name":"Introducing China in English (Part 2)","description":"By XuetangX via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-introducing-china-in-english-part-2-11742","topics":"nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d069ad3d-9749-4e67-a2d9-d20fbcf252bb","name":"Tell Your Story in English: Reading & Writing Skills for Language Learners","description":"By University of Oregon via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-tell-your-story-in-english-reading-writing-skills-for-language-learners-6119","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34630871-b167-4326-8152-d351813b6575","name":"Introduction to Korean","description":"By Hanyang University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introduction-to-korean","topics":"languages/korean","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2e65bfc-9b39-4275-945d-b495cd71d866","name":"Introduction to Indigenous Studies","description":"By Saskatchewan Polytechnic via Desire2Learn","image":null,"links":"course|https://opencoursesstore.d2l.com/product?catalog=Saskatchewan-Polytechnic-Indigenous-Studies-Spring-2019f393AOqffT0pa5V2qpjZ6j440UPnvD","topics":"humanities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3c420e4-3513-4b30-82cb-b7d37139d209","name":"Irish 103: An Introduction to Irish Language and Culture","description":"By Dublin City University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/irish-language-3","topics":"languages/irish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a7015d6-14e2-45f1-92f4-44792649c8fa","name":"Academic Writing Made Easy","description":"By Technische Universität München (Technical University of Munich) via edX","image":null,"links":"course|https://www.edx.org/course/academic-writing-made-easy-2","topics":"writing;academics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b02476a-c739-48c6-8adf-bdbad2e7dd20","name":"Archaeology and the Battle of Dunbar 1650: From the Scottish Battlefield to the New World","description":"By Durham University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/battle-of-dunbar-1650","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3c4dd62-c60f-4e7a-bdc4-9a075995354d","name":"Intercultural Communication","description":"By Shanghai International Studies University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/intercultural-communication","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dec6425a-66d7-488d-978a-ed2e434c4f74","name":"MathPickle Games","description":null,"image":null,"links":"game|https://mathpickle.com/games/","topics":"mathematics","creators":null,"year":null,"difficulty":"childlike","cost":null,"rating":null,"tags":null} +{"iid":"7e13b32b-b8f2-45f1-b4b2-563af669adcc","name":"Irish 106: An Introduction to Irish Language and Culture","description":"By Dublin City University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-irish-106-an-introduction-to-irish-language-and-culture-12068","topics":"languages/irish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"846ea9e2-bfb0-4016-be85-6303a8f50e93","name":"Radical Spirituality: the Early History of the Quakers","description":"By Lancaster University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-radical-spirituality-the-early-history-of-the-quakers-6676","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbfd3e98-dbc4-4727-b4b2-ab42d9437194","name":"Introduction to Norwegian 2","description":"By University of Oslo via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introduction-to-norwegian-2","topics":"languages/norwegian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7d54b58-1172-408f-808f-0035530e8e1e","name":"Understanding Language: Learning and Teaching","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-language-learning-and-teaching-2450","topics":"language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1931c755-19a5-4ea5-8a15-00af20a9e391","name":"Introduction to Chinese: Pronunciation and Tone","description":"By Shanghai International Studies University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/chinese-pronunciation-tone","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc3036d5-79af-4f40-9858-8212470510ea","name":"The Sharia and Islamic Law: An Introduction","description":"By University of Edinburgh via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/an-introduction-to-the-sharia-and-islamic-law","topics":"islam","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f2aa212-e9fe-4689-98ea-13e3e7c81f0f","name":"Italian for Beginners 1: Meeting, Greeting and Eating","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/italian-for-beginners-1","topics":"languages/italian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a04c051-0b54-4fa1-b3dd-662dee24455c","name":"Spanish for Beginners 1: Meeting and Greeting","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-spanish-for-beginners-1-meeting-and-greeting-6661","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db3798f4-cd98-4bc4-9083-81ecd00f12cb","name":"Irish 107: An Introduction to Irish Language and Culture","description":"By Dublin City University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-irish-107-an-introduction-to-irish-language-and-culture-12322","topics":"languages/irish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87a5eecb-1d3e-4297-bcf8-b3e9ffbca014","name":"Irish 104: An Introduction to Irish Language and Culture","description":"By Dublin City University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-irish-104-an-introduction-to-irish-language-and-culture-11648","topics":"languages/irish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9ceedc6-d363-485e-b3b8-2a13dbabc72b","name":"Introduction to Applied Linguistics and TESOL","description":"By University of Leicester via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introduction-to-applied-linguistics","topics":"linguistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee70f354-105c-4eeb-92c9-f3238fc528b8","name":"Introduction to Norwegian","description":"By University of Oslo via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/norwegian","topics":"languages/norwegian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abf443e2-ff5d-44f3-819d-1f7352607772","name":"Global Studies: Cultures and Organizations in International Relations","description":"By Grenoble School of Management via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/global-studies-cultures-organizations","topics":"culture;organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70edc4e5-f1ab-4e37-bd5b-e481da4ab0be","name":"Introducing China in English (Part 3)","description":"By XuetangX via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:xuetangx+141003+session02/about","topics":"nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"afb004b7-c483-437d-95ee-2f5fa0206721","name":"Introduction to Chinese: Conversation","description":"By Shanghai International Studies University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/chinese-conversation","topics":"languages/chinese","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6444e3ae-e30e-45ac-ac64-8e1f36f1b303","name":"The Art of Teaching Foreign Languages to Young Learners","description":"By Universidad Nacional de Córdoba via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-art-of-teaching-foreign-languages-to-young-learners-11057","topics":"language;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8db3d7b0-5edf-47db-9549-4850e36d86a3","name":"Health and Wellbeing in the Ancient World","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/ancient-health","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5eac67b-1bd1-4991-b0f2-fdc350439f39","name":"An ABC for Enjoying Argentine Literature","description":"By Universidad Nacional de Córdoba via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/argentine-literature","topics":"literature;nations/argentina","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f5e4761-11dc-4f4d-8318-cefc63cec14e","name":"The Wonders and Challenges of Bible Education","description":"By Hebrew University of Jerusalem via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wonders-challenges-bible-education","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a729c9d-810a-4a68-a932-be9edf8a8981","name":"Jane Austen: Myth, Reality and Global Celebrity","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/jane-austen","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e87629f6-5d56-442c-aa37-b40e6a2453fb","name":"Governing Religion: European Challenges and Asian Approaches","description":"By European University Institute via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/governing-religion-european-challenges-and-asian-approaches","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9991af55-9f4c-4fbd-a7b4-bc63a1849c9d","name":"Culture in the Digital Age","description":"By European University Institute via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/culture-in-digital-age","topics":"culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1d3edae-0345-4744-832b-075ed1f54d0f","name":"Italian for Beginners 2: My Friends and Family","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-italian-for-beginners-2-my-friends-and-family-6832","topics":"languages/italian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4499877-103d-427b-b924-88e419cb47c5","name":"Spanish for Beginners 2: People and Places","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/spanish-for-beginners-2","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d360015-7855-4d22-9ee5-8d2b8aa83b37","name":"Be Persuasive: Write a Convincing Position Paper or Policy Advice (Project-Centered Course)","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-be-persuasive-write-a-convincing-position-paper-or-policy-advice-project-centered-course-5729","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7eee4708-486e-4e16-9142-25c95aefc60b","name":"Rome: A Virtual Tour of the Ancient City","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/rome","topics":"rome","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2f2d0e3-a480-4cb5-8dc4-288560aa9af0","name":"Teaching English: How to Plan a Great Lesson","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-teaching-english-how-to-plan-a-great-lesson-13115","topics":"languages/english;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a806e7b-1d14-40eb-b50d-35d194e1ad8f","name":"Introduction to Linguistics","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/linguistics","topics":"linguistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e233b65-21e2-4621-8417-a80472d776b1","name":"Study UK: Prepare to Study and Live in the UK","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-study-uk-prepare-to-study-and-live-in-the-uk-11784","topics":"nations/uk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63daef44-d047-4ac6-b14e-10a50e542be2","name":"Why Research Matters","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-why-research-matters-9525","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f96722b3-f111-4d82-a8d9-b4c383df7713","name":"English for Academic Study","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/english-academic-study","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2effeb4a-c2d1-47c3-b082-d0c0f785b4d7","name":"R Programming","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-r-programming-1713","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3637b10-9aad-49d3-a801-c1691e93df07","name":"The Data Scientist’s Toolbox","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-scientists-tools","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd577280-98d6-4450-b207-61661227248d","name":"The Analytics Edge","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-analytics-edge-1623","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c2d2dfc-e3c3-443b-b589-e82019ac45b3","name":"Introduction to Data Science in Python","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/python-data-analysis","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b367e057-3aaa-4333-baf5-71a163d28581","name":"Python for Data Science","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.edx.org/course/python-for-data-science-4","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4092d581-b6ff-49fa-a6a4-6e9b10a8a8de","name":"Getting and Cleaning Data","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-cleaning","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46e9e962-0b39-4480-830d-24f3bdff8f26","name":"Introduction to Big Data","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-big-data-4164","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a301eba-8992-45eb-b4c8-224327f16869","name":"Mastering Data Analysis in Excel","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/analytics-excel","topics":"software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c212b13-8380-4b73-85d3-dc6b65578bf6","name":"Hadoop Platform and Application Framework","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-hadoop-platform-and-application-framework-4269","topics":"software-tools/hadoop","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee0051e2-4214-42e2-8ff2-b5cb38ec8053","name":"Digital Analytics for Marketing Professionals: Marketing Analytics in Practice","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/digital-analytics","topics":"marketing;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ac8cb62-802a-4601-ab9f-e09811e77ffe","name":"Introduction to R for Data Science","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-r-for-data-science-3","topics":"data-science;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a16d3bfd-4a61-4fb0-8b56-7140063a7206","name":"Introduction to Computational Thinking and Data Science","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/6-00-2x-introduction-to-computational-thinking-and-data-science-3","topics":"data-science;computational-thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a15a8695-353a-4fc7-9e8a-0377241f8565","name":"Pattern Discovery in Data Mining","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-patterns","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3ce2308-4e48-4cde-ae13-2cec27043474","name":"Whole genome sequencing of bacterial genomes - tools and applications","description":"By Technical University of Denmark (DTU) via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wgs-bacteria","topics":"genome-sequencing;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aca70fd6-3b0a-4620-a0a8-eabc125d21b9","name":"Mining Massive Datasets","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:ComputerScience+MMDS+SelfPaced/about","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1b407e0a-b05f-4fdc-a808-0530deea2229","name":"Data Visualization","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/datavisualization","topics":"data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a0cb108-f44f-4525-a9e3-d1ae91526f92","name":"A Crash Course in Data Science","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-science-course","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a441a60d-166d-4ccb-9480-ff7ae4254683","name":"Exploratory Data Analysis","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/exploratory-data-analysis","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"314d58c3-ba7c-45e6-be7a-c4febfb5212b","name":"Finding Hidden Messages in DNA (Bioinformatics I)","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-finding-hidden-messages-in-dna-bioinformatics-i-3289","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20145f77-0f0d-405a-a64a-8b0c4a91a33a","name":"Intro to Hadoop and MapReduce","description":"By Cloudera via Udacity","image":null,"links":"course|https://www.udacity.com/course/intro-to-hadoop-and-mapreduce--ud617","topics":"software-tools/hadoop","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15b29a20-8335-463d-93d3-7ea208dcf649","name":"Introduction to Python for Data Science","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-python-for-data-science-5683","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7eeb247f-5b0f-4051-a99f-0375fd563731","name":"Data Analysis with R","description":"By Facebook via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-data-analysis-with-r-1478","topics":"data-science;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"284e959b-5d04-4b0d-b1c9-f4b06d86532e","name":"Statistical Thinking for Data Science and Analytics","description":"By Columbia University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-statistical-thinking-for-data-science-and-analytics-4913","topics":"statistics;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9d6c541-256c-445e-ada6-a6fe737ebf6d","name":"Regression Models","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/regression-models","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86e234e1-9eec-4d7d-a262-f94a80bc7dd3","name":"Algorithms for DNA Sequencing","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-algorithms-for-dna-sequencing-3433","topics":"genome-sequencing;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbb4eee1-8921-474b-86d1-bb04f687ee85","name":"Process Mining: Data science in Action","description":"By Eindhoven University of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-process-mining-data-science-in-action-2445","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea143839-954e-4998-8f89-485789530a81","name":"Statistical Inference","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/statistical-inference","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f4738bb-5ae4-4512-ac0e-2b7792a68c32","name":"Building a Data Science Team","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-building-a-data-science-team-4391","topics":"data-science;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ccc25e3-5958-4909-adaf-0a3ef68d6240","name":"Text Mining and Analytics","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/text-mining","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97cc3eae-9f13-4839-8c01-ee2c279b9fe5","name":"Data Science in Real Life","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-science-in-real-life-4389","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa92940d-32f3-4f80-8c1c-6cf64a49b490","name":"DCO042 - Python For Informatics","description":"By University of Michigan via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-dco042-python-for-informatics-1010","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86ae6ae5-5798-4a11-a803-a9610c9331c6","name":"Explore Statistics with R","description":"By Karolinska Institutet via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-explore-statistics-with-r-1836","topics":"statistics;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3778eaf-b4e3-41ec-a8d8-ba45fbd50572","name":"Data Visualization and Communication with Tableau","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-visualization-and-communication-with-tableau-4297","topics":"software-tools/tableau","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb3e0bcb-bc6b-4e96-bfea-7c3e769388c9","name":"Intro to Data Science","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-intro-to-data-science-1480","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"126cd51f-c961-4bee-8c77-6bd3fb3ec988","name":"Intro to Python for Data Science","description":"By via Datacamp","image":null,"links":"course|https://www.classcentral.com/course/datacamp-intro-to-python-for-data-science-7631","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b8c56f8-6e69-42c8-a12a-f008ea79b6e9","name":"Data Analysis: Take It to the MAX()","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-data-analysis-take-it-to-the-max-2916","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67edfc6f-756d-4859-99ca-b5568f839cb1","name":"Analyzing and Visualizing Data with Excel","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/analyzing-and-visualizing-data-with-excel-3","topics":"software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"241758c5-709f-461b-aef5-dd52a9e6f210","name":"Python for Genomic Data Science","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/python-genomics","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87a8da38-3fc9-45d4-ac78-8eb86df7572c","name":"Genomic Data Science with Galaxy","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-genomic-data-science-with-galaxy-3473","topics":"genome-sequencing;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e85b61ee-0fd5-4580-8ec4-dd261312e30b","name":"Introduction to R","description":"By via Datacamp","image":null,"links":"course|https://www.classcentral.com/course/datacamp-introduction-to-r-7630","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f85c8339-040e-49cf-b6e7-1de11cfc25dc","name":"Introduction to Genomic Technologies","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-genomic-technologies-3472","topics":"genome-sequencing;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39c51ad3-6bce-4355-b3c3-c6df409182d5","name":"Reproducible Research","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/reproducible-research","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfcf159f-02af-4140-9515-9d35e1a2eecd","name":"Data Analysis for Social Scientists","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/data-analysis-for-social-scientists","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"625f7acf-4a27-44e8-a232-bd6a19494ab5","name":"Command Line Tools for Genomic Data Science","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-command-line-tools-for-genomic-data-science-3474","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae6b5d83-4ccc-4a54-bee8-bfcd83a7755c","name":"Bayesian Statistics: From Concept to Data Analysis","description":"By University of California, Santa Cruz via Coursera","image":null,"links":"course|https://www.coursera.org/learn/bayesian-statistics","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9b1b94d-864a-4d8d-b97c-3a26f67bc9e9","name":"Applied Data Science: An Introduction","description":"By Syracuse University via Open Education by Blackboard","image":null,"links":"course|https://coursesites.com/?course_id=_276927_1","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"840aeda0-0ef6-4087-881d-25bdf7663898","name":"Data Science: R Basics","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-data-science-r-basics-9253","topics":"data-science;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54c0ea9e-ea7e-4d95-9392-7cea63d2e5bf","name":"Framework for Data Collection and Analysis","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-collection-framework","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c60dc83-b619-4bbe-9baa-f1b8d6b1ef7b","name":"Executive Data Science Capstone","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-executive-data-science-capstone-5088","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96e40d2e-5582-40e9-b975-08538830e143","name":"Big Data Modeling and Management Systems","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-big-data-modeling-and-management-systems-6466","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"852d69d0-76cc-4cdf-98b3-b026e7fb8cf3","name":"Basic Data Processing and Visualization","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/basic-data-processing-visualization-python","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cedf5a61-ffe8-4098-8e6b-937bae63637d","name":"Meaningful Predictive Modeling","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/meaningful-predictive-modeling","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02b2dbeb-6efc-4a1b-89e5-07ed7e2826cf","name":"Temporal and Hierarchical Data Analysis","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-temporal-and-hierarchical-data-analysis-11305","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c0506d6-8a10-4226-9c83-a8fc11704318","name":"Information Visualization: Foundations","description":"By New York University (NYU) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-information-visualization-foundations-11819","topics":"data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09c8637f-7bcc-4e82-a044-c5dd834d15a2","name":"The Four Agreements Summary | Summary Lover","description":null,"image":null,"links":"book|https://summarylover.com/2020/11/the-four-agreements-summary-summary.html","topics":"development;entrepreneurship","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"3714d589-45bf-4a25-a873-7b4f70aae9e2","name":"Managing Big Data with MySQL","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/analytics-mysql","topics":"big-data;software-tools/mysql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3f57dd6-d8df-49e5-896f-c9daee6eb582","name":"Graph Analytics for Big Data","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/big-data-graph-analytics","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"880bc871-3762-49fb-8c23-656368f59bcf","name":"Data Visualization with Advanced Excel","description":"By PwC via Coursera","image":null,"links":"course|https://www.coursera.org/learn/advanced-excel","topics":"data-visualization;software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ff6606d-26c3-4cb4-9028-214ac6e9f795","name":"Applied Social Network Analysis in Python","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/python-social-network-analysis","topics":"programming-languages/python;social-networks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66c203f7-3dfb-4e00-9fc3-7f62a03fb2ff","name":"Data Science Methodology","description":"By IBM via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-science-methodology-10617","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a3d2592-5346-4dc8-bf0c-5e5870568964","name":"Identifying Patient Populations","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/computational-phenotyping","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe504a9c-cf95-4091-bf2f-2f35d7685876","name":"Data Warehouse Concepts, Design, and Data Integration","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-warehouse-concepts-design-and-data-integration-4230","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b517a71b-d21a-432b-9757-7294b944a558","name":"Advanced Linear Models for Data Science 2: Statistical Linear Models","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-advanced-linear-models-for-data-science-2-statistical-linear-models-7476","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"475c4c2a-ab7f-4206-8136-a8e40c52c3e9","name":"Introduction to Data Analysis Using Excel","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-data-analysis-using-excel-7004","topics":"software-tools/excel;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73c041d9-4379-43b0-bbe5-ec470998734e","name":"Big Data Analysis: Hive, Spark SQL, DataFrames and GraphFrames","description":"By Yandex via Coursera","image":null,"links":"course|https://www.coursera.org/learn/big-data-analysis","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b332da1a-3e30-4489-ac86-1c04279e548b","name":"What is Data Science?","description":"By IBM via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-what-is-data-science-10616","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86115cbc-c659-4b42-9e1a-2e40a09a3f28","name":"Information Visualization: Programming with D3.js","description":"By New York University (NYU) via Coursera","image":null,"links":"course|https://www.coursera.org/learn/information-visualization-programming-d3js","topics":"data-visualization;software-tools/d3js","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b59fbe8-07c5-4f7c-a70e-ad6b547a1e82","name":"Data Analysis with Python","description":"By IBM via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-analysis-with-python","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0065ff68-9b68-4e0f-aea4-a4ca6c2efc43","name":"Applied Data Science Capstone","description":"By IBM via Coursera","image":null,"links":"course|https://www.coursera.org/learn/applied-data-science-capstone","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46d9130e-a2ae-42c8-be60-31ccc7c758ba","name":"Design Thinking and Predictive Analytics for Data Products","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-design-thinking-and-predictive-analytics-for-data-products-13492","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cc0d712-14cb-44ec-8984-534f2fe339c8","name":"Code Free Data Science","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/code-free-data-science","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a570906e-3eb5-4a01-9744-d12af34c6786","name":"Bioinformatics Capstone: Big Data in Biology","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/bioinformatics-project","topics":"bioinformatics;big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"093a5aed-e7a3-4424-a1d4-ef70d488059f","name":"Cloud Computing Applications, Part 2: Big Data and Applications in the Cloud","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cloud-computing-applications-part-2-big-data-and-applications-in-the-cloud-6309","topics":"cloud-computing;big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8d25b40-53ac-45b2-9321-331274624af9","name":"Serverless Machine Learning with Tensorflow on Google Cloud Platform","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/serverless-machine-learning-gcp","topics":"machine-learning;software-tools/tensorflow;google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2a83afe-e72a-468d-94f4-759cd608892c","name":"Big Data Essentials: HDFS, MapReduce and Spark RDD","description":"By Yandex via Coursera","image":null,"links":"course|https://www.coursera.org/learn/big-data-essentials","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f50c7e9-aef2-4a0d-b07a-f1826dc77971","name":"Big Data Applications: Real-Time Streaming","description":"By Yandex via Coursera","image":null,"links":"course|https://www.coursera.org/learn/real-time-streaming-big-data","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e455d28b-0b1d-4324-8e13-d2d5f82ec813","name":"Digital Arts","description":"By via iversity","image":null,"links":"course|https://iversity.org/en/courses/digital-arts","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f8cba18-3e26-4668-bd27-67b53f1c7ac3","name":"How to Win a Data Science Competition: Learn from Top Kagglers","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-how-to-win-a-data-science-competition-learn-from-top-kagglers-9605","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67bcaf05-7c56-4132-a385-d6ddf892bba1","name":"Open Source tools for Data Science","description":"By IBM via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-open-source-tools-for-data-science-10620","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca0f43ee-2489-4b11-b98e-ec0843fccff9","name":"Data Visualization with Python","description":"By IBM via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-visualization-with-python-11199","topics":"data-visualization;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"841e51f3-d4e7-4326-927e-f6dee7f4e5ce","name":"The Fast Fourier Transform (FFT): Most ingenious Algorithm Ever?","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=h7apO7q16V0","topics":"fourier-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c11dc507-9f1d-45f2-8cd5-f6838dd662d3","name":"People Analytics","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-people-analytics-4264","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e60aaf9-09a4-4f65-a40e-1c6d0b50209a","name":"Data Manipulation at Scale: Systems and Algorithms","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-manipulation","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b9016e7-1865-4093-a4d3-62be4e37f34a","name":"Introduction to Spreadsheets and Models","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-introduction-spreadsheets-models","topics":"spreadsheets","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9decede4-92ae-4535-94b2-2f37ad069eb8","name":"Towers of Hanoi: A Complete Recursive Visualization","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=rf6uf3jNjbo","topics":"towers-of-hanoi;recursion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bcc3c8c8-5818-407d-a5af-34d76f9164e0","name":"Data Processing Using Python","description":"By Nanjing University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/python-data-processing","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3168c668-ffef-47b7-a8a8-7891f41dd830","name":"Data Analysis and Interpretation Capstone","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-analysis-and-interpretation-capstone-5110","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a11de70-d760-49d8-9bc4-967f361bf0d4","name":"Social Media Analytics: Using Data to Understand Public Conversations","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/social-media-analytics","topics":"social-media;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3eaef927-13a7-40c6-9671-b723e0bbeccb","name":"Research Data Management and Sharing","description":"By The University of North Carolina at Chapel Hill via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-management","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40714fcf-0dc8-43cb-8699-4b8a38c9a371","name":"Big Data, Genes, and Medicine","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-genes-medicine","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f62195cb-5c1b-4d7d-9bbc-8a380932165c","name":"Data Analytics Foundations for Accountancy I","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-analytics-foundations-for-accountancy-i-9051","topics":"analytics;accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bcc11a3-0a2c-4937-8fc5-59a191c20a12","name":"Databases and SQL for Data Science","description":"By IBM via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sql-data-science","topics":"databases;programming-languages/sql;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d987d268-16f2-4f46-9fac-9be63260677e","name":"Information Visualization: Applied Perception","description":"By New York University (NYU) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-information-visualization-applied-perception-11820","topics":"data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13e6308a-0834-4e98-83d9-866a434393b7","name":"Managing Big Data in Clusters and Cloud Storage","description":"By Cloudera via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-managing-big-data-in-clusters-and-cloud-storage-13793","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38b3fbec-5cfe-4f5a-9d0d-ca65ef92736d","name":"Unlimited Power Summary by Anthony Robbins | Summary Lover","description":null,"image":null,"links":"article|https://summarylover.com/2020/08/unlimited-power-summary.html","topics":"awareness;books-reading","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"656f5c70-d88f-48b9-b6b9-5a37bf6353ac","name":"Sampling People, Networks and Records","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sampling-methods","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80f388a0-5d07-4436-a716-8c5f3c5f2898","name":"Data Analysis Tools","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-analysis-tools","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdb6f371-8a1d-4cca-b4a7-188801d46f9b","name":"Big Data Integration and Processing","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-big-data-integration-and-processing-6467","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c56f457f-4923-48b1-8e51-459ac8951e22","name":"Social Media Data Analytics","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-social-media-data-analytics-7019","topics":"social-media;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5516e15f-12ac-4448-91df-bf2860cbfcc1","name":"Basic Data Descriptors, Statistical Distributions, and Application to Business Decisions","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/descriptive-statistics-statistical-distributions-business-application","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"916f9160-69ad-468a-9ce1-04e261b20389","name":"Introduction to Analytics Modeling","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-analytics-modeling-8217","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12f79c23-9765-4097-bcd4-2800094765bc","name":"Google Cloud Platform Big Data and Machine Learning Fundamentals","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/gcp-big-data-ml-fundamentals","topics":"google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f23558a-b6cf-452a-bbe0-ab02c59f2062","name":"Python Data Analysis","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/python-analysis","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f829677-ae44-4568-a968-f9dbf954f71e","name":"Python Data Visualization","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/python-visualization","topics":"data-visualization;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5209e63d-16dc-4734-8a2f-836674ed2f75","name":"The Data Science of Health Informatics","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-data-science-of-health-informatics-12856","topics":"data-science;bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d9eee1a-7608-40bf-9cdb-b0d145b10adb","name":"Security and Privacy for Big Data - Part 1","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-security-and-privacy-for-big-data-part-1-13255","topics":"privacy;computer-security;big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb78849e-90ad-4c3f-8475-8f6df7412a22","name":"Think And Grow Rich Summary | Summary Lover","description":null,"image":null,"links":"article|https://summarylover.com/2020/08/think-and-grow-rich-summary.html","topics":"awareness;books","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"f7991493-43ef-498d-82d5-e7db167c3ff9","name":"Big Data Tools","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-big-data-tools-11307","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac9436f7-7e02-4c52-8abb-8632b622d34c","name":"Managing Data Analysis","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-managing-data-analysis-4388","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5818c707-969b-4558-a966-66630cead8d3","name":"Genome Assembly Programming Challenge","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-genome-assembly-programming-challenge-5606","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4149485-9bc2-42c3-9300-dc35b188a267","name":"Essential Design Principles for Tableau","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-essential-design-principles-for-tableau-6809","topics":"software-tools/tableau","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e70409b-7964-4d2a-9d99-1810aee95baa","name":"Building R Packages","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-building-r-packages-7175","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad85b868-62fa-472f-ac9f-f265ba95f4d1","name":"Foundations of Data Science: K-Means Clustering in Python","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-foundations-of-data-science-k-means-clustering-in-python-13623","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46f0f4dd-5447-4d66-bf80-0f93bbb0fb9f","name":"Cluster Analysis in Data Mining","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cluster-analysis-in-data-mining-2735","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05483f63-f1e5-4bfe-9ef3-4b1b5a31932c","name":"Creating Dashboards and Storytelling with Tableau","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/dataviz-dashboards","topics":"software-tools/tableau","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6acf0aed-9828-4b19-8824-7ea630ee4636","name":"Foundations of mining non-structured medical data","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-foundations-of-mining-non-structured-medical-data-12055","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf30d588-a0cf-4216-837d-15514e7d8231","name":"Data Analytics and Visualization in Health Care","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/data-analytics-and-visualization-in-health-care","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a8fefa7-52b7-407d-b64d-615e494b8c70","name":"Additional Tools Used for Data Visualization","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-visualization-tools","topics":"data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a6f2aa4-01bd-4ddf-af04-6e176dd0d642","name":"Data Modeling and Regression Analysis in Business","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-modeling-and-regression-analysis-in-business-13713","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6879ccc-eb4c-4a40-bd2f-21a8d7ceeb29","name":"Introduction to Accounting Data Analytics and Visualization","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intro-accounting-data-analytics-visual","topics":"accounting;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd7997b6-fab9-4c02-93d3-d76d1454daf3","name":"Machine Learning for Data Analysis","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-machine-learning-for-data-analysis-4354","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec8ad52d-a2c4-43fd-8e8c-43802c315a2b","name":"The R Programming Environment","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-r-programming-environment-7170","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df8418ea-ecf3-4f9d-ab44-2ba0ffbde8b5","name":"Computing for Data Analysis","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/computing-for-data-analysis-2","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bf0be8e-f23c-4b04-a829-521804505580","name":"Data Visualization with Tableau Project","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-visualization-with-tableau-project-6805","topics":"software-tools/tableau","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"907ed9a5-c434-4080-8d3e-5aa43ce0156b","name":"Practical Time Series Analysis","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.coursera.org/learn/practical-time-series-analysis","topics":"data-science;time-series","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67d5b711-5e6c-40eb-99ab-00112a60663a","name":"Spatial Data Science and Applications","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/spatial-data-science","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09045f8a-88da-47a6-867d-ae90bb87b1e8","name":"Genomic Data Science and Clustering (Bioinformatics V)","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/genomic-data","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9466fb2d-8b60-4d95-ab85-7bb1fe30d990","name":"Data Management and Visualization","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-management-and-visualization-4184","topics":"data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28a7e3ad-c3d4-4312-8c0d-e4a34b6025e9","name":"Fundamentals of Visualization with Tableau","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-visualization-tableau","topics":"software-tools/tableau","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"980c9ca8-3d7f-4f4a-8f9f-b25895b11c3b","name":"Applied Plotting, Charting & Data Representation in Python","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/python-plotting","topics":"data-visualization;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ce683f3-b114-453f-94a4-a5caae748933","name":"Data Science Math Skills","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/datasciencemathskills","topics":"data-science;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be0f9b5c-fd38-4244-8a18-43b8f6157bba","name":"Capstone: Create Value from Open Data","description":"By ESSEC Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-capstone-create-value-from-open-data-5094","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"752f0f77-0710-44b6-ba93-a7e42103a080","name":"Data Science Course in Mumbai with 100% Placement Assistance","description":null,"image":null,"links":"article|https://intellipaat.com/data-scientist-course-training-mumbai/","topics":"data-science;edtech","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"01383f33-7758-46f5-86ae-409bb52dc508","name":"Dealing With Missing Data","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/missing-data","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd9f756a-49bb-4b7f-8b99-bba9e416e21f","name":"Advanced R Programming","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/advanced-r","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c3ad480-6529-480f-bf84-e2be22115fa9","name":"Building Data Visualization Tools","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-building-data-visualization-tools-7176","topics":"data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"369cb9d3-496d-4c9b-8cf9-58b3a5a7792d","name":"Data Analytics for Business","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/data-analytics-for-business-3","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40df2b8d-e17d-44cf-b1bd-0030097cfc23","name":"statecharts","description":null,"image":null,"links":"research_paper|http://www.inf.ed.ac.uk/teaching/courses/seoc/2005_2006/resources/statecharts.pdf","topics":"state-machine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb3a7a0e-1fca-4e9c-a05d-f660424e01be","name":"Data Science in Stratified Healthcare and Precision Medicine","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-science-in-stratified-healthcare-and-precision-medicine-10645","topics":"data-science;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a12dc08-d7f9-4a55-a301-ba2e620d4a2c","name":"Introduction to Data Exploration and Visualization","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intro-to-data-exploration","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2b0c7d0-0c4a-481f-96c1-9bcede90cb67","name":"Data Management in the Cloud","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-management-cloud","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1235eba7-a7af-42b4-844d-20b472b5f1b8","name":"Advanced Data Science Capstone","description":"By IBM via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-advanced-data-science-capstone-11715","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7866e2b4-efbc-4e3d-aabe-e9137ae5655a","name":"Information Visualization: Advanced Techniques","description":"By New York University (NYU) via Coursera","image":null,"links":"course|https://www.coursera.org/learn/information-visualization-advanced-techniques","topics":"data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e98ba89c-623c-4980-99c3-5451552a1f98","name":"ClojureScript with React (Reagent) - A simple todo app","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=tRYreGS53Z4","topics":"clojure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"62288a5d-3602-48e6-9803-578603e06d36","name":"Developing Data Products","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-developing-data-products-1720","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7b351be-ae30-4bdd-97ce-699b51c5a164","name":"Mathematical Biostatistics Boot Camp 2","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/biostatistics-2","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b93bf392-582d-4dbf-a4ee-a146275498fb","name":"Big Data Analysis with Scala and Spark","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/scala-spark-big-data","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a328548-3ad0-4657-b350-7f18a0cc3d57","name":"Bioconductor for Genomic Data Science","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/bioconductor","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1b9a22c-d6f5-4654-889e-8aa6ded9968c","name":"Qualitative Research Methods","description":"By University of Amsterdam via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-qualitative-research-methods-4176","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b57428f7-d486-4a5e-a7bb-c65a2105e885","name":"Understanding Your Data: Analytical Tools","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-understanding-your-data-analytical-tools-8922","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bc432e5-aae3-4cf2-a8a1-d56eb7818874","name":"Finding Mutations in DNA and Proteins (Bioinformatics VI)","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/dna-mutations","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3fd1b71-bdda-4943-b073-6b4721dddee1","name":"Comparing Genes, Proteins, and Genomes (Bioinformatics III)","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/comparing-genomes","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b1ff717-5eb0-4cd9-a88a-d1c9abaf4f8b","name":"Data Science at Scale - Capstone Project","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.coursera.org/learn/datasci-capstone","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a019fec-0208-45ec-b5b9-9c32d38f09d4","name":"Genome Sequencing (Bioinformatics II)","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/genome-sequencing","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0a1f583-860a-41b4-8d5a-3a7984bad5f8","name":"Molecular Evolution (Bioinformatics IV)","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-molecular-evolution-bioinformatics-iv-3555","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"715a5c61-6287-418d-8793-60c428104c1c","name":"Statistics for Genomic Data Science","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-statistics-for-genomic-data-science-3478","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0283a4f-4ec0-42b6-b511-a86dd7f12304","name":"Functional Genomics","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-functional-genomics-7920","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53f8059d-ed78-43af-bd2b-73b08fd22ac0","name":"Practitioners Course In Descriptive,Predictive And Prescriptive Analytics","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-practitioners-course-in-descriptive-predictive-and-prescriptive-analytics-9899","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6135dca8-e19f-4576-9a83-ba35cf2c8008","name":"Applied Text Mining in Python","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/python-text-mining","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"112e6380-7579-4bc6-8269-eb3af3403808","name":"Python for Data Science","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-python-for-data-science-14266","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd0055a6-057d-4700-9382-0b3ca71d2597","name":"Bioinformatics: Introduction and Methods 生物信息学: 导论与方法","description":"By Peking University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-bioinformatics-introduction-and-methods---1209","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc67402d-26c1-4cbe-b49b-66abddf90568","name":"Econometrics: Methods and Applications","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.coursera.org/learn/erasmus-econometrics","topics":"econometrics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98d6c194-0a61-4e59-a4e1-7e89ad08b316","name":"Plant Bioinformatics","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-plant-bioinformatics-12753","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c958f14-2c01-4ec1-8549-0491d289aafc","name":"Clinical Bioinformatics: Unlocking Genomics in Healthcare","description":"By Manchester University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-clinical-bioinformatics-unlocking-genomics-in-healthcare-5661","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b86cc6e3-14fa-4025-8770-2417e4743893","name":"Hands-on Text Mining and Analytics","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-hands-on-text-mining-and-analytics-7338","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7414ad1-aabf-4f35-b240-5a09870af159","name":"Security and Privacy for Big Data - Part 2","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.coursera.org/learn/security-privacy-big-data-protection","topics":"privacy;computer-security;big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7da62603-59ea-49ed-b1bf-b4a7f5fcac0d","name":"Advanced Linear Models for Data Science 1: Least Squares","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/linear-models","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b66a5e6-2434-4d6f-aadc-b8b3a4a44926","name":"Make Your Bed Summary | Summary Lover","description":null,"image":null,"links":"article|https://summarylover.com/2020/12/make-your-bed-summary.html","topics":"books;critical-thinking","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"1a4edea2-7446-4268-a35f-42838ab91242","name":"Introduction to Systematic Review and Meta-Analysis","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-systematic-review-and-meta-analysis-3480","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"873522db-2301-4248-94f3-e6489cab92ca","name":"Delivering Research Data Management Services","description":"By University of Edinburgh via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-delivering-research-data-management-services-13856","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5570bc35-07ea-4293-aa62-a2cb11f0d9d4","name":"Big Data Science with the BD2K-LINCS Data Coordination and Integration Center","description":"By Icahn School of Medicine at Mount Sinai via Coursera","image":null,"links":"course|https://www.coursera.org/learn/bd2k-lincs","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9903ac8-27b3-415f-abfb-cccbf0dde7ca","name":"Data Science for Business Innovation","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-science-for-business-innovation-14369","topics":"data-science;big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54a2835e-d6b3-4e72-bf5e-0bbf16050280","name":"Big Data Analytics Using Spark","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.edx.org/course/big-data-analytics-using-spark-4","topics":"big-data;software-tools/spark","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a66e727d-6095-485b-b3de-f2f86f259eca","name":"Probability and Statistics in Data Science using Python","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.edx.org/course/probability-and-statistics-in-data-science-using-python-4","topics":"data-science;mathematics;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"603c97c4-3f16-4188-ab20-bb435de50e38","name":"Health Data and Analytics","description":"By EIT Health via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-health-data-and-analytics-12863","topics":"data-science;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"723986e5-9c42-45e4-aea9-33f8e4191506","name":"Genomic Data Science Capstone","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-genomic-data-science-capstone-5953","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90c8e434-99eb-4ae2-8650-b2df7bad9b81","name":"Silicon Photonics Design, Fabrication and Data Analysis","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-silicon-photonics-design-fabrication-and-data-analysis-3532","topics":"photonics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"415207a1-e1e9-47c6-b8e9-49921b060ff0","name":"Python for Informatics: Exploring Information","description":"By via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-python-for-informatics-exploring-information-795","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8fb8dce-9766-41bf-b4a3-b407b1002860","name":"Big Data applications and Analytics","description":"By Indiana University via Independent","image":null,"links":"course|https://bigdatacourse.appspot.com/preview","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ceaa8dd-efb8-4f81-b960-0b63ed3542b5","name":"Data, Analytics and Learning","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.edx.org/course/data-analytics-learning-utarlingtonx-link5-10x","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee869014-4f6a-4ca0-8ef1-550af95f3dfe","name":"Data Visualization and D3.js","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/data-visualization-and-d3js--ud507","topics":"software-tools/d3js","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25b470a5-7dfd-4baf-822c-19957abfa5bc","name":"Model Building and Validation","description":"By AT&T via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-model-building-and-validation-3256","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"669cfb32-17a3-4fb3-ba55-1da2e53a8f2b","name":"Health Informatics in the Cloud","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-health-informatics-in-the-cloud-3288","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f21b73d-d3c4-4233-9639-bc8b786942ca","name":"Sabermetrics 101: Introduction to Baseball Analytics","description":"By Boston University via edX","image":null,"links":"course|https://www.edx.org/course/sabermetrics-101-introduction-baseball-bux-sabr101x-0","topics":"sports;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e755c24-ce5e-4281-b3ec-8925bae6af90","name":"Driving Business Results with Big Data","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/big1","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f84fef0d-3729-4464-b852-46bd8431587e","name":"Statistical Computing with R - a gentle introduction","description":"By University College London via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-statistical-computing-with-r-a-gentle-introduction-4545","topics":"statistics;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e84b243c-3a1a-47ea-8026-fe75fca1574f","name":"Intro to Data Analysis","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-intro-to-data-analysis-4937","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3abf273d-449c-49cd-8506-9e5765a8cdf3","name":"Text Analytics with SAP HANA Platform","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/hsta1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d16658d-b4a9-4ed2-ae65-55eac6919826","name":"Drawing the Head and Hands","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/1421684.Drawing_the_Head_and_Hands","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb13093b-df33-48aa-872c-7a0d86d8d036","name":"Big Data Analytics in Healthcare","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-big-data-analytics-in-healthcare-1027","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb14f341-09f8-467a-b017-3984434e8bbb","name":"Data Visualization in Tableau","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/data-visualization-in-tableau--ud1006","topics":"software-tools/tableau","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0ac8c0b-55fb-4c61-9b0f-5b1a2f73e89b","name":"Interactomics","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_bt31/preview","topics":"interactomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd33ca58-382e-4e7f-be31-bb65562c238d","name":"Introduction to Applied Biostatistics: Statistics for Medical Research","description":"By Osaka University via edX","image":null,"links":"course|https://www.edx.org/course/introduction-applied-biostatistics-osakaux-med101x-0","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca5aae32-9a69-43f7-801a-44af4ff41b45","name":"Biostatistics for Big Data Applications","description":"By via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-biostatistics-for-big-data-applications-6843","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f170688-872f-4f2b-8d1c-09bdc53c7963","name":"Data Analytics in Health – From Basics to Business","description":"By KU Leuven University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-data-analytics-in-health-from-basics-to-business-7160","topics":"data-science;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e1c1a59-e7f2-4bf0-bc37-aba2e7982cf5","name":"Data Science Readiness Assessment","description":"By University of Notre Dame via edX","image":null,"links":"course|https://www.edx.org/course/data-science-readiness-assessment-notredamex-ds101x","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f054c649-1f0c-42b5-b57a-29c5e22e4fec","name":"Data Visualization for All","description":"By Trinity College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-data-visualization-for-all-8003","topics":"data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6acbc7de-d20a-465b-8797-63db67e636cd","name":"Data Analysis and Visualization","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.udacity.com/course/data-analysis-and-visualization--ud404","topics":"data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d24ef0ed-9696-4eff-a362-b1e51798f8e3","name":"Foundations of Data Analysis - Part 1: Statistics Using R","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.edx.org/course/foundations-data-analysis-part-1-utaustinx-ut-7-11x-0","topics":"data-science;statistics;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06c12bcb-e009-4db4-ac42-b5b34163aad3","name":"Foundations of Data Analysis - Part 2: Inferential Statistics","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-foundations-of-data-analysis-part-2-inferential-statistics-4804","topics":"data-science;statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32c5f10d-b36d-4178-83a1-18fe76a843f7","name":"Introduction to Apache Hadoop","description":"By Linux Foundation via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-apache-hadoop","topics":"software-tools/hadoop","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5492d10-185b-48ea-9537-50a07b9fd291","name":"Code of Life – When Computer Science Meets Genetics","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-code-of-life-when-computer-science-meets-genetics-5151","topics":"computer-science;genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9cadc42c-3cd3-4a1b-816d-0b18c5439666","name":"Big Data Analytics in Healthcare","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/big-data-analytics-healthcare-gtx-cse88803x-0","topics":"big-data;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73034791-80b0-4cc5-aeb9-549d916da828","name":"Understanding Data","description":"By via MRUniversity","image":null,"links":"course|https://www.classcentral.com/course/mruniversity-understanding-data-8974","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7321ac54-3939-431c-8866-3d7af9876f1a","name":"Big Data with SAP Vora - Engines and Tools","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-big-data-with-sap-vora-engines-and-tools-6904","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c7d5343-467c-4765-930b-908b2cf99515","name":"Introduction to Genomic Data Science","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-genomic-data-science-8962","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51998a6f-48c4-4002-959f-40f0d6d46885","name":"Data Science in Action - Building a Predictive Churn Model","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/ds2","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f064c89-ba0a-4255-ab64-88e0c9115bb3","name":"Business and Data Analysis Skills","description":"By Fullbridge via edX","image":null,"links":"course|https://www.edx.org/course/business-and-data-analysis-skills-2","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6b52fc8-6192-44c5-8cce-3522f3353e88","name":"Programming in R for Data Science","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-programming-in-r-for-data-science-6038","topics":"data-science;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c24cf6c-50e1-49c1-b4af-c7ca0a5c11a2","name":"Programming with Python for Data Science","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-programming-with-python-for-data-science-6471","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a574f3c-61ea-4404-83e3-93cc58986e89","name":"Data Science Essentials","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-data-science-essentials-6512","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1740409a-5ecc-4db8-8491-fb047704be00","name":"Creating BI Reports with SQL Server Reporting Services","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/analyzing-and-visualizing-data-with-sql-server-reporting-services","topics":"business-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a4a3724-7297-4bde-961f-5728fa286681","name":"Data Analysis: Visualization and Dashboard Design","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-data-analysis-visualization-and-dashboard-design-5388","topics":"data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25ec1db2-0bae-45ff-9e73-8bce71cb0071","name":"High-performance Computing for Reproducible Genomics","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-high-performance-computing-for-reproducible-genomics-2973","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cd86f65-a66f-4e46-857a-1a82f2644920","name":"Introduction to Bioconductor: Annotation and Analysis of Genomes and Genomic Assays","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-bioconductor-annotation-and-analysis-of-genomes-and-genomic-assays-2970","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f75b16d-af5d-48d5-987b-c41349a1155c","name":"Case Studies in Functional Genomics","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/case-studies-functional-genomics-harvardx-ph525-7x-1","topics":"bioinformatics;genomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f644076f-3435-41c3-9cd8-0d0217026496","name":"Data Science Interview Prep","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-data-science-interview-prep-11458","topics":"data-science;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4224c502-0c4a-42a4-9539-fedbf8fed7a7","name":"Data Visualization for Storytelling and Discovery","description":"By Knight Center for Journalism in the Americas via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-data-visualization-for-storytelling-and-discovery-11702","topics":"data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a243fe93-1ecd-4e19-9d1a-03b72faa4c44","name":"High-Dimensional Data Analysis","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/high-dimensional-data-analysis-2","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e74ac54b-b0d8-4a1a-a93e-93a45223a02b","name":"Deterministic Optimization","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-deterministic-optimization-9947","topics":"optimization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09afc6a1-c7db-4110-9804-ae3def7835f7","name":"Statistical Modeling and Regression Analysis","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-statistical-modeling-and-regression-analysis-8996","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43b3a267-ab6d-4898-8a69-54ce4ea2e106","name":"Intro to R for Journalists: How to Find Great Stories in Data","description":"By Knight Center for Journalism in the Americas via Independent","image":null,"links":"course|https://journalismcourses.org/intro-r.html","topics":"programming-languages/r;journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bc1b696-ce67-46e2-af50-8b0b99b5369e","name":"Knowledge Inference and Structure Discovery for Education","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.edx.org/course/knowledge-inference-and-structure-discovery-for-education","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c63376ba-cd6e-4106-9457-cd1ded3c1700","name":"Dynamic Programming: Applications In Machine Learning and Genomics","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-dynamic-programming-applications-in-machine-learning-and-genomics-10249","topics":"bioinformatics;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88450b82-693c-46e2-91a7-db54fb46680c","name":"Graph Algorithms in Genome Sequencing","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.edx.org/course/graph-algorithms-genome-sequencing-uc-san-diegox-algs206x","topics":"algorithms;bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a6f3b96-7d18-4dcc-9207-c762f6887bf8","name":"Analyzing Data with Python","description":"By IBM via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-analyzing-data-with-python-12531","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ffcae33-4298-40bb-aea0-5c22e8464b44","name":"Visualizing Data with Python","description":"By IBM via edX","image":null,"links":"course|https://www.edx.org/course/visualizing-data-with-python","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e995b5d8-9bb9-41c1-8bb6-0a81b4850284","name":"Algorithms and Data Structures Capstone","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.edx.org/course/algorithms-data-structures-capstone-uc-san-diegox-algs207x","topics":"algorithms;data-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6652a42a-292a-49b3-929a-46c6b690c255","name":"Big Data Technology Fundamentals Online","description":"By Amazon via Independent","image":null,"links":"course|https://www.aws.training/Details/Curriculum?id=11070","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32cf4051-f0af-4fe4-b366-38005d21734d","name":"数据挖掘:理论与算法 | Data Mining: Theories and Algorithms for Tackling Big Data","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx---data-mining-theories-and-algorithms-for-tackling-big-data-8130","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d300a506-5e59-4984-b85e-5127292b65da","name":"Foundations of Data Science: Inferential Thinking by Resampling","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/foundations-of-data-science-inferential-thinking-by-resampling-0","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4940444-8e51-4bb7-a6aa-05bf980f690d","name":"Foundations of Data Science: Computational Thinking with Python","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/foundations-of-data-science-computational-thinking-with-python-0","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d920faa1-e5cb-4b08-8003-abdd6d964359","name":"Principles, Statistical and Computational Tools for Reproducible Data Science","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/principles-statistical-and-computational-tools-for-reproducible-science","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97930ebc-9d3a-45ab-90bc-b69c2ec0bc24","name":"Foundations of Data Science: Prediction and Machine Learning","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-foundations-of-data-science-prediction-and-machine-learning-10320","topics":"data-science;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d10b4d5e-8276-4292-a793-68c951c1e21a","name":"Data Science and Machine Learning Capstone Project","description":"By IBM via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-data-science-and-machine-learning-capstone-project-12606","topics":"data-science;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae5e0fbc-5408-4025-abc1-0533ae0583f4","name":"Causal Diagrams: Draw Your Assumptions Before Your Conclusions","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/causal-diagrams-draw-your-assumptions-before-your-conclusions","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a9a18b4-a071-4b71-a6b6-c30489bbbe4b","name":"高级大数据系统|Advanced Big Data Systems","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx--advanced-big-data-systems-12738","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04d85833-0383-4fdc-a260-8f732b226865","name":"Data Analysis Essentials","description":"By Imperial College London via edX","image":null,"links":"course|https://www.edx.org/course/data-analysis-essentials-for-mba-success-2","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd4ed67c-e305-4d24-b2d3-1753ca7c3f16","name":"Computational Thinking and Big Data","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.edx.org/course/computational-thinking-and-big-data-2","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4872a19-296b-47cb-b247-a8356ea03b85","name":"Programming for Data Science","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-programming-for-data-science-8162","topics":"programming;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad094a11-142d-46ad-8e99-d6b849e62f29","name":"Big Data Analytics","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-big-data-analytics-8158","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbc1c4cc-4ab4-41d2-b287-5622f889981b","name":"Big Data Capstone Project","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-big-data-capstone-project-8159","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e1bf60f-f327-4942-a194-0dacf3437253","name":"Big Data Fundamentals","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-big-data-fundamentals-8156","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8a4d361-b21c-4896-a08a-054cdf048c4c","name":"Freedom of Data with SAP Data Hub","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-freedom-of-data-with-sap-data-hub-12498","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35f33ded-45db-4d70-8f5f-12fa42b32caa","name":"Python Basics for Data Science","description":"By IBM via edX","image":null,"links":"course|https://www.edx.org/course/python-basics-for-data-science-2","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50f7749d-f1bf-40f9-bd1b-289a362382aa","name":"Essential Statistics for Data Analysis using Excel","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-essential-statistics-for-data-analysis-using-excel-8248","topics":"statistics;software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2215f6e2-86b9-4fe7-a9d6-f6ded31d11eb","name":"Processing Big Data with Azure Data Lake Analytics","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-processing-big-data-with-azure-data-lake-analytics-7823","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca31f0db-504a-4fb9-bded-271aa4c2255a","name":"Introduction to Statistical Methods for Gene Mapping","description":"By Kyoto University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-statistical-methods-for-gene-mapping-5425","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acc26b7c-245c-4208-ada8-c56650abb775","name":"Big Data and Education","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/big-data-and-education-2","topics":"big-data;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0658d74-b150-4583-8f16-ff1b6193290a","name":"Implementing Predictive Analytics with Spark in Azure HDInsight","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-implementing-predictive-analytics-with-spark-in-azure-hdinsight-4151","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"328dc792-917d-4f4c-9cd2-dce962669e34","name":"Microsoft Professional Capstone : Data Science","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-professional-capstone-data-science-6422","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3510cd39-99f6-44f1-a69a-750b7353314c","name":"Orchestrating Big Data with Azure Data Factory","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/orchestrating-big-data-with-azure-data-factory-3","topics":"big-data;software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"558e85cc-eddd-43b4-86fb-2cb36605f83c","name":"Essential Math for Data Analysis using Excel Online","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-essential-math-for-data-analysis-using-excel-online-12164","topics":"big-data;software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08255eed-8dea-4d8f-9054-fac9add10c7b","name":"Data Science Research Methods: Python Edition","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/data-science-research-methods-python-edition-3","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c1e2090-091c-4ff7-8979-400784f3761d","name":"Data Science Research Methods: R Edition","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-data-science-research-methods-r-edition-11640","topics":"data-science;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6eeed70-15c6-4d06-847d-77202ba53e2b","name":"Applied Data Analysis: Working in Organizations and Industries","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-applied-data-analysis-working-in-organizations-and-industries-12636","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a65d87aa-47c9-4f09-b576-baf12ea7346e","name":"Implementing Real-Time Analytics with Hadoop in Azure HDInsight","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-implementing-real-time-analytics-with-hadoop-in-azure-hdinsight-4152","topics":"software-tools/hadoop","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a815c25-3149-4501-b2ce-647c3d9a2782","name":"Data Analysis: A Practical Introduction for Absolute Beginners","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/data-analysis-a-practical-introduction-for-absolute-beginners-3","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66615b4f-1d53-4579-9a7d-82a6849a4774","name":"Processing Big Data with Hadoop in Azure HDInsight","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-processing-big-data-with-hadoop-in-azure-hdinsight-3917","topics":"big-data;software-tools/hadoop","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff89ca0d-efc0-4781-a0b1-4b6f43432fa8","name":"Introduction to Data Analysis using Excel","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-data-analysis-using-excel-3","topics":"data-science/software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f815569-134f-4593-98d2-9689ab7388e0","name":"Introduction to Data Science","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-data-science-6405","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f36c8bc-4796-4a58-9cc6-6c55dff634f3","name":"Microsoft Professional Capstone : Big Data","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-professional-capstone-big-data-8648","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc61859a-0a73-409b-84bc-af88ed83731f","name":"Microsoft Professional Capstone: Data Analysis","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-professional-capstone-data-analysis-13314","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0eaf5559-8534-4d33-8fff-fb177c0a2535","name":"Analyzing Big Data with Microsoft R","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-analyzing-big-data-with-microsoft-r-7822","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f54d8cc-f1a8-4614-aac4-e4a7784e6efa","name":"Processing Real-Time Data Streams in Azure","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-processing-real-time-data-streams-in-azure-7810","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00e324af-7116-404b-bd73-c95f70872f61","name":"Introduction to Big Data","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-big-data-3","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e328d541-f0a0-4a2f-aef9-ad2cf82e2eb5","name":"Data Visualization: A Practical Approach for Absolute Beginners","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-data-visualization-a-practical-approach-for-absolute-beginners-11348","topics":"data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c7c3d92-b076-4017-8dd5-b6a4cfa2c40a","name":"Knowledge Management and Big Data in Business","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.edx.org/course/knowledge-management-and-big-data-in-business-2","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63a16265-12e9-4898-a577-28664fff9931","name":"Data Science: Productivity Tools","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/data-science-productivity-tools","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a31df931-5eb1-4b32-849a-8f18a767f2ec","name":"Data Science: Capstone","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/data-science-capstone-2","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8019351-fb20-4c42-ad49-c059674dd46a","name":"Data Science: Inference and Modeling","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-data-science-inference-and-modeling-10349","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67c4d1b6-209a-4f4b-8fba-1dc605a76f9a","name":"Data Science: Linear Regression","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/data-science-linear-regression-2","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0982727f-f597-43ab-b791-5b00a9a9ba52","name":"Data Science: Visualization","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-data-science-visualization-10347","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b105897-5681-4a76-8173-1dc949e859ee","name":"Data Science: Probability","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/data-science-probability-2","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2446bd83-a935-4b93-98a3-d87827db6ad5","name":"Data Science: Wrangling","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-data-science-wrangling-10351","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3855e41e-b881-426a-8948-d7e6137e8083","name":"Data Science: Machine Learning","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/data-science-machine-learning-2","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3a57887-d3ad-46a5-a314-126b13ad1531","name":"3D Data Visualization for Science Communication","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-3d-data-visualization-for-science-communication-14502","topics":"data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05e9e49e-02ae-4dd4-bcc9-7ac3a351fed0","name":"Introduction to Predictive Analytics","description":"By University of Edinburgh via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-predictive-analytics-14420","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48c49e07-2765-419a-be3e-ac85790aa3bc","name":"Image Processing and Analysis for Life Scientists","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.edx.org/course/image-processing-and-analysis-for-life-scientists-2","topics":"image-processing;bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"977cdd9f-d25a-453f-bdee-08f603470efb","name":"Genomic Technologies in Clinical Diagnostics: Molecular Techniques","description":"By St George's, University of London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/molecular-techniques","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cca6405-e853-4210-9e41-fc3034358e2e","name":"Data, Models and Decisions in Business Analytics","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/data-models-and-decisions-in-business-analytics","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"216a6749-d05a-4790-85c8-0f234e18943a","name":"Data Science Capstone","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-science-project","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54a210da-ff10-4aeb-9de7-2da0a6e0b449","name":"Capstone Exam in Statistics and Data Science","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/capstone-exam-in-statistics-and-data-science-0","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1b5728f-692f-4315-9e88-f85b24d65f77","name":"Stochastic Processes: Data Analysis and Computer Simulation","description":"By Kyoto University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-stochastic-processes-data-analysis-and-computer-simulation-8246","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66e3daa8-141d-47b0-bd8b-a85b2d516d79","name":"Big Data Services: Capstone Project","description":"By Yandex via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-big-data-services-capstone-project-9508","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d3198cf-acec-4371-94f8-1c741b6972ef","name":"Mastering Software Development in R Capstone","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/r-capstone","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41a07c43-c634-49e7-a3aa-bd6cf544b5a7","name":"More Data Mining with Weka","description":"By University of Waikato via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/more-data-mining-with-weka","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da0f7147-0706-4ad4-8a73-8b66e1b85047","name":"Statistical Analysis in Bioinformatics","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-statistical-analysis-in-bioinformatics-8163","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"faa64840-e0fa-4e79-9735-76b80b1614dd","name":"Big Data - Capstone Project","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/big-data-project","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50afabf9-9264-425e-a13a-7675f47620a2","name":"Genomic Technologies in Clinical Diagnostics: Next Generation Sequencing","description":"By St George's, University of London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-genomic-technologies-in-clinical-diagnostics-next-generation-sequencing-6339","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd1a1a9c-89ef-4bc0-8528-8c00b56ddaf7","name":"Data Mining with Weka","description":"By University of Waikato via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-data-mining-with-weka-7805","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3a4a215-2a5a-467e-96ee-cd2c5f51f049","name":"Survey Data Collection and Analytics Project (Capstone)","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/survey-data-capstone","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb42f269-6215-45fb-a708-ec9d07901571","name":"Predictive Modeling and Transforming Clinical Practice","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/predictive-modeling-clinical-data","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb9cae11-bab1-466f-ab58-4facca515989","name":"The Power of Positive Thinking Summary | Summary Lover","description":null,"image":null,"links":"article|https://summarylover.com/2020/08/the-power-of-positive-thinking-summary.html","topics":"blogging;ebooks","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"776c7081-d0f7-4185-8a4f-6ab76028f0e8","name":"IoT Programming and Big Data","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-iot-programming-and-big-data-9753","topics":"internet-of-things;big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac630c69-c86e-4009-aaf9-219c73c0e7e3","name":"Systems Biology and Biotechnology Capstone","description":"By Icahn School of Medicine at Mount Sinai via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-systems-biology-and-biotechnology-capstone-6599","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71730392-9f2e-40a2-b319-36df0b70a8bb","name":"Advanced Data Mining with Weka","description":"By University of Waikato via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/advanced-data-mining-with-weka","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38014358-b8f4-4ccb-9e01-2e60ccbd18f7","name":"Advanced Clinical Data Science","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/advanced-clinical-data-science","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5852f51e-39e1-471e-8f7a-e927e6650ba2","name":"Instructional Design Course Evaluation & Capstone Project","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-instructional-design-course-evaluation-capstone-project-8165","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4b02ff0-210c-4da3-95e1-1f3a4a09d1fa","name":"DNA Sequences: Alignments and Analysis","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-dna-sequences-alignments-and-analysis-8157","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c1c88b6-d0ec-434b-9da6-a2d7e279e1dd","name":"Cartographic generalization - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Cartographic_generalization","topics":"cartographic-generalization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"130cb2f8-6a9a-4d22-983c-aa2cac992be9","name":"Proteins: Alignment, Analysis and Structure","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-proteins-alignment-analysis-and-structure-8160","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4c709a0-bfe0-4f3f-9b6e-acd2bbb71187","name":"Music Retrieval Systems","description":"By Victoria University of Wellington via Kadenze","image":null,"links":"course|https://www.kadenze.com/","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c66a94b-1ce8-4359-9825-0a5af4f3b150","name":"Generalization in Digital Cartography","description":"Mcmaster & Shea, 1992","image":null,"links":"book|http://portal.survey.ntua.gr/main/courses/geoinfo/admcarto/lecture_notes/generalisation/bibliography/mcmaster_shea_1992.pdf","topics":"cartographic-generalization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c41023f-ff5f-4dcb-811d-db2131542e6f","name":"C++ Program for Kruskal's Algorithm (to find MST of graph) | FavTutor","description":null,"image":null,"links":"blog|https://favtutor.com/blogs/kruskal-algorithm-cpp","topics":"programming;programming-languages/c++","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"41d15b6d-6843-4afe-8021-288cdb84f526","name":"Introduction to Biostatistics","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-biostatistics-7969","topics":"biology;statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffab039d-a39d-4926-8b2b-5bcc4524490b","name":"Data Analysis & Decision Making - III","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-data-analysis-decision-making-iii-13981","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"940953dd-c370-4498-8432-edf625554edf","name":"Scalable Data Science","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs61/preview","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7005877f-e868-45f0-b456-cd6942d04896","name":"Combining and Analyzing Complex Data","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-collection-analytics-project","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce31c4be-7efb-4826-831a-3d5c9552b1e4","name":"Data Analysis and Presentation Skills: the PwC Approach Final Project","description":"By PwC via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-analysis-project-pwc","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6214c05-d6b9-4d75-b1bc-81ed522cc19d","name":"Data Science for Healthcare: Using Real World Evidence","description":"By EIT Health via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/data-science-healthcare","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b8be8d2-fa3a-4baf-b585-caaa8d40e357","name":"Handbook of Graph Drawing and Visualization","description":null,"image":null,"links":"book|https://cs.brown.edu/people/rtamassi/gdhandbook/","topics":"visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b09c3a60-4c4f-4cde-b479-aca0ed479bbe","name":"The Genomics Era: the Future of Genetics in Medicine","description":"By St. George's University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/the-genomics-era","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2cf00a8b-34f0-44c9-9670-f49133a578cc","name":"Data Science Ethics","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-science-ethics-9630","topics":"data-science;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bbeb1a0-bf41-4fc1-a971-70864a70ef34","name":"Data Mining","description":"By St.John’s College, Palayamkottai Tirunelveli via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_cs01/preview","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4c5f35f-5fe4-4b73-888d-655bf79fbe14","name":"Essentials of Genomics and Biomedical Informatics","description":"By Bar-Ilan University via edX","image":null,"links":"course|https://www.edx.org/course/essentials-of-genomics-and-biomedical-informatics","topics":"bioinformatics;genomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f514a88-74d8-4e2d-87d1-35f7e237137c","name":"Python for Data Science","description":"By IBM via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-python-for-data-science-11194","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cb540da-6374-4216-95a2-3d5c357edc4f","name":"Quantitative Biology Workshop","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/quantitative-biology-workshop-1","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab24f7f9-d57f-4fcd-bde0-db63a36f4c28","name":"Health Data Analytics","description":"By The College of St. Scholastica via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-health-data-analytics-1451","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8195fc61-0db8-4b06-ac04-29c23e7dffa3","name":"Making Sense of Data","description":"By Google via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-making-sense-of-data-1821","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d66662d6-761a-4da2-91a7-4e2631abb19c","name":"PH525x: Data Analysis for Genomics","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/statistics-and-r-2","topics":"data-science;genomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c108cb10-9110-4a55-8334-a1daf54e1fb3","name":"Bioinformatics: Life Sciences on Your Computer","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-bioinformatics-life-sciences-on-your-computer-2012","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfb63c66-4da5-45b1-aad9-3aaab93b67be","name":"Introduction to Data Science","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.coursera.org/specializations/data-science","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec3fd683-5d21-478b-9672-454dc531fc34","name":"UT.7.01x: Foundations of Data Analysis","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ut-7-01x-foundations-of-data-analysis-2244","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02cf4261-19fd-4234-b465-b5fbc483a2c6","name":"Bioinformatics Algorithms (Part 2)","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-bioinformatics-algorithms-part-2-2290","topics":"bioinformatics;algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de6f24a6-fd7b-46a5-aab6-3f9c0a17efe1","name":"Data Lakes for Big Data","description":"By via EdCast","image":null,"links":"course|https://educast.emc.com/learn/data-lakes-for-big-data-may-june","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bb370fb-a32a-4ba4-b51e-d97136579b4b","name":"PH525.8x: Case study: DNA methylation data analysis","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ph525-8x-case-study-dna-methylation-data-analysis-2980","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1fa927dc-63b3-48f9-9a59-6bce88635f05","name":"Data Mining Capstone","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-mining-project","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a15397e5-19b5-40ef-be67-a328ec906eb8","name":"TXT1x: Text Mining and Analytics","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/school/delftx?source=aw&awc=6798_1567901505_0b67073dd3f3a2b89049ef14b422b01b","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"587daf99-ae11-476d-949c-6bd358897c6c","name":"Data Analysis and Statistical Inference","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/specializations/statistics","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a9f0557-3601-4455-b7f8-c4196fcf44f5","name":"Communicating Results: Visualization, Ethics, Reproducibility","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-results","topics":"data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6197a2dc-f3aa-4fcc-9178-6433d3866e0c","name":"Biology Meets Programming: Bioinformatics for Beginners","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/bioinformatics","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7522e2cd-58fa-42f1-946b-10a04a43c45c","name":"Sport Informatics and Analytics","description":"By University of Canberra via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ucanberra/courses/sport-informatics-and-analytics","topics":"sports;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55076a11-1b49-4f68-b13b-8c2fa791552d","name":"Data Mining with Weka","description":"By University of Waikato via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-data-mining-with-weka-1152","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b33b1116-1a88-43aa-aea6-e8c197acdeda","name":"Books | TROM","description":null,"image":null,"links":"article|https://www.tromsite.com/books/#flipbook-df_6560/1/","topics":"sociobiology;sociology","creators":null,"year":null,"difficulty":"research","cost":null,"rating":null,"tags":null} +{"iid":"3dea02ae-f0ae-4e4c-95b7-289aeb1d5d18","name":"Data Science Essentials for SAP","description":"By OnSAP Academy via Independent","image":null,"links":"course|https://academy.onsap.com/courses/onsap/SP120/2015_T1/about","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed595940-9ebf-4652-8a46-e3002449ed65","name":"Business Statistics, Data Analysis, and Decision Making: Part 2","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-statistics-data-analysis-and-decision-making-part-2-5245","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b737c94b-1246-4498-b1af-82144ca4ce05","name":"Introduction to Big Data Analytics","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/bigdata-analytics","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f40f7a2-1694-40b8-9754-fb5123a3603f","name":"Introduction to Apache Spark","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-apache-spark-5855","topics":"software-tools/spark","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7d07a76-31ad-4045-a402-0a671afc7734","name":"Health Data Analytics with Microsoft Excel","description":"By The College of St. Scholastica via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-health-data-analytics-with-microsoft-excel-4825","topics":"data-science;software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"889c4cff-7991-44d0-b51c-862c1153af0c","name":"Algorithms for Big Data","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc16_cs12","topics":"algorithms;big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2533c382-4dfb-4338-b8bf-518625dc2718","name":"Big Data Analysis with Apache Spark","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/big-data-analysis-apache-spark-uc-berkeleyx-cs110x","topics":"big-data;software-tools/spark","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e4ac0c1-70a0-46c8-95c8-579c50b5947d","name":"CS115x: Advanced Apache Spark for Data Science and Data Engineering","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cs115x-advanced-apache-spark-for-data-science-and-data-engineering-5854","topics":"big-data;software-tools/spark","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"411d0a9d-1a16-4728-bd1d-f4d757c0f398","name":"Introduction to Linked Data and the Semantic Web","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/linked-data","topics":"programming;semantic-web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18471526-5df4-4b60-b715-b5533308f382","name":"Explaining Your Data Using Tableau","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/dataviz-visual-analytics","topics":"software-tools/tableau","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5c42656-3f01-4c82-be17-3eeff027f970","name":"Information Visualization","description":"By Indiana University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-information-visualization-627","topics":"data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae92e78c-4222-450e-8644-42891f9f4050","name":"Data Analysis: Building Your Own Business Dashboard","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/data-analysis-building-own-business-delftx-ex103x-0","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6fcdb29-8134-4e57-970a-11a386b287b6","name":"Predictive Analytics: Gaining Insights from Big Data","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-predictive-analytics-gaining-insights-from-big-data-7645","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f384ef05-1602-4ce1-b307-57b804e4f90f","name":"Data Journalism Fundamentals","description":"By Google via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-data-journalism-fundamentals-6141","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e2b6391-d165-4f8a-8065-8bbf4ec3d083","name":"Big Data: Measuring And Predicting Human Behaviour","description":"By The University of Warwick via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/big-data","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"767ae079-0216-479f-86a6-4dd8a09e5e9f","name":"Python for Data Journalists: Analyzing Money in Politics","description":"By Knight Center for Journalism in the Americas via Independent","image":null,"links":"course|https://journalismcourses.org/PDJ0517.html","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27b6d1fc-669e-4cb0-a058-d1342959fa95","name":"Data Tells a Story: Reading Data in the Social Sciences and Humanities","description":"By Loughborough University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-data-tells-a-story-reading-data-in-the-social-sciences-and-humanities-6504","topics":"data-science;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"508cfc2b-b89a-4b64-bce7-28387a62fc4f","name":"Bioinformatics: Algorithms and Applications","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_bt01/preview","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb2a064a-7f76-4818-a179-f675816526d2","name":"Business Analytics: The Data Explosion","description":"By American University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-business-analytics-the-data-explosion-8636","topics":"big-data;software-tools/spark","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b391ebf-ca62-4d81-8f82-31494d4010b5","name":"A developer's guide to Exploring and Visualizing IoT Data","description":"By IBM via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-a-developer-s-guide-to-exploring-and-visualizing-iot-data-8022","topics":"big-data;software-tools/spark","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"890565e0-b39b-4d90-8189-af037a72665c","name":"Learning Analytics Fundamentals","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-learning-analytics-fundamentals-9283","topics":"big-data;software-tools/spark","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b90ded8-344c-460f-9e7f-7221c02e98ea","name":"Big Data: from Data to Decisions","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-big-data-from-data-to-decisions-5420","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b01976ad-255b-4c93-bea9-48c8c7214984","name":"Feature Engineering for Improving Learning Environments","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-feature-engineering-for-improving-learning-environments-9286","topics":"big-data;software-tools/spark","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef5e5c46-dd03-495e-aff3-15c6b4953d20","name":"Predictive Modeling in Learning Analytics","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-predictive-modeling-in-learning-analytics-9285","topics":"big-data;software-tools/spark","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"522f4414-b3ec-4c6b-bc7b-387b3fee4892","name":"Big Data: Statistical Inference and Machine Learning","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-big-data-statistical-inference-and-machine-learning-5421","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"836883b6-a2d6-4aa8-bf09-579932ab8458","name":"Using Data to Provide Personalized Student Support","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-using-data-to-provide-personalized-student-support-9287","topics":"education;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0330cc58-41c2-4340-93b0-5af65f65c039","name":"Biostatistics and Design of experiments","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-biostatistics-and-design-of-experiments-5336","topics":"statistics;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d2eb986-1735-4822-91e3-f52cb7651448","name":"Big Data: Mathematical Modelling","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/big-data-mathematical-modelling","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28d9b47a-3895-453f-b050-e3d7df5f696f","name":"Big Data, Cloud Computing, & CDN Emerging Technologies","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/big-data-emerging-technologies","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"791fe7fa-e47f-4815-b81d-09e251d681e9","name":"Home | Laws of UX","description":null,"image":null,"links":"website|https://lawsofux.com/","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"546894b9-f6f1-46bc-a523-25748dc1a691","name":"Learn to Code for Data Analysis","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-learn-to-code-for-data-analysis-3997","topics":"big-data;software-tools/spark","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b6cafed-101d-4442-87aa-20871a407809","name":"Books | TROM","description":null,"image":null,"links":"journal|https://www.tromsite.com/books/#_","topics":"social;economics","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":"5.0","tags":null} +{"iid":"415fbe40-e38c-4d99-8b3c-e5530bbc77e0","name":"Data Science for Environmental Modelling and Renewables","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-data-science-for-environmental-modelling-and-renewables-11806","topics":"big-data;software-tools/spark","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bd9e490-dc0f-4bf1-85e3-8a27f4552495","name":"Big Data: Data Visualisation","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-big-data-data-visualisation-5423","topics":"big-data;data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34894d9f-befe-420b-a7ff-188bc0e82849","name":"Data Science for Healthcare: Using Real World Evidence","description":"By InnoEnergy via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/data-science-real-world-evidence","topics":"data-science;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"282ba263-48dc-4fc9-a5b4-c1fdc6a3c6da","name":"Big Data for Better Performance","description":"By via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-big-data-for-better-performance-893","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"187aaaeb-f2b6-4eb1-a377-475f7dada16b","name":"Bacterial Genomes: From DNA to Protein Function Using Bioinformatics","description":"By Wellcome Genome Campus via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-bacterial-genomes-from-dna-to-protein-function-using-bioinformatics-11201","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d812543-7a73-4172-b596-9c40ebbd29da","name":"The Power of Data in Health and Social Care","description":"By University of Strathclyde via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-power-of-data-in-health-and-social-care-10624","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a599fbd-9094-403b-9317-7991d218b274","name":"Data Analysis & Decision Making - II","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-data-analysis-decision-making-ii-12993","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d74fdad2-8f36-4c0c-b708-db62bb4b94ef","name":"Bio-Informatics:Algorithms and Applications","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_bt01/","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b94c137-84e3-464c-bd6c-21a824686691","name":"Bacterial Genomes: Accessing and Analysing Microbial Genome Data","description":"By Wellcome Genome Campus via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-bacterial-genomes-accessing-and-analysing-microbial-genome-data-11907","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f0eccb6-a5a8-4b4b-8e30-3699b142b7b2","name":"Introduction to R for Data Science","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-r-for-data-science-8118","topics":"data-science;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58b9c880-b290-4d3c-8757-5736ab244880","name":"Applications of interactomics using Genomics and proteomics technologies","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_bt14/","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc8b911f-b6d7-4051-8898-b01f32fb5008","name":"Big Data Computing","description":"By Indian Institute of Technology Patna via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cs33/","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1569954-0c78-47ea-84e7-2c8d71c6c3d9","name":"Data Mining","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cs15/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ab8e064-07b7-4ff3-b61d-43ab94b62848","name":"Exploratory Multivariate Data Analysis","description":"By Agrocampus Ouest via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:agrocampusouest+40001S05EN+session05/about","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10661112-d9a4-4f44-8b07-8d223a2fa3b2","name":"Big Data and the Environment","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-big-data-and-the-environment-9372","topics":"big-data;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d926e3f-0514-42c9-8bc8-2fe3cfee8d89","name":"Advanced Machine Learning","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/advanced-machine-learning","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24f6f289-8cac-4025-9028-db69a5f1c7b7","name":"Introduction to Process Mining with ProM","description":"By Eindhoven University of Technology via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-process-mining-with-prom-5419","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ff0be14-d6c2-43d9-a0f9-6130b88e81eb","name":"Data to Insight: An Introduction to Data Analysis and Visualisation","description":"By University Of Auckland via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-data-to-insight-an-introduction-to-data-analysis-and-visualisation-2129","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfe43491-eab6-42d1-8824-06ca4764fe67","name":"Managing Big Data with R and Hadoop","description":"By Partnership for Advanced Computing in Europe via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/big-data-r-hadoop","topics":"big-data;software-tools/hadoop;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"facda2b9-8402-4352-b6c9-844324a8c670","name":"Making Sense of Data in the Media","description":"By The University of Sheffield via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-making-sense-of-data-in-the-media-4925","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7970485a-6ed3-40e2-8e90-ea42c96bc92e","name":"Introduction to Data Science with Google Analytics: Bridging Business and Technical Experts","description":"By UNESCO via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/data-science-google-analytics","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"293bd513-31f4-45da-bdc6-b47b22cd6737","name":"Big Data Analytics: Opportunities, Challenges and the Future","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-big-data-analytics-opportunities-challenges-and-the-future-12551","topics":"big-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"966cd997-1e26-4514-af02-8d1aea742ed3","name":"Learning How to Learn: Powerful mental tools to help you master tough subjects","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/learning-how-to-learn-2161","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71447de2-3294-4d70-9646-ac933318470a","name":"Mindshift: Break Through Obstacles to Learning and Discover Your Hidden Potential","description":"By McMaster University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mindshift","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4624006-7026-4e1e-884d-cbf3a4964706","name":"Maintaining a Mindful Life","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/mindfulness-life","topics":"mindfulness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22c3e504-fe07-43c4-a647-900fb1504981","name":"Presentation skills: Designing Presentation Slides","description":"By Tomsk State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-presentation-skills-designing-presentation-slides-9643","topics":"communication;presentation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c485e143-00d7-4276-8576-8fe02f04ced4","name":"How to Succeed at: Interviews","description":"By The University of Sheffield via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/interviews","topics":"interviews;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d370953-55b8-4798-b2e1-18591bcfcd76","name":"Learning How To Learn for Youth","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-learning-how-to-learn-for-youth-12569","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"394f8699-2db5-49e0-9ba7-62260b9f407c","name":"Presentation skills: Speechwriting and Storytelling","description":"By Tomsk State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/speechwriting","topics":"presentation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0d3309b-d427-4fdb-b45b-90b49a2d575f","name":"Work Smarter, Not Harder: Time Management for Personal & Professional Productivity","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/work-smarter-not-harder","topics":"time-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":null} +{"iid":"40810c8a-2a39-4d9d-9ae9-0b57bb6173d8","name":"Decision Making in a Complex and Uncertain World","description":"By University of Groningen via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/complexity-and-uncertainty","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7033411-d7be-4e41-8bce-e05b601aac2e","name":"De-Mystifying Mindfulness","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mindfulness","topics":"mindfulness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61d77bf7-46b4-4bc8-93d5-bac6c0ad29cb","name":"Know Thyself - The Value and Limits of Self-Knowledge: The Examined Life","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.coursera.org/learn/know-thyself-the-examined-life","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f09be7d-b33f-45b6-97ae-a9bc08131145","name":"Psychology of Personal Growth","description":"By The Hong Kong University of Science and Technology via edX","image":null,"links":"course|https://www.edx.org/course/psychology-of-personal-growth-4","topics":"psychology;life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d87d1db6-2efb-4992-afbf-2007cf401b18","name":"Successful Negotiation: Essential Strategies and Skills","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/negotiation-skills","topics":"negotiation;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"085f8617-47d7-4002-b514-f8d4934ac87f","name":"Presentation skills: Public Speaking Project","description":"By Tomsk State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-presentation-skills-public-speaking-project-9644","topics":"presentation;public-speaking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"366d3710-1429-4953-9fef-10804ccc86c9","name":"Effective Problem-Solving and Decision-Making","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/problem-solving","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13a8b607-72ad-46d6-9514-2f20aa485e9c","name":"Presentation skills: Effective Presentation Delivery","description":"By Tomsk State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-presentation-skills-effective-presentation-delivery-9645","topics":"presentation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e8aa95d-f68b-4cbf-b3dc-83778a7a5e1f","name":"High-Impact Business Writing","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-high-impact-business-writing-2724","topics":"writing;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2d119a9-a9cd-4e2a-8612-65d665713494","name":"Introduction to Personal Branding","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/personal-branding","topics":"branding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e2bc87b-a6ea-4b72-99d2-b4cd27a48157","name":"Introduction to Public Speaking","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-public-speaking-889","topics":"public-speaking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ed15c9b-1638-4d53-857b-d101f53577b2","name":"Logical and Critical Thinking","description":"By University Of Auckland via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/logical-and-critical-thinking","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"375fde60-9880-469d-90ef-96c8cd90887a","name":"Creative Problem Solving","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/creative-problem-solving","topics":"problem-solving;thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7130ad14-8999-49c1-9cc5-02b66a98d2d1","name":"Foundations of Professional Identity","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/professional-identity","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7644a3bb-e690-41bd-ae1b-cf18a41861bc","name":"Job Success: Get Hired or Promoted in 3 Steps","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-job-success-get-hired-or-promoted-in-3-steps-7091","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4cbb13a9-45be-4442-a47d-d30529f269bf","name":"Improving Communication Skills","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-communication-skills","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b231c56-81e7-4d9b-b5f5-db6bf6c77904","name":"Negotiation, Mediation, and Conflict Resolution - Capstone Project","description":"By ESSEC Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/negotiation-project","topics":"negotiation;relationships","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c9e75cd-fa49-4fc7-a851-f6a1f7a60f1b","name":"Intercultural Communication and Conflict Resolution","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intercultural-communication","topics":"communication;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7237b5ab-1c0c-463c-8c50-9ba9a410d85f","name":"Establishing a Professional ‘Self’ through Effective Intercultural Communication","description":"By National University of Singapore via Coursera","image":null,"links":"course|https://www.coursera.org/learn/effective-intercultural-communication","topics":"communication;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4fb4479-31fd-451c-87b6-23299d70296a","name":"Psychodiagnostics and Psychological Assessment","description":"By Tomsk State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/psychodiagnostics","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c475ea8-c714-43ef-bbde-ab6619dc2643","name":"Power Onboarding","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/power-onboarding","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e83cd8ec-ccbc-41f3-ad23-8dee40ceee23","name":"Communication in the 21st Century Workplace","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/communication-in-the-workplace","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa9fc042-16d9-4a8d-b142-23658987278b","name":"The Art of Negotiation","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-art-of-negotiation-2725","topics":"negotiation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24edbc31-cd0a-4b89-9c1c-5bf3e49f7e69","name":"How to Write a Resume (Project-Centered Course)","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.coursera.org/learn/how-to-write-a-resume","topics":"writing;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"212ab42f-9f27-46c5-8d02-17da5157f85c","name":"Successful Interviewing","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-successful-interviewing-5473","topics":"interviews","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e5165fd-9270-4c41-a83e-de5e975454b5","name":"Successful Presentation","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-successful-presentation-6596","topics":"presentation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2bf1e54-405d-48b2-ad40-2f1f35c4e8c8","name":"Types of Conflict","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/types-of-conflict","topics":"conflict;relationships","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8df8a4e-31cf-4929-ad44-fd8df25c7b4e","name":"Mediation and Conflict Resolution","description":"By ESSEC Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/conflict-resolution-mediation","topics":"relationships","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6b24e3a-bfea-4127-9e6d-0f3fa859ce66","name":"Strengthening Your Widening Network","description":"By National University of Singapore via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-strengthening-your-widening-network-5619","topics":"communication;relationships","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4fbfe67-dd35-42e8-a4ea-1d0575b101d7","name":"Writing Professional Email and Memos (Project-Centered Course)","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/professional-emails","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4ffa0c9-7b3d-48ce-8984-2d2bdc60f074","name":"Presentations: Speaking so that People Listen","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/presentations-speaking-so-that-people-listen","topics":"presentation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1276e222-510f-4a79-88b2-717aacbf8b19","name":"Meditation: A way to achieve your goals in your life","description":"By Korea Advanced Institute of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-meditation-a-way-to-achieve-your-goals-in-your-life-11054","topics":"meditation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9956784-9ba2-4a13-81e8-75d72b56f83e","name":"Mindfulness in Integrative Healthcare","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mindfulness-in-integrative-healthcare-12870","topics":"mindfulness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7586ad9-693e-4898-8bc9-5ccceb7da3c0","name":"Conflict Resolution Skills","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-conflict-resolution-skills-4194","topics":"conflict;relationships","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc3351c0-b530-49c2-99a0-f1d469d18f38","name":"Introduction to Negotiation: A Strategic Playbook for Becoming a Principled and Persuasive Negotiator","description":"By Yale University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-negotiation-a-strategic-playbook-for-becoming-a-principled-and-persuasive-negotiator-4336","topics":"negotiation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91a442f7-c92f-4a58-b9fd-b2227b8970af","name":"Problem Solving with Excel","description":"By PwC via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-problem-solving-with-excel-6853","topics":"problem-solving;software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9158e7a-529d-41ca-a9fa-539ea809cd24","name":"Effective Business Presentations with Powerpoint","description":"By PwC via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-effective-business-presentations-with-powerpoint-6854","topics":"presentation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2221a971-b6d3-4f0f-81d2-0bcf34022827","name":"Shaping Your Professional Brand","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/professional-brand","topics":"branding;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05e9b3fe-e857-46c7-be1e-9c3a66ef030f","name":"Speaking to inform: Discussing complex ideas with clear explanations and dynamic slides","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-speaking-to-inform-discussing-complex-ideas-with-clear-explanations-and-dynamic-slides-7458","topics":"speaking;presentation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22e9a2ec-7ec4-4496-b652-7246d4fd6b6e","name":"How to Get Skilled: Introduction to Individual Skills Management (Project-Centered Course)","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.coursera.org/learn/skills-management","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb895c34-9848-41a2-ba99-fb75a085165f","name":"Speaking to Inspire: Ceremonial and Motivational Speeches","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-speaking-to-inspire-ceremonial-and-motivational-speeches-7459","topics":"speaking;presentation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca977b92-67cc-4e1e-bf38-f0aa1705b16d","name":"Speaking to persuade: Motivating audiences with solid arguments and moving language","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.coursera.org/learn/persuade-speech","topics":"speaking;persuasion;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d97cd0bf-dc09-4cb5-9b79-18e8ef899137","name":"Career Success Project","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-career-success-project-5099","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d35591b-da30-4714-aa11-96823a79cc79","name":"Creativity Toolkit II: Creative Collaboration","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-creativity-toolkit-ii-creative-collaboration-8735","topics":"creativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7c916d0-70be-4a06-982c-67f8b4250581","name":"Communication theory: bridging academia and practice","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-communication-theory-bridging-academia-and-practice-9986","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62b75d20-9706-4f1a-83ba-404db3c9f8ac","name":"IBM IT Assessment: Identifying the Right Career for You!","description":"By IBM via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ibm-it-assessment","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21d9815a-06fd-4952-81e1-f57e53c9d559","name":"Influencing People","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/influencing-people","topics":"relationships;persuasion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a785f1a9-1585-401a-9437-597896fd304c","name":"Advanced Interviewing Techniques","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-advanced-interviewing-techniques-5494","topics":"interviews","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"972d2a75-4b0d-4c54-8f50-274b53ac4724","name":"The Arts and Science of Relationships: Understanding Human Needs","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-arts-and-science-of-relationships-understanding-human-needs-8253","topics":"relationships","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd1ba417-5732-4a77-817f-70944af35bcd","name":"The Secret Summary | Summary Lover","description":null,"image":null,"links":"article|https://summarylover.com/2020/12/the-secret-summary.html","topics":"books;critical-thinking","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"2bf07aa1-c26b-4cc0-915d-393935419f4e","name":"Excel Skills for Business: Essentials","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/excel-essentials","topics":"software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d70d8ebf-9ae1-4288-aff7-cc63fc0dfe9a","name":"Excel Skills for Business: Intermediate I","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-excel-skills-for-business-intermediate-i-9640","topics":"software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edc88c9f-ed63-45b5-8f39-6c8ba2868f3a","name":"Excel Skills for Business: Intermediate II","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/excel-intermediate-2","topics":"software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66aa2310-0d4d-4718-ae19-810887eaecd3","name":"The Future of Work: Preparing for Disruption","description":"By The World Bank via edX","image":null,"links":"course|https://www.edx.org/course/the-future-of-work","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea520c56-b761-4c58-941c-d41a1c52f99f","name":"Strategic Career Self-Management","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.coursera.org/learn/strategic-career-self-management","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e65d867-54f8-415e-9c04-502297302a2a","name":"Writing Winning Resumes and Cover Letters","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/resume-writing","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"693dcf91-ba4a-49c3-a3b0-41e2a5ed61ba","name":"Negotiation Fundamentals","description":"By ESSEC Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-negotiation-fundamentals-8089","topics":"negotiation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5cc64e32-f9cf-4fa8-8cc9-02f7691c462b","name":"Translation in Practice","description":"By Nanjing University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-translation-in-practice-9775","topics":"translation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b57feac0-7862-4c13-8df3-d61dd345d081","name":"Career Total Fitness Annual Retreat","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-career-total-fitness-annual-retreat-5554","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24b988dc-4a12-4cfc-8fe0-148ee411fff5","name":"Engaging in Persuasive and Credible Communication","description":"By National University of Singapore via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-engaging-in-persuasive-and-credible-communication-5538","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f042cd4a-f725-4032-9a91-c904d963a0de","name":"Personality Types at Work","description":"By University of Florida via Coursera","image":null,"links":"course|https://www.coursera.org/learn/personality-types-at-work","topics":"work;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02b20092-8b42-4b8a-b48d-a24c980edb9a","name":"Designing Your Personal Weight Loss Plan","description":"By Case Western Reserve University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/weight-loss-plan","topics":"weight-loss","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d0977dc-d17d-4510-a7f1-554b9cdbf7fa","name":"Achieving Your Optimal Performance","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/achieving-your-optimal-performance","topics":"careers;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88313881-7ef4-4dc2-8d8c-a1d3066c53f3","name":"VR Design","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-vr-design-8394","topics":"virtual-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6983c27-a35c-4f46-97af-a8b00232675b","name":"Interview Research and Preparation","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/interview-preparation","topics":"careers;interviews","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e46271a-3839-4866-bfdd-e31de5b22f94","name":"Excel Skills for Business: Advanced","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/excel-advanced","topics":"software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad6ff812-d321-4325-8eaf-f33237e006be","name":"Exploring Emerging Technologies for Lifelong Learning and Success","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/emerging-technologies-lifelong-learning","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c37f71d6-3ee0-4a03-8362-b8a245e827ea","name":"Digital Footprint","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-digital-footprint-8277","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5e26765-5e46-4f8b-a8c2-2e2f12c419b0","name":"Converting Challenges into Opportunities","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/converting-challenges-into-opportunities","topics":"careers;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bfeb624-c142-47a6-8062-39e3323635bb","name":"Deschooling Society","description":null,"image":"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1570480935l/223403.jpg","links":"book|https://www.goodreads.com/book/show/223403.Deschooling_Society","topics":"education;school","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ff0a7fe-e902-472a-ad5b-5c3f3834656d","name":"English@Work: Basic Job Interview Skills","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-english-work-basic-job-interview-skills-14432","topics":"interviews","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44a4b2f8-1504-4522-8191-573d778ea952","name":"English@Work: Advanced Job Interview Skills","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-english-work-advanced-job-interview-skills-14433","topics":"interviews","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed0bd038-3387-45e5-af11-56f9f29f350c","name":"Leading transformations: Manage change","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/change-management","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc0a695c-e15a-4709-86e0-c07db079223f","name":"Communication Strategies for a Virtual Age","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.coursera.org/learn/communication-strategies-virtual-age","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee11bbb6-51cb-4999-8648-7899c4029775","name":"Developing Soft Skills and Personality","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_hs32/preview","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b809836f-7b88-481e-b4a7-d72d752644e1","name":"International Travel Preparation, Safety, & Wellness","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-international-travel-preparation-safety-wellness-8782","topics":"travel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"620d7073-2694-47bb-83c1-8b2fc047a4f9","name":"Career Decisions: From Insight to Impact","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/career-decisions","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f80d41a3-9220-487b-a486-7f301c2f3c2f","name":"Designing the Future of Work","description":"By University of New South Wales via Coursera","image":null,"links":"course|https://www.coursera.org/learn/designing-future-of-work","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3bf23e63-cba1-4220-a9b0-034123bb6e5f","name":"Resilience - The art of coping with disasters","description":"By Technion - Israel Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-resilience-the-art-of-coping-with-disasters-13425","topics":"learning;life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"824d4674-7611-4d1f-9292-f161b879dbec","name":"Becoming Part of the Globalised Workplace","description":"By National University of Singapore via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intercultural-communications","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ddbc85e-051e-4334-a789-e900aefa4203","name":"Absolute Pandemonium","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/26036990-absolute-pandemonium","topics":"autobiography;movies","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"37550376-1ed3-4ff7-817f-d33994cbbc43","name":"Media ethics & governance","description":"By University of Amsterdam via Coursera","image":null,"links":"course|https://www.coursera.org/learn/media-ethics-governance","topics":"media;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a20f3ed9-9763-450f-a76e-4583290917ad","name":"\\"Making\\" Progress Teach-Out","description":null,"image":null,"links":"course|https://www.coursera.org/learn/makingprogress","topics":"society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c09c84fc-87db-4190-bbfa-753f1e4534ec","name":"Success","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-succcess","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51a8e4a2-09ce-4109-ac7c-a60bfe305f59","name":"Using Virtual Scenarios to Create Effective Learning","description":"By St George's, University of London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/virtual-scenario","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6404a4e5-bb5d-4d1f-8644-a009cb08ae3b","name":"Strategic Self-Marketing and Personal Branding","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.coursera.org/learn/self-marketing","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"860a3b65-9df5-4154-860d-40f5507ee585","name":"Effective Communication Capstone Project","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-effective-communication-capstone-project-6598","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"901312bb-8945-4a7e-b36d-b2c44c1ce430","name":"Storytelling and influencing: Communicate with impact","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-storytelling-and-influencing-communicate-with-impact-14372","topics":"storytelling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"140891f3-bd45-41cd-9b4b-1155ea306fc6","name":"Digital Skills: Grow Your Career","description":"By Accenture via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-digital-skills-grow-your-career-9776","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"380b330a-ba2c-45f4-820c-bd4c7c173a8d","name":"Digital Skills: Retail","description":"By Accenture via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-digital-skills-retail-9781","topics":"retail","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09a77b0c-e09d-4865-8be9-9d187698195c","name":"Career Brand Development and Self-Coaching","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.coursera.org/learn/career-brand-development-self-coaching","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42be4a59-2ef1-4507-9625-b05a72af0ff3","name":"Advanced Speaking and Listening Project","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-advanced-speaking-and-listening-project-6828","topics":"speaking;listening","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d695fbeb-0337-45b0-8f7d-d193723b6aa7","name":"Introduction to Learning Transfer and Life Long Learning (3L)","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intro-learning-transfer","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"156bfc9a-177c-4c5e-8dbf-25939d4d0eb0","name":"Social Media - What No One has Told You about Privacy","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-social-media-what-no-one-has-told-you-about-privacy-5064","topics":"social-media;privacy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6e34805-920c-4889-aa4f-75445bc95880","name":"A Preview Course on Collaborative Knowledge Services","description":"By Columbia University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-a-preview-course-on-collaborative-knowledge-services-6075","topics":"leadership;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c08c472-9332-4a4e-8799-50589c3475a2","name":"Thinking Complexity","description":"By Toulouse Business School via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-thinking-complexity-6117","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfee016c-48da-4b2a-a0cf-6ea6c77d20dd","name":"Employability Skills","description":"By HTW Berlin - University of Applied Sciences via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-employability-skills-3670","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ac71776-f791-4819-b8e5-39d5386e58f1","name":"Becoming an Expert Learner","description":"By Northpoint Bible College via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-becoming-an-expert-learner-6578","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d13cb21c-4fc7-4bb9-b630-620e25a807a7","name":"Employability Skills for Industry","description":"By Colorado Community College System via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-employability-skills-for-industry-2610","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8417e913-9d3b-4005-aeb5-f9ab755edfa2","name":"Communicating Strategically","description":"By Purdue University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-communicating-strategically-3063","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9546a4e7-f580-4d32-a6f8-aee3ed08941d","name":"大学生职业素养提升 | Enhancing Your Career Competencies","description":"By Peking University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx--enhancing-your-career-competencies-7403","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fa3e918-af67-4797-aef1-8235b5c05257","name":"Conflict Management for College Students","description":"By Colorado State University Online via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/csuonline/courses/conflict-management","topics":"conflict","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6ca6ca8-5f2e-4f7f-b082-aea700fb8a47","name":"Improve Your Research Skills","description":"By Vrije Universiteit Brussel via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/vub/courses/improve-research-skills","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0d2281a-a814-4150-bd78-93d76b12a944","name":"Communication in Virtual and Mobile Work","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-communication-in-virtual-and-mobile-work-8835","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"518a7b99-5490-45a6-aa6d-d5ed5b89c845","name":"Unconscious Bias: From Awareness to Action","description":"By Catalyst via edX","image":null,"links":"course|https://www.edx.org/course/unconscious-bias-awareness-action-catalystx-ub1x","topics":"thinking;relationships","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae638151-7a5d-410c-a455-f7d934c1995b","name":"Communication Skills for Bridging Divides","description":"By Catalyst via edX","image":null,"links":"course|https://www.edx.org/course/communication-skills-for-bridging-divides-2","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa36a8b5-220a-46af-9c57-b2178d4c2567","name":"Resume, Networking, and Interview Skills","description":"By Fullbridge via edX","image":null,"links":"course|https://www.edx.org/course/resume-networking-and-interview-skills-2","topics":"interviews;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a3e2648-1343-41e4-b451-2bf3597bfcab","name":"Communication Skills and Teamwork","description":"By Fullbridge via edX","image":null,"links":"course|https://www.edx.org/course/communication-skills-and-teamwork-2","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d608bfe-bec1-4419-86c8-4715fe3110c9","name":"Designing Your Career","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-designing-your-career-11065","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c05bb7a5-1b50-4c0f-9471-5f41111baf8d","name":"Chasing your Dream: How to End Procrastination and Get a Job You Love","description":"By National Research Nuclear University MEPhI via edX","image":null,"links":"course|https://www.edx.org/course/chasing-dream-how-end-procrastination-mephix-mephi012x","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7da2d6c-37b5-4aad-8175-fc2ff335f655","name":"Strengthen Your LinkedIn Network & Brand","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-strengthen-your-linkedin-network-brand-11450","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2e8be4b-381f-4f64-afde-1f18e6c6877e","name":"Refresh Your Resume","description":"By Grow with Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-refresh-your-resume-11451","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dcc12151-671e-4ecd-8aa9-d06d2b7c6b4a","name":"Craft Your Cover Letter","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/craft-your-cover-letter--ud244","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9da9a513-df04-4eb6-b90f-79d540fa5587","name":"Selecting Collaborative Technology Tools","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-selecting-collaborative-technology-tools-10153","topics":"information-technology;collaboration","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27dc30dd-8fd7-4d50-8bf9-cfe2e2fd7b83","name":"Understanding the Collaborators","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/understanding-the-collaborators","topics":"collaboration","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b72cfec0-5b73-47df-bc2e-d65923f3d5e7","name":"Evidence-Based Business Communication","description":"By Australian National University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-evidence-based-business-communication-9192","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b1c5a83-852e-4645-9120-cab39892655d","name":"Networking Leadership 101: Building Your Core Professional Network","description":"By Center for Creative Leadership via +Acumen","image":null,"links":"course|https://www.plusacumen.org/courses/networking-leadership-101","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c284d86-eb14-47bf-a6fc-c3371e78fa4b","name":"Find Your Calling: Career Transition Principles for Returning Veterans","description":"By Columbia University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-find-your-calling-career-transition-principles-for-returning-veterans-12258","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24752816-f310-4dc5-8b97-fefa447b24f0","name":"Storytelling for Social Change","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/course/storytelling-for-social-change","topics":"storytelling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6679ec42-3c1e-4b99-a31e-3a24d9ca646b","name":"Empathy and Emotional Intelligence at Work","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/empathy-emotional-intelligence-work-uc-berkeleyx-gg203x","topics":"empathy;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca3a85d6-4316-4cfb-b4d3-bbbf2e48df9e","name":"The Foundations of Happiness at Work","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-foundations-of-happiness-at-work-10273","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de00c558-bc6b-4653-9051-97266ed59319","name":"Engaged Thinking","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-engaged-thinking-13116","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86574f01-6a6b-4918-90fb-279aa1d6e08d","name":"Unlocking Your Employability","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/unlocking-your-employability","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fd1f52e-fa88-4250-af63-d237de9e4083","name":"Entrepreneurial Negotiations","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-entrepreneurial-negotiations-7148","topics":"negotiation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4f7ab96-1118-42a5-9968-a8fce6f8ebe0","name":"Working in Teams: A Practical Guide","description":"By University of Queensland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-working-in-teams-a-practical-guide-5974","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"783a4cf4-4167-4f2a-8dad-0b44042b2a04","name":"Preparing to Network in English","description":"By University of Washington via edX","image":null,"links":"course|https://www.edx.org/course/preparing-to-network-in-english-2","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27561bb5-8a08-4388-9abe-51163c2dac4c","name":"Attending a Networking Event","description":"By University of Washington via edX","image":null,"links":"course|https://www.edx.org/course/attending-a-networking-event-2","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b482debd-6f1d-43f7-9401-1f2fe5be41e0","name":"Conducting an Informational Interview","description":"By University of Washington via edX","image":null,"links":"course|https://www.edx.org/course/conducting-an-informational-interview-2","topics":"interviews","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc2e3a98-8c7b-4303-8d36-a791bb02c48f","name":"EQ for Family Business","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-eq-for-family-business-13739","topics":"business;family-business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e203b21-8452-4738-9707-86cb0901569b","name":"Managing Projects with Microsoft Project","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-managing-projects-with-microsoft-project-6718","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da831a80-1804-49de-9278-7d8f2208fcb4","name":"Managing Projects & Portfolios with Microsoft PPM","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-managing-projects-portfolios-with-microsoft-ppm-6717","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86b5d56f-92dd-4dfc-8c28-9be3a16168e2","name":"How To Land the Job You Want (Capstone Project)","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/job-interview-capstone","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c411f52-14f5-45b1-9308-2113a3715281","name":"What Makes an Effective Presentation?","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-what-makes-an-effective-presentation-13767","topics":"presentation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"792d5fbe-ad2f-442f-bf5c-dfdd38cf0c1c","name":"Training and Development at Work: An Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/training-development-work","topics":"training","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f2cc1cc-2baa-4063-b5df-cf663a9eef73","name":"Decision-making and Risk: An Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/decision-making-and-risk","topics":"decision-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0205ad64-e53d-4510-8228-cc00aafabad5","name":"Solving Complex Problems Capstone","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-solving-complex-problems-capstone-8324","topics":"problem-solving","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89c9bb94-2633-4c01-abe9-0f3f8c539620","name":"Critical Thinking & Problem-Solving","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-critical-thinking-problem-solving-9181","topics":"thinking;problem-solving","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"619344ac-9f2c-4118-aea9-03b508856f05","name":"Storytelling in the Workplace","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/storytelling-in-the-workplace","topics":"storytelling;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d7f7e0a-bad1-4c35-af5b-5a31113b7874","name":"Building Your Career in Tomorrow’s Workplace","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-building-your-career-in-tomorrow-s-workplace-12513","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7433eab3-049b-48e8-983e-a1bb8cb2350d","name":"Effective Communication in the Globalised Workplace - The Capstone","description":"By National University of Singapore via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-effective-communication-in-the-globalised-workplace-the-capstone-5602","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e0350ec-f021-446d-9c83-6cb143593350","name":"Exposition logiciels libres","description":null,"image":null,"links":"image|https://expolibre.org/","topics":"free-software","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"4.0","tags":null} +{"iid":"60bd4cfe-36ab-4a00-87f0-d6fd32c14a0b","name":"Introduction to Successful Remote Teamwork","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-introduction-to-successful-remote-teamwork-13550","topics":"collaboration;remote-work","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aeaa7484-714c-410b-8da8-427855de9a5f","name":"Conflict Management Project","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/conflict-management-capstone-project","topics":"conflict","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"374d7fa2-ea0b-40bd-8516-2951aa662986","name":"Storytelling for Change","description":"By via +Acumen","image":null,"links":"course|https://www.plusacumen.org/courses/storytelling-change","topics":"storytelling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"012ab775-e416-490b-a2dd-0d7ce5ad2204","name":"Professional IQ Capstone","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-professional-iq-capstone-5996","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f364ce38-4bfd-47b7-83f7-6f644dc47918","name":"Crafting Realities: Work, Happiness, and Meaning","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-crafting-realities-work-happiness-and-meaning-11420","topics":"careers;life;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c967a938-bd19-4dfa-a0b5-7443a6415057","name":"Effective Business Communication","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-effective-business-communication-11888","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20cea48a-0e30-4508-9ddb-30bb2b44db9f","name":"Public Speaking","description":"By University of Washington via edX","image":null,"links":"course|https://www.edx.org/course/public-speaking","topics":"public-speaking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a43a827d-22d3-4aa8-abb7-ca045da65fbf","name":"Visual Presentation","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-visual-presentation-9185","topics":"presentation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6d26e39-8fa3-4cbc-879d-377137dc926d","name":"Communicating Effectively: How to Inspire and Convince","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/communicating-effectively-how-to-inspire-and-convince-2","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"028e4b47-7330-46a6-b5ed-3ba2ca346ede","name":"Developing Life Skills","description":"By Central University of Kerala via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_hs05/preview","topics":"life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1811b59-a339-4e1e-b196-0e8853e5af2d","name":"Interpersonal Skills","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_hs36/preview","topics":"relationships;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8105f2e-cbf2-4ca0-aaaf-c1062d5799ff","name":"Body Language: Key to Professional Success","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_hs34/preview","topics":"body-language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7fd07bb-b88f-45e5-959f-7d3915e205f6","name":"The Way Forward – Easing the Transition Life Skills","description":"By Lakeland College via Desire2Learn","image":null,"links":"course|https://opencoursesstore.d2l.com/product?catalog=The-Way-Forward-SUM-2019nwv2cnFP831yzy86nEWDpxvqX","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93e934ba-7af2-439f-aa2a-92f648f1c40b","name":"Soft Skills","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_hs33/preview","topics":"soft-skills","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e20ec4a3-6d4e-44d3-98a7-e1c93e4986fb","name":"Stress Management","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-stress-management-14309","topics":"stress;life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"462d1cd0-410e-46c1-a836-1bbd1648ff68","name":"Introduction to Deep Learning | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/introduction-deep-learning","topics":"deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99b093a3-8078-4a2e-99c4-6668f8792689","name":"Personality Development","description":"By Savitribai Phule Pune University via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_mg36/preview","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed0dd1be-1373-43aa-984d-a4373981d625","name":"Business Fundamentals: Effective Networking","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-business-fundamentals-effective-networking-6388","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dabcc489-d400-43b6-962b-610e1bccfe86","name":"Professionalism in an era of change","description":"By Utrecht University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-professionalism-in-an-era-of-change-13563","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f4ca303-f3d7-4e5e-821f-6bea3c0833f0","name":"Business Communications","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/business-communications-ubcx-bus2x","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe289c83-6876-48b0-bd58-7ef093629013","name":"Managing Changes","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-managing-changes-3614","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e9fbc44-fdfa-4be1-8c0d-960c26c3a290","name":"Managing Conflicts","description":"By via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-managing-conflicts-4161","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"856b3503-2876-453c-936c-86d9b2eb8f83","name":"Working in Multidisciplinary Teams","description":"By via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-working-in-multidisciplinary-teams-4162","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9283fd3c-79ba-427f-b286-9dac6297c933","name":"Effective Business Communication","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg14/preview","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c49c047d-31f7-4f16-8a12-90d17f1778a5","name":"Creating a Happy and Meaningful Career","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg13/preview","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d973990a-427a-41d6-bcf6-ac5502a9fb86","name":"E-Assessment","description":"By UGC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_hs29/preview","topics":"assessment","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59b50d8a-c192-4a3f-9779-770aa705345c","name":"Career Options: Exploring a New Career","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/career-exploration","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"876dc659-d2b0-48b1-b77d-50d069dbfbb5","name":"Successful Career Development","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-successful-career-development-7018","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94605ddf-494c-4ad2-935e-4a28aeea3e63","name":"Career Planning: A Pathway to Employment","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-career-planning-a-pathway-to-employment-7024","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2cd3b87-6cba-4fe9-8b3e-e8674594284b","name":"Psychology of Negotiations - Reaching Sustainable Agreements in Negotiations on \\"Commons\\"","description":"By via ","image":null,"links":"course|https://www.leuphana.de/digital-school.html","topics":"negotiation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83abe47b-375e-455a-9bf5-f631bde0bee0","name":"Talk the Talk: How to Give a Great Presentation","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/talk-the-talk","topics":"presentation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a0da85d-7588-4010-857f-efa5fd81f724","name":"Introduction to Negotiation","description":"By Stanford Law School via NovoEd","image":null,"links":"course|https://www.novoed.com/introduction-negotiation","topics":"negotiation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9465e0b4-5618-4980-b505-03f5ff49306a","name":"Personal Branding: How to build & manage your image","description":"By via OpenLearning","image":null,"links":"course|https://www.openlearning.com/courses/personalbranding/","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2956dec-fb83-4400-81af-b65571dc06f8","name":"Designing and Connecting Your Career","description":"By University of California, Irvine via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/designing-your-career","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51ec0a6d-e1bc-4e02-897d-e6a09146c262","name":"Networking for Change Makers","description":"By +Acumen via NovoEd","image":null,"links":"course|https://www.novoed.com/networking-changemakers","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6be91e1d-d620-4bc6-ae7f-6854f3a3b571","name":"Introduction to Public Speaking: Impromptu Speaking","description":"By University of Washington via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/uwashington/courses/intro-public-speaking","topics":"public-speaking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a333133-7ccb-4959-9954-43c6274b7412","name":"Introduction to Strategic Thinking","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/canvasnet/courses/introduction-to-strategic-thinking-4","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e291f112-80d3-4782-8ed3-3ea5773d1c00","name":"Create an Expert LinkedIn Profile for Job Search","description":"By CultureLink via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/culturelink/courses/create-an-expert-linkedin-profile-2","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73238551-5cd5-4e83-9d4f-29a86ce3530d","name":"The Strategic Communicator's Toolkit","description":"By New Jersey Institute of Technology via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-the-strategic-communicator-s-toolkit-4427","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a61cd2e-2f51-47e3-aa91-04b8380185f0","name":"DQ 101: Introduction to Decision Quality","description":"By Strategic Decisions Group via NovoEd","image":null,"links":"course|https://www.novoed.com/DQ101-7-2015","topics":"thinking;decision-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91ace45c-0eb3-4875-980f-461d172f31d4","name":"Technology and Social Media for Employment Support","description":"By Fanshawe College via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-technology-and-social-media-for-employment-support-5329","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7529e76-6e15-40bf-a907-e7b25f945106","name":"Emotional Toughness Training","description":"By Austin Peay State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-emotional-toughness-training-5645","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e20fe8d-8911-4d7a-946b-8020ce5fa8b5","name":"Idea Generation Methods","description":"By Karlsruhe Institute of Technology via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-idea-generation-methods-2704","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e208b97d-8000-4202-a90b-02537f83e946","name":"Getting started into the labour market","description":"By Universitat Jaume I via Independent","image":null,"links":"course|http://mooc.uji.es/course/getting-started-labour-market/#.VwA3UxIrKRs","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33b2e54f-d86b-4c44-8fbb-932adde401f8","name":"Online Tools for Professional Success","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/eportfolio-english","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95d5e35b-0c87-4ab0-b693-704a4e52d2b2","name":"Course 3: Strategic Self-Marketing and Personal Branding","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.coursera.org/learn/strategic-self-marketing-personal-branding","topics":"personal-branding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"caa2c1a3-679d-4e53-a767-941f8590bf77","name":"Decision Skills: Power Tools to Build Your Life","description":"By Decision Education Foundation via NovoEd","image":null,"links":"course|https://www.novoed.com/decision-skills-11","topics":"decision-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58eb419b-77fd-4011-9875-8b36779ba868","name":"Enable Workplace Learning","description":"By Institute for Adult Learning via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-enable-workplace-learning-6871","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29eaf064-c55a-4489-8a30-91bf1293a97e","name":"Net That Job: How to Write a CV Online","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-net-that-job-how-to-write-a-cv-online-5348","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5125dd9a-0c59-4258-a4a6-0a583792c4d5","name":"Navigating Your Professional Future","description":"By University of Canberra via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-navigating-your-professional-future-3858","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9d7810f-f19f-40cb-82af-3b0c65669eb5","name":"Numeracy Skills for Employability and the Workplace","description":"By Loughborough University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/numeracy-skills","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e838fab-9636-4eee-bffe-63e984346c33","name":"Becoming a Digital Citizen: an Introduction to the Digital Society","description":"By University of York via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-becoming-a-digital-citizen-an-introduction-to-the-digital-society-7434","topics":"society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7679b57-8bb7-4366-8890-53c50ef0c62b","name":"Prepare for Career Success at University","description":"By Goldsmiths, University of London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/career-success","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35edde3e-4739-49ca-8137-bf7486d0d538","name":"Persuasive Communication: What Makes Messages Persuasive?","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/persuasive-communication","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed45790f-0c66-40e8-b4ae-faa1442c8193","name":"The Dynamics of Group Communication","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teamwork-skills-effective-communication","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae78d83d-c9ef-4d72-a2fc-7453f4b8485c","name":"Leveraging the Power of Professional Communities","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-leveraging-the-power-of-professional-communities-9140","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0b4c22d-33a2-45bb-9c6d-2385322e840e","name":"How to Succeed in the Global Workplace","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-how-to-succeed-in-the-global-workplace-6727","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73d5c0a9-3770-41fc-b288-888e785e5dc7","name":"Listening and Presenting: Learning English for Academic Purposes","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/listening-and-presenting-english-academic-purposes","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01e334a9-8236-4236-978a-94e8efa87001","name":"Enhancing Soft Skills & Personality","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_hs07/preview","topics":"soft-skills","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4e6b777-ff45-4bb7-ad1e-12ec89282de5","name":"Foundations of Machine Learning, Second Edition | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/foundations-machine-learning-second-edition","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d27dfbe-853b-489d-a32d-f0dd2c98fcb4","name":"An Introduction to Conflict Resolution","description":"By Queen Margaret University via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_1801_1","topics":"conflict","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f0eed3e-846a-4d3a-b91e-a289037a3382","name":"How to Read Your Boss","description":"By The University of Nottingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-how-to-read-your-boss-1951","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c8880c8-a12a-438b-bf43-d591933b7f6f","name":"Learning in the Network Age","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-learning-in-the-network-age-8266","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6a95db1-dc71-49f9-a781-c2a1a32f8204","name":"Digital Discovery 1: Build Your Confidence Online","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-digital-discovery-1-build-your-confidence-online-11202","topics":"life;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de0c0e1d-6d13-4da8-bea5-3ac4e29f1abd","name":"Digital Discovery 2: Expand Your World Online","description":"By Australia Post via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-digital-discovery-2-expand-your-world-online-11216","topics":"life;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1c61527-6eea-4518-8fb4-90065a42c89a","name":"Career Credentials: Evidence Your Expertise in Teamwork","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-career-credentials-evidence-your-expertise-in-teamwork-11299","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"069ad1c5-3061-416a-a2f5-7cd25f60d83a","name":"Career Credentials: Evidence Your Expertise in Communication","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-career-credentials-evidence-your-expertise-in-communication-10757","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d925eeb-3ea0-4ec6-a280-e0682d73e72b","name":"Career Credentials: Evidence Your Expertise in Problem Solving","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/career-credentials-problem-solving","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da4c4da9-81a5-42f1-b35c-de145f42273b","name":"English at Work: Job Interviews","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-english-at-work-job-interviews-3876","topics":"careers;interviews","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70324800-6da4-4ad4-bd87-6162f458b7e7","name":"English at Work: Job Applications","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.edx.org/course/english-at-work-job-applications-0","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f0860c1-61cf-4e83-818a-ed308301fa9a","name":"World of Spies: Keeping Secrets","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/world-of-spies-keeping-secrets","topics":"espionage","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffa57543-57ce-4c91-b572-07724e32b525","name":"Career Credentials: Evidence Your Expertise in Digital Literacy","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-career-credentials-evidence-your-expertise-in-digital-literacy-11860","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b03ecb0-48e1-4767-b2cc-67ee69cacf3f","name":"Emotional Intelligence at Work","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/emotional-intelligence-at-work","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d34bc74f-e724-4f5b-b23c-0398730e4800","name":"Public Relations Capstone","description":"By National University of Singapore via Coursera","image":null,"links":"course|https://www.coursera.org/learn/pr-capstone","topics":"public-relations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0207b340-0c57-457d-90df-18af3f599a4e","name":"Career Credentials: Evidence Your Self-management Skills","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-career-credentials-evidence-your-self-management-skills-12192","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f5c1b5d-d2bc-4a72-afcc-600976084fed","name":"Finding Common Ground Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/findingcommonground","topics":"society;relationships","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10a1970d-1e0d-4880-9a9b-7bb045949dc4","name":"Using Creative Problem Solving","description":"By National Chiao Tung University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/creative-problem-solving","topics":"problem-solving","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"faf41250-ed8c-4ef5-901e-baeb3b3ed934","name":"Negotiation and Conflict Resolution","description":"By via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-negotiation-and-conflict-resolution-1644","topics":"negotiation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bcb2e79e-feba-4c97-9bba-fe308d445fc2","name":"Communicating Complex Information: Presenting Your Ideas Clearly and Effectively","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/communicating-complex-information","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b46070a1-3858-4597-b798-00061b791663","name":"Success - Unleash Yourself","description":"By University of Agder via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-success-unleash-yourself-2831","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"deda9e85-7abb-48d8-bb97-4b5d38d5cf38","name":"Be Ready: Staying Safe During Disasters","description":"By International Federation of Red Cross and Red Crescent Societies via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-be-ready-staying-safe-during-disasters-10575","topics":"disaster-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03d5b97c-fbb9-4f40-bfec-c7262aad42b3","name":"Career Management for Early Career Academic Researchers","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/career-management","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23cf1faa-7969-43a7-be10-7ddef25c92ce","name":"Speaking Effectively","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-speaking-effectively-7946","topics":"speaking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82e96140-8a8c-4c1a-8140-87c5c4f05eea","name":"Understanding Romantic Relationships","description":"By Colorado State University Online via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/understanding-romantic-relationships","topics":"relationships;romance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27b799a6-9106-4846-a28e-0a9515c30103","name":"Employment Communication A Lab based course","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_hs20/","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a77303a4-6041-4a98-8dd6-3c1d2c7ee1dd","name":"Enhancing Soft Skills and Personality","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-enhancing-soft-skills-and-personality-12980","topics":"soft-skills","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86ad3d75-b503-4edc-abcc-9b981120575f","name":"Introduction to Human Communication","description":"By Arizona State University via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-human-communication-2","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14fdc414-4c57-49d0-827c-445f2d4bfd99","name":"Psychology at Work","description":"By University of Western Australia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-psychology-at-work-6175","topics":"psychology;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26e796bc-f649-4311-b668-50ecab726e88","name":"Critical Thinking | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/critical-thinking","topics":"critical-thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79c1c319-6af5-4d5c-8d81-03fbb09a114f","name":"Realising Career Potential: Rethinking Disability","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-realising-career-potential-rethinking-disability-10646","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83c6c050-4bf3-4a42-a2eb-e1ab34fe572d","name":"Wellbeing at Work: An Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-wellbeing-at-work-an-introduction-13194","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"412d209a-c217-4169-b0c6-8c1d2a468556","name":"Improving Your Study Techniques","description":"By University of Groningen via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-improving-your-study-techniques-13420","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7453128-64ed-4385-9d56-e241a84656fb","name":"Business Fundamentals: Effective Communication","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/effective-communication","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5a098b0-f7bf-45e1-997e-efeb83dc27a2","name":"Right/Wrong | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/rightwrong","topics":"ethics;technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae5788ff-7394-4d88-b13c-e870995ad91d","name":"Staying Safe: How to be Prepared in the Modern World","description":"By Emergency Planning College via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-staying-safe-how-to-be-prepared-in-the-modern-world-12191","topics":"disaster-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61396111-2344-444c-8a4c-159af3259334","name":"Becoming Career Smart: How to Sell Yourself","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/career-smart-sell-yourself","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d0793e9-a981-4fc6-beee-a2ec96dbefd5","name":"Effective Questioning for Call Handlers","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-effective-questioning-for-call-handlers-9911","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8958171e-6ba6-4952-ba9a-619759d83a3b","name":"Professional Resilience: Building Skills to Thrive","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-professional-resilience-building-skills-to-thrive-9356","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"625bf2a1-fa36-4f00-9683-94bd1813740b","name":"NextGen Resumes – Creative Self Marketing","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-nextgen-resumes-creative-self-marketing-6076","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3becd25c-7372-4afb-a606-f5f679a828a6","name":"Gamification","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/gamification","topics":"gamification","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f78ed6f4-8853-4ba9-80ef-3ca04fc5e321","name":"How to Write Your First Song","description":"By The University of Sheffield via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-how-to-write-your-first-song-3369","topics":"music;songwriting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc38d416-26c5-4600-b9da-54974547b302","name":"Sound Production in Ableton Live for Musicians and Artists","description":"By California Institute of the Arts via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/sound-production-in-ableton-live-for-musicians-and-artists/info","topics":"music;sound-production;software-tools/ableton-live","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9dc0246-a600-4748-8d44-65d4ebe5a15e","name":"Introduction to Real-Time Audio Programming in ChucK","description":"By California Institute of the Arts via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/introduction-to-programming-for-musicians-and-digital-artists/info","topics":"sound-production","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d5a8939-fd9f-4549-92c7-ea7ede9e44d1","name":"Songwriting: Writing the Lyrics","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-songwriting-writing-the-lyrics-523","topics":"songwriting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53331803-b8bf-4b5c-a89a-5e853d057e5f","name":"Guitar for Beginners","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-guitar-for-beginners-522","topics":"guitar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d26e0bbb-0927-44d9-bac8-706f622bcb39","name":"Introduction to Classical Music","description":"By Yale University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/introclassicalmusic","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"973c700d-cf2f-42cb-b5b1-c923711e2458","name":"The Music of the Beatles","description":"By University of Rochester via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-music-of-the-beatles-1135","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19ea6ce4-2401-4543-8fa9-6d8238963bcc","name":"Fundamentals of Graphic Design","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.coursera.org/learn/fundamentals-of-graphic-design","topics":"graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e626f2cd-8012-41bc-a290-d4f1f5313c24","name":"History of Rock, Part One","description":"By University of Rochester via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-history-of-rock-part-one-690","topics":"music;music-genre/rock","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d76a1c63-c874-424b-8202-26ebe2b2c86f","name":"Fundamentals of Music Theory","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fundamentals-of-music-theory-1358","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60ed8b89-c809-4d16-b88b-efa556126862","name":"Introduction to Graphic Illustration","description":"By Cornish College of the Arts via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/introduction-to-graphic-illustration/info","topics":"graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49213d03-f8ac-47b4-a918-4c49bfc4ab34","name":"Developing Your Musicianship","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.coursera.org/learn/develop-your-musicianship","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bddc548f-aa6b-4469-8856-c6d8e1750d2b","name":"Programming Max: Structuring Interactive Software for Digital Arts","description":"By Stanford University via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/programming-max-structuring-interactive-software-for-digital-arts-i/info","topics":"programming;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2453d594-66d9-4f0c-aeca-42e94c2e8863","name":"Exploring Beethoven’s Piano Sonatas","description":"By Curtis Institute of Music via Coursera","image":null,"links":"course|https://www.coursera.org/learn/beethoven-piano-sonatas","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e720bab2-1326-4e00-ba0a-a1a3b32ee2a6","name":"Sustainability in Architecture: An Interdisciplinary Introduction","description":"By Universitat Politècnica de València via edX","image":null,"links":"course|https://www.edx.org/course/sustainability-in-architecture-an-interdisciplinary-introduction-1","topics":"architecture;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1a17926-a72d-4762-8904-072899ee0c30","name":"Film, Images & Historical Interpretation in the 20th Century: The Camera Never Lies","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-film-images-historical-interpretation-in-the-20th-century-the-camera-never-lies-542","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec093ca3-8f8b-4187-aaf3-d89557a61c06","name":"Introduction to Game Design","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.coursera.org/learn/game-design","topics":"game-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f284680c-358b-4238-be2e-0a88f94fc8d7","name":"Design: Creation of Artifacts in Society","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-design-creation-of-artifacts-in-society-371","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"481bf34f-65ab-4830-91e7-92ba33a48c4d","name":"Comics: Art in Relationship","description":"By California College of the Arts via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-comics-art-in-relationship-3775","topics":"comics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fbc0b7d-07d1-43c2-ad3c-a2261c2d7b1a","name":"Introduction to Typography","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.coursera.org/learn/typography","topics":"typography;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58c74522-2c63-4cff-8038-c9715f471165","name":"Roman Architecture","description":"By Yale University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/roman-architecture","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2eb39b12-5496-4ac4-918d-cd3af2328299","name":"Intro to the Design of Everyday Things","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-intro-to-the-design-of-everyday-things-1044","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c78a5625-7fd6-43d6-8472-997a34c26d12","name":"A Global History of Architecture","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-a-global-history-of-architecture-928","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ab51f44-d6f0-40b5-92dd-4667997ce168","name":"Introduction to Graphic Design History","description":"By Maryland Institute College of Art via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/graphic-design-history-an-introduction/info","topics":"graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b040f6c-6449-498a-bb92-2b369d345d37","name":"Sound Synthesis Using Reaktor","description":"By California Institute of the Arts via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/sound-synthesis-using-reaktor/info","topics":"sound-production","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9cfb17c4-fb56-4bc3-a9ac-731e992897cc","name":"Antiquities Trafficking and Art Crime","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/art-crime","topics":"arts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d24f5b90-da8e-43ee-a1ad-40a8581188f0","name":"How Music Can Change Your Life","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/music-life","topics":"music;life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd450974-d509-425b-a670-b5f07b1051ea","name":"Innovation Career Lessons from a Master","description":"By Technion - Israel Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/startup-entrepreneurship-innovation-career-lessons","topics":"careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bb4fe17-7cb3-4f4d-80d1-7731cfa1e158","name":"The Beauty of Kunqu Opera","description":"By The Chinese University of Hong Kong via Coursera","image":null,"links":"course|https://www.coursera.org/learn/kunqu-opera","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef38e534-363a-4613-bc43-6fe2b6d8d81e","name":"Introduction to Imagemaking","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.coursera.org/learn/image-making","topics":"graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8db8b25-a3d9-47c3-b91f-59ed1d733ed3","name":"Mobile Interaction Design: How to Design Usable Mobile Products and Services","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mobile-interaction-design-how-to-design-usable-mobile-products-and-services-8643","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"262dc35a-319b-4fda-ac21-c075bcfd0cb3","name":"Design Thinking for the Greater Good: Innovation in the Social Sector","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/uva-darden-design-thinking-social-sector","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62e51bb3-395f-4933-b5e4-c2632da79606","name":"UX Design: From Concept to Prototype","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ux-design-concept-wireframe","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1eef408-c0b6-4932-bf32-2b8c4de1b75e","name":"UX (User Experience) Capstone","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ux-user-experience-capstone-12355","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06b7d74f-5f67-4f0f-b6a6-8f2e8e7d76ff","name":"Cracking the Creativity Code: Discovering Ideas","description":"By Technion - Israel Institute of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cracking-the-creativity-code-discovering-ideas-3497","topics":"creativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5312b592-de7f-4cbb-b7c0-a10995c4528f","name":"Script Writing: Write a Pilot Episode for a TV or Web Series (Project-Centered Course)","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-script-writing-write-a-pilot-episode-for-a-tv-or-web-series-project-centered-course-5718","topics":"script-writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcffdf83-c1b3-47a8-869e-fff0fbcbcfaf","name":"In the Studio: Postwar Abstract Painting","description":"By The Museum of Modern Art via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-in-the-studio-postwar-abstract-painting-8349","topics":"painting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad352de0-96a4-400e-a63e-17e238e0d81f","name":"Age of Cathedrals","description":"By Yale University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-age-of-cathedrals-9671","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"def15ba7-faec-4d91-8919-1cd94340338c","name":"Exploring Beethoven's Piano Sonatas Part 3","description":"By Curtis Institute of Music via Coursera","image":null,"links":"course|https://www.coursera.org/learn/exploring-beethoven-piano-sonatas-3","topics":"piano","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5410a652-6005-4962-bd8a-94e1d6daaa7e","name":"Music's Big Bang: The Genesis of Rock 'n' Roll","description":"By University of Florida via Coursera","image":null,"links":"course|https://www.coursera.org/learn/rock-and-roll-music","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c15dd97-1d99-4983-b7ac-17a6225034be","name":"Design Thinking for Innovation","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-design-thinking-for-innovation-649","topics":"design;innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"409c1950-326f-42d8-a88d-86b8a6c5b8e2","name":"The Music of the Rolling Stones, 1962-1974","description":"By University of Rochester via Coursera","image":null,"links":"course|https://www.coursera.org/learn/rolling-stones","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a29d381d-4aef-4faf-8dd3-d6e626c1bd68","name":"How to Make a Comic Book (Project-Centered Course)","description":"By High Tech High via Coursera","image":null,"links":"course|https://www.coursera.org/learn/make-comic-books","topics":"comics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92d28fa7-5777-4f62-adc1-328a6fb2ce37","name":"Soft Skills Engineering Podcast","description":null,"image":null,"links":"audio|https://softskills.audio/","topics":"careers;soft-skills;software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"574536b8-3216-4518-bda3-cc18685c952b","name":"Principles of Photo Composition and Digital Image Post-Production","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/photo-composition","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"777bfb74-580c-49f6-8394-1a3be7b27d80","name":"Seeing, Second Edition | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/seeing-second-edition","topics":"vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b2d1992-eeae-4a6f-9809-3051b417089d","name":"So You Think You Know Tango?","description":"By Emory University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-so-you-think-you-know-tango-14410","topics":"music;tango;dance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f0a4613-81d5-4969-ada7-e222908fd55d","name":"History of Rock, Part Two","description":"By University of Rochester via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-history-of-rock-part-two-692","topics":"rock;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ca2f152-3259-4b2d-ba3f-81be48e6f14e","name":"Teaching the Violin and Viola: Creating a Healthy Foundation","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teach-violin-lessons","topics":"violin;viola;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29fed974-8ed5-481f-9d7b-fbcb418e3d99","name":"Musicianship: Tensions, Harmonic Function, and Modal Interchange","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.coursera.org/learn/musicianship-harmony","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e9ace23-3449-42a7-83b4-6e18ba243887","name":"Creating Sounds for Electronic Music","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.coursera.org/learn/music-synthesizer","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8b808fd-8a33-42f8-8386-606990a9e2b5","name":"Design-Led Strategy: Design thinking for business strategy and entrepreneurship","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-design-led-strategy-design-thinking-for-business-strategy-and-entrepreneurship-11229","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d85b66b-ed6e-4de6-aadf-7028f5b78ca6","name":"Avatar Psychology for Designers","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-avatar-psychology-for-designers-12004","topics":"psychology;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a16e04a-edaf-4977-bf51-cfb6282b0355","name":"SAP Leonardo Design-Led Engagements Basics","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-sap-leonardo-design-led-engagements-basics-10637","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"631273f3-fdfc-42cb-bea4-3a78966bcf9c","name":"UX Research at Scale: Surveys, Analytics, Online Testing","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ux-research-at-scale","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79320774-4290-4393-951e-82976585eca4","name":"Fundamentals of Audio and Music Engineering: Part 1 Musical Sound & Electronics","description":"By University of Rochester via Coursera","image":null,"links":"course|https://www.coursera.org/learn/audio-engineering","topics":"sound-production","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6dfc860d-5d4d-4ba2-a23d-0133c253c471","name":"Graphic Design","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/presentation-design","topics":"graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e796c086-00ce-461f-b0bf-ecc9e363429f","name":"Introduction to UI Design","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ui-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e67ea06-4e31-444b-9cc2-8acb9eeb7f5d","name":"Evaluating User Interfaces","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-evaluating-user-interfaces-6926","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aef8a2da-f3fa-4168-9ffc-1451e7b5e5d7","name":"The Architectural Imagination","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/the-architectural-imagination-2","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d1c2187-27d4-4a74-bb8d-9c010fd4c13b","name":"Drawing Nature, Science and Culture: Natural History Illustration 101","description":"By University of Newcastle via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-drawing-nature-science-and-culture-natural-history-illustration-101-7073","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ceb5567b-baf6-4011-b635-0689ff921822","name":"Information Design","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-information-design-2787","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4891bd9b-e8e0-4d10-87b7-9ca5fa308edf","name":"Scandinavian Film and Television","description":"By University of Copenhagen via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-scandinavian-film-and-television-665","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45ff4e8b-990e-46c6-8198-f2b80018b152","name":"Transmedia Storytelling: Narrative worlds, emerging technologies, and global audiences","description":"By University of New South Wales via Coursera","image":null,"links":"course|https://www.coursera.org/learn/transmedia-storytelling","topics":"storytelling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66b21296-80e7-4ba3-8819-a8cd41db330c","name":"Building Your Career in Music: Developing A Brand and Funding Your Music","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-building-your-career-in-music-developing-a-brand-and-funding-your-music-9576","topics":"music;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a8cffed-0faa-40e9-836d-214d99890e1d","name":"Web Design: Wireframes to Prototypes","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-web-design-wireframes-to-prototypes-12101","topics":"design;web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a98f52ff-1269-451f-a74f-feec0052e8d7","name":"Music and Social Action","description":"By Yale University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-music-and-social-action-5842","topics":"music;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bd2e106-0e75-446f-8783-f28a921a8c71","name":"Prototyping and Design","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/prototyping-design","topics":"design;web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8731b631-e2be-4601-adcb-54e502c0b0f3","name":"Art & Ideas: Teaching with Themes","description":"By The Museum of Modern Art via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-art-ideas-teaching-with-themes-6996","topics":"art;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3bd24e9-d320-4056-9310-66d1b9aebc80","name":"Exploring Beethoven’s Piano Sonatas Part 2","description":"By Curtis Institute of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-exploring-beethoven-s-piano-sonatas-part-2-7773","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae667b09-efde-4177-849d-a88a41dee0c3","name":"The Cycle: Management of Successful Arts and Cultural Organizations","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-cycle-management-of-successful-arts-and-cultural-organizations-7748","topics":"art;organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"feabd64e-8371-471c-9e07-df15f4c3f50c","name":"Getting Started With Music Theory","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/music-theory","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"167275d2-9678-420e-87a3-9540ef58333f","name":"Integrating Scripts for Scene Interactions","description":"By Unity via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-integrating-scripts-for-scene-interactions-12379","topics":"design;software-tools/unity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"133823a6-c5b1-403e-a9b6-6ede68e3d630","name":"Basic Elements of Design: Design Principles and Design Software","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/basic-elements-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80b24c55-21b5-4abe-afa1-f89ab655525c","name":"Fundamentals of Digital Image and Video Processing","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/digital","topics":"image-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d04481c1-7564-4c95-b5ef-48726e72cb4d","name":"User Experience: Research & Prototyping","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-user-experience-research-prototyping-2788","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b215b93-380e-4693-8751-ae61709aa650","name":"Design Thinking","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-design-thinking-4842","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"327a00f5-8da5-4c10-967f-7ffe3b08d1e4","name":"Textual Elements of Design: Fonts, Typography, and Spacing","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-textual-elements-of-design-fonts-typography-and-spacing-13825","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42eb5170-9ce4-4973-b7bb-e8a82d48dc48","name":"Visual Elements of User Interface Design","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.coursera.org/learn/visual-elements-user-interface-design","topics":"user-interface-design;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a540e00-f19b-4319-b09b-0331cda57c6f","name":"Theatre and Globalization","description":"By Ludwig-Maximilians-Universität München via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-theatre-and-globalization-2918","topics":"theatre","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"672e454d-6b44-48bc-ade2-a3c401efbe46","name":"Principles of Game Design","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-principles-of-game-design-4210","topics":"game-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9b965b0-8935-4795-8b9a-404b4f4435fb","name":"Camera Control","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-camera-control-5539","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bacdb2d-19d2-4bb8-942d-9550a9057753","name":"The Blues: Understanding and Performing an American Art Form","description":"By University of Rochester via Coursera","image":null,"links":"course|https://www.coursera.org/learn/the-blues","topics":"music-genre/blues","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db5663db-6cfc-4c3a-b130-44b89d08a693","name":"User Research and Design","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-user-research-and-design-6924","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d745a59-8e0e-4df5-8b06-bfdd7dfc7936","name":"Healing with the Arts","description":"By University of Florida via Coursera","image":null,"links":"course|https://www.coursera.org/learn/healing-with-the-arts","topics":"art;life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"824f4289-f9bb-466d-af59-cb81b9ab5e5c","name":"UX Design Fundamentals","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ux-design-fundamentals","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"686ec5bd-df80-4879-9812-b378e2707d63","name":"Boosting Creativity for Innovation","description":"By HEC Paris via Coursera","image":null,"links":"course|https://www.coursera.org/learn/boosting-creativity-innovation","topics":"creativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7838b08e-accc-4292-88b3-0ae7a46dba12","name":"Print and Digital Elements of Design: Branding and User Experience","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/designing-print-digital-media","topics":"design;branding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2057fa3c-de71-4274-8c81-76c6d0e99bf4","name":"Graphic Elements of Design: Color Theory and Image Formats","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/graphic-elements-design","topics":"graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48760746-f0af-4016-aab4-02ada3e9ffa8","name":"Jazz Improvisation","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.coursera.org/learn/jazz-improvisation","topics":"music;jazz","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f80086bc-8426-41ce-a27e-5350c7fee5a2","name":"Cameras, Exposure, and Photography","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/exposure-photography","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc0c9386-c591-4b6e-98de-07eceb580084","name":"Introduction to User Experience Design","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-user-experience-design-6535","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"434459f6-b50a-4db6-94bb-baaacddf275c","name":"AI Ethics | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/ai-ethics","topics":"ai-ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db584cf2-955a-4375-967b-9312dc44fc78","name":"The Art of Music Production","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-art-of-music-production-6350","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18837fa3-aed5-46cb-b78c-74106f7e439e","name":"The Technology of Music Production","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-technology-of-music-production-6351","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a943e61c-c9f2-486a-80a1-fb53f6d0f13d","name":"Musicianship: Chord Charts, Diatonic Chords, and Minor Keys","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-musicianship-chord-charts-diatonic-chords-and-minor-keys-7050","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ccc9bad-3f99-4daf-b7f5-3445c04c0ddc","name":"3D CAD Fundamental","description":"By National Taiwan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/3d-cad-fundamental","topics":"computer-aided-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b60ab0a2-8533-48fb-a812-c67c6b54864b","name":"Fundamentals of Rehearsing Music Ensembles","description":"By The University of North Carolina at Chapel Hill via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fundamentals-of-rehearsing-music-ensembles-731","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a9d721c-2561-4d4a-beb9-202e30ca6b4f","name":"How DNS works","description":null,"image":null,"links":"image|https://howdns.works/","topics":"domain-name-system","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa607663-80cd-4b86-821d-b7025ce7241e","name":"Algorithms | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/algorithms","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db067b74-f406-4fa2-a253-bd5d72d34104","name":"Irrational Exuberance","description":null,"image":null,"links":"blog|https://lethain.com/","topics":"engineering-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bec69a0-d943-4d3c-b32a-f4d6e0db72bd","name":"Making Music with Others","description":"By Trinity Laban Conservatoire of Music and Dance via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-making-music-with-others-11959","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55e5dae9-6b71-4278-8aa3-d3a6a416ab9b","name":"Approaching Music Theory: Melodic Forms and Simple Harmony","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.coursera.org/learn/melodic-forms-simple-harmony","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0dc5a617-41ed-4dcb-bb99-b88f9f53e618","name":"Write Like Mozart: An Introduction to Classical Music Composition","description":"By National University of Singapore via Coursera","image":null,"links":"course|https://www.coursera.org/learn/classical-composition","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6aa6d02-269a-4fbc-a789-f9aaab742c7d","name":"ART of the MOOC: Public Art and Pedagogy","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/public-art-pedagogy","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f104defa-914f-45de-adb0-d5ba5920213e","name":"Developing Your Musicianship: Final Project","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-developing-your-musicianship-final-project-7052","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d43aa518-7567-48b6-b38f-577c4745aefe","name":"The Art of Vocal Production","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-art-of-vocal-production-7797","topics":"music;singing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1726064-046d-4428-a157-526e8f45ada7","name":"Vernacular architecture","description":"By CEC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_ar01/preview","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23575522-2394-4cff-8795-e6280abc5692","name":"Serious Gaming","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.coursera.org/learn/serious-gaming","topics":"gaming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1dc3e6b2-8fc5-43fa-b648-f1389ea3a934","name":"Architectural Acoustics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-architectural-acoustics-13902","topics":"acoustics;architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"744d340c-7382-4f98-8cd5-d00b9f9eaf98","name":"Visual Perception and Art: A Survey Across the Cultures","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-visual-perception-and-art-a-survey-across-the-cultures-14352","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ff56aa6-961d-4593-bfa8-6fc46ea3e293","name":"Pro Tools Basics","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.coursera.org/learn/protools","topics":"software-tools/pro-tools;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18dbfab1-b05d-41f9-bb41-fc99baa40a26","name":"Making Architecture","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/making-architecture","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38407cd6-a7e3-4640-95f0-2d2147d8874f","name":"Cultural and creative industries","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cultural-creative-industries","topics":"culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7793f7e0-1798-43fc-9e27-79163d681d67","name":"Guitar Scales and Chord Progressions","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-guitar-scales-and-chord-progressions-11773","topics":"guitar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ddf64f6-d59c-4e91-a2c0-571dd4a70082","name":"Human Computer Interactions","description":"By Indraprastha Institute of Information Technology Delhi via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs86/preview","topics":"human-computer-interaction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81c59dd5-e7da-4fa2-80b4-1f4882fd6be3","name":"Contemporary Architecture and Design","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ar14/preview","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e23b348e-4f3c-4417-ae3f-1a92a3275ea6","name":"ART of the MOOC: Activism and Social Movements","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/activism-social-movements","topics":"activism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"681cafd4-44b2-4811-91f7-24aa1436728c","name":"Human-Centered Design: Building and Testing Prototypes","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-human-centered-design-building-and-testing-prototypes-13389","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a8da6b0-76bd-4b78-b872-6b6a5f47f015","name":"Sexing the Canvas: Art and Gender","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/gender-art","topics":"painting;gender","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8516a14d-d457-4432-b3c6-1a75073522fd","name":"Social Computing","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-social-computing-4290","topics":"design;community","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b69de3e-22a1-4cb9-a39e-372766e9f68a","name":"Ignite Your Everyday Creativity","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ignite-your-everyday-creativity-3139","topics":"creativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2382017-67d0-4921-bb75-cdaa53107c86","name":"Modern Art & Ideas","description":"By The Museum of Modern Art via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-modern-art-ideas-4163","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23508d88-40f9-4f67-8cce-07cbaf6d133f","name":"Interaction Design Capstone Project","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-interaction-design-capstone-project-5140","topics":"interaction-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65ad575d-d53b-40a7-bc0c-25c75a3f69c3","name":"Fashion as Design","description":"By The Museum of Modern Art via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fashion-as-design-9416","topics":"fashion;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19acf65d-a2cb-4920-9b9c-28ae36fbb7f3","name":"A Scientific Approach to Innovation Management","description":"By Università Bocconi via Coursera","image":null,"links":"course|https://www.coursera.org/learn/scientific-approach-innovation-management","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5844e681-917d-48f1-b989-fe95ed9136a4","name":"An Introduction to Accessibility and Inclusive Design","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-an-introduction-to-accessibility-and-inclusive-design-13860","topics":"accessibility;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abcc1161-2df1-408c-96c7-98fea668c38c","name":"Music Business Foundations","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-music-business-foundations-4429","topics":"music;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fecd096-c7a7-4630-a1eb-1d79ca6b6068","name":"Design Principles: an Introduction","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-design-principles-an-introduction-4296","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e52246fe-53a8-40f0-8440-ae8c564151cd","name":"Digital Skills: User Experience","description":"By Accenture via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/digital-skills-user-experience","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16952160-fa7e-46f0-9155-e26845eed609","name":"The Olympic Games and the Media","description":"By Universitat Autònoma de Barcelona (Autonomous University of Barcelona) via Coursera","image":null,"links":"course|https://www.coursera.org/learn/olympic-games","topics":"sports;media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e064c73-9a36-4ec2-b14c-dd381536f537","name":"The World of the String Quartet","description":"By Curtis Institute of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-world-of-the-string-quartet-2499","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"924c1184-049f-4f80-afe2-29d33c8f533e","name":"UI Design Capstone","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ui-design-capstone-6928","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e6177da-557a-46fa-be16-989efec48cda","name":"Mario Botta: To Be an Architect","description":"By Università della Svizzera italiana via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-mario-botta-to-be-an-architect-10554","topics":"architect","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3fe6e8c-2fd3-4279-a25d-953bd2f6b5dc","name":"Innovation Through Design: Think, Make, Break, Repeat","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-innovation-through-design-think-make-break-repeat-11588","topics":"innovation;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1794ee6-1a32-457a-bafc-7a6b58d06b56","name":"The Living Picture Craze: An Introduction to Victorian Film","description":"By The British Film Institute via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-living-picture-craze-an-introduction-to-victorian-film-13676","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39745c3e-bf12-488c-889e-16e6cbf6fd04","name":"Input and Interaction","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-input-and-interaction-4245","topics":"interaction-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c34978c4-f9e2-442c-9dac-2470cdf9254d","name":"Too Much Information | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/too-much-information","topics":"information-overload","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3766f543-cbd5-4361-a286-2cecfc4a0010","name":"Introduction to Ableton Live","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-ableton-live-2988","topics":"software-tools/ableton-live","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1cc1b277-0023-46b7-b961-9ec26763bddc","name":"Seeing Through Photographs","description":"By The Museum of Modern Art via Coursera","image":null,"links":"course|https://www.coursera.org/learn/photography","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab96e671-9385-4d0d-9b5d-9e9593f28867","name":"Art of the MOOC: Experiments with Sound","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/experiments-with-sound","topics":"music;sound","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41dc09af-11ed-4932-a3d6-01fbb770c014","name":"Pyramids of Giza: Ancient Egyptian Art and Archaeology","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/pyramids-of-giza-ancient-egyptian-art-and-archaeology-2","topics":"nations/egypt;art;archaeology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b75140b-487e-4d5d-a73f-8cf8880e7746","name":"Exploring Beethoven's Piano Sonatas Part 4","description":"By Curtis Institute of Music via Coursera","image":null,"links":"course|https://www.coursera.org/learn/exploring-beethoven-piano-sonatas-4","topics":"music;piano","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6307b772-e8c4-4d77-83f0-5ae7c6b4d4ed","name":"Design Thinking Capstone","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-design-thinking-capstone-10304","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c84fec8-44e6-49d4-a092-15cdbb9b1dc5","name":"Designing and Creating Skirts","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.edx.org/course/designing-and-creating-skirts","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31ad33b9-ed88-451c-a8c9-42876c8380dd","name":"Shakespeare: On the Page and in Performance","description":"By Wesleyan University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-shakespeare-on-the-page-and-in-performance-939","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f1530cc-6b0f-4604-a641-f1fd6fdf0b28","name":"SAP's UX Strategy in a Nutshell by Sam Yen","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/course/uxn1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f878edb-f349-41ee-b69c-7bf28fe4a9ea","name":"Western and Chinese Art: Masters and Classics","description":"By via edX","image":null,"links":"course|https://www.edx.org/course/western-chinese-art-masters-classics-tsinghuax-00691153x","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5965499c-991d-4850-afe9-6ed4f7f6fcb3","name":"The Search for Vernacular Architecture of Asia, Part 1 | 探索亚洲地区的本土建筑,第1部分","description":"By The University of Hong Kong via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-search-for-vernacular-architecture-of-asia-part-1--1-2072","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75e3d4f1-d5b8-4bd8-8075-3deb03b012fb","name":"OjaiU 2015: The Beat of the World – The Art of Percussion","description":"By via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-ojaiu-2015-the-beat-of-the-world-the-art-of-percussion-3577","topics":"music;percussion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8ee74ea-b1e7-4518-829f-c25f142985af","name":"Product Design","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-product-design-3646","topics":"product-design;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9d17ca4-9c6d-40a8-a9ed-c97da7582d41","name":"An Unloved Story: Lost In Translation / Her","description":"By via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-an-unloved-story-lost-in-translation-her-3756","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb8f77bd-6588-4be5-bba7-4eabfa53519d","name":"Making Science and Engineering Pictures: A Practical Guide to Presenting Your Work","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/making-science-engineering-pictures-mitx-0-111x","topics":"photography;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35ad46a3-827c-471c-9314-08ffd57923d0","name":"Creating Business Value with User Experience","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/uxn2","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e67edbd-37b1-4936-84ff-173197c397e4","name":"Innovation Generation: How to Be Creative","description":"By University of Texas Health Science Center at Houston via edX","image":null,"links":"course|https://www.edx.org/course/innovation-generation-how-be-creative-uthealthsphx-inov101x","topics":"creativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b7bee22-99a5-414f-a283-e58451d4d9bb","name":"Art, Communication and Contact Zones","description":"By University of Pittsburgh via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_279_1","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1ce489a-054c-48dd-83b2-d96226e462a8","name":"Machine Learning | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/machine-learning-1","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8fadf69-d323-48e7-81eb-365e69cb8911","name":"Rapid Prototyping","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-rapid-prototyping-4813","topics":"design;prototyping","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"722453dd-7de2-4de3-ad54-d38b43c07a30","name":"Science in Art: The Chemistry of Art Materials and Conservation","description":"By Trinity College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-science-in-art-the-chemistry-of-art-materials-and-conservation-3591","topics":"art;chemistry;material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b95895e-c4df-446c-af87-1c52dd0d37cf","name":"Software Design for Non-Designers","description":"By mooc.house via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-software-design-for-non-designers-3587","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be7e230d-9c8f-4228-9bb3-1e692cf7b677","name":"Mobile Application Experiences Part 2: Mobile App Design","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/mobile-application-experiences-part-2-mitx-21w-789-2x","topics":"design;mobile-apps","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"190cd09a-9026-48db-9a06-17cc095c1d14","name":"Prototyping Interaction","description":"By Amsterdam University of Applied Sciences via iversity","image":null,"links":"course|https://iversity.org/en/courses/prototyping-interaction-february-2016","topics":"prototyping","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e974c276-3bda-4814-b462-0cceac1943ea","name":"The Meaning of Rome: The Renaissance and Baroque City","description":"By University of Notre Dame via edX","image":null,"links":"course|https://www.edx.org/course/meaning-rome-renaissance-baroque-city-notredamex-arc110x","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f235f87e-4729-42e9-8ae6-a07b198f085f","name":"Introduction to Game Design","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-game-design-2366","topics":"game-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0e398bd-6c00-47a4-bfa6-b2a9e916f0c0","name":"Defining the String Quartet: Haydn","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-defining-the-string-quartet-haydn-6348","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33d0dfc0-b841-4756-b7a8-5f5d5c1e051c","name":"Creative Programming with Javascript","description":"By Goldsmiths, University of London via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-creative-programming-with-javascript-3769","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f19d077-899b-4555-9276-7113092868b7","name":"Vernacular Architecture of Asia: Tradition, Modernity and Cultural Sustainability | 亚洲本土建筑: 传统,现代与文化的可持续发展","description":"By The University of Hong Kong via edX","image":null,"links":"course|https://www.edx.org/course/vernacular-architecture-asia-tradition-hkux-hku02-2x","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7ff173a-22c9-44ed-a64d-9341828cad49","name":"Four Facets of Contemporary Japanese Architecture: Theory","description":"By The University of Tokyo via edX","image":null,"links":"course|https://www.edx.org/course/four-facets-contemporary-japanese-utokyox-utokyo004x","topics":"architecture;nations/japan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b2e86a8-f4d8-4d3a-bc6a-64b20c50661a","name":"Jazz: The Music, The Stories, The Players","description":"By Hamilton via edX","image":null,"links":"course|https://www.edx.org/course/jazz-music-stories-players-hamiltonx-music160x-0","topics":"music-genre/jazz","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"948bf525-fd47-4d10-90ea-d2a86daf73f2","name":"Reinventing the Piano","description":"By Princeton University via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-reinventing-the-piano-3778","topics":"piano","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57282a4c-b4b8-483f-81c0-c36d0048be15","name":"Fashion Style Icons and Design History","description":"By Otis College of Art and Design via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-fashion-style-icons-and-design-history-4099","topics":"fashion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4794e61c-fa51-40e3-8019-e11ae3742c4f","name":"Foundations of Arts and Entertainment Technologies","description":"By The University of Texas at Austin via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-foundations-of-arts-and-entertainment-technologies-5894","topics":"art;technology;entertainment","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20a4beb7-a020-4bda-856b-8cc16e32b05d","name":"Introduction to Italian Opera","description":"By Dartmouth via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-italian-opera-3840","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d0891e5-1a0d-4a07-b9b3-7f8077cbdfab","name":"The Modern Genius: Art and Culture in the 19th Century","description":"By Otis College of Art and Design via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-the-modern-genius-art-and-culture-in-the-19th-century-3747","topics":"art-and-culture;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a8f2bb3-8935-4f03-a6cb-ed5855e5afa3","name":"Loop: Repetition and Variation in Music","description":"By University College Cork via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-loop-repetition-and-variation-in-music-3779","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7583834b-8910-4be9-a6f9-1f68948d4f8a","name":"Hollywood: History, Industry, Art","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-hollywood-history-industry-art-5643","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22dbf2a4-5b0c-4988-a5be-be53af07da22","name":"Modern Architecture","description":"By Build Academy via Independent","image":null,"links":"course|https://courses.buildacademy.com/courses/course-v1:Architecture+Build-Academy_Arch110+2016_T4/about","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7aea9528-d637-496a-bbe3-6d3bd48385fc","name":"Inside the Music & Video Tech Industry","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/inside-the-music-video-tech-industry/info","topics":"music;video","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52c2f7da-07f3-4654-92b4-72858012b34c","name":"Generative Art and Computational Creativity","description":"By Simon Fraser University via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/introduction-to-generative-arts-and-computational-creativity/info","topics":"generative-art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc7b999e-b890-4351-8f9d-73c5cec88131","name":"New York Architecture","description":"By Build Academy via Independent","image":null,"links":"course|https://courses.buildacademy.com/courses/course-v1:Architecture+Build-Academy_Arch103+2016_T4/about","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19ef9b6b-4f6c-4ad5-bf9b-8f9115f17c03","name":"Contemporary Architecture","description":"By Build Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-contemporary-architecture-2772","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"781683b3-519a-4564-9c4a-dfd4a3f438f2","name":"Frank Lloyd Wright And The XX Century","description":"By Build Academy via Independent","image":null,"links":"course|https://courses.buildacademy.com/courses/course-v1:Architecture+Build-Academy_Arch402+2016_T4/about","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c12eebe-77cf-44e4-8fc9-8c4b931dfcbb","name":"Principles of Designing for Humans","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-principles-of-designing-for-humans-6256","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09138f73-716f-4663-82ff-cc5cdd84488c","name":"Creative Audio Programming on the Raspberry Pi","description":"By University of New South Wales via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/creative-audio-programming-on-the-raspberry-pi/info","topics":"programming;audio;raspberry-pi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4593ba5-e4b1-4505-ab95-61b40dffcd81","name":"Introduction to Sound and Acoustic Sketching","description":"By University St. Joseph via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/introduction-to-sound-and-acoustic-sketching/info","topics":"sound","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd94a9f9-fcf8-4ad7-a957-39a4d2cfb534","name":"Exposing Digital Photography","description":"By Harvard University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-exposing-digital-photography-8091","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a45e5782-f2a5-49a6-ae5b-b8cb48b3b4b0","name":"Stonehenge","description":"By University of Buckingham via iversity","image":null,"links":"course|https://iversity.org/en/courses/stonehenge-january-2016","topics":"archaeology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"557a6b51-082c-4e9c-980e-57f282149d8d","name":"Advanced Generative Art and Computational Creativity","description":"By Simon Fraser University via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/advanced-generative-art-and-computational-creativity/info","topics":"generative-art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac83d8b2-16b5-49dd-927d-ed9b85eb9a93","name":"Sound Design with Kontakt","description":"By Berklee College of Music via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-sound-design-with-kontakt-6802","topics":"sound","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41007e84-bf3c-46c1-94ac-8d2dd4dc370c","name":"Evaluating Designs with Users","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-evaluating-designs-with-users-7240","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1fe94ea5-a88e-4b7b-82e7-68a265772422","name":"Pop, Minimalism, and Postmodernism","description":"By School of the Art Institute of Chicago via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/pop-minimalism-and-postmodernism/info","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcabedbf-d9f1-4056-85dd-e2574b3aa218","name":"Touring Modernism","description":"By School of the Art Institute of Chicago via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/charting-the-avant-garde-from-romanticism-to-utopic-abstraction/info","topics":"modernism;art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"993f18ea-2c35-40b8-8057-f96bd7f5ecc0","name":"Surrealism and Its Legacy","description":"By School of the Art Institute of Chicago via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-surrealism-and-its-legacy-8411","topics":"surrealism;art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a326c669-a1c4-42e0-8c10-cdbf0378e638","name":"Introduction to German Opera","description":"By Dartmouth via edX","image":null,"links":"course|https://www.edx.org/course/introduction-german-opera-dartmouthx-dart-mus-02x","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08c75242-5019-4b65-9163-688c0e365c83","name":"Introduction to 3D Modeling and Animation with Maya: Tradition Meets Technology","description":"By California College of the Arts via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/introduction-to-3d-modeling-and-animation-with-maya-tradition-meets-technology-i/info","topics":"animation;3d-modeling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4868b2f0-6b0f-40e3-a935-a3f6af80ea03","name":"UX Design: From Concept to Wireframe","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ux-design-from-concept-to-wireframe-6254","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4685b29d-733a-459a-8a2a-f9333de26a58","name":"Human-Computer Interaction","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.udacity.com/course/human-computer-interaction--ud400","topics":"human-computer-interaction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db1c2652-e079-4dfc-a4ac-b4175dfb5e5d","name":"Cardin to Castelbajac: Style in French Fashion","description":"By Paris College of Art via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-cardin-to-castelbajac-style-in-french-fashion-4995","topics":"fashion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a2b0b5c-f66e-4070-ad80-5a0fcb511824","name":"UX Design: From Wireframe to Prototype","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ux-design-from-wireframe-to-prototype-6253","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d5c0330-076d-4768-94ad-38edf6ab54cf","name":"Understanding User Needs","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-understanding-user-needs-6257","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abbf099a-fa79-4925-8412-77421488d894","name":"Facilitator’s Guide to Human-Centered Design","description":"By Ideo.org via +Acumen","image":null,"links":"course|https://www.plusacumen.org/courses/facilitator%E2%80%99s-guide-human-centered-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c973b5a-943e-44d1-a84c-850b07217029","name":"Gaultier to Louboutin: Style & Strategy in French Fashion","description":"By Paris College of Art via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/gaultier-to-louboutin-style-strategy-in-french-fashion/info","topics":"fashion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"668203fe-7104-40fc-ac5f-0d74acd7101b","name":"The Modern Music Technologist","description":"By California Institute of the Arts via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/the-modern-music-technologist/info","topics":"music;technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f1507f9-0bb2-4a26-9ecc-7566ecfdf745","name":"UX Research at Scale: Analytics and Online Experiments","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567901241_8f880016908bade84553493dfe303162","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79a4b5e8-f61b-4913-bbeb-187dbe7d2ee9","name":"The Practical History of Typography","description":"By School of Visual Arts via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-the-practical-history-of-typography-7599","topics":"typography;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6cef2bcb-db81-40b1-af9d-7ea1a12e2e0a","name":"Inspirations for Design: A Course on Human-Centered Research","description":"By via openHPI","image":null,"links":"course|https://open.hpi.de/courses/insights-2017","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a1ab933-0ba3-49eb-8c2b-a30b9dfd3aa5","name":"Financial Systems for a Successful Studio","description":"By Columbus College of Art & Design via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/financial-systems-for-a-successful-studio/info","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e923c92-e8be-4703-b5a5-dd0e04dfb6b9","name":"Contemporary Museum Education","description":"By Pratt Institute via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-contemporary-museum-education-4998","topics":"museums","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9cf99379-a0ba-4964-a1ac-71c6d7e11d48","name":"Custom Handlettering","description":"By School of Visual Arts via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/custom-handlettering/info","topics":"typography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d498adb1-4f0c-4359-ad08-c7641d8c90c7","name":"Working with Motion & Time","description":"By School of Visual Arts via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/working-with-motion-time/info","topics":"photography;video","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4f3ffcf-8920-478b-917a-a193c25d2529","name":"Piano I: Introduction to the Piano & Staff","description":"By Arizona State University via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/piano-i-introduction-to-the-piano-staff/info","topics":"piano","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36165e48-cdad-44a3-895f-4a5efb67cc62","name":"Digital Drawings: Points, Lines, Curves","description":"By University of Nevada, Las Vegas via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-digital-drawings-points-lines-curves-8397","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"325f14fc-1fbd-4d4a-a321-32c09e6cda14","name":"Motion Design: Time and Technology","description":"By Ringling College of Art + Design via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/motion-design-time-and-technology/info","topics":"animation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54c7d7a2-b948-462d-96a1-367e2ceb319e","name":"Hooked","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/22668729-hooked?ac=1&from_search=true&qid=u4tdjtxk2C&rank=3;summary|https://www.booklets.io/b/hooked-by-nir-eyal-booklets","topics":"product-management;habits;product-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd004af1-65f9-4f5f-b53a-8dd53b151193","name":"Exploring the Mixed Reality Landscape","description":"By Pacific Northwest College of Art via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-exploring-the-mixed-reality-landscape-7603","topics":"virtual-reality;mixed-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b449c715-487d-4d00-b707-9f9ca1e5b7e6","name":"Making Typeface Families","description":"By School of Visual Arts via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-making-typeface-families-7615","topics":"typography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1936939f-119b-4c2d-9b65-55a53e27b219","name":"Designing Synthesizer Sounds","description":"By Berklee College of Music via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/designing-synthesizer-sounds/info","topics":"sound","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06b64d34-6f6e-4e00-8453-1a2a5545110c","name":"Digital Modeling: Volume, Surface, Space","description":"By University of Nevada, Las Vegas via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-digital-modeling-volume-surface-space-8401","topics":"3d-modeling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"610150fc-b042-4343-b1ed-3e44d6d8f5d2","name":"Music Technology Foundations","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.edx.org/course/music-technology-foundations","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00fea7f0-8ee7-486c-83b6-dfceeba8238d","name":"Typography in Graphic Design","description":"By School of Visual Arts via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-typography-in-graphic-design-7616","topics":"typography;graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6171a3b-5620-4b33-9bc4-3588377a92c7","name":"Camera Essentials","description":"By School of Visual Arts via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/camera-essentials/info","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"104a7ced-712e-446e-b258-26b09c881b18","name":"Piano II: Focus on Reading","description":"By Arizona State University via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/piano-ii-focus-on-reading/info","topics":"piano","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5477452-539f-4fb6-848c-2071e1bc973b","name":"Creating and Capturing Mixed Reality","description":"By Pacific Northwest College of Art via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-creating-and-capturing-mixed-reality-7607","topics":"mixed-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acd43c6a-164e-4ed0-a9c4-4c5e2ca26144","name":"Irish Journal","description":"By William Shakespeare","image":"https://learn-awesome.github.io/assets/book_covers/21366339.jpg","links":"book|https://www.goodreads.com/book/show/21366339-a-midsummer-night-s-dream","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0677e128-2f73-4555-b7b2-ed8567e959bd","name":"Motion Design: Title Transformation","description":"By Ringling College of Art + Design via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/motion-design-title-transformation/info","topics":"animation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77698294-4c6c-4d05-8e6d-a7238572ccde","name":"World Music, Culture, & You: Finding Music Within Your Community","description":"By Trinity College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-world-music-culture-you-finding-music-within-your-community-10459","topics":"music;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58b0738f-13c2-4c15-bb65-d069f6ac12d8","name":"Design Theory","description":"By Shenkar College of Engineering via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-design-theory-9438","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aed62d4b-56ca-4f46-8f73-0f5cf6f4113a","name":"Selling and Protecting Typefaces","description":"By School of Visual Arts via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-selling-and-protecting-typefaces-7617","topics":"typography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02e16be9-1c83-4bbf-9898-fd29db954a51","name":"North Indian Classical Music I: Fundamental Elements","description":"By Universitat Pompeu Fabra via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/north-indian-classical-music-i-fundamental-elements/info","topics":"music-genre/hindustani-classical","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72671dd0-10fb-4de8-b3eb-e1925d82ee48","name":"Sound Essentials","description":"By School of Visual Arts via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-sound-essentials-7619","topics":"sound","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e180ebd-5306-452e-b6df-cc5ab7db5743","name":"An Elegant Puzzle: Systems of Eng Management.","description":null,"image":null,"links":"book|https://lethain.com//elegant-puzzle/","topics":"engineering-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"948eba55-0396-45b6-8a6f-c167ceea6ebc","name":"Digital to Physical: Repetition + Difference: Component-to-System Relationships","description":"By University of Nevada, Las Vegas via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-digital-to-physical-repetition-difference-component-to-system-relationships-8400","topics":"fabrication;prototyping","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0e2b708-cef1-4def-9015-9d41b9ab8faa","name":"Four Facets of Contemporary Japanese Architecture: Technology","description":"By The University of Tokyo via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-four-facets-of-contemporary-japanese-architecture-technology-6651","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04c4c7df-783b-479d-b154-d2a459917f35","name":"Designing for Mixed Reality","description":"By Pacific Northwest College of Art via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/designing-for-mixed-reality/info","topics":"mixed-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6e5839a-0e88-4ba0-9b6d-19cc6c91c5a1","name":"First Nights - Monteverdi’s L’Orfeo and the Birth of Opera","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/first-nights-monteverdis-lorfeo-and-the-birth-of-opera","topics":"music-genre/opera","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13efb200-49ac-43fe-a339-c80ec3037cc7","name":"North Indian Classical Music II: Raga Composition and Development","description":"By Universitat Pompeu Fabra via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/north-indian-classical-music-ii-raga-composition-and-development/info","topics":"music-genre/hindustani-classical","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6bf00cc-e93b-428e-a5f8-517158626eed","name":"Basics of Design Testing","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-basics-of-design-testing-9071","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dce9db08-37e8-41b5-9892-a54d6fa3034f","name":"First Nights - Handel's Messiah and Baroque Oratorio","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-first-nights-handel-s-messiah-and-baroque-oratorio-4548","topics":"music-genre/opera","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e674f95c-3c14-4aeb-978d-cf9013f4da24","name":"Piano III: Scales and Chords","description":"By Arizona State University via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-piano-iii-scales-and-chords-7613","topics":"piano;music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"041169dc-d7a7-499b-b6e6-25a2d7cf4cfb","name":"First Nights - Beethoven's 9th Symphony and the 19th Century Orchestra","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/first-nights-beethovens-9th","topics":"music-genre/opera","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34013f97-2f62-4818-a503-f1e12efae812","name":"First Nights - Berlioz’s Symphonie Fantastique and Program Music in the 19th Century","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-first-nights-berlioz-s-symphonie-fantastique-and-program-music-in-the-19th-century-6612","topics":"music-genre/opera","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe280fee-cc36-4760-b805-2c3da9823818","name":"Motion Design: Animated GIFs","description":"By Ringling College of Art + Design via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-motion-design-animated-gifs-5891","topics":"animation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce4c409a-2182-4837-bab9-393e75ee1a5a","name":"Stravinsky’s Rite of Spring: Modernism, Ballet, and Riots","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/stravinskys-rite-of-spring-modernism-ballet-and-riots","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da44b97c-ce06-4798-943e-ae5bdd3731b2","name":"Fundamentals of Video Production","description":"By School of Visual Arts via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-fundamentals-of-video-production-7620","topics":"video","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8553a873-7547-466a-a185-f5a830e54722","name":"Design Thinking: UX and Advanced Topics","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/design-thinking-advanced-topics","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5f9e78b-a863-4ec7-860d-b8787ae506c3","name":"Basics of Design Research","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-basics-of-design-research-6905","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acbe0f7d-7b44-49c3-9348-d3c6ebe24997","name":"North Indian Classical Music III: Performance Practice","description":"By Universitat Pompeu Fabra via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/north-indian-classical-music-iii-performance-practice/info","topics":"music-genre/hindustani-classical","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87dd3f79-4375-4a82-8f1b-02d294a9c468","name":"Interpreting Vernacular Architecture in Asia","description":"By The University of Hong Kong via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-interpreting-vernacular-architecture-in-asia-11421","topics":"architecture;asia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70338fc6-ec14-4be1-8f6b-aa2e091e56dd","name":"DigiFab 3D: How and When to 3D Print","description":"By via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-digifab-3d-how-and-when-to-3d-print-9442","topics":"fabrication;3d-printing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4e3fe82-ca32-40f2-a3b2-dc73540f6adf","name":"Fundamentals of Post-Production","description":"By School of Visual Arts via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/fundamentals-of-post-production/info","topics":"video","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94c5dde2-2c80-4438-a42e-8b0959c7ead9","name":"Listen up! How to Launch and Grow a Hit Podcast","description":"By Knight Center for Journalism in the Americas via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-listen-up-how-to-launch-and-grow-a-hit-podcast-12070","topics":"podcasts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5221651d-872b-4a7a-b05f-f2574f5ab600","name":"Online Jamming and Concert Technology","description":"By Stanford University via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-online-jamming-and-concert-technology-3764","topics":"audio;network-audio","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b265430-6ec3-4864-a89e-cea34d157c76","name":"Making Meaning: An Introduction to Designing Objects, Part I","description":"By School of the Art Institute of Chicago via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-making-meaning-an-introduction-to-designing-objects-part-i-4996","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aac28339-0ec0-4612-b613-fa474cda4062","name":"User Experience (UX) Design: Human Factors and Culture in Design | 设计的人因与文化","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-user-experience-ux-design-human-factors-and-culture-in-design--2625","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"288e8bd6-a266-4736-acae-bb5d4f01b934","name":"Human-Centered Design: From Synthesis to Creative Ideas","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-human-centered-design-from-synthesis-to-creative-ideas-11179","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95177629-d6c5-49ee-beea-4be948cb9238","name":"Software Design for Non-Designers","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-software-design-for-non-designers-6412","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"911f67c1-cb51-4320-b8fe-9c0dd81321a6","name":"IMAGE | ABILITY - Visualizing the Unimaginable","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-image-ability-visualizing-the-unimaginable-5317","topics":"design;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"981413e6-8ce3-4585-b5d9-5524faaa96bf","name":"Models in Architecture – design through physical & digital models","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-models-in-architecture-design-through-physical-digital-models-8085","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3d93646-4c14-4fc9-96d5-d95cd61f4700","name":"Basic 3D Modeling using Blender","description":"By Indian Institute of Technology Bombay via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-basic-3d-modeling-using-blender-10315","topics":"3d-modeling;software-tools/blender","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55e61c82-7324-4a65-a581-f2c92e3e5c2f","name":"Mastering Quantum Mechanics | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/mastering-quantum-mechanics","topics":"quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a0b5223-8c76-4605-9e9c-b4237d4aa32c","name":"Basic 3D Animation using Blender","description":"By Indian Institute of Technology Bombay via edX","image":null,"links":"course|https://www.edx.org/course/basic-3d-animation-using-blender-0","topics":"animation;software-tools/blender","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4833392a-530b-49b1-baf6-e22e5dccc2e0","name":"Introduction To Music Theory","description":"By Berklee College of Music via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-music-theory-4000","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f34de5d7-e845-4c9a-abd1-d72b6ce9331c","name":"Design Practice in Business: Spark Innovation like a Designer","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/design-practice-in-business-0","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4ddbd96-ff22-4eea-bfdc-e151dfa8bdf8","name":"Lectures on the Philosophy of Mathematics | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/lectures-philosophy-mathematics","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a78f76ec-e3ab-4958-8a7e-457cbcd98a6a","name":"Design in Healthcare: Using Patient Journey Mapping","description":"By via edX","image":null,"links":"course|https://www.edx.org/course/design-in-healthcare-using-patient-journey-mapping-1","topics":"design;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b5d7000-7659-4b98-b8c5-11b73240a2fc","name":"User Interface (UI) Personalization","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/user-interface-ui-personalization-1","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7513d144-74a8-4d38-873c-8a9270138d5b","name":"Europeana Space: Creative with Digital Heritage","description":"By KU Leuven University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-europeana-space-creative-with-digital-heritage-6846","topics":"europe;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b89b475-bef1-43d5-8739-c7afbc579fce","name":"Hong Kong Cinema through a Global Lens | 全球化下的香港电影","description":"By via edX","image":null,"links":"course|https://www.edx.org/course/hong-kong-cinema-through-a-global-lens-quan-qiu-hua-xia-de-xiang-gang-dian-ying-2","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbc8a921-9838-47cb-a559-da35be35d198","name":"Star Trek: Inspiring Culture and Technology","description":"By Smithsonian Institution via edX","image":null,"links":"course|https://www.edx.org/course/star-trek-inspiring-culture-and-technology","topics":"film-making;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b9f205d-ac54-4765-9159-f9b5005205c5","name":"Music Theory for Beginners","description":"By via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-music-theory-for-beginners-13524","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7675e487-49ae-45be-a0e4-4538990859f7","name":"Code as Creative Medium | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/code-creative-medium","topics":"creative-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad0a1650-acaf-4e70-b70b-302d4a439df8","name":"Ableton Live 10, Part 2: Recording & Warping","description":"By via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-ableton-live-10-part-2-recording-warping-13525","topics":"software-tools/ableton-live","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e787f9b-310e-4117-9b7b-e052944d21d8","name":"Anyone Can Watercolor: The Basics for Creating Magical Pieces","description":"By via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-anyone-can-watercolor-the-basics-for-creating-magical-pieces-13537","topics":"painting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ced936b5-f9f2-49ef-a35b-65c58a691a16","name":"Introduction to Guitar Performance","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/introduction-to-guitar-performance/info","topics":"guitar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9ab3efd-e4da-4238-bb0f-cee60a17fe1e","name":"Music Theory Level 1: Part Four","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/music-theory-level-1-part-four/info","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b44f2f63-bce4-4996-bde8-ec75aa20474d","name":"Music Theory Level 1: Part Two","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/music-theory-level-1-part-two/info","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40c7bf3c-9bb6-4302-b489-eb23bbd4173e","name":"Pen and Ink Illustration: The Basics for Creating Magical Drawings","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/pen-and-ink-illustration-the-basics-for-creating-magical-drawings/info","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"778bca78-7489-4133-94f4-ec8d8af36769","name":"Ableton Live 10, Part 3: Editing & Producing","description":"By via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-ableton-live-10-part-3-editing-producing-13526","topics":"software-tools/ableton-live","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89b8947d-ce91-41f3-8fed-ecaf2acd2e7b","name":"You Can Draw Anything in 3 Simple Steps","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/you-can-draw-anything-in-3-simple-steps/info","topics":"drawing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f2867f2-18af-4ff8-8f56-fcb42a648023","name":"Music Theory Level 1: Part One","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/music-theory-level-1-part-one/info","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e9f4c48-fb76-4281-bbe9-11226d770370","name":"Watercolor Magic: The Basics of Color Mixing and Color Harmony","description":"By via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-watercolor-magic-the-basics-of-color-mixing-and-color-harmony-13535","topics":"painting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2c9533a-0607-4f2d-a0f2-c11cc44b809a","name":"Powerful Presentations for Artists","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/powerful-presentations-for-artists/info","topics":"presentation;art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3300b821-b70a-4331-a3f3-2363f55681c5","name":"Be Visual! Sketching Basics for IT Business","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-be-visual-sketching-basics-for-it-business-8944","topics":"drawing;sketching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4a52d75-19d1-4c57-b429-f7c2f09db200","name":"Music Theory Level 1: Part Three","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/music-theory-level-1-part-three/info","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c251505-57bc-4179-9ade-c8fcb580db1c","name":"Ableton Live 10, Part 1: The Interface & The Basics","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/ableton-live-10-part-1-the-interface-the-basics/info","topics":"software-tools/ableton-live","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71705711-9b9f-455e-8a58-2c8997e590e0","name":"3D Modeling from Architectural Drawings","description":"By Indian Institute of Technology Bombay via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-3d-modeling-from-architectural-drawings-11590","topics":"3d-modeling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2849cc0c-7354-4f48-9251-57a9ca38c7ed","name":"Music For Wellness","description":"By Berklee College of Music via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-music-for-wellness-6862","topics":"music;wellness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c8aa48c-dd0b-4af3-89ff-93ab5c709714","name":"Vocal Recording Technology","description":"By Berklee College of Music via edX","image":null,"links":"course|https://www.edx.org/course/vocal-recording-technology-3","topics":"audio;recording","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2e51f35-6838-45ee-aeb3-a17d2d4415a3","name":"Cinematic Storytelling","description":"By California College of the Arts via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-cinematic-storytelling-6800","topics":"film-making;story-telling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15820586-c0b2-4040-a258-623d39f9c5ca","name":"Music Theory Level 1: Part Six","description":"By via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-music-theory-level-1-part-six-13625","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34fe28e4-2373-471c-b3f1-426588fc317c","name":"Doodle Magic | Basic & Advanced Techniques","description":"By via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-doodle-magic-basic-advanced-techniques-13629","topics":"drawing;doodling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be852c45-f051-4cc9-8033-37196bae9823","name":"Ableton Live 10, Part 4: Sound Design & Samplers","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/ableton-live-10-part-4-sound-design-samplers/info","topics":"software-tools/ableton-live","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a81d303-f608-4c26-837a-4b73c79c6a56","name":"Fun & Loose Watercolor Florals, Leaves, & Butterflies","description":"By via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-fun-loose-watercolor-florals-leaves-butterflies-13630","topics":"painting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef9a2474-4b7e-4687-a71d-95804e2d306e","name":"Vocal Techniques 101","description":"By via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-vocal-techniques-101-13632","topics":"singing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d460dc9-21b3-43a9-b1aa-54b8e1e0087e","name":"Ableton Live 10, Part 5: Audio & MIDI Effects","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/ableton-live-10-part-5-audio-midi-effects/info","topics":"software-tools/ableton-live","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3aa8c72-9247-4f20-a7f0-6fee35ad554d","name":"Easy Watercolor Sweets & Treats! Step by Step Beginner Level","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/easy-watercolor-sweets-treats-step-by-step-beginner-level/info","topics":"painting;watercolor-painting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"441267b1-cfe8-43ef-89a9-60581523042f","name":"Music Theory Level 1: Part Five","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/music-theory-level-1-part-five/info","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff011bb1-4bcd-4fbb-8ff6-f730c6e2c671","name":"Ableton Live 10, Part 6: DJ Techniques & Controller","description":"By via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-ableton-live-10-part-6-dj-techniques-controller-13633","topics":"software-tools/ableton-live","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8bd9714-2033-4333-90a5-75ba9941c875","name":"Realistic Architectural 3D Modeling","description":"By Indian Institute of Technology Bombay via edX","image":null,"links":"course|https://www.edx.org/course/realistic-architectural-3d-modeling-2","topics":"architecture;3d-modeling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa7149bf-9536-4573-9bce-371f6e419926","name":"19th-Century Opera: Meyerbeer, Wagner, & Verdi","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/19th-century-opera-meyerbeer-wagner-verdi-2","topics":"music-genre/opera","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1259095d-31be-4ea4-9ce2-043685aab249","name":"18th-Century Opera: Handel & Mozart","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/18th-century-opera-handel-mozart","topics":"music-genre/opera","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db68b09b-1718-49af-a1b2-d5682dd13d51","name":"Product Design: The Delft Design Approach","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-product-design-the-delft-design-approach-2108","topics":"product-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b5d7f5c-924c-42a4-bc4b-eb55997b1baa","name":"Reinvent yourself: Unleash your creativity","description":"By University of Texas Health Science Center at Houston via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-reinvent-yourself-unleash-your-creativity-4936","topics":"creativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4224ada-4da4-4276-bc26-2235a1a12135","name":"Defining the String Quartet II: Beethoven","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:HumanitiesSciences+Beethoven+selfpaced/about","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"eed84c74-0e95-43a6-a409-21e95fd7503d","name":"Beyond Brockhaus Thinking: With Design Thinking to a Networked Culture","description":"By via openHPI","image":null,"links":"course|https://open.hpi.de/courses/designthinking2019","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8fc6e7f-0778-419d-9af8-565d9560267b","name":"Idea Development: Create and Implement Innovative Ideas","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/idea-development-create-and-implement-innovative-ideas-2","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76aae123-b730-4054-8d11-b355b9ae5177","name":"Design Thinking and Creativity for Innovation","description":"By University of Queensland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-design-thinking-and-creativity-for-innovation-10277","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c428559-ea76-43e2-b0c2-74b4e306eabb","name":"Creating and Sustaining an Innovation Culture","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/creating-and-sustaining-an-innovation-culture","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24fd8434-6ea1-4b38-aec5-f804534ba056","name":"Design Thinking and Challenge Management","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/ko1-tl","topics":"design;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6154f58e-89df-4bc0-af0c-d0e88ce70667","name":"Creative Thinking: Techniques and Tools for Success","description":"By Imperial College London via edX","image":null,"links":"course|https://www.edx.org/course/creative-thinking-techniques-and-tools-for-success","topics":"creativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"492d1732-dda0-4a07-a277-ecb420a65da3","name":"Understanding Fashion: From Business to Culture","description":"By Institut Français de la Mode via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/understanding-fashion-from-business-to-culture","topics":"fashion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1d6559d-37d0-4968-b4f6-830fa8d2e373","name":"Brand New Brand","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.coursera.org/learn/brand-new-brand","topics":"branding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a9a9984-c8a7-4911-bc8b-98499d849eda","name":"Modern Building Design","description":"By University of Bath via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/modern-building-design","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"741cda82-b87b-4839-ab36-b15a8c5d7995","name":"Artistic Research in Music – an Introduction","description":"By KU Leuven University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-artistic-research-in-music-an-introduction-12311","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b252b40-0611-43b7-8b87-21c86a8a2c17","name":"Audio Signal Processing for Music Applications","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-audio-signal-processing-for-music-applications-2488","topics":"signal-processing;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcde864c-cf31-41a5-934b-1cec1782903f","name":"Filmmaking and Animation in the Classroom","description":"By via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-filmmaking-and-animation-in-the-classroom-7406","topics":"film-making;animation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f324090-3023-412c-bae6-daa9cab91661","name":"Introduction to Human-Centered Design","description":"By via +Acumen","image":null,"links":"course|https://www.classcentral.com/course/acumen-introduction-to-human-centered-design-1823","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7ca2cf5-d12a-4a15-b553-e1d99668bf01","name":"Physical Theatre: Meyerhold and Biomechanics","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-physical-theatre-meyerhold-and-biomechanics-1571","topics":"theatre","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a86d6ca5-8548-4fbc-bb6d-4ad65b1b8715","name":"Learn Jazz Piano: II. Improvising on Jazz Standards","description":"By Goldsmiths University of London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-learn-jazz-piano-ii-improvising-on-jazz-standards-10552","topics":"piano;music-genre/jazz","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3d6939a-3b89-464c-8b38-223d544bc413","name":"European Paintings: From Leonardo to Rembrandt to Goya","description":"By Universidad Carlos iii de Madrid via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-european-paintings-from-leonardo-to-rembrandt-to-goya-2151","topics":"painting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17e76d4a-53ad-4eeb-8cda-9a52a4c3452b","name":"Making Meaning: An Introduction to Designing Objects, Part II","description":"By School of the Art Institute of Chicago via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/making-meaning-an-introduction-to-designing-objects-part-ii/info","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bb3cfba-82c6-415f-9476-23ddbfe84af5","name":"Music Production Capstone","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.coursera.org/learn/music-production-capstone","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ec21ba5-60b7-48b5-9cf9-f47de3418930","name":"Inside Opera: Why Does It Matter?","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/inside-opera","topics":"music-genre/opera","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"800c4ce8-ff91-4f6f-bee1-a7606c5c2d26","name":"Photography Capstone Project","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/photography-project","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2170fb54-32da-42df-814e-f5142cdf56a7","name":"Fundamentals of Communication Acoustics","description":"By RWTH Aachen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-fundamentals-of-communication-acoustics-9291","topics":"acoustics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4fa3ad5-0d90-4295-8655-11cb204e5005","name":"Designing and Creating Trousers","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.edx.org/course/designing-and-creating-trousers-2","topics":"fashion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03546367-3bc9-4313-8f44-33b55e12f032","name":"Applications in Communication Acoustics","description":"By RWTH Aachen University via edX","image":null,"links":"course|https://www.edx.org/course/applications-in-communication-acoustics-2","topics":"acoustics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a755651-aa5d-470c-ba35-2a8b90208c4d","name":"Theories of Media and Technology","description":"By New York University (NYU) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-theories-of-media-and-technology-13439","topics":"media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02d016d4-9061-46c5-90d7-5a7480a8ef47","name":"Design Thinking Fundamentals","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-design-thinking-fundamentals-10279","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"062abea3-99f3-4879-8df5-92be0c76783f","name":"Design Thinking: Prototyping and User Testing","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-design-thinking-prototyping-and-user-testing-10302","topics":"prototyping;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"305884b0-739c-4d66-8bfd-fb58eff817a6","name":"Archery - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Archery","topics":"archery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c06825a7-43b4-41bd-9b6f-5e692807937b","name":"Design Thinking: Ideation, Iteration and Communication","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/design-thinking-ideation-iteration-and-communication-2","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3107fac-f4a1-4117-9b3e-f5674b708012","name":"Design Thinking: Empathizing to Understand the Problem","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-design-thinking-empathizing-to-understand-the-problem-10291","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bb5d6dc-88f7-4362-8a74-f970a8c6c9c8","name":"Integrated Digital Media Capstone","description":"By New York University (NYU) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-integrated-digital-media-capstone-13441","topics":"media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e7434b3-9ba1-46ba-a626-96768e058476","name":"Folk and Minor Art in India","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_hs61/preview","topics":"art;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb43eb19-6947-431f-aff0-b30f7ae38f55","name":"Introduction to Film studies","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_hs60/preview","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eecc5d07-53dd-4025-b0b7-b3a4f9fb0250","name":"Design Practice","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me49/preview","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bf96188-8a8f-484e-b9d4-1484c296cb77","name":"Design Thinking - A Primer","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mg60/preview","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76c63994-76d9-4d78-86ca-1f6f2f21ca08","name":"Text, Textuality and Digital Media","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-text-textuality-and-digital-media-14325","topics":"media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"855c2768-3702-4838-a273-5ec688313dfa","name":"Ergonomics Workplace Analysis","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_de02/preview","topics":"ergonomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69f1a48c-a911-4a91-a353-4cebf36eda3e","name":"Understanding User Needs","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/understanding-user-needs","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d9b177a-c89d-4754-b75f-50716adc29ba","name":"Fundamentals of Percussion -Tabla","description":"By Savitribai Phule Pune University via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_hs52/preview","topics":"percussion;tabla","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6887c417-58f1-47a5-84e6-98b7f6f4eefb","name":"Evaluating Designs with Users","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-evaluating-designs-with-users-12357","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed0b4ee7-1f5e-46d6-b653-cabc47f96030","name":"Introduction to User Experience Principles and Processes","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/introtoux-principles-and-processes","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9877dbc3-1230-449e-a1da-42d1d93a01cd","name":"Physical Theatre: Exploring the Slap","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/physical-theatre-exploring-the-slap","topics":"theatre","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85857265-a568-4a95-a36d-1d5cd3c5a17a","name":"Basics of Photography","description":"By Devi Ahilya Viswavidyalaya, Indore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-basics-of-photography-13910","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"635b4e83-45bf-4d6e-9d3f-8b8ceb2154ab","name":"Introduction to the History of Contemporary Architecture","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.pok.polimi.it/courses/course-v1:Polimi+ARCHCONTENG101+2019_M7/about","topics":"history;architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cac20a5e-a045-452b-96cc-d6e762a0665d","name":"Learn Jazz Piano: I. Begin with the Blues","description":"By Goldsmiths University of London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/jazz-piano","topics":"music-genre/blues","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2d224ee-40cf-4d66-adfa-acc39bb1287f","name":"Human-Centered Design 201: Prototyping","description":"By Ideo.org via +Acumen","image":null,"links":"course|https://www.plusacumen.org/courses/prototyping","topics":"design;prototyping","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18161f01-fefa-4d01-a1c0-e12a81f6e614","name":"Media Content Production on Multiple Platforms","description":"By Jamia Millia Islamia via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-media-content-production-on-multiple-platforms-14195","topics":"media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5be538bd-b5be-4633-a8a0-32f09b0bb19b","name":"From Notation to Performance: Understanding Musical Scores","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/musical-scores","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1013c5b9-51f0-48a8-a9e8-ffeb35cd9b19","name":"Film Studies","description":"By Central University of Kerala via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-film-studies-14052","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e5a8839-2799-4dd3-81a0-6ef5644f9e0a","name":"Making and Understanding Web Comics","description":"By University of Dundee via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/understanding-digital-comics","topics":"comics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b2e719a-a252-4772-bffb-9df055b34c66","name":"Proof and the Art of Mathematics | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/proof-and-art-mathematics","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95f600b5-cb83-4b86-81d6-e7a5920e0a85","name":"Music in Place, Music in Space, What’s the Idea?","description":"By via Independent","image":null,"links":"course|http://www.ojaiu.org/","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"730f9eb1-928d-4d19-8b71-5ef549972e6e","name":"Games Based Learning MOOC","description":"By via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-games-based-learning-mooc-916","topics":"games;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b09289c-0e31-471f-8cdf-9a7a9cce38c9","name":"Studying Sound | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/studying-sound","topics":"sound;sound-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f50da07d-2956-4007-b8bc-898a5a4c466f","name":"Rhetoric and Composition: The Persuasive Power of Video Games as Paratexts","description":"By via Independent","image":null,"links":"course|https://canvas.instructure.com/courses/782878","topics":"games;persuasion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c290abc4-c1c5-46ba-bbf0-0b729eba1e98","name":"Practice Based Research in the Arts","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.novoed.com/pbr","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b86d9eb-d78a-4892-9ceb-149a6aed9d1c","name":"A Course in Semantics | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/course-semantics","topics":"linguistics;semantics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa891b31-af7c-4044-9365-784da87ed62b","name":"The Future Of Storytelling","description":"By via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-the-future-of-storytelling-985","topics":"story-telling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcfcd18a-7a36-44da-80b9-d757fb9a18da","name":"Introduction to Natural Language Processing | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/introduction-natural-language-processing","topics":"natural-language-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6898d3f0-9976-4ca6-bd7e-7d073e99cce2","name":"80000901_2x: History of Chinese Architecture: Part 2","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-80000901_2x-history-of-chinese-architecture-part-2-1621","topics":"architecture;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1a3c990-18d6-4af3-88b2-bfc5d86d79db","name":"Architecture 101 - Part II: From Place to Space","description":"By via iversity","image":null,"links":"course|https://iversity.org/en/courses/architecture-101-part-ii","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffeaad06-deff-4515-afee-4b1399389d7c","name":"The Future of Fashion","description":"By Marist College via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-the-future-of-fashion-1828","topics":"fashion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"585de6c8-5798-4d2c-af6e-271c4bc8c6e7","name":"Wonderful Styles of Food and Beverage around the World","description":"By Taylor's University via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-wonderful-styles-of-food-and-beverage-around-the-world-1866","topics":"food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51253503-07fa-4afd-bc5c-7990e2ec3625","name":"Creativity: Music to My Ears","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.novoed.com/creativity-music","topics":"creativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"483129ea-678a-410a-856c-70c8b064bcd3","name":"Textile Fundamentals","description":"By Marist College via Independent","image":null,"links":"course|https://thefold.marist.edu/textilefundamentals","topics":"textiles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"66743f86-be44-48aa-b3dd-606596118b16","name":"The Design Process","description":"By Marist College via Independent","image":null,"links":"course|https://thefold.marist.edu/designprocess","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ed88d07e-940e-4963-b1dd-5a3b49190ea4","name":"Play With Your Music","description":"By Peer to Peer University via Independent","image":null,"links":"course|http://www.playwithyourmusic.org/","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"612d1236-4c78-48c7-83be-54566f4eec25","name":"Human-Computer Interaction","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/specializations/interaction-design","topics":"human-computer-interaction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5cbf5851-0a9b-4643-8be5-b435d88cae51","name":"The Art of Drawing and Painting","description":"By via Open2Study","image":null,"links":"course|https://www.open2study.com//node/995","topics":"drawing;painting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98cc6259-4d7d-4843-91c0-579d9b8fb5c1","name":"New World, New Map: GPS for Today’s Music Industry","description":"By West Virginia University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-new-world-new-map-gps-for-today-s-music-industry-2451","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10562eae-59f9-4c8b-b72d-c2da258b39c2","name":"Innovation and Design Thinking","description":"By University of Cincinnati via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-innovation-and-design-thinking-1181","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc51ea9a-950c-4add-af1c-041a40fe7efe","name":"Architecture 101 - Part I: From Nothingness to Place","description":"By via iversity","image":null,"links":"course|https://iversity.org/en/courses/architecture-101-part-i","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1780216d-5763-4cb4-b373-036099aaab43","name":"Essentials of Interior Design","description":"By SmartOn via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/smarton/courses/cn-1745","topics":"interior-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48df9d85-a6e3-4bc5-81b6-1d4ae5c728b6","name":"Introduction to Graphic Design","description":"By Canva Design School via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-introduction-to-graphic-design-2981","topics":"graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"741d5462-e0a9-40c9-b869-eb6f3dc00840","name":"Design Thinking","description":"By MHMK Macromedia University for Media and Communication via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-design-thinking-1830","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b2e849c-9913-4a74-b336-e21a8d559d78","name":"Architecture 101 - Part III From Space to Architecture","description":"By via iversity","image":null,"links":"course|https://iversity.org/en/courses/architecture-101-part-iii","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a35fd998-4213-4b54-9f22-aa3619527a9a","name":"TCM Presents Into the Darkness: Investigating Film Noir","description":"By Ball State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-tcm-presents-into-the-darkness-investigating-film-noir-3632","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cf3a403-f472-4996-930e-eb9106e72139","name":"Art and Design Fundamentals for High School Students","description":"By Otis College of Art and Design via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-art-and-design-fundamentals-for-high-school-students-3270","topics":"art;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52f8a781-1d6e-4dd3-8b9f-a34758883b72","name":"Human-Computer Interaction Design","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/human-computer-interaction","topics":"interaction-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3bb58126-cd72-4001-98a1-108389cc18e1","name":"Learn to Paint with Len Hend","description":"By via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-learn-to-paint-with-len-hend-3754","topics":"painting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac89e9e0-035e-41ab-ab73-3678df2cff83","name":"Beauty, Form & Function: An Exploration of Symmetry","description":"By Nanyang Technological University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/symmetry","topics":"symmetry;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e8ac1da-09c8-4a9a-bab1-3da7f38d764b","name":"Marketing5502x: Innovation and Problem Solving through Creativity","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/innovation-and-problem-solving-through-creativity","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8351b98-bc08-487d-899d-b2eb28ffd802","name":"Design 1o1 Redux - Part 1: Myself","description":"By Abadir - Accademia di Belle Arti via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-design-1o1-redux-part-1-myself-4783","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e741ea30-f9e1-41f1-887a-01a7ed4a7305","name":"Design 1o1 Redux - Part 2: My House","description":"By Abadir - Accademia di Belle Arti via iversity","image":null,"links":"course|https://iversity.org/en/courses/design-1o1-redux-part-2-my-house","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb7427fe-704d-4c70-b73f-a71e635deb78","name":"Basic Physics for Animators","description":"By San Jose State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-basic-physics-for-animators-3631","topics":"physics;animation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e494694-441e-4272-bd5d-d8b4f6a83239","name":"Jazz Appreciation","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-jazz-appreciation-1336","topics":"music-genre/jazz","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"134c1520-b5b4-484d-8f1c-4b5effd8ca0e","name":"Philosophy and Film","description":"By Shoreline Community College via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/shorelinecc/courses/philosophy-and-film-2","topics":"film-making;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f5ff7b5-7ac3-4e96-9d08-5ef9b4df806b","name":"Commercial Photography: Still and Moving Image","description":"By Norwich University of the Arts via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/commercial-photography","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46ea8d8f-9adc-42e8-8cb2-3d8c8d30c8e5","name":"Design and Make Infographics (Project-Centered Course)","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/infographic-design","topics":"design;infographics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07482fbf-d5f6-41c0-962b-8fe07138c2a4","name":"Physics for Character Animators","description":"By San Jose State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-physics-for-character-animators-5649","topics":"physics;animation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7bcdf2b6-13ff-455a-9545-56b54cf90d95","name":"Othello: In Performance","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-othello-in-performance-5193","topics":"theatre","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e7c53ac-2d58-4683-abc9-6108e17c37bd","name":"Design 1o1 Redux - Part 3: My World","description":"By Abadir - Accademia di Belle Arti via iversity","image":null,"links":"course|https://iversity.org/en/courses/design-1o1-redux-part-3-my-world","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6cf35096-1eb6-407c-87b8-c8b32d082a1b","name":"The Gothic Revival, 1700-1850: Interdisciplinary Perspectives","description":"By University of Stirling via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_832_1","topics":"art;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d266449-c0ed-40c4-8039-2b5976389c69","name":"Creating Site-Specific Dance and Performance Works","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.coursera.org/learn/site-dance","topics":"dance;choreography;theatre","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f721d26c-5c43-48ea-a4ca-ea15beb5eb64","name":"A Mathematical Exploration of Music and Sound","description":"By St. Mark's School via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-a-mathematical-exploration-of-music-and-sound-3264","topics":"mathematics;music;sound","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83be917d-39b8-4b7c-92cf-af08830d38e1","name":"Superhero Entertainments","description":"By National University of Singapore via Coursera","image":null,"links":"course|https://www.coursera.org/learn/superhero","topics":"comics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56d6e7b2-8688-47ae-a4c9-a64a25175426","name":"Touring Modernism: From the French avant-garde to American Pop and Beyond","description":"By School of the Art Institute of Chicago via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/touring-modernism-from-the-french-avant-garde-to-american-pop-and-beyond/info","topics":"history;art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"beadd902-7b24-443a-aded-1079a9e53209","name":"Introduction to Music Production","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-music-production-525","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d2d3789-9e7f-4e01-be07-036819f724e0","name":"Seeing the Light, Envisioning the Content, Sharing in Print & Online","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/photography-techniques","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed1dab06-9b16-4ad3-b99a-a67d22535495","name":"Introduction to Music (MUSC-1030)","description":"By East Tennessee State University via Independent","image":null,"links":"course|https://www.etsu.edu/online/openbucs/music_1030.aspx","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6d7b2144-a76d-4e46-a3ef-d1fbd3d541fc","name":"History of Graphic Design","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-history-of-graphic-design-5454","topics":"graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6f7295b-5d7e-482c-b1d5-e64d57386955","name":"Modern Musician Capstone","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-modern-musician-capstone-2719","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a13d98dd-1d4f-42e1-8a92-c9e2ec05a9bb","name":"Film Production: Behind the Scenes of Feature Filmmaking","description":"By via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-film-production-behind-the-scenes-of-feature-filmmaking-4549","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0ec3aff-5ce1-4dda-a1d1-c0c3f42d92e8","name":"Visual Effects for Guerrilla Filmmakers","description":"By Norwich University of the Arts via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-visual-effects-for-guerrilla-filmmakers-4967","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09d006f4-1975-4a8a-bd17-58d37b8da516","name":"TCM Presents Painfully Funny: Exploring Slapstick in the Movies","description":"By Ball State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/bsu/tcm2/courses/slapstick","topics":"film-making;comedy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5acd2966-21cc-402c-82f4-e7be341fa543","name":"Digital Storytelling: Filmmaking for the Web","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/digital-storytelling","topics":"film-making;story-telling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45102c07-cf10-4c03-b428-9372436c4e5e","name":"UXR1: Introduction to UX Research","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567901267_89bcad61ac9399b5287f337520279583","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdacba17-f930-4bff-9483-bb053eddc6c6","name":"UXD1: Introduction to UX Design","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-uxd1-introduction-to-ux-design-6258","topics":"user-experience;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b9a67b7-2167-4f10-9116-5f0b0dbbcbde","name":"Critical Listening for Studio Production","description":"By Queen's University Belfast via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/critical-listening-for-studio-production","topics":"sound;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4ed5075-66f8-4221-bd5a-43384a8d2d3d","name":"Much Ado about Nothing: in Performance","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/much-ado-about-nothing","topics":"theatre","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cd6680b-8310-4ffa-b8b1-ec83482f5890","name":"(K-12) Design Thinking Hero: Creating Innovative Learning Design Solutions","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/canvasnet/courses/learning-design-solutions","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"087358b1-899e-4b01-aed4-493d5faa4426","name":"UX4: UX: Usability Testing","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ux4-ux-usability-testing-6255","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e175383b-cab6-4ca3-bf29-145bb5897daf","name":"Design Kit: Facilitator's Guide","description":"By Ideo.org via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-design-kit-facilitator-s-guide-5403","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"747e5493-f737-42f9-9feb-c2a3c7070b01","name":"Open Mic Songwriting","description":"By University of Canberra via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ucanberra/courses/open-mic-songwriting","topics":"songwriting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77b35cf8-ff64-4884-bb60-46a56106de4e","name":"Visual Semiotics for Visual Communication","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-visual-semiotics-for-visual-communication-7953","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ce44fa8-994d-4e5e-bc11-affe61426151","name":"Designing the Future","description":"By RMIT University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/designing-futures","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e50c5e95-6936-44d4-ad7c-a16a199506a4","name":"The Power of Colour","description":"By KLC School of Design via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/power-of-colour","topics":"colors;design;graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28babb7a-81c4-4543-aa11-c83442708590","name":"UXDC: UX Design Capstone","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567901310_f4422c6aafd74f527dcbed4485894216","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5c61e7d-ec31-491c-a571-03983fa2064a","name":"UXRC: UX Research Capstone","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567901314_075b2bcce6c019fa4974af042612e159","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af2ff3e6-7c4c-4a11-9fec-e64a0f6e4758","name":"Modern Japanese Architecture: From Meiji Restoration to Today","description":"By Tokyo Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-modern-japanese-architecture-from-meiji-restoration-to-today-4073","topics":"architecture;nations/japan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f9c1cc0-f872-4b10-857b-643d81b84d83","name":"Digital Manufacturing for Industrial Design","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/digital-manufacturing-industrial-design-delftx-idemc-3x","topics":"manufacturing;industrial-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1b69edf-f2ec-471f-af34-39ffb968553f","name":"TCM Presents The Master of Suspense: 50 Years of Hitchcock","description":"By Turner Classic Movies via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/bsu/tcm3/courses/hitchcock50","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdb6993f-3314-4a50-a874-30cb1939978a","name":"Music Copyright: Understanding UK Copyright Law When Working with Music","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/music-copyright-and-me","topics":"copyright;music;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90ff9e0c-07fa-476e-9931-b3cba74d13b1","name":"Piano Preludes: Bach, Chopin, and Debussy","description":"By Juilliard via edX","image":null,"links":"course|https://courses.edx.org/courses/course-v1:JuilliardX+Jx002x+3T2017/course/","topics":"piano","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31e8b4c2-718b-4be6-b46c-c2db8662e352","name":"Discovering the Instruments of the Orchestra","description":"By Juilliard via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-discovering-the-instruments-of-the-orchestra-8978","topics":"music;orchestra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f1b2ffa-3f11-4de8-8749-5e0aad9852ff","name":"Perform at Your Best: Foundations of Performance Psychology","description":"By Juilliard via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-perform-at-your-best-foundations-of-performance-psychology-8979","topics":"psychology;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbb03c7a-b48c-4826-8da0-3ce6b88b47c6","name":"How to Listen to Great Music for Orchestra","description":"By Juilliard via edX","image":null,"links":"course|https://courses.edx.org/courses/course-v1:JuilliardX+JX006x+3T2017/course/","topics":"orchestra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d4c6de3-3a65-4b84-b5a2-5277180959bf","name":"Music Theory 101","description":"By Juilliard via edX","image":null,"links":"course|https://courses.edx.org/courses/course-v1:JuilliardX+JX001x+3T2017/course/","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24c319c6-1985-462e-a427-f804a5612f07","name":"Sharpen Your Piano Artistry","description":"By Juilliard via edX","image":null,"links":"course|https://courses.edx.org/courses/course-v1:JuilliardX+JX005x+3T2017/course/","topics":"piano","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6458cc85-0249-4384-ab0d-3d425312128f","name":"UX (User Experience) Capstone","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ux-user-experience-capstone-7308","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d9d8f04-070b-40b4-a8e8-893107bfd65f","name":"Stereoscopy: An Introduction to Victorian Stereo Photography","description":"By University of Edinburgh via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-stereoscopy-an-introduction-to-victorian-stereo-photography-6502","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80ad36e5-2e7c-46e9-8852-0f3206d833ca","name":"Behind the Scenes at the 21st Century Museum","description":"By University of Leicester via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-behind-the-scenes-at-the-21st-century-museum-3371","topics":"museums","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af4e7f00-8c18-4ce2-a32d-4a1ac0c4aec9","name":"SAP Leonardo Design-Led Engagements Demystified","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/dleo1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7afc4ab6-e10a-4d47-a89f-d69657e102ab","name":"Topology | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/topology","topics":"topology;category-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3cc3959-7915-46c3-ac45-d551332e33fe","name":"Introduction to Indian Art - An appreciation","description":"By Visva-Bharati University via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-indian-art-an-appreciation-6708","topics":"art;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c977eba-8a6e-45bc-a3d8-4432eba1f2f0","name":"Introduction to Human Computer Interaction","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_cs23/preview","topics":"human-computer-interaction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9c7934b-7b49-4f8b-af54-463f69057662","name":"Exponential growth and epidemics","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=Kas0tIxDvrg&feature=youtu.be","topics":"coronavirus;epidemics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"33886e0b-12c7-4e0f-b095-71b8906629e3","name":"FireSigns | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/firesigns","topics":"graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb449abe-d1cc-40d4-a81a-3bf6cf098508","name":"Made In America: Exploring the Hollywood Western","description":"By University College of the North via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ucn/courses/the-hollywood-western","topics":"hollywood;film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91c3da88-0999-466b-9613-e9ff7197ab53","name":"Music & Society","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/importance-power-music-our-society","topics":"music;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"569a2b9e-801f-497c-8aef-f755dac8f616","name":"Cantonese Opera: from Backstage to the Stage","description":"By The Hong Kong Academy for Performing Arts via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-cantonese-opera-from-backstage-to-the-stage-8705","topics":"music-genre/opera","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a11cffc7-ff8c-4f82-aa02-82a53221d55b","name":"TCM Presents: MAD ABOUT MUSICALS!","description":"By Ball State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-tcm-presents-mad-about-musicals-10808","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54770bac-e729-4989-8406-c02266b23e75","name":"Explore Animation","description":"By National Film and Television School via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-explore-animation-4849","topics":"animation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb42bf5f-dd62-4f33-8665-922cfcc0c705","name":"Short Film in Language Teaching","description":"By The British Film Institute via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-short-film-in-language-teaching-8612","topics":"film-making;language;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fd7b3d8-2db4-463f-b24d-0f8b614fcd55","name":"UX Research Surveys","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567901147_ac0f34f95ba86de71aeb3a291ca7e144","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2683e847-d60c-4a18-8522-232c600bd2de","name":"Islamic Calligraphy: an Introduction to the Art of Handwriting","description":"By University of Malaya via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-islamic-calligraphy-an-introduction-to-the-art-of-handwriting-8714","topics":"calligraphy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6912f475-fce6-4842-a475-406f33ff92d4","name":"Introduction to User Experience","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/school/michiganx?source=aw&awc=6798_1567901154_321a709e6e63d93ea0653e6847b95099","topics":"user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a1af256-48f7-46a5-b394-9345f7503b14","name":"Survey of Music Technology","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-survey-of-music-technology-605","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"297aae1d-cf6d-4fcf-9d32-7113001663cd","name":"Place-Based Storytelling","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-place-based-storytelling-12299","topics":"story-telling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa8962e9-4f2f-4363-bfce-bea9e7fe8820","name":"Songwriting: Creative Lyric Writing Approaches","description":"By Academy of Music and Sound via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/academy-music-sound/courses/songwriting-creative-lyrics","topics":"songwriting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b9d0cb3-91b1-458f-b795-e6fa5e648803","name":"Hispanic Film and Culture","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/hispanic-culture-film","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f3c5893-47c2-42cd-93e5-9a1ab9048ffa","name":"The Art of Photography","description":"By via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/the-art-of-photography","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8179656-3357-4d09-ac81-a428d74333b6","name":"World Music","description":"By via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-world-music-1477","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4bca7e65-9743-46d0-ad5e-4d24e56d46ee","name":"Latin American Music: Translating Cultural Sensibilities","description":"By Massey University via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-latin-american-music-translating-cultural-sensibilities-8799","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94f8e341-3bbd-46a0-86a1-b4c0bcbbe64a","name":"Introducing Metadesign","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.pok.polimi.it/courses/course-v1:Polimi+METADESIGN101+2019_M1/about","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a58aafe-8ff7-464d-beaf-1097d0255d0f","name":"Everything about Orchids","description":"By via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-everything-about-orchids-10344","topics":"orchids;botany","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd11a9d3-cdd2-4dc2-9e02-2c1ab574f9bf","name":"Organizing for Innovation","description":"By HEC Paris via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-organizing-for-innovation-9624","topics":"entrepreneurship;organization-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60e2b0d4-ca9c-46d5-9a41-f46c42201ad9","name":"MOOC Creative Box 2019 (Jan2019)","description":"By ESSCA via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-mooc-creative-box-2019-jan2019-6279","topics":"creativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"657e00f8-9467-4236-b6b3-010b05a61195","name":"Idea management","description":"By Karlstad University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-idea-management-12573","topics":"innovation;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d2d7cf3-6b7c-421b-afa6-ed475a39e0cd","name":"Introduction to History of Architecture in India","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-history-of-architecture-in-india-12888","topics":"architecture;history;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eef83b1a-f429-4299-9bbc-44fae931c6d1","name":"Visual Communication Design for Digital Media","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ar09/","topics":"communication;media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d0f6f63-e5a2-4069-b729-e99520dae8c7","name":"Product design and development","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_me21/","topics":"product-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1f7894c-cf4d-45db-b6cc-e40a3a2ad10b","name":"Explore Filmmaking: from Script to Screen","description":"By National Film and Television School via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/explore-filmmaking","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3042343a-2d42-401b-8ec5-3ef7d3b3e5ee","name":"Architectural Conservation and Historic Preservation","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-architectural-conservation-and-historic-preservation-9903","topics":"architectural-conservation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"786009a0-2bf1-461c-be16-635b37f390c2","name":"Elements of Visual Representation","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-elements-of-visual-representation-4438","topics":"visual-arts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3aa24c09-fc2a-46a7-a01d-de083d0a1ef8","name":"User Interface Design","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-user-interface-design-12889","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d57d619-f5c3-4b22-87e8-a26d4d76d9f8","name":"Appreciating Carnatic Music","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_hs27/","topics":"music-genre/carnatic-classical","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e61eebd0-91e0-41b7-8cbd-e2137c91c06d","name":"Multimodal Interaction","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cs34/","topics":"communication;humans;computers;interaction-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ecf798a-799f-4924-b9dc-d13fb83cfda6","name":"Introduction to Modern Indian Drama","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_hs07/","topics":"drama;theatre;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"002f4009-a617-41c4-b112-e174fd09c883","name":"Visual Journalism: Looking at the other in the age of selfie","description":"By Knight Center for Journalism in the Americas via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-visual-journalism-looking-at-the-other-in-the-age-of-selfie-13403","topics":"journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3105b1f-c5c7-48b2-9d2f-7ce4da5279ac","name":"Biomimicry: A Sustainable Design Methodology","description":"By Minneapolis College of Art and Design via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-biomimicry-a-sustainable-design-methodology-3259","topics":"design;biomimicry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15e916c8-55fe-4d10-a44d-4e234edc0fa8","name":"The Art of Washi Paper in Japanese Rare Books","description":"By Keio University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-art-of-washi-paper-in-japanese-rare-books-10622","topics":"paper;nations/japan;books;art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b912e8b5-ac1b-4c13-b468-0135e22c975d","name":"Philosophy of Technology and Design: Shaping the Relations Between Humans and Technologies","description":"By University of Twente via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/philosophy-of-technology","topics":"human-computer-interaction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b328db5-345c-4e7b-a3d1-ed908dee1243","name":"Learn Jazz Piano: III. Solo Piano and Advanced Topics","description":"By Goldsmiths University of London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-learn-jazz-piano-iii-solo-piano-and-advanced-topics-11727","topics":"piano;music-genre/jazz","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15a22ea5-7078-44c2-a1ff-6cb46460335c","name":"Music Psychology: Why Does \\"Bohemian Rhapsody\\" Feel so Good?","description":"By via ","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-music-psychology-why-does-bohemian-rhapsody-feel-so-good-11847","topics":"psychology;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9a8e6af-d828-4ff7-8578-d96a353ff1d9","name":"Exploring Japanese Avant-garde Art Through Butoh Dance","description":"By Keio University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-exploring-japanese-avant-garde-art-through-butoh-dance-11446","topics":"nations/japan;dance;art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"714ff141-7efd-4d9d-98c9-15e0eac3b0b8","name":"Learn Jazz Piano: IV. Final Topics & Two Programmed Concerts","description":"By Goldsmiths University of London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/jazz-piano-4","topics":"piano;music-genre/jazz","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82091855-9377-443f-8c65-9dab0c5af022","name":"\\"Tailwind CSS: From Zero to Production\\" on YouTube – Tailwind CSS","description":null,"image":null,"links":"course|https://blog.tailwindcss.com/tailwindcss-from-zero-to-production","topics":"software-tools/tailwindcss","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aadd0664-219c-467e-b657-7185245dc9bc","name":"A History of Royal Fashion","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/royal-fashion","topics":"fashion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93cb3127-a725-4d9a-98e3-cab70dd084f6","name":"The Power of Podcasting for Storytelling","description":"By University of Wollongong via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/podcasting","topics":"podcasting;story-telling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7234b33b-472a-4f04-a74b-5cf04b6b934e","name":"Pictures of Youth: An Introduction to Children’s Visual Culture","description":"By University of York via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-pictures-of-youth-an-introduction-to-children-s-visual-culture-11175","topics":"visual-arts;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5eecc713-fd97-429f-b4f1-f68e93111800","name":"Getting Started with Agile and Design Thinking","description":"By University of Virginia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/agile-meets-design-thinking","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eab7da95-34f0-475b-8304-345afaed3c37","name":"Film Distribution: Connecting Films with Audiences","description":"By Film Distributors' Association via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-film-distribution-connecting-films-with-audiences-10566","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d098012-8be3-455b-a662-41ea84694354","name":"Girl Centered Design","description":"By Philanthropy University via Independent","image":null,"links":"course|https://courses.philanthropyu.org/courses/course-v1:MercyCorps+GirlDesign_101+1_1.0_20180402_20180506/about","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30438f3b-d2d0-4764-a664-6c1986c6c3b3","name":"Creative Problem Solving: Design Thinking in Health and Social Care","description":"By St George's, University of London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/design-thinking-in-health-and-social-care","topics":"design;healthcare;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"536e4961-e127-438d-a825-fba8a28c6576","name":"An Introduction to Screenwriting","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/screenwriting","topics":"screenwriting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"863f9f64-05e1-4253-98b4-5ef801769ad8","name":"Elements of Ethics for Physical Scientists | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/elements-ethics-physical-scientists","topics":"ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca9072a4-35f9-464b-a0d0-0bea651a584a","name":"Python Data Structures","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/python-data","topics":"programming-languages/python;data-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56b3fd65-e81f-4952-a12e-c01adaa67f15","name":"An Introduction to Interactive Programming in Python (Part 1)","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-an-introduction-to-interactive-programming-in-python-part-1-408","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21e7ee79-e833-485d-ad7a-6b6fc58636ca","name":"Using Python to Access Web Data","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/python-network-data","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68c4da4f-d6b8-489a-85fd-676209a638c4","name":"Using Databases with Python","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-using-databases-with-python-4272","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9856f57e-946f-428a-bf46-c8a26d900d01","name":"Introduction to Programming with MATLAB","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/matlab","topics":"programming-languages/matlab","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4428857-e31b-4461-849c-a4a120ffa685","name":"Distributed Algorithms, Second Edition | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/distributed-algorithms-second-edition","topics":"distributed-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed8a9074-1075-452b-848a-21e0a1befb41","name":"Learn to Program: The Fundamentals","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-learn-to-program-the-fundamentals-385","topics":"programming-languages/python;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98c40817-bb56-4b79-a771-767d740421f3","name":"Ruby on Rails: An Introduction","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ruby-on-rails-intro","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a37933d-66ad-4854-84e7-451db5325da3","name":"An Introduction to Interactive Programming in Python (Part 2)","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-an-introduction-to-interactive-programming-in-python-part-2-3196","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d57c77a-0c63-4470-a4d4-9e5c0f89ab89","name":"Introduction to Agent-based Modeling","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.complexityexplorer.org/courses/96-introduction-to-agent-based-modeling","topics":"complex-systems;programming-languages/netlogo","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"084781c7-6d20-49b4-8ab0-d9f38c5a3b05","name":"Introduction to HTML5","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-html5-4307","topics":"programming-languages/html","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b6b7683-5f12-46ad-b1b2-8130e7b04f5a","name":"Functional Program Design in Scala","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-functional-program-design-in-scala-1186","topics":"functional-programming;programming-languages/scala","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"feb4f294-cdef-4d5b-a159-e560ef68e897","name":"Programming Mobile Applications for Android Handheld Systems: Part 1","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/android-programming","topics":"software-tools/android;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7464d4f8-7974-4123-90dc-69e936e55045","name":"Python and Statistics for Financial Analysis","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-python-and-statistics-for-financial-analysis-12648","topics":"programming-languages/python;statistics;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a01d6b6d-417a-4141-8da3-12731c4d3ebd","name":"Computing in Python I: Fundamentals and Procedural Programming","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/computing-in-python-i-fundamentals-and-procedural-programming-3","topics":"programming-languages/python;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8f72245-b5c3-4a7b-8d0b-560668336152","name":"ANIMATIONs","description":"By Banaras Hindu University via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_cs09/preview","topics":"animation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b783830-6873-4489-8342-c63ea6428644","name":"Forms of Life | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/forms-life","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1654594b-78e8-4c06-8652-24b36edd3012","name":"Software Design Methods and Tools","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-software-design-methods-and-tools-9652","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f475bc5-5c4e-4a42-93aa-de71e44f7e86","name":"Responsive Website Basics: Code with HTML, CSS, and JavaScript","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-responsive-website-basics-code-with-html-css-and-javascript-4191","topics":"web-development;programming-languages/html;programming-languages/css;programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d0c9e63-432d-489f-9c14-473e92c161b5","name":"Introduction to VBA/Excel Programming","description":"By Cal Poly Pomona via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-introduction-to-vba-excel-programming-1797","topics":"programming-languages/visual-basic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62ed5e5c-9721-4e6a-9855-c41a141a2f39","name":"Computing in Python IV: Objects & Algorithms","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/computing-in-python-iv-objects-algorithms-3","topics":"programming-languages/python;algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57609d14-7b44-4caf-bea2-5762992b2c4f","name":"Algorithms for Optimization | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/algorithms-optimization","topics":"optimization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a905358-366e-4e62-a65d-9f522a8160ae","name":"Programming Languages, Part A","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.coursera.org/learn/programming-languages","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c30790f-3592-425b-a8f1-e52c94dd8294","name":"Foundations in Music Psychology | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/foundations-music-psychology","topics":"music;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c83fe5b4-ffd6-48b8-8b86-df2bcbccef48","name":"Programming Mobile Applications for Android Handheld Systems: Part 2","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-programming-mobile-applications-for-android-handheld-systems-part-2-3076","topics":"software-tools/android;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd510165-1e59-4682-9f91-edf20a4d6ec1","name":"Object Oriented Programming in Java","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-object-oriented-programming-in-java-4212","topics":"programming-languages/java;object-oriented-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61df1f7f-588b-4bb3-be33-2bc076b15449","name":"Python for Everybody - Exploring Information","description":"By via Independent","image":null,"links":"course|https://www.py4e.com/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7a22e74-6dfb-4c1e-8929-e023ab52b9ae","name":"Agile Development Using Ruby on Rails - The Basics","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/agile-development-using-ruby-on-rails-the-basics","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d057a8c3-da66-4619-a117-4ac574d8f550","name":"Java Programming: Solving Problems with Software","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/java-programming","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a8941a7-7e8c-4a8f-b5ee-a6d1e3a6a011","name":"C++ For C Programmers, Part A","description":"By University of California, Santa Cruz via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-c-for-c-programmers-part-a-671","topics":"programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3108772-8344-43fa-8e15-f61338e9f7c8","name":"Computing in Python II: Control Structures","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-computing-in-python-ii-control-structures-11470","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f726a11e-2635-4e70-a39f-30313fafc5db","name":"Introduction to CSS3","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/introcss","topics":"programming-languages/css","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57f314c2-0a30-4d46-aee0-fb08f7073b7b","name":"HTML, CSS, and Javascript for Web Developers","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/html-css-javascript-for-web-developers","topics":"web-development;programming-languages/html;programming-languages/css;programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e8547ec-4ae3-414a-a19a-b13dde00c3cd","name":"Responsive Web Design","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-responsive-web-design-4200","topics":"web-development;programming-languages/html;programming-languages/css;programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8da63d85-382f-4c6c-9bed-272d3a46c74c","name":"Introduction to Game Development","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/game-development","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3bcbe1c3-4d26-4ace-819c-894a79e89299","name":"Interactivity with JavaScript","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-interactivity-with-javascript-4295","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3af8c5a-5d6f-4560-b990-6c7cbdc900ad","name":"Programming Foundations with JavaScript, HTML and CSS","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-programming-foundations-with-javascript-html-and-css-4256","topics":"web-development;programming-languages/html;programming-languages/css;programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b14afc9b-c143-47a2-9383-813e523b53b5","name":"Using Python for Research","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-using-python-for-research-7204","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32256408-94de-41b5-a31a-eea4d822c025","name":"Learn to Program: Crafting Quality Code","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.coursera.org/learn/program-code","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03a429e8-ef34-41e6-b53a-b745bad3667d","name":"Programming Basics","description":"By Indian Institute of Technology Bombay via edX","image":null,"links":"course|https://www.edx.org/course/programming-basics-2","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"992ab2b9-83a0-4d6f-abcd-9e99180d423d","name":"Story and Narrative Development for Video Games","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.coursera.org/learn/video-game-story","topics":"game-development;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92f613f2-43b7-4cf2-8ca5-eb86ae2df69c","name":"Code Yourself! An Introduction to Programming","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intro-programming","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c4babcd-047f-4f9a-8fef-7cf97b8157d8","name":"Advanced Styling with Responsive Design","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/responsivedesign","topics":"web-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a081e95-1ae3-473a-9079-045406664359","name":"Software Processes and Agile Practices","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.coursera.org/learn/software-processes-and-agile-practices","topics":"software-engineering;project-management;agile","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e1cead3-5f81-40f0-9cb4-fcfa23d8ea20","name":"Creative Programming for Digital Media & Mobile Apps","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/digitalmedia","topics":"creative-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d45ad9a-3c8c-47a6-82a5-82ce5b4163cd","name":"Introduction to Functional Programming","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-functional-programming-2147","topics":"functional-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee38d669-89b9-4ef4-a1c5-d8de71d0f372","name":"Programming Languages","description":"By University of Virginia via Udacity","image":null,"links":"course|https://www.udacity.com/course/programming-languages--cs262","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6536d1f2-c4e3-451d-9ec0-787d3c6c43d5","name":"Introduction to Programming for the Visual Arts with p5.js","description":"By University of California, Los Angeles via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/introduction-to-programming-for-the-visual-arts-with-p5-js/info","topics":"programming;visual-arts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d20700ad-66be-44e7-936b-15eb55988fce","name":"Computing in Python III: Data Structures","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-computing-in-python-iii-data-structures-11471","topics":"programming-languages/python;data-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30eede9f-3cfe-4ead-aafa-d33acda48484","name":"Data Wrangling with MongoDB","description":"By MongoDB University via Udacity","image":null,"links":"course|https://www.udacity.com/course/data-wrangling-with-mongodb--ud032","topics":"software-tools/mongodb;databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85726f92-5afb-4533-bce3-ae05f2773cf6","name":"Responsive Web Design Fundamentals","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/responsive-web-design-fundamentals--ud893","topics":"web-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2adaf57-3343-47d9-8264-19745cdc1df1","name":"Introduction to Bootstrap - A Tutorial","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-bootstrap-a-tutorial-3","topics":"software-tools/bootstrap;programming-languages/css","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a06ded12-7162-48b7-94a6-f81089ca40ea","name":"Make Your Own 2048","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/html5-canvas--ud292","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aace2ba7-1247-4e8b-baed-1877694e8588","name":"Full Stack Foundations","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-full-stack-foundations-3254","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20091a00-a396-4ba4-aec2-369c7cf7026f","name":"HTML5 Coding Essentials and Best Practices","description":"By World Wide Web Consortium (W3C) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-html5-coding-essentials-and-best-practices-3444","topics":"programming-languages/html","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c62e1b8-a3c9-4b2c-b690-9c7082779695","name":"Networking and Security in iOS Applications","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/security","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e150ccb-d60d-4d78-8cce-b59cb394032a","name":"Relational Database Support for Data Warehouses","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/dwrelational","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfc1d336-9116-43a8-8091-0a0a5f1f8972","name":"App Design and Development for iOS","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-app-design-and-development-for-ios-4175","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7107f5b6-e020-4c89-9d21-79dad0f652b7","name":"Software Product Management Capstone","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.coursera.org/learn/software-product-management-capstone","topics":"product-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c500084-0d8d-4008-8e3d-188d518a0ee3","name":"Python Programming: A Concise Introduction","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/python-programming-introduction","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ecffe0d-d3dc-46ad-bf5e-704eb2f1dd1a","name":"Parallel Programming in Java","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-parallel-programming-in-java-8909","topics":"parallel-programming;programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb56115d-07f8-4e27-bee1-7c1611424d41","name":"Concurrent Programming in Java","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/concurrent-programming-in-java","topics":"parallel-programming;programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":null} +{"iid":"f64dbf37-0da5-4a5c-a3e3-7d50e84eb1fe","name":"3D Models for Virtual Reality","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/3d-models-virtual-reality","topics":"3d-modeling;virtual-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff0ef95a-322d-43ab-843a-9fd3c2aca502","name":"Building Interactive 3D Characters and Social VR","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/interactive-3d-characters-social-virtual-reality","topics":"3d-modeling;virtual-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bb8eb6a-dde2-48bb-84c7-cf6a8e7f959a","name":"Building Web Applications in PHP","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-building-web-applications-in-php-9566","topics":"programming-languages/php","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f363cb63-3f02-46a8-ab46-5f9423f49109","name":"JavaScript, jQuery, and JSON","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/javascript-jquery-json","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f12f224-b435-4320-b066-e54a32bd895b","name":"Software Design as an Element of the Software Development Lifecycle","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-software-design-as-an-element-of-the-software-development-lifecycle-9653","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"805ea299-de49-4de0-aab3-80a422b17772","name":"Data Structures and Design Patterns for Game Developers","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-structures-and-design-patterns-for-game-developers-10139","topics":"data-structures;design-patterns;game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"793953e1-a5bf-4dc6-b7dc-eef119081357","name":"Getting Started with Go","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/golang-getting-started","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef21065d-7fbc-42f7-89e3-ed4bffe129d0","name":"Core Interaction Programming","description":"By Unity via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-core-interaction-programming-11854","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02e2dd62-fed8-4fac-b21b-752092865549","name":"Relational database systems","description":"By Universidad Nacional Autónoma de México via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-relational-database-systems-12430","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08cf3b27-30c6-46d9-baea-4e51a599cf1b","name":"Character Setup and Animation","description":"By Unity via Coursera","image":null,"links":"course|https://www.coursera.org/learn/character-setup-animation","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e376e9f-6fd4-4631-a0d7-458cf11daee9","name":"Single Page Web Applications with AngularJS","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/single-page-web-apps-with-angularjs","topics":"software-tools/angularjs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b205069f-cf8e-48e9-a681-5ff8b96015f2","name":"Client Needs and Software Requirements","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-client-needs-and-software-requirements-4302","topics":"software-engineering;software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52440719-b7c7-46ce-9552-60c9af4f3024","name":"Making Your First Virtual Reality Game","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/making-virtual-reality-game","topics":"virtual-reality;game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88f5ab0e-5665-4e60-95e3-113697cc4c57","name":"NoSQL systems","description":"By Universidad Nacional Autónoma de México via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-nosql-systems-12414","topics":"databases;software-tools/nosql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"593c0215-30c9-44be-a8c4-7c35b09711e7","name":"Analyzing Big Data with SQL","description":"By Cloudera via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-analyzing-big-data-with-sql-13791","topics":"big-data;programming-languages/sql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56fe6d1d-533c-4e4b-bc76-75227a988dce","name":"Introduction to C# Programming and Unity","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-c-programming-and-unity-10136","topics":"programming-languages/csharp;software-tools/unity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ba55744-3501-438e-82fd-8c65677f8c79","name":"Intermediate Object-Oriented Programming for Unity Games","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intermediate-object-oriented-programming-unity-games","topics":"object-oriented-programming;software-tools/unity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d77ef4e9-4346-4d68-86cf-0f1d9d2e4ea2","name":"C# Programming for Unity Game Development Capstone Project","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/programming-unity-game-development-project","topics":"programming-languages/csharp;software-tools/unity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0559ca75-93c0-4ce2-8708-5d64ff2510ab","name":"Excel/VBA for Creative Problem Solving, Part 2","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-excel-vba-for-creative-problem-solving-part-2-9943","topics":"programming-languages/visual-basic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc94264d-3b22-4319-9cbd-f18cd60e441c","name":"Concurrency in Go","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/golang-concurrency","topics":"parallel-programming;programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35518eb9-f8f0-4424-96ce-931c6de4b7f8","name":"Functions, Methods, and Interfaces in Go","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/golang-functions-methods","topics":"programming-languages/go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b15e5df-754c-4f8e-9360-388dc2a99610","name":"Practical SAS Programming and Certification Review","description":"By SAS via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-practical-sas-programming-and-certification-review-12859","topics":"software-tools/sas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1299768-3bec-4095-80f1-857966c4fd03","name":"Character Design for Video Games","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-character-design-for-video-games-4211","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7bd20d9c-3b8b-411e-a38a-e27b39c35d98","name":"Ruby on Rails Web Services and Integration with MongoDB","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ruby-on-rails-web-services-mongodb","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de990cad-ba78-4841-acbd-1dfad1ca835b","name":"Java Programming: Principles of Software Design","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-java-programming-principles-of-software-design-4323","topics":"programming-languages/software","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f31e0fb-baf7-4b9f-9d32-7a53902be8c1","name":"Foundations of Objective-C App Development","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/objective-c","topics":"programming-languages/objective-c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08119af8-d2c5-400f-86b6-61081798ca37","name":"How To Create a Website in a Weekend! (Project-Centered Course)","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.coursera.org/learn/how-to-create-a-website","topics":"web-development;programming-languages/html;programming-languages/css;programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af36a15c-61cb-47d0-8b99-c094da65c5cb","name":"Distributed Programming in Java","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/distributed-programming-in-java","topics":"programming-languages/java;distributed-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36d828cb-9377-42ba-ad3a-f96abb8b7873","name":"Lean Software Development","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/lean-software-development","topics":"software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ead4c31-8459-4014-af40-a2ec7e958244","name":"Introduction to MongoDB","description":"By MongoDB University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/introduction-mongodb","topics":"software-tools/mongodb;databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"529f7acd-9ad7-4a4b-ae12-aa4fd62a9bb8","name":"Software Design as an Abstraction","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-software-design-as-an-abstraction-9654","topics":"software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b65b0e6-cb0b-4171-8a86-ac7c30f06f02","name":"Building Database Applications in PHP","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-building-database-applications-in-php-9570","topics":"programming-languages/php","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b4c616b-0cb5-48fb-8a74-30fbf84afa45","name":"Pointers, Arrays, and Recursion","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-pointers-arrays-and-recursion-10326","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d54e08b0-de24-4d53-8c1a-503b62efb3ba","name":"3D Interactions and Navigation","description":"By Unity via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-3d-interactions-and-navigation-11855","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11c0c949-faa4-4328-b913-e9a55030ec33","name":"Fitting Statistical Models to Data with Python","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fitting-statistical-models-to-data-with-python-12633","topics":"data-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6111334e-5ac9-462b-8e8b-a5916d24e380","name":"NPC Programming","description":"By Unity via Coursera","image":null,"links":"course|https://www.coursera.org/learn/npc-programming","topics":"game-development;software-tools/unity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0225e381-085b-4289-af50-474184768290","name":"Distributed Database Systems","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/distributed-database","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"701b3d6d-e850-4ce3-9dcc-9a279be3364f","name":"Getting Started with SAS Programming","description":"By SAS via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-getting-started-with-sas-programming-12319","topics":"software-tools/sas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c7b59d5-be15-43cb-adb0-2759438bddf7","name":"Agile Planning for Software Products","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-agile-planning-for-software-products-4235","topics":"software-engineering;software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cd1dbcc-2fe4-42dd-9a52-7b20acc00631","name":"Toward the Future of iOS Development with Swift","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-toward-the-future-of-ios-development-with-swift-4327","topics":"software-tools/ios;programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7df8faec-353b-4f75-805a-36a8f3a0d894","name":"Web Application Development with JavaScript and MongoDB","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/web-application-development","topics":"software-tools/mongodb;programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2d2c562-f45e-41fa-a149-bcfa77593252","name":"Game Development for Modern Platforms","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-game-development-for-modern-platforms-4315","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62861824-b420-4cd4-95f3-8cf929216221","name":"Engineering Maintainable Android Apps","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/engineeringandroidapps","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c724a77-4a74-480f-b57f-67f9dc84ba26","name":"Build Your First Android App (Project-Centered Course)","description":"By École Centrale Paris via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-build-your-first-android-app-project-centered-course-5719","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2313443-6c14-4fed-ae3c-262546034f35","name":"Develop and Deploy Windows Applications on Google Cloud Platform","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/develop-windows-apps-gcp","topics":"google-cloud;software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf443030-bd59-41f6-90db-c5f78a7f7f3a","name":"More C# Programming and Unity","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-more-c-programming-and-unity-10135","topics":"programming-languages/csharp;software-tools/unity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0a2e29e-fd8a-4df9-9934-5da3a9584859","name":"Application Systems Programming","description":"By Unity via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-application-systems-programming-11853","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f5e6fa5-2922-443f-89d4-682ae18456e1","name":"Python Classes and Inheritance","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-python-classes-and-inheritance-12552","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cd098c9-1424-4c6d-bacc-fef39aeae717","name":"Foundations for Big Data Analysis with SQL","description":"By Cloudera via Coursera","image":null,"links":"course|https://www.coursera.org/learn/foundations-big-data-analysis-sql","topics":"big-data;programming-languages/sql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae342cd8-ea87-4a90-9967-a1a21e77e208","name":"Games, Sensors and Media","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-games-sensors-and-media-4280","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2bc4b19-132d-494e-9d8c-abffff4c8f05","name":"Rails with Active Record and Action Pack","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-rails-with-active-record-and-action-pack-4197","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7f4eade-0b5f-45d7-ae92-04298c070296","name":"Best Practices for iOS User Interface Design","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ui","topics":"software-tools/ios;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f514efc-b015-4391-96b7-0c3894819708","name":"Mastering the Software Engineering Interview","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cs-tech-interview","topics":"software-engineering;interviews;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e032911e-88da-4fbd-8419-b2bccf1cacc1","name":"Reviews & Metrics for Software Improvements","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-reviews-metrics-for-software-improvements-4318","topics":"software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0855adee-f9da-4b68-a81a-fa1068531721","name":"Managing an Agile Team","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/uva-darden-agile-team-management","topics":"software-engineering;software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce05a74b-c54b-4f28-8abc-b98602abd148","name":"Parallel programming","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-parallel-programming-5960","topics":"parallel-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0191cbd0-6bba-4795-9643-ca2072044409","name":"Introduction to Virtual Reality","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/introduction-virtual-reality","topics":"virtual-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"047ee137-3c60-47e1-a1bb-51f14f3cce7c","name":"Introduction to Structured Query Language (SQL)","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-structured-query-language-sql-9567","topics":"programming-languages/sql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48f1cd9c-437f-4123-8ebb-0d73bc6e6990","name":"Software Development Processes and Methodologies","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-software-development-processes-and-methodologies-9514","topics":"software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"912c71cb-6358-4f9c-93b0-98eca002bc77","name":"3D Interaction Design in Virtual Reality","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/3d-interaction-design-virtual-reality","topics":"game-development;virtual-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5793e612-20a4-4a9c-b588-52921999d1cf","name":"Software Design Threats and Mitigations","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/software-design-threats-mitigations","topics":"software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fea75466-7dae-4e4a-b5b4-fa0634b57969","name":"VR and 360 Video Production","description":"By Google Daydream Impact via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-vr-and-360-video-production-9814","topics":"virtual-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a2a2db1-27b9-426c-b474-9880af3aef3c","name":"Agile Software Development","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/agile-software-development","topics":"software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2171b2a8-4994-4f5e-93d5-47f75b34183d","name":"API Design and Fundamentals of Google Cloud's Apigee API Platform","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/api-design-apigee-gcp","topics":"google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2cbaa48c-1f6e-43a9-b6dd-674118128203","name":"API Development on Google Cloud's Apigee API Platform","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-api-development-on-google-cloud-s-apigee-api-platform-10486","topics":"google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"748e7e85-df76-492a-8a57-9963941ecf9d","name":"Rapid Gameplay Prototyping","description":"By Unity via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-rapid-gameplay-prototyping-11243","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dab61ab-b39c-4ca9-9a72-bc85c24e2424","name":"Programming for Level Design","description":"By Unity via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-programming-for-level-design-11244","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"509d6dbf-f580-4da0-b8fc-6d30f22143b6","name":"Core Database Concepts","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/core-database","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bb3ac32-de95-4b4d-89dd-e1fa236f0ad8","name":"Introduction to Augmented Reality and ARCore","description":"By Google Daydream Impact via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-augmented-reality-and-arcore-11596","topics":"augmented-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b16f1f4-c46d-4f84-9e17-46c243338aff","name":"Competitive Programmer's Core Skills","description":"By Saint Petersburg State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/competitive-programming-core-skills","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f489b8d8-747d-4f65-8eb2-b399b4df6f10","name":"Agile with Atlassian Jira","description":"By Atlassian via Coursera","image":null,"links":"course|https://www.coursera.org/learn/agile-atlassian-jira","topics":"software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0df5c070-b56d-469d-ae29-1079985cde21","name":"Introduction to XR: VR, AR, and MR Foundations","description":"By Unity via Coursera","image":null,"links":"course|https://www.coursera.org/learn/xr-introduction","topics":"virtual-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"404fea8a-00f6-40b4-bec8-afdfa461d47e","name":"AR (Augmented Reality) & Video Streaming Services Emerging Technologies","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ar-augmented-reality-video-streaming-services-emerging-technologies-11983","topics":"augmented-reality;video-streaming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"189b0ee2-9ede-408e-ab8a-3182aea040ce","name":"Web of Data","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-web-of-data-13103","topics":"big-data;semantic-web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8efa8c77-6cf4-4658-8638-f261a71abcd0","name":"Building Scalable Java Microservices with Spring Boot and Spring Cloud","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/google-cloud-java-spring","topics":"programming-languages/java;microservices","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06af1b0f-3115-4e48-b4f6-fae7abbee1ea","name":"M042: New Features and Tools in MongoDB 4.2","description":"By via MongoDB University","image":null,"links":"course|https://university.mongodb.com/courses/M042/about","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25ab3bd4-5e75-4fa6-b925-46ffb3dba2f2","name":"iOS App Development Basics","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ios-app-development-basics","topics":"software-tools/ios;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd6a5fb6-564b-4b17-b893-99e675d95aeb","name":"Database Management Essentials","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-database-management-essentials-4337","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38f60e40-9b38-4fad-a031-c1ea00502b30","name":"Android App Components - Intents, Activities, and Broadcast Receivers","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/androidapps","topics":"software-tools/android;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b782fd83-6f66-4511-b0a9-f9dfa7ce1496","name":"Capstone MOOC for \\"Android App Development\\"","description":"By via ","image":null,"links":"course|https://www.classcentral.com/course/coursera-capstone-mooc-for-android-app-development-5590","topics":"software-tools/android;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"202623f3-421f-4148-ab44-332845027617","name":"Running Product Design Sprints","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-running-product-design-sprints-5592","topics":"design;software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eda40489-bc5a-4b07-bf1f-3b48757efc8a","name":"Functional Programming in Scala Capstone","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/scala-capstone","topics":"functional-programming;programming-languages/scala","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f24c7aba-5b2a-4edf-bf5a-be1169b09cf4","name":"The Psychology of Learning | The MIT Press","description":null,"image":null,"links":"book|https://mitpress.mit.edu/books/psychology-learning","topics":"learning;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"209466a6-187f-4504-b0a2-b09d339c829a","name":"Book: Because Internet – Gretchen McCulloch","description":null,"image":null,"links":"book|https://gretchenmcculloch.com/book/","topics":"linguistics;language","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"fb55725f-bed9-4071-bbf9-d6634a5b0b6d","name":"Design Patterns","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-design-patterns-9215","topics":"design-patterns","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13d96bd8-f628-482e-8dae-732b058e13f8","name":"Handheld AR App Development with Unity","description":"By Unity via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-handheld-ar-app-development-with-unity-12193","topics":"augmented-reality;software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83743dd2-6324-4e63-858b-0568d7551a79","name":"Current Gen 3D Game Prop Production","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/3d-game-prop-production","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a773336-ceb1-4c8c-9a06-2541de80c0b0","name":"MongoDB Aggregation Framework","description":"By MongoDB University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mongodb-aggregation-framework","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b910f785-100f-41e2-88ee-54d377c487e3","name":"NoSQL Database Systems","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/nosql-database-systems","topics":"software-tools/nosql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e69fa6f-bfd5-4ac7-acf1-8359ddf6054d","name":"Designing data-intensive applications","description":"By Universidad Nacional Autónoma de México via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-designing-data-intensive-applications-12425","topics":"data-science;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1fd02a13-4ab4-419b-ad38-e8afe4fe4b05","name":"Lighting, Reflection, and Post Processing Effects","description":"By Unity via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-lighting-reflection-and-post-processing-effects-12382","topics":"software-tools/unity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3a517d1-6dcc-408a-96d8-c69684e5a59a","name":"Linux Tools for Developers","description":"By Linux Foundation via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-linux-tools-for-developers-12596","topics":"software-tools/linux;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff817617-39e4-415c-b08c-1389d719c25e","name":"Data Analysis and Representation, Selection and Iteration","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-analysis-representation-selection-iteration","topics":"big-data;programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0936f19d-6346-49bf-bffc-1ddfcf066cf7","name":"Responsive Website Tutorial and Examples","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/responsive-website-examples","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b9c5d4c-c6da-43f5-aa8f-47fae8bfe1da","name":"Introduction to Web Development","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-web-development-7027","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5aa65fbb-0e81-4290-8179-38591ab90289","name":"Asset Creation and Management","description":"By Unity via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-asset-creation-and-management-12383","topics":"software-tools/unity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63cf0bab-d8f5-4140-88fc-7113ea3a00a5","name":"Low Poly Art For Video Games","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-low-poly-art-for-video-games-13813","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2525e9af-cc9c-40b7-ae9c-d4d8e131cdce","name":"Software Architecture","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-software-architecture-9217","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"204eb621-924f-45fc-aaf5-162abcfb915c","name":"Writing, Running, and Fixing Code in C","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/writing-running-fixing-code","topics":"programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33490076-981f-4ddf-933c-ce13409929cd","name":"Software Requirements Prioritization: Risk Analysis","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/software-requirements-prioritization","topics":"software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"addb1454-ed9f-43b9-9049-805b269e2451","name":"Requirements Elicitation: Artifact and Stakeholder Analysis","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/requirements-elicitation","topics":"software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7df91a81-3728-4849-9375-1fc8e5cb1ef6","name":"Web Design: Strategy and Information Architecture","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-web-design-strategy-and-information-architecture-12097","topics":"web-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"276c2269-359a-49fa-9715-8eb7c2351b83","name":"Building Cloud Services with the Java Spring Framework","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-building-cloud-services-with-the-java-spring-framework-13273","topics":"programming-languages/java;cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc651443-fa48-4c76-b6dc-016de527a539","name":"Computers, Waves, Simulations: A Practical Introduction to Numerical Methods using Python","description":"By Ludwig-Maximilians-Universität München via Coursera","image":null,"links":"course|https://www.coursera.org/learn/computers-waves-simulations","topics":"programming-languages/python;numerical-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14223b01-7f65-45d8-9638-55b15436bef9","name":"Introduction to Meteor.js Development","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-meteor-js-development-4328","topics":"software-tools/meteorjs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72ad0d90-6831-4d54-8bea-e4fb4985b1d0","name":"Introduction To Swift Programming","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.coursera.org/learn/swift-programming","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba448b16-7d76-4adc-afa6-5c88522c992d","name":"Cloud Computing Project","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cloud-computing-project","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff65f812-9078-4388-a012-163dd6c939c9","name":"Multiplatform Mobile App Development with NativeScript","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/nativescript","topics":"mobile-app-development;programming-languages/nativescript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c78a8b4-8040-4042-8830-2165b8302e18","name":"Language in the Trump Era","description":null,"image":null,"links":"book|https://www.cambridge.org/core/books/language-in-the-trump-era/DD75FE0F40DE2156DFAEC7E36F6F82CE","topics":"linguistics;politics","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"7eff9b44-2c60-42e1-824f-ec05ba59e23a","name":"Programming Fundamentals","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/programming-fundamentals","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bef97dd-4c17-48d8-96e8-31e3ede58cbe","name":"SRS Documents: Requirements and Diagrammatic Notations","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/srs-documents-requirements","topics":"software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb41db89-a6db-47e6-b046-d96fc7648e9a","name":"App Deployment, Debugging, and Performance","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/app-deployment-debugging-performance","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21cddf18-778d-4363-828a-3795748744c6","name":"Using Git for Distributed Development","description":"By Linux Foundation via Coursera","image":null,"links":"course|https://www.coursera.org/learn/git-distributed-development","topics":"software-tools/git;version-control","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5c3dd49-687d-4bcf-8643-7dd631b4e867","name":"Unity Services Implementation","description":"By Unity via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-unity-services-implementation-11245","topics":"software-tools/unity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fac40e3-dcec-4ff4-8db1-bbe717816a73","name":"World Design for Video Games","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.coursera.org/learn/video-game-world","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7d84360-a0fd-4adc-bb2b-b1bf3cf17420","name":"C++ For C Programmers, Part B","description":"By University of California, Santa Cruz via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-c-for-c-programmers-part-b-6931","topics":"programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4207fec-d762-4d36-a955-fa9081dda593","name":"Requirements Specifications: Goals and Conflict Analysis","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/requirements-specification-goals","topics":"software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39e7cd5a-57c5-458a-90ff-aae6061d603b","name":"Game Theory\\n | Open Yale Courses","description":null,"image":null,"links":"course|https://oyc.yale.edu/economics/econ-159","topics":"game-theory;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"37b1cf06-6c54-43ba-910d-f899e2794398","name":"Service-Oriented Architecture","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-service-oriented-architecture-9219","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2263a96-ec45-45c4-b770-62b44154e238","name":"Python Data Representations","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-python-data-representations-9550","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8d4d3a4-ae94-4e03-8ff1-b6e321be266b","name":"Multiplatform Mobile App Development with React Native","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-multiplatform-mobile-app-development-with-react-native-11687","topics":"mobile-app-development;software-tools/react-native","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df1bd5fc-b097-49bd-b83a-c1498c9bdbd3","name":"Performance Optimization in Unity","description":"By Unity via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-performance-optimization-in-unity-11242","topics":"software-tools/unity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8735fb70-1338-46d5-ae33-d8df1be98e8a","name":"Pixel Art for Video Games","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/pixel-art-video-games","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78150536-a770-41bf-9ae9-ef2af6207e83","name":"3D Art and Audio Pipeline","description":"By Unity via Coursera","image":null,"links":"course|https://www.coursera.org/learn/3d-art-and-audio-pipeline","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb27718a-4b40-40f9-8214-5b9e22ee89e9","name":"Creating Cutscenes in Unity","description":"By Unity via Coursera","image":null,"links":"course|https://www.coursera.org/learn/creating-cutscenes-unity","topics":"software-tools/unity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e20afa7e-6976-4193-b77b-7117f80c83c6","name":"Concept Art for Video Games","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-concept-art-for-video-games-13870","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"176f9618-9b26-4f5f-889b-c50e717d629a","name":"Algorithms, Data Collection, and Starting to Code","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-algorithms-data-collection-and-starting-to-code-15137","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b87992a5-d3ea-48fd-9eaa-2751a3eae4cd","name":"Abstraction, Problem Decomposition, and Functions","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/abstraction-problem-decomposition-functions","topics":"programming-languages/c;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8071760-4b16-43bd-92f4-cdc6b3414304","name":"Interactive Computer Graphics","description":"By The University of Tokyo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/interactive-computer-graphics","topics":"computer-graphics;game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"940cb3c1-039d-4342-8e46-f8e9644c4b87","name":"Java Programming: Arrays, Lists, and Structured Data","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-java-programming-arrays-lists-and-structured-data-4362","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25a183d1-c867-4ec7-8c14-1a495e7eef39","name":"Introduction to Neurohacking In R","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-neurohacking-in-r-6420","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e2db5d1-58f8-43d7-b6f6-1b93a26c1197","name":"Object-Oriented Design","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-object-oriented-design-9216","topics":"object-oriented-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce0e3ada-2027-4047-b550-eeb58c0c701b","name":"SQL for Data Science","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sql-for-data-science-9725","topics":"data-science;programming-languages/sql;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86944007-7664-44bd-9a8d-3216d81ed8df","name":"Python Programming Essentials","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-python-programming-essentials-9549","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ac04aa6-dd25-40d1-b1b5-711aef7f3a72","name":"Version Control with Git","description":"By Atlassian via Coursera","image":null,"links":"course|https://www.coursera.org/learn/version-control-with-git","topics":"software-tools/git;version-control","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a710099-f59c-48a3-81e5-37031b1cc842","name":"Requirements Gathering for Secure Software Development","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-requirements-gathering-for-secure-software-development-9809","topics":"software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b765bdfb-83c8-4161-b285-968253b8e8d2","name":"Front-End Web Development with React","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/front-end-react","topics":"web-development;software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d5e568f-e17e-4e66-80cc-9acaa4193e3c","name":"Smart Device & Mobile Emerging Technologies","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-smart-device-mobile-emerging-technologies-11984","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b27654c-301e-4ba4-837e-805fdc5186c5","name":"AWS Fundamentals: Going Cloud-Native","description":"By Amazon Web Services via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-aws-fundamentals-going-cloud-native-12476","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acc7b959-74e9-45d6-80c9-de91c065eb9d","name":"Open Source Software Development Methods","description":"By Linux Foundation via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-open-source-software-development-methods-12599","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f365219-019d-482f-9156-a6cd9950b9bf","name":"Work with augmented reality (AR) and the web","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-work-with-augmented-reality-ar-and-the-web-13599","topics":"augmented-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6ae9c2c-6d13-4c85-bb81-37b9ebf4c883","name":"Build Mobile Applications with SAP Cloud Platform Mobile Services","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-build-mobile-applications-with-sap-cloud-platform-mobile-services-13724","topics":"mobile-app-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26f77f83-0857-486a-b5da-414eec37dd52","name":"The Development of Mobile Health Monitoring Systems","description":"By Saint Petersburg State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-development-of-mobile-health-monitoring-systems-12685","topics":"information-technology;mobile-health-monitoring","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d16b69c0-a2c5-4144-a1d5-dec26a4d43a7","name":"Simulation, Algorithm Analysis, and Pointers","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-simulation-algorithm-analysis-and-pointers-15138","topics":"algorithms;programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6988f363-a3ad-4709-9b33-987aeecfd821","name":"iOS Project: Transreality Game","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/transreality-gaming","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9f24b9c-a2c4-44b0-93ae-7f60a136a83b","name":"Introduction To Haskell Programming","description":"By Chennai Mathematical Institute via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-haskell-programming-10044","topics":"programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d799ba8-340b-4a5c-ae52-63bc021b6e99","name":"Cloud Computing","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-cloud-computing-10027","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02a50dc9-2f4f-4705-a68c-6ec7f8a2fa4c","name":"Kotlin for Java Developers","description":"By JetBrains via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-kotlin-for-java-developers-12184","topics":"programming-languages/kotlin","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df2f4802-c07d-4641-9f70-6627ef1b1751","name":"Introduction to R Software","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-r-software-14162","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c311af65-6fdb-4574-9682-010ce6cd8b2d","name":"Object oriented analysis and design","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs48/preview","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09a28a73-d243-49e0-892a-6d47b4a1df2b","name":"Agile Development in Practice (Project-centered Course)","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/uva-darden-agile-development-capstone","topics":"agile;software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"869f534f-816f-4e9c-a07d-6d417d507aac","name":"Mobile VR App Development with Unity","description":"By Unity via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mobile-vr-app-development-unity","topics":"software-tools/unity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9358edb6-5f4b-439e-b558-3e2192d7b302","name":"Creative Coding","description":"By New York University (NYU) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-creative-coding-13438","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd818404-2ef5-42a2-aff5-cca3e59e042b","name":"Developing Android Apps with App Inventor","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/app-inventor-android","topics":"software-tools/android;software-tools/app-inventor","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5cc93f5-4f6a-4326-88b1-b6dcfbc1a062","name":"Data Wrangling, Analysis and AB Testing with SQL","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-data-wrangling-analysis-and-ab-testing-with-sql-14375","topics":"programming-languages/sql;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e43d0e45-5737-4c90-a6d3-d31b4d08a6ea","name":"Online Games: Literature, New Media, and Narrative","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/interactive-media-gaming","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a50e764f-b4d8-4b4b-824e-e025e2c7543a","name":"Problem Solving, Programming, and Video Games","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-problem-solving-programming-and-video-games-11500","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb3cb598-61e6-4694-8240-1b53aef0a730","name":"Digital Skills: Mobile","description":"By Accenture via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/digital-skills-mobile","topics":"mobile;business;computers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ed0dc8c-c6b7-4eee-8633-f4ecf72e6cc0","name":"Make Your Own App","description":"By Technische Universität München (Technical University of Munich) via edX","image":null,"links":"course|https://www.edx.org/course/make-your-own-app-2","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b031defc-6826-4474-a1bd-3f4a2d4e62ae","name":"VLSI CAD Part I: Logic","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-vlsi-cad-part-i-logic-428","topics":"vlsi;computer-aided-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2974e994-99de-4a23-8c76-a30cbb478cae","name":"Introduction to Java Programming: Starting to code in Java","description":"By Universidad Carlos iii de Madrid via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-java-programming-starting-to-code-in-java","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac0517de-e19f-457f-9bed-00455d93c028","name":"Lernen objekt-orientierter Programmierung","description":"By Technische Universität München (Technical University of Munich) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-lernen-objekt-orientierter-programmierung-8772","topics":"object-oriented-prgramming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c858ccd2-90df-4fa4-9462-258b9de6b8b5","name":"Gameplay Programming for Video Game Designers","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-gameplay-programming-for-video-game-designers-6657","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"349c068f-8945-4b0c-b167-ede87ca5e581","name":"HTML5 and CSS Fundamentals","description":"By World Wide Web Consortium (W3C) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-html5-and-css-fundamentals-5764","topics":"programming-languages/html;programming-languages/css","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c85d069f-94e7-4e15-bfb4-6aa99f944872","name":"Engineering Practices for Building Quality Software","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/engineering-practices-secure-software-quality","topics":"software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40b58007-5549-4427-930d-6e224da1807b","name":"Software Testing","description":"By University of Utah via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-software-testing-365","topics":"software-testing;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f790479-a02f-4281-82fd-8a2db66780c2","name":"Software Debugging","description":"By Saarland University via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-software-debugging-457","topics":"programming;debugging;software-debugging","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4b2601e-880c-4386-8e16-840a8d71d927","name":"UNSW Computing 1 - The Art of Programming","description":"By via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-unsw-computing-1-the-art-of-programming-553","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"958518ed-1022-48cc-b739-44db1d2fdaa9","name":"Animated Engines - Home","description":null,"image":null,"links":"image|http://animatedengines.com/","topics":"engines","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7543097c-cc83-4bb2-89d2-4ef0bb1166dc","name":"How Can I Prepare to Eventually Move into Engineering Management? - Ask the EM - The Pragmatic Engineer","description":null,"image":null,"links":"article|https://blog.pragmaticengineer.com/how-to-to-become-an-engineering-manager/","topics":"engineering-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8445888-aad6-46af-931d-f6e042119949","name":"Interactive 3D Graphics","description":"By Autodesk via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-interactive-3d-graphics-552","topics":"computer-graphics;game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98e6d8f6-eb91-4a5a-888d-a45c34d29b66","name":"Introduction to Mobile Solution Development","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/course/mobile1","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"857a5d71-83e1-4cdf-973c-1d1e0a89cff4","name":"Intro to Point & Click App Development","description":"By Salesforce via Udacity","image":null,"links":"course|https://www.udacity.com/course/intro-to-point-click-app-development--ud162","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"341e9949-a9df-4084-b397-ff8cc63317af","name":"Introduction to Software Development on SAP HANA","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-introduction-to-software-development-on-sap-hana-1347","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b4ffdba-4394-43f1-b2c4-dd2fedc1a7bf","name":"Parallel Programming Concepts","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-parallel-programming-concepts-1701","topics":"parallel-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e37d9e1-5e9c-43a8-bd9b-042cc09d6c3f","name":"Ada: Programming in the Large","description":"By AdaCore University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-ada-programming-in-the-large-2111","topics":"programming-languages/ada","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8dccc77a-6ca1-42c1-bf27-9ab105fddf7b","name":"Ada: Overview","description":"By AdaCore University via Independent","image":null,"links":"course|http://university.adacore.com/courses/overview/","topics":"programming-languages/ada","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02fe1829-0ae7-48bb-bfcc-5d13c55c7571","name":"Ada: Basic Concepts","description":"By AdaCore University via Independent","image":null,"links":"course|http://university.adacore.com/courses/basic-concepts/","topics":"programming-languages/ada","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7317d26-f3ff-4d24-8c5b-307e103852a0","name":"Website Performance Optimization","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/website-performance-optimization--ud884","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6100a493-2e94-42f2-b03e-743532ac8355","name":"UX Design for Mobile Developers","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-ux-design-for-mobile-developers-2212","topics":"user-experience;design;mobile-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a2d4be8-79f5-4a1f-9466-13bbe4c09509","name":"Software Development Process","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-software-development-process-2335","topics":"software-engineering;software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b68eb01-0d8d-4839-b97e-bc364e115300","name":"An Introduction to SAP HANA","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-an-introduction-to-sap-hana-1894","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe03506c-caba-4b15-b7f3-58689260866e","name":"Cambridge GSCE Computing Online","description":"By Cambridge University Press via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-cambridge-gsce-computing-online-2780","topics":"computers;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a08725fd-2c9e-4072-8dd6-d4fb825ebf43","name":"Intro to iOS App Development with Swift","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/intro-to-ios-app-development-with-swift--ud585","topics":"software-tools/ios;programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b9074a7-39ce-40d2-a63a-302c74a78d64","name":"Intro to jQuery","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-intro-to-jquery-2998","topics":"software-tools/jquery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9257a11-862d-492d-b64a-553e27d62d25","name":"Intro to Relational Databases","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-intro-to-relational-databases-3253","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3407a36-9aae-4e55-85e7-47ddd46ad634","name":"ABAP Development for SAP HANA","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-abap-development-for-sap-hana-2360","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"481e78c7-acd0-46a6-8d26-961e75c50a0a","name":"BI Clients and Applications on SAP HANA","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/bifour2","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d9981f7-d099-4ba7-82a4-2d5ccd44cd66","name":"Next Steps in Software Development on SAP HANA","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/hana2","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78aac96e-c842-4d46-a75b-98781af7ba70","name":"Introduction to SAP HANA Cloud Platform","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/hanacloud1-2","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23751208-ac92-4cb3-9272-e3f202bed9fb","name":"JavaScript Testing","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/javascript-testing--ud549","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a8aa823-7d94-4502-83b4-ea289dc7d6db","name":"UIKit Fundamentals","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/uikit-fundamentals--ud788","topics":"software-tools/uikit;software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a7491ee-d294-4b75-b3dd-84b31d4f834e","name":"Language, Proof and Logic","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/Philosophy/LPL-SP/SelfPaced/about","topics":"logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"74847a28-2fe2-4d41-bf99-6dae4ad7f202","name":"Responsive Images","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-responsive-images-3352","topics":"web-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20776416-33bd-4030-af6a-52230801b365","name":"iOS Networking with Swift","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/ios-networking-with-swift--ud421","topics":"software-tools/ios;programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db491b01-7c4b-4b0b-a194-eead0be6abb3","name":"Developing Scalable Apps in Python","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-developing-scalable-apps-in-python-3525","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8546e0ed-b94a-4628-9600-ee3023c14792","name":"iOS Persistence and Core Data","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-ios-persistence-and-core-data-3526","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e2e7045-620c-4cae-bcb5-22362e26e025","name":"How to Make an iOS App","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/how-to-make-an-ios-app--ud607","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9cf9c6bd-a95c-4b46-b370-5c984c90e83f","name":"Browser Rendering Optimization","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-browser-rendering-optimization-3524","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7b4a862-e93f-41c6-baae-b08b94a0ae94","name":"Authentication & Authorization: OAuth","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-authentication-authorization-oauth-3523","topics":"programming;computer-security;oauth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41477081-b80a-4e92-882f-3fc6095df19c","name":"A/B Testing","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/ab-testing--ud257","topics":"product-management;ab-testing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"352c9136-6d92-4d78-9936-ef53870cb562","name":"Android Performance","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-android-performance-3455","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9357e59a-e524-4b25-884a-afe1d5fd6958","name":"Material Design for Android Developers","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/material-design-for-android-developers--ud862","topics":"software-tools/android;material-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f66e8e42-c928-48b6-b48b-ba735495ed94","name":"Gradle for Android and Java","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/gradle-for-android-and-java--ud867","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3efe6b6-1970-4187-92ce-b2c445a588cc","name":"Advanced Android App Development","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/advanced-android-app-development--ud855","topics":"software-tools/android;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f013fefd-d896-4785-9774-4d821492e975","name":"Debugging on SAP","description":"By OnSAP Academy via Independent","image":null,"links":"course|https://academy.onsap.com/courses/onsap/SP225/2015_T1/about","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3bab819-2992-45ea-a550-5322003e0cf7","name":"Add Google Maps to your Android App","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/add-google-maps-to-your-android-app--ud876-4","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cf322c3-71a8-43ce-994c-f033ad1dd74a","name":"Google Location Services on Android","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/google-location-services-on-android--ud876-1","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20300775-aea6-412a-9a63-91c0f68189e2","name":"Google Analytics for Android","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-google-analytics-for-android-3700","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ebb0f77-a5f9-4a98-90a4-7d7481b250d2","name":"Monetize Your Android App with Ads","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-monetize-your-android-app-with-ads-3701","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3d1b2c5-9851-4ad4-9698-1bdc4c53c062","name":"Xcode Debugging","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/xcode-debugging--ud774","topics":"software-tools/xcode","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"294b76e0-05f0-483a-a26c-63ebd0aa1eac","name":"Learn Swift Programming Syntax","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/learn-swift-programming-syntax--ud902","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5deb3bb-49d3-4f26-bbeb-c33ea2498100","name":"Application Development for SAP Business ByDesign","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-application-development-for-sap-business-bydesign-3663","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab1cbd0b-1d91-4aed-a53e-bd9da80beaf0","name":"Next Steps in SAP HANA Cloud Platform","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-next-steps-in-sap-hana-cloud-platform-2056","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"801fc0c1-dde1-4603-a318-ef784918f1e8","name":"Learn Backbone.js","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-learn-backbone-js-4071","topics":"software-tools/backbonejs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3727cc8c-ad13-4bb5-8980-8c536b240246","name":"Android TV and Google Cast Development","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/android-tv-and-google-cast-development--ud875B","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a1f66c7-43ee-4a8f-b952-5005353be234","name":"Android Auto Development","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/android-auto-development--ud875C","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08dedd52-aafc-4424-8869-666b9186b016","name":"Android Wear Development","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-android-wear-development-4107","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f18f4276-edc3-4a64-a46d-aa84ee800b7f","name":"Multi-Language Programming with Ada","description":"By AdaCore University via Independent","image":null,"links":"course|http://university.adacore.com/courses/multi-language-programming-with-ada/","topics":"programming-languages/ada","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37e6ff37-23ee-451b-aef4-fa02bb207dd5","name":"How to create in Android","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/how-to-create-anything-in-android--ud802","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2eb6a57-5f4b-4169-bacd-5eda3388f822","name":"2D Game Development with libGDX","description":"By Amazon via Udacity","image":null,"links":"course|https://www.udacity.com/course/2d-game-development-with-libgdx--ud405","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e124b396-6359-42b1-9a47-4450de225f12","name":"Writing READMEs","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/writing-readmes--ud777","topics":"software-engineering;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6f566cc-d601-4609-8ff9-ccc814d486f4","name":"Designing RESTful APIs","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/designing-restful-apis--ud388","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a2da3e2-9636-4290-afed-4166be573df5","name":"Java程序设计 | Java Programming","description":"By Peking University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-java-java-programming-4904","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b72753f-139d-4e2a-96db-fc10b6e7678e","name":"Building High Conversion Web Forms","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/building-high-conversion-web-forms--ud890","topics":"product-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58b4a15a-2b0d-4cfb-856c-8e468b5d591c","name":"How to Make a Platformer Using libGDX","description":"By Amazon via Udacity","image":null,"links":"course|https://www.udacity.com/course/how-to-make-a-platformer-using-libgdx--ud406","topics":"software-development/libgdx","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57046d8c-70cc-49a2-96ab-af2fa1a07550","name":"Karaoke - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Karaoke","topics":"karaoke","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d98327cc-e1df-4889-b3e0-3338c64b9442","name":"Interactive Unit Circle","description":null,"image":null,"links":"interactive|https://www.mathsisfun.com/algebra/trig-interactive-unit-circle.html","topics":"unit-circle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7519996-5873-4128-bce8-3980b59c3894","name":"JavaScript Design Patterns","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/javascript-design-patterns--ud989","topics":"programming-languages/javascript;design-patterns","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c50560f7-1fa8-43c5-ac22-b03c01e5ccf2","name":"Semantic Web Technologies","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-semantic-web-technologies-615","topics":"semantic-web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e32da608-b871-4b89-91ab-c534ca87d201","name":"Extending SAP Products with SAP HANA Cloud Platform","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/hanacloud3-1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb40414e-d6ae-4ade-b617-419d3b39af12","name":"Developing Mobile Apps with SAP HANA Cloud Platform","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-developing-mobile-apps-with-sap-hana-cloud-platform-4778","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d930ad1e-6539-493b-b3bf-2a5b7c150fc8","name":"Learn to Program Using Python","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-learn-to-program-using-python-3695","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2151b197-338c-4ae5-9e2a-405035654f92","name":"Offline Web Applications","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-offline-web-applications-5679","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de273360-f0f7-4c83-9553-c153c3ff959d","name":"JavaScript Promises","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/javascript-promises--ud898","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7cae555-d61d-493c-8fdf-00bef1ae3484","name":"Mobile Application Experiences Part 1: From a Domain to an App Idea","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/mobile-application-experiences","topics":"mobile-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d69c7a19-ee1b-4298-a437-5cdac9b64e24","name":"Grand Central Dispatch (GCD)","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-grand-central-dispatch-gcd-5802","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07457703-3e11-4fef-bef0-a40660715dd4","name":"Networking for Web Developers","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-networking-for-web-developers-5965","topics":"computer-networking;web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c6295ac-6efc-4296-80b5-e6bd7a7097df","name":"SPARK 2014","description":"By AdaCore University via Independent","image":null,"links":"course|http://university.adacore.com/courses/spark-2014/","topics":"programming-languages/ada","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4aff34fe-4db4-4ae1-be36-7304978c585d","name":"Engagement & Monetization | Mobile Games","description":"By Amazon via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-engagement-monetization-mobile-games-6016","topics":"games;product-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3534c600-6fe8-4d56-8861-3715ec0345db","name":"Interactive Unit Circle – GeoGebra","description":null,"image":null,"links":"interactive|https://www.geogebra.org/m/nv9vex3X","topics":"unit-circle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8c8e696-9ab0-4499-a033-d3020983088c","name":"Front End Frameworks","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/front-end-frameworks--ud894","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b27b4d84-675f-4329-8161-f79ff1e5979f","name":"Duolingo · tips @ duome.eu","description":null,"image":null,"links":"article|https://duome.eu/tips/en","topics":"language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6c7af4e-0edb-458b-9b48-d3cca6ea7bad","name":"Build Your Own SAP Fiori App in the Cloud","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-build-your-own-sap-fiori-app-in-the-cloud-3250","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"891617d3-71d6-4246-a546-ed88e05ee498","name":"Intro to Backend","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/intro-to-backend--ud171","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d378836-791c-49fb-911f-70e17432c1dc","name":"Objective-C for Swift Developers","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/objective-c-for-swift-developers--ud1009","topics":"programming-languages/objective-c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64ca9ba8-52b9-4871-b9f7-626d8712cda3","name":"SAP Business Warehouse powered by SAP HANA","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-sap-business-warehouse-powered-by-sap-hana-2867","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed990ec4-3ef6-4328-94cc-4e3832696b48","name":"Programming in Scratch","description":"By Harvey Mudd College via edX","image":null,"links":"course|https://www.edx.org/course/programming-scratch-harveymuddx-cs002x-1","topics":"programming-languages/scratch","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a946004c-5959-4f30-857b-c9d6fc8038f8","name":"Google Maps APIs","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/google-maps-apis--ud864","topics":"google-maps","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a05e85a4-83ad-41fd-b27d-32ebe7912b62","name":"Concurrency","description":"By AdaCore University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-concurrency-6493","topics":"parallel-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93318d21-bfec-4b2d-8c94-a3848ed520de","name":"The Computing Technology Inside Your Smartphone","description":"By Cornell University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-computing-technology-inside-your-smartphone-2809","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dcd26d21-d5f2-41cb-8dcb-58834d9ee07b","name":"Enterprise Software Lifecycle Management","description":"By National Research Nuclear University MEPhI via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-enterprise-software-lifecycle-management-6304","topics":"software-engineering;project-management;software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"472b8d70-73e9-4325-9498-00f4cb414781","name":"Client-Server Communication","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/client-server-communication--ud897","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fffcab9c-385f-4b0c-9222-f5815330d9cc","name":"Web Accessibility","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/web-accessibility--ud891","topics":"accessibility","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40694346-c0f8-4a07-889a-da25d2fa4045","name":"Android Basics: Multiscreen Apps","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-android-basics-multiscreen-apps-6549","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d60c483-3b5d-4b28-a197-8c2a661d6ada","name":"Intro to Progressive Web Apps","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/intro-to-progressive-web-apps--ud811","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6b57e17-f86e-4a4b-af56-b9d1d5faae9a","name":"Developing Windows 10 Universal Apps - Part 3","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-developing-windows-10-universal-apps-part-3-4559","topics":"software-tools/windows;software-development/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6cbc56e8-e7a7-4f4a-a24f-42f69371196e","name":"Developing Windows 10 Universal Apps - Part 2","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-developing-windows-10-universal-apps-part-2-4560","topics":"software-tools/windows;software-development/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"411380c0-6d67-4b85-bd58-c610444eeb27","name":"Developing Web Apps with SAPUI5","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-developing-web-apps-with-sapui5-6149","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85fb3562-700b-438a-beb2-854ecc7d65c4","name":"Developing Windows 10 Universal Apps - Part 1","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-developing-windows-10-universal-apps-part-1-4505","topics":"software-tools/windows;software-development/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94fd4fd4-f972-4cf0-99e5-a3e0b5dd4881","name":"Android Basics: Networking","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/android-basics-networking--ud843","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e562320-d3c5-45a5-8204-9ef62b1491c7","name":"Dynamic Web Applications with Sinatra","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/dynamic-web-applications-with-sinatra--ud268","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b9bb7d4-6f2d-4435-8d6d-46e49f264bab","name":"Deploying Applications with Heroku","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-deploying-applications-with-heroku-6798","topics":"software-tools/heroku","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a75c7896-7ecd-4866-a077-3a178c28de8f","name":"The MVC Pattern in Ruby","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/the-mvc-pattern-in-ruby--ud270","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9525b482-5716-4c16-8995-0c67da3ec1ef","name":"Web Development and Design using Wordpress","description":"By California Institute of the Arts via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-web-development-and-design-using-wordpress-6408","topics":"software-tools/wordpress","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c72d95d-67e5-482a-8c27-20afbfee15ac","name":"Android Basics: Data Storage","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-android-basics-data-storage-6956","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9da42c3c-0608-4f81-ab68-f652016ea748","name":"SAP HANA Cloud Platform Essentials","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/hcp1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87d2b607-7cdb-4b4e-9602-25cbe9b8aacf","name":"Android Basics: Make Your First App","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-android-basics-make-your-first-app-7278","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"662bf7aa-34c4-42e3-a235-13b59ac21f64","name":"Android Basics: Button Clicks","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-android-basics-button-clicks-7279","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8910ee2d-bbed-404c-8239-f631654820ad","name":"Android Basics: User Interface","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/android-basics-user-interface--ud834","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4f26a2e-2514-421f-8329-619bb548c371","name":"Android Basics: User Input","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/android-basics-user-input--ud836","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d9c5ff4-ee19-46bd-a2ca-a717248f5609","name":"Developing Java-Based Apps on SAP HANA Cloud Platform","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/hcp2-1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d8c6a16-143c-42e6-9d65-214af072201e","name":"Web Applications for Everybody","description":"By via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-web-applications-for-everybody-7362","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"043d62d8-fd97-4f7e-a794-cdf7b4a85272","name":"Introduction to Virtual Reality","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/introduction-to-virtual-reality--ud1012","topics":"virtual-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0534f37a-c87a-47c5-89bb-7b789f28ea32","name":"VR Scenes and Objects","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/vr-scenes-and-objects--ud1013","topics":"virtual-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62a6623e-65c3-4f90-a436-6cf32a2464b7","name":"Minecraft, Coding and Teaching","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-minecraft-coding-and-teaching-7480","topics":"software-tools/minecraft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6759ea6-32db-45ef-ab53-d12b59ea44f9","name":"Web Coding Fundamentals: HTML, CSS and Javascript","description":"By National University of Singapore via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/web-coding-fundamentals-for-artists/info","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c14e6393-4b9a-42c2-af5c-fe167bae6913","name":"Firebase in a Weekend: iOS","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-firebase-in-a-weekend-ios-7465","topics":"software-tools/firebase;software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"efb70dc8-c342-4fc4-8807-b59213135c3d","name":"VR Software Development","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-vr-software-development-7463","topics":"virtual-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"efdcc3ec-9a26-44fd-8f9b-8d303b6482f3","name":"Firebase in a Weekend: Android","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/firebase-in-a-weekend-by-google-android--ud0352","topics":"software-tools/android;software-tools/firebase","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11e7a37f-6931-437b-aad2-661db3598a27","name":"SHINE Reference for Native SAP HANA Application Development","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/hssh1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5b02a88-e7ce-46a5-ae70-58735eda69c5","name":"Swift for Beginners","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-swift-for-beginners-7494","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a97bb58d-7ce5-4ff0-8102-e2cca1ce551a","name":"Swift for Developers","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-swift-for-developers-7495","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10b4908a-e23c-49ed-85bc-7935e319e672","name":"Android for Beginners","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-android-for-beginners-7623","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"faf9a93a-ccb1-4e38-8e63-3ba668cca7c2","name":"Building iOS Interfaces","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-building-ios-interfaces-7753","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fe92d31-7b51-4c50-a598-2b112931f968","name":"Developing Android Apps","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/new-android-fundamentals--ud851","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f73cf205-d9c3-4a67-9886-4a08f7e4f90c","name":"iOS Design Patterns","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-ios-design-patterns-7754","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"781152c7-4b7d-493b-afdb-61fed5def2da","name":"MATLAB and Octave for Beginners","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.edx.org/course/matlab-octave-beginners-epflx-matlabeoctavebeginnersx","topics":"programming-languages/matlab;programming-languages/octave","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef02682f-814b-4192-bcf0-0a821e135319","name":"Intro to JavaScript","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-intro-to-javascript-8059","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bec6facd-9ab1-46f5-81bb-e39eca3a3831","name":"Mobile Application Experiences","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-mobile-application-experiences-7840","topics":"mobile-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80d7db5e-a954-4b90-b9fe-b6c6777665bd","name":"Server-Side Swift","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-server-side-swift-8345","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1cf23790-d375-4a7f-9e31-0be438a5b43f","name":"HTTP & Web Servers","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-http-web-servers-8374","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e665522e-e062-45ba-830d-67b1642261f0","name":"VR Platforms & Applications","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-vr-platforms-applications-8422","topics":"virtual-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f3882d6-4451-4d52-b649-a163e84a8b8c","name":"Think. Create. Code","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.edx.org/course/think-create-code-adelaidex-code101x-3","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"933b17fe-c3ec-4f9c-806b-5a1b8b448869","name":"information hazards","description":null,"image":null,"links":"research_paper|https://www.nickbostrom.com/information-hazards.pdf","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26b37153-3cdb-4091-994b-77cf215aa80b","name":"Firebase Analytics: Android","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-firebase-analytics-android-8439","topics":"software-tools/android;software-tools/firebase","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b52c0c3e-db99-4423-bf78-fde45f9cff97","name":"Firebase Analytics: iOS","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/firebase-analytics-ios--ud353","topics":"software-tools/ios;software-tools/firebase","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bfc83b6-c67e-4530-a562-d778b82033e9","name":"Visual Storytelling for Film and Video Games","description":"By Ringling College of Art + Design via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/visual-storytelling-envisioning-a-narrative-for-film-and-video-games/info","topics":"storytelling;film-making;game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5c44477-14b6-4485-89ea-7d499b5f2862","name":"Passwordless Login Solutions for Android","description":"By Facebook via Udacity","image":null,"links":"course|https://www.udacity.com/course/passwordless-login-solutions-for-android--ud357","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"112b8b0c-260a-445f-9835-0fef3bd4d2af","name":"Passwordless Login Solutions for iOS","description":"By Facebook via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-passwordless-login-solutions-for-ios-8474","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70d7b870-fd44-475b-9285-19b7446c9f74","name":"ES6 - JavaScript Improved","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/es6-javascript-improved--ud356","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20b6fa73-9acc-469c-b2a5-9ffebf5fd0ea","name":"Database Systems Concepts & Design","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-database-systems-concepts-design-8573","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2c29510-ea59-494d-bc9e-d0dc92b89530","name":"Software Analysis & Testing","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-software-analysis-testing-8568","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad013b26-ee57-441b-8431-a6008f26169b","name":"Localization Essentials","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/localization-essentials--ud610","topics":"programming;localization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c95a4742-cc6b-42a3-9f2e-796d7d313205","name":"Asynchronous JavaScript Requests","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/asynchronous-javascript-requests--ud109","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfee8ab3-1d79-489d-86fa-322498a33cdb","name":"C++ For Programmers","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/c-for-programmers--ud210","topics":"programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"271478c4-0b83-4b5e-8b28-ff0759eb0ba8","name":"Python Programming for Everybody","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-python-programming-for-everybody-8869","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a25a06e-5deb-4fd5-90c1-db523235a1e1","name":"How to Best Leverage SAP S/4HANA Cloud for Your Company","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/s4h6","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc74450b-20db-41d1-97be-3eb172d6f4c4","name":"Database Systems Concepts and Design","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/database-systems-concepts-and-design","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42256fb4-23dd-444d-b078-42f456e17bf0","name":"Object Oriented Programming in Java","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-object-oriented-programming-in-java-9209","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1e186b1-7a72-4b36-a558-eb0c77490ac8","name":"Practical Numerical Methods with Python","description":"By George Washington University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-practical-numerical-methods-with-python-2339","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61bd42d9-8fb3-4c78-9169-c0b96c333bb9","name":"Mobile Computing with App Inventor: CS Principles Part II","description":"By Trinity College via edX","image":null,"links":"course|https://www.edx.org/course/mobile-computing-app-inventor-cs-trinityx-t008x","topics":"mobile-development;software-tools/app-inventor","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81da2971-1391-4917-903f-7a27e21640b8","name":"SAP Fiori for iOS - Build Your First Native Mobile App","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-sap-fiori-for-ios-build-your-first-native-mobile-app-8947","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e5ddb35-46f1-4bcd-976e-4f702cc9be1c","name":"Managing SQL Database Transactions and Concurrency","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/managing-sql-database-transactions-microsoft-dat215-3x-2","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"259a3ea5-bbb1-416d-8f0b-2aa2113e777d","name":"Managing ABAP Systems on SAP NetWeaver","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-managing-abap-systems-on-sap-netweaver-9070","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7639b09-c6c4-4669-881b-cea8481e3154","name":"Full-Text Search with SAP HANA Platform","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/hsesh1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aeac7bf0-0ac4-4916-9343-6fa30a188166","name":"Android Developer Capstone Project: Building a Successful Android App","description":"By Galileo University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-android-developer-capstone-project-building-a-successful-android-app-7314","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"209827eb-359b-430f-b5a0-b2396b2aa1fb","name":"HTML and CSS Syntax","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/intro-to-html-and-css--ud001","topics":"programming-languages/html;programming-languages/css","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8ef8d12-f2fe-442f-b1c8-343baf9e9635","name":"Design Your First App with Build*","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-design-your-first-app-with-build-9275","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c8c3a21-1a3f-4ec2-ad3d-9a724bf7aa6f","name":"Introduction to SAP HANA Administration","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/hsha1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bdeeccc-4495-4cdb-95bc-8c30dd688b78","name":"Developing Software Using Design Thinking","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/dt1-2","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea118de8-a365-4a22-8e7e-d27ce5f6d78b","name":"JavaScript and the DOM","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-javascript-and-the-dom-9990","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e433e9e7-1358-49d6-9a03-5fe2f858febd","name":"Introduction to HTML and JavaScript","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-html-and-javascript-5923","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e04f655e-82ec-4082-b1a2-36c2f9df0c6f","name":"Introduction to Programming Using Python","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-programming-using-python-10134","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4363a685-4108-4c48-86dd-558d0de42fbc","name":"Data Migration to SAP S/4HANA","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-data-migration-to-sap-s-4hana-9983","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"345da5de-d7ca-4787-b97d-f59dd7962718","name":"Get Data Off the Ground with Python","description":"By George Washington University via Independent","image":null,"links":"course|https://openedx.seas.gwu.edu/courses/course-v1:GW+EngComp1+2018/about","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f58a0413-590d-4027-a688-74181dd6d3d1","name":"SAP Translation Hub in a Nutshell","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/sth1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77eb6016-151d-4190-8dfe-19341662e2be","name":"SQL for Data Analysis","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/sql-for-data-analysis--ud198","topics":"programming-languages/sql;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1a3e6bc-b9b2-469e-ac9d-494b9990a8bd","name":"Web App Development with the Power of Node.js","description":"By Technische Universität München (Technical University of Munich) via edX","image":null,"links":"course|https://www.edx.org/course/web-app-development-with-the-power-of-nodejs","topics":"web-development;software-tools/nodejs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ac45c8d-8b6e-466d-8438-8d8d2ee8ac37","name":"Kotlin for Android Developers","description":"By Capital One via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-kotlin-for-android-developers-9699","topics":"programming-languages/kotlin;software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8478265a-03bc-4de6-8f37-10c0ed7cef94","name":"Cloud-Native Operations with SAP Cloud Platform","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/cp4","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0fa3ff67-ad78-417c-867d-0375b57ab6e5","name":"Understanding SAP Fiori Launchpad","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-understanding-sap-fiori-launchpad-9981","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e485e9b-b3ae-4312-aebe-c60c271417b3","name":"Object-Oriented JavaScript","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-object-oriented-javascript-10662","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f65526d4-68d8-4462-a56e-684190553cb6","name":"AngularJS: Framework Fundamentals","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/angularjs-framework-fundamentals","topics":"software-tools/angularjs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a366ae39-f9b4-4c04-9078-46f593d0dcb2","name":"Using Open Source Web Tooling to Improve Development Proficiency","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-using-open-source-web-tooling-to-improve-development-proficiency-7818","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1dff910c-492a-4e27-8f82-15c3b3130040","name":"AngularJS: Advanced Framework Techniques","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/angularjs-advanced-framework-techniques","topics":"software-tools/angularjs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6745db40-9305-40af-8081-519f381d0778","name":"Maps and 3D Made Easy with SAPUI5","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-maps-and-3d-made-easy-with-sapui5-10420","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb6e38b6-b2f4-4a00-9642-29afc0e6542c","name":"Software Engineering Essentials","description":"By Technische Universität München (Technical University of Munich) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-software-engineering-essentials-8527","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06a8e423-776e-47ea-90b7-e834e9cfe7c3","name":"Kotlin Bootcamp for Programmers","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/kotlin-bootcamp-for-programmers--ud9011","topics":"programming-languages/kotlin","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63233dc8-98eb-4c54-8368-653833e0471b","name":"SAP Cloud Platform Version Control with Git","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/git1","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"caffd86c-cd50-4191-a9d4-d364bb76dc70","name":"Writing Testable Code for ABAP","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-writing-testable-code-for-abap-10421","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd4f9088-d00f-4c97-9afb-9dd4b36756b4","name":"Mobile Design and Usability for iOS","description":"By Facebook via Udacity","image":null,"links":"course|https://www.udacity.com/course/mobile-design-and-usability-for-ios--ud1034","topics":"mobile-development;software-tools/ios;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b15ba342-fda1-425e-bdf2-4a9f3f9ecd70","name":"Mobile Design and Usability for Android","description":"By Facebook via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-mobile-design-and-usability-for-android-9701","topics":"mobile-development;software-tools/android;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4350a74b-6dc0-4e59-9419-2dc2647bdaa8","name":"Add Google Sign-In to your Android Apps","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-add-google-sign-in-to-your-android-apps-3703","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40f8b41b-6930-4fe3-9adf-aa6d02b9f2c9","name":"AutoLayout","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/auto-layout--ud1026","topics":"mobile-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31f8b458-c26a-4c02-8ecf-a184719c21fb","name":"Build Native Mobile Apps with Flutter","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905","topics":"mobile-development;software-tools/flutter","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c55cc759-2cbf-4ef7-8b49-77ab46c639be","name":"How to Install Android Studio","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-how-to-install-android-studio-11287","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60c415e7-cb1b-493b-837e-39750f229a5f","name":"Information Service Engineering","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-information-service-engineering-2038","topics":"semantic-web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5697ff4a-4fe3-4707-a9cd-9fd447691dcb","name":"Managing Java Systems on SAP NetWeaver","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/cst2","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"859fb85c-9a35-4ee1-913e-d9f7a1f75738","name":"Full-Stack Interview Prep","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/full-stack-interview-prep--ud252","topics":"programming;interviews","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abee093f-13a6-4d8b-8a99-b1c14a09b352","name":"Front-End Interview Prep","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-front-end-interview-prep-11454","topics":"interviews;web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2aaa5a00-76ac-4cbc-b868-18d47a19e8b4","name":"VR Interview Prep","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/vr-interview-prep--ud251","topics":"virtual-reality;interviews","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"396942c3-2e55-4b2d-9bbb-d50faf20ed1f","name":"Data Structures & Algorithms in Swift","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/data-structures-and-algorithms-in-swift--ud1011","topics":"programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"440aa0ae-8f6b-4753-b219-6933d3c48961","name":"iOS Interview Prep","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-ios-interview-prep-11448","topics":"interviews;software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"877e0986-03c0-4e61-9b7a-3ff5892e7e2d","name":"Android Interview Prep","description":"By Google via Udacity","image":null,"links":"course|https://www.udacity.com/course/android-interview-prep--ud241","topics":"interviews;software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c1770da-f051-440f-929c-fac6b23e9476","name":"Fundamentals of NetLogo","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.classcentral.com/course/complexity-explorer-fundamentals-of-netlogo-11496","topics":"software-tools/netlogo","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d353f3f-5858-4c19-bc71-ec9c99eb98fe","name":"Introduction to SAP HANA Dynamic Tiering","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-introduction-to-sap-hana-dynamic-tiering-11034","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1921a2eb-9433-4f79-b6f8-a8212de2b2a4","name":"Creating Programmatic SQL Database Objects","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-creating-programmatic-sql-database-objects-7401","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed95d1d7-4ceb-4838-b156-7336b1f1ec03","name":"Program a Server-Side Application using ASP.NET Core","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-program-a-server-side-application-using-asp-net-core-10039","topics":"software-tools/dotnet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad20e602-82b0-42df-8eb6-6dd2853e0635","name":"CS50's Introduction to Game Development","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/cs50s-introduction-to-game-development","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd617a5e-be2b-4027-b49d-653a9814ef0a","name":"Data Querying Using LINQ and C#","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/data-querying-using-linq-and-c-0","topics":"software-tools/linq","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8482c5fc-a28e-42e7-b0c8-4dafc59f01c8","name":"Enhance Your Desktop App with Cloud Services","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/enhance-your-desktop-app-with-cloud-services-0","topics":"software-tools/windows","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72fc72cf-af55-4e22-97b8-544da7699964","name":"Application Design Considerations: An Inclusive Approach","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/web-design-best-practices-inclusive-microsoft-dev240x","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab902f12-ee0e-4c91-a297-91d54d539301","name":"Asynchronous Programming in C# and .NET Core","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/asynchronous-programming-in-c-and-net-core","topics":"programming-languages/csharp;software-tools/dotnet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b577add-eb16-4e6f-a845-297714a244ac","name":"CS50's Web Programming with Python and JavaScript","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/cs50s-web-programming-with-python-and-javascript","topics":"web-development;programming-languages/python;programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a92798f-dc85-487d-bccb-a85f4398431b","name":"Implementing In-Memory SQL Database Objects","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/implementing-in-memory-sql-database-objects","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b185a60-fbd6-495c-afcd-8c5e9a3d492d","name":"Developing a Multidimensional Data Model","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/developing-a-multidimensional-data-model","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb692397-f901-4de1-8a9b-b84aaaa55ebf","name":"Managing SQL Server Operations","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/managing-sql-server-operations-0","topics":"software-tools/sql-server","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90f6a554-11f2-41ad-9799-244a37cba94d","name":"CS50's Mobile App Development with React Native","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/cs50s-mobile-app-development-with-react-native","topics":"mobile-development;software-tools/react-native","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b5870bc-1ec7-49fe-8cb5-ae4e6531571c","name":"Extend Your Application with REST Services","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/extend-your-application-with-rest-services-0","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f79a6ea-6f5e-4a78-a5be-33783dc78f6d","name":"Recovering Data in Azure and SQL Server","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/recovering-data-in-azure-and-sql-server-0","topics":"software-tools/sql-server;software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f86ccd0-56e7-4aa0-9d30-15be04466ecc","name":"Developing Data Client Applications and Services","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/developing-data-client-applications-and-services-0","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65acbfb3-1590-4262-ab50-f97ecd0d2437","name":"Using Non-Relational Data in SQL Server","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/using-non-relational-data-in-sql-server","topics":"software-tools/sql-server","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66544fe6-57cb-4821-ba92-5f72a722533b","name":"Data Access in C# and .NET Core","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/data-access-in-c-and-net-core","topics":"programming-languages/csharp;software-tools/dotnet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0cb0813a-4b84-48c9-b82b-8ed543ee2e47","name":"Introduction to Device Programming","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-device-programming-9927","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7627514-f270-42ae-a84f-e04a5011f79d","name":"Writing Professional Code - Advanced Topics","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/web-patterns-and-architecture","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59e7e3b2-017c-436d-991c-00ee5802d9f1","name":"Learn ARKit using Unity","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-learn-arkit-using-unity-11691","topics":"software-tools/ar-kit;software-tools/unity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0302c59d-b37a-4488-9e22-edc798ebe6cf","name":"Learn ARKit using Swift","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-learn-arkit-using-swift-11692","topics":"software-tools/ar-kit;programming-languages/swift","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"277b8712-552c-434d-becd-4e37eca78062","name":"Introduction to Mobile Application Development using Android","description":"By The Hong Kong University of Science and Technology via edX","image":null,"links":"course|https://www.edx.org/course/introduction-mobile-application-hkustx-comp107x-8","topics":"mobile-development;software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47861b49-939f-4a82-b40e-7567a24c31b6","name":"Object-Oriented Programming in Java","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-object-oriented-programming-in-java-9976","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01d87746-3f98-407f-adf9-8365459c0a4f","name":"What is Programming?","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-what-is-programming-11991","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb25748d-a298-4e5d-ad5f-38fd43316374","name":"Java Fundamentals for Android Development","description":"By Galileo University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-java-fundamentals-for-android-development-7313","topics":"software-tools/android;programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"611dd8fb-15a6-4a70-a04e-db9610a09430","name":"Professional Android App Development","description":"By Galileo University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-professional-android-app-development-7346","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48267fb8-0ee3-49dc-9403-b23cd82e1b07","name":"Android App Development for Beginners","description":"By Galileo University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-android-app-development-for-beginners-7315","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff718943-2ca2-4102-a8f4-ed00b1287d3c","name":"Monetize your Android Applications","description":"By Galileo University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-monetize-your-android-applications-7345","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab871170-b8dc-4765-8ee1-32b2b7f8c3ab","name":"Agile Development Using Ruby on Rails - Advanced","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/agile-development-using-ruby-on-rails-advanced","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07047b49-f47e-4439-a9a8-d67e22c0276a","name":"Java Capstone Series Pt. 1","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-java-capstone-series-pt-1-11851","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3bc995af-2747-47f1-b41e-31756d63da0e","name":"Optimizing Performance for SQL Based Applications","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/optimizing-performance-for-sql-based-applications","topics":"databases;programming-languages/sql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6c5d654-420d-4f32-a498-80ba421bb51e","name":"Implementing ETL with SQL Server Integration Services","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/implementing-etl-with-sql-server-integration-services","topics":"software-tools/sql-server","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"caa3de5c-ea73-4aaf-9138-482783086c95","name":"Asynchronous Programming with Javascript","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/asynchronous-programming-with-javascript","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffc11e49-ca5a-491f-a85d-783dd21379a8","name":"Creating a Master Data Solution with SQL Server Master Data Services (MDS)","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/creating-a-master-data-solution-with-sql-server-master-data-services-mds","topics":"software-tools/sql-server","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"812675e2-824a-4bfd-b8eb-439052ac1999","name":"Windows PowerShell Basics","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-windows-powershell-basics-8428","topics":"software-tools/powershell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aeb3a966-6907-4cf4-906b-ca38cd1e5d33","name":"Developing Business Applications with Microsoft PowerApps, CDS, and Flow","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/developing-business-applications-with-microsoft-powerapps-cds-and-flow","topics":"software-tools/dotnet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36f369af-3d9f-43fe-80f2-e130dbffa8b1","name":"Build Web APIs using ASP.NET","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-build-web-apis-using-asp-net-8680","topics":"software-tools/dotnet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d6c0c2a-1b24-483e-95d9-cceb5523f2da","name":"Introduction to NodeJS","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-nodejs","topics":"software-tools/nodejs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14a6f9b9-ad18-444f-b614-a443756ece03","name":"Introduction to Python: Creating Scalable, Robust, Interactive Code","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-python-creating-scalable-robust-interactive-code-10040","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0379f93d-f63c-4db6-a236-003f5fe783ae","name":"Introduction to Data Modeling","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-data-modeling-9910","topics":"data-modeling;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f07a80ba-97ff-4ab3-a2bd-94b8366a80e4","name":"MVC Application Design using .NET Core 2.0","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-mvc-application-design-using-net-core-2-0-10055","topics":"software-tools/dotnet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f816f04-ea3e-4be8-b663-98628c813496","name":"Developing Dynamic Web Applications Using Angular","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/developing-dynamic-web-applications-using-angular","topics":"web-development;software-tools/angularjs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"830fe8e1-519c-4226-a2b5-838a66372cb5","name":"Provisioning Databases in Azure and SQL Server","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/provisioning-databases-in-azure-and-sql-server","topics":"software-tools/sql-server;software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc4c6782-061e-490e-ba9e-614c4a915370","name":"Getting Started with Azure App Service: Web Apps","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-getting-started-with-azure-app-service-web-apps-8583","topics":"web-development;software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1dc6246-3c1d-43e8-8fc3-02246116c751","name":"Developing SQL Databases","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-developing-sql-databases-7405","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b38e748-9e44-4475-82f6-c6de9e01d410","name":"Developing a Tabular Data Model","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/developing-a-tabular-data-model","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"730fa5b7-cea4-4d2e-ab10-43d08a70affa","name":"Introduction to Web Cartography: Part 1","description":"By ETH Zurich via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-web-cartography-part-1-1","topics":"cartography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a9eff87-2972-4ee2-84bf-83a66e8b3e26","name":"SAP Cloud Platform API Management","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/cp8","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05f415f8-4d5c-4f8c-a1a3-f6e87a89c144","name":"Introduction: Elements of Microgame Design","description":"By Worcester Polytechnic Institute via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-introduction-elements-of-microgame-design-8395","topics":"game-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a34d9bf0-9f17-4a4f-9f13-b405fcbf184f","name":"Fundamentals of Java EE Development","description":"By Red Hat via edX","image":null,"links":"course|https://www.edx.org/course/fundamentals-java-ee-development-red-hat-jb083x","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f3b6f5e-00fd-497a-85b1-5d1479abb97e","name":"Building Mobile Applications with SAP Screen Personas","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/sps4","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4089245-5352-4b21-a118-6a0f7ffdf273","name":"Two-Tier ERP with SAP S/4HANA Cloud","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-two-tier-erp-with-sap-s-4hana-cloud-12141","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab0d3d84-9113-4da1-9a90-0125f8451722","name":"Developing Android Apps with Kotlin","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-developing-android-apps-with-kotlin-12395","topics":"software-tools/android;programming-languages/kotlin","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1125626d-a73a-473f-985e-4927bb13942f","name":"System Conversion to SAP S/4HANA","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-system-conversion-to-sap-s-4hana-12140","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8862a709-9e18-49d2-a361-af215a5c011e","name":"Getting Started with Amazon Simple Storage Service (S3)","description":"By Amazon via Independent","image":null,"links":"course|https://www.aws.training/Details/Curriculum?id=26942","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cbbbbe2-c82c-42c1-b425-bdd25e2362d0","name":"Exam Readiness: AWS Certified Big Data - Specialty (Digital)","description":"By Amazon via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-exam-readiness-aws-certified-big-data-specialty-digital-12677","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50475e1e-e6a7-42e6-b98b-cf37764c140c","name":"Exam Readiness: AWS Certified Solutions Architect – Associate (Digital)","description":"By Amazon via Independent","image":null,"links":"course|https://www.aws.training/Details/Curriculum?id=20685","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90556a22-1b96-49bf-8778-f8bae13bdc10","name":"Deep Dive into Amazon Glacier","description":"By Amazon via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-deep-dive-into-amazon-glacier-12682","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a22d690b-9eee-4a0c-83de-6c34fb95a81a","name":"Data Warehousing on AWS (Digital)","description":"By Amazon via Independent","image":null,"links":"course|https://www.aws.training/Details/Curriculum?id=25411","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad96350f-7d77-4818-832b-3bcfaf175527","name":"Exam Readiness: AWS Certified Developer – Associate (Digital)","description":"By Amazon via Independent","image":null,"links":"course|https://www.aws.training/Details/Curriculum?id=19185","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32ffb977-75f1-4c9b-92bf-f1c47734aac0","name":"Readings – Indian Knowledge Systems","description":null,"image":null,"links":"learning_plan|http://iks.iitgn.ac.in/readings_2016/","topics":"indian-philosophy;nations/india/history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0e93cd9-c468-453d-9fe6-165c181f7cab","name":"Deep Dive into Amazon Elastic Block Store (EBS)","description":"By Amazon via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-deep-dive-into-amazon-elastic-block-store-ebs-12672","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ca08521-10d8-43ed-9a8d-26e20ddf89a6","name":"Exam Readiness: AWS Certified Solutions Architect - Professional (Digital)","description":"By Amazon via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-exam-readiness-aws-certified-solutions-architect-professional-digital-12676","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8812b92-9b34-4d8f-8841-a6eb654bfe0f","name":"Exam Readiness: AWS Certified Advanced Networking - Specialty (Digital)","description":"By Amazon via Independent","image":null,"links":"course|https://www.aws.training/Details/Curriculum?id=21330","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4a7f87e-f9f3-4229-ae40-dbb0740276b3","name":"Deep Dive into AWS Storage Gateway","description":"By Amazon via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-deep-dive-into-aws-storage-gateway-12680","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e45250bb-6c5b-47ee-9e93-ebb9da79ff6c","name":"Deep Dive into Amazon Simple Storage Service (Amazon S3)","description":"By Amazon via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-deep-dive-into-amazon-simple-storage-service-amazon-s3-12673","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"167c1f2d-41bd-48d2-ba48-fc85ac5d52bf","name":"Deep Dive into Amazon Elastic File System (EFS)","description":"By Amazon via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-deep-dive-into-amazon-elastic-file-system-efs-12675","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fd0d452-7021-4d4e-b9d4-0b818b03542e","name":"AWS Cloud Practitioner Essentials (Digital)","description":"By Amazon via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-aws-cloud-practitioner-essentials-digital-12688","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e162dc1a-f30e-43c2-911c-da737811d54b","name":"AWS Security Fundamentals","description":"By Amazon via Independent","image":null,"links":"course|https://www.aws.training/Details/Curriculum?id=10795","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63601470-9f5c-44b2-88b0-edbe2dd1f0b1","name":"AWS Well-Architected Training","description":"By Amazon via Independent","image":null,"links":"course|https://www.aws.training/Details/Curriculum?id=12049","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"382d8c7f-f0b1-4ba3-8825-ea092781550e","name":"EC2 Systems Manager","description":"By Amazon via Independent","image":null,"links":"course|https://www.aws.training/Details/Curriculum?id=13830","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5dd9631a-e544-40e3-b432-e10dd785914e","name":"Create and Deliver Cloud-Native SAP S/4HANA Extensions","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/s4h13","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42c62a50-ec8f-4f63-b593-e77b34dbfc40","name":"Video Game Design and Balance","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/video-game-design-and-balance","topics":"game-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da302770-f48c-4763-a460-5071eff397fc","name":"Exploration: A Closer Look at the Microgame API","description":"By Worcester Polytechnic Institute via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-exploration-a-closer-look-at-the-microgame-api-8402","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3eea2759-8825-4af5-9884-699fb95e85ea","name":"Real-Time Audio Signal Processing in Faust","description":"By Stanford University via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/real-time-audio-signal-processing-in-faust/info","topics":"signal-processing;software-tools/faust","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8e79437-052f-487f-a36c-b2587fe58d7f","name":"Programming for Everybody (Getting Started with Python)","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/course/programming-for-everybody-getting-started-with-python","topics":"programming;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21981bc3-4610-4405-b348-d7dbeca11d25","name":"Python Data Structures","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/course/python-data-structures","topics":"data-structures;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c72cd8d9-1e81-4155-bd14-f77ad83acb62","name":"Hacker Tools","description":"By Massachusetts Institute of Technology via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-hacker-tools-13160","topics":"computer-security;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8757017-d929-44b1-9ae0-7f04ae520541","name":"Object-Oriented Programming","description":"By Indian Institute of Technology Bombay via edX","image":null,"links":"course|https://www.edx.org/course/object-oriented-programming-2","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3872bfdb-67ce-4130-b60c-76ab1db462f1","name":"Software Development on SAP HANA","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-software-development-on-sap-hana-3335","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfa721b2-8f59-4eaa-830b-7e7b2d68b1d7","name":"Video Game Asset Creation and Process","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-video-game-asset-creation-and-process-6659","topics":"game-developmet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54a79856-a343-4faa-8617-6ed5e8c00fbe","name":"Mobile Computing with App Inventor – CS Principles","description":"By The University of Warwick via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-mobile-computing-with-app-inventor-cs-principles-3590","topics":"software-tools/app-inventor;mobile-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4833c1f6-0947-40a9-a566-4cf394865d24","name":"Advanced CSS Concepts","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/advanced-css-concepts-3","topics":"programming-languages/css","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26dc191e-9bb7-4d8d-a245-edc4c52b575f","name":"Introduction to ReactJS","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-reactjs-8770","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0831112a-54d0-4eb5-8213-2aa9b362ba7a","name":"Databases in Azure","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-databases-in-azure-9435","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01428051-5108-4994-b430-888d97b3ab4c","name":"Angular Fundamentals","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/angular-fundamentals-3","topics":"software-tools/angularjs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97367e67-92ff-4770-90d8-a0b7e23c4975","name":"Introduction to TypeScript 2","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-typescript-2-8633","topics":"programming-languages/typescript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71834f68-2937-4093-86bd-a5e38abb7f84","name":"Microsoft Professional Orientation : Front End Web Development","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-professional-orientation-front-end-web-development-8645","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4daf1bbe-7650-4c39-a5de-e60402b0e6f3","name":"Miguel Street","description":"By V.S. Naipaul","image":"https://learn-awesome.github.io/assets/book_covers/49741.jpg","links":"book|https://www.goodreads.com/book/show/49741.Miguel_Street","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"daaec5a8-fec6-4236-8e3d-1553b9811fd5","name":"Building Your Azure Skills Toolkit","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/building-your-azure-skills-toolkit-3","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"afae070a-76c0-45aa-90f8-4e25df0a34e1","name":"React Router and Redux","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/react-router-and-redux-2","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"653e1128-dd96-47e0-8df6-cf7bcd4cef93","name":"Advanced Angular","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-advanced-angular-11354","topics":"software-tools/angularjs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1c42b87-7cd2-485e-a258-7e6ede560173","name":"Microsoft Azure Storage","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/microsoft-azure-storage-2","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"daad67ff-73ad-4275-a944-c82cde6903d4","name":"Introduction to jQuery","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-jquery-3","topics":"software-tools/jquery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89e963f5-18f8-4038-ad94-9954eb314a43","name":"Creating Virtual Reality (VR) Apps","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-creating-virtual-reality-vr-apps-8515","topics":"virtual-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7718b066-3c90-47e6-8605-0fff0f4b1f9f","name":"Agile Software Development","description":"By ETH Zurich via edX","image":null,"links":"course|https://www.edx.org/course/agile-software-development-2","topics":"project-management;software-engineering;software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cca72118-5c59-4614-84c5-f43d28bc926c","name":"How Virtual Reality Works","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.edx.org/course/how-virtual-reality-works-2","topics":"virtual-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25c735f4-f8df-44be-9394-5c5f8c72ffc6","name":"Synthesis: Realizing Game Ideas in Code","description":"By Worcester Polytechnic Institute via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-synthesis-realizing-game-ideas-in-code-8396","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e782124c-491a-4bdf-9a4f-01d03a5b0ba3","name":"Global Software Development","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-global-software-development-9119","topics":"software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea50dfa7-7fa9-47e8-9d4b-f8cc05dc998b","name":"AWS IoT: Developing and Deploying an Internet of Things","description":"By Amazon Web Services via edX","image":null,"links":"course|https://www.edx.org/course/aws-iot-developing-and-deploying-an-internet-of-things","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc5c2c6f-56fa-487f-b636-fcc24ae9de8a","name":"Build your very first iOS app","description":"By Curtin University via edX","image":null,"links":"course|https://www.edx.org/course/build-your-very-first-ios-app","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47dac069-b4ec-4d40-92c7-e87adeaf245e","name":"Programming Reactive Systems","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-programming-reactive-systems-12571","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3838a181-494e-49a6-b9cb-5bcfe7b68e8a","name":"Microsoft Professional Capstone : Front End Web Development","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microsoft-professional-capstone-front-end-web-development-8647","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac7cc596-39b5-4b4c-bd93-66e2b9078f59","name":"Amazon DynamoDB: Building NoSQL Database-Driven Applications","description":"By Amazon Web Services via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-amazon-dynamodb-building-nosql-database-driven-applications-13705","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fcbd386-f90c-4ad4-9c97-f94b5c6ec7db","name":"Teamwork & Collaboration","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-teamwork-collaboration-6658","topics":"collaboration;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2df6cadb-4721-4bef-96e7-63ae79c2798f","name":"Evolved Web Apps with SAPUI5","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-evolved-web-apps-with-sapui5-13399","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ecf77c51-92c8-4b05-9d3e-0396dba98de7","name":"Querying Data with Transact-SQL","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-querying-data-with-transact-sql-3341","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2be1a562-7583-4fe1-b2a1-1e65d4957d5f","name":"Writing Professional Code","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/writing-professional-code-4","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7e4aaeb-3749-4f99-a85d-a9a9949f8d54","name":"Learn to Program in Java","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-learn-to-program-in-java-8718","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e7dd9d6-be5a-4ed4-9c65-aab08851132a","name":"Intermediate C++","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/intermediate-c-3","topics":"programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8f1bf83-5479-4d27-9c95-5bbd2eb61623","name":"Object Oriented Programming in C#","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-object-oriented-programming-in-c-9353","topics":"programming-languages/csharp","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c29bae2-42e1-40bb-a8ac-3d5339ea4df3","name":"Application Monitoring and Feedback Loops","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/application-monitoring-and-feedback-loops-3","topics":"devops","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d87fd93-7359-40f2-b412-6e99ed481ddc","name":"Securing Data in Azure and SQL Server","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/securing-data-in-azure-and-sql-server-3","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"976e722b-c2fc-4097-b417-acf1b8eac5eb","name":"Introduction to C++","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-c-4758","topics":"programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1663db51-1037-4efa-a7d4-b76804d8b4d2","name":"Introduction to Python: Fundamentals","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-python-fundamentals-4","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d81fc33d-fac9-4f9f-8873-81079cef4364","name":"Building Interactive Prototypes using JavaScript","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/building-interactive-prototypes-using-javascript-4","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33e98c45-71ef-41d0-8e46-ede643b19a1f","name":"Designing a Technical Solution","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/designing-a-technical-solution-4","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a57c16ae-81fd-4b7a-8670-4d1f0275dd99","name":"Delivering a Data Warehouse in the Cloud","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/delivering-a-data-warehouse-in-the-cloud-3","topics":"data-warehousing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db1580ed-9ec9-4855-bb83-8c53ebbb3ef1","name":"Developing Planet-Scale Applications in Azure Cosmos DB","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/developing-planet-scale-applications-in-azure-cosmos-db-3","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e17b4af6-c076-4b06-ab83-9dce68f2ffb4","name":"Introduction to Design Thinking","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-design-thinking-8845","topics":"design-thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"509d09d9-ba8d-41d4-819f-7714ca62357e","name":"Object Oriented Programming in Java","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-object-oriented-programming-in-java-8723","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f79bead-66ff-4c87-8842-b64fe6bd45c4","name":"Advanced C++","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-advanced-c-10491","topics":"programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3922ebfd-ed74-4391-95c7-3080417e2dc4","name":"Microsoft Professional Capstone : Entry Level Software Development","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/microsoft-professional-capstone-entry-level-software-development-3","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c7144a5-83e3-42a3-9c35-7ca3c86f2c4a","name":"Introduction to Python: Absolute Beginner","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-python-absolute-beginner-8671","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2aab7ab-a4e7-4045-9ede-ad6861a35bbc","name":"Introduction to C#","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-c-4","topics":"programming-languages/csharp","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53babc06-aa4c-41c7-ac7c-8c8adef89b4b","name":"Building Functional Prototypes using Node.js","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-building-functional-prototypes-using-node-js-8722","topics":"software-tools/nodejs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc883f59-a784-45f6-a683-f5b7019d214b","name":"Microsoft Professional Capstone: Internet of Things","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/microsoft-professional-capstone-internet-of-things-2","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc37c913-5510-4758-bd9e-f0881426b8cc","name":"Software Development Fundamentals","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-software-development-fundamentals-8516","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d71cc81-2a35-47eb-bf4a-ac9a8fddc149","name":"Video Game Design: Teamwork & Collaboration","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-video-game-design-teamwork-collaboration-9191","topics":"game-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa6df9b0-d6cb-4d3a-b8d0-802c4227fe61","name":"Introduction to Internationalization and Localization","description":"By University of Washington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-internationalization-and-localization-14385","topics":"internationalization;localization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84e0262c-3c94-4930-b70f-85c97dd3bba9","name":"AWS Developer: Deploying on AWS","description":"By Amazon via edX","image":null,"links":"course|https://www.edx.org/course/aws-developer-deploying-on-aws-2","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9dd24b78-033e-42a8-a055-6d0e9b3c2d57","name":"AWS Developer: Optimizing on AWS","description":"By Amazon via edX","image":null,"links":"course|https://www.edx.org/course/aws-developer-optimizing-on-aws-2","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0e9cbe7-28f3-4bc4-aea8-1395c70c48a5","name":"AWS Developer: Building on AWS","description":"By Amazon via edX","image":null,"links":"course|https://www.edx.org/course/aws-developer-building-on-aws-2","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a4369da-4951-4754-b244-fef18a902274","name":"Game Design Document: Define the Art & Concepts","description":"By California Institute of the Arts via Coursera","image":null,"links":"course|https://www.coursera.org/learn/game-design-document","topics":"game-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eefad227-534e-47c1-8721-3e82791f2fc1","name":"Responsive Website Development and Design Capstone","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-responsive-website-development-and-design-capstone-5097","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8be5401a-48fe-4da7-85f3-e5bcf5723fa8","name":"Functional Programming in Haskell: Supercharge Your Coding","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/functional-programming-haskell","topics":"functional-programming;programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ab4fad0-f1bf-4db8-b7de-8e7fd590d390","name":"CSS Basics","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-css-basics-7199","topics":"programming-languages/css","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3a70505-a3ff-4b1d-8053-13df1624c43d","name":"Introduction to functional programming in OCaml","description":"By Paris Diderot University via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-introduction-to-functional-programming-in-ocaml-4513","topics":"functional-programming;programming-languages/ocaml","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c64eb39b-42af-48d5-906d-5960c01b5a4e","name":"Video Game Design and Development: Introduction to Game Programming","description":"By Abertay University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-video-game-design-and-development-introduction-to-game-programming-13299","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10eccec4-8a09-4351-b00d-e103d748ee77","name":"Build Your Own iOS App","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-build-your-own-ios-app-6235","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12e2f20c-403e-4ef8-aa32-1b265db84482","name":"Automated Software Testing: Model and State-based Testing","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-automated-software-testing-model-and-state-based-testing-12039","topics":"software-testing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aafe140b-ed6e-4761-9f99-c87b473ef98f","name":"Introduction to Java Programming – Part 1","description":"By The Hong Kong University of Science and Technology via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-java-programming-part-1-3","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1a9c769-044d-4342-b82c-15228c5898f8","name":"How to Win Coding Competitions: Secrets of Champions","description":"By ITMO University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-how-to-win-coding-competitions-secrets-of-champions-6300","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1860d41f-16b8-4073-b4ba-b36ace61d91f","name":"Automated Software Testing: Unit Testing, Coverage Criteria and Design for Testability","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/automated-software-testing-unit-testing-coverage-criteria-and-design-for-testability","topics":"software-testing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57330c6f-36a5-4dde-8909-1302bd3e6921","name":"Introduction to Java Programming – Part 2","description":"By The Hong Kong University of Science and Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-java-programming-part-2-3486","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a713cb9-f010-43d1-b26b-e7969b420850","name":"UML Class Diagrams for Software Engineering","description":"By KU Leuven University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-uml-class-diagrams-for-software-engineering-7837","topics":"software-engineering;programming-languages/uml","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f000fff8-9b1b-4d7c-86ef-5717670d10be","name":"Game Design and Development Capstone","description":"By Michigan State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-game-design-and-development-capstone-5117","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f701ce42-0690-4eab-b290-a0ca50a8d500","name":"Game Design and Development: Video Game Character Design","description":"By Abertay University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/video-game-character-design","topics":"game-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddf031fe-2f15-4b8a-b76b-5ab7d427f27b","name":"M101J: MongoDB for Java Developers","description":"By via MongoDB University","image":null,"links":"course|https://university.mongodb.com/courses/M101JS/about","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f937c1f8-1245-4392-a00e-a3cd592848d0","name":"Capstone: Photo Tourist Web Application","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-capstone-photo-tourist-web-application-5123","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0d065fa-0033-45d6-a44a-5589efc2f954","name":"How to Fund Open Source | Matthew Wildrick Thomas","description":null,"image":null,"links":"article|https://mattwthomas.com/blog/fund-open-source/","topics":"economics;open-source","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":"5.0","tags":null} +{"iid":"c19681d6-dcb7-4a2f-879a-47596ad7daae","name":"Real Induction | Matthew Wildrick Thomas","description":null,"image":null,"links":"article|https://mattwthomas.com/blog/induction-on-reals/","topics":"math;economics","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":"5.0","tags":null} +{"iid":"b55ee233-3a7b-4fa0-ab8a-3f1111a4ea59","name":"The Software Architect Code: Building the Digital World","description":"By Universidad Carlos iii de Madrid via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-software-architect-code-building-the-digital-world-4812","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e4820ef-5ecf-402c-a370-106ca2735ba4","name":"Introduction to Java Programming: Writing Good Code","description":"By Universidad Carlos iii de Madrid via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-java-programming-writing-good-code-5735","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8211d8f2-4b77-4e63-bbc3-478fd8e3189e","name":"Programming for the Web with JavaScript","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.edx.org/course/programming-for-the-web-with-javascript","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a368b5a-edbb-44b0-816e-a5bbcb6d8704","name":"Game Design and Development: A Bit-by-Bit History of Video Game Music","description":"By Abertay University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-game-design-and-development-a-bit-by-bit-history-of-video-game-music-8765","topics":"game-design;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b66cc088-54fc-444f-8154-841ca163ef72","name":"Project: Create an iOS app from start to finish","description":"By Curtin University via edX","image":null,"links":"course|https://www.edx.org/course/project-create-an-ios-app-from-start-to-finish","topics":"software-tools/ios","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bde534e4-107c-486b-a462-8bfb13d39a90","name":"Scratch to Python: Moving from Block- to Text-based Programming","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-scratch-to-python-moving-from-block-to-text-based-programming-10565","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d6815de-a8a3-4bd7-ad6e-2567f828951d","name":"Object-oriented Programming in Python: Create Your Own Adventure Game","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-object-oriented-programming-in-python-create-your-own-adventure-game-8884","topics":"programming;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a162c8ca-bfc7-41f7-8bbf-bce66c1d8d04","name":"Programming 102: Think Like a Computer Scientist","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-programming-102-think-like-a-computer-scientist-12758","topics":"programming;computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4fc0e1b-a6cd-4498-8f96-48b3f7c65b49","name":"JavaScript Introduction","description":"By World Wide Web Consortium (W3C) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-javascript-introduction-8496","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"304a0230-b008-451f-b0be-bbf537e23550","name":"Software Testing Fundamentals","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/software-testing-fundamentals-0","topics":"software-testing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a9b0b0d-0c42-4a8d-9ba3-f9cf7505b2e4","name":"Designing Digital Solution","description":"By via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-designing-digital-solution-13998","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"134c9ed4-5e3b-477e-a6ac-7b453226b724","name":"HTML5 Apps and Games","description":"By World Wide Web Consortium (W3C) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-html5-apps-and-games-4671","topics":"programming-languages/html;web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d85d59f9-3ffb-4ed1-8d7b-338fab4d3d95","name":"Software Testing Management","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/software-testing-management-1","topics":"software-testing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ca99776-82b6-41d9-ab42-22961692f223","name":"Problem Solving through Programming in C","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-problem-solving-through-programming-in-c-10090","topics":"problem-solving;programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69f11766-a964-4b5a-a460-3dc56ff2027c","name":"Programming in Java","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs84/preview","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8afdb79e-4726-4037-b6e7-526bf40654c4","name":"Software testing","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-software-testing-14295","topics":"software-testing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6cb78242-32ed-47fd-a233-65ddd7c525ac","name":"Introduction to Programming in C","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-programming-in-c-2486","topics":"programming-languages/c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0dd5c66f-d43a-424b-8c86-9e81e674f8e2","name":"Programming in C++","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-programming-in-c-6704","topics":"programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a640b67b-142c-46f8-8681-6b74c67b2655","name":"Software Project Management","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-software-project-management-14294","topics":"software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bdd22dc-e9cd-4169-b606-0b76f6551331","name":"An Introduction to Programming through C++","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs39/preview","topics":"programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df03b2db-ab20-47f2-9215-03444b27c596","name":"Software Engineering","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs69/preview","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be1fb3a1-83a9-4e7a-9389-93d3583abbf3","name":"Database Management System","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs46/preview","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc3d4b35-2cc2-47d1-8849-3eef917c65d5","name":"Programming with GUIs","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/programming-with-guis","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c6398d1-3127-4b10-8473-5731c4baa9f9","name":"Inferential Statistical Analysis with Python","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/inferential-statistical-analysis-python","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9491a900-e7d2-4f0e-94af-956f1a3949a5","name":"Understanding and Visualizing Data with Python","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-understanding-and-visualizing-data-with-python-12647","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22bcf28f-c1ad-4695-8540-b9fa6b2ae34d","name":"Python Functions, Files, and Dictionaries","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/python-functions-files-dictionaries","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80551f98-8f64-4c01-9752-3dfda53a1c7f","name":"Data Collection and Processing with Python","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-collection-processing-python","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0cba459-f35b-47dd-90c4-62557e646cb4","name":"On Sleep","description":null,"image":null,"links":"blog|https://sleepdiplomat.wordpress.com/","topics":"sleep","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb95807f-2d6b-4b8f-a104-20335c049dae","name":"How to use GNU Screen | Matthew Wildrick Thomas","description":null,"image":null,"links":"article|https://mattwthomas.com/blog/screen/","topics":"open-source;software-tools/unix","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"5.0","tags":null} +{"iid":"8ba5d298-e23d-4435-81c5-7a2f45962bbd","name":"Python Basics","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/python-basics","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d155c1e-30ed-45d0-bf25-2447c95f222b","name":"AWS Fundamentals: Building Serverless Applications","description":"By Amazon Web Services via Coursera","image":null,"links":"course|https://www.coursera.org/learn/aws-fundamentals-building-serverless-applications","topics":"software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af18e390-3acf-4815-be9e-5da0fc2cc28c","name":"Java for Android","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-java-for-android-5446","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b74d598-967b-40b2-ae91-0845dd6bfd54","name":"Introduction to a Web of Linked Data","description":"By Inria (French Institute for Research in Computer Science and Automation) via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-introduction-to-a-web-of-linked-data-10982","topics":"semantic-web;linked-data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71db1695-3c15-4e26-af22-9cc7ba55c5c2","name":"Database Management System","description":"By CEC via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-database-management-system-13984","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe0ef589-39b9-48ef-b322-afd18c8bd005","name":"Web Content Management","description":"By UGC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_lb05/preview","topics":"content-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"adb6e62a-8846-4923-b3d1-49669b98f59d","name":"M040: New Features and Tools in MongoDB 4.0","description":"By via MongoDB University","image":null,"links":"course|https://www.classcentral.com/course/mongodb-university-m040-new-features-and-tools-in-mongodb-4-0-11559","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5998b824-9639-4c90-8f1c-8e991f2b0970","name":"Database and Content Organisation","description":"By IGNOU via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-database-and-content-organisation-13985","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be11aefc-3c8e-47f8-b13d-5b5a069d409e","name":"How to Prevent Email Scraping | Matthew Wildrick Thomas","description":null,"image":null,"links":"article|https://mattwthomas.com/blog/stop-email-scraping/","topics":"web-development;web","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":"5.0","tags":null} +{"iid":"c1286a4b-42a0-4ccf-a895-3daa7c83ed5c","name":"CSCI 1730 - Introduction to Programming Languages","description":"By Brown University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-csci-1730-introduction-to-programming-languages-458","topics":"programming;programming-languages","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"834a2c6a-1f7c-4618-9d5d-0fdea1d369ef","name":"M101: MongoDB for Developers","description":"By via MongoDB University","image":null,"links":"course|https://www.classcentral.com/course/mongodb-university-m101-mongodb-for-developers-474","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"100cef88-4445-40a9-ad83-667cff887fa6","name":"Introduction to Databases","description":"By Stanford University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-introduction-to-databases-593","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41a741b8-68e2-4ddf-96e5-bb01993be2d1","name":"Functional Hardware Verification","description":"By Cadence via Udacity","image":null,"links":"course|https://www.udacity.com/course/functional-hardware-verification--cs348","topics":"hardware;hardware-verification","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fff8022-b288-4a14-9f3d-134e8956efe5","name":"Building a Basic Website","description":"By University of Massachusetts Amherst via Independent","image":null,"links":"course|http://www.umass.edu/journalism/mooc/","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"be7fe4b6-4836-49a8-9f04-d751764bbe9c","name":"Intro to Java Programming","description":"By San Jose State University via Udacity","image":null,"links":"course|https://www.udacity.com/course/java-programming-basics--ud282","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81a41a31-2894-48b7-b167-324d21a237ff","name":"User Experience for the Web","description":"By via Open2Study","image":null,"links":"course|https://www.open.edu.au/online-courses/rmit-university","topics":"user-experience;web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bfef4966-0111-4be0-8252-c691acfd20a5","name":"Mobiles for Development","description":"By Indian Institute of Technology Kanpur via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-mobiles-for-development-1272","topics":"mobile-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c7e4d71-598d-45ed-956f-8b6a7f790a94","name":"Web Engineering II: Developing Mobile HTML5 Apps","description":"By Technische Hochschule Mittelhessen via iversity","image":null,"links":"course|https://iversity.org/courses/web-engineerihttps://iversity.org/courses/web-engineering-ii-developing-mobile-html5-apps","topics":"programming-languages/html;web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26eb3307-69c0-44b7-b291-612560e9bb29","name":"Web Engineering III: Quality Assurance","description":"By Technische Hochschule Mittelhessen via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-web-engineering-iii-quality-assurance-2258","topics":"web-development;software-testing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d567f476-e595-4690-8093-7a4e03d51a8f","name":"Mobile Game Development with GameSalad","description":"By Taylor's University via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-mobile-game-development-with-gamesalad-2427","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4774d93f-57f3-4ffa-b213-b22b9910cc24","name":"Just-in-Time Online Modules in Engineering Computing","description":"By George Washington University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-just-in-time-online-modules-in-engineering-computing-2380","topics":"programming-languages/python;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d84c492c-0c17-465e-959b-a01137eeb34b","name":"Serious Game Design and Development","description":"By via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-serious-game-design-and-development-2705","topics":"game-design;game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"867b632e-870c-494c-a1d2-70075000c1b1","name":"Web Application Architectures","description":"By University of New Mexico via Coursera","image":null,"links":"course|https://www.coursera.org/learn/web-app","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1e04314-2ebd-473d-a36a-b7497491673a","name":"Android Ubiquitous Computing","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-android-ubiquitous-computing-3582","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56307a3c-5237-4e8d-86a5-7670d7cd71c4","name":"Google Play Services","description":"By Google via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-google-play-services-3583","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03192f7b-4d95-4eb0-a6a9-575c4e023195","name":"Functional Programming in Haskell","description":"By Chennai Mathematical Institute via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc15_cs13/preview","topics":"functional-programming;programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7d891ee-e06a-44c0-93db-d64f59f2e87c","name":"Fundamentals of database systems","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc15_cs14/preview","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56ff40cd-a3c5-4109-94a5-550c88c0a3fd","name":"JDK 8 Massive Open and Online Course: Lambdas and Streams Introduction","description":"By Oracle via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-jdk-8-massive-open-and-online-course-lambdas-and-streams-introduction-3844","topics":"programming-language/java;programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"612f02ba-380b-40ad-bb11-12d9d5aafea3","name":"Programming for Everybody (Python)","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-programming-for-everybody-python-1957","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b978867-a9a0-48d1-8a20-80fbf2446a06","name":"Web Development with ASP.NET C# and Entity Framework Code-First","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-web-development-with-asp-net-c-and-entity-framework-code-first-5904","topics":"programming-languages/csharp;web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c813410-e4cc-4aba-affd-edb6e4d74d77","name":"Web Application Development: The Data Tier","description":"By University of New Mexico via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-web-application-development-the-data-tier-5536","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f5cd089-1da6-405c-8939-4048c7aef064","name":"Web Application Development: The Presentation Tier","description":"By University of New Mexico via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-web-application-development-the-presentation-tier-5527","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bbec22b7-d421-4f1a-8db7-4d8eeba53823","name":"Web Application Development: Testing and Deployment","description":"By University of New Mexico via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-web-application-development-testing-and-deployment-5537","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"721b6f53-8e36-4ba3-8915-829f8edc561b","name":"Introduction to MongoDB using the MEAN Stack","description":"By MongoDB University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-mongodb-using-the-mean-stack-4949","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ad3d39a-742e-42f5-8eb4-e7b5b23b322c","name":"Web Design for Everybody Capstone","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/web-design-project","topics":"web-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00ae7f67-abc6-4b37-80c2-125aa0b43301","name":"Web Application Development: Security","description":"By University of New Mexico via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-web-application-development-security-5579","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a43a13ed-bb0f-4435-83db-c73ce027eb9d","name":"Web Application Development – Capstone Course","description":"By University of New Mexico via Coursera","image":null,"links":"course|https://www.coursera.org/learn/webapps6","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a00dd0d7-8c9a-4763-868d-26df9af877c5","name":"M122: Getting Started with MongoDB Cluster Management","description":"By via MongoDB University","image":null,"links":"course|https://university.mongodb.com/courses/M122/about","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4262d286-dc16-4274-b026-40bba5b0cd58","name":"Programming Mobile Services for Android Handheld Systems: Concurrency","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/posaconcurrency","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93cc77ac-07cb-423d-9271-b60e44fe1865","name":"Programming Mobile Services for Android Handheld Systems: Content","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/posacontent","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a527423c-03fe-4098-872f-e3995ea2936d","name":"Advanced Java Concurrency","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/advanced-java-concurrency","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cac9632e-262f-4118-bc0d-e98bfaa39c1b","name":"Programming Mobile Services for Android Handheld Systems: Communication","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-programming-mobile-services-for-android-handheld-systems-communication-3078","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"774d129d-e7c8-47f4-ad28-2d753b3eaee8","name":"Building and Deploying Android App Projects","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/androidapps-2","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc256981-a423-407c-9d4b-264cbc07ea9e","name":"M202: MongoDB Advanced Deployment and Operations","description":"By via MongoDB University","image":null,"links":"course|https://university.mongodb.com/courses/M202/about","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f832432f-e378-4519-9732-602e8ab2e532","name":"M212: Adobe Experience Manager and MongoDB","description":"By via MongoDB University","image":null,"links":"course|https://www.classcentral.com/course/mongodb-university-m212-adobe-experience-manager-and-mongodb-5745","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa819cca-d50e-4b0e-864f-bdfc0504e7cc","name":"An introduction to Haskell Programming","description":"By Chennai Mathematical Institute via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-an-introduction-to-haskell-programming-5287","topics":"functional-programming;programming-languages/haskell","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01fb479a-87e4-481d-8e8e-10a06fe51b60","name":"MATLAB Programming for Numerical Computation","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-matlab-programming-for-numerical-computation-5303","topics":"programming-languages/matlab","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db385bb8-fa82-4d57-8fc1-00e6bf6b8907","name":"Programming with C#","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/programming-c-microsoft-dev204x-3","topics":"programming-languages/csharp","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48364a58-5710-48ad-8a4f-d2be6ed71943","name":"Programming Cloud Services for Android Handheld Systems: Security","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-programming-cloud-services-for-android-handheld-systems-security-3080","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80d09463-e822-4355-8723-4bc9d13565c5","name":"The Android Capstone Project","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/androidcapstone2","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60423122-6de3-4c87-b8ca-2d9cd51aa442","name":"Capstone: Retrieving, Processing, and Visualizing Data with Python","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/python-data-visualization","topics":"programming-languages/python;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f759693c-628a-4f5f-98e4-a49d6de84784","name":"Creative Coding","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-creative-coding-1850","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5907053d-fc4b-49d1-a0ba-12427b019976","name":"M233: Getting Started with Spark and MongoDB","description":"By via MongoDB University","image":null,"links":"course|https://www.classcentral.com/course/mongodb-university-m233-getting-started-with-spark-and-mongodb-6837","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"458e5759-55ea-42b6-bac1-0feb57982315","name":"Server-side Development with NodeJS","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-server-side-development-with-nodejs-4229","topics":"software-tools/nodejs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ae0ff88-4715-49a9-a769-2bf7125d862a","name":"Front-End JavaScript Frameworks: AngularJS","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/angular","topics":"software-tools/angularjs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93328b7c-6a34-40b4-a664-58530e033cde","name":"Front-End Web UI Frameworks and Tools","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-front-end-web-ui-frameworks-and-tools-4240","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c13039ba-2224-4eeb-aebf-60d8e8f2fd77","name":"Multiplatform Mobile App Development with Web Technologies","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-multiplatform-mobile-app-development-with-web-technologies-4224","topics":"mobile-development;web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"379b201e-ab21-4de6-b7b2-721b4310025d","name":"https://www.fresherslabs.com","description":null,"image":null,"links":"website|https://www.fresherslabs.com","topics":"education;online-learning","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"5.0","tags":null} +{"iid":"7dad02ba-e8b2-4f11-a79a-714d9ee898fe","name":"M034: New Features and Tools in MongoDB 3.4","description":"By via MongoDB University","image":null,"links":"course|https://university.mongodb.com/courses/M034/about","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20de8176-9c82-4916-aca8-523bcd1b154f","name":"Learn to Code Electronic Music Tools with Javascript","description":"By Goldsmiths, University of London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-learn-to-code-electronic-music-tools-with-javascript-8071","topics":"programming-languages/javascript;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e0d7266-b9c1-4f44-98a1-25e30d5f2534","name":"Hacking PostgreSQL: Data Access Methods","description":"By Ural Federal University via edX","image":null,"links":"course|https://www.edx.org/course/hacking-postgresql-data-access-methods-urfux-pgam31337x","topics":"software-tools/postgresql","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1882f52-7023-4296-a11a-f7fb824fa519","name":"Introduction to Xamarin.Forms","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/introduction-xamarin-forms-microsoft-dev215x-3","topics":"software-tools/xamarin","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f3567b5-002d-47c9-abfd-d3fd04ef4a8e","name":"Introduction to Cloud Computing","description":"By IEEE via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-cloud-computing-3353","topics":"cloud-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cdd8642-4ab0-4881-abfe-9d8b8f1386cb","name":"Introduction to Modern Application Development","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-modern-application-development-7908","topics":"programming;software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae8f8e9e-a958-4cf0-be8b-2a4d237762d6","name":"Beginning Game Programming with C#","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/game-programming","topics":"game-development;programming-languages/csharp","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3eb0421-703e-40bb-8967-1d441e489b93","name":"M123: Getting Started with MongoDB Atlas","description":"By via MongoDB University","image":null,"links":"course|https://www.classcentral.com/course/mongodb-university-m123-getting-started-with-mongodb-atlas-6838","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70077ae8-a926-46c6-9aa0-0706a64d43fe","name":"Professional Web Accessibility Auditing Made Easy","description":"By Chang School of Continuing Education via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ryersonu/courses/web-access-auditing","topics":"accessibility","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98875efd-dab6-4466-b144-276a01f58095","name":"M102: MongoDB for DBAs","description":"By via MongoDB University","image":null,"links":"course|https://university.mongodb.com/courses/M102/about","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3c2d003-5d2a-4862-a640-8ad6aeaf1573","name":"3D Graphics for Web Developers","description":"By Pompeu Fabra University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/3d-graphics-web-programmers","topics":"web-development;3d-graphics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70a26724-a3f5-4af8-84a3-606f3821598c","name":"Programming for Everyone: Introduction to Programming","description":"By Arizona State University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-programming-for-everyone-introduction-to-programming-8593","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62327c14-13e0-4fdb-a28b-b9312a908520","name":"M036: New Features and Tools in MongoDB 3.6","description":"By via MongoDB University","image":null,"links":"course|https://www.classcentral.com/course/mongodb-university-m036-new-features-and-tools-in-mongodb-3-6-9790","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0f58978-69d0-4c94-b253-41f6de045ba2","name":"High Performance Computing in the Cloud","description":"By Dublin City University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/high-performance-computing-cloud","topics":"cloud-computing;high-performance-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c4b7963-8ae0-4cad-9cfb-b5e8cc2eaf0c","name":"Database Infrastructure Fundamentals","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-database-infrastructure-fundamentals-11644","topics":"databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b2868a5-6171-4cad-aa05-fa9bedc141f4","name":"M101P: MongoDB for Developers","description":"By via MongoDB University","image":null,"links":"course|https://university.mongodb.com/courses/M101P/about","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"696a2f2f-3467-41a3-a062-0dd76c89d97e","name":"Introduction to Apache Spark and AWS","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/bigdata-cluster-apache-spark-and-aws","topics":"software-tools/spark;software-tools/aws","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85dac2e1-8b99-478e-9314-016920f223d8","name":"Web Accessibility for Developers","description":"By Ryerson University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ryersonu/courses/adv-web-accessibility","topics":"accessibility","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00405e93-6055-4839-a7cc-742ed6a26282","name":"Full Stack Web Development Specialization Capstone Project","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/specializations/full-stack-mobile-app-development","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee8150a4-c2d5-456c-85c3-e8623e4c8b61","name":"Data Science in the Games Industry","description":"By University of Dundee via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-data-science-in-the-games-industry-11192","topics":"data-science;games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92ee3835-2082-4ea8-8a86-ddc3e98c9a53","name":"M101N: MongoDB for .NET Developers","description":"By via MongoDB University","image":null,"links":"course|https://www.classcentral.com/course/mongodb-university-m101n-mongodb-for-net-developers-3273","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"474a1d29-0ddd-4fa3-80a1-a974a5035826","name":"Flutter Gems - A Curated Package Guide for Flutter","description":null,"image":null,"links":"website|https://fluttergems.dev/","topics":"software-tools/flutter","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"3.0","tags":null} +{"iid":"7b4eecb6-e1f3-449f-9a88-d1847367b348","name":"Video & Film - e-flux","description":null,"image":null,"links":"website|https://www.e-flux.com/video/","topics":"film;arts","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"69a14c13-1ce1-4d98-8e96-0d52710a0a1e","name":"Video Game Design History","description":"By Rochester Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-video-game-design-history-6720","topics":"game-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96753248-bee0-44a6-8b90-d5e56dc559b0","name":"Begin Programming: Build Your First Mobile Game","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/begin-programming","topics":"programming;game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b15394f8-bd76-4c99-8d44-40eb9a19379b","name":"Concepts in Game Development","description":"By Swinburne University of Technology via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/concepts-in-game-development","topics":"game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e328e86-a585-4de4-9a3a-e1b3995ebb23","name":"Secure Android App Development","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-secure-android-app-development-7436","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c23a1d5-233e-4d69-877e-149a693f7825","name":"CODAPPS: Coding mobile apps for entrepreneurs","description":"By EMLYON Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-codapps-coding-mobile-apps-for-entrepreneurs-4333","topics":"mobile-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c67e8ed8-412b-434e-a0aa-794e5a35bff8","name":"Joy of computing using Python","description":"By Indian Institute of Technology, Ropar via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cs09/","topics":"computer-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bec0479-edf0-4592-ad51-ef40005b3430","name":"Programming, Data Structures and Algorithms in Python","description":"By Chennai Mathematical Institute via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cs08/","topics":"programming;data-structures;algorithms;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d6389d7-8c7f-4f3f-8e90-e8b56b87d3d0","name":"Data Plane Programming","description":"By Karlstad University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-data-plane-programming-12778","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58718866-f070-4622-a7c3-20cf9dedc11f","name":"Advanced MATLAB for Scientific Computing","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-advanced-matlab-for-scientific-computing-9500","topics":"programming-languages/matlab;scientific-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b29aa768-4c87-444c-9730-0e48979ff67d","name":"Defensive Programming and Debugging","description":"By Partnership for Advanced Computing in Europe via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/defensive-programming-and-debugging","topics":"programming;debugging","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acfdfb62-f8d7-40d0-ba21-17509d2a497f","name":"Getting started with Augmented Reality","description":"By Institut Mines-Télécom via Coursera","image":null,"links":"course|https://www.coursera.org/learn/augmented-reality","topics":"augmented-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3560140e-23db-44e5-8b35-808d798d6ef4","name":"How To Start Your Career In Games Development","description":"By BGI via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/how-to-start-your-career-in-games-development","topics":"careers;game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c863434b-ffee-4050-abff-44ad4dd09035","name":"Intelligent Enterprise User Experience with SAP Fiori 3","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-intelligent-enterprise-user-experience-with-sap-fiori-3-13611","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d0ca916-3d32-4cce-ad7b-14bc864455ca","name":"Business Problems and Software Solutions","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-business-problems-and-software-solutions-11542","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e27a23ff-8a38-4bd7-853c-e7fc52a04783","name":"M312: Diagnostics and Debugging","description":"By via MongoDB University","image":null,"links":"course|https://www.classcentral.com/course/mongodb-university-m312-diagnostics-and-debugging-8832","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9baf8701-892b-4434-8e76-f9125228fc34","name":"M001: MongoDB Basics","description":"By via MongoDB University","image":null,"links":"course|https://www.classcentral.com/course/mongodb-university-m001-mongodb-basics-8824","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fad57a5e-dd78-4af0-9e92-cfdb7fd98a3d","name":"M201: MongoDB Performance","description":"By via MongoDB University","image":null,"links":"course|https://www.classcentral.com/course/mongodb-university-m201-mongodb-performance-8830","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f76b5077-d1a5-445d-8c77-2ab021f11306","name":"M310: MongoDB Security","description":"By via MongoDB University","image":null,"links":"course|https://university.mongodb.com/courses/M310/about","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e780c944-99e8-44a4-8ad7-4cd8c6d8fd89","name":"M103: Basic Cluster Administration","description":"By via MongoDB University","image":null,"links":"course|https://www.classcentral.com/course/mongodb-university-m103-basic-cluster-administration-10517","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30cd9de5-846a-4f57-9313-fd14428dc2b6","name":"M220JS: MongoDB for Javascript Developers","description":"By MongoDB University via MongoDB University","image":null,"links":"course|https://www.classcentral.com/course/mongodb-university-m220js-mongodb-for-javascript-developers-12630","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79024ff1-6b42-4506-a3bf-b7bc73d38666","name":"M320: Data Modeling","description":"By via MongoDB University","image":null,"links":"course|https://www.classcentral.com/course/mongodb-university-m320-data-modeling-13815","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb90ced6-6027-4bc0-800d-33f9ec06f756","name":"M121: The MongoDB Aggregation Framework","description":"By via MongoDB University","image":null,"links":"course|https://university.mongodb.com/courses/M121/about","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc063ec5-f026-4a26-a173-d343bb157b03","name":"M220J: MongoDB for Java Developers","description":"By MongoDB University via MongoDB University","image":null,"links":"course|https://www.classcentral.com/course/mongodb-university-m220j-mongodb-for-java-developers-12629","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90b6e8d6-a824-4ab8-a71e-2d9f6430c276","name":"M220P: MongoDB for Python Developers","description":"By via MongoDB University","image":null,"links":"course|https://university.mongodb.com/courses/M220P/about","topics":"software-tools/mongodb","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c5f3df3-8e88-4379-9557-a0b333eb1da3","name":"From Python to Java: Fundamentals of Programming","description":"By University of Wolverhampton via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/wolverhampton/courses/java-programming","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b64e1534-b759-41ab-a152-0d7df234f369","name":"Introduction to Engineering Mechanics","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/engineering-mechanics-statics","topics":"engineering-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4407c36b-2739-45e0-bba4-5ea3722c8099","name":"Mechanics of Materials I: Fundamentals of Stress & Strain and Axial Loading","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mechanics-1","topics":"engineering-mechanics;mechanics-of-materials","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9d31975-5c33-4b21-b1b9-637796aa4eb8","name":"Top 10 C++ Projects for Beginners in 2021 for Practice | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/cpp-projects-for-beginners","topics":"programming-languages/c++;code","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":"5.0","tags":"oer"} +{"iid":"b9d781de-9ac8-42d1-a351-57d154093286","name":"Circuits and Electronics 1: Basic Circuit Analysis","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/circuits-and-electronics-1-basic-circuit-analysis","topics":"circuit-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ee5cf59-821b-43ab-a29b-dd98cb54c104","name":"Applications in Engineering Mechanics","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/engineering-mechanics-statics-2","topics":"engineering-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98db8523-9dae-4c92-bb7f-e159c0183177","name":"Agile for Project Control","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-agile-for-project-control-11921","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe3aed14-4f8f-49bb-937a-6587957006ca","name":"Advanced Engineering Systems in Motion: Dynamics of Three Dimensional (3D) Motion","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/motion-and-kinetics","topics":"dynamics;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"027d8724-1a48-4787-8f48-12092cd7d6f7","name":"Mechanics of Materials II: Thin-Walled Pressure Vessels and Torsion","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mechanics-of-materials-ii-thin-walled-pressure-vessels-and-torsion-5385","topics":"engineering-mechanics;mechanics-of-materials","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f29cae73-1775-4364-a6cb-0ff9732c9e44","name":"The 3D Printing Revolution","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-3d-printing-revolution-5991","topics":"3d-printing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8ad0322-d713-4e9c-a06a-1c753a2255c5","name":"Mechanics of Materials III: Beam Bending","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/beam-bending","topics":"mechanics-of-materials","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e168e3f-8e17-411d-add1-dbe5294885a5","name":"Engineering Systems in Motion: Dynamics of Particles and Bodies in 2D Motion","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-engineering-systems-in-motion-dynamics-of-particles-and-bodies-in-2d-motion-7788","topics":"dynamics;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e256b5e9-b30a-4fda-8890-88cd01e18412","name":"The Art of Structural Engineering: Vaults","description":"By Princeton University via edX","image":null,"links":"course|https://www.edx.org/course/the-art-of-structural-engineering-vaults","topics":"structural-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c4be3ee-76b7-468a-b447-3c9171d6cd0a","name":"Mechanics of Materials IV: Deflections, Buckling, Combined Loading & Failure Theories","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/materials-structures","topics":"mechanics-of-materials","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdeba2f7-157c-49cb-8fef-13bc92d1d107","name":"Maps and the Geospatial Revolution","description":"By Pennsylvania State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/geospatial","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26d201ed-ee95-4a1f-bb14-4bc1aaf90189","name":"Embedded Systems - Shape The World: Microcontroller Input/Output","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.edx.org/course/embedded-systems-shape-the-world-microcontroller-inputoutput-2","topics":"electrical-engineering;microcontrollers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3129bb31-a124-49e2-82ce-5e002cd6ef09","name":"Fundamentals of GIS","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/gis","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f02a0a16-57d3-4833-baef-b0df505afde3","name":"Control of Mobile Robots","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mobile-robot","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"885f4bf9-1582-4968-989a-018c6efc12e9","name":"Going Places with Spatial Analysis","description":"By Esri via Independent","image":null,"links":"course|https://www.esri.com/training/catalog/57660f19bb54adb30c9454b0/going-places-with-spatial-analysis/","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b7aaf8d-0346-4ea1-87ca-836e29ffe464","name":"Building a Future with Robots","description":"By The University of Sheffield via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-building-a-future-with-robots-6721","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b57ac21-b2b4-4480-a14b-a840a4c36694","name":"Introduction to Aerospace Engineering: Astronautics and Human Spaceflight","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-aerospace-engineering-astronautics-and-human-spaceflight","topics":"aerospace-engineering;space-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b6a93f7-03ad-4b72-a36e-bcb3f2dbb3c2","name":"Robotics: Aerial Robotics","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-robotics-aerial-robotics-5025","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5cbd0844-a73b-4cdc-8871-766ddc5f9146","name":"Autonomous Navigation for Flying Robots","description":"By Technische Universität München (Technical University of Munich) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-autonomous-navigation-for-flying-robots-1911","topics":"autonomous-vehicles;robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4aaf9c5-4adf-4a7b-9e5a-9c3e26cd1a62","name":"Sports and Building Aerodynamics","description":"By Eindhoven University of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sports-building-aerodynamics","topics":"sports;aerodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5f06718-693c-4fae-bc85-eb653af9ae52","name":"Transistor - Field Effect Transistor and Bipolar Junction Transistor","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-transistor-field-effect-transistor-and-bipolar-junction-transistor-12135","topics":"transistors;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c3586df-48db-4ede-a51c-d621d9327555","name":"Diode - pn Junction and Metal Semiconductor Contact","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/diode-pn-junction-metal-semiconductor-contact","topics":"diode;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27e306c6-4ada-44c2-a0aa-21b5522596e1","name":"Semiconductor Physics","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/semiconductor-physics","topics":"semiconductors","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d825b97e-c0e1-465a-a4ee-09203e1c0f12","name":"Materials Science: 10 Things Every Engineer Should Know","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-materials-science-10-things-every-engineer-should-know-5074","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7923b44c-201b-462c-af00-4d60b41d839d","name":"Engineering Project Management: Risk, Quality, Teams, and Procurement","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-engineering-project-management-risk-quality-teams-and-procurement-8329","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46700c1c-3454-43d5-a509-dea926b9b65c","name":"Major Engineering Projects: Governance, Risk and Scope","description":"By University of Leeds via Coursera","image":null,"links":"course|https://www.coursera.org/learn/major-engineering-projects","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf70b99d-9f35-4c70-a0f6-d84c1500ff7b","name":"Motors and Motor Control Circuits","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/motors-circuits-design","topics":"electrical-engineering;motors","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aab4bb5a-863e-4443-969c-449c3163e30f","name":"Manufacturing Process with Autodesk Fusion 360","description":"By Autodesk via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-manufacturing-process-with-autodesk-fusion-360-10169","topics":"manufacturing;software-tools/autodesk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfecaa24-60b0-4c47-a9ec-f2fa0cc51c16","name":"Spacecraft Dynamics Capstone: Mars Mission","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-spacecraft-dynamics-capstone-mars-mission-12581","topics":"space-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63d6ca13-6f2b-46e0-9ebe-3aaf6ee2c73d","name":"Geospatial and Environmental Analysis","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/spatial-analysis","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73913130-8586-4e1e-8eef-1e225c3c1ed7","name":"Digital Thread: Components","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/digital-thread-components","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bdda5b7-9246-4a0f-b43f-96998b0701c6","name":"Ferrous Technology II","description":"By Pohang University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ferrous-technology-ii-10363","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36c08dd9-35ca-4c1e-afd0-33b517dcf3a3","name":"Modern Robotics, Course 4: Robot Motion Planning and Control","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/modernrobotics-course4","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"645d13e8-eb75-449a-92d7-e7b56a85d30a","name":"Design of High-Performance Optical Systems","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-design-of-high-performance-optical-systems-12052","topics":"optics;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3567ef2-6ef0-4d41-9bf5-1b6910108245","name":"Introduction to High-Throughput Materials Development","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/high-throughput","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0078bb73-971a-4d6d-9cb4-fefcd335c06c","name":"Ferrous Technology I","description":"By Pohang University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ferrous-technology-1","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31ffc887-2ab8-4b1b-9a4b-495094008c28","name":"Major Engineering Project Performance","description":"By University of Leeds via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-major-engineering-project-performance-10519","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee824c60-4162-452f-a2c9-1d384dadd60a","name":"Modern Robotics, Course 6: Capstone Project, Mobile Manipulation","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/modernrobotics-course6","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4792efad-bcbe-4ec2-a3d8-040e7b9e3ca9","name":"Financing and Initiating Major Engineering Projects","description":"By University of Leeds via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-financing-and-initiating-major-engineering-projects-11050","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3042490-0ec3-4248-8571-0dd96dde8388","name":"Disaster Risk Management and Korean Policies","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/disaster-risk-management-korean-policies","topics":"civil-engineering;nations/korea","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f78e0f8f-a1ea-4b8c-bdd9-73ec474d6ef7","name":"Fundamentals of Fluid Power","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/fluid-power","topics":"hydraulics;mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21e7e77e-e85f-4ed9-995b-8d125876253c","name":"Digital Systems: From Logic Gates to Processors","description":"By Universitat Autònoma de Barcelona (Autonomous University of Barcelona) via Coursera","image":null,"links":"course|https://www.coursera.org/learn/digital-systems","topics":"electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e105dd9-0b7e-4f65-931d-b39ccf81b445","name":"Engineering Project Management: Scope, Time and Cost Management","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-engineering-project-management-scope-time-and-cost-management-8328","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e6ce418-5318-4e75-b05e-85e1d86cb071","name":"Linear Circuits 2: AC Analysis","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/linear-circuits-ac-analysis","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b837d895-94a2-4902-9b93-a1dbabe06723","name":"Go Solar PV: The Business Potential of Solar Photovoltaics","description":"By InnoEnergy via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/solar-pv","topics":"solar-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44af942b-c8f3-40b1-9428-188adac1b904","name":"Plastic electronics","description":"By École Polytechnique via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-plastic-electronics-10161","topics":"electrical-engineering;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e35d0825-9f35-4a02-839f-7c2244a6986a","name":"Ethics, Technology and Engineering","description":"By Eindhoven University of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ethics-technology-and-engineering-10485","topics":"engineering;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"485efeb0-4e0c-43ed-bef4-91d06243a28a","name":"Modern Robotics, Course 5: Robot Manipulation and Wheeled Mobile Robots","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-modern-robotics-course-5-robot-manipulation-and-wheeled-mobile-robots-11324","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a18945a2-5433-4954-a388-3da016493530","name":"Collaborative Robot Safety: Design & Deployment","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-collaborative-robot-safety-design-deployment-12018","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa251336-fe5f-4c12-8d40-3425c6b839a4","name":"Light Emitting Diodes and Semiconductor Lasers","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-light-emitting-diodes-and-semiconductor-lasers-12228","topics":"diode;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91dd23b7-3772-40e6-8e44-2161ff7cccc2","name":"Nanophotonics and Detectors","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/nanophotonics-detectors","topics":"electrical-engineering;nanotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"630df04d-b248-4114-8442-1ba267dc180e","name":"Battery Storage Technology: Opportunities and Uses","description":"By InnoEnergy via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/battery-storage-applications","topics":"electrical-engineering;batteries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6be3f019-a6cf-42c2-a07b-e8a2a251f9e5","name":"Adding Protein Powder in Coffee: 5 Benefits (Good or Bad?) | AWSM","description":null,"image":null,"links":"blog|https://awesomecoffee.com/pages/protein-coffee","topics":"coffee;health","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"455a109a-9fb4-441c-8eda-91f3a4a1ab00","name":"Wind Energy","description":"By Technical University of Denmark (DTU) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-wind-energy-5552","topics":"wind-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9c46b20-7582-4c61-8304-10e0423740c6","name":"GIS Data Formats, Design and Quality","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-gis-data-formats-design-and-quality-5612","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29a1a979-d78c-44a3-97eb-d4edc6420be5","name":"Environmental Management & Ethics","description":"By Technical University of Denmark (DTU) via Coursera","image":null,"links":"course|https://www.coursera.org/learn/environmental-management-ethics","topics":"ethics;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1eccf849-ca27-41e0-bb45-b9b0dee58200","name":"3D Printing Applications","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-3d-printing-applications-5986","topics":"3d-printing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe270a22-92a7-413b-85eb-aba013721561","name":"Linear Circuits 1: DC Analysis","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/linear-circuits-dcanalysis","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8004276b-9a0a-47ab-9069-4f368c13dfef","name":"Digital Manufacturing & Design","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.coursera.org/learn/digital-manufacturing-design","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a461373-064a-4379-a80b-10ef77f4b008","name":"MBSE: Model-Based Systems Engineering","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mbse-model-based-systems-engineering-8312","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3be5672-4e40-4fd2-9958-a700808588a7","name":"Digital Thread: Implementation","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/digital-thread-implementation","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db1ad531-5105-48a2-9b41-f2e93f1b60a0","name":"Photovoltaic solar energy","description":"By École Polytechnique via Coursera","image":null,"links":"course|https://www.coursera.org/learn/photovoltaic-solar-energy","topics":"solar-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef167652-7f29-4678-807f-313cd0eacba8","name":"Displays","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-displays-12227","topics":"display-technology;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f724bcf5-4400-4400-bdf1-a22af7f825aa","name":"Model-Based Automotive Systems Engineering","description":"By Chalmers University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-model-based-automotive-systems-engineering-10296","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"170543e7-8f2a-459a-9c77-a8f67dc5f0ea","name":"Introduction to Systems Engineering","description":"By University of New South Wales via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-systems-engineering-1381","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a789f837-2855-4c10-9aeb-282751d9a460","name":"Wind resources for renewable energies","description":"By École Polytechnique via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wind-for-renewable-energies","topics":"wind-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a1b567b-10a1-4630-b082-1fdea39e01f8","name":"Industrial Biotechnology","description":"By University of Manchester via Coursera","image":null,"links":"course|https://www.coursera.org/learn/industrial-biotech","topics":"biotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b78d1c8b-f6b0-4cce-bb8e-1a8296b6913c","name":"Battery State-of-Charge (SOC) Estimation","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-battery-state-of-charge-soc-estimation-12082","topics":"batteries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f21499f8-abf0-4f80-897e-f2c4589cad41","name":"Introduction to Basic Vibrations","description":"By Korea Advanced Institute of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-basic-vibrations-13421","topics":"vibrations;mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1239ec4-f692-4d17-b049-0103b0a4adb1","name":"Spatial Analysis and Satellite Imagery in a GIS","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.coursera.org/learn/spatial-analysis-satellite-imagery-in-a-gis","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5194906-a871-4766-99a0-cdd363fa903d","name":"Capstone Design Project in Power Electronics","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/power-electronics-capstone","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ce0ae4b-686c-459e-98a4-ad114776f913","name":"Modern Robotics, Course 1: Foundations of Robot Motion","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/modernrobotics-course1","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e8bfd93-c9b9-4e1d-bc21-a0e339607d03","name":"Silicon Thin Film Solar Cells","description":"By École Polytechnique via Coursera","image":null,"links":"course|https://www.coursera.org/learn/silicon-thin-film-solar-cells","topics":"solar-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34ef5666-8a08-4116-abd0-62dd0aadfc6a","name":"FPGA computing systems: Background knowledge and introductory materials","description":"By Politecnico di Milano via Coursera","image":null,"links":"course|https://www.coursera.org/learn/fpga-intro","topics":"fpga","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19710b6a-2e37-46c4-b92b-4b3250e5e862","name":"Sensors and Sensor Circuit Design","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sensors-circuit-interface","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"094a3922-ec8e-49b4-92ce-eaef9f4b14dd","name":"Battery Pack Balancing and Power Estimation","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/battery-pack-balancing-power-estimation","topics":"batteries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b9bafe2-d72c-44d9-b6b7-e2d7c1e84bd6","name":"First Order Optical System Design","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/first-order-optical-system-design","topics":"optics;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25ef98ea-b46e-4f52-a1c5-c9161e85d5f5","name":"Introduction to battery-management systems","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/battery-management-systems","topics":"batteries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be169f34-74c5-4216-b75f-0daa5e477708","name":"Equivalent Circuit Cell Model Simulation","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/equivalent-circuit-cell-model-simulation","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31a0309c-d185-4867-bbe8-3e322ef554d7","name":"Agile Web Development with Rails 6 by Sam Ruby and David Bryant Copeland | The Pragmatic Bookshelf","description":null,"image":null,"links":"book|https://pragprog.com/book/rails6/agile-web-development-with-rails-6","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85e83628-e4d9-4538-9e04-e90c5320d62a","name":"Municipal Solid Waste Management in Developing Countries","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-municipal-solid-waste-management-in-developing-countries-4080","topics":"waste-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7079438b-a66f-4eac-872b-d717b9e4b6d7","name":"Intelligent Machining","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intelligent-machining","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b12e454b-035c-4d80-a238-c07ebfae7280","name":"Cyber Security in Manufacturing","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cyber-security-in-manufacturing-8308","topics":"computer-security;manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c629523-7d09-426e-8cad-78f8a0692f1e","name":"3D Model Creation with Autodesk Fusion 360","description":"By Autodesk via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-3d-model-creation-with-autodesk-fusion-360-10167","topics":"3d-modeling;software-tools/autodesk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff8213ea-d232-482f-ba23-861596d0646b","name":"3D CAD Application","description":"By National Taiwan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/3d-cad-application","topics":"3d-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":null} +{"iid":"273f5a93-4ac8-4bb4-97e8-7a0209a89301","name":"Standardisation & Technology","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.coursera.org/learn/standardisation","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17ec2319-a9d7-42c8-9659-59dff45b74c5","name":"Multivariate and Geographical Data Analysis","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/multivariate-geographical-analysis","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd766e3f-b5b3-493b-bf2b-26be300dede1","name":"Electrodynamics: Electric and Magnetic Fields","description":"By Korea Advanced Institute of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/electrodynamics-electric-magnetic-fields","topics":"electrodynamics;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a4150a2-1e31-470b-b68c-f68e95c99875","name":"CBRS Professional Training","description":"By Google - Spectrum Sharing via Coursera","image":null,"links":"course|https://www.coursera.org/learn/google-cbrs-professional-training","topics":"spectrum","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6acfa13-f1ef-46cf-946a-4bf13d78205a","name":"GIS Data Acquisition and Map Design","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.coursera.org/learn/gis-data-acquisition-map-design","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46975506-6f4d-4cbc-9291-957e91ec327c","name":"Information Theory","description":"By The Chinese University of Hong Kong via Coursera","image":null,"links":"course|https://www.coursera.org/learn/information-theory","topics":"information-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdae11d1-bab6-4263-aef3-879b91f11333","name":"Introduction to Electronics","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-electronics-2466","topics":"electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73c9db52-f072-4b4c-92cf-b65117f27936","name":"Observation Theory: Estimating the Unknown","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/observation-theory-estimating-the-unknown-3","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bf6fd44-40f5-4c41-93df-85f94df646db","name":"Intro to Digital Manufacturing with Autodesk Fusion 360","description":"By Autodesk via Coursera","image":null,"links":"course|https://www.coursera.org/learn/introduction-digital-manufacturing-fusion-360","topics":"manufacturing;software-tools/autodesk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e0d03d6-fdc6-45a0-8423-76ea72bd2ba5","name":"Imagery, Automation, and Applications","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-imagery-automation-and-applications-5586","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24482c4e-3e57-4b4b-8fee-ef8e7307d00c","name":"3D Printing Software","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-3d-printing-software-5993","topics":"3d-printing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"232e9934-5f88-4d5d-9dc5-4e2e5d7f2d36","name":"Materials Data Sciences and Informatics","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-materials-data-sciences-and-informatics-6534","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91e5bc59-9090-4e4e-84ae-bdf7d5f74d1b","name":"Quantitative Model Checking","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-quantitative-model-checking-7502","topics":"engineering;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41dc5543-8607-440c-a68e-6574fa631d0b","name":"Advanced Manufacturing Enterprise","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/advanced-manufacturing-enterprise","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94d70302-052e-4d83-b129-a89150c80363","name":"Roadmap to Success in Digital Manufacturing & Design","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-roadmap-to-success-in-digital-manufacturing-design-8317","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ede90eb-75e8-4308-87d0-4a4d7488cab9","name":"Nanotechnology: A Maker’s Course","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-nanotechnology-a-maker-s-course-9262","topics":"nanotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"606f63a2-658a-49bb-87be-bd1398d4a0cf","name":"Engineering Design Process with Autodesk Fusion 360","description":"By Autodesk via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-engineering-design-process-with-autodesk-fusion-360-10170","topics":"engineering-design;software-tools/autodesk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69736d8a-f108-4fc7-bfb3-27762ebe93f2","name":"Modern Robotics, Course 3: Robot Dynamics","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/modernrobotics-course3","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a500f07d-0719-42f1-a351-f5471fbb1d4a","name":"Optical Efficiency and Resolution","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/optical-efficiency-and-resolution","topics":"optics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a81dbce-b81e-434c-abea-216eb0dc41dd","name":"Mastering Statics","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mastering-statics","topics":"engineering;statics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63e2e0dd-f96e-41d6-8237-1c03ed8eab17","name":"Introduction to GIS Mapping","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.coursera.org/learn/introduction-gis-mapping","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c75d8ec1-84b6-48d4-85f9-038324635f30","name":"Planning & Design of Sanitation Systems and Technologies","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sanitation","topics":"sanitation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1792b0c7-49aa-4131-b552-b157b77df489","name":"The City and You: Find Your Best Place","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.coursera.org/learn/city-and-you-find-best-place","topics":"civil-engineering;cities;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77541a1f-f6e3-4ec4-b399-6f0059d9047c","name":"Nanotechnology and Nanosensors, Part 2","description":"By Technion - Israel Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/nanotechnology2","topics":"nanotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84023a2b-012b-427a-804e-128d42c98529","name":"Material Behavior","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-material-behavior-5944","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4853b8e-7e22-4358-afe5-d018f2bed892","name":"Advanced Manufacturing Process Analysis","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/advanced-manufacturing-process-analysis","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2eb1e498-13eb-4fda-90df-3ef8004607c7","name":"Introduction to FPGA Design for Embedded Systems","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intro-fpga-design-embedded-systems","topics":"fpga;embedded-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2338d282-75b8-4a69-af9c-8a302ef4847e","name":"Autodesk Fusion 360 Integrated CAD/CAM/CAE","description":"By Autodesk via Coursera","image":null,"links":"course|https://www.coursera.org/learn/fusion-360-integrated-cad-cam-cae","topics":"software-tools/autodesk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"632407eb-1606-4fe8-98f4-698d8f3a99d4","name":"Modern Robotics, Course 2: Robot Kinematics","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/modernrobotics-course2","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6ce43ba-4e0d-47cc-a971-f72b782be4d7","name":"Electric Power Systems","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/electric-power-systems","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"941bd356-1f3a-4fa9-aec7-c3f8d23e52c6","name":"Pressure, Force, Motion, and Humidity Sensors","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-pressure-force-motion-and-humidity-sensors-12361","topics":"electrical-engineering;sensors","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8dad6b61-e69a-4553-ba4d-063bdac7249d","name":"Become a CBRS Certified Professional Installer by Google","description":"By Google - Spectrum Sharing via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-become-a-cbrs-certified-professional-installer-by-google-13648","topics":"cbrs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f3983a9-d556-42c9-b9e6-4331f2d87475","name":"GIS, Mapping, and Spatial Analysis Capstone","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-gis-mapping-and-spatial-analysis-capstone-13456","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ff19f2f-8e6c-492b-a661-e7a9ca1be1cb","name":"Simulation and modeling of natural processes","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.coursera.org/learn/modeling-simulation-natural-processes","topics":"engineering;simulation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"976aa2b0-f594-44f3-bb23-f1ba0e3a86f2","name":"Wireless Communications for Everybody","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wireless-communications","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c249d103-1a42-4095-8642-4aa5972b6d62","name":"Introduction to Satellite Communications","description":"By Institut Mines-Télécom via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-satellite-communications-6313","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c891b9c-77f8-49f6-b5c0-c8ddd9525e3d","name":"New Product Development - develop your own new product","description":"By Technion - Israel Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/new-product-development","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91be1c98-6e6b-480c-a221-075fc70d49f7","name":"Neural Networks from Scratch","description":null,"image":null,"links":"book|https://nnfs.io/","topics":"neural-network","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e1b6421-87e6-4356-bfd7-e740209c990a","name":"Electrodynamics: Analysis of Electric Fields","description":"By Korea Advanced Institute of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/electrodynamics-analysis-of-electric-fields","topics":"electrodynamics;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac8cff69-9959-4457-a826-21ec5d76e797","name":"Ethics in Engineering Practice","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-ethics-in-engineering-practice-14046","topics":"engineering;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d1523a9-52b2-47e2-95e3-a5b106d9acff","name":"Introduction to Aeronautical Engineering","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-aeronautical-engineering-1491","topics":"aerospace-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"224c1e31-dbae-434d-b9b8-aef4804a3f1a","name":"Introduction to Embedded Systems Software and Development Environments","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-embedded-systems-software-and-development-environments-8458","topics":"embedded-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d14fdc41-918d-4cca-b6ad-24dd5a36523d","name":"Vibration and Structural Dynamics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-vibration-and-structural-dynamics-14351","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65687a6f-0fca-4780-b27b-8aa6da8c130b","name":"Photogeology in Terrain Evaluation (Part 1 and 2)","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ce34/preview","topics":"photogeology;geology;civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68482e48-3605-4c0e-a853-a575bbb04434","name":"Manufacturing of Composites","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me67/preview","topics":"manufacturing;material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2893154d-8bfa-4b33-996f-aeb4f5284776","name":"Fundamentals and Applications of Dielectric Ceramics","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mm16/preview","topics":"material-science;ceramics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"053e96ed-8870-4531-a0d8-8cd92e5895ea","name":"Digital Switching I","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-digital-switching-i-14008","topics":"electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6617df30-608a-4c00-87f5-7598e2a555e3","name":"Desktop GIS","description":"By Pace University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-desktop-gis-1292","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3da9347-aed8-49c1-b41d-b6df8ba80576","name":"Material Processing","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/material-science-engineering","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40f57bf7-d8b1-4f7d-9ab3-b696a9f35c82","name":"Robotics: Mobility","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-robotics-mobility-5032","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6b695bf-2deb-4fe6-8529-9e4c68717484","name":"Principles of Communication Systems Part II","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee47/preview","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73b3f2e7-ed2b-466a-b6b0-2d2df8882f56","name":"Fluid Mechanics","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ce28/preview","topics":"fluid-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a9a6922-00aa-4ce6-9d97-bf12252f5299","name":"Hardware modeling using verilog","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-hardware-modeling-using-verilog-14103","topics":"verilog;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df3d9328-6c67-40bc-8844-266b83ba13af","name":"Spatial Informatics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-spatial-informatics-14300","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77a802e3-7294-4f0f-a026-4763869ca34a","name":"Steam Power Engineering","description":"By NPTEL via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-steam-power-engineering-14304","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba4f94d7-2836-421e-8b98-2b903319a8eb","name":"Structural Dynamics for Civil Engineers - SDOF systems","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ce27/preview","topics":"civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"281d8d09-bd19-42c5-81f6-cf8bbdc2b041","name":"Converter Control","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/converter-control","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"210ed44c-8d38-4fb2-9b1d-bbfbac39a914","name":"Fluid Machines","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me55/preview","topics":"fluid-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94b1c9b8-5e39-4fd3-9f06-dc42244a2556","name":"Machine Design Part I","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/machine-design1","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6d3de52-fddb-4581-be67-20fcb32b55a0","name":"Electrodynamics: An Introduction","description":"By Korea Advanced Institute of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/electrodynamics-introduction","topics":"electrodynamics;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f235dd4-8dc1-4405-9d92-8743f550efdf","name":"Computer numerical control CNC of machine tools and processes","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me46/preview","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6901e87-fd66-40a6-b471-5a872a706677","name":"Design of fixed wing Unmanned Aerial Vehicles","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-design-of-fixed-wing-unmanned-aerial-vehicles-13996","topics":"aerospace-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06baa3ff-a99f-47f0-8ee5-43ae6e6cb768","name":"Reinforced Concrete Road Bridges","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-reinforced-concrete-road-bridges-14270","topics":"civil-engineering;bridges","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"097ad2a0-dd8f-45b3-af26-a9deb88c2ff3","name":"Remote Sensing and Digital Image Processing of Satellite Data","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-remote-sensing-and-digital-image-processing-of-satellite-data-14271","topics":"remote-sensing;image-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76c2551b-a83c-4e12-99f9-ca7607e76820","name":"Geographical Information Systems - Part 1","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/gis-1","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dec43303-c398-4d55-a0a4-f590b7bd3b50","name":"Converter Circuits","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/converter-circuits","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9577c6ba-0989-44cd-a6f2-de9ea7683e03","name":"Magnetics for Power Electronic Converters","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/electronic-converters","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e181c85d-7bac-4d64-822d-5bcd73c1c3bc","name":"Indica","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/33407803-indica","topics":"nations/india;geography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2443ebd-867a-4cbf-9aee-ee45dc7aaedd","name":"Robotics: Computational Motion Planning","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/robotics-motion-planning","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee8da44d-da58-4771-b411-205ba3972833","name":"Numerical methods","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ma21/preview","topics":"numerical-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"557d3762-2547-4215-a3c1-a44393f2d649","name":"Principles of Modern CDMA MIMO OFDM Wireless Communications","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-principles-of-modern-cdma-mimo-ofdm-wireless-communications-14253","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a68fe857-67c3-43f3-947b-a53110d785fd","name":"Remote Sensing and GIS","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ce41/preview","topics":"gis;remote-sensing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"727068b0-c347-4bec-93f5-1273034f2297","name":"Two-Phase flow with phase change in conventional and miniature channels","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me54/preview","topics":"fluid-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7883026-87b5-46f6-973f-c23a1cce92f3","name":"Sustainable Energy: Design a Renewable Future","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sustainable-energy-design-a-renewable-future-6570","topics":"energy;renewable-energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7a172d4-b204-4535-b7ee-dd0eb6d12611","name":"Manufacturing Process Control I","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/manufacturing-process-control-i","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1bbd65f-b204-4232-998a-e5006e66929e","name":"Embedded Systems - Shape The World: Multi-Threaded Interfacing","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-embedded-systems-shape-the-world-multi-threaded-interfacing-8074","topics":"embedded-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59604424-27bf-4532-beb2-b032f63cd0f8","name":"Real-Time Bluetooth Networks - Shape the World","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-real-time-bluetooth-networks-shape-the-world-6494","topics":"bluetooth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90791699-fe4a-4d42-9333-aa4f2f78d8d7","name":"Development of Real-Time Systems","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-development-of-real-time-systems-6181","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3238860-64ea-4683-b66d-8484c8916fd2","name":"Solar Energy: Capstone Project","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-solar-energy-capstone-project-8167","topics":"solar-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf7a025c-e545-451c-bd75-cc4d3c764391","name":"Solar Energy: Photovoltaic (PV) Energy Conversion","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/solar-energy-photovoltaic-pv-energy-conversion-3","topics":"solar-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72b5fff3-46ca-480b-8794-6a26c0e86bf4","name":"BIM Fundamentals for Engineers","description":"By National Taiwan University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-bim-fundamentals-for-engineers-12179","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59aa44e9-2b13-4386-937b-ebe2d94d95d2","name":"VLSI CAD Part II: Layout","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-vlsi-cad-part-ii-layout-6751","topics":"vlsi;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1e7abf5-ed5d-44ba-97af-f1b2137d8354","name":"Introduction to solar cells","description":"By Technical University of Denmark (DTU) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-solar-cells-9050","topics":"solar-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"249c8e8c-ffa0-4126-929a-139e431a0156","name":"BIM Application for Engineers","description":"By National Taiwan University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-bim-application-for-engineers-12117","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e15045be-87c3-4333-a0dc-be54d1284670","name":"Transmission electron microscopy for materials science","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/microscopy","topics":"material-science;electron-microscopy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b38f6b65-d001-4a59-bafe-d7a6e14522ea","name":"Advanced Converter Control Techniques","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-advanced-converter-control-techniques-5416","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cf88e39-d1e0-4df3-a9fc-a61e1193d22b","name":"Solar Energy: Photovoltaic (PV) Technologies","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/solar-energy-photovoltaic-pv-technologies-3","topics":"solar-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0acace79-91d2-439f-a3b2-a953049e35a5","name":"Introduction to Indoor Air Quality","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-indoor-air-quality-9706","topics":"civil-engineering;air-quality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e087271-cabc-4aa8-a94f-636b5fe730d1","name":"Robotics: Perception","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/robotics-perception","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5dc34aa-a4cb-4dac-984e-9fc747bedb71","name":"Developing FPGA-accelerated cloud applications with SDAccel: Theory","description":"By Politecnico di Milano via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-developing-fpga-accelerated-cloud-applications-with-sdaccel-theory-13559","topics":"fpga","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"791abcb1-7b1e-46b8-aad3-f9fcd355ec8b","name":"MOS Transistors","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mosfet","topics":"electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0388f6fc-0e11-407c-a356-2a26f106ff3d","name":"Introduction to Power Electronics","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/power-electronics","topics":"electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52554325-2525-4506-a90b-096a372dc412","name":"Organic Solar Cells - Theory and Practice","description":"By Technical University of Denmark (DTU) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-organic-solar-cells-theory-and-practice-1822","topics":"solar-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06673d52-e22c-443d-bedf-b69ea1dda1b3","name":"Robotics: Estimation and Learning","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-robotics-estimation-and-learning-5030","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b72c8d5f-1736-48aa-81b3-782b883a8ac6","name":"Introduction to Advanced Vibrations","description":"By Korea Advanced Institute of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/introduction-advanced-vibrations","topics":"mechanical-engineering;vibrations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bb3ae05-db4f-444f-8f6e-e890c48c85b4","name":"Sensor Fusion and Non-linear Filtering for Automotive Systems","description":"By Chalmers University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sensor-fusion-and-non-linear-filtering-for-automotive-systems-10300","topics":"autonomous-vehicles;automotive-systems;artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54bd45e8-c654-4f16-a362-5c7981e68eb2","name":"Road Traffic Safety in Automotive Engineering","description":"By Chalmers University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/road-traffic-safety-in-automotive-engineering-0","topics":"automotive-systems;traffic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5bed9a03-4337-43d5-9bf2-93b6332df36f","name":"Analysis of Transport Phenomena I: Mathematical Methods","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-analysis-of-transport-phenomena-i-mathematical-methods-11638","topics":"chemical-engineering;transport-phenomena","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d75001cc-a1ea-4fe7-bafb-a7fed14907b1","name":"Introducing Robotics: Making Robots Move","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/making-robots-move","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ee09851-071c-4cad-a342-1a5e6da29514","name":"Advanced Transport Phenomena","description":"By via edX","image":null,"links":"course|https://www.edx.org/course/advanced-transport-phenomena-2","topics":"transport-phenomena","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6fc8ddd-3b16-4eec-ad8c-ee953425e23d","name":"Solar: Solar Cells, Fuel Cells and Batteries","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-solar-solar-cells-fuel-cells-and-batteries-472","topics":"solar-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"781449c2-d698-49eb-9fbb-fc767f72ea7c","name":"Dynamics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/dynamics-mitx-2-03x","topics":"dynamics;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"caa26238-7498-48b0-8ae4-33810dae584a","name":"Robot Mechanics and Control, Part I","description":"By Seoul National University via edX","image":null,"links":"course|https://www.edx.org/course/robot-mechanics-control-part-i-snux-snu446-345-1x","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f828ee98-0b24-4d16-8139-87af932e4503","name":"Digital Design with VHDL","description":"By Mid Sweden University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-digital-design-with-vhdl-2616","topics":"vhdl;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69503515-5ba0-4d98-ab57-b11872607200","name":"Introduction to Chemical Engineering","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/Engineering/IntroChE/SelfStudy/about","topics":"chemical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3453532d-b241-440e-9388-83f557a6ce6e","name":"Ten Things Every Engineer Should Know About Materials Science","description":"By University of California, Davis via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-ten-things-every-engineer-should-know-about-materials-science-3166","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"647cab7c-3060-44a8-9907-8fef74438a37","name":"Discrete Time Signals and Systems, Part 1: Time Domain","description":"By Rice University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-discrete-time-signals-and-systems-part-1-time-domain-1236","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c68e743-0523-48c0-b4d1-3805ebeada9d","name":"Symmetry, Structure and Tensor Properties of Materials","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-symmetry-structure-and-tensor-properties-of-materials-2961","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e51dc0d0-715e-4af4-b66a-698da1585032","name":"Organic Electronic Devices","description":"By Purdue University via edX","image":null,"links":"course|https://www.edx.org/course/organic-electronic-devices-purduex-nano515x","topics":"electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fb27120-f3b5-4375-83c7-3523b48d34e4","name":"Discrete Time Signals and Systems, Part 2: Frequency Domain","description":"By Rice University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-discrete-time-signals-and-systems-part-2-frequency-domain-3191","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d163af0e-feb4-44c9-b244-e610560886a0","name":"Chemical Engineering: Review of Enabling Sciences through Problem Solving","description":"By University of Alabama in Huntsville via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/uah/courses/chemical-engineering-problem-solving","topics":"chemical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b77e1f13-759b-480d-a010-4926e6a1dfe9","name":"Fundamentals of Nanoelectronics: Basic Concepts","description":"By Purdue University via edX","image":null,"links":"course|https://www.edx.org/course/fundamentals-nanoelectronics-basic-purduex-nano520x","topics":"electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5837feba-ee01-4805-8034-964f2bc3e99e","name":"Introducción a la Ingeniería del Helicóptero","description":"By Open Education Consortium (OEC) via edX","image":null,"links":"course|https://www.edx.org/course/introduccion-la-ingenieria-del-oecx-e2601x","topics":"helicopters;aerodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f53d727-2689-460b-b5d0-2e8e90db095e","name":"Understanding Wireless: Technology, Economics, and Policy","description":"By University of Notre Dame via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-understanding-wireless-technology-economics-and-policy-3047","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2da7ff2-fea7-42c9-a94c-e86c5a3a7117","name":"The Biology of Water and Health - Sustainable Interventions","description":"By Open Education Consortium (OEC) via edX","image":null,"links":"course|https://www.edx.org/course/biology-water-health-sustainable-oecx-ph242x","topics":"biology;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e82dad3-fc90-4e97-8043-ecdb41188b0a","name":"Underactuated Robotics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-underactuated-robotics-2503","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb20d7c2-af81-49ac-9540-d428ab6a7c32","name":"Nanotechnology: Fundamentals of Nanotransistors","description":"By Purdue University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-nanotechnology-fundamentals-of-nanotransistors-4487","topics":"nanotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"086ebd34-13fe-47c1-a8f2-d6422449c863","name":"Flight Vehicle Aerodynamics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-flight-vehicle-aerodynamics-930","topics":"aerodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1bad76f-a6d1-4176-b080-40748937cab1","name":"Cognitive Neuroscience Robotics – Part A","description":"By Osaka University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cognitive-neuroscience-robotics-part-a-5180","topics":"neuroscience;robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9dbe1ba-2de8-4ee1-a04b-82e06de1acc9","name":"Principles of Electronic Biosensors","description":"By Purdue University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-principles-of-electronic-biosensors-4951","topics":"electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9f2560a-dd6b-4047-afba-e76885c20d9d","name":"Introduction to Control System Design - A First Look","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-control-system-design-a-first-look-5358","topics":"control-systems;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d59fa12-41cc-4981-8656-d1a7ce593e4a","name":"Introduction to State Space Control","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-state-space-control-6734","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"daa71ab6-5ef3-414f-8be0-f55754d61de5","name":"The Engineering of Structures Around Us","description":"By Dartmouth via edX","image":null,"links":"course|https://www.edx.org/course/engineering-structures-around-us-dartmouthx-dart-engs-02-x","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8e5073a-23b9-4286-9f1b-431668c86559","name":"Discrete-Time Signal Processing","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-discrete-time-signal-processing-2651","topics":"signal-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac859b22-6c9b-4010-b434-de07fbdf1665","name":"Computation Structures - Part 1: Digital Circuits","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-computation-structures-part-1-digital-circuits-3041","topics":"digital-circuits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa58f790-fdeb-4418-a5d8-00e4fa70d589","name":"System Validation (Preview Only)","description":"By Open Universiteit Nederland via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-system-validation-preview-only-6787","topics":"electrical-engineereing;computer-architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87d7c6a5-53cd-46bc-a9cb-87342b9b3964","name":"Nanophotonic Modeling","description":"By Purdue University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-nanophotonic-modeling-6455","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5e7d422-3422-4a87-935c-5abc806db665","name":"Smart Grids: Electricity for the Future","description":"By IEEE via edX","image":null,"links":"course|https://courses.edx.org/courses/course-v1:IEEEx+SmartGrid.x+2016_T2/course/","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"948cc947-8813-46b0-a152-3466f9a1ce20","name":"Hydraulique fluviale","description":"By Université catholique de Louvain via edX","image":null,"links":"course|https://www.edx.org/course/hydraulique-fluviale-2-sediments-et-morphologie-fluviale-2","topics":"hydraulics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c54739c7-f49f-4eab-9224-7330c9ea7c32","name":"Communication Acoustics","description":"By RWTH Aachen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-communication-acoustics-7048","topics":"acoustics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8befed42-5d98-4a2d-be03-578abe4bcbf6","name":"Cellular Solids 1: Structures, Properties and Engineering Applications","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cellular-solids-1-structures-properties-and-engineering-applications-5181","topics":"material-science;cellular-solids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22e6881f-eeae-484f-8a2d-6739c34f0aee","name":"Biological Engineering: Cellular Design Principles","description":"By Purdue University via edX","image":null,"links":"course|https://www.edx.org/course/biological-engineering-cellular-design-purduex-nano545x","topics":"biology;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f9bad07-60ac-4b23-9271-b814e74e5e26","name":"水力学 | Hydraulics","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.edx.org/course/shui-li-xue--hydraulics","topics":"hydraulics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"908c0a15-7f1f-4f7e-91d8-3ae3cbe31ab9","name":"工程地质学 | Geology and Engineering Geology","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.edx.org/course/gong-cheng-di-zhi-xue--geology-and-engineering-geology","topics":"geology;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2270ba25-3c40-4a13-946d-f29e019a92bc","name":"Water and Wastewater Treatment Engineering: Biochemical Technology | 水处理工程:生物化学方法","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-water-and-wastewater-treatment-engineering-biochemical-technology---5834","topics":"civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78c6dd55-55f2-4dd4-a86e-f9800d09be0a","name":"Stuff You Don’t Learn in Engineering School","description":"By IEEE via edX","image":null,"links":"course|https://courses.edx.org/courses/course-v1:IEEEx+IEEEStuff.x+T1_2017/course/","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f27c4345-03c2-47af-ad94-5fd8c011d9d3","name":"Introduction to the National Electrical Safety Code (NESC)","description":"By IEEE via edX","image":null,"links":"course|https://courses.edx.org/courses/course-v1:IEEEx+NESC01x+1T2017/course/","topics":"electrical-engineering;safety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"983cea75-66f5-4c3b-a130-65414d990394","name":"Vacuum Systems and Technology","description":"By National Research Nuclear University MEPhI via edX","image":null,"links":"course|https://www.edx.org/course/vacuum-systems-technology-mephix-mephi004x","topics":"vacuum-systems;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7d38b31-648b-4166-99b8-1af8739d316f","name":"Introduction to the Theory of Distributions and Applications","description":"By University of Pavia via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-introduction-to-the-theory-of-distributions-and-applications-8928","topics":"engineering;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38e45059-ba75-4b07-aa54-6ffe66a5c335","name":"Robotics: Kinematics and Mathematical Foundations","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-robotics-kinematics-and-mathematical-foundations-8197","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d15b2f90-dcaa-455e-805a-a060af8a4d3b","name":"Cellular Solids Part 3: Applications in Nature","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cellular-solids-part-3-applications-in-nature-5182","topics":"material-science;cellular-solids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfbf26f5-39eb-4d0e-bd3b-3508ec27cd0c","name":"The Physics of Electronic Polymers (PEP)","description":"By Purdue University via edX","image":null,"links":"course|https://www.edx.org/course/physics-electronic-polymers-pep-purduex-nano600x","topics":"physics;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"078b7822-f5ee-4335-8f3c-fdf90d2b51bf","name":"Embedded Systems","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.udacity.com/course/embedded-systems--ud169","topics":"embedded-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19509cd5-9713-4d97-b0b8-e9e28025c28d","name":"Optical Materials and Devices","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/optical-materials-devices-mitx-3-15-2x-0","topics":"optics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73a13449-868d-4880-8b75-2f8d39442efa","name":"Introduction to Engineering","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-engineering-6337","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48cec063-fafe-4a50-b560-e46b39300f28","name":"Robotics: Vision Intelligence and Machine Learning","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-robotics-vision-intelligence-and-machine-learning-8203","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dabdfbe9-39a7-4a59-8eaa-71908f6afdae","name":"Robotics: Dynamics and Control","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-robotics-dynamics-and-control-8196","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a52795af-393b-4797-8de3-99182ad89724","name":"Introduction to Autodesk Fusion 360","description":"By Autodesk via EMMA","image":null,"links":"course|https://www.classcentral.com/course/emma-introduction-to-autodesk-fusion-360-8992","topics":"software-tools/autodesk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4142541-658b-4fe6-a243-e7012b085901","name":"Magnetic Materials and Devices","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-magnetic-materials-and-devices-6028","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71746b65-c8f6-45f4-b610-afa3d88ac384","name":"A Guide to Writing Mathematics","description":null,"image":null,"links":"article|https://web.cs.ucdavis.edu/~amenta/w10/writingman.pdf","topics":"writing;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4f96b5a7-3160-45d6-b0b7-fe08111367a3","name":"Aerodynamics with Python","description":"By George Washington University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-aerodynamics-with-python-2379","topics":"aerodynamics;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc81d4fe-69cb-4571-ac03-837bede1426f","name":"Fundamentals of Manufacturing Processes","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/fundamentals-manufacturing-processes-mitx-2-008x-0","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c159193-3838-41f4-9d0e-1e8908d55997","name":"Robotics: Locomotion Engineering","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.edx.org/course/robotics-locomotion-engineering-pennx-robo4x","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22c38952-8b3f-4e16-a170-f15d84edcfff","name":"Introduction to Electrical and Electronic Engineering - 電気電子工学入門","description":"By Tokyo Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-electrical-and-electronic-engineering--8606","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36365e9f-1b11-4b2f-9e80-f6adbc8ef093","name":"Introduction to Discrete Choice Models","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-discrete-choice-models-9840","topics":"mathematics;human-behaviour","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f74e0aa-9759-4b7a-b3cb-3a3aed5b6bbb","name":"A Hands-on Introduction to Engineering Simulations","description":"By Cornell University via edX","image":null,"links":"course|https://www.edx.org/course/a-hands-on-introduction-to-engineering-simulations","topics":"engineering;simulation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5a8bfdc-859b-4b66-b018-c54085db2bd9","name":"Structural Materials: Selection and Economics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/structural-materials-selection-economics-mitx-3-matselx","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4eaf0cb-dcdb-4aac-88d6-4fe6b4696997","name":"Signals and Systems, Part 1","description":"By Indian Institute of Technology Bombay via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-signals-and-systems-part-1-2679","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed12ea71-cafb-433c-844d-f46f54f2c548","name":"Introduction to Nanotechnology","description":"By Omni Nano via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/omni-nano/courses/intro-nanotechnology","topics":"nanotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3864d6cf-625c-45b2-8ddd-5a4ffeccdf25","name":"Multilevel Converters for Medium/High-Power Applications","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/gt-multilevel-converters-for-mediumhigh-power-applications","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1a689ae-8772-4c13-abc7-64960ca0cb0e","name":"Technical maintenance of aircraft and aircraft engines","description":"By Samara University via Stepik","image":null,"links":"course|https://www.classcentral.com/course/stepik-technical-maintenance-of-aircraft-and-aircraft-engines-10489","topics":"aircrafts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc0a870e-ee68-4496-be67-65ac80378afe","name":"Electronic, Optical and Magnetic Properties of Materials","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-electronic-optical-and-magnetic-properties-of-materials-9710","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5218fed7-4c27-46c8-bab5-7d9eb9815a46","name":"Entrepreneurship for Engineers","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-entrepreneurship-for-engineers-8370","topics":"entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a16b539-3e46-4792-b874-879730d920e9","name":"Engineering: Building with Nature","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/engineering-building-with-nature","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41efb638-26ab-4763-8b93-1f314f03ab4e","name":"Introduction to Digital Fabrication and Technical Design","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/introduction-to-digital-fabrication-and-technical-design/info","topics":"fabrication;engineering;digital-fabrication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b881fd7-2387-45d4-90c7-4a160ca18797","name":"Signals and Systems, Part 2","description":"By Indian Institute of Technology Bombay via edX","image":null,"links":"course|https://www.edx.org/course/signals-systems-part-2-iitbombayx-ee210-2x-3","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2888ea6d-460c-4da9-9085-03439288f96b","name":"Mind of the Universe - Robots in Society: Blessing or Curse?","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-mind-of-the-universe-robots-in-society-blessing-or-curse-11345","topics":"robotics;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f962d908-4892-47ba-a6ae-58fb244c4890","name":"Introduction to Haptics","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-introduction-to-haptics-1420","topics":"haptics;electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3a62453-d343-4ab8-8f46-a8fb6d6e373b","name":"High Performance Finite Element Modeling – Part 2","description":"By KTH Royal Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/high-performance-finite-element-modeling-part-2","topics":"finite-element-modeling;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23139734-4b29-46ed-91f8-797b631a22c2","name":"DigiFab 2D: Laser, CNC and Waterjet","description":"By via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/digifab-2d-laser-cnc-and-waterjet/info","topics":"digital-fabrication;manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2e07c23-5478-40d7-ad12-00d1fc7d2152","name":"Introduction to Urban Geo-Informatics","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-urban-geo-informatics-10080","topics":"gis;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c141c545-0414-4175-9dcb-677974ec9a22","name":"Engineering Design for a Circular Economy","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-engineering-design-for-a-circular-economy-10282","topics":"engineering-design;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91dc7af9-6485-4a9f-8796-34551fc18252","name":"“Monotsukuri” Making Things in Japan: Mechanical Engineering","description":"By Tokyo Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/monotsukuri-making-things-in-japan-mechanical-engineering","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1cb8a5bd-9fc7-4dc1-b1c2-b2cfaa9d04e5","name":"Introduction to Steel","description":"By TenarisUniversity via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-steel-0","topics":"steel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9868e17-de78-4337-a2e4-8460d486746f","name":"Primer on Semiconductor Fundamentals","description":"By Purdue University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-primer-on-semiconductor-fundamentals-11697","topics":"semiconductors","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"457ba49a-e370-4e1c-abf6-297d493181c8","name":"Fundamentals of Current Flow","description":"By Purdue University via edX","image":null,"links":"course|https://www.edx.org/course/fundamentals-of-current-flow","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a6aee6a-e0b1-4f68-8226-54c180d8f3fe","name":"Energy Within Environmental Constraints","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-energy-within-environmental-constraints-6021","topics":"energy;civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"369fcfcc-e88c-41e7-8ad3-3c7b7e316250","name":"Introduction to Aerodynamics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-aerodynamics-931","topics":"aerodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd1bc5a3-0e9c-4f2e-b148-554214e4e6de","name":"Mechanical Behavior of Materials, Part 1: Linear Elastic Behavior","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/mechanical-behavior-of-materials-part-1-linear-elastic-behavior","topics":"material-science;mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92110467-3aec-4db0-ba2c-5711bf77fe4c","name":"Micro and Nanofabrication (MEMS)","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.edx.org/course/micro-and-nanofabrication-mems","topics":"digital-fabrication;manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c0c5c75-85bb-4132-999d-825df0e77340","name":"Intro to Mapping and GIS for Journalists","description":"By Knight Center for Journalism in the Americas via Independent","image":null,"links":"course|https://journalismcourses.org/mapping.html","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f9f17dc-d710-4043-a724-ff458c5a0a46","name":"Essentials of MOSFETs","description":"By Purdue University via edX","image":null,"links":"course|https://www.edx.org/course/essentials-of-mosfets","topics":"mosfets;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b9f0193-fde4-466c-ac85-4fc3c12b5996","name":"Exploring Humans’ Space: An Introduction to Geographicity","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.edx.org/course/exploring-humans-space-an-introduction-to-geographicity","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62e3a1a7-7e1a-49b9-9da1-335819fa5e35","name":"Introduction to Web Cartography: Part 2","description":"By ETH Zurich via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-web-cartography-part-2-11369","topics":"cartography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9941a6c2-e78c-45c9-b7b0-0f02d41d653d","name":"Mechanical Behavior of Materials, Part 2: Stress Transformations, Beams, Columns, and Cellular Solids","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-mechanical-behavior-of-materials-part-2-stress-transformations-beams-columns-and-cellular-solids-4011","topics":"material-science;mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1a319df-fb6b-4673-a014-a56a63028065","name":"Forensic Engineering: Learning from Failures","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-forensic-engineering-learning-from-failures-8611","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"278b0415-d21d-453a-858d-55c174576682","name":"Graphene Science and Technology","description":"By Chalmers University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/graphene-science-and-technology","topics":"graphene;material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"520e4e21-82fd-4aab-b7aa-e476fb542052","name":"Introduction to Engineering and Design","description":"By Brown University via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-engineering-and-design","topics":"engineering-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6554ef89-a892-40b9-86a6-ef5aa50313a1","name":"Tour the Dynamics of Change and Motion with Python","description":"By George Washington University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-tour-the-dynamics-of-change-and-motion-with-python-13176","topics":"dynamics;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b45fefc5-da10-41b9-805b-a3789fad3412","name":"Mechanical Behavior of Materials, Part 3: Time Dependent Behavior and Failure","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/mechanical-behavior-of-materials-part-3-time-dependent-behavior-and-failure","topics":"material-science;mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f9c24fc-9783-4c88-999c-d467dec99e5a","name":"Robotics Foundations I - Robot Modeling","description":"By University of Naples Federico II via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-robotics-foundations-i-robot-modeling-7542","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0f6bdb0-3f5b-4ddd-9232-589106cd8e8e","name":"Energy Systems Integration: A Trend or a Revolution?","description":"By KU Leuven University via edX","image":null,"links":"course|https://www.edx.org/course/energy-systems-integration-a-trend-or-a-revolution","topics":"energy;engineering;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca822daf-1a78-48bd-84d1-5fd494adf4f3","name":"Introduction to Running Pipe in Oil and Gas Wells","description":"By TenarisUniversity via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-running-pipe-in-oil-and-gas-wells-3964","topics":"oil-and-gas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"001d0272-af42-489e-9bc3-dfa8e0d6bbf6","name":"Hyperloop: Changing the Future of Transportation","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-hyperloop-changing-the-future-of-transportation-11973","topics":"hyperloop;transportation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4b1786a-a38e-462f-9599-406ee8fe6140","name":"High Performance Finite Element Modeling","description":"By KTH Royal Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/high-performance-finite-element-modeling-0","topics":"finite-element-modeling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8206e788-7237-41c2-b404-2e5bfc5694d1","name":"Cement Chemistry and Sustainable Cementitious Materials","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cement-chemistry-and-sustainable-cementitious-materials-8730","topics":"cement;material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b85d1992-139a-4024-8a8d-9b031d0a070f","name":"Knowledge Management in Nuclear Energy Organizations","description":"By National Research Nuclear University MEPhI via edX","image":null,"links":"course|https://www.edx.org/course/knowledge-management-in-nuclear-energy-organizations","topics":"nuclear-power;knowledge-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2662999-9182-47d8-b7f2-908eec8bd8c2","name":"Structure of Materials, Part 1: Fundamentals of Materials Structure","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/structure-of-materials-part-1-fundamentals-of-materials-structure","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4cc58c3-a6e5-4050-9595-b4c62d31c896","name":"Research Methods: An Engineering Approach","description":"By University of the Witwatersrand via edX","image":null,"links":"course|https://www.edx.org/course/research-methods-an-engineering-approach-0","topics":"research;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08806348-1fe0-454a-bc4e-c77c406cb46a","name":"Hypersonics – from Shock Waves to Scramjets","description":"By University of Queensland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-hypersonics-from-shock-waves-to-scramjets-1647","topics":"hypersonics;fluid-dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67797893-4001-4f11-9747-2b1946c7ff5e","name":"So You Want to Be a Biomedical Engineer","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-so-you-want-to-be-a-biomedical-engineer-13131","topics":"biomedical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5161384-805e-4560-a029-a02be106dbcc","name":"Future Robots. Towards a Robotic Science of Human Beings","description":"By University of Naples Federico II via edX","image":null,"links":"course|https://www.edx.org/course/future-robots-towards-a-robotic-science-of-human-beings-2","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"557a0f34-dd84-4f08-8b7e-d4e0fa11a116","name":"The Art of Structural Engineering: Bridges","description":"By Princeton University via edX","image":null,"links":"course|https://www.edx.org/course/the-art-of-structural-engineering-bridges","topics":"bridges;civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb4e9d0f-e2fd-40f5-bc90-aa81f96bff92","name":"Mechanics of Deformable Structures: Part 1","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/mechanics-of-deformable-structures-part-1","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0583a6f0-a5af-4552-bd6f-10a0821043f3","name":"Computational Thinking for Modeling and Simulation","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/computational-thinking-for-modeling-and-simulation","topics":"thinking;computer-science;computational-thinking;simulation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29908590-1b88-47ec-91d1-7a3ea74f25ee","name":"Principles of Electric Circuits | 电路原理","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-principles-of-electric-circuits--2367","topics":"circuits;electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1d47ac3-ce46-4d40-a80c-2355e149d4a6","name":"Structure of Materials, Part 2: The Crystalline State","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/structure-of-materials-part-2-the-crystalline-state","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"faaa3088-af37-40ba-b629-940be63bcc9d","name":"Dynamics and Control","description":"By Universitat Politècnica de València via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-dynamics-and-control-2950","topics":"engineering;control-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33fc2867-1136-4119-8175-c6e088053c22","name":"Tsunamis and Storm Surges: Introduction to Coastal Disasters","description":"By Waseda University via edX","image":null,"links":"course|https://www.edx.org/course/tsunamis-and-storm-surges-introduction-to-coastal-disasters-2","topics":"disaster-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d3b38b5-75eb-4ca2-9b26-5de7315a8961","name":"Introduction to Aerospace Structures and Materials","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-aerospace-structures-and-materials-10441","topics":"aerospace-engineering;material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2708824-44b7-40d7-98f6-83dba118d94d","name":"Photonic Integrated Circuits 1","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-photonic-integrated-circuits-1-13331","topics":"integrated-circuits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fb98550-1b74-4df5-8e9b-18311aa71bef","name":"Een half leven","description":"By Eileen Chang","image":"https://learn-awesome.github.io/assets/book_covers/43285595.jpg","links":"book|https://www.goodreads.com/book/show/43285595-de-liefde-van-een-half-leven","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"959c439d-6ce5-41c9-8f67-f6ca2738da57","name":"Structure of Materials, Part 3: Liquid Crystals, Defects, and Diffusion","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-structure-of-materials-part-3-liquid-crystals-defects-and-diffusion-13337","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"173db0b6-fd50-4076-8b21-b92c199b9752","name":"Materials Science and Engineering","description":"By National University of Science and Technology MISiS via edX","image":null,"links":"course|https://www.edx.org/course/materials-science-and-engineering","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd0e16d2-21c6-4265-877e-aaea298b3f1b","name":"Model-based Systems Engineering: Advanced Approaches with OPM","description":"By Technion - Israel Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/model-based-systems-engineering-advanced-approaches-with-opm","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1e52835-183c-4c33-9686-b5b7b03fa3fd","name":"Energy Subsidy Reform","description":"By International Monetary Fund via edX","image":null,"links":"course|https://www.edx.org/course/energy-subsidy-reform-8","topics":"economics;energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38d5f9de-bc1e-412f-9139-67c6a809c815","name":"Solar Resource Assessment in Desert Climates","description":"By Hamad Bin Khalifa University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-solar-resource-assessment-in-desert-climates-12495","topics":"solar-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1892ae95-42de-49ea-97dc-4dc70705f485","name":"Circuits and Electronics 3: Applications","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/circuits-and-electronics-3-applications","topics":"circuits;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e69e4659-7906-4f46-953f-855e6bce1494","name":"Circuits and Electronics 2: Amplification, Speed, and Delay","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/circuits-and-electronics-2-amplification-speed-and-delay","topics":"circuits;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30c171eb-1630-4297-8eb3-606a442a1925","name":"Drones and Autonomous Systems I: Fundamentals","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-drones-and-autonomous-systems-i-fundamentals-13740","topics":"drones;autonomous-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ee38e65-74a6-4dc1-b346-1ea7751d6c41","name":"Drones and Autonomous Systems 2: Applications in Emergency Management","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/drones-and-autonomous-systems-applications-in-emergency-management","topics":"drones;autonomous-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84b7e94b-7fad-4ad5-a160-8c1585f53040","name":"Principle of Semiconductor Devices Part II: Field Effect Transistors and MOSFETs","description":"By The Hong Kong University of Science and Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-principle-of-semiconductor-devices-part-ii-field-effect-transistors-and-mosfets-13311","topics":"semiconductors","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b119791-dab6-4593-9895-b89c5428a787","name":"Principle of Semiconductor Devices Part I: Semiconductors, PN Junctions and Bipolar Junction Transistors","description":"By The Hong Kong University of Science and Technology via edX","image":null,"links":"course|https://www.edx.org/course/principle-of-semiconductor-devices-part-i-semiconductors-pn-junctions-and-bipolar-junction-transistors-2","topics":"semiconductors","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d518c747-cbc2-45b1-9fd6-1fe0ba6758de","name":"Using Photovoltaic (PV) Technology in Desert Climates","description":"By Hamad Bin Khalifa University via edX","image":null,"links":"course|https://www.edx.org/course/using-photovoltaic-pv-technology-in-desert-climates-2","topics":"solar-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0dc4524a-4781-45c9-945f-caabee7398b7","name":"A System View of Communications: From Signals to Packets (Part 3)","description":"By The Hong Kong University of Science and Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-a-system-view-of-communications-from-signals-to-packets-part-3-3438","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16a3bb21-af98-4b5b-b65d-3097036b18a7","name":"A System View of Communications: From Signals to Packets (Part 1)","description":"By The Hong Kong University of Science and Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-a-system-view-of-communications-from-signals-to-packets-part-1-2073","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e0106e7-580f-4fc3-85fd-6bf8f1e163d6","name":"A System View of Communications: From Signals to Packets (Part 2)","description":"By The Hong Kong University of Science and Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-a-system-view-of-communications-from-signals-to-packets-part-2-3439","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42f1e771-00d6-4a69-9430-2ab4f5f2bec8","name":"Animal Feed Production: Feed Quality","description":"By EIT Food via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/animal-feed-quality","topics":"animals;management;biology;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91e6725c-991a-4d11-bebf-4d85f3af5999","name":"dict.cc | Wörterbuch Englisch-Deutsch","description":null,"image":null,"links":"wiki|https://www.dict.cc/","topics":"languages/german","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"5.0","tags":null} +{"iid":"c33f9626-cee4-4474-84ad-cfe311edf239","name":"Electric and Conventional Vehicles","description":"By Chalmers University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/electric-and-conventional-vehicles-4","topics":"automotive-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e044527-f623-4be1-8fd2-db865acf2372","name":"Hybrid Vehicles","description":"By Chalmers University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-hybrid-vehicles-10285","topics":"automotive-engineering;hybrid-vehicles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b71921c-9775-4acb-87f7-8bdc1c3547f6","name":"Robotics","description":"By Columbia University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-robotics-7241","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfa7bb03-7dfd-4dd7-89e1-1503acd577cf","name":"Geospatial Analysis Project","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-geospatial-analysis-project-5563","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"960b1aa4-53d7-4564-bfe5-75e0a5d31e8a","name":"ABC of Flight Mechanics: How Do Planes Fly?","description":"By ISAE-SUPAERO via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-abc-of-flight-mechanics-how-do-planes-fly-13153","topics":"aerospace-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b78aaec3-e80a-4ed3-970c-629574a95f10","name":"Engineering the Space Shuttle","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-engineering-the-space-shuttle-11509","topics":"aerospace-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bba7fef3-66af-4a46-891d-ea0fb7690973","name":"The Next Generation of Infrastructure","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/the-next-generation-of-infrastructure","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1592c9a-709e-41a0-80f1-0f7b408ba56a","name":"Entrepreneurial Land Redevelopment Approach: Land Readjustment","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/entrepreneurial-land-redevelopment-approach-land-readjustment-2","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5288e69c-9dfc-4f09-a5ba-8bf0a890d841","name":"Railway Engineering: An Integral Approach","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/railway-engineering-an-integral-approach-2","topics":"railways;civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56a8f7eb-a6d4-4fed-b42d-1ff64a0e6d6e","name":"4G Network Essentials","description":"By Institut Mines-Télécom via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-4g-network-essentials-8371","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d477836a-ec6f-4645-994b-7c376282ffb3","name":"Statistical Thermodynamics: Molecules to Machines","description":"By Carnegie Mellon University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/statistical-thermodynamics-cm","topics":"thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1229e49c-78cd-44c1-9749-e9a8bf495886","name":"Introducing Robotics: Build a Robot Arm","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introducing-robotics-build-a-robot-arm-6868","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce5410ed-5642-48b1-bbbf-7a0cb87e9557","name":"Understanding and Applying Structural Dynamics: Dynamics & Aerospace Structures","description":"By ISAE-SUPAERO via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/understanding-applying-dynamics","topics":"structural-dynamics;aerospace-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1781ff77-e876-4a1a-98c6-92ab291a59a8","name":"Machine Dynamics with MATLAB","description":"By RWTH Aachen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-machine-dynamics-with-matlab-12435","topics":"programming-languages/matlab","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d64274c2-fddc-4c45-9d54-76b52b782b0d","name":"Drones for Agriculture: Prepare and Design Your Drone (UAV) Mission","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/drones-for-agriculture-prepare-and-design-your-drone-uav-mission","topics":"drones;agriculture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf0796ce-a752-4c71-bfb9-476bcb1fd2d9","name":"Industrial Biotechnology","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/industrial-biotechnology-2","topics":"biotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83bbe647-4f13-40f6-ac98-c729af2303d3","name":"Geodesign: Change Your World","description":"By Pennsylvania State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/geodesign","topics":"gis;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6cc14503-8b1a-4b76-8bf8-888e9bd8a1da","name":"Management in Engineering I","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-management-in-engineering-i-10283","topics":"engineering-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"653e4c7e-7ce6-4e6f-a8e2-add78996a9ea","name":"Manufacturing Process Control II","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/manufacturing-process-control-ii","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae29cf77-b984-419a-a756-f548426fa338","name":"Model-based Systems Engineering: Foundations","description":"By Technion - Israel Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-model-based-systems-engineering-foundations-13319","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db648999-9fd6-4258-8abe-b8cc3842fd6a","name":"Do-It-Yourself Geo Apps","description":"By Esri via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-do-it-yourself-geo-apps-7986","topics":"gis;apps","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"063813ae-decd-4264-b2ff-11737532e014","name":"Electric Cars: Policy","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-electric-cars-policy-11426","topics":"electric-vehicles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd24a575-4315-4a37-8981-8d4527890d8d","name":"Electric Cars: Technology","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/electric-cars-technology-2","topics":"electric-vehicles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46589a2c-4e67-43fa-b26d-16d51735e8dd","name":"Solar Energy: Integration of Photovoltaic Systems in Microgrids","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/solar-energy-integration-of-photovoltaic-systems-in-microgrids","topics":"solar-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bb19268-f12b-4cf5-8afb-fde9cf4b4615","name":"Solar Energy: Photovoltaic (PV) Systems","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-solar-energy-photovoltaic-pv-systems-8188","topics":"solar-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcf669b1-a496-4450-ac41-86f9a808be94","name":"Software-Defined Radio 101 with RTL-SDR","description":"By Universidad Politécnica de Madrid via Miríadax","image":null,"links":"course|https://miriadax.net/web/software-defined-radio-101-with-rtl-sdr-2-edicion-/inicio","topics":"software-defined-radio","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3ef384e-c14e-4c9b-a918-aab756dee3c2","name":"Management in Engineering II","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/management-in-engineering-ii","topics":"engineering-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"065f79b4-0214-46ee-8154-576899bfc78c","name":"Manufacturing Systems I","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-manufacturing-systems-i-10274","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c7f0d0e-c924-47ee-80e0-9d8c6f9cbacb","name":"Hello (Real) World with ROS – Robot Operating System","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-hello-real-world-with-ros-robot-operating-system-11555","topics":"robotics;operating-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a75ad3b-048a-4a0b-aede-06b9a5528b46","name":"Synthesis of Digital Systems","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-synthesis-of-digital-systems-10067","topics":"vlsi;vhdl;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7bdcfe9-4c16-4a5a-91ac-241db8d39ad7","name":"Concepts of Thermodynamics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-concepts-of-thermodynamics-13015","topics":"thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17aa89b4-5c40-4bf2-b34d-174de49727ff","name":"Advanced Linear Continuous Control Systems: Applications with MATLAB Programming and Simulink","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee45/preview","topics":"control-systems;software-tools/simulink;programming-languages/matlab","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c733651-91a8-480c-8bdc-8d685e4bed69","name":"Analog Electronic Circuit","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-analog-electronic-circuit-13894","topics":"analog-circuits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e370d005-3238-4db5-bf01-216a66223435","name":"Continuum Mechanics and Transport Phenomena","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ch27/preview","topics":"transport-phenomena","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70401ee7-bc9d-4732-8449-e0d8384cbe6f","name":"Fragments of an Anarchist Anthropology | The Anarchist Library","description":null,"image":null,"links":"book|https://theanarchistlibrary.org/library/david-graeber-fragments-of-an-anarchist-anthropology","topics":"activism;anarchism","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"3d848ad9-56e3-47d5-acca-02426c00ce56","name":"Design for Quality, Manufacturing and Assembly","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-design-for-quality-manufacturing-and-assembly-13993","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a89d4f09-c88f-4aa0-a728-630f315dc5d8","name":"Design of steel structures","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ce25/preview","topics":"steel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f72a9940-a123-476a-a794-f1c812fe1733","name":"Welding of Advanced High Strength Steels for Automotive Applications","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mm_18/preview","topics":"welding;steel;automotive-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"401e03e5-d307-4405-acb8-22902f93ce1b","name":"Glass In Buildings : Design And Applications","description":"By NPTEL via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-glass-in-buildings-design-and-applications-14098","topics":"glass;buildings;civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75cf6621-bf45-4547-9666-0fa5ba33a217","name":"Global Navigation Satellite Systems And Applications","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-global-navigation-satellite-systems-and-applications-14100","topics":"satelites;navigation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"814f77b5-9fec-4e62-9f36-fd860b8d3801","name":"Introduction to Aerospace Engineering","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ae05/preview","topics":"aerospace-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b579c83b-f29e-481d-95f9-6a3c8b0ecdbc","name":"https://ncatlab.org","description":null,"image":null,"links":"wiki|https://ncatlab.org","topics":"mathematics;category-theory","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"bfa677ed-e951-4659-96d3-5858d6d0bf17","name":"Structural analysis-I","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-structural-analysis-i-14313","topics":"civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47a76497-1a3f-4a7e-a12c-2b8a97025413","name":"Thermal Operations in Food Process Engineering: Theory and Applications","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-thermal-operations-in-food-process-engineering-theory-and-applications-14333","topics":"food-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"128e4382-ad08-44d0-8c2e-df78006fbf4f","name":"Turbulent Combustion: Theory and Modelling","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-turbulent-combustion-theory-and-modelling-14345","topics":"combustion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe6a66c7-febc-42ba-a26c-f374d221dcff","name":"Wastewater Treatment and Recycling","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-wastewater-treatment-and-recycling-14353","topics":"wastewater-treatment","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b558e297-8b4f-4a8e-a068-1db7f214766a","name":"Mapping Signal Processing Algorithms to Architectures","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee70/preview","topics":"signal-processing;algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61c45986-7b1f-4b1a-b403-829640e5b5f8","name":"Organic Farming for Sustainable Agricultural Production","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-organic-farming-for-sustainable-agricultural-production-14222","topics":"agriculture;organic-farming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3795ebe9-3278-4333-9d37-6b6f5defdf29","name":"Fiber-Optic Communication Systems and Techniques","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee67/preview","topics":"optics;telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9051cb7b-4331-4295-8168-01cdee8a01cc","name":"Fundamentals of Electrical Engineering","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-electrical-engineering-14074","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c84c4168-e89b-4f7c-bbdc-179159135420","name":"Fundamentals of manufacturing processes","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me44/preview","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5edcce3-0186-4e17-8415-94fc59d2e671","name":"Principles and Techniques of Modern Radar Systems","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-principles-and-techniques-of-modern-radar-systems-14247","topics":"radars","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"757007e0-c984-4ed4-af1d-7ca35bb72a8e","name":"Aircraft Stability And Control","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ae10/preview","topics":"aircrafts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1878a0ae-d291-45e7-b5f1-4f16e076eaec","name":"Advanced Concrete Technology","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-advanced-concrete-technology-13886","topics":"concrete;civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3d7d3b9-97c3-462d-b0e8-b283e9ee3602","name":"Aircraft Propulsion","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me76/preview","topics":"aircrafts;propulsion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dec5213a-8ef0-4d16-8615-5bf10cedd65e","name":"Analog Communication","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee46/preview","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"322e2484-61cc-4ade-baf8-451c4728de41","name":"Yarn manufacture I : Principle of Carding and Drawing","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-yarn-manufacture-i-principle-of-carding-and-drawing-14362","topics":"textiles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27d0e466-98d0-4e7a-b797-a7557749dfcd","name":"Sustainable Materials and Green Buildings","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ce40/preview","topics":"sustainability;material-science;civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e64e51d-7af5-42ff-b063-6900a7727e07","name":"Theoretical Mechanics","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ph15/preview","topics":"mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6bc17ce-cb2b-4b5c-871f-a9f9bde6e3a2","name":"Thermal Processing of Foods","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ag07/preview","topics":"food-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00b0b85e-3ecb-44a2-b1ff-cca89832a609","name":"Power System Analysis","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee62/preview","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e44a2faa-4811-4527-99b4-5efaeef649e8","name":"Principles of Combing,Roving preparation & Ring spinning","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-principles-of-combing-roving-preparation-ring-spinning-14248","topics":"textiles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95443a04-3aac-424f-915f-54638a3b240f","name":"Principles of Metal Forming Technology","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me52/preview","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbc8f3ee-e8c5-476b-bd04-086becdc1cf3","name":"Selection of Nanomaterials for Energy Harvesting and Storage Applications","description":"By NPTEL via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-selection-of-nanomaterials-for-energy-harvesting-and-storage-applications-14284","topics":"nanotechnology;material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab5ff44c-d2c5-4d85-b4f4-bc2a820e12d0","name":"Introduction to Mechanobiology","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-mechanobiology-14157","topics":"mechanical-engineering;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69656301-e914-4ecc-bf21-7d1c3a888434","name":"Introduction to Rocket Propulsion","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ae08/preview","topics":"rockets;propulsion;aerospace-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eeae75f6-a2b8-429c-a909-2f471cf4c163","name":"Irrigation and Drainage","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-irrigation-and-drainage-14171","topics":"agriculture;irrigation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4aa7a3cd-2332-4d71-bf7c-2712601325fc","name":"Nanotechnology, Science and Applications","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mm21/preview","topics":"nanotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ad135dc-1b1a-4ca3-add6-0e90356ac523","name":"Neural Networks for Signal Processing - I","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-neural-networks-for-signal-processing-i-14208","topics":"signal-processing;machine-learning;neural-networks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16891cd8-37e4-48ba-b57e-a4a5f7861b79","name":"Geosynthetics Testing Laboratory","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ce35/preview","topics":"civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddf89867-5766-41cb-a019-0c0fd570437e","name":"Heat Exchangers: Fundamentals and Design Analysis","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-heat-exchangers-fundamentals-and-design-analysis-14104","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ba9c451-cbda-42a6-b4bd-f3da06933dbf","name":"Electrical Machines - I (IITKGP)","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee60/preview","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"626ba378-dd63-43a9-a751-6f4f5743ed4c","name":"Electrical Measurement and Electronic Instruments","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-electrical-measurement-and-electronic-instruments-14032","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e4f2f61-93f8-4e1d-b27e-aa72bc5d5319","name":"Engineering Fracture Mechanics","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me42/preview","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40749c4e-9e81-4612-9a63-2a93600d5a4e","name":"Foundation Engineering","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-foundation-engineering-14068","topics":"civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aed252dc-7389-4e02-8a57-96d99c554015","name":"Fundamentals of Conduction and Radiation","description":"By NPTEL via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-conduction-and-radiation-14072","topics":"mechanical-engineering;heat","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ec2a600-7c8e-4d52-87ef-cc338f36d34e","name":"Fundamentals of electronic device fabrication","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-electronic-device-fabrication-14080","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"896e3bf9-c09e-49de-96bb-eb742c7f0c16","name":"Fundamentals of micro and nanofabrication","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-micro-and-nanofabrication-14082","topics":"engineering;chemistry;nanotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6148b47b-c23f-479a-ae9b-b06667525f01","name":"Computational Electromagnetics","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-computational-electromagnetics-13947","topics":"electromagnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dda3595c-a4e9-465a-9f83-2eae6ff743fe","name":"Project Planning & Control","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-project-planning-control-5309","topics":"project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3f44303-f91b-4d4e-b915-051bbc26fe63","name":"Heat Transfer","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ch23/preview","topics":"heat","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13cb9b66-2b69-4e48-a9b2-3e28859c957e","name":"Power Electronics","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-power-electronics-14242","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb908c2f-606d-46b7-b5af-19533a5148ed","name":"Science and Technology of Weft and Warp Knitting","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_te10/preview","topics":"textiles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0072f4b8-5cea-4e68-83ad-bff7bb46722e","name":"Four Myths of Bundling","description":null,"image":null,"links":"article|https://coda.io/@shishir/four-myths-of-bundling","topics":"strategy;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50de2967-02e4-4f75-b686-bfce2d19b257","name":"Science of Clothing Comfort","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-science-of-clothing-comfort-14283","topics":"clothing;textiles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46283ffe-a458-41ef-b51c-27633cd73327","name":"Engineering Metrology","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-engineering-metrology-14037","topics":"metrology;manufacturing;mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55a9ed48-cb3b-4e6c-888c-d0ebc350bf56","name":"Fabrication Techniques for MEMs- based sensors: clinical Perspective","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee40/preview","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"469eed93-7394-49df-839c-7225d0e5d55e","name":"Farm Machinery","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ag01/preview","topics":"agricultural-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0498638e-61a3-4d8a-999d-3167012cd859","name":"Fundamentals of Particle and Fluid Solid Processing","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-particle-and-fluid-solid-processing-14077","topics":"chemistry;mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49d15f1d-3de8-4804-8eb8-b38fba965c1a","name":"Fundamentals of Surface Engineering: Mechanisms,Processes and Characterizations","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-surface-engineering-mechanisms-processes-and-characterizations-14079","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59ade087-e701-4b34-88da-491c5feb2344","name":"GPS Surveying","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-gps-surveying-14085","topics":"civil-engineering;gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df08f409-5703-472e-b890-afcc2e791737","name":"Animism: Episode 1","description":null,"image":null,"links":"interactive|https://animism.e-flux.com/episode1/","topics":"arts;film","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"9ecf1746-f789-4801-ba97-5265cec04c72","name":"DC Microgrid","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee63/preview","topics":"electrical-engineering;dc-current","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aca0664b-1db9-4c75-9dc3-6c10a418be42","name":"Design of Masonry Structures","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ce21/preview","topics":"civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a14bf96f-b606-4152-a83c-ba0c68a12cdd","name":"A short lecture series on contour integration in the complex plane","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me75/preview","topics":"engineering;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39bbab70-c131-479e-8a1c-91bf64390e3a","name":"Advanced Materials and Processes","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-advanced-materials-and-processes-13888","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fe1c1eb-357b-4c9b-8293-358317e88c66","name":"Applied Thermodynamics For Engineers","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me57/preview","topics":"thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cb36444-674a-49ac-8b99-8d8a9d8a3dd4","name":"Basic Electric Circuits","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-basic-electric-circuits-13908","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46b53437-66c7-4e95-a104-a9f65e9db7c5","name":"Mathematical Modeling Of Manufacturing Processes","description":"By NPTEL via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me47/preview","topics":"manufacturing;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5ec9b0c-8545-4fe9-b701-d6b2d1b0cb99","name":"Op-Amp Practical Applications: Design, Simulation and Implementation","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee39/preview","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34a6ed9e-b6cc-49d5-85cd-74f3b7ff8ec1","name":"Robotics: Capstone","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/robotics-capstone","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5564d660-f69a-40d7-8280-cf6be17a61a7","name":"Control engineering","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee42/preview","topics":"engineering;control-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2de253db-0d59-466f-8ae1-1279d1cda1f6","name":"Data Science for Engineers","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-data-science-for-engineers-10096","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95f0ee7b-52d8-492e-aea9-2e9c1ed28e50","name":"Geotechnical Engineering Laboratory","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-geotechnical-engineering-laboratory-14095","topics":"civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"295ac395-5c13-4495-ad5a-775f04d95b38","name":"Industrial Safety Engineering","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me40/preview","topics":"engineering;safety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08e3b01f-5453-478b-8693-48b8c1856a91","name":"Introduction to Wireless and Cellular Communications","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee48/preview","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e79afd6-d0f0-46c2-8918-8fce1628c75e","name":"Matrix Method of Structural Analysis","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-matrix-method-of-structural-analysis-14192","topics":"civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"326d1e30-f469-49f1-9d0e-0a44121ccd44","name":"Microelectronics: Devices To Circuits","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-microelectronics-devices-to-circuits-14198","topics":"electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0be3009-1082-45c5-a682-2901280d5741","name":"Numerical Methods for Engineers","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ge30/preview","topics":"numerical-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c356ef39-e402-40cc-94b6-f2398129315a","name":"Advanced Concepts in Fluid Mechanics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-advanced-concepts-in-fluid-mechanics-13885","topics":"fluid-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66cccac6-c1d5-46ec-909c-b9835c484243","name":"Biology for engineers and other non-biologists","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-biology-for-engineers-and-other-non-biologists-13917","topics":"biology;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94db100f-961a-41f6-87be-85ea1f63fefc","name":"Concrete Technology","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-concrete-technology-13955","topics":"concrete;civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ddbc929-8e8a-460f-be01-3e8bde85e441","name":"Product Design Using Value Engineering","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me51/preview","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e85141d8-0a18-47df-ab58-a9943a6bda2d","name":"Refrigeration and Air-conditioning","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me58/preview","topics":"refrigeration;air-conditioning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98bb2ff5-d498-4fbc-b86e-970c1b376e49","name":"Robotics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-robotics-14276","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5117f5f-9047-49a8-9a72-50554cb11df1","name":"Role of Craft and Technology in Interior - Architecture","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-role-of-craft-and-technology-in-interior-architecture-14277","topics":"architecture;interior-design;civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"733b551f-c767-4454-9794-d90b6d9ba453","name":"Electrical Distribution System Analysis","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-electrical-distribution-system-analysis-14029","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f720bea-c787-4b0f-8a22-3e6f9a28c76a","name":"Electrical Machines (IITD)","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee69/preview","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"872de1e5-620f-4dbc-9984-4c78df87b443","name":"Environmental Geotechnics","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ce37/preview","topics":"civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76f9dd81-9588-4155-b396-a73d0cab6be5","name":"Fundamentals of Electric Drives","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-electric-drives-14073","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d02965c-ce6d-4f8e-8fb3-026659073e0d","name":"Digital Image Processing","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-digital-image-processing-14005","topics":"image-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1132327a-080f-4c77-83a0-089730f4b27c","name":"Work System Design","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me50/preview","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12088157-9161-4dc9-a07e-f2a3b70334f2","name":"Solid Mechanics","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-solid-mechanics-14297","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01f1599d-a85b-40c6-be1a-f7f504ee46f4","name":"Switching Circuits and Logic Design","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cs74/preview","topics":"electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4302c0c-0cf7-4906-9c0f-4647ebafe112","name":"Textile Finishing","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-textile-finishing-14326","topics":"textiles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc4b95ad-efc4-4d86-acf6-b7f54ea17b2d","name":"Convective Heat Transfer","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me77/preview","topics":"heat","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d28c0c3-9c57-449b-a022-cee49a9a5daf","name":"Fundamentals of Gas Dynamics","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-gas-dynamics-5293","topics":"fluid-dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc82f098-0f95-4c1e-bdee-afb77459eb15","name":"Transport Phenomena In Materials","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mm25/preview","topics":"transport-phenomena","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"befeb25c-362c-455f-95f0-4373a7ac7d26","name":"UbuWeb Film & Video","description":null,"image":null,"links":"website|https://www.ubuweb.com/film/index.html","topics":"film;art","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"5.0","tags":null} +{"iid":"08e69f02-d594-4fd3-be2f-ae6c891ad934","name":"Control systems","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_de04/preview","topics":"control-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3ab1460-4dcb-44c5-8c16-c73c845a0496","name":"Design of Reinforced Concrete Structures","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ce22/preview","topics":"concrete;civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bff63fc8-5dd0-48f6-b87d-ed2e922d6a71","name":"Introduction to Smart Grid","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-smart-grid-14165","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c46f27b1-4bec-4202-bd59-ebad854f8269","name":"Linear System Theory","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee43/preview","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81561c71-6905-48f8-a8c8-3991e7a19299","name":"Manufacturing Automation","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me78/preview","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"348fcf66-14d4-4c17-b660-62264c62037b","name":"Microwave Engineering","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee68/preview","topics":"microwave;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffa83c04-ce26-43dc-8715-9839d6953f14","name":"Microwave Theory and Techniques","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-microwave-theory-and-techniques-14200","topics":"microwave;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f52413cb-3f2c-4562-a2bd-3bc62c028852","name":"Monoskop","description":null,"image":null,"links":"wiki|https://monoskop.org/Monoskop","topics":"art;humanities","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"66503c85-9f9d-4c73-b821-d22413760102","name":"Noise Management and Control","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me72/preview","topics":"acoustics;noise","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42664f7b-7fcf-48b9-a075-f94d1660490b","name":"Plastic Working Of Metallic Materials","description":"By NPTEL via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me66/preview","topics":"metallurgy;material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac38b289-be0b-4730-9bd8-b519842a06b8","name":"Principles of Construction Management","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ce29/preview","topics":"construction;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"678762d7-51b8-48d1-9a45-7b265b549add","name":"Sensors and Actuators","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee41/preview","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddbdd956-a846-4081-b128-0ac2a1e25f6c","name":"Smart Materials and Intelligent System Design","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-smart-materials-and-intelligent-system-design-14288","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b16f525-df45-4a47-8d1b-deb6cf15f1e6","name":"Glass Processing Technology","description":"By NPTEL via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ce43/preview","topics":"glass","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04afe5a5-5d51-4b9a-8812-c1bee84bbeb8","name":"Thousand Cranes","description":"By Yasunari Kawabata","image":"https://learn-awesome.github.io/assets/book_covers/14027.jpg","links":"book|https://www.goodreads.com/book/show/14027.Thousand_Cranes","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b775ece6-d7e1-41d1-82e9-0683eb6da882","name":"Strength of Materials","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ce18/preview","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"394efbcf-6507-48ce-b174-12e985ba9ead","name":"Welding Metallurgy","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mm19/preview","topics":"welding;metallurgy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fc1d271-698f-4994-a508-5b62a43c8507","name":"Energy Conservation and Waste Heat Recovery","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-energy-conservation-and-waste-heat-recovery-14033","topics":"energy;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c29ddae-d3a0-406b-8a12-8c89961af7e2","name":"Engineering Mechanics","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_me41/preview","topics":"mechanics;engineering-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d83b463b-ec4f-499d-ac7b-06ae554f8ce0","name":"Ergonomics In Automotive Design","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_de01/preview","topics":"ergonomics;automotive-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c0c0f2a-6be8-43aa-a92a-37421ab1827d","name":"Fundamentals of Food Process Engineering","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ag02/preview","topics":"food-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"655c1a5d-beb3-4608-b2be-1a70cf2e0f62","name":"Digital Circuits","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee51/preview","topics":"digital-circuits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30437dc0-5c38-42aa-ab5d-22a044b40cb9","name":"Digital Signal Processing","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee50/preview","topics":"signal-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7564830-b9f6-40fa-b924-852b386847e1","name":"Dynamic Behaviour of Materials","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-dynamic-behaviour-of-materials-14016","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b6af794-efc8-4aee-b8b0-f132ac4dfc31","name":"Battery State-of-Health (SOH) Estimation","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-battery-state-of-health-soh-estimation-12078","topics":"batteries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68bf7dc5-f9fc-40a5-aa79-a4bf314cd468","name":"Battery Storage: Understanding the Battery Revolution","description":"By InnoEnergy via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-battery-storage-understanding-the-battery-revolution-11486","topics":"batteries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b4ee2c6-1133-42d6-b9bf-e9259019b8f6","name":"Introducing Robotics: Robotics and Society","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introducing-robotics-robotics-and-society-6866","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e20b761d-17e0-4c5a-9433-cc8ebc6f811a","name":"FPGA computing systems: A Bird’s Eye View on Reconfigurable Computing","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-fpga-computing-systems-a-bird-s-eye-view-on-reconfigurable-computing-13369","topics":"fpga","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50893ea2-cb7d-418d-93de-853f327ce8d5","name":"FPGA computing systems: Partial Dynamic Reconfiguration","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-fpga-computing-systems-partial-dynamic-reconfiguration-13364","topics":"fpga","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4cfc56a-f64f-4e72-a4b4-19b769239250","name":"Textile Study","description":"By CEC via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-textile-study-14327","topics":"textiles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdb79361-0979-46e9-a9a5-f00d4a886424","name":"Digital Signal Processing","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/dsp","topics":"signal-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22e42617-43d7-4211-86af-a99e68a74c38","name":"Commercial Fruit Production: Pomegranate & Guava","description":"By Yashwantrao Chavan Maharashtra Open University, Nashik, Maharashtra via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-commercial-fruit-production-pomegranate-guava-13945","topics":"agriculture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56204f72-c6db-453e-898e-06c33b4f18cb","name":"8.02x: Electricity and Magnetism","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/electricity-magnetism-part-2-2","topics":"electromagnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28dd0eae-0862-4fb4-b069-6f71c4c5d5cf","name":"Digital ASIC Design","description":"By North Carolina State University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-digital-asic-design-859","topics":"asic;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a18d65b9-00e8-4188-aef7-8c68604c57dd","name":"Introduction to Engineering Thinking","description":"By Knowles Science Teaching Foundation via Open Education by Blackboard","image":null,"links":"course|https://coursesites.com/?course_id=_293682_1","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce5ee092-5157-42b0-a7f5-b1182fa649c5","name":"20220332_2x: Principles of Electric Circuits: Part 2","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-20220332_2x-principles-of-electric-circuits-part-2-1524","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82ddc111-63b9-4428-a00a-c6bcec7c8cd1","name":"Cyber-Physical Systems","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/cyber-physical-systems-uc-berkeleyx-eecs149-1x","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb552794-8206-4c12-adb2-fc7340359575","name":"Nanomanufacturing","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/Engineering/Nano/Summer2014/about","topics":"manufacturing;nanotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"18e05185-a9b8-4c71-a4fa-2fc92abe7409","name":"3.032x: Mechanical Behavior of Materials","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/mechanical-behavior-of-materials-part-2-stress-transformations-beams-columns-and-cellular-solids-3","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"067dbf09-a800-47af-8eb7-2dae899c6c2e","name":"MOOC@TU9. Discover Excellence in Engineering and the Natural Sciences - Made in Germany","description":"By TU9 via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-mooc-tu9-discover-excellence-in-engineering-and-the-natural-sciences-made-in-germany-2299","topics":"engineering;education;nations/germany","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9b90603-f3bf-4ae2-98a6-aef6cc50641b","name":"AA432x: Composite Materials Overview for Engineers","description":"By University of Washington via edX","image":null,"links":"course|https://www.edx.org/course/composite-materials-overview-for-engineers","topics":"composite-materials;material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"786c5761-f464-4adb-a560-f42797dcd2b1","name":"Nanotechnology and Nanosensors","description":"By Technion - Israel Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/nanotechnology1","topics":"nanotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9b6e733-200f-42dc-b145-7d9aa22687c3","name":"Sense101x: Sense, Control, Act: Measure the Universe, Transform the World","description":"By University of Queensland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sense101x-sense-control-act-measure-the-universe-transform-the-world-2069","topics":"sensors;electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98e0e4d5-6fdf-4add-aa5b-f4c290ad93c6","name":"ENGR1.0x: Introduction to Engineering and Engineering Mathematics","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-engineering-2","topics":"engineering;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8991823a-b713-4e63-853b-f06e016929b7","name":"Networks and Systems","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-networks-and-systems-3989","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e8df1c8-7691-42e9-83f1-a873b57ad7d3","name":"Modern construction materials","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-modern-construction-materials-3993","topics":"construction;civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ad354c7-c9e4-4fcb-b6fb-69bdddfb59d1","name":"Principles of Modern CDMA/ MIMO/ OFDM Wireless Communications","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc15_ec05/preview","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae185dc7-25db-4a0f-814f-ab220e59bceb","name":"Foundation of Computational Fluid Dynamics","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-foundation-of-computational-fluid-dynamics-3975","topics":"fluid-dynamics;computational-fluid-dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e15c67ae-a83b-40ab-b59f-61cc8a239cff","name":"Electronic Interfaces: Bridging the Physical and Digital Worlds","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-electronic-interfaces-bridging-the-physical-and-digital-worlds-2473","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3ad6a67-3727-41aa-9227-a82c18fac9e8","name":"Introduction to Nonlinear Dynamics","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc15_ee03","topics":"mechanical-engineering;dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e4423f8-2605-49a2-b2f5-dac482599edd","name":"Introduction to OptoBotics℠","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/optobotics","topics":"optics;robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cffd1bc3-fab9-4b8c-8c30-d35c81654cac","name":"Robotic Motion Systems","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/motionsystems","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"807a84e1-2be9-472d-882d-08d213afbd47","name":"Electrify: An Introduction to Electrical and Electronic Engineering","description":"By University of Liverpool via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/electrify","topics":"electrical-engineering;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cce45067-e943-42c7-ba1e-7c4d5799e1f9","name":"Vehicle Dynamics I: Accelerating and Braking","description":"By Helmut Schmidt University via iversity","image":null,"links":"course|https://iversity.org/en/courses/vehicle-dynamics-i-accelerating-and-braking-october-2015","topics":"automotive-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e92f1d1-8232-4cd1-aede-be4ea53908e5","name":"Modelling and Simulation using MATLAB®","description":"By via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-modelling-and-simulation-using-matlab-1600","topics":"engineering;programming-languages/matlab","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1e4a9b3-ab81-4b6c-9242-332cfa122ee4","name":"Histories & Futures of Light","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-histories-futures-of-light-4255","topics":"optics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fede797c-12f5-4dbd-9ad8-425cdceb8366","name":"Optics for Robots and Drones","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-optics-for-robots-and-drones-4195","topics":"optics;robotics;drones","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a10d1295-a4d6-4018-aabc-baf369d80643","name":"Real World OptoBotics℠ Applications","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-real-world-optobotics-applications-4291","topics":"optics;robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8bd2970-e927-43d3-892a-9ab5ccf4760d","name":"Unmanned Aerospace Systems (UAS) - Key Concepts for New Users","description":"By Embry-Riddle Aeronautical University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-unmanned-aerospace-systems-uas-key-concepts-for-new-users-5169","topics":"drones","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5a4d3f7-8270-4194-a08c-4b87f986e519","name":"Introduction to Boundary Layers","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-boundary-layers-5291","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed28f123-473d-49e3-a4f9-2462b378c15f","name":"Engineering Graphics","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-engineering-graphics-5305","topics":"engineering-graphics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc37ceb8-0135-442f-9d16-01b1985c3172","name":"Geology and Soil Mechanics","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-geology-and-soil-mechanics-5338","topics":"geology;soil-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9eb421f3-c9b3-4332-99de-9ec9be0b22e1","name":"Microwave Integrated Circuits","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc16_ec02","topics":"microwaves;circuits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b671951-df8f-4c5f-a6b4-54a7274da0d4","name":"Estimation for Wireless Communications –MIMO/ OFDM Cellular and Sensor Networks","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc16_ec01","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd95a3bc-d361-4184-9053-dea5d9829693","name":"Probability Methods in Civil Engineering","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-probability-methods-in-civil-engineering-5307","topics":"probability;civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c01b6e95-2e7e-466d-b50a-dd11b4a6e7d7","name":"Vibrations of Structures","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-vibrations-of-structures-5304","topics":"vibration;structures;mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee82c6a1-820d-4710-b67e-de0d4626fac8","name":"Phase Diagrams in Materials Science and Engineering","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc16_mm05","topics":"phase-diagrams;material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b89b1e4-29aa-4a4d-9603-0b86496d7453","name":"Developmental Robotics","description":"By University of Naples Federico II via Federica","image":null,"links":"course|https://www.federica.eu/c/developmental_robotics/","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcaddf3f-6f56-40bf-a86f-9ab662b28d48","name":"Introduction to Petroleum Engineering","description":"By Tomsk Polytechnic University via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-introduction-to-petroleum-engineering-5395","topics":"oil-and-gas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa4b0c66-f6c4-4c7a-a422-7b505aa0a261","name":"Vehicle Dynamics II: Cornering","description":"By Helmut Schmidt University via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-vehicle-dynamics-ii-cornering-1274","topics":"automotive-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc3ef03e-d664-4f63-9522-9090313d7036","name":"Error Control Coding: An Introduction to Convolutional Codes","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc16_ec04","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d7cc58f-da72-4556-b059-db078cf27ec1","name":"Design and Simulation of DC-DC converters using open source tools","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc16_ec07","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed6a8c87-dfc6-4f8f-87fb-13a3c92af38e","name":"Error control coding: An introduction to linear block code","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-error-control-coding-an-introduction-to-linear-block-code-5808","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd960b33-0a1a-4233-bc1c-4c244ac4af29","name":"Partial Differential Equations (PDE) for Engineers: Solution by Separation of Variables","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc16_ma06","topics":"differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ec4122a-7949-4cb6-96fd-e4cef8a07254","name":"Basic Tools of Microwave Engineering","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc16_ec06","topics":"microwaves","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad69a37c-49cb-4971-aa87-440bc771abb6","name":"The Human Factor in Aviation","description":"By Embry-Riddle Aeronautical University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-the-human-factor-in-aviation-1884","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b56caff-2be7-4eca-b390-1d62af65dc3c","name":"Skills for the Digital Earth","description":"By Elmhurst College via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-skills-for-the-digital-earth-3249","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67a0ef32-054e-4a07-b94e-41f2a08906f1","name":"Exploring Engineering","description":"By Brown University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/brownu/courses/exploring-engineering-5","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf12dc7a-7125-4f40-9330-fd08916ea62f","name":"Vehicle Dynamics III: Vertical oscillations","description":"By Helmut Schmidt University via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-vehicle-dynamics-iii-vertical-oscillations-1275","topics":"automotive-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4bdcac1b-4048-4cbc-9971-a1fc1a2da621","name":"Aircraft Accident Investigation","description":"By Embry-Riddle Aeronautical University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-aircraft-accident-investigation-4036","topics":"aircrafts;aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aaac6c9a-dee9-419b-a8f5-c1e008dbbeed","name":"Housing Design: from Concept to Fabrication","description":"By Oikonet via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-housing-design-from-concept-to-fabrication-4425","topics":"housing;civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dcf8ed78-3ca3-4261-ac02-6415ad7e276f","name":"Digital Construction","description":"By University of Westminster via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_889_1","topics":"construction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97afa43e-fd02-44d1-94b2-1e580b0dcb88","name":"Fundamentals of MIMO Wireless Communication","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-mimo-wireless-communication-6702","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd9de34c-5bbb-47f9-9e9a-b98e8ba377cd","name":"Basic Building Blocks of Microwave Engineering","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc16_ec09","topics":"microwaves","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97ec21cb-e708-42c5-9a7d-866160b15356","name":"Bayesian/ MMSE Estimation for MIMO/OFDM Wireless Communications","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc16_ec15","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e74f4a67-b269-4aef-8f2e-f8c249fba50b","name":"Aircraft Dynamic Stability & Design of Stability Augmentation System","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc16_ae04","topics":"aircrafts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96f09d60-ca4a-460f-9a92-8b7e2604bc5c","name":"Optical Communications","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc16_ec16","topics":"optics;telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f65902b1-0ee3-4bbd-bba2-26a3919fa953","name":"Satellite Communication Systems","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-satellite-communication-systems-6703","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3777bbab-420a-4093-8454-8e4dc53836ba","name":"The Anarchist Library | The Anarchist Library","description":null,"image":null,"links":"website|https://theanarchistlibrary.org/special/index","topics":"anarchism;activism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9d4593c-60d1-4601-b44f-d379a70da9c4","name":"Fundamentals of Optical Fiber Technology","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-optical-fiber-technology-6697","topics":"optics;optical-fiber","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e45e9201-d373-422e-a1b0-c49305130faa","name":"Re-Enchanting the City: Designing the Human Habitat","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/re-enchanting-the-city","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"657fefba-649f-476c-b1d4-d0c3e7e6fc0a","name":"GT-Linear Circuits 2: AC Analysis","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/gt-circuits-2","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb235315-6dc2-4ad3-ba8c-d0532a8e433a","name":"Robotic Vision","description":"By Queensland University of Technology via EdCast","image":null,"links":"course|https://www.classcentral.com/course/edcast-robotic-vision-3152","topics":"robotics;computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a2982e6-8d71-4133-b8b7-80fb6235836b","name":"Air Safety Investigation","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-air-safety-investigation-6789","topics":"aviation;safety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a84d263-06dd-471a-8688-718fa92a2a2d","name":"3D Printing Capstone","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/3d-printing-capstone","topics":"3d-printing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e89fedca-deca-40d6-93c7-866d7887d9d4","name":"3D Printing Hardware","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/3d-printer","topics":"3d-printing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"689442b9-9214-49a2-b187-715d81d7016b","name":"Spread Spectrum Communications and Jamming","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_ec01","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82ba9e16-ee78-4582-9e28-cdd11be6b838","name":"Heat Transfer and Combustion in Multiphase Systems","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_me07/preview","topics":"heat;combustion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9770429-ab6f-46b1-b08a-dc93c2b9e059","name":"Atomic and Molecular Absorption Spectrometry for Pollution Monitoring","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-atomic-and-molecular-absorption-spectrometry-for-pollution-monitoring-7981","topics":"spectrometry;pollution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36f217af-8ba7-47ce-aee0-547a4826599e","name":"Modeling Transport Phenomena of Microparticles","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-modeling-transport-phenomena-of-microparticles-7890","topics":"transport-phenomena","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0084fef4-29cf-4c5e-901c-20f1293067bc","name":"Defects in Materials","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-defects-in-materials-7947","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f086980-8f64-428e-b074-74de0c358217","name":"Downstream Processing","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-downstream-processing-7972","topics":"biochemistry;chemical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"247016ca-726e-4859-9758-59519d6cdda0","name":"Probability and Random Variables/ Processes for Wireless Communications","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_ee08/preview","topics":"probability;telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fd3fd3c-542d-44ac-b675-0591b992ff4e","name":"Digital VLSI Testing","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_ec02/preview","topics":"vlsi;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43c510c0-4523-46e3-88e3-c8621fa73867","name":"Non Traditional Abrasive Machining Processes- Ultrasonic, Abrasive Jet and Abrasive Water Jet Machining","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_me17/preview","topics":"machining;mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f0e7f7f-bbf4-4bc0-9a33-f2f020151de1","name":"Fundamentals of Material Processing II","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-material-processing-ii-7900","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e13161d8-675b-4092-ae85-227f3363f5c9","name":"Millimeter Wave Technology","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-millimeter-wave-technology-7903","topics":"millimeter-waves;telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae55100e-5b6a-4a35-873d-fb27f60ab5c8","name":"Depreciation, alternate investment and profitability analysis","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_hs06/preview","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43a4d16d-e3b9-454a-89a6-d652c57dc51b","name":"Introduction to Experiments in Flight","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_ae02/preview","topics":"science;aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9ad88e8-3c9a-4e72-8e85-41b33779ba37","name":"Foundations of Wavelets and Multirate Digital Signal Processing","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_ee05/preview","topics":"signal-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92782e98-cfea-41e0-8b44-f7eaff498b3d","name":"Numerical Methods: Finite difference approach","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://nptel.ac.in/courses/111/107/111107107/","topics":"numerical-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc4788c0-c387-4a47-9645-7c7ce131f873","name":"Fundamentals of Wavelets, Filter Banks and Time Frequency Analysis","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-wavelets-filter-banks-and-time-frequency-analysis-7906","topics":"signal-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9a30641-9bbb-4303-bd01-f23729f62522","name":"Design Principles of RF and Microwave Filters and Amplifiers","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_ec03/preview","topics":"radio-waves;microwaves","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89e142c5-4800-49f7-9f33-71debe0f53a6","name":"Through Engineers' Eyes: Engineering Mechanics by Experiment, Analysis and Design","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/through-engineers-eyes","topics":"engineering-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"220622fa-059a-409b-b4cb-976c9afadaa8","name":"Introduction to Geographical Information Systems (GIS)","description":"By University of West Florida via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-introduction-to-geographical-information-systems-gis-3493","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a9adcda-c6d8-485d-8aa1-39f11215a7c5","name":"Understanding Superstructures","description":"By University of Liverpool via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/superstructures","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa2cacd0-b4e9-4f92-8e4c-8f4eb5732fea","name":"So You Want to Become a Biomedical Engineer","description":"By IEEE via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-so-you-want-to-become-a-biomedical-engineer-6500","topics":"biomedical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3bc3b8d-6253-4033-ada2-d1c37685806b","name":"Introduction to Radio Network Optimization","description":"By Amdocs via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/radio-network-optimization","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8be42ac1-93fb-4167-b728-01390c7eb417","name":"Solving the Energy Puzzle: A Multidisciplinary Approach to Energy Transition","description":"By University of Groningen via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-solving-the-energy-puzzle-a-multidisciplinary-approach-to-energy-transition-3894","topics":"energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26b8c6bc-3c94-4684-bea7-b7bca3ff38a1","name":"High performance ceramic materials","description":"By Ecole Nationale Supérieure de Céramique Industrielle via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-high-performance-ceramic-materials-4985","topics":"ceramics;material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff66bdda-f801-4aeb-9ac8-c200c872c177","name":"Maps and the Geospatial Revolution","description":"By Pennsylvania State University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-maps-and-the-geospatial-revolution-8115","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"375d80a6-9700-45f8-a103-bf4ac84d694f","name":"Electromagnetic theory","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ee04/preview","topics":"electromagnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a62eb04a-c6d9-4ae8-86f0-b7df091353db","name":"Computer Methods Of Structural Analysis Of Offshore Structures","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_oe01/preview","topics":"engineering;offshore-structures;programming-languages/matlab","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"953a20c9-cfba-401e-9201-eb5b58bb141b","name":"Transport Processes I: Heat and Mass Transfer","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-transport-processes-i-heat-and-mass-transfer-7975","topics":"transport-phenomena","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37937d42-2d6b-4e06-bb98-1d2d0a421df2","name":"Theory of Production Processes","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_me27/preview","topics":"metalworking;welding;casting;mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6505b9ee-207b-4e23-abd4-f9b061e51f36","name":"Risk and Reliability of offshore structures","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-risk-and-reliability-of-offshore-structures-5330","topics":"offshore-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d2da7f2-3d30-469b-b764-0476ed96fe50","name":"Embedded Systems Design","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-embedded-systems-design-7943","topics":"embedded-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfbcda1e-086d-4cbf-922f-904e790f531b","name":"Electrical Engineering: Sensing, Powering and Controlling","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/electrical-engineering","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e2b7786-377b-4e4e-a5e2-6042e9708457","name":"Mechanics Of Materials","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ce04/preview","topics":"mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89a53143-8cbc-4b56-8b4e-1c978badcf15","name":"Analog IC Design","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-analog-ic-design-10032","topics":"analog-circuits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1c53441-ec34-46db-ac68-0e764b757c6f","name":"Semiconductor Optoelectronics","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-semiconductor-optoelectronics-10043","topics":"semiconductors;optics;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"931116d8-ba92-486c-b273-0c0ec04c80cf","name":"Aspects of Biochemical Engineering","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-aspects-of-biochemical-engineering-10074","topics":"biochemical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4331952a-3fd4-458d-be80-77596e738ebe","name":"Integrated Circuits, Mosfets, OP-Amps and their Applications","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-integrated-circuits-mosfets-op-amps-and-their-applications-10006","topics":"circuits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51b2e72b-b91e-49ca-9f9f-f10d44232ec0","name":"Six Sigma","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_mg14","topics":"six-sigma","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d56bc542-de2b-4029-a4fc-5131acd02915","name":"Applied Time-Series Analysis","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-applied-time-series-analysis-7889","topics":"data-science;time-series","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0da8d160-a9bf-4849-bf7d-9d256dbc8551","name":"VLSI Physical Design","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-vlsi-physical-design-7894","topics":"vlsi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25da09f7-0466-4d94-83e5-4b2f7114c4ab","name":"Basic Electronics","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-basic-electronics-7916","topics":"electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9cab01b5-ee86-4fd6-9dcb-4337eb6c2ad5","name":"Rheology of Complex Materials","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-rheology-of-complex-materials-9907","topics":"rheology;nonnewtonian-fluids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3eb0d88-699e-4c1f-b03f-d1a0dce04b05","name":"Advanced Fluid Mechanics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-advanced-fluid-mechanics-9915","topics":"fluid-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb9398eb-3914-4e1d-bcdf-6fe4558e8c47","name":"Experimental Stress Analysis","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_me39/preview","topics":"stress-analysis;mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7c17961-6aef-4820-b877-a950d5957e39","name":"Materials Characterization","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-materials-characterization-7978","topics":"optics;material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1226ec24-64d6-4685-acfc-eddf86ce995c","name":"Fundamentals of Nuclear Power Generation","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_me13/preview","topics":"nuclear-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61080da0-913c-4560-9833-032ddcd8fbda","name":"Introduction to Mineral Processing","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-mineral-processing-9851","topics":"mineral-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"515c0ac1-51a4-4aa0-855c-8b0ee925e85a","name":"Compliant Mechanisms: Principles and Design","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-compliant-mechanisms-principles-and-design-7935","topics":"compliant-mechanisms;mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d96bdb86-a72a-4f40-b2c1-999426d228f5","name":"Engineering Economic Analysis","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-engineering-economic-analysis-9919","topics":"engineering;project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3daa8562-86ea-4c55-9776-c4c2ba35d3a8","name":"Multiphase Flows","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ch19/preview","topics":"engineering;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d8b0b6d-66b4-4652-8483-c0025f9a595b","name":"Photogeology In Terrain Evaluation (Part – 1)","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-photogeology-in-terrain-evaluation-part-1-10091","topics":"photogeology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e49d93cb-e8da-4644-859c-0bd471a15e7c","name":"Mechanism and Robot Kinematics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_me18/preview","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fb72c14-062d-4edb-af07-b816fff1242b","name":"Heat Treatment and Surface Hardening-I","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-heat-treatment-and-surface-hardening-i-6557","topics":"metals;alloys","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c090af5c-26a1-44f7-83c5-f4d0ee12ebaf","name":"Soft Nano Technology","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ch16/preview","topics":"nanotechnology;polymers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e0351bd-6eaf-444c-bea3-7bcdf4e3d3fb","name":"Problems in Elementary Physics – Bukhovtsev et al. | Mir Books","description":null,"image":null,"links":"book|https://mirtitles.org/2012/09/11/problems-in-elementary-physics-bukhovtsev-et-al/","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b7f0fbe-1d1b-4891-b1c8-d261a111693f","name":"Failure analysis and Prevention","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18-me29/preview","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73f71ebb-d29c-4119-b441-fa9b10e9abb6","name":"Two phase flow and heat transfer","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_me32/preview","topics":"two-phase-flow;mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50873ce8-dc86-4d2b-84f1-6350be10ecc0","name":"Iron Making","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_mm09/preview","topics":"iron","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90206887-c4da-43ab-ba30-37b7e09cf172","name":"An Introduction to Coding Theory","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_ee07/preview","topics":"coding-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"075d7589-3d88-4c97-b6b7-ed5acc033701","name":"Advances in Welding and Joining Technologies","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-advances-in-welding-and-joining-technologies-9892","topics":"welding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c9ef289-8c5f-474c-b581-688550630eaf","name":"Introduction to Geographic Information Systems","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ce10/preview","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6370261-145e-42af-89a8-eda9ac7fd738","name":"Metal Cutting and Machine Tools","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-metal-cutting-and-machine-tools-10105","topics":"machining","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f15684da-0bdd-4371-bc75-908a3827ea27","name":"Wireless Ad Hoc and Sensor Networks","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-wireless-ad-hoc-and-sensor-networks-7888","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22751413-a4cc-416e-a358-b10ac0edd879","name":"Introduction to Mechanical Vibration","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-mechanical-vibration-7929","topics":"vibration;mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04a5fc4a-2351-450a-a830-9054b6baa697","name":"Measurement Technique in Multiphase Flows","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ch18/preview","topics":"multi-phase-flow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d5350e9-8d5a-4ed1-b102-fe1ed1f0cc00","name":"Optimization Techniques for Digital VLSI Design","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ec06/preview","topics":"vlsi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9188bfc6-1a85-4bf2-b5f0-bb8d50a0d6de","name":"Multiphase Microfluidics","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ch13","topics":"multi-phase-flow","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61552728-f6dc-458d-816e-dd57458aa915","name":"Introduction to Process Modeling in Membrane Separation Process","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ch15/preview","topics":"chemical-engineering;membranes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e874a7f7-0f17-4b0d-8f54-199481561636","name":"Principles of Vibration Control","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_me07/preview","topics":"vibration","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8057976-26ff-4fe0-bae6-89104a1b035a","name":"Aircraft Maintenance","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ae03/preview","topics":"aircrafts;aircraft-maintenance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba73ee4d-4500-4a00-a8c3-906ab683665c","name":"Gear and Gear Unit Design : Theory and Practice","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_me16/preview","topics":"gears","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"737cf93b-6261-43e2-8bd4-7ab3bdeb6811","name":"Digital elevation models and applications","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ce09/preview","topics":"civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aacca44b-9435-42e3-8ccc-22b586587958","name":"Mechanical Measurement Systems","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_me30/preview","topics":"mechanical-engineering;measurement","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f33bfb79-cfe1-445e-8ab1-ffd0c450d274","name":"Electronics Enclosures Thermal issues","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ec08/preview","topics":"heat;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3489a444-e2c0-411a-87cb-c69e8e24d54f","name":"My self-study plan for electrical engineering | Hacker News","description":null,"image":null,"links":"thread|https://news.ycombinator.com/item?id=26525694","topics":"electrical-engineereing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03a6adf2-a7f5-4f75-b2a1-620dbd164fbe","name":"Introduction to Molecular Thermodynamics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_cy05/preview","topics":"thermodynamics;molecular-thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ceb89ff-dfd9-4dc6-aacb-0c3e3666b443","name":"Git and Github Training Certification Course Online - Intellipaat","description":null,"image":null,"links":"course|https://intellipaat.com/git-github-training/","topics":"training;online-courses","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":"oer"} +{"iid":"e59bf9ac-e7ce-417e-a8b5-ac6a44d0e951","name":"Aviation Maintenance MOOC","description":"By Embry-Riddle Aeronautical University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-aviation-maintenance-mooc-10223","topics":"aircraft-maintenance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1722510a-f554-460f-8fc3-c6ec5da6e432","name":"Thermodynamics in Energy Engineering","description":"By Hanyang University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/thermodynamics","topics":"thermodynamics;energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60e4a9de-02c7-438f-a0a5-a3dacc079ef5","name":"Fluidization Engineering","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ch10/preview","topics":"fluidization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e8cb8f1-52f9-4bc6-8f2f-14443b84d5c9","name":"Digital Manufacturing Commons (opendmc.org)","description":"By University at Buffalo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/digital-manufacturing-commons","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd691755-1f6e-4d54-bb04-9d7c4a779780","name":"Introduction to Engineering: Imagine. Design. Engineer!","description":"By Arizona State University via edX","image":null,"links":"course|https://www.edx.org/course/introduction-engineering-imagine-design-asux-fse100x-1","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"476b29ce-3315-4286-a769-edcbe647c1d6","name":"Simulation and Modeling for Engineering and Science","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-simulation-and-modeling-for-engineering-and-science-9804","topics":"simulation;engineering;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6302c45f-0786-49b1-8530-cc62b3917086","name":"Autonomous Mobile Robots","description":"By Universitat Jaume I via Independent","image":null,"links":"course|http://mooc.uji.es/enrol/index.php?id=22","topics":"autonomous-vehicles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0a4f4f8-7dec-4d41-b60a-5e6508be6ce4","name":"Technological, Social, and Sustainable Systems","description":"By Arizona State University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-technological-social-and-sustainable-systems-4070","topics":"technology;society;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"580135e1-ebe2-4ee2-af0c-ea27121e55f1","name":"BIM A0: Introduction to BIM","description":"By Zigurat Global Institute of Technology via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-bim-a0-introduction-to-bim-11463","topics":"building-information-modeling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0b0008d-07a3-4975-ab47-786e7a531665","name":"Basic Electrical Circuits","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ee18/preview","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b03f29f8-61ec-46a3-bca9-806be213d175","name":"Analog Circuits","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-analog-circuits-3978","topics":"analog-circuits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1df35626-7eb8-4c4e-8fa4-8733329879a0","name":"Model Checking","description":"By Chennai Mathematical Institute via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_cs49/preview","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23fe4d3e-7524-483b-88d6-fbdd2afdfdd7","name":"HSE for offshore and petroleum engineers","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-hse-for-offshore-and-petroleum-engineers-5216","topics":"oil-and-gas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c6c5bfc-1bf9-4597-b719-f41676ca862c","name":"Analysis and Modeling of Welding","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-analysis-and-modeling-of-welding-5335","topics":"welding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3efe1dca-dd77-463d-aa10-c4783da6466e","name":"Robotic Vision: Principles of Vision","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-robotic-vision-principles-of-vision-8659","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba67b1b1-bd3c-48ee-a935-d12a7f612ce4","name":"Experimental Stress Analysis – An Overview","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_me72/preview","topics":"stress-analysis;mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abf0adf8-f683-4fc2-81e5-6e618b4db553","name":"Robotic Vision: Processing Images","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/robotic-vision-processing-images","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"386e500c-109f-4f22-a65c-d7f675cc939d","name":"Fundamentals of Immunology, Part 2","description":"By Rice University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-fundamentals-of-immunology-part-2-1839","topics":"immunology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dbd652c-2863-43a3-bce1-34ad7682783b","name":"Through Engineers' Eyes - Introducing the Vision: Engineering Mechanics by Experiment, Analysis and Design","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/through-engineers-eyes-introducing","topics":"engineering;engineering-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db582764-0225-4557-bcdc-7b4c01604e79","name":"Elements of Structures","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-elements-of-structures-742","topics":"structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"efe44c9d-efce-4b9e-8ffa-1e6ef4f802a6","name":"Robotic Vision: Making Robots See","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-robotic-vision-making-robots-see-8661","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af875c21-68f2-4be6-9f3d-25101ebdf4a5","name":"Through Engineers' Eyes - Expanding the Vision: Engineering Mechanics by Experiment, Analysis and Design","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/through-engineers-eyes-expanding","topics":"engineering;engineering-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"608b1eec-0bdd-465d-8d9e-5f456261b611","name":"Mobile Robotics","description":"By via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/mobile-robotics","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a7c6c1f-a10e-47c7-ae37-21781bddd051","name":"Mining Engineering","description":"By via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-mining-engineering-1643","topics":"mining;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0886b0d9-b0e4-40b3-a476-e01e10cb6f2c","name":"Small Unmanned Aircraft Systems (sUAS) – Key Concepts and Best Practices for New Users","description":"By Embry-Riddle Aeronautical University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-small-unmanned-aircraft-systems-suas-key-concepts-and-best-practices-for-new-users-8009","topics":"drones","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6a697a2-97ea-4245-8dd3-94eaa2065b3c","name":"Neurons Gone Wild | Melting Asphalt","description":null,"image":null,"links":"article|https://meltingasphalt.com/neurons-gone-wild/","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":null} +{"iid":"82aed7d6-fc0b-458b-ab17-3234fbda2310","name":"Begin Robotics","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/begin-robotics","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28d1510d-8121-40eb-b877-de05d024b663","name":"An Introduction to Building Information Modelling","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/building-information-modelling","topics":"building-information-modeling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d444d631-42bc-4f42-9b50-16a073c90099","name":"Why Electronic Voting Is Still A Bad Idea","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=LkH2r-sNjQs","topics":"electronic-voting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"095c28c9-fe06-4aab-ad39-ac274f99ad24","name":"Industrial Automation and Control","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_me04/","topics":"mechanical-engineering;industrial-automation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7dd79424-b5b3-41c8-b14b-2f13ba00c40c","name":"Modelling and Simulation of Dynamic Systems","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-modelling-and-simulation-of-dynamic-systems-7952","topics":"simulation;dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92c21231-63de-4570-9707-0df36443b681","name":"Engineering Mechanics:Statics and Dynamics","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_me01/","topics":"engineering-mechanics;statics;dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a9cbcd3-ec95-471d-b9f8-1a438e735d0d","name":"Microprocessors and Microcontrollers","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://nptel.ac.in/courses/108/105/108105102/","topics":"microprocessors;microcontrollers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40a2454c-62b2-4f94-b6ef-bb9552f3e174","name":"Machinery Fault Diagnosis and Signal Processing","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-machinery-fault-diagnosis-and-signal-processing-9867","topics":"mechanical-engineering;machinery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6afee34-9cf3-4465-9ce7-621412c6a097","name":"Theory And Practice Of Non Destructive Testing","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mm07/","topics":"mechanical-engineering;nondestructive-testing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fda717c6-211a-4e9e-bf5e-ea3e75f0ddca","name":"Introduction To Composites","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_me35/","topics":"composites;material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04c36869-ca1a-4084-b19a-a405f6aeca53","name":"Transport Phenomena of Non-Newtonian Fluids","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-transport-phenomena-of-non-newtonian-fluids-12903","topics":"transport-phenomena;non-newtonian-fluids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8477f622-d49a-4fc2-b5f0-ddd2f70fcbda","name":"Fluid Flow Operations","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cy01/","topics":"fluid-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db3f097d-978f-41e5-8a97-dfb76065df3b","name":"Electrochemical impedance Spectroscopy","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cy10/","topics":"spectroscopy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c01d01a-c00b-48a6-a6c6-d8de12302e4b","name":"Mass, Momentum and Energy Balances in Engineering Analysis","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-mass-momentum-and-energy-balances-in-engineering-analysis-12947","topics":"engineering;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf9c2c43-ba8f-4e56-8bc5-0cfac4f93b09","name":"Electrical Machines - II","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-electrical-machines-ii-12948","topics":"electrical-engineering;mechanical-engineering;electrical-machines;motor","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52b0e21d-b904-470d-b7c9-8b82287f0fc6","name":"Modern Digital Communication Techniques","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-modern-digital-communication-techniques-12952","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1a9f6e7-1b93-41f2-87e2-ecfd549b5a29","name":"Advance power electronics and Control","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ee15/","topics":"electrical-engineering;power-electronics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5974f0cb-7072-4761-bc28-f1efadb375ae","name":"Dynamical System and Control","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-dynamical-system-and-control-13005","topics":"dynamical-systems;stability;control","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a78fef9-c410-48a9-90bf-d274805b342e","name":"Thermodynamics","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_me12/","topics":"thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1dc6675a-3fbf-454d-bfbc-611e2093b50d","name":"Semiconductors Optoelectronics","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ph07/","topics":"semiconductors;optoelectronics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"369a052c-9e0b-4f18-8fc2-352e25536dee","name":"Multirate DSP","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-multirate-dsp-12967","topics":"electrical-engineering;signal-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"582b3689-53c4-4d1f-9d7c-86a7b3f5b1ce","name":"Computational Fluid Dynamics","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-computational-fluid-dynamics-5301","topics":"fluid-dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f3bb119-34c7-4964-a3f4-fbe1d36348f9","name":"Surface Engineering of Nanomaterials","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_me30/","topics":"nanotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f97c588e-8983-4b05-88a4-2229146f593b","name":"Offshore structures under special loads including Fire resistance","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-offshore-structures-under-special-loads-including-fire-resistance-7915","topics":"offshore-structures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee3b796a-cb65-4723-8a16-94af1c698fe3","name":"Earth Sciences For Civil Engineering Part - I & II","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ce02/","topics":"geology;civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4696967d-8939-4c2f-a0bf-4efb832914ab","name":"Introduction to Mechanical Micro Machining","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-mechanical-micro-machining-10095","topics":"machining;mechanical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03144ebf-5879-4d35-b21e-f7be67f8d9d2","name":"Spray Theory","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-spray-theory-10025","topics":"physics;spray-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e5f8535-6856-492b-801b-f86792fcc80d","name":"Advanced Transition Metal Organometallic Chemistry","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cy08/","topics":"metals;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4bf0e21-75e1-447d-b2b7-9647a2f7292d","name":"Geotechnical Engineering II Foundation Engineering","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-geotechnical-engineering-ii-foundation-engineering-12922","topics":"civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e5e9e1c-8bd8-4257-8ab0-09a8a2448269","name":"Fundamental of Power Electronics","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamental-of-power-electronics-12949","topics":"power-electronics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84c855ca-c122-46f6-841b-8d7afdcd0c09","name":"Fundamentals of semiconductor devices","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-semiconductor-devices-12950","topics":"semiconductors","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4eadfbb9-2722-41a5-b5e8-452ddd1b2646","name":"Power System Dynamics, Control and Monitoring","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-power-system-dynamics-control-and-monitoring-12955","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97264b24-428a-47a2-88e6-ed53acf204b5","name":"LDPC and Polar Codes in 5G Standard","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-ldpc-and-polar-codes-in-5g-standard-12958","topics":"telecommunication;5g","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03325407-230e-4495-8667-c72b0bc63112","name":"Advances in UHV Transmission and Distribution","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-advances-in-uhv-transmission-and-distribution-12963","topics":"electrical-engineering;electricity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d5ef574-720b-4b0c-a50c-4f32874192b8","name":"Introduction to Coding Theory","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ee26/","topics":"coding-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7131e898-e6aa-4b02-935f-e239c18912c8","name":"Electronic Packaging and Manufacturing","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_me28/","topics":"packaging;manufacturing;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f730b8d5-1eee-4cc1-b129-592c5451b166","name":"Solar Photovoltaics: Principles, Technologies & Materials","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mm04/","topics":"solar-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01ad0538-0ff0-4cda-9f1e-507a61b4f336","name":"Material Characterization","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-material-characterization-13029","topics":"optics;electron-microscopy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da50c8f8-147f-49ae-89b5-c064e9d0c74a","name":"Creep deformation of materials","description":"By Indian Institute Of Technology Bhubaneswar via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-creep-deformation-of-materials-13031","topics":"creep;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"003d7027-cc03-4774-8d96-7660995651a8","name":"Non-Conventional Energy Resources","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ge11/","topics":"energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2478fbb8-0029-4f2a-b1fe-769eece04d8b","name":"Evalutions of Textile Materials","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-evalutions-of-textile-materials-13050","topics":"textiles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f258ce23-72b0-4bed-857d-e3f794f563e6","name":"Theory of Yarn Structure","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-theory-of-yarn-structure-13052","topics":"textiles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22cd7de6-7e1d-4f15-a313-aa5b71c5f6c2","name":"Satellite Attitude Dynamics and Control","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-satellite-attitude-dynamics-and-control-12884","topics":"satelites;dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04193711-951c-4d0a-9d9d-c6f4e94125da","name":"Advanced Green Manufacturing Systems","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mg24/","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f373d355-1b23-4360-a82e-9f928ae0f2e6","name":"Fiber Optics","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fiber-optics-7913","topics":"fiber-optics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ba8b8a0-a7b6-4cb7-873c-92d2a4950e12","name":"Introduction to Remote Sensing","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ce08/","topics":"remote-sensing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf72282c-9725-4560-9a3d-a37fa7e0bb53","name":"Introduction to Fluid Mechanics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-fluid-mechanics-7945","topics":"fluid-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39554657-59c8-4380-87f1-2398a99c9ab8","name":"Housing Policy & Planning","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ar04/","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca7433ab-143b-4636-b291-b52a88d2a7c6","name":"Automatic Control","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-automatic-control-9850","topics":"control-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99ea28d6-3b2f-498c-8b9e-a6aab077c864","name":"Material Science and Engineering","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mm01/","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbe6e6a1-89fb-4037-b0d7-8661bd04062b","name":"Quality Design and Control","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mg18/","topics":"quality-control","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0644c1b-4b46-407c-a8d6-242a8c53f9e8","name":"Power System Engineering","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-power-system-engineering-10052","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da14c1c9-22f6-4558-96d8-a8003026b07e","name":"Biomedical Signal Processing","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-biomedical-signal-processing-10069","topics":"signal-processing;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e33dced9-98d0-4fce-bf4f-9cd1329d996b","name":"Mechanical Operations","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-mechanical-operations-10092","topics":"chemistry;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1af25d95-26df-40d9-8d4e-f0aa06416abb","name":"Soil Mechanics/Geotechnical Engineering I","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ce01/","topics":"soil-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6eafb24c-23a5-4372-903b-b9924f7c94bf","name":"Total Quality Management - II","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mg19/","topics":"quality-control;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7973da5e-1a3e-4071-861d-3bc87ac93021","name":"Process Control - Design, Analysis and Assessment","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ch10/","topics":"process-control;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0451831b-64c5-426f-a1bd-ccf3fa808cb9","name":"Equipment Design: Mechanical Aspects","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ch14/","topics":"chemical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f83cb349-68a6-4012-9988-67bb77241472","name":"Thermodynamics & Kinetics","description":"By Indian Institute of Science Education and Research, Mohali via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cy02/","topics":"thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"100b1d98-bbb9-41a1-b879-d515b046c076","name":"Advanced Topics in the Science and Technology of Concrete","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-advanced-topics-in-the-science-and-technology-of-concrete-12924","topics":"concrete","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f27724a3-9ab7-47c3-8c82-c9b8752797e1","name":"Digital Electronic Circuits","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ee09/","topics":"digital-circuits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"afada7ae-9de2-4701-8bdb-31bceeb7911d","name":"Rapid Manufacturing","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-rapid-manufacturing-13019","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0881b12a-ae0c-4f90-bda8-281be741a0ef","name":"Welding Processes","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mm12/","topics":"welding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f59eb925-32ff-41c5-aebb-da4e3551fca0","name":"Textured Yarn Technology","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-textured-yarn-technology-13054","topics":"textiles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d10746cd-9155-4a48-8d31-7489ff0219a0","name":"Manufacturing Process Technology I & II","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-manufacturing-process-technology-i-ii-5289","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d65ab70d-a10e-4c9f-8a25-eeb34003cb6c","name":"Principles of Communication Systems-I","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-principles-of-communication-systems-i-7963","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"186f6f1b-9623-4c36-81eb-6fa4aae53d7e","name":"Principles of Casting Technology","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-principles-of-casting-technology-7899","topics":"casting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ad601c3-f295-4d47-85a6-9338cab31ce6","name":"Principles of Signals and Systems","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-principles-of-signals-and-systems-9900","topics":"signal-processing;electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb8d31b3-3e93-437b-a907-c538d68e729b","name":"Introduction to Materials Science and Engineering","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-materials-science-and-engineering-10064","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8aa20b62-2cb1-47b1-80cc-4b9dfe23ce4f","name":"Mathematical Methods and Techniques in Signal Processing","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ee31/","topics":"mathematics;signal-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0757af1-ad70-4269-9c07-30bb3da955b2","name":"Principles of Mechanical Measurement","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_me03/","topics":"mechanical-engineering;measurement","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ea5aa2e-c53f-453f-bf89-358caab6febd","name":"Fundamental of Welding Science and Technology","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamental-of-welding-science-and-technology-13016","topics":"welding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0bf9a8d-5617-4684-a78c-8965758b5bed","name":"Symmetry and Structure in the Solid State","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cy17/","topics":"solids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ccbee24-86e3-4d0a-9521-41d0b4e70fd7","name":"Introduction to Airplane performance","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ae01/","topics":"aerospace-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5eb2ef0-5b61-49ae-941f-f9e60079700b","name":"Geosynthetics and Reinforced Soil Structures","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-geosynthetics-and-reinforced-soil-structures-3994","topics":"soil-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd755eeb-5655-4552-8dfb-7eefed30470a","name":"Engineering Thermodynamics","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-engineering-thermodynamics-7904","topics":"thermodynamics;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"822f2f48-1822-412c-b3f6-0d45f292b0c2","name":"Hydration, Porosity & Strength of Cementitious Materials","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-hydration-porosity-strength-of-cementitious-materials-7911","topics":"cement;concrete","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec5a3251-6e61-4dd4-af0c-eb6af5707b4b","name":"Antennas","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ee19/","topics":"antennas;telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e94f552-85a9-4240-adfe-2e9463fe3fa3","name":"Analog Circuits","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ee10/","topics":"analog-circuits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb8b2c03-548a-4f2f-93c6-e3ef8c36d58e","name":"Energy Efficiency, Acoustics and daylighting in Building","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-energy-efficiency-acoustics-and-daylighting-in-building-9822","topics":"ventilation;lighting;civil-engineering;buildings","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2959b06a-822c-4bc0-a405-b1c0ff37bfda","name":"Product Design and Manufacturing","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_me23/","topics":"engineering;manufacturing;product-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3685f955-1cef-40ac-9ee0-73f13c7fdfef","name":"Radiative Heat Transfer","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-radiative-heat-transfer-13012","topics":"heat","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c87409b-2002-403f-8168-98218612c3bc","name":"IC Engines and Gas Turbines","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_me10/","topics":"combustion;engines;turbines","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c53162d-4821-412e-ad81-db1e7949c991","name":"Kinematics of Mechanisms and Machines","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_me29/","topics":"kinematics;machines","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e6ae8e1-09c9-42e6-9e8a-d47726c8f8fb","name":"Polymer Assisted Abrasive Finishing Processes","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_me33/","topics":"polymers;subtractive-manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8911b597-feb7-4a01-9b47-c9a96ddded31","name":"Surface Engineering for Corrosion and Wear Resistance Application","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mm06/","topics":"surface-engineering;corrosion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3527e3c-f73f-4ce2-b404-56f9454e9d30","name":"Defects in Crystalline Solids (Part-II)","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mm09/","topics":"solids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13855751-ac4e-4dc1-bd7d-65fe2354003c","name":"Testing of Functional and Technical Textiles","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_te02/","topics":"textiles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98dba049-3a0c-4977-9784-d6227bd7f010","name":"Principles of Digital Communications","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-principles-of-digital-communications-12951","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8010c994-2884-4f9b-b88f-4cfd47db8096","name":"Technical Report Writing for Engineers","description":"By The University of Sheffield via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-technical-report-writing-for-engineers-9087","topics":"technical-writing;engineers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c1ebc07-bbaf-44eb-8b58-3b7b74c20c7b","name":"Fundamentals of electronic materials and devices","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mm03/","topics":"material-science;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31a70e13-9711-437b-84f3-f62ab3990ab8","name":"Steam and Gas Power Systems","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-steam-and-gas-power-systems-7976","topics":"steam;boilers;turbines","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a6dd816-861b-435f-871a-190aaaf3651e","name":"Digital Land Surveying and Mapping(DLS&M)","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ce09/","topics":"civil-engineering;surveying","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cb6a8dd-db5a-458b-8133-05ddf1614e66","name":"Medical Biomaterials","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-medical-biomaterials-7985","topics":"biomaterials","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b253ecba-15c4-4463-a1a5-9cc778203409","name":"Systems Engineering: Theory & Practice","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-systems-engineering-theory-practice-7940","topics":"systems-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b82c5c92-4c5e-4509-ab01-dd4eaee476db","name":"Subsurface exploration :importance and techniques involved","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-subsurface-exploration-importance-and-techniques-involved-12921","topics":"civil-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f9387b8-9566-4d0b-9ba1-4a350913693c","name":"Friction and wear of materials: principles and case studies","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mm05/","topics":"friction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb34dfe3-5a18-472e-a208-b7dac0a6c4c4","name":"Electric Vehicles - Part 1","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-electric-vehicles-part-1-12960","topics":"electric-vehicles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ad29a44-daf7-4679-a3fd-d4fbe3bdbf7c","name":"CMOS Digital VLSI Design","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-cmos-digital-vlsi-design-12964","topics":"vlsi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b582ed0a-5f74-4efb-bdcc-aeadac49384c","name":"Advanced Textile Printing Technology","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-advanced-textile-printing-technology-13053","topics":"textiles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7257fb51-4c12-49a1-a550-22d583549d8a","name":"Waste to Energy Conversion","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ch13/","topics":"energy;waste","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a715690c-0ebc-458d-94e0-0629fb701c75","name":"Evolution of Air Interface towards 5G","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-evolution-of-air-interface-towards-5g-12957","topics":"5g;telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"503cf1ab-d867-476c-ae91-c5d801913313","name":"Electromagnetic compatibility, EMC","description":"By KTH Royal Institute of Technology via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ee17/","topics":"electromagnetism;electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a05c1c9-a1c0-4497-9431-77caaa71ac8a","name":"Electronic Modules for Industrial Applications using Op-Amps","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-electronic-modules-for-industrial-applications-using-op-amps-12969","topics":"opamps;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1c8eb21-f46f-4338-b7ec-c5be7124f773","name":"Weldability of Metals","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-weldability-of-metals-13017","topics":"welding;metals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbf77cd4-909b-4fff-958f-72a3062f7930","name":"Network Analysis for Mines and Mineral Engineering","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mm11/","topics":"mineral-engineering;network-analysis;critical-path-method","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31531dd7-a018-464f-9fea-d8abc094bfec","name":"Basics of Finite Element Analysis-I","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_me02/","topics":"finite-element-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b3e4379-ba36-4da2-9292-697374acfe81","name":"Landscape Architecture and Site Planning - Basic Fundamentals","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ar06/","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a5ee3ec-8d71-4d1c-89bb-7d2daa0f9678","name":"Introduction to Machining and Machining Fluids","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_me32/","topics":"machining","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8aa29da6-2c9f-41ea-b778-bb2bd4876bbb","name":"Advance Aircraft Maintenance","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-advance-aircraft-maintenance-12882","topics":"aircrafts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26086f5e-df08-4634-a149-82b68c0bbed7","name":"Manufacturing Guidelines for Product Design","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-manufacturing-guidelines-for-product-design-13018","topics":"manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b6450d0-4220-4409-8e56-9c5b05eda197","name":"Chemical Process Control","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-chemical-process-control-12901","topics":"chemical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"434ef439-4275-47a5-96c6-83703ab84d83","name":"Electromagnetic Waves in Guided and Wireless Medium","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-electromagnetic-waves-in-guided-and-wireless-medium-12962","topics":"electromagnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6728b361-d57b-4802-84ee-2ac925bb2a23","name":"Joining Technologies for Metals","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_me17/","topics":"manufacturing;welding;metals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2986dfaf-8c1e-4b5e-b779-2e073dee6ff4","name":"Principles and Applications of Building Science","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ar03/","topics":"civil-engineering;buildings","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb492f12-62c1-4bb8-b7fc-4a8c6039f8c0","name":"Inspection and Quality Control in Manufacturing","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-inspection-and-quality-control-in-manufacturing-13020","topics":"manufacturing;quality-control","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"039fff30-ca38-44fa-88ad-fcd4168a08ab","name":"Robotic Automation Courses & Training - Learn Online - Intellipaat","description":null,"image":null,"links":"course|https://intellipaat.com/course-cat/automation/","topics":"robotics;automated-reasoning","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"5.0","tags":null} +{"iid":"d157ee59-9a8d-4beb-9bc3-1cd163777b84","name":"Dynamics of fluid interfaces","description":"By ESPCI Paris via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-dynamics-of-fluid-interfaces-12852","topics":"fluid-dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4bec8ad4-4dad-4875-ac44-292b46fef765","name":"Nanotechnology for Health: Innovative Designs for Medical Diagnosis","description":"By University of Twente via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-nanotechnology-for-health-innovative-designs-for-medical-diagnosis-7627","topics":"nanotechnology;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d5bb876-4a03-4a13-ac1b-0c19b10a1c42","name":"Earth Imagery at Work","description":"By Esri via Independent","image":null,"links":"course|https://www.esri.com/training/catalog/57aba196cbc441087e0d2395/earth-imagery-at-work/","topics":"remote-sensing;earth-imaging","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22a28739-a417-410d-a183-0dc115403925","name":"Cartography","description":"By Esri via Independent","image":null,"links":"course|https://www.esri.com/training/catalog/596e584bb826875993ba4ebf/cartography./","topics":"cartography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f912a8a6-fa9c-445b-a6e6-fb5fd7773f89","name":"Intro to Permaculture Design","description":"By Oregon State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/oregonstate/courses/permaculture-design","topics":"permaculture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2204ca55-bbb1-4035-9842-35517b3517a5","name":"Bioprinting: 3D Printing Body Parts","description":"By University of Wollongong via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-bioprinting-3d-printing-body-parts-4089","topics":"3d-printing;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0294c68-6ca5-4764-add7-94efc831a43c","name":"Understanding Dementia","description":"By University of Tasmania via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-understanding-dementia-981","topics":"dementia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6501aa26-c1fc-4025-ae76-d7e5b4a0c96e","name":"Preventing Dementia","description":"By University of Tasmania via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-preventing-dementia-6565","topics":"dementia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4edeac37-e23c-42d5-a31c-12174d5a9e0e","name":"Understanding Clinical Research: Behind the Statistics","description":"By University of Cape Town via Coursera","image":null,"links":"course|https://www.coursera.org/learn/clinical-research","topics":"clinical-research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b429106f-5f4c-4a78-869a-e3ff22319350","name":"Understanding Multiple Sclerosis (MS)","description":"By University of Tasmania via Independent","image":null,"links":"course|https://ms.mooc.utas.edu.au/index.php","topics":"multiple-sclerosis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0b51c207-4af4-40de-8aff-7c20a2b018b5","name":"The Musculoskeletal System: The Science of Staying Active into Old Age","description":"By Newcastle University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-musculoskeletal-system-the-science-of-staying-active-into-old-age-6738","topics":"muscles;skeleton;ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c470554-e489-4c7e-ba44-4e46fecc1b76","name":"Vital Signs: Understanding What the Body Is Telling Us","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-vital-signs-understanding-what-the-body-is-telling-us-1887","topics":"vital-signs;health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07ed2156-a0a0-4e4f-bce2-23ae3e1e759d","name":"Discover Dentistry","description":"By The University of Sheffield via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/discover-dentistry","topics":"dentistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df6fff41-318f-423e-9596-254ce5e76e68","name":"Stanford Introduction to Food and Health","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-stanford-introduction-to-food-and-health-5057","topics":"health;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"197e0853-1b90-4daa-8bb6-10d7ca919ea2","name":"Child Nutrition and Cooking","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/childnutrition","topics":"cooking;nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44710090-d3b3-4b32-ab2b-725a17432023","name":"The Addicted Brain","description":"By Emory University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/addiction-and-the-brain","topics":"addiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b749d6f-5521-4431-b240-31c4e32ff264","name":"Viruses & How to Beat Them: Cells, Immunity, Vaccines","description":"By Tel Aviv University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-viruses-how-to-beat-them-cells-immunity-vaccines-9364","topics":"viruses;vaccines","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20501f8c-2be0-4dac-93ce-f344c6a5c94c","name":"Positive Psychiatry and Mental Health","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-positive-psychiatry-and-mental-health-8783","topics":"psychiatry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"437a5dd6-3881-49fb-8743-6514ace95547","name":"Medicine and the Arts: Humanising Healthcare","description":"By University of Cape Town via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/medicine-and-the-arts","topics":"healthcare;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37649ec1-b69f-4bb2-b0fe-1e7743da8be9","name":"Clinical Terminology for International and U.S. Students","description":"By University of Pittsburgh via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-clinical-terminology-for-international-and-u-s-students-839","topics":"medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f17cb4c-15bf-4bc8-afb0-f5320d285ee2","name":"Protecting Health Data in the Modern Age: Getting to Grips with the GDPR","description":"By University of Groningen via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-protecting-health-data-in-the-modern-age-getting-to-grips-with-the-gdpr-10612","topics":"healthcare;gdpr","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cefa269-cf60-4fe6-a4bd-58818160ab0e","name":"Epidemiology: The Basic Science of Public Health","description":"By The University of North Carolina at Chapel Hill via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-epidemiology-the-basic-science-of-public-health-733","topics":"epidemiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0698745-66ed-46af-8f2e-0a41bb074fa7","name":"Sit Less, Get Active","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.coursera.org/learn/get-active","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49e8c59d-17aa-4614-bb30-f1a992fd3748","name":"Nutrition and Health: Macronutrients and Overnutrition","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-nutrition-and-health-macronutrients-and-overnutrition-2154","topics":"nutrition;health;macronutrients","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd0bdcec-aaf2-4a20-ac94-9e4da0367b01","name":"Becoming a Resilient Person - The Science of Stress Management","description":"By University of Washington via edX","image":null,"links":"course|https://www.edx.org/course/becoming-resilient-person-science-stress-uwashingtonx-ecfs311x-0","topics":"stress","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e2a1632-dc24-4800-a97f-5cee1079c229","name":"Epidemics - the Dynamics of Infectious Diseases","description":"By Pennsylvania State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/epidemics","topics":"epidemiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39c2c32c-f650-403d-bfb3-178137055b1c","name":"Community Change in Public Health","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-community-change-in-public-health-397","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60a0c900-252c-4577-8d4f-a9b42b314874","name":"Wellness Coaching: Powerful Skills for Everyday People","description":"By Institute for Wellness Education via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-wellness-coaching-powerful-skills-for-everyday-people-5170","topics":"wellness;coaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"666f69b7-9263-44a0-b675-b8c5b00889a4","name":"Improving Healthcare Through Clinical Research","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/clinical-research","topics":"clinical-research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86fda2ef-a35e-4e34-82bd-cdd4c64f0582","name":"Circadian clocks: how rhythms structure life","description":"By Ludwig-Maximilians-Universität München via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-circadian-clocks-how-rhythms-structure-life-2664","topics":"circadian-clock","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a52ec39f-32f5-44a7-9639-000b616f9862","name":"Challenges in Antibiotic Resistance: Point Prevalence Surveys","description":"By The British Society for Antimicrobial Chemotherapy via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-challenges-in-antibiotic-resistance-point-prevalence-surveys-8264","topics":"antibiotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7375bdf-4375-4da7-aca0-715c184d88cb","name":"Voice Disorders: What Patients and Professionals Need to Know","description":"By Icahn School of Medicine at Mount Sinai via Coursera","image":null,"links":"course|https://www.coursera.org/learn/voice-disorders","topics":"voice-disorders;otolaryngology;vocology;speech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20be1f9b-c2e3-4af5-9a54-d0aeefc29483","name":"What is Palliative Care?","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/what-is-palliative-care","topics":"palliative-care","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e13dd6c4-1fca-4234-aa7d-02ab0fbb7aed","name":"Introduction to Integrative Therapies and Healing Practices","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-integrative-therapies-and-healing-practices-12869","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"733eaa02-b128-4f98-a296-5a34322dfc96","name":"Validity and Bias in Epidemiology","description":"By Imperial College London via Coursera","image":null,"links":"course|https://www.coursera.org/learn/validity-bias-epidemiology","topics":"epidemiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92edde3c-fc11-442f-80bd-e1e39fe263e5","name":"Emergency Care: Pregnancy, Infants, and Children","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/emergency-care-pregnancy-infants-children","topics":"emergency-care;pregnancy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7696c22-76ee-4019-992b-c5ce2afcc745","name":"Analytical Solutions to Common Healthcare Problems","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-analytical-solutions-to-common-healthcare-problems-12785","topics":"analytics;healthcare;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80bc03a6-d3c7-41ea-9d69-db1532664aa3","name":"Healthcare Data Quality and Governance","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.coursera.org/learn/healthcare-data-quality-governance","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9cba39c-dd35-4b54-aee2-7733593f3c9a","name":"Nursing Informatics Training and Education","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/training-others-nursing-informatics","topics":"nursing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0fa212f0-7d29-4587-9ce5-a452e8da5381","name":"Population Health: Study Design","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/population-health-study-design","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8443986-d5a2-4b89-b987-744037887f8a","name":"Dysphagia: Swallowing Difficulties and Medicines","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/dysphagia","topics":"dysphagia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78fba9ae-5915-40ed-a799-88c0fdbbe4c1","name":"ADHD: Everyday Strategies for Elementary Students","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.coursera.org/learn/adhd-treatment","topics":"adhd","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c70dba9-c625-4632-bfd3-5fd80c93a5cd","name":"Thoracic Oncology","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/thoracic-oncology","topics":"oncology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e393b22d-ff86-4fcd-ad7c-4d5aa0aaf533","name":"Health Care IT: Challenges and Opportunities","description":"By Icahn School of Medicine at Mount Sinai via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-health-care-it-challenges-and-opportunities-7664","topics":"healthcare;information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70391eff-fc24-4265-807e-c6850c8a95ed","name":"Challenges in Antibiotic Resistance: Gram Negative Bacteria","description":"By The British Society for Antimicrobial Chemotherapy via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-challenges-in-antibiotic-resistance-gram-negative-bacteria-8263","topics":"antibiotics;gram-negative-bacterias;bacterias","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9abf264a-fe17-4935-be33-6f291ef2107c","name":"Public Health in Humanitarian Crises","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/humanitarian-public-health","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"244b0dc5-f39e-4874-8120-4c83067bddfa","name":"SQLite is not a toy database | Anton Zhiyanov","description":null,"image":null,"links":"article|https://antonz.org/sqlite-is-not-a-toy-database/","topics":"software-tools/sqlite","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a214d26e-d265-4124-b1b9-fe8020800a68","name":"Curanderismo: Traditional Healing Using Plants","description":"By University of New Mexico via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-curanderismo-traditional-healing-using-plants-12506","topics":"curanderismo;alternative-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2129b36-1a9a-498f-a558-7bee187d0e39","name":"Medical Emergencies: CPR, Toxicology, and Wilderness","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/medical-emergencies-cpr-toxicology-wilderness","topics":"emergency-care","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4eeb64c4-c156-4a1f-9cf0-166b48d06356","name":"Trauma Emergencies and Care","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/trauma-emergencies-and-care","topics":"trauma;emergency-care","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e943b63b-07c8-4112-97de-b55955aa8bdc","name":"Curanderismo: Traditional Healing of the Mind, Energy & Spirit","description":"By University of New Mexico via Coursera","image":null,"links":"course|https://www.coursera.org/learn/curanderismo-traditional-healing","topics":"curanderismo;alternative-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0953b1cf-002b-4224-a27b-66304f71bad1","name":"Easing the burden of obesity, diabetes and cardiovascular disease","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.coursera.org/learn/easing-the-burden-of-obesity-diabetes-cvd","topics":"obesity;diabetes;cardiovascular-diseases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55a548b5-b3f2-42fd-a9b5-e63b16434593","name":"Taking Safety and Quality Improvement Work to the Next Level (Patient Safety VII)","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-taking-safety-and-quality-improvement-work-to-the-next-level-patient-safety-vii-9773","topics":"healthcare;nursing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10bf9bf8-98e3-4c21-9702-7b8d02e75923","name":"Pain Management: Easing Pain in Palliative Care","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/pain-management-easing-pain-in-palliative-care","topics":"pain-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5bae1abf-aff3-4f03-b655-105445292953","name":"Study Designs in Epidemiology","description":"By Imperial College London via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-study-designs-in-epidemiology-13261","topics":"epidemiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce77aa1c-ae26-4dd1-8f89-16390adf76e8","name":"Cáncer de próstata","description":"By Universidad Nacional Autónoma de México via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cancer-prostata","topics":"prostate-cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a609d0fb-e05f-4991-800b-fdbb1a431181","name":"Leading Change in Health Informatics","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/leading-change-health-informatics","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"345a77fb-b435-4eeb-93ff-93bf76a6bedf","name":"Major Depression in the Population: A Public Health Approach","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/public-health-depression","topics":"depression;public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6515c2d3-d0d9-4ac2-b96d-a906565dcbb7","name":"Leading Healthcare Quality and Safety","description":"By George Washington University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-leading-healthcare-quality-and-safety-6316","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cadf3c5d-74ac-4d0e-a07b-7dbdcfd58fa5","name":"Autism Spectrum Disorder","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-autism-spectrum-disorder-5076","topics":"autism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ce19724-7791-457d-bb62-728c9f984e9b","name":"HI-FIVE: Health Informatics For Innovation, Value & Enrichment (Clinical Perspective)","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/hi-five-clinical","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69a51214-cb27-4008-970d-e4d246130722","name":"HI-FIVE: Health Informatics For Innovation, Value & Enrichment (Social/Peer Perspective)","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/hi-five-social-peer","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d59ce369-5f14-416a-aeee-16f37a4f1b2b","name":"Health Concepts in Chinese Medicine","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-health-concepts-in-chinese-medicine-9496","topics":"chinese-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"614f5075-c20a-4097-8a62-d447cb89ea76","name":"OPAT: Outpatient Parenteral Antimicrobial Therapy","description":"By The British Society for Antimicrobial Chemotherapy via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/outpatient-parenteral-antimicrobial-therapy","topics":"healthcare;antimicrobial-therapy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bd51622-1a14-48b1-88c0-c7e22dc81884","name":"Culminating Project in Health Informatics","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-culminating-project-in-health-informatics-12854","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d18628d4-2bbe-4abc-9f95-6b3e3a16650f","name":"EMT Foundations","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/emt-foundations","topics":"emergency-care","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d242219f-a7df-445b-9c5a-be90da1f93e9","name":"Evidence-Based Medicine in Clinical Pharmacy Practice","description":"By Tapei Medical University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/principles-of-evidence-based-medicine-in-clinical-pharmacy","topics":"medicine;statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63996330-5b75-4a0d-88f7-cf49ce4fd6f7","name":"Skills for Nursing Informatics Leaders","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/skills-for-nursing-informatics-leaders","topics":"nursing;health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f9f42c4-84d3-411a-b68b-919659beb216","name":"Nursing Informatics Leadership Theory and Practice","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/nursing-informatics-leaders","topics":"nursing;health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5295f992-0b0f-4c13-9d91-9c01baad93b2","name":"Psychosocial and Spiritual Aspects of Palliative Care","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-psychosocial-and-spiritual-aspects-of-palliative-care-12225","topics":"palliative-care","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55dc50db-31f7-4577-b49e-e8815e859bb8","name":"Doing Clinical Research: Biostatistics with the Wolfram Language","description":"By University of Cape Town via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-doing-clinical-research-biostatistics-with-the-wolfram-language-13693","topics":"clinical-research;biostatistics;programming-languages/wolfram","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01909251-c6d4-4aa2-bd4b-e2f857fbde39","name":"Newborn Capstone","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-newborn-capstone-13618","topics":"newborn;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61ffbcc0-cf6e-4b87-bdd0-fb94a7ecdc2c","name":"Design and Interpretation of Clinical Trials","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-design-and-interpretation-of-clinical-trials-1037","topics":"clinical-trials;clinical-research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffb27077-93c6-47b3-ae63-369616b35d5f","name":"International Hospitality & Healthcare Services Marketing","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-international-hospitality-healthcare-services-marketing-5549","topics":"marketing;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0672c20-231a-4dc6-b59c-6b01ce74b87b","name":"Service Transformed: Lessons in U.S. Veteran Centered Care","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-service-transformed-lessons-in-u-s-veteran-centered-care-6216","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4d09048-19dc-4e3b-a0bf-63c1e2bbd1a0","name":"Drug Development","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-drug-development-7254","topics":"drug-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a551b96e-9657-4eb9-a2f2-d29b436db33b","name":"Introduction to the Biology of Cancer","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-the-biology-of-cancer-7994","topics":"cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5d97cf5-7e4f-4879-8edd-6feabc67c8b6","name":"Health Across the Gender Spectrum","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-health-across-the-gender-spectrum-8300","topics":"health;gender","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ddb8b3d-6d76-4c41-83db-70286834dc9d","name":"Diagnosing Health Behaviors for Global Health Programs","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-diagnosing-health-behaviors-for-global-health-programs-9264","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc018516-c375-4ca6-9885-8971dd07494d","name":"Digital Health for Cancer Management: Smart Health Technologies in Complex Diseases","description":"By Tapei Medical University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/digital-cancer-management","topics":"cancer;information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eadcb6fb-946f-42b7-8a58-1e1322ecf19d","name":"Palliative Care Capstone Projects","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-palliative-care-capstone-projects-12232","topics":"palliative-care","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86bee6be-3333-4618-9df4-d899f0d30a96","name":"Easing Physical Symptoms: It's Not Just Hospice Anymore","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/easing-physical-symptoms","topics":"nursing;palliative-care","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d139d851-812f-4a19-88d1-9bcdb76e5ebc","name":"Nursing Informatics Leaders","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-nursing-informatics-leaders-12578","topics":"nursing;health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e549b8c-5385-4a1b-b69b-627dc1a720e9","name":"Healthcare Data Models","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-healthcare-data-models-12787","topics":"healthcare;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9613dc71-9374-4af5-8b4e-a95ccf3ebdd2","name":"The New Nordic Diet - from Gastronomy to Health","description":"By University of Copenhagen via Coursera","image":null,"links":"course|https://www.coursera.org/learn/new-nordic-diet","topics":"nordic-diet;diet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a832a107-e354-427b-b8f8-93a16e5c6a30","name":"Living with Dementia: Impact on Individuals, Caregivers, Communities and Societies","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/dementia-care","topics":"dementia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f405621-e7d3-4d4b-9066-a76faebb82d7","name":"CircuitVerse - Online Digital Logic Circuit Simulator","description":null,"image":null,"links":"app|https://circuitverse.org/","topics":"circuits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"477f6575-8981-4bbe-9d85-28edac641636","name":"Take the Lead on Healthcare Quality Improvement","description":"By Case Western Reserve University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-take-the-lead-on-healthcare-quality-improvement-2302","topics":"healthcare;quality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"401c8704-5aa5-49d6-9454-5f05d32e1441","name":"Antimicrobial Stewardship: Managing Antibiotic Resistance","description":"By University of Dundee via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-antimicrobial-stewardship-managing-antibiotic-resistance-3006","topics":"antimicrobial-therapy;antibiotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1632a324-51ce-4083-b77f-3701a77f1619","name":"Pharmaceutical and Medical Device Innovations","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-pharmaceutical-and-medical-device-innovations-5485","topics":"healthcare;medical-devices","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b2cb502-3d62-4080-b076-62d1c601b513","name":"Improving Health Assessments for People with an Intellectual Disability","description":"By Trinity College Dublin via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-improving-health-assessments-for-people-with-an-intellectual-disability-9711","topics":"intellectual-disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07652a8e-9cd0-423a-b683-9f05e9da4c54","name":"Biohacking Your Brain's Health","description":"By Emory University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/biohacking-your-brains-health","topics":"biohacking;brain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47ffcbd9-6014-48c3-90dc-597ee1160bbb","name":"Assessment of the Newborn","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-assessment-of-the-newborn-11980","topics":"newborn;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9977aa10-9ea9-466f-869a-7f8b95014b61","name":"Healthcare Data Literacy","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-healthcare-data-literacy-12786","topics":"healthcare;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2a332fa-d710-4bf5-b09e-ad867b4e803b","name":"Supporting Parents of a Newborn Baby","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/supporting-parents-newborn-baby","topics":"newborn;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22889898-8154-4f95-832e-486edd2780b7","name":"Medical Emergencies: Airway, Breathing, and Circulation","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/medical-emergencies-airway-breathing-circulation","topics":"emergency-care","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cb0448c-1b8d-4101-859d-3b14bc2f1f80","name":"Measuring Disease in Epidemiology","description":"By Imperial College London via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-measuring-disease-in-epidemiology-13260","topics":"epidemiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a3dee67-c62a-40f0-bbf8-5db94cbff4e8","name":"Humanitarian communication : Addressing key challenges","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.coursera.org/learn/humanitarian-communication","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"702ba634-6f52-4bad-9d71-f908c1e23f95","name":"Science of Exercise","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-science-of-exercise-8679","topics":"exercise;health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b22bfc6-6c6b-4e4f-b059-40b8a10532d7","name":"Patient Safety and Quality Improvement: Developing a Systems View (Patient Safety I)","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-patient-safety-and-quality-improvement-developing-a-systems-view-patient-safety-i-9582","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0415e9f2-32db-4210-9903-ee9198645afa","name":"Health and healthcare in transition: dilemmas of governance","description":"By Tomsk State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-health-and-healthcare-in-transition-dilemmas-of-governance-11946","topics":"healthcare;information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1992eff-4296-41b7-864a-913159d5ecc9","name":"Using clinical health data for better healthcare","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-using-clinical-health-data-for-better-healthcare-13727","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f014f9a9-c0cd-4ed3-8cec-72402549a5ba","name":"Communicating During Global Emergencies","description":"By Emory University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/communicating-during-global-emergencies","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c9743a6-0d1f-47d5-8a0b-6bc89d199f37","name":"Introduction to Household Water Treatment and Safe Storage","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-household-water-treatment-and-safe-storage-1721","topics":"water-treatment;water","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9651e212-04f8-4120-97ed-8f229f9fa830","name":"Introduction to Dental Medicine","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-dental-medicine-2902","topics":"dentistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d79c3b5-2fe7-4836-a42d-4767a3e7ce53","name":"Foundations for Assisting in Home Care","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-foundations-for-assisting-in-home-care-3726","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52f0e305-0b5e-4baa-882b-94fe0cfe0575","name":"Rethinking Ageing: Are we prepared to live longer?","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-rethinking-ageing-are-we-prepared-to-live-longer-3317","topics":"ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b41a8f02-9e59-40be-88d9-3f8c9370a35a","name":"Healthcare Delivery Providers","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/healthcare-delivery-providers","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce82bb49-1112-47a9-b783-dbb9dcd3d22f","name":"Healthcare Marketplace","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-healthcare-marketplace-5508","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e1b2220-5545-4952-827f-656bf3d7a106","name":"Medical Technology and Evaluation","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-medical-technology-and-evaluation-5472","topics":"medical-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de282c8b-26a7-4b5d-9625-d4efbe024927","name":"Systems Thinking In Public Health","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/systems-thinking","topics":"public-health;systems-thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1196b914-3168-4288-a9cd-ded3da99e2c0","name":"Introduction to Breast Cancer","description":"By Yale University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-breast-cancer-6044","topics":"breast-cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a311dc47-15bf-4c22-abe7-50ebd416b6a9","name":"Setting the Stage for Success: An Eye on Safety Culture and Teamwork (Patient Safety II)","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/patient-safety-culture","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2dad44d0-eab5-4299-93d4-e9245c03fffa","name":"Cannabis, Mental Health, and Brain Disorders","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mentalhealth-cannabis-cbd-thc","topics":"cannabis;mental-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74d79d4a-780b-40bf-822d-8a97ec5d110b","name":"Cannabis, Chronic Pain, and Related Disorders","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cannabis-chronic-pain-and-related-disorders-13820","topics":"cannabis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85320e2b-5acc-4354-9b70-22c8a704ce67","name":"Faster Together, Enhancing the Recruitment of Minorities in Clinical Trials","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-faster-together-enhancing-the-recruitment-of-minorities-in-clinical-trials-13466","topics":"clinical-trials;diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a746cfe4-af68-471e-9e4e-c40b00721436","name":"Food as Medicine: Fertility and Pregnancy","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-food-as-medicine-fertility-and-pregnancy-9120","topics":"fertility;pregnancy;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e3bc4e5-5490-473b-ab9b-9b0d310f70fc","name":"Epidemiology in Public Health Practice","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/epidemiology-public-health","topics":"epidemiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a60c39fb-9adf-4bda-a1fb-e00f22641f1a","name":"Designing for Sustainment: Keeping Improvement Work on Track (Patient Safety IV)","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/patient-safety-sustainment","topics":"healthcare;patient-safety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eeb43215-d6c3-4253-b7bf-1c8b04abb140","name":"Implementing a Patient Safety or Quality Improvement Project (Patient Safety V)","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/patient-safety-implementation","topics":"healthcare;patient-safety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5ac9bc0-0452-4850-976a-3e9aad5ba681","name":"The Economics of Health Care Delivery","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/health-economics-us-healthcare-systems","topics":"healthcare;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"965b1f6c-d508-403d-8d66-8e0881733d45","name":"Drug Discovery","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-drug-discovery-654","topics":"drug-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1199b34-2d4d-4b9c-b8c5-e7d2f54e47ef","name":"Tropical Parasitology: Protozoans, Worms, Vectors and Human Diseases","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-tropical-parasitology-protozoans-worms-vectors-and-human-diseases-3154","topics":"parasitology;diseases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92b78d8d-7129-4f79-a80c-513eaf0308d3","name":"Food as Medicine: Food and our Genome","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/fam-genome","topics":"food;genome","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2db0cb8-ec45-4961-92ca-32a08bb85eb0","name":"Measuring the Success of a Patient Safety or Quality Improvement Project (Patient Safety VI)","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/patient-safety-measurement","topics":"healthcare;patient-safety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d350b574-3a63-4a63-9974-b869a4fc3e48","name":"Health Care Innovation","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-health-care-innovation-10802","topics":"healthcare;innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e206ca7-a40b-48ce-a12c-08c1426bf6b3","name":"Aromatherapy: Clinical Use of Essential Oils","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/aromatherapy-clinical-use-essential-oils","topics":"aromatherapy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f587ee9-6c52-4363-bc56-32709ecaa30a","name":"Health Care Delivery in Healthcare Organizations","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-health-care-delivery-in-healthcare-organizations-12807","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"511d0be9-2a98-472b-ade2-87b2ed90ede0","name":"Healthy Aging and the Future of Cannabis Research","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/aging-research-cannabis-cbd-thc","topics":"ageing;cannabis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97d8d8ab-d373-4141-9804-464d6d473e38","name":"History of Medical Cannabis","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/history-medical-cannabis-cbd-thc","topics":"cannabis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82bc38a4-f619-47b7-ac3d-d6f7f5b841ff","name":"Transgender Medicine for General Medical Providers","description":"By Icahn School of Medicine at Mount Sinai via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-transgender-medicine-for-general-medical-providers-13279","topics":"transgender-medicine;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d92a0258-4940-450f-b1fc-a5567b5dd0b3","name":"Anatomy of the Abdomen and Pelvis: a journey from basis to clinic.","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-anatomy-of-the-abdomen-and-pelvis-a-journey-from-basis-to-clinic-4420","topics":"anatomy;abdomen;pelvis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"125f94eb-e3da-40e3-a202-de644c6a516f","name":"Acute and Chronic Rhinosinusitis: A Comprehensive Review","description":"By Icahn School of Medicine at Mount Sinai via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-acute-and-chronic-rhinosinusitis-a-comprehensive-review-5035","topics":"rhinosinusitis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18a75573-d1bf-405b-af46-fb5aa98ded05","name":"Essentials of Global Health","description":"By Yale University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/essentials-global-health","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bfe5842-3034-4da1-9a93-a0cdf554ff8d","name":"Global Health Policy","description":"By The University of Tokyo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/global-health-policy","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3394df9b-d9ef-4a25-8817-d71b7b534713","name":"Understanding and Strengthening Health Systems","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-understanding-and-strengthening-health-systems-10756","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fdddedc2-4163-47d1-916b-c39dce12122a","name":"The Outcomes and Interventions of Health Informatics","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-outcomes-and-interventions-of-health-informatics-12855","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a685a8c9-9115-4864-989f-9d2ed3176844","name":"Essentials in Clinical Simulations Across the Health Professions","description":"By George Washington University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/clinicalsimulations","topics":"clinical-simulation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fccf831-c64d-4d64-931c-2d4e80634009","name":"Healthcare Consumerism and Implication for Care Delivery","description":"By Northeastern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/healthcareconsumerism","topics":"healthcare;consumerism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c3dbc73-dade-4a2f-938b-0fef30e376d8","name":"Quality Improvement in Healthcare Organizations","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/quality-improvement-in-healthcare-organizations","topics":"healthcare;quality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d84dfb5-70ca-40ec-bb52-782c7bce6e9d","name":"Healthy Practices: Nutrition, Physical Activity, and Community and Family Participation","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/healthy-practices-nutrition-physical-activity-community-family-participation","topics":"health;nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d2ffbfe-2aeb-4e16-942a-cbb0a7878d18","name":"Core Streams - Operationalising Data Ethics - Greater Than Learning","description":null,"image":null,"links":"course|https://greaterthanlearning.online/core-streams-operationalising-data-ethics/","topics":"ethics;design","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"1fd1a821-ff45-40f8-b2b0-1840e4cfd15a","name":"Global Health and Humanitarianism","description":"By University of Manchester via Coursera","image":null,"links":"course|https://www.coursera.org/learn/health-humanitarianism","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3e9d727-3998-4f47-835b-36efe749f74c","name":"Bacteria and Chronic Infections","description":"By University of Copenhagen via Coursera","image":null,"links":"course|https://www.coursera.org/learn/bacterial-infections","topics":"bacteria;infections","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c0f6803-e362-43bd-a26e-065f3ff55efc","name":"Violence Against Healthcare","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.coursera.org/learn/violence-against-healthcare","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3c05c59-3676-4b37-9b93-a4d5c8ce6b28","name":"The Oral Cavity: Portal to Health and Disease","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/oralcavity","topics":"dentistry;oral-cavity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"518e0514-fafb-457a-8d93-cd9dae66f59a","name":"Introduction to Translational Science","description":"By University of Rochester via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-translational-science-9389","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e75308a-e221-47c8-b1b9-d6183d2009cb","name":"Planning a Patient Safety or Quality Improvement Project (Patient Safety III)","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-planning-a-patient-safety-or-quality-improvement-project-patient-safety-iii-9610","topics":"healthcare;patient-safety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30889974-f52a-43f2-ae76-4bc39a5aedae","name":"Business Process Management in Healthcare Organizations","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/business-process-management-in-healthcare-organizations","topics":"business;healthcare;management;business-process-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6e63ff5-a86f-4132-b129-e6eb3a98eaf3","name":"Healthcare Organizations and the Health System","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/healthcare-organizations-health-system","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8502caf5-c204-4392-ba05-f53de3a34967","name":"Preventative Healthcare for the Newborn Baby","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-preventative-healthcare-for-the-newborn-baby-12812","topics":"newborns;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8396f596-e732-4e55-a803-adda75fa4f21","name":"Simple Regression Analysis in Public Health","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/simple-regression-analysis-public-health","topics":"public-health;regression-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8c4e80b-9644-4125-9982-e3e87ac10c3a","name":"Introduction to Hearing Loss","description":"By Icahn School of Medicine at Mount Sinai via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-hearing-loss-12624","topics":"hearing-loss","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cf8932e-6cac-4d10-8955-2c16d42113a2","name":"Pharmacokinetics: Drug Dosing in Renal Disease","description":"By Tapei Medical University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-pharmacokinetics-drug-dosing-in-renal-disease-14409","topics":"renal-disease","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"efe3e963-d7c3-4ece-b428-bbc76a3779dd","name":"Organ Transplantation: Ethical and Legal Challenges","description":"By Universidad Autónoma de Madrid via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-organ-transplantation-ethical-and-legal-challenges-14481","topics":"organ-transplantation;ethics;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db197ae0-667a-4f3c-aa64-9be35ebb23f6","name":"The Social Context of Mental Health and Illness","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mental-health","topics":"mental-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4fb1400c-96ec-424a-8ba2-874597d15792","name":"Preventing Chronic Pain: A Human Systems Approach","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-preventing-chronic-pain-a-human-systems-approach-1769","topics":"pain-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b95d7dd-7d7a-4b8b-a03d-97260c2011ac","name":"Case Studies in Personalized Medicine","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-case-studies-in-personalized-medicine-2573","topics":"medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b052f69-23ed-4527-b782-259c145e40c9","name":"Diabetes – the Essential Facts","description":"By University of Copenhagen via Coursera","image":null,"links":"course|https://www.coursera.org/learn/diabetes-essential-facts","topics":"diabetes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed407847-bfa9-44a2-a082-ae9a491dc169","name":"HPV-Associated Oral and Throat Cancer: What You Need to Know","description":"By Icahn School of Medicine at Mount Sinai via Coursera","image":null,"links":"course|https://www.coursera.org/learn/hpv-oral-throat-cancer","topics":"oral-cancer;throat-cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"decb1dfe-8d31-4ded-b4f3-3beea4131adf","name":"Foundations for Global Health Responders","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ghresponder","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b67104f-9668-4c65-a2e9-1297cdc888a5","name":"Epidemics","description":"By The University of Hong Kong via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-epidemics-8745","topics":"epidemiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6a59661-790f-454d-87f3-28a925972b9d","name":"Clinical Supervision: Teaching and Facilitating Learning","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/clinical-supervision-teaching-facilitating","topics":"healthcare;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e62c56b5-08d1-4f66-8420-9cc74b7b6e85","name":"Curanderismo: Global & Cultural Influences of Traditional Healing","description":"By University of New Mexico via Coursera","image":null,"links":"course|https://www.coursera.org/learn/curanderismo-global-traditional-healing","topics":"curanderismo;alternative-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"381d7479-dd79-4196-963a-c31230830391","name":"Interprofessional Healthcare Informatics","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/health-informatics-professional","topics":"healthcare-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec70a0a8-1f60-47fc-b2f5-6054ebf4a251","name":"The Challenges of Global Health","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/global-health","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b91c3d8-afb3-49b5-bf5c-2587a486757f","name":"Health in Complex Humanitarian Emergencies","description":"By Emory University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/health-che","topics":"healthcare;emergency-care;public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"301ea64a-43ed-4fb2-92e7-da8aab9a71a7","name":"Schizophrenia","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/schizophrenia","topics":"schizophrenia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ba71ff6-7021-46d9-8d9c-d5aa6d82921b","name":"Evidence-based Toxicology","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-evidence-based-toxicology-12316","topics":"toxicology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"846a37ff-e6b2-4a1e-a965-95f88b9ca9fc","name":"Sutton","description":"By J.R. Moehringer","image":"https://learn-awesome.github.io/assets/book_covers/13624683.jpg","links":"book|https://www.goodreads.com/book/show/13624683-sutton","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"baf40f3f-63d5-4d06-996c-dff1c0757d2d","name":"Population Health: Fundamentals of Population Health Management","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-population-health-fundamentals-of-population-health-management-13057","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b1782f0-620c-406b-bc0b-0e7a9e79d8d0","name":"Global Health: An Interdisciplinary Overview","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-global-health-an-interdisciplinary-overview-685","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8510fe3d-0605-4572-bb06-d07ab1bb296a","name":"Data Management for Clinical Research","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/clinical-data-management","topics":"clinical-research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11bd7152-6aae-4b63-8ebb-5741ec5f4f30","name":"Understanding Cancer Metastasis","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cancer-metastasis","topics":"cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36abf5f1-6706-4016-afec-42744e58ad70","name":"Drug Commercialization","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/drug-commercialization","topics":"drug-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1f07045-47ac-42a4-8efa-0595f2c0c4f8","name":"Fixing Healthcare Delivery 2.0: Advanced Lean","description":"By University of Florida via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fixing-healthcare-delivery-2-0-advanced-lean-9139","topics":"healthcare;project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c91076c-302a-4625-879c-bc7ca18f7059","name":"Antibiotic Stewardship","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/antibiotic-stewardship","topics":"antibiotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"955ddad9-78c7-4c0e-9b30-bdcb6b795fef","name":"Bridging healthcare and society","description":"By Tomsk State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/healthcare-and-society","topics":"healthcare;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a5ecfea-f56a-4898-aa6c-ab7af695fdbe","name":"Life, Health and Radiation","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-life-health-and-radiation-13747","topics":"healthcare;radiation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a902e523-5bf4-461e-b46d-8b27a282dada","name":"Global Health Security, Solidarity and Sustainability through the International Health Regulations","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-global-health-security-solidarity-and-sustainability-through-the-international-health-regulations-13838","topics":"public-health;regulations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d82131b-8a8b-4a5f-905e-73d1926b5e23","name":"Traditional herbal medicine in supportive cancer care: From alternative to integrative","description":"By Technion - Israel Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cancer-medicine-alternative-herbal-asia","topics":"herbal-medicine;cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c575dffe-39b3-4b07-a994-e377d73f2078","name":"Global Health, Conflict and Violence","description":"By University of Bergen via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/medical-peace-work-global-health","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"965e2cf5-c754-4710-81bf-2787734f79a1","name":"High Level Biocontainment for Healthcare Facilities","description":"By University of Nebraska via Coursera","image":null,"links":"course|https://www.coursera.org/learn/biocontainment","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21cc2a96-d7bb-4d04-b647-060bf67e5fef","name":"Antimicrobial Stewardship for Africa","description":"By The British Society for Antimicrobial Chemotherapy via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-antimicrobial-stewardship-for-africa-12471","topics":"antimicrobial-therapy;africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d0c9989-b955-4fd0-9880-eaa25d98de7b","name":"Career 911: Your Future Job in Medicine and Healthcare","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/healthcarejobs","topics":"careers;medicine;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9cc2f8d-2580-4f6d-acfa-643f9e41b5fb","name":"Feeding the World","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-feeding-the-world-3913","topics":"food;society;animal-food;dairy;swine;beef;poultry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"570f2d8a-99fa-4c11-9b9e-551b06a574da","name":"Training and Learning Programs for Volunteer Community Health Workers","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-training-and-learning-programs-for-volunteer-community-health-workers-1038","topics":"healthcare;training","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5fd1b3e-30bd-497b-88ee-dafaac5c046d","name":"eHealth: More than just an electronic record","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ehealth","topics":"healthcare;information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44e562e2-37ee-4334-9f7a-52ce2e3d32d4","name":"PrEParing: PrEP for Providers and Patients","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/prep","topics":"aids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e71111c4-86ea-430d-885d-a05fe26fe9f5","name":"Stories of Infection","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/stories-of-infection","topics":"infection","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f6875ba-17ec-45de-87bd-341709df554f","name":"Medical Cannabis for Pain Control","description":"By Technion - Israel Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/medical-cannabis-pain-control","topics":"cannabis;pain-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2089f80-ce3c-4c90-971d-8fc66068903f","name":"Weight Management: Beyond Balancing Calories","description":"By Emory University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/weight-management-beyond-balancing-calories","topics":"weight-management;obesity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef7647c9-4ab4-4c5e-bba9-820970bad865","name":"Diabetes - a Global Challenge","description":"By University of Copenhagen via Coursera","image":null,"links":"course|https://www.coursera.org/learn/diabetes","topics":"diabetes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1095a026-7dcc-4a1a-9cb4-3f5d25e1f6c2","name":"Principles of fMRI 1","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/functional-mri","topics":"mri","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67cae091-8e11-405a-b418-912f76c8cb26","name":"Disease Screening in Public Health","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.coursera.org/learn/screening","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37c14e52-f532-4039-8440-a6179cbecf2f","name":"Organ Donation: From Death to Life","description":"By University of Cape Town via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-organ-donation-from-death-to-life-8708","topics":"organ-donation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe1ddc34-1a73-4653-a266-e2aa9864d4e9","name":"Implant Dentistry","description":"By The University of Hong Kong via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-implant-dentistry-7191","topics":"dentistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85cc5d79-fa51-431c-8fff-b58d488a0074","name":"Everyday Chinese Medicine","description":"By The Chinese University of Hong Kong via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-everyday-chinese-medicine-9386","topics":"chinese-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbd55ff9-4f6a-46b6-94a9-7e626059b723","name":"How to become a Python Developer? (6 Weeks Roadmap) | FavTutor","description":null,"image":null,"links":"blog|https://favtutor.com/blogs/how-to-become-a-python-developer","topics":"programming-languages/python;learning","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"5.0","tags":"oer"} +{"iid":"b5b8a6fa-33db-44e9-8cea-3a2af6320240","name":"Drugs, drug use, drug policy and health","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.coursera.org/learn/drugs","topics":"drugs;health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e96c366-0d60-404e-bb1c-9a37c817d819","name":"Protecting Public Health in a Changing Climate: A Primer for City, Local, and Regional Action","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-protecting-public-health-in-a-changing-climate-a-primer-for-city-local-and-regional-action-12527","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40fed27b-9e6f-4e91-96ea-f814c967ebb7","name":"Future Healthcare Payment Models","description":"By Northeastern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/healthcare-payment-models","topics":"healthcare;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b576bf6f-09d3-4347-85ff-ad05517a3aa9","name":"Evaluating the Quality of Healthcare Delivery","description":"By Northeastern University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-evaluating-the-quality-of-healthcare-delivery-12800","topics":"healthcare;quality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bac5b236-469a-4cbf-9b0b-4125f69dba97","name":"Health for All Through Primary Health Care","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-health-for-all-through-primary-health-care-837","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37195a5e-62c6-45ef-91bb-f65ce6520f2d","name":"Global Adolescent Health","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/youth-health","topics":"adolescent-health;public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ce9af7c-ba60-4251-b40b-fe3081861fb2","name":"Understanding Anxiety, Depression and CBT","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-anxiety-depression-and-cbt-5846","topics":"anxiety;depression","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1e7e826-b98b-470b-8724-596e815cc94c","name":"Epidemics, Pandemics and Outbreaks","description":"By University of Pittsburgh via Coursera","image":null,"links":"course|https://www.coursera.org/learn/epidemic-pandemic-outbreak","topics":"epidemics;pandemics;epidemiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6f9e09c-41fb-416f-865f-ca601187ace3","name":"Dementia and the Arts: Sharing Practice, Developing Understanding and Enhancing Lives","description":"By University College London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/dementia-arts","topics":"dementia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09142720-13a2-4327-90b3-9acf6ef823eb","name":"Understanding ADHD: Current Research and Practice","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-adhd-current-research-and-practice-13328","topics":"adhd","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"293b647d-532b-4623-88b3-fac2a97e61a1","name":"Population Health: Health & Health Behaviour","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/population-health-behaviour","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91d4c2ea-91d0-42af-8a43-33471c45a419","name":"Shared Decision Making and Interprofessional Collaboration in Health Care","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.edx.org/course/shared-decision-making-and-interprofessional-collaboration-in-health-care","topics":"healthcare;collaboration","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ede2200-1622-4b73-927f-a8a49053d690","name":"Teaching and Assessing Clinical Skills","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-teaching-and-assessing-clinical-skills-2574","topics":"healthcare;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9df86dd9-a3de-4440-baba-a59f24778dd7","name":"Fixing Healthcare Delivery","description":"By University of Florida via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fixing-healthcare-delivery-2098","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d50dec4-106b-4a28-816f-7641f03d2399","name":"MRI Fundamentals","description":"By Korea Advanced Institute of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mri-fundamentals-5043","topics":"mri","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b870e8bb-82e5-460b-9947-a439a45944cc","name":"Infection Prevention in Nursing Homes","description":"By The University of North Carolina at Chapel Hill via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-infection-prevention-in-nursing-homes-5062","topics":"infection;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"354f6550-af5b-4236-a989-7bbdd7ba7a59","name":"Antimicrobial resistance - theory and methods","description":"By Technical University of Denmark (DTU) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-antimicrobial-resistance-theory-and-methods-6448","topics":"antimicrobial-therapy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aaee177b-1bd6-41c2-85a2-607b224b72a6","name":"Stanford's Short Course on Breastfeeding","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-stanford-s-short-course-on-breastfeeding-10633","topics":"breastfeeding;nutrition;children","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c2850c7-f7a8-4670-aa2a-31a5ee31382e","name":"Managing Your Health: The Role of Physical Therapy and Exercise","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-managing-your-health-the-role-of-physical-therapy-and-exercise-11686","topics":"healthcare;exercise;physical-therapy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e719f39a-d696-4d63-9b55-cacba14133c9","name":"Dermatology: Trip to skin","description":"By Novosibirsk State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/dermatology","topics":"dermatology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d740e32c-473f-462d-b173-aade12e560b9","name":"Population Health: Governance","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-population-health-governance-13330","topics":"public-health;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ba85949-0191-4fa5-b951-3d32190fe122","name":"Ebola Virus Disease: An Evolving Epidemic","description":"By Emory University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ebola-virus-disease-an-evolving-epidemic-3202","topics":"ebola","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16c7ecae-f166-45c2-8294-2df29371326f","name":"Nutrition and Lifestyle in Pregnancy","description":"By Ludwig-Maximilians-Universität München via Coursera","image":null,"links":"course|https://www.coursera.org/learn/nutrition-pregnancy","topics":"pregnancy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"429c9d8c-2c26-49e7-a1c7-74f58a150a16","name":"Food as Medicine: Talking about Weight","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-food-as-medicine-talking-about-weight-9121","topics":"weight-management;nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"befa9d62-d5cc-4217-8d31-7fe23372b6d6","name":"She's Come Undone","description":"By Wally Lamb","image":"https://learn-awesome.github.io/assets/book_covers/5203.jpg","links":"book|https://www.goodreads.com/book/show/5203.She_s_Come_Undone","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28677c21-4a73-4a5f-812a-7fb0bba0907f","name":"Prehospital care of acute stroke and patient selection for endovascular treatment using the RACE scale","description":"By University of Barcelona via Coursera","image":null,"links":"course|https://www.coursera.org/learn/acute-stroke-race-scale","topics":"healthcare;stroke","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04d374bc-2283-4ae3-8753-1b0d2e26587c","name":"Non-Communicable Diseases in Humanitarian Settings","description":"By University of Copenhagen via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-non-communicable-diseases-in-humanitarian-settings-12223","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"397bc8b2-b3f4-4cc0-b914-c993c248b262","name":"Introduction to Cataract Surgery","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cataract-surgery","topics":"cataract-surgery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e19a2d1f-053e-44c1-a332-4c64e0efab61","name":"Ebola: Essential Knowledge for Health Professionals","description":"By University of Amsterdam via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ebola-essentials-for-health-professionals","topics":"ebola","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f11348a-b3c6-4db8-9fc1-1cdba10fefb6","name":"Principles of fMRI 2","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/functional-mri-2","topics":"mri","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"714e68c7-ef41-41b8-b208-c1f58ae48b5e","name":"Systems Science and Obesity","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/systems-science-obesity","topics":"obesity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31e5f21f-7735-43f9-b26d-57fe7c085bea","name":"Food as Medicine: Food and Inflammation","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-food-as-medicine-food-and-inflammation-9149","topics":"imflammation;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57d98f94-4f13-4f4d-b951-4ef2b6686ae9","name":"Food for Thought: The Relationship Between Food, Gut and Brain","description":"By EIT Food via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-food-for-thought-the-relationship-between-food-gut-and-brain-12033","topics":"food;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"727bfcd3-31c6-4cef-986b-07477e8775e6","name":"Disease Clusters","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-disease-clusters-13166","topics":"disease","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d0b4db9-30d3-459f-aff2-5cf11e3c3240","name":"Curanderismo: Traditional Healing of the Body","description":"By University of New Mexico via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-curanderismo-traditional-healing-of-the-body-3282","topics":"curanderismo;alternative-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9af326d6-1213-471c-84ef-fcc318165d77","name":"AIDS: Fear and Hope","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-aids-fear-and-hope-3153","topics":"aids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"839894f5-5782-4185-ba3c-de52c3073bbd","name":"Nutrition and Wellbeing","description":"By University of Aberdeen via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-nutrition-and-wellbeing-3608","topics":"nutrition;wellness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0fa0396-7cd3-4d7e-b7c6-2f4e8670b29c","name":"In the footsteps of Zika… approaching the unknown","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.coursera.org/learn/zika","topics":"zika;disease","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31054b21-d183-4698-9826-4b0e546c3689","name":"Global Health Diplomacy","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-global-health-diplomacy-6750","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69013559-f2f2-4f00-91ee-a34d0200f23f","name":"Global Health at the Human-Animal-Ecosystem Interface","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-global-health-at-the-human-animal-ecosystem-interface-8336","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21cb9c90-82ef-4758-b2ef-cccb11de5547","name":"Understanding Prostate Cancer","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/prostate-cancer","topics":"prostate-cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e199ccb3-21b4-47eb-92f0-f88a1564bf07","name":"The Role of Antifungal Stewardship","description":"By The British Society for Antimicrobial Chemotherapy via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/antifungal-stewardship","topics":"fungal-diseases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbbd7835-17f5-4bf5-bed9-e4d71dc5a950","name":"Sustainable Food Security: Food Access","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/sustainable-food-security-food-access-2","topics":"food;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8f03eea-e0d1-48be-804c-95ae7c39e1e6","name":"The Science of Weight Loss: Dispelling Diet Myths","description":"By University of Newcastle via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-science-of-weight-loss-dispelling-diet-myths-8100","topics":"weight-loss;diet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"996c9c02-ded0-4c79-a7ff-3cd14af50686","name":"Compassionate Care: Getting it Right","description":"By University of Dundee via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-compassionate-care-getting-it-right-5639","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63650ead-fabf-40a1-a8b9-93df0c6fe653","name":"Quality Improvement in Healthcare: the Case for Change","description":"By University of Bath via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/quality-improvement","topics":"healthcare;quality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d78a9c2b-6316-4082-b3ed-b558ecbc8541","name":"Myocardial Infarction","description":"By University of Zurich via Coursera","image":null,"links":"course|https://www.coursera.org/learn/infarction","topics":"myocardial-infarction;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bf47b3c-93de-4e10-bf8a-d1fc93b942c5","name":"An Introduction to the U.S. Food System: Perspectives from Public Health","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-an-introduction-to-the-u-s-food-system-perspectives-from-public-health-396","topics":"public-health;food;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"586ebd31-25cc-49e4-81fd-3787718b4b38","name":"Dementia Care: Staying Connected and Living Well","description":"By Newcastle University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-dementia-care-staying-connected-and-living-well-5638","topics":"dementia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb146583-e20c-47cd-b652-0185e1755afe","name":"Maximising Spa Profitability: Financial Planning for Spa and Wellness Centers","description":"By Glion Institute of Higher Education via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/maximising-spa-profitability","topics":"spa;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2befa255-5af0-41bf-94f5-3551194ac6da","name":"Addressing Postnatal Depression as a Healthcare Professional","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-addressing-postnatal-depression-as-a-healthcare-professional-13450","topics":"postnatal-depression","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77ba432e-9fbf-4b3a-87aa-4eb189f6ce19","name":"Heart Health: A Beginner's Guide to Cardiovascular Disease","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/heart-health","topics":"heart;cardiovascular-diseases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9556296d-4ce9-4583-add9-ee62675cdaa5","name":"Healthcare Marketplace Capstone","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/healthcare-marketplace-capstone","topics":"healthcare;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"887db9b5-3b77-415b-99e4-f093466f0edb","name":"Integrating Care: Depression, Anxiety and Physical Illness","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/integrating-mental-and-physical-health-depression-and-anxiety","topics":"depression;anxiety;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a012579-92eb-44f0-b233-6f76c3d54a52","name":"Introduction to Nutrition and Food Safety","description":"By Tapei Medical University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-nutrition-and-food-safety-10574","topics":"nutrition;food-safety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7112882-a3ef-4512-90ac-ed1475ec4f6d","name":"Essentials of Good Pharmacy Practice: The Basics","description":"By Taipei Medical University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-essentials-of-good-pharmacy-practice-the-basics-11557","topics":"pharmacy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9dbab0ea-c455-4e04-aaee-8ac407851245","name":"The Basics of Exercise Programs for Older Adults","description":"By via Open Education by Blackboard","image":null,"links":"course|https://coursesites.com/?course_id=_231029_1","topics":"exercise","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37c6a462-7462-4bf9-a1ab-612d8b3d7167","name":"Fundamentals of Clinical Trials","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/fundamentals-clinical-trials-harvardx-hsph-hms214x","topics":"clinical-trials","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ad88276-f542-43d5-b085-d2a348032fc3","name":"Health and Society","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/health-society-harvardx-ph201x","topics":"health;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70f0fb5c-1dee-4bc6-ba74-ca25ee8f09cc","name":"Better Conversations with Aphasia","description":"By University College London via Independent","image":null,"links":"course|https://extendstore.ucl.ac.uk/product?catalog=UCLXBCA","topics":"aphasia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fab19438-1452-42f7-a408-4613692d719f","name":"Perioperative Fluid Therapy","description":"By University College London via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-perioperative-fluid-therapy-1961","topics":"fluid-therapy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3915cf07-8e2e-462a-8502-6c6c4eaacaa6","name":"United States Health Policy","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/united-states-health-policy-harvardx-ph210x","topics":"nations/usa/health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c2f9d3f-2510-469d-91e4-3a4910f42d50","name":"Representations of HIV/AIDS","description":"By Davidson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-representations-of-hiv-aids-1625","topics":"aids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c437aa2a-93da-486a-95e4-d4c427f81197","name":"Basic Life Support","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-basic-life-support-2889","topics":"life-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8476774-c94d-4142-8c15-df56f3473d2d","name":"Pediatric Advanced Life Support","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/disquefoundation/courses/pediatric-advanced-life-support","topics":"pediatrics;life-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8254e83-0e0f-4b30-a134-3ea0f7dd7f8f","name":"Advanced Cardiac Life Support","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/disquefoundation/courses/advanced-cardiac-life-support","topics":"life-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32ca1830-13e9-43c1-b993-93e8e64249d7","name":"Health Care In Danger","description":"By International Committee of the Red Cross via Independent","image":null,"links":"course|http://elearning.icrc.org/healthcareindanger-legal-framework/en/","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7e9fc2f-d1e6-4434-8540-f7e461848d6a","name":"First Responder Trauma & Emergency Care Program","description":"By via EdCast","image":null,"links":"course|https://www.classcentral.com/course/edcast-first-responder-trauma-emergency-care-program-3546","topics":"emergency-care;trauma","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e466d0ed-3251-498a-bfb0-329fb9a7771b","name":"Innovating in Health Care","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/innovating-health-care-harvardx-bus5-1","topics":"healthcare;innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15ce5f2b-fa27-4563-a5f5-b93c9596bda9","name":"Medicine in the Digital Age","description":"By Rice University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-medicine-in-the-digital-age-2683","topics":"medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d327e69a-4d68-4f82-a21f-7a1fcca948dc","name":"The Biology of Water and Health – Fundamentals","description":"By Open Education Consortium (OEC) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-biology-of-water-and-health-fundamentals-2475","topics":"water;health;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c731fe6b-1f88-468a-a601-ab435bdfa223","name":"Drugs in Fitness and Sport - Clean or Jerk?","description":"By Central Institute of Technology via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-drugs-in-fitness-and-sport-clean-or-jerk-4149","topics":"drugs;sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e791dbc3-9690-4577-809b-40584f2115b1","name":"Writing Skills for Health Care Providers","description":"By Concordia University Wisconsin via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-writing-skills-for-health-care-providers-4148","topics":"writing;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9b74b78-34d3-4de8-9720-cc4898e2ef98","name":"Perspectives on Disability","description":"By Northern Illinois University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-perspectives-on-disability-1294","topics":"disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5ea229f-47f1-47c8-8d1b-225a201037ae","name":"Thinking Critically: Interpreting Randomized Clinical Trials","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://cme.class.stanford.edu/courses/CME/013/2015-2017/about","topics":"clinical-trials","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9b6eb590-9252-40b8-8839-3ae37435b53b","name":"Congenital Hypothyroidism: What Every Primary Care Provider Needs to Know","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-congenital-hypothyroidism-what-every-primary-care-provider-needs-to-know-5698","topics":"hypothyroidism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b50142e-beef-47ef-8d99-e401b3d4420d","name":"Epidemics | 流行病学","description":"By The University of Hong Kong via edX","image":null,"links":"course|https://www.edx.org/course/epidemics-liu-xing-bing-xue-hkux-hku01x","topics":"epidemiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88988051-6439-4db5-a96d-4bb183fe35fe","name":"The Measure of Success","description":"By Athlete 365 via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-the-measure-of-success-4852","topics":"athletics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da3328b0-7a0e-4ad7-a183-f8e113ff7ec0","name":"Prescription Drug Misuse and Addiction: Compassionate Care for a Complex Problem","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://cme.class.stanford.edu/courses/CME/008/2015-2017/about","topics":"drugs;addiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0852e8e8-dbb7-40cd-bb45-a9d50038129f","name":"Chemicals and Health","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/chemicals-health","topics":"chemistry;health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fee8962d-65ea-46fc-aa55-76811014ae85","name":"Optimizing Antimicrobial Therapy with Timeouts","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-optimizing-antimicrobial-therapy-with-timeouts-5694","topics":"antimicrobial-therapy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37c75aef-1b6c-491a-8592-d5d8e150f600","name":"Going Out on a Limb: Anatomy of the Upper Limb","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-going-out-on-a-limb-anatomy-of-the-upper-limb-4520","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4d06f02-996b-45b3-8f50-5a8b62134677","name":"Dementia and Diversity in Primary Care: A Primer - Guidelines, Ethnic Differences, and Assessment","description":"By Stanford Medicine via Stanford OpenEdx","image":null,"links":"course|https://online.stanford.edu/courses/som-ycme0008-dementia-and-diversity-primary-care-primer-guidelines-ethnic-differences-and","topics":"dementia;diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e8a1dc8c-45e7-44c2-b06a-4b8f957d06ec","name":"新药发现和药物靶点 | Drug Discovery and its Target","description":"By Peking University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx--drug-discovery-and-its-target-4416","topics":"drug-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51418bd4-6cf7-4884-a404-cfc7e8426a3f","name":"Global Health Case Studies from a Biosocial Perspective","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-global-health-case-studies-from-a-biosocial-perspective-1619","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32ada8fa-4d82-4aae-a704-18aa0d069119","name":"Artificial Intelligence Course - AI Certification Training Online","description":null,"image":null,"links":"article|https://intellipaat.com/artificial-intelligence-deep-learning-course-with-tensorflow/","topics":"natural-language-processing;ai-ethics","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"51604fa9-284d-4e5a-9e6b-d68f0f706bf8","name":"Medicating for Mental Health: Judicious Use of Psychiatric Drugs","description":"By Colgate University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-medicating-for-mental-health-judicious-use-of-psychiatric-drugs-3706","topics":"mental-health;drugs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e06608a-90b3-44e4-9ae7-6b41171c1341","name":"An Introduction to Global Health","description":"By Karolinska Institutet via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-an-introduction-to-global-health-1841","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39fc07c0-9b1d-408c-aa6e-4832425f731f","name":"Health Professional Teaching Skills – Level 2 – Strategies","description":"By University of Toronto via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-health-professional-teaching-skills-level-2-strategies-5856","topics":"healthcare;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4509f303-19e6-4e8b-a2f9-a6ba4fa171c7","name":"The Science of Global Health Implementation","description":"By Centre Virchow-Villermé via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-the-science-of-global-health-implementation-5938","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01844fc1-87ee-4054-a3fe-22fc00538e05","name":"So you want to work in the Pharmaceutical Industry","description":"By Dublin Institute of Technology via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-so-you-want-to-work-in-the-pharmaceutical-industry-833","topics":"pharmacy;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54bc5a5b-605d-4f8b-985d-fdc160964471","name":"Dementia and Diversity in Primary Care: Latino Populations","description":"By Stanford Medicine via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-dementia-and-diversity-in-primary-care-latino-populations-10466","topics":"dementia;diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d03cd3b1-af04-4da9-99c7-2e83e6899533","name":"Introduction To Food & Health","description":"By Stanford Medicine via Stanford OpenEdx","image":null,"links":"course|https://cme.class.stanford.edu/courses/CME/023/2016/about","topics":"food;health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5892886a-9671-4f99-82d6-2cf2903c752b","name":"U.S. Healthcare Systems","description":"By Doane University via edX","image":null,"links":"course|https://www.edx.org/course/healthcare-organization-and-delivery-in-the-united-states","topics":"healthcare;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a15de2b-4218-46fd-9491-d353616c182b","name":"Breast Density Notification: Educating Primary Care Providers for Better Healthcare Delivery","description":"By University of Michigan via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-breast-density-notification-educating-primary-care-providers-for-better-healthcare-delivery-3860","topics":"breast-cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5d3d383-e785-4038-bcee-2a3bcdebf468","name":"Celebrating Food and Wellness Around the Globe (Preview Only)","description":"By Shoreline Community College via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-celebrating-food-and-wellness-around-the-globe-preview-only-3633","topics":"food;wellness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db171ced-de15-42eb-abbf-a148da092dad","name":"Focused Bedside TTE and Ultrasound","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-focused-bedside-tte-and-ultrasound-6939","topics":"ultrasound;echocardiography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c660d4a-0d76-4a6f-b619-012add8d17b2","name":"Pragmatic Randomized Controlled Trials in Health Care","description":"By Karolinska Institutet via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-pragmatic-randomized-controlled-trials-in-health-care-1840","topics":"clinical-trials","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8552c906-054d-475d-8ce6-c7f0d1baec3b","name":"eHealth – Opportunities and Challenges","description":"By Karolinska Institutet via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ehealth-opportunities-and-challenges-3081","topics":"healthcare;information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f67efdc-e208-4c66-ae4e-00419da351c1","name":"To Prescribe or Not To Prescribe? Antibiotics and Outpatient Infections","description":"By Stanford Medicine via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-to-prescribe-or-not-to-prescribe-antibiotics-and-outpatient-infections-10463","topics":"antibiotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5643200-0276-4343-9657-f029eaada606","name":"Managing Addiction: A Framework for Successful Treatment","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.edx.org/course/managing-addiction-framework-successful-adelaidex-addictionx-0","topics":"addiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8154c076-0e18-413c-89a3-514609e6ab64","name":"Behavioral Medicine: A Key to Better Health","description":"By Karolinska Institutet via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-behavioral-medicine-a-key-to-better-health-1835","topics":"behavioral-medicine;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ea37306-53be-4325-9261-60a34fb40a80","name":"Training healthcare teams in intercultural communication and patient safety","description":"By Middlesex University London via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_1134_1","topics":"healthcare;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e565b593-fc02-4960-9bf8-581a3070b678","name":"EMS Biosafety Transport for Operators","description":"By Emory University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-ems-biosafety-transport-for-operators-8060","topics":"biosafety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4bf6f97-58da-4b5a-baa2-f68a4c3c6244","name":"Clinical Biosafety Awareness","description":"By Emory University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/emory/courses/clinical-biosafety-awareness","topics":"biosafety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a4a2e85-99ca-4963-b241-9ec7b43cbadc","name":"Parasitic Worms: Life Stories","description":"By University of Manchester via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/uofmanchester/courses/parasitic-worms","topics":"parasitic-worms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81b734f9-4cd8-442e-91a4-00b48453de51","name":"The Body Matters: Why Exercise Makes You Healthy and How to Stay Uninjured","description":"By McGill University via edX","image":null,"links":"course|https://www.edx.org/course/body-matters-why-exercise-makes-you-mcgillx-body101x-0","topics":"exercise;health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fcc4255-ad83-476d-b5ef-44f8ec85dbd3","name":"The Science and Politics of the GMO","description":"By Cornell University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-science-and-politics-of-the-gmo-6501","topics":"gmo","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7dd8b87b-75c8-4260-a584-fc7b90f09b4a","name":"Introduction to the Science of Cancer","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/osu/global-one-health/courses/science-of-cancer","topics":"cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52adc5fe-b358-4b48-bf69-090849fe7a6c","name":"Managing Atrial Fibrillation","description":"By Stanford Medicine via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-managing-atrial-fibrillation-10462","topics":"healthcare;atrial-fibrilliation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74ee6e15-ae10-405b-829b-7cb0f9b80632","name":"Interprofessional Education for 21st Century Care","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:Medicine+IPE21CC+ongoing/about","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"19c58fc7-bb64-4eb9-ae59-0039f727ada6","name":"The Future of Obamacare: Repeal, Repair, or Replace?","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-future-of-obamacare-repeal-repair-or-replace-8261","topics":"obamacare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71c3742e-5228-4a1b-930a-1de75a3ee60a","name":"Unconscious Bias in Medicine","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://online.stanford.edu/courses/som-ycme0027-unconscious-bias-medicine-cme","topics":"medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d85690cc-51d6-4bbc-b107-cd8bf5532faa","name":"Sonic Boom Explained - How is it Created - Animated Graphics","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=1pf-Is2S1_Q","topics":"sonic-boom;hypersonics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e4a73545-7663-48ca-abae-faf3d0f69faf","name":"Introduction to Pharmacy","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-introduction-to-pharmacy-499","topics":"pharmacy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0600592-be03-41f1-9555-3b2be1f319fd","name":"Current Topics in Nutrient Management","description":"By University of Delaware via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/uofdelaware/courses/current-topics-nutrient-mgmt","topics":"nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f464c718-0894-4f65-aa03-0377639183b1","name":"Vona du Toit Model of Creative Ability","description":"By University of Northampton via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_1585_1","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0934bf84-7c1c-48a0-a94a-91002d2aeb9f","name":"Artful Medicine: Art’s Power to Enrich Patient Care","description":"By Brown University via edX","image":null,"links":"course|https://www.edx.org/course/artful-medicine-arts-power-enrich-brownx-med101x","topics":"arts;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4df4873-ae76-4f8c-8b67-e36a95a77868","name":"The Immune System: New Developments in Research - Part 1","description":"By Osaka University via edX","image":null,"links":"course|https://www.edx.org/course/immune-system-new-developments-research-osakaux-bio101x-0","topics":"immune-system","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8994dae-c9d4-4501-8554-b9039951fdf7","name":"Healthy Ageing in 6 Steps. Let your environment do the work.","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-healthy-ageing-in-6-steps-let-your-environment-do-the-work-7490","topics":"ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dcc5a72e-26dc-4e0d-a64f-abe6800932a6","name":"Clinical Biosafety Awareness for Public Health Professionals","description":"By Emory University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-clinical-biosafety-awareness-for-public-health-professionals-9027","topics":"biosafety;public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2965316a-b7c7-43a1-8534-56af887ea2e3","name":"Intermediate Level Biosafety Training for Public Health Professionals","description":"By Emory University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/emory/courses/intermediate-biosafety-training","topics":"biosafety;public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23d94c58-e1db-4688-b91b-82f0c76739e6","name":"Dementia and Diversity in Primary Care: South Asian Populations","description":"By Stanford Medicine via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-dementia-and-diversity-in-primary-care-south-asian-populations-10457","topics":"dementia;diversity;south-asia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c28f01b8-8999-497b-a3b5-045b0423386e","name":"Exotic Tumor Database Training","description":"By Exotic Species Cancer Research Alliance via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-exotic-tumor-database-training-9503","topics":"tumors","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"309c7c8c-33dc-42dd-96e9-fe4319531d91","name":"Staying Fit","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:Psychiatry+StayingFit+selfpaced/about","topics":"health;fitness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b8c1c15c-64f2-4660-ac9e-22dfdb3d17da","name":"The Science and Practice of Yoga","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.edx.org/course/science-practice-yoga-utarlingtonx-link-bw-1x","topics":"yoga","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"084d9985-55c3-453b-bbd8-6572fd451808","name":"Readings in Global Health","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/readings-global-health-harvardx-ph231x-1","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f0045f2-1805-4883-b8e1-1920be1fb95c","name":"Disaster Medicine Training","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:Medicine+SEMPER+selfpaced/about","topics":"disaster-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d82a531b-b109-4cdc-89d2-89bf56bc332d","name":"Healthcare in India: Strategic Perspectives","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/healthcare-india-strategic-perspectives-iimbx-st260x-1","topics":"healthcare;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1be5d5a9-6470-4b64-aedf-b60b348622a5","name":"Remote Food Security Monitoring","description":"By Leiden University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-remote-food-security-monitoring-9858","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8396146-7199-4923-a8f7-14e4431e6769","name":"Hepatitis C Basics","description":"By CATIE via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/catie/courses/hepatitis-c-basics","topics":"hepatitis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"579bdd1e-7450-45f8-8f0e-f564a7659c08","name":"Preventing the Sexual Transmission of HIV","description":"By CATIE via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-preventing-the-sexual-transmission-of-hiv-9952","topics":"aids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20f6dc91-e817-45df-9dcb-8655c2cec7d0","name":"Mindfulness and Resilience to Stress at Work","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/mindfulness-resilience-stress-work-uc-berkeleyx-gg202x","topics":"mindfulness;stress","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5aedf56a-e440-4716-9ec3-c658f982ad95","name":"Know HBV And HCV - - - - Hiểu Rõ Về Viêm Gan B Và C (English & Vietnamese)","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-know-hbv-and-hcv-hieu-ro-ve-viem-gan-b-va-c-english-vietnamese-10454","topics":"hepatitis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b2671fc-28ea-4ae9-bda5-a109a23cc856","name":"Death 101: Shaping the Future of Global Health","description":"By University of Toronto via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-death-101-shaping-the-future-of-global-health-3209","topics":"death;public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99eba36d-4969-4a66-805b-71e5d499ba21","name":"Medical Genomics 101","description":"By Davidson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-medical-genomics-101-7826","topics":"genomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65447b76-b47f-437b-8ed1-54f1e4d56b4b","name":"Lifestyle Medicine Core Principles","description":"By Doane University via edX","image":null,"links":"course|https://www.edx.org/course/lifestyle-medicine-core-principles","topics":"lifestyle-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e3492b3-2f14-4180-ad8a-88a66f52578b","name":"Chronic Disease Treatment with Lifestyle Medicine","description":"By Doane University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-chronic-disease-treatment-with-lifestyle-medicine-10236","topics":"lifestyle-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b85cc1e-a3c9-46d4-853b-af6483bd03b6","name":"Health Coaching for Patient Care","description":"By Doane University via edX","image":null,"links":"course|https://www.edx.org/course/health-coaching-for-patient-care","topics":"healthcare;coaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1dec99d-d9a4-487a-a183-93bc78792027","name":"Fighting HIV with Antiretroviral Therapy: Implementing the Treat-All Approach","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/fighting-hiv-with-antiretroviral-therapy-implementing-the-treat-all-approach","topics":"aids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfd45ae6-8f97-4532-bfa7-43bb6fce4eb8","name":"Pediatric HIV Nursing","description":"By Columbia University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-pediatric-hiv-nursing-11350","topics":"aids;nursing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"897c2cd0-a25d-49b3-846d-c955ad9125b2","name":"Improving Global Health: Focusing on Quality and Safety","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-improving-global-health-focusing-on-quality-and-safety-1950","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea73b1a5-ea4e-49b2-b8d8-f2ee1b75ded7","name":"Antimicrobial Stewardship: Improving Clinical Outcomes By Optimization of Antibiotic Practices (CME)","description":"By Stanford Medicine via Stanford OpenEdx","image":null,"links":"course|https://stanford.cloud-cme.com/default.aspx?P=0&EID=20868","topics":"antibiotics;antimicrobial-therapy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84cd1499-fc10-4d12-8730-1e9bac5c5908","name":"Essentials of Lifestyle Medicine and Population Health","description":"By Doane University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-essentials-of-lifestyle-medicine-and-population-health-11347","topics":"lifestyle-medicine;public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8ecc8bb-f499-4902-97b8-7bc8f2eec591","name":"Practical Improvement Science in Health Care: A Roadmap for Getting Results","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/ph556x-practical-improvement-science-in-health-care-a-roadmap-for-getting-results","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"434b68ca-1f0b-4900-aa57-2b4e9f4c9503","name":"Injury Prevention for Children & Teens","description":"By via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-injury-prevention-for-children-teens-11346","topics":"injury","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c63eb7a-5009-4c03-8945-9a15e5a75a3d","name":"Bloodborne Pathogens","description":"By NHCPS - National Health Care Provider Solutions via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/nhcps/courses/bloodborne-pathogens","topics":"healthcare;pathogens","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f02d9c1-c51a-4797-98cd-d9abe9435046","name":"Healthcare Organization and Delivery Models","description":"By Doane University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-healthcare-organization-and-delivery-models-11545","topics":"healthcare;organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a808ed8c-7190-4360-8645-36c1fa8205e1","name":"Population Health: Disease Prevention and Management","description":"By Doane University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-population-health-disease-prevention-and-management-11561","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c808031-a60b-4ddd-bc0a-3fc8a31f0989","name":"Environmental Public Health","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/osu/global-one-health/courses/environmental-public-health","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5106ec00-8b4a-4b0b-8cc3-00177e0f09c9","name":"Health Informatics and Technology in Decision Making","description":"By Doane University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-health-informatics-and-technology-in-decision-making-11546","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a54ddcd-c527-4772-b5c4-83cbc68e2760","name":"Lessons from Ebola: Preventing the Next Pandemic","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-lessons-from-ebola-preventing-the-next-pandemic-4879","topics":"ebola","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c5f890c-57c1-472c-bb15-1b1172bc40f7","name":"Vulnerable Populations","description":"By Doane University via edX","image":null,"links":"course|https://www.edx.org/course/health-policy-analysis-and-advocacy","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a3ff722-96a9-44e1-b911-cae96c4d0ea4","name":"Healthcare Finance, Economics and Risk","description":"By Doane University via edX","image":null,"links":"course|https://www.edx.org/course/healthcare-economics","topics":"healthcare;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9034d184-adc6-4fdd-9f75-cff5a30f8430","name":"Health Informatics Technology in Population Healthcare Analytics","description":"By Doane University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-health-informatics-technology-in-population-healthcare-analytics-11563","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b1c004a-f52d-4dc9-84b5-36f6b3395407","name":"健康评估 | Health Assessment","description":"By Peking University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx--health-assessment-3307","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c207108-094f-4f51-99b2-89418c39c1ba","name":"Principles of Health Law and Regulatory Issues","description":"By Doane University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-principles-of-health-law-and-regulatory-issues-11564","topics":"healthcare;law;regulations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3c85c42-00ff-4089-a61a-6b008a70c32a","name":"Health Law, Policy, and Advocacy","description":"By Doane University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-health-law-policy-and-advocacy-11549","topics":"healthcare;law;regulations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1864ce11-97e6-4229-a75d-460b749e3d2a","name":"Fundamentals of Advocacy in Health Policy","description":"By Doane University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-fundamentals-of-advocacy-in-health-policy-11565","topics":"healthcare;advocacympolicy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e84f76a5-ab32-4422-8d7b-440475c6d4cc","name":"Fundamentals of Pharmacology","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-fundamentals-of-pharmacology-11954","topics":"pharmacology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"accefabc-cb47-4c6d-a0c4-09c2a99370f6","name":"Organizational Culture and Change in Healthcare","description":"By Doane University via edX","image":null,"links":"course|https://www.edx.org/course/organizational-culture-and-change-in-healthcare","topics":"healthcare;organization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2d5a7a8-5ca4-4dee-b82f-471b921ec1fc","name":"Introduction to Systematic Reviews","description":"By Stanford Medicine via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:Medicine+LaneMedLib+Ongoing/about","topics":"research;medicine;healthcare-research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"91e24a2c-525d-4008-8e3b-5cc576c213dd","name":"Strategic Leadership in Healthcare","description":"By Doane University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-strategic-leadership-in-healthcare-11551","topics":"healthcare;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2abe8559-54c9-4cb7-b6cb-80ef76ae7e61","name":"Healthcare Administration Comprehensive Exam","description":"By Doane University via edX","image":null,"links":"course|https://www.edx.org/course/healthcare-administration-comprehensive-exam-0","topics":"healthcare;administration","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d002b77-b9bf-42fa-ac71-d277b4a6a9da","name":"Beyond Medical Histories: Gaining Insight from Patient Stories","description":"By Brown University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-beyond-medical-histories-gaining-insight-from-patient-stories-11762","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f581291e-9ba3-4c81-b826-7600cb81cf75","name":"Medicinal Chemistry: The Molecular Basis of Drug Discovery","description":"By Davidson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-medicinal-chemistry-the-molecular-basis-of-drug-discovery-2296","topics":"drug-development;medicinal-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9918aa20-ffd9-4e62-9754-7135799c713b","name":"Applying Leadership and Strategy Fundamentals in Healthcare","description":"By Doane University via edX","image":null,"links":"course|https://www.edx.org/course/applying-leadership-and-strategy-fundamentals-in-healthcare","topics":"healthcare;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"079fff62-d643-46c8-8297-225544bc4301","name":"Measuring Health Outcomes in Field Surveys","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-measuring-health-outcomes-in-field-surveys-7203","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ecc589db-feb1-4012-8ddc-91edded5ce11","name":"Leading Organizational Change in Healthcare","description":"By Doane University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-leading-organizational-change-in-healthcare-11567","topics":"healthcare;organization;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"713670cd-6743-4089-ba60-c3f8413b6b5b","name":"Introduction to Lifestyle Medicine","description":"By Doane University via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-lifestyle-medicine-0","topics":"lifestyle-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4eb8162c-7a31-43f9-a89c-52e9453dd681","name":"The Practitioner’s Guide to Global Health","description":"By Boston University via edX","image":null,"links":"course|https://www.edx.org/course/the-practitioners-guide-to-global-health","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33bfcf7c-0a28-4127-8755-f9af05c67f03","name":"Certified Lifestyle Medicine Executive Comprehensive Exam","description":"By Doane University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-certified-lifestyle-medicine-executive-comprehensive-exam-11832","topics":"lifestyle-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ceeea870-06a0-49d1-95a7-4d090f89be1e","name":"Food for Thought","description":"By McGill University via edX","image":null,"links":"course|https://www.edx.org/course/food-for-thought","topics":"food;nutrition;macronutrients;micronutrients","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4d5c108-44de-4ba9-8277-085f31a531da","name":"Advanced Literature Searching in the Health Sciences","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-advanced-literature-searching-in-the-health-sciences-12261","topics":"healthcare;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c64f2895-96c6-4165-b6c4-b95b40e9f265","name":"CERTaIN: Knowledge Synthesis: Systematic Reviews and Clinical Decision Making","description":"By The University of Texas MD Anderson Cancer Center via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-certain-knowledge-synthesis-systematic-reviews-and-clinical-decision-making-12263","topics":"healthcare-research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe989954-c3a0-4738-abb4-0897f331e1cb","name":"CERTaIN: Observational Studies and Registries","description":"By The University of Texas MD Anderson Cancer Center via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-certain-observational-studies-and-registries-12266","topics":"healthcare-research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc3d4f99-fdcf-4677-b875-4fb28736e66c","name":"CERTaIN: Patient-Centered Outcomes Research","description":"By The University of Texas MD Anderson Cancer Center via edX","image":null,"links":"course|https://www.edx.org/course/certain-patient-centered-outcomes-research","topics":"healthcare-research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47d59f49-47d0-4468-b923-8a52ab86e8d8","name":"CERTaIN: CER/PCOR Methods: Introduction","description":"By The University of Texas MD Anderson Cancer Center via edX","image":null,"links":"course|https://www.edx.org/course/certain-introduction","topics":"healthcare-research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a52cc154-6931-4cd2-9cc5-e5d4635f4c3b","name":"CERTaIN: Pragmatic Clinical Trials and Healthcare Delivery Evaluations","description":"By The University of Texas MD Anderson Cancer Center via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-certain-pragmatic-clinical-trials-and-healthcare-delivery-evaluations-12265","topics":"healthcare-research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b01d15ba-47ed-4b4d-9924-bcf1c2549f1d","name":"Introduction to Stewart’s Model of Physiological Acid-Base Chemistry.","description":"By University of the Witwatersrand via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-stewarts-model-of-physiological-acid-base-chemistry","topics":"healthcare;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e58cb74-ec00-4a20-8011-4a43ed740153","name":"HIV Basics","description":"By CATIE via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/catie/courses/hiv-basics","topics":"aids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22e7eab1-6576-4794-86b1-89d2c447268b","name":"Introduction to Urology","description":"By Karolinska Institutet via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-urology-2","topics":"urology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"621a2c8b-05a1-4fce-9086-269d7f7495b6","name":"A simple trick to design your own solutions for Rubik's cubes","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=-NL76uQOpI0","topics":"rubik-cube","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"74b208ae-284d-4e03-8236-1263a3730f0e","name":"CARE: Nutrition in Ageing","description":"By Imperial College London via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-care-nutrition-in-ageing-12566","topics":"ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f075029-13e9-4796-bbb5-e43d17f02ca6","name":"Intro to Healthcare and Life Sciences (HCLS) Compliance on AWS","description":"By Amazon via Independent","image":null,"links":"course|https://www.aws.training/Details/Curriculum?id=15436","topics":"software-tools/aws;healthcare;compliance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48c10e0b-53c9-4d14-86f7-b317d99ddc59","name":"CARE: Supporting Older Adult Personal Care & Independence - Part 1 of 2","description":"By Karolinska Institutet via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-care-supporting-older-adult-personal-care-independence-part-1-of-2-12725","topics":"ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05e8b8a8-011f-400f-9e6a-1f3fea2b5296","name":"CARE: Promotion of Healthy Ageing","description":"By Karolinska Institutet via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-care-promotion-of-healthy-ageing-12726","topics":"ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"367728ff-4866-4972-8519-92b89968f8f6","name":"CARE: Introduction to Caregiving for Older Adults","description":"By Karolinska Institutet via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-care-introduction-to-caregiving-for-older-adults-12727","topics":"ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13192861-ab84-4712-975a-ce79fd918d00","name":"CARE: Age related diseases and disorders","description":"By Karolinska Institutet via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-care-age-related-diseases-and-disorders-12730","topics":"ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1130013-b9f6-4552-840e-e096f5a780fd","name":"CARE: Supporting Older Adult Personal Care & Independence - Part 2 of 2","description":"By Karolinska Institutet via edX","image":null,"links":"course|https://www.edx.org/course/care-supporting-older-adult-personal-care-independence-part-2-of-2","topics":"ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e78d41cb-2c34-49fc-82ad-9b19de9971a4","name":"System Dynamics for Health Sciences","description":"By University of the Witwatersrand via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-system-dynamics-for-health-sciences-6509","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0794d97-42fd-40bc-b5f9-53d55a35686a","name":"Introduction to Biomedical Imaging","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-biomedical-imaging-0","topics":"biomedical-imaging","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b350137-9b91-4c5f-9fa9-6a10b2343a5d","name":"Able-Minded - Mental Health and People with Intellectual Disability","description":"By University of Queensland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-able-minded-mental-health-and-people-with-intellectual-disability-5882","topics":"mental-health;intellectual-disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35154c77-61e8-4896-94e0-ef0fe26265e2","name":"Well and Able - Improving the Physical Health of People with Intellectual Disability","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/well-and-able-improving-the-physical-health-of-people-with-intellectual-disability","topics":"intellectual-disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ee82b9c-bde1-4c09-acf8-10aec95c1ffc","name":"Through My Eyes - Intellectual Disability Healthcare around the World","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/through-my-eyes-intellectual-disability-healthcare-around-the-world","topics":"intellectual-disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"221903a5-16c3-43e6-97d0-ee38391ebeb7","name":"Global Health Informatics to Improve Quality of Care","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/global-health-informatics-to-improve-quality-of-care","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd45ab6f-2392-41e8-a036-daeca83cd55c","name":"Understanding the Australian Health Care System","description":"By University of Queensland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-understanding-the-australian-health-care-system-8740","topics":"nations/australia/healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"545ef054-12b6-46a6-901e-3d7066fbf499","name":"Healthcare Finance","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-healthcare-finance-12463","topics":"healthcare;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"122f58e4-7bc2-43ae-b5a4-1bd121ebb431","name":"Health Informatics for better and safer healthcare","description":"By Technion - Israel Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-health-informatics-for-better-and-safer-healthcare-13141","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49b72b6d-e3f9-4f35-a31d-bce24a960f94","name":"The FDA and Prescription Drugs: Current Controversies in Context","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/prescription-drugs-and-the-fda-current-controversies-in-context-prototype","topics":"drugs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3846cce5-c927-450d-a0a7-ca85463fa129","name":"From Brain to Symptom – Introduction to Neuroscientific Psychiatry","description":"By via edX","image":null,"links":"course|https://www.edx.org/course/from-brain-to-symptom-introduction-to-neuroscientific-psychiatry","topics":"psychiatry;neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"198357d5-0e1b-47dd-b4da-2c43a6415803","name":"Lifestyle Medicine Treatments of Chronic Disease – Part 1","description":"By Doane University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-lifestyle-medicine-treatments-of-chronic-disease-part-1-13436","topics":"lifestyle-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b66c9587-b2f0-454e-a11e-c718aa5f5bd6","name":"Lifestyle Medicine Treatments of Chronic Disease – Part 2","description":"By Doane University via edX","image":null,"links":"course|https://www.edx.org/course/lifestyle-medicine-treatments-of-chronic-disease-part-2","topics":"lifestyle-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b8f5aa8-a498-4de0-850e-f550ec8400b4","name":"Applying Health Coaching in Patient Care","description":"By Doane University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-applying-health-coaching-in-patient-care-13423","topics":"coaching;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"066ca7f6-953b-450c-a227-3db6e02f2e19","name":"Lifestyle Medicine Fundamentals","description":"By Doane University via edX","image":null,"links":"course|https://www.edx.org/course/lifestyle-medicine-fundamentals","topics":"lifestyle-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6106d04-81b3-4ae6-9819-8d277ee391ba","name":"Strengthening Community Health Worker Programs","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-strengthening-community-health-worker-programs-13318","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c70e1f8-f9c5-4512-ac6f-764715923851","name":"Humanitarian Response to Conflict and Disaster","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-humanitarian-response-to-conflict-and-disaster-6569","topics":"public-health;conflict;disaster","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee32827c-5d44-4bb5-9097-6fd33a04d1fd","name":"Global Public Health","description":"By SDG Academy via edX","image":null,"links":"course|https://www.edx.org/course/global-public-health","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ae1624c-31ff-4f6b-ae3b-87288779878e","name":"The Opioid Crisis in America","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/the-opioid-crisis-in-america-2","topics":"drugs;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b9bf250-0058-455f-989e-694bad8322b8","name":"Health Informatics: The Cutting Edge","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/health-informatics-the-cutting-edge","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f15f23b2-b507-416d-895c-0af22dbefc0d","name":"Health Informatics: Data and Interoperability Standards","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/health-informatics-data-and-interoperability-standards","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9059ff93-f8b8-405f-928c-6a9cb9598afd","name":"Health Informatics: A Current and Historical Perspective","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-health-informatics-a-current-and-historical-perspective-13541","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9001da3-b7ec-4c09-a888-08b07c81627f","name":"Global Health: Beyond Ebola","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/global-health-the-lessons-of-ebola","topics":"public-health;ebola","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67f5ecde-9be8-447c-a8bc-6a4e512fb701","name":"Life with Diabetes","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-life-with-diabetes-8864","topics":"diabetes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3a37f00-4b7b-4fb7-b790-b8dab38eb583","name":"Spiritual Competency Training in Mental Health","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-spiritual-competency-training-in-mental-health-13830","topics":"mental-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"696079b0-0d26-42ee-8eb7-935120c17a7c","name":"Disease Outbreaks in Low and Middle Income Countries","description":"By London School of Hygiene & Tropical Medicine via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-disease-outbreaks-in-low-and-middle-income-countries-15130","topics":"epidemiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a17d3675-c93b-4f2f-b6b4-1a10140829b1","name":"Introduction to Nursing: Bioscience, Psychology, and Sociology","description":"By University of York via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-nursing-bioscience-psychology-and-sociology-14893","topics":"nursing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec8a7a98-b4eb-46d4-a5d5-69650068a11f","name":"MedTech: Orthopaedic Implants and Regenerative Medicine","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/medtech-orthopaedic-implants","topics":"medtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a294ea1e-8bd5-4c83-8ecb-ba3d7820625a","name":"MedTech: Digital Health and Wearable Technology","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/medtech-digital-health","topics":"medtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b000645-8f5f-4003-98b9-7402d35864d2","name":"MedTech: Exploring the Human Genome","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-medtech-exploring-the-human-genome-14406","topics":"medtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43425967-5351-488b-a595-3195c2d597b8","name":"MedTech: Trends and Product Design","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/medtech-trends-and-product-design","topics":"medtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de905070-8350-462e-896e-747b8e6ec37d","name":"MedTech: AI and Medical Robots","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-medtech-ai-and-medical-robots-14408","topics":"medtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4121c26a-e5c4-44ac-b389-52bed0b6012c","name":"Aging Populations: Lessons In Healthy Aging From Japan","description":"By Keio University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/aging-populations","topics":"ageing;nations/japan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57a7e5f9-9a14-4e68-bdf9-faef57061e06","name":"Frailty in Daily Living","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.edx.org/course/frailty-in-daily-living","topics":"frailty;ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65c47ead-3d8c-4a24-8660-0e944436a401","name":"ECG Assessment: an Introduction for Healthcare Providers","description":"By St. George's University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-ecg-assessment-an-introduction-for-healthcare-providers-3945","topics":"ecg;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a79039e-2b64-442e-9a11-f4ab206c5b64","name":"Addressing Violence Through Patient Care","description":"By University of Bergen via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-addressing-violence-through-patient-care-12748","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56411456-5032-45f8-a644-4ae2fbc50b38","name":"TARGET Antibiotics – Prescribing in Primary Care","description":"By The British Society for Antimicrobial Chemotherapy via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-target-antibiotics-prescribing-in-primary-care-12437","topics":"antibiotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea05e095-2007-4eff-b9fa-3215e9c40713","name":"Healthcare Research: For Healthcare Professionals","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-healthcare-research-for-healthcare-professionals-9677","topics":"healthcare-research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"613d5ef0-532c-4f39-99b7-f622c67c8efe","name":"Nursing in Crisis? Exploring Current Challenges","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-nursing-in-crisis-exploring-current-challenges-9676","topics":"nursing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e751dc8d-4e3d-470a-90af-943fa2a1224d","name":"Improving Your Image: Dental Photography in Practice","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/dental-photography-in-practice","topics":"dental-photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad66cef7-2697-4b9b-a560-3ad0450d6f06","name":"Food as Medicine: Food, Exercise and the Gut","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/fam-exercise-gut","topics":"food;exercise;health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d745bcb-8bbf-4c76-aba1-75c877611bdc","name":"Unravelling solutions for Future Food problems","description":"By Utrecht University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/solutions-future-food-problem","topics":"food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83866967-97bb-4550-a603-caacd9e5549b","name":"An Introduction to Radiation Oncology: From Diagnosis to Survivorship","description":"By Trinity College Dublin via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-an-introduction-to-radiation-oncology-from-diagnosis-to-survivorship-11647","topics":"oncology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8525899a-f407-45fc-a8db-0a4d73f3ee80","name":"Materials in Oral Health","description":"By The University of Hong Kong via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-materials-in-oral-health-8301","topics":"oral-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5f5ab51-18f2-492e-b328-49b83431a8f4","name":"Clinical Supervision for Health Professionals","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-clinical-supervision-for-health-professionals-10583","topics":"clinical-supervision;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76f67133-e503-440c-b236-8a6bad7f9c94","name":"Cognitive Behavioural Skills to Treat Back Pain: The Back Skills Training (BeST) Programme","description":"By University of Oxford via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-cognitive-behavioural-skills-to-treat-back-pain-the-back-skills-training-best-programme-12867","topics":"back-pain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"345bdc43-54c3-46de-8270-33c9c4727123","name":"Cancer Survivorship for Primary Care Practitioners","description":"By University of Melbourne via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-cancer-survivorship-for-primary-care-practitioners-11485","topics":"cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"892c2f30-6107-49f2-bdae-2052e47d3b8a","name":"Genomic Medicine: Transforming Patient Care in Diabetes","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/diabetes-genomic-medicine","topics":"genomic-medicine;diabetes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfb5d163-8bee-4d74-9567-1638b19dcc67","name":"Causes of Human Disease: Understanding Causes of Disease","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/human-disease-understanding-causes-of-disease","topics":"disease","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11782f82-b658-4ee1-bc89-b31527c9792c","name":"Allergies: When the Immune System Backfires","description":"By University of Basel via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/allergies","topics":"allergies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3338899d-9023-4471-8570-2de303939b20","name":"Clinical Epidemiology","description":"By Utrecht University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/clinical-epidemiology","topics":"epidemiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d356cbd-31a6-4c54-a287-22559190b4bb","name":"Childbirth: A Global Perspective","description":"By Emory University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/childbirth","topics":"childbirth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3553fec9-3292-4f9d-850a-fe5de78c3802","name":"One Health: Connecting Humans, Animals and the Environment","description":"By University of Basel via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/one-health","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdf2f57a-248a-403a-97ba-9e0c6eee196e","name":"Talking About Cancer: Reducing Risk, Early Detection and Mythbusting","description":"By Cancer Research UK via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/talking-about-cancer","topics":"cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d1b29c1-652e-401b-842f-52840bca9c89","name":"Artificial Intelligence for Healthcare: Opportunities and Challenges","description":"By Tapei Medical University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/artificial-intelligence-for-healthcare-opportunities-and-challenges","topics":"artificial-intelligence;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d41d34d-14e6-42b0-b170-1a4ef8e01faf","name":"Become a Pharmacy Preceptor","description":"By Taipei Medical University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/pharmacy-preceptor","topics":"pharmacy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7adcf0c-692c-4357-a6f0-bc815be5bffb","name":"The Many Faces of Dementia","description":"By University College London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-many-faces-of-dementia-5350","topics":"dementia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"196b3916-02e0-445d-b9ba-8a262b9fe589","name":"Causes of Human Disease: Transmitting and Fighting Infection","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-causes-of-human-disease-transmitting-and-fighting-infection-9023","topics":"disease","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ada82ca-458f-4d21-ba2b-0224f92132ca","name":"Antimicrobial Stewardship in Wound Management","description":"By The British Society for Antimicrobial Chemotherapy via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-antimicrobial-stewardship-in-wound-management-13735","topics":"antimicrobial-therapy;wounds","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02f23ce6-332a-4386-a80f-5debd855269c","name":"Occupational Health in Developing Countries","description":"By University of Bergen via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/occupational-health-developing-countries","topics":"occupational-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0bf6a0a-03cd-4de2-ae88-443fdbc90225","name":"Causes of Human Disease: Exploring Cancer and Genetic Disease","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/human-disease-exploring-cancer-genetic-disease","topics":"disease;cancer;genetic-disease","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44386dd7-2097-4b49-bb88-86ad0c324719","name":"Future-proofing the Health Workforce","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/health-workforce","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cf97e96-6dc3-4c3e-b500-bd5ce8c854e7","name":"Nutrition and Health: Micronutrients and Malnutrition","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-nutrition-and-health-micronutrients-and-malnutrition-3643","topics":"nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9411264f-05d4-4a4f-b04d-e53fc948f6ec","name":"Structures: Or Why Things Don't Fall Down","description":"By J.E. Gordon","image":"https://learn-awesome.github.io/assets/book_covers/245344.jpg","links":"book|https://www.goodreads.com/book/show/245344.Structures","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e5424a0-de8f-45a1-82b6-5e76e8bb71f2","name":"Nutrition and Health: Food Risks","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-nutrition-and-health-food-risks-5157","topics":"nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"618ddd4b-f279-4b2d-ab87-c4a7a9bfe29d","name":"Nutrition and Cancer","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-nutrition-and-cancer-11591","topics":"nutrition;cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81f5ddfb-ae6c-4445-8e20-0d5ad1a36403","name":"Nutrition, Heart Disease and Diabetes","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-nutrition-heart-disease-and-diabetes-11592","topics":"nutrition;heart-disease;diabetes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f9fd035-e0b7-4c21-b8bc-1017d0faf6ee","name":"Clinical Pharmacokinetics: Dosing and Monitoring","description":"By Tapei Medical University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/clinical-pharmacokinetic","topics":"pharmacy;pharmacokinetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98987470-907c-46fe-886b-510fa6958eb7","name":"Causes of Human Disease: Understanding Cardiovascular Disease","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-causes-of-human-disease-understanding-cardiovascular-disease-9025","topics":"disease;cardiovascular-disease","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2824dcf4-3e10-4a44-beda-72cffd79b584","name":"Introduction to Translational Research: Connecting Scientists and Medical Doctors","description":"By Taipei Medical University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/translational-research","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfa34de6-d068-475a-8e82-bc6356ad4fcf","name":"Understanding Obesity","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.coursera.org/learn/understanding-obesity","topics":"obesity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bac3530f-1fe2-4914-8fb7-42bf28a054df","name":"Infant Nutrition: from Breastfeeding to Baby's First Solids","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-infant-nutrition-from-breastfeeding-to-baby-s-first-solids-7646","topics":"infant-nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b5bef66-66c5-4d1c-b440-e375159f3e41","name":"Nutrition, Exercise and Sports","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-nutrition-exercise-and-sports-14381","topics":"nutrition;exercise;sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0cd0228-bb9c-4708-a688-61e4d1740f5c","name":"Causes of Human Disease: Nutrition and Environment","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-causes-of-human-disease-nutrition-and-environment-9026","topics":"disease;nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9355fb9a-de4f-4698-88b3-170689844b42","name":"Good Brain, Bad Brain: Parkinson's Disease","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-good-brain-bad-brain-parkinson-s-disease-1447","topics":"parkinsons-disease","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4ec585e-7c7d-4723-8169-07702d412a85","name":"Bridging the Dementia Divide","description":"By University of Derby via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-bridging-the-dementia-divide-13929","topics":"dementia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9ad0220-9741-4dee-8377-567b39b911ec","name":"Good Brain, Bad Brain: Drug Origins","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-good-brain-bad-brain-drug-origins-1760","topics":"drugs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c641a78e-ef3f-43b0-92f5-3f01546275b6","name":"Medical Applications of Particle Accelerators (NPAP MOOC)","description":"By Lund University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/medical-applications-particle-accelerators","topics":"radiotherapy;physics;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d61d711-1b0c-4606-97d9-c24dfdf3d424","name":"Health Technology Assessment: Choosing Which Treatments Get Funded","description":"By The University of Sheffield via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/hta","topics":"healthtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b358f6a4-3d4e-4b24-a006-c4702d3c9895","name":"Clinical Supervision with Confidence","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/clinical-supervision-with-confidence","topics":"clinical-supervision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0cc72b97-1672-48fc-beb2-a25e38007a0f","name":"Manage TB","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-manage-tb-13040","topics":"tuberculosis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ea2a653-bea0-49c4-84f7-9c42299cc1ef","name":"Confronting Gender Based Violence: Global Lessons for Healthcare Workers","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/gender-based-violence","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a0a44cc-db65-4c15-a7bf-494e6df91129","name":"Clinical Kidney, Pancreas and Islet Transplantation","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-clinical-kidney-pancreas-and-islet-transplantation-4422","topics":"organ-transplantation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7227711-c4d3-4a36-b20f-8b4d115a7920","name":"Health Research Fundamentals","description":"By National Institute of Epidemiology via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ge24/preview","topics":"healthcare;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57cb9da4-af11-4cc3-85bb-85314630f652","name":"Understanding Continence Promotion: Effective Management of Bladder and Bowel Dysfunction in Adults","description":"By Association for Continence Advice (ACA) via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-continence-promotion-effective-management-of-bladder-and-bowel-dysfunction-in-adults-11993","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df8f78f8-eea9-4369-84f8-acaa7a4993ba","name":"Opioid Analgesics: Treating Pain in People with Cancer","description":"By Newcastle University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/opioid-analgesics","topics":"pain-management;cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"602669f1-4eae-4db0-a7fd-8e29a14a4cde","name":"Economics of Health and Health Care","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-economics-of-health-and-health-care-14023","topics":"healthcare;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb7f6735-0d4e-4dbb-9382-9878b74d8d8f","name":"Psycho Social and Family Issues of Individuals with Visual Impairment","description":"By CEC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_ed05/preview","topics":"visual-impairment","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"462af0c7-041b-4a7e-888f-3ff9cf23be2b","name":"Youth Mental Health: Helping Young People with Anxiety","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-youth-mental-health-helping-young-people-with-anxiety-9079","topics":"mental-health;anxiety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87aff4f6-7837-4876-9534-c84eb646eb9c","name":"The Role of Personal Assistants in Disability Support","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/personal-assistants-disability-support","topics":"disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45578c1c-fe97-4d38-9f97-30054807ba17","name":"CBT with Older People","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/cbt-older-people","topics":"cognitive-behavioural-therapy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eeb2007f-66d9-4232-8b46-db8469d2b2cf","name":"Guidance to Keep Newborn Babies Safe and Healthy","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-guidance-to-keep-newborn-babies-safe-and-healthy-12814","topics":"newborn-healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8dc8624-019c-4e6f-ae08-e1eb20ff1479","name":"Introduction to Clinical Data Science","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-clinical-data-science-12837","topics":"data-science;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df400512-91a1-4aa6-a1ba-1c73e7da302e","name":"Clinical Data Models and Data Quality Assessments","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/clinical-data-models-and-data-quality-assessments","topics":"healthcare;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34949583-a771-40e3-bfbe-2cf5b1bfa4cd","name":"EDIVET: Do you have what it takes to be a veterinarian?","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-edivet-do-you-have-what-it-takes-to-be-a-veterinarian-1675","topics":"veterinary-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea5b11ae-44f9-4004-b2aa-d36d9b17c7d7","name":"Exploring Cancer Medicines","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-exploring-cancer-medicines-6790","topics":"cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea607687-b056-45f8-a52e-2d5f771a7823","name":"Managing Asthma, Allergies, Diabetes, and Seizures in School","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/managing-asthma-allergies-diabetes-and-seizures-in-school","topics":"asthma;allergies;diabetes;seizures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dcf396db-1373-43d5-9f1f-682a47a96781","name":"The Science of Medicines","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-science-of-medicines-1851","topics":"medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d559ed87-0fda-4f75-9d76-31584ed6aca5","name":"The People, Power, and Pride of Public Health","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/public-health","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee18d241-9862-44de-a983-3392564c5c30","name":"Safer Healthcare for Australia's First Peoples","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-safer-healthcare-for-australia-s-first-peoples-12021","topics":"healthcare;nations/australia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33479adb-effe-4cc2-9818-c51c00f53163","name":"The Newborn Assessment","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/newborn-assessment","topics":"newborn-healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8888c7c7-9c3d-4876-8a47-1bba76850eb0","name":"Dementia Care: Living Well as Dementia Progresses","description":"By Newcastle University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/comfort-care","topics":"dementia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed3a3d3e-510c-4b6d-a38f-42b72049337f","name":"Guided Imagery","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/guided-imagery","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aeef2cdb-2764-4fbc-b4a3-120fe0e5b45b","name":"Herbal Medicine","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-herbal-medicine-12872","topics":"herbal-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2fe0339e-405a-4039-ba34-75978a77a2b3","name":"Probability Theory","description":"By E.T. Jaynes","image":"https://learn-awesome.github.io/assets/book_covers/151848.jpg","links":"book|https://www.goodreads.com/book/show/151848.Probability_Theory","topics":"math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0af70a6f-145e-4cde-952e-199b70f63289","name":"Dentistry 101","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-dentistry-101-13058","topics":"dentistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c58a507-a3cf-4662-be5c-f5cd5eeb61d9","name":"The Science of Health Care Delivery","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/science-healthcare-delivery","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3b48917-b1b3-4f3f-81a3-accb3a7bb9de","name":"Vaccinology","description":"By CNAM via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-vaccinology-4585","topics":"vaccines","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abf074f3-9cc5-4a07-a125-7c4fcefbda8a","name":"HIV Science","description":"By Institut Pasteur via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:pasteur+96011+self-paced/about","topics":"aids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ae2636d-3af4-4341-b140-75c404ee78a0","name":"Palliative Care Always: India","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:Medicine+PCA+India_SelfPaced/about","topics":"palliative-care;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a95cd954-35e8-4990-b5d0-b35c8c45e8a7","name":"Palliative Care Always","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-palliative-care-always-5692","topics":"palliative-care","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eab770ba-027c-4858-9b74-774cf4a25946","name":"Health Systems Strengthening","description":"By University of Melbourne via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-health-systems-strengthening-13711","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08899a14-56a9-4b9f-89b6-eae13a56f834","name":"Understanding Insulin","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-insulin-8460","topics":"insulin","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"142973d6-95b2-4a3f-a31f-1fc21b04f46b","name":"Introduction to Public Health Engineering in Humanitarian Contexts","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-public-health-engineering-in-humanitarian-contexts-9504","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c9dc116-cf18-42fd-a5ce-e8affa427787","name":"Food and Nutrition","description":"By University of Mysore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-food-and-nutrition-14066","topics":"nutrition;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29d6f925-90ec-4e2a-8025-51f6b409ba3a","name":"Functional Foods and Nutraceuticals","description":"By Rashtrasant Tukadoji Maharaj Nagpur University, Nagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_hs33/preview","topics":"nutrition;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a638b4c-a65a-48f6-b354-57eacccedaf7","name":"Continuous Quality Improvement: Tools and Techniques","description":"By Quality Council of India via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg22/preview","topics":"healthcare;quality-improvement","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ea49657-4d68-422f-ac44-3f9f1244edbd","name":"Using Infection Control to Combat Antimicrobial Resistance","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/infection-control-antimicrobial-resistance","topics":"infection;antimicrobial-therapy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db5d3468-d62d-4f09-a38e-2f79478b8758","name":"Ageing Well: Falls","description":"By Newcastle University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-ageing-well-falls-2500","topics":"ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f855ba2-d687-45ba-a549-f352fd8957d8","name":"Managing Change in a Healthcare Environment","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/managing-change-healthcare","topics":"healthcare;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3fe111d-43ef-4620-ae55-598a9ae8e756","name":"Health in Numbers: Quantitative Methods in Clinical & Public Health Research","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-health-in-numbers-quantitative-methods-in-clinical-public-health-research-448","topics":"public-health;healthcare;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd1ccc93-d5d5-4b44-b9be-db402f671dbd","name":"Observing and Analysing Performance in Sport","description":"By via OpenLearning","image":null,"links":"course|https://www.openlearning.com/courses/SPRT224982/","topics":"healthcare;sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc90aeb4-c845-4d5e-9949-f08e2547a4c2","name":"PH278x: Human Health and Global Environmental Change","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ph278x-human-health-and-global-environmental-change-612","topics":"public-health;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5952c87-c68a-40ac-9f35-4543008b0263","name":"Sustainable Healthy Diets","description":"By The University of Sheffield via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-sustainable-healthy-diets-796","topics":"diet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"668e7881-d87b-4d84-bc8d-394233381f28","name":"Health Inequalities","description":"By The University of Sheffield via Open Education by Blackboard","image":null,"links":"course|https://coursesites.com/?course_id=_245612_1","topics":"health;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80cc8ae7-afc0-4f33-889a-83062812aae1","name":"UT.4.01x: Take Your Medicine - The Impact of Drug Development","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ut-4-01x-take-your-medicine-the-impact-of-drug-development-813","topics":"drug-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"912f17fa-3157-476e-9dc9-d41eb761a986","name":"Human Performance Optimization","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-human-performance-optimization-1746","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0cb14d4-ae81-4fae-b00f-2ca7e6da54c8","name":"001x: Medicinal Chemistry: The Molecular Basis of Drug Discovery","description":"By Davidson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-001x-medicinal-chemistry-the-molecular-basis-of-drug-discovery-1493","topics":"medicinal-chemistry;drug-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"caeb26f8-f78e-4ee4-bf39-7884dcb508ba","name":"An Introduction to Global Health","description":"By University of Copenhagen via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-an-introduction-to-global-health-660","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97bdeaf0-70c1-46a2-834a-f013331bbc54","name":"Health Technology Assessment","description":"By The University of Sheffield via Open Education by Blackboard","image":null,"links":"course|https://www.sheffield.ac.uk/scharr/prospective_students/moocs/htamooc","topics":"healthtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42baaeec-8ecc-45d3-a1b3-431ece15c90d","name":"Mobile Health Without Borders","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.novoed.com/mhealth-2014-2","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2dc51ad2-6379-4dce-8ab9-55dd274d22fd","name":"Patient Engagement Design","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-patient-engagement-design-2454","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cec9709e-7e0e-42de-b91e-0b7d18362f6b","name":"Intro to Mental Health","description":"By Lakeland College via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-intro-to-mental-health-2933","topics":"mental-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b576ce6-d5f9-4d61-9d73-5ebe02e9a007","name":"OHOM1: One Health, One Medicine: A Global Health Approach","description":"By St. George's University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-ohom1-one-health-one-medicine-a-global-health-approach-2480","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0d3746c-b59f-46bb-a197-8022e31cb501","name":"Medical Education in the New Millennium","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-medical-education-in-the-new-millennium-2560","topics":"healthcare-education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e6389c7-8cb4-4f0e-8df2-620f66b711a3","name":"Dynamics of Worksite Wellness Evaluation & ROI","description":"By University of Wisconsin-Extension via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/dynamics-of-worksite-wellness-evaluation-roi","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8902eda-975c-41a0-9673-130a7559e3fc","name":"Rights and responsibilities of health-care personnel e-learning","description":"By International Committee of the Red Cross via Independent","image":null,"links":"course|http://elearning.icrc.org/healthcareindanger-2015/en/summary.html","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6713f5c9-ee01-4cd8-a7ff-af4acb041a39","name":"Injuries, illness and telemedicine in extreme sailing","description":"By University of Barcelona via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-injuries-illness-and-telemedicine-in-extreme-sailing-2896","topics":"injury;telemedicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f94738e-d646-4c13-97c9-0c0c0c2880c0","name":"Introduction to Healthcare Career Exploration","description":"By Southeast Technical Institute via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/introduction-to-healthcare-career-exploration","topics":"healthcare;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2600f2f-eff9-415a-8f3f-b1df4cc600fb","name":"Behavior Analysis & Therapy and Autism Spectrum Disorders","description":"By Southern Illinois University Carbondale via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-behavior-analysis-therapy-and-autism-spectrum-disorders-2928","topics":"autism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9596ef81-ccbd-4737-994a-941a41204cfa","name":"The brain in a non-stop round the world regatta. Chronobiology and sleep management","description":"By University of Barcelona via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/the-brain-in-a-non-stop-round-the-world-regatta-chronobiology-and-sleep-management","topics":"sleep;chronobiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27a79e8d-d2cc-4d23-8838-757141dafdbc","name":"Developing Food Bank Nutrition Policy to Procure Healthful Foods","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/cwh/courses/food-bank-nutrition-policy","topics":"nutrition;public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d477577e-103f-4922-af0e-ef04c0ad5ffb","name":"Autism MOOC","description":"By Swinburne University of Technology via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_192_1","topics":"autism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f039710-3d0e-493b-ba29-cf7ecf0c28e3","name":"Chefs and nutritionists. A high-performance diet for a round the world regatta","description":"By University of Barcelona via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-chefs-and-nutritionists-a-high-performance-diet-for-a-round-the-world-regatta-3388","topics":"nutrition;diet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e384fbd2-d3b3-422b-a987-550d708b2179","name":"Behind the Scenes: Addressing weight bias and stigma in obesity","description":"By Dalhousie University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/canvasnet/dalhousieu/courses/weight-bias-stigma-in-obesity","topics":"obesity;weight-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"335f7fdf-6891-49a2-be6a-8bad7184373c","name":"Ebola: Symptoms, History and Origins","description":"By Lancaster University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/ebola","topics":"ebola","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11b5c70e-58c0-4bc0-a741-9be628701a19","name":"Podiatry Matters","description":"By Edge Hill University via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_497_1","topics":"podiatry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22ede8e8-814a-4155-8414-d289e2ce5881","name":"Ebola in Context: Understanding Transmission, Response and Control","description":"By London School of Hygiene & Tropical Medicine via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/ebola-in-context","topics":"ebola","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46c51f45-85d9-4aa6-8d6b-2c923bdc95f3","name":"Crisis Code: Teaching Crisis Management Skills to Enhance Management of Advanced Cardiac Life Support","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://cme.class.stanford.edu/courses/CME/006/2015/about","topics":"emergency-care;life-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"18617865-5967-4c6b-a1cf-2d5ea2855430","name":"You’ve Called 911, Now What? A Simplified, Evidence-Based Approach to Six Life-Threatening Office Emergencies","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://cme.class.stanford.edu/courses/CME/010/2015-2017/about","topics":"emergency-care","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3a7c9c9f-d46c-459f-b065-90fefa25f3c3","name":"Improvement FUNdamentals","description":"By NHS Improving Quality via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_530_1","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9ed7bb4-996d-4ade-ac9e-2986cbc5e113","name":"Health and Wellness 101: Everyday Small Changes","description":"By Kansas State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-health-and-wellness-101-everyday-small-changes-2599","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c456a6c-ca12-4df4-8891-df590cbf8a02","name":"Take Your Medicine: Developing New Drug Products","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-take-your-medicine-developing-new-drug-products-3783","topics":"drug-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0201ffde-858d-4d43-955f-c23d993d843e","name":"Allied Healthcare Careers: Beyond the Mask","description":"By Berkeley College via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/berkeleycollege/courses/allied-healthcare-careers","topics":"healthcare;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa1a9aa4-c653-4a90-8179-f790954c874e","name":"Managing Shoulder Pain in the Clinic: What to Look for and When to Intervene","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-managing-shoulder-pain-in-the-clinic-what-to-look-for-and-when-to-intervene-5696","topics":"shoulder-pain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d88e37bc-d0eb-4121-b67f-7d234e3dd1c8","name":"Building Resilience","description":"By The College of St. Scholastica via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/css/courses/building-resilience","topics":"life;resilience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52548e1e-7554-4b97-9eaa-d7ff313a3f96","name":"The Resuscitation Academy","description":"By Resuscitation Academy via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-the-resuscitation-academy-4803","topics":"resuscitation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebe32758-a449-49bf-b5cc-df251be508cf","name":"Cancer Clinical Trials: Practical Tips to Improve Asian American Participation (CME)","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://online.stanford.edu/courses/som-ycme0026-cancer-clinical-trials-practical-tips-improve-asian-american-participation-cme","topics":"cancer;clinical-trials;diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d9e39f0d-35e0-44fe-8d99-3b58eb8d749a","name":"Fundamentals of Immunology, Part 1","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/school/ricex?source=aw&awc=6798_1567901469_aa6be8788626de51637bac71f66f43ca","topics":"immunology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25b03308-eeb9-4505-8757-e51717704a8b","name":"Take Your Medicine: How to Be a Savvy Consumer","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-take-your-medicine-how-to-be-a-savvy-consumer-3782","topics":"drug-development;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b854423f-a527-4627-9b6b-25f4d0a1916d","name":"Safe Opioid Prescribing and Risk Evaluation and Mitigation Strategies (REMS) (CME)","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://med.stanford.edu/cme/courses/online/rems.html","topics":"drugs;opioids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f9944ec3-eceb-450b-9e08-3a8403edabdc","name":"Fundamentals of Clinical Supervision","description":"By Lamar University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-fundamentals-of-clinical-supervision-4593","topics":"clinical-supervision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca05d3be-667f-4275-a1c2-82eeb69b0a08","name":"How to Save a Life: Pediatric Advanced Life Support","description":"By The Disque Foundation via edX","image":null,"links":"course|https://www.edx.org/course/how-save-life-pediatric-advanced-life-save-lifex-pals101x","topics":"pediatrics;life-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4abc5612-c8c8-4095-b927-579255d964b0","name":"How to Save a Life: CPR, AED and First Aid","description":"By The Disque Foundation via edX","image":null,"links":"course|https://www.edx.org/course/how-to-save-a-life-cpr-aed-and-first-aid","topics":"life-support;cpr;first-aid;emergency-care","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"410f11ab-36a5-4b47-86ca-de5cf9b6ef7a","name":"How to Save a Life: Basic Life Support","description":"By The Disque Foundation via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-how-to-save-a-life-basic-life-support-5204","topics":"life-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b18ad751-0f22-44d4-b6be-4d2594748c76","name":"CPR, AED and First Aid","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/disquefoundation/courses/cpr-aed-and-first-aid","topics":"life-support;cpr;first-aid;emergency-care","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0de4e0c0-bc3a-4d56-80e5-a769f324bc7a","name":"How to Save a Life: Advanced Cardiac Life Support","description":"By The Disque Foundation via edX","image":null,"links":"course|https://www.edx.org/course/how-save-life-advanced-cardiac-life-save-lifex-acls101x","topics":"life-support","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de42b4d0-61b9-47de-ba8b-33aded245f88","name":"Cancer Immunotherapy: a Step Change in Cancer Treatment","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-cancer-immunotherapy-a-step-change-in-cancer-treatment-5192","topics":"cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80261bc0-02ec-4ad0-8ca3-695f63b4bf09","name":"The Impact of Nursing","description":"By University of Liverpool via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-impact-of-nursing-3160","topics":"nursing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88dc400c-d137-44e7-aef4-354eb95b9645","name":"Exploration of SNOMED CT Basics","description":"By The College of St. Scholastica via Independent","image":null,"links":"course|http://www.css.edu/graduate/non-degree-seeking/massive-open-online-courses/snomed-ct-mooc.html","topics":"medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"00a22bb7-8725-4f5d-b846-253bc246a52b","name":"English for Nurses: A Language Learning Community","description":"By University of Oregon via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/uoregon/courses/english-for-nurses","topics":"languages/english;nursing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"057e9bbf-876d-4f8b-9aae-127f19a5f951","name":"Falling Down - Older People and Problematic Substance Use","description":"By Middlesex University London via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_264_1","topics":"ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7aab25e5-d673-48f5-927c-115ca691b372","name":"Preparing for a Career in Nursing","description":"By Utah State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/utahstate/courses/preparing-for-nursing-career-2","topics":"nursing;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7829b894-c2b5-4809-9ba0-c83dc74834cb","name":"Safety Function Action For Disaster Responders","description":"By Barry University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/barryuniversity/courses/safety-function-action-1","topics":"disaster-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43c0ac59-1be1-4008-b134-cf8c62ec8abd","name":"Technical Advances in Radiotherapy SHOOC","description":"By Sheffield Hallam University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-technical-advances-in-radiotherapy-shooc-6900","topics":"radiotherapy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7946cc5c-7897-402e-aa9d-efdacad88294","name":"Drugs and the Brain","description":"By California Institute of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-drugs-and-the-brain-403","topics":"drugs;brain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"051fb791-7709-4179-bb44-133aecfb8ef7","name":"Improving Management of IBS: Best Current Practice in Diagnosis and Treatment","description":"By BMJ via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-improving-management-of-ibs-best-current-practice-in-diagnosis-and-treatment-6711","topics":"ibs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"146339f2-0bf4-4c48-b779-cd420d1d9ca6","name":"Social Determinants of Health: What Is Your Role?","description":"By BMJ via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/social-determinants-of-health","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"526d7e3e-a055-4aa3-9aa9-3dd48a62e9a6","name":"Disability and a Good Life: Thinking through Disability","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/thinking-through-disability","topics":"disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cc0bfe3-0e56-4be7-bc3f-7d8b69b460ec","name":"Obesity: Causes and Consequences","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-obesity-causes-and-consequences-1977","topics":"obesity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5660b766-50ed-4c1e-8fb3-077ca574dbda","name":"Making Sense of Health Evidence: The Informed Consumer","description":"By Cardiff University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/informed-health-consumer","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"923b216e-ffc3-49cd-aabf-adde2410306d","name":"Pharmacotherapeutics for Remote Area Nurses","description":"By Charles Darwin University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-pharmacotherapeutics-for-remote-area-nurses-4882","topics":"pharmacotherapeutics;nursing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"704c672a-115b-4210-ac6f-e25613488f94","name":"Medical Image Analysis","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_ee01","topics":"medical-imaging","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f396717-f37f-4d7f-bb65-0fa35fa76d07","name":"Myths and Realities of Personalised Medicine: the Genetic Revolution","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/personalised-medicine","topics":"personalized-medicine;genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca581a76-a5bc-4fa1-ac79-ef1d8eff65e9","name":"Emergency and Urgent Care for Children: a Survival Guide","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/urgent-care-children","topics":"emergency-care","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff1384c2-3bf8-40de-ab73-52e35c24d223","name":"The AACN Synergy Model for Patient Care","description":"By East Carolina University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/eastcarolinau/courses/aacn-synergy-model","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4fee0fe-22ef-4c7d-99a8-34a5607acd37","name":"Understanding Drugs and Addiction","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/understanding-drugs-and-addiction","topics":"drugs;addiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"236e06ee-8e19-4135-93a1-c06127b0b905","name":"Supporting People Living with Long-term Conditions","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-supporting-people-living-with-long-term-conditions-5424","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3513dd3-5618-4606-ba00-9ddaac0cfef0","name":"Antibiotic Resistance: the Silent Tsunami","description":"By Uppsala University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-antibiotic-resistance-the-silent-tsunami-6678","topics":"antibiotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de8761c5-172e-4b98-aaa9-dd56a137267a","name":"Food Fraud Overview","description":"By Michigan State University via EdCast","image":null,"links":"course|https://www.classcentral.com/course/edcast-food-fraud-overview-2710","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24272637-b674-4463-a86b-83ea80ff2426","name":"Innate Immunity","description":"By Institut Pasteur via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:pasteur+96004+session01/about","topics":"immunology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8123f2ab-18bc-40ea-9a1c-e9d8bc4cf3bd","name":"Diagnosis and prognosis biomarkers in global health","description":"By Institut Pasteur via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-diagnosis-and-prognosis-biomarkers-in-global-health-10958","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fbb495b-0f5a-4d59-b76b-ca5ca6d7c6ee","name":"Antimicrobial Resistance in the Food Chain","description":"By The University of Nottingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/antimicrobial-resistance-food-chain","topics":"healthcare;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff41bc56-4ced-4572-9a2a-6986dada1f7a","name":"Understanding Alzheimer’s Disease: A Molecular and Genetic Approach","description":"By The University of Texas at San Antonio via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-understanding-alzheimer-s-disease-a-molecular-and-genetic-approach-8245","topics":"alzheimers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"606727ce-363a-47a2-9578-29fdf4dff4ab","name":"Health and Well-being of Older People","description":"By London South Bank University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/londonsouthbank/courses/health-of-older-people","topics":"ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbb4c33b-1ca5-472f-8d28-552ef381da49","name":"The Diabetes Epidemic: a Patient-Centred Approach","description":"By University of Dundee via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-diabetes-epidemic-a-patient-centred-approach-6593","topics":"diabetes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7a097c9-f4a7-45b9-bf9b-ff8ba0820e17","name":"Improving Patient Care: a Data-driven Approach","description":"By Royal College of Physicians via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-improving-patient-care-a-data-driven-approach-8231","topics":"healthcare;information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0919df7d-27e4-41ac-8694-d38254fffca0","name":"Understanding Dementia: A Course for Relatives","description":"By VIA University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-understanding-dementia-a-course-for-relatives-4802","topics":"dementia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be6a0d5d-101a-4af1-a06b-36507f5f530f","name":"Mini Medical School","description":"By University of Colorado Denver via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ucdenver/courses/mini-medical-school","topics":"medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0de40877-35c7-4ef1-a8f3-3973ba490581","name":"Leadership for Healthcare Improvement and Innovation","description":"By The University of Warwick via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-leadership-for-healthcare-improvement-and-innovation-8343","topics":"healthcare;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf88a824-092e-4ce3-a3dc-ab55c7675836","name":"Biosecurity and Bioterrorism: Public Health Dimensions","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/biosecurity-terrorism","topics":"public-health;bioterrorism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9bd56e5-7350-4e3f-8c85-e5925ceb1190","name":"You Matter: Understanding Intellectual Disability","description":"By London South Bank University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-you-matter-understanding-intellectual-disability-8013","topics":"intellectual-disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1509591c-d75f-46a1-ac8e-cccf08ab960f","name":"Innovating Solutions for Aging Populations","description":"By University of Copenhagen via Coursera","image":null,"links":"course|https://www.coursera.org/learn/business-models-innovative-care","topics":"ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"612acb92-8dff-449d-bf06-4b1ffb109c1b","name":"Geohealth: Improving Public Health through Geographic Information","description":"By University of Twente via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/geohealth","topics":"public-health;gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a680d7c-f88b-45d9-8846-25053b403ef0","name":"Health Data and Analytics","description":"By EIT Health via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/health-data-analytics","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e9479b2-2f2c-4fbd-ac57-f74af3a90a14","name":"An Introduction to Population Health","description":"By University of Manchester via Coursera","image":null,"links":"course|https://www.coursera.org/learn/population-health","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96c87f9c-84af-4fe3-a214-d94e14ceff1b","name":"The Heart of Mindfulness Meditation","description":"By Naropa University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/naropa-university/courses/mindfulness-meditation","topics":"meditation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3db1bfd1-0c02-4bc3-af8c-cd7de9e78b88","name":"Tuberculosis","description":"By Institut Pasteur via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-tuberculosis-9934","topics":"tuberculosis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b16a7ba-f9f7-43d8-aa37-0366467b1c09","name":"Tackling Inequalities Through Health and Social Care Design","description":"By University of Dundee via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/tackling-inequalities","topics":"healthcare;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbafc1b2-3ea0-4799-af73-797f61205db7","name":"Global Systems Science and Policy: an Introduction","description":"By via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-global-systems-science-and-policy-an-introduction-5190","topics":"complex-systems;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ab598e7-0c56-45b0-b35a-a0f7edaea73d","name":"Malaria","description":"By Institut Pasteur via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:pasteur+96010+session01/about","topics":"malaria","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e74c3393-9365-41b5-8aca-149bdacca445","name":"Basic First Aid: How to Be an Everyday Hero","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/basic-first-aid","topics":"first-aid","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6073fac5-f431-4a15-861a-735064335cf3","name":"Medical Peace Work","description":"By University of Bergen via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/medical-peace-work","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"251b48e0-74aa-4e60-9c0f-3515a9e30573","name":"Dementia: Understanding and Managing Challenging Behaviour","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-dementia-understanding-and-managing-challenging-behaviour-5427","topics":"dementia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6dcc8c4c-b946-4975-8a39-f1bdcca792d9","name":"Resistance to antibacterial agents","description":"By Institut Pasteur via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-resistance-to-antibacterial-agents-10874","topics":"antibiotic-resistance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f614b4cf-b0bb-4b76-bff0-370dbd22ee7b","name":"Liver Disease: Looking after Your Liver","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-liver-disease-looking-after-your-liver-2251","topics":"liver","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd72340d-7034-42df-a8cb-4b3d4a3955d7","name":"Understanding NHS Values: Becoming a Nurse or Midwife","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/nhs-values-nursing-midwifery","topics":"nursing;midwifery;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55fa1ee4-24db-47b3-9f18-ff392e66bebb","name":"Understanding Innovation in the Healthcare Sciences","description":"By Manchester Metropolitan University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/healthcare-innovation","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb78f286-f6e4-43bb-8173-b982a56b8067","name":"Palliative Care: Making it Work","description":"By Lancaster University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-palliative-care-making-it-work-6306","topics":"palliative-care","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b54b793d-eeca-48df-ac8c-48dd25dc1ebf","name":"Linear Differential Equations","description":"By Boston University via edX","image":null,"links":"course|https://www.edx.org/course/linear-differential-equations-3","topics":"differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b5e71bc-e5a6-45ff-8d3e-fc5e574f658b","name":"Liver Transplant: the Ins and Outs","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/liver-transplant","topics":"liver","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"949f35f3-66ca-4acf-a787-4909c589971c","name":"Strategies for Successful Ageing","description":"By Trinity College Dublin via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/successful-ageing","topics":"ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf3732d4-2c33-46e9-990a-aabd17d68889","name":"Influenza: How the Flu Spreads and Evolves","description":"By Lancaster University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/influenza","topics":"influenza","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d09258d-6d91-480f-ac5c-3120c640c766","name":"Health Literacy and Communication for Health Professionals","description":"By University of Nebraska via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-health-literacy-and-communication-for-health-professionals-2014","topics":"healthcare;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90c244a3-3339-4bb1-ba4f-555e185719b3","name":"The Science of Nutrition","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/the-science-of-nutrition","topics":"nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c888c992-1b12-4a3e-a076-f46d771e7cf4","name":"Medicines Adherence: Supporting Patients with Their Treatment","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/medicinesadherence","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c388a68c-6d60-4792-818c-e552cc931506","name":"Introduction to Health and Wellness","description":"By Arizona State University via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-health-and-wellness","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6231b7c-55f8-42f1-9c78-44d73067bd76","name":"Medicines Adherence: Understanding and Changing Patient Behaviour","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/medicines-adherence-patient-behaviour","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54538b3e-8e35-47ab-88c7-abf492fd0e59","name":"Caring for People with Psychosis and Schizophrenia","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-caring-for-people-with-psychosis-and-schizophrenia-3895","topics":"psychosis;schizophrenia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbe450f2-fb74-4d0a-b14f-89a433f15012","name":"Introduction to: Physical Examination and History Taking","description":"By Karolinska Institutet via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-physical-examination-and-history-taking-11840","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c475ec2-e5ea-4877-9d3b-8109d9fff515","name":"Statistical Reasoning for Public Health 1: Estimation, Inference, & Interpretation","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/statistical-reasoning-1","topics":"public-health;statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02e43de7-2ffa-4fa3-bf8e-513abb381a9f","name":"Improving the Health of Women, Children and Adolescents: from Evidence to Action","description":"By London School of Hygiene & Tropical Medicine via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-improving-the-health-of-women-children-and-adolescents-from-evidence-to-action-3817","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53fcde6f-cefc-4234-96c0-32589bc3a692","name":"Maternity Care: Building Relationships Really Does Save Lives","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/maternity-care","topics":"maternity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2e76409-051e-4678-a073-ea9d26ac6eb9","name":"An Introduction to Physical Health Assessment","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-an-introduction-to-physical-health-assessment-11905","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aad2b03f-b03b-4158-98fa-95031039a7a0","name":"Could You Be the Next Florence Nightingale?","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-could-you-be-the-next-florence-nightingale-11906","topics":"nursing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d49ca17e-498c-4752-befc-f310dbc19500","name":"Beyond Diagnosis: Is Psychiatric Diagnosis helpful?","description":"By University of Liverpool via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/beyond-diagnosis","topics":"mental-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36e22195-fb0e-4e7f-99ff-486414854cd5","name":"What Matters: Understanding Mental Health","description":"By London South Bank University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/londonsouthbank/courses/understanding-mental-health","topics":"mental-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6c6c281-10dd-4a34-9ca2-3a773354c977","name":"Ultrasound Imaging: What Is Inside?","description":"By University of Twente via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/ultrasound-imaging","topics":"medical-imaging;ultrasound","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d181395d-2be1-4a84-919f-60c1acefbbf6","name":"The Impact of Climate Change on Public Health","description":"By EIT Health via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-impact-of-climate-change-on-public-health-9558","topics":"climate-change;public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc4a0f15-5872-4d4c-8a5e-20313c309227","name":"Demystifying Diabetes","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-demystifying-diabetes-8030","topics":"diabetes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13bd9a5f-4673-4022-ba39-e26e32de55db","name":"Introduction to Health Technology Assessment","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-health-technology-assessment-8834","topics":"healthcare;information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86e3169f-3327-47ec-8fb7-cc56f0144ea2","name":"Introduction to Nursing in Healthcare","description":"By via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/introduction-to-nursing-in-healthcare","topics":"nursing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a13a079c-754b-41db-833e-fafa433e8273","name":"Emergency Management","description":"By via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-emergency-management-1471","topics":"emergency-care","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf9b6a32-88b7-49e5-96e4-8c78fa5b70ea","name":"Food, Nutrition & Your Health","description":"By via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-food-nutrition-your-health-896","topics":"nutrition;health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7538ee54-d416-45d6-bd53-b7b383065fde","name":"Understanding Common Diseases","description":"By University of Wollongong via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/understanding-common-diseases","topics":"disease","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"643140ae-51fe-4720-9f12-cccd741bd2ca","name":"Transitioning to Value-Based Care","description":"By The College of St. Scholastica via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-transitioning-to-value-based-care-9538","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c756b6bb-9bdd-45fd-80dc-eac027fb98e9","name":"Understanding Different Diets: Mediterranean, Baltic sea, and Okinawa","description":"By EIT Food via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/understanding-different-diets","topics":"diet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35d17b5f-8e11-4324-9c07-b688c44ae14f","name":"Superfoods: Myths and Truths","description":"By EIT Food via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/superfoods-myths-and-truths","topics":"food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b3ae0a5-7d38-4eae-833c-fc749e228705","name":"Solving the Opioid Crisis Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-solving-the-opioid-crisis-teach-out-9727","topics":"opioids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a638a823-314e-4c12-a19f-a0e2d9683cb7","name":"Viruses and human cancers","description":"By Institut Pasteur via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:pasteur+96012+session01/about","topics":"virus;cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfb1a64a-f882-4889-8058-158985b7a087","name":"Deteriorating Patient: Assessment, Recognition and Management","description":"By London South Bank University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/londonsouthbank/courses/deteriorating-patient","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb8967c3-0aff-4bf9-859c-44f6b5a41479","name":"Caring Science, Mindful Practice","description":"By East Carolina University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-caring-science-mindful-practice-3630","topics":"mindfulness;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b51a9d51-8178-4672-a51b-7dd34154d3a4","name":"Eliminating Trachoma","description":"By London School of Hygiene & Tropical Medicine via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-eliminating-trachoma-6136","topics":"trachoma;eyes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc300063-d25b-45b5-b306-1d00433866e0","name":"First Aid for Babies and Children","description":"By via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/child-first-aid","topics":"first-aid;children;babies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8637ee47-74c4-4099-8e1a-26af75d241fa","name":"Living Well with Diabetes","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-living-well-with-diabetes-8354","topics":"diabetes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f5526a8-0626-41a4-91a1-d1b8d4761aad","name":"Foundations of Evidence-Based Practice in Healthcare","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/osu/global-one-health/courses/foundations-of-evidence-based-practice","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5d876d7-fc63-496f-b4d3-53695620181c","name":"Service Improvement in Healthcare","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/leadership-service-improvement-7003cpd-01","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95615394-65e2-4078-a1c3-c555a3f6cc7e","name":"Nursing and Long-term Conditions: An Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introduction-to-long-term-conditions","topics":"nursing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"301a830a-fa27-470d-bb18-046389a5c4f5","name":"The Anthropological Demography of Health","description":"By Sorbonne Paris Cité University via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-the-anthropological-demography-of-health-12849","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e915415c-1c30-44ce-9178-44ac0ea08cb5","name":"Creating Moments of Joy for People with Alzheimer’s","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-creating-moments-of-joy-for-people-with-alzheimer-s-9409","topics":"alzheimers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c721839b-ace7-467d-9682-2769a32c6a40","name":"How Fiction Works (July 22, 2008 edition) | Open Library","description":null,"image":null,"links":"book|https://openlibrary.org/works/OL16492289W/How_fiction_works?edition=howfictionworks00wood","topics":"literature","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"1123e26d-d8a2-4a4f-9140-e8bde83be40d","name":"First Aid for Adults","description":"By via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-first-aid-for-adults-8462","topics":"first-aid","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42227699-ae3c-4a8b-8240-46ad53dcee8e","name":"Healthy Futures: How Can We Create the Most Effective Healthcare System?","description":"By Murdoch University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/healthy-futures","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5176b64-ceb1-4991-9f2c-9461b1048790","name":"Electronic Systems for Cancer Diagnosis","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-electronic-systems-for-cancer-diagnosis-12968","topics":"cancer;medical-devices","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3c02181-04df-4eb5-88b5-13f8e308e545","name":"Drying and Encapsulation of Food Ingredients in Powder Form","description":"By EIT Food via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-drying-and-encapsulation-of-food-ingredients-in-powder-form-12704","topics":"food-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6dab26b2-a8a6-46ac-b728-de58eb506728","name":"The Monday Campaigns: Lessons in Public Health Promotion","description":"By Johns Hopkins University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-monday-campaigns-lessons-in-public-health-promotion-12666","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63547875-2f43-44a2-a3d1-f3e83b403a5f","name":"Managing Your Health Data","description":"By EIT Health via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-managing-your-health-data-12473","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56bc2352-588b-439e-90b7-087f65c7760f","name":"Partnering with the Public and Patients in Medical Research","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:Medicine+MEDX0002+Y01/about","topics":"healthcare;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"47518797-cd73-4c37-b145-c7ece8b9323e","name":"Statistical Shape Modelling: Computing the Human Anatomy","description":"By University of Basel via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/statistical-shape-modelling","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48abeebb-04cc-4efb-8f48-34733d617665","name":"At the heart of medical radioactivity","description":"By Université de Nantes via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:univnantes+31009+session01/about","topics":"radiobiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb559b37-a664-4aaa-a972-0fe01e2f3e1b","name":"eHealth: Combining Psychology, Technology and Health","description":"By University of Twente via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-ehealth-combining-psychology-technology-and-health-5876","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f48c8cc-1d4b-4924-9c72-aa8d33cffb5c","name":"Current regulatory requirements for conducting clinical trials in India","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-current-regulatory-requirements-for-conducting-clinical-trials-in-india-13041","topics":"clinical-trials;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2781f75-933b-4975-9c23-a6ddc3f542e0","name":"Sleep Deprivation: Habits, Solutions, and Strategies Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sleep-deprivation-habits-solutions-and-strategies-teach-out-9374","topics":"sleep","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d11cc0c8-9618-481d-86f1-3ae9dbd1977b","name":"Care Home Nursing: Changing Perceptions","description":"By University of Dundee via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/nursing-care-homes","topics":"nursing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"472d778e-a7c0-452d-b7b7-dbadc40d97c9","name":"Health Informatics on FHIR","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-health-informatics-on-fhir-476","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9cd1b02a-a051-4b87-9cf8-e079d6c0fc0f","name":"Rural Healthcare Staffing Stability: Effective Tools and Practice","description":"By The College of St. Scholastica via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-rural-healthcare-staffing-stability-effective-tools-and-practice-11064","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95046381-e19f-4cdd-93d6-d843bbd006a5","name":"Ethical and Social Challenges of Genomic and Precision Medicine","description":"By University of California, San Francisco via Coursera","image":null,"links":"course|https://www.coursera.org/learn/genomic-precision-medicine-challenges","topics":"genomic-medicine;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4caa3c8-40cb-4aa2-aa38-496cf2c40783","name":"Genomic and Precision Medicine","description":"By University of California, San Francisco via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-genomic-and-precision-medicine-1453","topics":"genomic-medicine;personalized-medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e27b9417-632a-4c01-b2ee-d3b340809208","name":"Medical Entomology","description":"By Institut Pasteur via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:pasteur+96003+session02/about","topics":"medical-entomology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d0af06b-9155-4b3c-ac04-564f25082d9d","name":"Using Personalized Medicine and Pharmacogenetics","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-using-personalized-medicine-and-pharmacogenetics-9077","topics":"personalized-medicine;genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e76cc90-c9c9-44fc-bba8-3d97f3111931","name":"Introduction to Nursing: The Role of Nurses Around the World","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/nursing","topics":"nursing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a38568f-bec6-46bb-bb30-5e616cb3c06f","name":"Introduction to Critical Care Medicine","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-critical-care-medicine-11058","topics":"critical-care-medicine;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"078a2940-6eb7-49c9-99d3-38ae6a67cbda","name":"Plagues, Pestilence and Pandemics: Are You Ready?","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-plagues-pestilence-and-pandemics-are-you-ready-10553","topics":"epidemiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf5097c0-1f10-4c54-b8cb-efe615215945","name":"SMART-ASD: Matching Autistic People with Technology Resources","description":"By University of Bath via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-smart-asd-matching-autistic-people-with-technology-resources-8076","topics":"autism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f49bb2d7-a903-4134-859f-38132208dea7","name":"Improving Palliative Care in Care Homes for Older People","description":"By Lancaster University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-improving-palliative-care-in-care-homes-for-older-people-12545","topics":"palliative-care","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8dfd0fe-9f04-423d-9288-8b979a2b1870","name":"Global Health and Disability","description":"By London School of Hygiene & Tropical Medicine via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/global-disability","topics":"public-health;disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1895896d-770f-481d-8fc3-01c474ed2847","name":"Process Mining in Healthcare","description":"By Eindhoven University of Technology via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/process-mining-healthcare","topics":"health-informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1fbcb34e-d439-4940-81aa-02c613354e6c","name":"Preventing Childhood Obesity: an Early Start to Healthy Living","description":"By University of Wollongong via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/childhood-obesity","topics":"obesity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e51a942d-ebae-4510-8927-6e1b6beb470f","name":"Developing Clinical Empathy: Making a Difference in Patient Care","description":"By St George's, University of London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-developing-clinical-empathy-making-a-difference-in-patient-care-11989","topics":"empathy;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e470c102-166d-4f57-a153-c0aecd53e253","name":"Essentials of child and adolescent psychiatry across the world","description":"By Université Paris SUD via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:UPSUD+42002+session04/about","topics":"psychiatry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42abf865-7042-4a91-9c2c-db4ad8596a72","name":"Introduction to Emergency Contraception","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-emergency-contraception-10547","topics":"contraception","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83f65a15-90cb-4a5f-88fb-b1473acfe3e6","name":"Health in Humanitarian Crises","description":"By London School of Hygiene & Tropical Medicine via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-health-in-humanitarian-crises-7625","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f089a76b-930d-4a5f-a010-4fa5cc39edc5","name":"Control and Elimination of Visceral Leishmaniasis","description":"By London School of Hygiene & Tropical Medicine via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-control-and-elimination-of-visceral-leishmaniasis-9223","topics":"kala-azar;leishmaniasis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfa9ac49-09c4-4a49-b234-215e14218f80","name":"Whole Genome Sequencing: Decoding the Language of Life and Health","description":"By Health Education England via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-whole-genome-sequencing-decoding-the-language-of-life-and-health-5663","topics":"genome-sequencing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"065342ef-1a21-4465-bb9f-b02071b553ca","name":"Understanding Depression and Low Mood in Young People","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-depression-and-low-mood-in-young-people-9270","topics":"depression","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"499429a5-b31d-4625-8481-ae9cd290b1ed","name":"Learning Theory for Nursing: An Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-learning-theory-for-nursing-an-introduction-13190","topics":"nursing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97073a5d-02b9-43b0-b98f-20f23a888f0c","name":"Falling Down: Problematic Substance Use in Later Life","description":"By Middlesex University London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-falling-down-problematic-substance-use-in-later-life-9261","topics":"drugs;public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a15cb65e-ed2c-4b12-b174-bffd829592df","name":"The School for Change Agents","description":"By NHS Leadership Academy via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/school-for-change-agents","topics":"healthcare;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"beeb46e8-c4dc-4a6c-9039-bbbcbbeb85c1","name":"Understanding and Challenging Evidence-based Practice","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/understanding-and-challenging-evidence-based-practice","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30414071-1d57-498b-a968-893c3587859a","name":"The Lancet Maternal Health Series: Global Research and Evidence","description":"By London School of Hygiene & Tropical Medicine via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/maternal-health","topics":"maternity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c34dbac8-b824-45a0-9f52-37ff055abee8","name":"Demystifying Targeted Cancer Treatments","description":"By Cancer Research UK via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/targeted-cancer-treatments","topics":"cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3048da4d-948c-43bf-ad35-06561507bf12","name":"Diabetic Eye Disease: Building Capacity To Prevent Blindness","description":"By London School of Hygiene & Tropical Medicine via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/diabetic-eye-disease","topics":"diabetes;eyes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"648c8a57-aad6-4b1e-97e2-d317dd79ebae","name":"Introduction to Clinical Neurology","description":"By University of California, San Francisco via Coursera","image":null,"links":"course|https://www.coursera.org/learn/clinical-neurology","topics":"neurology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4fd3407b-47d1-4ce2-bdaf-c42d69eea89c","name":"\\"Care for carers\\" Aider une personne âgée : un rôle à part entière. Conseils et soutien","description":"By via ","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:univ-toulouse+101017+session02/about","topics":"healthcare;ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95e65476-19c7-4a4e-b759-c169e1845626","name":"Inside Cancer: How Genes Influence Cancer Development","description":"By University of Bath via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-inside-cancer-how-genes-influence-cancer-development-1254","topics":"cancer;genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1477b142-f5e3-48fd-8440-7f1040192dbe","name":"Alternative Proteins as Food Ingredients","description":"By EIT Food via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/alternative-proteins","topics":"food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c6abd13-3fbf-46bb-955d-f4388ba150d2","name":"Global Blindness: Planning and Managing Eye Care Services","description":"By London School of Hygiene & Tropical Medicine via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-global-blindness-planning-and-managing-eye-care-services-3299","topics":"blindness;eyes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a96f8da-7296-48bc-83bf-d7c0a1958574","name":"Exercise Prescription for the Prevention and Treatment of Disease","description":"By Trinity College Dublin via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/exercise-prescription","topics":"exercise;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16bc23f1-9796-4603-b0bf-7f07638ee847","name":"The NHS Explained: How the Health System in England Really Works","description":"By King's Fund via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/the-nhs-explained","topics":"healthcare;nations/uk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b00f082-3644-4d18-9157-f9dfbc0e1a78","name":"The Role of Vaccines in Preventing Infectious Diseases and Antimicrobial Resistance","description":"By The British Society for Antimicrobial Chemotherapy via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-role-of-vaccines-in-preventing-infectious-diseases-and-antimicrobial-resistance-13368","topics":"vaccines","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9acd6571-d011-44d1-af8c-c3bc29a54e90","name":"Making Babies in the 21st Century","description":"By University College London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/making-babies","topics":"babies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb46aae5-c759-4db7-be17-1d9133785428","name":"Young People and Their Mental Health","description":"By University of Cambridge via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-young-people-and-their-mental-health-9491","topics":"mental-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"201d169c-74ab-427c-9013-cfaef2cba101","name":"Mathematical Foundations for Cryptography","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mathematical-foundations-cryptography","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25cc51f8-8fe2-4c73-909d-a091407956e3","name":"Global Health Governance: Addressing Globalization and Health Inequities","description":"By St George's, University of London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-global-health-governance-addressing-globalization-and-health-inequities-13694","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d25f482-a53c-49d4-b52c-97d1cb87c231","name":"What is Genetic Counselling?","description":"By Wellcome Genome Campus via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/what-is-genetic-counselling","topics":"genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be27e19a-e914-447d-b9e6-bda089361ffe","name":"A History of Public Health in Post-War Britain","description":"By London School of Hygiene & Tropical Medicine via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-a-history-of-public-health-in-post-war-britain-8510","topics":"public-health;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62da2e27-e460-477a-abb8-950d870a9bda","name":"Understanding Autism","description":"By University of Kent via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-autism-8239","topics":"autism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31667c6e-6a1f-4dbe-ad04-419f90987e66","name":"Mindfulness for Wellbeing and Peak Performance","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/mindfulness-wellbeing-performance","topics":"mindfulness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5f75c1f-b5df-4432-9c8e-7cfb51e8e0c6","name":"Polycystic Ovary Syndrome: An Evidence-based Approach","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/polycystic-ovary-syndrome","topics":"pcos","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"111eb183-fd77-4aac-a089-95123757b6f2","name":"Integrated Healthcare for Children with Developmental Disabilities","description":"By London School of Hygiene & Tropical Medicine via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-integrated-healthcare-for-children-with-developmental-disabilities-13757","topics":"healthcare;children","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f2393a5-2198-412c-8ba4-995f98509395","name":"Food as Medicine","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-food-as-medicine-5742","topics":"food;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be958984-be03-41cb-9087-f01ebc81962b","name":"Perioperative Medicine in Action","description":"By University College London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-perioperative-medicine-in-action-8491","topics":"medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"079f3704-7aff-4d39-b4ce-e268b47eb917","name":"Clinical Supervision: Assessing and Providing Feedback","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/clinical-supervision-assessment-feedback","topics":"clinical-supervision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9dc0bf7e-0a87-41c9-a780-5031357f3abb","name":"Measuring and Valuing Health","description":"By The University of Sheffield via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/valuing-health","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98762faa-6a2f-4663-8319-2cb5fd166cae","name":"End-of-Life Care for People with Dementia","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-end-of-life-care-for-people-with-dementia-9089","topics":"dementia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2a9dd80-f4d7-4936-a8e0-d9a41a38d9a9","name":"Understanding Epilepsy and its Neuropsychology","description":"By University of Padova via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/epilepsy-and-its-neuropsychology","topics":"epilepsy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64027822-a131-4cdb-96e0-2509013855fd","name":"Non-Invasive Prenatal Testing (NIPT): An Introduction for Healthcare Professionals","description":"By St. George's University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/non-invasive-prenatal-testing","topics":"healthcare;prenatal-testing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfc6ee42-f40b-46f1-8455-694e3d323776","name":"Nutrition and Disease Prevention","description":"By Taipei Medical University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/nutrition-disease-prevention","topics":"nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74b55fdd-2124-4961-8d26-5991b3c9ef6a","name":"Medical Humanity: Engaging Patients and Communities in Healthcare","description":"By Taipei Medical University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/medical-humanity","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d74076a2-e860-4fe4-b881-b26c171a4f4d","name":"Medicine Administration for Carers","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-medicine-administration-for-carers-13232","topics":"medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c467822b-e76c-46d0-b9a9-37610b40a178","name":"Hospital Operations: Improving Patient Experience","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/hospital-operations-improving-patient-experience","topics":"hospitals;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7ccf602-803b-41d8-b2c2-fd94f8ac0498","name":"Human Factors in a Healthcare Environment","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-human-factors-in-a-healthcare-environment-10548","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd73c6ef-f044-4c03-9dfb-d81cc89ad375","name":"Organ Donation: The Essentials for Healthcare Professionals","description":"By St. George's University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/organ-donation","topics":"organ-donation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32f246a7-daf3-4b2f-a73c-b3e18179a706","name":"Caring for Older People: a Partnership Model","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-caring-for-older-people-a-partnership-model-7220","topics":"ageing;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d7ca02b-9536-4d20-a114-e4c699037469","name":"Introduction to Dynamical Systems and Chaos","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.complexityexplorer.org/courses/98-introduction-to-dynamical-systems-and-chaos","topics":"complex-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"876d0b24-30e0-463a-be73-5aa60710dfb3","name":"Introduction to Mathematical Thinking","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-mathematical-thinking-370","topics":"mathematical-thinking;thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62a53155-9858-4e75-a132-b74aab45e13d","name":"Matrix Algebra for Engineers","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-matrix-algebra-for-engineers-11986","topics":"matrix-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b54f617-1cec-4ac5-8c4a-cd61e72ca92a","name":"Fibonacci Numbers and the Golden Ratio","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fibonacci-numbers-and-the-golden-ratio-6684","topics":"fibonacci-numbers;golder-ratio","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a54f71f5-e4b0-49c6-86e6-b17606b0400e","name":"Intro to Statistics","description":"By Stanford University via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-intro-to-statistics-361","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e600ce2-3829-4bdb-b35f-a230c011e598","name":"Statistical Learning","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/HumanitiesSciences/StatLearning/Winter2016/about","topics":"statistical-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bce9accc-9e50-4107-b961-5a6994332b86","name":"Tutorials for Complex Systems","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.classcentral.com/course/complexity-explorer-tutorials-for-complex-systems-1194","topics":"complex-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b37c7bda-cea8-4f9d-ac1f-2319913c96b7","name":"Introduction to Probability - The Science of Uncertainty","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-probability-the-science-of-uncertainty-1496","topics":"probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"404d3bde-d5de-4bf9-aa38-bd6d28518600","name":"Advanced Precalculus: Geometry, Trigonometry and Exponentials","description":"By University of Padova via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/advanced-precalculus","topics":"geometry;trigonometry;exponentials","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bae7643-2669-4f07-9690-1f6df4ac8f23","name":"Introduction to Algebra","description":"By Schoolyourself via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-algebra-2526","topics":"algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f973e5f-8737-4040-9e4f-7471c516705e","name":"Mathematical Biostatistics Boot Camp 1","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/biostatistics","topics":"biostatistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17490311-f6c3-4964-b420-aa97949ff819","name":"Differential Equations for Engineers","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/differential-equations-engineers","topics":"differential-equations;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ef6860d-9c40-421d-bcb7-9d57897d3f40","name":"Bayesian Statistics","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/bayesian","topics":"statistics;bayesian-statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbbf2e7e-3470-43ea-9989-1bf93fd58f4e","name":"Basic Statistics","description":"By University of Amsterdam via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-basic-statistics-4312","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e06c162e-7979-4090-8311-35126f3a4da0","name":"College Algebra","description":"By San Jose State University via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-college-algebra-630","topics":"algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ef957f9-edd1-4797-95d1-776e5c8d2dc0","name":"How to Learn Math: For Students","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://online.stanford.edu/courses/gse-yeduc115-s-how-learn-math-students","topics":"learning;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d01ba9cb-11fa-4934-bc6d-663c845ccf3b","name":"Effective Thinking Through Mathematics","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-effective-thinking-through-mathematics-1335","topics":"thinking;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcb73e5c-2148-4d60-b8c7-99b5746075aa","name":"Intro to Descriptive Statistics","description":"By San Jose State University via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-intro-to-descriptive-statistics-2309","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2fcc5804-3055-42c8-a95a-bfb7ec11b758","name":"Introduction to Renormalization","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.complexityexplorer.org/courses/67-introduction-to-renormalization","topics":"complex-systems;information-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b4c39f3-66e0-4464-bb59-df688c0e4cb6","name":"Queuing Theory: from Markov Chains to Multi-Server Systems","description":"By Institut Mines-Télécom via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-queuing-theory-from-markov-chains-to-multi-server-systems-10079","topics":"queuing-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b63a385e-3d16-44bf-b68c-2869ca5e9c87","name":"Linear Algebra - Foundations to Frontiers","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-linear-algebra-foundations-to-frontiers-1337","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c88f10b-4df9-4d8b-afb8-0574e0fb78ea","name":"Maximum Entropy Methods","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.complexityexplorer.org/courses/33-maximum-entropy-methods/","topics":"complex-systems;maximum-entropy-methods","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d91efe9-941a-4ee8-aee1-559063479e6c","name":"Intro Algebra Review","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-intro-algebra-review-2666","topics":"algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a7b86f4-b5de-4125-b534-1fd8844dad6c","name":"Intro to Inferential Statistics","description":"By San Jose State University via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-intro-to-inferential-statistics-2310","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"994776e1-0b38-463d-9c28-2a32f9acc4ea","name":"Introduction to Differential Equations","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.complexityexplorer.org/courses/31-introduction-to-differential-equations","topics":"differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd7f15b4-962e-47c5-84c8-64de9cdb9e3b","name":"Introduction to Linear Models and Matrix Algebra","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-linear-models-and-matrix-algebra-2","topics":"matrix-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0f55538-9b42-4648-8e64-16b19f8f5b52","name":"Linear Regression and Modeling","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-linear-regression-and-modeling-6098","topics":"linear-regression","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22fafc70-531b-4b3a-9ca7-6fbae4ce0a0b","name":"Single Variable Calculus","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/discrete-calculus","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a44b7649-7a64-41a3-8921-3d8bda91f1e3","name":"Calculus: Single Variable Part 4 - Applications","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/applications-calculus","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f239b70e-d2b4-4883-9688-a891aa27469b","name":"Delivery Problem","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/delivery-problem","topics":"traveling-salesman-problem;computer-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85161464-b6e9-46e1-826f-ad83e8d34cf1","name":"Three.js Journey — Learn WebGL with Three.js","description":null,"image":null,"links":"course|https://threejs-journey.xyz/","topics":"software-tools/three-js","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"beacfdcf-6a81-4ff0-8763-54ee9df2b92e","name":"Automated Reasoning: satisfiability","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-automated-reasoning-satisfiability-12009","topics":"automated-reasoning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10d37f18-19bc-4a4b-8107-870449c09a3c","name":"Power and Sample Size for Multilevel and Longitudinal Study Designs","description":"By University of Florida via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-power-and-sample-size-for-multilevel-and-longitudinal-study-designs-14413","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12771fb5-688a-4f2d-b5c3-0f462d823326","name":"Statistics with R Capstone","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/statistics-project","topics":"statistics;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f2a73de-1acd-48e9-ad6a-3e43a546ab6b","name":"Inferential Statistics","description":"By University of Amsterdam via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-inferential-statistics-13444","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83d64821-8428-45bf-b50c-8e7529e242a0","name":"Calculus: Single Variable Part 3 - Integration","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-calculus-single-variable-part-3-integration-5069","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1ac9747-d69e-4155-a57d-6ebe9437f6cb","name":"Number Theory and Cryptography","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-number-theory-and-cryptography-9210","topics":"number-theory;cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5471e8a-f6b9-435f-81d8-8c7a505242db","name":"Calculus: Single Variable Part 2 - Differentiation","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/differentiation-calculus","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39e08929-c602-44cb-9fe1-8d73037de145","name":"Introduction to Probability and Data","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-probability-and-data-6099","topics":"probability;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d949637-d457-40f5-ae39-3b4b8caa19be","name":"Geometric Algorithms","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-geometric-algorithms-12815","topics":"algorithms;geometric-algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30649265-741a-41e5-af56-3f3ecb9a53c1","name":"Analytic Combinatorics","description":"By Princeton University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/analytic-combinatorics","topics":"combinatorics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5c4943b-d0ab-4f24-a934-0a8a4f3b318c","name":"Business Applications of Hypothesis Testing and Confidence Interval Estimation","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-applications-of-hypothesis-testing-and-confidence-interval-estimation-7035","topics":"hypothesis-testing;confidence-interval","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7ce83a5-39fc-4f79-9d8b-76f6b0a03efa","name":"Linear Regression for Business Statistics","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/linear-regression-business-statistics","topics":"linear-regression;statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30600d0b-170f-4f43-8e3c-2735d6b4698c","name":"Mathematical Thinking in Computer Science","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mathematical-thinking-in-computer-science-9212","topics":"mathematical-thinking;computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"076473ae-65f7-4796-9d65-8996d2faaf02","name":"Logistic Regression in R for Public Health","description":"By Imperial College London via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-logistic-regression-in-r-for-public-health-13075","topics":"logistic-regression;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97fd512d-697f-4b95-a6a4-e3381ff60f7b","name":"Linear Regression in R for Public Health","description":"By Imperial College London via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-linear-regression-in-r-for-public-health-13077","topics":"linear-regression;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f44fc587-b2a5-4879-8de4-7903e867a508","name":"Qualitative Comparative Analysis (QCA)","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-qualitative-comparative-analysis-qca-13464","topics":"qualitative-comparative-analysis;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76731a87-f7dd-418c-8d82-027904303d97","name":"Introduction to Calculus","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.coursera.org/learn/introduction-to-calculus","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3a27f5f-c3c6-498e-926d-878c588ccc0a","name":"Combinatorics and Probability","description":"By Moscow Institute of Physics and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/combinatorics","topics":"combinatorics;probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af76737b-d3e6-4103-b0a8-26722c154e72","name":"Improving your statistical inferences","description":"By Eindhoven University of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-improving-your-statistical-inferences-7353","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"900df22d-c35e-4731-a034-55ec0bd36fa7","name":"Probability and Statistics: To p or not to p?","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/probability-statistics","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c132348-ebef-41cd-a836-80662f430b74","name":"Summary Statistics in Public Health","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-summary-statistics-in-public-health-12762","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f1ce644-c054-4281-9c15-ded39e73b340","name":"Introduction to Graph Theory","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-graph-theory-9213","topics":"graph-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9eaa8ce-95c7-4a2c-8b17-3caf0123a36c","name":"Survival Analysis in R for Public Health","description":"By Imperial College London via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-survival-analysis-in-r-for-public-health-13076","topics":"public-health;survival-analysis;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad00466b-691e-4a96-b77e-de86f93d2a8e","name":"Mathematics for Computer Science","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mathematics-for-computer-science","topics":"mathematics;computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"944b3070-33e9-4d68-8d4b-ef48e0079869","name":"Introduction to Statistics & Data Analysis in Public Health","description":"By Imperial College London via Coursera","image":null,"links":"course|https://www.coursera.org/learn/introduction-statistics-data-analysis-public-health","topics":"statistics;public-health;data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d338689-dbfa-49bc-bc7d-5f9b18343470","name":"Bayesian Statistics: Techniques and Models","description":"By University of California, Santa Cruz via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-bayesian-statistics-techniques-and-models-8424","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9c5d42d-9296-40c8-8da3-813e3647f97b","name":"Hypothesis Testing in Public Health","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-hypothesis-testing-in-public-health-12760","topics":"hypothesis-testing;public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f04a2c63-2b38-40c5-8636-64a845b8a4ec","name":"Multiple Regression Analysis in Public Health","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/multiple-regression-analysis-public-health","topics":"multiple-regression;public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a72b265-c707-4d45-9f3e-8b96a57153d1","name":"Causal Inference 2","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/causal-inference-2","topics":"causal-inference","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84668cfc-4068-40ac-a4ba-c9184bddf31a","name":"Mathematical Game Theory","description":"By Saint Petersburg State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mathematical-game-theory","topics":"game-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1cdabdf8-cd55-41d2-811c-28ff15a46f5a","name":"Mathematical Economics","description":"By Doon University, Dehradun via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-mathematical-economics-14187","topics":"mathematical-economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1cc32eb9-bc54-4fc5-aa9e-b2166bd7065d","name":"Math behind Moneyball","description":"By University of Houston System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mathematics-sport","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a08d37b4-eef3-485d-a91a-9370fb3cf387","name":"Introduction to Enumerative Combinatorics","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.coursera.org/learn/enumerative-combinatorics","topics":"combinatorics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78a66680-5038-4068-a2e2-ac88d25eeeb8","name":"Calculus of Several Real Variables","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ma19/preview","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5a49493-f390-43bb-9058-a36a6a3d0f5b","name":"Introduction to Abstract Group Theory","description":"By Chennai Mathematical Institute via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-abstract-group-theory-14141","topics":"group-theory;abstract-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"027beb8b-11f1-4494-a006-e2070ccafad6","name":"Matrix Analysis with Applications","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ma28/preview","topics":"matrix-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"712d2f6d-fa79-439c-8c93-d4627b846fb9","name":"Introduction To Rings And Fields","description":"By Chennai Mathematical Institute via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-rings-and-fields-14139","topics":"abstract-algebra;rings;fields","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92ced298-9ab5-403c-ae47-9dbf3a3eeb6e","name":"Internet Search Tips · Gwern.net","description":null,"image":null,"links":"article|https://www.gwern.net/Search","topics":"internet-search","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0d513c4-d1d0-4ff2-973d-810554538261","name":"A Crash Course in Causality: Inferring Causal Effects from Observational Data","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-a-crash-course-in-causality-inferring-causal-effects-from-observational-data-8425","topics":"causal-inference","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e40fda08-aba4-46f9-a96e-02038393f857","name":"Introduction to Abstract and Linear Algebra","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-abstract-and-linear-algebra-14142","topics":"abstract-algebra;linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6cf91ad5-8a0a-45b1-af6d-4820425c0e14","name":"Modern Algebra","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-modern-algebra-14202","topics":"modern-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d7b5ec4-124b-4ceb-99c2-5abad7334e8e","name":"Matrix Methods","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/matrix-methods","topics":"matrices","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e993446d-fc87-4207-adb2-39ed4b369c92","name":"Introductory Non-Linear Dynamics","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cy33/preview","topics":"nonlinear-dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3781363c-0a19-4d88-bb40-033392184cc8","name":"Introduction to Differential Equations","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-differential-equations-8005","topics":"differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4792771d-f447-4a30-99ce-4f3e9edafba3","name":"Introduction to Ordinary Differential Equations","description":"By Korea Advanced Institute of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ordinary-differential-equations","topics":"differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2fc58d7-8af0-4973-a025-0f5670fa19a8","name":"Introduction to Galois Theory","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-galois-theory-5382","topics":"galois-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bcbd9fff-9596-4028-85e3-e92bb649e560","name":"Jacobi modular forms: 30 ans après","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-jacobi-modular-forms-30-ans-apres-6626","topics":"jacobi-modular-forms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f885691c-5178-4121-8a8f-ebb982de8600","name":"Fundamentals of Statistics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/fundamentals-of-statistics-3","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ab3da47-fd42-4d9e-b1fc-02685e5fa9f7","name":"Introduction to numerical analysis","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-numerical-analysis-13684","topics":"numerical-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a5ea167-0a6d-4893-9a63-869bffb05320","name":"Statistics with SAS","description":"By SAS via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sas-statistics","topics":"statistics;software-tools/sas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7844c21-7750-4da3-877b-891f62d6f700","name":"An Intuitive Introduction to Probability","description":"By University of Zurich via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-an-intuitive-introduction-to-probability-7792","topics":"probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1dfd1d4b-3195-4c57-ae84-9bd5e9dc5cf9","name":"Causal Inference","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/causal-inference","topics":"causal-inference","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f674b438-45d0-45db-9887-9a99b5454c02","name":"Differential Equations in Action","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/differential-equations-in-action--cs222","topics":"differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0ce28ef-34af-4d90-b0a6-423e65fcfbd8","name":"Visualizing Algebra","description":"By San Jose State University via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-visualizing-algebra-629","topics":"algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96d3e340-7bf7-44bb-aa25-5c016a277cb8","name":"Street-Fighting Math","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-street-fighting-math-1780","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71c59912-738f-4cbc-b741-66685b707097","name":"Introduction to Probability, Statistics, and Random Processes","description":"By University of Massachusetts Amherst via Independent","image":null,"links":"course|https://www.probabilitycourse.com/","topics":"probability;statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2bf9bb1-9a70-4334-bd03-7f74d038d815","name":"Applications of Linear Algebra Part 1","description":"By Davidson College via edX","image":null,"links":"course|https://www.edx.org/course/applications-linear-algebra-part-1-davidsonx-d003x-1","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9642fd4b-e54a-4d94-9452-c06e3663fc78","name":"Special Relativity","description":"By via World Science U","image":null,"links":"course|http://www.worldscienceu.com/courses/university/special-relativity","topics":"special-relativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7185acbc-acc3-4ea7-b507-9e8b9e053b10","name":"Mathematics: the Language of Nature","description":"By via World Science U","image":null,"links":"course|http://www.worldscienceu.com/courses/master_class/master-class-edward-frenkel","topics":"mathematics;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87c22a92-596f-4665-ad52-ab212689ff8f","name":"Applications of Linear Algebra Part 2","description":"By Davidson College via edX","image":null,"links":"course|https://www.edx.org/course/applications-linear-algebra-part-2-davidsonx-d003x-2","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a8896da-e223-4f9b-bfd6-1115d1dc5310","name":"I \\"Heart\\" Stats: Learning to Love Statistics","description":"By via ","image":null,"links":"course|https://www.edx.org/course/i-heart-stats-learning-love-statistics-notredamex-soc120x","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80afdcd4-1914-4e3d-ade0-0ffa2e5cabe9","name":"Introducing Technology-Enhanced Teaching","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-introducing-technology-enhanced-teaching-4525","topics":"education;information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10531c74-df51-4771-bd6e-7960b57033b8","name":"Math 101","description":"By Barry University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/barryuniversity/courses/math101","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1a6530a-a8ce-445d-bb5e-694465163a43","name":"Statistical Reasoning","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-statistical-reasoning-6349","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fe8e8ae-148a-4181-8cd8-7b35893734d4","name":"Probability and Statistics","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:OLI+ProbStat+Open_Jan2017/about","topics":"probability;statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6f1ebb33-a82c-45c8-8cf0-534e56bc5748","name":"Linear Algebra Refresher Course","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/linear-algebra-refresher-course--ud953","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3aca2f00-e78a-4d23-af42-9d292a90dd57","name":"Statistics in Medicine","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://cme.class.stanford.edu/courses/course-v1:CME+001+2013-2019/about","topics":"statistics;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0e7b4a1a-85e2-445f-953b-fbaecb484dd7","name":"Fun with Prime Numbers: The Mysterious World of Mathematics","description":"By Kyoto University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-fun-with-prime-numbers-the-mysterious-world-of-mathematics-4903","topics":"prime-numbers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c65fb430-3f8b-4a7e-b8e8-b8812b9c31a2","name":"College Algebra and Problem Solving","description":"By Arizona State University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-college-algebra-and-problem-solving-4065","topics":"algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2798b766-f6a9-4762-b0d3-43875a47da16","name":"BPMN Meets DMN: Business Process and Decision Modeling","description":"By via openHPI","image":null,"links":"course|https://www.classcentral.com/course/openhpi-bpmn-meets-dmn-business-process-and-decision-modeling-5149","topics":"business-process-modeling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78d8e688-958e-4753-8ea2-6d5567b50a28","name":"Introduction to Geometry","description":"By Schoolyourself via edX","image":null,"links":"course|https://www.edx.org/course/introduction-geometry-schoolyourself-geometryx-1","topics":"geometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a416406-354d-4835-ae80-ebf6225060bb","name":"Technical Math for Industry","description":"By Colorado Community College System via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/cccs/courses/technical-math-for-industry-8","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fda2a922-4832-4292-8229-57de519bc6a0","name":"Discovery Precalculus: A Creative and Connected Approach","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.edx.org/course/discovery-precalculus-creative-connected-utaustinx-ut-prec-10-03x","topics":"precalculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f228bf2-67d1-4379-8457-a84663fcdf0f","name":"Differential Equations and Their Symmetries Via Mathematical Models","description":"By Blekinge Tekniske Hogskole via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/bth/courses/differential-equations","topics":"differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"192da50f-4371-457d-8766-3554d98c37d6","name":"Computational Probability and Inference","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/computational-probability-inference-mitx-6-008-1x","topics":"probability;inference","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc6aded1-8c50-46e2-95f2-77dc1f26b730","name":"Statistics for Business - II","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/statistics-business-ii-iimbx-qm101-2x-0","topics":"statistics;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6de2559e-43b8-493b-8dca-0c94d9fda92d","name":"Policy Analysis Using Interrupted Time Series","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/policy-analysis-using-interrupted-time-ubcx-itsx-2","topics":"time-series;policy-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e5d06a9-ff1f-4043-bd0b-c198765eee40","name":"Precalculus","description":"By Arizona State University via edX","image":null,"links":"course|https://www.edx.org/course/precalculus-asux-mat170x","topics":"precalculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b290d3f4-0a69-4ecb-9d58-bda6fb04d1cc","name":"Eigenvectors and Eigenvalues","description":"By via Udacity","image":null,"links":"course|https://www.udacity.com/course/eigenvectors-and-eigenvalues--ud104","topics":"eigenvectors;eigenvalues","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fddf283-6f44-423b-b99a-25c0778295ea","name":"Introduction to Probability: Part 1 - The Fundamentals","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-probability-part-1-the-fundamentals","topics":"probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5d4df71-de8b-43c0-8927-672d38eb3f83","name":"Introduction to Statistics","description":"By Bioinformatics Institute via Stepik","image":null,"links":"course|https://stepik.org/course/701/promo","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e3b3bb8-ea6d-4f13-9a7a-441115a23ec5","name":"Statistics","description":"By San Jose State University via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-statistics-631","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b4b8145-3eb3-4621-a5f9-8e5587d048a2","name":"Functions and Iterations","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.classcentral.com/course/complexity-explorer-functions-and-iterations-11476","topics":"functions;dynamical-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"379655c8-7047-4d71-ad19-259daeb7ef5c","name":"Ordinary Differential Equations","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.classcentral.com/course/complexity-explorer-ordinary-differential-equations-11478","topics":"differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b40d190e-30b1-4b71-a154-7a80ddbff8ff","name":"Introduction to Information Theory","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.classcentral.com/course/complexity-explorer-introduction-to-information-theory-11488","topics":"information-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8af37b6d-775a-4cd6-b63d-9f2f995f4e47","name":"Game Theory I - Static Games","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.complexityexplorer.org/courses/69-game-theory-i-static-games","topics":"game-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3dc7430-b0c8-4aa7-b95e-d0a8d331f429","name":"Game Theory II- Dynamic Games","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.complexityexplorer.org/courses/78-game-theory-ii-dynamic-games","topics":"game-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf5e3435-d2ba-482c-beac-c00151dddb61","name":"Random Walks","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.complexityexplorer.org/courses/46-random-walks","topics":"random-walks;probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d42b9cf6-8b06-41fc-8b7f-bf6e4a9dd3cd","name":"Vector and Matrix Algebra","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.classcentral.com/course/complexity-explorer-vector-and-matrix-algebra-11489","topics":"matrix-algebra;vector-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d925c6ee-a112-4f64-97c7-e08c96cae04e","name":"Introduction to Probability","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-probability-11423","topics":"probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d154f8b-6b2d-4748-ae31-2f96a41ac153","name":"Statistical Inference and Modeling for High-throughput Experiments","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-statistical-inference-and-modeling-for-high-throughput-experiments-2967","topics":"statistics;inference;experiments","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8228e1f0-0e99-441b-8012-45cb5b44e78f","name":"Time Series Analysis","description":"By Georgia Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-time-series-analysis-10171","topics":"time-series","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc97b687-b16f-47a4-84d0-3ef746c0c4dc","name":"Calculus 1A: Differentiation","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-calculus-1a-differentiation-2647","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d361a3a6-205d-4fc8-b7f4-06f219723ba6","name":"Take off with Stats in Python","description":"By George Washington University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-take-off-with-stats-in-python-12377","topics":"statistics;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7436c976-523a-4a7c-8d1f-0136d0340996","name":"Probability: Basic Concepts & Discrete Random Variables","description":"By Purdue University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-probability-basic-concepts-discrete-random-variables-6989","topics":"probability;random-variables","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07aa5414-a007-4638-9a13-3398d2c507ed","name":"Probability: Distribution Models & Continuous Random Variables","description":"By Purdue University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-probability-distribution-models-continuous-random-variables-6990","topics":"probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95145493-30ef-4905-882a-89fa98cafffe","name":"Introductory Statistics : Basic Ideas and Instruments for Statistical Inference","description":"By Seoul National University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introductory-statistics-basic-ideas-and-instruments-for-statistical-inference-10115","topics":"statistics;statistical-inference","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b60b436a-3ae0-4765-8afd-fc776d7ab9ea","name":"Introductory Statistics : Sample Survey and Instruments for Statistical Inference","description":"By Seoul National University via edX","image":null,"links":"course|https://www.edx.org/course/introductory-statistics-sample-survey-and-instruments-for-statistical-inference","topics":"statistics;statistical-inference","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3bf2f38-acd7-49c6-8e0c-ec79ba4bc25b","name":"Introductory Statistics : Analyzing Data Using Graphs and Statistics","description":"By Seoul National University via edX","image":null,"links":"course|https://www.edx.org/course/introductory-statistics-analyzing-data-using-graphs-and-statistics","topics":"statistics;statistical-inference","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b966bfe-bbf9-4542-b07d-69729859bf77","name":"Statistics: Unlocking the World of Data","description":"By University of Edinburgh via edX","image":null,"links":"course|https://www.edx.org/course/statistics-unlocking-the-world-of-data","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6c12d14-e5f2-42eb-b09b-ed780cfcd6fe","name":"A-level Mathematics for Year 12 - Course 1: Algebraic Methods, Graphs and Applied Mathematics Methods","description":"By Imperial College London via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-a-level-mathematics-for-year-12-course-1-algebraic-methods-graphs-and-applied-mathematics-methods-12873","topics":"mathematics;algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db0fb22c-5c93-4ee3-bc2e-8b0f184be149","name":"Mathematical Modelling Basics","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/mathematical-modelling-basics","topics":"mathematical-modeling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5dfe4f92-6564-4c89-ad0e-878481f6085f","name":"Deriving the piano keyboard from biological principles using clustering (Jupyter)","description":null,"image":null,"links":"code|https://fiftysevendegreesofrad.github.io/JupyterNotes/piano.html","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"899c8ab2-f18c-4c8e-b947-99726dc3dcec","name":"More Fun with Prime Numbers","description":"By Kyoto University via edX","image":null,"links":"course|https://www.edx.org/course/more-fun-with-prime-numbers-2","topics":"prime-numbers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41b78438-8eb5-4a5b-8026-edc64dca9fc3","name":"Complex Analysis with Physical Applications","description":"By National University of Science and Technology MISiS via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-complex-analysis-with-physical-applications-8152","topics":"complex-analysis;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2517ec7d-97a9-4125-a228-2754cb0bf692","name":"AP® Calculus: Challenging Concepts from Calculus AB & Calculus BC","description":"By Davidson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-calculus-challenging-concepts-from-calculus-ab-calculus-bc-3843","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e8d9c19-1f69-4286-9f39-a69d61062a23","name":"AP® Calculus BC","description":"By Davidson College via edX","image":null,"links":"course|https://www.edx.org/course/ap-calculus-bc-0","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b1d1371-cecb-4c50-8992-2b07895b4660","name":"Calculus Applied!","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/calculus-applied-2","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90868307-f75a-4b03-bb04-c4e893843bde","name":"Essential Math for Machine Learning: Python Edition","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/essential-math-for-machine-learning-python-edition-3","topics":"machine-learning;programming-languages/python;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f67340ac-ece7-4870-9f88-e6222f00a6c0","name":"Essential Math for Machine Learning: R Edition","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-essential-math-for-machine-learning-r-edition-11605","topics":"mathematics;machine-learning;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fff254f-b809-43e2-956b-52dda70b1be7","name":"Pre-University Calculus","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-pre-university-calculus-2534","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36d2eadf-6b77-4cb1-9ffa-86baf94b89ca","name":"Fat Chance: Probability from the Ground Up","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/fat-chance-probability-from-the-ground-up-2","topics":"probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d34fe4a-0b53-425e-baf5-60b2c738004d","name":"Engineering Calculus and Differential Equations","description":"By The University of Hong Kong via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-engineering-calculus-and-differential-equations-12335","topics":"calculus;differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75268f3c-dc14-45d7-8735-b9ee584d64ab","name":"Survival Statistics: Secrets for Demystifying Numbers","description":"By Royal Holloway, University of London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/survival-statistics-secrets-for-demystifying-numbers","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84ef0133-9f19-4f7c-a6d1-c4d0fe04763b","name":"Sta(r)tistics: Statistics for everyone - Applied statistics for new science students","description":"By University of Sunderland via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-sta-r-tistics-statistics-for-everyone-applied-statistics-for-new-science-students-12146","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"695cc4f5-e58b-410d-8dc3-a61cb150c959","name":"Decision Making Under Uncertainty: Introduction to Structured Expert Judgment","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-decision-making-under-uncertainty-introduction-to-structured-expert-judgment-13765","topics":"decision-making;probability;structure-expert-judgment","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7580f6ff-5715-44f4-8918-4d10b8095151","name":"Calculus 1B: Integration","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/calculus-1b-integration-2","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"492f8bfc-7327-42b7-9cb6-320b39ce1e58","name":"Critical Thinking","description":"By AICTE via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_aic19_ma06/preview","topics":"critical-thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53fdeff4-8521-4b92-b433-4d155ee18bac","name":"Differential Equations: 2x2 Systems","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/18-032x-differential-equations-2x2-systems","topics":"differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1c4238d-77e1-4c20-9a13-a9619091fb20","name":"Probability - The Science of Uncertainty and Data","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-probability-the-science-of-uncertainty-and-data-11480","topics":"probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"efa546c3-d82f-4f27-a9a7-85d8da814dc1","name":"Statistics for Business – I","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/statistics-for-business-i-0","topics":"statistics;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9822d096-b01b-4084-80e8-13dac1127920","name":"Connections (TV series) - Wikipedia","description":null,"image":null,"links":"video|https://en.wikipedia.org/wiki/Connections_(TV_series)","topics":"history;science;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c5f7f80a-de32-4630-b421-24e848c51fe2","name":"Calculus 1C: Coordinate Systems & Infinite Series","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/calculus-1c-coordinate-systems-infinite-series-2","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3767ea79-05b0-484a-b560-3ec9a986caea","name":"Differential Equations: Linear Algebra and NxN Systems of Differential Equations","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-differential-equations-linear-algebra-and-nxn-systems-of-differential-equations-10024","topics":"differential-equations;calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df068c87-1543-4a66-9644-65222c6f87c1","name":"Differential Equations: Fourier Series and Partial Differential Equations","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-differential-equations-fourier-series-and-partial-differential-equations-11763","topics":"differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d92b9d91-c385-42ce-96e6-ff293622c917","name":"Transfer Functions and the Laplace Transform","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-transfer-functions-and-the-laplace-transform-8507","topics":"laplace-transform","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21d54f26-9dd0-4c73-861b-1671b62e6926","name":"Calculus of One Real Variable","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ma18/preview","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6567c5bc-df0d-40af-b060-3d5590cc5055","name":"Higher Engineering Mathematics","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-higher-engineering-mathematics-14105","topics":"engineering-mathematics;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddc8c141-f16d-4327-b320-3a98feb41b76","name":"Mathematical Finance","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-mathematical-finance-14188","topics":"mathematics;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dea34a83-61ce-4a82-9e96-6084abf3655f","name":"Mathematical Methods for Boundary Value Problems","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-mathematical-methods-for-boundary-value-problems-14189","topics":"boundary-value-problems;calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a44096b-dc00-4681-817f-c5db3075924d","name":"Operations Research","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ma29/preview","topics":"operations-research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2459af35-1847-492b-9280-94513b3b8848","name":"Regression analysis","description":"By Indian Institute of Science Education and Research, Pune via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ma32/preview","topics":"regression-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbe15bbd-a5a0-432f-a7b8-b2148b93f1d9","name":"Game Theory","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-game-theory-14086","topics":"game-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"512c6a25-f407-4c56-af10-bc56320cc198","name":"Integral Transforms And Their Applications","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ma20/preview","topics":"integral-transforms;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa5283b7-a759-474f-871d-eab0f5102d5b","name":"Introduction to Fuzzy Set Theory, Arithmetic and Logic","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ma31/preview","topics":"fuzzy-set-theory;fuzzy-arithmetic;fuzzy-logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88854bec-abe5-44f9-afed-3e820db7425d","name":"Discrete Mathematics (IITG)","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-discrete-mathematics-iitg-14012","topics":"discrete-mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2645d8d-caa9-47d3-82be-14424288f968","name":"Discrete Mathematics (IITRopar)","description":"By Indian Institute of Technology, Ropar via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-discrete-mathematics-iitropar-14013","topics":"discrete-mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac2a224a-01f3-4183-8457-2fe758478bef","name":"Stochastic Processes","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-stochastic-processes-7944","topics":"stochastic-processes;probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4546ec81-df23-4233-afc6-2c5480c190e7","name":"Introduction to Methods of Applied Mathematics","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ma34/preview","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87c9c376-88fe-4b7a-a971-c5f513fffbd7","name":"Differential Calculus","description":"By CEC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_ma02/preview","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63e96d7b-1ddf-4289-b2d1-018827365beb","name":"Mathematics for Machine Learning: Linear Algebra","description":"By Imperial College London via Coursera","image":null,"links":"course|https://www.coursera.org/learn/linear-algebra-machine-learning","topics":"linear-algebra;machine-learning;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7478618c-f443-4889-a5d8-7808d55d5e04","name":"Why Numbers Matter: Quantitative Research","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/quantitative-research","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"934c43c5-00dd-4f8f-bbd5-77dd16d9a08b","name":"Modern Algebra","description":"By Madurai Kamaraj University, Madurai, Tamil Nadu via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-modern-algebra-14201","topics":"modern-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c9a3163-6bb6-4ae8-ae1b-417f734cd8a7","name":"MTH 309 Introduction to Linear Algebra","description":"By University at Buffalo via Independent","image":null,"links":"course|https://learning.buffalo.edu/courses/course-v1:UBx+MTH309+2019_FA/about","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6405f629-7e7c-4a6d-bae9-1fde25b9aa65","name":"Pre-Calculus: Functions","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/pre-calculus","topics":"precalculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14d73f6f-65ef-4e4d-b830-a7591981ef7a","name":"Applied Trade Math MOOC","description":"By Saskatchewan Polytechnic via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-applied-trade-math-mooc-4091","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0266083e-b3b9-4769-a3a2-44cb73be24ec","name":"Biostatistics and Mathematical Biology","description":"By Central University of Punjab via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-biostatistics-and-mathematical-biology-13925","topics":"biostatistics;mathematical-biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"131f4ab3-e9f5-4308-a21d-d6ea7b9fa7f5","name":"Applied Multivariate Analysis","description":"By University of Calcutta via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-applied-multivariate-analysis-13898","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f174232d-9777-4395-a3b9-b90abf44a8f6","name":"Topology","description":"By University of Mumbai via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-topology-14338","topics":"topology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42e720e8-6532-4b4c-a8bd-2cc3dbf37158","name":"Pre-Algebra","description":"By Cuyahoga Community College via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-pre-algebra-793","topics":"algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6435241e-15a9-4990-b697-32260e012ba4","name":"Numbers for Life","description":"By Carnegie Foundation via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-numbers-for-life-1279","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c441279-734a-4f0b-9d88-94ae5fd5f595","name":"Analysis of a Complex Kind","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/complex-analysis","topics":"complex-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d07f67dd-56f0-4dd2-968f-e53cbd0b9088","name":"Convex Optimization","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/Engineering/CVX101/Winter2014/about","topics":"convex-optimization;optimization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"02d4c906-9ecf-46f2-9ac9-4974998899fe","name":"Introduction to Statistics: Descriptive Statistics","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/introduction-statistics-descriptive-uc-berkeleyx-stat2-1x","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00c14af5-a19b-4955-9e33-888e5e795358","name":"Introduction to Statistics: Probability","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/introduction-statistics-probability-uc-berkeleyx-stat2-2x","topics":"statistics;probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd791fcb-5807-4364-b28c-38680a83e427","name":"Introduction to Statistics: Inference","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-statistics-inference-932","topics":"statistics;inference","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cba62707-c76b-43b6-93f1-6e8cb63cc4d4","name":"Science Fiction/Science Fact: Predictions and Math (Lite)","description":"By University of California, Irvine via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ucirvine/courses/sfsf-predictions-math-lite","topics":"science-fiction;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f80edd61-569e-454c-b11d-1792a7263520","name":"Calculus: Single Variable","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/single-variable-calculus","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7feb852-67fa-41d3-9814-0aff5e0e8bd6","name":"Maths for Humans: Linear, Quadratic & Inverse Relations","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/maths-linear-quadratic","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c18163a-255d-4065-bce8-3645f3c4c5a7","name":"Real World Calculus: How Maths Drives Formula One and Launches Angry Birds","description":"By University of Leicester via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/real-world-calculus","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdc171e1-9036-4e17-914f-ad933cbf5f8e","name":"Discrete Mathematics","description":"By Chennai Mathematical Institute via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc16_ma01","topics":"discrete-mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23f6bdc7-5cfc-44a0-a6d0-2ca6fcc6fc2c","name":"Applied Multivariate Statistical Modeling","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-applied-multivariate-statistical-modeling-5230","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5db97c4b-a477-41e4-a606-37b8131cf656","name":"Differential Calculus in Several Variables","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-differential-calculus-in-several-variables-5777","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d26ca322-7ce6-4920-be96-70778375f955","name":"Introduction to Statistical Hypothesis Testing","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc16_ch03","topics":"hypothesis-testing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a865fa80-5e7f-4138-8280-c93dec5ff774","name":"Mathematical Logic and Algorithms Theory","description":"By Tomsk State University of Control Systems and Radioelectronics via iversity","image":null,"links":"course|https://iversity.org/en/courses/mathematical-logic-and-algorithms-theory","topics":"logic;algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"201b3e9f-7937-421f-9da8-d2f97a38c3c1","name":"Maths for Humans: Linear and Quadratic Relations","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/maths-linear-quadratic-relations","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf2794bb-c7da-4578-9aac-dcd333c9b633","name":"Maths for Humans: Inverse Relations and Power Laws","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/maths-power-laws","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb5dcf55-741d-4531-b827-467f62bcf891","name":"Introduction to Commutative Algebra","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-commutative-algebra-7921","topics":"algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdac4c26-80cd-4bcc-ab57-23e310d4df66","name":"Linear Algebra","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-linear-algebra-7928","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3acd894e-be3a-436c-8214-79f23c494398","name":"Introductory Course in Real Analysis","description":"By NPTEL via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introductory-course-in-real-analysis-7941","topics":"real-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6029ed34-e02e-47b0-9e43-ae3826790e72","name":"Basic Calculus for Engineers, Scientists and Economists","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-basic-calculus-for-engineers-scientists-and-economists-4437","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91e29e64-dd7c-4fa0-8191-5d34dc89cc9c","name":"Linear Regression Analysis and Forecasting","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-linear-regression-analysis-and-forecasting-7977","topics":"linear-regression;forecasting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a000599c-97d6-4ac3-aba2-6e4afacf20f9","name":"Mathematics for Chemistry","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_cy02/preview","topics":"mathematics;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"621e4aa1-fabe-4a6f-928d-c56fd45986de","name":"Getting a Grip on Mathematical Symbolism","description":"By Loughborough University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/mathematical-symbolism","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0430a525-ba5f-4d8f-a21c-34f3350b8d55","name":"Introduction to Differential Equations","description":"By Boston University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-differential-equations-2636","topics":"differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1dfe91b5-e036-4969-97c9-448ad4515898","name":"Remote - Summary by FourMinuteBooks","description":"The “work from home” phenomenon is thoroughly explored in this illuminating new book from bestselling 37signals founders Fried and Hansson, who point to the surging trend of employees working from home (and anywhere else) and explain the challenges and unexpected benefits.  Most important, they show why – with a few controversial exceptions such as Yahoo -- more businesses will want to promote this new model of getting things done.The Industrial Revolution's \\"under one roof\\" model of conducting work is steadily declining owing to technology that is rapidly creating virtual workspaces and allowing workers to provide their vital contribution without physically clustering together.  Today, the new paradigm is \\"move work to the workers, rather than workers to the workplace.\\"  According to Reuters, one in five global workers telecommutes frequently and nearly ten percent work from home every day. Moms in particular will welcome this trend.  A full 60% wish they had a flexible work option. But companies see advantages too in the way remote work increases their talent pool, reduces turnover, lessens their real estate footprint, and improves the ability to conduct business across multiple time zones, to name just a few advantages.  In Remote, inconoclastic authors Fried and Hansson will convince readers that letting all or part of work teams function remotely is a great idea--and they're going to show precisely how a remote work setup can be accomplished.","image":"https://learn-awesome.github.io/assets/book_covers/17316682.jpg","links":"summary|https://fourminutebooks.com/remote-summary/;book|https://www.goodreads.com/book/show/17316682-remote","topics":"remote-work","creators":"Jason Fried","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c608ac11-99fc-4a59-8bdc-043863b44e92","name":"Nonlinear Differential Equations: Order and Chaos","description":"By Boston University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-nonlinear-differential-equations-order-and-chaos-3899","topics":"differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a66ae8d-139a-436a-8c71-7e7f29354b5a","name":"(PDF) The Structure of North Saami | Ante Aikio and Jussi Ylikoski - Academia.edu","description":null,"image":null,"links":"research_paper|https://www.academia.edu/36836577/The_Structure_of_North_Saami","topics":"language","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":"3.0","tags":"oer"} +{"iid":"8af81fa7-d49b-4f8d-bc23-405c36a69860","name":"Introduction to Probability: Part II – Inference & Processes","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-probability-part-ii-inference-processes-10017","topics":"probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f3a2d3e-8014-489e-b809-e4ccbaef7b7e","name":"Numerical Linear Algebra","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-numerical-linear-algebra-9904","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38ab831f-0b4f-42dc-9f4f-a9ac0c7faa21","name":"Design and Analysis of Experiments","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_mg01/preview","topics":"statistics;experiments;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f871118e-833e-4a59-80f9-102524c13e7b","name":"Chaotic Dynamical Systems","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-chaotic-dynamical-systems-10030","topics":"dynamical-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22a5f28b-c25a-4235-b5b5-3b7469017faf","name":"Probability Foundations for Electrical engineers","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ee01/preview","topics":"probability;electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8507f451-de85-4491-8ffe-4a2bb2e973fd","name":"Calculus Two: Sequences and Series","description":"By Ohio State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/advanced-calculus","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18cab1d3-d26c-4cdb-aa82-4f312e090a68","name":"Calculus One","description":"By Ohio State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/calculus1","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da54e15d-2b86-4054-b660-529ec858183d","name":"Fundamentals of Engineering Statistical Analysis","description":"By The University of Oklahoma via Janux","image":null,"links":"course|https://janux.ou.edu/course.tag-nextthought-com-2011-10-ou-courseinfo-6433564667537889547-4744186281732460689.html","topics":"statistics;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2a9cf64e-2c02-4916-9e49-23a697cf386b","name":"Álgebra Básica","description":"By Universidad del Valle de Guatemala via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/uvg-es/courses/algebra-basica","topics":"algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f37f4fc-8a50-485a-ae29-199eccb48219","name":"Elementary Business Statistics","description":"By The University of Oklahoma via Janux","image":null,"links":"course|https://www.classcentral.com/course/janux-elementary-business-statistics-3668","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c8b3fd1-2ae5-4837-a018-fb2b2cf96916","name":"Statistical Reasoning for Public Health 2: Regression Methods","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/statistical-reasoning-2","topics":"statistics;public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff82e375-8490-43ee-a9b0-1068acb065bb","name":"Nonlinear Dynamics: Mathematical and Computational Approaches","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.classcentral.com/course/complexity-explorer-nonlinear-dynamics-mathematical-and-computational-approaches-1195","topics":"nonlinear-dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9b0cdeb-24db-49d3-a8f1-ad12706372bc","name":"Fractals and Scaling","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.classcentral.com/course/complexity-explorer-fractals-and-scaling-3612","topics":"fractals;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3b21d02-2e7c-4c0d-93a6-75ca2af51bc0","name":"How Cryptography Keeps The Internet Secure","description":"By Open Universiteit Nederland via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-how-cryptography-keeps-the-internet-secure-12780","topics":"cryptography;computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"344697d6-9463-4116-95e0-912251f23ace","name":"Engineering Mathematics - I","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ma01/","topics":"engineering-mathematics;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d8e02ff-3d1c-4813-98ae-d652834b40df","name":"Basic Linear Algebra","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ma06/","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d09ae722-39a9-4e7e-b03c-8fc1b27ce2d8","name":"Statistical Inference","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ma09/","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6a3e4c2-bafd-4b5b-bea1-b2866de96478","name":"Advanced Engineering Mathematics","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-advanced-engineering-mathematics-13006","topics":"engineering-mathematics;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8984da86-9052-43a9-9dcf-f36c86853a7c","name":"Galois Theory","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-galois-theory-13009","topics":"galois-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a7ec82e-e836-4847-8183-e468a9cbbf9f","name":"Integral and Vector Calculus","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ma02/","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4f9a456-f7e8-4e40-a2be-32016d64a6c4","name":"Financial Mathematics","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-financial-mathematics-13024","topics":"finance;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d034b3a-f7b2-4c94-9c64-3dee13985aec","name":"Probability and Statistics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-probability-and-statistics-5228","topics":"probability;statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28afa794-9685-427a-8b16-6ad501e4fa38","name":"Multivariable calculus","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ma03/","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11ff992b-6bb8-4d5b-bbb7-952b2d788967","name":"Commutative Algebra","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ma16/","topics":"algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74648817-45be-4190-b346-66a26aaf7fde","name":"Mathematical methods and its applications","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ma12/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df7512e3-5706-4a60-8cdc-8e84ab0092f3","name":"Transform Calculus and its applications in Differential Equations","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ma04/","topics":"transform-calculus;differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc43865e-c51f-4b87-912d-fc63c3f03abb","name":"Statistical Mechanics","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-statistical-mechanics-13048","topics":"statistics;mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5e8d19b-d223-4118-8eae-983ee442e5a2","name":"Discrete Mathematics","description":"By Indian Institute of Technology, Ropar via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cs05/","topics":"discrete-mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"660efd69-bc17-40f9-a31f-99377ddadc66","name":"Graph Theory","description":"By Indian Institute of Science Education and Research, Pune via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-graph-theory-13010","topics":"graph-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad5aa327-ba01-4444-96c6-7f95f5114236","name":"Discrete Structures","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cs20/","topics":"computer-science;mathematics;discrete-mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6dbbc79e-4976-47dd-ba3f-cde0f8503b8f","name":"Applied Regression Analysis","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-applied-regression-analysis-3225","topics":"regression-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e381278-fb55-45e4-b5b4-c3923e1e360b","name":"MCDM Techniques Using R","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-mcdm-techniques-using-r-12994","topics":"programming-languages/r;decision-making;programming-languages/matlab","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f728c9b8-a324-4f51-94d1-8c1d48b90cd7","name":"Introductory Mathematical Methods for Biologists","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_bt02/","topics":"mathematical-biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"072abeeb-bf55-4b42-97ac-a7bfb6cec5d1","name":"Statistics Prep","description":"By XYZ Textbooks via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/xyztext/courses/statistics-prep","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40cb54f9-7e0f-4d40-a207-24d9835380d6","name":"Descriptive Statistics with R Software","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ma14/","topics":"programming-languages/r;statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ded1d80f-7391-4069-9379-378882f3c63b","name":"Applied Logistic Regression","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-applied-logistic-regression-6579","topics":"logistic-regression","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ca8ff2a-9ba1-4fed-bbdc-2c7ef4ae2d1d","name":"Inferential Statistics","description":"By University of Amsterdam via Coursera","image":null,"links":"course|https://www.coursera.org/learn/inferential-statistics-intro","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9b1e891-65c1-4212-8da1-a620dd02c708","name":"Basic Science: Understanding Numbers","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-basic-science-understanding-numbers-2219","topics":"mathematics;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9790c92c-1d54-4073-ba2d-06c76e66e19d","name":"Pre-Calculus: Trigonometry","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/trigonometry","topics":"trigonometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d66278f-d45a-4301-ab51-dbf1a1cc8f50","name":"Precalculus: the Mathematics of Numbers, Functions and Equations","description":"By University of Padova via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-precalculus-the-mathematics-of-numbers-functions-and-equations-8988","topics":"mathematics;functions;equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"019a3b03-9dbe-4dd6-b967-7ace35ddf743","name":"Maths Puzzles: Cryptarithms, Symbologies and Secret Codes","description":"By Weizmann Institute of Science via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/maths-puzzles","topics":"cryptography;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04be438c-bec8-4bc1-aba4-fc7911e7ac4b","name":"Mountains 101","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mountains-101-7455","topics":"mountains","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"547da533-2a90-4b21-b40d-7f6b1a714bb3","name":"Introduction to Complexity","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.complexityexplorer.org/courses/97-introduction-to-complexity","topics":"complex-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f56fd83-2765-4a8f-a306-dc37ac80bedc","name":"Forensic Facial Reconstruction: Finding Mr. X","description":"By The University of Sheffield via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/forensic-facial-reconstruction","topics":"forensics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"740b50b0-c628-4744-a0d4-30dc1e1ebb8c","name":"Extinctions: Past and Present","description":"By University of Cape Town via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-extinctions-past-and-present-8004","topics":"extinction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6722ee59-c438-443f-808f-ca933a380926","name":"Hail and Farewell","description":"By George Moore","image":"https://learn-awesome.github.io/assets/book_covers/11460977.jpg","links":"book|https://www.goodreads.com/book/show/11460977-hail-and-farewell","topics":"hemingway-list","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be498a12-b954-4ee6-b225-81800293db15","name":"Quantum Mechanics for Everyone","description":"By Georgetown University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-quantum-mechanics-for-everyone-8284","topics":"quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64039dcc-1a6d-4983-bfa0-218a8490437b","name":"The Science of Everyday Thinking","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/the-science-of-everyday-thinking","topics":"science;thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33cfe970-3dd6-41fa-91b9-d8959fbc3481","name":"Dino 101: Dinosaur Paleobiology","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-dino-101-dinosaur-paleobiology-1057","topics":"paleobiology;dinosaurs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f92579b1-532c-44be-822f-cee40f1429a3","name":"The Science of the Solar System","description":"By California Institute of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-science-of-the-solar-system-1813","topics":"solar-system","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3aeade8a-6ff0-4980-aa8e-6d92b9699ba8","name":"Introduction to Genetics and Evolution","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/genetics-evolution","topics":"genetics;evolution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6651fe66-4e84-4c39-96aa-55e73aed2582","name":"Astrobiology and the Search for Extraterrestrial Life","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.coursera.org/learn/astrobiology","topics":"astrobiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"746ef9c8-3ef5-4fa9-9d1f-c1d7a3a5e7e0","name":"How Things Work: An Introduction to Physics","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/how-things-work","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45fa7a31-bd92-4e78-a48f-453f0501ef4b","name":"Introduction to Biology - The Secret of Life","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-biology-the-secret-of-life-637","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39dfb310-f6fe-4e6d-b6f2-899491757ffe","name":"Introductory Human Physiology","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/physiology","topics":"physiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bc93468-5c32-4bf0-865a-f35d9922d3fc","name":"Understanding the Brain: The Neurobiology of Everyday Life","description":"By The University of Chicago via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-understanding-the-brain-the-neurobiology-of-everyday-life-1606","topics":"brain;neurobiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9224d2e9-fb3e-4c7d-a4c5-212ea803b603","name":"Medical Neuroscience","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/medical-neuroscience","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7593e77-0202-41ca-9b4f-83b34d720675","name":"Understanding Einstein: The Special Theory of Relativity","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/einstein-relativity","topics":"special-relativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b87d530f-1dd0-402f-bc01-432c5f17612e","name":"From the Big Bang to Dark Energy","description":"By The University of Tokyo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/big-bang","topics":"big-bang;dark-energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"866631a9-8b41-464b-82e9-2cd5be3a3987","name":"The Science of Gastronomy","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-science-of-gastronomy-519","topics":"gastronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a265955f-d8c2-49b1-9071-b2189671f8f3","name":"Energy 101: The Big Picture","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/energy-101","topics":"energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d36f14ed-dd96-4c2a-912a-698e0ac1f82e","name":"Dog Emotion and Cognition","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/dog-emotion-and-cognition","topics":"dogs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15335b8e-6dbf-4658-b5b5-6045387128e7","name":"Intro to Physics","description":"By via Udacity","image":null,"links":"course|https://www.classcentral.com/course/udacity-intro-to-physics-363","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa35eeac-d653-4b58-99e1-503694955b02","name":"Greatest Unsolved Mysteries of the Universe","description":"By Australian National University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-greatest-unsolved-mysteries-of-the-universe-1598","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a650b82-3d56-46a6-891a-e7cfbe86c28c","name":"The Bilingual Brain","description":"By University of Houston System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/bilingual","topics":"brain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e91903a-5880-481e-a288-ff27f0563570","name":"Understanding Plants - Part I: What a Plant Knows","description":"By Tel Aviv University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-understanding-plants-part-i-what-a-plant-knows-975","topics":"plants","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f1668d7-a4ca-4fbf-9f8e-2a4a6c665896","name":"Introduction to Forensic Science","description":"By Nanyang Technological University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-forensic-science-1264","topics":"forensics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e374311f-0279-421f-ad90-486fe8f44a01","name":"Best Practices for Biomedical Research Data Management","description":"By Harvard Medical School via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-best-practices-for-biomedical-research-data-management-10172","topics":"biology;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86fcadbc-9ced-4e6d-9aa0-fecf9860bb77","name":"Applications of Quantum Mechanics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-applications-of-quantum-mechanics-12749","topics":"quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36368813-be7e-4372-b2cf-4dc6ae73327f","name":"Astronomy: Exploring Time and Space","description":"By University of Arizona via Coursera","image":null,"links":"course|https://www.coursera.org/learn/astro","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db0d8b2a-1297-4fb1-bfaa-64ce3f01d940","name":"The Brain and Space","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-brain-and-space-1362","topics":"brain;neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82cbfecb-3e5b-438f-aa95-92f3eb30e28a","name":"Genes and the Human Condition (From Behavior to Biotechnology)","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-genes-and-the-human-condition-from-behavior-to-biotechnology-597","topics":"genetics;biotechnology;genetic-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee6756d4-65b8-469b-9d01-2d12e1a2041d","name":"Animal Behaviour and Welfare","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.coursera.org/learn/animal-welfare","topics":"animals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63183b8c-d078-4e3c-a8ca-0867736b9870","name":"Physics-Based Sound Synthesis for Games and Interactive Systems","description":"By Stanford University via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-physics-based-sound-synthesis-for-games-and-interactive-systems-3763","topics":"sound-synthesis;sound;games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d38c7280-072e-47a6-aa01-121abf30930e","name":"Monitoring Volcanoes and Magma Movements","description":"By University of Iceland via edX","image":null,"links":"course|https://www.edx.org/course/monitoring-volcanoes-and-magma-movements-2","topics":"volcanoes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7b4350c-4533-4fac-8195-7ad53175a2d5","name":"Introduction to Physical Chemistry","description":"By University of Manchester via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-physical-chemistry-1456","topics":"chemistry;physical-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aff2a36f-ef55-4a3c-a43b-2b1319c1196f","name":"Fundamentals of Neuroscience, Part 1: The Electrical Properties of the Neuron","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/fundamentals-of-neuroscience-part-1-the-electrical-properties-of-the-neuron-2","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aebcef79-3872-4ad8-94f2-7d4971867de5","name":"Science & Cooking: From Haute Cuisine to Soft Matter Science (part 1)","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-science-cooking-from-haute-cuisine-to-soft-matter-science-part-1-811","topics":"cooking;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c42d5734-9933-4ec7-ad33-3e6206edfd6e","name":"Quantum Mechanics: 1D Scattering and Central Potentials","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-quantum-mechanics-1d-scattering-and-central-potentials-8769","topics":"quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58f90286-8e78-400f-8299-6603892f10c9","name":"Synapses, Neurons and Brains","description":"By Hebrew University of Jerusalem via Coursera","image":null,"links":"course|https://www.coursera.org/learn/synapses","topics":"brain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6a55dbe-4e4d-4af6-8680-9b46e04b187c","name":"AstroTech: The Science and Technology behind Astronomical Discovery","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.coursera.org/learn/astronomy-technology","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9127904a-84fd-485e-80f5-ef1d939291d6","name":"Gut Check: Exploring Your Microbiome","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-gut-check-exploring-your-microbiome-2305","topics":"microbiome;health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c440a0aa-a51a-4c84-9fee-5669bfc85803","name":"Good Brain, Bad Brain: Basics","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/good-brain-bad-brain-basics","topics":"biology;brain;neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"909e689a-eda7-4654-8b89-2eef394b8104","name":"Astrophysics: Exploring Exoplanets","description":"By Australian National University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-astrophysics-exploring-exoplanets-1635","topics":"astrophysics;exoplanets","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e75ef2e7-399c-4506-9c01-579dc69fc141","name":"Astrophysics: Cosmology","description":"By Australian National University via edX","image":null,"links":"course|https://www.edx.org/course/astrophysics-cosmology-anux-anu-astro4x-0","topics":"astrophysics;cosmology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1feabd7-7b13-4538-b948-f96b3e9de5ac","name":"Climate Change Science and Negotiations","description":"By SDG Academy via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-climate-change-science-and-negotiations-2484","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ade1d9b4-8171-408b-8dd1-a654ef3a1b77","name":"Advanced Chemistry","description":"By University of Kentucky via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-advanced-chemistry-1468","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ae01c6e-a96d-4414-bc23-32eb4e6f156d","name":"Climate Change Mitigation in Developing Countries","description":"By University of Cape Town via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-climate-change-mitigation-in-developing-countries-5054","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab5073c5-bc06-4966-a991-5894bb4345d7","name":"Sheep in the Land of Fire and Ice","description":"By University of Iceland via edX","image":null,"links":"course|https://www.edx.org/course/sheep-in-the-land-of-fire-and-ice","topics":"environmental-science;grazing;nations/iceland;sheep","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f693499-b906-40a5-9c50-6bfd156a649a","name":"Epigenetic Control of Gene Expression","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/epigenetics","topics":"genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0cd5ca20-01db-4e7f-bdc4-cd389f2a7d8a","name":"Network Analysis in Systems Biology","description":"By Icahn School of Medicine at Mount Sinai via Coursera","image":null,"links":"course|https://www.coursera.org/learn/network-biology","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44bb3fed-ac75-437f-95cf-60ee472e7832","name":"Water Supply and Sanitation Policy in Developing Countries Part 1: Understanding Complex Problems","description":"By University of Manchester via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-water-supply-and-sanitation-policy-in-developing-countries-part-1-understanding-complex-problems-1364","topics":"water;sanitation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86796485-7f81-4165-acb5-9a7453f049e8","name":"Understanding Plants - Part II: Fundamentals of Plant Biology","description":"By Tel Aviv University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-understanding-plants-part-ii-fundamentals-of-plant-biology-6799","topics":"plants;botany;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f3a6a76-9f77-4528-8205-68a2226e5545","name":"Fundamentals of waves and vibrations","description":"By École Polytechnique via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fundamentals-of-waves-and-vibrations-12271","topics":"waves;vibrations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e70f2d51-d982-47a1-96bb-272e684e5a37","name":"Chimpanzee Behavior and Conservation","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/chimp","topics":"chimpanzee","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca0d2651-ea19-4c15-94f7-0b7db3e1846c","name":"Confronting The Big Questions: Highlights of Modern Astronomy","description":"By University of Rochester via Coursera","image":null,"links":"course|https://www.coursera.org/learn/astronomy","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"368b6cf8-2e25-40ca-9d91-444ff6e7d630","name":"Introduction to Reproduction","description":"By Northwestern University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/reproductive-health","topics":"biology;reproduction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c3a5bc2-a2ce-4383-a611-bcca65bbdba1","name":"Natural Attenuation of Groundwater Contaminants: New Paradigms, Technologies, and Applications","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/natural-attenuation-of-groundwater-contaminants","topics":"water;pollution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"545a08d1-6f14-412f-a95f-bbe6e46711c9","name":"Basics of Extracellular Vesicles","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-basics-of-extracellular-vesicles-6877","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bb7157e-db69-4c20-bd69-8db4fa5218f6","name":"The Sun and the Total Eclipse of August 2017","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/eclipse","topics":"astronomy;eclipse","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e574407-aba1-41c0-b3a1-14652899766a","name":"Toxicology 21: Scientific Applications","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-toxicology-21-scientific-applications-10478","topics":"toxicology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb3d80ff-c0e7-410b-8baa-05611ca9c8d2","name":"The Science Behind Forensic Science","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-science-behind-forensic-science-11765","topics":"forensics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c81c39a2-6522-48a1-965a-8de82a16e060","name":"The Introduction to Quantum Computing","description":"By Saint Petersburg State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-introduction-to-quantum-computing-12776","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"582403d2-8fe7-4154-8ab9-80421ecbdac2","name":"Control of Nonlinear Spacecraft Attitude Motion","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-control-of-nonlinear-spacecraft-attitude-motion-8656","topics":"space-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8102d1c-2b17-4e06-9512-cc94ef6a9b7f","name":"Physics of silicon solar cells","description":"By École Polytechnique via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-physics-of-silicon-solar-cells-12194","topics":"solar-power;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00879111-a37e-4875-be8d-fb0b368814e2","name":"Advances in Stem Cell Biology","description":"By Institut Pasteur via Coursera","image":null,"links":"course|https://www.coursera.org/learn/advances-stem-cells","topics":"biology;stem-cells","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e16e8a5a-81a9-4f61-b784-ef5fa43672fa","name":"Statistical Mechanics: Algorithms and Computations","description":"By École normale supérieure via Coursera","image":null,"links":"course|https://www.coursera.org/learn/statistical-mechanics","topics":"mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e23bea76-1fab-4b02-9675-c6bcbfd5f4ee","name":"Energy, Environment, and Everyday Life","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/energy-environment-life","topics":"energy;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6ab322a-f8e8-4204-9a76-b4b76101e130","name":"Leonardo Da Vinci","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/470059.Leonardo_Da_Vinci","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acaf3a41-d634-4c08-a528-88cf4463d091","name":"Science & Religion 101","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.coursera.org/learn/science-and-religion-101","topics":"science;religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f61c8c47-1190-4f91-a212-6973b366f864","name":"Introduction to advanced tomography","description":"By Technical University of Denmark (DTU) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-advanced-tomography-13697","topics":"tomography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cddc1850-bc80-4942-ae94-d0b29880ecc1","name":"Analyzing the Universe","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/analyze","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5bc7fc46-f3b2-45a6-8e20-7d9ac3e3c431","name":"Our Earth: Its Climate, History, and Processes","description":"By University of Manchester via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-our-earth-its-climate-history-and-processes-1378","topics":"earth;climate","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac5b0007-b9d1-4d99-aa7b-c226cad702ce","name":"Bioinformatic Methods II","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.coursera.org/learn/bioinformatics-methods-2","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"becd6c30-c213-4c67-a3c7-2047e6bae714","name":"The Horse Course: Introduction to Basic Care and Management","description":"By University of Florida via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-horse-course-introduction-to-basic-care-and-management-1809","topics":"horse","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22bed32e-bd71-473a-8de3-a06a3078afe7","name":"Introduction to Chemistry: Structures and Solutions","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/basic-chemistry","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0da30041-00eb-4f48-92f4-16a002b11ce3","name":"Water Resources Management and Policy","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.coursera.org/learn/water-management","topics":"water","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9cb40efb-f2b5-4f78-bb3e-86c39e2a6312","name":"Genomics: Decoding the Universal Language of Life","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/genomics-research","topics":"genomics;biology;genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5cdbcb4f-c6fe-4a7e-af2a-f2ca5038ca47","name":"Introduction into General Theory of Relativity","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-into-general-theory-of-relativity-6543","topics":"general-relativity;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7bac2864-aafc-46ed-934a-a60bd759ee28","name":"Oceanography: a key to better understand our world","description":"By University of Barcelona via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-oceanography-a-key-to-better-understand-our-world-8578","topics":"oceanography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af98db7f-c6f2-43ab-b940-3b6efc725be4","name":"Water Supply and Sanitation Policy in Developing Countries Part 2: Developing Effective Interventions","description":"By University of Manchester via Coursera","image":null,"links":"course|https://www.coursera.org/learn/water-part-2","topics":"water;sanitation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12ee5efe-42db-4dbe-bcf4-ca35a30bb169","name":"Climate Adaptation in Africa","description":"By University of Cape Town via Coursera","image":null,"links":"course|https://www.coursera.org/learn/climate-adaptation","topics":"climate;africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02eeec29-e112-41a3-b590-c75be012f808","name":"Solar Energy Basics","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-solar-energy-basics-13794","topics":"solar-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41b0baf4-07d2-4602-b70c-e71c47f6ee2d","name":"Kinetics: Studying Spacecraft Motion","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-kinetics-studying-spacecraft-motion-8655","topics":"space-science;kinetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d110094-eec3-4448-8d11-533e747b7fc3","name":"Anatomy of the Chest, Abdomen, and Pelvis","description":"By Yale University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/trunk-anatomy","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f36d82a-6201-47f7-bb5e-5f0584ced7d3","name":"Paleontology: Theropod Dinosaurs and the Origin of Birds","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.coursera.org/learn/theropods-birds","topics":"paleontology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee52883c-1327-43ea-a821-6231ab9647a9","name":"Paleontology: Early Vertebrate Evolution","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-paleontology-early-vertebrate-evolution-5417","topics":"paleontology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84f7f525-fd4c-4934-908f-6c06620f8eb8","name":"Paleontology: Ancient Marine Reptiles","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-paleontology-ancient-marine-reptiles-5235","topics":"paleontology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62c47649-f523-4213-b6c1-748a9811fb7d","name":"Exploring Light: Hands-on Activities and Strategies for Teachers","description":"By Exploratorium via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-exploring-light-hands-on-activities-and-strategies-for-teachers-3589","topics":"optics;light","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2f854f4-331a-43a4-a129-aada5232e88c","name":"Chicken Behaviour and Welfare","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.coursera.org/learn/chickens","topics":"chicken","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"498f38eb-24bf-4ca1-b305-6798d83ee34c","name":"Engineering Life: Synbio, Bioethics & Public Policy","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-engineering-life-synbio-bioethics-public-policy-3248","topics":"engineering;biology;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6509cff4-94da-423d-b512-25eb80d2a629","name":"Wood Science: Beyond Building","description":"By West Virginia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wood-science","topics":"wood","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29a99f73-5bad-4560-aa21-b352eab88a1e","name":"Science of Training Young Athletes Part 2","description":"By University of Florida via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-science-of-training-young-athletes-part-2-8137","topics":"athletics;training","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25efa749-7d19-47f1-92ff-30b1fe7d2f15","name":"Patenting in Biotechnology","description":"By Technical University of Denmark (DTU) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-patenting-in-biotechnology-8559","topics":"patents;biotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75439db5-3b69-4a9d-9a23-d454003f1502","name":"Act on Climate: Steps to Individual, Community, and Political Action","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/act-on-climate","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a87c2f97-5767-4a82-837c-fe9fd44093f8","name":"Discover Best Practice Farming for a Sustainable 2050","description":"By University of Western Australia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/best-practice-farming-sustainable-2050","topics":"farming;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c113ee24-c041-438a-ac38-d2b52fa11e0c","name":"DNA Decoded","description":"By McMaster University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-dna-decoded-10372","topics":"genetics;dna","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d7bef46-a476-4ead-8ce8-61c63cefd67a","name":"Climate Change and Water in Mountains: A Global Concern","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.coursera.org/learn/climate-changes-mountains-water","topics":"climate-change;water","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e96c4fb-beb5-4d6c-9c69-3c714229ac9f","name":"Anatomy: Gastrointestinal, Reproductive and Endocrine Systems","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-anatomy-gastrointestinal-reproductive-and-endocrine-systems-12799","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a80125ee-f1a3-448c-84ae-2557738ad371","name":"Introduction to Systems Biology","description":"By Icahn School of Medicine at Mount Sinai via Coursera","image":null,"links":"course|https://www.coursera.org/learn/systems-biology","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"489ae5f1-1a6e-4d1e-83de-ab582439993b","name":"World history | Arts and humanities | Khan Academy","description":null,"image":null,"links":"course|https://www.khanacademy.org/humanities/world-history","topics":"humanities;history","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":"4.0","tags":null} +{"iid":"9869bea0-6e3a-4f84-b280-83420a81e29d","name":"Integrated Analysis in Systems Biology","description":"By Icahn School of Medicine at Mount Sinai via Coursera","image":null,"links":"course|https://www.coursera.org/learn/integrated-analysis","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eeb37cb8-a818-422a-afd8-64e255ac22b5","name":"Sustainable Food Production Through Livestock Health Management","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/livestock-farming","topics":"livestock","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7dbca32-9ff7-44e0-8f6c-a8cd71f22c42","name":"Global Warming II: Create Your Own Models in Python","description":"By The University of Chicago via Coursera","image":null,"links":"course|https://www.coursera.org/learn/global-warming-model","topics":"climate-change;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43995f8c-4cb2-4c87-905e-40d564833b0c","name":"Advanced Neurobiology II","description":"By Peking University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/advancedneurobiologyii","topics":"neurobiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f6fb64e-4f29-4593-a25d-bf5c3732ff2c","name":"Introduction to Faecal Sludge Management","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-faecal-sludge-management-8258","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7417bb19-b886-4051-afd3-3c24c6837589","name":"Introduction to Molecular Spectroscopy","description":"By University of Manchester via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-molecular-spectroscopy-8550","topics":"spectroscopy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e45c483-41d6-4f5b-a9a4-9912859c11a8","name":"Challenging Forensic Science: How Science Should Speak to Court","description":"By University of Lausanne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/challenging-forensic-science","topics":"forensics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fbc99b4-e419-4cb4-903c-04a6546611e5","name":"Air Pollution – a Global Threat to our Health","description":"By University of Copenhagen via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-air-pollution-a-global-threat-to-our-health-9829","topics":"pollution;air","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"691d7bef-6134-4a99-82d3-41e4ca7387df","name":"Fundamental Neuroscience for Neuroimaging","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fundamental-neuroscience-for-neuroimaging-9719","topics":"neuroimaging;neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b42b2985-6c57-4095-9ffc-08936f835380","name":"Methods of Surface Analysis","description":"By National Research Nuclear University MEPhI via Coursera","image":null,"links":"course|https://www.coursera.org/learn/methods-surface-analysis","topics":"surface-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58f71ee4-2101-4b6b-9fcc-3a33335213de","name":"Fundamentals of particle accelerator technology (NPAP MOOC)","description":"By Lund University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fundamentals-of-particle-accelerator-technology-npap-mooc-13281","topics":"particle-accelerators","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"655953d1-ff63-4a0c-9cf2-1cb71c612cb2","name":"Anatomy: Musculoskeletal and Integumentary Systems","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/anatomy403-1x","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22c495c3-d5b5-4745-b545-68f56b32d372","name":"Anatomy: Cardiovascular, Respiratory and Urinary Systems","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-anatomy-cardiovascular-respiratory-and-urinary-systems-12798","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1d07a48-2710-4963-bd1e-956e37b339ec","name":"Origins - Formation of the Universe, Solar System, Earth and Life","description":"By University of Copenhagen via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-origins-formation-of-the-universe-solar-system-earth-and-life-668","topics":"universe;solar-system;earth;life;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d360e13-f1b4-42c9-9984-57503a78f035","name":"Introduction to Acoustics (Part 2)","description":"By Korea Advanced Institute of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-acoustics-part-2-2288","topics":"acoustics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5351185f-4ffb-45d4-a2a2-13a411ba8ab6","name":"Introduction to Chemistry: Reactions and Ratios","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intro-chemistry","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a30a8da7-0e5a-494e-a5db-6b93a8c659de","name":"General Chemistry: Concept Development and Application","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/general-chemistry","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c84ba44-45d4-4acd-ad3e-42125b13b634","name":"Osteoarchaeology: The Truth in Our Bones","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/truthinourbones-osteoarchaeology-archaeology","topics":"biology;bones;osteoarchaeology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b62ed2f-4365-4dc8-9e0d-51ac938c767f","name":"Kinematics: Describing the Motions of Spacecraft","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/spacecraft-dynamics-kinematics","topics":"kinematics;spacecraft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3861b921-e0b3-47ac-8f82-e97783469a5a","name":"The Science of Stem Cells","description":"By American Museum of Natural History via Coursera","image":null,"links":"course|https://www.coursera.org/learn/stem-cells","topics":"stem-cells;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ab4c6b4-c3b5-4981-8a38-1472e3489500","name":"GEOLOGY - GEOCHEMISTRY","description":"By Doctor Harisingh Gour Vishwavidyalaya, Sagar via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_mm01/preview","topics":"geology;geochemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"728d1b92-e4b4-4a63-8a54-93c5477beae9","name":"Dynamical Modeling Methods for Systems Biology","description":"By Icahn School of Medicine at Mount Sinai via Coursera","image":null,"links":"course|https://www.coursera.org/learn/dynamical-modeling","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d01a697-9327-4dd9-a6a4-5ab127d32172","name":"Emergence of Life","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/emergence-of-life","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1841a5b0-452f-4eb0-86cb-14aee32fcc1b","name":"The Finite Element Method for Problems in Physics","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/finite-element-method","topics":"finite-element-method;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f8b1e2c-3f47-456f-b488-93bfd13f23e1","name":"Fundamentals of Fluid-Solid Interactions","description":"By École Polytechnique via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fundamentals-of-fluid-solid-interactions-4880","topics":"fluids;solids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64ac63c9-49a8-454c-af85-c7ebd9302f5d","name":"Advanced Neurobiology I","description":"By Peking University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-advanced-neurobiology-i-6029","topics":"neurobiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8012f481-8b4b-414e-95a2-d9329cb9fc03","name":"Analysing Complexity","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/analysing-complexity","topics":"complex-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9cf3908c-8c3f-4ea9-afe4-622b81db5ce1","name":"Particle Physics: an Introduction","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.coursera.org/learn/particle-physics","topics":"particle-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5da5c81-4ed7-4a73-a33a-ecb32dec63fa","name":"Ecology: from cells to Gaia","description":"By Tomsk State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ecology","topics":"ecology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"160b60f5-0e04-428f-b8b4-91e0825bca1e","name":"Ecosystems of California","description":"By University of California, Santa Cruz via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ecosystems-of-california-9578","topics":"ecology;california","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf255797-41e8-4835-9223-4afa72162578","name":"Protists: Evolution and Ecology of Microbial Eukaryotes","description":"By Saint Petersburg State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-protists-evolution-and-ecology-of-microbial-eukaryotes-12005","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ad22b77-33bb-4e25-99c7-baf92dc50d75","name":"Anatomy: Human Neuroanatomy","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/anatomy403-3x","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a2df868-66ff-48a3-9210-6c359cfa3017","name":"The Meat We Eat","description":"By University of Florida via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-meat-we-eat-1808","topics":"meat;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dea21013-437b-42cb-98a4-5d073c007891","name":"Designing, Running, and Analyzing Experiments","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-designing-running-and-analyzing-experiments-2789","topics":"experiments;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2045db68-ea8b-4502-9bae-7bdd937957cf","name":"Our Earth's Future","description":"By American Museum of Natural History via Coursera","image":null,"links":"course|https://www.coursera.org/learn/earth-climate-change","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bed78ff-73d7-4535-8d62-cd8b67f51f48","name":"General Pathophysiology","description":"By Saint Petersburg State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-general-pathophysiology-9783","topics":"physiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d84fd0c4-df95-454f-8f1d-c38db12017bf","name":"Anatomy: Know Your Abdomen","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/anatomy-know-your-abdomen","topics":"anatomy;abdomen","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83df321f-6b92-4356-85e3-2ac337c6af85","name":"The udder and its response to infection","description":"By EDUlib via Independent","image":null,"links":"course|https://cours.edulib.org/courses/course-v1:UMontreal+MASTBOV1.2+E2018/about","topics":"bovine-mastitis;animals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"99f29b40-6d29-4ac7-9b8e-1264eff0b890","name":"Mastitis epidemiology and diagnostic","description":"By EDUlib via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-mastitis-epidemiology-and-diagnostic-14442","topics":"bovine-mastitis;animals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7584051-e434-487e-b8d5-e63e40d69096","name":"Climate Change International Legal Regime","description":"By United Nations via Independent","image":null,"links":"course|https://unccelearn.org/course/view.php?id=68&page=overview","topics":"climate-change;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4a7ff8f-7e31-4758-a82b-86bfde91c788","name":"Statistical Molecular Thermodynamics","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/statistical-thermodynamics","topics":"thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5d5c57c-f95a-4d67-8f65-e055fc583dd6","name":"The Evolving Universe","description":"By California Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/evolvinguniverse","topics":"universe;science;astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08828500-9452-4e50-8ec5-5c112f38ff7f","name":"Data-driven Astronomy","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-driven-astronomy","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35807382-aad2-4371-ac45-f2bde7a908b2","name":"Electric Utilities Fundamentals and Future","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-electric-utilities-fundamentals-and-future-8449","topics":"electricity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b459cbce-5d4f-4349-b2a1-75e4456c6eb2","name":"Bugs 101: Insect-Human Interactions","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.coursera.org/learn/bugs-101","topics":"insects","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27335888-03f2-44db-b1f4-f46f5aa16b38","name":"Biomicrofluidics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_bt27/preview","topics":"biology;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c45b668c-ac14-44cc-a9bf-971b5827ee19","name":"Emergent Phenomena in Science and Everyday Life","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-emergent-phenomena-in-science-and-everyday-life-5705","topics":"science;complex-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"155ebeba-9601-43e4-9353-4c8b0f0874eb","name":"Journey Conversations: Weaving Knowledge and Action","description":"By Yale University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/journey-knowledge-action","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a43fd017-5653-4fac-8c11-9b9503103898","name":"Reproducible Templates for Analysis and Dissemination","description":"By Emory University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/reproducible-templates-analysis","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e123855a-c3b5-4b4e-a2c1-66a769166653","name":"Nuclear Reactor Physics Basics","description":"By National Research Nuclear University MEPhI via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-nuclear-reactor-physics-basics-11653","topics":"nuclear-power;physics;nuclear-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb8e914f-a1ab-4149-a580-e2d973e66195","name":"Invisible Worlds: Understanding the Natural Environment","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/invisible-worlds","topics":"environmental-science;earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9b06629-6ce1-49e2-87bb-c1a7034e5272","name":"Bioinorganic Chemistry","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-bioinorganic-chemistry-13916","topics":"chemistry;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a6b5720-e095-40f1-9ce0-1ec1c96459bf","name":"Nanotechnology in Agriculture","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-nanotechnology-in-agriculture-14205","topics":"nanotechnology;agriculture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"808006ac-5a3b-4d1a-9b37-883fae3b3d2b","name":"Disaster Preparedness","description":"By University of Pittsburgh via Coursera","image":null,"links":"course|https://www.coursera.org/learn/disaster-preparedness","topics":"disaster-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a034809-07f0-4e3a-9240-4ca238d0cc8c","name":"Experimentation for Improvement","description":"By McMaster University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/experimentation","topics":"experiments;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70d7a600-7fac-4cdc-a6fa-3d011816482a","name":"Biological Diversity (Theories, Measures and Data sampling techniques)","description":"By Tomsk State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/biological-diversity","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53854fb5-57db-4804-b8f1-d74daa5d49f7","name":"Biosphere 2 Science for the Future of Our Planet","description":"By University of Arizona via Coursera","image":null,"links":"course|https://www.coursera.org/learn/biosphere-science-future","topics":"biology;earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5664596-273b-42e9-b436-59519d428d85","name":"Ecology: Ecosystem Dynamics and Conservation","description":"By American Museum of Natural History via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ecology-conservation","topics":"ecology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ae7e0a4-bd70-49e5-a7c4-3024b80c81d6","name":"It Starts with Your Heart: Understanding Heart and Circulatory Diseases","description":"By British Heart Foundation via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/heart-and-circulatory-diseases","topics":"heart","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"540ff99e-4a9c-4bec-86ce-addb8df3a873","name":"Geomorphic Processes: Landforms and Landscapes","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-geomorphic-processes-landforms-and-landscapes-14093","topics":"geology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9b6b49b-486b-4ff4-b59a-b4c74ab4f7d5","name":"Astro 101: Black Holes","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.coursera.org/learn/black-holes-astro-101","topics":"astronomy;black-holes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae699f12-3a9b-44e3-9f50-07c9ec55b35e","name":"Sleep: Neurobiology, Medicine, and Society","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sleep-neurobiology-medicine-and-society-3233","topics":"sleep;neurobiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f4cbeab-f2ac-4346-893f-ccd68070bb47","name":"Biochemical Principles of Energy Metabolism","description":"By Korea Advanced Institute of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-biochemical-principles-of-energy-metabolism-9717","topics":"metabolism;biochemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b55fab1-bfb3-4c89-a794-75d62b649765","name":"Archaeoastronomy","description":"By Politecnico di Milano via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-archaeoastronomy-7789","topics":"astronomy;black-holes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31a87ed4-038c-43fb-90b1-35a401b1e5ef","name":"Introductory Organic Chemistry I","description":"By Indian Institute of Science Education and Research, Pune via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cy20/preview","topics":"organic-chemistry;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abb66ad9-58e0-4b42-9bbd-ab78f9dd3828","name":"Numerical Methods And Simulation Techniques for Scientists and Engineers","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-numerical-methods-and-simulation-techniques-for-scientists-and-engineers-14212","topics":"numerical-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b89badf2-640c-491c-a72e-18fc1ff774a6","name":"Corrosion - Part II","description":"By NPTEL via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mm15/preview","topics":"chemistry;engineering;corrosion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df03e403-129c-4122-a033-a38aa028048a","name":"Plant Developmental Biology","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-plant-developmental-biology-14235","topics":"biology;plants;botany","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"325faedc-e9e1-4ba1-b07c-921842dd72d4","name":"From Disease to Genes and Back","description":"By Novosibirsk State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/disease-genes","topics":"disease;genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02a40823-0ea8-4666-b0c9-b2a3e509a908","name":"Electrodynamics: In-depth Solutions for Maxwell’s Equations","description":"By Korea Advanced Institute of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/electrodynamics-solutions-maxwells-equations","topics":"electrodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98cbb47c-3415-4ffb-b99a-be19bbce142f","name":"Mechanics: Motion, Forces, Energy and Gravity, from Particles to Planets","description":"By University of New South Wales via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mechanics-motion-forces-energy-and-gravity-from-particles-to-planets-1382","topics":"mechanics;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92d7bb98-f66c-4bca-987d-545697b76cc1","name":"From Climate Science to Action","description":"By The World Bank via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-from-climate-science-to-action-1328","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98b7c90c-0d15-401f-b10a-0e3202d88f33","name":"Visual Perception and the Brain","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-visual-perception-and-the-brain-2363","topics":"brain;vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2bcb7fb-289b-4b8e-99ea-24d5f94a307b","name":"Human Anatomy","description":"By Hong Kong Polytechnic University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-human-anatomy-3648","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae8ffb5c-229c-4a14-ab27-5c3f1d2e2ae3","name":"The Effect of Fires on People, Property and the Environment","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/fire-effect","topics":"fire;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b475dc47-b095-4593-9137-572bd821bd07","name":"Introduction to Proteomics","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_bt25/preview","topics":"biology;engineering;proteins;proteomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0d4ea9b-e7d8-448b-a069-b5d09301d60f","name":"Introduction to Research","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ge21/preview","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1839f0b4-4dde-493b-ba62-defb6c859cb3","name":"Planning for Climate Change in African Cities","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.coursera.org/learn/climate-change-africa","topics":"climate-change;africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8dbb26a0-5e49-440b-9b78-b8de78bbabc0","name":"An Introduction to Materials: Nature and Properties (Part 1: Structure of Materials)","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mm14/preview","topics":"material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7692abe-95aa-49b7-8426-f243ea4d8a3d","name":"Metagenomics applied to surveillance of pathogens and antimicrobial resistance","description":"By Technical University of Denmark (DTU) via Coursera","image":null,"links":"course|https://www.coursera.org/learn/metagenomics","topics":"genomics;biology;antimicrobial-therapy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c2b00dc-e257-4c77-8098-0a259945e2d5","name":"Equine Welfare and Management","description":"By University of California, Davis via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-equine-welfare-and-management-11498","topics":"horse","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf5f1535-c980-4903-b1ff-93e80c93b730","name":"Biomedical nanotechnology","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_bt28/preview","topics":"biology;medicine;nanotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0c65299-9251-4870-85fe-9710e1cf53b6","name":"Plant Cell Bioprocessing","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-plant-cell-bioprocessing-14234","topics":"biology;plants","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"366a86c9-658b-4154-a0dc-5ee1a9ea6611","name":"Introduction To Statistical Mechanics","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-statistical-mechanics-14140","topics":"mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08347d4c-eda1-41de-9df2-8c03f8844ed5","name":"Tissue engineering","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_bt33/preview","topics":"biology;engineering;tissue-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7b3dbd8-324c-4fde-a45e-c6b18f04e5e2","name":"Low Emission Technologies and Supply Systems","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/low-emission-technologies-and-supply-systems-1","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71e79ecf-f759-452e-845f-1375de6e104b","name":"Energy and Development","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/energy-and-development-2","topics":"energy;development;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80346b46-db3d-4651-b295-7279ae568de3","name":"Climate Science and Policy","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/climate-science-and-policy-1","topics":"climate;climate-change;policy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a306ac55-3648-4037-9b47-962b9605b85b","name":"Energy Principles and Renewable Energy","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/energy-principles-and-renewable-energy-1","topics":"energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6265322-d013-4bf4-a5c4-222d6987b49a","name":"Sustainable Energy Capstone Assessment","description":"By Queensland University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sustainable-energy-capstone-assessment-9796","topics":"energy;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a727321-d0b4-4010-b916-5cc6df0d4e02","name":"Anatomy: Cardiovascular, Urinary, and Respiratory Systems","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/course/anatomy-cardiovascular-urinary-and-respiratory-systems-2","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac4ac4cb-83a9-43f1-be8c-1038bca80913","name":"Greening the Economy: Lessons from Scandinavia","description":"By Lund University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-greening-the-economy-lessons-from-scandinavia-2167","topics":"environmental-science;scandanavia;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ecc4d6bf-ae01-4dda-a244-3819ebdab6d2","name":"Introduction to Water and Climate","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-water-and-climate-2","topics":"water;climate","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f55f2b87-3873-460b-ac4f-01e2f6a31939","name":"Climate Change: The Science and Global Impact","description":"By SDG Academy via edX","image":null,"links":"course|https://www.edx.org/course/climate-change-the-science-and-global-impact","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3828a303-ca78-43e6-aee7-e6bf4d5be6b5","name":"Water quality and the biogeochemical engine","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-water-quality-and-the-biogeochemical-engine-13699","topics":"water;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74ed279c-c76a-412c-8e2c-6f05c6517c64","name":"Getting started in cryo-EM","description":"By California Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cryo-em","topics":"physics;electron-microscopy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b2fda7a-b7b0-4509-a17d-27ddcba2012c","name":"Intro to Acoustics (Part 1)","description":"By Korea Advanced Institute of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intro-to-acoustics","topics":"acoustics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17365f25-edc2-46d2-bf0c-ffb702502efa","name":"Astrobiology: Exploring Other Worlds","description":"By University of Arizona via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-astrobiology-exploring-other-worlds-13556","topics":"astrobiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aacfeb09-bbd6-4c4f-b6aa-56daf17be79c","name":"Mind of the Universe - Genetic Privacy: should we be concerned?","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mind-of-the-universe-genetic-privacy-should-we-be-concerned-10675","topics":"science;genetics;privacy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6363f6c3-0c31-48fe-b704-4241db7f0144","name":"Experimental Methods in Systems Biology","description":"By Icahn School of Medicine at Mount Sinai via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-experimental-methods-in-systems-biology-1710","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8dede9f-c9c7-436f-a593-1f9c9d3415db","name":"The Changing Arctic","description":"By Tomsk State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-changing-arctic-4450","topics":"arctic;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"947a3e77-5766-4998-a0cf-d2451f07331b","name":"Imagining Other Earths","description":"By Princeton University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-imagining-other-earths-1271","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bc0a75d-109f-4ca2-8823-acd3ba735a7f","name":"Electric Industry Operations and Markets","description":"By Moscow Institute of Physics and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-electric-industry-operations-and-markets-1373","topics":"electricity;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a16b523-4e1c-4fbf-9dfa-526f2ec61e8e","name":"Introduction to Algae","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-algae-10442","topics":"algae;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90e2463a-1398-404f-b02d-c2adf909893d","name":"Why Planning Your Research Matters","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/planning-research","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b5bf3d8-8fa0-4a3c-a1fe-8cafbb4ee9c9","name":"Planet Earth...and You!","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-planet-earth-and-you-435","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f015b522-a712-4935-b9be-4dca421f0586","name":"Genetics and Society: A Course for Educators","description":"By American Museum of Natural History via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-genetics-and-society-a-course-for-educators-861","topics":"genetics;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab8a16ef-1832-4e0e-95b0-c2a1871e021a","name":"Evolution: A Course for Educators","description":"By American Museum of Natural History via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teaching-evolution","topics":"evolution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da8911de-56ee-42aa-b6a8-959c5e7c388d","name":"Our Energy Future","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-our-energy-future-2055","topics":"energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ae123bc-6b95-48d9-b0c0-0a3ae601cc68","name":"A Brief History of Human Spaceflight","description":"By University of Houston System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-a-brief-history-of-human-spaceflight-4535","topics":"space-science;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39172e44-0bad-49ae-bc83-d1dc5dcea75d","name":"Classical papers in molecular genetics","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.coursera.org/learn/papers-molecular-genetics","topics":"genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96f226ce-fc49-4d01-9734-58b13b09d9aa","name":"Causes of Climate Change","description":"By University of Bergen via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-causes-of-climate-change-3713","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb20a222-a621-4418-93b2-6d3bf0096185","name":"The Truth About Cats and Dogs","description":"By University of Edinburgh via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cats-and-dogs","topics":"cats;dogs;animals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a002ebf7-8a98-4f11-b582-2bff8c91745a","name":"Climate Change: Solutions","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/climate-change-the-solutions","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85016544-b340-4521-ad5b-0789835db7e3","name":"Introduction to Thermodynamics: Transferring Energy from Here to There","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/thermodynamics-intro","topics":"thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c19ab2d-fdb9-4f1e-85c1-d2e4417a9a29","name":"Introduction to the Arctic: Climate","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-the-arctic-climate-5036","topics":"arctic;climate","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e24a533e-2fc8-4781-8bc0-dd11b56c1615","name":"The Dynamic Earth: A Course for Educators","description":"By American Museum of Natural History via Coursera","image":null,"links":"course|https://www.coursera.org/learn/earth-amnh","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9d5e896-5f3a-4b7e-ad42-72fe3300a558","name":"Bioinformatic Methods I","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-bioinformatic-methods-i-1368","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d53a8272-d6d3-45e0-a006-36741bff1011","name":"Planetary Boundaries","description":"By SDG Academy via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-planetary-boundaries-2485","topics":"environmental-science;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f3b5073-7c6a-4369-b925-77fd2ec1b9b1","name":"Global Postharvest Loss Prevention: Fundamentals, Technologies, and Actors","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/postharvest","topics":"agriculture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a77bcfd-a4f4-47e2-a0aa-684ddf02e2c2","name":"Chemistry","description":"By University of Kentucky via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-chemistry-2944","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5cfd5b9-8653-4eb8-96f9-1f657391e499","name":"Music as Biology: What We Like to Hear and Why","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-music-as-biology-what-we-like-to-hear-and-why-5439","topics":"music;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed1ede99-ff2a-4141-931b-d0b41935986a","name":"Global Energy and Climate Policy","description":"By SOAS University of London via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-global-energy-and-climate-policy-8604","topics":"energy;climate;society;policy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8537d7c3-3ef8-4964-b15f-0594e6400b1a","name":"Learn CS Concepts with Scratch","description":null,"image":"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1487602186l/34351050._SX318_.jpg","links":"book|http://www.abhayjoshi.net/spark/home.htm","topics":"programming-languages/scratch;programming-languages/snap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b09f6fc-f9e8-4bd2-a095-f236591115fb","name":"Large Marine Ecosystems: Assessment and Management","description":"By University of Cape Town via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-large-marine-ecosystems-assessment-and-management-10792","topics":"oceans","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5df45350-db4f-4f5f-b2b7-2aede6b16757","name":"Sustainable Soil Management: Soil for life","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/sustainable-soil-management-soil-for-life-2","topics":"sustainability;soil","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a95e2d4-dd8b-45ce-9cfd-a7b9215d2cc4","name":"Introduction to Animal Behaviour","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-animal-behaviour-6033","topics":"animals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfdf6208-2979-4d61-a4f9-6e7f73da7c7b","name":"Sustainable Food Security: The value of systems thinking","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/sustainable-food-security-the-value-of-systems-thinking-2","topics":"sustainability;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0444b0ba-7e12-4d92-bba6-66f5454dfd50","name":"Sustainable Food Security: Crop Production","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sustainable-food-security-crop-production-2155","topics":"sustainability;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ecb2fd22-de6d-4d22-aab0-89f26c300b42","name":"Frontmatter | Julia Programming for Operations Research | Softcover.io","description":null,"image":null,"links":"book|https://www.softcover.io/read/7b8eb7d0/juliabook/frontmatter","topics":"programming-languages/julia","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"a7ac51fd-b944-473e-826d-0ff422bb4244","name":"Natural Resources for Sustainable Development","description":"By SDG Academy via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-natural-resources-for-sustainable-development-8500","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d04781af-74c8-4106-a6dc-3c08554c3eb7","name":"The Impact of Climate Change on Public Health","description":"By EIT Health via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-impact-of-climate-change-on-public-health-13081","topics":"climate-change;public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60d73f0d-a2d1-486c-9d5a-cb873fb05bca","name":"From the Ground Up: Managing and Preserving Our Terrestrial Ecosystems","description":"By SDG Academy via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-from-the-ground-up-managing-and-preserving-our-terrestrial-ecosystems-9748","topics":"environmental-science;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a7adc9f-4397-4df4-a320-5598882866d2","name":"Landscape Ecology","description":"By ETH Zurich via edX","image":null,"links":"course|https://www.edx.org/course/landscape-ecology-2","topics":"land;landscape;ecology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d4fdb40-08fc-4f6c-95b8-807d0a249dd0","name":"Hurricane Tracking with Satellite Data","description":"By University of Strathclyde via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-hurricane-tracking-with-satellite-data-13834","topics":"hurricane","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2eda756d-9929-4264-9231-20dd1cf3060b","name":"The Basics of Transport Phenomena","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-basics-of-transport-phenomena-3445","topics":"transport-phenomena","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6df3fc00-a1d4-4862-8c2a-292b3fd9bba0","name":"Astronomy - State of the Art","description":"By University of Arizona via Udemy","image":null,"links":"course|https://www.classcentral.com/course/udemy-astronomy-state-of-the-art-767","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3b6d7b1-ac37-4382-bcc7-efa15e94a550","name":"Tales from the Genome","description":"By 23andme via Udacity","image":null,"links":"course|https://www.udacity.com/course/tales-from-the-genome--bio110","topics":"genomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2149bfa4-9bbd-4aed-821d-702c9597f1d5","name":"Our Energetic Earth","description":"By University of Toronto via edX","image":null,"links":"course|https://www.edx.org/course/energetic-earth-university-torontox-oee101x","topics":"energy;earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00336531-df3c-4723-b6b1-0f0bd0729a53","name":"Relativity and Astrophysics","description":"By Cornell University via edX","image":null,"links":"course|https://www.edx.org/course/relativity-astrophysics-cornellx-astro2290x","topics":"relativity;astrophysics;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ba8dd8a-e0d0-499f-a646-ff1630f0d42d","name":"The Evolving Universe","description":"By California Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/evolving-universe-caltechx-ay1001x","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2733e262-05f4-40c4-8a33-03995a6e0835","name":"Mechanics ReView","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/mechanics-review-mitx-8-mrevx","topics":"mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d030831f-dac0-4a1f-a652-9135ff85a918","name":"Effective Field Theory","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-effective-field-theory-2139","topics":"physics;effective-field-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"572c3bde-06df-4e56-bcd5-26fd9931783b","name":"AnatomyX: Musculoskeletal Cases","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-anatomyx-musculoskeletal-cases-2024","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54bc9622-7a83-47df-9615-794596ae2f1f","name":"Waves & Optics","description":"By via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-waves-optics-2442","topics":"optics;waves","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6f983df-bca5-4996-9524-737b76a7b6f5","name":"Light, Spike, and Sight: The Neuroscience of Vision","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/light-spike-sight-neuroscience-vision-mitx-9-01-1x","topics":"vision;neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b089cf8f-62fe-473c-ad42-2ec95d898562","name":"Introductory Physics — Part 1: Mechanics and Waves","description":"By Seoul National University via edX","image":null,"links":"course|https://www.edx.org/course/introductory-physics-part-1-mechanics-snux-snu034-005-1x","topics":"physics;mechanics;waves","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dd3c038-6bb0-47f3-b3f0-c7fae2c979dd","name":"Modeling Climate Change","description":"By The University of Chicago via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-modeling-climate-change-2814","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07f7b65b-5d94-4159-aed3-1a6fbc6289c7","name":"How Stuff Moves, Part 1: Linear Motion","description":"By Harvey Mudd College via edX","image":null,"links":"course|https://www.edx.org/course/how-stuff-moves-part-1-linear-motion-harveymuddx-phys024-1x","topics":"motion;physics;mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6477657e-1df0-4f5f-bb61-c5a3dab05882","name":"Universe or Multiverse?","description":"By via World Science U","image":null,"links":"course|http://www.worldscienceu.com/courses/master_class/master-class-andrei-linde","topics":"astronomy;multiverse","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2b9d3d9-ea7b-418d-8227-2f752d70ac6c","name":"Endless Universe: Beyond the Big Bang","description":"By via World Science U","image":null,"links":"course|http://www.worldscienceu.com/courses/master_class/master-class-paul-steinhardt","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83f80b34-375b-48df-ab6a-0a81dc9f213d","name":"History and Mysteries of the Universe","description":"By via World Science U","image":null,"links":"course|http://www.worldscienceu.com/courses/master_class/master-class-max-tegmark","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1683160-f65a-4b5e-8a25-be40e0d12d0b","name":"Nature's Constituents","description":"By via World Science U","image":null,"links":"course|https://www.classcentral.com/course/world-science-u-nature-s-constituents-3403","topics":"physics;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfb32781-a35e-40f5-9be2-afdc27af3eef","name":"Space, Time and Einstein","description":"By via World Science U","image":null,"links":"course|http://www.worldscienceu.com/courses/university/space-time-and-einstein","topics":"physics;space;time","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e6061b7-9da0-4228-88de-dbd3f442bace","name":"Dark Side of the Universe","description":"By via World Science U","image":null,"links":"course|https://www.classcentral.com/course/world-science-u-dark-side-of-the-universe-3397","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3255f607-2779-40ad-80ed-03e5fb65049d","name":"Past and Future of Unification","description":"By via World Science U","image":null,"links":"course|https://www.classcentral.com/course/world-science-u-past-and-future-of-unification-3400","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d4b7ac5-8e2e-4a81-86a0-3f0b6d971e4a","name":"How Stuff Moves, Part 2: Angular Motion","description":"By Harvey Mudd College via edX","image":null,"links":"course|https://www.edx.org/course/how-stuff-moves-part-2-angular-motion-harveymuddx-phys024-2x","topics":"motion;physics;mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31b7cafd-7594-46e9-b52d-320dfe8c6a8c","name":"How Stuff Moves, Part 3: Wave Motion","description":"By Harvey Mudd College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-how-stuff-moves-part-3-wave-motion-3180","topics":"motion;physics;mechanics;waves","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c625063f-c8cf-487c-a246-e74f85035d76","name":"Forest Monitoring with CLASlite","description":"By Carnegie Institute for Science via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-forest-monitoring-with-claslite-3548","topics":"forests","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"207ba28d-2498-476b-8056-d74205e2f6aa","name":"Genomic Medicine Gets Personal","description":"By Georgetown University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-genomic-medicine-gets-personal-945","topics":"personalized-medicine;genomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7947171-eb8a-4336-9f94-60ea5a5f2f2f","name":"Introduction to Environmental Science","description":"By Dartmouth via edX","image":null,"links":"course|https://www.edx.org/course/introduction-environmental-science-dartmouthx-dart-envs-02x","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b3b2963-dfb8-41bd-90f3-8c3fbecde55b","name":"Effects of Radiation: An Introduction to Radiation and Radioactivity","description":"By Open Education Consortium (OEC) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-effects-of-radiation-an-introduction-to-radiation-and-radioactivity-3505","topics":"radiation;radioactivity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"339940fa-df7f-40fd-8aaa-d644bc5dae3d","name":"Quantum Mechanics for IT/NT/BT","description":"By Korea University via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_657_1","topics":"quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1d82355-069c-4365-8203-3ed4e9ed0ec9","name":"The Environment and Public Advocacy: Climate Change and Hydraulic Fracturing","description":"By Pace University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-the-environment-and-public-advocacy-climate-change-and-hydraulic-fracturing-4145","topics":"climate-change;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0991ed9-3462-4063-a916-c213a1a5e428","name":"Coasts and Communities","description":"By University of Massachusetts Boston via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_161_1","topics":"coasts;communities;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"020ecbbe-3a9a-44d8-8696-f97887a76abe","name":"Introduction to Bioelectricity","description":"By Purdue University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-bioelectricity-3921","topics":"biology;electricity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d31c05f-417a-4e46-abe2-5f656bb1d5cf","name":"Recover Quicker, Perform Better","description":"By Athlete 365 via Independent","image":null,"links":"course|https://www.olympic.org/athlete365/courses/recover-quicker-perform-better/","topics":"athletics;sports;health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76a1a476-96a2-4acf-993e-680631b077c6","name":"Faster, Higher, Stronger","description":"By Athlete 365 via Independent","image":null,"links":"course|https://www.olympic.org/athlete365/courses/faster-higher-stronger/","topics":"athletics;sports;health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acdeb336-748d-4904-9ffb-7d941d547721","name":"Atomic and Optical Physics I– Part 1: Resonance","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-atomic-and-optical-physics-i-part-1-resonance-4086","topics":"physics;atomic-physics;optics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d8f707d-1abd-47a7-935a-18eb62cc9166","name":"Fundamentals of Nanoelectronics, Part B: Quantum Transport","description":"By Purdue University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-fundamentals-of-nanoelectronics-part-b-quantum-transport-3960","topics":"quantum-physics;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f7e3b4d-bd60-4822-ade5-a4d08d159705","name":"Atomic and Optical Physics I – Part 2: Atomic structure and atoms in external field","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/atomic-optical-physics-i-part-2-atomic-mitx-8-421-2x","topics":"physics;atomic-physics;optics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e553fce-5934-42ee-8409-eb524e2fd593","name":"Atomic and Optical Physics I– Part 3: Atom-Light Interactions 1 -- Matrix elements and quantized field","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/atomic-optical-physics-i-part-3-atom-mitx-8-421-3x","topics":"physics;atomic-physics;optics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1563fcce-9e17-4921-ac2e-20f1549d4f4a","name":"Molecular Foundations of Medicine","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/Medicine/MolFoundations/SelfPaced/about","topics":"medicine;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"95dd2fc9-0463-48ef-8a72-822df01268f1","name":"The Edges of the Universe","description":"By via World Science U","image":null,"links":"course|http://www.worldscienceu.com/courses/master_class/master-class-andrew-strominger","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8eab4383-1ab0-42d4-9077-289fa4d3be15","name":"The Accelerating Universe","description":"By via World Science U","image":null,"links":"course|https://www.classcentral.com/course/world-science-u-the-accelerating-universe-5207","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ba2d4c9-b8b5-422b-a568-bad99b4b89ac","name":"Atomic and Optical Physics I– Part 4: Atom-Light Interactions 2: Line Broadening and Two-Photon Transitions","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/atomic-optical-physics-i-part-4-atom-mitx-8-421-4x","topics":"physics;atomic-physics;optics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35041af0-ed2d-4c67-aaa8-cbdce75ab182","name":"From Chemistry to Life","description":"By via World Science U","image":null,"links":"course|http://www.worldscienceu.com/courses/master_class/master-class-dimitar-sasselov","topics":"chemistry;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb0bf71c-9f14-4494-96b2-2b0e3e027230","name":"Fundamental Lessons From String Theory","description":"By via World Science U","image":null,"links":"course|https://www.classcentral.com/course/world-science-u-fundamental-lessons-from-string-theory-5208","topics":"string-theory;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94921906-ee21-4afa-894c-7ebd8340022b","name":"Einstein's Astrophysical Messengers","description":"By via World Science U","image":null,"links":"course|http://www.worldscienceu.com/courses/master_class/master-class-gabriela-gonzalez","topics":"astrophysics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a750da0b-0a96-41bd-984b-e8675678bd66","name":"Loop Quantum Gravity","description":"By via World Science U","image":null,"links":"course|https://www.classcentral.com/course/world-science-u-loop-quantum-gravity-5212","topics":"gravity;quantum-physics;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f40a098-2447-4b86-b8b5-d6c6df59e3a0","name":"Biology of Consciousness","description":"By via World Science U","image":null,"links":"course|http://www.worldscienceu.com/courses/master_class/master-class-christof-koch","topics":"biology;consciousness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcb5aba2-6a93-4e1b-b224-e645ee462602","name":"The Black Hole Information Paradox","description":"By via World Science U","image":null,"links":"course|https://www.classcentral.com/course/world-science-u-the-black-hole-information-paradox-5210","topics":"black-holes;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85a161cb-a250-4274-af06-967f79ed9c28","name":"Human Health and Climate Change","description":"By United Nations via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-human-health-and-climate-change-9305","topics":"climate-change;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8bee6a8-4b2c-4f1e-8fd3-58af445c5b08","name":"Introduction to the Natural Capital Project Approach","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/HumanitiesSciences/NCP_101/SelfPaced/about","topics":"science;ecology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"898c5078-11bd-45b4-b82d-eb492e356086","name":"Atomic and Optical Physics I – Part 5: Coherence","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-atomic-and-optical-physics-i-part-5-coherence-4386","topics":"physics;atomic-physics;optics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2caa748d-029c-4b52-a11f-8e40d073fee0","name":"Basic Steps in Magnetic Resonance","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-basic-steps-in-magnetic-resonance-3658","topics":"mri","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c010517d-f5de-4d98-b64f-c6375563971e","name":"Topology in Condensed Matter: Tying Quantum Knots","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-topology-in-condensed-matter-tying-quantum-knots-3030","topics":"matter;quantum-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5324698b-b3bd-463a-9de5-ff0a5c832fb2","name":"Gary England's Tornado Alley","description":"By The University of Oklahoma via Janux","image":null,"links":"course|https://www.classcentral.com/course/janux-gary-england-s-tornado-alley-5746","topics":"weather;storms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d5f6839-6081-45bd-a209-67ad46127ae1","name":"Climate Change and Health","description":"By Heidelberg University via iversity","image":null,"links":"course|https://iversity.org/en/courses/climate-change-and-health","topics":"climate-change;health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81e53246-6e58-4b5d-9e00-123542017586","name":"Global Warming Science","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/global-warming-science-mitx-12-340x-0","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7ec3738-e8f2-4086-80c3-8b7b68420c11","name":"Astrophysics: The Violent Universe","description":"By Australian National University via edX","image":null,"links":"course|https://www.edx.org/course/astrophysics-violent-universe-anux-anu-astro3x-0","topics":"astrophysics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba447c60-9c7b-4d10-91f3-ac4d0c7680d8","name":"Cellular Mechanisms of Brain Function","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.edx.org/course/cellular-mechanisms-brain-function-epflx-brainx-1","topics":"brain;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"565ece2c-a614-4a89-a4a3-de3b1fe13889","name":"Complexity Theory an Introduction","description":"By Complexity Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-complexity-theory-an-introduction-6048","topics":"complex-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64baa8aa-5e82-481a-b54c-0b3528ddf22b","name":"Birds 101: Introduction to Pet Birds","description":"By University of Tennessee via edX","image":null,"links":"course|https://www.edx.org/course/birds-101-introduction-pet-birds-utennesseex-birds101-1x-0","topics":"birds","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db8467b5-0e88-4f86-a064-e34d24f64ef1","name":"Power Up: English for the Energy Transition","description":"By Center for Technology Enhanced Learning via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-power-up-english-for-the-energy-transition-4016","topics":"energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"616f46ba-dce9-4c90-a271-c184bcf61bd2","name":"Quantum Mechanics of Molecular Structures","description":"By The University of Tokyo via edX","image":null,"links":"course|https://www.edx.org/course/quantum-mechanics-molecular-structures-utokyox-utokyo003x-1","topics":"quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f60a9fc-43b5-46f8-9b07-651cd34c3473","name":"Gary England's El Niño","description":"By The University of Oklahoma via Janux","image":null,"links":"course|https://www.classcentral.com/course/janux-gary-england-s-el-nino-6482","topics":"weather;el-nino","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"afb59c64-7bbd-4073-b88e-2acbb63e82e8","name":"From Atoms to Stars: How Physics Explains Our World","description":"By National Research Nuclear University MEPhI via edX","image":null,"links":"course|https://www.edx.org/course/atoms-stars-how-physics-explains-world-mephix-mephi003x","topics":"physics;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96894c7e-d509-4a3b-aaee-d2a458ac18ec","name":"World of Wine: From Grape to Glass","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-world-of-wine-from-grape-to-glass-3189","topics":"wine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e46fc60-e75e-481f-87ee-bc4cde76ca6b","name":"Think Like a Scientist","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/stem/realscience/courses/think-like-scientist","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c38b1153-9766-4c75-84be-0ca0b610a6fd","name":"Think Like a CSI","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-think-like-a-csi-6962","topics":"forensics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b020c19-14b3-4058-92e1-45d5777c7f81","name":"Think Like a Physicist","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-think-like-a-physicist-6964","topics":"physics;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eda64cc2-8d11-42d1-89e2-7e9288e1e0ce","name":"Introduction to Systems Biology","description":"By IEEE via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-systems-biology-5635","topics":"biology;systems-biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"feca0f2b-5230-461e-9065-bf8a88accc16","name":"Electricity & Magnetism, Part 2","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/course/electricity-magnetism-part-2-ricex-phys102-2x-0","topics":"electricity;magnetism;electromagnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ed6b6be-8656-4141-97b5-e1dd6f68c650","name":"Practices For Sustainable Architecture","description":"By Build Academy via Independent","image":null,"links":"course|https://courses.buildacademy.com/courses/course-v1:Architecture+Philadelphia-University_Arch304+2014_T4/about","topics":"sustainability;architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b5947ba-5dca-4c3a-afde-ee45ffaa44d4","name":"Human Spaceflight - An introduction","description":"By KTH Royal Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-human-spaceflight-an-introduction-5926","topics":"space-science;spaceflight","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7171089d-98b5-4e35-9263-0e9164b506be","name":"Charles Darwin, Evolution, and Tropical Australia","description":"By Charles Darwin University via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_898_1","topics":"evolution;darwin;nations/australia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba04bed2-06bc-41b8-8703-5b394546fb51","name":"Principles of Synthetic Biology","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-principles-of-synthetic-biology-4085","topics":"biology;synthetic-biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc4d3200-baac-4b01-adf3-f795c4b2a02b","name":"Atomic and Optical Physics: Quantum States and Dynamics of Photons","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-atomic-and-optical-physics-quantum-states-and-dynamics-of-photons-8066","topics":"physics;atomic-physics;optics;photons","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbf5bba0-ee32-4de1-9213-45148ab1e6ce","name":"Water and Wastewater Treatment Engineering: Physicochemical Technology | 水处理工程:物理化学方法","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-water-and-wastewater-treatment-engineering-physicochemical-technology---3216","topics":"water;wastewater-treatment;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43f9c24c-2743-4450-969f-6aad1647a3da","name":"Sensing Planet Earth – From Core to Outer Space","description":"By Chalmers University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/sensing-planet-earth-core-outer-space-chalmersx-chm003x-0","topics":"earth;environmental-science;remote-sensing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8dc61ed2-0499-43f0-b4d2-8e2c69e44cba","name":"Fundamentals of Biomedical Imaging: Magnetic Resonance Imaging (MRI)","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.edx.org/course/fundamentals-biomedical-imaging-magnetic-epflx-fndbioimg2x-0","topics":"mri;medical-imaging","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c48dbcba-a91d-4999-a287-0de84a0c0f87","name":"Fundamentals of Biomedical Imaging: Ultrasounds, X-ray, positron emission tomography (PET) and applications","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.edx.org/course/fundamentals-biomedical-imaging-epflx-fndbioimgx-0","topics":"medical-imaging;x-ray;ultrasound","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"274d75a9-35e5-4a45-89e4-9df4c5603ebd","name":"Mother Mother Ocean-MMO 101","description":"By University of West Florida via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-mother-mother-ocean-mmo-101-8034","topics":"oceans","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4966587-b31d-4bdc-ade9-3a5ef5accacf","name":"Atomic and Optical Physics: Atom-photon interactions","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/atomic-optical-physics-atom-photon-mitx-8-422-2x","topics":"physics;atomic-physics;optics;photons","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8f41a7f-c53f-4b52-ac8e-336c29a1dd76","name":"Nuclear Reactor Physics Basics","description":"By National Research Nuclear University MEPhI via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-nuclear-reactor-physics-basics-7884","topics":"nuclear-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3fe9a7a-8360-4a79-aa5f-f145a124fa48","name":"Cellular Solids Part 2: Applications in Medicine","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cellular-solids-part-2-applications-in-medicine-5177","topics":"solids;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b469de1-df45-4026-a1ad-60c84aad7856","name":"Introduction to Astrophysics","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-astrophysics-8283","topics":"astrophysics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f452996d-dc16-451d-bc5c-444a03c08522","name":"Atomic and Optical Physics: Optical Bloch Equations and Open System Dynamics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-atomic-and-optical-physics-optical-bloch-equations-and-open-system-dynamics-8113","topics":"physics;atomic-physics;optics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f36520cf-08a8-459d-bc66-adfdfaf37234","name":"Stand up for Science: Practical Approaches to Discussing Science that Matters","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-stand-up-for-science-practical-approaches-to-discussing-science-that-matters-8262","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4453e84e-95b4-43d3-9447-5c266329f627","name":"Climate Change: The Science","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/climate-change-science-ubcx-climate1x-3","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aea0d57d-9fc8-41f0-b731-bb40b40b92a7","name":"Atomic and Optical Physics: Light Forces and Laser Cooling","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/atomic-optical-physics-light-forces-mitx-8-422-4x","topics":"physics;atomic-physics;optics;laser","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d7f86db-dc65-439a-9da2-3517d59aec7a","name":"Invisible Hunger: Food Insecurity and Food Banks","description":"By The New School via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-invisible-hunger-food-insecurity-and-food-banks-8454","topics":"food;hunger","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddba7fc1-2fda-4af3-8700-d37483f71191","name":"Demystifying Biomedical Big Data: A User’s Guide","description":"By Georgetown University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-demystifying-biomedical-big-data-a-user-s-guide-7871","topics":"medicine;big-data;bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c505245a-b8f3-45aa-9135-b40598676c48","name":"Electronic Materials and Devices","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-electronic-materials-and-devices-3211","topics":"material-science;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"605b8675-38c6-4f70-b8c4-9d6554a85d91","name":"Sensing Planet Earth – Water and Ice","description":"By Chalmers University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sensing-planet-earth-water-and-ice-5240","topics":"earth;environmental-science;remote-sensing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a654add-e498-4da5-a4ac-6a0c6a14de02","name":"The Quantum World","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-quantum-world-8358","topics":"quantum-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6597efe8-acdd-4960-96a0-09ad35fd1e80","name":"Atomic and Optical Physics: Ultracold Atoms and Many-body Physics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-atomic-and-optical-physics-ultracold-atoms-and-many-body-physics-8286","topics":"physics;atomic-physics;optics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"131a94b1-854f-4649-beb8-f07fd90d0207","name":"Exploring the Warped Universe","description":"By via World Science U","image":null,"links":"course|http://www.worldscienceu.com/courses/master_class/master-class-nergis-mavalvala","topics":"astrophysics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18e6b713-bd3e-4e98-81ee-fab4401b6c39","name":"100 Years of Gravitational Waves","description":"By via World Science U","image":null,"links":"course|http://www.worldscienceu.com/courses/master_class/master-class-rai-weiss","topics":"astrophysics;gravitational-waves","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd3cf27a-d05d-4946-ab37-68b1d970d968","name":"New Ideas About Dark Matter","description":"By via World Science U","image":null,"links":"course|http://www.worldscienceu.com/courses/master_class/master-class-justin-khoury","topics":"astrophysics;dark-matter","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b153752e-3c6d-40d1-a924-2dfeb10bc8c8","name":"Musculoskeletal Primer for the Non-Orthopedist","description":"By Stanford Medicine via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-musculoskeletal-primer-for-the-non-orthopedist-10461","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a5c6489-42f5-4e2b-9c01-2ff486f23414","name":"Lab Safety: The Interactive Game of \\"Don’t Endanger the Owls\\"","description":"By via ","image":null,"links":"course|https://www.edx.org/course/lab-safety-interactive-game-dont-ricex-labsafety-1x-0","topics":"science;safety;experiments","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8f483d1-390d-41bc-886b-2673022e5cb9","name":"Introductory e-Course on Climate Change","description":"By United Nations via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-introductory-e-course-on-climate-change-9069","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54d2aaf9-e291-4bcd-97dd-ec24dc006291","name":"Children and Climate Change","description":"By United Nations via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-children-and-climate-change-9091","topics":"climate-change;children","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5225c08-646a-40ab-9211-2f982bdc152a","name":"From Atoms to Materials: Predictive Theory and Simulations","description":"By Purdue University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-from-atoms-to-materials-predictive-theory-and-simulations-8729","topics":"quantum-mechanics;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb35fa59-37fa-4bbf-be98-0525dca3e22f","name":"Cities and Climate Change","description":"By United Nations via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-cities-and-climate-change-9304","topics":"climate-change;cities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1aebfa2c-1e64-4ead-b03d-318bf76129b5","name":"Chemistry II: Stoichiometry, Bonding, and Thermochemistry","description":"By University of Kentucky via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ukentucky/courses/chemistry-1","topics":"chemistry;stoichiometry;thermochemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0b62723-b89b-47fa-80c9-362aff673ac4","name":"Introduction to Mechanics, Part 1","description":"By Rice University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-mechanics-part-1-8952","topics":"mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3dc0f8da-23e3-4e2e-95de-c6cb29d713b5","name":"Bipedalism: The Science of Upright Walking","description":"By Dartmouth via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-bipedalism-the-science-of-upright-walking-8493","topics":"walking;bipedalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf72b1b5-40e0-42b7-8231-038d4426679f","name":"Life on Earth: Biomes, Climates, Ecology, and Evolution","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-life-on-earth-biomes-climates-ecology-and-evolution-9470","topics":"biology;earth;evolution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"479a2790-279e-4fc0-9756-ffa6df0e109c","name":"Earth's Environment: Soil, Water, and Air","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-earth-s-environment-soil-water-and-air-9467","topics":"earth;environmental-science;soil;water;air","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3931a6c1-9913-4a3e-97f2-8aa585c3f247","name":"Energy and Earth: Fossil Fuels, Alternative, and Renewable Energy","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/osu/global-one-health/courses/energy-earth","topics":"earth;energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d0853a4-b7d3-4225-a197-4b43b29480d5","name":"Simulation Neuroscience","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-simulation-neuroscience-9539","topics":"neuroscience;simulation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0cc3c5b2-a522-4332-8369-83bb9a3f4e62","name":"The Climate-Energy Challenge","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-climate-energy-challenge-9626","topics":"climate-change;energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef89d6cc-50b8-4282-8faf-847efc06957a","name":"From ABC to ABSeas: Ocean Literacy for all","description":"By UNESCO via EMMA","image":null,"links":"course|https://www.classcentral.com/course/emma-from-abc-to-abseas-ocean-literacy-for-all-9545","topics":"oceans","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2df211b-073a-489a-8559-c9508c13f95e","name":"Sharks! Global Biodiversity, Biology, and Conservation","description":"By Cornell University via edX","image":null,"links":"course|https://www.edx.org/course/sharks-global-biodiversity-biology-and-conservation-2","topics":"biology;biodiversity;sharks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4941a7cb-f9cd-49ae-9f07-f66788cea139","name":"Scientific Methods and Research","description":"By Ural Federal University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-scientific-methods-and-research-9380","topics":"scientific-method;science;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d47e6e5-b11d-4464-b603-5e63503d6009","name":"Python Regular Expressions  |  Python Education  |  Google Developers","description":null,"image":null,"links":"course|https://developers.google.com/edu/python/regular-expressions","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"3.0","tags":null} +{"iid":"d2be6b95-dd35-457f-a3ab-344a37ca29ee","name":"Plasma Physics: Applications","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-plasma-physics-applications-7015","topics":"plasma-physics;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23a63ec8-4ff6-4675-9b19-6e182a70c34e","name":"Metabolomics in Life Sciences","description":"By Osaka University via edX","image":null,"links":"course|https://www.edx.org/course/metabolomics-life-sciences-osakaux-metab101x","topics":"metabolism;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29efc602-04e7-4f9e-b716-82f3ec336337","name":"Quantum Information Science I, Part 1","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/quantum-information-science-i","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c085ec70-ed9b-48d3-960c-f13e9fa24d24","name":"Molecular Epidemiology","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-molecular-epidemiology-10393","topics":"epidemiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d8c69e0-6488-493e-88cb-44e90203914c","name":"Quantum Information Science I, Part 2","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-quantum-information-science-i-part-2-10259","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f4d3f31-3422-46c9-999e-a6b6f5e9c4a6","name":"Synchrotrons and X-Ray Free Electron Lasers","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.edx.org/course/synchrotrons-and-x-ray-free-electron-lasers","topics":"synchrotron;laser","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9708f83-b778-4437-b5ab-55772e9c3599","name":"Mastering Quantum Mechanics Part 1: Wave Mechanics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/mastering-quantum-mechanics-part-1-wave-mitx-8-05-1x-0","topics":"quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2ed2ea1-b7ae-4714-b96b-97ea581851b8","name":"Essential Human Biology: Cells and Tissues","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.edx.org/course/essential-human-biology-cells-and-tissues","topics":"biology;human-body","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec607814-b318-4905-9d19-7a9a97589418","name":"Farm to Table Food Safety","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-farm-to-table-food-safety-10670","topics":"food-safety;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38ecbc31-8d5d-4ab7-bc17-194a6f5427c9","name":"Quantum Information Science I, Part 3","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-quantum-information-science-i-part-3-10276","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffd6ce2c-0c97-4793-8386-db4139d61494","name":"#EarthOptimism","description":"By Smithsonian Institution via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-earthoptimism-11349","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5a6bc48-4de7-4d44-9b1b-cdeb0f20fef9","name":"Mastering Quantum Mechanics Part 2: Quantum Dynamics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-mastering-quantum-mechanics-part-2-quantum-dynamics-5626","topics":"quantum-dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46c1cb70-6145-43a9-90b4-aa2f4b67f735","name":"Extreme Weather: Tornado Season Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-extreme-weather-tornado-season-teach-out-11171","topics":"weather;tornado","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"941bdaa1-0b07-4b05-8465-2fb41c1819f5","name":"Engineering Mechanics","description":"By Ural Federal University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-engineering-mechanics-7012","topics":"engineering-mechanics;mechanics;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6710c671-616f-4700-ad6c-1db5b0fc0379","name":"Rebel Sultans","description":null,"image":null,"links":"book|https://www.goodreads.com/en/book/show/40506778-rebel-sultans","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c04eb419-178e-45bf-bec6-1c4b8253a799","name":"Climate Change, Risks, and Challenges (Short Track Version)","description":"By World Wide Fund For Nature (WWF) via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-climate-change-risks-and-challenges-short-track-version-10638","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5efdba31-3b76-4266-8b0a-4d65366411f2","name":"Quantum Information Science II: Quantum states, noise and error correction","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/quantum-information-science-ii-part-1","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26d32827-2f4d-4172-aff3-89d524662f3f","name":"The Quantum Internet and Quantum Computers: How Will They Change the World?","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-quantum-internet-and-quantum-computers-how-will-they-change-the-world-9760","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"509994ac-d747-4476-a70b-b3c984207711","name":"The Multi-scale brain","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-multi-scale-brain-11380","topics":"brain;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f911ddc-e677-44d2-94b4-b209a93ec5b7","name":"Our Place in the Universe","description":"By The University of Hong Kong via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-our-place-in-the-universe-11408","topics":"science;astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1025cfd1-b350-42e8-82e9-6b5b716141b8","name":"Quantum Information Science II: Advanced quantum algorithms and information theory","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-quantum-information-science-ii-advanced-quantum-algorithms-and-information-theory-11411","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8deb79b-aa14-48ac-9b02-4d5375c02b01","name":"Quantum Information Science II: Efficient Quantum Computing - fault tolerance and complexity","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/efficient-quantum-computing-fault-tolerance-and-complexity","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3963f044-46b4-418b-b052-d119f964fe25","name":"Analyze Your Genome!","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.edx.org/course/analyze-your-genome","topics":"genomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"805fca9b-5685-4feb-b82e-5d0bfec0c53c","name":"Computational Neuroscience: Neuronal Dynamics of Cognition","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.edx.org/course/computational-neuroscience-neuronal-dynamics-of-cognition-0","topics":"neuroscience;cognition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e97cef3b-6da1-4b00-ae18-8339dfffb0e1","name":"Tuhfat Al Mujahidin","description":null,"image":null,"links":"book|https://www.goodreads.com/en/book/show/10294372-tuhfat-al-mujahidin","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9966f2df-c254-425f-8dbd-d3ce94e0f1fd","name":"Autophagy: Research Behind the 2016 Nobel Prize in Physiology or Medicine","description":"By Tokyo Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/autophagy-research-behind-the-2016-nobel-prize-in-physiology-or-medicine","topics":"autophagy;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f682284-0c8b-47ae-b064-6f71d3fec194","name":"Cell Biology: Mitochondria","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cell-biology-mitochondria-6022","topics":"mitochondria;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a5dd050-f8b3-4426-8186-08f0c09dbd0c","name":"Super-Earths and Life","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/super-earths-and-life","topics":"astronomy;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ec3c76f-3165-4fc4-aac7-9b39262ddb1d","name":"Solar Energy","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/solar-energy","topics":"solar-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52206356-2c03-4f5f-9624-6c55a9819998","name":"The Building Blocks of a Quantum Computer: Part 1","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-building-blocks-of-a-quantum-computer-part-1-11364","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35263308-884f-46a9-9d3b-d6b1b64ec13d","name":"Principles of Biochemistry","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-principles-of-biochemistry-3462","topics":"biochemistry;biology;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63d15c65-783f-4452-82b7-66a975f7cc13","name":"Introduction to Land Management","description":"By Technische Universität München (Technical University of Munich) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-land-management-8953","topics":"land;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4eafb0df-eb07-482a-a854-8c8e284a0144","name":"Quantum Mechanics: Wavefunctions, Operators, and Expectation Values","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/quantum-mechanics-wavefunctions-operators-and-expectation-values","topics":"quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bdade12-1c6e-4296-9906-54c9458f83d1","name":"Conservation & Protected Areas Management in Africa","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.edx.org/course/conservation-protected-areas-management-in-africa","topics":"environmental-science;africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fadbd4cd-92c2-4985-9003-577bbeb5a454","name":"Mathematical Modeling in the Life Sciences 生物数学建模","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.edx.org/course/mathematical-modeling-in-the-life-sciences-0","topics":"mathematics;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"442bb5e4-06ad-4097-a30a-a64f4fb590dc","name":"MalariaX: Defeating Malaria from the Genes to the Globe","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-malariax-defeating-malaria-from-the-genes-to-the-globe-8413","topics":"malaria","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f553f708-bdaf-4153-96d7-51d39de61071","name":"Gulf Stories 2","description":"By University of West Florida via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-gulf-stories-2-12034","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24f64912-bd5f-4d42-ac0c-09f33896ba88","name":"Introduction to the Schrödinger Equation and Quantum Transport","description":"By Purdue University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-the-schrodinger-equation-and-quantum-transport-11881","topics":"quantum-physics;schrodinger-equation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc060113-8526-4806-a8f3-fff71bb42a5f","name":"Systematic Innovation for Life Science","description":"By Karolinska Institutet via edX","image":null,"links":"course|https://www.edx.org/course/systematic-innovation-for-life-science-0","topics":"innovation;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4745290-676e-42c9-997f-3064e7bf24be","name":"A Resilient Future: Science and Technology for Disaster Risk Reduction","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-a-resilient-future-science-and-technology-for-disaster-risk-reduction-7218","topics":"disaster-management;science;technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bd3e525-8aaf-4ed8-a289-3988c7d89072","name":"Dinosaur Ecosystems | 恐龙的生态系统","description":"By The University of Hong Kong via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-dinosaur-ecosystems--7385","topics":"dinosaurs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6aa2ad23-062c-4584-8cf5-f952a7fce5e9","name":"Fundamentals of Neuroscience, Part 2: Neurons and Networks","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-fundamentals-of-neuroscience-part-2-neurons-and-networks-2430","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8340fc2e-a029-4b70-9cf6-c5d8da341168","name":"Climate Change: Financial Risks and Opportunities","description":"By Imperial College London via edX","image":null,"links":"course|https://www.edx.org/course/climate-change-financial-risks-and-opportunities","topics":"climate-change;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83bed79f-9645-4653-aaf0-7ca52ff3581d","name":"Anatomy: Human Neuroanatomy","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/course/anatomy-human-neuroanatomy-2","topics":"anatomy;brain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4356fec-1b61-449a-9c51-fca836939e16","name":"Medical Terminology","description":"By Doane University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-medical-terminology-12291","topics":"medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2fdcd07-9230-4ac6-ae42-0b5bd7b57b2f","name":"Quantum Mechanics: Quantum physics in 1D Potentials","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/quantum-mechanics-quantum-physics-in-1d-potentials","topics":"quantum-physics;quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26220554-df39-459a-be19-7fa9106c507e","name":"Quantum Cryptography","description":"By California Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-quantum-cryptography-6334","topics":"quantum-computing;cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b820db2-e75e-4147-bd23-0e19badacd20","name":"DNA and Atoms: The Secret of Life","description":"By Seoul National University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-dna-and-atoms-the-secret-of-life-6568","topics":"dna;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"164daefe-abde-4574-b87d-c4635edd99f1","name":"Basic Analytical Chemistry","description":"By The University of Tokyo via edX","image":null,"links":"course|https://www.edx.org/course/basic-analytical-chemistry","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e0581e0-aaba-4d6e-8933-d4a119f8399d","name":"Intro to Medical Microbiology 1: Bacteriology","description":"By FreeMedEd via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/free-med-ed/courses/intro-medical-microbiology-bacteriology","topics":"bacterias;microbiology;bacteriology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36538fb3-cc32-4c0a-9b9e-635887da13e6","name":"BioStatistics","description":"By Doane University via edX","image":null,"links":"course|https://www.edx.org/course/biostatistics-0","topics":"statistics;biology;biostatistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"682adcd2-a2fb-4a01-b683-d2225fb39228","name":"Fundamentals of Neuroscience, Part 3: The Brain","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-fundamentals-of-neuroscience-part-3-the-brain-3927","topics":"neuroscience;brain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b753f46-84da-4c50-b1fe-174b85c190d7","name":"Big Bang and the Origin of Chemical Elements","description":"By Seoul National University via edX","image":null,"links":"course|https://www.edx.org/course/big-bang-and-the-origin-of-chemical-elements-0","topics":"astrophysics;big-bang","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a98e354f-3948-4f10-9085-4c46fb1f1364","name":"The Extremes of Life: Microbes and Their Diversity","description":"By Kyoto University via edX","image":null,"links":"course|https://www.edx.org/course/the-extremes-of-life-microbes-and-their-diversity","topics":"microbiology;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04bbcf2e-278a-41f6-83f7-2c76b34101d6","name":"Evolution of the Human Sociality: A Quest for the Origin of Our Social Behavior","description":"By Kyoto University via edX","image":null,"links":"course|https://www.edx.org/course/evolution-of-the-human-sociality-a-quest-for-the-origin-of-our-social-behavior","topics":"humans;society;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c85fe94f-6cc9-4272-95bb-03eb9b850dd2","name":"Climate Change: Carbon Capture and Storage","description":"By University of Edinburgh via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-climate-change-carbon-capture-and-storage-10269","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ccf59de4-e07e-4625-bd8b-edd6aa1bdbf9","name":"Philosophy of Science for Engineers and Scientists","description":"By KTH Royal Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/philosophy-of-science","topics":"philosophy-of-science;philosophy;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e471b55b-50d9-44bc-be77-d7c31eb155be","name":"Fundamentals on REDD+","description":"By United Nations via Independent","image":null,"links":"course|https://unccelearn.org/course/view.php?id=45&page=overview","topics":"forests;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c01b29b-ac0a-4404-8f11-b97dd77f60e4","name":"Advancing on REDD+","description":"By United Nations via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-advancing-on-redd-12700","topics":"forests;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef30b356-4f85-41c2-9137-1e64dd0a5546","name":"Anatomy: Gastrointestinal, Reproductive and Endocrine Systems","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/course/anatomy-gastrointestinal-reproductive-and-endocrine-systems","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc9bad49-9b39-461a-b454-1c3fc82625b0","name":"Biology and Management of Weeds and Invasive Plants","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/osu/global-one-health/courses/biology-management-weeds-plants","topics":"biology;plants","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6c1bafb-e7e7-44cd-a95c-cad76dc77000","name":"Life in the Universe: Syntheses for Life","description":"By Seoul National University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-life-in-the-universe-syntheses-for-life-9426","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f76382b-8a18-4fa2-9e30-939cb61dad6c","name":"The Health Effects of Climate Change","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-health-effects-of-climate-change-12106","topics":"climate-change;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06cb82eb-07da-43dd-9bb8-31bedd892bd2","name":"Surface Science: Methods of Surface Analysis","description":"By National Research Nuclear University MEPhI via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-surface-science-methods-of-surface-analysis-8608","topics":"surface-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8041f053-d894-4beb-b464-1a73ee6e6f64","name":"Water: Addressing the Global Crisis","description":"By SDG Academy via edX","image":null,"links":"course|https://www.edx.org/course/water-addressing-the-global-crisis-2","topics":"water;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10ee3a06-098b-4a76-8c55-6f415af8623b","name":"Essential Tools For The Low Carbon Economy","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/essential-tools-for-the-low-carbon-economy-0","topics":"economics;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f294ada-b1b7-4059-93d9-9729094f1599","name":"Molecular Biology - Part 2: Transcription and Transposition","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-molecular-biology-part-2-transcription-and-transposition-4072","topics":"molecular-biology;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"093b4f68-aa73-414f-93fe-6a7b2b2901a7","name":"Nuclear Energy: Science, Systems and Society","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/nuclear-energy-science-systems-and-society","topics":"nuclear-energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2935b97e-4704-4ee4-a48a-31df0a30968d","name":"Drinking Water Treatment","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/drinking-water-treatment-2","topics":"water;water-treatment","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebc8eeab-0f1b-494e-9a45-b47d90cd51a3","name":"Human Reproduction","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-human-reproduction-11418","topics":"reproduction;sex","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"401b9899-045f-40b1-ba60-d306df54b9d6","name":"Tropical coastal ecosystems","description":"By University of Queensland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-tropical-coastal-ecosystems-1649","topics":"tropics;coasts;ecology;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21351809-aa94-4fec-bc41-6a73f240e5ec","name":"Proteins: Biology's Workforce","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/course/proteins-biologys-workforce-2","topics":"protein;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d76b2e14-ca10-490b-944b-36d7a427eb40","name":"DNA: Biology’s Genetic Code","description":"By Rice University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-dna-biology-s-genetic-code-3918","topics":"dna;biology;genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa52c06f-3d2c-4f5f-a06f-33b368deabd7","name":"Applied anatomy of the locomotor system","description":"By University of Naples Federico II via edX","image":null,"links":"course|https://www.edx.org/course/applied-anatomy-of-the-locomotor-system-2","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d67aff3-d455-4112-9b0a-63022cb11305","name":"Chimica Organica I","description":"By University of Naples Federico II via edX","image":null,"links":"course|https://www.edx.org/course/chimica-organica-i-2","topics":"organic-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3474b620-26b5-424c-bfaf-8ed4e655ff8f","name":"Earthquake Seismology","description":"By University of Naples Federico II via edX","image":null,"links":"course|https://www.edx.org/course/earthquake-seismology-2","topics":"earthquakes;seismology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4eaab539-2660-42cb-9b84-a96724342b7f","name":"Backyard Meteorology: The Science of Weather","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-backyard-meteorology-the-science-of-weather-12108","topics":"metereology;weather","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d538fd44-2f29-4f5f-aed5-7f5ff6d96a22","name":"应对气候变化的中国视角 | China’s Perspective on Climate Change","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx--china-s-perspective-on-climate-change-4895","topics":"climate-change;nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b21a6b8-7986-4a8a-8965-be85866baccd","name":"文物精品与文化中国:农业与制造业 | Relics in Chinese History - Part 1: Agriculture and Manufacturing","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx---relics-in-chinese-history-part-1-agriculture-and-manufacturing-4079","topics":"nations/china/history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04d5ff49-b67d-45d8-9375-a0635f7371e3","name":"Origins of the Human Mind","description":"By Kyoto University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-origins-of-the-human-mind-6988","topics":"science;biology;chimpanzee","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b7d85a1-45e4-49ae-b14f-23f1a25b82a5","name":"Thermodynamics","description":"By Indian Institute of Technology Bombay via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-thermodynamics-1624","topics":"thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca109703-a663-45ad-aece-a12720b811db","name":"Making Sense of Climate Science Denial","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/making-sense-of-climate-science-denial-2","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc634312-123c-443d-9f02-d2e264319b8e","name":"Natural Disasters","description":"By McGill University via edX","image":null,"links":"course|https://www.edx.org/course/natural-disasters","topics":"disaster-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d29b6e2-026a-4127-88cd-1ae18705f425","name":"Space Mission Design and Operations","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.edx.org/course/space-mission-design-and-operations-1","topics":"spaceflight;aerospace-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50f06b22-b610-448d-8d7e-b8e887936d34","name":"Molecular Biology – Part 3: RNA Processing and Translation","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-molecular-biology-part-3-rna-processing-and-translation-7402","topics":"molecular-biology;biology;rna","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52e48403-3db6-437c-ac26-73fe9927459b","name":"Social Welfare Policy and Services","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-social-welfare-policy-and-services-7339","topics":"society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"056bbbd7-5828-436c-b062-b9146c49c40e","name":"Climate Change Education","description":"By Inter-American Development Bank via edX","image":null,"links":"course|https://www.edx.org/course/climate-change-education-0","topics":"climate-change;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de247e9b-e661-4dac-80be-97f385fb74d3","name":"Batteries, Fuel Cells, and their Role in Modern Society","description":"By Ural Federal University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-batteries-fuel-cells-and-their-role-in-modern-society-9383","topics":"batteries;fuel-cells","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c51e240-1ea0-41f2-a0fd-c3c3d4da2f2d","name":"Introduction to the Theory of Ferromagnetism","description":"By National Research Nuclear University MEPhI via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-the-theory-of-ferromagnetism","topics":"ferromagnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27161b1a-5694-43c6-8508-8776d0173cf6","name":"Introduction to Deep Earth Science","description":"By Tokyo Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-deep-earth-science-3759","topics":"earth;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26892619-b61d-4d1b-8d93-5dcc0a8228ae","name":"The Chemistry of Life","description":"By Kyoto University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-chemistry-of-life-1495","topics":"chemistry;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ac703af-54e8-4af2-81cf-46875c1c4036","name":"Cosmic Rays, Dark Matter, and the Mysteries of the Universe","description":"By Waseda University via edX","image":null,"links":"course|https://www.edx.org/course/cosmic-rays-dark-matter-and-the-mysteries-of-the-universe-3","topics":"astrophysics;cosmic-rays;dark-matter","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b6f0f34-d80e-4683-a958-0ac384eb5f05","name":"Understanding Agribusiness, Value Chains, and Consumers in Global Food Systems","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.edx.org/course/understanding-agribusiness-value-chains-and-consumers-in-global-food-systems-2","topics":"agriculture;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73043259-1b81-4179-87cf-e6e929f0a702","name":"An Interactive Introduction to Knot Theory","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/29771242-an-interactive-introduction-to-knot-theory","topics":"knot-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2bcb812-2c8d-4070-b334-b4efc1dd4822","name":"Urban Sewage Treatment","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/urban-sewage-treatment-5","topics":"wastewater-treatment;sewage-treatment","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a066586a-6e46-4f7c-a534-e37de6d460bb","name":"Plasmonics: From Fundamentals to Modern Applications","description":"By ITMO University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-plasmonics-from-fundamentals-to-modern-applications-9627","topics":"plasmonics;physics;nanotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f7690ae-205d-423d-916d-cb9343181f3e","name":"Open Science: Sharing Your Research with the World","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/open-science-sharing-your-research-with-the-world-2","topics":"science;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"022cd4be-ff75-4499-be24-f9e581f28e0f","name":"Nitrogen: A Global Challenge","description":"By University of Edinburgh via edX","image":null,"links":"course|https://www.edx.org/course/nitrogen-a-global-challenge-2","topics":"nitrogen;climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09e8a3fe-5f4c-46bc-ab1c-915646c3e001","name":"Geoscience: the Earth and its Resources","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-geoscience-the-earth-and-its-resources-5312","topics":"earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa561bdc-2893-4b65-92aa-f6993b4ca067","name":"Nature Based Metropolitan Solutions","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/nature-based-metropolitan-solutions","topics":"environmental-science;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24b3744a-df42-4191-afb7-fe5af59240ec","name":"Genetic Models for Animal Breeding","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-genetic-models-for-animal-breeding-8773","topics":"genetics;animals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15c08530-b710-4519-ab89-81a9beff5f0c","name":"Biospecimen Research Methods","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-biospecimen-research-methods-7585","topics":"biology;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d5261d0-fd5a-4eba-9916-02c3a147365a","name":"Evaluating Animal Breeding Programmes","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-evaluating-animal-breeding-programmes-12619","topics":"animals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73b3c0f6-724d-4df4-adaf-4f9346cd9399","name":"Environmental and Natural Resources Economics","description":"By Doane University via edX","image":null,"links":"course|https://www.edx.org/course/environmental-and-natural-resources-economics","topics":"environmental-science;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3eca6ac4-13cb-435f-b180-3e63e5cb0b29","name":"Anatomy: Musculoskeletal and Integumentary Systems","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-anatomy-musculoskeletal-and-integumentary-systems-7093","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d359f608-5569-4e35-989d-5d7d43aca361","name":"Dog Behavior: Problems and Solutions","description":"By Arizona State University via edX","image":null,"links":"course|https://www.edx.org/course/dog-behavior-problems-and-solutions-2","topics":"dogs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49e4b219-6f3c-4021-90a5-781dcea3a62a","name":"Science & Cooking: From Haute Cuisine to Soft Matter Science (physics)","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/science-cooking-from-haute-cuisine-to-soft-matter-science-physics-2","topics":"cooking;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a5fdf67-4c33-49b5-a19d-74fab5540cec","name":"Animal Feed Production: Feed Safety","description":"By EIT Food via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-animal-feed-production-feed-safety-15143","topics":"animals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a1976d2-b03b-4527-bcb4-85db202bb47f","name":"Why Do We Age? The Molecular Mechanisms of Ageing","description":"By University of Groningen via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-why-do-we-age-the-molecular-mechanisms-of-ageing-3416","topics":"ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f7aa799-bd45-4518-ba19-addafdf243fb","name":"Genomic Medicine and Research: A Community Approach","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/community-genetics","topics":"genomics;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed562820-5598-4f01-b8d9-842274f11017","name":"One Planet, One Ocean","description":"By SDG Academy via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-one-planet-one-ocean-8505","topics":"oceans;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05553440-dc3a-45c9-9336-0c07ffa2c4b5","name":"Quantum Optics 1 : Single Photons","description":"By École Polytechnique via Coursera","image":null,"links":"course|https://www.coursera.org/learn/quantum-optics-single-photon","topics":"quantum-physics;optics;photons","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d29dedcd-2761-479e-b7a8-b0971cc3fc07","name":"Drainage in Agriculture: controlling water and salt levels in the soil","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/drainage-in-agriculture-control-water-levels-to-increase-food-production","topics":"drainage;agriculture;soil","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d15fba8e-24d3-4d85-b258-3c997c026b44","name":"Incorporating Renewable Energy in Electricity Grids","description":"By Imperial College London via edX","image":null,"links":"course|https://www.edx.org/course/incorporating-renewable-energy-in-electricity-grids-2","topics":"renewable-energy;energy;electricity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"824df22a-ba4d-4559-b6b5-4bd22142db99","name":"Mechanics: Kinematics and Dynamics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/mechanics-kinematics-and-dynamics-3","topics":"mechanics;kinematics;dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80fe02e2-17a6-434c-851d-3582a6eb76e5","name":"Introduction to Ecosystems","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-ecosystems-1255","topics":"ecology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b62cb0c4-15a6-4e03-962c-9629d23f3840","name":"Metabolomics: Understanding Metabolism in the 21st Century","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/metabolomics","topics":"metabolism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fff334b5-0719-4b4d-b947-f4fe8b78438c","name":"Environmental Security and Sustaining Peace","description":"By SDG Academy via edX","image":null,"links":"course|https://www.edx.org/course/environmental-security-and-sustaining-peace-2","topics":"environmental-science;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e457d09-8639-46e4-bf1b-48e608dc83c5","name":"Understanding Quantum Computers","description":"By Keio University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-quantum-computers-8706","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9df917e7-8507-40e3-8d70-9690313b6508","name":"Why Move Towards Cleaner Power","description":"By Imperial College London via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-why-move-towards-cleaner-power-12600","topics":"energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5196f435-393b-4c11-8abc-55dec05e9e36","name":"Creating a Pro-Renewables Environment","description":"By Imperial College London via edX","image":null,"links":"course|https://www.edx.org/course/creating-a-pro-renewables-environment-3","topics":"renewable-energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67c142f7-d177-467e-be65-ed75457d09ee","name":"The Science of Nuclear Energy","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/the-science-of-nuclear-energy","topics":"nuclear-energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c41a388d-684c-4cb7-a9af-d56be42d6aa5","name":"Introduction to Forensic Science","description":"By University of Strathclyde via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introduction-to-forensic-science","topics":"forensics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b17b88e-b919-46ab-8f0b-0f03ff5d2c49","name":"Exploring Anatomy: the Human Abdomen","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-exploring-anatomy-the-human-abdomen-1446","topics":"anatomy;abdomen","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"502de55c-5b63-4430-bde8-d6188768123a","name":"Tipping Points: Climate Change and Society","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-tipping-points-climate-change-and-society-10580","topics":"climate-change;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"550cbaad-3332-4d42-9e10-34a5fe9b49a9","name":"Improving Food Production with Agricultural Technology and Plant Biotechnology","description":"By EIT Food via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/food-production-agricultural-technology-plant-biotechnology","topics":"biotechnology;agriculture;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf223323-59fa-4dec-98eb-938aa681e0d6","name":"Language Testing During Awake Brain Surgery","description":"By University of Groningen via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/awake-brain-surgery","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2102578-ebc8-48b5-9e02-610509bfff03","name":"Ecology and Wildlife Conservation","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/ecology-and-wildlife-conservation","topics":"ecology;wildlife","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08fdce16-9cef-48c8-92cc-c437e33fd558","name":"Environmental Challenges: Justice in Natural Resource Management","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-environmental-challenges-justice-in-natural-resource-management-6373","topics":"environmental-science;justice","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df9f081d-ebb1-40d5-b62f-3dfc8604477e","name":"The Science of Beer","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/the-science-of-beer-2","topics":"beer;alcohol;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a30b76bb-2c63-42bd-b690-2bb92bcfaf57","name":"Capstone Chemistry and Technology for Sustainability","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-capstone-chemistry-and-technology-for-sustainability-11857","topics":"chemistry;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34a60cdd-97bb-49cd-be53-7b53d64d6f9e","name":"From Fossil Resources to Biomass: A Business and Economics Perspective","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-from-fossil-resources-to-biomass-a-business-and-economics-perspective-11858","topics":"environmental-science;biomass","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe593b58-9445-44cd-8da5-5f088c67b66a","name":"Catalytic Conversions for Biobased Chemicals and Products","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-catalytic-conversions-for-biobased-chemicals-and-products-11859","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8f7015a-b1c5-465b-be34-03e49371c6a7","name":"Biorefinery: From Biomass to Building Blocks of Biobased Products","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/biorefinery-from-biomass-to-building-blocks-of-biobased-products-3","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f67724d9-3453-4793-a523-e00de0681a19","name":"Agriculture, Economics and Nature","description":"By University of Western Australia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/agriculture-economics-nature","topics":"agriculture;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7455a862-484f-4bb4-b264-6450e9350f17","name":"The Conquest of Space: Space Exploration and Rocket Science","description":"By Universidad Carlos iii de Madrid via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-conquest-of-space-space-exploration-and-rocket-science-4412","topics":"spaceflight;aerospace-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c43a5245-d842-46a8-9850-d37fde3f5b7a","name":"Moons","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-moons-1754","topics":"moon","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9b874be-210a-4618-bf95-a3a32d2e3edb","name":"Environmental Challenges: Rights and Values in Ecosystem Services","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/environmental-challenges-rights-values","topics":"society;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da7ceb03-7816-4751-9846-21f2862d0fd6","name":"Discovering Science: Medicinal Chemistry","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-discovering-science-medicinal-chemistry-7739","topics":"medicinal-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7aaf9062-d5aa-4340-83d8-0b6f94566ff3","name":"Valuing Nature: Should We Put a Price on Ecosystems?","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/valuing-nature-should-we-put-a-price-on-ecosystems","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4eba52e7-9807-48ec-9453-00fe36c59644","name":"The Challenge of Global Water Security","description":"By Cardiff University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/global-water-security","topics":"water;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e51ae63-2097-47b7-a548-832bdfdc89ba","name":"Climate Change: The Science","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-climate-change-the-science-9735","topics":"climate-change;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b72a057c-4d62-4502-85dc-f0158516954c","name":"Discovering Science: Global Challenges","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-discovering-science-global-challenges-7740","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddf09964-78e0-4168-980c-52acaaa488ba","name":"Environmental Challenges: Hierarchy in Property Rights","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/environmental-challenges-property-rights","topics":"environmental-science;property-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3de422a-b630-4999-a7a4-2613fe597a68","name":"Mechanics: Momentum and Energy","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/mechanics-momentum-and-energy-0","topics":"mechanics;momentum;energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42107bc9-48f6-4f48-8020-5989e37e240a","name":"Air pollution: causes and impacts","description":"By Institut Mines-Télécom via edX","image":null,"links":"course|https://www.edx.org/course/air-pollution-causes-and-impacts-2","topics":"pollution;air","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70248d8a-b9c0-44a1-bbf6-2894a286a73b","name":"Nutrition and Health: Human Microbiome","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/nutrition-and-health-human-microbiome-3","topics":"nutrition;health;microbiome","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f66fc41-c398-4ba5-8844-41aa74d1e152","name":"Discovering Science: Chemical Products","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-discovering-science-chemical-products-7741","topics":"chemistry;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06e8a508-01ad-4e1a-bef2-28898d1b6828","name":"The Earth in My Pocket: an Introduction to Geology","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/geology","topics":"geology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd14b5aa-6210-4318-ad09-b9f6c6e968a7","name":"Environmental Challenges: Human Impact in the Natural Environment","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/environmental-ethics-human-impact","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e659e88-ea3e-4011-a1a2-76d9b7638277","name":"Discovering Science: Atmospheric Chemistry","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-discovering-science-atmospheric-chemistry-7742","topics":"chemistry;atmosphere","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58f2e08f-bb95-4cb5-9090-c2c53154d5ee","name":"Understanding Nuclear Energy","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/understanding-nuclear-energy-2","topics":"nuclear-energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33dbbf36-d2ee-4aae-bcbe-2dcb684ee21a","name":"Mechanics: Rotational Dynamics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-mechanics-rotational-dynamics-7317","topics":"mechanics;rotation;dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfb86c6e-d773-45f4-95d8-c02230894697","name":"Mechanics: Simple Harmonic Motion","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/mechanics-simple-harmonic-motion-2","topics":"mechanics;harmonic-motion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"811ce4dd-6c9e-448c-820b-eb3633f7e1dd","name":"Electricity and Magnetism: Electrostatics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/electricity-and-magnetism-electrostatics-2","topics":"electrostatics;electromagnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97aae56c-b06a-4c54-b23e-814eebb89df4","name":"Electricity and Magnetism: Magnetic Fields and Forces","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-electricity-and-magnetism-magnetic-fields-and-forces-10280","topics":"electromagnetism;magnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25f97eb3-5c72-453a-a889-d4bcf7c352a9","name":"The Physicist and the Philosopher","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/23500546-the-physicist-and-the-philosopher","topics":"physics;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42114431-63a7-4de3-93f8-1cb7b1b7c183","name":"Electricity and Magnetism: Maxwell’s Equations","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/electricity-and-magnetism-maxwells-equations-2","topics":"electromagnetism;maxwell-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4660e965-b432-48b2-8bf7-840a78429d81","name":"Atmospheric Chemistry: Planets and Life Beyond Earth","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/atmospheric-chemistry-planets-and-life-beyond-earth","topics":"chemistry;atmosphere;space-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ccd8a34e-dbf8-4ea1-8c62-7b8ef5f00c8f","name":"Global Warming I: The Science and Modeling of Climate Change","description":"By The University of Chicago via Coursera","image":null,"links":"course|https://www.coursera.org/learn/global-warming","topics":"climate-change;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a93d5818-46f5-493e-9028-b2e3cdd0b5b7","name":"Biochemistry: Biomolecules, Methods, and Mechanisms","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/biochemistry-biomolecules-methods-and-mechanisms-2","topics":"biochemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58c0748d-8fbf-4adc-b13b-b85bf82dcc0e","name":"Physics of Materials","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-physics-of-materials-3988","topics":"physics;material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d84ad3b8-3b52-4ba0-ab5c-8ead571cc46a","name":"Biomaterials for bone tissue engineering applications","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mm24/preview","topics":"biomaterials;material-science;tissue-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee9a85c6-323f-463f-9b13-2f865d9133da","name":"Chemical Reaction Engineering-I","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-chemical-reaction-engineering-i-13943","topics":"chemical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ff83454-5e90-4527-a497-4f4516b501a1","name":"Dairy and Food process and products technology","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-dairy-and-food-process-and-products-technology-13980","topics":"dairy;food-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb8be8b2-083d-4476-a23a-2e11dc2ea6c8","name":"Industrial Biotechnology","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_bt20/preview","topics":"biotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c3900c7-9a2d-4387-a3c7-c8a1b005eb26","name":"Spectroscopic Techniques for Pharmaceutical and Biopharmaceutical Industries","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cy29/preview","topics":"spectroscopy;pharma","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4a0013f-15c5-4c7a-8455-13849f6f4714","name":"Stereochemistry","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-stereochemistry-14305","topics":"chemistry;stereochemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"671bcc9e-593e-48db-9708-83192ca5c51b","name":"Structural Geology","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-structural-geology-14312","topics":"geology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64c860a4-d2d5-4250-a065-2ac240419199","name":"Unit operations of particulate matter","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-unit-operations-of-particulate-matter-14348","topics":"chemistry;chemical-engineering;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d038cd8-3dc7-4349-b9d1-38829536494b","name":"Introduction to Polymer Physics","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ch28/preview","topics":"polymers;material-science;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ad91260-2127-4dc4-9c99-b235d3039a83","name":"Mechanisms in Organic Chemistry","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-mechanisms-in-organic-chemistry-14194","topics":"organic-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1b345c2-537d-4de7-be9e-0547c5fca996","name":"Metals In Biology","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-metals-in-biology-14196","topics":"metals;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9383a235-330a-41c1-8d5c-77cfa983ae2f","name":"Artistic Exploration in Scientific Research And Technology","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-artistic-exploration-in-scientific-research-and-technology-13904","topics":"science;arts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8711fdc2-205f-416f-83ec-6b3a09f1e257","name":"Biophysical chemistry","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cy34/preview","topics":"chemistry;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2adc7aa-2c6e-4a22-b485-d66c4927343e","name":"WildLife Conservation","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_bt32/preview","topics":"wildlife","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cddecb8f-29ec-4bd1-8e36-f9c1c4b38b3c","name":"Solar Photovoltaics Fundamentals, Technology And Applications","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ph13/preview","topics":"solar-power;photovoltaics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2517d69d-8406-4881-9e7a-96b70bdd7dc2","name":"Structural Analysis of Nanomaterials","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mm22/preview","topics":"nanotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd4f80b5-18ab-47a5-9724-ed6a733bef8c","name":"Ultrafast Optics and Spectroscopy","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-ultrafast-optics-and-spectroscopy-14347","topics":"optics;spectroscopy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9377869-93c5-4f7d-a2d1-e23c76486494","name":"Path Integral and functional methods in quantum field theory","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-path-integral-and-functional-methods-in-quantum-field-theory-14227","topics":"quantum-field-theory;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77e86102-e1f6-4ed1-bae8-ebeafa063545","name":"Experimental Physics - II","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-experimental-physics-ii-14047","topics":"experimental-physics;physics;experiments","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3f22bfe-8f66-429e-ba44-adc1947060d0","name":"Coordination Chemistry","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cy19/preview","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39b049fb-ad0a-45b5-bbf7-4648b8a82dc5","name":"Drug Delivery: Principles and Engineering","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_bt23/preview","topics":"biology;engineering;drug-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e7cac76-7137-49e5-9962-35788756b1a1","name":"Chemical Engineering Thermodynamics","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-chemical-engineering-thermodynamics-12898","topics":"chemical-engineering;thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"051233b4-d161-448c-b21a-d2af58498ebb","name":"Principles Of Downstream Techniques In Bioprocess","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-principles-of-downstream-techniques-in-bioprocess-14245","topics":"biology;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21d53400-cb06-48fa-9a0c-e47f65af88a7","name":"Reagents In Organic Synthesis","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cy24/preview","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f1d250e-58ca-4c3a-8ecb-560260868d31","name":"Flow through porous media","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-flow-through-porous-media-14057","topics":"chemistry;engineering;fluid-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4471938c-71dc-4234-88a8-da0c5bdeaed8","name":"Chemical Crystallography","description":"By Indian Institute of Science Education and Research, Mohali via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cy35/preview","topics":"crystallography;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"238b4652-f41c-4d0f-8ba6-134d5b67e1df","name":"Computational Physics","description":"By Indian Institute of Science Education and Research, Pune via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-computational-physics-13948","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"456c6e80-e21f-487c-96ef-7739020c07cd","name":"Computer Aided Drug Design","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-computer-aided-drug-design-13949","topics":"biology;engineering;drug-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f84dbdc5-eaac-4170-9a37-5dc9d4c3950f","name":"Mass Transfer Operations II","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-mass-transfer-operations-ii-14186","topics":"chemistry;engineering;mass-transfer-operations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36f6ee49-475d-4faf-a5e2-91d8a1643d70","name":"Thermo-Mechanical And Thermo-Chemical Processes","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-thermo-mechanical-and-thermo-chemical-processes-14335","topics":"chemistry;engineering;chemical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d74b1a0-e19c-4e92-964d-4f12f3b65a29","name":"Quantum Computing","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cy31/preview","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4a5cc9b-7fdc-4b76-a74e-769a2dfe81f6","name":"Genetic Engineering: Theory and Application","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-genetic-engineering-theory-and-application-14090","topics":"genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de7e4518-4dcc-4815-9985-55d1b221a780","name":"Introduction to Electromagnetic Theory","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ph08/preview","topics":"electromagnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54f8b579-747f-4faf-b318-30a388be4ef1","name":"Introduction to Proteogenomics","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_bt26/preview","topics":"biology;engineering;proteogenomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7838595d-5f29-4037-b864-64b2a4680148","name":"Mechanical Unit Operations","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-mechanical-unit-operations-14193","topics":"chemistry;engineering;chemical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2e14aad-b60b-40c0-9607-54434bd3f058","name":"NMR spectroscopy for Chemists and Biologists","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_cy30/preview","topics":"spectroscopy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9f9e462-3682-4247-a02c-8c16f977e93d","name":"Physics of Turbulence","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-physics-of-turbulence-14233","topics":"turbulence;fluid-dynamics;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb2ab020-de13-45bb-9034-762ecdec2511","name":"Plant Physiology","description":"By University of Kashmir via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_bt09/preview","topics":"plants","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81d89d83-3709-4eee-b2b3-565431a21bed","name":"Thermodynamics: classical to statistical","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-thermodynamics-classical-to-statistical-14336","topics":"thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb874e67-3c32-4b75-a67f-818b0a183fd1","name":"Analytical Chemistry","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-analytical-chemistry-13895","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e2b4a9f-47de-4809-9d18-84ff1b05ea0e","name":"Chemical Process Intensification","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ch18/preview","topics":"chemical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1c60c91-7cd2-45de-8cfe-42390e27d4d7","name":"Chemical Process Safety","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ch19/preview","topics":"chemical-engineering;safety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f5ba20e-f75d-4069-bd61-316f6a8be81e","name":"Natural Gas Engineering","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ch24/preview","topics":"oil-and-gas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f20d4d87-a63f-4325-b4e2-ecb7e642aecf","name":"Neuroscience of Human Movements","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ge28/preview","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26a37c03-665c-44ad-a21d-1a8822f64d62","name":"Organic Chemistry in Biology and Drug Development","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-organic-chemistry-in-biology-and-drug-development-14220","topics":"organic-chemistry;drug-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a905aae-4fee-4193-a9f3-d118bba7be22","name":"Phase Equilibrium Thermodynamics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ch25/preview","topics":"thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb3468de-8f8a-4c7c-aaac-38de4ab5c67a","name":"Principles Of Organic Synthesis","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-principles-of-organic-synthesis-14246","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72643d1b-2a66-4c8b-88fb-8f8f77897360","name":"Norwegian Wood","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/11297.Norwegian_Wood","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ed0acc4-8a4a-4f6c-b34b-64040e0ec58f","name":"Infrared Spectroscopy for Pollution Monitoring","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ee66/preview","topics":"spectroscopy;chemistry;pollution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6eeca04-b2fd-4d58-bbd4-02a20de13c18","name":"Solid State Physics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-solid-state-physics-14298","topics":"solids;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39ff36c4-4d6e-4343-ae40-cce002d34af7","name":"Waves and Oscillations","description":"By Indian Institute of Science Education and Research, Pune via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ph18/preview","topics":"waves;oscillation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2ef2a94-59bd-4b10-9add-cd10429c5cbe","name":"Fluid and Particle Mechanics","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ch22/preview","topics":"fluid-mechanics;particle-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a1676c8-aa2a-40fe-bc35-b851a7c7600f","name":"Food Science & Processing","description":"By CEC via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-food-science-processing-14065","topics":"food-processing;food;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67eb7cbb-cbc7-4e7d-9a1a-f9c3316a1eca","name":"Evolution Today","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/evolution-today","topics":"evolution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cae0973-80a7-48e7-88d7-1f36261b3b8d","name":"Lactation Biology","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/lactation-biology","topics":"biology;lactation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41b0fdcd-5eb1-4983-a7f4-2b65e35c23a4","name":"Fundamentals of Immunology: Death by Friendly Fire","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/immunology-friendlyfire","topics":"immunology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3d13da3-926e-44cd-a468-cd48934f4762","name":"Mind of the Universe: Science in Progress","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.coursera.org/learn/mind-of-the-universe-science-in-progress","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"695992f2-8674-47d2-838a-b62540ddf563","name":"Fundamentals of Immunology: T Cells and Signaling","description":"By Rice University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fundamentals-of-immunology-t-cells-and-signaling-12722","topics":"immunology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a077dcb-5ed5-4074-a269-0924d4f98982","name":"Fundamentals of Immunology: Innate Immunity and B-Cell Function","description":"By Rice University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/immunologyfundamentalsimmunitybcells","topics":"immunology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae5d8eab-b7d8-4705-8a34-1e3d5aba841c","name":"Plant Physiology and Plant Tissue Culture","description":"By Devi Ahilya Viswavidyalaya, Indore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-plant-physiology-and-plant-tissue-culture-14238","topics":"plants;biology;botany","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfee9345-6017-4e1b-ba35-6a7b38bda5cc","name":"Environmental Studies","description":"By Devi Ahilya Viswavidyalaya, Indore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_bt03/preview","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3e21b90-a68c-4d39-a182-c6dfcbd87fc2","name":"Biochemistry & Molecular Biology","description":"By Devi Ahilya Viswavidyalaya, Indore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_bt02/preview","topics":"biochemistry;molecular-biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7720563-75ef-4986-b892-0b20ba21dd9d","name":"Global Arctic","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-global-arctic-11729","topics":"arctic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2e6f67c-61b9-4a72-b440-b718fae810bb","name":"Bioenergy","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-bioenergy-7896","topics":"biology;energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49dd7260-1dd4-40aa-b9d2-78d1d4107c11","name":"Research integrity in scientific professions","description":"By Université de Bordeaux via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-research-integrity-in-scientific-professions-12000","topics":"research;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e67adbd-3e69-4a21-8310-8c79faa21b46","name":"The Building Blocks of a Quantum Computer: Part 2","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/the-building-blocks-of-a-quantum-computer-part-2-2","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37b64465-452b-47b0-9fee-fed626e824d3","name":"The strange paradox of the world energy question","description":"By Alta Scuola Politecnica via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.pok.polimi.it/courses/course-v1:Polimi+ASPenergy101+2019_M5/about","topics":"energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4d48849-9a27-483f-ba54-f3c7512bc9e2","name":"Case Study Methodology","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.pok.polimi.it/courses/course-v1:Polimi+CASESTUDY101+2019_M5/about","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62eadd44-b734-45f6-934c-a56bbc704320","name":"Transforming Development: The Science and Practice of Resilience Thinking","description":"By SDG Academy via edX","image":null,"links":"course|https://www.edx.org/course/transforming-development-the-science-and-practice-of-resilience-thinking","topics":"climate-change;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95fc60d4-40bc-434f-b23d-b5e87229b991","name":"Origins Of Life","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.complexityexplorer.org/courses/95-origins-of-life","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af1a7e6a-2981-4a85-969b-1b36aee22d4d","name":"Next Generation Biosecurity: Responding to 21st Century Biorisks","description":"By University of Bath via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-next-generation-biosecurity-responding-to-21st-century-biorisks-12543","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce3d6f45-ddc5-48a1-80e5-5b0bfcdffa5b","name":"Epigenetics","description":"By Institut Pasteur via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:pasteur+96013+selfpaced/about","topics":"biology;genetics;epigenetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce8f7fe8-e033-4e2b-8a72-f7bee14e7253","name":"Human Growth & Development","description":"By Avianshilingam Institute for Home Science and Higher Education for Women, Coimbatore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_hs07/preview","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a92015d-f8ff-4657-b384-bb8f15db90f9","name":"Analytical Techniques","description":"By All India Institute of Medical Sciences, New Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-analytical-techniques-13896","topics":"chemistry;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55425d4a-884c-4304-8f55-3261fc630fad","name":"Biology of the silkworm, Bombyx mori","description":"By University of Mysore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-biology-of-the-silkworm-bombyx-mori-13918","topics":"biology;silkworm","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cada2136-acf5-409d-b436-ad0af240b349","name":"Biomass Characterization","description":"By Central University of Kerala via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_bt17/preview","topics":"biology;biomass","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e3c2dd2-3ad3-493b-b0e2-7f0720634bfa","name":"General Sericulture","description":"By University of Mysore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_bt05/preview","topics":"biology;silk;sericulture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8babb0f5-0866-4045-a751-34be603f00d1","name":"Metamorphic Petrology & Thermodynamics","description":"By Doctor Harisingh Gour Vishwavidyalaya, Sagar via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-metamorphic-petrology-thermodynamics-14197","topics":"petrology;thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3451f23-735c-421c-a515-6902b95ced05","name":"Biomembranes and Bioenergetics","description":"By S. Kula Women’s College, Nambol, Manipur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-biomembranes-and-bioenergetics-13922","topics":"biochemistry;biomembranes;bioenergetics;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"139f4ec8-62fb-42eb-8161-a3ccd040f6d0","name":"Why Snatch Blocks are AWESOME (How Pulleys Work) - Smarter Every Day 228","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=M2w3NZzPwOM","topics":"machines;pulley","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"18335662-4517-4c52-9002-1ef3fd941dd1","name":"Solid and Hazardous Waste Management","description":"By Central University of Punjab via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_bt18/preview","topics":"waste-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0e59000-52e6-42ab-892b-c4c231c5d0e8","name":"Food Microbiology","description":"By University of Mysore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-food-microbiology-14063","topics":"food-science;microbiology;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2174d514-f612-4839-9996-35628fd60061","name":"Food Preservation Technology","description":"By University of Mysore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-food-preservation-technology-14064","topics":"food-science;food-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76096b8b-e0c8-4a0b-99de-fe58855281fd","name":"Economic Botany: Plant Resource utilization","description":"By University of Kashmir via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-economic-botany-plant-resource-utilization-14022","topics":"botany;plants","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e70c65a7-2cb5-473c-ae0f-37271efab35f","name":"Histology: Using Microscopy to Study Anatomy and Identify Disease","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/histology","topics":"histology;microscopy;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f80ef6ac-03af-441e-b0a0-9f8dda6d170b","name":"Geography of India","description":"By University of Mysore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-geography-of-india-14091","topics":"geography;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa802ba3-2844-4ec4-9b0c-badabff0994a","name":"Immunology","description":"By CEC via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-immunology-14117","topics":"immunology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abac00a4-23b4-4d89-b6e6-9c59fd1337d6","name":"Mulberry and Silkworm Crop Protection","description":"By University of Mysore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_bt06/preview","topics":"silkworm","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59afaea8-13e5-41d6-a390-b9d71ca0a974","name":"Organic Chemistry-I","description":"By Jawaharlal Nehru University, New Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-organic-chemistry-i-14221","topics":"organic-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"204d7147-af44-40d3-8d96-b405b60ae0fa","name":"Biogeography","description":"By University of Mysore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_hs10/preview","topics":"biology;geography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1d87a49-eedd-457e-b3f5-65c98db2b434","name":"Cell Biology","description":"By CEC via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-cell-biology-13937","topics":"cell-biology;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d7a53cb-2c0d-4eb9-aad0-b147c23ae728","name":"Food Chemistry","description":"By University of Mysore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_ag04/preview","topics":"food-science;food-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc95f113-8b7f-4027-844f-7c937009b0a1","name":"Plant Pathology And Soil Health","description":"By University of Mysore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-plant-pathology-and-soil-health-14236","topics":"plants;soil;agriculture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"758e29c7-d269-4bc0-8f0c-862b68c45bd2","name":"Environmental Sociology","description":"By University of Hyderabad via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_hs30/preview","topics":"environmental-science;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"915a2273-9b9b-48cd-9611-259548e3e1b4","name":"GEOLOGY - PETROLOGY","description":"By Doctor Harisingh Gour Vishwavidyalaya, Sagar via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_mm02/preview","topics":"geology;petrology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ba6f74c-8e74-4e70-a0b5-a915aa2e9433","name":"General Microbiology","description":"By S. Kula Women’s College, Nambol, Manipur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-general-microbiology-14088","topics":"microbiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c1659da-fbf4-42fd-8f3d-30bf8346b5da","name":"Industrial Pharmacy I","description":"By H.N.B Garhwal University (A Central University) Srinagar Garhwal via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-industrial-pharmacy-i-14123","topics":"pharmacy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47c0a21e-2d0e-48c1-87b9-3612e4b29b3f","name":"On Being a Scientist","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/scientist","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cd5a7ef-1a10-4269-a3c0-d6e7b900e3da","name":"Awareness Programme on Solar Water Pumping System","description":"By IGNOU via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-awareness-programme-on-solar-water-pumping-system-13906","topics":"solar-power;water-pump","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56d30b90-d8da-470d-a1c2-000ea588a509","name":"Technology of Fermented, Cheese, Ice-cream and By-products","description":"By IGNOU via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-technology-of-fermented-cheese-ice-cream-and-by-products-14324","topics":"dairy;fermentation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25a799f0-c036-4e3c-861b-b550e3efb717","name":"Human Physiology","description":"By The University of Oklahoma via Janux","image":null,"links":"course|https://www.classcentral.com/course/janux-human-physiology-2266","topics":"physiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47aef36f-ce3d-4b24-b327-85d29be79024","name":"Quantum Mechanics and Quantum Computation","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/quantum-mechanics-quantum-computation-uc-berkeleyx-cs-191x","topics":"quantum-mechanics;quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16432a40-5dfa-4cc3-8381-698c761a9c2a","name":"8.01x: Classical Mechanics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/advanced-introductory-classical-mechanics-2","topics":"mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e8ab263-c569-43e3-9480-5ac4ffe9cdde","name":"UT.1.01x: Energy 101","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ut-1-01x-energy-101-814","topics":"energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7739b5c1-dcc2-4b1d-8d5f-7a0f645d1e5a","name":"CTB3365x: Introduction to Water Treatment","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/introduction-water-treatment-delftx-ctb3365x","topics":"water","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bcb63651-46ef-4ea4-adf0-481022c7d9ab","name":"Survey of Forensics","description":"By Stevenson University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-survey-of-forensics-1287","topics":"forensics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83412946-e64e-4054-b17a-80de77f6b94a","name":"Building Welcoming Communities | Open Source Guides","description":null,"image":null,"links":"article|https://opensource.guide/building-community/","topics":"community;open-source","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2ebdb41-18aa-40c1-97b6-01a842d5de90","name":"Dark Matter in Galaxies: The Last Mystery","description":"By via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-dark-matter-in-galaxies-the-last-mystery-1202","topics":"dark-matter","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0556e6ca-7e54-469e-928e-4db8e4d6a602","name":"PHYS_102x: Electricity & Magnetism","description":"By Rice University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-phys_102x-electricity-magnetism-925","topics":"electromagnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f40330a1-8bde-44d3-82a7-d7821098ae7f","name":"Biosciences: Journey into the Cell","description":"By Taylor's University via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-biosciences-journey-into-the-cell-1867","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9c96c40-6940-464e-a344-877a6b67eb82","name":"Kitchen chemistry","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-kitchen-chemistry-1757","topics":"chemistry;kitchen;cooking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c368972-e954-4a21-80b4-f77f39e2d419","name":"3.091x: Introduction to Solid State Chemistry","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-3-091x-introduction-to-solid-state-chemistry-1987","topics":"solids;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2043a814-3c67-4e7f-8c0e-a66e83371980","name":"Introduction to Wines","description":"By Taylor's University via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-introduction-to-wines-2326","topics":"wine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"407f2e4e-8a84-4611-861a-83a419ad5633","name":"Chemistry of Beer","description":"By The University of Oklahoma via Janux","image":null,"links":"course|https://www.classcentral.com/course/janux-chemistry-of-beer-1583","topics":"beer;alcohol;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92c2484a-dbfb-47c2-a033-300c75e23303","name":"The Fascination of Crystals and Symmetry","description":"By Universität Hamburg via iversity","image":null,"links":"course|https://iversity.org/en/courses/the-fascination-of-crystals-and-symmetry-b789b437-ceb3-412f-9482-772b6f1e413e","topics":"crystallography;symmetry;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f1cc7a1-0304-410f-a0a7-32b86f60bd36","name":"BIO465X: Neuronal Dynamics - Computational Neuroscience of Single Neurons","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-bio465x-neuronal-dynamics-computational-neuroscience-of-single-neurons-1055","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41a32003-79aa-4782-b97a-acf469dece16","name":"Strategies for winning. Meteorology in a round the world regatta","description":"By University of Barcelona via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/strategies-for-winning-meteorology-in-a-round-the-world-regatta","topics":"meteorology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b4eed40-293b-458c-84b2-ecbb60fa43dc","name":"Forests and Livelihoods in Developing Countries","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-forests-and-livelihoods-in-developing-countries-2819","topics":"forests","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b81c4e94-3c3b-4d5e-9a90-92615c752a93","name":"Science Fiction/Science Fact: Questions and Answers (Lite)","description":"By University of California, Irvine via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ucirvine/courses/sfsf-questions-answers-lite","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7affebe9-9410-4e25-b36a-69b67a61c213","name":"Cell Culture Basics","description":"By University of California, Irvine via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ucirvinegibco/courses/cell-culture-basics-1","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b198623c-69b3-43f7-a4b3-5a0483f91beb","name":"Evolution and Natural Selection","description":"By Northwest Career Technical High School via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/evolution-and-natural-selection","topics":"evolution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f668166-49f0-4c4f-95b9-50a74956c397","name":"Understanding Ecology and Populations","description":"By Northwest Career Technical High School via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/understanding-ecology-and-populations","topics":"ecology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30c97791-ab2d-4517-bab4-d255ece33182","name":"Developing Repeatable Models® to Scale Your Impact","description":"By +Acumen via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-developing-repeatable-models-to-scale-your-impact-3142","topics":"environmental-science;business;agriculture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4516ec58-32a4-4660-91c2-749f49aaecd6","name":"Shale Gas and Fracking: the Politics and Science","description":"By The University of Nottingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-shale-gas-and-fracking-the-politics-and-science-2991","topics":"oil-and-gas;politics;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d62a6d4d-3413-49e0-9c71-1ff67bb38c85","name":"Exploring Space Weather and 5E Instructional Model with NASA MMS Team","description":"By University of North Texas via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/uofnorthtexas/courses/exploring-space-weather","topics":"space-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55b87e4d-b2c7-45ee-8ba2-23c14db8386a","name":"Water, Civilization, and Nature: Addressing Water Challenges of the 21st Century","description":"By Colorado State University Online via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-water-civilization-and-nature-addressing-water-challenges-of-the-21st-century-1633","topics":"water","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c56bafcc-e986-4e02-b8de-2b090b96df02","name":"Circumpolar Innovation","description":"By University of Saskatchewan via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-circumpolar-innovation-2924","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a57efedf-b0f8-4f58-aa2d-115ee2020f02","name":"Oceanography: a key to better understand our world","description":"By University of Barcelona via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/barcelona/courses/oceanography-english","topics":"oceans","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f700affb-4794-423b-87b4-98c72d2c1362","name":"Your Body in the World: Adapting to Your Next Big Adventure","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-your-body-in-the-world-adapting-to-your-next-big-adventure-1421","topics":"human-body;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e2ff442-1b61-4362-a96b-12e400e75b62","name":"8.05x: Mastering Quantum Mechanics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/mastering-quantum-mechanics-part-3-entanglement-and-angular-momentum","topics":"quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b7f2fd1-96b4-4617-a7dc-39f79c64b843","name":"Eagle-Eye Astronomy","description":"By Observatoire de la Côte d'Azur via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/oca/27001/Trimestre_1_2015/about","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"957ba4be-f30c-4c44-9eb6-23b7db80ed75","name":"Alien Worlds: The Science of Exoplanet Discovery and Characterization","description":"By Boston University via edX","image":null,"links":"course|https://www.edx.org/course/alien-worlds-the-science-of-exoplanet-discovery-and-characterization-2","topics":"exoplanets;astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ac5d271-0150-4bcf-911d-cddfccd395be","name":"Fight or Die: The Science Behind FX's The Strain","description":"By University of California, Irvine via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ucirvine/fx/courses/the-strain-mooc","topics":"epidemiology;parasites","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22735153-1eed-4518-a041-c8918d960e00","name":"Anatomy and Physiology MOOC","description":"By The College of St. Scholastica via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-anatomy-and-physiology-mooc-3757","topics":"anatomy;physiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8e9698a-db93-4981-bf96-f42739db1f02","name":"Sustainable River Basin Management","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc15_ce03/preview","topics":"rivers;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08daa204-9b37-4310-842c-147d40db2e67","name":"Origins of Human Language - Birdsong","description":"By via EdCast","image":null,"links":"course|https://www.classcentral.com/course/edcast-origins-of-human-language-birdsong-3825","topics":"language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd851544-461f-41c3-816b-7cf29398ebac","name":"Fundamentals of Energy Resources","description":"By McHenry County College via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/mchenrycc/courses/fundamentals-of-energy-resources-1","topics":"energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74aa1249-6972-47bc-a754-cd77ae182a79","name":"Origins of Human Language - Primate Origins of Human Language","description":"By via EdCast","image":null,"links":"course|https://www.classcentral.com/course/edcast-origins-of-human-language-primate-origins-of-human-language-3826","topics":"language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de1e5067-56d9-4627-9731-39ff1d74a8da","name":"Science at the Polls: Biology for Voters, Part 1","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-science-at-the-polls-biology-for-voters-part-1-2904","topics":"science;biology;politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed758fe7-b452-4c8d-be65-433dac395974","name":"Politics and Economics of International Energy","description":"By Sciences Pro via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/SciencesPo/05006S02/session02/about","topics":"energy;politics;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de2a2eb2-ebe7-43c3-b756-11092ff8bf9b","name":"Renewable Energy Innovation MOOC","description":"By Climate-KIC via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-renewable-energy-innovation-mooc-4776","topics":"renewable-energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c4e6bce-78ec-4502-bb4f-76a298113e14","name":"Fairness and Nature: When Worlds Collide","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-fairness-and-nature-when-worlds-collide-1251","topics":"environmental-science;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2220b29c-9420-46db-8ef1-d2ad1f04337c","name":"Science at the Polls: Biology for Voters, Part 2","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/science-polls-biology-voters-part-2-uc-berkeleyx-bfv101-2x","topics":"science;biology;politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"529aea93-80b7-4975-92ff-276099096ebc","name":"Cracking Mechanics: Further Maths for Engineers","description":"By University of Bristol via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/cracking-mechanics","topics":"mechanics;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a3ed0c9-c0f5-47b2-ba98-6717937a9cf5","name":"Myths and Facts About Rocks","description":"By Tomsk Polytechnic University via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-myths-and-facts-about-rocks-4919","topics":"rocks;geology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a320c5d-a2f1-45eb-83ed-ef915bf70b25","name":"Advanced Introductory Classical Mechanics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-advanced-introductory-classical-mechanics-2514","topics":"classical-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9091461-9ba9-4c00-9a2a-3a57e701db1d","name":"Tackling the Global Food Crisis: Sustainable Agrifood Systems","description":"By Queen's University Belfast via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/agrifood","topics":"food;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb77eee3-f347-405b-ac40-4a96ba73193a","name":"Application of Spectroscopic Methods in Molecular Structure Determination","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-application-of-spectroscopic-methods-in-molecular-structure-determination-5231","topics":"spectroscopy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7291d841-e8f2-45a4-9b50-15d63990cd7d","name":"Introduction to Reciprocal Space","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-reciprocal-space-5332","topics":"science;physics;material-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3b3f82d-a3c1-4f17-b2f4-23063d5214a0","name":"Chemistry - II","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-chemistry-ii-5233","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83d17493-e3d9-4a4c-96a4-d4169fc53a8d","name":"PlasmaX: Plasma Physics and Applications","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-plasmax-plasma-physics-and-applications-3356","topics":"plasma-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63e3072b-9cc0-41c8-836e-02d0a1dbd4e2","name":"Smartphone Pocket Lab: Experimental Classical Mechanics","description":"By Université Paris Descartes via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/parisdescartes/70003/session01/about","topics":"classical-mechanics;experiments","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e65cab7-a7f0-4560-8494-dcbd47a4265e","name":"Powering Agriculture—Sustainable Energy for Food","description":"By TH Köln - University of Applied Sciences via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-powering-agriculture-sustainable-energy-for-food-5061","topics":"sustainability;agriculture;energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"114e3f01-2a92-4274-bbc9-08191f120d7b","name":"Useful Genetics, Part 2: Genes and Genetic Inheritance","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/useful-genetics-part-2-genes-genetic-ubcx-usegen-2x-0","topics":"genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41472fc5-5d67-4bee-a886-775a06accc96","name":"Useful Genetics Part 1: How Our Genes Shape Us","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/useful-genetics-part-1-how-genes-shape-ubcx-usegen-1x-0","topics":"genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de597246-090a-41db-a774-97b184dbf37b","name":"Environmental Management: Social-ecological Systems","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/environmental-management","topics":"environmental-science;ecology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8171f525-3518-466b-8af3-285cf44ff709","name":"The Einstein Revolution","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-einstein-revolution-2910","topics":"einstein;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5ce6824-9aa8-4c31-ad07-19b511c32496","name":"Antarctica Online","description":"By Victoria University of Wellington via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-antarctica-online-4683","topics":"antarctica","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fb38496-ea1f-440c-b2c5-1911fe499ac1","name":"Dog Origins","description":"By Arizona State University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-dog-origins-5864","topics":"dogs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21ec0672-6e65-4c7d-81f8-72ef5cf16c32","name":"Proteins and Gel-Based Proteomics","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-proteins-and-gel-based-proteomics-4444","topics":"proteomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"629a6772-cef9-4148-b9fd-7e6b5e0af542","name":"Mass spectrometry based proteomics","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-mass-spectrometry-based-proteomics-4443","topics":"proteomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2836868-b5c8-40de-a3be-f035af340a06","name":"Dog Perception and Cognition","description":"By Arizona State University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-dog-perception-and-cognition-5863","topics":"dogs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b3b8fd9-bfea-49ad-becc-4d5267200d26","name":"The E-Waste Challenge","description":"By Climate-KIC via Independent","image":null,"links":"course|https://learning.climate-kic.org/en/courses/e-waste-mooc","topics":"waste-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fad89189-2bb2-405b-9b69-cbdc9e3e88ee","name":"Water for Liveable and Resilient Cities","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/liveable-cities","topics":"water;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d71227d-8ff0-4b9c-89f1-b33721f44e9f","name":"From neuron to behavior","description":"By Institut Pasteur via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-from-neuron-to-behavior-10917","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8785ad31-da84-40ec-aa20-12083b8b5afc","name":"Our Hungry Planet: Agriculture, People and Food Security","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-our-hungry-planet-agriculture-people-and-food-security-3222","topics":"agriculture;food;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"526fe789-c640-4a99-bbd7-06363ce4891f","name":"Making Biologic Medicines for Patients: The Principles of Biopharmaceutical Manufacturing","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/making-biologic-medicines-patients-mitx-10-03x-1","topics":"medicine;manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"282a59c7-784c-4ff5-bebc-e0fbab06bd82","name":"Interactive Microbiology And Foundations Of Scientific Practice","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-interactive-microbiology-and-foundations-of-scientific-practice-6680","topics":"microbiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eeb92e06-61a1-4b93-8f20-4ea12c8888bd","name":"Monitoring Climate from Space","description":"By European Space Agency via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/climate-from-space","topics":"climate;space-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f679ce56-fe4a-4bd5-b805-cf99ba0b71ff","name":"Food and Our Future: Sustainable Food Systems in Southeast Asia","description":"By Stockholm Environment Institute via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/food-systems-southeast-asia","topics":"food;asia;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78fe3ebb-920c-4609-9cd6-65b380f96c64","name":"Global Food Security: Addressing the Challenge","description":"By Lancaster University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/food-security","topics":"food;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92c65cdf-4339-4b47-b4c9-4f4fc71d88fa","name":"The Ecosystem Approach and Systems Thinking","description":"By United Nations Development Programme via Independent","image":null,"links":"course|http://www.environmentacademy.org/courses/course-v1:UNEP+ENV001+2019/about","topics":"ecology;systems-thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29d062ae-2f01-4e01-8a0d-b68aea27adbd","name":"Quantum Information Science II","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-quantum-information-science-ii-6958","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44ab3b2c-d98a-4324-8ca1-053db6e6ce97","name":"Animal Behaviour","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/animal-behaviour","topics":"animals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"840323ba-1acf-4bfa-9d3c-103d7c9e3ff0","name":"Forensic Science and Criminal Justice","description":"By University of Leicester via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-forensic-science-and-criminal-justice-1575","topics":"forensics;justice","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d46eeb19-481d-4d6e-9c85-dfa5d20eca35","name":"Energy: Thermodynamics in Everyday Life","description":"By University of Liverpool via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/energy","topics":"energy;thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d566bf6e-a073-4f6c-b7ca-8f4cff9684c2","name":"Our Changing Climate: Past, Present and Future","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-our-changing-climate-past-present-and-future-2449","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9bf9cf2-f1eb-4a78-8cb0-44130de5e0fc","name":"Marine and Antarctic Science","description":"By via Open2Study","image":null,"links":"course|https://www.open.edu.au/online-courses/university-of-tasmania","topics":"oceans;antarctica","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a3140d85-aadd-41d3-a70f-f5e978c3a97a","name":"Fundamentals of Immunology: Death by Friendly Fire","description":"By Rice University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-fundamentals-of-immunology-death-by-friendly-fire-7817","topics":"immunology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0364bb85-bd77-4056-8fdd-9272a644e0fc","name":"Chemical Process Instrumentation","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-chemical-process-instrumentation-9999","topics":"chemical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f55bc51-7569-4e57-9d60-a7fda9adb9fd","name":"Basics of Noise and Its Measurements","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_me15/preview","topics":"noise","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27ca1d2a-1d93-4d65-90c3-e6576789fa4d","name":"Life Cycle Assessment","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_ce10/preview","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd8036bb-4142-46bd-af02-90dacebfbeb0","name":"Chemistry I: Introduction to Quantum Chemistry and Molecular Spectroscopy","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_cy05/preview","topics":"chemistry;quantum-chemistry;spectroscopy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bea7e7c-0a81-4436-8c0e-18ebd9700cbe","name":"Fundamentals of Acoustics","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-acoustics-7927","topics":"acoustics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f175ed66-fe83-45a0-8aba-a4e632b693e7","name":"Climate Change: Challenges and Solutions","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-climate-change-challenges-and-solutions-1246","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1efa03c-f3f3-42b6-99ac-c1d98cbad555","name":"Gravity! The Big Bang, Black Holes and Gravitational Waves","description":"By Paris Diderot University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/gravity","topics":"gravity;gravitational-waves;black-holes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28ab0e68-6a8e-41a2-b985-fa33e9769386","name":"Nuclear Magnetic Resonance a Compass to Nanoworld","description":"By Université de Lille via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/lille1/54002S02/session02/about","topics":"mri","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dae5fbc3-ec7f-45b4-ba60-98898929bac3","name":"Climate Change Leadership","description":"By Uppsala University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/climate-leadership","topics":"climate-change;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14bd0968-4d6d-439e-a3b9-6a8703dbbead","name":"Introduction to Continuum Physics","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/course/introduction-continuum-physics-michiganx-phy701x","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f4e6e9f-bd1d-41bd-be19-e69c964b47c3","name":"Missouri Caves and Speleology","description":"By Missouri State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-missouri-caves-and-speleology-8574","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbc14e42-a729-4797-99cd-dff812206008","name":"Protected Areas Management in Africa","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/protected-areas","topics":"environmental-science;africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0864e30c-8221-4911-8d86-87e29dfe3ab0","name":"The Frozen Frontier: Monitoring the Greenland Ice Sheet from Space","description":"By European Space Agency via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-frozen-frontier-monitoring-the-greenland-ice-sheet-from-space-8704","topics":"climate;environmental-science;greenland","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbe6018b-c5fc-48e3-9282-e8f279c29e8b","name":"Earth Observation from Space: the Optical View","description":"By European Space Agency via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/optical-earth-observation","topics":"earth;remote-sensing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e4a4dbe-df84-4932-ac7c-2f25a916afac","name":"Advanced Biobased Conversion","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-advanced-biobased-conversion-7310","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e519009-314d-4b9b-8256-39815980cf66","name":"REDD+ Academy e-Course","description":"By United Nations via Independent","image":null,"links":"course|https://unccelearn.org/enrol/index.php?id=16","topics":"forests","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1cfa93fa-49f0-4e5d-a42d-5604d2c690ff","name":"Biobased Principles and Opportunities","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/biobased-principles-and-opportunities-2","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2328f02f-b994-499f-9496-3740ab080639","name":"Cellular neurophysiology: how neurons communicate","description":"By Aix Marseille Université via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:amu+38008+session01/about","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ce0f651-4547-44be-ba1f-4497ab9fb49f","name":"Monitoring the Oceans from Space","description":"By EUMETSAT via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-monitoring-the-oceans-from-space-6952","topics":"oceans;remote-sensing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a42d4d3c-d217-4838-b223-0856db27e711","name":"So You Want to Study Life Science?","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-so-you-want-to-study-life-science-7098","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"863a8bd7-c50d-4869-9b22-5908b82c084d","name":"Genetica","description":"By University of Naples Federico II via Federica","image":null,"links":"course|https://www.classcentral.com/course/federica-genetica-7570","topics":"genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"479fff92-fc90-41aa-b8c3-6ab66b0360cc","name":"Microbes and Brain","description":"By Institut Pasteur via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:pasteur+96006+session01/about","topics":"brain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9a409e2-cb68-4663-8c19-50757d75da1f","name":"Biobased Processes & Implementation","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/biobased-processes-implementation-wageningenx-bb02x-0","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f16eba04-972a-42d5-bd4f-d67743106870","name":"Basic Physics","description":"By Swinburne University of Technology via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-basic-physics-1174","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25811568-0635-45e8-9c4b-dc9c2069c970","name":"National Adaptation Plans: Building Climate Resilience in Agriculture","description":"By United Nations via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-national-adaptation-plans-building-climate-resilience-in-agriculture-9979","topics":"agriculture;climate","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a232d725-603c-4823-8582-147c3fcff317","name":"Deception Detox - using research methods and statistics to change the world","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.coursera.org/learn/science-literacy","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07429e9f-a1ea-43a8-96bf-60acd528029e","name":"Nonlinear Dynamics 1: Geometry of Chaos","description":"By Georgia Institute of Technology via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-nonlinear-dynamics-1-geometry-of-chaos-2446","topics":"nonlinear-dynamics;chaos","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f80340ea-08e4-4964-9688-c1af700edb4c","name":"Introduction to Water","description":"By The University of Oklahoma via Janux","image":null,"links":"course|https://janux.ou.edu/course.tag-nextthought-com-2011-10-ou-courseinfo-5851972566306635061-4744144514886161056.html","topics":"water","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ab33517b-b536-4493-a078-31f0eb9473f9","name":"Transition Metal Organometallic Chemistry: Principles To Applications","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-transition-metal-organometallic-chemistry-principles-to-applications-10047","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1772b012-ff3d-4f33-a3ff-5aef223c7576","name":"Mineral Resources: Geology, Exploration, Economics and Environment","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ce13/preview","topics":"geology;minerals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c21232cc-41eb-4165-9094-52613261990d","name":"A Study Guide in Organic Retrosynthesis: Problem Solving Approach","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_cy03/preview","topics":"organic-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6292c97e-c1dc-4e61-9b3b-9fd4ff2bf75a","name":"Nuclear and Particle Physics","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ph02/preview","topics":"nuclear-physics;particle-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ce9fa7c-3901-4c0b-b39c-f3c8bed4f62b","name":"Introduction to Chemical Thermodynamics and Kinetics","description":"By Indian Institute of Science Education and Research, Mohali via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-chemical-thermodynamics-and-kinetics-10077","topics":"thermodynamics;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8450f1c4-fa85-4a30-bd7f-62be48805756","name":"Chemistry Of Main Group Elements","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_cy01/preview","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6cdecbf-963b-42db-acfe-75f7721303e3","name":"Preventing the Zika Virus: Understanding and Controlling the Aedes Mosquito","description":"By London School of Hygiene & Tropical Medicine via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-preventing-the-zika-virus-understanding-and-controlling-the-aedes-mosquito-6270","topics":"zika","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60ab0e68-e651-4c9b-a7f3-342d849693f1","name":"Atomic and Molecular Physics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-atomic-and-molecular-physics-9893","topics":"atomic-physics;molecular-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"713dac53-86a2-49b9-83aa-70b6b5603322","name":"Advanced Biorefinery","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/advanced-biorefinery-wageningenx-bb03x-0","topics":"biorefinery;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6708fd5b-5ed1-4725-ad9c-511c8b52007b","name":"Energy, the Environment and Our Future","description":"By Pennsylvania State University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-energy-the-environment-and-our-future-8126","topics":"energy;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c47cd88f-c501-489d-b0b1-ba0e21551a56","name":"Fundamentals Of Combustion (Part 1)","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ae01/preview","topics":"combustion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6c1efd7-a5b3-490c-8da1-f51e38f1ca2b","name":"How The Brain Creates Mind","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_hs04/preview","topics":"brain;mind","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1200c152-1d21-425d-8148-e5e164eaf29e","name":"Bio-electrochemistry","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-bio-electrochemistry-10081","topics":"biology;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ebbb01f-6f98-4584-820f-ef143ef5bdd6","name":"An Introduction to Cardiovascular Fluid Mechanics","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-an-introduction-to-cardiovascular-fluid-mechanics-10100","topics":"fluid-mechanics;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3322798-8730-4652-a35f-16aa6a405e7a","name":"Inductive Couple Plasma Atomic Emission Spectrometry ( ICP-AES) for Pollution Monitoring","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ch04/preview","topics":"spectrometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b293cb0-a78f-4a31-9297-a14cf9485c96","name":"Principles and Applications of NMR Spectroscopy","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ge07/preview","topics":"spectroscopy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71c8a1e3-f030-45a1-b354-0ff8b9f6abb0","name":"Sustainable Engineering Concepts And Life Cycle Analysis","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ce08/preview","topics":"sustainability;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebeae347-6c00-447e-8720-5403629f832f","name":"Advanced Condensed Matter Physics","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-advanced-condensed-matter-physics-10001","topics":"condensed-matter-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5b26bb8-85b2-4f5f-a37f-ae4b104b0bd9","name":"Introduction to Dynamical Models in Biology","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_bt07/preview","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7be70250-25db-4cea-a429-f0be67674afb","name":"Biodiversity and Global Change: Science & Action","description":"By University of Zurich via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-biodiversity-and-global-change-science-action-7793","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67eec5bb-520b-4688-990e-88f7e9604a66","name":"Fundamentals of optical and scanning electron microscopy","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-fundamentals-of-optical-and-scanning-electron-microscopy-5334","topics":"optics;electron-microscopy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9c14799-57d8-4140-834a-4d7c50e01cfb","name":"Chemical Applications of Symmetry And Group Theory","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-chemical-applications-of-symmetry-and-group-theory-10060","topics":"symmetry;group-theory;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3a18de9-05b5-498c-91fd-c72b8a31d1c3","name":"Principles of Polymer Synthesis","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-principles-of-polymer-synthesis-10076","topics":"polymers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3235d253-22ef-4e57-982c-90de6535db22","name":"Bio-energetics of Life Processes","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_bt13/preview","topics":"bioenergetics;biology;energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dcfdb10b-03a0-4568-9d9b-9fdab698f248","name":"Thermodynamics of Fluid Phase Equilibria","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-thermodynamics-of-fluid-phase-equilibria-10063","topics":"thermodynamics;fluids","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35260401-2940-4e58-81bd-8bdec6c3a52b","name":"Physics of Galaxies","description":"By University of Naples Federico II via Federica","image":null,"links":"course|https://www.federica.eu/c/physics_of_galaxies/","topics":"physics;galaxies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ed9aa32-44ed-4f36-9cc5-d35ad4dbc219","name":"Motion & Strength","description":"By University of Naples Federico II via Federica","image":null,"links":"course|https://www.federica.eu/c/motion_strength/","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a0da2d8-2449-418e-b055-07a30b7d4058","name":"Introduction to Crystal Chemistry","description":"By Samara University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-introduction-to-crystal-chemistry-10475","topics":"crystallography;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2a44779-894b-4489-b6f9-44beb9e3da34","name":"Tissue and Organ bioengineering","description":"By Université Paris SUD via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:pasteur+96007+session01/about","topics":"tissue-engineering;organs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdca4073-9d4d-43f0-8f2f-3c6da690b73a","name":"Metal and Metalloids of the Main Groups: Basis and Their Role in the Daily Life","description":"By Universidad Rey Juan Carlos via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-metal-and-metalloids-of-the-main-groups-basis-and-their-role-in-the-daily-life-11649","topics":"metals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cee2436-5a6e-4abd-9952-240a5df33a28","name":"Introduction to Solar Systems Astronomy","description":"By Arizona State University via edX","image":null,"links":"course|https://www.edx.org/course/introduction-solar-systems-astronomy-asux-ast111x-7","topics":"astronomy;solar-system","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"846f3861-c646-421b-9ed2-54f3a4fe8086","name":"Algorithmic Information Dynamics: From Networks to Cells","description":"By Santa Fe Institute via Complexity Explorer","image":null,"links":"course|https://www.classcentral.com/course/complexity-explorer-algorithmic-information-dynamics-from-networks-to-cells-3611","topics":"algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4400b330-bf07-4d3f-a7c4-0f914f3fd5cd","name":"How to Survive on Mars: the Science Behind the Human Exploration of Mars","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-how-to-survive-on-mars-the-science-behind-the-human-exploration-of-mars-6740","topics":"space-science;mars","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af920f8d-77ba-4e64-9937-00c3bbb426cf","name":"Tackling Global Food Safety","description":"By Queen's University Belfast via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/global-food-crisis","topics":"food-safety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"821892ac-9701-4adf-a612-c7601bf82ee4","name":"Brewing Microbiology","description":"By Oklahoma State University via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-brewing-microbiology-9560","topics":"brewing;alcohol;microbiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6606bb9a-e9f1-4011-9281-ef24b0d08012","name":"Managing for a Changing Climate","description":"By The University of Oklahoma via Janux","image":null,"links":"course|https://www.classcentral.com/course/janux-managing-for-a-changing-climate-6464","topics":"climate-change;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"155e7b86-9355-4eff-b277-9dc7d7086d01","name":"Basic Science: Understanding Experiments","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-basic-science-understanding-experiments-2127","topics":"science;experiments","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d143080-55e4-42fb-a0ce-db12582f10c2","name":"Hurricanes: What's Next? Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-hurricanes-what-s-next-teach-out-9289","topics":"hurricanes;weather","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"616e4d54-da46-4980-8ba5-24d81c002f3f","name":"Elements of Renewable Energy","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/elements-renewable-energies","topics":"renewable-energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"929b6c4f-63fd-4a43-b2a1-f546133703e4","name":"Quantum Mechanics for Scientists and Engineers","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:Engineering+EEX0001A+Y01/about","topics":"quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"367f4c51-4103-4c30-80e7-f8760b657c87","name":"Archaeoastronomy","description":"By via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.pok.polimi.it/courses/course-v1:Polimi+ArchAstr101+2019_M7/about","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b42a5d1-ed41-4e1a-878b-89eca6ad0b11","name":"Animal Viruses: Their Transmission and the Diseases They Produce","description":"By Universidad Complutense de Madrid via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-animal-viruses-their-transmission-and-the-diseases-they-produce-7493","topics":"viruses;animals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b4c4ce1-7a09-4772-8a2f-b70ea8e18e16","name":"Image Analysis Methods for Biologists","description":"By The University of Nottingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-image-analysis-methods-for-biologists-10310","topics":"biology;imaging","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af5ed1bf-811e-4eaa-8e13-34da24296adb","name":"Citizen Science: From Data to Action","description":"By University of Dundee via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/grow-from-soil-to-data","topics":"science;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c283f3c-d1b0-4878-8a17-2e7fddf9c80f","name":"Monitoring Atmospheric Composition","description":"By EUMETSAT via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-monitoring-atmospheric-composition-12167","topics":"atmosphere","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13625abe-1ede-461c-a244-51ba4725f6ec","name":"Molecular Biology - Part 1: DNA Replication and Repair","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-molecular-biology-part-1-dna-replication-and-repair-2907","topics":"molecular-biology;dna","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0474ed60-19e0-4131-a214-fa0040c564f0","name":"Physics Notes","description":null,"image":null,"links":"interactive|https://landgreen.github.io/physics/index.html","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"22a949ab-962c-420f-bdd3-b25c655a99dd","name":"Contemporary Issues in Ocean Governance","description":"By via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/contemporary-issues-in-ocean-governance-090215-090215","topics":"oceans;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bfd2236-5347-4e2c-abf4-9353cd185f78","name":"Agriculture and the World We Live In","description":"By Massey University via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/agriculture-and-the-world-we-live-in","topics":"agriculture;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e07b9930-b060-4a0f-b07f-f4ce16dcabba","name":"Climate Change","description":"By Macquarie University via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-climate-change-1175","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51b20c6a-5616-4d0c-8db7-93186a5bf8e3","name":"Astronomy: Discovering the Universe","description":"By Curtin University via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-astronomy-discovering-the-universe-997","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba4fa045-f2fd-42bd-ad60-1d9e632040bb","name":"Chemistry – Building Blocks of the World","description":"By Swinburne University of Technology via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/chemistry","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41ccc820-98ed-4578-a579-a8e428f7c7aa","name":"Arnold’S Elementary Proof Of The Insolvability Of The Quintic","description":null,"image":null,"links":"research_paper|https://web.williams.edu/Mathematics/lg5/394/ArnoldQuintic.pdf","topics":"quintic-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"60803c68-dc83-4dc9-929e-3aaaf0697bc3","name":"The Human Body as a Machine","description":"By Flinders University via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/the-human-body-as-a-machine","topics":"human-body;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ba611d2-08b6-4c24-bba3-6b790ceaf266","name":"Water in a Thirsty World","description":"By via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-water-in-a-thirsty-world-1476","topics":"water","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c104bf1-fa50-4c40-8127-94e7a1546120","name":"Microbiology and Forensic Science","description":"By via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/microbiology-forensic-science-090215","topics":"microbiology;forensics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9a74388-d8ef-4797-8240-79b709a16823","name":"Why Biology Matters: Basic Concepts","description":"By Pompeu Fabra University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/biology-basic-concepts","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a366747-2a8c-42e0-a917-f37256c46ff5","name":"Principles of Biomanufacturing: Using Biotechnology to Manufacture Medicines","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/principles-of-biomanufacturing-using-biotechnology-to-manufacture-medicines","topics":"biotechnology;manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71a5f7fa-b6a7-4e0e-af37-aabdf4204cc6","name":"Climate Justice: Lessons from the Global South","description":"By UNESCO via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-climate-justice-lessons-from-the-global-south-6594","topics":"climate","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2e39b75-ae04-4aa4-9d95-ab03654ac684","name":"In the Night Sky: Orion","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/orion","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68d8f118-4f87-49c7-9239-710f2b6298a0","name":"Cancer in the 21st Century: the Genomic Revolution","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-cancer-in-the-21st-century-the-genomic-revolution-1244","topics":"cancer;genomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8290eab-0dbc-4904-9c6c-0c4fdfba7f04","name":"Brain and Behavior: Regulating Body Weight","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-brain-and-behavior-regulating-body-weight-8119","topics":"brain;human-body;weight-loss","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15a58099-fc5b-4d2e-a17a-f03f92420041","name":"Quantum Mechanics for Scientists and Engineers 2","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:Engineering+QMSE02+Winter2019/about","topics":"quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3f2cd693-f315-483e-858a-f334fbea6cb9","name":"Bioreactors","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-bioreactors-5801","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"607bd9ad-2021-49a8-a135-bc943ef6dc78","name":"Biochemistry","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cy06/","topics":"biochemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48b3cae3-8517-4225-ab50-a5cba1120152","name":"Metal Mediated Synthesis-I","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-metal-mediated-synthesis-i-9875","topics":"metals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3dc01c89-2dcc-4c03-8c69-9c954c4c75d9","name":"Applied Environmental Microbiology","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ce04/","topics":"microbiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eedeb6af-281e-49d2-9ab2-9c61f4fd0dcc","name":"Matlab Programming For Numerical Computation","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-matlab-programming-for-numerical-computation-10094","topics":"programming-languages/matlab;numerical-computing;numerical-computation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"857fb61b-b63b-4556-9350-60c1b497171f","name":"Animal Physiology","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-animal-physiology-12894","topics":"animals;physiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ce68852-3bd6-41c1-b1db-82610fb667fb","name":"Learning about Learning: A Course on Neurobiology of Learning and Memory","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_bt12/","topics":"learning;neurobiology;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e60a9b57-1184-444f-8a4c-5ca54a83cf8c","name":"Molecular Spectroscopy: A Physical Chemist’s perspective","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cy04/","topics":"spectroscopy;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e66c016-7306-4a96-b229-e4298b402a18","name":"Environmental Remediation of Contaminated Sites","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-environmental-remediation-of-contaminated-sites-12919","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24c9042d-274d-4282-9bc7-9e67be677937","name":"Mass Transfer Operations -I","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ch03/","topics":"engineering;chemistry;mass-transfer-operations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e5f162f-adb9-4b3d-a50d-2de11a9b08ba","name":"Chemical Reaction Engineering II","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-chemical-reaction-engineering-ii-12900","topics":"chemistry;engineering;chemical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90956942-e0e3-4599-b208-9dbacd3fb8db","name":"Medicinal Chemistry","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cy05/","topics":"medicinal-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"988ccf0c-cd01-497a-a014-5cb57f484a99","name":"Chemical Principles II","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-chemical-principles-ii-12911","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8570f9eb-34af-4a55-88c1-a84d861ae18f","name":"Multidimensional NMR Spectroscopy for Structural Studies of Biomolecules","description":"By Indian Institute of Science Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-multidimensional-nmr-spectroscopy-for-structural-studies-of-biomolecules-12913","topics":"spectroscopy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"533fab99-4008-46d1-9f2a-3a6adb052720","name":"Solid State Chemistry","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cy16/","topics":"solids;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"baf1d511-1569-4e51-bd05-f436b30d3f33","name":"Experimental Physics I","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ph01/","topics":"physics;experiments","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2837f16-1ee5-4687-82a6-2d2f38ca8ecb","name":"Soil Science and Technology","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-soil-science-and-technology-12886","topics":"soil","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65d387e5-c5ed-4e76-b90d-eb68b2b1e73d","name":"Human Molecular Genetics","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_bt05/","topics":"genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"889d03aa-409b-4736-93f8-9fefc681dad5","name":"Demystifying The Brain","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_bt07/","topics":"brain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8e29261-6902-428a-8510-3003b2f91a16","name":"06 24 09 Basic Laws of Human Stupidity","description":null,"image":null,"links":"article|https://hendricks.com/links/06-24-09_Basic-Laws-of-Human-Stupidity.pdf","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea80f146-4e7a-4ff6-a457-84be3c93759b","name":"Electronic Waste Management - Issues and Challenges","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ce06/","topics":"waste-management;electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d138345-44e7-4ccc-8756-cb3ca4279fee","name":"Organometallic Chemistry","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cy03/","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aeebd22d-fc50-4367-b332-5792ebb784ca","name":"Experimental Biochemistry","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_cy07/","topics":"biochemistry;experiments","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c22243ba-fd64-4114-b94f-78fa37a64a43","name":"Introduction To Professional Scientific Communication","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-professional-scientific-communication-10108","topics":"science;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca026cff-ab28-409b-84f0-3a04a68e405d","name":"Wild Life Ecology","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_bt09/","topics":"wildlife;ecology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82c96526-f136-4af3-80cf-743ec1b81a04","name":"Industrial Inorganic Chemistry","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-industrial-inorganic-chemistry-12912","topics":"inorganic-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a55fcc2e-7be1-4908-95d0-05ba92ccd71d","name":"Natural Hazards - Part-1","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-natural-hazards-part-1-12923","topics":"disasters;tsunami;environmental-science;landslide","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa75276b-49cb-4dc7-95ae-c3af394e21ae","name":"Introduction to Photonics","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-photonics-12961","topics":"photonics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc5374f7-67ce-472c-a5ed-b69e1c2f9373","name":"Conduction and Convection Heat Transfer","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_me06/","topics":"heat-transfer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae3b1da4-65b0-4913-81a6-353722156758","name":"Global Biosecurity for One Health","description":"By Murdoch University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-global-biosecurity-for-one-health-11786","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"648e6c22-2874-4b18-bdd6-fce363943d66","name":"Introduction to Solid State Physics","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-solid-state-physics-13045","topics":"solids;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f411e5b6-69a4-4acc-8f40-f2e070adb4d9","name":"Quantum Mechanics I","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-quantum-mechanics-i-13046","topics":"quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae69980b-07a3-45ae-9885-87b2bd4b3433","name":"Introduction to Finite Volume Methods II","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-finite-volume-methods-ii-12883","topics":"finite-volume-methods","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c0a2e41-bad9-49ee-bf5e-e0ae620e60a7","name":"Laser: Fundamentals and Applications","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-laser-fundamentals-and-applications-12914","topics":"laser;optics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e41c6b93-f685-43ac-9f5e-1a863613799b","name":"The Discovery of the Higgs Boson","description":"By University of Edinburgh via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-discovery-of-the-higgs-boson-1259","topics":"physics;higgs-boson","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf9acc15-f4e5-4671-8796-36c8df02d089","name":"Understanding Nuclear Power","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-nuclear-power-6810","topics":"nuclear-energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"584d6cdc-1d3f-40fd-8fd9-18bb4c6029ca","name":"Citizen Science: From Soil to Sky","description":"By University of Dundee via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-citizen-science-from-soil-to-sky-8443","topics":"science;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c49c6393-0bed-46b0-82a5-de990946a859","name":"Water Scarcity: Crisis and Response","description":"By Colorado State University Online via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-water-scarcity-crisis-and-response-8940","topics":"water","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04c0b67c-ca88-4f39-ac92-5565f195f222","name":"The Future of Farming: Exploring Climate Smart Agriculture","description":"By Climate-KIC via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-future-of-farming-exploring-climate-smart-agriculture-7658","topics":"farming;agriculture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b9689e4-eca0-4522-9657-f087eee85fc5","name":"The Ending of Time","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/920841.The_Ending_of_Time","topics":"spirituality;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc7fff12-0594-470b-9de2-5d49cfd25ddc","name":"Plastic Waste Management","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ce07/","topics":"plastics;waste-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"604bea54-39d8-48f7-b800-575f3ef1dcff","name":"A brief course on Superconductivity","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ph04/","topics":"superconductivity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"989acd8f-5108-4385-a765-8391c935f01a","name":"Microbes Rule the World: Effects of Disease on History","description":"By Weber State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-microbes-rule-the-world-effects-of-disease-on-history-2564","topics":"microbes;disease;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09a0a8e8-3c8b-4d66-9bc7-b5344209c24d","name":"Forest Biometry","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_bt08/","topics":"forests","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2735862d-6811-4704-b0e4-eb0c7bbb879b","name":"BioMEMS and Microsystems","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-biomems-and-microsystems-13025","topics":"biology;chemistry;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11604c4f-0531-4070-9911-1ecbef5581f3","name":"Cell Culture Technologies","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_bt06/","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eaef9384-c5dd-4e35-9a48-2ba061ddf23e","name":"Bioengineering: An Interface with Biology and Medicine","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_bt13/","topics":"biology;engineering;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd4f64e9-6df7-4e53-838e-e447c0d5ce22","name":"Reactive Intermediates Carbene and Nitrene","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-reactive-intermediates-carbene-and-nitrene-12915","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81a6b2f4-9345-4f33-a7c8-3e414f31c4e7","name":"Principles of Downstream techniques in Bioprocess","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-principles-of-downstream-techniques-in-bioprocess-3967","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a59d2af1-884f-49da-a74d-e2e9d9902408","name":"Introduction to Humanitarian Aid","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-humanitarian-aid-7128","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51972c22-2a4b-4d5b-9a94-b700f5a60a89","name":"Learn About Weather","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-learn-about-weather-8753","topics":"weather","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bc794a4-176d-4723-885e-d170a8cd7b0b","name":"What Is the Body?","description":"By University of Aberdeen via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-what-is-the-body-10591","topics":"human-body;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37cfee6f-14f4-4c87-af1f-17e1ed93950b","name":"Citizen Science: Sensing the World","description":"By University of Dundee via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/grow-earth-sensor","topics":"science;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9be9a94a-e379-4cc1-87c7-d3bcb00e0108","name":"Towards Cooperative Commonwealth: Transition in a Perilous Century","description":"By Athabasca University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-towards-cooperative-commonwealth-transition-in-a-perilous-century-8243","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ad5f749-0c05-452c-8eec-cb7ee9a6b4f2","name":"How Does the Body Use DNA as a Blueprint?","description":"By University of Aberdeen via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/the-body-and-dna","topics":"dna;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0accc3c9-942e-4f27-bcc4-22602194769b","name":"Reservoir Geomechanics","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-reservoir-geomechanics-1934","topics":"geology;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"513fb99e-43e4-4a3b-8ac9-7a9c04ac56b4","name":"Unconventional Reservoir Geomechanics","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-unconventional-reservoir-geomechanics-13573","topics":"geology;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48d86806-1773-47f5-b11a-acd39b78e2d4","name":"Global Resource Politics: the Past, Present and Future of Oil, Gas and Shale","description":"By Hanyang University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-global-resource-politics-the-past-present-and-future-of-oil-gas-and-shale-7387","topics":"oil-and-gas;politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ded1573-294e-41e7-b7ec-36fdd7f511d4","name":"Physiology: the Science of Life","description":"By University of Liverpool via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-physiology-the-science-of-life-8838","topics":"physiology;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f945ccd7-4099-40bd-bbe0-3d812eff28eb","name":"Bioelectricity: A Quantitative Approach","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/bioelectricity","topics":"bioelectricity;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da360713-e5b8-4c2e-81dd-f079df648a58","name":"The Science of Endurance Training and Performance","description":"By University of Kent via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/endurance-performance","topics":"health;endurance-training","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed242d66-dcaa-4ab4-a3d8-4aa5d3a3502c","name":"What Drives the Body?","description":"By University of Aberdeen via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-what-drives-the-body-10592","topics":"human-body","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ded30d28-4954-42b5-bc8e-8fa43040d833","name":"Climate Change: From Learning to Action","description":"By United Nations via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-climate-change-from-learning-to-action-12698","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf0c75bc-d7a0-4ebf-8f6d-19cd06d068a9","name":"Massive Open Online Course on Marine Litter","description":"By Open Universiteit Nederland via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-massive-open-online-course-on-marine-litter-4824","topics":"environmental-science;oceans","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec4e9202-0425-42ea-b521-20a68f4077aa","name":"Bioelectricity: The Mechanism of Origin of Extracellular Potentials","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-bioelectricity-the-mechanism-of-origin-of-extracellular-potentials-6419","topics":"bioelectricity;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2265a7d0-eb1b-4ac8-b17f-89e339774a55","name":"Citizen Science: Living Soils, Growing Food","description":"By University of Dundee via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-citizen-science-living-soils-growing-food-10589","topics":"soil;food;science;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4b7579f-35bb-4954-9e41-37659d578d79","name":"Bacterial Genomes: Disease Outbreaks and Antimicrobial Resistance","description":"By Wellcome Genome Campus via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-bacterial-genomes-disease-outbreaks-and-antimicrobial-resistance-10665","topics":"bacterias;antimicrobial-resistance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49c6a64b-7ffd-4d51-a733-7d00b96e51c2","name":"Research Impact: Making a Difference","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/research-impact","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"deaaf235-a6b7-4b2a-a76b-a517cc48003c","name":"Bacterial Genomes: Comparative Genomics using Artemis Comparison Tool (ACT)","description":"By Wellcome Genome Campus via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-bacterial-genomes-comparative-genomics-using-artemis-comparison-tool-act-13645","topics":"bacterias;genomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"002a3b1c-197f-4ee1-9155-0bb4eba8f76b","name":"Exploring Our Ocean","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/exploring-our-ocean","topics":"oceans","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0875f03f-0182-4cfc-bd8f-002be884b1fb","name":"The Scientific Revolution: Understanding the Roots of Modern Science","description":"By University of Groningen via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/scientific-revolution","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1edd1370-cbff-4fef-acc9-c3eceb0343cd","name":"Extreme Geological Events","description":"By Cardiff University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-extreme-geological-events-13558","topics":"geology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96825721-10ed-44d5-8d11-35652bef807c","name":"Come Rain or Shine: Understanding the Weather","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/come-rain-or-shine","topics":"weather","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ca8fe97-2a2c-40b2-a8cd-e92d01c7df99","name":"Transforming Energy Systems: Why Governance Matters","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/transforming-energy-systems","topics":"energy;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e85a7325-b26a-4a54-9779-6b46ed4f76e2","name":"Biochemistry: the Molecules of Life","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-biochemistry-the-molecules-of-life-6074","topics":"biochemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed9f0aa0-c131-46f7-9bdf-f61a202c5d3e","name":"Small and Mighty: Introduction to Microbiology","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introduction-to-microbiology","topics":"microbiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55170218-8704-4b6b-83da-ad026a67845a","name":"Beneath the Blue: The Importance of Marine Sediments","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-beneath-the-blue-the-importance-of-marine-sediments-13604","topics":"oceans","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ecc290a5-7214-46f8-9cd8-1554834df8b4","name":"Soils: Introducing the World Beneath Our Feet","description":"By Lancaster University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/soils","topics":"soil","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6f08ffe-7ffc-4ff5-ab83-00f4e2f80bf0","name":"Exploring Everyday Chemistry","description":"By University of York via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/everyday-chemistry","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e7da32c-679e-4b1b-8b07-d36c43b6d9ce","name":"The Biology of Bugs, Brains, and Beasts","description":"By University of York via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/the-biology-of-bugs-brains-and-beasts","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f44499d5-dbdd-4cd5-8ced-47fd267e1dc6","name":"What Is a Mind?","description":"By University of Cape Town via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/what-is-a-mind","topics":"mind;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dcdb1005-5cbc-4897-963d-ddc967dbf96f","name":"HOPE: Human Odyssey to Political Existentialism","description":"By Princeton University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-hope-human-odyssey-to-political-existentialism-11584","topics":"philosophy;political-science;existentialism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0828174d-571d-4449-9afa-11862d174928","name":"Model Thinking","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-model-thinking-317","topics":"model-thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1da9b316-956e-452e-b7ab-d70700eca31a","name":"Social Psychology","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/social-psychology","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6840953-7d34-4261-877c-65ae0cb9d829","name":"EU policy and implementation: making Europe work!","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-eu-policy-and-implementation-making-europe-work-7408","topics":"europe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc43676e-1d00-4771-8135-bd1992c4932d","name":"Gender and Sexuality: Applications in Society","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-gender-and-sexuality-applications-in-society-12333","topics":"gender;sexuality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36c2433f-ee6f-49c2-827d-0cff818b0ff6","name":"Game Theory","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/game-theory-1","topics":"game-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96d1113e-1738-4c74-9e5e-1b48f946fad4","name":"Justice","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-justice-610","topics":"justice","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b961ba94-0b36-45b0-aaff-f37f98db7e88","name":"AP® Microeconomics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-microeconomics-8630","topics":"microeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c98d579-5528-4437-8141-c88ba7752a3b","name":"Psychological First Aid","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-psychological-first-aid-2900","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b789f46a-ae51-41b9-b47a-19a8287c8733","name":"The Science of Happiness","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/the-science-of-happiness-4","topics":"life;happiness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"641d3ffc-bd2f-4133-82e6-55116e5be397","name":"Terrorism and Counterterrorism: Comparing Theory and Practice","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-terrorism-and-counterterrorism-comparing-theory-and-practice-701","topics":"terrorism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e8d23a5-773b-4377-bc68-45cb2178ee16","name":"Positive Psychology","description":"By The University of North Carolina at Chapel Hill via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-positive-psychology-2943","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad70c4d4-bac6-4582-a4b9-054ffafa3607","name":"Buddhism and Modern Psychology","description":"By Princeton University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-buddhism-and-modern-psychology-1355","topics":"buddhism;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b3628d6-06bb-4124-bd7d-477ef9def524","name":"Introduction to Psychology","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.coursera.org/learn/introduction-psych","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e58bedca-c58e-4016-a3d0-980a940e6c5e","name":"Introduction to Neuroeconomics: How the Brain Makes Decisions","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.coursera.org/learn/neuroeconomics","topics":"psychology;neuroscience;thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8ea9e04-a15d-4fc9-ae1a-59a9ced3ef0a","name":"An Introduction to American Law","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-an-introduction-to-american-law-2872","topics":"law;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e16461cd-919a-47c3-b0b3-5aa4a997e1b1","name":"Protecting Business Innovations via Patent","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-protecting-business-innovations-via-patent-10382","topics":"innovation;business;patents","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06c7ae5d-0367-445a-bc65-73414f4130db","name":"Intro to Psychology","description":"By San Jose State University via Udacity","image":null,"links":"course|https://www.udacity.com/course/intro-to-psychology--ps001","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad9d5d2e-695a-4146-a030-05ab2cd435fa","name":"Moral Foundations of Politics","description":"By Yale University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-moral-foundations-of-politics-2986","topics":"politics;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22023e5b-a2cb-49dc-864b-635674459159","name":"Welcome to Game Theory","description":"By The University of Tokyo via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-welcome-to-game-theory-2883","topics":"game-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a80413ca-f290-4f8e-9400-62dc6d0cd3d8","name":"Introduction to Sustainability","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sustainability","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b235ceaa-c239-4a27-9d61-0e34daf38780","name":"Protecting Business Innovations via Trademark","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-protecting-business-innovations-via-trademark-10038","topics":"innovation;business;trademarks;trademark","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1de57eb2-9141-4951-bf21-89a1c1d345dc","name":"Protecting Business Innovations via Copyright","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/protect-business-innovations-copyright","topics":"copyright","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ad8f5a9-dc78-477d-92cd-e9423ce0d9d3","name":"Social and Economic Networks: Models and Analysis","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/social-economic-networks","topics":"economics;networks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29d4b876-344a-4827-b4a5-f95573194b42","name":"Rethinking International Tax Law","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-rethinking-international-tax-law-3286","topics":"law;tax","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92e4f430-05b4-4eb4-90e6-2fdd3f3cfbc8","name":"The Psychology of Criminal Justice","description":"By University of Queensland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-psychology-of-criminal-justice-2021","topics":"psychology;justice","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b3cb382-fb5a-43df-9e76-a6f45d4f4462","name":"The Power of Macroeconomics: Economic Principles in the Real World","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/principles-of-macroeconomics","topics":"macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"253f94ba-a1b4-442d-b0e5-25ba48a0a9aa","name":"Introduction to Human Behavioral Genetics","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-human-behavioral-genetics-1765","topics":"behavioral-genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18e81221-8f0f-43b3-8c3d-27b5e195882e","name":"Constitutional Interpretation","description":"By Princeton University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-constitutional-interpretation-13427","topics":"law;constitution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7d40e61-7c3e-4754-ac0b-a704eb5fe0b3","name":"America's Written Constitution","description":"By Yale University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/written-constitution","topics":"constitution;law;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55e8cbd0-da59-4953-8429-db47046afee0","name":"The Age of Sustainable Development","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sustainable-development","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1ff260a-18de-427d-a083-ed5c7e466d0e","name":"Paradoxes of War","description":"By Princeton University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-paradoxes-of-war-1361","topics":"war","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdd8a77e-955f-4fb1-be1d-11eedb2486b8","name":"Understanding Research Methods","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-understanding-research-methods-1767","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d35ab04f-9ec7-41ab-9e75-05a7cb1543cd","name":"Deciphering Secrets: Unlocking the Manuscripts of Medieval Toledo (Spain)","description":"By Universidad Carlos iii de Madrid via edX","image":null,"links":"course|https://www.edx.org/course/deciphering-secrets-unlocking-uc3mx-hga-2-2x","topics":"nations/spain;anthropology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd33b9cc-4e14-4123-b0d3-175df084d199","name":"Classical Sociological Theory","description":"By University of Amsterdam via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-classical-sociological-theory-4298","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9286abfe-79b7-436d-bdfe-0a03875d0608","name":"Introduction to International Criminal Law","description":"By Case Western Reserve University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-international-criminal-law-712","topics":"international-law;crime;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b45e40a-1128-4a6a-bea7-329813986cb6","name":"Introduction to Psychology: The History and Science of Psychology","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/history-science-psychology","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90a074b3-fac6-4f86-8cff-6aa599b8419b","name":"Game Theory II: Advanced Applications","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/game-theory-2","topics":"game-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"caefd387-7de3-4724-b5f5-195457a8b7a2","name":"Terrorism and Counterterrorism","description":"By Georgetown University via edX","image":null,"links":"course|https://www.edx.org/course/terrorism-and-counterterrorism","topics":"terrorism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a87a1d01-0338-43a1-a185-275769de0213","name":"Contract Law: From Trust to Promise to Contract","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/contract-law-from-trust-to-promise-to-contract-4","topics":"contracts;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1673b04-9c06-4b8f-93db-7e1a599d1e19","name":"Anthropology of Current World Issues","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/anthropology-of-current-world-issues-4","topics":"anthropolgy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1693f32c-6b8f-4b2b-82d2-44291ca6d519","name":"Psychology of Popularity","description":"By The University of North Carolina at Chapel Hill via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-psychology-of-popularity-3541","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"162fdd4d-2fc3-46ff-bcd1-d8aa636e1e01","name":"Exploring Play: the Importance of Play in Everyday Life","description":"By The University of Sheffield via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/play","topics":"play;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc8466c5-895b-454c-a51b-69b869fc7423","name":"Understanding Memory: Explaining the Psychology of Memory through Movies","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/memory-and-movies","topics":"memory;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f15d421-f107-49fa-b58d-2c67e55490d7","name":"Questionnaire Design for Social Surveys","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-questionnaire-design-for-social-surveys-2163","topics":"sociology;questionnaire","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0e15060-6a50-4572-a8e7-2872d59161aa","name":"Introduction to Psychology","description":"By St. Margaret’s Episcopal School via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-psychology-2520","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be0f7705-d11e-4e5f-8fae-957fc2d4d312","name":"Ignorance! | 无知!","description":"By Australian National University via edX","image":null,"links":"course|https://www.edx.org/course/ignorance-wu-zhi-anux-igno101x","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e033256-62e8-4e50-a6f4-03dabac0e404","name":"International Law","description":"By Université catholique de Louvain via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-international-law-3179","topics":"international-law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab8a9a2d-9da4-41c9-be6b-36e3c0a0a05e","name":"Miracles of Human Language: An Introduction to Linguistics","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-miracles-of-human-language-an-introduction-to-linguistics-2940","topics":"language;linguistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"313ed412-f281-4ed7-813d-abac490408ae","name":"Hadrian's Wall: Life on the Roman Frontier","description":"By Newcastle University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-hadrian-s-wall-life-on-the-roman-frontier-2124","topics":"anthropology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b935719-8952-4e6f-9b73-42d9b133a641","name":"Greening the Economy: Sustainable Cities","description":"By Lund University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-greening-the-economy-sustainable-cities-4851","topics":"sustainability;economic-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"713fd446-b6fe-4f89-a028-bc99a1a8ae68","name":"Measuring Causal Effects in the Social Sciences","description":"By University of Copenhagen via Coursera","image":null,"links":"course|https://www.coursera.org/learn/causal-effects","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55a813dc-01a9-407e-b05c-e7c6652645ee","name":"The Power of Microeconomics: Economic Principles in the Real World","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-power-of-microeconomics-economic-principles-in-the-real-world-1054","topics":"microeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2fd7bf64-3975-4d92-a2c5-05662a5025ec","name":"Internet Giants: The Law and Economics of Media Platforms","description":"By The University of Chicago via Coursera","image":null,"links":"course|https://www.coursera.org/learn/internetgiants","topics":"media;law;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ff163cf-137a-4b9f-9a61-df95ee530354","name":"Social Norms, Social Change I","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-social-norms-social-change-i-5910","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ca63cd3-7853-4315-9493-66fbca851bcd","name":"The Power of Markets III: Input Markets and Promoting Efficiency","description":"By University of Rochester via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-power-of-markets-iii-input-markets-and-promoting-efficiency-4899","topics":"markets;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5feff814-e3f3-483e-b2b2-3af194c0dd54","name":"Understanding Korean Politics","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/understanding-korean-politics","topics":"politics;nations/korea","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2cd6bae5-1737-46d4-98cc-ba77ccee0b1b","name":"Corruption","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/wharton-corruption","topics":"corruption","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c3d56c0-779d-4b96-8811-cef98c675538","name":"Positive Psychology: Resilience Skills","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-positive-psychology-resilience-skills-8331","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"752b227f-4208-494e-9487-4cd53917e2f4","name":"After the Arab Spring – Democratic Aspirations and State Failure","description":"By University of Copenhagen via Coursera","image":null,"links":"course|https://www.coursera.org/learn/after-the-arab-spring","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"887f3798-63ce-4088-a799-388b2d41744f","name":"Taxation of Business Entities II: Pass-Through Entities","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/taxation-business-entities-part-2","topics":"taxation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47d57eff-5f4e-494b-8da8-707c14c819c6","name":"Innovative Finance: Hacking finance to change the world","description":"By University of Cape Town via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-innovative-finance-hacking-finance-to-change-the-world-9707","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7a13e9f-6242-4f41-90f1-4817daa50d5c","name":"Global sustainability and corporate social responsibility: Be sustainable","description":"By Macquarie University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-global-sustainability-and-corporate-social-responsibility-be-sustainable-13288","topics":"sustainability;corporate-social-responsibility","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25dd8bfe-bbec-438d-9b7f-d3815a14961b","name":"The Sustainable Development Goals – A global, transdisciplinary vision for the future","description":"By University of Copenhagen via Coursera","image":null,"links":"course|https://www.coursera.org/learn/global-sustainable-development","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71abc109-42e3-444b-98e7-741b1ee5cf9b","name":"Copyright Law in the Music Business","description":"By Berklee College of Music via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-copyright-law-in-the-music-business-11595","topics":"copyright;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db27af4e-5930-4c66-bd4c-205bdfecf496","name":"America's Unwritten Constitution","description":"By Yale University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-america-s-unwritten-constitution-3008","topics":"constitution;law;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4e372a9-7d92-441f-9fa1-3916c111fdd2","name":"The Power of Markets II: Market Structure and Firm Behavior","description":"By University of Rochester via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-power-of-markets-ii-market-structure-and-firm-behavior-4900","topics":"markets;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"324fde04-6918-44c4-b98b-a1b9c5011aac","name":"Internal Combustion Engine – Bartosz Ciechanowski","description":null,"image":null,"links":"interactive|https://ciechanow.ski/internal-combustion-engine/","topics":"engines","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"414fc978-85b1-49d6-883a-b114e4521f88","name":"International Cyber Conflicts","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.coursera.org/learn/cyber-conflicts","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63139680-a918-438c-83d1-90693e655a59","name":"Privacy in the Western World","description":"By EIT Digital via Coursera","image":null,"links":"course|https://www.coursera.org/learn/history-privacy-laws","topics":"privacy;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"170457ec-2409-44fb-b5d8-82acec2cf4c8","name":"Understanding economic policymaking","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/economic-policy","topics":"economics;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e6f026d-59e1-4b10-998b-81fb6d2ab8d9","name":"The Changing Global Order","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-changing-global-order-1723","topics":"political-science;geopolitics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db564c63-3636-4ee3-9384-e38a6dc96ae3","name":"Understanding Financial Markets","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.coursera.org/learn/understanding-financial-markets","topics":"markets;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fcb6722-39ec-4bda-ba79-3e7f5d5f3067","name":"Economics of Money and Banking","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/money-banking","topics":"economics;money;banking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c940f288-d2e4-48c2-8809-6d1542088f15","name":"Sustainable Business Enterprises","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sustainable-business-enterprises","topics":"sustainability;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7797dfe5-9f6b-4cf3-8e1a-769ee2e2eeef","name":"The Economics of Agro-Food Value Chains","description":"By Technische Universität München (Technical University of Munich) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-economics-of-agro-food-value-chains-8966","topics":"economics;agriculture;food;sustainbility","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6de3c7d5-5bc5-4507-bfbf-3f60ac248e86","name":"Political Governance and Public Policy in Russia","description":"By Saint Petersburg State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-political-governance-and-public-policy-in-russia-9591","topics":"political-science;governance;nations/russia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"992654f3-8185-4843-b027-1e23ff951de4","name":"Sustainable Tourism – promoting environmental public health","description":"By University of Copenhagen via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sustainable-tourism","topics":"sustainability;tourism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"659dccfc-2a39-49c2-8ec3-ff68915dbeae","name":"Games without Chance: Combinatorial Game Theory","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/combinatorial-game-theory","topics":"game-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1580bf1-0fbe-4cd2-855f-8bfe5283e968","name":"Public Policy Challenges of the 21st Century","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-public-policy-challenges-of-the-21st-century-3138","topics":"governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"380786ec-ef4d-4cff-a95e-9cb56fdf60c4","name":"International Law in Action: A Guide to the International Courts and Tribunals in The Hague","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-international-law-in-action-a-guide-to-the-international-courts-and-tribunals-in-the-hague-4423","topics":"international-law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e261607a-93fd-4e3b-a3e4-1476a34f2188","name":"Introduction to Economic Theories","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intro-economic-theories","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2fb2268b-84d2-4374-a05b-509c520ed599","name":"Taxation of Business Entities I: Corporations","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/taxation-business-entities-part-1","topics":"taxation;corporations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8ef4803-cd7e-4a50-8a62-429d56aecab5","name":"Russia and Nuclear Arms Control","description":"By Saint Petersburg State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/russia-and-nuclear-arms-control","topics":"nations/russia;nuclear-weapons","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9869e31-4d16-4d44-b906-24ce9f655985","name":"Economic Growth and Distributive Justice Part II - Maximize Social Wellbeing","description":"By Tel Aviv University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/economic-growth-part-2","topics":"economics;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfa3900c-d655-487a-b941-f715f94e6660","name":"Deciphering Secrets: The Illuminated Manuscripts of Medieval Europe","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-deciphering-secrets-the-illuminated-manuscripts-of-medieval-europe-7661","topics":"anthropology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79665c38-553b-4669-b856-5c61c55ae0be","name":"Social Science Approaches to the Study of Chinese Society Part 1","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/social-science-study-chinese-society","topics":"social-science;nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc650260-5015-4bf8-8a38-e93413b9671b","name":"Trade, Immigration and Exchange Rates in a Globalized World","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/trade-immigration-exchange-rates-globalized-world","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab64f054-3b2c-46b8-8fc6-dc0e04f51761","name":"Business Opportunities and Risks in a Globalized Economy","description":"By IE Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/business-opportunities-and-risks-in-a-globalized-economy","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9fff240-c862-4fe3-8bb3-0bd3f39dd87e","name":"Public Economics","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-public-economics-1383","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af39c1fe-4ed1-4944-96a9-31787320cc20","name":"Understanding Europe: Why It Matters and What It Can Offer You","description":"By HEC Paris via Coursera","image":null,"links":"course|https://www.coursera.org/learn/europe","topics":"europe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"933f1735-5266-4447-9b56-47c579ec10ab","name":"English for Media Literacy","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/media","topics":"languages/english;media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8328fd17-1606-44a7-83cf-1caaea151db8","name":"Soul Beliefs: Causes and Consequences - Unit 2: Belief Systems","description":"By Rutgers University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-soul-beliefs-causes-and-consequences-unit-2-belief-systems-3935","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f42f121-9234-4625-95e4-e264ecf57387","name":"Global Environmental Management","description":"By Technical University of Denmark (DTU) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-global-environmental-management-4087","topics":"sustainability;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96f715f3-e10e-478e-a4ac-d5d116ead6bf","name":"Firm Level Economics: Markets and Allocations","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/firm-level-economics-markets","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c761ae65-87fd-4100-a5d3-a2fdf51f9700","name":"Cities are back in town : sociología urbana para un mundo globalizado","description":"By Institut d'Etudes Politiques de Paris via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cities-are-back-in-town-sociologia-urbana-para-un-mundo-globalizado-6622","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e232126-1bdd-4b4f-b615-f39b0b957d01","name":"Global Diplomacy: the United Nations in the World","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/global-diplomacy-un","topics":"united-nations;diplomacy;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3b8c7b6-e694-48e8-8842-15ba6df3b1ed","name":"A Law Student's Toolkit","description":"By Yale University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-a-law-student-s-toolkit-4897","topics":"law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58d282bc-28f2-4537-b874-a406a3ce817f","name":"Positive Psychology Specialization Project: Design Your Life for Well-being","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-positive-psychology-specialization-project-design-your-life-for-well-being-8330","topics":"psychology;life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4721d79b-30c4-4e22-bf6a-c731278d2929","name":"Positive Psychology: Applications and Interventions","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-positive-psychology-applications-and-interventions-8332","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17c7362f-105b-483c-945d-f8fbbfd4d8e2","name":"Network Dynamics of Social Behavior","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-network-dynamics-of-social-behavior-9306","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4d63d95-6906-4af8-aa18-f783a5278b35","name":"Sustainable Development in the 21st Century with Ban Ki-moon","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sustainable-development-in-the-21st-century-with-ban-ki-moon-10427","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9b4ef5c-47cb-49d5-8ec7-27ae826a7d60","name":"Monetary Policy in the Asia Pacific","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-monetary-policy-in-the-asia-pacific-11646","topics":"economics;monetray-policy;asia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb9be9f7-9c41-4544-83d6-bdcd85891ac6","name":"Mathematics for economists","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mathematics-for-economists-11598","topics":"mathematics;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"550cc975-b864-4664-8cae-94969b1cc027","name":"Introduction to Psychology","description":"By Yale University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-psychology-12509","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"915afdc2-42fd-4172-8209-bd5b85c193a5","name":"American Contract Law II","description":"By Yale University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-american-contract-law-ii-12715","topics":"nations/usa/law;contracts;law;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"209513d8-5867-4c6d-b08f-fc7a6f9c134b","name":"American Contract Law I","description":"By Yale University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-american-contract-law-i-12714","topics":"contracts;law;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85dc957e-5086-4af0-99e5-abb9af9288f5","name":"Country Level Economics: Macroeconomic Variables and Markets","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-country-level-economics-macroeconomic-variables-and-markets-5244","topics":"macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"542f7ab0-39f6-49dd-8d1e-b11853220881","name":"Public Policy- An introduction","description":"By University of Hyderabad via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_hs45/preview","topics":"political-science;public-policy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ca92730-ce01-4aac-af30-d06b6b9bec63","name":"Smart Cities – Management of Smart Urban Infrastructures","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.coursera.org/learn/smart-cities","topics":"smart-cities;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3493039b-d3a0-4a8f-9b8b-4e306f76cb3a","name":"Children's Human Rights - An Interdisciplinary Introduction","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.coursera.org/learn/childrens-rights","topics":"human-rights;children","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3952d641-ee96-4849-aaa8-9fc3b14044d4","name":"Stalin and Stalinism in Russian History","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.coursera.org/learn/stalinism","topics":"stalinism;nations/russia;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eca849d9-1a5a-48a3-b0e5-b70141be9681","name":"Renewable Energy and Green Building Entrepreneurship","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/renewable-energy-entrepreneurship","topics":"renewable-energy;entrepreneurship","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db96ea29-5f9d-4c3b-bacd-5eb44bc4acea","name":"International Humanitarian Law in Theory and Practice","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-international-humanitarian-law-in-theory-and-practice-12277","topics":"international-law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"427d16b9-063d-45f7-bb57-42d70ead8ce2","name":"Patent Law","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/patents","topics":"patents;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4062faa7-c993-4d1b-9ae5-787b608be98a","name":"Stochastic processes","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.coursera.org/learn/stochasticprocesses","topics":"stochastic-processes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c2b2b03-d0b2-4e6b-9b68-a0211fb296ff","name":"Health, Housing, and Educational Services","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-health-housing-and-educational-services-12826","topics":"social-science;public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffeff284-e24b-4846-a3df-7a7b0982c610","name":"Sustainable Agricultural Land Management","description":"By University of Florida via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sustainable-agriculture","topics":"agriculture;land;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd3023bb-c99c-49d6-bdcb-6331a8d841bc","name":"Microeconomics: The Power of Markets","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/microeconomics-part1","topics":"microeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49549c26-1253-4d62-9b91-a1403e43018f","name":"Global Diplomacy – Diplomacy in the Modern World","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/global-diplomacy","topics":"diplomacy;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bd8dd60-9290-4f57-af55-e7e002904b43","name":"Ecosystem Services: a Method for Sustainable Development","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.coursera.org/learn/ecosystem-services","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65adc413-9bbb-484f-97b0-3dc48f85b025","name":"Mindware: Critical Thinking for the Information Age","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mindware-critical-thinking-for-the-information-age-8128","topics":"critical-thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa2e4c15-5f87-4dfa-80a2-3bccf5acf8de","name":"Positive Psychology: Character, Grit and Research Methods","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/positive-psychology-methods","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1205d0a7-e169-4616-bd58-49c673856831","name":"First Steps in Making the Business Case for Sustainability","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-first-steps-in-making-the-business-case-for-sustainability-9463","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8af893a2-c1f5-41e2-8566-2c8a2422d566","name":"More on Change and Sustainability","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-more-on-change-and-sustainability-9464","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7924d60-c2cd-45d4-8f3f-8274224ccd45","name":"Sustainable Business: Big Issues, Big Changes","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sustainable-business-changes","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"085a3264-742e-4f77-b3b3-7b39b3d7450e","name":"Capstone: Creating A Sustainability Proposal","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-capstone-creating-a-sustainability-proposal-9466","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b32e72a9-22c0-47f4-ae69-a18fbf17afc6","name":"Introduction to Intellectual Property","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-intellectual-property-13446","topics":"intellectual-property","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5608f829-16be-4516-9ab3-9736937b5be6","name":"US Social Services Compared","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-us-social-services-compared-12819","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ee688ee-4998-4f09-88ef-8a11a592f50d","name":"US Social Services: Where did they come from?","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/welfare-state-origin","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"838b29fe-eea7-4401-ad96-cbf401709ce9","name":"Introduction to Key Constitutional Concepts and Supreme Court Cases","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/constitution","topics":"constitution;law;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0494f3b0-11a9-499c-9840-810a33195338","name":"Economics of Transition and Emerging Markets","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-economics-of-transition-and-emerging-markets-2840","topics":"economics;emerging-markets","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1abfed83-6929-40d8-9273-b8edb789c541","name":"Politics and Economics of International Energy","description":"By Institut d'Etudes Politiques de Paris via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-politics-and-economics-of-international-energy-6189","topics":"politics;economics;energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"908844db-8b00-4c70-a572-23377c562611","name":"Data Collection: Online, Telephone and Face-to-face","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/data-collection-methods","topics":"data-collection;survey;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d6c24c5-d73e-415e-aea9-2d826ccaf430","name":"Chemerinsky on Constitutional Law – Individual Rights and Liberties","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/chemerinsky-individual-rights","topics":"constitution;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f7ace71-3752-4ca4-ae4c-a407d63a4a2a","name":"Constitutional Reforms in Russia","description":"By Saint Petersburg State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-constitutional-reforms-in-russia-9657","topics":"constitution;law;nations/russia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a982ce50-9b2b-4f51-98a7-631ced302778","name":"Social Services for Families, Seniors and Those with Disabilities","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/social-health-policy-programs","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f801519-3c1f-4eda-bdf5-bdf6cf5e8951","name":"Introduction to Self-Determination Theory: An approach to motivation, development and wellness","description":"By University of Rochester via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-self-determination-theory-an-approach-to-motivation-development-and-wellness-13094","topics":"psychology;motivation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ab3ee9f-288d-4d65-b07b-ded805b0b5cb","name":"Introduction to English Common Law","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/intro-common-law","topics":"law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d43a17b-1e02-4a40-a8ce-1af30b00a3d2","name":"Civic Engagement in American Democracy","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-civic-engagement-in-american-democracy-12358","topics":"democracy;nations/usa;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98d2ffbc-a442-4d13-bba9-4be31357b30f","name":"Hot Topics in Criminal Justice","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/hot-topics-criminal-justice","topics":"crime;law;justice","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40bde38c-3660-440c-a83e-1b804f600743","name":"Federal Taxation II: Property Transactions of Business Owners and Shareholders","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-federal-taxation-ii-property-transactions-of-business-owners-and-shareholders-9445","topics":"taxation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eca453d8-229b-4f88-baef-66c3eeaf47e7","name":"Corporate Sustainability. Understanding and Seizing the Strategic Opportunity","description":"By Università Bocconi via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-corporate-sustainability-understanding-and-seizing-the-strategic-opportunity-10667","topics":"business;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af7a400a-e522-4c39-ab4f-4bcce3755a45","name":"European Business Law: Understanding the Fundamentals","description":"By Lund University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-european-business-law-understanding-the-fundamentals-2166","topics":"law;business;europe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0156720e-14dc-4177-8551-dd9e2acd97ae","name":"Metaliteracy: Empowering Yourself in a Connected World","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-metaliteracy-empowering-yourself-in-a-connected-world-3016","topics":"sociology;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8798bb39-cede-4eef-b7c8-2177d1fa8bf1","name":"Women in Leadership: Inspiring Positive Change","description":"By Case Western Reserve University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/women-in-leadership","topics":"women;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"052b4225-63e9-4444-815d-9dedf14f4825","name":"A Business Approach to Sustainable Landscape Restoration","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.coursera.org/learn/landscape-restoration-sustainable-development","topics":"sustainability;landscape","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"902a63eb-9839-4036-900a-3cbcd6786363","name":"Everyday Parenting: The ABCs of Child Rearing","description":"By Yale University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-everyday-parenting-the-abcs-of-child-rearing-8875","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4025ac00-9891-41cc-ad85-1d23ee63e71f","name":"Mastering bitumen for better roads and innovative applications","description":"By École des Ponts Paritech via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-mastering-bitumen-for-better-roads-and-innovative-applications-6036","topics":"bitumen;urban-planning;civil-engineering;roads","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08efc682-124a-46c7-b1d5-44d5bc15d8b6","name":"Making Sense of the News: News Literacy Lessons for Digital Citizens","description":"By The University of Hong Kong via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-making-sense-of-the-news-news-literacy-lessons-for-digital-citizens-7330","topics":"news;media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2d6ed3e-ef81-47cf-a131-1bec7fe51eb3","name":"Human Rights Theory and Philosophy","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-human-rights-theory-and-philosophy-7228","topics":"human-rights;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62db07c7-1a21-4215-b8bf-3c0f631316dd","name":"Positive Psychology: Martin E. P. Seligman’s Visionary Science","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/positive-psychology-visionary-science","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12deaaaf-047b-4f1b-a5d5-8e1bb9ae2f1d","name":"Federal Taxation I: Individuals, Employees, and Sole Proprietors","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/federal-taxation-individuals","topics":"taxation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d5718de-54a2-46b8-bd74-223f5bd6a53f","name":"Industrial Organization: Strategy and Competition in Business","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.coursera.org/learn/industrial-organization","topics":"economics;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87cde689-8792-416e-8d4d-151e13a26976","name":"Poverty & Population: How Demographics Shape Policy","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/poverty-population-demographics-policy","topics":"poverty;economics;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4429dd84-0a70-4f41-970d-605166fea37f","name":"Privacy Law and Data Protection","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-privacy-law-and-data-protection-13459","topics":"privacy;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d803f51-3969-4e33-afeb-b69fec3da6c4","name":"Copyright Law","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/copyright-law","topics":"copyright;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0336478e-0773-48ce-ae5a-4ba07f8d8eb2","name":"Trademark Law","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-trademark-law-13467","topics":"trademark;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0eafe455-a6f6-4458-9ad4-315757e40e1c","name":"Environmental Protection and Sustainability","description":"By via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-environmental-protection-and-sustainability-9436","topics":"sustainability;social-science;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f62084b-5a3b-4f1c-b40a-579fd97f8759","name":"Sustainability & Major Sport Events: Principles","description":"By Hamad Bin Khalifa University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sustainability-major-sport-events-principles-14388","topics":"sustainability;sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe5fd02e-eb6b-49a1-b892-77eea3856055","name":"Foundations of International Psychiatry","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-foundations-of-international-psychiatry-9663","topics":"psychiatry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c2c2f33-4fd8-41b3-9c34-cdc94264574c","name":"Community Engagement: Collaborating for Change","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-community-engagement-collaborating-for-change-11988","topics":"sociology;community","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9744c935-343c-4e50-b23b-8f28c5cd4ca1","name":"Environmental Pollution Events and Emergency Response Introduction","description":"By Peking University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-environmental-pollution-events-and-emergency-response-introduction-14504","topics":"urban-planning;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20b71c7c-916b-4c7e-99b4-96311b2c4e78","name":"An Introduction to Sociolinguistics: Accents, Attitudes and Identity","description":"By University of York via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-an-introduction-to-sociolinguistics-accents-attitudes-and-identity-14416","topics":"linguistics;sociolinguistics;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4728b9d4-efa6-4568-ae5f-2663283fd919","name":"Industrial Policy in the 21st Century: The Challenge for Africa","description":"By SDG Academy via edX","image":null,"links":"course|https://www.edx.org/course/industrial-policy-in-the-21st-century-the-challenge-for-africa","topics":"sustainability;economics;africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02f6b6a2-12ee-411f-b276-70b2628c0c92","name":"International Human Rights Law","description":"By Université catholique de Louvain via edX","image":null,"links":"course|https://www.edx.org/course/international-human-rights-law-0","topics":"human-rights;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cb12b22-8ee3-4fc6-a987-df7ff40617d3","name":"Introduction to Sustainable Finance","description":"By United Nations via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-introduction-to-sustainable-finance-14437","topics":"sustainability;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e782d47-ae1b-4286-abd6-4c6f325de8cc","name":"Protecting Children in Humanitarian Settings","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/protecting-children-in-humanitarian-settings","topics":"children;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"772a5d4f-b121-4741-870d-886016a5383b","name":"The American South: Its Stories, Music, and Art","description":"By The University of North Carolina at Chapel Hill via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-american-south-its-stories-music-and-art-2385","topics":"nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"473e5a52-597f-43fb-9097-54010d75e267","name":"From Bacteria to Bach and Back ","description":"By Daniel C. Dennett","image":"https://learn-awesome.github.io/assets/book_covers/35167699.jpg","links":"book|https://www.goodreads.com/book/show/35167699-from-bacteria-to-bach-and-back","topics":"evolution;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9d0c7a1-b2ef-4455-906c-8ee5207d1d01","name":"Chemerinsky on Constitutional Law - The Structure of Government","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/chemerinsky-on-constitutional-law-structure-of-government","topics":"constitution;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40f0675c-05ae-459a-ad6f-72053033aaff","name":"Microeconomics: When Markets Fail","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-microeconomics-when-markets-fail-5295","topics":"microeconomics;markets","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6c9a230-50a5-488b-aa50-a224047d176b","name":"What does it mean to identify as Transgender or Gender Non-Conforming (TGNC)?","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/tgnc-gender-identity-social-change","topics":"gender;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f6ba6eb-6f1b-435e-bec7-0827a3ed2a51","name":"Introduction to the Orbital Perspective","description":"By University of Arizona via Coursera","image":null,"links":"course|https://www.coursera.org/learn/orbitalperspective","topics":"collaboration;international-space-station;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbd3e230-6c72-4df7-84f2-f4a5fe4791d4","name":"Sustainable Vikings: Sustainability & Corporate Social Responsibility in Scandinavia","description":"By Copenhagen Business School via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sustainability-csr-scandinavia","topics":"sustainability;corporate-social-responsibility;scandinavia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ce9a084-2254-4503-828d-871d1f5dcde7","name":"Culturally Responsive Built Environments","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-culturally-responsive-built-environments-13975","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7538c069-1fd5-40f6-a20d-237da57d1b8a","name":"Disaster Recovery And Build Back Better","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-disaster-recovery-and-build-back-better-14011","topics":"disaster-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d46f8174-6faf-4ca7-90f1-a5aa3f28e461","name":"Ecology and Environment","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-ecology-and-environment-14021","topics":"ecology;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62377f28-ed10-40c9-aa1e-c0148d046e4b","name":"Property and Liability: An Introduction to Law and Economics","description":"By Wesleyan University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-property-and-liability-an-introduction-to-law-and-economics-524","topics":"property;law;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9170ede5-5b62-4c87-9d8c-2fe07ad680e6","name":"Chinese Politics Part 2 – China and the World","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-chinese-politics-part-2-china-and-the-world-3791","topics":"politics;nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae859964-636a-4a18-893a-4ebacd429229","name":"Emotions: a Philosophical Introduction","description":"By Universitat Autònoma de Barcelona (Autonomous University of Barcelona) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-emotions-a-philosophical-introduction-3159","topics":"emotions;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8f9abac-c6a8-4671-8a10-bf7b5f9a8d3d","name":"Strategy and Sustainability","description":"By IESE Business School via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-strategy-and-sustainability-7373","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8955e2f7-3bdf-4f58-9a89-10d1f76d6f09","name":"Green Business Strategy","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-green-business-strategy-12644","topics":"business;strategy;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3dcd8f24-0101-4c0e-8a62-381e6359a3d4","name":"Genius. Talent. Golden Mediocrity","description":"By Tomsk State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-genius-talent-golden-mediocrity-9199","topics":"genius;talent;mediocrity;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a82e7caa-fef3-472f-9b24-f4afc6248ca7","name":"Gender Justice and Workplace Security","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-gender-justice-and-workplace-security-14087","topics":"gender;justice;workplace","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2e1146f-57ee-49d7-8631-15e997747ceb","name":"Understanding Terrorism and the Terrorist Threat","description":"By University of Maryland, College Park via Coursera","image":null,"links":"course|https://www.coursera.org/learn/understandingterror","topics":"terrorism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c4eb547-ef5c-42ef-a630-7d9173819d1b","name":"Copyright for Educators & Librarians","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-copyright-for-educators-librarians-2137","topics":"copyright;education;libraries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24601bd6-75b7-4d0a-848c-ab25847f3860","name":"Critical Issues in Urban Education","description":"By The University of Chicago via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-critical-issues-in-urban-education-5675","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3a45be4-80b4-42e0-9aae-7e1abda715fa","name":"Global Human Rights Teach-Out","description":"By SDG Talk via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-global-human-rights-teach-out-12059","topics":"human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3677b43-cae0-49f5-8eb4-ac0c5bdccea0","name":"Population Studies","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-population-studies-14240","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7dca0db-4472-4f9f-ad98-dbd336d33b6e","name":"Energy Economics And Policy","description":"By NPTEL via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_hs42/preview","topics":"energy;economics;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5d37f5c-adf2-4230-971d-d15088751a8c","name":"Chinese Politics Part 1 – China and Political Science","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/chinesepolitics1","topics":"politics;political-science;nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d02504ad-f547-4745-b2d3-2d5c558b46d2","name":"Copyright for Multimedia","description":"By Emory University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-copyright-for-multimedia-5369","topics":"copyright;multimedia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82a63891-8c24-4f63-a1c5-d955fe0d6f18","name":"Sustainability of Social-Ecological Systems: the Nexus between Water, Energy and Food","description":"By Universitat Autònoma de Barcelona (Autonomous University of Barcelona) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sustainability-of-social-ecological-systems-the-nexus-between-water-energy-and-food-8795","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff3ffd50-07af-4d08-8bd1-0d3c7ef6d60e","name":"Sustainability through Soccer: Systems-Thinking in Action","description":"By University of Virginia via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sustainability-through-soccer-systems-thinking-in-action-8302","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01d64ad8-9852-408e-81c8-bac3b32d70e1","name":"The Science of Well-Being","description":"By Yale University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/the-science-of-well-being","topics":"psychology;well-being;happiness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1f87a4d-d8b8-4b1d-ba5c-3443eff3d767","name":"The Psychology of Thrill Seekers","description":"By Emory University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-psychology-of-thrill-seekers-10208","topics":"psychology;adventure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54e37743-b0d9-4284-86d5-57ec04652811","name":"Genomics for Law","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/genomics-for-law","topics":"genomics;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6b04601-0ffc-40e2-9317-1e4ad9e31f5e","name":"Feminism and Social Justice","description":"By University of California, Santa Cruz via Coursera","image":null,"links":"course|https://www.coursera.org/learn/feminism-social-justice","topics":"feminism;social-justice","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2061202b-b730-417d-9e1d-d6fc2d796866","name":"Water, Society and Sustainability","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_hs41/preview","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16c375b2-6a2d-4680-9882-1c6a637ac0a5","name":"Morale Mindset | Podcast on Spotify","description":null,"image":null,"links":"audio|https://spoti.fi/35cpant","topics":"people-management","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"27ad821c-1062-4bfa-a6b9-e7a134ee6195","name":"Justice, Mercy and Mass Incarceration","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/massincarceration","topics":"justice;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f16b295-5fbe-4569-8bc0-45a9b5d4737f","name":"Geopolitics of Europe","description":"By Institut d'Etudes Politiques de Paris via Coursera","image":null,"links":"course|https://www.coursera.org/learn/geopolitics-europe","topics":"europe;political-science;geopolitics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6468ef4-2d00-4cbc-a471-3e497fe2cab0","name":"U.S. Federal Taxation Capstone","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-u-s-federal-taxation-capstone-9683","topics":"taxation;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4a82738-b9ef-4dc4-86fc-b3a3f6252b5e","name":"Logic for Economists","description":"By University of Amsterdam via Coursera","image":null,"links":"course|https://www.coursera.org/learn/logic-for-economists","topics":"logic;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3eb7ef85-0999-4068-8bdf-9ab088f37acf","name":"Studying Cities: Social Science Methods for Urban Research","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-studying-cities-social-science-methods-for-urban-research-13837","topics":"cities;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e39a5061-1fc2-43db-afdb-5d3a8c27e650","name":"Free Speech on Campus Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/free-speech-on-campus","topics":"free-speech;academics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d85f6282-fc3a-4e19-bda4-24eb6d199e32","name":"Circular Economy - Sustainable Materials Management","description":"By Ghent University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-circular-economy-sustainable-materials-management-11971","topics":"sustainability;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fbac633-69b0-4628-9b34-0ad5711a16dd","name":"Understanding Russians: Contexts of Intercultural Communication","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-understanding-russians-contexts-of-intercultural-communication-1379","topics":"communication;culture;nations/russia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4501f8a6-6b17-4ecc-a1d0-d54f7677b2ba","name":"Espace mondial, a French vision of Global studies","description":"By Institut d'Etudes Politiques de Paris via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-espace-mondial-a-french-vision-of-global-studies-2992","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd2372ad-18e5-465b-85fe-d940ce21c818","name":"Israel State and Society","description":"By Hebrew University of Jerusalem via Coursera","image":null,"links":"course|https://www.coursera.org/learn/israel","topics":"nations/israel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98ace378-92e2-437f-9f8a-224adc1f1c26","name":"Human Rights for Open Societies","description":"By Utrecht University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/humanrights","topics":"human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27b35bb3-a2a2-47a5-b15f-d2eb05a046dc","name":"From Freedom Rides to Ferguson: Narratives of Nonviolence in the American Civil Rights Movement","description":"By Emory University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/nonviolence","topics":"nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44a00571-4541-4fee-8bea-2826f9d3602c","name":"Heritage under Threat","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/heritage-protection","topics":"heritage;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05a1c6d6-a3a8-4dd6-9767-4486e6b2661b","name":"Social Science Approaches to the Study of Chinese Society Part 2","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/social-science-research-chinese-society","topics":"nations/china;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e03d698a-9e05-4529-96e7-90dd739c1ed2","name":"Cities and the Challenge of Sustainable Development","description":"By SDG Academy via edX","image":null,"links":"course|https://www.edx.org/course/cities-and-the-challenge-of-sustainable-development-2","topics":"sustainability;cities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"511498fc-490a-4762-9d4e-4538a3d1e0ef","name":"Introduction to GDPR: General Data Protection Regulation","description":"By University College London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/gdpr","topics":"privacy;gdpr;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"792d5b68-4620-42bf-9dc8-e58f4400bc77","name":"African cities : An Introduction to Urban Planning","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-african-cities-an-introduction-to-urban-planning-12187","topics":"africa;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33189e75-952e-49e9-9a71-4ab879c96347","name":"Caring for Children Moving Alone: Protecting Unaccompanied and Separated Children","description":"By University of Strathclyde via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/caring-for-children-moving-alone","topics":"children;human-rights;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb5e7605-0cfd-434e-b8f9-7cbb7ae3a6b5","name":"Working Supportively With Refugees: Principles, Skills and Perspectives","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-working-supportively-with-refugees-principles-skills-and-perspectives-10603","topics":"refugees;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"253bd940-6a29-4bb2-9109-7ed9dc9af526","name":"Sustainable Food Systems: A Mediterranean Perspective","description":"By SDG Academy via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sustainable-food-systems-a-mediterranean-perspective-10626","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30a8c2b4-d689-4c47-bad6-2b2d5f3766bb","name":"International migrations: a global issue","description":"By Institut d'Etudes Politiques de Paris via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-international-migrations-a-global-issue-10312","topics":"immigration;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5bd784ce-0c5e-41f7-8464-a3ec54e43aa7","name":"Advertising and Society","description":"By Duke University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-advertising-and-society-2487","topics":"advertising;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbcc59ad-f5fe-4abf-bcdd-2e4d20f45dde","name":"Understanding Violence","description":"By Emory University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/violence","topics":"violence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c4d28d1-8b41-4f35-8767-7b374eb76fdf","name":"Economic Growth and Distributive Justice Part I -The Role of the State","description":"By Tel Aviv University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/economic-growth-part-1","topics":"economics;justice;politics;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04e8bed3-bead-4d5a-ab92-0203bba488fc","name":"Indigenous Canada","description":"By University of Alberta via Coursera","image":null,"links":"course|https://www.coursera.org/learn/indigenous-canada","topics":"nations/canada;anthropology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6658740-871c-405e-b5b8-16835bae485e","name":"Laudato Si: On Care for Our Common Home","description":"By SDG Academy via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-laudato-si-on-care-for-our-common-home-8502","topics":"religion;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96ac1810-b486-47ab-8c85-4063cd4547d6","name":"Corporate & Commercial Law I: Contracts & Employment Law","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-corporate-commercial-law-i-contracts-employment-law-11214","topics":"employment;law;contracts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b41d42aa-08bd-4a12-819a-cb17337c6f6d","name":"Designing Cities","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/designing-cities","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4a6e618-b4aa-4eab-85b1-c02f1629261c","name":"Introduction to Communication Science","description":"By University of Amsterdam via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-introduction-to-communication-science-1198","topics":"sociology;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13ee91ab-7868-43b2-bc71-05448c29a45f","name":"Revolutionary Ideas: Utility, Justice, Equality, Freedom","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-revolutionary-ideas-utility-justice-equality-freedom-4234","topics":"justice;equality;freedom;politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e68b10f8-0ea0-45bb-a221-db4f1a547663","name":"International Women's Health and Human Rights","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/womens-health-human-rights","topics":"human-rights;women;health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33446429-25af-4104-935b-eb2878aa2761","name":"Human Rights, Human Wrongs: Challenging Poverty, Vulnerability and Social Exclusion","description":"By SDG Academy via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-human-rights-human-wrongs-challenging-poverty-vulnerability-and-social-exclusion-8503","topics":"human-rights;poverty","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d507cfc9-387e-44b5-be71-1c1144a7b784","name":"Local Economic Development","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.coursera.org/learn/local-economic-development","topics":"economics;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b349dba-e802-4e0c-95f6-dce1f14d57d0","name":"Corporate & Commercial Law II: Business Forms, Financing & Governmental Regulation","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-corporate-commercial-law-ii-business-forms-financing-governmental-regulation-11468","topics":"corporate-law;law;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3c885fc-9457-4ff2-af9c-1073644f07a3","name":"Securing Digital Democracy","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-securing-digital-democracy-337","topics":"democracy;electronic-voting;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cc24f64-751f-4658-8c78-35cc8d33c0f3","name":"Recovering the Humankind's Past and Saving the Universal Heritage","description":"By Sapienza University of Rome via Coursera","image":null,"links":"course|https://www.coursera.org/learn/preserving-cultural-heritage","topics":"archaeology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41889b18-5630-44e5-9e7c-86a7283d82d9","name":"Supporting children with difficulties in reading and writing","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-supporting-children-with-difficulties-in-reading-and-writing-2081","topics":"children;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d75b829-3ae5-415a-be10-f6679369bd35","name":"The Korean Economic Development","description":"By Yonsei University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-korean-economic-development-6207","topics":"nations/korea;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab729c3a-9627-4d58-b5ec-1985665eb704","name":"Managing Workplace Morale — Morale Mindset","description":null,"image":null,"links":"article|https://www.moralemindset.com/publications/increase-workplace-morale","topics":"people-management","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"b70262fb-1f73-4033-8923-05b74edbe5b3","name":"Social Norms, Social Change II","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-social-norms-social-change-ii-7429","topics":"sociology;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"709a88e9-26e6-4d9a-893e-8b7ad6794277","name":"China’s Economic Transformation Part 1: Economic Reform and Growth in China","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/econtransform1","topics":"economics;nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc688fa1-e886-467a-b6f7-f9bc20601862","name":"Introduction to Psychology: Biological Psychology","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/biological-psychology","topics":"psychology;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e61224b-f795-4b92-a668-2b919aa26e2a","name":"Security, Terrorism and Counterterrorism","description":"By Murdoch University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-security-terrorism-and-counterterrorism-11613","topics":"terrorism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41b91ba2-56a6-4d6e-8ffe-436ab97126d8","name":"Cross-border road transport in EU law context","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cross-border-road-transport-in-eu-law-context-12380","topics":"transportation;law;europe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7858a2e-9282-47ac-b887-350399344200","name":"Business Model Innovation for Sustainable Landscape Restoration","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-business-model-innovation-for-sustainable-landscape-restoration-12589","topics":"business;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34d5a55c-85ea-4e24-9fd1-99907975f51d","name":"Driving business towards the Sustainable Development Goals","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-driving-business-towards-the-sustainable-development-goals-13760","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0aa94238-f366-4fd3-8080-078d1743e321","name":"Reducing Gun Violence in America: Evidence for Change","description":"By Johns Hopkins University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/gun-violence","topics":"gun-violence;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf05416f-f70a-496b-83af-459ba5bece53","name":"Cities are back in town : urban sociology for a globalizing urban world","description":"By Institut d'Etudes Politiques de Paris via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-cities-are-back-in-town-urban-sociology-for-a-globalizing-urban-world-2993","topics":"urban-planning;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d734158d-b3b0-493e-82ef-4e04b6f70c1c","name":"Managing Responsibly: Practicing Sustainability, Responsibility and Ethics","description":"By University of Manchester via Coursera","image":null,"links":"course|https://www.coursera.org/learn/responsible-management","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a7186d3-894b-4974-b032-954a9ffde107","name":"Revolutionary Ideas: Borders, Elections, Constitutions, Prisons","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/revolutionary-ideas-borders-elections-constitutions-prisons","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfbaed85-7a06-48ff-8c5f-23da91832bfd","name":"European Business Law: Doing Business in Europe","description":"By Lund University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/eu-law-doing-business","topics":"business-law;law;europe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f01a9e12-f35b-4a05-82f8-63eb4cd9a631","name":"Understanding Russian Economy. Problems of Transition","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-understanding-russian-economy-problems-of-transition-5948","topics":"economics;nations/russia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca793c72-5d48-4007-8eef-186582b870aa","name":"Transforming Our World: Achieving the Sustainable Development Goals","description":"By SDG Academy via edX","image":null,"links":"course|https://www.edx.org/course/transforming-our-world-achieving-the-sustainable-development-goals","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f1b6c0e-f208-4f77-b06a-58594b085f11","name":"Macroeconomics for a Sustainable Planet","description":"By SDG Academy via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-macroeconomics-for-a-sustainable-planet-9745","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef405ff9-a1d8-4a0a-9e47-d25a68e2441f","name":"Understanding International Relations Theory","description":"By Higher School of Economics via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-understanding-international-relations-theory-10434","topics":"political-science;international-relations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f46583da-e654-4596-a064-4be6f6d5fab0","name":"Accessibility to the Scenic Arts","description":"By Universitat Autònoma de Barcelona (Autonomous University of Barcelona) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-accessibility-to-the-scenic-arts-11497","topics":"accessibility;arts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a93ed45-a1e2-40d6-9223-6fa7b6c5a9f3","name":"Fundamentals of Macroeconomics","description":"By Universidad Carlos iii de Madrid via edX","image":null,"links":"course|https://www.edx.org/course/fundamentals-of-macroeconomics-2","topics":"macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8fc3467-22bb-43f5-bb0f-4c2f5b28d9aa","name":"Sustainable Urban Development","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sustainable-urban-development-4060","topics":"sustainability;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb8738bd-350c-40a6-8b6b-e992af68847f","name":"Foundations of Development Policy","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-foundations-of-development-policy-3923","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72bdccd0-997e-4ce6-bd9d-9a617f7509a9","name":"Designing and Running Randomized Evaluations","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-designing-and-running-randomized-evaluations-7861","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fecaa47-fc66-4819-928e-1028e212399e","name":"Fundamentals of Microeconomics | Fundamentos de Microeconomía","description":"By Universidad Carlos iii de Madrid via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-fundamentals-of-microeconomics-fundamentos-de-microeconomia-7865","topics":"microeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0f23f46-a58a-4f7e-b5a5-17a4a6178c86","name":"Political Economy and Economic Development","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-political-economy-and-economic-development-14391","topics":"economics;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a69a0e02-fcf0-426f-bd18-b9746f7c873d","name":"The Challenges of Global Poverty","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-challenges-of-global-poverty-608","topics":"poverty","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"609f838a-662e-47a4-a2fe-836dafd07dab","name":"Co-Creating Sustainable Cities","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-co-creating-sustainable-cities-12638","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c132ebf-b2fc-4a01-9005-c42b30bd799b","name":"Microeconomics","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/microeconomics-4","topics":"microeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82443bab-8819-4978-9873-4e3bed2059b2","name":"Pricing Options with Mathematical Models","description":"By California Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/pricing-options-with-mathematical-models-2","topics":"finance;derivatives","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e227562-a027-4616-85ae-c401744823ba","name":"AGRIMONITOR: Agricultural Policy in the Caribbean","description":"By IDB ( Inter-American Development Bank ) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-agrimonitor-agricultural-policy-in-the-caribbean-7214","topics":"agriculture;caribbean","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19017689-2b83-4740-9d18-363ccfdd1754","name":"People Studying People: Research Ethics in Society","description":"By University of Leicester via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/ethical-research","topics":"research;ethics;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9060bf8-6746-404d-b0c9-199859ce03b1","name":"Understanding Suicide and Suicide Prevention Strategies in a Global Context","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-suicide-and-suicide-prevention-strategies-in-a-global-context-13159","topics":"suicide","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"063d729a-1ea9-41f6-ba85-f5efcf96d91b","name":"Sustainable Construction and Development","description":"By London South Bank University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/sustainable-construction-development","topics":"sustainability;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7886fc9-cd67-4eb0-814e-935b6194440a","name":"Cultural Heritage and the City","description":"By European University Institute via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/cultural-heritage-cities","topics":"urban-planning;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0792d013-f375-4358-bfc7-277986a87d50","name":"Capstone: Analyzing (Social) Network Data","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-capstone-analyzing-social-network-data-5103","topics":"sociology;social-networks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"938b2b16-49b7-4b9f-9e6d-4a41ef99f477","name":"The Coronavirus Curve - Numberphile","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=k6nLfCbAzgo","topics":"coronavirus;epidemics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b044a72c-16ef-452a-8ff4-a46f014f18be","name":"Smart Cities","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-smart-cities-3846","topics":"cities;smart-cities;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b1b636f-ebd2-42c3-91aa-70843a5cdcb3","name":"Feeding a Hungry Planet: Agriculture, Nutrition and Sustainability","description":"By SDG Academy via edX","image":null,"links":"course|https://www.edx.org/course/feeding-a-hungry-planet-agriculture-nutrition-and-sustainability-2","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad2a3631-5b3a-4bc7-9a43-a5c1d43ce1a9","name":"Antisemitism: From Its Origins to the Present","description":"By Yad Vashem - The World Holocaust Remembrance Center via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-antisemitism-from-its-origins-to-the-present-10557","topics":"sociology;antisemitism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b93a9df-1be6-4b33-befd-fbdad22d8c0b","name":"Development Economics","description":"By via MRUniversity","image":null,"links":"course|https://mru.org/development-economics","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96810133-ca5f-4af4-9695-b33bf9cea4dc","name":"The Eurozone Crisis","description":"By via MRUniversity","image":null,"links":"course|https://mru.org/courses/eurozone-crisis","topics":"political-science;europe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86469ebd-8e1b-4b0d-a699-0a9b1c10f873","name":"Mexico's Economy: Current Prospects and History","description":"By via MRUniversity","image":null,"links":"course|https://mru.org/courses/mexicos-economy-current-prospects-and-history","topics":"economics;nations/mexico","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"404b0672-f686-476b-9fe1-7c93f98afd42","name":"Legal Ethical Governance","description":"By Florida International University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-legal-ethical-governance-791","topics":"law;ethics;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e5df2e0-4e6f-4d7f-82a6-10127ae7c98d","name":"Great Economists: Classical Economics and its Forerunners","description":"By via MRUniversity","image":null,"links":"course|https://www.classcentral.com/course/mruniversity-great-economists-classical-economics-and-its-forerunners-890","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c482583-ef0d-49b7-ad5e-a9bfde2d0228","name":"International Trade","description":"By via MRUniversity","image":null,"links":"course|https://mru.org/international-trade","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4890432-dcf0-4094-b2cd-68bb7eaeccc6","name":"Success - Achieve Success with Emotional Intelligence","description":"By Taylor's University via OpenLearning","image":null,"links":"course|https://www.openlearning.com/courses/Success/","topics":"psychology;emotional-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7c9d882-68b9-4bd8-9e60-0654c8da4c3e","name":"Introduction to Behavioral Science Degree Programs","description":"By Utah Valley University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/uvu/courses/introduction-to-behavioral-science-degree-programs","topics":"sociology;behavioral-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05c9a36f-c9f0-4c5a-9160-e7b945ec7a37","name":"Introduction to Human Rights","description":"By Universidad Diego Portales via Udemy","image":null,"links":"course|https://www.udemy.com/course/introduction-to-human-rights/?LSNPUBID=SAyYsTvLiGQ&ranEAID=SAyYsTvLiGQ&ranMID=39197&ranSiteID=SAyYsTvLiGQ-CN71.whdvSbNH38Wlj2Qng","topics":"human-rights;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3198cb06-b155-4e75-ac96-dc7db4fd896b","name":"Age of Globalization","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-age-of-globalization-812","topics":"political-science;globalization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70a00db1-81c3-41cd-9521-0039bc067dd0","name":"Discretionary Decision Making for Social Workers in Child Protection","description":"By Charles Darwin University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-discretionary-decision-making-for-social-workers-in-child-protection-3275","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93d7a526-d1a4-48d8-bb20-632eb8ebbbcf","name":"Central Challenges of American National Security, Strategy, and the Press","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-central-challenges-of-american-national-security-strategy-and-the-press-1231","topics":"political-science;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67478484-b69c-4530-a789-a0fdcb495d03","name":"Critical Issues in Urban Education","description":"By The University of Chicago via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-critical-issues-in-urban-education-2692","topics":"education;schools","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d850223-a977-4d81-a9d0-4ab25884d125","name":"Incarceration's Witnesses: American Prison Writing","description":"By Hamilton via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-incarceration-s-witnesses-american-prison-writing-2905","topics":"nations/usa;human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d781ca13-7852-4793-b84c-690fec971bb2","name":"Religion and Hip Hop Culture","description":"By Rice University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-religion-and-hip-hop-culture-2803","topics":"religion;hip-hop;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"330cdb3d-af34-4db8-abe7-76e0e0649fe4","name":"Introduction to Psychology: (PSYC 1310)","description":"By East Tennessee State University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-introduction-to-psychology-psyc-1310-3456","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a9719ca-f6e7-498c-9dd8-f0dd2eaf6c7e","name":"Urban Water - Innovations for Environmental Sustainability","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/urban-water-innovations-environmental-ubcx-water201x","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14dfe1ff-8273-4586-a2ea-8e929a451477","name":"Global Markets and Personal Impacts","description":"By University of Washington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-global-markets-and-personal-impacts-3485","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a8adc44-506b-4e59-9cfa-c6f660a942f7","name":"Yield Curve Analysis","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-yield-curve-analysis-3601","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25e8d3eb-16b9-4d97-b413-319794f71add","name":"Sustainability, Resilience, and Society","description":"By University of Washington via edX","image":null,"links":"course|https://www.edx.org/course/sustainability-resilience-society-uwashingtonx-anth378x","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29d7012a-ea0d-4a3f-9bda-9423d01335d3","name":"Economic History of the Soviet Union","description":"By via MRUniversity","image":null,"links":"course|https://mru.org/courses/economic-history-soviet-union-0","topics":"economics;history;soviet-union","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64f4afe9-33c2-4f0a-b7ad-5a372de93047","name":"Principles of Economics: Microeconomics","description":"By via MRUniversity","image":null,"links":"course|https://mru.org/principles-economics-microeconomics","topics":"microeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c292c063-6d19-4c79-ba3e-4eb5b9586bf1","name":"Introduction to Human Evolution","description":"By Wellesley College via edX","image":null,"links":"course|https://www.edx.org/course/introduction-human-evolution-wellesleyx-anth207x-1","topics":"evolution;anthropology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04a0b789-9406-4fc5-a1df-0b7915cdde1d","name":"The Book: Making and Meaning in the Medieval Manuscript","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-book-making-and-meaning-in-the-medieval-manuscript-3873","topics":"books;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9440980d-446e-4010-a86e-8fb1e51656f2","name":"The Book: Scrolls in the Age of the Book","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/book-scrolls-age-book-harvardx-hum1-2x","topics":"books;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d06145a0-2766-4202-9d3b-026febeb7362","name":"The Book: The History of the Book in the 17th and 18th Century Europe","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/book-history-book-17th-18th-century-harvardx-hum1-4x","topics":"books;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"319d16a7-eade-4d90-85e9-e2cf7410fba0","name":"The Book: Monasteries, Schools, and Notaries, Part 2: Introduction to the Transitional Gothic Script","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-book-monasteries-schools-and-notaries-part-2-introduction-to-the-transitional-gothic-script-3871","topics":"books;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac47a2f8-9805-498f-b06f-29c00b0e31f8","name":"The Book: Print and Manuscript in Western Europe, Asia and the Middle East (1450-1650)","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-book-print-and-manuscript-in-western-europe-asia-and-the-middle-east-1450-1650-3872","topics":"books;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad8be0f1-eec9-4cf5-ba80-05db149f6734","name":"The Book: Monasteries, Schools, and Notaries, Part 1: Reading the Late Medieval Marseille Archive","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/book-monasteries-schools-notaries-part-1-harvardx-hum1-6x","topics":"books;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d789cba-8e4b-48b0-b30a-7e7cd00cb553","name":"Sustainability and Business Innovation","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-sustainability-and-business-innovation-1930","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"084fd0c7-f114-4fc1-b05f-ca4cbd72c067","name":"Human Rights: The Right to Freedom of Expression","description":"By Amnesty International via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-human-rights-the-right-to-freedom-of-expression-4869","topics":"human-rights;free-speech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"189705df-b3f5-4fbd-ac25-eb7090d96c5e","name":"Principles of Economics: Macroeconomics","description":"By via MRUniversity","image":null,"links":"course|https://www.classcentral.com/course/mruniversity-principles-of-economics-macroeconomics-5060","topics":"macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e050b53-3b80-4451-839a-5c0adcf857aa","name":"Exploring Our Humanity","description":"By via World Science U","image":null,"links":"course|http://www.worldscienceu.com/courses/master_class/master-class-lee-berger","topics":"anthropology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c72b4f93-a847-40ca-8d38-108d44ce0353","name":"Political Philosophy: An Introduction","description":"By via iversity","image":null,"links":"course|https://iversity.org/en/courses/political-philosophy-an-introduction-january-2016","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df4509b6-6620-42cb-a692-5c214aaff7c5","name":"Globalization's Winners and Losers: Challenges for Developed and Developing Countries","description":"By Georgetown University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-globalization-s-winners-and-losers-challenges-for-developed-and-developing-countries-915","topics":"globalization;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a39e1a1-2837-46b2-92bd-5644e98721b3","name":"Making Sense of News","description":"By The University of Hong Kong via edX","image":null,"links":"course|https://www.edx.org/course/making-sense-news-hkux-hku04x-0","topics":"news;media;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dad6b692-8465-4d9c-9a1d-616c41151aab","name":"In the Name of Identity","description":"By via +Acumen","image":null,"links":"course|https://www.classcentral.com/course/acumen-in-the-name-of-identity-2570","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33dafbd7-6718-4b31-bda4-fdbe12dfbce7","name":"Cyberwar, Surveillance and Security","description":"By University of Adelaide via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-cyberwar-surveillance-and-security-3242","topics":"surveillance;law;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6df0018-321a-4a9a-ae9f-1fe06fa270fe","name":"Networks, Crowds and Markets","description":"By Cornell University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-networks-crowds-and-markets-1565","topics":"economics;networks;markets","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0cace112-c7eb-4e3a-bb63-0a17108e4f09","name":"Introduction to Urban Resilience with HAZUR","description":"By OptiCits via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-introduction-to-urban-resilience-with-hazur-4976","topics":"urban-planning;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5166ad08-6a14-4df6-b0df-0442a5ebfd8d","name":"Future Cities","description":"By ETH Zurich via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-future-cities-2070","topics":"cities;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10aa00ff-27a6-42aa-95c7-f66088d9d8af","name":"Governance and Policy Advice: How political decisions come to life","description":"By Hertie School of Governance via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-governance-and-policy-advice-how-political-decisions-come-to-life-2491","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04b68d7c-6ddd-4c15-8ca1-98e8d14a35f7","name":"Global Inequality","description":"By Wellesley College via edX","image":null,"links":"course|https://www.edx.org/course/global-inequality-wellesleyx-soc102x","topics":"sociology;inequality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76fc6ad7-3a2b-4a05-864d-e5daef41bf0e","name":"Global Social Change","description":"By Wellesley College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-global-social-change-6246","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee1106da-776a-4925-a501-d95f15756dbb","name":"Global Sociology","description":"By Wellesley College via edX","image":null,"links":"course|https://www.edx.org/course/global-sociology-wellesleyx-soc101x","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ee50c42-12e0-4494-afec-28bf48180ec5","name":"Fundamentals of Market Structure","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/fundamentals-market-structure-new-york-institute-finance-etfm2016-1x","topics":"markets;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"477ab686-d796-4a4a-8432-fa429cd9f319","name":"Big Data for Smart Cities","description":"By IEEE via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-big-data-for-smart-cities-6323","topics":"big-data;smart-cities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f73981aa-f9d6-4020-acdb-0264a6e05c5d","name":"The History of Medieval Medicine Through Jewish Manuscripts","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.edx.org/course/history-medieval-medicine-through-jewish-pennx-katz1-1x","topics":"medicine;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62a6edd9-adfc-40ca-8748-c95a8fed0506","name":"Circular Economy MOOC","description":"By Euneos via EMMA","image":null,"links":"course|https://www.classcentral.com/course/emma-circular-economy-mooc-6049","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da4e04eb-dcc5-49b3-b2e6-3d3dac27827a","name":"International Labour Standards: How to Use Them","description":"By via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-international-labour-standards-how-to-use-them-6522","topics":"human-rights;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5bf73ba9-2308-4926-a513-142fb9eddc99","name":"The Legacy of Islamic Civilization","description":"By Bibliotheca Alexandrina via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-legacy-of-islamic-civilization-6589","topics":"islam;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46bf1024-532d-4671-b254-e1227a4b31f2","name":"Quality of Life: Livability in Future Cities","description":"By ETH Zurich via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-quality-of-life-livability-in-future-cities-3854","topics":"urban-planning;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58b3cf94-a9de-4c43-9727-45b29791cd18","name":"International Politics in the Korean Peninsula, Part 1","description":"By Seoul National University via edX","image":null,"links":"course|https://www.edx.org/course/international-politics-korean-peninsula-snux-snu216b-226-1x-0","topics":"political-science;korea","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ccbf3783-571d-4b96-b4eb-7ff29824dba7","name":"Everyday Economics","description":"By via MRUniversity","image":null,"links":"course|https://mru.org/everyday-economics","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5c94127-e7b6-413d-a7f7-fb3bb9f9f084","name":"Econ Duel","description":"By via MRUniversity","image":null,"links":"course|https://mru.org/econ-duel","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13815719-5c51-4397-b42f-8f75651e58e7","name":"Reclaiming Broken Places: Introduction to Civic Ecology","description":"By Cornell University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-reclaiming-broken-places-introduction-to-civic-ecology-2811","topics":"ecology;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48959daa-a1d5-4a8c-b9d9-98d98b57b8a7","name":"Introductory Course to Economics","description":"By Hanze University of Applied Sciences via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/hanzeuniversity/courses/introductory-course-to-economics","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98dd7025-9a80-4647-909a-f7e6f02521f8","name":"JuryX: Deliberations for Social Change","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/juryx-deliberations-social-change-harvardx-hls3x-0","topics":"law;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"444b4d80-9c86-442a-930d-501afbdc2fa1","name":"Gender Equality and Sexual Diversity","description":"By Universidad Diego Portales via Udemy","image":null,"links":"course|https://www.classcentral.com/course/udemy-gender-equality-and-sexual-diversity-7323","topics":"gender","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a119b68d-135a-4f0c-ba81-862edb4a0bb0","name":"国际贸易 | International Economics and Trade","description":"By Peking University via edX","image":null,"links":"course|https://www.edx.org/course/guo-ji-mao-yi-international-economics-pekingx-02530090x-0","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aeac1460-920a-462d-8157-e4d5c32d408f","name":"America's Poverty Course","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-america-s-poverty-course-7992","topics":"poverty;nations/usa;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a9934c8-7fe5-4fc6-9497-11ceb8a58fe6","name":"Freedom of Expression in the Age of Globalization","description":"By Columbia University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-freedom-of-expression-in-the-age-of-globalization-6646","topics":"free-speech;globalization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e442478-23fc-40bc-9789-ca71c56e26f1","name":"US Voting Access and Fraud","description":"By Davidson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-us-voting-access-and-fraud-7478","topics":"nations/usa;voting;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4ae7274-413c-48f2-bbc2-b01f856af107","name":"U.S. Government - Foundations, Democracy & Politics","description":"By Purdue University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-u-s-government-foundations-democracy-politics-7341","topics":"nations/usa;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc941a97-62c8-4067-bc34-13a3682e49ba","name":"Policy Lessons from South Korea's Development","description":"By The World Bank via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-policy-lessons-from-south-korea-s-development-6610","topics":"nations/south-korea;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5dd0a5ab-49c0-46c1-bc97-3cb300ba3f5f","name":"Top 10 Social Issues for the President’s First 100 Days","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-top-10-social-issues-for-the-president-s-first-100-days-7586","topics":"nations/usa;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be44748b-3f5a-4f45-bca2-c124b8945d55","name":"Human Trafficking Awareness for the General Public","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:HumanitiesSciences+HumTrfkgAwrns+SelfPaced/about","topics":"human-trafficking;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4eedcdcb-9003-4fc3-b1d5-2a0f118cdbd7","name":"Human Trafficking Awareness for the Hospitality Industry","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-human-trafficking-awareness-for-the-hospitality-industry-7990","topics":"human-trafficking;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35b564fc-d3a0-4267-87a4-27ac769e908a","name":"Human Trafficking Awareness for the Restaurant Industry","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:HumanitiesSciences+HumTrfkgRestrnt+SelfPaced/about","topics":"human-trafficking;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"617d8b60-29f2-4261-963e-1d8611ba3c72","name":"Psychology of Political Activism: Women Changing the World","description":"By Smith College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-psychology-of-political-activism-women-changing-the-world-4992","topics":"psychology;political-science;sociology;women","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b82afdf2-8a7d-4576-b560-17fd600f7a48","name":"The Art and Science of Memory: 5 Keys to Learning","description":"By Charles Darwin University via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_834_1","topics":"memory;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62252775-811b-4c3e-900e-af0b52449bfe","name":"Smart Cities","description":"By ETH Zurich via edX","image":null,"links":"course|https://www.edx.org/course/smart-cities-ethx-ethx-fc-03x-1","topics":"smart-cities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e07e7f03-c717-4945-bc30-3e39a3319aed","name":"Introduction to Mao Zedong Thought | 毛泽东思想概论","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-mao-zedong-thought--3506","topics":"political-science;nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3aca8d1-98e6-42c9-b1d9-9538fed979b3","name":"中国特色社会主义理论体系概论 | Introduction to the Theoretical System of Socialism with Chinese Characteristics","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.edx.org/course/zhong-guo-te-se-she-hui-zhu-yi-li-lun-ti-xi-gai-lun-introduction-to-the-theoretical-system-of-socialism-with-chinese-characteristics","topics":"political-science;socialism;nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b1bad13-aebb-4216-bb5e-eec26483f6a7","name":"文物精品与文化中国:天文与医药 | Relics of Chinese History - Part 2: Astronomy and Medicine","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx---relics-of-chinese-history-part-2-astronomy-and-medicine-4078","topics":"nations/china;history;astronomy;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00ce4e14-68ac-485b-8c90-ce9c1c4c9809","name":"Why delegating is a terrible first step - Morale Mindset","description":null,"image":null,"links":"article|https://moralemindset.substack.com/p/why-delegating-is-a-terrible-first","topics":"people-management","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"af69dea2-5d40-4d18-ad65-4dac393d29d6","name":"The Story of Fake News","description":"By Davidson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-story-of-fake-news-8229","topics":"news;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de045694-abec-4834-b19b-d867aa49a77a","name":"Citizen Engagement: A Game Changer for Development","description":"By The World Bank via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-citizen-engagement-a-game-changer-for-development-7846","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c010244-2904-49ad-b53d-c476277bd10a","name":"Fake News, Facts, and Alternative Facts","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-fake-news-facts-and-alternative-facts-8260","topics":"news;media;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0de07a10-af39-4050-9bda-dd7d1ff6a9d0","name":"Raising Awareness about the Situation of Newly Arrived Migrants","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-raising-awareness-about-the-situation-of-newly-arrived-migrants-10767","topics":"immigration;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b31f4bca-7bfc-47b3-8bc7-862713c05464","name":"American Government","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/xseries/harvardx-us-government?source=aw&awc=6798_1567901669_453a9bb629f2259d7694ac3c5898dc5a","topics":"nations/usa;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be38abe9-d2f4-4b74-b627-116045d55e6f","name":"Technology Innovation for Sustainable Development","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-technology-innovation-for-sustainable-development-8446","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8a1f9b1-9ccf-408d-84d9-5a282befd86e","name":"Essentials of Program Strategy and Evaluation","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-essentials-of-program-strategy-and-evaluation-8981","topics":"society;governance;business;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9945abda-ca38-4145-a1e2-e8f97f6ba398","name":"Empowering Lieutenants to Lead Initiatives | by David Huynh | Medium","description":null,"image":null,"links":"article|https://medium.com/@moralemindset/empowering-lieutenants-to-lead-initiatives-b4f64a118a7","topics":"people-management","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"2b09d795-148d-44eb-b715-fdd7f954730b","name":"Structuring Business Agreements for Success","description":"By Cornell University via edX","image":null,"links":"course|https://www.edx.org/course/structuring-business-agreements-success-cornellx-deal101x","topics":"law;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a766227-c54d-4985-ba69-4b9d03692459","name":"Ecodesign for Cities and Suburbs","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/ecodesign-cities-suburbs-ubcx-ecodesignx-0","topics":"urban-planning;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc6bd980-7f88-4575-989c-e0b4d653913c","name":"Socially-Responsible Real Estate Development","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-socially-responsible-real-estate-development-8544","topics":"urban-planning;real-estate;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b14475c7-0f2f-47e5-af6c-0514af3d3256","name":"PredictionX: Diviner’s Guide","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/predictionx-diviners-guide-harvardx-soc1-practx","topics":"anthropology;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea542b24-0e92-4b9c-8d97-b5082cbfd56d","name":"Mortgage Backed Securities (MBS): Part II","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.edx.org/course/mortgage-backed-securities-mbs-part-ii-new-york-institute-finance-mbs2-pc2x","topics":"finance;mortgage-backed-securities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2487cb95-7df8-45b0-9aa5-793568664f39","name":"Mortgage Backed Securities (MBS): Part I","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-mortgage-backed-securities-mbs-part-i-8747","topics":"finance;mortgage-backed-securities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"106d292e-b565-4ddb-a93f-d466a05bc288","name":"Rethinking 'Us' & 'Them': Integration and Diversity in Europe","description":"By Migration Matters via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-rethinking-us-them-integration-and-diversity-in-europe-8898","topics":"diversity;europe;human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d342116-2e1a-44fc-9a84-d127772192a1","name":"Sustainable Urban Environments","description":"By Trinity College via edX","image":null,"links":"course|https://www.edx.org/course/sustainable-urban-environments-trinityx-course-v1trinityxt011x2t2017","topics":"urban-planning;sustainability;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b17f751b-4366-488c-8296-67715a9ef62d","name":"Urban Infrastructure Management","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-urban-infrastructure-management-8676","topics":"urban-planning;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88d677ea-4195-4597-bfa2-b6cf4099a488","name":"Smart Cities, Management of Smart Urban Infrastructures","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.edx.org/course/smart-cities-management-smart-urban-epflx-mui2x","topics":"smart-cities;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58bb0162-2410-4e69-aa14-8408b3775234","name":"Grief and How it Can Kill Us","description":"By via EMMA","image":null,"links":"course|https://platform.europeanmoocs.eu/course_grief_and_how_it_can_kill_us","topics":"psychology;self-improvement","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"caf8b468-87dd-4c5c-99fe-11d6bb1e2d04","name":"The Syrian Refugee Crisis: Stories Beyond the Headlines","description":"By via +Acumen","image":null,"links":"course|https://www.classcentral.com/course/acumen-the-syrian-refugee-crisis-stories-beyond-the-headlines-9103","topics":"sociology;human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57d6db1f-42a1-4878-b479-24bc573fa3b5","name":"Introduction to AP* Human Geography","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.edx.org/course/introduction-ap-human-geography-utaustinx-ut-hgeo-13-01x","topics":"geography;anthropology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78a56d60-f5b3-45de-9210-cb7c66bbc5df","name":"Democracy and Development: Perspectives from Africa","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-democracy-and-development-perspectives-from-africa-8810","topics":"democracy;africa;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79baa4a5-eeb6-4fe4-a474-32469b64ad8d","name":"Islamic Banking: Principles, Practice and Risk Management","description":"By Islamic Research and Training Institute via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-islamic-banking-principles-practice-and-risk-management-9301","topics":"islamic-banking;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3ccf860-706e-4a11-a2cf-d45bc69e6485","name":"Taxes in our life","description":"By via iversity","image":null,"links":"course|https://iversity.org/en/courses/taxes-in-our-life","topics":"taxation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df92d0f1-dae4-41d4-ba1d-8674b20b729e","name":"Fair Wage Strategies in a Global Economy","description":"By Global Labour University via iversity","image":null,"links":"course|https://iversity.org/en/courses/fair-wage-strategies-in-a-global-economy","topics":"human-rights;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91937228-2aa3-43d7-86be-2f8cf16e9999","name":"The EU and Human Rights","description":"By KU Leuven University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-eu-and-human-rights-4075","topics":"human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"303b6e26-a0f0-48fc-afe7-763e1471e9d5","name":"Wiretaps to Big Data: Privacy and Surveillance in the Age of Interconnection","description":"By Cornell University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-wiretaps-to-big-data-privacy-and-surveillance-in-the-age-of-interconnection-1492","topics":"privacy;surveillance;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6022013e-11de-4260-9bf8-aa48b0046de9","name":"From Poverty to Prosperity: Understanding Economic Development","description":"By University of Oxford via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-from-poverty-to-prosperity-understanding-economic-development-7878","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0f87608-4d29-4ede-b180-a18678580df6","name":"Think Resilience: Preparing for the Rest of the 21st Century","description":"By Post Carbon Institute via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-think-resilience-preparing-for-the-rest-of-the-21st-century-9527","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a9e947d-6b0e-41a3-ac92-3237116c73f3","name":"Flood Risk Management","description":"By RWTH Aachen University via edX","image":null,"links":"course|https://www.edx.org/course/flood-risk-management-rwthx-tumx-frmx","topics":"urban-planning;floods","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"863c3e4c-0dbd-4272-b716-956f2245dbfd","name":"Digital Dividends: Strengthening the Analog Foundation of the Digital Revolution","description":"By The World Bank via edX","image":null,"links":"course|https://www.edx.org/course/digital-dividends-strengthening-analog-wbgx-wdr01x","topics":"economics;information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49190414-6650-448c-946d-db87aad7e585","name":"Sustainability Through Digital Transformation","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/sbi2-1","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5624ae7-9bbe-481f-b830-910fb1e4eee8","name":"Making Government Work in Hard Places","description":"By Princeton University via edX","image":null,"links":"course|https://www.edx.org/course/making-government-work-in-hard-places","topics":"governance;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da0174b9-a0c8-4bbe-bfc6-9feac1535524","name":"Intellectual Property Law and Policy: Part 1","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.edx.org/course/intellectual-property-law-policy-part-1-pennx-iplaw1x-0","topics":"law;intellectual-property;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0dd93650-d42c-4d5f-8e3a-6dac1d80c814","name":"Intellectual Property Law and Policy: Part 2","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-intellectual-property-law-and-policy-part-2-6490","topics":"law;intellectual-property;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d63cfa0-98a9-49b2-a68c-66f6065e5838","name":"Make the most of EU resources for your region or city","description":"By European Union Committee of the Regions via iversity","image":null,"links":"course|https://iversity.org/en/courses/make-the-most-of-eu-resources-for-your-region-or-city","topics":"europe;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"012fe37e-2efd-4f27-9d5a-dd02a764ef6d","name":"Global History of Capitalism","description":"By Princeton University via edX","image":null,"links":"course|https://www.edx.org/course/global-history-of-capitalism-since-1919","topics":"capitalism;history;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64d781df-5edb-45a1-9dd2-48ca08995433","name":"Sustainability Science – A Key Concept for Future Design","description":"By The University of Tokyo via edX","image":null,"links":"course|https://www.edx.org/course/sustainability-science-key-concept-utokyox-utokyo006x-0","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e48d8bb4-8e32-4458-8032-1d93689bcd35","name":"The Threat of Nuclear Terrorism","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:Engineering+NuclearTerrorism+selfpaced/about","topics":"terrorism;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8c8277b2-cacb-4803-9bc5-f3b55e5c579f","name":"Sustainability in Everyday Life","description":"By Chalmers University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sustainability-in-everyday-life-3306","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f9be02f-9fca-42e4-8bf1-7820cceeca96","name":"Human Rights Activism, Advocacy and Change","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-human-rights-activism-advocacy-and-change-7270","topics":"human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"669be7aa-05e0-4d34-b7f8-1f29e25a1095","name":"Engagement in a Time of Polarization","description":"By Davidson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-engagement-in-a-time-of-polarization-10256","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b65a0741-aed3-4fb5-949d-8004d783356d","name":"Russia's Gas Strategy","description":"By European University at St. Petersburg via Stepik","image":null,"links":"course|https://stepik.org/course/502/promo","topics":"economics;nations/russia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c74affe5-a24f-4d38-96db-be799ff431c1","name":"Microeconomic Principles: Decision-making under Scarcity","description":"By Arizona State University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-microeconomic-principles-decision-making-under-scarcity-9317","topics":"microeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae94b244-2fa9-4c83-ac9c-10f49aaa4229","name":"Environmental Studies: A Global Perspective","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-environmental-studies-a-global-perspective-6474","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"908311a1-d9cd-4ec0-bfb2-c063857cb959","name":"International Climate Change Law and Policy","description":"By University of Newcastle via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-international-climate-change-law-and-policy-10469","topics":"climate-change;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35e23a0f-c496-4aa3-86a5-c723d14d6887","name":"International Women's Health & Human Rights","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:GlobalHealth+IntWomensHealth+Ongoing/about","topics":"human-rights;women;health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9784f022-761d-4cb9-a9c9-84b42feb8d0d","name":"Global Muckraking: Investigative Journalism and Global Media","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/global-muckraking-investigative-journalism-and-global-media","topics":"journalism;media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9c14fed-5dab-4b7c-b76e-0161274fa5d1","name":"Gender, Race and Technology","description":"By The University of Texas at Austin via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/gender-race-and-technology/info","topics":"gender;race;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f567f17-dfe6-4fde-8c58-1a193b685640","name":"Human Rights Defenders","description":"By Amnesty International via edX","image":null,"links":"course|https://www.edx.org/course/human-rights-defenders1","topics":"human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e584368-3c9b-47f6-bbf6-ee06abedd554","name":"Debt Sustainability Analysis","description":"By International Monetary Fund via edX","image":null,"links":"course|https://www.edx.org/course/debt-sustainability-analysis-10","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3d4b79d-8b3e-4ad3-b385-c6170301e1c8","name":"Responsive Cities","description":"By ETH Zurich via edX","image":null,"links":"course|https://www.edx.org/course/responsive-cities-1","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50f99b3d-b930-4350-80b7-49dfc2e511bf","name":"Restorative Justice and Practice: Emergence of a Social Movement","description":"By Victoria University of Wellington via edX","image":null,"links":"course|https://www.edx.org/course/restorative-justice-and-practice-emergence-of-a-social-movement","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"862f8e98-45ca-4558-a95f-c0c69dbb2b38","name":"Rethink the City: New Approaches to Global and Local Urban Challenges","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-rethink-the-city-new-approaches-to-global-and-local-urban-challenges-8011","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32930e5c-808e-46dc-9a2a-dd7493ab9a87","name":"Cross-Cultural Competency","description":"By University of West Florida via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/uofwestflorida/courses/cross-cultural-competency","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34fc39f2-1229-45ce-81e2-94349daa692d","name":"Sustainable Development: The Water-Energy-Food Nexus","description":"By RWTH Aachen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sustainable-development-the-water-energy-food-nexus-11373","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb293d95-9e72-4377-b31b-4e0d4faa806a","name":"Exploring Psychology's Core Concepts|走进心理学","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.edx.org/course/exploring-psychologys-core-conceptszou-jin-xin-li-xue","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"209762b0-541d-4d48-a162-7356d045c40d","name":"Psychology of Art and Creativity","description":"By University of Central Florida via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-psychology-of-art-and-creativity-11225","topics":"psychology;art;creativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1923b64-5f78-4400-81aa-68f3a12f7fa7","name":"Globalisation and Sustainable Development","description":"By Curtin University via edX","image":null,"links":"course|https://www.edx.org/course/globalisation-and-sustainable-development","topics":"globalization;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee573ede-635e-426f-9ada-d9a29e82efb7","name":"Economics: Consumer Demand","description":"By Babson College via edX","image":null,"links":"course|https://www.edx.org/course/economics-consumer-demand","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30d41020-e001-4bed-86fa-4c34e6700751","name":"Comparative Political Systems","description":"By University of Naples Federico II via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-comparative-political-systems-11435","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2b9a4db-2376-4084-bb07-06aacf089b76","name":"Understanding Political Concepts","description":"By University of Naples Federico II via edX","image":null,"links":"course|https://www.edx.org/course/understanding-political-concepts","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ea90ac5-068f-4cef-ae80-b0add928e91c","name":"Comparative Research Designs and Methods","description":"By University of Naples Federico II via edX","image":null,"links":"course|https://www.edx.org/course/comparative-research-designs-and-methods-0","topics":"research;political-science;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff8d13c8-65d4-4e52-9e2d-0d92c0ca5df8","name":"Belong / Appartenir: Community, Race, and Space in the U.S. and France","description":"By Davidson College via edX","image":null,"links":"course|https://www.edx.org/course/belong-appartenir-race-and-space-in-the-us-and-france","topics":"sociology;cities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4999ab6-b6e0-4ee8-b3b7-054c4312a389","name":"Macroeconometric Forecasting","description":"By International Monetary Fund via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-macroeconometric-forecasting-4105","topics":"macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e571a38-8ab0-4837-bd69-ecde15387dad","name":"Civil Liberties","description":"By Princeton University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-civil-liberties-11764","topics":"human-rights;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb34af68-5d7b-460d-8a54-3983eb94b5c7","name":"Gender and Environment","description":"By United Nations via Independent","image":null,"links":"course|https://unccelearn.org/course/view.php?id=39","topics":"gender;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"671c4ec9-7dcc-4a8b-8ca6-54e06a5b18fa","name":"The Presidency and the Shape of the Supreme Court","description":"By Trinity College via edX","image":null,"links":"course|https://www.edx.org/course/the-presidency-and-the-shape-of-the-supreme-court","topics":"law;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2e582ef-4de4-4235-9235-18ebb3719e63","name":"Behavioural Economics in Action","description":"By University of Toronto via edX","image":null,"links":"course|https://www.edx.org/course/behavioural-economics-in-action-0","topics":"behavioural-economics;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8689ea88-03fd-4292-ab32-b44454eea3a9","name":"Discover Political Science","description":"By Université catholique de Louvain via edX","image":null,"links":"course|https://www.edx.org/course/discover-political-science","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99c6fe59-80a8-43c3-bf25-830444958bf4","name":"The Supreme Court & American Politics","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-supreme-court-american-politics-11831","topics":"law;political-science;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9cbb7622-2eb9-44fc-85ac-10384f9ab3b8","name":"Introduction to Social Research Methods","description":"By University of Edinburgh via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-social-research-methods-9132","topics":"research;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14438fa0-70a8-44d5-9f29-6b3ec720a378","name":"Improving Confidence in Sustainability Performance Data","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-improving-confidence-in-sustainability-performance-data-11862","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2add9735-a2e7-4e33-8eb2-b1f503cc96cb","name":"How the U.S. Government Works & How to Get Involved","description":"By Georgetown University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-how-the-u-s-government-works-how-to-get-involved-12249","topics":"nations/usa;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"244d7e92-dffb-41f9-bb4c-4a6c02ca47d9","name":"The Korean Story : Secrets of an Economic Miracle","description":"By SDG Academy via edX","image":null,"links":"course|https://www.edx.org/course/the-korean-story-secrets-of-an-economic-miracle","topics":"economics;nations/south-korea","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"efa6547e-fccc-42f4-9ef3-d56555fe5504","name":"Introduction to Sociology","description":"By University of Texas of the Permian Basin via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-sociology","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d97cc8db-ee90-4d68-b4ac-0996b5c1e6df","name":"Macroeconomic Diagnostics","description":"By International Monetary Fund via edX","image":null,"links":"course|https://www.edx.org/course/macroeconomic-diagnostics-4","topics":"macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cde986d8-e61a-40ab-9bc0-f0e823e6e298","name":"Terrorism and Counterterrorism: An Introduction","description":"By Georgetown University via edX","image":null,"links":"course|https://www.edx.org/course/terrorism-and-counterterrorism-an-introduction","topics":"terrorism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82243e13-ca96-4eeb-8ca2-15441a513383","name":"Global Politics","description":"By University of Naples Federico II via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-global-politics-11432","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0913220b-8d34-4920-803b-20d87a60c570","name":"Introduction to Economics: Macroeconomics","description":"By Seoul National University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-economics-macroeconomics-7371","topics":"macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d37f7d4-e54e-42ed-a5e8-6d94373cbfb8","name":"Counseling and Psychotherapy Theory","description":"By Seoul National University via edX","image":null,"links":"course|https://www.edx.org/course/counseling-and-psychotherapy-theory","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1269c55e-8320-4133-9da8-fd9021749644","name":"Social Work: Research","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/course/social-work-research","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25a1dc10-06ee-42bc-88c9-3713699afe2d","name":"Digital Culture/clutter: Life and Death on the Net","description":"By University of Haifa via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-digital-culture-clutter-life-and-death-on-the-net-9437","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d0c347d-7fcb-45fc-9bc9-dc4f8f208777","name":"Economics: Why Some Nations Prosper","description":"By Gus A. Stavros Center via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-economics-why-some-nations-prosper-9954","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1814156-4c43-40a6-93c1-9708be6704ef","name":"Common Sense Economics Boot Camp","description":"By Gus A. Stavros Center via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-common-sense-economics-boot-camp-9953","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fddbb708-21e5-4bf5-89d2-062d0ec0aca1","name":"The Economics of Governments and Markets","description":"By Gus A. Stavros Center via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/lindenwood/courses/economics-of-governments-and-markets","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"928fe732-9903-4306-a7e3-31b7d3f5dfec","name":"Trends in e-Psychology","description":"By KU Leuven University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-trends-in-e-psychology-3463","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f1453ef-565b-49fb-951a-eb4a82b7f2c0","name":"Infrastructure Management for Public Libraries","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-infrastructure-management-for-public-libraries-9172","topics":"libraries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89ae5f8d-2176-410e-b75e-adb0694bce92","name":"Strategic Planning for Public Libraries","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-strategic-planning-for-public-libraries-9173","topics":"libraries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1801ae3-03c7-4b3f-b4be-7ef9511af83a","name":"Expanding SEL","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/expanding-sel","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cee4e5b0-7c5f-4166-8f44-beeb59ae460c","name":"Social Work Practice: Advocating Social Justice and Change","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-social-work-practice-advocating-social-justice-and-change-5976","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99626ec9-dea4-4678-a258-234e4c03f6be","name":"Counseling Practice and Research","description":"By Seoul National University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-counseling-practice-and-research-12756","topics":"counseling;psychology;psychotherapy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8045dfd-f055-4a50-aa94-88cdfcd79b11","name":"Introduction to Economics: Microeconomics","description":"By Seoul National University via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-economics-microeconomics","topics":"microeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"905d64ea-6ba9-4ce5-8163-40614a8ff0bb","name":"Intro to Traffic Flow Modeling and Intelligent Transport Systems","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.edx.org/course/intelligent-transport-systems","topics":"urban-planning;traffic;transportation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"485f3370-d0ff-460d-a3d9-b3b4bbce8679","name":"Child Protection: Children's Rights in Theory and Practice","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/child-protection-childrens-rights-in-theory-and-practice","topics":"children;human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9dad3d2-043d-4b22-9c33-08605e3350cb","name":"Lean Research Skills for Conducting Interviews","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-lean-research-skills-for-conducting-interviews-11441","topics":"research;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1f1cea3-895f-49cb-9384-704971a9eb68","name":"Introduction to Psychological Research Methods","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-psychological-research-methods-1","topics":"psychology;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e1c12a1-45be-42d2-b16c-dba3de8bb87d","name":"Introduction to Developmental Psychology","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-developmental-psychology-1","topics":"psychology;developmental-psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1be9a7e3-cc5d-4055-a7ee-50f3695d8b82","name":"Introduction to Social Psychology","description":"By University of Queensland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-social-psychology-8254","topics":"psychology;social-psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5a28e14-14f8-4d35-8a58-6a8ceb5021f0","name":"Introduction to Clinical Psychology","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-clinical-psychology-1","topics":"psychology;clinical-psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84aabefe-2f31-4308-9137-154522233c38","name":"International Politics in the Korean Peninsula","description":"By Seoul National University via edX","image":null,"links":"course|https://www.edx.org/course/international-politics-in-the-korean-peninsula-part-2","topics":"political-science;korea","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc0503a9-7a0c-44e6-a3f8-43245140b60a","name":"Sustainable Cities","description":"By SDG Academy via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sustainable-cities-8501","topics":"sustainability;cities;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33a61845-edc7-4dc8-9fa8-5c07d2d5c289","name":"Social Media: How Media Got Social","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-social-media-how-media-got-social-9709","topics":"social-media;media;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f636416-3d11-4198-aa11-93e8a5733a63","name":"Grant Writing and Crowdfunding for Public Libraries","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-grant-writing-and-crowdfunding-for-public-libraries-9174","topics":"libraries;crowdfunding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bf851e4-1dae-4914-b798-cf4d0bdaab70","name":"Theory of Change for Development","description":"By University of the Witwatersrand via edX","image":null,"links":"course|https://www.edx.org/course/theory-of-change-for-development-0","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6a9b412-faff-46e7-ada5-f5a6d00cc902","name":"Disability and Digital Media: Accessibility, Representation and Inclusion","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-disability-and-digital-media-accessibility-representation-and-inclusion-12665","topics":"accessibility;design;disability;media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fa38545-b016-4c61-a0ad-512051bd5b85","name":"Critical Development Perspectives","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/critical-development-perspectives","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"970b056f-2a6b-47e9-8b40-1ea5098cec31","name":"Qualitative Research Methods: Conversational Interviewing","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-qualitative-research-methods-conversational-interviewing-12583","topics":"research;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0fd39a8f-14b8-4331-a504-4e5fa0953451","name":"Age of Sustainable Development","description":"By SDG Academy via edX","image":null,"links":"course|https://www.edx.org/course/age-of-sustainable-development-2","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c47998c-52c4-4d74-850b-0de761d215a9","name":"Creating an Effective Child Welfare System","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.edx.org/course/creating-an-effective-child-welfare-system-0","topics":"sociology;children","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a6f5819-2baf-47e8-a19a-a65ae5002d8e","name":"Comparative Judicial Systems","description":"By University of Naples Federico II via edX","image":null,"links":"course|https://www.edx.org/course/comparative-judicial-systems-2","topics":"law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"609a0885-62a7-4fe9-a686-231204f58293","name":"Contemporary Issues in World Politics","description":"By University of Naples Federico II via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-contemporary-issues-in-world-politics-11431","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9468a44-2d41-435d-9b95-31fb801cd6d9","name":"文物精品与文化中国:文字与乐礼 | Relics of Chinese History - Part 3: Writing System, Rites and Music","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx---relics-of-chinese-history-part-3-writing-system-rites-and-music-4077","topics":"writing-systems;nations/china;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b503da5c-d89d-44a9-9f8f-1a56caede04e","name":"心理学概论 | Introduction to Psychology","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.edx.org/course/xin-li-xue-gai-lun--introduction-to-psychology","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e73ead0b-8cae-4e61-ac88-edc5cad77036","name":"Creative Problem Solving and Decision Making","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-creative-problem-solving-and-decision-making-2146","topics":"thinking;problem-solving;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e3fa31f-919c-45b1-ba95-1d0b49eb7e10","name":"Urban Design for the Public Good: Dutch Urbanism","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-urban-design-for-the-public-good-dutch-urbanism-8020","topics":"urban-planning;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fdafa328-ba5e-4101-9aa9-e86894251738","name":"Economic Democracy: The Cooperative Alternative","description":"By University of Edinburgh via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-economic-democracy-the-cooperative-alternative-7468","topics":"economics;democracy;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4625f04-5d91-48be-bd46-7b660650fb1e","name":"Mastering Econometrics","description":"By via MRUniversity","image":null,"links":"course|https://mru.org/mastering-econometrics","topics":"econometrics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe08f719-196d-4b72-bd0e-bd0100fee936","name":"Data for Effective Policy Making","description":"By Inter-American Development Bank via edX","image":null,"links":"course|https://www.edx.org/course/data-for-effective-policy-making-0","topics":"economics;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb83e54a-9e5c-499d-804f-4ab4d4c691da","name":"Biobased Building","description":"By Avans University of Applied Sciences via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-biobased-building-13244","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7944c49-bd67-425a-b3ae-2c5a58ad5e5b","name":"Introduction to Green Economy","description":"By United Nations via Independent","image":null,"links":"course|https://unccelearn.org/course/view.php?id=51&page=overview","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2837a1c5-4b06-4929-873a-8a5bc4c0a80f","name":"Groundscape Architecture Design Lab, re-thinking cities underground","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.edx.org/course/groundscape-architecture-design-lab-re-thinking-cities-underground-0","topics":"groundscape;architecture;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3116d88-fcef-46b8-aaa7-343148fe06db","name":"Sustainable Agri-food Marketing","description":"By Doane University via edX","image":null,"links":"course|https://www.edx.org/course/sustainable-agri-food-marketing","topics":"sustainability;marketing;agriculture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"531d78c7-b521-4599-8df4-8cd0222622a5","name":"Basic Concepts of International Nuclear Law","description":"By National Research Nuclear University MEPhI via edX","image":null,"links":"course|https://www.edx.org/course/basic-concepts-of-international-nuclear-law","topics":"law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd25ac6e-1396-48fa-ba54-d960170d51a5","name":"Public Library Marketing and Public Relations","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/course/public-library-marketing-and-public-relations","topics":"libraries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02454dae-6c56-45a9-bcb6-3be9a5d57eaf","name":"‎Morale Mindset on Apple Podcasts","description":null,"image":null,"links":"audio|http://apple.co/3q5N8J8","topics":"business","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"697c20e7-41aa-4d10-b297-bcdefee85909","name":"Conscious Capitalism","description":"By Babson College via edX","image":null,"links":"course|https://www.edx.org/course/conscious-capitalism-0","topics":"capitalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5328bc85-65c4-4c40-9ade-efa89afd4e28","name":"Circular Economy: An Introduction","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-circular-economy-an-introduction-3711","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e98688b1-5ac1-4fef-8882-755b33444010","name":"Financial Programming and Policies, Part 1: Macroeconomic Accounts & Analysis","description":"By International Monetary Fund via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-financial-programming-and-policies-part-1-macroeconomic-accounts-analysis-1980","topics":"macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef588229-322d-438f-a793-26a0c14e7c94","name":"Financial Market Analysis","description":"By International Monetary Fund via edX","image":null,"links":"course|https://www.edx.org/course/financial-market-analysis-5","topics":"economics;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"976f06bb-20ef-42bc-a170-a3834d3ce74b","name":"Macroeconomic Management in Resource-Rich Countries","description":"By International Monetary Fund via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-macroeconomic-management-in-resource-rich-countries-11922","topics":"macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02236704-cd05-48b3-a677-a8b60b4b2aea","name":"Housing and Cities","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-housing-and-cities-4756","topics":"housing;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50423d6a-e59a-48f0-a1ca-3b87203e1f74","name":"Sustainable Development: The Post-Capitalist Order","description":"By SDG Academy via edX","image":null,"links":"course|https://www.edx.org/course/sustainable-development-the-post-capitalist-order","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4407346b-4ab9-44fd-8f6e-7362bb59b8f5","name":"Diversity and Social Justice in Social Work","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-diversity-and-social-justice-in-social-work-7305","topics":"diversity;social-justice;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62cca325-a0c7-4a0d-8903-d2a1b1c53637","name":"As above, so below: An introduction to soils, ecosystems and livelihoods in the Tropics","description":"By KU Leuven University via edX","image":null,"links":"course|https://www.edx.org/course/as-above-so-below-an-introduction-to-soils-ecosystems-and-livelihoods-in-the-tropics","topics":"soil;sustainability;tropics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb0ff301-04c8-4e42-aa83-869d4f95e442","name":"Digital Security and Human Rights","description":"By Amnesty International via edX","image":null,"links":"course|https://www.edx.org/course/digital-security-and-human-rights","topics":"human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"785f9f93-8ee3-4cca-9759-27e14cbd4e94","name":"Sustainable Diet","description":"By United Nations via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-sustainable-diet-13417","topics":"sustainability;information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b922a3a3-4821-4404-8337-145822eb3e6c","name":"Just Money: Banking as if Society Mattered","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/just-money-banking-as-if-society-mattered-2","topics":"banking;sociology;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffb95566-b994-465c-b1c0-9020284a9179","name":"Agri-Food Systems Analysis","description":"By Doane University via edX","image":null,"links":"course|https://www.edx.org/course/agri-food-systems-analysis-2","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d2e81b6-df76-41d2-9cfd-d7d8b6e47c30","name":"Identifying Community Needs for Public Library Management","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-identifying-community-needs-for-public-library-management-8506","topics":"libraries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0dd2500-cf3a-47f3-b6bb-060de313cf8d","name":"Managing a Diverse and Inclusive Workplace for Public Libraries","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-managing-a-diverse-and-inclusive-workplace-for-public-libraries-8664","topics":"libraries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ec43464-b9bb-4172-9274-b530058f968a","name":"Make Your School Human Rights Friendly","description":"By Amnesty International via edX","image":null,"links":"course|https://www.edx.org/course/make-your-school-human-rights-friendly","topics":"human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42506ba8-9ab3-43df-8c17-119cbd975988","name":"Capstone Business and Economics for a Circular Economy","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/capstone-business-and-economics-for-a-circular-economy-0","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d05e854c-d328-492d-b0ce-b8dc4aafcb76","name":"How to Respond to Ideas We Disagree With - Morale Mindset","description":null,"image":null,"links":"article|https://moralemindset.substack.com/p/how-to-respond-to-ideas-we-disagree","topics":"business","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"13e83449-26bb-4e96-b5b4-80b1ccbb0885","name":"Biobased Products for a Sustainable (Bio)economy","description":"By RWTH Aachen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-biobased-products-for-a-sustainable-bio-economy-12462","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"470f2db0-7b5b-468b-b16d-fd03e72bbc8e","name":"Democracy and Autocracy: Theories and Empirical Findings","description":"By University of Naples Federico II via edX","image":null,"links":"course|https://www.edx.org/course/democracy-and-autocracy-theories-and-empirical-findings-2","topics":"democracy;autocracy;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be15138f-3208-4ed3-91f1-6d3377e2ecbf","name":"Ethics and Law in Data and Analytics","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ethics-and-law-in-data-and-analytics-9354","topics":"ethics;law;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1be2b46e-18d7-4ae4-ae30-1fba1a6140d5","name":"CitiesX: The Past, Present and Future of Urban Life","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-citiesx-the-past-present-and-future-of-urban-life-9738","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1cb9aab6-fbe7-4033-a07a-65c69f808ef8","name":"International Humanitarian Law","description":"By Université catholique de Louvain via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-international-humanitarian-law-7258","topics":"human-rights;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abd9d096-a4f9-48bd-8173-588f8d108c4d","name":"Evaluating Social Programs","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/evaluating-social-programs-2","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a51dcc6f-3b00-4b78-b67b-be010f32ec63","name":"The Science of Parenting","description":"By University of California, San Diego via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-science-of-parenting-8936","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"515bd340-ff47-421f-9ea8-ff430c1901fd","name":"Outside In","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=wO61D9x6lNY","topics":"topology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4b4cc3b6-4a76-4fdf-982a-fbbdb00f245a","name":"Global Media, War, and Technology","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/global-media-war-and-technology-0","topics":"media;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f3197c3-bc95-4392-998d-f9522f785b13","name":"Bioethics: The Law, Medicine, and Ethics of Reproductive Technologies and Genetics","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-bioethics-the-law-medicine-and-ethics-of-reproductive-technologies-and-genetics-6649","topics":"genetics;ethics;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c7372d1-2aec-4ddd-8ff2-85d20827f36e","name":"Social Work Practice with Individuals, Families, and Small Groups","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/course/social-work-practice-with-individuals-families-and-small-groups-2","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"268c2d7b-3970-49ff-88e8-0e0bc8b47c7d","name":"Citizen Politics in America: Public Opinion, Elections, Interest Groups, and the Media","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-citizen-politics-in-america-public-opinion-elections-interest-groups-and-the-media-11695","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ebd0cd1-6b4f-4bad-b87e-ca15b33c3e2d","name":"U.S. Public Policy: Social, Economic, and Foreign Policies","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-u-s-public-policy-social-economic-and-foreign-policies-11696","topics":"governance;political-science;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4267ea15-8413-487f-8c3f-6076c9baf8a0","name":"American Government: Constitutional Foundations","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/american-government-constitutional-foundations-2","topics":"nations/usa;governance;law;constitution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"beb5a51d-4eb2-48f3-acee-de6b19a1a764","name":"U.S. Political Institutions: Congress, Presidency, Courts, and Bureaucracy","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-u-s-political-institutions-congress-presidency-courts-and-bureaucracy-11694","topics":"governance;political-science;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0e008dd-f854-4924-9594-937cdc5b24d3","name":"Social Work Practice in Community Organization, Management and Policy/Evaluation","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-social-work-practice-in-community-organization-management-and-policy-evaluation-7306","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"585e27c9-bcc3-4631-885f-4cee7c8b0adf","name":"Tangible Things: Discovering History Through Artworks, Artifacts, Scientific Specimens, and the Stuff Around You","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-tangible-things-discovering-history-through-artworks-artifacts-scientific-specimens-and-the-stuff-around-you-1870","topics":"anthropology;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bea4153f-a738-4326-9d7f-83a49cb42d1e","name":"Introduction to Corporate Sustainability, Social Innovation and Ethics","description":"By Imperial College London via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-corporate-sustainability-social-innovation-and-ethics","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c78b4d18-f34f-401e-b12b-94875f42a7fd","name":"Economics and Policies in a Biobased Economy","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-economics-and-policies-in-a-biobased-economy-12459","topics":"economics;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a183a5f-1bbe-4118-9de1-33a60fc70600","name":"Landscape Governance: Collaborating Across Sectors and Scales","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/landscape-governance-collaborating-across-sectors-and-scales-2","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"295b9f3a-8a39-4805-8446-c93354892e43","name":"Landscape Leadership: Catalyse Sustainable Development in Landscapes","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/landscape-leadership-catalyse-sustainable-development-in-landscapes-2","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c51df9e-c5ca-438d-8e0e-d1d0f9340ec8","name":"Landscape Finance: Investing in Innovation for Sustainable Landscapes","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/landscape-finance-investing-in-innovation-for-sustainable-landscapes-2","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d49dcf91-aa65-47f3-8572-929c738e05f5","name":"Risk & Return","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/risk-return","topics":"finance;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36c23207-7692-4495-9c7d-8acef56d2ae4","name":"Fraud Investigation: Making a Difference","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-fraud-investigation-making-a-difference-15125","topics":"sociology;fraud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3bd38c1b-6339-42c0-af33-8482bbb13488","name":"Introduction to Cognitive Psychology: An Experimental Science","description":"By University of York via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-cognitive-psychology-an-experimental-science-14894","topics":"psychology;cognitive-psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33e18db8-a663-4069-b6b1-9c757366c402","name":"Future Food: Sustainable Food Systems for the 21st Century","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/future-food","topics":"sustainability;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65e285a1-7ee0-49b7-843a-59a1674d831d","name":"Inclusive Energy Systems - Exploring Sustainable Energy for All","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-inclusive-energy-systems-exploring-sustainable-energy-for-all-14500","topics":"energy;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c673052-c6db-4eaa-aba4-0edbd57c0ad2","name":"International Investment Law","description":"By Université catholique de Louvain via edX","image":null,"links":"course|https://www.edx.org/course/international-investment-law-2","topics":"law;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68376a3a-d125-4409-bce7-7da3d88e4ad9","name":"Exploring Copyright: History, Culture, Industry","description":"By via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-exploring-copyright-history-culture-industry-8012","topics":"copyright","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b7d6bee-fd95-4742-a304-cae31b208aae","name":"Sustainability and Green Logistics: An Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-sustainability-and-green-logistics-an-introduction-13783","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33d342cb-2ecd-402c-9bb9-ce43275f8872","name":"Energy Systems Integration: An Introduction","description":"By InnoEnergy via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introduction-to-energy-systems-integration","topics":"energy;logistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a99434d-19b4-4909-bc6b-2251a97dc865","name":"Corpus Linguistics: Method, Analysis, Interpretation","description":"By Lancaster University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-corpus-linguistics-method-analysis-interpretation-1247","topics":"linguistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a56e9889-8963-4997-8e1d-6da0b05b87c2","name":"Make Change Happen","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-make-change-happen-11886","topics":"political-science;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70723ed7-6689-4c27-be31-fa6152d6a9b0","name":"How to Succeed in Your EPQ: the Nuts and Bolts of Completing Your Project","description":"By University of Bath via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/epq-success","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"513707e0-992d-4bb1-aacc-903bc92fbca6","name":"From Crime to Punishment: an Introduction to Criminal Justice","description":"By University of York via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-from-crime-to-punishment-an-introduction-to-criminal-justice-8224","topics":"law;criminal-justice","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa5deab9-5a87-4542-a43a-6fa483f781c5","name":"Climate Action: Solutions for a Changing Planet","description":"By SDG Academy via edX","image":null,"links":"course|https://www.edx.org/course/climate-action-solutions-for-a-changing-planet-2","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b183d077-037e-42bb-8319-6524293d09e2","name":"International Law In Action: Investigating and Prosecuting International Crimes","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-international-law-in-action-investigating-and-prosecuting-international-crimes-5973","topics":"law;international-law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a88394a5-7b86-4136-ad5c-f4d9fbd2b330","name":"How to Achieve the Sustainable Development Goals","description":"By SDG Academy via edX","image":null,"links":"course|https://www.edx.org/course/how-to-achieve-the-sustainable-development-goals-2","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c86ed760-5917-46aa-9d3a-742b4a7cba44","name":"Community Preparedness, Recovery and Resilience: An Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-community-preparedness-recovery-and-resilience-an-introduction-13782","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f666de66-8864-40c8-8837-306fe2336878","name":"Human Rights and Development","description":"By Curtin University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-human-rights-and-development-7229","topics":"human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c88cddc-5b47-4d01-90dd-ee17269fb765","name":"Foundations in Resilience, Security and Emerging Technology","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-foundations-in-resilience-security-and-emerging-technology-13781","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"867bd4f8-f07d-4e67-9cfa-c4c1f799b819","name":"Forced and Precarious Labor in the Global Economy: Slavery by Another Name?","description":"By University of the Witwatersrand via edX","image":null,"links":"course|https://www.edx.org/course/forced-and-precarious-labor-in-the-global-economy-slavery-by-another-name","topics":"human-rights;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b1ec731-9fb8-4975-9f5d-b50b9362bbd2","name":"Writing for Social Justice","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-writing-for-social-justice-13326","topics":"writing;social-justice","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"667cde97-626e-4a75-bb03-56df990fa219","name":"Introduction to Psychology: The Psychology of Learning","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-psychology-the-psychology-of-learning-11039","topics":"psychology;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3c3bfe8-68d3-4047-a704-fda71c5c17d0","name":"Introduction to Psychology: Developmental Psychology","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/developmental-psychology","topics":"psychology;developmental-psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50ab4a22-86af-49ed-939c-df17af12bb18","name":"Tech for Good: The Role of ICT in Achieving the SDGs","description":"By SDG Academy via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-tech-for-good-the-role-of-ict-in-achieving-the-sdgs-12123","topics":"information-technology;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0f8e9bb-98d8-4068-a24f-d5ac07ff55b1","name":"Explore How Farmers Produce Food Sustainably","description":"By EIT Food via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/explore-how-farmers-produce-food-sustainably","topics":"sustainability;farming;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cea3c3ca-4be0-4324-ac4a-0324a0b959e8","name":"Resilience in Children Exposed to Trauma, Disaster and War: Global Perspectives","description":"By University of Minnesota via Coursera","image":null,"links":"course|https://www.coursera.org/learn/resilience-in-children","topics":"sociology;children","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c1e0a22-585b-449a-899f-9e5aa17a0bc4","name":"Open and Smart Government","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/open-and-smart-government","topics":"governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f0922d3-968d-40da-ab59-69860f3a7508","name":"The Science and Practice of Sustainable Development","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/the-science-and-practice-of-sustainable-development","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b36321d0-adbb-4ef6-aa30-204c24d7c8a7","name":"Systems Practice","description":"By via +Acumen","image":null,"links":"course|https://www.classcentral.com/course/acumen-systems-practice-8853","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8984c780-10b8-4604-92ab-3fc8163dde91","name":"Circular Economy for a Sustainable Built Environment","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-circular-economy-for-a-sustainable-built-environment-13864","topics":"sustainability;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b53224fc-084c-4682-a087-89a4e0281d59","name":"Migration and Cities","description":"By European University Institute via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-migration-and-cities-11709","topics":"immigration;cities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e6cb86d-eaf9-4328-90b4-9364ff4ffb22","name":"How to Slow Aging (and even reverse it)","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=QRt7LjqJ45k","topics":"ageing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7a36b7a0-b060-458d-bd77-6aa32e029730","name":"Introduction to Intercultural Studies: Defining the Concept of Culture","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-intercultural-studies-defining-the-concept-of-culture-10560","topics":"culture;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d6477af-3fb2-4960-afa3-e15567b91782","name":"Switzerland in Europe: Money, Migration and Other Difficult Matters","description":"By University of Basel via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-switzerland-in-europe-money-migration-and-other-difficult-matters-6677","topics":"nations/switzerland;political-science;europe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3ef8632-c249-4b25-9613-7dd8f648bfb7","name":"Leaders in Citizen Security and Justice Management for the Caribbean","description":"By Inter-American Development Bank via edX","image":null,"links":"course|https://www.edx.org/course/leaders-in-citizen-security-and-justice-management","topics":"human-rights;law;caribbean","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b8f2a13-1f3e-4030-924b-5634c4dcc572","name":"Exploring Possible Futures: Modeling in Environmental and Energy Economics","description":"By University of Basel via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-exploring-possible-futures-modeling-in-environmental-and-energy-economics-3947","topics":"energy;economics;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7737594-0c63-40a5-8a08-d0d905d8e60d","name":"European Culture and Politics","description":"By University of Groningen via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-european-culture-and-politics-6577","topics":"europe;culture;politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d10b3887-cb96-478c-98b7-faa260d7d331","name":"Responsible Innovation: Ethics, Safety and Technology","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/responsible-innovation-ethics-safety-and-technology-2","topics":"technology;ethics;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9210e8bb-96d1-4383-868f-3bd36dbfb932","name":"Sustainability & Major Sport Events: Implementation","description":"By Hamad Bin Khalifa University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-sustainability-major-sport-events-implementation-14390","topics":"sustainability;sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d8ed033-69f7-4821-b573-5ce1b4e8981e","name":"Human Reproduction: Sex, Science and Society","description":"By University of Newcastle via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-human-reproduction-sex-science-and-society-9564","topics":"reproduction;sex;science;society;sociology;biology;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b560de3e-68ff-4a8f-99f9-e9b8104c7513","name":"Zero-Energy Design: an approach to make your building sustainable","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-zero-energy-design-an-approach-to-make-your-building-sustainable-13100","topics":"sustainability;civil-engineering;buildings;energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fdac0faa-743f-4640-8eb3-1f02410d3dd4","name":"Diplomacy in the 21st Century","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-diplomacy-in-the-21st-century-12313","topics":"diplomacy;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77b2dee9-feab-4bec-af82-aafaff0fe7c8","name":"Introduction to Psychology: The Psychology of Personality","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-psychology-the-psychology-of-personality-11041","topics":"psychology;personality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bf6e84b-2405-43da-a708-db9ee068ceee","name":"Introduction to Psychology: Sensation and Perception","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/sensation-perception","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af92b688-70d8-4388-ad82-86182193f6c7","name":"Challenging Wealth and Income Inequality","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/inequalities-in-personal-finance","topics":"inequality;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31252fa5-89a8-4027-b919-fb3001518a96","name":"Introduction to Intercultural Studies: Intercultural Contact","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-intercultural-studies-intercultural-contact-10561","topics":"sociology;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da14d7ab-c1f7-45bd-97c8-deeaefa771a6","name":"SDG: Moving Towards Sustainable Work","description":"By Universidad Carlos iii de Madrid via edX","image":null,"links":"course|https://www.edx.org/course/sdg-moving-towards-sustainable-work-2","topics":"sustainability;work","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9dd53738-bfe2-49f3-851e-8bd00c645c11","name":"Methods and Statistics in Social Science - Final Research Project","description":"By University of Amsterdam via Coursera","image":null,"links":"course|https://www.coursera.org/learn/social-science-capstone","topics":"statistics;research;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06133576-e745-4d20-a4e1-6121e7ad5431","name":"State, Law and the Economy I","description":"By The University of Hong Kong via edX","image":null,"links":"course|https://www.edx.org/course/state-law-and-the-economy-i","topics":"law;governance;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83950171-10a3-453e-9fa3-46fb6f00a2fa","name":"Introduction to Intercultural Studies: Language and Culture","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/intercultural-studies-language-culture","topics":"sociology;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c44dd665-b78a-4d13-be1b-de909e602a92","name":"Intellectual Property Management in the Food Sector: Safeguarding Your Trademarks in the Global Marketplace","description":"By EIT Food via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/intellectual-property-management-food","topics":"intellectual-property;trademark","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d93ef8ab-6a32-4549-af11-ef19f050402f","name":"Data Analysis in Social Science—Assessing Your Knowledge","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-data-analysis-in-social-science-assessing-your-knowledge-11481","topics":"data-science;analytics;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d821a479-98a4-4723-9708-9bc821e2a277","name":"Introduction to Intercultural Studies: Crossing Borders","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-intercultural-studies-crossing-borders-10563","topics":"sociology;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b804d7e-b687-4427-90d0-655667a2ec22","name":"Child Protection for Teachers","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-child-protection-for-teachers-11044","topics":"children;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61893a30-bcea-4e43-9ed2-ac75c8b3b601","name":"From Fossil Resources to Biomass: A Chemistry Perspective","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-from-fossil-resources-to-biomass-a-chemistry-perspective-12458","topics":"chemistry;biomass;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c2e5141-e6fd-446b-a6bd-d74cbbe864c2","name":"Circular Economy: An Interdisciplinary Approach","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-circular-economy-an-interdisciplinary-approach-12457","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"151ce0cd-2e84-46d2-9975-040a34ffc9c0","name":"Intellectual Property Rights: A Management Perspective","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-intellectual-property-rights-a-management-perspective-10254","topics":"intellectual-property","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ceb5012a-10bb-481c-9bef-f86e127a6421","name":"Long-term Financial Management","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-long-term-financial-management-9110","topics":"finance;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"141b2899-e36c-4889-bc2e-6ae4ce3d663b","name":"Inequalities in Latin America and the Caribbean: Research, Policy and Management for Social Transformations","description":"By UNESCO via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-inequalities-in-latin-america-and-the-caribbean-research-policy-and-management-for-social-transformations-10779","topics":"inequality;latin-america;caribbean","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce9206d3-cdfc-4284-8fa1-124f4de001af","name":"Life of the law","description":"By Universidad de Navarra via Miríadax","image":null,"links":"course|https://miriadax.net/web/life-of-the-law/inicio","topics":"law;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"263e7d32-bc5b-47f9-9a45-478822f563db","name":"Media Law","description":"By New York University (NYU) via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-media-law-13440","topics":"media;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6aa8d1aa-f7d0-4085-858d-b698c5daab39","name":"Forensic Psychology: Witness Investigation","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/forensic-psychology","topics":"psychology;forensics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ef59e7d-4f14-42e6-965e-7b00d0b2548b","name":"Sustainable and Affordable Sanitation Solutions For Small Towns: Policy, Planning and Practice","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-sustainable-and-affordable-sanitation-solutions-for-small-towns-policy-planning-and-practice-14317","topics":"sustainability;urban-planning;sanitation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"053b0c5b-9f5f-4f8d-a10d-30579d3bdfe9","name":"Psychology of Everyday","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_hs56/preview","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0da91b09-4550-4c52-9a48-b696096df351","name":"Management of Urban Infrastructures – part 1","description":"By École Polytechnique Fédérale de Lausanne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-management-of-urban-infrastructures-part-1-4576","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"240a18ed-535c-4ac2-845c-c86b1c4feadf","name":"Anthropology: Understanding Societies and Cultures","description":"By University of Newcastle via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/cultures-societies-introducing-anthropology","topics":"anthropology;sociology;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"404bf6de-d3af-4d3a-b4a3-d393ffa6efae","name":"Applied Linguistics","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_hs45/preview","topics":"linguistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b395518c-a6d1-4643-85e1-b5b4082e57fc","name":"Technologies For Clean And Renewable Energy Production","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-technologies-for-clean-and-renewable-energy-production-14323","topics":"energy;renewable-energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0f5643f-19f0-4a93-b054-64a12b7ec7fa","name":"The Psychology Of Language","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_hs44/preview","topics":"psychology;language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffc244f2-ff47-4020-abdc-9247a8c126b6","name":"Introduction to Environmental Engineering and Science-Fundamental and Sustainability Concepts","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ge22/preview","topics":"environmental-science;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5435d996-4808-4a45-a11f-75d1cce9126e","name":"Risk in Modern Society","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/risk-in-modern-society","topics":"risk;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e95135c-1990-4ad1-9954-f187faec7723","name":"Positive Psychology","description":"By Indian Institute of Technology Delhi via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-positive-psychology-14241","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90541e2f-61f2-40b1-b742-dd96fa499827","name":"Consumer Psychology","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_hs64/preview","topics":"psychology;consumer-psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a655abda-af39-47d2-947c-04d90f1811dc","name":"Corporate Social Responsibility","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mg53/preview","topics":"csr","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73502c63-8c2e-4ee3-9ac1-5e69712ab439","name":"Intellectual Property Rights and Competition Law","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-intellectual-property-rights-and-competition-law-14131","topics":"intellectual-property;law;competition-law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6860aba1-2937-4ecd-983a-43b13a9a1784","name":"System Design for Sustainability","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_de03/preview","topics":"sustainability;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bdead90-5f17-4f18-861a-b11a05eae4ab","name":"Knowledge Management","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-knowledge-management-7954","topics":"knowledge-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e1b5102-6b75-4fa6-bc46-17b6094759c1","name":"Patent Drafting for Beginners","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_hs66/preview","topics":"patents","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f258866b-2a1f-4fd7-881b-63fc7a060fda","name":"Disability Studies: an introduction","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-disability-studies-an-introduction-14010","topics":"disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a0e5210-fb9f-4847-81e8-23c879a0fd85","name":"Patent Law For Engineers And Scientists","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-patent-law-for-engineers-and-scientists-9849","topics":"patents;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f8ac7db-5bc2-4345-90e2-e003b74832a4","name":"Cognition, Transformation and Lives","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-cognition-transformation-and-lives-13944","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfff16a2-b36a-4587-8eea-9e06e80cd44d","name":"Patent Search for Engineers and Lawyers","description":"By NPTEL via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-patent-search-for-engineers-and-lawyers-14226","topics":"patents","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3bc0fb7-eb23-4ae7-b9a7-70a75c16dea4","name":"Integrated Waste Management for a Smart City","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ce31/preview","topics":"waste-management;smart-cities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4069af2-502f-4cec-ab1d-12659e2b5740","name":"2003 Kalyuga et al","description":null,"image":null,"links":"research_paper|http://lexiconic.net/pedagogy/2003-Kalyuga_et_al.pdf","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23201e37-7854-4afc-9458-ced1249e54e4","name":"Development Research Methods","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-development-research-methods-14002","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cc63971-2617-4eea-9d67-b72f2bfd8084","name":"Basic Japanese Civil Law","description":"By Tokyo Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/basics-of-japanese-law-civi-l","topics":"law;nations/japan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ddeaec5-dacd-4c53-a998-71d7defc9fc1","name":"Crime and Society","description":"By Madurai Kamaraj University, Madurai, Tamil Nadu via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-crime-and-society-13972","topics":"crime;society;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1867790-2966-49a6-9d01-b2af6e9d18d1","name":"Home Science - Extension and Communication Management - Level 1","description":"By CEC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_mg32/preview","topics":"home-science;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac083d0a-d802-4ae4-a4b6-34f757622f12","name":"Empowering Yourself in a Post-Truth World","description":"By The University at Buffalo via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-empowering-yourself-in-a-post-truth-world-13445","topics":"thinking;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"986bf99d-2839-4704-b659-969b765cf9ca","name":"The Fundamentals of Managing Upwards — Morale Mindset","description":null,"image":null,"links":"article|https://www.moralemindset.com/publications/fundamentalsmanagingupwards","topics":"business","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"ca011b72-6ebd-49e4-a198-ab46261c5526","name":"Love as a Force for Social Justice","description":"By Stanford University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-love-as-a-force-for-social-justice-8844","topics":"sociology;social-justice","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94af8fa6-2a43-4de8-b99f-c6c4aa287ed8","name":"Security & Safety Challenges in a Globalized World","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/security-safety-globalized-world","topics":"security;safety;globalization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3946a89a-452f-4262-bfee-d7470a48deb7","name":"Farm to Fork: Sustainable Food Production in a Changing Environment","description":"By EIT Food via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-farm-to-fork-sustainable-food-production-in-a-changing-environment-12288","topics":"sustainability;farming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e595ce5-deaa-4701-9558-4b5bf802ccfe","name":"Managerial Economics and Business Analysis Capstone","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/managerial-economics-capstone","topics":"economics;business;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cffce06f-39f3-47c0-838b-0741decd7ca1","name":"International Water Law","description":"By University of Geneva via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-international-water-law-10234","topics":"water;international-law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d8834bc-a10f-44d9-a935-edf718ce6119","name":"Federalism & Decentralization: Evaluating Africa's Track Record","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-federalism-decentralization-evaluating-africa-s-track-record-3454","topics":"political-science;africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"820c6891-2764-4462-985e-4548bb755b27","name":"Human Rights, International Law and International Humanitarian Law","description":"By CEC via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-human-rights-international-law-and-international-humanitarian-law-14114","topics":"human-rights;international-law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"658980d6-5e63-4c86-bc5a-94796e5e0a68","name":"Course in Business Economics (Macro)","description":"By Savitribai Phule Pune University via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_mg37/preview","topics":"business;macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70340fda-aae4-44ae-ac2a-b1c79d4a325d","name":"Criminalistics","description":"By Doctor Harisingh Gour Vishwavidyalaya, Sagar via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_cs03/preview","topics":"crime;forensics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f03d3748-f66a-418f-8dfe-7b0649bbbda1","name":"Firm Level Economics: Consumer and Producer Behavior","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/firm-level-economics","topics":"microeconomics;consumer-behaviour;producer-behaviour","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06a225f0-48d9-4272-b8a4-40fe995850d7","name":"Morale Mindset","description":null,"image":null,"links":"audio|https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5idXp6c3Byb3V0LmNvbS8xNTg2NDI4LnJzcw==?fbclid=IwAR3_PIArU0uQd8TMBzqA-HgNIKVuUlkbOI2mJS7WDsbhCgX_JlEIdv9FQOI","topics":"business","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"111a472f-1170-4b8b-89de-2fd3f7e0a053","name":"Embracing the Next Production Revolution for a new Africa Narrative","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-embracing-the-next-production-revolution-for-a-new-africa-narrative-13250","topics":"sustainability;africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6dd50624-5271-4cac-986b-36115145dace","name":"Enabling policies for innovation in the Next Production Revolution","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-enabling-policies-for-innovation-in-the-next-production-revolution-13666","topics":"sustainability;africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"390b926e-2d40-49a3-976f-93a11cc8fb04","name":"Survey Research Methodology","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-survey-research-methodology-11789","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6dba844-3eb6-464b-8a07-c4882a466b14","name":"Share Food, Cut Waste","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-share-food-cut-waste-8993","topics":"food;waste-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aed40f8c-cac4-4726-b385-2c84f49200cc","name":"Sustainable building design for tropical climates: principles and guidelines for EAC","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-sustainable-building-design-for-tropical-climates-principles-and-guidelines-for-eac-8816","topics":"sustainability;buildings;tropics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e2381e7-2f7f-4ec3-9d69-b7669c973ef9","name":"Sustainable building design for tropical climates: integrating design of buildings and technology systems","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-sustainable-building-design-for-tropical-climates-integrating-design-of-buildings-and-technology-systems-8148","topics":"sustainability;buildings;tropics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fbc74f2-a798-44d9-a3c8-b597beb576b1","name":"Building expertise on developing sustainable and resilient infrastructure","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-building-expertise-on-developing-sustainable-and-resilient-infrastructure-13482","topics":"sustainability;infrastructure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5899103f-4fa2-478e-b7c0-4a517445230e","name":"Technological challenges of participatory smart cities","description":"By Inria (French Institute for Research in Computer Science and Automation) via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-technological-challenges-of-participatory-smart-cities-13607","topics":"smart-cities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4d9b204-bdcf-4a14-ba3a-44e2eb529bc5","name":"Principles of Economics","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:HumanitiesSciences+Econ1V+Summer2019/about","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f12fc15f-f2ec-41f7-bf3d-7adb54579914","name":"Embracing Diversity","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.pok.polimi.it/courses/course-v1:Polimi+ED101+2019_M7/about","topics":"diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5601d01c-f517-4c11-89bd-1c9589fbc369","name":"Doing Gender and Why it Matters","description":"By The University of Hong Kong via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-doing-gender-and-why-it-matters-13325","topics":"gender","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ad4dfae-304d-49ec-b95e-5e5355daa48d","name":"Rights of Minorities and Indigenous people and Women","description":"By L.M.S Law College, Imphal Manipur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_hs12/preview","topics":"human-rights;minorities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44e07928-cc86-47be-9581-3565b7df02ee","name":"Social Research Ethics","description":"By Tata Institute of Social Sciences, Mumbai via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-social-research-ethics-14290","topics":"research;ethics;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdfe3a34-1f19-44c9-b6ed-4f63f40135b8","name":"Law and Justice in a Globalising World","description":"By National Law University Odisha via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_hs40/preview","topics":"law;justice;globalization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee06a96e-0eec-4a12-9da4-819e124c9455","name":"Indian Political Thought","description":"By St. Xavier's College (Autonomous), Kolkata via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-indian-political-thought-14121","topics":"political-science;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7258eb14-ba14-48f4-adec-b41b4da8a6e9","name":"Communication Research","description":"By Bengaluru Central University via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-communication-research-13946","topics":"communication;media;journalism;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"adac68fc-5a3f-4cd5-b0ec-b0ba16774ec9","name":"Administration & Public Policy: Concepts and Theories","description":"By St. Xavier's College (Autonomous), Kolkata via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-administration-public-policy-concepts-and-theories-13883","topics":"public-policy;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c1ac83a-c0c4-493a-9d65-66fa8d3ec8e1","name":"International Law in Action: the Arbitration of International Disputes","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/arbitration-international-disputes","topics":"international-law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"204a6ba1-bc9f-4e6c-a4bb-34187cc3cb21","name":"Constitutional Government & Democracy in India","description":"By St. Xavier's College (Autonomous), Kolkata via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_hs13/preview","topics":"nations/india;democracy;governance;constitution;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16dc5577-0d4a-4a5c-85d7-224cae24f852","name":"Establishing Effective Partnerships","description":"By Philanthropy University via Independent","image":null,"links":"course|https://courses.philanthropyu.org/courses/course-v1:ThePartneringInitiative+Partnering_101+1_1.20_20190225_20190331/about","topics":"relationships;collaboration","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fffb505f-160a-482f-80c7-6423ccc613aa","name":"State and Local Governance: Machinery & Processes","description":"By UGC via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-state-and-local-governance-machinery-processes-14303","topics":"political-science;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c82ae233-85ae-4edc-a55f-9ed49e157c9b","name":"Urban Disaster Risk Mitigation & Climate Resilient Development","description":"By UGC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_ar02/preview","topics":"disaster-management;climate-change;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cf880ff-49e6-484d-86a0-ee132ee2a048","name":"Direct Tax- Laws and Practice","description":"By Tezpur University via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-direct-tax-laws-and-practice-14009","topics":"taxation;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd7e7078-1978-4023-92dd-ec4648ed3024","name":"Principles of Macroeconomics - I","description":"By CEC via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-principles-of-macroeconomics-i-14251","topics":"macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a3bd3b7-b89b-4b09-afa2-98a0bbdab835","name":"Psychology for Health and Well Being","description":"By University of Kashmir via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-psychology-for-health-and-well-being-14263","topics":"psychology;health;well-being","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e7be252-0473-448e-9e59-5470a1cb6f31","name":"The Customs and Traditions of Afghanistan: Pashtunwali and Its Foundations","description":"By Ministry of Higher Education of Afghanistan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-customs-and-traditions-of-afghanistan-pashtunwali-and-its-foundations-14382","topics":"nations/afghanistan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"862e40a6-eac9-454c-8437-f62652c395c4","name":"Population 10 Billion: Researching Global Issues","description":"By The University of Sheffield via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/population-10-billion","topics":"sustainability;population","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2694b07a-41e6-4dc6-a24f-e696417b196c","name":"Copyright and the Business of Creative Industries","description":"By Cisac University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/economics-of-copyright","topics":"copyright;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"441c18e0-0a05-4fdb-b16b-cb29f76ee9ad","name":"A Circular Economy of Metals: Towards a Sustainable Societal Metabolism","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/circular-economy-metals","topics":"sustainability;economics;metals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc69beef-625d-4965-a2f5-118f64638da0","name":"Certificate course in Environmental Sustainability","description":"By IGNOU via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_nou19_ag10/preview","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbf48e0f-6610-4389-b0fe-819ec12d3555","name":"Sustainable Management of Biodiversity","description":"By IGNOU via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_nou19_bt15/preview","topics":"sustainability;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"297a0016-f9ee-4202-b224-1bfb2a367b3a","name":"Food Laws and Standards","description":"By IGNOU via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-food-laws-and-standards-14062","topics":"food;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b11e22bf-f0ed-475b-8c14-efbb0b019db4","name":"Consumer Behavior in Microeconomics","description":"By via Independent","image":null,"links":"course|http://www.textbookvideos.com/consumer_behavior_mooc_-_begins_april_22_2013","topics":"consumer-behaviour;microeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86427956-40be-4916-863c-5ab6deb2da8c","name":"Game Theory II","description":"By Stanford University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-game-theory-ii-906","topics":"game-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"170d63a0-a93d-4711-bce9-65d9a9d84317","name":"Sociocultural Systems","description":"By Rogers State University via Open Education by Blackboard","image":null,"links":"course|https://coursesites.com/?course_id=_257522_1","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b6e805b-f04a-4b98-b523-aeb8018d0c90","name":"Build your own React","description":null,"image":null,"links":"code|https://pomb.us/build-your-own-react/","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edb951a4-26f0-4993-a583-c097d253457c","name":"Introduction to Communication Science","description":"By University of Amsterdam via Independent","image":null,"links":"course|http://mooc.uva.nl/portal","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3d5ec18-f9cc-4909-9430-afb3ad1dfc82","name":"The Power of Markets","description":"By University of Rochester via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-power-of-markets-1239","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0a8ab59-152b-4414-b56d-95061d599a7e","name":"Travel Stack Exchange","description":null,"image":null,"links":"qna|https://travel.stackexchange.com/","topics":"travel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"630a028a-ffa2-4a19-adf7-cb762d78cd51","name":"AZ 900 Microsoft Azure Fundamentals Certification Training Course","description":null,"image":null,"links":"learning_plan|https://intellipaat.com/az-900-microsoft-azure-fundamentals-certification/","topics":"software-tools/azure","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"5.0","tags":null} +{"iid":"884d5c77-a36b-40b7-b769-7d701d26df45","name":"The importance of International Trade","description":"By Universidad de las Américas Puebla via Open Education by Blackboard","image":null,"links":"course|https://coursesites.com/?course_id=_294713_1","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"446543f7-77cb-4fa5-9e8d-0b972e3ae936","name":"Sustainable Product Development","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.novoed.com/sustainable-product-2014-1","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d199c9a7-32e5-4abd-b55a-a09569fe752c","name":"Louv2.01x: International Human Rights","description":"By via ","image":null,"links":"course|https://www.classcentral.com/course/edx-louv2-01x-international-human-rights-1340","topics":"human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11c2ee29-5db4-43a3-a5ca-2abbf86553f1","name":"00690242_1x: Historical Relic Treasures and Cultural China: Part 1","description":"By Tsinghua University via edX","image":null,"links":"course|https://www.edx.org/course/historical-relic-treasures-and-cultural-china-part-1","topics":"archaeology;nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0147a7a4-83be-4b42-935e-87e109368f81","name":"2014 Congressional Elections MOOC","description":"By Pace University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-2014-congressional-elections-mooc-1799","topics":"nations/usa;elections;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11269b99-a293-4979-aa27-a9d94b62a5e9","name":"International Politics in this World and Beyond","description":"By American Public University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-international-politics-in-this-world-and-beyond-2165","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"614ae83f-7150-4b99-b016-b54159383b0d","name":"Right vs Might in International Relations","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-right-vs-might-in-international-relations-2030","topics":"political-science;geopolitics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07515e7d-6355-4274-b36d-fdfafa86f4ad","name":"Towards Scottish Independence? Understanding the Referendum","description":"By University of Edinburgh via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-towards-scottish-independence-understanding-the-referendum-2121","topics":"nations/scotland;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74095ff4-d909-43a7-b61b-3abf8a398e0d","name":"GSE1.1x: Unlocking the Immunity to Change: A New Approach to Personal Improvement","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-gse1-1x-unlocking-the-immunity-to-change-a-new-approach-to-personal-improvement-947","topics":"psychology;self-improvement","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aeb3628d-e8be-414b-bec4-908baa87ceea","name":"Revolutionary Ideas: An Introduction to Legal and Political Philosophy","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/political-philosophy","topics":"political-philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a13f54f-0a11-4c74-8c55-f96bd3d3a676","name":"NGI102x: Next Generation Infrastructures - Part 2","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ngi102x-next-generation-infrastructures-part-2-2141","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0834bd1-8033-43c9-9b88-2793de88649d","name":"Literature & Law of American Slavery","description":"By John Jay College of Criminal Justice via Open Education by Blackboard","image":null,"links":"course|http://johnjayonline.com/slavery","topics":"literature;law;slavery;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8c4d634-dfc3-4801-b713-3e5b954cce2b","name":"Copyright Clarity","description":"By The University of Rhode Island via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/copyright-clarity","topics":"copyright","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb9268dc-4f53-4c89-bb64-47932bf7bfaa","name":"Introduction to Sustainable Development","description":"By Columbia University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sustainabledevelopment1","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"433a953b-fe9d-4339-b898-fcd417c0db73","name":"HLS1.1x: Copyright","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/copyright-2","topics":"copyright","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea07364a-0de0-4f4c-adbc-a975d1fae2ab","name":"Scientific Humanities","description":"By Sciences Pro via France Université Numerique","image":null,"links":"course|https://www.classcentral.com/course/france-universite-numerique-scientific-humanities-1510","topics":"humanities;science;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f72046e-1a2d-4ec7-ac2a-657208bb1ab4","name":"Making Government Work in Hard Places","description":"By Princeton University via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-making-government-work-in-hard-places-3068","topics":"governance;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee2dcc90-d490-44c3-978d-cf4af9a5e8e6","name":"Human Rights: Global & Local Protection","description":"By University of Padova via iversity","image":null,"links":"course|https://iversity.org/en/courses/human-rights-global-local-protection","topics":"human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e2d722e-c96a-49b1-b28a-849f084b8f9d","name":"From International Relations to Global Politics","description":"By LUISS via iversity","image":null,"links":"course|https://iversity.org/en/courses/from-international-relations-to-global-politics","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65a34318-20c5-47a5-a06d-7331c69d3c7c","name":"Introduction to Sustainability, Resilience, and Society","description":"By University of Washington via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/uwashington/courses/introduction-to-sustainability-resilience-and-society-1","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb061c24-c386-4c3f-9b96-2e49cb872f92","name":"Causes of War","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/causes-of-war","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acfb318a-a135-4e89-a6e8-a3ff94735bc3","name":"Digging Deeper: The Form and Function of Manuscripts","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-digging-deeper-the-form-and-function-of-manuscripts-3377","topics":"anthropology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f23e80e-8254-43b0-803a-8fc7f64864d0","name":"Introduction to Metrics for Smart Cities","description":"By IEEE via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-metrics-for-smart-cities-3210","topics":"smart-cities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"173d4eab-6348-4976-af0f-ef2511725d90","name":"Road to the Free Digital Society","description":"By via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-road-to-the-free-digital-society-3496","topics":"law;human-rights;free-software","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1efda48d-dceb-40ac-b310-5be5e3b2dabd","name":"Genius. Talent. Golden Mediocrity","description":"By Tomsk State University via iversity","image":null,"links":"course|https://iversity.org/en/courses/genius-talent-golden-mediocrity","topics":"talent;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40fe8464-1ad5-4926-8eaa-01793b51eaff","name":"The European Union in Global Governance","description":"By via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-the-european-union-in-global-governance-991","topics":"europe;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4cecef6e-37a7-427c-9e36-f78c7ee75b48","name":"Financial Sustainability: The Numbers side of Social Enterprise","description":"By +Acumen via NovoEd","image":null,"links":"course|https://www.novoed.com/unit-economics-q2-2015","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4e9c692-24e8-4c84-922b-3fbd2c0b9636","name":"Origins of Human Language - Birds, Monkeys, and Humans","description":"By via EdCast","image":null,"links":"course|https://www.classcentral.com/course/edcast-origins-of-human-language-birds-monkeys-and-humans-3576","topics":"language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3096cdcc-2c0d-45b5-9c60-06781d4728e7","name":"Critical Thinking - Reason and Fair Play in Communication","description":"By Maastricht School of Management Romania via iversity","image":null,"links":"course|https://iversity.org/en/courses/critical-thinking-reason-and-fair-play-in-communication-may-2015","topics":"communication;thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d6d9f7c-bf19-426a-9ff3-e03fb77cfadf","name":"Cooperation in the Contemporary World: Unlocking International Politics","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-cooperation-in-the-contemporary-world-unlocking-international-politics-1862","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca4b7361-c059-47bb-b23f-ccf8edc7aded","name":"eSankofa: Conversations About the Black Experience","description":"By Michigan State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/michiganstate/courses/e-sankofa","topics":"race;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d001fe08-4bf4-424d-a6b5-3818aa38ebb3","name":"Solid Science: Research Methods","description":"By University of Amsterdam via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-solid-science-research-methods-2231","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9602ba0-6cec-483a-80ac-82d92837a736","name":"Bullying 101: Beyond common sense","description":"By University of Padova via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-bullying-101-beyond-common-sense-3671","topics":"psychology;bullying","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e4b42fb-8c9c-4d48-8236-175cdc0c348c","name":"Language and society","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-language-and-society-3966","topics":"language;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc6efc62-b783-48b7-a423-0f5bda0faf21","name":"Identity, Conflict and Public Space","description":"By Queen's University Belfast via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-identity-conflict-and-public-space-1576","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37138deb-e29d-42e3-8208-958f1fa8f5ec","name":"Social Enterprise Models","description":"By +Acumen via NovoEd","image":null,"links":"course|https://www.novoed.com/business-models-fall-2015","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a8f9a94-38f7-4627-bc1f-0598723d9645","name":"Psychometrics MOOC","description":"By PsyAsia International via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-psychometrics-mooc-3845","topics":"psychometrics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79bf9256-7788-4053-8e36-c5176ac971d4","name":"Climate Change & Health for Policy-Makers","description":"By Heidelberg University via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-climate-change-health-for-policy-makers-4373","topics":"climate-change;health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2f96c46-6dd8-4af3-afad-7b09d55937b4","name":"FIRST! Understanding New Hampshire's Presidential Primary","description":"By University of New Hampshire via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-first-understanding-new-hampshire-s-presidential-primary-3629","topics":"elections;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d680ba43-96a4-413b-abeb-33961df060a3","name":"Microeconomics Principles","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-microeconomics-principles-436","topics":"microeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b598b020-2728-40b6-bcf4-dd6c0089ae3f","name":"Legal Risk Management Strategies for Multinational Enterprises","description":"By Boston University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-legal-risk-management-strategies-for-multinational-enterprises-3500","topics":"law;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d2c92e6-e0e5-473e-99eb-c91df5fffdda","name":"Basics of Energy Sustainability","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/course/basics-of-energy-sustainability","topics":"sustainability;energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c5dbe30-d166-4013-87a1-8634b99657d0","name":"Sustainability, Society and You","description":"By The University of Nottingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/sustainability-society-and-you","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40af1b10-41ac-44ec-adda-f3bd8e69d889","name":"Corporate Social Responsibility: New Market Conditions","description":"By VIA University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-corporate-social-responsibility-new-market-conditions-4801","topics":"csr","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fcae1a9-ccca-4591-9290-87ade23c723e","name":"From the archives: Bubble magic","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=qReuGWkTwlA","topics":"bubbles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"199eb5ef-83ff-42c4-9744-ae951e2db3cb","name":"ANU-INDIA1x: Engaging India","description":"By Australian National University via edX","image":null,"links":"course|https://www.edx.org/course/engaging-india-2","topics":"nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74af20ed-bff7-48a7-8043-5192a49ccf94","name":"The European Union integration: history, culture, political economy and key institutions","description":"By Moscow Institute of Physics and Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-european-union-integration-history-culture-political-economy-and-key-institutions-4471","topics":"european-union","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2400b923-d126-4ec1-aeee-d815100f0fdb","name":"Ec1101x: Principles of Economics with Calculus","description":"By California Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/principles-of-economics-with-calculus","topics":"economics;calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8dd1124f-1dde-48f0-859f-ab3464384715","name":"Iowa Presidential Caucuses","description":"By Iowa State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-iowa-presidential-caucuses-3374","topics":"elections;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e019e09-ac46-43d0-8a2c-631c28c7d83c","name":"Indigenous Studies: Australia and New Zealand","description":"By via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-indigenous-studies-australia-and-new-zealand-1472","topics":"nations/australia;nations/newzealand;anthropology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"910a496e-4f9c-4788-bbfb-84eda0328575","name":"American Prophet: The Inner Life and Global Vision of Martin Luther King, Jr.","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/HumanitiesSciences/MartinLKing/Winter2016/about","topics":"nations/usa;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ae9a13d2-bb81-4d4e-8422-d242b2915344","name":"Africa: Sustainable Development for All?","description":"By University of Aberdeen via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-africa-sustainable-development-for-all-3415","topics":"africa;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73485b1f-4aa3-4410-b510-96820b9489ec","name":"Our Green City: Global challenges, Bristol solutions","description":"By University of the West of England via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-our-green-city-global-challenges-bristol-solutions-4133","topics":"urban-planning;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e72cb93-4471-486c-91b5-c8ffeb9112b7","name":"Investigative Concepts: FBI Major Case #203 \\"Pizza Bomber\\"","description":"By via ","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-investigative-concepts-fbi-major-case-203-pizza-bomber-1140","topics":"criminal-justice","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4a883e7-71b0-4d3c-99d8-273452f3aef3","name":"Why Do People Migrate? Part 1: Facts","description":"By European University Institute via iversity","image":null,"links":"course|https://iversity.org/en/courses/why-do-people-migrate-part-1-facts","topics":"immigration","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3542927c-5a6d-4d36-baa4-56bb6daf5ae9","name":"Why Do People Migrate? Part 2: Theories","description":"By European University Institute via iversity","image":null,"links":"course|https://iversity.org/en/courses/why-do-people-migrate-part-2-theories","topics":"immigration","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0a38231-540d-48ec-b1e9-edf692efb2ba","name":"Workers' Rights in a Global Economy","description":"By via iversity","image":null,"links":"course|https://www.classcentral.com/course/iversity-workers-rights-in-a-global-economy-3368","topics":"law;international-labour-standards","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bca74c91-d69f-44e2-8218-31ded4de57e0","name":"Legal Compliance for Incorporating Startup","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-legal-compliance-for-incorporating-startup-5773","topics":"startups;nations/india/law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bac3355-c1a6-4014-b3dd-66c6f7e6804a","name":"Dana C. Ernst","description":null,"image":null,"links":"book|http://dcernst.github.io/teaching/mat411f16/materials/","topics":"group-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"eb77226b-88a8-437c-8ee6-ec17cf0b3e68","name":"Technology Transfer through Joint Venture","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-technology-transfer-through-joint-venture-5774","topics":"nations/india/law;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e408b393-1619-4ae6-b443-ca75bf16da80","name":"Understanding the Federal Reserve","description":"By New York Institute of Finance via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-understanding-the-federal-reserve-3604","topics":"economics;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46d1fb1d-67b0-4cfb-8f17-e3d8c63efde0","name":"Country Level Economics: Part 2","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/macroeconomic-factors","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7bad1e38-195b-4fe0-a072-ce87ed773e44","name":"Scotland and Wales Vote 2016: Understanding the Devolved Elections","description":"By University of Edinburgh via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/scottish-welsh-elections16","topics":"elections;nations/scotland","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d2aa18d-dd7c-4cd9-92ae-7beb9274a0b4","name":"The Road to the White House: The Republican and Democratic National Party Conventions Explained and Analyzed","description":"By Pace University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-the-road-to-the-white-house-the-republican-and-democratic-national-party-conventions-explained-and-analyzed-6485","topics":"elections;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29f11a24-ebec-49b3-8952-212afdbe30dc","name":"Remain or Leave? A MOOC on the UK Referendum on EU Membership","description":"By University of Stirling via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-remain-or-leave-a-mooc-on-the-uk-referendum-on-eu-membership-6152","topics":"brexit;european-union","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"238273d8-e7f0-414d-8c1f-c041fc7a70b9","name":"Towards Brexit? The UK's EU Referendum","description":"By University of Edinburgh via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-towards-brexit-the-uk-s-eu-referendum-6302","topics":"brexit;european-union","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4959fe0-6547-4a6e-b05e-4c6623047b3d","name":"Unlocking Film Rights: Understanding UK Copyright","description":"By Creative Skillset via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-unlocking-film-rights-understanding-uk-copyright-5160","topics":"copyright;nations/uk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a0e0346-5467-4014-85cc-fa61bb310d0d","name":"FSSCPx: Food Security and Sustainability: Crop production","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/food-security-and-sustainability-crop-production","topics":"sustainability;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d0a4bc4-f36f-4d69-a9c3-da968d533123","name":"Why the European Union? A Brief History of European Integration","description":"By Universitat Pompeu Fabra via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-why-the-european-union-a-brief-history-of-european-integration-5389","topics":"european-union","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbcc5295-2c32-47e6-a0c9-62446f5fb5d3","name":"Teaching and Learning Iowa History - Iowans and the Struggles Against Anti-Black Racism","description":"By Iowa State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-teaching-and-learning-iowa-history-iowans-and-the-struggles-against-anti-black-racism-3675","topics":"human-rights;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68a59f49-5b09-47e2-babd-40e5ee8b003e","name":"How to Run an Ethical Campaign – and Win","description":"By Santa Clara University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/santaclarau/courses/ethical-campaign-2","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e646a1e0-c48a-4ac4-963b-a457fac5cb86","name":"Global politics / Politique globale","description":"By University of Naples Federico II via Federica","image":null,"links":"course|https://www.classcentral.com/course/federica-global-politics-politique-globale-7535","topics":"political-science;geopolitics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67e14b00-8057-460c-917e-cac0ecc93921","name":"Understanding Political Concepts","description":"By University of Naples Federico II via Federica","image":null,"links":"course|https://www.federica.eu/c/understanding_political_concepts/","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b1a7405-d49f-485e-8db2-dd32721624a5","name":"Commodity Derivatives and Risk Management","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc16_mg05","topics":"finance;derivatives;risk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84a1771c-38e1-4504-ab1f-7ee048ddfcee","name":"How to Build a Sustainable Fashion Business","description":"By via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/sustainable-fashion","topics":"sustainability;fashion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a848fc16-e081-4110-b72d-fedb1436880a","name":"Digital Culture: Visions and Legacies","description":"By University of Naples Federico II via Federica","image":null,"links":"course|https://www.classcentral.com/course/federica-digital-culture-visions-and-legacies-7565","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1434d309-8ddf-41de-a6c9-042506604c0a","name":"Technology for Accountability Lab","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-technology-for-accountability-lab-6938","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02fd2a95-63fa-4431-a3a6-7863de98e1ed","name":"Civil Rights and Civil Liberties","description":"By The University of Oklahoma via Janux","image":null,"links":"course|https://www.classcentral.com/course/janux-civil-rights-and-civil-liberties-1592","topics":"human-rights;law;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73483234-c0e6-4a46-bc00-afdb92b0a6d6","name":"acoustics","description":null,"image":null,"links":"article|https://people.bath.ac.uk/ensmjc/Notes/acoustics.pdf","topics":"acoustics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e99b8962-6ba2-472c-9e05-38d466c7dd15","name":"International Franchise Law: the World is Yours","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/international-franchise-law","topics":"international-law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7850b8e3-dea9-4632-93ec-3f8230e7a2ed","name":"The Road to the White House: The 2016 Presidential Election","description":"By Pace University via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_1006_1","topics":"elections;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65ce7cd2-2dfe-40ff-91aa-6a32986da2d4","name":"Disability as a Human Rights Issue: Global and National Perspectives","description":"By European Inter-University Centre for Human Rights and Democratisation via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/eiuc/courses/disability-human-rights-issue","topics":"human-rights;disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"486c28b6-c71e-46d2-9249-de77807c3615","name":"Disability as a human rights issue: global and national perspectives","description":"By Global Campus of Human Rights via Independent","image":null,"links":"course|https://gchumanrights.org/education/e-learning/moocs/disability-as-a-human-rights-issue-global-and-national-perspectives/mooc.html","topics":"human-rights;disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e73faaf-872a-40d2-9e65-68e8539f931e","name":"How to Read a Mind: an Introduction to Understanding Literary Characters","description":"By The University of Nottingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-how-to-read-a-mind-an-introduction-to-understanding-literary-characters-1574","topics":"literature;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"deee7ea1-8385-45d7-b348-7eded553b1b9","name":"Advanced Microeconomics for the Critical Mind","description":"By The New School via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-advanced-microeconomics-for-the-critical-mind-4799","topics":"microeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22a7b0e0-e7d2-4f5c-be08-401b63b713a1","name":"Global Public Health","description":"By SDG Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-global-public-health-8504","topics":"public-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d477c2e4-d334-42b1-99b8-bb8fcc0a5b71","name":"Ancient Egypt","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ancient-egypt-3597","topics":"nations/egypt;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f9a46b7-c183-4238-a9c3-1632b15db9be","name":"EU budget and funding for regions and cities","description":"By European Union Committee of the Regions via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/CoR/114001/session01/about","topics":"european-union","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34bb21e9-68ae-4fcb-b6aa-9cbbb3de725b","name":"Corporate Lawyers: Ethics, Regulation and Purpose","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-corporate-lawyers-ethics-regulation-and-purpose-6869","topics":"corporate-law;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82d48333-3566-4d8b-9719-de3b5aa484d2","name":"Identifying the Dead: Forensic Science and Human Identification","description":"By University of Dundee via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-identifying-the-dead-forensic-science-and-human-identification-3653","topics":"forensics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3f2d8ff-f809-45b2-bc81-804acac0fa23","name":"The Mind is Flat: the Shocking Shallowness of Human Psychology","description":"By The University of Warwick via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/the-mind-is-flat","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c182efb-da51-4261-b9fc-0a034cc8402b","name":"Infrastructure Economics","description":"By Indian Institute of Technology Patna via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-infrastructure-economics-3972","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ccbc8788-4ad5-4cd0-995c-f1f604a47c3a","name":"Strategy: An Introduction to Game Theory","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc17_mg11/preview","topics":"game-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2149ff49-7acc-459c-a829-dc28fbdb3ba4","name":"The Politics and Diplomacy of Cooking and Hospitality","description":"By Grenoble School of Management via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-politics-and-diplomacy-of-cooking-and-hospitality-5791","topics":"cooking;hospitality;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1858a401-09f6-4fc1-9920-95a9b405bbf1","name":"Foundations of IP Strategy","description":"By Centre for International Governance Innovation via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-foundations-of-ip-strategy-6979","topics":"intellectual-property;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e800331d-db24-4ee8-9753-66de23d91d9e","name":"Foreign Exchange Markets - Instruments, Risks and Derivatives","description":"By Indian Institute of Management Bangalore via edX","image":null,"links":"course|https://www.edx.org/course/foreign-exchange-markets-concepts-instruments-risks-and-derivatives","topics":"economics;foreign-exchange;derivatives","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d31b2a0b-9309-4b14-b836-8903ca57410e","name":"Qualitative Research Methods","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-qualitative-research-methods-7966","topics":"research;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1191a55-b0f7-443f-a0be-70bb9af75eff","name":"International migrations :a global issue","description":"By Institut d'Etudes Politiques de Paris via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/SciencesPo/05008ENG/session01/about","topics":"immigration","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a324d4c-0616-49a0-9248-a534133f5234","name":"Disability and a Good Life: Working with Disability","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-disability-and-a-good-life-working-with-disability-5896","topics":"disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b81f196-dd60-4203-9772-c16ed37e6181","name":"Solving Public Policy Problems: UC Berkeley’s Eightfold Path","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/solving-public-policy-problems-uc-uc-berkeleyx-policy01x-1","topics":"public-policy;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28f05d45-83c4-4e6f-97ba-1ee67ca19607","name":"Childhood in the Digital Age","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-childhood-in-the-digital-age-3370","topics":"children;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a68c4eff-4290-4f18-afe1-25a20aacdef5","name":"Responding to 9/11: Counterterrorism Policy in the 21st Century","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/counterterrorism","topics":"terrorism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c299efb5-f21f-45a9-ad09-e4f127cadc3c","name":"Ethical Cities: Shaping the Future of Your City","description":"By RMIT University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-ethical-cities-shaping-the-future-of-your-city-7097","topics":"cities;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1cce8a2-9e62-487d-ad63-367d517c81a8","name":"Understanding Media: Facts, Authority, and What We Believe","description":"By Florida Institute of Technology via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/fit/courses/understanding-media","topics":"media","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2391da7-a4c8-4562-917d-532707cd288c","name":"Ending Slavery: Strategies for Contemporary Global Abolition","description":"By The University of Nottingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-ending-slavery-strategies-for-contemporary-global-abolition-6744","topics":"slavery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ad7a7ee-52a3-4bde-a47c-65b278ad9341","name":"Gender-Based Violence in the Context of Migration","description":"By European Inter-University Centre for Human Rights and Democratisation via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/eiuc/courses/gender-based-violence","topics":"gender;immigration;violence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd86ca51-31a5-4f7b-89b6-dab9949d36ee","name":"Technology Evaluation for Global Development","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-technology-evaluation-for-global-development-8592","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b97a7d09-93e5-488c-b153-c20939795649","name":"Propaganda and Ideology in Everyday Life","description":"By The University of Nottingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-propaganda-and-ideology-in-everyday-life-3312","topics":"political-science;propaganda","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7552a926-2218-4e24-8981-9bbeb0b33b6f","name":"Introductory Psychology","description":"By Modern States via Independent","image":null,"links":"course|https://modernstates.org/course/introductory-psychology/","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58736efe-f783-4f93-98df-f5532a18c8ce","name":"Web Science: How the Web Is Changing the World","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/web-science","topics":"web;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"473bba8c-35de-41ec-b50f-8a4dc61bd93d","name":"Understanding child development: from synaps to society","description":"By Utrecht University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/child-development","topics":"children;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f36875b-149a-4d4c-8951-8f6cb05f59ee","name":"Comparative Research Designs and Methods","description":"By University of Naples Federico II via Federica","image":null,"links":"course|https://www.federica.eu/c/comparative_research_designs_and_methods/","topics":"research;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9498005c-d589-4428-bea0-bf0bd2afab63","name":"Babies in Mind: Why the Parent's Mind Matters","description":"By The University of Warwick via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/babies-in-mind","topics":"parenting;psychology;children","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6206eac9-1fde-4f68-b099-71b72915dc20","name":"Configuring the World, part 1: Comparative Political Economy","description":"By Leiden University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-configuring-the-world-part-1-comparative-political-economy-1676","topics":"political-science;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8c51eb7-f836-4af4-aebe-242181abe5f6","name":"Human Population Dynamics: Births, Deaths and Migrations","description":"By McGill University via edX","image":null,"links":"course|https://www.edx.org/school/mcgillx?source=aw&awc=6798_1567901828_b239efce8c1ad7d1d2d59075212ea483","topics":"population;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1195cfb7-24ba-459f-910e-6a0be41f83cd","name":"Governance of Disaster Risk","description":"By University of Extremadura via Independent","image":null,"links":"course|https://miriadax.net/web/governance-of-disaster-risk/inicio","topics":"governance;disaster-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2fb6cc8e-062a-4ed5-b353-7b39f57694f7","name":"Problem-Based Learning: Principles and Design","description":"By Maastricht University via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-problem-based-learning-principles-and-design-4378","topics":"psychology;education;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"052a69a0-a5e6-46d3-873c-01af35a04d20","name":"Make an Impact: Sustainability for Professionals","description":"By University of Bath via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-make-an-impact-sustainability-for-professionals-1573","topics":"sustainability;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8b7d48a-4ece-47db-9fcd-9e12478b1890","name":"Planetary Urbanisation: Global Challenges in a Changing World","description":"By University College Dublin via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/planetary-urbanisation","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"427dc588-7de0-4275-9bc0-7ef0ba37a592","name":"Copyright - DIY","description":"By ATiT via EMMA","image":null,"links":"course|https://platform.europeanmoocs.eu/course_copyright_diy","topics":"copyright","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"424030f6-915c-48a6-b2c3-d6d90cc774f4","name":"Literature and Mental Health: Reading for Wellbeing","description":"By The University of Warwick via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/literature","topics":"literature;mental-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d83f539a-9329-4c71-9d4d-06fc4b53c124","name":"Shipwrecks and Submerged Worlds: Maritime Archaeology","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-shipwrecks-and-submerged-worlds-maritime-archaeology-2247","topics":"archaeology;oceans","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c6c6213-abce-460d-a43e-314c8881c906","name":"Cultural Studies and Modern Languages: an Introduction","description":"By University of Bristol via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-cultural-studies-and-modern-languages-an-introduction-3221","topics":"sociology;culture;language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0a0f8c9-577f-4b3b-9fc4-afe6343503d8","name":"From Ink to Sound: Decoding Musical Manuscripts","description":"By University of Basel via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/from-ink-to-sound","topics":"music;anthropology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a219041-ab0a-426a-8a2c-d826e697c76d","name":"International and African Legal Framework on Freedom of Expression","description":"By University of Pretoria via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/pretoria/courses/internation-freedom-expression","topics":"free-speech;law;africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e220b34-0a50-4ae4-b43d-446c2a69950b","name":"Framing: How Politicians Debate","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-framing-how-politicians-debate-3049","topics":"political-science;rhetoric;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a38704b1-c1c4-4ed0-8f94-9a1abb1711c6","name":"Biobased Sciences for Sustainability Capstone","description":"By Wageningen University via edX","image":null,"links":"course|https://www.edx.org/course/biobased-sciences-for-sustainability-capstone","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e29cb0a1-ceef-498a-820d-568d5a76e25f","name":"Macroeconomic Principles","description":"By Arizona State University via edX","image":null,"links":"course|https://www.edx.org/course/macroeconomic-principles-asux-ecn211x-0","topics":"macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78d0900d-2742-4e46-956c-18d3d522f8b5","name":"Understanding Public Financial Management: How Is Your Money Spent?","description":"By SOAS University of London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/public-financial-management","topics":"finance;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc329725-fd71-4d8b-ae8a-b7e7c393066b","name":"Community Organizing for Social Justice Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-community-organizing-for-social-justice-teach-out-9994","topics":"social-justice","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79ec8fe1-f2e7-4ea4-b5aa-6c73bcac7084","name":"Sociological Perspectives on Modernity","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_hs15/preview","topics":"sociology;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0943edc9-0c36-41d3-afb3-9502a6a5fa2b","name":"Water Economics And Governance","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-water-economics-and-governance-9905","topics":"water;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fbedc34-9bdb-4fdf-b7ce-1188f07fc158","name":"Great experiments in Psychology","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-great-experiments-in-psychology-7925","topics":"psychology;experiments","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dd453cd-8d6b-4787-89b3-b954e8188ab0","name":"Digital and the Everyday: from codes to cloud","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_ge01/preview","topics":"information-technology;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"212040e2-f803-438b-83a4-a72e1bf1c6fd","name":"Brief introduction to Psychology","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-brief-introduction-to-psychology-4439","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0952a40e-6d0e-4382-be17-d558455d7a6b","name":"Introduction to Advanced Cognitive Processes","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc18_hs02/preview","topics":"psychology;cognitive-psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2dc1d29f-c63f-43e5-addd-b6aa266ab90f","name":"Contemporary Issues in World Politics","description":"By University of Naples Federico II via Federica","image":null,"links":"course|https://www.federica.eu/c/contemporary_issues_in_world_politics/","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"896c24f5-658b-4564-9acf-6c7dc8672090","name":"The Politics of Economics and the Economics of Politicians","description":"By The University of Nottingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-politics-of-economics-and-the-economics-of-politicians-8058","topics":"economics;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"daa58c9b-eac4-4493-b156-b7d30aa92876","name":"Democratic to Authoritarian Rule Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/democratic-authoritarian-teach-out","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2901ca04-87b3-4002-8b87-1a451b9f5770","name":"Comparative Political Systems","description":"By University of Naples Federico II via Federica","image":null,"links":"course|https://www.classcentral.com/course/federica-comparative-political-systems-7524","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45bbbab0-a126-4cd7-bb3e-722c1bdbc2f9","name":"Archaeology of Portus: Exploring the Lost Harbour of Ancient Rome","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/portus","topics":"archaeology;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a884772-6eae-4707-ad38-e616ad55c4fb","name":"Interpreter CPD: Criminal Justice (Scotland) Act 2016","description":"By Queen Margaret University via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_1871_1","topics":"law;nations/scotland","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05809ed6-01e8-4eef-99c0-cc265902eaf2","name":"What Works: Promising Practices in International Development","description":"By University of Oslo via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-what-works-promising-practices-in-international-development-3012","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb3d7840-71f7-4664-8678-05a57c49ee27","name":"Memory Sites and Human Rights","description":"By Global Campus of Human Rights via Independent","image":null,"links":"course|https://gchumanrights.org/education/e-learning/moocs/memory-sites-and-human-rights/about.html","topics":"human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5db4c03-c3d2-45f3-ba51-22a972a1ec80","name":"Memory Sites and Human Rights","description":"By European Inter-University Centre for Human Rights and Democratisation via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-memory-sites-and-human-rights-10443","topics":"human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ef2d583-30cd-454b-bc03-d0d5074920da","name":"Free Speech in Journalism Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-free-speech-in-journalism-teach-out-10359","topics":"free-speech;journalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e871a8e-5f57-43e3-87c2-2df2fec3c150","name":"Introduction to Cognitive Behavioural Therapy","description":"By European Psychiatric Association via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-introduction-to-cognitive-behavioural-therapy-10474","topics":"psychology;cognitive-behavioural-therapy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b1cc5d6-a02f-419b-8aa0-5aac2654c53b","name":"Politics, Art and Resistance","description":"By University of Kent via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-politics-art-and-resistance-10570","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8628ee1a-c08b-44d9-9811-9f9bfbaca7fb","name":"Privacy, Reputation, and Identity in a Digital Age Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-privacy-reputation-and-identity-in-a-digital-age-teach-out-9377","topics":"privacy;reputation;identity;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bc10749-c434-4970-9d09-e38d03c2090c","name":"Smart Grids for Smart Cities: Towards Zero Emissions","description":"By Homuork via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-smart-grids-for-smart-cities-towards-zero-emissions-9410","topics":"smart-cities;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a63ad13-f411-40bc-b867-e076114310f9","name":"Gender and Celebrity Culture: Global Media, Everyday Lives","description":"By Lancaster University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/gender-and-celebrity-culture","topics":"gender;media;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4383dc4-bb6e-4172-a07e-9ddc870ae52a","name":"Improving Children's Lives: Reducing Child Poverty and Inequality Around the World","description":"By University of York via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/improving-childrens-lives","topics":"children;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3585db54-3afa-4d11-b560-943881241764","name":"Transforming Development: The Science and Practice of Resilience Thinking","description":"By SDG Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-transforming-development-the-science-and-practice-of-resilience-thinking-11517","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72eee915-015a-4ff9-a3a0-24f54780c8ac","name":"Civil Rights in the Trump Era Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/civil-rights-trump-era","topics":"human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26ae8743-5c6e-4a24-bc21-7ca17df68bc7","name":"Social Network Analysis (SNA)","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.edx.org/course/social-network-analysis-sna-utarlingtonx-link-la-snax","topics":"social-network;data-science;social-networks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd297703-d999-4ca5-af85-1a6bc8d73f91","name":"Human Origins","description":"By Arizona State University via edX","image":null,"links":"course|https://www.edx.org/course/human-origins-asux-asm246-5","topics":"anthropology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec5e0d34-9f54-4993-8a4c-ecce529ac0d5","name":"Exploring Basic Income in a Changing Economy Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/exploring-basic-income-in-a-changing-economy","topics":"basic-income;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e3f1ccf-3ae5-41da-9a3a-ab67aaa22f12","name":"Volunteering with Refugees","description":"By Cambridge English Language Assessment via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/volunteering-with-refugees","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"956e66af-9522-44ca-bce7-35f4bca3a52a","name":"The Right to Education: Breaking Down the Barriers","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-right-to-education-breaking-down-the-barriers-5189","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e37ad63-5fc8-4ea9-9cdd-21b7ea25b3ea","name":"Fashion Revolution: Who Made My Clothes?","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-fashion-revolution-who-made-my-clothes-8492","topics":"fashion;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17eb4432-048a-4f64-9f54-be53b28734aa","name":"Crisis at the Border Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/crisis-at-the-border","topics":"human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52e6db55-a304-4603-a0a5-1f55daa3ff3d","name":"Transparent and Open Social Science Research","description":"By University of California, Berkeley via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-transparent-and-open-social-science-research-8634","topics":"research;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e69c4f11-fe9a-433f-bcff-73b6a09e9e26","name":"Law for Non-Lawyers: Introduction to Law","description":"By Monash University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/law-for-non-lawyers","topics":"law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae7e3e94-d287-42ee-ab80-749efd2f4f1b","name":"Psychology and Mental Health: Beyond Nature and Nurture","description":"By University of Liverpool via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-psychology-and-mental-health-beyond-nature-and-nurture-2133","topics":"psychology;mental-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26a03112-fcb9-4747-9fd4-fabe4af7ad51","name":"Homo Floresiensis Uncovered: The Science of ‘the Hobbit’","description":"By University of Wollongong via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-homo-floresiensis-uncovered-the-science-of-the-hobbit-6269","topics":"anthropology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c894237d-4fb7-48c4-bcfb-37a227af8969","name":"Why We Post: the Anthropology of Social Media","description":"By University College London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/anthropology-social-media","topics":"social-media;anthropology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e79f5cc7-ffdf-4185-a09e-3f9aa4f74474","name":"Listening to Puerto Rico Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-listening-to-puerto-rico-teach-out-11904","topics":"puerto-rico","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3dbdfbc-8ae9-42a3-b062-c43e9139d346","name":"Vote For Ethics: A How-to Guide for Voters","description":"By Santa Clara University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/santaclarau/courses/vote-for-ethics","topics":"political-science;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"244ad2d7-e4f1-495f-bd61-d1a0e84d84c5","name":"Exploring Economics: Will the Next Generation Be Worse Off?","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/exploring-economics-next-generation","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebc8e523-8f8f-4d23-8ccd-725d38204fc6","name":"Introduction to the UK Parliament: People, Processes and Public Participation","description":"By Houses of Parliament via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introduction-uk-parliament","topics":"nations/uk;law;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1f26b4c-c08d-4f4a-b679-356e487e073a","name":"Positive Parenting After Separation","description":"By Colorado State University Online via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-positive-parenting-after-separation-9669","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19dd2105-54ba-48d8-9279-4460517cad65","name":"Social Wellbeing","description":"By University of Edinburgh via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/social-wellbeing","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f9f28e9-b617-4fea-9881-3f968b061671","name":"Crime, Justice and Society","description":"By The University of Sheffield via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/crime-justice-society","topics":"crime;justice;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbd0de12-527d-42c5-a021-90cd2b2361de","name":"Emergency Management: Risk, Incidents and Leadership","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-emergency-management-risk-incidents-and-leadership-10606","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3231d06f-398e-49e2-9b9d-e15505f773d6","name":"English Common Law: Structure and Principles","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/1-common-law","topics":"law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2dce21b-a139-4346-bc72-f9a402dcf947","name":"An Introduction to Emergency Planning and Preparedness","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/emergency-planning-preparedness","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51cd4fea-ad6a-4bbf-bd7a-4a7b76163093","name":"Getting Care Right for All Children: Implementing the UN Guidelines for the Alternative Care of Children","description":"By University of Strathclyde via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-getting-care-right-for-all-children-implementing-the-un-guidelines-for-the-alternative-care-of-children-7997","topics":"children;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b6e289c-68f0-47ab-bb82-dbb4847df2f5","name":"Communicating Effectively with Vulnerable Children and Young People","description":"By University of Kent via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/communicating-with-vulnerable-children","topics":"children;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a9ec276-f08c-4058-8f1b-42b2f7dd75fa","name":"The Future of Gerrymandering Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-future-of-gerrymandering-teach-out-11306","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00029dc6-161d-4b1b-8df1-9740ec7f37cf","name":"Fake News, Facts, and Alternative Facts","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/fake-news-facts-alternative-facts-michiganx-teachout-2x","topics":"media;news;fake-news","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f1a2a92-9aa8-47cf-8c5c-da0828fd7ecc","name":"UK Parliament Explored: the Work and Role of Select Committees","description":"By Houses of Parliament via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-uk-parliament-explored-the-work-and-role-of-select-committees-10549","topics":"political-science;nations/uk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87970950-b430-4011-9dac-92f1ac083055","name":"Digital Accessibility: Enabling Participation in the Information Society","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-digital-accessibility-enabling-participation-in-the-information-society-7127","topics":"accessibility","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a2708dc-ed35-476d-ba9a-6bc674c3f03c","name":"Introduction to Industrial Property: patents, designs, trademarks","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.pok.polimi.it/courses/course-v1:Polimi+Patents101+2018_M10/about","topics":"patents;trademark;intellectual-property","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"423ad096-a48f-4376-9b66-0a7e086895d8","name":"Intro to Genealogy and Family History Research","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-intro-to-genealogy-and-family-history-research-3271","topics":"genealogy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88d6c6c6-4f1e-4d75-9349-3a45fa0523ba","name":"UK Parliament Explored: Petitions","description":"By Houses of Parliament via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/uk-parliament-petitions","topics":"political-science;nations/uk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b15a5db2-1df0-40dd-ba2f-85ae58cdd662","name":"The Internet and You","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-internet-and-you-9376","topics":"internet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73bcf8f9-4b1b-4b14-935f-4410fd833606","name":"Achieving Sustainable Development","description":"By Trinity College Dublin via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-achieving-sustainable-development-8710","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85e8b320-6635-41e5-9d3a-f4e1e6182f1e","name":"Introduction to Sustainability and Development","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introduction-sustainability-development","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd137dec-fa7a-4319-94a2-d5c31c62877f","name":"Economics of Crime","description":"By Hanyang University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-economics-of-crime-6638","topics":"economics;crime","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c3c4ca4-902d-4b96-8de1-62edaad2dd39","name":"Risk Management in the Global Economy","description":"By SOAS University of London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-risk-management-in-the-global-economy-6863","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e58adab4-a924-4d65-8c04-e9ccde123b5f","name":"Becoming Human: Anthropology","description":"By Macquarie University via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-becoming-human-anthropology-892","topics":"anthropology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41124932-4cbd-4141-9370-e2c4e9cae1b6","name":"Foundations of Psychology","description":"By RMIT University via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-foundations-of-psychology-897","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6100f94-a674-4b96-b6fe-2f73a44fa24c","name":"Understanding the Origins of Crime","description":"By Griffith University via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/understanding-the-origins-of-crime","topics":"crime","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87696eaa-1b53-4c08-8579-e27953212a78","name":"Sociology","description":"By University of Western Sydney via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/sociology","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dcc6f8a-55d1-4ff3-b430-7392e516cfa7","name":"Exploring Sustainability","description":"By Dalhousie University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/dalhousieu/courses/exploring-sustainability","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7f7fd56-509f-46f6-8fbf-d845e64b412b","name":"Cultural Diplomacy","description":"By European University Institute via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/cultural-diplomacy","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc1c95ff-a96d-4599-94c9-10e3d63d24e5","name":"An Introduction to Forensic and Bio-archaeology: Reading Human Skeletal Remains","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-an-introduction-to-forensic-and-bio-archaeology-reading-human-skeletal-remains-12550","topics":"archaeology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98f4f06b-bcd5-4eec-ad4b-baea645f12a2","name":"The Modern Macroeconomy (ga132)","description":"By Hosei University via gacco","image":null,"links":"course|https://www.classcentral.com/course/gacco-the-modern-macroeconomy-ga132-13356","topics":"macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ead7d103-6eba-4b11-acd8-fc461ba8af0c","name":"Development and Planning in African Cities: Exploring theories, policies and practices from Sierra Leone","description":"By University College London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-development-and-planning-in-african-cities-exploring-theories-policies-and-practices-from-sierra-leone-11908","topics":"urban-planning;africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c20d69a-5bff-4bcc-8947-81f910fae082","name":"Sustainable Development in Humanitarian Action","description":"By International Federation of Red Cross and Red Crescent Societies via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-sustainable-development-in-humanitarian-action-12472","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26f7f271-8c30-4b3a-a401-6ce2207ece53","name":"Statistical Mechanics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/1188830.Statistical_Mechanics","topics":"mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4cdcafd2-9452-43d1-b5ef-5fcaebeeda92","name":"Enhancing the Quality of Urban Life: Fifteen Winning Projects of the Aga Khan Award for Architecture","description":"By Aga Khan Trust for Culture via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/enhancing-the-quality-of-urban-life","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf64b1c7-b728-4325-b105-956011d70eee","name":"Music Moves: Why Does Music Make You Move?","description":"By University of Oslo via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-music-moves-why-does-music-make-you-move-4890","topics":"music;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"550796d6-8d7d-4076-a6da-dea9cc4ff6f4","name":"Defending Dignity: The Universal Declaration of Human Rights","description":"By Amnesty International via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-defending-dignity-the-universal-declaration-of-human-rights-12607","topics":"human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b29188f1-0cc6-49b8-b20b-c5379511a098","name":"Cities of Yesterday, Today and Tomorrow: Why Heritage Matters","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/heritage-matters","topics":"cities;heritage;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce918f0b-403a-486e-aab6-a33b6c511084","name":"Consumer Behaviour and Psychology","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/consumer-behaviour-and-psychology","topics":"consumer-behaviour;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ca350b2-d2e3-4d64-99b4-c16ba58f40d8","name":"Language and Mind","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_hs04/","topics":"language;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3aebc15a-73a0-41f7-bc26-5e06febe07d0","name":"An Introduction to Microeconomics","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_hs28/","topics":"microeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe0d2ca9-0fe0-4f65-b640-7df394e0262b","name":"Urban governance and Development Management (UGDM)","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-urban-governance-and-development-management-ugdm-12887","topics":"governance;urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62d4565d-9f55-4511-8c13-3fca8d3e76e6","name":"Roadmap for patent creation","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ge09/","topics":"patents","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"715c5b5c-3db9-4469-b68a-dad8f1a73433","name":"Feminist Writings","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-feminist-writings-12981","topics":"feminism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9144114f-03e5-430a-b321-9de8cf7f5ff7","name":"Human Behaviour","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-human-behaviour-12977","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6b2765c-e0c9-4d23-a830-2418cf2d65e2","name":"Emotional Intelligence","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_hs11/","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14c42959-7e0c-4395-a56d-40832244fbfe","name":"Sociology of Science","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-sociology-of-science-9918","topics":"science;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93fa13e5-6ece-4c3a-a700-ac27a8a96da5","name":"Infrastructure Planning and Managements","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-infrastructure-planning-and-managements-12925","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"153d69a0-7463-4558-bb16-59fbed28964b","name":"Perspectives on Neurolinguistic","description":"By Indian Institute of Technology Roorkee via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-perspectives-on-neurolinguistic-10098","topics":"biology;natural-language-processing;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"228b2087-549b-4906-8084-129dc5a754e6","name":"Introduction to Political Theory","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-political-theory-12974","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffe6d969-a261-4544-8b38-c196c80035bf","name":"Psychiatry - An overview","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_hs17/","topics":"psychiatry;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"717da8a8-551d-4763-b8a8-3d06365ee530","name":"Introduction to Cognitive Psychology","description":"By Indian Institute of Technology Guwahati via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_hs16/","topics":"cognitive-psychology;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b55b6d6a-68b6-494d-a4c2-e4f97d19d3fb","name":"Understanding Violence Against Women: Myths and Realities","description":"By University of Strathclyde via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-violence-against-women-myths-and-realities-8811","topics":"human-rights;sociology;women","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b779f35b-1bb2-4a15-94fa-0f32063faa6e","name":"Water for the People: Gender, Human Rights, and Diplomacy","description":"By Colorado State University Online via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-water-for-the-people-gender-human-rights-and-diplomacy-9411","topics":"water;human-rights;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"392a6291-9e00-42d7-b1f2-cf2c2ffe87cc","name":"Research Methodology (Research Seminar in Educational Sciences)","description":"By Vrije Universiteit Brussel via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-research-methodology-research-seminar-in-educational-sciences-6937","topics":"research;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e22225b1-9b78-4aa0-befe-17c30ad09d77","name":"Introduction to Environmental Law and Policy","description":"By The University of North Carolina at Chapel Hill via Coursera","image":null,"links":"course|https://www.coursera.org/learn/environmental-law","topics":"law;governance;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc2bcb9d-9007-4378-a9d9-68016497554d","name":"The Lottery of Birth","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-lottery-of-birth-3691","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52f394c5-d535-4339-8057-d3412f4b1afd","name":"Foundation Course in Managerial Economics","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_mg01/","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9264148b-cad9-4f49-a504-c9c4b43b6274","name":"Community Based Research: Getting Started","description":"By University College London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-community-based-research-getting-started-12866","topics":"research;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"216418f9-2861-4df9-9e7b-ce7373f4141c","name":"What Is Sociology? An Introduction","description":"By University of Newcastle via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/what-is-sociology","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a8142c3-2cfc-4f71-9cb3-2936d78cfcf4","name":"Introduction to the Pyschology of Language","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_hs14/","topics":"psychology;language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a522ce52-2092-42e5-a2bf-ee4652486a74","name":"Calculus for Economics,Commerce and Management","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-calculus-for-economics-commerce-and-management-9898","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8735e8e-85b5-431e-b1b4-d69a46d9e9e0","name":"Monitoring the Human Rights of LGBTI Persons","description":"By Global Campus of Human Rights via Independent","image":null,"links":"course|https://gchumanrights.org/education/e-learning/moocs/monitoring-the-human-rights-of-lgbti-persons/about.html","topics":"human-rights;gender","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6b6b3b9-6c48-4bdf-be05-79d891819651","name":"Introduction to Basic Cognitive Processes","description":"By Indian Institute of Technology Kanpur via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-introduction-to-basic-cognitive-processes-12975","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fa47cd3-ca76-49cf-a3ce-7c0af4e84c06","name":"Beyond the Ballot: Women’s Rights and Suffrage from 1866 to Today","description":"By Royal Holloway, University of London via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/womens-rights","topics":"women;human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee53ce31-883e-4bbf-a288-90fc1d131e1a","name":"Korea in a Global Context","description":"By Hanyang University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/korea-global-context","topics":"political-science;nations/south-korea","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2dd46585-53d6-45b5-a89e-7ba3ec02a8d5","name":"Environmental Justice","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/environmental-justice","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbc5a2e5-14b6-4b2c-afb9-3a93fd33db61","name":"Concepts in Sustainable Development: An Introduction to the Key Issues","description":"By University of Leicester via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-concepts-in-sustainable-development-an-introduction-to-the-key-issues-9628","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"753badf9-262b-4e73-b9c3-8e71ad5072dc","name":"International Affairs: Global Governance","description":"By The Graduate Institute, Geneva via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-international-affairs-global-governance-9203","topics":"political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99dbc1a0-f983-43be-864d-b6ec6a2637c4","name":"Why Do People Migrate? Facts","description":"By European University Institute via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/migration-facts","topics":"immigration;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff53b42a-a179-4916-b487-b778985b5b8c","name":"Coming of Age: Sustainability in the Aviation and Aerospace Industry","description":"By Embry-Riddle Aeronautical University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-coming-of-age-sustainability-in-the-aviation-and-aerospace-industry-10391","topics":"sustainability;aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5376a7c-9504-405e-8efb-a7ab549b7ffd","name":"Global Studies: The Future of Globalization","description":"By Grenoble School of Management via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/global-studies-global-exit","topics":"globalization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eec69c6f-cf1a-4714-8f53-055885ddc6a3","name":"Sustainable Food Teach-Out","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sustainable-food","topics":"sustainability;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91d56835-f077-400e-a735-b1b460e75188","name":"Experimental Research Methods in Psychology","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/experimental-research-psychology","topics":"psychology;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba202de7-f8f1-46f2-8ac5-ce0f7178f2e3","name":"Descriptive Research Methods in Psychology","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/descriptive-research-psychology","topics":"psychology;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40bb6a74-524d-414d-b7db-425b253bbe23","name":"Caring for Vulnerable Children","description":"By University of Strathclyde via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/vulnerable-children","topics":"children","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c81160f8-4aa1-481c-8878-d7d17d5cf957","name":"Macroeconomics CLEP Prep","description":"By eCore - University System of Georgia via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-macroeconomics-clep-prep-2929","topics":"macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e126add9-dfb5-4771-bb06-c19ea97044bb","name":"International Affairs: Globalisation","description":"By The Graduate Institute, Geneva via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-international-affairs-globalisation-8344","topics":"globalization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3a858b3-2d3f-479f-936d-2667699f8b05","name":"Innovation and Design for Global Grand Challenges","description":"By Duke University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/grand-challenges","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36cccbce-d566-4d21-88cc-6205bcfb5392","name":"Global Studies: Risks and Threats in International Relations","description":"By Grenoble School of Management via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/global-studies-risks-threats","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ef10a2d-59a5-4f3a-99d8-d0b593fe95cc","name":"Business Strategy and Operations in a Biobased Economy","description":"By Wageningen University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-business-strategy-and-operations-in-a-biobased-economy-12503","topics":"business;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2367538-5b1b-4035-a0bb-b493cb2378af","name":"Humanitarian Action, Response and Relief","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-humanitarian-action-response-and-relief-13204","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe86ce15-1a47-4783-b1bf-b11ea36c888e","name":"Defining Mental Health: A Short Introduction","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-defining-mental-health-a-short-introduction-12346","topics":"mental-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac2b480d-a7c3-433d-b6a4-bcdeae191723","name":"Researching Risk, Disasters and Emergencies","description":"By Coventry University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/research-process","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1421feb8-2ef7-4865-814c-9f85c1ad5950","name":"An Introduction to Japanese Subcultures","description":"By Keio University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-an-introduction-to-japanese-subcultures-6811","topics":"nations/japan;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80425bb9-f550-4748-b94d-4debe84acd17","name":"The Teacher's Social and Emotional Learning","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teachers-social-emotional-learning","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd590dcb-4a61-45e7-b2ea-c179da4992a8","name":"New Energy Technologies: Energy Transition and Sustainable Development","description":"By Grenoble School of Management via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-new-energy-technologies-energy-transition-and-sustainable-development-8227","topics":"energy;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb795f8a-6749-4cdf-a93e-c4e5e9602b3c","name":"Perfect Me: Understanding the Beauty Ideal","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/perfect-me","topics":"beauty;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b15a2d90-72b8-4e9f-b8e3-15e043cf5b72","name":"Grand Challenges: Food for Thought","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-grand-challenges-food-for-thought-12386","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6ec4d63-f19a-41a7-bf36-8f42aa072da3","name":"Understanding the GDPR","description":"By University of Groningen via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-the-gdpr-9403","topics":"gdpr;privacy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc9692b8-10c0-424d-a255-2be71b0b6628","name":"Fashion's Future: The Sustainable Development Goals","description":"By Fashion Revolution via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/fashion-s-future-and-the-un-sustainable-development-goals-","topics":"fashion;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c6f3bfe-f4f0-4786-8f26-62d0b7ab9c2d","name":"Why Do People Migrate? Theories","description":"By European University Institute via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/migration-theories","topics":"immigration;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ea0acba-b8bc-4d1a-b892-8232e801a0bb","name":"Gender-based violence in the context of migration","description":"By Global Campus of Human Rights via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-gender-based-violence-in-the-context-of-migration-13412","topics":"gender;immigration;violence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5418be1c-9a60-4956-a20e-e181c62a28ee","name":"How to Survive on Earth: Energy Materials for a Sustainable Future","description":"By University of Wollongong via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-how-to-survive-on-earth-energy-materials-for-a-sustainable-future-13619","topics":"energy;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1b13036-8aac-48a6-93ee-05f5d64dd522","name":"Unleash Your Potential: Global Citizenship","description":"By University of Bristol via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-unleash-your-potential-global-citizenship-9882","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1906344c-3962-4f4c-ac62-99603219eb66","name":"Fashion and Sustainability: Understanding Luxury Fashion in a Changing World","description":"By London College of Fashion via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-fashion-and-sustainability-understanding-luxury-fashion-in-a-changing-world-10598","topics":"fashion;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85b92186-cd12-4ece-a607-b7ef2e0d5421","name":"Archaeology: from Dig to Lab and Beyond","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/archaeology","topics":"archaeology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b937d76-1df0-4d68-b70a-54a18fd33471","name":"Global Prosperity Beyond GDP","description":"By University College London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-global-prosperity-beyond-gdp-9554","topics":"economics;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44fcb06b-a5cc-4890-be90-c5c1236bfd83","name":"The Insolvability of the Quintic","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=9aUsTlBjspE","topics":"quintic-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1fc99301-7523-4f49-ba5d-0bf37b89ab1c","name":"Trust in Our Food: Understanding Food Supply Systems","description":"By EIT Food via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/food-supply-systems","topics":"food;nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a2509c5-cad0-4d61-b609-56bdb462ea53","name":"Unleash Your Potential: Sustainable Futures","description":"By University of Bristol via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/sustainable-futures","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8b394ce-07c2-4a01-a8b4-9ddbab9ef841","name":"Supporting Adolescent Learners: Social and Emotional Wellbeing","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-supporting-adolescent-learners-social-and-emotional-wellbeing-11751","topics":"education;teenagers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9a6f3fd-ef01-4f7c-bcdf-455cefa8cce6","name":"Exploring Stone Age Archaeology: The Mysteries of Star Carr","description":"By University of York via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-exploring-stone-age-archaeology-the-mysteries-of-star-carr-13572","topics":"archaeology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bea3e87-eccf-48ce-acfd-81d9416716fc","name":"Gender and Development","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-gender-and-development-8584","topics":"gender;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63786894-db57-4654-9d5d-b2383a9d08d0","name":"Effective Decision Making","description":"By University of Kashmir via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_hs02/preview","topics":"psychology;decision-making;thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25f0a36a-3ac0-4280-8abb-557deb9a28a1","name":"Strategy and the Sustainable Enterprise","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg12/preview","topics":"sustainability;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1fe17fea-b939-4a06-a1c7-5f4f13cc62e1","name":"Intellectual Property Rights: A Management Perspective","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg18/preview","topics":"intellectual-property;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b627eb97-d609-4015-8f96-0614c3f3619a","name":"Understanding Gender Identity: Trans People in the Workplace","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/understanding-gender-identity","topics":"gender;workplace","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b924eea-8d85-4310-be14-32bea0f66a53","name":"Introduction to Managerial Economics","description":"By Indian Institute of Management Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_imb19_mg16/preview","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64b6164e-772a-4273-be41-e4df19903e45","name":"Why Experience Matters: Qualitative Research","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-why-experience-matters-qualitative-research-10596","topics":"sociology;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7ffba09-4cc0-45ef-84e5-35a476ab2282","name":"Social Change: How Can Marketing Help?","description":"By Griffith University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-social-change-how-can-marketing-help-11849","topics":"marketing;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a78d5d09-cc41-48bf-91fc-d6441e5ee65f","name":"(HE) Science of Relationships","description":"By Colorado State University Online via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-he-science-of-relationships-1288","topics":"relationships","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"949909fb-dcec-41e5-bdee-a5ff6ad5a6c4","name":"Content-based Instruction (HE)","description":"By fhi360 via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/fhi/courses/content-based-instruction","topics":"course-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29df1ed6-346b-46ad-b108-d86ef7888f1a","name":"Leaders of Learning","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/leaders-of-learning","topics":"learning;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9bf9029-5051-4b33-8f2f-21a2a6c8d0f3","name":"Critical Thinking at University: An Introduction","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-critical-thinking-at-university-an-introduction-12273","topics":"thinking;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"320b3516-6b3c-4f99-9239-892e93c3977e","name":"Teaching Character and Creating Positive Classrooms","description":"By Relay Graduate School of Education via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teaching-character","topics":"psychology;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e68f230a-8a66-4717-92ba-aa977e159868","name":"Education for All: Disability, Diversity and Inclusion","description":"By University of Cape Town via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-education-for-all-disability-diversity-and-inclusion-5664","topics":"education;disability;diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10a62bf2-d68c-41b0-be1b-4d25e82c2eb2","name":"Applying to U.S. Universities","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-applying-to-u-s-universities-1620","topics":"education;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7fa4a66-47f8-4585-8b8a-b7d63080d97f","name":"The IB Extended Essay: Managing your Research Project","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-ib-extended-essay-managing-your-research-project-12702","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8b12b2f-f7ed-4cd8-8e19-cee7efba78f2","name":"American Education Reform: History, Policy, Practice","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/edref","topics":"education;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17414a79-7570-464d-80f4-6ec8494a06be","name":"Academic Integrity: Values, Skills, Action","description":"By University Of Auckland via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/academic-integrity","topics":"academics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b71c1b5-53df-4c8a-a70c-5f5b25ce0128","name":"Children Acquiring Literacy Naturally","description":"By University of California, Santa Cruz via Coursera","image":null,"links":"course|https://www.coursera.org/learn/children-literacy","topics":"children;literacy;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0c2897d-7c45-4309-859f-ab26f92e3d5c","name":"Teacher SEL: Programs, Possibilities, and Contexts","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teacher-sel-programs","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce2374c8-d822-413a-85a9-9c8b392d2634","name":"Negotiating Learner Differences: Towards Productive Diversity in Learning","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-negotiating-learner-differences-towards-productive-diversity-in-learning-11070","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"830be419-0b27-425d-9448-70ea4ecb7b2f","name":"Capstone Project: Teaching Impacts of Technology","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-capstone-project-teaching-impacts-of-technology-11233","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"519d4fb6-f120-447d-8aa9-cf7abcd69afe","name":"My Favorite Lectures @ HKUST","description":"By The Hong Kong University of Science and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/my-favorite-lectures-hkust","topics":"education;teaching;lectures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46c6a0f6-11fd-4e9e-96b9-84fe7d5bb318","name":"Performance Assessment in the Virtual Classroom","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/performance-assessment","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"550e7907-bd33-4498-86ba-bb4a1883a362","name":"Advanced Instructional Strategies in the Virtual Classroom","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teaching-strategies","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"987aca77-31e4-4b2a-9d14-d579a5cfb688","name":"Disability Awareness and Support","description":"By University of Pittsburgh via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-disability-awareness-and-support-3829","topics":"disability;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03f53157-ddaf-4c1d-9239-533986aea3f6","name":"University Teaching","description":"By The University of Hong Kong via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-university-teaching-8293","topics":"education;university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0cb8e52d-b279-4d32-9ab1-9341dba80df9","name":"Teaching Impacts of Technology: Fundamentals","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teach-impacts-technology-fundamentals","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df742638-6440-4653-9bf4-85bb37631d65","name":"SEL for Students: A Path to Social Emotional Well-Being","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-sel-for-students-a-path-to-social-emotional-well-being-10010","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26c5da62-03cb-4fef-8db9-f7aae05a5f40","name":"SEL Capstone","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/sel-capstone","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"379d00d9-49b7-49b6-86ac-97b6d9134941","name":"The Museum as a Site and Source for Learning","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-museum-as-a-site-and-source-for-learning-11059","topics":"education;museum;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83ed4c40-d360-4aa8-ad50-92de0bbb813b","name":"Emerging Trends & Technologies in the Virtual K-12 Classroom","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/k-12-education","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"393e5d04-9fbc-4329-87ed-49acccf5623c","name":"English for Teaching Purposes","description":"By Universitat Autònoma de Barcelona (Autonomous University of Barcelona) via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teaching-english","topics":"education;teaching;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6dc70450-f096-4be9-ae18-c87bae8e018c","name":"Ubiquitous Learning and Instructional Technologies","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ubiquitous-learning-and-instructional-technologies-11068","topics":"education;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ca7344b-62ad-47ab-a84c-6144cfd1191f","name":"Learning to Teach Online","description":"By University of New South Wales via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-learning-to-teach-online-1393","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e9b823f-3888-4f6d-a9d3-bfbf5259f567","name":"Grant Proposal","description":"By Moscow Institute of Physics and Technology via Coursera","image":null,"links":"course|https://www.coursera.org/learn/grant-proposal","topics":"university;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c6f9be5-7358-4515-9f1a-eace1ceb9004","name":"Problem-Solving Skills for University Success","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.coursera.org/learn/problem-solving-skills","topics":"university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ea9dea2-b01a-4882-81ec-1e49adfba5bd","name":"Communication Skills for University Success","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-communication-skills-for-university-success-6688","topics":"university;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bbda8ba1-55e1-4324-9161-ebfe64845015","name":"Preparing for Graduate Study in the U.S.: A course for international students","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/graduate-study-usa","topics":"education;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"474288e9-3981-4c6a-9cd4-7cbd52bf9114","name":"Prepare for the EMT Certification Test","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-prepare-for-the-emt-certification-test-12706","topics":"education;healthcare;emt","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"604861cf-2ffd-4c08-9933-4090dd70c46d","name":"U101: Understanding College and College Life","description":"By University of Washington via Coursera","image":null,"links":"course|https://www.coursera.org/learn/college-life","topics":"university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3704de2e-30b1-4d55-aca1-a9e76d302c37","name":"Teach English Now! Capstone Project 2","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-teach-english-now-capstone-project-2-6234","topics":"teaching;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24cca383-7867-4d56-8573-5b96de39025f","name":"Teaching EFL/ESL Reading: A Task Based Approach","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/esl-reading","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec80997d-c713-4829-8475-d58868822799","name":"iMOOC102: Mastering American e-Learning","description":"By State University of New York via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-imooc102-mastering-american-e-learning-5921","topics":"education;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f587ce4b-8e1a-44aa-829c-4f4ae190c596","name":"Strategies for Teaching Perfect Tenses and Modals","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teaching-verb-tenses-modals","topics":"teaching;languages/english;grammar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e52a9e9c-0b3a-4d30-899f-0fd130a713b3","name":"Art & Activity: Interactive Strategies for Engaging with Art","description":"By The Museum of Modern Art via Coursera","image":null,"links":"course|https://www.coursera.org/learn/art-activity","topics":"education;learning;art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3aa97c81-4e3a-4c14-b5f0-62c8a5746897","name":"New Learning: Principles and Patterns of Pedagogy","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-new-learning-principles-and-patterns-of-pedagogy-10504","topics":"education;pedagogy;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97c2be56-eca4-4a9e-8bd3-223166e5f996","name":"Precalculus","description":"By Modern States via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-precalculus-11928","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3911fcc4-2ab3-4178-8d97-3c6ed8356c02","name":"Teaching Impacts of Technology: Data Collection, Use, and Privacy","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teach-impacts-technology-data","topics":"teaching;technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f3858eb-2c75-46a0-8d95-ab9e99808cac","name":"Teaching Impacts of Technology: Relationships","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teach-impacts-technology-relationships","topics":"teaching;technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0073a892-74f8-4900-83f0-9846ec08cbef","name":"Fundamentals of Engineering Exam Review","description":"By Georgia Institute of Technology via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-fundamentals-of-engineering-exam-review-4434","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7d4829b-ee03-4d84-b658-940bdee76cfa","name":"Teach English Now! Technology Enriched Teaching","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-teach-english-now-technology-enriched-teaching-6211","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb1147b5-26ea-42bb-880b-9e92a2350f99","name":"Teaching Tips for Tricky English Grammar","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-teaching-tips-for-tricky-english-grammar-7364","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a66effd8-d4ec-4c35-bc77-2b6a55492926","name":"Powerful Tools for Teaching and Learning: Web 2.0 Tools","description":"By University of Houston System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teaching-learning-tools","topics":"teaching;learning;web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebea07ec-221f-4722-91ca-f53505fc4a35","name":"Teaching Impacts of Technology: Workplace of the Future","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teach-impacts-technology-workplace-future","topics":"teaching;technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99203489-9237-4e2e-90ae-3f6f2e29fd61","name":"Computational Thinking for K-12 Educators: Variables and Nested Loops","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/block-programming-k12-educators-variables-nested-loops","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf4aee9e-b033-436b-802b-fb5cc8c1ce8e","name":"Computational Thinking for K-12 Educators: Sequences and Loops","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-computational-thinking-for-k-12-educators-sequences-and-loops-12365","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e811f327-69bf-4144-ae40-0e668cde90c0","name":"Literacy Teaching and Learning: Aims, Approaches and Pedagogies","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-literacy-teaching-and-learning-aims-approaches-and-pedagogies-6760","topics":"teaching;learning;literacy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8148c47b-c0af-4ac3-8fc3-a8075eb1c28e","name":"Orchestrating Whole Classroom Discussion","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.coursera.org/learn/classdiscussion","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e30c307-31b2-4b6d-9c72-45d6c0d8252b","name":"e-Learning Ecologies: Innovative Approaches to Teaching and Learning for the Digital Age","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/elearning","topics":"teaching;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2cf284e0-e495-4017-830f-730c3fcf308a","name":"The Place of Music in 21st Century Education","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-the-place-of-music-in-21st-century-education-5950","topics":"music;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"faeec7cc-afc4-48ee-91fa-3738a63be978","name":"Preparing for an International Health Elective: Exploring Global Health, Ethics and Safety","description":"By King's College London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-preparing-for-an-international-health-elective-exploring-global-health-ethics-and-safety-6134","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af5cc093-e22d-4da8-ae7e-b2d991f36aab","name":"Techniques for Teaching Adjectives and Adjective Clauses","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teaching-adjective-clauses","topics":"teaching;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5aff812-c147-496b-9c0e-089ad0a3c660","name":"Get Interactive: Practical Teaching with Technology","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-get-interactive-practical-teaching-with-technology-8415","topics":"education;technology;edtech;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"779007de-51f3-4079-af23-71170b6915ef","name":"Inspiring Young People in STEM: Feedback Tools for STEM Ambassadors","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/stem-volunteering-feedback","topics":"education;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67fa307f-b412-4ff0-ba59-89de0c1dc97f","name":"Teaching Impacts of Technology: Global Society","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teach-impacts-technology-global-society","topics":"teaching;technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ffe2741-8dd5-4ead-a61e-409fd5059a9d","name":"Computational Thinking for K-12 Educators: Abstraction, Methods, and Lists","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/block-programming-k12-educators-abstraction-methods","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15ac0ca9-7e8b-453c-9552-0303cdff611f","name":"MOOC: How to make a MOOC?","description":"By Novosibirsk State University via Coursera","image":null,"links":"course|https://www.coursera.org/learn/how-to-mooc","topics":"education;mooc","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63418f30-179b-4e26-8b4b-39b33740e73f","name":"Aboriginal Worldviews and Education","description":"By University of Toronto via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-aboriginal-worldviews-and-education-394","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f06c1dff-ee24-4ff6-b5b6-a293df42870e","name":"Leading for Equity, Diversity and Inclusion in Higher Education","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.coursera.org/learn/leading-for-equity-diversity-inclusion","topics":"education;leadership;diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0205f29-f182-4f4c-b718-713f0b0f6e3f","name":"Computational Thinking for K-12 Educators: Conditional Loops and If Statements","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-computational-thinking-for-k-12-educators-conditional-loops-and-if-statements-12349","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34adde20-1a5a-4ba8-9fea-9393d6059ea7","name":"Managing ADHD, Autism, Learning Disabilities, and Concussion in School","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-managing-adhd-autism-learning-disabilities-and-concussion-in-school-12821","topics":"adhd;autism;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3343ef9-913a-47c5-8dae-de2d8b2d9c72","name":"Preparing for the Google Cloud Professional Cloud Architect Exam","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.coursera.org/learn/preparing-cloud-professional-cloud-architect-exam-es","topics":"google-cloud;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05b32408-0cc8-4c08-9f72-68f073087661","name":"ICT in Primary Education: Transforming children's learning across the curriculum","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-ict-in-primary-education-transforming-children-s-learning-across-the-curriculum-1763","topics":"edtech;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"069d3d3c-c785-403d-9312-14f6de02ef83","name":"Critical Thinking Skills for University Success","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-critical-thinking-skills-for-university-success-6689","topics":"university;thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d9ca31f-7ba1-45ac-bf3b-156fe6cdc000","name":"Becoming a Student Assistant: Teaching and Mentoring","description":"By University of Groningen via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-becoming-a-student-assistant-teaching-and-mentoring-5079","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e8727f4-2911-4da7-8ffe-4fc166210e5c","name":"Studying at Japanese Universities","description":"By The University of Tokyo via Coursera","image":null,"links":"course|https://www.coursera.org/learn/study-in-japan","topics":"education;nations/japan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f1192d9-ab24-4cf8-9bd1-da153aee4a4c","name":"Computational Thinking for K-12 Educators: Nested If Statements and Compound Conditionals","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/block-programming-k12-educators-nested-if-statement-compound-conditionals","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7be387b0-f454-418e-9e8d-c001019ede6c","name":"AP® Italian Language and Culture (2019-2020)","description":"By Wellesley College via edX","image":null,"links":"course|https://www.edx.org/course/ap-italian-language-and-culture-2019-2020","topics":"languages/italian;nations/italy;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c3f8388-66f5-4be2-a797-82a58addd5f9","name":"Educational Leadership: Working for Good","description":"By University of Manchester via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-educational-leadership-working-for-good-14501","topics":"education;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b9b05b1-a29e-4136-844d-2f1bce4ada22","name":"EU Code Week - Icebreaker MOOC","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-eu-code-week-icebreaker-mooc-14486","topics":"europe;programming;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9159d3cb-9b7d-4af3-8202-aa74f2774e5c","name":"Safe & Resilient Schools: Mental Health (K-12)","description":"By University of Colorado Boulder via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/cu-boulder/courses/safe-resilient-schools","topics":"education;mental-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee06554a-a31b-4611-b80f-933550852814","name":"Teaching Science at University","description":"By University of Zurich via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-teaching-science-at-university-7791","topics":"teaching;university;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c12da60c-6cfc-42dc-80b1-ce40cd987c1b","name":"Basics of Inclusive Design for Online Education","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/inclusive-design","topics":"education;diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"177965c6-1ca9-4780-a58a-5d36a89b054f","name":"Blended Language Learning: Design and Practice for Teachers","description":"By University of Colorado Boulder via Coursera","image":null,"links":"course|https://www.coursera.org/learn/blended-language-learning-design-practice-for-teachers","topics":"teaching;language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be549b9b-436b-460e-972f-ca80672524ba","name":"Rework - Summary by fourminutebooks.com","description":null,"image":null,"links":"summary|https://fourminutebooks.com/rework-summary/;summary|https://sipreads.com/rework/;book|https://openlibrary.org/books/OL24325627M/Rework","topics":"business;careers","creators":"Jason Fried","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60701c15-6eb7-45cb-a39f-0447ffcb5ee0","name":"Assessment in Higher Education: Professional Development for Teachers","description":"By Erasmus University Rotterdam via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-assessment-in-higher-education-professional-development-for-teachers-10184","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2adfc2b-10f7-4d92-aee3-20c3486d381d","name":"Disability Inclusion in Education: Building Systems of Support","description":"By University of Cape Town via Coursera","image":null,"links":"course|https://www.coursera.org/learn/disability-inclusion-education","topics":"education;disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67f037a5-4924-4118-b05c-51bc31d1ebe2","name":"Teach English Now! Second Language Listening, Speaking, and Pronunciation","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-teach-english-now-second-language-listening-speaking-and-pronunciation-6201","topics":"teaching;language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a5bb24a-bda6-4af6-8001-be20ad53e78a","name":"Instructional Design Foundations and Applications","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-instructional-design-foundations-and-applications-12317","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c8b72b4-03d2-4964-a991-4a09195231b8","name":"Leadership of Education Technology in Schools","description":"By Chartered College of Teaching via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-leadership-of-education-technology-in-schools-13758","topics":"education;technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40983ace-b03a-4dca-bd36-418730a1f1ee","name":"Blended Learning: Personalizing Education for Students","description":"By New Teacher Center via Coursera","image":null,"links":"course|https://www.coursera.org/learn/blending-learning-personalization","topics":"teaching;language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"814bf903-63ce-424e-8ef0-133f9c7acbf9","name":"Preparing for University","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/preparing-for-uni","topics":"university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0aad2c3-15bd-43a2-bdf5-97f046eb1104","name":"What future for education?","description":"By University of London International Programmes via Coursera","image":null,"links":"course|https://www.coursera.org/learn/future-education","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ea04b07-874e-436c-876f-7205c625fbd4","name":"Multimodal Literacies: Communication and Learning in the Era of Digital Media","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-multimodal-literacies-communication-and-learning-in-the-era-of-digital-media-7057","topics":"communication;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"921ee8b9-1c1c-48f8-9fd8-4d38ea1f403d","name":"How to Apply to College","description":"By University of Pennsylvania via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-how-to-apply-to-college-7504","topics":"university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf6065b1-2bc9-4b12-a965-80dda86fcb3e","name":"Discovering Your PhD Potential: Writing a Research Proposal","description":"By via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/research-question","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3690a251-ea16-42ed-a80e-1e117efed643","name":"Educating Deaf Children: Becoming an Empowered Teacher","description":"By University of Cape Town via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-educating-deaf-children-becoming-an-empowered-teacher-13761","topics":"education;disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7122e6be-fb01-405b-8aec-edec096b0669","name":"Accreditation and Outcome based Learning","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ge18/preview","topics":"education;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce486b93-4c0d-471f-b1fa-72ec75ecc703","name":"Learning Technologies Foundations and Applications","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-learning-technologies-foundations-and-applications-12877","topics":"learning;education;technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"475cd22f-d432-47b0-95f4-45bdfc5a8986","name":"Leading Educational Innovation and Improvement Capstone","description":"By University of Michigan via edX","image":null,"links":"course|https://www.edx.org/course/leading-educational-innovation-and-improvement-capstone-2","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bea7c6c5-ced8-4752-9332-b16abcff710d","name":"Problem Solving in the Digital Age: Getting Started with Computational Thinking and Design","description":"By Friday Institute via MOOC-ED","image":null,"links":"course|https://www.classcentral.com/course/mooc-ed-problem-solving-in-the-digital-age-getting-started-with-computational-thinking-and-design-10131","topics":"data-literacy;design-thinking;computational-thinking;thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7008a90-c77e-4d8b-9c94-6528edf7df57","name":"Foundations of Virtual Instruction","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-foundations-of-virtual-instruction-860","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c929127-4370-41c8-b018-e357552968c9","name":"Art & Inquiry: Museum Teaching Strategies For Your Classroom","description":"By The Museum of Modern Art via Coursera","image":null,"links":"course|https://www.coursera.org/learn/artinquiry","topics":"museum;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"230965c3-31b5-43aa-9b11-bcc516fe0548","name":"K-12 Blended & Online Learning","description":"By University System of Georgia via Coursera","image":null,"links":"course|https://www.coursera.org/learn/k-12-online-education","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d7be1d4-3766-450d-a540-4a2305e22179","name":"Foundations of Teaching for Learning: Being a Teacher","description":"By Commonwealth Education Trust via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-foundations-of-teaching-for-learning-being-a-teacher-875","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3cc047b-3bd5-47f6-bc05-65744a993532","name":"Foundations of Teaching for Learning: Being a Professional","description":"By Commonwealth Education Trust via Coursera","image":null,"links":"course|https://www.coursera.org/learn/professional-teacher","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"401462de-67e3-430f-ad5d-55f7ec91668b","name":"Foundations of Teaching for Learning: Introduction","description":"By Commonwealth Education Trust via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teaching","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ab439ce-7541-4218-b3a1-52c5b50c46dd","name":"Foundations of Teaching for Learning: Learners and Learning","description":"By Commonwealth Education Trust via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teaching-learning","topics":"education;teaching;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b773b79-4590-495f-bb16-8743ced7db2e","name":"Blended Learning Essentials: Getting Started","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/blended-learning-getting-started","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40034916-1b68-4076-b65e-10f25b02047b","name":"Academic Information Seeking","description":"By Technical University of Denmark (DTU) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-academic-information-seeking-5153","topics":"academics;university;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1df23dd-4e32-49f6-b004-3bf07e3bbf4d","name":"Teaching Programming in Primary Schools","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/teaching-programming-primary-school","topics":"programming;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3bc8cc0d-5753-4639-82ec-e465a9e10c22","name":"Build a Makerspace for Young People","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/build-a-makerspace","topics":"diy;makerspace","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1810be8-2554-467e-8673-ff9f47bf20e1","name":"Learning, Knowledge, and Human Development","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-learning-knowledge-and-human-development-12183","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"572af586-be13-463e-aa59-2d9a6e0adf39","name":"Foundations of Teaching for Learning: Curriculum","description":"By Commonwealth Education Trust via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teacher-curriculum","topics":"education;teaching;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5633d27-da49-4d49-a4cd-2b95a80fda7b","name":"Foundations of Teaching for Learning: Planning for Teaching and Learning","description":"By Commonwealth Education Trust via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teaching-plan","topics":"education;teaching;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2f7bb9f-8e96-4c4d-aecf-673982d33243","name":"Compassionate Leadership Through Service Learning with Jane Goodall and Roots & Shoots","description":"By Jane Goodall's Roots & Shoots via Coursera","image":null,"links":"course|https://www.coursera.org/learn/compassionate-leadership-jane-goodall","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce62f195-df2c-4272-b8f6-37fb059d1c82","name":"Assessment for Learning","description":"By University of Illinois at Urbana-Champaign via Coursera","image":null,"links":"course|https://www.coursera.org/learn/assessmentforlearning","topics":"education;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a5cb97a-edba-4310-9d4b-3ef6768a4c2f","name":"Social Pedagogy across Europe","description":"By Universitat Autònoma de Barcelona (Autonomous University of Barcelona) via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-social-pedagogy-across-europe-13225","topics":"pedagogy;europe;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"654e7398-3681-4fe7-9387-06cd1e62659e","name":"Foundations of Teaching for Learning: Introduction to Student Assessment","description":"By Commonwealth Education Trust via Coursera","image":null,"links":"course|https://www.coursera.org/learn/learning-assessment","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"290a254f-25d9-429f-9a0a-53b7da448fac","name":"Foundations of Teaching for Learning: Developing Relationships","description":"By Commonwealth Education Trust via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teacher-relationships","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70c14a9a-5524-48f9-ab9b-bf15b261f70b","name":"Instructional Methods in Health Professions Education","description":"By University of Michigan via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-instructional-methods-in-health-professions-education-949","topics":"education;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26fd8fdc-ae71-4aec-932d-31726c0dc7e3","name":"Get Organized: How to be a Together Teacher","description":"By Relay Graduate School of Education via Coursera","image":null,"links":"course|https://www.coursera.org/learn/together-teacher","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c4da215-ffbd-47f8-9009-fac20b9c62a4","name":"Teach English Now! Second Language Reading, Writing, and Grammar","description":"By Arizona State University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-teach-english-now-second-language-reading-writing-and-grammar-6190","topics":"language;languages/english;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b01068c-cb41-41fc-83b3-962269f75e46","name":"Developing Expert Educators for Healthcare Professions","description":"By The University of Nottingham via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-developing-expert-educators-for-healthcare-professions-14368","topics":"education;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3862e720-0b13-40f8-b713-9b198c30f3ca","name":"AP Computer Science A: Java Programming","description":"By Purdue University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-computer-science-a-java-programming-6541","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"540d1774-627e-45ca-ac0d-65e83a62d6f1","name":"Applying Strategic Leadership in Education","description":"By University of Newcastle via edX","image":null,"links":"course|https://www.edx.org/course/applying-strategic-leadership-in-education-2","topics":"leadership;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15a1af70-34e0-4a2c-be13-41b9da0c4633","name":"What Works in Education: Evidence-Based Education Policies","description":"By Inter-American Development Bank via edX","image":null,"links":"course|https://www.edx.org/course/what-works-in-education-evidence-based-education-policies-2","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6b70d51-02c6-4637-82e7-9dfd46abb60c","name":"Leading Change: Go Beyond Gamification with Gameful Learning","description":"By Microsoft via edX","image":null,"links":"course|https://www.edx.org/course/leading-change-go-beyond-gamification-with-gameful-learning-2","topics":"gamification;education;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6648ea4-3c90-4d07-bb0c-2254cfd20151","name":"Teaching Physical Computing with Raspberry Pi and Python","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/physical-computing-raspberry-pi-python","topics":"computer-science;programming-languages/python;raspberry-pi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6eb9dfb-c534-42e9-8a1f-a08d00e982f0","name":"Teaching English to Young Learners (K-12)","description":"By George Mason University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/fhi/fhi-george-mason/courses/teaching-english-young-learners","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9c510c0-a564-44e2-a5bb-7853cb03940d","name":"Assessment and Teaching of 21st Century Skills","description":"By University of Melbourne via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-assessment-and-teaching-of-21st-century-skills-1750","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"873ccc43-e305-4594-8bee-5f38f7cf8115","name":"How to Succeed in Your Welsh Bacc: the Individual Project Essentials","description":"By University of Bath via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-how-to-succeed-in-your-welsh-bacc-the-individual-project-essentials-11990","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ef23686-13c7-44d7-b49a-7056018fae40","name":"Powerful Tools for Teaching and Learning: Digital Storytelling","description":"By University of Houston System via Coursera","image":null,"links":"course|https://www.coursera.org/learn/digital-storytelling","topics":"teaching;storytelling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd2f1d71-f047-442b-8a70-ab39e378fd08","name":"Instructional Ideas and Technology Tools for Online Success","description":"By via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-instructional-ideas-and-technology-tools-for-online-success-790","topics":"teaching;technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"050360b5-0189-4eb8-824d-bbbce54764b1","name":"Made to Stick - Summary by fourminutebooks.com","description":null,"image":null,"links":"summary|https://fourminutebooks.com/made-to-stick-summary/;summary|https://sipreads.com/made-to-stick/;summary|https://sivers.org/book/MadeToStick;book|https://openlibrary.org/books/OL25679866M/Made_to_stick","topics":"psychology;communication","creators":"Chip Heath","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83d8a247-2a48-4b4a-b6ec-d9ac325a694a","name":"Locating, Creating, Licensing and Utilizing OERs","description":"By State University of New York via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-locating-creating-licensing-and-utilizing-oers-792","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87532823-e0e7-4cda-976b-6218c73ef418","name":"Universal Design and Accessibility for Online Learning","description":"By via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-universal-design-and-accessibility-for-online-learning-798","topics":"education;accessibility;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7d340ed-8efb-407b-bb21-8810b8f14273","name":"iTDI Summer School MOOC For English Teachers","description":"By International Teacher Development Institute via Independent","image":null,"links":"course|http://itdipro.wiziq.com/course/70647-the-itdi-summer-school-mooc-for-english-teachers-fly-high-with-itdi","topics":"teaching;grammar;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76dea9b4-d3e5-4171-a5c2-c58074612ec9","name":"College Student Success","description":"By Tennessee Board of Regents via Desire2Learn","image":null,"links":"course|https://opencourses.desire2learn.com/d2l/error/404/log?targetUrl=http%3A%2F%2Fopencourses.desire2learn.com%3A80%2Fcat%2Fcourse%2Fcollege-student-success-7189%2F","topics":"university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e976198-86eb-48f4-be94-d4140d8e4306","name":"Future Classroom Scenarios","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-future-classroom-scenarios-2307","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5497bcd9-f245-4227-b2e2-e87f692fa01c","name":"Innovative Practices for Engaging STEM Teaching","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-innovative-practices-for-engaging-stem-teaching-3363","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0601ec6-3e17-43bc-a3d6-b378e46137f8","name":"Digital Badge: Rockets to the Rescue!","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-digital-badge-rockets-to-the-rescue-2603","topics":"aerospace-engineering;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e8d2cb3-7a36-40d4-befb-18342fcea344","name":"How to Teach Computing: An Introduction to Concepts, Tools and Resources for Secondary Teachers","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/institution/europeanschoolnetacademy","topics":"teaching;computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b2b014d-b759-4af5-92b0-6514db971865","name":"Competences for 21st Century Schools","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-competences-for-21st-century-schools-3360","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef522772-d7b9-41c4-8552-6cfe18a6ef9d","name":"Library Advocacy Unshushed","description":"By University of Toronto via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-library-advocacy-unshushed-1563","topics":"libraries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dae30199-4c97-44ac-9417-8f3918570f1a","name":"Securing Our Nation’s Future: The Urgent Need for Education Reform (K-12 Policy)","description":"By Foundation for Excellence in Education via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/excelined/courses/urgent-need-for-education-reform","topics":"education;governance;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a92cad5e-ce01-465e-9815-c8d08af8d2cd","name":"collatz","description":null,"image":null,"links":"article|https://terrytao.files.wordpress.com/2020/02/collatz.pdf","topics":"collatz-conjecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd075f36-f584-4c3c-8dc5-f136dd4d8c91","name":"Positive Behavior Support for Young Children","description":"By University of Washington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-positive-behavior-support-for-young-children-1926","topics":"teaching;children;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"185055a9-3b6e-4662-9d33-46cf80d442b7","name":"Creating Effective Online and Blended Courses","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-creating-effective-online-and-blended-courses-5145","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a7db16f-810d-4bcb-a488-f685449e1824","name":"Preparing for the AP* Computer Science A Exam — Part 1","description":"By Cooper Union via edX","image":null,"links":"course|https://www.edx.org/course/preparing-ap-computer-science-exam-part-cooper-union-cs-1x","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"932e811d-6dc4-44da-a451-3c603a416942","name":"Creative use of Tablets in Schools","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://old.europeanschoolnetacademy.eu/web/tablets-in-schools","topics":"education;edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"447258a2-3cc8-4320-abea-14ab9e1fa6ff","name":"How to Teach Computing: An Introduction to Concepts, Tools and Resources for Primary Teachers","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://old.europeanschoolnetacademy.eu/web/how-to-teach-computing-","topics":"computer-science;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2603ae10-22fb-4055-8916-eb89f06a0ee0","name":"Data Privacy? Get Schooled (K-12 Policy)","description":"By Foundation for Excellence in Education via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/excelined/courses/data-privacy-get-schooled","topics":"education;privacy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b53c836-4fac-41fb-a53d-05ccfa026a39","name":"Communications Boot Camp: Winning the Ed Reform Conversation (K-12 Policy)","description":"By Foundation for Excellence in Education via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/excelined/courses/communications-boot-camp","topics":"communication;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"091dc76f-68af-4a5f-8dc2-5d1c2d57b55f","name":"The Road to Selective College Admissions","description":"By St. Margaret’s Episcopal School via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-road-to-selective-college-admissions-2513","topics":"university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34b4093d-6be6-4353-981c-ca2e4595c256","name":"Preparing for the AP* Computer Science A Exam — Part 2","description":"By Cooper Union via edX","image":null,"links":"course|https://www.edx.org/course/preparing-ap-computer-science-exam-part-cooper-union-cs-2x","topics":"computer-science;programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15d8cc88-ad40-447a-a64c-0c2d5cd09862","name":"On-Ramp to AP* Calculus","description":"By Weston High School via edX","image":null,"links":"course|https://www.edx.org/course/ramp-ap-calculus-weston-high-school-calc360x","topics":"calculus;trigonometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be8c768f-6b76-4fe6-b82b-0116bbd3ac3d","name":"Let's Teach Computing","description":"By Oxford Brookes University via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-let-s-teach-computing-4139","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00662244-54c2-4942-8034-88338c0e09e3","name":"How to Survive Your PhD","description":"By Australian National University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-how-to-survive-your-phd-3951","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8addaf27-06f1-494c-b8c6-df01aa3597d3","name":"AP® Physics 2 - Part 1: Fluids and Thermodynamics","description":"By Rice University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-physics-2-part-1-fluids-and-thermodynamics-2508","topics":"physics;fluid-mechanics;thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46fca633-2dfb-448a-b23f-5e573a6d7c2c","name":"AP® Environmental Science - Part 1: The Living World","description":"By Rice University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-environmental-science-part-1-the-living-world-2506","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ad0cb7b-524d-45e3-b82b-c1e32559c82a","name":"AP® Biology - Part 1: The Cell","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/course/apr-biology-part-1-cell-ricex-advbio-1x-0","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b2d2098-b608-47d9-948b-c2f2157168d7","name":"Saving Schools, Mini-Course 2: Teacher Policies","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-saving-schools-mini-course-2-teacher-policies-2812","topics":"education;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9786748-3a16-40d2-bef1-2ec357176871","name":"Index of /~novozhil/Teaching/483 Data","description":null,"image":null,"links":"book|https://www.ndsu.edu/pubweb/~novozhil/Teaching/483%20Data/","topics":"partial-differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a417d74b-04a6-43cb-b7c2-ba9477fae157","name":"Educational Technology","description":"By Georgia Institute of Technology via Udacity","image":null,"links":"course|https://www.udacity.com/course/educational-technology--ud915","topics":"education;technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba1b4b82-f0b6-4bef-ba85-cb772ec5f473","name":"Mission Possible: Developing and Implementing a Comprehensive K-3 Reading Policy (K-12 Policy)","description":"By Foundation for Excellence in Education via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/excelined/courses/k-3-reading-policy","topics":"education;literacy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39d6c6c0-47d5-46db-9fd3-a4e4bac80e9e","name":"Preparing for the AP Calculus AB Exam – Part 1: Derivatives","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/course/preparing-ap-calculus-ab-exam-part-1-ricex-advcal-1x","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90ea9d8c-fcb6-496c-b979-1d7414f8ab1c","name":"AP® Physics 2 - Part 2: Electricity and Magnetism","description":"By Rice University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-physics-2-part-2-electricity-and-magnetism-2799","topics":"physics;electricity;magnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0caf4222-7251-40e9-baba-a3404aae5ae6","name":"AP® Environmental Science - Part 2: Populations","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/course/apr-environmental-science-part-2-ricex-advenvsci-2x-0","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"867e9ef7-8371-4a45-ac6e-c4ef56bdd7a8","name":"AP® Biology - Part 2: Genetics","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/course/apr-biology-part-2-genetics-ricex-advbio-2x-0","topics":"genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30c9868f-91ac-44cb-b4c4-13780d7a2d84","name":"AP® Physics 1 - Part 1: Linear Motion","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/course/apr-physics-1-part-1-linear-motion-ricex-advphy1-1x","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f113ae96-9729-41ba-862d-2296ffd1d9e9","name":"Writing Exams for Science and Engineering Courses","description":"By IEEE via edX","image":null,"links":"course|https://courses.edx.org/courses/course-v1:IEEEx+MCExam01x+2015_T3/course/","topics":"education;exams","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"095bd162-c882-4896-8ad8-89e640d275e7","name":"Introducing Computing in your Classroom","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-introducing-computing-in-your-classroom-5262","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d05abb9-18b8-4e01-bcc6-5b5190b72238","name":"AP® Physics 1 - Part 2: Rotational Motion","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/course/apr-physics-1-part-2-rotational-motion-ricex-advphy1-2x","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97a74823-1aa0-44d1-8589-cfa938a00df9","name":"Effective Teaching Strategies for Biology","description":"By Trinity College via edX","image":null,"links":"course|https://www.edx.org/course/effective-teaching-strategies-biology-trinityx-t003x","topics":"teaching;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b40e0bf-ae19-4808-9e29-0f0a28249512","name":"AP® Biology - Part 3: Evolution and Diversity","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/course/apr-biology-part-3-evolution-diversity-ricex-advbio-3x-0","topics":"biology;evolution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19a6dbcd-6bf8-413b-acb5-cae5dc14aa9b","name":"Preparing for the AP Calculus AB Exam – Part 2: Integrals","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/course/preparing-ap-calculus-ab-exam-part-2-ricex-advcalcab-2x","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2d3f646-bfcb-4a39-b21b-781d64917478","name":"AP® Physics 2 - Part 3: Optics and Modern Physics","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/course/apr-physics-2-part-3-optics-modern-ricex-advphy2-3x-0","topics":"physics;optics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e32341c0-2988-4faf-9708-78339add32a9","name":"AP® Environmental Science - Part 3: Pollution and Resources","description":"By Rice University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-environmental-science-part-3-pollution-and-resources-2808","topics":"environmental-science;pollution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e09bb62c-10e2-4988-814a-b4128de9d8c9","name":"Teaching with Tablets","description":"By University of Northampton via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-teaching-with-tablets-5343","topics":"teaching;technology;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"925bbab3-a58d-4593-9bfb-ee05de4d0d34","name":"Health Professional Teaching Skills – Level 1 – Foundational","description":"By University of Toronto via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-health-professional-teaching-skills-level-1-foundational-5721","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fe033f8-1cb6-4589-95b5-f623b4d4567c","name":"AP® Biology - Part 4: Ecology","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/course/apr-biology-part-4-ecology-ricex-advbio-4x-0","topics":"biology;ecology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63cc8263-5aa8-44ed-b7f0-c929cf1d93f6","name":"AP® Physics 1 - Part 3: Electricity & Waves","description":"By Rice University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-physics-1-part-3-electricity-waves-3962","topics":"physics;electricity;waves","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21742be8-72eb-49f7-8f7f-abbaf8d94884","name":"Preparing for College: The Placement Test","description":"By Parkland College via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-preparing-for-college-the-placement-test-5901","topics":"university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a1071ba-0974-47ea-af24-defee6d1e5b5","name":"AP® Environmental Science - Part 4: Exam Review","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/course/apr-environmental-science-part-4-exam-ricex-advenvsci-4x-0","topics":"environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ea71336-670b-4dcb-81da-c5a6f6649acf","name":"AP® Physics 2 – Part 4: AP Review and Exam Preparation","description":"By Rice University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-physics-2-part-4-ap-review-and-exam-preparation-2804","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f02c7d1-b08f-4559-9635-13cb4bf5b248","name":"AP® Physics 1 - Part 4: Exam Prep","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/course/apr-physics-1-part-4-exam-prep-ricex-advphy1-4x","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38cdf0f1-2db2-4e54-a82c-f38d409b6d95","name":"Factris","description":null,"image":null,"links":"game|https://mathigon.org/factris","topics":"fractions","creators":null,"year":null,"difficulty":"childlike","cost":null,"rating":null,"tags":null} +{"iid":"5cc3c580-d99b-41bc-931e-067b35df92a1","name":"AP® Biology - Part 5: Review and Exam Preparation","description":"By Rice University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-biology-part-5-review-and-exam-preparation-2805","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"007f7f43-63f1-482a-8ad6-db614b211956","name":"Design a World-Class Course on OpenLearning","description":"By via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-design-a-world-class-course-on-openlearning-6144","topics":"education;mooc","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8dcdcf9-5d0d-4da8-a7f6-915d0df45dea","name":"Instructional Design for Effective Learning","description":"By via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-instructional-design-for-effective-learning-6145","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54da0f3e-3b81-410c-9a59-23abb1c5bc79","name":"Developing Digital Skills in your Classroom","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://old.europeanschoolnetacademy.eu/web/developing-digital-skills-in-your-classroom-2nd-round","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f2c3b04-ae72-49ac-b721-e999246bd9ee","name":"(K-12 Policy) How Do We Stack Up? Using OECD’S PISA to Drive Progress in U.S. Education","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-k-12-policy-how-do-we-stack-up-using-oecd-s-pisa-to-drive-progress-in-u-s-education-6281","topics":"education;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d94ca3f0-63ff-4685-8973-2b39916434bb","name":"How to Ace Your Online Course","description":"By JER Online via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-how-to-ace-your-online-course-6426","topics":"education;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4465b24-ebb9-49d6-93a4-1ee0100a4985","name":"BL-103: Teaching Each Student (K-12)","description":"By Relay Graduate School of Education via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-bl-103-teaching-each-student-k-12-6427","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3f5f47a-8e59-4ae8-a794-b8503fa34268","name":"BL-201: Extending Your Blending (K-12)","description":"By Relay Graduate School of Education via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-bl-201-extending-your-blending-k-12-6428","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f090502-f1d5-4c1c-b18f-f63fe1b03660","name":"Preparing for the AP* English Language and Composition Exam","description":"By Tennessee Board of Regents via edX","image":null,"links":"course|https://www.edx.org/course/preparing-ap-english-language-tennessee-board-regents-engcompx-0","topics":"languages/english;writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b50ef4a8-b8d1-4097-b70f-b52fbe03c990","name":"(HE) Designing and Teaching for Impact in Online Courses","description":"By Indiana University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/indianau/courses/teach-online-course","topics":"education;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0130d8bd-a892-4931-a675-5f2450ee16c6","name":"BL-102: Rolling Out Blended (K-12)","description":"By Relay Graduate School of Education via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-bl-102-rolling-out-blended-k-12-6425","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3ce45cc-c63d-449f-bc6f-9ee02a5bfb33","name":"Preparing for the AP* Statistics Exam","description":"By Tennessee Board of Regents via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-preparing-for-the-ap-statistics-exam-2523","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d73f705f-50dc-4ffd-9b3c-a0736be3f51f","name":"BL-101: Beginning to Blend (K-12)","description":"By Relay Graduate School of Education via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-bl-101-beginning-to-blend-k-12-6424","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88a6b154-a672-45d3-8262-820486a32c07","name":"Introductory Business Law","description":"By Modern States via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-introductory-business-law-11924","topics":"business;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6216ea3-d63e-472e-9475-538b237c2214","name":"Accessibility: Designing and Teaching Courses for All Learners (HE)","description":"By SUNY Empire State College via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/empirestate/empirestate-buffalostate/courses/accessibility-designing-teaching","topics":"education;design;accessibility","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6dad1d97-57e6-4d9e-9fd2-642b462b56b5","name":"Making the Transition to Open: The Easy Way to Create, License, and Share Free Materials (K-12/HE)","description":"By Scottsdale Community College via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-making-the-transition-to-open-the-easy-way-to-create-license-and-share-free-materials-k-12-he-6461","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec02f321-d435-4979-9f8e-f791392017aa","name":"Introduction to Engineering Mathematics with Applications","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.edx.org/course/introduction-engineering-mathematics-utarlingtonx-engr3-0x","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0245a33b-97e8-4cc7-a841-1ac7a68be019","name":"Games in Schools","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://old.europeanschoolnetacademy.eu/web/games-in-schools-3rd-round","topics":"games;education;gamification","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e48112df-345b-451e-a4ab-6e463ef588c6","name":"Health Professional Teaching Skills – Level 3 - Professionalism","description":"By University of Toronto via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-health-professional-teaching-skills-level-3-professionalism-6106","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb77b77e-1296-44e0-96ed-8bbee5c28e33","name":"21st Century Learning","description":"By University of Naples Federico II via EMMA","image":null,"links":"course|https://www.classcentral.com/course/emma-21st-century-learning-4855","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50fb2018-6387-4548-aff7-93c2ff042df0","name":"Designing Online Courses with the 7Cs Framework","description":"By University of Naples Federico II via EMMA","image":null,"links":"course|https://www.classcentral.com/course/emma-designing-online-courses-with-the-7cs-framework-4854","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8efec49c-ef35-43b8-9738-9b0c9e29f059","name":"Preparing for CLEP Chemistry: Part 2","description":"By Cooper Union via edX","image":null,"links":"course|https://www.edx.org/course/preparing-clep-chemistry-part-2-cooper-union-chem-2x","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f99db28-d263-45c8-99e0-01b996f78364","name":"Preparing for CLEP Chemistry: Part 1","description":"By Cooper Union via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-preparing-for-clep-chemistry-part-1-5386","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"533783aa-c7b1-46af-bcd3-0c3561a2303b","name":"Analytics in Course Design: Leveraging Canvas Data (HE)","description":"By Dartmouth via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-analytics-in-course-design-leveraging-canvas-data-he-6668","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11c1ec6a-fb8b-4dfc-8708-67dda1b9001d","name":"Finding and Helping At-Risk Students (K-12)","description":"By Richard Community College via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/richlandcc/courses/helping-at-risk-students","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f04b24f3-b198-4e04-be7f-715145dac54d","name":"Implementation and Evaluation of Educational Technology","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/implementation-evaluation-educational-mitx-11-133x-0","topics":"edtech;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50bbd9e5-4883-474d-97ae-54d26ad143e1","name":"Determining Your Readiness for Graduate Studies","description":"By Keiser University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/keiseru/courses/graduate-studies","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2aef5ee-7207-4e3e-aee3-9133b04da128","name":"Effective Group Work Strategies (K-12/HE)","description":"By Missouri University of Science and Technology via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-effective-group-work-strategies-k-12-he-6742","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97e269a9-8bf6-44c0-9f65-d109b831d143","name":"Guerrilla Literacy Learners","description":"By via EMMA","image":null,"links":"course|https://platform.europeanmoocs.eu/course_guerrilla_literacy_learners","topics":"literacy;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8abb089-5c2a-4ecc-9ae8-a189149f9f6e","name":"Determine Your Readiness for Doctoral Studies","description":"By Keiser University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-determine-your-readiness-for-doctoral-studies-3862","topics":"university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60fca6a5-6f72-418e-b382-f167e055e597","name":"Learning to Dream: Education and Economic Mobility (K-12 Policy)","description":"By Foundation for Excellence in Education via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/excelined/courses/learning-to-dream","topics":"education;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5a7b23b-32ad-4b9a-9db7-b7da3cf9b03b","name":"Zappar Powered STEM Learning Using Augmented Reality","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-zappar-powered-stem-learning-using-augmented-reality-6961","topics":"education;augmented-reality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc98eff3-3218-459b-9388-fa667af76900","name":"Introduction to Analytics with Canvas (HE)","description":"By Utah Valley University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/uvu/courses/analytics-with-canvas","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a90e96d7-453a-4abe-b89c-62b3970e7a95","name":"AP Physics 1","description":"By Rice University via edX","image":null,"links":"course|https://www.edx.org/course/ap-physics-1-ricex-advphy1x","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"482524fe-8672-4b5b-a94f-9d0469d0f130","name":"Supporting Girls in STEAM (K-12/HE)","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/stem/cbv/courses/supporting-girls-in-steam","topics":"education;women","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab646375-55c7-4064-b1f1-cf786cf22197","name":"Practical Learning Analytics","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-practical-learning-analytics-5975","topics":"analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50210dc7-df64-43fd-b549-b968e6b103b3","name":"Design and Development of Games for Learning","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/design-development-games-learning-mitx-11-127x-0","topics":"games;education;gamification","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"023e9fd8-30fb-4c5d-8595-947fc9cbbad4","name":"Teaching with Space and Astronomy in your Classroom","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-teaching-with-space-and-astronomy-in-your-classroom-10742","topics":"space-science;astronomy;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a527aa4-e9a7-4ad6-a349-71a4a048f410","name":"Enhancing Teacher Education Through OER","description":"By Open Education Consortium (OEC) via edX","image":null,"links":"course|https://www.edx.org/course/oer-ke-maadhym-se-adhyaapk-shikssaa-kaa-oecx-tess101x","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c8d9562-6e45-4da8-a8df-9145070ca0fb","name":"Copyright for Educators (K-12/HE)","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-copyright-for-educators-k-12-he-7744","topics":"education;copyright","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e0c9b5a-7e32-4740-a5bb-dfdfde24ebeb","name":"Five Strategies for Learning Online","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|http://academy.schooleducationgateway.eu/en/web/five-strategies-for-learning-online","topics":"learning;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e47a1946-ad41-47b2-9437-93a5b92e54c8","name":"Teaching With Technology and Inquiry: An Open Course For Teachers","description":"By University of Toronto via edX","image":null,"links":"course|https://www.edx.org/course/teaching-technology-inquiry-open-course-university-torontox-inq101x-0","topics":"teaching;edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c5a51bc-6e59-403f-a11c-a30005f4a913","name":"Peer Mentoring in STEM: Training for Mentors","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-peer-mentoring-in-stem-training-for-mentors-7064","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"856e3794-705a-488c-bb68-8b14370fdb42","name":"Study Abroad USA: Building Capacity for US Institutions","description":"By Arizona State University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-study-abroad-usa-building-capacity-for-us-institutions-6848","topics":"education;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf02f802-9394-47bb-8c35-2add5c0206f4","name":"(HE) Ohio Standards for Educator Preparation","description":"By Ohio State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/osu/courses/ohio-standards-prep","topics":"education;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7df84a2b-ffef-4409-a3dd-3447d8f8761e","name":"Design and Development of Educational Technology","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/design-development-educational-mitx-11-132x-1","topics":"edtech;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84fe4047-d0aa-402e-a04f-d6d1c7676d3f","name":"Future Classroom Scenarios","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-future-classroom-scenarios-10770","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42249832-ddb0-44cd-8467-987c913f3649","name":"Making MOOCs on a Budget (HE)","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/itsligo/courses/moocs-on-a-budget","topics":"education;mooc","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48d02a15-be96-43d3-9325-5532055a8790","name":"Cultural Diversity in Your Classroom","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-cultural-diversity-in-your-classroom-10768","topics":"education;diversity;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10b764ec-808c-49b0-b36a-f010bea70911","name":"Growth Mindset: How to Help Your Child Learn, Grow, Thrive (K-12)","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/iwe/courses/growth-mindset","topics":"learning;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bb075da-9f92-444d-854f-e9a86b822a00","name":"Preparing for the AP* Physics C: Electricity and Magnetism Exam","description":"By Georgetown University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-preparing-for-the-ap-physics-c-electricity-and-magnetism-exam-2518","topics":"physics;electricity;magnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"988d7903-a456-4172-9f93-4159227a310d","name":"Language of Caring, Science of Change: How to Rapidly Improve School Climate (K-12)","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/iwe/courses/language-of-caring","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6913d7fd-3775-482a-a1f8-87dca634c8a5","name":"Navigation through the Ages","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-navigation-through-the-ages-9651","topics":"navigation;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a8c9062-508e-413c-9c27-6f2cb026ebe7","name":"CSET Math Subtest I Exam Preparation Resource","description":"By University of California, Irvine via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-cset-math-subtest-i-exam-preparation-resource-8423","topics":"mathematics;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"322bf22d-b1f2-48a3-9a2b-390546774707","name":"Boosting a Sense of Initiative and Entrepreneurship in Your Students","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-boosting-a-sense-of-initiative-and-entrepreneurship-in-your-students-9650","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a061e6de-ae14-4100-995b-82c3cd49dfe4","name":"Supporting English Learners: Resources for Leaders","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:Education+LeadEL+SelfPaced/about","topics":"languages/english;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7df03c25-ee08-4b67-93d6-b45754d26ea0","name":"Teaching Secondary Mathematics through Social Issues","description":"By Teach For America via edX","image":null,"links":"course|https://www.edx.org/course/subject/education-teacher-training","topics":"mathematics;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da57fc97-2f85-4cb1-8c80-f1ef05ac28f4","name":"Gamify Your Canvas Course with Badgr Open Badges","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/concentric-sky/courses/gamify-courses-badgr","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37e3c492-0be1-4eb4-9e6d-e9148aa1662e","name":"Foundations of Computer Science for Teachers","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-foundations-of-computer-science-for-teachers-7838","topics":"computer-science;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"feff0ef6-4d48-49ce-bf25-3e98e5249420","name":"(HE) Teacher Certification Exam Preparation","description":"By Relay Graduate School of Education via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-he-teacher-certification-exam-preparation-8455","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5c42f0b-744b-41e7-be24-c3bcf9f3d834","name":"Ocean Literacy","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-ocean-literacy-8379","topics":"oceans","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ab3951c-e2ea-4564-8c85-276809c55163","name":"Integrating Newly Arrived Migrant Students in Schools","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-integrating-newly-arrived-migrant-students-in-schools-10769","topics":"immigration;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45882148-d94b-4314-be06-1394139950a2","name":"https://twitter.com/taylor_tries","description":null,"image":null,"links":"people|https://twitter.com/taylor_tries","topics":"juggling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60a94095-08df-47a0-8f05-3452741ba27c","name":"John Stout - programming with Snap!","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=7tjNnF4fAgI","topics":"programming-languages/snap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cbdc2919-1c3a-4080-ade5-a2a7411345bf","name":"(K-12/HE) Purposeful, Interactive Foreign Language Teaching","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/osu/courses/foreign-language-teaching","topics":"language;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70978882-2448-4e64-9219-72ec87b1c877","name":"Mentoring in Schools","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://old.europeanschoolnetacademy.eu/web/mentoring-in-schools","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62861ab3-fa1b-4115-b62d-210be3e33cf6","name":"Shared Leadership and School Development","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-shared-leadership-and-school-development-10771","topics":"education;school;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24dd27a8-c518-4667-8eb9-72ee5472e06e","name":"Our Wonderful Universe","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-our-wonderful-universe-8915","topics":"space-science;astronomy;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef133df4-8e5a-4715-9cb6-f0bdc5d65848","name":"CSET Math Subtest II Exam Preparation Resource","description":"By University of California, Irvine via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ucirvineex/courses/cset-math-subtest-2-exam-prep","topics":"mathematics;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71ed4db8-28ef-482f-9174-754361c88c3d","name":"CSET Math Subtest III Exam Preparation Resource","description":"By University of California, Irvine via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ucirvineex/courses/cset-math-subtest-3-exam-prep","topics":"mathematics;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"423b2d90-009e-4e83-aaf2-e63a5ec7f6c0","name":"CSET Science Subtest I Exam Preparation Resource","description":"By University of California, Irvine via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-cset-science-subtest-i-exam-preparation-resource-9032","topics":"science;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45126252-1e8e-4f01-83bd-22fc8788bac0","name":"Introduction to Online and Blended Teaching","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-online-and-blended-teaching-8856","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b91e796a-a66e-4870-b992-e369b86a8ae2","name":"Understanding Classroom Interaction","description":"By University of Pennsylvania via edX","image":null,"links":"course|https://www.edx.org/course/understanding-classroom-interaction-pennx-uci1x-0","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5ee8165-276e-40a8-bafe-2635721b6c87","name":"Instructional Evaluation Service Course: Gain Experience For Good (HE)","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/designersforlearning/courses/instructional-evaluation","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2c9dc8a-d75f-4f04-b09e-cf0c33f1774b","name":"Implementing UDL on Canvas (K-12/HE)","description":"By University of Tennessee via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/utennessee-knoxville/courses/implementing-udl-on-canvas","topics":"education;design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8905aeed-5f3c-4fae-a6eb-2376e3ee6351","name":"Introduction to Open Education","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-open-education-8421","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e84b1d68-6038-412b-bb1a-707106fed9b9","name":"CSET Science Subtest II Exam Preparation Resource","description":"By University of California, Irvine via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ucirvineex/courses/cset-science-subtest-2-exam-prep","topics":"science;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2034d491-5bde-4af2-9d5c-5404ab18d893","name":"Moving to Maths 2.0","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|http://academy.schooleducationgateway.eu/en/web/moving-to-maths-20-rerun","topics":"mathematics;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b935079-e965-4493-9fda-502696f1482f","name":"Preparing for College: Writing Proficiency","description":"By Parkland College via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/parklandcollege/courses/writing-prep","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a1bfd46-8020-4ccc-b63a-53b8ba96e384","name":"Preparing for College: Math Proficiency","description":"By Parkland College via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/parklandcollege/courses/math-prep","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc5a3b87-e3eb-4c9a-b737-c17c93a034a8","name":"Preparing for College: Reading Proficiency","description":"By Parkland College via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/parklandcollege/courses/reading-prep","topics":"reading","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a477bb15-8863-4a12-be1f-8b862415d978","name":"Code Week: Teens Get Coding!","description":"By via openSAP","image":null,"links":"course|https://open.sap.com/courses/acw2-2","topics":"programming;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24530184-6e5f-4454-a6da-4e33ac407dc7","name":"Code Week: Teaching Programming to Young Learners","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-code-week-teaching-programming-to-young-learners-3662","topics":"teaching;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"689b4cf4-88ab-4bc1-8b6e-69a3c6d2d1e6","name":"Digitizing Higher Education","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-digitizing-higher-education-8674","topics":"edtech;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba13b363-c209-4db5-aa41-c7e27c02bfa0","name":"Effective Parental Engagement for Student Learning","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|http://academy.schooleducationgateway.eu/web/effective-parental-engagement-for-student-learning/home","topics":"parenting;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"475f968a-30d1-4329-be6c-76f709007739","name":"Our Fragile Planet","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-our-fragile-planet-9648","topics":"climate-change;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23437f65-e7c1-4b36-b9e6-08f479090a59","name":"Collaborative Teaching and Learning","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://old.europeanschoolnetacademy.eu/web/collaborative-teaching-and-learning_2nd-edition","topics":"teaching;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93183e92-38f2-4fc7-9309-5f2dcfe9dc87","name":"Introducing Project-Based Learning in your Classroom","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-introducing-project-based-learning-in-your-classroom-10764","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c106828-78e6-4333-88b9-17102fba98d7","name":"Opening Schools to STEM Careers","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-opening-schools-to-stem-careers-9547","topics":"education;europe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22ae807b-9210-4d2c-a57e-883db33fa4d7","name":"(K-12/HE) Kung Fu Canvas","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/canvasnet/courses/kung-fu-canvas","topics":"software-tools/canvas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40c373f0-ea84-445c-a1b5-b2e9bcfdf827","name":"Progressing Technology-Enhanced Teaching - MENTEP","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-progressing-technology-enhanced-teaching-mentep-9637","topics":"edtech;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f79c8a3-91e7-4527-a692-465bba16e68f","name":"Competences for 21st Century Schools","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|http://academy.schooleducationgateway.eu/en/web/competences-for-21st-century-schools-rerun/home","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22395ce5-a825-4c01-a9de-28240e21e393","name":"What Now? Emerging Technologies and Their Practical Application in K12 Teaching and Learning.","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-what-now-emerging-technologies-and-their-practical-application-in-k12-teaching-and-learning-5435","topics":"edtech;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0afdaad3-fa8f-4583-bd43-c2cce5c622cf","name":"Online Safety Course","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-online-safety-course-8913","topics":"web;online-safety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45cd4288-c25c-465f-8339-683462e3e2b4","name":"Administering School ICT infrastructure: developing your knowledge and skills","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://old.europeanschoolnetacademy.eu/web/administering-school-ict-infrastructure-developing-your-knowledge-and-skills-2nd-edition-","topics":"school;information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c44c11a-89b1-45c4-9926-91ad4902e96d","name":"The Science of Learning - What Every Teacher Should Know","description":"By Columbia University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-science-of-learning-what-every-teacher-should-know-5725","topics":"learning;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"802385ed-8425-4a79-be56-63b6366398d4","name":"University Studies for Student Veterans","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/university-studies-for-student-veterans","topics":"learning;university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e5a51fc-810c-4cd3-9f5c-a5cfc59686aa","name":"Introduction to Being a Teaching Artist","description":"By via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-introduction-to-being-a-teaching-artist-9828","topics":"teaching;art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4cb816f-c432-4a36-b26c-220a865f3c53","name":"Learning Mindsets & Skills","description":"By High Tech High via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-learning-mindsets-skills-4841","topics":"learning;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"492145a9-7586-4fb9-9be9-61dc7f35e1e9","name":"Learning in a Museum","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|http://academy.schooleducationgateway.eu/en/web/955790","topics":"museum;learning;education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6ff0c25-bf83-4dce-a272-2bce31e4e4f7","name":"Prepare for Your SAP HANA Certification - Development Associate","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-prepare-for-your-sap-hana-certification-development-associate-11524","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4e71d7f-f702-4b13-b919-45777e530d4c","name":"Reading to Learn in Science","description":"By Stanford University via NovoEd","image":null,"links":"course|https://online.stanford.edu/courses/gse-y0026-reading-learn-science","topics":"reading;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0ed10e19-d274-4b89-b1e6-ef879c9f7b90","name":"(K-12) Cybersecurity Education Program: Securing the Human","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-k-12-cybersecurity-education-program-securing-the-human-8193","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f460dcba-2305-4746-8493-0f86dbbec568","name":"Promoting Technology-Enhanced Teaching","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://old.europeanschoolnetacademy.eu/web/promoting-technology-enhanced-teaching","topics":"edtech;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8703146e-ec0b-455e-a8b6-d95aace70225","name":"Opening Minds to STEM Careers","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://old.europeanschoolnetacademy.eu/web/opening-minds-to-stem-careers-rerun-","topics":"europe;education;science;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52ac5d4e-db8f-452d-97b4-c26e41a5a01f","name":"Innovating Instruction: Learning Design in the STEM Classroom","description":"By Teachers College, Columbia University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-innovating-instruction-learning-design-in-the-stem-classroom-11512","topics":"teaching;learning;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c23e71db-08df-4ac5-8933-ae735fd31f45","name":"Surviving Your First Years of Teaching","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-surviving-your-first-years-of-teaching-12077","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f25190ea-c785-48ac-812c-27421b3c53a3","name":"American Government","description":"By Modern States via Independent","image":null,"links":"course|https://modernstates.org/course/american-government/","topics":"nations/usa;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ed2424b-4efe-4d90-ba23-eeff2eeafede","name":"American Literature","description":"By Modern States via Independent","image":null,"links":"course|https://modernstates.org/course/american-literature/","topics":"literature;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f733459-60c9-4e0d-856f-7a67b6615b3a","name":"Biology","description":"By Purdue University via Independent","image":null,"links":"course|https://modernstates.org/course/biology/","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef58d0d7-9008-406d-bfd0-0c279fed0a1f","name":"Chemistry","description":"By Modern States via Independent","image":null,"links":"course|https://modernstates.org/course/chemistry/","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdae6581-37f0-41e4-8425-fb17b6e6051c","name":"College Composition","description":"By Modern States via Independent","image":null,"links":"course|https://modernstates.org/course/college-composition/","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2039f5d9-83d3-4e91-82ba-8b3bca2ebad6","name":"English Literature","description":"By Modern States via Independent","image":null,"links":"course|https://modernstates.org/course/english-literature/","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70f6698e-7408-469d-9a7e-3be708d16d7a","name":"Financial Accounting","description":"By Modern States via Independent","image":null,"links":"course|https://modernstates.org/course/financial-accounting/","topics":"accounting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa5e1be1-9531-4f30-b0b3-6da6ad57f0ec","name":"Analyzing and Interpreting Literature","description":"By Modern States via Independent","image":null,"links":"course|https://modernstates.org/course/analyzing-and-interpreting-literature/","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d8fd875-a358-4f0c-982b-09dd04bd0eee","name":"Calculus","description":"By Modern States via Independent","image":null,"links":"course|https://modernstates.org/course/calculus/","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4101adb6-5561-4beb-9d4b-9f35b61c92d8","name":"College Algebra","description":"By Johns Hopkins University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-college-algebra-11899","topics":"algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"294ca1a6-78aa-471b-8182-b9ed2479294e","name":"College Mathematics","description":"By Modern States via Independent","image":null,"links":"course|https://modernstates.org/course/college-mathematics/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c232393a-bb77-47b8-b64c-2cf04bf1e2c9","name":"History of the United States I","description":"By Modern States via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-history-of-the-united-states-i-11911","topics":"nations/usa;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0187c24d-77d5-437c-b183-5862f53fc44c","name":"Human Growth and Development","description":"By Modern States via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-human-growth-and-development-11914","topics":"biology;human-body","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2daad258-07bb-4923-bcde-1dec9b8c7ba5","name":"German Language","description":"By American University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-german-language-11910","topics":"languages/german","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fd4f21e-ca54-44bf-b4f8-38f4642fa284","name":"History of the United States II","description":"By Modern States via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-history-of-the-united-states-ii-11912","topics":"nations/usa;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a8d92f6-1c51-42da-9d4a-62a4e7e6c1b3","name":"Introduction to Educational Psychology","description":"By Modern States via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-introduction-to-educational-psychology-11913","topics":"psychology;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d70f274-c6c6-4e59-bfeb-376041813f03","name":"Humanities","description":"By Modern States via Independent","image":null,"links":"course|https://modernstates.org/course/humanities/","topics":"humanities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"637716e0-6485-4322-af3b-db52770d42ee","name":"French Language","description":"By Modern States via Independent","image":null,"links":"course|https://modernstates.org/course/french-language/","topics":"languages/french","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e0afb31-8f2b-459d-b801-bdf34675be42","name":"Principles of Macroeconomics","description":"By Modern States via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-principles-of-macroeconomics-11929","topics":"macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4514fc8-f1ba-4f9c-88ed-adf157c654e4","name":"Information Systems","description":"By State University of New York via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-information-systems-11923","topics":"information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5f6446c-039f-4a13-98ae-e8a64b9fd545","name":"Introductory Sociology","description":"By New York Institute of Technology via Independent","image":null,"links":"course|https://modernstates.org/course/introductory-sociology/","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cd23cb1-96c3-410b-bc64-a2830127a056","name":"Natural Sciences","description":"By Modern States via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-natural-sciences-11927","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8246336-b19c-4e84-861a-6558e7f07c27","name":"Principles of Management","description":"By Modern States via Independent","image":null,"links":"course|https://modernstates.org/course/principles-of-management/","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"101d67bc-2e67-4dc7-9b87-ba5d9e659ea5","name":"Social Sciences and History","description":"By Modern States via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-social-sciences-and-history-11935","topics":"social-science;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06f9eee4-5d6c-4697-9830-d3978b9d47fe","name":"Western Civilization II: 1648 to the Present","description":"By Modern States via Independent","image":null,"links":"course|https://modernstates.org/course/western-civilization-ii-1648-to-the-present/","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc2b5356-ea41-4f64-98d8-505db48e98fe","name":"Spanish Language","description":"By Modern States via Independent","image":null,"links":"course|https://modernstates.org/course/spanish-language/","topics":"languages/spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81ceeb9b-e56f-4497-8e0d-e9da720d8a1a","name":"Western Civilization I: Ancient Near East to 1648","description":"By State University of New York via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-western-civilization-i-ancient-near-east-to-1648-11937","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d410b2c-6db3-44a6-8ff7-5ba95b485a24","name":"Principles of Marketing","description":"By Modern States via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-principles-of-marketing-11933","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ae87df6-9249-4809-a67b-8d1d94a15bef","name":"Principles of Microeconomics","description":"By Modern States via Independent","image":null,"links":"course|https://modernstates.org/course/principles-of-microeconomics/","topics":"microeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f35606df-dd7e-4d97-9b75-dc190324f716","name":"AP® Macroeconomics: Challenging Concepts","description":"By Davidson College via edX","image":null,"links":"course|https://www.edx.org/course/ap-macroeconomics-challenging-concepts","topics":"macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0dffe8aa-92f6-4af8-b6ce-058ad81a0f95","name":"AP® Macroeconomics","description":"By Davidson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-macroeconomics-5924","topics":"macroeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0ff9a0a-2fe8-4d37-9858-672e66645531","name":"Preparing for the AP Physics 1 Exam","description":"By Boston University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-preparing-for-the-ap-physics-1-exam-2511","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a701731a-49af-45de-8b26-ab2464705bd1","name":"The Best Start in Life: Early Childhood Development for Sustainable Development","description":"By SDG Academy via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-the-best-start-in-life-early-childhood-development-for-sustainable-development-8499","topics":"child-development;sustainability;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47220168-d1a4-4357-bb39-0b7aa5992046","name":"AP® Psychology - Course 6: Exam Preparation & Review","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/ap-psychology-course-6-exam-preparation-review","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcd7a3d9-0c83-4c82-890b-279b0c7ba197","name":"AP® Psychology - Course 5: Health and Behavior","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-psychology-course-5-health-and-behavior-6108","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f77e036-a6b0-45fc-b7ae-37ec0160c989","name":"Teaching Statistics Through Data Investigations","description":"By Friday Institute via MOOC-ED","image":null,"links":"course|https://place.fi.ncsu.edu/local/catalog/course.php?id=4&ref=1","topics":"statistics;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b77485c3-905c-43de-9d21-b9b0a6caf371","name":"AP® Psychology - Course 0: Introduction","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-psychology-course-0-introduction-9252","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7804965-8c8c-4fc3-b1da-8b735ee20b24","name":"AP® Psychology - Course 4: How Behavior Works","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-psychology-course-4-how-behavior-works-6109","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05e01583-170f-4b4d-86b8-7d57c977134d","name":"AP® Psychology - Course 3: How the Mind Works","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-psychology-course-3-how-the-mind-works-6101","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81df1a35-c847-42bd-b205-da1d0ab3605d","name":"An Introduction to Evidence-Based Undergraduate STEM Teaching","description":"By Boston University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-an-introduction-to-evidence-based-undergraduate-stem-teaching-6994","topics":"learning;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2cbc1dbd-92dc-4a41-942d-dc7303e919da","name":"Teaching the Beauty and Joy of Computing Curriculum","description":"By Friday Institute via MOOC-ED","image":null,"links":"course|https://www.classcentral.com/course/mooc-ed-teaching-the-beauty-and-joy-of-computing-curriculum-12218","topics":"computer-science;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8cf16f5-f858-4957-bf8f-fc428808118b","name":"AP® Psychology - Course 2: How the Brain Works","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/ap-psychology-course-2-how-the-brain-works","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbbef45a-876c-4c9b-baf7-4d05496536dc","name":"AP® Psychology - Course 1: What is Psychology?","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-psychology-course-1-what-is-psychology-6103","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"051d38e5-4daf-4f54-8af5-d54fa9598c8b","name":"Erasmus+ funding opportunities for schools","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-erasmus-funding-opportunities-for-schools-10774","topics":"europe;school;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05893716-dee5-490c-9e37-138d9ef0b5ae","name":"Making Sense of Teaching in UK Higher Education (HE)","description":"By University of Sunderland via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/university-of-sunderland/courses/teach-uk-he","topics":"teaching;education;nations/uk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c11d6814-32f7-434c-a868-0e8ceae9b115","name":"Your Adventure Story: From Home to a US University","description":"By University of Denver via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/univ-denver/courses/home-to-us-university","topics":"education;nations/usa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"269825d3-0091-464b-8863-0e89f5e2de97","name":"Get Coding with Snap!","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-get-coding-with-snap-12138","topics":"programming-languages/snap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c14262b-9bc0-4184-807a-56c70887803a","name":"Embracing Language Diversity in Your Classroom","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|http://academy.schooleducationgateway.eu/en/web/1089600?utm_medium=internal&utm_source=schooleducationgateway.eu&utm_campaign=Language_MOOC&utm_content=course+catalogue","topics":"education;teaching;language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36b52785-9f4b-479f-98ba-72f1d3aa9f31","name":"StudioX: Creating a Course with edX Studio","description":"By via edX","image":null,"links":"course|https://www.edx.org/course/studiox-creating-a-course-with-edx-studio","topics":"software-tools/edx-studio;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e9c509f-8eb7-4067-a225-cdb893755041","name":"Learning Analytics in Higher Education","description":"By Universidad Carlos iii de Madrid via edX","image":null,"links":"course|https://www.edx.org/course/moving-towards-systematic-adoption-of-learning-analytics-in-higher-education","topics":"analytics;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80c29074-6c59-46da-8df3-a066dd92b633","name":"Supporting Special Educational Needs in Every Classroom","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|http://academy.schooleducationgateway.eu/en/web/1105092","topics":"education;disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"484ce081-3763-47a8-92c4-41dcbd45f2d5","name":"Growing with Canvas (K-12/HE)","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/cn-pd/courses/growing-with-canvas","topics":"software-tools/canvas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3372883-2690-46a4-adc3-7a0f523f2578","name":"STEM Is Everywhere!","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://old.europeanschoolnetacademy.eu/web/stem-is-everywhere","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9474243-08e9-42c1-96c0-c6f4d681df52","name":"Design in the Classroom with Cooper Hewitt, Smithsonian Design Museum","description":"By Smithsonian Institution via edX","image":null,"links":"course|https://www.edx.org/course/design-in-the-classroom-with-cooper-hewitt-smithsonian-design-museum","topics":"design;design-thinking;school;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b816a2f-81bb-4f2c-b597-acc082fe98fb","name":"Open eTwinning: Project-Based Learning and the Community for Schools in Europe","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|http://academy.schooleducationgateway.eu/en/web/1130644?utm_medium=internal&utm_source=schooleducationgateway.eu&utm_campaign=Open+eTwinning+MOOC&utm_content=course+catalogue","topics":"europe;school","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d692ae17-8dd7-4f27-a448-b5d49f1b9582","name":"IT Fundamentals for Business Professionals: Software development","description":"By Universitat Politècnica de València via edX","image":null,"links":"course|https://www.edx.org/course/it-fundamentals-for-business-professionals-software-development","topics":"software-project-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32490891-7450-4021-b35d-f97b76e620d3","name":"IT Fundamentals for Business Professionals: Cybersecurity and social implications","description":"By Universitat Politècnica de València via edX","image":null,"links":"course|https://www.edx.org/course/it-fundamentals-for-business-professionals-social-implications","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"917d16fa-e74e-47d8-94c5-da9605a122fa","name":"IT Fundamentals for Business Professionals: Programming","description":"By Universitat Politècnica de València via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-it-fundamentals-for-business-professionals-programming-3785","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7caaf68d-77e7-4200-ac19-498c33dc153d","name":"IT Fundamentals for Business Professionals: Hardware","description":"By Universitat Politècnica de València via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-it-fundamentals-for-business-professionals-hardware-3786","topics":"hardware","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20a96dbd-a622-400c-9598-1448441ae71f","name":"IT Fundamentals for Business Professionals: Enterprise Systems","description":"By Universitat Politècnica de València via edX","image":null,"links":"course|https://www.edx.org/course/it-fundamentals-for-business-professionals-enterprise-systems","topics":"information-technology;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88397d31-82a4-490e-bef9-d122ed49c05c","name":"College Readiness – Reading, Writing and Math","description":"By Broward College via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/broward/courses/college-readiness","topics":"university;reading;writing;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5feb4b4c-b826-4756-b348-f30c65b0bfd9","name":"Teaching Critical Thinking through Art with the National Gallery of Art","description":"By Smithsonian Institution via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-teaching-critical-thinking-through-art-with-the-national-gallery-of-art-12637","topics":"thinking;art;critical-thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e0c7175-9131-4634-aa58-a9da81f9b455","name":"Leading Ambitious Teaching and Learning","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-leading-ambitious-teaching-and-learning-7347","topics":"teaching;learning;school","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c54a608-0291-4528-95ab-0f78bb0a9b43","name":"Introduction to Simulation Education in Healthcare","description":"By University of Tennessee via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-simulation-education-in-healthcare","topics":"simulation;education;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c175f2d3-230f-4d7f-9731-9d9489ec2a15","name":"Foundations of Teaching Science and Engineering","description":"By École Polytechnique Fédérale de Lausanne via edX","image":null,"links":"course|https://www.edx.org/course/foundations-of-teaching-science-and-engineering","topics":"teaching;science;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfb03e4e-410b-42a9-8957-dfd52e69baae","name":"IELTS Academic Test Preparation","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/ielts-academic-test-preparation-0","topics":"ielts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea0b45ae-985e-4627-9454-27982b8db2bd","name":"“Yes I can” – Empowering Student Learning","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-yes-i-can-empowering-student-learning-11778","topics":"learning;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abb86719-13a3-44ff-a7cf-5d1def7a9d03","name":"Developing Your Educational Leadership and Management Vision","description":"By University of Newcastle via edX","image":null,"links":"course|https://www.edx.org/course/developing-your-educational-leadership-and-management-vision-2","topics":"education;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fc9328a-71ba-4228-a76f-5b42e751d84f","name":"Europeana in your classroom: building 21st-century competences with digital cultural heritage","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-europeana-in-your-classroom-building-21st-century-competences-with-digital-cultural-heritage-10739","topics":"education;teaching;culture;europe","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"caf34a64-fa59-47ad-a249-6f16eb254acb","name":"Analytics for the Classroom Teacher","description":"By Curtin University via edX","image":null,"links":"course|https://www.edx.org/course/analytics-for-the-classroom-teacher-0","topics":"analytics;education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9dcfec41-430f-4821-943d-070bb0b0cd24","name":"Introduction to Family Engagement in Education","description":"By Harvard University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-introduction-to-family-engagement-in-education-6513","topics":"education;school","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8f79157-84f0-4b1c-a69b-db481da6e73c","name":"Computational Thinking and Design","description":"By Friday Institute via MOOC-ED","image":null,"links":"course|https://place.fi.ncsu.edu/local/catalog/course.php?id=13&ref=1","topics":"computational-thinking;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b3f0ca9a-5b6c-4eb1-9f5e-ba0200d0ddf4","name":"Design Thinking for Leading and Learning","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/design-thinking-for-leading-and-learning-0","topics":"design-thinking;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82aea98c-41de-45e0-8f34-7482df003296","name":"A-level Mathematics for Year 12 - Course 2: Calculus, Newton’s Laws and Hypothesis Testing","description":"By Imperial College London via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-a-level-mathematics-for-year-12-course-2-calculus-newton-s-laws-and-hypothesis-testing-13416","topics":"calculus;physics;hypothesis-testing;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9859a814-1dad-4a63-95f3-477751a8d1cb","name":"edX101: Overview of Creating an edX Course","description":"By via edX","image":null,"links":"course|https://www.edx.org/course/edx101-overview-of-creating-an-edx-course-2","topics":"software-tools/edx;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae8ad32d-667f-4c7e-aaf9-e9c50390cb65","name":"BlendedX: Blended Learning with edX","description":"By via edX","image":null,"links":"course|https://www.edx.org/course/blendedx-blended-learning-with-edx-2","topics":"software-tools/edx;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"615a653b-e369-4bac-8491-41139caadff0","name":"VideoX: Creating Video for the edX Platform","description":"By via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-videox-creating-video-for-the-edx-platform-6318","topics":"software-tools/edx;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f7b5637-fa5d-47fd-a2a2-5352632a98d3","name":"Reconciliation Through Indigenous Education","description":"By The University of British Columbia via edX","image":null,"links":"course|https://www.edx.org/course/reconciliation-through-indigenous-education-1","topics":"education;diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7feaa805-11e0-4905-9c39-5c5738cb00b9","name":"Genius Matters (K-12/HE)","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-genius-matters-k-12-he-14371","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ac027f0-6010-42cc-a8d0-5458764d9be1","name":"Attaining Higher Education","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/attaining-higher-education","topics":"university;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5aca2790-eb6f-48f5-a7bc-e9206f0e4f6e","name":"Enumerative Combinatorics","description":null,"image":null,"links":"website|http://www-math.mit.edu/~rstan/ec/","topics":"catalan-numbers;combinatorics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9eef6cba-f7ed-40b7-affd-0bf48e5e3cec","name":"Teaching the Computer Science Discoveries Course","description":"By Friday Institute via MOOC-ED","image":null,"links":"course|https://place.fi.ncsu.edu/local/catalog/course.php?id=19&ref=1","topics":"computer-science;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"93cd04c1-8d43-4c06-90c5-0d2647700e33","name":"Scratch: Programming for Kids (8+)","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.edx.org/course/scratch-programming-for-kids-9","topics":"programming-languages/scratch;computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ae88621-c215-49cd-82c6-5cef19bb7c19","name":"Scratch: Programming for Teachers","description":"By Delft University of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-scratch-programming-for-teachers-12211","topics":"programming-languages/scratch;computer-science;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f696daf-f0e3-4048-8df9-9dbae82d5f7c","name":"Tools for Academic Engagement in Public Policy","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-tools-for-academic-engagement-in-public-policy-13431","topics":"academics;nations/usa;governance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be6e62a3-59e7-4dd2-aa21-0e5f9a277ea2","name":"Boosting Bioeconomy Knowledge in Schools","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-boosting-bioeconomy-knowledge-in-schools-13548","topics":"education;bioeconomy;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14382311-1e10-4830-9cee-dd565cc25c6c","name":"Designing and Leading Learning Systems","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-designing-and-leading-learning-systems-7243","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd158d41-d2ab-4af1-b7b0-4259e55b5dad","name":"Introduction to Data Wise: A Collaborative Process to Improve Learning & Teaching","description":"By Harvard University via edX","image":null,"links":"course|https://www.edx.org/course/introduction-to-data-wise-a-collaborative-process-to-improve-learning-teaching-2","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2a5af7b-ad87-4e07-b3ef-e8a58ffc81a0","name":"Envisioning the Graduate of the Future","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/envisioning-the-graduate-of-the-future-0","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70c572af-5e10-4967-989d-88dc1210de10","name":"Hybrid to Online with Jupyter","description":"By George Washington University via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-hybrid-to-online-with-jupyter-13613","topics":"teaching;software-tools/jupyter","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ed15237-5262-4fec-8245-f364f95e3866","name":"Teaching Historical Inquiry with Objects","description":"By Smithsonian Institution via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-teaching-historical-inquiry-with-objects-3320","topics":"teaching;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d8f3423-6d48-4095-afe0-230b2ccd91de","name":"Inquiry-Based Teaching in Life Sciences","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-inquiry-based-teaching-in-life-sciences-10741","topics":"teaching;science;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6346bf58-5bcc-4775-88c5-b3fea4ee7386","name":"Social Media Literacy for Change","description":"By European Schoolnet Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-social-media-literacy-for-change-13540","topics":"social-media;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b767817-8c40-487d-886d-0518cc95fb3e","name":"On Ramp to AP* Biology","description":"By Weston High School via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-on-ramp-to-ap-biology-3732","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5abb9df-7313-453b-871b-173b931acb9a","name":"Bullying - NOT in my class! Creating safe learning environments for students","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-bullying-not-in-my-class-creating-safe-learning-environments-for-students-13501","topics":"education;bullying","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"287cff80-ef14-412b-aac9-ddad4309ff34","name":"AP® Physics 2: Challenging Concepts","description":"By Davidson College via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-physics-2-challenging-concepts-6847","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"626ee4f3-50af-42a1-b292-59dd8b716f93","name":"On-Ramp to AP* Physics C: Mechanics","description":"By Weston High School via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-on-ramp-to-ap-physics-c-mechanics-2531","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"460f79c7-3528-46e9-bacb-e8f9f0d04e64","name":"On-Ramp to AP® French Language and Culture","description":"By Weston High School via edX","image":null,"links":"course|https://www.edx.org/course/on-ramp-to-ap-french-language-and-culture","topics":"languages/french;nations/france;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33124bb2-659b-4381-93c9-fa46a5c5176f","name":"AP® Physics 1: Challenging Concepts","description":"By Davidson College via edX","image":null,"links":"course|https://www.edx.org/course/ap-physics-1-challenging-concepts-2","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03204369-2c4a-4393-8dfb-91a28ffcb13b","name":"Classroom Strategies for Inquiry-Based Learning","description":"By The University of Texas at Austin via edX","image":null,"links":"course|https://www.edx.org/course/classroom-strategies-for-inquiry-based-learning-2","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8600a07d-076e-44d2-b2c6-d97ec6300523","name":"TOEFL® Test Preparation: The Insider’s Guide","description":"By ETS via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-toefl-test-preparation-the-insider-s-guide-6344","topics":"toefl","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34b0e729-e966-498e-a8e2-d5266bc5cd36","name":"Learning with creativity: Let the game begin!","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|https://www.schooleducationgateway.eu/en/pub/teacher_academy/catalogue/detail.cfm?cbmid=6195144","topics":"learning;play;games;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d6f7f5d-a768-4e70-88b5-f7cf18e28fae","name":"Inclusive Teaching: Supporting All Students in the College Classroom","description":"By Columbia University via edX","image":null,"links":"course|https://www.edx.org/course/inclusive-teaching-supporting-all-students-in-the-college-classroom","topics":"education;diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0de53b24-1646-440b-b754-f02803f7e2a9","name":"Improvement Science in Education","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-improvement-science-in-education-7244","topics":"education;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d392a2cd-cdab-4a8a-bb2a-e27fbfb9dddd","name":"Postgraduate Academic Literacy for Management and Business Students","description":"By University of the Witwatersrand via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-postgraduate-academic-literacy-for-management-and-business-students-13083","topics":"academics;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac17180e-2034-41d1-857c-362f58ac8531","name":"Teaching Artists, Audiences and Communities","description":"By Sydney Opera House via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/teaching-artists-audiences-and-communities-iii/info","topics":"teaching;art;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1786268-287f-4513-b614-4f1a5b526751","name":"The Work of Teaching Artists","description":"By Sydney Opera House via Kadenze","image":null,"links":"course|https://www.classcentral.com/course/kadenze-the-work-of-teaching-artists-9856","topics":"teaching;art;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bc409f1-6a17-4c7c-a67a-7d5e837b4882","name":"The Places of Teaching Artistry","description":"By Sydney Opera House via Kadenze","image":null,"links":"course|https://www.kadenze.com/courses/the-places-of-teaching-artistry-iii/info","topics":"teaching;art;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0029741-0956-4d80-b6eb-40fa0654c3c2","name":"Hands-on training on Solar Study Lamp Assembly","description":"By Indian Institute of Technology Bombay via edX","image":null,"links":"course|https://www.edx.org/course/hands-on-training-on-solar-study-lamp-assembly","topics":"solar-power;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03d36ac8-024e-4eee-8fd3-97aaaf5f1db2","name":"Question Everything: Scientific Thinking in Real Life","description":"By University of Queensland via edX","image":null,"links":"course|https://www.edx.org/course/question-everything-scientific-thinking-in-real-life-1","topics":"science;thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca6e3ac0-b28f-4f2c-baf6-b21b47162bf1","name":"Case Studies in Continuous Educational Improvement","description":"By University of Michigan via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-case-studies-in-continuous-educational-improvement-7245","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7e59e2b-71f6-416c-a5b7-e9fecf217148","name":"Education Research that Matters: Finding and Reading Research for Teachers","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/finding-and-reading-research","topics":"education;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"457ba55b-ce60-40f1-88df-6ff2c098e572","name":"Mentoring in Schools","description":"By School Education Gateway - Teacher Academy via Independent","image":null,"links":"course|http://academy.schooleducationgateway.eu/en/web/mentoring-in-schools","topics":"education;mentoring","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9e42b77-21b9-42a2-8577-bc0a1e1ae963","name":"Engineering the Future: Creating the Amazing","description":"By University of York via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/creating-the-amazing-engineering-the-future","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"522209d3-5534-465c-9bd4-50f95bea3790","name":"An Introduction to Teaching Vocabulary","description":"By Babcock Education via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/developing-vocabulary","topics":"language;vocabulary;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abd258c6-4a49-4b50-aafd-732b197639e8","name":"Prepare to Run a Code Club","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-prepare-to-run-a-code-club-9557","topics":"programming;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0f15a0d-45c0-4874-a401-c8a1798a4d21","name":"Introducing Assessment for Learning","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introducing-assessment-for-learning","topics":"teaching;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60e1911c-e9a5-4723-9b5d-32f65d963719","name":"Intercultural Competency in Education","description":"By University of Iceland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-intercultural-competency-in-education-13756","topics":"culture;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0e9a96c-2ba9-4d13-a500-284642c50de9","name":"Religion, Radicalisation, Resilience","description":"By GREASE via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/religion-radicalisation-resilience","topics":"school;religion;terrorism;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"998588ac-a392-4e78-9646-73a696098fe3","name":"Testing Times in the Classroom: Challenges of 21st Century Education","description":"By University of Exeter via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-testing-times-in-the-classroom-challenges-of-21st-century-education-12436","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43605c91-24da-44c4-9eef-4c3f268e7f14","name":"Academic Skills for University Success: Capstone","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-academic-skills-for-university-success-capstone-6692","topics":"academics;university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0827c1a-920b-4d43-8a58-cb4d86f7c47e","name":"Managing Behaviour for Learning","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/managing-behaviour-for-learning","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a356abd-e07d-46a1-950b-d8a7cb52c1ff","name":"Using Technology in Evidence-Based Teaching and Learning","description":"By Chartered College of Teaching via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-using-technology-in-evidence-based-teaching-and-learning-13064","topics":"education;edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"193636d3-191b-42c2-83d9-042d1f465007","name":"Introduction to Learning and Teaching in Higher Education","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/learning-teaching-university","topics":"teaching;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d413120b-6bd7-4d1a-9552-b335e6187c04","name":"Kickstart Your Career: Getting Ahead at University","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-kickstart-your-career-getting-ahead-at-university-7626","topics":"university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ad8ccad-4e62-4474-b6af-756d5cfa9937","name":"Blended Learning Essentials: Embedding Practice","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-blended-learning-essentials-embedding-practice-4886","topics":"learning;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdfbbd65-257c-478f-bfe2-7903f291a46e","name":"Teaching English Online","description":"By Cambridge English Language Assessment via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-teaching-english-online-11510","topics":"teaching;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be07e074-a729-4c4a-8fc4-269e482d4851","name":"Our Solar System and Beyond: Teaching Primary Science","description":"By Royal Observatory, Greenwich via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-our-solar-system-and-beyond-teaching-primary-science-9111","topics":"solar-systen;science;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2fdb98bd-4b72-4d1f-9717-fd66666f9163","name":"An Introduction to Computer Networking for Teachers","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/introduction-to-networking","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9e6ac0a-4852-40dd-8c52-839a6ab9f4f4","name":"Planning for Learning: Formative Assessment","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-planning-for-learning-formative-assessment-11981","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7137de30-07e9-4655-87c3-1a23e2435579","name":"Introduction to Cybersecurity for Teachers","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-cybersecurity-for-teachers-13709","topics":"computer-security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ce37338-66d8-490e-bbd7-5bba1ab7e9bc","name":"Competency-Based Education: The Why, What, and How","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/competency-based-education-the-why-what-and-how-2","topics":"education;competency-based-education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c743f63c-f4c8-42ea-822a-5d59ed0dfc8b","name":"Instructional Design: Digital Media, New Tools and Technology","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/instructional-design-digital-media-new-tools-and-technology-1","topics":"instructional-design;education;edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06515cc2-8077-4a89-835c-f22381c8ce5d","name":"Leading Transformative Change in Education","description":"By University of Newcastle via edX","image":null,"links":"course|https://www.edx.org/course/leading-transformative-change-in-education-2","topics":"education;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee43d6ac-b714-4d2b-912a-731d5d5cfc91","name":"Instructional Design and Technology: Learning Theories","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/instructional-design-and-technology-learning-theories-0","topics":"instructional-design;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"637af59c-bdca-4f92-b7b8-9c71e08e7272","name":"Virtual Teacher Final Project","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-virtual-teacher-final-project-2875","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"511992a7-0626-4e09-aa92-479179c37570","name":"Start a CoderDojo Club","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-start-a-coderdojo-club-10731","topics":"programming;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80e85870-6ea7-40c7-9d99-df619be8deb6","name":"The Online Educator: People and Pedagogy","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-online-educator-people-and-pedagogy-10735","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e191da07-8736-4810-b1a2-5e26fc301e5b","name":"Introduction to Educational Design in Higher Education","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-introduction-to-educational-design-in-higher-education-8190","topics":"education;higher-education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7af9e110-cca0-4cea-9158-6de35c8a1a17","name":"Impact of Technology: How To Lead Classroom Discussions","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/impact-of-technology","topics":"teaching;computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ace06f4-35f0-4008-9e2c-16a3065835d5","name":"Blended Learning Essentials: Developing Digital Skills","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/blended-learning-digital-skills","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c75e5da9-ac78-4b31-8b91-5e442e8d5cab","name":"Teaching Intermediate Grammar Project","description":"By University of California, Irvine via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teaching-english-grammar-project","topics":"grammar;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59818e73-01f1-428c-9e94-168b664cf971","name":"Understanding Maths and Logic in Computer Science","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-maths-and-logic-in-computer-science-13237","topics":"mathematics;logic;computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d12e9046-444b-4c6b-8bd5-cd6103e222e8","name":"Understanding Computer Systems","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-computer-systems-13238","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45d521d2-bbdd-4574-9d1a-f2a217b404e8","name":"Introduction to Enhancing Learning and Teaching in Higher Education","description":"By University of New South Wales via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/enhancing-learning-and-teaching","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"feef5518-411e-4068-9210-73c778f93085","name":"Teaching Students Who Have Suffered Complex Trauma","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-teaching-students-who-have-suffered-complex-trauma-10581","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e17cefcd-77ca-4036-893c-c6084b299cab","name":"Creating Apps in the Classroom","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-creating-apps-in-the-classroom-11541","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fd15aaf-1839-47ad-8b78-1a39a0326d82","name":"Teaching Phonics in Early Childhood","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/teaching-phonics","topics":"teaching;phonics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"540acdd6-3a93-47ea-b5eb-98b909acb844","name":"Programming 101: An Introduction to Python for Educators","description":"By Raspberry Pi Foundation via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/programming-101","topics":"programming;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0cd4fe7-5bd8-4534-ba5c-6142e74ef6a2","name":"Instructional Design Models","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.edx.org/course/instructional-design-models-2","topics":"instructional-design;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5383a6ec-7a47-418d-b557-959caa34b6e7","name":"Learn Moodle 3.7 Basics","description":"By Moodle via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-learn-moodle-3-7-basics-3070","topics":"software-tools/moodle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6493a4e0-92c5-4e86-bc42-67e20782d215","name":"Launching Innovation in Schools","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-launching-innovation-in-schools-7386","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"981e32b4-cd88-49cc-be6a-ea30886003c4","name":"Educational leadership","description":"By Indian Institute of Technology, Kharagpur via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_mg35/preview","topics":"education;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b388f52-993c-4a2a-9280-fb10ed412407","name":"Designing Learner-Centric MOOCs","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-designing-learner-centric-moocs-13043","topics":"mooc;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a6c33ae-a91f-4fbd-957e-bba24a1513ca","name":"Inspiring Young People in STEM: Resources for Activities and Promoting Diversity","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/stem-volunteering-resourcing-diversity","topics":"teaching;science;diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d135e54-735e-4f9e-a35b-124dbc6f8f35","name":"TALE 2: Course Design and Instruction of Engineering Course","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ge17/preview","topics":"engineering;education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d7b1ff7-fb06-47f6-847c-1bf1d99f02f6","name":"Designing learner-centric e-learning in STEM disciplines","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-designing-learner-centric-e-learning-in-stem-disciplines-13999","topics":"education;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a804bc8-ef80-47d8-942c-85c4e52e7c1e","name":"Introduction To Learning Analytics","description":"By Indian Institute of Technology Bombay via Swayam","image":null,"links":"course|https://swayam.gov.in/nd1_noc19_ge20/preview","topics":"education;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"854f514d-394c-4738-af5a-92c49425eb93","name":"Teaching And Learning in General Programs: TALG","description":"By Indian Institute of Technology Bangalore via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-teaching-and-learning-in-general-programs-talg-14321","topics":"teaching;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa711c8c-0772-498d-a48a-0baa7667e61f","name":"Tinkering Fundamentals: Motion and Mechanisms","description":"By Exploratorium via Coursera","image":null,"links":"course|https://www.coursera.org/learn/tinkering-motion-mechanisms","topics":"tinkering;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17fa9462-1518-4947-abac-0b0d7fd30c4e","name":"Intervention and Teaching Strategies for Visually Impaired","description":"By CEC via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-intervention-and-teaching-strategies-for-visually-impaired-14136","topics":"teaching;disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17ba35c6-7d58-48c5-8715-b4ad390c5b85","name":"Learning Online: Reflecting and Sharing","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/reflecting-and-sharing","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2383c078-377a-4a1b-8273-e3b2803df97e","name":"pytudes/Probability.ipynb at master · norvig/pytudes · GitHub","description":null,"image":null,"links":"code|https://github.com/norvig/pytudes/blob/master/ipynb/Probability.ipynb","topics":"probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6a95458e-a40a-4e55-97af-3588eab648a4","name":"Providing Social, Emotional, Behavioral, and Special Education Services in School","description":"By University of Colorado System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-providing-social-emotional-behavioral-and-special-education-services-in-school-12825","topics":"education;school","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebcb7bc9-8498-499a-b47e-291a405efbcd","name":"Basic Concepts in Education","description":"By Principal, Thiagarajar College of Preceptors, Madurai via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_ed07/preview","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"932157ec-d0a8-42ef-a308-8be303264f8c","name":"Learning Online: Searching and Researching","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/searching-and-researching","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd9c1912-d10d-42f8-bd97-544be05afa97","name":"Inspiring Young People in STEM: Communication Skills for STEM Ambassadors","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/stem-volunteering-communicating","topics":"teaching;science;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f536c3cf-2fda-43a0-867d-21a0a7703400","name":"Information & Digital Literacy for University Success","description":"By The University of Sydney via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-information-digital-literacy-for-university-success-6690","topics":"university;information-technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7ca5355-2886-41f2-99ba-d680965f2f02","name":"The Science of Learning","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-the-science-of-learning-10576","topics":"learning;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fba1584-a14b-44da-9a9d-a75a5d35491b","name":"Learning Online: Learning and Collaborating","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-learning-online-learning-and-collaborating-5015","topics":"university;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffc28ef8-fa81-42df-9d20-5128511fe661","name":"Learning Online: Managing Your Identity","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/online-identity","topics":"university;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"546b4269-130f-4c7f-86dd-dac3e4218a02","name":"Preparing for the Google Cloud Professional Data Engineer Exam","description":"By Google Cloud via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-preparing-for-the-google-cloud-professional-data-engineer-exam-12822","topics":"google-cloud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e317b59-6d56-4787-8e9f-21fc69321a1c","name":"Prepare for Your SAP Business ByDesign Certification – Application Associate","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-prepare-for-your-sap-business-bydesign-certification-application-associate-14430","topics":"software-tools/sap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b70f12c-6b01-4980-ab35-fcd05622555e","name":"TESOL Certification Program (K-12/HE)","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-tesol-certification-program-k-12-he-8484","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"529a3c4d-8ceb-4de0-a9ad-2c38f2e3cebd","name":"Action Learning for Inclusion","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-action-learning-for-inclusion-11790","topics":"urban-planning;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93f2cc14-cc0c-4b69-aff6-e1f40676c77c","name":"Build Your Own Snap! Workshop","description":"By via openSAP","image":null,"links":"course|https://www.classcentral.com/course/opensap-build-your-own-snap-workshop-13395","topics":"programming-languages/snap;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14fd11c2-dd89-4df6-94ea-d8711f2161b1","name":"Using Open Educational Resources in Teaching","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.pok.polimi.it/courses/course-v1:Polimi+OER101+2019_M4/about","topics":"teaching;education;open-educational-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7357fb72-402b-4214-970e-8ace1fdf9df5","name":"New Assessment Strategies - The magic of feedback","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-new-assessment-strategies-the-magic-of-feedback-10149","topics":"education;assessment","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0e39c71-a284-45a0-8c3f-02971bcb92c3","name":"To Flip Or Not To Flip - Discover the flipped classroom methodology","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.pok.polimi.it/courses/course-v1:Polimi+FC101+2019_M3/about","topics":"education;flipped-classroom","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd12b3eb-c1b8-4545-9766-a377d38a2321","name":"Engaging Students in Active Learning","description":"By via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-engaging-students-in-active-learning-9299","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4354919b-5d9a-4977-a2df-bd7f2bc3391e","name":"DTransform101 - D-TRANSFORM: University Strategies in the Digital Age","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.classcentral.com/course/polimi-open-knowledge-dtransform101-d-transform-university-strategies-in-the-digital-age-8815","topics":"university;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7d4c1ff-f5f8-45d0-8bfa-b2e16fffed24","name":"Designing with Open Educational Resources (OER)","description":"By University System of Maryland via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-designing-with-open-educational-resources-oer-13544","topics":"education;open-educational-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9519f7e-25cf-40e4-94b1-b976d2167910","name":"Personal Risk Reduction In Insecure Contexts","description":"By Politecnico di Milano via Polimi OPEN KNOWLEDGE","image":null,"links":"course|https://www.pok.polimi.it/courses/course-v1:Polimi+PRR101+2019_M6/about","topics":"travel;safety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"941b7d2a-6593-418e-b0d5-6c1dae5b2fb3","name":"Developing Your Research Project","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-developing-your-research-project-2138","topics":"academics;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf651bb0-a004-460d-bbf1-d33bef64d9b4","name":"Learning Differences","description":"By Friday Institute via MOOC-ED","image":null,"links":"course|https://place.fi.ncsu.edu/local/catalog/course.php?id=2&ref=1","topics":"learning;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"52cb0379-2c63-4648-a2de-39126a0a2399","name":"Contemporary Approaches to University Teaching (HE)","description":"By Swinburne University of Technology via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-contemporary-approaches-to-university-teaching-he-9948","topics":"university;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f47bf53-f17f-46df-a3f8-45f115227ac6","name":"Organization and Management of Early Childhood Care and Education Centres","description":"By CEC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_mg34/preview","topics":"education;children","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a91fe2f-c3ce-4bc3-b3a0-63d54187989c","name":"BioGraph: Teaching Biology Through Systems, Models, & Argumentation","description":"By Massachusetts Institute of Technology via edX","image":null,"links":"course|https://www.edx.org/course/biograph-teaching-biology-through-systems-models-argumentation-2","topics":"biology;systems-thinking;teaching;complex-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d98658d0-6741-4d5b-9ddb-8dc5b12b6a65","name":"Contemporary India and Education","description":"By CEC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_ed03/preview","topics":"education;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d29272b9-c7a3-4c53-a7ed-b2693ebac11c","name":"Instructional Design","description":"By Mahatma Gandhi University, Kerala via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-instructional-design-14128","topics":"instructional-design;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edb2e5ee-9789-4e9a-b5b0-f9c4e8a649b1","name":"Educational Technology","description":"By CEC via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-educational-technology-14026","topics":"education;edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ddc42ee-4d45-4daa-998c-de165a946778","name":"Early Childhood Care and Education (ECCE)","description":"By UGC via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_ugc19_hs28/preview","topics":"education;children","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8656eec8-d47b-4bba-a805-7855f58667c4","name":"Education in Contemporary India","description":"By CEC via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-education-in-contemporary-india-14024","topics":"education;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e2d3f76-43b7-4318-a205-0423662bb21c","name":"Professional Development for Early Career Teachers","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-professional-development-for-early-career-teachers-9975","topics":"teaching;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18fdb576-e934-4a83-85f5-3fdbe0df517d","name":"Curriculum, Adaptation & Teaching Strategies for Visual Impaired","description":"By CEC via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-curriculum-adaptation-teaching-strategies-for-visual-impaired-13976","topics":"education;disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4008569-3ca8-411d-b583-d131357aaba3","name":"School Organization: Administration and Management","description":"By Providence College of Teacher Education for Women, Calicut via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_cec19_ed02/preview","topics":"school;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0c35f57-2bb2-4666-88fa-fdedf87c6e80","name":"ICT Skills in Education","description":"By Central University of Kashmir via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-ict-skills-in-education-14115","topics":"education;edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"356117d1-d0d8-4d8d-9f8e-cc208f87d6d0","name":"Design and Facilitation of E-Learning Courses","description":"By IGNOU via Swayam","image":null,"links":"course|https://swayam.gov.in/nd2_nou19_ed11/preview","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f536974-8a7c-4b34-b4fc-bcd83f857330","name":"How to survive the first weeks at ATGM (Avans)","description":"By Avans University of Applied Sciences via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-how-to-survive-the-first-weeks-at-atgm-avans-9151","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"787b5017-7428-46ab-af80-8db0f27ee525","name":"Learning Creative Learning","description":"By Massachusetts Institute of Technology via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-learning-creative-learning-641","topics":"learning;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fb909b7-5833-47a0-84e9-7eaa284b6df3","name":"Designing an Exemplary Course","description":"By via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-designing-an-exemplary-course-784","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80f288f9-f91b-4b1d-9a84-e13bcf605064","name":"Blended Teaching of World Languages","description":"By via Independent","image":null,"links":"course|http://ltmooc.com/default.php","topics":"teaching;language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdcbddd7-0625-400a-8700-279e68f8549b","name":"Games in Education: Gamification","description":"By via OpenLearning","image":null,"links":"course|https://www.openlearning.com/courses/gamify/","topics":"gamification;education;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db5e580a-e050-4b93-9cd3-548ae4894fa4","name":"ELT Techniques: Vocabulary","description":"By WizIQ via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-elt-techniques-vocabulary-1043","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b80f0ad7-a010-4203-a4bd-c8d368118ace","name":"Badges: New Currency for Professional Credentials","description":"By WICHE Cooperative for Educational Technologies via Open Education by Blackboard","image":null,"links":"course|https://coursesites.com/?course_id=_264998_1","topics":"edtech;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d013801-7c76-4bf9-828c-022432b8e1fe","name":"Overcoming Barriers of Technology Adoption","description":"By via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-overcoming-barriers-of-technology-adoption-1289","topics":"edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5fe9a5c-c928-4d83-90c1-12f701950665","name":"The Equipartitioning Learning Trajectory: a K-5 Foundation for Rational Number Reasoning","description":"By via Independent","image":null,"links":"course|https://place.fi.ncsu.edu/EquipartitioningF13/faq.html","topics":"mathematics;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c3c7e124-d638-43a5-8b92-6bbc5d27605c","name":"Online Instruction for Open Educators","description":"By via Independent","image":null,"links":"course|http://wideworlded.org/online-instruction-for-open-educators/","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e06e1ed-d536-43af-905a-25583a814b93","name":"New School Creation","description":"By High Tech High via Independent","image":null,"links":"course|https://newschoolcreation.appspot.com/course","topics":"school;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5daf4912-d627-4eba-a426-4dbad4dc1a56","name":"Moodle MOOC 3","description":"By WizIQ via Independent","image":null,"links":"course|http://integrating-technology.wiziq.com/course/36159-moodle-mooc-3","topics":"software-tools/moodle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e56e385-f6fe-4841-aef2-a4f0fb40412a","name":"International Learning Designs Challenge","description":"By Institute of Education, University of London via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-international-learning-designs-challenge-1802","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a99eeb3-0a75-4b0b-9b72-35ddbb67e4f1","name":"Multicultural Resources for Diverse Populations","description":"By Drexel University College of Computing & Informatics via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-multicultural-resources-for-diverse-populations-1801","topics":"education;diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"683b7474-ff7c-476d-874d-07f68937636f","name":"World Class Teaching","description":"By Friday Institute via MOOC-ED","image":null,"links":"course|https://www.classcentral.com/course/mooc-ed-world-class-teaching-2382","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8737a15f-25a7-428e-a048-886b63562f5e","name":"Carpe Diem - Learning Design","description":"By Swinburne University of Technology via Open Education by Blackboard","image":null,"links":"course|https://coursesites.com/?course_id=_303612_1","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46d084ae-6170-46ae-8bcb-c9687fe52cc7","name":"Mastering Language for the Common Core State Standards: Focus on Mathematics in Elementary Grades","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.novoed.com/mastering-language-common-core-2","topics":"teaching;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85e99a74-a71c-4f9e-bde3-c88fd02b04eb","name":"Scaling up Excellence - How to run a world class MOOC","description":"By Taylor's University via OpenLearning","image":null,"links":"course|https://www.classcentral.com/course/openlearning-scaling-up-excellence-how-to-run-a-world-class-mooc-2334","topics":"mooc;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4fb26d40-e009-4c0f-ac83-e330f4fefd16","name":"Learning from Your Students: A Lab Course in Formative Assessment Practice in the Era of the Common Core State Standards","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-learning-from-your-students-a-lab-course-in-formative-assessment-practice-in-the-era-of-the-common-core-state-standards-2037","topics":"education;assessment","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8cffd69-f394-43aa-9476-a9d221e93d11","name":"Learn How to Play Chess","description":"By Chesscademy via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-learn-how-to-play-chess-2386","topics":"chess","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b4d19a7-bd27-4a12-a4e5-13d3b68382de","name":"OpenKnowledge: Changing the global course of learning","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-openknowledge-changing-the-global-course-of-learning-2176","topics":"learning;culture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4056cbbe-cc54-4f63-a920-e9461deaf15b","name":"Teaching Computing: Part 1","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/teaching-computing-stem","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e646b12a-4d37-4852-92e7-d4f6eda1089d","name":"Supporting English Language Learners under New Standards","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-supporting-english-language-learners-under-new-standards-2457","topics":"languages/english;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e6a6045-393a-4252-85e8-31d74806bcdb","name":"Constructive Classroom Conversations: Mastering Language for College and Career Readiness (Secondary)","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-constructive-classroom-conversations-mastering-language-for-college-and-career-readiness-secondary-1854","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46492d46-555d-4378-8c38-b1a1a84c2775","name":"Constructive Classroom Conversations: Mastering Language for College and Career Readiness (Elementary)","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.novoed.com/classroom-conversations-elementary-fall-2014","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17680394-d5d3-4234-ba80-fd9186bf47a6","name":"Supporting English Language Learners under New Standards","description":"By Oregon State University via Independent","image":null,"links":"course|https://ecampus.oregonstate.edu/open/english-language-learners/","topics":"languages/english;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"958ad1e4-5f80-4efb-8634-e107dfa3d355","name":"Teachers + Web 2.0 = Creative Classrooms","description":"By Wilkes University via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-teachers-web-2-0-creative-classrooms-2932","topics":"teaching;edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84163f1c-6174-44bd-994a-8a2cd681df48","name":"7 Steps to Building a Great Online Course","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-7-steps-to-building-a-great-online-course-2602","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cda96fb2-a770-483f-b672-2db2d9edf347","name":"Tinker, Make & Learn","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/tinker-make-learn","topics":"tinkering;learning;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c45ad13-0e05-4ed3-85bf-9b891cab3ce4","name":"Adventures in Blended Learning","description":"By Concordia University Wisconsin via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_211_1","topics":"education;blended-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a58dd893-7b9f-4b67-8d74-fd68d9fa6165","name":"Helping History Teachers Become Writing Teachers","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/helping-history-teachers-become-writing-teachers","topics":"writing;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71d0383e-dd03-46a5-aad5-6c82628b8984","name":"Introduction to Learning Technologies","description":"By University of Saskatchewan via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-introduction-to-learning-technologies-2887","topics":"edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25631a61-1756-4c15-9a34-d21be739eaf7","name":"Secret Sharing Explained Visually","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=iFY5SyY3IMQ","topics":"cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"41d44357-47b5-4baf-a95d-7571c17ca368","name":"Seven Essential Practices for Developing Academic Oral Language and Literacy in Every Subject","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.novoed.com/developing-academic-language-literacy","topics":"language;academics;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"473881d3-5afc-4c13-b971-05e13f718072","name":"Reading for Understanding: Literacy for Learning in the 21st Century","description":"By WestEd via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/reading-for-understanding-literacy-for-learning-in-the-21st-century-2","topics":"reading;learning;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2aef7f8d-8522-4544-aa8c-97943d240688","name":"Minecraft for Educators","description":"By University of Hull via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-minecraft-for-educators-2395","topics":"software-tools/minecraft;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10f557b3-8306-4823-8069-691757248489","name":"Digital Literacies II","description":"By San Diego County Office of Education via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/digital-literacies-ii-2","topics":"edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4beb1505-7b29-4d30-ab68-cebaaa649a73","name":"Supporting eLearners","description":"By London South Bank University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-supporting-elearners-2925","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4277cc08-988c-4d59-8e87-aa04a86e3e06","name":"Reflective Practice for Adult Educators","description":"By Institute for Adult Learning via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-reflective-practice-for-adult-educators-3167","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95d147e0-f610-412f-ac3b-7ecc4a5ed105","name":"Election 2015 for AS Level Politics","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-election-2015-for-as-level-politics-3247","topics":"political-science;teaching;nations/uk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"162d89a1-5abd-4a92-8c78-66177b9688d4","name":"Design and Deliver Blended Learning","description":"By Institute for Adult Learning via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ial/courses/design-deliver-blended-learning","topics":"blended-learning;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc450e8d-7800-49ce-9d46-05262f17a01c","name":"Supporting Students with Learning Disabilities in the Writing Classroom","description":"By Beacon College via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/beaconcollege/courses/supporting-students-learning-disabilities","topics":"writing;disability;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41ab77f1-6536-468f-8292-be262ee74dee","name":"GE001x: The Art of Teaching","description":"By GEMS Education via edX","image":null,"links":"course|https://courses.edx.org/courses/GEMSx/GE001x/1T2015/course/","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91c1803d-fefc-49ca-a48c-701427976b37","name":"Helping Adults Learn by Using Appropriate Instructional Methods","description":"By Institute for Adult Learning via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ial/courses/helping-adults-learn","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"045da503-8ae5-4ab1-8bbf-cb91cbbee107","name":"Sharing Promising Practices: Supporting Youth Mental Health & Wellbeing","description":"By Dalhousie University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-sharing-promising-practices-supporting-youth-mental-health-wellbeing-3381","topics":"mental-health;children","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c113814-99f3-49c5-800f-1f7cc25fa472","name":"Gamification Design","description":"By Play Jugo via iversity","image":null,"links":"course|https://iversity.org/en/courses/gamification-design-2015","topics":"gamification","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf88f344-d50f-4815-b729-8a2d0089cafa","name":"Instructional Design for Mobile Learning","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/courses/instructional-design-mobile-learning","topics":"instructional-design;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6f4e139-2092-4ca5-aec7-a0c8fcaedcf9","name":"Mastering Academic Research: Information Skills for Successful Students","description":"By Florida Institute of Technology via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/canvasnet/courses/mastering-academic-research-information-1","topics":"academics;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb17fde6-2652-42da-a3c4-07ed8570870b","name":"Self-Blended Learning Movement","description":"By Concordia University Wisconsin via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_458_1","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"930f19c4-2d76-40de-abab-353f40c17467","name":"Parenting in the Digital Age","description":"By Noblesville Schools via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/noblesvillesd/courses/parenting-in-the-digital-age-1","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ac1c8e1-d7f1-45ad-b910-e5fbcf47a762","name":"Becoming a Dynamic Educator","description":"By Bowling Green State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/bgsu/courses/dynamic-educator","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac80bc94-e83c-4b18-94c0-475ed9412ca6","name":"Social Learning for Social Impact","description":"By McGill University via edX","image":null,"links":"course|https://www.edx.org/course/social-learning-social-impact-mcgillx-groocx","topics":"education;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d7e1c27-d1ad-4106-9252-97606ad6507e","name":"Inquiry Through Science & Engineering Practices","description":"By Montana State University via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-inquiry-through-science-engineering-practices-2935","topics":"science;engineering;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9401f995-4462-4d5d-ad02-55639aaff4e3","name":"Leading the Digital Learning Transition","description":"By Friday Institute via MOOC-ED","image":null,"links":"course|https://www.classcentral.com/course/mooc-ed-leading-the-digital-learning-transition-1612","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd373bc0-a580-4a4b-9c49-74a9dc187980","name":"Personalized and Student-Centered Learning","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-personalized-and-student-centered-learning-3174","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6e08a44-8441-46d4-811a-1bf43e416fb1","name":"Differentiation: A strategy for all students","description":"By Knox Grammar School via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-differentiation-a-strategy-for-all-students-3387","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e3d90ea-6957-427a-8ca1-b17960197937","name":"Introduction to Online Learning","description":"By Spokane Falls Community College via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-introduction-to-online-learning-4426","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3d292a2-a587-4863-a46e-461007144b06","name":"Constructive Classroom Conversations: Mastering Language for the Common Core State Standards","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.novoed.com/classroom-conversations-fall-2015","topics":"common-core;language;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b697bfdc-9126-48e5-8cfa-9a3894747cc4","name":"30 Days of TED","description":"By Canyons School District via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/canyonssd/courses/30-days-of-ted-2","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"614fb657-0014-4be2-a6e8-f4769ffaf725","name":"LUCS.1x: Preparing for the AP* Computer Science A Exam — Level Up! Part 1","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.edx.org/course/preparing-for-the-ap-computer-science-a-exam-level-up-part-1","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f00c623-54d7-44b4-b27f-5d3ed9a972da","name":"Study Skills for Academic Success","description":"By University of Northampton via Open Education by Blackboard","image":null,"links":"course|https://www.classcentral.com/course/open-education-by-blackboard-study-skills-for-academic-success-1883","topics":"academics;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0762311f-e313-4648-a703-0b066ef7b38b","name":"Web Accessibility MOOC for Online Educators","description":"By Portland Community College via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-web-accessibility-mooc-for-online-educators-2673","topics":"web;accessibility;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2549b65f-34c6-4c2d-836d-d4f7f6f98f53","name":"Teaching Library Research Strategies","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-teaching-library-research-strategies-2895","topics":"research;libraries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e140fb32-d8f6-42a5-9292-fdc451507c1e","name":"Gaming Literacy and Learning","description":"By New York Institute of Technology via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/nyit/courses/gaming-literacy-and-learning-2","topics":"games;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55cccc67-cb60-4118-99b1-309bcb43ede1","name":"Force and Motion: Pedagogical Content Knowledge for Teaching Physics","description":"By Boston University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-force-and-motion-pedagogical-content-knowledge-for-teaching-physics-4497","topics":"physics;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60fb3fb2-1d70-4548-978a-4b5000d306a4","name":"Managing Behaviour for Learning","description":"By National Science Learning Centre via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/nationalscilc/courses/managing-behaviour-3","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64d994b8-dc0c-4328-8f4c-42917be2db68","name":"LearnToMod For Educators","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-learntomod-for-educators-4931","topics":"software-tools/minecraft;education;teaching;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c469a481-4903-439f-b526-6fb00c335a36","name":"How to Navigate Paying for College","description":"By Elgin Community College via Desire2Learn","image":null,"links":"course|https://opencourses.desire2learn.com/d2l/error/404/log?targetUrl=http%3A%2F%2Fopencourses.desire2learn.com%3A80%2Fcat%2Fcourse%2Fhow-to-pay-college-7370%2F","topics":"university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc31c967-bc4d-4f89-b5a1-9bf585791f4f","name":"Technology-Enhanced Learning","description":"By University of Leicester via EMMA","image":null,"links":"course|https://www.classcentral.com/course/emma-technology-enhanced-learning-4116","topics":"education;edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c17f457c-8f8b-4f38-be3b-c7c27880daec","name":"Learning Design","description":"By University of Leicester via EMMA","image":null,"links":"course|https://platform.europeanmoocs.eu/course_learning_design","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9695e2cf-5088-4302-884c-3b8089407a21","name":"LUCS.2x: Preparing for the AP* Computer Science A Exam — Level Up! Part 2","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-lucs-2x-preparing-for-the-ap-computer-science-a-exam-level-up-part-2-2541","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"181f071f-9b5d-4156-9332-52202e20edd7","name":"Chem.1x: Preparing for the AP* Chemistry Exam - Part 1","description":"By Cooper Union via edX","image":null,"links":"course|https://www.edx.org/course/preparing-for-clep-chemistry-part-1","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9679d579-7411-4643-a6ce-43d8fcf97e30","name":"Building Middle School Computational STEM and PBL NASA Activities","description":"By University of North Texas via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-building-middle-school-computational-stem-and-pbl-nasa-activities-5172","topics":"tinkering;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c6d18e0-9492-45d0-93fc-ebd8c9355cc2","name":"Learning through ePortfolios","description":"By SUNY Empire State College via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-learning-through-eportfolios-5173","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5f56660-b5bf-46aa-94b0-ed7f16a0c9b9","name":"Mars: The Next Frontier","description":"By Space Center Houston Education via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/canvasnet/spacecenter/courses/mars-the-next-frontier-2","topics":"mars;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"125aa4bd-f90b-42a0-b7b0-4c57b63b239f","name":"Bringing STEM to Light: Teaching about Light and Optics","description":"By LASER Classroom via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-bringing-stem-to-light-teaching-about-light-and-optics-3676","topics":"optics;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b7b0bd5-ec2f-4393-baa9-41128d5af684","name":"Teaching Adults: For new (and newish) Teachers","description":"By Renton Technical College via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/rentontechnicalcollege/courses/teaching-adults","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ff0e35d-aed9-4607-8fc8-f5229647e47b","name":"LUCS.3x: Preparing for the AP* Computer Science A Exam — Level Up! Part 3","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-lucs-3x-preparing-for-the-ap-computer-science-a-exam-level-up-part-3-2545","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"815bb0cb-17d9-490a-80b6-bfaebe6214b4","name":"Postgraduate Skills for Academic Success","description":"By University of Northampton via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_828_1","topics":"academics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1853f9b0-92d0-477d-8b51-57006be2df0c","name":"Integrating English Language Development and Content Area Learning: A Conversation-Based Approach","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.novoed.com/developing-academic-language-literacy-winter-2016","topics":"languages/english;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f9f86cc-a666-4020-b76e-bc1b6bf25585","name":"Classroom Management: Designing Routines and Procedures (Project-Centered Course)","description":"By Relay Graduate School of Education via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-classroom-management-designing-routines-and-procedures-project-centered-course-5714","topics":"teaching;classroom-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30f07a9d-4602-48f4-9168-505e507d8421","name":"What is a Learning Ecosystem, and Why Does It Matter?","description":"By Metropolitan Community College via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-what-is-a-learning-ecosystem-and-why-does-it-matter-5781","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8f42e81-2991-44bb-8102-717bcc9ef861","name":"Design Thinking for K-12 Educators","description":"By College of William & Mary via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/cwm/courses/design-thinking-k12","topics":"design-thinking;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfeb7a8d-3f3a-4fca-9741-cee5d07bd5e3","name":"LUCS.4x: Preparing for the AP* Computer Science A Exam — Level Up! Part 4","description":"By University of California, Berkeley via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-lucs-4x-preparing-for-the-ap-computer-science-a-exam-level-up-part-4-2547","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"120c7f07-af1f-4918-9a1b-2b3e62dcccbd","name":"Teachers Without Borders: Educating Girls","description":"By Teachers Without Borders via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-teachers-without-borders-educating-girls-2396","topics":"education;women","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7040ac0-2a3b-4c4c-8c18-2d466d170618","name":"Foundations of Teaching for Learning Capstone: The Reflective Practitioner","description":"By Commonwealth Education Trust via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-foundations-of-teaching-for-learning-capstone-the-reflective-practitioner-3175","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23a45c18-6bfb-418c-909a-376fde72f753","name":"Introduction to Digital Curation","description":"By University College London via Independent","image":null,"links":"course|https://extendstore.ucl.ac.uk/product?catalog=UCLXIDC25uDH16","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bb5d1b6-01a8-44a2-93f6-df6b661fa54c","name":"Digitally Enhanced Learning & Teaching","description":"By London South Bank University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/londonsouthbank/courses/digitally-enhanced-learning","topics":"education;edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"852df764-39e2-4b72-be0d-0a889f26eba7","name":"Creating Engaging Environments for English Language Classrooms","description":"By University of Oregon via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/uoregon/courses/engaging-environments-english","topics":"teaching;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2cb6db4d-dd20-4a9d-b647-3dadc8aa8ef6","name":"Advancing Learning through Evidence-Based STEM Teaching","description":"By Vanderbilt University via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-advancing-learning-through-evidence-based-stem-teaching-5912","topics":"science;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa5f992f-b2d1-4652-b467-ebd7c0e19dae","name":"Digital library in principle and practice","description":"By University of Parma via EMMA","image":null,"links":"course|https://www.classcentral.com/course/emma-digital-library-in-principle-and-practice-5887","topics":"libraries","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11f284a5-b537-4d7b-a080-f28f108b0f32","name":"Teaching Speaking & Listening Skills","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/canvasnet/courses/teaching-speaking-and-listening","topics":"speaking;listening;communication;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f85547ce-6e7c-486f-a973-5ea1c3fb017c","name":"College Readiness Math MOOC","description":"By University of Wisconsin–La Crosse via Desire2Learn","image":null,"links":"course|https://opencourses.desire2learn.com/d2l/error/404/log?targetUrl=http%3A%2F%2Fopencourses.desire2learn.com%3A80%2Fcat%2Fcourse%2Fcollege-readiness-mathmooc-7385%2F","topics":"mathematics;algebra;geometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98b219ea-5482-407e-8aff-5e45f65e81b6","name":"Prior Learning Assessment for Educators and Industry","description":"By Colorado Community College System via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/cccs/courses/prior-learning-assessment-5","topics":"education;assessment","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2de1f2c8-6c78-4d3c-875f-e7f2c2e7eadb","name":"Advanced Skills for Academic Success","description":"By University of Northampton via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_1002_1","topics":"academics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8149f313-632a-4e9c-a34d-c2163739518c","name":"(K-12) Teaching Math Through Problem-Solving K-12","description":"By New Teacher Center via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-k-12-teaching-math-through-problem-solving-k-12-6712","topics":"mathematics;problem-solving;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a5e7d21-1b05-4e07-8ad3-ca7bc552bfaa","name":"(K-12) Integrating Technology in the K-12 Classroom","description":"By New Teacher Center via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-k-12-integrating-technology-in-the-k-12-classroom-6722","topics":"edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94938e2d-2db5-41ac-80bc-0ec22d2dc607","name":"(K-12) Integrating CCRS and Literacy K-12","description":"By New Teacher Center via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/newteachercenter/courses/integrating-ccrs","topics":"teaching;literacy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2027a113-41c8-4fd7-9f11-f1625e24c245","name":"(K-12) Communicating in Mathematics in the K-12 Classroom","description":"By New Teacher Center via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-k-12-communicating-in-mathematics-in-the-k-12-classroom-6725","topics":"mathematics;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ee9ac9c-c705-4d20-848b-92f1bb53cbe3","name":"Summer School in Sociologies of Education (SUSEES)","description":"By via EMMA","image":null,"links":"course|https://www.classcentral.com/course/emma-summer-school-in-sociologies-of-education-susees-6052","topics":"education;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e177b55-a06b-4b0d-b3f9-5e2384a1d457","name":"Instructional Design Service Course: Gain Experience for Good","description":"By Designers for Learning via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/designersforlearning/courses/instructional-design-service-2","topics":"instructional-design;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce9956de-91a1-4eb8-8e2d-84dc5c211729","name":"He Named Me Malala: Inspiring Girls in STEM","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-he-named-me-malala-inspiring-girls-in-stem-6959","topics":"women;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bef4a69d-ea22-428b-a4d6-e8683c186fa0","name":"Providing Students with Useful Feedback","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-providing-students-with-useful-feedback-7129","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14f1442e-4a69-4bd5-8acd-6e4674cca7d2","name":"Designing for Deeper Learning: How to Develop Performance Tasks for the Common Core","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.novoed.com/designing-performance-tasks-fall-2016","topics":"assessment;teaching;common-core","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f42b648-29a9-43c8-8c6f-0dd634dcdcaf","name":"Constructive Classroom Conversations: Mastering Language for College and Career Readiness","description":"By Stanford University via NovoEd","image":null,"links":"course|https://www.classcentral.com/course/novoed-constructive-classroom-conversations-mastering-language-for-college-and-career-readiness-3272","topics":"teaching;classroom-management;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"762f34ef-4ae9-4a1d-acb8-cf771ea9544e","name":"Web Accessibility MOOC for Educators","description":"By Colorado Community College System via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/cccs/courses/web-accessibility-mooc-for-educators-6","topics":"web;accessibility;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7806796c-9e88-47eb-ba13-744e535066e0","name":"Teaching Online: Reflections on Practice","description":"By Kirkwood Community College via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/kirkwoodcc/courses/teaching-online-reflections-on-practice-7","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4371e93e-1461-45e0-a5aa-daa3df9765bd","name":"Embracing Diversity in The Classroom","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/acue/courses/diversity-in-the-classroom","topics":"education;diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ce72a03-3044-4dc2-95d6-9f025b036cc1","name":"Integrating CCRS and Literacy K-12","description":"By New Teacher Center via Coursera","image":null,"links":"course|https://www.coursera.org/learn/literacy-k12","topics":"literacy;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e805c9c-eaaa-4d31-8d15-d4b81b722684","name":"What and How to Teach with Video","description":"By via EMMA","image":null,"links":"course|https://www.classcentral.com/course/emma-what-and-how-to-teach-with-video-6903","topics":"teaching;video","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6966b27a-f894-485c-a623-a3c84fec75a1","name":"Teaching for Change: An African Philosophical Approach","description":"By Stellenbosch University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-teaching-for-change-an-african-philosophical-approach-6710","topics":"education;africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0fd57b1-3127-4465-b248-360e99e2833b","name":"Integrating Technology in the K-12 Classroom","description":"By New Teacher Center via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-integrating-technology-in-the-k-12-classroom-6896","topics":"edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9c72f52-ab5e-49be-af30-eebd81947128","name":"Communicating in Math in the K-12 Classroom","description":"By New Teacher Center via Coursera","image":null,"links":"course|https://www.coursera.org/learn/communication-k12-math","topics":"school;mathematics;teaching;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2765a7e7-fcfe-4256-b38b-accc8d03c528","name":"Teaching Math Through Problem-Solving K-12","description":"By New Teacher Center via Coursera","image":null,"links":"course|https://www.coursera.org/learn/math-through-problem-solving","topics":"mathematics;problem-solving;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc26dbc4-ecad-442c-911b-1d6e42f9dedb","name":"How To MOOC Your Human Services","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-how-to-mooc-your-human-services-8081","topics":"mooc;non-profits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17a1e942-2d77-449a-b41f-b9c2bec111d1","name":"(HE) BlendKit 2017: Becoming a Blended Learning Designer","description":"By University of Central Florida via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-he-blendkit-2017-becoming-a-blended-learning-designer-1967","topics":"blended-learning;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3eb5d482-48f5-4a64-beb9-79c3facd0d91","name":"Outstanding Physical Education Lessons","description":"By University of Birmingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/outstanding-physical-education","topics":"physical-education;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c7f6fa3-6b39-4cff-bb0f-19d75a86524e","name":"Disciplinary Literacy for Deeper Learning","description":"By Friday Institute via MOOC-ED","image":null,"links":"course|https://place.fi.ncsu.edu/local/catalog/course.php?id=6&ref=1","topics":"digital-literacy;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"aa90f238-6ef2-4e62-837e-b388a60c0b5c","name":"(HE) Stepping Up: Exploring Frontline Leadership in Higher Education","description":"By University of Canberra via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/ucanberra/courses/explore-leadership-in-he","topics":"leadership;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c32e2c4-bb98-4497-b243-c9e41dff1af5","name":"Designing Assessments to Measure Student Outcomes","description":"By American Association of Colleges for Teacher Education via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/assessments-student-outcomes","topics":"education;assessment","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f333cca7-f17a-4a85-886c-6b34cd5da2f3","name":"College Readiness (SU17) – Reading, Writing and Math","description":"By Broward College via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/broward/courses/college-readiness-su17","topics":"reading;writing;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1d45ea5-05f1-4ef4-8fbb-11285be66e95","name":"(K-12) Online Teaching and Learning in K-12","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/canvasnet/courses/online-k-12","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ebabd2a-7698-4eb7-8e3e-ffb8f97642d1","name":"Math Refresher Course","description":"By Utah Valley University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/uvu/courses/math-refresher-course","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe83c4fe-b5b7-4039-aacb-795b143e2891","name":"Innovative Collaborative Learning with ICT","description":"By Universitat Pompeu Fabra via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/valladolid-en/courses/innovative-collaborative-learning-en","topics":"collaborative-learning;edtech;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2628506d-4ae7-451a-aa0f-84161f22ce8f","name":"Teaching Online: Reflections on Practice","description":"By Kirkwood Community College via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-teaching-online-reflections-on-practice-8916","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2af327e-9654-4aea-974f-45273f62239b","name":"Tinkering Fundamentals: A Constructionist Approach to STEM Learning","description":"By Exploratorium via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-tinkering-fundamentals-a-constructionist-approach-to-stem-learning-867","topics":"tinkering;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f929ac2b-7296-47b8-8315-983f4f9759b6","name":"Using Data to Improve Student Outcomes","description":"By American Association of Colleges for Teacher Education via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-using-data-to-improve-student-outcomes-7655","topics":"education;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f90bd38b-0c8b-4e65-b63a-383176f147ba","name":"Preparing for the AP Physics 1 Exam","description":"By University of Houston System via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-preparing-for-the-ap-physics-1-exam-3284","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b2d0e92-e717-4418-b661-a47f8c1b4c74","name":"College Readiness (FL17) – Reading, Writing and Math","description":"By Broward College via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-college-readiness-fl17-reading-writing-and-math-8955","topics":"reading;writing;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cde8717-89df-457f-bf4c-adc6c1c12138","name":"Foundations of Learning Experience Design","description":"By via NovoEd","image":null,"links":"course|https://app.novoed.com/novoed-learning-experience-design-5","topics":"pedagogy;instructional-design;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0721efb0-9b0a-459a-a051-0092078977cf","name":"Girls' Education: Teaching Strategies That Develop Confidence, Resilience and Collaboration","description":"By Girls' Day School Trust via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-girls-education-teaching-strategies-that-develop-confidence-resilience-and-collaboration-7165","topics":"teaching;psychology;women","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a341be86-a789-49d5-b7e4-19df820eef97","name":"(K-12) Engaging Students in Academic Discussions","description":"By Constitutional Rights Foundation via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-k-12-engaging-students-in-academic-discussions-9413","topics":"teaching;social-science;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31548f54-715d-4348-8347-c67d09d18f29","name":"Improving Historical Reading & Writing","description":"By National Council for the Social Studies via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-improving-historical-reading-writing-3634","topics":"writing;common-core","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a25e49f-b398-47f6-be60-83141f83bc0e","name":"Architecting Microsoft Azure Solutions","description":"By Microsoft via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-architecting-microsoft-azure-solutions-3881","topics":"software-tools/azure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f4a99e7-d168-4dea-b0fb-a48c6ab82667","name":"(HE) Teaching Flipped","description":"By University of Utah via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-he-teaching-flipped-2278","topics":"teaching;education;flipped-classroom","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b54e44d-078d-482d-8c08-71a16723a93f","name":"Supporting Learning Differences in Post-Secondary Environments","description":"By Friday Institute via MOOC-ED","image":null,"links":"course|https://place.fi.ncsu.edu/local/catalog/course.php?id=12&ref=1","topics":"education;university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a1c85224-7324-42b3-8f91-c2d0fb6132c3","name":"First Year Teaching (Elementary Grades) - Success from the Start","description":"By New Teacher Center via Coursera","image":null,"links":"course|https://www.classcentral.com/course/coursera-first-year-teaching-elementary-grades-success-from-the-start-872","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"907ee8fa-0c6f-408b-9cfd-2e320c3e810b","name":"Cantor’s Paradise – Medium","description":null,"image":null,"links":"blog|https://medium.com/cantors-paradise","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b6b81fa1-e083-499b-8714-b3631aab5435","name":"First Year Teaching (Secondary Grades) - Success from the Start","description":"By New Teacher Center via Coursera","image":null,"links":"course|https://www.coursera.org/learn/teaching-secondary","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd226c63-c8ba-43a2-be4d-c5b52f344086","name":"Integrating Language Development and Content Learning in Math: Focus on Reasoning","description":"By Stanford Graduate School of Education via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-integrating-language-development-and-content-learning-in-math-focus-on-reasoning-9081","topics":"mathematics;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"caf03894-a041-4e1b-aaa0-9bacd65677d3","name":"Constructive Classroom Conversations: Improving Student-to-Student Interactions","description":"By Stanford Graduate School of Education via Stanford OpenEdx","image":null,"links":"course|https://lagunita.stanford.edu/courses/course-v1:Education+XEDUC201+Fall2017/about","topics":"teaching;classroom-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"227820a6-b429-4942-b7d8-86464e6a6faf","name":"Challenging Behaviour: Strategies for Helping Young People","description":"By via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/challenging-behaviour","topics":"education;children;school;youth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94b2c14c-d43e-4bf5-9c93-7c0d21832d04","name":"Smart Advice: Broadening Your Students’ Horizons","description":"By UCAS via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-smart-advice-broadening-your-students-horizons-5743","topics":"education;nations/uk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84a1d4e9-7398-4fc8-9adf-92a3561fa550","name":"Smart Choices: Broadening Your Horizons","description":"By UCAS via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-smart-choices-broadening-your-horizons-6402","topics":"education;nations/uk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c38f011-eb71-4173-8cf9-50c3353f2308","name":"Aim Higher: Access to Higher Education for Refugees and Asylum Seekers","description":"By Cambridge English Language Assessment via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/aim-higher","topics":"education;refugees","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6cfe077-c4fb-417a-827b-dfd89cd72688","name":"Learning English for Academic Purposes: First Steps","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/learning-english-academic-purposes-first-steps","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5939d04-a630-4ddc-8b43-e958ad949c4f","name":"Discover Your Value: Turning Experience into College Credit","description":"By Bellevue University via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-discover-your-value-turning-experience-into-college-credit-1072","topics":"education;university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6278ad40-d05c-4b5a-b53f-5a3f11b7463e","name":"Open Education and OERs Repositories","description":"By IEEE via edX","image":null,"links":"course|https://courses.edx.org/courses/course-v1:IEEEx+FOE01.x+3T2017/course/","topics":"education;open-educational-resources","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a340385-6fcc-4283-8b5c-0bf15bf09ed3","name":"Coaching Teachers: Promoting Changes that Stick","description":"By Match Teacher Residency via Coursera","image":null,"links":"course|https://www.coursera.org/learn/coaching-teachers","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2170f098-c062-4a72-9508-2ac7e2d946f8","name":"Surviving Your Rookie Year of Teaching: 3 Key Ideas & High Leverage Techniques","description":"By Match Teacher Residency via Coursera","image":null,"links":"course|https://www.coursera.org/learn/rookie-teaching","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe7798a2-0ea4-4d3e-8cd5-1b9ae1c7469c","name":"Create MOOCs to Make Your Non-profit Bigger and Better","description":"By CultureLink via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/culturelink/courses/mooc-make-nonprofit-bigger-better","topics":"mooc;non-profits","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7caa6a1f-806a-4d56-af8f-eb2f0ae2e7c0","name":"The Gateway Course","description":"By The University of Sheffield via Open Education by Blackboard","image":null,"links":"course|https://openeducation.blackboard.com/mooc-catalog/courseDetails/view?course_id=_603_1","topics":"education;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7faf884d-5308-4a14-a189-318f98b1392e","name":"Fraction Foundations: Helping Students Understand Fractions","description":"By Friday Institute via MOOC-ED","image":null,"links":"course|https://place.fi.ncsu.edu/local/catalog/course.php?id=1&ref=1","topics":"mathematics;fractions;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c0c81107-c15b-4ab0-8a77-e4fe657cc7e9","name":"(HE) Explore Competency-Based Education","description":"By Metropolitan Community College via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/mcc/courses/competency-based-ed","topics":"education;competency-based-education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17e22008-125e-4c52-b68a-bc0e7097a96c","name":"Designing E-Learning for Health","description":"By The University of Nottingham via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/e-learning-health","topics":"education;healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"360ba78c-979b-49b0-b4ad-0276beaa853e","name":"Engaging and Empowering - How to Become an Effective Mentor for Vulnerable Youth","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/culturelink/courses/engaging-empowering-vulnerable-youth","topics":"mentoring;youth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e93449ce-2a9e-4f1f-96b9-c7a6d948e97b","name":"Teaching Your Subject in English","description":"By Cambridge English Language Assessment via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-teaching-your-subject-in-english-6804","topics":"teaching;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27490acb-1448-4a8d-93c6-5e0d3a567e31","name":"(HE) Concepts and Practice of Responsible Research and Innovation","description":"By Universitat Pompeu Fabra via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/pompeu-fabra/courses/concepts-research-innovation","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"179c2098-a31a-4cf3-ac2c-ed7990d4802a","name":"Supporting Student Argumentation in English Language Arts and History/Social Studies","description":"By Stanford University via Stanford OpenEdx","image":null,"links":"course|https://www.classcentral.com/course/stanford-openedx-supporting-student-argumentation-in-english-language-arts-and-history-social-studies-10704","topics":"teaching;languages/english;language;communication;argumentation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80fcfaa9-eb5d-4f9f-a5f3-3b57c972945f","name":"How To Teach Us","description":"By High Tech High via Coursera","image":null,"links":"course|https://www.coursera.org/learn/how-to-teach-us","topics":"teaching;assessment","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"192ea44d-b9fd-4258-af10-368d4ecb204f","name":"Preparing for Open Days and UCAS Exhibitions","description":"By UCAS via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/ucas-exhibitions-and-uni-open-days","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8e3a60c-bfd6-419d-bb1c-d8a1af1889b6","name":"Teaching for Success: Lessons and Teaching","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/english-language-teaching","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"902fa5d3-8662-4002-a401-87f1b69e37ec","name":"English for Academic Purposes: a MOVE-ME Project Course","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-english-for-academic-purposes-a-move-me-project-course-8497","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20425840-854f-4eea-99fb-2ab9fce03067","name":"(K-12/HE) Professional Development for English Teachers","description":"By Ball State University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/bsu/courses/prof-dev-english-teachers","topics":"teaching;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ce08c1c-fe03-4ffc-a572-8ffbba65daf9","name":"Education through research : engineering in the classroom","description":"By Sorbonne Paris Cité University via France Université Numerique","image":null,"links":"course|https://www.fun-mooc.fr/courses/course-v1:USPC+37019+session01/about","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac3d1464-67bb-485c-bb5c-2401937795f8","name":"Connectivism and Learning","description":"By University of Naples Federico II via Federica","image":null,"links":"course|https://www.federica.eu/c/connectivism_and_learning/","topics":"connectivism;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"748ba5af-df36-4c3e-a122-45fd67ef0996","name":"Erasmus+ Funding Opportunities for Youth","description":"By SALTO-Youth via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-erasmus-funding-opportunities-for-youth-3490","topics":"europe;youth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bba9725-a106-4437-b9b0-79f009a1b422","name":"Teaching for Success: Learning and Learners","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-teaching-for-success-learning-and-learners-6379","topics":"teaching;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33753728-0b1a-4a01-94d3-ddcad0e73b14","name":"The Unbearable Lightness of Being (Paperback)","description":"By Milan Kundera","image":"https://learn-awesome.github.io/assets/book_covers/9717.jpg","links":"book|https://www.goodreads.com/book/show/9717.The_Unbearable_Lightness_of_Being","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d981a6b-d6cb-4dec-9e91-1d372e4ef96e","name":"Building Character through Youth Social Action","description":"By via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/youth-social-action","topics":"youth;social-action;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb2f6507-190c-404b-9a12-bbf719558a5b","name":"Exploring the World of English Language Teaching","description":"By Cambridge English Language Assessment via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/explore-elt","topics":"teaching;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2a7fb2d-161a-43d1-8b38-f25f51a8448f","name":"Teaching for Success: the Classroom and the World","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-teaching-for-success-the-classroom-and-the-world-6380","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2a2acc0-677f-4bec-8b8f-396bd18fcd24","name":"Introduction to Participatory Arts and Media","description":"By University of Sunderland via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-introduction-to-participatory-arts-and-media-8626","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff20036e-bb7e-4e0f-9f76-902909f8106f","name":"Inside IELTS: Preparing for the Test with the Experts","description":"By Cambridge English Language Assessment via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/cambridge-english-ielts","topics":"ielts;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e0b1a01-436f-4843-a3dc-d7dce07d1ed2","name":"Study Skills for International Students","description":"By University of East Anglia via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/study-skills-for-international-students","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e85a0bbc-c94a-4d1a-a7fe-2882f5a24251","name":"Gateway to College Learning","description":"By The University of Oklahoma via Janux","image":null,"links":"course|https://janux.ou.edu/course.tag-nextthought-com-2011-10-ou-courseinfo-1137892804402093708-4744220335305761860.html","topics":"learning;university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e051ee7d-0fbb-4213-8065-1b44347dc655","name":"Outcome based pedagogic principles for effective teaching","description":"By NPTEL via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-outcome-based-pedagogic-principles-for-effective-teaching-7917","topics":"pedagogy;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e978fa42-1399-46d1-9b96-79eb04abd000","name":"Technology Literacy – Level 3","description":"By Colorado Community College System via Desire2Learn","image":null,"links":"course|https://opencoursesstore.d2l.com/product?catalog=Technology_Literacy_L3_XnwM7WgSyVuVm0WGFbEhtaOMKXynaGNmLF","topics":"edtech;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82cf7e6f-6cb4-4650-b09f-a0e993cd3df2","name":"Technology Literacy – Level 1","description":"By Colorado Community College System via Desire2Learn","image":null,"links":"course|https://opencoursesstore.d2l.com/product?catalog=Technology_Literacy_L1_XnwM7WgSyVuVm0WGFbEhtaOM","topics":"edtech;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a58dc2b-4fcf-41a7-9a0c-0e694fd860d1","name":"Technology Literacy – Level 2","description":"By Colorado Community College System via Desire2Learn","image":null,"links":"course|https://opencoursesstore.d2l.com/product?catalog=Technology_Literacy_L2_XnwM7WgSyVuVm0WGFbEhtaOMKXyna","topics":"edtech;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3392449a-200e-4fea-b2b5-f8a7b6db417b","name":"Inclusive Learning and Teaching Environments","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-inclusive-learning-and-teaching-environments-8564","topics":"education;teaching;diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b40d4ca8-817b-4801-80f9-a0be6a21f4fd","name":"(HE) Exploring the Student Affairs in Higher Education Profession","description":"By Colorado State University Online via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-he-exploring-the-student-affairs-in-higher-education-profession-1634","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"715b43cd-14a3-4425-9773-0e26b614bb58","name":"University Governance and Academic Leadership","description":"By Vrije Universiteit Brussel via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/vub/courses/university-governance-academic-leadership","topics":"university;leadership;management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"276eddfc-0d8a-4630-9bb0-6adf984bb954","name":"Learning to Learn Online","description":"By Athabasca University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/athabascauniversity/courses/learning-to-learn-online","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc1f3d33-d6d2-467d-af6a-109c985cef9a","name":"Professional Development for Teacher Trainers","description":"By fhi360 via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-professional-development-for-teacher-trainers-12041","topics":"teaching;careers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57827e89-1a1f-464e-8bd1-f3cbc2201e36","name":"Teaching Literacy Through Film","description":"By The British Film Institute via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/teaching-literacy-through-film","topics":"teaching;literacy;film","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f013e85b-62bb-4e5f-9159-e25e09527d58","name":"Assessment for Learning in STEM Teaching","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/assessment-for-learning-stem","topics":"teaching;assessment","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"4.0","tags":null} +{"iid":"3fa40b32-285b-402a-96f8-77b930fb9283","name":"Using Peer Tutoring to Improve Student Reading","description":"By Queen's University Belfast via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-using-peer-tutoring-to-improve-student-reading-10597","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f977dde-894e-4434-9561-ad671ff2ebbc","name":"Multimodal Learning Analytics","description":"By University of Texas Arlington via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-multimodal-learning-analytics-9137","topics":"big-data;software-tools/spark;education;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d724a55c-2192-4d58-84e9-af746bcc94dd","name":"Education in a Changing World","description":"By via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-education-in-a-changing-world-1001","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a70d980-2ef6-44db-ab82-125999dbec95","name":"The Art of Problem Posing","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/835839.The_Art_of_Problem_Posing","topics":"teaching;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a03842b-737d-4fda-8dd7-50aafb023bd1","name":"Teaching Adult Learners","description":"By Central Institute of Technology via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-teaching-adult-learners-903","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c6c4e0d-df77-453b-a65f-f406d11a308f","name":"Becoming a Confident Trainer","description":"By TAFE SA via Open2Study","image":null,"links":"course|https://www.open2study.com/courses/becoming-a-confident-trainer","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8a7cac8-b689-4b93-beb5-64af1bc1e6cd","name":"Problem-Based Learning and Learning Analytics: How to combine?","description":"By Open Universiteit Nederland via Independent","image":null,"links":"course|https://www.classcentral.com/course/independent-problem-based-learning-and-learning-analytics-how-to-combine-12470","topics":"learning;education;analytics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71444b54-febd-41e4-bd2b-cc58ec7cd22b","name":"Early Childhood Education","description":"By Gowrie Victoria via Open2Study","image":null,"links":"course|https://www.classcentral.com/course/open2study-early-childhood-education-1000","topics":"children;education;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d8ee3e1-adc3-4512-a539-c1e026c94295","name":"(K-12) Teaching Principles for Language-Based Learning Disabilities","description":"By via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-k-12-teaching-principles-for-language-based-learning-disabilities-8095","topics":"education;teaching;language;disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1d400cd-baa1-4706-b94a-eb290e130e55","name":"(HE) Applying & Leading Assessment in Student Affairs","description":"By Colorado State University Online via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/csuonline/courses/apply-and-lead-assessment","topics":"assessment;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"444a54af-2849-4aa1-86b0-f033b069ff87","name":"Fanning the Flames","description":"By Lakeland College via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-fanning-the-flames-6347","topics":"university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4803a7e6-6dc7-4ca4-9172-2615c7a538b7","name":"Tricks of the Trade","description":"By Lakeland College via Desire2Learn","image":null,"links":"course|https://opencoursesstore.d2l.com/product?catalog=lc_tott_WIN2019uDE6z3xhmxog298","topics":"university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f894008-3ef0-42d7-8bfc-50fafb867a98","name":"College Prep","description":"By Lakeland College via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-college-prep-2930","topics":"university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"831a4dab-e81e-4ebb-847a-d7510ef8acee","name":"Effective Engineering Teaching In Practice","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://onlinecourses.nptel.ac.in/noc19_ge02/","topics":"engineering;education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0fd4323-3b3c-468d-b3a7-5701d6795529","name":"Managing Intellectual Property in Universities","description":"By Indian Institute of Technology Madras via Swayam","image":null,"links":"course|https://www.classcentral.com/course/swayam-managing-intellectual-property-in-universities-12984","topics":"university;intellectual-property","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92379f3d-3cf6-49b1-bcd5-e20e088b009d","name":"Computational Thinking for K-12 Educators Capstone","description":"By University of California, San Diego via Coursera","image":null,"links":"course|https://www.coursera.org/learn/computational-thinking-k12-educators-capstone","topics":"computational-thinking;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9be53ace-aa0d-45fd-abe4-aa56e2186750","name":"Understanding IELTS: Techniques for English Language Tests","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/understanding-ielts","topics":"ielts;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46e1bb07-1f49-4f54-8ba4-31a06c4692b2","name":"Becoming a Better Teacher: Exploring Professional Development","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-becoming-a-better-teacher-exploring-professional-development-8267","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44800c10-92d2-49b1-a546-a2913f7bba41","name":"Advancing Learning Through Evidence-Based STEM Teaching","description":"By Boston University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-advancing-learning-through-evidence-based-stem-teaching-6327","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea2358af-58ac-4d41-a26b-c734d6df40c6","name":"Teaching Statistics Through Inferential Reasoning","description":"By Friday Institute via MOOC-ED","image":null,"links":"course|https://place.fi.ncsu.edu/local/catalog/course.php?id=11&ref=1","topics":"statistics;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7028f827-6c00-435c-9a33-379fd9e0af4f","name":"Teaching Foundational Reading Skills","description":"By Friday Institute via MOOC-ED","image":null,"links":"course|https://place.fi.ncsu.edu/local/catalog/course.php?id=15&ref=1","topics":"reading;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c6a5e699-9ccd-4af3-b899-c1dd98be19f7","name":"Coaching Digital Learning","description":"By Friday Institute via MOOC-ED","image":null,"links":"course|https://place.fi.ncsu.edu/local/catalog/course.php?id=5&ref=1","topics":"edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"830ffe5f-90c2-490e-a67b-10775d3cae58","name":"Teaching Mathematics with Technology","description":"By Friday Institute via MOOC-ED","image":null,"links":"course|https://www.classcentral.com/course/mooc-ed-teaching-mathematics-with-technology-6608","topics":"mathematics;teaching;edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7770bd25-32c1-43a9-9098-246f04b258dc","name":"E-Learning Environments and E-learning Design (HE)","description":"By Vrije Universiteit Brussel via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-e-learning-environments-and-e-learning-design-he-5785","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fdc00822-c618-4a39-b93d-eb11ef6ae437","name":"A Beginner's Guide to Writing in English for University Study","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-a-beginner-s-guide-to-writing-in-english-for-university-study-1449","topics":"writing;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea8b5ee0-34a0-4ea2-904c-d98ab663ccbd","name":"Teaching Literacy with and Through Technology (K-12)","description":"By Boston University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/bostonu/courses/teach-literacy","topics":"literacy;edtech;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c98d69db-c347-44db-99ac-621dd94c6ba5","name":"AP® Spanish Language and Culture","description":"By Boston University via edX","image":null,"links":"course|https://www.classcentral.com/course/edx-ap-spanish-language-and-culture-3835","topics":"languages/spanish;nations/spain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5956ea70-92ae-461e-824a-d54079961c39","name":"Teaching STEM Subjects: Differentiation for Learning","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-teaching-stem-subjects-differentiation-for-learning-5972","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01b6f0b7-6151-4f00-bf56-09567ab9a1b1","name":"University Governance and Academic Leadership (HE)","description":"By Vrije Universiteit Brussel via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-university-governance-and-academic-leadership-he-13082","topics":"university;management;leadership;academics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ec4b288-d37e-479c-b8f5-d3fc9c43610f","name":"InventEUrs (K-12)","description":"By London South Bank University via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/londonsouthbank/courses/inventeurs","topics":"education;children","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"034a371d-eef3-4285-a0bf-b8c4acf0d72c","name":"Making Teacher Education Relevant for 21st Century Africa","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/teacher-education-africa","topics":"teaching;africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"805988e8-b7d0-47bf-b7d9-e0d21a3e5b7c","name":"Teaching Probability","description":"By Cambridge University Press via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/teaching-probability","topics":"probability;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c7b0ff6-9687-44a7-bf95-1ae41084f8ce","name":"Study UK: a Guide for Education Agents and Counsellors","description":"By via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/study-uk-education-advisors","topics":"education;nations/uk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"683089f2-a5a5-4a73-90bf-8134ae05d300","name":"Teaching Grammar Communicatively (K-12/HE)","description":"By fhi360 via Canvas Network","image":null,"links":"course|https://www.classcentral.com/course/canvas-network-teaching-grammar-communicatively-k-12-he-13408","topics":"grammar;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb8e6303-7986-4ce2-9dc9-28f9a1f086f9","name":"Migrants and Refugees in Education: A toolkit for teachers","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-migrants-and-refugees-in-education-a-toolkit-for-teachers-11825","topics":"education;refugees;immigration","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89386f13-50d3-4b7c-86ab-a593050f0f34","name":"An Introduction to Recreational Math: Fun, Games and Puzzles","description":"By Weizmann Institute of Science via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-an-introduction-to-recreational-math-fun-games-and-puzzles-10736","topics":"mathematics;games;recreational-math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b15b4ee-b74e-43aa-9298-5f67d77d031a","name":"Dangerous Questions: Why Academic Freedom Matters","description":"By University of Oslo via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-dangerous-questions-why-academic-freedom-matters-11056","topics":"human-rights;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0c1d555-4999-455c-93a0-2143ca10fbcc","name":"Dyslexia and Foreign Language Teaching","description":"By Lancaster University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/dyslexia","topics":"dyslexia;language;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b055dd42-5ec4-4c02-abad-307f88f0f83d","name":"eCore Introductory Business Law CLEP Prep","description":"By University System of Georgia via Desire2Learn","image":null,"links":"course|https://www.classcentral.com/course/desire2learn-ecore-introductory-business-law-clep-prep-11165","topics":"business-law;law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdafab38-aa74-463c-9f45-caec2a98e2e4","name":"Teaching Practical Science: Physics","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-teaching-practical-science-physics-9117","topics":"physics;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edd89110-cbcb-4036-ad1d-a23daec302d4","name":"Supporting Successful Learning in Primary School","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/supporting-learning-primary","topics":"teaching;school;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c4ad048-da4e-4fb2-96e1-cc73f8a01ed9","name":"Supporting Successful Learning in Secondary School","description":"By University of Reading via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/supporting-learning-secondary","topics":"teaching;school;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37121a56-cffb-4a6f-b9e9-47751c86eb7f","name":"Teaching Practical Science: Chemistry","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/teaching-practical-science-chemistry","topics":"chemistry;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2425d385-1124-4946-921d-e5822b13ecd7","name":"Good Practice in Autism Education","description":"By University of Bath via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-good-practice-in-autism-education-11585","topics":"education;autism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e359e6e-c364-4098-be0b-712a1523fa49","name":"Get Started with Online Learning","description":"By The Open University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-get-started-with-online-learning-3882","topics":"education;online-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db4efa28-8733-4428-84e9-737e96787af9","name":"Educating Girls: Teaching Approaches to Helping Girls Thrive","description":"By Girls' Day School Trust via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/educating-girls","topics":"teaching;women","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb5e4d5c-5ffc-4296-9bdb-af2fad70a4ed","name":"Bullying in Schools: How Should Teachers Respond?","description":"By Queensland University of Technology via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-bullying-in-schools-how-should-teachers-respond-13362","topics":"bullying;school;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abba01c9-827c-474c-ae68-e61f2866f286","name":"Teaching Practical Science: Biology","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-teaching-practical-science-biology-9115","topics":"biology;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70c48ca0-2fb7-4bed-bc52-b59e33ee22b5","name":"Digital Skills for Teachers: Making Technology Work for You","description":"By Girls' Day School Trust via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-digital-skills-for-teachers-making-technology-work-for-you-13243","topics":"edtech;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bca88038-aaef-4429-a524-2c19b83f3c91","name":"World Class Maths: Asian Teaching Methods","description":"By Macmillan Education via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-world-class-maths-asian-teaching-methods-10424","topics":"mathematics;teaching;asia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"718bc587-301c-40f1-aefc-d98bb6b1984d","name":"TESOL Strategies: Supporting ESL Students in Mainstream Classrooms","description":"By University of Glasgow via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-tesol-strategies-supporting-esl-students-in-mainstream-classrooms-10601","topics":"teaching;language;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69c28ade-3bcc-4c67-9051-ad771d22363d","name":"Teaching Primary Science: Getting Started","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/teaching-primary-science-getting-started","topics":"science;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b196ce97-6b9a-4330-8d27-e6a99c59e67b","name":"The Unbundled University, the Market and Digital Technology","description":"By University of Leeds via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/the-unbundled-university","topics":"education;edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64e4a892-b669-411a-99ce-5f898730d4c8","name":"Flexagons and the Math Behind Twisted Paper","description":"By Weizmann Institute of Science via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-flexagons-and-the-math-behind-twisted-paper-10734","topics":"mathematics;games;recreational-math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6f61752-d97f-49d8-a33b-f892724bb1f0","name":"How to Write a PhD Research Proposal","description":"By University of Oslo via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-how-to-write-a-phd-research-proposal-13545","topics":"research;writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93d2e2b0-a615-48d7-8e92-c51e7fa81544","name":"English as a Medium of Instruction for Academics","description":"By University of Southampton via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/emi-academics","topics":"languages/english;academics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47833ca2-c238-4a24-aef9-800ce58e1ede","name":"Language Assessment in the Classroom","description":"By British Council via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-language-assessment-in-the-classroom-10571","topics":"assessment;teaching;language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a1c87b6-5eea-4529-8f27-1ffd3251f0ac","name":"World Class Maths: Asian Teaching Practice","description":"By Macmillan Education via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/world-class-maths-practice","topics":"mathematics;teaching;asia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bc4e7c9-208e-4fc5-aaf3-23645a5ad7ca","name":"Linking Curriculum Learning to STEM Careers","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/linking-stem-curriculum-learning-to-careers","topics":"teaching;careers;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"652e226b-6103-4c5a-9d0f-8075e720e8ba","name":"Becoming a Better Music Teacher","description":"By ABRSM, The Association Board of the Royal Schools of Music via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/becoming-a-better-music-teacher","topics":"music;education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e359a368-3686-472f-b3fb-06194b5c5947","name":"Understanding Diversity and Inclusion","description":"By Purdue University via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-diversity-and-inclusion-9883","topics":"diversity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b824ca00-be81-47b4-9a24-b46f1817214b","name":"Developing Literacy: A Journey from Still Image to Film","description":"By TATE Year 3 Project via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/photo-to-film","topics":"teaching;literacy;photography;film","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13b9e698-97f3-42a4-b96a-df1e9611ef09","name":"Transforming Education in Challenging Environments","description":"By University College London via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-transforming-education-in-challenging-environments-13738","topics":"teaching;children","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"498240dd-9d2a-4210-8074-d4cc109844d8","name":"Teaching Biology: Inspiring Students with Plant Science","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-teaching-biology-inspiring-students-with-plant-science-13641","topics":"biology;teaching;plants","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32a13582-8a3a-481e-97ee-cccbeef74582","name":"Preparing for Teaching","description":"By Manchester Metropolitan University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/preparing-for-teaching","topics":"education;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80a93aef-3b35-4d07-8270-6934c613dc07","name":"Maths Subject Knowledge: Proportional Reasoning","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-maths-subject-knowledge-proportional-reasoning-12132","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3819cb3f-e594-4b1a-b169-af6f5a9e36c8","name":"Understanding and Teaching Evolution","description":"By University of Bath via FutureLearn","image":null,"links":"course|https://www.classcentral.com/course/futurelearn-understanding-and-teaching-evolution-11807","topics":"evolution;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84447fbc-3ab1-4824-be3f-b7445816dfd3","name":"Transforming Digital Learning: Learning Design Meets Service Design","description":"By Deakin University via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/digital-learning","topics":"education;online-learning;instructional-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a6967e4-34e3-440e-85a6-01b5165ae77c","name":"Returning to Education as a Mature Student","description":"By University of York via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/mature-learners-support-in-returning-to-education","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"781f9332-c3e0-4bab-8444-6d2aef75ec34","name":"Inspiring Young People in STEM: Planning and Organising Practical Activities","description":"By National STEM Learning Centre via FutureLearn","image":null,"links":"course|https://www.futurelearn.com/courses/stem-volunteering-planning","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a321928-2fb0-4359-ad95-8c9cf05436c5","name":"College Algebra Prep","description":"By via Canvas Network","image":null,"links":"course|https://www.canvas.net/browse/xyztext/courses/college-algebra-prep","topics":"algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b4a6bfb-cc57-43e7-bb34-f9abba361b29","name":"The Rails 5 Way","description":null,"image":null,"links":"book|https://www.amazon.com/Rails-Way-Addison-Wesley-Professional-Ruby/dp/0134657675/ref=sr_1_1?crid=M672Y1J8LHTN&keywords=the+rails+6+way&qid=1580764137&s=books&sprefix=the+rails+%2Cstripbooks-intl-ship%2C400&sr=1-1&tag=learnawesome-20","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56b138e9-0b29-4d96-8309-8a8205d7f7c9","name":"For the Love of Physics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/7841672-for-the-love-of-physics","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"395d7288-6512-47d0-8a6a-1c1596569ff0","name":"An Interactive Introduction to Fourier Transforms","description":null,"image":null,"links":"interactive|http://www.jezzamon.com/fourier/","topics":"mathematics;transform-calculus;calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f058f5f-bba8-4c28-8987-e1b39535aeb4","name":"Snap","description":null,"image":null,"links":"website|https://snap.berkeley.edu/about","topics":"programming-languages/snap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5f9845dc-2b7d-47de-a5d4-ea3a234a727f","name":"Phrases and Cadences","description":null,"image":null,"links":"interactive|https://www.musictheory.net/lessons/55","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84c5a1fa-d245-4838-81a3-7b61869f72c4","name":"Snap! (programming language) - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Snap!_(programming_language)","topics":"programming-languages/snap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2ee2465c-cb95-4fda-841a-2adaee8023eb","name":"A brief history of chess - Alex Gendler","description":null,"image":"https://i.ytimg.com/vi/YeB-1F-UKO0/maxresdefault.jpg","links":"video|https://www.youtube.com/watch?v=YeB-1F-UKO0","topics":"chess;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f42596a9-1075-4f04-8da8-b9ea502d8370","name":"The Tail End","description":null,"image":null,"links":"article|https://waitbutwhy.com/2015/12/the-tail-end.html","topics":"life;relationships","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8480b23d-82d8-451d-b66a-f984e7ad764c","name":"How This Guy Builds Mesmerizing Kinetic Sculptures | Obsessed | WIRED","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=ROP45rjvOHg","topics":"sculpture;kinetic-sculptures","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"17e9ae5c-5a0f-4914-90e3-0a6473bae7db","name":"Django Tutorial","description":"A popular and well recommended tutorial for Django, a backend web development framework for Python.","image":null,"links":"app|https://tutorial.djangogirls.org/en/","topics":"software-tools/django","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d51a620a-09cd-4c82-9030-04b64a391ab7","name":"Scratch Homepage","description":null,"image":null,"links":"interactive|https://scratch.mit.edu/","topics":"programming-languages/scratch","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cca5470e-581c-476a-8292-1f3cf2132c4e","name":"Introduction to Marxism","description":null,"image":null,"links":"learning_plan|https://cla.purdue.edu/academic/english/theory/marxism/index.html","topics":"marxism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7fbc0108-5151-4e60-b9c3-57ea28caa2a7","name":"Atomic Habits","description":"The New York Times bestseller\\n\\nTiny Changes, Remarkable Results\\n\\nNo matter your goals, Atomic Habits offers a proven framework for improving--every day. James Clear, one of the world's leading experts on habit formation, reveals practical strategies that will teach you exactly how to form good habits, break bad ones, and master the tiny behaviors that lead to remarkable results.","image":"https://covers.openlibrary.org/b/id/8260535-L.jpg","links":"book|https://www.goodreads.com/book/show/40121378-atomic-habits;summary|https://sivers.org/book/AtomicHabits;summary|https://fourminutebooks.com/atomic-habits-summary/;summary|https://medium.com/@priyankinfinnov/learnings-from-reading-atomic-habits-48a1a60c645f;summary|https://sipreads.com/atomic-habits/","topics":"productivity;habits","creators":"James Clear","year":"2018","difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5dbd1058-8a20-482a-a48f-c4ebbb13c7aa","name":"The Power of Habit - Summary by FourMinuteBooks","description":"OVER 60 WEEKS ON THE NEW YORK TIMES BESTSELLER LISTWith a new Afterword by the author In The Power of Habit, Pulitzer Prize–winning business reporter Charles Duhigg takes us to the thrilling edge of scientific discoveries that explain why habits exist and how they can be changed. Distilling vast amounts of information into engrossing narratives that take us from the boardrooms of Procter & Gamble to sidelines of the NFL to the front lines of the civil rights movement, Duhigg presents a whole new understanding of human nature and its potential. At its core, The Power of Habit contains an exhilarating argument: The key to exercising regularly, losing weight, being more productive, and achieving success is understanding how habits work. As Duhigg shows, by harnessing this new science, we can transform our businesses, our communities, and our lives.NEW YORK TIMES BESTSELLER • NPR BESTSELLER • WASHINGTON POST BESTSELLER • LOS ANGELES TIMES BESTSELLER • USA TODAY BESTSELLER • PUBLISHERS WEEKLY BESTSELLER  NAMED ONE OF THE BEST BOOKS OF THE YEAR BY\\n The Wall Street Journal • Financial Times\\n   “Sharp, provocative, and useful.”—Jim Collins   “Few [books] become essential manuals for business and living. The Power of Habit is an exception. Charles Duhigg not only explains how habits are formed but how to kick bad ones and hang on to the good.”—Financial Times   “A flat-out great read.”—David Allen, bestselling author of Getting Things Done: The Art of Stress-Free Productivity\\n  \\n “You’ll never look at yourself, your organization, or your world quite the same way.”—Daniel H. Pink, bestselling author of Drive and A Whole New Mind  “Entertaining . . . enjoyable . . . fascinating . . . a serious look at the science of habit formation and change.”—The New York Times Book Review“Cue: see cover. Routine: read book. Reward: fully comprehend the art of manipulation.”—Bloomberg Businessweek “Absolutely fascinating.”—Wired“A fresh examination of how routine behaviors take hold and whether they are susceptible to change . . . The stories that Duhigg has knitted together are all fascinating in their own right, but take on an added dimension when wedded to his examination of habits.”— Associated Press  “There’s been a lot of research over the past several years about how our habits shape us, and this work is beautifully described in the new book The Power of Habit.”—David Brooks, The New York Times\\n  \\n “A first-rate book—based on an impressive mass of research, written in a lively style and providing just the right balance of intellectual seriousness with practical advice on how to break our bad habits.”—The Economist\\n  \\n “I have been spinning like a top since reading The Power of Habit, New York Times journalist Charles Duhigg’s fascinating best-seller about how people, businesses and organizations develop the positive routines that make them productive—and happy.”—The Washington Post","image":"https://learn-awesome.github.io/assets/book_covers/12609433.jpg","links":"summary|https://fourminutebooks.com/the-power-of-habit-summary/;summary|https://sivers.org/book/PowerOfHabit;book|https://www.amazon.com/Power-Habit-What-Life-Business/dp/081298160X?tag=learnawesome-20","topics":"learning;habits;productivity","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"043958f5-e982-4aa0-b0a8-518bbfac7a4d","name":"Peak","description":"A survey of the psychology of expertise, providing techniques for developing mastery of any skill, drawn from the authors' extensive, pathfinding research.","image":"https://covers.openlibrary.org/b/id/8138393-L.jpg","links":"book|https://www.goodreads.com/book/show/26312997-peak","topics":"learning;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72365a0d-6b25-4891-bdf3-004ab93daf84","name":"Make It Stick - Summary by FasterToMaster.com","description":null,"image":null,"links":"summary|https://fastertomaster.com/make-it-stick-peter-brown-henry-roediger-mark-mcdaniel/;summary|https://www.youtube.com/watch?v=tQsIlnuAB9E;book|https://www.goodreads.com/book/show/18770267-make-it-stick","topics":"learning","creators":null,"year":"2014","difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d3f3b1a2-6590-4bd2-bad5-9686a0b58d16","name":"The War of Art - Summary by sipreads.com","description":null,"image":null,"links":"summary|https://sipreads.com/war-of-art/;book|https://www.goodreads.com/book/show/1319.The_War_of_Art","topics":"creativity;arts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bea5487f-812a-4f04-9fbe-bdbbf8e15988","name":"Teach Yourself How to Learn","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/36711095-teach-yourself-how-to-learn","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f588806-1a52-47eb-b317-0f0f6c1ff9f4","name":"Bring Up Genius!","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/20877035-bring-up-genius;summary|https://slatestarcodex.com/2017/07/31/book-review-raise-a-genius/","topics":"learning;parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"735e4702-47c0-46ce-af60-e2019724fd85","name":"Esperanto Explained","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=ZJWVOkdWQAs","topics":"languages/esperanto","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"46da2b35-71a6-4667-bad1-c9aa60f497c3","name":"How to explain things","description":null,"image":null,"links":"article|https://drmaciver.github.io/academic-writing-lecture-1/#/","topics":"communication;academics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"3.0","tags":"oer"} +{"iid":"791ab261-4161-4259-b1c5-192ff8c5e683","name":"Flatterland","description":null,"image":null,"links":"book|https://en.wikipedia.org/wiki/Flatterland","topics":"geometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b0644965-be55-493e-a098-4b712c63dfbf","name":"The Planiverse","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/866402.The_Planiverse","topics":"geometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d479b068-eb5f-4d62-a7d0-cfcfe0795fe0","name":"Duolingo","description":null,"image":null,"links":"website|https://www.duolingo.com/","topics":"languages/japanese;languages/spanish;languages/french;languages/german;languages/italian;languages/korean;languages/chinese;languages/russian;languages/hindi;languages/irish;languages/norwegian;languages/welsh;languages/esperanto;languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":null} +{"iid":"0acba9fc-e749-41ef-8331-66ac91dd90e3","name":"Rosetta Stone® - Language Learning - Learn a new language","description":null,"image":null,"links":"website|https://www.rosettastone.com/","topics":"languages/spanish;languages/french;languages/italian;languages/english;languages/german;languages/chinese;languages/hindi;languages/irish;languages/japanese;languages/korean;languages/russian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"589da092-6d15-4312-8125-2f6802c4b4f8","name":"Articles | Scott H Young","description":null,"image":null,"links":"blog|https://www.scotthyoung.com/blog/articles/","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9cff1b4-51f4-42f2-8c8e-050a0affab8e","name":"Parenting : Who is it really for? | Derek Sivers","description":null,"image":null,"links":"article|https://sivers.org/pa","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"203869ac-ee51-4ac2-9dcb-91252fab8a1f","name":"Dissent on Aadhaar ","description":"Edited by Reetika Khera","image":"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1546503643l/43450398._SY475_.jpg","links":"book|https://www.goodreads.com/book/show/43450398-dissent-on-aadhaar","topics":"aadhaar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29586222-b1dd-4e6f-9484-d731b996e9b2","name":"The Aadhaar Effect: Why the World's Largest Identity Project Matters","description":"by N.S.Ramnath and Charles Assisi\\n\\nIdentification vs profiling; state welfare vs state surveillance; privacy vs transparency -- the idea of Aadhaar has bitterly polarized India since its launch eight years ago. No other project has captured the imagination of the people-or inspired such awe and anxiety-in recent memory.\\n\\nAadhaar began life with a singular mandate: offer an identity to those Indian residents who didn't have any. Along the way, it evolved into the welfare state's flagship technology and altered forever how government, business, and society interact.\\n\\nThe Aadhaar Effect is the story of the visionaries-bureaucrats, technologists, activists-who created or challenged India's biggest juggernaut. It is equally the story of humans conflicted about complex choices that may make the world a better place.\\n\\nAward-winning journalists N.S. Ramnath and Charles Assisi dive deep into the 12-digit number that has touched 1.2 billion lives and counting-and in the bargain, made the world sit up and take note of India's ambition.","image":"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1539542058l/42302997._SY475_.jpg","links":"book|https://www.goodreads.com/book/show/42302997-the-aadhaar-effect","topics":"aadhaar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"988e0ea6-1ff4-48a7-a382-cc726b2c45f4","name":"Aadhaar: A Biometric History of India's 12-Digit Revolution","description":"by Shankkar Aiyar\\n\\nA complex tale of idealism, negotiation and realpolitik records how a revolution was engineered\\n\\nAadhaar was born in July 2009, yoking modern technology and management expertise to political will. The biometric-based unique identification system, built by tech czar Nandan Nilekani and his team of innovators, was designed to enable subsidies and social spends reach their true destination, plug institutional corruption and save trillions of tax-rupees. In July 2017, Aadhaar is 1.15 billion identities and growing.\\n\\nIn Aadhaar: A Biometric History of India’s 12-digit Revolution, senior journalist Shankkar Aiyar traces the history of this ambitious, controversial undertaking. He speaks with President Pranab Mukherjee, Prime Ministers Narendra Modi and Manmohan Singh, P. Chidambaram, Yashwant Sinha, Rahul Gandhi and others to document how politicians with diametrically opposed ideologies were equally determined to propel Aadhaar.\\n\\nAiyar maps how Aadhaar’s application expanded beyond its original intent. He researches its ups, downs and turnarounds; discusses the concerns of activists and bureaucrats on potential misuse of the database for state surveillance; raises the urgent need for a data-protection and privacy law and spells out the solutions.\\n\\nAn unusual contemporary dramatization, this book is a breathless ride through recent changes in India’s political and economic landscape.","image":"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1500580322l/35712946._SY475_.jpg","links":"book|https://www.goodreads.com/book/show/35712946-aadhaar","topics":"aadhaar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aacfee9c-82be-4f2e-a540-0f44890dbf09","name":"Kaarana – Critiques of Aadhaar and digital India","description":null,"image":null,"links":"blog|https://medium.com/karana","topics":"aadhaar","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"60e0e6a4-aee2-449f-ab46-016648ae57f7","name":"The Magic & Joy of Exploding Dots","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/43083153-the-magic-joy-of-exploding-dots","topics":"exploding-dots;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f84509d-d6ec-415e-8058-882dccaefa65","name":"Exploding Dots by James Tanton","description":null,"image":null,"links":"video|https://vimeo.com/204368634","topics":"exploding-dots;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2cda090a-d8ec-47cd-a327-79f8002caed7","name":"Exploding Dots | G'Day Math","description":null,"image":null,"links":"course|https://gdaymath.com/courses/exploding-dots/","topics":"exploding-dots","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"afe31fe6-02a7-426f-a40f-4989fd677b9a","name":"LearnAwesome - The Book Project","description":"We are reading, summarizing and testing the ideas from the following books:\\n\\nhttps://learnawesome.org/items/8057d51a-5e86-4a7f-a858-55b2eeecf3de-learning-a-very-short-introduction\\n\\nhttps://learnawesome.org/items/ec8e3a9a-4cce-4c79-b53f-9a9c3af7dc8b-how-people-learn-brain-mind-experience-and-school\\n\\nhttps://learnawesome.org/items/1f42ca53-fb94-4a18-85c4-c1dd8779eb4e-the-art-of-learning\\n\\nhttps://learnawesome.org/items/282ab02b-79a9-4c23-906b-06c897ee8d44-learning-how-to-learn\\n\\nhttps://learnawesome.org/items/5e2f235b-ad3c-45c6-b9a9-e775c2de6110-mastery-by-robert-greene\\n\\nhttps://learnawesome.org/items/c3dcdf3f-eaad-4f39-80b3-759bb43a0a47-pragmatic-thinking-and-learning\\n\\nhttps://learnawesome.org/items/36dc7686-1a91-4d33-a899-0b0e9ac6a989-ultralearning\\n\\nhttps://learnawesome.org/items/4955e2f3-d311-45e5-b5bb-deae9957af95-the-4-hour-chef\\n\\nhttps://learnawesome.org/items/5c731d15-6a53-432e-82e4-a4de9fecb2d1-the-first-20-hours\\n\\nhttps://learnawesome.org/items/97752823-5409-4628-b604-b9d7150c12ee-the-power-of-habit\\n\\nhttps://learnawesome.org/items/1c1aa1c5-7244-4149-a4f2-7306d878a13b-peak\\n\\nhttps://learnawesome.org/items/0c1744e3-5aff-4ce9-9dcd-161581df9415-make-it-stick\\n\\nhttps://learnawesome.org/items/720c7ae5-8c05-403c-b695-85df2d84cfa1-teach-yourself-how-to-learn\\n\\nhttps://learnawesome.org/items/0bfdb9e5-0f1d-4c26-9172-80cfb228e431-bring-up-genius","image":null,"links":null,"topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87f28c11-a803-472e-ba0e-96ee33ab5239","name":"Learn Reactjs | Coderplex","description":null,"image":null,"links":"learning_plan|https://coderplex.org/learn/reactjs/Choosing-ReactJS","topics":"software-tools/react","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00013a3f-d409-4623-aeb9-c958e0fcc6e2","name":"Choosing laravel | Learn Laravel | Coderplex","description":null,"image":null,"links":"learning_plan|https://coderplex.org/learn/laravel/Choosing-laravel/","topics":"software-tools/laravel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07f7a121-fdc5-4270-9d92-d84d273079db","name":"Laravel - The PHP Framework For Web Artisans","description":null,"image":null,"links":"website|https://laravel.com/","topics":"software-tools/laravel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28016b97-64f9-4e13-b324-435a0be57b06","name":"The 2019 Web Almanac by HTTP Archive","description":null,"image":null,"links":"website|https://almanac.httparchive.org/en/2019/","topics":"web","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c1da8b1-f9c9-4726-9923-01e694d7cd35","name":"The Joy of Game Theory","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/19342361-the-joy-of-game-theory?ac=1&from_search=true&qid=lGbHCmRyAB&rank=1","topics":"game-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90c3ea5d-7efe-4f5b-b886-7e569fa68c68","name":"16 fun applications of the pigeonhole principle – Mind Your Decisions","description":null,"image":null,"links":"article|https://mindyourdecisions.com/blog/2008/11/25/16-fun-applications-of-the-pigeonhole-principle/","topics":"pigeonhole-principle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c519f47-c7c0-4d3e-a11f-de366523c96a","name":"Elsa Birch","description":null,"image":null,"links":"article|http://www.elsabirch.com/dataviz/bookreview.html","topics":"data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"274ad2ff-4f4f-41ca-a5e9-ff4f74446df5","name":"Top 3 ways in which Big Data will redefine sustainable development | Cloudaeon","description":null,"image":null,"links":"website|https://www.cloudaeon.co.uk/top-3-ways-in-which-big-data-will-redefine-sustainable-development/","topics":"big-data;software-tools/integrated-development-environments","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"642e2514-89d6-42b0-b81a-b1ee3822988a","name":"Blockchain Demo - A visual demo of blockchain technology","description":null,"image":null,"links":"interactive|https://blockchaindemo.io/","topics":"blockchain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0affa16-8ff1-42cd-9acb-48ceb00c715b","name":"Einstein and Hilbert’s Race to Generalize Relativity","description":null,"image":null,"links":"article|https://medium.com/cantors-paradise/einstein-and-hilberts-race-to-generalize-relativity-6885f44e3cbe","topics":"general-relativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"99403bcc-edd2-485c-a8cf-6bb217531423","name":"Feedbooks | Free eBooks and Best Sellers","description":null,"image":null,"links":"book|http://www.feedbooks.com/","topics":"books;ebooks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3546a32-e819-4b35-a67f-1c86b66c4fe9","name":"Matthew Walker's \\"Why We Sleep\\" Is Riddled with Scientific and Factual Errors - Alexey Guzey","description":null,"image":null,"links":"article|https://guzey.com/books/why-we-sleep/","topics":"sleep","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"351a86f8-c0fc-4fd5-badb-bd7ec828c4df","name":"Neal.fun","description":null,"image":null,"links":"image|https://neal.fun/size-of-space/","topics":"space","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"580363c3-9071-441b-a6d5-e7f1fadc661f","name":"Musical Chord Progression Arpeggiator - Outpan","description":null,"image":null,"links":"interactive|https://www.outpan.com/app/3ef086df04/musical-chord-progression-arpeggiator","topics":"music-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4ee65ba-bf78-4b31-9b6b-b2cc5fa5a0b4","name":"Ayurveda - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Ayurveda","topics":"ayurveda;health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e55c1075-b536-44c8-beca-3e10af7d63bb","name":"Resourceaholic","description":null,"image":null,"links":"article|https://www.resourceaholic.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0cd6d66d-dd9f-40bf-8f14-524648d28582","name":"Frontend Developer - roadmap.sh","description":null,"image":null,"links":"learning_plan|https://roadmap.sh/frontend","topics":"frontend-engineering;web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2988c59-3f1b-4831-a372-b266446d31dd","name":"Backend Developer - roadmap.sh","description":null,"image":null,"links":"learning_plan|https://roadmap.sh/backend","topics":"backend-engineering;software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62b5d4c0-39b0-485b-a7b2-aa4850ad2201","name":"DevOps Roadmap - roadmap.sh","description":null,"image":null,"links":"learning_plan|https://roadmap.sh/devops","topics":"devops;software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a2cfdc5-4f40-40ca-878a-a4f0dba94405","name":"Unknown Unknowns | Dr. Ben Newling | TEDxUNB","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=Boa5vBQp9YQ","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"dfc04562-1b57-4024-a313-b468eb72e7b2","name":"Learn dart in Y Minutes","description":null,"image":null,"links":"code|https://learnxinyminutes.com/docs/dart/","topics":"programming-languages/dart","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf97925e-53ca-44f3-b629-61b7bb7123ed","name":"Dart programming language | Dart","description":null,"image":null,"links":"website|https://dart.dev/","topics":"programming-languages/dart","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de736b5b-22cc-4a9e-9327-e1c9bdc8b13c","name":"DartPad","description":null,"image":null,"links":"app|https://dartpad.dartlang.org/","topics":"programming-languages/dart","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c379cab-642f-48ad-9574-8c7f548a1133","name":"Exercises in Style - Wikipedia","description":null,"image":null,"links":"book|https://en.m.wikipedia.org/wiki/Exercises_in_Style","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"02d6fab2-1dad-416d-bc34-0a47adfa55c6","name":"Flutter Crash Course - Building a Complete App From Scratch","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=jBBl1tYkUnE","topics":"software-tools/flutter","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5a966ec0-5c31-4da5-9667-d197cade75ae","name":"Flutter Widget of the Week","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=b_sQ9bMltGU&list=PLjxrf2q8roU23XGwz3Km7sQZFTdB996iG","topics":"software-tools/flutter","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1a33c959-d64f-49a5-9b75-0068762f316e","name":"The Deep Sea","description":null,"image":null,"links":"interactive|https://neal.fun/deep-sea/","topics":"oceans","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10671ac9-af8f-4cde-b48e-406f73a690ac","name":"3Blue1Brown: Essence of linear algebra","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=kjBOesZCoqc","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"17369399-23dc-4bf5-9439-d2927973cbdb","name":"A Theory of Justice (Paperback)","description":"By John Rawls","image":"https://learn-awesome.github.io/assets/book_covers/129237.jpg","links":"book|https://www.goodreads.com/book/show/129237.A_Theory_of_Justice","topics":"justice","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25e47631-4eb8-4915-8164-521bf20db150","name":"GitHub - coryhouse/speaker-starter-kit: Resources for aspiring speakers","description":null,"image":null,"links":"article|https://github.com/coryhouse/speaker-starter-kit","topics":"speaking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b9963db3-c5e3-4701-96d7-4f4c878e2fc6","name":"Supernova Studio","description":null,"image":null,"links":"app|https://supernova.io/","topics":"software-tools/flutter","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5bc76d6-81b5-40be-bba6-b90d358b5b38","name":"Flutter Vignette Showcase","description":null,"image":null,"links":"website|https://flutter.gskinner.com/","topics":"software-tools/flutter","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49e7ef7b-4d98-40fc-bc2e-9a61d8655dee","name":"Ruby Programming Language","description":null,"image":null,"links":"website|https://www.ruby-lang.org/","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4458a2b2-36cc-4ee1-8fd8-b165160dd22b","name":"Rubyland","description":null,"image":null,"links":"blog|http://rubyland.news/","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12c4def3-e40c-46d7-83ef-f658fac94b10","name":"RubyFlow","description":null,"image":null,"links":"blog|http://www.rubyflow.com/","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c06c8a16-f815-4ce4-af04-be981499548e","name":"Ruby Weekly Archives","description":null,"image":null,"links":"newsletter|https://rubyweekly.com/issues","topics":"programming-languages/ruby","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54108747-3ad9-4261-968e-9d02a9c94541","name":"Visual Studio Code - Code Editing. Redefined","description":null,"image":null,"links":"website|https://code.visualstudio.com/","topics":"vscode","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e437118-3ba6-416b-89a1-0ed54fa5713d","name":"Visual Studio Code Introductory Videos","description":null,"image":null,"links":"video|https://code.visualstudio.com/docs/getstarted/introvideos","topics":"vscode","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed7a6a2b-befc-47cd-a20c-029e5b87114c","name":"Firebase","description":null,"image":null,"links":"website|https://firebase.google.com/","topics":"software-tools/firebase","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed6dd38c-bd3b-4cad-8e53-6ab0e962cb70","name":"Join firebase-community on Slack!","description":null,"image":null,"links":"chat|https://firebase.community/","topics":"software-tools/firebase","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"890a2baa-4379-4843-a35b-91978a968521","name":"Google Groups","description":null,"image":null,"links":"chat|https://groups.google.com/forum/#!forum/firebase-talk","topics":"software-tools/firebase","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e125bcb7-e261-4d6d-a7f1-f2c7708e435b","name":"Newest 'firebase' Questions - Stack Overflow","description":null,"image":null,"links":"qna|https://stackoverflow.com/questions/tagged/firebase","topics":"software-tools/firebase","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"59de0767-10df-462c-846d-b1aa08610b8e","name":"Firebase (@Firebase) | Twitter","description":null,"image":null,"links":"blog|https://twitter.com/Firebase","topics":"software-tools/firebase","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c716c6b-5792-44ea-a14c-a19959c82a22","name":"Maps, Arrays and Subcollections, Oh My! | Get to Know Cloud Firestore #4","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=o7d5Zeic63s","topics":"software-tools/firebase","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9b583c3b-f636-4d75-9c02-1aa1c8a64b64","name":"Google Analytics Academy","description":null,"image":null,"links":"course|https://analytics.google.com/analytics/academy/","topics":"google-analytics;digital-marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80bab490-9c0b-4fce-bbf8-63401a9cb6a1","name":"Catalog : Blueprint","description":null,"image":null,"links":"video|https://www.facebookblueprint.com/student/catalog","topics":"digital-marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9c3efde-83d0-4760-80af-7a46b84848ac","name":"Riding Rails","description":null,"image":null,"links":"blog|https://weblog.rubyonrails.org/","topics":"software-tools/rails","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0843e7bb-6863-47d6-b52d-8421652c30ba","name":"Parable of the Polygons - a playable post on the shape of society","description":null,"image":null,"links":"interactive|https://ncase.me/polygons/","topics":"voting;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3e902bd-4984-4559-9494-a7fb6ebf457f","name":"To Build a Better Ballot","description":null,"image":null,"links":"interactive|https://ncase.me/ballot/","topics":"voting;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9af9b5a-0684-4f03-8079-4841bb6dcdee","name":"Algorithmic Game Theory (CS364A), Fall 2013","description":null,"image":null,"links":"course|http://timroughgarden.org/f13/f13.html","topics":"game-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d9e772f-4756-4aab-aa7d-9b02f9ec7514","name":"IndiaOS 2020 - An Open Source Conference","description":null,"image":null,"links":"conference|https://indiaos.in/","topics":"open-source","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"491f958f-1ed2-44ae-a28e-545d1b31da82","name":"[1910.06389] Snow Crystals","description":null,"image":null,"links":"book|https://arxiv.org/abs/1910.06389","topics":"snowflakes;water","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ea8b461-9af1-47a2-a251-5952a7773a60","name":"GitHub - VGraupera/1on1-questions: Mega list of 1 on 1 meeting questions compiled from a variety to sources","description":null,"image":null,"links":"article|https://github.com/VGraupera/1on1-questions","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2cc6ba1b-7147-4ed0-85c7-c46a597a07b4","name":"Anni Sapountzi : Remember What You Learn (Spaced Repetition Model) | PyData Amsterdam 2019","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=wzQKwz-JggA","topics":"spaced-repetition;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"4.0","tags":"oer"} +{"iid":"a4eb9782-fc51-4472-b1c0-22681cb8e24e","name":"A trainable spaced repetition model for language learning","description":"By Duolingo","image":null,"links":"research_paper|https://github.com/duolingo/halflife-regression/blob/master/settles.acl16.pdf","topics":"spaced-repetition;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1f529a46-6950-4e81-9bed-46e9de4a057c","name":"Fallacies | Internet Encyclopedia of Philosophy","description":null,"image":null,"links":"article|https://www.iep.utm.edu/fallacy/","topics":"logic;fallacy;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6ef077a6-8800-45c1-a548-36ff557226ed","name":"The Holloway Guide to Equity Compensation — Holloway","description":null,"image":null,"links":"article|https://www.holloway.com/g/equity-compensation","topics":"equity-compensation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db7d00c8-6645-4ecf-9143-33c0f2140aa2","name":"Mathematics for the adventurous self-learner | Neil Sainsbury","description":null,"image":null,"links":"learning_plan|https://www.neilwithdata.com/mathematics-self-learner","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"658b8662-39e8-4655-ae3a-d2b6646f5d41","name":"Mystery Science: Lessons for elementary teachers","description":null,"image":null,"links":"video|https://mysteryscience.com/","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7881294-b2ca-44fc-937f-09e2e2ad8c58","name":"GitHub - binhnguyennus/awesome-scalability: The Patterns of Scalable, Reliable, and Performant Large-Scale Systems","description":null,"image":null,"links":"website|https://github.com/binhnguyennus/awesome-scalability","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"be3fe68c-c856-4e34-b92f-2287d5fff6cd","name":"Trigonometry fundamentals | Lockdown math ep. 2","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=yBw67Fb31Cs","topics":"trigonometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"16633df9-e8c1-4ce0-b1b5-2a2aae2afd3e","name":"What Happens Next? COVID-19 Futures, Explained With Playable Simulations","description":null,"image":null,"links":"interactive|https://ncase.me/covid-19/","topics":"coronavirus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6a43fba-a51f-4af7-9b02-15878ee8c921","name":"Analytical Corporate Finance","description":"By Angelo Corelli","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-95762-3","topics":"corporate-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0d1cd1c-729f-48bb-8ff3-8443a0e36ace","name":"A Concise Guide to Market Research","description":"By Marko Sarstedt, Erik Mooi","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-56707-4","topics":"market-research;marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51750ac9-3193-4abb-a225-7471ddd1e084","name":"Global Supply Chain and Operations Management","description":"By Dmitry Ivanov, Alexander Tsipoulanidis, Jörn Schönberger","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-94313-8","topics":"supply-chain;operations-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15964521-9469-4912-9e77-6361dc5c8c12","name":"International Business Management","description":"By Kamal Fatehi, Jeongho Choi","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-96622-9","topics":"international-business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c43ed3d7-7cb0-44c8-b834-71afcb5c467f","name":"Excel Data Analysis","description":"By Hector Guerrero","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-01279-3","topics":"software-tools/excel;data-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b68895c-65c5-451f-b22a-1744904a500c","name":"Digital Business Models","description":"By Bernd W. Wirtz","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-13005-3","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b64783f7-ce2b-491a-9df3-6a572661fc4a","name":"Social Marketing in Action","description":"By Debra Z. Basil, Gonzalo Diaz-Meneses, Michael D. Basil","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-13020-6","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94dcfeb0-3263-45af-87df-0f9c6968f486","name":"Ceramic Materials","description":"By C. Barry Carter, M. Grant Norton","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-46271-4","topics":"material-science;ceramics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04066417-0c24-4d12-8382-e04daf098e93","name":"Composite Materials","description":"By Krishan K. Chawla","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-74365-3","topics":"material-science;composite-materials","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e89c5f55-fe71-43eb-8595-6091edb94cf7","name":"Transmission Electron Microscopy","description":"By David B. Williams, C. Barry Carter","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-76501-3","topics":"electron-microscopy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b6bb21d-8c8d-405f-aadc-2dbfc371b120","name":"Sensory Evaluation of Food","description":"By Harry T. Lawless, Hildegarde Heymann","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-6488-5","topics":"food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62398625-6a7d-4a23-8543-25fedd951604","name":"Engineering Flow and Heat Exchange","description":"By Octave Levenspiel","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4899-7454-9","topics":"heat;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0315ad8a-7cd3-4080-8250-4087658e92c3","name":"Chemical Thermodynamics","description":"By Ernö Keszei","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-19864-9","topics":"chemistry;thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ef5fafc-f51f-4d7f-b031-6830e027153a","name":"Electrochemistry","description":"By Christine Lefrou, Pierre Fabry, Jean-Claude Poignet","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-30250-3","topics":"chemistry;electrochemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c77e1dac-338f-4d7d-bafc-723f0e83e239","name":"Acid-Base Diagrams","description":"By Heike Kahlert, Fritz Scholz","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-37902-4","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70f199d8-ca27-4906-9350-30941ed5b138","name":"Brewing Science: A Multidisciplinary Approach","description":"By Michael Mosher, Kenneth Trantham","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-46394-0","topics":"brewing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53431604-0870-4726-9b60-cd9ae98d5c3d","name":"Principles of Polymer Chemistry","description":"By A. Ravve","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-2212-9","topics":"chemistry;polymer-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77ff5389-be93-4eb2-8a07-f0db96a93ba4","name":"Nanotechnology: Principles and Practices","description":"By Sulabha K. Kulkarni","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-09171-6","topics":"nanotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0a674a8-0550-499f-b080-5f2bd3f29660","name":"Structure Determination by X-ray Crystallography","description":"By Mark Ladd, Rex Palmer","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-3954-7","topics":"crystallography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e40e3967-db13-4983-acef-ba3d87e71e56","name":"Ceramic Materials","description":"By C. Barry Carter, M. Grant Norton","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-3523-5","topics":"material-science;ceramics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a905040d-b44d-4aa3-bd48-2c58fa734a9e","name":"Foundations of Analytical Chemistry","description":"By Miguel Valcárcel Cases, Ángela I. López-Lorente, Ma Ángeles López-Jiménez","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-62872-1","topics":"chemistry;analytical-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0407d7ed-6f30-454a-a531-3c685599bcb3","name":"Mass Spectrometry","description":"By Jürgen H Gross","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-54398-7","topics":"spectrometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ad9cc12-1133-4703-9117-5923c35203fb","name":"Statistical Mechanics for Engineers","description":"By Isamu Kusaka","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-15018-5","topics":"mechanics;statistical-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b9f7402-4375-4904-83d4-e9905c605a68","name":"Magnetic Interactions in Molecules and Solids","description":"By Coen de Graaf, Ria Broer","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-22951-5","topics":"magnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0bc3ede-cd6c-430a-a6cc-7455449fe876","name":"Polymer Synthesis: Theory and Practice","description":"By Dietrich Braun, Harald Cherdron, Matthias Rehahn, Helmut Ritter, Brigitte Voit","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-28980-4","topics":"material-science;polymers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6140991-60ac-492a-852d-9ceaaa0c12b2","name":"Food Analysis Laboratory Manual","description":"By S. Suzanne Nielsen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-44127-6","topics":"food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08210fbc-cb49-427e-b6da-71c68a0e0227","name":"Electrochemical Impedance Spectroscopy and its Applications","description":"By Andrzej Lasia","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-8933-7","topics":"spectroscopy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9b83cd8-c682-4184-9089-436d218bce4f","name":"Group Theory Applied to Chemistry","description":"By Arnout Jozef Ceulemans","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-94-007-6863-5","topics":"group-theory;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2b233bf-f58e-4b4d-ab1b-56d7969f2499","name":"Food Chemistry","description":"By H.-D. Belitz, Werner Grosch, Peter Schieberle","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-540-69934-7","topics":"chemistry;food;food-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0115b57d-3b22-4d3b-bb1b-d8681a38d4d2","name":"Exam Survival Guide: Physical Chemistry","description":"By Jochen Vogt","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-49810-2","topics":"chemistry;physical-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c9fba0e-6936-4c69-9d96-dcdf8a9fd8b0","name":"Food Analysis","description":"By S. Suzanne Nielsen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-45776-5","topics":"food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7dab6668-e504-4f4b-b3af-e960757e6de0","name":"Physical Chemistry from a Different Angle","description":"By Georg Job, Regina Rüffler","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-15666-8","topics":"chemistry;physical-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9ac7f49-4026-4c0b-9501-52c75469bdc8","name":"Essentials of Food Science","description":"By Vickie A. Vaclavik, Elizabeth W. Christian","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-9138-5","topics":"food;food-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0314f567-bbca-4886-8871-c5d5abb3dd3c","name":"Chemical and Bioprocess Engineering","description":"By Ricardo Simpson, Sudhir K. Sastry","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-9126-2","topics":"chemical-engineering;bioproces-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d80469c1-1db2-475e-877c-ff69cab36b32","name":"Applied Chemistry","description":"By Oleg Roussak, H. D. Gesser","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-4262-2","topics":"chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a7765f7-e644-4b13-a8d3-bd0dedeeee21","name":"Advanced Organic Chemistry","description":"By Francis A. Carey, Richard J. Sundberg","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-44899-2","topics":"chemistry;organic-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f6b1bb9-2dc3-4bb5-9fbf-da9687107d72","name":"Advanced Organic Chemistry","description":"By Francis A. Carey, Richard J. Sundberg","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-71481-3","topics":"chemistry;organic-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba340ec7-8ea8-47da-88d7-0f660dd0e007","name":"Scanning Electron Microscopy and X-Ray Microanalysis","description":"By Joseph I. Goldstein, Dale E. Newbury, Joseph R. Michael, Nicholas W.M. Ritchie, John Henry J. Scott, David C. Joy","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-6676-9","topics":"electron-microscopy;x-ray","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7eb7439-64fe-499d-929e-ee8c7bdf37d3","name":"Introduction to Evolutionary Computing","description":"By A.E. Eiben, J.E. Smith","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-44874-8","topics":"computer-science;evolutionary-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22a61c4e-689b-4fb2-8d5e-821aa49e54dd","name":"Data Structures and Algorithms with Python","description":"By Kent D. Lee, Steve Hubbard","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-13072-9","topics":"data-structures;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e5be136-0428-4174-a015-17a63392b4cf","name":"LaTeX in 24 Hours","description":"By Dilip Datta","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-47831-9","topics":"programming-languages/latex","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3bc4c7fe-5f5b-4976-877a-6e0b8c3fecf0","name":"Automata and Computability","description":"By Dexter C. Kozen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4612-1844-9","topics":"computer-science;automata","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d14ec336-a3b3-4fbd-906a-2615ebcceb1c","name":"The Algorithm Design Manual","description":"By Steven S Skiena","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-84800-070-4","topics":"computer-science;algorithms","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61e30de4-5823-4d34-a792-f030a9cbdf5c","name":"Principles of Data Mining","description":"By Max Bramer","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-7307-6","topics":"data-mining","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13eb667f-0f34-4fdd-ab5a-85f3fda1c477","name":"Fundamentals of Business Process Management","description":"By Marlon Dumas, Marcello La Rosa, Jan Mendling, Hajo A. Reijers","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-33143-5","topics":"business-process-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0759f962-ff76-4ca8-9a51-6d8c47562114","name":"UML @ Classroom","description":"By Martina Seidl, Marion Scholz, Christian Huemer, Gerti Kappel","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-12742-2","topics":"programming-languages/uml","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"454243c6-7069-46bb-901d-6a6f755168d7","name":"Foundations for Designing User-Centered Systems","description":"By Frank E. Ritter, Gordon D. Baxter, Elizabeth F. Churchill","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-5134-0","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a00dae6b-b80d-4944-9368-2a4277a548dd","name":"Computer Vision","description":"By Richard Szeliski","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-84882-935-0","topics":"computer-science;computer-vision","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b68445c9-8734-491a-b77a-52b0300e6f1f","name":"Data Mining","description":"By Charu C. Aggarwal","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-14142-8","topics":"data-mining","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68267f9e-5ff8-4fbf-bf02-8a3ec0085c57","name":"Computational Geometry","description":"By Mark de Berg, Otfried Cheong, Marc van Kreveld, Mark Overmars","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-540-77974-2","topics":"geometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4bc1a5b4-e25e-4023-aed1-00f10d66f31f","name":"Cryptography Made Simple","description":"By Nigel Smart","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-21936-3","topics":"computer-science;cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d36e248f-8ff3-434b-9074-6829daf4fd85","name":"Eye Tracking Methodology","description":"By Andrew T. Duchowski","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-57883-5","topics":"eye-tracking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e16f4502-15dd-4a22-86d5-2e026665cd62","name":"The Data Science Design Manual","description":"By Steven S. Skiena","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-55444-0","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"900026fe-5535-4281-bce5-88da7e210f53","name":"An Introduction to Machine Learning","description":"By Miroslav Kubat","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-63913-0","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"993f38d8-130b-45bb-ab2a-b7bebd5b3161","name":"Guide to Discrete Mathematics","description":"By Gerard O'Regan","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-44561-8","topics":"mathematics;discrete-mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"583a0e45-2154-4265-bbc6-071861f9227a","name":"Open Source Search: The Creators of Elasticsearch, ELK Stack & Kibana | Elastic","description":null,"image":null,"links":"website|https://www.elastic.co/","topics":"software-tools/elasticsearch","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e25fc353-efab-4547-ab02-47aaae9670ec","name":"We Need To Take CO2 Out Of The Sky","description":null,"image":null,"links":"article|https://www.orbuch.com/carbon-removal/","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de34f138-6df1-4371-8c33-7addd310280e","name":"Best IT Company in Agra (India) | Best Digital Marketing Institute in Agra | Technosters","description":null,"image":null,"links":"course|https://technosters.com/","topics":"digital-marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f48b5028-c5ee-4515-8b56-db9574d6be1c","name":"An Intuitive Guide to Linear Algebra – BetterExplained","description":null,"image":null,"links":"article|https://betterexplained.com/articles/linear-algebra-guide/","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"274b0934-f680-41d7-b288-5ca2e9685b4d","name":"GitHub - grab/front-end-guide: 📚 Study guide and introduction to the modern front end stack.","description":null,"image":null,"links":"learning_plan|https://github.com/grab/front-end-guide","topics":"frontend-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"85e010bf-5473-48a3-a79e-926404d311fb","name":"HOW ROCKETS ARE MADE (Rocket Factory Tour - United Launch Alliance) - Smarter Every Day 231","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=o0fG_lnVhHw&feature=youtu.be","topics":"rockets","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5d356055-c48c-4025-870e-9c46594d1b4d","name":"An Elementary Introduction to the Wolfram Language by Stephen Wolfram","description":null,"image":null,"links":"book|https://www.wolfram.com/language/elementary-introduction/2nd-ed/","topics":"programming-languages/wolfram","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2b4a54a-0e06-4a9d-a8ee-965d0410932c","name":"The 1918 Flu Pandemic - Trench Fever - Extra History - #2","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=Gt-VQGNiSWU&feature=youtu.be","topics":"epidemics;h1n1","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ac6d90a9-ff9f-4873-8acb-c348385df2ff","name":"Archery - Simple English Wikipedia, the free encyclopedia","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Archery","topics":"archery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0e4c492b-de09-4587-a079-08107ca3f3f8","name":"The Archer's Paradox in SLOW MOTION - Smarter Every Day 136","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=O7zewtuUM_0","topics":"archery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"95864063-97eb-4a3b-b0d3-39b568b2858b","name":"linux flashcards","description":null,"image":null,"links":"flashcard|https://flashcards-demo.netlify.com/linux/","topics":"software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d095e4e2-7c44-491d-a223-b740309b2ffd","name":"This equation will change how you see the world (the logistic map)","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=ovJcsL7vyrk","topics":"logistic-map;mandelbrot-set","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1de14750-ad8d-48e3-b148-3c0740dea31f","name":"The Feigenbaum Constant (4.669) - Numberphile","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=ETrYE4MdoLQ","topics":"logistic-map;mandelbrot-set","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"aefe1f31-28cf-403a-b090-00af23e23a6e","name":"Coronavirus Disease 2019 (COVID-19) | CDC","description":null,"image":null,"links":"website|https://www.cdc.gov/coronavirus/2019-ncov/index.html","topics":"coronavirus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"579dd9d7-89d7-4be9-85e8-3ad8312c3d9d","name":"0 A.D. | A free, open-source game of ancient warfare","description":null,"image":null,"links":"game|https://play0ad.com/","topics":"civilization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e83468c-fe38-4f94-aa77-466411b9a068","name":"The Ultimate Remote Work Tools Landscape — The Holloway Guide to Remote Work","description":null,"image":null,"links":"website|https://www.holloway.com/g/remote-work/sections/the-ultimate-remote-work-tools-landscape","topics":"remote-work","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24e6c270-910f-419f-8bcc-33ebadeaadb8","name":"Gist.io","description":"Sometimes, we want to share a bit of writing that is neither. Maybe we want to write for a specific audience, but don’t want to address the people who usually read our blogs. Maybe it’s just something that doesn’t fit into 140 characters.\\n\\nGist.io is a solution for that, inspired by Mike Bostock’s delightful bl.ocks.org\\n\\n# Usage\\n- Create a gist on GitHub with a single Markdown-syntax file.\\n- In the URL bar, replace\\n- gist.github.com/youruser/abc123… with\\n- gist.io/@youruser/abc123….\\n- Enjoy your beautifully-presented writing.","image":null,"links":"app|https://gist.io/","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3d4b118-ccc7-4491-b466-9a13410816e6","name":"Open Syllabus Project","description":null,"image":null,"links":"website|https://opensyllabus.org/","topics":"education;learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b031838-2277-4792-815b-da83e2a9f7f6","name":"https://wi.mit.edu/bionook","description":null,"image":null,"links":"article|https://wi.mit.edu/bionook","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c858fdaf-897b-4de0-bdc8-426adb2302ce","name":"A Survey on Wild Mathematics","description":null,"image":null,"links":"research_paper|https://arxiv.org/pdf/2005.01128.pdf","topics":"recreational-math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1700a5aa-b127-4a61-b989-f36f6434504f","name":"Best Data Analytics Certification Training Courses - ExcelR","description":null,"image":null,"links":"website|https://www.excelr.com/data-analytics-certification-training-course","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8d65d5b-dc12-4926-abb2-d071dff2634d","name":"sarim.com - This website is for sale! - sarim,cardiology Resources and Information.","description":null,"image":null,"links":"website|https://www.sarim.com/","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d0957fe-d3af-4b85-b0c8-5652735dd585","name":"OET 2.0 Practice Online | OET Exam Preparation - Oetpractice.net","description":null,"image":null,"links":"course|https://www.oetpractice.net/","topics":"healthcare;languages/english;online-courses","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee7dab5d-7ccf-450b-a9ca-4cd42fa2004c","name":"Marc ten Bosch - N-Dimensional Rigid Body Dynamics","description":null,"image":null,"links":"research_paper|https://marctenbosch.com/ndphysics/","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc9bbac6-213e-4ab3-b1e2-e4e8da7b3bb3","name":"Data ScienceTutorial For Beginners|Data Science With R-ExcelR","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=kR0R7-s94Mo&list=PLkqc8xRb_lIB2v9gewytOwLjeY4eo6Xib","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a5c9a5b4-f5e1-4ead-a9b1-02d4849690c1","name":"Tangram Builder – Mathigon","description":null,"image":null,"links":"interactive|https://mathigon.org/tangram","topics":"tangram","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddfd252c-8094-44bb-b9ac-b6983dc2f1bc","name":"What Nihilism Is Not | The MIT Press Reader","description":null,"image":null,"links":"article|https://thereader.mitpress.mit.edu/what-nihilism-is-not/","topics":"nihilism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ed6d7330-9c63-4cb2-958e-0874303e86e7","name":"Discuss Scratch","description":null,"image":null,"links":"chat|https://scratch.mit.edu/discuss/","topics":"programming-languages/scratch","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4ad57bc6-d861-4c0d-8ec2-cd4447858e83","name":"LightBot","description":null,"image":null,"links":"game|https://lightbot.com/","topics":"programming","creators":null,"year":null,"difficulty":"childlike","cost":null,"rating":null,"tags":null} +{"iid":"b17c0606-b3b5-47a4-8cfd-9eaaba701931","name":"ScratchJr - Home","description":null,"image":null,"links":"game|https://www.scratchjr.org/","topics":"programming-languages/scratch","creators":null,"year":null,"difficulty":"childlike","cost":null,"rating":null,"tags":null} +{"iid":"63ae7473-e118-4eca-a0c5-68e0f3162b5c","name":"Greatest Events of WWII in Colour | Netflix","description":null,"image":null,"links":"video|https://www.netflix.com/ie/title/80989924","topics":"history;world-war-2;human-history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e67fa4a9-baf4-446b-b579-6377d0fbd71d","name":"Syllabus: Scratch programming for kids","description":"I noticed that these days, a lot of parents are being pressured by edtech industry to buy paid courses on \\"programming for kids\\" which are all simply using Scratch with bad instructions. Worse, many of them are using industrial languages like Javascript or Python which are completely unsuitable for the purpose of pedagogy. So, I have put together this syllabus/sequence of high-quality learning resources (apps/free courses/articles/videos) that I followed for my own daughter with spectacular success.\\n\\nWe have a peer group of parents and children learning Scratch programming using this syllabus. If you'd like to join, come to [our Slack group](https://learnawesome.org/join_slack).\\n\\n## Why learn Scratch programming?\\n\\nComputational thinking skills may have a lot of practical value. It helps kids understand how computers work, and how to make new things with them. But [if you think programming is all about computers, you're wrong](https://twitter.com/nileshtrivedi/status/1261600393382883329). The core idea of programming is that a tiny set of simple instructions can be combined to produce immensely complex structures. We see this in cooking, knitting, chess, mathematics and much more. Your DNA, for example, is a series of instructions or a \\"program\\".\\n\\nBut more importantly, programming is the only skill that lets you create \\"interactive\\" art. Other creators have \\"readers\\", \\"audience\\", \\"spectators\\" etc, but only programmers have \\"users\\". [If you haven't felt the joy of programming, you're really missing out](https://twitter.com/nileshtrivedi/status/1261601737854472192).\\n\\nThis joy is what should be the main motivation for teaching programming to kids. Not career success. We don't know what careers will be in vogue 15 years from now, but the joy of creation is an eternal human blessing.\\n\\nScratch is a visual programming language, built at MIT, that is used by children all over the globe. This visual language is in the shape of blocks (like Lego), and it allows its users to create online projects, games, apps, and many other things. The blocks eliminate the major source of frustration which comes from syntax errors. Scratch has a very active online community which makes this experience very engaging for kids, and they also learn collaboration and teamwork - besides figuring out how programs work.\\n\\nScratch, which is completely free, is what's being used by many edtech platforms. You don't need to pay a lot of money for paid courses because I have collected the best quality resources here for you and put them in a sequence that is not rushed.\\n\\nIn my opinion, it would be a mistake to start too soon with industrial languages like Python, Javascript because the child would be intimidated with a lot of details that only distract. Motivation is the #1 resource with the shortest supply. Do whatever you can to preserve it. I'd actually explore computer games like Age of Empires which provoke questions in their minds: \\"I wonder how they wrote code for this game!\\".\\n\\n## Preparedness:\\n\\nCan the child count things correctly? It's NOT easy. Suppose your boss wants you to work from 8am to 11am, and mop floors 8 to 11. Simple - it's one floor per hour, right?\\n\\nNope! There are 4 floors to mop (8, 9, 10 and 11) but only 3 hours to work (8-9, 9-10, and 10-11).\\n\\nWhoa -- we count floors and hours differently? You bet. And somehow, if the boss said \\"Mop floors 8 to 11 on April 8th to 11th\\" everything would be ok.\\n\\nTo understand this, read [this article](https://learnawesome.org/items/b269d560-c519-4242-91d5-66ad547cc43b-learning-how-to-count-avoiding-the-fencepost-problem-betterexplained) under [Counting](https://learnawesome.org/topics/b49bc6fd-b9bc-46c9-a6d3-ebcef2f01b07-counting)\\n\\nDoes the child have some exposure to 2D coordinate systems? It's not a prerequisite, but will have to be discussed during the practice stage.\\nWhen you reach that stage, use resources from our [co-ordinate plane topic](https://learnawesome.org/topics/9d1d4677-7ebd-4077-9f1f-218806a340e9-coordinate-plane).\\n\\nIs any one of the parents experienced with [computational thinking](https://learnawesome.org/topics/13b5f596-e6e4-4a45-81f1-843ff7b42d82-computational-thinking)? If not, they too should go through this Scratch course. Following along with the child is also fine.\\n\\nDo you have a computing device at home (a desktop / laptop / tablet)?\\n\\nParents should read [this](https://scratch.mit.edu/parents/) and [follow the Scratch team on Twitter](https://learnawesome.org/items/7a92e34a-982d-4d02-8c58-17de1de7f5db-scratch-team-scratch-twitter)\\n\\n## Motivation and priming:\\n\\nA lot of difficulty in programming is how it requires you to be very precise with language and instructions. Bringing this sensitivity is important. You can watch the [\\"Exact Instructions Challenge\\" videos](https://www.youtube.com/watch?v=cDA3_5982h8).\\n\\nIt is also important to create the REASON/MOTIVATION to learn Scratch such as to create your own games. So, first you should explore games made on [Scratch website](https://learnawesome.org/items/3e9de8b8-ef9f-4a61-a091-6608d264b1a4-scratch-homepage). See what is possible with Scratch. Remember, kids want to DO interesting things, and not LEARN something.\\n\\n## Experience:\\n\\nCooking is not very different from algorithms. You can start in the kitchen. Parent and child can enact any of the [\\"Exact Instructions Challenges\\"](https://www.youtube.com/watch?v=cDA3_5982h8) on their own. You might want to record a video, but no need to publish it anywhere.\\n\\nAfter this, I recommend playing at least the first two levels of the programming puzzle game [Lightbot](https://learnawesome.org/items/2d6e8e6d-0e95-46d6-a4b8-0cf8d83c1634-lightbot). It's a free app which gives a highly-constrained and playful environment for algorithmic thinking that feels like playing a game instead of \\"learning\\". Remember, kids want to be able to \\"do\\" interesting stuff, not \\"learn\\" something.\\n\\nAvoid [Scratch Junior](https://learnawesome.org/items/9d0fe359-b80a-4446-bdd5-c7e62afbbccc-scratchjr-home). It's better to stop after Lightbot and wait for them to be ready for main Scratch.\\n\\n## Instruction and Practice:\\n\\nScratch is available both as a website and as an [app that works offline](https://scratch.mit.edu/download).\\n\\nFirst try the [interactive online tutorial](https://scratch.mit.edu/projects/editor/?tutorial=getStarted).\\n\\nMore tutorials are available [here](https://scratch.mit.edu/ideas).\\n\\nNow we are ready for a \\"course\\". [The best one is this free course on edX](https://learnawesome.org/items/a2dbab26-0c93-49b7-ae52-105f312c075a-programming-in-scratch) which will explain all the concepts in detail. Complete it as far as you can. Remember to try things out. Coding, like swimming, can only be learnt by doing.\\n\\nYou can join other parents going through this syllabus in [our Slack group](https://learnawesome.org/join_slack). :-)\\n\\n## Getting help:\\n\\nInstead of helping you once, we will teach you how to find help yourself on the Internet:\\n\\n- Try these [strategies for getting unstuck](https://learnawesome.org/items/8cb38a52-03a2-4587-8f20-efc404291590-getting-unstuck-strategies) here.\\n- Check on [Scratch wiki](https://learnawesome.org/items/a7b45674-d23e-4d65-bc57-f80c07cf1ed9-scratch-wiki).\\n- And the [Scratch forum](https://learnawesome.org/items/08fdd0dc-792d-49b2-a24d-a0b16050cedc-discuss-scratch).\\n- There's a [Facebook group](https://learnawesome.org/items/6afac218-ee56-4539-b9f8-24d8d83125d9-teaching-with-scratch-public-group-facebook).\\n- Tweet to [Scratch team](https://learnawesome.org/items/7a92e34a-982d-4d02-8c58-17de1de7f5db-scratch-team-scratch-twitter) or [Scratch Junior team](https://twitter.com/ScratchJr)\\n- Ask fellow Scratch learners in [our Slack group](https://learnawesome.org/join_slack)\\n\\n## Performance:\\n\\n- Basic: The student should be able to Create a game with her own idea and publish it on scratch website.\\n- Advanced: Complete this [series of Scratch challenges](https://learnawesome.org/items/0db431c8-f480-4a96-8907-85fef9eb6a4a-creative-computing-lab-at-the-harvard-graduate-school-of-education).\\n\\n## Learn from the experts\\n\\n- Let the kid play games on Scratch. They should know what \\"apps\\" are, before they get interested in how apps get made. Occasionally, they will get curious and click on the \\"See Inside\\" button to bypass a difficult game level. At that point, they are hacking in its true spirit. Count yourself as a successful parent at this point! 😄\\n\\n- Watch Scratch tutorials on YouTube, such as how to create their own platformer game in Scratch. Be patient at this point though. Let them make simpler games, stories etc before reaching this slightly difficult level.\\n\\n- Learn how to create custom blocks. This is a rough simulation of how functions work in industrial programming languages.\\n\\n## Teach:\\n\\nYour child should now teach Scratch to a friend or sibling. Teaching is one of the best ways to consolidate your [learning](https://learnawesome.org/topics/4e9769cb-5233-44fe-91d4-c49d601f6dbe-learning).\\n\\n## What next after Scratch?\\n\\nFrankly, there is no need to rush. Scratch alone can expose them to a wide variety of programming techniques, but if you do want to go forward, try these topics:\\n\\n- [Snap!](https://learnawesome.org/topics/efde49a5-47bf-4689-88b1-303a7bca5f4b-programming-languages-snap) This adds two key features to Scratch: Lists as a first-class object (so you can introduce data-structures like tree, stack, queue etc) and higher-order functions. But it doesn't have a great UI or an active community like Scratch does.\\n\\n- [Processing](https://learnawesome.org/topics/4cfd43da-19d7-40d4-b3d6-95297b1a31da-programming-languages-processing) is a textual language that still makes it easy to generate concrete, visual things like animations or games. It is important to work on concrete things because it shortens the feedback loop which is crucial for formation of concepts.\\n\\n- [Computational Thinking](https://learnawesome.org/topics/13b5f596-e6e4-4a45-81f1-843ff7b42d82-computational-thinking)\\n\\n## Help us spread the word.\\n\\nWe are building a community of lifelong learners. If you have landed here, you probably have an immense love for learning like us. We would love to have you join [our Slack group](https://learnawesome.org/join_slack).","image":null,"links":null,"topics":"programming-languages/scratch","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd8800c8-e998-4e3d-881c-53ea79f5c631","name":"Penguins (2019) - IMDb","description":null,"image":null,"links":"video|https://www.imdb.com/title/tt8080302/","topics":"penguins;antarctica","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b9eed1d-0f90-475d-8e53-a50f6aca0c3a","name":"The Eighty Five Percent Rule for optimal learning | Nature Communications","description":null,"image":null,"links":"research_paper|https://www.nature.com/articles/s41467-019-12552-4","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ee94273-59fa-497b-b25f-68d151d004ee","name":"Born in China (2016) - IMDb","description":null,"image":null,"links":"video|https://www.imdb.com/title/tt4629266/","topics":"nations/china;animals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92a845f0-a012-4a08-9cbf-50a48a0a0cee","name":"What is Russell's paradox? - Scientific American","description":null,"image":null,"links":"article|https://www.scientificamerican.com/article/what-is-russells-paradox/","topics":"russells-paradox;logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5bde3143-a178-4a9b-90e6-4b3f9ed7ad88","name":"Home Workout Videos | Team Body Project","description":null,"image":null,"links":"website|https://teambodyproject.com/","topics":"fitness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"099b42e2-457e-4119-8bcc-ba78fc4b1972","name":"Shtetl-Optimized » Blog Archive » Quantum Computing Lecture Notes 2.0","description":null,"image":null,"links":"book|https://www.scottaaronson.com/blog/?p=4805","topics":"quantum-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd22c0fc-a17d-465f-ac32-838c7dd03dc4","name":"researchseminars.org - Browse talks","description":null,"image":null,"links":"webconf|https://researchseminars.org/","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13533ccd-882d-4a3a-8212-906da052d719","name":"In Praise of Idleness, by Bertrand Russell | Harper's Magazine","description":null,"image":null,"links":"article|https://harpers.org/archive/1932/10/in-praise-of-idleness/","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09904792-764c-4c26-9b48-9975ed562fe4","name":"Autism and Perfect Pitch | Henny Kupferstein","description":null,"image":null,"links":"article|https://hennyk.com/autism-and-perfect-pitch/","topics":"perfect-pitch;autism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40463533-7aef-4818-a343-7676f54668df","name":"Pitch Perception Shift: A Rare Side-Effect of Carbamazepine - PubMed","description":null,"image":null,"links":"research_paper|https://pubmed.ncbi.nlm.nih.gov/11442894/","topics":"perfect-pitch","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66318b4f-7bdb-4a53-b237-b0a100b65db3","name":"Syllabus: Machine Learning for Managers","description":"![Machine learning v/s Classical programming](https://web.archive.org/web/20200728133730if_/https://pbs.twimg.com/media/ECQDlFOWkAEJzlY?format=jpg&name=small)\\n\\n[This picture](https://learnawesome.org/items/4755bf41-11ec-42b4-a696-cd57851e18bb-machine-learning-v-s-classical-programming) explains the difference between machine learning and classical program. Instead of figuring out the underlying mechanism of any phenomena (such as what causes cancer and what makes it show up in X-ray), the machine-learning approach just requires us to label the data (which x-rays came from cancer patients, and which ones came from healthy people). In this picture, this labeling is what is called \\"Answers\\".\\nComputer is very good at number-crunching. If we provide sufficient data, it can detect all kind of correlations and patterns (i.e. \\"Rules\\"). Those rules can then be used in classical programming way to look at unlabeled data, and make a fairly-accurate prediction.\\n\\nWe'll start with training basic regression models in Excel. Did you know that [most of us suck at Excel](https://learnawesome.org/items/ee3f3b19-849f-45c9-b2ad-fddd105d4bc7-you-suck-at-excel)? This is almost an hour-long video but worth a watch for anybody who spends significant amount of time in Excel.\\n\\nLet's train our first machine-learning model, using nothing but Excel. [Here's a good article](https://learnawesome.org/items/a599ce44-88ae-4263-b0d2-f40f1fe01c23-regression-basics-for-business-analysis) that touches only a little bit of math.\\n\\nThat's right! Linear regression is an ML technique! If you'd like to go deeper into it, there are some resources on our [Linear Regression](https://learnawesome.org/topics/afb2268e-8386-43a9-8528-b6db6349d06a-linear-regression) topic.\\n\\nLinear Regression is a simple model: It will only work in situations where the output variable is directly proportional to all input variables separately. No squares, or sines, or even reciprocals. This is why its utility is quite limited.\\nSo, if you have y as the output variable that you suspect that it depends on 3 input variables, x1, x2, and x3, the model you are training is y = a*x1 + b*x2 + c*x3 + d. Excel will help you find the values of a, b, c, and d that represents the straight line that best fits the given data.\\n\\nAs long as the relationship is linear, the same technique will work - even for hundreds, thousands or even millions of variables. You'll just a more powerful machine to do the regression though. \\n\\nIf you've done your first regression model in Excel, you should download [RapidMiner Studio](https://learnawesome.org/items/0144711f-6169-42bd-a65e-893642920a48-predictive-analytics-software-rapidminer-studio) \\n\\nThis is a free tool that will let you visually build data pipelines for reading, cleaning, re-structuring data and training plus testing your models. The free version has a limit of 10,000 rows but we're recommending this because our goal is to understand ML, not get lost in the whole programming rabbithole.\\n\\nYou should now try to create a \\"Decision Tree\\" model in RapidMiner. They have a [catalog of video lessons here](https://learnawesome.org/items/c690fb51-0436-457f-ad45-c268f6afa14c-machine-learning-and-rapidminer-tutorials-rapidminer-academy/edit?item_id=c690fb51-0436-457f-ad45-c268f6afa14c).\\n\\nBy the time you reach the Create a model -> Apply a model -> Test a model -> Validate a model, you would have finished your first non-trivial machine learning problem.\\n\\n[This article](https://learnawesome.org/items/c6000899-c51e-433c-83db-d264d73df2ea-machine-learning-is-fun-adam-geitgey-medium) will give you a very nice high-level, but not vague overview of machine learning.\\n\\nOnce you've completed the Decision Tree model in RapidMiner, you can try the other [built-in samples exercises](https://docs.rapidminer.com/latest/studio/getting-started/studio-samples.html) it has which cover a wide range of techniques. [MadeWithML](https://learnawesome.org/items/bcfa7ea8-1aa1-4752-9ad3-6fab43d0d775-made-with-ml) has good introductions to many of these topics.\\n\\nHere are some other [interesting datasets](https://rs.io/100-interesting-data-sets-for-statistics/) to play with.\\n\\nNow you're ready to get introduced to neural networks - which are all the rage these days. Here's an [interactive playground](https://learnawesome.org/items/bdc17d5c-771c-4b4c-95b3-6c2b80627aa7-neural-network-playground) to start with.\\n\\n[3Blue1Brown has a nice 20-minute video about how neural networks actually work](https://learnawesome.org/items/59ffea74-ece9-43f4-a701-b323c095ae51-but-what-is-a-neural-network-deep-learning-chapter-1). Must watch!","image":null,"links":null,"topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":null} +{"iid":"ef6926b1-aa11-4216-88b6-a8a535c16bfb","name":"Syllabus: Fiction Writing for Beginners","description":"## Preparedness\\n\\n### Books to read for creative writing inspiration:\\n[Bird by Bird](https://www.amazon.in/Bird-Some-Instructions-Writing-Life/dp/0385480016)\\n[The Artist’s Way](https://www.amazon.in/Artists-Way-Spiritual-Higher-Creativity/dp/1585421464)\\n\\n### Books that help you write well\\n[On Writing Well](https://www.amazon.in/Writing-Wel-Classic-Guide-Nonfiction/dp/0060891548)\\n[Elements of Style](https://www.amazon.in/Elements-Style-William-Strunk-Jr/dp/020530902X/ref=sr_1_1?crid=II3CN8JKWYZZ&dchild=1&keywords=elements+of+style&qid=1589554987&s=books&sprefix=elements+of+style%2Cstripbooks%2C311&sr=1-1)\\n\\n### Inspiring reads\\n[Ten Rules for Writing Fiction](https://www.theguardian.com/books/2010/feb/20/ten-rules-for-writing-fiction-part-one)\\n\\n\\n#Genre Writing\\n\\n### Sci-Fi\\n[MIT Sci-fi Writing Syllabus](https://ocw.mit.edu/courses/comparative-media-studies-writing/21w-759-writing-science-fiction-spring-2016/syllabus/)\\n\\n[How to write a great science fiction novel](https://io9.gizmodo.com/how-to-write-a-great-science-fiction-novel-in-7-easy-st-1565393502)\\n\\n### Crime\\n[Writing Suspense](https://www.amazon.in/Plotting-Writing-Suspense-Patricia-Highsmith/dp/0751565970)\\n[Crime Fiction Tips](https://nationalcentreforwriting.org.uk/article/crime-fiction-tips/)\\n\\n### Romance\\n[Tips for writing your first romance novel](https://nybookeditors.com/2016/10/tips-writing-first-romance-novel/)\\n\\n### Historical fiction\\n[Writing Historical Fiction](https://www.amazon.in/Started-Writing-Historical-Fiction-Yourself-ebook/dp/B00X61MZVM/ref=sr_1_1?dchild=1&keywords=Get+Started+in+Writing+Historical+Fiction&qid=1589989391&sr=8-1)\\n\\n\\n#Priming with Prompts\\n\\nInspiration to create your own fiction\\n\\n[Prompts are everywhere](https://blog.reedsy.com/creative-writing-prompts/)\\n\\n\\n# Understanding Elements of Fiction\\nListen to [Brandon Sanderson’s course](https://www.youtube.com/playlist?list=PLH3mK1NZn9QqOSj3ObrP3xL8tEJQ12-vL) on the various aspects of writing fiction\\n\\n### Writing a novel\\n[Some Resources](https://www.thecreativepenn.com/write-novel-resources/)\\n\\n\\n### Characterization:\\n[Creating Character](https://www.nownovel.com/blog/creating-character/)\\n[MasterClass: How to develop fictional characters](https://www.masterclass.com/articles/how-to-develop-fictional-characters#8-tips-for-character-development)\\n[Character Traits](https://www.amazon.in/Writers-Guide-Character-Traits/dp/1582973903)\\n\\n### Setting\\n- [Discover the basic elements of setting in a story](https://www.writersdigest.com/improve-my-writing/discover-the-basic-elements-of-setting-in-a-story)\\n- [Importance of setting in your story](https://blog.bookbaby.com/2018/02/importance-of-setting-in-your-story/)\\n- Beyond the backdrop: Mastering setting in fiction - The Writer\\n\\n### Plot Arc\\n- [MasterClass: Everything You Need To Know About Writing Plot](https://www.masterclass.com/articles/everything-you-need-to-know-about-writing-plot)\\n\\n\\n# Short Story or Novel?\\n- [How to write a short story](https://jerryjenkins.com/how-to-write-short-stories/)\\n- [How to write a novel using the snowflake method](https://bubblecow.com/blog/see-how-easily-you-can-write-a-novel-using-the-snowflake-method)\\n- [How to write a book in 30 days](https://www.theguardian.com/books/2012/oct/20/writing-your-novel-30-days-method)\\n\\n# Write your own work\\n\\n- [30 days method](https://www.theguardian.com/books/2012/oct/20/writing-your-novel-30-days-method)\\n- [Write your first novel](https://www.coursera.org/learn/write-your-first-novel)\\n\\n","image":null,"links":null,"topics":"fiction-writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38147c2a-0103-460f-8d91-85c0f4dc3477","name":"Syllabus: Cooking with Food Science","description":"# Coming soon","image":null,"links":null,"topics":"cooking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7987b4e9-fba9-4674-b777-52069c673759","name":"Cyclists’ Time-Trial Dilemma Solved | MIT Technology Review","description":null,"image":null,"links":"article|https://www.technologyreview.com/2013/09/23/83039/cyclists-time-trial-dilemma-solved/","topics":"sports/cycling;optimization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92c1a9b1-f254-4575-b877-d5b3c6057550","name":"https://www.reddit.com/r/scratch/","description":null,"image":null,"links":"chat|https://www.reddit.com/r/scratch/","topics":"programming-languages/scratch","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b79863bf-cc51-4b44-87d0-0cf4b98d2bb1","name":"Physics ∩ ML - a virtual hub at the interface of theoretical physics and deep learning.","description":null,"image":null,"links":"webmeet|http://www.physicsmeetsml.org/","topics":"physics;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e2c8627-ef9f-4e06-998f-74a81ca026b3","name":"Five Principles of Extraordinary Math Teaching | Dan Finkel | TEDxRainier","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=ytVneQUA5-c","topics":"teaching;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"855075b3-d157-4310-968d-1bfe4f78a7f0","name":"Vegetarianism Explained","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/36380370-vegetarianism-explained","topics":"food-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ccccade-384e-46d3-af52-7f683ce35475","name":"Scott Adams’ Financial Advice","description":null,"image":null,"links":"article|https://www.mattcutts.com/blog/scott-adams-financial-advice/","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57cf0ee0-4783-4e0f-b003-f0ae7910662a","name":"Mr. Money Mustache — Early Retirement through Badassity","description":null,"image":null,"links":"blog|https://www.mrmoneymustache.com/","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42ab756f-7897-45e6-8447-330aa065268f","name":"Get Rich Slowly - Personal finance that makes sense","description":null,"image":null,"links":"blog|https://www.getrichslowly.org/","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85252959-6cd6-4523-9f6f-abae78dde1cf","name":"Asan Ideas for Wealth Public Group | Facebook","description":null,"image":null,"links":"chat|https://www.facebook.com/groups/asanideasforwealth/","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"4.0","tags":null} +{"iid":"27d527b9-e0f9-40d8-b896-5ad8e5b317bd","name":"Regression Basics for Business Analysis","description":null,"image":null,"links":"article|https://www.investopedia.com/articles/financial-theory/09/regression-analysis-basics-business.asp","topics":"linear-regression;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":null} +{"iid":"dc9a7577-b0f6-46d0-a68d-b720c0f00262","name":"calculating and displaying regression statistics in excel","description":null,"image":null,"links":"article|https://www.rwu.edu/sites/default/files/downloads/fcas/mns/calculating_and_displaying_regression_statistics_in_excel.pdf","topics":"linear-regression;software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"286d71e5-9189-4993-ae46-0f644dbff9c3","name":"Regression Analysis in Excel - Easy Excel Tutorial","description":null,"image":null,"links":"article|https://www.excel-easy.com/examples/regression.html","topics":"linear-regression;software-tools/excel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7faca9ce-374d-4045-b9e4-c37928142cc2","name":"Predictive Analytics Software | RapidMiner Studio","description":null,"image":null,"links":"app|https://rapidminer.com/products/studio/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f71346c-d702-4b3f-93bd-1d0a8629512f","name":"The Miracle Sudoku","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=yKf9aUIxdb4","topics":"sudoku;mathematical-thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d0fe8a12-2a2e-4ba7-a028-49bf8ef72952","name":"Samskrit Tutorial | Best Website to Learn Samskrit","description":null,"image":null,"links":"website|https://www.samskrittutorial.in/","topics":"languages/sanskrit","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"165e4691-62a4-4ffb-9190-213ade37b275","name":"A Complete 4-Year Course Plan for an Artificial Intelligence Undergraduate Degree - Mihail Eric","description":null,"image":null,"links":"learning_plan|https://www.mihaileric.com/posts/complete-artificial-intelligence-undergraduate-course-plan/","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b4ba65c-60f1-42a5-a860-d19868f35785","name":"Machine Learning Summer School 2020","description":"The Machine Learning Summer School (MLSS) Series\\nThe machine learning summer school (MLSS) series was started in 2002 with the motivation to promulgate modern methods of statistical machine learning and inference. It was motivated by the observation that while many students are keen to learn about machine learning, and an increasing number of researchers want to apply machine learning methods to their research problems, only few machine learning courses are taught at universities. Machine learning summer schools present topics which are at the core of modern Machine Learning, from fundamentals to state-of-the-art practice. The speakers are leading experts in their field who talk with enthusiasm about their subjects.\\n\\nMLSS 2020 in Tübingen, Germany\\nAfter having numerous discussions among the organizers, and gathering thoughts from our speakers and potential students, we concluded that holding the event this year in a virtual form is more beneficial than postponing it to next year, as there is no guarantee that holding it physically would be possible next summer. Therefore, the MLSS 2020 will be a virtual event between 28 June to 10 July 2020. Most of our lectures will be livestreamed on YouTube, depending on the speaker's agreement.","image":null,"links":"course|http://mlss.tuebingen.mpg.de/2020/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"782f62d6-1f49-4886-b721-bab2480f00ed","name":"The Power of Compound Interest ( Must Watch )","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=8NC_OHBgV2Q","topics":"personal-finance;money","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6add175b-c5d1-44c9-b642-d96258fe5ccf","name":"₹e-Assemble Step1: Goals, Dreams, Nightmares - YouTube","description":null,"image":null,"links":"video|https://youtu.be/n3zOlltE-8s?t=120","topics":"personal-finance;money","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1723efce-dd22-4778-b8fe-00dd089fd01f","name":"Personal Financial Statement for Excel","description":null,"image":null,"links":"website|https://www.vertex42.com/ExcelTemplates/personal-financial-statement.html","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b377e5e-eecd-49db-b28e-1cf80e594b03","name":"Brain Basics: Understanding Sleep | National Institute of Neurological Disorders and Stroke","description":null,"image":null,"links":"article|https://www.ninds.nih.gov/Disorders/Patient-Caregiver-Education/Understanding-Sleep","topics":"sleep","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8cba708-dea4-4678-903b-fc34599d68cc","name":"TiddlyWiki — a non-linear personal web notebook","description":null,"image":null,"links":"website|https://tiddlywiki.com/","topics":"software-tools/tiddlywiki","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35852ab0-b950-4f78-a698-f7a9b92ea21d","name":"Google Groups","description":null,"image":null,"links":"chat|https://groups.google.com/forum/#!forum/TiddlyWiki","topics":"software-tools/tiddlywiki","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7284d13e-f0a4-4ccc-ac6e-cb299dfded60","name":"TiddlyWiki/public - Gitter","description":null,"image":null,"links":"chat|https://gitter.im/TiddlyWiki/public","topics":"software-tools/tiddlywiki","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0d4c715-f8e6-4335-a6c6-8ca2fbd9aaff","name":"Machine Learning and RapidMiner Tutorials | RapidMiner Academy","description":null,"image":null,"links":"video|https://academy.rapidminer.com/learning-paths/get-started-with-rapidminer-and-machine-learning","topics":"software-tools/rapidminer;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"500df1a3-2bd3-4133-a776-89cf16aeccf8","name":"Charak Samhita","description":null,"image":null,"links":"website|http://www.carakasamhitaonline.com/mediawiki-1.32.1/index.php?title=Main_Page","topics":"ayurveda","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c178cbb2-66f5-44bc-90c5-f15a4eaa4034","name":"National Institute of Indian Medical Heritage (NIIMH)","description":null,"image":null,"links":"website|http://niimh.nic.in/#/home","topics":"ayurveda","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf2cbeee-f6d1-429e-a790-0604d148cb2b","name":"Awk in 20 Minutes","description":null,"image":null,"links":"article|https://ferd.ca/awk-in-20-minutes.html","topics":"software-tools/awk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f24c0b3-9cf7-4925-b164-90cf75c91f17","name":"Six Strategic Pen-and-Paper Games (from a Strange and Bottomless Mind) – Math with Bad Drawings","description":null,"image":null,"links":"game|https://mathwithbaddrawings.com/2020/04/22/six-strategic-games-from-a-strange-and-bottomless-mind/;book|https://www.goodreads.com/book/show/5696163-100-strategic-games-for-pen-and-paper","topics":"recreational-math","creators":null,"year":null,"difficulty":"childlike","cost":null,"rating":null,"tags":null} +{"iid":"27e73e19-a1d6-4c36-a62c-0fdacd087303","name":"Best Digital Marketing Course in Bangalore with 100% Job Placement","description":null,"image":null,"links":"website|https://www.excelr.com/digital-marketing-training-in-bangalore","topics":"digital-marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6386e598-fa23-4836-a4bb-b22d2b797f6d","name":"IELTS Exam Online Practice and Training Course | IELTS Preparation Online","description":null,"image":null,"links":"article|https://www.ielts7band.net","topics":"ielts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d0b5b3d-5312-4c97-8068-1eb12a52e9b0","name":"CERN Document Server","description":null,"image":null,"links":"website|https://cds.cern.ch/","topics":"particle-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dda85dac-f8ea-45e9-bcad-1491be1d0814","name":"Learning How to Count (Avoiding The Fencepost Problem) – BetterExplained","description":null,"image":null,"links":"article|https://betterexplained.com/articles/learning-how-to-count-avoiding-the-fencepost-problem/","topics":"counting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"793d0693-40b9-4708-b5e4-3ffc7422c586","name":"Off-by-one error - Wikipedia","description":null,"image":null,"links":"article|https://en.wikipedia.org/wiki/Off-by-one_error","topics":"counting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"defb6de5-2e47-4d48-8965-7032fdb83376","name":"CS Theory Online Talks","description":null,"image":null,"links":"webconf|https://cstheorytalks.wordpress.com/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f97692e8-8b9c-4310-8fa2-39d95fff26ea","name":"Learn Code the Hard Way","description":null,"image":null,"links":"website|https://learncodethehardway.org/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2103eae-96e7-46da-8fc3-f6483fd1e86c","name":"Made With ML","description":null,"image":null,"links":"website|https://madewithml.com/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa6c3e8c-10c5-44e9-b94d-9ac617673dca","name":"Gut and Psychology Syndrome","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/978904.Gut_and_Psychology_Syndrome","topics":"food-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2c26a49-3e05-4f8b-9c40-5cc6438f9e6e","name":"Compound interest introduction | Interest and debt | Finance & Capital Markets | Khan Academy","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=Rm6UdfRs3gw","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"4.5","tags":"oer"} +{"iid":"ecede8c5-70c6-4308-969f-be1b31cf414c","name":"The rule of 72 for compound interest | Interest and debt | Finance & Capital Markets | Khan Academy","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=mec-QpjQMXY","topics":"personal-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4105beb8-fcd1-4895-b9c6-fcecf9ac5bc9","name":"The Psychology of Money · Collaborative Fund","description":null,"image":null,"links":"article|http://www.collaborativefund.com/blog/the-psychology-of-money/","topics":"money;personal-finance;investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38e93040-a17f-4f1c-835b-c28c13dd6429","name":"Tools for better thinking | Untools","description":null,"image":null,"links":"website|https://untools.co/","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4145ec07-923d-4587-8642-121e55020514","name":"Hero Patterns | Free repeatable SVG background patterns for your web projects","description":null,"image":null,"links":"app|https://www.heropatterns.com/","topics":"programming-languages/css","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27617317-8763-4fee-8504-ecdfbb2500b9","name":"Repaying your sleep debt - Harvard Health","description":null,"image":null,"links":"article|https://www.health.harvard.edu/womens-health/repaying-your-sleep-debt","topics":"sleep","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"78f2b0fe-d696-4805-9ac9-bafc789229c1","name":"Keeping a Sleep Diary","description":null,"image":null,"links":"article|https://www.webmd.com/sleep-disorders/guide/sleep-diary","topics":"sleep","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35a3034c-eb59-4362-ad89-7761780cd7a2","name":"How Can You Control Your Dreams? - Scientific American","description":null,"image":null,"links":"article|https://www.scientificamerican.com/article/how-to-control-dreams/","topics":"dreaming;sleep","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7bb0a623-2914-4a63-8049-220bf835810c","name":"The Effect of Psychosocial Stress on Sleep: A Review of Polysomnographic Evidence","description":null,"image":null,"links":"research_paper|https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4266573/","topics":"sleep","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76fc2446-ffbb-49a6-8394-6c1e04f63538","name":"Why Sleep Matters","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=LmwgGkJ64CM","topics":"sleep","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"bfb1cb6d-da74-4129-a87b-18a1a905aa36","name":"Serious Science","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCComKOHir2WrDuRZXP8DT-A","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"48e50a53-8729-4604-ad60-5df0d91a75c8","name":"Tips to be a better problem solver [Last lecture] | Lockdown math ep. 10","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=QvuQH4_05LI","topics":"problem-solving","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f6ceea22-da9c-46bb-b826-ec43b6b19754","name":"Anarchism and Other Essays","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/551926.Anarchism_and_Other_Essays","topics":"anarchism;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20c099f2-1fb6-4772-b328-f55a86defcc1","name":"The Best Books on Anarchism | Five Books Expert Recommendations","description":null,"image":null,"links":"article|https://fivebooks.com/best-books/anarchism-ruth-kinna/","topics":"anarchism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad58d709-9b98-4ef4-9864-d0c7d6cb32e8","name":"We Need to Talk, AI – A Comic Essay on Artificial Intelligence","description":null,"image":null,"links":"article|https://weneedtotalk.ai/","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5585f7a6-76ed-476a-9ae6-064306e13a8e","name":"Akin's Laws of Spacecraft Design","description":null,"image":null,"links":"article|https://spacecraft.ssl.umd.edu/akins_laws.html","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d538dde5-1af4-4b09-878a-e72c14943054","name":"The Mathematics of Music","description":null,"image":null,"links":"book|https://imaginary.org/sites/default/files/20190911-lala-booklet-v0.4-web-text.pdf","topics":"music;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57bf79c5-972c-4db6-bce0-deea8f051ac1","name":"Biohacking Lite","description":null,"image":null,"links":"article|http://karpathy.github.io/2020/06/11/biohacking-lite/","topics":"weight-loss","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b1c94b89-f62e-400b-aa3d-3521c73d164d","name":"The Sea Floor","description":"By Eugen Seibold, Wolfgang Berger","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-51412-3","topics":"oceans","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec34b3fd-3770-4539-bce0-124d4eb340d9","name":"Fixing Sleep","description":"\\n--BLURBDOC--\\n\\nI and people around me have been struggling on-and-off with sleep deprivation. Over the next couple of weeks, I intend to learn about [sleep](https://learnawesome.org/topics/663d33c6-338d-4c16-8f45-67ae74b0b69b-sleep) - how it works and how to fix it - using these resources.\\n\\n- Why We Sleep (Book by Matthew Walker): ([summary 1](https://learnawesome.org/items/65884cd9-ef88-474d-9444-b5b5a20c087d-why-we-sleep-unlocking-the-power-of-sleep-and-dreams-summary-at-blas-com), [summary 2](https://learnawesome.org/items/f3bfcbbb-064d-4ee5-a4f4-4134f3f328bc-why-we-sleep-unlocking-the-power-of-sleep-and-dreams-2017), [critique](https://learnawesome.org/items/2ec6df50-4565-4305-9eea-cb29e31e1664-matthew-walker-s-why-we-sleep-is-riddled-with-scientific-and-factual-errors-alexey-guzey), and if possible, [the full book](https://learnawesome.org/items/4b8563a3-6fb9-439f-854a-7c19b2c68bb9-why-we-sleep-unlocking-the-power-of-sleep-and-dreams-2017))\\n\\n- [Why Sleep Matters (1 hr 45 mins video)](https://learnawesome.org/items/ba0e1adf-3735-414a-9e1c-220b0d023b32-why-sleep-matters)\\n\\nA couple more book summaries to get alternate perspectives: \\n\\n- [Sleep Smarter](https://learnawesome.org/items/da6fea8b-4cfc-4157-8f58-6134993afd8d-sleep-smarter-summary-by-fourminutebooks)\\n- [The Sleep Revolution](https://learnawesome.org/items/5cacfc0e-5a9a-43e9-94b5-4fae19a81ed8-the-sleep-revolution-summary-by-fourminutebooks)\\n\\nI will also start maintaining a [Sleep Diary](https://learnawesome.org/items/2f32e656-b597-49eb-baaa-a20c9aea3583-keeping-a-sleep-diary)\\n\\nAnd a couple of research papers:\\n\\n- [Brain Basics: Understanding Sleep](https://learnawesome.org/items/77b35cae-992c-40ad-b4ea-b65b65d8c094-brain-basics-understanding-sleep-national-institute-of-neurological-disorders-and-stroke) by NIH\\n- [Repaying your sleep debt](https://learnawesome.org/items/46a757a7-6886-41e9-986a-8005603701c7-repaying-your-sleep-debt-harvard-health) by Harvard Health\\n\\nAs I start applying these ideas to fix my sleep, I will add more resources to this topic. If you'd like to join me and discuss this, join the [LearnAwesome slack](https://learnawesome.org/join_slack)","image":null,"links":null,"topics":"sleep","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7eb65890-8523-4943-bbf3-f88a6491472f","name":"The effects on cognition of sleeping 4 hours per night for 12-14 days | Hacker News","description":null,"image":null,"links":"thread|https://news.ycombinator.com/item?id=23211068","topics":"sleep","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"761c85e8-6deb-47e8-8f15-b90c3d223f1c","name":"Modelling Computing Systems","description":"By Faron Moller, Georg Struth","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-84800-322-4","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11f91ae0-2720-4fc9-a5d4-26f07f69a19e","name":"Understanding Cryptography","description":"By Christof Paar, Jan Pelzl","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-04101-3","topics":"computer-science;cryptography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ca527ca-468a-4f5e-bd84-20348ad51453","name":"Thermodynamics :: LearnAwesome","description":null,"image":null,"links":"course|https://learnawesome.org/items/612e0fa4-6962-4767-9692-187394086069-thermodynamics","topics":"thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9991c7a-657c-4fde-ab81-913cb2ea3cda","name":"Concise Guide to Software Engineering","description":"By Gerard O'Regan","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-57750-0","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f68bbe66-7b61-4812-bf23-b1cf70e276c1","name":"Fundamentals of Multimedia","description":"By Ze-Nian Li, Mark S. Drew, Jiangchuan Liu","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-05290-8","topics":"multimedia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebb9188c-2452-4885-aa07-b0deb94db35d","name":"The Python Workbook","description":"By Ben Stephenson","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-14240-1","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c677c81d-6c4e-418d-b409-c677a8456381","name":"Recommender Systems","description":"By Charu C. Aggarwal","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-29659-3","topics":"machine-learning;recommender-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d77b42f-731e-4374-ba5e-75290bb0795d","name":"Python Programming Fundamentals","description":"By Kent D. Lee","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-6642-9","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fdaf0731-a92f-41e5-8e5f-250097ad02a4","name":"Object-Oriented Analysis, Design and Implementation","description":"By Brahma Dathan, Sarnath Ramnath","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-24280-4","topics":"programming;object-oriented-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fc5a787-ea4d-4bf8-8c87-6fc142dff2f7","name":"Introduction to Data Science","description":"By Laura Igual, Santi Seguí","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-50017-1","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef1f9211-e553-4526-8e35-3969724a678a","name":"Concise Guide to Databases","description":"By Peter Lake, Paul Crowther","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-5601-7","topics":"computer-science;databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5bd5dfab-b523-4ced-a8b1-42601cc99f98","name":"Digital Image Processing","description":"By Wilhelm Burger, Mark J. Burge","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-6684-9","topics":"image-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a6f37ba-c096-4370-9ca0-a0b78447d38d","name":"Guide to Computer Network Security","description":"By Joseph Migga Kizza","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-55606-2","topics":"computer-science;computer-networks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13d98daa-7f8d-439e-9aa9-8e4026ba72e2","name":"Foundations of Programming Languages","description":"By Kent D. Lee","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-70790-7","topics":"computer-science;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b736679-917f-410a-b5da-d55e1096c905","name":"Probability and Statistics for Computer Science","description":"By David Forsyth","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-64410-3","topics":"computer-science;probability;statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ddfc197-1cce-40bf-a5d8-278b80a4448b","name":"Guide to Competitive Programming","description":"By Antti Laaksonen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-72547-5","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"581dab72-1d3d-495b-a867-c9d784ff67e3","name":"Introduction to Artificial Intelligence","description":"By Wolfgang Ertel","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-58487-4","topics":"computer-science;artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e060551e-5945-4a72-a89f-74a534e657f7","name":"Introduction to Deep Learning","description":"By Sandro Skansi","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-73004-2","topics":"machine-learning;deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49e8e1b2-87b1-4c1b-ba59-e39116be524d","name":"Fundamentals of Business Process Management","description":"By Marlon Dumas, Marcello La Rosa, Jan Mendling, Hajo A. Reijers","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-56509-4","topics":"business-process-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46422853-1a99-4969-b495-128c38125882","name":"Guide to Scientific Computing in C++","description":"By Joe Pitt-Francis, Jonathan Whiteley","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-73132-2","topics":"scientific-computing;programming-languages/c++","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d3cb427-427d-447c-974b-2599387655dc","name":"Fundamentals of Java Programming","description":"By Mitsunori Ogihara","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-89491-1","topics":"programming-languages/java","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77fc1ec0-457f-49f7-bf8f-f860673d349b","name":"Logical Foundations of Cyber-Physical Systems","description":"By André Platzer","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-63588-0","topics":"cyber-physical-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8a95b9a-efab-4c6b-a598-5cfdf3f6b8b4","name":"Neural Networks and Deep Learning","description":"By Charu C. Aggarwal","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-94463-0","topics":"machine-learning;neural-networks;deep-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f672622e-9e7e-43c9-87c0-85994d089b51","name":"Systems Programming in Unix/Linux","description":"By K.C. Wang","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-92429-8","topics":"computer-science;systems-programming;software-tools/unix;software-tools/linux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4538a730-39ab-446b-9e0d-258b1074ce32","name":"Introduction to Parallel Computing","description":"By Roman Trobec, Boštjan Slivnik, Patricio Bulić, Borut Robič","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-98833-7","topics":"computer-science;parallel-computing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d6067de-7c9a-4c59-b94e-73e8543d7b2f","name":"Analysis for Computer Scientists","description":"By Michael Oberguggenberger, Alexander Ostermann","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-91155-7","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af4d5632-9620-438b-8a09-732dba5e8c9f","name":"Introductory Computer Forensics","description":"By Xiaodong Lin","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-00581-8","topics":"computer-science;computer-forensics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"858b0507-c1a3-4c37-94d0-26bfdf461213","name":"Irrigation and Drainage Engineering","description":"By Peter Waller, Muluneh Yitayew","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-05699-9","topics":"civil-engineering;irrigation;drainage","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e6fb219-20a1-404b-a32d-becbcfd8f8e6","name":"Climate Change Science: A Modern Synthesis","description":"By G. Thomas Farmer, John Cook","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-94-007-5757-8","topics":"climate-change","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"435ea3aa-8175-42ef-abc3-99845a7b3c9d","name":"Petroleum Geoscience","description":"By Knut Bjørlykke","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-34132-8","topics":"geoscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b5555fd-3b91-40d7-8f13-35e215d64d96","name":"Open Food Facts - World","description":null,"image":null,"links":"website|https://world.openfoodfacts.org","topics":"food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a80b4a94-d0ca-4381-a0a4-380e09688103","name":"In Search of Gold","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=rgwUnoZbAig","topics":"gold","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"57fc1322-20cc-4add-89f5-56b06c7d6377","name":"Data Science Course in Bangalore | Data Scientist Training In Bangalore - ExcelR","description":null,"image":null,"links":"website|https://www.excelr.com/data-science-course-training-in-bangalore","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"594ef721-3045-4c75-8c76-01842df08a53","name":"The Thinnest Paper in the World - The New York Times","description":null,"image":null,"links":"article|https://www.nytimes.com/2020/05/05/science/the-thinnest-paper-in-the-world.html","topics":"paper","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69f0157d-a377-4f0d-b34e-7095d58a97d2","name":"Evolution of Emacs LISP","description":null,"image":null,"links":"article|http://www.iro.umontreal.ca/~monnier/hopl-4-emacs-lisp.pdf","topics":"software-tools/emacs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4182a974-527f-4f59-9819-926206365f76","name":"Scratch Wiki","description":null,"image":null,"links":"wiki|https://en.scratch-wiki.info/","topics":"programming-languages/scratch","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3177e8ad-2c5b-4351-b8f3-770f0efcdae5","name":"Scratch Team (@scratch) | Twitter","description":null,"image":null,"links":"people|https://twitter.com/scratch","topics":"programming-languages/scratch","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52371f5d-52ab-4955-af2a-3415d2c2684e","name":"Teaching with Scratch Public Group | Facebook","description":null,"image":null,"links":"chat|https://www.facebook.com/groups/TeachingwithScratch/","topics":"programming-languages/scratch","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6cfb23c-aec4-4089-9b9a-61de3353fe38","name":"Getting Unstuck - Strategies","description":null,"image":null,"links":"article|https://gettingunstuck.gse.harvard.edu/strategies.html","topics":"programming-languages/scratch","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c1641352-26b9-46ae-9a31-297e31f0a560","name":"Creative Computing Lab at the Harvard Graduate School of Education","description":null,"image":null,"links":"project|https://us18.campaign-archive.com/home/?u=5dd4d8b32f719a30cbde507c6&id=cc0b423621","topics":"programming-languages/scratch","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ac9544c-a573-4a83-8840-488c8de830d3","name":"Introduction to the coordinate plane (video) | Khan Academy","description":null,"image":null,"links":"video|https://www.khanacademy.org/math/basic-geo/basic-geo-coord-plane/coordinate-plane-quad-1/v/introduction-to-the-coordinate-plane","topics":"coordinate-plane","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"121f951a-2832-4fcd-801e-828a2556636c","name":"Cartesian Coordinates","description":null,"image":null,"links":"article|https://www.mathsisfun.com/data/cartesian-coordinates.html","topics":"coordinate-plane","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d20d8537-e4b2-4522-8eb2-cdfc3e1b0127","name":"Makey Makey – Makey Shop","description":null,"image":null,"links":"thing|https://makeymakey.com/","topics":"diy;electricity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"626d4759-9327-4e2d-a7d8-8f5a4b4eb046","name":"Why the Cessna Is Such a Badass Plane","description":null,"image":null,"links":"article|https://www.popularmechanics.com/flight/a29417998/cessna-badass-plane/","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7789b6c9-d1cb-4238-b69d-71848893b9c8","name":"Elixir Forum","description":null,"image":null,"links":"chat|https://elixirforum.com/","topics":"programming-languages/elixir","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50a47f60-a0ce-4621-8d42-3a79c6a3e692","name":"Hello English : Learn English | Best English Speaking App","description":null,"image":null,"links":"app|https://helloenglish.com","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d13d4a1f-f4e6-4664-a304-cec47a5995e5","name":"Personal Information Management","description":null,"image":null,"links":"research_paper|https://asistdl.onlinelibrary.wiley.com/doi/abs/10.1002/aris.2007.1440410117","topics":"personal-knowledge-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86c7b937-c506-4aba-9604-9ad609d1ef5f","name":"RoamBrain.com","description":null,"image":null,"links":"website|https://www.roambrain.com/","topics":"software-tools/roam","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bade7b5a-bbb2-4347-a825-71b2cf7c69e4","name":"Syllabus: Personal Finance","description":"## Introduction\\nAlbert Einstein supposedly said:\\n\\n> *Compound interest is the 8th wonder of the world.*\\n\\nWe don’t know if he really said that but compound interest is indeed the most powerful force in the universe. And when it comes to money, investing, and personal finance, the most important lever that one needs to recognize and pull is the lever of compounding. \\n\\n## Step 1\\n[Watch this Khan Academy](https://learnawesome.org/items/4d4c31e1-f575-48da-969a-ad644ba7b50c-compound-interest-introduction-interest-and-debt-finance-capital-markets-khan-academy) video to refresh your compound interest concepts. Pay special attention to the section where he talks about **how long does it take to double your money.**(The rule of 72) \\n\\n### Exercise\\nCompound interest is very counterintuitive for humans to wrap their head around. To get some intuitive understanding about compounding use this [compound interest calculator](https://financialmentor.com/calculator/compound-interest-calculator) and play by inserting some numbers. Observe the charts and table generated by the calculator. \\n\\n## Step 2\\nJoin this Facebook group — [Asan Ideas for Wealth](https://learnawesome.org/items/de27a7be-0b90-443f-99ac-1bad5679e17a-asan-ideas-for-wealth-public-group-facebook) This is an active community. You can get answers to your personal finance/investing/money related questions here.\\n\\n### Exercise\\nBrowse through some of the discussions and comments. Don’t spend more than 15-20 minutes initially. The idea is to get access to this forum.\\n\\n## Step 3\\nSo, why are you interested in Personal Finance? Because you want to be a little more certain about availability of money in the future for your needs/wants. Right? So [watch this video](https://learnawesome.org/items/f60ffa9f-5dd2-49ce-82af-25cb43fc0352-a-e-assemble-step1-goals-dreams-nightmares-youtube). (Start watching from 2:00 min onwards) \\n\\n### Exercise\\nTake as much time as needed to do the exercise suggested in it. The exercise could take a couple of hours or the whole weekend. At the end of the exercise you should have a fairly descriptive list of your goals, dreams, and nightmares. Describe the spreadsheet to your significant other or to someone you feel comfortable sharing your finances.\\n\\n## Step 4\\nRemember, during the initial years compounding tests your patience and during the later years, your bewilderment. So, time to remind yourself about the miracle of compounding again. [Watch this video](https://learnawesome.org/items/a1350591-aa80-47ab-87d1-99fc5de51278-the-power-of-compound-interest-must-watch). Focus on the first 2min 40s — the story of the king and the chessboard.\\n\\n### Exercise\\nShare the Chess Story with 3 of your friends. Then, crack open an excel spreadsheet, and do the math to come up with your own estimate of “the amount of grain on the chessboard.”\\n\\n## Step 5\\nSimple doesn’t mean easy. It takes time to appreciate and develop good personal finance habits. Not days or months. It takes years. To ensure that your mind doesn’t forget the basics of good personal finance hygiene subscribe to these two blogs -\\n\\n1. [Mr. Money Mustache](https://learnawesome.org/items/f731f093-dad6-4456-bbf2-90d722fe61fe-mr-money-mustache-early-retirement-through-badassity) \\n2. [Get Rich Slowly](https://learnawesome.org/items/6776b6e1-fd61-4bdb-81a5-bccdac3e3de2-get-rich-slowly-personal-finance-that-makes-sense) \\n\\n## Assignment 1\\nRevisit the list that you created in Step 3. Now that you’re clear about your goals, to chart the path to your destination, you need to know where you stand today. To make an assessment of where you are today, [visit this link](https://learnawesome.org/items/72bc1636-f6b5-421e-9a6c-13e8451fb304-personal-financial-statement-for-excel) and follow the instructions to create an excel sheet which captures all your finances — your cash flows, assets, liabilities, etc. \\n\\nCapture every possible minute details. All your bank accounts, FDs, Mutual Funds, Insurance policies, Equity/Stocks, Real Estate, Loans, Income, Expenses — everything. If you’re doing this for the first time, it might be an overwhelming task but don’t cut corners. It’s important that you do it properly, even if it takes 2-3 days.\\n\\nRemember, fixing your personal finances isn't a quick weekend activity. It will take time. \\n\\nOnce you're done with this excel sheet, remove the numbers (or replace them with dummy figures) and share the excel template in the personal finance Slack group. This will help others in tweaking their own excel sheet and in the process you will also learn from others' templates.\\n\\n## Step 6\\nBuy these two books and read them:\\n\\n1. [Rich Dad Poor Dad](https://learnawesome.org/items/3c698e46-8577-4ea6-b056-f31b0a1e89a4-rich-dad-poor-dad)\\n\\n2. [Richest Man in Babylon](https://learnawesome.org/items/cb8a617b-0d78-4644-b2e3-75b6d2d7756c-the-richest-man-in-babylon)\\n\\nTo begin, you could start with the book summaries:\\n\\n1. [Rich Dad Poor Dad book summary](https://learnawesome.org/items/2ac61164-9cfc-4d51-a80a-35e0d9c3f0d6-rich-dad-poor-dad-summary-by-fourminutebooks)\\n\\n2. [Richest Man in Babylon book summary](https://learnawesome.org/items/dc694591-26dc-498e-a832-8df5f9f2eccf-the-richest-man-in-babylon-summary-by-fourminutebooks)\\n\\nRemember, the summary is just to get you started. It's important that you read the books also when you're done with the summaries. Don't worry if it takes time. Read the books slowly. There are no extra points for finishing the books fast. In fact, you may even have to read those books multiple times. Like compound interest, knowledge also builds slowly initially. Keep at it.\\n\\n## Assignment 2\\n\\nList down 10 most important lessons from each of the books. Share it in the Personal Finance Slack channel. \\n\\nThe most effective (yet uncomfortable) way of learning anything is to teach it. So share your lessons on social media (WhatsApp, FB, Twitter, LinkedIn). The more you talk about it, deeper those learnings will go in your own mind and become a permanent part of how you think about money.","image":null,"links":null,"topics":"personal-finance","creators":null,"year":"2020","difficulty":null,"cost":null,"rating":"5.0","tags":null} +{"iid":"522a44fc-7681-4014-9de5-43b279e2de7b","name":"Principles of Economics – Open Textbook","description":null,"image":null,"links":"book|https://opentextbc.ca/principlesofeconomics/","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4da737b4-aff0-4092-90b1-d57d4ab1286b","name":"Course Notes: The Art Of Reading Course (Farnam Street) — Joshua Poh","description":null,"image":null,"links":"article|https://www.joshuapoh.com/blog/course-notes-the-art-of-reading-farnam-street","topics":"reading","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9cde20c-5500-4ce6-878f-300793308ba2","name":"ABC Home Page - ABC.com","description":null,"image":null,"links":"course|http://abc.com","topics":"abstract-algebra;3d-graphics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"246181dd-0157-4ae3-84e5-fa09734d5c6d","name":"The Quick Clay Landslide at Rissa - 1978 (English commentary)","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=3q-qfNlEP4A","topics":"geology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"77e37dd2-23c4-4bb6-aa80-cf4459e536e9","name":"Starlink Project of SpaceX - All You Need To Know - Bitactro","description":null,"image":null,"links":"article|https://bitactro.com/starlink-spacex/","topics":"starlink","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"031d4fb6-f26a-4bac-b826-46374e2bd9dd","name":"An Introduction to Soil Mechanics","description":"By Arnold Verruijt","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-61185-3","topics":"soil-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a361a11-c025-48e0-b514-7200bea949a2","name":"Sustainability Science","description":"By Harald Heinrichs, Pim Martens, Gerd Michelsen, Arnim Wiek","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-94-017-7242-6","topics":"sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfab8677-0e56-46e0-a408-9ef93cff5d97","name":"Python For ArcGIS","description":"By Laura Tateosian","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-18398-5","topics":"gis;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c2e05be-6fda-4542-93b3-eb813e0aeda8","name":"ArcGIS for Environmental and Water Issues","description":"By William Bajjali","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-61158-7","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12a01d9a-7977-486a-8114-b327e2f14c2d","name":"System Dynamics","description":"By Bilash Kanti Bala, Fatimah Mohamed Arshad, Kusairi Mohd Noh","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-981-10-2045-2","topics":"simulation;modelling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"131f45ec-8733-44cb-aaf4-ec74e9489459","name":"Principles of Microeconomics","description":"By Martin Kolmar","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-57589-6","topics":"microeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ab8a198-7595-48d2-a416-f7d2c4829a08","name":"Time Series Econometrics","description":"By Klaus Neusser","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-32862-1","topics":"econometrics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"868b8070-06b1-4f77-962e-30feedacb65c","name":"Stochastic Processes and Calculus","description":"By Uwe Hassler","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-23428-1","topics":"stochastic-processes;calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f907258b-b5df-409e-978d-478a472f7c45","name":"Economics as Applied Ethics","description":"By Wilfred Beckerman","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-50319-6","topics":"economics;ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c596bc3-c349-4595-bb72-c5f692b9ca74","name":"Grammar for Teachers","description":"By Andrea DeCapua","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-33916-0","topics":"grammar;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81fba5af-60dc-409d-9a2e-311929794e53","name":"Writing for Publication","description":"By Mary Renck Jalongo, Olivia N. Saracho","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-31650-5","topics":"writing;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0935fd0-f3e5-4d99-8a83-2cdd2ed84a26","name":"Language Across the Curriculum & CLIL in English as an Additional Language (EAL) Contexts","description":"By Angel M.Y. Lin","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-981-10-1802-2","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5784ec50-37df-4b61-b7f5-e05b4ffdee65","name":"The A-Z of the PhD Trajectory","description":"By Eva O. L. Lantsoght","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-77425-1","topics":"research;phd","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"174db01c-84c1-4832-9f5f-a29c826c07d8","name":"Conferencing and Presentation English for Young Academics","description":"By Michael Guest","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-2475-8","topics":"languages/english","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de46709d-f048-48ac-bdb7-1075046b9449","name":"Research Methods for Social Justice and Equity in Education","description":"By Kamden K. Strunk, Leslie Ann Locke","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-05900-2","topics":"social-justice;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ded3938b-3303-4126-b817-40536a148658","name":"Educational Technology","description":"By Ronghuai Huang, J. Michael Spector, Junfeng Yang","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-6643-7","topics":"education;edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cd9edae-dd6b-44c6-99bc-7417e1928dd6","name":"School Leadership and Educational Change in Singapore","description":"By Benjamin Wong, Salleh Hairon, Pak Tee Ng","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-74746-0","topics":"education;nations/singapore","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1e131e8-3ce8-47a0-b667-96ab92b35542","name":"A Course in Rasch Measurement Theory","description":"By David Andrich, Ida Marais","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-7496-8","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d0701ac-ee1e-44a9-8d09-cb30b6d1c662","name":"Electrical Machines","description":"By Slobodan N. Vukosavic","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-0400-2","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40cbd341-07e2-4117-974b-1de943adde15","name":"Energy Storage","description":"By Robert Huggins","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-21239-5","topics":"energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0aacf213-7148-4cef-852d-30826e7c1cc6","name":"Reactive Power Control in AC Power Systems","description":"By Naser Mahdavi Tabatabaei, Ali Jafari Aghbolaghi, Nicu Bizon, Frede Blaabjerg","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-51118-4","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f907ed5c-a437-4ccf-8795-1d18a7d1a8f6","name":"Energy Economics","description":"By Peter Zweifel, Aaron Praktiknjo, Georg Erdmann","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-53022-1","topics":"energy;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5ddc9be-cd8d-4781-8ccd-17b03a40baab","name":"Solar PV and Wind Energy Conversion Systems","description":"By S. Sumathi, L. Ashok Kumar, P. Surekha","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-14941-7","topics":"solar-power;wind-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97420edb-eb79-4bed-b581-5388c1889f76","name":"Air Pollution and Greenhouse Gases","description":"By Zhongchao Tan","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-981-287-212-8","topics":"pollution;climate-change;environmental-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbbb5ec8-c926-4507-bf5a-ca697f1a23eb","name":"Energy Harvesting and Energy Efficiency","description":"By Nicu Bizon, Naser Mahdavi Tabatabaei, Frede Blaabjerg, Erol Kurt","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-49875-1","topics":"energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61517793-ae10-40f8-9cc9-5049aa7978fd","name":"Energy and the Wealth of Nations","description":"By Charles A.S. Hall, Kent Klitgaard","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-66219-0","topics":"energy;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a501084-a71e-4bed-be5b-27c4c9e878ca","name":"Building Energy Modeling with OpenStudio","description":"By Larry Brackney, Andrew Parker, Daniel Macumber, Kyle Benne","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-77809-9","topics":"energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63f9af65-22be-4571-bba0-46ccdcec1421","name":"Off-Grid Electrical Systems in Developing Countries","description":"By Henry Louie","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-91890-7","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3549d93-1577-4361-ae14-2589386f4251","name":"Fundamentals of Power Electronics","description":"By Robert W. Erickson, Dragan Maksimovic","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-306-48048-5","topics":"electrical-engineering;power-electronics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2faae1ae-bad2-4303-a60a-35ac62882804","name":"Intuitive Probability and Random Processes using MATLAB®","description":"By Steven Kay","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-24158-6","topics":"probability;software-tools/matlab","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14b89892-c474-4ff8-85fc-c2c1b6f0d1d2","name":"Fatigue of Structures and Materials","description":"By J. Schijve","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4020-6808-9","topics":"engineering;engineering-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"099c5b73-d62f-4179-9c8d-6da2d5da63c5","name":"Fundamentals of Robotic Mechanical Systems","description":"By Jorge Angeles","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-01851-5","topics":"engineering;robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7010256-0727-4044-aa6e-16f692d86e62","name":"Introduction to Logic Circuits & Logic Design with Verilog","description":"By Brock J. LaMeres","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-53883-9","topics":"electronics;verilog","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f323e76-1220-43ae-b3cb-669455430ebe","name":"Structural Analysis","description":"By O. A. Bauchau, J.I. Craig","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-90-481-2516-6","topics":"engineering;structural-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ae37a0d-ec4c-4d6c-86b1-da88d05c23df","name":"You're Not Listening","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/45892276-you-re-not-listening","topics":"listening;communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a704908-cf41-4cb2-91f4-da30a419af79","name":"The mathematics of weight loss | Ruben Meerman | TEDxQUT (edited version)","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=vuIlsN32WaE","topics":"weight-loss","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e0941bc4-5f80-4839-bf4e-b943568fd972","name":"Parallel by Simon Singh","description":null,"image":null,"links":"interactive|https://parallel.org.uk/8-03-chaotic-pendulums","topics":"chaos","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50d9f481-6f25-4b93-87cc-bc6d2373264e","name":"Being Wrong: Adventures in the Margin of Error (Hardcover)","description":"By Kathryn Schulz","image":"https://learn-awesome.github.io/assets/book_covers/7811050.jpg","links":"book|https://www.goodreads.com/book/show/7811050-being-wrong","topics":"thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d8bac15-beef-4564-8ffd-7e35712de7d2","name":"Anarchism","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/61002.Anarchism","topics":"anarchism;political-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec41aa9f-8626-49d9-8a14-dde77d26cb02","name":"ActivityPub","description":null,"image":null,"links":"article|https://www.w3.org/TR/activitypub/","topics":"activitypub","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0126a51-4db4-49c4-aafc-e4076f81913a","name":"Additive Manufacturing Technologies","description":"By Ian Gibson, David W. Rosen, Brent Stucker","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-1120-9","topics":"engineering;manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc88ea9f-3c24-40c6-a97d-b58d762b8e6b","name":"Engineering Electromagnetics","description":"By Nathan Ida","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-07806-9","topics":"engineering;electromagnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5a474a6-9db7-47e4-b81b-73f6c7f35a20","name":"Data Science Course in Chennai | Data Scientist Training in Chennai","description":null,"image":null,"links":"website|https://360digitmg.com/india/data-science-using-python-and-r-programming-in-chennai","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42e54fa1-2ff7-4205-98c0-28f3f4181ed2","name":"Alternative Energy Sources","description":"By Efstathios E (Stathis) Michaelides","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-20951-2","topics":"energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f5267ca-c12c-4857-bee6-a4662e1dbbca","name":"Engineering Mechanics 1","description":"By Dietmar Gross, Werner Hauger, Jörg Schröder, Wolfgang A. Wall, Nimal Rajapakse","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-30319-7","topics":"engineering;engineering-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80948c67-7010-4027-87e7-5b95eb721cf3","name":"Thermodynamics and Energy Conversion","description":"By Henning Struchtrup","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-43715-5","topics":"thermodynamics;energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a13899b5-5d4f-495d-8ed8-762284a4a952","name":"Principles of Mobile Communication","description":"By Gordon L. Stüber","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-55615-4","topics":"telecommunication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d05f63e3-001f-48ae-a659-d437c5405f08","name":"Physics of Semiconductor Devices","description":"By Massimo Rudan","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-1151-6","topics":"semiconductors;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba4db9dd-8085-47cd-bb73-fceed3f7c6d5","name":"Life Cycle Assessment","description":"By Michael Z. Hauschild, Ralph K. Rosenbaum, Stig Irving Olsen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-56475-3","topics":"life-cycle-assessment;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3250fff-5433-456a-b746-94a1c8cd6881","name":"Additive Manufacturing Technologies","description":"By Ian Gibson, David Rosen, Brent Stucker","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-2113-3","topics":"manufacturing;additive-manufacturing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b68d730-137b-473c-9ad5-2669e0de13d1","name":"Robotics","description":"By Bruno Siciliano, Lorenzo Sciavicco, Luigi Villani, Giuseppe Oriolo","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-84628-642-1","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3602aec-9441-4fdf-87c5-151b4e242fbc","name":"Fundamentals of Structural Engineering","description":"By Jerome J. Connor, Susan Faraji","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-24331-3","topics":"structural-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2674289-dfbd-41af-ae25-737223c9ea57","name":"Practical Electrical Engineering","description":"By Sergey N. Makarov, Reinhold Ludwig, Stephen J. Bitar","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-21173-2","topics":"electrical-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"605f7cf7-83f1-4e07-a205-2a22cd683b96","name":"The Finite Element Method and Applications in Engineering Using ANSYS®","description":"By Erdogan Madenci, Ibrahim Guven","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4899-7550-8","topics":"finite-element-method;engineering;software-tools/ansys","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f05f751-ff28-43a7-864d-68d14b11c217","name":"Introduction to Embedded Systems","description":"By Manuel Jiménez, Rogelio Palomera, Isidoro Couvertier","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-3143-5","topics":"embedded-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d864e529-c81f-4b3a-9f4f-172bdec1bfee","name":"The Finite Volume Method in Computational Fluid Dynamics","description":"By F. Moukalled, L. Mangani, M. Darwish","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-16874-6","topics":"fluid-dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96e86a0e-fd67-4471-a3af-80d88773691f","name":"Introduction to Logic Circuits & Logic Design with VHDL","description":"By Brock J. LaMeres","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-34195-8","topics":"logic-circuits;electronics;vhdl","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4602d20a-6c6e-49f9-8b53-0ea632a80a7d","name":"Statics and Mechanics of Structures","description":"By Steen Krenk, Jan Høgsberg","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-94-007-6113-1","topics":"engineering-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf89e94a-dbec-4e82-ab50-2ea6d4500795","name":"Engineering Mechanics 2","description":"By Dietmar Gross, Werner Hauger, Jörg Schröder, Wolfgang A. Wall, Javier Bonet","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-56272-7","topics":"engineering-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8aa11e9-bb83-4772-a9c4-69873acbc724","name":"Fundamentals of Solid State Engineering","description":"By Manijeh Razeghi","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-75708-7","topics":"solid-state-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6ad6f10-a0f5-44e0-9071-a0ad2aae59d4","name":"All Remote\\n|\\nGitLab","description":null,"image":null,"links":"website|https://about.gitlab.com/company/culture/all-remote/","topics":"remote-work","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a103cf2d-64df-4769-bfd3-b8571112af98","name":"Introduction to Digital Systems Design","description":"By Giuliano Donzellini, Luca Oneto, Domenico Ponta, Davide Anguita","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-92804-3","topics":"electronics;digital-system-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d1d8d0b-11ad-44e0-87e1-0bcd3696ad8d","name":"Internet of Things From Hype to Reality","description":"By Ammar Rayes, Samer Salam","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-99516-8","topics":"internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52640120-f5c4-4c9a-bea5-6f1ba5658c37","name":"Structural Dynamics","description":"By Mario Paz, Young Hoon Kim","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-94743-3","topics":"structural-dynamics;engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56d825d9-3b90-4081-8ed7-44c76cf294a4","name":"Quick Start Guide to VHDL","description":"By Brock J. LaMeres","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-04516-6","topics":"vhdl;electronics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ead720f8-c9e9-4fed-8ec2-d04614a06da2","name":"Astronautics","description":"By Ulrich Walter","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-74373-8","topics":"astronautics;aerospace-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7d246aa-08dc-449b-9a75-0843acbb9101","name":"Quick Start Guide to Verilog","description":"By Brock J. LaMeres","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-10552-5","topics":"verilog;electronics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b514eb4b-dcb0-452d-9272-86de8881b9dd","name":"Introduction to Logic Circuits & Logic Design with VHDL","description":"By Brock J. LaMeres","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-12489-2","topics":"logic-circuits;vhdl","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9e59bbe-0a99-4fb7-8f39-1ed5fc29dc4e","name":"Introduction to Logic Circuits & Logic Design with Verilog","description":"By Brock J. LaMeres","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-13605-5","topics":"logic-circuits;verilog","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be7368ed-11e8-4b37-a434-379ec6b60c1b","name":"Handbook of the Life Course","description":"By Jeylan T. Mortimer, Michael J. Shanahan","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-306-48247-2","topics":"life;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b882f50c-b03b-4a6a-9710-8b620d3a15cc","name":"Handbook of Disaster Research","description":"By Havidan Rodriguez, Enrico L. Quarantelli, Russell Dynes","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-32353-4","topics":"disasters","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee7de517-ddb3-4ca9-b991-8713528269b7","name":"Handbook of the Sociology of Gender","description":"By Janet Saltzman Chafetz","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-36218-2","topics":"gender;sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf1a5c7c-e844-4d2c-8886-1356cfe88340","name":"Handbook of Sociological Theory","description":"By Jonathan H. Turner","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-36274-8","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a15170c9-69d3-42e4-a0ef-43720137cfac","name":"International Handbook of Historical Archaeology","description":"By Teresita Majewski, David Gaimster","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-72071-5","topics":"archaeology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bd3dfe1-b5a2-4ecb-84f0-1634165ad62d","name":"Handbook of Quantitative Criminology","description":"By Alex R. Piquero, David Weisburd","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-77650-7","topics":"criminology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95851a9c-f42b-4f40-978b-6f5afc2bcf8f","name":"LGBT-Parent Families","description":"By Abbie E. Goldberg, Katherine R. Allen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-4556-2","topics":"lgbt","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f96d2ce-1e8d-43f6-aa42-2e59add6b04d","name":"Statistics in Criminal Justice","description":"By David Weisburd, Chester Britt","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-9170-5","topics":"criminal-justics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cd05ba0-2d8c-4724-8271-16a32f0c8849","name":"The Action Research Planner","description":"By Stephen Kemmis, Robin McTaggart, Rhonda Nixon","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-981-4560-67-2","topics":"research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da723c11-00ca-417b-9cea-b35b2609a9b0","name":"Handbook of Marriage and the Family","description":"By Gary W. Peterson, Kevin R. Bush","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-3987-5","topics":"marriage;family;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98294375-f16f-42e4-8559-196b9947d1bc","name":"Optimization of Process Flowsheets through Metaheuristic Techniques","description":"By José María Ponce-Ortega, Luis Germán Hernández-Pérez","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-91722-1","topics":"industrial-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e63e82b1-748c-4927-8cf6-ea3e2e30b423","name":"Robotics","description":"By Matjaž Mihelj, Tadej Bajd, Aleš Ude, Jadran Lenarčič, Aleš Stanovnik, Marko Munih, Jure Rejc, Sebastjan Šlajpah","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-72911-4","topics":"robotics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e26c7968-f612-4845-81a3-1d435b0153e1","name":"Stability and Control of Linear Systems","description":"By Andrea Bacciotti","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-02405-5","topics":"control-engineering;stability-and-control","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29747da9-fe54-4d94-8b32-629061014416","name":"Control Engineering","description":"By László Keviczky, Ruth Bars, Jenő Hetthéssy, Csilla Bányász","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-981-10-8297-9","topics":"control-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a287115-b2dc-4466-8f0a-6716cf5b196d","name":"Control Engineering: MATLAB Exercises","description":"By László Keviczky, Ruth Bars, Jenő Hetthéssy, Csilla Bányász","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-981-10-8321-1","topics":"control-engineering;software-tools/matlab","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8138e489-0ea0-4b3d-9517-c653e4a4a4f5","name":"Automatic Control with Experiments","description":"By Victor Manuel Hernández-Guzmán, Ramón Silva-Ortigoza","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-75804-6","topics":"control-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d078ccd-ce33-46e9-8b0f-ebe949b2809a","name":"Multimedia Big Data Computing for IoT Applications","description":"By Sudeep Tanwar, Sudhanshu Tyagi, Neeraj Kumar","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-8759-3","topics":"multimedia;big-data;internet-of-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"faeaebdb-00f2-42ea-b271-9b665f825cf6","name":"Correctional Counseling and Treatment","description":"By Peter C. Kratcoski","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-54349-9","topics":"correctional-counseling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b52efffd-fa8c-4e81-901c-9256b0106a6e","name":"Taxation in European Union","description":"By Pietro Boria","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-53919-5","topics":"taxation;european-union","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d055b291-605b-4ec6-a912-56e5d062a237","name":"Legal Dynamics of EU External Relations","description":"By Henri de Waele","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-54817-2","topics":"law;european-union","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91b7e415-0b60-4a11-bb63-30e86ec50538","name":"Introduction to Law","description":"By Jaap Hage, Antonia Waltermann, Bram Akkermans","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-57252-9","topics":"law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1a3f831-be3e-40ab-8aa9-972533ce21dc","name":"International Humanitarian Action","description":"By Hans-Joachim Heintze, Pierre Thielbörger","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-14454-2","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d06a9b58-e564-49fc-ac75-97d6fae08d42","name":"Perspectives on Elderly Crime and Victimization","description":"By Peter C. Kratcoski, Maximilian Edelbacher","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-72682-3","topics":"crime","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d2fb1c9-d1be-4bb7-af38-b46d06f3492d","name":"Criminal Justice and Mental Health","description":"By Jada Hector, David Khey","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-76442-9","topics":"criminal-justice;mental-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe77baf2-0b3f-47c5-b5cc-4f11b643de2f","name":"Fraud and Corruption","description":"By Peter C. Kratcoski, Maximilian Edelbacher","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-92333-8","topics":"corruption;fraud","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ce4ac63-a148-4d5a-a907-8914a9b311d7","name":"Discrete Mathematics - An Open Introduction","description":null,"image":null,"links":"book|http://discrete.openmathbooks.org/dmoi3.html","topics":"discrete-mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b2aa7ff-46aa-4d03-b2bd-278f082b2288","name":"OpenStax","description":null,"image":null,"links":"book|https://openstax.org/subjects/math","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21e92609-8d32-4ac2-8d33-015f1584fb55","name":"GitHub - LisaDziuba/Marketing-for-Engineers: A curated collection of marketing articles & tools to grow your product.","description":null,"image":null,"links":"article|https://github.com/LisaDziuba/Marketing-for-Engineers","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0053dd22-b22d-41c0-9621-8ece98224ac7","name":"https://www.amazon.in/Designing-Data-Intensive-Applications-Reliable-Maintainable-ebook/dp/B06XPJML5D/","description":null,"image":null,"links":"book|https://www.amazon.in/Designing-Data-Intensive-Applications-Reliable-Maintainable-ebook/dp/B06XPJML5D/?tag=learnawesome-21","topics":"databases;data-general","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48915a25-a550-49a4-ab94-e3cf2a0445f5","name":"What is Electricity?","description":null,"image":null,"links":"article|http://amasci.com/miscon/whatis.html","topics":"electricity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c8af159-b49c-4419-a783-e61aadd68f29","name":"ActivityPub Rocks!","description":null,"image":null,"links":"website|https://activitypub.rocks/","topics":"activitypub","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aae0d8cb-a26b-4b6f-83e3-804ec2e4bc32","name":"ActivityPub - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/ActivityPub","topics":"activitypub","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c024df30-33ad-4bb8-8246-672cba2a419d","name":"Policing and Minority Communities","description":"By James F. Albrecht, Garth den Heyer, Perry Stanislas","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-19182-5","topics":"law;policing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd9dba22-3bfb-4857-aea4-881f91530c02","name":"Teaching Medicine and Medical Ethics Using Popular Culture","description":"By Evie Kendal, Basia Diug","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-65451-5","topics":"medicine;ethics;medical-ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0403c255-be59-4cc2-bb2c-95d69378d2a5","name":"Empathetic Space on Screen","description":"By Amedeo D'Adamo","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-66772-0","topics":"film-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a5763cd-85b7-482c-b54b-2805505682b9","name":"Of Cigarettes, High Heels, and Other Interesting Things","description":"By Marcel Danesi","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-349-95348-6","topics":"anthropology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8bef5ea-2a4f-43c3-8ab5-372229c71449","name":"Witnessing Torture","description":"By Alexandra S. Moore, Elizabeth Swanson","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-74965-5","topics":"torture;human-rights","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc284d53-ca70-4630-a652-743a696aa188","name":"Research Methods for the Digital Humanities","description":"By lewis levenberg, Tai Neilson, David Rheams","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-96713-4","topics":"humanities;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9d2e45e-93d9-47d6-ad90-d719bf2f9bfa","name":"Managing Media and Digital Organizations","description":"By Eli M. Noam","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-71288-8","topics":"media-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b6c5147-8242-4bdc-ba36-6aaa2a7d00bd","name":"Media and Digital Management","description":"By Eli M. Noam","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-72000-5","topics":"media-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d06f2328-d33d-4cdb-a2fb-c4b087ba3f88","name":"An Anthology of London in Literature, 1558-1914","description":"By Geoffrey G. Hiller, Peter L. Groves, Alan F. Dilnot","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-05609-4","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"246ad8f3-eb7d-43b9-ad65-b8a9721d9054","name":"Mapping Global Theatre Histories","description":"By Mark Pizzato","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-12727-5","topics":"theatre","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07741372-ead0-4661-8b3a-f83aff946155","name":"All of Statistics","description":"By Larry Wasserman","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-21736-9","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa828daa-fee2-4026-a634-d64d5dea1536","name":"Discrete Mathematics","description":"By László Lovász, József Pelikán, Katalin Vesztergombi","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-21777-2","topics":"mathematics;discrete-mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf841985-cf2d-46dc-857c-c2876f79ab0a","name":"Numerical Optimization","description":"By Jorge Nocedal, Stephen Wright","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-40065-5","topics":"mathematics;optimization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f2941d2-0def-4501-bd50-6d96ef57f850","name":"Time Series Analysis","description":"By Jonathan D. Cryer, Kung-Sik Chan","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-75959-3","topics":"optimization;time-series","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"435b1234-f165-46dd-9c72-8213f5b4f1c7","name":"Introductory Statistics with R","description":"By Peter Dalgaard","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-79054-1","topics":"statistics;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16a5f0b1-5aba-4a46-a993-45b6bb7dadd7","name":"The Elements of Statistical Learning","description":"By Trevor Hastie, Robert Tibshirani, Jerome Friedman","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-84858-7","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7e64bca-abe6-4ebd-b072-8c1b82bf23ee","name":"Introductory Time Series with R","description":"By Paul S.P. Cowpertwait, Andrew V. Metcalfe","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-88698-5","topics":"statistics;time-series;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"272d7ccb-aa30-4fad-b7de-9130ae6c6cae","name":"A Beginner's Guide to R","description":"By Alain Zuur, Elena N. Ieno, Erik Meesters","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-93837-0","topics":"programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1bee420-23ee-4753-bbce-bf5f9220b634","name":"Reading, Writing, and Proving","description":"By Ulrich Daepp, Pamela Gorkin","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-9479-0","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c3817ae-f5cf-44d5-a874-dba6424f867b","name":"Introduction to Partial Differential Equations","description":"By David Borthwick","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-48936-0","topics":"calculus;partial-differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04e83b77-3e45-4ec4-aff1-51697c330462","name":"Methods of Mathematical Modelling","description":"By Thomas Witelski, Mark Bowen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-23042-9","topics":"mathematical-modelling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95bc07fb-d574-4ca7-b3ca-ddc48a246dd6","name":"Introduction to Statistics and Data Analysis","description":"By Christian Heumann, Michael Schomaker, Shalabh","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-46162-5","topics":"statistics;data-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48383dd4-e98f-4e3b-bf39-f93555cf539d","name":"Classical Fourier Analysis","description":"By Loukas Grafakos","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-1194-3","topics":"fourier-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de2524d9-d4a4-485b-a999-817c757c4f47","name":"Quantum Theory for Mathematicians","description":"By Brian C. Hall","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-7116-5","topics":"mathematics;quantum-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"199c88f5-d634-4b17-875e-8255fe7f4932","name":"Brownian Motion, Martingales, and Stochastic Calculus","description":"By Jean-François Le Gall","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-31089-3","topics":"stochastic-processes;brownian-motion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"344eb7cc-da0d-41b3-91a7-40903375b0b3","name":"Design and Analysis of Experiments","description":"By Angela Dean, Daniel Voss, Danel Draguljić","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-52250-0","topics":"statistics;experiments","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ef962ba-6800-4ed3-b869-240e80d6fe93","name":"Applied Multivariate Statistical Analysis","description":"By Wolfgang Karl Härdle, Léopold Simar","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-45171-7","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6c7f0a3-7391-46df-9846-f86de8f2404e","name":"Probability","description":"By Jim Pitman","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4612-4374-8","topics":"probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45e0d07d-45ac-4231-aabd-ae064bad163d","name":"Modeling Life","description":"By Alan Garfinkel, Jane Shevtsov, Yina Guo","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-59731-7","topics":"mathematics;biology;mathematical-biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c3e1243-d5a4-4748-8756-3874432fadc5","name":"A Primer on Scientific Programming with Python","description":"By Hans Petter Langtangen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-49887-3","topics":"scientific-computing;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c47af1f-7ed3-4324-aba3-e79d116e35d8","name":"Statistical Analysis and Data Display","description":"By Richard M. Heiberger, Burt Holland","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-2122-5","topics":"statistics;data-visualization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b17b5085-856f-432e-b986-0b2aad3ca315","name":"Elementary Analysis","description":"By Kenneth A. Ross","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-6271-2","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"495ac794-9f02-4807-a9e1-2e34505301c0","name":"Probability Theory","description":"By Alexandr A. Borovkov","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-5201-9","topics":"probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37622b81-2a4f-42a5-8cf2-0c367c56a3ce","name":"Statistics and Data Analysis for Financial Engineering","description":"By David Ruppert, David S. Matteson","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-2614-5","topics":"statistics;data-analysis;financial-engineering;finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6ed84f4-a3a6-4c66-b9e5-458c7218d300","name":"Differential Equations and Their Applications","description":"By Martin Braun","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4612-4360-1","topics":"calculus;differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d7046f3-c0e6-4622-a9c8-6270e25d1869","name":"Partial Differential Equations","description":"By Jürgen Jost","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-4809-9","topics":"calculus;partial-differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff86d456-ed10-484b-a44d-a2f30d24bbee","name":"Bayesian and Frequentist Regression Methods","description":"By Jon Wakefield","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-0925-1","topics":"statistics;bayesian-statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88e4f78b-cfa1-43a4-bdd5-1fb8bacf579d","name":"Introduction to Time Series and Forecasting","description":"By Peter J. Brockwell, Richard A. Davis","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-29854-2","topics":"time-series;forecasting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4262e86e-40fe-4aa9-83c3-0b2c652cd983","name":"Introduction to Smooth Manifolds","description":"By John Lee","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-9982-5","topics":"mathematics;manifolds","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad6f9943-b444-4f1b-b6df-d6f14356a889","name":"Multivariate Calculus and Geometry","description":"By Seán Dineen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-6419-7","topics":"calculus;geometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c3b0008-9aa0-4a82-8505-4fe18abe3e03","name":"Representation Theory","description":"By William Fulton, Joe Harris","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4612-0979-9","topics":"abstract-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"287d4418-0c54-43c3-b074-fda86904a579","name":"Linear Algebra Done Right","description":"By Sheldon Axler","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-11080-6","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fed45a06-ca7c-4887-8db8-d579e6b6babd","name":"Linear Algebra","description":"By Jörg Liesen, Volker Mehrmann","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-24346-7","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"073cb0c3-1d86-478c-b4b3-ad27f75611b3","name":"Understanding Analysis","description":"By Stephen Abbott","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-2712-8","topics":"mathematics;calculus;analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42699153-a0a8-491a-b758-111cbbb5fbd6","name":"Ordinary Differential Equations","description":"By William A. Adkins, Mark G. Davidson","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-3618-8","topics":"mathematics;calculus;differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b55e1ac6-a567-4392-b844-9e5dd4bd01a4","name":"Understanding Statistics Using R","description":"By Randall Schumacker, Sara Tomek","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-6227-9","topics":"statistics;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27a30005-48c7-47b0-9a8d-e89bcf6f8e60","name":"Survival Analysis","description":"By David G. Kleinbaum, Mitchel Klein","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-6646-9","topics":"survival-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8716c9f0-a97d-41ee-a824-8d2d79642052","name":"An Introduction to Statistical Learning","description":"By Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-7138-7","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0224c5f1-4055-4c81-bce2-2d39e73700e0","name":"Statistical Learning from a Regression Perspective","description":"By Richard A. Berk","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-44048-4","topics":"machine-learning;regression-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f9d4485-bfbc-4bef-b73f-a443a50af206","name":"Applied Partial Differential Equations","description":"By J. David Logan","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-12493-3","topics":"calculus;partial-differential-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b8f840c-5396-44f4-872e-b86eebd9fef8","name":"Regression Modeling Strategies","description":"By Frank E. Harrell , Jr.","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-19425-7","topics":"regression-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"764003c5-28c8-4ac8-bfe7-18bdb9ee2dae","name":"Applied Quantitative Finance","description":"By Wolfgang Karl Härdle, Cathy Yi-Hsuan Chen, Ludger Overbeck","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-54486-0","topics":"quantitative-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f62667f-af5f-47d0-b3d7-b2327d20bda5","name":"A Modern Introduction to Probability and Statistics","description":"By F.M. Dekking, C. Kraaikamp, H.P. Lopuhaä, L.E. Meester","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-84628-168-6","topics":"probability;statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfa7c06d-67e6-455b-9675-413ec9670e1f","name":"Complex Analysis","description":"By Joseph Bak, Donald J. Newman","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-7288-0","topics":"complex-analysis;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9da299d2-3da1-4469-980f-1eb38835f668","name":"Calculus With Applications","description":"By Peter D. Lax, Maria Shea Terrell","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-7946-8","topics":"mathematics;calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20d90982-9945-4280-b393-f8516e8124c1","name":"The Emotion Machine","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/169007.The_Emotion_Machine","topics":"thinking;artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87e95c7f-118a-48e5-b847-51213d961282","name":"How to Divide by Zero","description":null,"image":null,"links":"article|https://www.1dividedby0.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac81b289-cb7f-47b5-a161-3d18086e1b9a","name":"Learn Samskrit","description":null,"image":null,"links":"course|https://www.learnsamskrit.online/","topics":"languages/sanskrit","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f0f4f5f-12e0-44c0-a79c-1ce5377c9934","name":"Machine Learning v/s Classical Programming","description":null,"image":"https://web.archive.org/web/20200728133730if_/https://pbs.twimg.com/media/ECQDlFOWkAEJzlY?format=jpg&name=small","links":"image|https://twitter.com/kpaxs/status/1163058544402411520","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17d116a7-8685-472d-bcca-7c97813e7d41","name":"Machine Learning is Fun! - Adam Geitgey - Medium","description":null,"image":null,"links":"article|https://medium.com/@ageitgey/machine-learning-is-fun-80ea3ec3c471","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c3e666a6-c0d5-4f1d-9669-9fad8f07fb49","name":"Fundamentals of Clinical Trials","description":"By Lawrence M. Friedman, Curt D. Furberg, David L. DeMets, David M. Reboussin, Christopher B. Granger","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-18539-2","topics":"clinical-research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"682bd868-9999-42ec-9aad-ad1e21e5e686","name":"Applied Predictive Modeling","description":"By Max Kuhn, Kjell Johnson","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-6849-3","topics":"mathematical-modelling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad353ae7-4606-4e75-abcf-32f5f2fe2eb7","name":"Real Analysis","description":"By Miklós Laczkovich, Vera T. Sós","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-2766-1","topics":"mathematics;real-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9ded0e9-1862-494f-b5bc-a8d46da2e61a","name":"Probability Theory","description":"By Achim Klenke","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-5361-0","topics":"mathematics;probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69c84656-4a73-4a7a-9686-ca72d48d9490","name":"Bayesian Essentials with R","description":"By Jean-Michel Marin, Christian P. Robert","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-8687-9","topics":"bayesian-statistics;programming-languages/r","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4468c6ef-fee9-4f6b-9a4d-36af96e887f6","name":"Abstract Algebra","description":"By Gregory T. Lee","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-77649-1","topics":"mathematics;abstract-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c10e31ef-b21a-44f2-baf7-eb5f740cb88b","name":"Applied Linear Algebra","description":"By Peter J. Olver, Chehrzad Shakiban","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-91041-3","topics":"mathematics;linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"816bf81c-d49d-4a50-a904-5aaf9d3d6e08","name":"Proofs from THE BOOK","description":"By Martin Aigner, Günter M. Ziegler","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-57265-8","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f49e9e6d-6c8a-49e8-a7f9-acf6825c4929","name":"A Pythagorean Introduction to Number Theory","description":"By Ramin Takloo-Bighash","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-02604-2","topics":"mathematics;number-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdb8e559-c412-40dc-bf1d-9d7c62e4ca69","name":"Evidence-Based Critical Care","description":"By Robert C. Hyzy","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-43341-7","topics":"medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1faeaf4d-e375-40f4-aecf-7463dccb1376","name":"Biomedical Informatics","description":"By Edward H. Shortliffe, James J. Cimino","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4471-4474-8","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a553730-d73a-4942-b71c-1a6dc0b5da51","name":"Cardiovascular Biomechanics","description":"By Peter R. Hoskins, Patricia V. Lawford, Barry J. Doyle","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-46407-7","topics":"biomechanics;heart","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00a9552c-02a7-4d27-ac05-52a94f924af6","name":"Evolutionary Thinking in Medicine","description":"By Alexandra Alvergne, Crispin Jenkinson, Charlotte Faurie","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-29716-3","topics":"medicine;evolution","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b104885-6220-416d-8b83-3394f96a030d","name":"The ASCRS Textbook of Colon and Rectal Surgery","description":"By Scott R. Steele, Tracy L. Hull, Thomas E. Read, Theodore J. Saclarides, Anthony J. Senagore, Charles B. Whitlow","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-25970-3","topics":"surgery;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5260b7ac-6f62-444a-bf88-aaca2c355ffe","name":"Breast Cancer","description":"By Umberto Veronesi, Aron Goldhirsch, Paolo Veronesi, Oreste Davide Gentilini, Maria Cristina Leonardi","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-48848-6","topics":"medicine;breast-cancer","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7daaf6a1-205a-4ac2-8ea4-1eab79444a8d","name":"Spine Surgery","description":"By Bernhard Meyer, Michael Rauschmann","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-98875-7","topics":"medicine;surgery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"310484de-8ef2-4da4-ba96-7a56cd09581c","name":"Essential Astrophysics","description":"By Kenneth R. Lang","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-35963-7","topics":"astrophysics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffac10b9-ac36-4e97-8f91-45d947315839","name":"Data Analysis","description":"By Siegmund Brandt","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-03762-2","topics":"data-analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f599041-4ca5-429a-ba34-ba62bcbe14de","name":"Mechanics and Thermodynamics","description":"By Wolfgang Demtröder","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-27877-3","topics":"physics;mechanics;thermodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1168c8b-2e30-460a-8085-6d6d05ca781a","name":"Particles and Nuclei","description":"By Bogdan Povh, Klaus Rith, Christoph Scholz, Frank Zetsche, Werner Rodejohann","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-46321-5","topics":"physics;particle-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c79217b9-5190-40c0-9f48-45751293bb8e","name":"Cosmology for the Curious","description":"By Delia Perlov, Alex Vilenkin","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-57040-2","topics":"physics;cosmology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"226cb274-c556-4751-889f-c9f61fa0f94b","name":"Extragalactic Astronomy and Cosmology","description":"By Peter Schneider","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-54083-7","topics":"astronomy;cosmology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"590c01c9-0cb8-43d7-8927-9503f8c05550","name":"Antifragile - Summary by FourMinuteBooks","description":"By Nassim Nicholas Taleb","image":"https://learn-awesome.github.io/assets/book_covers/13530973.jpg","links":"summary|https://fourminutebooks.com/antifragile-summary/;summary|https://sivers.org/book/Antifragile;book|https://www.amazon.com/Antifragile-Things-That-Disorder-Incerto/dp/0812979680?tag=learnawesome-20","topics":"philosophy;economics","creators":"Author of Skin In The Game","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c772a72-9173-4737-8a4c-fedd3e6066be","name":"Computational Physics","description":"By Philipp O.J. Scherer","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-61088-7","topics":"physics;computational-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a563bd0b-f961-4af9-85a7-b968a37106dd","name":"Intermediate Physics for Medicine and Biology","description":"By Russell K. Hobbie, Bradley J. Roth","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-12682-1","topics":"physics;medicine;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0707f305-53a9-43f7-a1fc-624b29f5144b","name":"Fundamental Astronomy","description":"By Hannu Karttunen, Pekka Kröger, Heikki Oja, Markku Poutanen, Karl Johan Donner","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-53045-0","topics":"astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"adfee3d2-8c91-4591-beb7-8c0158cc80a6","name":"Elementary Mechanics Using Python","description":"By Anders Malthe-Sørenssen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-19596-4","topics":"mechanics;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5de063a8-7990-414d-85cd-09ba592e0e6e","name":"Introduction to Plasma Physics and Controlled Fusion","description":"By Francis Chen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-22309-4","topics":"plasma-physics;fusion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9078ad5a-6151-4c3d-b6d0-793369ab1482","name":"Fluid Dynamics","description":"By Michel Rieutord","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-09351-2","topics":"fluid-dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84213a73-9da8-43b3-af8f-e64f7607bf45","name":"Basic Concepts in Computational Physics","description":"By Benjamin A. Stickler, Ewald Schachinger","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-27265-8","topics":"physics;computational-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07361964-ae2a-4442-a1ec-245e8de0574c","name":"Mathematical Physics","description":"By Sadri Hassani","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-01195-0","topics":"physics;mathematical-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ad74f2a-81f2-4a30-83c9-eddb8a4bcf30","name":"Statistics and Analysis of Scientific Data","description":"By Massimiliano Bonamente","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-6572-4","topics":"statistics;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d863538-2bda-4ed7-889c-0dc3eb6c3237","name":"Stellar Structure and Evolution","description":"By Rudolf Kippenhahn, Alfred Weigert, Achim Weiss","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-30304-3","topics":"astrophysics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe9493bb-8c0d-461e-a5d4-abe12f82311c","name":"Computational Physics","description":"By Philipp Scherer","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-00401-3","topics":"computational-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6254aae5-2295-491c-afed-036e818c9085","name":"Quantum Mechanics","description":"By Daniel Bes","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-20556-9","topics":"physics;quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b92eeb87-f0a9-478e-94a8-72d9ade48a08","name":"Foundations of Quantum Mechanics","description":"By Travis Norsen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-65867-4","topics":"physics;quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c264fec-8c78-459c-b022-c6731da0adb1","name":"Introduction to Mathematica® for Physicists","description":"By Andrey Grozin","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-00894-3","topics":"physics;software-tools/mathematica","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fbecf65-c0be-4398-8602-f129f5719fb2","name":"Principles of Astrophysics","description":"By Charles Keeton","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-9236-8","topics":"astrophysics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65f06090-8e1d-4711-a881-3bf26926999a","name":"Principles of Musical Acoustics","description":"By William M. Hartmann","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-6786-1","topics":"physics;acoustics;music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1fc0cfc7-c845-4e6c-8ca9-7d4c96ac3be5","name":"Basics of Laser Physics","description":"By Karl F. Renk","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-50651-7","topics":"physics;laser;optics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ae5e425-8ba2-4134-b2e7-912197353617","name":"Solid-State Physics","description":"By Harald Ibach, Hans Lüth","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-540-93804-0","topics":"physics;solid-state-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a947e678-dde2-43fd-aa91-fae949e2146a","name":"Principles of Quantum Mechanics","description":"By R. Shankar","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4757-0576-8","topics":"physics;quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c0a17a5-53a6-4d88-b143-b54a6dd25dec","name":"Group Theory","description":"By Mildred S. Dresselhaus, Gene Dresselhaus, Ado Jorio","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-540-32899-5","topics":"abstract-algebra;group-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9807416-4cb1-4f23-9c26-9c32e1407b11","name":"Elementary Mechanics Using Matlab","description":"By Anders Malthe-Sørenssen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-19587-2","topics":"software-tools/matlab;mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8f56e20-df6e-4e4a-9242-984a7d80639b","name":"The Physics of Semiconductors","description":"By Marius Grundmann","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-23880-7","topics":"semiconductors;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16bf159a-ee5d-4db0-b609-c31736994afc","name":"Quantum Mechanics","description":"By K.T. Hecht","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4612-1272-0","topics":"physics;quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aef9b409-e01e-412e-b6ad-d96c7288f98b","name":"Transmission Electron Microscopy","description":"By David B. Williams, C. Barry Carter","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4757-2519-3","topics":"electron-microscopy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22e29331-420f-4045-b343-8a9eb499b9d3","name":"Advanced Quantum Mechanics","description":"By RAINER DICK","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-25675-7","topics":"quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ca63381-9ac0-4ed8-a52b-6c1fd90880dc","name":"Physics from Symmetry","description":"By Jakob Schwichtenberg","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-66631-0","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22fd3fdb-bc24-4b05-953c-430a39538af4","name":"Problems in Classical Electromagnetism","description":"By Andrea Macchi, Giovanni Moruzzi, Francesco Pegoraro","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-63133-2","topics":"electromagnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2a9a86d-f7d4-4997-a502-07537c50e89e","name":"Introductory Quantum Mechanics","description":"By Paul R. Berman","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-68598-4","topics":"quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5436ff5b-19c3-4517-9b96-353c50e77cba","name":"Linear Algebra and Analytic Geometry for Physical Sciences","description":"By Giovanni Landi, Alessandro Zampini","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-78361-1","topics":"linear-algebra;analytical-geometry;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ddbf28b-219b-4d43-8455-925eadc3a5b0","name":"Introduction to General Relativity","description":"By Cosimo Bambi","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-1090-4","topics":"physics;general-relativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8752c4f-cf90-46e5-8921-e34ff5ecb0a3","name":"Introduction to Particle and Astroparticle Physics","description":"By Alessandro De Angelis, Mário Pimenta","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-78181-5","topics":"physics;particle-physics;astrophysics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30e8de56-478e-45ef-85eb-1129f7ce93fc","name":"A First Introduction to Quantum Physics","description":"By Pieter Kok","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-92207-2","topics":"physics;quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf836bdc-e97c-4e37-a540-ef3c24c18b73","name":"Physics of Oscillations and Waves","description":"By Arnt Inge Vistnes","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-72314-3","topics":"physics;waves","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3003b609-b1ae-4821-93ec-1e2fdc36ce83","name":"Quantum Mechanics for Pedestrians 1","description":"By Jochen Pade","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-00464-4","topics":"physics;quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"508e18b3-05b1-4037-87c3-40d47375a643","name":"Quantum Mechanics for Pedestrians 2","description":"By Jochen Pade","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-00467-5","topics":"physics;quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6d41b4f-406b-4c62-bce2-5842ab685341","name":"Philosophy of Science for Scientists","description":"By Lars-Göran Johansson","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-26551-3","topics":"philosophy-of-science;science;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66ea884b-1b6a-4d44-a2dd-c9848a2043cb","name":"Readings in Formal Epistemology","description":"By Horacio Arló-Costa, Vincent F. Hendricks, Johan van Benthem","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-20451-2","topics":"philosophy;epistemology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1a23699-27b7-49e0-aac2-f4a11f76086f","name":"The Nature of Scientific Knowledge","description":"By Kevin McCain","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-33405-9","topics":"philosophy-of-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8defcd36-6b7d-4e76-91fa-75d46a5082a5","name":"Learn.Genetics","description":null,"image":null,"links":"website|https://learn.genetics.utah.edu/","topics":"genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e58fddfa-0f02-4f5d-add8-b7fb65442944","name":"Falcon Heavy - BPS.space","description":null,"image":null,"links":"article|https://bps.space/falcon-heavy","topics":"rockets","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41290964-ab32-4f5f-80b8-59c0287275a1","name":"But what is a Neural Network? | Deep learning, chapter 1","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=aircAruvnKk","topics":"neural-network;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"3b41fb1d-8507-41ce-825a-47313f541681","name":"Communication and Bioethics at the End of Life","description":"By Lori A. Roscoe, David P. Schenck","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-70920-8","topics":"bioethics;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38627f0f-8c18-4ce6-a6e7-9e344d11f64d","name":"Philosophy of Race","description":"By Naomi Zack","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-78729-9","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2797b3cd-fab7-4fb8-a0a8-246a6907bf47","name":"Business Ethics - A Philosophical and Behavioral Approach","description":"By Christian A. Conrad","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-91575-3","topics":"ethics;business-ethics;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e765d007-647a-41c2-becd-5b61f3886227","name":"Argumentation Theory: A Pragma-Dialectical Perspective","description":"By Frans H. van Eemeren","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-95381-6","topics":"philosophy;argumentation-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1468b2cd-e6ab-4837-8db9-f6231b9b2335","name":"Mathematical Logic","description":"By Roman Kossak","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-97298-5","topics":"logic;mathematical-logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcb58e8f-80ea-4eac-a6f6-c61d3f498d67","name":"Introduction to Formal Philosophy","description":"By Sven Ove Hansson, Vincent F. Hendricks","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-77434-3","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b495337-fae3-48a5-8e51-cf9be3e30410","name":"Philosophical and Mathematical Logic","description":"By Harrie de Swart","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-03255-5","topics":"philosophy;mathematical-logic;logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"818855a5-df2a-4f66-86d4-b9f5f99f0b33","name":"Handbook of LGBT Elders","description":"By Debra A. Harley, Pamela B. Teaster","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-03623-6","topics":"lgbt;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39573e9c-5c63-4a7b-8c31-21fec7ee9163","name":"Disability and Vocational Rehabilitation in Rural Settings","description":"By Debra A. Harley, Noel A. Ysasi, Malachy L. Bishop, Allison R. Fleming","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-64786-9","topics":"social-science;disability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e7c2d13-7c13-484f-9bcb-789743577ec8","name":"Political Social Work","description":"By Shannon R. Lane, Suzanne Pritzker","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-68588-5","topics":"social-science;politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d651441-1e47-47be-837d-9db3bac7d5d0","name":"Queering Identities: LGBTQ+ Sexuality and Gender Identity | Coursera","description":null,"image":null,"links":"course|https://www.coursera.org/learn/queeringidentities?ranMID=40328&ranEAID=SAyYsTvLiGQ&ranSiteID=SAyYsTvLiGQ-d758kr332pNMO7euVM7LfQ&siteID=SAyYsTvLiGQ-d758kr332pNMO7euVM7LfQ&utm_content=10&utm_medium=partners&utm_source=linkshare&utm_campaign=SAyYsTvLiGQ","topics":"sociology;lgbt","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5dc8b9f-ecc4-4113-a0cf-6df552811826","name":"The Coronavirus Explained & What You Should Do","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=BtN-goy9VOY","topics":"coronavirus;epidemics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ae9ca29c-b708-4af4-80cd-23c682cebe6e","name":"YouTube's Copyright System Isn't Broken. The World's Is.","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=1Jwo5qc78QU&feature=youtu.be","topics":"copyright","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"41b44691-8dda-4952-8822-7ad624640f35","name":"Setting Up Git Identities · Micah Henning","description":null,"image":null,"links":"article|https://www.micah.soy/posts/setting-up-git-identities/","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"804fad48-af95-49b0-a191-fe44613a79b4","name":"Principal component analysis - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Principal_component_analysis","topics":"machine-learning;deep-learning;matrix","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d33f5321-9955-4035-85c4-a6018f40e2eb","name":"Course Catalogue | The Theoretical Minimum","description":null,"image":null,"links":"course|https://theoreticalminimum.com/courses","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9933d227-22dd-44b2-980c-a65a04775f2d","name":"Leonard Susskind: My friend Richard Feynman","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=6Waurx8e-1o","topics":"richard-feynman","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b6c45010-c607-4085-87f5-8d666f955640","name":"Dick’s Tricks - Leonard Susskind - 5/11/2018","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=ldfUAzRMs_k","topics":"richard-feynman","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1d6fb973-ff59-4b22-98f8-a1b3c39c74e5","name":"SCPD creates guide to transitioning courses online | Stanford VPTL","description":null,"image":null,"links":"article|https://vptl.stanford.edu/news-events/news/scpd-creates-guide-transitioning-courses-online","topics":"mooc","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"77cdef3d-8598-49f8-a206-bd2e28c0853d","name":"Meta book recommendations from Ask Hacker News threads - MapFilterFold","description":null,"image":null,"links":"website|https://mapfilterfold.com/","topics":"books","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8512e518-3701-4bbe-ba8a-79e267fe173d","name":"Shane Warne - King Of Spin - Leg Spin Tutorial","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=AyHX7GsrMlo","topics":"sports/cricket","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"81d377ac-b241-4b0e-87fc-53e5310a3df7","name":"Cockroach Anatomy and Physiology | HowStuffWorks","description":null,"image":null,"links":"article|https://animals.howstuffworks.com/insects/cockroach1.htm","topics":"cockroaches","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"497f2367-4a6c-4f7d-8eae-7e1cc0ab6f87","name":"7 Powers: The Foundations of Business Strategy - Summary at Blas.com","description":"Helmer sets out to create a simple, but not simplistic, strategy compass. His 7 …","image":"https://blas.com/wp-content/uploads/2019/03/419jc96CutL._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/7-powers/","topics":"business;hamilton-helmer;investing;strategy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc70515a-1468-492f-b69a-abc6b128e570","name":"Problems and Solutions in Introductory Mechanics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/23222800-problems-and-solutions-in-introductory-mechanics?ac=1&from_search=true&qid=b4l6AEnzHs&rank=1","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f300539-9fa6-4c37-aa5c-220e15d65701","name":"10 Days To Faster Reading","description":"Jump-Start Your Reading Skills! Speed reading used to require months of training. Now you can rev up your reading in just a few minutes a day. With quizzes to determine your present reading level and exercises to introduce new skills quickly, 10 Days to Faster Reading will improve your reading comprehension and speed as it shows you how to: * Break the Bad Habits That Slow You Down * Develop Your Powers of Concentration * Cut Your Reading Time in Half * Use Proven, Specially Designed Reading Techniques * Boost the Power of Your Peripheral Vision * Learn How to Scan and Skim a Written Report ...And All in 10 Days!","image":null,"links":"book|https://www.amazon.in/Faster-Reading-Princeton-Language-Institute/dp/0446676675?tag=learnawesome-21;summary|https://fourminutebooks.com/10-days-to-faster-reading-summary/","topics":"reading","creators":"Abby Marks-Beale","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a284f644-33b7-45c3-b374-0cdf8439ee99","name":"10% Happier - Summary by FourMinuteBooks","description":"By Dan Harris","image":"https://learn-awesome.github.io/assets/book_covers/18505796.jpg","links":"summary|https://fourminutebooks.com/10-happier-summary/;book|https://www.goodreads.com/book/show/18505796-10-happier;summary|https://blas.com/10-percent-happier/","topics":"psychology;happiness;meditation;dan-harris","creators":"Author of 10% Happier","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e481bf03-2b73-467b-92c7-9c3cc122c92b","name":"12 Rules For Life - Summary by FourMinuteBooks","description":"By Jordan B. Peterson","image":"https://learn-awesome.github.io/assets/book_covers/30257963.jpg","links":"summary|https://fourminutebooks.com/12-rules-for-life-summary/;summary|https://sivers.org/book/12RulesForLife;book|https://openlibrary.org/books/OL26993586M/12_Rules_For_Life_Paperback","topics":"psychology;philosophy;personal-development","creators":"Jordan B. Peterson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc280e06-96ab-458c-ab65-379fcc1227f7","name":"Amusing Ourselves To Death - Summary by FourMinuteBooks","description":"By Neil Postman","image":"https://learn-awesome.github.io/assets/book_covers/74034.jpg","links":"summary|https://fourminutebooks.com/amusing-ourselves-to-death-summary/;book|https://openlibrary.org/books/OL18396923M/Amusing_ourselves_to_death","topics":"sociology;media;television;psychology","creators":"Neil Postman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fe0f28e-ed11-4125-aaee-4c6268b0d6e9","name":"Marc Andreessen’s Blog Archives - Summary at Blas.com","description":"A compilation of Marc Andreesen’s blog posts – touching on everything from startups to …","image":"https://blas.com/wp-content/uploads/2020/03/Capture-254x300.png","links":"summary|https://blas.com/pmarca-blog-archives/","topics":"andreessen-horowitz;marc-andreessen;productivity;startup;venture-capital","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32b2014c-0454-4f81-b368-0fe1e0282516","name":"Show Your Work: 10 Ways to SHare Your Creativity and Get Discovered - Summary at Blas.com","description":"“If Steal Like an Artist was a book about stealing influence from other people, …","image":"https://blas.com/wp-content/uploads/2020/02/71MTgEEjNVL-300x300.jpg","links":"summary|https://blas.com/show-your-work/","topics":"austin-kleon;creativity","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"281c9168-66b2-4bc2-844e-d6f2c43ed5dc","name":"Anything You Want: 40 lessons for new kind of Entrepreneur - Summary at Blas.com","description":"“I hope you find these ideas useful in your own life or business. I …","image":"https://blas.com/wp-content/uploads/2020/02/download.jpg","links":"summary|https://blas.com/anything-you-want/","topics":"business;derek-sivers;leadership;philosophy;startup","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08c7818c-710d-4e6b-8292-de00cf8b758c","name":"The fascinating science of bubbles, from soap to champagne | Li Wei Tan","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=ez7HOFKTtH0","topics":"bubbles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"95a03aa4-4b92-4a0d-b2d3-15f30566768e","name":"Statistical Mechanics (2nd edition) (2nd edition) (English)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/41877649-statistical-mechanics-2nd-edition","topics":"mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"257f234d-607b-475d-9268-533c1cd6cdbd","name":"Statistical Mechanics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/1322437.Statistical_Mechanics","topics":"mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea60eb14-2dfa-4339-ac69-3845f905438c","name":"Spacetime and Geometry: An Introduction to General Relativity","description":"By Sean Carroll","image":"https://learn-awesome.github.io/assets/book_covers/259680.jpg","links":"book|https://www.goodreads.com/book/show/259680.Spacetime_and_Geometry","topics":"general-relativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73184fb1-81f4-4c6e-b99b-eef555539e9c","name":"The Antenna Theory Website","description":null,"image":null,"links":"website|http://www.antenna-theory.com/m/index.php","topics":"antennas","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87d59bf6-f033-4286-9402-5b6bd2cc7cb6","name":"13 Things Mentally Strong People Don’t Do","description":"The Ultimate Guide to Mastering Your Mental StrengthEveryone knows that regular exercise and weight training lead to physical strength. But how do we strengthen ourselves mentally for the truly tough times? And what should we do when we face these challenges? Or as psychotherapist Amy Morin asks, what should we avoid when we encounter adversity? Through her years counseling others and her own experiences navigating personal loss, Morin realized it is often the habits we cannot break that are holding us back from true success and happiness. Indulging in self-pity, agonizing over things beyond our control, obsessing over past events, resenting the achievements of others, or expecting immediate positive results holds us back. This list of things mentally strong people don't do resonated so much with readers that when it was picked up by Forbes.com it received ten million views.Now, for the first time, Morin expands upon the thirteen things from her viral post and shares her tried-and-true practices for increasing mental strength. Morin writes with searing honesty, incorporating anecdotes from her work as a college psychology instructor and psychotherapist as well as personal stories about how she bolstered her own mental strength when tragedy threatened to consume her.Increasing your mental strength can change your entire attitude. It takes practice and hard work, but with Morin's specific tips, exercises, and troubleshooting advice, it is possible to not only fortify your mental muscle but also drastically improve the quality of your life.","image":"https://covers.openlibrary.org/b/id/8844867-M.jpg","links":"book|https://www.amazon.in/Things-Mentally-Strong-People-Dont/dp/0062358308?tag=learnawesome-21;summary|https://fourminutebooks.com/13-things-mentally-strong-people-dont-do-summary/","topics":"psychology;personal-development","creators":"Amy Morin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2006b39-d113-4f9e-8a13-f4599d01ab68","name":"21 Days To A Big Idea","description":null,"image":null,"links":"book|https://www.amazon.in/21-Days-Big-Idea-Breakthrough-ebook/dp/B015QJTK6E?tag=learnawesome-21;summary|https://fourminutebooks.com/21-days-to-a-big-idea-summary/","topics":"business","creators":"Author of 21 Days To A Big Idea","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0fa3676-4e8b-4cd5-ba93-e2d06011c64c","name":"Bit Literacy","description":"Bit Literacy\\" is essential reading for anyone who has experienced \\"digital overload\\" the daily flood of e-mail, multiple todo lists, a cluttered desktop, documents in various file formats, and the constant distraction of cell phones and other devices. More than a quick fix or another \\"how-to\\" guide, the book offers an entirely new way of attaining productivity that users at any level of expertise can put into action right away. This is \\"bit literacy,\\" a method for working more productively in the digital age, with less stress. Mark Hurst - who has reached hundreds of thousands of readers through his Good Experience e-mail newsletter, Uncle Mark technology guides, thisisbroken.com, and other websites - has revealed the way to survive, and thrive, in the digital age: \\"Let the bits go.","image":"https://covers.openlibrary.org/b/id/1725930-M.jpg","links":"book|https://www.amazon.in/Bit-Literacy-Productivity-Information-mail/dp/0979368103?tag=learnawesome-21;summary|https://fourminutebooks.com/bit-literacy-summary/","topics":"productivity","creators":"Mark Hurst","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40862aa0-a28f-471c-955a-5c73b497d520","name":"The Big Leap","description":"With over 100,000 copies sold, New York Times bestselling author Gay Hendricks demonstrates how to go beyond your internal limits, release outdated fears and learn a whole new set of powerful skills and habits to liberate your authentic greatness. Fans of Wayne Dyer, Eckhart Tolle, Marianne Williamson, and Gabrielle Bernstein will discover the way to break down the walls to a better life.","image":"https://covers.openlibrary.org/b/id/6305214-M.jpg","links":"book|https://www.goodreads.com/book/show/6391876-the-big-leap;summary|https://fourminutebooks.com/the-big-leap-summary/","topics":"personal-development","creators":"Gay Hendricks","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71ea4b5f-98ad-4ba3-81cf-e734ecc39062","name":"21 Lessons For The 21st Century - Summary by FourMinuteBooks","description":"By Yuval Noah Harari","image":"https://learn-awesome.github.io/assets/book_covers/38820046.jpg","links":"summary|https://fourminutebooks.com/21-lessons-for-the-21st-century-summary/;summary|https://sivers.org/book/21Lessons;book|https://openlibrary.org/books/OL26962423M/21_lessons_for_the_21st_century","topics":"history;philosophy;society;politics","creators":"Author of Homo Deus","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f9e2248-c001-495c-8388-30b638857360","name":"59 Seconds","description":"59 Seconds: Think a Little, Change a Lot (Borzoi Books)","image":null,"links":"book|https://www.amazon.com/59-Seconds-Change-Under-Minute/dp/0307474860?tag=learnawesome-20;summary|https://fourminutebooks.com/59-seconds-summary/","topics":"psychology;personal-development","creators":"Richard Wiseman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"804a7135-5d9c-4289-8863-563a5edbcd52","name":"A Brief History Of Time - Summary by FourMinuteBooks","description":"By Stephen Hawking","image":"https://learn-awesome.github.io/assets/book_covers/3869.jpg","links":"summary|https://fourminutebooks.com/a-brief-history-of-time-summary/;book|https://www.amazon.in/Brief-History-Time-Stephen-Hawking/dp/0553380168?tag=learnawesome-21","topics":"science;physics","creators":"Stephen W. Hawking","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80a00bd5-7101-405f-a493-72de40343c50","name":"A Curious Mind - Summary by FourMinuteBooks","description":"By Brian Grazer","image":"https://learn-awesome.github.io/assets/book_covers/22669010.jpg","links":"summary|https://fourminutebooks.com/a-curious-mind-summary/;book|https://www.amazon.in/Curious-Mind-Secret-Bigger-Life/dp/1476730776?tag=learnawesome-21;summary|https://blas.com/a-curious-mind/","topics":"psychology;business;curiosity;brian-grazer","creators":"Brian Grazer","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47e5abbf-fe17-4a4d-84f2-a07f10b3902e","name":"A First-Rate Madness","description":"This New York Times bestseller is a myth-shattering exploration of the powerful connections between mental illness and leadership.Historians have long puzzled over the apparent mental instability of great and terrible leaders alike: Napoleon, Lincoln, Churchill, Hitler, and others. In A First-Rate Madness, Nassir Ghaemi, director of the Mood Disorders Programme at Tufts Medical Center, offers and sets forth a controversial, compelling thesis: the very qualities that mark those with mood disorders also make for the best leaders in times of crisis.From the importance of Lincoln's \\"depressive realism\\" to the lacklustre leadership of exceedingly sane men as Neville Chamberlain, A First-Rate Madness overturns many of our most cherished perceptions about greatness and the mind.","image":null,"links":"book|https://www.goodreads.com/book/show/10357675-a-first-rate-madness;summary|https://fourminutebooks.com/a-first-rate-madness-summary/","topics":"psychology;leadership","creators":"Author of A First-Rate Madness","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07795641-45fc-4a40-9894-e3a7d07d271d","name":"Singletasking","description":"Your Mind Can't Be Two Places at Once Too many of us have become addicted to the popular, enticing, dangerously misleading drug of multitasking. Devora Zack was once hooked herself. But she beat it and became more efficient, and you can too. Zack marshals convincing neuroscientific evidence to prove that you really can't do more by trying to tackle several things at once it's an illusion. There is a better way to deal with all the information and interruptions that bombard us today. Singletasking explains exactly how to clear and calm your mind, arrange your schedule and environment, and gently yet firmly manage the expectations of people around you so that you can accomplish a succession of tasks, one by one and be infinitely more productive. Singletasking is the secret to success and sanity. \\"","image":null,"links":"book|https://www.amazon.in/Singletasking-More-Done-One-Thing-Time/dp/162656261X?tag=learnawesome-21;summary|https://fourminutebooks.com/singletasking-summary/","topics":"productivity","creators":"Author of Singletasking","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"331aafd0-cf1a-497a-ac71-b16782c1826d","name":"A Force For Good","description":"For more than half a century, in such books as The Art of Happiness and The Dalai Lama’s Little Book of Inner Peace, the Dalai Lama has guided us along the path to compassion and taught us how to improve our inner lives. In A Force for Good, with the help of his longtime friend Daniel Goleman, the New York Times bestselling author of Emotional Intelligence, the Dalai Lama explains how to turn our compassionate energy outward. This revelatory and inspiring work provides a singular vision for transforming the world in practical and positive ways.   Much more than just the most prominent exponent of Tibetan Buddhism, the Fourteenth Dalai Lama is also a futurist who possesses a profound understanding of current events and a remarkable canniness for modern social issues. When he takes the stage worldwide, people listen. A Force for Good combines the central concepts of the Dalai Lama, empirical evidence that supports them, and true stories of people who are putting his ideas into action—showing how harnessing positive energies and directing them outward has lasting and meaningful effects. Goleman details the science of compassion and how this singular guiding motivation has the power to   • break such destructive social forces as corruption, collusion, and bias • heal the planet by refocusing our concerns toward our impact on the systems that support all life • reverse the tendency toward systemic inequity through transparency and accountability • replace violence with dialogue • counter us-and-them thinking by recognizing human oneness • create new economic systems that work for everyone, not just the powerful and rich • design schooling that teaches empathy, self-mastery, and ethics   Millions of people have turned to the Dalai Lama for his unparalleled insight into living happier, more purposeful lives. Now, when the world needs his guidance more than ever, he shows how every compassion-driven human act—no matter how small—is integral for a more peaceful, harmonious world, building a force for a better future.   Revelatory, motivating, and highly persuasive, A Force for Good is arguably the most important work from one of the world’s most influential spiritual and political figures.","image":null,"links":"book|https://www.amazon.com/Force-Good-Dalai-Lamas-Vision/dp/0553394894?tag=learnawesome-20;summary|https://fourminutebooks.com/a-force-for-good-summary/","topics":"spirituality;philosophy;religion;buddhism;psychology","creators":"Daniel Goleman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a78f5f31-c7cc-4fd8-9098-8233f1a41cb5","name":"A Guide To The Good Life - Summary by FourMinuteBooks","description":"By William B. Irvine","image":"https://learn-awesome.github.io/assets/book_covers/5617966.jpg","links":"summary|https://fourminutebooks.com/a-guide-to-the-good-life-summary/;summary|https://sivers.org/book/StoicJoy;book|https://www.amazon.com/Guide-Good-Life-Ancient-Stoic/dp/1522632735?tag=learnawesome-20","topics":"philosophy;psychology","creators":"William Braxton Irvine","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36657e74-0ff0-4335-a918-55e628c36a5e","name":"A New Earth - Summary by FourMinuteBooks","description":"By Eckhart Tolle","image":"https://learn-awesome.github.io/assets/book_covers/76334.jpg","links":"summary|https://fourminutebooks.com/a-new-earth-summary/;book|https://openlibrary.org/books/OL3407556M/A_New_Earth","topics":"spirituality;philosophy;psychology","creators":"Eckhart Tolle","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf33707b-3120-4efe-8725-57f863e8fdd4","name":"A Short History Of Nearly Everything - Summary by FourMinuteBooks","description":"  Bill Bryson gives a very good overview of a natural history and describes how the …","image":"https://blas.com/wp-content/uploads/2016/01/41gdQTWQgEL._SX329_BO1204203200_-199x300.jpg","links":"summary|https://fourminutebooks.com/a-short-history-of-nearly-everything-summary/;summary|https://sivers.org/book/ShortHistoryNE;summary|https://blas.com/a-short-history-of-nearly-everything/;book|https://openlibrary.org/books/OL23115638M/A_short_history_of_nearly_everything","topics":"science;history;bill-bryson","creators":"Bill Bryson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a1dda66-7d49-4d46-bed0-f8bb3e486df9","name":"A Splendid Exchange - Summary by FourMinuteBooks","description":"By William J. Bernstein","image":"https://learn-awesome.github.io/assets/book_covers/2413423.jpg","links":"summary|https://fourminutebooks.com/a-splendid-exchange-summary/;book|https://www.goodreads.com/book/show/2413423.A_Splendid_Exchange","topics":"history;economics","creators":"William J. Bernstein","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66c6f3da-7459-44df-baab-4b776a9cdaed","name":"A Year With Peter Drucker","description":"A year-long leadership development course, divided into short, weekly lessons, based on Peter Drucker's personal coaching program, previously unpublished material, and selected readings from the management guru's classic works, compiled by his longtime collaborator Joseph A. Maciariello.A Year with Peter Drucker distills the essence of Peter Drucker's personal mentorship program into an easy-to-follow 52-week course, exploring the themes Drucker felt were most important to leadership development, including:Leaders Must Set Sights on the Important and not the Urgent—a key differentiator between a subordinate and a chief. Management is a Human Activity—Process must serve people, in and out of the organization. The Roadmap to Personal Effectiveness—the importance of mission and doing the Right Things not just Getting Things Done. The critical importance of leadership succession especially at top ranks of the organization.Each weekly management meditation includes a lesson and a message or anecdote taken from Drucker's extensive body of work, as well as suggestions for further reading, reflective questions, and quick, easy prompts to help readers incorporate the knowledge they've learned into their daily work.A lifetime of wisdom brilliantly honed into a single essential volume by Drucker's collaborator Joseph A. Maciariello, A Year with Peter Drucker gives both lifelong Drucker fans and young executives now discovering his brilliance an invaluable opportunity to learn directly from the late master.","image":null,"links":"book|https://www.goodreads.com/book/show/20663099-a-year-with-peter-drucker;summary|https://fourminutebooks.com/a-year-with-peter-drucker-summary/","topics":"leadership","creators":"Joseph A. Maciariello","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"030e43cf-9a44-4392-866b-3857899775e3","name":"The Second Law - Summary at Blas.com","description":"PW Atkins’ beautiful book, The Second Law, defines what the second law means and …","image":"https://blas.com/wp-content/uploads/2020/02/download-1-1.jpg","links":"summary|https://blas.com/the-second-law/","topics":"energy;entropy;physics;pw-atkins;second-law-of-thermodynamics;thermodynamics;work","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08ae9a00-6075-476f-9a2d-3c7409fcb1dd","name":"How to Make Giant Bubbles","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=VXsPqUFsArM","topics":"bubbles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"42ac7baa-d886-4edc-8410-5949922bf248","name":"Abundance - Summary by FourMinuteBooks","description":"By Peter H. Diamandis","image":"https://learn-awesome.github.io/assets/book_covers/13187824.jpg","links":"summary|https://fourminutebooks.com/abundance-summary/;book|https://www.amazon.com/Abundance-Future-Better-Than-Think/dp/1451614217?tag=learnawesome-20","topics":"economics;futurism","creators":"Peter H. Diamandis","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd01eb45-03bd-4b84-a6a1-67e5bc4706e8","name":"I Love Capitalism: An American Story - Summary at Blas.com","description":"This is Ken Langone’s love song to capitalism. Everyone can and should dream big …","image":"https://blas.com/wp-content/uploads/2018/07/510143d6vQL._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/i-love-capitalism/","topics":"business;home-depot;investing;ken-langone","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52b2c9cf-2b95-4342-af69-8ff0fb5430bc","name":"Accidental Genius","description":"When it comes to creating ideas, we hold ourselves back. That’s because inside each of us is an internal editor whose job is to forever polish our thoughts, so we sound smart and in control, and so that we fit into society. But what happens when we encounter problems where such conventional thinking fails us? How to get unstuck? For Mark Levy, the answer is freewriting, a technique he’s used for years to solve all types of business problems, and generate ideas for books, articles and blog posts. Freewriting is deceptively simple: Start writing as fast as you can, for as long as you can, about a subject you care deeply about, while ignoring the standard rules of grammar and spelling. Your internal editor won’t be able to keep up with your output, and will be temporarily shunted into the background. You’ll now be able to think more honestly and resourcefully than before, and will generate breakthrough ideas and solutions that you couldn’t have created any other way. Levy shares six freewriting secrets designed to knock out your editor and let your genius run free. He also includes fifteen problem-solving and creativity-stimulating principles you can use if you need more firepower—seven of which are new to this edition—and stories of problems he and others have solved through freewriting. Also new to this edition: an extensive section on how to refine your freewriting into something you can share with the world. Although Levy originally taught freewriting as a private brainstorming technique, over the years he and his clients have found that, with some tweaking, it’s a great way to generate content for books, articles, and other thought leadership pieces.","image":null,"links":"book|https://www.amazon.in/Accidental-Genius-Revolutionize-Thinking-Through/dp/1605095257?tag=learnawesome-21;summary|https://fourminutebooks.com/accidental-genius-summary/","topics":"language;writing;thinking","creators":"Author of Accidental Genius","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23b14e44-074e-4ae7-bcf6-09943d31133d","name":"Against Empathy","description":"New York Post Best Book of 2016We often think of our capacity to experience the suffering of others as the ultimate source of goodness. Many of our wisest policy-makers, activists, scientists, and philosophers agree that the only problem with empathy is that we don’t have enough of it.Nothing could be farther from the truth, argues Yale researcher Paul Bloom. In AGAINST EMPATHY, Bloom reveals empathy to be one of the leading motivators of inequality and immorality in society. Far from helping us to improve the lives of others, empathy is a capricious and irrational emotion that appeals to our narrow prejudices. It muddles our judgment and, ironically, often leads to cruelty. We are at our best when we are smart enough not to rely on it, but to draw instead upon a more distanced compassion.Basing his argument on groundbreaking scientific findings, Bloom makes the case that some of the worst decisions made by individuals and nations—who to give money to, when to go to war, how to respond to climate change, and who to imprison—are too often motivated by honest, yet misplaced, emotions. With precision and wit, he demonstrates how empathy distorts our judgment in every aspect of our lives, from philanthropy and charity to the justice system; from medical care and education to parenting and marriage. Without empathy, Bloom insists, our decisions would be clearer, fairer, and—yes—ultimately more moral.Brilliantly argued, urgent and humane, AGAINST EMPATHY shows us that, when it comes to both major policy decisions and the choices we make in our everyday lives, limiting our impulse toward empathy is often the most compassionate choice we can make.","image":"https://covers.openlibrary.org/b/id/8814406-M.jpg","links":"book|https://www.goodreads.com/book/show/29100194-against-empathy;summary|https://fourminutebooks.com/against-empathy-summary/","topics":"psychology;philosophy;science;sociology;empathy","creators":"Paul Bloom","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ad17b5f-91f7-4296-848d-5741bafa9af8","name":"Alexander The Great","description":null,"image":null,"links":"book|https://www.amazon.com/Alexander-Great-Philip-Freeman-ebook/dp/B003UYUORM?tag=learnawesome-20;summary|https://fourminutebooks.com/alexander-the-great-summary/","topics":"history","creators":"Author of Alexander The Great","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"437568f7-9fb5-4cb6-872c-039bbee66a7b","name":"Algorithms To Live By - Summary by FourMinuteBooks","description":"By Brian Christian","image":"https://learn-awesome.github.io/assets/book_covers/25666050.jpg","links":"summary|https://fourminutebooks.com/algorithms-to-live-by-summary/;book|https://www.goodreads.com/book/show/25666050-algorithms-to-live-by","topics":"algorithms;philosophy","creators":"Author of Algorithms To Live By","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bdb4034-d599-4ff5-9ddf-702f2c836421","name":"Alibaba’s World","description":"**One of six of The Wall Street Journal's \\"Best Business Books of 2015\\"**In September 2014, a Chinese company that most Americans had never heard of held the largest IPO in history – bigger than Google, Facebook and Twitter combined. Alibaba, now the world's largest e-commerce company, mostly escaped Western notice for over ten years, while building a customer base more than twice the size of Amazon's, and handling the bulk of e-commerce transactions in China. How did it happen? And what was it like to be along for such a revolutionary ride?In Alibaba's World, author Porter Erisman, one of Alibaba's first Western employees and its head of international marketing from 2000 to 2008, shows how Jack Ma, a Chinese schoolteacher who twice failed his college entrance exams, rose from obscurity to found Alibaba and lead it from struggling startup to the world's most dominant e-commerce player. He shares stories of weathering the dotcom crash, facing down eBay and Google, negotiating with the unpredictable Chinese government, and enduring the misguided advice of foreign experts, all to build the behemoth that's poised to sweep the ecommerce world today. And he analyzes Alibaba's role as a harbinger of the new global business landscape—with its focus on the East rather than the West, emerging markets over developed ones, and the nimble entrepreneur over the industry titan. As we face this near future, the story of Alibaba—and its inevitable descendants—is both essential and instructive.","image":null,"links":"book|https://www.goodreads.com/book/show/23014882-alibaba-s-world;summary|https://fourminutebooks.com/alibabas-world-summary/","topics":"business;china;entrepreneurship","creators":"Porter Erisman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a99ebba-226f-4cb5-ac9c-a37b76608621","name":"All Marketers Are Liars - Summary by FourMinuteBooks","description":null,"image":null,"links":"summary|https://fourminutebooks.com/all-marketers-are-liars-summary/;book|https://www.amazon.com/All-Marketers-are-Liars-Works-ebook/dp/B00315QK8M?tag=learnawesome-20","topics":"marketing","creators":"Seth Godin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6903a54-0d10-4357-ab1a-d2faca1b6937","name":"Altered Traits","description":null,"image":null,"links":"book|https://scottbarrykaufman.com/wp-content/uploads/2013/04/Mrazek-et-al.-2013-Mindfulness-Improves-WMC-GRE-Focus.pdf;summary|https://fourminutebooks.com/altered-traits-summary/","topics":"meditation","creators":"Daniel Goleman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7df53d2-4362-409b-ae46-0015b5314187","name":"General Relativity","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/53522.General_Relativity","topics":"general-relativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6229467-f0bd-4e8f-9b2c-0312a80662a5","name":"An Audience Of One","description":"The creator of the Unmistakable Creative podcast makes a counterintuitive argument: By focusing your creative work on pleasing yourself, you can increase your productivity, happiness, and (eventually, paradoxically) the size of your audience.Creating for your own pleasure--whether you're writing a novel, composing songs, or painting a landscape--can seem pointless. It's tempting to focus on pursuing money and fame, rather than the process itself. But as Srini Rao warns, creating then turns into a chore that can harm your self-esteem and suck the pleasure out of life, rather than being a source of joy.Rao, host of the podcast The Unmistakable Creative, argues that we should counter this thinking by intentionally creating art for ourselves alone--an audience of one. In this book he shares the fascinating true stories of creatives who took this path, along with actionable tips and the research of creativity experts. You'll learn, for example:* How Oprah's intentional focus on her own work rather than the opinions of everyone else catapulted her into one of the most popular talk shows of all time.* How being process-driven can not only help you produce more work, but can make you happier outside of your creative time.* How to put together a creative \\"team of rivals\\" whose feedback can help you hone your craft and filter out useless feedback.By playing to an audience of one, we can find more happiness, increased productivity, and a greater sense of community.","image":null,"links":"book|https://openlibrary.org/books/OL26974345M/An_audience_of_one;summary|https://fourminutebooks.com/an-audience-of-one-summary/","topics":"writing;art","creators":"Rao, Srinivas (Host of The Unmistakable Creative Podcast)","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1db1f15-69e4-4ff5-8d90-146a58b0bebe","name":"Anything You Want","description":"Finally available in bookstores, the Portfolio edition of Derek Sivers’s iconic and bestselling manifesto on lessons learned while becoming an entrepreneurMost people don’t know what they’re doing. They imitate others, go with the flow, and follow paths without making their own.Best known for creating CD Baby, the most popular music site for independent artists, founder Derek Sivers chronicles his “accidental” success and failures into this concise and inspiring book on how to create a multimillion-dollar company by following your passion.Sivers details his journey and the lessons learned along the way of creating CD Baby and building a business close to his heart. In 1997 Sivers was a musician who taught himself to code a Buy Now button onto his band’s Web site. Shortly thereafter he began selling his friends’ CDs on his Web site. As CD Baby grew, Sivers faced numerous obstacles on his way to success. Within six years he had been publicly criticized by Steve Jobs and had to pay his father $3.3 million to buy back 90 percent of his company, but he had also built a company of more than 50 employees and had profited $10 million.Anything You Want is must reading for every person who is an entrepreneur, wants to be one, wants to understand one, or cares even a little about what it means to be human.","image":null,"links":"book|https://www.amazon.com/Anything-You-Want-Lessons-Entrepreneur/dp/1511366079?tag=learnawesome-20;summary|https://fourminutebooks.com/anything-you-want-summary/","topics":"business","creators":"Derek Sivers","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8dcc186b-0c3e-4133-a19a-ea5f2dcf73b0","name":"Are You Fully Charged","description":"Tom Rath, author of six influential bestsellers, reveals the three keys that matter most for our daily health and well-being, as well as our engagement in our work. Drawing on the latest and most practical research from health, psychology, and economics, this book focuses on changes we can make to create better days for ourselves and others. Are You Fully Charged? will challenge you to stop pursuing happiness and start creating meaning instead, lead you to rethink your daily interactions with the people who matter most, and show you how to put your own health first in order to be your best every day.","image":null,"links":"book|https://www.goodreads.com/book/show/23493818-are-you-fully-charged;summary|https://fourminutebooks.com/are-you-fully-charged-summary/","topics":"personal-development;psychology","creators":"Tom Rath","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42c3adee-aa0e-468a-a0f2-2f217fbe315c","name":"As A Man Thinketh","description":"2018 Reprint of the 1913 Edition. As a Man Thinketh was first published in 1903. In it, Allen describes how man is the creator and shaper of his destiny by the thoughts which he thinks. We rise and fall in exact accordance with the character of the thoughts which we entertain. Our environment is the result of the thoughts that we harbor and the behavior that our thoughts bring about. Part of the New Thought Movement, Allen reveals the secrets to having the most fulfilling existence possible, guided by a proper understanding and appreciate of how thought shapes our lives. Allen advises on how to better manage our thoughts and how to direct them into more constructive behavior. Though written more than one hundred years ago, the language and resonance of this classic still hold up today, inviting each of us to reflect not on the world and others, but our own thoughts and how to regain their possession. The title for the essay comes from the Bible: \\"As a man thinketh in his heart, so is he,\\" Proverbs, chapter 23, verse 7. In more than a century, As A Man Thinketh has become an inspirational classic, selling millions of copies worldwide and bringing faith, inspiration, and self- healing to all who have encountered it.","image":null,"links":"book|https://www.amazon.com/As-Man-Thinketh-James-Allen/dp/1684222095?tag=learnawesome-20;summary|https://fourminutebooks.com/as-a-man-thinketh-summary/","topics":"philosophy;personal-development;thinking","creators":"Author of As A Man Thinketh","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bddf20e-3f78-4ff3-9731-69bd4a1467e0","name":"At Home - Summary by FourMinuteBooks","description":"From one of our most beloved authors, a fascinating excursion into the history behind the place we call home—now richly illustrated with more than two hundred images in full colorBill Bryson and his family live in a Victorian parsonage in a part of England where nothing of any great significance has happened since the Romans decamped. But, struck one day by the thought that “history mostly is masses of people doing ordinary things,” he began to consider how very little he knew about the ordinary things in life—most of them found inside his front door. At Home is the bestselling story of Bryson’s room-by-room journey around his house, a history of the world written without leaving home. The bathroom provides the occasion for the history of hygiene; the bedroom for an account of sex, death, and sleep; the kitchen for a discussion of nutrition and the spice trade. From architecture to electricity, from food preservation to epidemics, from the telephone to the Eiffel Tower, from crinolines to toilets—and the brilliant, creative, and often eccentric minds behind them—Bryson demonstrates that whatever happens in the world ends up in our houses, in the paint and the pipes and the pillows and every item of furniture.In this handsome new edition of At Home, Bryson’s sparkling prose is enhanced by some two hundred carefully curated full-color images. Selected from a wide array of sources, these illustrations vividly bring his fascinating and entertaining domestic adventure to visual life. Bryson has one of the liveliest, most inquisitive minds on the planet, and he is a master at turning the seemingly mundane into an occasion for the most diverting exposition imaginable. When you’ve finished this book, you’ll see your house—and your daily life—in a new and revelatory light.","image":"https://covers.openlibrary.org/b/id/7565147-M.jpg","links":"summary|https://fourminutebooks.com/at-home-summary/;book|https://www.goodreads.com/book/show/7507825-at-home","topics":"history","creators":"Bill Bryson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ca41edc-399c-450e-8346-8dce2d0705d2","name":"Behind The Cloud - Summary by FourMinuteBooks","description":"By Marc Benioff","image":"https://learn-awesome.github.io/assets/book_covers/6659874.jpg","links":"summary|https://fourminutebooks.com/behind-the-cloud-summary/;book|https://www.amazon.com/Behind-Cloud-Salesforce-com-Billion-Dollar-Company/dp/0470521163?tag=learnawesome-20","topics":"business","creators":"Marc R. Benioff","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6cc8de1-3a03-4299-a641-05e7385e28c9","name":"Benjamin Franklin: An American Life","description":"Isaacson does an amazing job of recounting Franklin’s impressive life and how it helped …","image":"https://blas.com/wp-content/uploads/2015/03/Ben-Franklin-199x300-1-199x300.jpg","links":"book|https://www.amazon.com/Benjamin-Franklin-American-Walter-Isaacson-ebook/dp/B000FBJG4U?tag=learnawesome-20;summary|https://fourminutebooks.com/benjamin-franklin-an-american-life-summary/;summary|https://blas.com/benjamin-franklin-isaacson/","topics":"history;walter-isaacson;benjamin-franklin;america","creators":"Author of Leonardo Da Vinci","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31ec087c-c908-48c1-bfff-6c98eab5f525","name":"Attached","description":"We rely on science to tell us everything from what to eat to when and how long to exercise, but what about relationships? Is there a scientific explanation for why some people seem to navigate relationships effortlessly, while others struggle? According to psychiatrist and neuroscientist Dr. Amir Levine and Rachel Heller, the answer is a resounding \\"yes.\\"In Attached, Levine and Heller reveal how an understanding of adult attachment-the most advanced relationship science in existence today-can help us find and sustain love. Pioneered by psychologist John Bowlby in the 1950s, the field of attachment posits that each of us behaves in relationships in one of three distinct ways: Anxious people are often preoccupied with their relationships and tend to worry about their partner's ability to love them back Avoidant people equate intimacy with a loss of independence and constantly try to minimize closeness. Secure people feel comfortable with intimacy and are usually warm and loving.In this book Levine and Heller guide readers in determining what attachment style they and their mate (or potential mate) follow, offering a road map for building stronger, more fulfilling connections with the people they love.","image":"https://covers.openlibrary.org/b/id/8620497-M.jpg","links":"book|https://openlibrary.org/books/OL25540563M/Attached;summary|https://fourminutebooks.com/attached-summary/","topics":"psychology;relationships","creators":"Amir Levine","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1983ce4c-5a62-4ae3-b5e5-56cd50228dce","name":"Awaken The Giant Within","description":"Based on his exclusive \\"Date with Destiny\\" seminars, the bestselling author of Unlimited Powerional anecdotes, case studies, personalized self-help tests and a program anyone can follow teach readers the lessons in destiny that lead to self-mastery.","image":"https://covers.openlibrary.org/b/id/408803-M.jpg","links":"book|https://www.amazon.com/Awaken-Giant-Within-Immediate-Emotional/dp/0671791540?tag=learnawesome-20;summary|https://fourminutebooks.com/awaken-the-giant-within-summary/","topics":"personal-development","creators":"Author of Unshakeable","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7246e05-e0b5-4fcd-8428-d7cb9c7bb13b","name":"Aware","description":"\\n This groundbreaking new book from New York Times bestselling author Daniel Siegel, M.D., introduces readers to his pioneering meditation practice that draws on cutting-edge brain science.\\nIn Aware, New York Times bestselling author Daniel J. Siegel introduces readers to his life-changing meditation program, The Wheel of Awareness. Whether the reader has no experience with reflective practices or is an experienced practitioner, Aware provides practical instruction for mastering this brilliant tool for cultivating more focus, presence, and peace in one's day-to-day life.Dr. Siegel reveals in this fascinating book how mindfulness practices such as meditation have the capacity to, quite literally, re-wire our brains as \\"neurons that fire together wire together.\\" According to Siegel, fear, anxiety, and stress in our lives can tend to send our thoughts traveling down the same neural pathways. Our thinking can become rigid or disjointed. Through developing a Wheel of Awareness practice, however, we strengthen our minds by expanding our awareness of how our mind is actually functioning and - in turn - we are able to gently coax our thoughts to travel in healthier, more productive directions.An in-depth look at the brain science that underlies meditation's effectiveness, Aware will guide you in developing a meditation practice that will inspire you to be more focused and present in your life as well as more emotionally resilient in the face of stress and the challenges life may throw your way.","image":null,"links":"book|https://openlibrary.org/books/OL26966421M/Aware;summary|https://fourminutebooks.com/aware-summary/","topics":"psychology;meditation","creators":"Author of Brainstorm","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"703ec80c-c9ae-4e53-bc8b-d5ca06faa7c7","name":"Bad Blood - Summary by FourMinuteBooks","description":"By John Carreyrou","image":"https://learn-awesome.github.io/assets/book_covers/37976541.jpg","links":"summary|https://fourminutebooks.com/bad-blood-summary/;book|https://www.amazon.in/Bad-Blood-Secrets-Silicon-Startup/dp/152473165X?tag=learnawesome-21","topics":"business;crime","creators":"John Carreyrou","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"014b0aa1-6041-4cc0-8069-261e7a872733","name":"Barking Up The Wrong Tree","description":"Much of the advice we’ve been told about achievement is logical, earnest…and downright wrong. In Barking Up the Wrong Tree, Eric Barker reveals the extraordinary science behind what actually determines success and most importantly, how anyone can achieve it. You’ll learn:• Why valedictorians rarely become millionaires, and how your biggest weakness might actually be your greatest strength • Whether nice guys finish last and why the best lessons about cooperation come from gang members, pirates, and serial killers• Why trying to increase confidence fails and how Buddhist philosophy holds a superior solution• The secret ingredient to “grit” that Navy SEALs and disaster survivors leverage to keep going• How to find work-life balance using the strategy of Genghis Khan, the errors of Albert Einstein, and a little lesson from Spider-ManBy looking at what separates the extremely successful from the rest of us, we learn what we can do to be more like them—and find out in some cases why it’s good that we aren’t. Barking Up the Wrong Tree draws on startling statistics and surprising anecdotes to help you understand what works and what doesn’t so you can stop guessing at success and start living the life you want.","image":"https://sivers.org/images/BarkingUp.gif","links":"book|https://www.amazon.com/Barking-Wrong-Tree-Surprising-Everything/dp/0062416049?tag=learnawesome-20;summary|https://fourminutebooks.com/barking-up-the-wrong-tree-summary/;summary|https://sivers.org/book/BarkingUp","topics":"personal-development","creators":"Author of Barking Up The Wrong Tree","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b815ae0-b952-4aa5-af24-f0e8017bead2","name":"Be Fearless","description":"Philanthropist, investor, and technology pioneer Jean Case brings to life the five Be Fearless principles common to the people and organizations that change the world.This book is a call to action for those seeking to live extraordinary lives and bring about transformational change. When National Geographic Chairman Jean Case set out to investigate the core qualities of great change makers, past and present, from inventors to revolutionaries, she found five surprising traits all had in common. They weren’t wealth, privilege, or even genius. It was that all of these exceptional men and women chose to make a “big bet,” take bold risks, learn from their failures, reach beyond their bubbles, and let urgency conquer fear. Throughout Be Fearless, Jean vividly illustrates these principles through storytelling—from her own transformational life experiences, to Jane Goodall’s remarkable breakthroughs in understanding and protecting chimpanzees, to celebrity chef José Andrés’ decision to be a “first responder” and take his kitchen to the sites of devastating hurricanes to feed the hungry, to Bryan Stevenson’s ambitious efforts to end incarceration inequities, and more. She shares new insights to stories you might think you know—like AirBnB’s tale of starting from scratch to transform the hospitality industry, to John F. Kennedy’s history-making moonshot—and gems from changemakers you’ve never heard of. Weaving together storytelling, practical tips and inspiration, Be Fearless will teach you how to put the five fearless principles to work so that they too can spark the sorts of remarkable breakthroughs that change the world.","image":"https://covers.openlibrary.org/b/id/8798180-M.jpg","links":"book|https://openlibrary.org/books/OL27333582M/Be_Fearless;summary|https://fourminutebooks.com/be-fearless-summary/","topics":"personal-development","creators":"Jean Case","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9268667f-e847-414d-a98f-ea0b681ddd9b","name":"Behave - Summary by FourMinuteBooks","description":"By Robert M. Sapolsky","image":"https://learn-awesome.github.io/assets/book_covers/31170723.jpg","links":"summary|https://fourminutebooks.com/behave-summary/;book|https://www.amazon.in/Behave-Biology-Humans-Best-Worst/dp/1594205078?tag=learnawesome-21","topics":"psychology","creators":"Robert M. Sapolsky","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d73ec05-8809-4782-b934-ea0404157e6e","name":"Better Than Before","description":null,"image":null,"links":"book|https://www.amazon.in/Better-Than-Before-Habits-Procrastinate-ebook/dp/B00NRQOR8K?tag=learnawesome-21;summary|https://fourminutebooks.com/better-than-before-summary/","topics":"habits;productivity","creators":"Author of Better Than Before","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"413005bb-9533-4ed7-8bb0-a655ddd98a43","name":"Big Magic","description":"The instant #1 NEW YORK TIMES Bestseller \\"A must read for anyone hoping to live a creative life... I dare you not to be inspired to be brave, to be free, and to be curious.\\" --PopSugarFrom the worldwide bestselling author of Eat Pray Love and City of Girls the path to the vibrant, fulfilling life you've dreamed of.Readers of all ages and walks of life have drawn inspiration and empowerment from Elizabeth Gilbert's books for years. Now this beloved author digs deep into her own generative process to share her wisdom and unique perspective about creativity. With profound empathy and radiant generosity, she offers potent insights into the mysterious nature of inspiration. She asks us to embrace our curiosity and let go of needless suffering. She shows us how to tackle what we most love, and how to face down what we most fear. She discusses the attitudes, approaches, and habits we need in order to live our most creative lives. Balancing between soulful spirituality and cheerful pragmatism, Gilbert encourages us to uncover the \\"strange jewels\\" that are hidden within each of us. Whether we are looking to write a book, make art, find new ways to address challenges in our work, embark on a dream long deferred, or simply infuse our everyday lives with more mindfulness and passion, Big Magic cracks open a world of wonder and joy.","image":"https://covers.openlibrary.org/b/id/8889970-M.jpg","links":"book|https://www.amazon.com/Big-Magic-Creative-Living-Beyond/dp/1594634726?tag=learnawesome-20;summary|https://fourminutebooks.com/big-magic-summary/","topics":"creativity","creators":"Elizabeth Gilbert","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff95c93f-3522-4285-a6cf-cc6a48562647","name":"The Effective Executive: The Definitive Guide to Getting the Right Things Done - Summary at Blas.com","description":"Most management books deal with how to manage others but this one deals with …","image":"https://blas.com/wp-content/uploads/2019/03/7174qDTeqQL-197x300.jpg","links":"summary|https://blas.com/the-effective-executive/","topics":"leadership;management;peter-drucker;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50b4af9d-fa93-4847-b812-dac1fa61bd7a","name":"Black Box Thinking","description":"An eye-opening, Gladwellian look at the power of a positive attitude toward failure and its profound impact on our success in any field.In the airline industry, failure is taken seriously. Every aircraft is equipped with an almost indestructible black box. When there is an accident, the box is opened, the data is analyzed, and the reason for the accident excavated. This ensures that procedures are adapted so that the same mistake doesn’t happen again. With this method, the industry has created an astonishing safety record.For pilots working in a safety-critical industry, getting it wrong can have deadly consequences. But most of us have a relationship with failure that impedes progress, halts innovation, and damages our lives. We don’t acknowledge it or learn from it —though we often think we do.Moving from anthropology to psychology and from history to complexity theory, Matthew Syed explains why even when we think we have 20/20 hindsight, our vision’s still fuzzy. He offers a radical new idea: that the most important determinant of success in any field, whether sports, business, or life, is an acknowledgment of failure and a willingness to engage with it. This is how we learn, progress and excel. This approach explains everything from biological evolution and the efficiency of markets to the success of the Mercedes F1 team and the mindset of David Beckham.Using a cornucopia of interviews, gripping stories, and sharp-edged science, Syed explores the intimate relationship between failure and success, and shows why we need to transport black box thinking into our own lives. If we wish to unleash our potential, we must diagnose and break free of our failures. Part manifesto for change, part intellectual adventure, this groundbreaking book reveals how to do both.","image":null,"links":"book|https://www.goodreads.com/book/show/24611735-black-box-thinking;summary|https://fourminutebooks.com/black-box-thinking-summary/","topics":"thinking","creators":"Author of Black Box Thinking","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"142c2cbc-abb5-4fff-867e-9607fb9f0438","name":"Blink - Summary by FourMinuteBooks","description":"Drawing on cutting-edge neuroscience and psychology and displaying all of the brilliance that made The Tipping Point a classic, Blink changes the way you'll understand every decision you make. Never again will you think about thinking the same way.Malcolm Gladwell redefined how we understand the world around us. Now, in Blink, he revolutionizes the way we understand the world within. Blink is a book about how we think without thinking, about choices that seem to be made in an instant - in the blink of an eye - that actually aren't as simple as they seem. Why are some people brilliant decision makers, while others are consistently inept? Why do some people follow their instincts and win, while others end up stumbling into error? How do our brains really work - in the office, in the classroom, in the kitchen, and in the bedroom? And why are the best decisions often those that are impossible to explain to others? In Blink we meet the psychologist who has learned to predict whether a marriage will last, based on a few minutes of observing a couple; the tennis coach who knows when a player will double-fault before the racket even makes contact with the ball; the antiquities experts who recognize a fake at a glance. Here, too, are great failures of \\"blink\\": the election of Warren Harding; \\"New Coke\\"; and the shooting of Amadou Diallo by police. Blink reveals that great decision makers aren't those who process the most information or spend the most time deliberating, but those who have perfected the art of \\"thin-slicing\\" - filtering the very few factors that matter from an overwhelming number of variables. Drawing on cutting-edge neuroscience and psychology and displaying all of the brilliance that made The Tipping Point a classic, Blink changes the way you understand every decision you make. Never again will you think about thinking the same way.","image":"https://covers.openlibrary.org/b/id/6383854-M.jpg","links":"summary|https://fourminutebooks.com/blink-summary/;book|https://openlibrary.org/books/OL23273215M/Blink","topics":"psychology","creators":"Malcolm Gladwell","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9b016cf-b42e-4980-ae8b-10ce21d006ad","name":"Blitzscaling","description":null,"image":null,"links":"book|https://www.amazon.in/Blitzscaling-Lightning-Fast-Building-Massively-Companies-ebook/dp/B0791239V7?tag=learnawesome-21;summary|https://fourminutebooks.com/blitzscaling-summary/","topics":"business","creators":"Author of Blitzscaling","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1fa666ef-3ee8-4990-913e-e1ad3211b358","name":"Bold","description":"Diamandis and Kotler walk you through how to take your Massively Transformative Purpose (MTP) into reality. The intersection …","image":"https://covers.openlibrary.org/b/id/7341911-M.jpg","links":"book|https://openlibrary.org/books/OL25670682M/BOLD_HOW_TO_GO_BIG_CREATE_WEALTH_AND_IMPACT_THE_WORLD;summary|https://fourminutebooks.com/bold-summary/;summary|https://blas.com/bold/","topics":"business;steven-kotler;peter-diamandis;crowdsourcing;crowdfunding","creators":"Peter H. Diamandis","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1184977e-db86-46b7-a72b-db7bc1738ab3","name":"Born For This","description":"To the outside observer, it seems like they ve won the career lottery that by some stroke of luck or circumstance, they ve found the one thing they love so much that it doesn t even feel like work, and they re getting paid well to do it. In reality, their good fortune has nothing to do with chance. There s a method for finding your perfect job, and Chris Guillebeau, the bestselling author of \\"The $100 Startup,\\" has created a practical guide for how to do it whethe rwithin a traditional company or business, or by striking out on your own. Finding the work you were born to do isn t just about discovering your passion. Doing what brings you joy is great, but if you aren t earning a living, it s a hobby, not a career. And those who jump out of bed excited to go to work every morning don t just have jobs that turn their passions into paychecks. They have jobs where they also can lose themselves for hours in the flow of meaningful work. This intersection of joy, money, and flow is what Guillebeau will help you find in this book. Through inspiring stories of those who have successfully landed their dream career, as well as actionable tools, exercises, and thought experiments, he ll guide you through today s vast menu of career options to discover the work perfectly suited to your unique interests, skills, and experiences. You ll learn how to: Hack the job of your dreams within a traditional organization by making it work for you Find not only your ideal work but also your ideal working conditions Create plans that will allow you to take smarter career risks and beat the house every time Start a profitable side hustle and earn extra cashon top of your primary stream of income Escape the prison of working for someone else and build a mini-empire as an entrepreneur Become a rock star at any creative endeavor by creating a loyal base of fans and followers Whichever path you choose, this book will show you how to find that one job or career that feels so right, it s like you w","image":null,"links":"book|https://www.goodreads.com/book/show/25893699-born-for-this;summary|https://fourminutebooks.com/born-for-this-summary/","topics":"business;personal-development","creators":"Chris Guillebeau","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7121111e-4d95-4fc3-b5e1-8608a0332503","name":"Loonshots: How to Nurture the Crazy Ideas That Win Wars, Cure Diseases, and Transform Industries - Summary at Blas.com","description":"“I’ve always appreciated authors who explain their points simply, right up front. So here’s …","image":"https://blas.com/wp-content/uploads/2019/04/710Y1Qbp5L-197x300.jpg","links":"summary|https://blas.com/loonshots/","topics":"business;innovation;safi-bahcall","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2ffac6e-9d97-44fc-aaab-1246a4fe35a0","name":"The Power of Moments: Why Certain Experiences Have Extraordinary Impact - Summary at Blas.com","description":"A defining moment is a moment which is short but meaningful, which rewires how …","image":"https://blas.com/wp-content/uploads/2019/04/71k27WaSmFL-196x300.jpg","links":"summary|https://blas.com/the-power-of-moments/","topics":"chip-heath;dan-heath","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0a2af2e-0875-44f1-b3e9-1671eeb1a64c","name":"Social Anxiety and Social Phobia in Youth","description":"By Christopher Kearney","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-22592-0","topics":"behavioral-science;anxiety","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a23ae135-bf30-4312-8dd9-f60dc7da9965","name":"Classical Mechanics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/2644996-classical-mechanics?ac=1&from_search=true&qid=9CVUXz0Hj6&rank=5","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe27667a-6970-4b17-8ef4-0d90ddd8e6b4","name":"Born to Run","description":"The astonishing national bestseller and hugely entertaining story that completely changed the way we run.An epic adventure that began with one simple question: Why does my foot hurt?Isolated by Mexico's deadly Copper Canyons, the blissful Tarahumara Indians have honed the ability to run hundreds of miles without rest or injury. In a riveting narrative, award-winning journalist and often-injured runner Christopher McDougall sets out to discover their secrets. In the process, he takes his readers from science labs at Harvard to the sun-baked valleys and freezing peaks across North America, where ever-growing numbers of ultra-runners are pushing their bodies to the limit, and, finally, to a climactic race in the Copper Canyons that pits America's best ultra-runners against the tribe. McDougall's incredible story will not only engage your mind but inspire your body when you realize that you, indeed all of us, were born to run.(back cover)","image":"https://covers.openlibrary.org/b/id/8473285-M.jpg","links":"book|https://www.goodreads.com/book/show/6289283-born-to-run;summary|https://fourminutebooks.com/born-to-run-summary/;summary|https://sivers.org/book/BornToRun","topics":"sports;running","creators":"Christopher McDougall","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5ab70bc-32c2-4de9-a09b-2331285de9b4","name":"Bounce","description":null,"image":null,"links":"book|https://www.amazon.com/Bounce-Federer-Picasso-Beckham-Science-ebook/dp/B003F1WMDO?tag=learnawesome-20;summary|https://fourminutebooks.com/bounce-summary/","topics":"personal-development;psychology","creators":"Author of Bounce","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a564d10-ce59-47ef-ba04-7b52f10f0cde","name":"Brainstorm","description":"A New York Times bestseller! Between the ages of twelve and twenty-four, the brain changes in important and, at times, challenging ways. In Brainstorm, Dr. Daniel Siegel busts a number of commonly held myths about adolescence—for example, that it is merely a stage of “immaturity” filled with often “crazy” behavior. According to Siegel, during adolescence we learn vital skills, such as how to leave home and enter the larger world, connect deeply with others, and safely experiment and take risks. Drawing on important new research in the field of interpersonal neurobiology, Siegel explores exciting ways in which understanding how the brain functions can improve the lives of adolescents, making their relationships more fulfilling and less lonely and distressing on both sides of the generational divide.","image":null,"links":"book|https://www.goodreads.com/book/show/17707532-brainstorm;summary|https://fourminutebooks.com/brainstorm-summary/","topics":"parenting;psychology;adolescence","creators":"Author of Brainstorm","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ea9eb43-2e23-414f-bd37-5070483059f4","name":"Braving The Wilderness","description":"True belonging doesn't require us to change who we are. It requires us to be who are.Brené Brown has sparked a global conversation about the experiences that bring meaning to our lives – experiences of courage, vulnerability, love, belonging, shame and empathy. In Braving the Wilderness, Brown redefines our understanding of what it means to truly belong in an age of increased polarisation shaped by fear and divisive ideological and political rhetoric.With her trademark mix of research, storytelling and honesty, Brown sets out a clear roadmap based on the four practices of true belonging that challenge how we think about ourselves, show up with one another, and find our way back to courage and connection.A timely and important new book that challenges everything we think we know about cultivating true belonging in our communities, organisations and culture.","image":null,"links":"book|https://www.amazon.in/Braving-Wilderness-quest-belonging-courage/dp/1785041754?tag=learnawesome-21;summary|https://fourminutebooks.com/braving-the-wilderness-summary/","topics":"psychology;relationships","creators":"Author of Dare To Lead","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d321c74-08c3-4be4-85e1-59fc08ac5bf7","name":"Breakfast With Socrates","description":"\\n \\n Have breakfast with Socrates, go to work with Nietzsche, head to the gym with Foucault, then have sex with Ovid (or Simone de Beauvoir). Former Oxford Philosophy Fellow Robert Rowland Smith whisks you through an ordinary day with history's most extraordinary thinkers, explaining what they might have to say about your routine. From waking up in the morning through traveling to work, shopping, eating, going to a party, falling asleep, and dreaming, Smith connects our most mundane habits to the wider world of ideas. Start with waking up: What does it really mean to be awake? How do we know we're not still dreaming? Descartes argues that if you're able to doubt whether you're awake, you are at least thinking, and so you probably exist -- no small achievement for first thing in the morning. Or take going to the gym: As you toil on the treadmill, is your panting a sign of virtue or of vice, of healthy exertion or of unhealthy narcissism? Working out is a version of what Max Weber called the Protestant work ethic -- a kind of spiritual exercise, it also leads to worldly vanity. With dry wit and marvelous invention, Smith draws on philosophy, literature, art, politics, and psychology to wake us up to a stunning range of ideas about how to live. Neither breakfast, lunch, nor dinner will ever be the same again.","image":"https://covers.openlibrary.org/b/id/7965588-M.jpg","links":"book|https://www.amazon.in/Breakfast-Socrates-Extraordinary-Philosophical-Ordinary/dp/1439148686?tag=learnawesome-21;summary|https://fourminutebooks.com/breakfast-with-socrates-summary/","topics":"philosophy","creators":"Robert Rowland Smith","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17d4f54d-7723-4a37-936e-c6502343bd7c","name":"Buddha’s Brain","description":"Jesus, Moses, the Buddha, and other great teachers were born with brains built essentially like anyone else's. Then they used their minds to change their brains in ways that changed history.With the new breakthroughs in neuroscience, combined with the insights from thousands of years of contemplative practice, you, too, can shape your own brain for greater happiness, love, and wisdom.Buddha's Brain joins the forces of modern science with ancient teachings to show readers how to have greater emotional balance in turbulent times, as well as healthier relationships, more effective actions, and a deeper religious or spiritual practice.Well-referenced and grounded in science, the book is full of practical tools and skills readers can use in daily life to tap the unused potential of the brain-and rewire it over time for greater peace and well-being.If you can change your brain, you can change your life.","image":null,"links":"book|https://www.amazon.com/Buddhas-Brain-Practical-Neuroscience-Happiness/dp/1491518669?tag=learnawesome-20;summary|https://fourminutebooks.com/buddhas-brain-summary/","topics":"psychology","creators":"Hanson, Rick (Psychologist)","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"141327a2-e406-4a16-b80a-0dfa3038a01c","name":"Built To Last - Summary by FourMinuteBooks","description":"By James C. Collins","image":"https://learn-awesome.github.io/assets/book_covers/4122.jpg","links":"summary|https://fourminutebooks.com/built-to-last-summary/;book|https://www.amazon.com/Built-Last-Successful-Visionary-Essentials-ebook/dp/B0058DRSHW?tag=learnawesome-20","topics":"business;leadership","creators":"Collins, James C.","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c437405-88bf-4211-9aec-5176a9655298","name":"Everything Is Obvious","description":null,"image":null,"links":"book|https://www.amazon.com/Everything-Obvious-Once-Know-Answer-ebook/dp/B004DEPHGQ?tag=learnawesome-20;summary|https://fourminutebooks.com/everything-is-obvious-summary/","topics":"thinking","creators":"Author of Everything Is Obvious","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9eb87faf-f676-41d6-ac32-f42a8f8adaff","name":"Gravitation","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/638371.Gravitation","topics":"gravity;general-relativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49d9af8e-9114-4b25-9012-444fa54f878b","name":"Can’t Hurt Me","description":"For David Goggins, childhood was a nightmare — poverty, prejudice, and physical abuse colored his days and haunted his nights. But through self-discipline, mental toughness, and hard work, Goggins transformed himself from a depressed, overweight young man with no future into a U.S. Armed Forces icon and one of the world's top endurance athletes. The only man in history to complete elite training as a Navy SEAL, Army Ranger, and Air Force Tactical Air Controller, he went on to set records in numerous endurance events, inspiring Outside magazine to name him “The Fittest (Real) Man in America.” In Can't Hurt Me, he shares his astonishing life story and reveals that most of us tap into only 40% of our capabilities. Goggins calls this The 40% Rule, and his story illuminates a path that anyone can follow to push past pain, demolish fear, and reach their full potential.","image":"https://covers.openlibrary.org/b/id/8305903-M.jpg","links":"book|https://www.amazon.in/Cant-Hurt-Me-Master-Your/dp/1544512287?tag=learnawesome-21;summary|https://fourminutebooks.com/cant-hurt-me-summary/","topics":"psychology;personal-development","creators":"David Goggins","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c5fd6d4-0d2a-457b-86b9-9610a06ff6b3","name":"Carrots And Sticks","description":"Carrots and Sticks: Unlock the Power of Incentives to Get Things Done by Ian Ayres. Bantam Dell Pub Group,2010","image":null,"links":"book|https://www.goodreads.com/book/show/8914703-carrots-and-sticks;summary|https://fourminutebooks.com/carrots-and-sticks-summary/","topics":"psychology;business;management;economics","creators":"Ian Ayres","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eaec7a49-f135-40c4-8ecc-dd0afd4a9470","name":"Catalyst","description":"BRAND NEW, Exactly same ISBN as listed, Please double check ISBN carefully before ordering.","image":null,"links":"book|https://www.amazon.com/Catalyst-Chandramouli-Venkatesan/dp/0143442473?tag=learnawesome-20;summary|https://fourminutebooks.com/catalyst-summary/","topics":"career","creators":"Author of Catalyst","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0acb5d67-96a5-470f-9004-c69fd7abf507","name":"Catch Me If You Can","description":null,"image":null,"links":"book|https://www.amazon.in/Catch-Me-If-You-Can/dp/0767905385?tag=learnawesome-21;summary|https://fourminutebooks.com/catch-me-if-you-can-summary/","topics":"forgery","creators":"Author of Catch Me If You Can","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa7391ce-4278-4288-ba1d-401760d0854b","name":"Little Bets - Summary at Blas.com","description":"Good and short book on how little bets allow you to take small risks …","image":"https://blas.com/wp-content/uploads/2015/12/51fV6fWsDOL._SX324_BO1204203200_-196x300.jpg","links":"summary|https://blas.com/little-bets/","topics":"peter-sims","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f5f92a3-6448-4420-bc3e-60ea91f04d12","name":"Change Your Questions, Change Your Life","description":"Questions are at the core of how we listen, behave, think, and relate--as individuals and organizations. Virtually everything we think and do is generated by questions. Questions push us into new territories. The future begins with our thinking, represented by the questions we ask ourselves.\\"Change Your Questions, Change Your Life\\" shows readers how to consistently choose the questions that can lead them to success, both personally and professionally. This technique, called \\"QuestionsThinking,\\" stimulates innovation, accelerate productivity, and create more rewarding relationships.\\"Change Your Questions, Change Your Life\\" is a personal growth fable that tells how a seasoned executive, Ben Knight, uses QuestionThinking to move into a higher leadership role and how the same methods of change help him and his wife, Grace, enrich their marriage.","image":"https://covers.openlibrary.org/b/id/7314965-M.jpg","links":"book|https://www.goodreads.com/book/show/6665149-change-your-questions-change-your-life;summary|https://fourminutebooks.com/change-your-questions-change-your-life-summary/","topics":"thinking","creators":"Marilee G. Adams","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"279a23e0-46c1-40d6-90ca-3b9821e53262","name":"Chaos Monkeys","description":"Liar’s Poker meets The Social Network in an irreverent exposé of life inside the tech bubble, from industry provocateur Antonio García Martínez, a former Twitter advisor, Facebook product manager and startup founder/CEO.The reality is, Silicon Valley capitalism is very simple:Investors are people with more money than time.Employees are people with more time than money.Entrepreneurs are the seductive go-between.Marketing is like sex: only losers pay for it. Imagine a chimpanzee rampaging through a datacenter powering everything from Google to Facebook. Infrastructure engineers use a software version of this “chaos monkey” to test online services’ robustness—their ability to survive random failure and correct mistakes before they actually occur. Tech entrepreneurs are society’s chaos monkeys, disruptors testing and transforming every aspect of our lives, from transportation (Uber) and lodging (AirBnB) to television (Netflix) and dating (Tinder). One of Silicon Valley’s most audacious chaos monkeys is Antonio García Martínez.After stints on Wall Street and as CEO of his own startup, García Martínez joined Facebook’s nascent advertising team, turning its users’ data into profit for COO Sheryl Sandberg and chairman and CEO Mark “Zuck” Zuckerberg. Forced out in the wake of an internal product war over the future of the company’s monetization strategy, García Martínez eventually landed at rival Twitter. He also fathered two children with a woman he barely knew, committed lewd acts and brewed illegal beer on the Facebook campus (accidentally flooding Zuckerberg's desk), lived on a sailboat, raced sport cars on the 101, and enthusiastically pursued the life of an overpaid Silicon Valley wastrel.Now, this gleeful contrarian unravels the chaotic evolution of social media and online marketing and reveals how it is invading our lives and shaping our future. Weighing in on everything from startups and credit derivatives to Big Brother and data tracking, social media monetization and digital “privacy,” García Martínez shares his scathing observations and outrageous antics, taking us on a humorous, subversive tour of the fascinatingly insular tech industry. Chaos Monkeys lays bare the hijinks, trade secrets, and power plays of the visionaries, grunts, sociopaths, opportunists, accidental tourists, and money cowboys who are revolutionizing our world. The question is, will we survive?","image":null,"links":"book|https://openlibrary.org/books/OL27212416M/Chaos_monkeys;summary|https://fourminutebooks.com/chaos-monkeys-summary/","topics":"business","creators":"Antonio García Martínez","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae9a3c3e-c1d9-4a90-a24e-6d8b38f20a5b","name":"Charlie Munger - Summary by FourMinuteBooks","description":"By Tren Griffin","image":"https://learn-awesome.github.io/assets/book_covers/25530069.jpg","links":"summary|https://fourminutebooks.com/charlie-munger-summary/;summary|https://sivers.org/book/FourFilters;book|https://openlibrary.org/books/OL27193189M/Charlie_Munger","topics":"business;economics;finance","creators":"Trenholme J. Griffin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1493ffca-1e32-41a2-b5fa-d13d4f1f8ee2","name":"Choose Yourself - Summary by FourMinuteBooks","description":"By James Altucher","image":"https://learn-awesome.github.io/assets/book_covers/17977529.jpg","links":"summary|https://fourminutebooks.com/choose-yourself-summary/;summary|https://sivers.org/book/ChooseYourself;book|https://www.amazon.com/Choose-Yourself-James-Altucher/dp/1490313370?tag=learnawesome-20","topics":"business;personal-development","creators":"James Altucher","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44861b4d-e758-4139-9e56-20e6b914bdb9","name":"Company Of One","description":null,"image":null,"links":"book|https://www.amazon.in/Company-One-Staying-Small-Business-ebook/dp/B078962RHQ?tag=learnawesome-21;summary|https://fourminutebooks.com/company-of-one-summary/","topics":"career","creators":"Author of Everything I Know","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df3a6702-7d3f-4874-8750-abe388aaf4ba","name":"Confessions Of An Advertising Man","description":"David Ogilvy was an advertising genius. At the age of 37, he founded the New York-based agency that later merged to form the international company known as Ogilvy & Mather. Regarded as the father of modern advertising, Ogilvy was responsible for some of the most memorable advertising campaigns ever created. Confessions of an Advertising Man is the distillation of all the Ogilvy concepts, tactics, and techniques that made this international best-seller a blueprint for sound business practice. If you aspire to be a good manager in any business, this seminal work is a must-read.","image":null,"links":"book|https://www.amazon.in/Confessions-Advertising-Man-David-Ogilvy/dp/190491537X?tag=learnawesome-21;summary|https://fourminutebooks.com/confessions-of-an-advertising-man-summary/","topics":"business;advertising","creators":"Author of Confessions Of An Advertising Man","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e0e9bb3-428f-40e4-a696-d6f0b5a7c36e","name":"The Lucifer Principle - Summary at Blas.com","description":"Bloom argues that the individual is merely a “cell” within the larger group and …","image":"https://blas.com/wp-content/uploads/2020/02/51GjZzu6tYL._SX321_BO1204203200_-194x300.jpg","links":"summary|https://blas.com/the-lucifer-principle/","topics":"evolution;hierarchy;howard-bloom;ideas;natural-selection","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d76cba1d-fe01-43a0-95d4-a311deb69375","name":"The Science of Hitting - Summary at Blas.com","description":"I think you will find as we go along that much of what I …","image":"https://blas.com/wp-content/uploads/2020/02/download-1.jpg","links":"summary|https://blas.com/the-science-of-hitting/","topics":"baseball;john-underwood;ted-williams;warren-buffett","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1de4cdfe-b9bf-40ad-a1b6-58a38af86639","name":"The Ride of a Lifetime - Summary at Blas.com","description":"Bob Iger, CEO of Disney, takes us through his career path and lessons learned …","image":"https://blas.com/wp-content/uploads/2020/02/81NM735KkyL-197x300.jpg","links":"summary|https://blas.com/the-ride-of-a-lifetime/","topics":"bob-iger;disney;leadership","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55bf4bfe-aea9-4ed1-bda8-55b48f0f9767","name":"Crucial Conversations - Summary by FourMinuteBooks","description":"By Kerry Patterson","image":"https://learn-awesome.github.io/assets/book_covers/15014.jpg","links":"summary|https://fourminutebooks.com/crucial-conversations-summary/;book|https://www.goodreads.com/book/show/15014.Crucial_Conversations","topics":"communication;psychology","creators":"Author of Crucial Conversations","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f5eb2ba-6ed0-4bb8-9ef3-1d1d6b918551","name":"Dropping Ashes on the Buddha: The Teaching of Zen Master Seung Sahn - Summary at Blas.com","description":"A compilation of Zen Master Seung Sahn’s exchanges with American students Key Takeaways Outside …","image":"https://blas.com/wp-content/uploads/2019/04/41jkP2EJOoL._SX322_BO1204203200_-195x300.jpg","links":"summary|https://blas.com/dropping-ashes-on-the-buddha/","topics":"buddhism;seung-sahn;stephen-mitchell;zen","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"daeb3267-5862-41aa-811e-5055ce9dafef","name":"A Student's Guide to Lagrangians and Hamiltonians","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/18555049-a-student-s-guide-to-lagrangians-and-hamiltonians?ac=1&from_search=true&qid=Ujv3qOyxU2&rank=1","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab61c4ba-6fe8-47c6-840d-fedb6f35dc7a","name":"Contagious - Summary by FourMinuteBooks","description":"By Jonah Berger","image":"https://learn-awesome.github.io/assets/book_covers/15801967.jpg","links":"summary|https://fourminutebooks.com/contagious-summary/;book|https://openlibrary.org/books/OL26924173M/Contagious","topics":"business;psychology;marketing","creators":"Jonah Berger","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d835eb4d-5930-4d79-9a41-e6ca525b2550","name":"Content, Inc.","description":"The NEW Rulebook for Entrepreneurial SuccessWhat s the surest way to startup failure? Follow old, outdated rules.In Content Inc., one of today s most sought-after content-marketing strategists reveals a new model for entrepreneurial success. Simply put, it s about developing valuable content, building an audience around that content, and then creating a product for that audience.Notice a shift?Author Joe Pulizzi flips the traditional entrepreneurial approach of first creating a product and then trying to find customers.It s a brilliant reverse-engineering of a model that rarely succeeds.The radical six-step business-building process revealed in this book is smart, simple, practical, and cost-effective. And best of all, it works. It s a strategy Pulizzi used to build his own successful company, Content Marketing Institute, which has landed on Inc. magazine s list of fastest growing private companies for three years straight. It s also a strategy countless other entrepreneurs use to build their own multi-million dollar companies. Build an audience and you ll be able to sell pretty much anything you want.Today s markets are more dynamic and customers are more fickle than ever before. Why would you put all your eggs in one basket before securing a loyal customer base? Content Inc. shows you how to get customers first and develop products later. It s the best way to build a solid, long-lasting business positioned for today s content-driven world.This is the simple but profoundly successful entrepreneurial approach of one of today s most creative business minds.A pioneer of content marketing, Pulizzi has cracked to code when it comes to the power of content in a world where marketers still hold fast to traditional models that no longer work. In Content Inc., he breaks down the business-startup process into six steps, making it simple for you to visualize, launch, and monetize your own business. These steps are:The Sweet Spot: Identify the intersection of your unique competency and your personal passion Content Tilting: Determine how you can tilt your sweet spot to find a place where little or no competition exists Building the Base: Establish your number-one channel for disseminating content (blog, podcast, YouTube, etc.) Harvesting Audience: Use social-media and SEO to convert one-time visitors into long-term subscribers Diversification: Grow your business by expanding into multiple delivery channels Monetization: Now that your expertise is established, you can begin charging money for your products or servicesThis model has worked wonders for Pulizzi and countless other examples detailed in the book. Connect these six pieces like a puzzle, and before you know it, you ll be running your own profitable, scalable business.Pulizzi walks you step by step through the process, based on his own success (and failures) and real-world multi-million dollar examples from multiple industries and countries.Whether you re seeking to start a brand-new business or drive innovation in an existing one, Content Inc. provides everything you need to reverse-engineer the traditional entrepreneurial model for better, more sustainable success.Joe Pulizzi is an entrepreneur, professional speaker, and podcaster. He is the founder of several startups, including the Content Marketing Institute (CMI), recognized as the fastest growing business media company by Inc. magazine in 2014. CMI produces Content Marketing World, the world s largest content marketing event, and publishes the leading content marketing magazine, Chief Content Officer. Pulizzi s book Epic Content Marketing was named one of Fortune magazine s Five Must Read Business Books of the Year.\\"","image":null,"links":"book|https://openlibrary.org/books/OL27199825M/Content_Inc;summary|https://fourminutebooks.com/content-inc-summary/","topics":"business;content-marketing","creators":"Joe Pulizzi","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e158fe2d-ddca-476f-94a4-dfd1f92e08d5","name":"Counterclockwise","description":"If we could turn back the clock psychologically, could we also turn it back physically? For more than thirty years, award-winning social psychologist Ellen Langer has studied this provocative question, and now, in Counterclockwise, she presents the answer: Opening our minds to what's possible, instead of presuming impossibility, can lead to better health-at any age.Drawing on landmark work in the field and her own body of colorful and highly original experiments-including the first detailed discussion of her \\"counterclockwise\\" study, in which elderly men lived for a week as though it was 1959 and showed dramatic improvements in their hearing, memory, dexterity, appetite, and general well-being-Langer shows that the magic of rejuvenation and ongoing good health lies in being aware of the ways we mindlessly react to social and cultural cues. Examining the hidden decisions and vocabulary that shape the medical world (\\"chronic\\" versus \\"acute,\\" \\"cure\\" versus \\"remission\\"), the powerful physical effects of placebos, and the intricate but often defeatist ways we define our physical health, Langer challenges the idea that the limits we assume and impose on ourselves are real. With only subtle shifts in our thinking, in our language, and in our expectations, she tells us, we can begin to change the ingrained behaviors that sap health, optimism, and vitality from our lives. Improved vision, younger appearance, weight loss, and increased longevity are just four of the results that Langer has demonstrated.Immensely readable and riveting, Counterclockwise offers a transformative and bold new paradigm: the psychology of possibility. A hopeful and groundbreaking book by an author who has changed how people all over the world think and feel, Counterclockwise is sure to join Mindfulness as a standard source on new-century science and healing.","image":"https://covers.openlibrary.org/b/id/5923961-M.jpg","links":"book|https://www.amazon.in/Counterclockwise-Mindful-Health-Power-Possibility/dp/1501265288?tag=learnawesome-21;summary|https://fourminutebooks.com/counterclockwise-summary/","topics":"psychology;health","creators":"Ellen J. Langer","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b36994b-f5c4-41cd-9ad4-fb53d967c3e7","name":"Creative Schools","description":"A revolutionary reappraisal of how to educate our children and young people by Ken Robinson, the New York Times bestselling author of The Element and Finding Your Element Ken Robinson is one of the world’s most influential voices in education, and his 2006 TED Talk on the subject is the most viewed in the organization’s history. Now, the internationally recognized leader on creativity and human potential focuses on one of the most critical issues of our time: how to transform the nation’s troubled educational system. At a time when standardized testing businesses are raking in huge profits, when many schools are struggling, and students and educators everywhere are suffering under the strain, Robinson points the way forward. He argues for an end to our outmoded industrial educational system and proposes a highly personalized, organic approach that draws on today’s unprecedented technological and professional resources to engage all students, develop their love of learning, and enable them to face the real challenges of the twenty-first century. Filled with anecdotes, observations and recommendations from professionals on the front line of transformative education, case histories, and groundbreaking research—and written with Robinson’s trademark wit and engaging style—Creative Schools will inspire teachers, parents, and policy makers alike to rethink the real nature and purpose of education.From the Hardcover edition.","image":null,"links":"book|https://www.amazon.in/Creative-Schools-Grassroots-Revolution-Transforming/dp/0143108069?tag=learnawesome-21;summary|https://fourminutebooks.com/creative-schools-summary/","topics":"education;teaching;parenting","creators":"Author of Creative Schools","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b8132bd-0a64-4062-a5e3-96ad882060b3","name":"Creativity, Inc. - Summary by FourMinuteBooks","description":"One of the founders of Pixar, Ed Catmull, describes Pixar’s history and their creative …","image":"https://blas.com/wp-content/uploads/2015/11/download-20.jpg","links":"summary|https://fourminutebooks.com/creativity-inc-summary/;summary|https://blas.com/creativity-inc/;book|https://www.amazon.com/Creativity-Inc-Overcoming-Unseen-Inspiration/dp/0812993012?tag=learnawesome-20","topics":"business;leadership;creativity;management;pixar;ed-catmull","creators":"Ed Catmull and Edwin E. Catmull and Amy Wallace","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1828e36a-a883-406b-bf00-b8d75825d2d7","name":"Crossing The Chasm","description":"Navigating in such the uncharted waters of the chasm requires beacons that can be …","image":"https://blas.com/wp-content/uploads/2018/10/41czNgTCIQL._SX334_BO1204203200_-202x300.jpg","links":"book|https://www.amazon.com/Crossing-Chasm-Marketing-Technology-Mainstream/dp/B00A2ZHMKY?tag=learnawesome-20;summary|https://fourminutebooks.com/crossing-the-chasm-summary/;summary|https://blas.com/crossing-the-chasm/","topics":"business;marketing;technology;investing;geoffrey-moore","creators":"Author of Crossing The Chasm","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f38363f4-a804-4490-8204-913bd3686588","name":"Six Thinking Hats - Summary by FourMinuteBooks","description":"By Edward de Bono","image":"https://learn-awesome.github.io/assets/book_covers/97030.jpg","links":"summary|https://fourminutebooks.com/six-thinking-hats-summary/;book|https://openlibrary.org/books/OL2560191M/Six_thinking_hats","topics":"personal-development;management;thinking","creators":"Edward de Bono","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c61a508c-575f-4793-8900-0e5159648302","name":"How to Lie With Maps - Summary at Blas.com","description":"The purpose of this book is to promote a healthy skepticism about maps, not …","image":"https://blas.com/wp-content/uploads/2020/02/images-1.jpg","links":"summary|https://blas.com/how-to-lie-with-maps/","topics":"mark-monmonier;the-map-is-not-the-terrain","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6ebecb4-32b6-4237-a66d-57db2bbbd1c9","name":"Gravitation and Cosmology","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/150134.Gravitation_and_Cosmology","topics":"gravity;cosmology;general-relativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aeb27155-a837-45cc-8456-27229b15ae4d","name":"Crush It","description":"Do you have a hobby you wish you could indulge in all day? An obsession that keeps you up at night? Now is the perfect time to take that passion and make a living doing what you love. In Crush It! Why NOW Is the Time to Cash In on Your Passion, Gary Vaynerchuk shows you how to use the power of the Internet to turn your real interests into real businesses. Gary spent years building his family business from a local wine shop into a national industry leader. Then one day he turned on a video camera, and by using the secrets revealed here, transformed his entire life and earning potential by building his personal brand. By the end of this book, readers will have learned how to harness the power of the Internet to make their entrepreneurial dreams come true. Step by step, Crush It! is the ultimate driver’s manual for modern business.","image":"https://covers.openlibrary.org/b/id/6297122-M.jpg","links":"book|https://openlibrary.org/books/OL23980412M/Crush_it!;summary|https://fourminutebooks.com/crush-it-summary/","topics":"hobbies;career;entrepreneurship;personal-development","creators":"Gary Vaynerchuk","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db80e347-c233-4263-ab96-e6adc8583ce3","name":"Crushing It","description":null,"image":null,"links":"book|https://www.amazon.com/Crushing-Great-Entrepreneurs-Business-Influence-ebook/dp/B072DV2GHG?tag=learnawesome-20;summary|https://fourminutebooks.com/crushing-it-summary/","topics":"business","creators":"Author of The Thank You Economy","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef7671ae-5415-44e1-b8fa-9be65dd62010","name":"Dare To Lead","description":null,"image":null,"links":"book|https://www.amazon.in/Dare-Lead-Brave-Conversations-Hearts-ebook/dp/B07CWGFPS7?tag=learnawesome-21;summary|https://fourminutebooks.com/dare-to-lead-summary/","topics":"leadership","creators":"Author of Dare To Lead","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f8dbd65-20c4-43ce-acf7-3bd8b8065403","name":"Daring Greatly","description":"The #1 New York Times bestseller, now in paperback. From thought leader Dr. Brené Brown, a transformative new vision for the way we lead, love, work, parent, and educate that teaches us the power of vulnerability. “It is not the critic who counts; not the man who points out how the strong man stumbles, or where the doer of deeds could have done them better. The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood; who strives valiantly; . . . who at the best knows in the end the triumph of high achievement, and who at worst, if he fails, at least fails while daring greatly.”—Theodore RooseveltEvery day we experience the uncertainty, risks, and emotional exposure that define what it means to be vulnerable or to dare greatly. Based on twelve years of pioneering research, Dr. Brené Brown dispels the cultural myth that vulnerability is weakness and argues that it is, in truth, our most accurate measure of courage.Brown explains how vulnerability is both the core of difficult emotions like fear, grief, and disappointment, and the birthplace of love, belonging, joy, empathy, innovation, and creativity. She writes: “When we shut ourselves off from vulnerability, we distance ourselves from the experiences that bring purpose and meaning to our lives.”Daring Greatly is not about winning or losing. It’s about courage. In a world where “never enough” dominates and feeling afraid has become second nature, vulnerability is subversive. Uncomfortable. It’s even a little dangerous at times. And, without question, putting ourselves out there means there’s a far greater risk of getting criticized or feeling hurt. But when we step back and examine our lives, we will find that nothing is as uncomfortable, dangerous, and hurtful as standing on the outside of our lives looking in and wondering what it would be like if we had the courage to step into the arena—whether it’s a new relationship, an important meeting, the creative process, or a difficult family conversation. Daring Greatly is a practice and a powerful new vision for letting ourselves be seen.","image":"https://covers.openlibrary.org/b/id/8314266-M.jpg","links":"book|https://openlibrary.org/books/OL26630004M/Daring_Greatly_How_the_Courage_to_Be_Vulnerable_Transforms_the_Way_We_Live_Love_Parent_and_Lead;summary|https://fourminutebooks.com/daring-greatly-summary/","topics":"psychology;personal-development","creators":"Brené Brown","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a2c341b-c632-4ed1-825e-6ea3fadfd208","name":"David and Goliath","description":"Power, wealth and health are not exclusive harbingers of success. Beyond a certain point, …","image":"https://covers.openlibrary.org/b/id/7276285-M.jpg","links":"book|https://www.amazon.com/David-Goliath-Underdogs-Misfits-Battling/dp/0316204374?tag=learnawesome-20;summary|https://fourminutebooks.com/david-and-goliath-summary/;summary|https://blas.com/david-and-goliath/","topics":"psychology;business;sociology;malcolm-gladwell","creators":"Malcolm Gladwell","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8605110e-1e35-4a6b-90a0-460d25a6ea16","name":"Decisive - Summary by Derek Sivers","description":"The four principles that can help us to overcome our brains' natural biases to make better, more informed decisions -- in our lives, careers, families and organizations.In Decisive, Chip Heath and Dan Heath, the bestselling authors of Made to Stick and Switch, tackle the thorny problem of how to overcome our natural biases and irrational thinking to make better decisions, about our work, lives, companies and careers.    When it comes to decision making, our brains are flawed instruments.  But given that we are biologically hard-wired to act foolishly and behave irrationally at times, how can we do better?  A number of recent bestsellers have identified how irrational our decision making can be.  But being aware of a bias doesn't correct it, just as knowing that you are nearsighted doesn't help you to see better.  In Decisive, the Heath brothers, drawing on extensive studies, stories and research, offer specific, practical tools that can help us to think more clearly about our options, and get out of our heads, to improve our decision making, at work and at home.","image":"https://covers.openlibrary.org/b/id/8537216-M.jpg","links":"summary|https://sivers.org/book/Decisive;book|https://www.goodreads.com/book/show/15798078-decisive;summary|https://fourminutebooks.com/decisive-summary/","topics":"thinking;psychology;personal-development","creators":"Chip Heath","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"063682c4-dc48-41dd-a207-79f7902bddf9","name":"Deep Thinking","description":"Garry Kasparov's 1997 chess match against the IBM supercomputer Deep Blue was a watershed moment in the history of technology. It was the dawn of a new era in artificial intelligence: a machine capable of beating the reigning human champion at this most cerebral game. That moment was more than a century in the making, and in this breakthrough book, Kasparov reveals his astonishing side of the story for the first time. He describes how it felt to strategize against an implacable, untiring opponent with the whole world watching, and recounts the history of machine intelligence through the microcosm of chess, considered by generations of scientific pioneers to be a key to unlocking the secrets of human and machine cognition. Kasparov uses his unrivaled experience to look into the future of intelligent machines and sees it bright with possibility. As many critics decry artificial intelligence as a menace, particularly to human jobs, Kasparov shows how humanity can rise to new heights with the help of our most extraordinary creations, rather than fear them. Deep Thinking is a tightly argued case for technological progress, from the man who stood at its precipice with his own career at stake.","image":null,"links":"book|https://www.amazon.com/Deep-Thinking-Machine-Intelligence-Creativity/dp/1541773640?tag=learnawesome-20;summary|https://fourminutebooks.com/deep-thinking-summary/","topics":"science;games;chess;thinking","creators":"Author of Deep Thinking","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1265177-d9d8-464d-b8dc-abd8922e3026","name":"Lean Analytics","description":"Whether you’re a startup founder trying to disrupt an industry or an intrapreneur trying to provoke change from within, your biggest challenge is creating a product people actually want. Lean Analytics steers you in the right direction.This book shows you how to validate your initial idea, find the right customers, decide what to build, how to monetize your business, and how to spread the word. Packed with more than thirty case studies and insights from over a hundred business experts, Lean Analytics provides you with hard-won, real-world information no entrepreneur can afford to go without.Understand Lean Startup, analytics fundamentals, and the data-driven mindsetLook at six sample business models and how they map to new ventures of all sizesFind the One Metric That Matters to youLearn how to draw a line in the sand, so you’ll know it’s time to move forwardApply Lean Analytics principles to large enterprises and established products","image":"https://covers.openlibrary.org/b/id/7863277-M.jpg","links":"book|https://www.amazon.com/Lean-Analytics-Better-Startup-Faster/dp/1449335675?tag=learnawesome-20;summary|https://fourminutebooks.com/lean-analytics-summary/","topics":"business;analytics","creators":"Alistair Croll","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3cfaefb-3ea6-4c30-aacc-68564bb51f6a","name":"The Better Angels Of Our Nature - Summary by FourMinuteBooks","description":"By Steven Pinker","image":"https://learn-awesome.github.io/assets/book_covers/13543093.jpg","links":"summary|https://fourminutebooks.com/the-better-angels-of-our-nature-summary/;book|https://openlibrary.org/books/OL25690739M/The_better_angels_of_our_nature","topics":"history;psychology;science;philosophy;sociology","creators":"Steven Pinker","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"127a7e8f-2e43-4025-b8a5-88a57a29f76d","name":"For Whom the Bell Tolls - Summary at Blas.com","description":"Story of Robert Jordan who is in Spain during the Spanish Civil War helping …","image":"https://blas.com/wp-content/uploads/2015/12/178px-ErnestHemmingway_ForWhomTheBellTolls.jpg","links":"summary|https://blas.com/for-whom-the-bell-tolls/","topics":"ernest-hemingway;fiction","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6c81939-c8e6-479a-a58d-e227cbc69e1a","name":"Deep Work - Summary by FourMinuteBooks","description":"By Cal Newport","image":"https://learn-awesome.github.io/assets/book_covers/25744928.jpg","links":"summary|https://fourminutebooks.com/deep-work-summary/;summary|https://sivers.org/book/DeepWork;book|https://www.amazon.in/Deep-Work-Focused-Success-Distracted/dp/1455586692?tag=learnawesome-21","topics":"business;productivity;psychology;personal-development","creators":"Cal Newport","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a9eae7d-dfba-4f25-9153-764ee94e95a6","name":"Delivering Happiness","description":"Tony Hsieh is the CEO of Zappos and wrote this book to help people …","image":"https://covers.openlibrary.org/b/id/6450379-M.jpg","links":"book|https://www.amazon.com/Delivering-Happiness-Profits-Passion-Purpose/dp/0446576220?tag=learnawesome-20;summary|https://fourminutebooks.com/delivering-happiness-summary/;summary|https://blas.com/delivering-happiness/","topics":"business;leadership;zappos;tony-hsieh;entrepreneurship","creators":"Tony Hsieh","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f506a2dd-217e-41e1-9fdc-937b4d2c9c33","name":"Design To Grow","description":"Expert advice from Coca-Cola’s vice president of Innovation and Entrepreneurship: Learn how Coca-Cola uses design to grow its business by combining the advantages of scale with the agility to respond to fast-changing market conditions.In today’s world, every company is at risk of having a “Kodak Moment”—watching its industry and the competitive advantages it has developed over years, even decades, vanish overnight. The reason? An inability to adapt quickly to new business realities. Established companies are at risk, but it’s no easier being an agile startup, because most of those fail due to their inability to scale. Tomorrow’s business winners—regardless of size or industry—will be the ones that know how to combine scale with agility. In Design to Grow, a Coca-Cola senior executive shares both the successes and failures of one of the world’s largest companies as it learns to use design to be both agile and big. In this rare and unprecedented behind-the-scenes look, David Butler and senior Fast Company editor, Linda Tischler, use plain language and easy-to-understand case studies to show how this works at Coca-Cola—and how other companies can use the same approach to grow their business. This book is a must-read for managers inside large corporations as well as entrepreneurs just getting started.","image":null,"links":"book|https://www.goodreads.com/book/show/22609425-design-to-grow;summary|https://fourminutebooks.com/design-to-grow-summary/","topics":"business;design","creators":"Author of Design To Grow","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6bb1ced-a119-47da-96a9-3604e2161266","name":"Difficult Conversations - Summary by FourMinuteBooks","description":"By Douglas Stone","image":"https://learn-awesome.github.io/assets/book_covers/774088.jpg","links":"summary|https://fourminutebooks.com/difficult-conversations-summary/;book|https://www.amazon.in/Difficult-Conversations-Discuss-What-Matters/dp/0143118447?tag=learnawesome-21","topics":"psychology;communication;leadership","creators":"Douglas Stone","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3bce05e1-fc69-43b8-811c-6e0cbc724c30","name":"Digital Minimalism","description":"The key to living well in a high tech world is to spend much less time using technology.Georgetown computer scientist Cal Newport's Deep Work sparked a movement around the idea that unbroken concentration produces far more value than the electronic busyness that defines the modern work day. But his readers had an urgent follow-up question: What about technology in our personal lives?In recent years, our culture's relationship with personal technology has transformed from something exciting into something darker. Innovations like smartphones and social media are useful, but many of us are increasingly troubled by how much control these tools seem to exert over our daily experiences--including how we spend our free time and how we feel about ourselves.In Digital Minimalism, Newport proposes a bold solution: a minimalist approach to technology use in which you radically reduce the time you spend online, focusing on a small set of carefully-selected activities while happily ignoring the rest.He mounts a vigorous defense for this less-is-more approach, combining historical examples with case studies of modern digital minimalists to argue that this philosophy isn't a rejection of technology, but instead a necessary realignment to ensure that these tools serve us, not the other way around.To make these principles practical, he takes us inside the growing subculture of digital minimalists who have built rich lives on a foundation of intentional technology use, and details a decluttering process that thousands have already used to simplify their online lives. He also stresses the importance of never clicking \\"like,\\" explores the underappreciated value of analog hobbies, and draws lessons from the \\"attention underground\\"--a resistance movement fighting the tech companies' attempts to turn us into gadget addicts.Digital Minimalism is an indispensable guide for anyone looking to reclaim their life from the alluring diversions of the digital world.","image":"https://covers.openlibrary.org/b/id/8507540-M.jpg","links":"book|https://openlibrary.org/books/OL26832542M/Digital_Minimalism;summary|https://fourminutebooks.com/digital-minimalism-summary/","topics":"productivity;technology;psychology;personal-development","creators":"Cal Newport","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"540ec1f0-fdb1-4796-a454-7a968532732f","name":"Digital Renaissance","description":"How digital technology is upending the traditional creative industries--and why that might be a good thingThe digital revolution poses a mortal threat to the major creative industries--music, publishing, television, and the movies. The ease with which digital files can be copied and distributed has unleashed a wave of piracy with disastrous effects on revenue. Cheap, easy self-publishing is eroding the position of these gatekeepers and guardians of culture. Does this revolution herald the collapse of culture, as some commentators claim? Far from it. In Digital Renaissance, Joel Waldfogel argues that digital technology is enabling a new golden age of popular culture, a veritable digital renaissance.By reducing the costs of production, distribution, and promotion, digital technology is democratizing access to the cultural marketplace. More books, songs, television shows, and movies are being produced than ever before. Nor does this mean a tidal wave of derivative, poorly produced kitsch; analyzing decades of production and sales data, as well as bestseller and best-of lists, Waldfogel finds that the new digital model is just as successful at producing high-quality, successful work as the old industry model, and in many cases more so. The vaunted gatekeeper role of the creative industries proves to have been largely mythical. The high costs of production have stifled creativity in industries that require ever-bigger blockbusters to cover the losses on ever-more-expensive failures.Are we drowning in a tide of cultural silt, or living in a golden age for culture? The answers in Digital Renaissance may surprise you.","image":null,"links":"book|https://www.goodreads.com/book/show/39964414-digital-renaissance;summary|https://fourminutebooks.com/digital-renaissance-summary/","topics":"economics;technology","creators":"Author of Digital Renaissance","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d1d58c5-e826-433f-8b37-efff9fb1dbc9","name":"Strengthsfinder 2.0","description":"Do You Do What You Do Best Every Day?Chances are, you don't. From the cradle to the cubicle, we devote more time to fixing our shortcomings than to developing our strengths.To help people uncover their talents, Gallup introduced StrengthsFinder in the 2001 management book Now, Discover Your Strengths. The book ignited a global conversation, while StrengthsFinder helped millions discover their top five talents.In StrengthsFinder 2.0, Gallup unveils the new and improved version of its popular online assessment. With hundreds of strategies for applying your strengths, StrengthsFinder 2.0 will change the way you look at yourself and the world forever.","image":"https://covers.openlibrary.org/b/id/7334374-M.jpg","links":"book|https://www.amazon.in/StrengthsFinder-2-0-Tom-Rath/dp/159562015X?tag=learnawesome-21;summary|https://fourminutebooks.com/strengthsfinder-2-0-summary/","topics":"leadership;personal-development","creators":"Tom Rath","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"520b55b9-29ce-4766-805e-87523d083484","name":"COVID-19 Primer","description":null,"image":null,"links":"research_paper|https://covid19primer.com/","topics":"coronavirus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66f716f7-eccc-4967-af3e-9f09dcff8e91","name":"Disrupt Yourself","description":"Are you a high potential charting your course within your current organization, a leader trying to jumpstart innovative thinking in your company? Or are you ready to do something new?Consider this simple yet powerful idea: disruptive companies and ideas upend markets by doing something truly different – they see a need, an empty space waiting to be filled, and they dare to create something for which a market may not yet exist. An expert in driving innovation via personal disruption, Whitney Johnson, will help you understand how the frameworks of disruptive innovation can apply to you: if you want to be successful in unexpected ways, follow your own disruptive path. Dare to innovate. Dream big dreams. Do something astonishing. Disrupt yourself. In this book, you will learn how to apply these frameworks to building a business, career – and you.We are living in an era of accelerating disruption – those who can manage the S-curve waves of learning and maxing out will have a competitive advantage. But this is a skill set that needs to be learned. Disrupt Yourself will help people cope with the unpredictability of disruption, and use it to their competitive advantage.","image":null,"links":"book|https://www.amazon.com/Disrupt-Yourself-Putting-Disruptive-Innovation/dp/1629560529?tag=learnawesome-20;summary|https://fourminutebooks.com/disrupt-yourself-summary/","topics":"personal-development;career","creators":"Whitney Johnson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41b242d6-52f1-4a36-bdbf-3071d6059d73","name":"Do Over","description":"The get ready, get going guide to navigating career change and doing work you loveNew York Times bestselling author Jon Acuff has drawn millions of online fans who love his refreshing mix of humor, honesty, and wisdom about the world of work. Now he offers his most important book yet, a guide to making big career changes—by choice or necessity—and escaping the horrible feeling of being trapped in the wrong job.Acuff finds it amazing that people spend more than eighteen years studying and preparing for college, but little or no time honing their careers between graduation and retirement. He offers an empowering tool he calls the Career Savings Account, which will change the way readers think about their skills, relationships, character, and work ethic. He also shows that if you’re on the wrong track, you already have what you need to change it—even if your family and mortgage mean you can’t simply pick up and move for a new opportunity.Throughout the book, Acuff features inspiring and funny true stories—not merely his own, but those of friends who restarted their careers after a layoff, an extended maternity leave, or simply the realization that they were suffering fifty weeks a year just to pay the bills and enjoy two weeks of vacation. Everyone can benefit from Do Over, from new graduates to fiftysomethings and beyond. ","image":null,"links":"book|https://www.goodreads.com/book/show/22571775-do-over;summary|https://fourminutebooks.com/do-over-summary/","topics":"career;personal-development","creators":"Jon Acuff","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7aa4c283-6459-423d-a988-6b835988cd29","name":"Do The Work","description":"“This book is designed to coach you through a project (business venture, ballet, philanthropic …","image":"https://sivers.org/images/DoTheWork.gif","links":"book|https://www.goodreads.com/book/show/10645233-do-the-work;summary|https://fourminutebooks.com/do-the-work-summary/;summary|https://sivers.org/book/DoTheWork;summary|https://blas.com/do-the-work/","topics":"productivity;steven-pressfield;resistance;motivation;how-to-live-life","creators":"Author of Nobody Wants to Read Your Sh*t","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2401827c-0b98-4e05-ad6b-ad977d49954c","name":"Dollars and Sense","description":"Why is paying for things painful?Why are we comfortable overpaying for something in the present just because we’ve overpaid for it in the past?Why is it easy to pay $4 for a soda on vacation, when we wouldn’t spend more than $1 on that same soda at our local grocery store?We think of money as numbers, values, and amounts, but when it comes down to it, when we actually use our money, we engage our hearts more than our heads. Emotions play a powerful role in shaping our financial behavior, often making us our own worst enemies as we try to save, access value, and spend responsibly. In Dollars and Sense, bestselling author and behavioral economist Dan Ariely teams up with financial comedian and writer Jeff Kreisler to challenge many of our most basic assumptions about the precarious relationship between our brains and our money. In doing so, they undermine many of personal finance’s most sacred beliefs and explain how we can override some of our own instincts to make better financial choices.Exploring a wide range of everyday topics—from the lure of pain-free spending with credit cards to the  pitfalls of household budgeting to the seductive power of holiday sales—Ariely and Kreisler demonstrate how our misplaced confidence in our spending habits frequently leads us astray, costing us more than we realize, whether it’s the real value of the time we spend driving forty-five minutes to save $10 or our inability to properly assess what the things we buy are actually worth. Together Ariely and Kreisler reveal the emotional forces working against us and how we can counteract them. Mixing case studies and anecdotes with concrete advice and lessons, they cut through the unconscious fears and desires driving our worst financial instincts and teach us how to improve our money habits.The result not only reveals the rationale behind our most head-scratching financial choices but also offers clear guidance for navigating the treacherous financial landscape of the brain. Fascinating, engaging, funny, and essential, Dollars and Sense provides the practical tools we need to understand and improve our financial choices, save and spend smarter, and ultimately live better.","image":"https://covers.openlibrary.org/b/id/8814525-M.jpg","links":"book|https://www.goodreads.com/book/show/34323010-dollars-and-sense;summary|https://fourminutebooks.com/dollars-and-sense-summary/","topics":"psychology;economics;personal-finance","creators":"Dan Ariely","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8379fe19-9d19-483b-b454-3fd63f17f835","name":"Don’t Sweat The Small Stuff","description":"Don't Sweat the Small Stuff...and It's All Small Stuff is an audiobook that tells you how to keep from letting the little things in life drive you crazy. In thoughtful and insightful language, author Richard Carlson reveals ways to calm down in the midst of your incredibly hurried, stress-filled life.You can learn to put things into perspective by making the small daily changes Dr. Carlson suggests, including advice such as \\"Choose your battles wisely\\"; \\"Remind yourself that when you die, your 'in' box won't be empty\\"; and \\"Make peace with imperfection\\". With Don't Sweat the Small Stuff... you'll also learn how to:* Live in the present moment* Let others have the glory at times* Lower your tolerance to stress* Trust your intuitions* Live each day as it might be your lastWith gentle, supportive suggestions, Dr. Carlson reveals ways to make your actions more peaceful and caring, with the added benefit of making your life more calm and stress-free.","image":null,"links":"book|https://www.amazon.com/Dont-Sweat-Small-Stuff-Its/dp/0786864109?tag=learnawesome-20;summary|https://fourminutebooks.com/dont-sweat-the-small-stuff-summary/","topics":"psychology","creators":"Author of Don’t Sweat The Small Stuff","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7f3477b-8b1f-4ad2-8f8e-6f2998165db6","name":"Freakonomics - Summary by FourMinuteBooks","description":"By Steven D. Levitt","image":"https://learn-awesome.github.io/assets/book_covers/1202.jpg","links":"summary|https://fourminutebooks.com/freakonomics-summary/;book|https://www.goodreads.com/book/show/1202.Freakonomics","topics":"economics","creators":"Steven D. Levitt","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed567fd4-c187-4ebc-b90c-9b45ae132f2b","name":"Corona Panel, Covid-19 Maps and News","description":null,"image":null,"links":"website|https://coronapanel.com/","topics":"coronavirus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61807d81-5853-4230-8f82-b7421267bf82","name":"Doughnut Economics - Summary by FourMinuteBooks","description":"By Kate Raworth","image":"https://learn-awesome.github.io/assets/book_covers/29214420.jpg","links":"summary|https://fourminutebooks.com/doughnut-economics-summary/;book|https://www.amazon.com/Doughnut-Economics-Seven-21st-Century-Economist/dp/1603587969?tag=learnawesome-20","topics":"economics;politics;sustainability","creators":"Kate Raworth","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6123c90a-3a7a-4395-8d2b-58633dbafcc4","name":"Drive","description":"The New York Times bestseller that gives readers a paradigm-shattering new way to think about motivation Most people believe that the best way to motivate is with rewards like money—the carrot-and-stick approach. That's a mistake, says Daniel H. Pink (author of To Sell Is Human: The Surprising Truth About Motivating Others). In this provocative and persuasive new book, he asserts that the secret to high performance and satisfaction-at work, at school, and at home—is the deeply human need to direct our own lives, to learn and create new things, and to do better by ourselves and our world.Drawing on four decades of scientific research on human motivation, Pink exposes the mismatch between what science knows and what business does—and how that affects every aspect of life. He examines the three elements of true motivation—autonomy, mastery, and purpose-and offers smart and surprising techniques for putting these into action in a unique book that will change how we think and transform how we live.","image":"https://covers.openlibrary.org/b/id/6294820-M.jpg","links":"book|https://www.amazon.com/Drive-Surprising-Truth-About-Motivates/dp/1594484805?tag=learnawesome-20;summary|https://fourminutebooks.com/drive-summary/;summary|https://sivers.org/book/Drive","topics":"psychology;motivation","creators":"Daniel H. Pink","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24797659-0549-42ab-9ff0-00cbd429e8d0","name":"Duct Tape Marketing","description":"As a renowned marketing guru and small business coach, John Jantsch has become a leading advisor on how to build and grow a thriving business. In his trusted book for small businesses, he challenges readers to craft a marketing strategy that is as reliable as the go-to household item we all know, love, and turn to in a pinch: duct tape. Duct Tape Marketing shows readers how to develop and execute a marketing plan that yields more revenue and ensures the longevity of small businesses. Taking a strategic, systemic approach to marketing rather than being constantly won over to a “marketing idea of the week” helps small business leaders establish a solid--“sticky”--foundation of trust with their customers that only grows stronger with the application of more and more metaphorical tape. You’ll learn how to turn your marketing efforts into a lead generation machine and move far beyond your week-to-week strategizing to create long-term plans for your business’s continual growth. Plus, the revised and updated edition of this industry-leading book includes all new tools, rules, and tactics that respond to the ways social media and digital developments have shifted and evolved the marketing landscape. Let's face it: as a small business owner, you are really in the business of marketing. This practical, actionable guide includes fresh ideas that stick where you put them--and stand the test of time.","image":null,"links":"book|https://openlibrary.org/books/OL27129802M/Duct_tape_marketing;summary|https://fourminutebooks.com/duct-tape-marketing-summary/","topics":"marketing","creators":"John Jantsch","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c607839-c85a-46fe-92de-44530a3e144b","name":"Eat, Move, Sleep","description":"The latest  New York Times  bestseller from Tom Rath, featuring a new assessment, personalized Eat Move Sleep Plan, and a host of online tools for individuals, groups, and organizations. Named to Apple iTunes Best of 2013 in Nonfiction and Health.\\"Well written and scrupulously researched, this breezy guide lobbies for an all-encompassing approach to improving one's lifestyle...Rath's '30-Day Guide'...is clear and actionable.\\" -Kirkus review\\n \\n\\n \\nFrom the author of StrengthsFinder 2.0, How Full Is Your Bucket?, Strengths Based Leadership, and Wellbeing comes a transformative book and online application that will improve your health for years to come. While Tom's bestsellers on strengths and well-being have inspired more than 5 million people in the last decade, Eat Move Sleep reveals his greatest passion and expertise. Quietly managing a serious illness for more than 20 years, Tom has assembled a wide range of information on the impact of eating, moving, and sleeping. Written in his classic conversational style, Eat Move Sleep features the most proven and practical ideas from his research. This remarkably quick read offers advice that is comprehensive yet simple and often counterintuitive but always credible. Eat Move Sleep will help you make good decisions automatic -- in all three of these interconnected areas. With every bite you take, you will make better choices. You will move a lot more than you do today. And you will sleep better than you have in years. More than a book, Eat Move Sleep is a new way to live.","image":"https://covers.openlibrary.org/b/id/7268116-M.jpg","links":"book|https://www.amazon.in/Eat-Move-Sleep-Choices-Changes/dp/1939714001?tag=learnawesome-21;summary|https://fourminutebooks.com/eat-move-sleep-summary/","topics":"health;nutrition","creators":"Tom Rath","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d87da5f-40e5-419d-bf5f-aa86a0a8bfd5","name":"Eat That Frog","description":"The legendary Eat That Frog! (more than 450,000 copies sold and translated into 23 languages) provides the 21 most effective methods for conquering procrastination and accomplishing more. This new edition is revised and updated throughout, and includes brand new information on how to keep technology from dominating our time.","image":null,"links":"book|https://www.goodreads.com/book/show/95887.Eat_That_Frog_;summary|https://fourminutebooks.com/eat-that-frog-summary/","topics":"productivity","creators":"Brian Tracy","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f556581-97c0-47df-b7fc-4da438c44f98","name":"Eating Animals","description":"Part memoir and part investigative report, Eating Animals is a groundbreaking moral examination of vegetarianism, farming, and the food we eat every day that inspired the documentary of the same name.Bestselling author Jonathan Safran Foer spent much of his life oscillating between enthusiastic carnivore and occasional vegetarian. For years he was content to live with uncertainty about his own dietary choices-but once he started a family, the moral dimensions of food became increasingly important.Faced with the prospect of being unable to explain why we eat some animals and not others, Foer set out to explore the origins of many eating traditions and the fictions involved with creating them. Traveling to the darkest corners of our dining habits, Foer raises the unspoken question behind every fish we eat, every chicken we fry, and every burger we grill.A must-read for anyone who cares about building a more humane and healthy world, Eating Animals is a book that, in the words of the Los Angeles Times, places Jonathan Safran Foer \\"at the table with our greatest philosophers.\\"","image":"https://covers.openlibrary.org/b/id/6462405-M.jpg","links":"book|https://www.amazon.com/Eating-Animals-Jonathan-Safran-Foer/dp/0316069884?tag=learnawesome-20;summary|https://fourminutebooks.com/eating-animals-summary/","topics":"food;philosophy;vegetarianism","creators":"Jonathan Safran Foer","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ba7a17a-0ac4-4d00-a061-7f03e0cdb5b9","name":"Stumbling On Happiness - Summary by FourMinuteBooks","description":"By Daniel Todd Gilbert","image":"https://learn-awesome.github.io/assets/book_covers/56627.jpg","links":"summary|https://fourminutebooks.com/stumbling-on-happiness-summary/;summary|https://sivers.org/book/StumblingOnHappiness;book|https://www.amazon.in/Stumbling-Happiness-Daniel-Gilbert/dp/1400077427?tag=learnawesome-21","topics":"psychology;happiness","creators":"Daniel Todd Gilbert","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb1b51f6-424c-448b-a8d3-84075b42c578","name":"A Comprehensive Introduction to Differential Geometry, Vol. 1","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/211192.A_Comprehensive_Introduction_to_Differential_Geometry_Vol_1","topics":"geometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6970643f-fee9-461e-80ff-cc8b2d98242c","name":"Ego Is The Enemy","description":"“While the history books are filled with tales of obsessive, visionary geniuses who remade the world in their image with sheer, almost irrational force, I’ve found that history is also made by individuals who fought their egos at every turn, who eschewed the spotlight, and who put their higher goals above their desire for recognition.” – from the PrologueMany of us insist the main impediment to a full, successful life is the outside world. In fact, the most common enemy lies within: our ego. Early in our careers, it impedes learning and the cultivation of talent. With success, it can blind us to our faults and sow future problems. In failure, it magnifies each blow and makes recovery more difficult. At every stage, ego holds us back.The Ego is the Enemy draws on a vast array of stories and examples, from literature to philosophy to history. We meet fascinating figures like Howard Hughes, Katharine Graham, Bill Belichick, and Eleanor Roosevelt, all of whom reached the highest levels of power and success by conquering their own egos. Their strategies and tactics can be ours as well.But why should we bother fighting ego in an era that glorifies social media, reality TV, and other forms of shameless self-promotion?  Armed with the lessons in this book, as Holiday writes, “you will be less invested in the story you tell about your own specialness, and as a result, you will be liberated to accomplish the world-changing work you’ve set out to achieve.”","image":"https://sivers.org/images/EgoEnemy.gif","links":"book|https://www.amazon.com/Ego-Enemy-Ryan-Holiday/dp/1591847818?tag=learnawesome-20;summary|https://fourminutebooks.com/ego-is-the-enemy-summary/;summary|https://sivers.org/book/EgoEnemy","topics":"psychology","creators":"Author of Trust Me, I’m Lying","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e780d77-f735-47a4-9d26-46669d22a4dc","name":"Einstein: His Life And Universe - Summary by FourMinuteBooks","description":"By Walter Isaacson","image":"https://learn-awesome.github.io/assets/book_covers/10884.jpg","links":"summary|https://fourminutebooks.com/einstein-his-life-and-universe-summary/;book|https://openlibrary.org/books/OL9837560M/Einstein","topics":"einstein;physics","creators":"Walter Isaacson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44083d3e-8edc-4e0f-b3e3-ad644702fcfa","name":"Elon Musk - Summary by FourMinuteBooks","description":"Elon is a man on a mission – to save mankind and colonize other …","image":"https://blas.com/wp-content/uploads/2015/11/download-4.jpg","links":"summary|https://fourminutebooks.com/elon-musk-summary/;summary|https://blas.com/elon-musk/;book|https://www.goodreads.com/book/show/25541028-elon-musk","topics":"elon-musk;business;tesla;spacex;solarcity;leadership;entrepreneur;ashlee-vance","creators":"Author of Elon Musk","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d11670ef-0dcd-4c4b-9b83-b794e2c942ab","name":"Emotional Agility","description":"The counterintuitive approach to achieving your true potential, heralded by the Harvard Business Review as a groundbreaking idea of the year.   The path to fulfillment, whether at work or at home, is almost never a straight line. Ask anyone who has achieved their biggest goals or who thrives in their relationships, and you’ll hear stories of many unexpected detours along the way. What separates those who rise to these challenges and those who get derailed? The answer is agility—emotional agility.Emotional agility is a four-step approach that allows us to navigate life’s twists and turns with self-acceptance, clear-sightedness, and an open mind. In her more than twenty years of research, Susan David has found that no matter how intelligent, resilient, or creative people are, when they ignore how situations or interactions make them feel, they miss opportunities to gain insight, getting hooked by thoughts, emotions, and habits that prevent them from reaching their full potential. Emotionally agile people experience the same stresses and setbacks as anyone else, but they know how to adapt, aligning their actions with their values and making small changes that lead to a life of growth.Drawing on her extensive professional research, her international consulting work, and her own experiences growing up in Apartheid-era South Africa and losing her father at a young age, David shows how anyone can become more emotionally agile and thrive in an uncertain world. Written with authority, wit, and empathy, Emotional Agility will help you live your most successful life, whoever you are and whatever you face. Take the FREE Emotional Agility Insights Quiz here: https://bitly.com/ea-quiz","image":"https://covers.openlibrary.org/b/id/8360216-M.jpg","links":"book|https://www.amazon.com/Emotional-Agility-Unstuck-Embrace-Change/dp/1592409490?tag=learnawesome-20;summary|https://fourminutebooks.com/emotional-agility-summary/","topics":"psychology","creators":"Author of Emotional Agility","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92d654ad-2d36-4769-9d2a-09ae71bc1639","name":"Emotional Intelligence","description":"Everyone knows that high IQ is no guarantee of success, happiness, or virtue, but until Emotional Intelligence, we could only guess why. Daniel Goleman's brilliant report from the frontiers of psychology and neuroscience offers startling new insight into our \\"two minds\\"—the rational and the emotional—and how they together shape our destiny.Through vivid examples, Goleman delineates the five crucial skills of emotional intelligence, and shows how they determine our success in relationships, work, and even our physical well-being. What emerges is an entirely new way to talk about being smart. The best news is that \\"emotional literacy\\" is not fixed early in life. Every parent, every teacher, every business leader, and everyone interested in a more civil society, has a stake in this compelling vision of human possibility.","image":"https://covers.openlibrary.org/b/id/370147-M.jpg","links":"book|https://www.goodreads.com/book/show/26329.Emotional_Intelligence;summary|https://fourminutebooks.com/emotional-intelligence-summary/","topics":"psychology","creators":"Daniel Goleman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c48cc4a1-61ba-4307-beef-aa57960f9e8e","name":"Free: The Future Of A Radical Price","description":"Reveals how to run an online business profitably in spite of the Internet's inherently free culture, disseminating the principles of a ''priceless economy'' in six categories that pertain to advertising, labor exchange, and advanced-version fees.","image":"https://covers.openlibrary.org/b/id/6301758-M.jpg","links":"book|https://www.amazon.in/Free-Future-Radical-Chris-Anderson/dp/1401322905?tag=learnawesome-21;summary|https://fourminutebooks.com/free-the-future-of-a-radical-price-summary/","topics":"business;economics;internet","creators":"Chris Anderson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cac5d409-8634-4535-ab54-1e5154550aab","name":"The Nature of Explanation - Summary at Blas.com","description":"Craik was a leader in the development ophysiological psychology and cybernetics. “Here he considers …","image":"https://blas.com/wp-content/uploads/2020/02/41s-RDUBoNL._SX311_BO1204203200_-188x300.jpg","links":"summary|https://blas.com/the-nature-of-explanation/","topics":"kenneith-craik;logic;psychology","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6f16ad4-ad57-4d34-b16c-4af6270518fd","name":"The Information: A History, a Theory, a Flood - Summary at Blas.com","description":"Gleick discusses the history and relationship between humans and information Key Takeaways Overview We …","image":"https://blas.com/wp-content/uploads/2020/02/510E4q8npXL._SX321_BO1204203200_-194x300.jpg","links":"summary|https://blas.com/the-information/","topics":"information-technology;information-theory;james-gleick","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d897c14-221f-4776-b184-3dd25b423cb8","name":"Adultery - Summary at Blas.com","description":"Linda, a wealthy Swiss woman is married to a great guy and has a …","image":"https://blas.com/wp-content/uploads/2015/03/Adultery-203x300-1-203x300.jpg","links":"summary|https://blas.com/adultery/","topics":"paulo-coelho","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9155e25-dabf-4dba-8318-a4c3551b2957","name":"Empty Planet","description":"An award-winning journalist and leading international social researcher make the provocative argument that the global population will soon begin to decline, dramatically reshaping the social, political, and economic landscapeFor half a century, statisticians, pundits, and politicians have warned that a burgeoning planetary population will soon overwhelm the earth's resources. But a growing number of experts are sounding a different kind of alarm. Rather than continuing to increase exponentially, they argue, the global population is headed for a steep decline.Throughout history, depopulation was the product of catastrophe: ice ages, plagues, the collapse of civilizations. This time, however, we're thinning ourselves deliberately, by choosing to have fewer babies than we need to replace ourselves. In much of the developed and developing world, that decline is already underway, as urbanization, women's empowerment, and waning religiosity lead to smaller and smaller families. In Empty Planet, Ibbitson and Bricker travel from South Florida to Sao Paulo, Brussels to Delhi to Beijing, drawing on a wealth of research and firsthand reporting to illustrate the dramatic consequences of this population decline--and to show us why the rest of the developing world will soon join in.They find that a smaller global population will bring with it a number of benefits: fewer workers will command higher wages; the environment will improve; the risk of famine will wane; and falling birthrates in the developing world will bring greater affluence and autonomy for women. But enormous disruption lies ahead, too. We can already see the effects in Europe and parts of Asia, as aging populations and worker shortages weaken the economy and impose crippling demands on healthcare and social security. The United States is well-positioned to sucessfully navigate these coming demographic shifts--that is, unless growing isolationism and anti-immigrant backlash lead us to close ourselves off just as openness becomes more critical to our survival than ever.Rigorously researched and deeply compelling, Empty Planet offers a vision of a future that we can no longer prevent--but one that we can shape, if we choose.","image":"https://covers.openlibrary.org/b/id/8808816-M.jpg","links":"book|https://www.amazon.com/Empty-Planet-Global-Population-Decline/dp/1984823213?tag=learnawesome-20;summary|https://fourminutebooks.com/empty-planet-summary/","topics":"science;sociology","creators":"Darrell Bricker","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49938de1-57b1-4cf9-a27b-13e361985a5f","name":"Ending Aging","description":"MUST WE AGE?A long life in a healthy, vigorous, youthful body has always been one of humanity's greatest dreams. Recent progress in genetic manipulations and calorie-restricted diets in laboratory animals hold forth the promise that someday science will enable us to exert total control over our own biological aging.Nearly all scientists who study the biology of aging agree that we will someday be able to substantially slow down the aging process, extending our productive, youthful lives. Dr. Aubrey de Grey is perhaps the most bullish of all such researchers. As has been reported in media outlets ranging from 60 Minutes to The New York Times, Dr. de Grey believes that the key biomedical technology required to eliminate aging-derived debilitation and death entirely--technology that would not only slow but periodically reverse age-related physiological decay, leaving us biologically young into an indefinite future--is now within reach.In Ending Aging, Dr. de Grey and his research assistant Michael Rae describe the details of this biotechnology. They explain that the aging of the human body, just like the aging of man-made machines, results from an accumulation of various types of damage.  As with man-made machines, this damage can periodically be repaired, leading to indefinite extension of the machine's fully functional lifetime, just as is routinely done with classic cars.  We already know what types of damage accumulate in the human body, and we are moving rapidly toward the comprehensive development of technologies to remove that damage.  By demystifying aging and its postponement for the nonspecialist reader, de Grey and Rae systematically dismantle the fatalist presumption that aging will forever defeat the efforts of medical science.","image":"https://covers.openlibrary.org/b/id/8122598-M.jpg","links":"book|https://www.goodreads.com/book/show/519781.Ending_Aging;summary|https://fourminutebooks.com/ending-aging-summary/","topics":"science;health;aging","creators":"Aubrey D. N. J. De Grey","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"417efb47-3cd2-4542-9ddf-7abf4e6fb570","name":"Enlightenment Now","description":"If you think the world is coming to an end, think again: people are living longer, healthier, freer, and happier lives, and while our problems are formidable, the solutions lie in the Enlightenment ideal of using reason and science.Is the world really falling apart? Is the ideal of progress obsolete? In this elegant assessment of the human condition in the third millennium, cognitive scientist and public intellectual Steven Pinker urges us to step back from the gory headlines and prophecies of doom, which play to our psychological biases. Instead, follow the data: In seventy-five jaw-dropping graphs, Pinker shows that life, health, prosperity, safety, peace, knowledge, and happiness are on the rise, not just in the West, but worldwide. This progress is not the result of some cosmic force. It is a gift of the Enlightenment: the conviction that reason and science can enhance human flourishing.Far from being a naïve hope, the Enlightenment, we now know, has worked. But more than ever, it needs a vigorous defense. The Enlightenment project swims against currents of human nature–tribalism, authoritarianism, demonization, magical thinking–which demagogues are all too willing to exploit. Many commentators, committed to political, religious, or romantic ideologies, fight a rearguard action against it. The result is a corrosive fatalism and a willingness to wreck the precious institutions of liberal democracy and global cooperation.With intellectual depth and literary flair, Enlightenment Now makes the case for reason, science, and humanism: the ideals we need to confront our problems and continue our progress.","image":"https://covers.openlibrary.org/b/id/8147013-M.jpg","links":"book|https://openlibrary.org/books/OL26434298M/Enlightenment_Now;summary|https://fourminutebooks.com/enlightenment-now-summary/","topics":"science;sociology","creators":"Steven Pinker","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"940fb69f-f57f-4717-8662-cc9680920f85","name":"EntreLeadership","description":null,"image":null,"links":"book|https://www.amazon.com/EntreLeadership-Practical-Business-Wisdom-Trenches-ebook/dp/B004YWDK70?tag=learnawesome-20;summary|https://fourminutebooks.com/entreleadership-summary/","topics":"business","creators":"Author of EntreLeadership","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab932b1d-3907-4e12-92cb-0dce3fc7774a","name":"Essentialism","description":"McKeown shows you how to get more done in less time and do it better. You must be very selective about what to focus on, eliminate everything else and learn how to emphatically but gracefully say no. Less but better","image":"https://covers.openlibrary.org/b/id/7285986-M.jpg","links":"book|https://www.amazon.in/Essentialism-Disciplined-Pursuit-Greg-McKeown/dp/0804137382?tag=learnawesome-21;summary|https://fourminutebooks.com/essentialism-summary/;summary|https://blas.com/essentialism/","topics":"productivity;worth-re-reading;philosophy;how-to-live-life;greg-mckeown;essentialism;decision-making","creators":"Greg McKeown","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29d14269-5bcb-4269-a716-ef0fe33fa4d0","name":"Everything I Know","description":"Everything I Know is a no-rules guide through uncharted territory. It's a swift kick in the creative ass without fairies, unicorns or new-age cliches. Paul Jarvis is the strategic and design talent behind some of the world's most successful entrepreneurs and online businesses - including Danielle LaPorte, Marie Forleo, Yahoo, The High Line and Mercedes-Benz - and he's learned a thing or two about forging your own path in life and work. Instead of offering one-size-fits-all advice, Paul provides an infinitely flexible template for adventure. There is a better, more satisfying path out there, if you're willing to take risks and explore new territory. This book provides practical ideas and questions to help you conquer fear, overcome inertia, embrace vulnerability, validate your plans and launch even the most outlandish projects on a basement budget. How and where you go next is entirely up to you. \\"Paul Jarvis is a lively, talented & incredibly insightful writer.\\" -Maccabee Montandon, Fast Company \\"Paul Jarvis is the friend that every creative needs: friendly, whip-smart, & willing to give you a kick in the ass every now & then.\\" -Sean Blanda, Adobe/99u","image":null,"links":"book|https://www.goodreads.com/book/show/19107336-everything-i-know;summary|https://fourminutebooks.com/everything-i-know-summary/","topics":"business;design","creators":"Author of Everything I Know","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6041f63b-63a9-45b9-a268-0543bc7b4628","name":"Everything Is F*cked","description":"From the author of the international mega-bestseller The Subtle Art of Not Giving A F*ck comes a counterintuitive guide to the problems of hope. We live in an interesting time. Materially, everything is the best it’s ever been—we are freer, healthier and wealthier than any people in human history. Yet, somehow everything seems to be irreparably and horribly f*cked—the planet is warming, governments are failing, economies are collapsing, and everyone is perpetually offended on Twitter. At this moment in history, when we have access to technology, education and communication our ancestors couldn’t even dream of, so many of us come back to an overriding feeling of hopelessness.What’s going on? If anyone can put a name to our current malaise and help fix it, it’s Mark Manson. In 2016, Manson published The Subtle Art of Not Giving A F*ck, a book that brilliantly gave shape to the ever-present, low-level hum of anxiety that permeates modern living. He showed us that technology had made it too easy to care about the wrong things, that our culture had convinced us that the world owed us something when it didn’t—and worst of all, that our modern and maddening urge to always find happiness only served to make us unhappier. Instead, the “subtle art” of that title turned out to be a bold challenge: to choose your struggle; to narrow and focus and find the pain you want to sustain. The result was a book that became an international phenomenon, selling millions of copies worldwide while becoming the #1 bestseller in 13 different countries.Now, in Everthing Is F*cked, Manson turns his gaze from the inevitable flaws within each individual self to the endless calamities taking place in the world around us. Drawing from the pool of psychological research on these topics, as well as the timeless wisdom of philosophers such as Plato, Nietzsche, and Tom Waits, he dissects religion and politics and the uncomfortable ways they have come to resemble one another. He looks at our relationships with money, entertainment and the internet, and how too much of a good thing can psychologically eat us alive. He openly defies our definitions of faith, happiness, freedom—and even of hope itself.With his usual mix of erudition and where-the-f*ck-did-that-come-from humor, Manson takes us by the collar and challenges us to be more honest with ourselves and connected with the world in ways we probably haven’t considered before. It’s another counterintuitive romp through the pain in our hearts and the stress of our soul. One of the great modern writers has produced another book that will set the agenda for years to come.","image":null,"links":"book|https://www.goodreads.com/book/show/43808723-everything-is-f-cked;summary|https://fourminutebooks.com/everything-is-fcked-summary/","topics":"psychology;sociology","creators":"Mark Manson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94e59194-5fd3-4a81-8d93-f0680b815d28","name":"Excellent Sheep","description":"A groundbreaking manifesto for people searching for the kind of insight on leading, thinking, and living that elite schools should be—but aren’t—providing.As a professor at Yale, Bill Deresiewicz saw something that troubled him deeply. His students, some of the nation’s brightest minds, were adrift when it came to the big questions: how to think critically and creatively, and how to find a sense of purpose.Excellent Sheep takes a sharp look at the high-pressure conveyor belt that begins with parents and counselors who demand perfect grades and culminates in the skewed applications Deresiewicz saw firsthand as a member of Yale’s admissions committee. As schools shift focus from the humanities to \\"practical\\" subjects like economics and computer science, students are losing the ability to think in innovative ways. Deresiewicz explains how college should be a time for self-discovery, when students can establish their own values and measures of success, so they can forge their own path. He addresses parents, students, educators, and anyone who's interested in the direction of American society, featuring quotes from real students and graduates he has corresponded with over the years, candidly exposing where the system is broken and clearly presenting solutions.","image":null,"links":"book|https://openlibrary.org/books/OL26886453M/Excellent_sheep;summary|https://fourminutebooks.com/excellent-sheep-summary/","topics":"education;politics;sociology;philosophy;parenting","creators":"William Deresiewicz","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9df362b1-beac-44df-8925-0f95e03d15bd","name":"Executive Presence","description":"Are you \\"leadership material?\\" More importantly, do others perceive you to be? Sylvia Ann Hewlett, a noted expert on workplace power and influence, shows you how to identify and embody the Executive Presence (EP) that you need to succeed. You can have the experience and qualifications of a leader, but without executive presence, you won't advance. EP is an amalgam of qualities that true leaders exude, a presence that telegraphs you're in charge or deserve to be. Articulating those qualities isn't easy, however. Based on a nationwide survey of college graduates working across a range of sectors and occupations, Sylvia Hewlett and the Center for Talent Innovation discovered that EP is a dynamic, cohesive mix of appearance, communication, and gravitas. While these elements are not equal, to have true EP, you must know how to use all of them to your advantage. Filled with eye-opening insights, analysis, and practical advice for both men and women, mixed with illustrative examples from executives learning to use the EP, Executive Presence will help you make the leap from working like an executive to feeling like an executive.","image":null,"links":"book|https://www.amazon.com/Executive-Presence-Missing-Between-Success/dp/0062246895?tag=learnawesome-20;summary|https://fourminutebooks.com/executive-presence-summary/","topics":"business;leadership;management;communication","creators":"Sylvia Ann Hewlett","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c162cd90-f2fc-4d42-b04b-f4aed75ff79f","name":"Exploring The World Of Lucid Dreaming","description":"LaBerge is the father of lucid dreaming and in this book he describes why lucid dreaming is beneficial, how to enter the state consistently and what to do once you’re in the state.","image":"https://blas.com/wp-content/uploads/2016/01/510aKu0sPTL._SX299_BO1204203200_-181x300.jpg","links":"book|https://www.amazon.com/Exploring-World-Dreaming-Stephen-LaBerge/dp/034537410X?tag=learnawesome-20;summary|https://fourminutebooks.com/exploring-the-world-of-lucid-dreaming-summary/;summary|https://blas.com/exploring-the-world-of-lucid-dreaming/","topics":"psychology;science;dreaming;stephen-laberge;sleep;lucid-dreaming","creators":"Stephen LaBerge","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c92da3b2-6738-4aab-ae25-d585b43688af","name":"Extreme Ownership","description":"MORE THAN HALF A MILLION COPIES SOLDAn updated edition of the blockbuster leadership book that took America and the world by storm. In \\n Extreme Ownership\\n, Jocko Willink and Leif Babin share hard-hitting, Navy SEAL combat stories that translate into lessons for business and life.Jocko and Leif served together in SEAL Task Unit Bruiser, the most highly decorated Special Operations unit from the war in Iraq. Through those difficult months of sustained combat, Jocko, Leif and their SEAL brothers learned that leadership - at every level - is the most important thing on the battlefield. Now they teach these same leadership principles to companies throughout the business world that want to build their own high-performance, winning teams.\\n Extreme Ownership\\n explains the SEAL leadership concepts crucial to accomplishing the most difficult missions in combat and how to apply them to any group, team, or organization. It provides the reader with Jocko and Leif's formula for success: the mindset and guiding principles that enable SEAL combat units to achieve extraordinary results. It demonstrates how to apply these directly to business and life to likewise achieve victory.Take Extreme Ownership. Lead and win.","image":null,"links":"book|https://www.goodreads.com/book/show/23848190-extreme-ownership;summary|https://fourminutebooks.com/extreme-ownership-summary/","topics":"leadership","creators":"Author of Extreme Ownership","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91b9843a-34e2-4de0-8867-1e1daca990aa","name":"Facebook Ads Manual","description":null,"image":null,"links":"book|http://fourminutebooks.com/wp-content/uploads/2016/11/fb-ads-sample.pdf;summary|https://fourminutebooks.com/facebook-ads-manual-summary/","topics":"facebook;advertising","creators":"Author of Facebook Ads Manual","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22cd8521-1758-4247-a143-1fc317e3884f","name":"Failing Forward","description":"Are some people born to achieve anything they want while others struggle? Call them lucky, blessed, or possessors of the Midas touch. What is the real reason for their success? Is it family background, wealth, greater opportunities, high morals, an easy childhood?New York Times best-selling author John C. Maxwell has the answer: The difference between average people and achieving people is their perception of and response to failure.Most people are never prepared to deal with failure. Maxwell says that if you are like him, coming out of school, you feared it, misunderstood it, and ran away from it. But Maxwell has learned to make failure his friend, and he can teach you to do the same.\\"I want to help you learn how to confidently look the prospect of failure in the eye and move forward anyway,\\" says Maxwell. \\"Because in life, the question is not if you will have problems, but how you are going to deal with them. Stop failing backward and start failing forward!\\"","image":"https://covers.openlibrary.org/b/id/1465640-M.jpg","links":"book|https://www.amazon.in/Failing-Forward-Turning-Mistakes-Stepping/dp/0785288570?tag=learnawesome-21;summary|https://fourminutebooks.com/failing-forward-summary/","topics":"personal-development;career","creators":"John C. Maxwell","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"224dc278-dec2-4ba3-8ea1-4fd5c34c30c1","name":"Faith","description":"\\n NEW YORK TIMES\\n BESTSELLER In this powerful reflection, President Jimmy Carter contemplates how faith has sustained him in happiness and disappointment. He considers how we may find it in our own lives.All his life, President Jimmy Carter has been a courageous exemplar of faith. Now he shares the lessons he learned. He writes, “The issue of faith arises in almost every area of human existence, so it is important to understand its multiple meanings. In this book, my primary goal is to explore the broader meaning of faith, its far-reaching effect on our lives, and its relationship to past, present, and future events in America and around the world. The religious aspects of faith are also covered, since this is how the word is most often used, and I have included a description of the ways my faith has guided and sustained me, as well as how it has challenged and driven me to seek a closer and better relationship with people and with God.” As President Carter examines faith’s many meanings, he describes how to accept it, live it, how to doubt and find faith again. A serious and moving reflection from one of America’s most admired and respected citizens.","image":null,"links":"book|https://openlibrary.org/books/OL26949321M/Faith;summary|https://fourminutebooks.com/faith-summary/","topics":"religion;theology;faith","creators":"Jimmy Carter","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05745329-1f44-4bf9-ab08-463814cb23cf","name":"General Fox Conner: Pershing’s Chief of Operations and Eisenhower’s Mentor - Summary at Blas.com","description":"Rabalais uncovers the details behind Fox Conner’s background and his influence on military history, …","image":"https://blas.com/wp-content/uploads/2020/01/41VgGIqN5yL._SX332_BO1204203200_-201x300.jpg","links":"summary|https://blas.com/fox-conner/","topics":"dwight-eisenhower;general-fox-conner;general-george-patton;general-george-pershing;george-marshall;history;steven-rabalais;war","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68e8eafe-fc04-4a22-8c49-31ce54a2841b","name":"Alchemy: The Dark Art and Curious Science of Creating Magic in Brands, Business, and Life - Summary at Blas.com","description":"There is a time and place for the “illogical” in complex human affairs. Not …","image":"https://blas.com/wp-content/uploads/2020/01/41ZF3I4S26L._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/alchemy/","topics":"advertising;alchemy;irrationality;psychology;rationality;rory-sutherland","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c559373-075d-4c79-8d8c-81a683dd2bf6","name":"mag relativity","description":null,"image":null,"links":"article|https://ocw.mit.edu/courses/materials-science-and-engineering/3-a08-attraction-and-repulsion-the-magic-of-magnets-fall-2005/assignments/mag_relativity.pdf","topics":"physics;relativity;magnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"29dac8a8-667e-462d-bf5a-fb9edfc48652","name":"Farmageddon","description":"Farm animals have been disappearing from our fields as the production of food has become a global industry. We no longer know for certain what is entering the food chain and what we are eating – as the UK horsemeat scandal demonstrated. We are reaching a tipping point as the farming revolution threatens our countryside, health and the quality of our food wherever we live in the world.* Our health is under threat: half of all antibiotics used worldwide (rising to 80 per cent in US) are routinely given to industrially farmed animals, contributing to the emergence of deadly antibiotic-resistant superbugs* Wildlife is being systematically destroyed: bees are now trucked across the States (and even airfreighted from Australia) to pollinate the fruit trees in the vast orchards of California, where a chemical assault has decimated the wild insect population* Fresh fish are being hoovered from the oceans: fish that could feed local populations are being turned into fishmeal for farmed fish, chickens and pigs thousands of miles away* Cereals that could feed billions of people are being given to animals: soya and grain that could nourish the world’s poorest, are now grown increasingly as animal fodder* Epidemic waste underpins the mega-farming model: while food prices rocket, surplus food is thrown away Farmageddon is a fascinating and terrifying investigative journey behind the closed doors of a runaway industry across the world – from the UK, Europe and the USA, to China, Argentina, Peru and Mexico. It is both a wake-up call to change our current food production and eating practices and an attempt to find a way to a better farming future.","image":null,"links":"book|https://www.amazon.com/Farmageddon-True-Cost-Cheap-Meat/dp/1408846446?tag=learnawesome-20;summary|https://fourminutebooks.com/farmageddon-summary/","topics":"food;environment;science;farming","creators":"Author of Farmageddon","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d15f4ad-a5e5-4a05-93b1-d5d6fc3ae651","name":"Fast Food Nation","description":"To a degree both engrossing and alarming, the story of fast food is the story of postwar Amerca. Though created by a handful of mavericks, the fast food industry has triggered the homogenization of our society. Fast food has hastened the malling of our landscape, widened the chasm between rich and poor, fueled an epidemic of obesity, and propelled the juggernaut of American cultural imperialism abroad. That's a lengthy list of charges, but Eric Schlosser makes them stick with an artful mix of first-rate reportage, wry wit, and careful reasoning.Schlosser's myth-shattering survey stretches from the California subdivisions where the business was born to the industrial corridor along the New Jersey Turnpike where many of fast food's flavors are concocted. He hangs out with the teenagers who make the restaurants run and communes with those unlucky enough to hold America's most dangerous job -- meatpacker. He travels to Las Vegas for a giddily surreal franchisers' convention where Mikhail Gorbachev delivers the keynote address. He even ventures to England and Germany to clock the rate at which those countries are becoming fast food nations.Along the way, Schlosser unearths a trove of fascinating, unsettling truths -- from the unholy alliance between fast food and Hollywood to the seismic changes the industry has wrought in food production, popular culture, and even real estate. He also uncovers the fast food chains' efforts to reel in the youngest, most susceptible consumers even while they hone their institutionalized exploitation of teenagers and minorities. Schlosser then turns a critical eye toward the hot topic of globalization -- a phenomenon launched by fast food.FAST FOOD NATION is a groundbreaking work of investigation and cultural history that may change the way America thinks about the way it eats.(jacket)","image":"https://covers.openlibrary.org/b/id/8392930-M.jpg","links":"book|https://www.amazon.com/Fast-Food-Nation-Dark-All-American/dp/0547750331?tag=learnawesome-20;summary|https://fourminutebooks.com/fast-food-nation-summary/","topics":"food;health;sociology","creators":"Eric Schlosser","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"331f1172-931a-4ea2-b866-7abf96ff51c8","name":"Find Your Why","description":"The next step for applying the life-changing lessons of the bestseller Start With Why. With Start With Why, Simon Sinek inspired a movement to build a world in which the vast majority of us can feel safe while we are at work and fulfilled when we go home at night. However, many people have had trouble bringing the book's message into their own career and company. Now, along with two of his colleagues, Peter Docker and David Mead, he has created a guide to the most important step any business can take: finding your why. This easy-to-follow guide starts with the search for your personal why, and then expands to helping your colleagues find your organization's why. With detailed instructions on every stage in the process, the book also answer common concerns, such as: What if my why sounds like my competitor's? Can you have more than one why? And, if my work doesn't match my why, what do I do? Whether you're entry level or a CEO, whether your team is run by the founder or a recent hire, these simple steps will lead you on a path to a more fulfilling life and longterm success for you and your colleagues.","image":"https://covers.openlibrary.org/b/id/8094461-M.jpg","links":"book|https://www.amazon.in/Find-Your-Why-Practical-Discovering/dp/0143111728?tag=learnawesome-21;summary|https://fourminutebooks.com/find-your-why-summary/","topics":"psychology;career","creators":"Simon Sinek","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4608a779-9001-440a-895a-bebe35a9b04f","name":"Finding My Virginity","description":"Global business icon Richard Branson has written many books, but none have been more popular than his first memoir, 1998's Losing My Virginity. Now he's finally publishing his second volume of memoirs, covering all of his fascinating ups and downs of the past two decades. In the two decades since Richard Branson wrote Losing My Virginity, his life and company have changed significantly. Now he brings his life story up to date, including all the successes and failures of ventures such as Virgin Galactic. He also shares his personal, intimate thoughts on five decades as the world's ultimate entrepreneur, and his shift to focusing more and more on public service. Virginity Regained shows how Branson created hundreds of different companies, going from a houseboat to his own private island. Join him as he juggles working life with raising his children, sustaining his marriage, and creating a unique company culture. Discover how he created a new life on Necker Island, while continuing to grow the Virgin brand into all corners of the world. Get the real story behind his encounters with everyone from Bill Gates and Rupert Murdoch to Nelson Mandela and Beyonce.Go behind the scenes as Branson creates the world's first commercial spaceline, Virgin Galactic; handles the biggest crisis of his career; and makes world record attempts on land, sea and air. He even discusses what it's like for the original business hippy to become a doting \\"grand-dude\\" to his three grandchildren.","image":"https://covers.openlibrary.org/b/id/8563836-M.jpg","links":"book|https://openlibrary.org/books/OL26865813M/Finding_My_Virginity_The_New_Autobiography;summary|https://fourminutebooks.com/finding-my-virginity-summary/","topics":"business;richard-branson","creators":"Richard Branson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b004cc0-7362-4d69-8a41-63a24dd60201","name":"Finding Your Element","description":"Ken Robinson's groundbreaking New York Times bestseller, The Element, introduced readers to a new concept of self-fulfillment and has inspired readers around the world. When people find their Element, they tune in to their highest levels, and live their best lives. Now, in his new book, Robinson answers the fundamental question: How do I find my Element? With his signature wry wit, Robinson offers a series of practical exercises to help you discover your own talents and passions. Along the way, he tells the stories of many \\"ordinary\\" people in all walks of life who have overcome obstacles of every sort to find their Element. And he explores fundamental principles and vital questions to help you find yours: What are you good at? What do you love? What makes you happy? Where are you now? Your answers to these and many others will provide you with invaluable keys to discovering your Element. As concerns about the economy, education, and the environment continue to grow, the need for individuals to find their own Element has never been greater. No matter how old you are, where you are, or what you do now, if you're searching for your Element, this book is for you. It will launch you on the most important quest you've ever undertaken: the quest to discover your true self and the life you really want to lead.","image":null,"links":"book|https://www.amazon.com/Finding-Your-Element-Discover-Transform/dp/0143125516?tag=learnawesome-20;summary|https://fourminutebooks.com/finding-your-element-summary/","topics":"education;psychology;personal-development","creators":"Author of Out Of Our Minds","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6cdb2eac-10ca-4854-8bf3-4c0b3cfb07cf","name":"On Bullshit - Summary at Blas.com","description":"Frankfurt on the essence of bullshit Key Takeaways One of the most salient features …","image":"https://blas.com/wp-content/uploads/2020/01/31vMKX6C1eL._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/on-bullshit/","topics":"bullshit;harry-frankfurt;nassim-taleb;paul-graham;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf154da8-d9a4-46ec-ad6d-cf75568ed6a0","name":"Quantum Field Theory in a Nutshell","description":"By A. Zee","image":"https://learn-awesome.github.io/assets/book_covers/153916.jpg","links":"book|https://www.goodreads.com/book/show/153916.Quantum_Field_Theory_in_a_Nutshell","topics":"quantum-field-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d43e5895-e372-4442-80c1-66544f01087e","name":"Finish","description":"From New York Times bestselling author Jon Acuff, a book for those who want relief from always starting and never being done.Jon Acuff, sought-after speaker and consultant, is the friend who always gives you great advice. With his self-depricating humor and charm, he has won over hundreds of thousands of followers, who come to him for both encouragement and a kick in the pants. Now, after showing you how to reboot your career in his New York Times bestseller Do Over, Acuff shows chronic starters how to actually finish their goals in an age of bottomless distractions and endless opportunities. Acuff knows the reason why many writers' novels go unfinished--it's the same reason why gyms are filled in the first week of January, and empty by the end of the month, and why people stop learning a new language once they get past the easy parts. It's not just that people lose momentum or get distracted. People give up on projects when they fail to live up to their own high expectations and decide that if they can't do something perfectly they won't do it at all. If you're going to finish, you have to kill perfectionism. Drawing on his popular 30 Days of Hustle course, Acuff teaches readers to short-circuit perfectionism and make it through to the end of a task. Whether it's by -choosing what to bomb- or -cutting a goal in half, - he shows readers how to move past -the day after perfect, - get focused, and--finally- finish.","image":null,"links":"book|https://www.amazon.com/Finish-Give-Yourself-Gift-Done/dp/1591847621?tag=learnawesome-20;summary|https://fourminutebooks.com/finish-summary/","topics":"productivity","creators":"Jon Acuff","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5bca5715-88bd-4398-bb48-36fc404b4ad5","name":"Finite And Infinite Games - Summary by FourMinuteBooks","description":"By James P. Carse","image":"https://learn-awesome.github.io/assets/book_covers/189989.jpg","links":"summary|https://fourminutebooks.com/finite-and-infinite-games-summary/;book|https://www.goodreads.com/book/show/189989.Finite_and_Infinite_Games;summary|https://www.nateliason.com/notes/finite-infinite-games-james-carse","topics":"philosophy;psychology","creators":"Author of Finite And Infinite Games","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8eec8296-e045-4352-989b-573bad913c1a","name":"Fire and Fury","description":"#1 New York Times BestsellerWith extraordinary access to the West Wing, Michael Wolff reveals what happened behind-the-scenes in the first nine months of the most controversial presidency of our time in Fire and Fury: Inside the Trump White House.Since Donald Trump was sworn in as the 45th President of the United States, the country—and the world—has witnessed a stormy, outrageous, and absolutely mesmerizing presidential term that reflects the volatility and fierceness of the man elected Commander-in-Chief.This riveting and explosive account of Trump’s administration provides a wealth of new details about the chaos in the Oval Office, including:-- What President Trump’s staff really thinks of him -- What inspired Trump to claim he was wire-tapped by President Obama -- Why FBI director James Comey was really fired -- Why chief strategist Steve Bannon and Trump’s son-in-law Jared Kushner couldn’t be in the same room -- Who is really directing the Trump administration’s strategy in the wake of Bannon’s firing -- What the secret to communicating with Trump is -- What the Trump administration has in common with the movie The ProducersNever before in history has a presidency so divided the American people. Brilliantly reported and astoundingly fresh, Fire and Fury shows us how and why Donald Trump has become the king of discord and disunion.“Essential reading.”—Michael D’Antonio, author of Never Enough: Donald Trump and the Pursuit of Success, CNN.com“Not since Harry Potter has a new book caught fire in this way…[Fire and Fury] is indeed a significant achievement, which deserves much of the attention it has received.”—The Economist","image":"https://covers.openlibrary.org/b/id/9171485-M.jpg","links":"book|https://openlibrary.org/books/OL27760045M/Fire_and_Fury;summary|https://fourminutebooks.com/fire-and-fury-summary/","topics":"politics","creators":"Michael Wolff","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e096a754-8d92-43b3-99e7-3ec833bc58e3","name":"First Bite","description":"We are not born knowing what to eat; as omnivores it is something we each have to figure out for ourselves. From childhood onward, we learn how big a “portion” is and how sweet is too sweet. We learn to enjoy green vegetables—or not. But how does this education happen? What are the origins of taste?In First Bite, award-winning food writer Bee Wilson draws on the latest research from food psychologists, neuroscientists, and nutritionists to reveal that our food habits are shaped by a whole host of factors: family and culture, memory and gender, hunger and love. Taking the reader on a journey across the globe, Wilson introduces us to people who can only eat foods of a certain color; prisoners of war whose deepest yearning is for Mom's apple pie; a nine year old anosmia sufferer who has no memory of the flavor of her mother's cooking; toddlers who will eat nothing but hotdogs and grilled cheese sandwiches; and researchers and doctors who have pioneered new and effective ways to persuade children to try new vegetables. Wilson examines why the Japanese eat so healthily, whereas the vast majority of teenage boys in Kuwait have a weight problem—and what these facts can tell Americans about how to eat better.The way we learn to eat holds the key to why food has gone so disastrously wrong for so many people. But Wilson also shows that both adults and children have immense potential for learning new, healthy eating habits. An exploration of the extraordinary and surprising origins of our tastes and eating habits, First Bite also shows us how we can change our palates to lead healthier, happier lives.","image":null,"links":"book|https://www.goodreads.com/book/show/25159044-first-bite;summary|https://fourminutebooks.com/first-bite-summary/","topics":"food;parenting","creators":"Bee Wilson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"192c6e3b-f972-4b85-99da-380be17d16ea","name":"Nonviolent Communication - Summary by FourMinuteBooks","description":"By Marshall B. Rosenberg","image":"https://learn-awesome.github.io/assets/book_covers/71730.jpg","links":"summary|https://fourminutebooks.com/nonviolent-communication-summary/;book|https://www.goodreads.com/book/show/71730.Nonviolent_Communication","topics":"communication;relationships","creators":"Marshall B. Rosenberg","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fba030db-be66-4e90-a3c4-d00d88851e12","name":"Loserthink: How Untrained Brains Are Ruining America - Summary at Blas.com","description":"Loserthink has nothing to do with IQ but all to do with unproductive thinking. …","image":"https://blas.com/wp-content/uploads/2020/01/51l7bsJoZEL._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/loserthink/","topics":"multi-disciplinary;scott-adams;thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84fb1f96-3b87-4ea7-93fc-457bf4e663e9","name":"Physics in a minute: The double slit experiment | plus.maths.org","description":null,"image":null,"links":"article|https://plus.maths.org/content/physics-minute-double-slit-experiment-0","topics":"double-slit-experiment;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5010a344-c35b-459f-b5a5-316bc204fc48","name":"First Things First","description":"In the spirit of The 7 Habits of Highly Effective People, the #1 nationwide bestseller, First Things First is a revolutionary guide to managing your time by learning how to balance your life. Traditional time management suggests that working harder, smarter, and faster will help you gain control over your life, and that increased control will bring peace and fulfillment. The authors of First Things First disagree. In the first real breakthrough in time management in years, Stephen R. Covey, A. Roger Merrill, and Rebecca R. Merrill apply the insights of The 7 Habits of Highly Effective People to the daily problems of people who must struggle with the ever-increasing demands of work and home life. Rather than focusing on time and things, First Things First emphasizes relationships and results. And instead of efficiency, this new approach emphasizes effectiveness. First Things First shows why we feel a gap between how we spend our time and what's deeply important to us; how focusing on efficiency and control increases the gap instead of closing it; how to determine if what you're doing is really important - or only urgent; why your inner compass is more important than any clock; how to set and achieve principle-centered goals; how to turn your weeks into an upward spiral of learning and living; how to overcome the tremendous gravity of habit; how to turn your resolutions into reality; how to put people ahead of schedules; and how to lead your life, not just manage your time. First Things First offers a principle-centered approach that will transform the quality of everything you do by showing how it involves the need to live, to love, to learn, and to leave a legacy. With the wisdom andinsight that made The 7 Habits of Highly Effective people a #1 bestseller, First Things First empowers readers to define what is truly important; to accomplish worthwhile goals; and to lead rich, rewarding, and balanced lives.","image":"https://covers.openlibrary.org/b/id/409160-M.jpg","links":"book|https://www.amazon.in/First-Things-Stephen-R-Covey/dp/0671864416?tag=learnawesome-21;summary|https://fourminutebooks.com/first-things-first-summary/","topics":"personal-development;productivity","creators":"Stephen R. Covey","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0cba6377-f3fb-420e-ab7e-710c1011a461","name":"Flourish","description":null,"image":null,"links":"book|https://www.amazon.com/Flourish-Martin-Seligman/s?k=Flourish+by+Martin+Seligman&tag=learnawesome-20;summary|https://fourminutebooks.com/flourish-summary/","topics":"psychology","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d884b9c1-0ea8-4005-9e8a-4f17cf41eb74","name":"Flow - Summary by FourMinuteBooks","description":"By Mihaly Csikszentmihalyi","image":"https://learn-awesome.github.io/assets/book_covers/66354.jpg","links":"summary|https://fourminutebooks.com/flow-summary/;book|https://www.goodreads.com/book/show/66354.Flow","topics":"psychology;productivity","creators":"Mihaly Csikszent","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bcffbcb-c4e4-4e8e-99f7-453f7608118e","name":"Focus - Summary by FourMinuteBooks","description":"By Daniel Goleman","image":"https://learn-awesome.github.io/assets/book_covers/17349126.jpg","links":"summary|https://fourminutebooks.com/focus-summary/;summary|https://sivers.org/book/Focus;book|https://www.goodreads.com/book/show/17349126-focus","topics":"psychology;productivity","creators":"Daniel Goleman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23cbb448-0d49-4140-bf61-43435064d0c3","name":"Fooled By Randomness - Summary by FourMinuteBooks","description":"By Nassim Nicholas Taleb","image":"https://learn-awesome.github.io/assets/book_covers/38315.jpg","links":"summary|https://fourminutebooks.com/fooled-by-randomness-summary/;summary|https://sivers.org/book/FooledByRandomness;book|https://www.goodreads.com/book/show/38315.Fooled_by_Randomness","topics":"economics;finance;psychology","creators":"Author of Fooled By Randomness","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a4a6850-ee64-4037-bd2c-7ba034f1ee72","name":"Forensics: The Anatomy Of Crime","description":"Val McDermid is one of the finest crime writers we have, whose novels have captivated millions of readers worldwide with their riveting narratives of characters who solve complex crimes and confront unimaginable evil. In the course of researching her bestselling novels McDermid has become familiar with every branch of forensics, and now she uncovers the history of this science, real-world murders and the people who must solve them.The dead talk—to the right listener. They can tell us all about themselves: where they came from, how they lived, how they died, and, of course, who killed them. Forensic scientists can unlock the mysteries of the past and help serve justice using the messages left by a corpse, a crime scene, or the faintest of human traces. Forensics draws on interviews with some of these top-level professionals, ground-breaking research, and McDermid’s own original interviews and firsthand experience on scene with top forensic scientists.Along the way, McDermid discovers how maggots collected from a corpse can help determine one’s time of death; how a DNA trace a millionth the size of a grain of salt can be used to convict a killer; and how a team of young Argentine scientists led by a maverick American anthropologist were able to uncover the victims of a genocide. It’s a journey that will take McDermid to war zones, fire scenes, and autopsy suites, and bring her into contact with both extraordinary bravery and wickedness, as she traces the history of forensics from its earliest beginnings to the cutting-edge science of the modern day.","image":null,"links":"book|https://www.goodreads.com/book/show/23214337-forensics;summary|https://fourminutebooks.com/forensics-the-anatomy-of-crime-summary/","topics":"forensics;crime","creators":"Val McDermid","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf99dff7-0502-4630-8144-729c8d3110f6","name":"Founders at Work - Summary by FourMinuteBooks","description":"By Jessica Livingston","image":"https://learn-awesome.github.io/assets/book_covers/98233.jpg","links":"summary|https://fourminutebooks.com/founders-at-work-summary/;summary|https://sivers.org/book/FoundersAtWork;book|https://www.amazon.in/Founders-Work-Stories-Startups-Early/dp/1430210788?tag=learnawesome-21","topics":"entrepreneurship","creators":"Jessica Livingston","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2313b76b-b7b1-4c20-9fb1-fed316123a5d","name":"Physics Travel Guide","description":null,"image":null,"links":"website|https://physicstravelguide.com/","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db322a31-ffe9-4311-a4a0-ee9e7c7ac4a3","name":"Game Changers","description":"The bestselling author of Head Strong and The Bulletproof Diet answers the question \\"How do I kick more ass?\\"—providing proven techniques for becoming happier, healthier, and smarter, culled from the wisdom and insight of world-class thought leaders and mavericks of science and business.When Dave Asprey started his Bulletproof Radio podcast more than five years ago, he sought out thought leaders and influencers in an array of disciplines, from biochemists to business titans to mediation masters. These folks were some of the top performing humans in the world, people who had changed their areas of study or even pioneered entirely new fields. Dave wanted to know: What did they have in common? What mattered most to them? What makes them so successful at what they do—and what makes them happiest? And so, at the end of each interview, Dave began asking the same question: \\"What are your top three recommendations for people who want to kick more ass?\\"Combing through the recordings, looking for patterns and common threads, he found that the wisdom gleaned from these highly successful people can be distilled into three main categories: body, mind, and spirit. Game Changers is the culmination of Dave’s years-long statistical analysis of these conversations, offering thirty-six science-backed, high performance \\"laws\\" that are a virtual playbook for how to become not only more successful, but also happier and healthier.Each chapter of Game Changers is structured around one of these laws. Dave combines anecdotes from game changers like Daniel Amen, David Perlmutter, Arianna Huffington, Dan Harris, and Tim Ferris with his own research and practical advice that readers can put into action immediately. From practising gratitude and mindfulness to prioritising social connections and sex, taming fear and anxiety to optimising nutrition and movement, Dave brings together the wisdom of today’s game-changers to help everyone optimise their lives.","image":null,"links":"book|https://www.goodreads.com/book/show/40209370-game-changers;summary|https://fourminutebooks.com/game-changers-summary/","topics":"personal-development","creators":"Author of Game Changers","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fdbcbfed-cf7a-4fbe-9888-d3f485e98411","name":"Genius Foods","description":"New York Times BestsellerDiscover the critical link between your brain and the food you eat and change the way your brain ages, in this cutting-edge, practical guide to eliminating brain fog, optimizing brain health, and achieving peak mental performance from media personality and leading voice in health Max Lugavere. After his mother was diagnosed with a mysterious form of dementia, Max Lugavere put his successful media career on hold to learn everything he could about brain health and performance. For the better half of a decade, he consumed the most up-to-date scientific research, talked to dozens of leading scientists and clinicians around the world, and visited the country’s best neurology departments—all in the hopes of understanding his mother’s condition.Now, in Genius Foods, Lugavere presents a comprehensive guide to brain optimization. He uncovers the stunning link between our dietary and lifestyle choices and our brain functions, revealing how the foods you eat directly affect your ability to focus, learn, remember, create, analyze new ideas, and maintain a balanced mood.Weaving together pioneering research on dementia prevention, cognitive optimization, and nutritional psychiatry, Lugavere distills groundbreaking science into actionable lifestyle changes. He shares invaluable insights into how to improve your brain power, includingthe nutrients that can boost your memory and improve mental clarity (and where to find them);the foods and tactics that can energize and rejuvenate your brain, no matter your age;a brain-boosting fat-loss method so powerful it has been called “biochemical liposuction”; andthe foods that can improve your happiness, both now and for the long term.With Genius Foods, Lugavere offers a cutting-edge yet practical road map to eliminating brain fog and optimizing the brain’s health and performance today—and decades into the future.","image":null,"links":"book|https://www.amazon.in/Genius-Foods-Smarter-Productive-Protecting/dp/0062562851?tag=learnawesome-21;summary|https://fourminutebooks.com/genius-foods-summary/","topics":"health;nutrition;food","creators":"Max Lugavere","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4369d39a-0bb8-4c21-b8f0-57c5108ad41d","name":"Genius: The Life And Science Of Richard Feynman - Summary by FourMinuteBooks","description":"By James Gleick","image":"https://learn-awesome.github.io/assets/book_covers/98685._SX98_.jpg","links":"summary|https://fourminutebooks.com/genius-the-life-and-science-of-richard-feynman-summary/;book|https://openlibrary.org/books/OL1705271M/Genius;summary|https://blas.com/genius/","topics":"richard-feynman;science;physics;james-gleick","creators":"James Gleick","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0eb561cc-ca6d-41a2-8c60-a625a315214f","name":"Get Smart","description":"In today s constantly changing world, you have to be smart to get ahead. But the average person uses only about two percent of their mental ability. How can we learn to unleash our brain s full potential to maximize our opportunities, like the most successful people do? In Get Smart!, acclaimed success expert and bestselling author Brian Tracy reveals simple, proven ways to tap into our natural thinking talents and abilities and make quantum leaps toward achieving our dreams. In this indispensable guide, you ll learn to: . Train your brain to think in ways that create successful results . Recognize and exploit growth opportunities in any situation . Identify and eliminate negative patterns holding you back . Plan, act, and achieve goals with greater precision and speed Whether you want to increase sales, bolster creativity, or better navigate life s unexpected changes, Get Smart! will help you tap into your powerful mental resources to obtain the results you want and reap the rewards successful people enjoy. From the Hardcover edition.\\"","image":"https://covers.openlibrary.org/b/id/8873246-M.jpg","links":"book|https://www.goodreads.com/book/show/25614500-get-smart;summary|https://fourminutebooks.com/get-smart-summary/","topics":"thinking","creators":"Brian Tracy","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed5b5a7b-b12c-4cb5-bdca-ee5e5045e53d","name":"Getting Everything You Can Out Of All You’ve Got","description":"Jay Abraham, a trusted advisor to many top corporations,brings together more than two hundred brilliant business-career ideas in this, his first major book. Abraham reveals numerous new profit and personal advancement opportunities \\"hidden in plain sight\\" in and around every business organization today. He also demonstrates how all of us can maximize our careers and our incomes by applying fresh ways of looking at our many options in the vast new opportunity society that's around us.This personal and practical career book is destined to become a new business classic--an idea-fille guide to multiply everyone's growth potential in the prosperous new century ahead.","image":"https://covers.openlibrary.org/b/id/175686-M.jpg","links":"book|https://www.amazon.in/Getting-Everything-You-Can-Youve/dp/0312284543?tag=learnawesome-21;summary|https://fourminutebooks.com/getting-everything-you-can-out-of-all-youve-got-summary/","topics":"business;career","creators":"Jay Abraham","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74b477e9-7bc4-4749-a58e-09906a304c66","name":"Getting Things Done - Summary by FourMinuteBooks","description":"By David Allen","image":"https://learn-awesome.github.io/assets/book_covers/1633.jpg","links":"summary|https://fourminutebooks.com/getting-things-done-summary/;summary|https://sivers.org/book/GettingThingsDone;book|https://www.goodreads.com/book/show/1633.Getting_Things_Done","topics":"productivity","creators":"David Allen","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55cde429-ee01-451a-a0b6-32abcac0d29d","name":"Ghettoside","description":"On a warm spring evening in South Los Angeles, a young man was shot and killed on a sidewalk minutes away from his home, one of hundreds of young men slain in LA every year. His assailant ran down the street, jumped into an SUV, and vanished, hoping to join the vast majority of killers in American cities who are never arrested for their crimes. But as soon as the case was assigned to Detective John Skaggs, the odds shifted. Here is the kaleidoscopic story of the quintessential American murder--one young black man slaying another--and a determined crew of detectives whose creed was to pursue justice at all costs for its forgotten victims. Ghettoside is a fast-paced narrative of a devastating crime, an intimate portrait of detectives and a community bonded in tragedy, and a surprising new lens into the great subject of murder in America--why it happens and how the plague of killings might yet be stopped.","image":"https://covers.openlibrary.org/b/id/7333314-M.jpg","links":"book|https://www.amazon.com/Ghettoside-True-Story-Murder-America/dp/0385529996?tag=learnawesome-20;summary|https://fourminutebooks.com/ghettoside-summary/","topics":"crime;sociology","creators":"Jill Leovy","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af4f50ac-44f2-4916-bea5-5e316cbc8617","name":"Latticework: The New Investing - Summary at Blas.com","description":"Latticework: success in investing based on a working knowledge of a variety of disciplines …","image":"https://blas.com/wp-content/uploads/2020/01/51jyxiGcbJL._SX336_BO1204203200_-203x300.jpg","links":"summary|https://blas.com/hagstrom-latticework/","topics":"complexity;economics;equilibrium;evolution;investing;multi-disciplinary;philosophy;physics;pragmatism;robert-hagstrom","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5515da88-4745-49ed-8393-fa19c6f17dd5","name":"Girl, Wash Your Face","description":"Do you ever suspect that everyone else has life figured out and you don’t have a clue? If so, Rachel Hollis has something to tell you: that’s a lie.As the founder of the lifestyle website TheChicSite.com and CEO of her own media company, Rachel Hollis developed an immense online community by sharing tips for better living while fearlessly revealing the messiness of her own life. Now, in this challenging and inspiring new book, Rachel exposes the twenty lies and misconceptions that too often hold us back from living joyfully and productively, lies we’ve told ourselves so often we don’t even hear them anymore.With painful honesty and fearless humor, Rachel unpacks and examines the falsehoods that once left her feeling overwhelmed and unworthy, and reveals the specific practical strategies that helped her move past them. In the process, she encourages, entertains, and even kicks a little butt, all to convince you to do whatever it takes to get real and become the joyous, confident woman you were meant to be.With unflinching faith and rock-hard tenacity, Girl, Wash Your Face shows you how to live with passion and hustle--and how to give yourself grace without giving up.","image":"https://covers.openlibrary.org/b/id/8315534-M.jpg","links":"book|https://www.amazon.in/Girl-Wash-Your-Face-Believing/dp/1400201659?tag=learnawesome-21;summary|https://fourminutebooks.com/girl-wash-your-face-summary/","topics":"personal-development","creators":"Rachel Hollis","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64961336-cc6c-4a01-9e9b-fcf6117e945e","name":"#GIRLBOSS","description":"In the New York Times bestseller that the Washington Post called \\"Lean In for misfits,\\" Sophia Amoruso shares how she went from dumpster diving to founding one of the fastest-growing retailers in the world. Sophia Amoruso spent her teens hitchhiking, committing petty theft, and scrounging in dumpsters for leftover bagels. By age twenty-two she had dropped out of school, and was broke, directionless, and checking IDs in the lobby of an art school— a job she’d taken for the health insurance. It was in that lobby that Sophia decided to start selling vintage clothes on eBay. Flash forward ten years to today, and she’s the founder and executive chairman of Nasty Gal, a $250-million-plus fashion retailer with more than four hundred employees. Sophia was never a typical CEO, or a typical anything, and she’s written #GIRLBOSS for other girls like her: outsiders (and insiders) seeking a unique path to success, even when that path is windy as all hell and lined with naysayers. #GIRLBOSS proves that being successful isn’t about where you went to college or how popular you were in high school. It’s about trusting your instincts and following your gut; knowing which rules to follow and which to break; when to button up and when to let your freak flag fly.","image":null,"links":"book|https://www.goodreads.com/book/show/18667945-girlboss;summary|https://fourminutebooks.com/girlboss-summary/","topics":"business","creators":"Author of #GIRLBOSS","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"992b733b-ce8d-4d7a-8d92-6c38f9af1b1e","name":"Give And Take","description":null,"image":"https://sivers.org/images/GiveAndTake.gif","links":"book|https://www.amazon.in/Give-Take-Helping-Others-Success/dp/0143124986?tag=learnawesome-21;summary|https://fourminutebooks.com/give-and-take-summary/;summary|https://sivers.org/book/GiveAndTake","topics":"career;business;relationships","creators":"Author of Give And Take","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f27c34ad-7713-4448-b717-497c80d534d7","name":"Good To Great","description":"Collins’ seminal book on the shared characteristics of great companies as well as what …","image":"https://blas.com/wp-content/uploads/2015/11/download-8.jpg","links":"book|https://www.amazon.in/Good-Great-Some-Companies-Others-ebook/dp/B0058DRUV6?tag=learnawesome-21;summary|https://fourminutebooks.com/good-to-great-summary/;summary|https://blas.com/good-to-great/","topics":"business;jim-collins","creators":"Author of Good To Great","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd00c8fd-7e0e-4e03-9b43-bde6fd65b71d","name":"Grain Brain","description":"Dr. Perlmutter's #1 New York Times bestseller about the devastating effects of gluten, sugar, and carbs on the brain and body -- updated with the latest nutritional and neurological scienceWhen Grain Brain was published in 2013, Dr. Perlmutter kick-started a revolution. Since then, his book has been translated into 34 languages, and more than 1.5 million readers have been given the tools to make monumental life-changing improvements to their health.Grain Brain empowers you to take control of your wellbeing as never before. Inside, you'll learn how to:lose weightbanish anxietybeat depressionreduce -- and even eliminate -- chronic conditionssafeguard yourself against cognitive decline and neurological diseaseimprove the health of your microbiomeand much more -- all without drugs!In this fully revised, five-year-anniversary edition, Dr. Perlmutter builds on his mission. Drawing on the latest developments in scientific research, which have further validated his recommendations, he explains how the Grain Brain program boosts the brain, shows the benefits of using fat as a main fuel source, and puts forth the most compelling evidence to date that a non-GMO, gluten-free, and low-carb diet is crucial for cognitive function and long-term health.Featuring up-to-date data and practical advice based on leading-edge medicine, plus a wealth of new recipes, Grain Brain will give you all the tools you need to restore your health and achieve optimum wellness for lifelong vitality.","image":null,"links":"book|https://www.amazon.com/Grain-Brain-Surprising-Sugar-Your-Killers/dp/0316485136?tag=learnawesome-20;summary|https://fourminutebooks.com/grain-brain-summary/","topics":"health;food;nutrition","creators":"David Perlmutter","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f1a1a08-a101-4cf7-86b5-995bb8b26b3e","name":"Great At Work - Summary by FourMinuteBooks","description":"By Morten T. Hansen","image":"https://learn-awesome.github.io/assets/book_covers/35297611.jpg","links":"summary|https://fourminutebooks.com/great-at-work-summary/;book|https://www.amazon.com/Great-Work-Performers-Less-Achieve/dp/1501179519?tag=learnawesome-20","topics":"business;productivity;leadership","creators":"Author of Great At Work","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8c12185-349a-4e59-a387-f53ffa443847","name":"Great By Choice","description":null,"image":null,"links":"book|https://www.amazon.in/Great-Choice-Uncertainty-Luck-Why-Despite-ebook/dp/B0058DTIC0?tag=learnawesome-21;summary|https://fourminutebooks.com/great-by-choice-summary/","topics":"business","creators":"Author of Great By Choice","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"708a738c-8c36-4abc-9b3c-7dd2fb1b53ab","name":"Grit","description":"In this instant New York Times bestseller, Angela Duckworth shows anyone striving to succeed that the secret to outstanding achievement is not talent, but a special blend of passion and persistence she calls “grit.” “Inspiration for non-geniuses everywhere” (People).The daughter of a scientist who frequently noted her lack of “genius,” Angela Duckworth is now a celebrated researcher and professor. It was her early eye-opening stints in teaching, business consulting, and neuroscience that led to her hypothesis about what really drives success: not genius, but a unique combination of passion and long-term perseverance. In Grit, she takes us into the field to visit cadets struggling through their first days at West Point, teachers working in some of the toughest schools, and young finalists in the National Spelling Bee. She also mines fascinating insights from history and shows what can be gleaned from modern experiments in peak performance. Finally, she shares what she’s learned from interviewing dozens of high achievers—from JP Morgan CEO Jamie Dimon to New Yorker cartoon editor Bob Mankoff to Seattle Seahawks Coach Pete Carroll. “Duckworth’s ideas about the cultivation of tenacity have clearly changed some lives for the better” (The New York Times Book Review). Among Grit’s most valuable insights: any effort you make ultimately counts twice toward your goal; grit can be learned, regardless of IQ or circumstances; when it comes to child-rearing, neither a warm embrace nor high standards will work by themselves; how to trigger lifelong interest; the magic of the Hard Thing Rule; and so much more. Winningly personal, insightful, and even life-changing, Grit is a book about what goes through your head when you fall down, and how that—not talent or luck—makes all the difference. This is “a fascinating tour of the psychological research on success” (The Wall Street Journal).","image":"https://covers.openlibrary.org/b/id/8755928-M.jpg","links":"book|https://www.amazon.com/Grit-Passion-Perseverance-Angela-Duckworth/dp/1501111108?tag=learnawesome-20;summary|https://fourminutebooks.com/grit-summary/;summary|https://sivers.org/book/Grit","topics":"psychology;career","creators":"Angela Duckworth","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4662ac1-fef6-4c94-aff1-11ef79481d16","name":"Growth Hacker Marketing","description":null,"image":null,"links":"book|https://www.amazon.com/Growth-Hacker-Marketing-Primer-Advertising-ebook/dp/B00INIXL3O?tag=learnawesome-20;summary|https://fourminutebooks.com/growth-hacker-marketing-summary/","topics":"growth-hacking;marketing","creators":"Author of Growth Hacker Marketing","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f44861b-b892-4f12-b8b3-9679eb3f4679","name":"Habits Of A Happy Brain","description":"A revolutionary approach to enhancing your happiness level!Get ready to boost your happiness in just 45 days! Habits of a Happy Brain shows you how to retrain your brain to turn on the chemicals that make you happy. Each page offers simple activities that help you understand the roles of your \\"happy chemicals\\"--serotonin, dopamine, oxytocin, and endorphin. You'll also learn how to build new habits by rerouting the electricity in your brain to flow down a new pathway, making it even easier to trigger these happy chemicals and increase feelings of satisfaction when you need them most. Filled with dozens of exercises that will help your reprogram your brain, Habits of a Happy Brain shows you how to live a happier, healthier life!","image":null,"links":"book|https://www.goodreads.com/book/show/26618156-habits-of-a-happy-brain;summary|https://fourminutebooks.com/habits-of-a-happy-brain-summary/","topics":"psychology;habits;neuroscience","creators":"Loretta Graziano Breuning","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4041ea84-9072-4973-90d6-520727699d24","name":"Worlds Hidden in Plain Sight: Thirty Years of Complexity Thinking at the Santa Fe Institute - Summary at Blas.com","description":"Over the last three decades, the Santa Fe Institute and its network of researchers …","image":"https://blas.com/wp-content/uploads/2020/01/31YCRAuHKIL-198x300.jpg","links":"summary|https://blas.com/worlds-hidden-in-plain-sight/","topics":"brian-arthur;complexity;david-krakauer;emergence;increasing-returns;john-holland;kenneth-arrow;murray-gell-mann;richard-lewontin","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b84f134-85a1-407d-9b99-492a988eeca8","name":"Draft No. 4 - Summary at Blas.com","description":"John McPhee walks us through some lessons he has learned as a prolific writer …","image":"https://blas.com/wp-content/uploads/2020/01/31RrXQJvm8L._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/draft-no-4/","topics":"john-mcphee;writing","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e44fb0fd-f335-4748-84c6-39327cd38bde","name":"Essays and Aphorisms - Summary at Blas.com","description":"Schopenhauer’s essays have stood the test of time, as relevant today as they were …","image":"https://blas.com/wp-content/uploads/2020/01/61iWcXSW0tL-195x300.jpg","links":"summary|https://blas.com/essays-and-aphorisms/","topics":"arthur-schopenhauer;philosophy;wisdom","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bc5c428-7850-484d-a4eb-f590c3419fe9","name":"The Character of Physical Law","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/19174074-the-character-of-physical-law","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03417c9e-36b2-42a1-848b-a97ada5e6579","name":"Hackers And Painters - Summary by FourMinuteBooks","description":"By Paul Graham","image":"https://learn-awesome.github.io/assets/book_covers/41793.jpg","links":"summary|https://fourminutebooks.com/hackers-and-painters-summary/;book|https://www.amazon.com/Hackers-Painters-Big-Ideas-Computer/dp/1449389554?tag=learnawesome-20","topics":"programming;technology","creators":"Graham, Paul","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"615df91b-867e-4cce-833c-ec1ae9b01d53","name":"Happier At Home","description":"In the spirit of her blockbuster #1 New York Times bestseller The Happiness Project, Gretchen Rubin embarks on a new project to make home a happier place. One Sunday afternoon, as she unloaded the dishwasher, Gretchen Rubin felt hit by a wave of homesickness. Homesick—why? She was standing right in her own kitchen. She felt homesick, she realized, with love for home itself. “Of all the elements of a happy life,” she thought, “my home is the most important.” In a flash, she decided to undertake a new happiness project, and this time, to focus on home.And what did she want from her home? A place that calmed her, and energized her. A place that, by making her feel safe, would free her to take risks. Also, while Rubin wanted to be happier at home, she wanted to appreciate how much happiness was there already. So, starting in September (the new January), Rubin dedicated a school year—September through May—to making her home a place of greater simplicity, comfort, and love.  In The Happiness Project, she worked out general theories of happiness. Here she goes deeper on factors that matter for home, such as possessions, marriage, time, and parenthood. How can she control the cubicle in her pocket? How might she spotlight her family’s treasured possessions? And it really was time to replace that dud toaster. Each month, Rubin tackles a different theme as she experiments with concrete, manageable resolutions—and this time, she coaxes her family to try some resolutions, as well.  With her signature blend of memoir, science, philosophy, and experimentation, Rubin’s passion for her subject jumps off the page, and reading just a few chapters of this book will inspire readers to find more happiness in their own lives.  ","image":null,"links":"book|https://www.amazon.com/Happier-Home-Self-Control-Experiments-Everyday/dp/0307886794?tag=learnawesome-20;summary|https://fourminutebooks.com/happier-at-home-summary/","topics":"home;happiness","creators":"Author of Happier At Home","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c89d728f-502a-437e-b22f-19bf116ea23e","name":"Happiness","description":"There is a paradox at the heart of our lives. We all want more money, but as societies become richer, they do not become happier. This is not speculation: It's the story told by countless pieces of scientific research. We now have sophisticated ways of measuring how happy people are, and all the evidence shows that on average people have grown no happier in the last fifty years, even as average incomes have more than doubled. The central question the great economist Richard Layard asks in Happiness is this: If we really wanted to be happier, what would we do differently? First we'd have to see clearly what conditions generate happiness and then bend all our efforts toward producing them. That is what this book is about-the causes of happiness and the means we have to effect it. Until recently there was too little evidence to give a good answer to this essential question, but, Layard shows us, thanks to the integrated insights of psychology, sociology, applied economics, and other fields, we can now reach some firm conclusions, conclusions that will surprise you. Happiness is an illuminating road map, grounded in hard research, to a better, happier life for us all. From one of the leading voices in the new field of happiness studies comes a groundbreaking statement of the case: what happiness is, exactly, and how to get more of it, as individuals and as a society","image":"https://covers.openlibrary.org/b/id/872267-M.jpg","links":"book|https://www.goodreads.com/book/show/100120.Happiness;summary|https://fourminutebooks.com/happiness-summary/","topics":"psychology;happiness","creators":"Richard Layard","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdbc727f-5336-43ae-87e9-6ab5a53a6fda","name":"Hardwiring Happiness - Summary by FourMinuteBooks","description":"Hardwiring Happiness lays out a simple method that uses the hidden power of everyday experiences to build new neural structures full of happiness, love, confidence, and peace. Dr. Hanson’s four steps build strengths into your brain— balancing its ancient negativity bias—making contentment and a powerful sense of resilience the new normal. In mere minutes each day, we can transform our brains into refuges and power centers of calm and happiness.","image":null,"links":"summary|https://fourminutebooks.com/hardwiring-happiness-summary/;book|https://openlibrary.org/books/OL27153474M/Hardwiring_happiness","topics":"psychology;happiness","creators":"Hanson, Rick (Psychologist)","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6e8b84a-8f05-4f21-8a80-d6dc97f0be04","name":"Hatching Twitter - Summary by FourMinuteBooks","description":"By Nick Bilton","image":"https://learn-awesome.github.io/assets/book_covers/18656827.jpg","links":"summary|https://fourminutebooks.com/hatching-twitter-summary/;book|https://www.goodreads.com/book/show/18656827-hatching-twitter","topics":"business;twitter","creators":"Nick Bilton","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62f6bf74-1d92-444f-a739-d43c999e94f0","name":"The Art Of Travel","description":"Any Baedeker will tell us where we ought to travel, but only Alain de Botton will tell us how and why. With the same intelligence and insouciant charm he brought to How Proust Can Save Your Life, de Botton considers the pleasures of anticipation; the allure of the exotic, and the value of noticing everything from a seascape in Barbados to the takeoffs at Heathrow. Even as de Botton takes the reader along on his own peregrinations, he also cites such distinguished fellow-travelers as Baudelaire, Wordsworth, Van Gogh, the biologist Alexander von Humboldt, and the 18th-century eccentric Xavier de Maistre, who catalogued the wonders of his bedroom. The Art of Travel is a wise and utterly original book. Don’t leave home without it.","image":null,"links":"book|https://www.goodreads.com/book/show/23422.The_Art_of_Travel;summary|https://fourminutebooks.com/the-art-of-travel-summary/","topics":"travel;philosophy","creators":"Alain de Botton","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1c44c14-da77-4760-9f88-1354e3dd5ca8","name":"Fishing for Fun: And to Wash Your Soul - Summary at Blas.com","description":"Herbert Hoover gives some compelling reasons why we should all spend some more time …","image":"https://blas.com/wp-content/uploads/2020/01/71UZXp09UGL-204x300.jpg","links":"summary|https://blas.com/fishing-for-fun/","topics":"fishing;herbert-hoover;philosophy;stoicism","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bd4bd31-18e4-4d3f-a1bf-970781c78731","name":"The Way of the Peaceful Warrior - Summary at Blas.com","description":"Part fictional, part autobiographical book based on Millman’s life as he finds his way …","image":"https://blas.com/wp-content/uploads/2019/12/81crXrGQjbL-192x300.jpg","links":"summary|https://blas.com/the-way-of-the-peaceful-warrior/","topics":"dan-millman;mastery;meditation;mindfulness","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b29b5383-f2f3-4e6d-9d35-aa0f33ea03c1","name":"Homo Deus - Summary by FourMinuteBooks","description":"By Yuval Noah Harari","image":"https://learn-awesome.github.io/assets/book_covers/31138556.jpg","links":"summary|https://fourminutebooks.com/homo-deus-summary/;summary|https://sivers.org/book/HomoDeus;book|https://www.goodreads.com/book/show/31138556-homo-deus","topics":"history;anthropology;sociology","creators":"Author of Homo Deus","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d5d2cc0-edd0-40be-a81c-f50faf8ea0b1","name":"Hooked - Summary by FourMinuteBooks","description":"By Nir Eyal","image":"https://learn-awesome.github.io/assets/book_covers/22668729.jpg","links":"summary|https://fourminutebooks.com/hooked-summary/;book|https://openlibrary.org/books/OL27172184M/Hooked","topics":"habits;psychology;design;product-management","creators":"Nir Eyal","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"503ea9f5-d324-4c4f-8bee-da2c55fb59f6","name":"How Emotions Are Made","description":"“Fascinating . . . A thought-provoking journey into emotion science.” — Wall Street Journal “A singular book, remarkable for the freshness of its ideas and the boldness and clarity with which they are presented.” — Scientific American   “A brilliant and original book on the science of emotion, by the deepest thinker about this topic since Darwin.” — Daniel Gilbert, best-selling author of Stumbling on Happiness The science of emotion is in the midst of a revolution on par with the discovery of relativity in physics and natural selection in biology. Leading the charge is psychologist and neuroscientist Lisa Feldman Barrett, whose research overturns the long-standing belief that emotions are automatic, universal, and hardwired in different brain regions. Instead, Barrett shows, we construct each instance of emotion through a unique interplay of brain, body, and culture. A lucid report from the cutting edge of emotion science, How Emotions Are Made reveals the profound real-world consequences of this breakthrough for everything from neuroscience and medicine to the legal system and even national security, laying bare the immense implications of our latest and most intimate scientific revolution. “Mind-blowing.” — Elle “Chock-full of startling, science-backed findings . . . An entertaining and engaging read. ” — Forbes","image":"https://covers.openlibrary.org/b/id/8832012-M.jpg","links":"book|https://www.amazon.in/How-Emotions-Are-Made-Secret/dp/1469292084?tag=learnawesome-21;summary|https://fourminutebooks.com/how-emotions-are-made-summary/","topics":"psychology;neuroscience","creators":"Lisa Barrett","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d0b3de4-8384-4e6d-a978-e6fde18627d2","name":"How Google Works - Summary by FourMinuteBooks","description":"By Eric Schmidt","image":"https://learn-awesome.github.io/assets/book_covers/23158207.jpg","links":"summary|https://fourminutebooks.com/how-google-works-summary/;book|https://www.amazon.in/How-Google-Works-Eric-Schmidt/dp/1455582328?tag=learnawesome-21","topics":"business;google;technology","creators":"Eric Schmidt","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0352b17e-b8af-40de-aae0-1f7bd6957574","name":"How To Become A Straight A Student - Summary by FourMinuteBooks","description":"By Cal Newport","image":"https://learn-awesome.github.io/assets/book_covers/253203.jpg","links":"summary|https://fourminutebooks.com/how-to-become-a-straight%e2%80%91a-student-summary/;book|https://www.goodreads.com/book/show/253203.How_to_Become_a_Straight_A_Student","topics":"education;productivity;learning","creators":"Cal Newport","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af476487-45d0-4329-bd55-58f32a02ebb3","name":"Deep Down Things","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/249213.Deep_Down_Things?ac=1&from_search=true&qid=WFCIX0IvYX&rank=1","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61aa2031-6ca8-4090-af3d-be868ed6bacd","name":"biomed-sanity","description":null,"image":null,"links":"research_paper|http://biomed-sanity.com/","topics":"coronavirus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa4e6687-2264-4ebc-9c16-cb22ba311505","name":"How Luck Happens","description":"\\n \\n New York Times\\n \\n bestselling author Janice Kaplan examines the phenomenon of luck--and discovers the exciting ways you can grab opportunities and make luck for yourself every day. \\nAfter spending a year researching and experiencing gratitude for The Gratitude Diaries, Janice Kaplan is back to tackle another big, mysterious influence in all our lives: luck. And this time she's joined on her journey by coauthor Dr. Barnaby Marsh, a renowned academic who guides her exploration.Together they uncover the unexpected, little-understood science behind what we call \\"luck,\\" proving that many seemingly random events are actually under your--and everyone's--control. They examine the factors that made stars like Harrison Ford and Jonathan Groff so successful, and learn the real secrets that made Kate Spade and Warby Parker into global brands. Using original research, fascinating studies, and engaging interviews, Kaplan and Marsh reveal the simple techniques to create luck in love and marriage, business and career, and health, happiness, and family relationships. Their breakthrough insights prove that all of us--from CEOs to stay-at-home moms--can tip the scales of fortune in our favor.Through a mix of scientific research, conversations with famous and successful people--from academics like Dan Ariely and Leonard Mlodinow to actor Josh Groban--and powerful narrative, How Luck Happens uncovers a fascinating subject in accessible and entertaining style.","image":null,"links":"book|https://openlibrary.org/books/OL26947962M/How_luck_happens;summary|https://fourminutebooks.com/how-luck-happens-summary/","topics":"psychology;personal-development","creators":"Janice Kaplan","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b20e7060-dd86-434d-8df6-92b77fcb8a07","name":"How Not To Be Wrong - Summary by FourMinuteBooks","description":"By Jordan Ellenberg","image":"https://learn-awesome.github.io/assets/book_covers/18693884.jpg","links":"summary|https://fourminutebooks.com/how-not-to-be-wrong-summary/;summary|https://sivers.org/book/NotBeWrong;book|https://www.amazon.com/How-Not-Be-Wrong-Mathematical/dp/0143127535?tag=learnawesome-20","topics":"mathematics;psychology","creators":"Jordan Ellenberg","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0116a779-2bb1-41e0-ad90-29d953f0ec81","name":"How Not To Die","description":"Great resource on what foods to eat more of and avoid and how to …","image":"https://covers.openlibrary.org/b/id/7398330-M.jpg","links":"book|https://www.goodreads.com/book/show/25663961-how-not-to-die;summary|https://fourminutebooks.com/how-not-to-die-summary/;summary|https://blas.com/how-not-to-die/","topics":"nutrition;food;michael-greger;health;diet-and-nutrition","creators":"Michael Greger","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65b18734-e45e-4137-a002-44e3e8ac9b7b","name":"How Successful People Think","description":"Full of interactive questions and space for readers to provide answers, as well as new material for readers to assess their current type of thinking, this workbook guides readers in applying the lessons they learned from How Successful People Think or the book which it was derived from, Thinking For A Change. Each of the eleven chapters will focus on one type of thinking, and contain a case study, critical thinking questions, a journal section, and an action plan of steps to help the reader create a personalized plan.","image":null,"links":"book|https://www.amazon.in/How-Successful-People-Think-Thinking/dp/1599951681?tag=learnawesome-21;summary|https://fourminutebooks.com/how-successful-people-think-summary/","topics":"career;thinking","creators":"John C. Maxwell","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a157bcc-0b83-48b4-b122-f72ae806828a","name":"How To Be A Positive Leader","description":"This is a book about how to lead people and organizations in ways that unlock their greatness. It offers a potent assembly of ideas about how small actions leaders take can make a difference in changing the trajectory of individuals and organizations, moving them more rapidly and effectively toward being their best. The book is built on a foundation of cutting-edge research and transformational insights from the field of positive organizational scholarship.How to Be a Positive Leader captures and clusters these transformational insights into four leadership action domains—tapping into the good, unlocking valuable resources, fostering positive relationships, and facilitating generative change—that encompass the full range of leadership abilities, from negotiating to inspiring to leading the ethics charge. Above all, each domain focuses on human relationships as the basis of any effective leadership. Proof that positive models of leading are the most productive means to lasting change, this book will give every leader the courage to make a positive difference in the workday.","image":"https://covers.openlibrary.org/b/id/7626728-M.jpg","links":"book|https://openlibrary.org/books/OL26047393M/How_To_Be_A_Positive_Leader_Small_Actions_Big_Impact;summary|https://fourminutebooks.com/how-to-be-a-positive-leader-summary/","topics":"leadership","creators":"Gretchen M. Spreitzer","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8baa78b1-fa84-456b-a49c-0e1675328f5a","name":"How To Be A Stoic","description":"In the tradition of How to Live and How Proust Can Change Your Life, a philosopher asks how ancient Stoicism can help us flourish todayWhenever we worry about what to eat, how to love, or simply how to be happy, we are worrying about how to lead a good life. No goal is more elusive. In How to Be a Stoic, philosopher Massimo Pigliucci offers Stoicism, the ancient philosophy that inspired the great emperor Marcus Aurelius, as the best way to attain it. Stoicism is a pragmatic philosophy that focuses our attention on what is possible and gives us perspective on what is unimportant. By understanding Stoicism, we can learn to answer crucial questions: Should we get married or divorced? How should we handle our money in a world nearly destroyed by a financial crisis? How can we survive great personal tragedy? Whoever we are, Stoicism has something for us--and How to Be a Stoic is the essential guide.","image":null,"links":"book|https://www.amazon.com/How-Be-Stoic-Ancient-Philosophy/dp/1541644530?tag=learnawesome-20;summary|https://fourminutebooks.com/how-to-be-a-stoic-summary/","topics":"philosophy;psychology;stoicism","creators":"Author of How To Be A Stoic","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b709b4b-9f88-4447-8f67-db9df9c02e76","name":"How To Be Alone","description":"\\"Learn how to enjoy solitude and find happiness without othersOur fast-paced society does not approve of solitude; being alone is literally anti-social and some even find it sinister. Why is this so when autonomy, personal freedom and individualism are more highly prized than ever before? Sara Maitland answers this question by exploring changing attitudes throughout history. Offering experiments and strategies for overturning our fear of solitude, she to helps us to practise it without anxiety and encourages us to see the benefits of spending time by ourselves, By indulging in the experience of being alone, we can be inspired to find our own rewards and ultimately lead more enriched, fuller lives.\\" From http://www.panmacmillan.com/book/sara...","image":null,"links":"book|https://openlibrary.org/books/OL27164152M/How_to_be_alone;summary|https://fourminutebooks.com/how-to-be-alone-summary/","topics":"psychology;philosophy","creators":"Sara Maitland","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4f9c857-1fe2-4b9f-8c0e-dc1320dc1ae6","name":"How We Learn","description":"In the tradition of The Power of Habit and Thinking, Fast and Slow comes a practical, playful, and endlessly fascinating guide to what we really know about learning and memory today—and how we can apply it to our own lives.  From an early age, it is drilled into our heads: Restlessness, distraction, and ignorance are the enemies of success. We’re told that learning is all self-discipline, that we must confine ourselves to designated study areas, turn off the music, and maintain a strict ritual if we want to ace that test, memorize that presentation, or nail that piano recital.   But what if almost everything we were told about learning is wrong? And what if there was a way to achieve more with less effort?   In How We Learn, award-winning science reporter Benedict Carey sifts through decades of education research and landmark studies to uncover the truth about how our brains absorb and retain information. What he discovers is that, from the moment we are born, we are all learning quickly, efficiently, and automatically; but in our zeal to systematize the process we have ignored valuable, naturally enjoyable learning tools like forgetting, sleeping, and daydreaming. Is a dedicated desk in a quiet room really the best way to study? Can altering your routine improve your recall? Are there times when distraction is good? Is repetition necessary? Carey’s search for answers to these questions yields a wealth of strategies that make learning more a part of our everyday lives—and less of a chore.   By road testing many of the counterintuitive techniques described in this book, Carey shows how we can flex the neural muscles that make deep learning possible. Along the way he reveals why teachers should give final exams on the first day of class, why it’s wise to interleave subjects and concepts when learning any new skill, and when it’s smarter to stay up late prepping for that presentation than to rise early for one last cram session. And if this requires some suspension of disbelief, that’s because the research defies what we’ve been told, throughout our lives, about how best to learn.   The brain is not like a muscle, at least not in any straightforward sense. It is something else altogether, sensitive to mood, to timing, to circadian rhythms, as well as to location and environment. It doesn’t take orders well, to put it mildly. If the brain is a learning machine, then it is an eccentric one. In How We Learn, Benedict Carey shows us how to exploit its quirks to our advantage.  Praise for How We Learn“This book is a revelation. I feel as if I’ve owned a brain for fifty-four years and only now discovered the operating manual.”—Mary Roach, bestselling author of Stiff and Gulp“A welcome rejoinder to the faddish notion that learning is all about the hours put in.”\\n —The New York Times Book Review\\n  “A valuable, entertaining tool for educators, students and parents.”\\n —Shelf Awareness\\n   “How We Learn is more than a new approach to learning; it is a guide to making the most out of life. Who wouldn’t be interested in that?”\\n —Scientific American\\n  “I know of no other source that pulls together so much of what we know about the science of memory and couples it with practical, practicable advice.”—Daniel T. Willingham, professor of psychology at the University of VirginiaFrom the Hardcover edition.","image":"https://covers.openlibrary.org/b/id/8027675-M.jpg","links":"book|https://www.amazon.com/How-We-Learn-Surprising-Happens-ebook/dp/B00IWTTNZE?tag=learnawesome-20;summary|https://fourminutebooks.com/how-we-learn-summary/","topics":"education;psychology;learning;teaching","creators":"Dean Koontz","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9cd4ccf-c223-42ff-baed-5f932c8adf49","name":"The Art Of War - Summary by FourMinuteBooks","description":"By Sun Tzu","image":"https://learn-awesome.github.io/assets/book_covers/10534.jpg","links":"summary|https://fourminutebooks.com/the-art-of-war-summary/;book|https://www.amazon.com/Art-War-Chump-Change-Sun/dp/1640320237?tag=learnawesome-20","topics":"strategy;philosophy;war;thinking","creators":"Author of The Art Of War","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9d19bbb-3767-473b-bbc9-552d6c5c258e","name":"How To Create A Mind","description":"The bold futurist and bestselling author explores the limitless potential of reverse-engineering the human brainRay Kurzweil is arguably today’s most influential—and often controversial—futurist. In How to Create a Mind, Kurzweil presents a provocative exploration of the most important project in human-machine civilization—reverse engineering the brain to understand precisely how it works and using that knowledge to create even more intelligent machines.Kurzweil discusses how the brain functions, how the mind emerges from the brain, and the implications of vastly increasing the powers of our intelligence in addressing the world’s problems. He thoughtfully examines emotional and moral intelligence and the origins of consciousness and envisions the radical possibilities of our merging with the intelligent technology we are creating.Certain to be one of the most widely discussed and debated science books of the year, How to Create a Mind is sure to take its place alongside Kurzweil’s previous classics which include Fantastic Voyage: Live Long Enough to Live Forever and The Age of Spiritual Machines.","image":"https://covers.openlibrary.org/b/id/7252330-M.jpg","links":"book|https://openlibrary.org/books/OL25423653M/How_to_Create_a_Mind;summary|https://fourminutebooks.com/how-to-create-a-mind-summary/","topics":"artificial-intelligence","creators":"Ray Kurzweil","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa388805-b515-40f6-b3a0-49013460e55b","name":"How To Fail At Almost Everything And Still Win Big - Summary by FourMinuteBooks","description":"By Scott Adams","image":"https://learn-awesome.github.io/assets/book_covers/17859574.jpg","links":"summary|https://fourminutebooks.com/how-to-fail-at-almost-everything-and-still-win-big-summary/;summary|https://sivers.org/book/HowToFail;book|https://www.goodreads.com/book/show/17859574-how-to-fail-at-almost-everything-and-still-win-big;summary|https://blas.com/how-to-fail-at-almost-everything/","topics":"business;career;worth-re-reading;scott-adams;how-to-live-life;entrepreneur;dilbert","creators":"Scott Adams","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14152366-8ece-4e9a-9a29-bd2bb02a418d","name":"How To Read Literature Like A Professor","description":"The classic guide, now available in a hardcover edition—a lively and entertaining introduction to literature and literary basics, including symbols, themes and contexts, that shows you how to make your everyday reading experience more rewarding and enjoyable.While many books can be enjoyed for their basic stories, there are often deeper literary meanings interwoven in these texts. How to Read Literature Like a Professor helps us to discover those hidden truths by looking at literature with the eyes—and the literary codesof the ultimate professional reader, the college professor.What does it mean when a literary hero is traveling along a dusty road? When he hands a drink to his companion? When he's drenched in a sudden rain shower?Ranging from major themes to literary models, narrative devices and form, Thomas C. Foster provides us with a broad overview of literature—a world where a road leads to a quest, a shared meal may signify a communion, and rain, whether cleansing or destructive, is never just a shower—and shows us how to make our reading experience more enriching, satisfying, and fun.This revised edition includes new chapters, a new preface and epilogue, and incorporates updated teaching points that Foster has developed over the past decade.","image":"https://covers.openlibrary.org/b/id/8845766-M.jpg","links":"book|https://www.amazon.in/How-Read-Literature-Like-Professor/dp/0062301675?tag=learnawesome-21;summary|https://fourminutebooks.com/how-to-read-literature-like-a-professor-summary/","topics":"academics;literature;reading","creators":"Thomas C Foster","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a23be14-c799-461f-8e3e-4f1f7a8461ca","name":"How To Stop Worrying And Start Living","description":"The book 'How to stop worrying & start living' suggest many ways to conquer worry and lead a wonderful life.The book mentions fundamental facts to know about worry and magic formula for solving worry-some situations.Psychologists & Doctors' view:Worry can make even the most stolid person ill.Worry may cause nervous breakdown.Worry can even cause tooth decayWorry is one of the factors for High Blood Pressure.Worry makes you tense and nervous and affect the nerves of your stomach.The book suggests basic techniques in analysing worry, step by step, in order to cope up with them.A very interesting feature of the book is 'How to eliminate 50% of your business worries'.The book offers 7 ways to cultivate a mental attitude that will bring you peace and happiness. Also, the golden rule for conquering worry, keeping your energy & spirits high.The book consists of some True Stories which will help the readers in conquering worry to lead you to success in life.The book is full of similar incidences and narrations which will make our readers to understand the situation in an easy way and lead a happy life. A must read book for everyone.","image":"https://covers.openlibrary.org/b/id/404729-M.jpg","links":"book|https://www.amazon.com/How-Stop-Worrying-Start-Living/dp/0671035975?tag=learnawesome-20;summary|https://fourminutebooks.com/how-to-stop-worrying-and-start-living-summary/","topics":"psychology","creators":"Dale Carnegie","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd9d8a6e-9182-460b-96ab-06309f33a711","name":"How To Talk To Anyone","description":"\\"You'll not only break the ice, you'll melt it away with your new skills.\\" -- Larry King\\"The lost art of verbal communication may be revitalized by Leil Lowndes.\\" -- Harvey McKay, author of \\"How to Swim with the Sharks Without Being Eaten Alive\\"What is that magic quality makes some people instantly loved and respected? Everyone wants to be their friend (or, if single, their lover!) In business, they rise swiftly to the top of the corporate ladder. What is their \\"Midas touch?\\"What it boils down to is a more skillful way of dealing with people.The author has spent her career teaching people how to communicate for success. In her book How to Talk to Anyone (Contemporary Books, October 2003) Lowndes offers 92 easy and effective sure-fire success techniques-- she takes the reader from first meeting all the way up to sophisticated techniques used by the big winners in life. In this information-packed book you'll find:9 ways to make a dynamite first impression 14 ways to master small talk, \\"big talk,\\" and body language 14 ways to walk and talk like a VIP or celebrity 6 ways to sound like an insider in any crowd 7 ways to establish deep subliminal rapport with anyone 9 ways to feed someone's ego (and know when NOT to!) 11 ways to make your phone a powerful communications tool 15 ways to work a party like a politician works a room 7 ways to talk with tigers and not get eaten aliveIn her trademark entertaining and straight-shooting style, Leil gives the techniques catchy names so you'll remember them when you really need them, including: \\"Rubberneck the Room,\\" \\"Be a Copyclass,\\" \\"Come Hither Hands,\\" \\"Bare Their Hot Button,\\" \\"The Great Scorecard in the Sky,\\" and \\"Play the Tombstone Game,\\" for big success in your social life, romance, and business.How to Talk to Anyone, which is an update of her popular book, Talking the Winner's Way (see the 5-star reviews of the latter) is based on solid research about techniques that work!By the way, don't confuse How to Talk to Anyone with one of Leil's previous books, How to Talk to Anybody About Anything. This one is completely different!","image":"https://sivers.org/images/HowToTalkToAnyone.gif","links":"book|https://www.goodreads.com/book/show/35210.How_to_Talk_to_Anyone;summary|https://fourminutebooks.com/how-to-talk-to-anyone-summary/;summary|https://sivers.org/book/HowToTalkToAnyone","topics":"communication","creators":"Leil Lowndes","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"103385e9-f789-40e6-b561-0e162b58e5fb","name":"How To Win At The Sport Of Business - Summary by FourMinuteBooks","description":"By Mark Cuban","image":"https://learn-awesome.github.io/assets/book_covers/13344951.jpg","links":"summary|https://fourminutebooks.com/how-to-win-at-the-sport-of-business-summary/;book|https://openlibrary.org/books/OL26091909M/How_To_Win_At_The_Sport_Of_Business_If_I_Can_Do_It_You_Can_Do_It","topics":"business;entrepreneurship","creators":"Mark Cuban","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2fa22771-afe0-4d05-bd03-abbea35de349","name":"How We Got To Now","description":"Did you drink a glass of water today? Did you turn on a light? Did you think about how miraculous either one of those things is when you did it? Of course not--but you should, and New York Times bestselling author Steven Johnson has. This adaptation of his adult book and popular PBS series explores the fascinating and interconnected stories of innovations--like clean drinking water and electricity--that changed the way people live.Innovation starts with a problem whose solution sets in motion all kinds of unexpected discoveries. That's why you can draw a line from pendulums to punching the clock at a factory, from ice blocks to summer movie blockbusters, from clean water to computer chips.In the lively storytelling style that has made him a popular, bestselling author, Steven Johnson looks at how accidental genius, brilliant mistakes, and unintended consequences shape the way we live in the modern world. Johnson's \\"long zoom\\" approach connects history, geography, politics, and scientific advances with the deep curiousity of inventors or quirky interests of tinkerers to show how innovation truly comes about.His fascinating account is organized into six topics: glass, cold, sound, clean, time, light. Johnson's fresh exploration of these simple, single-syllable word concepts creates an endlessly absorbing story that moves from lightning strikes in the prehistoric desert to the herculean effort to literally raise up the city of Chicago to laser labs straight out of a sci-fi movie.In other words, it's the story of how we got to now!","image":null,"links":"book|https://www.goodreads.com/book/show/38255206-how-we-got-to-now;summary|https://fourminutebooks.com/how-we-got-to-now-summary/","topics":"innovation;history","creators":"Steven Johnson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2867dac0-aa54-4653-beb2-5780bfdbe409","name":"How Will You Measure Your Life - Summary by FourMinuteBooks","description":"Christensen is clear that he will not provide any important answers but he does promise …","image":"https://blas.com/wp-content/uploads/2015/03/Measure-Your-Life-205x300-1-205x300.jpg","links":"summary|https://fourminutebooks.com/how-will-you-measure-your-life-summary/;summary|https://blas.com/how-will-you-measure-your-life/;book|https://www.goodreads.com/book/show/13425570-how-will-you-measure-your-life","topics":"philosophy;karen-dillon;james-allworth;how-to-live-life;clayton-christensen","creators":"Clayton M. Christensen","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf5954b4-4685-41bf-9fae-34ee960652b6","name":"Howard Hughes: His Life And Madness","description":null,"image":null,"links":"book|https://www.amazon.com/Howard-Hughes-His-Life-Madness/dp/0393326020?tag=learnawesome-20;summary|https://fourminutebooks.com/howard-hughes-his-life-and-madness-summary/","topics":"howard-hughes","creators":"Author of Howard Hughes: His Life And Madness","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"360a8f16-ead3-44ee-95c6-fb723c3ce735","name":"Humans Are Underrated","description":"As technology advances, people shouldn’t focus on beating computers at what they do but …","image":"https://covers.openlibrary.org/b/id/7365140-M.jpg","links":"book|https://www.amazon.com/Humans-Are-Underrated-Achievers-Brilliant/dp/0143108379?tag=learnawesome-20;summary|https://fourminutebooks.com/humans-are-underrated-summary/;summary|https://blas.com/humans-are-underrated/","topics":"sociology;technology;economics;geoff-colvin;future;empathy;artificial-intelligence","creators":"Geoff Colvin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"045a4a24-de86-45c6-9926-05d32bdf4ae0","name":"I Thought It Was Just Me","description":null,"image":null,"links":"book|https://www.amazon.com/Thought-Was-Just-but-isnt-ebook/dp/B000SEHDGM?tag=learnawesome-20;summary|https://fourminutebooks.com/i-thought-it-was-just-me-summary/","topics":"psychology;shame","creators":"Author of I Thought It Was Just Me","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"afbd46c2-3a73-4984-a956-a60ccd8fc260","name":"I Wear The Black Hat","description":"From New York Times bestselling author, “one of America’s top cultural critics” (Entertainment Weekly), and “The Ethicist” for The New York Times Magazine, comes a new book of all original pieces on villains and villainy in popular culture.Chuck Klosterman has walked into the darkness. As a child, he rooted for conventionally good characters like wide-eyed Luke Skywalker in Star Wars. But as Klosterman aged, his alliances shifted—first to Han Solo and then to Darth Vader. Vader was a hero who consciously embraced evil; Vader wanted to be bad. But what, exactly, was that supposed to mean? When we classify someone as a bad person, what are we really saying (and why are we so obsessed with saying it)? In I Wear the Black Hat, Klosterman questions the very nature of how modern people understand the culture of villainy. What was so Machiavellian about Machiavelli? Why don’t we see Batman the same way we see Bernhard Goetz? Who’s more worthy of our vitriol—Bill Clinton or Don Henley? What was O.J. Simpson’s second-worst decision? And why is Klosterman still obsessed with some kid he knew for one week in 1985?Masterfully blending cultural analysis with self-interrogation and limitless imagination, I Wear the Black Hat delivers perceptive observations on the complexity of the anti-hero (seemingly the only kind of hero America still creates). I Wear the Black Hat is the rare example of serious criticism that’s instantly accessible and really, really funny. Klosterman is the only writer doing whatever it is he’s doing.","image":"https://covers.openlibrary.org/b/id/7862314-M.jpg","links":"book|https://www.amazon.in/Wear-Black-Hat-Grappling-Villains/dp/143918450X?tag=learnawesome-21;summary|https://fourminutebooks.com/i-wear-the-black-hat-summary/","topics":"culture;ethics","creators":"Chuck Klosterman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d5074de-c631-46b7-9e6b-c8c41d5ab2f2","name":"I Will Teach You To Be Rich - Summary by FourMinuteBooks","description":"At last, for a generation that's materially ambitious yet financially clueless comes I Will Teach You To Be Rich, Ramit Sethi's 6-week personal finance program for 20-to-35-year-olds. A completely practical approach delivered with a nonjudgmental style that makes readers want to do what Sethi says, it is based around the four pillars of personal finance— banking, saving, budgeting, and investing—and the wealth-building ideas of personal entrepreneurship.Sethi covers how to save time by not wasting it managing money; the guns and cars myth of credit cards; how to negotiate like an Indian—the conversation begins with \\"no\\"; why \\"Budgeting Doesn't Have to Suck!\\"; how to get things rolling—for real—with only $20; what most people don't understand about taxes; how to get a CEO to take you out to lunch; how to avoid the Super Mario Brothers trap by making your savings work harder than you do; the difference between cheap and frugal; the hidden relationship between money and food. Not to mention his first key lesson: Getting started is more important than being the smartest person in the room. Integrated with his website, where readers can use interactive charts, follow up on the latest information, and join the community, it is a hip blueprint to building wealth and financial security.Every month, 175,000 unique visitors come to Ramit Sethi's website, Iwillteachyoutoberich.com, to discover the path to financial freedom. They praise him thoughtfully (\\"Your site summarizes everything I want with my life—to be rich in finances, rich in experience, rich in family blessings,\\" --Dan Esparza) and effusively (\\"Dude, you rock. I love this site!\\" --Richard Wu). The press has caught on, too: \\"Ramit Sethi is a rising star in the world of personal finance writing . . . one singularly attuned to the sensibilities of his generation. his style is part frat boy and part silicon Valley geek, with a little bit of San Francisco hipster thrown in\\" (San Francisco Chronicle). His writing is smart, his voice is full of attitude, and his ideas are uncommonly sound and refreshingly hype-free.","image":"https://covers.openlibrary.org/b/id/6305971-M.jpg","links":"summary|https://fourminutebooks.com/i-will-teach-you-to-be-rich-summary/;summary|https://sivers.org/book/IWillTeachYouToBeRich;summary|https://fourminutebooks.com/your-move-summary/;book|https://www.amazon.com/Will-Teach-You-Be-Rich/dp/0761147489?tag=learnawesome-20","topics":"personal-finance","creators":"Ramit Sethi;Ramit Sethi","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7342802b-e4fc-4571-a03f-7de08720ebb2","name":"If You’re So Smart, Why Aren’t You Happy","description":"Could the same traits that drive your career success also be keeping you from being happier?Fifteen years after getting his MBA, Raj Raghunathan spent some time with his old classmates. He noticed that though they’d all done well, there didn’t appear to be much correlation between their academic success and career success. What Raj found even more curious was the even smaller correlation between career success and what he calls life success. The greater the career success, the more unhappy, out of shape, harried and distracted his friends were.  If intelligence helps with decision-making, smart people should naturally make better life choices. So why are so many of the smartest, brightest, most successful people profoundly unhappy?  Raj set out to find an answer to this problem, and extensively researched happiness not just of students and business people, but also stay-at-home-parents, lawyers, and artists, among others.  If You’re So Smart, Why Aren’t You Happy? takes readers on a fun and meaningful tour of the best research available on how some of the very determinants of success may also come to deflate happiness. Raghunathan explores the seven most common inclinations that successful people need to overcome, and the seven habits they should adopt instead. Among his surprising findings... ·The correlation between wealth and happiness is much smaller than you'd expect it to be·Generosity is not only a key to happiness, but a determining factor of long term success·Appreciating uncertainty, rather than seeking  full control of outcomes, is necessary for happiness If You’re So Smart, Why Aren’t You Happy? will give you a powerful new perspective on your work, personal goals and relationships, whether you’re already successful or just starting out.","image":null,"links":"book|https://openlibrary.org/books/OL27205509M/If_you're_so_smart_why_aren't_you_happy;summary|https://fourminutebooks.com/if-youre-so-smart-why-arent-you-happy-summary/","topics":"psychology;career;happiness","creators":"Raj Raghunathan","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7a7c270-5315-453f-be0f-02a3f45e08c8","name":"Influence - Summary by FourMinuteBooks","description":"By Robert B. Cialdini","image":"https://learn-awesome.github.io/assets/book_covers/28815.jpg","links":"summary|https://fourminutebooks.com/influence-summary/;summary|https://sivers.org/book/Influence;book|https://www.amazon.com/Influence-Psychology-Persuasion-Robert-Cialdini/dp/006124189X?tag=learnawesome-20","topics":"psychology;relationships;leadership","creators":"Robert B. Cialdini","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3698e32d-d912-4a39-8f61-34d83b3a8ddb","name":"Ignore Everybody","description":"When Hugh MacLeod was a struggling young copywriter living in a YMCA, he started to doodle on the backs of business cards while sitting at a bar. Those cartoons eventually led to a popular blog-gapingvoid.com-and a reputation for pithy insight and humor, in both words and pictures.MacLeod has opinions on everything from marketing to the meaning of life, but one of his main subjects is creativity. How do new ideas emerge in a cynical, risk-averse world? Where does inspiration come from? What does it take to make a living as a creative person?Ignore Everybody expands on MacLeod's sharpest insights, wittiest cartoons, and most useful advice. For example:-Selling out is harder than it looks. Diluting your product to make it more commercial will just make people like it less.-If your plan depends on you suddenly being \\"discovered\\" by some big shot, your plan will probably fail. Nobody suddenly discovers anything. Things are made slowly and in pain.-Don't try to stand out from the crowd; avoid crowds altogether. There's no point trying to do the same thing as 250,000 other young hopefuls, waiting for a miracle. All existing business models are wrong. Find a new one.-The idea doesn't have to be big. It just has to be yours. The sovereignty you have over your work will inspire far more people than the actual content ever will.After learning MacLeod's forty keys to creativity, you will be ready to unlock your own brilliance and unleash it on the world.","image":"https://covers.openlibrary.org/b/id/6280787-M.jpg","links":"book|https://openlibrary.org/books/OL23145697M/Ignore_everybody;summary|https://fourminutebooks.com/ignore-everybody-summary/;summary|https://sivers.org/book/IgnoreEverybody","topics":"career;art","creators":"Hugh MacLeod","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f62662f-d68b-4c26-a4ef-066ab880cd7d","name":"Ikigai - Summary by Derek Sivers","description":"Bring meaning and joy to all your days with this internationally bestselling guide to the Japanese concept of ikigai (pronounced ee-key-guy)—the happiness of always being busy—as revealed by the daily habits of the world’s longest-living people.What’s your ikigai?“Only staying active will make you want to live a hundred years.” —Japanese proverb According to the Japanese, everyone has an ikigai—a reason for living. And according to the residents of the Japanese village with the world’s longest-living people, finding it is the key to a happier and longer life. Having a strong sense of ikigai—the place where passion, mission, vocation, and profession intersect—means that each day is infused with meaning. It’s the reason we get up in the morning. It’s also the reason many Japanese never really retire (in fact there’s no word in Japanese that means retire in the sense it does in English): They remain active and work at what they enjoy, because they’ve found a real purpose in life—the happiness of always being busy. In researching this book, the authors interviewed the residents of the Japanese village with the highest percentage of 100-year-olds—one of the world’s Blue Zones. Ikigai reveals the secrets to their longevity and happiness: how they eat, how they move, how they work, how they foster collaboration and community, and—their best-kept secret—how they find the ikigai that brings satisfaction to their lives. And it provides practical tools to help you discover your own ikigai. Because who doesn’t want to find happiness in every day?","image":"https://sivers.org/images/Ikigai.gif","links":"summary|https://sivers.org/book/Ikigai;book|https://www.amazon.in/Ikigai-Japanese-Secret-Long-Happy/dp/0143130722?tag=learnawesome-21;summary|https://fourminutebooks.com/ikigai-summary/","topics":"philosophy;career;psychology","creators":"Héctor García","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5250cdd-7158-4913-bcb6-a77455b033b8","name":"Immunity","description":"This significant book conveys Dr. William E. Paul’s enduring enthusiasm for the field of immunology, the incredible accomplishments of the past half-century, and the future’s untapped promises.The immune system has incredible power to protect us from the ravages of infection by killing disease-causing microbes or eliminating them from the body. Boosted by vaccines, it can protect us individually and as a \\"herd\\" from diseases such as measles. As Dr. Paul explains, however, the power of the immune system is a double-edged sword: an overactive immune system can wreak havoc, destroying normal tissue and causing diseases such as type I diabetes, rheumatoid arthritis, and multiple sclerosis. The consequences of an impaired immune system, on the other hand, are all too evident in the clinical agonies of AIDS and other immunodeficiency diseases.Packed with illustrations, stories from Dr. Paul’s distinguished career, and compelling narratives of scientific discovery, Immunity presents the three laws of the human immune system—universality, tolerance, and appropriateness—and explains how the system protects and harms us. From the tale of how smallpox was overcome to the lessons of the Ebola epidemic to the utility of vaccines and the hope that the immune system can be used to treat or prevent cancer, Dr. Paul argues that we must position ourselves to take advantage of cutting-edge technologies and promising new tools in immunological research, including big data and the microbiome.","image":null,"links":"book|https://openlibrary.org/books/OL27208556M/Immunity;summary|https://fourminutebooks.com/immunity-summary/","topics":"immunology;health","creators":"William E. Paul","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"452752de-bbb8-442b-9599-1d0365036c62","name":"Imperfect Courage","description":"Want to make a move but scared to leave your comfort zone? Go anyway.\\"Jessica's perspective of global sisterhood and the power of lifting each other up in the midst of fear and scarcity is exactly what we need today. This book is both an invitation and a challenge to bravely show up for ourselves, for the people we love, and for the strangers that we will one day call family. I say, Amen!\\" --Bren� Brown, Ph.D., Author of the #1 New York Times bestseller Braving the WildernessIn Imperfect Courage, the founder of the popular fair trade jewelry brand Noonday Collection shares her story of starting the rapid-growing business that impacts over 4,500 artisans in vulnerable communities across the globe--and invites readers on a journey of transformation, challenging them to trade their comfort zones for a life of impact and adventure.\\n \\nIn 2015, Inc. magazine recognized Noonday Collection as one of the fastest-growing companies in America. But years earlier, as Jessica Honegger stood at a pawn-shop counter in Austin, Texas, and handed over her grandmother's gold jewelry, her goal was much more personal: to fund the adoption of her Rwandan son, Jack, by selling artisan-made jewelry.This first step launched an unexpected side-hustle that would grow into Noonday Collection. Jessica embarked on this new journey and teamed up with her first artisan partner, Jalia, a Ugandan jewelry maker. She saw the meaningful impact Noonday brought to Jalia's community and knew it was the right move.Fear crept into Jessica's heart as she realized her success, or failure, meant the same for Jalia. But refusing to let fear hinder her goals, Jessica found the necessary (if imperfect) courage she needed along the way--the courage to leave comfort and embrace a life of risk and impact.Discover Your Imperfect Courage In Imperfect Courage, Jessica takes you by the hand and invites you to trade your comfort zone for a life of impact and meaning. - First, she invites you to draw a circle of compassion around yourself and leads you through some soul-searching aimed at setting you free from shame. - Next, she challenges all of us to come together, dare to be vulnerable with one another, and commit to building a culture of collaboration. - Finally, Jessica calls on you to broaden your circle of compassion to embrace the entire globe--and to bring your beautifully imperfect courage to a world that needs you.","image":null,"links":"book|https://www.goodreads.com/book/show/37003176-imperfect-courage;summary|https://fourminutebooks.com/imperfect-courage-summary/","topics":"personal-development","creators":"Jessica Honegger","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce2b03d9-230f-4393-80a2-6c27c74e68a7","name":"In Defense Of Food - Summary by FourMinuteBooks","description":"By Michael Pollan","image":"https://learn-awesome.github.io/assets/book_covers/315425.jpg","links":"summary|https://fourminutebooks.com/in-defense-of-food-summary/;book|https://www.goodreads.com/book/show/315425.In_Defense_of_Food","topics":"food","creators":"Michael Pollan","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d552d7bf-b898-4dc3-99bd-87bc47d3535f","name":"In Search Of Excellence","description":"The \\"Greatest Business Book of All Time\\" (Bloomsbury UK), In Search of Excellence has long been a must-have for the boardroom, business school, and bedside table.Based on a study of forty-three of America's best-run companies from a diverse array of business sectors, In Search of Excellence describes eight basic principles of management -- action-stimulating, people-oriented, profit-maximizing practices -- that made these organizations successful.","image":"https://covers.openlibrary.org/b/id/28913-M.jpg","links":"book|https://www.goodreads.com/book/show/4076.In_Search_Of_Excellence;summary|https://fourminutebooks.com/in-search-of-excellence-summary/","topics":"business","creators":"Thomas J. Peters","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c83b90f-aa9c-460f-a632-75fd570c1a46","name":"Operations Research Stack Exchange","description":null,"image":null,"links":"qna|https://or.stackexchange.com/","topics":"operations-research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5c7c337e-4e7b-4f35-b2e1-fbfff8850cbf","name":"Connected Papers | Find and explore academic papers","description":null,"image":null,"links":"interactive|https://www.connectedpapers.com/","topics":"research;academia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fee10e75-3713-4ecb-9411-ed696c355d7a","name":"Inner Engineering","description":"New York Times Bestseller: Thought leader, visionary, philanthropist, mystic, and yogi Sadhguru presents Western readers with a time-tested path to achieving absolute well-being: the classical science of yoga.The practice of hatha yoga, as we commonly know it, is but one of eight branches of the body of knowledge that is yoga. In fact, yoga is a sophisticated system of self-empowerment that is capable of harnessing and activating inner energies in such a way that your body and mind function at their optimal capacity. It is a means to create inner situations exactly the way you want them, turning you into the architect of your own joy.A yogi lives life in this expansive state, and in this transformative book Sadhguru tells the story of his own awakening, from a boy with an unusual affinity for the natural world to a young daredevil who crossed the Indian continent on his motorcycle. He relates the moment of his enlightenment on a mountaintop in southern India, where time stood still and he emerged radically changed. Today, as the founder of Isha, an organization devoted to humanitarian causes, he lights the path for millions. The term guru, he notes, means “dispeller of darkness, someone who opens the door for you. . . . As a guru, I have no doctrine to teach, no philosophy to impart, no belief to propagate. And that is because the only solution for all the ills that plague humanity is self-transformation. Self-transformation means that nothing of the old remains. It is a dimensional shift in the way you perceive and experience life.” The wisdom distilled in this accessible, profound, and engaging book offers readers time-tested tools that are fresh, alive, and radiantly new. Inner Engineering presents a revolutionary way of thinking about our agency and our humanity and the opportunity to achieve nothing less than a life of joy.","image":null,"links":"book|https://openlibrary.org/books/OL27220077M/Inner_engineering;summary|https://fourminutebooks.com/inner-engineering-summary/","topics":"yoga;psychology","creators":"Vasudev, Jaggi Sadhguru","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3b25ade-0228-411c-b25b-570c81447825","name":"Inventology","description":"Find out where great ideas come from. A father cleans up after his toddler and imagines a cup that won't spill. An engineer watches people using walkie-talkies and has an idea. A doctor figures out how to deliver patients to the operating room before they die.By studying inventions like these — the sippy cup, the cell phone, and an ingenious hospital bed — we can learn how people imagine their way around \\"impossible\\" problems to discover groundbreaking answers. Pagan Kennedy reports on how these enduring methods can be adapted to the twenty-first century, as millions of us deploy tools like crowdfunding, big data, and 3-D printing to find hidden opportunities.    Inventology uses the stories of inventors and surprising research to reveal the steps that produce innovation. As Kennedy argues, recent advances in technology and communication have placed us at the cusp of a golden age; it's now more possible than ever before to transform ideas into actuality. Inventology is a must-read for designers, artists, makers—and anyone else who is curious about creativity. By identifying the steps of the invention process, Kennedy reveals the imaginative tools required to solve our most challenging problems.","image":null,"links":"book|https://openlibrary.org/books/OL27198550M/Inventology;summary|https://fourminutebooks.com/inventology-summary/","topics":"innovation","creators":"Pagan Kennedy","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a6a30e1-18d6-4f07-b42f-de7656ed80f7","name":"Invisible Influence","description":"Jonah Berger, the bestselling author of Contagious, explores the subtle, secret influences that affect the decisions we make from what we buy, to the careers we choose, to what we eat in his latest New York Times bestseller that is a rare business book that s both informative and enough fun to take to the beach (Fortune.com). If you re like most people, you think your individual tastes and opinions drive your choices and behaviors. You wear a certain jacket because you liked how it looked. You picked a particular career because you found it interesting. The notion that our choices are driven by our own personal thoughts and opinions is patently obvious. Right? Wrong. Without our realizing it, other people s behavior has a huge influence on everything we do at every moment of our lives, from the mundane to the momentous. Even strangers have an impact on our judgments and decisions: our attitudes toward a welfare policy shift if we re told it is supported by Democrats versus Republicans (even though the policy is the same). But social influence doesn t just lead us to do the same things as others. In some cases we imitate others around us. But in other cases we avoid particular choices or behaviors because other people are doing them. We stop listening to a band because they go mainstream. We skip buying the minivan because we don t want to look like a soccer mom. By understanding how social influence works, we can decide when to resist and when to embrace it and learn how we can use this knowledge to exercise more control over our own behavior. In Invisible Influence, Jonah Berger is consistently entertaining, applying science to real life in surprising ways and explaining research through narrative. His book fascinates because it opens up the moving parts of a mysterious machine, allowing readers to watch them in action (Publishers Weekly).\\"","image":"https://covers.openlibrary.org/b/id/8869123-M.jpg","links":"book|https://openlibrary.org/books/OL27407178M/Invisible_Influence;summary|https://fourminutebooks.com/invisible-influence-summary/","topics":"psychology","creators":"Jonah Berger","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac93773d-6654-446c-80cb-79c8d05b94c1","name":"iWoz","description":null,"image":null,"links":"book|https://www.amazon.in/Iwoz-Steve-Wozniak-Sep-2007/dp/B00DEKSIZC?tag=learnawesome-21;summary|https://fourminutebooks.com/iwoz-summary/","topics":"steve-wozniak;companies/apple","creators":"Author of iWoz","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dcf91086-3544-4017-a3d2-21636493f377","name":"Jab, Jab, Jab, Right Hook","description":null,"image":null,"links":"book|https://www.amazon.com/Jab-Right-Hook-Story-Social/dp/006227306X?tag=learnawesome-20;summary|https://fourminutebooks.com/jab-jab-jab-right-hook-summary/","topics":"social-media","creators":"Author of Jab, Jab, Jab, Right Hook","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"253ca695-1de2-4f14-b62c-4d527682e341","name":"Just Listen","description":"Do you ever feel like you're talking to a brick wall? The first step in persuading anyone to do anything is getting them to hear you out. But whether the person is a cynical colleague, furious customer, or overwhelmed spouse, their emotional barriers may be blocking your message. And if you can't break through, you can't move forward. Just Listen has helped tens of thousands of people tear down walls and establish productive communication. In this landmark book, veteran psychiatrist and business coach Mark Goulston reveals simple, proven techniques for moving people from resistance to consensus, explaining how to: • Listen effectively • Make even a total stranger—perhaps a potential client—feel \\"felt\\" • Shift an angry or aggressive person into a calmer, more receptive state • Use empathy jolts to quickly bridge communication gaps • Turn negative people into assets using the \\"Magic Paradox\\"• Achieve buy-in, the linchpin of all negotiation, persuasion, and sales • And more Barricades between people become barriers to success and happiness, so getting through is not just a fine art—it's a crucial skill. With Just Listen, readers learn how to transform the \\"impossible\\" and \\"unreachable\\" people in their lives into true allies, loyal customers, and lifelong friends.","image":"https://covers.openlibrary.org/b/id/8962726-M.jpg","links":"book|https://www.amazon.com/Just-Listen-Discover-Getting-Absolutely/dp/0814436471?tag=learnawesome-20;summary|https://fourminutebooks.com/just-listen-summary/","topics":"communication;psychology","creators":"Mark Goulston","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e58e6d65-f46e-432d-b445-f33c53d45e16","name":"Labor Of Love","description":"A brilliant and surprising investigation into why we date the way we doIt seems as though every week there’s a new app available on your smartphone promising dates aplenty—just swipe right. A mate, on the other hand, is becoming harder and harder to find. The age-old quest for true love requires more effort than ever before. Let’s face it: Dating is work.Which, as it happens, is exactly where it began, in the nineteenth century—as prostitution. In Labor of Love, Moira Weigel dives into the secret history of dating while holding up a mirror to the contemporary dating landscape, revealing why we date the way we do and explaining why it feels so much like work. This isn’t a guide to “getting the guy”; there are no ridiculous “rules” to follow in Labor of Love. This is a brilliant, fresh, and utterly original approach to help us understand how dating was invented and, hopefully, to lead us closer to the happy ending that it promises.","image":null,"links":"book|https://www.amazon.in/Labor-Love-Invention-Moira-Weigel/dp/0374182531?tag=learnawesome-21;summary|https://fourminutebooks.com/labor-of-love-summary/","topics":"dating;sociology;relationships;romance","creators":"Moira Weigel","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7731bcf7-f415-43ac-b68a-c7e88aa24ca1","name":"Launch","description":null,"image":null,"links":"book|https://www.amazon.in/Jeff-Walker-Launch-Internet-Millionaires/dp/B00N4E4HQC?tag=learnawesome-21;summary|https://fourminutebooks.com/launch-summary/","topics":"business","creators":"Author of Launch","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"774912f0-5e66-49ee-a722-ac05717cb0cd","name":"Leaders Eat Last","description":"The New York Times bestselling follow-up to Simon Sinek's global hit Start With WhyWhy do only a few people get to say “I love my job”? It seems unfair that finding fulfillment at work is like winning a lottery; that only a few lucky ones get to feel valued by their organizations, to feel like they belong.Imagine a world where almost everyone wakes up inspired to go to work, feels trusted and valued during the day, then returns home feeling fulfilled.This is not a crazy, idealized notion. Today, in many successful organizations, great leaders are creating environments in which people naturally work together to do remarkable things. In his travels around the world since the publication of his bestseller Start with Why, Simon Sinek noticed that some teams were able to trust each other so deeply that they would literally put their lives on the line for each other. Other teams, no matter what incentives were offered, were doomed to infighting, fragmentation and failure. Why?The answer became clear during a conversation with a Marine Corps general. “Officers eat last,” he said.Sinek watched as the most junior Marines ate first while the most senior Marines took their place at the back of the line. What’s symbolic in the chow hall is deadly serious on the battlefield: great leaders sacrifice their own comfort—even their own survival—for the good of those in their care.This principle has been true since the earliest tribes of hunters and gatherers. It’s not a management theory; it’s biology. Our brains and bodies evolved to help us find food, shelter, mates and especially safety. We’ve always lived in a dangerous world, facing predators and enemies at every turn. We thrived only when we felt safe among our group.Our biology hasn’t changed in fifty thousand years, but our environment certainly has. Today’s workplaces tend to be full of cynicism, paranoia and self-interest. But the best organizations foster trust and cooperation because their leaders build what Sinek calls a Circle of Safety that separates the security inside the team from the challenges outside.The Circle of Safety leads to stable, adaptive, confident teams, where everyone feels they belong and all energies are devoted to facing the common enemy and seizing big opportunities. As he did in Start with Why, Sinek illustrates his ideas with fascinating true stories from a wide range of examples, from the military to manufacturing, from government to investment banking.The biology is clear: when it matters most, leaders who are willing to eat last are rewarded with deeply loyal colleagues who will stop at nothing to advance their leader’s vision and their organization’s interests. It’s amazing how well it works.","image":"https://covers.openlibrary.org/b/id/8142524-M.jpg","links":"book|https://www.amazon.com/Leaders-Eat-Last-Together-Others/dp/1543614620?tag=learnawesome-20;summary|https://fourminutebooks.com/leaders-eat-last-summary/","topics":"leadership","creators":"Simon Sinek","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"415790e2-b91c-4321-8d6c-34d186da4afe","name":"Lean In","description":"Sheryl Sandberg’s Lean In is a massive cultural phenomenon and its title has become an instant catchphrase for empowering women. The book soared to the top of bestseller lists internationally, igniting global conversations about women and ambition. Sandberg packed theatres, dominated opinion pages, appeared on every major television show and on the cover of Time magazine, and sparked ferocious debate about women and leadership. Ask most women whether they have the right to equality at work and the answer will be a resounding yes, but ask the same women whether they'd feel confident asking for a raise, a promotion, or equal pay, and some reticence creeps in. The statistics, although an improvement on previous decades, are certainly not in women's favour – of 197 heads of state, only twenty-two are women. Women hold just 20 percent of seats in parliaments globally, and in the world of big business, a meagre eighteen of the Fortune 500 CEOs are women. In Lean In, Sheryl Sandberg – Facebook COO and one of Fortune magazine's Most Powerful Women in Business – draws on her own experience of working in some of the world's most successful businesses and looks at what women can do to help themselves, and make the small changes in their life that can effect change on a more universal scale.","image":"https://covers.openlibrary.org/b/id/7254305-M.jpg","links":"book|https://www.goodreads.com/book/show/16071764-lean-in;summary|https://fourminutebooks.com/lean-in-summary/","topics":"business;feminism;career","creators":"Sheryl Sandberg","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d05e058-05c2-4bee-b038-bcbad7c2cc4e","name":"Learned Optimism - Summary by FourMinuteBooks","description":"By Martin E.P. Seligman","image":"https://learn-awesome.github.io/assets/book_covers/26123.jpg","links":"summary|https://fourminutebooks.com/learned-optimism-summary/;book|https://www.amazon.in/Learned-Optimism-Change-Your-Mind/dp/1400078393?tag=learnawesome-21","topics":"psychology","creators":"Martin E. P. Seligman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0de6d2be-463f-4df6-89ed-5a415704a24b","name":"Leonardo Da Vinci - Summary by FourMinuteBooks","description":"By Walter Isaacson","image":"https://learn-awesome.github.io/assets/book_covers/34684622.jpg","links":"summary|https://fourminutebooks.com/leonardo-da-vinci-summary/;book|https://www.amazon.com/Leonardo-Vinci-Walter-Isaacson/dp/1501139150?tag=learnawesome-20;summary|https://blas.com/da-vinci/","topics":"leonardo-da-vinci;walter-isaacson;history;art","creators":"Author of Leonardo Da Vinci","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eef8669b-3938-4d6d-8623-56c0a246fc7d","name":"Less Doing More Living","description":"\\"Less is more\\"—or, more specifically, the less you have to do, the more life you have to live. Efficiency expert Ari Meisel details his \\"Less Doing\\" philosophy, which will streamline your life, and make everything easier. In business and our personal lives, it often seems as if the only way to get more done is by putting in more time—more hours at the office, more days running errands. But what if there were a way that we could do less, and free up more time for the things and people we love? If this sounds like what you need, Ari Meisel—TEDx speaker, efficiency consultant, and achievement architect—has the program for you. In \\n Less Doing, More Living\\n, Meisel explores the fundamental principles of his “Less Doing” philosophy, educating the reader on:Optimizing workflow with twenty-first-century apps and toolsCreating an “external brain” in the Cloud to do all of your “lower” thinking—like keeping track of appointments, meetings, and ideasHow to use technology to live a paper-free lifeThe three fundamentals of wellness—fitness, sleep, and nutrition—and technological  approaches to improving these areas of lifeAnd so much more!This book will give readers new tools and techniques for streamlining their workload, being more efficient in their day-to-day activities, and making everything in life easier.","image":null,"links":"book|https://www.amazon.in/Less-Doing-More-Living-Everything/dp/0399168524?tag=learnawesome-21;summary|https://fourminutebooks.com/less-doing-more-living-summary/","topics":"productivity;minimalism","creators":"Ari Meisel","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1616176c-4561-4a7b-baf8-08e7c95de5de","name":"Liespotting","description":"GET TO THE TRUTHPeople--friends, family members, work colleagues, salespeople--lie to us all the time. Daily, hourly, constantly. None of us is immune, and all of us are victims. According to studies by several different researchers, most of us encounter nearly 200 lies a day.Now there's something we can do about it. Pamela Meyer's Liespotting links three disciplines--facial recognition training, interrogation training, and a comprehensive survey of research in the field--into a specialized body of information developed specifically to help business leaders detect deception and get the information they need to successfully conduct their most important interactions and transactions.Some of the nation's leading business executives have learned to use these methods to root out lies in high stakes situations. Liespotting for the first time brings years of knowledge--previously found only in the intelligence community, police training academies, and universities--into the corporate boardroom, the manager's meeting, the job interview, the legal proceeding, and the deal negotiation.WHAT'S IN THE BOOK?Learn communication secrets previously known only to a handful of scientists, interrogators and intelligence specialists.Liespotting reveals what's hiding in plain sight in every business meeting, job interview and negotiation:- The single most dangerous facial expression to watch out for in business & personal relationships- 10 questions that get people to tell you anything- A simple 5-step method for spotting and stopping the lies told in nearly every high-stakes business negotiation and interview- Dozens of postures and facial expressions that should instantly put you on Red Alert for deception- The telltale phrases and verbal responses that separate truthful stories from deceitful ones- How to create a circle of advisers who will guarantee your success","image":null,"links":"book|https://www.goodreads.com/book/show/8606082-liespotting;summary|https://fourminutebooks.com/liespotting-summary/","topics":"psychology;communication","creators":"Author of Liespotting","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8156985c-2081-4aed-85dc-baec9b977115","name":"Linchpin","description":"\\"This is what the future of work (and the world) looks like. Actually, it's already happening around you.\\" — Tony Hsieh, CEO, Zappos.comIn bestsellers such as Purple Cow and Tribes, Seth Godin taught readers how to make remarkable products and spread powerful ideas. But this book is about you—your choices, your future, and your potential to make a huge difference in whatever field you choose.There used to be two teams in every workplace: management and labor. Now there's a third team: the linchpins. These people figure out what to do when there's no rule book. They delight and challenge their customers and peers. They love their work, pour their best selves into it, and turn each day into a kind of art.Linchpins are the essential building blocks of great organizations. They may not be famous but they're indispensable. And in today's world, they get the best jobs and the most freedom.As Godin writes, \\"Every day I meet people who have so much to give but have been bullied enough or frightened enough to hold it back. It's time to stop complying with the system and draw your own map. You have brilliance in you, your contribution is essential, and the art you create is precious. Only you can do it, and you must.\\"","image":"https://covers.openlibrary.org/b/id/8754365-M.jpg","links":"book|https://www.amazon.in/Linchpin-Are-Indispensable-Seth-Godin/dp/1591844096?tag=learnawesome-21;summary|https://fourminutebooks.com/linchpin-summary/;summary|https://sivers.org/book/Linchpin","topics":"business;leadership;career","creators":"Seth Godin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b38de9ed-0e33-4ecc-9242-522ffa5432b9","name":"The Particle Odyssey","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/476370.The_Particle_Odyssey?ac=1&from_search=true&qid=OtUw3CDuke&rank=1","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d24ac05-716f-4368-9d6f-bcad0af002f1","name":"Long-Term Thinking For A Short-Sighted World","description":"Jim Brumm's \\"Long-Term Thinking for a Short-Sighted World\\" focuses on the problems we face today that share a common, rarely discussed theme: a lack of long-term thinking. The book explores examples-past and present-of humanity pursuing short-term gains at the expense of our long-term well being. Topics include energy, debt, consumerism, agriculture and our skewed perceptions of time. \\"\\"In today's world we are grappling at every turn with an increasing energy shortage, food production systems that struggle to feed increasing millions, environmental problems that threaten our survival, a debt crisis that is crippling individuals and governments, and so much more. All of these problems come with their own unique challenges and examined on their own they may seem completely different from each other, but they share one common, rarely discussed hidden thread that runs through the center of each and binds them together: a lack of long-term thinking. We're very bad long-term thinkers.\\"\\" Jim delivers a message of hope, helping to answer the question, \\"How can I live my life in a way that brings satisfaction, balance, happiness, and a sense of value? In other words, how can I be part of the solution?\\" He suggests positive ways to improve our ability to embrace a larger vision of our place in the world. Conversational, provocative, witty and often laugh-aloud funny, \\"Long-Term Thinking for a Short-Sighted World\\" will inspire readers who are seeking ways to realign priorities and re-examine what brings true, long-term happiness and sustainability.","image":null,"links":"book|https://www.amazon.com/Long-Term-Thinking-Short-Sighted-World-Restoring/dp/1612641245?tag=learnawesome-20;summary|https://fourminutebooks.com/long-term-thinking-for-a-short-sighted-world-summary/","topics":"thinking","creators":"Author of Long-Term Thinking For A Short-Sighted World","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8ef85b8-1b3c-41db-940e-0389db1007a1","name":"Long Walk To Freedom","description":"Nelson Mandela is one of the great moral and political leaders of our time: an international hero whose lifelong dedication to the fight against racial oppression in South Africa won him the Nobel Peace Prize and the presidency of his country. Since his triumphant release in 1990 from more than a quarter-century of imprisonment, Mandela has been at the center of the most compelling and inspiring political drama in the world. As president of the African National Congress and head of South Africa's anti-apartheid movement, he was instrumental in moving the nation toward multiracial government and majority rule. He is revered everywhere as a vital force in the fight for human rights and racial equality. The foster son of a Thembu chief, Mandela was raised in the traditional, tribal culture of his ancestors, but at an early age learned the modern, inescapable reality of what came to be called apartheid, one of the most powerful and effective systems of oppression ever conceived. In classically elegant and engrossing prose, he tells of his early years as an impoverished student and law clerk in a Jewish firm in Johannesburg, of his slow political awakening, and of his pivotal role in the rebirth of a stagnant ANC and the formation of its Youth League in the 1950s. He describes the struggle to reconcile his political activity with his devotion to his family, the anguished breakup of his first marriage, and the painful separations from his children. He brings vividly to life the escalating political warfare in the fifties between the ANC and the government, culminating in his dramatic escapades as an underground leader and the notorious Rivonia Trial of 1964, at which he was sentenced to life imprisonment. Herecounts the surprisingly eventful twenty-seven years in prison and the complex, delicate negotiations that led both to his freedom and to the beginning of the end of apartheid. Finally he provides the ultimate inside account.","image":null,"links":"book|https://www.goodreads.com/book/show/318431.Long_Walk_to_Freedom;summary|https://fourminutebooks.com/long-walk-to-freedom-summary/","topics":"nelson-mandela","creators":"Author of Long Walk To Freedom","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76fdf671-8285-4a68-9a60-74b5f93e6cce","name":"Losing My Virginity","description":"\\"Oh, screw it, let's do it.\\"That's the philosophy that has allowed Richard Branson, in slightly more than twenty-five years, to spawn so many successful ventures. From the airline business (Virgin Atlantic Airways), to music (Virgin Records and V2), to cola (Virgin Cola), to retail (Virgin Megastores), and nearly a hundred others, ranging from financial services to bridal wear, Branson has a track record second to none. \\"Losing My Virginity\\" is the unusual, frequently outrageous autobiography of one of the great business geniuses of our time. When Richard Branson started his first business, he and his friends decided that \\"since we're complete virgins at business, let's call it just that: Virgin.\\" Since then, Branson has written his own \\"rules\\" for success, creating a group of companies with a global presence, but no central headquarters, no management hierarchy, and minimal bureaucracy.Many of Richard Branson's companies -- airlines, retailing, and cola are good examples -- were started in the face of entrenched competition. The experts said, \\"Don't do it.\\" But Branson found golden opportunities in markets in which customers have been ripped off or underserved, where confusion reigns, and the competition is complacent. And in this stressed-out, overworked age, Richard Branson gives us a new model: a dynamic, hardworking, successful entrepreneur who lives life to the fullest. Family, friends, fun, and adventure are equally important as business in Branson's life. \\"Losing My Virginity\\" is a portrait of a productive, sane, balanced life, filled with rich and colorful stories: Crash-landing his hot-air balloon in the Algerian desert, yet remaining determined tohave another go at being the first to circle the globeSigning the Sex Pistols, Janet Jackson, the Rolling Stones, Boy George, and Phil CollinsFighting back when British Airways took on Virgin Atlantic and successfully suing this pillar of the British business establishmentSwimming two miles to safety during a violent storm off the coast of MexicoSelling Virgin Records to save Virgin AtlanticStaging a rescue flight into Baghdad before the start of the Gulf War . . .And much more. \\"Losing My Virginity\\" is the ultimate tale of personal and business survival from a man who combines the business prowess of Bill Gates and the promotional instincts of P. T. Barnum.","image":"https://covers.openlibrary.org/b/id/6620629-M.jpg","links":"book|https://www.amazon.in/Losing-My-Virginity-Survived-Business/dp/0812931017?tag=learnawesome-21;summary|https://fourminutebooks.com/losing-my-virginity-summary/;summary|https://sivers.org/book/RichardBranson","topics":"business;richard-branson","creators":"Richard Branson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdd64ba4-59c8-4b40-8e3c-b9885057bcdf","name":"Lost Connections","description":"From the New York Times bestselling author of Chasing the Scream: The First and Last Days of the War on Drugs, a startling challenge to our thinking about depression and anxiety.Award-winning journalist Johann Hari suffered from depression since he was a child and started taking antidepressants when he was a teenager. He was told—like his entire generation—that his problem was caused by a chemical imbalance in his brain. As an adult, trained in the social sciences, he began to investigate this question—and he learned that almost everything we have been told about depression and anxiety is wrong. Across the world, Hari discovered social scientists who were uncovering the real causes—and they are mostly not in our brains, but in the way we live today. Hari’s journey took him from the people living in the tunnels beneath Las Vegas, to an Amish community in Indiana, to an uprising in Berlin—all showing in vivid and dramatic detail these new insights. They lead to solutions radically different from the ones we have been offered up until now.Just as Chasing the Scream transformed the global debate about addiction, with over twenty million views for his TED talk and the animation based on it, Lost Connections will lead us to a very different debate about depression and anxiety—one that shows how, together, we can end this epidemic.","image":null,"links":"book|https://www.goodreads.com/book/show/34921573-lost-connections;summary|https://fourminutebooks.com/lost-connections-summary/","topics":"psychology;depression;mental-health;anxiety","creators":"Johann Hari","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29f2adc5-3a7b-4e66-9155-e36453b72bbd","name":"Loving What Is","description":"Out of nowhere, like a breeze in a marketplace crowded with advice, comes Byron Katie and “The Work.” In the midst of a normal life, Katie became increasingly depressed, and over a ten-year period sank further into rage, despair, and thoughts of suicide. Then one morning, she woke up in a state of absolute joy, filled with the realization of how her own suffering had ended. The freedom of that realization has never left her, and now in Loving What Is you can discover the same freedom through The Work. The Work is simply four questions that, when applied to a specific problem, enable you to see what is troubling you in an entirely different light. As Katie says, “It’s not the problem that causes our suffering; it’s our thinking about the problem.” Contrary to popular belief, trying to let go of a painful thought never works; instead, once we have done The Work, the thought lets go of us. At that point, we can truly love what is, just as it is.Loving What Is will show you step-by-step, through clear and vivid examples, exactly how to use this revolutionary process for yourself. You’ll see people do The Work with Katie on a broad range of human problems, from a wife ready to leave her husband because he wants more sex, to a Manhattan worker paralyzed by fear of terrorism, to a woman suffering over a death in her family. Many people have discovered The Work’s power to solve problems; in addition, they say that through The Work they experience a sense of lasting peace and find the clarity and energy to act, even in situations that had previously seemed impossible. If you continue to do The Work, you may discover, as many people have, that the questioning flows into every aspect of your life, effortlessly undoing the stressful thoughts that keep you from experiencing peace. Loving What Is offers everything you need to learn and live this remarkable process, and to find happiness as what Katie calls “a lover of reality.”","image":null,"links":"book|https://openlibrary.org/books/OL22990522M/Loving_what_is;summary|https://fourminutebooks.com/loving-what-is-summary/","topics":"psychology","creators":"Byron Katie","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed2c8b86-7798-4846-a536-e0c2de28b18a","name":"Make A Killing On Kindle","description":null,"image":null,"links":"book|https://www.amazon.com/Make-Killing-Kindle-2018-Book-ebook/dp/B0757WX3BR?tag=learnawesome-20;summary|https://fourminutebooks.com/make-a-killing-on-kindle-summary/","topics":"publishing;writing","creators":"Author of Make A Killing On Kindle","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27af8d63-a470-4169-a517-e8a76f83a83b","name":"Make Time","description":"Nobody ever looked at an empty calendar and said, 'The best way to spend this time is by cramming it full of meetings!' Or got to work in the morning and thought, 'Today I'll spend hours on Facebook!' Yet, that's exactly what we do. Why?In a world where information refreshes endlessly and the workday feels like a race to react to other people's priorities faster, frazzled and distracted has become our default position. But what if the exhaustion of constant busyness wasn’t mandatory? What if you could step off the hamster wheel and start taking control of your time and attention? That’s what this book is about.As creators of Google Ventures' renowned 'design sprint', Jake and John have helped hundreds of teams solve important problems by changing how they work. Building on the success of these sprints and their experience designing ubiquitous tech products like Gmail and YouTube, they spent years experimenting with their own personal habits and routines, looking for ways to help individuals optimize their energy, focus, and time. Now they've packaged the most effective tactics into a four-step daily framework that anyone can use to systematically design their days.Make Time is not a one-size-fits-all formula. Instead, it offers a customizable menu of bite-sized tips and strategies that can be tailored to individual habits and lifestyles. It isn’t about productivity, or checking off more to-dos. Nor does it propose unrealistic solutions like throwing out your smartphone or swearing off social media. Making time isn’t about radically overhauling your lifestyle; it’s about making small shifts in your environment to liberate yourself from constant busyness and distraction.A must-read for anyone who has ever thought 'If only there were more hours in the day...' Make Time will help you to stop passively reacting to the demands of the modern world and start intentionally making time for the things that matter.","image":null,"links":"book|https://www.goodreads.com/book/show/37880811-make-time;summary|https://fourminutebooks.com/make-time-summary/","topics":"productivity","creators":"Author of Make Time","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f56f5557-b1f4-47da-bf8a-5ad09e17f906","name":"Make Your Bed","description":"If you want to change the world, start off by making your bed.If you make your bed every morning, you will have accomplished the first task of the day. It will give you a small sense of pride and it will encourage you to do another task and another and another. By the end of the day, that one task completed will have turned into many tasks completed. Making your bed will also reinforce the fact that little things in life matter. I you can't do the little things right, you will never do the big things right.- From Admiral McRaven's University of Texas Commencement Speech","image":"https://covers.openlibrary.org/b/id/7984714-M.jpg","links":"book|https://www.amazon.com/Make-Your-Bed-Little-Things/dp/1455570249?tag=learnawesome-20;summary|https://fourminutebooks.com/make-your-bed-summary/","topics":"psychology;productivity","creators":"William H. McRaven","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35ec4d63-a0f6-40de-809b-ca5fc2dfe89b","name":"101 Things I Learned in Engineering School - Summary at Blas.com","description":"Some major takeaways from the field of engineering Key Takeaways Civil engineering is the …","image":"https://blas.com/wp-content/uploads/2019/12/41liEl23g1L._SY380_BO1204203200_-300x230.jpg","links":"summary|https://blas.com/engineering-101/","topics":"engineering;john-kuprenas;matthew-frederick","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45a1a7ca-8860-4392-b3b1-dc039cd3e3f0","name":"Margin of Safety: Risk-Averse Value Investing for the Thoughtful Investors - Summary at Blas.com","description":"“My goals in writing this book are twofold. In the first section, I identify …","image":"https://blas.com/wp-content/uploads/2019/11/51Juq5mcITL._SX346_BO1204203200_-209x300.jpg","links":"summary|https://blas.com/margin-of-safety/","topics":"finance;investing;margin-of-safety","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3fbcfc4-348b-4e0c-8081-566a53c85e84","name":"Six Easy Pieces: Essentials of Physics Explained - Summary at Blas.com","description":"A distillation of some of the key principles that Feynman covers in his lectures …","image":"https://blas.com/wp-content/uploads/2019/11/518YRAWdG4L._SY445_-193x300.jpg","links":"summary|https://blas.com/six-easy-pieces/","topics":"physics;richard-feynman","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c4ff709-569e-45b6-b4b9-b6e9e1df08db","name":"The Idea Factory: Bell Labs and the Great Age of American Innovation - Summary at Blas.com","description":"“This book is about innovation—about how it happens, why it happens, and who makes …","image":"https://blas.com/wp-content/uploads/2019/11/51LyIMnRk9L._SX324_BO1204203200_-196x300.jpg","links":"summary|https://blas.com/the-idea-factory/","topics":"att;bell-labs;business;claude-shannon;innovation;jon-gertner;technology;transistors;william-shockley","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b233cc9-e0bb-43cd-97e7-7c0f63d72d03","name":"Make Your Mark - Summary by FourMinuteBooks","description":"By Jocelyn K. Glei","image":"https://learn-awesome.github.io/assets/book_covers/21888210.jpg","links":"summary|https://fourminutebooks.com/make-your-mark-summary/;book|https://www.amazon.in/Make-Your-Mark-Creatives-Building/dp/1480589306?tag=learnawesome-21","topics":"business;design;entrepreneurship;productivity","creators":"Jocelyn K. Glei","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"860e863e-3684-49a7-ab48-289f023f0a22","name":"Making Ideas Happen","description":" How the world's leading innovators push their ideas to fruition again and again Edison famously said that genius is 1 percent inspiration, 99 percent perspiration. Ideas for new businesses, solutions to the world's problems, and artistic breakthroughs are common, but great execution is rare. According to Scott Belsky, the capacity to make ideas happen can be developed by anyone willing to develop their organizational habits and leadership capability. That's why he founded Behance, a company that helps creative people and teams across industries develop these skills. Belsky has spent six years studying the habits of creative people and teams that are especially productive-the ones who make their ideas happen time and time again. After interviewing hundreds of successful creatives, he has compiled their most powerful-and often counterintuitive-practices, such as: •Generate ideas in moderation and kill ideas liberally •Prioritize through nagging •Encourage fighting within your team While many of us obsess about discovering great new ideas, Belsky shows why it's better to develop the capacity to make ideas happen-a capacity that endures over time.","image":"https://covers.openlibrary.org/b/id/6387329-M.jpg","links":"book|https://openlibrary.org/books/OL24226214M/Making_Ideas_Happen;summary|https://fourminutebooks.com/making-ideas-happen-summary/;summary|https://sivers.org/book/MakingIdeasHappen","topics":"design;innovation;productivity","creators":"Scott Belsky","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c824e261-05ff-4219-ab54-726f3f98e8a0","name":"Man’s Search For Meaning","description":null,"image":null,"links":"book|https://www.amazon.com/Mans-Search-Meaning-Viktor-Frankl-ebook/dp/B009U9S6FI?tag=learnawesome-20;summary|https://fourminutebooks.com/mans-search-for-meaning-summary/","topics":"philosophy","creators":"Author of Man’s Search For Meaning","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5aae15b7-e028-4b59-b5a4-1029a3431e4f","name":"Manufacturing Consent - Summary by FourMinuteBooks","description":"By Noam Chomsky","image":"https://learn-awesome.github.io/assets/book_covers/12617.jpg","links":"summary|https://fourminutebooks.com/manufacturing-consent-summary/;book|https://www.goodreads.com/book/show/12617.Manufacturing_Consent","topics":"politics;sociology","creators":"Edward S. Herman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c67700be-1e87-4c8a-b835-ce5be8da2a2c","name":"Meditations On First Philosophy","description":"Meditations on First Philosophy is a philosophical treatise written by René Descartes first published in Latin in 1641. The book is made up of six meditations, in which Descartes first discards all belief in things which are not absolutely certain, and then tries to establish what can be known for sure. The meditations were written as if he was meditating for 6 days: each meditation refers to the last one as \\"yesterday\\". However, Descartes did not take 6 days to complete this work; it actually took several years.","image":"https://covers.openlibrary.org/b/id/8890048-M.jpg","links":"book|https://www.amazon.in/Meditations-First-Philosophy-Hackett-Classics/dp/0872201929?tag=learnawesome-21;summary|https://fourminutebooks.com/meditations-on-first-philosophy-summary/","topics":"philosophy","creators":"René Descartes","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c26c567-06a9-4efd-aa4c-78f14b8ad208","name":"Meditations - Summary by FourMinuteBooks","description":"By Marcus Aurelius","image":"https://learn-awesome.github.io/assets/book_covers/30659.jpg","links":"summary|https://fourminutebooks.com/meditations-summary/;summary|https://sivers.org/book/Meditations;book|https://openlibrary.org/books/OL672774M/The_meditations","topics":"philosophy","creators":"Marcus Aurelius","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e998c13-1923-425a-9ff8-3fff93c13595","name":"Men Are From Mars, Women Are From Venus","description":"Once upon a time Martians and Venusians met, fell in love, and had happy relationships together because they respected and accepted their differences. Then they came to Earth and amnesia set in: they forgot they were from different planets.Based on years of successful counseling of couples and individuals, Men Are from Mars, Women Are from Venus has helped millions of couples transform their relationships. Now viewed as a modern classic, this phenomenal book has helped men and women realize how different they really are and how to communicate their needs in such a way that conflict doesn't arise and intimacy is given every chance to grow!!!!","image":"https://covers.openlibrary.org/b/id/30289-M.jpg","links":"book|https://www.amazon.com/Men-Mars-Women-Venus-Understanding/dp/0060574216?tag=learnawesome-20;summary|https://fourminutebooks.com/men-are-from-mars-women-are-from-venus-summary/","topics":"psychology;relationships","creators":"John Gray","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2e26da2-65f3-4960-86b3-6af7dd5d7f8d","name":"Merchants of Doubt - Summary by FourMinuteBooks","description":"By Naomi Oreskes","image":"https://learn-awesome.github.io/assets/book_covers/7799004.jpg","links":"summary|https://fourminutebooks.com/merchants-of-doubt-summary/;book|https://www.amazon.com/Merchants-Doubt-Handful-Scientists-Obscured/dp/1608193942?tag=learnawesome-20","topics":"science;politics;environment;climate-change","creators":"Author of Merchants of Doubt","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"835ac034-8e68-4499-89f6-ccc5c1169678","name":"The Autobiography Of Malcolm X - Summary by FourMinuteBooks","description":"By Malcolm X","image":"https://learn-awesome.github.io/assets/book_covers/92057.jpg","links":"summary|https://fourminutebooks.com/the-autobiography-of-malcolm-x-summary/;book|https://www.amazon.com/Autobiography-Malcolm-MAXNotes-Literature-Guides/dp/0878910042?tag=learnawesome-20","topics":"malcolm-x;politics;race","creators":"Malcolm X","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e157b66-1bf9-4226-a4c9-3e73690dfd85","name":"Million Dollar Consulting","description":"Build a thriving consultancy with the updated edition of this classic bestsellerHaving inspired generations of consultants and entrepreneurs around the world, the \\"Rock Star of Consulting\\" Alan Weiss returns with a revised and completely updated edition of his authoritative guide to consulting success.Weiss provides his time-tested model on creating a flourishing consulting business, while incorporating and focusing on the many dynamic changes in solo and boutique consulting, coaching, and entrepreneurship. In addition to guidance on raising capital, attracting clients, and creating a marketing plan, he also gives brand new step-by-step advice on:- Harnessing today's global opportunities - Developing brands across markets- Creating and licensing intellectual property- Avoiding the pitfalls of social media- Landing unsolicited referrals through counterintuitive methods- Managing and organizing your time wisely- Succeeding in the face of continuing turbulenceFind out why this book has been the classic go-to for consultants for nearly twenty-five years, and learn how to grow your business into a $1 million-per-year firm today!","image":null,"links":"book|https://www.goodreads.com/book/show/260218.Million_Dollar_Consulting;summary|https://fourminutebooks.com/million-dollar-consulting-summary/","topics":"business;consulting","creators":"Author of Million Dollar Consulting","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40a14e51-c88a-4156-b2e4-db01fa95f7e5","name":"Millionaire Success Habits","description":"Legendary business coach and entrepreneur Dean Graziosi takes you from where you are in life to where you want to be, using simple tools to reshape daily routines and open new doors to prosperity--whether you're a fellow entrepreneur, an employee or executive, or a new grad in your first job.\\"In this incredibly inspiring book, Dean Graziosi gives us the key to greater happiness, wealth and freedom. A must-read.\\" -- Brendon Burchard\\"Dean Graziosi has the unique ability to take what others make so complicated and boil it down to a recipe for success that anyone can follow.\\" -- Larry King.\\"In this book there are amazing recipes to get the life you want faster, easier and with less stress. Read it and live rich!\\" -- David BachMillionaire Success Habits is a book designed with one purpose in mind: to take you from where you are in life, to where you want to be in life, by incorporating easy-to-implement \\"Success Habits\\" into your daily routine. This book is not about adding more time to your day. It is about replacing those things that are not serving your future with success habits designed specifically to assist you on your journey to a better you. Millionaire Success Habits has broken down the walls of complexity around success and created simple success recipes that you can quickly put to use in your life to reach the level of wealth and abundance you desire.","image":"https://covers.openlibrary.org/b/id/8801483-M.jpg","links":"book|https://www.amazon.com/Millionaire-Success-Habits-Gateway-Prosperity/dp/1401956874?tag=learnawesome-20;summary|https://fourminutebooks.com/millionaire-success-habits-summary/","topics":"habits;personal-finance;productivity","creators":"Dean Graziosi","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f5eb0a6-9052-416d-89f8-a4b2cd065c22","name":"Mind Gym","description":"Combines psychological principles with inspirational stories to help amateur athletes take their game to the next level, overcome adversity, stay motivated, and follow their dreams.","image":null,"links":"book|https://www.goodreads.com/book/show/451720.Mind_Gym;summary|https://fourminutebooks.com/mind-gym-summary/","topics":"sports;psychology","creators":"Gary Mack","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c78e4766-13a4-4bfb-9f17-8464d5bff1e4","name":"Mindsight - Summary by FourMinuteBooks","description":"From a pioneer in the field of mental health comes a groundbreaking book on the healing power of \\"mindsight,\\" the potent skill that is the basis for both emotional and social intelligence. Mindsight allows you to make positive changes in your brain-and in your life.- Is there a memory that torments you, or an irrational fear you can' t shake?- Do you sometimes become unreasonably angry or upset and find it hard to calm down?- Do you ever wonder why you can't stop behaving the way you do, no matter how hard you try?- Are you and your child (or parent, partner, or boss) locked in a seemingly inevitable pattern of conflict?What if you could escape traps like these and live a fuller, richer, happier life? This isn't mere speculation but the result of twenty-five years of careful hands-on clinical work by Daniel J. Siegel, M.D. A Harvard-trained physician, Dr. Siegel is one of the revolutionary global innovators in the integration of brain science into the practice of psychotherapy. Using case histories from his practice, he shows how, by following the proper steps, nearly everyone can learn how to focus their attention on the internal world of the mind in a way that will literally change the wiring and architecture of their brain.Through his synthesis of a broad range of scientific research with applications to everyday life, Dr. Siegel has developed novel approaches that have helped hundreds of patients heal themselves from painful events in the past and liberate themselves from obstacles blocking their happiness in the present. And now he has written the first book that will help all of us understand the potential we have to create our own lives. Showing us mindsight in action, Dr. Siegel describes- a sixteen-year-old boy with bipolar disorder who uses meditation and other techniques instead of drugs to calm the emotional storms that made him suicidal- a woman paralyzed by anxiety, who uses mindsight to discover, in an unconscious memory of a childhood accident, the source of her dread- a physician-the author himself-who pays attention to his intuition, which he experiences as a \\"vague, uneasy feeling in my belly, a gnawing restlessness in my heart and my gut,\\" and tracks down a patient who could have gone deaf because of an inaccurately written prescription for an ear infection- a twelve-year-old girl with OCD who learns a meditation that is \\"like watching myself from outside myself\\" and, using a form of internal dialogue, is able to stop the compulsive behaviors that have been tormenting herThese and many other extraordinary stories illustrate how mindsight can help us master our emotions, heal our relationships, and reach our fullest potential.A book as inspiring as it is informative, as practical as it is profound, Mindsight offers exciting new proof that we aren't hardwired to behave in certain ways, but instead have the ability to harness the power of our minds to resculpt the neural pathways of our brains in ways that will be life-transforming.","image":null,"links":"summary|https://fourminutebooks.com/mindsight-summary/;book|https://www.goodreads.com/book/show/6315775-mindsight","topics":"psychology;mental-health","creators":"Daniel J. Siegel","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef3ba610-b214-462c-a4ae-4e381838006b","name":"Mini Habits","description":"I had experimented with personal development strategies for a decade. When I accidentally started my first mini habit—and the changes I made were actually lasting—I realized the prior strategies I relied on were complete failures. When something works, that which doesn't work is exposed. The science in Mini Habits exposes the predictably inconsistent results of most popular personal growth strategies, and reveals why mini habits are consistent. A mini habit is a very small positive behavior that you force yourself to do every day; a mini habit's \\"too small to fail\\" nature makes it weightless, deceptively powerful, and a superior habit-building strategy. Mini Habits will better equip you to change your life than 99% of the people you see walking around on this globe. People so often think that they are the reason they can't achieve lasting change; but the problem isn't with them—it's with their strategy. You can achieve great things without the guilt, intimidation, and repeated failure associated with such strategies such as \\"getting motivated,\\" resolutions, or even \\"just doing it.” To make changes last, you need to stop fighting against your brain. When you start playing by your brain's rules—as mini habits show you how to do—lasting change isn't so hard.","image":"https://covers.openlibrary.org/b/id/8093714-M.jpg","links":"book|https://www.goodreads.com/book/show/20567918-mini-habits;summary|https://fourminutebooks.com/mini-habits-summary/","topics":"habits;productivity","creators":"Stephen Guise","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7900371d-b86f-47fa-b7e1-042517057a79","name":"Minimalism","description":null,"image":null,"links":"book|https://www.amazon.com/Minimalism-Meaningful-Joshua-Fields-Millburn-ebook/dp/B006I7DDPI?tag=learnawesome-20;summary|https://fourminutebooks.com/minimalism-summary/","topics":"minimalism","creators":"Author of Minimalism","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"150fa843-fa0d-40c2-b845-ebc0eaf2adf5","name":"Mistakes Were Made, But Not By Me - Summary by FourMinuteBooks","description":"By Carol Tavris","image":"https://learn-awesome.github.io/assets/book_covers/522525.jpg","links":"summary|https://fourminutebooks.com/mistakes-were-made-but-not-by-me-summary/;book|https://www.amazon.in/Mistakes-Were-Made-But-Not/dp/1491514132?tag=learnawesome-21","topics":"psychology;sociology","creators":"Carol Tavris","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb2384ec-83a4-4651-8e5a-744f2f5201d1","name":"Money Master The Game","description":null,"image":null,"links":"book|https://www.amazon.com/MONEY-Master-Game-Financial-Freedom-ebook/dp/B00MZAIU4G?tag=learnawesome-20;summary|https://fourminutebooks.com/money-master-the-game-summary/","topics":"personal-finance","creators":"Author of Money Master The Game","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9c03cb9-6da4-4212-90aa-0a4242b9ab56","name":"Moonshot","description":"The future belongs to those who see the possibilities before they become obvious This is the most exciting time ever to be part of the business world.Throughout history, there are some events that stand out as so groundbreaking that they completely change life as we know it. The Apollo moon landing of 1969 was one of those events the invention of the Apple personal computer was another. The time is ripe for a new breed of innovative entrepreneurs to build businesses across industries that will bring in billions of dollars while changing people s lives for the better. In this book, John Sculley will show you how to do it.Former CEO of both PepsiCo and Apple, John Sculley lays out a roadmap for building a truly transformative business. Beginning with a can t-fail concept and inspired by smart data, Moonshot! reveals the core concepts for a twenty-first century business. Producer-in-Control models are a thing of the past, but the Customer-in-Control future is bright for those that know how to use it. With technology at your back, now might be the best time in history to start a business but the future belongs to those who see the possibilities before they become obvious. \\"Moonshot!\\" will teach you to have the upper hand in any business.\\"","image":null,"links":"book|https://www.amazon.com/Moonshot-Game-Changing-Strategies-Billion-Dollar-Businesses/dp/0795348622?tag=learnawesome-20;summary|https://fourminutebooks.com/moonshot-summary/","topics":"business;leadership","creators":"John Sculley","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9000292f-04fa-41d9-a45e-91c270184007","name":"Moonwalking With Einstein","description":"The blockbuster phenomenon that charts an amazing journey of the mind while revolutionizing our concept of memory An instant bestseller that is poised to become a classic, Moonwalking with Einstein recounts Joshua Foer's yearlong quest to improve his memory under the tutelage of top \\"mental athletes.\\" He draws on cutting-edge research, a surprising cultural history of remembering, and venerable tricks of the mentalist's trade to transform our understanding of human memory. From the United States Memory Championship to deep within the author's own mind, this is an electrifying work of journalism that reminds us that, in every way that matters, we are the sum of our memories.\\n \\n","image":"https://sivers.org/images/MoonwalkingEinstein.gif","links":"book|https://www.goodreads.com/book/show/6346975-moonwalking-with-einstein;summary|https://fourminutebooks.com/moonwalking-with-einstein-summary/;summary|https://sivers.org/book/MoonwalkingEinstein","topics":"memory;psychology","creators":"Joshua Foer","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a53565e6-42eb-42dd-8cc5-2cbb5303660d","name":"The Automatic Millionaire","description":null,"image":null,"links":"book|https://www.amazon.in/Automatic-Millionaire-Expanded-Updated-Powerful-ebook/dp/B01G0GD0PE?tag=learnawesome-21;summary|https://fourminutebooks.com/the-automatic-millionaire-summary/","topics":"personal-finance","creators":"Author of The Automatic Millionaire","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44267270-8ce3-4d65-b049-e36eddfd29d0","name":"The Barefoot Investor","description":null,"image":null,"links":"book|https://www.amazon.com/Barefoot-Investor-Money-Guide-Youll-ebook/dp/B01N79M1DS?tag=learnawesome-20;summary|https://fourminutebooks.com/the-barefoot-investor-summary/","topics":"personal-finance","creators":"Author of The Barefoot Investor","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21ffb91c-cdc4-497f-a53c-fa693cc74823","name":"The First Three Minutes","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/150131.The_First_Three_Minutes?ac=1&from_search=true&qid=ngjodjTsjn&rank=1","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f32c62d9-44a8-4b40-af1b-f68a4745e1e5","name":"Move Your Bus","description":"New York Times bestselling author and award-winning educator Ron Clark applies his successful leadership principles to the business world in this effective and accessible guidebook, perfect for any manager looking to inspire and motivate his or her team. Includes a foreword by bestselling author and FranklinCovey executive Sean Covey.Teamwork is crucial to the success of any business, and as acclaimed author and speaker Ron Clark illustrates, the members of any team are the key to unlocking success. Imagine a company as a bus filled with people who either help or hinder a team's ability to move it forward: drivers (who steer the organization), runners (who consistently go above and beyond for the good of the organization), joggers (who do their jobs without pushing themselves), walkers (who are just getting pulled along), and riders (who hinder success and drag the team down). It's the team leader's job to recognize how members fall into these categories, encourage them to keep the \\"bus\\" moving by working together, and know when it's time to kick the riders off.In the tradition of Who Moved My Cheese? and Fish!, Move Your Bus is an accessible and uplifting business parable that illustrates Clark's expert strategies to maximize the performance of each member of a team. These easy to implement techniques will inspire employees and team leaders alike to work harder and smarter and drive the organization to succeed.","image":null,"links":"book|https://www.goodreads.com/book/show/23492545-move-your-bus;summary|https://fourminutebooks.com/move-your-bus-summary/","topics":"business;leadership","creators":"Ron Clark","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edebef1c-779c-44d1-bfa1-fb5b6d56be27","name":"Multipliers","description":"Wall Street Journal BestsellerA thought-provoking, accessible, and essential exploration of why some leaders (“Diminishers”) drain capability and intelligence from their teams, while others (“Multipliers”) amplify it to produce better results. Including a foreword by Stephen R. Covey, as well the five key disciplines that turn smart leaders into genius makers, Multipliers is a must-read for everyone from first-time managers to world leaders.","image":null,"links":"book|https://www.goodreads.com/book/show/8310410-multipliers;summary|https://fourminutebooks.com/multipliers-summary/","topics":"leadership;business;management","creators":"Author of Multipliers","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73bafce7-b68a-4635-b509-c627816280c6","name":"My Stroke Of Insight","description":null,"image":null,"links":"book|https://www.amazon.in/My-Stroke-Insight-Scientists-Personal-ebook/dp/B0019IB0II?tag=learnawesome-21;summary|https://fourminutebooks.com/my-stroke-of-insight-summary/","topics":"neuroscience;psychology","creators":"Author of My Stroke Of Insight","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea5abf7f-c0fd-4f61-920e-50510c1e0cde","name":"Napoleon The Great","description":null,"image":null,"links":"book|https://www.amazon.in/Napoleon-Great-Andrew-Roberts-2015-10-15/dp/B01N8YEQG8?tag=learnawesome-21;summary|https://fourminutebooks.com/napoleon-the-great-summary/","topics":"history;napoleon","creators":"Author of Napoleon The Great","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0e2b649-ff42-4d38-be5f-b4657bd5b9df","name":"Necessary Endings","description":"“If you’re hesitant to pull the trigger when things obviously aren't working out, Henry Cloud’s Necessary Endings may be the most important book you read all year.” —Dave Ramsey, New York Times bestselling author of The Total Money Makeover“Cloud is a wise, experienced, and compassionate guide through [life’s] turbulent passages.” —Bob Buford, bestelling author of Halftime and Finishing Well; founder of the Leadership Network Henry Cloud, the bestselling author of Integrity and The One-Life Solution, offers this mindset-altering method for proactively correcting the bad and the broken in our businesses and our lives. Cloud challenges readers to achieve the personal and professional growth they both desire and deserve—and gives crucial insight on how to make those tough decisions that are standing in the way of a more successful business and, ultimately, a better life.","image":"https://covers.openlibrary.org/b/id/6679759-M.jpg","links":"book|https://www.amazon.com/Necessary-Endings-Henry-Cloud/dp/0061777129?tag=learnawesome-20;summary|https://fourminutebooks.com/necessary-endings-summary/","topics":"business;leadership;psychology;relationships","creators":"Henry Cloud","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab39a0f2-7b76-49a8-a84b-e71685dedb0f","name":"Never Eat Alone","description":"Keith Ferrazzi is the guru of networking and this book lays out his approach, tactics …","image":"https://sivers.org/images/NeverEatAlone.gif","links":"book|https://www.amazon.com/Never-Eat-Alone-Expanded-Updated/dp/0385346654?tag=learnawesome-20;summary|https://fourminutebooks.com/never-eat-alone-summary/;summary|https://sivers.org/book/NeverEatAlone;summary|https://blas.com/never-eat-alone/","topics":"business;relationships;leadership;tahl-raz;networking;keith-ferrazzi;career","creators":"Keith Ferrazzi","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"855e86a4-62e1-40d0-9706-eb023209c926","name":"Never Split The Difference - Summary by FourMinuteBooks","description":"By Chris Voss","image":"https://learn-awesome.github.io/assets/book_covers/26156469.jpg","links":"summary|https://fourminutebooks.com/never-split-the-difference-summary/;summary|https://sivers.org/book/NeverSplit;book|https://www.amazon.in/Never-Split-Difference-Negotiating-Depended/dp/0062407805?tag=learnawesome-21","topics":"negotiation;psychology","creators":"Chris Voss","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"127a5edc-6041-4cf4-b86e-0dc977604ef4","name":"No-Drama Discipline","description":"NEW YORK TIMES BESTSELLER - The pioneering experts behind The Whole-Brain Child and The Yes Brain tackle the ultimate parenting challenge: discipline.\\"A lot of fascinating insights . . . an eye-opener worth reading.\\"--ParentsHighlighting the fascinating link between a child's neurological development and the way a parent reacts to misbehavior, No-Drama Discipline provides an effective, compassionate road map for dealing with tantrums, tensions, and tears--without causing a scene.Defining the true meaning of the \\"d\\" word (to instruct, not to shout or reprimand), the authors explain how to reach your child, redirect emotions, and turn a meltdown into an opportunity for growth. By doing so, the cycle of negative behavior (and punishment) is essentially brought to a halt, as problem solving becomes a win/win situation. Inside this sanity-saving guide you'll discover- strategies that help parents identify their own discipline philosophy--and master the best methods to communicate the lessons they are trying to impart - facts on child brain development--and what kind of discipline is most appropriate and constructive at all ages and stages - the way to calmly and lovingly connect with a child--no matter how extreme the behavior--while still setting clear and consistent limits - tips for navigating your child through a tantrum to achieve insight, empathy, and repair - twenty discipline mistakes even the best parents make--and how to stay focused on the principles of whole-brain parenting and discipline techniquesComplete with candid stories and playful illustrations that bring the authors' suggestions to life, No-Drama Discipline shows you how to work with your child's developing mind, peacefully resolve conflicts, and inspire happiness and strengthen resilience in everyone in the family.Praise for No-Drama Discipline\\"With lucid, engaging prose accompanied by cartoon illustrations, Siegel and Bryson help parents teach and communicate more effectively.\\"--Publishers Weekly\\"Wow! This book grabbed me from the very first page and did not let go.\\"--Lawrence J. Cohen, Ph.D., author of The Opposite of Worry","image":null,"links":"book|https://www.amazon.com/No-Drama-Discipline-Whole-Brain-Nurture-Developing/dp/034554806X?tag=learnawesome-20;summary|https://fourminutebooks.com/no-drama-discipline-summary/","topics":"parenting;psychology;discipline","creators":"Daniel J. Siegel","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"401c98f9-7466-46f1-bc01-c1cbe931081e","name":"Nobody Wants to Read Your Sh*t","description":"There's a mantra that real writers know but wannabe writers don’t. And the secret phrase is this:NOBODY WANTS TO READ YOUR SH*T. Recognizing this painful truth is the first step in the writer's transformation from amateur to professional. From Chapter Four: “When you understand that nobody wants to read your shit, you develop empathy. You acquire the skill that is indispensable to all artists and entrepreneurs—the ability to switch back and forth in your imagination from your own point of view as writer/painter/seller to the point of view of your reader/gallery-goer/customer. You learn to ask yourself with ev­ery sentence and every phrase: Is this interesting? Is it fun or challenging or inventive? Am I giving the reader enough? Is she bored? Is she following where I want to lead her?\\"","image":null,"links":"book|https://www.amazon.com/Nobody-Wants-Read-Your-Tough-Love/dp/1936891492?tag=learnawesome-20;summary|https://fourminutebooks.com/nobody-wants-to-read-your-sht-summary/","topics":"writing","creators":"Author of Nobody Wants to Read Your Sh*t","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f108087-1219-4ea2-b74d-483b8c1f02c4","name":"Non-Zero: The Logic of Human Destiny - Summary at Blas.com","description":"The tendencies of basic biological, social and technological evolutions can be explained in scientific, …","image":"https://blas.com/wp-content/uploads/2019/11/220px-Nonzero_-_The_Logic_of_Human_Destiny_cover-191x300.jpg","links":"summary|https://blas.com/non-zero/","topics":"complexity;evolution;game-theory;robert-wright;win/win","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a6b4505-f6b4-41e2-80b4-5d864f906d15","name":"The Soulful Art of Persuasion: The 11 Habits That Will Make Anyone a Master Influencer - Summary at Blas.com","description":"Harris walks us through some key persuasion traits and habits  Key Takeaways The 11 …","image":"https://blas.com/wp-content/uploads/2019/11/71QQgLDEtAL-198x300.jpg","links":"summary|https://blas.com/the-soulful-art-of-persuasion/","topics":"jason-harris;persuasion","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53ef4ec7-1e21-4f98-b2aa-107727c84730","name":"How to Lie with Statistics - Summary at Blas.com","description":"The many ways that data and statistics can be manipulated depending on the story …","image":"https://blas.com/wp-content/uploads/2019/11/9780393310726_p0_v2_s550x406-200x300.jpg","links":"summary|https://blas.com/how-to-lie-with-statistics/","topics":"darrell-huff;irving-geis;statistics","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ea17d10-d49e-46c5-a469-2a6471dec961","name":"Invent with Python","description":null,"image":null,"links":"book|http://inventwithpython.com/invent4thed/","topics":"programming-languages/python;computer-science;game-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbfbaf85-b73c-4d00-9f9c-2fe20f54c37d","name":"Nudge - Summary by FourMinuteBooks","description":"By Richard H. Thaler","image":"https://learn-awesome.github.io/assets/book_covers/3450744.jpg","links":"summary|https://fourminutebooks.com/nudge-summary/;summary|https://sivers.org/book/Nudge;book|https://www.amazon.in/Nudge-Improving-Decisions-Health-Happiness/dp/014311526X?tag=learnawesome-21","topics":"psychology;economics","creators":"Richard H. Thaler","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c70abe2-b3a6-4253-b7e7-8eb3fc32a747","name":"On Liberty","description":"John Stuart Mill was a prominent English philosopher and political economist in the 19th century. Mill is considered to be one of the most influential liberal thinkers in history and he was a significant contributor to many fields such as social theory, political theory, and political economy. Mill is also notable for being the first Member of Parliament to argue in favor of women's suffrage. On Liberty, published in 1859, is generally considered to be Mill's most famous work. Mill applies his ethical system of utilitarianism to society in order to establish a relationship between liberty and authority.","image":"https://covers.openlibrary.org/b/id/8890109-M.jpg","links":"book|https://www.goodreads.com/book/show/385228.On_Liberty;summary|https://fourminutebooks.com/on-liberty-summary/","topics":"philosophy;politics;liberty","creators":"John Stuart Mill","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78fd0b60-b41d-4274-b355-611e9186d757","name":"On The Origin Of Species - Summary by FourMinuteBooks","description":"By Charles Darwin","image":"https://learn-awesome.github.io/assets/book_covers/22463.jpg","links":"summary|https://fourminutebooks.com/on-the-origin-of-species-summary/;book|https://www.amazon.com/Origin-Species-150th-Anniversary/dp/0451529065?tag=learnawesome-20","topics":"science;biology;evolution","creators":"Charles Darwin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a855867d-8765-4b46-9391-3af8d1092c7e","name":"On The Shortness Of Life","description":"Seneca, a Stoic philosopher, offers his view on how to live successfully and happily (by being in the moment and not worrying about the past or future since there is nothing you can do about either), the importance of reason and morality and provides timeless wisdom which is just as relevant today as it was millennia ago.","image":"https://covers.openlibrary.org/b/id/111250-M.jpg","links":"book|https://openlibrary.org/books/OL3424522M/On_the_shortness_of_life;summary|https://fourminutebooks.com/on-the-shortness-of-life-summary/;summary|https://blas.com/on-the-shortness-of-life/","topics":"philosophy;life;worth-re-reading;stoicism;seneca;how-to-live-life","creators":"Seneca the Younger","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11840ee1-f0f6-4af3-a9a0-c17078775810","name":"One Simple Idea","description":"With must-have updates, a new edition of the bestselling method that shows how anyone can turn their one simple idea into millions without lifting a finger!Stephen Key is an award-winning inventor who has licensed more than 20 product ideas. In 2011, he shared the secrets to his success in the bestselling book \\"One Simple Idea.\\" Since that time, many changes have occurred in the entrepreneurial world.\\"One Simple Idea, Revised and Expanded Edition\\" has been revised and updated to reflect current trends and practices in the industry. In addition to teaching readers how to turn their ideas into marketable products that companies will want to license, Key expands upon his cutting-edge product development, sales, and negotiation strategies, making note of the new opportunities and technologies available to creative people today. The book also features real-life success stories from people who have used the author s strategies.\\"","image":"https://sivers.org/images/OneSimpleIdea.gif","links":"book|https://www.amazon.in/One-Simple-Idea-Revised-Expanded/dp/1522690379?tag=learnawesome-21;summary|https://fourminutebooks.com/one-simple-idea-summary/;summary|https://sivers.org/book/OneSimpleIdea","topics":"business;entrepreneurship","creators":"Stephen Key","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8698869-bf41-4f04-a21d-9ad4aaea1ccf","name":"Option B","description":"From Facebook's COO and Wharton's top-rated professor, the #1 New York Times best-selling authors of Lean In and Originals: a powerful, inspiring, and practical book about building resilience and moving forward after life's inevitable setbacks.After the sudden death of her husband, Sheryl Sandberg felt certain that she and her children would never feel pure joy again. \\"I was in 'the void, '\\" she writes, \\"a vast emptiness that fills your heart and lungs and restricts your ability to think or even breathe.\\" Her friend Adam Grant, a psychologist at Wharton, told her there are concrete steps people can take to recover and rebound from life-shattering experiences. We are not born with a fixed amount of resilience. It is a muscle that everyone can build. Option B combines Sheryl's personal insights with Adam's eye-opening research on finding strength in the face of adversity. Beginning with the gut-wrenching moment when she finds her husband, Dave Goldberg, collapsed on a gym floor, Sheryl opens up her heart--and her journal--to describe the acute grief and isolation she felt in the wake of his death. But Option B goes beyond Sheryl's loss to explore how a broad range of people have overcome hardships including illness, job loss, sexual assault, natural disasters, and the violence of war. Their stories reveal the capacity of the human spirit to persevere . . . and to rediscover joy. Resilience comes from deep within us and from support outside us. Even after the most devastating events, it is possible to grow by finding deeper meaning and gaining greater appreciation in our lives. Option B illuminates how to help others in crisis, develop compassion for ourselves, raise strong children, and create resilient families, communities, and workplaces. Many of these lessons can be applied to everyday struggles, allowing us to brave whatever lies ahead. Two weeks after losing her husband, Sheryl was preparing for a father-child activity. \\"I want Dave,\\" she cried. Her friend replied, \\"Option A is not available,\\" and then promised to help her make the most of Option B. We all live some form of Option B. This book will help us all make the most of it.","image":"https://covers.openlibrary.org/b/id/8054737-M.jpg","links":"book|https://www.amazon.com/Option-Adversity-Building-Resilience-Finding/dp/1524732680?tag=learnawesome-20;summary|https://fourminutebooks.com/option-b-summary/","topics":"personal-development","creators":"Sheryl Sandberg","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98ccd25d-5f26-482f-a1c3-98666f8ff221","name":"Orientalism","description":"More than three decades after its first publication, Edward Said's groundbreaking critique of the West's historical, cultural, and political perceptions of the East has become a modern classic.In this wide-ranging, intellectually vigorous study, Said traces the origins of \\"orientalism\\" to the centuries-long period during which Europe dominated the Middle and Near East and, from its position of power, defined \\"the orient\\" simply as \\"other than\\" the occident. This entrenched view continues to dominate western ideas and, because it does not allow the East to represent itself, prevents true understanding. Essential, and still eye-opening, Orientalism remains one of the most important books written about our divided world.","image":"https://covers.openlibrary.org/b/id/8703415-M.jpg","links":"book|https://www.amazon.in/Orientalism-Edward-W-Said/dp/039474067X?tag=learnawesome-21;summary|https://fourminutebooks.com/orientalism-summary/","topics":"history;orientalism","creators":"Edward W. Said","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77a28d6b-3b33-4497-8b95-4644c3b9041c","name":"Originals - Summary by FourMinuteBooks","description":"By Adam M. Grant","image":"https://learn-awesome.github.io/assets/book_covers/25614523._SX98_.jpg","links":"summary|https://fourminutebooks.com/originals-summary/;book|https://www.amazon.in/Originals-How-Non-Conformists-Move-World/dp/014312885X?tag=learnawesome-21","topics":"personal-development","creators":"Adam Grant","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed699886-b788-4c69-aed9-7f9cf9aac83d","name":"Peak: How Great Companies Get Their Mojo From Maslow - Summary by FourMinuteBooks","description":"By Chip Conley","image":"https://learn-awesome.github.io/assets/book_covers/612532.jpg","links":"summary|https://fourminutebooks.com/peak-how-great-companies-get-their-mojo-from-maslow-summary/;book|https://openlibrary.org/books/OL26956121M/PEAK;summary|https://blas.com/peak-2/","topics":"business;leadership;psychology;philosophy;chip-conley","creators":"Chip Conley","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f03899c0-4f4a-4513-b4e6-cdc3c22149db","name":"Out Of Our Minds","description":"Creativity is critical.Out of Our Minds explores creativity: its value in business, its ubiquity in children, its perceived absence in many adults and the phenomenon through which it disappears -- and offers a groundbreaking approach for getting it back. Author Sir Ken Robinson is an internationally recognised authority on creativity, and his TED talk on the subject is the most watched video in TED's history. In this book, Sir Ken argues that organisations everywhere are struggling to fix a problem that originates in schools and universities. Organisations everywhere are competing in a world that changes in the blink of an eye - they need people who are flexible enough to adapt, and creative enough to find novel solutions to problems old and new. Out of Our Minds describes how schools, businesses and communities can work together to bring creativity out of the closet and realise its inherent value at every stage of life. This new third edition has been updated to reflect changing technologies and demographics, with updated case studies and coverage of recent changes to education.While education and training are the keys to the future, the key can also be turned the other way; locking people away from their own creativity. Only by actively fostering creativity can businesses unlock those doors and achieve their true potential. This book will help you to:Understand the importance of actively promoting creativity and innovation. Discover why creativity stagnates somewhere between childhood and adulthood. Learn how to re-awaken dormant creativity to help your business achieve more. Explore ways in which we can work together to keep creativity alive for everyone. Modern business absolutely demands creativity of thought and action. We're all creative as children -- so where does it go? When do we lose it? Out of Our Minds has the answers, and clear solutions for getting it back.","image":null,"links":"book|https://www.amazon.in/Out-Our-Minds-Power-Creative/dp/085708741X?tag=learnawesome-21;summary|https://fourminutebooks.com/out-of-our-minds-summary/","topics":"education;parenting;creativity","creators":"Author of Out Of Our Minds","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfe7392f-7abe-4270-9b97-b07c99a5d628","name":"Outliers - Summary by FourMinuteBooks","description":"By Malcolm Gladwell","image":"https://learn-awesome.github.io/assets/book_covers/3228917.jpg","links":"summary|https://fourminutebooks.com/outliers-summary/;summary|https://sivers.org/book/Outliers;book|https://www.amazon.in/Outliers-Story-Success-Malcolm-Gladwell/dp/0316017930?tag=learnawesome-21","topics":"psychology;learning;personal-development","creators":"Malcolm Gladwell","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fff7fca3-8010-4642-ba0a-bee6710078e7","name":"Outwitting The Devil","description":"In 1938, just after publication of his all-time best-seller Think and Grow Rich, Napoleon Hill reveals that he broke the Devil's Code, forcing him to confess his secrets. The resulting manuscript ? Outwitting the Devil ? proved so controversial, it was hidden for more than seventy years. Now Sharon Lechter brings us this important book, annotating and editing it for a contemporary audience. Using his legendary ability to get to the root of human potential, Hill digs deep to identify the greatest obstacles we face in reaching our personal goals ? including fear, procrastination, anger, and jealousy ? as tools orchestrated by the Devil himself. These hidden methods of control can lead us to ruin, and Hill reveals the seven principles of good that will allow us to finally triumph over them and succeed. Fascinating, provocative, and empowering, Outwitting the Devil shows how to create your own path to success, harmony, and fulfillment in an age of uncertainty and fear. My simple faith is this: If we are created in God's image, then we were born to create, and to create is to prosper. [This] previously unpublished Napoleon Hill manuscript... I?ve read it and recommend it.? ? Rich Karlgaard, Publisher of Forbes magazine","image":null,"links":"book|https://www.goodreads.com/book/show/10713286-outwitting-the-devil;summary|https://fourminutebooks.com/outwitting-the-devil-summary/","topics":"personal-development;psychology","creators":"Author of Think And Grow Rich","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2c7917a-95e5-4c91-8c5e-b36a80774597","name":"Own The Day, Own Your Life","description":null,"image":null,"links":"book|https://www.amazon.in/Own-Day-Your-Life-Optimized-ebook/dp/B072HLS5QJ?tag=learnawesome-21;summary|https://fourminutebooks.com/own-the-day-own-your-life-summary/","topics":"productivity","creators":"Author of Own The Day, Own Your Life","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8017b523-af3b-47d9-86dc-5c367dc4e507","name":"Oxygen","description":"Three hundred million years ago, dragonflies grew as big as seagulls, with wingspans nearly a yard across. Researchers claim they could have flown only if the air had contained more oxygen than today-probably as much as 35 per cent. But oxygen is a toxic gas. Fruit flies raised at twice the normal level of oxygen live half as long as their siblings. If atmospheric oxygen reached 35 per cent in the Carboniferous, why did oxygen promote exuberant growth, instead of rapid aging and death? This is just one of the puzzles Nick Lane answers in Oxygen. Lane takes the reader on an enthralling journey, as gripping as a thriller, as he unravels the unexpected ways in which oxygen spurred the evolution of life and death. The book explains far more than the size of ancient insects: it shows how oxygen underpins the origin of biological complexity, the birth of photosynthesis, the sudden evolution of animals, the need for two sexes, the accelerated aging of cloned animals like Dolly the sheep, and the surprisingly long lives of bats and birds. Drawing on this grand evolutionary canvas, Oxygen offers fresh perspectives on our own lives and deaths, explaining modern killer diseases, why we age, and what we can do about it. Advancing revelatory new ideas, following chains of evidence, the book ranges through many disciplines, from environmental sciences to molecular medicine. The result is a captivating vision of contemporary science and a humane synthesis of our place in nature. This remarkable book will redefine the way we think about the world.","image":"https://covers.openlibrary.org/b/id/130854-M.jpg","links":"book|https://www.amazon.in/Oxygen-Molecule-that-Made-World/dp/0198508034?tag=learnawesome-21;summary|https://fourminutebooks.com/oxygen-summary/","topics":"science;chemistry;biology","creators":"Nick Lane","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4213b21-f800-4f8c-bde9-216f8f1801a6","name":"Payoff","description":"Bestselling author Dan Ariely reveals fascinating new insights into motivation--showing that the subject is far more complex than we ever imagined. Every day we work hard to motivate ourselves, the people we live with, the people who work for and do business with us. In this way, much of what we do can be defined as being \\"motivators.\\" From the boardroom to the living room, our role as motivators is complex, and the more we try to motivate partners and children, friends and coworkers, the clearer it becomes that the story of motivation is far more intricate and fascinating than we've assumed. Payoff investigates the true nature of motivation, our partial blindness to the way it works, and how we can bridge this gap. With studies that range from Intel to a kindergarten classroom, Ariely digs deep to find the root of motivation--how it works and how we can use this knowledge to approach important choices in our own lives. Along the way, he explores intriguing questions such as: Can giving employees bonuses harm productivity? Why is trust so crucial for successful motivation? What are our misconceptions about how to value our work? How does your sense of your mortality impact your motivation?","image":null,"links":"book|https://openlibrary.org/books/OL27225874M/Payoff;summary|https://fourminutebooks.com/payoff-summary/","topics":"psychology;motivation","creators":"Dan Ariely","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"606b1268-4acc-4098-a50a-598fd8cfcce3","name":"Search Inside Yourself - Summary by FourMinuteBooks","description":"Meng is an early Google-er and is known as the jolly good fellow. His …","image":"https://blas.com/wp-content/uploads/2015/11/51HomP4CyvL-200x300.jpg","links":"summary|https://fourminutebooks.com/search-inside-yourself-summary/;summary|https://blas.com/search-inside-yourself/;book|https://www.amazon.com/Search-Inside-Yourself-Unexpected-Achieving/dp/0062116932?tag=learnawesome-20","topics":"mindfulness;meditation;jon-kabat-zinn;happiness;google;emotional-intelligence;daniel-goleman;chade-meng-tan;buddhism","creators":"Chade-Meng Tan","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec1cd268-b918-4d38-a8d7-7dabe7782bec","name":"An Introduction To Quantum Field Theory, Student Economy Edition","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/40038293-an-introduction-to-quantum-field-theory-student-economy-edition","topics":"physics;quantum-field-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"194c25d3-4f3c-4182-a332-a92a300fb06a","name":"Peak Performance","description":"A few common principles drive performance, regardless of the field or the task at hand. Whether someone is trying to qualify for the Olympics, break ground in mathematical theory or craft an artistic masterpiece, many of the practices that lead to great success are the same. In Peak Performance, Brad Stulberg, a former McKinsey and Company consultant and journalist who covers health and the science of human performance, and Steve Magness, a performance scientist and coach of Olympic athletes, team up to demystify these practices and demonstrate how everyone can achieve their best.The first book of its kind, Peak Performance combines the inspiring stories of top performers across a range of capabilities - from athletic, to intellectual, to artistic - with the latest scientific insights into the cognitive and neurochemical factors that drive performance in all domains. In doing so, Peak Performance uncovers new linkages that hold promise as performance enhancers but have been overlooked in our traditionally-siloed ways of thinking. The result is a life-changing book in which readers will learn how to enhance their performance by a myriad of ways including: optimally alternating between periods of intense work and rest; developing and harnessing the power of a self-transcending purpose; and priming the body and mind for enhanced productivity.In revealing the science of great performance and the stories of great performers across a wide range of capabilities, Peak Performance uncovers the secrets of success, and coaches readers on how to use them. If you want to take your game to the next level, whatever \\"your game\\" may be, Peak Performance will teach you how.","image":"https://sivers.org/images/PeakPerformance.gif","links":"book|https://www.amazon.com/Peak-Performance-Elevate-Burnout-Science/dp/162336793X?tag=learnawesome-20;summary|https://fourminutebooks.com/peak-performance-summary/;summary|https://sivers.org/book/PeakPerformance","topics":"psychology;personal-development;productivity","creators":"Brad Stulberg","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd3651e7-7b0c-4cc8-80f3-b7bf87c0aa77","name":"Peak","description":null,"image":"https://sivers.org/images/Peak.gif","links":"book|https://www.amazon.com/Peak-Secrets-New-Science-Expertise-ebook/dp/B011H56MKS?tag=learnawesome-20;summary|https://fourminutebooks.com/peak-summary/;summary|https://sivers.org/book/Peak","topics":"learning","creators":"Author of Peak","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"546d134b-bd74-4f99-b694-2474f3eefa78","name":"People Over Profit","description":"Serial entrepreneur and business visionary Dale Partridge built a multimillion-dollar company differently than how the typical enterprise is built. He did so using seven core beliefs that he believes are the secret to creating a sustaining world:• People matter• Truth wins• Transparency frees• Authenticity attracts• Quality speaks• Generosity returns• Courage sustainsAnd now he is not alone. Every day major headlines tell the story of a new and better American marketplace. Established corporations have begun reevaluating the quality of their products, the ethics of their supply chain, and how they can give back. Meanwhile, millions of entrepreneurs who want a more responsible and compassionate marketplace have launched a new breed of socially focused business models. And you can too! In People Over Profit, find the courage to value honesty over deception, transparency over secrecy, authenticity over hype, and ultimately, people over profit.","image":"https://covers.openlibrary.org/b/id/8227164-M.jpg","links":"book|https://www.amazon.in/People-Over-Profit-Purpose-Successful/dp/1501222309?tag=learnawesome-21;summary|https://fourminutebooks.com/people-over-profit-summary/","topics":"business","creators":"Author of People Over Profit","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbd6b69d-f8d1-42e3-9ed2-b8191386d843","name":"Permission Marketing","description":"The man Business Week calls \\"the ultimate entrepreneur for the Information Age\\" explains \\"Permission Marketing\\"—the groundbreaking concept that enables marketers to shape their message so that consumers will willingly accept it.Whether it is the TV commercial that breaks into our favorite program, or the telemarketing phone call that disrupts a family dinner, traditional advertising is based on the hope of snatching our attention away from whatever we are doing. Seth Godin calls this Interruption Marketing, and, as companies are discovering, it no longer works. Instead of annoying potential customers by interrupting their most coveted commodity—time—Permission Marketing offers consumers incentives to accept advertising voluntarily. Now this Internet pioneer introduces a fundamentally different way of thinking about advertising products and services. By reaching out only to those individuals who have signaled an interest in learning more about a product, Permission Marketing enables companies to develop long-term relationships with customers, create trust, build brand awareness -- and greatly improve the chances of making a sale.","image":"https://covers.openlibrary.org/b/id/6642067-M.jpg","links":"book|https://www.amazon.in/Permission-Marketing-Turning-Strangers-Customers/dp/0684856360?tag=learnawesome-21;summary|https://fourminutebooks.com/permission-marketing-summary/","topics":"marketing","creators":"Seth Godin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"165e41f2-b6ec-4015-82f6-57c22e0a0705","name":"Pitch Anything","description":"About the Book:When it comes to delivering a pitch, Oren Klaff has unparalleled credentials. Over the past 13 years, he has used his one-of-a- kind method to raise more than $400 million--and now, for the first time, he describes his formula to help you deliver a winning pitch in any business situation.Whether you're selling ideas to investors, pitching a client for new business, or even negotiating for a higher salary, \\"Pitch Anything \\"will transform the way you position your ideas.According to Klaff, creating and presenting a great pitch isn't an art--it's a simple science. Applying the latest findings in the field of neuroeconomics, while sharing eye-opening stories of his method in action, Klaff describes how the brain makes decisions and responds to pitches. With this information, you'll remain in complete control of every stage of the pitch process.\\"Pitch Anything\\" introduces the exclusive STRONG method of pitching, which can be put to use immediately: Setting the Frame Telling the Story Revealing the Intrigue Offering the Prize Nailing the Hookpoint Getting a DecisionOne truly great pitch can improve your career, make you a lot of money--and even change your life. Success is dependent on the method you use, not how hard you try. \\"Better method, more money,\\" Klaff says. \\"Much better method, much more money.\\" Klaff is the best in the business because his method is much better than anyone else's. And now it's yours.Apply the tactics and strategies outlined in \\"Pitch Anything\\" to engage and persuade your audience--and you'll have more funding and support than you ever thought possible.","image":"https://covers.openlibrary.org/b/id/7304551-M.jpg","links":"book|https://www.amazon.com/Pitch-Anything-Innovative-Presenting-Persuading/dp/1501211811?tag=learnawesome-20;summary|https://fourminutebooks.com/pitch-anything-summary/","topics":"business;communication","creators":"Oren Klaff","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3971c18e-3ec5-4583-a760-3d9534047ca5","name":"Plato At The Googleplex - Summary by FourMinuteBooks","description":"By Rebecca Goldstein","image":"https://learn-awesome.github.io/assets/book_covers/18050049.jpg","links":"summary|https://fourminutebooks.com/plato-at-the-googleplex-summary/;book|https://www.goodreads.com/book/show/18050049-plato-at-the-googleplex","topics":"philosophy","creators":"Rebecca Goldstein","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6041d3ed-da89-4bba-95e8-aff2787879df","name":"Skin in the Game: Hidden Asymmetries in Daily Life - Summary at Blas.com","description":"Taleb discusses why skin in the game is so important and drives much of …","image":"https://blas.com/wp-content/uploads/2019/11/71weUhdIQoL-198x300.jpg","links":"summary|https://blas.com/skin-in-the-game/","topics":"incentives;nassim-taleb","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82103759-5251-4cad-a1e5-43c2c42606d5","name":"Exit, Voice, and Loyalty","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/149033.Exit_Voice_and_Loyalty","topics":"social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11e81118-8dca-4509-beff-1082983f878e","name":"Unemployment in India","description":null,"image":null,"links":"website|https://unemploymentinindia.cmie.com/","topics":"nations/india;econometrics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ef2a2d5-0fde-4d25-af2e-54b8cc2a6867","name":"Matrix Calculus","description":null,"image":null,"links":"interactive|http://www.matrixcalculus.org/","topics":"matrices;calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e2294e1-f964-4535-a470-29a7b6d8d150","name":"Concepts, Methods and Practical Applications in Applied Demography","description":"By Richard K. Thomas","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-65439-3","topics":"social-science;demography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7986229-4922-4930-b5b9-137625ae44f7","name":"Pre-Suasion","description":"The author of the legendary bestseller Influence, social psychologist Robert Cialdini shines a light on effective persuasion and reveals that the secret doesn’t lie in the message itself, but in the key moment before that message is delivered.What separates effective communicators from truly successful persuaders? Using the same combination of rigorous scientific research and accessibility that made his Influence an iconic bestseller, Robert Cialdini explains how to capitalize on the essential window of time before you deliver an important message. This “privileged moment for change” prepares people to be receptive to a message before they experience it. Optimal persuasion is achieved only through optimal pre-suasion. In other words, to change “minds” a pre-suader must also change “states of mind.”His first solo work in over thirty years, Cialdini’s Pre-Suasion draws on his extensive experience as the most cited social psychologist of our time and explains the techniques a person should implement to become a master persuader. Altering a listener’s attitudes, beliefs, or experiences isn’t necessary, says Cialdini—all that’s required is for a communicator to redirect the audience’s focus of attention before a relevant action.From studies on advertising imagery to treating opiate addiction, from the annual letters of Berkshire Hathaway to the annals of history, Cialdini draws on an array of studies and narratives to outline the specific techniques you can use on online marketing campaigns and even effective wartime propaganda. He illustrates how the artful diversion of attention leads to successful pre-suasion and gets your targeted audience primed and ready to say, “Yes.”","image":"https://covers.openlibrary.org/b/id/7880005-M.jpg","links":"book|https://www.goodreads.com/book/show/29238799-pre-suasion;summary|https://fourminutebooks.com/pre-suasion-summary/;summary|https://sivers.org/book/PreSuasion","topics":"psychology;communication","creators":"Robert B. Cialdini","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c416dd0-8813-4ea1-bdf1-639ff8e98000","name":"Predictable Success","description":"Predictable Success Reveal as a startlingly simple, intuitive, and universal process that will bring sustained, lasting, and measurable success to any organization. About the Book: Predictable Success No matter what kind of organization you work for, whether it's your own small business or a global Fortune 100 company, your number-one goal is success. Predictable Success takes you step-by-step through a startlingly simple, intuitive, and universal process that shows you how to bring sustained, lasting, predictable success to your organization. Find out where your organization is today and take the uncertainty out of tomorrow as you make the journey towards Predictable Success. In the book is essentially an infomercial for his own company, the author addresses groups of people who have common goals and guides them in the achievement of their united goals-and, just as important, instructs them in sustaining success once it has been achieved. The author acknowledges the elusiveness of success in business, and to that end, he bases his ideas on the premise that it is fundamentally untrue-but almost universally believed-that success will just happen if we land on the right procedures. Guessing what those procedures are, or trying different ones on a Russian-roulette kind of basis, is simply wrong; what is right is to abide by the code McKeown prescribes. While most business books either focus on successful corporate barons and how they ventured to the top or detail the minutiae of getting a business model right for entrepreneurs to 'start-up' with promise, there is little documentation with regard to understanding the evolution (and mutation) patterns of a business and sustaining growth and balance to become and (more importantly) remain successful. In this context, Predictable Success belongs to a 'white space' in business writing by outlining the principal processes and challenges firms need to tackle during different phases in a growth cycle. As the founding partner","image":null,"links":"book|https://www.amazon.com/Predictable-Success-Getting-Organization-Track/dp/1626340765?tag=learnawesome-20;summary|https://fourminutebooks.com/predictable-success-summary/","topics":"personal-development","creators":"Author of Predictable Success","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e93e6a4e-7834-4fcb-b245-78815ce4e4a1","name":"Predictably Irrational - Summary by FourMinuteBooks","description":"By Dan Ariely","image":"https://learn-awesome.github.io/assets/book_covers/1713426.jpg","links":"summary|https://fourminutebooks.com/predictably-irrational-summary/;summary|https://sivers.org/book/PredictablyIrrational;book|https://www.goodreads.com/book/show/1713426.Predictably_Irrational","topics":"psychology;economics;thinking","creators":"Dan Ariely","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25aa50f8-f132-4c41-aaeb-0ef2de952775","name":"Principles - Summary by FourMinuteBooks","description":"By Ray Dalio","image":"https://learn-awesome.github.io/assets/book_covers/34536488.jpg","links":"summary|https://fourminutebooks.com/principles-summary/;summary|https://sivers.org/book/Principles;book|https://www.amazon.in/Principles-Life-Work-Ray-Dalio/dp/1501124021?tag=learnawesome-21","topics":"personal-development;economics;finance","creators":"Ray Dalio","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88f461d0-28e7-47a8-91d3-9e1d1a6c0aa5","name":"Problem Solving 101","description":"The fun and simple problem-solving guide that took Japan by stormKen Watanabe originally wrote Problem Solving 101 for Japanese schoolchildren. His goal was to help shift the focus in Japanese education from memorization to critical thinking, by adapting some of the techniques he had learned as an elite McKinsey consultant.He was amazed to discover that adults were hungry for his fun and easy guide to problem solving and decision making. The book became a surprise Japanese bestseller, with more than 370,000 in print after six months. Now American businesspeople can also use it to master some powerful skills.Watanabe uses sample scenarios to illustrate his techniques, which include logic trees and matrixes. A rock band figures out how to drive up concert attendance. An aspiring animator budgets for a new computer purchase. Students decide which high school they will attend.Illustrated with diagrams and quirky drawings, the book is simple enough for a middleschooler to understand but sophisticated enough for business leaders to apply to their most challenging problems.","image":"https://covers.openlibrary.org/b/id/8122635-M.jpg","links":"book|https://openlibrary.org/books/OL22569284M/Problem_solving_101;summary|https://fourminutebooks.com/problem-solving-101-summary/","topics":"thinking;problem-solving","creators":"Ken Watanabe","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b4f618f-9b1a-4edd-a019-ec46c32c58ea","name":"Decisive: How to Make Better Choices in Life and Work - Summary at Blas.com","description":"Chip and Dan Heath do a great job discussing the common decision-making fallacies and …","image":"https://blas.com/wp-content/uploads/2019/10/81O4jIa1VJL-201x300.jpg","links":"summary|https://blas.com/decisive/","topics":"chip-heath;dan-heath;decision-making","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f5b4c80-deb9-4cd1-98a2-de071ad8f9f1","name":"Swimming Across: A Memoir - Summary at Blas.com","description":"Andris Grof (Andy Grove) tells us about his childhood in Hungary and how he …","image":"https://blas.com/wp-content/uploads/2019/10/41WXCR3QXZL._SX313_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/swimming-across/","topics":"andy-grove;autobiography;hungary;intel;silicon-valley;startup;war","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1cea176f-1742-4ab6-9461-8bfc6f1c7a7a","name":"My Forty Years With Ford - Summary at Blas.com","description":"Charles Sorsensen worked with Henry Ford longer than anyone else and in this book …","image":"https://blas.com/wp-content/uploads/2019/10/71OlfCQ9yzL-200x300.jpg","links":"summary|https://blas.com/my-forty-years-with-ford/","topics":"biography;charles-sorensen;ford;henry-ford;history","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02d52b20-73b4-45fe-a2aa-13034d9d2a3b","name":"The Quantum Theory of Fields","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/150127.The_Quantum_Theory_of_Fields","topics":"physics;quantum-field-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10d22cf2-acaa-4021-8570-ee73baaa187c","name":"Psyched Up","description":"Harvard Business Review editor Daniel McGinn explains science of how the difference between success and failure at life's big moments can come down to what you do in the last few minutes before you start. The science of effective practice and how to perform at peak levels has long been a popular subject of research. But more recently, scientists have uncovered the underappreciated but important bridge between the two--mental preparation. Chances are, you aren't mentally preparing effectively, even though you can truly get better results at life's high-pressure moments with science-backed practices. Psyched is a book about what we can do before you have to perform. It examines new ways to deal with the flood of adrenaline, increase focus, and otherwise optimize our emotions before we take the stage. McGinn investigates: .how trying to calm down backfires.what to put into your pre-performance music mix.what kinds of pep talks work best..And why he wrote it on Malcolm Gladwell's old keyboard He also introduces readers to high-performing professionals who are putting these techniques to work--superstars like General Stanley McChrystal, Nascar champion driver Jimmie Johnson, Boston College football coach Steve Addazio, legendary tennis coach Nick Bollettieri, T-Mobile CEO John Legere, and others who, despite years of practice and enviable track records, will ultimately be judged on their ability to deliver a single solid performance when it counts. As the nature of work has changed, many professionals now succeed or fail based less on repetitive daily tasks, and more on a thin slice of evaluative moments. If you work 2,000 hours a year but your overall success rests mostly on your performance during a few dozen crucial hours, the tools in this book should help you pull off your best performances when it counts the most.\\"","image":"https://covers.openlibrary.org/b/id/8850422-M.jpg","links":"book|https://www.amazon.in/Psyched-Up-Science-Preparation-Succeed/dp/159184830X?tag=learnawesome-21;summary|https://fourminutebooks.com/psyched-up-summary/","topics":"psychology;personal-development","creators":"Daniel McGinn","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76d7facf-880f-4fcb-b890-18c47264c7c4","name":"Psycho-Cybernetics","description":null,"image":null,"links":"book|https://www.amazon.in/Psycho-Cybernetics-Updated-Expanded-Maxwell-Maltz-ebook/dp/B00SI02BW4?tag=learnawesome-21;summary|https://fourminutebooks.com/psycho-cybernetics-summary/","topics":"psychology","creators":"Author of Psycho-Cybernetics","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86536872-694c-4a54-a263-ac03267571c8","name":"Purple Cow - Summary by FourMinuteBooks","description":"The acclaimed Wall Street Journal and Business Week Bestseller.You're either a Purple Cow or you're not. You're either remarkable or invisible. Make your choice. What do Starbucks and JetBlue and KrispyKreme and Apple and DutchBoy and Kensington and Zespri and Hard Candy have that you don't? How do they continue to confound critics and achieve spectacular growth, leaving behind former tried-and true brands to gasp their last? Face it, the checklist of tired 'P's marketers have used for decades to get their product noticed - Pricing, Promotion, Publicity, to name a few - aren't working anymore. There's an exceptionally important 'P' that has to be added to the list. It's Purple Cow. Cows, after you've seen one, or two, or ten, are boring. A Purple Cow, though...now that would be something. Purple Cow describes something phenomenal, something counterintuitive and exciting and flat out unbelievable. Every day, consumers come face to face with a lot of boring stuff-a lot of brown cows - but you can bet they won't forget a Purple Cow. And it's not a marketing function that you can slap on to your product or service. Purple Cow is inherent. It's built right in, or it's not there. Period. In Purple Cow, Seth Godin urges you to put a Purple Cow into everything you build, and everything you do, to create something truly noticeable. It's a manifesto for marketers who want to help create products that are worth marketing in the first place. Description from Amazon.com","image":"https://covers.openlibrary.org/b/id/866008-M.jpg","links":"summary|https://fourminutebooks.com/purple-cow-summary/;book|https://openlibrary.org/books/OL8858131M/Purple_Cow","topics":"marketing;career","creators":"Seth Godin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e931707a-cdb7-4326-ac8d-f7b545a00ab1","name":"QBQ!","description":"The lack of personal accountability is a problem that has resulted in an epidemic of blame, victim thinking, complaining, and procrastination. No organization—or individual—can successfully compete in the marketplace, achieve goals and objectives, provide outstanding service, engage in exceptional teamwork, or develop people without personal accountability.   John G. Miller believes that the troubles that plague organizations cannot be solved by pointing fingers and blaming others. Rather, the real solutions are found when each of us recognizes the power of personal accountability. In QBQ! The Question Behind the Question®, Miller explains how negative, ill-focused questions like “Why do we have to go through all this change?” and “Who dropped the ball?” represent a lack of personal accountability. Conversely, when we ask better questions—QBQs—such as “What can I do to contribute?” or “How can I help solve the problem?” our lives and our organizations are transformed.THE QBQ! PROMISEThis remarkable and timely book provides a practical method for putting personal accountability into daily actions, with astonishing results: problems are solved, internal barriers come down, service improves, teams thrive, and people adapt to change more quickly. QBQ! is an invaluable resource for anyone seeking to learn, grow, and change. Using this tool, each of us can add tremendous worth to our organizations and to our lives by eliminating blame, victim-thinking, and procrastination.                                                                                                 QBQ! was written more than a decade ago and has helped countless readers practice personal accountability at work and at home. This version features a new foreword, revisions and new material throughout, and a section of  FAQs that the author has received over the years.","image":null,"links":"book|https://www.amazon.in/QBQ-Question-Behind-Practicing-Accountability/dp/014305709X?tag=learnawesome-21;summary|https://fourminutebooks.com/qbq-summary/","topics":"psychology;personal-development","creators":"John G. xzo Miller","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5531612f-135b-4c77-b34c-c286717fda7b","name":"Quiet","description":"At least one-third of the people we know are introverts. They are the ones who prefer listening to speaking; who innovate and create but dislike self-promotion; who favor working on their own over working in teams. It is to introverts—Rosa Parks, Chopin, Dr. Seuss, Steve Wozniak—that we owe many of the great contributions to society.In Quiet, Susan Cain argues that we dramatically undervalue introverts and shows how much we lose in doing so. She charts the rise of the Extrovert Ideal throughout the twentieth century and explores how deeply it has come to permeate our culture. She also introduces us to successful introverts--from a witty, high-octane public speaker who recharges in solitude after his talks, to a record-breaking salesman who quietly taps into the power of questions. Passionately argued, superbly researched, and filled with indelible stories of real people, Quiet has the power to permanently change how we see introverts and, equally important, how they see themselves.","image":"https://covers.openlibrary.org/b/id/7079753-M.jpg","links":"book|https://openlibrary.org/books/OL25184609M/Quiet;summary|https://fourminutebooks.com/quiet-summary/;summary|https://sivers.org/book/Quiet","topics":"psychology;introversion","creators":"Susan Cain","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72e85abe-b127-4324-80fe-c392c176d041","name":"Quitter","description":"Have you ever felt caught between the tension of a day job and a dream job? That gap between what you have to do and what you'd love to do?I have. At first I thought I was the only one who felt that way, but then I started to talk to people and realized we're becoming the \\"I'm, but\\" generation. When we talk about what we do for a living we inevitably say, \\"I'm a teacher, but I want to be an artist.\\" \\"I'm a CPA, but I'd love to start my own business.\\" \\"I'm a _____, but I want to be a ______.\\" All too often, we hear that dreaming big means you quit your day job, sell everything you own, and move to Guam. But what if there were a different way? What if you could blow up your dream without blowing up your life? What if you could go for broke without going broke? What if you could start today? What if you already have everything you need to begin? From figuring out what your dream is to quitting in a way that exponentially increases your chance of success, Quitter is full of inspiring stories and actionable advice. This book is based on 12 years of cubicle living and my true story of cultivating a dream job that changed my life and the world in the process. It's time to close the gap between your day job and your dream job. It's time to be a Quitter.","image":null,"links":"book|https://www.amazon.in/Quitter-Closing-Between-Your-Dream/dp/0982986270?tag=learnawesome-21;summary|https://fourminutebooks.com/quitter-summary/","topics":"career","creators":"Jon Acuff","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e537e949-f506-4995-82da-d64919f61edb","name":"12 Hours’ Sleep - Summary at Blas.com","description":"This how-to guide will help you train and transition your baby to sleeping through …","image":"https://blas.com/wp-content/uploads/2019/10/71B96pzrrAL-203x300.jpg","links":"summary|https://blas.com/12-by-12/","topics":"family;kids;sleep;suzy-giordano","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed5f4bb8-c608-4dfe-9fbd-e1d5c55e2581","name":"Who is Michael Ovitz? - Summary at Blas.com","description":"A powerful, vulnerable, and honest view into Michael, his sculpted personality and persona, and …","image":"https://blas.com/wp-content/uploads/2019/10/711EQ1s0iIL-199x300.jpg","links":"summary|https://blas.com/who-is-michael-ovitz/","topics":"autobiography;caa;hollywood;media;michael-ovitz;power","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a53e01f3-9176-4eec-a966-8f0adcfb66bf","name":"Autobiography - Summary at Blas.com","description":"Franklin tells us about his life and path up until 1791. It was published …","image":"https://blas.com/wp-content/uploads/2019/09/the-autobiography-of-benjamin-franklin-1706-1757-198x300.jpg","links":"summary|https://blas.com/autobiography/","topics":"autobiography;benjamin-franklin","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ba9af78-bf28-49df-969f-17b9be32c2cd","name":"Ulysses - Summary at Blas.com","description":"Ulysses is about a day in the life of Leopold Bloom in Dublin on …","image":"https://blas.com/wp-content/uploads/2016/01/41SDP5Cw5IL-200x300.jpg","links":"summary|https://blas.com/ulysses/","topics":"classic;fiction;james-joyce","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80039eef-f935-46e1-8c81-5d7b3e3d87cc","name":"Reading Like A Writer","description":"Long before there were creative-writing workshops and degrees, how did aspiring writers learn to write? By reading the work of their predecessors and contemporaries, says Francine Prose.In Reading Like a Writer, Prose invites you to sit by her side and take a guided tour of the tools and the tricks of the masters. She reads the work of the very best writers—Dostoyevsky, Flaubert, Kafka, Austen, Dickens, Woolf, Chekhov—and discovers why their work has endured. She takes pleasure in the long and magnificent sentences of Philip Roth and the breathtaking paragraphs of Isaac Babel; she is deeply moved by the brilliant characterization in George Eliot's Middlemarch. She looks to John Le Carré for a lesson in how to advance plot through dialogue, to Flannery O'Connor for the cunning use of the telling detail, and to James Joyce and Katherine Mansfield for clever examples of how to employ gesture to create character. She cautions readers to slow down and pay attention to words, the raw material out of which literature is crafted.Written with passion, humor, and wisdom, Reading Like a Writer will inspire readers to return to literature with a fresh eye and an eager heart.","image":"https://covers.openlibrary.org/b/id/7249832-M.jpg","links":"book|https://openlibrary.org/books/OL23275137M/Reading_like_a_writer;summary|https://fourminutebooks.com/reading-like-a-writer-summary/","topics":"reading;writing","creators":"Francine Prose","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24baa554-dc9b-40e6-a20d-37ea6cdfcf2e","name":"Real Artists Don’t Starve","description":"Bestselling author and creativity expert Jeff Goins dismantles the myth that being creative is a hindrance to success by revealing how an artistic temperament is in fact a competitive advantage in the marketplace.The Starving Artist Is a MythWe’ve heard it a thousand times: There’s no money in art. It’s too risky. You’ll starve. So, we end up chasing more stable careers. We become lawyers and doctors and bankers instead of poets and filmmakers and painters. We settle. And in the end our best work suffers.The truth is we do not have to choose between a creative life and a prosperous one. In fact, many of history’s most creative minds—from Michelangelo to Shakespeare to Steve Jobs—succeeded not because they succumbed to the myth of the starving artist but precisely because they didn’t.Today we live in a New Renaissance, an era of unprecedented opportunity in which you can share your creative work without fear of suffering or starving. Drawing lessons from the likes of Jim Henson, C. S. Lewis, Dr. Dre, and many others, bestselling author and entrepreneur Jeff Goins invites us to drop the myths, worries, and flat-out lies that have been drilled into us our entire lives and instead reveals an empowering truth: Real artists don’t starve. They THRIVE. ","image":"https://covers.openlibrary.org/b/id/8037399-M.jpg","links":"book|https://www.goodreads.com/book/show/33027982-real-artists-don-t-starve;summary|https://fourminutebooks.com/real-artists-dont-starve-summary/","topics":"business;art","creators":"Author of The In-Between","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85cb9bf0-4463-4576-b18c-feae2a154280","name":"Reality Is Broken","description":"Visionary game designer Jane McGonigal reveals how we can harness the power of games to solve real-world problems and boost global happiness. More than 174 million Americans are gamers, and the average young person in the United States will spend ten thousand hours gaming by the age of twenty-one. According to world-renowned game designer Jane McGonigal, the reason for this mass exodus to virtual worlds is that videogames are increasingly fulfilling genuine human needs. In this groundbreaking exploration of the power and future of gaming, McGonigal reveals how we can use the lessons of game design to fix what is wrong with the real world.Drawing on positive psychology, cognitive science, and sociology, Reality Is Broken uncovers how game designers have hit on core truths about what makes us happy and utilized these discoveriesto astonishing effect in virtual environments. Videogames consistently provide the exhilarating rewards, stimulating challenges, and epic victories that are so often lacking in the real world. But why, McGonigal asks, should we use the power of games for escapist entertainment alone? Her research suggests that gamers are expert problem solvers and collaborators because they regularly cooperate with other players to overcome daunting virtual challenges, and she helped pioneer a fast-growing genre of games that aims to turn gameplay to socially positive ends.In Reality Is Broken, she reveals how these new alternate reality games are already improving the quality of our daily lives, fighting social problems such as depression and obesity, and addressing vital twenty-first-century challenges-and she forecasts the thrilling possibilities that lie ahead. She introduces us to games like World Without Oil, a simulation designed to brainstorm-and therefore avert- the challenges of a worldwide oil shortage, and Evoke, a game commissioned by the World Bank Institute that sends players on missions to address issues from poverty to climate change.McGonigal persuasively argues that those who continue to dismiss games will be at a major disadvantage in the coming years. Gamers, on the other hand, will be able to leverage the collaborative and motivational power of games in their own lives, communities, and businesses. Written for gamers and nongamers alike, Reality Is Broken shows us that the future will belong to those who can understand, , and play games.Watch a Video","image":"https://covers.openlibrary.org/b/id/6680781-M.jpg","links":"book|https://openlibrary.org/books/OL24595354M/Reality_Is_Broken;summary|https://fourminutebooks.com/reality-is-broken-summary/","topics":"psychology;games;game-design","creators":"Jane McGonigal","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96442109-98fb-40be-917b-5a94757a2b9e","name":"Reinvent Yourself","description":null,"image":null,"links":"book|https://www.amazon.com/Reinvent-Yourself-James-Altucher-ebook/dp/B01NAM6W70?tag=learnawesome-20;summary|https://fourminutebooks.com/reinvent-yourself-summary/","topics":"career","creators":"Author of Reinvent Yourself","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"000544bb-6b31-4d6b-a29f-905923ed971e","name":"Rejection Proof","description":"Rejection Proof is Jia Jiang's entertaining and inspiring account of conquering his fear of rejection, offering a completely new perspective on how to turn a no into a yes.Jia Jiang came to the United States with the dream of being the next Bill Gates. Despite early success in the corporate world, his first attempt to pursue his entrepreneurial dream ended in rejection. Jia was crushed and spiraled into a period of deep self-doubt. But he realized that his fear of rejection was a bigger obstacle than any single rejection would ever be, and he needed to find a way to cope with being told no without letting it destroy him. Thus was born his \\"100 days of rejection\\" experiment, during which he willfully sought rejection on a daily basis - from requesting a lesson in sales from a car salesman (no) to asking a flight attendant if he could make an announcement on the loudspeaker (yes) to his famous request to get Krispy Kreme doughnuts in the shape of Olympic rings (yes, with a viral video to prove it).Jia learned that even the most preposterous wish may be granted if you ask in the right way, and here he shares the secret of successful asking, how to pick targets, and how to tell when an initial no can be converted into something positive. But more important, he learned techniques for steeling himself against rejection and ways to develop his own confidence - a plan that can't be derailed by a single setback.Filled with great stories and valuable insight, Rejection Proof is a fun and thoughtful examination of how to overcome fear and dare to live more boldly.","image":null,"links":"book|https://www.amazon.in/Rejection-Proof-Became-Invincible-Through/dp/080414138X?tag=learnawesome-21;summary|https://fourminutebooks.com/rejection-proof-summary/","topics":"business;psychology;communication","creators":"Jia Jiang","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"991b97da-3380-46dc-af07-c07f190e2bde","name":"Rest","description":"\\"Rest is such a valuable book. If work is our national religion, Pang is the philosopher reintegrating our bifurcated selves.\\"---Arianna Huffington, New York Times Book ReviewOverwork is the new normal. Rest is something to do when the important things are done-but they are never done. Looking at different forms of rest, from sleep to vacation, Silicon Valley futurist and business consultant Alex Soojung-Kim Pang dispels the myth that the harder we work the better the outcome. He combines rigorous scientific research with a rich array of examples of writers, painters, and thinkers---from Darwin to Stephen King---to challenge our tendency to see work and relaxation as antithetical. \\"Deliberate rest,\\" as Pang calls it, is the true key to productivity, and will give us more energy, sharper ideas, and a better life. Rest offers a roadmap to rediscovering the importance of rest in our lives, and a convincing argument that we need to relax more if we actually want to get more done.","image":null,"links":"book|https://www.amazon.com/Rest-More-Done-When-Work/dp/1541617169?tag=learnawesome-20;summary|https://fourminutebooks.com/rest-summary/","topics":"productivity;health","creators":"Author of Rest","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d10fc42c-a7cb-4d70-adf8-4bce73f23d5e","name":"Rewire","description":"We humans tend to get in our own way time and time again—whether it comes to not speaking up for ourselves, going back to bad romantic partners, dieting for the umpteenth try, or acting on any of a range of bad habits we just can’t seem to shake. In Rewire, renowned psychotherapist Richard O’Connor, PhD, reveals exactly why our bad habits die so hard. We have two brains—one a thoughtful, conscious, deliberative self, and the other an automatic self that makes most of our decisions without our attention. Using new research and knowledge about how the brain works, the book clears a path to lasting, effective change for behaviors that include:ProcrastinationOvereatingChronic disorganizationStaying in bad situationsExcessive worryingRisk takingPassive aggressionSelf-medicationBringing together many different fields in psychology and brain science, Dr. O’Connor gives you a road map to overcoming whatever self-destructive habits are plaguing you, with exercises throughout the book. We can rewire our brains to develop healthier circuitry, training the automatic self to make wiser decisions without having to think about it; ignore distractions; withstand temptations; see ourselves and the world more clearly; and interrupt our reflexive responses before they get us in trouble. Meanwhile, our conscious minds will be freed to view ourselves with compassion at the same time as we practice self-discipline. By learning valuable skills and habits—including mindfulness, self-control, confronting fear, and freeing yourself from mindless guilt—we can open ourselves to vastly more successful, productive, and happy lives. The book even demystifies how to overcome what Dr. O’Connor calls the “undertow” (the mysterious force that sabotages our best efforts when we’re just on the edge of victory) for long-lasting change. Offering a valuable science-based new paradigm for rewiring our brains, Rewire is a refreshing guide to becoming a healthier, happier self.","image":null,"links":"book|https://www.amazon.in/Rewire-Overcome-Addictions-Self-Destruc-Behavior/dp/1594632561?tag=learnawesome-21;summary|https://fourminutebooks.com/rewire-summary/","topics":"psychology;habits","creators":"O'Connor, Richard (Psychotherapist)","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af5fc158-2c52-4ad1-b3db-ffb11a87ac18","name":"Business Adventures - Summary at Blas.com","description":"Brooks discusses 12 classic financial cases  Key Takeaways The Ford Edsel disaster – Ford …","image":"https://blas.com/wp-content/uploads/2016/01/51b83LQxhL._SX342_-300x300.jpg","links":"summary|https://blas.com/business-adventures/","topics":"business;finance;john-brooks","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7321311d-db00-46c0-97f5-584302505a24","name":"How Life Imitates Chess - Summary at Blas.com","description":"World chess grand master Gary Kasparov discusses his entrance, rise, and dominance of the …","image":"https://blas.com/wp-content/uploads/2016/01/515B1zq00hL._SX330_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/how-life-imitates-chess/","topics":"chess;gary-kasparov;mastery;strategy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c5670a4-dec2-4dda-9633-262519f92b72","name":"The Oxygen Advantage - Summary at Blas.com","description":"In this book you will discover the fundamental relationship between oxygen and the body.  Improving …","image":"https://blas.com/wp-content/uploads/2016/01/41lIfyvZQsL-199x300.jpg","links":"summary|https://blas.com/the-oxygen-advantage/","topics":"fitness;health","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30c84b57-b49b-4664-85d6-438385af1b43","name":"A Treatise on Efficacy - Summary at Blas.com","description":"This book is about the diverging patterns of efficacy between Western and Chinese thinking. The …","image":"https://blas.com/wp-content/uploads/2018/11/5110oFC3I-L._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/a-treatise-on-efficacy/","topics":"efficacy;francois-jullien;philosophy;strategy;wisdom;worth-re-reading","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73f96885-da26-4a3b-b2e9-82478991c4e6","name":"Rich Dad Poor Dad - Summary by FourMinuteBooks","description":"By Robert T. Kiyosaki","image":"https://learn-awesome.github.io/assets/book_covers/69571.jpg","links":"summary|https://fourminutebooks.com/rich-dad-poor-dad-summary/;book|https://www.amazon.com/Rich-Dad-Poor-Teach-Middle/dp/1612680194?tag=learnawesome-20","topics":"personal-finance","creators":"Robert T. Kiyosaki","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c329148c-7f51-4990-8c62-09937abbd05f","name":"Rising Strong","description":"The physics of vulnerability is simple: If we are brave enough often enough, we will fall. The author of Daring Greatly and The Gifts of Imperfection tells us what it takes to get back up, and how owning our stories of disappointment, failure, and heartbreak gives us the power to write a daring new ending. Struggle, Brené Brown writes, can be our greatest call to courage, and rising strong our clearest path to deeper meaning, wisdom, and hope.","image":null,"links":"book|https://www.goodreads.com/book/show/23317538-rising-strong;summary|https://fourminutebooks.com/rising-strong-summary/","topics":"psychology;personal-development","creators":"Brené Brown","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09285997-542e-4251-9209-4393ce86b600","name":"Rookie Smarts","description":"Wall Street Journal BestsellerIs it possible to be at your best even when you are underqualified or doing something for the first time? Is it still possible, even after decades of experience, to recapture the enthusiasm, curiosity, and fearlessness of youth to take on new challenges? With the right mindset—with Rookie Smarts—you can.In a rapidly changing world, experience can be a curse. Careers stall, innovation stops, and strategies grow stale. Being new, naïve, and even clueless can be an asset. For today’s knowledge workers, constant learning is more valuable than mastery.In this essential guide, leadership expert Liz Wiseman explains how to reclaim and cultivate this curious, flexible, youthful mindset called Rookie Smarts. She argues that the most successful rookies are hunter-gatherers—alert and seeking, cautious but quick like firewalkers, and hungry and relentless like pioneers. Most importantly, she identifies a breed of leaders she refers to as “perpetual rookies.” Despite years of experience, they retain their rookie smarts, thinking and operating with the mindsets and practices of these high-performing rookies.Rookie Smarts addresses the questions every experienced professional faces: “Will my knowledge and skills become obsolete and irrelevant? Will a young, inexperienced newcomer upend my company or me? How can I keep up?” The answer is to stay fresh, keep learning, and know when to think like a rookie.Rookie Smarts isn’t just for professionals seeking personal renewal; it is an indispensible resource for all leaders who must ensure their workforces remains vital and competitive.","image":null,"links":"book|https://www.goodreads.com/book/show/20663101-rookie-smarts;summary|https://fourminutebooks.com/rookie-smarts-summary/","topics":"business;leadership;personal-development","creators":"Liz Wiseman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2940895e-d3a0-40bd-9fbb-d9c662058ff2","name":"Rule #1","description":"Before I became “Phil Town, teacher of investing principles to more than 500,000 people a year,” I was a lot like you: someone who viewed individual stock investing as way too hard to do successfully. As a guy who barely made a living as a river guide, I considered the whole process pretty impenetrable, and I was convinced that to do it right you had to make it a full-time job. Me, I was more interested in having full-time fun.So I was tempted to do what you’re probably doing right now: letting some mutual fund manager worry about growing your nest egg. Let me tell you why that decision could one day make you absolutely miserable. The fact is, because of natural market cycles, the mutual fund industry is likely to soon be facing twenty years of flat returns. That means that if you’ve got your nest egg tucked away in funds—especially the type found in most 401ks—your egg won’t get much bigger than it is now. Translation: Get ready for a retirement filled with lots of cold cuts, plenty of quality TV-watching time, and a place to live that’s too small to accommodate your visiting kids.In this book I’ll show you how I turned $1,000 into $1 million in only five years, and then proceeded to make many millions more. I came to investing as a person who wasn’t great at math, possessed zero extra cash, and wanted a life—not an extra three hours of work to do every day.Fortunately, I was introduced to The Rule.Rule #1, as famed investor Warren Buffett will tell you, is don’t lose money. Through an intriguing process that I’ll clarify in this book, not losing money results in making more money than you ever imagined. What it comes down to is buying shares of companies only when the numbers—and the intangibles—are on your side. If that sounds too good to be true, it’s because the mind-set I’ll be introducing you to leads not to bets but to certainties. Believe me, if there were anything genius-level about this, I’d still be a river guide collecting unemployment much of the year.Part of the secret is thinking of yourself as a business owner rather than a stock investor. Part is taking advantage of today’s new Internet tools, which drastically reduce the “homework factor.” (We’re talking a few minutes, tops.) Part is knowing the only five numbers that really count in valuing a potential investment. And part—maybe the most important part—is using the risk-free Rule #1 approach to consistently pay a mere 50 cents to buy a dollar’s worth of a business.What I won’t waste your time with is fluff: a lot of vague parables reminding you of what you already know and leaving you exactly where you started. This is the real deal, folks: a start-to-finish, one-baby-step-at-a-time approach that will allow you to retire ten years sooner than you planned, with more creature comforts than you ever imagined.Also available as a Random House AudioBook and eBook.","image":"https://covers.openlibrary.org/b/id/167749-M.jpg","links":"book|https://www.amazon.in/Rule-Strategy-Successful-Investing-Minutes/dp/0307336840?tag=learnawesome-21;summary|https://fourminutebooks.com/rule-1-summary/","topics":"personal-finance;investing","creators":"Phil Town","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38bfb5bc-1f9e-4662-a1f0-4314d7ddcbfd","name":"Salt: A World History - Summary by FourMinuteBooks","description":"By Mark Kurlansky","image":"https://learn-awesome.github.io/assets/book_covers/2715.jpg","links":"summary|https://fourminutebooks.com/salt-a-world-history-summary/;book|https://www.amazon.com/Salt-World-History-Mark-Kurlansky/dp/0142001619?tag=learnawesome-20","topics":"history;food;salt","creators":"Mark Kurlansky","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4aac8646-2880-4b08-b885-7f4ec3a98b95","name":"Salt Sugar Fat","description":"Every year, the average American eats 33 pounds of cheese and 70 pounds of sugar. They ingest 8,500 milligrams of salt a day, double the recommended amount, almost none of which comes from salt shakers. It comes from processed food, an industry that hauls in $1 trillion in annual sales. In Salt Sugar Fat, Pulitzer Prize-winning investigative reporter Michael Moss shows how this happened. Featuring examples from some of the most recognizable (and profitable) companies and brands of the last half century--including Kraft, Coca-Cola, Lunchables, Kellogg, Nestlé, Oreos, Cargill, Capri Sun, and many more--Moss’s explosive, empowering narrative is grounded in meticulous, often eye-opening research. He goes inside the labs where food scientists use cutting-edge technology to calculate the \\"bliss point\\" of sugary beverages or enhance the \\"mouth feel\\" of fat by manipulating its chemical structure. He unearths marketing techniques taken straight from tobacco company playbooks to redirect concerns about the health risks of products. He talks to concerned executives who explain that they could never produce truly healthy alternatives to their products even if serious regulation became a reality. Simply put: the industry itself would cease to exist without salt, sugar, and fat.","image":"https://covers.openlibrary.org/b/id/7268208-M.jpg","links":"book|https://www.amazon.in/Salt-Sugar-Fat-Giants-Hooked/dp/0812982193?tag=learnawesome-21;summary|https://fourminutebooks.com/salt-sugar-fat-summary/","topics":"food;health;nutrition","creators":"Michael Moss","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b89ae5f4-2409-4b10-914e-be7b9d5016ba","name":"Sam Walton: Made In America - Summary by FourMinuteBooks","description":"Sam Walton recounts his background and Walmart’s path to retail …","image":"https://blas.com/wp-content/uploads/2017/10/51hdHY1gTSL._SY344_BO1204203200_-181x300.jpg","links":"summary|https://fourminutebooks.com/sam-walton-made-in-america-summary/;summary|https://blas.com/made-in-america/;book|https://www.amazon.in/Sam-Walton-Made-America/dp/0553562835?tag=learnawesome-21","topics":"business;walmart;worth-re-reading;sam-walton;retail;management;leadership;john-huey","creators":"Sam Walton","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1803ca85-3f77-4a86-80fa-f163d138d535","name":"The Hour Between Dog and Wolf: Risk Taking, Gut Feelings, and the Biology of Boom and Bust - Summary at Blas.com","description":"The story about traders on Wall Street, how the body and mind react to …","image":"https://blas.com/wp-content/uploads/2016/01/819jv3W03vL-214x300.jpg","links":"summary|https://blas.com/the-hour-between-dog-and-wolf/","topics":"biology;finance;john-coates;neurology;physiology;psychology;stress","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"340c7da2-f6f4-40db-957d-17d8a8f164d3","name":"Keys to Good Cooking","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/8479145-keys-to-good-cooking","topics":"cooking;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"843495b3-4794-4d5a-bd10-adc992ef72ee","name":"Lie Algebras In Particle Physics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/1002450.Lie_Algebras_In_Particle_Physics","topics":"physics;quantum-field-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec401b60-b749-4f6c-8f1b-7cbc2940b09d","name":"On Numbers and Games","description":null,"image":"https://upload.wikimedia.org/wikipedia/en/8/8e/On_Numbers_and_Games.jpg","links":"book|https://en.wikipedia.org/wiki/On_Numbers_and_Games","topics":"mathematics;recreational-math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"466cfe29-658e-4c24-a326-81377433dc20","name":"Second Chance","description":"Few would argue with the fact that, on many fronts, we are a world in crisis. And there are two sides to every crisis, be it a leadership crisis, an economic crisis, an education crisis or a moral crisis. The two side to crisis are danger and opportunity.Robert Kiyosaki’s new book, Second Chance…for Your Money and Your Life, uses the lessons from the past and a brutal assessment of the present to prepare readers to see—–and seize–—the future.If readers can train their minds to see what their eyes cannot, in a world that is becoming increasingly more ‘invisible’ and moving at a high rate of speed, they can have a second chance at creating the life they’ve always wanted.The global problems we face cannot be solved by the same minds and people who created them and today’s world demands the ability to see the future and prepare for what lies ahead…prepare for the opportunities as well as the challenges.Like it or not, we are all involved in the greatest evolutionary event in human history. The Industrial Age is over and the Information Age continues to accelerate. The visible agents of change have become invisible…and harder to see. And the future belongs to those who can train their minds, use the past to see the future, and take the steps to create the positive change they want to see in their lives.Second Chance is a guide to understanding how the past will shape the future and how you can use Information Age tools and insights to create a fresh start. This book is a guide to facing head-on the dangers of the crises around us—and steps and tips for seizing the opportunities they present.","image":null,"links":"book|https://openlibrary.org/books/OL27199124M/Second_chance;summary|https://fourminutebooks.com/second-chance-summary/","topics":"personal-finance","creators":"Robert T. Kiyosaki","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bca4d7d6-5379-4850-986f-25057c3efc43","name":"Secrets Of The Millionaire Mind","description":"Secrets of the Millionaire Mind reveals the missing link between wanting success and achieving it!Have you ever wondered why some people seem to get rich easily, while others are destined for a life of financial struggle? Is the difference found in their education, intelligence, skills, timing, work habits, contacts, luck, or their choice of jobs, businesses, or investments?The shocking answer is: None of the above!In his groundbreaking Secrets of the Millionaire Mind, T. Harv Eker states: \\"Give me five minutes, and I can predict your financial future for the rest of your life!\\" Eker does this by identifying your \\"money and success blueprint.\\" We all have a personal money blueprint ingrained in our subconscious minds, and it is this blueprint, more than anything, that will determine our financial lives. You can know everything about marketing, sales, negotiations, stocks, real estate, and the world of finance, but if your money blueprint is not set for a high level of success, you will never have a lot of money—and if somehow you do, you will most likely lose it! The good news is that now you can actually reset your money blueprint to create natural and automatic success.Secrets of the Millionaire Mind is two books in one. Part I explains how your money blueprint works. Through Eker's rare combination of street smarts, humor, and heart, you will learn how your childhood influences have shaped your financial destiny. You will also learn how to identify your own money blueprint and \\"revise\\" it to not only create success but, more important, to keep and continually grow it.In Part II you will be introduced to seventeen \\"Wealth Files,\\" which describe exactly how rich people think and act differently than most poor and middle-class people. Each Wealth File includes action steps for you to practice in the real world in order to dramatically increase your income and accumulate wealth.If you are not doing as well financially as you would like, you will have to change your money blueprint. Unfortunately your current money blueprint will tend to stay with you for the rest of your life, unless you identify and revise it, and that's exactly what you will do with the help of this extraordinary book. According to T. Harv Eker, it's simple. If you think like rich people think and do what rich people do, chances are you'll get rich too!","image":"https://covers.openlibrary.org/b/id/6631947-M.jpg","links":"book|https://www.amazon.in/Secrets-Millionaire-Mind-Mastering-Wealth/dp/0060763280?tag=learnawesome-21;summary|https://fourminutebooks.com/secrets-of-the-millionaire-mind-summary/;summary|https://sivers.org/book/MillionaireMind","topics":"personal-finance","creators":"T. Harv Eker","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d5644c8-5b15-4d96-b528-6019a64991c7","name":"Sex At Dawn","description":"A controversial, idea-driven book that challenges everything you (think you) know about sex, monogamy, marriage, and family. In the words of Steve Taylor (The Fall, Waking From Sleep), Sex at Dawn is “a wonderfully provocative and well-written book which completely re-evaluates human sexual behavior and gets to the root of many of our social and psychological ills.”","image":"https://covers.openlibrary.org/b/id/7128114-M.jpg","links":"book|https://www.amazon.in/Sex-Dawn-Stray-Modern-Relationships/dp/1491512407?tag=learnawesome-21;summary|https://fourminutebooks.com/sex-at-dawn-summary/","topics":"science;history;sexuality;sex;psychology;anthropology","creators":"Cacilda Jethá","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"692b6833-de17-4921-ba94-6aa991c7fae2","name":"Shoe Dog","description":"In this instant and tenacious New York Times bestseller, Nike founder and board chairman Phil Knight “offers a rare and revealing look at the notoriously media-shy man behind the swoosh” (Booklist, starred review), opening up about his company’s early days as an intrepid start-up and its evolution into one of the world’s most iconic, game-changing, and profitable brands.Young, searching, fresh out of business school, Phil Knight borrowed fifty dollars from his father and launched a company with one simple mission: import high-quality, low-cost running shoes from Japan. Selling the shoes from the trunk of his car in 1963, Knight grossed eight thousand dollars that first year. Today, Nike’s annual sales top $30 billion. In this age of start-ups, Knight’s Nike is the gold standard, and its swoosh is more than a logo. A symbol of grace and greatness, it’s one of the few icons instantly recognized in every corner of the world.But Knight, the man behind the swoosh, has always been a mystery. In Shoe Dog, he tells his story at last. It all begins with a classic crossroads moment at twenty-four, backpacking across the world, and wrestling with life’s Great Questions. Rather than work for a big corporation, Knight decides he will create something all his own, something new, dynamic, different. He details the many terrifying risks he encountered, the crushing setbacks, the ruthless competitors, the countless doubters and haters and hostile bankers—as well as his many thrilling triumphs and narrow escapes. Above all, he recalls the relationships that formed the heart and soul of Nike, with his former track coach, the irascible and charismatic Bill Bowerman, and with his first employees, a ragtag group of misfits and savants who quickly became a band of swoosh-crazed brothers.Together, harnessing the electrifying power of a bold vision and a shared belief in the redemptive, transformative power of sports, they created a brand—and a culture—that changed everything.","image":"https://covers.openlibrary.org/b/id/8184998-M.jpg","links":"book|https://www.amazon.in/Shoe-Dog-Phil-Knight/dp/1508211809?tag=learnawesome-21;summary|https://fourminutebooks.com/shoe-dog-summary/","topics":"business;nike","creators":"Author of Shoe Dog","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6aaffe8c-bb7a-4abe-8f34-20cd2cb85115","name":"Side Hustle","description":"The author of the New York Times Bestseller THE $100 STARTUP shows how to launch a profitable side hustle in just 27 days.For some people, the thought of quitting their day job to pursue the entrepreneurial life is exhilarating. For many others, it's terrifying. After all, a stable job that delivers a regular paycheck is a blessing. And not everyone has the means or the desire to take on the risks and responsibilities of working for themselves.But what if we could quickly and easily create an additional stream of income without giving up the security of a full-time job? Enter the side hustle.Chris Gullibeau is no stranger to this world, having launched more than a dozen side hustles over his career. Here, he offers a step-by-step guide that takes you from idea to income in just 27 days.Designed for the busy and impatient, this detailed roadmap will show you how to select, launch, refine, and make money from your side hustle in under a month. You'll learn how to:- Brainstorm, borrow, and steal to build an arsenal of great side hustle ideas (day 3) - Apply \\"Tinder for Side Hustle\\" logic to pick the best idea at any time (day 6) - Learn, gather, or create everything you need to launch; then set up a real life way to get paid (days 13-14) - Start raking in the money by channeling your inner Girl Scout (day 18) - Master the art of deals, discounts, and special offers (day 21) - Raise your game: improve, expand, or make more money off your hustle (days 24-26)A side hustle is more than just another stream of income, it's also the new job security. When you receive paychecks from different sources, it allows you to take more chances in your \\"regular\\" career. More income means more options. More options equals freedom. You don't need entrepreneurial experience to launch a profitable side hustle. You don't have to have an MBA, or know how to code, or be an expert marketer. You don't need employees or investors. With Chris as a guide, anyone can make more money, pursue a passion, and enjoy greater security - without quitting their day job.","image":null,"links":"book|https://www.amazon.com/Side-Hustle-Idea-Income-Days/dp/1524758841?tag=learnawesome-20;summary|https://fourminutebooks.com/side-hustle-summary/","topics":"entrepreneurship","creators":"Chris Guillebeau","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6967b82-944d-4f95-89be-5278fa2bfef7","name":"Silent Spring","description":"Rachel Carson’s Silent Spring was first published in three serialized excerpts in the New Yorker in June of 1962. The book appeared in September of that year and the outcry that followed its publication forced the banning of DDT and spurred revolutionary changes in the laws affecting our air, land, and water. Carson’s passionate concern for the future of our planet reverberated powerfully throughout the world, and her eloquent book was instrumental in launching the environmental movement. It is without question one of the landmark books of the twentieth century.","image":"https://covers.openlibrary.org/b/id/7894378-M.jpg","links":"book|https://openlibrary.org/books/OL3670355M/Silent_spring;summary|https://fourminutebooks.com/silent-spring-summary/","topics":"science;environment;ddt","creators":"Rachel Carson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63cf0d85-4fbf-4806-a63b-5f68509566dd","name":"Simple Rules - Summary by FourMinuteBooks","description":"By Donald Sull","image":"https://learn-awesome.github.io/assets/book_covers/22749823.jpg","links":"summary|https://fourminutebooks.com/simple-rules-summary/;book|https://www.amazon.com/Simple-Rules-Thrive-Complex-World/dp/0544705203?tag=learnawesome-20;summary|https://fourminutebooks.com/thrive-summary/;summary|https://www.amazon.in/Thrive-Redefining-Success-Creating-Well-Being/dp/0804140863?tag=learnawesome-21","topics":"personal-development;psychology","creators":"Donald N. Sull;Huffington, Arianna Stassinopoulos","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a1eb751-65a8-4b31-8627-8e056714ed3c","name":"Skin In The Game - Summary by FourMinuteBooks","description":"By Nassim Nicholas Taleb","image":"https://learn-awesome.github.io/assets/book_covers/36064445.jpg","links":"summary|https://fourminutebooks.com/skin-in-the-game-summary/;book|https://www.amazon.in/Skin-Game-Hidden-Asymmetries-Daily/dp/0241300657?tag=learnawesome-21","topics":"philosophy;business;economics;psychology;finance;risk","creators":"Author of Skin In The Game","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1cd9194-1908-46fd-a0b7-4c995535de20","name":"Sleep Smarter","description":"Unlock Your Body's Natural Ability to Sleep Soundly, Boost Energy and Lose Weight! When it comes to health, there is one criminally overlooked element: sleep. Good sleep helps you shed fat for good, stave off disease, stay productive and improve virtually every function of your mind and body. When a degenerative bone disease crushed Shawn Stevenson's dream of becoming a professional athlete and restricted his ability to function normally in daily life, Shawn took his health into his own hands. Through better sleep and optimized nutrition, he not only healed his body but also achieved fitness and business goals he never thought possible. Now in Sleep Smarter, Shawn shares easy tips and tricks to discover the best sleep and best health of your life. With a 14-Day Sleep Makeover, you'll learn: - How to create the ideal sleep sanctuary - How to hack sunlight to regulate your circadian rhythms - Which clinically proven sleep nutrients and supplements you need and why - Stress-reduction exercises and fitness tips to keep you mentally and physically sharp. . . and more! Sleep Smarter is the much-needed guide for achieving the rest, energy and life you truly deserve. Author BiographySHAWN STEVENSON is a bestselling author and founder of The Model Health Show. Shawn studied business, biology and kinesiology, and went on to found Advanced Integrative Health Alliance, a company that provides wellness services for individuals and organizations worldwide. www. themodelhealthshow. - Sleep Smarter By Shawn Stevenson (Paperback)","image":null,"links":"book|https://www.amazon.in/Sleep-Smarter-Essential-Strategies-Success/dp/1536618314?tag=learnawesome-21;summary|https://fourminutebooks.com/sleep-smarter-summary/","topics":"health;sleep","creators":"Author of Sleep Smarter","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36e68fb9-b1cc-4ae4-8751-8a656ac040e8","name":"Smart People Should Build Things","description":"Andrew Yang, the founder of Venture for America, offers a unique solution to our country’s economic and social problems—our smart people should be building things. Smart People Should Build Things offers a stark picture of the current culture and a revolutionary model that will redirect a generation of ambitious young people to the critical job of innovating and building new businesses.As the Founder and CEO of Venture for America, Andrew Yang places top college graduates in start-ups for two years in emerging U.S. cities to generate job growth and train the next generation of entrepreneurs. He knows firsthand how our current view of education is broken. Many college graduates aspire to finance, consulting, law school, grad school, or medical school out of a vague desire for additional status and progress rather than from a genuine passion or fit.In Smart People Should Build Things, this self-described “recovering lawyer” and entrepreneur weaves together a compelling narrative of success stories (including his own), offering observations about the flow of talent in the United States and explanations of why current trends are leading to economic distress and cultural decline. He also presents recommendations for both policy makers and job seekers to make entrepreneurship more realistic and achievable. ","image":"https://covers.openlibrary.org/b/id/7848742-M.jpg","links":"book|https://www.amazon.com/Smart-People-Should-Build-Things/dp/0062292048?tag=learnawesome-20;summary|https://fourminutebooks.com/smart-people-should-build-things-summary/","topics":"entrepreneurship;economics;politics","creators":"Andrew Yang","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"406e302a-9d97-4c0f-b32a-54225e52a02d","name":"Smartcuts","description":"Entrepreneur and journalist Shane Snow (Wired, Fast Company, The New Yorker, and cofounder of Contently) analyzes the lives of people and companies that do incredible things in implausibly short time.How do some startups go from zero to billions in mere months? How did Alexander the Great, YouTube tycoon Michelle Phan, and Tonight Show host Jimmy Fallon climb to the top in less time than it takes most of us to get a promotion? What do high-growth businesses, world-class heart surgeons, and underdog marketers do in common to beat the norm?One way or another, they do it like computer hackers. They employ what psychologists call \\"lateral thinking: to rethink convention and break \\"rules\\" that aren't rules.These are not shortcuts, which produce often dubious short-term gains, but ethical \\"smartcuts\\" that eliminate unnecessary effort and yield sustainable momentum. In Smartcuts, Snow shatters common wisdom about success, revealing how conventions like \\"paying dues\\" prevent progress, why kids shouldn't learn times tables, and how, paradoxically, it's easier to build a huge business than a small one.From SpaceX to The Cuban Revolution, from Ferrari to Skrillex, Smartcuts is a narrative adventure that busts old myths about success and shows how innovators and icons do the incredible by working smarter—and how perhaps the rest of us can, too.","image":"https://sivers.org/images/Smartcuts.gif","links":"book|https://www.amazon.in/Smartcuts-Hackers-Innovators-Accelerate-Success/dp/0062302450?tag=learnawesome-21;summary|https://fourminutebooks.com/smartcuts-summary/;summary|https://sivers.org/book/Smartcuts","topics":"startups;entrepreneurship;productivity;personal-development","creators":" Shane Snow","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7055638-b35a-43fd-bf86-22a309373422","name":"Smarter Faster Better","description":"NEW YORK TIMES BESTSELLER - From the author of The Power of Habit comes a fascinating book that explores the science of productivity, and why managing how you think is more important than what you think--with an appendix of real-world lessons to apply to your life.At the core of Smarter Faster Better are eight key productivity concepts--from motivation and goal setting to focus and decision making--that explain why some people and companies get so much done. Drawing on the latest findings in neuroscience, psychology, and behavioral economics--as well as the experiences of CEOs, educational reformers, four-star generals, FBI agents, airplane pilots, and Broadway songwriters--this painstakingly researched book explains that the most productive people, companies, and organizations don't merely act differently.They view the world, and their choices, in profoundly different ways.A young woman drops out of a PhD program and starts playing poker. By training herself to envision contradictory futures, she learns to anticipate her opponents' missteps--and becomes one of the most successful players in the world.A group of data scientists at Google embark on a four-year study of how the best teams function, and find that how a group interacts is more important than who is in the group--a principle, it turns out, that also helps explain why Saturday Night Live became a hit.A Marine Corps general, faced with low morale among recruits, reimagines boot camp--and discovers that instilling a \\"bias toward action\\" can turn even the most directionless teenagers into self-motivating achievers.The filmmakers behind Disney's Frozen are nearly out of time and on the brink of catastrophe--until they shake up their team in just the right way, spurring a creative breakthrough that leads to one of the highest-grossing movies of all time.What do these people have in common?They know that productivity relies on making certain choices. The way we frame our daily decisions; the big ambitions we embrace and the easy goals we ignore; the cultures we establish as leaders to drive innovation; the way we interact with data: These are the things that separate the merely busy from the genuinely productive.In The Power of Habit, Pulitzer Prize-winning journalist Charles Duhigg explained why we do what we do. In Smarter Faster Better, he applies the same relentless curiosity, deep reporting, and rich storytelling to explain how we can improve at the things we do. It's a groundbreaking exploration of the science of productivity, one that can help anyone learn to succeed with less stress and struggle, and to get more done without sacrificing what we care about most--to become smarter, faster, and better at everything we do.","image":null,"links":"book|https://www.goodreads.com/book/show/25733966-smarter-faster-better;summary|https://fourminutebooks.com/smarter-faster-better-summary/","topics":"thinking;productivity;habits;personal-development","creators":"Author of Smarter Faster Better","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"509af7fd-cb53-4020-a2f0-fb899e9a8cab","name":"Smarter","description":"Can you make yourself, your kids, and your parents smarter?Expanding upon one of the most-read New York Times Magazine features of 2012, Smarter penetrates the hot new field of intelligence research to reveal what researchers call a revolution in human intellectual abilities. Shattering decades of dogma, scientists began publishing studies in 2008 showing that “fluid intelligence”—the ability to learn, solve novel problems, and get to the heart of things—can be increased through training.But is it all just hype? With vivid stories of lives transformed, science journalist Dan Hurley delivers practical findings for people of every age and ability. Along the way, he narrates with acidtongued wit his experiences as a human guinea pig, road-testing commercial brain-training programs, learning to play the Renaissance lute, getting physically fit, even undergoing transcranial directcurrent stimulation.Smarter speaks to the audience that made bestsellers out of Train Your Mind, Change Your Brain and Moonwalking with Einstein.","image":null,"links":"book|https://www.amazon.com/Smarter-Science-Building-Brain-Power/dp/014218165X?tag=learnawesome-20;summary|https://fourminutebooks.com/smarter-summary/","topics":"psychology;science;thinking;neuroscience;learning","creators":"Dan Hurley","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"244ef487-142a-4e12-9661-05e93608c036","name":"Organizing Genius: The Secrets of Creative Collaboration - Summary at Blas.com","description":"This book examines Great Groups systematically in the hope of finding out how their …","image":"https://blas.com/wp-content/uploads/2016/01/41btiXzKy5L._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/organizing-genius/","topics":"leadership;management;warren-bennis","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78dedde9-88b4-41e3-8cb9-593092ed8a29","name":"The Soul of a New Machine - Summary at Blas.com","description":"Kidder brings the computer revolution to life by studying life inside Data General Key …","image":"https://blas.com/wp-content/uploads/2019/09/51zs8coc22L._SX318_BO1204203200_-192x300.jpg","links":"summary|https://blas.com/the-soul-of-a-new-machine/","topics":"data-general;technology;tracy-kidder;computers","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6877eefa-e9c4-463f-a234-55ec2f9201c1","name":"So Good They Can’t Ignore You - Summary by FourMinuteBooks","description":"By Cal Newport","image":"https://learn-awesome.github.io/assets/book_covers/13525945.jpg","links":"summary|https://fourminutebooks.com/so-good-they-cant-ignore-you-summary/;book|https://www.amazon.com/Good-They-Cant-Ignore-You/dp/0349420211?tag=learnawesome-20","topics":"business;personal-development;productivity","creators":"Author of So Good They Can’t Ignore You","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e21737ed-7b10-4ebc-90d8-bddd217a7c10","name":"So You’ve Been Publicly Shamed","description":"Now a  New York Times  bestseller and from the author of The Psychopath Test, a captivating and brilliant exploration of one of our world's most underappreciated forces: shame. 'It's about the terror, isn't it?' 'The terror of what?' I said. 'The terror of being found out.' For the past three years, Jon Ronson has travelled the world meeting recipients of high-profile public shamings. The shamed are people like us - people who, say, made a joke on social media that came out badly, or made a mistake at work. Once their transgression is revealed, collective outrage circles with the force of a hurricane and the next thing they know they're being torn apart by an angry mob, jeered at, demonized, sometimes even fired from their job. A great renaissance of public shaming is sweeping our land. Justice has been democratized. The silent majority are getting a voice. But what are we doing with our voice? We are mercilessly finding people's faults. We are defining the boundaries of normality by ruining the lives of those outside it. We are using shame as a form of social control. Simultaneously powerful and hilarious in the way only Jon Ronson can be, So You've Been Publicly Shamed is a deeply honest book about modern life, full of eye-opening truths about the escalating war on human flaws - and the very scary part we all play in it.","image":null,"links":"book|https://www.goodreads.com/book/show/22571552-so-you-ve-been-publicly-shamed;summary|https://fourminutebooks.com/so-youve-been-publicly-shamed-summary/","topics":"psychology;sociology","creators":"Author of So You’ve Been Publicly Shamed","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4953e58-1ae0-4a7c-ac5c-f41e73a2a52a","name":"Social Intelligence","description":"Emotional Intelligence was an international phenomenon, appearing on the New York Times bestseller list for over a year and selling more than five million copies worldwide. Now, once again, Daniel Goleman has written a groundbreaking synthesis of the latest findings in biology and brain science, revealing that we are “wired to connect” and the surprisingly deep impact of our relationships on every aspect of our lives.Far more than we are consciously aware, our daily encounters with parents, spouses, bosses, and even strangers shape our brains and affect cells throughout our bodies—down to the level of our genes—for good or ill. In Social Intelligence, Daniel Goleman explores an emerging new science with startling implications for our interpersonal world. Its most fundamental discovery: we are designed for sociability, constantly engaged in a “neural ballet” that connects us brain to brain with those around us.Our reactions to others, and theirs to us, have a far-reaching biological impact, sending out cascades of hormones that regulate everything from our hearts to our immune systems, making good relationships act like vitamins—and bad relationships like poisons. We can “catch” other people’s emotions the way we catch a cold, and the consequences of isolation or relentless social stress can be life-shortening. Goleman explains the surprising accuracy of first impressions, the basis of charisma and emotional power, the complexity of sexual attraction, and how we detect lies. He describes the “dark side” of social intelligence, from narcissism to Machiavellianism and psychopathy. He also reveals our astonishing capacity for “mindsight,” as well as the tragedy of those, like autistic children, whose mindsight is impaired.Is there a way to raise our children to be happy? What is the basis of a nourishing marriage? How can business leaders and teachers inspire the best in those they lead and teach? How can groups divided by prejudice and hatred come to live together in peace? The answers to these questions may not be as elusive as we once thought. And Goleman delivers his most heartening news with powerful conviction: we humans have a built-in bias toward empathy, cooperation, and altruism–provided we develop the social intelligence to nurture these capacities in ourselves and others.","image":"https://covers.openlibrary.org/b/id/4673315-M.jpg","links":"book|https://www.goodreads.com/book/show/26324.Social_Intelligence;summary|https://fourminutebooks.com/social-intelligence-summary/","topics":"sociology;relationships","creators":"Daniel Goleman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f44db70-831a-4baa-9ec5-7289382d7ac0","name":"Solve For Happy","description":"Mo Gawdat is a remarkable thinker and the Chief Business Officer at Google’s [X], an elite team of engineers that comprise Google’s futuristic “dream factory.” Applying his superior skills of logic and problem solving to the issue of happiness, he proposes an algorithm based on an understanding of how the brain takes in and processes joy and sadness. Then he solves for happy.In 2001 Mo Gawdat realized that despite his incredible success, he was desperately unhappy. A lifelong learner, he attacked the problem as an engineer would: examining all the provable facts and scrupulously applying logic. Eventually, his countless hours of research and science proved successful, and he discovered the equation for permanent happiness. Thirteen years later, Mo’s algorithm would be put to the ultimate test. After the sudden death of his son, Ali, Mo and his family turned to his equation—and it saved them from despair. In dealing with the horrible loss, Mo found his mission: he would pull off the type of “moonshot” goal that he and his colleagues were always aiming for—he would share his equation with the world and help as many people as possible become happier. In Solve for Happy Mo questions some of the most fundamental aspects of our existence, shares the underlying reasons for suffering, and plots out a step-by-step process for achieving lifelong happiness and enduring contentment. He shows us how to view life through a clear lens, teaching us how to dispel the illusions that cloud our thinking; overcome the brain’s blind spots; and embrace five ultimate truths. No matter what obstacles we face, what burdens we bear, what trials we’ve experienced, we can all be content with our present situation and optimistic about the future.","image":null,"links":"book|https://www.goodreads.com/book/show/30354426-solve-for-happy;summary|https://fourminutebooks.com/solve-for-happy-summary/","topics":"psychology;personal-development;happiness","creators":"Mo Gawdat","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac0c4c6f-3cc3-41dc-bd9a-bad962bdb125","name":"Spartan Up","description":"Since 2006 more than one million people have participated in Spartan Races around the world. In 2014 there will be a race every other day in 15 countries on five continents. What do these Spartans know that you don’t? They know that we all have a fire burning within us to prove ourselves. Joe De Sena has captured that invincible Spartan spirit in his manifesto for bold living, SPARTAN UP! A Take-No-Prisoners Guide to Overcoming Obstacles and Achieving Peak Performance in Life (Houghton Mifflin Harcourt; May 13, 2014; $24). De Sena’s prescription for life’s insurmountable obstacles is to get off the couch and crush them through hard work and force of will. A legend in the ultramarathon community, he created Spartan Race, extreme obstacle races where no one knows what to expect, but to finish is to be transformed. Spartan Race drives participants to their very limit to learn what they are capable of and to set a new frame of reference; one they can draw upon in the face of life’s harshest challenges. Everyday disappointments and setbacks seem small when you’ve been to the other side of hell and made it back as a victor. In SPARTAN UP! De Sena paints a picture of how he created the Spartan way of life, beginning with an unexpected challenge by a friend that got him back into shape through endurance racing. After that first race, De Sena completed more than 50 ultramarathons (in conditions ranging from -30 to 120 degrees) and 14 Ironman events, including the 135-mile Badwater ultramarathon, the 140.6 Lake Placid Ironman, and a 100-mile Vermont trail run—in a single week. The harder the race the more he loved it; he was hooked.SPARTAN UP! is more than an insider’s view of the world of obstacle racing, it’s a manual for the Spartan way of life, including : Finding the will to succeed: The first half of a race you run with your legs; the second half you run with your mind. Turn your pain into an outboard motor to drive you forward. Tossing your cookies: The Cookie Test can teach you how to overcome the need for immediate gratification and help you prosper in the long term. Changing your frame of reference: Reset your inner default as an antidote to dissatisfaction and the insatiable need for “more. Getting Spartan fit: Survival of the Fittest means training outside the gym for strength, endurance and flexibility throughout the entire body—and don’t forget those burpees! Moving mountains: Whether metaphorical mountains or the ones on which Spartans race, what you think are your limits can be a mere starting point for transformation. Age, gender, and physical ability are no barrier and finishers become entirely new people, without limitations, living life to the fullest. That’s why the Spartans say: You'll know at the finish line. JOE DE SENA is a cofounder of Spartan Race, which began as an obstacle race based on the extreme spirit of the legendary Death Race, and has become a multi-million dollar global lifestyle company in less than 10 years. It was voted Outside magazine’s Best Obstacle Race. In one year’s time he competed in the Raid International Ukatak in Canada; the IditaSport in Alaska; the Odyssey Adventure Race and the OAR Beast of the East, both in Virginia; the Raid the North Extreme in Newfoundland, the Adrenaline Rush in Ireland and the Discovery Channel World Championships in Switzerland. He resides in Vermont with his family. For more information, please visit www.spartanupthebook.com.","image":"https://covers.openlibrary.org/b/id/7437808-M.jpg","links":"book|https://www.amazon.in/Spartan-Take-No-Prisoners-Overcoming-Obstacles-Performance/dp/0544286170?tag=learnawesome-21;summary|https://fourminutebooks.com/spartan-up-summary/","topics":"sports;fitness","creators":"Joe De Sena","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"220c3b24-ab33-4458-9421-cac31ac91216","name":"Sprint","description":null,"image":"https://covers.openlibrary.org/b/id/7431269-M.jpg","links":"book|https://openlibrary.org/books/OL25931127M/Sprint;summary|https://fourminutebooks.com/sprint-summary/","topics":"project-management","creators":"Jake Knapp","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77700790-c933-46a7-92b5-29d2308ad810","name":"The Art Of Work","description":"Jeff Goins, a brilliant new voice counting Seth Godin and Jon Acuff among his fans, explains how to abandon the status quo and live a life that matters with true passion and purpose.The path to your life’s work is difficult and risky, even scary, which is why few finish the journey. This is a book about discovering your life’s work, that treasure of immeasurable worth we all long for. It’s about the task you were born to do.     As Jeff Goins explains, the search begins with passion but does not end there. Only when our interests connect with the needs of the world do we begin living for a larger purpose. Those who experience this intersection experience something exceptional and enviable. Though it is rare, such a life is attainable by anyone brave enough to try. Through personal experience, compelling case studies, and current research on the mysteries of motivation and talent, Jeff shows readers how to find their vocation and what to expect along the way.","image":"https://covers.openlibrary.org/b/id/7345903-M.jpg","links":"book|https://www.goodreads.com/book/show/21548935-the-art-of-work;summary|https://fourminutebooks.com/the-art-of-work-summary/","topics":"work;personal-development;career","creators":"Author of The In-Between","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3dfdd77-f40d-404c-9a4d-7c97389eb769","name":"Spy the Lie","description":"Three former CIA officers--among the world's foremost authorities on recognizing deceptive behavior--share their proven techniques for uncovering a lieImagine how different your life would be if you could tell whether someone was lying or telling you the truth. Be it hiring a new employee, investing in a financial interest, speaking with your child about drugs, confronting your significant other about suspected infidelity, or even dating someone new, having the ability to unmask a lie can have far-reaching and even life-altering consequences.As former CIA officers, Philip Houston, Michael Floyd, and Susan Carnicero are among the world's best at recognizing deceptive behavior. \\"Spy the Lie \\"chronicles the captivating story of how they used a methodology Houston developed to detect deception in the counterterrorism and criminal investigation realms, and shows how these techniques can be applied in our daily lives.Through fascinating anecdotes from their intelligence careers, the authors teach readers how to recognize deceptive behaviors, both verbal and nonverbal, that we all tend to display when we respond to questions untruthfully. For the first time, they share with the general public their methodology and their secrets to the art of asking questions that elicit the truth.\\"\\"\\"Spy the Lie\\" is a game-changer. You may never read another book that has a more dramatic impact on your career, your relationships, or your future.","image":null,"links":"book|https://www.amazon.com/Spy-Lie-Former-Officers-Deception/dp/1250029627?tag=learnawesome-20;summary|https://fourminutebooks.com/spy-the-lie-summary/","topics":"psychology;communication","creators":"Philip Houston","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88a4e249-a96e-4245-835f-8794ddc3cdfe","name":"Start Something That Matters","description":"WHY THIS BOOK IS FOR YOU.-You're ready to make a difference in the world- through your own start-up business a nonprofit organization, or a new project that you create within your current job. _You want to love your work, work for what you love, and have a positive impact on the world-all at the same time. _You're inspired by method, charity: water, and FEED Projects and want to learn how these organizations got their start. _You're curious about how someone who never made a pair of shoes, attended fashion school, or worked in retail created one of the fastest-growing footwear companies in the world by giving shoes away. _You're looking for a new model of success to share with your children, students, co-workers, and members of your community. _YOU'RE READY TO START SOMETHING THAT MATTERS.","image":null,"links":"book|https://www.goodreads.com/book/show/10723236-start-something-that-matters;summary|https://fourminutebooks.com/start-something-that-matters-summary/","topics":"entrepreneurship","creators":"Author of Start Something That Matters","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6963c931-748c-48af-8cb9-e557ab1802dc","name":"Start","description":"Wall Street Journal best-selling author Jon Acuff reveals the steps to getting unstuck and back onto the path of being awesome.Over the last 100 years, the road to success for most everyone has been divided into predictable stages. But three things have changed the path to success:Boomers are realizing that a lot of the things they were promised aren't going to materialize, and they have started second and third careers.Technology has given access to an unprecedented number of people who are building online empires and changing their lives in ways that would have been impossible years ago.The days of \\"success first, significance later,\\" have ended.While none of the stages can be skipped, they can be shortened and accelerated. There are only two paths in life: average and awesome. The average path is easy because all you have to do is nothing. The awesome path is more challenging, because things like fear only bother you when you do work that matters. The good news is \\"Start\\" gives readers practical, actionable insights to be more awesome, more often.","image":"https://covers.openlibrary.org/b/id/8574668-M.jpg","links":"book|https://www.amazon.com/Start-Punch-Escape-Average-Matters/dp/1937077594?tag=learnawesome-20;summary|https://fourminutebooks.com/start-summary/","topics":"business;personal-development;leadership","creators":"Jon Acuff","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38084712-4adc-416d-9381-a8789f15323a","name":"Start-Up Nation","description":"START-UP NATION addresses the trillion dollar question: How is it that Israel-- a country of 7.1 million, only 60 years old, surrounded by enemies, in a constant state of war since its founding, with no natural resources-- produces more start-up companies than large, peaceful, and stable nations like Japan, China, India, Korea, Canada and the UK?With the savvy of foreign policy insiders, Senor and Singer examine the lessons of the country's adversity-driven culture, which flattens hierarchy and elevates informality-- all backed up by government policies focused on innovation. In a world where economies as diverse as Ireland, Singapore and Dubai have tried to re-create the \\"Israel effect\\", there are entrepreneurial lessons well worth noting. As America reboots its own economy and can-do spirit, there's never been a better time to look at this remarkable and resilient nation for some impressive, surprising clues.","image":null,"links":"book|https://www.amazon.com/Start-up-Nation-Israels-Economic-Miracle/dp/0446541478?tag=learnawesome-20;summary|https://fourminutebooks.com/start-up-nation-summary/","topics":"startups;economics;cultural;israel;entrepreneurship","creators":"Dan Senor","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8441f4bd-3a12-42fd-8ea4-588736dc6870","name":"Start With Why - Summary by FourMinuteBooks","description":"By Simon Sinek","image":"https://learn-awesome.github.io/assets/book_covers/7108725.jpg","links":"summary|https://fourminutebooks.com/start-with-why-summary/;book|https://www.amazon.com/Start-Why-Leaders-Inspire-Everyone/dp/1591846447?tag=learnawesome-20","topics":"business;leadership;personal-development","creators":"Simon Sinek","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30b1a34a-affd-42e9-b212-63dad11f1e68","name":"Startup Growth Engines","description":null,"image":null,"links":"book|https://www.amazon.in/Startup-Growth-Engines-Successful-Extraordinary-ebook/dp/B00LA95B68?tag=learnawesome-21;summary|https://fourminutebooks.com/startup-growth-engines-summary/","topics":"startups;growth-hacking","creators":"Author of Startup Growth Engines","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"600057aa-423b-4afc-a46d-998413fddc6a","name":"Steal Like An Artist - Summary by FourMinuteBooks","description":"By Austin Kleon","image":"https://learn-awesome.github.io/assets/book_covers/13099738.jpg","links":"summary|https://fourminutebooks.com/steal-like-an-artist-summary/;summary|https://sivers.org/book/StealLikeAnArtist;book|https://www.amazon.com/Steal-Like-Artist-Things-Creative/dp/0761169253?tag=learnawesome-20","topics":"art;language;writing;design","creators":"Austin Kleon","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7536b315-3f3c-4fa0-b82c-4e3d605a2310","name":"Steve Jobs - Summary by FourMinuteBooks","description":"A very motivated man who had an uncanny ability to produce world-changing products. He …","image":"https://blas.com/wp-content/uploads/2015/11/download-5.jpg","links":"summary|https://fourminutebooks.com/steve-jobs-summary/;summary|https://blas.com/steve-jobs-isaacson/;book|https://www.amazon.in/Steve-Jobs-Walter-Isaacson/dp/1442394935?tag=learnawesome-21","topics":"apple;business;steve-jobs;walter-isaacson;management;leadership;entrepreneur;biography","creators":"Walter Isaacson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f6d6745-7674-4387-bff3-cf4f062e7759","name":"Sum: Forty Tales from the Afterlives - Summary at Blas.com","description":"A variety of short stories about life, death, the afterlife, divinity, and much more.  …","image":"https://blas.com/wp-content/uploads/2019/09/71eGeGsHkwL-195x300.jpg","links":"summary|https://blas.com/sum/","topics":"david-eagleman;fiction","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"072b48c7-fd3d-47c1-b92c-b3ad2d56e88b","name":"Superbetter","description":"\\n An innovative guide to living gamefully, based on the program that has already helped nearly half a million people achieve remarkable personal growth\\n \\nIn 2009, internationally renowned game designer Jane McGonigal suffered a severe concussion. Unable to think clearly or work or even get out of bed, she became anxious and depressed, even suicidal. But rather than let herself sink further, she decided to get better by doing what she does best: she turned her recovery process into a resilience-building game. What started as a simple motivational exercise quickly became a set of rules for “post-traumatic growth” that she shared on her blog. These rules led to a digital game and a major research study with the National Institutes of Health. Today nearly half a million people have played SuperBetter to get stronger, happier, and healthier.But the life-changing ideas behind SuperBetter are much bigger than just one game. In this book, McGonigal reveals a decade’s worth of scientific research into the ways all games—including videogames, sports, and puzzles—change how we respond to stress, challenge, and pain. She explains how we can cultivate new powers of recovery and resilience in everyday life simply by adopting a more “gameful” mind-set. Being gameful means bringing the same psychological strengths we naturally display when we play games—such as optimism, creativity, courage, and determination—to real-world goals.Drawing on hundreds of studies, McGonigal shows that getting superbetter is as simple as tapping into the three core psychological strengths that games help you build:   • Your ability to control your attention, and therefore your thoughts and feelings   • Your power to turn anyone into a potential ally, and to strengthen your existing relationships Your natural capacity to motivate yourself and super-charge your heroic qualities, like willpower, compassion, and determinationSuperBetter contains nearly 100 playful challenges anyone can undertake in order to build these gameful strengths. It includes stories and data from people who have used the SuperBetter method to get stronger in the face of illness, injury, and other major setbacks, as well as to achieve goals like losing weight, running a marathon, and finding a new job.As inspiring as it is down to earth, and grounded in rigorous research, SuperBetter is a proven game plan for a better life. You’ll never say that something is “just a game” again.","image":null,"links":"book|https://www.goodreads.com/book/show/24611964-superbetter;summary|https://fourminutebooks.com/superbetter-summary/","topics":"psychology;game-design;health;personal-development","creators":"Jane McGonigal","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d98c061-adfb-4945-b244-e130284cbe43","name":"Superfreakonomics","description":"The New York Times best-selling Freakonomics was a worldwide sensation, selling over four million copies in thirty-five languages and changing the way we look at the world. Now, Steven D. Levitt and Stephen J. Dubner return with SuperFreakonomics, and fans and newcomers alike will find that the freakquel is even bolder, funnier, and more surprising than the first.Four years in the making, SuperFreakonomics asks not only the tough questions, but the unexpected ones: What's more dangerous, driving drunk or walking drunk? Why is chemotherapy prescribed so often if it's so ineffective? Can a sex change boost your salary?SuperFreakonomics challenges the way we think all over again, exploring the hidden side of everything with such questions as:How is a street prostitute like a department-store Santa?Why are doctors so bad at washing their hands?How much good do car seats do?What's the best way to catch a terrorist?Did TV cause a rise in crime?What do hurricanes, heart attacks, and highway deaths have in common?Are people hard-wired for altruism or selfishness?Can eating kangaroo save the planet?Which adds more value: a pimp or a Realtor?Levitt and Dubner mix smart thinking and great storytelling like no one else, whether investigating a solution to global warming or explaining why the price of oral sex has fallen so drastically. By examining how people respond to incentives, they show the world for what it really is – good, bad, ugly, and, in the final analysis, super freaky.Freakonomics has been imitated many times over – but only now, with SuperFreakonomics, has it met its match.","image":"https://covers.openlibrary.org/b/id/7092420-M.jpg","links":"book|https://openlibrary.org/books/OL23712847M/Superfreakonomics;summary|https://fourminutebooks.com/superfreakonomics-summary/","topics":"economics","creators":"Steven D. Levitt","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2fe3ed9b-8451-42ba-87b2-f533c15b0ea5","name":"Superintelligence - Summary by FourMinuteBooks","description":"By Nick Bostrom","image":"https://learn-awesome.github.io/assets/book_covers/20527133.jpg","links":"summary|https://fourminutebooks.com/superintelligence-summary/;book|https://www.amazon.in/Superintelligence-Dangers-Strategies-Nick-Bostrom/dp/1501227742?tag=learnawesome-21","topics":"philosophy;science;artificial-intelligence","creators":"Nick Bostrom","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f1bb0d5-154c-4601-b2f2-4eaf57c60fdc","name":"Switch - Summary by FourMinuteBooks","description":"By Chip Heath","image":"https://learn-awesome.github.io/assets/book_covers/6570502.jpg","links":"summary|https://fourminutebooks.com/switch-summary/;summary|https://sivers.org/book/Switch;book|https://openlibrary.org/books/OL24094371M/Switch","topics":"business;psychology;leadership;personal-development","creators":"Chip Heath","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c026bd86-5b12-4e3e-96c1-c5a976699504","name":"Talent Is Overrated - Summary by FourMinuteBooks","description":"By Geoff Colvin","image":"https://learn-awesome.github.io/assets/book_covers/4485966.jpg","links":"summary|https://fourminutebooks.com/talent-is-overrated-summary/;summary|https://sivers.org/book/TalentIsOverrated;book|https://www.amazon.in/Talent-Overrated-Separates-World-Class-Performers/dp/1591842948?tag=learnawesome-21","topics":"business;psychology;personal-development;education;learning;productivity","creators":"Geoff Colvin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"326b7e5e-b113-4cc1-989b-fc79b274badc","name":"Talk Like Ted - Summary by FourMinuteBooks","description":"By Carmine Gallo","image":"https://learn-awesome.github.io/assets/book_covers/17910144.jpg","links":"summary|https://fourminutebooks.com/talk-like-ted-summary/;book|https://www.goodreads.com/book/show/17910144-talk-like-ted","topics":"business;leadership;communication","creators":"Author of Talk Like Ted","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2dba7917-73b6-4175-8a67-7e998a9960b4","name":"Team Of Rivals - Summary by FourMinuteBooks","description":"By Doris Kearns Goodwin","image":"https://learn-awesome.github.io/assets/book_covers/2199.jpg","links":"summary|https://fourminutebooks.com/team-of-rivals-summary/;book|https://openlibrary.org/books/OL3422840M/Team_of_rivals","topics":"history;politics;civil-war;nations/usa/history","creators":"Doris Kearns Goodwin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2664f99a-a19f-458f-8af8-297c6ffbf310","name":"TED Talks","description":"In Ted Talks Chris Anderson, head of TED, reveals the inside secrets of how to give a first-class presentation. Where books like Talk Like TED and TED Talks Storytelling whetted the appetite, here is the official TED guide to public speaking from the man who put TED talks on the world's stage. 'Nobody in the world better understands the art and science of public speaking than Chris Anderson. He is absolutely the best person to have written this book' Elizabeth Gilbert.Anderson shares his five key techniques to presentation success: Connection, Narration, Explanation, Persuasion and Revelation (plus the three to avoid). He also answers the most frequently asked questions about giving a talk, from 'What should I wear?' to 'How do I handle my nerves?'.Ted Talks is also full of presentation tips from such TED notable speakers as Sir Ken Robinson, Bill Gates, Mary Roach, Amy Cuddy, Elizabeth Gilbert, Dan Gilbert, Amanda Palmer, Matt Ridley and many more. This is a lively, fun read with great practical application from the man who knows what goes into a truly memorable speech. In Ted Talks Anderson pulls back the TED curtain for anyone who wants to learn how to prepare an exceptional presentation.","image":null,"links":"book|https://www.amazon.in/TED-Talks-Official-Public-Speaking/dp/1328710289?tag=learnawesome-21;summary|https://fourminutebooks.com/ted-talks-summary/","topics":"personal-development;communication;presentation","creators":"Author of TED Talks","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e10b0a0-d8f4-4637-9662-54d1947c7ac9","name":"The $100 Startup - Summary by FourMinuteBooks","description":"By Chris Guillebeau","image":"https://learn-awesome.github.io/assets/book_covers/12605157.jpg","links":"summary|https://fourminutebooks.com/the-100-startup-summary/;book|https://www.goodreads.com/book/show/12605157-the-100-startup","topics":"startups;entrepreneurship","creators":"Chris Guillebeau","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d453e1c9-45d8-4d7d-bedf-486af079e777","name":"The 10X Rule","description":null,"image":null,"links":"book|https://www.amazon.in/10X-Rule-Difference-Between-Success-ebook/dp/B004X75OES?tag=learnawesome-21;summary|https://fourminutebooks.com/the-10x-rule-summary/","topics":"personal-development","creators":"Author of The 10X Rule","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9c97ee0-452b-4984-96fb-6c8e0e984853","name":"The 12 Week Year","description":"The guide to shortening your execution cycle down from one year to twelve weeksMost organizations and individuals work in the context of annual goals and plans; a twelve-month execution cycle. Instead, \\"The 12 Week Year\\" avoids the pitfalls and low productivity of annualized thinking. This book redefines your \\"year\\" to be 12 weeks long. In 12 weeks, there just isn't enough time to get complacent, and urgency increases and intensifies. \\"The 12 Week Year\\" creates focus and clarity on what matters most and a sense of urgency to do it now. In the end more of the important stuff gets done and the impact on results is profound.Explains how to leverage the power of a 12 week year to drive improved results in any area of your lifeOffers a how-to book for both individuals and organizations seeking to improve their execution effectivenessAuthors are leading experts on execution and implementationTurn your organization's idea of a year on its head, and speed your journey to success.","image":null,"links":"book|https://openlibrary.org/books/OL27148394M/The_12-week_year;summary|https://fourminutebooks.com/the-12-week-year-summary/","topics":"business;productivity","creators":"Brian Moran","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59ef0aa1-b15c-4bbf-9aef-b6c40b33270c","name":"The 21 Irrefutable Laws Of Leadership","description":null,"image":null,"links":"book|https://www.amazon.com/21-Irrefutable-Laws-Leadership-Follow-ebook/dp/B00ETK5N5O?tag=learnawesome-20;summary|https://fourminutebooks.com/the-21-irrefutable-laws-of-leadership-summary/","topics":"leadership","creators":"Author of The 21 Irrefutable Laws Of Leadership","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ca2b2b2-19a8-413c-8031-f6a044d2587e","name":"The 22 Immutable Laws Of Marketing - Summary by FourMinuteBooks","description":"Ries and Trout’s seminal book on marketing Key Takeaways Law of leadership – Better …","image":"https://blas.com/wp-content/uploads/2020/03/51b7BzdnqLL._SX330_BO1204203200_-200x300.jpg","links":"summary|https://fourminutebooks.com/the-22-immutable-laws-of-marketing-summary/;summary|https://blas.com/the-22-immutable-laws-of-marketing/;book|https://www.amazon.com/22-Immutable-Laws-Marketing-Violate/dp/0887306667?tag=learnawesome-20","topics":"marketing;jack-trout;al-ries","creators":"Al Ries","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f04ca041-d38f-4c55-91f6-9c380f60841c","name":"The 4-Hour Body","description":"Ferriss’ advice on workouts, diet, weight loss, flexibility and overall health Key Takeaways Gut …","image":"https://sivers.org/images/4HourBody.gif","links":"book|https://www.amazon.com/Uncommon-Fat-Loss-Incredible-Becoming-Superhuman/dp/0091939526?tag=learnawesome-20;summary|https://fourminutebooks.com/the-4-hour-body-summary/;summary|https://sivers.org/book/4HourBody;summary|https://blas.com/the-4-hour-body/","topics":"health;sports;fitness;tim-ferriss;diet-and-nutrition","creators":"Tim Ferriss","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"459d4532-159c-4ced-adfe-d4b09c734625","name":"The Artist’s Way","description":"The Artist’s Way is the seminal book on the subject of creativity. An international bestseller, millions of readers have found it to be an invaluable guide to living the artist’s life. Still as vital today—or perhaps even more so—than it was when it was first published one decade ago, it is a powerfully provocative and inspiring work. In a new introduction to the book, Julia Cameron reflects upon the impact of The Artist’s Way and describes the work she has done during the last decade and the new insights into the creative process that she has gained. Updated and expanded, this anniversary edition reframes The Artist’s Way for a new century.","image":"https://covers.openlibrary.org/b/id/6463773-M.jpg","links":"book|https://openlibrary.org/books/OL24346159M/The_Artist's_Way;summary|https://fourminutebooks.com/the-artists-way-summary/","topics":"creativity;art;personal-development","creators":"Julia Cameron","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dddaf0a8-956c-4cf5-a8ef-c7b8217fd552","name":"The 4-Hour Workweek","description":"More than 100 pages of new, cutting-edge content. Forget the old concept of retirement and the rest of the deferred-life plan there is no need to wait and every reason not to, especially in unpredictable economic times. Whether your dream is escaping the rat race, experiencing high-end world travel, earning a monthly five-figure income with zero management, or just living more and working less, The 4-Hour Workweek is the blueprint. This step-by-step guide to luxury lifestyle design teaches: How Tim went from $40,000 per year and 80 hours per week to $40,000 per month and 4 hours per week. How to outsource your life to overseas virtual assistants for $5 per hour and do whatever you want How blue-chip escape artists travel the world without quitting their jobs How to eliminate 50% of your work in 48 hours using the principles of a forgotten Italian economist How to trade a long-haul career for short work bursts and frequent mini-retirements The new expanded edition of Tim Ferriss The 4-Hour Workweek includes: More than 50 practical tips and case studies from readers (including families) who have doubled income, overcome common sticking points, and reinvented themselves using the original book as a starting point Real-world templates you can copy for eliminating e-mail, negotiating with bosses and clients, or getting a private chef for less than $8 a meal How Lifestyle Design principles can be suited to unpredictable economic times The latest tools and tricks, as well as high-tech shortcuts, for living like a diplomat or millionaire without being either\\"","image":"https://covers.openlibrary.org/b/id/6306016-M.jpg","links":"book|https://www.amazon.in/4-Hour-Workweek-Escape-Live-Anywhere/dp/0307465357?tag=learnawesome-21;summary|https://fourminutebooks.com/the-4-hour-workweek-summary/","topics":"personal-development;productivity","creators":"Timothy Ferriss","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c05d47e-e395-4e8d-b8a8-87a91de5322b","name":"The 48 Laws Of Power - Summary by FourMinuteBooks","description":"By Robert Greene","image":"https://learn-awesome.github.io/assets/book_covers/1303.jpg","links":"summary|https://fourminutebooks.com/the-48-laws-of-power-summary/;summary|https://sivers.org/book/48LawsOfPower;book|https://www.amazon.com/48-Laws-Power-Robert-Greene/dp/0140280197?tag=learnawesome-20;summary|https://blas.com/the-48-laws-of-power/","topics":"psychology;relationships;worth-re-reading;social;robert-greene;power","creators":"Author of The Laws Of Human Nature","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3018ddcb-ac12-4b66-8b5a-8f0084a12c7d","name":"The 5 AM Club","description":"Legendary leadership and elite performance expert Robin Sharma introduced The 5am Club concept over twenty years ago, based on a revolutionary morning routine that has helped his clients maximize their productivity, activate their best health and bulletproof their serenity in this age of overwhelming complexity.      Now, in this life-changing book, handcrafted by the author over a rigorous four-year period, you will discover the early-rising habit that has helped so many accomplish epic results while upgrading their happiness, helpfulness and feelings of aliveness.      Through an enchanting—and often amusing—story about two struggling strangers who meet an eccentric tycoon who becomes their secret mentor, The 5am Club will walk you through:How great geniuses, business titans and the world’s wisest people start their mornings to produce astonishing achievementsA little-known formula you can use instantly to wake up early feeling inspired, focused and flooded with a fiery drive to get the most out of each dayA step-by-step method to protect the quietest hours of daybreak so you have time for exercise, self-renewal and personal growthA neuroscience-based practice proven to help make it easy to rise while most people are sleeping, giving you precious time for yourself to think, express your creativity and begin the day peacefully instead of being rushed“Insider-only” tactics to defend your gifts, talents and dreams against digital distraction and trivial diversions so you enjoy fortune, influence and a magnificent impact on the worldPart manifesto for mastery, part playbook for genius-grade productivity and part companion for a life lived beautifully, The 5am Club is a work that will transform your life. Forever.","image":null,"links":"book|https://www.amazon.com/AM-Club-Morning-Elevate-Life/dp/1443456624?tag=learnawesome-20;summary|https://fourminutebooks.com/the-5-am-club-summary/","topics":"personal-development;productivity","creators":"Author of The 5 AM Club","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6231e5f-555d-4338-8ff2-886b569eda2a","name":"The 5 Love Languages - Summary by FourMinuteBooks","description":"By Gary Chapman","image":"https://learn-awesome.github.io/assets/book_covers/23878688.jpg","links":"summary|https://fourminutebooks.com/the-5-love-languages-summary/;book|https://www.goodreads.com/book/show/23878688-the-5-love-languages","topics":"relationships;marriage;love;psychology","creators":"Gary Chapman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ecd843fa-7199-4669-b2ab-4e203b338dfc","name":"The 5 Second Rule","description":"How to enrich your life and destroy doubt in 5 seconds. Throughout your life, you've had parents, coaches, teachers, friends and mentors who have pushed you to be better than your excuses and bigger than your fears. What if the secret to having the confidence and courage to enrich your life and work is simply knowing how to push yourself? Using the science of habits, riveting stories and surprising facts from some of the most famous moments in history, art and business, Mel Robbins will explain the power of a \\"push moment.\\" Then, she'll give you one simple tool you can use to become your greatest self.It takes just five seconds to use this tool, and every time you do you'll be in great company. More than 8 million people have watched Mel's TEDx Talk, and executives inside of the world's largest brands are using the tool to increase productivity, collaboration, and engagement.In The 5 Second Rule, you'll discover it takes just five seconds to:Become confidentBreak the habit of procrastination and self-doubtBeat fear and uncertaintyStop worrying and feel happierShare your ideas with courageThe 5 Second Rule is a simple, one-size-fits-all solution for the one problem we all face-we hold ourselves back.The secret isn't knowing what to do-it's knowing how to make yourself do it.","image":"https://covers.openlibrary.org/b/id/8114155-M.jpg","links":"book|https://openlibrary.org/books/OL26411678M/THE_5_SECOND_RULE_TRANSFORM_YOUR_LIFE_WORK_AND_CONFIDENCE_WITH_EVERYDAY_COURAGE;summary|https://fourminutebooks.com/the-5-second-rule-summary/","topics":"personal-development;habits;productivity","creators":"Mel Robbins","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3ac6549-cf49-4ee2-bc78-30587f5bbc5c","name":"The 7 Habits Of Highly Effective People","description":"Millions of copies sold. \\n New York Times \\nBestseller. Named the #1 Most Influential Business Book of the Twentieth Century. “Every so often a book comes along that not only alters the lives of readers but leaves an imprint on the culture itself. The 7 Habits is one of those books.” —Daniel Pink, New York Times bestselling author of When and DriveOne of the most inspiring and impactful books ever written, The 7 Habits of Highly Effective People has captivated readers for 25 years. It has transformed the lives of presidents and CEOs, educators and parents—in short, millions of people of all ages and occupations across the world. This twenty-fifth anniversary edition of Stephen Covey’s cherished classic commemorates his timeless wisdom, and encourages us to live a life of great and enduring purpose.","image":"https://covers.openlibrary.org/b/id/7348927-M.jpg","links":"book|https://www.amazon.in/Habits-Highly-Effective-People-Powerful/dp/1451639619?tag=learnawesome-21;summary|https://fourminutebooks.com/the-7-habits-of-highly-effective-people-summary/","topics":"business;personal-development;leadership;productivity;habits","creators":"Stephen R. Covey","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d00b5eff-33dc-40b4-bf55-709b9b0ce59f","name":"The Audacity Of Hope","description":"The Audacity of Hope is Barack Obama's call for a new kind of politics—a politics that builds upon those shared understandings that pull us together as Americans. Lucid in his vision of America's place in the world, refreshingly candid about his family life and his time in the Senate, Obama here sets out his political convictions and inspires us to trust in the dogged optimism that has long defined us and that is our best hope going forward.","image":"https://covers.openlibrary.org/b/id/6798537-M.jpg","links":"book|https://www.amazon.com/Audacity-Hope-Thoughts-Reclaiming-American/dp/0307237699?tag=learnawesome-20;summary|https://fourminutebooks.com/the-audacity-of-hope-summary/","topics":"politics;barack-obama","creators":"Barack Obama","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"681c5701-2831-40d1-81b0-f19b0e88e642","name":"Propaganda - Summary at Blas.com","description":"Edward Bernays is the father of propaganda and this book takes a deep look …","image":"https://blas.com/wp-content/uploads/2016/01/81XIkANlwgL-191x300.jpg","links":"summary|https://blas.com/propaganda/","topics":"edward-bernays;propaganda;psychology","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de8451d0-3613-41ff-87bb-e3bb0327c547","name":"The 80/20 Principle - Summary by FourMinuteBooks","description":"By Richard Koch","image":"https://learn-awesome.github.io/assets/book_covers/181206.jpg","links":"summary|https://fourminutebooks.com/the-80-20-principle-summary/;book|https://www.goodreads.com/book/show/181206.The_80_20_Principle","topics":"productivity;personal-development","creators":"Koch, Richard","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edcbdcaf-ab9a-4a44-b739-a9eaa1dd63e1","name":"The 8th Habit","description":"Over half a million copies sold.From the author that brought you the New York Times bestseller The 7 Habits of Highly Effective People comes a guide to accessing and encouraging the human potential for greatness.In the more than twenty-five years since its publication, The 7 Habits of Highly Effective People has become an international phenomenon with more than twenty-five million copies sold. Tens of millions of people in business, government, and schools have dramatically improved their lives and organizations by applying the principles of Stephen R. Covey’s classic book.The world, however, is a vastly changed place. Being effective as individuals and organizations is no longer merely an option—it’s a requirement for survival. But in order to thrive, innovate, excel, and lead in what Covey calls the “New Knowledge Worker Age,” we must build on and move beyond effectiveness. In this era of human history, our call is for greatness—holistic fulfillment, passionate execution, and significant contribution.Accessing the higher levels of human genius in today’s new reality requires a change in thinking: a new mindset and a new skill-set—in short, a new habit. The crucial challenge of our world today is this: to find our voice and inspire others to find theirs. It is what Covey calls the 8th Habit. The 8th Habit is the answer to the soul’s yearning for greatness, the organization’s imperative for significance and superior results, and humanity’s search for its “voice.”Covey’s books have transformed the way we think about ourselves, our purpose in life, our organizations, and about humankind. Just as The 7 Habits of Highly Effective People helped us focus on effectiveness, The 8th Habit shows us the way to greatness.","image":"https://covers.openlibrary.org/b/id/427236-M.jpg","links":"book|https://www.amazon.com/8th-Habit-Effectiveness-Greatness/dp/0684846659?tag=learnawesome-20;summary|https://fourminutebooks.com/the-8th-habit-summary/","topics":"business;personal-development;leadership;productivity;habits","creators":"Stephen R. Covey","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5deb0a04-9d8a-4773-b5b0-8e50eee0757d","name":"The Achievement Habit","description":"The co-founder of the Stanford d.School introduces the power of design thinking to help you achieve goals you never thought possible.Achievement can be learned. It’s a muscle, and once you learn how to flex it, you’ll be able to meet life’s challenges and fulfill your goals, Bernard Roth, Academic Director at the Stanford d.school contends.In The Achievement Habit, Roth applies the remarkable insights that stem from design thinking—previously used to solve large scale projects—to help us realize the power for positive change we all have within us. Roth leads us through a series of discussions, stories, recommendations, and exercises designed to help us create a different experience in our lives. He shares invaluable insights we can use to gain confidence to do what we’ve always wanted and overcome obstacles that hamper us from reaching our potential, including:Don’t try—DO; Excuses are self-defeating; Believe you are a doer and achiever and you’ll become one; Build resiliency by reinforcing what you do rather than what you accomplish; Learn to ignore distractions that prevent you from achieving your goals; Become open to learning from your own experience and from those around you; And more.The brain is complex and is always working with our egos to sabotage our best intentions. But we can be mindful; we can create habits that make our lives better. Thoughtful and powerful The Achievement Habit shows you how.","image":null,"links":"book|https://www.amazon.com/Achievement-Habit-Wishing-Start-Command/dp/0062356100?tag=learnawesome-20;summary|https://fourminutebooks.com/the-achievement-habit-summary/","topics":"personal-development;productivity","creators":"Bernard Roth","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5d66d13-8e3d-48ee-83ed-112c9a5c7b89","name":"The ADHD Advantage","description":"Why ADHD could be the key to your successFor decades physicians delivered the diagnosis of ADHD to patients as bad news and warned them about a lifelong struggle of managing symptoms. But The ADHD Advantage explodes this outlook, showing that some of the most highly successful entrepreneurs, leaders, and entertainers have reached the pinnacle of success not in spite of their ADHD but because of it.Although the ADHD stereotype is someone who can’t sit still, in reality people with ADHD are endlessly curious, often adventurous, willing to take smart risks, and unusually resilient. They are creative, visionary, and entrepreneurial. Sharing the stories of highly successful people with ADHD, Dr. Archer offers a vitally important and inspiring new way to recognize ADHD traits in oneself or in one’s loved ones, and then leverage them to great advantage—without drugs.As someone who not only has ADHD himself but also has never used medication to treat it, Dr. Archer understands the condition from a unique standpoint. Armed with new science and research, he hopes to generate public interest and even debate with his positive message as he guides the millions of people with ADHD worldwide toward a whole new appreciation of their many strengths and full innate potential.","image":null,"links":"book|https://www.amazon.com/ADHD-Advantage-Diagnosis-Greatest-Strength/dp/0399573453?tag=learnawesome-20;summary|https://fourminutebooks.com/the-adhd-advantage-summary/","topics":"psychology;health;mental-health;adhd","creators":"Dale Archer","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b5a9292-2c4b-4e6e-beb3-09c3a0635769","name":"The Age of Empathy","description":"In this thought-provoking book, the acclaimed author of Our Inner Ape examines how empathy comes naturally to a great variety of animals, including humans. Are we our brothers' keepers? Do we have an instinct for compassion? Or are we, as is often assumed, only on earth to serve our own survival and interests?By studying social behaviors in animals, such as bonding, the herd instinct, the forming of trusting alliances, expressions of consolation, and conflict resolution, Frans de Waal demonstrates that animals-and humans-are \\"preprogrammed to reach out.\\" He has found that chimpanzees care for mates that are wounded by leopards, elephants offer \\"reassuring rumbles\\" to youngsters in distress, and dolphins support sick companions near the water's surface to prevent them from drowning. From day one humans have innate sensitivities to faces, bodies, and voices; we've been designed to feel for one another.De Waal's theory runs counter to the assumption that humans are inherently selfish, which can be seen in the fields of politics, law, and finance. But he cites the public's outrage at the U.S. government's lack of empathy in the wake of Hurricane Katrina as a significant shift in perspective-one that helped Barack Obama become elected and ushered in what perhaps could become an Age of Empathy. Through a better understanding of empathy's survival value in evolution, de Waal suggests, we can work together toward a more just society based on a more generous and accurate view of human nature.Written in layman's prose with a wealth of anecdotes, wry humor, and incisive intelligence, The Age of Empathy is essential reading for our embattled times.\\"An important and timely message about the biological roots of human kindness.\\"--Desmond Morris, author of The Naked Ape","image":"https://covers.openlibrary.org/b/id/6566245-M.jpg","links":"book|https://www.goodreads.com/book/show/6525532-the-age-of-empathy;summary|https://fourminutebooks.com/the-age-of-empathy-summary/","topics":"science;psychology;animals;sociology;empathy;anthropology","creators":"Frans de Waal","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5ee0937-30b2-40d5-a3c1-abff084d5b47","name":"The Antidote","description":"Self-help books don't seem to work. Few of the many advantages of modern life seem capable of lifting our collective mood. Wealth—even if you can get it—doesn't necessarily lead to happiness. Romance, family life, and work often bring as much stress as joy. We can't even agree on what \\"happiness\\" means. So are we engaged in a futile pursuit? Or are we just going about it the wrong way?Looking both east and west, in bulletins from the past and from far afield, Oliver Burkeman introduces us to an unusual group of people who share a single, surprising way of thinking about life. Whether experimental psychologists, terrorism experts, Buddhists, hardheaded business consultants, Greek philosophers, or modern-day gurus, they argue that in our personal lives, and in society at large, it's our constant effort to be happy that is making us miserable. And that there is an alternative path to happiness and success that involves embracing failure, pessimism, insecurity, and uncertainty—the very things we spend our lives trying to avoid. Thought-provoking, counterintuitive, and ultimately uplifting, The Antidote is the intelligent person's guide to understanding the much-misunderstood idea of happiness.","image":"https://covers.openlibrary.org/b/id/8089907-M.jpg","links":"book|https://www.goodreads.com/book/show/13721709-the-antidote;summary|https://fourminutebooks.com/the-antidote-summary/;summary|https://sivers.org/book/Antidote","topics":"psychology;philosophy","creators":"Oliver Burkeman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7693814-9fe3-493f-b4d3-3cfede5e9d08","name":"The Art Of Asking","description":"Rock star, crowdfunding pioneer, and TED speaker Amanda Palmer knows all about asking. Performing as a living statue in a wedding dress, she wordlessly asked thousands of passersby for their dollars. When she became a singer, songwriter, and musician, she was not afraid to ask her audience to support her as she surfed the crowd (and slept on their couches while touring). And when she left her record label to strike out on her own, she asked her fans to support her in making an album, leading to the world's most successful music Kickstarter.Even while Amanda is both celebrated and attacked for her fearlessness in asking for help, she finds that there are important things she cannot ask for-as a musician, as a friend, and as a wife. She learns that she isn't alone in this, that so many people are afraid to ask for help, and it paralyzes their lives and relationships. In this groundbreaking book, she explores these barriers in her own life and in the lives of those around her, and discovers the emotional, philosophical, and practical aspects of The Art Of Asking.Part manifesto, part revelation, this is the story of an artist struggling with the new rules of exchange in the twenty-first century, both on and off the Internet. The Art Of Asking will inspire readers to rethink their own ideas about asking, giving, art, and love.","image":null,"links":"book|https://www.amazon.in/Art-Asking-Learned-Worrying-People/dp/1455581097?tag=learnawesome-21;summary|https://fourminutebooks.com/the-art-of-asking-summary/","topics":"art;personal-development","creators":"Amanda Palmer","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d63e43d4-b117-408c-af5f-09e36dfbe000","name":"The Art Of Choosing","description":"Every day we make choices. Coke or Pepsi? Save or spend? Stay or go?Whether mundane or life-altering, these choices define us and shape our lives. Sheena Iyengar asks the difficult questions about how and why we choose: Is the desire for choice innate or bound by culture? Why do we sometimes choose against our best interests? How much control do we really have over what we choose? Sheena Iyengar's award-winning research reveals that the answers are surprising and profound. In our world of shifting political and cultural forces, technological revolution, and interconnected commerce, our decisions have far-reaching consequences. Use THE ART OF CHOOSING as your companion and guide for the many challenges ahead.","image":null,"links":"book|https://www.goodreads.com/book/show/6648865-the-art-of-choosing;summary|https://fourminutebooks.com/the-art-of-choosing-summary/","topics":"thinking;decision-making","creators":"Sheena Iyengar","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbcb746d-6900-4a46-b315-4d533790a1f1","name":"The Art Of Non-Conformity - Summary by FourMinuteBooks","description":"By Chris Guillebeau","image":"https://learn-awesome.github.io/assets/book_covers/8978488.jpg","links":"summary|https://fourminutebooks.com/the-art-of-non-conformity-summary/;book|https://www.amazon.in/Art-Non-Conformity-Rules-Change-Perigee/dp/0399536108?tag=learnawesome-21","topics":"personal-development","creators":"Chris Guillebeau","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"279c4fa9-9bb9-416c-85d1-36a4686220da","name":"The Art Of Seduction","description":"From the creators of the New York Times bestsellerThe 48 Laws of Power, comes a mesmerizing handbook on seduction: the most subtle and effective form of power   Which sort of seducer could you be: Siren? Rake? Cold Coquette? Star? Comedian? Charismatic? or Saint? This book will show you which. Charm, persuasion, the ability to create illusions: these are some of the many dazzling gifts of the Seducer, the compelling figure who is able to manipulate, mislead, and give pleasure all at once. When raised to the level of art, seduction, an indirect and subtle form of power, has toppled empires, won elections and enslaved great minds. Discover who you, or your pursuer, most resembles. Learn, too, the pitfalls of the anti-Seducer.   In part II, immerse yourself in the twenty-four maneuvers and strategies of the seductive process, the ritual by which a seducer gains mastery over his target. Understand how to ‘Choose the Right Victim,’ ‘Appear to Be an Object of Desire,’ and ‘Confuse Desire and Reality.’ As in his other bestsellers, The 48 Laws of Power, The 33 Strategies of War, and most recently in Mastery, in The Art of Seduction, an international bestseller, Robert Greene deftly mines history and literature to create an indispensable primer on the essence of one of history's greatest weapons and the ultimate power trip.","image":"https://covers.openlibrary.org/b/id/109370-M.jpg","links":"book|https://www.goodreads.com/book/show/20995.The_Art_of_Seduction;summary|https://fourminutebooks.com/the-art-of-seduction-summary/","topics":"psychology;seduction;relationships;communication","creators":"Author of The Laws Of Human Nature","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"719edea8-9222-4ce5-9f5d-e65957a79a83","name":"The Art Of Social Media","description":"From the bestselling author of  The Art of the Start  and  Enchantment, a no-nonsense guide to becoming a social media superstar. By now it’s clear that whether you’re promoting a business, a product, or yourself, social media is near the top of what will determine your success or failure. And there are countless pundits, authors, and consultants eager to advise you.   But there’s no one quite like Guy Kawasaki, the legendary former chief evangelist for Apple and one of the pioneers of business blogging, tweeting, facebooking, tumbling, and much, much more. Now Guy has teamed up with his Canva colleague Peg Fitzpatrick to offer The Art of Social Media – the one essential guide you need to get the most bang for your time, effort, and money.   With more than 100 practical tips, tricks, and insights, Guy and Peg present a ground-up strategy to produce a focused, thorough, and compelling presence on the most popular social-media platforms. They guide you through the steps of building your foundation, amassing your digital assets, going to market, optimizing your profile, attracting more followers, and effectively integrating social media and blogging.   For beginners overwhelmed by too many choices, as well as seasoned professionals eager to improve their game, The Art of Social Media is full of tactics that have been proven to work in the real world. Or as Guy puts it, “Great Stuff, No Fluff.” http://artof.social/","image":null,"links":"book|https://www.amazon.com/Art-Social-Media-Power-Users/dp/1591848075?tag=learnawesome-20;summary|https://fourminutebooks.com/the-art-of-social-media-summary/","topics":"social-media;entrepreneurship","creators":"Guy Kawasaki","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c5880a4-8a9d-4f30-8b13-75b7e68c35b3","name":"This Will Make You Smarter: New Scientific Concepts to Improve Your Thinking - Summary at Blas.com","description":"Brockman poses a question every year and this year it was which idea people …","image":"https://blas.com/wp-content/uploads/2019/09/51jEIzplVGL._SX330_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/this-will-make-you-smarter/","topics":"thinking","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80afcd03-c9d7-4669-a35c-49c918fc3812","name":"A Sense of Where You Are: Bill Bradley at Princeton - Summary at Blas.com","description":"John McPhee was able to spend time and get to know Bill Bradley during …","image":"https://blas.com/wp-content/uploads/2019/08/14336-174x300.jpg","links":"summary|https://blas.com/a-sense-of-where-you-are/","topics":"basketball;bill-bradley;john-mcphee;princeton","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e24b5edb-cff0-4620-950f-f74c6cf9c39b","name":"The Secret Wisdom of Nature: Trees, Animals, and the Extraordinary Balance of All Living Things - Summary at Blas.com","description":"Wohlleben describes how interconnected, systematic, nature is Key Takeaways Nature is like the mechanism …","image":"https://blas.com/wp-content/uploads/2019/08/download-1.jpg","links":"summary|https://blas.com/the-secret-wisdom-of-nature/","topics":"biology;nature;peter-wohlleben","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0ba2b9b-7e70-43b9-8bd7-e3c7821349ee","name":"Man’s Search For Meaning","description":"By Viktor E. Frankl","image":"https://learn-awesome.github.io/assets/book_covers/4069.jpg","links":"book|https://www.goodreads.com/book/show/4069.Man_s_Search_for_Meaning","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab26b9a1-a555-440a-96ca-71f5cf8c8973","name":"The Biology of Belief","description":"This 10th-anniversary edition of Bruce Lipton’s best-selling book The Biology of Belief has been updated to bolster the book’s central premise with the latest scientific discoveries—and there have been a lot in the last decade.The Biology of Belief is a groundbreaking work in the field of new biology. Former medical school professor and research scientist Bruce H. Lipton, Ph.D., presents his experiments, and those of other leading-edge scientists, which examine in great detail the mechanisms by which cells receive and process information. The implications of this research radically change our understanding of life, showing that genes and DNA do not control our biology; instead, DNA is controlled by signals from outside the cell, including the energetic messages emanating from our positive and negative thoughts. This profoundly hopeful synthesis of the latest and best research in cell biology and quantum physics has been hailed as a major breakthrough, showing that our bodies can be changed as we retrain our thinking.","image":null,"links":"book|https://www.goodreads.com/book/show/90556.The_Biology_of_Belief;summary|https://fourminutebooks.com/the-biology-of-belief-summary/","topics":"science;psychology;biology;health","creators":"Bruce H. Lipton","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d250c4c-e6e7-45b6-9467-35a760fc39c5","name":"The Black Swan","description":"By Nassim Nicholas Taleb","image":"https://learn-awesome.github.io/assets/book_covers/242472.jpg","links":"book|https://www.amazon.com/Black-Swan-Improbable-Robustness-Fragility/dp/081297381X?tag=learnawesome-20;summary|https://fourminutebooks.com/the-black-swan-summary/;summary|https://blas.com/the-black-swan/","topics":"economics;business;philosophy;science;psychology;finance;risk;nassim-taleb;how-to-live-life;decision-making","creators":"Nassim Nicholas Taleb","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be84d844-fe5e-4358-b5e0-bf2f61987454","name":"The Blue Zones Solution","description":"In this groundbreaking book, Dan Buettner reveals how to transform your health using smart eating and lifestyle habits gleaned from new research on the diets, eating habits, and lifestyle practices of the communities he's identified as \\"Blue Zones\\"—those places with the world's longest-lived, and thus healthiest, people, including locations such as Okinawa, Japan; Sardinia, Italy; Costa Rica's Nicoya Peninsula; Ikaria, Greece; and Loma Linda, California.   With the audacious belief that the lifestyles of the world's Blue Zones could be adapted and replicated in towns across North America, Buettner launched the largest preventive health care project in the United States, The Blue Zones City Makeovers, which has impacted the health of millions of Americans since 2009. In The Blue Zones Solution, readers can be inspired by the specific stories of the people, foods, and routines of our healthy elders; understand the role community, family, and naturally healthy habits can play in improving our diet and health; and learn the exact foods—including the 50 superfoods of longevity and dozens of recipes adapted for Western tastes and markets—that offer delicious ways to eat your way to optimum health. Throughout the book are lifestyle recommendations, checklists, and stories to help you create your own personal Blue Zones solution. Readers will learn and apply the 80/20 rule, the plant slant diet, social aspects of eating that lead to weight loss and great health naturally, cultivating your \\"tribe\\" of friends and family, and your greater purpose as part of your daily routine.   Filled with moving personal stories, delicious recipes, checklists, and useful tips that will transform any home into a miniature blue zone, The Blue Zones Solution is the ultimate blueprint for a healthy, happy life.","image":null,"links":"book|https://www.amazon.in/Blue-Zones-Solution-Eating-Healthiest/dp/1426216556?tag=learnawesome-21;summary|https://fourminutebooks.com/the-blue-zones-solution-summary/","topics":"health;food;nutrition","creators":"Dan Buettner","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a08532b-0623-46f6-8fdc-f9b33d12b5eb","name":"The Blue Zones","description":"Bestselling author, longevity expert, and National Geographic Explorer Dan Buettner reports on health, fitness, diet, and aging, drawing on his research from extraordinarily long-lived communities--Blue Zones--around the globe. Buettner has launched a major public health initiative to transform cities based on principles from this book, an updated and expanded edition of his bestselling classic on longevity. His prescriptions for lifestyle, nutrition, outlook, and stress-coping practices will add years to your life and life to your years.The latest Blue Zone is Ikaria, Greece, where strong, sweet wine, family, and a Mediterranean diet all play a role in longer life. Also new in this book is a reading group guide, designed for groups to read about, discuss, and implement many of the simple changes advocated for better health.A long, healthy life is no accident. It begins with good genes, but it also depends on good habits. If you adopt the right lifestyle, experts say, chances are you may live up to a decade longer. Buettner has led teams of researchers across the globe--from Costa Rica to Sardinia, Italy, to Okinawa, Japan and beyond--to uncover the secrets of Blue Zones. He found that the recipe for longevity is deeply intertwined with community, lifestyle, and spirituality. People live longer and healthier by embracing a few simple but powerful habits, and by creating the right community around themselves. In The Blue Zones, Second Edition, Buettner has blended his lifestyle formula with the latest longevity research to inspire lasting, behavioral change and add years to your life.Region by region, Buettner reveals the \\"secrets\\" of longevity through stories of his travels and interviews with some of the most remarkable--and happily long-living people on the planet. It's not coincidence that the way they eat, interact with each other, shed stress, heal themselves, avoid disease, and view their world yield them more good years of life. Buettner's easy to follow \\"best practices\\" and list of healthy lifestyle choices from the Blue Zones will empower readers to live longer, healthier, more fulfilling lives.","image":"https://covers.openlibrary.org/b/id/7578954-M.jpg","links":"book|https://openlibrary.org/books/OL26022008M/The_Blue_Zones_9_Lessons_For_Living_Longer_From_The_People_Whove_Lived_The_Longest;summary|https://fourminutebooks.com/the-blue-zones-summary/","topics":"health;science;food;longevity;nutrition","creators":"Dan Buettner","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8c2a761-d3cd-48b1-b1eb-a658459616c3","name":"The Book Of Joy","description":"A dialogue between the Dalai Lama and Archbishop Desmond Tutu on how to turn ephemeral joy into an enduring trait","image":"https://blas.com/wp-content/uploads/2016/01/9780399185045-200x300.jpg","links":"book|https://openlibrary.org/books/OL27215165M/The_book_of_joy;summary|https://fourminutebooks.com/the-book-of-joy-summary/;summary|https://blas.com/book-of-joy/","topics":"spirituality;philosophy;religion;happiness;joy;douglas-abrams;desmond-tutu;dalai-lama","creators":"Bstan-ʼdzin-rgya-mtsho Dalai Lama XIV","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28d692eb-50b7-436b-8f88-422d02d5178f","name":"The Book - Summary by FourMinuteBooks","description":"By Alan W. Watts","image":"https://learn-awesome.github.io/assets/book_covers/60551.jpg","links":"summary|https://fourminutebooks.com/the-book-summary/;book|https://www.goodreads.com/book/show/60551.The_Book_on_the_Taboo_Against_Knowing_Who_You_Are","topics":"philosophy;spirituality;psychology;religion","creators":"Alan Watts","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19a411bb-6080-4349-95af-08e8b97737ed","name":"The Mindful Athlete: Secrets to Pure Performance - Summary at Blas.com","description":"Summary  George Mumford had to hit rock bottom before he was willing to gain mindfulness …","image":"https://blas.com/wp-content/uploads/2019/04/51oMPkoZeTL-201x300.jpg","links":"summary|https://blas.com/the-mindful-athlete/","topics":"buddhism;george-mumford;mindfulness;sports","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"867e2c71-0cfd-49b1-9187-825b1ec77adb","name":"The Captain Class: The Driving Force Behind the World’s Greatest Teams - Summary at Blas.com","description":"Summary  Sam Walker does an in depth analysis of the best sports teams in history …","image":"https://blas.com/wp-content/uploads/2019/04/51JUt0xlsUL._AC_SY400_-197x300.jpg","links":"summary|https://blas.com/the-captain-class/","topics":"leadership;sam-walker;sports","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d0e437c-4370-477a-8590-4bb4cf0d8966","name":"The Botany Of Desire","description":"Working in his garden one day, Michael Pollan hit pay dirt in the form of an idea: do plants, he wondered, use humans as much as we use them? While the question is not entirely original, the way Pollan examines this complex coevolution by looking at the natural world from the perspective of plants is unique. The result is a fascinating and engaging look at the true nature of domestication. In making his point, Pollan focuses on the relationship between humans and four specific plants: apples, tulips, marijuana, and potatoes. He uses the history of John Chapman (Johnny Appleseed) to illustrate how both the apple's sweetness and its role in the production of alcoholic cider made it appealing to settlers moving west, thus greatly expanding the plant's range. He also explains how human manipulation of the plant has weakened it, so that \\"modern apples require more pesticide than any other food crop.\\" The tulipomania of 17th-century Holland is a backdrop for his examination of the role the tulip's beauty played in wildly influencing human behavior to both the benefit and detriment of the plant (the markings that made the tulip so attractive to the Dutch were actually caused by a virus). His excellent discussion of the potato combines a history of the plant with a prime example of how biotechnology is changing our relationship to nature. As part of his research, Pollan visited the Monsanto company headquarters and planted some of their NewLeaf brand potatoes in his garden--seeds that had been genetically engineered to produce their own insecticide. Though they worked as advertised, he made some startling discoveries, primarily that the NewLeaf plants themselves are registered as a pesticide by the EPA and that federal law prohibits anyone from reaping more than one crop per seed packet. And in a interesting aside, he explains how a global desire for consistently perfect French fries contributes to both damaging monoculture and the genetic engineering necessary to support it. Pollan has read widely on the subject and elegantly combines literary, historical, philosophical, and scientific references with engaging anecdotes, giving readers much to ponder while weeding their gardens. --Shawn Carkonen","image":"https://covers.openlibrary.org/b/id/6494497-M.jpg","links":"book|https://www.goodreads.com/book/show/41021145-the-botany-of-desire;summary|https://fourminutebooks.com/the-botany-of-desire-summary/","topics":"science;food;environment;nature;botany;biology","creators":"Michael Pollan","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b59b1446-1b7e-462d-846f-6d0ed71d8a8c","name":"The Brain That Changes Itself","description":"Doidge discusses neuroplasticity extensively – the ability of the brain to rewire itself. This …","image":"https://covers.openlibrary.org/b/id/1119693-M.jpg","links":"book|https://openlibrary.org/books/OL9444179M/The_Brain_That_Changes_Itself;summary|https://fourminutebooks.com/the-brain-that-changes-itself-summary/;summary|https://blas.com/the-brain-that-changes-itself/","topics":"science;psychology;biology;neuroscience;brain;health;norman-doidge","creators":"Norman Doidge","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46bbbe9d-62fc-4e17-aa79-cca95c3e9e46","name":"The Bulletproof Diet","description":"In his midtwenties, Dave Asprey was a successful Silicon Valley multimillionaire. He also weighed 300 pounds, despite the fact that he was doing what doctors recommended: eating 1,800 calories a day and working out 90 minutes a day, six times a week. When his excess fat started causing brain fog and food cravings sapped his energy and willpower, Asprey turned to the same hacking techniques that made his fortune to \\"hack\\" his own biology, investing more than $300,000 and 15 years to uncover what was hindering his energy, performance, appearance, and happiness. From private brain EEG facilities to remote monasteries in Tibet, through radioactive brain scans, blood chemistry work, nervous system testing, and more, he explored traditional and alternative technologies to reach his physical and mental prime. The result? The Bulletproof Diet, an anti-inflammatory program for hunger-free, rapid weight loss and peak performance. The Bulletproof Diet will challenge—and change—the way you think about weight loss and wellness. You will skip breakfast, stop counting calories, eat high levels of healthy saturated fat, work out and sleep less, and add smart supplements.In doing so, you'll gain energy, build lean muscle, and watch the pounds melt off. By ditching traditional \\"diet\\" thinking, Asprey went from being overweight and sick in his twenties to maintaining a 100-pound weight loss, increasing his IQ, and feeling better than ever in his forties. The Bulletproof Diet is your blueprint to a better life.","image":null,"links":"book|https://www.amazon.in/Bulletproof-Diet-Reclaim-Energy-Upgrade/dp/162336518X?tag=learnawesome-21;summary|https://fourminutebooks.com/the-bulletproof-diet-summary/","topics":"health;food;nutrition","creators":"Dave Asprey","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e59b146-2656-4a7b-b653-728bb818c72b","name":"The Charisma Myth - Summary by FourMinuteBooks","description":"By Olivia Fox Cabane","image":"https://learn-awesome.github.io/assets/book_covers/11910905.jpg","links":"summary|https://fourminutebooks.com/the-charisma-myth-summary/;book|https://www.amazon.com/Charisma-Myth-Science-Personal-Magnetism/dp/1591845947?tag=learnawesome-20","topics":"psychology;relationships;personal-development;leadership;communication","creators":"Olivia Fox Cabane","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc3dec42-1a9b-4aff-8f90-ce1b2f8a1b1e","name":"The Checklist Manifesto - Summary by FourMinuteBooks","description":"Atul Gawande provides clear evidence that checklists can be tremendously beneficial in order to successfully handle …","image":"https://blas.com/wp-content/uploads/2015/03/Checklist-Manifesto-200x300-1-200x300.jpg","links":"summary|https://fourminutebooks.com/the-checklist-manifesto-summary/;summary|https://sivers.org/book/ChecklistManifesto;summary|https://blas.com/the-checklist-manifesto/;book|https://www.amazon.com/Checklist-Manifesto-How-Things-Right/dp/0312430000?tag=learnawesome-20","topics":"business;health;medicine;productivity;science;checklist;atul-gawande","creators":"Atul Gawande","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"449c0332-ff91-421e-bbfd-6acf8695dc0b","name":"The Inner Life of Animals: Love, Grief, and Compassion - Summary at Blas.com","description":"Shows through some great examples how animals think, feel, and behave in some very …","image":"https://blas.com/wp-content/uploads/2019/08/download.jpg","links":"summary|https://blas.com/the-inner-life-of-animals/","topics":"animals;biology;nature;peter-wohlleben","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c300a89-f313-4e32-b24b-ce3c4f509b91","name":"Let My People Go Surfing - Summary at Blas.com","description":"Patagonia exists to challenge conventional wisdom and present a new style of responsible business. …","image":"https://blas.com/wp-content/uploads/2019/07/A1QuuFEgK9L-205x300.jpg","links":"summary|https://blas.com/let-my-people-go-surfing/","topics":"business;environment;patagonia;yvon-chouinard","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ce170da-805d-4c4a-918d-dc9120410375","name":"Small Giants: Companies That Choose to Be Great Instead of Big - Summary at Blas.com","description":"Burlingham studies 14 companies which have chosen to be the best in their field, …","image":"https://blas.com/wp-content/uploads/2019/04/81PHrm04PGL-196x300.jpg","links":"summary|https://blas.com/small-giants/","topics":"bo-burlingham;business","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3541e8fa-69fc-473f-a319-d57ca85a0f3d","name":"Fiber: The Coming Tech Revolution and Why America Might Miss It - Summary at Blas.com","description":"Susan Crawford goes into why fiber is superior to copper and cable and why …","image":"https://blas.com/wp-content/uploads/2019/04/41fTsUkysbL._SX328_BO1204203200_-198x300.jpg","links":"summary|https://blas.com/fiber/","topics":"fiber;information-technology;susan-crawford;technology;telecommunication","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58b85ca6-1787-4ee3-b8f1-3cdc566d0e3a","name":"The Seat of the Soul - Summary at Blas.com","description":"The greats, mystics, reach for something greater than what they can express directly through …","image":"https://blas.com/wp-content/uploads/2019/04/119760-200x300.jpg","links":"summary|https://blas.com/the-seat-of-the-soul/","topics":"gary-zukav;oprah;spiritual","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5547ce50-6d7a-44b8-a4b0-b3c2d56b215b","name":"Moving the Mountain - Summary at Blas.com","description":"Li Lu rose to become deputy commander of the student protests in Tiananmen Square …","image":"https://blas.com/wp-content/uploads/2019/04/Moving_the_Mountain-225x300.jpeg","links":"summary|https://blas.com/moving-the-mountain/","topics":"china;politics","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6970b14b-05e1-476c-aad0-ab0797a2a33c","name":"95% Is Crap: A Plain Man’s Guide to British Politics - Summary at Blas.com","description":"“This book is a highly unusual, humorous, and down to earth exposition of the …","image":"https://blas.com/wp-content/uploads/2019/03/91MkJQLDiKL-196x300.jpg","links":"summary|https://blas.com/95-is-crap/","topics":"britain;terry-arthur","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df887dc9-2f06-4a30-9bb4-917227860276","name":"The Chimp Paradox","description":"Your inner Chimp can be your best friend or your worst enemy...this is the Chimp Paradox Do you sabotage your own happiness and success? Are you struggling to make sense of yourself? Do your emotions sometimes dictate your life? Dr. Steve Peters explains that we all have a being within our minds that can wreak havoc on every aspect of our lives—be it business or personal. He calls this being \\"the chimp,\\" and it can work either for you or against you. The challenge comes when we try to tame the chimp, and persuade it to do our bidding.The Chimp Paradox contains an incredibly powerful mind management model that can help you be happier and healthier, increase your confidence, and become a more successful person. This book will help you to: —Recognize how your mind is working —Understand and manage your emotions and thoughts —Manage yourself and become the person you would like to be Dr. Peters explains the struggle that takes place within your mind and then shows you how to apply this understanding. Once you're armed with this new knowledge, you will be able to utilize your chimp for good, rather than letting your chimp run rampant with its own agenda.","image":"https://covers.openlibrary.org/b/id/8781414-M.jpg","links":"book|https://openlibrary.org/books/OL27309193M/The_Chimp_Paradox_The_Mind_Management_Program_to_Help_You_Achieve_Success_Confidence_and_Happine_ss;summary|https://fourminutebooks.com/the-chimp-paradox-summary/","topics":"psychology;personal-development","creators":"Dr. Steve Peters","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5811f4d9-989d-4907-9bf1-a40cf8cafadd","name":"The China Study","description":"More than thirty years ago, nutrition researcher T. Colin Campbell and his team at Cornell, in partnership with teams in China and England, embarked upon the China Study, the most comprehensive study ever undertaken of the relationship between diet and the risk of developing disease. What they found when combined with findings in Colin's laboratory, opened their eyes to the dangers of a diet high in animal protein and the unparalleled health benefits of a whole foods, plant-based diet.In 2005, Colin and his son Tom, now a physician, shared those findings with the world in The China Study, hailed as one of the most important books about diet and health ever written.Featuring brand new content, this heavily expanded edition of Colin and Tom's groundbreaking book includes the latest undeniable evidence of the power of a plant-based diet, plus updated information about the changing medical system and how patients stand to benefit from a surging interest in plant-based nutrition.The China Study - Updated and Expanded Edition presents a clear and concise message of hope as it dispels a multitude of health myths and misinformation. The basic message is clear. The key to a long, healthy life lies in three things: breakfast, lunch and dinner.","image":"https://sivers.org/images/ChinaStudy.gif","links":"book|https://www.amazon.in/China-Study-Comprehensive-Nutrition-Implications/dp/194295283X?tag=learnawesome-21;summary|https://fourminutebooks.com/the-china-study-summary/;summary|https://sivers.org/book/ChinaStudy","topics":"health;nutrition;food;science;veganism;nations/china","creators":"Author of The China Study","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d358348c-7781-4704-816c-945aef2b2fc0","name":"The Code Of The Extraordinary Mind","description":"What if you questioned everything you know and threw out all the pieces that hold you back? With The Code of the Extraordinary Mind, you can. Learn to think like the greatest creative minds of our era—to question, challenge, and create new rules for your ideas of love, education, spirituality, work, happiness, and meaning. The Code of the Extraordinary Mind is a blueprint for retraining our minds to hack everything—how we work, love, parent, and heal—and learn to succeed on our own terms. No matter where you’re starting from, you can build a life that’s truly extraordinary and make a dent in the universe. In this book, you will learn to bend reality, question the brules, transcend the culturescape, embrace your quest, practice consciousness engineering, live in blissipline, and push humanity forward. You will question your limits and realize that there are none. Your understanding of the world around you and your place in it will change, and you will find yourself operating at a new, extraordinary level in every way—with happiness, purpose, fulfillment, and love.","image":null,"links":"book|https://www.amazon.com/Code-Extraordinary-Mind-Unconventional-Redefine/dp/1623367085?tag=learnawesome-20;summary|https://fourminutebooks.com/the-code-of-the-extraordinary-mind-summary/","topics":"personal-development;psychology;thinking","creators":"Vishen Lakhiani","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"637a517f-809d-4259-96ee-3b641fd1b88b","name":"The Compound Effect","description":"The New York Times and Wall Street Journal bestseller, based on the principle that little, everyday decisions will either take you to the life you desire or to disaster by default. No gimmicks. No Hyperbole. No Magic Bullet. The Compound Effect is a distillation of the fundamental principles that have guided the most phenomenal achievements in business, relationships, and beyond. This easy-to-use, step-by-step operating system allows you to multiply your success, chart your progress, and achieve any desire. If you're serious about living an extraordinary life, use the power of The Compound Effect to create the success you want. You will find strategies including:How to win--every time! The No. 1 strategy to achieve any goal and triumph over any competitor, even if they're smarter, more talented or more experienced.Eradicating your bad habits (some you might be unaware of!) that are derailing your progress.The real, lasting keys to motivation--how to get yourself to do things you don't feel like doing.Capturing the elusive, awesome force of momentum. Catch this, and you'll be unstoppable.The acceleration secrets of superachievers. Do they have an unfair advantage? Yes they do, and now you can too!","image":"https://sivers.org/images/CompoundEffect.gif","links":"book|https://www.goodreads.com/book/show/9420697-the-compound-effect;summary|https://fourminutebooks.com/the-compound-effect-summary/;summary|https://sivers.org/book/CompoundEffect","topics":"business;personal-development;productivity","creators":"Darren Hardy","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1811b634-23d7-4b84-9d73-3c0e68884e46","name":"The Courage To Be Disliked - Summary by FourMinuteBooks","description":"By Ichiro Kishimi","image":"https://learn-awesome.github.io/assets/book_covers/43306206.jpg","links":"summary|https://fourminutebooks.com/the-courage-to-be-disliked-summary/;summary|https://sivers.org/book/Disliked;book|https://www.amazon.in/Courage-Be-Disliked-yourself-happiness/dp/176063073X?tag=learnawesome-21;summary|https://blas.com/the-courage-to-be-disliked/","topics":"psychology;philosophy;personal-development;ichiro-kishimi;fumitake-koga;alfred-adler","creators":"Author of The Courage To Be Disliked","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5eebaa78-67f0-4d79-86ba-76990868a12e","name":"The Creative Habit","description":null,"image":null,"links":"book|https://www.amazon.com/Creative-Habit-Learn-Use-Life-ebook/dp/B000SEOWBG?tag=learnawesome-20;summary|https://fourminutebooks.com/the-creative-habit-summary/","topics":"creativity;habits","creators":"Author of The Creative Habit","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a11d9c4a-c2c7-483a-a6d4-d40dd757b85b","name":"The Culture Code","description":"An essential book that unlocks the secrets of highly successful groups and provides readers with a toolkit for building a cohesive, innovative culture, from the New York Times bestselling author of The Talent Code","image":"https://sivers.org/images/CultureCode.gif","links":"book|https://www.amazon.com/Culture-Code-Secrets-Highly-Successful/dp/0525492461?tag=learnawesome-20;summary|https://fourminutebooks.com/the-culture-code-summary/;summary|https://sivers.org/book/CultureCode","topics":"leadership;psychology;business;culture","creators":"Daniel Coyle","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ec656e6-2dd7-424b-b4af-d412fb7c3ef0","name":"The Da Vinci Curse","description":"Do you keep jumping from hobby to hobby every few months? Are you still trapped in a bad job, one that has already run its course? The da Vinci Curse's \\"symptoms\\" are not pretty: contradictory interests, bursts of enthusiasm that soon fade, and the feeling that we are not really doing anything-at least not seriously. This happens to very particular people with many interests, talents and passions, people who feel that they still looking for one thing they can enjoy and excel at. There is hope, though: this book will help you find a specialized but heterogeneous profession-one that takes into account your best talents, your passions, and the need of monetization. These are your alternatives: dare to follow your own professional dream, or work hard for someone else who did precisely that. Your call!","image":null,"links":"book|https://www.amazon.in/Vinci-CURSE-design-interests-talents/dp/1523244879?tag=learnawesome-21;summary|https://fourminutebooks.com/the-da-vinci-curse-summary/","topics":"personal-development;productivity","creators":"Author of The Da Vinci Curse","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12b6a36f-4ea4-4a26-a921-e409cd5ede39","name":"The Desire Map","description":null,"image":null,"links":"book|https://www.amazon.com/Desire-Map-Guide-Creating-Goals-ebook/dp/B00H7MKSRY?tag=learnawesome-20;summary|https://fourminutebooks.com/the-desire-map-summary/","topics":"personal-development","creators":"Author of The Desire Map","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9e40d7c-1df8-47f5-92b7-88a9340c04aa","name":"The Last Lion - Summary at Blas.com","description":"Manchester describes not only the man, but the times, context, history, background, “gestalt” in …","image":"https://blas.com/wp-content/uploads/2019/07/513scFBSWsL-190x300.jpg","links":"summary|https://blas.com/the-last-lion/","topics":"biography;england;history;politics;war;william-manchester;winston-churchill","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bed5426f-25fe-490f-9648-1589978b60fc","name":"John Conway","description":null,"image":null,"links":"video|https://www.simonsfoundation.org/2014/04/04/john-conway/","topics":"john-conway","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24742c9d-3677-4d2d-afc4-57c420356dda","name":"The Dip","description":"A New York Times, USA Today, and Wall Street Journal bestseller In this iconic bestseller, popular business blogger and bestselling author Seth Godin proves that winners are really just the best quitters. Godin shows that winners quit fast, quit often, and quit without guilt--until they commit to beating the right Dip.Every new project (or job, or hobby, or company) starts out fun...then gets really hard, and not much fun at all. You might be in a Dip--a temporary setback that will get better if you keep pushing. But maybe it's really a Cul-de-Sac--a total dead end. What really sets superstars apart is the ability to tell the two apart.Winners seek out the Dip. They realize that the bigger the barrier, the bigger the reward for getting past it. If you can beat the Dip to be the best, you'll earn profits, glory, and long-term security. Whether you're an intern or a CEO, this fun little book will help you figure out if you're in a Dip that's worthy of your time, effort, and talents. The old saying is wrong--winners do quit, and quitters do win.","image":"https://covers.openlibrary.org/b/id/1977228-M.jpg","links":"book|https://www.goodreads.com/book/show/324748.The_Dip;summary|https://fourminutebooks.com/the-dip-summary/;summary|https://sivers.org/book/Dip","topics":"personal-development","creators":"Seth Godin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18634cc6-895f-48c5-a781-3e8169cfc485","name":"The E-Myth Revisited - Summary by FourMinuteBooks","description":"By Michael E. Gerber","image":"https://learn-awesome.github.io/assets/book_covers/81948.jpg","links":"summary|https://fourminutebooks.com/the-e-myth-revisited-summary/;book|https://openlibrary.org/books/OL1120224M/The_E-myth_revisited","topics":"entrepreneurship","creators":"Michael E. Gerber","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c9af9ab-22df-4114-8452-bbfcba117549","name":"The Education Of A Value Investor - Summary by FourMinuteBooks","description":"By Guy Spier","image":"https://learn-awesome.github.io/assets/book_covers/20696027.jpg","links":"summary|https://fourminutebooks.com/the-education-of-a-value-investor-summary/;book|https://www.amazon.in/Education-Value-Investor-Transformative-Enlightenment/dp/1137278811?tag=learnawesome-21","topics":"personal-finance;finance","creators":"Guy Spier","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdbe1526-92dc-4c9b-ab4b-5b848532b969","name":"The Effective Executive - Summary by FourMinuteBooks","description":"By Peter F. Drucker","image":"https://learn-awesome.github.io/assets/book_covers/48019.jpg","links":"summary|https://fourminutebooks.com/the-effective-executive-summary/;book|https://www.goodreads.com/book/show/48019.The_Effective_Executive","topics":"management;productivity","creators":"Peter F. Drucker","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c95a9063-08d7-48a8-a2dc-8ff9bde594b7","name":"The End Of Average - Summary by FourMinuteBooks","description":"By Todd Rose","image":"https://learn-awesome.github.io/assets/book_covers/24186666.jpg","links":"summary|https://fourminutebooks.com/the-end-of-average-summary/;book|https://www.amazon.com/End-Average-Succeed-Values-Sameness/dp/0062358367?tag=learnawesome-20","topics":"psychology;education;personal-development","creators":"Todd Rose","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfabae5d-ba4c-4642-9af7-3aff5a110459","name":"The End of Jobs","description":"The rapid development of technology and globalization has changed the leverage points in accumulating wealth: money, meaning and freedom. Those that don’t adapt are becoming trapped in the downward spiral of a dying middle class - working harder and earning less. Entrepreneurs that understand the new paradigm, have created unprecedented wealth in their lives and the lives of those they love. In This Book You’ll Learn: — Why the century-long growth in wages came to a halt in 2000. — Why MBAs and JDs can’t get jobs and what that means for the future of work and your job. — Why The Theory of Constraints and a shift into the Fourth Economy has made entrepreneurship the highest-leveraged career path for the young and ambitious. — Why The Turkey Problem means accounting may be the riskiest profession in the 21st century while entrepreneurship may be the safest. — How entrepreneurs with second-rate degrees are leveraging the radical democracy of the Long Tail to get rich. — How the Stair Step Method and return of apprenticeships have transformed the “entrepreneurial leap\\" to make entrepreneurship more accessible than ever. — The scientific research on how giving up balanced living and embracing integrated living leads to more money, more meaning, and more freedom. Included (Free) Resources: Get access by visiting http://taylorpearson.me/eoj — Full Recorded Interviews with the Ten Entrepreneurs featured in The End of Jobs detailing how they launched their own successful businesses. — Taylor’s 67 must-read business books to fuel your entrepreneurial career. — 49 tools and templates to save you hundreds of hours when launching and growing a business. — A Ninety-Day goal setting template to translate the book into actionable steps — Access to a private community to discuss the book and get support from a community of like-minded individuals to inspire, motivate, and assist each other. Who Should Read This Book? Early Stage Entrepreneurs - Doubting yourself and wondering if you made a smart choice to abandon the traditional career path? In Chapter 5, The Turkey Problem, you’ll learn the difference between real and perceived risk and why Entrepreneurship is a smarter choice than ever. Established Entrepreneurs - Do you have friends, family or team members that don’t understand their choices? In chapters 12 through 14 you’ll understand how to explain the fundamental drives of your ambition. Students - Are you considering getting another degree as opposed to starting a business or going to work for an entrepreneurial business? Before you invest hundreds of thousands of dollars, read Chapter 3 to understand why credentials are getting less valuable even as degrees get more expensive. Corporate Employees - Are you in a position that feels safe but doesn’t let you expand your skills and network? In chapter 4 through 6, you’ll find out why that job might not be as safe as you think.","image":"https://covers.openlibrary.org/b/id/8920878-M.jpg","links":"book|https://openlibrary.org/books/OL27462400M/The_End_of_Jobs;summary|https://fourminutebooks.com/the-end-of-jobs-summary/","topics":"business;entrepreneurship;economics;personal-development","creators":"Taylor Pearson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"995f993b-cddf-428f-ae2e-9fdd8be1bcb3","name":"The End Of Stress","description":null,"image":null,"links":"book|https://www.amazon.com/End-Stress-Steps-Rewire-Brain-ebook/dp/B00GEEB16I?tag=learnawesome-20;summary|https://fourminutebooks.com/the-end-of-stress-summary/","topics":"psychology;stress","creators":"Author of The End Of Stress","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19a57ee5-7b04-4850-8839-1cfc42eefd83","name":"The Energy Bus","description":null,"image":null,"links":"book|https://www.amazon.com/Energy-Bus-Rules-Fuel-Positive-ebook/dp/B0086I25S8?tag=learnawesome-20;summary|https://fourminutebooks.com/the-energy-bus-summary/","topics":"personal-development","creators":"Author of The Energy Bus","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7da40cd3-bbb0-4947-abec-1706b1643a6f","name":"The Eureka Factor","description":"In a book perfect for readers of Charles Duhigg's The Power of Habit, David Eagleman's Incognito, and Leonard Mlodinow's Subliminal, the cognitive neuroscientists who discovered how the brain has aha moments—sudden creative insights—explain how they happen, when we need them, and how we can have more of them to enrich our lives and empower personal and professional success.Eureka or aha moments are sudden realizations that expand our understanding of the world and ourselves, conferring both personal growth and practical advantage. Such creative insights, as psychological scientists call them, were what conveyed an important discovery in the science of genetics to Nobel laureate Barbara McClintock, the melody of a Beatles ballad to Paul McCartney, and an understanding of the cause of human suffering to the Buddha. But these moments of clarity are not given only to the famous. Anyone can have them.In The Eureka Factor, John Kounios and Mark Beeman explain how insights arise and what the scientific research says about stimulating more of them. They discuss how various conditions affect the likelihood of your having an insight, when insight is helpful and when deliberate methodical thought is better suited to a task, what the relationship is between insight and intuition, and how the brain's right hemisphere contributes to creative thought.Written in a lively, engaging style, this book goes beyond scientific principles to offer productive techniques for realizing your creative potential—at home and at work. The authors provide compelling anecdotes to illustrate how eureka experiences can be a key factor in your life. Attend a dinner party with Christopher Columbus to learn why we need insights. Go to a baseball game with the director of a classic Disney Pixar movie to learn about one important type of aha moment. Observe the behind-the-scenes arrangements for an Elvis Presley concert to learn why the timing of insights makes them difficult to use but crucial to study.Accessible and compelling, The Eureka Factor is a fascinating look at the human brain and its seemingly infinite capacity to surprise us.Advance praise for The Eureka Factor“The Eureka Factor is a highly engaging and informative look into the fascinating topic of sudden creative insights. John Kounios and Mark Beeman convincingly show that what once seemed to be a mysterious feature of the human mind is yielding to dramatic advances in the fields of psychology and neuroscience. Combining state-of-the-art research with compelling everyday examples, this book is essential reading for anyone who has ever wondered what makes it possible to experience an ‘Aha' moment.”—Daniel L. Schacter, William R. Kenan, Jr., Professor of Psychology, Harvard University, and author of The Seven Sins of Memory: How the Mind Forgets and Remembers","image":null,"links":"book|https://www.amazon.in/Eureka-Factor-Moments-Creative-Insight/dp/1400068541?tag=learnawesome-21;summary|https://fourminutebooks.com/the-eureka-factor-summary/","topics":"psychology;thinking;creativity","creators":"Author of The Eureka Factor","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce1a6317-f7d7-4e9a-95b7-2b8a3f11973f","name":"The Innovators: How a Group of Hackers, Geniuses, and Geeks Created the Digital Revolution","description":"By Walter Isaacson","image":"https://learn-awesome.github.io/assets/book_covers/21856367.jpg","links":"book|https://openlibrary.org/books/OL25643817M/The_Innovators;summary|https://fourminutebooks.com/the-innovators-summary/","topics":"history;business;technology","creators":"Walter Isaacson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f6a5eb2-5f60-4359-826c-6f7f42cace5a","name":"The Evolution Of Everything - Summary by FourMinuteBooks","description":"By Matt Ridley","image":"https://learn-awesome.github.io/assets/book_covers/25816925._SX98_.jpg","links":"summary|https://fourminutebooks.com/the-evolution-of-everything-summary/;book|https://www.amazon.in/Evolution-Everything-How-Ideas-Emerge/dp/0062296019?tag=learnawesome-21","topics":"science;history;philosophy;economics;biology;evolution;psychology","creators":"Matt Ridley","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"627dd2f3-1e6e-4553-b587-4485eb38d50a","name":"The Facebook Effect - Summary by FourMinuteBooks","description":"By David Kirkpatrick","image":"https://learn-awesome.github.io/assets/book_covers/7518289.jpg","links":"summary|https://fourminutebooks.com/the-facebook-effect-summary/;book|https://www.amazon.com/Facebook-Effect-Inside-Company-Connecting/dp/1439102120?tag=learnawesome-20","topics":"business;facebook;entrepreneurship;social-media","creators":"David Kirkpatrick","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f656b79-472a-4d9f-aeee-2a9adb30cd23","name":"The Fifth Agreement","description":null,"image":null,"links":"book|https://www.amazon.com/Fifth-Agreement-Practical-Self-Mastery-Toltec-ebook/dp/B005BRSFCC?tag=learnawesome-20;summary|https://fourminutebooks.com/the-fifth-agreement-summary/","topics":"personal-development","creators":"Author of The Fifth Agreement","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c68b1de-caa7-4fdc-a1e4-396f30b8f806","name":"The Fine Art Of Small Talk","description":"Nationally recognized communication expert Debra Fine reveals the techniques and strategies anyone can use to make small talk--in any situation. Do you spend an abnormal amount of time hiding out in the bathroom or hanging out at the buffet table at social gatherings? Does the thought of striking up a conversation with a stranger make your stomach do flip-flops? Do you sit nervously through job interviews waiting for the other person to speak? Are you a \\"Nervous Ned or Nellie\\" when it comes to networking? Then it's time you mastered The Fine Art of Small Talk. With practical advice and conversation \\"cheat sheets,\\" The Fine Art of Small Talk will help you learn to feel more comfortable in any type of social situation, from lunch with the boss to an association event to a cocktail party where you don't know a soul.","image":"https://covers.openlibrary.org/b/id/6613979-M.jpg","links":"book|https://www.amazon.com/Fine-Art-Small-Talk-Conversation/dp/1401302262?tag=learnawesome-20;summary|https://fourminutebooks.com/the-fine-art-of-small-talk-summary/","topics":"communication","creators":"Debra Fine","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31ac8e6c-fb27-4bb6-9c00-68466f92a5f8","name":"The Fortune Cookie Principle","description":null,"image":null,"links":"book|https://www.amazon.in/Fortune-Cookie-Principle-Great-Business-ebook/dp/B00DCGXBDW?tag=learnawesome-21;summary|https://fourminutebooks.com/the-fortune-cookie-principle-summary/","topics":"branding;marketing","creators":"Author of The Fortune Cookie Principle","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92ab9bfc-acb4-4479-b643-aa9a4efa39e0","name":"The Four Agreements - Summary by FourMinuteBooks","description":"By Miguel Ruiz","image":"https://learn-awesome.github.io/assets/book_covers/6596.jpg","links":"summary|https://fourminutebooks.com/the-four-agreements-summary/;book|https://openlibrary.org/books/OL672225M/The_four_agreements","topics":"spirituality;philosophy;personal-development","creators":"Miguel Ruiz","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"823586cb-f896-4d8d-9adf-83b2559eecc3","name":"The Four Tendencies","description":"In this groundbreaking analysis of personality type, bestselling author of Better Than Before and The Happiness Project, Gretchen Rubin reveals the one simple question that will transform what you do at home, at work, and in life. During her multibook investigation into understanding human nature, Gretchen Rubin realized that by asking the seemingly dry question \\"How do I respond to expectations?\\" we gain explosive self-knowledge. She discovered that based on their answer, people fit into Four Tendencies: Upholders, Questioners, Obligers, and Rebels. Our Tendency shapes every aspect of our behavior, so using this framework allows us to make better decisions, meet deadlines, suffer less stress, and engage more effectively. More than 600,000 people have taken her online quiz, and managers, doctors, teachers, spouses, and parents already use the framework to help people make significant, lasting change. The Four Tendencies hold practical answers if you've ever thought...· People can rely on me, but I can't rely on myself.· How can I help someone to follow good advice?· People say I ask too many questions.· How do I work with someone who refuses to do what I ask or who keeps telling me what to do?With sharp insight, compelling research, and hilarious examples, The Four Tendencies will help you get happier, healthier, more productive, and more creative. It's far easier to succeed when you know what works for you.","image":null,"links":"book|https://www.amazon.in/Four-Tendencies-Indispensable-Personality-Profiles/dp/1524760919?tag=learnawesome-21;summary|https://fourminutebooks.com/the-four-tendencies-summary/","topics":"psychology;relationships","creators":"Gretchen Rubin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a066561-69e9-4dce-9566-80c2bfad113b","name":"The Intelligent Investor","description":null,"image":null,"links":"book|https://www.amazon.com/Intelligent-Investor-Collins-Business-Essentials-ebook/dp/B000FC12C8?tag=learnawesome-20;summary|https://fourminutebooks.com/the-intelligent-investor-summary/","topics":"personal-finance;investing","creators":"Author of The Intelligent Investor","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6b53b42-c632-4a11-9d81-f16a8211d215","name":"An Elegant Puzzle: Systems of Engineering Management - Summary at Blas.com","description":"This book starts with organizational design – it gets the right people in the …","image":"https://blas.com/wp-content/uploads/2019/07/51aTO3pGp9L._SX336_BO1204203200_-203x300.jpg","links":"summary|https://blas.com/an-elegant-puzzle/","topics":"business;engineering;management;william-larson","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad67de1b-a06a-4c77-b56e-6244e6c01c8f","name":"The Sci Guys: Science at Home - SE3 - EP 13: Giant Bubble Recipe with Guar Gum and Bubble Wand","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=rg2Zj8gGp8o","topics":"bubbles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e1df79c5-8739-47d1-9448-a47f4048d3b1","name":"The Freaks Shall Inherit The Earth","description":"Do you ever wonder where you fit in? Do you sometimes get that feeling that you have something much bigger to offer the universe, but then it fills you with fear and anxiety, so you think maybe I'll just pay it safe? But what is safe? The factory job? The cubicle job? Factories all over have been converted to open spaces for startups. Skyscrapers have entire floors open for lease because the \\"same as everyone else\\" class of jobs have dried up. Many of us were raised to seek out a job that required us to fit in, to conform, to adapt until we fit the mold. The Freaks Shall Inherit The Earth is a guide for the kind of person who wouldn't normally pick up a business book. The personal business revolution is upon us. Here's your recipe book for starting your revolutionary business, including some of what you will learn:How to be as weird as you want while providing a viable business structure to support it What most people are missing from the basic frameworks of doing business How to turn passions into businesses How to build out the Digital Channel What Kickstarter and Square mean for the future of business) Take the plunge. Learn to fail and then win. Dare to do something that \\"everyone else\\" doesn't. The Freaks Shall Inherit the Earth will help. Bestselling author and successful entrepreneur Chris Brogan explains step-by-step how to build your business from the ground up, all without compromising the unique mindset and personal values that make you a freak in the first place.","image":"https://covers.openlibrary.org/b/id/7630151-M.jpg","links":"book|https://www.amazon.com/Freaks-Shall-Inherit-Earth-Entrepreneurship/dp/1118800559?tag=learnawesome-20;summary|https://fourminutebooks.com/the-freaks-shall-inherit-the-earth-summary/","topics":"business;entrepreneurship;career","creators":"Chris Brogan","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14ea33d5-2f5c-49e1-8c61-59cf84c7a653","name":"The Game - Summary by FourMinuteBooks","description":"By Neil Strauss","image":"https://learn-awesome.github.io/assets/book_covers/900.jpg","links":"summary|https://fourminutebooks.com/the-game-summary/;book|https://www.goodreads.com/book/show/900.The_Game","topics":"psychology;relationships;seduction","creators":"Author of The Game","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa91b423-27c9-4565-a14a-f86b8f68ff69","name":"The Genius Of Birds","description":"Birds are astonishingly intelligent creatures. According to revolutionary new research, some birds rival primates and even humans in their remarkable forms of intelligence. In The Genius of Birds, acclaimed author Jennifer Ackerman explores their newly discovered brilliance and how it came about. As she travels around the world to the most cutting-edge frontiers of research, Ackerman not only tells the story of the recently uncovered genius of birds but also delves deeply into the latest findings about the bird brain itself that are shifting our view of what it means to be intelligent. At once personal yet scientific, richly informative and beautifully written, The Genius of Birds celebrates the triumphs of these surprising and fiercely intelligent creatures.","image":null,"links":"book|https://www.amazon.in/Genius-Birds-Jennifer-Ackerman/dp/0399563121?tag=learnawesome-21;summary|https://fourminutebooks.com/the-genius-of-birds-summary/","topics":"animals;birds;biology","creators":"Jennifer Ackerman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3b1bd22-9790-4193-a5d7-7d8302706220","name":"The Geography Of Genius - Summary by FourMinuteBooks","description":"By Eric Weiner","image":"https://learn-awesome.github.io/assets/book_covers/25111093.jpg","links":"summary|https://fourminutebooks.com/the-geography-of-genius-summary/;summary|https://sivers.org/book/GeographyOfGenius;book|https://www.goodreads.com/book/show/25111093-the-geography-of-genius","topics":"history","creators":"Eric Weiner","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae0e6323-bf33-442b-a1d6-0c0b248a0e45","name":"The Gifts Of Imperfection","description":"New York Times best-selling author and professor Brené Brown offers a powerful and inspiring book that explores how to cultivate the courage, compassion, and connection to embrace your imperfections and to recognize that you are enough.Each day we face a barrage of images and messages from society and the media telling us who, what, and how we should be. We are led to believe that if we could only look perfect and lead perfect lives, we'd no longer feel inadequate. So most of us perform, please, and perfect, all the while thinking, What if I can't keep all of these balls in the air? Why isn't everyone else working harder and living up to my expectations? What will people think if I fail or give up? When can I stop proving myself?In The Gifts of Imperfection, Bren頂rown, PhD, a leading expert on shame, authenticity and belonging, shares what she's learned from a decade of research on the power of Wholehearted Living--a way of engaging with the world from a place of worthiness.In her ten guideposts, Brown engages our minds, hearts, and spirits as she explores how we can cultivate the courage, compassion, and connection to wake up in the morning and think, No matter what gets done and how much is left undone, I am enough, and to go to bed at night thinking, Yes, I am sometimes afraid, but I am also brave. And, yes, I am imperfect and vulnerable, but that doesn't change the truth that I am worthy of love and belonging.","image":"https://covers.openlibrary.org/b/id/7414597-M.jpg","links":"book|https://openlibrary.org/books/OL24913849M/The_gifts_of_imperfection;summary|https://fourminutebooks.com/the-gifts-of-imperfection-summary/","topics":"psychology;personal-development","creators":"Brené Brown","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1357cc95-e8e7-41ae-8897-7bca708560b6","name":"The Greatest Salesman In The World","description":"The Greatest Salesman in the World is a book that serves as a guide to a philosophy of salesmanship, and success, telling the story of Hafid, a poor camel boy who achieves a life of abundance. If Mandino's suggested reading structure is followed, it would take about 10 months to read the book.What you are today is not important... for in this  runaway bestseller you will learn how to change your life by applying the secrets you are about to  discover in the ancient scrolls.","image":null,"links":"book|https://www.amazon.in/Greatest-Salesman-World-Og-Mandino-ebook/dp/B004G8PIQ8?tag=learnawesome-21;summary|https://fourminutebooks.com/the-greatest-salesman-in-the-world-summary/","topics":"sales","creators":"Og Mandino","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0aa72815-6a4e-4212-bd15-10fb52023440","name":"The Habit Blueprint","description":null,"image":null,"links":"book|https://www.amazon.in/Habit-Blueprint-Simple-Steps-Transform-ebook/dp/B01N438WWO?tag=learnawesome-21;summary|https://fourminutebooks.com/the-habit-blueprint-summary/","topics":"habits","creators":"Author of The Habit Blueprint","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa022f30-0142-49db-9588-5b29f8a059c6","name":"The Hidden Life of Trees: What They Feel, How They Communicate - Summary at Blas.com","description":"Wohlleben goes into the nitty-gritty of how trees survive, communicate, protect themselves, grow, are social …","image":"https://blas.com/wp-content/uploads/2019/07/61W8QFqBuNL-210x300.jpg","links":"summary|https://blas.com/the-hidden-life-of-trees/","topics":"biology;peter-wohlleben;trees","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc325c7b-cbee-4bc8-bd65-e3e9f4efd30c","name":"The Art of Doing Science and Engineering: Learning to Learn - Summary at Blas.com","description":"“After more thought I decided that since I was trying to teach “style” of thinking …","image":"https://blas.com/wp-content/uploads/2019/07/41Dn-iksUXL._SX403_BO1204203200_-243x300.jpg","links":"summary|https://blas.com/learning-to-learn/","topics":"engineering;learning;richard-hamming;science;thinking;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"571ebbb6-c063-4093-bb88-a970d9ad7147","name":"The Happiness Advantage - Summary by FourMinuteBooks","description":"By Shawn Achor","image":"https://learn-awesome.github.io/assets/book_covers/9484114.jpg","links":"summary|https://fourminutebooks.com/the-happiness-advantage-summary/;book|https://openlibrary.org/books/OL24110024M/The_happiness_advantage","topics":"psychology;happiness;personal-development","creators":"Shawn Achor","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f9a19b0-cb20-450d-bc29-49030cf43b9d","name":"The Happiness Equation","description":"What’s the formula for a happy life?   Neil Pasricha is a Harvard MBA, a Walmart executive, a New York Times–bestselling author, and a husband and dad. After selling more than a million copies of his Book of Awesome series, he now shifts his focus from observation to application. In The Happiness Equation, Pasricha illustrates how to want nothing, do anything, and have everything. If that sounds like a contradiction, you simply haven’t unlocked the 9 Secrets to Happiness. Each secret takes a common ideal, flips it on its head, and casts it in a completely new light. Pasricha then goes a step further by providing step-by-step guidelines and hand-drawn scribbles that illustrate exactly how to apply each secret to live a happier life today. Controversial? Maybe. Counterintuitive? Definitely.The Happiness Equation will teach you such principles as: · Why success doesn’t lead to happiness  · How to make more money than a Harvard MBA  · Why multitasking is a myth  · How eliminating options leads to more choiceThe Happiness Equation is a book that will change how you think about everything—your time, your career, your relationships, your family, and, ultimately, of course, your happiness.  ","image":null,"links":"book|https://www.goodreads.com/book/show/22571656-the-happiness-equation;summary|https://fourminutebooks.com/the-happiness-equation-summary/","topics":"psychology;happiness","creators":"Neil Pasricha","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f17b5a6-39aa-4b01-8a58-aeb59183f307","name":"The Happiness Hypothesis - Summary by FourMinuteBooks","description":"By Jonathan Haidt","image":"https://learn-awesome.github.io/assets/book_covers/96884.jpg","links":"summary|https://fourminutebooks.com/the-happiness-hypothesis-summary/;summary|https://sivers.org/book/HappinessHypothesis;book|https://www.amazon.in/Happiness-Hypothesis-Finding-Modern-Ancient/dp/0465028020?tag=learnawesome-21","topics":"psychology;philosophy","creators":"Jonathan Haidt","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f550609-d8cb-4264-ba26-260c3cd2e43b","name":"The Happiness Of Pursuit","description":"A remarkable book that will both guide and inspire, The Happiness of Pursuit reveals how anyone can bring meaning into their life by undertaking a quest.   When he set out to visit all of the planet’s countries by age thirty-five, compulsive goal seeker Chris Guillebeau never imagined that his journey’s biggest revelation would be how many people like himself exist – each pursuing a challenging quest.  And, interestingly, these quests aren’t just travel-oriented.  On the contrary, they’re as diverse as humanity itself.  Some involve exploration; others the pursuit of athletic or artistic excellence; still others a battle against injustice or poverty or threats to the environment.   Everywhere that Chris visited he found ordinary people working toward extraordinary goals, making daily down payments on their dream.  These “questers” included a suburban mom pursuing a wildly ambitious culinary project, a DJ producing the world’s largest symphony, a young widower completing the tasks his wife would never accomplish, and a teenager crossing an entire ocean alone - as well as a do-it-yourselfer tackling M.I.T.’s computer-science course, a nerd turning himself into real-life James Bond, and scores of others writing themselves into the record books.   The more Chris spoke with these strivers, the more he began to appreciate the direct link between questing and long-term happiness -- how going after something in a methodical way enriches our lives -- and he was compelled to complete a comprehensive study of the phenomenon and extract the best advice.  In The Happiness of Pursuit he draws on interviews with hundreds of questers, revealing their secret motivations, their selection criteria, the role played by friends and family, their tricks for solving logistics, and the importance of documentation.   Equally fascinating is Chris’ examination of questing’s other side, including questers’ acute awareness of mortality, their struggle against monotony, and their wistful feelings once a quest has succeeded. What happens after the summit is climbed, the painting hung, the endurance record broken, the “at risk” community saved?    A book that challenges each of us to take control – to make our lives be about something while at the same time remaining clear-eyed about the commitment -- The Happiness of Pursuit will inspire readers of every age and aspiration.  It’s a playbook for making your life count.","image":null,"links":"book|https://openlibrary.org/books/OL27170176M/The_happiness_of_pursuit;summary|https://fourminutebooks.com/the-happiness-of-pursuit-summary/","topics":"travel;personal-development","creators":"Chris Guillebeau","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e359429e-8e7e-4d20-b2cb-8f9b7da6752b","name":"The Happiness Project","description":null,"image":null,"links":"book|https://www.amazon.in/Happiness-Project-Revised-Aristotle-Generally-ebook/dp/B017H7FUIK?tag=learnawesome-21;summary|https://fourminutebooks.com/the-happiness-project-summary/","topics":"happiness","creators":"Author of The Happiness Project","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"172230ef-fb25-4477-8b70-675a22335d6e","name":"The Happy Mind","description":null,"image":null,"links":"book|https://www.amazon.com/Happy-Mind-Simple-Happier-Starting-ebook/dp/B076QDYL9X?tag=learnawesome-20;summary|https://fourminutebooks.com/the-happy-mind-summary/","topics":"happiness","creators":"Author of The Happy Mind","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c446bf0-c561-4694-a1e2-2cacae907a87","name":"The Hard Thing About Hard Things - Summary by FourMinuteBooks","description":"Famed investor and entrepreneur Ben Horowitz brings us through his personal accounts of the stresses and …","image":"https://blas.com/wp-content/uploads/2015/06/The-Hard-Thing-About-Hard-Things-225x300-225x300.jpg","links":"summary|https://fourminutebooks.com/the-hard-thing-about-hard-things-summary/;summary|https://blas.com/the-hard-thing-about-hard-things/;book|https://www.goodreads.com/book/show/18176747-the-hard-thing-about-hard-things","topics":"entrepreneurship;business;management;start-up;ben-horowitz","creators":"Ben Horowitz","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57cfbdd7-667e-437e-a4c2-d6bf14512970","name":"The Food Lab","description":"By J. Kenji López-Alt","image":"https://learn-awesome.github.io/assets/book_covers/24861842.jpg","links":"book|https://www.goodreads.com/book/show/24861842-the-food-lab","topics":"cooking;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9e6a64f-54f6-452d-bbc5-6c598ee153b7","name":"The Happiest Baby on the Block - Summary at Blas.com","description":"The 5’s – what they are, how to do them, why they help to …","image":"https://blas.com/wp-content/uploads/2019/07/download.jpg","links":"summary|https://blas.com/the-happiest-baby-on-the-block/","topics":"harvey-karp;kids;parenting","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"805f22e9-f00d-411c-9106-fc71a9417b0a","name":"Decoded - Summary at Blas.com","description":"Jay-Z’s autobiography where he gives context to his songs by explaining what was happening …","image":"https://blas.com/wp-content/uploads/2019/07/Decoded-244x300.jpg","links":"summary|https://blas.com/decoded/","topics":"autobiography;jay-z;music;rap","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5165fe3d-9755-4e27-85c1-558708d2aed3","name":"The Spiritual Child: The New Science on Parenting for Health and Lifelong Thriving - Summary at Blas.com","description":"Spirituality is an untapped tool for human development, fulfillment, happiness, success. With this, children …","image":"https://blas.com/wp-content/uploads/2019/06/81Vp2oerIML-200x300.jpg","links":"summary|https://blas.com/the-spiritual-child/","topics":"kids;lisa-miller;parenting;spirituality","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32a5cc78-2481-409e-950b-f7ad459da523","name":"https://twitter.com/michael_nielsen/status/1132063670102454273","description":null,"image":null,"links":"thread|https://twitter.com/michael_nielsen/status/1132063670102454273","topics":"quantum-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a52fe04-a02c-4c54-acb5-8f467dca336c","name":"The Hidden Life of Trees","description":"In The Hidden Life of Trees, Peter Wohlleben shares his deep love of woods and forests and explains the amazing processes of life, death, and regeneration he has observed in the woodland and the amazing scientific processes behind the wonders of which we are blissfully unaware. Much like human families, tree parents live together with their children, communicate with them, and support them as they grow, sharing nutrients with those who are sick or struggling and creating an ecosystem that mitigates the impact of extremes of heat and cold for the whole group. As a result of such interactions, trees in a family or community are protected and can live to be very old. In contrast, solitary trees, like street kids, have a tough time of it and in most cases die much earlier than those in a group.Drawing on groundbreaking new discoveries, Wohlleben presents the science behind the secret and previously unknown life of trees and their communication abilities; he describes how these discoveries have informed his own practices in the forest around him. As he says, a happy forest is a healthy forest, and he believes that eco-friendly practices not only are economically sustainable but also benefit the health of our planet and the mental and physical health of all who live on Earth.","image":"https://covers.openlibrary.org/b/id/8064205-M.jpg","links":"book|https://www.amazon.in/Hidden-Life-Trees-Communicate_Discoveries-Secret/dp/1771642483?tag=learnawesome-21;summary|https://fourminutebooks.com/the-hidden-life-of-trees-summary/","topics":"science;environment;nature;biology;trees;forests","creators":"Peter Wohlleben","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c66ee298-9f2c-4f8f-ba0b-30e5c3ef3eea","name":"The Honest Truth About Dishonesty - Summary by FourMinuteBooks","description":"By Dan Ariely","image":"https://learn-awesome.github.io/assets/book_covers/13426114.jpg","links":"summary|https://fourminutebooks.com/the-honest-truth-about-dishonesty-summary/;book|https://www.amazon.com/Honest-Truth-About-Dishonesty-Everyone-Especially/dp/0062183613?tag=learnawesome-20","topics":"psychology;economics;ethics;decision-making","creators":"Dan Ariely","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f09acb7-dfd7-457d-9479-12c23c6358aa","name":"The House Of Rothschild","description":"In his rich and nuanced portrait of the remarkable, elusive Rothschild family, Oxford scholar and bestselling author Niall Ferguson uncovers the secrets behind the family's phenomenal economic success. He reveals for the first time the details of the family's vast political network, which gave it access to and influence over many of the greatest statesmen of the age. And he tells a family saga, tracing the importance of unity and the profound role of Judaism in the lives of a dynasty that rose from the confines of the Frankfurt ghetto and later used its influence to assist oppressed Jews throughout Europe. A definitive work of impeccable scholarship with a thoroughly engaging narrative, 'The House of Rothschild' is a biography of the rarest kind, in which mysterious and fascinating historical figures finally spring to life.","image":null,"links":"book|https://www.amazon.com/House-Rothschild-Niall-Ferguson/dp/0140240845?tag=learnawesome-20;summary|https://fourminutebooks.com/the-house-of-rothschild-summary/","topics":"history;economics;business;rothschild","creators":"Niall Ferguson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ec04bc0-73de-4a3d-ab0a-1fae81b53b5f","name":"The Idea Factory - Summary by FourMinuteBooks","description":"By Jon Gertner","image":"https://learn-awesome.github.io/assets/book_covers/11797471.jpg","links":"summary|https://fourminutebooks.com/the-idea-factory-summary/;book|https://www.amazon.com/Idea-Factory-Great-American-Innovation/dp/0143122797?tag=learnawesome-20","topics":"history;business;technology;bell-labs","creators":"Jon Gernter","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30bec831-56f3-48f6-a7d4-124632323d51","name":"The In-Between","description":"We’re an “instant gratification” generation—but most change happens gradually.Many of us spend our lives searching and longing for something more than what is in front of us. Whether it’s traveling abroad or chasing cheap (or expensive) thrills, we’re all looking for the medicine to satisfy our restlessness. And so often we're looking in the wrong place.The In-Between is a call to accept the importance that waiting plays in our lives. Can we embrace the extraordinary nature of the ordinary and enjoy the daily mundane—what lies in between the “major” moments? Learning to live in this tension, to be content in these moments of waiting, may be our greatest struggle—and our greatest opportunity to grow.","image":null,"links":"book|https://www.goodreads.com/book/show/17290453-the-in-between;summary|https://fourminutebooks.com/the-in-between-summary/","topics":"personal-development;psychology","creators":"Author of The In-Between","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e64e3a6c-c953-4ddc-8fc6-ffe226bf9508","name":"The Inner Game Of Tennis","description":"The Inner Game of Tennis is a revolutionary program for overcoming the self-doubt, nervousness, and lapses of concentration that can keep a player from winning. Now available in a revised paperback edition, this classic bestseller can change the way the game of tennis is played.","image":"https://covers.openlibrary.org/b/id/421843-M.jpg","links":"book|https://openlibrary.org/books/OL655842M/The_inner_game_of_tennis;summary|https://fourminutebooks.com/the-inner-game-of-tennis-summary/","topics":"psychology;sports","creators":"W. Timothy Gallwey","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d02d148a-762a-4ba2-9713-30a497d7964d","name":"The Innovator’s Dilemma - Summary by FourMinuteBooks","description":"By Clayton M. Christensen","image":"https://learn-awesome.github.io/assets/book_covers/2615.jpg","links":"summary|https://fourminutebooks.com/the-innovators-dilemma-summary/;book|https://www.amazon.in/Innovators-Dilemma-Technologies-Cause-Great/dp/1565114159?tag=learnawesome-21","topics":"business;innovation","creators":"Clayton M. Christensen","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf2e5c60-7454-4759-9db0-7579712ba474","name":"Jonathan Livingston Seagull - Summary at Blas.com","description":"The story of Jonathan Seagull, the seagull who dared to be different and push …","image":"https://blas.com/wp-content/uploads/2019/06/71Nomlj8kCL-229x300.jpg","links":"summary|https://blas.com/jonathan-livingston-seagull/","topics":"learning;mastery;richard-bach;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fee2806e-d135-4403-81e0-4a2b60cc0ced","name":"The Interpretation Of Dreams","description":"What are the most common dreams and why do we have them? What does a dream about death mean? What do dreams of swimming, failing, or flying symbolize?First published by Sigmund Freud in 1899, The Interpretation of Dreams considers why we dream and what it means in the larger picture of our psychological lives. Delving into theories of manifest and latent dream content, the special language of dreams, dreams as wish fulfillments, the significance of childhood experiences, and much more, Freud, widely considered the “father of psychoanalysis,” thoroughly and thoughtfully examines dream psychology. Encompassing dozens of case histories and detailed analyses of actual dreams, this landmark text presents Freud’s legendary work as a tool for comprehending our sleeping experiences.Renowned for translating Freud’s German writings into English, James Strachey—with the assistance of Anna Freud—first published this edition in 1953. Incorporating all textual alterations made by Freud over a period of thirty years, it remains the most complete translation of the work in print.Completely redesigned and available for the first time in trade paperback","image":null,"links":"book|https://openlibrary.org/books/OL24062369M/The_interpretation_of_dreams;summary|https://fourminutebooks.com/the-interpretation-of-dreams-summary/","topics":"psychology;philosophy;dreams","creators":"Sigmund Freud","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf9ca365-8268-4e37-883f-23c5ea21a756","name":"The Language Instinct - Summary by FourMinuteBooks","description":"By Steven Pinker","image":"https://learn-awesome.github.io/assets/book_covers/5755.jpg","links":"summary|https://fourminutebooks.com/the-language-instinct-summary/;book|https://www.amazon.com/Language-Instinct-How-Mind-Creates/dp/1491514981?tag=learnawesome-20","topics":"linguistics;psychology;language;philosophy","creators":"Steven Pinker","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3aa8c5f-686e-4b7c-9a5d-11b945a9ff9d","name":"The Laws Of Human Nature","description":"Robert Greene draws on a multitude of different resources to highlight the laws of …","image":"https://blas.com/wp-content/uploads/2018/11/71OMelbI6sL-196x300.jpg","links":"book|https://www.amazon.in/Laws-Human-Nature-Robert-Greene-ebook/dp/B07BJLX414?tag=learnawesome-21;summary|https://fourminutebooks.com/the-laws-of-human-nature-summary/;summary|https://blas.com/the-laws-of-human-nature/","topics":"psychology;relationships;wisdom;universals;robert-greene;philosophy;human-nature","creators":"Author of The Laws Of Human Nature","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fcf1273-e88a-44a6-94da-89d186fbe86b","name":"The Lessons Of History - Summary by FourMinuteBooks","description":"Will and Ariel Durant provide an unparalleled multi-disciplinary recount of history, covering major themes, events and people. This 100 page book is an incredible summary of their 10,000+ page series, The Story of Civilization.","image":"https://blas.com/wp-content/uploads/2016/01/174713-208x300.jpg","links":"summary|https://fourminutebooks.com/the-lessons-of-history-summary/;summary|https://sivers.org/book/LessonsOfHistory;summary|https://blas.com/lessons-of-history/;book|https://www.amazon.in/Lessons-History-Will-Durant/dp/143914995X?tag=learnawesome-21","topics":"history;philosophy;politics;worth-re-reading;wisdom;will-durant;ariel-durant","creators":"Author of The Lessons Of History","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32045f00-c775-4f69-99ca-fb4fb6026f68","name":"The Life-Changing Magic Of Not Giving A F*ck","description":"THE \\"GENIUS\\" (Cosmopolitan) NATIONAL BESTSELLER ON THE ART OF CARING LESS AND GETTING MOREAre you stressed out, overbooked, and underwhelmed by life? Fed up with pleasing everyone else before you please yourself? It's time to stop giving a f*ck. This brilliant, hilarious, and practical parody of Marie Kondo's bestseller The Life-Changing Magic of Tidying Up explains how to rid yourself of unwanted obligations, shame, and guilt--and give your f*cks instead to people and things that make you happy. The easy-to-use, two-step NotSorry Method for mental decluttering will help you unleash the power of not giving a f*ck about: Family dramaHaving a \\"bikini body\\"IcelandCo-workers' opinions, pets, and childrenAnd other bullsh*t! And it will free you to spend your time, energy, and money on the things that really matter. So what are you waiting for? Stop giving a f*ck and start living your best life today!","image":null,"links":"book|https://www.amazon.in/Life-Changing-Magic-Not-Giving-bestselling/dp/1784298468?tag=learnawesome-21;summary|https://fourminutebooks.com/the-life-changing-magic-of-not-giving-a-fck-summary/","topics":"relationships;thinking;personal-development","creators":"Author of The Life-Changing Magic Of Not Giving A F*ck","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51a33437-9133-4700-8bbe-7a7f19abb7b9","name":"The Life-Changing Magic Of Tidying Up - Summary by FourMinuteBooks","description":"By Marie Kondō","image":"https://learn-awesome.github.io/assets/book_covers/22318578.jpg","links":"summary|https://fourminutebooks.com/the-life-changing-magic-of-tidying-up-summary/;book|https://www.goodreads.com/book/show/22318578-the-life-changing-magic-of-tidying-up","topics":"personal-development","creators":"Marie Kondo","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"247f01ad-9af7-4454-8668-8898885ba738","name":"The Little Book of Common Sense Investing","description":"John C. Bogle, the founder of The Vanguard Group and one of the most influential men …","image":"https://blas.com/wp-content/uploads/2015/05/Common-Sense-Investing-209x300-1-209x300.jpg","links":"book|https://www.amazon.in/Little-Book-Common-Sense-Investing-ebook/dp/B075Z6HSCJ?tag=learnawesome-21;summary|https://fourminutebooks.com/the-little-book-of-common-sense-investing-summary/;summary|https://blas.com/the-little-book-of-common-sense-investing/","topics":"personal-finance;investing;vanguard;john-c-bogle;finance","creators":"Author of The Little Book of Common Sense Investing","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b943343e-a6cd-42f0-ba6a-d6324564bfdf","name":"The Little Book Of Hygge","description":"New York Times BestsellerEmbrace Hygge (pronounced hoo-ga) and become happier with this definitive guide to the Danish philosophy of comfort, togetherness, and well-being.Why are Danes the happiest people in the world? The answer, says Meik Wiking, CEO of the Happiness Research Institute in Copenhagen, is Hygge. Loosely translated, Hygge—pronounced Hoo-ga—is a sense of comfort, togetherness, and well-being. \\"Hygge is about an atmosphere and an experience,\\" Wiking explains. \\"It is about being with the people we love. A feeling of home. A feeling that we are safe.\\"Hygge is the sensation you get when you’re cuddled up on a sofa, in cozy socks under a soft throw, during a storm. It’s that feeling when you’re sharing comfort food and easy conversation with loved ones at a candlelit table. It is the warmth of morning light shining just right on a crisp blue-sky day.The Little Book of Hygge introduces you to this cornerstone of Danish life, and offers advice and ideas on incorporating it into your own life, such as:Get comfy. Take a break.Be here now. Turn off the phones.Turn down the lights. Bring out the candles.Build relationships. Spend time with your tribe.Give yourself a break from the demands of healthy living. Cake is most definitely Hygge.Live life today, like there is no coffee tomorrow.From picking the right lighting to organizing a Hygge get-together to dressing hygge, Wiking shows you how to experience more joy and contentment the Danish way.","image":null,"links":"book|https://www.amazon.com/Little-Book-Hygge-Danish-Secrets/dp/0062658808?tag=learnawesome-20;summary|https://fourminutebooks.com/the-little-book-of-hygge-summary/","topics":"psychology;happiness;nations/denmark","creators":"Meik Wiking","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98bd5a68-7ae0-4728-9a2d-bf07aa8bea1d","name":"The Old Man and the Sea – Short, Animation","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=NNCxNntn2yc","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"43ea8895-f2eb-4bce-825d-12bcf27a7be8","name":"Range: Why Generalists Triumph in a Specialized World - Summary at Blas.com","description":"Epstein discusses the pros and cons of specialization vs. generalization and which environments/tasks/situations each …","image":"https://blas.com/wp-content/uploads/2019/06/41nLL-wUTXL._SX330_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/range/","topics":"david-epstein;learning;mastery","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"032c547d-5a81-4d74-8d4a-908cc344712c","name":"Working - Summary at Blas.com","description":"Caro recounts his writing and research process and also gives some additional background on …","image":"https://blas.com/wp-content/uploads/2019/06/10bookcaro1-articleLarge-195x300.jpg","links":"summary|https://blas.com/working/","topics":"lyndon-b-johnson;mastery;process;robert-caro;robert-moses;writing","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e8a77f0-affa-46f8-aea9-993e29aaf0f5","name":"Calculus","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/61298.Calculus?ac=1&from_search=true&qid=0gjiFIcUAg&rank=1","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57fe3120-0fc4-4402-95eb-299ee094d3e4","name":"Mathematics in India","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/7506090-mathematics-in-india;summary|http://www.ams.org/notices/201003/rtx100300385p.pdf","topics":"mathematics;nations/india/history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57f2c6bf-c4f2-4a07-a305-826acc1b421e","name":"The Little Book That Still Beats The Market","description":"In 2005, Joel Greenblatt published a book that is already considered one of the classics of finance literature. In The Little Book that Beats the Market--a New York Times bestseller with 300,000 copies in print--Greenblatt explained how investors can outperform the popular market averages by simply and systematically applying a formula that seeks out good businesses when they are available at bargain prices. Now, with a new Introduction and Afterword for 2010, The Little Book that Still Beats the Market updates and expands upon the research findings from the original book. Included are data and analysis covering the recent financial crisis and model performance through the end of 2009. In a straightforward and accessible style, the book explores the basic principles of successful stock market investing and then reveals the author's time-tested formula that makes buying above average companies at below average prices automatic. Though the formula has been extensively tested and is a breakthrough in the academic and professional world, Greenblatt explains it using 6th grade math, plain language and humor. He shows how to use his method to beat both the market and professional managers by a wide margin. You'll also learn why success eludes almost all individual and professional investors, and why the formula will continue to work even after everyone \\"knows\\" it. While the formula may be simple, understanding why the formula works is the true key to success for investors. The book will take readers on a step-by-step journey so that they can learn the principles of value investing in a way that will provide them with a long term strategy that they can understand and stick with through both good and bad periods for the stock market.As the Wall Street Journal stated about the original edition, \\"Mr. Greenblatt...says his goal was to provide advice that, while sophisticated, could be understood and followed by his five children, ages 6 to 15. They are in luck. His 'Little Book' is one of the best, clearest guides to value investing out there.\\"","image":null,"links":"book|https://www.goodreads.com/book/show/8247775-the-little-book-that-still-beats-the-market;summary|https://fourminutebooks.com/the-little-book-that-still-beats-the-market-summary/","topics":"personal-finance;investing","creators":"Joel Greenblatt","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77c5bcf9-b8ee-4edc-9d31-697342cde413","name":"The Long Tail","description":"We think Chris Anderson is onto something big with 'The Long Tail', a groundbreaking look at a well-known feature of statistical distribution and its potential to revolutionize business. 'Wired' magazine editor Anderson expands his influential 2004 article into a comprehensive exploration of this phenomenon -- which, simply stated, holds that products with low demand or sales volume can collectively comprise a market that exceeds the bestsellers. Catering to the tastes and expectations of consumers increasingly disenchanted with the same old thing, these new \\"niches\\" provide limitless opportunity for savvy companies. Fresh, insightful, and surprisingly accessible, 'The Long Tail' explains how to tap into the new economics of abundance.","image":"https://covers.openlibrary.org/b/id/5285619-M.jpg","links":"book|https://www.goodreads.com/book/show/2467566.The_Long_Tail;summary|https://fourminutebooks.com/the-long-tail-summary/","topics":"business;economics;internet","creators":"Chris Anderson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c74d4c9-f8f2-4437-84df-3ceb1f46989d","name":"The Longevity Project - Summary by FourMinuteBooks","description":null,"image":"https://covers.openlibrary.org/b/id/6711403-M.jpg","links":"summary|https://fourminutebooks.com/the-longevity-project-summary/;book|https://www.amazon.com/Longevity-Project-Surprising-Discoveries-Eight-Decade/dp/1594630755?tag=learnawesome-20","topics":"health;longevity;psychology;aging;ageing","creators":"Howard S. Friedman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f3ed29a-6b6f-4cac-8bac-23f999b44e21","name":"The Magic Of Math","description":"The world's greatest mental mathematical magician takes us on a spellbinding journey through the wonders of numbers (and more)\\"Arthur Benjamin ... joyfully shows you how to make nature's numbers dance.\\"--Bill Nye (the science guy)The Magic of Math is the math book you wish you had in school. Using a delightful assortment of examples-from ice-cream scoops and poker hands to measuring mountains and making magic squares-this book revels in key mathematical fields including arithmetic, algebra, geometry, and calculus, plus Fibonacci numbers, infinity, and, of course, mathematical magic tricks. Known throughout the world as the \\"mathemagician,\\" Arthur Benjamin mixes mathematics and magic to make the subject fun, attractive, and easy to understand for math fan and math-phobic alike.\\"A positively joyful exploration of mathematics.\\"-Publishers Weekly, starred review\\"Each [trick] is more dazzling than the last.\\"-Physics World","image":null,"links":"book|https://www.amazon.com/Magic-Math-Solving-Figuring-Out/dp/0465096212?tag=learnawesome-20;summary|https://fourminutebooks.com/the-magic-of-math-summary/","topics":"magic;mathematics","creators":"Arthur Benjamin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aac4894f-3be8-4df2-8bf0-1c605060e2c2","name":"The Magic Of Reality - Summary by FourMinuteBooks","description":"By Richard Dawkins","image":"https://learn-awesome.github.io/assets/book_covers/11256979._SX98_.jpg","links":"summary|https://fourminutebooks.com/the-magic-of-reality-summary/;book|https://www.goodreads.com/book/show/11256979-the-magic-of-reality","topics":"science;philosophy;religion;atheism","creators":"Richard Dawkins","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94f5c5f9-08f9-466a-9258-4672145df610","name":"The Magic of Thinking Big","description":"Success is determined not so much by the size of one’s brain as it …","image":"https://covers.openlibrary.org/b/id/407050-M.jpg","links":"book|https://www.goodreads.com/book/show/759945.The_Magic_of_Thinking_Big;summary|https://fourminutebooks.com/the-magic-of-thinking-big-summary/;summary|https://sivers.org/book/MagicOfThinkingBig;summary|https://blas.com/the-magic-of-thinking-big/","topics":"personal-development;thinking;david-schwartz","creators":"David Joseph Schwartz","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc1fb450-754e-4104-9b8a-aeb43fb0a01e","name":"The Man Who Fed The World","description":"Dr. Norman Borlaug, one of the world's greatest heroes, is the most highly-decorated individual of our time. He is credited with saving over a billion prople from starvation. Dr. Borlaug is only one of five people in history to win the Nobel Peace Prize, the Presidential Medal of Freedom and the Congressional Gold Medal. In addition, Dr. Borlaug received the Padma Vibhushan, the higest civilian award the government of India can present to a non-citizen. The Man Who Fed the World has won three nation book of the year awards: USA Booknews best Biography of the Year. The American Farm Bureau for Agriculture Best Book of the Year award, and Florida Publishers Association Best Book Award.","image":null,"links":"book|https://www.amazon.com/Man-Who-Fed-World/dp/0981848664?tag=learnawesome-20;summary|https://fourminutebooks.com/the-man-who-fed-the-world-summary/","topics":"history;science;economics;food","creators":"Author of The Man Who Fed The World","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89a98a48-2e0e-4470-b0cc-3a603252b289","name":"On a Life Well Spent - Summary at Blas.com","description":"Cicero gives us some wisdom about how to age gracefully and live a life …","image":"https://blas.com/wp-content/uploads/2019/06/51obIWvAtUL._SX368_BO1204203200_-222x300.jpg","links":"summary|https://blas.com/on-a-life-well-spent/","topics":"benjamin-franklin;cicero;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75332705-5300-4b21-b04b-42a91e6ea31b","name":"How to Raise Successful People: Simple Lessons for Radical Results - Summary at Blas.com","description":"Esther’s parenting style can be summed up with TRICK – trust, respect, independence, collaboration …","image":"https://blas.com/wp-content/uploads/2019/06/41PZ54UJrrL._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/how-to-raise-successful-people/","topics":"education;esther-wojcicki;kids;parenting","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fd3f4ed-006d-4c5f-94b6-7749b17dd336","name":"DIV, Grad, Curl, and All That","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/703104.DIV_Grad_Curl_and_All_That","topics":"physics;electrodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8404d35e-c95d-4797-a08e-bbc7033da7f5","name":"The Messy Middle","description":"\\n Entrepreneur, Chief Product Officer at Adobe, and product advisor to many of today's top start-ups Scott Belsky believes we focus too much on the start and the finish of any project, ignoring the most important part--the messy middle--where success is truly determined.\\nCreating something from nothing is a volatile journey. The first mile births a new idea into existence, and the final mile is all about letting go. We love talking about starts and finishes, even though the middle stretch is the most important and often the most ignored and misunderstood.Every business or creative project is \\"going great\\" until it fails--the bumps along the road are endured in isolation. We don't talk about the middle because we're not proud of the turbulence of our own making and the actions we took out of despair. This book sets out to change that.Belsky draws on his experiences building Behance, selling it to and leading product teams at Adobe, and then working as an investor and advisor with companies like Airbnb, Pinterest, Uber, and sweetgreen to distill seven years' worth of vital insights at every stage of building a business. He features examples from some of the most interesting people and teams, from entrepreneurs to writers, from small start-ups to billion-dollar companies transforming their industries.These essential strategies for enduring and optimizing the middle miles will bolster your confidence and fortify your plans to make you Maximize the Middle.","image":null,"links":"book|https://www.goodreads.com/book/show/38821038-maximize-the-middle;summary|https://fourminutebooks.com/the-messy-middle-summary/","topics":"business;project-management;product-management","creators":"Scott Belsky","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71eed26c-4066-4b1e-a0e6-3852b7a4afc5","name":"The Millionaire Fastlane - Summary by FourMinuteBooks","description":"By M.J. DeMarco","image":"https://learn-awesome.github.io/assets/book_covers/18872437.jpg","links":"summary|https://fourminutebooks.com/the-millionaire-fastlane-summary/;book|https://www.goodreads.com/book/show/18872437-the-millionaire-fastlane","topics":"personal-finance","creators":"M. J. DeMarco","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c478f15c-10ee-4ffe-8c8a-b00ba04f3f1c","name":"The Millionaire Next Door - Summary by FourMinuteBooks","description":"By Thomas J. Stanley","image":"https://learn-awesome.github.io/assets/book_covers/998.jpg","links":"summary|https://fourminutebooks.com/the-millionaire-next-door-summary/;book|https://www.goodreads.com/book/show/998.The_Millionaire_Next_Door","topics":"personal-finance","creators":"Thomas J. Stanley","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ec8afda-2b33-4a15-9ec1-00b4203759c4","name":"The Millionaire Real Estate Agent","description":null,"image":null,"links":"book|https://www.amazon.com/Millionaire-Real-Estate-Agent-ebook/dp/B000RG1OJ8?tag=learnawesome-20;summary|https://fourminutebooks.com/the-millionaire-real-estate-agent-summary/","topics":"real-estate","creators":"Author of The Millionaire Real Estate Agent","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9cdea727-2ec9-4ca9-bf47-45404ed6264b","name":"The Miracle Equation","description":"Hal Elrod, motivational speaker and author of the bestselling book The Miracle Morning, shares his \\"miracle equation,\\" the secret to unlocking happiness, success, and your full potential.You Are Only Two Decisions Away from Everything You WantIf you are a regular in the personal development world, you might have heard that anything is possible. Yet \\"possible\\" isn't enough to get you out of bed in the morning fueled with the internal clarity and motivation to tackle your biggest dreams. After the success of his first book, Hal Elrod wanted to provide that motivation - a timeless, proven formula that helped him succeed as a young salesman and thrive against the greatest odds, from life-threatening health challenges to near financial collapse. The Miracle Equation is that formula, and it consists of only two decisions that guarantee extraordinary levels of success and fulfillment: Unwavering Faith and Extraordinary Effort.By establishing and maintaining unwavering faith that you can achieve your goal, and then putting forth extraordinary effort until you do, your success is inevitable. Using the same strategy as the world's top achievers, you'll create results beyond what you believe possible. You'll learn how to replace fear with faith and let go of your negative emotions, accessing your full potential and channeling your energy into attaining positive outcomes. With the Miracle Equation 30-Day Challenge to guide your way, you'll create a step-by-step plan to actualize your miracle and become the person you need to be in order to succeed.","image":"https://covers.openlibrary.org/b/id/8794276-M.jpg","links":"book|https://www.goodreads.com/book/show/42285838-the-miracle-equation;summary|https://fourminutebooks.com/the-miracle-equation-summary/","topics":"personal-development","creators":"Hal Elrod","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a7f07b0-ec68-45a2-8e1a-f63e01996d06","name":"The Miracle Morning","description":"What if you could miraculously wake up tomorrow and any-or every area of your life was transformed? What would be different? Would you be happier? Healthier? More successful? In better shape? Would you have more energy? Less Stress? More Money? Better relationships? Which of your problems would be solved? What if I told you that there is a \\"not-so-obvious\\" secret that is guaranteed to transform any-or literally every area of your life, faster than you ever thought possible? What if I told you it would only take 6 minutes a day? Enter The Miracle Morning. What's now being practiced by thousands of people around the world could perhaps be the simplest approach to creating the life you've always wanted. It's been right there in front of us, but this book has finally brought it to life. Are you ready? The next chapter of your life-the most extraordinary life you've ever imagined-is about to begin. IT'S TIME TO WAKE UP TO YOUR FULL POTENTIAL...","image":"https://covers.openlibrary.org/b/id/8539416-M.jpg","links":"book|https://openlibrary.org/books/OL26849976M/The_Miracle_Morning;summary|https://fourminutebooks.com/the-miracle-morning-summary/","topics":"personal-development;productivity","creators":"Hal Elrod","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f56fa1dd-8791-4c56-93b1-ecda51f1c372","name":"The Miracle Of Mindfulness - Summary by FourMinuteBooks","description":"By Thich Nhat Hanh","image":"https://learn-awesome.github.io/assets/book_covers/95747.jpg","links":"summary|https://fourminutebooks.com/the-miracle-of-mindfulness-summary/;book|https://openlibrary.org/books/OL7944558M/The_Miracle_of_Mindfulness","topics":"mindfulness;buddhism;spirituality;philosophy","creators":"Thich Nhat Hanh","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f433d8a3-c22d-4b9c-95bf-895d84ad4e84","name":"The Monk Who Sold His Ferrari","description":"Wisdom to Create a Life of Passion, Purpose, and PeaceThis inspiring tale provides a step-by-step approach to living with greater courage, balance, abundance, and joy. A wonderfully crafted fable, The Monk Who Sold His Ferrari tells the extraordinary story of Julian Mantle, a lawyer forced to confront the spiritual crisis of his out-of-balance life. On a life-changing odyssey to an ancient culture, he discovers powerful, wise, and practical lessons that teach us to:Develop Joyful Thoughts, Follow Our Life's Mission and Calling, Cultivate Self-Discipline and Act Courageously, Value Time as Our Most Important Commodity, Nourish Our Relationships, and Live Fully, One Day at a Time.","image":"https://covers.openlibrary.org/b/id/8696775-M.jpg","links":"book|https://www.amazon.in/Monk-Who-Sold-His-Ferrari/dp/0062515675?tag=learnawesome-21;summary|https://fourminutebooks.com/the-monk-who-sold-his-ferrari-summary/","topics":"philosophy;personal-development","creators":"Robin S. Sharma","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02f8f6c3-a182-42bc-9577-36fc94365db1","name":"The Moral Animal - Summary by FourMinuteBooks","description":"By Robert Wright","image":"https://learn-awesome.github.io/assets/book_covers/681941.jpg","links":"summary|https://fourminutebooks.com/the-moral-animal-summary/;book|https://openlibrary.org/books/OL15476834M/The_moral_animal","topics":"psychology;science;biology;evolution;anthropology;evolutionary-psychology","creators":"Wright, Robert","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76479439-b735-45c1-8f52-0917aee0e5e9","name":"The More Of Less","description":null,"image":null,"links":"book|https://www.amazon.com/More-Less-Finding-Under-Everything-ebook/dp/B015BCX0X0?tag=learnawesome-20;summary|https://fourminutebooks.com/the-more-of-less-summary/","topics":"minimalism;productivity","creators":"Author of The More Of Less","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"351d411e-a304-40d2-bd74-230af14f0a5d","name":"The Myth Of Multitasking","description":"In a compelling business fable, The Myth of Multitasking confronts a popular idea that has come to define our hectic, work-a-day world. This simple yet powerful book shows clearly why multitasking is, in fact, a lie that wastes time and costs money. Far from being efficient, multitasking actually damages productivity and relationships at work and at home.","image":null,"links":"book|https://www.goodreads.com/book/show/3346363-the-myth-of-multitasking;summary|https://fourminutebooks.com/the-myth-of-multitasking-summary/","topics":"productivity","creators":"Dave Crenshaw","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8858d98d-33a6-42c4-856f-d9e3d74840d1","name":"The New Trading For A Living","description":"The best-selling trading book of all time--updated for the new era\\"The New Trading for a Living\\" updates a modern classic, popular worldwide among both private and institutional traders. This revised and expanded edition brings time-tested concepts in gear with today's fast-moving markets, adding new studies and techniques for the modern trader.This classic guide teaches a calm and disciplined approach to the markets. It emphasizes risk management along with self-management and provides clear rules for both. \\"The New Trading for a Living\\" incudes templates for rating stock picks, creating trade plans, and rating your own readiness to trade. It provides the knowledge, perspective, and tools for developing your own effective trading system.All charts in this book have been updated and are in full color, with clear comments on rules and techniques. The clarity of this book's language, its practical illustrations and generous sharing of the essential skills have made it a model for the industry--often imitated but never duplicated. Both new and experienced traders will appreciate its insights and the calm, systematic approach to modern markets.\\"The New Trading for a Living\\" expands upon the original to become an even more valuable resourceOvercome barriers to success and develop stronger disciplineIdentify asymmetrical market zones, where rewards are higher and risks lowerMaster money management as you set entries, targets and stopsUse a record-keeping system that will make you into your own teacherSuccessful trading is based on knowledge, focus, and discipline. \\"The New Trading for a Living\\" will lift your trading to a higher level by sharing classic wisdom along with modern market tools.","image":"https://covers.openlibrary.org/b/id/9013253-M.jpg","links":"book|https://www.amazon.in/New-Trading-Living-Psychology-Discipline/dp/1118443926?tag=learnawesome-21;summary|https://fourminutebooks.com/the-new-trading-for-a-living-summary/","topics":"trading;personal-finance","creators":"Alexander Elder","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fdbd0738-207f-4946-b9f7-99961a1dfb72","name":"The Now Habit","description":"Learn how to overcome procrastination and enjoy guilt-free play!  One of the most effective programs to combat procrastination, THE NOW HABIT has sold over 100,000 copies, has been translated into 11 languages, and is now revised and updated.Featuring a new introduction and a new section providing strategies to understand and deal with the role technology plays in procrastination today, THE NOW HABIT offers a comprehensive plan to help readers lower their stress and increase their time to enjoy guilt-free play. Dr. Fiore’s techniques will help any busy person start tasks sooner and accomplish them more quickly, without the anxiety brought on by the negative habits of procrastination and perfectionism.","image":"https://covers.openlibrary.org/b/id/8292278-M.jpg","links":"book|https://openlibrary.org/books/OL17171510M/The_now_habit;summary|https://fourminutebooks.com/the-now-habit-summary/;summary|https://sivers.org/book/NowHabit","topics":"psychology;productivity;personal-development;habits","creators":"Neil A. Fiore","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ed0588f-d9b6-4e54-94b0-1a461c932cc0","name":"The Obstacle Is The Way","description":null,"image":"https://sivers.org/images/ObstacleIsTheWay.gif","links":"book|https://www.amazon.in/Obstacle-Way-Timeless-Turning-Triumph-ebook/dp/B00G3L1B8K?tag=learnawesome-21;summary|https://fourminutebooks.com/the-obstacle-is-the-way-summary/;summary|https://sivers.org/book/ObstacleIsTheWay","topics":"personal-development;stoicism","creators":"Author of Trust Me, I’m Lying","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0eab8f6-3d34-415f-a84e-44c84c1adfbb","name":"The Omnivore’s Dilemma - Summary by FourMinuteBooks","description":"By Michael Pollan","image":"https://learn-awesome.github.io/assets/book_covers/3109._SX98_.jpg","links":"summary|https://fourminutebooks.com/the-omnivores-dilemma-summary/;book|https://www.amazon.in/Omnivores-Dilemma-Natural-History-Meals/dp/0143038583?tag=learnawesome-21","topics":"food;environment","creators":"Michael Pollan","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"069f4d95-55f6-4f0e-9025-1e9fc203e2b7","name":"The One Minute Manager","description":"For decades, The One Minute Manager® has helped millions achieve more successful professional and personal lives. While the principles it lays out are timeless, our world has changed drastically since the book’s publication. The exponential rise of technology, global flattening of markets, instant communication, and pressures on corporate workforces to do more with less—including resources, funding, and staff—have all revolutionized the world in which we live and work.Now, Ken Blanchard and Spencer Johnson have written The New One Minute Manager to introduce the book’s powerful, important lessons to a new generation. In their concise, easy-to-read story, they teach readers three very practical secrets about leading others—and explain why these techniques continue to work so well.As compelling today as the original was thirty years ago, this classic parable of a young man looking for an effective manager is more relevant and useful than ever.","image":"https://covers.openlibrary.org/b/id/8945065-M.jpg","links":"book|https://www.amazon.com/New-One-Minute-Manager-CD/dp/0062376268?tag=learnawesome-20;summary|https://fourminutebooks.com/the-one-minute-manager-summary/","topics":"management","creators":"Ken Blanchard","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2fed7000-3d69-4f5e-8822-8c307886097a","name":"The One-Page Financial Plan","description":"Whenever I tell people about my job as a financial advisor, the conversation inevitably turns to how hopeless they feel when it comes to dealing with money. More than once, they’ve begged, “Just tell me what to do.”It’s no surprise that even my most successful friends feel confused or paralyzed. Even if they have a shelfful of personal finance books, they don’t have time to make sense of all the information available. They don’t just want good advice, they want the best advice—so rather than do the “wrong thing,” they do nothing. Their 401(k) and bank statements pile up, unexamined or maybe even unopened.What they don’t realize is that bad calls about money aren’t failures; they’re just what happens when emotional creatures have to make decisions about the future with limited information. What I tell them is that we need to scrap striving for perfection and instead commit to a process of guessing and making adjustments when things go off track. Of course we’re going to make the best guesses we can—but we’re not going to obsess over getting them exactly right.The fact is, in a single page you can prioritize what you really want in life and figure out how to get there. That’s because a great financial plan has nothing to do with what the markets are doing, what your real estate agent is pitching, or the hot stock your brother-in-law told you about. It has everything to do with what’s most important to you. By now you may be wondering, “What about the details? How much do I need to invest each year, and how do I allocate it? How much life insurance do I need?” Don’t worry: I’ll cover those topics and many more, sharing strategies that will take the complexity out of them. The most important thing is getting clarity about the big picture so you can cope with the unexpected. Maybe you’ll lose the job you thought was secure; you’ll take a financial risk that doesn’t pan out; you’ll have twins when you were only budgeting for one. In other words: Life will happen.But no matter what happens, this book will help you bridge the gap between where you are now and where you want to go.","image":"https://covers.openlibrary.org/b/id/8976451-M.jpg","links":"book|https://www.goodreads.com/book/show/22571526-the-one-page-financial-plan;summary|https://fourminutebooks.com/the-one-page-financial-plan-summary/","topics":"personal-finance","creators":"Carl Richards Carl Richards","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b260b16-3a1c-4ed7-bc3e-65a16978ba70","name":"The ONE Thing","description":"The One Thing explains the success habit to overcome the six lies that block our success, beat the seven thieves that steal time, and leverage the laws of purpose, priority, and productivity.","image":null,"links":"book|https://www.amazon.com/ONE-Thing-Surprisingly-Extraordinary-Results/dp/1885167776?tag=learnawesome-20;summary|https://fourminutebooks.com/the-one-thing-summary/","topics":"productivity;personal-development","creators":"Author of The ONE Thing","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c20d341-0cbf-4f0b-8a44-595854e1fbc8","name":"The Power Of Now - Summary by FourMinuteBooks","description":"By Eckhart Tolle","image":"https://learn-awesome.github.io/assets/book_covers/6708.jpg","links":"summary|https://fourminutebooks.com/the-power-of-now-summary/;book|https://openlibrary.org/books/OL24946036M/The_power_of_now","topics":"philosophy","creators":"Eckhart Tolle","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c69a5d0c-4483-4344-b730-e37ed9a1fecc","name":"My Years With General Motors - Summary at Blas.com","description":"Some brilliant insights into human nature and organizational impact (annual car models, coordinated policy with …","image":"https://blas.com/wp-content/uploads/2019/06/61j50Msb1fL-225x300.jpg","links":"summary|https://blas.com/my-years-with-general-motors/","topics":"alfred-sloan;business;cars;general-motors;leadership","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35fc7497-9749-486c-8217-3716be2112df","name":"Poor Richard’s Almanack - Summary at Blas.com","description":"A compilation of some of Benjamin Franklin’s best sayings Key Takeaways Make haste slowly …","image":"https://blas.com/wp-content/uploads/2018/10/71MK-kznUAL-300x300.jpg","links":"summary|https://blas.com/poor-richards-almanack/","topics":"benjamin-franklin;wisdom","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f721cf88-eb49-4034-85df-2d5e50df7ab2","name":"The Opposite Of Spoiled","description":"In the spirit of Wendy Mogel’s The Blessing of a Skinned Knee and Po Bronson and Ashley Merryman’s Nurture Shock, New York Times “Your Money” columnist Ron Lieber delivers a taboo-shattering manifesto that explains how talking openly to children about money can help parents raise modest, patient, grounded young adults who are financially wise beyond their years.For Ron Lieber, a personal finance columnist and father, good parenting means talking about money with our kids. Children are hyper-aware of money, and they have scores of questions about its nuances. But when parents shy away from the topic, they lose a tremendous opportunity—not just to model the basic financial behaviors that are increasingly important for young adults but also to imprint lessons about what the family truly values.Written in a warm, accessible voice, grounded in real-world experience and stories from families with a range of incomes, The Opposite of Spoiled is both a practical guidebook and a values-based philosophy. The foundation of the book is a detailed blueprint for the best ways to handle the basics: the tooth fairy, allowance, chores, charity, saving, birthdays, holidays, cell phones, checking accounts, clothing, cars, part-time jobs, and college tuition. It identifies a set of traits and virtues that embody the opposite of spoiled, and shares how to embrace the topic of money to help parents raise kids who are more generous and less materialistic.But The Opposite of Spoiled is also a promise to our kids that we will make them better with money than we are. It is for all of the parents who know that honest conversations about money with their curious children can help them become more patient and prudent, but who don’t know how and when to start.","image":null,"links":"book|https://www.amazon.in/Opposite-Spoiled-Raising-Grounded-Generous/dp/0062247026?tag=learnawesome-21;summary|https://fourminutebooks.com/the-opposite-of-spoiled-summary/","topics":"parenting;personal-finance","creators":"Ron Lieber","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e36373c5-9c3b-41cf-be58-63f2dcfa9d7b","name":"The Organized Mind - Summary by FourMinuteBooks","description":"By Daniel J. Levitin","image":"https://learn-awesome.github.io/assets/book_covers/18693669.jpg","links":"summary|https://fourminutebooks.com/the-organized-mind-summary/;book|https://www.amazon.in/Organized-Mind-Thinking-Straight-Information/dp/0147516315?tag=learnawesome-21;summary|https://blas.com/the-organized-mind/","topics":"thinking;information-overload;productivity;organization;efficiency;daniel-levitin","creators":"Daniel J. Levitin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b35c8ed-7dc2-4467-b667-2ad268d013fb","name":"The Paradox Of Choice","description":null,"image":"https://sivers.org/images/ParadoxOfChoice.gif","links":"book|https://www.amazon.in/Paradox-Choice-More-Less-Revised-ebook/dp/B000TDGGVU?tag=learnawesome-21;summary|https://fourminutebooks.com/the-paradox-of-choice-summary/;summary|https://sivers.org/book/ParadoxOfChoice","topics":"thinking;decision-making","creators":"Author of The Paradox Of Choice","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0e7f410-834c-4071-b3d7-e339e3fe4b2f","name":"The Personal MBA","description":"Master the fundamentals, hone your business instincts, and save a fortune in tuition. The consensus is clear: MBA programs are a waste of time and money. Even the elite schools offer outdated assembly-line educations about profit-and-loss statements and PowerPoint presentations. After two years poring over sanitized case studies, students are shuffled off into middle management to find out how business really works.Josh Kaufman has made a business out of distilling the core principles of business and delivering them quickly and concisely to people at all stages of their careers. His blog has introduced hundreds of thousands of readers to the best business books and most powerful business concepts of all time. In The Personal MBA, he shares the essentials of sales, marketing, negotiation, strategy, and much more.True leaders aren't made by business schools-they make themselves, seeking out the knowledge, skills, and experiences they need to succeed. Read this book and in one week you will learn the principles it takes most people a lifetime to master.","image":"https://sivers.org/images/PersonalMBA.gif","links":"book|https://www.goodreads.com/book/show/9512985-the-personal-mba;summary|https://fourminutebooks.com/the-personal-mba-summary/;summary|https://sivers.org/book/PersonalMBA","topics":"business;management;mba","creators":"Josh Kaufman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a05c5d6-e581-41b9-972b-ac2edf966fb2","name":"The Pomodoro Technique","description":"Available through bookstores for the first time, the internationally acclaimed time management system that has been used by millions, written by Francesco Cirillo, creator of the Pomodoro Technique.\\n \\n Francesco Cirillo developed his famed system for improving productivity as a college student thirty years ago. Using a kitchen timer shaped like a pomodoro (Italian for tomato), Cirillo divided the time he spent working on a project into 25-minute intervals, with 5-minute breaks in between, in order to get more done, without interruptions. By grouping a number of pomodoros together, users can tackle a project of any length, and drastically improve their productivity, enhance their focus, and better achieve their goals.Originally self-published, and shared virally online, this new publication of The Pomodoro Technique includes several new chapters on how teams can use the pomodoro method to save time and increase productivity. The process underlying Cirillo's technique includes five stages: planning the day's tasks, tracking your efforts, recording your daily activities, processing what you have done, and visualizing areas for improvement. With this tried and tested method, readers can simplify their work, find out how much time and effort a task really requires, and improve their focus so they can get more done in the same amount of time each day.","image":null,"links":"book|https://www.goodreads.com/book/show/18482790-the-pomodoro-technique;summary|https://fourminutebooks.com/the-pomodoro-technique-summary/","topics":"productivity;time-management","creators":"Francesco Cirillo","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c1c13d7-cb72-47ca-ad6e-257e02646895","name":"The Power Of Broke","description":null,"image":null,"links":"book|https://www.amazon.in/Power-Broke-Greatest-Competitive-Advantage-ebook/dp/B00WPQHK14?tag=learnawesome-21;summary|https://fourminutebooks.com/the-power-of-broke-summary/","topics":"business;personal-finance","creators":"Author of The Power Of Broke","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d9134d3-01fe-4c4b-b058-19517901f099","name":"The Power Of Full Engagement","description":"Managing your energy, not your time, must be the main goal in order to …","image":"https://blas.com/wp-content/uploads/2015/11/download-11-1.jpg","links":"book|https://www.amazon.com/Power-Full-Engagement-Managing-Performance-ebook/dp/B000FC0SWS?tag=learnawesome-20;summary|https://fourminutebooks.com/the-power-of-full-engagement-summary/;summary|https://blas.com/the-power-of-full-engagement/","topics":"productivity;work;time-management;tony-schwartz;jim-loehr","creators":"Author of The Power Of Full Engagement","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9554d46f-0caf-45f3-af2a-6e37c474519d","name":"The Power Of Less","description":"Chinese edition of The power of less: the fine art of limiting yourself to the essential...in business and in life. This book offers the simplifi-mycin every modern life needs to combat busy-distraction-itis. These Zen habits can be learned easily and ubiquitously applicable.","image":"https://sivers.org/images/PowerOfLess.gif","links":"book|https://www.goodreads.com/book/show/3467088-the-power-of-less;summary|https://fourminutebooks.com/the-power-of-less-summary/;summary|https://sivers.org/book/PowerOfLess","topics":"minimalism","creators":"Author of The Power Of Less","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb8fa4bc-f152-4b00-b58f-5e9004fea219","name":"The Power Of No","description":"     How many times have you heard yourself saying yes to the wrong things—overwhelming requests, bad relationships, time-consuming obligations? How often have you wished you could summon the power to turn them down? This lively, practical guide helps you take back that power—and shows that a well-placed “No” can not only save you time and trouble, it can save your life.     Drawing on their own stories as well as feedback from their readers and students, James Altucher and Claudia Azula Altucher clearly show that you have the right to say no: To anything that is hurting you. To standards that no longer serve you. To people who drain you of your creativity and expression. To beliefs that are not true to the real you. When you do, you’ll be freed to say a truly powerful “Yes” in your life—one that opens the door to opportunities, abundance, and love.","image":"https://sivers.org/images/PowerOfNo.gif","links":"book|https://www.goodreads.com/book/show/18595404-the-power-of-no;summary|https://fourminutebooks.com/the-power-of-no-summary/;summary|https://sivers.org/book/PowerOfNo","topics":"personal-development","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1dd21bdb-4dc5-4113-a93b-3169835fed43","name":"The Power Of Positive Thinking - Summary by FourMinuteBooks","description":"By Norman Vincent Peale","image":"https://learn-awesome.github.io/assets/book_covers/1134122.jpg","links":"summary|https://fourminutebooks.com/the-power-of-positive-thinking-summary/;book|https://openlibrary.org/books/OL26270719M/The_Power_of_Positive_Thinking","topics":"personal-development;happiness;thinking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95a6ebef-f117-4689-8370-ed9b1f7a955b","name":"The Power Of Starting Something Stupid","description":null,"image":null,"links":"book|https://www.amazon.com/Power-Starting-Something-Stupid-without-ebook/dp/B00AR2P4FC?tag=learnawesome-20;summary|https://fourminutebooks.com/the-power-of-starting-something-stupid-summary/","topics":"entrepreneurship","creators":"Author of The Power Of Starting Something Stupid","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"977c028d-7794-46e1-835c-dbafc0753f35","name":"Introduction to Electrodynamics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/145292.Introduction_to_Electrodynamics","topics":"physics;electrodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f87896bb-a308-4684-823f-76987ff095ed","name":"The Power Of The Other","description":"An expert on the psychology of leadership and bestselling author of Integrity, Necessary Endings, and Boundaries For Leaders identifies the critical ingredient for personal and professional wellbeing.Most leadership coaching focuses on helping leaders build their skills and knowledge and close performance gaps. These are necessary, but not sufficient. Using evidence from from neuroscience and his work with leaders, Dr. Cloud shows that the best performers draw on another vital resource: personal and professional relationships that fuel growth and help them surpass current limits. Popular wisdom suggests that we should not allow others to have power over us, but the reality is that they do, for better or for worse. Consider the boss who diminishes you through cutting remarks versus one who challenges you to get better. Or the colleague who always seeks the limelight versus the one who gives you the confidence to finish a difficult project. Or the spouse who is honest and supportive versus the one who resents your success. No matter how talented, intelligent, or experienced, the greatest leaders share one commonality: the power of the others in their lives. Combining engaging case studies, persuasive findings from cutting-edge brain research, and examples from his consulting practice, Cloud argues that whether you’re a Navy SEAL or a corporate executive, outstanding performance depends on having the right kind of connections to fuel personal growth and minimize toxic associations and their effects. Presenting a dynamic model of the impact these different kinds of connections produce, Cloud shows readers how to get more from themselves by drawing on the strength and expertise of others. You don’t have a choice whether or not others have power in your life, but you can choose what kinds of relationships you want.","image":null,"links":"book|https://openlibrary.org/books/OL27218559M/The_power_of_the_other;summary|https://fourminutebooks.com/the-power-of-the-other-summary/","topics":"relationships","creators":"Henry Cloud","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3836277a-68a2-47d9-a3e3-44e43aa8ef43","name":"The Power Of Your Subconscious Mind","description":null,"image":null,"links":"book|https://www.amazon.com/Power-Your-Subconscious-Mind-ebook/dp/B00URU8BEU?tag=learnawesome-20;summary|https://fourminutebooks.com/the-power-of-your-subconscious-mind-summary/","topics":"psychology;personal-development","creators":"Author of The Power Of Your Subconscious Mind","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"150c0ef2-6f68-43ea-b52f-4c7d76976204","name":"The Practicing Mind","description":"In those times when we want to acquire a new skill or face a formidable challenge we hope to overcome, what we need most are patience, focus, and discipline, traits that seem elusive or difficult to maintain. In this enticing and practical book, Thomas Sterner demonstrates how to learn skills for any aspect of life, from golfing to business to parenting, by learning to love the process.Early life is all about trial-and-error practice. If we had given up in the face of failure, repetition, and difficulty, we would never have learned to walk or tie our shoes. So why, as adults, do we often give up on a goal when at first we don’t succeed? In his study of how we learn (prompted by his pursuit of disciplines such as music and golf), Sterner has found that we have forgotten the principles of practice — the process of picking a goal and applying steady effort to reach it. The methods Sterner teaches show that practice done properly isn’t drudgery on the way to mastery but a fulfilling process in and of itself, one that builds discipline and clarity.","image":"https://covers.openlibrary.org/b/id/7352370-M.jpg","links":"book|https://www.goodreads.com/book/show/335864.The_Practicing_Mind;summary|https://fourminutebooks.com/the-practicing-mind-summary/","topics":"learning","creators":"Thomas M. Sterner","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9adfe82-953e-4e87-8a86-cfae2c463a4d","name":"The Presence Process","description":"Why is it so difficult to simply be present? The reason is that our deeply suppressed emotional imprints from childhood — which Eckhart Tolle calls “the pain-body” — distract from an awareness of the present moment. We’re not broken and don’t need to be healed but rather, our discomfort needs to be integrated. The Presence Process is a journey that guides readers into taking responsibility for our emotional integration. It is a way to consciously grow up and become responsible for determining the quality of our personal experience. The book teaches readers how to exercise authentic personal responsibility in a practical manner and reveals the mechanics that shape the way they feel about their lives. It offers a simple, practical approach to accomplishing and maintaining personal peace in the midst of globally accelerating change, discomfort, conflict, and chaos.","image":null,"links":"book|https://www.amazon.in/Presence-Process-Journey-Present-Awareness/dp/1897238460?tag=learnawesome-21;summary|https://fourminutebooks.com/the-presence-process-summary/","topics":"spirituality;personal-development;psychology","creators":"Michael Brown","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c80fc9f-12dc-46d5-a2e9-0b7444c02e95","name":"The Prince - Summary by FourMinuteBooks","description":"Machiavelli lays out what the prince of a territory should and should not do …","image":"https://blas.com/wp-content/uploads/2015/03/The-Prince-196x300-1-196x300.jpg","links":"summary|https://fourminutebooks.com/the-prince-summary/;summary|https://blas.com/the-prince/;book|https://www.amazon.in/Prince-Chump-Change-Niccolo-Machiavelli/dp/1640320202?tag=learnawesome-21","topics":"philosophy;strategy;social;niccolo-machiavelli","creators":"Niccolò Machiavelli","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef038557-a7f4-4bad-ae5e-8ea7d7bf4098","name":"The Productivity Project","description":"A fresh, personal, and entertaining exploration of a topic that concerns all of us: how to be more productive at work and in every facet of our lives.  Chris Bailey turned down lucrative job offers to pursue a lifelong dream—to spend a year performing a deep dive experiment into the pursuit of productivity, a subject he had been enamored with since he was a teenager. After obtaining his business degree, he created a blog to chronicle a year-long series of productivity experiments he conducted on himself, where he also continued his research and interviews with some of the world’s foremost experts, from Charles Duhigg to David Allen. Among the experiments that he tackled: Bailey went several weeks with getting by on little to no sleep; he cut out caffeine and sugar; he lived in total isolation for 10 days; he used his smartphone for just an hour a day for three months; he gained ten pounds of muscle mass; he stretched his work week to 90 hours; a late riser, he got up at 5:30 every morning for three months—all the while monitoring the impact of his experiments on the quality and quantity of his work.  The Productivity Project—and the lessons Chris learned—are the result of that year-long journey. Among the counterintuitive insights Chris Bailey will teach you: ·         slowing down to work more deliberately; ·         shrinking or eliminating the unimportant; ·         the rule of three; ·         striving for imperfection; ·         scheduling less time for important tasks; ·         the 20 second rule to distract yourself from the inevitable distractions; ·         and the concept of productive procrastination. In an eye-opening and thoroughly engaging read, Bailey offers a treasure trove of insights and over 25 best practices that will help you accomplish more.","image":null,"links":"book|https://www.goodreads.com/book/show/25733994-the-productivity-project;summary|https://fourminutebooks.com/the-productivity-project-summary/","topics":"productivity","creators":"Author of The Productivity Project","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aaf0b7c0-6cb5-49b9-97d2-5b545518a73a","name":"The Secret Life of Pronouns","description":"In The Secret Life of Pronouns, social psychologist and language expert James W. Pennebaker uses his groundbreaking research in computational linguistics-in essence, counting the frequency of words we use-to show that our language carries secrets about our feelings, our self-concept, and our social intelligence. Our most forgettable words, such as pronouns and prepositions, can be the most revealing: their patterns are as distinctive as fingerprints.Using innovative analytic techniques, Pennebaker X-rays everything from John McCain's tweets to the Federalist Papers. Who would have predicted that the high school student who uses too many verbs in her college admissions essay is likely to make lower grades in college? Or that a world leader's use of pronouns could reliably presage whether he will lead his country into war? You'll learn what Lady Gaga and William Butler Yeats have in common, and how Ebenezer Scrooge's syntax hints at his self-deception and repressed emotion in this sprightly, surprising tour of what our words are saying-whether we mean them to or not.","image":null,"links":"book|https://www.goodreads.com/book/show/10890464-the-secret-life-of-pronouns;summary|https://fourminutebooks.com/the-secret-life-of-pronouns-summary/","topics":"linguistics;communication","creators":"Author of The Secret Life of Pronouns","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff0377ab-d543-404d-93c5-c9332c5b8e8c","name":"The Promise Of A Pencil - Summary by FourMinuteBooks","description":"By Adam Braun","image":"https://learn-awesome.github.io/assets/book_covers/19598139.jpg","links":"summary|https://fourminutebooks.com/the-promise-of-a-pencil-summary/;book|https://www.amazon.com/Promise-Pencil-Ordinary-Person-Extraordinary/dp/1476730636?tag=learnawesome-20","topics":"business;personal-development","creators":"Adam Braun","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15bf7f9b-6d2c-457e-b602-c4b9f636e3a7","name":"The Psychology Of Winning","description":null,"image":null,"links":"book|https://www.amazon.com/Psychology-Winning-Qualities-Total-Winner/dp/0425099997?tag=learnawesome-20;summary|https://fourminutebooks.com/the-psychology-of-winning-summary/","topics":"psychology;personal-development","creators":"Author of The Psychology Of Winning","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1fd86cd5-a42c-45a4-9656-b12e11abf7b5","name":"The Rebel Rules","description":"When he was 26, Chip Conley broke the two cardinal rules of starting a business: he invested in an industry about which he knew nothing and he ignored the mantra \\"location, location, location.\\" He bought a notorious \\"pay-by-the-hour\\" motel in a seedy San Francisco neighborhood. A dozen years later, Chip is the \\"boy wonder\\" of the American travel industry, famous for his entrepreneurial genius, creativity, and sense of fun. In The Rebel Rules, Conley shares his success secrets. He focuses on the primary traits -- vision, passion, instinct, and agility -- that characterize today's fast company leaders. His guidebook doubles as a toolbox for anyone -- whether a virgin entrepreneur or a corporate manager -- who wants to walk in step with today's business innovators. The Rebel Rules will show you how to:Tap into your natural talents and focus on what you can control Build a fanatical customer base and create great buzzEngage employees and encourage them to break the rulesKick butt in business and still have a life With exercises and activities that will develop these and other business skills, The Rebel Rules will transform the way you approach your career.","image":"https://covers.openlibrary.org/b/id/428458-M.jpg","links":"book|https://openlibrary.org/books/OL7722660M/The_Rebel_Rules;summary|https://fourminutebooks.com/the-rebel-rules-summary/","topics":"business","creators":"Chip Conley","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee99a111-89e1-4eaf-9b16-af24c2147bc7","name":"The Republic - Summary by FourMinuteBooks","description":"By Plato","image":"https://learn-awesome.github.io/assets/book_covers/30289.jpg","links":"summary|https://fourminutebooks.com/the-republic-summary/;book|https://www.amazon.com/Republic-Dover-Thrift-Editions/dp/0486411214?tag=learnawesome-20","topics":"philosophy;politics","creators":"Author of The Republic","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05043ce3-27f8-404d-a0d7-092bb376d887","name":"The Richest Man In Babylon","description":"Beloved by millions, this timeless classic holds the key to all you desire and everything you wish to accomplish. This is the book that reveals the secret to personal wealth. The Success Secrets of the Ancients—An Assured Road to Happiness and Prosperity Countless readers have been helped by the famous “Babylonian parables,” hailed as the greatest of all inspirational works on the subject of thrift, financial planning, and personal wealth. In language as simple as that found in the Bible, these fascinating and informative stories set you on a sure path to prosperity and its accompanying joys. Acclaimed as a modern-day classic, this celebrated bestseller offers an understanding of—and a solution to—your personal financial problems that will guide you through a lifetime. This is the book that holds the secrets to keeping your money—and making more. The Richest Man in BabylonRead it and recommend it to loved ones—and get on the road to riches.MORE THAN TWO MILLION BOOKS SOLD","image":"https://covers.openlibrary.org/b/id/292916-M.jpg","links":"book|https://openlibrary.org/books/OL7574376M/The_Richest_Man_in_Babylon;summary|https://fourminutebooks.com/the-richest-man-in-babylon-summary/","topics":"personal-finance","creators":"George S. Clason","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3dcdd7ac-0f63-4765-8773-7a3daad698d2","name":"The Rise Of Superman","description":"Rise of Superman","image":null,"links":"book|https://www.goodreads.com/book/show/18222878-the-rise-of-superman;summary|https://fourminutebooks.com/the-rise-of-superman-summary/","topics":"personal-development;productivity;sports","creators":"Author of The Rise Of Superman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cdecfab-abc3-42eb-b9aa-3cef3f891a14","name":"The Rise","description":null,"image":null,"links":"book|https://www.amazon.in/Rise-Creativity-Failure-Search-Mastery-ebook/dp/B00DPM80AC?tag=learnawesome-21;summary|https://fourminutebooks.com/the-rise-summary/","topics":"personal-development;learning","creators":"Author of The Rise","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6f5d6e4-17aa-4288-bfcc-7aa96c5ccb17","name":"The Road Less Traveled - Summary by FourMinuteBooks","description":"By M. Scott Peck","image":"https://learn-awesome.github.io/assets/book_covers/347852.jpg","links":"summary|https://fourminutebooks.com/the-road-less-traveled-summary/;summary|https://sivers.org/book/RoadLessTraveled;book|https://www.amazon.com/Road-Less-Traveled-Timeless-Traditional/dp/0743243153?tag=learnawesome-20","topics":"personal-development","creators":"M. Scott Peck","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64e6f812-9a3f-45a0-ae60-715e2061c67b","name":"The Road to Character - Summary by FourMinuteBooks","description":"By David Brooks","image":"https://learn-awesome.github.io/assets/book_covers/22551809.jpg","links":"summary|https://fourminutebooks.com/the-road-to-character-summary/;book|https://www.amazon.com/Character-Thorndike-Press-Large-Print/dp/1594139377?tag=learnawesome-20;summary|https://blas.com/the-road-to-character/","topics":"philosophy;personal-development;history;david-brooks;character","creators":"Brooks, David","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"689a7d15-30b4-4315-8bba-1f36507a1c75","name":"The Science of Getting Rich","description":"“There is a Science of getting rich, and it is an exact science, like …","image":"https://blas.com/wp-content/uploads/2019/06/517SQwmOTXL._SX347_BO1204203200_-210x300.jpg","links":"book|https://www.amazon.in/Science-Getting-Rich-make-money/dp/1516916816?tag=learnawesome-21;summary|https://fourminutebooks.com/the-science-of-getting-rich-summary/;summary|https://blas.com/the-science-of-getting-rich/","topics":"personal-finance;wallace-wattles","creators":"Author of The Science of Getting Rich","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fce8e8d4-9978-4d2a-863d-91c99cf40dcd","name":"The Secret","description":null,"image":null,"links":"book|https://www.amazon.com/Secret-Rhonda-Byrne-ebook/dp/B002M5E2DW?tag=learnawesome-20;summary|https://fourminutebooks.com/the-secret-summary/","topics":"personal-development","creators":"Author of The Secret","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c06c2a43-44a3-471b-938a-c9cb0a841ee8","name":"Uncontainable: How Passion, Commitment, and Conscious Capitalism Built a Business Where Everyone Thrives - Summary at Blas.com","description":"The purpose of The Container Store is clear: to improve the quality of our …","image":"https://blas.com/wp-content/uploads/2019/06/51r3JGZ0VPL-200x300.jpg","links":"summary|https://blas.com/uncontainable/","topics":"business;kip-tindell;the-container-store;win/win","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac63cba3-846a-4bf5-8d82-3d27d149b291","name":"Endurance: Shackleton’s Incredible Voyage - Summary at Blas.com","description":"Hard to imagine the struggles they went through but one of the most surprising things …","image":"https://blas.com/wp-content/uploads/2019/06/5172dBvaxAL._SX328_BO1204203200_-198x300.jpg","links":"summary|https://blas.com/endurance/","topics":"alfred-lansing;ernest-shackleton;leadership","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38437321-cf9a-4315-b127-a749cd7e1f66","name":"Introduction to Quantum Mechanics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/153908.Introduction_to_Quantum_Mechanics","topics":"physics;quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b96fd6da-66a9-4177-8a61-eecf4de6db2a","name":"The Self-Made Billionaire Effect","description":"A study of self-made billionaires reveals the key distinction between “producers” and “performers” There are about 800 self-made billionaires in the world today. What enables this elite group to create truly massive value, and what can the rest of us learn from them? John Sviokla and Mitch Cohen set out to answer this question with the first systematic study of 120 self-made billionaires, including extensive interviews with icons like Steve Case, Mark Cuban, and T. Boone Pickens, Jr. The authors conclude that self-made billionaires aren't necessarily smarter, harder working, or luckier than their peers. The key difference is what they call the “producer” mindset, in contrast to the far more common “performer” mindset. Performers strive to excel in well-defined areas, and they are essential to any company. But producers are even more valuable because they redefine what's possible, rather than simply meeting pre-existing goals and standards. Producers think up entirely new products, services, strategies, and business models, with dramatic results. This book offers fresh stories and insights into producers' habits of mind. It also provides corporate leaders with a new approach to selecting and managing breakthrough talent, and advice about innovation and value creation for aspiring leaders or entrepreneurs.","image":null,"links":"book|https://openlibrary.org/books/OL27177381M/The_self-made_billionaire_effect;summary|https://fourminutebooks.com/the-self-made-billionaire-effect-summary/","topics":"entrepreneurship","creators":"J. J. Sviokla","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44721967-a1f2-4b9e-bd66-fef35dcfff9d","name":"The Selfish Gene - Summary by FourMinuteBooks","description":"By Richard Dawkins","image":"https://learn-awesome.github.io/assets/book_covers/61535.jpg","links":"summary|https://fourminutebooks.com/the-selfish-gene-summary/;summary|https://sivers.org/book/SelfishGene;book|https://openlibrary.org/books/OL4554174M/The_selfish_gene","topics":"biology;evolution","creators":"Richard Dawkins","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1d77aa6-355d-43f8-a33e-064cf9b47333","name":"The Seven Spiritual Laws Of Success","description":"This is a book you will cherish for a lifetime, for within is pages are the secrets of making all your dreams come true. Based on natural laws that govern all of creation, this book shatters the myth that success is the result of hard work, exacting plans, or driving ambition.Instead, Deepak Chopra offers a life-altering perspective on the attainment of success: When we understand our true nature and learn to live in harmony with natural law, a sense of well-being, good health, fulfilling relationships, and material abundance spring forth easily and effortlessly. Deepak Chopra is the bestselling author of numerous books and audio programs that cover every aspect of mind, body, and spirit. His groundbreaking books blend physics and philosophy, the practical and the spiritual, with dynamic results.The Seven Laws of Success distills the essence of Chopra's teachings into seven simple, yet powerful, principles that can easily be applied to create success in all areas of your life. Filled with timeless wisdom and practical steps you can apply right away, this is a book you will want to read and refer to again and again.","image":"https://covers.openlibrary.org/b/id/6632013-M.jpg","links":"book|https://openlibrary.org/books/OL1109825M/The_seven_spiritual_laws_of_success;summary|https://fourminutebooks.com/the-seven-spiritual-laws-of-success-summary/","topics":"spirituality;personal-development","creators":"Deepak Chopra","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b3bf007-cc0b-4c53-a8d3-ba1520239a6f","name":"The Signal And The Noise - Summary by FourMinuteBooks","description":"By Nate Silver","image":"https://learn-awesome.github.io/assets/book_covers/13588394.jpg","links":"summary|https://fourminutebooks.com/the-signal-and-the-noise-summary/;book|https://www.amazon.com/Signal-Noise-Many-Predictions-Fail-but/dp/0143125087?tag=learnawesome-20","topics":"statistics","creators":"Nate Silver","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0329065-b86b-4a2e-b9a4-a6560737eb05","name":"The Singularity Is Near - Summary by FourMinuteBooks","description":"By Ray Kurzweil","image":"https://learn-awesome.github.io/assets/book_covers/83518.jpg","links":"summary|https://fourminutebooks.com/the-singularity-is-near-summary/;book|https://www.amazon.com/Singularity-Near-Humans-Transcend-Biology/dp/0143037889?tag=learnawesome-20","topics":"technology;social-science;futurism","creators":"Ray Kurzweil","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f936bd01-14da-4e37-8735-4a61641ab108","name":"The Six Pillars Of Self-Esteem","description":"In The Six Pillars of Self-Esteem Nathaniel Branden presents the culminating achievement of a lifetime of clinical practice and research.In this penetrating and provocative program he conclusively demonstrates the importance of self-esteem in our quest for psychological health, personal achievement, and positive relationships. Yet how do we gain true self-esteem?Dr. Branden introduces the six pillars of self-esteem-six action-based practices for daily living.Here for the first time are simple but powerful exercises for increasing personal awareness and effectiveness.Exploring the importance of self-esteem in the workplace, parenting, education, psychotherapy, and society, Dr. Branden provides guidelines for those responsible for fostering self-esteem in others-and shows why a culture of self-esteem is imperative for survival in the twenty-first century.Immense in scope and vision and filled with brilliant insights into human nature, The Six Pillars of Self-Esteem is the ultimate work on the psychology of self-esteem.","image":null,"links":"book|https://openlibrary.org/books/OL1397025M/The_six_pillars_of_self-esteem;summary|https://fourminutebooks.com/the-six-pillars-of-self-esteem-summary/","topics":"psychology;personal-development;mental-health","creators":"Nathaniel Branden","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f63b8176-d39b-407b-abac-d5608c34a4ac","name":"The Sixth Extinction - Summary by FourMinuteBooks","description":"By Elizabeth Kolbert","image":"https://learn-awesome.github.io/assets/book_covers/17910054.jpg","links":"summary|https://fourminutebooks.com/the-sixth-extinction-summary/;book|https://openlibrary.org/books/OL26214605M/The_Sixth_Extinction","topics":"environment;nature;science;biology","creators":"Elizabeth Kolbert","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4d6647e-5d94-4970-99bb-4a4e1ebd3e83","name":"This Is Your Brain On Music","description":"Whether you load your iPod with Bach or Bono, music has a significant role in your life—even if you never realized it. Why does music evoke such powerful moods? The answers are at last be- coming clear, thanks to revolutionary neuroscience and the emerging field of evolutionary psychology. Both a cutting-edge study and a tribute to the beauty of music itself, This Is Your Brain on Music unravels a host of mysteries that affect everything from pop culture to our understanding of human nature, including: • Are our musical preferences shaped in utero? • Is there a cutoff point for acquiring new tastes in music? • What do PET scans and MRIs reveal about the brain’s response to music? • Is musical pleasure different from other kinds of pleasure?This Is Your Brain on Music explores cultures in which singing is considered an essential human function, patients who have a rare disorder that prevents them from making sense of music, and scientists studying why two people may not have the same definition of pitch. At every turn, this provocative work unlocks deep secrets about how nature and nurture forge a uniquely human obsession.","image":"https://covers.openlibrary.org/b/id/362325-M.jpg","links":"book|https://www.amazon.com/This-Your-Brain-Music-Obsession/dp/0452288525?tag=learnawesome-20;summary|https://fourminutebooks.com/this-is-your-brain-on-music-summary/","topics":"music;psychology;neuroscience","creators":"Daniel J. Levitin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fc04c8e-d756-43d1-b103-1aed447beb84","name":"Physics","description":null,"image":null,"links":"research_paper|https://arxiv.org/archive/physics","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d80f3ee-73c8-4fcf-a8de-43721b60d422","name":"The Cosmic Perspective","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/8921020-the-cosmic-perspective","topics":"physics;astronomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92688079-3151-4de8-90b2-43c6a12cb0da","name":"The Sleep Revolution","description":"We are in the midst of a sleep deprivation crisis, writes Arianna Huffington, the co-founder and editor in chief of The Huffington Post. And this has profound consequences – on our health, our job performance, our relationships and our happiness.What is needed, she boldly asserts, is nothing short of a sleep revolution. Only by renewing our relationship with sleep can we take back control of our lives. In her bestseller Thrive, Arianna wrote about our need to redefine success through well-being, wisdom, wonder, and giving. Her discussion of the importance of sleep as a gateway to this more fulfilling way of living struck such a powerful chord that she realized the mystery and transformative power of sleep called for a fuller investigation.The result is a sweeping, scientifically rigorous, and deeply personal exploration of sleep from all angles, from the history of sleep, to the role of dreams in our lives, to the consequences of sleep deprivation, and the new golden age of sleep science that is revealing the vital role sleep plays in our every waking moment and every aspect of our health – from weight gain, diabetes, and heart disease to cancer and Alzheimer’s.In The Sleep Revolution, Arianna shows how our cultural dismissal of sleep as time wasted compromises our health and our decision-making and undermines our work lives, our personal lives -- and even our sex lives. She explores all the latest science on what exactly is going on while we sleep and dream. She takes on the dangerous sleeping pill industry, and all the ways our addiction to technology disrupts our sleep. She also offers a range of recommendations and tips from leading scientists on how we can get better and more restorative sleep, and harness its incredible power.In today's fast-paced, always-connected, perpetually-harried and sleep-deprived world, our need for a good night’s sleep is more important – and elusive -- than ever. The Sleep Revolution both sounds the alarm on our worldwide sleep crisis and provides a detailed road map to the great sleep awakening that can help transform our lives, our communities, and our world.","image":null,"links":"book|https://www.amazon.com/Sleep-Revolution-Transforming-Your-Night/dp/110190402X?tag=learnawesome-20;summary|https://fourminutebooks.com/the-sleep-revolution-summary/","topics":"health;psychology;sleep","creators":"Huffington, Arianna Stassinopoulos","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19fee092-a9c9-4a5e-b89a-84cfb85d83b1","name":"The Social Animal - Summary by FourMinuteBooks","description":"By David Brooks","image":"https://learn-awesome.github.io/assets/book_covers/9628743.jpg","links":"summary|https://fourminutebooks.com/the-social-animal-summary/;book|https://www.amazon.com/Social-Animal-Sources-Character-Achievement/dp/0812979370?tag=learnawesome-20","topics":"psychology;sociology","creators":"Brooks, David","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43e46e3e-d70b-4341-8547-c953399bb5e5","name":"The Speed Of Trust","description":"Over two million copies sold.Stephen M. R. Covey shows how trust—and the speed at which it is established with clients, employees, and all stakeholders—is the single most critical component of a successful leader and organization.Stephen M. R. Covey, widely known as one of the world’s leading authorities on trust, asserts that it is “the most overlooked, misunderstood, underutilized asset to enable performance. Its impact, for good or bad, is dramatic and pervasive. It’s something you can’t escape.” Thankfully, it’s is also the thing that can dramatically improve your personal and professional success.Why trust? The simple, often overlooked fact is this: work gets done with and through people. The Speed of Trust offers an unprecedented and eminently practical look at exactly how trust functions in every transaction and every relationship—from the most personal to the broadest, most indirect interaction. It specifically demonstrates how to establish trust intentionally so that you and your organization can forego the time-killing, bureaucratic check-and-balance processes that is so often deployed in lieu of actual trust.This 2018 updated edition includes an insightful afterword by the author which explores ten key reasons why trust is more relevant now than ever before—including how trust is the new currency of our world today.","image":"https://covers.openlibrary.org/b/id/4990715-M.jpg","links":"book|https://www.goodreads.com/book/show/36076.The_Speed_of_Trust;summary|https://fourminutebooks.com/the-speed-of-trust-summary/","topics":"business;leadership;personal-development;relationships","creators":"Stephen R. Covey","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4dffc3d-736c-4145-babd-e5f0c2794acb","name":"The Sports Gene","description":"Now a New York Times Bestseller! With a new chapter added to the paperback. In high school, I wondered whether the Jamaican Americans who made our track team so successful might carry some special speed gene from their tiny island. In college, I ran against Kenyans, and wondered whether endurance genes might have traveled with them from East Africa. At the same time, I began to notice that a training group on my team could consist of five men who run next to one another, stride for stride, day after day, and nonetheless turn out five entirely different runners. How could this be?We all knew a star athlete in high school. The one who made it look so easy. He was the starting quarterback and shortstop; she was the all-state point guard and high-jumper. Naturals. Or were they?The debate is as old as physical competition. Are stars like Usain Bolt, Michael Phelps, and Serena Williams genetic freaks put on Earth to dominate their respective sports? Or are they simply normal people who overcame their biological limits through sheer force of will and obsessive training?The truth is far messier than a simple dichotomy between nature and nurture. In the decade since the sequencing of the human genome, researchers have slowly begun to uncover how the relationship between biological endowments and a competitor’s training environment affects athleticism. Sports scientists have gradually entered the era of modern genetic research.In this controversial and engaging exploration of athletic success, Sports Illustrated senior writer David Epstein tackles the great nature vs. nurture debate and traces how far science has come in solving this great riddle. He investigates the so-called 10,000-hour rule to uncover whether rigorous and consistent practice from a young age is the only route to athletic excellence.Along the way, Epstein dispels many of our perceptions about why top athletes excel. He shows why some skills that we assume are innate, like the bullet-fast reactions of a baseball or cricket batter, are not, and why other characteristics that we assume are entirely voluntary, like an athlete’s will to train, might in fact have important genetic components.This subject necessarily involves digging deep into sensitive topics like race and gender. Epstein explores controversial questions such as:Are black athletes genetically predetermined to dominate both sprinting and distance running, and are their abilities influenced by Africa’s geography?Are there genetic reasons to separate male and female athletes in competition?Should we test the genes of young children to determine if they are destined for stardom?Can genetic testing determine who is at risk of injury, brain damage, or even death on the field?Through on-the-ground reporting from below the equator and above the Arctic Circle, revealing conversations with leading scientists and Olympic champions, and interviews with athletes who have rare genetic mutations or physical traits, Epstein forces us to rethink the very nature of athleticism. ","image":null,"links":"book|https://www.goodreads.com/book/show/16171221-the-sports-gene;summary|https://fourminutebooks.com/the-sports-gene-summary/","topics":"sports;fitness;health","creators":"David J. Epstein","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbddecc4-417a-450d-aade-33d2efd9ede2","name":"The Start-Up of You - Summary by FourMinuteBooks","description":"By Reid Hoffman","image":"https://learn-awesome.github.io/assets/book_covers/12030438.jpg","links":"summary|https://fourminutebooks.com/the-start-up-of-you-summary/;book|https://www.amazon.com/Start-up-You-Future-Yourself-Transform/dp/0307888908?tag=learnawesome-20","topics":"entrepreneurship;personal-development","creators":"REID H CASNOCHA","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"357c88f6-0d5a-4e0e-b434-a1d4585821ef","name":"The Subtle Art Of Not Giving A F*ck - Summary by FourMinuteBooks","description":"By Mark Manson","image":"https://learn-awesome.github.io/assets/book_covers/28257707.jpg","links":"summary|https://fourminutebooks.com/the-subtle-art-of-not-giving-a-fck-summary/;book|https://www.amazon.in/Subtle-Art-Not-Giving-Counterintuitive/dp/0062457713?tag=learnawesome-21","topics":"personal-development","creators":"Mark Manson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1f22e51-3993-46f3-a0f7-22b8123ea67e","name":"The Success Principles","description":" Jack Canfield, cocreator of the phenomenal bestselling Chicken Soup for the Soul® series, turns to the principles he's studied, taught, and lived for more than 30 years in this practical and inspiring guide that will help any aspiring person get from where they are to where they want to be. The Success Principlesâ„¢ will teach you how to increase your confidence, tackle daily challenges, live with passion and purpose, and realize all your ambitions. Not merely a collection of good ideas, this book spells out the 64 timeless principles used by successful men and women throughout history. Taken together and practiced every day, these principles will transform your life beyond your wildest dreams! Filled with memorable and inspiring stories of CEOs, world-class athletes, celebrities, and everyday people, The Success Principlesâ„¢ will give you the proven blueprint you need to achieve any goal you desire. ","image":null,"links":"book|https://openlibrary.org/books/OL26968504M/The_success_principles;summary|https://fourminutebooks.com/the-success-principles-summary/","topics":"personal-development","creators":"Jack Canfield","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1a42549-b5bc-485d-840a-f56d87b6e22e","name":"The Sunflower","description":"A group of philosophers, critics, and writers weigh the moral issues involved in a young Jews response to a dying Nazi's confession of mass murder.","image":null,"links":"book|https://www.amazon.com/Sunflower-Possibilities-Forgiveness-Expanded-Paperback/dp/0805210601?tag=learnawesome-20;summary|https://fourminutebooks.com/the-sunflower-summary/","topics":"world-war-2;holocaust;philosophy;history","creators":"Simon Wiesenthal","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd196ce9-182a-4634-9944-f5a7e75c966b","name":"The Talent Code","description":"What is the secret of talent? How do we unlock it? In this groundbreaking work, journalist and New York Times bestselling author Daniel Coyle provides parents, teachers, coaches, businesspeople—and everyone else—with tools they can use to maximize potential in themselves and others. Whether you're coaching soccer or teaching a child to play the piano, writing a novel or trying to improve your golf swing, this revolutionary book shows you how to grow talent by tapping into a newly discovered brain mechanism.Drawing on cutting-edge neurology and firsthand research gathered on journeys to nine of the world's talent hotbeds—from the baseball fields of the Caribbean to a classical-music academy in upstate New York—Coyle identifies the three key elements that will allow you to develop your gifts and optimize your performance in sports, art, music, math, or just about anything. • Deep Practice--Everyone knows that practice is a key to success. What everyone doesn't know is that specific kinds of practice can increase skill up to ten times faster than conventional practice.• Ignition--We all need a little motivation to get started. But what separates truly high achievers from the rest of the pack? A higher level of commitment—call it passion—born out of our deepest unconscious desires and triggered by certain primal cues. Understanding how these signals work can help you ignite passion and catalyze skill development.• Master Coaching--What are the secrets of the world's most effective teachers, trainers, and coaches? Discover the four virtues that enable these \\"talent whisperers\\" to fuel passion, inspire deep practice, and bring out the best in their students.These three elements work together within your brain to form myelin, a microscopic neural substance that adds vast amounts of speed and accuracy to your movements and thoughts. Scientists have discovered that myelin might just be the holy grail: the foundation of all forms of greatness, from Michelangelo's to Michael Jordan's. The good news about myelin is that it isn't fixed at birth; to the contrary, it grows, and like anything that grows, it can be cultivated and nourished. Combining revelatory analysis with illuminating examples of regular people who have achieved greatness, this book will not only change the way you think about talent, but equip you to reach your own highest potential.","image":"https://covers.openlibrary.org/b/id/8725568-M.jpg","links":"book|https://www.amazon.in/Talent-Code-Greatness-Born-Grown/dp/055380684X?tag=learnawesome-21;summary|https://fourminutebooks.com/the-talent-code-summary/;summary|https://sivers.org/book/TalentCode","topics":"personal-development","creators":"Daniel Coyle","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf32eefa-a4cc-42c4-8040-d31b2582f87c","name":"The Tao Of Physics","description":"Here is the book that brought the mystical implications of subatomic physics to popular consciousness for the very first time—way back in 1975. This special edition celebrates the thirty-fifth anniversary of this early Shambhala best seller that has gone on to become a classic. It includes a new preface by the author, in which he reflects on the further discoveries and developments that have occurred in the years since the book’s original publication. “Physicists do not need mysticism,” Dr. Capra says, “and mystics do not need physics, but humanity needs both.” It’s a message of timeless importance.","image":"https://covers.openlibrary.org/b/id/8725651-M.jpg","links":"book|https://www.goodreads.com/book/show/10238.The_Tao_of_Physics;summary|https://fourminutebooks.com/the-tao-of-physics-summary/","topics":"science;philosophy;physics;spirituality","creators":"Fritjof Capra","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42abeb75-8148-4ad5-9c93-ae01634e21af","name":"Wonderland","description":"\\"A house of wonders itself. . . . Wonderland inspires grins and well-what-d'ya-knows\\" —The New York Times Book Review From the New York Times-bestselling author of How We Got to Now and Where Good Ideas Come From, a look at the world-changing innovations we made while keeping ourselves entertained. This lushly illustrated history of popular entertainment takes a long-zoom approach, contending that the pursuit of novelty and wonder is a powerful driver of world-shaping technological change. Steven Johnson argues that, throughout history, the cutting edge of innovation lies wherever people are working the hardest to keep themselves and others amused.Johnson's storytelling is just as delightful as the inventions he describes, full of surprising stops along the journey from simple concepts to complex modern systems. He introduces us to the colorful innovators of leisure: the explorers, proprietors, showmen, and artists who changed the trajectory of history with their luxurious wares, exotic meals, taverns, gambling tables, and magic shows.In Wonderland, Johnson compellingly argues that observers of technological and social trends should be looking for clues in novel amusements. You'll find the future wherever people are having the most fun.","image":"https://covers.openlibrary.org/b/id/8874390-M.jpg","links":"book|https://www.amazon.in/Wonderland-Play-Made-Modern-World/dp/0399184481?tag=learnawesome-21;summary|https://fourminutebooks.com/wonderland-summary/","topics":"sociology","creators":"Steven Johnson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02281bae-1764-469c-97ce-34403b3dd4a5","name":"Kim - Summary at Blas.com","description":"A story based in India which unfolds while the conflict between Russia and Britain …","image":"https://blas.com/wp-content/uploads/2017/09/210834-202x300.jpg","links":"summary|https://blas.com/kim/","topics":"fiction;india;rudyard-kipling","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b589a91a-9ad2-4774-9cb0-4eed0c35ccb5","name":"The Tao Te Ching - Summary by FourMinuteBooks","description":"By Lao Tzu","image":"https://learn-awesome.github.io/assets/book_covers/67896.jpg","links":"summary|https://fourminutebooks.com/the-tao-te-ching-summary/;book|https://www.goodreads.com/book/show/67896.Tao_Te_Ching","topics":"philosophy;spirituality;taoism;eastern-philosophy","creators":"Author of The Tao Te Ching","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"735346f1-a986-44fd-bc70-bfba593504be","name":"The Thank You Economy","description":null,"image":null,"links":"book|https://www.amazon.com/Thank-You-Economy-Gary-Vaynerchuk-ebook/dp/B0042FZVQ2?tag=learnawesome-20;summary|https://fourminutebooks.com/the-thank-you-economy-summary/","topics":"business;relationships","creators":"Author of The Thank You Economy","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85cad1e4-07fb-4233-8d9f-b519e212bc04","name":"The Third Door","description":"The larger-than-life journey of an 18-year-old college freshman who set out from his dorm room to track down Bill Gates, Lady Gaga, and dozens more of the world's most successful people to uncover how they broke through and launched their careers.The Third Door takes readers on an unprecedented adventure--from hacking Warren Buffett's shareholders meeting to chasing Larry King through a grocery store to celebrating in a nightclub with Lady Gaga--as Alex Banayan travels from icon to icon, decoding their success. After remarkable one-on-one interviews with Bill Gates, Maya Angelou, Steve Wozniak, Jane Goodall, Larry King, Jessica Alba, Pitbull, Tim Ferriss, Quincy Jones, and many more, Alex discovered the one key they have in common: they all took the Third Door.Life, business, success... it's just like a nightclub. There are always three ways in. There's the First Door: the main entrance, where ninety-nine percent of people wait in line, hoping to get in. The Second Door: the VIP entrance, where the billionaires and celebrities slip through. But what no one tells you is that there is always, always... the Third Door. It's the entrance where you have to jump out of line, run down the alley, bang on the door a hundred times, climb over the dumpster, crack open the window, sneak through the kitchen--there's always a way in. Whether it's how Bill Gates sold his first piece of software or how Steven Spielberg became the youngest studio director in Hollywood history, they all took the Third Door.","image":null,"links":"book|https://www.goodreads.com/book/show/36739769-the-third-door;summary|https://fourminutebooks.com/the-third-door-summary/","topics":"personal-development","creators":"Alex Banayan","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66471fc2-5aae-4281-9ab3-86f85baebf96","name":"The Third Wave","description":"NEW YORK TIMES BESTSELLER WALL STREET JOURNAL BESTSELLER One of America’s most accomplished entrepreneurs—a pioneer who made the Internet part of everyday life and orchestrated the largest merger in the history of business—shares a roadmap for how anyone can succeed in a world of rapidly changing technology.Steve Case’s career began when he cofounded America Online (AOL) in 1985. At the time, only three percent of Americans were online. It took a decade for AOL to achieve mainstream success, and there were many near-death experiences and back-to-the-wall pivots. AOL became the top performing company of the 1990s, and at its peak more than half of all consumer Internet traffic in the United States ran through the service. After Case engineered AOL’s merger with Time Warner and he became Chairman of the combined business, Case oversaw the biggest media and communications empire in the world. In The Third Wave, which pays homage to the work of the futurist Alvin Toffler (from whom Case has borrowed the title, and whose work inspired him as a young man), Case takes us behind the scenes of some of the most consequential and riveting business decisions of our time while offering illuminating insights from decades of working as an entrepreneur, an investor, a philanthropist, and an advocate for sensible bipartisan policies. We are entering, as Case explains, a new paradigm called the “Third Wave” of the Internet. The first wave saw AOL and other companies lay the foundation for consumers to connect to the Internet. The second wave saw companies like Google and Facebook build on top of the Internet to create search and social networking capabilities, while apps like Snapchat and Instagram leverage the smartphone revolution. Now, Case argues, we’re entering the Third Wave: a period in which entrepreneurs will vastly transform major “real world” sectors like health, education, transportation, energy, and food—and in the process change the way we live our daily lives. But success in the Third Wave will require a different skill set, and Case outlines the path forward. The Third Wave is part memoir, part manifesto, and part playbook for the future. With passion and clarity, Case explains the ways in which newly emerging technology companies (a growing number of which, he argues, will not be based in Silicon Valley) will have to rethink their relationships with customers, with competitors, and with governments; and offers advice for how entrepreneurs can make winning business decisions and strategies—and how all of us can make sense of this changing digital age.","image":"https://covers.openlibrary.org/b/id/7882460-M.jpg","links":"book|https://openlibrary.org/books/OL26198708M/The_third_wave;summary|https://fourminutebooks.com/the-third-wave-summary/","topics":"internet;history;technology","creators":"Steve Case","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c172383-0e85-42b1-9f96-a8b32fb8b995","name":"The Tipping Point - Summary by FourMinuteBooks","description":"By Malcolm Gladwell","image":"https://learn-awesome.github.io/assets/book_covers/2612.jpg","links":"summary|https://fourminutebooks.com/the-tipping-point-summary/;book|https://www.goodreads.com/book/show/2612.The_Tipping_Point","topics":"sociology","creators":"Malcolm Gladwell","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5139f08-bbce-4558-98e9-5fbb83cc79ae","name":"The Total Money Makeover","description":null,"image":null,"links":"book|https://www.amazon.com/Total-Money-Makeover-Classic-Financial-ebook/dp/B00DNBE8P6?tag=learnawesome-20;summary|https://fourminutebooks.com/the-total-money-makeover-summary/","topics":"personal-finance","creators":"Author of The Total Money Makeover","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"823f67f9-307e-485c-85a8-4d6c73efa17c","name":"Work The System","description":"Work The System aims to convince people to change their fundamental perception of the world around them from a vision of an impenetrable, amorphous conglomeration, to one made up of individual linear systems, each of which can be improved and perfected. The reader is guided through the process of \\"getting\\" this new vision, and then through the specifics of applying it. It's simple, believable, and mechanical; not mystical or theoretical. Work the System will show business leaders and professionals how to achieve a positive macro result by looking at their business and work on a micro level - by analyzing and refining each of the systems that are already in place. Readers will learn how to tweak this network of systems to maximize profits, create client loyalty, and develop autonomous employees. The strategies will also help individuals improve their performance and decrease the stress of being overtaxed or disorganized.","image":null,"links":"book|https://www.amazon.com/Work-System-Mechanics-Working-Revised/dp/160832253X?tag=learnawesome-20;summary|https://fourminutebooks.com/work-the-system-summary/","topics":"personal-development","creators":"Author of Work The System","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e83fe0b-357c-4a83-8c1f-d958a19289d8","name":"How Children Succeed: Grit, Curiosity, and the Hidden Power of Character - Summary at Blas.com","description":"The ‘cognitive solution’ is an understated but pervasive illusion that cognition is the most …","image":"https://blas.com/wp-content/uploads/2019/05/71WWcwfkm0L-198x300.jpg","links":"summary|https://blas.com/how-children-succeed/","topics":"kids;parenting;paul-tough","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"958cf625-c74b-4cb6-bc20-3503e13a8ecb","name":"Setting the Table - Summary at Blas.com","description":"Longer write-up and full notes can be found below. Worth reading in its entirety if …","image":"https://blas.com/wp-content/uploads/2019/05/download.jpg","links":"summary|https://blas.com/setting-the-table/","topics":"communication;danny-meyer;food;hospitality;leadership;union-square-hospitality-group","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd9b075d-4b5e-4d1c-b574-5fd240d8d1d8","name":"An Introduction to Modern Astrophysics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/396218.An_Introduction_to_Modern_Astrophysics","topics":"physics;astrophysics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52172ff7-5461-4dfb-ad6a-4fe4d8b7f84f","name":"The Truth","description":"Strauss details his life and how he dealt with his desires for others while …","image":"https://sivers.org/images/TheTruth.gif","links":"book|https://www.amazon.com/Truth-Uncomfortable-Book-About-Relationships/dp/0060898763?tag=learnawesome-20;summary|https://fourminutebooks.com/the-truth-summary/;summary|https://sivers.org/book/TheTruth;summary|https://blas.com/the-truth/","topics":"polyamory;relationships;neil-strauss","creators":"Neil Strauss","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d108568d-3ad3-499c-b372-47f8cb58fc9e","name":"The Ultimate Sales Machine","description":"Chet Holmes has been called “one of the top 20 change experts in the country.” He helps his clients blow away both the competition and their own expectations. And his advice starts with one simple concept: focus! Instead of trying to master four thousand strategies to improve your business, zero in on the few essential skill areas that make the big difference. Too many managers jump at every new trend, but don’t stick with any of them. Instead, says Holmes, focus on twelve critical areas of improvement—one at a time—and practice them over and over with pigheaded discipline. The Ultimate Sales Machine shows you how to tune up and soup up virtually every part of your business by spending just an hour per week on each impact area you want to improve. Like a tennis player who hits nothing but backhands for a few hours a week to perfect his game, you can systematically improve each key area. Holmes offers proven strategies for: • Management: Teach your people how to work smarter, not harder • Marketing: Get more bang from your Web site, advertising, trade shows, and public relations • Sales: Perfect every sales interaction by working on sales, not just in sales The Ultimate Sales Machine will put you and your company on a path to success and help you stay there!","image":"https://sivers.org/images/UltimateSalesMachine.gif","links":"book|https://www.amazon.in/Ultimate-Sales-Machine-Turbocharge-Relentless/dp/1591842158?tag=learnawesome-21;summary|https://fourminutebooks.com/the-ultimate-sales-machine-summary/;summary|https://sivers.org/book/UltimateSalesMachine","topics":"business;entrepreneurship","creators":"Chet Holmes","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7571b57e-31ac-4032-81ff-afc42f2bc7ca","name":"The Untethered Soul","description":"What would it be like to free yourself from limitations and soar beyond your boundaries? What can you do each day to discover inner peace and serenity? The Untethered Soul—now a #1 New York Times bestseller—offers simple yet profound answers to these questions.Whether this is your first exploration of inner space, or you’ve devoted your life to the inward journey, this book will transform your relationship with yourself and the world around you. You’ll discover what you can do to put an end to the habitual thoughts and emotions that limit your consciousness. By tapping into traditions of meditation and mindfulness, author and spiritual teacher Michael A. Singer shows how the development of consciousness can enable us all to dwell in the present moment and let go of painful thoughts and memories that keep us from achieving happiness and self-realization.Copublished with the Institute of Noetic Sciences (IONS) The Untethered Soul begins by walking you through your relationship with your thoughts and emotions, helping you uncover the source and fluctuations of your inner energy. It then delves into what you can do to free yourself from the habitual thoughts, emotions, and energy patterns that limit your consciousness. Finally, with perfect clarity, this book opens the door to a life lived in the freedom of your innermost being.The Untethered Soul has already touched the lives of countless readers, and is now available in a special hardcover gift edition with ribbon bookmark—the perfect gift for yourself, a loved one, or anyone who wants a keepsake edition of this remarkable book.","image":"https://covers.openlibrary.org/b/id/6974779-M.jpg","links":"book|https://openlibrary.org/books/OL12203904M/The_Untethered_Soul;summary|https://fourminutebooks.com/the-untethered-soul-summary/","topics":"personal-development","creators":"Michael A. Singer","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"196d3d41-6173-44e6-83fc-02d896031de4","name":"The Upside Of Irrationality","description":"The provocative follow-up to the New York Times bestseller Predictably Irrational Why can large bonuses make CEOs less productive?How can confusing directions actually help us?Why is revenge so important to us?Why is there such a big difference between what we think will make us happy and what really makes us happy? In his groundbreaking book Predictably Irrational, social scientist Dan Ariely revealed the multiple biases that lead us into making unwise decisions. Now, in The Upside of Irrationality, he exposes the surprising negative and positive effects irrationality can have on our lives. Focusing on our behaviors at work and in relationships, he offers new insights and eye-opening truths about what really motivates us on the job, how one unwise action can become a long-term habit, how we learn to love the ones we're with, and more. Drawing on the same experimental methods that made Predictably Irrational one of the most talked-about bestsellers of the past few years, Ariely uses data from his own original and entertaining experiments to draw arresting conclusions about how—and why—we behave the way we do. From our office attitudes, to our romantic relationships, to our search for purpose in life, Ariely explains how to break through our negative patterns of thought and behavior to make better decisions. The Upside of Irrationality will change the way we see ourselves at work and at home—and cast our irrational behaviors in a more nuanced light.","image":"https://sivers.org/images/UpsideOfIrrationality.gif","links":"book|https://www.amazon.in/Upside-Irrationality-Unexpected-Benefits-Defying/dp/0061995045?tag=learnawesome-21;summary|https://fourminutebooks.com/the-upside-of-irrationality-summary/;summary|https://sivers.org/book/UpsideOfIrrationality","topics":"psychology;economics","creators":"Dan Ariely","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"880146d9-26ed-432e-9da4-16582026c465","name":"The Upside Of Stress - Summary by FourMinuteBooks","description":"By Kelly McGonigal","image":"https://learn-awesome.github.io/assets/book_covers/23281639.jpg","links":"summary|https://fourminutebooks.com/the-upside-of-stress-summary/;book|https://www.amazon.com/Upside-Stress-Why-Good-You/dp/1101982934?tag=learnawesome-20","topics":"psychology;anxiety;mental-health","creators":"Author of The Willpower Instinct","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07931524-c373-40bd-93bd-cb780667de5e","name":"The Upside Of Your Dark Side","description":null,"image":null,"links":"book|https://www.amazon.com/Upside-Your-Dark-Side-Self-Drives-ebook/dp/B00INIXMZG?tag=learnawesome-20;summary|https://fourminutebooks.com/the-upside-of-your-dark-side-summary/","topics":"psychology","creators":"Author of The Upside Of Your Dark Side","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c87d5bd1-050e-4a74-b483-44531aca870a","name":"The Varieties Of Religious Experience - Summary by FourMinuteBooks","description":"By William James","image":"https://learn-awesome.github.io/assets/book_covers/28820.jpg","links":"summary|https://fourminutebooks.com/the-varieties-of-religious-experience-summary/;book|https://www.amazon.in/Varieties-Religious-Experience-Penguin-American/dp/0140390340?tag=learnawesome-21","topics":"religion;spirituality","creators":"William James","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb7a1ca3-e64e-4eaf-9588-c644611376e2","name":"The War Of Art","description":"Pressfield tells his story of how in writing he encounters his most extreme resistance …","image":"https://sivers.org/images/WarOfArt.gif","links":"book|https://www.amazon.in/War-Art-Steven-Pressfield-ebook/dp/B007A4SDCG?tag=learnawesome-21;summary|https://fourminutebooks.com/the-war-of-art-summary/;summary|https://sivers.org/book/WarOfArt;summary|https://blas.com/the-war-of-art/","topics":"art;personal-development;work;procrastination;steven-pressfield","creators":"Author of The War Of Art","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb326262-10ec-48a1-b23c-6a5525cb69bc","name":"The Willpower Instinct","description":" One of the world's most esteemed and influential psychologists, Roy F. Baumeister, teams with New York Times science writer John Tierney to reveal the secrets of self-control and how to master it. In Willpower, the pioneering researcher Roy F. Baumeister collaborates with renowned New York Times science writer John Tierney to revolutionize our understanding of the most coveted human virtue: self-control.In what became one of the most cited papers in social science literature, Baumeister discovered that willpower actually operates like a muscle: it can be strengthened with practice and fatigued by overuse. Willpower is fueled by glucose, and it can be bolstered simply by replenishing the brain's store of fuel. That's why eating and sleeping- and especially failing to do either of those-have such dramatic effects on self-control (and why dieters have such a hard time resisting temptation).Baumeister's latest research shows that we typically spend four hours every day resisting temptation. No wonder people around the world rank a lack of self-control as their biggest weakness. Willpower looks to the lives of entrepreneurs, parents, entertainers, and artists-including David Blaine, Eric Clapton, and others-who have flourished by improving their self-control.The lessons from their stories and psychologists' experiments can help anyone. You learn not only how to build willpower but also how to conserve it for crucial moments by setting the right goals and using the best new techniques for monitoring your progress. Once you master these techniques and establish the right habits, willpower gets easier: you'll need less conscious mental energy to avoid temptation. That's neither magic nor empty self-help sloganeering, but rather a solid path to a better life.Combining the best of modern social science with practical wisdom, Baumeister and Tierney here share the definitive compendium of modern lessons in willpower. As our society has moved away from the virtues of thrift and self-denial, it often feels helpless because we face more temptations than ever. But we also have more knowledge and better tools for taking control of our lives. However we define happiness-a close- knit family, a satisfying career, financial security-we won't reach it without mastering self-control.","image":"https://sivers.org/images/WillpowerInstinct.gif","links":"book|https://www.goodreads.com/book/show/10865206-the-willpower-instinct;summary|https://fourminutebooks.com/the-willpower-instinct-summary/;summary|https://fourminutebooks.com/willpower-summary/;summary|https://www.amazon.in/Willpower-Rediscovering-Greatest-Human-Strength/dp/0143122231?tag=learnawesome-21","topics":"psychology;personal-development","creators":"Author of The Willpower Instinct;Roy F. Baumeister","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5dbd2a63-c4ac-481a-a1e4-11e1d1d11aae","name":"The Wisdom Of Crowds","description":null,"image":"https://sivers.org/images/WisdomOfCrowds.gif","links":"book|https://www.amazon.in/Wisdom-Crowds-James-Surowiecki-ebook/dp/B000FCKC3I?tag=learnawesome-21;summary|https://fourminutebooks.com/the-wisdom-of-crowds-summary/;summary|https://sivers.org/book/WisdomOfCrowds","topics":"sociology","creators":"Author of The Wisdom Of Crowds","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcf5857d-8aff-4d7b-8591-c47c9ce09bfd","name":"The Wisdom Of Insecurity","description":"We live in an age of unprecedented anxiety. Spending all our time trying to anticipate and plan for the future and to lamenting the past, we forget to embrace the here and now. We are so concerned with tomorrow that we forget to enjoy today. Drawing from Eastern philosophy and religion, Alan Watts shows that it is only by acknowledging what we do not—and cannot—know that we can learn anything truly worth knowing. In The Wisdom of Insecurity, he shows us how, in order to lead a fulfilling life, we must embrace the present—and live fully in the now. Featuring an Introduction by Deepak Chopra.","image":"https://covers.openlibrary.org/b/id/8355204-M.jpg","links":"book|https://www.amazon.com/Wisdom-Insecurity-Message-Age-Anxiety/dp/0307741206?tag=learnawesome-20;summary|https://fourminutebooks.com/the-wisdom-of-insecurity-summary/","topics":"philosophy;personal-development","creators":"Alan Watts","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e8d67b9-0825-4c90-90fd-e4a6510e031f","name":"The Wisdom Of Life","description":"Schopenhauer walks us through the art of ordering our lives to gain the maximum …","image":"https://covers.openlibrary.org/b/id/314174-M.jpg","links":"book|https://openlibrary.org/books/OL3692646M/The_wisdom_of_life;summary|https://fourminutebooks.com/the-wisdom-of-life-summary/;summary|https://blas.com/the-wisdom-of-life/","topics":"philosophy;wisdom;leisure;arthur-schopenhauer","creators":"Arthur Schopenhauer","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bea5f7ed-d119-4fe8-b7a0-5d63590a836e","name":"The World According To Star Wars","description":"There’s Santa Claus, Shakespeare, Mickey Mouse, the Bible, and then there’s Star Wars. Nothing quite compares to sitting down with a young child and hearing the sound of John Williams’s score as those beloved golden letters fill the screen. In this fun, erudite, and often moving book, Cass R. Sunstein explores the lessons of Star Wars as they relate to childhood, fathers, the Dark Side, rebellion, and redemption. As it turns out, Star Wars also has a lot to teach us about constitutional law, economics, and political uprisings.In rich detail, Sunstein tells the story of the films’ wildly unanticipated success and explores why some things succeed while others fail. Ultimately, Sunstein argues, Star Wars is about freedom of choice and our never-ending ability to make the right decision when the chips are down. Written with buoyant prose and considerable heart, The World According to Star Wars shines a bright new light on the most beloved story of our time.","image":null,"links":"book|https://openlibrary.org/books/OL27210269M/The_world_according_to_Star_Wars;summary|https://fourminutebooks.com/the-world-according-to-star-wars-summary/","topics":"star-wars;culture;sociology","creators":"Cass R. Sunstein","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d440dc2f-ed35-4b1d-8c6e-5175277eec44","name":"The World Without Us - Summary by FourMinuteBooks","description":"By Alan Weisman","image":"https://learn-awesome.github.io/assets/book_covers/248787.jpg","links":"summary|https://fourminutebooks.com/the-world-without-us-summary/;book|https://www.amazon.com/World-Without-Us-Alan-Weisman/dp/0312427905?tag=learnawesome-20","topics":"environment;nature","creators":"Alan Weisman","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5298d366-e19c-410e-8fff-0dfc759923a2","name":"Russell Rules: 11 Lessons on Leadership from the Twentieth Century’s Greatest Winner By Bill Russell, David Falkner - Summary at Blas.com","description":"Longer write-up and full notes can be found below. Worth reading in its entirety if …","image":"https://blas.com/wp-content/uploads/2019/05/51E49MKD4AL._SX313_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/russell-rules/","topics":"bill-russell;boston-celtics;leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfd30db3-952f-4ecf-928d-7a520a3fbfbc","name":"On Grand Strategy - Summary at Blas.com","description":"Longer write-up and full notes can be found below. Excellent book if you’re interested in …","image":"https://blas.com/wp-content/uploads/2019/05/715N4yCnFfL-199x300.jpg","links":"summary|https://blas.com/on-grand-strategy/","topics":"history;john-lewis-gaddis;strategy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbb8a8ed-2c90-4548-8c8c-88965c45a4e8","name":"Measure What Matters: OKRs: The Simple Idea that Drives 10x Growth - Summary at Blas.com","description":"OKR stands for “objectives and key results.” They are important in that they help …","image":"https://blas.com/wp-content/uploads/2019/05/51G-XiecxvL._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/measure-what-matters/","topics":"john-doerr;kleiner-perkins;leadership;management;productivity","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61985fb7-070f-4964-887e-d08d9c158a3c","name":"Introduction to Cosmology","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/842325.Introduction_to_Cosmology","topics":"physics;cosmology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c4f7f9f-6611-417c-80a4-3003083f29b4","name":"The Year Without Pants - Summary by FourMinuteBooks","description":"By Scott Berkun","image":"https://learn-awesome.github.io/assets/book_covers/17396014.jpg","links":"summary|https://fourminutebooks.com/the-year-without-pants-summary/;book|https://www.amazon.com/Year-Without-Pants-WordPress-com-Future/dp/1118660633?tag=learnawesome-20","topics":"business;wordpress","creators":"Scott Berkun","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd797cde-4ebe-4d2e-85f1-1a396364fabf","name":"The Yes Brain","description":"From the authors of The Whole-Brain Child and No-Drama Discipline, an indispensable guide to unlocking your child's innate capacity for resilience, compassion, and creativity.When facing contentious issues such as screen time, food choices, and bedtime, children often act out or shut down, responding with reactivity instead of receptivity. This is what New York Times bestselling authors Daniel J. Siegel and Tina Payne Bryson call a No Brain response. But our kids can be taught to approach life with openness and curiosity. When kids work from a Yes Brain, they're more willing to take chances and explore. They're more curious and imaginative. They're better at relationships and handling adversity. In The Yes Brain, the authors give parents skills, scripts, and activities to bring kids of all ages into the beneficial \\"yes\\" state. You'll learn- the four fundamentals of the Yes Brain--balance, resilience, insight, and empathy--and how to strengthen them - the key to knowing when kids need a gentle push out of a comfort zone vs. needing the \\"cushion\\" of safety and familiarity - strategies for navigating away from negative behavioral and emotional states (aggression and withdrawal) and expanding your child's capacity for positivityThe Yes Brain is an essential tool for nurturing positive potential and keeping your child's inner spark glowing and growing strong.Praise for The Yes Brain\\"This unique and exciting book shows us how to help children embrace life with all of its challenges and thrive in the modern world. Integrating research from social development, clinical psychology, and neuroscience, it's a veritable treasure chest of parenting insights and techniques.\\"--Carol S. Dweck, Ph.D., author of \\n Mindset\\n \\"I have never read a better, clearer explanation of the impact parenting can have on a child's brain and personality.\\"--Michael Thompson, Ph.D.\\"Easily assimilated and informative, the book will help adults enable children to lead physically and emotionally satisfying and well-rounded lives filled with purpose and meaningful relationships. Edifying, easy-to-understand scientific research that shows the benefits that accrue when a child is encouraged to be inquisitive, spirited, and intrepid.\\"\\n --Kirkus Reviews\\n","image":null,"links":"book|https://www.amazon.com/Yes-Brain-Cultivate-Curiosity-Resilience/dp/0399594663?tag=learnawesome-20;summary|https://fourminutebooks.com/the-yes-brain-summary/","topics":"parenting;psychology;education","creators":"Daniel J. Siegel","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b095b79-d453-40f8-9ded-24d09f97ff4c","name":"Theory U","description":"Access the deepest source of inspiration and vision We live in a time of massive institutional failure that manifests in the form of three major divides: the ecological, the social, and the spiritual. Addressing these challenges requires a new consciousness and collective leadership capacity. In this groundbreaking book, Otto Scharmer invites us to see the world in new ways and in so doing discover a revolutionary approach to learning and leadership. In most large systems today, we collectively create results that no one wants. What keeps us stuck in such patterns of the past? It's our blind spot, that is, our lack of awareness of the inner place from which our attention and intention originate. By moving through Scharmer's U process, we consciously access the blind spot and learn to connect to our authentic Self--the deepest source of knowledge and inspiration. Theory U offers a rich diversity of compelling stories, examples, exercises, and practices that allow leaders, organizations, and larger systems to cosense and coshape the future that is wanting to emerge. This second edition features a new preface in which Scharmer identifies five transformational trends and describes U process case stories around the world. There are also eight color drawings by Kelvy Bird that capture U journey applications and illustrate the concepts in the book, as well as new resources for applying the principles and practices.","image":"https://covers.openlibrary.org/b/id/8888188-M.jpg","links":"book|https://openlibrary.org/books/OL27427612M/Theory_U;summary|https://fourminutebooks.com/theory-u-summary/","topics":"leadership;business;management","creators":"Otto Scharmer","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e407ff78-41fc-4bf6-a958-731d98785545","name":"Things A Little Bird Told Me - Summary by FourMinuteBooks","description":"By Biz Stone","image":"https://learn-awesome.github.io/assets/book_covers/18296144.jpg","links":"summary|https://fourminutebooks.com/things-a-little-bird-told-me-summary/;book|https://www.amazon.in/Things-Little-Bird-Told-Confessions/dp/1447271114?tag=learnawesome-21","topics":"business;twitter;social-media","creators":"Author of Things A Little Bird Told Me","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03cfa1e4-64be-49e1-b384-23ae771fb923","name":"Think And Grow Rich","description":"One of the all-time leading books on creating and maintaining wealth. However, in many …","image":"https://blas.com/wp-content/uploads/2015/03/51gZ1sTvHXL._SX348_BO1204203200_-210x300.jpg","links":"book|https://www.amazon.com/Think-Grow-Rich-Napoleon-Hill-ebook/dp/B07H5R4LT9?tag=learnawesome-20;summary|https://fourminutebooks.com/think-and-grow-rich-summary/;summary|https://blas.com/think-and-grow-rich/","topics":"personal-development;success;philosophy;napoleon-hill;investing;intention;how-to-live-life;finance;andrew-carnegie","creators":"Author of Think And Grow Rich","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a435d513-3df7-48ec-af8d-846b91c31da6","name":"Think Like A Freak","description":"The New York Times bestselling Freakonomics changed the way we see the world, exposing the hidden side of just about everything. Then came SuperFreakonomics, a documentary film, an award-winning podcast, and more.Now, with Think Like a Freak, Steven D. Levitt and Stephen J. Dubner have written their most revolutionary book yet. With their trademark blend of captivating storytelling and unconventional analysis, they take us inside their thought process and teach us all to think a bit more productively, more creatively, more rationally—to think, that is, like a Freak.Levitt and Dubner offer a blueprint for an entirely new way to solve problems, whether your interest lies in minor lifehacks or major global reforms. As always, no topic is off-limits. They range from business to philanthropy to sports to politics, all with the goal of retraining your brain. Along the way, you’ll learn the secrets of a Japanese hot-dog-eating champion, the reason an Australian doctor swallowed a batch of dangerous bacteria, and why Nigerian e-mail scammers make a point of saying they’re from Nigeria.Some of the steps toward thinking like a Freak:First, put away your moral compass—because it’s hard to see a problem clearly if you’ve already decided what to do about it.Learn to say “I don’t know”—for until you can admit what you don’t yet know, it’s virtually impossible to learn what you need to.Think like a child—because you’ll come up with better ideas and ask better questions.Take a master class in incentives—because for better or worse, incentives rule our world.Learn to persuade people who don’t want to be persuaded—because being right is rarely enough to carry the day.Learn to appreciate the upside of quitting—because you can’t solve tomorrow’s problem if you aren’t willing to abandon today’s dud.Levitt and Dubner plainly see the world like no one else. Now you can too. Never before have such iconoclastic thinkers been so revealing—and so much fun to read.","image":null,"links":"book|https://www.amazon.in/Think-Like-Freak-Authors-Freakonomics/dp/0062218344?tag=learnawesome-21;summary|https://fourminutebooks.com/think-like-a-freak-summary/","topics":"thinking","creators":"Steven D. Levitt","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b08b6b4b-919b-472f-aa98-940f5f3fc658","name":"This Is Marketing","description":"\\n Real marketing isn't about racking up clicks and tweets; it's about connection, empathy, and making a difference.\\nOver the past quarter century, Seth Godin has taught and inspired millions of entrepreneurs, marketers, leaders, and fans from all walks of life, via his blog, online courses, lectures, and bestselling books. He is the inventor of countless ideas and phrases that have made their way into mainstream business language, from Permission Marketing to Purple Cow to Tribes to The Dip.Now, for the first time, Godin offers the core of his marketing wisdom in one accessible, timeless package. At the heart of his approach is a big idea: Great marketers don't use consumers to solve their company's problem; they use marketing to solve other people's problems. They don't just make noise; they make the world better. Truly powerful marketing is grounded in empathy, generosity, and emotional labor.This book teaches you how to identify your smallest viable audience; draw on the right signals and signs to position your offering; build trust and permission with your target market; speak to the narratives your audience tells themselves about status, affiliation, and dominance; spot opportunities to create and release tension; and give people the tools to achieve their goals.It's time for marketers to stop lying, spamming, and feeling guilty about their work. It's time to stop confusing social media metrics with true connections. It's time to stop wasting money on stolen attention that won't pay off in the long run. THIS IS MARKETING offers a better approach that will still apply for decades to come, no matter how the tactics of marketing continue to evolve.","image":"https://sivers.org/images/ThisIsMarketing.gif","links":"book|https://openlibrary.org/books/OL26977632M/This_is_marketing;summary|https://fourminutebooks.com/this-is-marketing-summary/;summary|https://sivers.org/book/ThisIsMarketing","topics":"marketing","creators":"Seth Godin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30da0338-5d57-45ed-8ccc-fb2eadaa9c6f","name":"Complex Variables","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/1132151.Complex_Variables","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60e7c855-e788-4ed7-ab64-7e6f817c97c9","name":"Thou Shall Prosper","description":"A practical approach to creating wealth-based on the established principles of ancient Jewish wisdom-made accessible to people of all backgroundsThe ups and downs of the economy prove Rabbi Daniel Lapin's famous principle that the more things change, the more we need to depend upon the things that never change. There's no better source for both practical and spiritual financial wisdom than the time-tested knowledge found in the ancient Jewish faith and its culture. In the Second Edition of Thou Shall Prosper, Lapin offers a practical approach to creating wealth based on the established principles of ancient Jewish wisdom. This book details the ten permanent principles that never change, the ten commandments of making money if you will, and explores the economic and philosophic vision of business that has been part of Jewish culture for centuries. The book's focus is on making accessible to individuals of all backgrounds, the timeless truths that Jews have used for centuries to excel in business.Outlines ten fundamental \\"commandments\\" relating to business and money Includes insights that will increase your potential for creating wealth, no matter what your faith or background may be Blends contemporary business stories and Lapin's own business experiences with the wisdom of the Torah and Talmudic prescriptions This Second Edition provides new examples, especially of Internet related business opportunities. In addition, each chapter highlights specific action steps that can lead to wealth opportunities in both difficult economic times and periods of prosperity.","image":null,"links":"book|https://www.goodreads.com/book/show/944278.Thou_Shall_Prosper;summary|https://fourminutebooks.com/thou-shall-prosper-summary/","topics":"personal-finance","creators":"Lapin, Daniel","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0aa16350-8109-44b5-9b2b-3229fc57af2a","name":"Through The Language Glass","description":null,"image":null,"links":"book|https://www.amazon.in/Through-Language-Glass-Different-3-Feb-2011/dp/B011T6XLVS?tag=learnawesome-21;summary|https://fourminutebooks.com/through-the-language-glass-summary/","topics":"linguistics;sociology","creators":"Author of Through The Language Glass","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"929841bf-9f01-4396-a05c-8a127056fc26","name":"To Sell Is Human","description":"From the bestselling author of Drive and A Whole New Mind comes a surprising--and surprisingly useful--new book that explores the power of selling in our lives.According to the U.S. Bureau of Labor Statistics, one in nine Americans works in sales. Every day more than fifteen million people earn their keep by persuading someone else to make a purchase.But dig deeper and a startling truth emerges:Yes, one in nine Americans works in sales. But so do the other eight.Whether we’re employees pitching colleagues on a new idea, entrepreneurs enticing funders to invest, or parents and teachers cajoling children to study, we spend our days trying to move others. Like it or not, we’re all in sales now.To Sell Is Human offers a fresh look at the art and science of selling. As he did in Drive and A Whole New Mind, Daniel H. Pink draws on a rich trove of social science for his counterintuitive insights. He reveals the new ABCs of moving others (it's no longer \\"Always Be Closing\\"), explains why extraverts don't make the best salespeople, and shows how giving people an \\"off-ramp\\" for their actions can matter more than actually changing their minds.Along the way, Pink describes the six successors to the elevator pitch, the three rules for understanding another's perspective, the five frames that can make your message clearer and more persuasive, and much more. The result is a perceptive and practical book--one that will change how you see the world and transform what you do at work, at school, and at home.","image":"https://covers.openlibrary.org/b/id/7498958-M.jpg","links":"book|https://www.goodreads.com/book/show/13593553-to-sell-is-human;summary|https://fourminutebooks.com/to-sell-is-human-summary/","topics":"sales;personal-development","creators":"Daniel H. Pink","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31f7ba99-d262-4c85-b260-bb63820697c1","name":"Tools Of Titans - Summary by FourMinuteBooks","description":"By Timothy Ferriss","image":"https://learn-awesome.github.io/assets/book_covers/31823677.jpg","links":"summary|https://fourminutebooks.com/tools-of-titans-summary/;summary|https://sivers.org/book/ToolsTitans;book|https://www.goodreads.com/book/show/31823677-tools-of-titans","topics":"personal-development;productivity","creators":"Timothy Ferriss","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c565a4c-ded5-4f06-b9a0-2563c3df76ac","name":"Traction - Summary by FourMinuteBooks","description":"By Gabriel Weinberg","image":"https://learn-awesome.github.io/assets/book_covers/22091581.jpg","links":"summary|https://fourminutebooks.com/traction-summary/;summary|https://sivers.org/book/LawsOfSubtraction;book|https://openlibrary.org/books/OL27195742M/Traction","topics":"entrepreneurship;startups","creators":"Gabriel Weinberg","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69969ac3-d8c5-4758-97da-c8a661e91be3","name":"Tribal Leadership - Summary by FourMinuteBooks","description":"By Dave Logan","image":"https://learn-awesome.github.io/assets/book_covers/2741559.jpg","links":"summary|https://fourminutebooks.com/tribal-leadership-summary/;book|https://www.amazon.com/Tribal-Leadership-Leveraging-Thriving-Organization/dp/0061251321?tag=learnawesome-20","topics":"leadership","creators":"Author of Tribal Leadership","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6caeeff5-4870-411f-a023-4595168dbf63","name":"Tribe Of Mentors - Summary by FourMinuteBooks","description":"By Timothy Ferriss","image":"https://learn-awesome.github.io/assets/book_covers/36200111.jpg","links":"summary|https://fourminutebooks.com/tribe-of-mentors-summary/;book|https://www.amazon.in/Tribe-Mentors-Short-Advice-World/dp/1328994961?tag=learnawesome-21","topics":"career;personal-development","creators":"Tim Ferriss","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd8ae8fc-f03a-486e-a71f-5c77902580f4","name":"Tribes","description":"A tribe is any group of people, large or small, who are connected to one another, a leader, and an idea. For millions of years, humans have been seeking out tribes, be they religious, ethnic, economic, political, or even musical (think of the Deadheads). It's our nature.Now the Internet has eliminated the barriers of geography, cost, and time. All those blogs and social networking sites are helping existing tribes get bigger. But more important, they're enabling countless new tribes to be born—groups of ten or ten thousand or ten million who care about their iPhones, or a political campaign, or a new way to fight global warming. And so the key question: Who is going to lead us?The Web can do amazing things, but it can't provide leadership. That still has to come from individuals—people just like you who have passion about something. The explosion in tribes means that anyone who wants to make a difference now has the tools at her fingertips.If you think leadership is for other people, think again—leaders come in surprising packages. Consider Joel Spolsky and his international tribe of scary-smart software engineers. Or Gary Vaynerhuck, a wine expert with a devoted following of enthusiasts. Chris Sharma leads a tribe of rock climbers up impossible cliff faces, while Mich Mathews, a VP at Microsoft, runs her internal tribe of marketers from her cube in Seattle. All they have in common is the desire to change things, the ability to connect a tribe, and the willingness to lead.If you ignore this opportunity, you risk turning into a \\"sheepwalker\\"—someone who fights to protect the status quo at all costs, never asking if obedience is doing you (or your organization) any good. Sheepwalkers don't do very well these days.Tribes will make you think (really think) about the opportunities in leading your fellow employees, customers, investors, believers, hobbyists, or readers. . . . It's not easy, but it's easier than you think.","image":"https://covers.openlibrary.org/b/id/3371417-M.jpg","links":"book|https://openlibrary.org/books/OL16909900M/Tribes;summary|https://fourminutebooks.com/tribes-summary/;summary|https://sivers.org/book/Tribes","topics":"leadership","creators":"Seth Godin","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f95d6447-bbbf-49b5-9be2-c5a3282ebf03","name":"Trust Me, I’m Lying","description":null,"image":null,"links":"book|https://www.amazon.com/Trust-Me-Lying-Confessions-Manipulator-ebook/dp/B0074VTHH0?tag=learnawesome-20;summary|https://fourminutebooks.com/trust-me-im-lying-summary/","topics":"blogging;social-media;internet","creators":"Author of Trust Me, I’m Lying","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0291613-dfaf-4e30-b6dd-dffa5ac0a227","name":"Trying Not To Try","description":"A deeply original exploration of the power of spontaneity—an ancient Chinese ideal that cognitive scientists are only now beginning to understand—and why it is so essential to our well-being  Why is it always hard to fall asleep the night before an important meeting? Or be charming and relaxed on a first date? What is it about a politician who seems wooden or a comedian whose jokes fall flat or an athlete who chokes? In all of these cases, striving seems to backfire.   In Trying Not To Try, Edward Slingerland explains why we find spontaneity so elusive, and shows how early Chinese thought points the way to happier, more authentic lives. We’ve long been told that the way to achieve our goals is through careful reasoning and conscious effort. But recent research suggests that many aspects of a satisfying life, like happiness and spontaneity, are best pursued indirectly. The early Chinese philosophers knew this, and they wrote extensively about an effortless way of being in the world, which they called wu-wei (ooo-way). They believed it was the source of all success in life, and they developed various strategies for getting it and hanging on to it.   With clarity and wit, Slingerland introduces us to these thinkers and the marvelous characters in their texts, from the butcher whose blade glides effortlessly through an ox to the wood carver who sees his sculpture simply emerge from a solid block. Slingerland uncovers a direct line from wu-wei to the Force in Star Wars, explains why wu-wei is more powerful than flow, and tells us what it all means for getting a date. He also shows how new research reveals what’s happening in the brain when we’re in a state of wu-wei—why it makes us happy and effective and trustworthy, and how it might have even made civilization possible.   Through stories of mythical creatures and drunken cart riders, jazz musicians and Japanese motorcycle gangs, Slingerland effortlessly blends Eastern thought and cutting-edge science to show us how we can live more fulfilling lives. Trying Not To Try is mind-expanding and deeply pleasurable, the perfect antidote to our striving modern culture.","image":null,"links":"book|https://www.amazon.com/Trying-Not-Try-Science-Spontaneity/dp/0770437613?tag=learnawesome-20;summary|https://fourminutebooks.com/trying-not-to-try-summary/","topics":"productivity;philosophy;personal-development","creators":"Edward G. Slingerland","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"994ed47e-8449-4ccd-a9b5-c4c8f9a240eb","name":"Tubes - Summary by FourMinuteBooks","description":"By Andrew Blum","image":"https://learn-awesome.github.io/assets/book_covers/13036199.jpg","links":"summary|https://fourminutebooks.com/tubes-summary/;book|https://www.amazon.in/Tubes-Journey-Internet-Andrew-Blum/dp/0061994952?tag=learnawesome-21","topics":"internet","creators":"Andrew Blum","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e2d7ac8-a5be-4278-87cb-5e3a51673cd2","name":"Turning Pro","description":"Turning pro is free, but it's not easy.When we turn pro, we give up a life that we may have become extremely comfortable with. We give up a self that we have come to identify with and to call our own.Turning pro is free, but it demands sacrifice.The passage from amateur to professional is often achieved via an interior odyssey whose trials are survived only at great cost, emotionally, psychologically and spiritually. We pass through a membrane when we turn pro. It's messy and it's scary. We tread in blood when we turn pro.What we get when we turn pro.What we get when we turn pro is we find our power. We find our will and our voice and we find our self-respect. We become who we always were but had, until then, been afraid to embrace and to live out.","image":"https://covers.openlibrary.org/b/id/7323168-M.jpg","links":"book|https://openlibrary.org/books/OL25652603M/Turning_pro;summary|https://fourminutebooks.com/turning-pro-summary/;summary|https://sivers.org/book/TurningPro","topics":"career;personal-development;work","creators":"Steven Pressfield","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33c754fa-1c3b-4f72-8556-fd2151b82b6a","name":"Algorithms to Live By: The Computer Science of Human Decisions - Summary at Blas.com","description":"Studying algorithms and how they might be implemented to help us better solve every …","image":"https://blas.com/wp-content/uploads/2018/10/41UiFPQfFbL._SX326_BO1204203200_-197x300.jpg","links":"summary|https://blas.com/algorithms-to-live-by/","topics":"artificial-intelligence;brian-christian;computer-science;decision-making;tom-griffiths","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd209307-0823-4957-920c-6e04f22c3cab","name":"Uncertainty","description":"Jonathan Fields knows the risks-and potential power-of uncertainty. He gave up a six-figure income as a lawyer to make $12 an hour as a personal trainer. Then, married with a 3-month old baby, he signed a lease to launch a yoga center in the heart of New York City. . . the day before 9/11. But he survived, and along the way he developed a fresh approach to transforming uncertainty, risk of loss, and exposure to judgment into catalysts for innovation, creation, and achievement.Properly understood and harnessed, fear and uncertainty can become fuel for creative genius rather than sources of pain, anxiety, and suffering. In business, art, and life, creating on a world-class level demands bold action and leaps of faith in the face of great uncertainty. But that uncertainty can lead to fear, anxiety, paralysis, and destruction. It can gut creativity and stifle innovation. It can keep you from taking the risks necessary to do great work and craft a deeply-rewarding life. And it can bring companies that rely on innovation grinding to a halt.That is, unless you know how to use it to your advantage. Fields draws on leading-edge technology, cognitive-science and ancient awareness-focusing techniques in a fresh, practical, non-dogmatic way. His approach enables creativity and productivity on an entirely different level and can turn the once-tortuous journey into a more enjoyable quest. Fields will reveal how to:Make changes to your workflow that unlock buried creative potential. Build \\"creation hives\\" -- supportive groups that can supercharge and humanize the process. Tap social technology and user co-creation to add clarity, certainty, and sanity, even if you're an artist or solo-creator. Develop a set of personal practices and mindset shifts that let you not just tolerate, but invite and even amplify, uncertainty as a catalyst for genius.Drawing on extensive case studies and research, Fields shares a set of detailed personal practices and environmental changes that can not only humanize the creative process, but also allow individuals and teams to stay more open to opportunity and play a bigger creative game.","image":"https://sivers.org/images/LivingBeautifully.gif","links":"book|https://openlibrary.org/books/OL24853616M/Uncertainty;summary|https://fourminutebooks.com/uncertainty-summary/;summary|https://sivers.org/book/LivingBeautifully","topics":"risk;personal-development","creators":"Jonathan Fields","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5cdb1306-bf0f-4e81-8a6a-554afab4f2ec","name":"Unlimited Power","description":"\\"The cutting edge--a must for anyone committed to personl excellence.\\"Ken BlanchardCo-author of THE ONE MINUTE MANAGERYes, you can do, have, achieve, and create anything you want out of life. Anthony Robbins has proved it. Robbins, the undisputed master of the magic of mindpower, shows you in these pages how to harness yours. He demonstrates--passionately and eloquently--that whatever you think will be, that your state of mind determines what you can and can't do, and that all successful results can be modeled and duplicated. His enthusiasm is contagious as he shows you how to: reprogram your mind in minutes to eliminate fears and phobias; dramatically improve your interpersonal relationships; and discover the five keys to wealth and happiness, and more.","image":"https://covers.openlibrary.org/b/id/4166860-M.jpg","links":"book|https://www.goodreads.com/book/show/8676.Unlimited_Power;summary|https://fourminutebooks.com/unlimited-power-summary/","topics":"personal-development","creators":"Author of Unshakeable","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc74aabf-cc2d-4939-b3cc-c1a85c08ac0e","name":"Unshakeable","description":null,"image":null,"links":"book|https://www.amazon.in/Unshakeable-Your-Financial-Freedom-Playbook-ebook/dp/B01KU08VQE?tag=learnawesome-21;summary|https://fourminutebooks.com/unshakeable-summary/","topics":"investing;personl-finance","creators":"Author of Unshakeable","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"146f8524-090f-495e-96a8-83dac222c11f","name":"Vagabonding","description":"Vagabonding is about taking time off from your normal life - from six weeks to four months to two years - to discover and experience the world on your own terms. Veteran shoestring traveler Rolf Potts shows how anyone armed with an independent spirit can achieve the dream of extended overseas travel. Potts gives the necessary information on:- financing your travel time - determining your destination - adjusting to life on the road- working and volunteering overseas - handling travel adversity - re-assimilating back into ordinary lifeNot just a plan of action, vagabonding is an outlook on life that emphasizes creativity, discovery, and the growth of the spirit. Visit the vagabonding community's hub at www.vagabonding.net.","image":null,"links":"book|https://www.amazon.in/Vagabonding-Uncommon-Guide-Long-Term-Travel/dp/0812992180?tag=learnawesome-21;summary|https://fourminutebooks.com/vagabonding-summary/","topics":"travel","creators":"Rolf Potts","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b74ad765-8242-4530-8d06-f16f51830cbc","name":"Walden - Summary by FourMinuteBooks","description":"By Henry David Thoreau","image":"https://learn-awesome.github.io/assets/book_covers/16902.jpg","links":"summary|https://fourminutebooks.com/walden-summary/;book|https://www.goodreads.com/book/show/16902.Walden","topics":"personal-development;philosophy;environment;nature","creators":"Author of Walden","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59816675-0e45-4725-816d-10439c10b4dd","name":"What Color Is Your Parachute","description":"With more than 10 million copies sold in 28 countries, the world's most popular job-search book is updated for 2018 and tailors Richard Bolles's long-trusted guidance with up-to-the-minute information and advice for today's job-hunters and career-changers. In today's challenging job-market, the time-tested advice of What Color Is Your Parachute? is needed more than ever. Recent grads facing a tough economic landscape, workers laid off mid-career, and people searching for an inspiring work-life change all look to career guru Richard N. Bolles for support, encouragement, and advice on which job-hunt strategies work--and which don't. This revised edition combines classic elements like the famed Flower Exercise with updated tips on social media and search tactics. Bolles demystifies the entire job-search process, from writing resumes to interviewing to networking, expertly guiding job-hunters toward their dream job.","image":"https://covers.openlibrary.org/b/id/8760159-M.jpg","links":"book|https://www.amazon.in/What-Color-Your-Parachute-2018/dp/039957963X?tag=learnawesome-21;summary|https://fourminutebooks.com/what-color-is-your-parachute-summary/","topics":"career","creators":"Richard Nelson Bolles","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a02b3b24-6942-4f47-a6e7-e736e2c95bd4","name":"What Every Body Is Saying","description":null,"image":null,"links":"book|https://www.amazon.in/What-Every-BODY-Saying-Speed-Reading-ebook/dp/B0010SKSTO?tag=learnawesome-21;summary|https://fourminutebooks.com/what-every-body-is-saying-summary/","topics":"body-language;communication","creators":"Author of What Every Body Is Saying","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f94b17c6-a051-4079-ba8a-4337237585c1","name":"What I Know For Sure","description":"As a creative force, student of the human heart and soul, and champion of living the life you want, Oprah Winfrey stands alone. Over the years, she has made history with a legendary talk show - the highest-rated program of its kind, launched her own television network, become the nation's only African-American billionaire, and been awarded both an honorary degree by Harvard University and the Presidential Medal of Freedom. From all her experiences, she has gleaned life lessons—which, for fourteen years, she's shared in O, The Oprah Magazine's widely popular \\"What I Know For Sure\\" column, a monthly source of inspiration and revelation.Now, for the first time, these thoughtful gems have been revised, updated, and collected in What I Know For Sure, a beautiful cloth bound book with a ribbon marker, packed with insight and revelation from Oprah Winfrey. Organized by theme—joy, resilience, connection, gratitude, possibility, awe, clarity, and power—these essays offer a rare, powerful and intimate glimpse into the heart and mind of one of the world's most extraordinary women—while providing readers a guide to becoming their best selves. Candid, moving, exhilarating, uplifting, and frequently humorous, the words Oprah shares in What I Know For Sure shimmer with the sort of truth that readers will turn to again and again.","image":"https://covers.openlibrary.org/b/id/8324391-M.jpg","links":"book|https://www.amazon.com/What-Know-Sure-Oprah-Winfrey/dp/1250054052?tag=learnawesome-20;summary|https://fourminutebooks.com/what-i-know-for-sure-summary/","topics":"personal-development","creators":"Oprah Winfrey","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29ab91a5-01ee-4dca-89bf-775a4576dd25","name":"Write It Down, Make It Happen","description":"\\n \\n Turn your dreams into reality by taking matters into your own hands.\\n \\n In Write It Down, Make It Happen, Henriette Anne Klauser, Ph.D., explains how simply writing down your goals in life is the first step toward achieving them. Writing can even help you understand what you want. In this book, you will read stories about ordinary people who witnessed miracles large and small unfold in their lives after they performed the basic act of putting their dreams on paper. Klauser's down-to-earth tips and easy exercises are sure to get your creative juices flowing. Before you know it, you'll be writing your own ticket to success. You Can Find the perfect mate Buy your dream house Get a great new job Wake up happier Travel the world Have a better relationship with your teenage son ","image":"https://covers.openlibrary.org/b/id/427443-M.jpg","links":"book|https://openlibrary.org/books/OL7722052M/Write_It_Down_Make_It_Happen;summary|https://fourminutebooks.com/write-it-down-make-it-happen-summary/","topics":"personal-development","creators":"Henriette Anne Klauser","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3b160ce-aa7b-4da6-96b4-47ee04673440","name":"Fourier Series","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/2273282.Fourier_Series","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acf2f34a-e7d0-49da-96c5-7d24076e0804","name":"What If - Summary by FourMinuteBooks","description":"Randall Munroe left NASA in 2005 to start up his hugely popular site XKCD 'a web comic of romance, sarcasm, math and language' which offers a witty take on the world of science and geeks. It now has 600,000 to a million page hits daily. Every now and then, Munroe would get emails asking him to arbitrate a science debate. 'My friend and I were arguing about what would happen if a bullet got struck by lightning, and we agreed that you should resolve it . . . ' He liked these questions so much that he started up What If. If your cells suddenly lost the power to divide, how long would you survive? How dangerous is it, really, to be in a swimming pool in a thunderstorm? If we hooked turbines to people exercising in gyms, how much power could we produce? What if everyone only had one soulmate?When (if ever) did the sun go down on the British empire? How fast can you hit a speed bump while driving and live?What would happen if the moon went away?In pursuit of answers, Munroe runs computer simulations, pores over stacks of declassified military research memos, solves differential equations, and consults with nuclear reactor operators. His responses are masterpieces of clarity and hilarity, studded with memorable cartoons and infographics. They often predict the complete annihilation of humankind, or at least a really big explosion. Far more than a book for geeks, WHAT IF: Serious Scientific Answers to Absurd Hypothetical Questions explains the laws of science in operation in a way that every intelligent reader will enjoy and feel much the smarter for having read.","image":"https://covers.openlibrary.org/b/id/9189561-M.jpg","links":"summary|https://fourminutebooks.com/what-if-summary/;book|https://www.amazon.in/What-International-Scientific-Hypothetical-Questions/dp/0544456866?tag=learnawesome-21","topics":"science","creators":"Randall Munroe","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"407f86b5-bc05-4369-a3e9-ea85db04a36a","name":"When Bad Things Happen To Good People","description":null,"image":null,"links":"book|https://www.amazon.in/When-Things-Happen-Good-People/dp/1400034728?tag=learnawesome-21;summary|https://fourminutebooks.com/when-bad-things-happen-to-good-people-summary/","topics":"personal-development","creators":"Author of When Bad Things Happen To Good People","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2a308cd-a69b-4f32-a2e5-bf5d9ec7d667","name":"When","description":"Daniel H. Pink, the #1 bestselling author of Drive and To Sell Is Human, unlocks the scientific secrets to good timing to help you flourish at work, at school, and at home.Everyone knows that timing is everything. But we don't know much about timing itself. Our lives are a never-ending stream of \\"when\\" decisions: when to start a business, schedule a class, get serious about a person. Yet we make those decisions based on intuition and guesswork.Timing, it's often assumed, is an art. In When: The Scientific Secrets of Perfect Timing, Pink shows that timing is really a science.Drawing on a rich trove of research from psychology, biology, and economics, Pink reveals how best to live, work, and succeed. How can we use the hidden patterns of the day to build the ideal schedule? Why do certain breaks dramatically improve student test scores? How can we turn a stumbling beginning into a fresh start? Why should we avoid going to the hospital in the afternoon? Why is singing in time with other people as good for you as exercise? And what is the ideal time to quit a job, switch careers, or get married?In When, Pink distills cutting-edge research and data on timing and synthesizes them into a fascinating, readable narrative packed with irresistible stories and practical takeaways that give readers compelling insights into how we can live richer, more engaged lives.","image":"https://sivers.org/images/WhenThingsFallApart.gif","links":"book|https://www.amazon.in/When-Scientific-Secrets-Perfect-Timing/dp/0735210624?tag=learnawesome-21;summary|https://fourminutebooks.com/when-summary/;summary|https://sivers.org/book/WhenThingsFallApart","topics":"time-management;personal-development;productivity","creators":"Daniel H. Pink","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09a7c415-46f2-4c90-8c8e-21175a4f1ec2","name":"When To Rob A Bank","description":null,"image":"https://covers.openlibrary.org/b/id/8462173-M.jpg","links":"book|https://www.goodreads.com/book/show/23019295-when-to-rob-a-bank;summary|https://fourminutebooks.com/when-to-rob-a-bank-summary/","topics":"economics;social-science","creators":"Steven D. Levitt","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"682fac74-7942-4ec2-a683-b3f3209ff504","name":"Where Good Ideas Come From - Summary by FourMinuteBooks","description":"By Steven Johnson","image":"https://learn-awesome.github.io/assets/book_covers/8034188.jpg","links":"summary|https://fourminutebooks.com/where-good-ideas-come-from-summary/;book|https://www.amazon.in/Where-Good-Ideas-Come-Innovation/dp/1594485380?tag=learnawesome-21","topics":"innovation","creators":"Steven Johnson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63a6209e-d1cc-4782-9e74-6bb2ede985a9","name":"Wherever You Go, There You Are","description":"Stop Trying to get somewhere. Be where you are already. Think the grass is always greener somewhere else or life is better in someone else's shoes? If so, life will constantly disappoint you. True contentment comes from within- and you can uncover the spiritual treasure buried within you through meditation. Blending Western thought and Eastern practice, Wherever you go, there you are is the book that introduced meditation to America. Now you too can learn the simple practice of breathing and focus to keep yourself in the present. You'll discover how to let stress wash over you rather than try to shut it out. You'll find strength where you least expect it and even take charge of your health by adjusting your perspective. Join the nearly one million Americans whose lives have been changed by this book and the empowering practice of meditation.","image":null,"links":"book|https://www.goodreads.com/book/show/14096.Wherever_You_Go_There_You_Are;summary|https://fourminutebooks.com/wherever-you-go-there-you-are-summary/","topics":"mindfulness","creators":"Author of Wherever You Go, There You Are","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba516a98-bf0f-4d8a-ab4d-bb374d5594ad","name":"Who Moved My Cheese - Summary by FourMinuteBooks","description":"By Spencer Johnson","image":"https://learn-awesome.github.io/assets/book_covers/4894.jpg","links":"summary|https://fourminutebooks.com/who-moved-my-cheese-summary/;book|https://www.amazon.com/Moved-Cheese-Spencer-Johnson-M-D/dp/0743582853?tag=learnawesome-20","topics":"personal-development","creators":"Spencer Johnson","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c9340cb-298e-4a9b-8d77-fe87f6d9c653","name":"Why Is Sex Fun","description":"Why are humans one of the few species to have sex in private? Why are human females the only mammals to go through menopause? Why is the human penis so unnecessarily large? There is no more knowledgeable authority than the award-winning author of THE THIRD CHIMPANZEE to answer these intriguing questions. Here is a delightfully entertaining and enlightening look at the unique sex lives of humans.","image":"https://covers.openlibrary.org/b/id/298668-M.jpg","links":"book|https://www.amazon.in/Why-Sex-Fun-Evolution-Sexuality/dp/0465031269?tag=learnawesome-21;summary|https://fourminutebooks.com/why-is-sex-fun-summary/","topics":"sex;anthropology;psychology;biology;evolution;sexuality","creators":"Jared Diamond","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c9d9762-e57f-4439-bf7f-24f2b17f6b8e","name":"Year Of Yes","description":"The mega-talented creator of Grey’s Anatomy and Scandal and executive producer of How to Get Away With Murder chronicles how saying YES for one year changed her life―and how it can change yours, too.With three hit shows on television and three children at home, the uber-talented Shonda Rhimes had lots of good reasons to say NO when an unexpected invitation arrived. Hollywood party? No. Speaking engagement? No. Media appearances? No. And there was the side benefit of saying No for an introvert like Shonda: nothing new to fear. Then Shonda’s sister laid down a challenge: just for one year, try to say YES to the unexpected invitations that come your way. Shonda reluctantly agreed―and the result was nothing short of transformative. In Year of Yes, Shonda Rhimes chronicles the powerful impact saying Yes had on every aspect of her life―and how we can all change our lives with one little word. Yes.","image":"https://covers.openlibrary.org/b/id/9176285-M.jpg","links":"book|https://www.goodreads.com/book/show/29540318-year-of-yes;summary|https://fourminutebooks.com/year-of-yes-summary/","topics":"relationships;personal-development","creators":"Author of Year Of Yes","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d15fc728-7ebe-43b2-9709-8d289bbaca8a","name":"Trillion Dollar Coach: The Leadership Playbook of Silicon Valley’s Bill Campbell - Summary at Blas.com","description":"This is a “help-others” rather than a self-help book. It will teach you how …","image":"https://blas.com/wp-content/uploads/2019/05/91KcSwPOCHL-199x300.jpg","links":"summary|https://blas.com/trillion-dollar-coach/","topics":"alan-eagle;amazon;bill-campbell;eric-schmidt;google;intuit;jonathan-rosenberg;leadership;teamwork","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6487df24-9972-4702-a479-5b2cfc6ada6d","name":"Why We Love","description":"A groundbreaking exploration of our most complex and mysterious emotionElation, mood swings, sleeplessness, and obsession—these are the tell-tale signs of someone in the throes of romantic passion. In this revealing new book, renowned anthropologist Helen Fisher explains why this experience—which cuts across time, geography, and gender—is a force as powerful as the need for food or sleep.Why We Love begins by presenting the results of a scientific study in which Fisher scanned the brains of people who had just fallen madly in love. She proves, at last, what researchers had only suspected: when you fall in love, primordial areas of the brain “light up†with increased blood flow, creating romantic passion. Fisher uses this new research to show exactly what you experience when you fall in love, why you choose one person rather than another, and how romantic love affects your sex drive and your feelings of attachment to a partner. She argues that all animals feel romantic attraction, that love at first sight comes out of nature, and that human romance evolved for crucial reasons of survival. Lastly, she offers concrete suggestions on how to control this ancient passion, and she optimistically explores the future of romantic love in our chaotic modern world.Provocative, enlightening, and persuasive, Why We Love offers radical new answers to the age-old question of what love is and thus provides invaluable new insights into keeping love alive.","image":"https://covers.openlibrary.org/b/id/580848-M.jpg","links":"book|https://www.amazon.in/Why-We-Love-Chemistry-Romantic/dp/0805069135?tag=learnawesome-21;summary|https://fourminutebooks.com/why-we-love-summary/","topics":"psychology;relationships;love;anthropology","creators":"Helen Fisher","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1fc9d6be-1ae1-47d9-bf6e-a37504c81a94","name":"Why We Work","description":"An eye-opening, groundbreaking tour of the purpose of work in our lives, showing how work operates in our culture and how you can find your own path to happiness in the workplace.Why do we work? The question seems so simple. But Professor Barry Schwartz proves that the answer is surprising, complex, and urgent.We’ve long been taught that the reason we work is primarily for a paycheck. In fact, we’ve shaped much of the infrastructure of our society to accommodate this belief. Then why are so many people dissatisfied with their work, despite healthy compensation? And why do so many people find immense fulfillment and satisfaction through “menial” jobs? Schwartz explores why so many believe that the goal for working should be to earn money, how we arrived to believe that paying workers more leads to better work, and why this has made our society confused, unhappy, and has established a dangerously misguided system.Through fascinating studies and compelling anecdotes, this book dispels this myth. Schwartz takes us through hospitals and hair salons, auto plants and boardrooms, showing workers in all walks of life, showcasing the trends and patterns that lead to happiness in the workplace. Ultimately, Schwartz proves that the root of what drives us to do good work can rarely be incentivized, and that the cause of bad work is often an attempt to do just that.How did we get to this tangled place? How do we change the way we work? With great insight and wisdom, Schwartz shows us how to take our first steps toward understanding, and empowering us all to find great work.","image":null,"links":"book|https://www.amazon.in/Why-We-Work-Barry-Schwartz/dp/144237814X?tag=learnawesome-21;summary|https://fourminutebooks.com/why-we-work-summary/","topics":"psychology;philosophy;leadership;personal-development;sociology;culture;work","creators":"Schwartz, Barry","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de29ff98-b02b-42ae-8a7e-0bd5dac96269","name":"Will It Fly","description":"Stop rushing into businesses born from half-baked ideas, misguided theories, and other forms of self-delusion. A lack of proper validation kills more businesses than anything else. As Joel Barker says, “Speed is only useful if you’re running in the right direction.” Will It Fly? will help you make sure you are clear for takeoff. It answers questions like: - Does your business idea have merit? - Will it succeed in the market you’re trying to serve, or will it just be a waste of time and resources? - Is it a good idea for you? In other words, will it fly?Chock-full of practical suggestions you can apply to your business idea today, Will It Fly? combines action-based exercises and real-world case studies with anecdotes from the author’s personal experience of making money online, hosting successful podcasts, testing niche sites, and launching several online businesses.Will It Fly? will challenge you to think critically, act deliberately, and dare greatly. You can think of the book as your business flight manual, something you can refer to for honest and straight-forward advice as you begin to test your idea and build a business that takes off and soars.In five parts, Will It Fly? will guide you through the validation of your next business idea:- Part one, Mission Design, helps you make sure your target idea aligns with and supports your goals. - Part two, Development Lab, walks you through uncovering important details about your idea that you haven't even thought about. - Part three, Flight Planning, is all about assessing current market conditions. - Part four, Flight Simulator, focuses on the actual validating and testing of an idea with a small segment of a target market. - Finally, Part five, All Systems Go, is for final analysis to help you make sure your idea is one you are ready to move forward with.","image":null,"links":"book|https://www.goodreads.com/book/show/28678036-will-it-fly;summary|https://fourminutebooks.com/will-it-fly-summary/","topics":"entrepreneurship","creators":"Author of Will It Fly","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02646f75-5667-4481-804f-a98a8e1d564e","name":"Winners: And How They Succeed","description":"How do sportsmen excel, entrepreneurs thrive, or individuals achieve the ambitions? Is their ability to win innate? Or is the winning mindset something we can all develop?In the tradition of The Talent Code and The Power of Habit, Campbell draws on the wisdom of an astonishing array of talented people—from elite athletes to media mavens, from rulers of countries to rulers of global business empires.Alastair Campbell has conducted in-depth interviews and uses his own experience in politics and sport to get to the heart of success. He examines how winners tick. He considers how they build great teams. He analyzes how these people deal with unexpected setbacks and new challenges. He judges what the very different worlds of politics, business, and sport can learn from one another. And he sets out a blueprint for winning that we can all follow to achieve our goals.","image":null,"links":"book|https://www.goodreads.com/book/show/25622036-winners;summary|https://fourminutebooks.com/winners-and-how-they-succeed-summary/","topics":"personal-development","creators":"Author of Winners: And How They Succeed","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c46da0a4-099a-46b5-a39a-85c1ccf1c0d6","name":"Winning","description":"Jack Welch knows how to win. During his forty-year career at General Electric, he led the company to year-after-year success around the globe, in multiple markets, against brutal competition. His honest, be-the-best style of management became the gold standard in business, with his relentless focus on people, teamwork, and profits.Since Welch retired in 2001 as chairman and chief executive officer of GE, he has traveled the world, speaking to more than 250,000 people and answering their questions on dozens of wide-ranging topics.Inspired by his audiences and their hunger for straightforward guidance, Welch has written both a philosophical and pragmatic book, which is destined to become the bible of business for generations to come. It clearly lays out the answers to the most difficult questions people face both on and off the job.Welch's objective is to speak to people at every level of an organization, in companies large and small. His audience is everyone from line workers to MBAs, from project managers to senior executives. His goal is to help everyone who has a passion for success.Welch begins Winning with an introductory section called \\"Underneath It All,\\" which describes his business philosophy. He explores the importance of values, candor, differentiation, and voice and dignity for all.The core of Winning is devoted to the real \\"stuff\\" of work. This main part of the book is split into three sections. The first looks inside the company, from leadership to picking winners to making change happen. The second section looks outside, at the competition, with chapters on strategy, mergers, and Six Sigma, to name just three. The next section of the book is about managing your career—from finding the right job to achieving work-life balance.Welch's optimistic, no excuses, get-it-done mind-set is riveting. Packed with personal anecdotes and written in Jack's distinctive no b.s. voice, Winning offers deep insights, original thinking, and solutions to nuts-and-bolts problems that will change the way people think about work.","image":null,"links":"book|https://www.goodreads.com/book/show/866222.Winning;summary|https://fourminutebooks.com/winning-summary/","topics":"leadership;business;management","creators":"Jack Welch","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"932468d0-5bd5-497f-9ee1-2316c756336d","name":"Without Their Permission","description":"A WALL STREET JOURNAL BESTSELLER As Alexis Ohanian learned when he helped to co-found the immensely popular reddit.com, the internet is the most powerful and democratic tool for disseminating information in human history. And when that power is harnessed to create new communities, technologies, businesses or charities, the results can be absolutely stunning. In this book, Alexis will share his ideas, tips and even his own doodles about harnessing the power of the web for good, and along the way, he will share his philosophy with young entrepreneurs all over the globe. At 29, Ohanian has come to personify the dorm-room tech entrepreneur, changing the world without asking permission. Within a couple of years of graduating from the University of Virginia, Ohanian did just that, selling reddit for millions of dollars. He's gone on to start many other companies, like hipmunk and breadpig, all while representing Y Combinator and investing in over sixty other tech startups. WITHOUT THEIR PERMISSION is his personal guidebook as to how other aspiring entrepreneurs can follow in his footsteps.","image":null,"links":"book|https://www.goodreads.com/book/show/17333428-without-their-permission;summary|https://fourminutebooks.com/without-their-permission-summary/","topics":"reddit;internet;entrepreneurship","creators":"Alexis Ohanian","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2b7d055-a52c-444c-a958-49989ac63944","name":"Simulating an epidemic","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=gxAaO2rsdIs","topics":"epidemics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ca417444-6388-4b1a-adc7-d566d4709992","name":"Drive: The Story of My Life - Summary at Blas.com","description":"Bird discusses his childhood, college years, and life as one of the all time …","image":"https://blas.com/wp-content/uploads/2019/05/91jZ8NOH-IL-180x300.jpg","links":"summary|https://blas.com/drive/","topics":"basketball;boston-celtics;larry-bird;mastery","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bb8d214-e5de-4f2e-8f49-007b408ed3df","name":"The Path of Least Resistance: Learning to Become the Creative Force in Your Own Life - Summary at Blas.com","description":"I got so much out of this book that I made a bit of a …","image":"https://blas.com/wp-content/uploads/2019/05/51af9H2Ax6L._SX347_BO1204203200_-210x300.jpg","links":"summary|https://blas.com/the-path-of-least-resistance/","topics":"creativity;robert-fritz;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a229a3f6-ab69-474d-89cf-25f5eb98667b","name":"Classical Electrodynamics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/202464.Classical_Electrodynamics","topics":"physics;electrodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12639a48-d89b-454f-8961-9e9369c39d1f","name":"You Are A Badass At Making Money","description":"\\"A cheerful manifesto on removing obstacles between yourself and the income of your dreams.\\" --New York Magazine From the #1 New York Times bestselling author of You Are a Badass, a life-changing guide to making the kind of money you've only ever dreamed of You Are a Badass at Making Money will launch you past the fears and stumbling blocks that have kept financial success beyond your reach. Drawing on her own transformation--over just a few years--from a woman living in a converted garage with tumbleweeds blowing through her bank account to a woman who travels the world in style, Jen Sincero channels the inimitable sass and practicality that made You Are a Badass an indomitable bestseller. She combines hilarious personal essays with bite-size, aha concepts that unlock earning potential and get real results.Learn to:- Uncover what's holding you back from making money - Give your doubts, fears, and excuses the heave-ho - Relate to money in a new (and lucrative) way - Shake up the cocktail of creation - Tap into your natural ability to grow rich - Shape your reality--stop playing victim to circumstance - Get as wealthy as you wanna be\\"This book truly crystallizes the concept that financial abundance is an inside job--in that it all begins with your mindset--and Sincero gets serious (in the funniest ways possible) about helping you identify your particular limiting beliefs surrounding money.\\" --PopSugar","image":null,"links":"book|https://www.goodreads.com/book/show/30900534-you-are-a-badass-at-making-money;summary|https://fourminutebooks.com/you-are-a-badass-at-making-money-summary/","topics":"personal-finance","creators":"Author of You Are A Badass At Making Money","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65c61690-c00b-4ff2-a1c9-9a05d0f1f99f","name":"You Are A Badass","description":"The #1 New York Times Bestseller You Are A Badass is the self-help book for people who desperately want to improve their lives but don't want to get busted doing it.In this refreshingly entertaining how-to guide, #1 New York Times Bestselling Author and world-traveling success coach, Jen Sincero, serves up 27 bite-sized chapters full of hilariously inspiring stories, sage advice, easy exercises, and the occasional swear word. If you're ready to make some serious changes around here, You Are a Badass will help you: Identify and change the self-sabotaging beliefs and behaviors that stop you from getting what you want, blast past your fears so you can take big exciting risks, figure out how to make some damn money already, learn to love yourself and others, set big goals and reach them - it will basically show you how to create a life you totally love, and how to create it now.By the end of You Are a Badass, you'll understand why you are how you are, how to love what you can't change, how to change what you don't love, and how to use The Force to kick some serious ass.","image":null,"links":"book|https://www.amazon.in/You-Are-Badass%C2%AE-Doubting-Greatness/dp/0762447699?tag=learnawesome-21;summary|https://fourminutebooks.com/you-are-a-badass-summary/","topics":"personal-development","creators":"Author of You Are A Badass","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0aff602f-ed63-4545-b7c2-bb618c9ba182","name":"You Are Not Your Brain","description":null,"image":null,"links":"book|https://www.amazon.com/You-Are-Not-Your-Brain-ebook/dp/B004XFYRMA?tag=learnawesome-20;summary|https://fourminutebooks.com/you-are-not-your-brain-summary/","topics":"habits","creators":"Author of You Are Not Your Brain","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1585d6c5-7033-45bc-97aa-08eecfd85dfa","name":"Your Best Just Got Better","description":"Imagine if your best just got better every single day In Your Best Just Got Better, productivity expert Jason Womack teaches readers that working longer hours doesn't make up for a flawed approach to productivity and performance. Workers need to clarify their habits, build mindset-based strategies, and be proactive. Womack's signature \\"workplace performance\\" techniques offer specific strategies to consistently and incrementally improve performance.Readers will:Understand the fundamentals of workflow and the principles of human performance Arm themselves with the tools and the processes to get more of their work done, on time, with fewer resources, and with less stress Making your best better won't happen overnight, but learning how to effectively manage just a few critical success factors lead to an effective workday and an overall successful professional career.","image":null,"links":"book|https://www.goodreads.com/book/show/13369023-your-best-just-got-better;summary|https://fourminutebooks.com/your-best-just-got-better-summary/","topics":"productivity;personal-development","creators":"Jason W. Womack","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"496e69a1-3011-4191-9568-977766603219","name":"Your Brain At Work - Summary by FourMinuteBooks","description":"By David Rock","image":"https://learn-awesome.github.io/assets/book_covers/6899290.jpg","links":"summary|https://fourminutebooks.com/your-brain-at-work-summary/;book|https://www.goodreads.com/book/show/6899290-your-brain-at-work","topics":"productivity;work;personal-development","creators":"David Rock","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfbcbc8f-4c6b-4024-bcb1-35aea05d50fe","name":"Zero To One - Summary by FourMinuteBooks","description":"By Peter Thiel","image":"https://learn-awesome.github.io/assets/book_covers/18050143.jpg","links":"summary|https://fourminutebooks.com/zero-to-one-summary/;summary|https://sivers.org/book/ZeroToOne;book|https://www.amazon.com/Zero-One-Notes-Startups-Future/dp/0804139296?tag=learnawesome-20","topics":"business;entrepreneurship","creators":"Masters, Blake Thiel Peter","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e71c825f-5a21-44ae-837f-c428473d5f9c","name":"The Wit and Wisdom of Lee Kuan Yew - Summary at Blas.com","description":"A collection of quotes from LKY on a whole host of subjects Key Takeaways …","image":"https://blas.com/wp-content/uploads/2020/03/41-YKDkh3AL._SX359_BO1204203200_-217x300.jpg","links":"summary|https://blas.com/the-wit-and-wisdom-of-lky/","topics":"business;culture;leadership;lee-kuan-yew;politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a88f8d72-0c35-4227-81f4-4a042e2e38df","name":"Visual Explanations: Images and Quantities, Evidence and Narrative - Summary at Blas.com","description":"This book describes design strategies – the proper arrangement in space and time of …","image":"https://blas.com/wp-content/uploads/2020/03/v-expl.jpg","links":"summary|https://blas.com/visual-explanations/","topics":"data-visualization;edward-tufte;presenting","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46807db4-2a73-4a2c-a188-5d5fd39dbb61","name":"The Visual Display of Quantitative Information - Summary at Blas.com","description":"I sought to make this book self-exemplifying – that is, the physical object itself …","image":"https://blas.com/wp-content/uploads/2020/03/v-display.jpg","links":"summary|https://blas.com/visual-display-of-quantitative-info/","topics":"data-visualization;edward-tufte;presenting","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a04bc8c4-88e8-4935-a1d8-69fada8e15b2","name":"Beautiful Evidence - Summary at Blas.com","description":"Evidence that bears on questions of any complexity typically involves multiple forms of discourse. …","image":"https://blas.com/wp-content/uploads/2020/03/b-evi-247x300.jpg","links":"summary|https://blas.com/beautiful-evidence/","topics":"data-visualization;edward-tufte;presenting","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7aef0878-6907-4c57-a5be-474413d3c76e","name":"Envisioning Information - Summary at Blas.com","description":"6 core principles are described in how to best display data visualizations  Key Takeaways …","image":"https://blas.com/wp-content/uploads/2020/03/41sTAxL06xL._SX258_BO1204203200_-231x300.jpg","links":"summary|https://blas.com/envisioning-info/","topics":"data-visualization;edward-tufte;presenting","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ea5d2ab-2e38-4ab0-8324-a3eb4ad77f32","name":"Modern Quantum Mechanics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/35581086-modern-quantum-mechanics","topics":"quantum-mechanics;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82480366-01e7-4bb4-9ef6-8a133cc6fd86","name":"Quantum Mechanics and Path Integrals","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/330583.Quantum_Mechanics_and_Path_Integrals","topics":"physics;quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fc4316e-102b-410b-a1aa-ef066ef4b6ed","name":"Principles of Quantum Mechanics","description":"By Ramamurti Shankar","image":"https://learn-awesome.github.io/assets/book_covers/260190.jpg","links":"book|https://www.goodreads.com/book/show/260190.Principles_of_Quantum_Mechanics","topics":"physics;quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80c02725-252d-4115-b991-19ddd104f2d1","name":"The Box: How the Shipping Container Made the World Smaller and the World Economy Bigger - Summary at Blas.com","description":"Marc Levinson discusses the history of the container, the main characters behind it, and …","image":"https://blas.com/wp-content/uploads/2019/03/51Yj8iXeocL._SX324_BO1204203200_-196x300.jpg","links":"summary|https://blas.com/the-box/","topics":"container;economics;malcolm-mclean;marc-levinson;shipping;transportation","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eeceb093-e911-42ba-87ad-63a310803585","name":"High Growth Handbook: Scaling Startups from 10 to 10,000 People - Summary at Blas.com","description":"Elad discusses some key topics that entrepreneurs face from initial stages of a company …","image":"https://blas.com/wp-content/uploads/2019/03/71lzNMfG-5L-203x300.jpg","links":"summary|https://blas.com/high-growth-handbook/","topics":"business;elad-gil;startups","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa879df9-462a-442b-9dbb-f8baee7e7e39","name":"Bad Blood: Secrets and Lies in a Silicon Valley Startup - Summary at Blas.com","description":"The story and scandal of Theranos, the once multi-billion dollar startup which promised to …","image":"https://blas.com/wp-content/uploads/2019/03/71rtQvf5UVL-199x300.jpg","links":"summary|https://blas.com/bad-blood/","topics":"elizabeth-holmes;john-carreyrou;startup;theranos","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e782caf5-a85e-4749-9b6c-f008230c8189","name":"Founders at Work: Stories of Startups’ Early Days - Summary at Blas.com","description":"Jessica Livingston interviews some of the biggest technology entrepreneurs about their experience in the …","image":"https://blas.com/wp-content/uploads/2019/03/61vNzGKMALL-200x300.jpg","links":"summary|https://blas.com/founders-at-work/","topics":"business;jessica-livingston;startup","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96510da9-afcf-482e-be09-6ad5384cce22","name":"Subscribed: Why the Subscription Model Will Be Your Company’s Future – and What to Do About It - Summary at Blas.com","description":"Tien Tzuo, employee number 11 at Salesforce and co-founder of Zuora, discusses the rise …","image":"https://blas.com/wp-content/uploads/2019/03/41E8vWRXHL._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/subscribed/","topics":"subscription-economy;tien-tzuo;zuora","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43ab8519-dbe6-4f81-a3c2-3a1fd39bb275","name":"Blitzscaling: The Lightning-Fast Path to Building Massively Valuable Companies - Summary at Blas.com","description":"Blitzscaling: The Lightning-Fast Path to Building Massively Valuable Companies by Reid Hoffman, Chris Yeh …","image":"https://blas.com/wp-content/uploads/2019/02/51DlsAs1p7L._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/blitzscaling/","topics":"business;chris-yeh;reid-hoffman;startup;technology","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5aae26ec-4c60-4a13-9dbc-9411f44aec04","name":"Increasing Returns and Path Dependence in the Economy - Summary at Blas.com","description":"The idea of increasing returns has come up every few decades but Brian Arthur’s …","image":"https://blas.com/wp-content/uploads/2019/02/41ehco2HqnL._SX334_BO1204203200_-202x300.jpg","links":"summary|https://blas.com/increasing-returns-and-path-dependence/","topics":"brian-arthur;complexity;economics;feedback-loops;increasing-returns;technology","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be480cee-5078-4f98-890f-4af32ee73378","name":"The Nature of Technology: What it is and How it Evolves - Summary at Blas.com","description":"This book is an argument about what technology is and how it evolves. Technologies …","image":"https://blas.com/wp-content/uploads/2019/02/717BhrZVtzL-193x300.jpg","links":"summary|https://blas.com/the-nature-of-technology/","topics":"brian-arthur;evolution;technology","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35e789e1-3bf9-4a84-948c-b3a1cac89681","name":"Why Do People Sing? Music in Evolution - Summary at Blas.com","description":"Why do People Sing? Music in Evolution by Alexander Jikuridze, Alexander Jordania “One of …","image":"https://blas.com/wp-content/uploads/2019/02/41dCpHdLFUL-208x300.jpg","links":"summary|https://blas.com/why-do-people-sing/","topics":"alexander-jikuridze;alexander-jordania;biology;evolution;joseph-jordania;music","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4348c24-261d-4e46-81e6-1d706783492a","name":"The Music Lesson: A Spiritual Search for Growth Through Music - Summary at Blas.com","description":"“The story of a struggling young musician who wanted music to be his life, …","image":"https://blas.com/wp-content/uploads/2019/02/81gikevjQEL-200x300.jpg","links":"summary|https://blas.com/the-music-lesson/","topics":"mastery;music;spiritual;victor-wooten","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4cfb86dc-1f92-4400-b05f-ac2529dfa967","name":"The Yankee of the Yards: The Biography of Gustavus Franklin Swift - Summary at Blas.com","description":"“Rare indeed is the man who attains preeminence with the steady, irresistible thrust – …","image":"https://blas.com/wp-content/uploads/2019/02/md21601295296-204x300.jpg","links":"summary|https://blas.com/the-yankee-of-the-yards/","topics":"biography;business;gustavus-franklin-swift;louis-f-swift","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec8bb38c-324e-466f-a13a-18f78491b957","name":"Behind the Cloud: The Untold Story of How Salesforce.com Went from Idea to Billion-Dollar Company-and Revolutionized an Industry - Summary at Blas.com","description":"Marc Benioff recalls what spurred him to build Salesforce.com and outlines 111 plays which helped …","image":"https://blas.com/wp-content/uploads/2019/02/51kis3dwc6L._SX342_BO1204203200_-207x300.jpg","links":"summary|https://blas.com/behind-the-cloud/","topics":"business;marc-benioff;ssalesforce;startup","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38c6e799-0e5d-4598-b36d-5e93534847c7","name":"Sadaharu Oh: A Zen Way of Baseball - Summary at Blas.com","description":"Sadaharu Oh, one of the all time leading home run hitters, describes his journey …","image":"https://blas.com/wp-content/uploads/2019/02/Sada-185x300.png","links":"summary|https://blas.com/a-zen-way-of-baseball/","topics":"baseball;david-falkner;mastery;sadaharu-oh;zen","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d912300-42c6-4e59-b55f-d575b733e193","name":"The Goal: A Process of Ongoing Improvement - Summary at Blas.com","description":"Using The Goal (understanding the world and the principles that govern it), thousands of …","image":"https://blas.com/wp-content/uploads/2019/01/519C2Gz-v2L._SX334_BO1204203200_-202x300.jpg","links":"summary|https://blas.com/the-goal/","topics":"eliyahu-goldratt;manufacturing;production","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ca4d34e-6e5c-4ec2-be8c-7f6a05dfb18b","name":"The Dream Machine: JCR Licklider and the Revolution that Made Computing Personal - Summary at Blas.com","description":"Licklider was far ahead of his generation in seeing the potential for computers – …","image":"https://blas.com/wp-content/uploads/2019/01/51FicApbBgL._SX342_-300x300.jpg","links":"summary|https://blas.com/the-dream-machine/","topics":"arpa;business;innovation;jcr-licklider;mitchell-waldrop;technology;xerox-parc;computers","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"247eb978-8da9-4865-9d82-c9232a02201c","name":"How Asia Works: Success and Failure in the World’s Most Dynamic Regions - Summary at Blas.com","description":"This book is about how fast or not economic transformation is achieved. It argues …","image":"https://blas.com/wp-content/uploads/2019/01/51QLIBJJI7L._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/how-asia-works/","topics":"asia;economics;finance;joe-studwell;politics","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66d5b4cb-e508-410d-8dd2-081f96489aba","name":"Out of the Crisis - Summary at Blas.com","description":" …","image":"https://blas.com/wp-content/uploads/2019/01/51hmN2A5VML._SX373_BO1204203200_-225x300.jpg","links":"summary|https://blas.com/out-of-the-crisis/","topics":"edwards-deming;manufacturing;production;quality","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2776150-fe2f-4618-b390-4893172c6d9d","name":"The Marmon Group: The First Fifty Years - Summary at Blas.com","description":"The stories of Jay and Bob Pritzker and how they started their empire with …","image":"https://blas.com/wp-content/uploads/2019/01/51ZJV7RH2RL._SX258_BO1204203200_-249x300.jpg","links":"summary|https://blas.com/the-marmon-group/","topics":"business;jeffrey-rodengen;margmon-group;pritzker","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"810bb7e3-3097-4093-922c-261f64fa1275","name":"The Systems Bible: The Beginner’s Guide to Systems Large and Small - Summary at Blas.com","description":"The fundamental problem does not lie in any particular System but rather in Systems …","image":"https://blas.com/wp-content/uploads/2019/01/417jBDgaQuL._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/the-systems-bible/","topics":"complexity;john-gall;systems-thinking","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16065426-e92a-40d1-bbf4-bdf7b9466626","name":"The Elephant in the Brain: Hidden Motives in Everyday Life - Summary at Blas.com","description":"Human behavior is not always what it seems as it tends to be driven …","image":"https://blas.com/wp-content/uploads/2019/01/download.jpg","links":"summary|https://blas.com/the-elephant-in-the-brain/","topics":"biology;consciousness;kevin-hanson;kevin-simler;psychology","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"754a6a19-66ac-48d5-ba2a-cf808c07bec1","name":"Essays of Warren Buffett: Lessons for Corporate America - Summary at Blas.com","description":"An organized compilation of Warren Buffett’s annual letters, broken down by concept. “By arranging …","image":"https://blas.com/wp-content/uploads/2018/11/315frL4YuL._SX337_BO1204203200_-204x300.jpg","links":"summary|https://blas.com/essays-of-warren-buffett/","topics":"finance;investing;lawrence-cunningham;warren-buffett","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c01bc8c-f273-48eb-a8ef-5469758682b9","name":"The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World - Summary at Blas.com","description":"Opening the black box and truly understanding machine learning is deeply important as it …","image":"https://blas.com/wp-content/uploads/2018/11/Cover-197x300.jpg","links":"summary|https://blas.com/the-master-algorithm/","topics":"algorithms;machine-learning;pedro-domingos","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b031a14-e007-4293-a14a-46fbc9ee2028","name":"The Scientist in the Crib: What Early Learning Tells Us About the Mind - Summary at Blas.com","description":"In this book we tell the story of the new science of children’s minds. …","image":"https://blas.com/wp-content/uploads/2018/11/51ciPnzyhQL._SX328_BO1204203200_-198x300.jpg","links":"summary|https://blas.com/the-scientist-in-the-crib/","topics":"alison-gopnik;kids","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1589830-18b3-4a42-9316-57616d6a6499","name":"Junk to Gold: From Salvage to the World’s Largest Online Auto Auction - Summary at Blas.com","description":"This is a story of a man who believes in hard work and treating …","image":"https://blas.com/wp-content/uploads/2018/11/51yBOHK2LrL._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/junk-to-gold/","topics":"autobiography;business;copart;management;willis-johnson","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4f1d9af-b1d6-4e8f-aa44-a95b27b2144e","name":"The Three Questions: How to Discover and Master the Power Within You - Summary at Blas.com","description":"“At each stage in our lives, we must ask these simple yet deeply profound …","image":"https://blas.com/wp-content/uploads/2018/11/y648-210x300.jpg","links":"summary|https://blas.com/the-three-questions/","topics":"don-miguel-ruiz;philosophy;toltec;wisdom","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a90ba592-56bf-4784-b11c-f92d1db426b0","name":"Acquired Brain Injury","description":"By Jean Elbaum, Deborah Benson","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-37575-5","topics":"neuroscience;brain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e42176ea-11dd-4988-a0ad-a28011860ab6","name":"And Then They Fired Me - Summary at Blas.com","description":"My business philosophy is really quite simple: I believe in strategic planning, and then …","image":"https://blas.com/wp-content/uploads/2018/10/51f1ObZ0X7L-202x300.jpg","links":"summary|https://blas.com/and-then-they-fired-me/","topics":"carie-maas;investing;jannie-mouton;psg-group;south-africa","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0b127f9-8aaf-4807-a227-0724e67b9b55","name":"John H. Patterson: Pioneer in Industrial Welfare - Summary at Blas.com","description":"I got so much out of this book that I wanted to create a more formal …","image":"https://blas.com/wp-content/uploads/2018/10/john-patterson-industrial-pioneer_1_78a86470ecedb8616d4c09c64f10a3f6-1.jpg","links":"summary|https://blas.com/john-h-patterson/","topics":"business;john-h-patterson;national-cash-register;philosophy;samuel-crowther;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54328616-2f00-4149-bc62-9707a9fead11","name":"12 Rules for Life: An Antidote to Chaos - Summary at Blas.com","description":"12 rules for how to balance chaos and order, how to live a meaningful …","image":"https://blas.com/wp-content/uploads/2018/10/71NzkQRXZgL-199x300.jpg","links":"summary|https://blas.com/12-rules-for-life/","topics":"biology;jordan-peterson;multi-disciplinary;philosophy;wisdom","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a6bae5b-8438-4eda-9244-a7666df4ce23","name":"Competing Against Luck: The Story of Innovation and Customer Choice - Summary at Blas.com","description":"This book is about how to better create, predict, and act upon innovation breakthroughs. …","image":"https://blas.com/wp-content/uploads/2018/09/51uPzq9f3ZL._SX328_BO1204203200_-198x300.jpg","links":"summary|https://blas.com/competing-against-luck/","topics":"business;clayton-christensen;innovation","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0dbb3a38-04bf-4152-a0ce-0359d8c36b0f","name":"The Gervais Principle - Summary at Blas.com","description":"That, ultimately is what this book is about: organizational literacy, the reading and writing …","image":"https://blas.com/wp-content/uploads/2018/09/download.png","links":"summary|https://blas.com/the-gervais-principle/","topics":"business;hierarchy;kindle;organizational-literacy;the-office;venkatesh-rao","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad439722-df5c-4911-88a7-e3695a70b341","name":"Psychology, Religion, and Spirituality","description":"By James M. Nelson","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-87573-6","topics":"psychology;religion;spirituality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d11e8251-9b44-47c1-afe9-c4c7cf6a3ce0","name":"The Artist’s Journey: The Wake of the Hero’s Journey and the Lifelong Pursuit of Meaning - Summary at Blas.com","description":"The artist’s journey begins with the hero’s journey, it is merely the beginning and …","image":"https://blas.com/wp-content/uploads/2018/09/download-1.jpg","links":"summary|https://blas.com/the-artists-journey/","topics":"art;creativity;joseph-campbell;persistence;steven-pressfield","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ea6ca2c-da91-445c-be82-b93fc934c814","name":"Intuition: Its Powers and Perils - Summary at Blas.com","description":"To plumb the disparate discoveries about intuition – the powers and the perils and …","image":"https://blas.com/wp-content/uploads/2018/09/download.jpg","links":"summary|https://blas.com/intuition/","topics":"david-myers;intuition","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94af5f3a-4f5b-42bc-9a4f-cd3dcb8ca951","name":"The HeartMath Solution: The Heartmath Institute’s Revolutionary Program for Engaging the Power of the Heart’s Intelligence - Summary at Blas.com","description":"Our heart has an intelligence which impacts our physical/mental/emotional health more than most people …","image":"https://blas.com/wp-content/uploads/2018/08/51Agqr9RilL-201x300.jpg","links":"summary|https://blas.com/the-heartmath-solution/","topics":"coherence;doc-lew-childre;donna-beech;health;heart-rate-variability;howard-martin;intuition;meditation","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0853f2c1-85ce-4aab-8f2d-8bd6f6f48a20","name":"Acres of Diamonds - Summary at Blas.com","description":"Change is never “out there”, it can start where you are, right where you …","image":"https://blas.com/wp-content/uploads/2018/08/49232-194x300.jpg","links":"summary|https://blas.com/acres-of-diamonds/","topics":"change;philosophy;russell-conwell;wealth","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d598eb4c-5d0e-4370-857c-b6f34c16cc5c","name":"The Early Days of WL Gore and Associates - Summary at Blas.com","description":"Bob Gore, son of founder Bill Gore, recounts the early days at WL Gore …","image":"https://blas.com/wp-content/uploads/2018/08/wl-gore-associates_416x416-300x300.jpg","links":"summary|https://blas.com/the-early-days-of-wl-gore/","topics":"bob-gore;business;culture;manufacturing;william-gore;wl-gore","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4deac35-35b0-4339-89e2-478357bc0802","name":"Human Universals - Summary at Blas.com","description":"The book and concepts were rich enough that I did a bit more of an …","image":"https://blas.com/wp-content/uploads/2018/08/51WXCDZCBZL._SX309_BO1204203200_-197x300.jpg","links":"summary|https://blas.com/human-universals/","topics":"biology;donald-brown;human-nature;human-universals;sociology;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa25956b-1237-4188-a8c4-49840b185c31","name":"Why We Sleep: Unlocking the Power of Sleep and Dreams - Summary at Blas.com","description":"An incredible in depth look at sleep, the research behind it, and its vast …","image":"https://blas.com/wp-content/uploads/2018/07/51HL0dOfXNL._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/why-we-sleep/","topics":"health;matthew-walker;sleep","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92d83bd5-f1ab-4eaf-bfce-e94742e920d6","name":"How to Change Your Mind: What the New Science of Psychedelics Teaches Us About Consciousness, Dying, Addiction, Depression, and Transcendence - Summary at Blas.com","description":"Michael Pollan’s deep dive into consciousness altering substances If you’d prefer to listen to …","image":"https://blas.com/wp-content/uploads/2018/07/41yw3Jt4KaL._SX327_BO1204203200_-198x300.jpg","links":"summary|https://blas.com/how-to-change-your-mind/","topics":"consciousness;michael-pollan;psychedelics","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a9f0533-7311-4b04-9be5-1a9b6f0cb46f","name":"Against the Odds: An Autobiography - Summary at Blas.com","description":"Dyson wants to tell his story to inspire other inventors and to share his …","image":"https://blas.com/wp-content/uploads/2018/07/417PA9QZHFL._SX334_BO1204203200_-213x300.jpg","links":"summary|https://blas.com/against-the-odds/","topics":"autobiography;business;entrepreneur;innovation;james-dyson","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f66980b6-a366-433a-817d-64db7c8f446a","name":"Built From Scratch: How a Couple of Regular Guys Grew the Home Depot From Nothing to $30 Billion - Summary at Blas.com","description":"The history and philosophy of The Home Depot from the founders themselves Key Takeaways …","image":"https://blas.com/wp-content/uploads/2018/06/581897-196x300.jpg","links":"summary|https://blas.com/built-from-scratch/","topics":"arthur-blank;bernie-marcus;business;culture;ken-langone;the-home-depot","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a71f8c6-87c1-4fc2-a93a-54dd63c28e6f","name":"River Out of Eden: A Darwinian View of Life - Summary at Blas.com","description":"“The universe has created an ability to self-replicate using the surrounding materials to make …","image":"https://blas.com/wp-content/uploads/2018/06/download.jpeg","links":"summary|https://blas.com/river-out-of-eden/","topics":"biology;evolution;richard-dawkins","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec0f473e-bb0d-4440-8599-187f4acc6668","name":"Energy and Civilization: A History - Summary at Blas.com","description":"A comprehensive account of how energy has shaped society throughout history, from pre-agricultural foraging …","image":"https://blas.com/wp-content/uploads/2018/06/51TDsIx7KqL._SX348_BO1204203200_-210x300.jpg","links":"summary|https://blas.com/energy-and-civilization/","topics":"civilization;energy;history;vaclav-smil","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cc567c0-045d-45f4-a03c-54e568dad770","name":"Good Profit: How Creating Value for Others Built One of the World’s Most Successful Companies - Summary at Blas.com","description":"Charles Koch describes his management philosophy, Market Based Management, how it has evolved over time, …","image":"https://blas.com/wp-content/uploads/2018/06/41lY1GkfkL._SX327_BO1204203200_-198x300.jpg","links":"summary|https://blas.com/good-profit/","topics":"business;charles-koch;koch-industries;philosophy;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4db0c862-f475-4eff-a1cd-a7dbc5223efc","name":"Cable Cowboy: John Malone and the Rise of the Modern Cable Business - Summary at Blas.com","description":"Malone is considered the grandfather of the cable industry but many also saw him …","image":"https://blas.com/wp-content/uploads/2016/01/51wIP2smwL._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/cable-cowboy/","topics":"biography;business;cable;john-malone;mark-robichaux;robert-magness","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acd0d389-4c79-4aa3-89bc-bf67c1b408e9","name":"Tiger Woods - Summary at Blas.com","description":"A deep look into Tiger’s history, family, career and lifestyle, helping us understand how …","image":"https://blas.com/wp-content/uploads/2018/05/tiger-woods-9781501126420.in17-196x300.jpg","links":"summary|https://blas.com/tiger-woods/","topics":"armen-keteyian;biography;golf;jeff-benedict;tiger-woods","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"170a3e26-1ef2-48e8-bb5e-96301bdd1e87","name":"How Doctors Think - Summary at Blas.com","description":"This book is about what goes on in a doctor’s mind as he or …","image":"https://blas.com/wp-content/uploads/2018/05/41icfvGVDrL._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/how-doctors-think/","topics":"doctors;healthcare;jerome-groopman","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c04342b-7e73-4c07-957f-05ace3f4510c","name":"The Way of Zen - Summary at Blas.com","description":"Alan Watts introduces Zen Buddhism to a western audience by discussing zen’s history, the …","image":"https://blas.com/wp-content/uploads/2018/05/514210-191x300.jpg","links":"summary|https://blas.com/the-way-of-zen/","topics":"alan-watts;buddhism;philosophy;zen","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8cd124b4-b4db-4de9-ad41-965281aa9fc5","name":"The Farmer From Merna: A Biography of George J. Mecherle and a History of the State Farm Insurance Companies of Bloomington, Illinois - Summary at Blas.com","description":"The life of George Mecherle and his founding of State Farm Insurance Key Takeaways …","image":"https://blas.com/wp-content/uploads/2018/05/20413186-202x300.jpg","links":"summary|https://blas.com/the-farmer-from-merna/","topics":"biography;business;george-mecherle;insurance;karl-schriftgeisser","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c421add3-ba65-4878-b320-8f1c9ba3667e","name":"No Way to Run a Railroad: The Untold Story of the Penn Central Crisis - Summary at Blas.com","description":"Behind the scenes look at what really happened in the collapse of one of …","image":"https://blas.com/wp-content/uploads/2018/05/91xCnZeNDdL._AC_UL320_SR240320_-225x300.jpg","links":"summary|https://blas.com/no-way-to-run-a-railroad/","topics":"business;railroad;stephen-salsbury","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1de01793-48cb-4142-9cfe-21c5c0a56cac","name":"Becoming Supernatural: How Common People Are Doing the Uncommon - Summary at Blas.com","description":"“This book will show you how to accept your future dream as your current …","image":"https://blas.com/wp-content/uploads/2018/04/51sfASxuv8L._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/becoming-supernatural/","topics":"health;joe-dispenza;meditation","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69742051-0577-4ae7-bb5a-4824468f0c22","name":"Sex at Dawn: The Prehistoric Origins of Modern Sexuality - Summary at Blas.com","description":"“Since Darwin’s day, we’ve been told that sexual monogamy comes naturally to our species. …","image":"https://blas.com/wp-content/uploads/2018/04/Sex_at_Dawn_first_edition-197x300.jpg","links":"summary|https://blas.com/sex-at-dawn/","topics":"biology;cacilda-jetha;christopher-ryan;relationships;sex;sociology","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ac37b5e-d1f9-42bf-a15d-e6d4080bdfba","name":"Solve for Happiness: Engineer Your Path to Joy - Summary at Blas.com","description":"Mo Gawdat uses his engineering and mathematics background to study happiness and make it …","image":"https://blas.com/wp-content/uploads/2018/04/415FAQykpPL._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/solve-for-happiness/","topics":"happiness;meditation;mo-gawdat;psychology","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5701162-2563-4e2b-a2e3-b963310d3dd5","name":"Impro: Improvisation and the Theater - Summary at Blas.com","description":"“This is, in a nutshell, the Johnstone doctrine: you are not imaginatively impotent until …","image":"https://blas.com/wp-content/uploads/2018/04/51vxwWn36XL._SX308_BO1204203200_-186x300.jpg","links":"summary|https://blas.com/impro/","topics":"acting;comedy;flow;improv;keith-johnstone;theater;trance","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d2bc45d-32d5-4911-a9da-56dcc0676cc1","name":"Boyd: The Figher Pilot Who Changed the Art of War - Summary at Blas.com","description":"“Boyd has had a bigger impact on fighter tactics, aircraft design, and theory of …","image":"https://blas.com/wp-content/uploads/2018/03/51dU1i1AiL._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/boyd/","topics":"biography;engineering;john-boyd;military;robert-coram;war","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ff3839c-68c6-4eb5-b4d5-97d788566476","name":"Chimpanzee Politics: Power and Sex Among Apes - Summary at Blas.com","description":"An incredible insight into the takeovers and social organization of a chimp colony in …","image":"https://blas.com/wp-content/uploads/2018/03/51m1rmM5-1L._SX388_BO1204203200_-234x300.jpg","links":"summary|https://blas.com/chimpanzee-politics/","topics":"biology;chimpanzees;evolution;frans-de-waal;politics;psychology","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1d05b12-dbc3-4761-bd6a-afacbc5513b5","name":"Hillbilly Elegy: A Memory of a Family and Culture in Crisis - Summary at Blas.com","description":"JD Vance wrote this book not because he’s accomplished anything extraordinary, but because he’s …","image":"https://blas.com/wp-content/uploads/2018/03/51gufUMfXZL._SX328_BO1204203200_-198x300.jpg","links":"summary|https://blas.com/hillbilly-elegy/","topics":"america;autobiography;jd-vance;psychology;social-class","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4bd627c4-22fe-4316-9a1e-47f35d37907b","name":"Shadow Divers: The True Adventure of Two Americans Who Risked Everything to Solve One of the Last Mysteries of World War II - Summary at Blas.com","description":"John Chatterton and Richie Kohler risked their lives to explore a sunken WWII sunken …","image":"https://blas.com/wp-content/uploads/2018/03/shadow-divers-198x300.jpg","links":"summary|https://blas.com/shadow-divers/","topics":"history;robert-kurson;scuba-diving","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a066f08e-a2d6-446e-8ece-5d5b5408844f","name":"Effortless Mastery - Summary at Blas.com","description":"I have come to the point where I have simply decided that effortlessness would be …","image":"https://blas.com/wp-content/uploads/2018/02/41au6NRCvL._AC_UL320_SR206320_-193x300.jpg","links":"summary|https://blas.com/effortless-mastery/","topics":"jazz;kenny-werner;learning;mastery;music;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1322a29-c22e-4224-9f59-90bd6d82cfca","name":"Second Foundation - Summary at Blas.com","description":"The discovery of the Second Foundation and its impact on the Foundation and its …","image":"https://blas.com/wp-content/uploads/2018/02/second-foundation-189x300.jpg","links":"summary|https://blas.com/second-foundation/","topics":"fiction;isaac-asimov;sci-fi","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"afab1b39-08e2-41f7-9f0c-8d93497470e0","name":"Foundation and Empire - Summary at Blas.com","description":"The series is about the people on these many different worlds who are all …","image":"https://blas.com/wp-content/uploads/2018/02/Cover2-215x300.jpg","links":"summary|https://blas.com/foundation-empire/","topics":"fiction;isaac-asimov;sci-fi","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"383410b2-a1d9-44eb-9e20-e77a5d83d1e6","name":"The Schlumberger Adventure - Summary at Blas.com","description":"The story and people behind the incredible success of drilling and surveying giant Schlumberger. “Conrad was a …","image":"https://blas.com/wp-content/uploads/2018/02/download.jpeg","links":"summary|https://blas.com/schlumberger/","topics":"anne-gruner-schlumberger;business;schlumberger","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"574ce954-77f2-451b-bd4f-53dbfe8c3f52","name":"Child Neuropsychology","description":"By Margaret Semrud-Clikeman, Phyllis Anne Teeter Ellison","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-88963-4","topics":"psychology;neuropsychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a2f1f1a-8140-423a-9f9d-2089ae1d1aa5","name":"Finite and Infinite Games: A Vision of Life as Play and Possibility - Summary at Blas.com","description":"There are at least two kinds of games. One could be called finite, the other infinite. A finite game is played for the purpose of winning, an infinite game for the purpose of continuing the play.","image":"https://blas.com/wp-content/uploads/2018/02/965656._UY200_.jpg","links":"summary|https://blas.com/finite-and-infinite-games/","topics":"james-p-carse;philosophy;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17690042-7f9b-48ea-a1e5-8a6ae9dd5874","name":"Foundation - Summary at Blas.com","description":"Gaal Dornick travels to the Galactic Empire’s capital to work with Hari Seldon on …","image":"https://blas.com/wp-content/uploads/2018/02/Isaac-Asimov_1951_Foundation-183x300.jpg","links":"summary|https://blas.com/foundation/","topics":"fiction;isaac-asimov;sci-fi","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad01d4d7-661f-46b3-af34-0c036e963961","name":"The Lives of Artists - Summary at Blas.com","description":"Giorgio Vasari  the effective founder of art history, describes the lives and works of some …","image":"https://blas.com/wp-content/uploads/2018/01/233389-194x300.jpg","links":"summary|https://blas.com/lives-of-artists/","topics":"art;art-history;giorgio-vasari","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e0a8afd-9317-4bb7-93ca-997fb3e8acfe","name":"Am I Being Too Subtle: Straight Talk From a Business Rebel - Summary at Blas.com","description":"Sam Zell discusses what has made him successful in building his commercial real estate companies as …","image":"https://blas.com/wp-content/uploads/2018/01/51oufgfCzXL._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/am-i-being-too-subtle/","topics":"business;investing;real-estate;sam-zell","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c5b2d4d-7f20-4376-871f-d140ccd30516","name":"Kiewit: An Uncommon Story - Summary at Blas.com","description":"Kiewit Brothers Company was established in 1884 by Peter Kiewit and his brother Andrew …","image":"https://blas.com/wp-content/uploads/2018/01/61fSkI8NNWL-242x300.jpg","links":"summary|https://blas.com/kiewit/","topics":"business;construction;culture;jeffrey-rodengen;kiewit;warren-buffett","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"268538f7-7522-4a87-b771-1a65c8411f16","name":"Against Method - Summary at Blas.com","description":"This book proposes a thesis and draws consequences from it. The thesis is: the …","image":"https://blas.com/wp-content/uploads/2018/01/41rMnCka2oL._SX333_BO1204203200_-201x300.jpg","links":"summary|https://blas.com/against-method/","topics":"paul-feyerabend;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e145447-c227-4f02-aca2-c3078c27bb3f","name":"The Better Angels of Our Nature: Why Violence Has Declined - Summary at Blas.com","description":"Although it may not seem like it, violence has seen a steady downward trend …","image":"https://blas.com/wp-content/uploads/2017/12/The_Better_Angels_of_Our_Nature.jpg","links":"summary|https://blas.com/better-angels/","topics":"history;human-nature;psychology;steven-pinker;violence","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"742cf1e7-6ff4-4f83-bfa8-8399ae2e189f","name":"To Engineer is Human: The Role of Failure in Successful Design - Summary at Blas.com","description":"An introduction to engineering and what engineers do for the non-technical Key Takeaways The …","image":"https://blas.com/wp-content/uploads/2017/12/271495-191x300.jpg","links":"summary|https://blas.com/to-engineer-is-human/","topics":"engineering;henry-petroski","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4058c6eb-596d-4c7b-9951-d89767635f20","name":"Win Bigly: Persuasion in a World Where Facts Don’t Matter - Summary at Blas.com","description":"Discusses how emotional rather than rational people really are and how to use this …","image":"https://blas.com/wp-content/uploads/2017/12/download.jpg","links":"summary|https://blas.com/win-bigly/","topics":"persuasion;psychology;scott-adams","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02ecf914-8b4d-4d8c-a7e6-9f9a140db7ff","name":"Heat - Summary at Blas.com","description":"Bill Buford recounts his time with Mario Batali and in Italy as he learns to cook …","image":"https://blas.com/wp-content/uploads/2017/12/414mGcgJdxL._SX322_BO1204203200_-195x300.jpg","links":"summary|https://blas.com/heat/","topics":"bill-buford;cooking;mario-batali","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7717da9-a599-43db-bd61-067cef02f9bc","name":"Mistakes Were Made (but not by me) by Carol Tavris and Elliot Aronson - Summary at Blas.com","description":"The authors describe some of the self-justification mechanisms people often use to help them …","image":"https://blas.com/wp-content/uploads/2017/12/51o2QVKU9pL._SX310_BO1204203200_-188x300.jpg","links":"summary|https://blas.com/mistakes-were-made/","topics":"carol-tavris;elliot-aronson;psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a114accf-999d-4945-b09f-44590fb0e88d","name":"Sol Price: Retail Revolutionary and Social Innovator - Summary at Blas.com","description":"Robert Price, Sol Price’s son, recalls his father’s history, personality and journey founding FedMart and The …","image":"https://blas.com/wp-content/uploads/2017/12/91mDfr791nL-213x300.jpg","links":"summary|https://blas.com/sol-price/","topics":"business;costco;fedmart;jim-sinegal;management;price-club;retail;robert-price;sol-price","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89e7d5ce-32ca-44e1-a873-7eb235f569a9","name":"The Hero with a Thousand Faces - Summary at Blas.com","description":"This is a book about the similarities in symbology between diverse religions and cultures. …","image":"https://blas.com/wp-content/uploads/2017/11/51VeJN9ikML._SX323_BO1204203200_-195x300.jpg","links":"summary|https://blas.com/hero-with-a-thousand-faces/","topics":"religion;mythology;psychology","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4c28286-b373-450c-8071-bb473de7dbc8","name":"Classical Mechanics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/245483.Classical_Mechanics?ac=1&from_search=true&qid=JxsQFv3aIx&rank=2","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b989c1dd-96ae-456b-9f3b-857142477342","name":"Jesus: A 21st Century Biography - Summary at Blas.com","description":"Author wrote this book to broadly summarize the life of Jesus and to explain …","image":"https://blas.com/wp-content/uploads/2017/11/8723401-198x300.jpg","links":"summary|https://blas.com/jesus-paul-johnson/","topics":"history;jesus;paul-johnson;religion","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e71c64ee-2af1-486c-82e2-a8462077d74e","name":"East to the Dawn: The Life of Amelia Earhart - Summary at Blas.com","description":"The life and story of Amelia Earhart Key Takeaways The author spends a lot …","image":"https://blas.com/wp-content/uploads/2017/11/51FObscoYpL._SX363_BO1204203200_-219x300.jpg","links":"summary|https://blas.com/east-to-the-dawn/","topics":"amelia-earhart;biography;flight;susan-butler","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf06a78f-f208-4755-b371-d4e95f87ae5d","name":"My Life and Work - Summary at Blas.com","description":"An incredibly simple and clear analysis of the successful business practices that propelled Ford to …","image":"https://blas.com/wp-content/uploads/2017/11/my-life-and-work-2-198x300.jpg","links":"summary|https://blas.com/my-life-and-work/","topics":"autobiography;business;henry-ford;leadership;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c505c9ef-1d1c-4f8e-8df2-040821ae6179","name":"Clinical Assessment of Child and Adolescent Personality and Behavior","description":"By Paul J. Frick, Christopher T. Barry, Randy W. Kamphaus","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-0641-0","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9ef513b-c5b8-446e-837a-482038a5ad48","name":"Management of the Absurd - Summary at Blas.com","description":"Human relations are often paradoxical and not logical and this book explains why many …","image":"https://blas.com/wp-content/uploads/2017/10/51pQq1M4y2L._SX311_BO1204203200_-188x300.jpg","links":"summary|https://blas.com/management-of-the-absurd/","topics":"management;relationships;richard-farson","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9344a035-0f89-4f6a-bb89-eb3178f187b7","name":"The Great A&P And the Struggle for Small Business in America - Summary at Blas.com","description":"An in depth analysis of The Great Atlantic & Pacific – one of the …","image":"https://blas.com/wp-content/uploads/2017/10/the-great-a-p-and-the-struggle-for-small-business-in-america-201x300.jpg","links":"summary|https://blas.com/the-great-ap/","topics":"business;marc-levinson;retail;the-great-ap","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c741ff5b-7e46-44ca-99a4-6ffa2434538f","name":"A Clinical Guide to the Treatment of the Human Stress Response","description":"By George S. Everly, Jr., Jeffrey M. Lating","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-5538-7","topics":"psychology;stress","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8af89549-3e5b-47a8-b5e9-f95b97238c16","name":"The Big Store: Inside the Crisis and Revolution at Sears - Summary at Blas.com","description":"Katz describes the rise and fall of Sears and the men who helped revolutionize …","image":"https://blas.com/wp-content/uploads/2017/09/51TUfnfUdL._SX304_BO1204203200_-184x300.jpg","links":"summary|https://blas.com/the-big-store/","topics":"business;donald-katz;retail;sears","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f276e6f2-9502-4dcf-8c78-00518d8c0dbc","name":"Managing Oneself - Summary at Blas.com","description":"Today you must be your own CEO and take responsibility for your own growth …","image":"https://blas.com/wp-content/uploads/2017/09/51erGAHfnL._SX344_BO1204203200_-208x300.jpg","links":"summary|https://blas.com/managing-oneself/","topics":"business;management;peter-drucker","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1732705a-8fb9-43f1-8b31-f03ded0e2c96","name":"Tuesday’s with Morrie - Summary at Blas.com","description":"The author describes what he learned about life from Morrie, his favorite professor, who …","image":"https://blas.com/wp-content/uploads/2017/09/51AhqmiD-oL._SX344_BO1204203200_-208x300.jpg","links":"summary|https://blas.com/tuesdays-with-morrie/","topics":"how-to-live-life;mitch-albom;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"773012db-599b-4a11-9049-d8235547fa4a","name":"Legacy - Summary at Blas.com","description":"The author describes some of the history of the New Zealand All Blacks and …","image":"https://blas.com/wp-content/uploads/2017/09/9781472103536_p0_v5_s550x406-187x300.jpg","links":"summary|https://blas.com/legacy/","topics":"all-blacks;culture;james-kerr;leadership;new-zealand;rugby;sports","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"271f1584-8cb3-4051-a033-e2f691f2ae10","name":"Flight of the Buffalo: Soaring to Excellence, Learning to Let Employees Lead - Summary at Blas.com","description":"All leaders face a challenge of leadership. The old models and paradigms no longer …","image":"https://blas.com/wp-content/uploads/2017/09/51YakPHJvPL-195x300.jpg","links":"summary|https://blas.com/flight-of-the-buffalo/","topics":"business;james-belasco;leadership;management;ralph-stayer","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"260bb054-f46e-4a97-a5c4-09028915fe6c","name":"The Most Important Thing: Uncommon Sense for the Thoughtful Investor - Summary at Blas.com","description":"Not a how to guide for investing but Howard’s investing philosophy, his guideposts Key …","image":"https://blas.com/wp-content/uploads/2017/09/51ySJs9oH8L._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/the-most-important-thing/","topics":"finance;howard-marks;investing;oaktree","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71156da0-e9cb-476b-8737-d61b0af10c5b","name":"Ask the Dust - Summary at Blas.com","description":"Arturo Bandini narrates his life and struggles as a writer in LA Key Takeaways …","image":"https://blas.com/wp-content/uploads/2017/09/519jv4cx0tL._SX330_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/ask-the-dust/","topics":"classic;fiction;john-fante;los-angeles;ryan-holiday","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27f20350-fab3-4f71-a2d4-4c0b5b7e71ca","name":"Perennial Seller: The Art of Making and Marketing Work That Lasts - Summary at Blas.com","description":"This book will teach you how to make something which stands the test of …","image":"https://blas.com/wp-content/uploads/2017/09/51-09WTGgSL._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/perennial-seller/","topics":"ryan-holiday","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13538f1f-c532-4dde-aac6-10439d47b03f","name":"The Autobiography of Charles Darwin - Summary at Blas.com","description":"The life and accomplishments of Darwin through his own eyes Key Takeaways I have …","image":"https://blas.com/wp-content/uploads/2017/09/51PlHR-J2RL._SX311_BO1204203200_-188x300.jpg","links":"summary|https://blas.com/autobiography-of-charles-darwin/","topics":"autobiography;biology;charles-darwin;evolution;learning;science","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54974a56-4fad-4ac1-891d-9d25c6cfe927","name":"Don Quixote - Summary at Blas.com","description":"Don Quixote is obsessed with what he has read about chivalry and decides to …","image":"https://blas.com/wp-content/uploads/2017/09/2567eef79252858d79733aad25e6f907-dom-quixote-classic-books-206x300.jpg","links":"summary|https://blas.com/don-quixote/","topics":"classic;fiction;miguel-de-cervantes","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e9b08e4-6b5a-4268-bdd5-6cae714dcfea","name":"The Seventh Sense: Power, Fortune and Survival in the Age of Networks - Summary at Blas.com","description":"This books dives into the power of networks and how the interconnectedness of everything …","image":"https://blas.com/wp-content/uploads/2017/09/26245038-194x300.jpg","links":"summary|https://blas.com/the-seventh-sense/","topics":"complexity;joshua-cooper-ramo;network;platforms;scale","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f79daf0e-c343-40a0-8071-6d48f997a3de","name":"Ice Age - Summary at Blas.com","description":"“As we mentioned earlier, given the present day geography of our planet—the distribution of …","image":"https://blas.com/wp-content/uploads/2017/09/51BhBi3-qoL._SY346_-199x300.jpg","links":"summary|https://blas.com/ice-age/","topics":"charlie-munger;climate;environment;feedback-loops;john-gribbin;mary-gribbin","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e064233-6fb0-4eaa-a1fc-e4f7e42ba135","name":"The Art of the Deal - Summary at Blas.com","description":"Trump’s philosophy on negotiation, business and more as well as some of his background …","image":"https://blas.com/wp-content/uploads/2017/09/Trump_the_art_of_the_deal-192x300.jpg","links":"summary|https://blas.com/the-art-of-the-deal/","topics":"biography;business;donald-trump;tony-schwartz","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42cd9d8c-b1b2-4fd6-abd0-b42879d3452d","name":"Why Don’t We Learn From History? - Summary at Blas.com","description":"Hart succinctly and engagingly describes why history is so important to study and, yet, …","image":"https://blas.com/wp-content/uploads/2017/09/31kQBUAYFnL._SY344_BO1204203200_-195x300.jpg","links":"summary|https://blas.com/why-dont-we-learn-from-history/","topics":"bh-liddell-hart;history;psychology;wisdom;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e90401c9-58bf-4aab-846f-cb7402a36dcb","name":"The Master and Margarita - Summary at Blas.com","description":"A bitter satire aimed at the oppressive Stalin-era Russian regime of the 1930’s. It …","image":"https://blas.com/wp-content/uploads/2017/09/9780143108276-200x300.jpg","links":"summary|https://blas.com/master-and-margarita/","topics":"classic;fiction;mikhail-bulgakov","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38ce83f0-a75a-480d-bc0a-3130c91fb4ee","name":"The Source - Summary at Blas.com","description":"A historical novel by Michener is a survey of the Jewish people and the …","image":"https://blas.com/wp-content/uploads/2017/09/12657-200x300.jpg","links":"summary|https://blas.com/the-source/","topics":"fiction;israel;james-michener","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a69e607-4b78-4564-9784-ba132899abb7","name":"You Are the Placebo: Making Your Mind Matter - Summary at Blas.com","description":"A placebo affect is when we believe in some external stimulus which changes our …","image":"https://blas.com/wp-content/uploads/2017/09/41dYDHaTN3L-200x300.jpg","links":"summary|https://blas.com/you-are-the-placebo/","topics":"intention;joe-dispenza;meditation;mindset","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d37ad0ca-8706-446b-bfad-80497d4d93ca","name":"The Wisdom of Success: The Philosophy of Achievement - Summary at Blas.com","description":"There are 17 major principles of success and one must first be aware of …","image":"https://blas.com/wp-content/uploads/2017/09/510M4DG1a-L._AA300_.jpg","links":"summary|https://blas.com/the-wisdom-of-success/","topics":"andrew-carnegie;business;how-to-live;intention;napoleon-hill;philosophy;success","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b816603b-651a-4dbd-a9c2-deafebe5a99d","name":"Shantaram - Summary at Blas.com","description":"Gregory David Roberts tells his amazing life story from his jail break in Australia …","image":"https://blas.com/wp-content/uploads/2017/09/41XyOWAvExL._SX319_BO1204203200_-193x300.jpg","links":"summary|https://blas.com/shantaram/","topics":"gregory-david-roberts;india","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d395d16-eecd-44af-9438-6578897e160b","name":"Scale: The Universal Laws of Growth, Innovation, Sustainability and the Pace of Life in Organisms, Cities, Economies and Companies - Summary at Blas.com","description":"There are some simple, universal laws which link all complex systems and this book …","image":"https://blas.com/wp-content/uploads/2017/09/512o34Ff9HL._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/scale/","topics":"complexity;geoffrey-west;scale","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"463d739d-33f4-4baa-b727-cf47ce98a1f1","name":"The Last Mughal: The Fall of a Dynasty, Delhi 1857 - Summary at Blas.com","description":"The history of the fall of the rulers of India up until the 19th …","image":"https://blas.com/wp-content/uploads/2017/09/last_mughal_hard_bloomsbury-195x300.jpg","links":"summary|https://blas.com/the-last-mughal/","topics":"britain;history;india;william-dalrymple","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e2f5721-3672-4f64-bb28-efd0d170c8cd","name":"History of Physics","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=acUf7PuGWXA","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7d13fc77-91fb-487b-9b3c-32cc37385830","name":"The Inner Game of Tennis: The Classic Guide to the Mental Side of Peak Performance - Summary at Blas.com","description":"“It is the thesis of this book that neither mastery nor satisfaction can be …","image":"https://blas.com/wp-content/uploads/2017/05/Inner-Game-of-Tennis-199x300.jpg","links":"summary|https://blas.com/the-inner-game-of-tennis/","topics":"mastery;psychology;tennis;tom-gallwey;zen","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2aa9f5e-bf13-42ee-9bbe-bf5b34535d92","name":"Born Standing Up: A Comic’s Life - Summary at Blas.com","description":"A fun and honest recounting of the highs and lows of Steve Martin’s early …","image":"https://blas.com/wp-content/uploads/2017/04/41WkDokm4OL._SX313_BO1204203200_-189x300.jpg","links":"summary|https://blas.com/born-standing-up/","topics":"autobiography;comedy;steve-martin","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f26b9529-2c0c-466b-a3db-60f559d8ff98","name":"Zero to One: Notes on Startups or How to Build the Future - Summary at Blas.com","description":"If you’re purely copying someone, you haven’t truly learned from them. Of course, it’s …","image":"https://blas.com/wp-content/uploads/2017/04/41puRJbtwkL._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/0-to-1/","topics":"blake-masters;business;peter-thiel;startups;technology","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e5f905b-8789-4160-8cc1-cc0156fcc8dd","name":"The Snow Leopard - Summary at Blas.com","description":"Peter Matthiessen recounts his travels to India, Nepal and the Himalayas and his spiritual …","image":"https://blas.com/wp-content/uploads/2017/04/91gSahSjwsL-196x300.jpg","links":"summary|https://blas.com/the-snow-leopard/","topics":"buddhism;meditation;nepal;peter-matthiessen;travel","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3edb353-94b6-4eed-8d77-bbea1f0f00da","name":"Hackers & Painters: Big Ideas from the Computer Age - Summary at Blas.com","description":"Paul Graham, founder of Viaweb and Y-Combinator, gives an inside view on the computer …","image":"https://blas.com/wp-content/uploads/2017/04/paulgraham_2202_3598897-194x300.jpg","links":"summary|https://blas.com/hackers-and-painters/","topics":"paul-graham","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df45e0c1-2d20-4f77-ba93-cd809c4c1684","name":"Fallen Leaves: Last Words on Life, Love, War and God - Summary at Blas.com","description":"The personal, distilled wisdom and beliefs of Will Durant on life’s important topics. Answered …","image":"https://blas.com/wp-content/uploads/2017/04/fallen-leaves-9781476771557_hr-188x300.jpg","links":"summary|https://blas.com/fallen-leaves/","topics":"history;philosophy;will-durant;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"604b0c72-c302-4a6b-8dc9-da3aa13f18fc","name":"Platform Scale - Summary at Blas.com","description":"Choudary explains how technology, democratization of connectivity and rise of data-driven decision making systems are …","image":"https://blas.com/wp-content/uploads/2017/03/311gLU3QxkL._SY346_-204x300.jpg","links":"summary|https://blas.com/platform-scale/","topics":"platforms;sangeet-paul-choudary","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcdec274-6b56-405e-9b4e-a0f1444fc7a2","name":"Chapters in My Life - Summary at Blas.com","description":"Frederick Taylor Gates, the senior business and philanthropic advisor to John D. Rockefeller, recounts his …","image":"https://blas.com/wp-content/uploads/2017/03/51xahSJ-FL._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/chapters-in-my-life/","topics":"autobiography;business;frederick-taylor-gates;john-d-rockefeller;philanthropy;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9880fe6b-7eb7-4c0d-941b-77f0b5c49dc4","name":"Norse Mythology - Summary at Blas.com","description":"Gaiman’s recounting of Norse mythology from the genesis story to details around the different …","image":"https://blas.com/wp-content/uploads/2017/03/NorseMythology_Hardback_1473940163-199x300.jpg","links":"summary|https://blas.com/norse-mythology/","topics":"mythology;neil-gaiman;scandinavia","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"803ade64-e2e2-4647-9bc0-febfeebb82c1","name":"The Happiness Advantage: The Seven Principles that Fuel Success and Performance at Work - Summary at Blas.com","description":"Most of us are taught from a young age that if you work hard …","image":"https://blas.com/wp-content/uploads/2017/03/41Z2j5ZGHeL._SX326_BO1204203200_-197x300.jpg","links":"summary|https://blas.com/the-happiness-advantage/","topics":"habits;happiness;productivity;shawn-achor","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90ba5bfe-a07b-42c9-a61d-e24d9c03c200","name":"The Master Switch: The Rise and Fall of Information Empires - Summary at Blas.com","description":"A recount of the wars behind the rise and fall of the 20th century’s …","image":"https://blas.com/wp-content/uploads/2017/03/516E5Ssf5VL._SX316_BO1204203200_-191x300.jpg","links":"summary|https://blas.com/master-switch/","topics":"business;information-technology;platforms;tim-wu","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2876b71c-0612-41cd-8aee-092c6b3825a1","name":"Resilience: Why Things Bounce Back - Summary at Blas.com","description":"A resilient structure or system is one which can bounce back to its original …","image":"https://blas.com/wp-content/uploads/2017/03/Resilience-book-cover-205x300.jpg","links":"summary|https://blas.com/resilience/","topics":"andrew-zolli;ann-marie-healy;chaos-theory;complexity;platforms;resilience","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6060278e-88f4-478d-a437-8cc86452911a","name":"Modern Monopolies - Summary at Blas.com","description":"Platform companies generate value by using technology to facilitate exchanges between groups which benefits …","image":"https://blas.com/wp-content/uploads/2017/03/91RYJ3BdIsL-197x300.jpg","links":"summary|https://blas.com/modern-monopolies/","topics":"alex-moazed;business;nicholas-johnson;platforms;technology","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f76ab26d-194f-4927-a64b-f820a8f6a131","name":"Introduction to Classical Mechanics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/18921362-introduction-to-classical-mechanics?ac=1&from_search=true&qid=5Qz5xEciwJ&rank=1","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ad85cf7-226c-4636-b947-52cf7403b9fa","name":"The Beginning of Infinity: Explanations That Change the World - Summary at Blas.com","description":"Deutsch argues that explanations have a fundamental place in our universe and that improving …","image":"https://blas.com/wp-content/uploads/2017/02/518WB-IWowL._SX320_BO1204203200_-194x300.jpg","links":"summary|https://blas.com/beginning-of-infinity/","topics":"david-deutsch","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"572108c4-e70d-4ca6-b941-00365f552f6c","name":"The Carolina Way: Leadership Lessons From a Life in Coaching - Summary at Blas.com","description":"A detailed overview of University of North Carolina basketball coach Dean Smith’s philosophy. One …","image":"https://blas.com/wp-content/uploads/2017/02/51DYhudf8uL._SY344_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/the-carolina-way/","topics":"basketball;dean-smith;gerald-bell;john-kilgo;leadership;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6576db4-a344-4244-b66b-f7d46126576f","name":"The Book of est - Summary at Blas.com","description":"A written description of the est training program. “Realizing that one creates one’s own experience …","image":"https://blas.com/wp-content/uploads/2017/02/41smuh6m6VL._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/book-of-est/","topics":"est-training;luke-rhinehart;psychology","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aad671e0-d47d-4707-868f-2ebc454066b5","name":"Platform Revolution - Summary at Blas.com","description":"This book seeks to describe how and why platforms are coming to dominate the …","image":"https://blas.com/wp-content/uploads/2017/02/book-198x300.png","links":"summary|https://blas.com/platform-revolution/","topics":"business;geoffrey-parker;marshall-van-alstyne;platform;sangeet-paul-choudary","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff68414a-2183-44a2-8d7c-46d35c62e0c1","name":"Shoe Dog: A Memoir of the Creator of Nike - Summary at Blas.com","description":"Phil Knight recounts the formation, history, culture and vision of one of the most …","image":"https://blas.com/wp-content/uploads/2017/02/27220736-199x300.jpg","links":"summary|https://blas.com/shoe-dog/","topics":"autobiography;business;leadership;nike;phil-knight","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"779b07f1-1a2d-424e-9a3b-2b01832098f3","name":"The Path Between the Seas: The Creation of the Panama Canal - Summary at Blas.com","description":"McCullough’s master story-telling skills are evident through this epic tale of the construction of …","image":"https://blas.com/wp-content/uploads/2017/02/510xt3XPvQL._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/the-path-between-the-seas/","topics":"david-mccullough;history;panama","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"273460fa-6090-4dd8-b75a-6ccf000dd49c","name":"What Technology Wants - Summary at Blas.com","description":"Kelly takes the unusual view of describing technology as a natural system, much like …","image":"https://blas.com/wp-content/uploads/2017/02/What_Technology_Wants_Book_Cover_Art-196x300.jpg","links":"summary|https://blas.com/what-technology-wants/","topics":"kevin-kelly;platforms;technology","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7d2924a-1547-412c-b9a7-e37277a543f5","name":"Matchmakers: The New Economics of Multi-Sided Platforms - Summary at Blas.com","description":"Matchmakers create and release value by connecting different groups and reducing transactional and other …","image":"https://blas.com/wp-content/uploads/2017/02/41wuJnJg-L._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/matchmakers/","topics":"david-evans;platforms;richard-schmalensee","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad0eaae3-fd65-4cc5-8fab-3c3ea5cb0784","name":"Zillow Talk: The New Rules of Real Estate - Summary at Blas.com","description":"Spencer Rascoff, CEO of Zillow, and Stan Humphries, Chief Economist, detail their findings based on the …","image":"https://blas.com/wp-content/uploads/2017/02/61UkBBTtC-L._SY344_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/zillow-talk/","topics":"business;platforms;real-estate;spencer-rascoff;stan-humphries;zillow","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c92fc673-d38a-45e2-8c30-35330bafad87","name":"The JD.com Story - Summary at Blas.com","description":"The story of Richard Liu and his founding of one of the world’s largest …","image":"https://blas.com/wp-content/uploads/2017/02/51o6cnlCyDL._SX323_BO1204203200_-195x300.jpg","links":"summary|https://blas.com/jd-story/","topics":"business;ecommerce;jdcom;li-zhigang;platforms;richard-liu-qiangdong","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"712cdd75-b153-47e6-9ce8-04dd036c1ee2","name":"Alibaba: The House That Jack Ma Built - Summary at Blas.com","description":"Duncan Clark describes the history of Jack Ma, his personality, how and why he …","image":"https://blas.com/wp-content/uploads/2017/02/bskz-square-400-300x300.jpg","links":"summary|https://blas.com/alibaba/","topics":"alibaba;biography;business;china;duncan-clark;ecommerce;jack-ma;platforms","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85a86800-bc85-4b81-98f8-8933e82a6315","name":"Tao of Jeet Kune Do - Summary at Blas.com","description":"“An organic collection of writings that are meant to convey the essence of Bruce Lee’s art …","image":"https://blas.com/wp-content/uploads/2017/01/71J8gSWc46L-231x300.jpg","links":"summary|https://blas.com/tao-of-jeet-kune/","topics":"bruce-lee;martial-arts;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee8538ae-f50a-420b-906b-d8f8c5991f87","name":"Words From a Master - Summary at Blas.com","description":"Transcript of Bruce Lee interview with Pierre Berton, Ted Thomas and Alex Ben Block …","image":"https://blas.com/wp-content/uploads/2017/01/513C41GTJ4L-202x300.jpg","links":"summary|https://blas.com/words-from-a-master/","topics":"bruce-lee;martial-arts;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"745ad647-cf6e-4efa-8971-025f59b158e2","name":"Smarter, Faster, Better - Summary at Blas.com","description":"“Productivity is about recognizing choices that other people often overlook. It’s about making certain …","image":"https://blas.com/wp-content/uploads/2017/01/51WQqc7KtmL._SY445_QL70_-198x300.jpg","links":"summary|https://blas.com/smarter-faster-better/","topics":"charles-duhigg;habits;productivity","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa185cab-e9d3-4a1f-a8f9-464d6734e7a2","name":"The Fish That Ate the Whale: The Life and Times of America’s Banana King - Summary at Blas.com","description":"The story of Sam “The Banana Man” Zemurray who created Cuyamel Fruit from the …","image":"https://blas.com/wp-content/uploads/2017/01/81TKjmvgQBL-200x300.jpg","links":"summary|https://blas.com/fish-that-ate-the-whale/","topics":"business;rich-cohen;samuel-zemurray","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bce41e9-91df-4700-9f1d-42c60b90f050","name":"String Theory - Summary at Blas.com","description":"A compilation of DFW’s writings on tennis Key Takeaways It can be amazing how early in …","image":"https://blas.com/wp-content/uploads/2017/01/51uj-DYaSL-206x300.jpg","links":"summary|https://blas.com/string-theory/","topics":"david-foster-wallace;john-jeremiah-sullivan;tennis","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"544b1c4a-5cb6-4b70-845e-f705c531482e","name":"You’re It! On Hiding, Seeking and Being Found - Summary at Blas.com","description":"A compilation of Alan Watts’ speeches on a broad number of topics Key Takeaways …","image":"https://blas.com/wp-content/uploads/2017/01/51z2rXV2X0L._SX258_BO1204203200_.jpg","links":"summary|https://blas.com/youre-it/","topics":"alan-watts;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24849217-6816-45f5-891a-b4b8984661ca","name":"God’s Debris: A Thought Experiment - Summary at Blas.com","description":"A thought experiment via dialogue on some of life’s big questions Key Takeaways We …","image":"https://blas.com/wp-content/uploads/2017/01/200px-Gods_Debris.jpg","links":"summary|https://blas.com/gods-debris/","topics":"philosophy;scott-adams","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f69ed29b-6aaa-45bf-ae3e-3366dbceab2e","name":"Striking Thoughts: Wisdom for Daily Living - Summary at Blas.com","description":"A collection of Bruce Lee’s thoughts and aphorisms broken out into eight different sections, …","image":"https://blas.com/wp-content/uploads/2017/01/41oUhbI01oL._SX332_BO1204203200_-201x300.jpg","links":"summary|https://blas.com/wisdom-for-daily-living/","topics":"bruce-lee;martial-arts;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"975b2afd-905c-4b76-89fb-2b90f9bcf591","name":"Wisdom for the Way - Summary at Blas.com","description":"Compilation of Bruce Lee’s quotes, teachings and philosophy Key Takeaways Remember, success is a …","image":"https://blas.com/wp-content/uploads/2017/01/51aRTUTa3FL._SY344_BO1204203200_-219x300.jpg","links":"summary|https://blas.com/wisdom-for-the-way/","topics":"bruce-lee;martial-arts;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a28c8e1-9830-4996-98e5-ea0026ff292c","name":"Bruce Lee: The Little Black Book - Summary at Blas.com","description":"A compilation of some of Bruce Lee’s most famous quotes Key Takeaways Be happy, …","image":"https://blas.com/wp-content/uploads/2017/01/21Nu5A1tyhL._SY344_BO1204203200_-188x300.jpg","links":"summary|https://blas.com/little-black-book/","topics":"bruce-lee;martial-arts;philosophy;sc-hollister","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee6510db-44a7-47cc-986d-a72b3555fed0","name":"Bruce Lee: Artist of Life - Summary at Blas.com","description":"“Basically, I have always been a martial artist by choice and actor by profession. …","image":"https://blas.com/wp-content/uploads/2017/01/41xTMdCog6L._SY344_BO1204203200_-201x300.jpg","links":"summary|https://blas.com/artist-of-life/","topics":"bruce-lee;john-little;martial-arts;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82a48c87-f1e4-4303-b421-aba2441adbd4","name":"Bruce Lee: Letters of the Dragon - Summary at Blas.com","description":"A broad view of Bruce Lee’s life and personality through personal correspondence with friends …","image":"https://blas.com/wp-content/uploads/2017/01/91JIEmdXgEL-200x300.jpg","links":"summary|https://blas.com/letters-of-the-dragon/","topics":"bruce-lee;john-little;martial-arts;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bd1bddf-be38-4489-a193-c9124b3b2463","name":"Bruce Lee: The Art of Expressing the Human Body - Summary at Blas.com","description":"This book describes in meticulous detail Lee’s ever-evolving workout regimens and favorite exercises Key …","image":"https://blas.com/wp-content/uploads/2017/01/51A90yy8KRL._SX258_BO1204203200_-233x300.jpg","links":"summary|https://blas.com/art-of-expressing-human-body/","topics":"bruce-lee;john-little;martial-arts","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68003364-dec5-47c9-aabf-eace84a70682","name":"The Psychology of Social Status","description":"By Joey T. Cheng, Jessica L. Tracy, Cameron Anderson","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-0867-7","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f334099e-b2ec-4ff1-8772-a9eaedcddacb","name":"Brain Rules","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/2251306.Brain_Rules","topics":"thinking;learning;neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7aad7920-7db4-43c9-b2f3-af29377623b2","name":"Bruce Lee: Jeet Kune Do - Summary at Blas.com","description":"Bruce Lee’s commentaries on the martial way","image":"https://blas.com/wp-content/uploads/2016/01/51bEveLFu-L._SY344_BO1204203200_-207x300.jpg","links":"summary|https://blas.com/jeet-kune-do/","topics":"bruce-lee;john-little;martial-art;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21c8d772-9bed-47e4-8299-c6ed9514703a","name":"Topology Through Inquiry","description":null,"image":null,"links":"book|https://bookstore.ams.org/text-58/","topics":"topology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90e3b164-6f1c-4b37-be93-1cdc40f14d9b","name":"Wolfram","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCJekgf6k62CQHdENWf2NgAQ","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"522d2d3b-3b02-4a0e-9c5f-51b79891489b","name":"COVID-19 Coronavirus Data & Resources","description":null,"image":null,"links":"article|https://www.wolfram.com/covid-19-resources/","topics":"coronavirus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b541d321-a09a-4865-a696-24ac653a6acb","name":"Bubbles - Science World","description":null,"image":null,"links":"article|https://www.scienceworld.ca/resource/bubbles/","topics":"bubbles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3aafc37b-52e9-4fb5-b4a8-a52267e44d79","name":"Bruce Lee: The Celebrated Life of the Golden Dragon - Summary at Blas.com","description":"A beautiful book based on the award-winning documentary, Bruce Lee: In His Own Words","image":"https://blas.com/wp-content/uploads/2016/01/51QWD8XAHzL._SX361_BO1204203200_-218x300.jpg","links":"summary|https://blas.com/celebrated-life-of-the-golden-dragon/","topics":"bruce-lee;john-little;martial-art;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4b582d2-ce58-42b3-84f0-1558f3671e21","name":"Bruce Lee: The Tao of Gung Fu - Summary at Blas.com","description":"This book is meant to serve as an introduction to Bruce Lee as a student of life, a designer of his own destiny. It goes into detail about Bruce’s development as a martial artist as well as his intellectual growth","image":"https://blas.com/wp-content/uploads/2016/01/419GmeNCAqL._SY344_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/the-tao-of-gung-fu/","topics":"bruce-lee;john-little;martial-art;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cecc4eb1-6635-4112-a16a-8a2e0ad1d919","name":"Bruce Lee: Words of the Dragon - Summary at Blas.com","description":"A compilation of Bruce Lee’s interviews from 1958-1973","image":"https://blas.com/wp-content/uploads/2016/01/51uoaCp3FHL._SY344_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/words-of-the-dragon/","topics":"bruce-lee;john-little;martial-art;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"671c42fe-2786-400c-8385-9aa973e23218","name":"Daily Rituals: How Artists Work - Summary at Blas.com","description":"Studying some of the most prolific people in history to glean some of their patterns and daily routines to perhaps adopt into your own life","image":"https://blas.com/wp-content/uploads/2016/01/517lOSzzmL._SX335_BO1204203200_-203x300.jpg","links":"summary|https://blas.com/daily-rituals/","topics":"habits;mason-currey;routines","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3d727cb-41a7-4cda-95b0-8a8598d3474f","name":"Maxims and Reflections - Summary at Blas.com","description":"Goethe is one of Germany’s most famous writers but also specialized in anatomy, geology and botany. This book is a collection of his thoughts and maxims, all of which are meant to provoke reflection","image":"https://blas.com/wp-content/uploads/2016/01/9780943045092-us-300-200x300.jpg","links":"summary|https://blas.com/goethe-maxims-and-reflections/","topics":"johann-van-goethe;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bbdd7c42-eb86-40e7-a33a-676302f663aa","name":"Pixar Storytelling: Rules for Effective Storytelling Based on Pixar’s Greatest Films - Summary at Blas.com","description":"Examines Pixar’s storytelling techniques to uncover the techniques and mechanisms which make them so successful","image":"https://blas.com/wp-content/uploads/2016/01/pixarStorytelling_mock_up-smallereven-300x238.png","links":"summary|https://blas.com/pixar-storytelling/","topics":"dean-movshovitz;disney;pixar","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bb2fa20-4ca9-45df-ab89-83caece1e9ba","name":"The Pixar Touch - Summary at Blas.com","description":"A comprehensive overview of Pixar’s history, it’s storytelling process, its relationship with Disney and more","image":"https://blas.com/wp-content/uploads/2016/01/2632830-203x300.jpg","links":"summary|https://blas.com/the-pixar-touch/","topics":"david-price;disney;pixar","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3697868-c9e2-4081-ac8a-8b2922fb0782","name":"Never Broken: Songs are Only Half the Story - Summary at Blas.com","description":"Jewel’s background, obstacles overcome, beliefs and values all laid bare for the world to see. She hides nothing in this open account of her life","image":"https://blas.com/wp-content/uploads/2016/01/jewel-book-cover-357f955151cf194549275a2106e6f18e7ba5313706ac343769e9da3e0c9e724b-199x300.jpg","links":"summary|https://blas.com/never-broken/","topics":"autobiography;jewel;music","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1850cb2-9157-40c4-af9a-a1ba8696483a","name":"Innovate The Pixar Way - Summary at Blas.com","description":"Quick book describing some of the attitudes, beliefs, practices and more that set Pixar apart and give it the best shot to keep innovating and producing the highest quality movies","image":"https://blas.com/wp-content/uploads/2016/01/51P5t5CW4tL._SX302_BO1204203200_-183x300.jpg","links":"summary|https://blas.com/innovate-the-pixar-way/","topics":"bill-capodagli;disney;lynn-jackson;pixar","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"489418c3-ad1d-47ca-9b74-d41dc7cc5289","name":"Inside the Magic Kingdom - Summary at Blas.com","description":"Through a fictional narrative, Connellan describes what makes Disney great and how some of those learnings can be implemented into a variety of different businesses","image":"https://blas.com/wp-content/uploads/2016/01/51AF4jqgAwL._SY344_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/inside-the-magic-kingdom/","topics":"disney;tom-connellan","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e16d9ba1-8418-4c32-8fdf-2867f714741e","name":"The Art of Smart Thinking - Summary at Blas.com","description":"The Biocybernaut institute helps you increase your alpha waves through highly specialized neurofeedback training. …","image":"https://blas.com/wp-content/uploads/2016/03/51Mt5H5lX2L._SX322_BO1204203200_-195x300.jpg","links":"summary|https://blas.com/art-smart-thinking/","topics":"bill-harris;biocybernaut;biohacking;brain;james-hardt;meditation","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e13b542-fa29-42b8-b935-32f418e738f8","name":"An American Original: Walt Disney - Summary at Blas.com","description":"Disney was able to entertain billions of people the world over. His background doesn’t point the way to how he achieved this, His parents were plain people, young Walt showed no brilliance as a student, and his drawings were often uninspired but in the end he is one of the most successful entertainers in businessmen in history","image":"https://blas.com/wp-content/uploads/2016/01/41utY3MqrvL._SX319_BO1204203200_-193x300.jpg","links":"summary|https://blas.com/an-american-original/","topics":"biography;bob-thomas;walt-disney","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edd9227f-f392-46f8-98da-5745613cfdad","name":"Walt Disney: The Triumph of the American Imagination - Summary at Blas.com","description":"Disney’s influence is hard to overstate. He completely changed American culture and its consciousness by bringing in a lighter, more fun world during tough times. He completely changed animation and helped invent graphic design. His concept of a theme park was completely novel too as it was a totally immersive, imaginative experience","image":"https://blas.com/wp-content/uploads/2016/01/51LNqvt3oL._SX328_BO1204203200_-198x300.jpg","links":"summary|https://blas.com/walt-disney-neal-gabler/","topics":"biography;business;neal-gabler;walt-disney","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bb1d259-2955-4afd-a4df-8f7ba6b8fd52","name":"The Animated Man: A Life of Walt Disney - Summary at Blas.com","description":"Michael Barrier gives a detailed account of Walt Disney’s background, personality, accomplishments, flaws and impact on the world","image":"https://blas.com/wp-content/uploads/2016/01/411pFL4nMZL._SY344_BO1204203200_-192x300.jpg","links":"summary|https://blas.com/the-animated-man/","topics":"biography;business;michael-barrier;walt-disney","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ccf4701e-1897-4a91-b178-8802ba2e12ca","name":"DisneyWar - Summary at Blas.com","description":"The incredible story of the Eisner era – it’s successes and debacles","image":"https://blas.com/wp-content/uploads/2016/01/Disneywar.jpg","links":"summary|https://blas.com/disneywar/","topics":"biography;bob-iger;business;james-stewart;michael-eisner;walt-disney","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7dc11d9-0734-4170-a14e-122eac3236a7","name":"At Home in the Universe - Summary at Blas.com","description":"Natural selection is important, but it has not labored alone to craft the fine architectures of the biosphere. Self-organization is the root source of order and is not merely tinkered, but arises naturally and spontaneously because of the principles of self-organization. Self-organization works together with natural selection to help shape and drive evolution in species","image":"https://blas.com/wp-content/uploads/2016/01/41dSSlnTrL._SX316_BO1204203200_-1-191x300.jpg","links":"summary|https://blas.com/at-home-in-the-universe/","topics":"chaos-theory;complexity;stuart-kauffman","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d1dcae0-abbe-443a-a99b-4460985077a8","name":"Different: Escaping the Competitive Herd - Summary at Blas.com","description":"Consumers have become more thoughtful and hyperbolic marketing is more likely to backfire today. More refined advertising and better knowledge of what customers truly want is necessary. This book explores the companies that are different by taking this more refined path","image":"https://blas.com/wp-content/uploads/2016/01/41dKJOqvU-L._SX321_BO1204203200_-194x300.jpg","links":"summary|https://blas.com/different/","topics":"branding;business;youngme-moon","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5efa8554-a9cc-43af-8df9-e185ed78dae3","name":"Hidden Order: How Adaptation Builds Complexity - Summary at Blas.com","description":"Holland walks us through how coherence emerges from unstructured agents in environments of continuous flux; coherence under change and complex adaptive systems (CAS)","image":"https://blas.com/wp-content/uploads/2016/01/6190Ig5X2RL._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/hidden-order/","topics":"chaos-theory;complexity;john-holland","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14504236-0b27-49ef-8f0b-6fb7aba400b3","name":"Psychoeducational Assessment and Report Writing","description":"By Stefan C. Dombrowski","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-1911-6","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e35c90d5-de03-4cac-9129-3e26f21b0349","name":"Investing: The Last Liberal Art - Summary at Blas.com","description":"Hagstrom walks the reader through why and how to incorporate fundamental principles from multiple fields to become a better thinker, decision maker, investor, etc.","image":"https://blas.com/wp-content/uploads/2016/01/41oZGEc8e6L._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/investing-the-last-liberal-art/","topics":"business;chaos-theory;complexity;investing;robert-hagstrom","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6f4af29-da8b-40d0-8822-d70e98df7bca","name":"The Fifth Discipline - Summary at Blas.com","description":"The Fifth Discipline describes what a learning organization is and why it is vital in today’s world. It combines 5 core disciplines to help any organization gain a competitive advantage","image":"https://blas.com/wp-content/uploads/2016/01/71zpp045YWL-209x300.jpg","links":"summary|https://blas.com/the-fifth-discipline/","topics":"business;chaos-theory;complexity;peter-senge","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61103556-0683-4644-bbb8-bc227876ec33","name":"Complexity: The Emerging Science at the Edge of Order and Chaos - Summary at Blas.com","description":"Explanations of complexity, self-organization, emergence, order and chaos and some of the pioneers behind this work. It also details the history of the Santa Fe Institute","image":"https://blas.com/wp-content/uploads/2016/01/51IwRJcuw6L._SY344_BO1204203200_-194x300.jpg","links":"summary|https://blas.com/complexity-waldrop/","topics":"chaos-theory;complexity;mitchell-waldrop","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7838eae-fed4-4eb0-9d87-3e7e0f171f2d","name":"Running the Amazon - Summary at Blas.com","description":"Joe Kane describes his adventure trekking through the Amazon from its source in the Andes to the Atlantic Ocean","image":"https://blas.com/wp-content/uploads/2016/01/51QQNgLcIdL._SX318_BO1204203200_-192x300.jpg","links":"summary|https://blas.com/running-the-amazon/","topics":"joe-kane","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9976f021-7fc1-4c29-ae89-eb0bc5477200","name":"The Manual of Ideas: The Proven Framework for Finding the Best Value Investments - Summary at Blas.com","description":"Describes some of the world’s most respected investors’ proven, proprietary frameworks for finding, researching, analyzing, and implementing the best value investing opportunities","image":"https://blas.com/wp-content/uploads/2016/09/51A1t0UrEaL._SX335_BO1204203200_-203x300.jpg","links":"summary|https://blas.com/the-manual-of-ideas/","topics":"business;investing;john-milhajevic","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0c5d881-44b5-4b7f-96b3-749e80f1a592","name":"Personal History - Summary at Blas.com","description":"Katherine Graham, long time CEO of The Washington Post, recounts her story, her struggles and her rise to running this acclaimed newspaper","image":"https://blas.com/wp-content/uploads/2016/01/51j0Aco1hOL._SX317_BO1204203200_-192x300.jpg","links":"summary|https://blas.com/katherine-graham/","topics":"autobiography;katherine-graham;leadership","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"618ee63e-4a84-4a91-a8e4-a10b12124364","name":"Pride in Performance - Summary at Blas.com","description":"The autobiography of Les Schwab, founder of the Les Schwab supermarket tire store – his background, philosophy and views on life and business","image":"https://blas.com/wp-content/uploads/2016/01/les-schwab-pride-in-performance-keep-it-going-19-202x300.jpg","links":"summary|https://blas.com/pride-in-performance/","topics":"autobiography;business;entrepreneur;les-schwab;tires","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dea50026-dc1d-4c1c-aba3-ddc43adf1083","name":"How Nature Works - Summary at Blas.com","description":"Self-organized criticality (SOC) is a new way of viewing nature – perpetually out of …","image":"https://blas.com/wp-content/uploads/2016/01/bak.jpg","links":"summary|https://blas.com/how-nature-works/","topics":"chaos-theory;complexity;per-bak","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d372d635-32be-45aa-be6f-23d3c8cab2e3","name":"Complexity: A Guided Tour - Summary at Blas.com","description":"Seeks to explain how large scale, complex, organized and adaptive behavior can follow from simple rules among many individuals","image":"https://blas.com/wp-content/uploads/2016/01/3-198x300.jpg","links":"summary|https://blas.com/complexity-mitchell/","topics":"chaos-theory;complexity;melanie-mitchell","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6d4e8d5-5da0-424f-8141-88c17a3de264","name":"Sync: How Order Emerges from Chaos in the Universe, Nature and Daily Life - Summary at Blas.com","description":"Strogatz describes the universality of sync in nature, human biology, social networks, etc. and how it might come to be. “For reasons I wish I understood, the spectacle of sync strikes a chord in us, somewhere deep in our souls. It’s a wonderful and terrifying thing. Unlike many other phenomena, the witnessing of it touches people at a primal level. Maybe we instinctively realize that if we ever find the source of spontaneous order, we will have discovered the secret of the universe.”","image":"https://blas.com/wp-content/uploads/2016/08/41SjLtPcyWL._SX322_BO1204203200_-195x300.jpg","links":"summary|https://blas.com/sync/","topics":"chaos-theory;complexity;stephen-strogatz","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"434aa588-e352-4454-935c-cc00e2e0b683","name":"Evidence-Based Interventions for Children with Challenging Behavior","description":"By Kathleen Hague Armstrong, Julia A. Ogg, Ashley N. Sundman-Wheat, Audra St. John Walsh","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-7807-2","topics":"behavioral-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6cb91f77-f1cd-4758-a48d-cce98035d6da","name":"A More Beautiful: The Power of Inquiry to Spark Breakthrough Ideas Question - Summary at Blas.com","description":"A beautiful question is an ambitious yet actionable question that can begin to shift …","image":"https://blas.com/wp-content/uploads/2016/08/17978134-198x300.jpg","links":"summary|https://blas.com/a-more-beautiful-question/","topics":"questions;warren-berger","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32c4bb6f-e483-4b58-b5a6-ff5dc74b1210","name":"MATLAB for Psychologists","description":"By Mauro Borgo, Alessandro Soranzo, Massimo Grassi","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-2197-9","topics":"psychology;software-tools/matlab","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f14b559d-ea1e-4026-a0bc-e8ea9176675f","name":"Intellectuals - Summary at Blas.com","description":"A good summary of some of history’s most influential intellectuals, how they were influential and some of the darker sides of their personalities","image":"https://blas.com/wp-content/uploads/2016/01/0060916575-01-_sx200_sclzzzzzzz_1-198x300.jpg","links":"summary|https://blas.com/intellectuals/","topics":"history;paul-johnson","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78dcc5cb-ec36-4479-953b-f00bf46e1aa3","name":"Levels of the Game - Summary at Blas.com","description":"Story told of Ashe vs. Graebner during their US Open semi-final with some of their background and thoughts intertwined","image":"https://blas.com/wp-content/uploads/2016/01/41KY2u4d4ZL._SX332_BO1204203200_-201x300.jpg","links":"summary|https://blas.com/levels-of-the-game/","topics":"john-mcphee;tennis","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b86c6302-e443-4c85-b21d-1cf05bd7fce9","name":"Power vs. Force - Summary at Blas.com","description":"Man thinks he lives by virtue of the forces he can control, but in …","image":"https://blas.com/wp-content/uploads/2016/07/61MU10fXoML-185x300.jpg","links":"summary|https://blas.com/power-vs-force/","topics":"consciousness;david-hawkins","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"229a909d-9ce8-4d93-aab1-049510ab3106","name":"Washington: A Life - Summary at Blas.com","description":"Chernow’s goal is to make Washington as close to the living, breathing figure he was …","image":"https://blas.com/wp-content/uploads/2016/07/A1pkWmmo-9L-195x300.jpg","links":"summary|https://blas.com/washington/","topics":"biography;george-washington;history;politics;ron-chernow;us-presidents","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90915be1-3936-442d-ab48-e80a1e6421be","name":"International Perspectives on Psychotherapy","description":"By Stefan G. Hofmann","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-56194-3","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc357103-5886-43f0-b41b-af9f14978a2c","name":"Deep Work: Rules for Focused Success in a Distracted World - Summary at Blas.com","description":"Deep work – professional activities performed in a state free of distractions which push …","image":"https://blas.com/wp-content/uploads/2016/01/deep-work-cal-newport-199x300.jpg","links":"summary|https://blas.com/deep-work/","topics":"cal-newport;deep-work;focus;mental-models","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90544b50-ddfa-4b7c-992f-46bfc2d8f091","name":"The Everything Store: Jeff Bezos and the Age of Amazon - Summary at Blas.com","description":"Stone attempts to describe the Amazon story, its founder and how Wall St. and …","image":null,"links":"summary|https://blas.com/everything-store/","topics":"amazon;biography;brad-stone;business;jeff-bezos","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be541e6f-2ee5-4ac6-bc31-783c666fee64","name":"Applied Behavior Analysis","description":"By Kimberly Maich, Darren Levine, Carmen Hall","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-44794-0","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"795fd1a7-33b8-4e26-ab5b-c2321339e7f2","name":"Seeking Wisdom: From Darwin to Munger - Summary at Blas.com","description":"Through real life examples, many of them centered around Warren Buffett and Charlie Munger, Peter Bevelin helps the reader learn how to think better, make fewer poor decisions understand ourselves and others better. Discusses mental models, human fallibilities, heuristics, instincts, human psychology, biology and more.","image":"https://blas.com/wp-content/uploads/2016/01/1995421-220x300.jpg","links":"summary|https://blas.com/seeking-wisdom/","topics":"charlie-munger;finance;investing;mental-models;peter-bevelin;warren-buffett;wisdom;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61db0e7d-8c34-4121-bad3-e2dc0378e597","name":"Metabolism of Human Diseases","description":"By Eckhard Lammert, Martin Zeeb","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-7091-0715-7","topics":"diseases;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"430589fa-b0ba-4d4a-9c95-4a62ad920708","name":"Advanced Engineering Mathematics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/241441.Advanced_Engineering_Mathematics","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"119d880d-5a3b-4823-8092-4bca6499182b","name":"Buffett and Munger: A Study in Simplicity and Uncommon, Common Sense - Summary at Blas.com","description":"A very interesting dialogue between Warren Buffett, Charlie Munger, the “librarian” and the “seeker” of knowledge. The dialogue discusses how to live a successful, happy and fulfilling life, what to avoid in life and in business and how to improve mental biases and heuristics in order to make better decisions","image":"https://blas.com/wp-content/uploads/2016/01/all_i_want_to_know-227x300.png","links":"summary|https://blas.com/a-study-in-simplicity/","topics":"business;charlie-munger;finance;investing;mental-models;peter-bevelin;warren-buffett;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a83b242-5778-48d3-a48f-b8fb78741e41","name":"A Few Lessons for Investors and Managers - Summary at Blas.com","description":"Bevelin compiles Buffett’s investor letters as well as other good sources of value investing …","image":"https://blas.com/wp-content/uploads/2016/07/81ki7FfFpwL-189x300.jpg","links":"summary|https://blas.com/lessons-for-investors/","topics":"business;charlie-munger;finance;investing;peter-bevelin;warren-buffett","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21c35271-6f58-41b7-b510-5d3b39c26053","name":"Thomas Jefferson: The Art of Power - Summary at Blas.com","description":"Interesting biography on the philosopher/politician who was responsible for writing the Declaration of Independence, …","image":"https://blas.com/wp-content/uploads/2016/07/513AF-SeRvL._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/thomas-jefferson/","topics":"biography;history;jon-meacham;politics;thomas-jefferson;us-presidents","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57e64985-14bf-4a1c-b9ef-730cd2c7ac5f","name":"John Adams - Summary at Blas.com","description":"Good biography on John Adams, his contributions, life, personality Key Takeaways Adams was a …","image":"https://blas.com/wp-content/uploads/2016/07/517oIyvrNDL._SX325_BO1204203200_-197x300.jpg","links":"summary|https://blas.com/john-adams/","topics":"biography;david-mccullough;history;john-adams;politics;us-presidents","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31380a44-e170-455c-99ff-306bc29daf6f","name":"Psychology of Perception","description":"By Simon Grondin","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-31791-5","topics":"psychology;perception","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e46767d-d4e0-45d4-aa6f-456a9d6b76fb","name":"Capital Account: A Money Manager’s Reports on a Turbulent Decade - Summary at Blas.com","description":"Relates the story of the 2001 TMT bubble from the perspective of Marathon Asset Management Key …","image":"https://blas.com/wp-content/uploads/2016/07/41-eYMXLKqL._SX326_BO1204203200_-197x300.jpg","links":"summary|https://blas.com/capital-account/","topics":"business;finance;investing;marathon-asset-management;mental-models","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47270468-2213-4fad-a46f-cc2455b78c36","name":"Men and Rubber: The Story of Business - Summary at Blas.com","description":"Harvey Firestone discusses some of his background, philosophy and business practices which helped him build one of the most successful companies of the early 20th century","image":"https://blas.com/wp-content/uploads/2016/01/md18455632416-208x300.jpg","links":"summary|https://blas.com/men-and-rubber/","topics":"autobiography;business;harvey-firestone;history;samuel-crowther;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0e9807e-24ba-487a-8e21-e9edbd9f0413","name":"A Few Lessons From Sherlock Holmes - Summary at Blas.com","description":"Bevelin takes quotes and examples from Sherlock Holmes as examples of several tools and …","image":"https://blas.com/wp-content/uploads/2016/06/5159Fp8S8TL-194x300.jpg","links":"summary|https://blas.com/lessons-from-sherlock-holmes/","topics":"decision-making;learning;mental-models;peter-bevelin;sherlock-holmes","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"323bfbfd-f833-4282-a052-c057a95467c1","name":"Alexander Hamilton - Summary at Blas.com","description":"The life and work of Alexander Hamilton told in a way that only the …","image":"https://blas.com/wp-content/uploads/2016/06/9168wNMBk1L-195x300.jpg","links":"summary|https://blas.com/alexander-hamilton/","topics":"alexander-hamilton;biography;history;politics;ron-chernow;us-presidents","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a309ba82-2dc2-4fbd-ac8d-e351a23eabbd","name":"Grit: The Power of Passion and Perseverance - Summary at Blas.com","description":"No matter the domain, the highly successful have a kind of ferocious determination that …","image":"https://blas.com/wp-content/uploads/2016/06/71thePUifrL-199x300.jpg","links":"summary|https://blas.com/grit/","topics":"angela-duckworth;grit;success","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c30cfbd1-c5a1-4488-a91d-23d3b7962048","name":"If Aristotle Ran General Motors: The New Soul of Business - Summary at Blas.com","description":"“I believe there are some basic truths, discernible by philosophical reflection, which undergird any sort of …","image":"https://blas.com/wp-content/uploads/2016/06/515w-O5fgNL-197x300.jpg","links":"summary|https://blas.com/if-aristotle-ran-general-motors/","topics":"business;philosophy;tom-morris","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfd56e0d-fe6f-4c22-b12b-7d22d68476ec","name":"Peak: Secrets from the New Science of Expertise - Summary at Blas.com","description":"An exciting and inspiring book which lays out a detailed process for how you …","image":"https://blas.com/wp-content/uploads/2016/06/41ylBBBhYjL-199x300.jpg","links":"summary|https://blas.com/peak/","topics":"anders-ericsson;learning;mastery;robert-pool","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca3d50d1-1d46-4733-9eca-26326bb00273","name":"Awakening the Buddha Within - Summary at Blas.com","description":"Really engaging book on the importance of mindfulness and meditation and the principal tenets …","image":"https://blas.com/wp-content/uploads/2016/06/91Pga1A1WSL-195x300.jpg","links":"summary|https://blas.com/awakening-the-buddha-within/","topics":"awareness;buddhism;lama-surya-das;meditation;mindfulness;spirituality","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be04f3df-7355-4398-9b18-2394adb7cbfd","name":"Brazil - Summary at Blas.com","description":"A rally good overview of Brazil’s history and founding, it’s political background, agricultural prowess, …","image":"https://blas.com/wp-content/uploads/2016/05/810TphBk5qL-194x300.jpg","links":"summary|https://blas.com/brazil/","topics":"brazil;history;michael-reid;politics","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"533a0715-6842-44aa-85e1-e1d85cf67c68","name":"The Logic of Failure: Recognizing and Avoiding Error in Complex Situations - Summary at Blas.com","description":"Logic of failure – certain tendencies in our patterns of thought that, while appropriate …","image":"https://blas.com/wp-content/uploads/2016/05/download.jpg","links":"summary|https://blas.com/logic-of-failure/","topics":"decision-making;dietrich-doerner","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f414406f-44db-49db-b3a6-602c39385b10","name":"Team of Teams: New Rules of Engagement for a Complex World - Summary at Blas.com","description":"General Stanley McChrystal was in command of the Joint Special Operations and director of operations in …","image":"https://blas.com/wp-content/uploads/2016/05/81G9pFYbSFL-199x300.jpg","links":"summary|https://blas.com/team-of-teams/","topics":"leadership;stanley-mcchrystal;war","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55524aa3-e284-4697-b175-2f803f4ac35b","name":"Heroes of History - Summary at Blas.com","description":"Great compilation of some of the world’s most influential, powerful, innovative people of all …","image":"https://blas.com/wp-content/uploads/2016/05/download-1.jpg","links":"summary|https://blas.com/heroes-of-history/","topics":"history;will-durant","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a03df1fa-22af-472f-bf7c-0efffc455f50","name":"Living a Life of Awareness - Summary at Blas.com","description":"Miguel Ruiz Jr follows in his fathers footsteps with the Toltec way of life …","image":"https://blas.com/wp-content/uploads/2016/05/download-2.jpg","links":"summary|https://blas.com/living-a-life-of-awareness/","topics":"don-miguel-ruiz;how-to-live-life;mindfulness;spirituality;toltec","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c9511d6-8fba-4337-8203-bf1d589d523e","name":"Extreme Ownership: How U.S. Navy Seals Lead and Win - Summary at Blas.com","description":"Describes SEAL combat operations and training through Jocko’s and Leif’s eyes and applies this …","image":"https://blas.com/wp-content/uploads/2016/05/41wsgvkoW2L._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/extreme-ownership/","topics":"business;jocko-willink;leadership;leif-babin;navy-seals","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56a9b000-36b6-4f76-af82-c269f53eb21a","name":"Eat Fat, Get Thin - Summary at Blas.com","description":"Dr. Hyman details very convincing evidence on why eating the right types of fats …","image":"https://blas.com/wp-content/uploads/2016/05/91HzfjWRGIL-192x300.jpg","links":"summary|https://blas.com/eat-fat-get-thin/","topics":"diet-and-nutrition;health;mark-hyman","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d87e5eca-608f-484d-8ef1-56217ccbaf3e","name":"101 Things I Learned in Culinary School - Summary at Blas.com","description":"101 tips and learnings the author got out of culinary school Key Takeaways A …","image":"https://blas.com/wp-content/uploads/2016/05/61P17-HDIkL-300x215.jpg","links":"summary|https://blas.com/101-things-learned-culinary-school/","topics":"cooking;louis-eguaras;matthew-frederick","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69cdd53e-5576-45ab-92e8-6186ad1e4458","name":"Living Buddha, Living Christ - Summary at Blas.com","description":"Beautifully written book which strongly advocates for mindfulness in everything we do – from …","image":"https://blas.com/wp-content/uploads/2016/05/41AUaRH88kL._SX288_BO1204203200_-174x300.jpg","links":"summary|https://blas.com/living-buddha-living-christ/","topics":"buddhism;jesus;meditation;mindfulness;spirituality","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45fa26a5-1ac6-471b-82b4-9bd8be24e7f9","name":"So You Want to Start a Hedge Fund - Summary at Blas.com","description":"First book written by an insider that looks under the hood of the industry …","image":"https://blas.com/wp-content/uploads/2016/05/41trAp9qvEL._SX354_BO1204203200_-214x300.jpg","links":"summary|https://blas.com/so-you-want-t0-start-a-hedge-fund/","topics":"business;finance;investing;ted-seides","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44378819-796d-4d01-b366-14bfbd155571","name":"Handbook of Consumer Finance Research","description":"By Jing Jian Xiao","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-28887-1","topics":"psychology;consumer-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"535a2426-b54a-48ec-85a3-8d0e20167e8e","name":"The Power Broker - Summary at Blas.com","description":"The incredible, multi-dimensional story of Robert Moses who helped shape New York through its …","image":"https://blas.com/wp-content/uploads/2016/01/The_Power_Broker_book_cover-199x300.jpg","links":"summary|https://blas.com/the-power-broker/","topics":"biography;government;history;new-york;power;robert-caro;robert-moses","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ed16c26-2def-466a-89d9-0f32aa46962d","name":"Dreaming Yourself Awake - Summary at Blas.com","description":"Dreaming Yourself Awake describes the two most effective forms to control dreams though lucid …","image":"https://blas.com/wp-content/uploads/2016/05/91pp-Zx54HL-194x300.jpg","links":"summary|https://blas.com/dreaming-awake-alan-wallace/","topics":"alan-wallace;lucid-dreaming","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"caa371ab-cf89-43c4-866b-333ca681f9f9","name":"Clinical Methods in Medical Family Therapy","description":"By Tai Mendenhall, Angela Lamson, Jennifer Hodgson, Macaran Baird","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-68834-3","topics":"psychology;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1173a5e8-660d-4093-9d1f-331addce550d","name":"Motivation and Action","description":"By Jutta Heckhausen, Heinz Heckhausen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-65094-4","topics":"psychology;motivation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ef60788-da33-4921-a1db-c67da33b9f02","name":"Perceptual Organization","description":"By Stephen Handel","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-96337-2","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"857b2331-70f0-4760-8b3e-7c67ee7737bd","name":"Stealing Fire","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/30317415-stealing-fire","topics":"work;productivity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c04312cd-561a-4ad8-9d8b-a2d43fcd9ca3","name":"The Mind Inside Tai Chi: Sustaining a Joyful Heart - Summary at Blas.com","description":"A good introduction into tai chi and why/how it is practiced Key Takeaways Practicing …","image":"https://blas.com/wp-content/uploads/2016/03/91vYRB923BL-199x300.jpg","links":"summary|https://blas.com/mind-inside-tai-chi/","topics":"henry-zhuang;tai-chi","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95b7c1ba-07d8-439f-bebf-0abbd47d2512","name":"Plain Talk: Lessons From a Business Maverick - Summary at Blas.com","description":"Ken Iverson took over Nucor when he was 39 and compounded the business at incredible rates for decades. On top of it, he did it in the steel industry which is not known for its attractive returns. Iverson lays out his management principles which center around employee trust and loyalty, decentralization, honesty, limited hierarchy and bureaucracy and aligning the employees and manager’s interest through partnership.","image":"https://blas.com/wp-content/uploads/2016/01/516pEhuhDlL._SY344_BO1204203200_-185x300.jpg","links":"summary|https://blas.com/plain-talk/","topics":"business;culture;ken-iverson;leadership;loyalty;nucor;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4937fe58-710a-4c33-992d-755d725e7c65","name":"Gates of Fire - Summary at Blas.com","description":"The Battle of Thermopylae told from the point of view one of the Spartan …","image":"https://blas.com/wp-content/uploads/2016/03/ww.jpg","links":"summary|https://blas.com/gates-of-fire/","topics":"greece;history;steven-pressfield;war","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7603570-3175-42e9-8da6-866f35df41dc","name":"When Breath Becomes Air - Summary at Blas.com","description":"Paul Kalanithi describes his journey of becoming a neuroscientist and when he is finally …","image":"https://blas.com/wp-content/uploads/2016/03/717KRq4xxxL-203x300.jpg","links":"summary|https://blas.com/when-breath-becomes-air/","topics":"autobiography;cancer;paul-kalanithi","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb66ed4a-efe7-41d4-bf34-486eb3bb0e0e","name":"Give and Take: Why Helping Others Drives Our Success - Summary at Blas.com","description":"People tend to operate as either givers, matchers or takers. In today’s increasingly connected …","image":"https://blas.com/wp-content/uploads/2016/01/41VatwrWCeL._SX325_BO1204203200_-197x300.jpg","links":"summary|https://blas.com/give-and-take/","topics":"adam-grant;business;how-to-live-life;networking","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"614d3cca-c2ef-4ffd-bf7f-53c1f7589c94","name":"The Autobiography of a Yogi - Summary at Blas.com","description":"Mukunda experiences a miraculous recovery at a young age and after that is set …","image":"https://blas.com/wp-content/uploads/2016/03/download-4.jpg","links":"summary|https://blas.com/the-autobiography-of-a-yogi/","topics":"biography;meditation;paramahansa-yogananda;spiritual;yoga","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f5aa053-8571-42e3-b127-4d7774545974","name":"The Dhando Investor - Summary at Blas.com","description":"Dhando investing is all about value investing – maximum rewards with minimal risk. Dhando …","image":"https://blas.com/wp-content/uploads/2016/03/download-5.jpg","links":"summary|https://blas.com/the-dhando-investor/","topics":"finance;investing;mohnish-pabrai","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c15aaf16-597c-4200-a4eb-becad960969e","name":"The Decision Book - Summary at Blas.com","description":"Provides a brief summary of 50 decision models, or mental frameworks, on how to …","image":"https://blas.com/wp-content/uploads/2016/03/41WwzC7-XgL-186x300.jpg","links":"summary|https://blas.com/decision-book/","topics":"decision-making;mental-models;mikael-krogerus;roman-tschappeler","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8584229-7290-4175-b0f7-bde1dade5284","name":"The Loyalty Effect - Summary at Blas.com","description":"Reichheld lays out a very convincing argument for why creating an ecosystem which attracts and rewards loyal customers, employees and investors is the ultimate moat for any organization","image":"https://blas.com/wp-content/uploads/2016/01/LoyaltyEffectRevCover-198x300.jpg","links":"summary|https://blas.com/the-loyalty-effect/","topics":"bain;business;culture;frederick-reichheld;loyalty;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f537d4d5-43fc-450a-8ccd-c041c09ba913","name":"100 to 1 - Summary at Blas.com","description":"The two reasons so few people profit from 100 to 1 stocks is that …","image":"https://blas.com/wp-content/uploads/2015/12/51rGgqqH13L._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/100-to-1/","topics":"finance;investing;thomas-phelps","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4335a11-0ba8-4f63-91a1-823d0b255f2e","name":"Damn Right! Behind the Scenes with Berkshire Hathaway Billionaire Charlie Munger - Summary at Blas.com","description":"Lowe details Charlie’s life through his early career as a lawyer, later partnership with …","image":"https://blas.com/wp-content/uploads/2016/03/51D1kDCtkGL._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/damn-right/","topics":"business;charlie-munger;decision-making;finance;investing;janet-lowe;mental-models","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4767850c-d20c-45e1-9e2a-fc2003ad73d0","name":"The Invention of Nature: Alexander Humboldt’s New World - Summary at Blas.com","description":"Wulf describes Humboldt’s amazing ability to see the big picture of nature and how …","image":"https://blas.com/wp-content/uploads/2016/03/91-JouPKhpL-194x300.jpg","links":"summary|https://blas.com/the-invention-of-nature/","topics":"alexander-von-humboldt;andrea-wulf;biography;nature","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f360034c-410e-4724-bdb1-a7b15c98dbdd","name":"Curious: The Desire to Know and Why Your Future Depends on It - Summary at Blas.com","description":"Leslie outlines why curiosity is core to what it means to be human, how …","image":"https://blas.com/wp-content/uploads/2016/02/41ZxxJ3Kj1L._SX332_BO1204203200_-201x300.jpg","links":"summary|https://blas.com/curious/","topics":"curiosity;ian-leslie","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fab791b5-b663-4ebf-bdfb-5240ca957f71","name":"Andrew Carnegie - Summary at Blas.com","description":"Nasaw sheds a different light on Carnegie than what we get through Carnegie’s autobiography. …","image":"https://blas.com/wp-content/uploads/2016/02/download-6.jpg","links":"summary|https://blas.com/andrew-carnegie/","topics":"america;andrew-carnegie;biography;business;david-nasaw;history;steel","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68161b6b-d3c7-441a-a833-92c4375c3bac","name":"The Autobiography of Andrew Carnegie - Summary at Blas.com","description":"Andrew Carnegie was born in 1835 in Scotland but immigrated to America when he was 13 and was able to rise to the highest echelons of society through his steel empire. He is one of the world’s great philanthropists and gave away the majority of his wealth before his death to several causes such as public libraries, world peace, improving the human condition and strengthening democracy.","image":"https://blas.com/wp-content/uploads/2016/01/cover225x225.jpeg","links":"summary|https://blas.com/autobiography-of-andrew-carnegie/","topics":"andrew-carnegie;autobiography;business;philanthropy;steel;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b52d85e3-7d8c-42e4-9d22-4196320fff45","name":"The Singapore Story - Summary at Blas.com","description":"Fascinating account of an amazing man whose vision helped him transform Singapore from a …","image":"https://blas.com/wp-content/uploads/2016/02/51TzjoXw0L-206x300.jpg","links":"summary|https://blas.com/the-singapore-story/","topics":"biography;government;history;lee-kuan-yew;singapore","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d56030e-9331-444c-8272-f80d25a9ad3d","name":"One Spirit Medicine: Ancient Ways to Ultimate Wellness - Summary at Blas.com","description":"One Spirit Medicine helps restore mental, physics, emotional and spiritual well being through vision …","image":"https://blas.com/wp-content/uploads/2016/02/81CdjDCXxbL-205x300.jpg","links":"summary|https://blas.com/one-spirit-medicine/","topics":"alberto-villoldo;diet-and-nutrition;health;medicine;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d08ee69-4598-4d39-a220-1cec66ebecb4","name":"The Silo Effect: The Peril of Expertise and the Promise of Breaking Down Barriers - Summary at Blas.com","description":"People naturally build silos in order to deal with the world’s ever-growing complexity. However, …","image":"https://blas.com/wp-content/uploads/2016/02/41baKuUGlcL._SX295_BO1204203200_-179x300.jpg","links":"summary|https://blas.com/the-silo-effect/","topics":"business;gillian-tett","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fadea0e4-28d0-441c-b09f-3b4ee2f45ca2","name":"The Gorilla Game: Picking Winners in High Technology - Summary at Blas.com","description":"Moore, Johnson and Kippola outline what the gorilla game entails and how to go …","image":"https://blas.com/wp-content/uploads/2016/01/51YE689GC7L._SX302_BO1204203200_-192x300.jpg","links":"summary|https://blas.com/the-gorilla-game/","topics":"geoffrey-moore;investing;paul-johnson;technology;tom-kippola","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21e75236-9d4b-49d6-9365-0ac9c66d3ad8","name":"Quiet: The Power of Introverts in a World That Can’t Stop Talking - Summary at Blas.com","description":"We live in a society which idealizes extroverts but many of us are true …","image":"https://blas.com/wp-content/uploads/2016/02/81vOO4hRh0L-194x300.jpg","links":"summary|https://blas.com/quiet/","topics":"introverts;psychology;susan-cain","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"402df69e-fdd3-4e0f-8bd8-44531222d084","name":"100 Baggers: Stocks that Return 100-to-1 and How to Find Them - Summary at Blas.com","description":"An updated version of Phelps’ 100 Baggers, this book takes you through examples of …","image":"https://blas.com/wp-content/uploads/2016/02/51BPb3DpgUL._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/100-baggers/","topics":"christopher-mayer;finance;investing;thomas-phelps","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"558bb00e-e759-48da-8b7e-d5f4dbca2f1f","name":"Foundations of Behavioral Health","description":"By Bruce Lubotsky Levin, Ardis Hanson","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-18435-3","topics":"behavioral-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f0b52bd-d79a-4e1f-a5dd-66ed54663045","name":"Becoming the Iceman: Pushing Past Perceived Limits - Summary at Blas.com","description":"Wim “the Iceman” Hof describes his background, training regiment, beliefs and world records. He has …","image":"https://blas.com/wp-content/uploads/2016/01/41q4qlxkzEL._SX322_BO1204203200_-195x300.jpg","links":"summary|https://blas.com/becoming-the-iceman/","topics":"cold-exposure;justin-rosales;wim-hof","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6eea4170-f828-4671-bcbd-d40aebc51c5a","name":"The Billionaire Who Wasn’t: How Chuck Feeney Made and Gave Away a Fortune - Summary at Blas.com","description":"An inspiring book about Chuck Feeney, one of the founders of Duty Free Shoppers …","image":"https://blas.com/wp-content/uploads/2016/01/41aZQSZgafL._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/the-billionaire-who-wasnt/","topics":"chuck-feeney;conor-oclery;duty-free-shoppers;philanthropy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0680bf71-a48a-4b7a-94a5-3d3b3fbf22d4","name":"The Graveyard Book - Summary at Blas.com","description":"Follows the story of Nobody Owens who is adopted and raised by the supernatural …","image":"https://blas.com/wp-content/uploads/2016/01/51V2lDZogPL._SX334_BO1204203200_-202x300.jpg","links":"summary|https://blas.com/the-graveyard-book/","topics":"fantasy;fiction;neil-gaiman","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbdb02d5-16be-4de5-881b-386ec3c2e02b","name":"Social Psychology in Action","description":"By Kai Sassenberg, Michael L.W. Vliek","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-13788-5","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"647b626a-eb3d-41f2-a4a7-9597eda728b1","name":"The Oasis Within - Summary at Blas.com","description":"A tale of an uncle and his nephew who are journeying across the desert …","image":"https://blas.com/wp-content/uploads/2016/01/41G5-ayb-L._SX331_BO1204203200_-200x300.jpg","links":"summary|https://blas.com/the-oasis-within/","topics":"philosophy;tom-morris","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac07eb94-139c-499a-8302-c2fad3db1639","name":"It’s Your Ship - Summary at Blas.com","description":"Captain Abrashoff recounts his story and the leadership principles he used to turn around the USS Benfold, one of the worst performing ships in the navy. Believes these leadership principles to be universal and in today’s age, getting the most out of your people and helping them grow is more important than ever","image":"https://blas.com/wp-content/uploads/2016/01/cb6ef9e8fa38798e99972aaef7cdcc4d-199x300.jpg","links":"summary|https://blas.com/its-your-ship/","topics":"leadership;michael-abrashoff;navy;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7809182-0d86-4e59-b5bf-5b47c979ae37","name":"Developmental Neurobiology","description":"By Mahendra S. Rao, Marcus Jacobson","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-28117-9","topics":"neurobiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ebd0366-e150-4f0f-b321-d885a36acd9a","name":"Fundamentals of Biomechanics","description":"By Duane Knudson","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-49312-1","topics":"biomechanics;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88ea0292-a392-4e9e-b147-e2e66cdcc5df","name":"The Way Forward: Renewing the American Idea - Summary at Blas.com","description":"Paul Ryan lays out his background, beliefs, motivations and goals and how he plans …","image":"https://blas.com/wp-content/uploads/2016/01/51uVB0Glg-L-197x300.jpg","links":"summary|https://blas.com/the-way-forward/","topics":"paul-ryan;politics","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e49dd9ff-a09e-4c6f-8809-e60365ed7e63","name":"Beyond Training: Mastering Endurance, Health and Life - Summary at Blas.com","description":"Greenfield lays out a detailed training regiment section, recovery section, nutrition section, lifestyle section, …","image":"https://blas.com/wp-content/uploads/2016/01/417iX2970zL-202x300.jpg","links":"summary|https://blas.com/beyond-training/","topics":"ben-greenfield;diet-and-nutrition;health","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfccc3be-8794-40a0-913c-f5c9566c57a7","name":"The Power of Story - Summary at Blas.com","description":"Jim Loehr lays out a framework for how to live a more aligned life …","image":"https://blas.com/wp-content/uploads/2016/01/51pBocD9LPL._SX322_BO1204203200_-1-195x300.jpg","links":"summary|https://blas.com/the-power-of-story/","topics":"jim-loehr","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6199371b-4e4d-457a-8b56-b79c5ed3a600","name":"Doing Good Better: Effective Altruism and How You Can Make a Difference - Summary at Blas.com","description":"Macaskill lays out some questions and reasoning for how to figure out how to …","image":"https://blas.com/wp-content/uploads/2016/01/23398748-198x300.jpg","links":"summary|https://blas.com/doing-good-better/","topics":"charity;effective-altruism;nonprofit;william-macaskill","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff0efa49-9f40-48b6-9dc9-3d1de51aa2bb","name":"What Do You Care What Other People Think? - Summary at Blas.com","description":"A fun recounting of Feynman’s life, time on NASA exploring the Challenger disaster and …","image":"https://blas.com/wp-content/uploads/2016/01/220px-What_do_you_care_what_other_people_think-201x300.jpg","links":"summary|https://blas.com/what-do-you-care-what-other-people-think/","topics":"ralph-leighton;richard-feynman","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"855c50cb-5458-4acd-b32f-304cf69a041b","name":"James J. Hill: Empire Builder - Summary at Blas.com","description":"Jim Hill was one of the great railroad tycoons, founding and expanding what eventually …","image":"https://blas.com/wp-content/uploads/2016/01/41sOqsOea9L._SX317_BO1204203200_-192x300.jpg","links":"summary|https://blas.com/james-j-hill/","topics":"american-history;james-hill;michael-malone;railroads","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a18cf5ea-9a89-4ff7-8264-4320c899a68c","name":"Plant Physiological Ecology","description":"By Hans Lambers, F Stuart Chapin III, Thijs L. Pons","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-78341-3","topics":"botany;ecology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1843f0a8-5cd3-4d23-8101-209335175c54","name":"The Joy of Science","description":"By Richard A. Lockshin","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4020-6099-1","topics":"evolution;biology;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eacba974-0028-47b2-add3-e9b8be4de515","name":"The Almost Nearly Perfect People - Summary at Blas.com","description":"A fascinating account of the unique culture of the Scandinavian countries – Norway, Sweden, …","image":"https://blas.com/wp-content/uploads/2016/01/51fc0DDh9L._SX323_BO1204203200_-195x300.jpg","links":"summary|https://blas.com/the-almost-nearly-perfect-people/","topics":"culture;denmark;finland;iceland;michael-booth;norway;scandinavia;sweden","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af125135-cb5a-4db5-92a4-a2c58116e650","name":"The Score Takes Care of Itself - Summary at Blas.com","description":"Ultimate guide to Bill Walsh’s leadership principles. Told by his son through the perspective …","image":"https://blas.com/wp-content/uploads/2016/01/51SkbiTQwML-196x300.jpg","links":"summary|https://blas.com/the-score-takes-care-of-itself/","topics":"bill-walsh;coach;football;leadership;sports","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85215e73-5213-466f-ac15-b07c7cdf15d8","name":"Bolivar: American Liberator - Summary at Blas.com","description":"Arana describes in detail Bolivar the man and how he was able to liberate …","image":"https://blas.com/wp-content/uploads/2016/01/81CdNgqLdGL-199x300.jpg","links":"summary|https://blas.com/bolivar/","topics":"biography;history;marie-arana;simon-bolivar","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9c1b16b-a158-4e9a-8843-c25748d4f56a","name":"Basil Moreau: Essential Writings - Summary at Blas.com","description":"A good biography on a great man. Basil Moreau founded and lead the congregation …","image":"https://blas.com/wp-content/uploads/2016/01/51nMT2Xm5vL._AC_SY400_-200x300.jpg","links":"summary|https://blas.com/basil-moreau/","topics":"andrew-gawrych;basil-moreau;holy-cross;kevin-grove;notre-dame;religion","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b94ed15a-7c5a-4172-8c5a-424d3e6d7c63","name":"The Boys in the Boat - Summary at Blas.com","description":"Brown tells the story of the Washington crew team who overcame great odds in …","image":"https://blas.com/wp-content/uploads/2016/01/91fU6Q9YEAL-196x300.jpg","links":"summary|https://blas.com/the-boys-in-the-boat/","topics":"crew;daniel-james-brown;olympics;sports","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50779e25-397a-43ea-94e3-4b3177e04b69","name":"Finding Ultra - Summary at Blas.com","description":"Rich Roll tells his inspiring story of lazy, overweight, addicted into an all vegan …","image":"https://blas.com/wp-content/uploads/2016/01/71ieki1ewwL-195x300.jpg","links":"summary|https://blas.com/finding-ultra/","topics":"health;rich-roll;running","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b7e20e8-2a48-46cf-9374-9f5b78f1c6a4","name":"Diaminds - Summary at Blas.com","description":"“How do successful thinkers think? And how is it that their ways of thinking …","image":"https://blas.com/wp-content/uploads/2015/12/41QBQa2pjiL._SX336_BO1204203200_-203x300.jpg","links":"summary|https://blas.com/diaminds/","topics":"charlie-munger;decision-making;heuristics;how-to-live-life;mental-models;mihnea-moldoveanu;roger-martin","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71b7ae6a-fd50-454d-b7c1-66c00f8c9c6b","name":"Leading - Summary at Blas.com","description":"Alex Ferguson managed Manchester United for 26 years and helped them achieve incredible success. This book is about what he has learned throughout his life about leadership","image":"https://blas.com/wp-content/uploads/2015/05/Screen-Shot-2015-09-14-at-2.22.25-PM-198x300.png","links":"summary|https://blas.com/leading/","topics":"alex-ferguson;leadership;manchester-united;michael-moritz;soccer;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7efe5ff3-2b44-41ff-862f-8955bc1d2a5f","name":"Assimilative Memory: How to Attend and Never Forget - Summary at Blas.com","description":"Good memory training system and operates in three ways. (1) It increases the general …","image":"https://blas.com/wp-content/uploads/2015/12/51aUygppAL-200x300.jpg","links":"summary|https://blas.com/assimilative-memory/","topics":"alphonse-loisette;memory","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1c36ec8-079c-4b9e-877b-c60e07779e8c","name":"The Art of Worldly Wisdom - Summary at Blas.com","description":"Quick anecdotes which rival anything found in Stoicism. This book should be much more …","image":"https://blas.com/wp-content/uploads/2015/12/91pHn4CkVAL-207x300.jpg","links":"summary|https://blas.com/the-art-of-worldly-wisdom/","topics":"baltasar-gracian;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d02bd283-dd0f-4b05-9544-efcfa84fbaa0","name":"Boomerang: Travels in the New Third World - Summary at Blas.com","description":"Michael Lewis again manages to draw you in on what are typically pretty boring …","image":"https://blas.com/wp-content/uploads/2015/12/51eiNdwyKZL._SX332_BO1204203200_-201x300.jpg","links":"summary|https://blas.com/boomerang/","topics":"finance;michael-lewis","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ac71ca5-9b23-4c0f-b99a-f9bc1dd764be","name":"The Big Short - Summary at Blas.com","description":"Lewis does a great job of making what could be a very dull and …","image":"https://blas.com/wp-content/uploads/2015/12/41bHaJ00DL-200x300.jpg","links":"summary|https://blas.com/the-big-short/","topics":"finance;michael-lewis","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"136a7694-ddc9-40e7-9c3e-725a873e3fc3","name":"The Science Asylum","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCXgNowiGxwwnLeQ7DXTwXPg","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b62f360f-fe08-4ce6-be43-5163ae0188a8","name":"Distant Force: A Memoir of the Teledyne Corporation and the Man Who Created It - Summary at Blas.com","description":"One of the early Teledyne employees and eventual President, George Roberts, tells of the …","image":"https://blas.com/wp-content/uploads/2015/12/51YeMCHCr5L._SX325_BO1204203200_-197x300.jpg","links":"summary|https://blas.com/distant-force/","topics":"business;george-roberts;henry-singleton;leadership;teledyne","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"770ca4ae-0185-4ac3-a1a4-bf5a6b06a3f3","name":"Knowledge and Decisions - Summary at Blas.com","description":"Sowell argues that knowledge is man’s most severe restraint but knowing the power of incentives, …","image":"https://blas.com/wp-content/uploads/2015/12/220px-KnowledgeandDecisions-196x300.jpg","links":"summary|https://blas.com/knowledge-and-decisions/","topics":"decision-making;thomas-sowell","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff35f17f-487a-4657-9e7f-07f6c8b5c49f","name":"Reagan - Summary at Blas.com","description":"Good biography on Reagan, his childhood, acting career, presidency and post-presidency. Impressive man who …","image":"https://blas.com/wp-content/uploads/2015/12/419ieBcAv8L._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/reagan/","topics":"american-history;hw-brands;politics;ronald-reagan","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b773dd7-44cc-4b2c-8276-ed6619192e46","name":"The Prophet - Summary at Blas.com","description":"The Prophet must leave a city he has been in for 12 years but …","image":"https://blas.com/wp-content/uploads/2015/12/91iIlD9xegL-200x300.jpg","links":"summary|https://blas.com/the-prophet/","topics":"kahlil-gibran;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a78a871f-6b3f-4a3d-9192-164eeb1bc1bd","name":"Integrative Human Biochemistry","description":"By Andrea T. da Poian, Miguel A. R. B. Castanho","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-3058-6","topics":"medicine;biochemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35fcfabe-fe30-4eb0-a98e-e594a7566adc","name":"Son of Hamas - Summary at Blas.com","description":"Mosab describes his life as the son of one of the founders of Hamas, …","image":"https://blas.com/wp-content/uploads/2015/11/413fr2eoPPL._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/son-of-hamas/","topics":"biography;hamas;mosab-hassan-yousef;terrorism","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ef4730e-231d-4d97-967e-a833c6a8e8b4","name":"Fundamentals of Biomechanics","description":"By Nihat Özkaya, Dawn Leger, David Goldsheyder, Margareta Nordin","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-44738-4","topics":"biomechanics;biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0baff0a2-c189-458a-a9b0-3b55d28558b5","name":"Human Chromosomes","description":"By Orlando J. Miller, Eeva Therman","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4613-0139-4","topics":"genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41cf63dc-acce-4150-922d-b8fc0c6926bc","name":"Evernote: Unleashed - Summary at Blas.com","description":"Good read on Evernote and how to use most effectively Key Takeaways Organize Reading …","image":"https://blas.com/wp-content/uploads/2015/11/41HYuyIkWXL-188x300.jpg","links":"summary|https://blas.com/evernote-unleashed/","topics":"evernote;jason-bracht;productivity","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2431a0a-0e40-46be-9285-90a6dad2fa4e","name":"Snow Crash - Summary at Blas.com","description":"Stephenson weaves virtual reality, Sumerian myth and a strange future in a great thriller …","image":"https://blas.com/wp-content/uploads/2015/11/51yI5lXG7IL-200x300.jpg","links":"summary|https://blas.com/snow-crash/","topics":"artificial-intelligence;fiction;future;neal-stephenson","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3efa850-fabf-4dfc-9414-06a9d11e2320","name":"How to Breathe With Ease - Summary at Blas.com","description":"Quick read with some basic principles on how to properly breathe Key Takeaways He …","image":"https://blas.com/wp-content/uploads/2015/11/24243293-214x300.jpg","links":"summary|https://blas.com/how-to-breathe-with-ease/","topics":"breathing;f-matthias-alexander","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5dd58c2-8ebf-44ad-932c-226e0efa557c","name":"Coherence - Summary at Blas.com","description":"Knowledge about human relationships, biology, brain, adult development, behavior, human system, emotional intelligence, medicine, …","image":"https://blas.com/wp-content/uploads/2015/11/4195x-yKnzL-200x300.jpg","links":"summary|https://blas.com/coherence/","topics":"alan-watkins;biohacking;biology;decision-making;emotional-intelligence;health","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e203e430-b50d-4109-96e3-adfabb5799b3","name":"Sapiens: A Brief History of Humankind - Summary at Blas.com","description":"The book surveys the history of humankind from the evolution of archaic human species …","image":"https://blas.com/wp-content/uploads/2015/11/41lolL22gL-190x300.jpg","links":"summary|https://blas.com/sapiens/","topics":"human-history;religion;yuval-noah-harari","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c37577c-8d0a-4bc3-a85d-88e65f1efa8c","name":"Superforecasting - Summary at Blas.com","description":"Great read on how to become a much better forecaster by making a forecast, …","image":"https://blas.com/wp-content/uploads/2015/11/51cBe-c2UL-197x300.jpg","links":"summary|https://blas.com/superforecasting/","topics":"dan-gardner;forecasting;investing;philip-tetlock","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e7236d7-f4eb-4974-8805-96dabcf8af0b","name":"Super Better - Summary at Blas.com","description":"By adopting a more “gameful” mindset you can improve your resilience and better improve …","image":null,"links":"summary|https://blas.com/super-better/","topics":"biohacking;brain;jane-mcgonigal","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"824725c1-0063-4e17-a908-141dd9285347","name":"Deep Simplicity - Summary at Blas.com","description":"Gribbin explores our biological history to show how complexity can arise out of simplicity. Chaos leads to complexity which leads to life. The interesting things happen at the edge of complexity; in chaotic systems, minute differences in the initial conditions lead to huge differences in outcome","image":"https://blas.com/wp-content/uploads/2015/11/51mF0T9o5L._SY344_BO1204203200_-203x300.jpg","links":"summary|https://blas.com/deep-simplicity/","topics":"biology;history;john-gribbin;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6567498-bedb-45c2-b1a0-ab14d930cf79","name":"Master Evernote - Summary at Blas.com","description":"Good and quick read on how to use Evernote efficiently Key Takeaways Fortunately, the …","image":null,"links":"summary|https://blas.com/master-evernote/","topics":"efficiency;evernote;sj-scott","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1beb188c-e7ec-42a7-9efd-ac3f88ef024e","name":"The Origin of Consciousness in the Breakdown of the Bicameral Mind - Summary at Blas.com","description":"Jaynes argues that up until 2-4,000 years ago, men were not conscious but followed the voices of gods. As language and writing developed, consciousness began to emerge which then displaced these voices. On the surface it seems crazy but Jaynes does an incredible job of making it seem plausible","image":"https://blas.com/wp-content/uploads/2015/05/41ujSlRdt3L._SY344_BO1204203200_-193x300.jpg","links":"summary|https://blas.com/origin-of-consciousness/","topics":"consciousness;human-history;julian-jaynes;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"714a0e4d-ed4d-4d76-949c-4de272195f65","name":"Charlie Munger: The Complete Investor - Summary at Blas.com","description":"Another book on how Buffett and Munger think and how this differentiates them Key …","image":"https://blas.com/wp-content/uploads/2015/11/download-2.jpg","links":"summary|https://blas.com/charlie-munger-the-complete-investor/","topics":"charlie-munger;decision-making;finance;heuristics;investing;mental-models;tren-griffin;warren-buffett","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95d43d2e-1df1-414a-aded-f18f9f934346","name":"The Righteous Mind - Summary at Blas.com","description":"This book is about why it is so hard for people to get along …","image":"https://blas.com/wp-content/uploads/2015/11/download-3.jpg","links":"summary|https://blas.com/the-righteous-mind/","topics":"jonathan-haidt;morality;politics;religion","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e41371f4-f33f-48c8-b656-122c39a32217","name":"Phylogenomics","description":"By Christoph Bleidorn","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-54064-1","topics":"genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2a3ffd2-309a-43c3-898b-55e190d77aea","name":"Crime and Punishment - Summary at Blas.com","description":"Sparknotes can do a much better job summarizing it than I can but Raskolnikov …","image":"https://blas.com/wp-content/uploads/2015/11/a-197x300.jpg","links":"summary|https://blas.com/crime-and-punishment/","topics":"classic;fiction;fyodor-dostoevsky;russia","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56b7271c-736b-4f4e-8b37-b9e9072f59e8","name":"One Click: Jeff Bezos and the Rise of Amazon - Summary at Blas.com","description":"Brandt allows the reader to get into Bezos’ head and his decision making process …","image":"https://blas.com/wp-content/uploads/2015/11/download-3.png","links":"summary|https://blas.com/one-click/","topics":"amazon;jeff-bezos","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f85730e-c3fc-4623-abc0-243a15a04df6","name":"Principles of Terrestrial Ecosystem Ecology","description":"By F Stuart Chapin III, Pamela A. Matson, Peter Vitousek","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-9504-9","topics":"ecology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc02420f-73c4-48fd-9128-d3f7da6f60a3","name":"Learning Landscape Ecology","description":"By Sarah E. Gergel, Monica G. Turner","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-6374-4","topics":"ecology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44fe9b39-3946-4462-b670-a043f0b1e6d0","name":"Epidemiological Research: Terms and Concepts","description":"By O. S. Miettinen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-94-007-1171-6","topics":"epidemiology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d1932d8-1f1d-480e-b9a2-c1b097fbdb8d","name":"Statistical Analysis of Clinical Data on a Pocket Calculator","description":"By Ton J. Cleophas, Aeilko H. Zwinderman","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-94-007-1211-9","topics":"statistics;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"207fbb57-cb56-4670-a363-3bcd450d358f","name":"Clinical Data Analysis on a Pocket Calculator","description":"By Ton J. Cleophas, Aeilko H. Zwinderman","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-27104-0","topics":"statistics;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de5a1b9c-e1a6-4fe2-ba63-af5a3f78434d","name":"An Introduction to Zooarchaeology","description":"By Diane Gifford-Gonzalez","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-65682-3","topics":"archaeology;zooarchaeology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac02d93b-b844-42d4-bfac-0901d960e3e3","name":"The Fountainhead - Summary at Blas.com","description":"Howard Roark is the most principled man on earth and won’t do anything which goes against his beliefs – the beauty and purity of architecture cannot be tainted. Rand terms the philosophy of the book as objectivism – follow reason and not faith, work hard to achieve life of purpose and productiveness, earn genuine self esteem, pursue own happiness as highest aim, prosper by treating others as individuals and not trading them for value","image":"https://blas.com/wp-content/uploads/2015/05/the-fountainhead-176x300.jpg","links":"summary|https://blas.com/the-fountainhead/","topics":"ayn-rand;objectivism","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f94a1026-1d2b-4b5a-b636-6c90872931d7","name":"Essentials of Cerebellum and Cerebellar Disorders","description":"By Donna L. Gruol, Noriyuki Koibuchi, Mario Manto, Marco Molinari, Jeremy D. Schmahmann, Ying Shen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-24551-5","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12fa3545-9b67-42b0-be27-22c300c63e76","name":"Fooled - Summary at Blas.com","description":"Often mistake luck and randomness for skill and determinism Key Takeaways In the long …","image":"https://blas.com/wp-content/uploads/2015/11/download-6.jpg","links":"summary|https://blas.com/fooled-by-randomness/","topics":"decision-making;investing;nassim-taleb","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98ae493d-7da0-45d9-99d1-e453cf52174d","name":"The Egoscue Method of Healing Through Movement - Summary at Blas.com","description":"Pete Egoscue argues that modern man has so many dysfunctions due to lack of …","image":"https://blas.com/wp-content/uploads/2015/11/download-7.jpg","links":"summary|https://blas.com/the-egoscue-method/","topics":"health;pete-egoscue","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4e4b66f-4861-4743-82b5-33f2ef037d81","name":"Enchiridion - Summary at Blas.com","description":"Epictetus’ “manual” for how to live life Key Takeaways Similar in style to Meditations …","image":"https://blas.com/wp-content/uploads/2015/11/a-1.jpg","links":"summary|https://blas.com/enchiridion/","topics":"epictetus;stoicism","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52f3cca5-cc66-4e86-8402-e756ef5fffaf","name":"Three Scientists and Their Gods - Summary at Blas.com","description":"Robert Wright details his interviews, dialogues and conversations with Edward Fredkin, Edward O. Wilson …","image":"https://blas.com/wp-content/uploads/2015/11/51TSK-SIJL._SX329_BO1204203200_-199x300.jpg","links":"summary|https://blas.com/three-scientists-and-their-gods/","topics":"eo-wilson;ed-fredkin;kenneth-boulding;robert-wright;science","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20544fca-d2d2-4593-bdfc-8af801c4ebd4","name":"Coaching Wisdom - Summary at Blas.com","description":"Mike interviews and describes what these seminal coaches learned during their years, their life …","image":"https://blas.com/wp-content/uploads/2015/11/51g8CrvBr8L._SX384_BO1204203200_-232x300.jpg","links":"summary|https://blas.com/coaching-wisdom/","topics":"leadership;mike-harrity","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"704341f2-8400-42aa-a8af-8b524e7e5df9","name":"Winning Every Day - Summary at Blas.com","description":"Holtz’s beliefs as a coach for building a successful team / organization Key Takeaways …","image":"https://blas.com/wp-content/uploads/2015/11/download-9.jpg","links":"summary|https://blas.com/winning-every-day/","topics":"football;leadership;lou-holtz;notre-dame","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abf1d41f-7c28-42bd-9a7a-523fd7434d3d","name":"Wooden on Leadership - Summary at Blas.com","description":"Wooden’s goal never changed – get the maximum effort and peak performance from each …","image":"https://blas.com/wp-content/uploads/2015/11/51h12syOgML._SX338_BO1204203200_-204x300.jpg","links":"summary|https://blas.com/wooden-on-leadership/","topics":"basketball;john-wooden;leadership","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d438f432-ef65-403f-b12d-2c284ce89f05","name":"Consilience - Summary at Blas.com","description":"Wilson’s search for a unifying theory of knowledge in disciplines that range from biology, …","image":"https://blas.com/wp-content/uploads/2015/11/download-10.jpg","links":"summary|https://blas.com/consilience/","topics":"eo-wilson;sociobiology","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"165a30d8-0606-4bd4-97a3-ad741e988580","name":"True Success - Summary at Blas.com","description":"One of the most common maladies of our time is a misunderstanding of success. …","image":"https://blas.com/wp-content/uploads/2015/11/download-11.jpg","links":"summary|https://blas.com/true-success/","topics":"how-to-live-life;notre-dame;success;tom-morris","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c011af4f-793e-4639-a164-f308f0076de9","name":"Awareness Through Movement - Summary at Blas.com","description":"Becoming more aware of your body, movement, flexibility, breathing through subtle but specific exercises …","image":"https://blas.com/wp-content/uploads/2015/11/download-12.jpg","links":"summary|https://blas.com/awareness-through-movement/","topics":"health;moshe-feldenkrais","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d116c14-46e7-4509-8d7b-a3378c067da7","name":"God, Country, Notre Dame - Summary at Blas.com","description":"Really good autobiography by Father Hesburgh – discusses his childhood, upbringing, studies at the …","image":"https://blas.com/wp-content/uploads/2015/11/download-13.jpg","links":"summary|https://blas.com/god-country-notre-dame/","topics":"notre-dame;theodore-hesburgh","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5235b6dc-f34d-438f-bdc8-916548fde266","name":"The Warren Buffett Way - Summary at Blas.com","description":"Buffett’s investment style and thought process is brought to life by Hagstrom by walking …","image":"https://blas.com/wp-content/uploads/2015/11/download-14.jpg","links":"summary|https://blas.com/the-warren-buffett-way/","topics":"finance;investing;robert-hagstrom;warren-buffett","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab01d706-d0c5-4f65-ac3d-69aa473ca725","name":"Handbook of Cardiac Anatomy, Physiology, and Devices","description":"By Paul A. Iaizzo","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-19464-6","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84adb2af-e433-4f04-a706-4153a1a8c9bb","name":"Earthing - Summary at Blas.com","description":"Spending time outdoors, connected to nature has healing and calming effects Key Takeaways Spend …","image":"https://blas.com/wp-content/uploads/2015/11/download-16.jpg","links":"summary|https://blas.com/earthing/","topics":"clint-ober;earthing;stephen-sinatra","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51666ae5-f757-4802-b1bb-db2ae90d91bb","name":"The Gastrointestinal System","description":"By Po Sing Leung","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-94-017-8771-0","topics":"anatomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64aa2afb-2ee7-4269-ab1b-e524a931b99a","name":"The 10 Commandments for Business Failure - Summary at Blas.com","description":"Don Keough lays out some basic principles to avoid if you want to be …","image":"https://blas.com/wp-content/uploads/2015/11/download-18.jpg","links":"summary|https://blas.com/the-10-commandments-for-business-failure/","topics":"business;coca-cola;decision-making;don-keough;management;leadership","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de00edb8-ee1b-4291-b01e-6c2316d7d736","name":"Only the Paranoid Survive - Summary at Blas.com","description":"This book is about the impact of changing rules. How to find your way …","image":"https://blas.com/wp-content/uploads/2015/11/download-19.jpg","links":"summary|https://blas.com/only-the-paranoid-survive/","topics":"andy-grove;business;entrepreneur;intel;management","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1fa5027f-63fc-4a63-9b05-992c53c7cdb5","name":"SPSS for Starters and 2nd Levelers","description":"By Ton J. Cleophas, Aeilko H. Zwinderman","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-20600-4","topics":"statistics;software-tools/spss","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e71bb217-4edd-4201-aa53-d1e932fccf74","name":"Paid to Speak - Summary at Blas.com","description":"Written for professional speakers, this book describes many of the finer points you can …","image":"https://blas.com/wp-content/uploads/2015/11/download-21.jpg","links":"summary|https://blas.com/paid-to-speak/","topics":"presenting","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c99d3b2f-125e-454d-9488-a34df95a79dc","name":"The Bhagavad Gita - Summary at Blas.com","description":"The blind King Dhritarashtra asks Sanjaya to recount to him what happened when his family the Kauravas gathered to fight …","image":"https://blas.com/wp-content/uploads/2015/11/download-1-1.jpg","links":"summary|https://blas.com/the-bhagavad-gita/","topics":"eknath-easwaran;hinduism;religion;spiritual","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c5b479d-c39c-467d-8c91-00f5340c4571","name":"The Brain’s Way of Healing - Summary at Blas.com","description":"This book is about the unique way the brain heals itself and diseases once …","image":"https://blas.com/wp-content/uploads/2015/11/download-22.jpg","links":"summary|https://blas.com/the-brains-way-of-healing/","topics":"brain;health;norman-doidge","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e283c214-59f9-49b8-b2f0-4d847777448f","name":"The Power of Impact Investing - Summary at Blas.com","description":"Impact investing offers a middle way between philanthropy and pure financial investment. It is …","image":"https://blas.com/wp-content/uploads/2015/11/download-23.jpg","links":"summary|https://blas.com/the-power-of-impact-investing/","topics":"impact-investing;judith-rodin;margot-brandenburg","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19e6f426-2384-4ae6-a915-c63e6d2c1d55","name":"It’s About TIME! - Summary at Blas.com","description":"An excellent, simple and easy to read book on how to better manage your time and be much more productive","image":"https://blas.com/wp-content/uploads/2015/05/Capture-1-204x300.jpg","links":"summary|https://blas.com/its-about-time/","topics":"jennifer-kuchta;jim-ball;time-management;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94bc8542-20f4-477e-9119-e735c8f18cfa","name":"True North - Summary at Blas.com","description":"Finding your “true north”, what your life and leadership is all about, will shape …","image":"https://blas.com/wp-content/uploads/2015/11/download.jpg","links":"summary|https://blas.com/true-north/","topics":"bill-george;business;leadership;management","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd3fbda3-9378-4ee0-a791-18442372c88e","name":"Machine Learning in Medicine - a Complete Overview","description":"By Ton J. Cleophas, Aeilko H. Zwinderman","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-15195-3","topics":"machine-learning;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f381bd2-ace0-4114-b7e5-90470256cb87","name":"Pharmaceutical Biotechnology","description":"By Daan J. A. Crommelin, Robert D. Sindelar, Bernd Meibohm","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-6486-0","topics":"pharmacy;biotechnology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d029eb29-7160-4511-b73b-e09b7315a693","name":"Why Zebras Don’t Get Ulcers - Summary at Blas.com","description":"How diet, stress, personality, relationships, etc. affect the mind, body and overall health Key …","image":"https://blas.com/wp-content/uploads/2015/11/download-2-1.jpg","links":"summary|https://blas.com/why-zebras-dont-get-ulcers/","topics":"health;robert-sapolsky;stress","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e23493b5-f6ec-4948-b368-13f523a16368","name":"Rise of the Robots - Summary at Blas.com","description":"Our Goldilocks period has reached its end, and the American economy is moving into …","image":"https://blas.com/wp-content/uploads/2015/11/download-3-1.jpg","links":"summary|https://blas.com/rise-of-the-robots/","topics":"artificial-intelligence;martin-ford","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc95554e-8c0d-4393-a9a0-575a18d21dbc","name":"Shibumi - Summary at Blas.com","description":"Nicholai Hel helps his father commit suicide, and suffers both personal and political consequences …","image":"https://blas.com/wp-content/uploads/2015/11/download-1.png","links":"summary|https://blas.com/shibumi/","topics":"trevanian","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef726a8c-4903-4bea-baab-2ec006eeb92a","name":"Serve to Win - Summary at Blas.com","description":"It wasn’t a new training program that took me from being a very good …","image":"https://blas.com/wp-content/uploads/2015/11/download-4-1.jpg","links":"summary|https://blas.com/serve-to-win/","topics":"diet-and-nutrition;novak-djokovic;tennis","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c32dc86-8ce8-46b8-ad4f-a08af0361754","name":"Make Meetings Matter - Summary at Blas.com","description":"When meetings are effective, the potential for results is unlimited as participants feel energized …","image":"https://blas.com/wp-content/uploads/2015/11/download-5-1.jpg","links":"summary|https://blas.com/make-meetings-matter/","topics":"charlie-hawkins","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23ffbc2d-5fa1-43b2-b3d3-1df64ba71ec1","name":"Natural Born Heroes - Summary at Blas.com","description":"McDougall retraces the steps of the “Cretan Runner” and others who managed to do …","image":"https://blas.com/wp-content/uploads/2015/11/download-6-1.jpg","links":"summary|https://blas.com/natural-born-heroes/","topics":"christopher-mcdougall","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89f3774b-ac1b-4b52-b2b0-fde73ace8c6b","name":"Pebbles of Perception - Summary at Blas.com","description":"Enderson got inspiration from Poor Charlie’s Almanack – to understand the main principles in the big fields (law, psychology, business, engineering, physics, etc.) and understand the importance of good choices. This book is Endersen’s take on how to make good decisions","image":"https://blas.com/wp-content/uploads/2015/05/51cvElYU7WL._SX311_BO1204203200_-188x300.jpg","links":"summary|https://blas.com/pebbles-of-perception/","topics":"decision-making;laurence-enderson","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b0447fd-3488-4246-8a40-4b10cb0efbe2","name":"Good to Great: Social Sectors - Summary at Blas.com","description":"We need to get rid of the barrier between business and the social sector …","image":"https://blas.com/wp-content/uploads/2015/11/download-7-1.jpg","links":"summary|https://blas.com/good-to-great-social-sectors/","topics":"jim-collins","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3dfed07-0c65-4476-b443-d575926c6d61","name":"Zen and the Art of Motorcycle Maintenance - Summary at Blas.com","description":"On his journey from Minnesota to Northern California, the narrator discusses quality and several other philosophical questions through examples and chautauquas. “To truly experience quality, one must both embrace and apply it as best fits the requirements of the situation.”","image":"https://blas.com/wp-content/uploads/2015/05/zen-and-art-206x300.jpg","links":"summary|https://blas.com/zen-of-motorcycle-maintenance/","topics":"philosophy;robert-pirsig;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bce0de5a-c3a4-4acf-ba4d-d22c4ecaa3a5","name":"The Way We’re Working Isn’t Working - Summary at Blas.com","description":"Being conscious and intentional about managing your four sources of energy – physical (sleep, …","image":"https://blas.com/wp-content/uploads/2015/11/download-9-1.jpg","links":"summary|https://blas.com/the-way-were-working-isnt-working/","topics":"tony-schwartz","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01477e79-27b6-4589-aacf-ef582107d4ac","name":"An Introduction to Biomechanics","description":"By Jay D. Humphrey, Sherry L. O’Rourke","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-2623-7","topics":"biomechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6276d660-c60c-4f96-8f7f-c9ec370f1185","name":"The Story of Philosophy - Summary at Blas.com","description":"An amazing book detailing the lives, ideas, influences and major works of some of …","image":"https://blas.com/wp-content/uploads/2015/11/download-10-1.jpg","links":"summary|https://blas.com/the-story-of-philosophy/","topics":"history;philosophy;will-durant","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e177f5e6-8fcc-47e8-a147-37f0299e8603","name":"Bioinformatics for Evolutionary Biologists","description":"By Bernhard Haubold, Angelika Börsch-Haubold","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-67395-0","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdd7d1be-9cce-44e8-85ed-a9bfffd272d0","name":"Quantitative Methods for the Social Sciences","description":"By Daniel Stockemer","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-99118-4","topics":"social-science;research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45c915ed-6b5b-4016-ae24-9e01367de0c2","name":"On China - Summary at Blas.com","description":"Kissinger’s vivid discussion of his experience dealing with the Chinese. He explains their multi-millenia …","image":"https://blas.com/wp-content/uploads/2015/11/download-12-1.jpg","links":"summary|https://blas.com/on-china/","topics":"china;henry-kissinger;history;politics","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0b14676-5743-4826-9d8e-4dc4d1dd2d26","name":"The Monk and the Philosopher - Summary at Blas.com","description":"A very interesting dialogue between a father who is a philosopher and his son …","image":"https://blas.com/wp-content/uploads/2015/11/download-13-1.jpg","links":"summary|https://blas.com/the-monk-and-the-philosopher/","topics":"buddhism;mathieu-ricard;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26555d7f-d6e4-448c-b9a3-18a3b2916024","name":"Lessons on Synthetic Bioarchitectures","description":"By Eva-Kathrin Ehmoser-Sinner, Cherng-Wen Darren Tan","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-73123-0","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6762d104-cfb5-4599-b910-4ebd9be21e4d","name":"Applied Bioinformatics","description":"By Paul M. Selzer, Richard J. Marhöfer, Oliver Koch","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-68301-0","topics":"bioinformatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d1ca9ce-aab4-4f6f-a1c6-81d8e78b74dd","name":"The 33 Strategies of War - Summary at Blas.com","description":"This book “is a distillation of timeless wisdom contained in the lessons and principles …","image":"https://blas.com/wp-content/uploads/2015/11/download-4.png","links":"summary|https://blas.com/the-33-strategies-of-war/","topics":"philosophy;psychology;robert-greene;war","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14fd15d7-fd4c-4d1a-86ae-54875d1918cd","name":"ENZYMES: Catalysis, Kinetics and Mechanisms","description":"By N.S. Punekar","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-0785-0","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4129d3a1-81ad-43ac-be5e-38f962e091b0","name":"Eleven Rings: The Soul of Success - Summary at Blas.com","description":"Phil Jackson recounts his time as a player and a coach and the many important …","image":"https://blas.com/wp-content/uploads/2015/06/Eleven-Rings-196x300-1-196x300.jpg","links":"summary|https://blas.com/eleven-rings/","topics":"basketball;buddhism;hugh-delehanty;leadership;management;phil-jackson","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48bc53af-715e-4764-b746-97eaf1d74ac8","name":"Nudge: Improving Decisions about Wealth, Health and Happiness - Summary at Blas.com","description":"Thaler and Sunstein discuss at length how choices are designed and how we can make better decisions …","image":"https://blas.com/wp-content/uploads/2015/06/Nudge-196x300-1-196x300.jpg","links":"summary|https://blas.com/nudge/","topics":"cass-sunstein;decision-making;psychology;richard-thaler","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"833fecd6-bb4f-42b2-94de-8bc1ba172c5d","name":"Ripples of Wisdom - Summary at Blas.com","description":"Don Jose Ruiz helps you become aware of an overcome self-doubt, self-deceit and fear to …","image":"https://blas.com/wp-content/uploads/2015/06/download-15.jpg","links":"summary|https://blas.com/ripples-of-wisdom/","topics":"don-jose-ruiz;spiritual;toltec","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23b5d410-e169-416b-af71-85bdada425b2","name":"Radical Acceptance - Summary at Blas.com","description":"Only by being aware of and consciously accepting your negative thoughts and feelings, will …","image":"https://blas.com/wp-content/uploads/2015/06/Radical-Acceptance-227x300-1-227x300.jpg","links":"summary|https://blas.com/radical-acceptance/","topics":"buddhism;spirituality;tara-brach","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e4a3cae-2041-4ca8-9ffb-8f7be2d6fa23","name":"The Luck Factor: Why Some People Are Lucker Than Others and How You Can Become One of Them - Summary at Blas.com","description":"Max Gunther walks us through the nature of luck, how we can better manage it …","image":"https://blas.com/wp-content/uploads/2015/06/The-Luck-Factor-195x300-1-195x300.jpg","links":"summary|https://blas.com/the-luck-factor/","topics":"luck;max-gunther","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af13d719-5058-4d78-b9c1-4e71b60068c3","name":"How to Love - Summary at Blas.com","description":"Thich Nhat Hanh distills love to some of its core attributes and reminds us that …","image":"https://blas.com/wp-content/uploads/2015/06/How-to-Love-200x300-1-200x300.jpg","links":"summary|https://blas.com/how-to-love/","topics":"love;relationships;spiritual;thich-nhat-hanh","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b1bffe5-44a8-47c1-9995-11465bf77f6a","name":"The Future of the Mind: The Scientific Quest to Understand, Enhance and Empower the Mind - Summary at Blas.com","description":"Michio Kaku discusses the amazing research being done on the mind and its potential applications – …","image":"https://blas.com/wp-content/uploads/2015/06/Future-of-the-Mind-1.jpg","links":"summary|https://blas.com/the-future-of-the-mind/","topics":"brain;future;michio-kaku","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0ab5181-2e15-492c-a111-ba047ad5e650","name":"Plant Physiology, Development and Metabolism","description":"By Satish C Bhatla, Manju A. Lal","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-2023-1","topics":"botany","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6106906a-807b-4550-8ee4-6acdd99f5107","name":"American Gods - Summary at Blas.com","description":"As Shadow is about to leave prison, he is told that his wife was …","image":"https://blas.com/wp-content/uploads/2015/06/American-Gods-225x300-1-225x300.jpg","links":"summary|https://blas.com/american-gods/","topics":"death;fiction;gods;neil-gaiman","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7de8a3d0-4e94-4a34-86f5-d78d06fda212","name":"2015 Reading List - Summary at Blas.com","description":"Find below my reading list from 2015. For each book, I write a brief summary, highlight …","image":null,"links":"summary|https://blas.com/2015-reading-list-2/","topics":"books;reading-list","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5beefbdb-77dd-4d2c-bfba-1680bf822139","name":"2014 Reading List - Summary at Blas.com","description":"Find below my reading list from 2014. For each book, I write a brief summary, …","image":null,"links":"summary|https://blas.com/2014-reading-list-2/","topics":"reading-list","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"410a3995-8b75-4609-9f9c-eccd8109b8fc","name":"Killing Kennedy: The End of Camelot - Summary at Blas.com","description":"O’Reilly once again does an amazing job detailing the life and context behind the assassination …","image":"https://blas.com/wp-content/uploads/2015/05/Killing-Kennedy-197x300-1-197x300.jpg","links":"summary|https://blas.com/killing-kennedy/","topics":"american-history;bill-oreilly;biography;john-f-kennedy;lee-harvey-oswald","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2c6af12-4ad8-4940-a871-059b007ee96f","name":"Brave New World - Summary at Blas.com","description":"Aldous Huxley depicts a society which has been molded and conditioned for social stability. …","image":"https://blas.com/wp-content/uploads/2015/05/Brave-New-World-1.jpg","links":"summary|https://blas.com/brave-new-world/","topics":"aldous-huxley;classic;fiction","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b454db29-4677-4ca5-bf17-76c72c7a461c","name":"Food Fraud Prevention","description":"By John W. Spink","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4939-9621-6","topics":"food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4ab8a69-6422-43bf-bee7-09d5f2489e6a","name":"The Little Book that Builds Wealth - Summary at Blas.com","description":"Pat Dorsey, the Director of Equity Research at Morningstar, describes why companies with moats (long-term competitive advantages) …","image":"https://blas.com/wp-content/uploads/2015/05/The-Little-Book-That-Builds-Wealth-210x300-1-210x300.jpg","links":"summary|https://blas.com/the-little-book-that-builds-wealth/","topics":"finance;investing;moats;morningstar;pat-dorsey","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"288ddfb3-06a2-4121-8762-66a683b86541","name":"Plant Ecology","description":"By Ernst-Detlef Schulze, Erwin Beck, Nina Buchmann, Stephan Clemens, Klaus Müller-Hohenstein, Michael Scherer-Lorenzen","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-56233-8","topics":"ecology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd055ad7-ca08-4209-a4b2-4d55ac038aee","name":"The Warrior Within: The Philosophies of Bruce Lee - Summary at Blas.com","description":"Bruce Lee is much more than just one of the best martial artists of all time, he is a philosopher who sought to integrate his beliefs into everything he did. Lee outlines a framework in order to grow spiritually, mentally and emotionally by living in accordance with Tao, the way or nature.","image":"https://blas.com/wp-content/uploads/2015/05/Warrior-Within.jpg","links":"summary|https://blas.com/the-warrior-within/","topics":"bruce-lee;john-little;martial-arts;philosophy;spiritual;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05dadfd7-a6ba-4d45-922b-26e40e8c7450","name":"Poor Charlie’s Almanack - Summary at Blas.com","description":"A truly eye-opening book into the world and thought processes of Charlie Munger. He describes how and why he thinks the way he does, stresses the importance of learning the basics in the fundamental disciplines in order to avoid becoming “the man with a hammer who sees everything as a nail,” and how this has translated into the enormous success that is Berkshire Hathaway.","image":"https://blas.com/wp-content/uploads/2015/05/Poor-Charlies-Almanack.png","links":"summary|https://blas.com/poor-charlies-almanack/","topics":"berkshire-hathaway;charlie-munger;decision-making;finance;investing;mental-models;peter-kaufman;philosophy;psychology;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9cc254c0-acd0-4e3a-80fb-feafbae21ea7","name":"Killing Lincoln: The Shocking Assassination that Changed America Forever - Summary at Blas.com","description":"O’Reilly details the end of the Civil War, Lincoln’s dream of a nation once again unified and his …","image":"https://blas.com/wp-content/uploads/2015/05/Killing-Lincoln-197x300-1-197x300.jpeg","links":"summary|https://blas.com/killing-lincoln/","topics":"abraham-lincoln;american-history;bill-oreilly;biography;civil-war","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a89d5be2-2bc2-46bf-9022-1427da19a614","name":"The Hitchhiker’s Guide to the Galaxy - Summary at Blas.com","description":"Arthur Dent goes on a journey through space after his good friend Ford turns …","image":"https://blas.com/wp-content/uploads/2015/05/Hitchhikers-Guide-to-the-Galaxy-1.jpg","links":"summary|https://blas.com/the-hitchhikers-guide-to-the-galaxy/","topics":"classic;douglas-adams;science-fiction","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8718429-39d8-4306-adcc-363d2a7bac04","name":"A New Earth: Awakening to Your Life’s Purpose - Summary at Blas.com","description":"When Tolle says “awakening,” he means awakening to your consciousness – being completely in …","image":"https://blas.com/wp-content/uploads/2015/05/A-New-Earth-275x300-1-275x300.jpg","links":"summary|https://blas.com/a-new-earth/","topics":"eckhart-tolle;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"380a59b0-51e0-4a3c-a57e-28af5d08b1cf","name":"Tao Teh Ching - Summary at Blas.com","description":"This classic is a “series of insights into life and nature; it is suggestion rather than statement. It looks at what it means to follow the way of the Tao and how to go about doing so. Be humble, don’t strive, the weak are strong, be generous, be frugal, don’t force things are some of the many timeless tenets it advocates","image":"https://blas.com/wp-content/uploads/2015/05/51w0mnobMYL._SY344_BO1204203200_-190x300.jpg","links":"summary|https://blas.com/tao-teh-ching/","topics":"china;classic;how-to-live-life;john-ch-wu;lao-tzu;philosophy;tao-teh-ching;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47008380-017b-4d5e-8375-4901cdaf4e2a","name":"Hurricane: The Life of Rubin Carter, Fighter - Summary at Blas.com","description":"James S. Hirsch dives into some of the more disturbing details behind the wrongful conviction …","image":"https://blas.com/wp-content/uploads/2015/05/Hurricane-192x300-1-192x300.jpg","links":"summary|https://blas.com/hurricane/","topics":"biography;boxing;james-s-hirsch;race;rubin-hurricane-carter","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d5bb855-8975-4bfc-ad1a-0e5b18ac7b3c","name":"The Startup of You - Summary at Blas.com","description":"Reid Hoffman and Ben Casnocha lay out a game plan to help you be happier and more …","image":"https://blas.com/wp-content/uploads/2015/05/Startup-of-You-204x300-1-204x300.jpg","links":"summary|https://blas.com/the-startup-of-you/","topics":"ben-casnocha;career;reid-hoffman","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88719075-4108-44ed-ba04-dd5baae8f812","name":"Database Marketing","description":"By Robert C. Blattberg, Byung-Do Kim, Scott A. Neslin","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-0-387-72579-6","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47e6ed5b-195e-4949-8253-6d41bb760d70","name":"In-N-Out Burger - Summary at Blas.com","description":"Perman does a great job of giving an insider view into the cult-like chain that …","image":"https://blas.com/wp-content/uploads/2015/05/innout-202x300-1-202x300.jpg","links":"summary|https://blas.com/in-n-out-burger/","topics":"in-n-out;stacy-perman","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9d37494-98c1-4b79-abfd-db9b2a8df1a7","name":"The Art of Stillness - Summary at Blas.com","description":"Can travel thousands of miles to the most beautiful of locations but if not …","image":"https://blas.com/wp-content/uploads/2015/03/Art-of-Stillness-208x300-1-208x300.jpg","links":"summary|https://blas.com/the-art-of-stillness/","topics":"meditation;pico-iyer;stillness","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ad2c501-6598-43a3-87b8-87e3f69809d3","name":"The Moral Sayings of Publius Syrus - Summary at Blas.com","description":"Publius Syrus was not born a slave but captured in Syria and given that name. …","image":"https://blas.com/wp-content/uploads/2015/03/a-2-200x300.jpg","links":"summary|https://blas.com/the-moral-sayings-of-publius-syrus/","topics":"history;philosophy;publius-syrus;stoicism","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dcae362f-fa74-454e-a632-d1e1b4933e36","name":"Zen in the Art of Archery - Summary at Blas.com","description":"Eugen Herrigel was a German philosopher who moved to Japan in order to teach and learn the ways of Zen. This book describes his six year path of learning Zen through archery","image":"https://blas.com/wp-content/uploads/2015/03/41Jm0tn0QWL-189x300.jpg","links":"summary|https://blas.com/zen-in-the-art-of-archery/","topics":"buddhism;eugen-herrigel;mastery;meditation;philosophy;zen","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98a5e470-b271-4edc-961a-1056afb2b38c","name":"The Education of a Coach - Summary at Blas.com","description":"Halberstam details the career and life of the New England Patriot’s coach, Bill Belichick. How …","image":"https://blas.com/wp-content/uploads/2015/03/Education-of-a-Coach-207x300-1-207x300.jpg","links":"summary|https://blas.com/the-education-of-a-coach/","topics":"bill-belichick;biography;david-halberstam;football","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"063a10f9-31b3-4a0f-b3bc-9ecb9fed5357","name":"Where Are the Customer’s Yachts? - Summary at Blas.com","description":"A classic book on investing which will provoke you, teach you and crack you …","image":"https://blas.com/wp-content/uploads/2015/03/Where-are-the-customers-yachts-194x300-1-194x300.jpg","links":"summary|https://blas.com/where-are-the-customers-yachts/","topics":"finance;fred-schwed","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af345081-00e2-4780-b669-3f79780a6c94","name":"Microeconomics","description":"By Peter Dorman","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-37434-0","topics":"microeconomics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7abbc306-0a93-4382-8497-8f6911c6055f","name":"Design Research in Information Systems","description":"By Alan Hevner, Samir Chatterjee","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4419-5653-8","topics":"design;informatics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"146409bd-6bf8-4eaa-993d-3b9dab90dc3c","name":"Strategic International Management","description":"By Dirk Morschett, Hanna Schramm-Klein, Joachim Zentes","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-8349-6331-4","topics":"strategic-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"881dd58e-9bc8-417b-b790-8ed5db095870","name":"Indian Mathematics","description":"Indian Mathematics gives a unique insight into the history of mathematics within a historical global context. It builds on research into the connection between mathematics and the world-wide advancement of economics and technology. Joseph draws out parallel developments in other cultures and carefully examines the transmission of mathematical ideas across geographical and cultural borders. Accessible to those who have an interest in the global history of mathematical ideas, for the historians, philosophers and sociologists of mathematics, it is a book not to be missed.\\n\\nAuthor(s): George Gheverghese Joseph\\n\\nPublisher: World Scientific Publishing (UK), Year: 2016\\n\\nISBN: 1786340607,9781786340603","image":"http://93.174.95.29/covers/1634000/3845f0699253022f62dd15e74c8ca6e8-d.jpg","links":"book|https://www.goodreads.com/book/show/28650051-indian-mathematics","topics":"mathematics;nations/india/history","creators":null,"year":"2016","difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcb723e1-2b93-4514-8289-988fa1512f25","name":"The Diary of Soren Kierkegaard - Summary at Blas.com","description":"Passages from Kierkegaard’s own diary and it details his life, childhood, engagement and other …","image":"https://blas.com/wp-content/uploads/2015/03/Diary-of-Soren-184x300-1-184x300.jpg","links":"summary|https://blas.com/the-diary-of-soren-kierkegaard/","topics":"existentialism;kierkegaard;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec5ecc44-c400-4b8e-9aa8-09e038f30223","name":"Winning the Loser’s Game - Summary at Blas.com","description":"Charles Ellis argues that financial advisors have gotten off track recently due to the overpromising of …","image":"https://blas.com/wp-content/uploads/2015/03/The-Winners-Game-197x300-1-197x300.jpg","links":"summary|https://blas.com/winning-the-losers-game/","topics":"charles-d-ellis;investing","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"477495ea-8244-4e06-bceb-26d367d3b09e","name":"The Hedonistic Imperative - Summary at Blas.com","description":"“I [David Pearce] shall first schematically set out how a naturalistic, secular paradise of …","image":"https://blas.com/wp-content/uploads/2015/03/Hedonistic-Imperative-300x300-1.jpg","links":"summary|https://blas.com/the-hedonistic-imperative/","topics":"bliss;david-pearce;futuristic;hedonism;philosophy","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7907609-bc83-4740-b01f-12cf0a55e224","name":"Xenophon’s Cyrus the Great - Summary at Blas.com","description":"Larry Hedrick recounts Xenophon’s telling of the amazing accomplishments and leadership of Cyrus the Great, King of Persia. He …","image":"https://blas.com/wp-content/uploads/2015/03/Cyrus-the-Great-188x300-1-188x300.jpg","links":"summary|https://blas.com/xenophons-cyrus-the-great/","topics":"cyrus-the-great;larry-hedrick;leadership;management;persia;war;xenophon","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b321e432-0e48-47da-868e-e65a732a7486","name":"International Trade Theory and Policy","description":"By Giancarlo Gandolfo","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-37314-5","topics":"international-trade;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f95d23e-ea85-4f5a-b6eb-643ac8945748","name":"Buddha Brain: The Practical Neuroscience of Happiness, Love and Wisdom - Summary at Blas.com","description":"Buddha Brain takes ancient Buddhist practices and scientific data to show us how to strengthen …","image":"https://blas.com/wp-content/uploads/2015/03/Buddha-Brain-203x300-1-203x300.png","links":"summary|https://blas.com/buddha-brain/","topics":"buddhism;meditation;rick-hanson;spiritual","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5322caeb-6b60-4714-856f-2bb0f8145aad","name":"Supply Chain Management and Advanced Planning","description":"By Hartmut Stadtler, Christoph Kilger, Herbert Meyr","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-55309-7","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35257a9e-de76-4f44-9b2e-7fc310c23f6e","name":"The Outsiders - Summary at Blas.com","description":"Thorndike profiles eight CEOs who he considers “outsiders” because of the way they make decisions …","image":"https://blas.com/wp-content/uploads/2015/03/The-Outsiders-197x300-1-197x300.jpg","links":"summary|https://blas.com/the-outsiders/","topics":"finance;investing;leadership;management;william-thorndike","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"822f172d-cd44-48ef-8f75-2211b8cb98eb","name":"Strategic International Management","description":"By Dirk Morschett, Hanna Schramm-Klein, Joachim Zentes","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-658-07884-3","topics":"strategic-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b5f927e-52a8-4b14-9869-51e72b2303a6","name":"Grain Brain: The Surprising Truth About Wheat, Carbs and Sugar – Your Brain’s Silent Killers - Summary at Blas.com","description":"Dr. Perlmutter argues that excessive carbs, especially modern, gluten-containing grains and other sugars, are wreaking …","image":"https://blas.com/wp-content/uploads/2015/03/Grain-Brain-195x300-1-195x300.jpg","links":"summary|https://blas.com/grain-brain/","topics":"biohacking;david-perlmutter;diet-and-nutrition;gluten-free","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b6a7462-ea29-487f-9ac5-727563141dd5","name":"The Center Cannot Hold: My Journey Through Madness - Summary at Blas.com","description":"Elyn Saks details her own journey through life with serious schizophrenia. She describes how she dealt with her delusions, therapy, progress and medication while trying to live and overcome this illness","image":"https://blas.com/wp-content/uploads/2015/03/Center-Cannot-Hold-201x300.jpg","links":"summary|https://blas.com/the-center-cannot-hold/","topics":"elyn-saks;mental-illness;psychology;schizophrenia","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fb45919-aa03-41aa-9e57-2debc9771960","name":"The Count of Monte Cristo - Summary at Blas.com","description":"In the most superficial summary possible, Edmond Dantes is wrongly accused of a crime …","image":"https://blas.com/wp-content/uploads/2015/03/7126-194x300.jpg","links":"summary|https://blas.com/monte-cristo/","topics":"alexandre-dumas;classic;fiction;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43946219-24ff-430e-bf44-ba3ac4a91779","name":"The Little Book of Bull’s Eye Investing - Summary at Blas.com","description":"John Mauldin argues that to make money in the stock market, one needs to understand …","image":"https://blas.com/wp-content/uploads/2015/03/Bulls-Eye-Investing-215x300-1-215x300.jpg","links":"summary|https://blas.com/the-little-book-of-bulls-eye-investing-by-john-mauldin/","topics":"finance;investing;john-mauldin;little-book","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f574bed2-5738-46be-b019-82bcc6454684","name":"Buddha Standard Time - Summary at Blas.com","description":"Surya Das walks us through how to live completely in the now, in “Buddha Standard Time.” We have the power to manipulate time by altering how aware and mindful we are of the present moment. The practices outlined within are increasingly important in today’s hectic day and age.","image":"https://blas.com/wp-content/uploads/2015/03/Buddha-Standard-Time-195x300.jpg","links":"summary|https://blas.com/buddha-standard-time/","topics":"brain;buddhism;meditation;mindfulness;spiritual;surya-das","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1bccad9f-1d48-41b6-9138-def4c81f1562","name":"My Own Life - Summary at Blas.com","description":"Scottish philosopher and historian David Hume writes his autobiography and discusses in a very detached and …","image":"https://blas.com/wp-content/uploads/2015/03/download-1.jpg","links":"summary|https://blas.com/my-own-life/","topics":"autobiography;david-hume","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a01c9fb-b074-45dc-919f-f16618cffa85","name":"The Small Cap Advantage - Summary at Blas.com","description":"Brian Bares runs Bares Capital Management, a small cap investing firm based in Austin, Texas. …","image":"https://blas.com/wp-content/uploads/2015/03/download.jpg","links":"summary|https://blas.com/the-small-cap-advantage/","topics":"bares-capital-management;brian-bares;finance;investing;small-cap","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bd0f981-b022-49aa-a7e0-abe326944283","name":"Search Methodologies","description":"By Edmund K. Burke, Graham Kendall","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-6940-7","topics":"operations-research;optimization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5aaa407a-e0bd-42fc-8871-a17b094ea82b","name":"Linear Programming","description":"By Robert J Vanderbei","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-1-4614-7630-6","topics":"linear-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abd90fdc-6204-4911-af97-c366b6f2d4cf","name":"Corporate Social Responsibility","description":"By John O. Okpara, Samuel O. Idowu","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-40975-2","topics":"corporate-social-responsibility","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18eed1a9-2cf8-4510-b9fe-b6759201f702","name":"The Manuscripts Found in Accra - Summary at Blas.com","description":"Before Jerusalem is attacked by the French in 1099, people gather to hear a Copt speak …","image":"https://blas.com/wp-content/uploads/2015/03/a-1-203x300.jpg","links":"summary|https://blas.com/the-manuscripts-found-in-accra/","topics":"paulo-coelho;spiritual","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08dc95b6-e2a5-4d15-b3e5-8c3e847bd930","name":"Influence: The Psychology of Persuasion - Summary at Blas.com","description":"For years Cialdini studied which factors and techniques would induce people to say “yes” most of …","image":"https://blas.com/wp-content/uploads/2015/03/Influence-195x300-1-195x300.jpg","links":"summary|https://blas.com/influence/","topics":"power;psychology;robert-cialdini;social","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65487f47-708d-4805-9918-33e30e8d470f","name":"I and Thou - Summary at Blas.com","description":"Buber claims that there are two modes of engaging with the world – the …","image":"https://blas.com/wp-content/uploads/2015/03/I-and-Thou-200x300-1-200x300.jpg","links":"summary|https://blas.com/i-and-thou/","topics":"martin-buber;psychology;religion","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f71eae4-51e1-472f-a7d7-705a87bf4a24","name":"To Kill a Mockingbird - Summary at Blas.com","description":"Scout, Jem and their father Atticus live in 1930’s Alabama. Atticus is a lawyer …","image":"https://blas.com/wp-content/uploads/2015/03/To-Kill-a-Mockingbird-183x300-1-183x300.jpg","links":"summary|https://blas.com/to-kill-a-mockingbird/","topics":"classic;fiction;harper-lee","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"891ce7f7-774d-44f0-99b5-94f547c57f49","name":"What the Most Successful People do Before Breakfast - Summary at Blas.com","description":"A practical guide into how you can tame your mornings and set yourself up …","image":"https://blas.com/wp-content/uploads/2015/03/What-the-Most-Successful-196x300-1-196x300.jpg","links":"summary|https://blas.com/what-the-most-successful-people-do-before-breakfast/","topics":"habits;laura-vanderkam;productivity","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c81cc2d5-5ff7-4f5d-a99c-d17612c94f6e","name":"Electronic Commerce","description":"By Efraim Turban, David King, Jae Kyu Lee, Ting-Peng Liang, Deborrah C. Turban","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-10091-3","topics":"ecommerce","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4a2558c-0202-45b3-bd7f-776898bebf16","name":"Econometrics","description":"By Badi H. Baltagi","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-642-20059-5","topics":"econometrics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c9b4f04-e552-4cf0-a17b-807b30afd8d5","name":"Antifragile: Things that Gain from Disorder - Summary at Blas.com","description":"Taleb describes that anything is antifragile as it gets better with chaos and disorder and improves with time whereas anything antifragile hates volatility. He lays out extremely convincing arguments for doing away with most predictions and trying to forecast into the future as this in reality handicaps us and doesn’t allow us to react to what is truly happening. His arguments are can and should be molded into every facet of your life and your decisions","image":"https://blas.com/wp-content/uploads/2015/03/Antifragile-198x300.jpg","links":"summary|https://blas.com/antifragile/","topics":"finance;investing;nassim-taleb;psychology;social;worth-re-reading","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"123667b0-1ad7-410e-8655-f0bff604ce1d","name":"Peter the Great: His Life and World - Summary at Blas.com","description":"Peter the Great westernized and modernized Russia in the 17th and 18th centuries. He …","image":"https://blas.com/wp-content/uploads/2015/03/Peter-the-Great-1.jpg","links":"summary|https://blas.com/peter-the-great/","topics":"biography;history;peter-the-great;robert-massie;russia","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76c07bd9-6ba9-4df5-91c7-5bc10981bc13","name":"Letters from a Self-Made Merchant to His Son - Summary at Blas.com","description":"John Graham, the owner of a pork-packaging business in Chicago in the 1890’s, writes …","image":"https://blas.com/wp-content/uploads/2015/03/Letters-from-a-Self-Made-Merchant-201x300-1-201x300.jpg","links":"summary|https://blas.com/letters-from-a-self-made-merchant/","topics":"finance;george-horace-lorimer;how-to-live-life;john-graham","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16ce06bd-42ce-4852-b28f-f1470718a3e5","name":"Lolita - Summary at Blas.com","description":"A deranged but very smart and well educated professor called Humbert Humbert details his …","image":"https://blas.com/wp-content/uploads/2015/03/Lolita-193x300-1-193x300.jpg","links":"summary|https://blas.com/lolita/","topics":"fiction;vladimir-nabokov","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"345435f0-8f91-413a-a376-1e7c2aae46cb","name":"Letter from a Birmingham Jail - Summary at Blas.com","description":"MLK’s powerful response to criticism as he led a nonviolent protest that ended up …","image":"https://blas.com/wp-content/uploads/2015/03/letter.jpg","links":"summary|https://blas.com/letter-from-a-birmingham-jail/","topics":"martin-luther-king-jr","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b1ac896-50ce-4ce8-8641-43bfecf9f0c9","name":"Like Water - Summary at Blas.com","description":"David Foster Wallace’s 2005 commencement speech to Kenyon College is moving and inspirational but more importantly, real. …","image":"https://blas.com/wp-content/uploads/2015/03/This-is-Water-205x300-205x300.jpg","links":"summary|https://blas.com/like-water/","topics":"david-foster-wallace;speech","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b4d2505-6a8c-46f2-a508-80abf9558b0f","name":"My Stroke of Insight: A Brain Scientist’s Personal Journey - Summary at Blas.com","description":"Jill Bolte Taylor’s My Stroke of Insight discusses the “chronological documentation of the journey I took into the formless …","image":"https://blas.com/wp-content/uploads/2015/03/Stroke-of-Insight-225x300-1-225x300.jpg","links":"summary|https://blas.com/my-stroke-of-insight/","topics":"autobiography;brain;jill-bolte-taylor;stroke;ted","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfa33f60-38c7-4397-82c4-a0607fe1a8dc","name":"The Remains of the Day - Summary at Blas.com","description":"A beautifully written novel which seems to be able to bring you back in …","image":"https://blas.com/wp-content/uploads/2015/03/remains-of-the-day-191x300-1-191x300.jpg","links":"summary|https://blas.com/the-remains-of-the-day/","topics":"fiction;kazuo-ishiguro","creators":"Lucius Annaeus Seneca","year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"491cee2f-27cb-42d9-8eb5-29edc09216fc","name":"Logistics","description":"By Harald Gleissner, J. Christian Femerling","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-01769-3","topics":"logistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a99a5952-a952-4f94-9cf3-5c8fb90ff93d","name":"University Physics; Mastering Physics with Pearson eText -- ValuePack Access Card -- for University Physics with Modern Physics (14th Edition)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/39721334-university-physics-mastering-physics-with-pearson-etext----valuepack-ac?ac=1&from_search=true&qid=hz4CuNibmy&rank=2","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f8422c3-24c2-4535-b1a3-75c3eadd15b1","name":"Decoherence and the Appearance of a Classical World in Quantum Theory","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/3815760-decoherence-and-the-appearance-of-a-classical-world-in-quantum-theory","topics":"physics;quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"656829f3-c597-4479-8b1b-07f3b4d5e02e","name":"The Principles of Quantum Mechanics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/260142.The_Principles_of_Quantum_Mechanics","topics":"physics;quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae0ebe35-2cbb-47ee-85f0-451d69cd4eb9","name":"The Everett Interpretation of Quantum Mechanics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/13748087-the-everett-interpretation-of-quantum-mechanics","topics":"physics;quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"609bdbc3-04cc-494e-9b2b-7f3b57bcf248","name":"New Introduction to Multiple Time Series Analysis","description":"By Helmut Lütkepohl","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-540-27752-1","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd1446ba-53a4-4ccb-a1cc-6a9f32267fa9","name":"Game Theory","description":"By Hans Peters","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-46950-7","topics":"game-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ede58945-9ff6-40ff-99f7-080c47e5e50b","name":"Physical Asset Management","description":"By Nicholas Anthony John Hastings","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-14777-2","topics":"asset-management;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"690cbcdb-00d4-4844-862c-e2cede30bebb","name":"Linear and Nonlinear Programming","description":"By David G. Luenberger, Yinyu Ye","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-18842-3","topics":"operations-research;linear-programming;nonlinear-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0fb4cba0-45c0-4a77-ae30-7eeeda3c1958","name":"Enterprise Risk Management Models","description":"By David L. Olson, Desheng Dash Wu","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-53785-5","topics":"risk-management;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9889a7ef-0765-442e-b705-96c6216f2365","name":"The Best Books on Language | Expert Recommendations on Five Books","description":null,"image":null,"links":"book|https://fivebooks.com/category/language/","topics":"language;linguistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fad09511-3955-464d-ac62-88ce99609000","name":"GitHub - aniftyco/awesome-tailwindcss: A curated list of awesome things related to Tailwind CSS","description":null,"image":null,"links":"article|https://github.com/aniftyco/awesome-tailwindcss","topics":"software-tools/tailwindcss","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0481d53a-7b8a-4f20-a027-1ef88d890717","name":"Tailwind CSS - A Utility-First CSS Framework for Rapidly Building Custom Designs","description":null,"image":null,"links":"website|https://tailwindcss.com/","topics":"software-tools/tailwindcss","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06c13a2e-d57a-4027-85f8-52266e735976","name":"Vue.js","description":null,"image":null,"links":"website|https://vuejs.org/","topics":"software-tools/vuejs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bf74ddb-403f-4623-998d-34dd52dc63df","name":"The Vue Instance - Intro to Vue.js | Vue Mastery","description":null,"image":null,"links":"course|https://www.vuemastery.com/courses/intro-to-vue-js/vue-instance","topics":"software-tools/vuejs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9db9e66-72d1-4bc4-aa5e-7a5437077157","name":"GitHub - vuejs/awesome-vue: 🎉 A curated list of awesome things related to Vue.js","description":null,"image":null,"links":"article|https://github.com/vuejs/awesome-vue","topics":"software-tools/vuejs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a30a715c-ec81-4584-8c7e-2f6388369cab","name":"Coronavirus Update (Live): Worldometer","description":null,"image":null,"links":"website|https://www.worldometers.info/coronavirus/","topics":"coronavirus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"269c8089-3222-4fb2-b633-1704dd0095e8","name":"Overview of technical writing courses  |  Google Developers","description":null,"image":null,"links":"course|https://developers.google.com/tech-writing/overview","topics":"technical-writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d390e13-4076-4a96-8bc5-087133f0dee0","name":"Data Analytics Certification Course Training in Malaysia - 360DigiTMG","description":null,"image":null,"links":"course|https://360digitmg.com/course/data-analytics-using-python-r","topics":"education;analytics;online-courses;career","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc0e4ed6-dfc5-4cb8-939e-00566fecc639","name":"COVID-19 Animation: What Happens If You Get Coronavirus? - YouTube","description":null,"image":null,"links":"video|https://youtu.be/5DGwOJXSxqg","topics":"coronavirus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee0c11d7-d95a-4d9a-9f6d-46207ec91976","name":"Instructor's Edition for Thomas' Calculus (12th Edition)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/30955665-instructor-s-edition-for-thomas-calculus","topics":"calculus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a55e5baa-34fc-4c14-831b-b748ee7a94b3","name":"Coronavirus Disease 2019 (COVID-19) | coronavirus.gov","description":null,"image":null,"links":"website|https://www.coronavirus.gov/","topics":"coronavirus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3800bef6-a1e9-4a13-9ed2-cc49544ab1b4","name":"Coronavirus (COVID-19) | National Institutes of Health (NIH)","description":null,"image":null,"links":"website|https://www.nih.gov/health-information/coronavirus","topics":"coronavirus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fdcc3f3-a4b7-4dea-97f7-4d1ce19e2a88","name":"COVID-19 Coronavirus - Online Course - FutureLearn","description":null,"image":null,"links":"course|https://www.futurelearn.com/courses/covid19-novel-coronavirus","topics":"coronavirus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ad8538f-db3c-4d0e-b7c1-b441f8f600ff","name":"COVID-19 RESEARCH IMPLEMENTATION HUB • ","description":null,"image":null,"links":"website|https://coronavirus.tghn.org/","topics":"coronavirus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f48a9738-9548-47a5-a1e3-62362ef2e60e","name":"How This Woman Blows Record-Breaking Bubbles | WIRED","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=FZpftZccc6U","topics":"bubbles","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"55d258fa-d810-4ab3-b997-10d65ae1a266","name":"University Physics; Mastering Physics with Pearson eText -- ValuePack Access Card -- for University Physics with Modern Physics (14th Edition)","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/39721334-university-physics-mastering-physics-with-pearson-etext----valuepack-ac?ac=1&from_search=true&qid=dGGPJ83QVK&rank=2","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e64fecb2-0f78-4606-933e-8c93e1c7bc04","name":"Vibrations and Waves","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/911393.Vibrations_and_Waves?ac=1&from_search=true&qid=ZTM8hvHDWU&rank=1","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fab3449b-bbbf-450e-b224-f45ffd6d3efe","name":"Vibrations and Waves","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/7054451-vibrations-and-waves?ac=1&from_search=true&qid=RdqWpF4P23&rank=2","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0c3d86d-f6d3-4998-ad39-cd877e585cf3","name":"Advanced Engineering Mathematics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/241441.Advanced_Engineering_Mathematics?ac=1&from_search=true&qid=4uDRWJH1sC&rank=3","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"329964f9-4e97-41e2-9db6-d189c1bb2765","name":"A Student's Guide to Maxwell's Equations","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/3094871-a-student-s-guide-to-maxwell-s-equations","topics":"physics;electrodynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f7eea8e-ee23-4cbe-995e-1984812a16c1","name":"Introductory Statistical Mechanics","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/309704.Introductory_Statistical_Mechanics","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7b13282-e4fc-4415-8d65-af5758997eb1","name":"Guide to starting with Clojure | grison.me","description":null,"image":null,"links":"article|https://grison.me/2020/04/04/starting-with-clojure/","topics":"programming-languages/clojure","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49b100c2-3e64-43b1-ba41-824484ee4944","name":"Basic Electronics for Scientists and Engineers","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/13725269-basic-electronics-for-scientists-and-engineers","topics":"electronics-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5dbb6ed7-128f-430d-b79f-1c1aa3adb668","name":"Introduction to Elementary Particles","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/488853.Introduction_to_Elementary_Particles","topics":"particle-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6ad91e4-d56b-4769-8d8d-3234ea4fba36","name":"Mathematical Methods for Physicists","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/309749.Mathematical_Methods_for_Physicists","topics":"physics;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdf074ac-9147-468c-acfe-d2c8ccde5d2d","name":"Visual Complex Analysis","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/149800.Visual_Complex_Analysis","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"302eb40c-c658-462a-b787-dd84d5175268","name":"Complex Variables","description":null,"image":null,"links":"book|https://www.amazon.com/gp/product/0486406792/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0486406792&linkCode=as2&linkId=6498db95d42cc4d3b3f1cf36c4e49def&tag=learnawesome-20","topics":"complex-numbers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52407b99-c5df-45d2-a8c7-7628a9f16764","name":"DIY Cloth Face Mask : 9 Steps (with Pictures) - Instructables","description":null,"image":null,"links":"article|https://www.instructables.com/id/DIY-Cloth-Face-Mask/","topics":"diy;healthcare;public-health;art-craft","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"468449c1-796d-4a5f-b7a6-145a0d8858c0","name":"Certified Scrum Master Certification (CSM) Practice test  - Take This Course","description":null,"image":null,"links":"cert|https://www.takethiscourse.net/certified-scrum-master-certification-csm-practice-test/","topics":"gamification","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47e8833c-f4ed-4b60-a6bc-27e24e6e09db","name":"John Conway – discovering free will (part I) | plus.maths.org","description":null,"image":null,"links":"article|https://plus.maths.org/content/john-conway-discovering-free-will-part-i","topics":"john-conway;free-will","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb3c8196-efd5-4f72-8e2d-9cf0d7b35316","name":"WELCOME TO THE BUTTERFLIES OF INDIA WEBSITE!","description":null,"image":null,"links":"website|https://www.ifoundbutterflies.org/","topics":"butterflies;nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56202790-7a00-4ce8-a0c6-a284e946befc","name":"covid-19/Realtime R0.ipynb at master · k-sys/covid-19 · GitHub","description":null,"image":null,"links":"code|https://github.com/k-sys/covid-19/blob/master/Realtime%20R0.ipynb","topics":"coronavirus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b0a07169-c075-4214-ba19-8a79c0733ad6","name":"Interactive guide to homogeneous coordinates","description":null,"image":null,"links":"interactive|http://wordsandbuttons.online/interactive_guide_to_homogeneous_coordinates.html","topics":"mathematics;geometry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db918cee-5863-4b88-808a-67347daefc6b","name":"Revised Bloom’s Taxonomy by Iowa State University","description":null,"image":null,"links":"article|https://www.celt.iastate.edu/teaching/effective-teaching-practices/revised-blooms-taxonomy/;article|https://www.celt.iastate.edu/wp-content/uploads/2015/09/RevisedBloomsHandout-1.pdf;book|https://www.goodreads.com/book/show/340855.A_Taxonomy_for_Learning_Teaching_and_Assessing","topics":"learning;blooms-taxonomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a157515e-b90f-4d61-81bd-fb91dbb372ec","name":"The Best Resources For Helping Teachers Use Bloom’s Taxonomy In The Classroom | Larry Ferlazzo's Websites of the Day...","description":null,"image":null,"links":"article|https://larryferlazzo.edublogs.org/2009/05/25/the-best-resources-for-helping-teachers-use-blooms-taxonomy-in-the-classroom/","topics":"blooms-taxonomy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1aaf9dab-bd3c-4fb3-a2a2-6897eac64bf7","name":"Finally We May Have a Path to the Fundamental Theory of Physics… and It’s Beautiful—Stephen Wolfram Writings","description":null,"image":null,"links":"article|https://writings.stephenwolfram.com/2020/04/finally-we-may-have-a-path-to-the-fundamental-theory-of-physics-and-its-beautiful/","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"225ca3aa-77f7-45b3-9f5e-bbcf1282131c","name":"How We Got Here: The Backstory of the Wolfram Physics Project—Stephen Wolfram Writings","description":null,"image":null,"links":"article|https://writings.stephenwolfram.com/2020/04/how-we-got-here-the-backstory-of-the-wolfram-physics-project/","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b05b0e49-bad2-4bb4-b472-575d9a909151","name":"Stephen Wolfram: Official Website","description":null,"image":null,"links":"article|https://www.stephenwolfram.com/","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd19db51-d388-4942-916f-87869330ab09","name":"@tapanguchi on Twitter: \\"Today, I will talk about my field of work. Tribology: the science of friction, wear and lubrication","description":null,"image":null,"links":"thread|https://twitter.com/tapanguchi/status/1250361538789224448","topics":"tribology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2cc1b2b3-37ec-4c1c-8b7c-2c36c7a999f2","name":"Virtual Manipulatives | Mathematical Modelling | Toy Theater","description":null,"image":null,"links":"interactive|https://toytheater.com/category/teacher-tools/virtual-manipulatives/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9582d105-fadb-4344-bbed-c651f5722690","name":"Evaluating Feynman Integrals","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/390223.Evaluating_Feynman_Integrals","topics":"theoretical-physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba577d42-f491-4ff2-8e0e-b8ea6abf2ba1","name":"Introduction to Electronic Commerce and Social Commerce","description":"By Efraim Turban, Judy Whiteside, David King, Jon Outland","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-50091-1","topics":"ecommerce","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b521f764-a926-4280-a19b-4b3525ccdeea","name":"Business Process Management Cases","description":"By Jan vom Brocke, Jan Mendling","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-58307-5","topics":"business-process-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67520d22-5b97-46ff-a294-375d9c12a9da","name":"Social Media Management","description":"By Amy Van Looy","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-21990-5","topics":"social-media;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53ebb3ea-5ed9-4e4d-9786-bb2fd891ad65","name":"Multinational Management","description":"By Rien Segers","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-23012-2","topics":"business;management;international-business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55debf17-c0cf-4703-85a5-467225f11ca3","name":"Leadership Today","description":"By Joan Marques, Satinder Dhiman","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-31036-7","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c49c673a-73d9-4dd9-95f0-e1af49c14255","name":"Sustainable Supply Chains","description":"By Yann Bouchery, Charles J. Corbett, Jan C. Fransoo, Tarkan Tan","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-29791-0","topics":"supply-chain","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee2d8e48-4f00-463a-8054-004f0c2cf0a9","name":"Strategic Retail Management","description":"By Joachim Zentes, Dirk Morschett, Hanna Schramm-Klein","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-658-10183-1","topics":"retail;strategic-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d218e88a-1965-4c7d-98cb-80f7796abbfd","name":"Travel Marketing, Tourism Economics and the Airline Product","description":"By Mark Anthony Camilleri","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-49849-2","topics":"travel;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b5585e9-3f7f-4a99-a09e-407a2b257109","name":"Electronic Commerce 2018","description":"By Efraim Turban, Jon Outland, David King, Jae Kyu Lee, Ting-Peng Liang, Deborrah C. Turban","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-58715-8","topics":"ecommerce","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec439ad7-022b-42f8-906e-57ff77c60dfd","name":"Market Research","description":"By Erik Mooi, Marko Sarstedt, Irma Mooi-Reci","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-981-10-5218-7","topics":"marketing;market-research","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4c24960-1e45-4f27-b9b8-87219b728810","name":"Managing Sustainable Business","description":"By Gilbert G. Lenssen, N. Craig Smith","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-94-024-1144-7","topics":"business;sustainability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f871e55-7b98-49ff-9b65-27f8252fbe8e","name":"Knowledge Management","description":"By Klaus North, Gita Kumta","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-319-59978-6","topics":"knowledge-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6b0f60a-6dda-49ac-b8c7-2a14884fe813","name":"Customer Relationship Management","description":"By V. Kumar, Werner Reinartz","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-662-55381-7","topics":"crm","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6f95cbb-cc6c-412f-a3f4-403a50b5fd2a","name":"Strategic Human Resource Management and Employment Relations","description":"By Ashish Malik","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-0399-9","topics":"human-resources;strategic-management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b68b9013-f444-4d09-8580-356f430d28d9","name":"Social Justice Theory and Practice for Social Work","description":"By Lynelle Watts, David Hodgson","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-981-13-3621-8","topics":"social-justice;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4b882ad-8184-4afa-be1d-a95bbfd463d9","name":"Analyzing Qualitative Data with MAXQDA","description":"By Udo Kuckartz, Stefan Rädiker","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-15671-8","topics":"statistics;social-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1304c60-f1a6-4c3b-bbd6-2389e72e45de","name":"Handbook of Evolutionary Research in Archaeology","description":"By Anna Marie Prentiss","image":null,"links":"book|http://link.springer.com/openurl?genre=book&isbn=978-3-030-11117-5","topics":"archaeology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"859305d3-a7a5-44d7-8ae7-8cc26fc300fb","name":"Learn DIY Digital Advertising from a Former Googler","description":null,"image":null,"links":"course|https://www.diydigitalstrategy.com/","topics":"digital-marketing;marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b939d04-48d3-45d0-8d84-0084fa2cd2d6","name":"Complete AWS Cloud Practitioner Certification Bundle","description":null,"image":null,"links":"article|https://www.simpliv.com/bundle/complete-aws-cloud-practitioner-certification-bundle","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d41b8915-e812-44d1-8232-9f14d83b3b42","name":"Do I Need to Go to University? -- colah's blog","description":null,"image":null,"links":"article|http://colah.github.io/posts/2020-05-University/","topics":"learning;university","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"349933c2-cb4f-47fe-aff0-66cd7cc415d2","name":"Indian Knowledge Systems – Indian Institute of Technology Gandhinagar","description":null,"image":null,"links":"course|https://iks.iitgn.ac.in/","topics":"nations/india/history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"541ac0cf-8fd3-4ac2-b8c4-e706f7d9a143","name":"Mathematics - Mathematics in India - From Vedic Period to Modern Times - YouTube","description":null,"image":null,"links":"video|http://www.youtube.com/playlist?list=PLbMVogVj5nJThf31TNSQzuN7zqxe7HdRN","topics":"mathematics;nations/india/history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"e5d4030f-1170-45e2-a5e0-490762955d7c","name":"BaseCS Podcast","description":null,"image":null,"links":"audio|https://www.codenewbie.org/basecs","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d09ce73a-b31a-4695-8b71-9df143ba4051","name":"Homeopathy Explained – Gentle Healing or Reckless Fraud?","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=8HslUzw35mc","topics":"homeopathy;medicine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"683713b0-5d1f-42e2-8837-c77a5f8975aa","name":"Learn Git Version Control using Interactive Browser-Based Labs | Katacoda","description":null,"image":null,"links":"interactive|https://www.katacoda.com/courses/git","topics":"software-tools/git","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23a8e922-ecfe-402d-abff-ed54476edc18","name":"GitHub - sindresorhus/awesome: 😎 Awesome lists about all kinds of interesting topics","description":null,"image":null,"links":"article|https://github.com/sindresorhus/awesome","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f5ebdc49-15b8-4074-bdbd-7f8eb71e9473","name":"\\"COVID-19, SARS-CoV-2 and the Pandemic\\" (7.00) - MIT Department of Biology","description":null,"image":null,"links":"course|https://biology.mit.edu/undergraduate/current-students/subject-offerings/covid-19-sars-cov-2-and-the-pandemic/","topics":"coronavirus;pandemics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b822e39d-d3a1-49a5-846c-5f312cbc1c5a","name":"6 Exciting Data Science Projects for Beginners in 2020 | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blog-details/Data-Science-Projects-For-Beginners","topics":"data-analysis;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1744a200-4395-4428-9be2-f07d3ff70432","name":"Masala Lab ","description":"Ever wondered why your grandmother threw a teabag into the pressure cooker while boiling chickpeas, or why she measured using the knuckle of her index finger? Why does a counter-intuitive pinch of salt make your kheer more intensely flavourful? What is the Maillard reaction and what does it have to do with fenugreek? What does your high-school chemistry knowledge, or what you remember of it, have to do with perfectly browning your onions?\\nMasala Lab by Krish Ashok is a science nerd’s exploration of Indian cooking with the ultimate aim of making the reader a better cook and turning the kitchen into a joyful, creative playground for culinary experimentation. Just like memorizing an equation might have helped you pass an exam but not become a chemist, following a recipe without knowing its rationale can be a sub-optimal way of learning how to cook.\\n\\nExhaustively tested and researched, and with a curious and engaging approach to food, Krish Ashok puts together the one book the Indian kitchen definitely needs, proving along the way that your grandmother was right all along.","image":null,"links":"video|https://www.youtube.com/watch?v=s6-NqgCwDfY;book|https://www.goodreads.com/book/show/54968807-masala-lab","topics":"cooking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9903a695-f81b-4074-91a0-cbef1c42cf39","name":"Teaching symmetry in the introductory physics curriculum","description":"Modern physics is largely defined by fundamental symmetry principles and Noether’s theorem. Yet these are not taught, or rarely mentioned, to beginning students, thus missing an opportunity to reveal that the subject of physics is as lively and contemporary as molecular biology, and as beautiful as the arts. We prescribe a symmetry module, of a week’s length, to insert into the curriculum.","image":null,"links":"research_paper|https://aapt.scitation.org/doi/abs/10.1119/1.1321816","topics":"noethers-theorem;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44dcec42-25d5-48e5-b71c-0161b2c59e6a","name":"Symmetries and conservation laws: Consequences of Noether's theorem","description":null,"image":null,"links":"article|http://eftaylor.com/pub/symmetry.html","topics":"noethers-theorem","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b418a68f-50eb-48fa-b740-1cd3341723f7","name":"Conceptual Physics - Home","description":null,"image":null,"links":"website|http://www.conceptualphysics.com/","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e80e2615-dffb-4d8e-9ffc-b1b1b2be42e9","name":"Welcome to the DAFX Conference Web Page","description":null,"image":null,"links":"conference|http://dafx.de/","topics":"digital-audio-effects","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2261fe7-8360-49d8-bd27-151cf85d5552","name":"International Fause Conference 2018","description":null,"image":null,"links":"conference|http://www.ifc18.uni-mainz.de/","topics":"digital-audio-effects","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17a1a072-ff84-44f9-92c9-9a81c840f6cd","name":"Bitcoin and Blockchain Explained | Data Driven Investor","description":null,"image":null,"links":"article|https://medium.com/datadriveninvestor/geek-kid-explains-bitcoin-a61fe84d7be9","topics":"blockchain;cryptocurrency","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"12acf5d9-17d7-4ea0-b75f-dd986cd5f3c9","name":"Neural Network fundamentals. This post address fundamentals of… | by qwertpi | Data Driven Investor | Medium","description":null,"image":null,"links":"article|https://medium.com/datadriveninvestor/neural-network-fundamentals-1956a3000c24","topics":"neural-networks;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6d82d8f7-4391-47a7-b812-731494cce9c4","name":"What is a Convolutional Neural Network? | by qwertpi | Data Driven Investor | Medium","description":null,"image":null,"links":"article|https://medium.com/datadriveninvestor/what-is-a-convolutional-neural-network-81c3bffa863e","topics":"neural-networks;image-processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"656b7b03-4a95-419e-9558-9cd7bbc24cd0","name":"Neural Networks in Practise | Data Driven Investor","description":null,"image":null,"links":"article|https://medium.com/datadriveninvestor/making-your-first-neural-network-part-1-a683b80b93e3","topics":"neural-networks;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c5619552-14d0-49b5-90de-e7e93221397d","name":"Geography Now","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCmmPgObSUPw1HL2lq6H4ffA","topics":"geography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"868ccbdf-d16d-46fb-8ba9-15cc8fd25cbb","name":"3Blue1Brown","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0b14ef45-0fbe-4096-a7e7-84ce7b141560","name":"MindYourDecisions","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCHnj59g7jezwTy5GeL8EA_g","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0f6bdc20-490b-4893-b01a-59bf0523e7e6","name":"Zach Star","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCpCSAcbqs-sjEVfk_hMfY9w","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"98116070-e482-4f29-a02a-1168d7f9ef9e","name":"Blood and Soil in Narendra Modi’s India | The New Yorker","description":null,"image":null,"links":"article|https://www.newyorker.com/magazine/2019/12/09/blood-and-soil-in-narendra-modis-india","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec99bc0a-e4c1-4840-9fdc-6321e0410b2b","name":"GitHub - lettier/3d-game-shaders-for-beginners: 🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.","description":null,"image":null,"links":"book|https://github.com/lettier/3d-game-shaders-for-beginners","topics":"3d-graphics;graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ab394889-1d3b-41b8-bca1-bdbc96469f67","name":"Ethical Hacking Course in Chennai | Ethical Hacking Training","description":null,"image":null,"links":"website|https://www.fita.in/ethical-hacking-course-in-chennai/","topics":"education;training","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"994f123a-6001-4424-9454-adcff6b7c459","name":"Ethical Hacking Online Course | Ethical Hacking Certification Training | FITA Academy","description":null,"image":null,"links":"webmeet|https://www.fita.in/ethical-hacking-course/","topics":"education;technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d97eabdc-6c45-4ee7-ba2a-7417c7438d67","name":"National Education Policy 2020","description":null,"image":null,"links":"article|https://ncert.nic.in/pdf/nep//NEP_2020.pdf","topics":"nations/india/education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9096f7ec-a1ea-4ea1-a2c1-9a5c11736d0c","name":"Why Gravity is NOT a force","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=XRr1kaXKBsU","topics":"gravity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b2a8bd2b-3981-49b5-8e97-44c3dffa5228","name":"Infinite Powers","description":null,"image":"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1562985482l/40796176._SY475_.jpg","links":"book|https://www.goodreads.com/book/show/40796176-infinite-powers;video|https://www.youtube.com/watch?v=1r6893ga_So","topics":"calculus","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"79b9a088-a39f-44ea-bb4c-0a714b39071d","name":"3030 STEM : An IIT Gandhinagar and CBSE initiative","description":"In line with NEP 2020 (New Education Policy), CBSE is launching 30-30 STEM, an online program focusing on basic conceptual understanding and critical thinking of Math/Science. The aim of the program is to Unlock the hidden mysteries, beauty and magic of Science/Math that is all around us and the content will be interesting for all Teachers, Parents and Students of all discipline and of any age.\\n\\nThe program will consist of 30, 1-hour online sessions on Sundays, bringing out the joy and inherent beauty in the curriculum. The first session was broadcast on 16th August (4 to 5 PM), first Sunday after Independence Day. Revised Schedule: New sessions will be broadcast each Sunday 2:30 pm to 3:30 pm.\\n\\nFacilitators are: The Center for Creative Learning, Indian Institute of Technology, Gandhinagar in collaboration with Indian Institute of Science Education and Research, Pune\\n\\n1 hour Live sessions on IITGN CCL YouTube Channel, Sunday 2:30-3:30 PM\\n\\nYoutube Channel: https://www.youtube.com/iitgncli\\n\\nSessions will be available on YouTube for later viewing. Live viewing is encouraged to be part of an interactive question answer\\n\\nHomework Submission on Google form\\nFor any comment, feel free to write to us at 3030stem@gmail.com\\n\\n\\nPrevious Episodes\\n\\n0: Come Fall in Love with Math\\n1: The Adventures of A4 Sheet | काग़ज़ पे चर्चा\\n2: Finding your Lung Capacity | फेफड़ों पर चर्चा\\n3: The Wonder of Calendar | कैलेंडर पर चर्चा\\n4: The Science of Stars, Earth, and Moon | धरती पर दिन रात की चर्चा\\n5: Computational Thinking | कम्प्यूटर की गणित\\n6: What is a Machine? | मशीन पे चर्चा \\n7: Math in Vegetables | सब्ज़ियों में गणित\\n8: Language of Science and Math | गणित और विज्ञान की भाषा\\n9: The Science of Vision | दृष्टि और दृष्टिकोण\\n","image":null,"links":"course|http://ccl.iitgn.ac.in.s3-website.ap-south-1.amazonaws.com/","topics":"science;mathematics","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"57890114-0bde-4128-bd20-4e25b7aed269","name":"https://www.amazon.com/Complexity-Guided-Tour-Melanie-Mitchell/dp/0199798109","description":null,"image":null,"links":"book|https://www.amazon.com/Complexity-Guided-Tour-Melanie-Mitchell/dp/0199798109","topics":"complexity-science","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"6d084d3f-935e-4319-a526-bd9be97d9b31","name":"Bootstrapping vs Funding - a tax arbitrage – Zerodha","description":null,"image":null,"links":"article|https://zerodha.com/z-connect/rainmatter/bootstrapping-vs-funding-a-tax-arbitrage","topics":"economics;startups","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"80cfebb9-6b44-46ac-8df0-f39e079b4b19","name":"Gravity Is Not A Force","description":null,"image":null,"links":"interactive|https://timhutton.github.io/GravityIsNotAForce/","topics":"general-relativity","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"b00d7931-e4cd-4b5f-8f31-d436bb49a595","name":"Note Taking Basics - Fiction and Novels","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=P9gb3SnvXKU","topics":"reading","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"8a3b849f-4d02-4548-af7a-437ab5914c7f","name":"Finding A Voice As A Writer - And Texting","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=A0YL5yYic-Y","topics":"writing;fiction","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"8ca6d88e-b797-44f8-acac-d6dffdb95a9e","name":"Get Together: How to build a community with your people","description":"By Bailey Richardson","image":null,"links":"book|https://www.amazon.in/Get-Together-build-community-people/dp/1732265194","topics":"communities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1645e5d0-8fab-4689-9e34-e68a21f0c94c","name":"Caterina Fake on Masters of Scale with Reid Hoffman","description":null,"image":null,"links":"audio|https://mastersofscale.com/caterina-fake-build-a-more-human-internet/","topics":"communities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f673709-8006-427b-8580-b7ca53cad054","name":"A Visual Guide to Version Control – BetterExplained","description":null,"image":null,"links":"article|https://betterexplained.com/articles/a-visual-guide-to-version-control/","topics":"version-control","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"7abb4d1d-812d-460c-969d-faec8bd14a9a","name":"Free Montessori resources - The Montessori Notebook","description":null,"image":null,"links":"article|https://www.themontessorinotebook.com/free-resources/","topics":"parenting;education","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"7babf5c7-34b8-43b3-a8c9-4bbcfaa3bad6","name":"Solving a Handshaking Problem using Recursion - Cantor’s Paradise - Medium","description":null,"image":null,"links":"article|https://medium.com/cantors-paradise/solving-a-handshaking-problem-using-recursion-650b1df31d57","topics":"combinatorics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"6861d9ba-74ad-49bc-9dd0-aabcb76b1993","name":"Cofee: Cherries to the cup and waste","description":null,"image":null,"links":"image|https://www.reddit.com/r/dataisbeautiful/comments/7ez9lh/oc_crop_to_cup_i_grew_coffee_and_drank_it_made/?utm_content=bufferd3f89&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer","topics":"coffee","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"be006e0f-31a0-4174-aae8-6c01c4acf0c2","name":"P4P: A Graphical Introduction to Lattices","description":null,"image":null,"links":"article|http://philosophyforprogrammers.blogspot.com/2013/06/a-graphical-introduction-to-lattices.html","topics":"abstract-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3055a22b-741d-4bfe-a145-625cab32927c","name":"GitHub - photonlines/Intuitive-Guide-to-Maxwells-Equations: An intuitive and visual guide to understanding Maxwell's equations.","description":null,"image":null,"links":"article|https://github.com/photonlines/Intuitive-Guide-to-Maxwells-Equations","topics":"electromagnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c9571d6d-48fa-442f-af2c-115e50af9c4e","name":"TheCodex - Online, Engaging and Fun Programming Courses","description":null,"image":null,"links":"course|https://thecodex.me/courses/python-selenium","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3445fc0-fd68-4a78-a386-f6d30a6337df","name":"Tiago Forte on EdTech Landscape","description":null,"image":null,"links":"thread|https://twitter.com/fortelabs/status/1278778976740143105","topics":"edtech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1104fd25-b11d-47c5-99c8-e9a88949ceb9","name":"Sumaze","description":null,"image":null,"links":"app|https://sumaze.mei.org.uk/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"171af75a-2dde-4ee4-a482-0269bd65abb7","name":"Interactive Periodic Table of the Elements, in Pictures and Words","description":null,"image":null,"links":"interactive|https://elements.wlonk.com/ElementsTable.htm","topics":"periodic-table;chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b26341c-dc57-4dda-a175-81876b5fe706","name":"The laser show in a soap bubble","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=UNCNp1tBqKY","topics":"optics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"41ff6f0b-c58d-4df3-b012-2a9702c658a1","name":"Project Origami","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/822972.Project_Origami","topics":"origami","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8c67d5a-f448-4e29-b0a6-06cd83e85b62","name":"Collabovid","description":null,"image":null,"links":"research_paper|https://www.collabovid.org/","topics":"coronavirus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d84a6ad-574f-449c-ace3-50e83871d433","name":"The million dollar equation (Navier-Stokes equations)","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=Ra7aQlenTb8","topics":"fluid-dynamics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"d80ae934-1173-4b7d-a6f0-ab17acea14dd","name":"The war of art summary | Best Book Summaries","description":null,"image":null,"links":"book|https://www.bestbooksummaries.com/the-war-of-art-summary/","topics":"books;books-to-buy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d98b8a66-8282-40cc-b30a-0ad902be90e5","name":"18.S191 Introduction to Computational Thinking","description":null,"image":null,"links":"course|https://mitmath.github.io/18S191/Fall20/","topics":"computational-thinking;programming-languages/julia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"12da0fc3-43d8-4f80-8a29-464cb645e4f0","name":"Archy.sh","description":null,"image":null,"links":"app|https://archy.sh","topics":"languages/chinese;nations/china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d7ace13-5fe5-41f7-8e24-d3098b4be969","name":"Mathematics Through Paper Folding","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/10344720-mathematics-through-paper-folding","topics":"mathematics;origami","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"525e7add-dd34-41ad-a7a3-a83dc3d42d9f","name":"Godot Engine - Free and open source 2D and 3D game engine","description":null,"image":null,"links":"app|https://godotengine.org/","topics":"game-development;gaming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"026d10fc-693b-4484-a065-f967200b1032","name":"30+ Things to Do with a Hundred Chart – Denise Gaskins' Let's Play Math","description":null,"image":null,"links":"article|https://denisegaskins.com/2008/09/22/things-to-do-hundred-chart/","topics":"mathematics;games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c909a0a9-02f4-4136-95c5-cd28f83deb12","name":"https://fincues.com","description":null,"image":null,"links":"app|https://fincues.com","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebc05d9a-0378-4332-9a47-f551c9a30a58","name":"Data Science Course in Hyderabad | Data Scientist Training in Hyderabad - 360DigiTMG","description":null,"image":null,"links":"course|https://360digitmg.com/data-science-course-training-in-hyderabad","topics":"classroom-management;analytical-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"291f8a05-0655-45b3-a203-080773004191","name":"Data Analytics Course in Hyderabad | Best Data Analytics Training in Hyderabad","description":null,"image":null,"links":"course|https://360digitmg.com/data-analytics-certification-training-course-in-hyderabad","topics":"online-courses;analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"093a368c-f3d8-4b4c-94ec-cb56a82e5606","name":"Solve problems like a mindful developer","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=fL5oVdw9WZQ","topics":"problem-solving;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"009aea75-8e0c-4e2d-ac2b-1be7590d3de3","name":"Data Science Course Online - Data Science Training and Certification","description":null,"image":null,"links":"course|https://intellipaat.com/data-scientist-course-training/","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7210ec0-f16b-4775-9b5d-24be0237067d","name":"https://skillsion.com/jira-training","description":null,"image":null,"links":"article|https://skillsion.com/jira-training","topics":"ab-testing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22453e90-93e3-48ef-955a-336b939b4624","name":"Microsoft Math Solver - Math Problem Solver & Calculator","description":null,"image":null,"links":"app|https://math.microsoft.com/en","topics":"mathematics;algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"947056c0-81c9-45f0-97c2-34e4899e4205","name":"HyperPhysics Concepts","description":null,"image":null,"links":"article|http://hyperphysics.phy-astr.gsu.edu/hbase/index.html","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"af5fc7e7-fd08-4f8d-b331-929dd88e782b","name":"The Monk Who Sold His Ferrari Summary - Robin Sharma","description":null,"image":null,"links":"book|https://www.businessinsane.com/2020/07/the-monk-who-sold-his-ferrari-summary.html","topics":"book-cart;book-club","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ecb7a13e-ecab-4d32-9178-9eae75024886","name":"7 Python Projects for Beginners in 2020 | Favtutor","description":null,"image":null,"links":"article|https://favtutor.com/blog-details/7-Python-Projects-For-Beginners","topics":"programming-languages/python;education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ab70364e-2cf3-4ecd-b93c-e18f7dd3129f","name":"Mathcha - Online Math Editor","description":null,"image":null,"links":"interactive|https://www.mathcha.io/","topics":"mathematics;academics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1022bdbe-b7a8-4f20-b7d5-8b558bfa3a9b","name":"Spaced Repetition for Efficient Learning · Gwern.net","description":null,"image":null,"links":"article|https://www.gwern.net/Spaced-repetition","topics":"spaced-repetition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"399837ca-19ff-483a-94b6-46fe3834ed0d","name":"Fun With Puzzles","description":null,"image":null,"links":"website|https://www.funwithpuzzles.com/","topics":"mathematics;games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"063efe91-1043-4dfb-847d-73f3b4c415ca","name":"Open Middle® - Challenging math problems worth solving","description":null,"image":null,"links":"website|https://www.openmiddle.com/","topics":"mathematics;algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"731a5706-099b-4b96-ba97-be17721fbe05","name":"TheCodex - Online, Engaging and Fun Programming Courses","description":null,"image":null,"links":"project|https://thecodex.me/projects/sentiment-analysis-of-stock-news-python","topics":"computer-science;programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"731761fb-fda6-4b6f-b464-51289baf4615","name":"Crash Course - Economics","description":null,"image":null,"links":"course|https://thecrashcourse.com/courses/economics","topics":"macroeconomics;microeconomics;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b322699f-8b01-48e0-8b8f-a0a7e8b20cde","name":"JuliaCon 2020, Everywhere on Earth","description":null,"image":null,"links":"webconf|https://juliacon.org/2020/","topics":"programming-languages/julia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e918464-69f8-4fe2-a684-5f8a3d06f59b","name":"Artificial Intelligence","description":null,"image":null,"links":"summary|https://henrikwarne.com/2020/05/19/artificial-intelligence-a-guide-for-thinking-humans/;book|https://www.goodreads.com/book/show/43565360-artificial-intelligence","topics":"artificial-intelligence","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ec57f19-8816-45de-9b5a-40b03f832c2d","name":"CREATE. INNOVATE. PROTECT. ON QUANTUM. | Quantum","description":null,"image":null,"links":"app|https://www.quantum.com","topics":"quantum-computing;quantitative-finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"866c4f9c-9599-4bbf-bf8e-2124866c8ed2","name":"TypeScript: Typed JavaScript at Any Scale.","description":null,"image":null,"links":"website|https://www.typescriptlang.org/","topics":"programming-languages/typescript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7754fddc-3a73-43e6-88b0-8340bc086cd1","name":"Anno's Magic Seeds","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/241086.Anno_s_Magic_Seeds","topics":"mathematics;stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9442f08-dc21-49ab-ad67-49db319516c0","name":"The Rupee Tales - Financial education books for children by Zerodha","description":null,"image":null,"links":"article|https://www.rupeetales.com/","topics":"finance","creators":null,"year":null,"difficulty":"childlike","cost":null,"rating":null,"tags":null} +{"iid":"2076de1e-4c4c-470e-982d-e657d96f39be","name":"What Do We Do All Day | Books and Activities for Kids","description":null,"image":null,"links":"website|https://www.whatdowedoallday.com/","topics":"mathematics;games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abec9218-708c-4e9d-ba1f-7e9fe704eb4e","name":"Best Way to Learn Python (2020 Step-by-Step Guide) - Afternerd","description":null,"image":null,"links":"article|https://www.afternerd.com/blog/learn-python/","topics":"programming-languages/python;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":null} +{"iid":"2481b22b-aa4b-49cf-883f-90ea5d49e29f","name":"Kannada TV","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCirKrUfKVP2ebtwEWCObTbw","topics":"languages/kannada","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"2abb8918-78c5-457d-a2d5-542685fa7f5d","name":"We Become What We Behold by Nicky Case!","description":null,"image":null,"links":"game|https://ncase.itch.io/wbwwb","topics":"media;mindset","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3df488f-0895-446f-904c-0ea7b1f25598","name":"explainshell.com - match command-line arguments to their help text","description":null,"image":null,"links":"interactive|https://explainshell.com/","topics":"command-line","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f84f337-5617-4cf3-b932-734ea780c544","name":"Topology: A Categorical Approach","description":null,"image":null,"links":"book|https://topology.pubpub.org/","topics":"topology;category-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3749180-c59f-470e-b337-6dcfe5fee438","name":"Seven Sketches in Compositionality","description":null,"image":null,"links":"book|http://math.mit.edu/~dspivak/teaching/sp18/","topics":"category-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6f2c701-bd54-47bb-af2f-32c84d4749f7","name":"[1612.09375] Basic Category Theory","description":null,"image":null,"links":"book|https://arxiv.org/abs/1612.09375","topics":"category-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"931345bf-050a-47db-9052-a2a9e54698c5","name":"QuantumMechanicsWeinberg","description":null,"image":null,"links":"article|http://quantum.phys.unm.edu/466-17/QuantumMechanicsWeinberg.pdf","topics":"quantum-mechanics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"0e9b1372-6fee-4811-be0c-d0b16749aa0a","name":"How The Internet Works - Ben Eater","description":null,"image":null,"links":"video|https://eater.net/inet","topics":"internet","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"327b32bc-d480-40aa-86a8-99c8b50d9cc9","name":"https://www.reddit.com/r/learnmachinelearning/wiki/index","description":null,"image":null,"links":"wiki|https://www.reddit.com/r/learnmachinelearning/wiki/index","topics":"machine-learning;computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"25ccd3d7-7f19-41ec-8416-ec70160c1741","name":"Willpower Doesn't Work Summary - Four Minute Books","description":null,"image":null,"links":"summary|https://fourminutebooks.com/willpower-doesnt-work-summary/","topics":"psychology;personal-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eab3d7e5-d7ff-4530-9959-261b0b43b5e8","name":"Spoken English Course Online | Spoken English Online Certification Training | FITA Academy","description":null,"image":null,"links":"website|https://www.fita.in/spoken-english-classes/","topics":"education;writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5327b2ac-f903-42bf-9f60-685276bfdeb6","name":"Spoken English Classes in Chennai | Spoken English in Chennai","description":null,"image":null,"links":"learning_plan|https://www.fita.in/spoken-english-classes-in-chennai/","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6f7f679-d291-43e5-8764-423b58fc81ae","name":"Math Games | Math Playground | Fun for Kids","description":null,"image":null,"links":"website|https://www.mathplayground.com/","topics":"mathematics;play","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4602e0e-d53b-4901-b3cc-472f1156f1c4","name":"Complex features made easy with RxJS","description":null,"image":null,"links":"app|https://www.youtube.com/watch?v=B-nFj2o03i8","topics":"web-development;software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ea8e7a64-0419-48ac-874e-f2e4ac00f270","name":"The introduction to Reactive Programming you've been missing · GitHub","description":null,"image":null,"links":"article|https://gist.github.com/staltz/868e7e9bc2a7b8c1f754","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"033fee6f-8ae9-46bb-9b98-66f6f7b2bd80","name":"Spoken English Classes in Bangalore | English Speaking Course in Bangalore","description":null,"image":null,"links":"website|https://www.fita.in/spoken-english-classes-in-bangalore/","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dfe30b6-0ee0-486f-b5a0-ed5a1d186062","name":"The Neural Network, A Visual Introduction | Visualizing Deep Learning, Chapter 1","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=UOvPeC8WOt8","topics":"neural-network","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"f1ee7ed3-43ee-4a38-8c5d-4838251a3125","name":"BookOfProof","description":null,"image":null,"links":"book|http://www.people.vcu.edu/~rhammack/BookOfProof/BookOfProof.pdf","topics":"set-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"596900e2-676e-40a7-ac0b-8199c9739c79","name":"Lewis Carroll Resources: The Game of Logic","description":null,"image":null,"links":"interactive|https://lewiscarrollresources.net/gameoflogic/demonstrator.html","topics":"logic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"379b7c2d-b074-4a83-854c-42c6fe0c3c16","name":"Introduction to the Modeling and Analysis of Complex Systems - SUNY Open Textbooks OER Services","description":null,"image":null,"links":"book|http://textbooks.opensuny.org/introduction-to-the-modeling-and-analysis-of-complex-systems/","topics":"complex-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f6fabc8-df53-44cf-9146-a212df0affb8","name":"Chemistry in the Kitchen - and why your microwave is a handy device","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=ZwjmSJ4eaD0","topics":"cooking;food-chemistry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"20756468-1f74-432f-918f-e26fb5b7cac5","name":"The Crowdsourced Guide to Learning - FutureLearn","description":null,"image":null,"links":"article|https://www.futurelearn.com/learning-guide","topics":"learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72c4b2b6-80e4-4cde-930d-e76ef6447150","name":"Music and Computers","description":null,"image":null,"links":"book|http://musicandcomputersbook.com/","topics":"digital-audio-effects","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0958bf54-4f2b-4219-a592-95c47a541962","name":"Python’s super() considered super! | Deep Thoughts by Raymond Hettinger","description":null,"image":null,"links":"article|https://rhettinger.wordpress.com/2011/05/26/super-considered-super/","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbd6197d-9177-4ae1-9965-56ff2611e62b","name":"Alar (ಅಲರ್). Kannada - English dictionary. ಕನ್ನಡ-ಇಂಗ್ಲಿಷ್ ನಿಘಂಟು.","description":null,"image":null,"links":"app|https://alar.ink/","topics":"languages/kannada","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7a344de-9a17-4f20-b992-c89b49199997","name":"OverSimplified","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCNIuvl7V8zACPpTmmNIqP2A","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1b38fc6e-b374-43b4-ae79-09dd776f2e31","name":"The First Open GPT-3 Demo Day","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=WJnjX-O3WbE","topics":"gpt3","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ece299bf-39be-4267-96eb-f9a452b51eda","name":"fig2 phy en cross section","description":null,"image":null,"links":"image|https://www.nobelprize.org/uploads/2020/10/fig2-phy-en-cross-section.pdf","topics":"black-holes","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53add620-cca5-4124-8c14-82e52384bf5c","name":"Oracle Training in Chennai | Oracle Course in Chennai","description":null,"image":null,"links":"website|https://www.fita.in/oracle-training-in-chennai/","topics":"advertising;academics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"773bf983-6137-4bb9-95e5-0fe9986f929c","name":"The infinite pattern that never repeats - Veritasium","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=48sCx-wBs34","topics":"penrose-tiling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"69f8ee46-73d8-4308-8dc1-8549cd35572f","name":"John Collison – Growing the Internet Economy – [Invest Like the Best, EP.178]","description":null,"image":null,"links":"audio|http://investorfieldguide.com/collison/","topics":"internet;economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"725b9a8d-ff3b-4a91-96ab-38a23cc4da53","name":"Indian Polity","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/51526392-indian-polity---for-civil-services-and-other-state-examinations-6th-ed","topics":"nations/india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56c9077e-bcb2-41c0-b60b-f16e63cbf0dc","name":"Origamite - Origami Video Instructions","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCqxcvRormZtoQImNfIDiHcw","topics":"origami","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ba7280b8-b6bd-424b-b536-f6920bdbf5ed","name":"Flow Book Summary- 5 lessons to create happiness","description":null,"image":null,"links":"book|https://www.bestbooksummaries.com/flow-book-summary/","topics":"books;books-reading","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1da70273-03fe-474d-89a4-fc8c0335d838","name":"Quantitative Reasoning | Macaw Books","description":null,"image":null,"links":"website|http://www.macawbooks.com/category/macaw-education/quantitative-reasoning","topics":"mathematics;practical","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0174b7a5-af9a-4224-8dd7-8e1d70d22b71","name":"40 Children’s Books That Foster a Love of Math | Development and Research in Early Math Education","description":null,"image":null,"links":"website|https://dreme.stanford.edu/news/children-s-books-foster-love-math","topics":"mathematics;stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"037a8758-5650-49a8-9f99-623c128145d3","name":"100 Square Jigsaw","description":null,"image":null,"links":"article|https://nrich.maths.org/5572","topics":"mathematics;games","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fad12a7-b522-42f5-a22c-ed482256fa6f","name":"Bell Labs' Henry Feinberg Demonstrates Ways of Using Light to Transmit Sound Waves, 1978","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=gf2J3HTYUHE","topics":"telecommunication;optics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9421183a-e0b0-4c24-baa2-cb04ac049236","name":"Graphing Stories - 15 seconds at a time","description":null,"image":null,"links":"website|http://www.graphingstories.com/","topics":"mathematics;graph-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36f63fce-2a61-4405-9a21-d52c5ea8f181","name":"Interactivate: Function Machine","description":null,"image":null,"links":"interactive|http://www.shodor.org/interactivate/activities/FunctionMachine/","topics":"mathematics;algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f90dddb-bac4-4864-8970-8bd5cfa2ed41","name":"How To Become A Web Developer — Everything You Need To Know - The Global Delta","description":null,"image":null,"links":"interactive|https://theglobaldelta.blogspot.com/2020/08/how-to-become-web-developer-everything.html","topics":"mathematical-biology;3d-modeling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"385a4c29-469a-4d93-a1c0-5fc04d74343b","name":"Symmetry Groups and Wallpapers – Transformations and Symmetry – Mathigon","description":null,"image":null,"links":"interactive|https://mathigon.org/course/transformations/symmetry-groups","topics":"group-theory;symmetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea4dec2d-c6c4-4da6-96db-19f56f3e5c4c","name":"Curriculum Guide | Riot Games","description":null,"image":null,"links":"learning_plan|https://www.riotgames.com/en/urf-academy/curriculum-guide","topics":"game-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"173e2129-af62-485b-adab-e696b0920044","name":"Group theory","description":null,"image":null,"links":"video|http://www.youtube.com/playlist?list=PLAvgI3H-gclb_Xy7eTIXkkKt3KlV6gk9_","topics":"group-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"139fd7af-45e5-4f0e-926e-777fcf22bf72","name":"RxJS","description":null,"image":null,"links":"article|https://rxjs-dev.firebaseapp.com/operator-decision-tree","topics":"web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6afa3c9-ede5-4aa6-bcb3-270d9b5581cb","name":"Ancient Earth globe","description":null,"image":null,"links":"interactive|https://dinosaurpictures.org/ancient-earth","topics":"geography;earth","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca144056-73ef-4296-9657-f5f6f1d26579","name":"Structure and Interpretation \\nof Computer Programs","description":null,"image":null,"links":"book|https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/book.html","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a0662f1-8c4e-48f0-9580-fa9c5a99d8bf","name":"How to Design Programs","description":null,"image":null,"links":"book|https://htdp.org/","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22dcdf48-33c6-4c5d-ae6c-441a4051aa21","name":"Who gets a COVID vaccine first? Access plans are taking shape","description":null,"image":null,"links":"article|https://www.nature.com/articles/d41586-020-02684-9","topics":"bioethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79d29e6c-7565-484b-b012-3f3f6d7dc49e","name":"Keeping It 101: The Podcast","description":null,"image":null,"links":"audio|https://keepingit101.com","topics":"religion;academia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"527cdae4-40c3-4b57-ba5c-e60cf7679da3","name":"Universe in a Nutshell App – in a nutshell – kurzgesagt","description":null,"image":null,"links":"app|https://shop-us.kurzgesagt.org/products/universe-in-a-nutshell-app","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35224f8b-6f69-4cfb-9435-7fbacd844baf","name":"Implementing complex UI with Flutter - Marcin Szałek | Flutter Europe","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=FCyoHclCqc8","topics":"software-tools/flutter","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7faa6d63-2819-48dd-bc19-4d32df4d4f3f","name":"ഓളം ഇംഗ്ലീഷ്-മലയാളം നിഘണ്ടു – Olam, English - Malayalam Dictionary","description":null,"image":null,"links":"app|https://olam.in/","topics":"languages/malayalam","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bba712f-3f98-4019-b0e7-3160670d9a32","name":"Project List","description":null,"image":null,"links":"project|https://fossunited.org/hackathon/2020/projects","topics":"code","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d07f8fb6-6518-4224-b264-4fcc415b14c8","name":"Architecture Patterns with Python","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/50083115-architecture-patterns-with-python","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3499b9e-5413-4ccd-9949-8e424f390a8c","name":"NCERT Math syllabus: Grade 1 to 5","description":"Make sure to read the \\"General Points for Textbook Writers\\" in the linked doc because that explains the philosophy of why this syllabus is designed this way and how it should be executed. For example, they've taken a thumb rule o 140 classes o 30-40 minutes each per year. They also say that sequencing of concepts should not be linear, but spiral. They also emphasise the need for students to articulate their reason which is an important aspect of meta-cognition which is known to be crucial for effective learning.\\n\\n# Grade 1\\n\\n## Geometry (10 hrs.)\\n\\n**SHAPES & SPATIAL UNDERSTANDING**\\n\\n• Develops and uses vocabulary of spatial relationship(Top, Bottom, On, Under, Inside, Outside, Above, Below, Near, Far, Before, After)\\n\\n**SOLIDS AROUND US**\\n\\n• Collects objects from the surroundings having different sizes and shapes like pebbles, boxes, balls, cones, pipes etc.\\n\\n• Sorts, Classifies and describes the objects on the basis of shapes, and other observable properties.\\n\\n• Observes and describes the way shapes affect movements like rolling and sliding.\\n\\n• Sorts 2-D shapes such as flat objects made of card etc.\\n\\n## Numbers (46 hrs.)\\n\\n**DEVELOPING A SENSE OF NUMBERNESS, COUNTING AND OPERATIONS OF NUMBERS 1 - 9 AND ZERO**\\n\\n• Observes object and makes collections of objects.\\n\\n• Arranges the collection of objects in order by\\n – Matching and\\n– One to one correspondence\\n\\n• Counts the number of objects in a collection.\\n\\n• Makes collection of objects corresponding to a specificnumber.\\n\\n• Recognises and speaks numbers from 1 to 9.\\n\\n• Uses numbers from 1 to 9 in counting and comparison. (Real objects and repeated events like clapping to be used for counting)\\n\\n• Reads and writes numerals from 1 to 9.\\n\\n• Adds and subtracts using real objects and pictures.\\n\\n• Adds and subtracts the numbers using symbols ‘+’and ‘-’.\\n\\n• Approaches zero through the subtraction pattern (suchas 3 – 1 = 2, 3 – 2 = 1, 3 – 3 = 0).\\n\\n**NUMBERS FROM (10 - 20)**\\n\\n• Forms Number sequence from 10 to 20.\\n\\n• Counts objects using these numbers.\\n\\n• Groups objects into a group of 10s and single objects.\\n\\n• Develops the vocabulary of group of ‘tens’ and ‘ones’.\\n\\n• Shows the group of tens and ones by drawing.\\n\\n• Counts the number of tens and ones in a given number.\\n\\n• Writes the numerals for eleven to nineteen.\\n\\n• Writes numerals for ten and twenty.\\n\\n• Compares numbers upto 20.\\n\\n**ADDITION AND SUBTRACTION (UPTO 20)**\\n\\n• Adds and subtracts numbers upto 20.\\n\\n**NUMBERS FROM 21 - 99**\\n\\n• Writes numerals for Twenty-one to Ninety nine.·Groups objects into tens and ones.\\n\\n• Draws representation for groups of ten and ones.\\n\\n• Groups a number orally into tens and ones\\n\\n**MENTAL ARITHMETIC**\\n\\n• Adds two single digit numbers mentally.\\n\\n## Money (3 hrs.)\\n\\n• Identifies common currency notes and coins.\\n\\n• Puts together small amounts of money.\\n\\n## Measurement (13 hrs.)\\n\\n**LENGTH**\\n\\n• Distinguishes between near, far, thin, thick, longer/taller,shorter, high, low.\\n\\n• Seriates objects by comparing their length\\n\\n• Measures short lengths in terms of non-uniform units(in the context of games e.g. ‘Gilli Danda’ and ‘marble-games’).\\n\\n• Estimates distance and length, and verifies using non-uniform units (e.g. hand span etc.)\\n\\n**WEIGHT**\\n\\n• Compares between heavy and light objects.\\n\\n**TIME**\\n\\n• Distinguishes between events occurring in time using terms -earlier and later.\\n\\n• Gets the qualitative feel of long & short duration, of school days v/s holidays.\\n\\n• Narrates the sequence of events in a day.\\n\\n## Data Handling (6 hrs.)\\n\\n• Collects, represents and interprets simple data such as measuring the arm length or circumference of the head using a paper strip\\n\\n## Patterns (10 hrs. )\\n\\n• Describes sequences of simple patterns found in shapes in the surroundings and in numbers, e.g. stamping activity using fingers and thumb.\\n\\n• Completes a given sequence of simple patterns found in shapes in the surroundings and in numbers.\\n\\n\\n# Grade 2\\n\\n## Geometry (13 hrs.)\\n\\n**SHAPES & SPATIAL UNDERSTANDING**\\n3-D and 2-D Shapes\\n\\n• Observes objects in the environment and gets aqualitative feel for their geometrical attributes.• Identifies the basic 3-D shapes such as cuboid, cylinder,cone, sphere by their names.\\n\\n• Traces the 2-D outlines of 3-D objects.\\n\\n• Observes and identifies these 2-D shapes.\\n\\n• Identifies 2-D shapes viz., rectangle, square, triangle,circle by their names.\\n\\n• Describes intuitively the properties of these 2-D shapes.\\n\\n• Identifies and makes straight lines by folding, straight edged objects, stretched strings and draws free handand with a ruler.\\n\\n• Draws horizontal, vertical and slant lines (free hand).\\n\\n• Distinguishes between straight and curved lines.\\n\\n• Identifies objects by observing their shadows.\\n\\n## Numbers (46 hrs.)\\n\\n• Reads and writes numerals for numbers up to ninety-nine.\\n\\n• Expands a number with respect to place values.\\n\\n• Counts and regroups objects into tens and ones.\\n\\n• Uses the concept of place value in the comparison ofnumbers.\\n\\n• Counts in various ways:–Starting from any number.–Group counting etc.\\n\\n• Arranges numbers upto hundred in ascending and descending order.\\n\\n• Forms the greatest and the smallest two digit numbers with and without repetition of given digits.\\n\\n• Indicates and identifies the position of an object in aline.\\n\\n**ADDITION AND SUBTRACTION**\\n\\n• Adds and subtracts two digit numbers by drawing representations of tens and ones without and with regrouping.\\n\\n• Adds zero to a number and subtracts zero from anumber.\\n\\n• Observes the commutative property of addition through patterns.\\n\\n• Solves addition, subtraction problems presented through pictures and verbal description.\\n\\n• Describes orally the situations that correspond to the given addition and subtraction facts.\\n\\n• Estimates the result of addition and subtraction and compares the result with another given number.\\n\\n**PREPARATION FOR MULTIPLICATION AND DIVISION**\\n\\n• Discussion of situations involving repeated addition and situations involving equal sharing.\\n\\n• Activities of making equal groups.\\n\\n**MENTAL ARITHMETIC**\\n\\n• Adds and subtracts single digit numbers mentally.\\n\\n• Adds and subtracts multiples of ten mentally\\n\\n## Money (3 hrs.)\\n\\n• Identifies currency - notes and coins.\\n\\n• Puts together amounts of money not exceedingRs 50/-.\\n\\n• Adds and subtracts small amounts of money mentally.\\n\\n• Transacts an amount using 3-4 notes.\\n\\n## Measurement (13 hrs.)\\n\\n**LENGTH**\\n\\n• Measures lengths & distances along short & long paths using uniform (non-standard) units, extends to longer lengths.\\n\\n**WEIGHT**\\n\\n• Compares two or more objects by their weight.\\n\\n• Appreciates the need for a simple balance.\\n\\n• Compares weights of given objects using simple balance.\\n\\n**CAPACITY (VOLUME)**\\n\\n• Compares and orders containers in terms of internal volume(capacity).\\n\\n• Orders given containers as per their capacities on the basis of perception & verifies by pouring out etc.\\n\\n**TIME**\\n\\n• Gets familiar with the days of the week and months of the year.\\n\\n• Gets a feel for sequence of seasons (varying locally).\\n\\n• Sequences the events occurring over longer periods in terms of dates/days.\\n\\n## Data Handling (6 hrs.)\\n\\n• Collects data through measurement.\\n\\n• Represents the data followed by discussion (e.g. heightsof children).\\n\\n• Collects and presents the data on birthdays.\\n\\n• Draws inferences from the data at the appropriate level.\\n\\n## Patterns (10 hrs.)\\n\\n• Observes and extends patterns in sequence of shapes and numbers.\\n\\n• Searches for patterns in different ways of splitting anumber.\\n\\n• Creates block patterns by stamping thumbprints, leafprints, vegetable prints, etc.\\n\\n• Creates patterns of regular shapes by stamping.\\n\\n# Grade 3\\n## Geometry (16 hrs.)\\n\\n**SHAPES & SPATIAL UNDERSTANDING**\\n\\n• Creates shapes through paperfolding, paper cutting.\\n\\n• Identifies 2-D shapes\\n\\n• Describes the various 2-D shapes by counting their sides, corners and diagonals.\\n\\n• Makes shapes on the dot-grid using straight lines and curves.\\n\\n• Creates shapes using tangram pieces.\\n\\n• Matches the properties of two 2-D shapes by observing their sides and corners (vertices).\\n\\n• Tiles a given region using a tile of a given shape.\\n\\n• Distinguishes between shapes that tile and that do not tile.\\n\\n• Intuitive idea of a map. Reads simple maps (not necessarily scaled)\\n\\n• Draws some 3D-objects.\\n\\n## Numbers (42 hrs.)\\n\\n**NUMBER SEQUENCE UP TO 1000**\\n\\n• Reads and writes 3-digit numbers.\\n\\n• Expands a number w.r.t. place values.\\n\\n• Counts in different ways - starting from any number\\n\\n• Compares numbers.\\n\\n• Forms greatest and smallest numbers using given digits.\\n\\n**ADDITION AND SUBTRACTION**\\n\\n• Adds and subtracts numbers by writing them vertically in the following two cases:\\n\\n– without regrouping.\\n\\n– with regrouping.\\n\\n• Uses the place value in standard algorithm of addition and subtraction.\\n\\n• Solves addition and subtraction problems in different situations presented through pictures and stories.\\n\\n• Frames problems for addition and subtraction facts.\\n\\n•Estimates the sum of, and difference between, two given numbers.\\n\\n**MULTIPLICATION**\\n\\n• Explains the meaning ofmultiplication (as repeated addition).\\n\\n• Identifies the sign of multiplication.\\n\\n• Constructs the multiplication tablesof 2, 3, 4, 5 and 10\\n\\n• Uses multiplication facts in situations.\\n\\n• Multiplies two digit numbers using standard algorithm and Lattice multiplication algorithm.\\n\\n**DIVISION**\\n\\n• Explains the meaning of division from context of equal grouping and sharing.\\n\\n• Relates division with multiplication.\\n\\n• Completes division facts:\\n\\n– by grouping\\n\\n– by using multiplication tables.\\n\\n**MENTAL ARITHMETIC**\\n\\n• Adds and subtracts single digit numbers and two digit numbers mentally.\\n\\n• Doubles two digit numbers mentally (result not exceeding two digits).\\n\\n## Money (5 hrs.)\\n\\n• Converts Rupee. to Paise using play money.\\n\\n• Adds and subtracts amounts using column addition, and subtraction without regrouping.\\n\\n• Makes rate charts and bills.\\n\\n## Measurement (21 hrs.)\\n\\n**LENGTH**\\n\\n• Appreciates the need for a standard unit.\\n\\n• Measures length using appropriate standard units of length by choosing between centimetres. and metres.\\n\\n• Estimates the length of given object in standard units and verifies by measuring.\\n\\n• Uses a ruler\\n\\n• Relates centimetre. and metre.\\n\\n**WEIGHT**\\n\\n• Weighs objects using non-standard Units.\\n\\n• Appreciates the conservation of weight.\\n\\n**VOLUME**\\n\\n• Measures and compares the capacity of different containers in terms of non-standard units.\\n\\n• Appreciates the conservation of volume.\\n\\n**TIME**\\n\\n• Reads a calendar to find a particularday and date.\\n\\n• Reads the time correct to the hour.\\n\\n• Sequences the events chronologically\\n\\n## Data Handling (6 hrs.)\\n\\n• Records data using tally marks.\\n\\n• Collects data and represents interms of pictograph choosing appropriate scale and unit for display through pictographs.\\n\\n• Draws conclusions from the data by discussing with the teacher.\\n\\n## Patterns (6 hrs.)\\n\\n• Identifies simple symmetrical shapes and patterns.\\n\\n• Makes patterns and designs from straight lines and other geometrical shapes.\\n\\n• Identifies patterns in the numerals for odd and even numbers and in adding odd and even numbers.\\n\\n• Partitions a number in differentways.\\n\\n• Identifies patterns in his surroundings\\n\\n• Identifies patterns in multiplication with, and dividing by 10s.\\n\\n\\n# Grade 4\\n\\n## Geometry (16 hrs.)\\n\\n**SHAPES & SPATIAL UNDERSTANDING**\\n\\n• Draws a circle free hand and withcompass.\\n\\n• Identifies centre, radius and diameter of a circle.\\n\\n• Uses Tangrams to create different shapes.\\n\\n• Tiles geometrical shapes: using oneor two shapes.\\n\\n• Chooses a tile among a given number of tiles that can tile a given region both intuitively and experimentally.\\n\\n• Explores intuitively the area and perimeter of simple shapes.\\n\\n• Makes 4-faced, 5-faced and 6-faced cubes from given nets especially designed for the same.\\n\\n• Explores intuitively the reflections through inkblots, paper cutting and paper folding.\\n\\n• Reads and draws 3-D objects, making use of the familiarity withthe conventions used in this.\\n\\n• Draws intuitively the plan, elevation and side view of simple objects.\\n\\n## Numbers (40 hrs.)\\n\\n**NUMBERS AND OPERATIONS**\\n\\n• Writes multiplication facts.\\n\\n• Writes tables upto 10 × 10.\\n\\n• Multiplies two and three digit numbers using lattice algorithm and the standard (column) algorithm.\\n\\n• Divides a given number by another number in various ways such as: \\n\\n– by drawing dots.\\n\\n– by grouping.\\n\\n– by using multiplication facts.\\n\\n– by repeated subtraction.\\n\\n• Applies the four operations to life situations.\\n\\n• Frames word problems.\\n\\n• Estimates sums, differences and products of given numbers.\\n\\n**MENTAL ARITHMETIC**\\n\\n• Adds and subtracts multiples of 10 and 100, mentally.\\n\\n• Completes multiplication facts by adding partial products, mentally (e.g. 7 × 6 = 5 × 6 + 2 × 6).\\n\\n**FRACTIONAL NUMBERS**\\n\\n• Identifies half, one fourth and three-fourths of a whole.\\n\\n• Identifies the symbols: 1/2 , 1/4, 3/4\\n\\n• Explains the meaning of 1/2, 1/4 and 3/4.\\n\\n• Appreciates equivalence of 2/4 and 1/2; and of 2/2, 3/3, 4/4 and 1.\\n\\n## Money (5 hrs.)\\n\\n**MONEY**\\n\\n•Converts Rupees to Paise.\\n\\n• Adds and subtracts amounts using column addition and subtraction with regrouping.\\n\\n• Uses operations to find totals,change, multiple costs and unitcost.\\n\\n• Estimates roughly the totals and total cost.\\n\\n## Measurement (21 hrs.)\\n\\n**LENGTH**\\n\\n• Relates metre with centimetre;\\n\\n• Converts metre into centimetres and vice versa.\\n\\n• Solves problems involving length and distances.\\n\\n• Estimates length of an object and distance between two given locations.\\n\\n**WEIGHT**\\n\\n• Weighs objects using a balance andstandard units.\\n\\n• Determines sums and differencesof weights.\\n\\n• Estimates the weight of an objectand verifies using a balance.\\n\\n**VOLUME**\\n\\n• Measures volumes of given liquidusing containers marked withstandard units.\\n\\n• Determines sums and differences of volumes.\\n\\n• Estimates the volume of a liquid contained in a vessel and verifies by measuring.\\n\\n**TIME**\\n\\n• Computes the number of weeks in a year.\\n\\n• Correlates the number of days in a year with the number of days in each month.\\n\\n• Justifies the reason for the need of a leap year.\\n\\n• Reads clock time to the nearest hours and minutes.\\n\\n• Expresses time, using the terms,‘a.m.’ and ‘p.m.’\\n\\n• Estimates the duration of familiar events.\\n\\n• Finds approximate time elapsed by (to the nearest hour) forward counting.\\n\\n• Computes the number of days between two dates.\\n\\n## Data Handling (6 hrs.)\\n\\n• Collects data and represents in the form of bar graphs;\\n\\n• Draws Inferences by discussing with the teacher.\\n\\n## Patterns (6 hrs.)\\n\\n• Identifies patterns in multiplication and division: multiples of 9,\\n\\n• Casts out nines from a given number to check if it is a multipleof nine.\\n\\n• Multiplies and divides by 10s, 100s.\\n\\n• Identifies geometrical patterns based on symmetry.\\n\\n# Grade 5\\n\\n## Geometry (16 hrs.)\\n\\n**SHAPES & SPATIAL UNDERSTANDING**\\n\\n• Gets the feel of perspective whiledrawing a 3-D object in 2-D.\\n\\n• Gets the feel of an angle through observation and paper folding.\\n\\n• Identifies right angles in the environment.\\n\\n• Classifies angles into right, acute and obtuse angles.\\n\\n• Represents right angle, acute angle and obtuse angle by drawing andtracing.\\n\\n• Explores intuitively rotations and reflections of familiar 2-D shapes.\\n\\n• Explores intuitively symmetry in familiar 3-D shapes.\\n\\n• Makes the shapes of cubes,cylinders and cones using nets especially designed for this purpose.\\n\\n## Numbers (40 hrs.)\\n\\n**NUMBERS AND OPERATIONS**\\n\\n• Finds place value in numbers beyond 1000.\\n\\n• Appreciates the role of place value in addition, subtraction and multiplication algorithms.\\n\\n• Uses informal and standard division algorithms.• Explains the meaning of factors and multiples.\\n\\n**MENTAL ARITHMETIC**\\n\\n• Estimates sums, differences, products and quotients and verifies using approximation.\\n\\n**FRACTIONAL NUMBERS**\\n\\n• Finds the fractional part of a collection.\\n\\n• Compares fractions.\\n\\n• Identifies equivalent fractions.\\n\\n• Estimates the degree of closeness of a fraction to known fractions (1/2, 1/4, 3/4 etc.)\\n\\n• Uses decimal fractions in the context of units of length and money.\\n\\n• Expresses a given fraction in decimal notation and vice versa.\\n\\n## Money (5 hrs.)\\n\\n• Applies the four operations insolving problems involvingmoney.\\n\\n## Measurement (26 hrs.)\\n\\n**LENGTH**\\n\\n• Determines area and perimeter of simple geometrical figures.\\n\\n• Applies the four operations in solving problems involving length,weight and volume.\\n\\n• Relates commonly used larger and smaller units of length, weight and volume and converts one to the other.\\n\\n• Applies simple fractions to quantities.\\n\\n• Converts fractional larger unit intocomplete smaller units.\\n\\n• Appreciates volume of a solid body: intuitively and also by informal measurement.\\n\\n• Uses addition and subtraction in finding time intervals in simple cases.\\n\\n## Data Handling (6 hrs.)\\n\\n• Collects two-dimensional quantitative data. \\n\\n• Represents the data in the form of a table.\\n\\n• Draws a bar graph or a pictograph to present a data.\\n\\n## Patterns (6 hrs.)\\n\\n• Identifies patterns in square numbers, triangular numbers.\\n\\n• Relates sequences of odd numbers between consecutive square numbers.\\n\\n• Makes border strip and tiling patterns.","image":null,"links":"learning_plan|https://ncert.nic.in/pdf/syllabus/06Math%20(I-V).pdf","topics":"mathematics","creators":null,"year":null,"difficulty":"childlike","cost":null,"rating":null,"tags":null} +{"iid":"1bd71bac-8dfc-4afe-8af2-4131d426cbce","name":"Tailwind Play","description":null,"image":null,"links":"interactive|https://play.tailwindcss.com/","topics":"software-tools/tailwindcss","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72c880c8-6bb6-46ba-bff3-e2bfb03cde17","name":"How to play piano: The basics, Piano Lesson #1","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=vphWgqbF-AM&list=PL253192EED47525A8","topics":"piano","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"87de171f-7c55-4e3f-b1c2-15061905707f","name":"Writing an OS in Rust","description":null,"image":null,"links":"blog|https://os.phil-opp.com/","topics":"operating-systems;code","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"606cfcb8-5de1-47da-9e03-b3a21d50b987","name":"Menstruation - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Menstruation","topics":"menstruation","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"e714947a-8878-4020-90fe-056599015c0e","name":"Menstruation - Simple English Wikipedia, the free encyclopedia","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Menstruation","topics":"menstruation","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"0ebdbe27-2616-4c99-a7a7-a00bed3b4670","name":"Puberty - Simple English Wikipedia, the free encyclopedia","description":null,"image":null,"links":"wiki|https://simple.wikipedia.org/wiki/Puberty","topics":"puberty","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"c84a1af3-a57d-4fd0-94dd-2a0860a2fc34","name":"Physical Aspects of Puberty : Crawley Films : Free Download, Borrow, and Streaming : Internet Archive","description":null,"image":null,"links":"video|https://archive.org/details/Physical1953","topics":"puberty","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"fcceb785-ec00-4fe3-bf72-23eab5705c4e","name":"Puberty, Developmental Processes, and Health Interventions - Child and Adolescent Health and Development - NCBI Bookshelf","description":null,"image":null,"links":"article|https://www.ncbi.nlm.nih.gov/books/NBK525269/","topics":"puberty","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"dba7ec5e-e65e-4e0e-97d0-aa4e53e470c0","name":"Menstruation","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/872203.Menstruation","topics":"menstruation;culture","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"a8e80738-e9cc-4804-bd09-40dad5abb4ae","name":"Metacademy - How to learn on your own","description":null,"image":null,"links":"article|https://metacademy.org/roadmaps/rgrosse/learn_on_your_own","topics":"learning","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"8744879d-c0a1-4769-be2a-b494b68648f0","name":"0.0: Introduction - Processing Tutorial","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=2VLaIr5Ckbs&list=PLRqwX-V7Uu6ZYJC7L-r6rX6utt6wwJCyi","topics":"programming-languages/processing","creators":null,"year":null,"difficulty":"childlike","cost":null,"rating":null,"tags":"oer"} +{"iid":"379392e0-4404-4d81-9a85-d093b1ed137f","name":"https://skillsion.com/protractor-testing-training","description":null,"image":null,"links":"website|https://skillsion.com/protractor-testing-training","topics":"education;0-2021","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"44084f3f-eb3f-4f16-b9cc-a00b32ee2876","name":"Give Yourself An Hour of Solitude — Literary. by R.C. Waldun","description":null,"image":null,"links":"article|https://www.litpublication.com/blog/cf7mijgvueudkr5soelca0qmnrhem2","topics":"reading","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e93d2163-c5f9-4e31-8030-9610f114d87a","name":"Digital Money Across Borders: Macro-Financial Implications","description":null,"image":null,"links":"research_paper|https://www.imf.org/en/Publications/Policy-Papers/Issues/2020/10/17/Digital-Money-Across-Borders-Macro-Financial-Implications-49823","topics":"cryptocurrency","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"01436f31-094b-497a-a0bc-242dedfff7b8","name":"Origami Simulator","description":null,"image":null,"links":"app|https://origamisimulator.org/","topics":"origami","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f57c175-f10a-4529-9728-8c73b7e26b83","name":"BCON20 conference","description":null,"image":null,"links":"webconf|https://conference.blender.org/2020/","topics":"software-tools/blender","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7f4eb2f-73e9-4cce-ae92-bb801f879964","name":"The Secret of the Highly Creative Thinker","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/27150873-the-secret-of-the-highly-creative-thinker","topics":"thinking;creativity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cc4fe1e-939a-468b-84ee-5ff68a80aa3a","name":"Lord of the Flies","description":"By William Golding","image":"https://learn-awesome.github.io/assets/book_covers/7624.jpg","links":"book|https://www.goodreads.com/book/show/7624.Lord_of_the_Flies","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a05b02e2-e9f4-4ef4-953c-ceadb00b78d3","name":"Selected Short Stories","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/59763.Selected_Short_Stories","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1e6cf74-8ac4-4e14-8f53-4e5659242fad","name":"Chaos and Fractals","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/371438.Chaos_and_Fractals","topics":"physics;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e00864d-7389-48e6-a551-ffe17b7d85ad","name":"The Ancient Secret of the Flower of Life","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/96630.The_Ancient_Secret_of_the_Flower_of_Life","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d69acca-acd6-499d-8280-cc6912460545","name":"Chaos","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/64582.Chaos","topics":"chaos-theory;science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b73f4d1d-5480-4661-b4ac-122148e0d487","name":"Relativity","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/15852.Relativity","topics":"relativity;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e00d412c-cd0e-42a8-99c1-50e7d8a5dd8f","name":"Transcend","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/6394415-transcend","topics":"futurism;life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d139563-2d38-4017-b27b-51fb102af3ec","name":"Heraclitean Fire","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/1152288.Heraclitean_Fire","topics":"science;autobiography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f260493-93b5-458a-8f72-7e76d0e691d3","name":"Practical Python Programming | practical-python","description":null,"image":null,"links":"course|https://dabeaz-course.github.io/practical-python/Notes/Contents.html","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"28bbf7c5-26d7-4818-904a-d76c777aae18","name":"Foundations of Data Science - YouTube","description":null,"image":null,"links":"course|http://www.youtube.com/playlist?list=PLD7HFcN7LXRcvobbHq_8zMyWq_tKwtebc","topics":"data-science;machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"656879e3-a70f-4121-ae28-7545d144610c","name":"Sir Cumference and the First Round Table","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/240220.Sir_Cumference_and_the_First_Round_Table","topics":"mathematics;stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad89e9f8-e104-4883-96b3-27dcfbb56af9","name":"Practical Data Ethics | Data ethics","description":null,"image":null,"links":"course|http://ethics.fast.ai/","topics":"ai-ethics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb538bba-c2cb-4aff-b1a1-1a9705972508","name":"https://twitter.com/onlynakedtruth/status/1299338997320224768","description":null,"image":null,"links":"thread|https://twitter.com/onlynakedtruth/status/1299338997320224768","topics":"electricity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7bd55b3-7041-4175-a104-f8d6b60aab39","name":"Pragmatic Bookshelf: By Developers, For Developers","description":null,"image":null,"links":"book|https://pragprog.com/titles/sbsockets/","topics":"software-tools/phoenix-framework","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1627a4b8-362c-42e2-ab2e-934443d76746","name":"Learn Gita Live Gita | Systematic & Scientific Course On Bhagavad Gita","description":null,"image":null,"links":"course|https://learngitalivegita.com/","topics":"religion;hinduism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"170ae373-e2a3-4f4f-b8e2-9e70c93b2524","name":"Stanford CS229: Machine Learning | Autumn 2018","description":null,"image":null,"links":"course|https://www.youtube.com/playlist?list=PLoROMvodv4rMiGQp3WXShtMGgzqpfVfbU","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"8e5911bd-133a-4598-9109-de0e44ce3b69","name":"Worldbuilding - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Worldbuilding","topics":"worldbuilding","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5d060761-2176-4b58-a7f0-e20b7f178692","name":"Free Math Resources - Textbooks, Lectures Notes, Videos and Online Courses | Real Not Complex","description":null,"image":null,"links":"website|https://realnotcomplex.com/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1399ada-d411-4aa2-bdce-6e1cd293713d","name":"Building Anagram Game using Python (with Code) | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blog-details/anagram-game-using-python","topics":"programming-languages/python;programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5622296e-5b36-49fc-9efa-419dc169c893","name":"#BlackIslamSyllabus - Google Docs","description":null,"image":null,"links":"learning_plan|https://docs.google.com/document/d/1avhgPrW30AFjegzV9X5aPqkZUA3uGd0-BZr9_zhArtQ/edit","topics":"islam;race","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85731137-6458-4b5b-a4bf-1e1e0647801d","name":"Android Online Training | Best Android App Development Online Course","description":null,"image":null,"links":"cert|https://www.acte.in/android-online-training","topics":"software-tools/android","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15896a57-81fe-4c16-8601-3dbb67a3437f","name":"Alex","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCPzFLpOblZEaIx2lpym1l1A","topics":"cooking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a9158be4-3501-4f50-a5e9-c287daa0973b","name":"7 Tips to Reduce Online Game lag","description":null,"image":null,"links":"app|https://theglobaldelta.blogspot.com/2020/10/9-tips-to-reduce-online-game-lag-what.html","topics":"3d-printing;3d-graphics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a5fab42-521d-41d3-a033-7a9f263ec29c","name":"NCERT Math syllabus: Grade 6 to 8","description":"# Grade 6\\n\\n## Number System (60 hrs)\\n\\n**(i) Knowing our Numbers:**\\n\\nConsolidating the sense of numberness up to 5 digits, Size, estimation of numbers, identifying smaller, larger, etc. Place value (recapitulation and extension), connectives: use of symbols =, <, >and use of brackets, word problems on number operations involving large numbers up to a maximum of5 digits in the answer after all operations. This would include conversions of units of length &mass (from the larger to the smaller units), estimation of outcome ofnumber operations. Introduction to a sense of the largeness of, and initial familiarity with, large numbers up to 8 digits and approximation of large numbers)\\n\\n**(ii) Playing with Numbers:**\\n\\nSimplification of brackets, Multiples and factors, divisibility rule of 2, 3, 4, 5, 6, 8, 9, 10, 11.(All these through observing patterns. Children would be helped in deducing some and then asked to derive some that are a combination of the basic patterns of divisibility.) Even/odd and prime/composite numbers, Co-prime numbers, prime factorisation, every number can be written as products of primefactors. HCF and LCM, prime factorization and division methodf or HCF and LCM, the property LCM × HCF = product of two numbers. All this is to be embedded in contexts that bring out the significance and provide motivationto the child for learning these ideas.\\n\\n**(iii) Whole numbers**\\n\\nNatural numbers, whole numbers, properties of numbers (commutative, associative, distributive, additive identity, multiplicative identity), number line. Seeing patterns, identifying and formulating rules to be done by children. (As familiarity with algebra grows, the child can express the generic pattern.)\\n\\n**(iv) Negative Numbers and Integers**\\n\\nHow negative numbers arise, models of negative numbers, connection to daily life, ordering of negative numbers, representation of negative numbers on number line. Children to see patterns, identify and formulate rules. What are integers, identification of integers on the number line,operation of addition and subtraction of integers, showing the operations on the number line (addition of negative integer reduces the value of the number) comparison of integers, ordering of integers.\\n\\n**(v) Fractions:**\\n\\nRevision of what a fraction is, Fraction as a part of whole, Representation of fractions (pictorially and on number line),fraction as a division, proper,improper & mixed fractions,equivalent fractions, comparison of fractions, addition and subtractionof fractions (Avoid large and complicated unnecessary tasks).(Moving towards abstraction infractions)\\n\\nReview of the idea of a decimal fraction, place value in the context of decimal fraction, inter conversion of fractions and decimal fractions(avoid recurring decimals at thisstage), word problems involving addition and subtraction of decimals (two operations together on money, mass, length and temperature)\\n\\n## Algebra (15 hrs)\\n\\n**INTRODUCTIONTO ALGEBRA**\\n\\n• Introduction to variable through patterns and through appropriate word problems and generalisations (example 5 × 1 = 5 etc.)\\n\\n• Generate such patterns with more examples.\\n\\n• Introduction to unknowns through examples with simple contexts (single operations)\\n\\n## Ratio and Proportion (15 hrs)\\n\\n• Concept of Ratio\\n\\n• Proportion as equality of two ratios\\n\\n• Unitary method (with only direct variation implied)\\n\\n• Word problems\\n\\n## Geometry (65 hrs)\\n\\n**(i) Basic geometrical ideas (2 -D):**\\n\\nIntroduction to geometry. Its linkage with and reflection in everyday experience.\\n\\n• Line, line segment, ray.\\n\\n• Open and closed figures.\\n\\n• Interior and exterior of closed figures.\\n\\n• Curvilinear and linear boundaries\\n\\n• Angle — Vertex, arm, interiorand exterior,\\n\\n• Triangle — vertices, sides, angles,interior and exterior, altitude andmedian\\n\\n• Quadrilateral — Sides, vertices,angles, diagonals, adjacent sidesand opposite sides (only convexquadrilateral are to be discussed),interior and exterior of aquadrilateral.\\n\\n• Circle — Centre, radius,diameter, arc, sector, chord,segment, semicircle, circumference,interior and exterior.\\n\\n**(ii)Understanding ElementaryShapes (2-D and 3-D):**\\n\\n• Measure of Line segment\\n\\n• Measure of angles\\n\\n• Pair of lines\\n\\n– Intersecting and perpendi-cular lines\\n\\n– Parallel lines\\n\\n• Types of angles- acute, obtuse,right, straight, reflex, completeand zero angle•Classification of triangles (on thebasis of sides, and of angles)\\n\\n• Types of quadrilaterals –Trapezium, parallelogram,rectangle, square, rhombus.\\n\\n• Simple polygons (introduction)(Upto octagons regulars as wellas non regular).\\n\\n•Identification of 3-D shapes: Cubes,Cuboids, cylinder, sphere, cone, prism (triangular), pyramid(triangular and square)Identification and locating in thesurroundings\\n\\n• Elements of 3-D figures. (Faces,Edges and vertices)\\n\\n• Nets for cube, cuboids, cylinders,cones and tetrahedrons.\\n\\n**(iii) Symmetry: (reflection)**\\n\\n• Observation and identificationof 2-D symmetrical objects forreflection symmetry\\n\\n• Operation of reflection (takingmirror images) of simple 2-Dobjects\\n\\n• Recognising reflection symmetry(identifying axes)\\n\\n**(iv) Constructions (using Straight edge Scale,protractor, compasses)**\\n\\n• Drawing of a line segment\\n\\n• Construction of circle\\n\\n• Perpendicular bisector\\n\\n• Construction of angles (using protractor)\\n\\n• Angle 60°, 120° (Using Compasses)\\n\\n• Angle bisector- making angles of 30°, 45°, 90° etc. (using compasses)\\n\\n• Angle equal to a given angle (using compass)\\n\\n• Drawing a line perpendicular to a given line from a point a) on the line b) outside the line\\n\\n## Mensuration (15 hrs)\\n\\n**CONCEPT OF PERIMETER AND INTRODUCTION TO AREA**\\n\\nIntroduction and general understanding of perimeter using many shapes. Shapes of different kinds with the same perimeter. Concept of area, Area of a rectangle and a square Counter examples to different misconcepts related to perimeter and area.\\n\\nPerimeter of a rectangle – and its special case – a square. Deducing the formula of the perimeter for a rectangle and then a square through pattern and generalisation.\\n\\n## Data handling (10 hrs)\\n\\n(i) What is data - choosing data to examine a hypothesis?\\n\\n(ii)Collection and organisation ofdata - examples of organising it in tally bars and a table.\\n\\n(iii)Pictograph- Need for scaling in pictographs interpretation & construction.\\n\\n(iv)Making bar graphs for given data interpreting bar graphs+.\\n# Grade 7\\n\\n## Number System (50 hrs)\\n\\n**(i) Knowing our Numbers: Integers**\\n\\n• Multiplication and division of integers (through patterns). Division by zero is meaningless\\n\\n• Properties of integers (including identities for addition & multiplication, commutative, associative, distributive) (through patterns). These would include examples from whole numbers as well. Involve expressing commutative and associative properties in a general form. Construction of counter-examples, including some by children. Counter examples like subtraction is not commutative.\\n\\n• Word problems including integers (all operations)\\n\\n**(ii) Fractions and rationalnumbers:**\\n\\n• Multiplication of fractions\\n\\n• Fraction as an operator\\n\\n• Reciprocal of a fraction\\n\\n• Division of fractions\\n\\n• Word problems involving mixedfractions\\n\\n• Introduction to rational numbers (with representation on number line)\\n\\n• Operations on rational numbers(all operations)\\n\\n• Representation of rational number as a decimal.\\n\\n• Word problems on rational numbers (all operations)\\n\\n• Multiplication and division of decimal fractions\\n\\n• Conversion of units (length & mass)\\n\\n• Word problems (including all operations)\\n\\n**(iii) Powers:**\\n\\n• Exponents only naturalnumbers.\\n\\n• Laws of exponents (through observing patterns to arrive at generalisation.) \\n\\n(i) a^m.a^n = a^(m+n)\\n\\n(ii) (a^m)^n = a^(m.n)\\n\\n(iii) a^m / a^n = a^(m-n) , where m - n ∈ N\\n\\n## Algebra (20 hrs)\\n\\n**ALGEBRAIC EXPRESSIONS**\\n\\n• Generate algebraic expressions(simple) involving one or twovariables\\n\\n• Identifying constants, coefficient,powers\\n\\n• Like and unlike terms, degree ofexpressions e.g., x^2.y etc. (exponent≤ 3, number of variables )\\n\\n• Addition, subtraction of algebraic expressions (coefficients shouldbe integers).\\n\\n• Simple linear equations in onevariable (in contextual problems)with two operations (avoidcomplicated coefficients)\\n\\n## Ratio and Proportion (20 hrs)\\n\\n• Ratio and proportion (revision)\\n\\n• Unitary method continued, consolidation, generalexpression.\\n\\n• Percentage- an introduction.\\n\\n• Understanding percentage as a fraction with denominator 100\\n\\n• Converting fractions and decimals into percentage andvice-versa.\\n\\n• Application to profit and loss(single transaction only)\\n\\n• Application to simple interest(time period in complete years).\\n\\n## Geometry (60 hrs)\\n\\n***(i) Understanding shapes:***\\n\\n• Pairs of angles (linear, supplementary, complementary,adjacent, vertically opposite)(verification and simple proof of vertically opposite angles)\\n\\n• Properties of parallel lines with transversal (alternate, corresponding, interior, exteriorangles)\\n\\n**(ii) Properties of triangles:**\\n\\n• Angle sum property (with notions of proof & verification through paper folding, proofs using property of parallel lines,difference between proof and verification.)\\n\\n• Exterior angle property\\n\\n• Sum of two sides of a it’sthird side\\n\\n• Pythagoras Theorem(Verification only)\\n\\n**(iii) Symmetry**\\n\\n• Recalling reflection symmetry\\n\\n• Idea of rotational symmetry, observations of rotational symmetry of 2-D objects. (90 degree, 120 degree, 180 degree)\\n\\n• Operation of rotation through 90 degree and 180 degree of simple figures.\\n\\n• Examples of figures with both rotation and reflection symmetry (both operations)\\n\\n• Examples of figures that have reflection and rotation symmetry and vice-versa\\n\\n**(iv)Representing 3-D in 2-D:**\\n\\n• Drawing 3-D figures in 2-D showing hidden faces.\\n\\n• Identification and counting of vertices, edges, faces, nets (for cubes, cuboids, and cylinders, cones).\\n\\n• Matching pictures with objects (Identifying names)\\n\\n• Mapping the space around approximately through visual estimation.\\n\\n**(v) Congruence**\\n\\n• Congruence through superposition (examples-blades, stamps, etc.)\\n\\n• Extend congruence to simple geometrical shapes e.g. triangles,circles.\\n\\n• Criteria of congruence (by verification) SSS, SAS, ASA, RHS\\n\\n**(vi)Construction (Using scale,protractor, compass)**\\n\\n• Construction of a line parallel to a given line from a point outside it.(Simple proof as remark with the reasoning of alternate angles)\\n\\n• Construction of simple triangles. Like given three sides, given a side and two angles on it, given two sides and the angle between them.\\n\\n## Mensuration (15 hrs)\\n\\n• Revision of perimeter, Idea of, Circumference of Circle\\n\\n**Area**\\n\\nConcept of measurement using a basic unit area of a square, rectangle,triangle, parallelogram and circle, area between two rectangles and two concentric circles.\\n\\n## Data handling (15 hrs)\\n\\n(i) Collection and organisation of data – choosing the data to collect for a hypothesis testing.\\n\\n(ii)Mean, median and mode of ungrouped data – understanding what they represent.\\n\\n(iii)Constructing bargraphs\\n\\n(iv) Feel of probability using datathrough experiments. Notion of chance in events like tossing coins, dice etc. Tabulating andc ounting occurrences of 1 through 6 in a number of throws. Comparing the observation with that for a coin. Observing strings of throws, notion of randomness.\\n# Grade 8\\n\\n## Number System (50 hrs)\\n\\n**(i) Rational Numbers:**\\n\\n• Properties of rational numbers.(including identities). Using general form of expression to describe properties\\n\\n• Consolidation of operations on rational numbers.\\n\\n• Representation of rational numbers on the number line\\n\\n• Between any two rational numbers there lies another rational number (Making children see that if we take two rational numbers then unlike for whole numbers, in this case you can keep finding more and more numbers that lie between them.)\\n\\n• Word problem (higher logic,two operations, including ideas like area)\\n\\n**(ii) Powers**\\n\\n• Integers as exponents.\\n\\n• Laws of exponents with integralpowers\\n\\n**(iii)Squares, Square roots,Cubes, Cube roots.**\\n\\n• Square and Square roots\\n\\n• Square roots using factor method and division method for numbers containing (a) no more than total 4 digits and (b) no more than 2 decimal places\\n\\n• Cubes and cubes roots (only factor method for numbers containing at most 3 digits)• Estimating square roots and cube roots. Learning the process of moving nearer to the required number.\\n\\n**(iv) Playing with numbers**\\n\\n• Writing and understanding a 2 and 3 digit number in generalized form (100a + 10b + c , where a,b, c can be only digit 0-9) and engaging with various puzzles concerning this. (Like finding the missing numerals represented by alphabets in sums involving any of the four operations.) Children to solve and create problems and puzzles.\\n\\n• Number puzzles and games\\n\\n• Deducing the divisibility test rules of 2, 3, 5, 9, 10 for a two or three-digit number expressed in the general form.\\n\\n## Algebra (20 hrs)\\n\\n**(i) Algebraic Expressions**\\n\\n• Multiplication and division of algebraic exp.(Coefficient should be integers)\\n\\n• Some common errors (e.g. 2 +x≠ 2x, 7x + y≠ 7xy )\\n\\n• Identities (a ± b)^2 = a^2 ± 2ab + b^2, a^2 – b^2 = (a – b).(a + b) \\n\\nFactorisation (simple cases only) as examples the following types a(x + y), (x ± y)^2, a^2 – b^2, (x + a).(x + b)\\n\\n• Solving linear equations in one variable in contextual problems involving multiplication and division (word problems) (avoid complex coefficient in the equations)\\n\\n## Ratio and Proportion (25 hrs)\\n\\n• Slightly advanced problems involving applications on percentages, profit & loss,overhead expenses, Discount,tax.\\n\\n• Difference between simple and compound interest (compounded yearly up to 3 years or half-yearly up to 3 steps only), Arriving at the formula for compound interest through patterns and using it for simple problems.\\n\\n• Direct variation – Simple and direct word problems\\n\\n• Inverse variation – Simple and direct word problems\\n\\n• Time & work problems – Simple and direct word problems\\n\\n## Geometry(40 hrs)\\n\\n**(i) Understanding shapes:**\\n\\n• Properties of quadrilaterals – Sum of angles of a quadrilateralis equal to 360 degrees (By verification)\\n\\n• Properties of parallelogram (By verification)\\n\\n(i) Opposite sides of a parallelogram are equal,\\n\\nii)Opposite angles of a parallelogram are equal,\\n\\n(iii)Diagonals of a parallelogram bisect each other. Why (iv), (v)and (vi) follow from (ii)\\n\\n(iv)Diagonals of a rectangle are equal and bisect each other.\\n\\n(v) Diagonals of a rhombus bisect each other at right angles.\\n\\n(vi)Diagonals of a square are equal and bisect each other at right angles.\\n\\n**(ii) Representing 3-D in 2-D**\\n\\n• Identify and Match pictures with objects (more complicated e.g.nested, joint 2-D and 3-D shapes (not more than 2)).\\n\\n• Drawing 2-D representation of 3-D objects (Continued and extended)\\n\\n• Counting vertices, edges & faces & verifying Euler’s relation for3-D figures with flat faces(cubes, cuboids, tetrahedrons, prisms and pyramids)\\n\\n**(iii) Construction:**\\n\\nConstruction of Quadrilaterals:\\n\\n• Given four sides and onediagonal\\n\\n• Three sides and two diagonals\\n\\n• Three sides and two included angles\\n\\n• Two adjacent sides and threeangles\\n\\n## Mensuration (15 hrs)\\n\\n(i) Area of a trapezium and apolygon.\\n\\n(ii)Concept of volume,measurement of volumeusing a basic unit, volume of a cube, cuboid and cylinder\\n\\n(iii) Volume and capacity(measurement of capacity)\\n\\n(iv)Surface area of a cube, cuboid,cylinder.\\n\\n## Data handling (15 hrs)\\n\\n(i) Reading bar-graphs,ungrouped data, arranging it into groups, representation of grouped data through bar-graphs, constructing and interpreting bar-graphs.\\n\\n(ii) Simple Pie charts with reasonable data numbers\\n\\n(iii) Consolidating and generalising the notion of chance in events like tossing coins, dice etc. Relating it to chance in life events. Visual representation of frequency outcomes of repeated throws of the same kind of coins or dice.\\n\\nThrowing a large number of identical dice/coins together and aggregating the result of the throws to get large number of individual events. Observing the aggregating numbers over a large number of repeated events. Comparing with the data for a coin. Observing strings of throws, notion of randomness\\n\\n## Introduction to graphs (15 hrs)\\n\\n**PRELIMINARIES:**\\n\\n(i) Axes (Same units), Cartesian Plane\\n\\n(ii)Plotting points for different kind of situations (perimeter vs length for squares, area as a function of side of a square, plotting of multiples of different numbers, simple interest vs number of years etc.)\\n\\n(iii)Reading off from the graphs\\n\\n• Reading of linear graphs\\n\\n• Reading of distance vs timegraph","image":null,"links":"learning_plan|https://ncert.nic.in/pdf/syllabus/07Math%20(VI-VIII).pdf","topics":"mathematics","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"ce3f7357-cd2d-418b-a890-d93fab42853d","name":"Investigating the Periodic Table with Experiments - with Peter Wothers","description":"By The Royal Institution","image":null,"links":"video|https://www.youtube.com/watch?v=kqe9tEcZkno","topics":"periodic-table","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"68960485-c190-4e37-b774-f055b710283b","name":"Beginner's Series to: Node.js","description":null,"image":null,"links":"video|http://www.youtube.com/playlist?list=PLlrxD0HtieHje-_287YJKhY8tDeSItwtg","topics":"programming-languages/javascript;programming-languages/typescript","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"2924fad5-a875-4cb7-9951-a7dc4e0a6ada","name":"Smarthistory","description":null,"image":null,"links":"website|https://smarthistory.org/","topics":"art-history","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"8a0e7014-ad22-4933-8cbb-0eb12e13dbfe","name":"Puberty - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Puberty","topics":"puberty","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"d594f2b7-1ddd-44f9-b111-8224d38a4db6","name":"Tim Duy's Fed Watch","description":null,"image":null,"links":"blog|https://blogs.uoregon.edu/timduyfedwatch/","topics":"personal-finance;economics","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"07c3ce2e-5efd-4db5-8162-f44574687a1f","name":"Learning Processing 2nd Edition","description":null,"image":null,"links":"book|https://learningprocessing.com","topics":"programming-languages/processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05dbf804-efe3-42b3-9e53-32d6dbb6db28","name":"Feature Engineering and Selection: A Practical Approach for Predictive Models","description":null,"image":null,"links":"book|http://www.feat.engineering/index.html","topics":"machine-learning;statistical-learning","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"cdcf654c-dd72-468a-ac5d-6c6f6dcae085","name":"A modern treatment of the 15 puzzle","description":null,"image":null,"links":"research_paper|http://www.cs.cmu.edu/afs/cs/academic/class/15859-f01/www/notes/15-puzzle.pdf","topics":"15-puzzle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"87d0dcd5-4053-4b75-90fa-3bdfde5397dc","name":"15 puzzle - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/15_puzzle","topics":"15-puzzle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"81def9c5-afc9-4260-ac10-26570f9abec7","name":"Numberphile - Why is this puzzle impossible?","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=YI1WqYKHi78","topics":"15-puzzle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"cfcccdc2-ab22-4adf-bbd2-d3b941c33804","name":"Notes on the \\"15\\" puzzle (1879)","description":null,"image":null,"links":"research_paper|https://www.jstor.org/stable/2369492?seq=1#metadata_info_tab_contents","topics":"15-puzzle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"358a7c96-9a9f-4947-8fa0-9d4c0ab7f46e","name":"Free Linear Algebra textbook, from Jim Hefferon","description":null,"image":null,"links":"book|https://hefferon.net/linearalgebra/","topics":"linear-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53916324-4830-491f-b13c-5d8488ae31ea","name":"Per Brinch Hansen – Pascal for small machines","description":null,"image":null,"links":"book|http://pascal.hansotten.com/per-brinch-hansen/","topics":"compilers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d446e492-17b2-4f10-942f-281337a3e25d","name":"Computer Science from the Bottom Up","description":null,"image":null,"links":"website|https://www.bottomupcs.com/","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76d5f216-f8c1-492b-96d6-32cde723d003","name":"Private Pilot Ground School | Aeronautics and Astronautics | MIT OpenCourseWare","description":null,"image":null,"links":"course|https://ocw.mit.edu/courses/aeronautics-and-astronautics/16-687-private-pilot-ground-school-january-iap-2019/","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"109af58f-a02a-4a45-b36c-fddd60482ef7","name":"Markov Chains explained visually","description":null,"image":null,"links":"interactive|https://setosa.io/ev/markov-chains/","topics":"markov-chains;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa53d170-8022-43d9-8edb-537a2963047c","name":"Miss Rumphius","description":"By Barbara Cooney","image":"https://learn-awesome.github.io/assets/book_covers/334818.jpg","links":"book|https://www.goodreads.com/book/show/334818.Miss_Rumphius","topics":"picture-books","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa89b19a-2244-4003-8531-ad8babf3712f","name":"Sapiens: A Brief History of Humankind","description":"By Yuval Noah Harari","image":"https://learn-awesome.github.io/assets/book_covers/23692271.jpg","links":"book|https://www.goodreads.com/book/show/23692271-sapiens","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65371b41-3016-421d-8e8e-a02475819f7f","name":"The Half Has Never Been Told: Slavery and the Making of American Capitalism","description":"By Edward E. Baptist","image":"https://learn-awesome.github.io/assets/book_covers/14894629.jpg","links":"book|https://www.goodreads.com/book/show/14894629-the-half-has-never-been-told","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae223647-61ce-4231-95aa-c8474be22d33","name":"Boyd: The Fighter Pilot Who Changed the Art of War","description":"By Robert Coram","image":"https://learn-awesome.github.io/assets/book_covers/38840.jpg","links":"book|https://www.goodreads.com/book/show/38840.Boyd","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5330e3bc-a5e0-4cea-ad10-6fe8ca83a863","name":"THE BOYS IN THE BOAT: NINE AMERICANS AND THEIR EPIC QUEST FOR GOLD AT THE 1936 BERLIN OLYMPICS","description":"By Daniel James Brown","image":"https://learn-awesome.github.io/assets/book_covers/16158542.jpg","links":"book|https://www.goodreads.com/book/show/16158542-the-boys-in-the-boat","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"256816d1-3c78-42ea-97f8-86ccb03ef918","name":"When Breath Becomes Air","description":"By Paul Kalanithi","image":"https://learn-awesome.github.io/assets/book_covers/25899336.jpg","links":"book|https://www.goodreads.com/book/show/25899336-when-breath-becomes-air","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abcc17c8-a2a1-45da-90c0-26be271d74e7","name":"High Output Management ","description":"By Andrew S. Grove","image":"https://learn-awesome.github.io/assets/book_covers/324750.jpg","links":"book|https://www.goodreads.com/book/show/324750.High_Output_Management","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66905115-4700-48fd-825c-bcdd2d8efb9a","name":"Reinventing Organizations: A Guide to Creating Organizations Inspired by the Next Stage of Human Consciousness","description":"By Frederic Laloux","image":"https://learn-awesome.github.io/assets/book_covers/20787425.jpg","links":"book|https://www.goodreads.com/book/show/20787425-reinventing-organizations","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b02f78cf-3670-44e4-9662-660d4fa7af7d","name":"A Little Life","description":"By Hanya Yanagihara","image":"https://learn-awesome.github.io/assets/book_covers/22822858.jpg","links":"book|https://www.goodreads.com/book/show/22822858-a-little-life","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed1faedb-8753-4cce-9a7e-075eb987335a","name":"Hot Seat: The Startup CEO Guidebook","description":"By Dan Shapiro","image":"https://learn-awesome.github.io/assets/book_covers/25548918.jpg","links":"book|https://www.goodreads.com/book/show/25548918-hot-seat","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f83fd136-c6da-446d-930d-f7e33f6c18bc","name":"A Tree Grows in Brooklyn","description":"By Betty Smith","image":"https://learn-awesome.github.io/assets/book_covers/14891.jpg","links":"book|https://www.goodreads.com/book/show/14891.A_Tree_Grows_in_Brooklyn","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e6cb053-ec06-40ef-b33c-0ecad7343aa7","name":"I Am Pilgrim","description":"By Terry Hayes","image":"https://learn-awesome.github.io/assets/book_covers/18144124.jpg","links":"book|https://www.goodreads.com/book/show/18144124-i-am-pilgrim","topics":"thriller","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d010be32-84d8-4c91-8819-d0772e439f3c","name":"alexander hamilton","description":"By Ron Chernow","image":"https://learn-awesome.github.io/assets/book_covers/16130.jpg","links":"book|https://www.goodreads.com/book/show/16130.Alexander_Hamilton","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba1eeda5-9bb8-445a-8b31-855a16620c16","name":"Turn the Ship Around!: A True Story of Turning Followers into Leaders","description":"By L. David Marquet","image":"https://learn-awesome.github.io/assets/book_covers/16158601.jpg","links":"book|https://www.goodreads.com/book/show/16158601-turn-the-ship-around","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08aa1509-4749-4c18-b9ab-300aaa2df3ed","name":"Dan Simmons, Hyperion","description":"By Dan Simmons","image":"https://learn-awesome.github.io/assets/book_covers/77566.jpg","links":"book|https://www.goodreads.com/book/show/77566.Hyperion","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f9c882c-71c0-4af8-a0aa-98ed0c82e691","name":"Shambhala: The Sacred Path of the Warrior","description":"By Chögyam Trungpa","image":"https://learn-awesome.github.io/assets/book_covers/336248.jpg","links":"book|https://www.goodreads.com/book/show/336248.Shambhala","topics":"buddhism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29a20b39-dd65-470a-801c-b0305c77853a","name":"The Great Bridge: The Epic Story of the Building of the Brooklyn Bridge","description":"By David McCullough","image":"https://learn-awesome.github.io/assets/book_covers/2369.jpg","links":"book|https://www.goodreads.com/book/show/2369.The_Great_Bridge","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f6ce9df-a2a0-48e2-aa9f-76ecaa483401","name":"Open","description":"By Andre Agassi","image":"https://learn-awesome.github.io/assets/book_covers/6480781.jpg","links":"book|https://www.goodreads.com/book/show/6480781-open","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"801302a0-8c87-4781-92ed-f9d79c5d3871","name":"The Phantom Tollbooth","description":"By Norton Juster","image":"https://learn-awesome.github.io/assets/book_covers/378.jpg","links":"book|https://www.goodreads.com/book/show/378.The_Phantom_Tollbooth","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bdd932b-cfc7-43b1-bae0-4eefa77a3864","name":"Ogilvy on Advertising","description":"By David Ogilvy","image":"https://learn-awesome.github.io/assets/book_covers/641601.jpg","links":"book|https://www.goodreads.com/book/show/641601.Ogilvy_on_Advertising","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b782c65c-83b3-41f0-91b1-4e48cc646ab8","name":"Good Strategy Bad Strategy: The Difference and Why It Matters","description":"By Richard P. Rumelt","image":"https://learn-awesome.github.io/assets/book_covers/11721966.jpg","links":"book|https://www.goodreads.com/book/show/11721966-good-strategy-bad-strategy","topics":"strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2de46bd4-ec61-4d7c-b108-fcb8d4c3e9fb","name":"The Guns of August","description":"By Barbara W. Tuchman","image":"https://learn-awesome.github.io/assets/book_covers/40779082.jpg","links":"book|https://www.goodreads.com/book/show/40779082-the-guns-of-august","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ee2c737-6666-449c-9d8d-c346e04a883a","name":"The Sparrow (The Sparrow, #1)","description":"By Mary Doria Russell","image":"https://learn-awesome.github.io/assets/book_covers/334176.jpg","links":"book|https://www.goodreads.com/book/show/334176.The_Sparrow","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7c6eae9-98ad-4c76-bb60-36352432da25","name":"Thing Explainer: Complicated Stuff in Simple Words","description":"By Randall Munroe","image":"https://learn-awesome.github.io/assets/book_covers/25329850.jpg","links":"book|https://www.goodreads.com/book/show/25329850-thing-explainer","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7622ae94-69d5-4ae6-afcc-10bad27eaf4d","name":"Leadership and Self-Deception: Getting Out of the Box (Paperback)","description":"By The Arbinger Institute","image":"https://learn-awesome.github.io/assets/book_covers/180463.jpg","links":"book|https://www.goodreads.com/book/show/180463.Leadership_and_Self_Deception","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c53d143-d24e-4f91-b5d5-9cebb27626d2","name":"Getting More: How to Negotiate to Achieve Your Goals in the Real World","description":"By Stuart Diamond","image":"https://learn-awesome.github.io/assets/book_covers/8095067.jpg","links":"book|https://www.goodreads.com/book/show/8095067-getting-more","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3132130b-c973-4f1d-85d8-26693f758d52","name":"The Internet of Garbage","description":"By Sarah Jeong","image":"https://learn-awesome.github.io/assets/book_covers/25910719.jpg","links":"book|https://www.goodreads.com/book/show/25910719-the-internet-of-garbage","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ae1f49f-e31b-4668-8f53-30296bd70f1a","name":"Dead Wake: The Last Crossing of the Lusitania","description":"By Erik Larson","image":"https://learn-awesome.github.io/assets/book_covers/22551730.jpg","links":"book|https://www.goodreads.com/book/show/22551730-dead-wake","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a64ea2e-9793-4a7f-adf2-c5cd2bfd6297","name":"The Color of Water: A Black Man's Tribute to His White Mother","description":"By James McBride","image":"https://learn-awesome.github.io/assets/book_covers/29209.jpg","links":"book|https://www.goodreads.com/book/show/29209.The_Color_of_Water","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7db49179-a837-4803-9139-3f17d814ab6e","name":"All the Single Ladies: Unmarried Women and the Rise of an Independent Nation","description":"By Rebecca Traister","image":"https://learn-awesome.github.io/assets/book_covers/25814394.jpg","links":"book|https://www.goodreads.com/book/show/25814394-all-the-single-ladies","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d912114b-0ca6-4724-9d52-11fcd8dd7348","name":"The Art of Possibility","description":"By Rosamund Stone Zander","image":"https://learn-awesome.github.io/assets/book_covers/85697.jpg","links":"book|https://www.goodreads.com/book/show/85697.The_Art_of_Possibility","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5f4b2d5-5ece-4892-b47e-c61cb2aea3fb","name":"The Night Circus","description":"By Erin Morgenstern","image":"https://learn-awesome.github.io/assets/book_covers/9361589.jpg","links":"book|https://www.goodreads.com/book/show/9361589-the-night-circus","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"159598e5-a94c-478e-8905-04fc63d31400","name":"The First Fifteen Lives of Harry August","description":"By Claire North","image":"https://learn-awesome.github.io/assets/book_covers/35066358.jpg","links":"book|https://www.goodreads.com/book/show/35066358-the-first-fifteen-lives-of-harry-august","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9d3e246-0e7c-4519-8912-4a2f16f840fd","name":"Snow Crash","description":"By Neal Stephenson","image":"https://learn-awesome.github.io/assets/book_covers/40651883.jpg","links":"book|https://www.goodreads.com/book/show/40651883-snow-crash","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08c4f7f9-55fd-40b1-892e-53d4075d6c1b","name":"Losing the Signal: The Untold Story Behind the Extraordinary Rise and Spectacular Fall of BlackBerry","description":"By Jacquie McNish","image":"https://learn-awesome.github.io/assets/book_covers/25602451.jpg","links":"book|https://www.goodreads.com/book/show/25602451-losing-the-signal","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbc20ee5-8577-4429-80a3-c726024537de","name":"The Course of Love","description":"By Alain de Botton","image":"https://learn-awesome.github.io/assets/book_covers/27845690.jpg","links":"book|https://www.goodreads.com/book/show/27845690-the-course-of-love","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"551da0a7-c838-4dc6-8c45-7332345408b5","name":"Guns, Germs, and Steel: The Fates of Human Societies","description":"By Jared Diamond","image":"https://learn-awesome.github.io/assets/book_covers/1842.jpg","links":"book|https://www.goodreads.com/book/show/1842.Guns_Germs_and_Steel","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9811dc5f-7aa9-4677-9f0a-c957581e16af","name":"Cloud Atlas","description":"By David Mitchell","image":"https://learn-awesome.github.io/assets/book_covers/49628.jpg","links":"book|https://www.goodreads.com/book/show/49628.Cloud_Atlas","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e1c7499-731e-4e7f-83d5-313d54368eb2","name":"'Salem's Lot","description":"By Stephen King","image":"https://learn-awesome.github.io/assets/book_covers/11590.jpg","links":"book|https://www.goodreads.com/book/show/11590._Salem_s_Lot","topics":"horror","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a64481c-b751-4e12-ac47-6a3f8d31031d","name":"Building Great Software Engineering Teams: Recruiting, Hiring, and Managing Your Team from Startup to Success","description":"By Joshua Tyler","image":null,"links":"book|https://www.goodreads.com/book/show/27968305-building-great-software-engineering-teams","topics":"owned","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4203de0-6b77-43bd-9a63-f19d78bdc409","name":"SnapManual","description":null,"image":null,"links":"book|https://snap.berkeley.edu/snap/help/SnapManual.pdf","topics":"programming-languages/snap","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90c4ae7a-c7d7-4263-912c-2c504eaa0bf0","name":"Women in Tech: Practical Advice and Inspiring Stories from Successful Women in Tech to Take Your Career to the Next Level","description":"By Tarah Wheeler","image":"https://learn-awesome.github.io/assets/book_covers/25852961.jpg","links":"book|https://www.goodreads.com/book/show/25852961-women-in-tech","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd738e2f-3e0a-4c54-8873-423a291e5169","name":"Unfinished Business: Women, Men, Work, Family","description":"By Anne-Marie Slaughter","image":"https://learn-awesome.github.io/assets/book_covers/25614228.jpg","links":"book|https://www.goodreads.com/book/show/25614228-unfinished-business","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70c801fe-e03f-4232-a183-cdc4111b607d","name":"Raving Fans: A Revolutionary Approach to Customer Service","description":"By Kenneth H. Blanchard","image":"https://learn-awesome.github.io/assets/book_covers/56501.jpg","links":"book|https://www.goodreads.com/book/show/56501.Raving_Fans","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02e41cc6-849d-4df7-aa86-2172ad19b101","name":"The Fifth Discipline: The Art & Practice of The Learning Organization","description":"By Peter M. Senge","image":"https://learn-awesome.github.io/assets/book_covers/255127.jpg","links":"book|https://www.goodreads.com/book/show/255127.The_Fifth_Discipline","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9d487a6-b912-4413-b47d-6e3c2d72cd49","name":"You Are Not So Smart: Why You Have Too Many Friends on Facebook, Why Your Memory Is Mostly Fiction, and 46 Other Ways You're Deluding Yourself (Hardcover)","description":"By David McRaney","image":"https://learn-awesome.github.io/assets/book_covers/11709037.jpg","links":"book|https://www.goodreads.com/book/show/11709037-you-are-not-so-smart","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d042f0a1-249e-4fb5-9179-f113e5da64cd","name":"Wolf Hall","description":"By Hilary Mantel","image":"https://learn-awesome.github.io/assets/book_covers/6101138.jpg","links":"book|https://www.goodreads.com/book/show/6101138-wolf-hall","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36adab5b-be78-4259-9128-4a343557fbd8","name":"The Hare With Amber Eyes: A Family's Century of Art and Loss","description":"By Edmund de Waal","image":"https://learn-awesome.github.io/assets/book_covers/7821828.jpg","links":"book|https://www.goodreads.com/book/show/7821828-the-hare-with-amber-eyes","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad7cc6fd-fddf-450e-a978-095168f1fcf3","name":"Throwing Rocks at the Google Bus: How Growth Became the Enemy of Prosperity","description":"By Douglas Rushkoff","image":"https://learn-awesome.github.io/assets/book_covers/25734304.jpg","links":"book|https://www.goodreads.com/book/show/25734304-throwing-rocks-at-the-google-bus","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67997669-6b06-4484-8de3-b2fe34147287","name":"Season of the Witch","description":"By Natasha Mostert","image":"https://learn-awesome.github.io/assets/book_covers/20601441.jpg","links":"book|https://www.goodreads.com/book/show/20601441-season-of-the-witch","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54341da5-2248-4da8-8447-266f4c4945ed","name":"What Technology Wants","description":"By Kevin Kelly","image":"https://learn-awesome.github.io/assets/book_covers/7954936.jpg","links":"book|https://www.goodreads.com/book/show/7954936-what-technology-wants","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bbca5a1-cdfc-4af2-8283-53efdba92cdb","name":"Of Dice and Men: The Story of Dungeons & Dragons and the People Who Play It","description":"By David M. Ewalt","image":"https://learn-awesome.github.io/assets/book_covers/15803047.jpg","links":"book|https://www.goodreads.com/book/show/15803047-of-dice-and-men","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3062b38c-32fc-4fd7-883d-32de20fc5893","name":"Sex Object: A Memoir","description":"By Jessica Valenti","image":"https://learn-awesome.github.io/assets/book_covers/40725154.jpg","links":"book|https://www.goodreads.com/book/show/40725154-sex-object","topics":"feminism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"982f46e5-af80-4fba-8a24-32dc38cd1cb6","name":"Product Strategy for High Technology Companies","description":"By Michael E. McGrath","image":"https://learn-awesome.github.io/assets/book_covers/909882.jpg","links":"book|https://www.goodreads.com/book/show/909882.Product_Strategy_for_High_Technology_Companies","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8124e16-4906-4171-93d9-6c6b5f5c3877","name":"Between You & Me: Confessions of a Comma Queen","description":"By Mary Norris","image":"https://learn-awesome.github.io/assets/book_covers/25622752.jpg","links":"book|https://www.goodreads.com/book/show/25622752-between-you-me","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2550882-2c7a-4a60-a912-76c32f18fafe","name":"Leading Gracefully: A Woman's Guide to Confident, Authentic & Effective Leadership","description":"By Monique Svazlian Tallon","image":"https://learn-awesome.github.io/assets/book_covers/29474100.jpg","links":"book|https://www.goodreads.com/book/show/29474100-leading-gracefully","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e5a58cb-92a5-4cba-a7e3-d78978d0c86a","name":"Programming Rust","description":"By Jim Blandy","image":"https://learn-awesome.github.io/assets/book_covers/25550614.jpg","links":"book|https://www.goodreads.com/book/show/25550614-programming-rust","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f460560a-f800-4f52-b7e4-37906cf876ad","name":"Structure and Interpretation of Computer Programs - 2nd Edition (MIT Electrical Engineering and Computer Science)","description":"By Harold Abelson","image":"https://learn-awesome.github.io/assets/book_covers/39982914.jpg","links":"book|https://www.goodreads.com/book/show/39982914-structure-and-interpretation-of-computer-programs---2nd-edition","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9ecd101-33d0-4029-ac25-b4fcf30bacfc","name":"The Linux Programming Interface: A Linux and UNIX System Programming Handbook","description":"By Michael Kerrisk","image":"https://learn-awesome.github.io/assets/book_covers/7672214.jpg","links":"book|https://www.goodreads.com/book/show/7672214-the-linux-programming-interface","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2d6ffc0-492a-4bcc-8e06-981fe6220bc6","name":"The Elements of Computing Systems: Building a Modern Computer from First Principles","description":"By Noam Nisan","image":"https://learn-awesome.github.io/assets/book_covers/910789.jpg","links":"book|https://www.goodreads.com/book/show/910789.The_Elements_of_Computing_Systems","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9009610-09af-44f3-ab18-e109ca810b46","name":"Licklider and the Revolution That Made Computing Personal","description":"By M. Mitchell Waldrop","image":"https://learn-awesome.github.io/assets/book_covers/722412.jpg","links":"book|https://www.goodreads.com/book/show/722412.The_Dream_Machine","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bc9ceea-d45c-4bbd-8c46-ec80fd12954a","name":"Mathematics: Its Content, Methods and Meaning","description":"By A.D. Aleksandrov","image":"https://learn-awesome.github.io/assets/book_covers/405880.jpg","links":"book|https://www.goodreads.com/book/show/405880.Mathematics","topics":"math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b579e932-548c-4871-92de-aaba4d992aab","name":"The C Programming Language","description":"By Brian W. Kernighan","image":"https://learn-awesome.github.io/assets/book_covers/515601.jpg","links":"book|https://www.goodreads.com/book/show/515601.The_C_Programming_Language","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec5bfc5e-3cd4-45e4-8039-9f9247c98512","name":"Skunk Works: A Personal Memoir of My Years at Lockheed","description":"By Ben R. Rich","image":"https://learn-awesome.github.io/assets/book_covers/101438.jpg","links":"book|https://www.goodreads.com/book/show/101438.Skunk_Works","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"731555fe-610b-4a4a-83fa-3bfb0aed0c0d","name":"Clean Code: A Handbook of Agile Software Craftsmanship","description":"By Robert C. Martin","image":"https://learn-awesome.github.io/assets/book_covers/3735293.jpg","links":"book|https://www.goodreads.com/book/show/3735293-clean-code","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24c23944-054e-4ed6-bb2d-f1b00b1bd364","name":"Influence: The Psychology of Persuasion, Revised Edition","description":"By Ant Hive Media","image":"https://learn-awesome.github.io/assets/book_covers/29462543.jpg","links":"book|https://www.goodreads.com/book/show/29462543-summary-of-robert-cialdini-s-influence","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ded3538-3b77-484a-b2ce-fa4fd352d1cf","name":"The Art of Electronics","description":"By Paul Horowitz","image":"https://learn-awesome.github.io/assets/book_covers/569775.jpg","links":"book|https://www.goodreads.com/book/show/569775.The_Art_of_Electronics","topics":"electronics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1b739a3-7718-4474-a013-6ac02b2cb530","name":"The Algorithm Design Manual","description":"By Steven S. Skiena","image":"https://learn-awesome.github.io/assets/book_covers/425208.jpg","links":"book|https://www.goodreads.com/book/show/425208.The_Algorithm_Design_Manual","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"321352c0-7945-47d8-98e9-87f180e0b958","name":"The Pragmatic Programmer: From Journeyman to Master","description":"By Andy Hunt","image":"https://learn-awesome.github.io/assets/book_covers/4099.jpg","links":"book|https://www.goodreads.com/book/show/4099.The_Pragmatic_Programmer","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87777505-bcbd-418a-a00d-1733aef54785","name":"Advanced Programming in the UNIX Environment, 3rd Edition","description":"By W. Richard Stevens","image":"https://learn-awesome.github.io/assets/book_covers/603263.jpg","links":"book|https://www.goodreads.com/book/show/603263.Advanced_Programming_in_the_UNIX_Environment","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c6aecae-0836-4f0c-a08e-ca5ca4277b02","name":"Expert C Programming: Deep C Secrets","description":"By Peter van der Linden","image":"https://learn-awesome.github.io/assets/book_covers/198207.jpg","links":"book|https://www.goodreads.com/book/show/198207.Expert_C_Programming","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"667fad31-ecb3-4b6a-bd33-523526ea251d","name":"Lisp in Small Pieces","description":"By Christian Queinnec","image":"https://learn-awesome.github.io/assets/book_covers/1168500.jpg","links":"book|https://www.goodreads.com/book/show/1168500.LISP_in_Small_Pieces","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b04f34f-3295-40ac-a494-a96a1ae7789c","name":"Pattern Recognition and Machine Learning (Information Science and Statistics)","description":"By Christopher M. Bishop","image":"https://learn-awesome.github.io/assets/book_covers/55881.jpg","links":"book|https://www.goodreads.com/book/show/55881.Pattern_Recognition_and_Machine_Learning","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf0e1624-e77c-4920-b392-f6581baa93e6","name":"Rise of the Warrior Cop: The Militarization of America's Police Forces","description":"By Radley Balko","image":"https://learn-awesome.github.io/assets/book_covers/16043524.jpg","links":"book|https://www.goodreads.com/book/show/16043524-rise-of-the-warrior-cop","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb340792-ded8-48d3-a9e4-3f8ad2cc3bc7","name":"The Dictator's Handbook: Why Bad Behavior is Almost Always Good Politics","description":"By Bruce Bueno de Mesquita","image":"https://learn-awesome.github.io/assets/book_covers/11612989.jpg","links":"book|https://www.goodreads.com/book/show/11612989-the-dictator-s-handbook","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8e62e5e-5a99-4f34-95ec-401b65cb5a3c","name":"Masters of Doom: How Two Guys Created an Empire and Transformed Pop Culture","description":"By David Kushner","image":"https://learn-awesome.github.io/assets/book_covers/222146.jpg","links":"book|https://www.goodreads.com/book/show/222146.Masters_of_Doom","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8fd2d28-9f01-4365-977b-9f6d663e11ec","name":"Trading and Exchanges: Market Microstructure for Practitioners","description":"By Larry Harris","image":"https://learn-awesome.github.io/assets/book_covers/1290158.jpg","links":"book|https://www.goodreads.com/book/show/1290158.Trading_and_Exchanges","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"076cd9b1-af43-42c7-a147-e28843a8e822","name":"On Writing Well: The Classic Guide to Writing Nonfiction","description":"By William Zinsser","image":"https://learn-awesome.github.io/assets/book_covers/53343.jpg","links":"book|https://www.goodreads.com/book/show/53343.On_Writing_Well","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1990c616-212a-4194-9d53-a0003e92db83","name":"The High Cost of Free Parking, Updated Edition","description":"By Donald C. Shoup","image":"https://learn-awesome.github.io/assets/book_covers/101843.jpg","links":"book|https://www.goodreads.com/book/show/101843.The_High_Cost_of_Free_Parking","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"292c463a-3bde-446b-97f3-414dd7f1ccb2","name":"The Unix Programming Environment (Prentice-Hall Software Series)","description":"By Brian W. Kernighan","image":"https://learn-awesome.github.io/assets/book_covers/703100.jpg","links":"book|https://www.goodreads.com/book/show/703100.The_UNIX_Programming_Environment","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18e44ff5-0376-4fec-b118-53e857bd89eb","name":"JavaScript: The Good Parts","description":"By Douglas Crockford","image":"https://learn-awesome.github.io/assets/book_covers/2998152.jpg","links":"book|https://www.goodreads.com/book/show/2998152-javascript","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33b7f8b0-71af-47d3-8580-e1c3b1a56c27","name":"Refactoring: Improving the Design of Existing Code","description":"By Martin Fowler","image":"https://learn-awesome.github.io/assets/book_covers/44936.jpg","links":"book|https://www.goodreads.com/book/show/44936.Refactoring","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5ac6069-e485-49d7-8120-8bdf6628e203","name":"The Righteous Mind: Why Good People Are Divided by Politics and Religion","description":"By Jonathan Haidt","image":"https://learn-awesome.github.io/assets/book_covers/11324722.jpg","links":"wiki|https://en.wikipedia.org/wiki/The_Righteous_Mind;book|https://www.goodreads.com/book/show/11324722-the-righteous-mind","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"436aa02f-766d-4cba-b606-f770583516f6","name":"Calculus Made Easy","description":"By Silvanus Phillips Thompson","image":"https://learn-awesome.github.io/assets/book_covers/818063.jpg","links":"book|https://www.goodreads.com/book/show/818063.Calculus_Made_Easy","topics":"math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e9c1368-308b-4455-99b3-64ec4c3f36a3","name":"The Design of Everyday Things","description":"By Donald A. Norman","image":"https://learn-awesome.github.io/assets/book_covers/840.jpg","links":"book|https://www.goodreads.com/book/show/840.The_Design_of_Everyday_Things","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29c0fb96-39af-4690-b379-e62e19a4f33a","name":"Computer Graphics: Principles and Practice (3rd Edition)","description":"By James D. Foley","image":"https://learn-awesome.github.io/assets/book_covers/603227.jpg","links":"book|https://www.goodreads.com/book/show/603227.Computer_Graphics","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2ec5ca8-735e-47b7-aa79-bd72783b5d80","name":"Daemon (Daemon #1) by Daniel Suarez","description":"By Daniel Suarez","image":"https://learn-awesome.github.io/assets/book_covers/6665847.jpg","links":"book|https://www.goodreads.com/book/show/6665847-daemon","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73b96c50-792b-4341-92b9-8c64c9d1b526","name":"Peopleware: Productive Projects and Teams (3rd Edition)","description":"By Tom DeMarco","image":"https://learn-awesome.github.io/assets/book_covers/67825.jpg","links":"book|https://www.goodreads.com/book/show/67825.Peopleware","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aeb5078d-ceec-4521-8212-021492d8afbb","name":"Republic, Lost: How Money Corrupts Congress and a Plan to Stop It","description":"By Lawrence Lessig","image":"https://learn-awesome.github.io/assets/book_covers/11814478.jpg","links":"book|https://www.goodreads.com/book/show/11814478-republic-lost","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4096551-23ba-4d95-be02-82616420b9e2","name":"Gödel's Proof","description":"By Ernest Nagel","image":"https://learn-awesome.github.io/assets/book_covers/695429.jpg","links":"book|https://www.goodreads.com/book/show/695429.G_del_s_Proof","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d55bc9e0-8463-4549-8d73-73198198e4ec","name":"Domain-Driven Design: Tackling Complexity in the Heart of Software","description":"By Eric Evans","image":"https://learn-awesome.github.io/assets/book_covers/179133.jpg","links":"book|https://www.goodreads.com/book/show/179133.Domain_Driven_Design","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37631f36-e53b-4164-b837-38ebcbc04c72","name":"Purely Functional Data Structures","description":"By Chris Okasaki","image":"https://learn-awesome.github.io/assets/book_covers/594288.jpg","links":"book|https://www.goodreads.com/book/show/594288.Purely_Functional_Data_Structures","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05960b14-3a97-4464-ac1c-33ed1f80ee14","name":"Dealers of Lightning: Xerox PARC and the Dawn of the Computer Age","description":"By Michael A. Hiltzik","image":"https://learn-awesome.github.io/assets/book_covers/1101290.jpg","links":"book|https://www.goodreads.com/book/show/1101290.Dealers_of_Lightning","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61c78919-e7e6-4d2a-823e-0f5fa2372c52","name":"Show Stopper!: The Breakneck Race to Create Windows NT and the Next Generation at Microsoft","description":"By G. Pascal Zachary","image":"https://learn-awesome.github.io/assets/book_covers/1416925.jpg","links":"book|https://www.goodreads.com/book/show/1416925.Show_Stopper_","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0270c1e4-5e32-4e3b-bd0e-14845d6e611d","name":"Working Effectively with Legacy Code","description":"By Michael C. Feathers","image":"https://learn-awesome.github.io/assets/book_covers/44919.jpg","links":"book|https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c20a9b1-d12f-4d11-9a74-461ebc9d7d95","name":"The sould of a New Machine","description":"By Tracy Kidder","image":"https://learn-awesome.github.io/assets/book_covers/7090.jpg","links":"book|https://www.goodreads.com/book/show/7090.The_Soul_of_a_New_Machine","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b9748ba-e09d-420b-892e-4662726886e0","name":"Venture Deals: Be Smarter Than Your Lawyer and Venture Capitalist","description":"By Brad Feld","image":"https://learn-awesome.github.io/assets/book_covers/43728764.jpg","links":"book|https://www.goodreads.com/book/show/43728764-venture-deals","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d205706-5eb1-4ed4-9b7c-2c3054a825b7","name":"Programming Collective Intelligence","description":"By Toby Segaran","image":"https://learn-awesome.github.io/assets/book_covers/1741472.jpg","links":"book|https://www.goodreads.com/book/show/1741472.Programming_Collective_Intelligence","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40d6524e-aa2b-461f-a1d1-6c00a3982388","name":"The Mythical Man-Month","description":"By Frederick P. Brooks Jr.","image":"https://learn-awesome.github.io/assets/book_covers/13629.jpg","links":"book|https://www.goodreads.com/book/show/13629.The_Mythical_Man_Month","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1942335b-14c4-410e-8860-ff95432d8c49","name":"Grid Systems in Graphic Design: A Visual Communication Manual for Graphic Designers, Typographers and Three Dimensional Designers (German and English Edition)","description":"By Josef Müller-Brockmann","image":"https://learn-awesome.github.io/assets/book_covers/350962.jpg","links":"book|https://www.goodreads.com/book/show/350962.Grid_Systems_in_Graphic_Design_Raster_Systeme_Fur_Die_Visuele_Gestaltung","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02710fc3-92b6-46e7-90ed-dcc61ae525e1","name":"Why We Get Fat: And What to Do About It","description":"By Gary Taubes","image":"https://learn-awesome.github.io/assets/book_covers/8727466.jpg","links":"book|https://www.goodreads.com/book/show/8727466-why-we-get-fat","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d4658a4-c9b7-44ea-966c-99575a49ca35","name":"Feeling Good: The New Mood Therapy","description":"By David D. Burns","image":"https://learn-awesome.github.io/assets/book_covers/46674.jpg","links":"book|https://www.goodreads.com/book/show/46674.Feeling_Good","topics":"self-help","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8d6d34c-ab26-4587-b202-5ba50cf28f50","name":"Start Small, Stay Small: A Developer's Guide to Launching a Startup","description":"By Rob Walling","image":"https://learn-awesome.github.io/assets/book_covers/9167158.jpg","links":"book|https://www.goodreads.com/book/show/9167158-start-small-stay-small","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d15de3a-0457-4912-bde7-76d837cd7cc3","name":"Managing Humans: Biting and Humorous Tales of a Software Engineering Manager","description":"By Michael Lopp","image":"https://learn-awesome.github.io/assets/book_covers/1317946.jpg","links":"book|https://www.goodreads.com/book/show/1317946.Managing_Humans","topics":"management","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a291807-d84b-4117-a8c0-365da1472fff","name":"Coders at Work: Reflections on the Craft of Programming","description":"By Peter Seibel","image":"https://learn-awesome.github.io/assets/book_covers/6713575.jpg","links":"book|https://www.goodreads.com/book/show/6713575-coders-at-work","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63738423-7cee-42ce-aba6-c687a8d0f97d","name":"Planet of Slums","description":"By Mike Davis","image":"https://learn-awesome.github.io/assets/book_covers/7855.jpg","links":"book|https://www.goodreads.com/book/show/7855.Planet_of_Slums","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5414a623-148e-4142-b9cd-a4b78494d656","name":"Trust Me, I'm Lying: Confessions of a Media Manipulator","description":"By Ryan Holiday","image":"https://learn-awesome.github.io/assets/book_covers/13542853.jpg","links":"book|https://www.goodreads.com/book/show/13542853-trust-me-i-m-lying","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdb9e2f7-9897-4cff-881d-8e7669a0c353","name":"Corporate Confidential: 50 Secrets Your Company Doesn't Want You to Know---and What to Do About Them","description":"By Cynthia Shapiro","image":"https://learn-awesome.github.io/assets/book_covers/62085.jpg","links":"book|https://www.goodreads.com/book/show/62085.Corporate_Confidential","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b631ffe2-8adc-4a0e-bbca-2d8ed768e05e","name":"Where Wizards Stay Up Late: The Origins Of The Internet","description":"By Katie Hafner","image":"https://learn-awesome.github.io/assets/book_covers/281818.jpg","links":"book|https://www.goodreads.com/book/show/281818.Where_Wizards_Stay_Up_Late","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3efc4e36-beb8-450a-a5de-c8cda3f05d39","name":"The Shallows: What the Internet Is Doing to Our Brains","description":"By Nicholas Carr","image":"https://learn-awesome.github.io/assets/book_covers/9778945.jpg","links":"book|https://www.goodreads.com/book/show/9778945-the-shallows","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f34c2d9-5c99-4a8c-87bf-f4a5178815d7","name":"On Intelligence ","description":"By Travis Bradberry","image":"https://learn-awesome.github.io/assets/book_covers/6486483.jpg","links":"book|https://www.goodreads.com/book/show/6486483-emotional-intelligence-2-0","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a19ec43-2dd7-4142-b9a8-33600818dfe1","name":"The Master Switch: The Rise and Fall of Information Empires","description":"By Tim Wu","image":"https://learn-awesome.github.io/assets/book_covers/8201080.jpg","links":"book|https://www.goodreads.com/book/show/8201080-the-master-switch","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7427fb76-3620-4ced-8ba8-e4786a2729cd","name":"What the Dormouse Said: How the Sixties Counterculture Shaped the Personal Computer Industry","description":"By John Markoff","image":"https://learn-awesome.github.io/assets/book_covers/725789.jpg","links":"book|https://www.goodreads.com/book/show/725789.What_the_Dormouse_Said","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5414b83d-ea6e-4aad-a63c-745094c56bb3","name":"21st Century C","description":"By Ben Klemens","image":"https://learn-awesome.github.io/assets/book_covers/14514281.jpg","links":"book|https://www.goodreads.com/book/show/14514281-21st-century-c","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a419c5eb-5a92-4af2-9ed6-bfdcfd9eadb3","name":"The Chickenshit Club: Why the Justice Department Fails to Prosecute Executives","description":"By Jesse Eisinger","image":"https://learn-awesome.github.io/assets/book_covers/34397551.jpg","links":"book|https://www.goodreads.com/book/show/34397551-the-chickenshit-club","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2a8c747-2c6a-4f5c-99a1-7209708fdcc1","name":"Three Felonies A Day: How the Feds Target the Innocent","description":"By Harvey A. Silverglate","image":"https://learn-awesome.github.io/assets/book_covers/6611240.jpg","links":"book|https://www.goodreads.com/book/show/6611240-three-felonies-a-day","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b0cf234-9ea6-46f2-b19f-8e2f0b6d49fa","name":"Design for Hackers: Reverse Engineering Beauty","description":"By David Kadavy","image":"https://learn-awesome.github.io/assets/book_covers/11457105.jpg","links":"book|https://www.goodreads.com/book/show/11457105-design-for-hackers","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd1a8038-c3f7-4e91-bf1b-a527f71e8a27","name":"The Design of Design: Essays from a Computer Scientist","description":"By Frederick P. Brooks Jr.","image":"https://learn-awesome.github.io/assets/book_covers/7157080.jpg","links":"book|https://www.goodreads.com/book/show/7157080-the-design-of-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18946b7b-b8d3-444a-8520-a4aeb31b40ed","name":"The Net Delusion: The Dark Side of Internet Freedom","description":"By Evgeny Morozov","image":"https://learn-awesome.github.io/assets/book_covers/10003400.jpg","links":"book|https://www.goodreads.com/book/show/10003400-the-net-delusion","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"729fc285-2149-43e7-8eac-0d962247f32b","name":"Don't Make Me Think: A Common Sense Approach to Web Usability, 2nd Edition","description":"By Jacob Maxey","image":"https://learn-awesome.github.io/assets/book_covers/17955909.jpg","links":"book|https://www.goodreads.com/book/show/17955909-100-of-the-most-shocking-reviews-don-t-make-me-think","topics":"web-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1bacfb9-ebea-4153-bf66-94df79244721","name":"0 Applications","description":"By SPSS Inc","image":"https://learn-awesome.github.io/assets/book_covers/77217.jpg","links":"book|https://www.goodreads.com/book/show/77217.SPSS_Base_8_0_Applications_Guide","topics":"statistics;software-tools/spss","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61fda7b5-8a57-45d7-96aa-72046b7970eb","name":"Code: The Hidden Language of Computer Hardware and Software","description":"By Emily Harfoot","image":"https://learn-awesome.github.io/assets/book_covers/17953916.jpg","links":"book|https://www.goodreads.com/book/show/17953916-100-provocative-statements-about-code","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a1f313f-f5a7-4985-a801-dc721c79faa1","name":"\\"Surely You're Joking, Mr. Feynman!\\": Adventures of a Curious Character (Paperback)","description":"By Richard P. Feynman","image":"https://learn-awesome.github.io/assets/book_covers/35167685._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/35167685-surely-you-re-joking-mr-feynman","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"afd8dc33-4b61-4882-a24e-802858900650","name":"Flow: The Psychology of Optimal Experience (Harper Perennial Modern Classics)","description":"By Paul Mani","image":"https://learn-awesome.github.io/assets/book_covers/45164601.jpg","links":"book|https://www.goodreads.com/book/show/45164601-summary-of-flow","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6dae33de-a2e5-4e79-9e95-4811bb13cae9","name":"Focused Determination: How to Engineer Your Life to Maximise Your Happiness (Paperback)","description":"By Skills Converged","image":"https://learn-awesome.github.io/assets/book_covers/26118095.jpg","links":"book|https://www.goodreads.com/book/show/26118095-focused-determination","topics":"self-help","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86afc7b0-3e91-4fa9-8eab-609ff558c43d","name":"Click: The Art + Science of Getting from Impasse to Insight (Kindle Edition)","description":"By Eve Grodnitzky","image":"https://learn-awesome.github.io/assets/book_covers/24659085.jpg","links":"book|https://www.goodreads.com/book/show/24659085-click","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1da47ac-0b48-4069-8abf-43d711c2ae7e","name":"All I Want To Know Is Where I'm Going To Die So I'll Never Go There (Hardcover)","description":"By Peter Bevelin","image":"https://learn-awesome.github.io/assets/book_covers/30113404.jpg","links":"book|https://www.goodreads.com/book/show/30113404-all-i-want-to-know-is-where-i-m-going-to-die-so-i-ll-never-go-there","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa9e7e47-1031-46dd-a31d-7fbebe28038f","name":"The Story of French (Hardcover)","description":"By Anonymous","image":"https://learn-awesome.github.io/assets/book_covers/23433230.jpg","links":"book|https://www.goodreads.com/book/show/23433230-niv-plush-bible-collection-hardcover-purple-black","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d386e1be-d186-4bda-8189-b1d51b4b86df","name":"Berkshire Hathaway Letters to Shareholders (Paperback)","description":"By Warren Buffett","image":"https://learn-awesome.github.io/assets/book_covers/17972688.jpg","links":"book|https://www.goodreads.com/book/show/17972688-berkshire-hathaway-letters-to-shareholders","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cde13c92-1dfc-45b4-9dbf-1693379b3413","name":"The Intelligent Man's Guide To The Physical Sciences","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/288062.jpg","links":"book|https://www.goodreads.com/book/show/288062.The_Intelligent_Man_s_Guide_To_The_Physical_Sciences","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b3c1856-a7ac-4007-8025-ba8fc05a66b0","name":"This Is Water: Some Thoughts, Delivered on a Significant Occasion, about Living a Compassionate Life (Hardcover)","description":"By David Foster Wallace","image":"https://learn-awesome.github.io/assets/book_covers/5986375.jpg","links":"book|https://www.goodreads.com/book/show/5986375-this-is-water","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba01326a-3465-4cc8-89b9-4ff17629de45","name":"Pride and Prejudice (Paperback)","description":"By Emily Hutchinson","image":"https://learn-awesome.github.io/assets/book_covers/3233348.jpg","links":"book|https://www.goodreads.com/book/show/3233348-pride-and-prejudice-with-paperback-book","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a69ab0b7-9fa2-448a-90d9-400490b798c4","name":"Kennedy and King: The President, the Pastor, and the Battle over Civil Rights (ebook)","description":"By Steven Levingston","image":"https://learn-awesome.github.io/assets/book_covers/31932825.jpg","links":"book|https://www.goodreads.com/book/show/31932825-kennedy-and-king","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8674e857-902f-4989-93d7-b42b66930b7c","name":"A Few Lessons for Investors and Managers From Warren Buffett (Hardcover)","description":"By Peter Bevelin","image":"https://learn-awesome.github.io/assets/book_covers/20322188.jpg","links":"book|https://www.goodreads.com/book/show/20322188-a-few-lessons-for-investors-and-managers-from-warren-buffett","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d398def0-9f35-4537-9da1-6aafea4d9d6a","name":"Leonardo da Vinci (Hardcover)","description":"By Gustave Doré","image":"https://learn-awesome.github.io/assets/book_covers/23466178.jpg","links":"book|https://www.goodreads.com/book/show/23466178-the-king-james-bible","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0692cf43-09b6-465c-bf50-84841bf23904","name":"This Is Going to Hurt: Secret Diaries of a Junior Doctor (Kindle Edition)","description":"By Adam Kay","image":"https://learn-awesome.github.io/assets/book_covers/35235302.jpg","links":"book|https://www.goodreads.com/book/show/35235302-this-is-going-to-hurt","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47970bbb-540e-48b3-a995-d92976d32a3d","name":"The Essential Wooden: A Lifetime of Lessons on Leaders and Leadership (Hardcover)","description":"By John Wooden","image":"https://learn-awesome.github.io/assets/book_covers/43538.jpg","links":"book|https://www.goodreads.com/book/show/43538.The_Essential_Wooden","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2ee2f72-7e4d-4309-b8d2-f4089cd6bd4f","name":"Ever Yours: The Essential Letters (Hardcover)","description":"By Vincent van Gogh","image":"https://learn-awesome.github.io/assets/book_covers/21945153.jpg","links":"book|https://www.goodreads.com/book/show/21945153-ever-yours","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11a684a8-f15c-439a-9834-89aead203f61","name":"Red Notice: A True Story of High Finance, Murder, and One Man's Fight for Justice (Hardcover)","description":"By Bill Browder","image":"https://learn-awesome.github.io/assets/book_covers/22609522.jpg","links":"book|https://www.goodreads.com/book/show/22609522-red-notice","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02e1ab50-d5db-48d8-a987-346c2f909cae","name":"Affective Neuroscience: The Foundations of Human and Animal Emotions (Paperback)","description":"By Jaak Panksepp","image":"https://learn-awesome.github.io/assets/book_covers/334755.jpg","links":"book|https://www.goodreads.com/book/show/334755.Affective_Neuroscience","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86a8179a-1502-41bd-a230-489c5c67e97b","name":"The Mindset of Success: From Good Management to Great Leadership (Paperback)","description":"By Jo Owen","image":"https://learn-awesome.github.io/assets/book_covers/23310075.jpg","links":"book|https://www.goodreads.com/book/show/23310075-the-mindset-of-success","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73e6bedc-682b-4476-bc3d-b151622d4e3d","name":"The Accidental Superpower: The Next Generation of American Preeminence and the Coming Global Disorder (Hardcover)","description":"By Peter Zeihan","image":"https://learn-awesome.github.io/assets/book_covers/21926865.jpg","links":"book|https://www.goodreads.com/book/show/21926865-the-accidental-superpower","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4754922-bac3-4816-a725-20e965a8ad7c","name":"The Culture Map: Breaking Through the Invisible Boundaries of Global Business (Kindle Edition)","description":"By Erin Meyer","image":"https://learn-awesome.github.io/assets/book_covers/22085568.jpg","links":"book|https://www.goodreads.com/book/show/22085568-the-culture-map","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fb19e6e-971d-4294-adb8-6dcf826aed81","name":"Letters of Note: An Eclectic Collection of Correspondence Deserving of a Wider Audience (Hardcover)","description":"By Shaun Usher","image":"https://learn-awesome.github.io/assets/book_covers/18078311.jpg","links":"book|https://www.goodreads.com/book/show/18078311-letters-of-note","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c3dbbbc-ab87-444a-bdde-76b850f96b3a","name":"My Years with General Motors (Paperback)","description":"By Richard A. Underwood","image":"https://learn-awesome.github.io/assets/book_covers/8766040.jpg","links":"book|https://www.goodreads.com/book/show/8766040-my-years-with-general-motors-and-other-stories","topics":"trekk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a288b536-62cb-4461-bcbb-ca36ed3c308b","name":"Goethe's Poems and Aphorisms","description":"By Friedrich Bruns","image":null,"links":"book|https://www.goodreads.com/book/show/25221007-goethe-s-poems-and-aphorisms","topics":"ftww","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ccb572a0-aa33-4ccd-9932-f1ae8bdbd1d6","name":"The Laws of Human Nature (Kindle Edition)","description":"By Lao Tzu","image":"https://learn-awesome.github.io/assets/book_covers/890289.jpg","links":"book|https://www.goodreads.com/book/show/890289.Tao_Te_Ching","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1dcb8034-3aed-4069-9b11-399edb2aa077","name":"The User Illusion: Cutting Consciousness Down to Size (Paperback)","description":"By Tor Nørretranders","image":"https://learn-awesome.github.io/assets/book_covers/106732.jpg","links":"book|https://www.goodreads.com/book/show/106732.The_User_Illusion","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63e2958b-79a6-4856-b2aa-f2b7fb28ea76","name":"Changing on the Job: Developing Leaders for a Complex World (Kindle Edition)","description":"By Jennifer Garvey Berger","image":"https://learn-awesome.github.io/assets/book_covers/13127496.jpg","links":"book|https://www.goodreads.com/book/show/13127496-changing-on-the-job","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1dbcd283-bc0a-4b7e-9a14-da4cd3e864ec","name":"The Invention of Nature: Alexander von Humboldt's New World (Hardcover)","description":"By Andrea Wulf","image":"https://learn-awesome.github.io/assets/book_covers/23995249.jpg","links":"book|https://www.goodreads.com/book/show/23995249-the-invention-of-nature","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5502ff13-bf71-4041-97cc-b04fcc5e368c","name":"The Emperor of All Maladies: A Biography of Cancer (Hardcover)","description":"By Siddhartha Mukherjee","image":"https://learn-awesome.github.io/assets/book_covers/7170627.jpg","links":"book|https://www.goodreads.com/book/show/7170627-the-emperor-of-all-maladies","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f581fd1-504f-4659-9cb9-61cf65e86a4a","name":"Resilience: Hard-Won Wisdom for Living a Better Life (Audio CD)","description":"By Eric Greitens","image":"https://learn-awesome.github.io/assets/book_covers/22609866.jpg","links":"book|https://www.goodreads.com/book/show/22609866-resilience","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44af0494-0563-4e5a-8f7f-0ed483d59335","name":"Millionaire Teacher: The Nine Rules of Wealth You Should Have Learned in School (Paperback)","description":"By Andrew Hallam","image":"https://learn-awesome.github.io/assets/book_covers/11737840.jpg","links":"book|https://www.goodreads.com/book/show/11737840-millionaire-teacher","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"410091d2-6f33-46e9-b2e4-7994d411848b","name":"Man's Search for Meaning (Paperback)","description":"By Viktor E. Frankl","image":"https://learn-awesome.github.io/assets/book_covers/545759.jpg","links":"book|https://www.goodreads.com/book/show/545759.Man_s_Search_for_Ultimate_Meaning","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"524931f3-6b72-4149-a637-11adb8b44865","name":"Decolonising the Mind: The Politics of Language in African Literature (Paperback)","description":"By Ngũgĩ wa Thiong'o","image":"https://learn-awesome.github.io/assets/book_covers/152622.jpg","links":"book|https://www.goodreads.com/book/show/152622.Decolonising_the_Mind","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b2f49cf-aa56-4434-a70f-2ed59baed69c","name":"Streetlights and Shadows: Searching for the Keys to Adaptive Decision Making (Bradford Books)","description":"By Gary Klein","image":"https://learn-awesome.github.io/assets/book_covers/6470232.jpg","links":"book|https://www.goodreads.com/book/show/6470232-streetlights-and-shadows","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8deb9e85-5287-4546-986d-fc408eb00843","name":"Come As You Are (Paperback)","description":"By James Allen","image":"https://learn-awesome.github.io/assets/book_covers/24194701.jpg","links":"book|https://www.goodreads.com/book/show/24194701-sei-come-pensi-di-essere","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38fa042e-4d18-42df-bd95-31aeb1d93ab7","name":"Spillover: Animal Infections and the Next Human Pandemic (Paperback)","description":"By David Quammen","image":"https://learn-awesome.github.io/assets/book_covers/17573681.jpg","links":"book|https://www.goodreads.com/book/show/17573681-spillover","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07fedd4d-d4a0-4675-8380-aeeaffa3760d","name":"How the Mind Works (Paperback)","description":"By James Allen","image":"https://learn-awesome.github.io/assets/book_covers/43069950.jpg","links":"book|https://www.goodreads.com/book/show/43069950-as-a-man-thinketh-japanese-translation","topics":"self-help","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f6b25b6-f91c-40a9-960e-685f485d3612","name":"Early Greek Philosophy, Volume IV: Western Greek Thinkers, Part 1 (Hardcover)","description":"By Glenn W. Most","image":"https://learn-awesome.github.io/assets/book_covers/27311813.jpg","links":"book|https://www.goodreads.com/book/show/27311813-early-greek-philosophy-volume-i","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac276e83-dbd7-4bd8-8c87-9902ae2625c9","name":"Retail Disruptors: The Spectacular Rise and Impact of the Hard Discounters (Paperback)","description":"By Jan-Benedict Steenkamp","image":"https://learn-awesome.github.io/assets/book_covers/37585505.jpg","links":"book|https://www.goodreads.com/book/show/37585505-retail-disruptors","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4099d499-1fad-42c6-a70a-81106ffc1a99","name":"University of Berkshire Hathaway: 30 Years of Lessons Learned from Warren Buffett & Charlie Munger at the Annual Shareholders Meeting (Kindle Edition)","description":"By Daniel Pecaut","image":"https://learn-awesome.github.io/assets/book_covers/34673040.jpg","links":"book|https://www.goodreads.com/book/show/34673040-university-of-berkshire-hathaway","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b95d79eb-4b39-4ef5-8305-a4c532132de2","name":"The Intelligent Man's Guide to the Biological Sciences (Paperbook)","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/436975.jpg","links":"book|https://www.goodreads.com/book/show/436975.The_Intelligent_Man_s_Guide_to_the_Biological_Sciences","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d709e113-2f8f-49af-9edf-69155e991b10","name":"Buffett: The Making of an American Capitalist","description":"By Roger Lowenstein","image":"https://learn-awesome.github.io/assets/book_covers/1155.jpg","links":"book|https://www.goodreads.com/book/show/1155.Buffett","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95ccd561-8341-4da1-88da-ae41cb687330","name":"Come as You Are: The Surprising New Science that Will Transform Your Sex Life (Paperback)","description":"By Emily Nagoski","image":"https://learn-awesome.github.io/assets/book_covers/22609341.jpg","links":"book|https://www.goodreads.com/book/show/22609341-come-as-you-are","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce349b3b-9b48-422f-ac50-bc281b4e0b87","name":"The Art of Doing Science and Engineering: Learning to Learn (Paperback)","description":"By Richard Hamming","image":"https://learn-awesome.github.io/assets/book_covers/530415.jpg","links":"book|https://www.goodreads.com/book/show/530415.The_Art_of_Doing_Science_and_Engineering","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0921b92-aa7f-4492-baa9-7c884fa90ec0","name":"The Origin of Wealth: Evolution, Complexity, And the Radical Remaking of Economics (Hardcover)","description":"By Eric D. Beinhocker","image":"https://learn-awesome.github.io/assets/book_covers/22456.jpg","links":"book|https://www.goodreads.com/book/show/22456.The_Origin_of_Wealth","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fdc098a-ff4f-4981-9119-f80dc93c367c","name":"Music as Alchemy: Journeys with Great Conductors and Their Orchestras (Hardcover)","description":"By Tom Service","image":"https://learn-awesome.github.io/assets/book_covers/14771969.jpg","links":"book|https://www.goodreads.com/book/show/14771969-music-as-alchemy","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1a61801-eada-4f6a-bf74-b1585a530a35","name":"Filters against Folly: How to Survive despite Economists, Ecologists, and the Merely Eloquent (Paperback)","description":"By Garrett Hardin","image":"https://learn-awesome.github.io/assets/book_covers/144724.jpg","links":"book|https://www.goodreads.com/book/show/144724.Filters_against_Folly","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbadb81f-3617-4ec1-beb8-7d19381b8b30","name":"How Asia Works: Success and Failure in the World's Most Dynamic Region (Hardcover)","description":"By Joe Studwell","image":"https://learn-awesome.github.io/assets/book_covers/16144575.jpg","links":"book|https://www.goodreads.com/book/show/16144575-how-asia-works","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2991ba3-1807-48fd-80ed-05b2584398cb","name":"Faraday Maxwell and the Electromagnetic Field","description":"By Nancy Forbes","image":"https://learn-awesome.github.io/assets/book_covers/18240286._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/18240286-faraday-maxwell-and-the-electromagnetic-field","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fea920ae-488d-4a6b-8bf0-bf49a35a6cea","name":"Home","description":null,"image":null,"links":"book|https://csabahazi.com/","topics":"product-design;user-experience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b2a546d-7970-4bfc-9143-eed5ac3c0611","name":"A Mind for Numbers: How to Excel at Math and Science (Even If You Flunked Algebra)","description":"By Barbara Oakley","image":"https://learn-awesome.github.io/assets/book_covers/18693655.jpg","links":"book|https://www.goodreads.com/book/show/18693655-a-mind-for-numbers","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cd55cc7-1f41-4a42-85cc-44cb4d3cd863","name":"Pleasure of Findng Things Out","description":"By Richard Feynman","image":"https://learn-awesome.github.io/assets/book_covers/10260.jpg","links":"book|https://www.goodreads.com/book/show/10260.The_Pleasure_of_Finding_Things_Out","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4365f1b-1ba9-4b0e-9e6b-509d7843e940","name":"The Coddling of the American Mind: How Good Intentions and Bad Ideas Are Setting Up a Generation for Failure (Kindle Edition)","description":"By Greg Lukianoff","image":"https://learn-awesome.github.io/assets/book_covers/36556202.jpg","links":"book|https://www.goodreads.com/book/show/36556202-the-coddling-of-the-american-mind","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c79df36-c823-4389-a380-63b876563ff8","name":"The Power of Moments: Why Certain Experiences Have Extraordinary Impact (Hardcover)","description":"By Chip Heath","image":"https://learn-awesome.github.io/assets/book_covers/34466952.jpg","links":"book|https://www.goodreads.com/book/show/34466952-the-power-of-moments","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"937a9c69-93a6-4b9c-bc00-cc1c50ea6834","name":"Bird by Bird: Some Instructions on Writing and Life (Paperback)","description":"By Anne Lamott","image":"https://learn-awesome.github.io/assets/book_covers/12543.jpg","links":"book|https://www.goodreads.com/book/show/12543.Bird_by_Bird","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"068ef3de-5b7c-416a-84f4-f664ec49bee2","name":"More Letters of Note: Correspondence Deserving of a Wider Audience (Hardcover)","description":"By Shaun Usher","image":"https://learn-awesome.github.io/assets/book_covers/25184006.jpg","links":"book|https://www.goodreads.com/book/show/25184006-more-letters-of-note","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abd9c9ec-542a-463b-b26c-257426347be5","name":"Napoleon: A Life (Paperback)","description":"By Russell H. Conwell","image":null,"links":"book|https://www.goodreads.com/book/show/29400925-acres-of-diamonds","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57ea50ea-c03a-46f9-9ac0-102136b43f8f","name":"Simple Wealth, Inevitable Wealth, Revised Edition (Hardcover)","description":"By Nick Murray","image":"https://learn-awesome.github.io/assets/book_covers/439409.jpg","links":"book|https://www.goodreads.com/book/show/439409.Simple_Wealth_Inevitable_Wealth_Revised_Edition","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00678d3a-f1b0-4f66-9704-0098d24a869e","name":"The Art of Living: The Classical Manual on Virtue, Happiness and Effectiveness (Paperback)","description":"By Epictetus","image":"https://learn-awesome.github.io/assets/book_covers/24618.jpg","links":"book|https://www.goodreads.com/book/show/24618.The_Art_of_Living","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4dad9f2-3740-4f9a-a287-db1dddfadd27","name":"Better: A Surgeon's Notes on Performance (Hardcover)","description":"By Atul Gawande","image":"https://learn-awesome.github.io/assets/book_covers/213233.jpg","links":"book|https://www.goodreads.com/book/show/213233.Better","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"210fc102-7d6d-4f22-b8ef-7facb0f161f2","name":"Fluent Forever: How to Learn Any Language Fast and Never Forget It (Paperback)","description":"By Gabriel Wyner","image":"https://learn-awesome.github.io/assets/book_covers/19661852.jpg","links":"book|https://www.goodreads.com/book/show/19661852-fluent-forever","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4e8fa25-7bdd-4c35-a725-62ae3328b078","name":"The Hero with a Thousand Faces — Joseph Campbell","description":"By Joseph Campbell","image":"https://learn-awesome.github.io/assets/book_covers/588138.jpg","links":"book|https://www.goodreads.com/book/show/588138.The_Hero_With_a_Thousand_Faces","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b1fdbc8-a0cc-4599-8de7-1c065658101a","name":"Black Edge: Inside Information, Dirty Money, and the Quest to Bring Down the Most Wanted Man on Wall Street (Hardcover)","description":"By Sheelah Kolhatkar","image":"https://learn-awesome.github.io/assets/book_covers/32284263.jpg","links":"book|https://www.goodreads.com/book/show/32284263-black-edge","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebdad0f7-e217-46da-a9ff-14a78c02a779","name":"Life in Half a Second: How to Achieve Success Before It's Too Late (Paperback)","description":"By Matthew Michalewicz","image":"https://learn-awesome.github.io/assets/book_covers/18698097.jpg","links":"book|https://www.goodreads.com/book/show/18698097-life-in-half-a-second","topics":"personal-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3d06b9a-574a-40f3-a69e-59adef86d2ac","name":"Primed to Perform: How to Build the Highest Performing Cultures Through the Science of Total Motivation (Hardcover)","description":"By Neel Doshi","image":"https://learn-awesome.github.io/assets/book_covers/24585389.jpg","links":"book|https://www.goodreads.com/book/show/24585389-primed-to-perform","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af74f8c1-62e6-41dc-8923-bccbe1c44f8b","name":"Let My People Go Surfing: The Education of a Reluctant Businessman (Paperback)","description":"By Yvon Chouinard","image":"https://learn-awesome.github.io/assets/book_covers/22155.jpg","links":"book|https://www.goodreads.com/book/show/22155.Let_My_People_Go_Surfing","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf5c23ff-bd2b-46e9-ae64-21c42fb35432","name":"A History of the World in 100 Objects (Hardcover)","description":"By Neil MacGregor","image":"https://learn-awesome.github.io/assets/book_covers/9553383.jpg","links":"book|https://www.goodreads.com/book/show/9553383-a-history-of-the-world-in-100-objects","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5bda5484-d2a2-4b37-b9a9-21705c448d5e","name":"The Art of Scientific Investigation (Paperback)","description":"By William Ian Beardmore Beveridge","image":"https://learn-awesome.github.io/assets/book_covers/2570722.jpg","links":"book|https://www.goodreads.com/book/show/2570722-the-art-of-scientific-investigation","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f002a921-6480-4e6d-96a0-ed4fc6ea8c62","name":"Kids Are Worth It!: Giving Your Child the Gift of Inner Discipline (Paperback)","description":"By Barbara Coloroso","image":"https://learn-awesome.github.io/assets/book_covers/43273.jpg","links":"book|https://www.goodreads.com/book/show/43273.Kids_Are_Worth_It_","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d3223f3-a66a-402c-bb4d-c53d79448db2","name":"AI Superpowers: China, Silicon Valley, and the New World Order (Hardcover)","description":"By Kai-Fu Lee","image":"https://learn-awesome.github.io/assets/book_covers/38242135.jpg","links":"book|https://www.goodreads.com/book/show/38242135-ai-superpowers","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d3a240d-2c73-4879-ab53-331cd1190e87","name":"I Contain Multitudes: The Microbes Within Us and a Grander View of Life (Hardcover)","description":"By Ed Yong","image":"https://learn-awesome.github.io/assets/book_covers/27213168.jpg","links":"book|https://www.goodreads.com/book/show/27213168-i-contain-multitudes","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"623881fa-33ac-4c1e-9f4f-c47a466318e5","name":"Perennial Seller: The Art of Making and Marketing Work That Lasts (Hardcover)","description":"By Ryan Holiday","image":"https://learn-awesome.github.io/assets/book_covers/32968546.jpg","links":"book|https://www.goodreads.com/book/show/32968546-perennial-seller","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36a285c8-2657-4a59-88f2-aaca4c36fe9d","name":"Captivate: The Science of Succeeding with People (Hardcover)","description":"By Vanessa Van Edwards","image":"https://learn-awesome.github.io/assets/book_covers/31868165.jpg","links":"book|https://www.goodreads.com/book/show/31868165-captivate","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b599009a-12e8-40a5-ba51-37dd5923856e","name":"Becoming Wise: An Inquiry into the Mystery and Art of Living (Audiobook)","description":"By Krista Tippett","image":"https://learn-awesome.github.io/assets/book_covers/25894085.jpg","links":"book|https://www.goodreads.com/book/show/25894085-becoming-wise","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b6a4107-6420-48fe-9450-3aec869f4506","name":"Synchronicity: The Inner Path of Leadership (Paperback)","description":"By Joseph Jaworski","image":"https://learn-awesome.github.io/assets/book_covers/92545.jpg","links":"book|https://www.goodreads.com/book/show/92545.Synchronicity","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc66a359-863f-4180-97cf-580989491eb5","name":"Mastery: The Keys to Success and Long-Term Fulfillment (Paperback)","description":"By George Leonard","image":"https://learn-awesome.github.io/assets/book_covers/81940.jpg","links":"book|https://www.goodreads.com/book/show/81940.Mastery","topics":"self-help","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d750e6d-a01c-4ae0-a9eb-2f2bcb23d94f","name":"Lee Kuan Yew: The Grand Master's Insights on China, the United States, and the World (Hardcover)","description":"By Lee Kuan Yew","image":"https://learn-awesome.github.io/assets/book_covers/16248652.jpg","links":"book|https://www.goodreads.com/book/show/16248652-lee-kuan-yew","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8bf65c3-226a-405e-8755-0178f639b60c","name":"Fortune’s Formula: The Untold Story of the Scientific Betting System That Beat the Casinos and Wall Street","description":"By William Poundstone","image":"https://learn-awesome.github.io/assets/book_covers/186124.jpg","links":"book|https://www.goodreads.com/book/show/186124.Fortune_s_Formula","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48e8f2c4-1920-41b2-bf1a-adc15809c5e8","name":"Reminiscences of a Stock Operator (Hardcover)","description":"By Edwin Lefèvre","image":"https://learn-awesome.github.io/assets/book_covers/100779.jpg","links":"book|https://www.goodreads.com/book/show/100779.Reminiscences_of_a_Stock_Operator","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c843822-aed2-45f6-80c2-5cc71158a8a4","name":"Thinking with Type (Paperback)","description":"By Wallace D. Wattles","image":"https://learn-awesome.github.io/assets/book_covers/14438956.jpg","links":"book|https://www.goodreads.com/book/show/14438956-the-science-of-getting-rich","topics":"self-help","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c751172-c490-4e6d-9f95-686e03de97be","name":"The Country Under My Skin: A Memoir of Love and War (Paperback)","description":"By Gioconda Belli","image":"https://learn-awesome.github.io/assets/book_covers/61030.jpg","links":"book|https://www.goodreads.com/book/show/61030.The_Country_Under_My_Skin","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e232e0ff-5135-4d9d-8eba-5c8f62bfdfc5","name":"Metamagical Themas: Questing for the Essence of Mind and Pattern (Paperback)","description":"By Douglas R. Hofstadter","image":"https://learn-awesome.github.io/assets/book_covers/181239.jpg","links":"book|https://www.goodreads.com/book/show/181239.Metamagical_Themas","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f80eb03-14ee-459c-aaf6-bb36c75bc961","name":"Mastery (Hardcover)","description":"By Wallace D. Wattles","image":"https://learn-awesome.github.io/assets/book_covers/31208293.jpg","links":"book|https://www.goodreads.com/book/show/31208293-the-science-of-getting-rich","topics":"self-help","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9eacf31a-e996-4c3f-b206-022b534d0798","name":"The Face of Battle: A Study of Agincourt, Waterloo and the Somme (Paperback)","description":"By John Keegan","image":"https://learn-awesome.github.io/assets/book_covers/275833.jpg","links":"book|https://www.goodreads.com/book/show/275833.The_Face_of_Battle","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"503f1862-2c56-4eea-9f87-04d347ff911e","name":"Work Rules!: Insights from Inside Google That Will Transform How You Live and Lead (Hardcover)","description":"By Laszlo Bock","image":"https://learn-awesome.github.io/assets/book_covers/22875447.jpg","links":"book|https://www.goodreads.com/book/show/22875447-work-rules","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6a15beb-cd75-4599-aa02-cca3f3c18af9","name":"Modern Man in Search of a Soul (Paperback)","description":"By Carl Jung","image":"https://learn-awesome.github.io/assets/book_covers/646175.jpg","links":"book|https://www.goodreads.com/book/show/646175.Modern_Man_in_Search_of_a_Soul","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"418a428f-1b08-4728-aec8-8ddf86d306b3","name":"The Vital Question: Energy, Evolution, and the Origins of Complex Life (Paperback)","description":"By Nick Lane","image":"https://learn-awesome.github.io/assets/book_covers/26530386.jpg","links":"book|https://www.goodreads.com/book/show/26530386-the-vital-question","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02ff679a-066f-4acb-b196-f95110aa1d5f","name":"Windows on the World Complete Wine Course (Hardcover)","description":"By Kevin Zraly","image":"https://learn-awesome.github.io/assets/book_covers/68430.jpg","links":"book|https://www.goodreads.com/book/show/68430.Windows_on_the_World_Complete_Wine_Course","topics":"wine","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"160df77d-e74e-4d03-b3ec-d5b336df47c9","name":"The Bully Pulpit: Theodore Roosevelt, William Howard Taft, and the Golden Age of Journalism","description":"By Doris Kearns Goodwin","image":"https://learn-awesome.github.io/assets/book_covers/17334495._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/17334495-the-bully-pulpit","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37963937-5087-4f4f-bd0d-688521ba29b0","name":"The Beak of the Finch: A Story of Evolution in Our Time (Paperback)","description":"By Jonathan Weiner","image":"https://learn-awesome.github.io/assets/book_covers/125286.jpg","links":"book|https://www.goodreads.com/book/show/125286.The_Beak_of_the_Finch","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6a4ad6f-d1f9-4657-b8c8-492521084574","name":"The Prophet","description":"By Karen Armstrong","image":"https://learn-awesome.github.io/assets/book_covers/27310.jpg","links":"book|https://www.goodreads.com/book/show/27310.Muhammad","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78eadc1b-60f8-4a0c-abea-33ad7f489ce9","name":"The Surprising Power of Liberating Structures: Simple Rules to Unleash A Culture of Innovation (Paperback)","description":"By Henri Lipmanowicz","image":"https://learn-awesome.github.io/assets/book_covers/21481308.jpg","links":"book|https://www.goodreads.com/book/show/21481308-the-surprising-power-of-liberating-structures","topics":"agile","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e04d2b8-4f6d-4315-91fc-61d82b8bce47","name":"Sit Like a Buddha: A Pocket Guide to Meditation (Paperback)","description":"By Lodro Rinzler","image":"https://learn-awesome.github.io/assets/book_covers/21487659.jpg","links":"book|https://www.goodreads.com/book/show/21487659-sit-like-a-buddha","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bd684b8-4758-4c31-aa3a-ffb0b1443bd0","name":"Scale: The Universal Laws of Growth, Innovation, Sustainability, and the Pace of Life in Organisms, Cities, Economies, and Companies (Hardcover)","description":"By Geoffrey B. West","image":"https://learn-awesome.github.io/assets/book_covers/31670196.jpg","links":"book|https://www.goodreads.com/book/show/31670196-scale","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6676bb53-ff41-41ff-8f0c-2e9fe656e960","name":"Spark: The Revolutionary New Science of Exercise and the Brain (Hardcover)","description":"By John J. Ratey","image":"https://learn-awesome.github.io/assets/book_covers/721609.jpg","links":"book|https://www.goodreads.com/book/show/721609.Spark","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c14c759-78ba-420b-8cca-170bc441b279","name":"Damn Right!: Behind the Scenes with Berkshire Hathaway Billionaire Charlie Munger (Paperback)","description":"By Janet Lowe","image":"https://learn-awesome.github.io/assets/book_covers/1160.jpg","links":"book|https://www.goodreads.com/book/show/1160.Damn_Right_","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b621daf-dd99-4191-92b7-da3aec652b47","name":"Hello World: Being Human in the Age of Algorithms (Hardcover)","description":"By Hannah Fry","image":"https://learn-awesome.github.io/assets/book_covers/38212157.jpg","links":"book|https://www.goodreads.com/book/show/38212157-hello-world","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52c3df30-9843-4d47-9bfa-c4a4213dee1a","name":"An Intimate History of Humanity (Paperback)","description":"By Theodore Zeldin","image":"https://learn-awesome.github.io/assets/book_covers/49983.jpg","links":"book|https://www.goodreads.com/book/show/49983.An_Intimate_History_of_Humanity","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"775e7b84-2edf-4802-9754-d51c9521ef73","name":"1984 (Kindle Edition)","description":"By Martin Luther","image":"https://learn-awesome.github.io/assets/book_covers/18922692.jpg","links":"book|https://www.goodreads.com/book/show/18922692-die-kindle-luther-bibel","topics":"default","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e83fcbb-2cf6-4043-8be5-8facee602469","name":"The Mask of Command: Alexander the Great, Wellington, Ulysses S. Grant, Hitler, and the Nature of Leadership (Paperback)","description":"By John Keegan","image":"https://learn-awesome.github.io/assets/book_covers/55203.jpg","links":"book|https://www.goodreads.com/book/show/55203.The_Mask_of_Command","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0209c931-4b7a-469f-a83f-eb7047012b42","name":"Invested: How Warren Buffett and Charlie Munger Taught Me to Master My Mind, My Emotions, and My Money (with a Little Help from My Dad)","description":"By Danielle Town","image":"https://learn-awesome.github.io/assets/book_covers/34950854.jpg","links":"book|https://www.goodreads.com/book/show/34950854-invested","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7b2711a-8a9e-4488-be12-e36915691b2a","name":"The Bible ","description":"By Holy Book","image":"https://learn-awesome.github.io/assets/book_covers/147636.jpg","links":"book|https://www.goodreads.com/book/show/147636.Holy_Bible","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2814d8a6-7881-44ce-b601-5aeef53e716b","name":"The Printing Press as an Agent of Change (Paperback)","description":"By Elizabeth L. Eisenstein","image":"https://learn-awesome.github.io/assets/book_covers/286525.jpg","links":"book|https://www.goodreads.com/book/show/286525.The_Printing_Press_as_an_Agent_of_Change","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3b34be9-7872-423f-9845-d5a11826cb8f","name":"A Crack in Creation: Gene Editing and the Unthinkable Power to Control Evolution (Hardcover)","description":"By Jennifer A. Doudna","image":"https://learn-awesome.github.io/assets/book_covers/30971755.jpg","links":"book|https://www.goodreads.com/book/show/30971755-a-crack-in-creation","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd91b973-4081-4614-b7fb-ac3ae855975b","name":"The Story of Philosophy: The Lives and Opinions of the World's Greatest Philosophers (Paperback)","description":"By Will Durant","image":"https://learn-awesome.github.io/assets/book_covers/31795.jpg","links":"book|https://www.goodreads.com/book/show/31795.The_Story_of_Philosophy","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5656fab6-3d7a-4644-b124-a9096d382b46","name":"The Minto Pyramid Principle: Logic in Writing, Thinking, & Problem Solving (Hardcover)","description":"By Barbara Minto","image":"https://learn-awesome.github.io/assets/book_covers/33206.jpg","links":"book|https://www.goodreads.com/book/show/33206.The_Minto_Pyramid_Principle","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0d446a8-5c7d-4241-b10b-cc6dded91d5d","name":"Superforecasting: The Art and Science of Prediction (Hardcover)","description":"By Philip E. Tetlock","image":"https://learn-awesome.github.io/assets/book_covers/23995360.jpg","links":"book|https://www.goodreads.com/book/show/23995360-superforecasting","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea1e0c0a-9f96-4a29-b9e7-140409186cc6","name":"It's Your Ship: Management Techniques from the Best Damn Ship in the Navy (Hardcover)","description":"By D. Michael Abrashoff","image":"https://learn-awesome.github.io/assets/book_covers/183392.jpg","links":"book|https://www.goodreads.com/book/show/183392.It_s_Your_Ship","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b044c0f-399f-437e-8399-016e5d5004ce","name":"Extraordinary Tennis for the Ordinary Player (Hardcover)","description":"By Simon Ramo","image":null,"links":"book|https://www.goodreads.com/book/show/1756299.Extraordinary_Tennis_for_the_Ordinary_Player","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"132c9f61-a6a8-46b6-a8a6-04dd97ccba55","name":"The Cave and the Light: Plato Versus Aristotle, and the Struggle for the Soul of Western Civilization (Paperback)","description":"By Arthur Herman","image":"https://learn-awesome.github.io/assets/book_covers/18770061.jpg","links":"book|https://www.goodreads.com/book/show/18770061-the-cave-and-the-light","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"715a96d8-7fc4-489d-bb1a-e9b8e88f190f","name":"How We Got to Now: Six Innovations That Made the Modern World (Hardcover)","description":"By Steven Johnson","image":"https://learn-awesome.github.io/assets/book_covers/20893477.jpg","links":"book|https://www.goodreads.com/book/show/20893477-how-we-got-to-now","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a087b5cb-4e56-4d6e-8758-c2f04c46d32a","name":"Social: Why Our Brains Are Wired to Connect (Hardcover)","description":"By Matthew D. Lieberman","image":"https://learn-awesome.github.io/assets/book_covers/17237217.jpg","links":"book|https://www.goodreads.com/book/show/17237217-social","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09d03449-775c-4cb1-b0a7-b1dead4e5587","name":"Chapters In My Life (Hardcover)","description":"By Helen Keller","image":"https://learn-awesome.github.io/assets/book_covers/821611.jpg","links":"book|https://www.goodreads.com/book/show/821611.The_Story_of_My_Life","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5277c459-79f6-4068-88da-e1bec0930000","name":"Level Up Your Life","description":"How to Unlock Adventure and Happiness by Becoming the Hero of Your Own Story\\n\\nLevel Up Your Life uses the principles of video games, movies, television, comic books, and pop culture to teach you how to transform your life in extraordinary ways and collect real-world experiences that are just as amazing and fulfilling as the adventures of comic book heroes and video game characters. Learn how to design your own personal Epic Quest of Awesome through advice on health, fitness, travel, and finance.\\n\\nAuthor Steven Kamb, the founder/creator of NerdFitness.com, leads you on a journey to discover the kind of game you want to play, including how to:\\n\\n* Develop a leveling structure\\n* Create a personal Origin Story (every hero has a great origin story)\\n* Determine what your Level 50 character will look like\\n* Build your own quest lists\\n* Hack your productivity, habits, and willpower to build momentum\\n* Build in rewards and accountability\\n* Add members to your party, expanding your community\\n* Find your own personal Yoda or Morpheus (i.e. mentor) to help you along the way\\n* Restart and earn Extra Lives (how to keep going when you get scared or stuck)\\n\\nBy Steve Kamb","image":"https://learn-awesome.github.io/assets/book_covers/24615920.jpg","links":"book|https://www.goodreads.com/book/show/24615920-level-up-your-life","topics":"personal-development;gamification","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea476e2d-9b78-439f-843e-2d40a9180537","name":"The Feeling of Risk: New Perspectives on Risk Perception (Paperback)","description":"By Paul Slovic","image":"https://learn-awesome.github.io/assets/book_covers/10279606.jpg","links":"book|https://www.goodreads.com/book/show/10279606-the-feeling-of-risk","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"833aca68-9448-4fd4-a622-13060e321f2e","name":"Investing: The Last Liberal Art (Paperback)","description":"By Robert G. Hagstrom","image":"https://learn-awesome.github.io/assets/book_covers/209954.jpg","links":"book|https://www.goodreads.com/book/show/209954.Investing","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"483d05bf-d446-4c5e-8147-d5364594b0da","name":"No Place to Hide: Edward Snowden, the NSA, and the U.S. Surveillance State (Hardcover)","description":"By Glenn Greenwald","image":"https://learn-awesome.github.io/assets/book_covers/18213403.jpg","links":"book|https://www.goodreads.com/book/show/18213403-no-place-to-hide","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d0bea5c-f324-4fe5-be0b-b33b8f5d2192","name":"Slaughterhouse 5","description":"By Kurt Vonnegut","image":"https://learn-awesome.github.io/assets/book_covers/4981.jpg","links":"book|https://www.goodreads.com/book/show/4981.Slaughterhouse_Five","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8ccde47-a031-4c3c-a09b-4d7867600fe7","name":"One Hundred Years of Solitude (Hardcover)","description":"By Gabriel Welsch","image":"https://learn-awesome.github.io/assets/book_covers/28085.jpg","links":"book|https://www.goodreads.com/book/show/28085.One_Hundred_Years_of_Solitude","topics":"e-books","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26173a46-ee83-4aca-bfca-1a73609180b8","name":"Valiant Ambition: George Washington, Benedict Arnold, and the Fate of the American Revolution (Hardcover)","description":"By Nathaniel Philbrick","image":"https://learn-awesome.github.io/assets/book_covers/26109390.jpg","links":"book|https://www.goodreads.com/book/show/26109390-valiant-ambition","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd5fdb88-9b3a-4989-bb65-120ae33d9226","name":"Origin Story: A Big History of Everything (Hardcover)","description":"By David Christian","image":"https://learn-awesome.github.io/assets/book_covers/36204285.jpg","links":"book|https://www.goodreads.com/book/show/36204285-origin-story","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a9a3e5a-0b14-4cc6-ab60-e40eb559e0ba","name":"The Three Musketeers","description":"By Alexandre Dumas","image":"https://learn-awesome.github.io/assets/book_covers/7190.jpg","links":"book|https://www.goodreads.com/book/show/7190.The_Three_Musketeers","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c66189a3-22a9-4340-a1d0-7a592281dc9a","name":"Henry Clay Frick: An Intimate Portrait (Hardcover)","description":"By Martha Frick Symington Sanger","image":"https://learn-awesome.github.io/assets/book_covers/805464.jpg","links":"book|https://www.goodreads.com/book/show/805464.Henry_Clay_Frick","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b34ee4d1-dfce-4c62-b7d8-cd1db861fe7c","name":"Complexity: The Emerging Science at the Edge of Order and Chaos (Paperback)","description":"By M. Mitchell Waldrop","image":"https://learn-awesome.github.io/assets/book_covers/337123.jpg","links":"book|https://www.goodreads.com/book/show/337123.Complexity","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af0643db-37f7-4ee0-b8d6-22ffacc145e5","name":"The Grapes of Math: How Life Reflects Numbers and Numbers Reflect Life (Hardcover)","description":"By Alex Bellos","image":"https://learn-awesome.github.io/assets/book_covers/13547287.jpg","links":"book|https://www.goodreads.com/book/show/13547287-the-grapes-of-math","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ed732ed-fd9d-4a24-9d56-9994910c8d28","name":"The Smartest Kids in the World: And How They Got That Way (Hardcover)","description":"By Amanda Ripley","image":"https://learn-awesome.github.io/assets/book_covers/13259960.jpg","links":"book|https://www.goodreads.com/book/show/13259960-the-smartest-kids-in-the-world","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1cf38978-a8b1-48d6-b0fa-de7bc34dfc8d","name":"Energy and Civilization: A History (Hardcover)","description":"By Vaclav Smil","image":"https://learn-awesome.github.io/assets/book_covers/31850765.jpg","links":"book|https://www.goodreads.com/book/show/31850765-energy-and-civilization","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90d355ee-e5be-4356-b32a-5a9413a32dce","name":"The Sense of Style: The Thinking Person's Guide to Writing in the 21st Century (Hardcover)","description":"By Steven Pinker","image":"https://learn-awesome.github.io/assets/book_covers/20821371.jpg","links":"book|https://www.goodreads.com/book/show/20821371-the-sense-of-style","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1127133f-fdea-4efb-97cb-0a4d0a0337b2","name":"Pebbles of Perception: How a Few Good Choices Make All The Difference (Kindle Edition)","description":"By Laurence Endersen","image":"https://learn-awesome.github.io/assets/book_covers/24247896.jpg","links":"book|https://www.goodreads.com/book/show/24247896-pebbles-of-perception","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae31a4c0-59e7-4664-b0e0-584f95d4c8b7","name":"Machine That Changed the World: The Story of Lean Production (Paperback)","description":"By James P. Womack","image":"https://learn-awesome.github.io/assets/book_covers/93903.jpg","links":"book|https://www.goodreads.com/book/show/93903.Machine_That_Changed_the_World","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fa62bd3-6f3a-4db7-881a-f79fe4b85498","name":"The Time Illusion (Kindle Single)","description":"By John Gribbin","image":"https://learn-awesome.github.io/assets/book_covers/31311948.jpg","links":"book|https://www.goodreads.com/book/show/31311948-the-time-illusion","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b5bce88-5f4a-4a4e-a611-d1379252e224","name":"Through the Looking-Glass and What Alice Found There (Alice's Adventures in Wonderland, #2)","description":"By Lewis Carroll","image":"https://learn-awesome.github.io/assets/book_covers/83346.jpg","links":"book|https://www.goodreads.com/book/show/83346.Through_the_Looking_Glass_and_What_Alice_Found_There","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8e1089e-7010-4cf7-b77e-fc7f2e7eaa4b","name":"Interaction Ritual - Essays on Face-to-Face Behavior (Paperback)","description":"By Erving Goffman","image":"https://learn-awesome.github.io/assets/book_covers/20741.jpg","links":"book|https://www.goodreads.com/book/show/20741.Interaction_Ritual_Essays_on_Face_to_Face_Behavior","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6685bd35-0e72-46b9-b874-47033c337c9b","name":"Toyota Production System: Beyond large-scale production (Hardcover)","description":"By Taiichi Ohno","image":"https://learn-awesome.github.io/assets/book_covers/376237.jpg","links":"book|https://www.goodreads.com/book/show/376237.Toyota_Production_System","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe64da31-3018-40e4-a5dd-977c356fe216","name":"Breakout Nations: In Pursuit of the Next Economic Miracles (Hardcover)","description":"By Ruchir Sharma","image":"https://learn-awesome.github.io/assets/book_covers/12953304.jpg","links":"book|https://www.goodreads.com/book/show/12953304-breakout-nations","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07b2ee93-5dee-4309-a740-92194108f187","name":"Darwin's Dangerous Idea: Evolution and the Meanings of Life (Paperback)","description":"By Daniel C. Dennett","image":"https://learn-awesome.github.io/assets/book_covers/2068.jpg","links":"book|https://www.goodreads.com/book/show/2068.Darwin_s_Dangerous_Idea","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"034f40df-b6ea-4078-b530-4ddd6b0d81cf","name":"Genghis Khan and the Quest for God: How the World's Greatest Conqueror Gave Us Religious Freedom (Hardcover)","description":"By Jack Weatherford","image":"https://learn-awesome.github.io/assets/book_covers/28815475.jpg","links":"book|https://www.goodreads.com/book/show/28815475-genghis-khan-and-the-quest-for-god","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0409333-98d0-452b-abda-f146ab4c7711","name":"The Power of Full Engagement: Managing Energy, Not Time, Is the Key to High Performance and Personal Renewal (Paperback)","description":"By Jim Loehr","image":"https://learn-awesome.github.io/assets/book_covers/68985.jpg","links":"book|https://www.goodreads.com/book/show/68985.The_Power_of_Full_Engagement","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9baa8318-cfea-4109-ab1d-f550adc4d889","name":"The Innovator's DNA: Mastering the Five Skills of Disruptive Innovators (Hardcover)","description":"By Jeffrey H. Dyer","image":"https://learn-awesome.github.io/assets/book_covers/10054210.jpg","links":"book|https://www.goodreads.com/book/show/10054210-the-innovator-s-dna","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56495275-bca2-44fa-8bae-608115743d2a","name":"The Demon Under the Microscope: From Battlefield Hospitals to Nazi Labs, One Doctor's Heroic Search for the World's First Miracle Drug (Hardcover)","description":"By Thomas Hager","image":"https://learn-awesome.github.io/assets/book_covers/184327.jpg","links":"book|https://www.goodreads.com/book/show/184327.The_Demon_Under_the_Microscope","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d58f5b7-63de-467d-bbcc-f5c1e6c6a13d","name":"How to Fly a Horse: The Secret History of Creation, Invention, and Discovery (Hardcover)","description":"By Kevin Ashton","image":"https://learn-awesome.github.io/assets/book_covers/20342540.jpg","links":"book|https://www.goodreads.com/book/show/20342540-how-to-fly-a-horse","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"653603c2-8199-41be-83d2-fdbb7b190798","name":"A More Beautiful Question: The Power of Inquiry to Spark Breakthrough Ideas (Hardcover)","description":"By Warren Berger","image":"https://learn-awesome.github.io/assets/book_covers/17978134.jpg","links":"book|https://www.goodreads.com/book/show/17978134-a-more-beautiful-question","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d90ed056-2310-47e5-8658-a498733c3cce","name":"Necessary But Not Sufficient: A Theory Of Constraints Business Novel (Paperback)","description":"By Eliyahu M. Goldratt","image":"https://learn-awesome.github.io/assets/book_covers/358415.jpg","links":"book|https://www.goodreads.com/book/show/358415.Necessary_But_Not_Sufficient","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2be8817d-e50c-42e1-bb6d-abf03f82463e","name":"The Strategy of Conflict: With a New Preface by the Author (Paperback)","description":"By Thomas C. Schelling","image":"https://learn-awesome.github.io/assets/book_covers/317330.jpg","links":"book|https://www.goodreads.com/book/show/317330.The_Strategy_of_Conflict","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33d3f7e5-beb8-4629-beff-69aae02f17e0","name":"The Goal: A Process of Ongoing Improvements","description":"By Eliyahu M. Goldratt","image":"https://learn-awesome.github.io/assets/book_covers/113934.jpg","links":"book|https://www.goodreads.com/book/show/113934.The_Goal","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6db4c715-b907-463e-9a31-b686de778cae","name":"The Fish That Ate the Whale: The Life and Times of America’s Banana King","description":"By Rich Cohen","image":"https://learn-awesome.github.io/assets/book_covers/13166586.jpg","links":"book|https://www.goodreads.com/book/show/13166586-the-fish-that-ate-the-whale","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa81cf3b-8b02-496e-8b19-a5bb5bc1c814","name":"The 48 Laws of Power (Paperback)","description":"By Summary Pro","image":"https://learn-awesome.github.io/assets/book_covers/27402202.jpg","links":"book|https://www.goodreads.com/book/show/27402202-the-48-laws-of-power","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56cd6621-69fa-45b5-bac5-1ad6233a92b7","name":"Addiction by Design: Machine Gambling in Las Vegas (Hardcover)","description":"By Natasha Dow Schüll","image":"https://learn-awesome.github.io/assets/book_covers/13748038.jpg","links":"book|https://www.goodreads.com/book/show/13748038-addiction-by-design","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c6126e0-cccd-48f6-88fe-39da01743918","name":"The Logic of Scientific Discovery (Paperback)","description":"By Karl Popper","image":"https://learn-awesome.github.io/assets/book_covers/61550.jpg","links":"book|https://www.goodreads.com/book/show/61550.The_Logic_of_Scientific_Discovery","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1ce589e-06b4-42ca-8e96-bfd6be02120f","name":"1491: New Revelations of the Americas Before Columbus (Paperback)","description":"By Charles C. Mann","image":"https://learn-awesome.github.io/assets/book_covers/39020.jpg","links":"book|https://www.goodreads.com/book/show/39020.1491","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3cd1e713-1d6d-44d9-a711-de76de191b04","name":"The Laws of Medicine: Field Notes from an Uncertain Science (Hardcover)","description":"By Siddhartha Mukherjee","image":"https://learn-awesome.github.io/assets/book_covers/25409816.jpg","links":"book|https://www.goodreads.com/book/show/25409816-the-laws-of-medicine","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea3480b7-3a9b-4c70-b67d-53bb80418aed","name":"The Letters of Vincent van Gogh (Paperback)","description":"By Vincent van Gogh","image":"https://learn-awesome.github.io/assets/book_covers/395233.jpg","links":"book|https://www.goodreads.com/book/show/395233.The_Letters_of_Vincent_van_Gogh","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac76332a-1d3f-4822-9817-36dcb4057e8c","name":"Risk Savvy: How to Make Good Decisions (Hardcover)","description":"By Gerd Gigerenzer","image":"https://learn-awesome.github.io/assets/book_covers/18114056.jpg","links":"book|https://www.goodreads.com/book/show/18114056-risk-savvy","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f3911e1-c08b-465b-97b3-01b31ae00ea4","name":"Homo Ludens: A Study of the Play-Element in Culture (Paperback)","description":"By Johan Huizinga","image":"https://learn-awesome.github.io/assets/book_covers/233221.jpg","links":"book|https://www.goodreads.com/book/show/233221.Homo_Ludens","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"470d6f2e-9862-4247-a807-4ef421f5b652","name":"Alice's Adventures in Wonderland & Through the Looking-Glass (Mass Market Paperback)","description":"By Lewis Carroll","image":"https://learn-awesome.github.io/assets/book_covers/6324090.jpg","links":"book|https://www.goodreads.com/book/show/6324090-alice-s-adventures-in-wonderland","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29ce96a0-08b8-4206-982e-0c42b6b28e55","name":"Death by Meeting: A Leadership Fable...about Solving the Most Painful Problem in Business (Hardcover)","description":"By Patrick Lencioni","image":"https://learn-awesome.github.io/assets/book_covers/49040.jpg","links":"book|https://www.goodreads.com/book/show/49040.Death_by_Meeting","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12c388be-7d47-45a5-964b-95365d43d969","name":"Imprudent King: A New Life of Philip II (Hardcover)","description":"By Geoffrey Parker","image":"https://learn-awesome.github.io/assets/book_covers/21874660.jpg","links":"book|https://www.goodreads.com/book/show/21874660-imprudent-king","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"229f0298-2d1d-41b6-b10a-3a325746a00a","name":"Storm in a Teacup: The Physics of Everyday Life (Paperback)","description":"By Helen Czerski","image":"https://learn-awesome.github.io/assets/book_covers/35187175.jpg","links":"book|https://www.goodreads.com/book/show/35187175-storm-in-a-teacup","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"845f84b3-d91a-4593-877a-e9e595d6c809","name":"Start with Why: How Great Leaders Inspire Everyone to Take Action (Hardcover)","description":"By Instant-Summary","image":"https://learn-awesome.github.io/assets/book_covers/36447234.jpg","links":"book|https://www.goodreads.com/book/show/36447234-summary---start-with-why","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c39d85b4-03dc-4ef6-bce3-aeb3ca55ea2a","name":"War and Peace (Paperback)","description":"By Edward J. Renehan Jr.","image":"https://learn-awesome.github.io/assets/book_covers/707254.jpg","links":"book|https://www.goodreads.com/book/show/707254.The_Lion_s_Pride","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97edb5e9-2da3-406a-b487-6de73f0cef6e","name":"Beyond Fear: Thinking Sensibly about Security in an Uncertain World (Hardcover)","description":"By Bruce Schneier","image":"https://learn-awesome.github.io/assets/book_covers/333794.jpg","links":"book|https://www.goodreads.com/book/show/333794.Beyond_Fear","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0969cb1-f48a-44c2-917d-67e73d7a09a2","name":"The Wright Brothers (Hardcover)","description":"By Joe Dunn","image":null,"links":"book|https://www.goodreads.com/book/show/11314037-the-wright-brothers-with-hardcover-book","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef47d6b4-68a1-4504-8823-9528ea474f69","name":"On the rock : twenty-five years in Alcatraz : the prison story of Alvin Karpis as told to Robert Livesey (Hardcover)","description":"By Alvin Karpis","image":null,"links":"book|https://www.goodreads.com/book/show/1409581.On_the_rock_","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e23bb16-05ad-49a7-9b9d-0a9276003979","name":"Influencer : The Power to Change Anything (Hardcover)","description":"By Kerry Patterson","image":"https://learn-awesome.github.io/assets/book_covers/914211.jpg","links":"book|https://www.goodreads.com/book/show/914211.Influencer_","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edc49aaf-2bff-4660-9699-198a66a774b2","name":"Benjamin Franklin: An American Life (Paperback)","description":"By Walter Isaacson","image":"https://learn-awesome.github.io/assets/book_covers/10883.jpg","links":"book|https://www.goodreads.com/book/show/10883.Benjamin_Franklin","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2484ee64-f684-4269-bd9f-f81b25c20a2e","name":"White Collar: The American Middle Classes (Paperback)","description":"By C. Wright Mills","image":"https://learn-awesome.github.io/assets/book_covers/222864.jpg","links":"book|https://www.goodreads.com/book/show/222864.White_Collar","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05300780-e8eb-4db8-ac36-fff36273fe09","name":"Goddesses, Whores, Wives and Slaves: Women in Classical Antiquity (Paperback)","description":"By Sarah B. Pomeroy","image":"https://learn-awesome.github.io/assets/book_covers/114945.jpg","links":"book|https://www.goodreads.com/book/show/114945.Goddesses_Whores_Wives_and_Slaves","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9c92d93-c104-4fab-ac83-4d4cbdeedf36","name":"On the Shortness of Life (Paperback)","description":"By Hugh Lofting","image":"https://learn-awesome.github.io/assets/book_covers/22305726.jpg","links":"book|https://www.goodreads.com/book/show/22305726-the-story-of-dr-dolittle-being-the-history-of-his-peculiar-life-at-hom","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78adcb22-fa7d-4d46-9976-b700d0fafa95","name":"The Well-Educated Mind: A Guide to the Classical Education You Never Had (Hardcover)","description":"By Susan Wise Bauer","image":"https://learn-awesome.github.io/assets/book_covers/86145.jpg","links":"book|https://www.goodreads.com/book/show/86145.The_Well_Educated_Mind","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"771193ba-7101-449d-bb0b-87b884d7cd0e","name":"Notes on the Synthesis of Form (Paperback)","description":"By Christopher W. Alexander","image":"https://learn-awesome.github.io/assets/book_covers/320553.jpg","links":"book|https://www.goodreads.com/book/show/320553.Notes_on_the_Synthesis_of_Form","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce62fbf3-8c68-48fd-a84d-b06f55ca5c32","name":"River Out of Eden: A Darwinian View of Life — Richard Dawkins","description":"By Richard Dawkins","image":"https://learn-awesome.github.io/assets/book_covers/32275.jpg","links":"book|https://www.goodreads.com/book/show/32275.River_Out_of_Eden","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d913f78-93f3-4983-8122-62f932c7f318","name":"The Moral Sayings of Publius Syrus: A Roman Slave (Paperback)","description":"By Publilius Syrus","image":"https://learn-awesome.github.io/assets/book_covers/8519082.jpg","links":"book|https://www.goodreads.com/book/show/8519082-the-moral-sayings-of-publius-syrus","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b224948-2a7b-4147-87fa-e23cc80723a3","name":"23 Things They Don't Tell You about Capitalism (Hardcover)","description":"By Ha-Joon Chang","image":"https://learn-awesome.github.io/assets/book_covers/8913542.jpg","links":"book|https://www.goodreads.com/book/show/8913542-23-things-they-don-t-tell-you-about-capitalism","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8436027f-2299-43e4-be92-abce2096ebf2","name":"Family Secrets: Shame and Privacy in Modern Britain (Hardcover)","description":"By Deborah Cohen","image":"https://learn-awesome.github.io/assets/book_covers/16233598.jpg","links":"book|https://www.goodreads.com/book/show/16233598-family-secrets","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c6b036d-36e4-4bde-9706-327cbf569e4e","name":"Sources of Power: How People Make Decisions (Paperback)","description":"By Gary Klein","image":"https://learn-awesome.github.io/assets/book_covers/65229.jpg","links":"book|https://www.goodreads.com/book/show/65229.Sources_of_Power","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c16790b-2704-48d6-b7bd-7d045eab2700","name":"How to Get Lucky: 13 techniques for discovering and taking advantage of life's good breaks (Paperback)","description":"By Max Gunther","image":"https://learn-awesome.github.io/assets/book_covers/8717023.jpg","links":"book|https://www.goodreads.com/book/show/8717023-how-to-get-lucky","topics":"self-help","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d94b9434-0427-461c-8798-40b52ac833a2","name":"Personal Development for Smart People: The Conscious Pursuit of Personal Growth (Hardcover)","description":"By Steve Pavlina","image":"https://learn-awesome.github.io/assets/book_covers/3074052.jpg","links":"book|https://www.goodreads.com/book/show/3074052-personal-development-for-smart-people","topics":"personal-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"601bad78-4ee9-4d54-8f84-13528a7453f3","name":"Warnings: Finding Cassandras to Stop Catastrophes (Hardcover)","description":"By Richard A. Clarke","image":"https://learn-awesome.github.io/assets/book_covers/32600755.jpg","links":"book|https://www.goodreads.com/book/show/32600755-warnings","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94f37637-7296-4b06-b803-9b8ef921ed6e","name":"Shaping the Future","description":"By Kevin Kelly","image":"https://learn-awesome.github.io/assets/book_covers/27209431.jpg","links":"book|https://www.goodreads.com/book/show/27209431-the-inevitable","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8ad7e91-42b7-4a4c-9268-53081e243475","name":"Lies My Teacher Told Me: Everything Your American History Textbook Got Wrong (Paperback)","description":"By James W. Loewen","image":"https://learn-awesome.github.io/assets/book_covers/296662.jpg","links":"book|https://www.goodreads.com/book/show/296662.Lies_My_Teacher_Told_Me","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d4b0cd5-565d-4e14-b349-0e826fe0c36c","name":"The Secrets of Happy Families: Improve Your Mornings, Rethink Family Dinner, Fight Smarter, Go Out and Play, and Much More (Hardcover)","description":"By Bruce Feiler","image":"https://learn-awesome.github.io/assets/book_covers/15818077.jpg","links":"book|https://www.goodreads.com/book/show/15818077-the-secrets-of-happy-families","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6cc848f-8281-45e9-a65c-b6f7b7bbae88","name":"The Reluctant Mr. Darwin: An Intimate Portrait of Charles Darwin and the Making of His Theory of Evolution (Great Discoveries)","description":"By David Quammen","image":"https://learn-awesome.github.io/assets/book_covers/150465.jpg","links":"book|https://www.goodreads.com/book/show/150465.The_Reluctant_Mr_Darwin","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44904717-d24e-43df-bad7-ad08a029d16f","name":"Straw Dogs: Thoughts on Humans and Other Animals","description":"By John N. Gray","image":"https://learn-awesome.github.io/assets/book_covers/230733.jpg","links":"book|https://www.goodreads.com/book/show/230733.Straw_Dogs","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c5186cf-b26b-44bc-bf16-ffa743d53069","name":"Walden (Paperback)","description":"By Henry David Thoreau","image":"https://learn-awesome.github.io/assets/book_covers/116020.jpg","links":"book|https://www.goodreads.com/book/show/116020.Walden_Civil_Disobedience","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"273fbac7-9924-4017-b383-5d63c43a6711","name":"Devil Take the Hindmost: A History of Financial Speculation (Paperback)","description":"By Edward Chancellor","image":"https://learn-awesome.github.io/assets/book_covers/91360.jpg","links":"book|https://www.goodreads.com/book/show/91360.Devil_Take_the_Hindmost","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7475c89e-7083-4f77-b198-5f7c54b49b09","name":"Mindless Eating: Why We Eat More Than We Think (Hardcover)","description":"By Brian Wansink","image":"https://learn-awesome.github.io/assets/book_covers/129731.jpg","links":"book|https://www.goodreads.com/book/show/129731.Mindless_Eating","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad263975-2b88-4bee-9a45-53d94ddec907","name":"Maximize Your Potential: Grow Your Expertise, Take Bold Risks Build an Incredible Career (Paperback)","description":"By Jocelyn K. Glei","image":"https://learn-awesome.github.io/assets/book_covers/17944645.jpg","links":"book|https://www.goodreads.com/book/show/17944645-maximize-your-potential","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53448e6d-0dc4-464b-b2a5-ffdf831ba284","name":"Graphic Design Visionaries","description":"By Caroline Roberts","image":"https://learn-awesome.github.io/assets/book_covers/23197685.jpg","links":"book|https://www.goodreads.com/book/show/23197685-graphic-design-visionaries","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67eceb68-7d46-4205-8385-d29d10eaee14","name":"The Second Machine Age: Work, Progress, and Prosperity in a Time of Brilliant Technologies (Paperback)","description":"By Erik Brynjolfsson","image":"https://learn-awesome.github.io/assets/book_covers/23316526.jpg","links":"book|https://www.goodreads.com/book/show/23316526-the-second-machine-age","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83e5baf5-06e4-414c-ae71-329ba5a87f0d","name":"We Need to Talk: How to Have Conversations that Matter (ebook)","description":"By Celeste Headlee","image":"https://learn-awesome.github.io/assets/book_covers/33385019.jpg","links":"book|https://www.goodreads.com/book/show/33385019-we-need-to-talk","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec9f0bb2-fac7-42f2-8ec5-e9dacfcbfd35","name":"Complex Adaptive Systems: An Introduction to Computational Models of Social Life (Paperback)","description":"By John H. Miller","image":"https://learn-awesome.github.io/assets/book_covers/245273.jpg","links":"book|https://www.goodreads.com/book/show/245273.Complex_Adaptive_Systems","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd344c2b-7b49-4647-8f4d-340c300e5ba7","name":"Happiness: A Philosopher's Guide (Hardcover)","description":"By Frédéric Lenoir","image":"https://learn-awesome.github.io/assets/book_covers/23012626.jpg","links":"book|https://www.goodreads.com/book/show/23012626-happiness","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c38e5150-a766-4a99-910e-31d32d68ec67","name":"The Laws of Thermodynamics: A Very Short Introduction (Paperback)","description":"By Peter Atkins","image":"https://learn-awesome.github.io/assets/book_covers/6695182.jpg","links":"book|https://www.goodreads.com/book/show/6695182-the-laws-of-thermodynamics","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5252aa0-bf80-417e-92fd-f50a878b043f","name":"Stronger: Develop the Resilience You Need to Succeed (Hardcover)","description":"By George S. Everly Jr.","image":"https://learn-awesome.github.io/assets/book_covers/23875814.jpg","links":"book|https://www.goodreads.com/book/show/23875814-stronger","topics":"self-help","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd6e7eb6-dfa7-4909-a42c-38698e47792f","name":"The Back of the Napkin: Solving Problems and Selling Ideas with Pictures (Hardcover)","description":"By Dan Roam","image":"https://learn-awesome.github.io/assets/book_covers/2420301.jpg","links":"book|https://www.goodreads.com/book/show/2420301.The_Back_of_the_Napkin","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04d59cd1-90eb-41ed-8127-be142f557049","name":"Simple Habits for Complex Times: Powerful Practices for Leaders (Hardcover)","description":"By Jennifer Garvey Berger","image":"https://learn-awesome.github.io/assets/book_covers/23569894.jpg","links":"book|https://www.goodreads.com/book/show/23569894-simple-habits-for-complex-times","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15dbe101-7e83-4ad3-be01-040104e21754","name":"Tomorrow's Professor: Preparing for Careers in Science and Engineering (Paperback)","description":"By Richard M. Reis","image":"https://learn-awesome.github.io/assets/book_covers/113738.jpg","links":"book|https://www.goodreads.com/book/show/113738.Tomorrow_s_Professor","topics":"career","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f5ef196-ec2f-4027-9f63-b3bd99dc2953","name":"Learn Better: Mastering the Skills for Success in Life, Business, and School, or, How to Become an Expert in Just About Anything (Hardcover)","description":"By Ulrich Boser","image":"https://learn-awesome.github.io/assets/book_covers/30038905.jpg","links":"book|https://www.goodreads.com/book/show/30038905-learn-better","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b88ff37-1d52-4ee0-961d-c9c77004844d","name":"Scarcity: Why Having Too Little Means So Much (Hardcover)","description":"By Sendhil Mullainathan","image":"https://learn-awesome.github.io/assets/book_covers/17286670.jpg","links":"book|https://www.goodreads.com/book/show/17286670-scarcity","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01edcc1b-cc91-4067-9607-ac7cdcab6f43","name":"The Laws of Simplicity: Design, Technology, Business, Life (Hardcover)","description":"By John Maeda","image":"https://learn-awesome.github.io/assets/book_covers/225111.jpg","links":"book|https://www.goodreads.com/book/show/225111.The_Laws_of_Simplicity","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e5bc996-4b8f-4ac0-96b0-028f89100269","name":"Who Says Elephants Can't Dance?: Inside IBM's Historic Turnaround (Hardcover)","description":"By Louis V. Gerstner Jr.","image":"https://learn-awesome.github.io/assets/book_covers/603985.jpg","links":"book|https://www.goodreads.com/book/show/603985.Who_Says_Elephants_Can_t_Dance_","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"453a0d52-1157-401c-b668-48b56a0f8d70","name":"Well-Designed: How to Use Empathy to Create Products People Love (Hardcover)","description":"By Jon Kolko","image":"https://learn-awesome.github.io/assets/book_covers/21413972.jpg","links":"book|https://www.goodreads.com/book/show/21413972-well-designed","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3f90261-5b6f-46b6-b5fe-549d9ae0be10","name":"Getting to Yes: Negotiating Agreement Without Giving In","description":"By Roger Fisher","image":"https://learn-awesome.github.io/assets/book_covers/313605.jpg","links":"book|https://www.goodreads.com/book/show/313605.Getting_to_Yes","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a58a71a-3b14-4a00-b596-bb5cbd1009eb","name":"Perilous Interventions: The Security Council and the Politics of Chaos","description":"By Hardeep Singh Puri","image":"https://learn-awesome.github.io/assets/book_covers/31448865.jpg","links":"book|https://www.goodreads.com/book/show/31448865-perilous-interventions","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e865081-d596-499d-8742-b9488edc1680","name":"How Children Succeed: Grit, Curiosity, and the Hidden Power of Character ","description":"By Paul Tough","image":"https://learn-awesome.github.io/assets/book_covers/13435889._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/13435889-how-children-succeed","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"353343a0-e263-4bc0-8e53-3d39e03eea45","name":"Gösta Berling","description":"By Selma Lagerlöf","image":"https://learn-awesome.github.io/assets/book_covers/67859.jpg","links":"book|https://www.goodreads.com/book/show/67859.G_sta_Berling_s_Saga","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f02f37c3-26ea-43ce-9d07-39111b2cd19f","name":"An Incomplete Education: 3,684 Things You Should Have Learned But Probably Didn't (Hardcover)","description":"By Judy Jones","image":"https://learn-awesome.github.io/assets/book_covers/126041.jpg","links":"book|https://www.goodreads.com/book/show/126041.An_Incomplete_Education","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ce08e97-ad3d-4046-bb38-ae7257115b9b","name":"Ubiquity: Why Catastrophes Happen (Paperback)","description":"By Mark Buchanan","image":"https://learn-awesome.github.io/assets/book_covers/267164.jpg","links":"book|https://www.goodreads.com/book/show/267164.Ubiquity","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3147afd4-d466-4580-b011-6cf8da7e8f04","name":"The Age of Comfort: When Paris Discovered Casual—and the Modern Home Began (Paperback)","description":"By Joan DeJean","image":"https://learn-awesome.github.io/assets/book_covers/8937121.jpg","links":"book|https://www.goodreads.com/book/show/8937121-the-age-of-comfort","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13db16ed-41f2-4b56-851d-97502bca1216","name":"The New Lifetime Reading Plan: The Classic Guide to World Literature, Revised and Expanded (Paperback)","description":"By Clifton Fadiman","image":"https://learn-awesome.github.io/assets/book_covers/249186.jpg","links":"book|https://www.goodreads.com/book/show/249186.The_New_Lifetime_Reading_Plan","topics":"books-about-books","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc819167-1a00-45be-8890-2730865df4d9","name":"The Drunkard's Walk: How Randomness Rules Our Lives (Hardcover)","description":"By Leonard Mlodinow","image":"https://learn-awesome.github.io/assets/book_covers/2272880.jpg","links":"book|https://www.goodreads.com/book/show/2272880.The_Drunkard_s_Walk","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d249f60d-87a7-4a9d-9612-2e33450befc3","name":"Manage Your Day-to-Day: Build Your Routine, Find Your Focus, and Sharpen Your Creative Mind (Paperback)","description":"By Jocelyn K. Glei","image":"https://learn-awesome.github.io/assets/book_covers/17606014.jpg","links":"book|https://www.goodreads.com/book/show/17606014-manage-your-day-to-day","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9dd2211-d757-45cb-9211-2c097fb65bda","name":"How Adam Smith Can Change Your Life: An Unexpected Guide to Human Nature and Happiness (Hardcover)","description":"By Russ Roberts","image":"https://learn-awesome.github.io/assets/book_covers/20821053.jpg","links":"book|https://www.goodreads.com/book/show/20821053-how-adam-smith-can-change-your-life","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1d0e965-392d-420a-9a4f-e93822780f56","name":"The Complete Essays (Paperback)","description":"By William Shakespeare","image":"https://learn-awesome.github.io/assets/book_covers/2033641.jpg","links":"book|https://www.goodreads.com/book/show/2033641.The_Complete_King_Lear_1608_1623","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d670fa3-573e-49a0-8812-173d53e742f7","name":"Power: Why Some People Have it and Others Don't (Hardcover)","description":"By Jeffrey Pfeffer","image":"https://learn-awesome.github.io/assets/book_covers/8562119.jpg","links":"book|https://www.goodreads.com/book/show/8562119-power","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f61fb64-6d1e-497d-b18f-8ebfb98754a5","name":"Maxims (Paperback)","description":"By William Shakespeare","image":null,"links":"book|https://www.goodreads.com/book/show/29062820-king-lear","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4ccc829-f16a-4a9f-a158-e1ae9ad6a3d0","name":"Judgment in Managerial Decision Making","description":"By Max H. Bazerman","image":"https://learn-awesome.github.io/assets/book_covers/89161.jpg","links":"book|https://www.goodreads.com/book/show/89161.Judgment_in_Managerial_Decision_Making","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36ab22fb-ead6-4485-a493-a5e6f1f5f6ac","name":"You Play the Girl: And Other Vexing Stories That Tell Women Who They Are (Kindle Edition)","description":"By Carina Chocano","image":"https://learn-awesome.github.io/assets/book_covers/41015348.jpg","links":"book|https://www.goodreads.com/book/show/41015348-you-play-the-girl","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f512248-fd7c-402e-89b5-76f8a0d53c04","name":"The Secret History of the Mongol Queens: How the Daughters of Genghis Khan Rescued His Empire (Hardcover)","description":"By Jack Weatherford","image":"https://learn-awesome.github.io/assets/book_covers/6648001.jpg","links":"book|https://www.goodreads.com/book/show/6648001-the-secret-history-of-the-mongol-queens","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23a5d008-40d6-425e-8285-e0c5a8f548ba","name":"The Seven Sins of Memory: How the Mind Forgets and Remembers (Paperback)","description":"By Daniel L. Schacter","image":"https://learn-awesome.github.io/assets/book_covers/56592.jpg","links":"book|https://www.goodreads.com/book/show/56592.The_Seven_Sins_of_Memory","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51911318-eca1-44ae-a502-c1a0122d2cd8","name":"101 Things I Learned in Engineering School (Hardcover)","description":"By John Kuprenas","image":"https://learn-awesome.github.io/assets/book_covers/15791129.jpg","links":"book|https://www.goodreads.com/book/show/15791129-101-things-i-learned-in-engineering-school","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"776b126e-2819-47b1-a827-adea11712d8b","name":"Secrets to Winning at Office Politics: How to Achieve Your Goals and Increase Your Influence at Work (Paperback)","description":"By Marie G. McIntyre","image":"https://learn-awesome.github.io/assets/book_covers/260493.jpg","links":"book|https://www.goodreads.com/book/show/260493.Secrets_to_Winning_at_Office_Politics","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9828e158-c3bc-474c-89d5-a50d1e175e7f","name":"The Progress Principle: Using Small Wins to Ignite Joy, Engagement, and Creativity at Work (Hardcover)","description":"By Teresa Amabile","image":"https://learn-awesome.github.io/assets/book_covers/11721498.jpg","links":"book|https://www.goodreads.com/book/show/11721498-the-progress-principle","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d63d8c9e-e049-47f5-87ec-9dbb60105df5","name":"Difference: The one-page method for reimagining your business and reinventing your marketing (Kindle Edition)","description":"By Bernadette Jiwa","image":"https://learn-awesome.github.io/assets/book_covers/20746217.jpg","links":"book|https://www.goodreads.com/book/show/20746217-difference","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3e05eea-a692-42cd-a7fe-7c8e52adba5b","name":"Nothing to Hide: The False Tradeoff between Privacy and Security (Hardcover)","description":"By Daniel J. Solove","image":"https://learn-awesome.github.io/assets/book_covers/11424904.jpg","links":"book|https://www.goodreads.com/book/show/11424904-nothing-to-hide","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61b96e45-efb6-48b6-8e69-56752aa84b73","name":"The Art of War (Paperback)","description":"By Padraic Colum","image":"https://learn-awesome.github.io/assets/book_covers/387427.jpg","links":"book|https://www.goodreads.com/book/show/387427.The_Trojan_War_and_the_Adventures_of_Odysseus","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84575894-16e4-4104-a3fa-80f3de6e99a3","name":"Think Twice: Harnessing the Power of Counterintuition (ebook)","description":"By Michael J. Mauboussin","image":"https://learn-awesome.github.io/assets/book_covers/6833940.jpg","links":"book|https://www.goodreads.com/book/show/6833940-think-twice","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed6f652a-8573-4e93-a33b-ac240aa3a9d1","name":"Maestro: A Surprising Story about Leading by Listening (Hardcover)","description":"By Roger Nierenberg","image":"https://learn-awesome.github.io/assets/book_covers/6998024.jpg","links":"book|https://www.goodreads.com/book/show/6998024-maestro","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32625c99-f3a5-4291-9d93-78ba526e48e8","name":"How to Lie with Statistics ","description":"By Darrell Huff","image":"https://learn-awesome.github.io/assets/book_covers/51291.jpg","links":"book|https://www.goodreads.com/book/show/51291.How_to_Lie_with_Statistics","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cea572ee-8956-4ab2-8361-ff9ae738d57c","name":"The Box, by Marc Levinson","description":"By Marc Levinson","image":"https://learn-awesome.github.io/assets/book_covers/316767.jpg","links":"book|https://www.goodreads.com/book/show/316767.The_Box","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f849ff7d-f967-4c2c-be03-677d4d34e0c3","name":"Overwhelmed: Work, Love, and Play When No One Has the Time (Hardcover)","description":"By Brigid Schulte","image":"https://learn-awesome.github.io/assets/book_covers/17934399.jpg","links":"book|https://www.goodreads.com/book/show/17934399-overwhelmed","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa8afd1a-4f09-460a-9deb-b18a3bc1db2d","name":"It's Not All about Me: The Top Ten Techniques for Building Quick Rapport with Anyone (Paperback)","description":"By Robin Dreeke","image":"https://learn-awesome.github.io/assets/book_covers/13175900.jpg","links":"book|https://www.goodreads.com/book/show/13175900-it-s-not-all-about-me","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2202c2a0-8839-4001-b4b9-82bd62149b00","name":"Truth: How the Many Sides to Every Story Shape Our Reality (Hardcover)","description":"By Hector Macdonald","image":"https://learn-awesome.github.io/assets/book_covers/35604721.jpg","links":"book|https://www.goodreads.com/book/show/35604721-truth","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"073db564-f1f7-4561-a152-6ba4b988e2fc","name":"Immortality: The Quest to Live Forever and How It Drives Civilization (Hardcover)","description":"By Stephen Cave","image":"https://learn-awesome.github.io/assets/book_covers/12455205.jpg","links":"book|https://www.goodreads.com/book/show/12455205-immortality","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fdd8df5f-c24f-45f6-9d52-14c5e9b68437","name":"Four Queens: The Provençal Sisters Who Ruled Europe (Hardcover)","description":"By Nancy Goldstone","image":"https://learn-awesome.github.io/assets/book_covers/691001.jpg","links":"book|https://www.goodreads.com/book/show/691001.Four_Queens","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d06dd2a-fe67-4813-9a98-699dcece9900","name":"18 Minutes: Find Your Focus, Master Distraction, and Get the Right Things Done (Hardcover)","description":"By Peter Bregman","image":"https://learn-awesome.github.io/assets/book_covers/12138871.jpg","links":"book|https://www.goodreads.com/book/show/12138871-18-minutes","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0cc5f1bc-aad0-43bd-82ea-662347924886","name":"The Tyranny of Experts: Economists, Dictators, and the Forgotten Rights of the Poor","description":"By William Easterly","image":"https://learn-awesome.github.io/assets/book_covers/18210744.jpg","links":"book|https://www.goodreads.com/book/show/18210744-the-tyranny-of-experts","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80774f72-abc2-423d-bdb1-fb52b2ce35bc","name":"Mastering the Market Cycle: Getting the Odds on Your Side (Hardcover)","description":"By Howard Marks","image":"https://learn-awesome.github.io/assets/book_covers/37570460.jpg","links":"book|https://www.goodreads.com/book/show/37570460-mastering-the-market-cycle","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a7ef7ba-e6b0-475e-94d1-6db124e9af0f","name":"Responsive Web Design","description":"By Ethan Marcotte","image":"https://learn-awesome.github.io/assets/book_covers/9815906.jpg","links":"book|https://www.goodreads.com/book/show/9815906-responsive-web-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"636f6130-1a7c-4954-93c4-a256dd6bc1e0","name":"How to Think Like Leonardo da Vinci: Seven Steps to Genius Every Day (Paperback)","description":"By Michael J. Gelb","image":"https://learn-awesome.github.io/assets/book_covers/598506.jpg","links":"book|https://www.goodreads.com/book/show/598506.How_to_Think_Like_Leonardo_da_Vinci","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d82edf40-81c5-4d7b-9a89-651010713810","name":"Data-Driven Marketing: The 15 Metrics Everyone in Marketing Should Know","description":"By Mark Jeffery","image":"https://learn-awesome.github.io/assets/book_covers/7056263.jpg","links":"book|https://www.goodreads.com/book/show/7056263-data-driven-marketing","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1687920a-636a-4ce7-91e3-a569ca37c2f6","name":"Thinking in Bets: Making Smarter Decisions When You Don't Have All the Facts","description":"By Annie Duke","image":"https://learn-awesome.github.io/assets/book_covers/35957157.jpg","links":"book|https://www.goodreads.com/book/show/35957157-thinking-in-bets","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2aa6fc79-54e7-48c1-9272-a16e79aa5804","name":"The Paradox of Choice: Why More Is Less","description":"By Barry Schwartz","image":"https://learn-awesome.github.io/assets/book_covers/10639.jpg","links":"book|https://www.goodreads.com/book/show/10639.The_Paradox_of_Choice","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ec105a3-5e19-4d52-a6d9-701c55e425b8","name":"The Path to Power (Paperback)","description":"By Confucius","image":"https://learn-awesome.github.io/assets/book_covers/10438132.jpg","links":"book|https://www.goodreads.com/book/show/10438132-confucius-the-analects","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5e4f134-4b33-4880-8955-6cb8ec5a2b8d","name":"Breakpoint: Why the Web will Implode, Search will be Obsolete, and Everything Else you Need to Know about Technology is in Your Brain (Hardcover)","description":"By Jeff Stibel","image":"https://learn-awesome.github.io/assets/book_covers/17343416.jpg","links":"book|https://www.goodreads.com/book/show/17343416-breakpoint","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ad924a7-9ce2-4131-9a51-eb37d05979f7","name":"Insight: Why We're Not as Self-Aware as We Think, and How Seeing Ourselves Clearly Helps Us Succeed at Work and in Life (Hardcover)","description":"By Tasha Eurich","image":"https://learn-awesome.github.io/assets/book_covers/31522008.jpg","links":"book|https://www.goodreads.com/book/show/31522008-insight","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57d6fcce-f4e9-4393-9fea-4fd62d2c38cb","name":"The Autobiography of Benjamin Franklin","description":"By Benjamin Franklin","image":"https://learn-awesome.github.io/assets/book_covers/52309.jpg","links":"book|https://www.goodreads.com/book/show/52309.The_Autobiography_of_Benjamin_Franklin","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3e8a43d-1e1f-4791-8471-41fd910b024a","name":"What Smart Students Know: Maximum Grades. Optimum Learning. Minimum Time. (Paperback)","description":"By Adam Robinson","image":"https://learn-awesome.github.io/assets/book_covers/925232.jpg","links":"book|https://www.goodreads.com/book/show/925232.What_Smart_Students_Know","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6166d47c-8964-4a86-822d-8cfa4b6e3871","name":"How to Make Sense of Any Mess: Information Architecture f...","description":"By Abby Covert","image":"https://learn-awesome.github.io/assets/book_covers/23557020.jpg","links":"book|https://www.goodreads.com/book/show/23557020-how-to-make-sense-of-any-mess","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71efcef1-256e-4a13-9a2c-8aa9595ccf33","name":"The Three Marriages: Reimagining Work, Self and Relationship (Hardcover)","description":"By David Whyte","image":"https://learn-awesome.github.io/assets/book_covers/6052036.jpg","links":"book|https://www.goodreads.com/book/show/6052036-the-three-marriages","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd65ff0f-5ef8-402e-be69-14b3b2e36ba3","name":"Simplify Your Life: 100 Ways to Slow Down and Enjoy the Things That Really Matter (Paperback)","description":"By Elaine St. James","image":"https://learn-awesome.github.io/assets/book_covers/830893.jpg","links":"book|https://www.goodreads.com/book/show/830893.Simplify_Your_Life","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc1f1146-f9bc-410b-a82f-8e1910ef6d3d","name":"The Focused Few: Taking a Multidisciplinary Approach to Focus Investing (Kindle Edition)","description":"By Richard M. Rockwood","image":"https://learn-awesome.github.io/assets/book_covers/23485147.jpg","links":"book|https://www.goodreads.com/book/show/23485147-the-focused-few","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82045d6b-2fad-4d74-bd45-f1ef2adb7aea","name":"I. Asimov (Paperback)","description":"By Edwin A. Abbott","image":"https://learn-awesome.github.io/assets/book_covers/1995353.jpg","links":"book|https://www.goodreads.com/book/show/1995353.Flatland","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d07cb80-c00f-48ab-8c69-c5a5134debe5","name":"Seuss-isms (Hardcover)","description":"By Dr. Seuss","image":"https://learn-awesome.github.io/assets/book_covers/207577.jpg","links":"book|https://www.goodreads.com/book/show/207577.Scrambled_Eggs_Super_","topics":"childrens","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67a6a85a-4cad-435c-835b-73f4c6ebc627","name":"The Big Sort: Why the Clustering of Like-Minded America is Tearing Us Apart (Hardcover)","description":"By Bill Bishop","image":"https://learn-awesome.github.io/assets/book_covers/2569072.jpg","links":"book|https://www.goodreads.com/book/show/2569072-the-big-sort","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad266b91-76a4-481f-9251-32e501c8ef7e","name":"The Science of Hitting (Paperback)","description":"By Lori A. Smolin","image":"https://learn-awesome.github.io/assets/book_covers/8426312.jpg","links":"book|https://www.goodreads.com/book/show/8426312-nutrition","topics":"vnbookdrive2016","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10146709-e3ca-4b7c-a567-4e6fe898bd38","name":"Business Adventures","description":"By John Brooks","image":"https://learn-awesome.github.io/assets/book_covers/4191136.jpg","links":"book|https://www.goodreads.com/book/show/4191136-business-adventures","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4510004c-d819-40ab-81fe-48fed51af6b9","name":"This Will Make You Smarter: New Scientific Concepts to Improve Your Thinking (Paperback)","description":"By John Brockman","image":"https://learn-awesome.github.io/assets/book_covers/13035774.jpg","links":"book|https://www.goodreads.com/book/show/13035774-this-will-make-you-smarter","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51f2c7d5-276f-4f57-a9db-15f3d9090807","name":"The Prince (Paperback)","description":"By Edgar Rice Burroughs","image":"https://learn-awesome.github.io/assets/book_covers/24961326.jpg","links":"book|https://www.goodreads.com/book/show/24961326-a-prince-of-mars","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3af8fa0f-8c4b-4b39-94d7-6a397de8ff21","name":"Intuition Pumps And Other Tools for Thinking (Paperback)","description":"By Daniel C. Dennett","image":"https://learn-awesome.github.io/assets/book_covers/18378002.jpg","links":"book|https://www.goodreads.com/book/show/18378002-intuition-pumps-and-other-tools-for-thinking","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17df97d3-79e0-4705-a74c-e32cd7864430","name":"Beyond Measure: The Big Impact of Small Changes (Hardcover)","description":"By Margaret Heffernan","image":"https://learn-awesome.github.io/assets/book_covers/23604558.jpg","links":"book|https://www.goodreads.com/book/show/23604558-beyond-measure","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1591f3f-54fe-4fa7-994e-1b59d3a828be","name":"Yes or No: The Guide to Better Decisions (Paperback)","description":"By Spencer Johnson","image":"https://learn-awesome.github.io/assets/book_covers/88181.jpg","links":"book|https://www.goodreads.com/book/show/88181.Yes_or_No","topics":"self-help","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d9b0954-a98b-432d-86c3-9043007e2985","name":"Liars and Outliers: Enabling the Trust that Society Needs to Thrive (Hardcover)","description":"By Bruce Schneier","image":"https://learn-awesome.github.io/assets/book_covers/12046245.jpg","links":"book|https://www.goodreads.com/book/show/12046245-liars-and-outliers","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"592cf3e5-5f47-4394-b56f-6f6872070ba8","name":"Mindwise: How We Understand What Others Think, Believe, Feel, and Want (Hardcover)","description":"By Nicholas Epley","image":"https://learn-awesome.github.io/assets/book_covers/18007504.jpg","links":"book|https://www.goodreads.com/book/show/18007504-mindwise","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fd93748-79ab-4705-8ef0-98e17198b7b4","name":"Compelling People: The Hidden Qualities That Make Us Influential (Hardcover)","description":"By John Neffinger","image":"https://learn-awesome.github.io/assets/book_covers/16158501.jpg","links":"book|https://www.goodreads.com/book/show/16158501-compelling-people","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe72d3d2-af27-4bc7-838d-fe8aac50e958","name":"The Big Change: America Transforms Itself, 1900-50 (Paperback)","description":"By Frederick Lewis Allen","image":"https://learn-awesome.github.io/assets/book_covers/2079974.jpg","links":"book|https://www.goodreads.com/book/show/2079974.The_Big_Change","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7768fda-cbd2-4dde-a6c8-15ac39a0f880","name":"Mindware: Tools for Smart Thinking (Hardcover)","description":"By Richard E. Nisbett","image":"https://learn-awesome.github.io/assets/book_covers/24040556.jpg","links":"book|https://www.goodreads.com/book/show/24040556-mindware","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8e70e54-7d03-4aeb-b3e4-6e0ec5a9a602","name":"How to Run a Country: An Ancient Guide for Modern Leaders (Hardcover)","description":"By Marcus Tullius Cicero","image":"https://learn-awesome.github.io/assets/book_covers/16176211.jpg","links":"book|https://www.goodreads.com/book/show/16176211-how-to-run-a-country","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5288216f-3d92-41fd-803e-5d0f4d4252a6","name":"Webs of Influence: The Psychology of Online Persuasion (Paperback)","description":"By Nathalie Nahai","image":"https://learn-awesome.github.io/assets/book_covers/15926637.jpg","links":"book|https://www.goodreads.com/book/show/15926637-webs-of-influence","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2c732e2-35f8-4399-bafd-e9d6977a4119","name":"The Einstein Factor: A Proven New Method for Increasing Your Intelligence (Paperback)","description":"By Win Wenger","image":"https://learn-awesome.github.io/assets/book_covers/538653.jpg","links":"book|https://www.goodreads.com/book/show/538653.The_Einstein_Factor","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"484155c4-deee-46e5-bb67-85169e60dd17","name":"An Illustrated Book of Bad Arguments (Hardcover)","description":"By Ali Almossawi","image":"https://learn-awesome.github.io/assets/book_covers/18753581.jpg","links":"book|https://www.goodreads.com/book/show/18753581-an-illustrated-book-of-bad-arguments","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca91cbc1-2cdf-4e9f-9d9e-2e4bc58db5b9","name":"The Stoic Art of Living: Inner Resilience and Outer Results (Paperback)","description":"By Tom Morris","image":"https://learn-awesome.github.io/assets/book_covers/51872.jpg","links":"book|https://www.goodreads.com/book/show/51872.The_Stoic_Art_of_Living","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b00a691-94c1-442f-80e8-e0d625ca3aa6","name":"Enchantment: The Art of Changing Hearts, Minds, and Actions (Hardcover)","description":"By Guy Kawasaki","image":"https://learn-awesome.github.io/assets/book_covers/9895917.jpg","links":"book|https://www.goodreads.com/book/show/9895917-enchantment","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14a22c22-b653-40a0-acfe-129de43034b6","name":"The Twenty-four Hour Mind: the Role of Sleep and Dreaming in Our Emotional Lives (Hardcover)","description":"By Rosalind D. Cartwright","image":"https://learn-awesome.github.io/assets/book_covers/7980021.jpg","links":"book|https://www.goodreads.com/book/show/7980021-the-twenty-four-hour-mind","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"665aa6ef-5df0-4238-a943-e75ea67d347d","name":"The Bed of Procrustes: Philosophical and Practical Aphorisms (Hardcover)","description":"By Nassim Nicholas Taleb","image":"https://learn-awesome.github.io/assets/book_covers/9402297.jpg","links":"book|https://www.goodreads.com/book/show/9402297-the-bed-of-procrustes","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5514b40-a1d9-44c1-95a0-8cdbe0663ee2","name":"Meaningful: The Story of Ideas That Fly (Kindle Edition)","description":"By Bernadette Jiwa","image":"https://learn-awesome.github.io/assets/book_covers/27153980.jpg","links":"book|https://www.goodreads.com/book/show/27153980-meaningful","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c336abda-9880-41b1-b981-2234144f2aae","name":"Mindhacker: 60 Tips, Tricks, and Games to Take Your Mind to the Next Level (Paperback)","description":"By Ron Hale-Evans","image":"https://learn-awesome.github.io/assets/book_covers/10370455.jpg","links":"book|https://www.goodreads.com/book/show/10370455-mindhacker","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a73be01-1cfe-4565-b896-f7aa95d2aa00","name":"Tower of Basel: The Inside Story of the Central Bankers' Secret Bank (Hardcover)","description":"By Adam LeBor","image":"https://learn-awesome.github.io/assets/book_covers/15843114.jpg","links":"book|https://www.goodreads.com/book/show/15843114-tower-of-basel","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db25b569-0023-4ece-bc6c-6bb74280cdde","name":"Dataclysm: Who We Are When We Think No One’s Looking","description":"By Christian Rudder","image":"https://learn-awesome.github.io/assets/book_covers/21480734.jpg","links":"book|https://www.goodreads.com/book/show/21480734-dataclysm","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18382dc3-0ed3-4cf3-8d0a-6eed5486a61a","name":"Maxims and Reflections: Ricordi (Paperback)","description":"By Francesco Guicciardini","image":"https://learn-awesome.github.io/assets/book_covers/325588.jpg","links":"book|https://www.goodreads.com/book/show/325588.Maxims_and_Reflections","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"529f4bef-cc9b-4936-b089-ede12dfb210a","name":"Inconsequential Dilemmas","description":"By Knock Knock","image":"https://learn-awesome.github.io/assets/book_covers/19085909.jpg","links":"book|https://www.goodreads.com/book/show/19085909-inconsequential-dilemmas","topics":"humor","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01a869c3-6f92-44e6-8e95-644fa8a2016e","name":"The Life and Opinions of Tristram Shandy, Gentleman (Paperback)","description":"By Laurence Sterne","image":"https://learn-awesome.github.io/assets/book_covers/76527.jpg","links":"book|https://www.goodreads.com/book/show/76527.The_Life_and_Opinions_of_Tristram_Shandy_Gentleman","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffab825c-ae60-461a-816a-e7b0a3904325","name":"The Darwin Economy: Liberty, Competition, and the Common Good (Hardcover)","description":"By Robert H. Frank","image":"https://learn-awesome.github.io/assets/book_covers/12035503.jpg","links":"book|https://www.goodreads.com/book/show/12035503-the-darwin-economy","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b5247db-c890-4b5b-828f-93a40898e4a7","name":"Tempo: Timing, Tactics and Strategy in Narrative-Driven Decision-Making (Paperback)","description":"By Venkatesh G. Rao","image":"https://learn-awesome.github.io/assets/book_covers/10984768.jpg","links":"book|https://www.goodreads.com/book/show/10984768-tempo","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69b8d458-0e06-430d-8c4d-aa2a2d6428d7","name":"Family Fortunes: How to Build Family Wealth and Hold on to It for 100 Years (Hardcover)","description":"By Bill Bonner","image":"https://learn-awesome.github.io/assets/book_covers/13838416.jpg","links":"book|https://www.goodreads.com/book/show/13838416-family-fortunes","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1280d9b0-aefd-4b18-8a39-5fc51a582cd5","name":"Intuition: Its Powers and Perils (Paperback)","description":"By David G. Myers","image":"https://learn-awesome.github.io/assets/book_covers/72637.jpg","links":"book|https://www.goodreads.com/book/show/72637.Intuition","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b50e2e3-9fb4-4828-9bc6-d9f58b65e468","name":"The Opposable Mind: How Successful Leaders Win Through Integrative Thinking (Hardcover)","description":"By Roger L. Martin","image":"https://learn-awesome.github.io/assets/book_covers/2001132.jpg","links":"book|https://www.goodreads.com/book/show/2001132.The_Opposable_Mind","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ac0f016-fd7e-4b3e-9839-8450f9829800","name":"The Theory That Would Not Die: How Bayes' Rule Cracked the Enigma Code, Hunted Down Russian Submarines, and Emerged Triumphant from Two Centuries of Controversy (Hardcover)","description":"By Sharon Bertsch McGrayne","image":"https://learn-awesome.github.io/assets/book_covers/10672848.jpg","links":"book|https://www.goodreads.com/book/show/10672848-the-theory-that-would-not-die","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18eff26b-abb3-4b3e-b257-b57f26bdd9e5","name":"The Art of Stillness: Adventures in Going Nowhere (Hardcover)","description":"By Pico Iyer","image":"https://learn-awesome.github.io/assets/book_covers/21976060.jpg","links":"book|https://www.goodreads.com/book/show/21976060-the-art-of-stillness","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ba26528-f3f1-44f4-97e8-318537846d1a","name":"Seduced by Logic: Émilie Du Châtelet, Mary Somerville and the Newtonian Revolution (Paperback)","description":"By Robyn Arianrhod","image":"https://learn-awesome.github.io/assets/book_covers/12401911.jpg","links":"book|https://www.goodreads.com/book/show/12401911-seduced-by-logic","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4059c37f-dd01-411a-9ee5-63b3901e23d5","name":"Shortcut: How Analogies Reveal Connections, Spark Innovation, and Sell Our Greatest Ideas (Hardcover)","description":"By John Pollack","image":"https://learn-awesome.github.io/assets/book_covers/21413810.jpg","links":"book|https://www.goodreads.com/book/show/21413810-shortcut","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"431228ff-ee7d-4735-909a-e5b96cd0286a","name":"The Philosophy of Andy Warhol (From A to B and Back Again)","description":"By Andy Warhol","image":"https://learn-awesome.github.io/assets/book_covers/31818.jpg","links":"book|https://www.goodreads.com/book/show/31818.The_Philosophy_of_Andy_Warhol","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f87cedcb-26eb-4c89-bdd2-543ad8f8eadc","name":"Iconoclast: A Neuroscientist Reveals How to Think Differently (Hardcover)","description":"By Gregory Berns","image":"https://learn-awesome.github.io/assets/book_covers/4351499.jpg","links":"book|https://www.goodreads.com/book/show/4351499-iconoclast","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f3c2a9c-812a-4081-a016-edd87a460862","name":"Uncharted: Big Data and an Emerging Science of Human History (Hardcover)","description":"By Erez Aiden","image":"https://learn-awesome.github.io/assets/book_covers/17707749.jpg","links":"book|https://www.goodreads.com/book/show/17707749-uncharted","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"807280c4-3ee2-468c-8545-3515f4169fc7","name":"The Science of Success: How Market-Based Management Built the World's Largest Private Company (Hardcover)","description":"By Charles G. Koch","image":"https://learn-awesome.github.io/assets/book_covers/181205.jpg","links":"book|https://www.goodreads.com/book/show/181205.The_Science_of_Success","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a44b514-461b-42db-916e-c5ccd0a04634","name":"Denial: Why Business Leaders Fail to Look Facts in the Face---and What to Do About It (Hardcover)","description":"By Richard S. Tedlow","image":"https://learn-awesome.github.io/assets/book_covers/7796938.jpg","links":"book|https://www.goodreads.com/book/show/7796938-denial","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b825c68-f736-4048-afcf-21add26c7079","name":"A Few Lessons from Sherlock Holmes","description":"By Peter Bevelin","image":"https://learn-awesome.github.io/assets/book_covers/18471784.jpg","links":"book|https://www.goodreads.com/book/show/18471784-a-few-lessons-from-sherlock-holmes","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a789397e-3849-4fc3-aecd-e78cac6bc2a4","name":"Pandolfini's Ultimate Guide to Chess (Paperback)","description":"By Bruce Pandolfini","image":"https://learn-awesome.github.io/assets/book_covers/360163.jpg","links":"book|https://www.goodreads.com/book/show/360163.Pandolfini_s_Ultimate_Guide_to_Chess","topics":"chess","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0718bf90-2f69-47dd-9b3c-0601f0e910a8","name":"In Praise of Slowness: Challenging the Cult of Speed (Paperback)","description":"By Carl Honoré","image":"https://learn-awesome.github.io/assets/book_covers/26096.jpg","links":"book|https://www.goodreads.com/book/show/26096.In_Praise_of_Slowness","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b4c4b92-31d0-4e0d-8a8d-d67481d72658","name":"Mobs, Messiahs, and Markets: Surviving the Public Spectacle in Finance and Politics (Hardcover)","description":"By William Bonner","image":"https://learn-awesome.github.io/assets/book_covers/779202.jpg","links":"book|https://www.goodreads.com/book/show/779202.Mobs_Messiahs_and_Markets","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb6f9bb8-f654-48d8-a4fa-55868cdf360f","name":"Unsubscribe: How to Kill Email Anxiety, Avoid Distractions, and Get Real Work Done (Paperback)","description":"By Jocelyn K. Glei","image":"https://learn-awesome.github.io/assets/book_covers/29502387.jpg","links":"book|https://www.goodreads.com/book/show/29502387-unsubscribe","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"513cc684-18f5-470f-97c4-a3e34f3c1687","name":"Fluent in 3 Months: How Anyone at Any Age Can Learn to Speak Any Language from Anywhere in the World (Paperback)","description":"By Benny Lewis","image":"https://learn-awesome.github.io/assets/book_covers/18085519.jpg","links":"book|https://www.goodreads.com/book/show/18085519-fluent-in-3-months","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44165e15-f540-4bdf-83e5-f73e80241396","name":"The Decision Checklist: A Practical Guide to Avoiding Problems (Kindle Edition)","description":"By Sam Kyle","image":"https://learn-awesome.github.io/assets/book_covers/40025817.jpg","links":"book|https://www.goodreads.com/book/show/40025817-the-decision-checklist","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9deb6ac5-fb02-424a-ad46-078254942169","name":"Average Is Over: Powering America Beyond the Age of the Great Stagnation","description":"By Tyler Cowen","image":"https://learn-awesome.github.io/assets/book_covers/17674998.jpg","links":"book|https://www.goodreads.com/book/show/17674998-average-is-over","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c67a68e-c27f-4b9d-9e21-8c1e7f0eebfc","name":"How to Live on 24 Hours a Day (Paperback)","description":"By Arnold Bennett","image":"https://learn-awesome.github.io/assets/book_covers/25293554.jpg","links":"book|https://www.goodreads.com/book/show/25293554-how-to-live-on-24-hours-a-day","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0054fd0c-aaa9-4c8e-8b5a-de7a98d8137e","name":"The End of the Suburbs: Where the American Dream Is Moving (Hardcover)","description":"By Leigh Gallagher","image":"https://learn-awesome.github.io/assets/book_covers/15811507.jpg","links":"book|https://www.goodreads.com/book/show/15811507-the-end-of-the-suburbs","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85e5b451-cba1-465b-a792-0104443ce96c","name":"The Company of Strangers: A Natural History of Economic Life (Paperback)","description":"By Paul Seabright","image":"https://learn-awesome.github.io/assets/book_covers/61278.jpg","links":"book|https://www.goodreads.com/book/show/61278.The_Company_of_Strangers","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d261a7e-ed52-4376-934b-35c2f9a0b39a","name":"The End of Absence","description":"By Michael Harris","image":"https://learn-awesome.github.io/assets/book_covers/20821373.jpg","links":"book|https://www.goodreads.com/book/show/20821373-the-end-of-absence","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c9f0ce0-dee5-47fa-92a7-cc8093ac0ca0","name":"The Mathematics of Love: Patterns, Proofs, and the Search for the Ultimate Equation (Hardcover)","description":"By Hannah Fry","image":"https://learn-awesome.github.io/assets/book_covers/23258103.jpg","links":"book|https://www.goodreads.com/book/show/23258103-the-mathematics-of-love","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37e94d4c-ba2b-448d-bd72-5d72539d975d","name":"The Complacent Class: The Self-Defeating Quest for the American Dream (Hardcover)","description":"By Tyler Cowen","image":"https://learn-awesome.github.io/assets/book_covers/29939212.jpg","links":"book|https://www.goodreads.com/book/show/29939212-the-complacent-class","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffb82efb-202a-4981-99a3-0c24b1e6c36f","name":"Getting Ahead: Three Steps to Take Your Career to the Next Level (ebook)","description":"By Joel Garfinkle","image":"https://learn-awesome.github.io/assets/book_covers/12617062.jpg","links":"book|https://www.goodreads.com/book/show/12617062-getting-ahead","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcb39e90-36bb-4ec4-81b9-0b5ef5bf6192","name":"Talk Lean: Shorter Meetings. Quicker Results. Better Relations. (Kindle Edition)","description":"By Alan Palmer","image":"https://learn-awesome.github.io/assets/book_covers/19141302.jpg","links":"book|https://www.goodreads.com/book/show/19141302-talk-lean","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f976ae8d-ef56-4484-8790-fd543f6cd228","name":"Seeing What Others Don't: The Remarkable Ways We Gain Insights (Hardcover)","description":"By Gary Klein","image":"https://learn-awesome.github.io/assets/book_covers/16043549.jpg","links":"book|https://www.goodreads.com/book/show/16043549-seeing-what-others-don-t","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18bad1b3-0735-48a5-8d85-2069be441ece","name":"Get Smarter: Life and Business Lessons (Hardcover)","description":"By Seymour Schulich","image":"https://learn-awesome.github.io/assets/book_covers/1879339.jpg","links":"book|https://www.goodreads.com/book/show/1879339.Get_Smarter","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2473719a-0a9a-449c-aad9-f1f8719f6459","name":"The Uses and Abuses of History (Hardcover)","description":"By Margaret MacMillan","image":"https://learn-awesome.github.io/assets/book_covers/3272163.jpg","links":"book|https://www.goodreads.com/book/show/3272163-the-uses-and-abuses-of-history","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4999806-3a5d-4db3-ad67-94999a9a76fa","name":"Wiser: Getting Beyond Groupthink to Make Groups Smarter (Hardcover)","description":"By Cass R. Sunstein","image":"https://learn-awesome.github.io/assets/book_covers/21413974.jpg","links":"book|https://www.goodreads.com/book/show/21413974-wiser","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d7e1bd8-5adf-4a53-ab61-970c914d38c5","name":"Rapt: Attention and the Focused Life (Hardcover)","description":"By Winifred Gallagher","image":"https://learn-awesome.github.io/assets/book_covers/6262510.jpg","links":"book|https://www.goodreads.com/book/show/6262510-rapt","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b66e1f09-9c4f-4c7d-b733-91a424dd714e","name":"Getting It Done: How to Lead When You’re Not in Charge","description":"By Roger Fisher","image":"https://learn-awesome.github.io/assets/book_covers/313599.jpg","links":"book|https://www.goodreads.com/book/show/313599.Getting_It_Done","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0264193-ef43-4df1-8746-da555d71aeba","name":"Working Together: Why Great Partnerships Succeed (ebook)","description":"By Michael D. Eisner","image":"https://learn-awesome.github.io/assets/book_covers/9488380.jpg","links":"book|https://www.goodreads.com/book/show/9488380-working-together","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33288dbd-8d62-4e36-95d9-9bf7f889a2e1","name":"Bet with the Best 2: Longshots (Hardcover)","description":"By Andrew Beyer","image":"https://learn-awesome.github.io/assets/book_covers/2637799.jpg","links":"book|https://www.goodreads.com/book/show/2637799-bet-with-the-best-2","topics":"horse-racing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"583fa7a3-aa60-4086-82ca-d0312157ef5d","name":"Simpler: The Future of Government (ebook)","description":"By Cass R. Sunstein","image":"https://learn-awesome.github.io/assets/book_covers/16172224.jpg","links":"book|https://www.goodreads.com/book/show/16172224-simpler","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e03c928e-04fd-4c13-b44e-bdd0f184edc5","name":"Mastermind: How to Think Like Sherlock Holmes (Hardcover)","description":"By Maria Konnikova","image":"https://learn-awesome.github.io/assets/book_covers/15805442.jpg","links":"book|https://www.goodreads.com/book/show/15805442-mastermind","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15a711f0-fd32-4651-897c-1e6b470bf5f4","name":"Capitalism, Democracy, and Ralph's Pretty Good Grocery (Hardcover)","description":"By John E. Mueller","image":"https://learn-awesome.github.io/assets/book_covers/1596698.jpg","links":"book|https://www.goodreads.com/book/show/1596698.Capitalism_Democracy_and_Ralph_s_Pretty_Good_Grocery","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc276261-a19a-458e-9325-6b9519e6db16","name":"Mind Gym: Achieve More by Thinking Differently (Hardcover)","description":"By Sebastian Bailey","image":"https://learn-awesome.github.io/assets/book_covers/20262408.jpg","links":"book|https://www.goodreads.com/book/show/20262408-mind-gym","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09f33761-c26d-490e-a79c-c3bae15542ae","name":"The Information Diet: A Case for Conscious Consumption (Hardcover)","description":"By Clay A. Johnson","image":"https://learn-awesome.github.io/assets/book_covers/12799077.jpg","links":"book|https://www.goodreads.com/book/show/12799077-the-information-diet","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c66daf3-c1cb-4ccf-8712-f025bfc7c55f","name":"The Character Gap: How Good Are We? (Hardcover)","description":"By Christian B. Miller","image":"https://learn-awesome.github.io/assets/book_covers/34785410.jpg","links":"book|https://www.goodreads.com/book/show/34785410-the-character-gap","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9f8145a-78a2-48b1-8af8-5f7af2990307","name":"What the Most Successful People Do Before Breakfast: And Two Other Short Guides to Achieving More at Work and at Home (Paperback)","description":"By Laura Vanderkam","image":"https://learn-awesome.github.io/assets/book_covers/17707505.jpg","links":"book|https://www.goodreads.com/book/show/17707505-what-the-most-successful-people-do-before-breakfast","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ff9614a-3c8e-4bd1-83e4-7665a880fc97","name":"Information: A Very Short Introduction (Paperback)","description":"By Luciano Floridi","image":"https://learn-awesome.github.io/assets/book_covers/6695181.jpg","links":"book|https://www.goodreads.com/book/show/6695181-information","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b2c1752-6ada-4752-b5fc-889a6e2c60c1","name":"Overcomplicated: Technology at the Limits of Comprehension (Hardcover)","description":"By Samuel Arbesman","image":"https://learn-awesome.github.io/assets/book_covers/27272504.jpg","links":"book|https://www.goodreads.com/book/show/27272504-overcomplicated","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c455d224-5d26-4866-a56b-6bd0607376b9","name":"Three Squares: The Invention of the American Meal (Hardcover)","description":"By Abigail Carroll","image":"https://learn-awesome.github.io/assets/book_covers/18041877.jpg","links":"book|https://www.goodreads.com/book/show/18041877-three-squares","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a235e742-e3fe-4a2c-a18e-9a311321b8eb","name":"Autopilot: The Art & Science of Doing Nothing (Paperback)","description":"By Andrew Smart","image":"https://learn-awesome.github.io/assets/book_covers/18053732.jpg","links":"book|https://www.goodreads.com/book/show/18053732-autopilot","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66c5646c-f043-4cd8-85cc-873e0138339e","name":"The Secret World of Sleep: the Surprising Science of the Mind at Rest (Hardcover)","description":"By Penelope A. Lewis","image":"https://learn-awesome.github.io/assets/book_covers/16059340.jpg","links":"book|https://www.goodreads.com/book/show/16059340-the-secret-world-of-sleep","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19bdcf86-5104-4e5d-9bad-d04a9f453be0","name":"Once Upon A Number: The Hidden Mathematical Logic Of Stories (Paperback)","description":"By John Allen Paulos","image":"https://learn-awesome.github.io/assets/book_covers/252320.jpg","links":"book|https://www.goodreads.com/book/show/252320.Once_Upon_A_Number","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9f9cdc7-10dc-43f4-a71e-5d44a5e44359","name":"Problem Solved: A Powerful System for Making Complex Decisions with Confidence and Conviction (Paperback)","description":"By Cheryl Strauss Einhorn","image":"https://learn-awesome.github.io/assets/book_covers/32824429.jpg","links":"book|https://www.goodreads.com/book/show/32824429-problem-solved","topics":"decision-making","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce46226e-349b-466f-8fec-81d73325b9ab","name":"The Power of Noticing: What the Best Leaders See (Hardcover)","description":"By Max H. Bazerman","image":"https://learn-awesome.github.io/assets/book_covers/18775293.jpg","links":"book|https://www.goodreads.com/book/show/18775293-the-power-of-noticing","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d3b85c2-92e1-48b3-8eed-714b7885247b","name":"Think: Why You Should Question Everything (Paperback)","description":"By Guy P. Harrison","image":"https://learn-awesome.github.io/assets/book_covers/17345280.jpg","links":"book|https://www.goodreads.com/book/show/17345280-think","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e790bca-33da-4f5b-ae09-194906a9f1d1","name":"George C. Marshall: Rubrics of Leadership (Hardcover)","description":"By Seward W. Husted","image":"https://learn-awesome.github.io/assets/book_covers/1130464.jpg","links":"book|https://www.goodreads.com/book/show/1130464.George_C_Marshall","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41393e2c-649d-44e3-a4dd-0068f8678a85","name":"On Grand Strategy (Hardcover)","description":"By Robert J. Art","image":"https://learn-awesome.github.io/assets/book_covers/3464533.jpg","links":"book|https://www.goodreads.com/book/show/3464533-grand-strategy-for-america-century-foundation-books","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9aa84911-74ef-4404-bcf8-752baa2f6291","name":"The Rise of Andrew Jackson: Myth, Manipulation, and the Making of Modern Politics (Hardcover)","description":"By David S. Heidler","image":"https://learn-awesome.github.io/assets/book_covers/38463769.jpg","links":"book|https://www.goodreads.com/book/show/38463769-the-rise-of-andrew-jackson","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"035f43f6-5d85-4d9a-944d-518a493d082b","name":"The Map and the Territory: Risk, Human Nature, and the Future of Forecasting (Hardcover)","description":"By Alan Greenspan","image":"https://learn-awesome.github.io/assets/book_covers/17707693.jpg","links":"book|https://www.goodreads.com/book/show/17707693-the-map-and-the-territory","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9a7fcee-f6c8-4ce9-978b-30afce589b67","name":"The Domestication of Language: Cultural Evolution and the Uniqueness of the Human Animal (Hardcover)","description":"By Daniel Cloud","image":"https://learn-awesome.github.io/assets/book_covers/22329494.jpg","links":"book|https://www.goodreads.com/book/show/22329494-the-domestication-of-language","topics":"language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f5d144c-1606-468f-b630-f99f0b55faba","name":"Confessions of a Sociopath: A Life Spent Hiding in Plain Sight (Hardcover)","description":"By M.E. Thomas","image":"https://learn-awesome.github.io/assets/book_covers/15841837.jpg","links":"book|https://www.goodreads.com/book/show/15841837-confessions-of-a-sociopath","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0837f2f6-03f7-463d-a038-cceabb3028ef","name":"Insight: How to succeed by seeing yourself clearly (Paperback)","description":"By Tasha Eurich","image":"https://learn-awesome.github.io/assets/book_covers/39291969.jpg","links":"book|https://www.goodreads.com/book/show/39291969-insight","topics":"wish-list","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c900563-4c2c-4395-85e3-ef0dd1fe3e8a","name":"The Harvard Guide to Influential Books: 113 Distinguished Harvard Professors Discuss the Books That Have Helped to Shape Their Thinking (Paperback)","description":"By C. Maury Devine","image":"https://learn-awesome.github.io/assets/book_covers/320476.jpg","links":"book|https://www.goodreads.com/book/show/320476.The_Harvard_Guide_to_Influential_Books","topics":"books-reading","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"824cd332-1f8c-4d43-a4c2-e4f956ca93bf","name":"Mess: One Man's Struggle to Clean Up His House and His Act (Paperback)","description":"By Barry Yourgrau","image":"https://learn-awesome.github.io/assets/book_covers/26530363.jpg","links":"book|https://www.goodreads.com/book/show/26530363-mess","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbc5b1be-796d-46b8-b9de-05edef3e5f73","name":"Elements of Wit: Mastering the Art of Being Interesting (Paperback)","description":"By Benjamin Errett","image":"https://learn-awesome.github.io/assets/book_covers/20893473.jpg","links":"book|https://www.goodreads.com/book/show/20893473-elements-of-wit","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e75ffe9-eb7c-4bc5-a14b-836c08a702ad","name":"Option B: Facing Adversity, Building Resilience, and Finding Joy (Paperback)","description":"By The Summary Guy","image":"https://learn-awesome.github.io/assets/book_covers/35441717.jpg","links":"book|https://www.goodreads.com/book/show/35441717-summary---option-b","topics":"personal-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcd00a9c-53a3-4eb3-a843-d26cd3819f86","name":"Happiness Habits: Instant Happiness In 15 Minutes Or Less! (Kindle Edition)","description":"By Daphna Joffe","image":"https://learn-awesome.github.io/assets/book_covers/17565981.jpg","links":"book|https://www.goodreads.com/book/show/17565981-happiness-habits","topics":"happiness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07389495-d17c-4d30-a208-48fdb2cea810","name":"Built to Last: Successful Habits of Visionary Companies (Hardcover)","description":"By QuickSummary","image":"https://learn-awesome.github.io/assets/book_covers/35839787.jpg","links":"book|https://www.goodreads.com/book/show/35839787-summary---built-to-last","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c17f95c-3008-432d-920b-17a2825ee53f","name":"The Power of Habit: Why We Do What We Do in Life and Business (Hardcover)","description":"By Rapid-Summary","image":"https://learn-awesome.github.io/assets/book_covers/38449884.jpg","links":"book|https://www.goodreads.com/book/show/38449884-summary-the-power-of-habit","topics":"new-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30af8453-afed-4b7e-9e3c-af1f2edd2b1e","name":"Drive: The Surprising Truth About What Motivates Us (Hardcover)","description":"By Rapid-Summary","image":"https://learn-awesome.github.io/assets/book_covers/40023262.jpg","links":"book|https://www.goodreads.com/book/show/40023262-summary-drive","topics":"motivation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18b5fb6e-9345-4b78-96b3-6016a97e6ca1","name":"Essentialism: The Disciplined Pursuit of Less (Hardcover)","description":"By Instant-Summary","image":"https://learn-awesome.github.io/assets/book_covers/37902270.jpg","links":"book|https://www.goodreads.com/book/show/37902270-summary---essentialism","topics":"minimalism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c80ae24f-8907-4bc8-90b9-add8137000c7","name":"The Gene: An Intimate History (Hardcover)","description":"By The Summary Guy","image":"https://learn-awesome.github.io/assets/book_covers/35064636.jpg","links":"book|https://www.goodreads.com/book/show/35064636-summary---the-gene","topics":"biology;genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"831de16b-9f2c-43a5-aa65-557a02fdd00c","name":"Ego is the Enemy : The Fight to Master our Greatest Opponent (Kindle Edition)","description":"By Penguins","image":"https://learn-awesome.github.io/assets/book_covers/43170452.jpg","links":"book|https://www.goodreads.com/book/show/43170452-ego-is-the-enemy","topics":"philosophy-self-help","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6f92bec-4fe8-4571-88e9-ad06cdb999ad","name":"The Tipping Point: How Little Things Can Make a Big Difference (Paperback)","description":"By Sir Summary","image":"https://learn-awesome.github.io/assets/book_covers/31682699.jpg","links":"book|https://www.goodreads.com/book/show/31682699-summary---the-tipping-point","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4388cdc3-3103-4831-9574-c849709f8bc4","name":"Hold Me Tight: Seven Conversations for a Lifetime of Love (Hardcover)","description":"By Dr Sue Johnson","image":"https://learn-awesome.github.io/assets/book_covers/45318915.jpg","links":"book|https://www.goodreads.com/book/show/45318915-sue-johnson-collection-3-books-set","topics":"love","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51e08cb1-9831-4c8c-b849-0458498abcaf","name":"How to Win Friends and Influence People (Paperback)","description":"By Dale Camegie","image":"https://learn-awesome.github.io/assets/book_covers/44806093.jpg","links":"book|https://www.goodreads.com/book/show/44806093-how-to-win-friends-influence-people-paperback-jan-01-2012-nill","topics":"personal-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3ef19b9-992d-4fed-b6e2-fbd49141a824","name":"Bilingual Project Learning in a Singapore Preschool: A Guide for Parents & Educators","description":"By Charmaine Teo","image":"https://learn-awesome.github.io/assets/book_covers/39863956.jpg","links":"book|https://www.goodreads.com/book/show/39863956-bilingual-project-learning-in-a-singapore-preschool","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75bdca05-3d7b-4ba8-8d4f-e73e7842f391","name":"The Road to Character (Hardcover)","description":"By David Brooks","image":"https://learn-awesome.github.io/assets/book_covers/45701614.jpg","links":"book|https://www.goodreads.com/book/show/45701614-david-brooks-2-books-collection-set","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6513f354-ef08-439c-b785-22c4f4c675ef","name":"How to Measure Anything: Finding the Value of \\"Intangibles\\" in Business (Hardcover)","description":"By Douglas W. Hubbard","image":"https://learn-awesome.github.io/assets/book_covers/444653.jpg","links":"book|https://www.goodreads.com/book/show/444653.How_to_Measure_Anything","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e37fd206-be5c-4b8f-8e03-45f3372b6556","name":"The Republic (Paperback)","description":"By Christine Barbour","image":null,"links":"book|https://www.goodreads.com/book/show/15384895-keeping-the-republic-paperback-custom-publication","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51b18381-869b-41c5-9689-ab8d2e4b2c52","name":"City of God (Paperback)","description":"By David Sheppard","image":"https://learn-awesome.github.io/assets/book_covers/40021143.jpg","links":"book|https://www.goodreads.com/book/show/40021143-built-as-a-city","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20e96a1e-57c1-45fe-ab15-4f03d20a06ea","name":"Being and Nothingness (Paperback)","description":"By Jean-Paul Sartre","image":"https://learn-awesome.github.io/assets/book_covers/45658110.jpg","links":"book|https://www.goodreads.com/book/show/45658110-being-and-nothingness","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a162e9b-6749-43a1-bf48-e20e9273385a","name":"Pre-Suasion: A Revolutionary Way to Influence and Persuade (Hardcover)","description":"By The Summary Guy","image":"https://learn-awesome.github.io/assets/book_covers/35492269.jpg","links":"book|https://www.goodreads.com/book/show/35492269-summary---pre-suasion","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"356d451f-de32-4c86-8fc9-ef4ee9e018d2","name":"Crime and Punishment (Paperback)","description":"By Tuo Si Tuo Ye Fu Si Ji","image":"https://learn-awesome.github.io/assets/book_covers/43393382.jpg","links":"book|https://www.goodreads.com/book/show/43393382-crime-and-punishment-paperback","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"181e92cd-3730-48cc-89a6-06165dd3ce77","name":"Shoe Dog: A Memoir by the Creator of NIKE (Hardcover)","description":"By Ez-Summary","image":"https://learn-awesome.github.io/assets/book_covers/34643296.jpg","links":"book|https://www.goodreads.com/book/show/34643296-summary---shoe-dog","topics":"business;biographies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49f41335-6199-4d18-bc08-3e759ad6b335","name":"The Undoing Project: A Friendship That Changed Our Minds (Paperback)","description":"By QuickSummary","image":"https://learn-awesome.github.io/assets/book_covers/35391495.jpg","links":"book|https://www.goodreads.com/book/show/35391495-summary---the-undoing-project","topics":"relationships","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cff75738-cb8b-4ea8-93bf-9f82e1eb2ad6","name":"The Rules of Victory: Strategies from \\"The Art of War\\" for Mastering Chaos and Conflict (Hardcover)","description":"By James Gimian","image":"https://learn-awesome.github.io/assets/book_covers/802235._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/802235.The_Rules_of_Victory","topics":"default","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89743539-3107-4dba-80a8-4e6e84b62063","name":"The Vignelli Canon","description":"By Massimo Vignelli","image":"https://learn-awesome.github.io/assets/book_covers/9180968.jpg","links":"book|https://www.goodreads.com/book/show/9180968-the-vignelli-canon","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad85ca91-3b94-4fb4-84f9-4ac990a7f737","name":"The Visual Display of Quantitative Information","description":"By Edward R. Tufte","image":"https://learn-awesome.github.io/assets/book_covers/17744.jpg","links":"book|https://www.goodreads.com/book/show/17744.The_Visual_Display_of_Quantitative_Information","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b390a6c8-0214-47c8-867d-71a5020db27f","name":"Politics and the English Language","description":"By George Orwell","image":"https://learn-awesome.github.io/assets/book_covers/6324725.jpg","links":"book|https://www.goodreads.com/book/show/6324725-politics-and-the-english-language","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3849a0d-b527-4bcc-914d-0f69d6b022f6","name":"Chicago Manual of Style","description":"By University of Chicago Press","image":"https://learn-awesome.github.io/assets/book_covers/103362.jpg","links":"book|https://www.goodreads.com/book/show/103362.The_Chicago_Manual_of_Style","topics":"reference","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81c5055c-4caf-4f70-9414-6929d89de2e6","name":"Don’t Make Me Think","description":"By Steve Krug","image":"https://learn-awesome.github.io/assets/book_covers/18197267.jpg","links":"book|https://www.goodreads.com/book/show/18197267-don-t-make-me-think-revisited","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a0fd8a4-538c-4553-a74c-5c7ae2c84de0","name":"The Elements of Typographic Style","description":"By Robert Bringhurst","image":"https://learn-awesome.github.io/assets/book_covers/44735.jpg","links":"book|https://www.goodreads.com/book/show/44735.The_Elements_of_Typographic_Style","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec9c9c41-2ba3-4ecd-bd84-85b35aac430c","name":"User Story Mapping by Jeff Patton","description":"By Jeff Patton","image":"https://learn-awesome.github.io/assets/book_covers/22221112.jpg","links":"book|https://www.goodreads.com/book/show/22221112-user-story-mapping","topics":"agile","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edb38458-c42c-4970-9cfc-b8a8a85a7a9d","name":"The Elements of Style","description":"By William Strunk Jr.","image":"https://learn-awesome.github.io/assets/book_covers/33514.jpg","links":"book|https://www.goodreads.com/book/show/33514.The_Elements_of_Style","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1239c90e-7826-4000-a3aa-68ac56074ef1","name":"Logo Design Love","description":"By David Airey","image":"https://learn-awesome.github.io/assets/book_covers/6728983.jpg","links":"book|https://www.goodreads.com/book/show/6728983-logo-design-love","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ceb46eb-56bb-4b6d-abde-1037da41f790","name":"A Type Primer","description":"By John Kane","image":"https://learn-awesome.github.io/assets/book_covers/1301883.jpg","links":"book|https://www.goodreads.com/book/show/1301883.A_Type_Primer","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d8997d6-c346-4df8-ac12-79735e2ddac5","name":"Nicely Said: Writing for the Web with Style and Purpose","description":"By Nicole Fenton","image":"https://learn-awesome.github.io/assets/book_covers/18847936.jpg","links":"book|https://www.goodreads.com/book/show/18847936-nicely-said","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d3a0c70-08b1-440c-b4a9-6e8cbcc45097","name":"Designing Brand Identity","description":"By Alina Wheeler","image":"https://learn-awesome.github.io/assets/book_covers/6369945.jpg","links":"book|https://www.goodreads.com/book/show/6369945-designing-brand-identity","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55ac644e-6c61-42d5-bfd8-1514b0e759ed","name":"Rocket Surgery Made Easy","description":"By Steve Krug","image":"https://learn-awesome.github.io/assets/book_covers/6658783.jpg","links":"book|https://www.goodreads.com/book/show/6658783-rocket-surgery-made-easy","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4736b5d-b60b-428b-b5df-d5b932821001","name":"Thinking With Type","description":"By Ellen Lupton","image":"https://learn-awesome.github.io/assets/book_covers/69736.jpg","links":"book|https://www.goodreads.com/book/show/69736.Thinking_with_Type","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"930f2a23-9bce-46cb-aef3-f6198fdc0a0c","name":"The Hero and the Outlaw: Building Extraordinary Brands Through the Power of Archetypes","description":"By Margaret Mark","image":"https://learn-awesome.github.io/assets/book_covers/357638.jpg","links":"book|https://www.goodreads.com/book/show/357638.The_Hero_and_the_Outlaw","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78eab228-82a8-4253-9f48-2c4cfd9ebfe6","name":"Josef Albers Interaction of Color","description":"By Josef Albers","image":"https://learn-awesome.github.io/assets/book_covers/111113.jpg","links":"book|https://www.goodreads.com/book/show/111113.Interaction_of_Color","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0d605d1-45c5-404c-b65d-4d2f47aa0ce4","name":"About Face 3: The Essentials of Interaction Design","description":"By Alan Cooper","image":"https://learn-awesome.github.io/assets/book_covers/289062.jpg","links":"book|https://www.goodreads.com/book/show/289062.About_Face_3","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c8fe611-2b95-49c9-bac0-4bfba2fc2d67","name":"Sorting Things Out: Classification and Its Consequences","description":"By Geoffrey C. Bowker","image":"https://learn-awesome.github.io/assets/book_covers/169699.jpg","links":"book|https://www.goodreads.com/book/show/169699.Sorting_Things_Out","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b9319f6-91e1-4d6c-83e8-b7c04c97925f","name":"Smarter Than You Think: How Technology is Changing Our Minds for the Better","description":"By Clive Thompson","image":"https://learn-awesome.github.io/assets/book_covers/17707600.jpg","links":"book|https://www.goodreads.com/book/show/17707600-smarter-than-you-think","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1701485-20a3-4aee-878e-8c03558fc13f","name":"Radical Candor: Be a Kick-Ass Boss Without Losing Your Humanity","description":"By BookHabits","image":"https://learn-awesome.github.io/assets/book_covers/40683671.jpg","links":"book|https://www.goodreads.com/book/show/40683671-summary-of-radical-candor","topics":"hr","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"480a728e-2fa2-403f-8e66-1de6b4e37414","name":"The Tao of User Experience","description":"By Robert Hoekman Jr.","image":"https://learn-awesome.github.io/assets/book_covers/21562735.jpg","links":"book|https://www.goodreads.com/book/show/21562735-the-tao-of-user-experience","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"353cd509-7a0f-485e-a3bf-418a7e3b84fd","name":"Sunday Sketching","description":"By Christoph Niemann","image":"https://learn-awesome.github.io/assets/book_covers/28818322.jpg","links":"book|https://www.goodreads.com/book/show/28818322-sunday-sketching","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a8416cd-1e22-4500-8730-efbfa37653ad","name":"A5/05: Lufthansa and Graphic Design: Visual History of an...","description":"By Jens Müller","image":"https://learn-awesome.github.io/assets/book_covers/11860352.jpg","links":"book|https://www.goodreads.com/book/show/11860352-a5-05","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abf9eea5-b686-413e-8d82-b98c39fb6fe9","name":"Ronan and Erwan Bouroullec","description":"By Ronan Bouroullec","image":"https://learn-awesome.github.io/assets/book_covers/13528568.jpg","links":"book|https://www.goodreads.com/book/show/13528568-ronan-and-erwan-bouroullec","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ee44806-b5b4-4785-9d31-c3586f6e9b25","name":"The Graphic Artist and His Design Problems","description":"By Josef Müller-Brockmann","image":"https://learn-awesome.github.io/assets/book_covers/1832852.jpg","links":"book|https://www.goodreads.com/book/show/1832852.The_Graphic_Artist_and_His_Design_Problems","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91a34459-edea-42de-8b63-4c5e90637324","name":"Think First: My No-Nonsense Approach to Creating Successf...","description":"By Joe Natoli","image":"https://learn-awesome.github.io/assets/book_covers/26369542.jpg","links":"book|https://www.goodreads.com/book/show/26369542-think-first","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a964460e-1b2f-4306-9c76-729ad58f6dd4","name":"Tokujin Yoshioka","description":"By Tokujin Yoshioka","image":"https://learn-awesome.github.io/assets/book_covers/8558977.jpg","links":"book|https://www.goodreads.com/book/show/8558977-tokujin-yoshioka","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59765c1c-2b7d-47ea-b782-51dd8c3200c9","name":"Design Is a Job","description":"By Mike Monteiro","image":"https://learn-awesome.github.io/assets/book_covers/13574985.jpg","links":"book|https://www.goodreads.com/book/show/13574985-design-is-a-job","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b8d67b7-862e-4126-9874-c040eee4e0a8","name":"Quantifying the User Experience: Practical Statistics for...","description":"By Jeff Sauro","image":"https://learn-awesome.github.io/assets/book_covers/13515351.jpg","links":"book|https://www.goodreads.com/book/show/13515351-quantifying-the-user-experience","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e3581a9-0641-4831-9734-4469f3864962","name":"Universal Methods of Design: 100 Ways to Research Complex...","description":"By Bella Martin","image":"https://learn-awesome.github.io/assets/book_covers/11698359.jpg","links":"book|https://www.goodreads.com/book/show/11698359-universal-methods-of-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2227867-df29-4700-b69c-2f497ba239a8","name":"Sprint: How to Solve Big Problems and Test New Ideas in J...","description":"By Jake Knapp","image":"https://learn-awesome.github.io/assets/book_covers/25814544.jpg","links":"book|https://www.goodreads.com/book/show/25814544-sprint","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8419bfaa-98ab-4d23-ade8-39df1b531d86","name":"Envisioning Information ","description":"By Edward R. Tufte","image":"https://learn-awesome.github.io/assets/book_covers/17745.jpg","links":"book|https://www.goodreads.com/book/show/17745.Envisioning_Information","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"823ad65a-3f70-4fbf-baee-d24bd3d244b4","name":"See What I Mean: How to Use Comics to Communicate Ideas","description":"By Kevin Cheng","image":"https://learn-awesome.github.io/assets/book_covers/16257009.jpg","links":"book|https://www.goodreads.com/book/show/16257009-see-what-i-mean","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5895c3a2-b050-4915-b578-cc8171c2e24c","name":"The User Experience Team of One: A Research and Design Su...","description":"By Leah Buley","image":"https://learn-awesome.github.io/assets/book_covers/18177290.jpg","links":"book|https://www.goodreads.com/book/show/18177290-the-user-experience-team-of-one","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8e41069-8019-4c00-b50e-ce779c4021ae","name":"The Elements of Color: A Treatise on the Color System of ...","description":"By Johannes Itten","image":"https://learn-awesome.github.io/assets/book_covers/967309.jpg","links":"book|https://www.goodreads.com/book/show/967309.The_Elements_of_Color","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6a35cdb-75af-4231-9f78-9428f573b0fd","name":"Information is Beautiful","description":"By David McCandless","image":"https://learn-awesome.github.io/assets/book_covers/7249817.jpg","links":"book|https://www.goodreads.com/book/show/7249817-information-is-beautiful","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3493e2a-314f-4af0-bc9b-1d48a765efc9","name":"Designing for the Digital Age","description":"By Kim Goodwin","image":"https://learn-awesome.github.io/assets/book_covers/3880458.jpg","links":"book|https://www.goodreads.com/book/show/3880458-designing-for-the-digital-age","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15f58278-6f45-4f30-a074-59b55a22e4f2","name":"Interviewing Users: How to Uncover Compelling Insights","description":"By Steve Portigal","image":"https://learn-awesome.github.io/assets/book_covers/17869520.jpg","links":"book|https://www.goodreads.com/book/show/17869520-interviewing-users","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"522bbbb6-31ba-4fcd-b97e-38629219a16f","name":"Universal Principles of Design, Revised and Updated: 125 ...","description":"By William Lidwell","image":"https://learn-awesome.github.io/assets/book_covers/6568321.jpg","links":"book|https://www.goodreads.com/book/show/6568321-universal-principles-of-design-revised-and-updated","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d235b81a-1860-4aaa-be3b-0a9e81ec2837","name":"Just Enough Research","description":"By Erika Hall","image":"https://learn-awesome.github.io/assets/book_covers/17236175.jpg","links":"book|https://www.goodreads.com/book/show/17236175-just-enough-research","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe9a9251-2e67-470d-8077-03a56a8eac34","name":"The Design Studio Method","description":"By Brian K Sullivan","image":"https://learn-awesome.github.io/assets/book_covers/25923451.jpg","links":"book|https://www.goodreads.com/book/show/25923451-the-design-studio-method","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9565ec78-7321-464f-8db9-b3b9b61e5782","name":"Elements of Design: Rowena Reed Kostellow and the Structu...","description":"By Gail G. Hannah","image":"https://learn-awesome.github.io/assets/book_covers/1442480.jpg","links":"book|https://www.goodreads.com/book/show/1442480.Elements_of_Design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9afb3f12-ccad-4079-a60c-cc375ffb9a57","name":"Digital Ground: Architecture, Pervasive Computing, and En...","description":"By Malcolm McCullough","image":"https://learn-awesome.github.io/assets/book_covers/600950.jpg","links":"book|https://www.goodreads.com/book/show/600950.Digital_Ground","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7571b25d-90d8-4ca3-823b-10a186452cd8","name":"Smashing UX Design: Foundations for Designing Online User...","description":"By Jesmond Allen","image":"https://learn-awesome.github.io/assets/book_covers/8675550.jpg","links":"book|https://www.goodreads.com/book/show/8675550-smashing-ux-design","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"807f8a4e-fa5c-4e3c-8e3f-ad2283d9de79","name":"The Art of Looking Sideways","description":"By Alan Fletcher","image":"https://learn-awesome.github.io/assets/book_covers/15778.jpg","links":"book|https://www.goodreads.com/book/show/15778.The_Art_of_Looking_Sideways","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2269e571-e54d-4d00-84ad-e3e7164114f1","name":"Designing Together: The collaboration and conflict manage...","description":"By Dan M. Brown","image":"https://learn-awesome.github.io/assets/book_covers/17986275.jpg","links":"book|https://www.goodreads.com/book/show/17986275-designing-together","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c465aea-cafb-4ce4-9658-617efbe10206","name":"Paul Rand: Conversations with Students","description":"By Michael Kroeger","image":"https://learn-awesome.github.io/assets/book_covers/2228978.jpg","links":"book|https://www.goodreads.com/book/show/2228978.Paul_Rand","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26a8fb38-0d1e-4f99-bf9b-9cdb00f1067c","name":"Seductive Interaction Design: Creating Playful, Fun, and ...","description":"By Stephen P. Anderson","image":"https://learn-awesome.github.io/assets/book_covers/9967766.jpg","links":"book|https://www.goodreads.com/book/show/9967766-seductive-interaction-design","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58db6e3b-7936-4a23-b8e1-01977a509b90","name":"The Monocle Guide to Better Living","description":"By Monocle","image":"https://learn-awesome.github.io/assets/book_covers/17951718.jpg","links":"book|https://www.goodreads.com/book/show/17951718-the-monocle-guide-to-better-living","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc071c53-9f41-4657-96ce-614469ad4bf5","name":"100 Things Every Designer Needs to Know About People","description":"By Susan M. Weinschenk","image":"https://learn-awesome.github.io/assets/book_covers/10778139.jpg","links":"book|https://www.goodreads.com/book/show/10778139-100-things-every-designer-needs-to-know-about-people","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"312c06f2-0702-4bfe-95f9-38abebc1921a","name":"Atomic Design","description":"By Brad Frost","image":"https://learn-awesome.github.io/assets/book_covers/29567165.jpg","links":"book|https://www.goodreads.com/book/show/29567165-atomic-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6917b630-2354-4b61-a3d7-ce39b4d1a2b8","name":"Thoughts on Design","description":"By Paul Rand","image":"https://learn-awesome.github.io/assets/book_covers/2888995.jpg","links":"book|https://www.goodreads.com/book/show/2888995-thoughts-on-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"989f2338-649a-46e4-b665-54b8deb355cb","name":"The Icon Handbook","description":"By John Hicks","image":"https://learn-awesome.github.io/assets/book_covers/13324433.jpg","links":"book|https://www.goodreads.com/book/show/13324433-the-icon-handbook","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60c88d01-7aa7-489d-9d2f-ec18e469db5c","name":"Set Phasers on Stun: And Other True Tales of Design, Tech...","description":"By S.M. Casey","image":"https://learn-awesome.github.io/assets/book_covers/1066702.jpg","links":"book|https://www.goodreads.com/book/show/1066702.Set_Phasers_on_Stun","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62063da6-d51f-485d-9412-a675f482c4cc","name":"Measuring the User Experience, Second Edition: Collecting...","description":"By Thomas Tullis","image":"https://learn-awesome.github.io/assets/book_covers/3041729.jpg","links":"book|https://www.goodreads.com/book/show/3041729-measuring-the-user-experience","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6544665-4ca7-4479-96d4-bbbb396dece9","name":"Articulating Design Decisions: Communicate with Stakehold...","description":"By Tom Greever","image":"https://learn-awesome.github.io/assets/book_covers/25520974.jpg","links":"book|https://www.goodreads.com/book/show/25520974-articulating-design-decisions","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"070a2c64-5189-4e37-8286-aa45c56affc3","name":"Simple and Usable Web, Mobile, and Interaction Design","description":"By Giles Colborne","image":"https://learn-awesome.github.io/assets/book_covers/8881346.jpg","links":"book|https://www.goodreads.com/book/show/8881346-simple-and-usable-web-mobile-and-interaction-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42eaf010-94ee-4abf-8d9d-a14764e72879","name":"Where the Action Is: The Foundations of Embodied Interaction","description":"By Paul Dourish","image":"https://learn-awesome.github.io/assets/book_covers/593335.jpg","links":"book|https://www.goodreads.com/book/show/593335.Where_the_Action_Is","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d22ca69a-1891-4510-bc92-8a9afba6e186","name":"Client Centric Web Design","description":"By Paul Boag","image":null,"links":"book|https://www.goodreads.com/book/show/15767361-client-centric-web-design","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1eac3cd7-e352-4ac1-8273-1da64c464f10","name":"When Search Meets Web Usability","description":"By Shari Thurow","image":"https://learn-awesome.github.io/assets/book_covers/6355178.jpg","links":"book|https://www.goodreads.com/book/show/6355178-when-search-meets-web-usability","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f814803c-8d99-4eeb-a2b4-74bbde69ece9","name":"Web Form Design: Filling in the Blanks","description":"By Luke Wroblewski","image":"https://learn-awesome.github.io/assets/book_covers/3296910.jpg","links":"book|https://www.goodreads.com/book/show/3296910-web-form-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3890625f-1a54-455a-be33-ac8b540a05a2","name":"Content Strategy for Mobile","description":"By Karen McGrane","image":"https://learn-awesome.github.io/assets/book_covers/16130826.jpg","links":"book|https://www.goodreads.com/book/show/16130826-content-strategy-for-mobile","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59d48122-3b6f-4dec-95fd-8879dfe08062","name":"Pervasive Information Architecture: Designing Cross-Chann...","description":"By Andrea Resmini","image":"https://learn-awesome.github.io/assets/book_covers/10111448.jpg","links":"book|https://www.goodreads.com/book/show/10111448-pervasive-information-architecture","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9300da4b-9cd4-4c14-a177-b20bcfb80b1c","name":"Service Design: From Insight to Implementation","description":"By Andy Polaine","image":"https://learn-awesome.github.io/assets/book_covers/19904558.jpg","links":"book|https://www.goodreads.com/book/show/19904558-service-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4473aaec-5751-4cbb-b371-1db057501600","name":"The Best Interface Is No Interface","description":"By Golden Krishna","image":"https://learn-awesome.github.io/assets/book_covers/22758923.jpg","links":"book|https://www.goodreads.com/book/show/22758923-the-best-interface-is-no-interface","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"344d449d-0754-4a27-bf32-a99961a274b2","name":"Smart Things","description":"By Chip Gaines","image":"https://learn-awesome.github.io/assets/book_covers/34460629.jpg","links":"book|https://www.goodreads.com/book/show/34460629-capital-gaines","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5efbb8ef-26be-4ea2-b064-28fa6377e170","name":"Undercover User Experience Design","description":"By Cennydd Bowles","image":"https://learn-awesome.github.io/assets/book_covers/9039673.jpg","links":"book|https://www.goodreads.com/book/show/9039673-undercover-user-experience-design","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df6d8800-fb87-4097-a7d5-09890e1998ff","name":"This is Service Design Thinking: Basics, Tools, Cases","description":"By Marc Stickdorn","image":"https://learn-awesome.github.io/assets/book_covers/9840969.jpg","links":"book|https://www.goodreads.com/book/show/9840969-this-is-service-design-thinking","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8451623-3881-4d8e-92dd-1263a6403095","name":"Designing the Obvious: A Common Sense Approach to Web & M...","description":"By Robert Hoekman Jr.","image":"https://learn-awesome.github.io/assets/book_covers/258477.jpg","links":"book|https://www.goodreads.com/book/show/258477.Designing_the_Obvious","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b985d27c-1dc1-4cb4-8194-5e871811e054","name":"The Humane Interface: New Directions for Designing Interactive Systems","description":"By Jef Raskin","image":"https://learn-awesome.github.io/assets/book_covers/344726.jpg","links":"book|https://www.goodreads.com/book/show/344726.The_Humane_Interface","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73930d5b-e62e-49e8-b763-27d5a35b451f","name":"100 Years of Swiss Graphic Design","description":"By Christian Brandle","image":"https://learn-awesome.github.io/assets/book_covers/17951405.jpg","links":"book|https://www.goodreads.com/book/show/17951405-100-years-of-swiss-graphic-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"938c971c-ca17-4718-8900-9c9c69ae0b6f","name":"The Joy of UX: User Experience and Interactive Design for...","description":"By David Platt","image":"https://learn-awesome.github.io/assets/book_covers/26261018.jpg","links":"book|https://www.goodreads.com/book/show/26261018-the-joy-of-ux","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5b262b9-9d22-4587-b889-012e3539fb3a","name":"Agile Experience Design: A Digital Designer's Guide to Ag...","description":"By Lindsay Ratcliffe","image":"https://learn-awesome.github.io/assets/book_covers/13192061.jpg","links":"book|https://www.goodreads.com/book/show/13192061-agile-experience-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8358fe73-cb19-467a-88fd-67f1087b3298","name":"Designing for Emotion","description":"By Aarron Walter","image":"https://learn-awesome.github.io/assets/book_covers/12910715.jpg","links":"book|https://www.goodreads.com/book/show/12910715-designing-for-emotion","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e3f8d1a-605d-46f6-9a63-f3a21745f3b0","name":"Information Dashboard Design: Displaying Data for At-a-Gl...","description":"By Stephen Few","image":"https://learn-awesome.github.io/assets/book_covers/17885844.jpg","links":"book|https://www.goodreads.com/book/show/17885844-information-dashboard-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07c67572-868f-4524-b37b-72ba8db01d7a","name":"Understanding Comics","description":"By Scott McCloud","image":"https://learn-awesome.github.io/assets/book_covers/102920.jpg","links":"book|https://www.goodreads.com/book/show/102920.Understanding_Comics","topics":"comics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3e54266-3a53-4835-ba16-551bd77528df","name":"The Elements of User Experience: User-Centered Design for...","description":"By Jesse James Garrett","image":"https://learn-awesome.github.io/assets/book_covers/1867.jpg","links":"book|https://www.goodreads.com/book/show/1867.The_Elements_of_User_Experience","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"560a89df-1526-498e-9391-7faa90fec9fd","name":"Lean UX: Applying Lean Principles to Improve User Experience","description":"By Jeff Gothelf","image":"https://learn-awesome.github.io/assets/book_covers/13436116.jpg","links":"book|https://www.goodreads.com/book/show/13436116-lean-ux","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c56f3e82-4b91-4da0-adf4-18d20bb4e5b7","name":"Observing the User Experience: A Practitioner's Guide to ...","description":"By Mike Kuniavsky","image":"https://learn-awesome.github.io/assets/book_covers/1868.jpg","links":"book|https://www.goodreads.com/book/show/1868.Observing_the_User_Experience","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40c0b6a4-a6e2-48ba-a53b-cf70bcaaf3a6","name":"Information Architecture: Blueprints for the Web","description":"By Christina Wodtke","image":"https://learn-awesome.github.io/assets/book_covers/224130.jpg","links":"book|https://www.goodreads.com/book/show/224130.Information_Architecture","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7638a7e-bfad-458a-8fab-f6ad99c74e36","name":"Designing Interactions","description":"By Bill Moggridge","image":"https://learn-awesome.github.io/assets/book_covers/258476.jpg","links":"book|https://www.goodreads.com/book/show/258476.Designing_Interactions_With_CDROM_","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03754638-0916-4783-b68d-ffa2cd0d94cf","name":"Information Anxiety 2","description":"By Richard Saul Wurman","image":"https://learn-awesome.github.io/assets/book_covers/259121.jpg","links":"book|https://www.goodreads.com/book/show/259121.Information_Anxiety_2","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c0e7cc1-1906-4466-b84e-fff50c9e3eea","name":"Mobile First","description":"By Luke Wroblewski","image":"https://learn-awesome.github.io/assets/book_covers/12910749.jpg","links":"book|https://www.goodreads.com/book/show/12910749-mobile-first","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1827b1d-5a0e-49e5-86bc-854a043fb7e7","name":"The Inmates Are Running the Asylum","description":"By Alan Cooper","image":"https://learn-awesome.github.io/assets/book_covers/44098.jpg","links":"book|https://www.goodreads.com/book/show/44098.The_Inmates_Are_Running_the_Asylum","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e77ea745-4ff0-42c6-bb71-56e2e7c13ada","name":"Card Sorting","description":"By Donna Spencer","image":"https://learn-awesome.github.io/assets/book_covers/6429860.jpg","links":"book|https://www.goodreads.com/book/show/6429860-card-sorting","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b3216ca-0470-4040-826f-878ed012d4aa","name":"UX Strategy: How to Devise Innovative Digital Products th...","description":"By Jaime Levy","image":"https://learn-awesome.github.io/assets/book_covers/24346911.jpg","links":"book|https://www.goodreads.com/book/show/24346911-ux-strategy","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"323d5ced-2038-4ac8-acff-c9157252d9f2","name":"Emotional Design: Why We Love (or Hate) Everyday Things","description":"By Donald A. Norman","image":"https://learn-awesome.github.io/assets/book_covers/841.jpg","links":"book|https://www.goodreads.com/book/show/841.Emotional_Design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b01cc069-184d-4b87-a245-2320e994a1e9","name":"The UX Book: Process and Guidelines for Ensuring a Qualit...","description":"By Rex Hartson","image":"https://learn-awesome.github.io/assets/book_covers/13515356.jpg","links":"book|https://www.goodreads.com/book/show/13515356-the-ux-book","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"efa0f96c-c8ee-4ed5-9b29-8551fd4c18bf","name":"Handbook of Usability Testing: How to Plan, Design, and C...","description":"By Jeffrey Rubin","image":"https://learn-awesome.github.io/assets/book_covers/992311.jpg","links":"book|https://www.goodreads.com/book/show/992311.Handbook_of_Usability_Testing","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d39bea6b-4fd8-4171-922a-c2df38be60ea","name":"Designing for Interaction: Creating Innovative Applicatio...","description":"By Dan Saffer","image":"https://learn-awesome.github.io/assets/book_covers/1854.jpg","links":"book|https://www.goodreads.com/book/show/1854.Designing_for_Interaction","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94e365a1-f770-4aaa-abd5-dcedb6a8e08f","name":"Designing for the Social Web","description":"By Joshua Porter","image":"https://learn-awesome.github.io/assets/book_covers/2497816.jpg","links":"book|https://www.goodreads.com/book/show/2497816.Designing_for_the_Social_Web","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae5c2abc-1ffc-44e8-b3b4-153e95bd5765","name":"Change by Design","description":"By Tim Brown","image":"https://learn-awesome.github.io/assets/book_covers/6671664.jpg","links":"book|https://www.goodreads.com/book/show/6671664-change-by-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f274ad99-1b5a-41d9-afc7-397cfddd60a1","name":"Computers as Theatre","description":"By Brenda Laurel","image":"https://learn-awesome.github.io/assets/book_covers/239018.jpg","links":"book|https://www.goodreads.com/book/show/239018.Computers_as_Theatre","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19620f34-32cd-4e10-8a2f-7861c7296d12","name":"Point and Line to Plane (Dover Fine Art, History of Art)","description":"By Wassily Kandinsky","image":"https://learn-awesome.github.io/assets/book_covers/19032032.jpg","links":"book|https://www.goodreads.com/book/show/19032032-point-and-line-to-plane","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7dfae470-633a-4336-ba81-d92ded342696","name":"Usability Engineering","description":"By Jakob Nielsen","image":"https://learn-awesome.github.io/assets/book_covers/22147.jpg","links":"book|https://www.goodreads.com/book/show/22147.Usability_Engineering","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55a50da5-424f-417c-a1e9-05d0bd8046f6","name":"Visualization Analysis and Design","description":"By Tamara Munzner","image":"https://learn-awesome.github.io/assets/book_covers/24865145.jpg","links":"book|https://www.goodreads.com/book/show/24865145-visualization-analysis-and-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0b9aa61-f501-4da2-b08c-15632b15a051","name":"Communicating Design: Developing Web Site Documentation for Design and Planning","description":"By Dan M. Brown","image":"https://learn-awesome.github.io/assets/book_covers/56837.jpg","links":"book|https://www.goodreads.com/book/show/56837.Communicating_Design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7765e26-f8a3-4835-bd75-44f64f18c954","name":"Information Architecture: For the Web and Beyond","description":"By Louis Rosenfeld","image":"https://learn-awesome.github.io/assets/book_covers/27468365.jpg","links":"book|https://www.goodreads.com/book/show/27468365-information-architecture","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c935c7d-83ac-4dd0-8826-46bc68e88cb5","name":"Design for a Perfect Screen","description":"By Tal Florentin","image":"https://learn-awesome.github.io/assets/book_covers/27210496.jpg","links":"book|https://www.goodreads.com/book/show/27210496-design-for-a-perfect-screen","topics":"read-in-2015","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5173f071-5263-4cea-84ab-2166250618d7","name":"A Practical Guide to Information Architecture","description":"By Donna Spencer","image":"https://learn-awesome.github.io/assets/book_covers/8420679.jpg","links":"book|https://www.goodreads.com/book/show/8420679-a-practical-guide-to-information-architecture","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b121b21-a5ef-4328-8b1e-38d18ae24b36","name":"Designing Web Interfaces: Principles and Patterns for Ric...","description":"By Bill Scott","image":"https://learn-awesome.github.io/assets/book_covers/5674421.jpg","links":"book|https://www.goodreads.com/book/show/5674421-designing-web-interfaces","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9c89dce-8bf8-4c55-8752-edb276104e66","name":"Sketching User Experiences: Getting the Design Right and ...","description":"By Bill Buxton","image":"https://learn-awesome.github.io/assets/book_covers/980280.jpg","links":"book|https://www.goodreads.com/book/show/980280.Sketching_User_Experiences","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b1b0b45-e680-45dc-b326-59cd6dfe4f32","name":"A Project Guide to UX Design: For user experience designe...","description":"By Russ Unger","image":"https://learn-awesome.github.io/assets/book_covers/4565900.jpg","links":"book|https://www.goodreads.com/book/show/4565900-a-project-guide-to-ux-design","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e531ce27-c47f-4251-9bbf-813b655d0a12","name":"The Shape of Design","description":"By Frank Chimero","image":"https://learn-awesome.github.io/assets/book_covers/13017981.jpg","links":"book|https://www.goodreads.com/book/show/13017981-the-shape-of-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bc4a678-cf21-436f-849f-516b5fcc0f86","name":"Mental Models","description":"By Indi Young","image":"https://learn-awesome.github.io/assets/book_covers/2875137.jpg","links":"book|https://www.goodreads.com/book/show/2875137-mental-models","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7631b44e-3aba-47f7-b2ec-1133abbfdf95","name":"Rapid Viz: A New Method for the Rapid Visualization of Ideas","description":"By Kurt Hanks","image":"https://learn-awesome.github.io/assets/book_covers/146300.jpg","links":"book|https://www.goodreads.com/book/show/146300.Rapid_Viz_","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c771765c-5df0-4eb9-9616-08b15683573a","name":"Above the Fold, Revised Edition","description":"By Brian D. Miller","image":"https://learn-awesome.github.io/assets/book_covers/20384909.jpg","links":"book|https://www.goodreads.com/book/show/20384909-above-the-fold-revised-edition","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89072dd8-1a30-4c5e-99b1-97ada95662ec","name":"The Practitioner’s Guide to User Experience Design","description":"By Luke Miller","image":"https://learn-awesome.github.io/assets/book_covers/20706740.jpg","links":"book|https://www.goodreads.com/book/show/20706740-the-practitioner-s-guide-to-user-experience-design","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3a3b082-8d19-4198-91a5-f28cc58f3e2c","name":"Content Strategy at Work: Real-world Stories to Strengthe...","description":"By Margot Bloomstein","image":"https://learn-awesome.github.io/assets/book_covers/13508358.jpg","links":"book|https://www.goodreads.com/book/show/13508358-content-strategy-at-work","topics":"content-strategy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee4b39d4-2268-4191-87f2-bec17d6b1b77","name":"The Complete Guide to Writing Questionnaires: How to Get ...","description":"By David F. Harris","image":"https://learn-awesome.github.io/assets/book_covers/22694129.jpg","links":"book|https://www.goodreads.com/book/show/22694129-the-complete-guide-to-writing-questionnaires","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30e0b9a4-e2d2-47e7-9407-0f3b8aa92dde","name":"Designing Web Navigation: Optimizing the User Experience","description":"By James Kalbach","image":"https://learn-awesome.github.io/assets/book_covers/9746920.jpg","links":"book|https://www.goodreads.com/book/show/9746920-designing-web-navigation","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"138e87bc-b805-45f2-899f-012eaa341fc7","name":"Forms that Work: Designing Web Forms for Usability","description":"By Caroline Jarrett","image":"https://learn-awesome.github.io/assets/book_covers/4651502.jpg","links":"book|https://www.goodreads.com/book/show/4651502-forms-that-work","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37d951e5-4c66-4d4b-b1e4-6ecd8269fd80","name":"Designing Interfaces","description":"By Jenifer Tidwell","image":"https://learn-awesome.github.io/assets/book_covers/344724.jpg","links":"book|https://www.goodreads.com/book/show/344724.Designing_Interfaces","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5b6d715-5fe9-4c41-9174-5d8453ef262c","name":"Designing Web Usability","description":"By Jakob Nielsen","image":"https://learn-awesome.github.io/assets/book_covers/22149.jpg","links":"book|https://www.goodreads.com/book/show/22149.Designing_Web_Usability","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0877cf88-f1ee-4088-a429-41f065a93482","name":"Living with Complexity","description":"By Donald A. Norman","image":"https://learn-awesome.github.io/assets/book_covers/8295595.jpg","links":"book|https://www.goodreads.com/book/show/8295595-living-with-complexity","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6514ea49-5618-4313-8582-be6ebc717924","name":"Just My Type: A Book About Fonts","description":"By Simon Garfield","image":"https://learn-awesome.github.io/assets/book_covers/10909804.jpg","links":"book|https://www.goodreads.com/book/show/10909804-just-my-type","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9609d660-edcc-4b5e-a591-d52b41ae5e85","name":"Subject To Change: Creating Great Products & Services for...","description":"By Peter Merholz","image":"https://learn-awesome.github.io/assets/book_covers/2567369.jpg","links":"book|https://www.goodreads.com/book/show/2567369-subject-to-change","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6170469f-94af-455f-81ce-ddac9bf54a84","name":"Sketching User Experiences: The Workbook","description":"By Bill Buxton","image":"https://learn-awesome.github.io/assets/book_covers/8014393.jpg","links":"book|https://www.goodreads.com/book/show/8014393-sketching-user-experiences","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63a7c785-3d33-4391-90d4-14ad6b63c681","name":"About Face","description":"By Fern Michaels","image":"https://learn-awesome.github.io/assets/book_covers/431351.jpg","links":"book|https://www.goodreads.com/book/show/431351.About_Face","topics":"fern-michaels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50d4aabe-7d4f-4269-a14d-fe2a2aa237d3","name":"Storytelling for User Experience","description":"By Whitney Quesenbery","image":"https://learn-awesome.github.io/assets/book_covers/8047208.jpg","links":"book|https://www.goodreads.com/book/show/8047208-storytelling-for-user-experience","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1cb839d5-ffb7-4078-9be8-d55485d17b53","name":"Communicating the User Experience: A Practical Guide for ...","description":"By Richard Caddick","image":"https://learn-awesome.github.io/assets/book_covers/12655954.jpg","links":"book|https://www.goodreads.com/book/show/12655954-communicating-the-user-experience","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08179c14-3e10-4447-a8a2-3f810b4e9d89","name":"Predictably Irrational, Revised and Expanded Edition: The...","description":"By Ant Hive Media","image":"https://learn-awesome.github.io/assets/book_covers/30229667.jpg","links":"book|https://www.goodreads.com/book/show/30229667-dan-ariely-s-predictably-irrational-revised-and-expanded-edition","topics":"wtr-psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82232a38-c43e-4aed-bfe7-02202dbd6028","name":"Mobile Usability","description":"By Jakob Nielsen","image":"https://learn-awesome.github.io/assets/book_covers/15858133.jpg","links":"book|https://www.goodreads.com/book/show/15858133-mobile-usability","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04783429-f096-4b9c-a3a0-ebad2557ac91","name":"Usable Usablity: Simple Steps for Making Stuff Better","description":"By Eric L. Reiss","image":"https://learn-awesome.github.io/assets/book_covers/13838495.jpg","links":"book|https://www.goodreads.com/book/show/13838495-usable-usability","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74f84e98-c018-4fee-af90-73a5a765f0b2","name":"Getting Started in UX: The Complete Guide to Launching a ...","description":"By Matthew Magain","image":"https://learn-awesome.github.io/assets/book_covers/23341174.jpg","links":"book|https://www.goodreads.com/book/show/23341174-get-started-in-ux","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef50523b-e1c0-4a63-a250-aba20e4e3bf4","name":"Data-Driven Design: Improving User Experience with A/B Te...","description":"By Rochelle King","image":"https://learn-awesome.github.io/assets/book_covers/18669226.jpg","links":"book|https://www.goodreads.com/book/show/18669226-data-driven-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fcec93e-2959-4519-9da0-59f213601aa7","name":"Designing Visual Interfaces: Communication Oriented Techn...","description":"By Kevin E. Mullet","image":"https://learn-awesome.github.io/assets/book_covers/344729.jpg","links":"book|https://www.goodreads.com/book/show/344729.Designing_Visual_Interfaces","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f812486-ee18-4e19-90da-54c828372142","name":"History of Modern Design","description":"By David Raizman","image":"https://learn-awesome.github.io/assets/book_covers/2115755.jpg","links":"book|https://www.goodreads.com/book/show/2115755.History_of_Modern_Design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0a23a65-5e8a-43bb-a6d3-45c175b29c3b","name":"Designed for Use: Create Usable Interfaces for Applicatio...","description":"By Lukas Mathis","image":"https://learn-awesome.github.io/assets/book_covers/27983550.jpg","links":"book|https://www.goodreads.com/book/show/27983550-designed-for-use","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2f75fea-4a2a-4803-a01f-92b3cdec4a78","name":"An Alphabetical Book About Nokia Pure","description":"By Gestalten","image":"https://learn-awesome.github.io/assets/book_covers/14641334.jpg","links":"book|https://www.goodreads.com/book/show/14641334-twenty-six-characters","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20ebdb7b-6416-43e5-ba6e-ad1fbc790a8a","name":"Borge Mogensen: Simplicity and Function","description":"By Borge Mogensen","image":"https://learn-awesome.github.io/assets/book_covers/31864993.jpg","links":"book|https://www.goodreads.com/book/show/31864993-borge-mogensen","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b783f3f-7b7b-447a-a744-e854e288eed7","name":"Prototyping for Physical and Digital Products","description":"By Kathryn McElroy","image":"https://learn-awesome.github.io/assets/book_covers/30309584.jpg","links":"book|https://www.goodreads.com/book/show/30309584-prototyping-for-physical-and-digital-products","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7dd0697-ddee-406d-a360-8ec28e1ab88d","name":"The Geometry of Type: The Anatomy of 100 Essential Typefaces","description":"By Stephen Coles","image":"https://learn-awesome.github.io/assets/book_covers/33146260.jpg","links":"book|https://www.goodreads.com/book/show/33146260-the-geometry-of-type","topics":"just-archi-things","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7310f2c2-c2a1-4034-b57c-cde8b1925809","name":"Gamestorming: A Playbook for Innovators, Rulebreakers, an...","description":"By Dave Gray","image":"https://learn-awesome.github.io/assets/book_covers/42767017.jpg","links":"book|https://www.goodreads.com/book/show/42767017-gamestorming","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d561c386-a789-46eb-b25b-7676d41e2fce","name":"A Pattern Language for Web Usability","description":"By Ian Graham","image":"https://learn-awesome.github.io/assets/book_covers/460998.jpg","links":"book|https://www.goodreads.com/book/show/460998.A_Pattern_Language_for_Web_Usability","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acdd316c-452b-433f-81e5-449deb95e0d4","name":"A Beginner's Guide to Careers in UX Design","description":"By Youlanda Meyer","image":null,"links":"book|https://www.goodreads.com/book/show/16754522-a-beginner-s-guide-to-career-in-aviation-industry","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c666409-2144-44ad-9067-ca216d7c938b","name":"Marketing for Developers","description":"By Justin Jackson","image":"https://learn-awesome.github.io/assets/book_covers/27250038.jpg","links":"book|https://www.goodreads.com/book/show/27250038-marketing-for-developers","topics":"marketing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1dba3ae6-00a1-45b1-9764-6feecb28a2a3","name":"Keep Going by Austin Kleon","description":"By Austin Kleon","image":"https://learn-awesome.github.io/assets/book_covers/40591677.jpg","links":"book|https://www.goodreads.com/book/show/40591677-keep-going","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f4deb2f-4be9-4ca4-a265-55271631a6d3","name":"The Slight Edge by Jeff Olson","description":"By Jeff Olson","image":"https://learn-awesome.github.io/assets/book_covers/590652.jpg","links":"book|https://www.goodreads.com/book/show/590652.The_Slight_Edge","topics":"self-help","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07197ab6-9c06-4089-8f1a-b9639330ffff","name":"Profit First by Mike Michalowicz","description":"By Mike Michalowicz","image":"https://learn-awesome.github.io/assets/book_covers/23948433.jpg","links":"book|https://www.goodreads.com/book/show/23948433-profit-first","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7871bb48-a178-4582-a9c8-1c0231ca17f0","name":"Content Design by Sarah Richards","description":"By Sarah Richards","image":"https://learn-awesome.github.io/assets/book_covers/36124105.jpg","links":"book|https://www.goodreads.com/book/show/36124105-content-design","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"757920f9-50ce-44d9-82b2-40cba3d5e26b","name":"Powering Content: Building a Non-Stop Content Marketing Machine by Laura Busche","description":"By Laura Busche","image":"https://learn-awesome.github.io/assets/book_covers/31332952.jpg","links":"book|https://www.goodreads.com/book/show/31332952-powering-content","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed9b5a02-fd59-41c8-84a5-267e8ca56f4a","name":"The Goal by Goldratt ","description":"By Eliyahu M. Goldratt","image":"https://learn-awesome.github.io/assets/book_covers/172800.jpg","links":"book|https://www.goodreads.com/book/show/172800.Beyond_the_Goal","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b6898a3-4a4c-4971-8f45-31bdd8addbfa","name":"Making Things Happen by Scott Berkun","description":"By Scott Berkun","image":"https://learn-awesome.github.io/assets/book_covers/2335148.jpg","links":"book|https://www.goodreads.com/book/show/2335148.Making_Things_Happen","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e7fefd8-8e2b-466e-950b-7a385d193e9a","name":"Getting Real: The Smarter, Faster, Easier Way to Build a Web Application","description":"By 37 Signals","image":"https://learn-awesome.github.io/assets/book_covers/447648.jpg","links":"book|https://www.goodreads.com/book/show/447648.Getting_Real","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"895ae477-89e4-4eab-bc66-94a22ebc0ae4","name":"The Micro-Script Rules by Bill Schley","description":"By Bill Schley","image":"https://learn-awesome.github.io/assets/book_covers/11049321.jpg","links":"book|https://www.goodreads.com/book/show/11049321-the-micro-script-rules","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92823042-73a0-4b2c-80ea-08e2c74ce627","name":"The Single Founder Handbook","description":"By Mike Taber","image":null,"links":"book|https://www.goodreads.com/book/show/25497638-the-single-founder-handbook","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abaffdaa-f8f0-4aa5-82a8-8b0ecb2f22e8","name":"Company of One by Paul Jarvis","description":"By William Shakespeare","image":"https://learn-awesome.github.io/assets/book_covers/13002.jpg","links":"book|https://www.goodreads.com/book/show/13002.Othello","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dee8e4a9-cc4b-4df3-ae4b-898fce01af80","name":"The $100 Startup by Chris Guillebeu","description":"By SpeedReader Summaries","image":"https://learn-awesome.github.io/assets/book_covers/25596845.jpg","links":"book|https://www.goodreads.com/book/show/25596845-the-100-startup-by-chris-guillebeau","topics":"e-ship-read","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b17bf19-1d6f-42cb-aafb-3ccd0f663727","name":"The 4 Hour Work week","description":"By eSpresso Summaries","image":"https://learn-awesome.github.io/assets/book_covers/20651541.jpg","links":"book|https://www.goodreads.com/book/show/20651541-the-4-hour-work-week","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9284c1fb-b63b-44a5-b8a0-714d9d4f8918","name":"SaaS Marketing Essentials by Ryan Battles","description":"By Ryan Battles","image":"https://learn-awesome.github.io/assets/book_covers/33282590.jpg","links":"book|https://www.goodreads.com/book/show/33282590-saas-marketing-essentials","topics":"startup","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"324d2408-2ff8-4733-8bfd-a848595f348b","name":"The Customer Funded Business by John Mullins","description":"By thimblesofplenty","image":"https://learn-awesome.github.io/assets/book_covers/24695636.jpg","links":"book|https://www.goodreads.com/book/show/24695636-3-minute-summary-of-the-customer-funded-business-by-john-mullins","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29bdcbda-a9b0-40c6-b237-68f51f6c758e","name":"The Complete Calvin and Hobbes (Hardcover)","description":"By Bill Watterson","image":"https://learn-awesome.github.io/assets/book_covers/24812.jpg","links":"book|https://www.goodreads.com/book/show/24812.The_Complete_Calvin_and_Hobbes","topics":"comics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23023767-e908-4263-9163-041ce462dc3f","name":"Harry Potter series","description":"By J.K. Rowling","image":"https://learn-awesome.github.io/assets/book_covers/862041.jpg","links":"book|https://www.goodreads.com/book/show/862041.Harry_Potter_Series_Box_Set","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04e08a00-c02b-44f8-982a-dd263e8e5198","name":"Charlie and the Chocolate Factory (Paperback)","description":"By Roald Dahl","image":"https://learn-awesome.github.io/assets/book_covers/31675671.jpg","links":"book|https://www.goodreads.com/book/show/31675671-roald-dahl-15-book-box-set-slipcase-includes-matilda-witches-the-twi","topics":"owned","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3df965b-9b10-4661-b835-8f9002e89914","name":"A Song of Ice and Fire (A Song of Ice and Fire, #1-4)","description":"By George R.R. Martin","image":"https://learn-awesome.github.io/assets/book_covers/9814682.jpg","links":"book|https://www.goodreads.com/book/show/9814682-a-song-of-ice-and-fire","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29b14b63-9d48-4cd3-840a-221eabb65d95","name":"Harry Potter and the Deathly Hallows (Harry Potter, #7)","description":"By J.K. Rowling","image":"https://learn-awesome.github.io/assets/book_covers/136251.jpg","links":"book|https://www.goodreads.com/book/show/136251.Harry_Potter_and_the_Deathly_Hallows","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c8f56e4-8462-41d7-b15f-91a24920e0aa","name":"The Dark Tower Series Collection: The Gunslinger, The Drawing of the Three, The Waste Lands, Wizard and Glass, Wolves of the Calla, Song of Susannah, The Dark Tower (Hardcover)","description":"By Stephen King","image":"https://learn-awesome.github.io/assets/book_covers/12274389.jpg","links":"book|https://www.goodreads.com/book/show/12274389-the-dark-tower-series-collection","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"980e2814-97ef-435e-be28-c6b87f7a86b3","name":"Heart of Darkness (Paperback)","description":"By Anonymous","image":"https://learn-awesome.github.io/assets/book_covers/27207159.jpg","links":"book|https://www.goodreads.com/book/show/27207159-niv-the-story-of-god-paperback","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7577cba9-cce0-435d-9bc4-63af5a8072b5","name":"Calvin and Hobbes (Calvin and Hobbes #1)","description":"By Bill Watterson","image":"https://learn-awesome.github.io/assets/book_covers/77727.jpg","links":"book|https://www.goodreads.com/book/show/77727.Calvin_and_Hobbes","topics":"comics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bede146e-7b49-446b-b911-e82839242665","name":"The Kindly Ones (The Sandman, #9)","description":"By Neil Gaiman","image":"https://learn-awesome.github.io/assets/book_covers/71252.jpg","links":"book|https://www.goodreads.com/book/show/71252.The_Kindly_Ones","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3e3125f-186c-4773-997c-eae7f3b0d0ad","name":"Wizard and Glass (The Dark Tower, #4)","description":"By Stephen King","image":"https://learn-awesome.github.io/assets/book_covers/5096.jpg","links":"book|https://www.goodreads.com/book/show/5096.Wizard_and_Glass","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac742658-a6b1-4295-9a28-92babc3c3dc5","name":"Starship Troopers / The Moon Is A Harsh Mistress / Time Enough For Love (Hardcover)","description":"By Robert A. Heinlein","image":"https://learn-awesome.github.io/assets/book_covers/11629182.jpg","links":"book|https://www.goodreads.com/book/show/11629182-starship-troopers-the-moon-is-a-harsh-mistress-time-enough-for-love","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"505c4b93-6218-4499-a216-95061189bb4e","name":"Harry Potter and the Half-Blood Prince (Harry Potter, #6)","description":"By J.K. Rowling","image":"https://learn-awesome.github.io/assets/book_covers/1.jpg","links":"book|https://www.goodreads.com/book/show/1.Harry_Potter_and_the_Half_Blood_Prince","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac22f6e1-ed8c-495a-83c7-90038dc70b6b","name":"Harry Potter and the Prisoner of Azkaban","description":"By J.K. Rowling","image":"https://learn-awesome.github.io/assets/book_covers/5.jpg","links":"book|https://www.goodreads.com/book/show/5.Harry_Potter_and_the_Prisoner_of_Azkaban","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f95d79c-2ae8-4aa8-9b1a-2201522bdc69","name":"J. K. Rowling, Harry Potter and the Goblet of Fire","description":"By J.K. Rowling","image":"https://learn-awesome.github.io/assets/book_covers/6.jpg","links":"book|https://www.goodreads.com/book/show/6.Harry_Potter_and_the_Goblet_of_Fire","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c2faeae-314b-4364-afb9-1f9e543d58b4","name":"Season of Mists (The Sandman, #4)","description":"By Neil Gaiman","image":"https://learn-awesome.github.io/assets/book_covers/25101.jpg","links":"book|https://www.goodreads.com/book/show/25101.Season_of_Mists","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d80e748-92e2-43d3-9236-18d7a26698dd","name":"Brief Lives (The Sandman, #7)","description":"By Neil Gaiman","image":"https://learn-awesome.github.io/assets/book_covers/25105.jpg","links":"book|https://www.goodreads.com/book/show/25105.Brief_Lives","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c53c7c29-5436-4001-b513-9855ea6f0212","name":"A Storm of Swords (A Song of Ice and Fire, #3)","description":"By George R.R. Martin","image":"https://learn-awesome.github.io/assets/book_covers/62291.jpg","links":"book|https://www.goodreads.com/book/show/62291.A_Storm_of_Swords","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"229a1669-34c2-4419-9681-03b872b15223","name":"The Wake (The Sandman, #10)","description":"By Neil Gaiman","image":"https://learn-awesome.github.io/assets/book_covers/25104.jpg","links":"book|https://www.goodreads.com/book/show/25104.The_Wake","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d3c5925-6881-4d56-b073-18854722c29f","name":"The Return of the King (The Lord of the Rings, #3)","description":"By J.R.R. Tolkien","image":"https://learn-awesome.github.io/assets/book_covers/18512.jpg","links":"book|https://www.goodreads.com/book/show/18512.The_Return_of_the_King","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1bcc8da-eefb-4857-9ce2-1ce6d2f742ca","name":"A Memory of Light (Wheel of Time, #14)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/7743175.jpg","links":"book|https://www.goodreads.com/book/show/7743175-a-memory-of-light","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba344c04-1056-4563-b927-282e7bbc6ddd","name":"The Lord of the Rings","description":"By J.R.R. Tolkien","image":"https://learn-awesome.github.io/assets/book_covers/33.jpg","links":"book|https://www.goodreads.com/book/show/33.The_Lord_of_the_Rings","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdb3b33e-774b-4581-bc5a-f91196386290","name":"Harry Potter and the Order of the Phoenix (Harry Potter, #5)","description":"By J.K. Rowling","image":"https://learn-awesome.github.io/assets/book_covers/2.jpg","links":"book|https://www.goodreads.com/book/show/2.Harry_Potter_and_the_Order_of_the_Phoenix","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e86a853-08d3-4e07-ac4f-3ec34f084870","name":"Harry Potter and the Sorcerer's Stone","description":"By J.K. Rowling","image":"https://learn-awesome.github.io/assets/book_covers/3.jpg","links":"book|https://www.goodreads.com/book/show/3.Harry_Potter_and_the_Sorcerer_s_Stone","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b03577c0-a61a-4f93-8368-daf32d3c68be","name":"World's End (The Sandman, #8)","description":"By Neil Gaiman","image":"https://learn-awesome.github.io/assets/book_covers/25103.jpg","links":"book|https://www.goodreads.com/book/show/25103.World_s_End","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5826e1d4-34d2-4629-b6c2-765149f6bc1b","name":"A Game of Thrones (A Song of Ice and Fire, #1)","description":"By George R.R. Martin","image":"https://learn-awesome.github.io/assets/book_covers/13496.jpg","links":"book|https://www.goodreads.com/book/show/13496.A_Game_of_Thrones","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79f5a93c-3292-42fc-bbb7-07cb3b17c0b9","name":"Fables & Reflections (The Sandman, #6)","description":"By Neil Gaiman","image":"https://learn-awesome.github.io/assets/book_covers/25106.jpg","links":"book|https://www.goodreads.com/book/show/25106.Fables_Reflections","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d1d90f7-7c48-44e4-8816-2f30e43e41ef","name":"The Monster at the End of this Book (Hardcover)","description":"By Jon Stone","image":"https://learn-awesome.github.io/assets/book_covers/44186.jpg","links":"book|https://www.goodreads.com/book/show/44186.The_Monster_at_the_End_of_this_Book","topics":"picture-books","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e632ebf3-cb69-4d2a-8d4d-3f73c0d8f436","name":"The Doll's House (The Sandman, #2)","description":"By Neil Gaiman","image":"https://learn-awesome.github.io/assets/book_covers/25099.jpg","links":"book|https://www.goodreads.com/book/show/25099.The_Doll_s_House","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ad246ac-9bee-4019-93cf-066462b0b7cd","name":"The Two Towers (The Lord of the Rings, #2)","description":"By J.R.R. Tolkien","image":"https://learn-awesome.github.io/assets/book_covers/15241.jpg","links":"book|https://www.goodreads.com/book/show/15241.The_Two_Towers","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6cf7313-d2a6-45b8-9671-35de32762da2","name":"The Confusion, Part II (The Baroque Cycle, Vol. 2, Book 2)","description":"By Neal Stephenson","image":"https://learn-awesome.github.io/assets/book_covers/1745057.jpg","links":"book|https://www.goodreads.com/book/show/1745057.The_Confusion_Part_II","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"301ca952-c080-4630-94ad-c108e1d6658b","name":"A Game of You (The Sandman, #5)","description":"By Neil Gaiman","image":"https://learn-awesome.github.io/assets/book_covers/25102.jpg","links":"book|https://www.goodreads.com/book/show/25102.A_Game_of_You","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"019ca525-012c-4f65-aec0-cd1d5afa6ccc","name":"Towers of Midnight (Wheel of Time, #13)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/8253920.jpg","links":"book|https://www.goodreads.com/book/show/8253920-towers-of-midnight","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81773e71-c64e-49be-812d-dd32510f9082","name":"The Brothers Karamazov (Landmarks of World Literature)","description":"By William J. Leatherbarrow","image":"https://learn-awesome.github.io/assets/book_covers/7124.jpg","links":"book|https://www.goodreads.com/book/show/7124.The_Brothers_Karamazov","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c31944a-f7a4-4fb1-ba55-86505e0b30af","name":"The Hyperion Omnibus (Hyperion Cantos, #1-2)","description":"By Dan Simmons","image":"https://learn-awesome.github.io/assets/book_covers/3943.jpg","links":"book|https://www.goodreads.com/book/show/3943.The_Hyperion_Omnibus","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f591f080-affc-4bde-9b41-91f7ddd74294","name":"Harry Potter and the Chamber of Secrets","description":"By J.K. Rowling","image":"https://learn-awesome.github.io/assets/book_covers/15881.jpg","links":"book|https://www.goodreads.com/book/show/15881.Harry_Potter_and_the_Chamber_of_Secrets","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0ec438a-0fc4-4034-9db5-1bd12edabd54","name":"A Clash of Kings (A Song of Ice and Fire, #2)","description":"By George R.R. Martin","image":"https://learn-awesome.github.io/assets/book_covers/10572.jpg","links":"book|https://www.goodreads.com/book/show/10572.A_Clash_of_Kings","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f8d86d8-d6f8-47d9-82bc-22d1a7275a81","name":"The Cat in the Hat and Other Dr. Seuss Favorites (Hardcover)","description":"By Dr. Seuss","image":"https://learn-awesome.github.io/assets/book_covers/7788.jpg","links":"book|https://www.goodreads.com/book/show/7788.The_Cat_in_the_Hat_and_Other_Dr_Seuss_Favorites","topics":"childrens","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59b27ff3-1561-49fa-b406-bb31f8b32b75","name":"Currency (The Baroque Cycle, Vol. 3, Book 2)","description":"By Neal Stephenson","image":"https://learn-awesome.github.io/assets/book_covers/227968.jpg","links":"book|https://www.goodreads.com/book/show/227968.Currency","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc271266-f535-4680-9a5b-5082173c457f","name":"The Foundation Trilogy (Foundation, #1-3)","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/46654.jpg","links":"book|https://www.goodreads.com/book/show/46654.The_Foundation_Trilogy","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72bbbf9d-22c2-4ae7-b2c6-565ec4f9b0eb","name":"The Sandman: The Dream Hunters (Paperback)","description":"By Neil Gaiman","image":"https://learn-awesome.github.io/assets/book_covers/166580.jpg","links":"book|https://www.goodreads.com/book/show/166580.The_Sandman","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"299517e6-426b-4187-b80b-10f56237efb3","name":"The Ultimate Hitchhiker's Guide to the Galaxy (Paperback)","description":"By Douglas Adams","image":"https://learn-awesome.github.io/assets/book_covers/13.jpg","links":"book|https://www.goodreads.com/book/show/13.The_Ultimate_Hitchhiker_s_Guide_to_the_Galaxy","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"844b1232-a0d0-4ebe-bb14-8082a8f4e281","name":"The Gathering Storm (Wheel of Time, #12)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/1166599.jpg","links":"book|https://www.goodreads.com/book/show/1166599.The_Gathering_Storm","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3720be4-3698-424f-b9b9-8e86472904bb","name":"How the Grinch Stole Christmas! (Hardcover)","description":"By Dr. Seuss","image":"https://learn-awesome.github.io/assets/book_covers/113946.jpg","links":"book|https://www.goodreads.com/book/show/113946.How_the_Grinch_Stole_Christmas_","topics":"childrens","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3015e13a-e2a4-499c-a2dc-ac944aeaf224","name":"The Fellowship of the Ring (The Lord of the Rings, #1)","description":"By J.R.R. Tolkien","image":"https://learn-awesome.github.io/assets/book_covers/34.jpg","links":"book|https://www.goodreads.com/book/show/34.The_Fellowship_of_the_Ring","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ed8fdc8-aa3b-4827-a5c4-50ba531bf5e5","name":"The Stand (Complete and Uncut)","description":"By Stephen King","image":"https://learn-awesome.github.io/assets/book_covers/149267.jpg","links":"book|https://www.goodreads.com/book/show/149267.The_Stand","topics":"horror","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4337abc-c6c6-4e49-8721-f611b02dbb94","name":"Pale Blue Dot: A Vision of the Human Future in Space (Paperback)","description":"By Carl Sagan","image":"https://learn-awesome.github.io/assets/book_covers/61663.jpg","links":"book|https://www.goodreads.com/book/show/61663.Pale_Blue_Dot","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6c1c589-f2eb-4715-9498-698a7e0067af","name":"Solomon's Gold (The Baroque Cycle, Vol. 3, Book 1)","description":"By Neal Stephenson","image":"https://learn-awesome.github.io/assets/book_covers/2017.jpg","links":"book|https://www.goodreads.com/book/show/2017.Solomon_s_Gold","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04f6878e-1182-46d4-959e-132e43607982","name":"A Deepness in the Sky","description":"By Vernor Vinge","image":"https://learn-awesome.github.io/assets/book_covers/226004.jpg","links":"book|https://www.goodreads.com/book/show/226004.A_Deepness_in_the_Sky","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bda9bc1d-86fa-4fb9-8b88-33aeffa7e21b","name":"A Dance with Dragons (A Song of Ice and Fire, #5)","description":"By George R.R. Martin","image":"https://learn-awesome.github.io/assets/book_covers/10664113.jpg","links":"book|https://www.goodreads.com/book/show/10664113-a-dance-with-dragons","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ed52dee-1289-4bdf-81e1-6baafde80c58","name":"The System of the World ","description":"By Neal Stephenson","image":"https://learn-awesome.github.io/assets/book_covers/116257.jpg","links":"book|https://www.goodreads.com/book/show/116257.The_System_of_the_World","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99a3b293-4fb0-44fd-a0c8-81c5b8a17c34","name":"The Pillars of the Earth","description":"By Ken Follett","image":"https://learn-awesome.github.io/assets/book_covers/5043.jpg","links":"book|https://www.goodreads.com/book/show/5043.The_Pillars_of_the_Earth","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf5d41c4-5c73-4a18-8506-40b1575ee881","name":"Basic Economics: A Citizen's Guide to the Economy (Hardcover)","description":"By Thomas Sowell","image":"https://learn-awesome.github.io/assets/book_covers/3023.jpg","links":"book|https://www.goodreads.com/book/show/3023.Basic_Economics","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b309cd9-6ad8-4875-bf62-cd9f3b9ec984","name":"Ender's Shadow (The Shadow Series, #1)","description":"By Orson Scott Card","image":"https://learn-awesome.github.io/assets/book_covers/9532.jpg","links":"book|https://www.goodreads.com/book/show/9532.Ender_s_Shadow","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d345e057-1398-47d6-9231-1defb2986d37","name":"Ender's Game","description":"By Orson Scott Card","image":"https://learn-awesome.github.io/assets/book_covers/375802.jpg","links":"book|https://www.goodreads.com/book/show/375802.Ender_s_Game","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8e7e9e3-a405-416e-9a7e-021bb47d2fb3","name":"Godel, Escher, Bach: An Eternal Golden Braid","description":"By Douglas R. Hofstadter","image":"https://learn-awesome.github.io/assets/book_covers/24113.jpg","links":"book|https://www.goodreads.com/book/show/24113.G_del_Escher_Bach","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e0e46b1-18cb-4c5b-9ac3-46d914dd803d","name":"Here be Dragons (Welsh Princes, #1)","description":"By Sharon Kay Penman","image":"https://learn-awesome.github.io/assets/book_covers/77449.jpg","links":"book|https://www.goodreads.com/book/show/77449.Here_be_Dragons","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55c5d7b0-3d86-43c7-9879-ffb8aeb8ba9f","name":"Civilization and Capitalism 15th-18th Century, Vol. 3: The Perspective of the World (Paperback)","description":"By Fernand Braudel","image":"https://learn-awesome.github.io/assets/book_covers/103431.jpg","links":"book|https://www.goodreads.com/book/show/103431.Civilization_and_Capitalism_15th_18th_Century_Vol_1","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3e714f0-cf3f-4fde-bd79-db7a803c8845","name":"Capitalism and Material Life, 1400-1800 (Hardcover)","description":"By Fernand Braudel","image":"https://learn-awesome.github.io/assets/book_covers/187736.jpg","links":"book|https://www.goodreads.com/book/show/187736.Capitalism_and_Material_Life_1400_1800","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"310fb462-52fd-4ed1-a360-52356596e147","name":"The Sandman: Book of Dreams (The Sandman)","description":"By Neil Gaiman","image":"https://learn-awesome.github.io/assets/book_covers/92377.jpg","links":"book|https://www.goodreads.com/book/show/92377.The_Sandman","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5eee473c-0fc0-44e7-a657-5847da9c31db","name":"The Dark Tower (The Dark Tower, #7)","description":"By Stephen King","image":"https://learn-awesome.github.io/assets/book_covers/5091.jpg","links":"book|https://www.goodreads.com/book/show/5091.The_Dark_Tower","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f388a4e4-2cdb-4eff-aae2-e55ced9b6fd0","name":"Ready Player One (Ready Player One, #1)","description":"By Ernest Cline","image":"https://learn-awesome.github.io/assets/book_covers/9969571.jpg","links":"book|https://www.goodreads.com/book/show/9969571-ready-player-one","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5921130-769b-484b-b446-e606f85bf216","name":"The Demon-Haunted World: Science as a Candle in the Dark ","description":"By Carl Sagan","image":"https://learn-awesome.github.io/assets/book_covers/17349.jpg","links":"book|https://www.goodreads.com/book/show/17349.The_Demon_Haunted_World","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d4906b5-1568-4a8e-9afb-f18a9a922999","name":"A Suitable Girl (A Suitable Boy, #2)","description":"By Vikram Seth","image":null,"links":"book|https://www.goodreads.com/book/show/34522384-a-suitable-girl","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f391869-16ce-4dd1-ad6b-2dc081540802","name":"The Hobbit or There and Back Again (Paperback)","description":"By J.R.R. Tolkien","image":"https://learn-awesome.github.io/assets/book_covers/5907.jpg","links":"book|https://www.goodreads.com/book/show/5907.The_Hobbit_or_There_and_Back_Again","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d41e2ef5-81d5-4aff-99ac-b39c172715ba","name":"His Dark Materials (His Dark Materials #1-3)","description":"By Philip Pullman","image":"https://learn-awesome.github.io/assets/book_covers/18116.jpg","links":"book|https://www.goodreads.com/book/show/18116.His_Dark_Materials","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e5c3b0b-9afd-4909-88d0-f21aac37d58d","name":"Preludes & Nocturnes (The Sandman, #1)","description":"By Neil Gaiman","image":"https://learn-awesome.github.io/assets/book_covers/23754.jpg","links":"book|https://www.goodreads.com/book/show/23754.Preludes_Nocturnes","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79fdbcd0-c184-4547-8b2e-db3579a845f2","name":"World Without End (Kingsbridge, #2)","description":"By Ken Follett","image":"https://learn-awesome.github.io/assets/book_covers/5064.jpg","links":"book|https://www.goodreads.com/book/show/5064.World_Without_End","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45fe3ccf-f508-404e-b7b0-2a5d18de0ae7","name":"Second Foundation","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/29580.jpg","links":"book|https://www.goodreads.com/book/show/29580.Second_Foundation","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff25a86e-8a15-477b-96a7-40e30a7d3d95","name":"Good Omens: The Nice and Accurate Prophecies of Agnes Nutter, Witch (Mass Market Paperback)","description":"By Terry Pratchett","image":"https://learn-awesome.github.io/assets/book_covers/12067.jpg","links":"book|https://www.goodreads.com/book/show/12067.Good_Omens","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a53b41ae-6fc5-4090-b314-4e48a0c9a3b0","name":"On the Road (Paperback)","description":"By Peter Frankopan","image":"https://learn-awesome.github.io/assets/book_covers/25812847.jpg","links":"book|https://www.goodreads.com/book/show/25812847-the-silk-roads","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e435dd81-1733-4e50-85c7-7585d6725acb","name":"The Communist Manifesto (Paperback)","description":"By Lynn Hunt","image":null,"links":"book|https://www.goodreads.com/book/show/8307861-making-of-the-west-3e-volume-c-sources-of-the-making-of-the-west-3e-v2","topics":"reference","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"072ad209-6f32-4472-a748-e26a073b2066","name":"The Confusion (The Baroque Cycle, #2)","description":"By Neal Stephenson","image":"https://learn-awesome.github.io/assets/book_covers/822.jpg","links":"book|https://www.goodreads.com/book/show/822.The_Confusion","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f064f014-ba5c-44b1-b2df-dc2e660008c4","name":"The Dragon Reborn (Wheel of Time, #3)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/34897.jpg","links":"book|https://www.goodreads.com/book/show/34897.The_Dragon_Reborn","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f72c89f-9191-45ab-b971-74124ec85ad6","name":"Messenger (Paperback)","description":"By Anonymous","image":"https://learn-awesome.github.io/assets/book_covers/34460462._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/34460462-nirv-the-books-of-the-bible-for-kids","topics":"spiritual","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c91f19a-ea57-405e-b602-05aca4bda0ef","name":"Dream Country (The Sandman, #3)","description":"By Neil Gaiman","image":"https://learn-awesome.github.io/assets/book_covers/25100.jpg","links":"book|https://www.goodreads.com/book/show/25100.Dream_Country","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80bd82c6-c65e-4a9c-99ed-d38061ebe316","name":"Old Man's War (Old Man's War, #1)","description":"By John Scalzi","image":"https://learn-awesome.github.io/assets/book_covers/36510196.jpg","links":"book|https://www.goodreads.com/book/show/36510196-old-man-s-war","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55be4707-19ba-40be-9332-32f9a0101377","name":"The Waste Lands (The Dark Tower, #3)","description":"By Stephen King","image":"https://learn-awesome.github.io/assets/book_covers/34084.jpg","links":"book|https://www.goodreads.com/book/show/34084.The_Waste_Lands","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da4ba76f-aee0-41e1-890b-0a4aa434e513","name":"The Great Gatsby (Paperback)","description":"By F. Scott Fitzgerald","image":"https://learn-awesome.github.io/assets/book_covers/20580557.jpg","links":"book|https://www.goodreads.com/book/show/20580557-short-stories-from-the-great-gatsby-era","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8eeeca8b-5ad6-4228-af07-a18cd216a43c","name":"The Shadow Rising (Wheel of Time, #4)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/9539.jpg","links":"book|https://www.goodreads.com/book/show/9539.The_Shadow_Rising","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93a42acf-e398-471f-9d1b-a5f8e7e375ec","name":"The Drawing of the Three (The Dark Tower, #2)","description":"By Stephen King","image":"https://learn-awesome.github.io/assets/book_covers/5094.jpg","links":"book|https://www.goodreads.com/book/show/5094.The_Drawing_of_the_Three","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7f301e4-3075-443a-9d56-51579a9453aa","name":"Dune","description":"By Frank Herbert","image":"https://learn-awesome.github.io/assets/book_covers/39776179.jpg","links":"book|https://www.goodreads.com/book/show/39776179-dune","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd728dfe-c107-4c10-8523-0a41bdd40535","name":"Foundation and Empire","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/29581.jpg","links":"book|https://www.goodreads.com/book/show/29581.Foundation_and_Empire","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2a1386d-7b20-4e76-bd72-40e31fa280e7","name":"The Hitchhiker's Guide to the Galaxy (Hitchhiker's Guide to the Galaxy, #1)","description":"By Douglas Adams","image":"https://learn-awesome.github.io/assets/book_covers/386162.jpg","links":"book|https://www.goodreads.com/book/show/386162.The_Hitchhiker_s_Guide_to_the_Galaxy","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c201a05b-b996-40d9-a53e-3e27357e3e4d","name":"The Classical Style: Haydn, Mozart, Beethoven (Paperback)","description":"By Charles Rosen","image":"https://learn-awesome.github.io/assets/book_covers/401550.jpg","links":"book|https://www.goodreads.com/book/show/401550.The_Classical_Style","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94ce3b80-e8e2-45c8-b38a-440ee9e1d447","name":"The Great Hunt (Wheel of Time, #2)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/233649.jpg","links":"book|https://www.goodreads.com/book/show/233649.The_Great_Hunt","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7eb81f85-b4a5-422b-b059-e2e7bc0628c3","name":"Prince of Nothing: The Darkness That Comes Before, the Aspect-Emperor, Eärwa, the Thousandfold Thought, the Warrior Prophet (Paperback)","description":"By Books LLC","image":"https://learn-awesome.github.io/assets/book_covers/9239456.jpg","links":"book|https://www.goodreads.com/book/show/9239456-prince-of-nothing","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36797fc5-8c6c-4091-9011-86d04b6e2b3b","name":"The Dispossessed (Hainish Cycle #6)","description":"By Ursula K. Le Guin","image":"https://learn-awesome.github.io/assets/book_covers/13651.jpg","links":"book|https://www.goodreads.com/book/show/13651.The_Dispossessed","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fb0d55b-3f5c-4448-945e-6e80af43c349","name":"The Lion, the Witch and the Wardrobe (Chronicles of Narnia, #1)","description":"By C.S. Lewis","image":"https://learn-awesome.github.io/assets/book_covers/100915.jpg","links":"book|https://www.goodreads.com/book/show/100915.The_Lion_the_Witch_and_the_Wardrobe","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dab5609-817d-40ab-885b-13d4c8cefb10","name":"The Citadel of the Autarch (The Book of the New Sun, #4)","description":"By Gene Wolfe","image":"https://learn-awesome.github.io/assets/book_covers/299758.jpg","links":"book|https://www.goodreads.com/book/show/299758.The_Citadel_of_the_Autarch","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da0ff7eb-c6d8-4ad0-ba9a-0f7e4b797416","name":"The Fall of Hyperion (Hyperion Cantos, #2)","description":"By Dan Simmons","image":"https://learn-awesome.github.io/assets/book_covers/77565.jpg","links":"book|https://www.goodreads.com/book/show/77565.The_Fall_of_Hyperion","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6dc195be-23a1-4074-adb5-17f1b3ddc57e","name":"Odalisque (The Baroque Cycle, Vol. 1, Book 3)","description":"By Neal Stephenson","image":"https://learn-awesome.github.io/assets/book_covers/829.jpg","links":"book|https://www.goodreads.com/book/show/829.Odalisque","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd8377e5-7010-416c-bd7c-201518525428","name":"The Diamond Age: Or, A Young Lady's Illustrated Primer","description":"By Neal Stephenson","image":"https://learn-awesome.github.io/assets/book_covers/827.jpg","links":"book|https://www.goodreads.com/book/show/827.The_Diamond_Age","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eff2e38e-ccd3-4cd6-8225-f95ae51fa53e","name":"One Flew Over the Cuckoo's Nest","description":"By Ken Kesey","image":"https://learn-awesome.github.io/assets/book_covers/332613.jpg","links":"book|https://www.goodreads.com/book/show/332613.One_Flew_Over_the_Cuckoo_s_Nest","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94c4f3f4-e3bc-4f19-8c00-e5bd217e070f","name":"The Eye of the World (The Wheel of Time, #1)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/228665.jpg","links":"book|https://www.goodreads.com/book/show/228665.The_Eye_of_the_World","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b514f3a-feaa-4c2d-9ef6-3fe5be5625f0","name":"The Wasteland, Prufrock and Other Poems (paper)","description":"By T.S. Eliot","image":"https://learn-awesome.github.io/assets/book_covers/2325390.jpg","links":"book|https://www.goodreads.com/book/show/2325390.The_Wasteland_Prufrock_and_Other_Poems","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21aba7aa-0de8-44cf-9b8d-ca7ea11422a3","name":"Wolves of the Calla (The Dark Tower, #5)","description":"By Stephen King","image":"https://learn-awesome.github.io/assets/book_covers/4978.jpg","links":"book|https://www.goodreads.com/book/show/4978.Wolves_of_the_Calla","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ccc2727f-c239-413d-86f6-7379b8e71e10","name":"The Double","description":"By Fyodor Dostoyevsky","image":"https://learn-awesome.github.io/assets/book_covers/210190.jpg","links":"book|https://www.goodreads.com/book/show/210190.The_Double","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49cdc88d-9041-4ba2-bb67-4fbde49b3b5a","name":"Blood Meridian, or the Evening Redness in the West (Paperback)","description":"By Cormac McCarthy","image":"https://learn-awesome.github.io/assets/book_covers/394535.jpg","links":"book|https://www.goodreads.com/book/show/394535.Blood_Meridian_or_the_Evening_Redness_in_the_West","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1fa6e67a-90ca-4081-880a-8e972bc901cd","name":"1984","description":"By George Orwell","image":"https://learn-awesome.github.io/assets/book_covers/40961427.jpg","links":"book|https://www.goodreads.com/book/show/40961427-1984","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b7dfe29-e232-42ef-a790-67d8befb210b","name":"Fight Club (Paperback)","description":"By Barry Vacker","image":null,"links":"book|https://www.goodreads.com/book/show/6474161-slugging-nothing","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b1cbb31-f2af-4eb0-b5a1-5f5dc48c0f38","name":"The Greatest Show on Earth: The Evidence for Evolution (Hardcover)","description":"By Richard Dawkins","image":"https://learn-awesome.github.io/assets/book_covers/6117055.jpg","links":"book|https://www.goodreads.com/book/show/6117055-the-greatest-show-on-earth","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23ebba9c-45e6-4e02-8cff-18e7f51bb8ba","name":"Notes from Underground, White Nights, The Dream of a Ridiculous Man, and Selections from The House of the Dead (Paperback)","description":"By Fyodor Dostoyevsky","image":"https://learn-awesome.github.io/assets/book_covers/17876.jpg","links":"book|https://www.goodreads.com/book/show/17876.Notes_from_Underground_White_Nights_The_Dream_of_a_Ridiculous_Man_and_Selections_from_The_House_of_the_Dead","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"306253ab-5baa-4773-8af0-b9782233a6f6","name":"The Book of the New Sun (The Book of the New Sun #1-4)","description":"By Gene Wolfe","image":"https://learn-awesome.github.io/assets/book_covers/968868.jpg","links":"book|https://www.goodreads.com/book/show/968868.The_Book_of_the_New_Sun","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40697983-4fd2-4372-88bb-d69994e1fcd0","name":"The Rise of Endymion (Hyperion Cantos, #4)","description":"By Dan Simmons","image":"https://learn-awesome.github.io/assets/book_covers/11289.jpg","links":"book|https://www.goodreads.com/book/show/11289.The_Rise_of_Endymion","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80785b05-4b13-4fcf-b9e1-078b753a3b3f","name":"The Foundation","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/29579.jpg","links":"book|https://www.goodreads.com/book/show/29579.Foundation","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04b18307-a6c9-430c-916c-77924b8519bd","name":"Asimov's Guide to the Bible: The Old and New Testaments (2 Vol.)","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/30009.jpg","links":"book|https://www.goodreads.com/book/show/30009.Asimov_s_Guide_to_the_Bible","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"178b6dc0-b737-4ef3-ac4d-dcf1030748bd","name":"The Scar (New Crobuzon, #2)","description":"By China Miéville","image":"https://learn-awesome.github.io/assets/book_covers/68497.jpg","links":"book|https://www.goodreads.com/book/show/68497.The_Scar","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17a91248-53aa-44e1-8623-8c795f504fdc","name":"King of the Vagabonds (The Baroque Cycle, Vol. 1, Book 2)","description":"By Neal Stephenson","image":"https://learn-awesome.github.io/assets/book_covers/2016.jpg","links":"book|https://www.goodreads.com/book/show/2016.King_of_the_Vagabonds","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f2b80e1-1962-4a38-bb66-1f1159608212","name":"Brave New World / Brave New World Revisited (Paperback)","description":"By Aldous Huxley","image":"https://learn-awesome.github.io/assets/book_covers/5479.jpg","links":"book|https://www.goodreads.com/book/show/5479.Brave_New_World_Brave_New_World_Revisited","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b64ed1fa-18d7-4b0c-995d-99c0bc391c06","name":"Glimmers: Prologue to Crossroads of Twilight (Wheel of Time)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/4968078.jpg","links":"book|https://www.goodreads.com/book/show/4968078-glimmers","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba01032c-616d-456a-a5c8-b77b0a713295","name":"Endymion (Hyperion Cantos, #3)","description":"By Dan Simmons","image":"https://learn-awesome.github.io/assets/book_covers/3977.jpg","links":"book|https://www.goodreads.com/book/show/3977.Endymion","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93353382-e149-4722-aa93-e2c5733ea406","name":"Forward the Foundation","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/76679.jpg","links":"book|https://www.goodreads.com/book/show/76679.Forward_the_Foundation","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b3f7dfa-1b43-4068-8de8-a7882815dd59","name":"Joe Haldeman, The Forever War","description":"By Joe Haldeman","image":"https://learn-awesome.github.io/assets/book_covers/21611.jpg","links":"book|https://www.goodreads.com/book/show/21611.The_Forever_War","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9105bbd5-6b82-4dfa-8bad-1f576528c2ff","name":"The Sword of the Lictor (The Book of the New Sun, #3)","description":"By Gene Wolfe","image":"https://learn-awesome.github.io/assets/book_covers/463378.jpg","links":"book|https://www.goodreads.com/book/show/463378.The_Sword_of_the_Lictor","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b53d2514-a663-4ede-9c44-e6b392166ff2","name":"The Fires of Heaven (Wheel of Time, #5)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/13895.jpg","links":"book|https://www.goodreads.com/book/show/13895.The_Fires_of_Heaven","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3ec1f59-cc6e-4b76-943d-5addb3542e3f","name":"A Fire Upon the Deep","description":"By Vernor Vinge","image":"https://learn-awesome.github.io/assets/book_covers/77711.jpg","links":"book|https://www.goodreads.com/book/show/77711.A_Fire_Upon_the_Deep","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ace64daa-56f7-418e-adb1-12f841b41acf","name":"Charlotte's Web (Paperback)","description":"By John W. Griffith","image":"https://learn-awesome.github.io/assets/book_covers/2053086.jpg","links":"book|https://www.goodreads.com/book/show/2053086.Masterworks_Paperback","topics":"literary-criticism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be631f69-ed56-47ef-a707-fb3685a5b0f0","name":"Knife of Dreams (Wheel of Time, #11)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/13888.jpg","links":"book|https://www.goodreads.com/book/show/13888.Knife_of_Dreams","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35367009-a38e-43a7-9e23-56fabdfcad85","name":"A Feast for Crows (A Song of Ice and Fire, #4)","description":"By George R.R. Martin","image":"https://learn-awesome.github.io/assets/book_covers/13497.jpg","links":"book|https://www.goodreads.com/book/show/13497.A_Feast_for_Crows","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"263bed8a-954d-4930-8c5b-734387b5b801","name":"Criptonomicón III: El código Aretusa (Paperback)","description":"By Neal Stephenson","image":"https://learn-awesome.github.io/assets/book_covers/169254.jpg","links":"book|https://www.goodreads.com/book/show/169254.Criptonomic_n_III","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70e7932d-37be-44c9-b31f-458378a6a700","name":"The Subtle Knife (His Dark Materials, #2)","description":"By Philip Pullman","image":"https://learn-awesome.github.io/assets/book_covers/41637836.jpg","links":"book|https://www.goodreads.com/book/show/41637836-the-subtle-knife","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"882eb9d2-8c71-422d-bf32-48aa5005549d","name":"Lord of Chaos (Wheel of Time, #6)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/35231.jpg","links":"book|https://www.goodreads.com/book/show/35231.Lord_of_Chaos","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c30b2df-1b4a-4656-ab16-a99fa03a90da","name":"A Suitable Boy","description":"By Vikram Seth","image":"https://learn-awesome.github.io/assets/book_covers/50365.jpg","links":"book|https://www.goodreads.com/book/show/50365.A_Suitable_Boy","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1e660be-0600-4ed8-acd1-c16a58b4be63","name":"Isaac Asimov, Foundation's Edge","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/76683.jpg","links":"book|https://www.goodreads.com/book/show/76683.Foundation_s_Edge","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e123b75-c365-4733-b7bb-aef765d0b1c8","name":"Flowers for Algernon","description":"By Daniel Keyes","image":"https://learn-awesome.github.io/assets/book_covers/36576608.jpg","links":"book|https://www.goodreads.com/book/show/36576608-flowers-for-algernon","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d38be9e-bebe-4c54-b896-6d6a199dc523","name":"The Panda's Thumb: More Reflections in Natural History (Paperback)","description":"By Stephen Jay Gould","image":"https://learn-awesome.github.io/assets/book_covers/33933.jpg","links":"book|https://www.goodreads.com/book/show/33933.The_Panda_s_Thumb","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"539dbe99-6d47-4fe8-9908-c710a9d07e77","name":"Criptonomicón II: El código Pontifex (Paperback)","description":"By Neal Stephenson","image":"https://learn-awesome.github.io/assets/book_covers/45279.jpg","links":"book|https://www.goodreads.com/book/show/45279.Criptonomic_n_II","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bb563c4-f0f6-4cd3-bbab-207470fddf20","name":"Perdido Street Station 2 (New Crobuzon #1.2)","description":"By China Miéville","image":"https://learn-awesome.github.io/assets/book_covers/2197588.jpg","links":"book|https://www.goodreads.com/book/show/2197588.Perdido_Street_Station_2","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18c0c720-a69f-4760-8670-310fa4e08a31","name":"The Amber Spyglass: His Dark Materials, Book 3","description":"By Philip Pullman","image":"https://learn-awesome.github.io/assets/book_covers/18122.jpg","links":"book|https://www.goodreads.com/book/show/18122.The_Amber_Spyglass","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8405fb8-b11e-48fc-b3bf-a7daca0964cf","name":"The Making of a Radical: A Political Autobiography (Paperback)","description":"By Scott Nearing","image":"https://learn-awesome.github.io/assets/book_covers/1048279.jpg","links":"book|https://www.goodreads.com/book/show/1048279.The_Making_of_a_Radical","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8eb05b2d-9968-4c6d-b129-a2523bad0ed4","name":"The Book of the Ler (Ler, #1-3)","description":"By M.A. Foster","image":"https://learn-awesome.github.io/assets/book_covers/427298.jpg","links":"book|https://www.goodreads.com/book/show/427298.The_Book_of_the_Ler","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fea1409f-3088-4767-81d2-8e312971c811","name":"The Voyage of the Dawn Treader (Chronicles of Narnia, #3)","description":"By C.S. Lewis","image":"https://learn-awesome.github.io/assets/book_covers/140225.jpg","links":"book|https://www.goodreads.com/book/show/140225.The_Voyage_of_the_Dawn_Treader","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c29657a8-e0b8-410d-ad4d-7e826cc39e15","name":"Harper Lee's To Kill a Mockingbird (Hardcover)","description":"By The Summary Guy","image":"https://learn-awesome.github.io/assets/book_covers/27189707.jpg","links":"book|https://www.goodreads.com/book/show/27189707-to-kill-a-mockingbird","topics":"fiction;literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"059495f7-3304-4517-97bc-52bc60d59620","name":"Arthur C. Clarke, Rendezvous with Rama","description":"By Arthur C. Clarke","image":"https://learn-awesome.github.io/assets/book_covers/112537.jpg","links":"book|https://www.goodreads.com/book/show/112537.Rendezvous_with_Rama","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edcc7598-1519-49f9-a4a6-5cc795fc1771","name":"The Blank Slate: The Modern Denial of Human Nature","description":"By Steven Pinker","image":"https://learn-awesome.github.io/assets/book_covers/5752.jpg","links":"book|https://www.goodreads.com/book/show/5752.The_Blank_Slate","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9888ecc-883b-49e9-ab8a-e9f2860764e0","name":"Do Androids Dream of Electric Sheep? (Kindle Edition)","description":"By Philip K. Dick","image":"https://learn-awesome.github.io/assets/book_covers/36402034.jpg","links":"book|https://www.goodreads.com/book/show/36402034-do-androids-dream-of-electric-sheep","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c153ba44-48b6-45d1-9a70-064a506b1ab0","name":"Fear and Loathing in Las Vegas (Paperback)","description":"By Hunter S. Thompson","image":"https://learn-awesome.github.io/assets/book_covers/7745.jpg","links":"book|https://www.goodreads.com/book/show/7745.Fear_and_Loathing_in_Las_Vegas","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58136449-d575-4780-83eb-c5785b4ad1c5","name":"Justice","description":"By Bryan Stevenson","image":"https://learn-awesome.github.io/assets/book_covers/20342617.jpg","links":"book|https://www.goodreads.com/book/show/20342617-just-mercy","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"754d4488-0fe2-4903-98fa-28f609078729","name":"The Elegant Universe: Superstrings, Hidden Dimensions, and the Quest for the Ultimate Theory (Paperback)","description":"By Brian Greene","image":"https://learn-awesome.github.io/assets/book_covers/8049273.jpg","links":"book|https://www.goodreads.com/book/show/8049273-the-elegant-universe","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a078d400-56ef-4542-8180-7225c6379563","name":"Red Mars / Green Mars (Mars Trilogy, #1-2)","description":"By Kim Stanley Robinson","image":"https://learn-awesome.github.io/assets/book_covers/5222300.jpg","links":"book|https://www.goodreads.com/book/show/5222300-red-mars-green-mars","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b39ed49-95b5-4d11-8553-e57dc21d5deb","name":"Watership Down","description":"By Richard Adams","image":"https://learn-awesome.github.io/assets/book_covers/76620.jpg","links":"book|https://www.goodreads.com/book/show/76620.Watership_Down","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5b62fef-558d-44d6-aab2-ecd192abe46b","name":"The Geography of Nowhere: The Rise and Decline of America's Man-Made Landscape (Paperback)","description":"By James Howard Kunstler","image":"https://learn-awesome.github.io/assets/book_covers/125313.jpg","links":"book|https://www.goodreads.com/book/show/125313.The_Geography_of_Nowhere","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b60d5fa8-bbec-42d6-b7b8-2d497f2658a7","name":"How We Die: Reflections of Life's Final Chapter (Paperback)","description":"By Sherwin B. Nuland","image":"https://learn-awesome.github.io/assets/book_covers/49286.jpg","links":"book|https://www.goodreads.com/book/show/49286.How_We_Die","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63aa50c8-6325-4d27-a05a-7acced6378fb","name":"The Left Hand of Darkness (Hainish Cycle #4)","description":"By Ursula K. Le Guin","image":"https://learn-awesome.github.io/assets/book_covers/18423.jpg","links":"book|https://www.goodreads.com/book/show/18423.The_Left_Hand_of_Darkness","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d6cf113-2e48-42b8-83d9-67a64caafe32","name":"The Year of the Flood (MaddAddam, #2)","description":"By Margaret Atwood","image":"https://learn-awesome.github.io/assets/book_covers/6080337.jpg","links":"book|https://www.goodreads.com/book/show/6080337-the-year-of-the-flood","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbb1874d-9c3f-49b5-b1d8-28ff08514e05","name":"My Ishmael (Ishmael, #3)","description":"By Daniel Quinn","image":"https://learn-awesome.github.io/assets/book_covers/17022.jpg","links":"book|https://www.goodreads.com/book/show/17022.My_Ishmael","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b2c6b65-a318-46da-9a21-fc12d462833a","name":"The Three-Body Problem","description":"By Liu Cixin","image":"https://learn-awesome.github.io/assets/book_covers/20518872.jpg","links":"book|https://www.goodreads.com/book/show/20518872-the-three-body-problem","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"428269fe-d415-4a0e-a4c6-3608e8c6833e","name":"The Scar (Hardcover)","description":"By Chris Wraight","image":"https://learn-awesome.github.io/assets/book_covers/18143803.jpg","links":"book|https://www.goodreads.com/book/show/18143803-scars","topics":"horus-heresy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9351a020-a50e-4f0c-9469-603e4e0f7084","name":"Foundation and Earth","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/29582.jpg","links":"book|https://www.goodreads.com/book/show/29582.Foundation_and_Earth","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29677a21-202b-48d2-a64b-fb7f6021c34a","name":"Women (Paperback)","description":"By James Patterson","image":"https://learn-awesome.github.io/assets/book_covers/4110198.jpg","links":"book|https://www.goodreads.com/book/show/4110198-the-8th-confession","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2784721e-8221-4367-99bf-a66017b35a82","name":"New Spring (Wheel of Time, #0)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/187065.jpg","links":"book|https://www.goodreads.com/book/show/187065.New_Spring","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"907fa658-6bb4-4336-8ea0-60a02d7e3def","name":"Ulysses (Paperback)","description":"By Homer","image":null,"links":"book|https://www.goodreads.com/book/show/13516540-the-iliad-and-the-odyssey-stories-from-homer-s-epics","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5442606f-5276-4bab-8e45-8815db6cf884","name":"The Odyssey (Paperback)","description":"By Homer","image":"https://learn-awesome.github.io/assets/book_covers/1375.jpg","links":"book|https://www.goodreads.com/book/show/1375.The_Iliad_The_Odyssey","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59b7703f-2c3c-4620-963f-856cd4917e43","name":"The Last Battle (Chronicles of Narnia, #7)","description":"By C.S. Lewis","image":"https://learn-awesome.github.io/assets/book_covers/84369.jpg","links":"book|https://www.goodreads.com/book/show/84369.The_Last_Battle","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a60a1ff-ac4b-4ef7-b135-3944c95d10b5","name":"A Crown of Swords (Wheel of Time, #7)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/13890.jpg","links":"book|https://www.goodreads.com/book/show/13890.A_Crown_of_Swords","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45d8c462-58b2-4b00-b62b-ed5d7f11234c","name":"The Gameplayers of Zan (Ler, #2)","description":"By M.A. Foster","image":"https://learn-awesome.github.io/assets/book_covers/2480332.jpg","links":"book|https://www.goodreads.com/book/show/2480332.The_Gameplayers_of_Zan","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e573902-9840-40dd-adaa-f1b69d0dcabd","name":"Oryx and Crake (MaddAddam, #1)","description":"By Margaret Atwood","image":"https://learn-awesome.github.io/assets/book_covers/46756.jpg","links":"book|https://www.goodreads.com/book/show/46756.Oryx_and_Crake","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a516c47c-351f-433d-a1e9-5c60217f2040","name":"A Wrinkle in Time","description":"By Madeleine L'Engle","image":"https://learn-awesome.github.io/assets/book_covers/33574273.jpg","links":"book|https://www.goodreads.com/book/show/33574273-a-wrinkle-in-time","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10cbd671-99fe-4fe4-8abe-0c4b3167ca1f","name":"A Brief History of Time (Paperback)","description":"By Unknown","image":null,"links":"book|https://www.goodreads.com/book/show/12981071-brief-history-of-time-sequel","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d982c071-6478-466e-952c-f12c7a11db8d","name":"MaddAddam (MaddAddam, #3)","description":"By Margaret Atwood","image":"https://learn-awesome.github.io/assets/book_covers/17262203.jpg","links":"book|https://www.goodreads.com/book/show/17262203-maddaddam","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51ee19fc-dffb-47a9-9700-4450a2f39dfb","name":"Haunted (Paperback)","description":"By Valerie Thomas","image":"https://learn-awesome.github.io/assets/book_covers/42847272.jpg","links":"book|https://www.goodreads.com/book/show/42847272-winnie-and-wilbur","topics":"children-s-picture-books","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b1ce827-8313-4443-a183-335dff065128","name":"Wild: From Lost to Found on the Pacific Crest Trail (Hardcover)","description":"By Cheryl Strayed","image":"https://learn-awesome.github.io/assets/book_covers/12262741.jpg","links":"book|https://www.goodreads.com/book/show/12262741-wild","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2ca8881-2b16-4662-91e8-c3e034e5c5e0","name":"La demoiselle","description":"By Maurice Leblanc","image":"https://learn-awesome.github.io/assets/book_covers/2373291.jpg","links":"book|https://www.goodreads.com/book/show/2373291.La_demoiselle_aux_yeux_verts","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b72941c-f884-41a0-bc19-999ef191c437","name":"The Color of Magic (Discworld, #1; Rincewind, #1)","description":"By Terry Pratchett","image":"https://learn-awesome.github.io/assets/book_covers/34497.jpg","links":"book|https://www.goodreads.com/book/show/34497.The_Color_of_Magic","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9901cae4-3518-4538-bcd4-a494c133229a","name":"The Urth of the New Sun (The Book of the New Sun, #5)","description":"By Gene Wolfe","image":"https://learn-awesome.github.io/assets/book_covers/60215.jpg","links":"book|https://www.goodreads.com/book/show/60215.The_Urth_of_the_New_Sun","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"398cc2d5-737e-4452-b1bf-ffe74fd7373a","name":"Song of Susannah (The Dark Tower, #6)","description":"By Stephen King","image":"https://learn-awesome.github.io/assets/book_covers/5093.jpg","links":"book|https://www.goodreads.com/book/show/5093.Song_of_Susannah","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5031ee1c-71ae-4a19-874b-8a0b3daab1cc","name":"A Canticle for Leibowitz","description":"By Walter M. Miller Jr.","image":"https://learn-awesome.github.io/assets/book_covers/164154.jpg","links":"book|https://www.goodreads.com/book/show/164154.A_Canticle_for_Leibowitz","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f74423d-f934-4d21-b7ad-e1afb4ec28b4","name":"Off to Be the Wizard (Magic 2.0, #1)","description":"By Scott Meyer","image":"https://learn-awesome.github.io/assets/book_covers/18616975.jpg","links":"book|https://www.goodreads.com/book/show/18616975-off-to-be-the-wizard","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13009904-a4f8-4b38-8a9c-5368bdbc1f19","name":"The Complete Wheel of Time (ebook)","description":"By Charles Dickens","image":"https://learn-awesome.github.io/assets/book_covers/6266547.jpg","links":"book|https://www.goodreads.com/book/show/6266547-david-copperfield-with-ebook","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41290307-4346-4647-a07c-c55eb0ab79f6","name":"On China ","description":"By China Miéville","image":"https://learn-awesome.github.io/assets/book_covers/68494._SY160_.jpg","links":"book|https://www.goodreads.com/book/show/68494.Perdido_Street_Station","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ce4409f-1b7d-40d7-b39e-8e55b71c427d","name":"Among the Hidden (Shadow Children, #1)","description":"By Margaret Peterson Haddix","image":"https://learn-awesome.github.io/assets/book_covers/227651.jpg","links":"book|https://www.goodreads.com/book/show/227651.Among_the_Hidden","topics":"young-adult","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e1ea355-faa0-46bd-b323-9825401e7292","name":"The Claw of the Conciliator (The Book of the New Sun, #2)","description":"By Gene Wolfe","image":"https://learn-awesome.github.io/assets/book_covers/463376.jpg","links":"book|https://www.goodreads.com/book/show/463376.The_Claw_of_the_Conciliator","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0272303f-e439-407e-9aef-70e776b77eeb","name":"The Ashes of Worlds (The Saga of Seven Suns, #7)","description":"By Kevin J. Anderson","image":"https://learn-awesome.github.io/assets/book_covers/2310896.jpg","links":"book|https://www.goodreads.com/book/show/2310896.The_Ashes_of_Worlds","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b9fdbae-7a0f-4dd8-9fd8-1dd926a57b34","name":"All of Turgenev","description":"By Ivan Turgenev","image":"https://learn-awesome.github.io/assets/book_covers/19117.jpg","links":"book|https://www.goodreads.com/book/show/19117.Fathers_and_Sons","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f99beb0-4620-44ed-a5a9-de3d5d2891e4","name":"The Golden Compass: His Dark Materials","description":"By Philip Pullman","image":"https://learn-awesome.github.io/assets/book_covers/119322.jpg","links":"book|https://www.goodreads.com/book/show/119322.The_Golden_Compass","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bab107cd-59fc-49c7-8d41-7ff887e9e93f","name":"The Giver (Paperback)","description":"By Laura Joffe Numeroff","image":"https://learn-awesome.github.io/assets/book_covers/10550292.jpg","links":"book|https://www.goodreads.com/book/show/10550292-if-you-give-a-dog-a-donut","topics":"picture-books","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc72f7aa-d3e8-45f7-97d8-bdaa85f84344","name":"The Road (Hardcover)","description":"By Ivan Turgenev","image":"https://learn-awesome.github.io/assets/book_covers/42819174.jpg","links":"book|https://www.goodreads.com/book/show/42819174-fathers-and-children","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"642e623d-fdc3-401b-a1d8-3cab7996e3f9","name":"Ringworld (Ringworld, #1)","description":"By Larry Niven","image":"https://learn-awesome.github.io/assets/book_covers/61179.jpg","links":"book|https://www.goodreads.com/book/show/61179.Ringworld","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"874f0891-fbc5-416a-a1c7-a37f071ad386","name":"The Gunslinger (The Dark Tower, #1)","description":"By Stephen King","image":"https://learn-awesome.github.io/assets/book_covers/43615.jpg","links":"book|https://www.goodreads.com/book/show/43615.The_Gunslinger","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c80c7c5-7632-4d71-bf6d-a91e38213bef","name":"All Quiet on the Western Front (Mass Market Paperback)","description":"By Erich Maria Remarque","image":"https://learn-awesome.github.io/assets/book_covers/355697.jpg","links":"book|https://www.goodreads.com/book/show/355697.All_Quiet_on_the_Western_Front","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4042365c-7786-46e2-91a4-057dc8d14db9","name":"Holes (Holes, #1)","description":"By Louis Sachar","image":"https://learn-awesome.github.io/assets/book_covers/38709.jpg","links":"book|https://www.goodreads.com/book/show/38709.Holes","topics":"young-adult","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f4fc0c3-e60f-4631-a994-9c95563ad3e0","name":"The Antichrist/Thus Spake Zarathustra (Kindle Edition)","description":"By Friedrich Nietzsche","image":"https://learn-awesome.github.io/assets/book_covers/6700688.jpg","links":"book|https://www.goodreads.com/book/show/6700688-the-antichrist-thus-spake-zarathustra","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f4cd359-7ebf-4e33-ab09-de1e39eeaa87","name":"The Warrior Prophet (The Prince of Nothing, #2)","description":"By R. Scott Bakker","image":"https://learn-awesome.github.io/assets/book_covers/18877.jpg","links":"book|https://www.goodreads.com/book/show/18877.The_Warrior_Prophet","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73083c8c-999e-4937-8ee4-845f301e4450","name":"Fate of Worlds (Ringworld, #5)","description":"By Larry Niven","image":"https://learn-awesome.github.io/assets/book_covers/13167780.jpg","links":"book|https://www.goodreads.com/book/show/13167780-fate-of-worlds","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"def10219-d42b-4939-9042-e2dc0734701c","name":"Atheism: The Case Against God (Paperback)","description":"By George H. Smith","image":"https://learn-awesome.github.io/assets/book_covers/97078.jpg","links":"book|https://www.goodreads.com/book/show/97078.Atheism","topics":"atheism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb7b0d19-18ed-4148-b45e-aa3ab437ff7c","name":"Future History (Moties 0.5, Falkenberg's Legion, #a-b)","description":"By Jerry Pournelle","image":"https://learn-awesome.github.io/assets/book_covers/2272175.jpg","links":"book|https://www.goodreads.com/book/show/2272175.Future_History","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6b2416a-eb5e-43e8-8442-fa61a672af77","name":"Winter's Heart (Wheel of Time, #9)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/13891.jpg","links":"book|https://www.goodreads.com/book/show/13891.Winter_s_Heart","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22260720-96b6-4b4b-aa97-d7fd3f0377d0","name":"Quicksilver (The Baroque Cycle, #1)","description":"By Neal Stephenson","image":"https://learn-awesome.github.io/assets/book_covers/823.jpg","links":"book|https://www.goodreads.com/book/show/823.Quicksilver","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b07d652b-76ea-4441-96cc-6ea6d2201da7","name":"Collapse: How Societies Choose to Fall or Succeed ","description":"By Jared Diamond","image":"https://learn-awesome.github.io/assets/book_covers/475.jpg","links":"book|https://www.goodreads.com/book/show/475.Collapse","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88f69ba6-6bf8-4197-879a-db2d018f7fde","name":"Kim Stanley Robinson, Green Mars","description":"By Kim Stanley Robinson","image":"https://learn-awesome.github.io/assets/book_covers/77505.jpg","links":"book|https://www.goodreads.com/book/show/77505.Green_Mars","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b55e9312-56ad-45e7-a0e2-9bfee742bba1","name":"Kim Stanley Robinson, Blue Mars","description":"By Kim Stanley Robinson","image":"https://learn-awesome.github.io/assets/book_covers/77504.jpg","links":"book|https://www.goodreads.com/book/show/77504.Blue_Mars","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb5b5c4b-ede9-4e53-acb7-3f4680b8f3f9","name":"The Little Prince (Paperback)","description":"By Richard Howard","image":"https://learn-awesome.github.io/assets/book_covers/40894778.jpg","links":"book|https://www.goodreads.com/book/show/40894778-the-little-prince","topics":"library","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17dcaf28-177d-4bcf-9e65-265a8e0d9235","name":"The Bad Beginning (A Series of Unfortunate Events, #1)","description":"By Lemony Snicket","image":"https://learn-awesome.github.io/assets/book_covers/78411.jpg","links":"book|https://www.goodreads.com/book/show/78411.The_Bad_Beginning","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5baf40d-78a3-4bc8-b436-6879e99e52f8","name":"Of Fire and Night (The Saga of Seven Suns, #5)","description":"By Kevin J. Anderson","image":"https://learn-awesome.github.io/assets/book_covers/103101.jpg","links":"book|https://www.goodreads.com/book/show/103101.Of_Fire_and_Night","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf94d630-914f-49a9-b5a5-79281f6e09aa","name":"The Thousandfold Thought (The Prince of Nothing, #3)","description":"By R. Scott Bakker","image":"https://learn-awesome.github.io/assets/book_covers/13806.jpg","links":"book|https://www.goodreads.com/book/show/13806.The_Thousandfold_Thought","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec110fe7-70ae-4ef0-beba-9cb4149cc094","name":"Around the World in Eighty Days (Extraordinary Voyages, #11)","description":"By Jules Verne","image":"https://learn-awesome.github.io/assets/book_covers/54479.jpg","links":"book|https://www.goodreads.com/book/show/54479.Around_the_World_in_Eighty_Days","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2cff9e2-627a-4797-ac61-3a0f02dfa106","name":"The Path of Daggers (Wheel of Time, #8)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/140974.jpg","links":"book|https://www.goodreads.com/book/show/140974.The_Path_of_Daggers","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e1c3585-73f7-4119-ab32-2efe33733a17","name":"Guts","description":"By Chuck Palahniuk","image":"https://learn-awesome.github.io/assets/book_covers/6395833.jpg","links":"book|https://www.goodreads.com/book/show/6395833-guts","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ca2e152-a436-4bbe-bba1-c949a2740b9e","name":"Metal Swarm (The Saga of Seven Suns, #6)","description":"By Kevin J. Anderson","image":"https://learn-awesome.github.io/assets/book_covers/932065.jpg","links":"book|https://www.goodreads.com/book/show/932065.Metal_Swarm","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00461b5a-fb9d-432a-afd4-49993367016e","name":"John Dies at the End (John Dies at the End, #1)","description":"By David Wong","image":"https://learn-awesome.github.io/assets/book_covers/1857440.jpg","links":"book|https://www.goodreads.com/book/show/1857440.John_Dies_at_the_End","topics":"horror","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7a5600e-0557-4ea1-8cc1-109adea1b262","name":"We (Paperback)","description":"By William Shakespeare","image":"https://learn-awesome.github.io/assets/book_covers/44768153.jpg","links":"book|https://www.goodreads.com/book/show/44768153-king-lear-paperback-jan-01-2017-books-wagon","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2563a272-0ee7-450e-9b9e-b42573fb3660","name":"The Strike at Shayol Ghul (Wheel of Time, #0.1)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/8675071.jpg","links":"book|https://www.goodreads.com/book/show/8675071-the-strike-at-shayol-ghul","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bcbc76ac-bc08-4afb-8220-ec6f1cfb2e70","name":"The Telling (Hainish Cycle #8)","description":"By Ursula K. Le Guin","image":"https://learn-awesome.github.io/assets/book_covers/59921.jpg","links":"book|https://www.goodreads.com/book/show/59921.The_Telling","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0125b1bb-05e2-474a-8db5-8ccbe64f0a0b","name":"The Declaration of Independence (Paperback)","description":"By Mary Wollstonecraft","image":null,"links":"book|https://www.goodreads.com/book/show/33945650-a-vindication-of-the-rights-of-woman","topics":"feminism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f5a6b64-fcea-4056-b9bb-75f0da744963","name":"Neuromancer (Sprawl, #1)","description":"By William Gibson","image":"https://learn-awesome.github.io/assets/book_covers/888628.jpg","links":"book|https://www.goodreads.com/book/show/888628.Neuromancer","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe683f14-0d27-48ac-aa42-b8fe8b9a9d42","name":"The Declaration of Independence and The Constitution of the United States (Paperback)","description":"By Inga Muscio","image":"https://learn-awesome.github.io/assets/book_covers/52588.jpg","links":"book|https://www.goodreads.com/book/show/52588.Cunt","topics":"feminism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73e01d41-976b-4790-9ade-12b958d887d0","name":"Scattered Suns (The Saga of Seven Suns, #4)","description":"By Kevin J. Anderson","image":"https://learn-awesome.github.io/assets/book_covers/103103.jpg","links":"book|https://www.goodreads.com/book/show/103103.Scattered_Suns","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"542cc816-05c5-400d-9b42-f03710fbbbea","name":"A Forest of Stars (The Saga of Seven Suns, #2)","description":"By Kevin J. Anderson","image":"https://learn-awesome.github.io/assets/book_covers/265287.jpg","links":"book|https://www.goodreads.com/book/show/265287.A_Forest_of_Stars","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac302a98-06ff-42c8-9d5d-caf97b1eaaf3","name":"Horizon Storms (The Saga of Seven Suns, #3)","description":"By Kevin J. Anderson","image":"https://learn-awesome.github.io/assets/book_covers/265288.jpg","links":"book|https://www.goodreads.com/book/show/265288.Horizon_Storms","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1cc673da-e95c-4d98-b79c-3d210bd1f29f","name":"The Curious Incident of the Dog in the Night-Time (Paperback)","description":"By Mark Haddon","image":"https://learn-awesome.github.io/assets/book_covers/1618.jpg","links":"book|https://www.goodreads.com/book/show/1618.The_Curious_Incident_of_the_Dog_in_the_Night_Time","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38bffe8d-acb1-4e11-a777-5777753c6d05","name":"Why People Believe Weird Things: Pseudoscience, Superstition, and Other Confusions of Our Time (Paperback)","description":"By Michael Shermer","image":"https://learn-awesome.github.io/assets/book_covers/89281.jpg","links":"book|https://www.goodreads.com/book/show/89281.Why_People_Believe_Weird_Things","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"218735a4-7dab-4535-84fe-35f6ea93c13e","name":"The Ringworld Engineers (Ringworld, #2)","description":"By Larry Niven","image":"https://learn-awesome.github.io/assets/book_covers/61181.jpg","links":"book|https://www.goodreads.com/book/show/61181.The_Ringworld_Engineers","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99073980-b4b5-49c0-acdb-29b6dbe4d13f","name":"Red Mars (Mars Trilogy, #1)","description":"By Kim Stanley Robinson","image":"https://learn-awesome.github.io/assets/book_covers/77507.jpg","links":"book|https://www.goodreads.com/book/show/77507.Red_Mars","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10eb168d-1ce1-4ce2-af62-bbd88f62b4c5","name":"Journey to the Center of the Earth (Extraordinary Voyages, #3)","description":"By Jules Verne","image":"https://learn-awesome.github.io/assets/book_covers/32829.jpg","links":"book|https://www.goodreads.com/book/show/32829.Journey_to_the_Center_of_the_Earth","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1c405fd-b227-42bd-9d72-3b8168a5b545","name":"Sophie's World (Paperback)","description":"By Agatha Christie","image":"https://learn-awesome.github.io/assets/book_covers/43905807.jpg","links":"book|https://www.goodreads.com/book/show/43905807-the-secret-adversary-tommy-and-tuppence-mysteries","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"720d7a37-47d1-42b2-a924-781487df1559","name":"Veiled Alliances (The Saga of Seven Suns, #0.1)","description":"By Kevin J. Anderson","image":"https://learn-awesome.github.io/assets/book_covers/112995.jpg","links":"book|https://www.goodreads.com/book/show/112995.Veiled_Alliances","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f238d89b-e8d2-4475-ac64-d90b36c398a3","name":"Great Expectations (Paperback)","description":"By Lawrence Kappel","image":"https://learn-awesome.github.io/assets/book_covers/81673.jpg","links":"book|https://www.goodreads.com/book/show/81673.Literary_Companion_Series_Great_Expectations_paperback_edition_","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3d96878-aa36-4376-b0a2-3e32bb8b8838","name":"Crossroads of Twilight (Wheel of Time, #10)","description":"By Robert Jordan","image":"https://learn-awesome.github.io/assets/book_covers/113435.jpg","links":"book|https://www.goodreads.com/book/show/113435.Crossroads_of_Twilight","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bacc331a-f471-46b4-ac8f-fa305025cd9d","name":"Jason and the Golden Fleece (The Argonautica)","description":"By Apollonius of Rhodes","image":"https://learn-awesome.github.io/assets/book_covers/764332.jpg","links":"book|https://www.goodreads.com/book/show/764332.Jason_and_the_Golden_Fleece","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f70f154e-40ad-47fd-8369-e5475df089c5","name":"Flatland: A Romance of Many Dimensions (Paperback)","description":"By Edwin A. Abbott","image":"https://learn-awesome.github.io/assets/book_covers/433567.jpg","links":"book|https://www.goodreads.com/book/show/433567.Flatland","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d16dbc75-de79-4a90-aad2-b0f0f2781ee5","name":"The Shadow of the Torturer (The Book of the New Sun, #1)","description":"By Gene Wolfe","image":"https://learn-awesome.github.io/assets/book_covers/60211.jpg","links":"book|https://www.goodreads.com/book/show/60211.The_Shadow_of_the_Torturer","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee5a15c3-8746-4425-884b-fee35ffd3d9f","name":"The Darkness That Comes Before (The Prince of Nothing, #1)","description":"By R. Scott Bakker","image":"https://learn-awesome.github.io/assets/book_covers/301538.jpg","links":"book|https://www.goodreads.com/book/show/301538.The_Darkness_That_Comes_Before","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d3325b9-4873-4bef-afa8-9cbc8bde1e86","name":"Into the Wild (Paperback)","description":"By Robert Louis Stevenson","image":"https://learn-awesome.github.io/assets/book_covers/39383310.jpg","links":"book|https://www.goodreads.com/book/show/39383310-scholastic-classics","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46f24b5d-f030-4a6b-b1d3-6c60195684a5","name":"Tales from Watership Down (Watership Down, #2)","description":"By Richard Adams","image":"https://learn-awesome.github.io/assets/book_covers/456920.jpg","links":"book|https://www.goodreads.com/book/show/456920.Tales_from_Watership_Down","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30c7742f-6d9c-4fc0-9d16-f77101ebcf7c","name":"The Garden of Rama (Rama, #3)","description":"By Arthur C. Clarke","image":"https://learn-awesome.github.io/assets/book_covers/112518.jpg","links":"book|https://www.goodreads.com/book/show/112518.The_Garden_of_Rama","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"960ef76f-2f03-42f4-87f1-436337a45fe9","name":"Zen and the Art of Motorcycle Maintenance","description":"By Robert M. Pirsig","image":"https://learn-awesome.github.io/assets/book_covers/629.jpg","links":"book|https://www.goodreads.com/book/show/629.Zen_and_the_Art_of_Motorcycle_Maintenance","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81239745-9c0e-4e1c-9d73-d3c8ac3d27ff","name":"Hidden Empire (The Saga of Seven Suns, #1)","description":"By Kevin J. Anderson","image":"https://learn-awesome.github.io/assets/book_covers/898232.jpg","links":"book|https://www.goodreads.com/book/show/898232.Hidden_Empire","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c73f0171-fc59-47a5-824b-4e1f5266fe25","name":"Fighting Dragons (Dragons #3)","description":"By T.A. Chase","image":"https://learn-awesome.github.io/assets/book_covers/19390448.jpg","links":"book|https://www.goodreads.com/book/show/19390448-fighting-dragons","topics":"m-m","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab7ddf34-8761-45bc-915b-8079d9916fba","name":"The Warriors of Dawn (Ler, #1)","description":"By M.A. Foster","image":"https://learn-awesome.github.io/assets/book_covers/427303.jpg","links":"book|https://www.goodreads.com/book/show/427303.The_Warriors_of_Dawn","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ba51ce3-c42c-401a-b3a8-8734d2b0cdba","name":"The Old Man and the Sea","description":"By Ernest Hemingway","image":"https://learn-awesome.github.io/assets/book_covers/2165.jpg","links":"book|https://www.goodreads.com/book/show/2165.The_Old_Man_and_the_Sea","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"533837bb-1740-42cb-baab-419b1923a32d","name":"The Art of Deception: Controlling the Human Element of Security (Paperback)","description":"By Kevin D. Mitnick","image":"https://learn-awesome.github.io/assets/book_covers/18160.jpg","links":"book|https://www.goodreads.com/book/show/18160.The_Art_of_Deception","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54e9514e-c0eb-4b59-aacf-dda6ac0487cd","name":"Dreaming of Dragons (Dragons, #2)","description":"By T.A. Chase","image":"https://learn-awesome.github.io/assets/book_covers/6497620.jpg","links":"book|https://www.goodreads.com/book/show/6497620-dreaming-of-dragons","topics":"m-m","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e75011ed-6b77-4533-80b6-cad609a250d2","name":"Ringworld's Children (Ringworld, #4)","description":"By Larry Niven","image":"https://learn-awesome.github.io/assets/book_covers/64466.jpg","links":"book|https://www.goodreads.com/book/show/64466.Ringworld_s_Children","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d08c343a-b39c-4f32-a05b-1477fbf09f6d","name":"Joe Haldeman, Forever Peace","description":"By Joe Haldeman","image":"https://learn-awesome.github.io/assets/book_covers/21618.jpg","links":"book|https://www.goodreads.com/book/show/21618.Forever_Peace","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94df8c15-74a6-4e5d-9aee-98d0d74dfb86","name":"Sex, Drugs, and Cocoa Puffs: A Low Culture Manifesto (Paperback)","description":"By Chuck Klosterman","image":"https://learn-awesome.github.io/assets/book_covers/599.jpg","links":"book|https://www.goodreads.com/book/show/599.Sex_Drugs_and_Cocoa_Puffs","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a5f72f3-c930-41ba-b573-6b4761027088","name":"Rama Revealed (Rama, #4)","description":"By Arthur C. Clarke","image":"https://learn-awesome.github.io/assets/book_covers/112517.jpg","links":"book|https://www.goodreads.com/book/show/112517.Rama_Revealed","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4503e084-37d5-4abd-88e8-50e46445a21f","name":"Iron Council (New Crobuzon, #3)","description":"By China Miéville","image":"https://learn-awesome.github.io/assets/book_covers/68495.jpg","links":"book|https://www.goodreads.com/book/show/68495.Iron_Council","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"233af0a3-9f1b-4c6a-abbd-336e55a3302d","name":"Planet of Exile (Hainish Cycle #2)","description":"By Ursula K. Le Guin","image":"https://learn-awesome.github.io/assets/book_covers/201882.jpg","links":"book|https://www.goodreads.com/book/show/201882.Planet_of_Exile","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3705687-7250-47ed-be36-4a26213501c3","name":"You Can Choose to Be Happy: Rise Above Anxiety, Anger and Depression (Paperback)","description":"By Tom G. Stevens","image":"https://learn-awesome.github.io/assets/book_covers/399652.jpg","links":"book|https://www.goodreads.com/book/show/399652.You_Can_Choose_to_Be_Happy","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bbf8e2f-a229-40f2-9c3e-16bf473044aa","name":"Rama II (Rama, #2)","description":"By Arthur C. Clarke","image":"https://learn-awesome.github.io/assets/book_covers/112520.jpg","links":"book|https://www.goodreads.com/book/show/112520.Rama_II","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16b20e0b-9858-4a2c-bb87-49afc334fa3b","name":"An American Life (Paperback)","description":"By Daniel Defoe","image":"https://learn-awesome.github.io/assets/book_covers/10631651.jpg","links":"book|https://www.goodreads.com/book/show/10631651-the-life-and-adventures-of-robinson-crusoe","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b57decb4-cdea-42c6-a99d-742b71f89086","name":"The Adventures of Huckleberry Finn (Children's Classics)","description":"By Garrison Keillor","image":"https://learn-awesome.github.io/assets/book_covers/992059.jpg","links":"book|https://www.goodreads.com/book/show/992059.The_Adventures_of_Huckleberry_Finn","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5dc89f3-48ce-4e0b-a694-e11c3fb9f323","name":"The Day of the Klesh (Ler, #3)","description":"By M.A. Foster","image":"https://learn-awesome.github.io/assets/book_covers/3555630.jpg","links":"book|https://www.goodreads.com/book/show/3555630-the-day-of-the-klesh","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e69673d-538f-45b2-8003-33219ac74764","name":"The Catcher in the Rye (Paperback)","description":"By Sanford Pinsker","image":"https://learn-awesome.github.io/assets/book_covers/360395.jpg","links":"book|https://www.goodreads.com/book/show/360395.Masterwork_Studies_Series","topics":"analysis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc0e761d-f840-4894-8e20-bfcd687bde88","name":"The Children of the Sky (Zones of Thought, #3)","description":"By Vernor Vinge","image":"https://learn-awesome.github.io/assets/book_covers/10170545.jpg","links":"book|https://www.goodreads.com/book/show/10170545-the-children-of-the-sky","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b126d3d6-1f73-4adc-88b3-28a16bb2b627","name":"Here Be Dragons (Dragons, #1)","description":"By T.A. Chase","image":"https://learn-awesome.github.io/assets/book_covers/3214629.jpg","links":"book|https://www.goodreads.com/book/show/3214629-here-be-dragons","topics":"m-m","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f1075a0-2146-47df-82e7-bbe07b6bdd13","name":"A People's History of the United States (Paperback)","description":"By Paul S. Boyer","image":"https://learn-awesome.github.io/assets/book_covers/437274.jpg","links":"book|https://www.goodreads.com/book/show/437274.The_Enduring_Vision","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d4b80b3-42ad-4867-bebd-331570cbe40d","name":"The Adventures of Huckleberry Finn (Paperback)","description":"By Mark Twain","image":"https://learn-awesome.github.io/assets/book_covers/15800968.jpg","links":"book|https://www.goodreads.com/book/show/15800968-tom-sawyer-detective","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b756413-9c95-4bb5-bcfb-ffd0875ea51d","name":"The Martians (Mars Trilogy, #3.5)","description":"By Kim Stanley Robinson","image":"https://learn-awesome.github.io/assets/book_covers/40364.jpg","links":"book|https://www.goodreads.com/book/show/40364.The_Martians","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7bd6d32f-f280-4d10-98f6-b31491736257","name":"Moby Dick (Graphic Classics)","description":"By Rod Espinosa","image":"https://learn-awesome.github.io/assets/book_covers/3209693.jpg","links":"book|https://www.goodreads.com/book/show/3209693-moby-dick","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4d09338-b77c-41f6-ade1-f7fd05539fa2","name":"The Ringworld Throne (Ringworld, #3)","description":"By Larry Niven","image":"https://learn-awesome.github.io/assets/book_covers/64467.jpg","links":"book|https://www.goodreads.com/book/show/64467.The_Ringworld_Throne","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be81fa85-693b-491d-b405-47981924501e","name":"The Stranger (Paperback)","description":"By Sarah Waters","image":"https://learn-awesome.github.io/assets/book_covers/6065182.jpg","links":"book|https://www.goodreads.com/book/show/6065182-the-little-stranger","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21c6e4bc-3559-46dd-9307-721a4462b7a0","name":"Increase That Lovin' Feelin': A Make It Happen Workbook (Paperback)","description":"By The National Healthy Marriage Institute","image":"https://learn-awesome.github.io/assets/book_covers/17283711.jpg","links":"book|https://www.goodreads.com/book/show/17283711-increase-that-lovin-feelin","topics":"not-read","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33748185-006c-464b-86ee-944c8cc9eb67","name":"Catch-22 (Paperback)","description":"By Geoffrey Chaucer","image":null,"links":"book|https://www.goodreads.com/book/show/5989778-chaucer","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1924870-f544-4f57-b03c-48dac13f2cb3","name":"The 120 Days of Sodom and Other Writings (Paperback)","description":"By Marquis de Sade","image":"https://learn-awesome.github.io/assets/book_covers/60200.jpg","links":"book|https://www.goodreads.com/book/show/60200.The_120_Days_of_Sodom_and_Other_Writings","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"247f9d2f-a401-4e86-8fe8-bd5242d5f377","name":"Forever Free (The Forever War, #3)","description":"By Joe Haldeman","image":"https://learn-awesome.github.io/assets/book_covers/21620.jpg","links":"book|https://www.goodreads.com/book/show/21620.Forever_Free","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2019d8b1-f891-4447-b419-d6c6107979a7","name":"Outies (Moties #3)","description":"By Jennifer R. Pournelle","image":"https://learn-awesome.github.io/assets/book_covers/9942308.jpg","links":"book|https://www.goodreads.com/book/show/9942308-outies","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d379b8ce-a470-4442-a976-9cab365af6e8","name":"The Handmaid's Tale (Paperback)","description":"By The Summary Guy","image":"https://learn-awesome.github.io/assets/book_covers/35354014.jpg","links":"book|https://www.goodreads.com/book/show/35354014-summary---the-handmaid-s-tale","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d37608e1-2096-493e-866b-d193973d3169","name":"The Constitution of the United States of America (Paperback)","description":"By Steven M. Gillon","image":null,"links":"book|https://www.goodreads.com/book/show/1353829.The_American_Experiment","topics":"top-10-non-fiction-to-buy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5499ce6f-e26e-447a-b664-efb9063454f3","name":"Buprenorphine: An Alternative Treatment for Opioid Dependence (Hardcover)","description":"By Jack D. Blaine","image":null,"links":"book|https://www.goodreads.com/book/show/6193553-buprenorphine","topics":"calibre","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3827ad71-e70b-47c0-9539-b9e6e8a522e4","name":"Don Quixote (Paperback)","description":"By Anonymous","image":null,"links":"book|https://www.goodreads.com/book/show/28818466-don-quixote-paperback-journal","topics":"personal-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7a2c8ef-0207-49f5-ba86-51a4dd65566b","name":"Of Mice and Men (Paperback)","description":"By JohnSteinbeck","image":"https://learn-awesome.github.io/assets/book_covers/35677451.jpg","links":"book|https://www.goodreads.com/book/show/35677451-of-mice-and-men","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03b27285-0607-45d1-8cee-94c9ec96962a","name":"Candide (Paperback)","description":"By Thomas Walsh","image":null,"links":"book|https://www.goodreads.com/book/show/857237.Literary_Companion_Series_Candide_paperback_edition_","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f950b65c-6f17-4310-adbf-742d9ed7e763","name":"The Count of Monte Cristo (Paperback)","description":"By YA LI SHAN DA ?ZHONG MA (ALEXANDRE DUMAS)","image":"https://learn-awesome.github.io/assets/book_covers/40898571.jpg","links":"book|https://www.goodreads.com/book/show/40898571-count-of-monte-cristo-english-chinese","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f47ccdbd-4961-4a68-b0a4-bfa90c585062","name":"Hamlet (Paperback)","description":"By Anonymous","image":null,"links":"book|https://www.goodreads.com/book/show/28818411-hamlet-paperback-journal","topics":"self-help","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca1074ab-477f-4978-b183-ce8bfe9456ff","name":"Contact (Mass Market Paperback)","description":"By Charles Hickson","image":"https://learn-awesome.github.io/assets/book_covers/42432601.jpg","links":"book|https://www.goodreads.com/book/show/42432601-ufo-contact-at-pascagoula","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ee339c5-8490-4fb7-8fa1-6de01a46236d","name":"The Long Walk (Paperback)","description":"By Violet Patrick P","image":null,"links":"book|https://www.goodreads.com/book/show/45003616-i-like-long-romantic-walks-to-the-shoes-aisle","topics":"self-help","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ead004f7-6860-4e32-8732-1c5e8cfecde1","name":"The Occult (Paperback)","description":"By Dennis Mallonee","image":"https://learn-awesome.github.io/assets/book_covers/36450918.jpg","links":"book|https://www.goodreads.com/book/show/36450918-psyche-the-occult-detective-trade-paperback-1","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d9174a6-a577-4808-be25-503e341be672","name":"The Elephant's Journey","description":"By Erik Daniel Shein","image":"https://learn-awesome.github.io/assets/book_covers/32710876.jpg","links":"book|https://www.goodreads.com/book/show/32710876-thunder","topics":"animals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3508f0d4-afd1-44f4-84c8-c2174a0d1dde","name":"The Family Reunion","description":"By Brenda Jackson","image":"https://learn-awesome.github.io/assets/book_covers/674587.jpg","links":"book|https://www.goodreads.com/book/show/674587.A_Family_Reunion","topics":"brenda-jackson","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d17489d-f88d-423d-ad78-7a5691abb697","name":"Novels 1942–1952: The Moon Is Down / Cannery Row / The Pearl / East of Eden","description":"By John Steinbeck","image":"https://learn-awesome.github.io/assets/book_covers/4797.jpg","links":"book|https://www.goodreads.com/book/show/4797.Novels_1942_1952","topics":"library-of-america","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c9bacd9-099f-488e-9ca8-077ce553c8ff","name":"The Cairo Trilogy: Palace Walk / Palace of Desire / Sugar Street (The Cairo Trilogy #1-3)","description":"By Naguib Mahfouz","image":"https://learn-awesome.github.io/assets/book_covers/5488.jpg","links":"book|https://www.goodreads.com/book/show/5488.The_Cairo_Trilogy","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a317362b-b8a1-4ba8-a47c-f59060d7da3d","name":"Czasy secondhand. Koniec czerwonego człowieka","description":"By Svetlana Alexievich","image":"https://learn-awesome.github.io/assets/book_covers/23342906.jpg","links":"book|https://www.goodreads.com/book/show/23342906-czasy-secondhand-koniec-czerwonego-cz-owieka","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03ef6e8b-3cff-4a5d-a587-900a151d2b4c","name":"Voices from Chernobyl: The Oral History of a Nuclear Disaster","description":"By Svetlana Alexievich","image":"https://learn-awesome.github.io/assets/book_covers/357486.jpg","links":"book|https://www.goodreads.com/book/show/357486.Voices_from_Chernobyl","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4eb4c526-e42a-4038-873d-fce6ab821bc5","name":"Poems New and Collected","description":"By Wisława Szymborska","image":"https://learn-awesome.github.io/assets/book_covers/10205.jpg","links":"book|https://www.goodreads.com/book/show/10205.Poems_New_and_Collected","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91911567-50db-4869-b810-b68b4132ed38","name":"Collected Poems in English","description":"By Joseph Brodsky","image":"https://learn-awesome.github.io/assets/book_covers/320598.jpg","links":"book|https://www.goodreads.com/book/show/320598.Collected_Poems_in_English","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f48e55e-bd12-4eb9-9d26-ce2053785614","name":"The Four Quartets","description":"By T.S. Eliot","image":"https://learn-awesome.github.io/assets/book_covers/80410.jpg","links":"book|https://www.goodreads.com/book/show/80410.Four_Quartets","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4170b2d3-4ad8-45b7-a208-ace3621c28ce","name":"East of Eden","description":"By John Steinbeck","image":"https://learn-awesome.github.io/assets/book_covers/4406.jpg","links":"book|https://www.goodreads.com/book/show/4406.East_of_Eden","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e10016d-ebcc-43cc-b5eb-f7f6255bc7d9","name":"Singer Collected Stories","description":"By Isaac Bashevis Singer","image":"https://learn-awesome.github.io/assets/book_covers/25737.jpg","links":"book|https://www.goodreads.com/book/show/25737.The_Collected_Stories_of_Isaac_Bashevis_Singer","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bea0e14d-2bbd-4144-8565-574b2a0db900","name":"The Gathering Storm (The Second World War, #1)","description":"By Winston S. Churchill","image":"https://learn-awesome.github.io/assets/book_covers/360253.jpg","links":"book|https://www.goodreads.com/book/show/360253.The_Gathering_Storm","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bcc5df8b-6ad8-44cc-bc5c-9df78bc9cc4b","name":"ملحمة الحرافيش","description":"By Naguib Mahfouz","image":"https://learn-awesome.github.io/assets/book_covers/7709594.jpg","links":"book|https://www.goodreads.com/book/show/7709594","topics":"spiritual","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8427fdb-c6fa-46fb-bc34-9b88c379e05e","name":"The Complete Poems and Plays, 1909-1950","description":"By T.S. Eliot","image":"https://learn-awesome.github.io/assets/book_covers/79936.jpg","links":"book|https://www.goodreads.com/book/show/79936.The_Complete_Poems_and_Plays_1909_1950","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"440ec6be-c7c8-463b-9494-667fad6362c4","name":"New and Collected Poems: 1931-2001","description":"By Czesław Miłosz","image":"https://learn-awesome.github.io/assets/book_covers/145659.jpg","links":"book|https://www.goodreads.com/book/show/145659.New_and_Collected_Poems","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e43dff97-8144-4739-b5dd-d72e33db9c8d","name":"Hunger","description":"By Suzanne Collins","image":"https://learn-awesome.github.io/assets/book_covers/2767052.jpg","links":"book|https://www.goodreads.com/book/show/2767052-the-hunger-games","topics":"young-adult","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85239732-d1e7-432d-898f-bd76927d87b9","name":"Gitanjali: Song Offerings","description":"By Rabindranath Tagore","image":"https://learn-awesome.github.io/assets/book_covers/66414.jpg","links":"book|https://www.goodreads.com/book/show/66414.Gitanjali","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"330e0872-b755-4492-80e2-daffb081410e","name":"The Bridge on the Drina","description":"By Ivo Andrić","image":"https://learn-awesome.github.io/assets/book_covers/3140.jpg","links":"book|https://www.goodreads.com/book/show/3140.The_Bridge_on_the_Drina","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f542c1f-5d20-4567-8741-133538c2c277","name":"Night","description":"By Elie Wiesel","image":"https://learn-awesome.github.io/assets/book_covers/1617.jpg","links":"book|https://www.goodreads.com/book/show/1617.Night","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59f5004c-b54f-471b-ae06-99c1871f95a3","name":"The Love Song of J. Alfred Prufrock and Other Poems","description":"By T.S. Eliot","image":"https://learn-awesome.github.io/assets/book_covers/118389.jpg","links":"book|https://www.goodreads.com/book/show/118389.The_Love_Song_of_J_Alfred_Prufrock_and_Other_Poems","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43d8583e-1961-42f8-be31-4e90226858b0","name":"Conversation in the Cathedral","description":"By Mario Vargas Llosa","image":"https://learn-awesome.github.io/assets/book_covers/53970.jpg","links":"book|https://www.goodreads.com/book/show/53970.Conversation_in_the_Cathedral","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca15ec52-ad3c-466d-a41c-af1dd0a130f2","name":"Peter Camenzind ~ Gertrud ~ Knulp ~ Kuren ~ Narziss en Goldmund ~ Fabuleuze vertellingen ~ Een golfje op de stroom","description":"By Hermann Hesse","image":"https://learn-awesome.github.io/assets/book_covers/12921564.jpg","links":"book|https://www.goodreads.com/book/show/12921564-peter-camenzind-gertrud-knulp-kuren-narziss-en-goldmund-fabule","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f989228-6e23-486e-8d87-f325fd993a76","name":"The Complete Short Stories of Ernest Hemingway","description":"By Ernest Hemingway","image":"https://learn-awesome.github.io/assets/book_covers/4625.jpg","links":"book|https://www.goodreads.com/book/show/4625.The_Complete_Short_Stories_of_Ernest_Hemingway","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1fa167b-9b16-4742-a6cd-a2f03373bedc","name":"Kristin Lavransdatter (Kristin Lavransdatter, #1-3)","description":"By Sigrid Undset","image":"https://learn-awesome.github.io/assets/book_covers/6217.jpg","links":"book|https://www.goodreads.com/book/show/6217.Kristin_Lavransdatter","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ad074a7-a282-4388-8f5e-cb2945aee210","name":"The Gospel According to Jesus Christ","description":"By José Saramago","image":"https://learn-awesome.github.io/assets/book_covers/28859.jpg","links":"book|https://www.goodreads.com/book/show/28859.The_Gospel_According_to_Jesus_Christ","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffe69c7f-8972-4b23-b6ad-4e019cd654bd","name":"The Collected Poems of W.B. Yeats","description":"By W.B. Yeats","image":"https://learn-awesome.github.io/assets/book_covers/53022.jpg","links":"book|https://www.goodreads.com/book/show/53022.The_Collected_Poems_of_W_B_Yeats","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5333592-c063-4b90-97a3-6d75a58f5643","name":"O the Chimneys: Selected Poems, Including the Verse Play, Eli","description":"By Nelly Sachs","image":"https://learn-awesome.github.io/assets/book_covers/1239522.jpg","links":"book|https://www.goodreads.com/book/show/1239522.O_the_Chimneys","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b905e3e-a389-4eee-ab94-b10cce632476","name":"Bosnian Chronicle","description":"By Ivo Andrić","image":"https://learn-awesome.github.io/assets/book_covers/850223.jpg","links":"book|https://www.goodreads.com/book/show/850223.Bosnian_Chronicle","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b29643d5-dcb2-4acc-b7b5-24fc00db6e7a","name":"Opened Ground: Selected Poems, 1966-1996","description":"By Seamus Heaney","image":"https://learn-awesome.github.io/assets/book_covers/19186.jpg","links":"book|https://www.goodreads.com/book/show/19186.Opened_Ground","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82beb55f-2945-45dd-9761-7e9b1c899e1a","name":"The Feast of the Goat","description":"By Mario Vargas Llosa","image":"https://learn-awesome.github.io/assets/book_covers/53969.jpg","links":"book|https://www.goodreads.com/book/show/53969.The_Feast_of_the_Goat","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e71676b-5b71-4491-a1f1-952ca76a995c","name":"In My Father's Court","description":"By Isaac Bashevis Singer","image":"https://learn-awesome.github.io/assets/book_covers/224269.jpg","links":"book|https://www.goodreads.com/book/show/224269.In_My_Father_s_Court","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47dbfc55-d70e-4938-94be-f1367d693ac8","name":"De suikersteeg","description":"By Naguib Mahfouz","image":"https://learn-awesome.github.io/assets/book_covers/16181654.jpg","links":"book|https://www.goodreads.com/book/show/16181654-de-suikersteeg","topics":"psychology;spiritual","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84098900-b8d0-4ab5-a937-66f0e85ecbb3","name":"Selected Poems","description":"By E.E. Cummings","image":"https://learn-awesome.github.io/assets/book_covers/26599.jpg","links":"book|https://www.goodreads.com/book/show/26599.Selected_Poems","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a8e074c-98d1-4fb9-bc52-0f46268e842f","name":"The Gulag Archipelago 1918–1956","description":"By Aleksandr Solzhenitsyn","image":"https://learn-awesome.github.io/assets/book_covers/70561.jpg","links":"book|https://www.goodreads.com/book/show/70561.The_Gulag_Archipelago_1918_1956","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a542a105-07a7-42ac-bf78-f59581d9ab8e","name":"The Black Book","description":"By James Patterson","image":"https://learn-awesome.github.io/assets/book_covers/30736665.jpg","links":"book|https://www.goodreads.com/book/show/30736665-the-black-book","topics":"james-patterson","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2188118-01b7-473b-b7eb-705501abf923","name":"The First Circle","description":"By Aleksandr Solzhenitsyn","image":"https://learn-awesome.github.io/assets/book_covers/98969.jpg","links":"book|https://www.goodreads.com/book/show/98969.The_First_Circle","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96649d32-c226-4b32-ab06-188f21a23d37","name":"Desert","description":"By Edward Abbey","image":"https://learn-awesome.github.io/assets/book_covers/214614.jpg","links":"book|https://www.goodreads.com/book/show/214614.Desert_Solitaire","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c6c3a74-998a-4af1-9bde-9fb757c9e424","name":"Travels with Charley and Later Novels 1947–1962: The Wayward Bus / Burning Bright / Sweet Thursday / The Winter of Our Discontent / Travels with Charley in Search of America","description":"By John Steinbeck","image":"https://learn-awesome.github.io/assets/book_covers/56072.jpg","links":"book|https://www.goodreads.com/book/show/56072.Travels_with_Charley_and_Later_Novels_1947_1962","topics":"library-of-america","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9962b154-a436-4df8-85bb-ebe32eee89ea","name":"The War of the End of the World","description":"By Mario Vargas Llosa","image":"https://learn-awesome.github.io/assets/book_covers/53925.jpg","links":"book|https://www.goodreads.com/book/show/53925.The_War_of_the_End_of_the_World","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f376da9-58cf-4612-a88b-5021b05cced5","name":"Paleis van verlangen","description":"By Naguib Mahfouz","image":"https://learn-awesome.github.io/assets/book_covers/16181649.jpg","links":"book|https://www.goodreads.com/book/show/16181649-paleis-van-verlangen","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97328f24-8f55-4a5b-bb98-018b4fc350be","name":"Narcissus and Goldmund","description":"By Hermann Hesse","image":"https://learn-awesome.github.io/assets/book_covers/5954.jpg","links":"book|https://www.goodreads.com/book/show/5954.Narcissus_and_Goldmund","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0536665f-5317-4a3f-be4d-0d612d294984","name":"The Myth of Sisyphus and Other Essays","description":"By Albert Camus","image":"https://learn-awesome.github.io/assets/book_covers/11987.jpg","links":"book|https://www.goodreads.com/book/show/11987.The_Myth_of_Sisyphus_and_Other_Essays","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f3ac00e-285e-461c-b59f-deed4c5634ad","name":"Les Thibault I: Le Cahier Gris; Le Penitencier; La Belle Saison","description":"By Roger Martin du Gard","image":"https://learn-awesome.github.io/assets/book_covers/13646554.jpg","links":"book|https://www.goodreads.com/book/show/13646554-les-thibault-i","topics":"french","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b204df47-f482-4b99-ac4e-29631325f45c","name":"The Slave","description":"By Solomon Northup","image":"https://learn-awesome.github.io/assets/book_covers/18478222.jpg","links":"book|https://www.goodreads.com/book/show/18478222-twelve-years-a-slave","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18c99196-98ac-472a-9a59-430d0d5bafac","name":"Independent People","description":"By Halldór Kiljan Laxness","image":"https://learn-awesome.github.io/assets/book_covers/77287.jpg","links":"book|https://www.goodreads.com/book/show/77287.Independent_People","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5e3781f-ffd4-4979-8be9-ab3c03f5d4d6","name":"Hoe het groeide","description":"By Knut Hamsun","image":"https://learn-awesome.github.io/assets/book_covers/3214782.jpg","links":"book|https://www.goodreads.com/book/show/3214782-hoe-het-groeide","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfda9e68-2181-4d4c-a768-e5ec0c74df54","name":"Henri Bergson: Key Writings","description":"By Henri Bergson","image":"https://learn-awesome.github.io/assets/book_covers/115736.jpg","links":"book|https://www.goodreads.com/book/show/115736.Henri_Bergson","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"987cf351-6359-4b7d-8e79-42c3ca481973","name":"The Forsyte Saga (The Forsyte Chronicles, #1-3)","description":"By John Galsworthy","image":"https://learn-awesome.github.io/assets/book_covers/103159.jpg","links":"book|https://www.goodreads.com/book/show/103159.The_Forsyte_Saga","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fe9b44f-7811-4ef8-9374-592795e7e5aa","name":"Wandering Star","description":"By Romina Russell","image":"https://learn-awesome.github.io/assets/book_covers/24930075.jpg","links":"book|https://www.goodreads.com/book/show/24930075-wandering-star","topics":"young-adult","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e701e597-c9a7-4031-9cbb-7f607136bc76","name":"The Cave","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/41811.jpg","links":"book|https://www.goodreads.com/book/show/41811.The_Caves_of_Steel","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6520a6be-0e60-46ec-80e9-cfed9b4d71f0","name":"Buddenbrooks","description":"By Thomas Mann","image":"https://learn-awesome.github.io/assets/book_covers/80890.jpg","links":"book|https://www.goodreads.com/book/show/80890.Buddenbrooks","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ad0bd4c-c804-4562-bdcd-ee19db755309","name":"Palace Walk","description":"By Naguib Mahfouz","image":"https://learn-awesome.github.io/assets/book_covers/762134.jpg","links":"book|https://www.goodreads.com/book/show/762134.Palace_Walk","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f608dc6-ff33-4312-986d-376519855890","name":"Quo Vadis","description":"By Henryk Sienkiewicz","image":"https://learn-awesome.github.io/assets/book_covers/538845.jpg","links":"book|https://www.goodreads.com/book/show/538845.Quo_Vadis","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80e97f6a-8761-4920-a744-4c75690e951c","name":"The Labyrinth of Solitude and Other Writings","description":"By Octavio Paz","image":"https://learn-awesome.github.io/assets/book_covers/11702.jpg","links":"book|https://www.goodreads.com/book/show/11702.The_Labyrinth_of_Solitude_and_Other_Writings","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ecab888-c21e-4307-ba20-efd08db5cd73","name":"The Progress of Love","description":"By Alice Munro","image":"https://learn-awesome.github.io/assets/book_covers/31659.jpg","links":"book|https://www.goodreads.com/book/show/31659.The_Progress_of_Love","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5bdef316-3421-4c7a-87d7-3733f16fc51d","name":"Carried Away: A Personal Selection of Stories","description":"By Alice Munro","image":"https://learn-awesome.github.io/assets/book_covers/14279.jpg","links":"book|https://www.goodreads.com/book/show/14279.Carried_Away","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2375dc06-e8bb-47a2-b350-6f78f88ef7bf","name":"A Clean Well Lighted Place","description":"By Ernest Hemingway","image":"https://learn-awesome.github.io/assets/book_covers/553930.jpg","links":"book|https://www.goodreads.com/book/show/553930.A_Clean_Well_Lighted_Place","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50c5a124-b2fc-458f-a306-f3f5545764a6","name":"The Magic Mountain","description":"By Thomas Mann","image":"https://learn-awesome.github.io/assets/book_covers/88077.jpg","links":"book|https://www.goodreads.com/book/show/88077.The_Magic_Mountain","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44a4867a-03a3-4aeb-bef7-43baea7f2268","name":"Jean-Christophe","description":"By Romain Rolland","image":"https://learn-awesome.github.io/assets/book_covers/73322.jpg","links":"book|https://www.goodreads.com/book/show/73322.Jean_Christophe_Vol_I","topics":"french","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"894b949a-d8f6-4cb4-a454-e250a127d901","name":"Pavilion of Women","description":"By Pearl S. Buck","image":"https://learn-awesome.github.io/assets/book_covers/40776819.jpg","links":"book|https://www.goodreads.com/book/show/40776819-pavilion-of-women","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c749c82-4a1a-4c74-baea-277654a423a0","name":"Strife","description":"By Cate Tiernan","image":"https://learn-awesome.github.io/assets/book_covers/775980.jpg","links":"book|https://www.goodreads.com/book/show/775980.Strife","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a21dff3d-9b26-4df6-af2c-1fbe404d7156","name":"Dance of the Happy Shades","description":"By Alice Munro","image":"https://learn-awesome.github.io/assets/book_covers/322662.jpg","links":"book|https://www.goodreads.com/book/show/322662.Dance_of_the_Happy_Shades","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d6d52eb-17bd-4752-b4f9-13d60147e761","name":"The Remains of the Day","description":"By Kazuo Ishiguro","image":"https://learn-awesome.github.io/assets/book_covers/28921.jpg","links":"book|https://www.goodreads.com/book/show/28921.The_Remains_of_the_Day","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0fa084ea-0d72-48e0-9c05-fe57e508c84a","name":"Demian. Die Geschichte von Emil Sinclairs Jugend","description":"By Hermann Hesse","image":"https://learn-awesome.github.io/assets/book_covers/24861.jpg","links":"book|https://www.goodreads.com/book/show/24861.Demian_Die_Geschichte_von_Emil_Sinclairs_Jugend","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d655ed8-bdb4-454f-9a14-e6aa7e987cda","name":"Steppenwolf","description":"By Hermann Hesse","image":"https://learn-awesome.github.io/assets/book_covers/16631.jpg","links":"book|https://www.goodreads.com/book/show/16631.Steppenwolf","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4205a8e0-fc63-4812-9bdc-001ce7892885","name":"Accidental Death of an Anarchist","description":"By Dario Fo","image":"https://learn-awesome.github.io/assets/book_covers/72957.jpg","links":"book|https://www.goodreads.com/book/show/72957.Accidental_Death_of_an_Anarchist","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"353ca745-4d85-48db-93d2-7046c5424b15","name":"Återstoden av dagen","description":"By Kazuo Ishiguro","image":"https://learn-awesome.github.io/assets/book_covers/18719853.jpg","links":"book|https://www.goodreads.com/book/show/18719853-terstoden-av-dagen","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64e47259-24b4-4209-947f-ac99cc95a940","name":"In Praise of Reading and Fiction: The Nobel Lecture","description":"By Mario Vargas Llosa","image":"https://learn-awesome.github.io/assets/book_covers/11333069.jpg","links":"book|https://www.goodreads.com/book/show/11333069-in-praise-of-reading-and-fiction","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9531696-3d19-4c04-869b-0903b3cb9309","name":"Blindness","description":"By José Saramago","image":"https://learn-awesome.github.io/assets/book_covers/40495148.jpg","links":"book|https://www.goodreads.com/book/show/40495148-blindness","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ac7bd95-86e4-4cfe-8f51-768e61b39030","name":"La ciudad y los perros","description":"By Mario Vargas Llosa","image":"https://learn-awesome.github.io/assets/book_covers/60142.jpg","links":"book|https://www.goodreads.com/book/show/60142.La_ciudad_y_los_perros","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2093f2e1-4fc9-455f-9540-3013e666b3bc","name":"The Waste Land","description":"By T.S. Eliot","image":"https://learn-awesome.github.io/assets/book_covers/34080.jpg","links":"book|https://www.goodreads.com/book/show/34080.The_Waste_Land","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71c55714-f62b-4d1f-8bbe-71385b5adf7f","name":"The Glass Bead Game","description":"By Hermann Hesse","image":"https://learn-awesome.github.io/assets/book_covers/16634.jpg","links":"book|https://www.goodreads.com/book/show/16634.The_Glass_Bead_Game","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b185a399-d488-484a-88a4-51e057f55a81","name":"Friend Of My Youth","description":"By Alice Munro","image":"https://learn-awesome.github.io/assets/book_covers/111152.jpg","links":"book|https://www.goodreads.com/book/show/111152.Friend_of_My_Youth","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1523b8a-e13d-4e80-9ed3-afe4ad48df0a","name":"The Imaginary","description":"By Matthew Dicks","image":"https://learn-awesome.github.io/assets/book_covers/13538552.jpg","links":"book|https://www.goodreads.com/book/show/13538552-memoirs-of-an-imaginary-friend","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd683078-8113-4c43-aca3-830f1f3c08b3","name":"أولاد حارتنا","description":"By Naguib Mahfouz","image":"https://learn-awesome.github.io/assets/book_covers/2364284.jpg","links":"book|https://www.goodreads.com/book/show/2364284._","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a93b4a5-79e2-4d2c-bf3b-66c92aa8deca","name":"Just so Stories","description":"By Rudyard Kipling","image":"https://learn-awesome.github.io/assets/book_covers/34053.jpg","links":"book|https://www.goodreads.com/book/show/34053.Just_So_Stories","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b31c03a-1091-412a-bf8e-0a24fe873a93","name":"Sweet Thursday (Cannery Row, #2)","description":"By John Steinbeck","image":"https://learn-awesome.github.io/assets/book_covers/56077.jpg","links":"book|https://www.goodreads.com/book/show/56077.Sweet_Thursday","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a68f244-03b1-4c81-a0d4-572919e48113","name":"Something I've Been Meaning to Tell You: 13 Stories","description":"By Alice Munro","image":"https://learn-awesome.github.io/assets/book_covers/14283.jpg","links":"book|https://www.goodreads.com/book/show/14283.Something_I_ve_Been_Meaning_to_Tell_You","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b40ffc9c-e21b-4329-886a-6defeba9e962","name":"Matter and Memory","description":"By Henri Bergson","image":"https://learn-awesome.github.io/assets/book_covers/865540.jpg","links":"book|https://www.goodreads.com/book/show/865540.Matter_and_Memory","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"caae611e-31af-4fe5-bd48-34594984a800","name":"Travels with Charley: In Search of America","description":"By John Steinbeck","image":"https://learn-awesome.github.io/assets/book_covers/5306.jpg","links":"book|https://www.goodreads.com/book/show/5306.Travels_with_Charley","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e84f6e0-d9d8-4be2-a987-7a8347904dd7","name":"Pan","description":"By J.M. Barrie","image":"https://learn-awesome.github.io/assets/book_covers/34268.jpg","links":"book|https://www.goodreads.com/book/show/34268.Peter_Pan","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfb9fd7f-0e57-4ab7-a62c-ffc13c595229","name":"Doctor Faustus","description":"By Thomas Mann","image":"https://learn-awesome.github.io/assets/book_covers/34440.jpg","links":"book|https://www.goodreads.com/book/show/34440.Doctor_Faustus","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6fbf0bb-0f73-4427-a761-768c0fdbf0dd","name":"Old Possum's Book of Practical Cats","description":"By T.S. Eliot","image":"https://learn-awesome.github.io/assets/book_covers/402128.jpg","links":"book|https://www.goodreads.com/book/show/402128.Old_Possum_s_Book_of_Practical_Cats","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"281132cd-c03f-4d83-bae5-3fb44d922240","name":"Open Secrets","description":"By Alice Munro","image":"https://learn-awesome.github.io/assets/book_covers/14286.jpg","links":"book|https://www.goodreads.com/book/show/14286.Open_Secrets","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77e8dc18-3f90-47a2-ab83-b6a6c078237d","name":"The History of Western Philosophy","description":"By Bertrand Russell","image":"https://learn-awesome.github.io/assets/book_covers/243685.jpg","links":"book|https://www.goodreads.com/book/show/243685.A_History_of_Western_Philosophy","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a713e7bb-f157-4a45-b34f-5745d6adecc8","name":"Long Day's Journey into Night","description":"By Eugene O'Neill","image":"https://learn-awesome.github.io/assets/book_covers/12083.jpg","links":"book|https://www.goodreads.com/book/show/12083.Long_Day_s_Journey_into_Night","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0d8bd15-4ae4-4d9a-b3f1-2d8d1c2f8834","name":"Mysteriën","description":"By Knut Hamsun","image":"https://learn-awesome.github.io/assets/book_covers/17440398.jpg","links":"book|https://www.goodreads.com/book/show/17440398-hunger-mysterien","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"814b21b0-7b2e-4f51-8fb1-a2ac9c1768ab","name":"Caligula","description":"By Albert Camus","image":"https://learn-awesome.github.io/assets/book_covers/15698.jpg","links":"book|https://www.goodreads.com/book/show/15698.Caligula","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10601767-1cc8-4df6-b109-38664d5e1e69","name":"Antología poética","description":"By Antonio Machado","image":"https://learn-awesome.github.io/assets/book_covers/1601930.jpg","links":"book|https://www.goodreads.com/book/show/1601930.Antolog_a_Po_tica","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f920ac54-3ae2-4929-9220-a1a740932889","name":"One Hundred Years of Solitude","description":"By Gabriel García Márquez","image":"https://learn-awesome.github.io/assets/book_covers/320.jpg","links":"book|https://www.goodreads.com/book/show/320.One_Hundred_Years_of_Solitude","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea840cfa-708e-47ed-a27b-ff64e7d65b3d","name":"The Book of Questions","description":"By Pablo Neruda","image":"https://learn-awesome.github.io/assets/book_covers/23183.jpg","links":"book|https://www.goodreads.com/book/show/23183.The_Book_of_Questions","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fd9f19b-6b15-49df-bfd4-4e4eec2d3dc7","name":"A Summer of Faulkner: As I Lay Dying, The Sound and the Fury, Light in August","description":"By William Faulkner","image":"https://learn-awesome.github.io/assets/book_covers/5200.jpg","links":"book|https://www.goodreads.com/book/show/5200.A_Summer_of_Faulkner","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3d5dee1-909e-4072-9b08-57c4d7bafb7e","name":"The Stories of Heinrich Böll","description":"By Heinrich Böll","image":"https://learn-awesome.github.io/assets/book_covers/69881.jpg","links":"book|https://www.goodreads.com/book/show/69881.The_Stories_of_Heinrich_B_ll","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9797eb98-64f8-4cc6-8331-bbada93d7fdd","name":"And Quiet Flows the Don","description":"By Mikhail Sholokhov","image":"https://learn-awesome.github.io/assets/book_covers/78024.jpg","links":"book|https://www.goodreads.com/book/show/78024.And_Quiet_Flows_the_Don","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8d2eaae-29d0-44c3-a10d-1b6114114227","name":"Hateship, Friendship, Courtship, Loveship, Marriage: Stories","description":"By Alice Munro","image":"https://learn-awesome.github.io/assets/book_covers/111126.jpg","links":"book|https://www.goodreads.com/book/show/111126.Hateship_Friendship_Courtship_Loveship_Marriage","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfec5b82-610e-4572-8da2-c7346fe8df80","name":"The Pastures of Heaven","description":"By John Steinbeck","image":"https://learn-awesome.github.io/assets/book_covers/186369.jpg","links":"book|https://www.goodreads.com/book/show/186369.The_Pastures_of_Heaven","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e4fb7f4-0862-42de-b879-1b28ca939a41","name":"The Wonderful Adventures of Nils","description":"By Selma Lagerlöf","image":"https://learn-awesome.github.io/assets/book_covers/771287.jpg","links":"book|https://www.goodreads.com/book/show/771287.The_Wonderful_Adventures_of_Nils","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df8ab255-5d90-4c67-aaa2-7acc57d21710","name":"A Moveable Feast","description":"By Ernest Hemingway","image":"https://learn-awesome.github.io/assets/book_covers/4631.jpg","links":"book|https://www.goodreads.com/book/show/4631.A_Moveable_Feast","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d372c3fa-026d-4047-a612-f8d9800c6953","name":"Song of Solomon","description":"By Toni Morrison","image":"https://learn-awesome.github.io/assets/book_covers/11334.jpg","links":"book|https://www.goodreads.com/book/show/11334.Song_of_Solomon","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ec174e1-f2e0-4534-bcb3-ce37f7b9f914","name":"Doctor Zhivago","description":"By Boris Pasternak","image":"https://learn-awesome.github.io/assets/book_covers/130440.jpg","links":"book|https://www.goodreads.com/book/show/130440.Doctor_Zhivago","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb6aef17-e4c2-43af-b194-d4ee698453e0","name":"Cannery Row","description":"By John Steinbeck","image":"https://learn-awesome.github.io/assets/book_covers/4799.jpg","links":"book|https://www.goodreads.com/book/show/4799.Cannery_Row","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e4a7251-4935-4b01-8510-d2cfd8ac622c","name":"The Love of a Good Woman","description":"By Alice Munro","image":"https://learn-awesome.github.io/assets/book_covers/111151.jpg","links":"book|https://www.goodreads.com/book/show/111151.The_Love_of_a_Good_Woman","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4c43863-04bb-4822-9479-ad805fd12853","name":"A Moon for the Misbegotten","description":"By Eugene O'Neill","image":"https://learn-awesome.github.io/assets/book_covers/150144.jpg","links":"book|https://www.goodreads.com/book/show/150144.A_Moon_for_the_Misbegotten","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0fb60a75-5fdf-4f3e-bb0b-e3ac9836dae3","name":"De weg van een man","description":"By Nicholas Sparks","image":"https://learn-awesome.github.io/assets/book_covers/43417407.jpg","links":"book|https://www.goodreads.com/book/show/43417407-de-ontmoeting","topics":"nicholas-sparks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"09209959-d357-46ff-9624-ecf9a765de22","name":"The Jungle Books","description":"By Rudyard Kipling","image":"https://learn-awesome.github.io/assets/book_covers/41684.jpg","links":"book|https://www.goodreads.com/book/show/41684.The_Jungle_Books","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a9f3ab6-0c5e-4f98-b712-bfd73a3dc003","name":"The Clown","description":"By Heinrich Böll","image":"https://learn-awesome.github.io/assets/book_covers/69091.jpg","links":"book|https://www.goodreads.com/book/show/69091.The_Clown","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d1b6903-2d48-40c3-b7bc-24da831e6b0b","name":"The Creative Mind","description":"By Henri Bergson","image":"https://learn-awesome.github.io/assets/book_covers/208057.jpg","links":"book|https://www.goodreads.com/book/show/208057.The_Creative_Mind","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5e00b5b-8bab-4546-863f-4b9c68595eec","name":"The Late Mattia Pascal","description":"By Luigi Pirandello","image":"https://learn-awesome.github.io/assets/book_covers/12116.jpg","links":"book|https://www.goodreads.com/book/show/12116.The_Late_Mattia_Pascal","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc97ec5e-e39c-4da8-827f-74845f0b242c","name":"Siddhartha","description":"By Hermann Hesse","image":"https://learn-awesome.github.io/assets/book_covers/52036.jpg","links":"book|https://www.goodreads.com/book/show/52036.Siddhartha","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a9cb618-c524-47ec-b30f-3befe4125cac","name":"The Thief and the Dogs","description":"By Naguib Mahfouz","image":"https://learn-awesome.github.io/assets/book_covers/96560.jpg","links":"book|https://www.goodreads.com/book/show/96560.The_Beggar_The_Thief_and_the_Dogs_Autumn_Quail","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2f94685-73d7-4119-9e3f-aacbfea108a5","name":"War","description":"By Max Brooks","image":"https://learn-awesome.github.io/assets/book_covers/8908.jpg","links":"book|https://www.goodreads.com/book/show/8908.World_War_Z","topics":"horror","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b37f4d92-353c-425a-abbf-77080901ff6a","name":"The Bluest Eye","description":"By Toni Morrison","image":"https://learn-awesome.github.io/assets/book_covers/11337.jpg","links":"book|https://www.goodreads.com/book/show/11337.The_Bluest_Eye","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75d41450-919e-4fa2-8c68-5b1192132904","name":"East Wind: West Wind","description":"By Pearl S. Buck","image":"https://learn-awesome.github.io/assets/book_covers/14648.jpg","links":"book|https://www.goodreads.com/book/show/14648.East_Wind","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"331be4ef-105f-4a09-af06-c69ba5088ca1","name":"The Sibyl","description":"By Pär Lagerkvist","image":"https://learn-awesome.github.io/assets/book_covers/405987.jpg","links":"book|https://www.goodreads.com/book/show/405987.The_Sibyl","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3eed0f9a-1787-4629-ae32-7eb085fa8b7b","name":"Palm-of-the-Hand Stories","description":"By Yasunari Kawabata","image":"https://learn-awesome.github.io/assets/book_covers/14031.jpg","links":"book|https://www.goodreads.com/book/show/14031.Palm_of_the_Hand_Stories","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47427016-69c1-48fb-92aa-05e0405c9772","name":"Time and Free Will: An Essay on the Immediate Data of Consciousness","description":"By Frank Lubecki Pogson Henri Bergson","image":null,"links":"book|https://www.goodreads.com/book/show/12183299-time-and-free-will","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28670373-3111-4227-81dc-9e9c871def8b","name":"The Possessed","description":"By Flora Rheta Schreiber","image":"https://learn-awesome.github.io/assets/book_covers/67920.jpg","links":"book|https://www.goodreads.com/book/show/67920.Sybil","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1f6badc-c795-406d-bd9e-7205557aa4ae","name":"Salka Valka","description":"By Halldór Kiljan Laxness","image":"https://learn-awesome.github.io/assets/book_covers/150473.jpg","links":"book|https://www.goodreads.com/book/show/150473.Salka_Valka","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdc9edd8-e559-4a69-a254-b05692e5421a","name":"Death with Interruptions","description":"By José Saramago","image":"https://learn-awesome.github.io/assets/book_covers/3018539.jpg","links":"book|https://www.goodreads.com/book/show/3018539-death-with-interruptions","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"192ea8a4-61eb-4076-828f-2bd6c1754b76","name":"Omeros","description":"By Derek Walcott","image":"https://learn-awesome.github.io/assets/book_covers/786699.jpg","links":"book|https://www.goodreads.com/book/show/786699.Omeros","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d244ca6f-9bb1-4138-b7d3-def9549ac6e7","name":"Lives of Girls and Women","description":"By Alice Munro","image":"https://learn-awesome.github.io/assets/book_covers/14285.jpg","links":"book|https://www.goodreads.com/book/show/14285.Lives_of_Girls_and_Women","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35120b34-47e6-4db6-b134-b248d3bb4b91","name":"Elmer Gantry","description":"By Sinclair Lewis","image":"https://learn-awesome.github.io/assets/book_covers/11378.jpg","links":"book|https://www.goodreads.com/book/show/11378.Elmer_Gantry","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39823ed0-f9b4-4749-8010-97eee41ee07e","name":"Mourning Becomes Electra","description":"By Eugene O'Neill","image":"https://learn-awesome.github.io/assets/book_covers/212896.jpg","links":"book|https://www.goodreads.com/book/show/212896.Mourning_Becomes_Electra","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e976a91-354b-4113-96ff-52336db870d2","name":"The Good Earth ","description":"By Pearl S. Buck","image":"https://learn-awesome.github.io/assets/book_covers/1078.jpg","links":"book|https://www.goodreads.com/book/show/1078.The_Good_Earth","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eec06d43-fac8-4ece-9df9-08ad55a42b2a","name":"The Rebel","description":"By Alwyn Hamilton","image":"https://learn-awesome.github.io/assets/book_covers/24934065.jpg","links":"book|https://www.goodreads.com/book/show/24934065-rebel-of-the-sands","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69011322-8caf-47dc-9076-54101e84ce40","name":"The Plague","description":"By Albert Camus","image":"https://learn-awesome.github.io/assets/book_covers/11989.jpg","links":"book|https://www.goodreads.com/book/show/11989.The_Plague","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4fc0539c-9d52-400d-a5c6-0234eb1d3757","name":"Of Love and Other Demons","description":"By Gabriel García Márquez","image":"https://learn-awesome.github.io/assets/book_covers/23876.jpg","links":"book|https://www.goodreads.com/book/show/23876.Of_Love_and_Other_Demons","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fc459e1-d9d8-4a6d-9757-f73a6932129c","name":"De jaren des onderscheids","description":"By Jean-Paul Sartre","image":"https://learn-awesome.github.io/assets/book_covers/12996244.jpg","links":"book|https://www.goodreads.com/book/show/12996244-de-jaren-des-onderscheids","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6730143-5e31-46fe-8cfc-1a14f802c942","name":"The Stranger","description":"By Albert Camus","image":"https://learn-awesome.github.io/assets/book_covers/49552.jpg","links":"book|https://www.goodreads.com/book/show/49552.The_Stranger","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe2d55b3-4223-490c-87aa-0821a1aeb07d","name":"Runaway","description":"By John Grisham","image":"https://learn-awesome.github.io/assets/book_covers/24192.jpg","links":"book|https://www.goodreads.com/book/show/24192.The_Runaway_Jury","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"372117b1-fdd2-4383-906b-d7809b5b7e5c","name":"De heer Cevdet en zonen","description":"By Orhan Pamuk","image":"https://learn-awesome.github.io/assets/book_covers/13182130.jpg","links":"book|https://www.goodreads.com/book/show/13182130-de-heer-cevdet-en-zonen","topics":"turkish-literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"388edf95-5b49-4b5e-ac06-c113387934f6","name":"For Whom the Bell Tolls","description":"By Ernest Hemingway","image":"https://learn-awesome.github.io/assets/book_covers/46170.jpg","links":"book|https://www.goodreads.com/book/show/46170.For_Whom_the_Bell_Tolls","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4def3799-f72a-4485-867f-b9138d1f0df3","name":"Absalom, Absalom!","description":"By William Faulkner","image":"https://learn-awesome.github.io/assets/book_covers/373755.jpg","links":"book|https://www.goodreads.com/book/show/373755.Absalom_Absalom_","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b821cb17-a602-4df4-b556-4221458b3709","name":"Chronicle of a Death Foretold","description":"By Gabriel García Márquez","image":"https://learn-awesome.github.io/assets/book_covers/23878.jpg","links":"book|https://www.goodreads.com/book/show/23878.Chronicle_of_a_Death_Foretold","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70de3ccc-f69d-46e6-8aa9-2908693931a0","name":"The Tin Drum","description":"By Günter Grass","image":"https://learn-awesome.github.io/assets/book_covers/35743.jpg","links":"book|https://www.goodreads.com/book/show/35743.The_Tin_Drum","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8ed3705-52e7-4fa7-babb-e8e1121b8009","name":"The Grapes of Wrath","description":"By John Steinbeck","image":"https://learn-awesome.github.io/assets/book_covers/18114322.jpg","links":"book|https://www.goodreads.com/book/show/18114322-the-grapes-of-wrath","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5652833-a14d-44e0-b41d-0ca7a69521dd","name":"One Day in the Life of Ivan Denisovich","description":"By Aleksandr Solzhenitsyn","image":"https://learn-awesome.github.io/assets/book_covers/17125.jpg","links":"book|https://www.goodreads.com/book/show/17125.One_Day_in_the_Life_of_Ivan_Denisovich","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e22efd2-fdcd-4af0-bf1e-b3690ea24b2c","name":"The Iceman Cometh","description":"By Eugene O'Neill","image":"https://learn-awesome.github.io/assets/book_covers/111734.jpg","links":"book|https://www.goodreads.com/book/show/111734.The_Iceman_Cometh","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6fb43f4-ec79-491d-ba1e-3292dac17cce","name":"The Tree of Man","description":"By Patrick White","image":"https://learn-awesome.github.io/assets/book_covers/561413.jpg","links":"book|https://www.goodreads.com/book/show/561413.The_Tree_Of_Man","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de3c18c6-e8ae-4c10-a9a8-88c51b7a5425","name":"Six Feet of the Country","description":"By Nadine Gordimer","image":"https://learn-awesome.github.io/assets/book_covers/96335.jpg","links":"book|https://www.goodreads.com/book/show/96335.Six_Feet_of_the_Country","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ace1c5b3-1d91-4c4c-83c7-ed53b64ff8c9","name":"Group Portrait With Lady","description":"By Heinrich Böll","image":"https://learn-awesome.github.io/assets/book_covers/27558.jpg","links":"book|https://www.goodreads.com/book/show/27558.Group_Portrait_with_Lady","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"583ec47f-3a18-404e-956f-d852b43df111","name":"Light in August","description":"By William Faulkner","image":"https://learn-awesome.github.io/assets/book_covers/10979.jpg","links":"book|https://www.goodreads.com/book/show/10979.Light_in_August","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19fc7e86-9dd9-4709-a5cc-655655f3a9c7","name":"Six Characters in Search of an Author and Other Plays","description":"By Luigi Pirandello","image":"https://learn-awesome.github.io/assets/book_covers/12113.jpg","links":"book|https://www.goodreads.com/book/show/12113.Six_Characters_in_Search_of_an_Author_and_Other_Plays","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f619801-9e57-443a-b0bb-bc88f8b0d46e","name":"The French Lieutenant's Woman: The Screenplay","description":"By Harold Pinter","image":"https://learn-awesome.github.io/assets/book_covers/197792.jpg","links":"book|https://www.goodreads.com/book/show/197792.The_French_Lieutenant_s_Woman","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2da562f4-41d3-4158-b602-ae2e38d6e902","name":"Waiting for the Barbarians","description":"By J.M. Coetzee","image":"https://learn-awesome.github.io/assets/book_covers/6194.jpg","links":"book|https://www.goodreads.com/book/show/6194.Waiting_for_the_Barbarians","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8931b2e5-6861-42c9-a48e-7ebea81d6872","name":"Nausea","description":"By Jean-Paul Sartre","image":"https://learn-awesome.github.io/assets/book_covers/298275.jpg","links":"book|https://www.goodreads.com/book/show/298275.Nausea","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1387c2c-8f9a-4b88-aea9-56e9e467ced6","name":"The Burial at Thebes: A Version of Sophocles' Antigone","description":"By Seamus Heaney","image":"https://learn-awesome.github.io/assets/book_covers/130405.jpg","links":"book|https://www.goodreads.com/book/show/130405.The_Burial_at_Thebes","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23ac4c14-f6a7-4fb4-9889-8d2bf700fcd9","name":"Aunt Julia And The Scriptwriter","description":"By Mario Vargas Llosa","image":"https://learn-awesome.github.io/assets/book_covers/77298.jpg","links":"book|https://www.goodreads.com/book/show/77298.Aunt_Julia_and_the_Scriptwriter","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"741c7a4f-9e30-46cc-968f-2d39b731afab","name":"The Sound of the Mountain","description":"By Yasunari Kawabata","image":"https://learn-awesome.github.io/assets/book_covers/59950.jpg","links":"book|https://www.goodreads.com/book/show/59950.The_Sound_of_the_Mountain","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e355b15f-af8b-4512-8d36-2beec80d1a48","name":"The Moons of Jupiter","description":"By Alice Munro","image":"https://learn-awesome.github.io/assets/book_covers/25322.jpg","links":"book|https://www.goodreads.com/book/show/25322.The_Moons_of_Jupiter","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1f2d33e-cea1-43cd-b9bb-5eead9b4647a","name":"A History of Rome","description":"By Livy","image":"https://learn-awesome.github.io/assets/book_covers/68542.jpg","links":"book|https://www.goodreads.com/book/show/68542.The_History_of_Rome_Books_1_5","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65b3b00a-33cf-4109-88b6-01910a587904","name":"De ring gesloten","description":"By Knut Hamsun","image":"https://learn-awesome.github.io/assets/book_covers/16093525.jpg","links":"book|https://www.goodreads.com/book/show/16093525-de-ring-gesloten","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a614dab8-6d56-4ee8-a63a-4fe121a9f30c","name":"Aké: The Years of Childhood","description":"By Wole Soyinka","image":"https://learn-awesome.github.io/assets/book_covers/2567.jpg","links":"book|https://www.goodreads.com/book/show/2567.Ak_","topics":"africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e88564d-4db3-4c8a-8f41-0a59f4b09d19","name":"The Fall","description":"By Lauren Oliver","image":"https://learn-awesome.github.io/assets/book_covers/6482837.jpg","links":"book|https://www.goodreads.com/book/show/6482837-before-i-fall","topics":"young-adult","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e7ceb03-e470-4523-8dc3-9a2e9ae905f8","name":"Baltasar and Blimunda","description":"By José Saramago","image":"https://learn-awesome.github.io/assets/book_covers/2530.jpg","links":"book|https://www.goodreads.com/book/show/2530.Baltasar_and_Blimunda","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7eac54d0-dd65-47f0-8a61-0b8af14340d2","name":"Aniara: katsaus ihmiseen ajassa ja tilassa","description":"By Harry Martinson","image":"https://learn-awesome.github.io/assets/book_covers/16284503.jpg","links":"book|https://www.goodreads.com/book/show/16284503-aniara","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d265fcec-9693-455e-a8d5-49daf3c588a2","name":"The Life of Arseniev: Youth","description":"By Ivan Bunin","image":"https://learn-awesome.github.io/assets/book_covers/1186953.jpg","links":"book|https://www.goodreads.com/book/show/1186953.The_Life_of_Arseniev","topics":"russian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21dd37c2-9307-45f2-97f0-4f6590d741d0","name":"Love in the Time of Cholera","description":"By Gabriel García Márquez","image":"https://learn-awesome.github.io/assets/book_covers/9712.jpg","links":"book|https://www.goodreads.com/book/show/9712.Love_in_the_Time_of_Cholera","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4a37057-c812-4d3c-852d-dd0c05fc2191","name":"Pygmalion","description":"By George Bernard Shaw","image":"https://learn-awesome.github.io/assets/book_covers/7714.jpg","links":"book|https://www.goodreads.com/book/show/7714.Pygmalion","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"005735e2-8c8b-4f78-ab46-152c33f10961","name":"Happy Days","description":"By Samuel Beckett","image":"https://learn-awesome.github.io/assets/book_covers/104608.jpg","links":"book|https://www.goodreads.com/book/show/104608.Happy_Days","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c7cb0d4-78da-4ac6-a6ab-dd992dc4e759","name":"Death in Venice and Other Tales","description":"By Thomas Mann","image":"https://learn-awesome.github.io/assets/book_covers/53064.jpg","links":"book|https://www.goodreads.com/book/show/53064.Death_in_Venice_and_Other_Tales","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0f59fd3-8914-46e8-bb23-14e2dcf93e43","name":"All the Names","description":"By José Saramago","image":"https://learn-awesome.github.io/assets/book_covers/2528.jpg","links":"book|https://www.goodreads.com/book/show/2528.All_the_Names","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72e50526-f180-467d-a7ed-abda557cb0fe","name":"Puck of Pook's Hill","description":"By Rudyard Kipling","image":"https://learn-awesome.github.io/assets/book_covers/571197.jpg","links":"book|https://www.goodreads.com/book/show/571197.Puck_of_Pook_s_Hill","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7894a9d9-2ba2-4ec5-a145-00ab3f88f46a","name":"Captains Courageous","description":"By Rudyard Kipling","image":"https://learn-awesome.github.io/assets/book_covers/34057.jpg","links":"book|https://www.goodreads.com/book/show/34057.Captains_Courageous","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d95d77ff-2673-409e-a63b-6af4482ba690","name":"Man and Superman","description":"By George Bernard Shaw","image":"https://learn-awesome.github.io/assets/book_covers/364284.jpg","links":"book|https://www.goodreads.com/book/show/364284.Man_and_Superman","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39fc4fda-d2fe-43e8-ba82-b5d2b3584e63","name":"A Personal Matter","description":"By Kenzaburō Ōe","image":"https://learn-awesome.github.io/assets/book_covers/25191.jpg","links":"book|https://www.goodreads.com/book/show/25191.A_Personal_Matter","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc8cb617-5b4a-4e03-9783-cb0dcb571ddc","name":"Snows of Kilimanjaro and Other Stories","description":"By Ernest Hemingway","image":"https://learn-awesome.github.io/assets/book_covers/4645.jpg","links":"book|https://www.goodreads.com/book/show/4645.The_Snows_of_Kilimanjaro_and_Other_Stories","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edae1b4d-6e12-4dac-b6ea-55f2ee6a1133","name":"Iceland's Bell","description":"By Halldór Kiljan Laxness","image":"https://learn-awesome.github.io/assets/book_covers/14267.jpg","links":"book|https://www.goodreads.com/book/show/14267.Iceland_s_Bell","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2173ab98-3161-41f0-9435-5f4d077c96ac","name":"No One Writes to the Colonel and Other Stories","description":"By Gabriel García Márquez","image":"https://learn-awesome.github.io/assets/book_covers/23885.jpg","links":"book|https://www.goodreads.com/book/show/23885.No_One_Writes_to_the_Colonel_and_Other_Stories","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af7c74b3-0b84-430b-a4b1-eec807a602f9","name":"The Sound and the Fury","description":"By William Faulkner","image":"https://learn-awesome.github.io/assets/book_covers/10975.jpg","links":"book|https://www.goodreads.com/book/show/10975.The_Sound_and_the_Fury","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7d6db1d-688c-41eb-8b52-130b7de3965f","name":"Beauty and Sadness","description":"By Yasunari Kawabata","image":"https://learn-awesome.github.io/assets/book_covers/14029.jpg","links":"book|https://www.goodreads.com/book/show/14029.Beauty_and_Sadness","topics":"japan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7c7d58d-088c-4f52-8d25-4ffc91c6f976","name":"Back to Methuselah","description":"By George Bernard Shaw","image":"https://learn-awesome.github.io/assets/book_covers/546372.jpg","links":"book|https://www.goodreads.com/book/show/546372.Back_to_Methuselah","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f343e1f4-77da-408a-909b-d61acd25fba5","name":"Arms and the Man","description":"By George Bernard Shaw","image":"https://learn-awesome.github.io/assets/book_covers/383018.jpg","links":"book|https://www.goodreads.com/book/show/383018.Arms_and_the_Man","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a0b5900-a7d9-40c2-b63c-470760cf9549","name":"The President","description":"By Bill Clinton","image":"https://learn-awesome.github.io/assets/book_covers/35097255.jpg","links":"book|https://www.goodreads.com/book/show/35097255-the-president-is-missing","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c62803a-916b-4e1d-9223-5cd0413d8744","name":"The Adventures of Augie March","description":"By Saul Bellow","image":"https://learn-awesome.github.io/assets/book_covers/11908.jpg","links":"book|https://www.goodreads.com/book/show/11908.The_Adventures_of_Augie_March","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b25053ab-a54c-43c1-a1e3-15841f569013","name":"J. M. Coetzee, Life & Times of Michael K","description":"By J.M. Coetzee","image":"https://learn-awesome.github.io/assets/book_covers/6193.jpg","links":"book|https://www.goodreads.com/book/show/6193.Life_and_Times_of_Michael_K","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d224e529-35bc-4ccf-814b-51d28216578f","name":"The Master of Go","description":"By Yasunari Kawabata","image":"https://learn-awesome.github.io/assets/book_covers/13752.jpg","links":"book|https://www.goodreads.com/book/show/13752.The_Master_of_Go","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9060a4e7-a866-4474-9f1b-c125c826856b","name":"The Silent Cry","description":"By Kenzaburō Ōe","image":"https://learn-awesome.github.io/assets/book_covers/25193.jpg","links":"book|https://www.goodreads.com/book/show/25193.The_Silent_Cry","topics":"japan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6842bd98-30ca-489e-a3d6-6e630923fa76","name":"My Name Is Red","description":"By Orhan Pamuk","image":"https://learn-awesome.github.io/assets/book_covers/2517.jpg","links":"book|https://www.goodreads.com/book/show/2517.My_Name_Is_Red","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53ab6e27-31bc-453b-9015-fa41d3a0b2ae","name":"Disgrace","description":"By J.M. Coetzee","image":"https://learn-awesome.github.io/assets/book_covers/6192.jpg","links":"book|https://www.goodreads.com/book/show/6192.Disgrace","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6a64423-585a-47e1-a147-06e3571647cb","name":"The Marriage Feast","description":"By Pär Lagerkvist","image":"https://learn-awesome.github.io/assets/book_covers/154477.jpg","links":"book|https://www.goodreads.com/book/show/154477.The_Marriage_Feast","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25f55393-b01a-4a3c-8bbf-ea92f1d079be","name":"Endgame","description":"By Samuel Beckett","image":"https://learn-awesome.github.io/assets/book_covers/12287.jpg","links":"book|https://www.goodreads.com/book/show/12287.Endgame","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a37e6fd2-0dfc-4ae6-a23c-f6d1d38710f9","name":"Waiting for Godot: A Tragicomedy in Two Acts (Beckett, Samuel)","description":"By Samuel Beckett","image":"https://learn-awesome.github.io/assets/book_covers/17716._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/17716.Waiting_for_Godot","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54dd0420-8377-4627-a935-c3855249dd71","name":"Barabbas","description":"By Pär Lagerkvist","image":"https://learn-awesome.github.io/assets/book_covers/12890.jpg","links":"book|https://www.goodreads.com/book/show/12890.Barabbas","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2165814-6b51-45c2-97b0-8e65d36310cd","name":"The Acts of King Arthur and His Noble Knights","description":"By John Steinbeck","image":"https://learn-awesome.github.io/assets/book_covers/93282.jpg","links":"book|https://www.goodreads.com/book/show/93282.The_Acts_of_King_Arthur_and_His_Noble_Knights","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a61a3d08-5d27-4df7-87f1-9512580f1771","name":"The Grass Is Singing","description":"By Doris Lessing","image":"https://learn-awesome.github.io/assets/book_covers/130115.jpg","links":"book|https://www.goodreads.com/book/show/130115.The_Grass_is_Singing","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d2b57ec-f2eb-4277-8530-032e3fa9452f","name":"Anna Svärd","description":"By Selma Lagerlöf","image":"https://learn-awesome.github.io/assets/book_covers/6303980.jpg","links":"book|https://www.goodreads.com/book/show/6303980-anna-sv-rd","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7c6358e-a50a-47f4-bf84-a7b7aa32cd17","name":"Les Faux-monnayeurs","description":"By Michael Tilby","image":null,"links":"book|https://www.goodreads.com/book/show/5471031-gide-les-faux-monnayeurs","topics":"romans","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f8ddde6-f726-4249-934d-b4b4c51a5422","name":"The Dwarf","description":"By Pär Lagerkvist","image":"https://learn-awesome.github.io/assets/book_covers/214805.jpg","links":"book|https://www.goodreads.com/book/show/214805.The_Dwarf","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a78062e7-ff73-4fee-b5b3-4c55e1ae5468","name":"The Sun Also Rises (Scribner Classics)","description":"By Ernest Hemingway","image":"https://learn-awesome.github.io/assets/book_covers/3876.jpg","links":"book|https://www.goodreads.com/book/show/3876.The_Sun_Also_Rises","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"774afff6-cfcc-432b-a37e-a893a1291bfc","name":"Too Much Happiness","description":"By Alice Munro","image":"https://learn-awesome.github.io/assets/book_covers/6464937.jpg","links":"book|https://www.goodreads.com/book/show/6464937-too-much-happiness","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8e825b1-96fa-4f58-8669-6de3a39d8693","name":"The Appointment","description":"By John O'Hara","image":"https://learn-awesome.github.io/assets/book_covers/126583.jpg","links":"book|https://www.goodreads.com/book/show/126583.Appointment_in_Samarra","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86bef405-e063-4f4f-a23f-1076fc9fdaca","name":"De gelukkige krijgers","description":"By Halldór Kiljan Laxness","image":"https://learn-awesome.github.io/assets/book_covers/13418749.jpg","links":"book|https://www.goodreads.com/book/show/13418749-de-gelukkige-krijgers","topics":"iceland","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5e562b6-6acd-495a-b8c6-24a9db2b521b","name":"The Home and the World","description":"By Rabindranath Tagore","image":"https://learn-awesome.github.io/assets/book_covers/174216.jpg","links":"book|https://www.goodreads.com/book/show/174216.The_Home_and_the_World","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e839053-c7c6-4924-a4b4-8792f5d10052","name":"Never Let Me Go","description":"By Kazuo Ishiguro","image":"https://learn-awesome.github.io/assets/book_covers/6334.jpg","links":"book|https://www.goodreads.com/book/show/6334.Never_Let_Me_Go","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88d3cfec-52ed-4cd9-9c4d-80ed2f90a285","name":"Arrowsmith","description":"By Sinclair Lewis","image":"https://learn-awesome.github.io/assets/book_covers/11389.jpg","links":"book|https://www.goodreads.com/book/show/11389.Arrowsmith","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"492d9e0c-f3fd-4909-9f3e-8b24e5d3ad54","name":"Beloved","description":"By Toni Morrison","image":"https://learn-awesome.github.io/assets/book_covers/6149.jpg","links":"book|https://www.goodreads.com/book/show/6149.Beloved","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6e750f5-3448-4029-a376-213087e80132","name":"Nip The Buds, Shoot The Kids","description":"By Kenzaburō Ōe","image":"https://learn-awesome.github.io/assets/book_covers/501635.jpg","links":"book|https://www.goodreads.com/book/show/501635.Nip_the_Buds_Shoot_the_Kids","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74d12828-db6e-4e9a-811a-4fdc8d84cbea","name":"Rewards and Fairies","description":"By Rudyard Kipling","image":"https://learn-awesome.github.io/assets/book_covers/1496343.jpg","links":"book|https://www.goodreads.com/book/show/1496343.Rewards_and_Fairies","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edef682c-645f-4d8a-a3b2-d6a9ec0fb03a","name":"A Farewell to Arms","description":"By Ernest Hemingway","image":"https://learn-awesome.github.io/assets/book_covers/10799.jpg","links":"book|https://www.goodreads.com/book/show/10799.A_Farewell_to_Arms","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc6d58db-3db1-4223-b9ba-768f4bf860e6","name":"Jazz","description":"By Toni Morrison","image":"https://learn-awesome.github.io/assets/book_covers/37398.jpg","links":"book|https://www.goodreads.com/book/show/37398.Jazz","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13bdae7a-1c1a-481b-b929-2bdd84f2f8d7","name":"Ida Elisabeth","description":"By Sigrid Undset","image":"https://learn-awesome.github.io/assets/book_covers/12588051.jpg","links":"book|https://www.goodreads.com/book/show/12588051-ida-elisabeth","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83af6414-c9b7-47e4-a0c6-0e619a0c16f3","name":"Het stenen vlot","description":"By José Saramago","image":"https://learn-awesome.github.io/assets/book_covers/6192800.jpg","links":"book|https://www.goodreads.com/book/show/6192800-het-stenen-vlot","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16ca8176-df30-411d-bc9a-6f24d255ceb5","name":"Saint Joan","description":"By George Bernard Shaw","image":"https://learn-awesome.github.io/assets/book_covers/12274.jpg","links":"book|https://www.goodreads.com/book/show/12274.Saint_Joan","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac0f62d8-5d33-4972-8050-d794a04a8545","name":"Boyhood: Scenes from Provincial Life","description":"By J.M. Coetzee","image":"https://learn-awesome.github.io/assets/book_covers/6198.jpg","links":"book|https://www.goodreads.com/book/show/6198.Boyhood","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c21ac012-9683-415e-b0b5-5c2560eb0732","name":"Henderson the Rain King","description":"By Saul Bellow","image":"https://learn-awesome.github.io/assets/book_covers/52783.jpg","links":"book|https://www.goodreads.com/book/show/52783.Henderson_the_Rain_King","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f20c46bf-92c3-4b4c-9ee7-7ef126870e08","name":"Herzog","description":"By Saul Bellow","image":"https://learn-awesome.github.io/assets/book_covers/6551.jpg","links":"book|https://www.goodreads.com/book/show/6551.Herzog","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"469ed2d7-8a7e-4b31-b1ae-34020f27d107","name":"The Prospector","description":"By J.M.G. Le Clézio","image":"https://learn-awesome.github.io/assets/book_covers/5950122.jpg","links":"book|https://www.goodreads.com/book/show/5950122-the-prospector","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"631371f7-bcc9-45d3-a49f-f53925644b09","name":"Seeing","description":"By John Berger","image":"https://learn-awesome.github.io/assets/book_covers/2784.jpg","links":"book|https://www.goodreads.com/book/show/2784.Ways_of_Seeing","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e783ce72-f419-4de4-b63c-e9b4baa39ac3","name":"Platero y yo","description":"By Juan Ramón Jiménez","image":"https://learn-awesome.github.io/assets/book_covers/965154.jpg","links":"book|https://www.goodreads.com/book/show/965154.Platero_y_yo","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6e5d22d-1dc4-4899-834d-584e30b817d1","name":"Complete Works: One","description":"By Mary Wollstonecraft Shelley","image":"https://learn-awesome.github.io/assets/book_covers/18880671.jpg","links":"book|https://www.goodreads.com/book/show/18880671-frankenstein","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e62e4403-c128-48d1-a4ae-a84e206179f1","name":"A Bend in the River","description":"By V.S. Naipaul","image":"https://learn-awesome.github.io/assets/book_covers/5845.jpg","links":"book|https://www.goodreads.com/book/show/5845.A_Bend_in_the_River","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e389faf2-6001-4e86-a904-54c302f025a6","name":"Voss","description":"By Patrick White","image":"https://learn-awesome.github.io/assets/book_covers/411496.jpg","links":"book|https://www.goodreads.com/book/show/411496.Voss","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7545580d-be74-43ab-af48-7b665e37afdd","name":"A Fringe of Leaves","description":"By Patrick White","image":"https://learn-awesome.github.io/assets/book_covers/1434822.jpg","links":"book|https://www.goodreads.com/book/show/1434822.A_Fringe_of_Leaves","topics":"australian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94515059-c914-4541-a0f2-d17eb819f250","name":"La colmena","description":"By Camilo José Cela","image":"https://learn-awesome.github.io/assets/book_covers/61773.jpg","links":"book|https://www.goodreads.com/book/show/61773.La_colmena","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2d46fe8-3980-4c04-9c2f-4a04d7eedae7","name":"The Pasha's Concubine, and Other Tales","description":"By Ivo Andrić","image":"https://learn-awesome.github.io/assets/book_covers/3018286.jpg","links":"book|https://www.goodreads.com/book/show/3018286-the-pasha-s-concubine-and-other-tales","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b9f6082-3a7c-46fe-867a-74a477e6891a","name":"Charlotte Löwensköld (Löwensköldska ringen, #2)","description":"By Selma Lagerlöf","image":"https://learn-awesome.github.io/assets/book_covers/6303979.jpg","links":"book|https://www.goodreads.com/book/show/6303979-l-wensk-ldska-ringen-charlotte-l-wensk-ld","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e3c6002-ba3d-4449-8058-ca94af02f3d1","name":"The Golden Notebook","description":"By Doris Lessing","image":"https://learn-awesome.github.io/assets/book_covers/24100.jpg","links":"book|https://www.goodreads.com/book/show/24100.The_Golden_Notebook","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0e171dd-7d31-4860-8aac-73dfe6a914ff","name":"Main Street","description":"By Sinclair Lewis","image":"https://learn-awesome.github.io/assets/book_covers/11376.jpg","links":"book|https://www.goodreads.com/book/show/11376.Main_Street","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e525c1b-49e4-4329-9261-a338fdf9ec10","name":"Death and the King's Horseman: A Play","description":"By Wole Soyinka","image":"https://learn-awesome.github.io/assets/book_covers/505556.jpg","links":"book|https://www.goodreads.com/book/show/505556.Death_and_the_King_s_Horseman","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30ca0993-674a-42ba-bbb9-a0c944a85d85","name":"Murder in the Cathedral","description":"By T.S. Eliot","image":"https://learn-awesome.github.io/assets/book_covers/33052.jpg","links":"book|https://www.goodreads.com/book/show/33052.Murder_in_the_Cathedral","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cea6a863-76c8-47c4-8976-561fb462d10e","name":"The Birthday Party","description":"By Harold Pinter","image":"https://learn-awesome.github.io/assets/book_covers/74090.jpg","links":"book|https://www.goodreads.com/book/show/74090.The_Birthday_Party","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d2d5f13-640b-4c08-ab07-28105d28d425","name":"Marta Oulie","description":"By Sigrid Undset","image":"https://learn-awesome.github.io/assets/book_covers/18778004.jpg","links":"book|https://www.goodreads.com/book/show/18778004-marta-oulie","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a05ee6af-1068-4d3b-aad6-70f0710ab331","name":"Dear Life","description":"By Alice Munro","image":"https://learn-awesome.github.io/assets/book_covers/13530981.jpg","links":"book|https://www.goodreads.com/book/show/13530981-dear-life","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"044ad867-0e24-4ea2-9a35-821b0c385eef","name":"Victoria : Een liefdesgeschiedenis","description":"By Knut Hamsun","image":"https://learn-awesome.github.io/assets/book_covers/6482217.jpg","links":"book|https://www.goodreads.com/book/show/6482217-victoria","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7bee6fe-fc80-47e5-81d9-a6ef06cd0013","name":"Kikkers","description":"By Paul van Loon","image":"https://learn-awesome.github.io/assets/book_covers/1917860.jpg","links":"book|https://www.goodreads.com/book/show/1917860.Meester_Kikker","topics":"kinderboeken","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a09fcdf3-cc78-4f46-b114-7ed5beed63e0","name":"Heartbreak House","description":"By George Bernard Shaw","image":"https://learn-awesome.github.io/assets/book_covers/767495.jpg","links":"book|https://www.goodreads.com/book/show/767495.Heartbreak_House","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ec731d4-ab58-450a-8a41-09a505bc695b","name":"The Dumb Waiter","description":"By Harold Pinter","image":"https://learn-awesome.github.io/assets/book_covers/240258.jpg","links":"book|https://www.goodreads.com/book/show/240258.The_Dumb_Waiter","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1760abec-7ddf-4014-b976-c2a03a35e0aa","name":"Tonio Kröger","description":"By Thomas Mann","image":"https://learn-awesome.github.io/assets/book_covers/82660.jpg","links":"book|https://www.goodreads.com/book/show/82660.Tonio_Kr_ger","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93da5f68-82d4-41da-bcec-b802ae0705c4","name":"Red Sorghum","description":"By Mo Yan","image":"https://learn-awesome.github.io/assets/book_covers/894154.jpg","links":"book|https://www.goodreads.com/book/show/894154.Red_Sorghum","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebff0f65-3621-40e6-8cd4-2e140186169a","name":"A Pale View of Hills","description":"By Kazuo Ishiguro","image":"https://learn-awesome.github.io/assets/book_covers/28920.jpg","links":"book|https://www.goodreads.com/book/show/28920.A_Pale_View_of_Hills","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b42e60ed-78d7-4736-bc73-825cccdf7dae","name":"As I Lay Dying","description":"By William Faulkner","image":"https://learn-awesome.github.io/assets/book_covers/77013.jpg","links":"book|https://www.goodreads.com/book/show/77013.As_I_Lay_Dying","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bd1cfe6-2f4f-40ac-90d8-56e76e633bdf","name":"Kim (Wordsworth Classics)","description":"By Rudyard Kipling","image":"https://learn-awesome.github.io/assets/book_covers/210834.jpg","links":"book|https://www.goodreads.com/book/show/210834.Kim","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8d3cace-13af-4916-9bde-221965c47052","name":"The Man Who Would Be King","description":"By Rudyard Kipling","image":"https://learn-awesome.github.io/assets/book_covers/103086.jpg","links":"book|https://www.goodreads.com/book/show/103086.The_Man_Who_Would_Be_King","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0cb79015-f5ad-481f-8236-c787c33fd0f4","name":"Reeds in the Wind","description":"By Grazia Deledda","image":"https://learn-awesome.github.io/assets/book_covers/130971.jpg","links":"book|https://www.goodreads.com/book/show/130971.Reeds_in_the_Wind","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ebc8aff-5563-4728-a2ff-8fe5f12258a8","name":"The Family of Pascual Duarte","description":"By Camilo José Cela","image":"https://learn-awesome.github.io/assets/book_covers/71549.jpg","links":"book|https://www.goodreads.com/book/show/71549.The_Family_of_Pascual_Duarte","topics":"spanish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0257bd8e-adb5-4225-a4da-024ebddd56e3","name":"Kongens fald","description":"By Johannes V. Jensen","image":"https://learn-awesome.github.io/assets/book_covers/3662751.jpg","links":"book|https://www.goodreads.com/book/show/3662751-kongens-fald","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c09888f9-55be-48d3-b378-71d400d1675a","name":"The Cocktail Party","description":"By T.S. Eliot","image":"https://learn-awesome.github.io/assets/book_covers/312376.jpg","links":"book|https://www.goodreads.com/book/show/312376.The_Cocktail_Party","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58a9fba0-85aa-4f0b-8226-99714e1e1f3d","name":"The Caretaker","description":"By Harold Pinter","image":"https://learn-awesome.github.io/assets/book_covers/96530.jpg","links":"book|https://www.goodreads.com/book/show/96530.The_Caretaker","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1919b0bc-7f8e-42e7-8226-634a469cec32","name":"Thérèse Desqueyroux","description":"By François Mauriac","image":"https://learn-awesome.github.io/assets/book_covers/568674.jpg","links":"book|https://www.goodreads.com/book/show/568674.Th_r_se_Desqueyroux","topics":"french","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"399e8c9c-32b4-4e6f-bb71-144307ead4ee","name":"The Lost Honor of Katharina Blum","description":"By Heinrich Böll","image":"https://learn-awesome.github.io/assets/book_covers/69880.jpg","links":"book|https://www.goodreads.com/book/show/69880.The_Lost_Honor_of_Katharina_Blum","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8719073c-646b-4c31-be6e-f708ddfe8f63","name":"The View from Castle Rock","description":"By Alice Munro","image":"https://learn-awesome.github.io/assets/book_covers/9815.jpg","links":"book|https://www.goodreads.com/book/show/9815.The_View_from_Castle_Rock","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a1011c3-a678-45cc-b21b-f264beb5b808","name":"Death in the Andes","description":"By Mario Vargas Llosa","image":"https://learn-awesome.github.io/assets/book_covers/94351.jpg","links":"book|https://www.goodreads.com/book/show/94351.Death_in_the_Andes","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9843ca6a-3951-4e60-93a5-3e93359aeef0","name":"Major Barbara","description":"By George Bernard Shaw","image":"https://learn-awesome.github.io/assets/book_covers/367762.jpg","links":"book|https://www.goodreads.com/book/show/367762.Major_Barbara","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c332a56-0d2e-4ea9-8a8e-31c74c4ba069","name":"House of the Sleeping Beauties and Other Stories","description":"By Yasunari Kawabata","image":"https://learn-awesome.github.io/assets/book_covers/14032.jpg","links":"book|https://www.goodreads.com/book/show/14032.House_of_the_Sleeping_Beauties_and_Other_Stories","topics":"japan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47b8cd10-ce83-4a22-95a6-fce40b36337c","name":"Snow Country","description":"By Yasunari Kawabata","image":"https://learn-awesome.github.io/assets/book_covers/14028.jpg","links":"book|https://www.goodreads.com/book/show/14028.Snow_Country","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a9ce3f4-3f3a-4215-8a92-eb23358cbd28","name":"One Man's Bible","description":"By Gao Xingjian","image":"https://learn-awesome.github.io/assets/book_covers/142822.jpg","links":"book|https://www.goodreads.com/book/show/142822.One_Man_s_Bible","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7033c65a-7d64-49c1-8db5-96f2372824f3","name":"The General in His Labyrinth","description":"By Gabriel García Márquez","image":"https://learn-awesome.github.io/assets/book_covers/23884.jpg","links":"book|https://www.goodreads.com/book/show/23884.The_General_in_His_Labyrinth","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a636958-08a0-4f18-821c-6420cffd77fb","name":"Caesar and Cleopatra","description":"By George Bernard Shaw","image":"https://learn-awesome.github.io/assets/book_covers/437428.jpg","links":"book|https://www.goodreads.com/book/show/437428.Caesar_and_Cleopatra","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b06bf84-e2e8-4d8b-b973-c1f21f35fc63","name":"Mrs. Warren's Profession","description":"By George Bernard Shaw","image":"https://learn-awesome.github.io/assets/book_covers/795387.jpg","links":"book|https://www.goodreads.com/book/show/795387.Mrs_Warren_s_Profession","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23683b15-ac13-432a-8c5a-6031cb691f2a","name":"Pingviinien saari","description":"By Anatole France","image":"https://learn-awesome.github.io/assets/book_covers/3198015.jpg","links":"book|https://www.goodreads.com/book/show/3198015-pingviinien-saari","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f03d9a8-278f-453c-a1ff-822db2570297","name":"Onitsha","description":"By J.M.G. Le Clézio","image":"https://learn-awesome.github.io/assets/book_covers/887405.jpg","links":"book|https://www.goodreads.com/book/show/887405.Onitsha","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d870bbcf-56ee-4c88-8756-0df48f31ce92","name":"Terra Amata","description":"By J.M.G. Le Clézio","image":"https://learn-awesome.github.io/assets/book_covers/5969712.jpg","links":"book|https://www.goodreads.com/book/show/5969712-terra-amata","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbe1fc9a-69a0-43b0-ae6e-2a3452100a72","name":"The Eternal Smile","description":"By Gene Luen Yang","image":"https://learn-awesome.github.io/assets/book_covers/4437831.jpg","links":"book|https://www.goodreads.com/book/show/4437831-the-eternal-smile","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"495a86f8-39f9-47f9-a0ed-46e8674b5f25","name":"The Land of Green Plums","description":"By Herta Müller","image":"https://learn-awesome.github.io/assets/book_covers/230861.jpg","links":"book|https://www.goodreads.com/book/show/230861.The_Land_of_Green_Plums","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8e75e3e-30f0-4ceb-8efa-28c6c8178dab","name":"Diego en Frida","description":"By J.M.G. Le Clézio","image":"https://learn-awesome.github.io/assets/book_covers/745453.jpg","links":"book|https://www.goodreads.com/book/show/745453.Diego_et_Frida","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae7d22b1-d7d4-444b-bb80-c23ab098fe73","name":"Plays: Three","description":"By Sophocles","image":"https://learn-awesome.github.io/assets/book_covers/7728.jpg","links":"book|https://www.goodreads.com/book/show/7728.Antigone","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e885cbd7-bcea-4a3e-adf6-5005e1f1ab26","name":"La symphonie pastorale","description":"By André Gide","image":"https://learn-awesome.github.io/assets/book_covers/417466.jpg","links":"book|https://www.goodreads.com/book/show/417466.La_symphonie_pastorale","topics":"french","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"939ad9cd-a9a5-476b-922e-300cd1c41ee9","name":"My Son's Story","description":"By Nadine Gordimer","image":"https://learn-awesome.github.io/assets/book_covers/111049.jpg","links":"book|https://www.goodreads.com/book/show/111049.My_Son_s_Story","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63d735ef-466a-47ce-b302-34a30a9d586d","name":"Strait is the Gate","description":"By André Gide","image":"https://learn-awesome.github.io/assets/book_covers/469406.jpg","links":"book|https://www.goodreads.com/book/show/469406.Strait_is_the_Gate","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"642bb70d-8212-4b38-9c9a-83d4d40fb66c","name":"Jean-Christophe (L'édition intégrale - 10 volumes): L'Aube + Le Matin + L'Adolescent + La Révolte + Jean-Christophe à Paris (La Foire sur la place, Antoinette, ... + La Nouvelle Journée)","description":"By Romain Rolland","image":"https://learn-awesome.github.io/assets/book_covers/25518562.jpg","links":"book|https://www.goodreads.com/book/show/25518562-jean-christophe-l-dition-int-grale---10-volumes","topics":"classiques-lus","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06b9a2ff-b9a9-4d61-9a6e-9a99a0e5e90c","name":"Soechodol, Mitja's liefde en Verhalen","description":"By Ivan Bunin","image":"https://learn-awesome.github.io/assets/book_covers/15764527.jpg","links":"book|https://www.goodreads.com/book/show/15764527-soechodol-mitja-s-liefde-en-verhalen","topics":"to-go-thru","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdd2e173-f4cf-4dd8-8626-5f7e54a6bedd","name":"The Immoralist","description":"By André Gide","image":"https://learn-awesome.github.io/assets/book_covers/70101.jpg","links":"book|https://www.goodreads.com/book/show/70101.The_Immoralist","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6bbb667-2eea-430e-a077-9fa346f9cb5e","name":"Aan de voet van de gletsjer","description":"By Halldór Kiljan Laxness","image":"https://learn-awesome.github.io/assets/book_covers/6122342.jpg","links":"book|https://www.goodreads.com/book/show/6122342-aan-de-voet-van-de-gletsjer","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03c41cc9-6f9f-4994-a2b5-cfb471b08c51","name":"Soul Mountain","description":"By Gao Xingjian","image":"https://learn-awesome.github.io/assets/book_covers/45961.jpg","links":"book|https://www.goodreads.com/book/show/45961.Soul_Mountain","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0849e350-4616-4f5e-9227-7aabb7afc12c","name":"Dora Bruder","description":"By Patrick Modiano","image":"https://learn-awesome.github.io/assets/book_covers/192379.jpg","links":"book|https://www.goodreads.com/book/show/192379.Dora_Bruder","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be3ea7c2-8794-474e-a8f0-1715d80b67b7","name":"Requiem for a Nun","description":"By William Faulkner","image":"https://learn-awesome.github.io/assets/book_covers/1008839.jpg","links":"book|https://www.goodreads.com/book/show/1008839.Requiem_for_a_Nun","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"507acec4-cd3b-4aff-bd69-ee259b0ec168","name":"In anderhalve kamer : Drie autobiografische novellen","description":"By Joseph Brodsky","image":"https://learn-awesome.github.io/assets/book_covers/13145482.jpg","links":"book|https://www.goodreads.com/book/show/13145482-in-anderhalve-kamer","topics":"to-go-thru-c","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f939e07-3b39-4ecc-a1f1-b385f8f5d314","name":"After the Circus","description":"By Patrick Modiano","image":"https://learn-awesome.github.io/assets/book_covers/25246845.jpg","links":"book|https://www.goodreads.com/book/show/25246845-after-the-circus","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46120a0a-2955-4061-807d-ba4b28e9c8d2","name":"Mr Stone And The Knights Companion","description":"By V.S. Naipaul","image":"https://learn-awesome.github.io/assets/book_covers/799646.jpg","links":"book|https://www.goodreads.com/book/show/799646.Mr_Stone_And_The_Knights_Companion","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e55d2e06-94ea-448b-bc8a-3dd41774704b","name":"Menschen in den zomernacht","description":"By Frans Emil Sillanpää","image":"https://learn-awesome.github.io/assets/book_covers/15741544.jpg","links":"book|https://www.goodreads.com/book/show/15741544-menschen-in-den-zomernacht","topics":"finnish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e51fd4c-5100-4e3a-a48a-3613b60aef92","name":"Burger's Daughter","description":"By Nadine Gordimer","image":"https://learn-awesome.github.io/assets/book_covers/526927.jpg","links":"book|https://www.goodreads.com/book/show/526927.Burger_s_Daughter","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e78e3962-664e-4b95-91c4-105ddba0aa07","name":"Seize the Day","description":"By Saul Bellow","image":"https://learn-awesome.github.io/assets/book_covers/52782.jpg","links":"book|https://www.goodreads.com/book/show/52782.Seize_the_Day","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a685ef6-5ea0-4b4a-a840-96836b98df8d","name":"Pelléas et Mélisande","description":"By Maurice Maeterlinch","image":"https://learn-awesome.github.io/assets/book_covers/28226163.jpg","links":"book|https://www.goodreads.com/book/show/28226163-pelleas-et-melisande","topics":"l-st","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27f47d9a-68aa-4329-9f8b-13eff9aaa174","name":"The Cockatoos: Shorter Novels and Stories","description":"By Patrick White","image":"https://learn-awesome.github.io/assets/book_covers/1188382.jpg","links":"book|https://www.goodreads.com/book/show/1188382.The_Cockatoos","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c07c3b43-731b-4328-846a-67506c6a4011","name":"Who Killed Palomino Molero?","description":"By Mario Vargas Llosa","image":"https://learn-awesome.github.io/assets/book_covers/53979.jpg","links":"book|https://www.goodreads.com/book/show/53979.Who_Killed_Palomino_Molero_","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42c42da3-244d-4cea-88cc-a43b7004102c","name":"Mondo et autres histoires","description":"By J.M.G. Le Clézio","image":"https://learn-awesome.github.io/assets/book_covers/887400.jpg","links":"book|https://www.goodreads.com/book/show/887400.Mondo_et_autres_histoires","topics":"french","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b926bd4-e01a-489b-83f8-6bef438e0033","name":"Hughie","description":"By Eugene O'Neill","image":"https://learn-awesome.github.io/assets/book_covers/1308700.jpg","links":"book|https://www.goodreads.com/book/show/1308700.Hughie","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e7032e1-b4da-4cb3-85cd-62146273dd4a","name":"The House Gun","description":"By Nadine Gordimer","image":"https://learn-awesome.github.io/assets/book_covers/118827.jpg","links":"book|https://www.goodreads.com/book/show/118827.The_House_Gun","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4ea8a83-b00a-4096-a7d6-3faa845ee7fe","name":"Bödeln","description":"By Pär Lagerkvist","image":"https://learn-awesome.github.io/assets/book_covers/6014316.jpg","links":"book|https://www.goodreads.com/book/show/6014316-b-deln","topics":"swedish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"405fa6c3-5ad5-435f-aeb5-f1f7c6c91e7c","name":"Manual of Painting and Calligraphy","description":"By José Saramago","image":"https://learn-awesome.github.io/assets/book_covers/243289.jpg","links":"book|https://www.goodreads.com/book/show/243289.Manual_of_Painting_and_Calligraphy","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3da99ce-77f5-435d-8879-7126467ee555","name":"The Mexican Dream, or The Interrupted Thought of Amerindian Civilizations","description":"By J.M.G. Le Clézio","image":"https://learn-awesome.github.io/assets/book_covers/582091.jpg","links":"book|https://www.goodreads.com/book/show/582091.The_Mexican_Dream_or_The_Interrupted_Thought_of_Amerindian_Civilizations","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9cd31003-4a5a-4601-82c9-e27a7b2466de","name":"Who Do You Think You Are?","description":"By Alyse Myers","image":"https://learn-awesome.github.io/assets/book_covers/1693485.jpg","links":"book|https://www.goodreads.com/book/show/1693485.Who_Do_You_Think_You_Are_","topics":"memoir","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d6da4ed-8c16-4b27-bf78-bf245722cafa","name":"In the Café of Lost Youth","description":"By Patrick Modiano","image":"https://learn-awesome.github.io/assets/book_covers/31839659.jpg","links":"book|https://www.goodreads.com/book/show/31839659-in-the-caf-of-lost-youth","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0db49aae-b86a-41e3-9ef5-f5d3211c10d3","name":"Silja, de dienstmaagd","description":"By Frans Emil Sillanpää","image":"https://learn-awesome.github.io/assets/book_covers/16125556.jpg","links":"book|https://www.goodreads.com/book/show/16125556-silja-de-dienstmaagd","topics":"nobel-prize","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f628b48-4721-446e-82db-485d61c65a48","name":"Mirèio - Mireille: poème provençal avec la traduction littérale en regard","description":"By Frédéric Mistral","image":"https://learn-awesome.github.io/assets/book_covers/7198071.jpg","links":"book|https://www.goodreads.com/book/show/7198071-mir-io---mireille","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e30d99d-1719-4cf3-a877-b4787b5ec761","name":"De witte vesting","description":"By Orhan Pamuk","image":"https://learn-awesome.github.io/assets/book_covers/10771213.jpg","links":"book|https://www.goodreads.com/book/show/10771213-de-witte-vesting","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3bbe5e51-2bab-45cf-85c7-dbf89d81af23","name":"In Praise of the Stepmother","description":"By Mario Vargas Llosa","image":"https://learn-awesome.github.io/assets/book_covers/69864.jpg","links":"book|https://www.goodreads.com/book/show/69864.In_Praise_of_the_Stepmother","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2804bd2-b7f8-4f5f-b89b-16adf5e6f342","name":"Beowulf","description":"By Unknown","image":"https://learn-awesome.github.io/assets/book_covers/52357.jpg","links":"book|https://www.goodreads.com/book/show/52357.Beowulf","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"973d7df8-f35f-42f0-b9ee-3e5d78843925","name":"End of a Mission","description":"By Heinrich Böll","image":"https://learn-awesome.github.io/assets/book_covers/493049.jpg","links":"book|https://www.goodreads.com/book/show/493049.End_of_a_Mission","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e66b576-f9a1-4cbf-8b34-74509e4efd7c","name":"Elizabeth Costello","description":"By J.M. Coetzee","image":"https://learn-awesome.github.io/assets/book_covers/6206.jpg","links":"book|https://www.goodreads.com/book/show/6206.Elizabeth_Costello","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e83a3ac1-bd1a-4d26-9a3d-f8e7e930c5d8","name":"The Hairy Ape","description":"By Eugene O'Neill","image":"https://learn-awesome.github.io/assets/book_covers/582280.jpg","links":"book|https://www.goodreads.com/book/show/582280.The_Hairy_Ape","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b4be6a9-dbad-4f4c-a32e-b8a6b49421e0","name":"The Mimic Men","description":"By V.S. Naipaul","image":"https://learn-awesome.github.io/assets/book_covers/5852.jpg","links":"book|https://www.goodreads.com/book/show/5852.The_Mimic_Men","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fdc24bfc-2ff1-4c56-823e-f325f240a0fd","name":"Three Plays: The Weavers / Hannele / The Beaver Coat","description":"By Gerhart Hauptmann","image":"https://learn-awesome.github.io/assets/book_covers/1007054.jpg","links":"book|https://www.goodreads.com/book/show/1007054.Three_Plays","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5001b1dd-e7e3-4dc6-b6ff-f8b0dc9502da","name":"Het zachtmoedig erfdeel","description":"By Frans Emil Sillanpää","image":"https://learn-awesome.github.io/assets/book_covers/15745575.jpg","links":"book|https://www.goodreads.com/book/show/15745575-het-zachtmoedig-erfdeel","topics":"finnish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42bc9752-ff91-4553-9720-acfcc86c5f16","name":"The Piano Teacher","description":"By Janice Y.K. Lee","image":"https://learn-awesome.github.io/assets/book_covers/4332082.jpg","links":"book|https://www.goodreads.com/book/show/4332082-the-piano-teacher","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f4049ed-2f37-4ef8-b60d-a3a46d7507c9","name":"Jonge liefde","description":"By Helga Ruebsamen","image":"https://learn-awesome.github.io/assets/book_covers/13101782.jpg","links":"book|https://www.goodreads.com/book/show/13101782-jonge-liefde-en-oud-zeer-1","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83a4f4db-2223-41a2-a86b-0b3ea78dca9e","name":"Death by Water","description":"By Kenzaburō Ōe","image":"https://learn-awesome.github.io/assets/book_covers/25110738.jpg","links":"book|https://www.goodreads.com/book/show/25110738-death-by-water","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90beddbc-2824-4d0b-83fc-1f37af228358","name":"Hilde en Ragnar","description":"By Frans Emil Sillanpää","image":"https://learn-awesome.github.io/assets/book_covers/15741591.jpg","links":"book|https://www.goodreads.com/book/show/15741591-hilde-en-ragnar","topics":"finnish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"382b7faa-bf67-4ee7-88c3-9dc188329af8","name":"Het groene huis","description":"By Ronald van der Pol","image":null,"links":"book|https://www.goodreads.com/book/show/16027119-het-groene-huis","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02f3a0a5-a468-4db1-a652-2650c15bd0c8","name":"Gedichten/toneel en proza","description":"By Maurice Maeterlinck","image":"https://learn-awesome.github.io/assets/book_covers/15771463.jpg","links":"book|https://www.goodreads.com/book/show/15771463-gedichten-toneel-en-proza","topics":"books-by-nobel-laureates","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64f60f1c-57c2-4c4f-b241-fbce8feeb967","name":"Het laatste hoofdstuk","description":"By Layla Abu Zayd","image":"https://learn-awesome.github.io/assets/book_covers/18714295.jpg","links":"book|https://www.goodreads.com/book/show/18714295-het-laatste-hoofdstuk","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"134adeef-0d8c-4308-a3ef-692d7e7c20a2","name":"In volle zee","description":"By Henk van Kerkwijk","image":"https://learn-awesome.github.io/assets/book_covers/8088723.jpg","links":"book|https://www.goodreads.com/book/show/8088723-komplot-op-volle-zee","topics":"read-2018","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49b87117-af5e-4b7c-ad86-ef0ea8f3cf17","name":"Barry Unsworth, Sacred Hunger","description":"By Books LLC","image":"https://learn-awesome.github.io/assets/book_covers/9008355.jpg","links":"book|https://www.goodreads.com/book/show/9008355-novels-by-barry-unsworth","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87a5be22-bae0-4ad6-aad1-4a7d50d91920","name":"Thomas Keneally, Schindler's Ark","description":"By Thomas Keneally","image":"https://learn-awesome.github.io/assets/book_covers/375013.jpg","links":"book|https://www.goodreads.com/book/show/375013.Schindler_s_List","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be8cd451-cabd-452e-b673-d2470b4bff27","name":"Roddy Doyle, Paddy Clarke Ha Ha Ha","description":"By Roddy Doyle","image":null,"links":"book|https://www.goodreads.com/book/show/2588500-roddy-doyle-omnibus","topics":"comedy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af4db135-23af-4773-9c09-3483b43c1e05","name":"Bring Up the Bodies","description":"By Hilary Mantel","image":"https://learn-awesome.github.io/assets/book_covers/13507212.jpg","links":"book|https://www.goodreads.com/book/show/13507212-bring-up-the-bodies","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0b86b4b-7497-48a5-adac-a39d5e70a57b","name":"The Ghost Road","description":"By Pat Barker","image":"https://learn-awesome.github.io/assets/book_covers/151926.jpg","links":"book|https://www.goodreads.com/book/show/151926.The_Ghost_Road","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fc4aea4-dd24-4b38-a4cf-06a58470dd03","name":"Keri Hulme, The Bone People","description":"By Keri Hulme","image":"https://learn-awesome.github.io/assets/book_covers/460635.jpg","links":"book|https://www.goodreads.com/book/show/460635.The_Bone_People","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62bb7be0-458d-46a5-a185-76a8a472bbb0","name":"The Narrow Road to the Deep North","description":"By Richard Flanagan","image":"https://learn-awesome.github.io/assets/book_covers/17905709.jpg","links":"book|https://www.goodreads.com/book/show/17905709-the-narrow-road-to-the-deep-north","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16f9e0c8-bbf6-4bce-a001-57db22203e7e","name":"Hilary Mantel, Wolf Hall","description":"By Books LLC","image":"https://learn-awesome.github.io/assets/book_covers/8896688.jpg","links":"book|https://www.goodreads.com/book/show/8896688-books-by-hilary-mantel","topics":"recommended","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00029f5e-b754-4f74-8c3f-5c7437ee0707","name":"Middlesex ","description":"By Jeffrey Eugenides","image":"https://learn-awesome.github.io/assets/book_covers/2187._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/2187.Middlesex","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f754e656-d442-4e8a-b518-88d8c3345b51","name":"Arundhati Roy, The God of Small Things","description":"By Julie Mullaney","image":"https://learn-awesome.github.io/assets/book_covers/5144.jpg","links":"book|https://www.goodreads.com/book/show/5144.Arundhati_Roy_s_The_God_of_Small_Things","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ab3a0b2-fce7-44dd-b5a2-a9276c1991c6","name":"Kazuo Ishiguro, The Remains of the Day","description":"By Adam Parkes","image":"https://learn-awesome.github.io/assets/book_covers/79040.jpg","links":"book|https://www.goodreads.com/book/show/79040.Kazuo_Ishiguro_s_The_Remains_of_the_Day","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"444a7ccb-92f5-489c-8b5f-7a199fe2f0e0","name":"Margaret Atwood, The Blind Assassin","description":"By Margaret Atwood","image":"https://learn-awesome.github.io/assets/book_covers/78433.jpg","links":"book|https://www.goodreads.com/book/show/78433.The_Blind_Assassin","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6852291-4f38-4991-a8d6-32a8768e5ac4","name":"J. G. Farrell, The Siege of Krishnapur","description":"By John Riddy","image":null,"links":"book|https://www.goodreads.com/book/show/561439.J_G_Farrell_The_Siege_Of_Krishnapur_Notes","topics":"under-200pp","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b11386c8-6139-40bf-b952-a377e2eb8bc6","name":"J. M. Coetzee, Disgrace","description":"By Andrew Van der Vlies","image":"https://learn-awesome.github.io/assets/book_covers/6837789.jpg","links":"book|https://www.goodreads.com/book/show/6837789-j-m-coetzee-s-disgrace","topics":"literary-criticism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5537925d-0008-47df-b52c-d1a3242e6787","name":"Salman Rushdie's Midnight's Children","description":"By Reena Mitra","image":"https://learn-awesome.github.io/assets/book_covers/978322.jpg","links":"book|https://www.goodreads.com/book/show/978322.Salman_Rushdie_s_Midnight_s_Children","topics":"partition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4604af06-b023-416c-b185-9b23e6061062","name":"Iris Murdoch, The Sea, the Sea","description":"By Iris Murdoch","image":"https://learn-awesome.github.io/assets/book_covers/11229.jpg","links":"book|https://www.goodreads.com/book/show/11229.The_Sea_The_Sea","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d37b79e-6168-4922-a20f-4f228dc6f7cd","name":"Paul Scott, Staying On","description":"By Paul Scott","image":"https://learn-awesome.github.io/assets/book_covers/414824.jpg","links":"book|https://www.goodreads.com/book/show/414824.Staying_On","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aff5679f-600e-4c33-9378-2b0048974cc7","name":"A. S. Byatt, Possession: A Romance","description":"By A.S. Byatt","image":"https://learn-awesome.github.io/assets/book_covers/41219.jpg","links":"book|https://www.goodreads.com/book/show/41219.Possession","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"013d77cb-e7b0-4573-acd4-0bb06b80b4d8","name":"Marlon James, A Brief History of Seven Killings","description":"By Marlon James","image":"https://learn-awesome.github.io/assets/book_covers/20893314.jpg","links":"book|https://www.goodreads.com/book/show/20893314-a-brief-history-of-seven-killings","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"779f094d-fdc6-4d68-917f-eac2aa67314f","name":"Michael Ondaatje, The English Patient","description":"By John Bolland","image":"https://learn-awesome.github.io/assets/book_covers/5948.jpg","links":"book|https://www.goodreads.com/book/show/5948.Michael_Ondaatje_s_The_English_Patient","topics":"just-couldn-t-finish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca408aeb-76b4-4837-bccb-3ae27e7d99a5","name":"J. G. Farrell, Troubles","description":"By J.G. Farrell","image":"https://learn-awesome.github.io/assets/book_covers/256279.jpg","links":"book|https://www.goodreads.com/book/show/256279.Troubles","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48022a03-4da8-472f-a9eb-a50d2d619de8","name":"Lincoln","description":"By George Saunders","image":"https://learn-awesome.github.io/assets/book_covers/29906980.jpg","links":"book|https://www.goodreads.com/book/show/29906980-lincoln-in-the-bardo","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d066853-2d90-4b5f-87cb-82d0ffc4af42","name":"John Banville, The Sea","description":"By Books LLC","image":"https://learn-awesome.github.io/assets/book_covers/9039572.jpg","links":"book|https://www.goodreads.com/book/show/9039572-novels-by-john-banville","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87002b20-c4d2-4807-80c5-7050a1d794ec","name":"Paul Beatty, The Sellout","description":"By Paul Beatty","image":"https://learn-awesome.github.io/assets/book_covers/22237161.jpg","links":"book|https://www.goodreads.com/book/show/22237161-the-sellout","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e078ae3-5db6-49cf-a234-21f0cfc92f0a","name":"Ben Okri, The Famished Road","description":"By Ben Okri","image":"https://learn-awesome.github.io/assets/book_covers/101094.jpg","links":"book|https://www.goodreads.com/book/show/101094.The_Famished_Road","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b796335-4496-4420-b47f-4cafa4517348","name":"Peter Carey, Oscar and Lucinda","description":"By Peter Carey","image":"https://learn-awesome.github.io/assets/book_covers/316496.jpg","links":"book|https://www.goodreads.com/book/show/316496.Oscar_and_Lucinda","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54e62118-413d-456d-ac2f-76aa612fe48b","name":"Eleanor Catton, The Luminaries","description":"By Eleanor Catton","image":"https://learn-awesome.github.io/assets/book_covers/17333230.jpg","links":"book|https://www.goodreads.com/book/show/17333230-the-luminaries","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"979119dd-9642-4f49-a6cb-1d1adfd76289","name":"Alan Hollinghurst, The Line of Beauty","description":"By Alan Hollinghurst","image":"https://learn-awesome.github.io/assets/book_covers/139087.jpg","links":"book|https://www.goodreads.com/book/show/139087.The_Line_of_Beauty","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1efbaa94-7b43-491f-b044-30e088ba1120","name":"Julian Barnes, The Sense of an Ending","description":"By Julian Barnes","image":"https://learn-awesome.github.io/assets/book_covers/10746542.jpg","links":"book|https://www.goodreads.com/book/show/10746542-the-sense-of-an-ending","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c808943-f0c9-44aa-a6c5-6cb135d13e64","name":"Anna Burns, Milkman","description":"By Anna Burns","image":"https://learn-awesome.github.io/assets/book_covers/36047860.jpg","links":"book|https://www.goodreads.com/book/show/36047860-milkman","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58fe1fc4-ebd3-4c96-979c-2d1621919682","name":"Bernice Rubens, The Elected Member","description":"By Bernice Rubens","image":"https://learn-awesome.github.io/assets/book_covers/1565490.jpg","links":"book|https://www.goodreads.com/book/show/1565490.The_Elected_Member","topics":"booker-prize","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ddcc2a5-109c-4c5f-8e35-f49c1c479f1c","name":"Penelope Fitzgerald, Offshore","description":"By Penelope Fitzgerald","image":"https://learn-awesome.github.io/assets/book_covers/108615.jpg","links":"book|https://www.goodreads.com/book/show/108615.Offshore","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6bca730-1186-498d-a2a8-ff0d1dc99191","name":"William Golding, Rites of Passage","description":"By William Golding","image":"https://learn-awesome.github.io/assets/book_covers/14431.jpg","links":"book|https://www.goodreads.com/book/show/14431.Rites_of_Passage","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3da65fc7-68ad-44c6-987d-c707be1f8d34","name":"Kiran Desai, The Inheritance of Loss","description":"By Nilanshu Kumar Agarwal","image":"https://learn-awesome.github.io/assets/book_covers/16636558.jpg","links":"book|https://www.goodreads.com/book/show/16636558-kiran-desai-s-the-inheritance-of-loss","topics":"female-authors","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38ae6159-e732-4bb9-8f9a-048751f1326a","name":"Graham Swift, Last Orders","description":"By Pamela Cooper","image":"https://learn-awesome.github.io/assets/book_covers/182329.jpg","links":"book|https://www.goodreads.com/book/show/182329.Graham_Swift_s_Last_Orders","topics":"owned","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e38e315-c124-43d0-bf85-cc3141610e09","name":"V. S. Naipaul, In a Free State","description":"By V.S. Naipaul","image":"https://learn-awesome.github.io/assets/book_covers/49742.jpg","links":"book|https://www.goodreads.com/book/show/49742.In_a_Free_State","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fabe4d2-3e5c-4087-ac1a-d5c48f60a5d3","name":"David Storey, Saville","description":"By David Storey","image":"https://learn-awesome.github.io/assets/book_covers/171833.jpg","links":"book|https://www.goodreads.com/book/show/171833.Saville","topics":"booker-prize","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58c364d1-ef35-4eb3-9a62-bbb151f82cb3","name":"Nadine Gordimer, The Conservationist","description":"By Nadine Gordimer","image":"https://learn-awesome.github.io/assets/book_covers/96337.jpg","links":"book|https://www.goodreads.com/book/show/96337.The_Conservationist","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"355751e3-d738-4ea9-b163-f3c94e0c0f03","name":"Yann Martel, Life of Pi","description":"By Rebecca Grudzina","image":"https://learn-awesome.github.io/assets/book_covers/6171927.jpg","links":"book|https://www.goodreads.com/book/show/6171927-teaching-yann-martel-s-life-of-pi-from-multiple-critical-perspectives","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ccd88ee-bd4f-48ff-8751-1ef2c97e3966","name":"Stanley Middleton, Holiday","description":"By Stanley Middleton","image":"https://learn-awesome.github.io/assets/book_covers/2066739.jpg","links":"book|https://www.goodreads.com/book/show/2066739.Holiday","topics":"booker-prize","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae9389f6-c3e3-4a48-88ec-ad6f7e0deda8","name":"Kingsley Amis, The Old Devils","description":"By Kingsley Amis","image":"https://learn-awesome.github.io/assets/book_covers/366427.jpg","links":"book|https://www.goodreads.com/book/show/366427.The_Old_Devils","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39374fb5-3e4e-4061-a2c6-d5dd066ea201","name":"P. H. Newby, Something to Answer For","description":"By P.H. Newby","image":"https://learn-awesome.github.io/assets/book_covers/4449027.jpg","links":"book|https://www.goodreads.com/book/show/4449027-something-to-answer-for","topics":"booker-prize","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ac38133-0fe4-472b-8d00-7f3a46bbef27","name":"Anne Enright, The Gathering","description":"By Anne Enright","image":"https://learn-awesome.github.io/assets/book_covers/998133.jpg","links":"book|https://www.goodreads.com/book/show/998133.The_Gathering","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"429f7b61-4691-4e47-9e38-7b4bbe563a33","name":"Ruth Prawer Jhabvala, Heat and Dust","description":"By I. H-Shihan","image":"https://learn-awesome.github.io/assets/book_covers/747148.jpg","links":"book|https://www.goodreads.com/book/show/747148.Ruth_Prawer_Jhabvala_s_Heat_And_Dust","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc836037-33ad-47b0-82fa-46ea9200e54e","name":"Howard Jacobson, The Finkler Question","description":"By Howard Jacobson","image":"https://learn-awesome.github.io/assets/book_covers/8664368.jpg","links":"book|https://www.goodreads.com/book/show/8664368-the-finkler-question","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"367a3e0c-c003-46d7-8a31-4bfe8de81343","name":"Aravind Adiga, The White Tiger","description":"By Ashok Saini","image":"https://learn-awesome.github.io/assets/book_covers/34657232.jpg","links":"book|https://www.goodreads.com/book/show/34657232-perspectives-on-aravind-adiga-s","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"057c6f50-92d6-49fa-85ed-f75136e6c221","name":"James Kelman, How late it was, how late","description":"By Rositsa Kronast","image":"https://learn-awesome.github.io/assets/book_covers/8100947.jpg","links":"book|https://www.goodreads.com/book/show/8100947-resistance-in-james-kelman-s-how-late-it-was-how-late","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9da0b5e3-baae-429d-9254-8153fc0ce1fa","name":"Peter Carey, True History of the Kelly Gang","description":"By Lena Eberlein","image":null,"links":"book|https://www.goodreads.com/book/show/22810427-national-identity-in-peter-carey-s-true-history-of-the-kelly-gang","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33fcad90-9d56-42ac-9c5a-04e6774de371","name":"Ian McEwan, Amsterdam","description":"By Stephan Orth","image":null,"links":"book|https://www.goodreads.com/book/show/2198592-ian-mcewans-amsterdam","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79e9b074-7014-4304-b452-ed2281e2e7c2","name":"DBC Pierre, Vernon God Little","description":"By Cengage Learning Gale","image":null,"links":"book|https://www.goodreads.com/book/show/35987010-a-study-guide-for-dbc-pierre-s-vernon-god-little","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"751cb9e1-4079-433f-a9af-649d83c01497","name":"Anita Brookner, Hotel du Lac","description":"By Cengage Learning Gale","image":null,"links":"book|https://www.goodreads.com/book/show/35985643-a-study-guide-for-anita-brookner-s-hotel-du-lac","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9be0a3c-b99b-4019-997d-4c0737210d37","name":"Penelope Lively, Moon Tiger","description":"By Yannick Allgaier","image":null,"links":"book|https://www.goodreads.com/book/show/21934326-penelope-lively-s-moon-tiger-levels-of-narrative","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"69e83d2b-c25a-4661-ac97-724aa6833fc8","name":"N. K. Jemisin, The Stone Sky","description":"By N.K. Jemisin","image":"https://learn-awesome.github.io/assets/book_covers/31817749.jpg","links":"book|https://www.goodreads.com/book/show/31817749-the-stone-sky","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3701f18d-cb68-4130-a640-c851be748d85","name":"N. K. Jemisin, The Obelisk Gate","description":"By N.K. Jemisin","image":"https://learn-awesome.github.io/assets/book_covers/26228034.jpg","links":"book|https://www.goodreads.com/book/show/26228034-the-obelisk-gate","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fae92ae-a825-4bec-88d4-4c3b09ff5d01","name":"Lois McMaster Bujold, Mirror Dance","description":"By Lois McMaster Bujold","image":"https://learn-awesome.github.io/assets/book_covers/61909.jpg","links":"book|https://www.goodreads.com/book/show/61909.Mirror_Dance","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee623f78-aae5-45c8-bece-6bc79de0e979","name":"N. K. Jemisin, The Fifth Season","description":"By N.K. Jemisin","image":"https://learn-awesome.github.io/assets/book_covers/19161852.jpg","links":"book|https://www.goodreads.com/book/show/19161852-the-fifth-season","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0527e314-431a-4703-af77-29d935ff8884","name":"Lois McMaster Bujold, Barrayar","description":"By Lois McMaster Bujold","image":"https://learn-awesome.github.io/assets/book_covers/61905.jpg","links":"book|https://www.goodreads.com/book/show/61905.Barrayar","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1f52c8e-4f37-478b-8130-06176e0a59e5","name":"Isaac Asimov, The Mule","description":"By Isaac Asimov","image":null,"links":"book|https://www.goodreads.com/book/show/545004.The_Mule","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c767ee59-9d7b-4c3a-bbc2-498209eac579","name":"Lois McMaster Bujold, The Vor Game","description":"By Lois McMaster Bujold","image":"https://learn-awesome.github.io/assets/book_covers/68483.jpg","links":"book|https://www.goodreads.com/book/show/68483.The_Vor_Game","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76312e50-ab24-4564-896f-30907eed515a","name":"Ray Bradbury, Fahrenheit 451","description":"By Harold Bloom","image":"https://learn-awesome.github.io/assets/book_covers/40694.jpg","links":"book|https://www.goodreads.com/book/show/40694.Ray_Bradbury_s_Fahrenheit_451","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51f709f7-347e-4fb2-b8a9-6810a002229c","name":"Orson Scott Card, Speaker for the Dead","description":"By Aaron Johnston","image":"https://learn-awesome.github.io/assets/book_covers/26823932.jpg","links":"book|https://www.goodreads.com/book/show/26823932-orson-scott-card-s","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"076ee4ad-b719-457a-a94a-451e504d75e8","name":"Irrational number - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/Irrational_number","topics":"irrational-numbers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c5522189-54c0-4efd-97ab-e8b3eff49285","name":"Robert A. Heinlein, The Moon Is a Harsh Mistress[b]","description":"By Robert A. Heinlein","image":"https://learn-awesome.github.io/assets/book_covers/16690.jpg","links":"book|https://www.goodreads.com/book/show/16690.The_Moon_is_a_Harsh_Mistress","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"977596cf-a72c-4e46-8d48-b437e7a0c62d","name":"Lois McMaster Bujold, Paladin of Souls","description":"By Lois McMaster Bujold","image":"https://learn-awesome.github.io/assets/book_covers/61904.jpg","links":"book|https://www.goodreads.com/book/show/61904.Paladin_of_Souls","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc4da752-73a6-4011-be3c-c242c7b3561e","name":"Ursula K. Le Guin, The Left Hand of Darkness","description":"By Harold Bloom","image":"https://learn-awesome.github.io/assets/book_covers/68050.jpg","links":"book|https://www.goodreads.com/book/show/68050.Ursula_K_Le_Guin_s_The_Left_Hand_of_Darkness","topics":"literary-criticism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6c64feb-289d-4542-b124-b14227caf23f","name":"Connie Willis, To Say Nothing of the Dog","description":"By Connie Willis","image":"https://learn-awesome.github.io/assets/book_covers/77773.jpg","links":"book|https://www.goodreads.com/book/show/77773.To_Say_Nothing_of_the_Dog","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"282e1d79-52aa-498e-a4cf-f3db493bdb4c","name":"Neil Gaiman, The Graveyard Book","description":"By Neil Gaiman","image":"https://learn-awesome.github.io/assets/book_covers/2213661.jpg","links":"book|https://www.goodreads.com/book/show/2213661.The_Graveyard_Book","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"604dbd35-74b9-4db9-ab51-edbd8022ce05","name":"Lord of Light","description":"By Roger Zelazny","image":"https://learn-awesome.github.io/assets/book_covers/13821.jpg","links":"book|https://www.goodreads.com/book/show/13821.Lord_of_Light","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79573206-4899-42e8-854c-72b860deeca9","name":"Isaac Asimov, The Gods Themselves","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/41821.jpg","links":"book|https://www.goodreads.com/book/show/41821.The_Gods_Themselves","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"615df323-53f1-4e0a-b9ba-a632244c1e71","name":"David Brin, The Uplift War","description":"By David Brin","image":"https://learn-awesome.github.io/assets/book_covers/234489.jpg","links":"book|https://www.goodreads.com/book/show/234489.The_Uplift_War","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f50d0fa-8027-46a1-be5a-5625718f4186","name":"David Brin, Startide Rising","description":"By David Brin","image":"https://learn-awesome.github.io/assets/book_covers/234501.jpg","links":"book|https://www.goodreads.com/book/show/234501.Startide_Rising","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05f39fe5-c72a-4f7b-a551-766257808f03","name":"Neil Gaiman, American Gods","description":"By Neil Gaiman","image":"https://learn-awesome.github.io/assets/book_covers/34564139.jpg","links":"book|https://www.goodreads.com/book/show/34564139-american-gods","topics":"comics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb422cea-e53c-4726-a37c-4b2976bf4af9","name":"Connie Willis, Doomsday Book","description":"By Connie Willis","image":"https://learn-awesome.github.io/assets/book_covers/24983.jpg","links":"book|https://www.goodreads.com/book/show/24983.Doomsday_Book","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df019f61-3a96-4275-8dd4-d2f51d18f405","name":"Robert Charles Wilson, Spin","description":"By Robert Charles Wilson","image":"https://learn-awesome.github.io/assets/book_covers/910863.jpg","links":"book|https://www.goodreads.com/book/show/910863.Spin","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dc564e7-d551-448b-a325-f6b4569529c8","name":"C. J. Cherryh, Cyteen","description":"By C.J. Cherryh","image":"https://learn-awesome.github.io/assets/book_covers/834518.jpg","links":"book|https://www.goodreads.com/book/show/834518.Cyteen","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8530acd-797d-45bf-ae87-132839a0ecea","name":"Robert A. Heinlein, Starship Troopers","description":"By Robert A. Heinlein","image":"https://learn-awesome.github.io/assets/book_covers/17214.jpg","links":"book|https://www.goodreads.com/book/show/17214.Starship_Troopers","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6de7669a-1617-4015-a893-c5c6f0075f5f","name":"Robert A. Heinlein, Stranger in a Strange Land","description":"By William H. Patterson Jr.","image":"https://learn-awesome.github.io/assets/book_covers/50871.jpg","links":"book|https://www.goodreads.com/book/show/50871.The_Martian_Named_Smith","topics":"default","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7cc02e5-0707-44db-9127-4673a30fedc4","name":"Alfred Bester, The Demolished Man","description":"By Alfred Bester","image":"https://learn-awesome.github.io/assets/book_covers/76740.jpg","links":"book|https://www.goodreads.com/book/show/76740.The_Demolished_Man","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c608eb4a-e91d-4fa3-93df-5824a8b6e92e","name":"Ann Leckie, Ancillary Justice","description":"By Ann Leckie","image":"https://learn-awesome.github.io/assets/book_covers/17333324.jpg","links":"book|https://www.goodreads.com/book/show/17333324-ancillary-justice","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52b91e23-ec65-4f98-ad88-96e5bd2eac0e","name":"Stand on Zanzibar","description":"By John Brunner","image":"https://learn-awesome.github.io/assets/book_covers/41069.jpg","links":"book|https://www.goodreads.com/book/show/41069.Stand_on_Zanzibar","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d381f61-d972-48ec-9968-11f0fa674187","name":"Longevity FAQ — Laura Deming","description":null,"image":null,"links":"article|https://www.ldeming.com/longevityfaq","topics":"longevity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eaa96be3-d349-4c67-b4e4-ae22d6069db3","name":"Arthur C. Clarke, The Fountains of Paradise","description":"By Arthur C. Clarke","image":"https://learn-awesome.github.io/assets/book_covers/149049.jpg","links":"book|https://www.goodreads.com/book/show/149049.The_Fountains_of_Paradise","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5a94cc8-8876-4fbf-b97d-d62173521a64","name":"Joan D. Vinge, The Snow Queen","description":"By Joan D. Vinge","image":"https://learn-awesome.github.io/assets/book_covers/139986.jpg","links":"book|https://www.goodreads.com/book/show/139986.The_Snow_Queen","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14f64657-533a-4a4a-a4f8-3892cba72606","name":"Philip José Farmer, To Your Scattered Bodies Go","description":"By Philip José Farmer","image":"https://learn-awesome.github.io/assets/book_covers/189147.jpg","links":"book|https://www.goodreads.com/book/show/189147.To_Your_Scattered_Bodies_Go","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6722155d-a5d5-4c48-997c-3161da94c622","name":"Roger Zelazny, This Immortal","description":"By Roger Zelazny","image":"https://learn-awesome.github.io/assets/book_covers/13827.jpg","links":"book|https://www.goodreads.com/book/show/13827.This_Immortal","topics":"sf","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f69e32c-a9ea-4b51-9444-097a6566e3c9","name":"Frank Herbert, Dune","description":"By Frank Herbert","image":"https://learn-awesome.github.io/assets/book_covers/53748.jpg","links":"book|https://www.goodreads.com/book/show/53748.The_Notebooks_of_Frank_Herbert_s_Dune","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be9d62ff-8c24-423f-aea4-74e556c48784","name":"China Miéville, The City & the City","description":"By China Miéville","image":"https://learn-awesome.github.io/assets/book_covers/4703581.jpg","links":"book|https://www.goodreads.com/book/show/4703581-the-city-the-city","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c23d147d-e798-4be8-8de9-e724cab854a9","name":"C. J. Cherryh, Downbelow Station","description":"By C.J. Cherryh","image":"https://learn-awesome.github.io/assets/book_covers/57045.jpg","links":"book|https://www.goodreads.com/book/show/57045.Downbelow_Station","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd92d7de-b1cb-48d0-961b-15e8f885ee81","name":"T. H. White, The Sword in the Stone","description":"By T.H. White","image":"https://learn-awesome.github.io/assets/book_covers/316845.jpg","links":"book|https://www.goodreads.com/book/show/316845.The_Sword_in_the_Stone","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"408ddeb1-5391-474e-87dc-b69046806166","name":"Robert A. Heinlein, Double Star","description":"By Robert A. Heinlein","image":"https://learn-awesome.github.io/assets/book_covers/175324.jpg","links":"book|https://www.goodreads.com/book/show/175324.Double_Star","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"926be69f-0c3f-4e48-b0d3-5ca9e62b97dc","name":"Kate Wilhelm, Where Late the Sweet Birds Sang","description":"By Kate Wilhelm","image":"https://learn-awesome.github.io/assets/book_covers/968827.jpg","links":"book|https://www.goodreads.com/book/show/968827.Where_Late_the_Sweet_Birds_Sang","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e909045-dbf9-43df-be53-eb91d08beb61","name":"Vonda N. McIntyre, Dreamsnake","description":"By Vonda N. McIntyre","image":"https://learn-awesome.github.io/assets/book_covers/263021.jpg","links":"book|https://www.goodreads.com/book/show/263021.Dreamsnake","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df7b78f6-18fc-41df-b1ef-8084d798a55d","name":"Redshirts","description":"By John Scalzi","image":"https://learn-awesome.github.io/assets/book_covers/13055592.jpg","links":"book|https://www.goodreads.com/book/show/13055592-redshirts","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c25bc0e-6a54-4172-95ab-06dfe75c9ffc","name":"Connie Willis, Blackout/All Clear","description":"By Connie Willis","image":"https://learn-awesome.github.io/assets/book_covers/6506307.jpg","links":"book|https://www.goodreads.com/book/show/6506307-blackout","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a37ddd2e-f934-4a4c-bdd2-48728ebe77c3","name":"William Gibson, Neuromancer","description":"By William Gibson","image":"https://learn-awesome.github.io/assets/book_covers/14772.jpg","links":"book|https://www.goodreads.com/book/show/14772.William_Gibson_s_Neuromancer","topics":"comics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49d1d4ff-1518-43e7-ba6f-77d9144b077d","name":"Robert J. Sawyer, Hominids","description":"By Robert J. Sawyer","image":"https://learn-awesome.github.io/assets/book_covers/264946.jpg","links":"book|https://www.goodreads.com/book/show/264946.Hominids","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d56709c7-b470-4944-a88f-0901acec03ec","name":"Ursula K. Le Guin, The Dispossessed","description":"By Laurence Davis","image":"https://learn-awesome.github.io/assets/book_covers/68037.jpg","links":"book|https://www.goodreads.com/book/show/68037.New_Utopian_Politics_of_Ursula_K_Le_Guin_s_the_Dispossessed","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"064e3863-0658-4d7f-a999-06332379c766","name":"Vernor Vinge, Rainbows End","description":"By Vernor Vinge","image":"https://learn-awesome.github.io/assets/book_covers/102439.jpg","links":"book|https://www.goodreads.com/book/show/102439.Rainbows_End","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3567fe02-71b4-48bb-9615-f647d21643b1","name":"Robert A. Heinlein, Farmer in the Sky","description":"By Robert A. Heinlein","image":"https://learn-awesome.github.io/assets/book_covers/50851.jpg","links":"book|https://www.goodreads.com/book/show/50851.Farmer_in_the_Sky","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db8579b0-d607-4511-9d93-62fb12844b40","name":"Paolo Bacigalupi, The Windup Girl","description":"By Paolo Bacigalupi","image":"https://learn-awesome.github.io/assets/book_covers/6597651.jpg","links":"book|https://www.goodreads.com/book/show/6597651-the-windup-girl","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d0250b2-03b4-4c03-ace9-02e285f2e1db","name":"Robert A. Heinlein, Beyond This Horizon","description":"By Robert A. Heinlein","image":"https://learn-awesome.github.io/assets/book_covers/540503.jpg","links":"book|https://www.goodreads.com/book/show/540503.Beyond_This_Horizon","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"186c8c9d-5341-49be-bd78-0e2f34078dcf","name":"The Yiddish Policemen's Union","description":"By Michael Chabon","image":"https://learn-awesome.github.io/assets/book_covers/16703.jpg","links":"book|https://www.goodreads.com/book/show/16703.The_Yiddish_Policemen_s_Union","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6cfc57a1-9b7e-4113-9c36-df2340b30d20","name":"A. E. van Vogt, Slan","description":"By A.E. van Vogt","image":"https://learn-awesome.github.io/assets/book_covers/643792.jpg","links":"book|https://www.goodreads.com/book/show/643792.Slan","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13803741-6bd0-42d6-b142-5fb7c6410efb","name":"Jo Walton, Among Others","description":"By Jo Walton","image":"https://learn-awesome.github.io/assets/book_covers/8706185.jpg","links":"book|https://www.goodreads.com/book/show/8706185-among-others","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"170dcbd2-b7ef-4356-a55c-91b9113bd7d4","name":"Philip K. Dick, The Man in the High Castle","description":"By Philip K. Dick","image":"https://learn-awesome.github.io/assets/book_covers/216363.jpg","links":"book|https://www.goodreads.com/book/show/216363.The_Man_in_the_High_Castle","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e59bf44d-96d7-4a34-ae45-497a39d997b1","name":"Larry Niven, Ringworld","description":"By Kevin Stein","image":"https://learn-awesome.github.io/assets/book_covers/61178.jpg","links":"book|https://www.goodreads.com/book/show/61178.The_Guide_to_Larry_Niven_s_Ringworld","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54f6b35a-5eda-434c-92c3-2d65deb6f4c9","name":"Fritz Leiber, The Wanderer","description":"By Fritz Leiber","image":"https://learn-awesome.github.io/assets/book_covers/218709.jpg","links":"book|https://www.goodreads.com/book/show/218709.The_Wanderer","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9378e9cf-08df-4526-9728-ce0695d9b2c1","name":"Frederik Pohl, Gateway","description":"By Frederik Pohl","image":null,"links":"book|https://www.goodreads.com/book/show/3782011-frederik-pohl-s-gateway","topics":"owned","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85ba1df9-fa2e-4918-a37f-a728b98110af","name":"Fritz Leiber, The Big Time","description":"By Fritz Leiber","image":"https://learn-awesome.github.io/assets/book_covers/102281.jpg","links":"book|https://www.goodreads.com/book/show/102281.The_Big_Time","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f049745-fd27-42bc-bad6-ef4ebe50b446","name":"Mark Clifton, They'd Rather Be Right","description":"By Mark Clifton","image":"https://learn-awesome.github.io/assets/book_covers/754001.jpg","links":"book|https://www.goodreads.com/book/show/754001.They_d_Rather_Be_Right","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c314e4ca-1f06-4557-ab1e-724fe7603bdd","name":"Orson Scott Card, Ender's Game","description":"By Cengage Learning Gale","image":null,"links":"book|https://www.goodreads.com/book/show/35985455-a-study-guide-for-orson-scott-card-s-ender-s-game","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e6030ec-035a-4da7-bc2a-682c7e4a34f5","name":"Susanna Clarke, Jonathan Strange & Mr Norrell","description":"By Arite Keller","image":"https://learn-awesome.github.io/assets/book_covers/29094550.jpg","links":"book|https://www.goodreads.com/book/show/29094550-the-role-of-history-in-susanna-clarke-s-jonathan-strange-mr-norrell","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8255ad88-daea-4991-8eb5-ba96f4dea772","name":"Walter M. Miller, Jr., A Canticle for Leibowitz","description":"By Cengage Learning Gale","image":null,"links":"book|https://www.goodreads.com/book/show/35987534-a-study-guide-for-walter-m-miller-jr-s-a-canticle-for-leibowitz","topics":"literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16cc275b-cdbc-4b8a-825d-8ea0f0cf3920","name":"James Blish, A Case of Conscience","description":"By Books LLC","image":"https://learn-awesome.github.io/assets/book_covers/8715320.jpg","links":"book|https://www.goodreads.com/book/show/8715320-works-by-james-blish","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc8eb92f-b148-4ef5-b398-2b71f4bd18a2","name":"The Culture: Consider Phlebas/Player of Games/Use of Weapons ","description":"By Iain M. Banks","image":"https://learn-awesome.github.io/assets/book_covers/13701729.jpg","links":"book|https://www.goodreads.com/book/show/13701729-the-culture","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4903576f-6626-45ff-b2a1-442d1a71b4f7","name":"Ignition!: An Informal History of Liquid Rocket Propellants","description":"By John Drury Clark","image":"https://learn-awesome.github.io/assets/book_covers/677285.jpg","links":"book|https://www.goodreads.com/book/show/677285.Ignition_","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfa6f3d7-1632-404a-9b1a-080e31e5944a","name":"The Wealth of Nations","description":"By Adam Smith","image":"https://learn-awesome.github.io/assets/book_covers/25698.jpg","links":"book|https://www.goodreads.com/book/show/25698.The_Wealth_of_Nations","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a132f10-5cac-456c-9ff6-11e5e6c90e1b","name":"Our Final Invention: Artificial Intelligence and the End of the Human Era ","description":"By James Barrat","image":"https://learn-awesome.github.io/assets/book_covers/17286699.jpg","links":"book|https://www.goodreads.com/book/show/17286699-our-final-invention","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26187462-1cd0-4658-94c8-1d0a78c93b97","name":"Screw Business as Usual","description":"By Richard Branson","image":"https://learn-awesome.github.io/assets/book_covers/12357518._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/12357518-screw-business-as-usual","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"103eea30-d883-498b-b70e-5aed499b2814","name":"Rocket Propulsion Elements","description":"By George P. Sutton","image":"https://learn-awesome.github.io/assets/book_covers/7682536.jpg","links":"book|https://www.goodreads.com/book/show/7682536-rocket-propulsion-elements","topics":"engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd2a3bdd-2954-44f4-842c-4fe50b035a3c","name":"International Reference Guide to Space Launch Systems (Library of Flight)","description":"By Steven J. Isakowitz","image":"https://learn-awesome.github.io/assets/book_covers/1952815.jpg","links":"book|https://www.goodreads.com/book/show/1952815.International_Reference_Guide_to_Space_Launch_Systems","topics":"space","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"475602ef-9c73-4198-bfff-423782fe3f50","name":"Aerothermodynamics of Gas Turbine and Rocket Propulsion (AIAA Education Series)","description":"By Gordon C. Oates","image":null,"links":"book|https://www.goodreads.com/book/show/3587986-aerothermodynamics-of-gas-turbine-and-rocket-propulsion","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3623d12-1f3b-43e8-b00f-387dd382fc11","name":"The Fault in Our Stars","description":"By John Green","image":"https://learn-awesome.github.io/assets/book_covers/11870085._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/11870085-the-fault-in-our-stars","topics":"young-adult","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b25579ce-1f0c-49dc-876a-14e9fa634dbe","name":"The Machine Stops","description":"By E.M. Forster","image":"https://learn-awesome.github.io/assets/book_covers/4711854.jpg","links":"book|https://www.goodreads.com/book/show/4711854-the-machine-stops","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9f7a9d7-457f-4926-a1e9-e9c148560cef","name":"Life 3.0: Being Human in the Age of Artificial Intelligence","description":"By Max Tegmark","image":"https://learn-awesome.github.io/assets/book_covers/34272565._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/34272565-life-3-0","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fc3ab7d-3da0-41d6-960c-ca4d7429d84e","name":"If the Universe Is Teeming with Aliens ... WHERE IS EVERYBODY?: Fifty Solutions to the Fermi Paradox and the Problem of Extraterrestrial Life","description":"By Stephen Webb","image":"https://learn-awesome.github.io/assets/book_covers/180506.jpg","links":"book|https://www.goodreads.com/book/show/180506.If_the_Universe_Is_Teeming_with_Aliens_Where_Is_Everybody_","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68ea53fc-484a-4dfc-bb60-27528f32916f","name":"The Big Picture: On the Origins of Life, Meaning, and the Universe Itself","description":"By Sean Carroll","image":"https://learn-awesome.github.io/assets/book_covers/26150770._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/26150770-the-big-picture","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d74dab3b-e26d-469d-826f-16a0816e02e9","name":"The Culture Series","description":"By Xavier Neal","image":"https://learn-awesome.github.io/assets/book_covers/38721612.jpg","links":"book|https://www.goodreads.com/book/show/38721612-redneck-romeo","topics":"kindle-unlimited","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff42f41d-1cb3-443c-9d9b-6da037a843cf","name":"The Human Interface","description":"By Richard Epworth","image":"https://learn-awesome.github.io/assets/book_covers/24327125.jpg","links":"book|https://www.goodreads.com/book/show/24327125-bottleneck---our-human-interface-with-reality","topics":"actually-wtr","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ac2247e-d746-4b6d-9a0e-0819ecccb131","name":"The Wise Heart: A Guide to the Universal Teachings of Buddhist Psychology ","description":"By Jack Kornfield","image":"https://learn-awesome.github.io/assets/book_covers/1920089.jpg","links":"book|https://www.goodreads.com/book/show/1920089.The_Wise_Heart","topics":"buddhism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd89b4b4-222c-49e0-8222-0cc1fb0d2de0","name":"Axiomatic","description":"By Greg Egan","image":"https://learn-awesome.github.io/assets/book_covers/156783.jpg","links":"book|https://www.goodreads.com/book/show/156783.Axiomatic","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"141ce20c-22c1-4417-838b-b0a7e344a548","name":"Cryptonomicon","description":"By Neal Stephenson","image":"https://learn-awesome.github.io/assets/book_covers/816.jpg","links":"book|https://www.goodreads.com/book/show/816.Cryptonomicon","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7f56640-4147-44e4-9268-da8454979c27","name":"The Tao of Leadership","description":"By Max Landsberg","image":null,"links":"book|https://www.goodreads.com/book/show/2416727.The_Tao_of_Leadership","topics":"transformation-mastery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8399147-91d1-480e-b257-9a3e11773ac9","name":"Poor Economics","description":"By Abhijit V. Banerjee","image":"https://learn-awesome.github.io/assets/book_covers/10245602.jpg","links":"book|https://www.goodreads.com/book/show/10245602-poor-economics","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51573b6d-6915-4ac7-a7a5-65cea7eea376","name":"I, Robot","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/41804.jpg","links":"book|https://www.goodreads.com/book/show/41804.I_Robot","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f8cd1b6-cee6-412c-8643-6ab0a8549912","name":"Beyond Religion: Ethics For the Whole World","description":"By Dalai Lama XIV","image":"https://learn-awesome.github.io/assets/book_covers/11346463.jpg","links":"book|https://www.goodreads.com/book/show/11346463-beyond-religion","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08dce56d-ce4d-495f-bb39-b5355bea1d3e","name":"Childhood's End","description":"By Arthur C. Clarke","image":"https://learn-awesome.github.io/assets/book_covers/414999.jpg","links":"book|https://www.goodreads.com/book/show/414999.Childhood_s_End","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"010afc9e-131e-44b0-b400-10feff11e4c5","name":"The Lean Startup","description":"By Laura Klein","image":"https://learn-awesome.github.io/assets/book_covers/16128986.jpg","links":"book|https://www.goodreads.com/book/show/16128986-ux-for-lean-startups","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"730f2b48-04e0-47c2-8c21-b5532e88a225","name":"Marooned in Realtime","description":"By Vernor Vinge","image":"https://learn-awesome.github.io/assets/book_covers/167847.jpg","links":"book|https://www.goodreads.com/book/show/167847.Marooned_in_Realtime","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10f25d79-a0b5-4866-b24a-3b3f05aacf86","name":"Healing Back Pain: The Mindbody Connection","description":"By John E. Sarno","image":"https://learn-awesome.github.io/assets/book_covers/144873.jpg","links":"book|https://www.goodreads.com/book/show/144873.Healing_Back_Pain","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4662b73-30eb-462c-b03c-a41006b0c770","name":"The Foundation: A Great American Secret ","description":"By Joel L. Fleishman","image":"https://learn-awesome.github.io/assets/book_covers/10310142.jpg","links":"book|https://www.goodreads.com/book/show/10310142-casebook-for-the-foundation","topics":"organisations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad5ef675-b2d5-4a01-a7f4-ac0f9ca9a086","name":"The Peace War ","description":"By Vernor Vinge","image":"https://learn-awesome.github.io/assets/book_covers/167845.jpg","links":"book|https://www.goodreads.com/book/show/167845.The_Peace_War","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22efc6d3-1f46-430d-9dee-16f411119be3","name":"I Am a Strange Loop","description":"By Douglas R. Hofstadter","image":"https://learn-awesome.github.io/assets/book_covers/123471.jpg","links":"book|https://www.goodreads.com/book/show/123471.I_Am_a_Strange_Loop","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30eb1cb5-7f77-42ce-88bd-233fb9b8a175","name":"The 15 Commitments of Conscious Leadership","description":"By Jim Dethmer","image":"https://learn-awesome.github.io/assets/book_covers/23275060._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/23275060-15-commitments-of-conscious-leadership","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64a1cf59-cf50-4573-a7d6-d105a8144bb5","name":"Good to Great: Why Some Companies Make the Leap … and Others Don’t","description":"By James C. Collins","image":"https://learn-awesome.github.io/assets/book_covers/76865.jpg","links":"book|https://www.goodreads.com/book/show/76865.Good_to_Great","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db969db2-7ece-42ec-8a8a-5326b94cd8f3","name":"Creation: Life and How to Make It","description":"By Steve Grand","image":"https://learn-awesome.github.io/assets/book_covers/304444.jpg","links":"book|https://www.goodreads.com/book/show/304444.Creation","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"974c7820-4a96-495b-8631-e533991f0994","name":"Lean Thinking: Banish Waste and Create Wealth in Your Corporation","description":"By James P. Womack","image":"https://learn-awesome.github.io/assets/book_covers/289467.jpg","links":"book|https://www.goodreads.com/book/show/289467.Lean_Thinking","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c696748a-5b85-40af-a10f-305299ce8ac2","name":"Memos from the Chairman","description":"By Alan C. Greenberg","image":"https://learn-awesome.github.io/assets/book_covers/1069335.jpg","links":"book|https://www.goodreads.com/book/show/1069335.Memos_from_the_Chairman","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5a39123-a66f-43db-bb7a-871464c5e9d1","name":"Educated: A Memoir","description":"By Tara Westover","image":"https://learn-awesome.github.io/assets/book_covers/35133922.jpg","links":"book|https://www.goodreads.com/book/show/35133922-educated","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52e0563e-87f3-4b15-b747-6f4c1b7629f7","name":"The Gene: An Intimate History","description":"By Siddhartha Mukherjee","image":"https://learn-awesome.github.io/assets/book_covers/27276428.jpg","links":"book|https://www.goodreads.com/book/show/27276428-the-gene","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee6b09a3-2903-4fcc-8caa-c30ff3b96d36","name":"The Moment of Lift: How Empowering Women Changes the World ","description":"By Melinda Gates","image":"https://learn-awesome.github.io/assets/book_covers/40776644.jpg","links":"book|https://www.goodreads.com/book/show/40776644-the-moment-of-lift","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77577451-d520-4f2c-a93c-19f2aaba4fa4","name":"Winners Take All: The Elite Charade of Changing the World ","description":"By Anand Giridharadas","image":"https://learn-awesome.github.io/assets/book_covers/37506348.jpg","links":"book|https://www.goodreads.com/book/show/37506348-winners-take-all","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d38dca8-eed2-4890-b755-486fd6f35fca","name":"The Headspace Guide to Meditation and Mindfulness","description":"By Andy Puddicombe","image":"https://learn-awesome.github.io/assets/book_covers/27414493.jpg","links":"book|https://www.goodreads.com/book/show/27414493-the-headspace-guide-to-meditation-mindfulness","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bf4e8b5b-d0a8-4172-b0e2-7b84bb5683a4","name":"Blitzscalling: The Lightning Fast Path to Building Massively Valuable Companies","description":"By Reid Hoffman","image":"https://learn-awesome.github.io/assets/book_covers/38398157.jpg","links":"book|https://www.goodreads.com/book/show/38398157-blitzscaling","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb197c13-91a6-4a0a-8860-a685ad738ceb","name":"Measure What Matters","description":"By John Doerr","image":"https://learn-awesome.github.io/assets/book_covers/39286958.jpg","links":"book|https://www.goodreads.com/book/show/39286958-measure-what-matters","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f943dc5e-68b6-4597-a5a6-92560c277ed7","name":"Seveneves","description":"By Neal Stephenson","image":"https://learn-awesome.github.io/assets/book_covers/22816087.jpg","links":"book|https://www.goodreads.com/book/show/22816087-seveneves","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebc4cffd-3f30-461a-9246-eb748198b62a","name":"Army of None by Paul Scharre","description":"By Paul Scharre","image":"https://learn-awesome.github.io/assets/book_covers/40180025._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/40180025-army-of-none","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ceaedf7-b2aa-432a-a785-8142099fd568","name":"On Immunity: An Inoculation","description":"By Eula Biss","image":"https://learn-awesome.github.io/assets/book_covers/20613511.jpg","links":"book|https://www.goodreads.com/book/show/20613511-on-immunity","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f042a1ac-584f-4dfd-8bd5-cce277c73ebb","name":"From the Ground Up: A Journey to Reimagine the Promise of America","description":"By Howard Schultz","image":"https://learn-awesome.github.io/assets/book_covers/42176907.jpg","links":"book|https://www.goodreads.com/book/show/42176907-from-the-ground-up","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db4495c2-2d4f-4fa3-87c8-a06fc7d8c293","name":"Upheaval by Jared Diamond","description":"By Jared Diamond","image":"https://learn-awesome.github.io/assets/book_covers/41716904._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/41716904-upheaval","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6aae46b-95bf-4b30-9f7d-b531cc286440","name":"Nine Pints by Rose George","description":"By Rose George","image":"https://learn-awesome.github.io/assets/book_covers/38232376._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/38232376-nine-pints","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1ba96af-9b20-4c8b-9b98-9e349ff7cca4","name":"A Gentleman in Moscow, by Amor Towles","description":"By The Summary Guy","image":null,"links":"book|https://www.goodreads.com/book/show/34856078-summary---a-gentleman-in-moscow","topics":"fsca-book-club-2019","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa62f2da-86ef-48ba-ab65-0d825ad92016","name":"Presidents of War, by Michael Beschloss","description":"By Michael R. Beschloss","image":"https://learn-awesome.github.io/assets/book_covers/37792766._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/37792766-presidents-of-war","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7ef3015-6152-4bb2-af98-e7fa649a2b87","name":"The Future of Capitalism, by Paul Collier","description":"By Paul Collier","image":"https://learn-awesome.github.io/assets/book_covers/36628413._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/36628413-the-future-of-capitalism","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f38c564f-8e85-402b-9cb5-1ede98f67098","name":"Everything Happens for a Reason and Other Lies I’ve Loved","description":"By Kate Bowler","image":"https://learn-awesome.github.io/assets/book_covers/35133923._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/35133923-everything-happens-for-a-reason","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e13b443-5d50-431a-bc06-67449ad558c0","name":"The Best We Could Do","description":"By Thi Bui","image":"https://learn-awesome.github.io/assets/book_covers/29936927._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/29936927-the-best-we-could-do","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"08bc6a15-9986-4989-93c9-92b2338db979","name":"Evicted","description":"By Matthew Desmond","image":"https://learn-awesome.github.io/assets/book_covers/25852784.jpg","links":"book|https://www.goodreads.com/book/show/25852784-evicted","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8665865c-ebe8-49e6-b8c9-b9798f40c920","name":"Believe Me: A Memoir of Love, Death, and Jazz Chickens","description":"By Eddie Izzard","image":"https://learn-awesome.github.io/assets/book_covers/24611840._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/24611840-believe-me","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"444972d3-515f-4967-996b-70fd3ecffb57","name":"The Sympathizer by Viet Thanh Nguyen","description":"By Trivion Books","image":"https://learn-awesome.github.io/assets/book_covers/33542670.jpg","links":"book|https://www.goodreads.com/book/show/33542670-the-sympathizer-by-viet-thanh-nguyen","topics":"bill-gates","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0031a68-a06a-4747-b656-4fcc5706555c","name":"Born a Crime","description":"By Trevor Noah","image":"https://learn-awesome.github.io/assets/book_covers/29780253._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/29780253-born-a-crime","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0028d529-8221-449b-9c09-e4d4ea8adf1c","name":"The Heart, by Maylis de Kerangal","description":"By Maylis de Kerangal","image":"https://learn-awesome.github.io/assets/book_covers/25664510._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/25664510-the-heart","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e464b56-d8b8-43f7-9102-96c6545cff80","name":"A Full Life, by Jimmy Carter","description":"By Instaread Summaries","image":null,"links":"book|https://www.goodreads.com/book/show/29465718-a-full-life-by-jimmy-carter-summary-analysis","topics":"biographies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7effd329-3aef-4d90-b0a0-0f119dccaee6","name":"The Myth of the Strong Leader","description":"By Archie Brown","image":"https://learn-awesome.github.io/assets/book_covers/18160136.jpg","links":"book|https://www.goodreads.com/book/show/18160136-the-myth-of-the-strong-leader","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e9b16a8-403e-4cbc-abe1-b74ad22255c5","name":"The Grid, by Gretchen Bakke","description":"By Gretchen Bakke","image":"https://learn-awesome.github.io/assets/book_covers/26073005._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/26073005-the-grid","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6a0632d-ee41-49ee-bc00-30457cfe3c03","name":"The Power to Compete, by Ryoichi Mikitani and Hiroshi Mikitani","description":"By Hiroshi Mikitani","image":"https://learn-awesome.github.io/assets/book_covers/22775647._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/22775647-the-power-to-compete","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6ff03c42-b87b-46aa-954e-7f54684e867b","name":"Being Nixon: A Man Divided","description":"By Evan Thomas","image":"https://learn-awesome.github.io/assets/book_covers/25241663._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/25241663-being-nixon","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05a8b0b7-b78a-421c-94a6-46eeb6646267","name":"Sustainable Materials With Both Eyes Open","description":"By Julian M. Allwood","image":"https://learn-awesome.github.io/assets/book_covers/13072034._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/13072034-sustainable-materials---with-both-eyes-open","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"94d74f27-fa2d-4503-8660-ac1c67c783d9","name":"Eradication: Ridding the World of Diseases Forever?","description":"By Nancy Leys Stepan","image":"https://learn-awesome.github.io/assets/book_covers/12931176.jpg","links":"book|https://www.goodreads.com/book/show/12931176-eradication","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12e284a0-a6b2-41ef-a1df-ef3ea6206d40","name":"Hyperbole and a Half, by Allie Brosh","description":"By Trivion Books","image":"https://learn-awesome.github.io/assets/book_covers/26261249.jpg","links":"book|https://www.goodreads.com/book/show/26261249-hyperbole-and-a-half-by-allie-brosh-trivia-on-books","topics":"personal-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b2259a0-0dee-4985-ad14-f4e0e9cf7867","name":"What If?, by Randall Munroe","description":"By aBookaDay","image":"https://learn-awesome.github.io/assets/book_covers/29813119.jpg","links":"book|https://www.goodreads.com/book/show/29813119-summary-of-what-if","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47910dc4-f041-4863-bd28-b47027968256","name":"Should We Eat Meat?","description":"By Vaclav Smil","image":"https://learn-awesome.github.io/assets/book_covers/17298300._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/17298300-should-we-eat-meat","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"082b7fbb-8175-42ee-a8b0-94c05cc5aaa9","name":"Business Adventures, by John Brooks","description":"By Instaread Summaries","image":"https://learn-awesome.github.io/assets/book_covers/30265077._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/30265077-summary-of-business-adventures","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a34be72-6cf2-46a9-a599-656f387e2d80","name":"Capital in the Twenty-First Century, by Thomas Piketty","description":"By Omar Elbaga","image":"https://learn-awesome.github.io/assets/book_covers/22620288.jpg","links":"book|https://www.goodreads.com/book/show/22620288-capital-in-the-twenty-first-century-by-thomas-piketty----summary","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b41fd24-a511-4bdb-a172-69634a9086fc","name":"The Rosie Effect, by Graeme Simsion","description":"By BookHabits","image":"https://learn-awesome.github.io/assets/book_covers/37799015.jpg","links":"book|https://www.goodreads.com/book/show/37799015-summary-of-the-rosie-effect-by-graeme-simsion-conversation-starters","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d900148d-e2b4-4dba-b9be-87fb5f24a58f","name":"Making the Modern World: Materials and Dematerialization","description":"By Vaclav Smil","image":"https://learn-awesome.github.io/assets/book_covers/17941760._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/17941760-making-the-modern-world","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a7c1103-50b8-4cc2-a752-8a1d5891c632","name":"Stress Test: Reflections on Financial Crises ","description":"By Timothy F. Geithner","image":"https://learn-awesome.github.io/assets/book_covers/22889809.jpg","links":"book|https://www.goodreads.com/book/show/22889809-stress-test","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6e12f84-f304-40b5-9a37-64e6806895c1","name":"The Rosie Project: A Novel, by Graeme Simsion","description":"By Instatrivia","image":"https://learn-awesome.github.io/assets/book_covers/25266664.jpg","links":"book|https://www.goodreads.com/book/show/25266664-the-rosie-project","topics":"bill-gates","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e148dc8-0b34-46e5-bd7d-0710bfa7c69c","name":"Reinventing American Health Care: How the Affordable Care Act Will Improve Our Terribly Complex, Blatantly Unjust, Outrageously Expensive, Grossly Inefficient, Error Prone System","description":"By Ezekiel J. Emanuel","image":"https://learn-awesome.github.io/assets/book_covers/20973942.jpg","links":"book|https://www.goodreads.com/book/show/20973942-reinventing-american-health-care","topics":"healthcare","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8334f144-04ef-4d66-9390-8b3c8ed5744a","name":"The Most Powerful Idea in the World, by William Rosen","description":"By William Rosen","image":"https://learn-awesome.github.io/assets/book_covers/7863046._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/7863046-the-most-powerful-idea-in-the-world","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed65e049-5a60-4438-8d2e-ff2626e12e73","name":"Harvesting the Biosphere","description":"By Vaclav Smil","image":"https://learn-awesome.github.io/assets/book_covers/16248618._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/16248618-harvesting-the-biosphere","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"038da670-2d69-470e-b9bf-fd789f4f7c6a","name":"The World Until Yesterday, by Jared Diamond","description":"By Jared Diamond","image":"https://learn-awesome.github.io/assets/book_covers/15766601._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/15766601-the-world-until-yesterday","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2428b0c-706e-4633-81ef-fb64e739bb71","name":"Poor Numbers","description":"By Morten Jerven","image":"https://learn-awesome.github.io/assets/book_covers/16167926._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/16167926-poor-numbers","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1933dc24-541d-44e7-b191-e6d3e1b6acdb","name":"Why Does College Cost So Much?, by Robert B. Archibald and David H. Feldman","description":"By Robert B. Archibald","image":"https://learn-awesome.github.io/assets/book_covers/8362931.jpg","links":"book|https://www.goodreads.com/book/show/8362931-why-does-college-cost-so-much","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8abd2c5d-2575-48b0-b245-0091262ddc50","name":"The Bet: Paul Ehrlich, Julian Simon, and Our Gamble over Earth's Future","description":"By Paul Sabin","image":"https://learn-awesome.github.io/assets/book_covers/17572998.jpg","links":"book|https://www.goodreads.com/book/show/17572998-the-bet","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05f34dd7-bafc-4b0b-a9f5-3f59f8aaafea","name":"How Rational Math Catches Slippery Irrational Numbers","description":null,"image":null,"links":"article|https://www.quantamagazine.org/how-rational-math-catches-slippery-irrational-numbers-20200310/","topics":"irrational-numbers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d6d8b34-6ff2-430f-8c49-e53b46793516","name":"Made in the USA: The Rise and Retreat of American Manufacturing","description":"By Vaclav Smil","image":"https://learn-awesome.github.io/assets/book_covers/17471034._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/17471034-made-in-the-usa","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a297c53-5bbc-4e95-982d-7c6f64665c15","name":"Japan's Dietary Transition and Its Impacts (Food, Health, and the Environment)","description":"By Vaclav Smil","image":"https://learn-awesome.github.io/assets/book_covers/15857472._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/15857472-japan-s-dietary-transition-and-its-impacts","topics":"bill-gates","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"564247f9-0b64-474a-a7b0-ddb6e0e83caa","name":"However Long the Night: Molly Melching's Journey to Help Millions of African Women and Girls","description":"By Aimee Molloy","image":"https://learn-awesome.github.io/assets/book_covers/41014847._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/41014847-however-long-the-night","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2f10232-be6a-4ebc-9b29-0214ece17894","name":"Whistling Vivaldi: How Stereotypes Affect Us and What We Can Do (Issues of Our Time)","description":"By Claude M. Steele","image":"https://learn-awesome.github.io/assets/book_covers/9662130.jpg","links":"book|https://www.goodreads.com/book/show/9662130-whistling-vivaldi","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"084b7c1d-05e2-494f-9d5b-076b97080f90","name":"Patriot and Assassin","description":"By Robert Cook","image":"https://learn-awesome.github.io/assets/book_covers/17293275._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/17293275-patriot-and-assassin","topics":"bill-gates","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95d7217e-8dbd-4d1d-be73-1f775fdb6c4d","name":"The Better Angels of our Nature: Why Violence has Declined by Steven Pinker","description":"By Otto Barnhill","image":"https://learn-awesome.github.io/assets/book_covers/35171411.jpg","links":"book|https://www.goodreads.com/book/show/35171411-summary-of-the-better-angels-of-our-nature","topics":"social-issues","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"faebdb97-863a-4849-baa5-2d42cb8c68e2","name":"Deng Xiaoping by Ezra Vogel","description":"By Ezra F. Vogel","image":"https://learn-awesome.github.io/assets/book_covers/11472345.jpg","links":"book|https://www.goodreads.com/book/show/11472345-deng-xiaoping-and-the-transformation-of-china","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5476137-65c6-4e9f-b6d9-2e38e98349d6","name":"The Quest by Daniel Yergin","description":"By Daniel Yergin","image":"https://learn-awesome.github.io/assets/book_covers/169354.jpg","links":"book|https://www.goodreads.com/book/show/169354.The_Prize","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"045f8590-dd51-4460-b97c-259f01a0945a","name":"Moonwalking with Einstein by Joshua Foer","description":"By Instaread Summaries","image":"https://learn-awesome.github.io/assets/book_covers/30819100.jpg","links":"book|https://www.goodreads.com/book/show/30819100-summary-of-moonwalking-with-einstein","topics":"audio-wanted","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"143ae9a9-efae-4c8b-bf6b-894522621a6e","name":"Behind the Beautiful Forevers: Life, Death, and Hope in a Mumbai Undercity","description":"By Katherine Boo","image":"https://learn-awesome.github.io/assets/book_covers/11869272.jpg","links":"book|https://www.goodreads.com/book/show/11869272-behind-the-beautiful-forevers","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91bffdf6-24fd-434e-aba6-a66d892b9fe9","name":"One Billion Hungry: Can We Feed the World? by Gordon Conway","description":"By Gordon Conway","image":"https://learn-awesome.github.io/assets/book_covers/14923012._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/14923012-one-billion-hungry","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5393ea20-16de-4491-a6d4-b89cc50e993a","name":"A World-Class Education by Vivien Stewart","description":"By Vivien Stewart","image":"https://learn-awesome.github.io/assets/book_covers/13493272._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/13493272-a-world-class-education","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7e5418d-2238-4c48-bec0-aa3d00e92c2c","name":"This Time is Different: Eight Centuries of Financial Folly by Carmen Reinhart & Kenneth Rogoff","description":"By Carmen M. Reinhart","image":"https://learn-awesome.github.io/assets/book_covers/6372440._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/6372440-this-time-is-different","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0b3c1f4-8062-4117-9199-27d7391fa70f","name":"The City that Became Safe: New York’s Lessons for Urban Crime and Its Control by Franklin Zimring","description":"By Franklin E. Zimring","image":"https://learn-awesome.github.io/assets/book_covers/11598788.jpg","links":"book|https://www.goodreads.com/book/show/11598788-the-city-that-became-safe","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d319343-8044-4552-92e5-89435ed78f5c","name":"The Man Who Stayed Behind","description":"By Sidney Rittenberg","image":"https://learn-awesome.github.io/assets/book_covers/832665.jpg","links":"book|https://www.goodreads.com/book/show/832665.The_Man_Who_Stayed_Behind","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8615541-a6d4-42e9-a267-3d6ed8b5fc99","name":"The Cost of Hope by Amanda Bennett","description":"By Amanda Bennett","image":"https://learn-awesome.github.io/assets/book_covers/13147829._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/13147829-the-cost-of-hope","topics":"memoir","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e4f5df7-ee64-4377-bd1c-88d217f4b32c","name":"Limits to Growth: The 30-Year Update by Donella Meadows","description":"By Donella H. Meadows","image":"https://learn-awesome.github.io/assets/book_covers/705418._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/705418.The_Limits_to_Growth","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4dbed1c9-f92f-43f5-8cf8-7d8f4a7065ef","name":"The New Jim Crow: Mass Incarceration in the Age of Colorblindness","description":"By Michelle Alexander","image":"https://learn-awesome.github.io/assets/book_covers/6792458.jpg","links":"book|https://www.goodreads.com/book/show/6792458-the-new-jim-crow","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"391ad79b-75b4-4b75-b0e3-042b87304a29","name":"Muqaddimah","description":"By Ibn Khaldun","image":"https://learn-awesome.github.io/assets/book_covers/36173910.jpg","links":"book|https://www.goodreads.com/book/show/36173910-the-muqaddimah","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5085109a-5254-4ae7-a73f-02cf40345d2e","name":"The Player of Games","description":"By Iain M. Banks","image":"https://learn-awesome.github.io/assets/book_covers/18630.jpg","links":"book|https://www.goodreads.com/book/show/18630.The_Player_of_Games","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1001c35e-6df0-44b3-9540-615211100c0a","name":"The Beginning of Infinity: Explanations that Transform the World","description":"By David Deutsch","image":"https://learn-awesome.github.io/assets/book_covers/10483171.jpg","links":"book|https://www.goodreads.com/book/show/10483171-the-beginning-of-infinity","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"586461bf-df50-4ae2-81fa-d43ecb76bd17","name":"World Order","description":"By Henry Kissinger","image":"https://learn-awesome.github.io/assets/book_covers/20821140.jpg","links":"book|https://www.goodreads.com/book/show/20821140-world-order","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"306f60fb-de47-4743-852e-36abd69a05b5","name":"Why Nations Fail: The Origins of Power, Prosperity, and Poverty","description":"By Daron Acemoğlu","image":"https://learn-awesome.github.io/assets/book_covers/12158480.jpg","links":"book|https://www.goodreads.com/book/show/12158480-why-nations-fail","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39d78167-09ce-43f3-b175-fea28bc7b82c","name":"Genome: The Autobiography of a Species in 23 Chapters","description":"By Matt Ridley","image":"https://learn-awesome.github.io/assets/book_covers/4591.jpg","links":"book|https://www.goodreads.com/book/show/4591.Genome","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0286efa5-01ca-40fe-bcac-4c392f8b0f62","name":"Gang Leader for a Day: A Rogue Sociologist Takes to the Streets","description":"By Sudhir Venkatesh","image":"https://learn-awesome.github.io/assets/book_covers/1491906.jpg","links":"book|https://www.goodreads.com/book/show/1491906.Gang_Leader_for_a_Day","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c37f765-9bac-412b-a45a-fbe77aa11157","name":"The Structure of Scientific Revolutions","description":"By Thomas S. Kuhn","image":"https://learn-awesome.github.io/assets/book_covers/61539.jpg","links":"book|https://www.goodreads.com/book/show/61539.The_Structure_of_Scientific_Revolutions","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b2f4141-3f91-4324-86c0-fc3af2a86ef7","name":"The Rational Optimist: How Prosperity Evolves","description":"By Matt Ridley","image":"https://learn-awesome.github.io/assets/book_covers/7776209.jpg","links":"book|https://www.goodreads.com/book/show/7776209-the-rational-optimist","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88822737-5a77-499d-9549-b80dfc5f68c7","name":"Portfolios of the Poor: How the World's Poor Live on $2 a Day","description":"By Daryl Collins","image":"https://learn-awesome.github.io/assets/book_covers/6410378.jpg","links":"book|https://www.goodreads.com/book/show/6410378-portfolios-of-the-poor","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8d915ea-9832-4b11-8f29-a8259d0ec902","name":"Energy: A Beginners Guide","description":"By Vaclav Smil","image":"https://learn-awesome.github.io/assets/book_covers/632902.jpg","links":"book|https://www.goodreads.com/book/show/632902.Energy","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9a0b22b-bb14-4cd5-96c7-c7c88fbe778f","name":"Dealing With China: An Insider Unmasks the New Economic Superpower","description":"By Henry M. Paulson Jr.","image":"https://learn-awesome.github.io/assets/book_covers/15826600.jpg","links":"book|https://www.goodreads.com/book/show/15826600-dealing-with-china","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4b7122d-cbfb-4749-af3e-1156097a6adf","name":"The End of Power: From Boardrooms to Battlefields and Churches to States, Why Being In Charge Isn’t What It Used to Be","description":"By Moisés Naím","image":"https://learn-awesome.github.io/assets/book_covers/16043519.jpg","links":"book|https://www.goodreads.com/book/show/16043519-the-end-of-power","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8692b420-e0ee-4f8b-bfb6-19621a8774ce","name":"Rational Ritual: Culture, Coordination, and Common Knowledge","description":"By Michael Suk-Young Chwe","image":"https://learn-awesome.github.io/assets/book_covers/1116212.jpg","links":"book|https://www.goodreads.com/book/show/1116212.Rational_Ritual","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"372eb157-f210-4df3-b9f1-fbe0ab3dd58d","name":"Orwell's Revenge: The 1984 Palimpsest","description":"By Peter Huber","image":"https://learn-awesome.github.io/assets/book_covers/1099656.jpg","links":"book|https://www.goodreads.com/book/show/1099656.Orwell_s_Revenge","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf964463-8b6e-4215-a07a-4d62229dbc55","name":"Between the World and Me","description":"By Ta-Nehisi Coates","image":"https://learn-awesome.github.io/assets/book_covers/25489625.jpg","links":"book|https://www.goodreads.com/book/show/25489625-between-the-world-and-me","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d600f7d2-12e2-49f6-92f4-0b80ae99960c","name":"The Score Takes Care of Itself: My Philosophy of Leadership","description":"By Bill Walsh","image":"https://learn-awesome.github.io/assets/book_covers/6342995.jpg","links":"book|https://www.goodreads.com/book/show/6342995-the-score-takes-care-of-itself","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a498236-e96d-400b-add5-91768d3bc800","name":"Leaves of Grass","description":"By Walt Whitman","image":"https://learn-awesome.github.io/assets/book_covers/27494.jpg","links":"book|https://www.goodreads.com/book/show/27494.Leaves_of_Grass","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0947920-7ca8-4129-a048-8f4e3e00d683","name":"The Art Spirit","description":"By Robert Henri","image":"https://learn-awesome.github.io/assets/book_covers/207781.jpg","links":"book|https://www.goodreads.com/book/show/207781.The_Art_Spirit","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93b14895-5602-4e7b-b53c-ee3414876617","name":"Crush It!","description":"By Richard Siken","image":"https://learn-awesome.github.io/assets/book_covers/96259.jpg","links":"book|https://www.goodreads.com/book/show/96259.Crush","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"233a6492-f321-41e3-829d-b2b874665a46","name":"I Love You More than my Dog","description":"By Jeanne Bliss","image":null,"links":"book|https://www.goodreads.com/book/show/21503300-i-love-you-more-than-my-dog","topics":"professional-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76124254-89d6-420f-85b2-ce84448e5056","name":"Battle Cry of Freedom: The Civil War Era","description":"By James McPherson","image":"https://learn-awesome.github.io/assets/book_covers/41543376.jpg","links":"book|https://www.goodreads.com/book/show/41543376-battle-cry-of-freedom","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a605b7df-90cd-489b-ab11-8943fc3245bc","name":"Beyond The Checkride: What Your Flight Instructor Never Taught You","description":"By Howard Fried","image":"https://learn-awesome.github.io/assets/book_covers/20499269.jpg","links":"book|https://www.goodreads.com/book/show/20499269-beyond-the-checkride","topics":"aircrafts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bee21b28-da17-49b3-8f10-fe1c93d2607f","name":"The Mathematical Experience: Study Edition","description":"By Philip J. Davis","image":null,"links":"book|https://www.goodreads.com/book/show/15099106-the-companion-guide-to-the-mathematical-experience-study-edition","topics":"my-library","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86fde73d-b959-4a6c-886b-2e0dfc6b8318","name":"Open City: A Novel","description":"By Nikos Kolesis","image":"https://learn-awesome.github.io/assets/book_covers/25870865.jpg","links":"book|https://www.goodreads.com/book/show/25870865-open-odyssey","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c15f33da-944f-434f-8406-ca56859495fb","name":"The Princeton Companion to Applied Mathematics","description":"By Nicholas J. Higham","image":"https://learn-awesome.github.io/assets/book_covers/26254109.jpg","links":"book|https://www.goodreads.com/book/show/26254109-the-princeton-companion-to-applied-mathematics","topics":"math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56ad54cc-73da-479f-a199-3883d850b20a","name":"Smalltalk-80: The Language and its Implementation","description":"By Adele Goldberg","image":"https://learn-awesome.github.io/assets/book_covers/1831735.jpg","links":"book|https://www.goodreads.com/book/show/1831735.SmallTalk_80_Language","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef9c9ffc-ab8b-4a52-a42f-de57651e0a76","name":"Wandering Significance: An Essay on Conceptual Behaviour 1st Edition","description":"By Mark Wilson","image":"https://learn-awesome.github.io/assets/book_covers/684850.jpg","links":"book|https://www.goodreads.com/book/show/684850.Wandering_Significance","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f438664-fcbb-4eec-9e7c-afb8e680e5b7","name":"Oliver Byrne: The First Six Books of the Elements of Euclid","description":"By Werner Oechslin","image":"https://learn-awesome.github.io/assets/book_covers/17879327.jpg","links":"book|https://www.goodreads.com/book/show/17879327-oliver-byrne;website|https://c82.net/euclid/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"289bf8ff-e666-4508-b57c-9ce756f8e0c2","name":"Writing to the Moment: Selected Critical Essays, 1980-95","description":"By Tom Paulin","image":"https://learn-awesome.github.io/assets/book_covers/1779359.jpg","links":"book|https://www.goodreads.com/book/show/1779359.Writing_to_the_Moment","topics":"i-own","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12feb768-68bb-4b17-918c-a4612ef7bd09","name":"Whole Earth Epilog: Access to Tools","description":"By Point","image":null,"links":"book|https://www.goodreads.com/book/show/4773817-whole-earth-epilog","topics":"david","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aaae930b-96d6-424a-a72d-8302e040dc58","name":"Recent economic changes, and their effect on the production and distribution of wealth and the well-being of society","description":"By David Ames Wells","image":"https://learn-awesome.github.io/assets/book_covers/22598259.jpg","links":"book|https://www.goodreads.com/book/show/22598259-recent-economic-changes-and-their-effect-on-the-production-and-distribu","topics":"to-get","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa62f0a5-69c4-471d-934e-fad4741ca166","name":"The Times Comprehensive Atlas of the World, 13th Edition","description":"By Collins Bartholomew","image":"https://learn-awesome.github.io/assets/book_covers/596091.jpg","links":"book|https://www.goodreads.com/book/show/596091.Times_Comprehensive_Atlas_of_the_World_Eleventh_Edition","topics":"reference","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b20bcc2b-6b39-4461-b1a8-1c1c2261cc09","name":"The Feynman Lectures on Physics, Vol. 1: Mainly Mechanics, Radiation, and Heat","description":"By Richard Feynman","image":"https://learn-awesome.github.io/assets/book_covers/17278.jpg","links":"book|https://www.goodreads.com/book/show/17278.The_Feynman_Lectures_on_Physics_Vol_1","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b066537d-bd60-45ff-a541-9c7849634c91","name":"The Feynman Lectures on Physics, Vol. 2.","description":"By Richard Feynman","image":"https://learn-awesome.github.io/assets/book_covers/1490767.jpg","links":"book|https://www.goodreads.com/book/show/1490767.The_Feynman_Lectures_on_Physics_Vol_2","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"861d677c-d69f-4fbb-8fd7-62d924e03ab8","name":"Instrument Flight Training Manual As Developed by Professional Instrument Courses, Inc. 3rd Ed.","description":"By Peter Dogan","image":"https://learn-awesome.github.io/assets/book_covers/1770212.jpg","links":"book|https://www.goodreads.com/book/show/1770212.Instrument_Flight_Training_Manual_As_Developed_by_Professional_Instrument_Courses_Inc_3rd_Ed_","topics":"aircrafts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5883a5c5-6f62-41c6-9f08-31cb8e7e2a29","name":"Collected Fictions","description":"By Jorge Luis Borges","image":"https://learn-awesome.github.io/assets/book_covers/17961.jpg","links":"book|https://www.goodreads.com/book/show/17961.Collected_Fictions","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"569b4155-391e-4077-9b85-808aced57d68","name":"Computer Lib/Dream Machines","description":"By Ted Nelson","image":"https://learn-awesome.github.io/assets/book_covers/722414.jpg","links":"book|https://www.goodreads.com/book/show/722414.Computer_Lib_Dream_Machines","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49b2edee-b369-425e-93ea-09303fe2c8a3","name":"Parallel and Concurrent Programming in Haskell: Techniques for Multicore and Multithreaded Programming","description":"By Simon Marlow","image":"https://learn-awesome.github.io/assets/book_covers/17802513.jpg","links":"book|https://www.goodreads.com/book/show/17802513-parallel-and-concurrent-programming-in-haskell","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be44fc1c-4145-491d-bfb5-a1c38804e82e","name":"The Problem of Political Authority: An Examination of the Right to Coerce and the Duty to Obey","description":"By Michael Huemer","image":"https://learn-awesome.github.io/assets/book_covers/15794037.jpg","links":"book|https://www.goodreads.com/book/show/15794037-the-problem-of-political-authority","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7fa2ac0-2367-4a57-bc12-98ce0340fb56","name":"Codex Seraphinianus","description":"By Luigi Serafini","image":"https://learn-awesome.github.io/assets/book_covers/512662.jpg","links":"book|https://www.goodreads.com/book/show/512662.Codex_Seraphinianus_Ein_Orbis_Pictus_des_Universums_der_Phantasie_","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f429fad8-7fec-42ff-a0a7-75900f634e69","name":"Urban Street Design Guide","description":"By National Association of City Transportation Officials","image":"https://learn-awesome.github.io/assets/book_covers/17912386.jpg","links":"book|https://www.goodreads.com/book/show/17912386-urban-street-design-guide","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c65f7945-49b1-4a68-aaf1-baa73798e315","name":"Poor Charlie's Almanack: The Wit and Wisdom of Charles T. Munger","description":"By Charles T. Munger","image":"https://learn-awesome.github.io/assets/book_covers/944652.jpg","links":"book|https://www.goodreads.com/book/show/944652.Poor_Charlie_s_Almanack","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d265b221-9850-4d4d-ba57-4aeecc51e2e1","name":"Only the Paranoid Survive: How to Exploit the Crisis Points That Challenge Every Company","description":"By PCC","image":"https://learn-awesome.github.io/assets/book_covers/41718642.jpg","links":"book|https://www.goodreads.com/book/show/41718642-only-the-paranoid-survive","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"452867db-0e2c-46de-9fb0-7bdde831ebad","name":"The Power Broker","description":"By Robert A. Caro","image":"https://learn-awesome.github.io/assets/book_covers/1111.jpg","links":"book|https://www.goodreads.com/book/show/1111.The_Power_Broker","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4868f1cc-26df-483f-b6a8-23cbc7712493","name":"Pompeii: A Novel","description":"By S. Fowler Wright","image":"https://learn-awesome.github.io/assets/book_covers/10065268.jpg","links":"book|https://www.goodreads.com/book/show/10065268-the-last-days-of-pompeii","topics":"grandpa-s-books","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77f90344-d7a1-4498-9aea-4574e1f12f12","name":"The Next Whole Earth Catalog","description":"By Stewart Brand","image":"https://learn-awesome.github.io/assets/book_covers/21529076.jpg","links":"book|https://www.goodreads.com/book/show/21529076-the-next-whole-earth-catalog","topics":"hippie-favs","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bc70440-c73d-47c3-8fdc-a4114610a835","name":"Jeppesen: Guided Flight Discovery: Private Pilot Maneuvers","description":"By Jeppesen Sanderson","image":null,"links":"book|https://www.goodreads.com/book/show/9978387-jeppesen","topics":"to-get","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f77dab3a-a2d8-4a80-909e-cf8fff298e89","name":"The Intelligent Investor: The Definitive Book on Value Investing. A Book of Practical Counsel (Revised Edition) (Collins Business Essentials)","description":"By Readtrepreneur Publishing","image":"https://learn-awesome.github.io/assets/book_covers/36311853.jpg","links":"book|https://www.goodreads.com/book/show/36311853-summary","topics":"free-reads","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e78e41be-1844-406b-a99a-8e05354ef0c6","name":"Maui Revealed: The Ultimate Guidebook","description":"By Andrew Doughty","image":"https://learn-awesome.github.io/assets/book_covers/172468.jpg","links":"book|https://www.goodreads.com/book/show/172468.Maui_Revealed","topics":"travel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6aa7399a-0a1d-4d73-a2f7-d102f6e43bc7","name":"Structure and Interpretation of Computer Programs","description":"By Harold Abelson","image":"https://learn-awesome.github.io/assets/book_covers/43713.jpg","links":"book|https://www.goodreads.com/book/show/43713.Structure_and_Interpretation_of_Computer_Programs","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48819f6c-c1ab-4a0b-988a-856725e79c21","name":"Life in Moving Fluids: The Physical Biology of Flow (Princeton Paperbacks)","description":"By Steven Vogel","image":"https://learn-awesome.github.io/assets/book_covers/1702353.jpg","links":"book|https://www.goodreads.com/book/show/1702353.Life_in_Moving_Fluids","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65b2352c-001c-45a8-933d-d19bc0d20477","name":"Wooden: A Lifetime of Observations and Reflections On and Off the Court","description":"By John Wooden","image":"https://learn-awesome.github.io/assets/book_covers/43536.jpg","links":"book|https://www.goodreads.com/book/show/43536.Wooden","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e241f9fb-5068-4b5d-92dc-c1e512484a36","name":"Back to Barbary Lane: The Final Tales of the City Omnibus","description":"By Armistead Maupin","image":"https://learn-awesome.github.io/assets/book_covers/16268.jpg","links":"book|https://www.goodreads.com/book/show/16268.Back_to_Barbary_Lane","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70b41551-ea8c-4a0f-9cae-7904b42ec534","name":"LISP 1.5 Programmer's Manual","description":"By John McCarthy","image":"https://learn-awesome.github.io/assets/book_covers/3974153.jpg","links":"book|https://www.goodreads.com/book/show/3974153-lisp-1-5-programmer-s-manual","topics":"lisp","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c00b28da-c138-4c85-ac47-193d20ec67aa","name":"Bruno Munari: Design as Art","description":"By Aldo Tanchis","image":"https://learn-awesome.github.io/assets/book_covers/148717.jpg","links":"book|https://www.goodreads.com/book/show/148717.Bruno_Munari","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f898351d-d5b2-4c1c-b181-766bee83aee6","name":"Less and More: The Design Ethos of Dieter Rams","description":"By Klaus Klemp","image":"https://learn-awesome.github.io/assets/book_covers/13099439.jpg","links":"book|https://www.goodreads.com/book/show/13099439-less-and-more","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfbab6cb-0fa5-4988-b7f0-13fcd2123398","name":"An Introduction to Harmonic Analysis (Cambridge Mathematical Library)","description":"By Yitzhak Katznelson","image":"https://learn-awesome.github.io/assets/book_covers/600474.jpg","links":"book|https://www.goodreads.com/book/show/600474.An_Introduction_to_Harmonic_Analysis","topics":"math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce25da95-0eba-4e65-bd38-cbb78bce2a31","name":"Princes of the Yen: Japan's Central Bankers and the Transformation of the Economy (East Gate Books)","description":"By Richard A. Werner","image":"https://learn-awesome.github.io/assets/book_covers/2969660.jpg","links":"book|https://www.goodreads.com/book/show/2969660-princes-of-the-yen","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"097b813f-a150-4e8b-bd80-f640e62a0e7a","name":"The Sea Ranch: Fifty Years of Architecture, Landscape, Place, and Community on the Northern California Coast","description":"By Donlyn Lyndon","image":"https://learn-awesome.github.io/assets/book_covers/17607430.jpg","links":"book|https://www.goodreads.com/book/show/17607430-the-sea-ranch","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34652951-4b67-4c14-838b-f94b741d7a09","name":"Out of the Blue Too: More scary and often funny tales from the Royal Air Force and Friends","description":"By Ian Cowie","image":"https://learn-awesome.github.io/assets/book_covers/25201806.jpg","links":"book|https://www.goodreads.com/book/show/25201806-out-of-the-blue-too","topics":"to-get","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2dd3a9e-a353-4d28-a420-85ead509506c","name":"Engineers' Dreams","description":"By Willy Ley","image":null,"links":"book|https://www.goodreads.com/book/show/1927652.Engineers_Dreams","topics":"the-venus-project","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82531233-bd32-4ed7-a7bb-a3cb464947fb","name":"Logic & Design in Art, Science, and Mathematics","description":"By Krome Barratt","image":"https://learn-awesome.github.io/assets/book_covers/4623545.jpg","links":"book|https://www.goodreads.com/book/show/4623545-logic-design-in-art-science-and-mathematics","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af4a8a35-56b6-4063-a43a-d98bcdd519a5","name":"Bradbury Stories: 100 of His Most Celebrated Tales","description":"By Ray Bradbury","image":"https://learn-awesome.github.io/assets/book_covers/9619.jpg","links":"book|https://www.goodreads.com/book/show/9619.Bradbury_Stories","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1bcda96-cb7c-4a0f-b651-c8d64bd024fa","name":"Structure and Interpretation of Classical Mechanics","description":"By Gerald Jay Sussman","image":"https://learn-awesome.github.io/assets/book_covers/245484.jpg","links":"book|https://www.goodreads.com/book/show/245484.Structure_and_Interpretation_of_Classical_Mechanics","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"289c4c33-0b31-4aa8-91e1-3d452f62aade","name":"From Third World to First: The Singapore Story - 1965-2000","description":"By Lee Kuan Yew","image":"https://learn-awesome.github.io/assets/book_covers/144409.jpg","links":"book|https://www.goodreads.com/book/show/144409.From_Third_World_to_First","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4eba1cf1-69ec-4744-8d6e-c6839ec3951a","name":"The Dark Forest","description":"By Liu Cixin","image":"https://learn-awesome.github.io/assets/book_covers/23168817.jpg","links":"book|https://www.goodreads.com/book/show/23168817-the-dark-forest","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bcd6a31d-cec1-401b-8137-61e141fa0cdf","name":"Sea Ranch... Diary of an Idea","description":"By Lawrence Halprin","image":"https://learn-awesome.github.io/assets/book_covers/575025.jpg","links":"book|https://www.goodreads.com/book/show/575025.Sea_Ranch_Diary_of_an_Idea","topics":"to-be-shelved-digitally","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f97c4fd0-cf3c-4b68-b2b1-277ce5a5d61c","name":"Angle of Attack: Harrison Storms and the Race to the Moon","description":"By Mike Gray","image":"https://learn-awesome.github.io/assets/book_covers/769240.jpg","links":"book|https://www.goodreads.com/book/show/769240.Angle_of_Attack","topics":"space","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9c3acae-b0f3-4642-bc72-f9695f90817a","name":"Quantum Field Theory for the Gifted Amateur","description":"By Tom Lancaster","image":"https://learn-awesome.github.io/assets/book_covers/18781405.jpg","links":"book|https://www.goodreads.com/book/show/18781405-quantum-field-theory-for-the-gifted-amateur","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b742dca-e605-4143-88f6-9c9e2ce6b136","name":"A Pattern Language: Towns, Buildings, Construction (Center for Environmental Structure)","description":"By Christopher W. Alexander","image":"https://learn-awesome.github.io/assets/book_covers/79766.jpg","links":"book|https://www.goodreads.com/book/show/79766.A_Pattern_Language","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"109cc47b-5c85-4efd-88f3-9faf40fda8ba","name":"Wireshark Network Analysis: The Official Wireshark Certified Network Analyst Study Guide","description":"By Gerald Combs","image":"https://learn-awesome.github.io/assets/book_covers/8583845.jpg","links":"book|https://www.goodreads.com/book/show/8583845-wireshark-network-analysis","topics":"security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"635aa985-10f7-4f76-8815-174736b4da31","name":"Labyrinths","description":"By Rick Riordan","image":"https://learn-awesome.github.io/assets/book_covers/2120932.jpg","links":"book|https://www.goodreads.com/book/show/2120932.The_Battle_of_the_Labyrinth","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d1f77ab-ca80-4457-b5a6-097ff6deba6a","name":"The Princeton Companion to Mathematics","description":"By Timothy Gowers","image":"https://learn-awesome.github.io/assets/book_covers/1471873.jpg","links":"book|https://www.goodreads.com/book/show/1471873.The_Princeton_Companion_to_Mathematics","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83ed2c1b-f7f7-44cc-ac9e-58b6d8e8b3bb","name":"The Paris Review Interviews, I","description":"By The Paris Review","image":"https://learn-awesome.github.io/assets/book_covers/11473.jpg","links":"book|https://www.goodreads.com/book/show/11473.The_Paris_Review_Interviews_I","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"988230bd-2f02-4bb5-bee7-1b13c3cbea2d","name":"Quantum Field Theory and the Standard Model","description":"By Matthew D. Schwartz","image":"https://learn-awesome.github.io/assets/book_covers/18226908.jpg","links":"book|https://www.goodreads.com/book/show/18226908-quantum-field-theory-and-the-standard-model","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9df88e10-0a04-4b4c-b6ee-610da54e6408","name":"Wooden on Leadership: How to Create a Winning Organization","description":"By John Wooden","image":"https://learn-awesome.github.io/assets/book_covers/43535.jpg","links":"book|https://www.goodreads.com/book/show/43535.Wooden_on_Leadership","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffff0ef5-ab26-4387-82a4-8d473494ebb9","name":"Are Prisons Obsolete?","description":"By Angela Y. Davis","image":"https://learn-awesome.github.io/assets/book_covers/108428.jpg","links":"book|https://www.goodreads.com/book/show/108428.Are_Prisons_Obsolete_","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ca6865b-abbf-4dca-bcea-765cb8ec7199","name":"The Paris Review Interviews, II","description":"By The Paris Review","image":"https://learn-awesome.github.io/assets/book_covers/596060.jpg","links":"book|https://www.goodreads.com/book/show/596060.The_Paris_Review_Interviews_II","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a13990f-bd02-43d7-96c9-ef30678dbd7b","name":"Hard Landing: The Epic Contest for Power and Profits That Plunged the Airlines into Chaos","description":"By Thomas Petzinger","image":"https://learn-awesome.github.io/assets/book_covers/438607.jpg","links":"book|https://www.goodreads.com/book/show/438607.Hard_Landing","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de6d6c1d-f6ec-4554-b247-349450fd7035","name":"Asimov's New Guide to Science","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/977262.jpg","links":"book|https://www.goodreads.com/book/show/977262.Asimov_s_New_Guide_To_Science","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1131a83-a719-430c-b0c0-04db6887d3a3","name":"Backpacking California: Mountain, Foothill, Coastal and Desert Adventures in the Golden State","description":"By Wilderness Adventures Press","image":"https://learn-awesome.github.io/assets/book_covers/4859862.jpg","links":"book|https://www.goodreads.com/book/show/4859862-backpacking-california","topics":"travel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f64966e-e963-4baa-ab2d-1877b67fd9b3","name":"The Machinery of Life","description":"By David S. Goodsell","image":"https://learn-awesome.github.io/assets/book_covers/6601267.jpg","links":"book|https://www.goodreads.com/book/show/6601267-the-machinery-of-life","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d82dddfc-fd1b-4d5a-845d-cecdf49409a3","name":"Weather of the San Francisco Bay Region","description":"By Harold Gilliam","image":"https://learn-awesome.github.io/assets/book_covers/288509.jpg","links":"book|https://www.goodreads.com/book/show/288509.Weather_of_the_San_Francisco_Bay_Region","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b2286f8-29db-4513-8503-fc1e9a6b439a","name":"What It Takes: The Way to the White House","description":"By Richard Ben Cramer","image":"https://learn-awesome.github.io/assets/book_covers/380057.jpg","links":"book|https://www.goodreads.com/book/show/380057.What_It_Takes","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b85b494c-e7f1-4075-817d-368d5a66112f","name":"Swiss Graphic Design: The Origins and Growth of an International Style, 1920-1965 by Hollis, Richard (2006)","description":"By Richard Hollis","image":"https://learn-awesome.github.io/assets/book_covers/710.jpg","links":"book|https://www.goodreads.com/book/show/710.Swiss_Graphic_Design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6cac5c71-061f-4b39-8be4-7eb686a45f70","name":"A Fine Balance ","description":"By Rohinton Mistry","image":"https://learn-awesome.github.io/assets/book_covers/5211._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/5211.A_Fine_Balance","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5276b5e7-b8bc-4f57-b6ed-495a57bc444f","name":"Watchmen","description":"By Alan Moore","image":"https://learn-awesome.github.io/assets/book_covers/472331.jpg","links":"book|https://www.goodreads.com/book/show/472331.Watchmen","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad7b32fe-e59f-42b5-8e9c-ce1c4bf7a582","name":"The Paris Review Interviews, III","description":"By The Paris Review","image":"https://learn-awesome.github.io/assets/book_covers/4629012.jpg","links":"book|https://www.goodreads.com/book/show/4629012-the-paris-review-interviews-iii","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96485a4c-8276-43e0-a87b-878641e0fd54","name":"The Art of Computer Programming, Vol. 1: Fundamental Algorithms, 3rd Edition","description":"By Donald Ervin Knuth","image":"https://learn-awesome.github.io/assets/book_covers/112247.jpg","links":"book|https://www.goodreads.com/book/show/112247.The_Art_of_Computer_Programming_Volume_1","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9eb9cd0-2fe8-4816-a1a6-f08f5e41b818","name":"Once An Eagle","description":"By Anton Myrer","image":"https://learn-awesome.github.io/assets/book_covers/38876.jpg","links":"book|https://www.goodreads.com/book/show/38876.Once_An_Eagle","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6fa632a-20ec-4696-8f66-58045b6cf89b","name":"Dictator (Cicero Trilogy)","description":"By Robert Harris","image":"https://learn-awesome.github.io/assets/book_covers/25845766.jpg","links":"book|https://www.goodreads.com/book/show/25845766-dictator","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2372734b-a674-4ef1-9b51-f75a64132fe8","name":"Asimov: The Complete Stories vol 2","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/85441.jpg","links":"book|https://www.goodreads.com/book/show/85441.The_Complete_Stories_Vol_2","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0440da30-2e67-4a55-8810-8765ddb8e92e","name":"Cracking the Coding Interview: 150 Programming Questions and Solutions","description":"By Gayle Laakmann McDowell","image":"https://learn-awesome.github.io/assets/book_covers/12544648.jpg","links":"book|https://www.goodreads.com/book/show/12544648-cracking-the-coding-interview","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27893b41-47c1-469a-8982-cc3b288ad678","name":"The Millennium Whole Earth Catalog","description":"By Howard Rheingold","image":"https://learn-awesome.github.io/assets/book_covers/425667.jpg","links":"book|https://www.goodreads.com/book/show/425667.The_Millennium_Whole_Earth_Catalog","topics":"reference","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4489c94-ab5f-4c8b-b2a2-4e1c661da7d9","name":"Saint-Exupery: A Biography","description":"By Virgil Tănase","image":"https://learn-awesome.github.io/assets/book_covers/19466814.jpg","links":"book|https://www.goodreads.com/book/show/19466814-saint-exup-ry-folio-biographies","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1da8fbf9-4e66-4fa8-819e-7d3c3325954c","name":"An Evil Cradling: The Five-Year Ordeal of a Hostage","description":"By Brian Keenan","image":"https://learn-awesome.github.io/assets/book_covers/118507.jpg","links":"book|https://www.goodreads.com/book/show/118507.AN_Evil_Cradling","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f8666f2-6aec-42a7-b710-dd1c807a3122","name":"A Piece of the Action: How the Middle Class Joined the Money Class","description":"By Joe Nocera","image":"https://learn-awesome.github.io/assets/book_covers/1751047.jpg","links":"book|https://www.goodreads.com/book/show/1751047.A_Piece_of_the_Action","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49404479-96c2-46e6-9cf7-911f5dee2b71","name":"Technological Revolutions and Financial Capital: The Dynamics of Bubbles and Golden Ages","description":"By Carlota Pérez","image":"https://learn-awesome.github.io/assets/book_covers/60509.jpg","links":"book|https://www.goodreads.com/book/show/60509.Technological_Revolutions_and_Financial_Capital","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9be32877-c82b-4185-8940-e309ded1d3d6","name":"Team of Teams: New Rules of Engagement for a Complex World","description":"By Stanley McChrystal","image":"https://learn-awesome.github.io/assets/book_covers/22529127.jpg","links":"book|https://www.goodreads.com/book/show/22529127-team-of-teams","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ca16585-b26a-44c9-a142-047033d670d3","name":"Roskam's Airplane War Stories: An Account of the Professional Life and Work of Dr. Jan Roskam, Airplane Designer and Teacher","description":"By Jan Roskam","image":null,"links":"book|https://www.goodreads.com/book/show/4769906-roskam-s-airplane-war-stories","topics":"to-get","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f75741b8-37a7-44fd-af37-1019bfef8471","name":"Stairway Walks in San Francisco","description":"By Adah Bakalinsky","image":"https://learn-awesome.github.io/assets/book_covers/233171.jpg","links":"book|https://www.goodreads.com/book/show/233171.Stairway_Walks_in_San_Francisco","topics":"san-francisco","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"726ec004-d86b-4e01-9c36-9c44446b6bb9","name":"Things Hidden Since the Foundation of the World","description":"By René Girard","image":"https://learn-awesome.github.io/assets/book_covers/337517.jpg","links":"book|https://www.goodreads.com/book/show/337517.Things_Hidden_Since_the_Foundation_of_the_World","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86bde702-89fb-4ae9-afe4-9631fd0184f6","name":"The Arrival","description":"By Shaun Tan","image":"https://learn-awesome.github.io/assets/book_covers/920607.jpg","links":"book|https://www.goodreads.com/book/show/920607.The_Arrival","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c670edff-5b38-400c-95ff-481ec5d55b47","name":"The Master and the Margarita ","description":"By Mikhail Bulgakov","image":"https://learn-awesome.github.io/assets/book_covers/117833.jpg","links":"book|https://www.goodreads.com/book/show/117833.The_Master_and_Margarita","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e76116a0-c612-45d1-81bf-3ee6d404c427","name":"The Black Jacobins","description":"By C.L.R. James","image":"https://learn-awesome.github.io/assets/book_covers/775985.jpg","links":"book|https://www.goodreads.com/book/show/775985.The_Black_Jacobins","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"352ebea6-ef7f-4807-bb57-9875248fa43e","name":"The Death and Life of Great American Cities","description":"By Jane Jacobs","image":"https://learn-awesome.github.io/assets/book_covers/30833.jpg","links":"book|https://www.goodreads.com/book/show/30833.The_Death_and_Life_of_Great_American_Cities","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6824a5df-0c58-4701-b7fa-6f9532f4b98d","name":"Selections from Science and Sanity, Second Edition","description":"By Alfred Korzybski","image":"https://learn-awesome.github.io/assets/book_covers/10216238.jpg","links":"book|https://www.goodreads.com/book/show/10216238-selections-from-science-and-sanity","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"448e38c6-4c3f-4d33-a3b2-4c15a7b162b9","name":"Nmap Network Scanning: The Official Nmap Project Guide to Network Discovery and Security Scanning","description":"By Gordon Fyodor Lyon","image":"https://learn-awesome.github.io/assets/book_covers/6019856.jpg","links":"book|https://www.goodreads.com/book/show/6019856-nmap-network-scanning","topics":"security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47dcc4fd-19bb-497a-804a-f1201c566899","name":"On Lisp: Advanced Techniques for Common Lisp","description":"By Paul Graham","image":"https://learn-awesome.github.io/assets/book_covers/41803.jpg","links":"book|https://www.goodreads.com/book/show/41803.On_Lisp","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6823b23-f2b6-4f58-80bb-b9cf6b1ee2a1","name":"Essays of E. B. White","description":"By E.B. White","image":"https://learn-awesome.github.io/assets/book_covers/394616.jpg","links":"book|https://www.goodreads.com/book/show/394616.Essays_of_E_B_White","topics":"essays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35638547-03ed-4320-bea9-914a478b998e","name":"The National Parks: America's Best Idea","description":"By Dayton Duncan","image":"https://learn-awesome.github.io/assets/book_covers/6519311.jpg","links":"book|https://www.goodreads.com/book/show/6519311-the-national-parks","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64e60799-88d0-44a3-95c9-0ece57f33cb4","name":"Quantum Computation and Quantum Information","description":"By Michael A. Nielsen","image":"https://learn-awesome.github.io/assets/book_covers/153910.jpg","links":"book|https://www.goodreads.com/book/show/153910.Quantum_Computation_and_Quantum_Information","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6ae1a90-666c-4caf-8726-8c5fbb98aee0","name":"Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp","description":"By Peter Norvig","image":"https://learn-awesome.github.io/assets/book_covers/83884.jpg","links":"book|https://www.goodreads.com/book/show/83884.Paradigms_of_Artificial_Intelligence_Programming","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d6aabfa-261b-4e2a-a6a2-720be17e386a","name":"Streetfight: Handbook for an Urban Revolution","description":"By Janette Sadik-Khan","image":"https://learn-awesome.github.io/assets/book_covers/25810399.jpg","links":"book|https://www.goodreads.com/book/show/25810399-streetfight","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87cac208-cf8a-45af-97c5-f92b14606967","name":"The Seasoned Schemer","description":"By Daniel P. Friedman","image":"https://learn-awesome.github.io/assets/book_covers/475858.jpg","links":"book|https://www.goodreads.com/book/show/475858.The_Seasoned_Schemer","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e71a0bb5-f8be-413d-9539-a9f839568a65","name":"Maritime Economics 3e","description":"By Martin Stopford","image":"https://learn-awesome.github.io/assets/book_covers/6251721.jpg","links":"book|https://www.goodreads.com/book/show/6251721-maritime-economics","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9908051-403a-4125-806c-f5272e566141","name":"The Paris Review Interviews, IV","description":"By The Paris Review","image":"https://learn-awesome.github.io/assets/book_covers/6602829.jpg","links":"book|https://www.goodreads.com/book/show/6602829-the-paris-review-interviews-iv","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb404f4f-a628-4174-9314-68d0c78b451b","name":"The Letters of Anton Chekhov","description":"By Anton Chekhov","image":"https://learn-awesome.github.io/assets/book_covers/114607.jpg","links":"book|https://www.goodreads.com/book/show/114607.The_Letters_of_Anton_Chekhov","topics":"letters","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2ebd930-37fe-44cd-91e0-0e83e1c8af74","name":"Visual Explanations: Images and Quantities, Evidence and Narrative","description":"By Edward R. Tufte","image":"https://learn-awesome.github.io/assets/book_covers/17746.jpg","links":"book|https://www.goodreads.com/book/show/17746.Visual_Explanations","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39f8af3f-8e4f-4bde-822c-90c72b5884a2","name":"The Deep: The Extraordinary Creatures of the Abyss","description":"By Claire Nouvian","image":"https://learn-awesome.github.io/assets/book_covers/442668.jpg","links":"book|https://www.goodreads.com/book/show/442668.The_Deep","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76f17ebd-a2e8-4584-b9da-c2b4bdbc8258","name":"The Arabs: A History","description":"By Eugene Rogan","image":"https://learn-awesome.github.io/assets/book_covers/4100352.jpg","links":"book|https://www.goodreads.com/book/show/4100352-the-arabs","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c33fa05-044f-423a-8961-782b5452afc9","name":"Trading Places: How We Are Giving Our Future to Japan and How to Reclaim It","description":"By Clyde V. Prestowitz Jr.","image":"https://learn-awesome.github.io/assets/book_covers/654181.jpg","links":"book|https://www.goodreads.com/book/show/654181.Trading_Places","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c36e4245-dee4-462b-80dc-98739a800cf4","name":"Quantum Electrodynamics","description":"By Richard Feynman","image":"https://learn-awesome.github.io/assets/book_covers/202469.jpg","links":"book|https://www.goodreads.com/book/show/202469.Quantum_Electrodynamics","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57cc6f10-e1f3-4316-aa99-fa3d83360ff0","name":"The Ocean of Life: The Fate of Man and the Sea","description":"By Callum Roberts","image":"https://learn-awesome.github.io/assets/book_covers/13542563.jpg","links":"book|https://www.goodreads.com/book/show/13542563-the-ocean-of-life","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55d21f50-83a4-444a-8997-714cf8a38da2","name":"The Character of Physical Law","description":"By Richard Feynman","image":"https://learn-awesome.github.io/assets/book_covers/291920.jpg","links":"book|https://www.goodreads.com/book/show/291920.The_Character_of_Physical_Law","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dce49bdc-2606-42a3-b87e-ce8e773abedc","name":"Proficient Motorcycling: The Ultimate Guide to Riding Well","description":"By David L. Hough","image":"https://learn-awesome.github.io/assets/book_covers/329406.jpg","links":"book|https://www.goodreads.com/book/show/329406.Proficient_Motorcycling","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ca53284-17d6-4862-9463-19092f651777","name":"Technics and Civilization","description":"By Lewis Mumford","image":"https://learn-awesome.github.io/assets/book_covers/688489.jpg","links":"book|https://www.goodreads.com/book/show/688489.Technics_and_Civilization","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90873839-bd04-4b08-98d9-b4ffd0fa6a3f","name":"Chasing the Flame: One Man's Fight to Save the World","description":"By Samantha Power","image":"https://learn-awesome.github.io/assets/book_covers/4855058.jpg","links":"book|https://www.goodreads.com/book/show/4855058-chasing-the-flame","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a855615-093a-4ee8-b617-41606e893468","name":"Fall of Giants","description":"By Ken Follett","image":"https://learn-awesome.github.io/assets/book_covers/7315573.jpg","links":"book|https://www.goodreads.com/book/show/7315573-fall-of-giants","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e37bd84-49ae-4ccc-8df3-27061184f7aa","name":"Making Silicon Valley: Innovation and the Growth of High Tech, 1930-1970 (Inside Technology)","description":"By Christophe Lécuyer","image":"https://learn-awesome.github.io/assets/book_covers/2004533.jpg","links":"book|https://www.goodreads.com/book/show/2004533.Making_Silicon_Valley","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1efde2b0-be66-4404-9088-f7ad62263c0b","name":"North Star over My Shoulder: A Flying Life","description":"By Bob Buck","image":"https://learn-awesome.github.io/assets/book_covers/1066074.jpg","links":"book|https://www.goodreads.com/book/show/1066074.North_Star_Over_My_Shoulder","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35179960-c64d-4559-9036-549dec99fe74","name":"Coding the Matrix: Linear Algebra through Applications to Computer Science","description":"By Philip N. Klein","image":"https://learn-awesome.github.io/assets/book_covers/18245828.jpg","links":"book|https://www.goodreads.com/book/show/18245828-coding-the-matrix","topics":"math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16145e6c-df24-464f-b9bf-ddeaf7a239ef","name":"Topology","description":"By James R. Munkres","image":"https://learn-awesome.github.io/assets/book_covers/116418.jpg","links":"book|https://www.goodreads.com/book/show/116418.Topology","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"285761b9-f5d1-433c-a567-69bac39fc055","name":"Inside the Painter's Studio","description":"By Joe Fig","image":"https://learn-awesome.github.io/assets/book_covers/6878152.jpg","links":"book|https://www.goodreads.com/book/show/6878152-inside-the-painter-s-studio","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"275640f3-0f81-4edb-90f0-0aa5a50234b9","name":"Calculus On Manifolds: A Modern Approach To Classical Theorems Of Advanced Calculus","description":"By Michael Spivak","image":"https://learn-awesome.github.io/assets/book_covers/328647.jpg","links":"book|https://www.goodreads.com/book/show/328647.Calculus_On_Manifolds","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a9e22e8-6477-4672-afed-2aa64e5879fe","name":"The 40s: The Story of a Decade","description":"By The New Yorker","image":"https://learn-awesome.github.io/assets/book_covers/18310234.jpg","links":"book|https://www.goodreads.com/book/show/18310234-the-40s","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df2442b9-96df-48d1-8173-be26201952ce","name":"The Art of the Metaobject Protocol","description":"By Gregor Kiczales","image":"https://learn-awesome.github.io/assets/book_covers/274495.jpg","links":"book|https://www.goodreads.com/book/show/274495.The_Art_of_the_Metaobject_Protocol","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bf22d18-ebf6-4961-aca7-9ef6ea35ba3a","name":"All Art Is Propaganda: Critical Essays","description":"By George Orwell","image":"https://learn-awesome.github.io/assets/book_covers/3339527.jpg","links":"book|https://www.goodreads.com/book/show/3339527-all-art-is-propaganda","topics":"essays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"224560b4-99ad-40a2-acd7-71e0150cc355","name":"Common LISP. The Language.","description":"By Guy L. Steele Jr.","image":"https://learn-awesome.github.io/assets/book_covers/1537390.jpg","links":"book|https://www.goodreads.com/book/show/1537390.Common_LISP","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e2bf918-ce75-4d1e-a90e-145eddd8e153","name":"Feynman Lectures On Gravitation","description":"By Richard Feynman","image":"https://learn-awesome.github.io/assets/book_covers/223458.jpg","links":"book|https://www.goodreads.com/book/show/223458.Feynman_Lectures_On_Gravitation","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7942c19e-6264-4773-b92e-badf07f4bd70","name":"Stories of Your Life and Others","description":"By Ted Chiang","image":"https://learn-awesome.github.io/assets/book_covers/223380.jpg","links":"book|https://www.goodreads.com/book/show/223380.Stories_of_Your_Life_and_Others","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca0ea6b1-44fb-4aa0-884e-3c49a9f410bf","name":"Kenneth Clark's Civilisation: A Personal View","description":"By Kenneth Clark","image":"https://learn-awesome.github.io/assets/book_covers/330451.jpg","links":"book|https://www.goodreads.com/book/show/330451.Civilisation","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ca4ca4b-6d78-48a9-87c8-41183ad84011","name":"Complications: A Surgeon's Notes on an Imperfect Science","description":"By Atul Gawande","image":"https://learn-awesome.github.io/assets/book_covers/4477.jpg","links":"book|https://www.goodreads.com/book/show/4477.Complications","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74af9e3e-a1c5-43d4-9fb3-2273be3189ab","name":"Age of Ambition: Chasing Fortune, Truth, and Faith in the New China","description":"By Evan Osnos","image":"https://learn-awesome.github.io/assets/book_covers/18490568.jpg","links":"book|https://www.goodreads.com/book/show/18490568-age-of-ambition","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9090c970-e03c-4eef-8e1d-911511144a13","name":"We Wish to Inform You that Tomorrow We Will Be Killed with Our Families: Stories From Rwanda","description":"By Philip Gourevitch","image":"https://learn-awesome.github.io/assets/book_covers/11472.jpg","links":"book|https://www.goodreads.com/book/show/11472.We_Wish_to_Inform_You_That_Tomorrow_We_Will_Be_Killed_with_Our_Families","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46038164-01ca-46a2-aa66-b38ecdf33b60","name":"Battle Royale","description":"By Koushun Takami","image":"https://learn-awesome.github.io/assets/book_covers/57891.jpg","links":"book|https://www.goodreads.com/book/show/57891.Battle_Royale","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ff1af18-6f66-41ce-a48a-e160fb83e01f","name":"Airplane Performance Stability and Control","description":"By Courtland D. Perkins","image":"https://learn-awesome.github.io/assets/book_covers/2339496.jpg","links":"book|https://www.goodreads.com/book/show/2339496.Airplane_Performance_Stability_and_Control","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdd77a43-5ea2-48a7-a116-80a48795c018","name":"Guided Fight Discovery: Private Pilot","description":"By Pat Willits","image":"https://learn-awesome.github.io/assets/book_covers/1748569.jpg","links":"book|https://www.goodreads.com/book/show/1748569.Guided_Fight_Discovery","topics":"default","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bcb38f0-884e-4616-9e7e-17d8b47c7cd0","name":"The Dutch Republic: Its Rise, Greatness, and Fall 1477-1806 (Oxford History of Early Modern Europe)","description":"By Jonathan I. Israel","image":"https://learn-awesome.github.io/assets/book_covers/868249.jpg","links":"book|https://www.goodreads.com/book/show/868249.The_Dutch_Republic","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f67b9ce6-3397-445a-8305-9bce67f60b99","name":"Neuroscience: Exploring the Brain, 3rd Edition","description":"By Mark F. Bear","image":"https://learn-awesome.github.io/assets/book_covers/170011.jpg","links":"book|https://www.goodreads.com/book/show/170011.Neuroscience","topics":"neuroscience","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b420e72-ad4f-4a38-900e-10ac28ea3868","name":"The Sovereign Individual: Mastering the Transition to the Information Age","description":"By James Dale Davidson","image":"https://learn-awesome.github.io/assets/book_covers/82256.jpg","links":"book|https://www.goodreads.com/book/show/82256.The_Sovereign_Individual","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6dab3e2-3c3b-44a0-84d5-50b84eeab7cf","name":"Types and Programming Languages 1st Edition","description":"By Benjamin C. Pierce","image":"https://learn-awesome.github.io/assets/book_covers/112252.jpg","links":"book|https://www.goodreads.com/book/show/112252.Types_and_Programming_Languages","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1e9e4d1-3fd2-49f7-aa4f-e7ceb68735ba","name":"The Outsiders: Eight Unconventional CEOs and Their Radically Rational Blueprint for Success","description":"By William N. Thorndike Jr.","image":"https://learn-awesome.github.io/assets/book_covers/13586932.jpg","links":"book|https://www.goodreads.com/book/show/13586932-the-outsiders","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63029a24-ec94-4a5f-85d9-4edfafec7990","name":"Matterhorn: A Novel of the Vietnam War","description":"By Karl Marlantes","image":"https://learn-awesome.github.io/assets/book_covers/9525374.jpg","links":"book|https://www.goodreads.com/book/show/9525374-matterhorn","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0724ead-b4c7-4b47-97c8-4a1c65c8c6da","name":"The Count of Monte Cristo","description":"By Alexandre Dumas","image":"https://learn-awesome.github.io/assets/book_covers/7126.jpg","links":"book|https://www.goodreads.com/book/show/7126.The_Count_of_Monte_Cristo","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a83a404-8c85-4efb-adce-7daa8b4796a9","name":"The Man Behind the Microchip: Robert Noyce and the Invention of Silicon Valley","description":"By Leslie Berlin","image":"https://learn-awesome.github.io/assets/book_covers/1203093.jpg","links":"book|https://www.goodreads.com/book/show/1203093.The_Man_Behind_the_Microchip","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13abc530-78da-4289-82b8-bc9a88e2aa1c","name":"The Singapore Story: Memoirs of Lee Kuan Yew, Vol. 1","description":"By Lee Kuan Yew","image":"https://learn-awesome.github.io/assets/book_covers/326981.jpg","links":"book|https://www.goodreads.com/book/show/326981.The_Singapore_Story","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"afe3e4ec-6bf8-49f0-9c8f-4bd4fec30cdc","name":"Season of the Witch: Enchantment, Terror and Deliverance in the City of Love","description":"By David Talbot","image":"https://learn-awesome.github.io/assets/book_covers/12352452.jpg","links":"book|https://www.goodreads.com/book/show/12352452-season-of-the-witch","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd761d92-038d-457a-ad85-76f3802eff5e","name":"Le Ton Beau De Marot: In Praise Of The Music Of Language","description":"By Douglas R. Hofstadter","image":"https://learn-awesome.github.io/assets/book_covers/248193.jpg","links":"book|https://www.goodreads.com/book/show/248193.Le_Ton_beau_de_Marot","topics":"language","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b0c8a479-ec92-4f12-8d7d-89e573d69b4e","name":"Evolution Of Cooperation","description":"By Robert Axelrod","image":"https://learn-awesome.github.io/assets/book_covers/366821.jpg","links":"book|https://www.goodreads.com/book/show/366821.The_Evolution_of_Cooperation","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a6f21ec-633f-41b4-8628-02e7bd8fc602","name":"niven","description":null,"image":null,"links":"book|https://www.maths.ed.ac.uk/~v1ranick/papers/niven.pdf","topics":"irrational-numbers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00a1159d-9cf3-496e-b124-5bd372499d31","name":"Learn to Play Go: A Master's Guide to the Ultimate Game (Volume I) (Learn to Play Go Series)","description":"By Jeong Soo-Hyun","image":"https://learn-awesome.github.io/assets/book_covers/13753.jpg","links":"book|https://www.goodreads.com/book/show/13753.Learn_to_Play_Go","topics":"go","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"971311cf-a036-4b90-9d0e-4b60f40ca4ab","name":"The Murder of Roger Ackroyd: A Hercule Poirot Mystery (Hercule Poirot Mysteries)","description":"By Agatha Christie","image":"https://learn-awesome.github.io/assets/book_covers/16328.jpg","links":"book|https://www.goodreads.com/book/show/16328.The_Murder_of_Roger_Ackroyd","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0390d223-91fb-4dba-82e7-64599f2b6c23","name":"Montaigne: Complete Essays","description":"By Michel de Montaigne","image":"https://learn-awesome.github.io/assets/book_covers/30735.jpg","links":"book|https://www.goodreads.com/book/show/30735.The_Complete_Essays","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8aa1525-b410-419b-a45d-1154b7fcb5bf","name":"The Elements of Style, Fourth Edition","description":"By William Strunk Jr.","image":"https://learn-awesome.github.io/assets/book_covers/43229637.jpg","links":"book|https://www.goodreads.com/book/show/43229637-the-elements-of-style-fourth-edition-by-william-strunk-jr","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4764a249-c61d-4d1e-8056-d1c2b9dce198","name":"Memory Machines: The Evolution of Hypertext (Anthem Scholarship in the Digital Age)","description":"By Belinda Barnet","image":"https://learn-awesome.github.io/assets/book_covers/19180921.jpg","links":"book|https://www.goodreads.com/book/show/19180921-memory-machines","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fdf3acbb-9d62-48d1-a735-c860bc9d3e67","name":"Semiology of Graphics: Diagrams, Networks, Maps","description":"By Jacques Bertin","image":"https://learn-awesome.github.io/assets/book_covers/8255031.jpg","links":"book|https://www.goodreads.com/book/show/8255031-semiology-of-graphics","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"967245cd-32d8-43d4-9f28-9bb339a03ef2","name":"Moon Lander: How We Developed the Apollo Lunar Module (Smithsonian History of Aviation and Spaceflight)","description":"By Thomas J. Kelly","image":"https://learn-awesome.github.io/assets/book_covers/1526298.jpg","links":"book|https://www.goodreads.com/book/show/1526298.Moon_Lander","topics":"space","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce27f25a-d35f-49c9-bd47-e87d9e141e26","name":"Feynman Lectures on Computation","description":"By Richard Feynman","image":"https://learn-awesome.github.io/assets/book_covers/17274.jpg","links":"book|https://www.goodreads.com/book/show/17274.Feynman_Lectures_On_Computation","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1703e65-f866-426f-aaa0-36df63a872fd","name":"Memorial: An Excavation of the Iliad","description":"By Alice Oswald","image":"https://learn-awesome.github.io/assets/book_covers/12841067.jpg","links":"book|https://www.goodreads.com/book/show/12841067-memorial","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40a072b5-7e1d-4bdc-9236-2d9bc3f703e1","name":"River Town: Two Years on the Yangtze","description":"By Peter Hessler","image":"https://learn-awesome.github.io/assets/book_covers/94053.jpg","links":"book|https://www.goodreads.com/book/show/94053.River_Town","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8852fde2-8026-449d-87d6-a46082a7e540","name":"American Tabloid","description":"By James Ellroy","image":"https://learn-awesome.github.io/assets/book_covers/36064.jpg","links":"book|https://www.goodreads.com/book/show/36064.American_Tabloid","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb1288e5-f81f-4a93-919f-57b05c4f79d2","name":"The Killing Zone: How & Why Pilots Die 1st Edition","description":"By Paul A. Craig","image":"https://learn-awesome.github.io/assets/book_covers/63528.jpg","links":"book|https://www.goodreads.com/book/show/63528.The_Killing_Zone","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bca6aee-bdf2-4f19-94f6-49fbb75916b1","name":"A Photographer's Life: 1990-2005","description":"By Annie Leibovitz","image":"https://learn-awesome.github.io/assets/book_covers/214771.jpg","links":"book|https://www.goodreads.com/book/show/214771.A_Photographer_s_Life","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb4455aa-6c4d-4468-8112-d758dd8535df","name":"The Periodic Table","description":"By Primo Levi","image":"https://learn-awesome.github.io/assets/book_covers/427282.jpg","links":"book|https://www.goodreads.com/book/show/427282.The_Periodic_Table","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9a6ae9f-39cb-41ff-a949-4e0707d83f6f","name":"Arguably: Writings on Love, War, God and Mammon","description":"By Christopher Hitchens","image":"https://learn-awesome.github.io/assets/book_covers/26809838.jpg","links":"book|https://www.goodreads.com/book/show/26809838-arguably","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91e408e9-cb79-408b-b43c-88af9c849062","name":"Arguably: Essays by Christopher Hitchens","description":"By Christopher Hitchens","image":"https://learn-awesome.github.io/assets/book_covers/10383597.jpg","links":"book|https://www.goodreads.com/book/show/10383597-arguably","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47ae26ce-2bc1-48c6-ae4f-1ea78b525a4c","name":"St. Augustine Confessions","description":"By William R. Cook","image":"https://learn-awesome.github.io/assets/book_covers/6545588.jpg","links":"book|https://www.goodreads.com/book/show/6545588-st-augustine-s-confessions","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19d5caf2-5b6c-41da-9836-294044ff68f2","name":"Machine Learning: An Algorithmic Perspective (Chapman & Hall/Crc Machine Learning & Pattern Recognition)","description":"By Stephen Marsland","image":"https://learn-awesome.github.io/assets/book_covers/24239918.jpg","links":"book|https://www.goodreads.com/book/show/24239918-machine-learning","topics":"bookshelf-2","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e387e51-a19a-435d-8381-e251736f6270","name":"The Chip: How Two Americans Invented the Microchip and Launched a Revolution","description":"By T.R. Reid","image":"https://learn-awesome.github.io/assets/book_covers/543704.jpg","links":"book|https://www.goodreads.com/book/show/543704.The_Chip","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d156558-256b-431d-a6bc-07b8d38f70e4","name":"The Old Way","description":"By Elizabeth Marshall Thomas","image":"https://learn-awesome.github.io/assets/book_covers/544855.jpg","links":"book|https://www.goodreads.com/book/show/544855.The_Old_Way","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b81189e-8607-4ce1-9365-35d83cac2d91","name":"Life Stories: Profiles from The New Yorker (Modern Library Paperbacks)","description":"By David Remnick","image":"https://learn-awesome.github.io/assets/book_covers/116828.jpg","links":"book|https://www.goodreads.com/book/show/116828.Life_Stories","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20a203df-299b-4b1a-9e2b-83cf78abd7da","name":"Governing the Commons: The Evolution of Institutions for Collective Action (Political Economy of Institutions and Decisions)","description":"By Elinor Ostrom","image":"https://learn-awesome.github.io/assets/book_covers/1048424.jpg","links":"book|https://www.goodreads.com/book/show/1048424.Governing_the_Commons","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3670be33-d255-41b9-a6cc-d275e1be7f9a","name":"It's Our Turn to Eat: The Story of a Kenyan Whistle-Blower","description":"By Michela Wrong","image":"https://learn-awesome.github.io/assets/book_covers/6316176.jpg","links":"book|https://www.goodreads.com/book/show/6316176-it-s-our-turn-to-eat","topics":"africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2037f2b-96dc-4bf0-abde-68bec5a6440c","name":"Kissinger: 1923-1968: The Idealist","description":"By Niall Ferguson","image":"https://learn-awesome.github.io/assets/book_covers/24611910.jpg","links":"book|https://www.goodreads.com/book/show/24611910-kissinger","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18cbc4ef-0e98-4acf-aa5c-0711f87d8f6b","name":"A Small Matter of Programming: Perspectives on End User Computing","description":"By Bonnie A. Nardi","image":"https://learn-awesome.github.io/assets/book_covers/581700.jpg","links":"book|https://www.goodreads.com/book/show/581700.A_Small_Matter_of_Programming","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1c67f4a-dfab-43a5-81b7-554915c58c40","name":"John Maynard Keynes: 1883-1946: Economist, Philosopher, Statesman","description":"By Robert Skidelsky","image":"https://learn-awesome.github.io/assets/book_covers/87062.jpg","links":"book|https://www.goodreads.com/book/show/87062.John_Maynard_Keynes","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa71730b-de6b-4376-b290-e1c747811d8c","name":"The Ascent of Man","description":"By Jacob Bronowski","image":"https://learn-awesome.github.io/assets/book_covers/461104.jpg","links":"book|https://www.goodreads.com/book/show/461104.The_Ascent_of_Man","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10d59262-aea9-4ef0-a613-ad5a44b754c7","name":"The Big Score: The Billion Dollar Story of Silicon Valley","description":"By Michael S. Malone","image":null,"links":"book|https://www.goodreads.com/book/show/767761.Big_Score","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64e21340-11a0-481a-872e-19c4fdce3df5","name":"Designing for People","description":"By Henry Dreyfuss","image":"https://learn-awesome.github.io/assets/book_covers/1604762.jpg","links":"book|https://www.goodreads.com/book/show/1604762.Designing_for_People","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b305ebe5-b6d4-42d4-a66a-f08994ceb6a7","name":"Smalltalk Best Practice Patterns","description":"By Kent Beck","image":"https://learn-awesome.github.io/assets/book_covers/781561.jpg","links":"book|https://www.goodreads.com/book/show/781561.Smalltalk_Best_Practice_Patterns","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90d09172-6511-4ba2-9bd7-b12261c51789","name":"Wind, Sand and Stars","description":"By Antoine de Saint-Exupéry","image":"https://learn-awesome.github.io/assets/book_covers/8837.jpg","links":"book|https://www.goodreads.com/book/show/8837.Wind_Sand_and_Stars","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c53decc5-b613-4505-881e-a59f6595f0ac","name":"Perfect Health Diet","description":"By Paul Jaminet","image":"https://learn-awesome.github.io/assets/book_covers/14546755.jpg","links":"book|https://www.goodreads.com/book/show/14546755-perfect-health-diet","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0872c63f-c91a-442b-bba0-c24208db7392","name":"The Flavor Bible: The Essential Guide to Culinary Creativity, Based on the Wisdom of America's Most Imaginative Chefs","description":"By Karen Page","image":"https://learn-awesome.github.io/assets/book_covers/4443485.jpg","links":"book|https://www.goodreads.com/book/show/4443485-the-flavor-bible","topics":"cookbooks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1546342c-fbe6-4823-932d-ed9591456a44","name":"Private Pilot and Recreational Pilot FAA Knowledge Test 2010: For the FAA Computer-based Pilot Knowledge Test","description":"By Irvin N. Gleim","image":"https://learn-awesome.github.io/assets/book_covers/20755417.jpg","links":"book|https://www.goodreads.com/book/show/20755417-private-pilot-and-recreational-pilot-faa-knowledge-test-2010","topics":"default","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87903cd8-7ec2-4c33-9250-1c0a0d6c290b","name":"Statistics As Principled Argument","description":"By Robert P. Abelson","image":"https://learn-awesome.github.io/assets/book_covers/226575.jpg","links":"book|https://www.goodreads.com/book/show/226575.Statistics_As_Principled_Argument","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e2810af-cb67-4ac5-a6a0-83a77d8208b6","name":"Invisible Cities","description":"By Italo Calvino","image":"https://learn-awesome.github.io/assets/book_covers/9809.jpg","links":"book|https://www.goodreads.com/book/show/9809.Invisible_Cities","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13655d88-f9e2-4b05-82de-b2a8d782581a","name":"The Age Of Discontinuity","description":"By Peter F. Drucker","image":"https://learn-awesome.github.io/assets/book_covers/114835.jpg","links":"book|https://www.goodreads.com/book/show/114835.The_Age_of_Discontinuity","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7eef2040-8b04-4631-bc89-83cde2c2cf35","name":"Say Again, Please: Guide to Radio Communications","description":"By Bob Gardner","image":"https://learn-awesome.github.io/assets/book_covers/1206191.jpg","links":"book|https://www.goodreads.com/book/show/1206191.Say_Again_Please","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a972486b-41a6-4c40-8b5f-ca1bc9e1abb5","name":"Process and Reality","description":"By Alfred North Whitehead","image":"https://learn-awesome.github.io/assets/book_covers/851541.jpg","links":"book|https://www.goodreads.com/book/show/851541.Process_and_Reality","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd4a9fcd-a8f3-46ae-a313-a2e26243c31a","name":"Instrument Procedures Handbook: FAA-H-8261-1A (FAA Handbooks series)","description":"By Federal Aviation Administration","image":"https://learn-awesome.github.io/assets/book_covers/1303207.jpg","links":"book|https://www.goodreads.com/book/show/1303207.Instrument_Procedures_Handbook","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d07ff93-7f74-423d-8de5-3499bf7092a9","name":"How to Study Public Life","description":"By Jan Gehl","image":"https://learn-awesome.github.io/assets/book_covers/17912378.jpg","links":"book|https://www.goodreads.com/book/show/17912378-how-to-study-public-life","topics":"urban-planning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3279854-93fc-43cd-ba9d-e8fb2ae5c6cd","name":"Exploratory Data Analysis","description":"By John W. Tukey","image":"https://learn-awesome.github.io/assets/book_covers/2111739.jpg","links":"book|https://www.goodreads.com/book/show/2111739.Exploratory_Data_Analysis","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da9f30eb-d0df-4f6f-9220-a8c9c2687db3","name":"A Thousand Hills: Rwanda's Rebirth and the Man Who Dreamed It 1st Edition","description":"By Stephen Kinzer","image":"https://learn-awesome.github.io/assets/book_covers/2188259.jpg","links":"book|https://www.goodreads.com/book/show/2188259.A_Thousand_Hills","topics":"africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6970c95a-e94c-492a-b9a9-db6bdc67629d","name":"Before the Storm: Barry Goldwater and the Unmaking of the American Consensus","description":"By Rick Perlstein","image":"https://learn-awesome.github.io/assets/book_covers/138349.jpg","links":"book|https://www.goodreads.com/book/show/138349.Before_the_Storm","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1afe9fcc-0e19-4ca9-bfab-39689a0b87c7","name":"Conjectures and Refutations: The Growth of Scientific Knowledge","description":"By Karl Popper","image":"https://learn-awesome.github.io/assets/book_covers/61554.jpg","links":"book|https://www.goodreads.com/book/show/61554.Conjectures_and_Refutations","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2df9dc18-870c-437d-a8ae-5152c934b68c","name":"Artificial Intelligence: A Modern Approach (2nd Edition)","description":"By Stuart Russell","image":"https://learn-awesome.github.io/assets/book_covers/27543.jpg","links":"book|https://www.goodreads.com/book/show/27543.Artificial_Intelligence","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11bb4a53-e1bb-4feb-b6db-ceaec0c04bbe","name":"The Philosophy Book","description":"By Will Buckingham","image":"https://learn-awesome.github.io/assets/book_covers/8493026.jpg","links":"book|https://www.goodreads.com/book/show/8493026-the-philosophy-book","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0fe27449-7dac-4c18-8385-065afc506f1c","name":"Pioneering Portfolio Management: An Unconventional Approach to Institutional Investment","description":"By David F. Swensen","image":"https://learn-awesome.github.io/assets/book_covers/17371.jpg","links":"book|https://www.goodreads.com/book/show/17371.Pioneering_Portfolio_Management","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"513557bf-2285-45be-b273-f8e5564af21a","name":"Myth of the Machine : Technics and Human Development","description":"By Lewis Mumford","image":"https://learn-awesome.github.io/assets/book_covers/90209.jpg","links":"book|https://www.goodreads.com/book/show/90209.Technics_and_Human_Development","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6aad5fdd-1b0b-4b93-9ef9-79c88c8d58d5","name":"The Rise and Fall of American Growth: The U.S. Standard of Living since the Civil War (The Princeton Economic History of the Western World)","description":"By Robert J. Gordon","image":"https://learn-awesome.github.io/assets/book_covers/35381944.jpg","links":"book|https://www.goodreads.com/book/show/35381944-the-rise-and-fall-of-american-growth","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"773e7fc6-674d-43cf-98b2-af9daddf122d","name":"The thirty years war","description":"By C.V. Wedgwood","image":"https://learn-awesome.github.io/assets/book_covers/287542.jpg","links":"book|https://www.goodreads.com/book/show/287542.The_Thirty_Years_War","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffa052f3-d70c-4372-9957-dadd3e867ec4","name":"Land of Lisp: Learn to Program in Lisp, One Game at a Time!","description":"By Conrad Barski","image":"https://learn-awesome.github.io/assets/book_covers/6905041.jpg","links":"book|https://www.goodreads.com/book/show/6905041-land-of-lisp","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f50054c-0240-459c-bff0-e7ae3b3bfe0f","name":"Debt: The First 5,000 Years","description":"By David Graeber","image":"https://learn-awesome.github.io/assets/book_covers/6617037.jpg","links":"book|https://www.goodreads.com/book/show/6617037-debt","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07b46b78-33b0-45c4-b1e8-8f1f7a2ba4b9","name":"The Rise and Fall of Nations: Forces of Change in the Post-Crisis World","description":"By Ruchir Sharma","image":"https://learn-awesome.github.io/assets/book_covers/26530331.jpg","links":"book|https://www.goodreads.com/book/show/26530331-the-rise-and-fall-of-nations","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"439c3d4a-0dd1-4c39-bafb-9841a9834f62","name":"Nixonland: The Rise of a President and the Fracturing of America","description":"By Rick Perlstein","image":"https://learn-awesome.github.io/assets/book_covers/2393575.jpg","links":"book|https://www.goodreads.com/book/show/2393575.Nixonland","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"667b0a20-7beb-48e4-b152-4765e768459a","name":"Flying IFR: The Practical Information You Need to Fly Actual IFR Flights (General Aviation Reading series)","description":"By Richard L. Collins","image":"https://learn-awesome.github.io/assets/book_covers/697327.jpg","links":"book|https://www.goodreads.com/book/show/697327.Flying_IFR","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a6084eb-d255-4fff-b117-2c9d5ec7b4cc","name":"Lore of Running","description":"By Tim Noakes","image":"https://learn-awesome.github.io/assets/book_covers/112160.jpg","links":"book|https://www.goodreads.com/book/show/112160.Lore_of_Running","topics":"running","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"830900f9-d2ff-4b94-ae50-5c5d4874664c","name":"Abstract Algebra","description":"By David S. Dummit","image":"https://learn-awesome.github.io/assets/book_covers/264543.jpg","links":"book|https://www.goodreads.com/book/show/264543.Abstract_Algebra","topics":"math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a38a8b3-0310-4c84-9a83-a26d229ec2d8","name":"An Introduction to Political Philosophy: Ten Essays","description":"By Leo Strauss","image":"https://learn-awesome.github.io/assets/book_covers/676950.jpg","links":"book|https://www.goodreads.com/book/show/676950.An_Introduction_to_Political_Philosophy","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a998908-6c6b-49a0-970e-87573f7ca053","name":"Dancing in the Glory of Monsters: The Collapse of the Congo and the Great War of Africa Kindle Edition","description":"By Jason Stearns","image":"https://learn-awesome.github.io/assets/book_covers/10046142.jpg","links":"book|https://www.goodreads.com/book/show/10046142-dancing-in-the-glory-of-monsters","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"917f8d24-d220-4193-99da-a5d46c913aba","name":"The Chicken from Minsk: And 99 Other Infuriatingly Challenging Brain Teasers from the Great Russian Tradition of Math and Science","description":"By Yuri B. Chernyak","image":"https://learn-awesome.github.io/assets/book_covers/323926.jpg","links":"book|https://www.goodreads.com/book/show/323926.The_Chicken_From_Minsk","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ff8aba1-3249-404e-aa40-895ed1099755","name":"Practical Common Lisp","description":"By Peter Seibel","image":"https://learn-awesome.github.io/assets/book_covers/570933.jpg","links":"book|https://www.goodreads.com/book/show/570933.Practical_Common_LISP","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"984cbb93-4dcb-4d5d-acfc-3308ec43cf5e","name":"Toward a Theory of Instruction","description":"By Jerome Bruner","image":"https://learn-awesome.github.io/assets/book_covers/1633905.jpg","links":"book|https://www.goodreads.com/book/show/1633905.Toward_a_Theory_of_Instruction","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e2dddb0-4c92-4898-b919-aab44b5deeb1","name":"The Non-Runner's Marathon Trainer","description":"By David A. Whitsett","image":"https://learn-awesome.github.io/assets/book_covers/98248.jpg","links":"book|https://www.goodreads.com/book/show/98248.The_Non_Runner_s_Marathon_Trainer","topics":"running","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bbaa941b-6992-454f-b8a1-bf4f1d4b3bdc","name":"Pilot's Handbook of Aeronautical Knowledge: FAA-H-8083-25A (FAA Handbooks)","description":"By Federal Aviation Administration","image":"https://learn-awesome.github.io/assets/book_covers/6669677.jpg","links":"book|https://www.goodreads.com/book/show/6669677-pilot-s-handbook-of-aeronautical-knowledge","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4a9cafa-ef76-4586-a25b-7c81911c64f3","name":"Sum: Forty Tales from the Afterlives","description":"By David Eagleman","image":"https://learn-awesome.github.io/assets/book_covers/4948826.jpg","links":"book|https://www.goodreads.com/book/show/4948826-sum","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06d7aadf-57a5-450b-8b07-d7cbdef1831b","name":"How to Survive in Your Native Land","description":"By James Herndon","image":"https://learn-awesome.github.io/assets/book_covers/1582891.jpg","links":"book|https://www.goodreads.com/book/show/1582891.How_to_Survive_in_Your_Native_Land","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0c3018f-c1e9-428f-a4c4-1ca43f2ffe95","name":"The Antarctic Book of Cooking and Cleaning: A Polar Journey","description":"By Carol Devine","image":"https://learn-awesome.github.io/assets/book_covers/23261577.jpg","links":"book|https://www.goodreads.com/book/show/23261577-the-antarctic-book-of-cooking-and-cleaning","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5ddba23-812c-4984-b855-7b5f23799a00","name":"Quantum Computing since Democritus","description":"By Scott Aaronson","image":"https://learn-awesome.github.io/assets/book_covers/17471298.jpg","links":"book|https://www.goodreads.com/book/show/17471298-quantum-computing-since-democritus","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"964e2247-4695-466e-b511-6db35cf80d7a","name":"The Metaphysical Foundations of Modern Science","description":"By Edwin Arthur Burtt","image":"https://learn-awesome.github.io/assets/book_covers/1173844.jpg","links":"book|https://www.goodreads.com/book/show/1173844.The_Metaphysical_Foundations_of_Modern_Science","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d210e4d9-3e7c-4959-b1c2-94f34a6ab641","name":"Concepts, Techniques, and Models of Computer Programming","description":"By Peter Van Roy","image":"https://learn-awesome.github.io/assets/book_covers/772585.jpg","links":"book|https://www.goodreads.com/book/show/772585.Concepts_Techniques_and_Models_of_Computer_Programming","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8209d46-2d42-4d03-be7c-4cefe969b50c","name":"The Scramble for Africa: White Man's Conquest of the Dark Continent from 1876 to 1912","description":"By Thomas Pakenham","image":"https://learn-awesome.github.io/assets/book_covers/416108.jpg","links":"book|https://www.goodreads.com/book/show/416108.The_Scramble_for_Africa","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e72c899-a9d8-4c8e-bb3b-6a046650c67a","name":"Beautiful Evidence","description":"By Edward R. Tufte","image":"https://learn-awesome.github.io/assets/book_covers/17743.jpg","links":"book|https://www.goodreads.com/book/show/17743.Beautiful_Evidence","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d203f310-36bb-4983-afb6-1fb4b5451aa5","name":"The 60s: The Story of a Decade","description":"By The New Yorker","image":"https://learn-awesome.github.io/assets/book_covers/28814790.jpg","links":"book|https://www.goodreads.com/book/show/28814790-the-60s","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2636d7ec-30d8-4fe4-8cd4-3d4106043ec2","name":"How to Live: Or A Life of Montaigne in One Question and Twenty Attempts at an Answer","description":"By Sarah Bakewell","image":"https://learn-awesome.github.io/assets/book_covers/7624457.jpg","links":"book|https://www.goodreads.com/book/show/7624457-how-to-live","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8b6f9f5-f19e-404f-ada5-df4d355731e3","name":"Something Incredibly Wonderful Happens: Frank Oppenheimer and the world he made up","description":"By K.C. Cole","image":"https://learn-awesome.github.io/assets/book_covers/6321411.jpg","links":"book|https://www.goodreads.com/book/show/6321411-something-incredibly-wonderful-happens","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"595c0762-0488-42d1-af67-dadbc6835885","name":"The Ancestor's Tale: A Pilgrimage to the Dawn of Life","description":"By Richard Dawkins","image":"https://learn-awesome.github.io/assets/book_covers/17977.jpg","links":"book|https://www.goodreads.com/book/show/17977.The_Ancestor_s_Tale","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"036a3b46-0fc9-4c6d-8101-ee00a3bfef00","name":"Engines of Logic: Mathematicians and the Origin of the Computer","description":"By Martin D. Davis","image":"https://learn-awesome.github.io/assets/book_covers/982791.jpg","links":"book|https://www.goodreads.com/book/show/982791.Engines_of_Logic","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0f06bd1-a2fd-4643-87c1-109bad8ef2f1","name":"Garbage Collection: Algorithms for Automatic Dynamic Memory Management","description":"By Richard Jones","image":"https://learn-awesome.github.io/assets/book_covers/1267464.jpg","links":"book|https://www.goodreads.com/book/show/1267464.Garbage_Collection","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35a9fea3-9849-4016-9dec-308dea9b8392","name":"The Spectator: Volume 1","description":"By Joseph Addison","image":"https://learn-awesome.github.io/assets/book_covers/18681640.jpg","links":"book|https://www.goodreads.com/book/show/18681640-the-spectator-volume-1-eighteenth-century-periodical-essays","topics":"english-class","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5db8c6e3-a78c-4562-83c4-6c3cc2cb7764","name":"The Blue Bottle Craft of Coffee: Growing, Roasting, and Drinking, with Recipes","description":"By James Freeman","image":"https://learn-awesome.github.io/assets/book_covers/13414928.jpg","links":"book|https://www.goodreads.com/book/show/13414928-the-blue-bottle-craft-of-coffee","topics":"coffee;food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b89694b-60c3-457c-941a-321f6374d5ef","name":"The Subtle Knife: His Dark Materials, Book 2","description":"By Philip Pullman","image":"https://learn-awesome.github.io/assets/book_covers/119324.jpg","links":"book|https://www.goodreads.com/book/show/119324.The_Subtle_Knife","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47c658b2-d5ff-4106-aeb9-c787d974a925","name":"Quantum Mechanics: Concepts and Applications","description":"By Nouredine Zettili","image":"https://learn-awesome.github.io/assets/book_covers/390201.jpg","links":"book|https://www.goodreads.com/book/show/390201.Quantum_Mechanics","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53b8a964-676b-4b37-8cb3-f350e911302b","name":"Nixon Agonistes: The Crisis of the Self-Made Man","description":"By Garry Wills","image":"https://learn-awesome.github.io/assets/book_covers/29435.jpg","links":"book|https://www.goodreads.com/book/show/29435.Nixon_Agonistes","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d40517e-9403-429b-9a5c-3ed98e9c65e9","name":"Whole Earth Discipline: An Ecopragmatist Manifesto","description":"By Stewart Brand","image":"https://learn-awesome.github.io/assets/book_covers/6411373.jpg","links":"book|https://www.goodreads.com/book/show/6411373-whole-earth-discipline","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da8dbf07-745f-4725-8a87-e8373e1938e9","name":"The Theoretical Minimum: What You Need to Know to Start Doing Physics","description":"By Leonard Susskind","image":"https://learn-awesome.github.io/assets/book_covers/13587145.jpg","links":"book|https://www.goodreads.com/book/show/13587145-the-theoretical-minimum","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e977db3-711e-4991-9215-067bf173681b","name":"The Gutenberg Galaxy","description":"By Marshall McLuhan","image":"https://learn-awesome.github.io/assets/book_covers/440463.jpg","links":"book|https://www.goodreads.com/book/show/440463.The_Gutenberg_Galaxy","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92aebee0-852a-4fea-86d4-66db81f03e02","name":"The Shellcoder's Handbook: Discovering and Exploiting Security Holes","description":"By Jack Koziol","image":"https://learn-awesome.github.io/assets/book_covers/1174511.jpg","links":"book|https://www.goodreads.com/book/show/1174511.The_Shellcoder_s_Handbook","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a33982d-edcc-44f3-b89c-c30758770982","name":"War and Peace","description":"By Leo Tolstoy","image":"https://learn-awesome.github.io/assets/book_covers/656.jpg","links":"book|https://www.goodreads.com/book/show/656.War_and_Peace","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de191c29-cf3a-4a95-88e3-11fb93b989c5","name":"Managing Oneself","description":"By Peter F. Drucker","image":"https://learn-awesome.github.io/assets/book_covers/2477223.jpg","links":"book|https://www.goodreads.com/book/show/2477223.Managing_Oneself","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad2043cf-7830-414a-be28-6458487daebf","name":"Toward a radical middle: Fourteen pieces of reporting and criticism","description":"By Renata Adler","image":"https://learn-awesome.github.io/assets/book_covers/383831.jpg","links":"book|https://www.goodreads.com/book/show/383831.Toward_a_Radical_Middle","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1b2240f-a3be-43f1-bc84-6b40349ca17d","name":"William Blake and the Age of Revolution","description":"By Jacob Bronowski","image":"https://learn-awesome.github.io/assets/book_covers/4468123.jpg","links":"book|https://www.goodreads.com/book/show/4468123-william-blake-and-the-age-of-revolution","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b44bb70-b833-49be-a5b9-9a987cdfe0ca","name":"Understanding Media: The Extensions of Man","description":"By Marshall McLuhan","image":"https://learn-awesome.github.io/assets/book_covers/126274.jpg","links":"book|https://www.goodreads.com/book/show/126274.Understanding_Media","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82d21229-6c58-47c8-bb91-bebce9e77795","name":"My Best Mathematical and Logic Puzzles (Dover Recreational Math)","description":"By Martin Gardner","image":"https://learn-awesome.github.io/assets/book_covers/18948236.jpg","links":"book|https://www.goodreads.com/book/show/18948236-my-best-mathematical-and-logic-puzzles","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17d1ee35-79ba-46db-ad45-8ca763ae6348","name":"Programmers at Work: Interviews With 19 Programmers Who Shaped the Computer Industry (Tempus)","description":"By Susan Lammers","image":"https://learn-awesome.github.io/assets/book_covers/2092682.jpg","links":"book|https://www.goodreads.com/book/show/2092682.Programmers_at_Work","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff7f1767-4dd4-4e22-9bfc-446f9364e19d","name":"The Adventures of Hajji Baba of Ispahan","description":"By James Justinian Morier","image":"https://learn-awesome.github.io/assets/book_covers/41096625.jpg","links":"book|https://www.goodreads.com/book/show/41096625-the-adventures-of-hajji-baba-of-ispahan","topics":"book-cart","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"093f9f68-efbb-4f5c-8741-7249389508c7","name":"Cultural Amnesia: Necessary Memories from History and the Arts","description":"By Clive James","image":"https://learn-awesome.github.io/assets/book_covers/262762.jpg","links":"book|https://www.goodreads.com/book/show/262762.Cultural_Amnesia","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fee846df-e206-4c2c-8a64-b807b2a59d3e","name":"Instrument Oral Exam Guide: The Comprehensive Guide to Prepare You for the FAA Oral Exam (Oral Exam Guide series)","description":"By Michael D. Hayes","image":"https://learn-awesome.github.io/assets/book_covers/20489181.jpg","links":"book|https://www.goodreads.com/book/show/20489181-instrument-oral-exam-guide","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a18d2dec-9de4-480a-8e76-4d5dd132f353","name":"The City In History: Its Origins, Its Transformations, and Its Prospects ","description":"By Lewis Mumford","image":"https://learn-awesome.github.io/assets/book_covers/544053.jpg","links":"book|https://www.goodreads.com/book/show/544053.The_City_in_History","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a7af2f5-9c01-46ec-bec8-36b22873ccf2","name":"I Didn't Do It for You: How the World Betrayed a Small African Nation","description":"By Michela Wrong","image":"https://learn-awesome.github.io/assets/book_covers/653992.jpg","links":"book|https://www.goodreads.com/book/show/653992.I_Didn_t_Do_It_for_You","topics":"africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e77ca5bd-07fd-4b1a-b427-f4b1fee941f2","name":"The Fabric of Reality: The Science of Parallel Universes--and Its Implications","description":"By David Deutsch","image":"https://learn-awesome.github.io/assets/book_covers/177068.jpg","links":"book|https://www.goodreads.com/book/show/177068.The_Fabric_of_Reality","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"63e2c254-d787-405a-89b2-aed06e1a46cf","name":"The Road to Reality: A Complete Guide to the Laws of the Universe","description":"By Roger Penrose","image":"https://learn-awesome.github.io/assets/book_covers/10638.jpg","links":"book|https://www.goodreads.com/book/show/10638.The_Road_to_Reality","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85517224-4620-4241-8281-0f2c0a11c045","name":"Connections","description":"By Kim Karr","image":"https://learn-awesome.github.io/assets/book_covers/17902302.jpg","links":"book|https://www.goodreads.com/book/show/17902302-connected","topics":"romance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91193bda-dd49-4967-8f6b-6aafc450aea2","name":"The Nude: A Study in Ideal Form","description":"By Kenneth Clark","image":"https://learn-awesome.github.io/assets/book_covers/101128.jpg","links":"book|https://www.goodreads.com/book/show/101128.The_Nude","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90e975e9-6fe6-4b36-a5cf-1360409b35e9","name":"The Startup Owner's Manual: The Step-By-Step Guide for Building a Great Company","description":"By Steve Blank","image":"https://learn-awesome.github.io/assets/book_covers/13557008.jpg","links":"book|https://www.goodreads.com/book/show/13557008-the-startup-owner-s-manual","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"772e6ed6-7f94-4eac-99d8-c08fba7ef1b0","name":"The Blind Watchmaker: Why the Evidence of Evolution Reveals a Universe without Design","description":"By Richard Dawkins","image":"https://learn-awesome.github.io/assets/book_covers/117047.jpg","links":"book|https://www.goodreads.com/book/show/117047.The_Blind_Watchmaker","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6748e58e-8a01-4b13-88b0-05a213a52c7e","name":"The Case for Mars","description":"By Robert Zubrin","image":"https://learn-awesome.github.io/assets/book_covers/56713.jpg","links":"book|https://www.goodreads.com/book/show/56713.The_Case_for_Mars","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"619346ad-ce4f-4386-87bc-379b110a4bd1","name":"The Handmaid's Tale","description":"By Margaret Atwood","image":"https://learn-awesome.github.io/assets/book_covers/38447.jpg","links":"book|https://www.goodreads.com/book/show/38447.The_Handmaid_s_Tale","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b9f79f6-6a7e-46d7-b5f7-8ea5a237ed53","name":"Buckminster Fuller's Universe: His Life and Work","description":"By Lloyd Steven Sieden","image":"https://learn-awesome.github.io/assets/book_covers/190039.jpg","links":"book|https://www.goodreads.com/book/show/190039.Buckminster_Fuller_s_Universe","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bc2a542-f2fb-41ae-909e-36f09647da8e","name":"Payments Systems in the U.S.","description":"By Carol Coye Benson","image":"https://learn-awesome.github.io/assets/book_covers/20968289.jpg","links":"book|https://www.goodreads.com/book/show/20968289-payments-systems-in-the-u-s","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33378c98-cf1a-4955-b0fb-d7dfe08f18cf","name":"Stuff Matters: Exploring the Marvelous Materials That Shape Our Man-Made World","description":"By Mark Miodownik","image":"https://learn-awesome.github.io/assets/book_covers/18222843.jpg","links":"book|https://www.goodreads.com/book/show/18222843-stuff-matters","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0834cec-3d65-4b96-94b5-ad2c91b5e2d1","name":"The Monkey Wrench Gang","description":"By Edward Abbey","image":"https://learn-awesome.github.io/assets/book_covers/99208.jpg","links":"book|https://www.goodreads.com/book/show/99208.The_Monkey_Wrench_Gang","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b1d553d-9f66-4a80-bd3a-b7871f628fa0","name":"Smalltalk-80: Bits of History, Words of Advice","description":"By Glen Krasner","image":"https://learn-awesome.github.io/assets/book_covers/1644070.jpg","links":"book|https://www.goodreads.com/book/show/1644070.Smalltalk_80","topics":"smalltalk","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b48a68a-ff63-490c-9785-f5feb9d2005e","name":"The Copernican Revolution: Planetary Astronomy in the Development of Western Thought","description":"By Thomas S. Kuhn","image":"https://learn-awesome.github.io/assets/book_covers/745236.jpg","links":"book|https://www.goodreads.com/book/show/745236.The_Copernican_Revolution","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"653f2ea7-6e1e-4690-9be5-722c06457391","name":"Hard Drive: Bill Gates and the Making of the Microsoft Empire","description":"By James Wallace","image":"https://learn-awesome.github.io/assets/book_covers/41611.jpg","links":"book|https://www.goodreads.com/book/show/41611.Hard_Drive","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a51fba1b-b32d-4cee-abe8-8975cd37689e","name":"The Andromeda Strain","description":"By Michael Crichton","image":"https://learn-awesome.github.io/assets/book_covers/7670.jpg","links":"book|https://www.goodreads.com/book/show/7670.The_Andromeda_Strain","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac221bc8-8ac6-42c1-beb4-fff037b3af16","name":"Conscientious Objections: Stirring Up Trouble About Language, Technology and Education","description":"By Neil Postman","image":"https://learn-awesome.github.io/assets/book_covers/96444.jpg","links":"book|https://www.goodreads.com/book/show/96444.Conscientious_Objections","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a7736ca-7879-461b-b1e1-976dac4d24e4","name":"MCAT Biology (Examkrackers)","description":"By Jonathan Orsay","image":"https://learn-awesome.github.io/assets/book_covers/1694901.jpg","links":"book|https://www.goodreads.com/book/show/1694901.Examkrackers_MCAT_Biology","topics":"mcat","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5295f473-50dc-4b99-adb0-d2ba5739426c","name":"The Future and Its Enemies: The Growing Conflict Over Creativity, Enterprise, and Progress","description":"By Virginia Postrel","image":"https://learn-awesome.github.io/assets/book_covers/416079.jpg","links":"book|https://www.goodreads.com/book/show/416079.The_Future_and_Its_Enemies","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50a3e12d-aff0-466c-a13d-998dc0b5ca2e","name":"Out of Mao's Shadow: The Struggle for the Soul of a New China","description":"By Philip P. Pan","image":"https://learn-awesome.github.io/assets/book_covers/2418533.jpg","links":"book|https://www.goodreads.com/book/show/2418533.Out_of_Mao_s_Shadow","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43b67b82-4426-424e-a866-edbeafb579a9","name":"Hacking the Xbox: An Introduction to Reverse Engineering","description":"By Andrew Huang","image":"https://learn-awesome.github.io/assets/book_covers/984394.jpg","links":"book|https://www.goodreads.com/book/show/984394.Hacking_the_Xbox","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"995e7628-067a-46f3-a4ba-84b485a08afb","name":"And Suddenly the Inventor Appeared: TRIZ, the Theory of Inventive Problem Solving","description":"By Genrich Altshuller","image":"https://learn-awesome.github.io/assets/book_covers/161916.jpg","links":"book|https://www.goodreads.com/book/show/161916.And_Suddenly_the_Inventor_Appeared","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0920365-1401-4d1b-bcd1-9dbe33d7e902","name":"The Quest for Consciousness: A Neurobiological Approach","description":"By Christof Koch","image":"https://learn-awesome.github.io/assets/book_covers/125257.jpg","links":"book|https://www.goodreads.com/book/show/125257.The_Quest_for_Consciousness","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5034a591-4837-494d-a4c0-352063760ee4","name":"The Tangled Web: A Guide to Securing Modern Web Applications 1st Edition","description":"By Michal Zalewski","image":"https://learn-awesome.github.io/assets/book_covers/11553604.jpg","links":"book|https://www.goodreads.com/book/show/11553604-the-tangled-web","topics":"security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38cfc91f-53f1-4860-beab-5e05c5a88b80","name":"Out of the Crisis","description":"By W. Edwards Deming","image":"https://learn-awesome.github.io/assets/book_covers/566574.jpg","links":"book|https://www.goodreads.com/book/show/566574.Out_of_the_Crisis","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6b09cd6-0b15-465e-867c-e69a7d193e8c","name":"The Well-Tempered City: What Modern Science, Ancient Civilizations, and Human Nature Teach Us About the Future of Urban Life","description":"By Jonathan F.P. Rose","image":"https://learn-awesome.github.io/assets/book_covers/28257563.jpg","links":"book|https://www.goodreads.com/book/show/28257563-the-well-tempered-city","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2b6e1b5-b3b6-431e-90d1-99e00204ef81","name":"Epic Measures: One Doctor. Seven Billion Patients.","description":"By Jeremy N. Smith","image":"https://learn-awesome.github.io/assets/book_covers/22693187.jpg","links":"book|https://www.goodreads.com/book/show/22693187-epic-measures","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7aa9aff7-4ddc-4a4b-8abe-7af4c79d0a81","name":"A History of Western Philosophy; And its Connection with Political and Social Circumstances from the Earliest Times to the Present Day","description":"By Bertrand Russell","image":"https://learn-awesome.github.io/assets/book_covers/166550.jpg","links":"book|https://www.goodreads.com/book/show/166550.A_History_of_Western_Philosophy_its_Connection_with_Political_Social_Circumstances_from_the_Earliest_Times_to_the_Present_Day","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67ef295f-7b4d-45b1-89b7-f7882a2cb540","name":"Popper Selections","description":"By Karl Popper","image":"https://learn-awesome.github.io/assets/book_covers/61552.jpg","links":"book|https://www.goodreads.com/book/show/61552.Popper_Selections","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c242fda9-a6c4-4321-85e9-3e600b68518a","name":"The Founder's Dilemmas: Anticipating and Avoiding the Pitfalls That Can Sink a Startup","description":"By Noam Wasserman","image":"https://learn-awesome.github.io/assets/book_covers/13234710.jpg","links":"book|https://www.goodreads.com/book/show/13234710-the-founder-s-dilemmas","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2756a04-ef3c-49b7-b46b-c73c980e239e","name":"Einstein's Dreams","description":"By Alan Lightman","image":"https://learn-awesome.github.io/assets/book_covers/14376.jpg","links":"book|https://www.goodreads.com/book/show/14376.Einstein_s_Dreams","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9541f0dd-d65d-470c-a7bc-5d4b3e261cb3","name":"Red Plenty","description":"By Francis Spufford","image":"https://learn-awesome.github.io/assets/book_covers/6481280.jpg","links":"book|https://www.goodreads.com/book/show/6481280-red-plenty","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82ef74fc-6cff-4b83-bf41-7436c5bec9d5","name":"Enlightenment 2.0: Restoring sanity to our politics, our economy, and our lives","description":"By Joseph Heath","image":"https://learn-awesome.github.io/assets/book_covers/18053344.jpg","links":"book|https://www.goodreads.com/book/show/18053344-enlightenment-2-0","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"392fff01-823e-4c86-bd9c-e2a2c21abd55","name":"Poorly Made in China by Paul Midler","description":"By Paul Midler","image":"https://learn-awesome.github.io/assets/book_covers/5116296.jpg","links":"book|https://www.goodreads.com/book/show/5116296-poorly-made-in-china","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f7b587d-aa19-48b5-bdf9-eea969385917","name":"From Satori to Silicon Valley: San Francisco and the American Counterculture","description":"By Theodore Roszak","image":"https://learn-awesome.github.io/assets/book_covers/889406.jpg","links":"book|https://www.goodreads.com/book/show/889406.From_Satori_to_Silicon_Valley","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72084e0f-d7d3-488d-b5ed-c42f7e4649bb","name":"Collective Electrodynamics: Quantum Foundations of Electromagnetism","description":"By Carver A. Mead","image":"https://learn-awesome.github.io/assets/book_covers/202470.jpg","links":"book|https://www.goodreads.com/book/show/202470.Collective_Electrodynamics","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"22dac469-9ba0-4d86-85e1-a8e7e5d581e4","name":"The Children's Machine: Rethinking School In The Age Of The Computer","description":"By Seymour Papert","image":"https://learn-awesome.github.io/assets/book_covers/906120.jpg","links":"book|https://www.goodreads.com/book/show/906120.The_Children_s_Machine","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a06fe62-bec1-4c5a-87e9-07168d0ec7c6","name":"Bicycle Design: An Illustrated History","description":"By Tony Hadland","image":"https://learn-awesome.github.io/assets/book_covers/18197165.jpg","links":"book|https://www.goodreads.com/book/show/18197165-bicycle-design","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc0dea05-bc9c-4834-8467-27beb2429757","name":"Setting the Table: The Transforming Power of Hospitality in Business","description":"By Danny Meyer","image":"https://learn-awesome.github.io/assets/book_covers/213280.jpg","links":"book|https://www.goodreads.com/book/show/213280.Setting_the_Table","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eebd5e58-45bf-4060-b7b0-38e019228116","name":"Biohazard: The Chilling True Story of the Largest Covert Biological Weapons Program in the World--Told from Inside by the Man Who Ran It","description":"By Ken Alibek","image":"https://learn-awesome.github.io/assets/book_covers/202698.jpg","links":"book|https://www.goodreads.com/book/show/202698.Biohazard","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca585b9c-2534-40ed-b91f-3b41a5c82904","name":"Inventing Freedom: How the English-Speaking Peoples Made the Modern World","description":"By Daniel Hannan","image":"https://learn-awesome.github.io/assets/book_covers/17616246.jpg","links":"book|https://www.goodreads.com/book/show/17616246-inventing-freedom","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdd63615-b4f0-460c-9bab-df8de86279f4","name":"Technology, Management, and Society","description":"By Peter F. Drucker","image":"https://learn-awesome.github.io/assets/book_covers/4825159.jpg","links":"book|https://www.goodreads.com/book/show/4825159-technology-management-and-society","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42523d8f-67cf-4955-867a-b5857638834b","name":"The Revolt of the Masses","description":"By José Ortega y Gasset","image":"https://learn-awesome.github.io/assets/book_covers/282447.jpg","links":"book|https://www.goodreads.com/book/show/282447.The_Revolt_of_the_Masses","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"947cb597-9d2d-4c37-b6f0-cc76934b83b2","name":"Expert Political Judgment: How Good Is It? ","description":"By Philip E. Tetlock","image":"https://learn-awesome.github.io/assets/book_covers/89158.jpg","links":"book|https://www.goodreads.com/book/show/89158.Expert_Political_Judgment","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"183038b5-a510-4278-abd5-b1f1102338ea","name":"The Outsider: My Life in Intrigue","description":"By Frederick Forsyth","image":"https://learn-awesome.github.io/assets/book_covers/24875398.jpg","links":"book|https://www.goodreads.com/book/show/24875398-the-outsider","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38b698e8-ce13-42e5-bdaf-6a6330b52bdf","name":"Skeletons on the Zahara: A True Story of Survival","description":"By Dean King","image":"https://learn-awesome.github.io/assets/book_covers/408147.jpg","links":"book|https://www.goodreads.com/book/show/408147.Skeletons_on_the_Zahara","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c106a6e-6b13-4098-822c-634dcbf0c598","name":"Innovation and Entrepreneurship","description":"By Peter F. Drucker","image":"https://learn-awesome.github.io/assets/book_covers/114841.jpg","links":"book|https://www.goodreads.com/book/show/114841.Innovation_and_Entrepreneurship","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85ae9ab4-d9ee-44fe-b168-b8bb3bd87fd7","name":"How the Internet Became Commercial: Innovation, Privatization, and the Birth of a New Network (The Kauffman Foundation Series on Innovation and Entrepreneurship)","description":"By Shane Greenstein","image":"https://learn-awesome.github.io/assets/book_covers/27263119.jpg","links":"book|https://www.goodreads.com/book/show/27263119-how-the-internet-became-commercial","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca8860ce-a643-4aa7-b142-b7735b61422f","name":"The Irony of American History","description":"By Reinhold Niebuhr","image":"https://learn-awesome.github.io/assets/book_covers/55236.jpg","links":"book|https://www.goodreads.com/book/show/55236.The_Irony_of_American_History","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fe87857-5651-41d6-97e9-4d51006d84b6","name":"The Art of Possibility: Transforming Professional and Personal Life (Harvard Business School Press)","description":"By Rosamund Stone Zander","image":"https://learn-awesome.github.io/assets/book_covers/35509026.jpg","links":"book|https://www.goodreads.com/book/show/35509026-the-art-of-possibility","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78b6b424-dc87-4b46-b275-8e86ec5bce7a","name":"Branding Terror: The Logotypes and Iconography of Insurgent Groups and Terrorist Organizations","description":"By Artur Beifuss","image":"https://learn-awesome.github.io/assets/book_covers/15843257.jpg","links":"book|https://www.goodreads.com/book/show/15843257-branding-terror","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a2ce712-92d8-47e8-8d33-4a56203462ae","name":"A History of Future Cities","description":"By Daniel Brook","image":"https://learn-awesome.github.io/assets/book_covers/18378011.jpg","links":"book|https://www.goodreads.com/book/show/18378011-a-history-of-future-cities","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e116d7a-1df6-4129-8351-1ddc5187b6cf","name":"In Praise of Idleness: And Other Essays (Routledge Classics)","description":"By Bertrand Russell","image":"https://learn-awesome.github.io/assets/book_covers/135742.jpg","links":"book|https://www.goodreads.com/book/show/135742.In_Praise_of_Idleness_and_Other_Essays","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fed9a924-7b8b-43c7-8269-12382346ac69","name":"The Closed World: Computers and the Politics of Discourse in Cold War America (Inside Technology)","description":"By Paul N. Edwards","image":"https://learn-awesome.github.io/assets/book_covers/19567257.jpg","links":"book|https://www.goodreads.com/book/show/19567257-the-closed-world","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec12b3e5-d8ec-4b77-a605-002a472657d2","name":"Quantum Physics of Atoms, Molecules, Solids, Nuclei, and Particles","description":"By Robert M. Eisberg","image":"https://learn-awesome.github.io/assets/book_covers/100024.jpg","links":"book|https://www.goodreads.com/book/show/100024.Quantum_Physics_of_Atoms_Molecules_Solids_Nuclei_and_Particles","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdd5162f-893c-4ef1-8c92-0b68bf03d432","name":"About Face 2.0: The Essentials of Interaction Design","description":"By Alan Cooper","image":"https://learn-awesome.github.io/assets/book_covers/162608.jpg","links":"book|https://www.goodreads.com/book/show/162608.About_Face_2_0","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc596c83-bc68-4dfa-b767-0351d8a715c3","name":"Hitch 22: A Memoir","description":"By Christopher Hitchens","image":"https://learn-awesome.github.io/assets/book_covers/7332753.jpg","links":"book|https://www.goodreads.com/book/show/7332753-hitch-22","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eabbd411-fefb-4171-8bbe-2f83c936eb7f","name":"A Vast Machine: Computer Models, Climate Data, and the Politics of Global Warming (Infrastructures)","description":"By Paul N. Edwards","image":"https://learn-awesome.github.io/assets/book_covers/8108093.jpg","links":"book|https://www.goodreads.com/book/show/8108093-a-vast-machine","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"729270d1-2877-4fab-a567-f09725afa83b","name":"Operating Systems: Design and Implementation","description":"By Andrew S. Tanenbaum","image":"https://learn-awesome.github.io/assets/book_covers/166193.jpg","links":"book|https://www.goodreads.com/book/show/166193.Operating_Systems_Design_and_Implementation","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c64c4da-bdfb-4b51-b3ff-8dc5642ca057","name":"Murder Trials","description":"By Marcus Tullius Cicero","image":"https://learn-awesome.github.io/assets/book_covers/344142.jpg","links":"book|https://www.goodreads.com/book/show/344142.Murder_Trials","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e7b108e-ccd5-49ca-b346-b567e523f7a7","name":"Positioning: The Battle for Your Mind","description":"By Al Ries","image":"https://learn-awesome.github.io/assets/book_covers/760025.jpg","links":"book|https://www.goodreads.com/book/show/760025.Positioning","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4158a18-f332-4e8c-bea2-1b2be5dede09","name":"The Baffler (No. 12)","description":"By Thomas Frank","image":"https://learn-awesome.github.io/assets/book_covers/1394812.jpg","links":"book|https://www.goodreads.com/book/show/1394812.The_Baffler","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10c1600e-987a-47cc-a9bf-0594bef0f40d","name":"Special Relativity","description":"By Anthony P. French","image":"https://learn-awesome.github.io/assets/book_covers/1000528.jpg","links":"book|https://www.goodreads.com/book/show/1000528.Special_Relativity","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3ba12f0-8cba-445a-beb1-c1d76ce9cc92","name":"Human Enhancement","description":"By Julian Savulescu","image":"https://learn-awesome.github.io/assets/book_covers/3299039.jpg","links":"book|https://www.goodreads.com/book/show/3299039-human-enhancement","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a3696760-b7f3-404f-8349-b43baf3e3366","name":"In Search of Schrödinger's Cat: Quantum Physics and Reality","description":"By John Gribbin","image":"https://learn-awesome.github.io/assets/book_covers/513367.jpg","links":"book|https://www.goodreads.com/book/show/513367.In_Search_of_Schr_dinger_s_Cat","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6cf98a4-bd00-4666-b440-130dff42b507","name":"The Mechanical Bride : Folklore of Industrial Man","description":"By Marshall McLuhan","image":"https://learn-awesome.github.io/assets/book_covers/2800.jpg","links":"book|https://www.goodreads.com/book/show/2800.The_Mechanical_Bride","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"400b3f4b-5aaf-48a0-b14e-0c948d690e14","name":"Winning the Story Wars: Why Those Who Tell (and Live) the Best Stories Will Rule the Future","description":"By Jonah Sachs","image":"https://learn-awesome.github.io/assets/book_covers/13088627.jpg","links":"book|https://www.goodreads.com/book/show/13088627-winning-the-story-wars","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"449237af-adaf-4dc1-87d8-b30a0bac6a4b","name":"The Society of Mind","description":"By Marvin Minsky","image":"https://learn-awesome.github.io/assets/book_covers/326790.jpg","links":"book|https://www.goodreads.com/book/show/326790.The_Society_of_Mind","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73fb6216-5d50-4705-b40a-ada5e989547f","name":"Money Game","description":"By George Jerome Waldo Goodman","image":"https://learn-awesome.github.io/assets/book_covers/25706.jpg","links":"book|https://www.goodreads.com/book/show/25706.The_Money_Game","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3da95e21-2d08-4bb6-9376-21df30bd76af","name":"Pacific: Silicon Chips and Surfboards, Coral Reefs and Atom Bombs, Brutal Dictators, Fading Empires, and the Coming Collision of the World's Superpowers","description":"By Simon Winchester","image":"https://learn-awesome.github.io/assets/book_covers/25817640.jpg","links":"book|https://www.goodreads.com/book/show/25817640-pacific","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce7e2625-e42b-4a56-b443-3d855a9ce698","name":"Seven Pillars of Wisdom: A Triumph: The Complete 1922 Text","description":"By T.E. Lawrence","image":"https://learn-awesome.github.io/assets/book_covers/10400410.jpg","links":"book|https://www.goodreads.com/book/show/10400410-seven-pillars-of-wisdom","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19e9fa6c-e4b6-41f4-9518-958a10702f44","name":"Slack: Getting Past Burnout, Busywork, and the Myth of Total Efficiency","description":"By Tom DeMarco","image":"https://learn-awesome.github.io/assets/book_covers/123715.jpg","links":"book|https://www.goodreads.com/book/show/123715.Slack","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df9c0a62-aef6-482e-b57a-1e9141eadddc","name":"The Alexiad","description":"By Anna Comnena","image":"https://learn-awesome.github.io/assets/book_covers/485025.jpg","links":"book|https://www.goodreads.com/book/show/485025.The_Alexiad","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6f31b43-5684-4bb3-8d66-f69ac76b60a8","name":"Hamlet","description":"By William Shakespeare","image":"https://learn-awesome.github.io/assets/book_covers/1420.jpg","links":"book|https://www.goodreads.com/book/show/1420.Hamlet","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dca711af-d71b-4c5d-8c0d-d23a4b122d97","name":"The Dynamics of Creation","description":"By Anthony Storr","image":"https://learn-awesome.github.io/assets/book_covers/3226845.jpg","links":"book|https://www.goodreads.com/book/show/3226845-the-dynamics-of-creation","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c09b3fd-b690-41c4-9fbf-69a26e8c7462","name":"Creative Capital: Georges Doriot and the Birth of Venture Capital","description":"By Spencer E. Ante","image":"https://learn-awesome.github.io/assets/book_covers/3176553.jpg","links":"book|https://www.goodreads.com/book/show/3176553-creative-capital","topics":"venture-capital","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"143985a0-7554-4a86-808d-db419b144c4f","name":"Upstart: Friends, Foes & Founding a University","description":"By Ed Walsh","image":"https://learn-awesome.github.io/assets/book_covers/12877586.jpg","links":"book|https://www.goodreads.com/book/show/12877586-upstart","topics":"education;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82b5d2be-a9ff-463b-a198-72b59461942c","name":"Lapham's Quarterly: Crimes & Punishments (4 Volumes)","description":"By Lewis H. Lapham","image":"https://learn-awesome.github.io/assets/book_covers/6374526.jpg","links":"book|https://www.goodreads.com/book/show/6374526-lapham-s-quarterly","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6834229c-6f9c-4be8-af1a-3fc8ecafb6a1","name":"Theoretical Aerodynamics","description":"By L.M. Milne-Thomson","image":"https://learn-awesome.github.io/assets/book_covers/646220.jpg","links":"book|https://www.goodreads.com/book/show/646220.Theoretical_Aerodynamics","topics":"default","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d343d591-12ab-4c66-9ecf-1c38a88df046","name":"Designing Walkable Urban Thoroughfares A Context Sensitive Approach","description":"By Institute of Transportation Engineers","image":null,"links":"book|https://www.goodreads.com/book/show/12622262-designing-walkable-urban-thoroughfares","topics":"to-get","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"755e67f9-5029-4e96-b674-63a61828e223","name":"The A. B. C. Murders","description":"By Agatha Christie","image":"https://learn-awesome.github.io/assets/book_covers/16322.jpg","links":"book|https://www.goodreads.com/book/show/16322.The_A_B_C_Murders","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8d2d522-83bc-412c-ada3-efdf9490ba8a","name":"East African: An Airline Story","description":"By Peter J. Davis","image":null,"links":"book|https://www.goodreads.com/book/show/1492612.East_African","topics":"historie","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c41a7b5-7b41-4d70-90b4-e04884b304be","name":"Small Wars, Faraway Places: Global Insurrection and the Making of the Modern World, 1945-1965","description":"By Michael Burleigh","image":"https://learn-awesome.github.io/assets/book_covers/17674967.jpg","links":"book|https://www.goodreads.com/book/show/17674967-small-wars-faraway-places","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45e8d9de-9c66-41e4-a524-007ec326fc09","name":"A course in mathematical analysis","description":"By David Alexander Brannan","image":"https://learn-awesome.github.io/assets/book_covers/3794577.jpg","links":"book|https://www.goodreads.com/book/show/3794577-a-first-course-in-mathematical-analysis","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"244c2c4a-ee9a-46d8-8338-b65d6f7b9739","name":"Crystal Fire: The Birth of the Information Age","description":"By Michael Riordan","image":"https://learn-awesome.github.io/assets/book_covers/39397465.jpg","links":"book|https://www.goodreads.com/book/show/39397465-crystal-fire","topics":"innovation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa14e02d-64ce-4fa6-9d71-d387f0a417a9","name":"Max Trescott's G1000 Glass Cockpit Handbook with WAAS 4th Edition","description":"By Unknown","image":"https://learn-awesome.github.io/assets/book_covers/29969008.jpg","links":"book|https://www.goodreads.com/book/show/29969008-max-trescott-s-g1000-glass-cockpit-handbook-with-waas-4th-edition","topics":"aircrafts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c52761d2-55da-4844-a255-cb81691d0aae","name":"Make Better Landings","description":"By Alan Bramson","image":null,"links":"book|https://www.goodreads.com/book/show/15185455-make-better-landings","topics":"flying","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec6a9fbd-f75e-4128-b988-cb177f681f2b","name":"The Ohlone Way: Indian Life in the San Francisco-Monterey Bay Area","description":"By Malcolm Margolin","image":"https://learn-awesome.github.io/assets/book_covers/45309538.jpg","links":"book|https://www.goodreads.com/book/show/45309538-the-ohlone-way","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32a09d22-5c0f-46c1-a52c-63d2a8e1f512","name":"Instrument Flying","description":"By Federal Aviation Administration","image":"https://learn-awesome.github.io/assets/book_covers/301249.jpg","links":"book|https://www.goodreads.com/book/show/301249.Instrument_Flying_Handbook","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d429706-8b0d-494b-8fa9-d32e2bfb3daa","name":"Hard Times","description":"By Charles Dickens","image":"https://learn-awesome.github.io/assets/book_covers/5344.jpg","links":"book|https://www.goodreads.com/book/show/5344.Hard_Times","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33845ac1-6bfd-4632-87b7-d5ba4ecc07b2","name":"The Party by Richard McGregor ","description":"By Richard McGregor","image":"https://learn-awesome.github.io/assets/book_covers/7822182.jpg","links":"book|https://www.goodreads.com/book/show/7822182-the-party","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"982a9a9d-0ab9-4412-b09b-a72c853047f6","name":"The Biology of Cancer, 2nd Edition","description":"By Claudia Tanja Mierke","image":"https://learn-awesome.github.io/assets/book_covers/40141592.jpg","links":"book|https://www.goodreads.com/book/show/40141592-physics-of-cancer-2nd-edition-volume-1","topics":"science-tech","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"868f39a0-19a0-4e2c-8926-d6b5e906c200","name":"The Internet of Elsewhere: The Emergent Effects of a Wired World","description":"By Cyrus Farivar","image":"https://learn-awesome.github.io/assets/book_covers/9904619.jpg","links":"book|https://www.goodreads.com/book/show/9904619-the-internet-of-elsewhere","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cba0537a-6959-4b40-acd8-0653192a63e2","name":"Pioneer Aviators of the World: A Biographical Dictionary of the First Pilots of 100 Countries","description":"By Hart Matthews","image":"https://learn-awesome.github.io/assets/book_covers/1489298.jpg","links":"book|https://www.goodreads.com/book/show/1489298.Pioneer_Aviators_of_the_World","topics":"biographies;aircrafts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"caf65374-c54f-4394-8ff6-e8150301ff3c","name":"Computers and the World of the Future","description":"By Martin Greenberger","image":null,"links":"book|https://www.goodreads.com/book/show/7554086-computers-and-the-world-of-the-future","topics":"software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45cb5c11-9157-4953-b65d-0c7ef759c7c0","name":"China Takes Off: Technology Transfer and Modernization","description":"By Eugene E. Bauer","image":null,"links":"book|https://www.goodreads.com/book/show/2829240-china-takes-off","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91bae352-8982-4faa-9fe8-b819f996d552","name":"Chinese Lessons: Five Classmates and the Story of the New China","description":"By John Pomfret","image":"https://learn-awesome.github.io/assets/book_covers/324011.jpg","links":"book|https://www.goodreads.com/book/show/324011.Chinese_Lessons","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aba7f80f-b7a8-4328-bad3-8e8252317d05","name":"Bicycling Science","description":"By David Gordon Wilson","image":"https://learn-awesome.github.io/assets/book_covers/432870.jpg","links":"book|https://www.goodreads.com/book/show/432870.Bicycling_Science","topics":"cycling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83418238-bc82-4449-96b9-ed3e90d68bce","name":"Mathematics and Plausible Reasoning","description":"By George Pólya","image":"https://learn-awesome.github.io/assets/book_covers/22707827.jpg","links":"book|https://www.goodreads.com/book/show/22707827-mathematics-and-plausible-reasoning","topics":"math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc8858ff-b128-4738-825c-c76380ada19f","name":"Computers and Society","description":"By Richard Hamming","image":"https://learn-awesome.github.io/assets/book_covers/16109413.jpg","links":"book|https://www.goodreads.com/book/show/16109413-computers-and-society","topics":"to-get","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a18e7885-2ed5-4352-bc15-7dc755dbe0d0","name":"Whisky Classified: Choosing Single Malts by Flavour","description":"By David Wishart","image":"https://learn-awesome.github.io/assets/book_covers/39305619.jpg","links":"book|https://www.goodreads.com/book/show/39305619-whisky-classified","topics":"alcohol","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f52be616-9a6a-4fbb-a561-e4794079205d","name":"The New Rules of Lifting: Six Basic Moves for Maximum Muscle","description":"By Lou Schuler","image":"https://learn-awesome.github.io/assets/book_covers/48730.jpg","links":"book|https://www.goodreads.com/book/show/48730.The_New_Rules_of_Lifting","topics":"fitness","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"286ea9c1-7a6f-4179-b613-dd6fad02cb89","name":"Possiplex","description":"By Ted Nelson","image":"https://learn-awesome.github.io/assets/book_covers/10673124.jpg","links":"book|https://www.goodreads.com/book/show/10673124-possiplex","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"959fae3f-ffc8-4748-a233-f36611ca7193","name":"The Human Use Of Human Beings: Cybernetics And Society (The Da Capo series in science)","description":"By Norbert Wiener","image":"https://learn-awesome.github.io/assets/book_covers/19932895.jpg","links":"book|https://www.goodreads.com/book/show/19932895-the-human-use-of-human-beings","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de2b497e-061b-4904-886c-f27e4209f90e","name":"Jony Ive: The Genius Behind Apple's Greatest Products","description":"By Leander Kahney","image":"https://learn-awesome.github.io/assets/book_covers/17707768.jpg","links":"book|https://www.goodreads.com/book/show/17707768-jony-ive","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4df26f6-8ad5-4263-bb06-a8d71533fe72","name":"Moral Mazes: The World of Corporate Managers","description":"By Robert Jackall","image":"https://learn-awesome.github.io/assets/book_covers/279812.jpg","links":"book|https://www.goodreads.com/book/show/279812.Moral_Mazes","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd725c06-aba0-4927-9b10-2306eea2076a","name":"Dracula","description":"By Bram Stoker","image":"https://learn-awesome.github.io/assets/book_covers/17245.jpg","links":"book|https://www.goodreads.com/book/show/17245.Dracula","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0285b69a-0a21-4458-b6e3-6ed057421e5c","name":"The Trouble With Physics: The Rise of String Theory, The Fall of a Science, and What Comes Next","description":"By Lee Smolin","image":"https://learn-awesome.github.io/assets/book_covers/108939.jpg","links":"book|https://www.goodreads.com/book/show/108939.The_Trouble_with_Physics","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a58c2a89-563a-4a69-a6c6-306bbaf10676","name":"A Devil's Chaplain: Reflections on Hope, Lies, Science, and Love","description":"By Richard Dawkins","image":"https://learn-awesome.github.io/assets/book_covers/61536.jpg","links":"book|https://www.goodreads.com/book/show/61536.A_Devil_s_Chaplain","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82533259-5860-4afc-9f12-8a211bff97bf","name":"Manhattan Project: The Untold Story of the Making of the Atomic Bomb","description":"By Stephane Groueff","image":"https://learn-awesome.github.io/assets/book_covers/109161.jpg","links":"book|https://www.goodreads.com/book/show/109161.Manhattan_Project","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b4ca679-8539-40ba-8fad-cec4f6ee7f02","name":"The Information: A History, a Theory, a Flood","description":"By James Gleick","image":"https://learn-awesome.github.io/assets/book_covers/8701960.jpg","links":"book|https://www.goodreads.com/book/show/8701960-the-information","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5609575-d39d-482c-a2ec-3f6edf3ee3d2","name":"Extremely Loud and Incredibly Close","description":"By Jonathan Safran Foer","image":"https://learn-awesome.github.io/assets/book_covers/4588.jpg","links":"book|https://www.goodreads.com/book/show/4588.Extremely_Loud_and_Incredibly_Close","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b53d9218-7821-454c-84f0-f16dec60fbb0","name":"A Philosophical Essay on Probabilities","description":"By Pierre-Simon Laplace","image":"https://learn-awesome.github.io/assets/book_covers/3438171.jpg","links":"book|https://www.goodreads.com/book/show/3438171-a-philosophical-essay-on-probabilities","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"603a2830-f988-4e4a-b97a-dd5613cef53b","name":"Libraries of the Future","description":"By Aldous Huxley","image":"https://learn-awesome.github.io/assets/book_covers/43128523.jpg","links":"book|https://www.goodreads.com/book/show/43128523-brave-new-world-with-the-english-version-as-present","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f85b606-f10f-43ae-8ce2-80d1c4a6919d","name":"Global Catastrophic Risks","description":"By Nick Bostrom","image":"https://learn-awesome.github.io/assets/book_covers/2659696.jpg","links":"book|https://www.goodreads.com/book/show/2659696-global-catastrophic-risks","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca72e74d-72ba-4022-9a68-92e77c974f4e","name":"The Lunar Men: Five Friends Whose Curiosity Changed the World","description":"By Jenny Uglow","image":"https://learn-awesome.github.io/assets/book_covers/451211.jpg","links":"book|https://www.goodreads.com/book/show/451211.The_Lunar_Men","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"388e3e3e-b6c0-4270-879d-0dd99fa98d3c","name":"Citizen Sim: Cradle of the Stars","description":"By Michael Solana","image":"https://learn-awesome.github.io/assets/book_covers/23282331.jpg","links":"book|https://www.goodreads.com/book/show/23282331-citizen-sim","topics":"netgalley","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1056cf1e-ae94-4e04-967c-3412b7f40751","name":"Reinventing the Automobile: Personal Urban Mobility for the 21st Century","description":"By William J. Mitchell","image":"https://learn-awesome.github.io/assets/book_covers/7201062.jpg","links":"book|https://www.goodreads.com/book/show/7201062-reinventing-the-automobile","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f7a0bca-52c1-4933-95e6-a4a8c9dbd01d","name":"Cicero: The Life and Times of Rome's Greatest Politician","description":"By Anthony Everitt","image":"https://learn-awesome.github.io/assets/book_covers/84593.jpg","links":"book|https://www.goodreads.com/book/show/84593.Cicero","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dceb9ba7-720f-4e72-81d9-488bf3d47122","name":"Historic San Francisco: A Concise History and Guide","description":"By Rand Richards","image":"https://learn-awesome.github.io/assets/book_covers/654749.jpg","links":"book|https://www.goodreads.com/book/show/654749.Historic_San_Francisco","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c903be4f-78d0-418f-ae81-c69b2043ff4f","name":"A Window on Eternity: A Biologist's Walk Through Gorongosa National Park","description":"By Edward O. Wilson","image":"https://learn-awesome.github.io/assets/book_covers/18143972.jpg","links":"book|https://www.goodreads.com/book/show/18143972-a-window-on-eternity","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b69f98e1-4eb8-4fe8-b07f-9424b3187dda","name":"Hire With Your Head: Using Performance-Based Hiring to Build Great Team","description":"By Lou Adler","image":"https://learn-awesome.github.io/assets/book_covers/915183.jpg","links":"book|https://www.goodreads.com/book/show/915183.Hire_with_Your_Head","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6058e5b-fd82-47bf-872b-ac3b23e50ba7","name":"Book from the Ground: from point to point","description":"By Xu Bing","image":"https://learn-awesome.github.io/assets/book_covers/18699225.jpg","links":"book|https://www.goodreads.com/book/show/18699225-book-from-the-ground","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1161c757-14a1-483a-8b49-873b106f1754","name":"In the Footsteps of Mr. Kurtz: Living on the Brink of Disaster in Mobutu's Congo","description":"By Michela Wrong","image":"https://learn-awesome.github.io/assets/book_covers/27586.jpg","links":"book|https://www.goodreads.com/book/show/27586.In_the_Footsteps_of_Mr_Kurtz","topics":"africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65b35576-f4a3-4ded-b82a-57a835ba4c93","name":"The Power of Productivity: Wealth, Poverty, and the Threat to Global Stability","description":"By William W. Lewis","image":"https://learn-awesome.github.io/assets/book_covers/381339.jpg","links":"book|https://www.goodreads.com/book/show/381339.The_Power_of_Productivity","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23c30acd-4a51-4e0a-bffe-0d86e06936a7","name":"Artful Sentences: Syntax as Style","description":"By Virginia Tufte","image":"https://learn-awesome.github.io/assets/book_covers/60029.jpg","links":"book|https://www.goodreads.com/book/show/60029.Artful_Sentences","topics":"writing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed7143ee-0df4-46fa-adb9-32360f7465ae","name":"Tenth of December: Stories","description":"By George Saunders","image":"https://learn-awesome.github.io/assets/book_covers/13641208.jpg","links":"book|https://www.goodreads.com/book/show/13641208-tenth-of-december","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fde5d74-5100-4745-9843-d495bd06e97b","name":"Programming Interviews Exposed: Secrets to Landing Your Next Job, 2nd Edition","description":"By John Mongan","image":"https://learn-awesome.github.io/assets/book_covers/154154.jpg","links":"book|https://www.goodreads.com/book/show/154154.Programming_Interviews_Exposed","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"efca0046-b0bf-40f7-814b-fadf79b9f348","name":"The Disappearance of Childhood","description":"By Neil Postman","image":"https://learn-awesome.github.io/assets/book_covers/79679.jpg","links":"book|https://www.goodreads.com/book/show/79679.The_Disappearance_of_Childhood","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a47ecac-2b86-4faa-8274-7273f52139bd","name":"Anthropic Bias: Observation Selection Effects in Science and Philosophy","description":"By Nick Bostrom","image":null,"links":"book|https://www.goodreads.com/book/show/2002987.Anthropic_Bias","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9c275a84-3efb-4798-943f-e9c7c5451511","name":"K2: Life and Death on the World's Most Dangerous Mountain","description":"By Ed Viesturs","image":"https://learn-awesome.github.io/assets/book_covers/6309380.jpg","links":"book|https://www.goodreads.com/book/show/6309380-k2","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38710fe0-8d5f-4b14-94d7-1d65d68c9314","name":"Ragtime","description":"By E.L. Doctorow","image":"https://learn-awesome.github.io/assets/book_covers/175675.jpg","links":"book|https://www.goodreads.com/book/show/175675.Ragtime","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b64179e-aaef-49dd-9f65-6505e575db31","name":"Fluid Concepts And Creative Analogies: Computer Models Of The Fundamental Mechanisms Of Thought","description":"By Douglas R. Hofstadter","image":"https://learn-awesome.github.io/assets/book_covers/1417656.jpg","links":"book|https://www.goodreads.com/book/show/1417656.Fluid_Concepts_and_Creative_Analogies","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cade8f14-f9a0-4dbd-80c7-673e8c9b4093","name":"The German Generals Talk","description":"By B.H. Liddell Hart","image":"https://learn-awesome.github.io/assets/book_covers/865767.jpg","links":"book|https://www.goodreads.com/book/show/865767.The_German_Generals_Talk","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acc1a5ea-d42a-4552-9315-ab51a911cf5b","name":"Enemies: A Love Story","description":"By Isaac Bashevis Singer","image":"https://learn-awesome.github.io/assets/book_covers/25739.jpg","links":"book|https://www.goodreads.com/book/show/25739.Enemies","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"817d96b1-594f-444f-bddd-d29b24df6b47","name":"Incompleteness: The Proof and Paradox of Kurt Godel","description":"By Rebecca Goldstein","image":"https://learn-awesome.github.io/assets/book_covers/51287.jpg","links":"book|https://www.goodreads.com/book/show/51287.Incompleteness","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e94d4b21-f223-412b-b2ef-f4279ee7715e","name":"Network Security Hacks","description":"By Andrew Lockhart","image":"https://learn-awesome.github.io/assets/book_covers/569675.jpg","links":"book|https://www.goodreads.com/book/show/569675.Network_Security_Hacks","topics":"security","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e416989-f1bd-46a1-80a0-72de7a697152","name":"Longitude: The True Story of a Lone Genius Who Solved the Greatest Scientific Problem of His Time","description":"By Dava Sobel","image":"https://learn-awesome.github.io/assets/book_covers/4806.jpg","links":"book|https://www.goodreads.com/book/show/4806.Longitude","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ecbd4e7-2a71-4869-ac31-c09bb7e67c50","name":"The Winged Gospel: America's Romance with Aviation, 1900-1950","description":"By Joseph J. Corn","image":null,"links":"book|https://www.goodreads.com/book/show/2513696.The_Winged_Gospel","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c45a561-ca2e-494f-bcb9-5fe0da30bb71","name":"A Great Leap Forward: 1930s Depression and U.S. Economic Growth (Yale Series in Economic and Financial History)","description":"By Alexander J. Field","image":"https://learn-awesome.github.io/assets/book_covers/19955202.jpg","links":"book|https://www.goodreads.com/book/show/19955202-a-great-leap-forward","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61b8be1c-cfe3-4be1-9dca-253198e6898b","name":"From Counterculture to Cyberculture: Stewart Brand, the Whole Earth Network, and the Rise of Digital Utopianism","description":"By Fred Turner","image":"https://learn-awesome.github.io/assets/book_covers/5592.jpg","links":"book|https://www.goodreads.com/book/show/5592.From_Counterculture_to_Cyberculture","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a85749c-e5fb-43d1-beef-81377f026e78","name":"The Bounty: The True Story of the Mutiny on the Bounty","description":"By Caroline Alexander","image":"https://learn-awesome.github.io/assets/book_covers/335795.jpg","links":"book|https://www.goodreads.com/book/show/335795.The_Bounty","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5796be57-c6f9-417a-ac4a-8ceec032a64f","name":"The Road","description":"By Cormac McCarthy","image":"https://learn-awesome.github.io/assets/book_covers/6288.jpg","links":"book|https://www.goodreads.com/book/show/6288.The_Road","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db7b720b-df21-4dad-b7c0-52f78f70c035","name":"Swimming Across: A Memoir ","description":"By Andrew S. Grove","image":"https://learn-awesome.github.io/assets/book_covers/284083.jpg","links":"book|https://www.goodreads.com/book/show/284083.Swimming_Across","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abcb1562-12cf-4b4d-9e5e-0dbeb8793c01","name":"The Wealth of Networks: How Social Production Transforms Markets and Freedom","description":"By Yochai Benkler","image":"https://learn-awesome.github.io/assets/book_covers/14721.jpg","links":"book|https://www.goodreads.com/book/show/14721.The_Wealth_of_Networks","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cdac3313-a5e9-49c1-afeb-f5c6412e8738","name":"Amazing Airplanes (Amazing Machines)","description":"By Tony Mitton","image":"https://learn-awesome.github.io/assets/book_covers/1675207.jpg","links":"book|https://www.goodreads.com/book/show/1675207.Amazing_Airplanes","topics":"picture-books","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9162d4c4-9335-4eb2-a945-cee8b52fb17f","name":"Tap Dancing to Work: Warren Buffett on Practically Everything, 1966-2012: A Fortune Magazine Book","description":"By Carol J. Loomis","image":"https://learn-awesome.github.io/assets/book_covers/14461754.jpg","links":"book|https://www.goodreads.com/book/show/14461754-tap-dancing-to-work","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d9df21b-8f2f-45e6-929b-66eab73015e1","name":"No Future for You: Salvos from The Baffler","description":"By John Summers","image":"https://learn-awesome.github.io/assets/book_covers/22104612.jpg","links":"book|https://www.goodreads.com/book/show/22104612-no-future-for-you","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a05fddb7-2583-4d59-aa40-88284bb8e433","name":"Regional Advantage: Culture and Competition in Silicon Valley and Route 128","description":"By AnnaLee Saxenian","image":"https://learn-awesome.github.io/assets/book_covers/69564.jpg","links":"book|https://www.goodreads.com/book/show/69564.Regional_Advantage","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2e909bb-70f5-4e1c-89f8-bc338b8aeade","name":"Introduction to Algorithms, Second Edition","description":"By Anany V. Levitin","image":"https://learn-awesome.github.io/assets/book_covers/145056.jpg","links":"book|https://www.goodreads.com/book/show/145056.Introduction_to_the_Design_and_Analysis_of_Algorithms","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d232875d-5a00-4aa4-a643-94b6eb8accdc","name":"Our Knowledge of the External World (Routledge Classics)","description":"By Bertrand Russell","image":"https://learn-awesome.github.io/assets/book_covers/67337.jpg","links":"book|https://www.goodreads.com/book/show/67337.Our_Knowledge_of_the_External_World","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"afda795d-14af-42b3-8fdc-d9292467904f","name":"Advanced Topics in Types and Programming Languages","description":"By Benjamin C. Pierce","image":"https://learn-awesome.github.io/assets/book_covers/788751.jpg","links":"book|https://www.goodreads.com/book/show/788751.Advanced_Topics_in_Types_and_Programming_Languages","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"664cdc3c-6b32-480b-a3e3-7fe7561ad803","name":"Alibaba: The House That Jack Ma Built","description":"By Duncan Clark","image":"https://learn-awesome.github.io/assets/book_covers/25817524.jpg","links":"book|https://www.goodreads.com/book/show/25817524-alibaba","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"427690ab-b60b-4b91-8821-7aa0d5f012b0","name":"Fly and the Fly-Bottle: Encounters with British Intellectuals","description":"By Ved Mehta","image":"https://learn-awesome.github.io/assets/book_covers/2662183.jpg","links":"book|https://www.goodreads.com/book/show/2662183-fly-and-the-fly-bottle","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fcec602-b422-4460-b9d0-9a936cd8fab6","name":"Wings: A History of Aviation from Kites to the space age","description":"By Tom D. Crouch","image":"https://learn-awesome.github.io/assets/book_covers/1649467.jpg","links":"book|https://www.goodreads.com/book/show/1649467.Wings","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbbf873d-e310-495e-93e2-a04685de435a","name":"The Infinite Resource: The Power of Ideas on a Finite Planet","description":"By Ramez Naam","image":"https://learn-awesome.github.io/assets/book_covers/16291969.jpg","links":"book|https://www.goodreads.com/book/show/16291969-the-infinite-resource","topics":"first-reads","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3082b02f-81f4-4713-8c83-70af7305ed1b","name":"The Myth of the Rational Voter: Why Democracies Choose Bad Policies","description":"By Bryan Caplan","image":"https://learn-awesome.github.io/assets/book_covers/698866.jpg","links":"book|https://www.goodreads.com/book/show/698866.The_Myth_of_the_Rational_Voter","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84546c10-6038-4d15-90cc-a8c97961311f","name":"Return to the Little Kingdom: How Apple and Steve Jobs Changed the World","description":"By Michael Moritz","image":"https://learn-awesome.github.io/assets/book_covers/6937258.jpg","links":"book|https://www.goodreads.com/book/show/6937258-return-to-the-little-kingdom","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8cefc2e-41c9-4a4e-beb7-d917e0ef4f86","name":"A Country of Cities: A Manifesto for an Urban America","description":"By Vishaan Chakrabarti","image":"https://learn-awesome.github.io/assets/book_covers/17194938.jpg","links":"book|https://www.goodreads.com/book/show/17194938-a-country-of-cities","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55270b71-63a3-4d23-9a4c-41cc48f74442","name":"Human Society in Ethics and Politics","description":"By Bertrand Russell","image":"https://learn-awesome.github.io/assets/book_covers/1101283.jpg","links":"book|https://www.goodreads.com/book/show/1101283.Human_Society_in_Ethics_and_Politics","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c9d5214b-7878-41ff-83fc-be31df1dce59","name":"Just Six Numbers: The Deep Forces That Shape the Universe by Rees, Martin J. ( Author ) ON Oct-05-2000, Paperback","description":"By Martin J. Rees","image":"https://learn-awesome.github.io/assets/book_covers/81884.jpg","links":"book|https://www.goodreads.com/book/show/81884.Just_Six_Numbers","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6ad6209-3e01-4fa6-b129-965f17385457","name":"The Early Asimov: Book Two","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/414834.jpg","links":"book|https://www.goodreads.com/book/show/414834.The_Early_Asimov","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aabf9f57-a06a-4eb0-bfcc-aba216359701","name":"Underworld","description":"By Don DeLillo","image":"https://learn-awesome.github.io/assets/book_covers/11761.jpg","links":"book|https://www.goodreads.com/book/show/11761.Underworld","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36975084-6f00-4c7c-b973-3e6a7068df77","name":"A Mathematician's Apology","description":"By G.H. Hardy","image":"https://learn-awesome.github.io/assets/book_covers/154060.jpg","links":"book|https://www.goodreads.com/book/show/154060.A_Mathematician_s_Apology","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cef6e2f1-de8f-4664-8b8f-68e7a0a2340e","name":"Pyongyang: A Journey in North Korea","description":"By Guy Delisle","image":"https://learn-awesome.github.io/assets/book_covers/80834.jpg","links":"book|https://www.goodreads.com/book/show/80834.Pyongyang","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5558c1c2-b596-4e2e-8d29-bf7e0ee88b78","name":"My Years with General Motors","description":"By Alfred P. Sloan Jr.","image":"https://learn-awesome.github.io/assets/book_covers/275912.jpg","links":"book|https://www.goodreads.com/book/show/275912.My_Years_with_General_Motors","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c4634b0-4c1b-449d-a2b3-532606222ff1","name":"Marshall McLuhan: You Know Nothing of My Work!","description":"By Douglas Coupland","image":"https://learn-awesome.github.io/assets/book_covers/9520859.jpg","links":"book|https://www.goodreads.com/book/show/9520859-marshall-mcluhan","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d7796d1-1f8b-44ec-b530-c0b2f943b15c","name":"Real Analysis","description":"By H.L. Royden","image":"https://learn-awesome.github.io/assets/book_covers/218522.jpg","links":"book|https://www.goodreads.com/book/show/218522.Real_Analysis","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eac69a6c-0b08-4aaa-9fa1-2a3b03bc61f7","name":"Programs and Manifestoes on 20th-Century Architecture","description":"By Ulrich Conrads","image":"https://learn-awesome.github.io/assets/book_covers/66966.jpg","links":"book|https://www.goodreads.com/book/show/66966.Programs_and_Manifestoes_on_20th_Century_Architecture","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2491d0a-8887-4eee-b491-6a0e5a3c7d7f","name":"The Great Gatsby","description":"By F. Scott Fitzgerald","image":"https://learn-awesome.github.io/assets/book_covers/4671.jpg","links":"book|https://www.goodreads.com/book/show/4671.The_Great_Gatsby","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"837a4bb1-fc6f-4e7d-846d-e69a4924b2cc","name":"An Enquiry concerning Human Understanding","description":"By David Hume","image":"https://learn-awesome.github.io/assets/book_covers/130119.jpg","links":"book|https://www.goodreads.com/book/show/130119.An_Enquiry_Concerning_Human_Understanding","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57ac7ca8-9313-4840-8fde-e1a78c899646","name":"Andy Grove: The Life and Times of an American ","description":"By Richard S. Tedlow","image":"https://learn-awesome.github.io/assets/book_covers/242433.jpg","links":"book|https://www.goodreads.com/book/show/242433.Andy_Grove","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f87e60e5-605c-4db6-8e7d-5752e65b53fb","name":"The Social Conquest of Earth","description":"By Edward O. Wilson","image":"https://learn-awesome.github.io/assets/book_covers/12918295.jpg","links":"book|https://www.goodreads.com/book/show/12918295-the-social-conquest-of-earth","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af998a1f-4801-4601-8c93-294024ee866b","name":"e: The Story of a Number","description":"By Eli Maor","image":"https://learn-awesome.github.io/assets/book_covers/271361.jpg","links":"book|https://www.goodreads.com/book/show/271361.e","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65f2f25b-058c-46a2-b98b-55ed0a55b6f5","name":"Mr. Penumbra's 24-Hour Bookstore: A Novel","description":"By Trivion Books","image":"https://learn-awesome.github.io/assets/book_covers/28432720.jpg","links":"book|https://www.goodreads.com/book/show/28432720-mr-penumbra-s-24-hour-bookstore","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2191e571-5a45-4e1e-b5c6-b32f14295913","name":"New hopes for a changing world","description":"By Bertrand Russell","image":"https://learn-awesome.github.io/assets/book_covers/1417671.jpg","links":"book|https://www.goodreads.com/book/show/1417671.New_Hopes_for_a_Changing_World","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"738a3ada-6d84-484b-bbd8-2f13894e0ebd","name":"First, Break All the Rules: What the World's Greatest Managers Do Differently","description":"By Marcus Buckingham","image":"https://learn-awesome.github.io/assets/book_covers/50937.jpg","links":"book|https://www.goodreads.com/book/show/50937.First_Break_All_the_Rules","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6484421e-9f44-4a46-86c2-3339b8e234ea","name":"Justice as Fairness","description":"By John Rawls","image":"https://learn-awesome.github.io/assets/book_covers/129240.jpg","links":"book|https://www.goodreads.com/book/show/129240.Justice_as_Fairness","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"277ce6c9-f953-4365-ad11-cd486c8d50f4","name":"Two Lucky People: Memoirs","description":"By Milton Friedman","image":"https://learn-awesome.github.io/assets/book_covers/103382.jpg","links":"book|https://www.goodreads.com/book/show/103382.Two_Lucky_People","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e83a6eb-e122-44f4-88cf-37d0e8f18bef","name":"America Between the Wars: From 11/9 to 9/11; The Misunderstood Years Between the Fall of the Berlin Wall and the Start of the War on Terror","description":"By Derek Chollet","image":"https://learn-awesome.github.io/assets/book_covers/2576704.jpg","links":"book|https://www.goodreads.com/book/show/2576704-america-between-the-wars","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5477f83d-945f-465b-a343-1a45853edc86","name":"Warped Passages: Unraveling the Mysteries of the Universe's Hidden Dimensions","description":"By Lisa Randall","image":"https://learn-awesome.github.io/assets/book_covers/68013.jpg","links":"book|https://www.goodreads.com/book/show/68013.Warped_Passages","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1e98027-ece6-414f-a999-94ad66e57252","name":"Plagues and Peoples","description":"By William H. McNeill","image":"https://learn-awesome.github.io/assets/book_covers/46725.jpg","links":"book|https://www.goodreads.com/book/show/46725.Plagues_and_Peoples","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8768b194-646c-4bd5-a87f-1bcc7ef961e4","name":"Nations and Nationalism since 1780: Programme, Myth, Reality (Canto)","description":"By Eric Hobsbawm","image":"https://learn-awesome.github.io/assets/book_covers/43084.jpg","links":"book|https://www.goodreads.com/book/show/43084.Nations_and_Nationalism_since_1780","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65a52eaa-8b20-4275-be16-e9449b39df1d","name":"A Confederacy of Dunces","description":"By John Kennedy Toole","image":"https://learn-awesome.github.io/assets/book_covers/310612.jpg","links":"book|https://www.goodreads.com/book/show/310612.A_Confederacy_of_Dunces","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d83e8e47-b27e-4c08-8c31-73b4033eff45","name":"The Great A&P and the Struggle for Small Business in America","description":"By Marc Levinson","image":"https://learn-awesome.github.io/assets/book_covers/11872852.jpg","links":"book|https://www.goodreads.com/book/show/11872852-the-great-a-p-and-the-struggle-for-small-business-in-america","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2ef7927-46f1-4902-8144-875653840dc4","name":"Technological Nature: Adaptation and the Future of Human Life","description":"By Peter H. Kahn Jr.","image":"https://learn-awesome.github.io/assets/book_covers/10431355.jpg","links":"book|https://www.goodreads.com/book/show/10431355-technological-nature","topics":"nature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4867e985-d6aa-4d51-bfdc-9f67a08972ce","name":"Unknown Quantity: A Real and Imaginary History of Algebra","description":"By John Derbyshire","image":"https://learn-awesome.github.io/assets/book_covers/551722.jpg","links":"book|https://www.goodreads.com/book/show/551722.Unknown_Quantity","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e76b2d0f-500e-4d23-a056-732735c455b2","name":"FAR/AIM 2013: Federal Aviation Regulations/Aeronautical Information Manual (FAR/AIM series)","description":"By Federal Aviation Administration","image":"https://learn-awesome.github.io/assets/book_covers/175432.jpg","links":"book|https://www.goodreads.com/book/show/175432.FAR_AIM_2007","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03ca93c3-976c-46d2-af7e-b56edcac8dc2","name":"Reckless Disregard","description":"By Robert Rotstein","image":"https://learn-awesome.github.io/assets/book_covers/18465936.jpg","links":"book|https://www.goodreads.com/book/show/18465936-reckless-disregard","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2784eef6-5c58-42c5-bba5-9b3fcea83607","name":"The Computer and the Brain","description":"By John von Neumann","image":"https://learn-awesome.github.io/assets/book_covers/358880.jpg","links":"book|https://www.goodreads.com/book/show/358880.The_Computer_and_the_Brain","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7dc018f-4d65-43df-9d2b-64ebad69f8a1","name":"Postcards from Tomorrow Square","description":"By James M. Fallows","image":"https://learn-awesome.github.io/assets/book_covers/5085676.jpg","links":"book|https://www.goodreads.com/book/show/5085676-postcards-from-tomorrow-square","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8ab54be-aaea-475d-af66-0eefaadeeb7f","name":"The Accidental Theorist: And Other Dispatches from the Dismal Science","description":"By Paul Krugman","image":"https://learn-awesome.github.io/assets/book_covers/226672.jpg","links":"book|https://www.goodreads.com/book/show/226672.The_Accidental_Theorist_and_Other_Dispatches_from_the_Dismal_Science","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e21d5336-012e-4ebd-9b32-0dcc58598439","name":"Death in Florence: The Medici, Savonarola, and the Battle for the Soul of a Renaissance City","description":"By Paul Strathern","image":"https://learn-awesome.github.io/assets/book_covers/25328957.jpg","links":"book|https://www.goodreads.com/book/show/25328957-death-in-florence","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a8e38b0-1a2a-4aaa-b8a2-7eb77f3ca0ef","name":"Technopoly: The Surrender of Culture to Technology 1st Edition","description":"By Neil Postman","image":"https://learn-awesome.github.io/assets/book_covers/79678.jpg","links":"book|https://www.goodreads.com/book/show/79678.Technopoly","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe0579fa-4436-456a-a810-0dac6e964697","name":"The Scientist as Rebel","description":"By Freeman Dyson","image":"https://learn-awesome.github.io/assets/book_covers/51431.jpg","links":"book|https://www.goodreads.com/book/show/51431.The_Scientist_as_Rebel","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99f0c68c-e91e-4183-b665-f0291b58e51f","name":"Strangers Drowning: Grappling with Impossible Idealism, Drastic Choices, and the Overpowering Urge to Help","description":"By Larissa MacFarquhar","image":"https://learn-awesome.github.io/assets/book_covers/24611937.jpg","links":"book|https://www.goodreads.com/book/show/24611937-strangers-drowning","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"047166e7-e505-4d31-807a-5400cfd73708","name":"The Monk and the Riddle: The Education of a Silicon Valley Entrepreneur","description":"By Randy Komisar","image":"https://learn-awesome.github.io/assets/book_covers/685448.jpg","links":"book|https://www.goodreads.com/book/show/685448.The_Monk_and_the_Riddle","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa856b80-a365-453a-bb6a-439da66f364b","name":"The Transit of Venus","description":"By Shirley Hazzard","image":"https://learn-awesome.github.io/assets/book_covers/12738.jpg","links":"book|https://www.goodreads.com/book/show/12738.The_Transit_of_Venus","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"279a004b-9ac3-4ae0-83e6-5362d5eb3fce","name":"The feminine mystique","description":"By Betty Friedan","image":"https://learn-awesome.github.io/assets/book_covers/17573685.jpg","links":"book|https://www.goodreads.com/book/show/17573685-the-feminine-mystique","topics":"feminism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02d03e6d-e5f8-49c4-b91a-97cee1571061","name":"Racing Weight: How to Get Lean for Peak Performance","description":"By Matt Fitzgerald","image":"https://learn-awesome.github.io/assets/book_covers/7192581.jpg","links":"book|https://www.goodreads.com/book/show/7192581-racing-weight","topics":"running","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32520f5d-20c0-4333-8fb2-113672021c3e","name":"Lincoln: The Biography of a Writer","description":"By Fred Kaplan","image":"https://learn-awesome.github.io/assets/book_covers/4511335.jpg","links":"book|https://www.goodreads.com/book/show/4511335-lincoln","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9257ec49-a5f8-4854-993f-35ea4bfce2ce","name":"The New Turing Omnibus: Sixty-Six Excursions in Computer Science","description":"By A.K. Dewdney","image":"https://learn-awesome.github.io/assets/book_covers/964709.jpg","links":"book|https://www.goodreads.com/book/show/964709.The_New_Turing_Omnibus","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d093355f-6b53-4fa8-8246-1135a65155fc","name":"Men, Machines, and Modern Times","description":"By Elting E. Morison","image":"https://learn-awesome.github.io/assets/book_covers/2120575.jpg","links":"book|https://www.goodreads.com/book/show/2120575.Men_Machines_and_Modern_Times","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"758a2efc-7455-4ea3-bd36-f7255c45a1ad","name":"The Hand: How Its Use Shapes the Brain, Language, and Human Culture","description":"By Frank R. Wilson","image":"https://learn-awesome.github.io/assets/book_covers/20951.jpg","links":"book|https://www.goodreads.com/book/show/20951.The_Hand","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2e077a1e-76ab-4465-995c-25da0d1224aa","name":"The Heavenly City of the Eighteenth-Century Philosophers","description":"By Carl Lotus Becker","image":"https://learn-awesome.github.io/assets/book_covers/1057089.jpg","links":"book|https://www.goodreads.com/book/show/1057089.The_Heavenly_City_of_the_Eighteenth_Century_Philosophers","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40ef043b-c94b-40fe-a596-24c77d2a029e","name":"Three Famous Short Novels: Spotted Horses, Old Man, The Bear (Vintage International)","description":"By William Faulkner","image":"https://learn-awesome.github.io/assets/book_covers/10984.jpg","links":"book|https://www.goodreads.com/book/show/10984.Three_Famous_Short_Novels","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fda4b37-c60a-4899-8d33-629adf3f3fc1","name":"On Ugliness","description":"By Scott Westerfeld","image":"https://learn-awesome.github.io/assets/book_covers/24770.jpg","links":"book|https://www.goodreads.com/book/show/24770.Uglies","topics":"young-adult","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"727e3399-9a19-48ec-ab66-194d785dd909","name":"Taro Kuriyama | Visualization","description":null,"image":null,"links":"code|https://tarokuriyama.com/projects/sudoku.php","topics":"sudoku","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"feb04c5d-05c6-4909-bdc0-9d65f339a645","name":"American Colossus: The Triumph of Capitalism, 1865-1900","description":"By H.W. Brands","image":"https://learn-awesome.github.io/assets/book_covers/8723692.jpg","links":"book|https://www.goodreads.com/book/show/8723692-american-colossus","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3578d6fc-5df9-4c47-bee5-90832ea87a5a","name":"Suck: Worst-Case Scenarios in Media, Culture, Advertising, and the Internet","description":"By Joey Anuff","image":"https://learn-awesome.github.io/assets/book_covers/680338.jpg","links":"book|https://www.goodreads.com/book/show/680338.Suck","topics":"humor","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5f73b9e-3927-42cb-aa93-299b8c18c8b6","name":"The Emperor's New Mind - Concerning Computers, Minds, and the Laws of Physics","description":"By Roger Penrose","image":"https://learn-awesome.github.io/assets/book_covers/179744.jpg","links":"book|https://www.goodreads.com/book/show/179744.The_Emperor_s_New_Mind","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28e08786-c826-4d64-af12-f89c662ed3a1","name":"The New Drawing on the Right Side of the Brain","description":"By Betty Edwards","image":"https://learn-awesome.github.io/assets/book_covers/627206.jpg","links":"book|https://www.goodreads.com/book/show/627206.The_New_Drawing_on_the_Right_Side_of_the_Brain","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b67de82-a18a-440f-8a72-6e4e2623a673","name":"Globalization and Its Discontents","description":"By Joseph E. Stiglitz","image":"https://learn-awesome.github.io/assets/book_covers/87661.jpg","links":"book|https://www.goodreads.com/book/show/87661.Globalization_and_its_Discontents","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67b524a7-ebf8-41a1-b4c0-bb4cc075e983","name":"Existential America","description":"By George Cotkin","image":"https://learn-awesome.github.io/assets/book_covers/467187.jpg","links":"book|https://www.goodreads.com/book/show/467187.Existential_America","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0498cea7-a440-422d-8e32-c8489f104383","name":"A Beautiful Question: Finding Nature's Deep Design","description":"By Frank Wilczek","image":"https://learn-awesome.github.io/assets/book_covers/23453106.jpg","links":"book|https://www.goodreads.com/book/show/23453106-a-beautiful-question","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57f6b411-9ef3-4a3c-a6ff-7ace7604f732","name":"Ghosts by Daylight: Love, War, and Redemption","description":"By Janine Di Giovanni","image":"https://learn-awesome.github.io/assets/book_covers/11518576.jpg","links":"book|https://www.goodreads.com/book/show/11518576-ghosts-by-daylight-love-war-and-redemption","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24f567f5-dda9-4606-a4df-6e79a6c53433","name":"Isn't it Well for Ye?","description":"By Colm O'Regan","image":"https://learn-awesome.github.io/assets/book_covers/16170703.jpg","links":"book|https://www.goodreads.com/book/show/16170703-isn-t-it-well-for-ye-the-book-of-irish-mammies","topics":"irish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"44881d6d-f117-41ef-b519-416cec12d457","name":"The Best Software Writing I: Selected and Introduced by Joel Spolsky 1st ed.","description":"By Joel Spolsky","image":"https://learn-awesome.github.io/assets/book_covers/41787.jpg","links":"book|https://www.goodreads.com/book/show/41787.The_Best_Software_Writing_I","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"959f2a05-2a75-4c27-be57-3b9d90d5d159","name":"Cairo: Memoir of a City Transformed","description":"By Ahdaf Soueif","image":"https://learn-awesome.github.io/assets/book_covers/15798592.jpg","links":"book|https://www.goodreads.com/book/show/15798592-cairo","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46f5063e-9750-44c2-9779-94a006016e12","name":"Blade Runner","description":"By Scott Bukatman","image":"https://learn-awesome.github.io/assets/book_covers/95625.jpg","links":"book|https://www.goodreads.com/book/show/95625.Blade_Runner","topics":"film","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41b37e23-87ac-4d36-a72a-a34f11c44cc9","name":"The Outbreak of the Peloponnesian War","description":"By Donald Kagan","image":"https://learn-awesome.github.io/assets/book_covers/272545.jpg","links":"book|https://www.goodreads.com/book/show/272545.The_Outbreak_of_the_Peloponnesian_War","topics":"rory-gilmore-reading-challenge","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18df14ce-217f-46f4-87e9-04e9e3a4b09a","name":"The Simple Science of Flight: From Insects to Jumbo Jets","description":"By Henk Tennekes","image":"https://learn-awesome.github.io/assets/book_covers/1152301.jpg","links":"book|https://www.goodreads.com/book/show/1152301.The_Simple_Science_of_Flight","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6de4fa0-ea06-427e-9e0b-b6c14208fbc0","name":"The Great Escape: Health, Wealth, and the Origins of Inequality","description":"By Angus Deaton","image":"https://learn-awesome.github.io/assets/book_covers/17942017.jpg","links":"book|https://www.goodreads.com/book/show/17942017-the-great-escape","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35d8af34-6d87-4f14-af03-3db21dc28fd5","name":"Speedboat (NYRB Classics)","description":"By Renata Adler","image":"https://learn-awesome.github.io/assets/book_covers/19183753.jpg","links":"book|https://www.goodreads.com/book/show/19183753-speedboat","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad4510b8-e8ac-4497-bc74-04b117832a16","name":"The Lost Daughter","description":"By Elena Ferrante","image":"https://learn-awesome.github.io/assets/book_covers/1058564.jpg","links":"book|https://www.goodreads.com/book/show/1058564.The_Lost_Daughter","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b33d90a-ea09-4e8a-a467-c643cd24a3c0","name":"On Inequality","description":"By Jean-Jacques Rousseau","image":"https://learn-awesome.github.io/assets/book_covers/22472.jpg","links":"book|https://www.goodreads.com/book/show/22472.Discourse_on_the_Origin_of_Inequality","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2f16178-b95b-4687-b505-ebd608a47804","name":"The Aeneid","description":"By Virgil","image":"https://learn-awesome.github.io/assets/book_covers/12914.jpg","links":"book|https://www.goodreads.com/book/show/12914.The_Aeneid","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2999d6eb-cf3d-497a-a133-6815f52e79eb","name":"The Cowshed: Memories of the Chinese Cultural Revolution","description":"By Ji Xianlin","image":"https://learn-awesome.github.io/assets/book_covers/25387260.jpg","links":"book|https://www.goodreads.com/book/show/25387260-the-cowshed","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3a5c507-8f72-4462-83f4-bb46928be6ea","name":"The Moon: Resources, Future Development and Settlement (Springer Praxis Books)","description":"By David Schrunk","image":"https://learn-awesome.github.io/assets/book_covers/8591358.jpg","links":"book|https://www.goodreads.com/book/show/8591358-the-moon","topics":"space","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ee7b33b-e5ed-4b87-aa5f-b1c09ef45220","name":"The Essays","description":"By Marina Keegan","image":"https://learn-awesome.github.io/assets/book_covers/18143905.jpg","links":"book|https://www.goodreads.com/book/show/18143905-the-opposite-of-loneliness","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ceb63c9-22ff-4014-9ed2-11c8679a7130","name":"The Planet Remade: How Geoengineering Could Change the World","description":"By Oliver Morton","image":"https://learn-awesome.github.io/assets/book_covers/26189312.jpg","links":"book|https://www.goodreads.com/book/show/26189312-the-planet-remade","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6694f216-54a5-433a-9621-c6ed265e1413","name":"How Judges Think","description":"By Richard A. Posner","image":"https://learn-awesome.github.io/assets/book_covers/2836459.jpg","links":"book|https://www.goodreads.com/book/show/2836459-how-judges-think","topics":"law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88f7b3a7-d2f2-4006-9558-f51eb87efa7d","name":"Tender Is the Night","description":"By F. Scott Fitzgerald","image":"https://learn-awesome.github.io/assets/book_covers/46164.jpg","links":"book|https://www.goodreads.com/book/show/46164.Tender_Is_the_Night","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c654a858-acc5-426c-a247-97caf8f31cab","name":"Functional Differential Geometry","description":"By Gerald Jay Sussman","image":"https://learn-awesome.github.io/assets/book_covers/17349914.jpg","links":"book|https://www.goodreads.com/book/show/17349914-functional-differential-geometry","topics":"math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9159718b-0ef2-4595-8b26-ad0d5bafc08e","name":"Science in History: Volume 1 the Emergence of Science; Volume 2 the Scientific and Industrial Revolutions; Volume 3 the Natural Sciences in Our Time; Volume 4 the Social Sciences, Conclusion","description":"By J.D. Bernal","image":null,"links":"book|https://www.goodreads.com/book/show/2780748-science-in-history","topics":"history-of-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a83df75e-9d16-479d-aa5d-bc2fabc331fc","name":"Paradise ","description":"By John Milton","image":"https://learn-awesome.github.io/assets/book_covers/15997._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/15997.Paradise_Lost","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"489d43a9-6cdf-40f8-b26a-54c4b3c1fb68","name":"The Entrepreneur's Manual: Business Start-Ups, Spin-Offs, and Innovative Management","description":"By Richard M. White","image":"https://learn-awesome.github.io/assets/book_covers/1349900.jpg","links":"book|https://www.goodreads.com/book/show/1349900.The_Entrepreneur_s_Manual","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c094945a-2944-489b-9887-9a8a439ddfe7","name":"Photography","description":"By Susan Sontag","image":"https://learn-awesome.github.io/assets/book_covers/52372.jpg","links":"book|https://www.goodreads.com/book/show/52372.On_Photography","topics":"photography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d18633a9-253b-4b5d-ab3e-0b486897d15f","name":"The Pea and the Sun: A Mathematical Paradox","description":"By Leonard M. Wapner","image":"https://learn-awesome.github.io/assets/book_covers/1487938.jpg","links":"book|https://www.goodreads.com/book/show/1487938.The_Pea_and_the_Sun","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0a2bc37-1eed-44ce-88ad-5b5b29d20cdd","name":"Trout Fishing in America","description":"By Richard Brautigan","image":"https://learn-awesome.github.io/assets/book_covers/63913.jpg","links":"book|https://www.goodreads.com/book/show/63913.Trout_Fishing_in_America","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93aa4b9a-1c76-40d3-ad60-725c67f537e6","name":"Ghetto at the Center of the World: Chungking Mansions, Hong Kong","description":"By Gordon Mathews","image":"https://learn-awesome.github.io/assets/book_covers/11878846.jpg","links":"book|https://www.goodreads.com/book/show/11878846-ghetto-at-the-center-of-the-world","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e7f6add-6c8c-4133-a8e3-2a09aaa2aae9","name":"Immigrants: Your Country Needs Them","description":"By Philippe Legrain","image":"https://learn-awesome.github.io/assets/book_covers/838020.jpg","links":"book|https://www.goodreads.com/book/show/838020.Immigrants","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b546b134-9bdb-489f-9e29-abe0d06a6d6f","name":"The Diary of John Evelyn Volumes 1 + 2","description":"By John Evelyn","image":"https://learn-awesome.github.io/assets/book_covers/1724103.jpg","links":"book|https://www.goodreads.com/book/show/1724103.The_Diary_of_John_Evelyn","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d81a35f-8a65-4d52-bdf5-a47a250cd4cf","name":"Apple Inside Macintosh, Volumes I, II, and III","description":"By Caroline Rose","image":"https://learn-awesome.github.io/assets/book_covers/2166677.jpg","links":"book|https://www.goodreads.com/book/show/2166677.Apple_Inside_Macintosh_Volumes_I_II_and_III","topics":"wish-list-computer-history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9062033b-d454-44f7-842b-d6bad5fd072d","name":"Last and First Men: A Story of the near and far future","description":"By Olaf Stapledon","image":"https://learn-awesome.github.io/assets/book_covers/10373023.jpg","links":"book|https://www.goodreads.com/book/show/10373023-last-and-first-men","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9926a92c-2bc0-41f5-997d-029be0ef5e8d","name":"Business Adventures: Twelve Classic Tales from the World of Wall Street ","description":"By John Brooks","image":"https://learn-awesome.github.io/assets/book_covers/22710212.jpg","links":"book|https://www.goodreads.com/book/show/22710212-business-adventures","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c263417-d76b-4ba6-8713-bc901cf0aaf6","name":"Flying Across America","description":"By Daniel L. Rust","image":"https://learn-awesome.github.io/assets/book_covers/6192444.jpg","links":"book|https://www.goodreads.com/book/show/6192444-flying-across-america","topics":"donated-to-book-thing-2015","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5bd1aea0-e1df-4203-9944-44c260205c6b","name":"The End of Error: Unum Computing","description":"By John L. Gustafson","image":"https://learn-awesome.github.io/assets/book_covers/25229734.jpg","links":"book|https://www.goodreads.com/book/show/25229734-the-end-of-error","topics":"to-get","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b1d3d4aa-2c55-48db-b63a-3ec2c54aa922","name":"Death in the Clouds","description":"By Agatha Christie","image":"https://learn-awesome.github.io/assets/book_covers/16326.jpg","links":"book|https://www.goodreads.com/book/show/16326.Death_in_the_Clouds","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3441f44b-8b9e-4891-b37f-a404d15d59de","name":"Out of their Minds: The Lives and Discoveries of 15 Great Computer Scientists","description":"By Dennis E. Shasha","image":"https://learn-awesome.github.io/assets/book_covers/293991.jpg","links":"book|https://www.goodreads.com/book/show/293991.Out_of_Their_Minds","topics":"computer-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5850e90-629d-4e59-ac05-f3fc0777d3ec","name":"BSD Hacks","description":"By Lavigne","image":"https://learn-awesome.github.io/assets/book_covers/5766.jpg","links":"book|https://www.goodreads.com/book/show/5766.BSD_Hacks","topics":"technical","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"133b31d6-40a5-40f2-9cc6-f84ebdb32057","name":"The Loneliness of the Long-Distance Runner","description":"By Alan Sillitoe","image":"https://learn-awesome.github.io/assets/book_covers/233436.jpg","links":"book|https://www.goodreads.com/book/show/233436.The_Loneliness_of_the_Long_Distance_Runner","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4addb3bd-d46b-4337-b9fc-ca386aeecc23","name":"The Culture of Education","description":"By Jerome Bruner","image":"https://learn-awesome.github.io/assets/book_covers/1633904.jpg","links":"book|https://www.goodreads.com/book/show/1633904.The_Culture_of_Education","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d3156f0-7589-477a-a21d-d510a455f441","name":"The Journalist And The Murderer","description":"By Janet Malcolm","image":"https://learn-awesome.github.io/assets/book_covers/55563.jpg","links":"book|https://www.goodreads.com/book/show/55563.The_Journalist_and_the_Murderer","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3757c33a-c683-41e7-a3d4-e30cadba206c","name":"Organizing Genius: The Secrets of Creative Collaboration","description":"By Warren G. Bennis","image":"https://learn-awesome.github.io/assets/book_covers/116187.jpg","links":"book|https://www.goodreads.com/book/show/116187.Organizing_Genius","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4b831ac-51e8-40a1-b602-dd44cbb8d13e","name":"Why Does the World Exist?: An Existential Detective Story","description":"By Jim Holt","image":"https://learn-awesome.github.io/assets/book_covers/8854815.jpg","links":"book|https://www.goodreads.com/book/show/8854815-why-does-the-world-exist","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54996b82-2169-478c-ad5e-384be6ef9766","name":"Science: A History","description":"By Mary Wollstonecraft Shelley","image":"https://learn-awesome.github.io/assets/book_covers/6549848.jpg","links":"book|https://www.goodreads.com/book/show/6549848-frankenstein---phoenix-science-fiction-classics","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b2f0c0b-0a29-4194-b7bd-5dd529443136","name":"In the Company of Giants: Candid Conversations with the Visionaries of the Digital World ","description":"By Rama Dev Jager","image":"https://learn-awesome.github.io/assets/book_covers/1553838.jpg","links":"book|https://www.goodreads.com/book/show/1553838.In_the_Company_of_Giants","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a913275-9aaf-4a02-9071-f72fcbfcb559","name":"The Viral Storm: The Dawn of a New Pandemic Age","description":"By Nathan Wolfe","image":"https://learn-awesome.github.io/assets/book_covers/11129776.jpg","links":"book|https://www.goodreads.com/book/show/11129776-the-viral-storm","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bed0ccc-07d1-43fe-86d9-605cdfd067a9","name":"The Knowledge: How to Rebuild Civilization in the Aftermath of a Cataclysm","description":"By Lewis Dartnell","image":"https://learn-awesome.github.io/assets/book_covers/22571752.jpg","links":"book|https://www.goodreads.com/book/show/22571752-the-knowledge","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f20ac375-ef90-45e0-b400-ea490ec18347","name":"Super Sad True Love Story: A Novel","description":"By Gary Shteyngart","image":"https://learn-awesome.github.io/assets/book_covers/18666230.jpg","links":"book|https://www.goodreads.com/book/show/18666230-absurdistan-and-super-sad-true-love-story","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b591acc8-a39e-4381-991f-d894ae532504","name":"The Missing Risk Premium: Why Low Volatility Investing Works","description":"By Eric G. Falkenstein","image":"https://learn-awesome.github.io/assets/book_covers/16131819.jpg","links":"book|https://www.goodreads.com/book/show/16131819-the-missing-risk-premium","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfd9ba02-de3d-45ea-981a-d6b4b505e6ed","name":"Mapping the Airways","description":"By Paul Jarvis","image":"https://learn-awesome.github.io/assets/book_covers/28999823.jpg","links":"book|https://www.goodreads.com/book/show/28999823-mapping-the-airways","topics":"spatial","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8a09453-c8ac-451a-8baa-d31c1d9bf201","name":"The Moral Consequences of Economic Growth","description":"By Benjamin M. Friedman","image":"https://learn-awesome.github.io/assets/book_covers/146209.jpg","links":"book|https://www.goodreads.com/book/show/146209.The_Moral_Consequences_of_Economic_Growth","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e78caa4-8f11-4970-a2a2-4e70ea33d37d","name":"The Nature of Mathematical Modeling","description":"By Neil Gershenfeld","image":"https://learn-awesome.github.io/assets/book_covers/1693774.jpg","links":"book|https://www.goodreads.com/book/show/1693774.The_Nature_of_Mathematical_Modeling","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c24335be-4557-4810-8f7a-bbdf21b58a2d","name":"Ulysses","description":"By James Joyce","image":"https://learn-awesome.github.io/assets/book_covers/338798.jpg","links":"book|https://www.goodreads.com/book/show/338798.Ulysses","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b965abeb-10de-4b68-92e2-0e082a76a2a2","name":"The Clash Of Civilizations: And The Remaking Of World Order","description":"By Samuel P. Huntington","image":"https://learn-awesome.github.io/assets/book_covers/413179.jpg","links":"book|https://www.goodreads.com/book/show/413179.The_Clash_of_Civilizations_and_the_Remaking_of_World_Order","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c972999d-06c3-4068-99b5-c22490c953a4","name":"Sands of Mars","description":"By Arthur C. Clarke","image":"https://learn-awesome.github.io/assets/book_covers/149063.jpg","links":"book|https://www.goodreads.com/book/show/149063.The_Sands_of_Mars","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d53e36f-cffa-4d8f-9125-17bc12056e17","name":"The American Challenge","description":"By Jean-Jacques Servan-Schreiber","image":null,"links":"book|https://www.goodreads.com/book/show/1666664.The_American_Challenge","topics":"peter-thiel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7279b997-5376-4d77-9336-559ad6bdf8fc","name":"Mirror Worlds: or the Day Software Puts the Universe in a Shoebox...How It Will Happen and What It Will Mean","description":"By David Gelernter","image":"https://learn-awesome.github.io/assets/book_covers/1142708.jpg","links":"book|https://www.goodreads.com/book/show/1142708.Mirror_Worlds","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28436100-8a29-48ac-9290-4f4b73a3f0b9","name":"Origins of Genius: Darwinian Perspectives on Creativity 1st Edition","description":"By Dean Keith Simonton","image":"https://learn-awesome.github.io/assets/book_covers/254489.jpg","links":"book|https://www.goodreads.com/book/show/254489.Origins_of_Genius","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c2dcdd4-8a5d-461b-b9fa-bca48137cf66","name":"Genghis Khan: His Conquests, His Empire, His Legacy","description":"By Frank McLynn","image":"https://learn-awesome.github.io/assets/book_covers/22928858.jpg","links":"book|https://www.goodreads.com/book/show/22928858-genghis-khan","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d0328b8-e903-414e-95ec-3982e464fdfb","name":"This Will Change Everything: Ideas That Will Shape the Future (Edge Question Series)","description":"By John Brockman","image":"https://learn-awesome.github.io/assets/book_covers/7242921.jpg","links":"book|https://www.goodreads.com/book/show/7242921-this-will-change-everything","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c531d149-337f-4cc9-bce0-153cba04532d","name":"Mind-Body Problem","description":"By Rebecca Goldstein","image":"https://learn-awesome.github.io/assets/book_covers/74787.jpg","links":"book|https://www.goodreads.com/book/show/74787.The_Mind_Body_Problem","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c703075a-7f06-4960-8381-474fa2950d7f","name":"Thinking in Time: The Uses of History for Decision-Makers","description":"By Richard E. Neustadt","image":"https://learn-awesome.github.io/assets/book_covers/739784.jpg","links":"book|https://www.goodreads.com/book/show/739784.Thinking_in_Time","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c90756a0-0140-40f4-9100-bc45955d8398","name":"Machine Learning for Hackers","description":"By Drew Conway","image":"https://learn-awesome.github.io/assets/book_covers/13482301.jpg","links":"book|https://www.goodreads.com/book/show/13482301-machine-learning-for-hackers","topics":"data-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec158b4f-3974-47fe-8bc5-8c596122f83a","name":"Fate, Time, and Language: An Essay on Free Will","description":"By David Foster Wallace","image":"https://learn-awesome.github.io/assets/book_covers/8317976.jpg","links":"book|https://www.goodreads.com/book/show/8317976-fate-time-and-language","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e74e4d74-e9e4-4768-8f97-c5129d0fc6a3","name":"The Good Old Days--They Were Terrible!","description":"By Otto L. Bettmann","image":"https://learn-awesome.github.io/assets/book_covers/795898.jpg","links":"book|https://www.goodreads.com/book/show/795898.The_Good_Old_Days_They_Were_Terrible_","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"309c2a77-9c63-4240-adc8-f491365818c3","name":"Cypherpunks: Freedom and the Future of the Internet","description":"By Julian Assange","image":"https://learn-awesome.github.io/assets/book_covers/16153182.jpg","links":"book|https://www.goodreads.com/book/show/16153182-cypherpunks","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca6e95fa-2132-45e8-ba85-a325f12b77d9","name":"J. Robert Oppenheimer: A Life","description":"By Abraham Pais","image":"https://learn-awesome.github.io/assets/book_covers/674790.jpg","links":"book|https://www.goodreads.com/book/show/674790.J_Robert_Oppenheimer","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbd6b06d-d1b6-48f9-ac18-1227f9c3ed15","name":"Singularity Rising: Surviving and Thriving in a Smarter, Richer, and More Dangerous World","description":"By James D. Miller","image":"https://learn-awesome.github.io/assets/book_covers/13236178.jpg","links":"book|https://www.goodreads.com/book/show/13236178-singularity-rising","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe4d0bb5-eeb1-4e54-b8c4-292582eebe8d","name":"Kerry Brown, CEO, China: The Rise of Xi Jinping","description":"By Kerry Brown","image":"https://learn-awesome.github.io/assets/book_covers/29866971.jpg","links":"book|https://www.goodreads.com/book/show/29866971-ceo-china","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13b58a28-5824-459f-b580-75b8725e7a36","name":"The Portable Medieval Reader","description":"By James Bruce Ross","image":"https://learn-awesome.github.io/assets/book_covers/321591.jpg","links":"book|https://www.goodreads.com/book/show/321591.The_Portable_Medieval_Reader","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c98f87f-7559-4a76-ba45-3ef4d65fc75b","name":"My First Trip to China: Scholars, Diplomats, and Journalists Reflect on their First Encounters with China","description":"By Kin-ming Liu","image":"https://learn-awesome.github.io/assets/book_covers/17560180.jpg","links":"book|https://www.goodreads.com/book/show/17560180-my-first-trip-to-china-scholars-diplomats-and-journalists-reflect","topics":"memoir","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cc5520dd-331e-4234-be99-cb74c2b49e80","name":"The Little Airplane","description":"By Lois Lenski","image":"https://learn-awesome.github.io/assets/book_covers/42449.jpg","links":"book|https://www.goodreads.com/book/show/42449.The_Little_Airplane","topics":"picture-books","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ed8241a-2cca-445b-a11c-76cae526c910","name":"Uncontrolled: The Surprising Payoff of Trial-and-Error for Business, Politics, and Society","description":"By Jim Manzi","image":"https://learn-awesome.github.io/assets/book_covers/13237711.jpg","links":"book|https://www.goodreads.com/book/show/13237711-uncontrolled","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff828887-9fa4-4974-ac4a-0d6cc05b9728","name":"The Hunters","description":"By Seth Grahame-Smith","image":"https://learn-awesome.github.io/assets/book_covers/7108001.jpg","links":"book|https://www.goodreads.com/book/show/7108001-abraham-lincoln","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f77765b8-f63e-4901-894a-eb2b3fff1ca5","name":"A Farewell to Alms: A Brief Economic History of the World","description":"By Gregory Clark","image":"https://learn-awesome.github.io/assets/book_covers/150437.jpg","links":"book|https://www.goodreads.com/book/show/150437.A_Farewell_to_Alms","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7828c4d6-069a-4147-b10f-dde19f380c94","name":"Has Man A Future?","description":"By Bertrand Russell","image":"https://learn-awesome.github.io/assets/book_covers/2258680.jpg","links":"book|https://www.goodreads.com/book/show/2258680.Has_Man_a_Future_","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8544f75-d5dd-4076-a442-5c58a8477392","name":"New York Diaries: 1609 to 2009","description":"By Teresa Carpenter","image":"https://learn-awesome.github.io/assets/book_covers/13129522.jpg","links":"book|https://www.goodreads.com/book/show/13129522-new-york-diaries","topics":"nyc","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dbc673c8-d766-47b5-9bcc-6258aeacb90e","name":"The Corporation That Changed the World: How the East India Company Shaped the Modern Multinational","description":"By Nick Robins","image":"https://learn-awesome.github.io/assets/book_covers/844131.jpg","links":"book|https://www.goodreads.com/book/show/844131.The_Corporation_That_Changed_the_World","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c91a489-b9d6-4633-95b9-91a3eabb03e2","name":"This Explains Everything: Deep, Beautiful, and Elegant Theories of How the World Works (Edge Question Series)","description":"By John Brockman","image":"https://learn-awesome.github.io/assets/book_covers/15818399.jpg","links":"book|https://www.goodreads.com/book/show/15818399-this-explains-everything","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91ac5c24-951d-416c-ba4b-1e904fb9b1c5","name":"Pigeon","description":"By Patrick Süskind","image":"https://learn-awesome.github.io/assets/book_covers/2899.jpg","links":"book|https://www.goodreads.com/book/show/2899.The_Pigeon","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1b0ae77-b770-4461-999a-a3ee5b89000c","name":"Future Perfect: The Case For Progress In A Networked Age","description":"By Steven Johnson","image":"https://learn-awesome.github.io/assets/book_covers/13579707.jpg","links":"book|https://www.goodreads.com/book/show/13579707-future-perfect","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ce7a591-3ca6-46d1-934c-e82e90534ccb","name":"Lonely Planet Brazil (Country Guide)","description":"By Gary Chandler Prado","image":"https://learn-awesome.github.io/assets/book_covers/21797611.jpg","links":"book|https://www.goodreads.com/book/show/21797611-lonely-planet-brazil","topics":"brazil;travel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05723b99-50f9-4bbc-8ae8-96ad400df37e","name":"City of Thieves: A Novel","description":"By L. Allen Gilbert","image":"https://learn-awesome.github.io/assets/book_covers/1261013.jpg","links":"book|https://www.goodreads.com/book/show/1261013.City_of_Thieves","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48fb7e96-67bb-4178-8da6-936cfff7c999","name":"Jeppesen Instrument Commercial","description":"By Jeppesen Sanderson Inc.","image":null,"links":"book|https://www.goodreads.com/book/show/3355789-jeppesen-instrument-commercial-syllabus","topics":"flight","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce982f21-2b12-4bcf-bb2e-67bd311cf622","name":"Future Shop: How New Technologies Will Change the Way We Shop and What We Buy","description":"By J.H. Snider","image":"https://learn-awesome.github.io/assets/book_covers/10108514.jpg","links":"book|https://www.goodreads.com/book/show/10108514-future-shop","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1ec5219-c594-4ebf-b577-0986d6d63e83","name":"Pop Internationalism","description":"By Paul Krugman","image":"https://learn-awesome.github.io/assets/book_covers/27151.jpg","links":"book|https://www.goodreads.com/book/show/27151.Pop_Internationalism","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"068fb5c6-d47a-4a34-8bf4-debf636db7cb","name":"Fear No Evil","description":"By Robert A. Heinlein","image":"https://learn-awesome.github.io/assets/book_covers/175325.jpg","links":"book|https://www.goodreads.com/book/show/175325.I_Will_Fear_No_Evil","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b5eb664-9797-4584-b4fb-f75fda3992c0","name":"Reflections on the Revolution In Europe: Immigration, Islam and the West","description":"By Christopher Caldwell","image":"https://learn-awesome.github.io/assets/book_covers/3570210.jpg","links":"book|https://www.goodreads.com/book/show/3570210-reflections-on-the-revolution-in-europe","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58596d42-ef2a-4aa5-ace6-f12e4e73fb2e","name":"Daily Rituals: How Artists Work","description":"By Mason Currey","image":"https://learn-awesome.github.io/assets/book_covers/15799151.jpg","links":"book|https://www.goodreads.com/book/show/15799151-daily-rituals","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68d5ddb5-61ac-48ab-b278-15a20a69c07b","name":"Medieval Technology and Social Change","description":"By Lynn Townsend White Jr.","image":"https://learn-awesome.github.io/assets/book_covers/864824.jpg","links":"book|https://www.goodreads.com/book/show/864824.Medieval_Technology_and_Social_Change","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"85f2bf70-ec9c-450b-b9ce-3a53b90f8a0f","name":"GoTo: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Maverick Scientists, and Iconoclasts — the Programmers Who Created the Software Revolution ","description":"By Steve Lohr","image":"https://learn-awesome.github.io/assets/book_covers/1119327.jpg","links":"book|https://www.goodreads.com/book/show/1119327.Go_To","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c847895-454a-4334-92a7-f9bd7b5d2b0f","name":"India Becoming: A Portrait of Life in Modern India","description":"By Akash Kapur","image":"https://learn-awesome.github.io/assets/book_covers/12507455.jpg","links":"book|https://www.goodreads.com/book/show/12507455-india-becoming","topics":"india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6fc852a4-807d-4521-bcf4-eff5567af0fa","name":"Blown to Bits: Your Life, Liberty, and Happiness After the Digital Explosion","description":"By Hal Abelson","image":"https://learn-awesome.github.io/assets/book_covers/3063035.jpg","links":"book|https://www.goodreads.com/book/show/3063035-blown-to-bits","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0492f330-0e22-40fb-ad2b-78511759008a","name":"Accidence Will Happen: The Non-Pedantic Guide to English Usage","description":"By Oliver Kamm","image":"https://learn-awesome.github.io/assets/book_covers/24993327.jpg","links":"book|https://www.goodreads.com/book/show/24993327-accidence-will-happen","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"07e02829-199d-4692-99f0-a2db0f1e389e","name":"GDP: A Brief but Affectionate History","description":"By Diane Coyle","image":"https://learn-awesome.github.io/assets/book_covers/18554225.jpg","links":"book|https://www.goodreads.com/book/show/18554225-gdp","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ba87332-e0b8-4815-aa2f-f3286306cf18","name":"The Dawn of Innovation: The First American Industrial Revolution","description":"By Charles R. Morris","image":"https://learn-awesome.github.io/assets/book_covers/15815640.jpg","links":"book|https://www.goodreads.com/book/show/15815640-the-dawn-of-innovation","topics":"american-history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33c977c4-7fbd-4b2d-a2fa-fb21a9c3154e","name":"Perfidia: A novel","description":"By James Ellroy","image":"https://learn-awesome.github.io/assets/book_covers/20262505.jpg","links":"book|https://www.goodreads.com/book/show/20262505-perfidia","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f370b96-3bc1-485e-bc86-a0bf8b3b89f3","name":"Portrait of the Artist","description":"By James Joyce","image":"https://learn-awesome.github.io/assets/book_covers/7588.jpg","links":"book|https://www.goodreads.com/book/show/7588.A_Portrait_of_the_Artist_as_a_Young_Man","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e040e3c-0a80-4adf-8c5d-4ae62c2ef921","name":"Bootstrapping: Douglas Engelbart, Coevolution, and the Origins of Personal Computing","description":"By Thierry Bardini","image":"https://learn-awesome.github.io/assets/book_covers/1196997.jpg","links":"book|https://www.goodreads.com/book/show/1196997.Bootstrapping","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb8440bf-58bd-4a71-8639-3b469a209782","name":"Trees of Golden Gate Park and San Francisco, The","description":"By Elizabeth McClintock","image":"https://learn-awesome.github.io/assets/book_covers/240039.jpg","links":"book|https://www.goodreads.com/book/show/240039.The_Trees_of_Golden_Gate_Park_and_San_Francisco","topics":"trees","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b612f222-be01-4999-bc87-523a1e2b921e","name":"How to Be Alone: Essays","description":"By Jonathan Franzen","image":"https://learn-awesome.github.io/assets/book_covers/666215.jpg","links":"book|https://www.goodreads.com/book/show/666215.How_to_Be_Alone","topics":"essays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95f7e41b-a124-4ca4-ac9d-a82adeb20532","name":"The Clockwork Rocket (Orthogonal)","description":"By Greg Egan","image":"https://learn-awesome.github.io/assets/book_covers/9756310.jpg","links":"book|https://www.goodreads.com/book/show/9756310-the-clockwork-rocket","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f643907d-e06b-4820-8974-0cca705e5ef2","name":"Polemics","description":"By Alain Badiou","image":"https://learn-awesome.github.io/assets/book_covers/218843.jpg","links":"book|https://www.goodreads.com/book/show/218843.Polemics","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"72b219cd-3f7e-4438-aa56-1acc2ddf7922","name":"Dreaming in Chinese: Mandarin Lessons In Life, Love, And Language","description":"By Deborah Fallows","image":"https://learn-awesome.github.io/assets/book_covers/8030224.jpg","links":"book|https://www.goodreads.com/book/show/8030224-dreaming-in-chinese","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1929345-ddd4-4295-a9c9-594db62a70f5","name":"Go Set a Watchman: A Novel","description":"By aBookaDay","image":"https://learn-awesome.github.io/assets/book_covers/26095432.jpg","links":"book|https://www.goodreads.com/book/show/26095432-go-set-a-watchman","topics":"audible","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a214dd92-249e-4c44-b7c3-31b71f9e568c","name":"How to Be a Carioca: The Alternative Guide for the Tourist in Rio","description":"By Priscilla Ann Goslin","image":"https://learn-awesome.github.io/assets/book_covers/20370860.jpg","links":"book|https://www.goodreads.com/book/show/20370860-how-to-be-a-carioca","topics":"travel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"16ad157d-02f9-4df4-bf48-1bc49b8f397b","name":"Inside the Peloton: My Life as a Professional Cyclist","description":"By Nicolas Roche","image":"https://learn-awesome.github.io/assets/book_covers/11849852.jpg","links":"book|https://www.goodreads.com/book/show/11849852-inside-the-peloton","topics":"cycling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"639c6664-138c-4cb3-9800-67256860e90d","name":"Has Globalization Gone Too Far?","description":"By Dani Rodrik","image":"https://learn-awesome.github.io/assets/book_covers/198154.jpg","links":"book|https://www.goodreads.com/book/show/198154.Has_Globalization_Gone_Too_Far_","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d0b5fefa-15ac-47ca-9046-af645c8fa766","name":"The Age of Edison: Electric Light and the Invention of Modern America (Penguin History American Life) (Hardback) - Common","description":"By Ernest Freeberg","image":"https://learn-awesome.github.io/assets/book_covers/15792102.jpg","links":"book|https://www.goodreads.com/book/show/15792102-the-age-of-edison","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6cee00d-a77e-4ee3-bdb9-f8c9a0d60376","name":"Hooligan","description":"By William Diehl","image":"https://learn-awesome.github.io/assets/book_covers/388110.jpg","links":"book|https://www.goodreads.com/book/show/388110.Hooligans","topics":"owned","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d18fef13-25f5-4c47-b339-4f52840968cd","name":"The Department of Mad Scientists: How DARPA Is Remaking Our World, from the Internet to Artificial Limbs [Hardcover] [2009] Michael Belfiore","description":"By Michael Belfiore","image":"https://learn-awesome.github.io/assets/book_covers/6825113.jpg","links":"book|https://www.goodreads.com/book/show/6825113-the-department-of-mad-scientists","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4d5d191-bd28-4e4a-b095-7ffda72a8221","name":"A Practical Guide for Policy Analysis: The Eightfold Path to More Effective Problem Solving","description":"By Eugene Bardach","image":"https://learn-awesome.github.io/assets/book_covers/48566.jpg","links":"book|https://www.goodreads.com/book/show/48566.A_Practical_Guide_for_Policy_Analysis","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a202687-20e5-4dfd-8764-69579ec35aa8","name":"In Our Time: Speeches That Shaped the Modern World","description":"By Hywel Williams","image":"https://learn-awesome.github.io/assets/book_covers/17328114.jpg","links":"book|https://www.goodreads.com/book/show/17328114-great-speeches-of-our-time","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"798e162e-b138-4c54-a4a0-5d9971b3a188","name":"The Really Hard Problem: Meaning in a Material World (Bradford Books)","description":"By Owen J. Flanagan","image":"https://learn-awesome.github.io/assets/book_covers/2090304.jpg","links":"book|https://www.goodreads.com/book/show/2090304.The_Really_Hard_Problem","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04e4f8c4-44cd-4429-aa9a-49d351c5e372","name":"General Knowledge","description":"By Stephen Bayley","image":"https://learn-awesome.github.io/assets/book_covers/1344177.jpg","links":"book|https://www.goodreads.com/book/show/1344177.General_Knowledge","topics":"to-get","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83b61278-9531-4c24-93eb-6613365a14ef","name":"Simulation and Its Discontents: (Simplicity: Design, Technology, Business, Life)","description":"By Sherry Turkle","image":"https://learn-awesome.github.io/assets/book_covers/20188886.jpg","links":"book|https://www.goodreads.com/book/show/20188886-simulation-and-its-discontents","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"856702d5-7179-46fc-9da5-f63e1e83be68","name":"On the Shortness of Life","description":"By Stephenie Meyer","image":"https://learn-awesome.github.io/assets/book_covers/7937462.jpg","links":"book|https://www.goodreads.com/book/show/7937462-the-short-second-life-of-bree-tanner","topics":"young-adult","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23400a7a-0186-4a10-9bb7-834908b87a6b","name":"How to Abandon Ship","description":"By Phil Richards","image":"https://learn-awesome.github.io/assets/book_covers/1393896.jpg","links":"book|https://www.goodreads.com/book/show/1393896.How_to_Abandon_Ship","topics":"own-unread","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90824342-4e2a-430f-a98d-a797797ede5b","name":"Mass Flourishing: How Grassroots Innovation Created Jobs, Challenge, and Change","description":"By Edmund S. Phelps","image":"https://learn-awesome.github.io/assets/book_covers/17847857.jpg","links":"book|https://www.goodreads.com/book/show/17847857-mass-flourishing","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b8c1b22-cfcc-4928-9f23-491166615978","name":"Priceless: The Case that Brought Down the Visa/MasterCard Bank Cartel","description":"By Lloyd Constantine","image":"https://learn-awesome.github.io/assets/book_covers/6884865.jpg","links":"book|https://www.goodreads.com/book/show/6884865-priceless","topics":"to-get","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce4403e7-5d7a-4c2c-8ac4-78da083b0190","name":"WikiLeaks: Inside Julian Assange's War on Secrecy","description":"By David Leigh","image":"https://learn-awesome.github.io/assets/book_covers/10318540.jpg","links":"book|https://www.goodreads.com/book/show/10318540-wikileaks","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce992380-6b0a-48a5-80f5-96b1afb45cb4","name":"A Journey: My Political Life","description":"By Tony Blair","image":"https://learn-awesome.github.io/assets/book_covers/8861670.jpg","links":"book|https://www.goodreads.com/book/show/8861670-a-journey","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0246e95a-3dc5-4c94-8510-2febd506dfb7","name":"The Age of Em: Work, Love and Life when Robots Rule the Earth","description":"By Robin Hanson","image":"https://learn-awesome.github.io/assets/book_covers/26831944.jpg","links":"book|https://www.goodreads.com/book/show/26831944-the-age-of-em","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d02e7f7d-2cbf-4d3c-a67b-4601813bc2d9","name":"This Town: Two Parties and a Funeral-Plus, Plenty of Valet Parking!-in America's Gilded Capital","description":"By Mark Leibovich","image":"https://learn-awesome.github.io/assets/book_covers/15814168.jpg","links":"book|https://www.goodreads.com/book/show/15814168-this-town","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d453e89c-41fe-4d02-a809-0bf72bd9c518","name":"The Great Fire","description":"By Shirley Hazzard","image":"https://learn-awesome.github.io/assets/book_covers/142975.jpg","links":"book|https://www.goodreads.com/book/show/142975.The_Great_Fire","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fae3ed0f-ea52-47e6-94f0-e7c46f56de87","name":"Foucault's Pendulum ","description":"By Umberto Eco","image":"https://learn-awesome.github.io/assets/book_covers/17841._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/17841.Foucault_s_Pendulum","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e2ab097-b624-4870-8f47-0fe5a589978a","name":"Good Hunting: An American Spymaster's Story","description":"By Jack Devine","image":"https://learn-awesome.github.io/assets/book_covers/16066820.jpg","links":"book|https://www.goodreads.com/book/show/16066820-good-hunting","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef4c6964-acad-432a-94cd-770865fae769","name":"The Long Way","description":"By Nick Hornby","image":"https://learn-awesome.github.io/assets/book_covers/10073.jpg","links":"book|https://www.goodreads.com/book/show/10073.A_Long_Way_Down","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10db877b-0525-4067-8b2c-d8e5e9ed60ec","name":"What Should We Be Worried About?: Real Scenarios That Keep Scientists Up at Night (Edge Question Series)","description":"By John Brockman","image":"https://learn-awesome.github.io/assets/book_covers/18090165.jpg","links":"book|https://www.goodreads.com/book/show/18090165-what-should-we-be-worried-about-real-scenarios-that-keep-scientists-up","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"faa45626-f723-4b68-99d3-3f354d48ac4a","name":"Legacy: A Genetic History of the Jewish People","description":"By Harry Ostrer","image":"https://learn-awesome.github.io/assets/book_covers/13617101.jpg","links":"book|https://www.goodreads.com/book/show/13617101-legacy","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff942252-55a1-497d-8ab8-9e698d164d70","name":"How Not to Network a Nation: The Uneasy History of the Soviet Internet (Information Policy)","description":"By Benjamin Peters","image":"https://learn-awesome.github.io/assets/book_covers/31137222.jpg","links":"book|https://www.goodreads.com/book/show/31137222-how-not-to-network-a-nation","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad98123f-648f-4f74-b1ad-2ae7616e71b4","name":"English Society in the Early Middle Ages (1066-1307) Vol. 3","description":"By Doris Mary Stenton","image":"https://learn-awesome.github.io/assets/book_covers/847197.jpg","links":"book|https://www.goodreads.com/book/show/847197.English_Society_in_the_Early_Middle_Ages_1066_1307","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd291d26-4369-41de-ae13-abfea135552c","name":"What to Think About Machines That Think: Today's Leading Thinkers on the Age of Machine Intelligence","description":"By John Brockman","image":"https://learn-awesome.github.io/assets/book_covers/25817684.jpg","links":"book|https://www.goodreads.com/book/show/25817684-what-to-think-about-machines-that-think","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c106e096-b499-4b99-9b31-76eb741a5f59","name":"The Kraus Project: Essays by Karl Kraus","description":"By Jonathan Franzen","image":"https://learn-awesome.github.io/assets/book_covers/17332335.jpg","links":"book|https://www.goodreads.com/book/show/17332335-the-kraus-project","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8365763-5340-4a56-a153-afa59edb5a08","name":"The Fifth Generation: Artificial Intelligence & Japan's Computer Challenge to the World","description":"By Edward A. Feigenbaum","image":"https://learn-awesome.github.io/assets/book_covers/2141713.jpg","links":"book|https://www.goodreads.com/book/show/2141713.The_Fifth_Generation","topics":"computers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"af6823a6-e890-4898-a24f-5a1185c224c0","name":"Inside WikiLeaks","description":"By Daniel Domscheit-Berg","image":"https://learn-awesome.github.io/assets/book_covers/10068893.jpg","links":"book|https://www.goodreads.com/book/show/10068893-inside-wikileaks","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"643fb932-6fe2-4e89-b127-62482ba6c6ca","name":"The Casual Vacancy","description":"By J.K. Rowling","image":"https://learn-awesome.github.io/assets/book_covers/13497818.jpg","links":"book|https://www.goodreads.com/book/show/13497818-the-casual-vacancy","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53b2ddb2-0193-44e2-ac02-b6dea1afe2fe","name":"The Futurists","description":"By James P. Othmer","image":"https://learn-awesome.github.io/assets/book_covers/380493.jpg","links":"book|https://www.goodreads.com/book/show/380493.The_Futurist","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f14680b-74d1-495f-844a-f7c084f72c7b","name":"Snowdrops","description":"By A.D. Miller","image":"https://learn-awesome.github.io/assets/book_covers/9579671.jpg","links":"book|https://www.goodreads.com/book/show/9579671-snowdrops","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"018a5054-aa8c-4e99-a1e6-000abefe5ba9","name":"Designing Data Visualizations: Representing Informational Relationships","description":"By Noah Iliinsky","image":"https://learn-awesome.github.io/assets/book_covers/12605872.jpg","links":"book|https://www.goodreads.com/book/show/12605872-designing-data-visualizations","topics":"data","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f00aa8f-b475-4146-88ff-f1f4867b7557","name":"The Rain Forests of Home: Profile Of A North American Bioregion","description":"By Peter Schoonmaker","image":"https://learn-awesome.github.io/assets/book_covers/1450138.jpg","links":"book|https://www.goodreads.com/book/show/1450138.The_Rain_Forests_of_Home","topics":"geography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d7be6dd-ec45-4db8-9765-c2d980049232","name":"Aftermath","description":"By Chuck Wendig","image":"https://learn-awesome.github.io/assets/book_covers/25131600.jpg","links":"book|https://www.goodreads.com/book/show/25131600-aftermath","topics":"star-wars","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7f6d325-45bb-4b67-ba4f-fd27a6ee7e12","name":"Brrm Brrm","description":"By Clive James","image":"https://learn-awesome.github.io/assets/book_covers/757704.jpg","links":"book|https://www.goodreads.com/book/show/757704.Brrm_Brrm_","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c596b2d-2e78-438a-bc72-fb8eb05c30f0","name":"Weather Whys: Facts, Myths, and Oddities","description":"By Paul Yeager","image":"https://learn-awesome.github.io/assets/book_covers/7647163.jpg","links":"book|https://www.goodreads.com/book/show/7647163-weather-whys","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"78ff0b8a-2ac1-4d44-b71a-f9399b46dcc4","name":"New Atlantis","description":"By Francis Bacon","image":"https://learn-awesome.github.io/assets/book_covers/277032.jpg","links":"book|https://www.goodreads.com/book/show/277032.The_New_Atlantis","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20a01ffd-ddaa-4cb1-9aa9-e8b05fd74cd3","name":"Thinking with Type: A Critical Guide for Designers, Writers, Editors, & Students","description":"By Ellen Lupton","image":"https://learn-awesome.github.io/assets/book_covers/44551304.jpg","links":"book|https://www.goodreads.com/book/show/44551304-thinking-with-type","topics":"graphic-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bea744bc-a2c4-4c3e-bab5-3e655451a8b2","name":"A Decade of Research: Xerox Palo Alto Research Center, 1970-1980","description":"By Giuliana Lavendel","image":null,"links":"book|https://www.goodreads.com/book/show/28862852-a-decade-of-research","topics":"to-get","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a84b1db3-2dfb-4709-8501-a079c478a0e4","name":"Accelerando (Singularity)","description":"By Hephaestus Books","image":"https://learn-awesome.github.io/assets/book_covers/12901859.jpg","links":"book|https://www.goodreads.com/book/show/12901859-postcyberpunk-including","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56abab27-4750-48f9-8577-c7a7e38c3676","name":"Bill Bolton: Flying Midshipman","description":"By Noel Sainsbury","image":"https://learn-awesome.github.io/assets/book_covers/9791528.jpg","links":"book|https://www.goodreads.com/book/show/9791528-bill-bolton-flying-midshipman","topics":"vintage-boy-series","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"468492ba-907d-4906-bd69-a8b9b8b6bee9","name":"The Chosen Instrument: Pan Am, Juan Trippe, The Rise and Fall of an American Entrepreneur","description":"By Marylin Bender","image":null,"links":"book|https://www.goodreads.com/book/show/1167904.The_Chosen_Instrument","topics":"sil","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11bd4074-84c2-48a3-b0fd-04af74957646","name":"Extrapolation, Interpolation, and Smoothing of Stationary Time Series: With Engineering Applications (M.I.T. Press Paperback Series)","description":"By Norbert Wiener","image":"https://learn-awesome.github.io/assets/book_covers/494747.jpg","links":"book|https://www.goodreads.com/book/show/494747.Extrapolation_Interpolation_and_Smoothing_of_Stationary_Time_Series","topics":"nonf","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc48a405-ee69-46ac-ad5c-235a05e35d91","name":"The Seasons of Thomas Tebo","description":"By John Nagenda","image":"https://learn-awesome.github.io/assets/book_covers/3764379.jpg","links":"book|https://www.goodreads.com/book/show/3764379-the-seasons-of-thomas-tebo","topics":"african-lit","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88b17ebc-3cbf-44e4-b68a-71c68dc9b946","name":"The Move beyond Form: Creative Undoing in Literature and the Arts since 1960","description":"By Mary Joe Hughes","image":"https://learn-awesome.github.io/assets/book_covers/16146343.jpg","links":"book|https://www.goodreads.com/book/show/16146343-the-move-beyond-form","topics":"english-and-literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61eaf98a-2e2e-499a-9cbf-74a6363fb0e1","name":"Head to Head: The Coming Economic Battle Among Japan, Europe, and America","description":"By Lester C. Thurow","image":"https://learn-awesome.github.io/assets/book_covers/25938909.jpg","links":"book|https://www.goodreads.com/book/show/25938909-head-to-head","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39068d5d-00c0-4c0e-b74c-d30be8ac23b0","name":"Lady Icarus the Life of Irish Aviator Lady Mary Heath","description":"By Lindie Naughton","image":null,"links":"book|https://www.goodreads.com/book/show/6564450-lady-icarus","topics":"david-s-books","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e0a6610-6772-4924-8400-a57f49ef2c85","name":"Miracle in the Andes: 72 Days on the Mountain and My Long Trek Home","description":"By Max Anning","image":"https://learn-awesome.github.io/assets/book_covers/17956251.jpg","links":"book|https://www.goodreads.com/book/show/17956251-top-secret-what-100-brave-critics-say-about-miracle-in-the-andes","topics":"travel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f198bc65-c423-496e-b3bb-e6795072bdcd","name":"Lincoln: Speeches and Writings 1859-1865","description":"By Abraham Lincoln","image":"https://learn-awesome.github.io/assets/book_covers/41442134.jpg","links":"book|https://www.goodreads.com/book/show/41442134-lincoln","topics":"abraham-lincoln;history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"182dc5bc-5f1d-40ec-8941-ca74d42743a5","name":"Computer Applications in Aircraft Design and Operation","description":"By Thiruvalam K.S. Murthy","image":null,"links":"book|https://www.goodreads.com/book/show/14719151-computer-applications-in-aircraft-design-and-operation","topics":"aircrafts","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f842c9c1-b853-46fc-9981-1593997b563a","name":"The Child's Discovery of Space: From Hopscotch to Mazes","description":"By Jean Sauvy","image":null,"links":"book|https://www.goodreads.com/book/show/4317847-the-child-s-discovery-of-space","topics":"to-get","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6bc52d47-f154-45cd-85d6-a88fd12a46ab","name":"PARC: The Second Decade 1980-1990","description":"By Giuliana A Lavendel","image":null,"links":"book|https://www.goodreads.com/book/show/30837706-parc-the-second-decade-1980-1990","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77faa0d6-ff1f-416d-a642-2c2edbf6a9e9","name":"Kawasaki Klr650 1987-2006: Service, Repair, Maintenance (Clymer Motorcycle Repair)","description":"By Clymer Staff","image":"https://learn-awesome.github.io/assets/book_covers/20744135.jpg","links":"book|https://www.goodreads.com/book/show/20744135-kawasaki-klr650-1987-2006","topics":"machinery;diy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93551043-35d7-4222-8e32-44e46a5622e2","name":"Democracy in America: Abridged Edition (Mentor Series)","description":"By Alexis de Tocqueville","image":"https://learn-awesome.github.io/assets/book_covers/42602071.jpg","links":"book|https://www.goodreads.com/book/show/42602071-democracy-in-america","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eea94e6d-765a-491b-b573-746e692efe6e","name":"Fifty Classic Destinations for Pilots","description":"By Ney Grant","image":"https://learn-awesome.github.io/assets/book_covers/35064460.jpg","links":"book|https://www.goodreads.com/book/show/35064460-fifty-classic-destinations-for-pilots","topics":"travel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe46d138-f7a1-4065-af11-9882b49497de","name":"Model View Culture Quarterly No. 1: New writing on technology, diveristy and culture","description":"By Amelia Greenhall","image":null,"links":"book|https://www.goodreads.com/book/show/29966695-model-view-culture","topics":"cultural","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb4a658f-b8a5-4daf-9d27-ed8773a89aac","name":"History of Engineering Drawing","description":"By P. J. Booker","image":null,"links":"book|https://www.goodreads.com/book/show/35081141-a-history-of-engineering-drawing","topics":"bret-victor","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc125b98-f940-444b-855e-2fa3c1ed440c","name":"Cooking as Courtship (Under Structure)","description":"By Susan Wiegand","image":"https://learn-awesome.github.io/assets/book_covers/21294260.jpg","links":"book|https://www.goodreads.com/book/show/21294260-cooking-as-courtship","topics":"relationships","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bcd2c466-1dad-40de-8776-3654888178a4","name":"Impro: Improvisation and the Theatre","description":"By Keith Johnstone","image":"https://learn-awesome.github.io/assets/book_covers/45443596.jpg","links":"book|https://www.goodreads.com/book/show/45443596-impro","topics":"theater","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ef35817-6644-498f-bc4e-7d18351b965e","name":"No One a Neutral: Political Hostage-Taking in the Modern World","description":"By Norman Antokol","image":"https://learn-awesome.github.io/assets/book_covers/5710155.jpg","links":"book|https://www.goodreads.com/book/show/5710155-no-one-a-neutral","topics":"to-get","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eae2d381-51da-4122-a342-5e71969c6c36","name":"n+1 Number Thirteen: Machine Politics","description":"By Benjamin Kunkel","image":"https://learn-awesome.github.io/assets/book_covers/28482919.jpg","links":"book|https://www.goodreads.com/book/show/28482919-n-1-number-thirteen","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7087f1bc-4c0d-483b-a746-e2251942d545","name":"The Lives of the Poets: A Selection","description":"By Samuel Johnson","image":null,"links":"book|https://www.goodreads.com/book/show/214232.Johnson_s_Lives_of_the_Poets","topics":"owned","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59b80add-3a2e-4b67-b9eb-aa58cc87ce12","name":"The Anabasis: Or, Expedition of Cyrus, and the Memorabilis of Socrates","description":"By Xenophon","image":null,"links":"book|https://www.goodreads.com/book/show/11274243-anabasis","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"056c5e2a-1749-484b-a358-6384d1a01519","name":"Shark Bait: The \\"Misadventures\\" of an Oceanic Ferry Pilot","description":"By Mr James A Creighton","image":"https://learn-awesome.github.io/assets/book_covers/27246275.jpg","links":"book|https://www.goodreads.com/book/show/27246275-shark-bait","topics":"to-get","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75cc19b7-b332-4b16-8130-f1b4234957ca","name":"Introduction to Common Lisp","description":"By Taiichi Yuasa","image":"https://learn-awesome.github.io/assets/book_covers/1537403.jpg","links":"book|https://www.goodreads.com/book/show/1537403.Introduction_to_Common_LISP","topics":"programming-languages/lisp","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"35c5a97e-4844-4dc6-a89f-51c02e9daffb","name":"The Diary of John Evelyn Volume 2","description":"By Austin Dobson","image":"https://learn-awesome.github.io/assets/book_covers/26572318._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/26572318-the-diary-of-john-evelyn-volume-2","topics":"civilization","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"782007b7-62ab-4fa2-bb43-e9c7c00216cd","name":"Biology, 8th Edition","description":"By Martin van den Berg","image":null,"links":"book|https://www.goodreads.com/book/show/7471075-biology-8th-edition","topics":"biology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9ef3d59-06ad-4177-887e-68a3924aa46a","name":"Mutant Message Down Under ","description":"By Marlo Morgan","image":null,"links":"book|https://www.goodreads.com/book/show/32349.Mutant_Message_Down_Under","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b72f5664-09f9-4e96-b948-3274817ee805","name":"The Bell System Technical Journal: July-August 1978, Vol 57 No. 6 Pt. 2 , UNIX Time-Sharing System","description":"By American Telephone and Telegraph Company","image":null,"links":"book|https://www.goodreads.com/book/show/32220449-the-bell-system-technical-journal-volume-28","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b4bca6f3-be0b-493b-ac05-9eb838cd7cd1","name":"\\"A Problem from Hell\\": America and the Age of Genocide","description":"By Samantha Power","image":"https://learn-awesome.github.io/assets/book_covers/368731.jpg","links":"book|https://www.goodreads.com/book/show/368731._A_Problem_from_Hell_","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59f1e849-93d3-4027-88ef-36048ebbc230","name":"Snow Falling on Cedars: A Novel","description":"By Novel Units, Inc.","image":null,"links":"book|https://www.goodreads.com/book/show/3329155-snow-falling-on-cedars---teacher-guide-by-novel-units-inc","topics":"teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02aa66bb-189c-4536-878f-bae8e6ad3d93","name":"Genentech: The Beginnings Of Biotech (Synthesis)","description":"By Sally Smith Hughes","image":"https://learn-awesome.github.io/assets/book_covers/12703074._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/12703074-genentech","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f8c7c9d-683f-480e-90fa-f92c8c239182","name":"All Will Be Well: A Memoir by John McGahern","description":"By John McGahern","image":"https://learn-awesome.github.io/assets/book_covers/430365.jpg","links":"book|https://www.goodreads.com/book/show/430365.All_Will_Be_Well","topics":"memoir","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1e7ce627-5c67-4786-a978-499e8eb31abe","name":"Softwar: An Intimate Portrait of Larry Ellison and Oracle","description":"By Matthew Symonds","image":"https://learn-awesome.github.io/assets/book_covers/281123.jpg","links":"book|https://www.goodreads.com/book/show/281123.Softwar","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a81878a-1f04-4394-a170-2977a2af27a6","name":"Nuclear War Survival Skills: Lifesaving Nuclear Facts and Self-Help Instructions","description":"By Cresson H. Kearny","image":"https://learn-awesome.github.io/assets/book_covers/25159422._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/25159422-nuclear-war-survival-skills","topics":"survival","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5f20f88-e0de-4bab-a1cf-adc680c843b7","name":"Doing the Impossible: George E. Mueller & the Management of NASA's Human Spaceflight Program (Springer Praxis Books in Space Exploration)","description":"By Arthur L. Slotkin","image":"https://learn-awesome.github.io/assets/book_covers/19865161.jpg","links":"book|https://www.goodreads.com/book/show/19865161-doing-the-impossible","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a92eebf4-b2b1-46af-bdac-1334b7ee0acf","name":"Singapore, Singapura: From Miracle to Complacency","description":"By Nicholas Walton","image":"https://learn-awesome.github.io/assets/book_covers/40828166.jpg","links":"book|https://www.goodreads.com/book/show/40828166-singapore-singapura","topics":"singapore","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ddd77b5-0d31-4291-9434-4e97a79ede22","name":"From the Ground Up: Building Silicon Valley","description":"By Goodwin Steinberg","image":"https://learn-awesome.github.io/assets/book_covers/966893.jpg","links":"book|https://www.goodreads.com/book/show/966893.From_the_Ground_Up","topics":"silicon-valley;technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6327750b-e576-4024-9276-c46d0c9947ad","name":"Powerhouse: The Untold Story of Hollywood's Creative Artists Agency","description":"By Ant Hive Media","image":"https://learn-awesome.github.io/assets/book_covers/33007424._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/33007424-james-andrew-miller-s-powerhouse","topics":"hollywood","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c10eb4d-99b4-4670-8ef9-4d1ff7635cb8","name":"My Inventions: The Autobiography of Nikola Tesla","description":"By Nikola Tesla","image":"https://learn-awesome.github.io/assets/book_covers/39886861.jpg","links":"book|https://www.goodreads.com/book/show/39886861-my-inventions","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0915a19a-ae1c-4e5a-acc5-a382b9ff1be8","name":"QED: The Strange Theory of Light and Matter","description":"By Richard Feynman","image":"https://learn-awesome.github.io/assets/book_covers/5552.jpg","links":"book|https://www.goodreads.com/book/show/5552.QED","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50189f8f-9e62-43d2-aaff-20d00b6ea90a","name":"What Do You Care What Other People Think?","description":"By Richard P. Feynman","image":"https://learn-awesome.github.io/assets/book_covers/35167718._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/35167718-what-do-you-care-what-other-people-think","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7492ba59-b879-4495-8cf0-17e00f3db537","name":"An Introduction to Zen Buddhism","description":"By D.T. Suzuki","image":"https://learn-awesome.github.io/assets/book_covers/129377.jpg","links":"book|https://www.goodreads.com/book/show/129377.An_Introduction_to_Zen_Buddhism","topics":"buddhism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1716a28-989d-423f-8fa0-f5f3f7f8e8dd","name":"When Genius Failed","description":"By Roger Lowenstein","image":"https://learn-awesome.github.io/assets/book_covers/10669.jpg","links":"book|https://www.goodreads.com/book/show/10669.When_Genius_Failed","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d980bd7-85eb-49f1-9461-61d3a74b73b0","name":"The Ascent of Money","description":"By Niall Ferguson","image":"https://learn-awesome.github.io/assets/book_covers/2714607.jpg","links":"book|https://www.goodreads.com/book/show/2714607-the-ascent-of-money","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1da4bc4e-4c19-4023-9d2a-f99593b888c9","name":"Too Big to Fail","description":"By Alexander Kalinna","image":"https://learn-awesome.github.io/assets/book_covers/12659923.jpg","links":"book|https://www.goodreads.com/book/show/12659923-too-big-to-fail","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38b64f18-f0f1-4815-9670-5ef7bfeea5f7","name":"Cosmos","description":"By Carl Sagan","image":"https://learn-awesome.github.io/assets/book_covers/55030.jpg","links":"book|https://www.goodreads.com/book/show/55030.Cosmos","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb714cf9-7dd2-4460-8da4-3529a45c5afd","name":"Big World, Small Planet","description":"By Johan Rockström","image":"https://learn-awesome.github.io/assets/book_covers/25785924.jpg","links":"book|https://www.goodreads.com/book/show/25785924-big-world-small-planet","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b880ef9-707c-4064-89fa-f6ae144e6b3a","name":"Arctica: The Vanishing North","description":"By Sebastian Copeland","image":"https://learn-awesome.github.io/assets/book_covers/27140023.jpg","links":"book|https://www.goodreads.com/book/show/27140023-arctica","topics":"richard-branson-suggests","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d9b5c52-08ac-48ef-a99c-0ec7bd28e1c8","name":"Into Thin Air","description":"By Jon Krakauer","image":"https://learn-awesome.github.io/assets/book_covers/1898.jpg","links":"book|https://www.goodreads.com/book/show/1898.Into_Thin_Air","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffe240f6-6fea-49a2-8a68-86524384aed0","name":"Moonshots","description":"By Alessandra Torre","image":"https://learn-awesome.github.io/assets/book_covers/27872890.jpg","links":"book|https://www.goodreads.com/book/show/27872890-moonshot","topics":"romance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99708108-58f1-45cf-940f-453408d5a3b7","name":"Self Belief: The Vision","description":"By Jamal Edwards","image":"https://learn-awesome.github.io/assets/book_covers/21024199.jpg","links":"book|https://www.goodreads.com/book/show/21024199-self-belief","topics":"richard-branson-suggests","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee3699da-d09b-4b3b-a6e2-6ca23cef6f58","name":"A Time for New Dreams","description":"By Ben Okri","image":"https://learn-awesome.github.io/assets/book_covers/10788015.jpg","links":"book|https://www.goodreads.com/book/show/10788015-a-time-for-new-dreams","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e18bc4e-27d4-42b8-a2f5-18f8a83a7b21","name":"The Overview Effect","description":"By Frank White","image":"https://learn-awesome.github.io/assets/book_covers/1591985.jpg","links":"book|https://www.goodreads.com/book/show/1591985.The_Overview_Effect","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42f2f895-810b-4f67-bbd9-46db379d22ef","name":"In Patagonia","description":"By Bruce Chatwin","image":"https://learn-awesome.github.io/assets/book_covers/79909.jpg","links":"book|https://www.goodreads.com/book/show/79909.In_Patagonia","topics":"travel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ab64a0c-12c7-4058-894e-4c71546838e2","name":"The Weather Makers","description":"By Ben Bova","image":"https://learn-awesome.github.io/assets/book_covers/302485.jpg","links":"book|https://www.goodreads.com/book/show/302485.The_Weather_Makers","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ac431de-f3d5-4a90-9fc9-ddf8bbc11ca4","name":"One Hundred & One Reasons to Get Out of Bed","description":"By Natasha Milne","image":"https://learn-awesome.github.io/assets/book_covers/29515216.jpg","links":"book|https://www.goodreads.com/book/show/29515216-one-hundred-one-reasons-to-get-out-of-bed","topics":"richard-branson-suggests","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25136c93-38a0-4378-a132-78395e3c0465","name":"The Catcher in the Rye","description":"By J.D. Salinger","image":"https://learn-awesome.github.io/assets/book_covers/5107.jpg","links":"book|https://www.goodreads.com/book/show/5107.The_Catcher_in_the_Rye","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45d959b7-430f-47fe-84fa-92db16aed1a0","name":"The Martian","description":"By Andy Weir","image":"https://learn-awesome.github.io/assets/book_covers/18007564.jpg","links":"book|https://www.goodreads.com/book/show/18007564-the-martian","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae6c2476-bf85-4fe0-b919-7867765891a3","name":"Reinventing Fire: Bold Business Solutions for the New Energy Era","description":"By Amory B. Lovins","image":"https://learn-awesome.github.io/assets/book_covers/12742309.jpg","links":"book|https://www.goodreads.com/book/show/12742309-reinventing-fire","topics":"energy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67d5cd4a-dcfe-4f7a-aa9f-083f03796666","name":"Mindfulness for Beginners: Reclaiming the Present Moment — and Your Life","description":"By Jon Kabat-Zinn","image":"https://learn-awesome.github.io/assets/book_covers/12687932.jpg","links":"book|https://www.goodreads.com/book/show/12687932-mindfulness-for-beginners","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ddc4e41-00ea-4880-9789-a57a312381f9","name":"Jonathan Livingston Seagull","description":"By Richard Bach","image":"https://learn-awesome.github.io/assets/book_covers/71728.jpg","links":"book|https://www.goodreads.com/book/show/71728.Jonathan_Livingston_Seagull","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43ad3ec5-2d4e-4792-b360-cfb980898278","name":"Self-Made Success","description":"By Steve Parks","image":"https://learn-awesome.github.io/assets/book_covers/1947897.jpg","links":"book|https://www.goodreads.com/book/show/1947897.How_to_be_an_entrepreneur","topics":"box","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffe297bc-e636-46d1-b2ff-2d14f40f1741","name":"The Only Game in Town","description":"By Peter David","image":"https://learn-awesome.github.io/assets/book_covers/5067355.jpg","links":"book|https://www.goodreads.com/book/show/5067355-x-factor-vol-5","topics":"comics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed42d0d5-2e85-4166-a547-d9af8b29adc7","name":"The Fountainhead","description":"By Ayn Rand","image":"https://learn-awesome.github.io/assets/book_covers/2122.jpg","links":"book|https://www.goodreads.com/book/show/2122.The_Fountainhead","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef977413-8afb-4f23-8538-ef08bc3f7add","name":"Be here now","description":"By Ram Dass","image":"https://learn-awesome.github.io/assets/book_covers/41580312.jpg","links":"book|https://www.goodreads.com/book/show/41580312-be-here-now","topics":"spirituality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a62682ab-2a94-4380-8f60-e950c8e98d68","name":"Cutting Through Spiritual Materialism","description":"By Chögyam Trungpa","image":"https://learn-awesome.github.io/assets/book_covers/295000.jpg","links":"book|https://www.goodreads.com/book/show/295000.Cutting_Through_Spiritual_Materialism","topics":"buddhism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d77e0d34-6d7a-427b-ae5a-50c79ee54128","name":"The Autobiography of Yogi","description":"By Paramahansa Yogananda","image":"https://learn-awesome.github.io/assets/book_covers/639864.jpg","links":"book|https://www.goodreads.com/book/show/639864.Autobiography_of_a_Yogi","topics":"spirituality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d012f32f-27e2-4f21-8478-0531c1b8b789","name":"Only the Paranoid Survive","description":"By Andrew S. Grove","image":"https://learn-awesome.github.io/assets/book_covers/66863.jpg","links":"book|https://www.goodreads.com/book/show/66863.Only_the_Paranoid_Survive","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4631bf4-a5cd-4389-b9af-4f990176507a","name":"Diet for a small planet","description":"By Frances Moore Lappé","image":"https://learn-awesome.github.io/assets/book_covers/199107.jpg","links":"book|https://www.goodreads.com/book/show/199107.Diet_for_a_Small_Planet","topics":"food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6530e1b0-0812-4d45-8f18-8d13dfd808dd","name":"Inside the Tornado","description":"By Geoffrey A. Moore","image":"https://learn-awesome.github.io/assets/book_covers/61336.jpg","links":"book|https://www.goodreads.com/book/show/61336.Inside_the_Tornado","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c63bf71-64a8-41a0-bded-96e3de749def","name":"Atlas Shrugged","description":"By Ayn Rand","image":"https://learn-awesome.github.io/assets/book_covers/662.jpg","links":"book|https://www.goodreads.com/book/show/662.Atlas_Shrugged","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49c35a34-481e-4dfb-a0db-ad2a7fea8251","name":"Moby Dick","description":"By Herman Melville","image":"https://learn-awesome.github.io/assets/book_covers/153747.jpg","links":"book|https://www.goodreads.com/book/show/153747.Moby_Dick_or_the_Whale","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d319959-6d6b-43ec-8570-f597be3dfe56","name":"The Intelligent Investor","description":"By Benjamin Graham","image":"https://learn-awesome.github.io/assets/book_covers/106835.jpg","links":"book|https://www.goodreads.com/book/show/106835.The_Intelligent_Investor","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82079d0e-b99a-46af-8672-b5830247fb3f","name":"8 Weeks to Optimum Health","description":"By Andrew Weil","image":"https://learn-awesome.github.io/assets/book_covers/37124.jpg","links":"book|https://www.goodreads.com/book/show/37124.8_Weeks_to_Optimum_Health","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbf178a5-7f08-45e6-b4f3-d8339447bcb3","name":"Alpha Girls: The Women Upstarts Who Took On Silicon Valley's Male Culture and Made the Deals of a Lifetime","description":"By Julian Guthrie","image":"https://learn-awesome.github.io/assets/book_covers/41429816.jpg","links":"book|https://www.goodreads.com/book/show/41429816-alpha-girls","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d8e6351-98ba-4173-b721-0007aad0fa31","name":"The True Believer: Thoughts on the Nature of Mass Movements","description":"By Eric Hoffer","image":"https://learn-awesome.github.io/assets/book_covers/15916.jpg","links":"book|https://www.goodreads.com/book/show/15916.The_True_Believer","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81ef71a9-2f27-4bc5-97b9-32b2175a983a","name":"The Industries of the Future","description":"By Alec J. Ross","image":"https://learn-awesome.github.io/assets/book_covers/25111341.jpg","links":"book|https://www.goodreads.com/book/show/25111341-the-industries-of-the-future","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d44ad3d-71f6-4384-b5a5-1bf44002c103","name":"This Brave New World: India, China, and the United States","description":"By Anja Manuel","image":"https://learn-awesome.github.io/assets/book_covers/27274358.jpg","links":"book|https://www.goodreads.com/book/show/27274358-this-brave-new-world","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67d8aa14-87ea-400f-ac40-9303d689e1a7","name":"The Evolution of God","description":"By Robert Wright","image":"https://learn-awesome.github.io/assets/book_covers/6340873.jpg","links":"book|https://www.goodreads.com/book/show/6340873-the-evolution-of-god","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7cbf42e1-9b0e-499d-94b4-4ef97d99d5e4","name":"The Seventh Sense: Power, Fortune, and Survival in the Age of Networks","description":"By Joshua Cooper Ramo","image":"https://learn-awesome.github.io/assets/book_covers/26245038.jpg","links":"book|https://www.goodreads.com/book/show/26245038-the-seventh-sense","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"603b7947-b2d2-417f-bdb1-a42478390bfc","name":"More Human: Designing a World Where People Come First - 2015 Edition","description":"By Steve Hilton","image":"https://learn-awesome.github.io/assets/book_covers/23346573.jpg","links":"book|https://www.goodreads.com/book/show/23346573-more-human","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62bb9a5a-f4d3-49df-b1bd-e6eb61489a66","name":"The Inner Lives of Markets: How People Shape Them—And They Shape Us","description":"By Ray Fisman","image":"https://learn-awesome.github.io/assets/book_covers/26195962.jpg","links":"book|https://www.goodreads.com/book/show/26195962-the-inner-lives-of-markets","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b77ec904-31e6-41d9-b0cb-d3647cb92307","name":"The Complete Story of Civilization","description":"By Will Durant","image":"https://learn-awesome.github.io/assets/book_covers/20657925.jpg","links":"book|https://www.goodreads.com/book/show/20657925-the-complete-story-of-civilization","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4cff29ec-6899-419d-8784-3f9f1356ad42","name":"The Wright Brothers","description":"By David McCullough","image":"https://learn-awesome.github.io/assets/book_covers/22609391.jpg","links":"book|https://www.goodreads.com/book/show/22609391-the-wright-brothers","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17ccf443-c9ea-4d9a-a2a7-47f3c074d278","name":"Genghis Khan and the Making of the Modern World","description":"By Jack Weatherford","image":"https://learn-awesome.github.io/assets/book_covers/40718726.jpg","links":"book|https://www.goodreads.com/book/show/40718726-genghis-khan-and-the-making-of-the-modern-world","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c66818bb-3287-4b86-a422-2ec3c4c76afe","name":"The Mathematics of Politics","description":"By Jeff Gill","image":"https://learn-awesome.github.io/assets/book_covers/342326.jpg","links":"book|https://www.goodreads.com/book/show/342326.Essential_Mathematics_for_Political_and_Social_Research","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"390e9067-87e0-45a7-a585-8560fb7fb690","name":"Bass Culture: When Reggae Was King","description":"By Lloyd Bradley","image":"https://learn-awesome.github.io/assets/book_covers/705144.jpg","links":"book|https://www.goodreads.com/book/show/705144.Bass_Culture","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ccd2e254-b3d3-4f5a-ad72-294a519a9f8f","name":"Black Box Thinking: The Surprising Truth About Success","description":"By Matthew Syed","image":"https://learn-awesome.github.io/assets/book_covers/26259816.jpg","links":"book|https://www.goodreads.com/book/show/26259816-black-box-thinking","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9277f555-ea44-46ba-ac1a-f2188d7907de","name":"Leading: Learning from Life and My Years at Manchester United","description":"By Alex Ferguson","image":"https://learn-awesome.github.io/assets/book_covers/25746678.jpg","links":"book|https://www.goodreads.com/book/show/25746678-leading","topics":"leadership","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f2c2d204-bcd1-4f82-bc75-96022823971e","name":"Hit Men: Power Brokers and Fast Money Inside the Music Business","description":"By Fredric Dannen","image":"https://learn-awesome.github.io/assets/book_covers/38019.jpg","links":"book|https://www.goodreads.com/book/show/38019.Hit_Men","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef6462a0-3586-4816-afb5-a854cb7290b7","name":"The Alchemist","description":"By Paulo Coelho","image":"https://learn-awesome.github.io/assets/book_covers/865.jpg","links":"book|https://www.goodreads.com/book/show/865.The_Alchemist","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbe151a7-5174-4e1d-945f-c454551dea16","name":"The Minefield Girl Sofia Ek","description":"By Sofia Ek","image":"https://learn-awesome.github.io/assets/book_covers/38316489.jpg","links":"book|https://www.goodreads.com/book/show/38316489-the-minefield-girl","topics":"audible","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86b846f7-74e9-4ae7-a47a-5f937409c49d","name":"Raising Girls by Steve Biddulph","description":"By Joosr","image":"https://learn-awesome.github.io/assets/book_covers/33795052.jpg","links":"book|https://www.goodreads.com/book/show/33795052-a-joosr-guide-to-raising-girls-by-steve-biddulph","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc1e6408-0b0d-4349-b4a6-8823cfe687db","name":"Many Lives, Many Masters: The True Story Of A Prominent Psychiatrist, His Young Patient, And The Past-life Therapy That Changed Both Their Lives by Brian L. Weiss","description":"By Brian L. Weiss","image":"https://learn-awesome.github.io/assets/book_covers/34452.jpg","links":"book|https://www.goodreads.com/book/show/34452.Many_Lives_Many_Masters","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"941f1188-71c0-46be-a992-93ebe6b77c03","name":"Where The Red Fern Grows by Wilson Rawls","description":"By Roy Sousa","image":null,"links":"book|https://www.goodreads.com/book/show/238909.Where_The_Red_Fern_Grows_By_Wilson_Rawls","topics":"bookshelf","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77bb5390-1a3c-468d-85e4-5eb5a7ff0242","name":"The Sleepeasy Solution","description":"By Jennifer Waldburger","image":"https://learn-awesome.github.io/assets/book_covers/474621.jpg","links":"book|https://www.goodreads.com/book/show/474621.The_Sleepeasy_Solution","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2aa16326-58e5-400c-8de8-5b30afaa5e68","name":"Finding the Next Steve Jobs: How to Find, Hire, Keep and Nurture Creative Talent","description":"By Nolan Bushnell","image":"https://learn-awesome.github.io/assets/book_covers/17575428.jpg","links":"book|https://www.goodreads.com/book/show/17575428-finding-the-next-steve-jobs","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"793ffe63-0843-47d5-89dc-8c3d20df8448","name":"The Happiest Baby on the Block","description":"By Harvey Karp","image":"https://learn-awesome.github.io/assets/book_covers/132900.jpg","links":"book|https://www.goodreads.com/book/show/132900.The_Happiest_Baby_on_the_Block","topics":"parenting","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6294a05b-14ba-4337-859b-4ee79bd1f1ee","name":"Fascinating People","description":"By Christopher D. Hudson","image":"https://learn-awesome.github.io/assets/book_covers/7621672.jpg","links":"book|https://www.goodreads.com/book/show/7621672-fascinating-people-of-the-bible","topics":"books-i-own","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca1cdd43-e822-43d7-8ea7-c5745cffc7a5","name":"Distant Witness","description":"By Andy Carvin","image":"https://learn-awesome.github.io/assets/book_covers/17159937.jpg","links":"book|https://www.goodreads.com/book/show/17159937-distant-witness","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90c29ee2-0bc3-4007-aaf6-581e98c40198","name":"Elon Musk: Inventing the Future","description":"By Ashlee Vance","image":"https://learn-awesome.github.io/assets/book_covers/22638080.jpg","links":"book|https://www.goodreads.com/book/show/22638080-elon-musk","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30e5805c-5da5-493f-9856-cab959406ccc","name":"Becoming Steve Jobs: The Evolution of a Reckless Upstart into a Visionary Leader ","description":"By Brent Schlender","image":"https://learn-awesome.github.io/assets/book_covers/22318382.jpg","links":"book|https://www.goodreads.com/book/show/22318382-becoming-steve-jobs","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df3dc2a8-c999-495a-acd1-5adfa01b0c93","name":"Digital Gold","description":"By Nathaniel Popper","image":"https://learn-awesome.github.io/assets/book_covers/23546676.jpg","links":"book|https://www.goodreads.com/book/show/23546676-digital-gold","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f792dabe-89ea-4b27-818d-344b81f2e8a5","name":"Les Miserables","description":"By Victor Hugo","image":"https://learn-awesome.github.io/assets/book_covers/24280.jpg","links":"book|https://www.goodreads.com/book/show/24280.Les_Mis_rables","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c57d4761-fca9-448b-a875-57b15118486b","name":"The Hypomanic Edge: The Link Between (A Little) Craziness and (A Lot of) Success in America","description":"By John D. Gartner","image":"https://learn-awesome.github.io/assets/book_covers/931378.jpg","links":"book|https://www.goodreads.com/book/show/931378.The_Hypomanic_Edge","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e588d18-20dc-4dec-8945-8d8f943963bd","name":"The Wisdom of Crowds","description":"By James Surowiecki","image":"https://learn-awesome.github.io/assets/book_covers/68143.jpg","links":"book|https://www.goodreads.com/book/show/68143.The_Wisdom_of_Crowds","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28e337c8-e800-4dba-a2c4-cc3f2809d675","name":"Cognitive Surplus: How Technology Turns Consumers Into Collaborators","description":"By Clay Shirky","image":"https://learn-awesome.github.io/assets/book_covers/9767789.jpg","links":"book|https://www.goodreads.com/book/show/9767789-cognitive-surplus","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"702f9394-30e6-43c0-b077-1177a7e913d7","name":"Zero to One","description":"By Scott Westerfeld","image":"https://learn-awesome.github.io/assets/book_covers/24885636.jpg","links":"book|https://www.goodreads.com/book/show/24885636-zeroes","topics":"young-adult","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"012bb9c3-3a79-499d-96fa-a409b45b8cd9","name":"The Wikipedia Revolution","description":"By Andrew Lih","image":"https://learn-awesome.github.io/assets/book_covers/4606921.jpg","links":"book|https://www.goodreads.com/book/show/4606921-the-wikipedia-revolution","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"1bb436d9-4fb7-4abb-b617-c20c943dda66","name":"Geeks Bearing Gifts","description":"By Charlie Cochet","image":"https://learn-awesome.github.io/assets/book_covers/25711052.jpg","links":"book|https://www.goodreads.com/book/show/25711052-beware-of-geeks-bearing-gifts","topics":"m-m","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80f9542b-4cae-4df6-bb27-eef96f5939f8","name":"Life Nomadic","description":"By Tynan","image":"https://learn-awesome.github.io/assets/book_covers/7062693.jpg","links":"book|https://www.goodreads.com/book/show/7062693-life-nomadic","topics":"travel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6e78767-4c33-44db-b8f2-711c57a34f57","name":"Millionaire : The Philanderer, Gambler, and Duelist Who Invented Modern Finance","description":"By Janet Gleeson","image":"https://learn-awesome.github.io/assets/book_covers/575832.jpg","links":"book|https://www.goodreads.com/book/show/575832.Millionaire","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30df6a6f-9f81-4783-ba46-bcf0c967a2a0","name":"Catch Me If You Can","description":"By Stacey Espino","image":"https://learn-awesome.github.io/assets/book_covers/10209654.jpg","links":"book|https://www.goodreads.com/book/show/10209654-catch-me-if-you-can","topics":"menage","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66a87233-4d06-43cd-a0a1-3626ebe6fe3d","name":"Scalper: Inside the World of a Professional Ticket Broker","description":"By Clancy Martin","image":"https://learn-awesome.github.io/assets/book_covers/10815240.jpg","links":"book|https://www.goodreads.com/book/show/10815240-scalper","topics":"kindle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fbf39c7a-038e-467b-89e0-4303fc4be23d","name":"My Inventions: Nikolai Tesla","description":"By Nikola Tesla","image":"https://learn-awesome.github.io/assets/book_covers/44993009.jpg","links":"book|https://www.goodreads.com/book/show/44993009-my-inventions-nikola-tesla-s-autobiography","topics":"electricity;science;biographies","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88be493c-1935-48dc-92cc-3fd3e12a948f","name":"The Big Short","description":"By Michael Lewis","image":"https://learn-awesome.github.io/assets/book_covers/26889576.jpg","links":"book|https://www.goodreads.com/book/show/26889576-the-big-short","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92ef016a-1515-4389-9738-5ea561de37de","name":"Conscious Business: How to Build Value through Values","description":"By Fred Kofman","image":"https://learn-awesome.github.io/assets/book_covers/1169674.jpg","links":"book|https://www.goodreads.com/book/show/1169674.Conscious_Business","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48a13827-0c65-4247-9727-c554839e4351","name":"Now, Discover Your Strengths","description":"By Marcus Buckingham","image":"https://learn-awesome.github.io/assets/book_covers/56452.jpg","links":"book|https://www.goodreads.com/book/show/56452.Now_Discover_Your_Strengths","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91e08b99-4b22-47f7-b878-9f9f03e724c7","name":"Bossypants","description":"By Tina Fey","image":"https://learn-awesome.github.io/assets/book_covers/9418327.jpg","links":"book|https://www.goodreads.com/book/show/9418327-bossypants","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f89c161-46d8-4aaf-970d-abfa80fba659","name":"How Companies Win","description":"By Bradford D. Smart","image":"https://learn-awesome.github.io/assets/book_covers/915182.jpg","links":"book|https://www.goodreads.com/book/show/915182.Topgrading","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d23c32d-ddd6-466b-b32d-f75287fa2290","name":"Home Game: An Accidental Guide to Fatherhood","description":"By Michael Lewis","image":"https://learn-awesome.github.io/assets/book_covers/7099559.jpg","links":"book|https://www.goodreads.com/book/show/7099559-home-game","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ccf2f0a-dc35-45d0-b700-efac7ee5a248","name":"The Great Transformation","description":"By Karl Polanyi","image":"https://learn-awesome.github.io/assets/book_covers/53981.jpg","links":"book|https://www.goodreads.com/book/show/53981.The_Great_Transformation","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6ca3eed-d386-4f7e-a223-29d1ea1fbf8d","name":"An Astronaut's Guide to Life on Earth ","description":"By Chris Hadfield","image":"https://learn-awesome.github.io/assets/book_covers/18170143.jpg","links":"book|https://www.goodreads.com/book/show/18170143-an-astronaut-s-guide-to-life-on-earth","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"caff54c2-2ba4-4895-bf39-08517b315d28","name":"The Rise and the Fall of the American Growth","description":"By Robert J. Gordon","image":"https://learn-awesome.github.io/assets/book_covers/26634594.jpg","links":"book|https://www.goodreads.com/book/show/26634594-the-rise-and-fall-of-american-growth","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6134d385-9b06-4178-beb5-d5978c7b158c","name":"Capital in the Twenty First Century","description":"By Thomas Piketty","image":"https://learn-awesome.github.io/assets/book_covers/18736925.jpg","links":"book|https://www.goodreads.com/book/show/18736925-capital-in-the-twenty-first-century","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8751ee8-d979-498e-8a7b-c21594d04d52","name":"The Great Convergence","description":"By Joseph R. Lallo","image":"https://learn-awesome.github.io/assets/book_covers/16186589.jpg","links":"book|https://www.goodreads.com/book/show/16186589-the-great-convergence","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6aad9649-5af8-4bc3-8a19-d0cd2943faf7","name":"Dawn of the New Everything","description":"By Jaron Lanier","image":"https://learn-awesome.github.io/assets/book_covers/23848323.jpg","links":"book|https://www.goodreads.com/book/show/23848323-dawn-of-the-new-everything","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55907645-107a-4af4-afbb-32a658325d0d","name":"The Geography of Thought","description":"By Richard E. Nisbett","image":"https://learn-awesome.github.io/assets/book_covers/226630.jpg","links":"book|https://www.goodreads.com/book/show/226630.The_Geography_of_Thought","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57d0b12d-84ad-4c25-876b-c238cf3a46f4","name":"Hit Refresh: The Quest to Rediscover Microsoft's Soul and Imagine a Better Future for Everyone","description":"By Satya Nadella","image":"https://learn-awesome.github.io/assets/book_covers/35953819.jpg","links":"book|https://www.goodreads.com/book/show/35953819-hit-refresh","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ae377d1-4932-48e6-8bd1-b87f5669429e","name":"Young Men & Fire","description":"By Norman Maclean","image":"https://learn-awesome.github.io/assets/book_covers/30044.jpg","links":"book|https://www.goodreads.com/book/show/30044.Young_Men_and_Fire","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a96064a8-059f-433d-9fdc-baa9d3bece40","name":"The Man Without Qualities","description":"By Robert Musil","image":"https://learn-awesome.github.io/assets/book_covers/527756.jpg","links":"book|https://www.goodreads.com/book/show/527756.The_Man_Without_Qualities","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34038415-bd1c-4168-8df0-0f09ccbe1665","name":"The Centrist Manifesto","description":"By Charles Wheelan","image":"https://learn-awesome.github.io/assets/book_covers/17119454.jpg","links":"book|https://www.goodreads.com/book/show/17119454-the-centrist-manifesto","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6577c3ff-c770-40b0-801e-d451d86b351c","name":"The Fellowship: The Literary Lives of the Inklings","description":"By Philip Zaleski","image":"https://learn-awesome.github.io/assets/book_covers/23526522.jpg","links":"book|https://www.goodreads.com/book/show/23526522-the-fellowship","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"768dfe94-f1a9-4c37-972c-30e842fed49e","name":"Three Nights in August: Strategy, Heartbreak, and Joy Inside the Mind of a Manager","description":"By H.G. Bissinger","image":"https://learn-awesome.github.io/assets/book_covers/815.jpg","links":"book|https://www.goodreads.com/book/show/815.Three_Nights_in_August","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57e0fffe-ed99-402f-a2b2-ce82dca2fd7c","name":"The Difference: How the Power of Diversity Creates Better Groups, Firms, Schools, And Societies","description":"By Scott E. Page","image":"https://learn-awesome.github.io/assets/book_covers/613966.jpg","links":"book|https://www.goodreads.com/book/show/613966.The_Difference","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1607243d-76fc-4958-aa18-2f8d41500524","name":"Straight From the Gut","description":"By Jack Welch","image":"https://learn-awesome.github.io/assets/book_covers/5559.jpg","links":"book|https://www.goodreads.com/book/show/5559.Jack","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d90bef27-b630-408a-94a4-cd6d81b8de82","name":"Coming Apart: The State of White America","description":"By Charles Murray","image":"https://learn-awesome.github.io/assets/book_covers/12031563.jpg","links":"book|https://www.goodreads.com/book/show/12031563-coming-apart","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96ee5969-c8b8-40e1-9343-2852c2202776","name":"Sorrows of the Moon: A Journey Through London","description":"By Iqbal Ahmed","image":"https://learn-awesome.github.io/assets/book_covers/1032034.jpg","links":"book|https://www.goodreads.com/book/show/1032034.Sorrows_of_the_Moon","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"734e9868-4ca9-4581-a554-103acec73bc2","name":"Being With Dying ","description":"By J.R.R. Tolkien","image":"https://learn-awesome.github.io/assets/book_covers/1070463.jpg","links":"book|https://www.goodreads.com/book/show/1070463.Die_Gef_hrten","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"342f4b8b-b3a1-4aa8-b317-c1eec2e24bb7","name":"Lessons for the Living ","description":"By Laura Lynne Jackson","image":"https://learn-awesome.github.io/assets/book_covers/25430672.jpg","links":"book|https://www.goodreads.com/book/show/25430672-the-light-between-us","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5fb74cc-bbab-446d-bddf-a3325dcc8a06","name":"Memories, Dreams, Reflections ","description":"By Carl Jung","image":"https://learn-awesome.github.io/assets/book_covers/612188.jpg","links":"book|https://www.goodreads.com/book/show/612188.Memories_Dreams_Reflections","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"475e3a3e-f926-4b8c-aeb7-953b0f145369","name":"Give and Take: A Revolutionary Approach to Success ","description":"By Adam M. Grant","image":"https://learn-awesome.github.io/assets/book_covers/16158498.jpg","links":"book|https://www.goodreads.com/book/show/16158498-give-and-take","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be9d14e1-bd7b-41b8-b01d-1aeff8495cba","name":"The Mindful Athlete: Secrets to Pure Performance ","description":"By George Mumford","image":"https://learn-awesome.github.io/assets/book_covers/22928952.jpg","links":"book|https://www.goodreads.com/book/show/22928952-the-mindful-athlete","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"797e760d-9180-4fee-96dd-c74ba3c095e0","name":"Reclaiming Conversation: The Power of Talk in a Digital Age ","description":"By Sherry Turkle","image":"https://learn-awesome.github.io/assets/book_covers/24612127.jpg","links":"book|https://www.goodreads.com/book/show/24612127-reclaiming-conversation","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b4a9bd5-6beb-4544-bb1b-b4e1fa45559d","name":"Mindful Work: How Meditation is Changing Business from the Inside Out ","description":"By David Gelles","image":"https://learn-awesome.github.io/assets/book_covers/22749720.jpg","links":"book|https://www.goodreads.com/book/show/22749720-mindful-work","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6d124504-b1b9-4b5b-b743-845f9714af9d","name":"Catching the Big Fish ","description":"By David Lynch","image":"https://learn-awesome.github.io/assets/book_covers/58169.jpg","links":"book|https://www.goodreads.com/book/show/58169.Catching_the_Big_Fish","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fa0bfb9-a825-4d07-aad6-9b0ed3e81ed9","name":"Dangerously Sleepy: Overworked Americans and the Cult of Manly Wakefulness","description":"By Alan Derickson","image":"https://learn-awesome.github.io/assets/book_covers/17890659.jpg","links":"book|https://www.goodreads.com/book/show/17890659-dangerously-sleepy","topics":"to-read-health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12aa435e-19e0-4530-8935-99d9c526f812","name":"The Lucky Years: How to Thrive in the Brave New World of Health ","description":"By David B. Agus","image":"https://learn-awesome.github.io/assets/book_covers/25897501.jpg","links":"book|https://www.goodreads.com/book/show/25897501-the-lucky-years","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7282a684-7922-411d-9f81-b8088d088574","name":"Invisible Selling Machine","description":"By Ryan Deiss","image":"https://learn-awesome.github.io/assets/book_covers/25353819.jpg","links":"book|https://www.goodreads.com/book/show/25353819-invisible-selling-machine","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8a468f32-da98-4963-ad88-9b24b71e7c8a","name":"The One-Minute Entrepreneur","description":"By Kenneth H. Blanchard","image":"https://learn-awesome.github.io/assets/book_covers/2175786.jpg","links":"book|https://www.goodreads.com/book/show/2175786.The_One_Minute_Entrepreneur","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"592c955d-1f4d-4ddc-9ec7-bb0cc150f457","name":"Blue Ocean Strategy","description":"By W. Chan Kim","image":"https://learn-awesome.github.io/assets/book_covers/4898.jpg","links":"book|https://www.goodreads.com/book/show/4898.Blue_Ocean_Strategy","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d99c53ae-ee92-42b4-8eb3-6b1159b64f64","name":"Jab, Jab, Jab, Right Hook","description":"By Blinkist","image":"https://learn-awesome.github.io/assets/book_covers/31280529.jpg","links":"book|https://www.goodreads.com/book/show/31280529-jab-jab-jab-right-hook","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13adfb8a-c86f-455c-904c-81b12c844548","name":"The Prosperity Paradox ","description":"By Clayton M. Christensen","image":"https://learn-awesome.github.io/assets/book_covers/37868583.jpg","links":"book|https://www.goodreads.com/book/show/37868583-the-prosperity-paradox","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8238cf1-3dc7-4a62-be43-cc9033079ef5","name":"Bold","description":"By Karina Halle","image":"https://learn-awesome.github.io/assets/book_covers/17284874.jpg","links":"book|https://www.goodreads.com/book/show/17284874-bold-tricks","topics":"romance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84bf1955-22c5-4e8c-86cc-009ea07ad62b","name":"Blueprint: The Evolutionary Origins of Good Society","description":"By Nicholas A. Christakis","image":"https://learn-awesome.github.io/assets/book_covers/40696923.jpg","links":"book|https://www.goodreads.com/book/show/40696923-blueprint","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0da6cff5-1749-4fdd-9c12-e1a979962eb8","name":"Trillion Dollar Coach","description":"By Eric Schmidt","image":"https://learn-awesome.github.io/assets/book_covers/42118073.jpg","links":"book|https://www.goodreads.com/book/show/42118073-trillion-dollar-coach","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b8c6377-7f1f-476c-83f9-7bbfc7644290","name":"Be Fearless","description":"By Janet Evanovich","image":"https://learn-awesome.github.io/assets/book_covers/2292384.jpg","links":"book|https://www.goodreads.com/book/show/2292384.Fearless_Fourteen","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c60c5ff-827e-48ea-8688-97a7d69ea93a","name":"Understanding the Digital World","description":"By David Hume","image":"https://learn-awesome.github.io/assets/book_covers/777336.jpg","links":"book|https://www.goodreads.com/book/show/777336.Dialogues_Concerning_Natural_Religion_Posthumous_Essays_of_the_Immortality_of_the_Soul_of_Suicide_from_an_Enquiry_Concerning_Human_Understanding_of_Miracles","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c3f0456-1a1c-408b-94ad-65827005ee0c","name":"The Square and the Tower","description":"By Niall Ferguson","image":"https://learn-awesome.github.io/assets/book_covers/35629744.jpg","links":"book|https://www.goodreads.com/book/show/35629744-the-square-and-the-tower","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec81d3c5-613a-43fa-a730-887176b3de33","name":"Anything","description":"By Sarah Dessen","image":"https://learn-awesome.github.io/assets/book_covers/23009402.jpg","links":"book|https://www.goodreads.com/book/show/23009402-saint-anything","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6656c379-561d-43db-9e6e-645f3f5b4f8a","name":"Dog Run Moon","description":"By Callan Wink","image":"https://learn-awesome.github.io/assets/book_covers/25489089.jpg","links":"book|https://www.goodreads.com/book/show/25489089-dog-run-moon","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55be1568-6e18-4d6e-b52d-b6a20ad1787e","name":"The Genius of Dogs: How Dogs Are Smarter than You Think","description":"By Brian Hare","image":"https://learn-awesome.github.io/assets/book_covers/15721051.jpg","links":"book|https://www.goodreads.com/book/show/15721051-the-genius-of-dogs","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1ad68d2-bb89-452a-97cc-d4f6fcb1b8c3","name":"H is for Hawk","description":"By Helen Macdonald","image":"https://learn-awesome.github.io/assets/book_covers/18803640.jpg","links":"book|https://www.goodreads.com/book/show/18803640-h-is-for-hawk","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a8509c8-b834-41a2-9bf9-711d7d7590d9","name":"March: Book Three","description":"By John Lewis","image":"https://learn-awesome.github.io/assets/book_covers/29436571.jpg","links":"book|https://www.goodreads.com/book/show/29436571-march","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f88bd5fc-21c3-45b4-87d6-35e92e7cbe16","name":"March: Book Two","description":"By John Lewis","image":"https://learn-awesome.github.io/assets/book_covers/22487952.jpg","links":"book|https://www.goodreads.com/book/show/22487952-march","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2336cd78-3696-48ba-b191-45fd30c7858b","name":"Bobby Kennedy: The Making of a Liberal Icon","description":"By Larry Tye","image":"https://learn-awesome.github.io/assets/book_covers/28495892.jpg","links":"book|https://www.goodreads.com/book/show/28495892-bobby-kennedy","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f1ec292-7dc7-468e-9276-3c8886ad7d76","name":"March: Book One","description":"By John Lewis","image":"https://learn-awesome.github.io/assets/book_covers/17346698.jpg","links":"book|https://www.goodreads.com/book/show/17346698-march","topics":"graphic-novels","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"88e55a0f-4f43-4683-88b8-91c560a76e65","name":"The Story of My Experiments with Truth","description":"By Mahatma Gandhi","image":"https://learn-awesome.github.io/assets/book_covers/28397521.jpg","links":"book|https://www.goodreads.com/book/show/28397521-the-story-of-my-experiments-with-truth","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43ec6742-4306-47db-8939-d697e501e74d","name":"Competing against Time","description":"By George Stalk Jr.","image":"https://learn-awesome.github.io/assets/book_covers/2232114.jpg","links":"book|https://www.goodreads.com/book/show/2232114.Competing_Against_Time","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c736e247-9a43-43bb-9839-da90e8316b98","name":"The Great Illusion: A Study of the Relation of Military Power to National Advantage","description":"By Norman Angel","image":"https://learn-awesome.github.io/assets/book_covers/2963084.jpg","links":"book|https://www.goodreads.com/book/show/2963084-the-great-illusion---a-study-of-the-relation-of-military-power-to-nation","topics":"peter-thiel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10996b1c-23ec-44cb-90a9-360068bcb409","name":"resurrection From the Underground","description":"By René Girard","image":"https://learn-awesome.github.io/assets/book_covers/46298.jpg","links":"book|https://www.goodreads.com/book/show/46298.Resurrection_from_the_Underground","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f5a2c45-6539-4b6c-a4ec-2fc91c2b0f66","name":"100 Plus","description":"By Mary Wollstonecraft Shelley","image":"https://learn-awesome.github.io/assets/book_covers/41968268.jpg","links":"book|https://www.goodreads.com/book/show/41968268-frankenstein","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"824e33f0-2f98-4b72-be39-1c032aee549f","name":"Bloodlands","description":"By Christine Cody","image":"https://learn-awesome.github.io/assets/book_covers/9657210.jpg","links":"book|https://www.goodreads.com/book/show/9657210-bloodlands","topics":"urban-fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d647737-2898-4f2b-a1de-d9c14643b60f","name":"Brave New World","description":"By Aldous Huxley","image":"https://learn-awesome.github.io/assets/book_covers/5129.jpg","links":"book|https://www.goodreads.com/book/show/5129.Brave_New_World","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e73560be-3c89-4154-9026-d828b7807069","name":"A Life Decoded","description":"By J. Craig Venter","image":"https://learn-awesome.github.io/assets/book_covers/1865671.jpg","links":"book|https://www.goodreads.com/book/show/1865671.A_Life_Decoded","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5322253e-f42b-44f7-80ef-554c31843c25","name":"A Heartbreaking Work of Staggering Genius","description":"By Dave Eggers","image":"https://learn-awesome.github.io/assets/book_covers/4953.jpg","links":"book|https://www.goodreads.com/book/show/4953.A_Heartbreaking_Work_of_Staggering_Genius","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4bb6020-5ff6-4593-97c3-6fd17aa28b86","name":"Powering the Future","description":"By Robert B. Laughlin","image":"https://learn-awesome.github.io/assets/book_covers/12787577.jpg","links":"book|https://www.goodreads.com/book/show/12787577-powering-the-future","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"356800e2-db41-4838-ac06-47e985741a18","name":"The Crime of Reason","description":"By Robert B. Laughlin","image":"https://learn-awesome.github.io/assets/book_covers/3887694.jpg","links":"book|https://www.goodreads.com/book/show/3887694-the-crime-of-reason","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf972c3b-3c5d-413f-be81-d508f844985e","name":"Hunger of Memory","description":"By Richard Rodríguez","image":"https://learn-awesome.github.io/assets/book_covers/161206.jpg","links":"book|https://www.goodreads.com/book/show/161206.Hunger_of_Memory","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7374db28-646b-4f4d-9847-3c49159e83a5","name":"The Outsiders ","description":"By S.E. Hinton","image":"https://learn-awesome.github.io/assets/book_covers/231804.jpg","links":"book|https://www.goodreads.com/book/show/231804.The_Outsiders","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90282213-f5f4-448b-8051-9ea4336c3b5c","name":"Essays in Persuasion","description":"By John Maynard Keynes","image":"https://learn-awesome.github.io/assets/book_covers/368291.jpg","links":"book|https://www.goodreads.com/book/show/368291.Essays_in_Persuasion","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d90c6d1-79f2-4cb3-8ef0-507cce646964","name":"Where Are the Customers’ Yachts?","description":"By Fred Schwed Jr.","image":"https://learn-awesome.github.io/assets/book_covers/288897.jpg","links":"book|https://www.goodreads.com/book/show/288897.Where_Are_the_Customers_Yachts_","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9dac4a7d-32c8-4eb6-b868-f72d77685957","name":"The Clash of the Cultures","description":"By John C. Bogle","image":"https://learn-awesome.github.io/assets/book_covers/13838197.jpg","links":"book|https://www.goodreads.com/book/show/13838197-the-clash-of-the-cultures","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f590f590-96bc-4be5-a6b1-91d8c0fd7640","name":"Nuclear Terrorism ","description":"By Graham T. Allison","image":"https://learn-awesome.github.io/assets/book_covers/545280.jpg","links":"book|https://www.goodreads.com/book/show/545280.Nuclear_Terrorism","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3ef1341-5b24-40a9-b849-f3d3aee11681","name":"All Out War: The Full Story of How Brexit Sank Britain's Political Class","description":"By Tim Shipman","image":"https://learn-awesome.github.io/assets/book_covers/31353136.jpg","links":"book|https://www.goodreads.com/book/show/31353136-all-out-war","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"851c9967-6bf0-45a2-8458-0d6e361d589e","name":"The Strange Death of Europe","description":"By Douglas Murray","image":"https://learn-awesome.github.io/assets/book_covers/33584231.jpg","links":"book|https://www.goodreads.com/book/show/33584231-the-strange-death-of-europe","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"779ff5e3-fb4d-40de-a7c0-11804973653b","name":"A Higher Loyalty: Truth, Lies and Leadership","description":"By James Comey","image":"https://learn-awesome.github.io/assets/book_covers/35108805.jpg","links":"book|https://www.goodreads.com/book/show/35108805-a-higher-loyalty","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a09a7cba-291a-4ea3-82a0-c6c81c1f847b","name":"The Spider Network","description":"By David Enrich","image":"https://learn-awesome.github.io/assets/book_covers/30759083.jpg","links":"book|https://www.goodreads.com/book/show/30759083-the-spider-network","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7488364f-3428-496e-acae-fb369737872e","name":"Hacks","description":"By Meredith Wild","image":"https://learn-awesome.github.io/assets/book_covers/25208536.jpg","links":"book|https://www.goodreads.com/book/show/25208536-hardwired","topics":"romance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18bfce22-398e-44d5-9692-442e8cd3c505","name":" Conspiracy: Peter Thiel, Hulk Hogan, Gawker, and the Anatomy of Intrigue","description":"By Ryan Holiday","image":"https://learn-awesome.github.io/assets/book_covers/36681909.jpg","links":"book|https://www.goodreads.com/book/show/36681909-conspiracy","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d17d6c3a-2d16-4ca1-852e-f9485dc5d394","name":"When the Wolves Bite: Two Billionaires, One Company, and an Epic Wall Street Battle","description":"By Scott Wapner","image":"https://learn-awesome.github.io/assets/book_covers/36205014.jpg","links":"book|https://www.goodreads.com/book/show/36205014-when-the-wolves-bite","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"51771a23-e95e-46d6-927e-359fa86cf83e","name":" Slugfest: Inside the Epic, 50-year Battle between Marvel and DC","description":"By Reed Tucker","image":"https://learn-awesome.github.io/assets/book_covers/34219756.jpg","links":"book|https://www.goodreads.com/book/show/34219756-slugfest","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7ca8fd7-594e-44f9-8b86-52b19beb506f","name":"Chasing Hillary","description":"By Amy Chozick","image":"https://learn-awesome.github.io/assets/book_covers/36544590.jpg","links":"book|https://www.goodreads.com/book/show/36544590-chasing-hillary","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73206f7d-db60-43ca-a1cc-0c26efa72753","name":"But What If We're Wrong?: Thinking About the Present As If It Were the Past","description":"By Chuck Klosterman","image":"https://learn-awesome.github.io/assets/book_covers/27068734.jpg","links":"book|https://www.goodreads.com/book/show/27068734-but-what-if-we-re-wrong-thinking-about-the-present-as-if-it-were-the-pa","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f4afeee8-c538-4b88-87a6-fbc84ec5a8a2","name":"Focus","description":"By Al Ries","image":"https://learn-awesome.github.io/assets/book_covers/33447.jpg","links":"book|https://www.goodreads.com/book/show/33447.Focus","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1cd7c7f1-3b33-4848-b0b5-179f951bbb92","name":"The Essays of Warren Buffett: Lessons for Corporate America","description":"By Warren Buffett","image":"https://learn-awesome.github.io/assets/book_covers/145565.jpg","links":"book|https://www.goodreads.com/book/show/145565.The_Essays_of_Warren_Buffett","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee10fe6e-6631-4fb2-a653-81983949ad47","name":"Margin of Safety: Risk-Averse Value Investing Strategies for the Thoughtful Investor ","description":"By Seth A. Klarman","image":"https://learn-awesome.github.io/assets/book_covers/746936.jpg","links":"book|https://www.goodreads.com/book/show/746936.Margin_of_Safety","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d21cab7-f016-4064-85b6-a26ae2384f09","name":"Security Analysis","description":"By Benjamin Graham","image":"https://learn-awesome.github.io/assets/book_covers/203409.jpg","links":"book|https://www.goodreads.com/book/show/203409.Security_Analysis","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c5f4676a-bb7d-4ad0-8f67-eb44a4703c18","name":"You Can Be a Stock Market Genius","description":"By Joel Greenblatt","image":"https://learn-awesome.github.io/assets/book_covers/116184.jpg","links":"book|https://www.goodreads.com/book/show/116184.You_Can_Be_a_Stock_Market_Genius","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40e8e749-eaa0-4b0e-9c15-aeae3146d1a5","name":"One Up On Wall Street: How to Use What You Already Know to Make Money in the Market","description":"By Peter Lynch","image":"https://learn-awesome.github.io/assets/book_covers/762462.jpg","links":"book|https://www.goodreads.com/book/show/762462.One_Up_On_Wall_Street","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b39a70dc-a632-4b61-b917-8d076f6a59fb","name":"Quality of Earnings","description":"By Thornton L. O'glove","image":"https://learn-awesome.github.io/assets/book_covers/1758518.jpg","links":"book|https://www.goodreads.com/book/show/1758518.Quality_of_Earnings","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9e043cb-fd69-4945-94a5-ad81240cf7d1","name":"The Warren Buffett Way: Investment Strategies of the World's Greatest Investor","description":"By Robert G. Hagstrom","image":"https://learn-awesome.github.io/assets/book_covers/209956.jpg","links":"book|https://www.goodreads.com/book/show/209956.The_Warren_Buffett_Way","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3275491d-df4c-4282-98cd-e0fe827f825b","name":"Confidence Game: How Hedge Fund Manager Bill Ackman Called Wall Street's Bluff","description":"By Christine S. Richard","image":"https://learn-awesome.github.io/assets/book_covers/8103503.jpg","links":"book|https://www.goodreads.com/book/show/8103503-confidence-game","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ced77524-1ce6-4bf7-a525-edddfeab49c5","name":"Fooling Some of the People All of the Time, a Long Short (and Now Complete) Story, Updated with New Epilogue","description":"By David Einhorn","image":"https://learn-awesome.github.io/assets/book_covers/7663760.jpg","links":"book|https://www.goodreads.com/book/show/7663760-fooling-some-of-the-people-all-of-the-time-a-long-short-and-now-comple","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92e5414c-ba43-4efd-bb86-810f34ff9366","name":"Beating the Street","description":"By Peter Lynch","image":"https://learn-awesome.github.io/assets/book_covers/762464.jpg","links":"book|https://www.goodreads.com/book/show/762464.Beating_the_Street","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06ed6bae-bff7-4fff-9c6a-86c9400fc53f","name":"A Universe out of Nothing","description":"By Manuel Carreira SJ","image":"https://learn-awesome.github.io/assets/book_covers/24844951.jpg","links":"book|https://www.goodreads.com/book/show/24844951-everything-coming-out-of-nothing-vs-a-finite-open-and-contingent-unive","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"90f41ec9-7a72-4d7e-8b23-64e5ae140684","name":"Analysis of Sensations","description":"By Ernst Mach","image":null,"links":"book|https://www.goodreads.com/book/show/679445.Analysis_of_Sensations","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fdda5bba-3484-45f1-be44-d8341a4d95ce","name":"Barbarians at the Gate: The Fall of RJR Nabisco","description":"By Bryan Burrough","image":"https://learn-awesome.github.io/assets/book_covers/781182.jpg","links":"book|https://www.goodreads.com/book/show/781182.Barbarians_at_the_Gate","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45af05fb-982f-4fc2-8753-3ade598857a3","name":"Conspiracy of Fools: A True Story","description":"By Kurt Eichenwald","image":"https://learn-awesome.github.io/assets/book_covers/29519.jpg","links":"book|https://www.goodreads.com/book/show/29519.Conspiracy_of_Fools","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cbffee86-86d8-44bb-b789-630e5d5b19cd","name":"Titan: The Life of John D. Rockefeller, Sr.","description":"By Ron Chernow","image":"https://learn-awesome.github.io/assets/book_covers/16121.jpg","links":"book|https://www.goodreads.com/book/show/16121.Titan","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b998b1c3-f582-46df-9bd2-e8acffe698c2","name":"The Warren Buffett Portfolio: Mastering the Power of the Focus Investment Strategy","description":"By Robert G. Hagstrom","image":"https://learn-awesome.github.io/assets/book_covers/1131.jpg","links":"book|https://www.goodreads.com/book/show/1131.The_Warren_Buffett_Portfolio","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef8595b1-f67f-4f89-b23a-4b11afe2e1e0","name":"Living within Limits: Ecology, Economics, and Population Taboos ","description":"By Garrett Hardin","image":null,"links":"book|https://www.goodreads.com/book/show/23046219-living-within-limits","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26c1203f-4cf9-4f17-94c7-f40d0fe01748","name":"The Third Chimpanzee: The Evolution and Future of the Human Animal","description":"By Jared Diamond","image":"https://learn-awesome.github.io/assets/book_covers/49234.jpg","links":"book|https://www.goodreads.com/book/show/49234.The_Third_Chimpanzee","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c1e5f2e3-39b3-4762-9e61-922a88ddc4b9","name":"No Two Alike: Human Nature and Human Individuality","description":"By Judith Rich Harris","image":"https://learn-awesome.github.io/assets/book_covers/1099821.jpg","links":"book|https://www.goodreads.com/book/show/1099821.No_Two_Alike","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33f50d33-af1e-493e-b974-d2784f463af9","name":"Darwin’s Blind Spot: Evolution Beyond Natural Selection","description":"By Frank Ryan","image":"https://learn-awesome.github.io/assets/book_covers/1615907.jpg","links":"book|https://www.goodreads.com/book/show/1615907.Darwin_s_Blind_Spot","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a53a40b-b8fb-4d4b-aaba-d0fa3ce2fd73","name":"Ice Age","description":"By John Gribbin","image":"https://learn-awesome.github.io/assets/book_covers/755105.jpg","links":"book|https://www.goodreads.com/book/show/755105.Ice_Age","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11c91103-6790-4ce9-835b-33b7fb047d47","name":"Andrew Carnegie","description":"By David Nasaw","image":"https://learn-awesome.github.io/assets/book_covers/5486.jpg","links":"book|https://www.goodreads.com/book/show/5486.Andrew_Carnegie","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68578949-5772-4efb-b664-dc83b650678f","name":"Distant Force: A Memoir of the Teledyne Corporation and the Man Who Created It, with an Introduction to Teledyne Technologies","description":"By George A. Roberts","image":null,"links":"book|https://www.goodreads.com/book/show/2342133.Distant_Force","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7465442-fb86-4046-bc02-c7b8f7deb6fc","name":"The Wealth and Poverty of Nations: Why Some Are So Rich and Some So Poor","description":"By David S. Landes","image":"https://learn-awesome.github.io/assets/book_covers/209176.jpg","links":"book|https://www.goodreads.com/book/show/209176.The_Wealth_and_Poverty_of_Nations","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ed0cd2ce-5619-4ac5-82f2-3e623c632847","name":"A Matter of Degrees: What Temperature Reveals about the Past and Future of Our Species, Planet, and Universe","description":"By Gino Segrè","image":"https://learn-awesome.github.io/assets/book_covers/441966.jpg","links":"book|https://www.goodreads.com/book/show/441966.A_Matter_of_Degrees","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2aff8a55-7bc7-48c8-b812-e09321214c0e","name":"How the Scots Invented the Modern World","description":"By Arthur Herman","image":"https://learn-awesome.github.io/assets/book_covers/159210.jpg","links":"book|https://www.goodreads.com/book/show/159210.How_the_Scots_Invented_the_Modern_World","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd6a03f5-50d7-49e3-a9b5-b9f129958124","name":"Deep Simplicity: Bringing Order to Chaos and Complexity","description":"By John Gribbin","image":"https://learn-awesome.github.io/assets/book_covers/587906.jpg","links":"book|https://www.goodreads.com/book/show/587906.Deep_Simplicity","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98d0a019-9ac6-46a3-a6c5-a8c6d0a57a94","name":"Fiasco: The Inside Story of a Wall Street Trader","description":"By Frank Partnoy","image":"https://learn-awesome.github.io/assets/book_covers/122335.jpg","links":"book|https://www.goodreads.com/book/show/122335.Fiasco","topics":"finance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76f3080d-b0cd-461d-91c9-9d3566466613","name":"Models of My Life","description":"By Herbert A. Simon","image":"https://learn-awesome.github.io/assets/book_covers/1501364.jpg","links":"book|https://www.goodreads.com/book/show/1501364.Models_of_My_Life","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a5fc43c-9c08-429a-a553-5520a8961b57","name":"In The Plex: How Google Thinks, Works, and Shapes Our Lives","description":"By Steven Levy","image":"https://learn-awesome.github.io/assets/book_covers/7841446.jpg","links":"book|https://www.goodreads.com/book/show/7841446-in-the-plex","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58277e6e-7b16-45e8-8580-fe7a5ef3695e","name":"Three Scientists and Their Gods: Looking for Meaning in an Age of Information","description":"By Robert Wright","image":"https://learn-awesome.github.io/assets/book_covers/214570.jpg","links":"book|https://www.goodreads.com/book/show/214570.Three_Scientists_and_Their_Gods","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f189ac0-7344-40d2-aa64-093ce47dc126","name":"The Martians of Science: Five Physicists Who Changed the Twentieth Century","description":"By István Hargittai","image":"https://learn-awesome.github.io/assets/book_covers/40362.jpg","links":"book|https://www.goodreads.com/book/show/40362.The_Martians_of_Science","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee541acc-89e2-4392-9292-792602417952","name":"Master of the Game: Steve Ross and the Creation of Time Warner","description":"By Connie Bruck","image":"https://learn-awesome.github.io/assets/book_covers/100789.jpg","links":"book|https://www.goodreads.com/book/show/100789.Master_of_the_Game","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c6b920b1-5b3f-400a-906b-21b2fa9de406","name":"Common Stocks and Uncommon Profits and Other Writings","description":"By Philip A. Fisher","image":"https://learn-awesome.github.io/assets/book_covers/25574.jpg","links":"book|https://www.goodreads.com/book/show/25574.Common_Stocks_and_Uncommon_Profits_and_Other_Writings","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e60d3275-8cd4-4501-907e-5605323839b9","name":"The Book of Life","description":"By Deborah Harkness","image":"https://learn-awesome.github.io/assets/book_covers/16054217.jpg","links":"book|https://www.goodreads.com/book/show/16054217-the-book-of-life","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"66f837fd-e03a-4b51-8837-492dc1407ee3","name":"The Red Queen","description":"By Victoria Aveyard","image":"https://learn-awesome.github.io/assets/book_covers/22328546.jpg","links":"book|https://www.goodreads.com/book/show/22328546-red-queen","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea4a24b7-994a-45f1-aeb8-0d85faaae2b5","name":"Reality is Not What it Seems","description":"By Nicolas Michaud","image":"https://learn-awesome.github.io/assets/book_covers/26113820.jpg","links":"book|https://www.goodreads.com/book/show/26113820-discworld-and-philosophy","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c7bedb4-8aa2-4241-a6d4-647d16096595","name":"Vasishta Yoga","description":"By Venkatesananda","image":null,"links":"book|https://www.goodreads.com/book/show/17735049-vasishta-s-yoga","topics":"reading-again","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b63c06b4-4b21-4c7a-a3a4-af9566676612","name":"The Book of Nothing","description":"By William Shakespeare","image":"https://learn-awesome.github.io/assets/book_covers/12957._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/12957.Much_Ado_About_Nothing","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d41a3322-5984-4797-ad81-eed864889696","name":"Math (Better Explained)","description":"By Kalid Azad","image":"https://learn-awesome.github.io/assets/book_covers/15852615._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/15852615-math-better-explained","topics":"math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c95ee3e8-a99c-4aab-9b11-9f3509b7eb4d","name":"The Path to Love","description":"By Deepak Chopra","image":"https://learn-awesome.github.io/assets/book_covers/138903._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/138903.The_Path_to_Love","topics":"spirituality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c71e1a96-ba6b-4fe4-a9ea-35efb91d24d0","name":"Direct Truth","description":"By Kapil Gupta","image":"https://learn-awesome.github.io/assets/book_covers/40947505.jpg","links":"book|https://www.goodreads.com/book/show/40947505-direct-truth","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb6f985f-d31a-426a-996a-30d52e9c6d27","name":"The Gay Science","description":"By Friedrich Nietzsche","image":"https://learn-awesome.github.io/assets/book_covers/94578._SY160_.jpg","links":"book|https://www.goodreads.com/book/show/94578.The_Gay_Science","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b235a55-48f1-4871-b2a1-ee2ec5def96f","name":"Permutation City","description":"By Greg Egan","image":"https://learn-awesome.github.io/assets/book_covers/156784._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/156784.Permutation_City","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b535e06-2612-4faa-b38b-e3f8889de682","name":"The Order of a Time","description":"By Jack London","image":"https://learn-awesome.github.io/assets/book_covers/18873550.jpg","links":"book|https://www.goodreads.com/book/show/18873550-the-call-of-the-wild-the-best-books-of-all-time-over-71-illustratio","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a89306dd-7681-4300-a670-88d65ad7eab9","name":"Understand by Ted Chiang","description":"By Ted Chiang","image":"https://learn-awesome.github.io/assets/book_covers/7234685._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/7234685-understand","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ab33039-eab1-4e52-87bd-6f72ce254fe6","name":"Jed Talks #2: Away from the Things of Man","description":"By Jed McKenna","image":"https://learn-awesome.github.io/assets/book_covers/41957313.jpg","links":"book|https://www.goodreads.com/book/show/41957313-jed-talks-2","topics":"naval-reccomendations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7260a142-10cd-4102-b368-6ac18b110671","name":"Jed Talks #1: Essays, Teachings, Rants & Frivolous Frivolity (Volume 1)","description":"By Jed McKenna","image":"https://learn-awesome.github.io/assets/book_covers/35132339.jpg","links":"book|https://www.goodreads.com/book/show/35132339-jed-talks-1","topics":"bought","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c20a4617-1fee-49ae-bd7a-6c20f2f87fbe","name":"Jed McKenna's Theory of Everything: The Enlightened Perspective (The Dreamstate Trilogy)","description":"By Jed McKenna","image":"https://learn-awesome.github.io/assets/book_covers/17729934._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/17729934-jed-mckenna-s-theory-of-everything","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a11fba6-5a67-4b34-b71b-6b5b3eb2219a","name":"Spiritual Warfare: Book Three of The Enlightenment Trilogy","description":"By Jed McKenna","image":"https://learn-awesome.github.io/assets/book_covers/34678034.jpg","links":"book|https://www.goodreads.com/book/show/34678034-spiritual-warfare","topics":"spiritual","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12424c4d-c065-42ba-ba25-c88dea45e472","name":"Spiritually Incorrect Enlightenment: Book Two of The Enlightenment Trilogy","description":"By Jed McKenna","image":"https://learn-awesome.github.io/assets/book_covers/8431276.jpg","links":"book|https://www.goodreads.com/book/show/8431276-spiritually-incorrect-enlightenment","topics":"spirituality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96883dd5-2172-484d-9e96-dd675877413b","name":"Spiritual Enlightenment, the Damnedest Thing: Book One of The Enlightenment Trilogy","description":"By Jed McKenna","image":"https://learn-awesome.github.io/assets/book_covers/149961.jpg","links":"book|https://www.goodreads.com/book/show/149961.Spiritual_Enlightenment","topics":"spirituality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55a25254-c530-4ea8-b0dc-d340722d68f0","name":"Awareness by Anthony DeMello","description":"By Anthony DeMello","image":null,"links":"book|https://www.goodreads.com/book/show/46296822-awareness-the-way-to-love-the-song-of-the-bird-10-happier-4-books-co","topics":"spiritual","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7149436b-06ee-41a8-87c4-d120cbd4bd05","name":"The Origins of Virtue: Human Instincts and the Evolution of Cooperation","description":"By Matt Ridley","image":"https://learn-awesome.github.io/assets/book_covers/22471.jpg","links":"book|https://www.goodreads.com/book/show/22471.The_Origins_of_Virtue","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17acdd17-3a7d-4c1e-9402-e44c436213c8","name":"Six Easy Pieces: Essentials of Physics Explained by Its Most Brilliant Teacher","description":"By Richard P. Feynman","image":"https://learn-awesome.github.io/assets/book_covers/5553.jpg","links":"book|https://www.goodreads.com/book/show/5553.Six_Easy_Pieces","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36c002ba-bffb-4729-8357-09f8cdcfc937","name":"Total Freedom: The Essential Krishnamurti","description":"By Jiddu Krishnamurti","image":"https://learn-awesome.github.io/assets/book_covers/143878.jpg","links":"book|https://www.goodreads.com/book/show/143878.Total_Freedom","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34b69788-885a-4d33-a2a0-d4388012131f","name":"Six Not-So-Easy Pieces: Einstein's Relativity, Symmetry, and Space-Time","description":"By Richard P. Feynman","image":"https://learn-awesome.github.io/assets/book_covers/6779.jpg","links":"book|https://www.goodreads.com/book/show/6779.Six_Not_So_Easy_Pieces","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f07b0e3-3cac-4a19-95b3-ef75ebd43388","name":"The Book of Five Rings (Shambhala Classics)","description":"By Miyamoto Musashi","image":"https://learn-awesome.github.io/assets/book_covers/867247.jpg","links":"book|https://www.goodreads.com/book/show/867247.A_Book_of_Five_Rings","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee4dcb31-b792-4c37-afd9-fe394a3fb97a","name":"Bruce Lee Striking Thoughts: Bruce Lee's Wisdom for Daily Living","description":"By Bruce Lee","image":"https://learn-awesome.github.io/assets/book_covers/259311._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/259311.Striking_Thoughts","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2dea9177-57db-4fad-83a2-31e4f24be9de","name":"Good Calories, Bad Calories: Fats, Carbs, and the Controversial Science of Diet and Health","description":"By Jack Read","image":"https://learn-awesome.github.io/assets/book_covers/17960363._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/17960363-the-most-intimate-revelations-about-good-calories-bad-calories","topics":"nr","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d9ead8f-9b55-4f07-8bc7-6aec174a9956","name":"The Great Challenge : Exploring the World within","description":"By Osho","image":"https://learn-awesome.github.io/assets/book_covers/39087660.jpg","links":"book|https://www.goodreads.com/book/show/39087660-the-great-challenge","topics":"naval-reccomendations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5e7a8bf-44e4-449b-b615-18bec5c393c7","name":"Ficciones ","description":"By Jorge Luis Borges","image":"https://learn-awesome.github.io/assets/book_covers/426504._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/426504.Ficciones","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab4783b7-412a-43a7-af42-3b982060d4fd","name":"Reality Is Not What It Seems: The Journey to Quantum Gravity","description":"By Carlo Rovelli","image":"https://learn-awesome.github.io/assets/book_covers/29767627._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/29767627-reality-is-not-what-it-seems","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21461e71-0f97-48a4-8748-fa9a1ff23062","name":"Perfectly Reasonable Deviations from the Beaten Track","description":"By Richard P. Feynman","image":"https://learn-awesome.github.io/assets/book_covers/5550.jpg","links":"book|https://www.goodreads.com/book/show/5550.Perfectly_Reasonable_Deviations_from_the_Beaten_Track","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26f6be37-3376-4cc6-a816-ce1b85080dfd","name":"The Undercover Economist","description":"By Tim Harford","image":"https://learn-awesome.github.io/assets/book_covers/70420.jpg","links":"book|https://www.goodreads.com/book/show/70420.The_Undercover_Economist","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de08c363-37c2-4a41-8899-15de628009fa","name":"Basic Writings of Nietzsche","description":"By Friedrich Nietzsche","image":"https://learn-awesome.github.io/assets/book_covers/12319._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/12319.Basic_Writings_of_Nietzsche","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"344fdff0-1203-4dba-8160-ce4d2f4db977","name":"God's Debris: A Thought Experiment","description":"By Scott Adams","image":"https://learn-awesome.github.io/assets/book_covers/50221._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/50221.God_s_Debris","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d64c3834-3161-491f-82d0-59ba291f677d","name":"Love, Freedom, Aloneness: The Koan of Relationships","description":"By Osho","image":"https://learn-awesome.github.io/assets/book_covers/97008._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/97008.Love_Freedom_and_Aloneness","topics":"spirituality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e78df793-0ee8-45e4-b9a4-9ac94d76538a","name":"Seven Brief Lessons on Physics","description":"By Carlo Rovelli","image":"https://learn-awesome.github.io/assets/book_covers/25734172._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/25734172-seven-brief-lessons-on-physics","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80d2ba67-0acf-4308-aa85-95abe6df1fd0","name":"A Magic Web: The Forest of Barro Colorado Island ","description":"By Christian Ziegler","image":"https://learn-awesome.github.io/assets/book_covers/1025649.jpg","links":"book|https://www.goodreads.com/book/show/1025649.A_Magic_Web","topics":"ray-dalio","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"454d8ea0-dbab-478a-b6d3-336ef41b79cd","name":"Endurance: Shackleton’s Incredible Voyage","description":"By Alfred Lansing","image":"https://learn-awesome.github.io/assets/book_covers/139069.jpg","links":"book|https://www.goodreads.com/book/show/139069.Endurance","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7144e1fd-4b0c-4281-892c-c903cfcf3d08","name":"The Serengeti Rules: The Quest to Discover How Life Works and Why it Matters","description":"By Sean B. Carroll","image":"https://learn-awesome.github.io/assets/book_covers/26597346.jpg","links":"book|https://www.goodreads.com/book/show/26597346-the-serengeti-rules","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5ed3bc0-a086-4761-9d5b-eb808aaeb68d","name":"The Undoing Project: A Friendship That Changed Our Minds ","description":"By Michael Lewis","image":"https://learn-awesome.github.io/assets/book_covers/35631386.jpg","links":"book|https://www.goodreads.com/book/show/35631386-the-undoing-project","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9dfea5f6-8336-4310-bc83-1e4eaf7cb04b","name":"A Whole New Mind: Why Right-Brainers Will Rule the Future","description":"By Daniel H. Pink","image":"https://learn-awesome.github.io/assets/book_covers/99315.jpg","links":"book|https://www.goodreads.com/book/show/99315.A_Whole_New_Mind","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1930a530-3a0d-4b4c-a9c2-2f4976fc28dd","name":"Welcome to Your Brain: Why You Lose Your Car Keys but Never Forget How to Drive and Other Puzzles of Everyday Life","description":"By Sandra Aamodt","image":"https://learn-awesome.github.io/assets/book_covers/856904.jpg","links":"book|https://www.goodreads.com/book/show/856904.Welcome_to_Your_Brain","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4af938fc-47c4-41d7-81cf-a41bd80685a4","name":"Leadership the Outward Bound Way: Becoming a Better Leader in the Workplace, in the Wilderness, and in Your Community — Outward Bound USA","description":"By Jimmy Carter","image":"https://learn-awesome.github.io/assets/book_covers/19797621.jpg","links":"book|https://www.goodreads.com/book/show/19797621-leadership-the-outward-bound-way","topics":"ray-dalio","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4863db15-93ca-45e1-bf9c-cb854d3deb0c","name":"Einstein’s Mistakes: The Human Failings of Genius","description":"By Hans C. Ohanian","image":"https://learn-awesome.github.io/assets/book_covers/3325124.jpg","links":"book|https://www.goodreads.com/book/show/3325124-einstein-s-mistakes","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8791764d-e1ba-4e03-8826-0424c38f85a4","name":"The Upside of Inequality: How Good Intentions Undermine the Middle Class ","description":"By Edward Conard","image":"https://learn-awesome.github.io/assets/book_covers/27209495.jpg","links":"book|https://www.goodreads.com/book/show/27209495-the-upside-of-inequality","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82a8f66a-6509-4550-9723-677157e169de","name":"Super Mind: How to Boost Performance and Live a Richer and Happier Life Through Transcendental Meditation","description":"By Norman E. Rosenthal","image":"https://learn-awesome.github.io/assets/book_covers/26236955._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/26236955-super-mind","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"269f08f9-2ad8-4ae3-8e34-4794b0dab36e","name":"The Meaning of Human Existence","description":"By Edward O. Wilson","image":"https://learn-awesome.github.io/assets/book_covers/20665570._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/20665570-the-meaning-of-human-existence","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c818e06-75e5-401e-aad5-2b0d20155ec0","name":"Creativity and the Brain by Mario Tokoro & Ken Mogi","description":"By Mario Tokoro","image":"https://learn-awesome.github.io/assets/book_covers/5411418.jpg","links":"book|https://www.goodreads.com/book/show/5411418-creativity-and-the-brain","topics":"ray-dalio","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d28281eb-400e-4ee0-89ef-182e8a959137","name":"Why We Believe in God(s): A Concise Guide to the Science of Faith","description":"By J. Anderson Thomson","image":"https://learn-awesome.github.io/assets/book_covers/10361826._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/10361826-why-we-believe-in-god-s","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6730be8-1a83-473e-99b0-b7e684eec361","name":"My Stroke of Insight: A Brain Scientist’s Personal Journey","description":"By Jill Bolte Taylor","image":"https://learn-awesome.github.io/assets/book_covers/142292.jpg","links":"book|https://www.goodreads.com/book/show/142292.My_Stroke_of_Insight","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edc85dc8-d57f-41d2-817e-552f359f1084","name":"The Gift of Adversity: The Unexpected Benefits of Life’s Difficulties, Setbacks, and Imperfections","description":"By Norman E. Rosenthal","image":"https://learn-awesome.github.io/assets/book_covers/16158550._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/16158550-the-gift-of-adversity","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa9e0a11-7670-4188-915c-77eeb5a16e93","name":"Discovering Your Personality Type: The Essential Introduction to the Enneagram","description":"By Don Richard Riso","image":"https://learn-awesome.github.io/assets/book_covers/311057.jpg","links":"book|https://www.goodreads.com/book/show/311057.Discovering_Your_Personality_Type","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d13b9b45-ca80-4898-9fa4-d2ae89012cac","name":"The Role of the Individual in History","description":"By Georgi Plekhanov","image":"https://learn-awesome.github.io/assets/book_covers/1866312.jpg","links":"book|https://www.goodreads.com/book/show/1866312.The_Role_of_the_Individual_in_History","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"308db5ff-16d7-4685-bae1-0ca75ff1d44b","name":"Subliminal: How Your Unconscious Mind Rules Your Behavior","description":"By Leonard Mlodinow","image":"https://learn-awesome.github.io/assets/book_covers/13058637._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/13058637-subliminal","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ee48b3d-4c01-419b-ae87-c654a7c431be","name":"You: Being More Effective in Your MBTI Type","description":"By Roger R. Pearman","image":null,"links":"book|https://www.goodreads.com/book/show/6812615-you","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ecd368fb-a128-4dcd-a244-7f9ad2ed4772","name":"An Everyone Culture: Becoming a Deliberately Development Organization","description":"By Robert Kegan","image":"https://learn-awesome.github.io/assets/book_covers/25159550._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/25159550-an-everyone-culture","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db79cf98-48d4-488b-b742-de5ef787cb9c","name":"The Evolving Self: Problem and Process in Human Development","description":"By Robert Kegan","image":"https://learn-awesome.github.io/assets/book_covers/345095.jpg","links":"book|https://www.goodreads.com/book/show/345095.The_Evolving_Self","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"843ca42d-bbab-4983-a39e-88191f9218a8","name":"Learn or Die: Using Science to Build a Leading-Edge Learning Organization","description":"By Edward D. Hess","image":"https://learn-awesome.github.io/assets/book_covers/21435602._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/21435602-learn-or-die","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a79fbbf-ff2e-4f20-9395-5324e5e5c24c","name":"Who’s in Charge?: Free Will and the Science of the Brain","description":"By Michael S. Gazzaniga","image":"https://learn-awesome.github.io/assets/book_covers/11976774.jpg","links":"book|https://www.goodreads.com/book/show/11976774-who-s-in-charge-free-will-and-the-science-of-the-brain","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"414147e2-e997-46a8-93ce-95a0da564f1b","name":"Incognito: The Secret Lives of the Brain","description":"By David Eagleman","image":"https://learn-awesome.github.io/assets/book_covers/9827912.jpg","links":"book|https://www.goodreads.com/book/show/9827912-incognito","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3d08b2d-de93-47aa-89c7-836ccd006f84","name":"Why the Allies Won ","description":"By Richard Overy","image":"https://learn-awesome.github.io/assets/book_covers/831378.jpg","links":"book|https://www.goodreads.com/book/show/831378.Why_the_Allies_Won","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26e30490-df72-46ec-8071-92b8b892aea8","name":"Kelly: More Than My Share of It All","description":"By Clarence L. Johnson","image":"https://learn-awesome.github.io/assets/book_covers/1354758.jpg","links":"book|https://www.goodreads.com/book/show/1354758.Kelly","topics":"aviation","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77b9aa19-c865-45f7-bd01-722400e1bfd5","name":"The Fry Chronicles: An Autobiography ","description":"By Stephen Fry","image":"https://learn-awesome.github.io/assets/book_covers/8649656.jpg","links":"book|https://www.goodreads.com/book/show/8649656-the-fry-chronicles","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bba7b86c-0ebb-4b98-9332-9d9699e8d0c7","name":"To Explain The World by Steven Weinberg","description":"By Steven Weinberg","image":"https://learn-awesome.github.io/assets/book_covers/22328555.jpg","links":"book|https://www.goodreads.com/book/show/22328555-to-explain-the-world","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0a7af3c-2b22-457f-9d05-52e4afb57841","name":"The 7 Powers: The Foundations of Business Strategy ","description":"By Hamilton Wright Helmer","image":"https://learn-awesome.github.io/assets/book_covers/32816087.jpg","links":"book|https://www.goodreads.com/book/show/32816087-7-powers","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"903382dd-536e-458b-82ec-9aa301a2c30d","name":"Revolution in The Valley: The Insanely Great Story of How the Mac Was Made ","description":"By Andy Hertzfeld","image":"https://learn-awesome.github.io/assets/book_covers/40492.jpg","links":"book|https://www.goodreads.com/book/show/40492.Revolution_in_The_Valley","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67122fe4-f759-4917-987b-e2801f92cdf2","name":"The Method Method: Seven Obsessions That Helped Our Scrappy Start-up Turn an Industry Upside Down ","description":"By Eric Ryan","image":"https://learn-awesome.github.io/assets/book_covers/11910901.jpg","links":"book|https://www.goodreads.com/book/show/11910901-the-method-method","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0387b2a1-04ea-47b7-92c1-34c1bcebcefb","name":"Troublemakers: Silicon Valley’s Coming of Age ","description":"By Leslie Berlin","image":"https://learn-awesome.github.io/assets/book_covers/34467030.jpg","links":"book|https://www.goodreads.com/book/show/34467030-troublemakers","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1edd368e-4dd6-4f0e-9b54-fa10e62f50f9","name":"The Intel Trinity: How Robert Noyce, Gordon Moore, and Andy Grove Built the World’s Most Important Company ","description":"By Michael S. Malone","image":"https://learn-awesome.github.io/assets/book_covers/18606951.jpg","links":"book|https://www.goodreads.com/book/show/18606951-the-intel-trinity","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7921893-3034-49c8-8a6e-6ccf45ca8892","name":"Cultural Strategy: Using Innovative Ideologies to Build Breakthrough Brands ","description":"By Douglas B. Holt","image":"https://learn-awesome.github.io/assets/book_covers/9398076.jpg","links":"book|https://www.goodreads.com/book/show/9398076-cultural-strategy","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"346bd9e8-139a-46db-a487-c6225ad295f6","name":"The Innovator’s Solution: Creating and Sustaining Successful Growth ","description":"By Clayton M. Christensen","image":"https://learn-awesome.github.io/assets/book_covers/2618.jpg","links":"book|https://www.goodreads.com/book/show/2618.The_Innovator_s_Solution","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef30a1ca-c670-44f3-b468-9097095020e2","name":"The Curse of the Mogul: What’s Wrong with the World’s Leading Media Companies ","description":"By Jonathan A. Knee","image":"https://learn-awesome.github.io/assets/book_covers/7162410.jpg","links":"book|https://www.goodreads.com/book/show/7162410-the-curse-of-the-mogul","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2071d22-942d-4071-a937-397208ffadc3","name":"The Success Equation: Untangling Skill and Luck in Business, Sports, and Investing ","description":"By Michael J. Mauboussin","image":"https://learn-awesome.github.io/assets/book_covers/18883677.jpg","links":"book|https://www.goodreads.com/book/show/18883677-the-success-equation","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"601cad92-cb9c-4023-9b14-8341db58a63f","name":"Naked Statistics: Stripping the Dread from the Data ","description":"By Charles Wheelan","image":"https://learn-awesome.github.io/assets/book_covers/17986418.jpg","links":"book|https://www.goodreads.com/book/show/17986418-naked-statistics","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8660973-505d-429b-8444-9e5cd3317ede","name":"Insanely Simple: The Obsession That Drives Apple’s Success ","description":"By Ken Segall","image":"https://learn-awesome.github.io/assets/book_covers/13383957.jpg","links":"book|https://www.goodreads.com/book/show/13383957-insanely-simple","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e8224104-0d9e-4fe7-8e9f-fc1277a1a69c","name":"The Search: How Google and Its Rivals Rewrote the Rules of Business and Transformed Our Culture ","description":"By John Battelle","image":"https://learn-awesome.github.io/assets/book_covers/10146.jpg","links":"book|https://www.goodreads.com/book/show/10146.The_Search","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bc23ffc5-9498-4692-9b54-e068108f8bc3","name":"Trade-Off: Why Some Things Catch On, and Others Don’t ","description":"By Kevin Maney","image":"https://learn-awesome.github.io/assets/book_covers/6664826.jpg","links":"book|https://www.goodreads.com/book/show/6664826-trade-off","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfc897c0-3ce2-4b43-94d2-fc8c4f05944c","name":"Drawing Life: Surviving the Unabomber ","description":"By David Gelernter","image":"https://learn-awesome.github.io/assets/book_covers/1142710.jpg","links":"book|https://www.goodreads.com/book/show/1142710.Drawing_Life","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a178e96-653e-4869-a39a-540738b9e8d0","name":"Get Back in the Box: How Being Great at What You Do Is Great for Business ","description":"By Douglas Rushkoff","image":"https://learn-awesome.github.io/assets/book_covers/190011.jpg","links":"book|https://www.goodreads.com/book/show/190011.Get_Back_in_the_Box","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e23d76b-9f34-4926-858c-ce2a73638b32","name":"Architects of the Web: 1,000 Days that Built the Future of Business ","description":"By Rob Reid","image":"https://learn-awesome.github.io/assets/book_covers/2305591.jpg","links":"book|https://www.goodreads.com/book/show/2305591.Architects_of_the_Web","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5b8f13b-c346-4070-9e20-9036657a3e9a","name":"Steve Jobs & The NeXT Big Thing ","description":"By Randall E. Stross","image":"https://learn-awesome.github.io/assets/book_covers/226316.jpg","links":"book|https://www.goodreads.com/book/show/226316.Steve_Jobs_the_NeXT_Big_Thing","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46cf0a09-8968-40bb-a8e1-72fca6db9696","name":"The Tinkerings of Robert Noyce ","description":"By Barbara Tinker","image":"https://learn-awesome.github.io/assets/book_covers/20949181.jpg","links":"book|https://www.goodreads.com/book/show/20949181-the-cryptic-case-of-the-coded-fair","topics":"children-s-books","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5749b092-6c5d-4c5a-96e9-dfbb001f9fa0","name":"Googled: The End of the World As We Know It ","description":"By Ken Auletta","image":"https://learn-awesome.github.io/assets/book_covers/6514908.jpg","links":"book|https://www.goodreads.com/book/show/6514908-googled","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5b6c224-1929-433f-8229-11c401d05984","name":"World War 3.0: Microsoft, the US Government, and the Battle for the New Economy ","description":"By Ken Auletta","image":"https://learn-awesome.github.io/assets/book_covers/9810263.jpg","links":"book|https://www.goodreads.com/book/show/9810263-world-war-3-0","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0284a19a-7255-4681-8106-049da6356390","name":"Viral Loop: From Facebook to Twitter, How Today’s Smartest Businesses Grow Themselves ","description":"By Adam L Penenberg","image":null,"links":"book|https://www.goodreads.com/book/show/35087723-viral-loop","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0107403f-605d-464c-b00c-b45d7ba28897","name":"Return to the Little Kingdom: Steve Jobs and the Creation of Apple ","description":"By Michael Moritz","image":"https://learn-awesome.github.io/assets/book_covers/44791083.jpg","links":"book|https://www.goodreads.com/book/show/44791083-return-to-the-little-kingdom","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f94c6056-6744-4f01-9c3f-05e903335e9c","name":"Education for Freedom","description":"By Robert Maynard Hutchins","image":"https://learn-awesome.github.io/assets/book_covers/20960733.jpg","links":"book|https://www.goodreads.com/book/show/20960733-education-for-freedom","topics":"carl-sagan-reading-list","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e267c3ec-538d-403e-a456-a1d726487284","name":"But We Were Born Free","description":"By Elmer Holmes Davis","image":"https://learn-awesome.github.io/assets/book_covers/2447897.jpg","links":"book|https://www.goodreads.com/book/show/2447897.But_We_Were_Born_Free","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f575751-094f-4d49-b1f6-2dbe0ea95e7f","name":"The Uses of the Past: Profiles of Former Societies","description":"By Herbert Joseph Muller","image":"https://learn-awesome.github.io/assets/book_covers/2088706.jpg","links":"book|https://www.goodreads.com/book/show/2088706.The_Uses_Of_The_Past","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b13c449a-6780-4836-9ed5-db9cf3ad4d27","name":"Extraordinary Popular Delusions","description":"By Charles Mackay","image":"https://learn-awesome.github.io/assets/book_covers/162120.jpg","links":"book|https://www.goodreads.com/book/show/162120.Extraordinary_Popular_Delusions_and_the_Madness_of_Crowds","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eec04ea5-95ee-4b51-ac8d-926c5c794c66","name":"Timaeus","description":"By Plato","image":"https://learn-awesome.github.io/assets/book_covers/1130209.jpg","links":"book|https://www.goodreads.com/book/show/1130209.Timaeus","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a272a93-0d6f-4162-b0ea-8ccb23086213","name":"Young Archimedes and Other Stories","description":"By Aldous Huxley","image":"https://learn-awesome.github.io/assets/book_covers/1400129.jpg","links":"book|https://www.goodreads.com/book/show/1400129.Young_Archimedes_and_Other_Stories","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"148da360-e033-437c-a0ee-45f862b50595","name":"Who Speaks for Man?","description":"By Norman Cousins","image":"https://learn-awesome.github.io/assets/book_covers/17457133.jpg","links":"book|https://www.goodreads.com/book/show/17457133-who-speaks-for-man","topics":"carl-sagan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a36fced2-33ff-4609-b4bf-678d5c7de961","name":"Ethics","description":"By Baruch Spinoza","image":"https://learn-awesome.github.io/assets/book_covers/205218.jpg","links":"book|https://www.goodreads.com/book/show/205218.Ethics","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c535ab6f-199d-4e33-a2ce-e6ef1abfb12c","name":"A Treatise of Human Nature","description":"By David Hume","image":"https://learn-awesome.github.io/assets/book_covers/80311.jpg","links":"book|https://www.goodreads.com/book/show/80311.A_Treatise_of_Human_Nature","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34fc075e-9f2b-4f4c-ab6a-ffc1d3a96566","name":"Don Quixote","description":"By Miguel de Cervantes Saavedra","image":"https://learn-awesome.github.io/assets/book_covers/3836.jpg","links":"book|https://www.goodreads.com/book/show/3836.Don_Quixote","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a8eaf540-685b-4425-a170-aa51d063416c","name":"Uncle Fred in the Springtime ","description":"By P.G. Wodehouse","image":"https://learn-awesome.github.io/assets/book_covers/13707721.jpg","links":"book|https://www.goodreads.com/book/show/13707721-uncle-fred-in-the-springtime","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b82aaca-3872-4e22-8caa-85d8c20e2761","name":"The Sword of Honour Trilogy","description":"By Evelyn Waugh","image":"https://learn-awesome.github.io/assets/book_covers/30932.jpg","links":"book|https://www.goodreads.com/book/show/30932.The_Sword_of_Honour_Trilogy","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8116470e-80b9-417a-8764-74356f1af49c","name":"Pluto's Republic ","description":"By Peter Medawar","image":"https://learn-awesome.github.io/assets/book_covers/905746.jpg","links":"book|https://www.goodreads.com/book/show/905746.Pluto_s_Republic","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"778bb093-35ef-4de3-a664-4364fc32711d","name":"Voyage of the Beagle","description":"By Charles Darwin","image":"https://learn-awesome.github.io/assets/book_covers/183645.jpg","links":"book|https://www.goodreads.com/book/show/183645.Voyage_of_the_Beagle","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3957905-e2c4-441b-b61b-9d6261e0ad70","name":"Gulliver's Travels ","description":"By Jonathan Swift","image":"https://learn-awesome.github.io/assets/book_covers/7733.jpg","links":"book|https://www.goodreads.com/book/show/7733.Gulliver_s_Travels","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d916947-35c8-4ee7-b64b-15abe44ec1bc","name":"The Age of Reason by Thomas Paine","description":"By Thomas Paine","image":"https://learn-awesome.github.io/assets/book_covers/45837489.jpg","links":"book|https://www.goodreads.com/book/show/45837489-the-age-of-reason","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3059533-cac1-4628-b2d9-bf1654bc6c24","name":"Hidden in Plain Sight","description":"By Karen Ann Hopkins","image":"https://learn-awesome.github.io/assets/book_covers/28385536.jpg","links":"book|https://www.goodreads.com/book/show/28385536-hidden-in-plain-sight","topics":"kindle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19ab775f-73be-4afa-ac65-b746d25c9e35","name":"Designing Media","description":"By Bill Moggridge","image":"https://learn-awesome.github.io/assets/book_covers/9665062.jpg","links":"book|https://www.goodreads.com/book/show/9665062-designing-media-with-dvd","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"42318d68-9e91-4173-8289-57a881b0a632","name":"101 Design Methods","description":"By Vijay Kumar","image":"https://learn-awesome.github.io/assets/book_covers/13837953.jpg","links":"book|https://www.goodreads.com/book/show/13837953-101-design-methods","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"67ee99f0-36e4-41c2-bb5c-bb6d20e4abf9","name":"Design: The History, Theory and Practice of Product Design","description":"By Bernhard E. Bürdek","image":"https://learn-awesome.github.io/assets/book_covers/3559076.jpg","links":"book|https://www.goodreads.com/book/show/3559076-design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76d901cb-f44e-44a7-b8cb-70413b5bee6a","name":"Contextual Design","description":"By Karen Holtzblatt","image":"https://learn-awesome.github.io/assets/book_covers/744460.jpg","links":"book|https://www.goodreads.com/book/show/744460.Rapid_Contextual_Design","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de787e4e-c081-4186-b660-a34cbed5066c","name":"Learning Web Design: A Beginner's Guide to (X)HTML, Style Sheets, and Web Graphics","description":"By Jennifer Niederst Robbins","image":"https://learn-awesome.github.io/assets/book_covers/15808130.jpg","links":"book|https://www.goodreads.com/book/show/15808130-learning-web-design","topics":"web-design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe578625-af5a-47d6-add6-875b55687236","name":"Prioritizing Web Usability","description":"By Jakob Nielsen","image":"https://learn-awesome.github.io/assets/book_covers/22146.jpg","links":"book|https://www.goodreads.com/book/show/22146.Prioritizing_Web_Usability","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ea5be85-7682-490e-b13c-5eba66063415","name":"Information Architecture for the World Wide Web","description":"By Peter Morville","image":"https://learn-awesome.github.io/assets/book_covers/70132.jpg","links":"book|https://www.goodreads.com/book/show/70132.Information_Architecture_for_the_World_Wide_Web","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b9febed-1ffe-4220-bf19-7e46b9e0a42a","name":"Web Design in a Nutshell","description":"By Jennifer Niederst Robbins","image":"https://learn-awesome.github.io/assets/book_covers/130732.jpg","links":"book|https://www.goodreads.com/book/show/130732.Web_Design_in_a_Nutshell","topics":"reference","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"266cc652-8d58-4537-96ec-bfba4dfffe2d","name":"Web Bloopers: 60 Common Web Design Mistakes and How to Avoid Them","description":"By Jeff Johnson","image":"https://learn-awesome.github.io/assets/book_covers/1982581.jpg","links":"book|https://www.goodreads.com/book/show/1982581.Web_Bloopers","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c69f3d1f-cf1b-4f79-86f8-2aded473cbb3","name":"Java Look and Feel Design Guidelines","description":"By Sun Microsystems Press","image":"https://learn-awesome.github.io/assets/book_covers/2019053.jpg","links":"book|https://www.goodreads.com/book/show/2019053.Java_Look_and_Feel_Design_Guidelines_with_CD_ROM_","topics":"got-it","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b27558a-b395-49a7-bbec-9bfa8d5ad57f","name":"Speed Up Your Site: Web Site Optimization","description":"By Andrew B. King","image":"https://learn-awesome.github.io/assets/book_covers/1659737.jpg","links":"book|https://www.goodreads.com/book/show/1659737.Speed_Up_Your_Site","topics":"i-own","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bc299af-c87c-4e9f-8e93-2e403a615c9f","name":"A Web for Everyone: Designing Accessible User Experiences","description":"By Sarah Horton","image":"https://learn-awesome.github.io/assets/book_covers/20640233.jpg","links":"book|https://www.goodreads.com/book/show/20640233-a-web-for-everyone","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd68ddca-b26e-4b67-8e37-673ea242a36a","name":"Validating Product Ideas","description":"By Tomer Sharon","image":"https://learn-awesome.github.io/assets/book_covers/28605459.jpg","links":"book|https://www.goodreads.com/book/show/28605459-validating-product-ideas","topics":"design","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"965fc720-98d6-46c9-8632-ba15516d2d04","name":"Going with the Grain: Making Chairs in the 21st Century","description":"By Mike Abbott","image":"https://learn-awesome.github.io/assets/book_covers/13610264.jpg","links":"book|https://www.goodreads.com/book/show/13610264-going-with-the-grain","topics":"to-buy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4baf7236-e818-46e1-a34f-95c92dc1fcf3","name":"Chasing the Scream: The First and Last Days of the War on Drugs","description":"By Johann Hari","image":"https://learn-awesome.github.io/assets/book_covers/22245552.jpg","links":"book|https://www.goodreads.com/book/show/22245552-chasing-the-scream","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4f96c00-7b39-4caf-8338-1beb29769a5f","name":"Gaia’s Garden: A Guide to Home-Scale Permaculture","description":"By Toby Hemenway","image":"https://learn-awesome.github.io/assets/book_covers/136542.jpg","links":"book|https://www.goodreads.com/book/show/136542.Gaia_s_Garden","topics":"gardening","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e29a501-35c2-416e-b3dc-d2c74d84824b","name":"The Unsettling of America: Culture and Agriculture","description":"By Wendell Berry","image":"https://learn-awesome.github.io/assets/book_covers/146191.jpg","links":"book|https://www.goodreads.com/book/show/146191.The_Unsettling_of_America","topics":"food","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9fdf7e2-37ac-45bc-a726-9f9ce74d63d0","name":"Winter of the World","description":"By Ken Follett","image":"https://learn-awesome.github.io/assets/book_covers/12959233.jpg","links":"book|https://www.goodreads.com/book/show/12959233-winter-of-the-world","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba03f1fb-1c1c-496a-842a-dcbb9748e678","name":"Foolproof Wood Finishing: For Those Who Love to Build and Hate to Finish","description":"By Teri Masaschi","image":"https://learn-awesome.github.io/assets/book_covers/339454.jpg","links":"book|https://www.goodreads.com/book/show/339454.Foolproof_Wood_Finishing","topics":"reference-books","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"099ca355-1c7d-496e-b96a-e75b5698480b","name":"The New Traditional Woodworker: From Tool Set to Skill Set to Mind Set","description":"By Jim Tolpin","image":"https://learn-awesome.github.io/assets/book_covers/10731181.jpg","links":"book|https://www.goodreads.com/book/show/10731181-the-new-traditional-woodworker","topics":"woodworking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5be43934-2cd5-4bd0-beed-1769895d05b2","name":"Life by Keith Richards","description":"By History Books","image":null,"links":"book|https://www.goodreads.com/book/show/10433783-the-life-of-keith-richards","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"723fefd6-3cf1-4d31-9493-2e2e30927726","name":"Cutting for Stone","description":"By Abraham Verghese","image":"https://learn-awesome.github.io/assets/book_covers/3591262.jpg","links":"book|https://www.goodreads.com/book/show/3591262-cutting-for-stone","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e497592a-5b6b-4993-a1a0-d8c89104d584","name":"Beyond Band of Brothers","description":"By Dick Winters","image":"https://learn-awesome.github.io/assets/book_covers/487666.jpg","links":"book|https://www.goodreads.com/book/show/487666.Beyond_Band_of_Brothers","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6823bb8-a40d-4ba3-a9ed-9bb488039d0d","name":"No Less than Victory","description":"By Jeff Shaara","image":"https://learn-awesome.github.io/assets/book_covers/6441706.jpg","links":"book|https://www.goodreads.com/book/show/6441706-no-less-than-victory","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41466427-1c31-4f50-bb82-527fd845bc81","name":"Hybrid Woodworking: Blending Power & Hand Tools for Quick, Quality Furniture","description":"By Marc Spagnuolo","image":"https://learn-awesome.github.io/assets/book_covers/20607543.jpg","links":"book|https://www.goodreads.com/book/show/20607543-hybrid-woodworking","topics":"woodworking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"99caed64-2985-4bbd-94f7-f0b043fd7c4e","name":"Chickenhawk","description":"By Robert Mason","image":"https://learn-awesome.github.io/assets/book_covers/63699.jpg","links":"book|https://www.goodreads.com/book/show/63699.Chickenhawk","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33293c20-fb26-4dc0-8fdd-09d0eaeb7f4f","name":"Anathem","description":"By Neal Stephenson","image":"https://learn-awesome.github.io/assets/book_covers/2845024.jpg","links":"book|https://www.goodreads.com/book/show/2845024-anathem","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9ed6552-4739-4743-b879-90e6ac228b87","name":"The Finishing School: Earning the Navy SEAL Trident","description":"By Dick Couch","image":"https://learn-awesome.github.io/assets/book_covers/251940.jpg","links":"book|https://www.goodreads.com/book/show/251940.The_Finishing_School","topics":"military","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f15d8d92-62e5-41d9-ad88-c6e7630c644e","name":"The Invisible Bridge: The Fall of Nixon and the Rise of Reagan","description":"By Rick Perlstein","image":"https://learn-awesome.github.io/assets/book_covers/20694952.jpg","links":"book|https://www.goodreads.com/book/show/20694952-the-invisible-bridge","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a6540d6-03a7-4a0d-bfe9-d027f19df01d","name":"Skeleton Coast","description":"By Clive Cussler","image":"https://learn-awesome.github.io/assets/book_covers/41693.jpg","links":"book|https://www.goodreads.com/book/show/41693.Skeleton_Coast","topics":"clive-cussler","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"76c85c6e-47e4-4892-b7af-5fbb79efc05c","name":"Another River, Another Town: A Teenage Tank Gunner Comes of Age in Combat — 1945","description":"By John P. Irwin","image":"https://learn-awesome.github.io/assets/book_covers/248319.jpg","links":"book|https://www.goodreads.com/book/show/248319.Another_River_Another_Town","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"792f4752-61ed-409f-90ba-3ed9833d148e","name":"Cows Save the Planet","description":"By Judith D. Schwartz","image":"https://learn-awesome.github.io/assets/book_covers/16255159.jpg","links":"book|https://www.goodreads.com/book/show/16255159-cows-save-the-planet","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19dc2ed4-42fb-4cc9-be31-b76ee616640d","name":"Goat Song: A Seasonal Life, A Short History of Herding, and the Art of Making Cheese","description":"By Brad Kessler","image":"https://learn-awesome.github.io/assets/book_covers/5975656.jpg","links":"book|https://www.goodreads.com/book/show/5975656-goat-song","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f5722a80-d97e-4236-a245-fc043dee226c","name":"The Forgotten 500: The Untold Story of the Men Who Risked All for the Greatest Rescue Mission of World War II","description":"By Gregory A. Freeman","image":"https://learn-awesome.github.io/assets/book_covers/1707116.jpg","links":"book|https://www.goodreads.com/book/show/1707116.The_Forgotten_500","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d91126c-9ea6-4f6d-b214-cd196c0c2533","name":"Chickenhawk Back In the World: Life After Vietnam","description":"By Robert Mason","image":"https://learn-awesome.github.io/assets/book_covers/12812.jpg","links":"book|https://www.goodreads.com/book/show/12812.Chickenhawk","topics":"vietnam","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4190f1ce-1e2d-4281-9039-c962ee1dcd71","name":"Against the Smart City","description":"By Adam Greenfield","image":"https://learn-awesome.github.io/assets/book_covers/18626431.jpg","links":"book|https://www.goodreads.com/book/show/18626431-against-the-smart-city","topics":"cities","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebe0a80f-4411-4e4b-82d0-988669c70c58","name":"Double Cross","description":"By James Patterson","image":"https://learn-awesome.github.io/assets/book_covers/552887.jpg","links":"book|https://www.goodreads.com/book/show/552887.Double_Cross","topics":"james-patterson","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ba85097e-a924-41d9-803b-00fe9497110e","name":"Chairmaking and Design","description":"By Jeff Miller","image":"https://learn-awesome.github.io/assets/book_covers/934458.jpg","links":"book|https://www.goodreads.com/book/show/934458.Chairmaking_Design","topics":"woodworking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"80da150d-c2d2-46a6-a806-2227c47f4179","name":"Fire Department Pumping Apparatus, 7th Edition","description":"By IFSTA","image":"https://learn-awesome.github.io/assets/book_covers/17410635.jpg","links":"book|https://www.goodreads.com/book/show/17410635-fire-department-pumping-apparatus","topics":"disaster-management;fire","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27c7ec75-7c9b-47f0-b42d-02b7b870350d","name":"Catch-22","description":"By Joseph Heller","image":"https://learn-awesome.github.io/assets/book_covers/168668.jpg","links":"book|https://www.goodreads.com/book/show/168668.Catch_22","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28e99df1-3edb-4543-8984-bcac47114401","name":"Customers Included: How to Transform Products, Companies, and the World — With a Single Step","description":"By Mark Hurst","image":"https://learn-awesome.github.io/assets/book_covers/18379101.jpg","links":"book|https://www.goodreads.com/book/show/18379101-customers-included","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b047307-3016-42d3-aea1-baddebb13f4b","name":"The Quiet American","description":"By Graham Greene","image":"https://learn-awesome.github.io/assets/book_covers/3698.jpg","links":"book|https://www.goodreads.com/book/show/3698.The_Quiet_American","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18edbfda-e309-4b6b-929c-8bfbbed4c968","name":"Calvin Cobb: Radio Woodworker!","description":"By Roy Underhill","image":"https://learn-awesome.github.io/assets/book_covers/23499843.jpg","links":"book|https://www.goodreads.com/book/show/23499843-calvin-cobb","topics":"books-to-buy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7cc7d53-1038-473a-962a-0eb8119d6798","name":"The Verse by the Side of the Road","description":"By Frank Rowsome Jr.","image":"https://learn-awesome.github.io/assets/book_covers/1039287.jpg","links":"book|https://www.goodreads.com/book/show/1039287.Verse_by_the_Side_of_the_Road","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ecc4412-ba99-462b-9ebd-6bf165967ba7","name":"Inside Seal Team Six: My Life and Missions with America’s Elite Warriors","description":"By Don Mann","image":"https://learn-awesome.github.io/assets/book_covers/11571839.jpg","links":"book|https://www.goodreads.com/book/show/11571839-inside-seal-team-six","topics":"military","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a22e732-95e9-4394-9c5e-c0dd7afe57fc","name":"The Frugal Woodturner: Make and Modify all the Tools and Equipment You Need,","description":"By Ernie Conover","image":"https://learn-awesome.github.io/assets/book_covers/8886436.jpg","links":"book|https://www.goodreads.com/book/show/8886436-the-frugal-woodturner","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c5173d2-52e4-4629-b63e-012e427b23c8","name":"Helen of Troy","description":"By Margaret George","image":"https://learn-awesome.github.io/assets/book_covers/10114.jpg","links":"book|https://www.goodreads.com/book/show/10114.Helen_of_Troy","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68a9fbeb-5294-4318-ba5d-aa31c2ab4c6b","name":"Sweet Lechery: Reviews, Essays & Profiles","description":"By Jeet Heer","image":"https://learn-awesome.github.io/assets/book_covers/21817937.jpg","links":"book|https://www.goodreads.com/book/show/21817937-sweet-lechery","topics":"essays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e33a81e-4db9-4869-b0de-58c19172c608","name":"On Call in Hell","description":"By Richard Jadick","image":"https://learn-awesome.github.io/assets/book_covers/124491.jpg","links":"book|https://www.goodreads.com/book/show/124491.On_Call_In_Hell","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2c21f8cc-e335-4d68-8939-bcfd76fd7462","name":"Cloudsplitter","description":"By Russell Banks","image":"https://learn-awesome.github.io/assets/book_covers/26931.jpg","links":"book|https://www.goodreads.com/book/show/26931.Cloudsplitter","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d05c4b8-2f27-410c-8b5b-16f7a12e1228","name":"Box Making","description":"By Joan Ryan","image":"https://learn-awesome.github.io/assets/book_covers/76355.jpg","links":"book|https://www.goodreads.com/book/show/76355.Little_Girls_in_Pretty_Boxes","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4a7ba2d-3eaf-4d41-903e-970a42999b98","name":"Shanghai Girls","description":"By Lisa See","image":"https://learn-awesome.github.io/assets/book_covers/5960325.jpg","links":"book|https://www.goodreads.com/book/show/5960325-shanghai-girls","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"125c9f4d-e2d5-4f79-9c70-4389a62295f2","name":"The Drowned Cities","description":"By Paolo Bacigalupi","image":"https://learn-awesome.github.io/assets/book_covers/12814594.jpg","links":"book|https://www.goodreads.com/book/show/12814594-the-drowned-cities","topics":"young-adult","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28008405-7470-499e-a197-27970786df85","name":"Moonshine!: Recipes, Tall Tales, Drinking Songs, Historical Stuff, Knee-Slappers, How to Make It, How to Drink It, Pleasin’ the Law, Recoverin’ the Next Day","description":"By Matthew Rowley","image":"https://learn-awesome.github.io/assets/book_covers/1014799.jpg","links":"book|https://www.goodreads.com/book/show/1014799.Moonshine_","topics":"default","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03f7b24b-0198-43cd-b25a-6f52d25b1ccd","name":"Major Pettigrew’s Last Stand","description":"By Helen Simonson","image":"https://learn-awesome.github.io/assets/book_covers/6643090.jpg","links":"book|https://www.goodreads.com/book/show/6643090-major-pettigrew-s-last-stand","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f8e4b3d-bf00-4b39-812f-33a4cbd6ef91","name":"The 100-Mile Diet: A Year of Local Eating","description":"By Alisa Smith","image":"https://learn-awesome.github.io/assets/book_covers/545830.jpg","links":"book|https://www.goodreads.com/book/show/545830.The_100_Mile_Diet","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"752364bf-ec89-48a7-9fa9-86e2b137b57f","name":"The Professor and the Madman: A Tale of Murder, Insanity, and the Making of the The Oxford English Dictionary","description":"By Simon Winchester","image":"https://learn-awesome.github.io/assets/book_covers/25019.jpg","links":"book|https://www.goodreads.com/book/show/25019.The_Professor_and_the_Madman","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19417324-f750-4bdd-922f-bea73c3195dc","name":"Eyes on Target: Inside Stories from the Brotherhood of the U. S. Navy SEALs","description":"By Scott McEwen","image":"https://learn-awesome.github.io/assets/book_covers/17851983.jpg","links":"book|https://www.goodreads.com/book/show/17851983-eyes-on-target","topics":"military","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21ffd1ac-7d2a-4e95-90dc-cb8f62ad954c","name":"The Englishman’s Daughter: A True Story of Love and Betrayal in World War I","description":"By Ben Macintyre","image":"https://learn-awesome.github.io/assets/book_covers/278828.jpg","links":"book|https://www.goodreads.com/book/show/278828.The_Englishman_s_Daughter","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d6b4812-8058-4239-a382-454be76903d9","name":"For Your Eyes Only: Ian Fleming + James Bond","description":"By Ben Macintyre","image":"https://learn-awesome.github.io/assets/book_covers/2189000.jpg","links":"book|https://www.goodreads.com/book/show/2189000.For_Your_Eyes_Only","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e72bd2fb-d562-4839-ab73-b925cf312fd7","name":"Measure Twice, Cut Once: Lessons from a Master Carpenter","description":"By Norm Abram","image":"https://learn-awesome.github.io/assets/book_covers/175349.jpg","links":"book|https://www.goodreads.com/book/show/175349.Measure_Twice_Cut_Once","topics":"woodworking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c861c851-3db1-47bb-819f-9b625d3a71c9","name":"Sight Unseen","description":"By Kaye Gibbons","image":"https://learn-awesome.github.io/assets/book_covers/179125.jpg","links":"book|https://www.goodreads.com/book/show/179125.Sights_Unseen","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa4138a1-4a5a-4c0e-b674-52aa0570022a","name":"The Revenge of Geography: What the Map Tells Us About Coming Conflicts and the Battle Against Fate","description":"By Robert D. Kaplan","image":"https://learn-awesome.github.io/assets/book_covers/13330422.jpg","links":"book|https://www.goodreads.com/book/show/13330422-the-revenge-of-geography","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0fcb7a80-5a35-4dc9-8705-7da6fa34374a","name":"Adventures in Experience Design: Activities for Beginners","description":"By Carolyn Chandler","image":"https://learn-awesome.github.io/assets/book_covers/17938930.jpg","links":"book|https://www.goodreads.com/book/show/17938930-adventures-in-experience-design","topics":"ux","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8573a84f-3cc2-4b24-b15d-e5d61ccd77ee","name":"Why We Make Things, and Why It Matters: The Education of a Craftsman","description":"By Peter Korn","image":"https://learn-awesome.github.io/assets/book_covers/18062640.jpg","links":"book|https://www.goodreads.com/book/show/18062640-why-we-make-things-and-why-it-matters","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3632ab53-022f-4ad1-bed1-97133635346c","name":"Mission to Paris","description":"By Alan Furst","image":"https://learn-awesome.github.io/assets/book_covers/12963396.jpg","links":"book|https://www.goodreads.com/book/show/12963396-mission-to-paris","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f18d4e08-6a03-4578-b982-033554491888","name":"Midnight in Europe","description":"By Alan Furst","image":"https://learn-awesome.github.io/assets/book_covers/18490852.jpg","links":"book|https://www.goodreads.com/book/show/18490852-midnight-in-europe","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77f7cb03-c2b6-4d06-90cb-0da000fe64b9","name":"Fordlandia: The Rise and Fall of Henry Ford’s Forgotten Jungle City","description":"By Greg Grandin","image":"https://learn-awesome.github.io/assets/book_covers/6214108.jpg","links":"book|https://www.goodreads.com/book/show/6214108-fordlandia","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"daea16fc-1356-483b-b642-fdc034fc76d0","name":"Amsterdam","description":"By Ian McEwan","image":"https://learn-awesome.github.io/assets/book_covers/6862.jpg","links":"book|https://www.goodreads.com/book/show/6862.Amsterdam","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70cca86f-3442-4000-ac08-57033bf66057","name":"Dissident Gardens","description":"By Jonathan Lethem","image":"https://learn-awesome.github.io/assets/book_covers/17234581.jpg","links":"book|https://www.goodreads.com/book/show/17234581-dissident-gardens","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"21d20fab-7bb8-425f-a797-174beb214bd0","name":"The Last Lion 2: Winston Spencer Churchill: Alone, 1932-40","description":"By William Manchester","image":"https://learn-awesome.github.io/assets/book_covers/55751.jpg","links":"book|https://www.goodreads.com/book/show/55751.The_Last_Lion_2","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eddd2cb5-6d58-48c9-9c8f-70cf73f78c05","name":"Golden Ratio (Kikomachine Komix, #8)","description":"By Manix Abrera","image":"https://learn-awesome.github.io/assets/book_covers/14623274.jpg","links":"book|https://www.goodreads.com/book/show/14623274-golden-ratio","topics":"comics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ec8be42-6b34-43c6-93cb-31c7b029c188","name":"Essays and Lectures","description":"By Ralph Waldo Emerson","image":"https://learn-awesome.github.io/assets/book_covers/123843.jpg","links":"book|https://www.goodreads.com/book/show/123843.Essays_and_Lectures","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db708ab9-df24-4a09-a4e7-33e67f83779c","name":"No Ordinary Time: Franklin and Eleanor Roosevelt: The Home Front in World War II","description":"By Doris Kearns Goodwin","image":"https://learn-awesome.github.io/assets/book_covers/18728.jpg","links":"book|https://www.goodreads.com/book/show/18728.No_Ordinary_Time","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c33d0ae4-87c6-47be-85b9-e73ae46a7b91","name":"Ideas & Opinions","description":"By Albert Einstein","image":"https://learn-awesome.github.io/assets/book_covers/497195.jpg","links":"book|https://www.goodreads.com/book/show/497195.Ideas_and_Opinions","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2e07454-9007-4aa6-ba01-b59a9aedf004","name":"Freedom City","description":"By Philip A. Becnel IV","image":"https://learn-awesome.github.io/assets/book_covers/40500076.jpg","links":"book|https://www.goodreads.com/book/show/40500076-freedom-city","topics":"giveaways","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e83dbe76-8c1f-4c9f-8e1f-7cc2d90e572b","name":"Rich Dad's Cashflow Quadrant: Rich Dad's Guide to Financial Freedom","description":"By Robert T. Kiyosaki","image":"https://learn-awesome.github.io/assets/book_covers/81922.jpg","links":"book|https://www.goodreads.com/book/show/81922.Rich_Dad_s_Cashflow_Quadrant","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7699c147-06f4-4241-a19f-3f6fe7919513","name":"Rich Woman: A Book on Investing for Women, Take Charge Of Your Money, Take Charge Of Your Life","description":"By Kim Kiyosaki","image":"https://learn-awesome.github.io/assets/book_covers/30848.jpg","links":"book|https://www.goodreads.com/book/show/30848.Rich_Woman","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a4fcb8c6-08bf-4f79-bd8d-217ba6874936","name":"Iacocca: An Autobiography","description":"By Lee Iacocca","image":"https://learn-awesome.github.io/assets/book_covers/486319.jpg","links":"book|https://www.goodreads.com/book/show/486319.Iacocca","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"83ce3be1-5800-49e8-b320-1e547ca1c108","name":"The Amateur","description":"By Sara Shepard","image":"https://learn-awesome.github.io/assets/book_covers/24974965.jpg","links":"book|https://www.goodreads.com/book/show/24974965-the-amateurs","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b016f0f2-1525-4a43-9a9c-e655bdf7af46","name":"The Watchman's Rattle: A New Way to Understand Complexity, Collapse, and Correction","description":"By Rebecca D. Costa","image":"https://learn-awesome.github.io/assets/book_covers/8071467.jpg","links":"book|https://www.goodreads.com/book/show/8071467-the-watchman-s-rattle","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a5c14e2a-d80c-4435-9081-66aa23af7a9c","name":"Trump: The Art of the Deal","description":"By Donald J. Trump","image":"https://learn-awesome.github.io/assets/book_covers/1032.jpg","links":"book|https://www.goodreads.com/book/show/1032.Trump","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f0a8e06-7091-4475-9e99-aef382b2cc30","name":"Trump’s Christmas Carol","description":"By Lucien Young","image":"https://learn-awesome.github.io/assets/book_covers/35437929.jpg","links":"book|https://www.goodreads.com/book/show/35437929-trump-s-christmas-carol","topics":"netgalley","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e93220d-15d1-4210-96bf-837d8c19fbea","name":"Unlikeable: The Problem With Hillary","description":"By Edward Klein","image":"https://learn-awesome.github.io/assets/book_covers/24694051._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/24694051-unlikeable","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23c7caeb-337f-4c95-ba64-7619812d9db9","name":"Liars, Leakers and Liberals","description":"By Jeanine Pirro","image":"https://learn-awesome.github.io/assets/book_covers/36342165._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/36342165-liars-leakers-and-liberals","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c7814259-e20e-4098-80b7-ecfc291351ed","name":"The Russia Hoax: The Illicit Scheme to Clear Hillary Clinton and Frame Donald Trump","description":"By Gregg Jarrett","image":"https://learn-awesome.github.io/assets/book_covers/38633557._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/38633557-the-russia-hoax","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffddcc24-d4b2-4015-b176-05e43ea5ba3e","name":"Trumponomics: Inside the America First Plan to Revive Our Economy","description":"By Stephen Moore","image":"https://learn-awesome.github.io/assets/book_covers/38354795._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/38354795-trumponomics","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e872ee0-a3cd-41fa-bbc0-c094b841c565","name":"The Case for Trump","description":"By Victor Davis Hanson","image":"https://learn-awesome.github.io/assets/book_covers/41189928._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/41189928-the-case-for-trump","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a601a664-b92f-4710-9970-d950c988e955","name":"Mad Politics: Keeping Your Sanity in a World Gone Crazy","description":"By Gina Loudon","image":"https://learn-awesome.github.io/assets/book_covers/38926330._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/38926330-mad-politics","topics":"misc","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"304b77c6-d68e-403d-8234-875baa9cefa8","name":"Ship of Fools","description":"By Katherine Anne Porter","image":"https://learn-awesome.github.io/assets/book_covers/410760._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/410760.Ship_of_Fools","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5cd108ab-f357-41e0-ad3f-66595bb8dccb","name":"The Great Revolt","description":"By S.J.A. Turney","image":"https://learn-awesome.github.io/assets/book_covers/23368713.jpg","links":"book|https://www.goodreads.com/book/show/23368713-the-great-revolt","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7807b8f-f9a1-4673-b5fc-86e976bcf8be","name":"The Briefing: Politics, the Press and the President","description":"By Sean Spicer","image":"https://learn-awesome.github.io/assets/book_covers/37768323._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/37768323-the-briefing","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4e34230-e631-4ca7-9ec8-49dd09349068","name":"Tide Players by Jianying Zha ","description":"By Jianying Zha","image":"https://learn-awesome.github.io/assets/book_covers/9300881._SY160_.jpg","links":"book|https://www.goodreads.com/book/show/9300881-tide-players","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"959ea5a1-bc6d-4794-88a9-8c17f2bca451","name":"One Billion Customers by James McGregor ","description":"By James McGregor","image":"https://learn-awesome.github.io/assets/book_covers/84255.jpg","links":"book|https://www.goodreads.com/book/show/84255.One_Billion_Customers","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e81dce48-c17d-4619-ad19-5dbff0cbabe2","name":"The Beijing Consensus by Stefan Halper ","description":"By Stefan Halper","image":"https://learn-awesome.github.io/assets/book_covers/7415326._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/7415326-the-beijing-consensus","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1395f871-1636-465e-9873-ec50fe050049","name":"China CEO by Juan Antonio Fernandez and Laurie Underwood ","description":"By Juan Antonio Fernández","image":"https://learn-awesome.github.io/assets/book_covers/162822.jpg","links":"book|https://www.goodreads.com/book/show/162822.China_CEO","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"993b5815-3292-4d96-a0e3-6d4af52d31d9","name":"CHINA: Portrait of a People by Tom Carter ","description":"By Tom Carter","image":"https://learn-awesome.github.io/assets/book_covers/4447653._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/4447653-china","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2d13f46-26ab-4d73-8216-082eb4bd8348","name":"The Man Who Loved China by Simon Winchester ","description":"By Simon Winchester","image":"https://learn-awesome.github.io/assets/book_covers/2763494.jpg","links":"book|https://www.goodreads.com/book/show/2763494-the-man-who-loved-china","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62246a90-73ec-4474-b425-f6f56af74848","name":"China Shakes the World by James Kynge ","description":"By James Kynge","image":"https://learn-awesome.github.io/assets/book_covers/173105.jpg","links":"book|https://www.goodreads.com/book/show/173105.China_Shakes_the_World","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56736f6b-3b25-46ad-bdb9-1d731f343326","name":"Mr. China by Tim Clissold","description":"By Tim Clissold","image":"https://learn-awesome.github.io/assets/book_covers/109705.jpg","links":"book|https://www.goodreads.com/book/show/109705.Mr_China","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97253b42-f299-45c6-b7f7-92faaf9d5b4e","name":"Country Driving by Peter Hessler ","description":"By Peter Hessler","image":"https://learn-awesome.github.io/assets/book_covers/6945572._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/6945572-country-driving","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"15134e9f-46a0-4fd4-a50e-afd9a76721c6","name":"The Dragon's Gift by Deborah Brautigam ","description":"By Deborah Brautigam","image":"https://learn-awesome.github.io/assets/book_covers/7094685.jpg","links":"book|https://www.goodreads.com/book/show/7094685-the-dragon-s-gift","topics":"africa","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8986cd98-fc26-416b-b677-1f77ce01e0f0","name":"Factory Girls by Leslie T. Chang ","description":"By Leslie T. Chang","image":"https://learn-awesome.github.io/assets/book_covers/2635587._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/2635587-factory-girls","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1972998d-9811-4aaa-b0b9-f6bf898dba7a","name":"The Heavenly Man by Brother Yun ","description":"By Paul Hattaway","image":"https://learn-awesome.github.io/assets/book_covers/79421.jpg","links":"book|https://www.goodreads.com/book/show/79421.The_Heavenly_Man","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"306c8c09-aaff-465d-9f2f-4c5ab41c7165","name":"1421 by Gavin Menzies ","description":"By Gavin Menzies","image":"https://learn-awesome.github.io/assets/book_covers/4813.jpg","links":"book|https://www.goodreads.com/book/show/4813.1421","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5afc13b-4bf5-403c-b041-61770e30f40c","name":"Seven Years in Tibet by Heinrich Harrer ","description":"By Heinrich Harrer","image":"https://learn-awesome.github.io/assets/book_covers/270032.jpg","links":"book|https://www.goodreads.com/book/show/270032.Seven_Years_in_Tibet","topics":"travel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6dbcbdbd-8ec0-471c-b1b4-1fedab3418aa","name":"Battle Hymn of the Tiger Mother by Amy Chua","description":"By Amy Chua","image":"https://learn-awesome.github.io/assets/book_covers/9160695.jpg","links":"book|https://www.goodreads.com/book/show/9160695-battle-hymn-of-the-tiger-mother","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"539afde9-a407-48c8-b1ad-92bba4507742","name":"Grant","description":"By Ron Chernow","image":"https://learn-awesome.github.io/assets/book_covers/34237826.jpg","links":"book|https://www.goodreads.com/book/show/34237826-grant","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffdf05b9-902d-4712-8639-c10f5b4e3ee2","name":"The Gettysburg Address","description":"By Abraham Lincoln","image":"https://learn-awesome.github.io/assets/book_covers/397.jpg","links":"book|https://www.goodreads.com/book/show/397.The_Gettysburg_Address","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"421e9b0b-3087-4acc-b751-49bbff99e245","name":"The Fire Next Time","description":"By James Baldwin","image":"https://learn-awesome.github.io/assets/book_covers/464260.jpg","links":"book|https://www.goodreads.com/book/show/464260.The_Fire_Next_Time","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92823162-34c7-40cc-b75d-3b9c8d607aa3","name":"The Collected Works of Abraham Lincoln","description":"By Abraham Lincoln","image":"https://learn-awesome.github.io/assets/book_covers/14479706.jpg","links":"book|https://www.goodreads.com/book/show/14479706-the-collected-works-of-abraham-lincoln","topics":"obama","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e6cf5df7-ad3b-4a3f-b38c-228574ed0a49","name":"Being Mortal: Medicine and What Matters in the End","description":"By Atul Gawande","image":"https://learn-awesome.github.io/assets/book_covers/20696006.jpg","links":"book|https://www.goodreads.com/book/show/20696006-being-mortal","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5eec8929-68a9-4315-bfaf-7626886f1ea3","name":"A Gentleman in Moscow","description":"By Amor Towles","image":"https://learn-awesome.github.io/assets/book_covers/34066798.jpg","links":"book|https://www.goodreads.com/book/show/34066798-a-gentleman-in-moscow","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"035dfefb-24d7-4b30-b61d-1717625bbb28","name":"The Warmth of Other Suns: The Epic Story of America's Great Migration","description":"By Isabel Wilkerson","image":"https://learn-awesome.github.io/assets/book_covers/8171378.jpg","links":"book|https://www.goodreads.com/book/show/8171378-the-warmth-of-other-suns","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bbdf8196-406e-4019-80ed-5f9fa580e9c8","name":"All the Light We Cannot See","description":"By Anthony Doerr","image":"https://learn-awesome.github.io/assets/book_covers/18143977.jpg","links":"book|https://www.goodreads.com/book/show/18143977-all-the-light-we-cannot-see","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"693f3875-f588-4c3a-8024-5096509e750b","name":"Parting the Waters: Martin Luther King and the Civil Rights Movement 1954-63","description":"By Taylor Branch","image":"https://learn-awesome.github.io/assets/book_covers/99199.jpg","links":"book|https://www.goodreads.com/book/show/99199.Parting_the_Waters","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7db197f-5890-4e25-9e56-80c16483cbb0","name":"Ghost Wars: The Secret History of the CIA, Afghanistan, and bin Laden from the Soviet Invasion to September 10, 2001","description":"By Steve Coll","image":"https://learn-awesome.github.io/assets/book_covers/71984.jpg","links":"book|https://www.goodreads.com/book/show/71984.Ghost_Wars","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a1dae359-d976-4a4c-a7e6-9d4bbd79abf9","name":"The Souls of Black Folk","description":"By W.E.B. Du Bois","image":"https://learn-awesome.github.io/assets/book_covers/318742.jpg","links":"book|https://www.goodreads.com/book/show/318742.The_Souls_of_Black_Folk","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d59f1898-ae18-440e-b639-588e054c0132","name":"The Best and the Brightest","description":"By David Halberstam","image":"https://learn-awesome.github.io/assets/book_covers/414062.jpg","links":"book|https://www.goodreads.com/book/show/414062.The_Best_and_the_Brightest","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a227cfee-86a3-4325-860f-a298881d7593","name":"The Rise of Theodore Roosevelt","description":"By Edmund Morris","image":"https://learn-awesome.github.io/assets/book_covers/40929.jpg","links":"book|https://www.goodreads.com/book/show/40929.The_Rise_of_Theodore_Roosevelt","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8af10dc2-c75d-4577-a8af-fa22fb57f931","name":"Where the Wild Things Are","description":"By Maurice Sendak","image":"https://learn-awesome.github.io/assets/book_covers/19543.jpg","links":"book|https://www.goodreads.com/book/show/19543.Where_the_Wild_Things_Are","topics":"childrens","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11ecd07f-9f33-4a17-bb89-71f257f8d3e1","name":"Working: People Talk about What They Do All Day and How They Feel about What They Do","description":"By Studs Terkel","image":"https://learn-awesome.github.io/assets/book_covers/59649.jpg","links":"book|https://www.goodreads.com/book/show/59649.Working","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3ff49e1-3b1e-4171-88b6-f723d7f813f0","name":"Barbarian Days: A Surfing Life","description":"By William Finnegan","image":"https://learn-awesome.github.io/assets/book_covers/18693910.jpg","links":"book|https://www.goodreads.com/book/show/18693910-barbarian-days","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40eea82b-cb21-4266-a3f3-3a7fd9d5771b","name":"Cancer Ward","description":"By Aleksandr Solzhenitsyn","image":"https://learn-awesome.github.io/assets/book_covers/254316.jpg","links":"book|https://www.goodreads.com/book/show/254316.Cancer_Ward","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"654c849f-c8c5-4e8a-815f-248188038c80","name":"Collected Poems, 1948-1984","description":"By Derek Walcott","image":"https://learn-awesome.github.io/assets/book_covers/93933.jpg","links":"book|https://www.goodreads.com/book/show/93933.Collected_Poems_1948_1984","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"79cd9a9b-77e0-4d27-bd8f-ef5a6f655d61","name":"What Is the What","description":"By Dave Eggers","image":"https://learn-awesome.github.io/assets/book_covers/4952.jpg","links":"book|https://www.goodreads.com/book/show/4952.What_Is_the_What","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"676c14f3-c47f-47df-862b-aa91985782af","name":"Abraham Lincoln's Second Inaugural Address","description":"By Abraham Lincoln","image":"https://learn-awesome.github.io/assets/book_covers/18996330.jpg","links":"book|https://www.goodreads.com/book/show/18996330-abraham-lincoln-s-second-inaugural-address","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dce9178f-30ff-43cb-93e3-29fc80c3a886","name":"Brown Girl Dreaming","description":"By Jacqueline Woodson","image":"https://learn-awesome.github.io/assets/book_covers/20821284.jpg","links":"book|https://www.goodreads.com/book/show/20821284-brown-girl-dreaming","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3f00f29-efbe-44ff-bbea-2b76917a230e","name":"Redwall (Redwall, #1)","description":"By Brian Jacques","image":"https://learn-awesome.github.io/assets/book_covers/7996.jpg","links":"book|https://www.goodreads.com/book/show/7996.Redwall","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dba46f39-1bfc-469f-9698-5ce948bcbadc","name":"Janesville: An American Story","description":"By Amy Goldstein","image":"https://learn-awesome.github.io/assets/book_covers/33665908.jpg","links":"book|https://www.goodreads.com/book/show/33665908-janesville","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"083c62fe-32a0-497e-8ca0-5ad3fdcc9723","name":"The Way Home","description":"By Saroo Brierley","image":"https://learn-awesome.github.io/assets/book_covers/18111281.jpg","links":"book|https://www.goodreads.com/book/show/18111281-a-long-way-home","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"213e34b4-f1ca-4901-bf20-d88b811ceccb","name":"FDR","description":"By Jean Edward Smith","image":"https://learn-awesome.github.io/assets/book_covers/332980.jpg","links":"book|https://www.goodreads.com/book/show/332980.FDR","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"49d36a1e-5fd0-4af1-90f2-a64fb8253f74","name":"Moral Man and Immoral Society: A Study in Ethics and Politics","description":"By Reinhold Niebuhr","image":"https://learn-awesome.github.io/assets/book_covers/55235.jpg","links":"book|https://www.goodreads.com/book/show/55235.Moral_Man_and_Immoral_Society","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be168e8c-d806-40a1-9716-35d313829d81","name":"All the King's Men","description":"By Robert Penn Warren","image":"https://learn-awesome.github.io/assets/book_covers/5527.jpg","links":"book|https://www.goodreads.com/book/show/5527.All_the_King_s_Men","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da4f1544-d5b2-4289-9cae-6997efe1fa68","name":"Washington: A Life","description":"By Ron Chernow","image":"https://learn-awesome.github.io/assets/book_covers/8255917.jpg","links":"book|https://www.goodreads.com/book/show/8255917-washington","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"245806ca-90f8-41d3-9fd5-ea72d3b4d19c","name":"Gone Girl","description":"By Gillian Flynn","image":"https://learn-awesome.github.io/assets/book_covers/19288043.jpg","links":"book|https://www.goodreads.com/book/show/19288043-gone-girl","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"738abdf2-63b4-4998-ad9e-a70b649118b2","name":"John Adams","description":"By David McCullough","image":"https://learn-awesome.github.io/assets/book_covers/2203.jpg","links":"book|https://www.goodreads.com/book/show/2203.John_Adams","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"75dc2e5e-c3e7-45bc-ac09-6752c1cc11d2","name":"The Federalist Papers","description":"By Alexander Hamilton","image":"https://learn-awesome.github.io/assets/book_covers/110331.jpg","links":"book|https://www.goodreads.com/book/show/110331.The_Federalist_Papers","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"039a746b-fa9c-42e3-83fe-d2054c20008b","name":"The Theory of Moral Sentiments","description":"By Adam Smith","image":"https://learn-awesome.github.io/assets/book_covers/25700.jpg","links":"book|https://www.goodreads.com/book/show/25700.The_Theory_of_Moral_Sentiments","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57518237-f36a-47c9-a5d3-70ff753827f9","name":"Sing, Unburied, Sing","description":"By Jesmyn Ward","image":"https://learn-awesome.github.io/assets/book_covers/32920226.jpg","links":"book|https://www.goodreads.com/book/show/32920226-sing-unburied-sing","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3ebfae0-306b-4778-8de6-72a7584c4623","name":"Plainsong","description":"By Kent Haruf","image":"https://learn-awesome.github.io/assets/book_covers/77156.jpg","links":"book|https://www.goodreads.com/book/show/77156.Plainsong","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c87105c-9935-4b39-b38c-8d2373baa07f","name":"The Underground Railroad","description":"By Colson Whitehead","image":"https://learn-awesome.github.io/assets/book_covers/30555488.jpg","links":"book|https://www.goodreads.com/book/show/30555488-the-underground-railroad","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6da9b5ab-2a24-4de0-b2c9-7e57c7414345","name":"Self-Reliance","description":"By Ralph Waldo Emerson","image":"https://learn-awesome.github.io/assets/book_covers/1760630.jpg","links":"book|https://www.goodreads.com/book/show/1760630.Self_Reliance","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60ecd59d-29be-4379-8ec2-70942f6730ee","name":"The Power and the Glory","description":"By Graham Greene","image":"https://learn-awesome.github.io/assets/book_covers/3690.jpg","links":"book|https://www.goodreads.com/book/show/3690.The_Power_and_the_Glory","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e7123a73-a8ae-4ff6-b4ce-ae8ce9299286","name":"Cartwheeling in Thunderstorms","description":"By Katherine Rundell","image":"https://learn-awesome.github.io/assets/book_covers/18615427.jpg","links":"book|https://www.goodreads.com/book/show/18615427-cartwheeling-in-thunderstorms","topics":"middle-grade","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5808b1a-e917-407b-b0c6-a7f90bad8787","name":"Redeployment","description":"By Phil Klay","image":"https://learn-awesome.github.io/assets/book_covers/18114068.jpg","links":"book|https://www.goodreads.com/book/show/18114068-redeployment","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c50b1ca-96b7-4298-a3b4-29b2783002df","name":"Five-Carat Soul","description":"By James McBride","image":"https://learn-awesome.github.io/assets/book_covers/34626370.jpg","links":"book|https://www.goodreads.com/book/show/34626370-five-carat-soul","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d93a624b-bfd7-4bf6-8f92-0f37222abc83","name":"To the End of the Land","description":"By David Grossman","image":"https://learn-awesome.github.io/assets/book_covers/7779571.jpg","links":"book|https://www.goodreads.com/book/show/7779571-to-the-end-of-the-land","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28361f6b-55c5-4e1f-a905-a5b8c299164b","name":"The Naked and the Dead","description":"By Norman Mailer","image":"https://learn-awesome.github.io/assets/book_covers/12467.jpg","links":"book|https://www.goodreads.com/book/show/12467.The_Naked_and_the_Dead","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1626e197-8afe-4e6c-851d-f0d7ac007acb","name":"The Defining Moment: FDR's Hundred Days and the Triumph of Hope","description":"By Jonathan Alter","image":"https://learn-awesome.github.io/assets/book_covers/332978.jpg","links":"book|https://www.goodreads.com/book/show/332978.The_Defining_Moment","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ef207b0e-0db9-4496-a666-c61942952083","name":"The Girl on the Train","description":"By Paula Hawkins","image":"https://learn-awesome.github.io/assets/book_covers/22557272.jpg","links":"book|https://www.goodreads.com/book/show/22557272-the-girl-on-the-train","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f67bb9f-920e-4afb-b6e8-84f8a398b9f1","name":"Unequal Democracy: The Political Economy of the New Gilded Age","description":"By Larry M. Bartels","image":"https://learn-awesome.github.io/assets/book_covers/2705879.jpg","links":"book|https://www.goodreads.com/book/show/2705879-unequal-democracy","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd78f039-bd48-4242-b845-c62bd4335e0f","name":"In Dubious Battle","description":"By John Steinbeck","image":"https://learn-awesome.github.io/assets/book_covers/56083.jpg","links":"book|https://www.goodreads.com/book/show/56083.In_Dubious_Battle","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec1e3999-09d5-4c49-82e4-ef8690dfd2ac","name":"Invisible Man","description":"By Ralph Ellison","image":"https://learn-awesome.github.io/assets/book_covers/16981.jpg","links":"book|https://www.goodreads.com/book/show/16981.Invisible_Man","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55ffe2e6-0701-4086-9a65-5ef54840732a","name":"The Post-American World","description":"By Fareed Zakaria","image":"https://learn-awesome.github.io/assets/book_covers/2120783.jpg","links":"book|https://www.goodreads.com/book/show/2120783.The_Post_American_World","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae1f73a9-5139-44c7-ad33-571d9027688e","name":"The Power","description":"By Naomi Alderman","image":"https://learn-awesome.github.io/assets/book_covers/29751398.jpg","links":"book|https://www.goodreads.com/book/show/29751398-the-power","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b7dface4-e23f-4e0e-b241-53f59878b410","name":"Of Mice and Men","description":"By John Steinbeck","image":"https://learn-awesome.github.io/assets/book_covers/890.jpg","links":"book|https://www.goodreads.com/book/show/890.Of_Mice_and_Men","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3edd0815-cc35-4804-88ab-6004373fa787","name":"Lessons In Disaster: McGeorge Bundy And The Path To War In Vietnam","description":"By Gordon M. Goldstein","image":"https://learn-awesome.github.io/assets/book_covers/5238518.jpg","links":"book|https://www.goodreads.com/book/show/5238518-lessons-in-disaster","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9493905b-f2f8-4810-b175-86cad6790212","name":"Gilead (Gilead, #1)","description":"By Marilynne Robinson","image":"https://learn-awesome.github.io/assets/book_covers/68210.jpg","links":"book|https://www.goodreads.com/book/show/68210.Gilead","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8c6f9a29-bcda-4f2b-9937-635ca9315f41","name":"The Lowland","description":"By Jhumpa Lahiri","image":"https://learn-awesome.github.io/assets/book_covers/17262100.jpg","links":"book|https://www.goodreads.com/book/show/17262100-the-lowland","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe98d68c-72b3-4076-8c0b-8ee9c684381b","name":"Treasure Island","description":"By Robert Louis Stevenson","image":"https://learn-awesome.github.io/assets/book_covers/295.jpg","links":"book|https://www.goodreads.com/book/show/295.Treasure_Island","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a78a3e07-1fa6-4675-b2d4-3e85071c3fd5","name":"Exit West","description":"By Mohsin Hamid","image":"https://learn-awesome.github.io/assets/book_covers/30688435.jpg","links":"book|https://www.goodreads.com/book/show/30688435-exit-west","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9fb67bc5-a2b8-4c34-a014-0bb4cf2a594b","name":"An Autobiography Or The Story Of My Experiments With Truth","description":"By Mahatma Gandhi","image":"https://learn-awesome.github.io/assets/book_covers/38929236.jpg","links":"book|https://www.goodreads.com/book/show/38929236-an-autobiography-or-the-story-of-my-experiments-with-truth","topics":"blinkist","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"908e4868-3b8a-46af-afdc-10f85f5341ed","name":"Dying: A Memoir","description":"By Cory Taylor","image":"https://learn-awesome.github.io/assets/book_covers/29894007.jpg","links":"book|https://www.goodreads.com/book/show/29894007-dying","topics":"memoir","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d6913bd-abe0-46c8-9c11-2184bd1468c1","name":"Anything Is Possible","description":"By Elizabeth Strout","image":"https://learn-awesome.github.io/assets/book_covers/32080126.jpg","links":"book|https://www.goodreads.com/book/show/32080126-anything-is-possible","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5572577d-a6b6-4a99-9d08-c8ae251b2023","name":"The Bayou Trilogy: Under the Bright Lights, Muscle for the Wing, and The Ones You Do","description":"By Daniel Woodrell","image":"https://learn-awesome.github.io/assets/book_covers/9477992.jpg","links":"book|https://www.goodreads.com/book/show/9477992-the-bayou-trilogy","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab09790e-c1db-46c4-af37-bb9db80ce1db","name":"The Woman Warrior","description":"By Maxine Hong Kingston","image":"https://learn-awesome.github.io/assets/book_covers/30852.jpg","links":"book|https://www.goodreads.com/book/show/30852.The_Woman_Warrior","topics":"memoir","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f93bf8f-bd50-4af1-baea-a93f53793794","name":"Lush Life","description":"By Richard Price","image":"https://learn-awesome.github.io/assets/book_covers/1862313.jpg","links":"book|https://www.goodreads.com/book/show/1862313.Lush_Life","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"52f6212b-9bc5-4512-a170-7264fe8e9a8e","name":"Hot, Flat, and Crowded: Why We Need a Green Revolution – and How It Can Renew America","description":"By Thomas L. Friedman","image":"https://learn-awesome.github.io/assets/book_covers/2358737.jpg","links":"book|https://www.goodreads.com/book/show/2358737.Hot_Flat_and_Crowded","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a3fc3f8-c8d6-4b51-b577-25dbc3cdf89a","name":"A Kind and Just Parent: The Children of Juvenile Court","description":"By Bill Ayers","image":"https://learn-awesome.github.io/assets/book_covers/833487.jpg","links":"book|https://www.goodreads.com/book/show/833487.A_Kind_and_Just_Parent","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"886e49b2-d701-4d33-b29f-fc5459ba0d73","name":"Nuts to You","description":"By Lynne Rae Perkins","image":"https://learn-awesome.github.io/assets/book_covers/19500357.jpg","links":"book|https://www.goodreads.com/book/show/19500357-nuts-to-you","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a4860bd-3f29-4805-9cc7-f70d4447bbb7","name":"Common Wealth: Economics for a Crowded Planet","description":"By Jeffrey D. Sachs","image":"https://learn-awesome.github.io/assets/book_covers/664895.jpg","links":"book|https://www.goodreads.com/book/show/664895.Common_Wealth","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c67cc23-c034-4acf-a786-8828ba3c521e","name":"Purity","description":"By Jonathan Franzen","image":"https://learn-awesome.github.io/assets/book_covers/23754479.jpg","links":"book|https://www.goodreads.com/book/show/23754479-purity","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9395f84-6143-43ac-9d9d-ba736c9d34ce","name":"Nora Webster","description":"By Colm Tóibín","image":"https://learn-awesome.github.io/assets/book_covers/21412360.jpg","links":"book|https://www.goodreads.com/book/show/21412360-nora-webster","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28f779ce-c367-4bee-bfd0-b318639637d6","name":"Fates and Furies","description":"By Lauren Groff","image":"https://learn-awesome.github.io/assets/book_covers/24612118.jpg","links":"book|https://www.goodreads.com/book/show/24612118-fates-and-furies","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b6ff843-bd4e-41dc-84e4-6fcdea45dc7f","name":"Heart of Darkness","description":"By Joseph Conrad","image":"https://learn-awesome.github.io/assets/book_covers/4900.jpg","links":"book|https://www.goodreads.com/book/show/4900.Heart_of_Darkness","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6acdc522-3809-4177-a656-1186d7d006f7","name":"Netherland","description":"By Joseph O'Neill","image":"https://learn-awesome.github.io/assets/book_covers/2615008.jpg","links":"book|https://www.goodreads.com/book/show/2615008-netherland","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74bf36fe-f371-4146-a6d7-98dc3ec8cd44","name":"Two Years Eight Months and Twenty-Eight Nights","description":"By Salman Rushdie","image":"https://learn-awesome.github.io/assets/book_covers/24292310.jpg","links":"book|https://www.goodreads.com/book/show/24292310-two-years-eight-months-and-twenty-eight-nights","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2935d2c5-838d-4ec0-81b0-b5ccefab1cf2","name":"The Laughing Monsters","description":"By Denis Johnson","image":"https://learn-awesome.github.io/assets/book_covers/21531497.jpg","links":"book|https://www.goodreads.com/book/show/21531497-the-laughing-monsters","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"588ede5e-4e5c-4733-9826-999702f6d7e2","name":"Rodin's Debutante","description":"By Ward Just","image":"https://learn-awesome.github.io/assets/book_covers/9673935.jpg","links":"book|https://www.goodreads.com/book/show/9673935-rodin-s-debutante","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd1ac464-5b1d-470b-9d15-fe0cd5318476","name":"The Collected Poems: Derek Walcott","description":"By Joanny Moulin","image":null,"links":"book|https://www.goodreads.com/book/show/26348917-the-collected-poems","topics":"western-canon","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"846765f8-9437-4589-a49c-2f0aa26fe176","name":"The Brothers Karamazov","description":"By Fyodor Dostoyevsky","image":"https://learn-awesome.github.io/assets/book_covers/4934.jpg","links":"book|https://www.goodreads.com/book/show/4934.The_Brothers_Karamazov","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f8d45a4-6df9-4096-b47f-c53c27bd8fbc","name":"Wild Swans: Three Daughters of China","description":"By Jung Chang","image":"https://learn-awesome.github.io/assets/book_covers/1848.jpg","links":"book|https://www.goodreads.com/book/show/1848.Wild_Swans","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8f46a75-9dcb-41e2-a95a-88e284f5babe","name":"Citizens of London","description":"By Lynne Olson","image":"https://learn-awesome.github.io/assets/book_covers/6947702.jpg","links":"book|https://www.goodreads.com/book/show/6947702-citizens-of-london","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e3bd3a6-753f-494c-8818-7598202b07be","name":"The Color Purple","description":"By Alice Walker","image":"https://learn-awesome.github.io/assets/book_covers/11486.jpg","links":"book|https://www.goodreads.com/book/show/11486.The_Color_Purple","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dcf1f7ef-a27b-4857-b631-79a495a63cc0","name":"West with the Night","description":"By Beryl Markham","image":"https://learn-awesome.github.io/assets/book_covers/1624.jpg","links":"book|https://www.goodreads.com/book/show/1624.West_with_the_Night","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9735e395-c392-4677-aac0-40f562e9fcdf","name":"After the Music Stopped","description":"By Alan S. Blinder","image":"https://learn-awesome.github.io/assets/book_covers/15811560.jpg","links":"book|https://www.goodreads.com/book/show/15811560-after-the-music-stopped","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7046f2a5-12df-40a9-a5c2-26487eaf8145","name":"Little Women","description":"By Louisa May Alcott","image":"https://learn-awesome.github.io/assets/book_covers/1934.jpg","links":"book|https://www.goodreads.com/book/show/1934.Little_Women","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd59580b-dce3-4009-a54c-780350369f4e","name":"The Clan of the Cave Bear","description":"By Jean M. Auel","image":"https://learn-awesome.github.io/assets/book_covers/40611463.jpg","links":"book|https://www.goodreads.com/book/show/40611463-the-clan-of-the-cave-bear","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6b55b55c-73bb-4250-9442-30c383ef1618","name":"The Hare with Amber Eyes: A Hidden Inheritance","description":"By Edmund de Waal","image":"https://learn-awesome.github.io/assets/book_covers/9284082.jpg","links":"book|https://www.goodreads.com/book/show/9284082-the-hare-with-amber-eyes","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a8ee06c-5773-4d9e-b7f1-b6836805cd08","name":"The Signature of all Things","description":"By Elizabeth Gilbert","image":"https://learn-awesome.github.io/assets/book_covers/17465453.jpg","links":"book|https://www.goodreads.com/book/show/17465453-the-signature-of-all-things","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df5d68f8-0512-49c8-a37c-e26f41b0ed11","name":"Our Divided Political Heart","description":"By E.J. Dionne Jr.","image":"https://learn-awesome.github.io/assets/book_covers/13122094.jpg","links":"book|https://www.goodreads.com/book/show/13122094-our-divided-political-heart","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcbd419f-0124-44b4-9d92-9b62df91fc94","name":"The Transformation of the World","description":"By Jürgen Osterhammel","image":"https://learn-awesome.github.io/assets/book_covers/18607841.jpg","links":"book|https://www.goodreads.com/book/show/18607841-the-transformation-of-the-world","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"161459ed-09bf-435e-8c59-52de3d57aed6","name":"Madame Curie: A Biography","description":"By Ève Curie","image":"https://learn-awesome.github.io/assets/book_covers/341166.jpg","links":"book|https://www.goodreads.com/book/show/341166.Madame_Curie","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a79ebc1-12a6-4bd2-8223-ee53c2042302","name":"Faust","description":"By Johann Wolfgang von Goethe","image":"https://learn-awesome.github.io/assets/book_covers/406373.jpg","links":"book|https://www.goodreads.com/book/show/406373.Faust","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a131a89e-6fc0-4ac1-8a4b-020d9aba5135","name":"The Destiny of Man","description":"By Charles Le Gai Eaton","image":"https://learn-awesome.github.io/assets/book_covers/79325.jpg","links":"book|https://www.goodreads.com/book/show/79325.Islam_and_the_Destiny_of_Man","topics":"islam","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b029845-2ebe-453f-bf8a-bd5598670701","name":"The Singing Heart: A Book of Quiet Reflections","description":"By Ivan Ilyin","image":"https://learn-awesome.github.io/assets/book_covers/30141307.jpg","links":"book|https://www.goodreads.com/book/show/30141307-the-singing-heart","topics":"personal-library","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"672063ea-b1ab-4491-b3af-1392ef33ff56","name":"Crime and Punishment","description":"By Fyodor Dostoyevsky","image":"https://learn-awesome.github.io/assets/book_covers/7144.jpg","links":"book|https://www.goodreads.com/book/show/7144.Crime_and_Punishment","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b368e4d4-ec96-4ed0-99ea-68764b2663f8","name":"The Wine of Wisdom: The Life, Poetry and Philosophy","description":"By Mehdi Aminrazavi","image":"https://learn-awesome.github.io/assets/book_covers/86557.jpg","links":"book|https://www.goodreads.com/book/show/86557.The_Wine_of_Wisdom","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71c6247e-c630-4dd4-99b7-add3109d1f15","name":"Anna Karenina","description":"By Leo Tolstoy","image":"https://learn-awesome.github.io/assets/book_covers/15823480.jpg","links":"book|https://www.goodreads.com/book/show/15823480-anna-karenina","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa2291b1-8c1e-404f-a013-dd77abd7d660","name":"Sketches from a Hunter's Album","description":"By Ivan Turgenev","image":"https://learn-awesome.github.io/assets/book_covers/28458.jpg","links":"book|https://www.goodreads.com/book/show/28458.Sketches_from_a_Hunter_s_Album","topics":"russian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eff01792-1ba2-4dbe-b1fd-c11524bde4ee","name":"April 1865: The Month That Saved America","description":"By Jay Winik","image":"https://learn-awesome.github.io/assets/book_covers/55229.jpg","links":"book|https://www.goodreads.com/book/show/55229.April_1865","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ff3482a-3d93-4af4-abaa-0a2078322e23","name":"Manhunt: The 12 Day Chase to Catch Lincoln's Killer","description":"By James L. Swanson","image":"https://learn-awesome.github.io/assets/book_covers/146274.jpg","links":"book|https://www.goodreads.com/book/show/146274.Manhunt","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c43ec0e5-afc5-4aa4-9139-03c93513b160","name":"Tried by War: Abraham Lincoln as Commander in Chief","description":"By James M. McPherson","image":"https://learn-awesome.github.io/assets/book_covers/2898564.jpg","links":"book|https://www.goodreads.com/book/show/2898564-tried-by-war","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"593c6779-65e2-4ee1-993f-2aebe4c990c5","name":"Personal Memoirs of Ulysses S Grant: Volumes 1 and 2","description":"By Ulysses S. Grant","image":"https://learn-awesome.github.io/assets/book_covers/39937149.jpg","links":"book|https://www.goodreads.com/book/show/39937149-personal-memoirs-of-ulysses-s-grant","topics":"civil-war","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3eb3e578-c0d8-40e2-8cc5-ab49caee914a","name":"The Wind in Willows","description":"By Kenneth Grahame","image":"https://learn-awesome.github.io/assets/book_covers/5659.jpg","links":"book|https://www.goodreads.com/book/show/5659.The_Wind_in_the_Willows","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e2575fce-67a7-423e-9151-cd943413a406","name":"Tuck Everlasting","description":"By Natalie Babbitt","image":"https://learn-awesome.github.io/assets/book_covers/84981.jpg","links":"book|https://www.goodreads.com/book/show/84981.Tuck_Everlasting","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec023c23-7fa1-4ad1-8a0c-3bd64303fd2e","name":"American Lion: Andrew Jackson in the White House","description":"By Jon Meacham","image":"https://learn-awesome.github.io/assets/book_covers/3147367.jpg","links":"book|https://www.goodreads.com/book/show/3147367-american-lion","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5bfd34f6-e429-40b5-a985-391eeba830dc","name":"Ana's Story: A Journey of Hope","description":"By Jenna Bush","image":"https://learn-awesome.github.io/assets/book_covers/1457464.jpg","links":"book|https://www.goodreads.com/book/show/1457464.Ana_s_Story","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6064285c-cd60-4e00-aee4-9b5af62ddd94","name":"Jesus Was a Jew","description":"By Arnold G. Fruchtenbaum","image":"https://learn-awesome.github.io/assets/book_covers/1772760.jpg","links":"book|https://www.goodreads.com/book/show/1772760.Jesus_Was_A_Jew","topics":"christian-life","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3f1096a2-8a3a-4416-a381-77249537c501","name":"Shoemaker of Dreams","description":"By Salvatore Ferragamo","image":"https://learn-awesome.github.io/assets/book_covers/130656.jpg","links":"book|https://www.goodreads.com/book/show/130656.Shoemaker_Of_Dreams","topics":"own-but-unread","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32b313ab-6bc4-4bf2-81e3-be756436c6ab","name":"The Crusades Through Arab Eyes","description":"By Amin Maalouf","image":"https://learn-awesome.github.io/assets/book_covers/64533.jpg","links":"book|https://www.goodreads.com/book/show/64533.The_Crusades_Through_Arab_Eyes","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5dcdf1ed-dc39-4ab8-a5c7-6ffb9fea1996","name":"Germinal","description":"By Émile Zola","image":"https://learn-awesome.github.io/assets/book_covers/28407.jpg","links":"book|https://www.goodreads.com/book/show/28407.Germinal","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d08e4f4d-bf42-487d-aa43-2f335f436efc","name":"Ivanhoe","description":"By Walter Scott","image":"https://learn-awesome.github.io/assets/book_covers/6440.jpg","links":"book|https://www.goodreads.com/book/show/6440.Ivanhoe","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56fb9351-2a3c-4e95-a22c-42fd9efee6dc","name":"The Evolution of Civilizations: An Introduction to Historical Analysis","description":"By Carroll Quigley","image":"https://learn-awesome.github.io/assets/book_covers/991681.jpg","links":"book|https://www.goodreads.com/book/show/991681.The_Evolution_of_Civilizations","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b500c44-67e8-4cec-953f-23a16fca9d6b","name":"The Imitation of Christ","description":"By Thomas à Kempis","image":"https://learn-awesome.github.io/assets/book_covers/851393.jpg","links":"book|https://www.goodreads.com/book/show/851393.The_Imitation_of_Christ","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ad861ad-3693-4121-b9ad-503573cc4d99","name":"The Denial of Death","description":"By Ernest Becker","image":"https://learn-awesome.github.io/assets/book_covers/2761.jpg","links":"book|https://www.goodreads.com/book/show/2761.The_Denial_of_Death","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5f7c6b89-daeb-4450-8dd3-67943a7d357e","name":"Homage to Catalonia","description":"By George Orwell","image":"https://learn-awesome.github.io/assets/book_covers/9646.jpg","links":"book|https://www.goodreads.com/book/show/9646.Homage_to_Catalonia","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3e98ddc-5cab-4fca-abdd-8b12618e5b4c","name":"The Cure at Troy: A Version of Sophocles’ Philoctetes","description":"By Seamus Heaney","image":"https://learn-awesome.github.io/assets/book_covers/834694.jpg","links":"book|https://www.goodreads.com/book/show/834694.The_Cure_at_Troy","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"801a1bb3-0458-4e63-8630-531db2247055","name":"You Can’t Go Home Again","description":"By Thomas Wolfe","image":"https://learn-awesome.github.io/assets/book_covers/12447.jpg","links":"book|https://www.goodreads.com/book/show/12447.You_Can_t_Go_Home_Again","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a19b1e3-5249-440c-a83d-bf698c26c344","name":"Nonzero: The Logic of Human Destiny","description":"By Robert Wright","image":"https://learn-awesome.github.io/assets/book_covers/9526993.jpg","links":"book|https://www.goodreads.com/book/show/9526993-nonzero","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b90c177-d914-4212-a7f3-2bc9a535d4b8","name":"The Confessions of Nat Turner","description":"By William Styron","image":"https://learn-awesome.github.io/assets/book_covers/577283.jpg","links":"book|https://www.goodreads.com/book/show/577283.The_Confessions_of_Nat_Turner","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"87342714-fdcd-45ee-afa4-e713707e6a98","name":"Politics as a Vocation","description":"By Max Weber","image":"https://learn-awesome.github.io/assets/book_covers/316333.jpg","links":"book|https://www.goodreads.com/book/show/316333.The_Vocation_Lectures","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e1b501d-7b5b-49c9-a5b9-b9fa42e19e79","name":"Living History","description":"By Hillary Rodham Clinton","image":"https://learn-awesome.github.io/assets/book_covers/56073.jpg","links":"book|https://www.goodreads.com/book/show/56073.Living_History","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb7e8c70-a44f-419e-816f-010119aa1d61","name":"The Way of the World: From the Dawn of Civilizations to the Eve of the Twenty-First Century","description":"By David Fromkin","image":"https://learn-awesome.github.io/assets/book_covers/191280.jpg","links":"book|https://www.goodreads.com/book/show/191280.The_Way_of_the_World","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3c880c9e-fde1-439b-97dd-0976f5b926a6","name":"King Leopold’s Ghost: A Story of Greed, Terror and Heroism in Colonial Africa","description":"By Adam Hochschild","image":"https://learn-awesome.github.io/assets/book_covers/45458448.jpg","links":"book|https://www.goodreads.com/book/show/45458448-king-leopold-s-ghost","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0914c530-d1fe-43e4-9308-452e761911dd","name":"China's War with Japan, 1937-1945: The Struggle for Survival","description":"By Mitler","image":null,"links":"book|https://www.goodreads.com/book/show/18111702-china-s-war-with-japan-1937-1945-the-struggle-for-survival","topics":"non-fiction-general","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f141fcb-3efc-4fff-9133-91688a714d51","name":"Douglas Irwin, Clashing Over Commerce: A History of US Trade Policy.","description":"By Douglas A. Irwin","image":"https://learn-awesome.github.io/assets/book_covers/34524622.jpg","links":"book|https://www.goodreads.com/book/show/34524622-clashing-over-commerce","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"86c577b0-cc1e-43d1-909b-c31f9c13a6ca","name":"Tune In (The Beatles: All These Years, #1)","description":"By Mark Lewisohn","image":"https://learn-awesome.github.io/assets/book_covers/17884043.jpg","links":"book|https://www.goodreads.com/book/show/17884043-tune-in","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8de79c1-3fcf-44e9-b75a-e7fb4554be3c","name":"Avivah Gottlieb Zornberg, Bewilderments: Reflections on the Book of Numbers","description":"By Avivah Gottlieb Zornberg","image":"https://learn-awesome.github.io/assets/book_covers/22318493.jpg","links":"book|https://www.goodreads.com/book/show/22318493-bewilderments","topics":"judaica","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"339334c1-be89-45ee-848b-2cc701fc9396","name":"David Olusoga, Black and British: A Forgotten History","description":"By David Olusoga","image":"https://learn-awesome.github.io/assets/book_covers/32809816.jpg","links":"book|https://www.goodreads.com/book/show/32809816-black-and-british","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ff71e9f0-1c01-475a-97f4-34288148692d","name":"Marina Abramović, Walk Through Walls","description":"By Marina Abramović","image":"https://learn-awesome.github.io/assets/book_covers/28814918.jpg","links":"book|https://www.goodreads.com/book/show/28814918-walk-through-walls","topics":"art","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6306d0a5-255f-4fb0-9448-98f5352384f4","name":"The Falling Sky: Words of a Yanomami Shaman, by Davi Kopenawa","description":"By Davi Kopenawa","image":"https://learn-awesome.github.io/assets/book_covers/17804355.jpg","links":"book|https://www.goodreads.com/book/show/17804355-the-falling-sky","topics":"anthropology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"edbdbb43-beca-4a02-a825-5cb6db74c869","name":"Victor Davis Hanson, The Second World Wars: How the First Global Conflict was Fought and Won","description":"By Victor Davis Hanson","image":"https://learn-awesome.github.io/assets/book_covers/34184217.jpg","links":"book|https://www.goodreads.com/book/show/34184217-the-second-world-wars","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3697e75-bd75-41d4-a9f2-b7c374b9eecc","name":"Christopher de Hamel, Meetings with Remarkable Manuscripts","description":"By Christopher de Hamel","image":"https://learn-awesome.github.io/assets/book_covers/29744374.jpg","links":"book|https://www.goodreads.com/book/show/29744374-meetings-with-remarkable-manuscripts","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3eecd8b3-4e5b-4ad1-aac2-a5efe0eabf41","name":"David B. Roberts, Qatar: Securing the Global Ambitions of a City-State","description":"By David B. Roberts","image":"https://learn-awesome.github.io/assets/book_covers/18764375.jpg","links":"book|https://www.goodreads.com/book/show/18764375-qatar-securing-the-global-ambitions-of-a-city-state","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd556357-fc19-43bf-8b54-d76a8dff5143","name":"Philip Dwyer, Napoleon: Passion, Death, and Resurrection, 1815-1849","description":"By Philip G. Dwyer","image":"https://learn-awesome.github.io/assets/book_covers/36198034.jpg","links":"book|https://www.goodreads.com/book/show/36198034-napoleon","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0008636-e8fa-4e96-a58d-03f73d8d5225","name":"R. Taggart Murphy, Japan and the Shackles of the Past","description":"By R. Taggart Murphy","image":"https://learn-awesome.github.io/assets/book_covers/18635378.jpg","links":"book|https://www.goodreads.com/book/show/18635378-japan-and-the-shackles-of-the-past","topics":"japan","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ca674fe-a1e9-4429-a4ba-9f5cfcf03390","name":"Pierre Razoux, The Iran-Iraq War","description":"By Pierre Razoux","image":"https://learn-awesome.github.io/assets/book_covers/25402231.jpg","links":"book|https://www.goodreads.com/book/show/25402231-the-iran-iraq-war","topics":"hist","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"998c3f40-8ca8-4afa-bff5-41aa79578346","name":"Arthur M. Melzer, Philosophy Between the Lines: The Lost History of Esoteric Writing","description":"By Arthur M. Melzer","image":"https://learn-awesome.github.io/assets/book_covers/20694748.jpg","links":"book|https://www.goodreads.com/book/show/20694748-philosophy-between-the-lines","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ecf59b80-0c91-41c5-a244-c23803c48636","name":"Howard Eiland and Michael W. Jennings, Walter Benjamin: A Critical Life","description":"By Howard Eiland","image":"https://learn-awesome.github.io/assets/book_covers/17804337.jpg","links":"book|https://www.goodreads.com/book/show/17804337-walter-benjamin","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74bac24e-45ba-40e2-9327-70c8b6d910fa","name":"David W. Blight, Frederick Douglass: Prophet of Freedom","description":"By David W. Blight","image":"https://learn-awesome.github.io/assets/book_covers/38530663.jpg","links":"book|https://www.goodreads.com/book/show/38530663-frederick-douglass","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53a5d2c6-c762-4d55-8616-09991bc6f884","name":"Diane Coffey and Dean Spears, Where India Goes: Abandoned Toilets, Stunted Development, and the Costs of Caste","description":"By Diane Coffey","image":"https://learn-awesome.github.io/assets/book_covers/35700469.jpg","links":"book|https://www.goodreads.com/book/show/35700469-where-india-goes","topics":"india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a78cd2fa-fa19-496d-bc7a-34e3dc546460","name":"Ian Bostridge, Schubert’s Winter Journey","description":"By Ian Bostridge","image":"https://learn-awesome.github.io/assets/book_covers/22318362.jpg","links":"book|https://www.goodreads.com/book/show/22318362-schubert-s-winter-journey","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3025f9bf-5625-42b3-a4d5-e753a0bfeff0","name":"Martin Gurri, The Revolt of the Public and the Crisis of Authority in the New Millennium.","description":"By Martin Gurri","image":"https://learn-awesome.github.io/assets/book_covers/22451908.jpg","links":"book|https://www.goodreads.com/book/show/22451908-the-revolt-of-the-public-and-the-crisis-of-authority","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f379f305-b118-4577-b66f-a301a9bd8db2","name":"Melancholy, by László F. Földényi","description":"By László F. Földényi","image":"https://learn-awesome.github.io/assets/book_covers/27189871.jpg","links":"book|https://www.goodreads.com/book/show/27189871-melancholy","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46f28977-aa3a-4e1d-861a-fb63734f0852","name":"Stephen Kotkin, Stalin, vol. 1","description":"By Stephen Kotkin","image":"https://learn-awesome.github.io/assets/book_covers/20821221.jpg","links":"book|https://www.goodreads.com/book/show/20821221-stalin","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b297b7aa-2adf-4a80-a6c0-ced070c7e5ce","name":"Mike Wallace, Greater Gotham: A History of New York City from 1898 to 1919","description":"By Mike Wallace","image":"https://learn-awesome.github.io/assets/book_covers/1088564.jpg","links":"book|https://www.goodreads.com/book/show/1088564.Greater_Gotham","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da7b4fdb-8667-4c3c-81cf-3c7a9c2c5b05","name":"Landmarks, Robert Macfarlane","description":"By Robert Macfarlane","image":"https://learn-awesome.github.io/assets/book_covers/23597544.jpg","links":"book|https://www.goodreads.com/book/show/23597544-landmarks","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bac29e1a-0a13-4ef4-8d44-a296ef838541","name":"Victor Sebestyen, Lenin: The Man, the Dictator, and the Master of Terror","description":"By Victor Sebestyen","image":"https://learn-awesome.github.io/assets/book_covers/34203157.jpg","links":"book|https://www.goodreads.com/book/show/34203157-lenin-the-dictator","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b610f5c-ee44-44a0-9ae8-7a78f2bd59c0","name":"Charles C. Mann, The Wizard and the Prophet: Two Remarkable Scientists and Dueling Visions to Shape Tomorrow’s World","description":"By Charles C. Mann","image":"https://learn-awesome.github.io/assets/book_covers/34959327.jpg","links":"book|https://www.goodreads.com/book/show/34959327-the-wizard-and-the-prophet","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ce8034c8-2c4c-4310-93ea-f37314392059","name":"Robert Tombs, The English and Their History","description":"By Robert Tombs","image":"https://learn-awesome.github.io/assets/book_covers/23569457.jpg","links":"book|https://www.goodreads.com/book/show/23569457-the-english-and-their-history","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"419777b6-a97a-4aa2-b96f-fb14d823f59e","name":"Joshua Foer, Dylan Thuras, and Ella Morton, Atlas Obscura: An Explorer’s Guide to the World’s Hidden Wonders","description":"By Joshua Foer","image":"https://learn-awesome.github.io/assets/book_covers/28110891.jpg","links":"book|https://www.goodreads.com/book/show/28110891-atlas-obscura","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ed694e9-c7ec-4c87-bb21-440879a71c0f","name":"Timothy Snyder, Black Earth","description":"By Timothy Snyder","image":"https://learn-awesome.github.io/assets/book_covers/23995415.jpg","links":"book|https://www.goodreads.com/book/show/23995415-black-earth","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d274bddf-ab4e-42d7-acfc-38d5f743609a","name":"Mastering ‘Metrics: The Path from Cause to Effec","description":"By Joshua D. Angrist","image":"https://learn-awesome.github.io/assets/book_covers/23986891.jpg","links":"book|https://www.goodreads.com/book/show/23986891-mastering-metrics","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0b832e4-dccc-408a-af76-56830bfde65f","name":"Jan Swafford, Beethoven: Anguish and Triumph","description":"By Jan Swafford","image":"https://learn-awesome.github.io/assets/book_covers/18222670.jpg","links":"book|https://www.goodreads.com/book/show/18222670-beethoven","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"253568d7-5952-4340-9b49-5e398da65012","name":"Andrew Roberts, Napoleon: A Life","description":"By Andrew Roberts","image":"https://learn-awesome.github.io/assets/book_covers/20821092.jpg","links":"book|https://www.goodreads.com/book/show/20821092-napoleon","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e77a9ddd-b8f1-45e3-ab9e-e03757dde394","name":"Benedict Anderson, A Life Beyond Boundaries","description":"By Benedict Anderson","image":"https://learn-awesome.github.io/assets/book_covers/27405605.jpg","links":"book|https://www.goodreads.com/book/show/27405605-a-life-beyond-boundaries","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e06400b1-2273-48d8-8f72-b95bcde9fb06","name":"Yassin Al-Haj Saleh, The Impossible Revolution: Making Sense of the Syrian Tragedy","description":"By Yassin Al-Haj Saleh","image":"https://learn-awesome.github.io/assets/book_covers/35251852.jpg","links":"book|https://www.goodreads.com/book/show/35251852-impossible-revolution","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d88c3b1-8e66-407a-a25c-baf7e1e240e4","name":"Sebastian Strangio, Hun Sen’s Cambodia","description":"By Sebastian Strangio","image":"https://learn-awesome.github.io/assets/book_covers/21945075.jpg","links":"book|https://www.goodreads.com/book/show/21945075-hun-sen-s-cambodia","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"53008798-d4d5-4721-8d29-b054046c4083","name":"Quinn Slobodian, Globalists: The End of Empire and the Birth of Neoliberalism","description":"By Quinn Slobodian","image":"https://learn-awesome.github.io/assets/book_covers/36738613.jpg","links":"book|https://www.goodreads.com/book/show/36738613-globalists","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3ba0c7b7-7edb-43cb-b8c9-d8e8458f0c54","name":"Richard H. Thaler, Misbehaving: The Making of Behavioral Economics","description":"By Richard H. Thaler","image":"https://learn-awesome.github.io/assets/book_covers/26530355.jpg","links":"book|https://www.goodreads.com/book/show/26530355-misbehaving","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bbd4b69c-5dc9-483b-8e6b-ec416120a747","name":"Richard White, The Republic for Which It Stands: The United States During Reconstruction and the Gilded Age, 1865-1896","description":"By Richard White","image":"https://learn-awesome.github.io/assets/book_covers/34379310.jpg","links":"book|https://www.goodreads.com/book/show/34379310-the-republic-for-which-it-stands","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4120e21a-4a55-465a-8e97-5f22344dd3ff","name":"Worldly Philosopher: The Odyssey of Albert O. Hirschman","description":"By Jeremy Adelman","image":"https://learn-awesome.github.io/assets/book_covers/17130546.jpg","links":"book|https://www.goodreads.com/book/show/17130546-worldly-philosopher","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea9a6f31-eb67-4d49-95ca-505bfb2941dd","name":"Lawrence in Arabia: War, Deceit, Imperial Folly, and the Making of the Modern Middle East","description":"By Scott Anderson","image":"https://learn-awesome.github.io/assets/book_covers/17262206.jpg","links":"book|https://www.goodreads.com/book/show/17262206-lawrence-in-arabia","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f37fa73-8bf6-46cd-853a-e82705f79f97","name":"Laurent Dubois, Haiti: The Aftershocks of History","description":"By Laurent Dubois","image":"https://learn-awesome.github.io/assets/book_covers/13083846.jpg","links":"book|https://www.goodreads.com/book/show/13083846-haiti","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c96692ab-2627-4a15-b95c-ebcb13ed3bce","name":"Freedom by Jonathan Franzen","description":"By Jonathan Franzen","image":"https://learn-awesome.github.io/assets/book_covers/7905092._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/7905092-freedom","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06a166e9-a2db-46e4-891e-46236622f63a","name":"Varun Sivaram’s Taming the Sun: Innovations to Harness Solar Energy and Power the Planet","description":"By Varun Sivaram","image":"https://learn-awesome.github.io/assets/book_covers/36722606.jpg","links":"book|https://www.goodreads.com/book/show/36722606-taming-the-sun","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3317871b-01e9-4f40-94a8-ea50224c389e","name":"James C. Scott, Against the Grain: A Deep History of the Earliest States","description":"By James C. Scott","image":"https://learn-awesome.github.io/assets/book_covers/34324534.jpg","links":"book|https://www.goodreads.com/book/show/34324534-against-the-grain","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d17a45a9-d4b7-4522-9932-d893f573b2a0","name":"Serhii Plokhy, The Gates of Europe: A History of Ukraine","description":"By Serhii Plokhy","image":"https://learn-awesome.github.io/assets/book_covers/25255053.jpg","links":"book|https://www.goodreads.com/book/show/25255053-the-gates-of-europe","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"660a163a-de22-418a-a68e-4edd0170f4a8","name":"Hal Whitehead and Luke Rendell, The Cultural Lives of Whales and Dolphins","description":"By Hal Whitehead","image":"https://learn-awesome.github.io/assets/book_covers/20948410.jpg","links":"book|https://www.goodreads.com/book/show/20948410-the-cultural-lives-of-whales-and-dolphins","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2d3bc22-dec1-4b73-b5ca-bcc35032c5c1","name":"Margaret Thatcher: The Authorized Biography, Volume 1: From Grantham to the Falklands","description":"By Charles Moore","image":"https://learn-awesome.github.io/assets/book_covers/17797257.jpg","links":"book|https://www.goodreads.com/book/show/17797257-margaret-thatcher","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9092a72-3ba0-4b36-a61b-951d41e80c4c","name":"Rob Sheffield, Dreaming the Beatles: The Love Story of One Band and the Whole World","description":"By Rob Sheffield","image":"https://learn-awesome.github.io/assets/book_covers/28446162.jpg","links":"book|https://www.goodreads.com/book/show/28446162-dreaming-the-beatles","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f0e45385-9e4b-440a-90c5-50ead36859e9","name":"The Internal Enemy: Slavery and War in Virginia, 1772-1832","description":"By Alan Taylor","image":"https://learn-awesome.github.io/assets/book_covers/20663739.jpg","links":"book|https://www.goodreads.com/book/show/20663739-the-internal-enemy","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c55136a8-3efc-4519-92bf-87f6de2b3dcc","name":"Dennis C. Rasmussen, The Infidel and the Professor: David Hume, Adam Smith, and the Friendship That Shaped Modern Thought","description":"By Dennis C. Rasmussen","image":"https://learn-awesome.github.io/assets/book_covers/34427035.jpg","links":"book|https://www.goodreads.com/book/show/34427035-the-infidel-and-the-professor","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2e6c4a7-43ba-4212-94a9-31c68532956d","name":"Guantánamo Diary, by Mohamedou Ould Slahi","description":"By Mohamedou Ould Slahi","image":"https://learn-awesome.github.io/assets/book_covers/35271522.jpg","links":"book|https://www.goodreads.com/book/show/35271522-guant-namo-diary","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e694b895-06ea-4181-9eda-c118fb3826f9","name":"Days of Fire: Bush and Cheney in the White House","description":"By Peter Baker","image":"https://learn-awesome.github.io/assets/book_covers/17288658.jpg","links":"book|https://www.goodreads.com/book/show/17288658-days-of-fire","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46f309c6-dfbe-409b-b2f7-b4fe9453bedb","name":"Ben H. Shepherd, Hitler’s Soldiers: The German Army in the Third Reich","description":"By Ben H. Shepherd","image":"https://learn-awesome.github.io/assets/book_covers/27157558.jpg","links":"book|https://www.goodreads.com/book/show/27157558-hitler-s-soldiers","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"721751d6-8fd1-44e9-8aea-769e7fd1a4bb","name":"War from the Ground Up: Twenty-First Century Combat as Politics","description":"By Emile Simpson","image":"https://learn-awesome.github.io/assets/book_covers/16308291.jpg","links":"book|https://www.goodreads.com/book/show/16308291-war-from-the-ground-up","topics":"saass","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e0bf2ea-6251-49cb-9720-27fc8dc6fe26","name":"Richard O. Prum, The Evolution of Beauty: How Darwin’s Forgotten Theory of Mate Choice Shapes the Animal World — And Us","description":"By Richard O. Prum","image":"https://learn-awesome.github.io/assets/book_covers/31624963.jpg","links":"book|https://www.goodreads.com/book/show/31624963-the-evolution-of-beauty","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a87077bb-2480-4576-aba5-3e692ec4797e","name":"Peter Parker, Housman Country: Into the Heart of England","description":"By Peter Parker","image":"https://learn-awesome.github.io/assets/book_covers/30813019.jpg","links":"book|https://www.goodreads.com/book/show/30813019-housman-country","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96a63654-4b98-4ebb-a3bd-eff22ae3f39d","name":"Tim Harford, Fifty Inventions that Shaped the Modern Economy","description":"By Tim Harford","image":"https://learn-awesome.github.io/assets/book_covers/33358206.jpg","links":"book|https://www.goodreads.com/book/show/33358206-fifty-inventions-that-shaped-the-modern-economy","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bfe0e71-16fb-4a66-b32a-36c2031ad890","name":"Julian Gewirtz, Unlikely Partners: Chinese Reformers, Western Economists, and the Making of Global China","description":"By Julian B Gewirtz","image":"https://learn-awesome.github.io/assets/book_covers/29940893.jpg","links":"book|https://www.goodreads.com/book/show/29940893-unlikely-partners","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d048a55e-4c41-4b69-83f5-5a4533dda4ca","name":"Going Clear: Scientology, Hollywood, and the Prison of Belief","description":"By Lawrence Wright","image":"https://learn-awesome.github.io/assets/book_covers/16142053.jpg","links":"book|https://www.goodreads.com/book/show/16142053-going-clear","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"544e5bbb-890f-4108-a874-b57110abf7a5","name":"John F. Pfaff, Locked In: The True Causes of Mass Incarceration and How to Achieve Real Reform","description":"By John F. Pfaff","image":"https://learn-awesome.github.io/assets/book_covers/29502356.jpg","links":"book|https://www.goodreads.com/book/show/29502356-locked-in","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"df7481fd-fd7d-4b34-8f8a-9be7f8d04c75","name":"Ashlee Vance, Elon Musk: Tesla, Space X, and the Quest for a Fantastic Future","description":"By Ant Hive Media","image":"https://learn-awesome.github.io/assets/book_covers/29469567.jpg","links":"book|https://www.goodreads.com/book/show/29469567-ashlee-vance-s-elon-musk","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93628ae0-fa9b-4b54-89fe-ddb8ff956df2","name":"Odd Arne Westad, Restless Empire: China and the World Since 1750","description":"By Odd Arne Westad","image":"https://learn-awesome.github.io/assets/book_covers/13237700.jpg","links":"book|https://www.goodreads.com/book/show/13237700-restless-empire","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4f7aa87c-1d55-4adf-90d9-5d7aba5a031b","name":"Srinath Raghavan, India’s War: World War II and the Making of Modern South Asia","description":"By Srinath Raghavan","image":"https://learn-awesome.github.io/assets/book_covers/26240787.jpg","links":"book|https://www.goodreads.com/book/show/26240787-india-s-war","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"259eab04-9b7f-4d7a-8f44-03820706a99c","name":"Peter Laurence, Becoming Jane Jacobs","description":"By Peter L. Laurence","image":"https://learn-awesome.github.io/assets/book_covers/26371412.jpg","links":"book|https://www.goodreads.com/book/show/26371412-becoming-jane-jacobs","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"950d5dfe-9337-4b47-9181-99d9dab42a8b","name":"Michael Meyer, In Manchuria: A Village Called Wasteland and the Transformation of Rural China","description":"By Michael Meyer","image":"https://learn-awesome.github.io/assets/book_covers/22529382.jpg","links":"book|https://www.goodreads.com/book/show/22529382-in-manchuria","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"91b8d46e-6b7f-4e30-a205-3c48e373cb34","name":"Twilight of the Belle Epoque: The Paris of Picasso, Stravinsky, Proust, Renault, Marie Curie, Gertrude Stein, and Their Friends Through the Great War","description":"By Mary McAuliffe","image":"https://learn-awesome.github.io/assets/book_covers/18173726.jpg","links":"book|https://www.goodreads.com/book/show/18173726-twilight-of-the-belle-epoque","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e4b190bd-c0b0-4d14-8698-fb736331c78e","name":"David Edgerton, The Rise and Fall of the British Nation: A Twentieth Century History","description":"By David Edgerton","image":"https://learn-awesome.github.io/assets/book_covers/37806848.jpg","links":"book|https://www.goodreads.com/book/show/37806848-the-rise-and-fall-of-the-british-nation","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d2306af7-7cea-498d-af1e-613dfd2c2f2b","name":"Allen C. Guelzo, Reconstruction: A Concise History","description":"By Allen C. Guelzo","image":"https://learn-awesome.github.io/assets/book_covers/36849046.jpg","links":"book|https://www.goodreads.com/book/show/36849046-reconstruction","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9f5d6aa-0e5d-451a-b69a-95ebe942f4b1","name":"Scott Sumner, The Midas Paradox","description":"By Scott Sumner","image":"https://learn-awesome.github.io/assets/book_covers/21561652.jpg","links":"book|https://www.goodreads.com/book/show/21561652-the-midas-paradox","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"021683df-68f4-43cc-847a-00182277368c","name":"The Power of Glamour: Longing and the Art of Visual Persuasion","description":"By Virginia Postrel","image":"https://learn-awesome.github.io/assets/book_covers/16130362.jpg","links":"book|https://www.goodreads.com/book/show/16130362-the-power-of-glamour","topics":"fashion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f3d4503-81b3-4eb2-b6b4-b263070b62a2","name":"Christopher Goscha, The Penguin History of Modern Vietnam","description":"By Christopher E. Goscha","image":"https://learn-awesome.github.io/assets/book_covers/29889975.jpg","links":"book|https://www.goodreads.com/book/show/29889975-vietnam","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32c7a9ae-3593-4abd-ae4c-dd6f2cd07bde","name":"Dani Rodrik, Economics Rules","description":"By Dani Rodrik","image":"https://learn-awesome.github.io/assets/book_covers/28789662.jpg","links":"book|https://www.goodreads.com/book/show/28789662-economics-rules","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3d9f0404-1825-411f-a5df-8f0a29b72a74","name":"Andrew Scott Cooper, The Fall of Heaven: The Pahlavis and the Final Days of Imperial Iran","description":"By Andrew Scott Cooper","image":"https://learn-awesome.github.io/assets/book_covers/26792276.jpg","links":"book|https://www.goodreads.com/book/show/26792276-the-fall-of-heaven","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9dac7a69-0103-4a03-94ca-f69fdfb36f80","name":"The Bombing War: Europe 1939-1945","description":"By Richard Overy","image":"https://learn-awesome.github.io/assets/book_covers/18004765.jpg","links":"book|https://www.goodreads.com/book/show/18004765-the-bombing-war","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d705f83-2fa3-486c-84b6-fe0cbd3f7660","name":"Tim Harford, Messy: The Power of Disorder to Transform Our Lives","description":"By Tim Harford","image":"https://learn-awesome.github.io/assets/book_covers/28815513.jpg","links":"book|https://www.goodreads.com/book/show/28815513-messy","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dc2ec7db-57fb-4867-9700-0e4456ebbb64","name":"David Eimer, The Emperor Far Away: Travels at the Edge of China","description":"By David Eimer","image":"https://learn-awesome.github.io/assets/book_covers/18594406.jpg","links":"book|https://www.goodreads.com/book/show/18594406-the-emperor-far-away","topics":"travel","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3f6b8cf-599c-46d2-b58d-4b6fa4e784f2","name":"Jonathan Rottenberg, The Depths: The Evolutionary Origins of the Depression Epidemic","description":"By Jonathan Rottenberg","image":"https://learn-awesome.github.io/assets/book_covers/16193684.jpg","links":"book|https://www.goodreads.com/book/show/16193684-the-depths","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84f698be-e6e9-4dd8-9f9a-e26725c54dd4","name":"The Normans: From Raiders to Kings","description":"By Lars Brownworth","image":"https://learn-awesome.github.io/assets/book_covers/20873938.jpg","links":"book|https://www.goodreads.com/book/show/20873938-the-normans","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3225322-355c-4f44-8e9d-06a120cb9e7d","name":"Vodka Politics: Alcohol, Autocracy, and the Secret History of the Russian State","description":"By Mark Lawrence Schrad","image":"https://learn-awesome.github.io/assets/book_covers/17847507.jpg","links":"book|https://www.goodreads.com/book/show/17847507-vodka-politics","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e694bd87-88c8-4e07-b6a6-3eec2dc63827","name":"Jean Lucey Pratt, A Notable Woman","description":"By Jean Lucey Pratt","image":"https://learn-awesome.github.io/assets/book_covers/21535533.jpg","links":"book|https://www.goodreads.com/book/show/21535533-a-notable-woman","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2e08fdf-2cf4-406c-a0cc-1a858252ad40","name":"The Rebirth of Education: Schooling Ain't Learning","description":"By Lant Pritchett","image":"https://learn-awesome.github.io/assets/book_covers/18724693.jpg","links":"book|https://www.goodreads.com/book/show/18724693-the-rebirth-of-education","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b02dcb83-8728-4f90-8e26-087be81146a7","name":"MathOverflow","description":null,"image":null,"links":"website|https://mathoverflow.net/","topics":"mathematics","creators":null,"year":null,"difficulty":"research","cost":null,"rating":null,"tags":null} +{"iid":"d7fb1ee3-adbd-44e6-9e1f-fccdebda2333","name":"Daniel P. Todes, Ivan Pavlov: A Russian Life in Science","description":"By Daniel P. Todes","image":"https://learn-awesome.github.io/assets/book_covers/21816481.jpg","links":"book|https://www.goodreads.com/book/show/21816481-ivan-pavlov","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c0adc887-9539-4607-9988-560483022b1b","name":"The Undercover Economist Strikes Back: How to Run-or Ruin-an Economy","description":"By Tim Harford","image":"https://learn-awesome.github.io/assets/book_covers/18079494.jpg","links":"book|https://www.goodreads.com/book/show/18079494-the-undercover-economist-strikes-back","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"73ce7e16-5c61-4769-899f-43df9d3b7933","name":"Michael Dirda, On Conan Doyle: Or, The Whole Art of Storytelling","description":"By Michael Dirda","image":"https://learn-awesome.github.io/assets/book_covers/12794324.jpg","links":"book|https://www.goodreads.com/book/show/12794324-on-conan-doyle","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e152b1e-4173-41b9-9057-3e81ff339fe8","name":"Tyler Cowen, Stubborn Attachments: A Vision for a Society of Free, Prosperous, and Responsible Individuals","description":"By Tyler Cowen","image":"https://learn-awesome.github.io/assets/book_covers/31283667.jpg","links":"book|https://www.goodreads.com/book/show/31283667-stubborn-attachments","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8cdbba9-67af-466d-b16f-fb2acd490df3","name":"Marie Kondo, Spark Joy: An Illustrated Guide to the Japanese Art of Tidying","description":"By Marie Kondō","image":"https://learn-awesome.github.io/assets/book_covers/25614984.jpg","links":"book|https://www.goodreads.com/book/show/25614984-spark-joy","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60f17f0e-c98d-4e41-a66a-3778254076fa","name":"Michael Booth, The Almost Nearly Perfect People","description":"By Michael Booth","image":"https://learn-awesome.github.io/assets/book_covers/18104725.jpg","links":"book|https://www.goodreads.com/book/show/18104725-the-almost-nearly-perfect-people","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c44fb36d-3413-46bf-90c7-e1e297108b13","name":"Brian Merchant, The One Device: The Secret History of the iPhone","description":"By Brian Merchant","image":"https://learn-awesome.github.io/assets/book_covers/32603496.jpg","links":"book|https://www.goodreads.com/book/show/32603496-the-one-device","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c44d423-01dd-4941-bc03-895b36b358e9","name":"Lyndal Roper, Martin Luther: Renegade and Prophet","description":"By Lyndal Roper","image":"https://learn-awesome.github.io/assets/book_covers/30408847.jpg","links":"book|https://www.goodreads.com/book/show/30408847-martin-luther","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"504b2c71-33f0-4709-993b-976d864bbb42","name":"Emily Dufton, Grass Roots: The Rise and Fall and Rise of Marijuana in America","description":"By Emily Dufton","image":"https://learn-awesome.github.io/assets/book_covers/34848864.jpg","links":"book|https://www.goodreads.com/book/show/34848864-grass-roots","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a68c3186-c41d-4ab4-8d92-4cf76e7d8513","name":"David Hackett Fischer, Fairness and Freedom: A History of Two Open Societies: New Zealand and the United States","description":"By David Hackett Fischer","image":"https://learn-awesome.github.io/assets/book_covers/12112539.jpg","links":"book|https://www.goodreads.com/book/show/12112539-fairness-and-freedom","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1263f69d-c7e4-4a77-971f-b596f88032ae","name":"James Fallows, China Airborne","description":"By James M. Fallows","image":"https://learn-awesome.github.io/assets/book_covers/13151308.jpg","links":"book|https://www.goodreads.com/book/show/13151308-china-airborne","topics":"china","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f590cb5e-44b1-4cb5-b0ed-007ebdee53b9","name":"Nick Chater, The Mind is Flat: The Illusion of Mental Depth and the Improvised Mind","description":"By Nick Chater","image":"https://learn-awesome.github.io/assets/book_covers/36325702.jpg","links":"book|https://www.goodreads.com/book/show/36325702-the-mind-is-flat","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5cc74321-c6ea-49c8-a92a-c6736ab2ead6","name":"Say You're One of Them ","description":"By Uwem Akpan","image":null,"links":"book|https://www.goodreads.com/book/show/2296567.Say_You_re_One_of_Them","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ea835b3b-c4e6-41b6-acb8-d64f6e05d91d","name":"Jean M. Twenge, iGen: Why Today’s Super-Connected Kids are Growing Up Less Rebellious, More Tolerant, Less Happy — and Completely Unprepared for Adulthood","description":"By Jean M. Twenge","image":"https://learn-awesome.github.io/assets/book_covers/33268384.jpg","links":"book|https://www.goodreads.com/book/show/33268384-igen","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c6272fb-5ae8-4bbc-885e-8199d5c308fe","name":"Peter H. Wilson, Heart of Europe: A History of the Holy Roman Empire","description":"By Peter H. Wilson","image":"https://learn-awesome.github.io/assets/book_covers/25539031.jpg","links":"book|https://www.goodreads.com/book/show/25539031-heart-of-europe","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1496c209-c606-4dd2-8b56-0847a9925317","name":"Greg Woolf, Rome: An Empire’s Story","description":"By Greg Woolf","image":"https://learn-awesome.github.io/assets/book_covers/13625837.jpg","links":"book|https://www.goodreads.com/book/show/13625837-rome","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30cc8774-a76a-454a-b99e-e115fcc79d86","name":"Capitalism Without Capital: The Rise of the Intangible Economy","description":"By Jonathan Haskel and Stian Westlake","image":"https://learn-awesome.github.io/assets/book_covers/34928269.jpg","links":"book|https://www.goodreads.com/book/show/34928269-capitalism-without-capital","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d244f26d-c414-4c95-9fe4-102474784e4d","name":"John Keay, Midnight’s Descendants: A History of South Asia since Partition","description":"By John Keay","image":"https://learn-awesome.github.io/assets/book_covers/21008559.jpg","links":"book|https://www.goodreads.com/book/show/21008559-midnight-s-descendants","topics":"india","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18688a7c-6aa1-47c4-b003-cb4ebbaf57ee","name":"Daniel W. Drezner, The Ideas Industry: How Pessimists, Partisans, and Plutocrats are Transforming the Marketplace of Ideas","description":"By Daniel W. Drezner","image":"https://learn-awesome.github.io/assets/book_covers/32335738.jpg","links":"book|https://www.goodreads.com/book/show/32335738-the-ideas-industry","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f50a1b8-8a4a-47cb-ac94-5499fccc644c","name":"Blood Royal: A True Tale of Crime and Detection in Medieval Paris","description":"By Eric Jager","image":"https://learn-awesome.github.io/assets/book_covers/17669038.jpg","links":"book|https://www.goodreads.com/book/show/17669038-blood-royal","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcec82ef-7a34-4e84-9050-98d12dd55eb2","name":"New Museums in China","description":"By William Shakespeare","image":"https://learn-awesome.github.io/assets/book_covers/407674.jpg","links":"book|https://www.goodreads.com/book/show/407674.Romeo_and_Juliet","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b48110ba-61d6-48b1-86cc-fe9c7abcc390","name":"Cecilia Heyes, Cognitive Gadgets: The Cultural Evolution of Thinking","description":"By Cecilia Heyes","image":"https://learn-awesome.github.io/assets/book_covers/36700770.jpg","links":"book|https://www.goodreads.com/book/show/36700770-cognitive-gadgets","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"570f2502-f19b-4354-971b-8c2ba1df6edf","name":"Mary Gaitskill, Somebody with a Little Hammer, Essays","description":"By Mary Gaitskill","image":"https://learn-awesome.github.io/assets/book_covers/31159113.jpg","links":"book|https://www.goodreads.com/book/show/31159113-somebody-with-a-little-hammer","topics":"essays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ef89508-d576-40a8-a7c2-ec68831993a4","name":"Greg Ip, Foolproof: Why Safety Can be Dangerous, and How Danger Makes Us Safe","description":"By Greg Ip","image":"https://learn-awesome.github.io/assets/book_covers/24819490.jpg","links":"book|https://www.goodreads.com/book/show/24819490-foolproof","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02a22a8d-22cf-4f32-8778-c3163ba1365c","name":"Sujatha Gidla, Ants Among Elephants: An Untouchable Family and the Making of Modern India","description":"By Sujatha Gidla","image":"https://learn-awesome.github.io/assets/book_covers/31450688.jpg","links":"book|https://www.goodreads.com/book/show/31450688-ants-among-elephants","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1d397031-667c-4c8c-9215-ee4310421290","name":"Garett Jones, The Hive Mind","description":"By Garett Jones","image":"https://learn-awesome.github.io/assets/book_covers/25559688.jpg","links":"book|https://www.goodreads.com/book/show/25559688-hive-mind","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47a43e7b-496a-4225-9885-bdf05c56316b","name":"Benjamin Britten: A Life for Music","description":"By Neil Powell","image":"https://learn-awesome.github.io/assets/book_covers/16045173.jpg","links":"book|https://www.goodreads.com/book/show/16045173-benjamin-britten","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab7ffc02-cd5a-4e85-b123-b6038bf8e3ae","name":"Affordable Excellence: The Singapore Healthcare Story","description":"By William A. Haseltine","image":"https://learn-awesome.github.io/assets/book_covers/15864076.jpg","links":"book|https://www.goodreads.com/book/show/15864076-affordable-excellence","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"10cd56a5-71c2-4ed1-941d-353852dccb0e","name":"The Why Axis: Hidden Motives and The Undiscovered Economics of Everyday Life","description":"By Uri Gneezy","image":"https://learn-awesome.github.io/assets/book_covers/17693458.jpg","links":"book|https://www.goodreads.com/book/show/17693458-the-why-axis","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59b30043-bbec-4209-a8d0-5299b292d75a","name":"Tom Bissell, Apostle: Travels Among the Tombs of the Twelve.","description":"By Tom Bissell","image":"https://learn-awesome.github.io/assets/book_covers/25775904.jpg","links":"book|https://www.goodreads.com/book/show/25775904-apostle","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d483e685-0149-4963-bf91-396e6a60b4e9","name":"William Domnarski, Richard Posner","description":"By William Domnarski","image":"https://learn-awesome.github.io/assets/book_covers/28286011.jpg","links":"book|https://www.goodreads.com/book/show/28286011-richard-posner","topics":"law","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9259deb8-d6be-4651-8dbb-efecc7d5d9b6","name":"George Dyson, Turing’s Cathedral: The Origins of the Digital Universe","description":"By George Dyson","image":"https://learn-awesome.github.io/assets/book_covers/12625589.jpg","links":"book|https://www.goodreads.com/book/show/12625589-turing-s-cathedral","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5b0e2a19-ce3c-4204-b4b1-4ac1d270e8ac","name":"David Garrow, Rising Star: The Making of Barack Obama","description":"By David J. Garrow","image":"https://learn-awesome.github.io/assets/book_covers/31449002.jpg","links":"book|https://www.goodreads.com/book/show/31449002-rising-star","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3e5d5194-8772-414a-b524-10b98bdb7b1b","name":"Porochista Khakpour, Sick: A Memoir","description":"By Porochista Khakpour","image":"https://learn-awesome.github.io/assets/book_covers/33026961.jpg","links":"book|https://www.goodreads.com/book/show/33026961-sick","topics":"memoir","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a582e5c-6f59-4adc-9687-a822d0e48d71","name":"Neil M. Maher, Apollo in the Age of Aquarius","description":"By Neil M Maher","image":null,"links":"book|https://www.goodreads.com/book/show/32336662-apollo-in-the-age-of-aquarius","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e116102-e3d3-421a-8893-935b9a96f337","name":"Emmanuel Todd, Who is Charlie","description":"By Emmanuel Todd","image":"https://learn-awesome.github.io/assets/book_covers/25486858.jpg","links":"book|https://www.goodreads.com/book/show/25486858-qui-est-charlie-sociologie-d-une-crise-religieuse","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9dfc7a78-8495-4ff3-b8a7-32c8bd6b67d2","name":"W.J. Rorabaugh, Prohibition: A Concise History","description":"By W. J. Rorabaugh","image":"https://learn-awesome.github.io/assets/book_covers/38125154.jpg","links":"book|https://www.goodreads.com/book/show/38125154-prohibition","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e423ab5-af00-4028-93c6-e03c9c5572e1","name":"Francesca Lidia Viano’s Sentinel: The Unlikely Origins of the Statue of Liberty","description":"By Francesca Lidia Viano","image":"https://learn-awesome.github.io/assets/book_covers/38502102.jpg","links":"book|https://www.goodreads.com/book/show/38502102-sentinel","topics":"didn-t-finish","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"58a300f4-75a4-41f8-9cef-0c7bfc6c3eef","name":"Benjamin Grob-Fitzgibbon, Continental Drift: Britain and Europe from the End of Empire to the Rise of Euroscepticism","description":"By Benjamin Grob-Fitzgibbon","image":"https://learn-awesome.github.io/assets/book_covers/28356727.jpg","links":"book|https://www.goodreads.com/book/show/28356727-continental-drift","topics":"to-get","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e461688-1ed5-4b99-af05-52c926248c5d","name":"David Reich, Who We Are and How We Got Here","description":"By Sarah Fields","image":"https://learn-awesome.github.io/assets/book_covers/44278723._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/44278723-summary","topics":"genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"610dfc3d-14d6-4dbd-a326-808f5e59b920","name":"So who wins","description":"By Wren Waters","image":"https://learn-awesome.github.io/assets/book_covers/34632750._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/34632750-so-you-want-to-win-her-back","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18bd01d9-c811-4554-bfc8-8162b26dd71a","name":"Essays in Economics","description":"By Ronald H. Coase","image":"https://learn-awesome.github.io/assets/book_covers/601443.jpg","links":"book|https://www.goodreads.com/book/show/601443.Essays_on_Economics_and_Economists","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60805878-cfa3-482d-9ce4-dec6033e8d72","name":"Prelude to Foundation","description":"By Isaac Asimov","image":"https://learn-awesome.github.io/assets/book_covers/30013.jpg","links":"book|https://www.goodreads.com/book/show/30013.Prelude_to_Foundation","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eeae0f9d-4ba9-4143-99db-28ebfe75c823","name":"The General Theory Of Employment Interest And Money","description":"By John Maynard Keynes","image":"https://learn-awesome.github.io/assets/book_covers/303615.jpg","links":"book|https://www.goodreads.com/book/show/303615.The_General_Theory_of_Employment_Interest_and_Money","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de7faa43-7413-46c9-a8bc-71c28e15324f","name":"The Restoration Game","description":"By Ken MacLeod","image":"https://learn-awesome.github.io/assets/book_covers/6766039.jpg","links":"book|https://www.goodreads.com/book/show/6766039-the-restoration-game","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"84da7fe5-7133-4eb0-a40d-5cafd7db122a","name":"My Gentle Barn: Creating a Sanctuary Where Animals Heal and Children Learn to Hope","description":"By Ellie Laks","image":"https://learn-awesome.github.io/assets/book_covers/21453713.jpg","links":"book|https://www.goodreads.com/book/show/21453713-my-gentle-barn","topics":"animals","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2204821c-f423-4bbf-b20a-16bf8420dc3f","name":"The Art of Racing in the Rain","description":"By Garth Stein","image":"https://learn-awesome.github.io/assets/book_covers/3153910.jpg","links":"book|https://www.goodreads.com/book/show/3153910-the-art-of-racing-in-the-rain","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4b174c10-d433-4119-86f8-89c6f0298743","name":"The Goldflinch","description":"By Donna Tartt","image":"https://learn-awesome.github.io/assets/book_covers/17333223.jpg","links":"book|https://www.goodreads.com/book/show/17333223-the-goldfinch","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b6ab58d-2cc6-4823-a470-23c0fd0cda98","name":"Success Through Stillness: Meditation Made Simple","description":"By Russell Simmons","image":"https://learn-awesome.github.io/assets/book_covers/18079526.jpg","links":"book|https://www.goodreads.com/book/show/18079526-success-through-stillness","topics":"self-help","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"498f57b4-c520-47e4-8a4c-4b3888fc9740","name":"Cheese Trap ","description":"By Joy Cowley","image":"https://learn-awesome.github.io/assets/book_covers/7527549.jpg","links":"book|https://www.goodreads.com/book/show/7527549-the-cheese-trap","topics":"winter-2017-nonfiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34439a90-41f1-4b3d-946d-233c10a24e87","name":"Interiors: Atelier AM ","description":"By Alexandra Misczynski","image":"https://learn-awesome.github.io/assets/book_covers/13573180.jpg","links":"book|https://www.goodreads.com/book/show/13573180-interiors-atelier-am","topics":"architecture","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e91cb6fb-dba4-4789-a186-1dd2d29e9fb2","name":"I Know This Much is True","description":"By Wally Lamb","image":"https://learn-awesome.github.io/assets/book_covers/227711.jpg","links":"book|https://www.goodreads.com/book/show/227711.I_Know_This_Much_Is_True","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5244876a-fa73-40b8-8323-0c5295e35aea","name":"Stones from the River","description":"By Ursula Hegi","image":"https://learn-awesome.github.io/assets/book_covers/77163.jpg","links":"book|https://www.goodreads.com/book/show/77163.Stones_from_the_River","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"29b8fc81-7ba4-4b67-aef9-2eb9f715c9fa","name":"Love Warrior","description":"By Glennon Doyle Melton","image":"https://learn-awesome.github.io/assets/book_covers/31845516.jpg","links":"book|https://www.goodreads.com/book/show/31845516-love-warrior","topics":"memoir","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e55fd6c3-42ea-4a53-ac66-bb1ba9f2a4b9","name":"The Poisonwood Bible","description":"By Barbara Kingsolver","image":"https://learn-awesome.github.io/assets/book_covers/7244.jpg","links":"book|https://www.goodreads.com/book/show/7244.The_Poisonwood_Bible","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47f94485-76be-4f61-9c16-3251c8802d28","name":"The Heart is a Lonely Hunter","description":"By Carson McCullers","image":"https://learn-awesome.github.io/assets/book_covers/37380.jpg","links":"book|https://www.goodreads.com/book/show/37380.The_Heart_Is_a_Lonely_Hunter","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"45b836ce-1e4a-4fdf-a865-42876b21f6bb","name":"Fall on Your Knees","description":"By Ann-Marie MacDonald","image":"https://learn-awesome.github.io/assets/book_covers/5174.jpg","links":"book|https://www.goodreads.com/book/show/5174.Fall_on_Your_Knees","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"38324947-0782-45a5-b176-46aafbd4b2e8","name":"Words that Matter: A Little Book of Life Lessons","description":"By O, The Oprah Magazine","image":"https://learn-awesome.github.io/assets/book_covers/7550965.jpg","links":"book|https://www.goodreads.com/book/show/7550965-words-that-matter","topics":"kindle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"808f4ab0-c1db-417e-9f8d-9b4bd356b641","name":"Daughter of Fortune","description":"By Isabel Allende","image":"https://learn-awesome.github.io/assets/book_covers/16527._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/16527.Daughter_of_Fortune","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"17fd82fd-250a-4cfe-a774-5c80c5afe12f","name":"A Tale of Two Cities","description":"By Charles Dickens","image":"https://learn-awesome.github.io/assets/book_covers/1953.jpg","links":"book|https://www.goodreads.com/book/show/1953.A_Tale_of_Two_Cities","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9aff6949-0edd-4f4a-ab07-36ecf613b06a","name":"The Corrections","description":"By Jonathan Franzen","image":"https://learn-awesome.github.io/assets/book_covers/3805.jpg","links":"book|https://www.goodreads.com/book/show/3805.The_Corrections","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"57d05647-28da-46f4-b133-f4752aabcd53","name":"Ellen Foster","description":"By Kaye Gibbons","image":"https://learn-awesome.github.io/assets/book_covers/277397.jpg","links":"book|https://www.goodreads.com/book/show/277397.Ellen_Foster","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"380175a9-7eaf-4bf3-96c8-491842c5a4e0","name":"Great Expectations","description":"By Charles Dickens","image":"https://learn-awesome.github.io/assets/book_covers/2623.jpg","links":"book|https://www.goodreads.com/book/show/2623.Great_Expectations","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d96a4f12-e712-49fb-9836-d63c9083f178","name":"We Were the Mulvaneys","description":"By Joyce Carol Oates","image":"https://learn-awesome.github.io/assets/book_covers/5204.jpg","links":"book|https://www.goodreads.com/book/show/5204.We_Were_the_Mulvaneys","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03c40132-be4e-46e9-86bc-0d7580556754","name":"Jewel","description":"By Bret Lott","image":"https://learn-awesome.github.io/assets/book_covers/5181.jpg","links":"book|https://www.goodreads.com/book/show/5181.Jewel","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0309cbdd-656b-4b79-b3f7-77d0c921137b","name":"The Story of Edgar Sawtelle","description":"By David Wroblewski","image":"https://learn-awesome.github.io/assets/book_covers/2731276.jpg","links":"book|https://www.goodreads.com/book/show/2731276-the-story-of-edgar-sawtelle","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"39b3c2b4-3f89-499e-a21c-de6cf0b86059","name":"Vinegar Hill","description":"By A. Manette Ansay","image":"https://learn-awesome.github.io/assets/book_covers/101911.jpg","links":"book|https://www.goodreads.com/book/show/101911.Vinegar_Hill","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cd4aa69a-4485-4d64-8bbf-eb73375f4c3e","name":"The Water Dancer: A Novel","description":"By Jenifer Levin","image":"https://learn-awesome.github.io/assets/book_covers/1245781.jpg","links":"book|https://www.goodreads.com/book/show/1245781.Water_Dancer","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43d8d894-94c9-4065-87a4-7da7f72643df","name":"Becoming by Michelle Obama","description":"By Book Addict","image":"https://learn-awesome.github.io/assets/book_covers/42972542.jpg","links":"book|https://www.goodreads.com/book/show/42972542-summary-of-becoming-by-michelle-obama","topics":"audible-books","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a26d6394-8826-4499-aa65-ac5d6e3ca553","name":"The Sun Does Shine","description":"By Anthony Ray Hinton","image":"https://learn-awesome.github.io/assets/book_covers/34964905._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/34964905-the-sun-does-shine","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0ff4c272-af7f-4c6a-919a-112d7d638f83","name":"An American Marriage by Tayari Jones","description":"By Summary Express","image":null,"links":"book|https://www.goodreads.com/book/show/47278263-diary-of-thoughts","topics":"personal-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae6fed7b-3415-4e1d-9c50-2536c2bc44b9","name":"Behold the Dreamers","description":"By Imbolo Mbue","image":"https://learn-awesome.github.io/assets/book_covers/35259724._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/35259724-behold-the-dreamers","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c2e481ca-a05b-46f1-a27c-ec44ba3ad570","name":"Ruby by Cynthia Bond","description":"By Cynthia Bond","image":"https://learn-awesome.github.io/assets/book_covers/24902492._SY160_.jpg","links":"book|https://www.goodreads.com/book/show/24902492-ruby","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0a4eaaa5-54d6-47d5-961a-962c0b589b91","name":"The Invention of Wings by Sue Monk Kidd","description":"By Expert Book Reviews","image":"https://learn-awesome.github.io/assets/book_covers/20557345.jpg","links":"book|https://www.goodreads.com/book/show/20557345-the-invention-of-wings","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1353838d-684b-4c59-b22a-494f88645b8b","name":"The Twelve Tribes of Hattie","description":"By Ayana Mathis","image":"https://learn-awesome.github.io/assets/book_covers/13320466._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/13320466-the-twelve-tribes-of-hattie","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"113dacda-7e76-43c6-ae93-6afe72f039e2","name":"Wild by Cheryl Strayed","description":"By Instaread Summaries","image":"https://learn-awesome.github.io/assets/book_covers/20752668.jpg","links":"book|https://www.goodreads.com/book/show/20752668-wild-by-cheryl-strayed---a-30-minute-chapter-by-chapter-summary","topics":"book-club","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"da2e702d-9977-4074-a2af-266f8884281e","name":"The Measure of a Man","description":"By Sidney Poitier","image":"https://learn-awesome.github.io/assets/book_covers/91563.jpg","links":"book|https://www.goodreads.com/book/show/91563.The_Measure_of_a_Man","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"911815b7-540f-4c61-b9e7-c07c86b04c27","name":"A Million Little Pieces","description":"By James Frey","image":"https://learn-awesome.github.io/assets/book_covers/1241._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/1241.A_Million_Little_Pieces","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9460ea2c-8ce8-41e4-b384-df46500d1c2f","name":"Cry, the Beloved Country","description":"By Alan Paton","image":"https://learn-awesome.github.io/assets/book_covers/6150._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/6150.Cry_the_Beloved_Country","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a312487e-ff76-4a28-aef2-cf7c1a03f0d2","name":"Sula by Toni Morrison","description":"By Toni Morrison","image":"https://learn-awesome.github.io/assets/book_covers/11346.jpg","links":"book|https://www.goodreads.com/book/show/11346.Sula","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6dfa18d9-53f1-4669-9ce5-806e83d2db2e","name":"Cane River","description":"By Lalita Tademy","image":"https://learn-awesome.github.io/assets/book_covers/5167.jpg","links":"book|https://www.goodreads.com/book/show/5167.Cane_River","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b024849e-868f-41d1-a3a8-13f4599e4466","name":"Stolen Lives by Malika Oufkir and Michèle Fitoussi","description":"By Malika Oufkir","image":"https://learn-awesome.github.io/assets/book_covers/103342.jpg","links":"book|https://www.goodreads.com/book/show/103342.Stolen_Lives","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"70c2760f-bd35-4370-9f01-5cf4986252b5","name":"Icy Sparks","description":"By Gwyn Hyman Rubio","image":"https://learn-awesome.github.io/assets/book_covers/3476.jpg","links":"book|https://www.goodreads.com/book/show/3476.Icy_Sparks","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6350cc89-1ef5-4d8a-9ce0-2d75b22023ab","name":"House of Sand and Fog","description":"By Andre Dubus III","image":"https://learn-awesome.github.io/assets/book_covers/38311414._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/38311414-house-of-sand-and-fog","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"715a8098-4426-4483-8d20-b4862a06be11","name":"Drowning Ruth","description":"By Christina Schwarz","image":"https://learn-awesome.github.io/assets/book_covers/5171._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/5171.Drowning_Ruth","topics":"book-club","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f3e1e4e9-dcae-4585-b8a0-8e5cb0896ad2","name":"Open House by Elizabeth Berg","description":"By Elizabeth Berg","image":"https://learn-awesome.github.io/assets/book_covers/5190.jpg","links":"book|https://www.goodreads.com/book/show/5190.Open_House","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89b161b1-5c25-4faf-a19e-b844f68f473b","name":"Back Roads by Tawni O'Dell","description":"By Tawni O'Dell","image":"https://learn-awesome.github.io/assets/book_covers/174403.jpg","links":"book|https://www.goodreads.com/book/show/174403.Back_Roads","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"405e68c6-7da6-4ed6-a9ac-4a41f11c3315","name":"A Map of The World ","description":"By Jane Hamilton","image":null,"links":"book|https://www.goodreads.com/book/show/5205.A_Map_of_the_World","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5a15e3a-55ec-41b8-b357-7648ff0a3c25","name":"River, Cross My Heart by Breena Clarke","description":"By Breena Clarke","image":"https://learn-awesome.github.io/assets/book_covers/166101._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/166101.River_Cross_My_Heart","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b47b2a5d-f0af-492d-985a-5f45b46e599c","name":"Tara Road ","description":"By Maeve Binchy","image":"https://learn-awesome.github.io/assets/book_covers/5196._SY160_.jpg","links":"book|https://www.goodreads.com/book/show/5196.Tara_Road","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7a3979d8-66cf-41fc-982c-6c7ce660f342","name":"Mother of Pearl","description":"By Melinda Haynes","image":"https://learn-awesome.github.io/assets/book_covers/5179.jpg","links":"book|https://www.goodreads.com/book/show/5179.Mother_of_Pearl","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6f38640f-777e-48bb-a935-8ed86718497e","name":"White Oleander","description":"By Janet Fitch","image":"https://learn-awesome.github.io/assets/book_covers/32234._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/32234.White_Oleander","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"532f3f3a-8b11-4343-bbe3-e7b7a124f5f6","name":"The Pilot's Wife","description":"By Anita Shreve","image":"https://learn-awesome.github.io/assets/book_covers/5191._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/5191.The_Pilot_s_Wife","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ef4e720-1d43-40ae-bde6-842b982dbf17","name":"The Reader by Bernhard Schlink","description":"By Bernhard Schlink","image":"https://learn-awesome.github.io/assets/book_covers/101299._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/101299.The_Reader","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d82c55b1-140e-496b-b140-2b0245a878c8","name":"Where the Heart Is ","description":"By Billie Letts","image":"https://learn-awesome.github.io/assets/book_covers/5168._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/5168.Where_the_Heart_Is","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d53390f-6aae-4806-b8bc-c75d4f0017a2","name":"Midwives by Chris Bohjalian","description":"By Chris Bohjalian","image":"https://learn-awesome.github.io/assets/book_covers/5166.jpg","links":"book|https://www.goodreads.com/book/show/5166.Midwives","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c7cd55b-2867-4752-a465-9aa8a72314bd","name":"What Looks Like Crazy on an Ordinary Day","description":"By Pearl Cleage","image":"https://learn-awesome.github.io/assets/book_covers/5175.jpg","links":"book|https://www.goodreads.com/book/show/5175.What_Looks_Like_Crazy_on_an_Ordinary_Day","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d51d6a3-b5e8-42a9-bf3f-e2303651ef86","name":"Breath, Eyes, Memory","description":"By Edwidge Danticat","image":"https://learn-awesome.github.io/assets/book_covers/5186.jpg","links":"book|https://www.goodreads.com/book/show/5186.Breath_Eyes_Memory","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8be5320f-5093-4ffc-9fa4-d37f3eb86353","name":"Black and Blue ","description":"By Anna Quindlen","image":null,"links":"book|https://www.goodreads.com/book/show/5157.Black_and_Blue","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a081a514-f0a1-4355-8c62-3b381602c404","name":"Here on Earth ","description":"By Alice Hoffman","image":"https://learn-awesome.github.io/assets/book_covers/5159._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/5159.Here_on_Earth","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcaecdc2-4a47-4512-8863-b555eb34d889","name":"The Best Way to Play by Bill Cosby","description":"By Bill Cosby","image":"https://learn-awesome.github.io/assets/book_covers/5212.jpg","links":"book|https://www.goodreads.com/book/show/5212.The_Best_Way_to_Play","topics":"oprah-s-book-club","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c3dc01dd-6bcc-48d0-8554-2fca335d1056","name":"The Treasure Hunt by Bill Cosby","description":"By Bill Cosby","image":"https://learn-awesome.github.io/assets/book_covers/5202.jpg","links":"book|https://www.goodreads.com/book/show/5202.The_Treasure_Hunt","topics":"oprah-s-book-club","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fd9f63ae-fd20-4c79-9fb8-4f3fc0662d15","name":"The Meanest Thing to Say by Bill Cosby","description":"By Bill Cosby","image":"https://learn-awesome.github.io/assets/book_covers/5209.jpg","links":"book|https://www.goodreads.com/book/show/5209.The_Meanest_Thing_To_Say","topics":"oprah-s-book-club","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4522677c-4d42-41cc-b38a-7406f5a350a2","name":"A Virtuous Woman","description":"By Kaye Gibbons","image":"https://learn-awesome.github.io/assets/book_covers/5158.jpg","links":"book|https://www.goodreads.com/book/show/5158.A_Virtuous_Woman","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1eb0d1db-9f23-4830-95ea-9072ab738d18","name":"A Lesson Before Dying","description":"By Ernest J. Gaines","image":"https://learn-awesome.github.io/assets/book_covers/5197._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/5197.A_Lesson_Before_Dying","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"240f1a5c-dfe7-403b-a147-f6bdd56d1213","name":"Songs in Ordinary Time","description":"By Mary McGarry Morris","image":"https://learn-awesome.github.io/assets/book_covers/5182.jpg","links":"book|https://www.goodreads.com/book/show/5182.Songs_in_Ordinary_Time","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cac50b2b-5846-4e0f-8655-68b342d6c4c3","name":"The Heart of a Woman","description":"By Maya Angelou","image":"https://learn-awesome.github.io/assets/book_covers/5160._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/5160.The_Heart_of_a_Woman","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d3f404c-7c29-4c9a-b146-204c3e2e60ab","name":"The Rapture of Canaan by Sheri Reynolds","description":"By Sheri Reynolds","image":"https://learn-awesome.github.io/assets/book_covers/5180.jpg","links":"book|https://www.goodreads.com/book/show/5180.The_Rapture_of_Canaan","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d16d2da-caf3-4fbe-9a8b-2691e9025999","name":"The Book of Ruth","description":"By Jane Hamilton","image":"https://learn-awesome.github.io/assets/book_covers/5187.jpg","links":"book|https://www.goodreads.com/book/show/5187.The_Book_of_Ruth","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"283520dc-dc80-4028-9c0c-b973d5deb31c","name":"The Deep End of the Ocean","description":"By Jacquelyn Mitchard","image":"https://learn-awesome.github.io/assets/book_covers/5161.jpg","links":"book|https://www.goodreads.com/book/show/5161.The_Deep_End_of_the_Ocean","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1efb2915-1711-4309-ae54-00ee87de8bb6","name":"A Season in Hell and Illuminations","description":"By Arthur Rimbaud","image":"https://learn-awesome.github.io/assets/book_covers/168496.jpg","links":"book|https://www.goodreads.com/book/show/168496.A_Season_in_Hell_Illuminations","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b970737-3c9c-4070-b8ea-d276456fa61d","name":"Les Fleurs du Mal","description":"By Charles Baudelaire","image":"https://learn-awesome.github.io/assets/book_covers/203220.jpg","links":"book|https://www.goodreads.com/book/show/203220.Les_Fleurs_du_Mal","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96876d8a-2dc8-4411-920e-9a4e62f6ddc1","name":"The Wilderness Warrior: Theodore Roosevelt and the Crusade for America","description":"By Douglas Brinkley","image":"https://learn-awesome.github.io/assets/book_covers/4668676.jpg","links":"book|https://www.goodreads.com/book/show/4668676-the-wilderness-warrior","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98b3ffa3-1a5b-45f2-94c0-c614fbe8a65b","name":"Big Sur","description":"By Jack Kerouac","image":"https://learn-awesome.github.io/assets/book_covers/50140.jpg","links":"book|https://www.goodreads.com/book/show/50140.Big_Sur","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0a67e7c-c8f9-4290-a8e8-e31eb95f5140","name":"The Rum Diary","description":"By Hunter S. Thompson","image":"https://learn-awesome.github.io/assets/book_covers/18864.jpg","links":"book|https://www.goodreads.com/book/show/18864.The_Rum_Diary","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8d96487f-8cc4-4125-aac4-41c1288e3ae0","name":"In Our Time","description":"By Ernest Hemingway","image":"https://learn-awesome.github.io/assets/book_covers/4652.jpg","links":"book|https://www.goodreads.com/book/show/4652.In_Our_Time","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"740d3793-5975-460a-b670-e909fea2f00e","name":"The People's Act of Love","description":"By James Meek","image":"https://learn-awesome.github.io/assets/book_covers/112343.jpg","links":"book|https://www.goodreads.com/book/show/112343.The_People_s_Act_of_Love","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6e1eedad-16a7-4791-afae-f5feb346b068","name":"The Ginger Man","description":"By J.P. Donleavy","image":"https://learn-awesome.github.io/assets/book_covers/127020.jpg","links":"book|https://www.goodreads.com/book/show/127020.The_Ginger_Man","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acf2ba53-e77b-4d53-96f0-fe3bb677c9bb","name":"On the Road","description":"By Jack Kerouac","image":"https://learn-awesome.github.io/assets/book_covers/70401.jpg","links":"book|https://www.goodreads.com/book/show/70401.On_the_Road","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ae90548c-dfdd-4225-9b1e-db583147e246","name":"In the Hand of Dante","description":"By Nick Tosches","image":"https://learn-awesome.github.io/assets/book_covers/40664.jpg","links":"book|https://www.goodreads.com/book/show/40664.In_the_Hand_of_Dante","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"227c3cd1-de40-48c9-8a77-814a044bde9d","name":"Fierce Invalids Homes from Hot Climates","description":"By Tom Robbins","image":"https://learn-awesome.github.io/assets/book_covers/8680._SX98_.jpg","links":"book|https://www.goodreads.com/book/show/8680.Fierce_Invalids_Home_from_Hot_Climates","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4097adc4-e852-49f3-9ffc-94002b9a0628","name":"Epitaph of a Small Winner","description":"By Machado de Assis","image":"https://learn-awesome.github.io/assets/book_covers/909746.jpg","links":"book|https://www.goodreads.com/book/show/909746.Epitaph_of_a_Small_Winner","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bb4081fe-845f-442e-a70c-ec5dade2d8b1","name":"Really the Blues","description":"By Mezz Mezzrow","image":"https://learn-awesome.github.io/assets/book_covers/471934.jpg","links":"book|https://www.goodreads.com/book/show/471934.Really_the_Blues","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdf56274-1185-488d-ab0e-f9f0333b3810","name":"Elia Kazan","description":"By Richard Schickel","image":"https://learn-awesome.github.io/assets/book_covers/148939.jpg","links":"book|https://www.goodreads.com/book/show/148939.Elia_Kazan","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ef6fece-9e8f-4564-b8e3-556287126b6c","name":"The World of S J Perelman","description":"By S.J. Perelman","image":"https://learn-awesome.github.io/assets/book_covers/13636421.jpg","links":"book|https://www.goodreads.com/book/show/13636421-the-world-of-s-j-perelman","topics":"humor","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8912a084-dd89-40d3-bf11-73070e8d7522","name":"Letters and Papers From Prison","description":"By Dietrich Bonhoeffer","image":"https://learn-awesome.github.io/assets/book_covers/760019.jpg","links":"book|https://www.goodreads.com/book/show/760019.Letters_and_Papers_from_Prison","topics":"theology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55e1f5f2-3e79-469f-9c70-9abea910628c","name":"God Is Not Great","description":"By Christopher Hitchens","image":"https://learn-awesome.github.io/assets/book_covers/43369.jpg","links":"book|https://www.goodreads.com/book/show/43369.God_Is_Not_Great","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b4cccf4-2abf-4134-b829-a653450613e6","name":"Monsignor Quixote","description":"By Graham Greene","image":"https://learn-awesome.github.io/assets/book_covers/138995.jpg","links":"book|https://www.goodreads.com/book/show/138995.Monsignor_Quixote","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9695b799-b4b3-4fa0-83b7-c96849125eb8","name":"Rita Hayworth and the Shawshank Redemption","description":"By Stephen King","image":"https://learn-awesome.github.io/assets/book_covers/39664.jpg","links":"book|https://www.goodreads.com/book/show/39664.Rita_Hayworth_and_Shawshank_Redemption","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9bae59ff-2729-4dae-8970-206d796aca01","name":"Black Beauty","description":"By Anna Sewell","image":"https://learn-awesome.github.io/assets/book_covers/3685.jpg","links":"book|https://www.goodreads.com/book/show/3685.Black_Beauty","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6481e395-826e-49c9-98a0-95f8fce3ffc0","name":"Critical Phenomena in Natural Sciences: Chaos, Fractals, Selforganization and Disorder: Concepts and Tools","description":"By Didier Sornette","image":"https://learn-awesome.github.io/assets/book_covers/558163.jpg","links":"book|https://www.goodreads.com/book/show/558163.Critical_Phenomena_in_Natural_Sciences","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a86bf2e2-f1f3-4dd3-b857-bd1134843740","name":"The Statistical Mechanics of Financial Markets","description":"By Johannes Voit","image":"https://learn-awesome.github.io/assets/book_covers/980410.jpg","links":"book|https://www.goodreads.com/book/show/980410.The_Statistical_Mechanics_of_Financial_Markets","topics":"math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03213fa6-74a6-4054-83a3-dd7716a8f964","name":"Deep Learning","description":"By Ian Goodfellow","image":"https://learn-awesome.github.io/assets/book_covers/24072897.jpg","links":"book|https://www.goodreads.com/book/show/24072897-deep-learning","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"60af45b6-978b-4fbc-abd1-2eeea683e64f","name":"Seeking Wisdom: From Darwin To Munger","description":"By Peter Bevelin","image":"https://learn-awesome.github.io/assets/book_covers/1995421.jpg","links":"book|https://www.goodreads.com/book/show/1995421.Seeking_Wisdom","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56d3b665-9cce-4c1c-992c-e4271b38f17b","name":"The Elements of Statistical Learning: Data Mining, Inference, and Prediction","description":"By Trevor Hastie","image":"https://learn-awesome.github.io/assets/book_covers/148009.jpg","links":"book|https://www.goodreads.com/book/show/148009.The_Elements_of_Statistical_Learning","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"391f0af3-ab9d-477a-a702-2345ee2cd5e4","name":"The Doctrine of Deification in the Greek Patristic Tradition","description":"By Norman Russell","image":"https://learn-awesome.github.io/assets/book_covers/1368029.jpg","links":"book|https://www.goodreads.com/book/show/1368029.The_Doctrine_of_Deification_in_the_Greek_Patristic_Tradition","topics":"christianity","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"74e2cb0e-1a44-46c2-b2c9-20f19ea903b2","name":"Who We Are and How We Got Here: Ancient DNA and the New Science of the Human Past","description":"By David Reich","image":"https://learn-awesome.github.io/assets/book_covers/35749414.jpg","links":"book|https://www.goodreads.com/book/show/35749414-who-we-are-and-how-we-got-here","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1ca96343-5466-4622-9f35-ca2c59f54dad","name":"Good Calories, Bad Calories: Challenging the Conventional Wisdom on Diet, Weight Control, and Disease","description":"By Gary Taubes","image":"https://learn-awesome.github.io/assets/book_covers/1820055.jpg","links":"book|https://www.goodreads.com/book/show/1820055.Good_Calories_Bad_Calories","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9def0b69-c296-4bcd-b312-d66ab7ce8341","name":"The Tartar Steppe","description":"By Dino Buzzati","image":"https://learn-awesome.github.io/assets/book_covers/83017.jpg","links":"book|https://www.goodreads.com/book/show/83017.The_Tartar_Steppe","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a0f830ce-2500-4930-b1a9-1114a3889aa9","name":"Consciousness - An Introduction","description":"By Susan Blackmore","image":"https://learn-awesome.github.io/assets/book_covers/254501.jpg","links":"book|https://www.goodreads.com/book/show/254501.Consciousness","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7ed3d364-0a07-47f0-922d-4c54389fd2eb","name":"Probability, Random Variables and Stochastic Processes with Errata Sheet","description":"By Athanasios Papoulis","image":"https://learn-awesome.github.io/assets/book_covers/1172186.jpg","links":"book|https://www.goodreads.com/book/show/1172186.Probability_Random_Variables_and_Stochastic_Processes_with_Errata_Sheet","topics":"math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8fa4bb4b-909c-4ce9-a3f7-ba9747c49562","name":"A Guide To Econometrics","description":"By Peter E. Kennedy","image":"https://learn-awesome.github.io/assets/book_covers/163934.jpg","links":"book|https://www.goodreads.com/book/show/163934.A_Guide_To_Econometrics","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3a0a8c0-4a46-4ae6-b53a-fdf7133aaccc","name":"The Obstacle Is the Way: The Timeless Art of Turning Trials into Triumph","description":"By Ryan Holiday","image":"https://learn-awesome.github.io/assets/book_covers/18668059.jpg","links":"book|https://www.goodreads.com/book/show/18668059-the-obstacle-is-the-way","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f8d9df21-56aa-4117-859f-66f822e3d12e","name":"Confessions of a Philosopher: A Personal Journey Through Western Philosophy from Plato to Popper","description":"By Bryan Magee","image":"https://learn-awesome.github.io/assets/book_covers/23256.jpg","links":"book|https://www.goodreads.com/book/show/23256.Confessions_of_a_Philosopher","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01d776db-de62-41c0-8fda-4e2ddb05391d","name":"Mapping the Mind","description":"By Rita Carter","image":"https://learn-awesome.github.io/assets/book_covers/947061.jpg","links":"book|https://www.goodreads.com/book/show/947061.Mapping_the_Mind","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db21d758-2034-411d-a4a8-af2ebf905ef0","name":"The Dream of Reason: A History of Philosophy from the Greeks to the Renaissance","description":"By Anthony Gottlieb","image":"https://learn-awesome.github.io/assets/book_covers/26530383.jpg","links":"book|https://www.goodreads.com/book/show/26530383-the-dream-of-reason","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9b8d1ded-8289-40d8-aa79-0798294e5bd0","name":"The Kelly Capital Growth Investment Criterion: Theory and Practice","description":"By Leonard C. Maclean","image":"https://learn-awesome.github.io/assets/book_covers/18887983.jpg","links":"book|https://www.goodreads.com/book/show/18887983-the-kelly-capital-growth-investment-criterion","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5dfbbbaa-947c-434b-b987-a793bba9f19a","name":"Body by Science: A Research-Based Program for Strength Training, Body Building, and Complete Fitness in 12 Minutes a Week","description":"By John Little","image":"https://learn-awesome.github.io/assets/book_covers/4642174.jpg","links":"book|https://www.goodreads.com/book/show/4642174-body-by-science","topics":"health","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ffa4f402-4d6f-4747-b921-d89a44591ce9","name":"The Opposing Shore","description":"By Julien Gracq","image":"https://learn-awesome.github.io/assets/book_covers/2033025.jpg","links":"book|https://www.goodreads.com/book/show/2033025.The_Opposing_Shore","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb1d2fb0-7dd7-43d4-9cf6-714027092c3b","name":"Social Cognition","description":"By Ziva Kunda","image":"https://learn-awesome.github.io/assets/book_covers/789155.jpg","links":"book|https://www.goodreads.com/book/show/789155.Social_Cognition","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9e0084b6-851d-4049-a0bf-e2ca6986a622","name":"The Science of Conjecture: Evidence and Probability before Pascal","description":"By James Franklin","image":"https://learn-awesome.github.io/assets/book_covers/6298393.jpg","links":"book|https://www.goodreads.com/book/show/6298393-the-science-of-conjecture","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e274b09c-7057-42f5-bddb-54234fc21984","name":"The (Mis)Behavior of Markets","description":"By Benoît B. Mandelbrot","image":"https://learn-awesome.github.io/assets/book_covers/665134.jpg","links":"book|https://www.goodreads.com/book/show/665134.The_Mis_Behavior_of_Markets","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b5cc9d07-7817-45ca-9853-89052b652da3","name":"How Nature Works: The Science of Self-organized Criticality","description":"By Per Bak","image":"https://learn-awesome.github.io/assets/book_covers/869836.jpg","links":"book|https://www.goodreads.com/book/show/869836.How_Nature_Works","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4ab8f7ca-7b6c-452e-8783-ffe2e6573ee5","name":"Bull!: A History of the Boom and Bust, 1982-2004","description":"By Maggie Mahar","image":"https://learn-awesome.github.io/assets/book_covers/116953.jpg","links":"book|https://www.goodreads.com/book/show/116953.Bull_","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"18325db8-f916-41af-9f08-964ab28e93a8","name":"Statistical Models: Theory and Practice","description":"By David A. Freedman","image":"https://learn-awesome.github.io/assets/book_covers/7487714.jpg","links":"book|https://www.goodreads.com/book/show/7487714-statistical-models","topics":"statistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bdb2892a-5908-46c9-b791-5d6af9df1f13","name":"The Discovery of France: A Historical Geography from the Revolution to the First World War","description":"By Graham Robb","image":"https://learn-awesome.github.io/assets/book_covers/1883390.jpg","links":"book|https://www.goodreads.com/book/show/1883390.The_Discovery_of_France","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c929aa46-e218-4b89-bf1d-f92d6fd166bd","name":"The Crocodile","description":"By Elizabeth Peters","image":"https://learn-awesome.github.io/assets/book_covers/40881649.jpg","links":"book|https://www.goodreads.com/book/show/40881649-crocodile-on-the-sandbank","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a5340ae-6b0b-4001-8894-0af236346dbe","name":"Thinking and Deciding","description":"By Jonathan Baron","image":"https://learn-awesome.github.io/assets/book_covers/2466179.jpg","links":"book|https://www.goodreads.com/book/show/2466179.Thinking_and_Deciding","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12b9551a-95a1-43fc-b9a9-7e2ffa536aa3","name":"Levant: Splendour and Catastrophe on the Mediterranean","description":"By Philip Mansel","image":"https://learn-awesome.github.io/assets/book_covers/9939636.jpg","links":"book|https://www.goodreads.com/book/show/9939636-levant","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddd32606-ed90-457d-a7fe-3ca9d7ca1e45","name":"The Wisdom Paradox: How Your Mind Can Grow Stronger as Your Brain Grows Older","description":"By Elkhonon Goldberg","image":"https://learn-awesome.github.io/assets/book_covers/1875338.jpg","links":"book|https://www.goodreads.com/book/show/1875338.The_Wisdom_Paradox","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e29738a9-8d88-4bc0-bb53-9494f89140bc","name":"The Birth of Tragedy","description":"By Friedrich Nietzsche","image":"https://learn-awesome.github.io/assets/book_covers/2823.jpg","links":"book|https://www.goodreads.com/book/show/2823.The_Birth_of_Tragedy","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0bf90988-9f1f-4cae-93b3-eb1571a8af72","name":"The Status Syndrome: How Social Standing Affects Our Health and Longevity","description":"By Michael G. Marmot","image":"https://learn-awesome.github.io/assets/book_covers/385098.jpg","links":"book|https://www.goodreads.com/book/show/385098.The_Status_Syndrome","topics":"sociology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfc9ef4c-ef70-41b8-a859-6cfe509bdab8","name":"Why Everyone (Else) Is a Hypocrite: Evolution and the Modular Mind","description":"By Robert Kurzban","image":"https://learn-awesome.github.io/assets/book_covers/8733371.jpg","links":"book|https://www.goodreads.com/book/show/8733371-why-everyone-else-is-a-hypocrite","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d649f5cb-f399-4824-a3a9-8207a3762f2d","name":"Explaining Social Behavior: More Nuts and Bolts for the Social Sciences","description":"By Jon Elster","image":"https://learn-awesome.github.io/assets/book_covers/452725.jpg","links":"book|https://www.goodreads.com/book/show/452725.Explaining_Social_Behavior","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e085afee-1d2b-44b7-adc6-5221f077a302","name":"Strangers to Ourselves: Discovering the Adaptive Unconscious","description":"By Timothy D. Wilson","image":"https://learn-awesome.github.io/assets/book_covers/15658.jpg","links":"book|https://www.goodreads.com/book/show/15658.Strangers_to_Ourselves","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"05f1a6d9-413f-4c55-a95b-6407dbde7599","name":"Rational Decisions","description":"By Ken Binmore","image":"https://learn-awesome.github.io/assets/book_covers/5957128.jpg","links":"book|https://www.goodreads.com/book/show/5957128-rational-decisions","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8eda0ecc-31ec-4c7f-a0fe-c8f58e3e2747","name":"Information: The New Language of Science","description":"By Hans Christian Von Baeyer","image":"https://learn-awesome.github.io/assets/book_covers/1602908.jpg","links":"book|https://www.goodreads.com/book/show/1602908.Information","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9a528e83-7752-4d7a-bdc1-73698f859d43","name":"Financial Derivatives: Pricing, Applications, and Mathematics","description":"By Jamil Baz","image":"https://learn-awesome.github.io/assets/book_covers/6817049.jpg","links":"book|https://www.goodreads.com/book/show/6817049-financial-derivatives","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dd3cd895-c812-4bc9-9ab2-285e1b702564","name":"The Hour Between Dog and Wolf: Risk Taking, Gut Feelings and the Biology of Boom and Bust","description":"By John Coates","image":"https://learn-awesome.github.io/assets/book_covers/13151167.jpg","links":"book|https://www.goodreads.com/book/show/13151167-the-hour-between-dog-and-wolf","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b6d983a7-2079-41cf-94ef-cea059f4c039","name":"What I Learned Losing a Million Dollars","description":"By Jim Paul","image":"https://learn-awesome.github.io/assets/book_covers/1334384.jpg","links":"book|https://www.goodreads.com/book/show/1334384.What_I_Learned_Losing_a_Million_Dollars","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9253e117-6006-4f93-8f8b-5f98e0cf315e","name":"Bull by the Horns: Fighting to Save Main Street from Wall Street and Wall Street from Itself","description":"By Sheila Bair","image":"https://learn-awesome.github.io/assets/book_covers/13259882.jpg","links":"book|https://www.goodreads.com/book/show/13259882-bull-by-the-horns","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7fb76eab-cc51-4d86-b836-897d096b0727","name":"Happy Accidents: Serendipity in Modern Medical Breakthroughs","description":"By Morton A. Meyers","image":"https://learn-awesome.github.io/assets/book_covers/353340.jpg","links":"book|https://www.goodreads.com/book/show/353340.Happy_Accidents","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"117028b1-1858-4738-a1eb-24c226b4e83b","name":"Why Stock Markets Crash: Critical Events in Complex Financial Systems","description":"By Didier Sornette","image":"https://learn-awesome.github.io/assets/book_covers/2603057.jpg","links":"book|https://www.goodreads.com/book/show/2603057-why-stock-markets-crash","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c4a9153c-1f5d-4cab-a750-74da7617bd8e","name":"Invariances: The Structure of the Objective World","description":"By Robert Nozick","image":"https://learn-awesome.github.io/assets/book_covers/517489.jpg","links":"book|https://www.goodreads.com/book/show/517489.Invariances","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"68ba5aff-9084-4b55-ac96-51eb8423f4f9","name":"Mean Genes: From Sex to Money to Food: Taming Our Primal Instincts","description":"By Terry Burnham","image":"https://learn-awesome.github.io/assets/book_covers/261592.jpg","links":"book|https://www.goodreads.com/book/show/261592.Mean_Genes","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cf909538-5b4f-45de-94f1-dc35e73e3e0b","name":"Modern Aramaic Assyrinan/Syriac: Swadaya-english / Turyo-english / English-swadaya-turoy: Dicitonary and Phrasebook","description":"By Nicholas Awde","image":"https://learn-awesome.github.io/assets/book_covers/2487104.jpg","links":"book|https://www.goodreads.com/book/show/2487104.Modern_Aramaic_Assyrinan_Syriac","topics":"linguistics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6483e0ca-7949-4ead-8f99-2b11548d4804","name":"Modelling Extremal Events: for Insurance and Finance","description":"By Paul Embrechts","image":"https://learn-awesome.github.io/assets/book_covers/2161501.jpg","links":"book|https://www.goodreads.com/book/show/2161501.Modelling_Extremal_Events","topics":"math","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9333d7c0-4f30-4434-a83a-ace8f688a5bc","name":"Birth of a Theorem: A Mathematical Adventure","description":"By Cédric Villani","image":"https://learn-awesome.github.io/assets/book_covers/23257776.jpg","links":"book|https://www.goodreads.com/book/show/23257776-birth-of-a-theorem","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a51ccbe-52db-4541-a8fa-1442c1de2261","name":"Kant and the Platypus: Essays on Language and Cognition","description":"By Umberto Eco","image":"https://learn-awesome.github.io/assets/book_covers/59925.jpg","links":"book|https://www.goodreads.com/book/show/59925.Kant_and_the_Platypus","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f231a764-eb5c-4999-bf54-70a469365fa0","name":"Plato and a Platypus Walk Into a Bar: Understanding Philosophy Through Jokes","description":"By Thomas Cathcart","image":"https://learn-awesome.github.io/assets/book_covers/180995.jpg","links":"book|https://www.goodreads.com/book/show/180995.Plato_and_a_Platypus_Walk_Into_a_Bar","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f245c1a-48cd-4f84-a1cf-b06aaed22247","name":"A History of the Mind: Evolution and the Birth of Consciousness","description":"By Nicholas Humphrey","image":"https://learn-awesome.github.io/assets/book_covers/396499.jpg","links":"book|https://www.goodreads.com/book/show/396499.A_History_of_the_Mind","topics":"psychology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0f5227d6-d795-4bae-a762-8f68b9fab731","name":"The New Financial Order: Risk in the 21st Century","description":"By Robert J. Shiller","image":"https://learn-awesome.github.io/assets/book_covers/3656491.jpg","links":"book|https://www.goodreads.com/book/show/3656491-the-new-financial-order","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24d98301-a595-45c0-97f5-6dbdfef45cde","name":"The Mind Doesn't Work That Way: The Scope and Limits of Computational Psychology","description":"By Jerry A. Fodor","image":"https://learn-awesome.github.io/assets/book_covers/377578.jpg","links":"book|https://www.goodreads.com/book/show/377578.The_Mind_Doesn_t_Work_That_Way","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3a72621-3169-4035-bd6d-29343d74e2ed","name":"1,000 Foods To Eat Before You Die: A Food Lover's Life List","description":"By Mimi Sheraton","image":"https://learn-awesome.github.io/assets/book_covers/20605483.jpg","links":"book|https://www.goodreads.com/book/show/20605483-1-000-foods-to-eat-before-you-die","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"56094877-9cf8-4f88-97f2-a52cf0368a27","name":"The Making of a Philosopher: My Journey Through Twentieth-Century Philosophy","description":"By Colin McGinn","image":"https://learn-awesome.github.io/assets/book_covers/22508.jpg","links":"book|https://www.goodreads.com/book/show/22508.The_Making_of_a_Philosopher","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"badc3bdc-b388-42b3-b615-bd3cda96b519","name":"Free The Animal: Lose Weight & Fat With The Paleo Diet (aka The Caveman Diet) V2 - NEWLY EXPANDED & UPDATED","description":"By Richard Nikoley","image":"https://learn-awesome.github.io/assets/book_covers/18912883.jpg","links":"book|https://www.goodreads.com/book/show/18912883-free-the-animal","topics":"nutrition","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"19f3af29-fdb8-402d-9333-277f988c57cb","name":"Idea Makers: Personal Perspectives on the Lives & Ideas of Some Notable People","description":"By Stephen Wolfram","image":"https://learn-awesome.github.io/assets/book_covers/30618260.jpg","links":"book|https://www.goodreads.com/book/show/30618260-idea-makers","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3a88a400-fcf5-4d2d-8af9-70f034f0fc78","name":"No Bull: My Life in and Out of Markets","description":"By Michael Steinhardt","image":"https://learn-awesome.github.io/assets/book_covers/180462.jpg","links":"book|https://www.goodreads.com/book/show/180462.No_Bull","topics":"investing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ca415322-149f-49e5-9c61-0374a308c59c","name":"The Secret of Fatima (Father Kevin Thrall #1)","description":"By Peter J. Tanous","image":"https://learn-awesome.github.io/assets/book_covers/29468576.jpg","links":"book|https://www.goodreads.com/book/show/29468576-the-secret-of-fatima","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"03d013fc-e9a8-44f5-b3cd-39b7ba34e79c","name":"I Think, Therefore I Laugh: The Flip Side of Philosophy","description":"By John Allen Paulos","image":"https://learn-awesome.github.io/assets/book_covers/867556.jpg","links":"book|https://www.goodreads.com/book/show/867556.I_Think_Therefore_I_Laugh","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"666f3f43-d420-4351-ac36-42b0634989b8","name":"Models.Behaving.Badly.: Why Confusing Illusion with Reality Can Lead to Disaster, on Wall Street and in Life","description":"By Emanuel Derman","image":"https://learn-awesome.github.io/assets/book_covers/12378134.jpg","links":"book|https://www.goodreads.com/book/show/12378134-models-behaving-badly","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e0dc76e-7cdf-4154-b7b0-6007aac11ec3","name":"The Sunday Philosophy Club (Isabel Dalhousie, #1)","description":"By Alexander McCall Smith","image":"https://learn-awesome.github.io/assets/book_covers/15904.jpg","links":"book|https://www.goodreads.com/book/show/15904.The_Sunday_Philosophy_Club","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7e139b17-4057-4c88-b31d-415cbf7f95b0","name":"Intellectual Life in the Middle Ages: Essays Presented to Margaret Gibson","description":"By Lesley M. Smith","image":"https://learn-awesome.github.io/assets/book_covers/526665.jpg","links":"book|https://www.goodreads.com/book/show/526665.Intellectual_Life_in_the_Middle_Ages","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"443a8f72-aff8-477a-a1a6-6889869b174c","name":"The Blank Swan: The End of Probability","description":"By Elie Ayache","image":"https://learn-awesome.github.io/assets/book_covers/7650769.jpg","links":"book|https://www.goodreads.com/book/show/7650769-the-blank-swan","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"991e6470-fa9c-4ca9-8a17-07f83beb8f41","name":"Fresh India","description":"By Meera Sodha","image":"https://learn-awesome.github.io/assets/book_covers/29776979.jpg","links":"book|https://www.goodreads.com/book/show/29776979-fresh-india","topics":"cookbooks","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bacc94a2-b827-432a-9676-77d908ed37ab","name":"The Excellence Dividend","description":"By Tom Peters","image":"https://learn-awesome.github.io/assets/book_covers/35955501.jpg","links":"book|https://www.goodreads.com/book/show/35955501-the-excellence-dividend","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33cd03c3-8927-45f1-94a4-549707c99387","name":"THE Artist's Journey","description":"By Steven Pressfield","image":"https://learn-awesome.github.io/assets/book_covers/40725353.jpg","links":"book|https://www.goodreads.com/book/show/40725353-the-artist-s-journey","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bbfdab4a-47f4-4d1b-bd90-476b6d15e4d4","name":"The Art of Gathering","description":"By Priya Parker","image":"https://learn-awesome.github.io/assets/book_covers/37424706.jpg","links":"book|https://www.goodreads.com/book/show/37424706-the-art-of-gathering","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8555624b-2248-4cc5-bad8-22541e85b190","name":"Chasing Space","description":"By Leland Melvin","image":"https://learn-awesome.github.io/assets/book_covers/31867526.jpg","links":"book|https://www.goodreads.com/book/show/31867526-chasing-space","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14584fde-0b95-476d-9aa7-5a148a362d87","name":"Full House","description":"By Steffie Hall","image":"https://learn-awesome.github.io/assets/book_covers/40320.jpg","links":"book|https://www.goodreads.com/book/show/40320.Full_House","topics":"romance","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"01006ddc-bc49-49c7-bc7c-b1f4b9cadcfd","name":"Eat Their Lunch","description":"By Julia Phillips","image":"https://learn-awesome.github.io/assets/book_covers/472032.jpg","links":"book|https://www.goodreads.com/book/show/472032.You_ll_Never_Eat_Lunch_in_this_Town_Again","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c9f068f-4a3d-4bc3-af7c-7a351f1a3b58","name":"Titan","description":"By Hajime Isayama","image":"https://learn-awesome.github.io/assets/book_covers/13154150.jpg","links":"book|https://www.goodreads.com/book/show/13154150-attack-on-titan-vol-1","topics":"manga","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b57981a3-a137-4c40-861e-417709664492","name":"Totto-Chan: The Little Girl at the Window","description":"By Tetsuko Kuroyanagi","image":"https://learn-awesome.github.io/assets/book_covers/328802.jpg","links":"book|https://www.goodreads.com/book/show/328802.Totto_chan","topics":"children","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e94ae491-6a70-452f-8aa1-9877ef97739e","name":"Tiny Beautiful Things: Advice on Life and Love from Dear Sugar","description":"By Cheryl Strayed","image":"https://learn-awesome.github.io/assets/book_covers/13152194.jpg","links":"book|https://www.goodreads.com/book/show/13152194-tiny-beautiful-things","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"832733ca-4cde-41ae-8ec0-144b6bf55312","name":"Mastery","description":"By Robert Greene","image":"https://learn-awesome.github.io/assets/book_covers/13589182.jpg","links":"book|https://www.goodreads.com/book/show/13589182-mastery","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d97ffa71-f237-4e84-a3cc-fb4b67174118","name":"Fight Club","description":"By Chuck Palahniuk","image":"https://learn-awesome.github.io/assets/book_covers/36236124.jpg","links":"book|https://www.goodreads.com/book/show/36236124-fight-club","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6562e1fd-caeb-44ad-9a94-b2ba842776af","name":"Sherman: Soldier, Realist, American","description":"By B.H. Liddell Hart","image":"https://learn-awesome.github.io/assets/book_covers/547149.jpg","links":"book|https://www.goodreads.com/book/show/547149.Sherman","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"786f6bbc-1435-4ccc-8646-ad412c885b79","name":"Letters from a Self-Made Merchant to His Son","description":"By George Horace Lorimer","image":"https://learn-awesome.github.io/assets/book_covers/1221559.jpg","links":"book|https://www.goodreads.com/book/show/1221559.Letters_from_a_Self_Made_Merchant_to_His_Son","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5fcc72f3-b5ab-4d3f-bf02-4ff8beb6f064","name":"Plutarch’s Lives","description":"By Plutarch","image":"https://learn-awesome.github.io/assets/book_covers/415634.jpg","links":"book|https://www.goodreads.com/book/show/415634.Plutarch_s_Lives","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"748ef01e-5ce6-41c7-ab1b-7f014fa012dc","name":"What Makes Sammy Run?","description":"By Budd Schulberg","image":"https://learn-awesome.github.io/assets/book_covers/101191.jpg","links":"book|https://www.goodreads.com/book/show/101191.What_Makes_Sammy_Run_","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0426c62a-9152-4f92-9151-6820ec06ce80","name":"The Apprenticeship of Duddy Kravitz","description":"By Mordecai Richler","image":"https://learn-awesome.github.io/assets/book_covers/203073.jpg","links":"book|https://www.goodreads.com/book/show/203073.The_Apprenticeship_of_Duddy_Kravitz","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1d9da95-7360-4de8-b773-fff163015d92","name":"The Moviegoer","description":"By Walker Percy","image":"https://learn-awesome.github.io/assets/book_covers/10739.jpg","links":"book|https://www.goodreads.com/book/show/10739.The_Moviegoer","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"32fe0a1e-fd08-4d37-8c94-b3c80b9e8981","name":"The Harder They Fall","description":"By Jessica Gibson","image":"https://learn-awesome.github.io/assets/book_covers/20619405.jpg","links":"book|https://www.goodreads.com/book/show/20619405-the-harder-i-fall","topics":"new-adult","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2b80bb3-a94c-4176-a8ba-3f1ff456e99c","name":"Grimble At Christmas","description":"By Clement Freud","image":"https://learn-awesome.github.io/assets/book_covers/80702.jpg","links":"book|https://www.goodreads.com/book/show/80702.Grimble_Grimble_at_Christmas","topics":"childhood","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fe97b223-1ab7-4643-ad1f-c4c3ab194afb","name":"The Best Of Wodehouse","description":"By P.G. Wodehouse","image":"https://learn-awesome.github.io/assets/book_covers/18062.jpg","links":"book|https://www.goodreads.com/book/show/18062.The_Best_of_Wodehouse","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12b41f38-d945-4a65-b57a-6dee03b141aa","name":"The Song of Achilles","description":"By Madeline Miller","image":"https://learn-awesome.github.io/assets/book_covers/11250317.jpg","links":"book|https://www.goodreads.com/book/show/11250317-the-song-of-achilles","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"707ad43a-c5c2-4702-a6ae-61c270d45c78","name":"Hons and Rebels","description":"By Jessica Mitford","image":"https://learn-awesome.github.io/assets/book_covers/43401.jpg","links":"book|https://www.goodreads.com/book/show/43401.Hons_and_Rebels","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a85d4c9e-9aa8-487a-a7e8-c0d495f2ba92","name":"The Little White Horse","description":"By Elizabeth Goudge","image":"https://learn-awesome.github.io/assets/book_covers/420180.jpg","links":"book|https://www.goodreads.com/book/show/420180.The_Little_White_Horse","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02226281-818e-4c79-b110-89beb2908d3e","name":"Ballet Shoes","description":"By Noel Streatfeild","image":"https://learn-awesome.github.io/assets/book_covers/10444.jpg","links":"book|https://www.goodreads.com/book/show/10444.Ballet_Shoes","topics":"childrens","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"98d31148-2a37-47c4-a631-949796664cb0","name":"Poverty Safari: Understanding the Anger of Britain's Underclass","description":"By Darren McGarvey","image":"https://learn-awesome.github.io/assets/book_covers/40798977.jpg","links":"book|https://www.goodreads.com/book/show/40798977-poverty-safari","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5e9e49f-2391-4275-a3d4-9c5bc9bd02d7","name":"I Capture the Castle","description":"By Dodie Smith","image":"https://learn-awesome.github.io/assets/book_covers/31122.jpg","links":"book|https://www.goodreads.com/book/show/31122.I_Capture_the_Castle","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7d623200-6713-449e-9c7e-abe61443e3d5","name":"Emma","description":"By Jane Austen","image":"https://learn-awesome.github.io/assets/book_covers/6969.jpg","links":"book|https://www.goodreads.com/book/show/6969.Emma","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a27b3864-0278-4634-bd13-ee2c5e82d51e","name":"The Story of the Treasure Seekers","description":"By E. Nesbit","image":"https://learn-awesome.github.io/assets/book_covers/444374.jpg","links":"book|https://www.goodreads.com/book/show/444374.The_Story_of_the_Treasure_Seekers","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2482d978-4b9e-4f70-8c9e-a8ac8098f2c1","name":"Animal Farm","description":"By George Orwell","image":"https://learn-awesome.github.io/assets/book_covers/170448.jpg","links":"book|https://www.goodreads.com/book/show/170448.Animal_Farm","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b74d2b4e-2c18-4d01-b8f1-250c7c2fba08","name":"Chéri","description":"By Colette","image":"https://learn-awesome.github.io/assets/book_covers/89841.jpg","links":"book|https://www.goodreads.com/book/show/89841.Cheri_and_The_Last_of_Cheri","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c03733e4-aeae-4dbe-aaca-a62dac0d0651","name":"Macbeth","description":"By William Shakespeare","image":"https://learn-awesome.github.io/assets/book_covers/8852.jpg","links":"book|https://www.goodreads.com/book/show/8852.Macbeth","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"915f553b-c4e8-486f-850a-142872853809","name":"Secrets of the Flesh: A Life of Colette","description":"By Judith Thurman","image":"https://learn-awesome.github.io/assets/book_covers/89840.jpg","links":"book|https://www.goodreads.com/book/show/89840.Secrets_of_the_Flesh","topics":"biography","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f421b8d2-4247-4441-a70a-b2693bee9175","name":"Lolita","description":"By Vladimir Nabokov","image":"https://learn-awesome.github.io/assets/book_covers/7604.jpg","links":"book|https://www.goodreads.com/book/show/7604.Lolita","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"14d9c09d-9d73-4ac6-adf2-33057e6d52fc","name":"Manxmouse","description":"By Paul Gallico","image":"https://learn-awesome.github.io/assets/book_covers/1297535.jpg","links":"book|https://www.goodreads.com/book/show/1297535.Manxmouse","topics":"children","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f9d9bd55-8cce-47b0-96ca-c035a624c9da","name":"The Iliad","description":"By Homer","image":"https://learn-awesome.github.io/assets/book_covers/1371.jpg","links":"book|https://www.goodreads.com/book/show/1371.The_Iliad","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"675db938-e49b-4773-a0b1-4e27898c3682","name":"The Woman Who Walked into Doors","description":"By Roddy Doyle","image":"https://learn-awesome.github.io/assets/book_covers/52778.jpg","links":"book|https://www.goodreads.com/book/show/52778.The_Woman_Who_Walked_Into_Doors","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"375fbf34-8c16-46d3-a7d3-cb1504e072e3","name":"The Diaries of Auberon Waugh","description":"By Auberon Waugh","image":"https://learn-awesome.github.io/assets/book_covers/11099096.jpg","links":"book|https://www.goodreads.com/book/show/11099096-the-diaries-of-auberon-waugh","topics":"jk-rowling","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2ef8d155-e59e-439a-aa05-a32bfb20bca0","name":"The Prince of Tides","description":"By Pat Conroy","image":"https://learn-awesome.github.io/assets/book_covers/16735.jpg","links":"book|https://www.goodreads.com/book/show/16735.The_Prince_of_Tides","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59e7ae17-3a59-43c2-b537-0f0d4e102c1f","name":"Outlander","description":"By Diana Gabaldon","image":"https://learn-awesome.github.io/assets/book_covers/10964.jpg","links":"book|https://www.goodreads.com/book/show/10964.Outlander","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97d6a604-bd66-45d5-ad74-5dae15f95b0c","name":"Angles of Attack (Frontlines #3)","description":"By Marko Kloos","image":"https://learn-awesome.github.io/assets/book_covers/24358527.jpg","links":"book|https://www.goodreads.com/book/show/24358527-angles-of-attack","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"82276e0e-58a1-48c4-b1d5-344cefc7052f","name":"The Once and Future King","description":"By T.H. White","image":"https://learn-awesome.github.io/assets/book_covers/43545.jpg","links":"book|https://www.goodreads.com/book/show/43545.The_Once_and_Future_King","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c4b6826-3550-4695-ba25-ac08704f4cf5","name":"A Wizard of Earthsea","description":"By Ursula K. Le Guin","image":"https://learn-awesome.github.io/assets/book_covers/13642.jpg","links":"book|https://www.goodreads.com/book/show/13642.A_Wizard_of_Earthsea","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4c22450b-58f7-41ee-972e-053cff67dcf5","name":"The Iron King","description":"By Julie Kagawa","image":"https://learn-awesome.github.io/assets/book_covers/6644117.jpg","links":"book|https://www.goodreads.com/book/show/6644117-the-iron-king","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4b25528-e148-405e-94ce-1c749732286b","name":"Joyland","description":"By Stephen King","image":"https://learn-awesome.github.io/assets/book_covers/13596166.jpg","links":"book|https://www.goodreads.com/book/show/13596166-joyland","topics":"stephen-king","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c08fa55-88ec-47ce-b948-82c0a705755d","name":"The Fireman","description":"By Joe Hill","image":"https://learn-awesome.github.io/assets/book_covers/29875363.jpg","links":"book|https://www.goodreads.com/book/show/29875363-the-fireman","topics":"horror","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20559810-df39-40ee-b7e4-e8e90b77b1ac","name":"The White Company","description":"By Arthur Conan Doyle","image":"https://learn-awesome.github.io/assets/book_covers/93063.jpg","links":"book|https://www.goodreads.com/book/show/93063.The_White_Company","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59525441-d159-4494-b039-e9a485570a84","name":"The Cuckoo's Calling","description":"By Robert Galbraith","image":"https://learn-awesome.github.io/assets/book_covers/16160797.jpg","links":"book|https://www.goodreads.com/book/show/16160797-the-cuckoo-s-calling","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f6e6dc0-6aed-4ed0-880f-3f92a860c69f","name":"Armada","description":"By Ernest Cline","image":"https://learn-awesome.github.io/assets/book_covers/16278318.jpg","links":"book|https://www.goodreads.com/book/show/16278318-armada","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0cc00e62-7599-494f-981d-fd1c54daace9","name":"Rin Tin Tin: the Life and the Legend","description":"By Susan Orlean","image":"https://learn-awesome.github.io/assets/book_covers/11238914.jpg","links":"book|https://www.goodreads.com/book/show/11238914-rin-tin-tin","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2875fa17-68ea-4b90-882b-7907f13ff646","name":"The Beautiful Cigar Girl","description":"By Daniel Stashower","image":"https://learn-awesome.github.io/assets/book_covers/171112.jpg","links":"book|https://www.goodreads.com/book/show/171112.The_Beautiful_Cigar_Girl","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e5b22f97-2884-4a99-a65f-bc8aed7a80c2","name":"American Gods","description":"By Neil Gaiman","image":"https://learn-awesome.github.io/assets/book_covers/30165203.jpg","links":"book|https://www.goodreads.com/book/show/30165203-american-gods","topics":"fantasy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddbe5dc7-fa92-4061-8499-cca65ee1054f","name":"Peter Simple","description":"By Frederick Marryat","image":"https://learn-awesome.github.io/assets/book_covers/60704.jpg","links":"book|https://www.goodreads.com/book/show/60704.Peter_Simple","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27ebfaec-9bd8-46e8-b883-2fcaff457710","name":"The Complete Works of Guy de Maupassant, Vol. 2 (1917): Mad, and Short Stories","description":"By Guy de Maupassant","image":"https://learn-awesome.github.io/assets/book_covers/168757.jpg","links":"book|https://www.goodreads.com/book/show/168757.The_Complete_Works_of_Guy_de_Maupassant_Vol_2_1917_","topics":"default","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23908fb6-4dbd-40aa-ba21-a5bc0ae151e1","name":"Far Away and Long Ago","description":"By W.H. Hudson","image":"https://learn-awesome.github.io/assets/book_covers/1564832.jpg","links":"book|https://www.goodreads.com/book/show/1564832.Far_Away_and_Long_Ago","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5cad5e5-440c-4198-935c-a1013e726937","name":"The Red and the Black","description":"By Stendhal","image":"https://learn-awesome.github.io/assets/book_covers/14662.jpg","links":"book|https://www.goodreads.com/book/show/14662.The_Red_and_the_Black","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"731fefc2-f44a-43fa-99b0-b8bad8f32cef","name":"Dubliners","description":"By James Joyce","image":"https://learn-awesome.github.io/assets/book_covers/11012.jpg","links":"book|https://www.goodreads.com/book/show/11012.Dubliners","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b57b2c5-54f4-4f31-a224-d309be4594f2","name":"Huckleberry Finn","description":"By Mark Twain","image":"https://learn-awesome.github.io/assets/book_covers/2956.jpg","links":"book|https://www.goodreads.com/book/show/2956.The_Adventures_of_Huckleberry_Finn","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2b59b543-05fc-4882-b665-764c32fe1293","name":"Midshipman Easy","description":"By Frederick Marryat","image":"https://learn-awesome.github.io/assets/book_covers/341860.jpg","links":"book|https://www.goodreads.com/book/show/341860.Mr_Midshipman_Easy","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8e1f25d6-f519-4499-8153-ea0d89b902dc","name":"The Portrait of a Lady","description":"By Henry James","image":"https://learn-awesome.github.io/assets/book_covers/264.jpg","links":"book|https://www.goodreads.com/book/show/264.The_Portrait_of_a_Lady","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"503bea37-fe1c-4af0-b36c-60a33fb74d0e","name":"Tom Jones","description":"By Henry Fielding","image":"https://learn-awesome.github.io/assets/book_covers/99329.jpg","links":"book|https://www.goodreads.com/book/show/99329.The_History_of_Tom_Jones_a_Foundling","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2bb91e69-70d7-453a-8a84-6f0d934a6e48","name":"Frank Mildmay","description":"By Frederick Marryat","image":"https://learn-awesome.github.io/assets/book_covers/341862.jpg","links":"book|https://www.goodreads.com/book/show/341862.Frank_Mildmay_or_the_Naval_Officer","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b99c932a-f6f9-44b2-8acb-87770f82e8a0","name":"Madame Bovary","description":"By Gustave Flaubert","image":"https://learn-awesome.github.io/assets/book_covers/2175.jpg","links":"book|https://www.goodreads.com/book/show/2175.Madame_Bovary","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2d0169cb-b2cc-4bbb-9c0d-d65513bf8cf0","name":"The Open Boat","description":"By Stephen Crane","image":"https://learn-awesome.github.io/assets/book_covers/1778663.jpg","links":"book|https://www.goodreads.com/book/show/1778663.The_Open_Boat","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f289c60-36a0-4020-a08d-64d178001a7a","name":"Madame de Mauves","description":"By Henry James","image":"https://learn-awesome.github.io/assets/book_covers/2457157.jpg","links":"book|https://www.goodreads.com/book/show/2457157.Madame_de_Mauves","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28a83cb4-bad9-47ad-b794-196bf3443139","name":"The Blue Hotel","description":"By Stephen Crane","image":"https://learn-awesome.github.io/assets/book_covers/812893.jpg","links":"book|https://www.goodreads.com/book/show/812893.The_Blue_Hotel","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be975885-f249-4263-ba00-442123159974","name":"La Chartreuse de Parme","description":"By Elisabeth Rallo","image":"https://learn-awesome.github.io/assets/book_covers/570612.jpg","links":"book|https://www.goodreads.com/book/show/570612.La_Chartreuse_de_Parme_Stendhal","topics":"french-literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02b4635e-2dde-4cec-a813-657a15ab8501","name":"The Turn of the Screw","description":"By Henry James","image":"https://learn-awesome.github.io/assets/book_covers/12948.jpg","links":"book|https://www.goodreads.com/book/show/12948.The_Turn_of_the_Screw","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"379ee972-ca86-43ac-8646-50bdee3b90ea","name":"Joseph Andrews","description":"By Henry Fielding","image":"https://learn-awesome.github.io/assets/book_covers/110170.jpg","links":"book|https://www.goodreads.com/book/show/110170.Joseph_Andrews","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d289da84-299e-470a-a380-6f71c0328bdb","name":"L’Education Sentimentale","description":"By Bertrand Darbeau","image":"https://learn-awesome.github.io/assets/book_covers/441414.jpg","links":"book|https://www.goodreads.com/book/show/441414.L_Education_sentimentale_Gustave_Flaubert","topics":"french-literature","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"701d8b9a-25ea-444e-a1e5-4ca2b77be32f","name":"Great Dialogues of Plato","description":"By Plato","image":"https://learn-awesome.github.io/assets/book_covers/30291.jpg","links":"book|https://www.goodreads.com/book/show/30291.Great_Dialogues_of_Plato","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ebf04eb8-fdf7-42b4-88be-44779366c2c4","name":"Songs of Innocence and Experience","description":"By William Blake","image":"https://learn-awesome.github.io/assets/book_covers/171547.jpg","links":"book|https://www.goodreads.com/book/show/171547.Songs_of_Innocence_and_of_Experience","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26f6c4c4-98a1-44d3-be46-cc57fbc06fb8","name":"A Separate Reality","description":"By Carlos Castaneda","image":"https://learn-awesome.github.io/assets/book_covers/12839.jpg","links":"book|https://www.goodreads.com/book/show/12839.A_Separate_Reality","topics":"spirituality","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac78419e-afcd-4ef1-9e9a-cf2023763c37","name":"Tropic of Cancer","description":"By Henry Miller","image":"https://learn-awesome.github.io/assets/book_covers/249.jpg","links":"book|https://www.goodreads.com/book/show/249.Tropic_of_Cancer","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2adc15b-a924-46a0-a3ec-1677068fa1d9","name":"The Castle","description":"By Jeannette Walls","image":"https://learn-awesome.github.io/assets/book_covers/7445.jpg","links":"book|https://www.goodreads.com/book/show/7445.The_Glass_Castle","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6a0eafc9-4cd9-4274-b8a5-0d8ea1537795","name":"Farewell, My Lovely","description":"By Raymond Chandler","image":"https://learn-awesome.github.io/assets/book_covers/2050.jpg","links":"book|https://www.goodreads.com/book/show/2050.Farewell_My_Lovely","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"815dbdd9-d4fc-494c-b4af-a2075a06ba4b","name":"The High Window","description":"By Raymond Chandler","image":"https://learn-awesome.github.io/assets/book_covers/2049.jpg","links":"book|https://www.goodreads.com/book/show/2049.The_High_Window","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4d278100-7d07-4f19-8776-b0c1d4359ad3","name":"The Big Sleep","description":"By Raymond Chandler","image":"https://learn-awesome.github.io/assets/book_covers/2052.jpg","links":"book|https://www.goodreads.com/book/show/2052.The_Big_Sleep","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"47061959-a76b-4455-8198-10ff1c098468","name":"The Lady in the Lake","description":"By Laura Lippman","image":"https://learn-awesome.github.io/assets/book_covers/41735375.jpg","links":"book|https://www.goodreads.com/book/show/41735375-lady-in-the-lake","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"792d7851-b50b-4a59-b2fb-680fb056738f","name":"The Little Sister","description":"By Isabel Ashdown","image":"https://learn-awesome.github.io/assets/book_covers/33107342.jpg","links":"book|https://www.goodreads.com/book/show/33107342-little-sister","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f404ba3f-1865-4e31-b001-e43bc4ff71e2","name":"The Long Goodbye","description":"By Meghan O'Rourke","image":"https://learn-awesome.github.io/assets/book_covers/9499320.jpg","links":"book|https://www.goodreads.com/book/show/9499320-the-long-goodbye","topics":"memoir","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f18e449d-f137-4b08-bc99-026d613eec90","name":"Perchance to Dream","description":"By Charles Beaumont","image":"https://learn-awesome.github.io/assets/book_covers/24611644.jpg","links":"book|https://www.goodreads.com/book/show/24611644-perchance-to-dream","topics":"horror","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b61ad96-b034-406d-b5d6-af4616f7fde2","name":"Playback","description":"By Raymond Chandler","image":"https://learn-awesome.github.io/assets/book_covers/153590.jpg","links":"book|https://www.goodreads.com/book/show/153590.Playback","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"192ba79c-8a11-4195-b0d5-22cb00a2e0ba","name":"Poodle Springs","description":"By Raymond Chandler","image":"https://learn-awesome.github.io/assets/book_covers/247060.jpg","links":"book|https://www.goodreads.com/book/show/247060.Poodle_Springs","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00194572-996c-4b43-aadf-fceada4517a8","name":"The Black-Eyed Blonde","description":"By Benjamin Black","image":"https://learn-awesome.github.io/assets/book_covers/17910123.jpg","links":"book|https://www.goodreads.com/book/show/17910123-the-black-eyed-blonde","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"06de46e0-d63a-43c5-86bd-c6606fa66c70","name":"The Constant Reader","description":"By Dorothy Parker","image":"https://learn-awesome.github.io/assets/book_covers/924385.jpg","links":"book|https://www.goodreads.com/book/show/924385.Constant_Reader","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fb35a083-a410-4f83-a3cd-97e9ae4a2698","name":"Slouching Towards Bethlehem: Essays","description":"By Joan Didion","image":"https://learn-awesome.github.io/assets/book_covers/424.jpg","links":"book|https://www.goodreads.com/book/show/424.Slouching_Towards_Bethlehem","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12680b9f-2f78-430f-afd3-a6e67cc6de8f","name":"The Pugilist at Rest: Stories","description":"By Thom Jones","image":"https://learn-awesome.github.io/assets/book_covers/101172.jpg","links":"book|https://www.goodreads.com/book/show/101172.The_Pugilist_at_Rest","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f317de53-adc6-463c-b125-3e90386d13b7","name":"Trainspotting","description":"By Irvine Welsh","image":"https://learn-awesome.github.io/assets/book_covers/135836.jpg","links":"book|https://www.goodreads.com/book/show/135836.Trainspotting","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d3c9f44e-4162-414e-b185-587e0b73ca6b","name":"The Lottery and Other Stories","description":"By Shirley Jackson","image":"https://learn-awesome.github.io/assets/book_covers/89723.jpg","links":"book|https://www.goodreads.com/book/show/89723.The_Lottery_and_Other_Stories","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d8e73ec4-80ca-4bb5-9c64-476d05bcd7c9","name":"The Ice at the Bottom of the World: Stories","description":"By Mark Richard","image":"https://learn-awesome.github.io/assets/book_covers/274159.jpg","links":"book|https://www.goodreads.com/book/show/274159.The_Ice_at_the_Bottom_of_the_World","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4132d35-54db-488b-a8ca-3b1d0c0e3a49","name":"Night Shift ","description":"By Stephen King","image":"https://learn-awesome.github.io/assets/book_covers/10628.jpg","links":"book|https://www.goodreads.com/book/show/10628.Night_Shift","topics":"horror","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5238d72d-3148-4fd7-881b-5af0a51c6c21","name":"Metropolitan Life","description":"By Fran Lebowitz","image":"https://learn-awesome.github.io/assets/book_covers/927916.jpg","links":"book|https://www.goodreads.com/book/show/927916.Metropolitan_Life","topics":"humor","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb62e9b6-e594-4bcb-8089-80b90d47b769","name":"Slackjaw","description":"By Jim Knipfel","image":"https://learn-awesome.github.io/assets/book_covers/125795.jpg","links":"book|https://www.goodreads.com/book/show/125795.Slackjaw","topics":"memoir","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"378c3f3a-707f-4600-b96c-3bd181051db1","name":"The Girl with the Curious Hair","description":"By David Foster Wallace","image":"https://learn-awesome.github.io/assets/book_covers/8822819.jpg","links":"book|https://www.goodreads.com/book/show/8822819-girl-with-curious-hair","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cfa6c770-15c5-4131-9ba9-01bcd2202a7a","name":"The Safety of Objects: Stories","description":"By A.M. Homes","image":"https://learn-awesome.github.io/assets/book_covers/29411.jpg","links":"book|https://www.goodreads.com/book/show/29411.The_Safety_of_Objects","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"34549225-45d2-43df-aae2-19c06a1a1b19","name":"Generation X","description":"By Douglas Coupland","image":"https://learn-awesome.github.io/assets/book_covers/3378.jpg","links":"book|https://www.goodreads.com/book/show/3378.Generation_X","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"40281c6c-9b89-498f-9a0f-b1d69f243e66","name":"Whores of Gloria","description":"By William T. Vollmann","image":"https://learn-awesome.github.io/assets/book_covers/45630.jpg","links":"book|https://www.goodreads.com/book/show/45630.Whores_for_Gloria","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a1f3fba-9f3d-4f27-b6ac-691d2d58e140","name":"Heartburn","description":"By Nora Ephron","image":"https://learn-awesome.github.io/assets/book_covers/225343.jpg","links":"book|https://www.goodreads.com/book/show/225343.Heartburn","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"00819d6f-63ad-42f6-9d35-2d0cd0c36d65","name":"Miles from Nowhere","description":"By Nami Mun","image":"https://learn-awesome.github.io/assets/book_covers/2895061.jpg","links":"book|https://www.goodreads.com/book/show/2895061-miles-from-nowhere","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfa9cdb9-7ad6-427a-9eb9-1ced8ffed9bb","name":"Slaves of New York","description":"By Tama Janowitz","image":"https://learn-awesome.github.io/assets/book_covers/233504.jpg","links":"book|https://www.goodreads.com/book/show/233504.Slaves_of_New_York","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e0b0e202-c70e-4f07-b947-34ea39f67917","name":"The Killing of Sister George","description":"By Frank Marcus","image":"https://learn-awesome.github.io/assets/book_covers/959271.jpg","links":"book|https://www.goodreads.com/book/show/959271.The_Killing_Of_Sister_George","topics":"plays","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5a42e730-803b-4756-baaf-2f2184350205","name":"Robert Penn Warren's All the King's Men","description":"By Michael J. Meyer","image":"https://learn-awesome.github.io/assets/book_covers/14721363.jpg","links":"book|https://www.goodreads.com/book/show/14721363-robert-penn-warren-s-all-the-king-s-men","topics":"no-interest","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eb599235-1114-4bf4-af44-78de03cc51d1","name":"The Poet","description":"By Elizabeth Acevedo","image":"https://learn-awesome.github.io/assets/book_covers/33294200.jpg","links":"book|https://www.goodreads.com/book/show/33294200-the-poet-x","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9257d907-f3cf-4351-8d59-05d9c31daf54","name":"Where I’m Calling From","description":"By Raymond Carver","image":"https://learn-awesome.github.io/assets/book_covers/11437.jpg","links":"book|https://www.goodreads.com/book/show/11437.Where_I_m_Calling_From","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c32fc1fd-0552-42d0-9e7b-4ca52758bf99","name":"A Soldier of the Great War","description":"By Mark Helprin","image":"https://learn-awesome.github.io/assets/book_covers/87985.jpg","links":"book|https://www.goodreads.com/book/show/87985.A_Soldier_of_the_Great_War","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"791893b9-730e-493e-ab53-d3864977a208","name":"Cathedral","description":"By Raymond Carver","image":"https://learn-awesome.github.io/assets/book_covers/11449.jpg","links":"book|https://www.goodreads.com/book/show/11449.Cathedral","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1fafaac3-04c3-4804-a7b2-db6cfecde65a","name":"To Kill a Mockingbird","description":"By Harper Lee","image":"https://learn-awesome.github.io/assets/book_covers/2657.jpg","links":"book|https://www.goodreads.com/book/show/2657.To_Kill_a_Mockingbird","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"815d6221-41e3-4a9c-b316-11e464499742","name":"Good Poems","description":"By Garrison Keillor","image":"https://learn-awesome.github.io/assets/book_covers/39692.jpg","links":"book|https://www.goodreads.com/book/show/39692.Good_Poems","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b10880e0-9c6f-4bea-8ea0-2404db683094","name":"The Young Lions","description":"By Irwin Shaw","image":"https://learn-awesome.github.io/assets/book_covers/315511.jpg","links":"book|https://www.goodreads.com/book/show/315511.The_Young_Lions","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b35683a8-b075-4781-bbe9-fc590ff0d449","name":"A River Runs Through It and Other Stories","description":"By Norman Maclean","image":"https://learn-awesome.github.io/assets/book_covers/30043.jpg","links":"book|https://www.goodreads.com/book/show/30043.A_River_Runs_Through_it_and_Other_Stories","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d4d765a2-5677-46f2-8daf-98c4f35cc803","name":"The Girl with the Dragon Tattoo (Millennium, #1)","description":"By Stieg Larsson","image":"https://learn-awesome.github.io/assets/book_covers/2429135.jpg","links":"book|https://www.goodreads.com/book/show/2429135.The_Girl_with_the_Dragon_Tattoo","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bc85971-035c-4605-bff9-07c937c7d8ca","name":"The Moon and Sixpence","description":"By W. Somerset Maugham","image":"https://learn-awesome.github.io/assets/book_covers/44796.jpg","links":"book|https://www.goodreads.com/book/show/44796.The_Moon_and_Sixpence","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7842744-9983-4613-a485-c995384488cb","name":"Nineteen Minutes","description":"By Jodi Picoult","image":"https://learn-awesome.github.io/assets/book_covers/14866.jpg","links":"book|https://www.goodreads.com/book/show/14866.Nineteen_Minutes","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0e017b6a-a516-4b71-87ba-f9bfd029aade","name":"House of Leaves","description":"By Mark Z. Danielewski","image":"https://learn-awesome.github.io/assets/book_covers/24800.jpg","links":"book|https://www.goodreads.com/book/show/24800.House_of_Leaves","topics":"horror","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8995d8f3-be27-483e-a61d-49a76836ed1c","name":"The Narrows (Harry Bosch, #10; Harry Bosch Universe, #13)","description":"By Michael Connelly","image":"https://learn-awesome.github.io/assets/book_covers/409918.jpg","links":"book|https://www.goodreads.com/book/show/409918.The_Narrows","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee4bd168-84ae-494e-b31a-e1b3fbe136ef","name":"Good Enough to Dream","description":"By Roger Kahn","image":"https://learn-awesome.github.io/assets/book_covers/137789.jpg","links":"book|https://www.goodreads.com/book/show/137789.Good_Enough_to_Dream","topics":"baseball","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bea7f53d-cc75-412c-a7d5-109b661247d5","name":"Shatter (Joseph O'Loughlin, #3)","description":"By Michael Robotham","image":"https://learn-awesome.github.io/assets/book_covers/2314605.jpg","links":"book|https://www.goodreads.com/book/show/2314605.Shatter","topics":"thriller","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9ef8c5f1-774f-4419-b025-3e79e7b4fcf6","name":"Child 44 (Leo Demidov, #1)","description":"By Tom Rob Smith","image":"https://learn-awesome.github.io/assets/book_covers/2161733.jpg","links":"book|https://www.goodreads.com/book/show/2161733.Child_44","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fcfca637-06e4-4294-bb6a-75569f5d530b","name":"Angela’s Ashes","description":"By Frank McCourt","image":"https://learn-awesome.github.io/assets/book_covers/252577.jpg","links":"book|https://www.goodreads.com/book/show/252577.Angela_s_Ashes","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1abe2fec-85ca-4922-94b1-6f049ef690c3","name":"The Secret History","description":"By Donna Tartt","image":"https://learn-awesome.github.io/assets/book_covers/29044.jpg","links":"book|https://www.goodreads.com/book/show/29044.The_Secret_History","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"425e6b13-a95f-41d2-9e55-85427543b0a7","name":"Cities of the Plain","description":"By Cormac McCarthy","image":"https://learn-awesome.github.io/assets/book_covers/40470.jpg","links":"book|https://www.goodreads.com/book/show/40470.Cities_of_the_Plain","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4a91bb34-1b37-4f05-a909-987bd47fe3b7","name":"Lights Out","description":"By David Crawford","image":"https://learn-awesome.github.io/assets/book_covers/6845861.jpg","links":"book|https://www.goodreads.com/book/show/6845861-lights-out","topics":"post-apocalyptic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5416aeb1-885f-4f2c-8708-e908c1b4ce8b","name":"Water for Elephants","description":"By Sara Gruen","image":"https://learn-awesome.github.io/assets/book_covers/43641.jpg","links":"book|https://www.goodreads.com/book/show/43641.Water_for_Elephants","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c8c185c7-233e-4636-9720-2dfb60c629d1","name":"The Gold Coast","description":"By Nelson DeMille","image":"https://learn-awesome.github.io/assets/book_covers/33813.jpg","links":"book|https://www.goodreads.com/book/show/33813.Gold_Coast","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e3a32e38-0f42-49f4-94af-4e8e859c9f4d","name":"A Critical Study of Junot Diaz's the Brief Wondrous Life of Oscar Wao","description":"By Giorgia Scribellito","image":"https://learn-awesome.github.io/assets/book_covers/20904909.jpg","links":"book|https://www.goodreads.com/book/show/20904909-a-critical-study-of-junot-diaz-s-the-brief-wondrous-life-of-oscar-wao","topics":"dominican-writers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4550445b-5445-4b02-800b-3b59020ea94e","name":"Voodoo Heart","description":"By Scott Snyder","image":"https://learn-awesome.github.io/assets/book_covers/422448.jpg","links":"book|https://www.goodreads.com/book/show/422448.Voodoo_Heart","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"95fb2a89-ab6e-49b4-a3ed-bfe94718dea4","name":"The Eye in the Door","description":"By Pat Barker","image":"https://learn-awesome.github.io/assets/book_covers/151928.jpg","links":"book|https://www.goodreads.com/book/show/151928.The_Eye_in_the_Door","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04733c51-0754-4821-b4d9-93d41fe90de9","name":"A Walk in the Woods","description":"By Bill Bryson","image":"https://learn-awesome.github.io/assets/book_covers/9791.jpg","links":"book|https://www.goodreads.com/book/show/9791.A_Walk_in_the_Woods","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"96f2c376-1ab9-4db6-ab1f-0c2943bd5fd1","name":"The Terror","description":"By Dan Simmons","image":"https://learn-awesome.github.io/assets/book_covers/3974.jpg","links":"book|https://www.goodreads.com/book/show/3974.The_Terror","topics":"horror","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"983a4ceb-0cc5-4d48-af02-4e4f65a3f7ff","name":"Men in Black","description":"By Steve Perry","image":"https://learn-awesome.github.io/assets/book_covers/2010110.jpg","links":"book|https://www.goodreads.com/book/show/2010110.Men_In_Black","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c64ede72-ee31-4d97-8e09-a5db07ff5851","name":"Dirty White Boys","description":"By Stephen Hunter","image":"https://learn-awesome.github.io/assets/book_covers/868486.jpg","links":"book|https://www.goodreads.com/book/show/868486.Dirty_White_Boys","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c57feaef-c6f5-4b54-97fd-2997f060703d","name":"The Given Day (Coughlin #1)","description":"By Dennis Lehane","image":"https://learn-awesome.github.io/assets/book_covers/2830067.jpg","links":"book|https://www.goodreads.com/book/show/2830067-the-given-day","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"55170c52-9293-4e20-aab7-bf8714852275","name":"Deception on His Mind","description":"By Elizabeth George","image":"https://learn-awesome.github.io/assets/book_covers/31366.jpg","links":"book|https://www.goodreads.com/book/show/31366.Deception_on_His_Mind","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"342dc2e2-c662-4f30-951e-42e5609bbe9e","name":"The Secret Life of Bees","description":"By Sue Monk Kidd","image":"https://learn-awesome.github.io/assets/book_covers/37435.jpg","links":"book|https://www.goodreads.com/book/show/37435.The_Secret_Life_of_Bees","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b2af25cb-426c-4e49-82dd-ea4338b72d10","name":"Regeneration","description":"By Pat Barker","image":"https://learn-awesome.github.io/assets/book_covers/5872.jpg","links":"book|https://www.goodreads.com/book/show/5872.Regeneration","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3abff910-e6e4-4399-bd86-8ca3c12549d3","name":"One True Thing","description":"By Anna Quindlen","image":"https://learn-awesome.github.io/assets/book_covers/176839.jpg","links":"book|https://www.goodreads.com/book/show/176839.One_True_Thing","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f1860f88-694b-4f47-8913-978f4b2bd74a","name":"Brideshead Revisited","description":"By Evelyn Waugh","image":"https://learn-awesome.github.io/assets/book_covers/30933.jpg","links":"book|https://www.goodreads.com/book/show/30933.Brideshead_Revisited","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ac35c605-79b5-4012-b9d4-c41a46b96c7e","name":"Peace Like a River","description":"By Leif Enger","image":"https://learn-awesome.github.io/assets/book_covers/227571.jpg","links":"book|https://www.goodreads.com/book/show/227571.Peace_Like_a_River","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04db2344-e2b8-4143-a939-0c3632b914f1","name":"Close Range","description":"By Annie Proulx","image":"https://learn-awesome.github.io/assets/book_covers/27999.jpg","links":"book|https://www.goodreads.com/book/show/27999.Close_Range","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"822220e2-89a2-49b0-8e95-c61d16052bbd","name":"The Crater","description":"By Walter Álvarez","image":"https://learn-awesome.github.io/assets/book_covers/83971.jpg","links":"book|https://www.goodreads.com/book/show/83971.T_Rex_and_the_Crater_of_Doom","topics":"science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f53826f-1787-45b7-97ff-b751a09a8834","name":"Hard Revolution","description":"By George Pelecanos","image":"https://learn-awesome.github.io/assets/book_covers/307548.jpg","links":"book|https://www.goodreads.com/book/show/307548.Hard_Revolution","topics":"crime","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"41aff2f7-5221-4239-bc55-5d9a331f8618","name":"The Fixer","description":"By Bernard Malamud","image":"https://learn-awesome.github.io/assets/book_covers/3066.jpg","links":"book|https://www.goodreads.com/book/show/3066.The_Fixer","topics":"young-adult","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"abede793-1721-4a1c-b37a-8efc0a3d0790","name":"No Middle Name (Jack Reacher, #21.5)","description":"By Lee Child","image":"https://learn-awesome.github.io/assets/book_covers/32969083.jpg","links":"book|https://www.goodreads.com/book/show/32969083-no-middle-name","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e617b3ec-2f7e-4018-be36-1cba7919453a","name":"A Midsummer Night's Dream","description":"By William Shakespeare","image":"https://learn-awesome.github.io/assets/book_covers/269928.jpg","links":"book|https://www.goodreads.com/book/show/269928.A_Midsummer_Night_s_Dream","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"28908d4e-c49d-4d57-b7c7-40a7826a48fe","name":"Our Man in Havana","description":"By Graham Greene","image":"https://learn-awesome.github.io/assets/book_covers/133394.jpg","links":"book|https://www.goodreads.com/book/show/133394.Our_Man_in_Havana","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"97b18711-76d5-424d-b912-b9427b4f0ed3","name":"Philip Roth: American Pastoral","description":"By Patrick Badonnel","image":null,"links":"book|https://www.goodreads.com/book/show/12024134-philip-roth","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"059e7a8c-39b9-4469-954d-a6101e09a84e","name":"The Hours","description":"By Michael Cunningham","image":"https://learn-awesome.github.io/assets/book_covers/11899.jpg","links":"book|https://www.goodreads.com/book/show/11899.The_Hours","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2af8367a-8925-46eb-a43b-11c4ce7337c5","name":"White Man's Grave","description":"By Richard Dooling","image":"https://learn-awesome.github.io/assets/book_covers/15788.jpg","links":"book|https://www.goodreads.com/book/show/15788.White_Man_s_Grave","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0d49c125-3a09-4b30-8c52-6e11507b2cc0","name":"Thank You for Smoking","description":"By Christopher Buckley","image":"https://learn-awesome.github.io/assets/book_covers/40465.jpg","links":"book|https://www.goodreads.com/book/show/40465.Thank_You_for_Smoking","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2809cd23-ddb1-408f-b0bd-b15cb066be2e","name":"Survivor","description":"By Chuck Palahniuk","image":"https://learn-awesome.github.io/assets/book_covers/36236123.jpg","links":"book|https://www.goodreads.com/book/show/36236123-survivor","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"13e17935-fc0f-4e2f-9631-fbe0ff2f1240","name":"The Beach","description":"By Alex Garland","image":"https://learn-awesome.github.io/assets/book_covers/607639.jpg","links":"book|https://www.goodreads.com/book/show/607639.The_Beach","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"eebbf759-4aef-4d1f-aa7b-39c5f4252c2c","name":"The Liar’s Club","description":"By Mary Karr","image":"https://learn-awesome.github.io/assets/book_covers/14241.jpg","links":"book|https://www.goodreads.com/book/show/14241.The_Liars_Club","topics":"memoir","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"77a9db20-b76c-4cfb-92e7-49ddab9b7e28","name":"Empire Falls","description":"By Richard Russo","image":"https://learn-awesome.github.io/assets/book_covers/187020.jpg","links":"book|https://www.goodreads.com/book/show/187020.Empire_Falls","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bfad628e-06f5-47b1-bd8c-a25864ca49ba","name":"Dead Man’s Walk","description":"By Larry McMurtry","image":"https://learn-awesome.github.io/assets/book_covers/54804.jpg","links":"book|https://www.goodreads.com/book/show/54804.Dead_Man_s_Walk","topics":"western","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"89feab10-ddec-4b69-93fa-2ee22e5e51ab","name":"Joe Hill","description":"By Joe Hill","image":"https://learn-awesome.github.io/assets/book_covers/6587879.jpg","links":"book|https://www.goodreads.com/book/show/6587879-horns","topics":"horror","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8bb83b47-b313-42c2-885c-6e75a45f2838","name":"The Ax","description":"By Donald E. Westlake","image":"https://learn-awesome.github.io/assets/book_covers/176811.jpg","links":"book|https://www.goodreads.com/book/show/176811.The_Ax","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"46dc8455-d922-4267-b55c-7176554926b8","name":"A Death in the Family","description":"By James Agee","image":"https://learn-awesome.github.io/assets/book_covers/113091.jpg","links":"book|https://www.goodreads.com/book/show/113091.A_Death_in_the_Family","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"846c6231-6a16-4018-be65-81e6ab54f905","name":"The Sheltering Sky","description":"By Paul Bowles","image":"https://learn-awesome.github.io/assets/book_covers/243598.jpg","links":"book|https://www.goodreads.com/book/show/243598.The_Sheltering_Sky","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f30514c-4e26-43f1-88cf-50a21ad2bdfe","name":"Life of Pi","description":"By Yann Martel","image":"https://learn-awesome.github.io/assets/book_covers/4214.jpg","links":"book|https://www.goodreads.com/book/show/4214.Life_of_Pi","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa95985c-3b4f-4be9-8fa6-19026d8bbd35","name":"Crosscut (Evan Delaney, #4)","description":"By Meg Gardiner","image":"https://learn-awesome.github.io/assets/book_covers/105734.jpg","links":"book|https://www.goodreads.com/book/show/105734.Crosscut","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"888f193d-5229-4a54-a1dd-74aa17db07be","name":"Revolutionary Road","description":"By Richard Yates","image":"https://learn-awesome.github.io/assets/book_covers/48328.jpg","links":"book|https://www.goodreads.com/book/show/48328.Revolutionary_Road","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc65c037-0843-4d0d-9a22-6619d39ed948","name":"The Adventures of Tom Sawyer","description":"By Mark Twain","image":"https://learn-awesome.github.io/assets/book_covers/24583.jpg","links":"book|https://www.goodreads.com/book/show/24583.The_Adventures_of_Tom_Sawyer","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b698ffaa-6feb-454f-af19-84629f56fabd","name":"Atonement","description":"By Ian McEwan","image":"https://learn-awesome.github.io/assets/book_covers/6867.jpg","links":"book|https://www.goodreads.com/book/show/6867.Atonement","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4e8bb111-5bc5-4d57-af0e-478ec413bff9","name":"The Fortress of Solitude","description":"By Jonathan Lethem","image":"https://learn-awesome.github.io/assets/book_covers/9799.jpg","links":"book|https://www.goodreads.com/book/show/9799.The_Fortress_of_Solitude","topics":"rory-gilmore-reading-challenge","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1f097ddc-b5fe-43c2-8530-f61ade9964ea","name":"The English Patient","description":"By Michael Ondaatje","image":"https://learn-awesome.github.io/assets/book_covers/11713.jpg","links":"book|https://www.goodreads.com/book/show/11713.The_English_Patient","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f86ed256-6350-4266-8611-b484792a83a1","name":"A Firing Offense","description":"By David Ignatius","image":"https://learn-awesome.github.io/assets/book_covers/16233771.jpg","links":"book|https://www.goodreads.com/book/show/16233771-a-firing-offense","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"33a0dcc5-4a24-4fb4-94dc-f85cb28bc4ef","name":"Why Sinatra Matters","description":"By Pete Hamill","image":"https://learn-awesome.github.io/assets/book_covers/882512.jpg","links":"book|https://www.goodreads.com/book/show/882512.Why_Sinatra_Matters","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"260ce8b3-5001-4209-87d4-d4d4b5237975","name":"The Raw Shark Texts","description":"By Steven Hall","image":"https://learn-awesome.github.io/assets/book_covers/144800.jpg","links":"book|https://www.goodreads.com/book/show/144800.The_Raw_Shark_Texts","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"92788a5a-5380-4924-9ab4-3badf83a1f9c","name":"Mohawk","description":"By Richard Russo","image":"https://learn-awesome.github.io/assets/book_covers/12368.jpg","links":"book|https://www.goodreads.com/book/show/12368.Mohawk","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d1e6739b-ba3d-4385-84f7-5a11d1af36e0","name":"Oliver Twist","description":"By Charles Dickens","image":"https://learn-awesome.github.io/assets/book_covers/18254.jpg","links":"book|https://www.goodreads.com/book/show/18254.Oliver_Twist","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"724905fe-e3c2-4b2b-a89d-7e21f53be861","name":"Zoo Station (John Russell, #1)","description":"By David Downing","image":"https://learn-awesome.github.io/assets/book_covers/63729.jpg","links":"book|https://www.goodreads.com/book/show/63729.Zoo_Station","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e024c03a-5233-40ef-b3ff-fcc17e7dc29e","name":"The Shipping News","description":"By Annie Proulx","image":"https://learn-awesome.github.io/assets/book_covers/7354.jpg","links":"book|https://www.goodreads.com/book/show/7354.The_Shipping_News","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0b961b0a-32a1-4d15-889c-914d7e344eea","name":"Pressure Drop","description":"By Peter Abrahams","image":"https://learn-awesome.github.io/assets/book_covers/994626.jpg","links":"book|https://www.goodreads.com/book/show/994626.Pressure_Drop","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b57ff9e7-1777-4fdb-95a7-c094a7958470","name":"A Sight for Sore Eyes","description":"By Ruth Rendell","image":"https://learn-awesome.github.io/assets/book_covers/83410.jpg","links":"book|https://www.goodreads.com/book/show/83410.A_Sight_for_Sore_Eyes","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b20b8c71-3313-4b08-9cfb-f539d2993f41","name":"Common Carnage","description":"By Stephen Dobyns","image":"https://learn-awesome.github.io/assets/book_covers/470825.jpg","links":"book|https://www.goodreads.com/book/show/470825.Common_Carnage","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a49e2741-5596-40a6-aac8-081690fe8e39","name":"The Crossing","description":"By Geraldine Brooks","image":"https://learn-awesome.github.io/assets/book_covers/9684523.jpg","links":"book|https://www.goodreads.com/book/show/9684523-caleb-s-crossing","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c9d3ad4-e0ae-4d3c-a73e-fabcb1687769","name":"The Tooth Fairy","description":"By Graham Joyce","image":"https://learn-awesome.github.io/assets/book_covers/44601.jpg","links":"book|https://www.goodreads.com/book/show/44601.The_Tooth_Fairy","topics":"horror","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ec9efce-7058-4aa7-8b37-164d733a300b","name":"Family Values","description":"By V.C. Chickering","image":"https://learn-awesome.github.io/assets/book_covers/42265456.jpg","links":"book|https://www.goodreads.com/book/show/42265456-twisted-family-values","topics":"netgalley","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2a3505e0-7d31-4924-9842-4526e5f9ad0e","name":"Hocus Pocus","description":"By Kurt Vonnegut","image":"https://learn-awesome.github.io/assets/book_covers/9589.jpg","links":"book|https://www.goodreads.com/book/show/9589.Hocus_Pocus","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"36f03c4e-c788-4e48-9ba9-3f091ca23161","name":"Spartina","description":"By John Casey","image":"https://learn-awesome.github.io/assets/book_covers/137549.jpg","links":"book|https://www.goodreads.com/book/show/137549.Spartina","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"27d90ef5-6e0e-4452-a37f-0896c0219e3f","name":"The Speed Queen","description":"By Stewart O'Nan","image":"https://learn-awesome.github.io/assets/book_covers/376631.jpg","links":"book|https://www.goodreads.com/book/show/376631.The_Speed_Queen","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c68a9034-78b6-4be8-a9c6-41513fd7ce1c","name":"Fine Just the Way it Is","description":"By Annie Proulx","image":"https://learn-awesome.github.io/assets/book_covers/1781879.jpg","links":"book|https://www.goodreads.com/book/show/1781879.Fine_Just_the_Way_it_Is","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb7bf046-bdf1-49cb-a25e-7f48fc596e48","name":"Bridge of Sighs","description":"By Richard Russo","image":"https://learn-awesome.github.io/assets/book_covers/107821.jpg","links":"book|https://www.goodreads.com/book/show/107821.Bridge_of_Sighs","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c6abd67-722b-4379-a07c-a044f4120436","name":"One Good Turn (Jackson Brodie, #2)","description":"By Kate Atkinson","image":"https://learn-awesome.github.io/assets/book_covers/501124.jpg","links":"book|https://www.goodreads.com/book/show/501124.One_Good_Turn","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"598e86d4-8500-4580-8291-399c9ba79c71","name":"Fargo Rock City: A Heavy Metal Odyssey in Rural North Dakota","description":"By Chuck Klosterman","image":"https://learn-awesome.github.io/assets/book_covers/24476.jpg","links":"book|https://www.goodreads.com/book/show/24476.Fargo_Rock_City","topics":"music","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ddffaed2-eac2-446e-a1de-03c0725a3253","name":"A Patchwork Planet","description":"By Anne Tyler","image":"https://learn-awesome.github.io/assets/book_covers/40020.jpg","links":"book|https://www.goodreads.com/book/show/40020.A_Patchwork_Planet","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9864bddc-430f-4bea-9bb8-9fb61b000012","name":"In the Lake of the Woods","description":"By Tim O'Brien","image":"https://learn-awesome.github.io/assets/book_covers/3447.jpg","links":"book|https://www.goodreads.com/book/show/3447.In_the_Lake_of_the_Woods","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6df2df6b-20a8-45c2-b2cc-281812412550","name":"Zeke and Ned","description":"By Larry McMurtry","image":"https://learn-awesome.github.io/assets/book_covers/63444.jpg","links":"book|https://www.goodreads.com/book/show/63444.Zeke_and_Ned","topics":"western","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5dc7f171-678d-4d70-9700-ae24029fe3be","name":"The Night of the Gun","description":"By David Carr","image":"https://learn-awesome.github.io/assets/book_covers/2509481.jpg","links":"book|https://www.goodreads.com/book/show/2509481.The_Night_of_the_Gun","topics":"memoir","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9d3ec1f-21c3-4459-8da6-65f232fe5616","name":"The Plot Against America","description":"By Philip Roth","image":"https://learn-awesome.github.io/assets/book_covers/703.jpg","links":"book|https://www.goodreads.com/book/show/703.The_Plot_Against_America","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"325d3c22-b106-44f8-a8d9-8c8dded39636","name":"Hannibal","description":"By Thomas Harris","image":"https://learn-awesome.github.io/assets/book_covers/32418.jpg","links":"book|https://www.goodreads.com/book/show/32418.Hannibal","topics":"horror","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"65ffe432-db4f-43ac-ad50-29d5508118b5","name":"A Widow for One Year","description":"By John Irving","image":"https://learn-awesome.github.io/assets/book_covers/4659.jpg","links":"book|https://www.goodreads.com/book/show/4659.A_Widow_for_One_Year","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11f71a97-88e1-47c0-85bd-cc6ce0cd436e","name":"The White Tiger","description":"By Aravind Adiga","image":"https://learn-awesome.github.io/assets/book_covers/1768603.jpg","links":"book|https://www.goodreads.com/book/show/1768603.The_White_Tiger","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aab76070-5734-4eac-b0bc-936ede3d35b0","name":"American Wife","description":"By Curtis Sittenfeld","image":"https://learn-awesome.github.io/assets/book_covers/2807199.jpg","links":"book|https://www.goodreads.com/book/show/2807199-american-wife","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ab420a7a-a5a6-4bf6-880e-858e34680d08","name":"No Safe Place","description":"By Tania Unsworth","image":"https://learn-awesome.github.io/assets/book_covers/18267072.jpg","links":"book|https://www.goodreads.com/book/show/18267072-the-one-safe-place","topics":"dystopian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"aa6191ba-9892-46b9-b8a2-71993fcfaa31","name":"Smilla’s Sense of Snow","description":"By Peter Høeg","image":"https://learn-awesome.github.io/assets/book_covers/124509.jpg","links":"book|https://www.goodreads.com/book/show/124509.Smilla_s_Sense_of_Snow","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"312181cb-1de6-40f2-b83e-79ba2657df1b","name":"Hollywood Station (Hollywood Station, #1)","description":"By Joseph Wambaugh","image":"https://learn-awesome.github.io/assets/book_covers/21489.jpg","links":"book|https://www.goodreads.com/book/show/21489.Hollywood_Station","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b9033f64-88f3-471f-bd26-3ffd27b53929","name":"The Dick Gibson Show","description":"By Stanley Elkin","image":"https://learn-awesome.github.io/assets/book_covers/1035016.jpg","links":"book|https://www.goodreads.com/book/show/1035016.The_Dick_Gibson_Show","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8f538b49-f007-47d1-8444-4ab201ff2a29","name":"Latitude Zero","description":"By Diana Renn","image":"https://learn-awesome.github.io/assets/book_covers/18668068.jpg","links":"book|https://www.goodreads.com/book/show/18668068-latitude-zero","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"04e9b79e-0acc-41ad-aa0b-d7ddd1e4b9fa","name":"The Turnaround","description":"By George Pelecanos","image":"https://learn-awesome.github.io/assets/book_covers/2370254.jpg","links":"book|https://www.goodreads.com/book/show/2370254.The_Turnaround","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"71f9426a-43da-4dd6-9be0-8e9ad9ce0a78","name":"Crooked River Burning","description":"By Mark Winegardner","image":"https://learn-awesome.github.io/assets/book_covers/134217.jpg","links":"book|https://www.goodreads.com/book/show/134217.Crooked_River_Burning","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"030e104b-a520-452d-9983-04e9b7a248e9","name":"Lives of the Monster Dogs","description":"By Kirsten Bakis","image":"https://learn-awesome.github.io/assets/book_covers/301727.jpg","links":"book|https://www.goodreads.com/book/show/301727.Lives_of_the_Monster_Dogs","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"02da9f0f-41b8-48fb-8baf-84e021497dbd","name":"A Gun for Sale","description":"By Graham Greene","image":"https://learn-awesome.github.io/assets/book_covers/157307.jpg","links":"book|https://www.goodreads.com/book/show/157307.A_Gun_for_Sale","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"200ca31a-43b1-4da4-be72-3c65f5f39a52","name":"The Intruder","description":"By Michael Marshall","image":"https://learn-awesome.github.io/assets/book_covers/128640.jpg","links":"book|https://www.goodreads.com/book/show/128640.The_Intruders","topics":"thriller","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4012a23f-c236-4aa8-8eb1-ee02ba33bacf","name":"The Tortilla Curtain","description":"By T. Coraghessan Boyle","image":"https://learn-awesome.github.io/assets/book_covers/24731.jpg","links":"book|https://www.goodreads.com/book/show/24731.The_Tortilla_Curtain","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"81b2b3f1-f64b-452b-958c-ff58f5ccc288","name":"Ancient Shores","description":"By Jack McDevitt","image":"https://learn-awesome.github.io/assets/book_covers/535315.jpg","links":"book|https://www.goodreads.com/book/show/535315.Ancient_Shores","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7fe9199-f07e-41f9-9dde-6f85b657d89c","name":"The Church of Dead Girls","description":"By Stephen Dobyns","image":"https://learn-awesome.github.io/assets/book_covers/215605.jpg","links":"book|https://www.goodreads.com/book/show/215605.The_Church_of_Dead_Girls","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd3d3de7-0c9d-4f7d-9bf0-8e3d978f50aa","name":"Werewolves in Their Youth","description":"By Michael Chabon","image":"https://learn-awesome.github.io/assets/book_covers/16698.jpg","links":"book|https://www.goodreads.com/book/show/16698.Werewolves_in_Their_Youth","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fbef24a-0288-4bb2-8f1b-60315d4a79e1","name":"Enduring Love","description":"By Ian McEwan","image":"https://learn-awesome.github.io/assets/book_covers/6870.jpg","links":"book|https://www.goodreads.com/book/show/6870.Enduring_Love","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f21ed610-1eaf-4349-81c8-de6d0b21da98","name":"The Dirty Secrets Club (Jo Beckett #1)","description":"By Meg Gardiner","image":"https://learn-awesome.github.io/assets/book_covers/2922110.jpg","links":"book|https://www.goodreads.com/book/show/2922110-the-dirty-secrets-club","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"50842685-d6e0-4839-9add-3afb70f47f10","name":"Fieldwork","description":"By Mischa Berlinski","image":"https://learn-awesome.github.io/assets/book_covers/209851.jpg","links":"book|https://www.goodreads.com/book/show/209851.Fieldwork","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6cc5e970-f348-4bcd-ae49-68fa8affd7e2","name":"Absolute Friends","description":"By John le Carré","image":"https://learn-awesome.github.io/assets/book_covers/18997.jpg","links":"book|https://www.goodreads.com/book/show/18997.Absolute_Friends","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"20512e3a-c2e8-40e1-846b-4dc7bb8f4cea","name":"Dispatch","description":"By Bentley Little","image":"https://learn-awesome.github.io/assets/book_covers/4341.jpg","links":"book|https://www.goodreads.com/book/show/4341.Dispatch","topics":"science-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2226dff-b67d-4d84-85c3-6ea6ed4d3553","name":"The Good Wife","description":"By Stewart O'Nan","image":"https://learn-awesome.github.io/assets/book_covers/217319.jpg","links":"book|https://www.goodreads.com/book/show/217319.The_Good_Wife","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1c14dba2-d85d-4b9c-a2be-d4c1579abaec","name":"Vernon God Little","description":"By D.B.C. Pierre","image":"https://learn-awesome.github.io/assets/book_covers/11711.jpg","links":"book|https://www.goodreads.com/book/show/11711.Vernon_God_Little","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dfee6170-d202-47ce-a599-fee7b6cfcd9b","name":"Freedomland","description":"By Richard Price","image":"https://learn-awesome.github.io/assets/book_covers/105786.jpg","links":"book|https://www.goodreads.com/book/show/105786.Freedomland","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"be205546-93ac-438b-9844-d1cc795e5590","name":"Tree of Smoke","description":"By Denis Johnson","image":"https://learn-awesome.github.io/assets/book_covers/271074.jpg","links":"book|https://www.goodreads.com/book/show/271074.Tree_of_Smoke","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1b0054e5-4ef2-42ec-91ee-8e16b4611daa","name":"The Cement Garden","description":"By Ian McEwan","image":"https://learn-awesome.github.io/assets/book_covers/9957.jpg","links":"book|https://www.goodreads.com/book/show/9957.The_Cement_Garden","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2f4d8dc-100c-4e46-9b31-098fac1d88f4","name":"Right to Life","description":"By Jack Ketchum","image":"https://learn-awesome.github.io/assets/book_covers/179736.jpg","links":"book|https://www.goodreads.com/book/show/179736.Right_to_Life","topics":"horror","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d44f9834-e108-4715-b4d2-0d26fb199949","name":"Reservation Road","description":"By John Burnham Schwartz","image":"https://learn-awesome.github.io/assets/book_covers/338993.jpg","links":"book|https://www.goodreads.com/book/show/338993.Reservation_Road","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"403ae990-ad3f-4474-b72e-51154ca50422","name":"What the Dead Know","description":"By Laura Lippman","image":"https://learn-awesome.github.io/assets/book_covers/351648.jpg","links":"book|https://www.goodreads.com/book/show/351648.What_the_Dead_Know","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"12e16018-f348-4a69-b5c8-4991c78a6985","name":"The Devil’s Own Work","description":"By Alan Judd","image":"https://learn-awesome.github.io/assets/book_covers/23383649.jpg","links":"book|https://www.goodreads.com/book/show/23383649-the-devil-s-own-work","topics":"horror","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"61318699-9f92-4b52-8465-86bfc7ab6c72","name":"The Little Stranger","description":"By Sarah Waters","image":"https://learn-awesome.github.io/assets/book_covers/7234875.jpg","links":"book|https://www.goodreads.com/book/show/7234875-the-little-stranger","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9f7d3398-29e5-45e0-aa39-82a1b485f261","name":"The Last Good Day","description":"By Peter Blauner","image":"https://learn-awesome.github.io/assets/book_covers/1151717.jpg","links":"book|https://www.goodreads.com/book/show/1151717.The_Last_Good_Day","topics":"young-adult","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7c0c72fd-c970-47fa-9a90-5030c1f7a946","name":"Strong Motion","description":"By Jonathan Franzen","image":"https://learn-awesome.github.io/assets/book_covers/12827.jpg","links":"book|https://www.goodreads.com/book/show/12827.Strong_Motion","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad9f50ed-c115-4835-8b66-e1d164c235c2","name":"Drood","description":"By Dan Simmons","image":"https://learn-awesome.github.io/assets/book_covers/3222979.jpg","links":"book|https://www.goodreads.com/book/show/3222979-drood","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4db60b58-8b27-42e1-a29f-6611b437b240","name":"Christine Falls (Quirke #1)","description":"By Benjamin Black","image":"https://learn-awesome.github.io/assets/book_covers/199600.jpg","links":"book|https://www.goodreads.com/book/show/199600.Christine_Falls","topics":"mystery","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e741e151-f7fa-441b-ab1b-b1aec57aa529","name":"Then We Came to the End","description":"By Joshua Ferris","image":"https://learn-awesome.github.io/assets/book_covers/97782.jpg","links":"book|https://www.goodreads.com/book/show/97782.Then_We_Came_to_the_End","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"557fec60-a387-48f5-affd-e6ecee51cac0","name":"The Garden of Last Days","description":"By Andre Dubus III","image":"https://learn-awesome.github.io/assets/book_covers/2079538.jpg","links":"book|https://www.goodreads.com/book/show/2079538.The_Garden_of_Last_Days","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a6e2055d-3c58-4922-a62b-8b9b17486ab3","name":"The Little Friend","description":"By Donna Tartt","image":"https://learn-awesome.github.io/assets/book_covers/775346.jpg","links":"book|https://www.goodreads.com/book/show/775346.The_Little_Friend","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c204c552-8068-4b66-879f-3b3b90210d39","name":"Revolution #9","description":"By Peter Abrahams","image":"https://learn-awesome.github.io/assets/book_covers/27057.jpg","links":"book|https://www.goodreads.com/book/show/27057.Revolution_9","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7257fd50-5750-4b0c-8e39-fb1ad4424461","name":"The Godfather Returns","description":"By Mark Winegardner","image":"https://learn-awesome.github.io/assets/book_covers/79030.jpg","links":"book|https://www.goodreads.com/book/show/79030.The_Godfather_Returns","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b367ebbd-811d-4d86-a59a-59e9028b140d","name":"Charming Billy","description":"By Alice McDermott","image":"https://learn-awesome.github.io/assets/book_covers/11773.jpg","links":"book|https://www.goodreads.com/book/show/11773.Charming_Billy","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"020a0569-cfc9-4496-871c-82fa8ef51b6f","name":"Up in Honey's Room","description":"By Elmore Leonard","image":"https://learn-awesome.github.io/assets/book_covers/288956.jpg","links":"book|https://www.goodreads.com/book/show/288956.Up_in_Honey_s_Room","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"681c6493-7687-4d76-81b6-6cad305a4f02","name":"The Illusionist","description":"By Rosie Thomas","image":"https://learn-awesome.github.io/assets/book_covers/19708606.jpg","links":"book|https://www.goodreads.com/book/show/19708606-the-illusionists","topics":"historical-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"24fccc48-b770-4885-ac95-340d309d0ca3","name":"The Abstinence Teacher","description":"By Tom Perrotta","image":"https://learn-awesome.github.io/assets/book_covers/347143.jpg","links":"book|https://www.goodreads.com/book/show/347143.The_Abstinence_Teacher","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"2f6443e9-d100-4639-9b90-4a14284eb9ac","name":"A Perfect Crime","description":"By Jack Erickson","image":"https://learn-awesome.github.io/assets/book_covers/8893227.jpg","links":"book|https://www.goodreads.com/book/show/8893227-perfect-crime","topics":"kindle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"559ba9de-7a79-4226-b004-d679f67756e3","name":"Her Fearful Symmetry","description":"By Audrey Niffenegger","image":"https://learn-awesome.github.io/assets/book_covers/6202342.jpg","links":"book|https://www.goodreads.com/book/show/6202342-her-fearful-symmetry","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"db7cd814-232f-463f-8a49-80cfa738ebdb","name":"The Complete Works by William Shakespeare","description":"By William Shakespeare","image":"https://learn-awesome.github.io/assets/book_covers/6077449.jpg","links":"book|https://www.goodreads.com/book/show/6077449-the-complete-works-of-william-shakespeare-volume-1-of-2","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"54757e4d-4f8f-4db7-9cf9-5158d6e743c6","name":"The Collected Works by Karl Marx and Friedrich Engels","description":"By Karl Marx","image":null,"links":"book|https://www.goodreads.com/book/show/1450182.Capital_1","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5e8c64ba-4589-4aba-b420-f593bd4ffb39","name":"The Revolt by Menachem Begin","description":"By Menachem Begin","image":"https://learn-awesome.github.io/assets/book_covers/471048.jpg","links":"book|https://www.goodreads.com/book/show/471048.The_Revolt","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"879bc189-f500-4418-ae5c-2f95a1cffcc0","name":"Red Star Over China","description":"By Edgar Snow","image":"https://learn-awesome.github.io/assets/book_covers/400393.jpg","links":"book|https://www.goodreads.com/book/show/400393.Red_Star_Over_China","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b3e2f952-5739-478e-990e-2fac40249b41","name":"On War by Carl von Clausewitz","description":"By Carl von Clausewitz","image":null,"links":"book|https://www.goodreads.com/book/show/34983236-on-war","topics":"no-torrent","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d6536a83-54c9-4925-8593-04e8c8da7f27","name":"Unto His Last","description":"By Marcus Aurelius","image":null,"links":"book|https://www.goodreads.com/book/show/20298543-his-discourses-with-himself-christmas-summary-classics","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dac3a4d4-b3c4-4bb5-b274-4bf27ace8715","name":"How green was my valley","description":"By Richard Llewellyn","image":"https://learn-awesome.github.io/assets/book_covers/40496.jpg","links":"book|https://www.goodreads.com/book/show/40496.How_Green_Was_My_Valley","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e9a342a0-a7ee-4c7d-86df-66bb02015762","name":"The Kingdom of God is Within You","description":"By Leo Tolstoy","image":"https://learn-awesome.github.io/assets/book_covers/658.jpg","links":"book|https://www.goodreads.com/book/show/658.The_Kingdom_of_God_Is_Within_You","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec68138e-1b60-435e-bf90-269612fb9e4a","name":"Richard the Third","description":"By Paul Murray Kendall","image":"https://learn-awesome.github.io/assets/book_covers/319470.jpg","links":"book|https://www.goodreads.com/book/show/319470.Richard_the_Third","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a15aa2ac-4f40-45de-ad2a-e0c60918bacf","name":"The Bhagavad Gita","description":"By Krishna-Dwaipayana Vyasa","image":"https://learn-awesome.github.io/assets/book_covers/99944.jpg","links":"book|https://www.goodreads.com/book/show/99944.The_Bhagavad_Gita","topics":"religion","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fc274f4d-63d0-4644-b0e6-5b61bdc1bbd7","name":"Arabian Nights","description":"By Anonymous","image":"https://learn-awesome.github.io/assets/book_covers/93101.jpg","links":"book|https://www.goodreads.com/book/show/93101.The_Arabian_Nights","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c84d8299-ac60-4dc8-be54-6ac5429401e1","name":"Jungle Book","description":"By Rudyard Kipling","image":"https://learn-awesome.github.io/assets/book_covers/77270.jpg","links":"book|https://www.goodreads.com/book/show/77270.The_Jungle_Book","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1e41c22-70a4-4c70-b1f3-3290bc94c7ed","name":"Strange Case of Dr Jekyll and Mr Hyde","description":"By Robert Louis Stevenson","image":"https://learn-awesome.github.io/assets/book_covers/51496.jpg","links":"book|https://www.goodreads.com/book/show/51496.The_Strange_Case_of_Dr_Jekyll_and_Mr_Hyde","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"cb8438d8-6145-4b71-a7d6-b91b720dc48d","name":"Vanity Fair","description":"By William Makepeace Thackeray","image":"https://learn-awesome.github.io/assets/book_covers/5797.jpg","links":"book|https://www.goodreads.com/book/show/5797.Vanity_Fair","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa2b148f-1ea0-4683-9068-66463f6d3f70","name":"Robinson Crusoe","description":"By Daniel Defoe","image":"https://learn-awesome.github.io/assets/book_covers/2932.jpg","links":"book|https://www.goodreads.com/book/show/2932.Robinson_Crusoe","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7b511654-e2c3-4ea9-afe6-d727f5ab51d9","name":"The Knight in the Panther Skin","description":"By Shota Rustaveli","image":"https://learn-awesome.github.io/assets/book_covers/390966.jpg","links":"book|https://www.goodreads.com/book/show/390966.The_Knight_in_the_Panther_s_Skin","topics":"georgian","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"fa5ae1a6-43f6-4581-9eda-7b03f03652e2","name":"Stories of Anton Chekhov","description":"By Anton Chekhov","image":"https://learn-awesome.github.io/assets/book_covers/5693.jpg","links":"book|https://www.goodreads.com/book/show/5693.Selected_Stories_of_Anton_Chekhov","topics":"short-stories","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3fa58897-e903-46e9-9c11-eabe166ec472","name":"The Crowd: A Study of the Popular Mind","description":"By Gustave Le Bon","image":"https://learn-awesome.github.io/assets/book_covers/44313916.jpg","links":"book|https://www.goodreads.com/book/show/44313916-the-crowd","topics":"phycology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7f4ba9d9-ef4e-4402-a8b9-601fbd54c5c0","name":"The Ladies' Paradise","description":"By Émile Zola","image":"https://learn-awesome.github.io/assets/book_covers/28413.jpg","links":"book|https://www.goodreads.com/book/show/28413.The_Ladies_Paradise","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd007aa5-8311-460d-bbb9-e3f9c2db0131","name":"Poems and Other Writings","description":"By Willa Cather","image":"https://learn-awesome.github.io/assets/book_covers/48193.jpg","links":"book|https://www.goodreads.com/book/show/48193.Stories_Poems_and_Other_Writings","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"acd57e4a-3669-4ceb-9e1a-e9af4c72607b","name":"Progress and Poverty","description":"By Henry George","image":"https://learn-awesome.github.io/assets/book_covers/552175.jpg","links":"book|https://www.goodreads.com/book/show/552175.Progress_and_Poverty","topics":"economics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"501042ee-a07a-49f1-8580-dc83c3bd2947","name":"The Complete Poetry and Prose by John Donne","description":"By John Donne","image":"https://learn-awesome.github.io/assets/book_covers/134018.jpg","links":"book|https://www.goodreads.com/book/show/134018.The_Complete_Poetry_and_Selected_Prose","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ee43a6ca-fe4b-4839-bf97-38e42993dfa5","name":"Collected Poems","description":"By Sylvia Plath","image":"https://learn-awesome.github.io/assets/book_covers/31426.jpg","links":"book|https://www.goodreads.com/book/show/31426.The_Collected_Poems","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"516f06ab-4147-4737-9020-4383a631e232","name":"The Essential Writings","description":"By Thomas Paine","image":"https://learn-awesome.github.io/assets/book_covers/99955.jpg","links":"book|https://www.goodreads.com/book/show/99955.Common_Sense_The_Rights_of_Man_and_Other_Essential_Writings","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad42ea7f-08ed-459c-8a02-b6863858fd08","name":"Complete Poetical Works","description":"By Elizabeth Barrett Browning","image":"https://learn-awesome.github.io/assets/book_covers/859173.jpg","links":"book|https://www.goodreads.com/book/show/859173.The_Complete_Poetical_Works","topics":"poetry","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5304e961-290b-4e76-a6e7-919c43149d68","name":"Summa Theologica","description":"By Thomas Aquinas","image":"https://learn-awesome.github.io/assets/book_covers/25709.jpg","links":"book|https://www.goodreads.com/book/show/25709.Summa_Theologica_5_Vols","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"0c336dcf-29a3-4d57-b8db-12a45c096b2d","name":"Civil Disobedience","description":"By Henry David Thoreau","image":"https://learn-awesome.github.io/assets/book_covers/18626866.jpg","links":"book|https://www.goodreads.com/book/show/18626866-civil-disobedience","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"11932dea-f87a-449e-aa17-ffa429b210f1","name":"Nicomachean Ethics","description":"By Aristotle","image":"https://learn-awesome.github.io/assets/book_covers/19068.jpg","links":"book|https://www.goodreads.com/book/show/19068.The_Nicomachean_Ethics","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3054ce22-627f-45d0-a445-c67dc4143150","name":"The City of God by St. Augustine","description":"By Augustine of Hippo","image":"https://learn-awesome.github.io/assets/book_covers/25673.jpg","links":"book|https://www.goodreads.com/book/show/25673.City_of_God","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b8118d6c-ecb9-4217-9080-2124be4b001e","name":"The French Revolution by Thomas Carlyle","description":"By Thomas Carlyle","image":"https://learn-awesome.github.io/assets/book_covers/318236.jpg","links":"book|https://www.goodreads.com/book/show/318236.The_French_Revolution","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d5d05b3d-09ee-4fb7-8084-52e289b991fa","name":"The Social Contract","description":"By Jean-Jacques Rousseau","image":"https://learn-awesome.github.io/assets/book_covers/12651.jpg","links":"book|https://www.goodreads.com/book/show/12651.The_Social_Contract","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"26b1fdc0-25c9-4ec5-84b7-5a0cab0b31cb","name":"Rip Van Winkle","description":"By Washington Irving","image":"https://learn-awesome.github.io/assets/book_covers/462182.jpg","links":"book|https://www.goodreads.com/book/show/462182.Rip_Van_Winkle","topics":"classics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"4653108e-5277-4c03-aeba-9c464e26fe99","name":"Collected Works by Mahatma Gandhi","description":"By Mahatma Gandhi","image":"https://learn-awesome.github.io/assets/book_covers/26111005.jpg","links":"book|https://www.goodreads.com/book/show/26111005-collected-works-of-mahatma-gandhi","topics":"politics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"23db36dd-4608-498a-834b-38b4137ee508","name":"Poems by William Cullen Bryant","description":"By William Cullen Bryant","image":"https://learn-awesome.github.io/assets/book_covers/36220227.jpg","links":"book|https://www.goodreads.com/book/show/36220227-the-poems-of-william-cullen-bryant","topics":"my-library","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d841db20-57c7-455a-8e85-9af3b27ed2d3","name":"Shantaram","description":"By Gregory David Roberts","image":"https://learn-awesome.github.io/assets/book_covers/33600.jpg","links":"book|https://www.goodreads.com/book/show/33600.Shantaram","topics":"fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e1ae6d29-1b89-451b-8c4b-7182fce880a6","name":"My Experiments with Truth","description":"By Mahatma Gandhi","image":"https://learn-awesome.github.io/assets/book_covers/27866857.jpg","links":"book|https://www.goodreads.com/book/show/27866857-my-experiments-with-truth","topics":"non-fiction","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f7486d56-2c50-4938-924b-80bce85a73da","name":"The Ultimate Resource","description":"By Jeffrey Gitomer","image":"https://learn-awesome.github.io/assets/book_covers/202194.jpg","links":"book|https://www.goodreads.com/book/show/202194.The_Sales_Bible","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6c46a05f-8834-4ba9-9378-4de0633b0393","name":"The Adventures of Johnny Bunko: The Last Career Guide You'll Ever Need","description":"By Daniel H. Pink","image":"https://learn-awesome.github.io/assets/book_covers/1595177.jpg","links":"book|https://www.goodreads.com/book/show/1595177.The_Adventures_of_Johnny_Bunko","topics":"business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"adf1c631-e0f7-4094-a1cf-5876d814488b","name":"Kannaḍa Kalike :: Learn Practical Kannada through Real Life Videos.","description":null,"image":null,"links":"website|https://kannadakalike.org/","topics":"languages/kannada","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"480a05e4-24ab-4062-8d5c-c79ae1f5f51c","name":"The Schrodinger Lecture 2020: On coin tosses, atoms and forest fires","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=DmYlUhReZxY","topics":"probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a45c0f31-902d-4faa-a0b0-6070dec8fc99","name":"The Missing Semester of Your CS Education · the missing semester of your cs education","description":null,"image":null,"links":"course|https://missing.csail.mit.edu/","topics":"computer-science;software-engineering","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4e12e486-db26-4fdd-b520-b24c242b00aa","name":"Bhasha.io","description":null,"image":null,"links":"app|https://www.bhasha.io/kannada/","topics":"languages/kannada","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8be10a68-1638-4e8c-8aa6-5e9ac9621fb5","name":"Bhasha.io","description":null,"image":null,"links":"app|https://www.bhasha.io/hindi/","topics":"languages/hindi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"31517cb5-c162-4651-97bd-1e36e7a1ac0a","name":"Bhasha.io","description":null,"image":null,"links":"app|https://www.bhasha.io/telugu/","topics":"languages/telugu","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6abfa5ce-e7f2-4f8f-9241-8a18c5e2e889","name":"Bhasha.io","description":null,"image":null,"links":"app|https://www.bhasha.io/tamil/","topics":"languages/tamil","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"c75eb7ac-65de-4b72-8dab-fe4fc98588b4","name":"Bhasha.io","description":null,"image":null,"links":"app|https://www.bhasha.io/malayalam/","topics":"languages/malayalam","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"59350b3c-6434-4a3b-a17b-ecbc773e798d","name":"https://www.reddit.com/r/socialskills/","description":null,"image":null,"links":"chat|https://www.reddit.com/r/socialskills/","topics":"relationships","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7b6bcf9e-bf9e-4a3e-8e90-a71245d65630","name":"MathsConf23","description":null,"image":null,"links":"video|https://completemaths.com/cpd/mathsconf23","topics":"mathematics;teaching","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ad06ae98-ee65-4c57-96c2-3ee1a3410d32","name":"How Do Neural Networks Learn? 🤖","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=N6wn8zMRlVE","topics":"neural-network","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"4ecb6025-0f21-4bcc-96e3-0c6ed2c29b29","name":"How does SQLite work? Part 1: pages!","description":null,"image":null,"links":"article|https://jvns.ca/blog/2014/09/27/how-does-sqlite-work-part-1-pages/","topics":"software-tools/sqlite;databases","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5c748fef-ea61-485a-9910-aebc377100d6","name":"Interactive Machine Learning List","description":null,"image":null,"links":"interactive|https://p.migdal.pl/interactive-machine-learning-list/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25ad91db-7093-411b-b533-49eb16ddc0e9","name":"Permutation Test: Visual Explanation","description":null,"image":null,"links":"interactive|https://www.jwilber.me/permutationtest/","topics":"statistics;mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8b520564-9667-493c-8219-e7b0935a4eb3","name":"Tungsteno | Online Mathematics for Everybody","description":null,"image":null,"links":"interactive|https://www.tungsteno.io/","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5ac29023-3534-4535-805d-3ce4a96cb6d9","name":"Syntax","description":"By @wesbos and @stolinski","image":null,"links":"audio|https://syntax.fm/","topics":"programming;web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a7ba264d-31d9-4715-97cd-b34b826b27d1","name":"ShopTalk: A Web Design and Development Podcast with Chris Coyier and Dave Rupert","description":null,"image":null,"links":"audio|https://shoptalkshow.com/","topics":"programming;web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d55cf279-d3d9-4467-ae62-33b4278ce3a2","name":"Ladybug Podcast","description":null,"image":null,"links":"audio|https://www.ladybug.dev","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2c7f639-20c2-4b7b-8923-0ec6b3306bc4","name":"Recode Podcasts - Vox","description":null,"image":null,"links":"audio|https://www.vox.com/recode-podcasts","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"43ca2859-8cec-4802-8d62-564b1e81b2f6","name":"Podcast — Postlight — Digital Strategy, Design and Engineering","description":null,"image":null,"links":"audio|https://postlight.com/podcast","topics":"technology;business","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"413c30fc-19f2-4549-b8b9-81cc28ce85e2","name":"JavaScript Jabber Archives - Devchat.tv","description":null,"image":null,"links":"audio|http://new.devchat.tv/podcasts/js-jabber/","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"64b8d314-96ef-468c-b700-21a0e8cee730","name":"Survival - US Army guide","description":null,"image":null,"links":"book|https://fas.org/irp/doddir/army/fm3-05-70.pdf","topics":"survival","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"5d7984b1-85ca-46e4-9f00-3983e1af0c5d","name":"Introduction to Human Genetics - Dave Curtis 28/8/20","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=LFgRb7DJCkw","topics":"genetics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"c61dfe6c-2455-4f8c-856a-66e1faa78ca7","name":"krishashok","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCjMAdCzKod0-bGEJUJWHNjw","topics":"cooking;food-science","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"66f733f1-1329-4ac8-b38e-aa5e3b19f0b9","name":"Physics Girl","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UC7DdEm33SyaTDtWYGO2CwdA","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a29a67fd-4361-4b4d-9f12-9fd88af16dac","name":"Veritasium","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCHnyfMqiRRG1u-2MsSQLbXA","topics":"science;physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"09959c66-486d-49d0-b3bd-5db5006ef080","name":"ColdFusion","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UC4QZ_LsYcvcq7qOsOhpAX4A","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"b916052e-3161-4c7a-8ec2-2bf462c92e94","name":"Arvin Ash","description":null,"image":null,"links":"video|https://www.youtube.com/channel/UCpMcsdZf2KkAnfmxiq2MfMQ","topics":"physics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a9d1436a-c47b-4891-b8da-7a553cd95811","name":"Justice: What's The Right Thing To Do? Episode 01 \\"THE MORAL SIDE OF MURDER\\"","description":null,"image":null,"links":"course|https://online-learning.harvard.edu/course/justice;video|https://www.youtube.com/watch?v=kBdfcR-8hEY","topics":"justice;philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"134df807-736e-415f-94ca-6117f9985f75","name":"Big History 1 Preview","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=iOWPwHAEIBI&list=PL8dPuuaLjXtMczXZUmjb3mZSU1Roxnrey","topics":"history","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"ad253ae7-0cee-464d-bc1e-5466fbc0c6a1","name":"NCERT Math syllabus: Grade 9 to 12","description":"This was later revised here: https://ncert.nic.in/pdf/syllabus/desm_s_Mathematics.pdf","image":null,"links":"learning_plan|https://ncert.nic.in/pdf/syllabus/05%20Mathmetics%20(class%20IX-XII).pdf","topics":"mathematics","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9b14f18-681b-4e39-a964-4bf330d97e3b","name":"Machine Learning Engineering book by Andriy Burkov","description":null,"image":null,"links":"book|http://www.mlebook.com/wiki/","topics":"machine-learning","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a9eedfd0-eaaf-41a3-ab87-d478e7936184","name":"https://player.vimeo.com/video/254947206","description":null,"image":null,"links":"video|https://player.vimeo.com/video/254947206","topics":"web","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"bcddd7b6-9e10-4eb2-8da3-d57737539a9f","name":"SmashingConf London — Jake Archibald on ‘The Event Loop’","description":null,"image":null,"links":"video|https://vimeo.com/254947206","topics":"internet;software-tools/v8engine","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"7bac4072-e147-44a2-9f29-dfe9856e4717","name":"Beginning Excel 2019 - Open Textbook Library","description":null,"image":null,"links":"book|https://open.umn.edu/opentextbooks/textbooks/70","topics":"software-tools/excel","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"080a7e27-f7d6-4070-808d-0ece1f14f399","name":"Mathematical Circles (Russian Experience)","description":"It is a book produced by a remarkable cultural circumstance in the former Soviet Union which fostered the creation of groups of students, teachers, and mathematicians called \\"Mathematical Circles\\". The work is predicated on the idea that studying mathematics can generate the same enthusiasm as playing a team sport-without necessarily being competitive. This book is intended for both students and teachers who love mathematics and want to study its various branches beyond the limits of the school curriculum. It is also a book of mathematical recreations and, at the same time, a book containing vast theoretical and problem material in main areas of what authors consider to be \\"extracurricular mathematics\\".","image":"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1429635997l/25401568.jpg","links":"book|https://www.goodreads.com/book/show/25401568-mathematical-circles","topics":"mathematics","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"1c1f9b8b-8adb-4294-b14d-60a6617d4fea","name":"home | p5.js","description":null,"image":null,"links":"website|https://p5js.org/","topics":"programming-languages/processing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"25a077c7-06ec-4d58-a9d1-05220c66cecf","name":"Beatbox Community","description":null,"image":null,"links":"chat|https://discord.com/invite/beatbox","topics":"beatboxing","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bd730c2e-e52a-46b0-aa7a-b78942d7c88b","name":"Create Graphical User Interfaces with Python — The MagPi magazine","description":null,"image":null,"links":"book|https://magpi.raspberrypi.org/books/create-guis","topics":"programming-languages/python","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"93a3bc9c-87c6-431a-b76b-a2764a92b69b","name":"David MacKay: Information Theory, Inference, and Learning Algorithms: The Book","description":null,"image":null,"links":"book|http://www.inference.org.uk/mackay/itila/book.html","topics":"machine-learning;probability","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"e342aea2-446a-4eda-82ff-7cae54f085ea","name":"GitHub - ContextLab/human-memory: Course materials for Dartmouth course: Human Memory (PSYC 51.09)","description":null,"image":null,"links":"course|https://github.com/ContextLab/human-memory","topics":"memory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"93233f4c-c7db-487a-9e08-789131ebab25","name":"Research Careers in Physics","description":"Workshop: Vigyan Vidushi 2021","image":null,"links":"article|https://www.dropbox.com/s/0d390rptb7qz2iz/VV-web.pdf?dl=0","topics":"research;academia","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8468f207-c203-4b1e-bb92-d7a7768e9e02","name":"Take your first steps with C# - Learn | Microsoft Docs","description":null,"image":null,"links":"course|https://docs.microsoft.com/en-us/learn/paths/csharp-first-steps/#:~:text=In%20this%20learning%20path%2C%20you%27ll%3A%201%20Write%20your,to%20your%20code%20to%20enable%20complex%20business%20functionality","topics":"programming;object-oriented-programming","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"ae5a541a-0ec2-4638-bad5-840f3811d501","name":"Stack vs Queue | 12 Difference Between Stack and Queue | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/stack-vs-queue","topics":"computers;data-structures","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"5.0","tags":"oer"} +{"iid":"486ba3ec-e5c0-4c2e-be1c-87f4be70300c","name":"Instant Excel Homework Help Online (Chat Now) | FavTutor","description":null,"image":null,"links":"website|https://favtutor.com/excel-help","topics":"teaching;online-courses","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"89481097-ed56-4496-97ae-9ed88be93caf","name":"Kadane's Algorithm | Maximum Subarray Sum (Python) | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/kadanes-algorithm-python","topics":"programming-languages/python;data-structures","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"5.0","tags":"oer"} +{"iid":"e988ae2a-acab-4a40-bdb2-e3ae3da39b2a","name":"Introduction to PowerShell - Learn | Microsoft Docs","description":null,"image":null,"links":"course|https://docs.microsoft.com/en-us/learn/modules/introduction-to-powershell/","topics":"programming;networking","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"e094628f-c847-43a9-88d9-0048dee9e7f2","name":"Counting Sort in Python (Code with Example) | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/counting-sort-python","topics":"programming-languages/python;data-structures","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"5.0","tags":"oer"} +{"iid":"8b8fe619-b08a-45b3-9c8c-3e08206295ad","name":"Heap in Python | Min Heap and Max Heap Implementation | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/heap-in-python","topics":"programming-languages/python;data-structures","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":"5.0","tags":"oer"} +{"iid":"5348ddfe-2fb7-4050-83d6-3c4a35347fb4","name":"Learn More About Birds with These Courses | Bird Academy • The Cornell Lab","description":null,"image":null,"links":"course|https://academy.allaboutbirds.org/course-list/","topics":"birds","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"62a29a31-4d7f-41ac-ad1c-23eb1b00d95e","name":"Senft Legal - Top Personal Injury Lawyers in Oregon","description":null,"image":null,"links":"website|https://senftlegal.com/","topics":"law;community","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":"5.0","tags":null} +{"iid":"99cd2cd4-bc99-4247-a332-6e07bd05ed80","name":"PITC institute | \\"PITC.edu - LPN Nursing School | Philadelphia | Philly | Glenside | PA\\"","description":null,"image":null,"links":"learning_plan|https://pitc.edu/","topics":"learning;education","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":"5.0","tags":"oer"} +{"iid":"7972f76a-a1fb-46eb-be3e-619098255fe5","name":"ACCESSORIES Archives - GamesNcomps","description":null,"image":null,"links":"game|https://gamesncomps.com/product-category/accessories/?query_type_brands=or&filter_brands=corsair,gigabyte,logitech","topics":"graphic-design;academics","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"984d6ce0-3b9a-46b7-8244-0aa03414096c","name":"Short proof of Abel's theorem that 5th degree polynomial equations cannot be solved","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=RhpVSV6iCko","topics":"quintic-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"fb9d3419-9872-4c4b-a348-78d2e94a5d02","name":"Complex polynomial roots toy - Leo C. Stein","description":null,"image":null,"links":"interactive|https://duetosymmetry.com/tool/polynomial-roots-toy/","topics":"quintic-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"112c5849-9f0e-4161-b83d-4232437ce50e","name":"Galois-Free Guarantee! | The Insolubility of the Quintic","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=BSHv9Elk1MU","topics":"quintic-equations","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a47e3082-83ac-4a58-9980-70263b4ac36a","name":"Distributed systems theory for the distributed systems engineer - The Paper Trail: Distributed systems and database research","description":null,"image":null,"links":"article|https://www.the-paper-trail.org/post/2014-08-09-distributed-systems-theory-for-the-distributed-systems-engineer/","topics":"distributed-systems","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"f6186ec6-d5b2-484e-b36c-d0a6fbad7c26","name":"How to Become a Cloud Developer: Requirements, Salary, and Courses | Hacker Noon","description":null,"image":null,"links":"learning_plan|https://hackernoon.com/how-to-become-a-cloud-developer-requirements-salary-and-courses-694633lj","topics":"books;cloud-computing","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"af0979b5-c8a2-47f3-af58-f6c47835b272","name":"NIWS Stock Market Course in delhi & jaipur","description":null,"image":null,"links":"course|https://niws.in/stock-market-course-in-jaipur","topics":"education;technical","creators":null,"year":null,"difficulty":"research","cost":null,"rating":"5.0","tags":null} +{"iid":"dd927a79-a0a0-4a5c-93b3-48ed14fc653e","name":"Getting Started with Competitive Programming - Course","description":null,"image":null,"links":"course|https://www.craft.do/s/AcEMNb4NLdHlQo","topics":"competitive-programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8ddddf98-3f47-4285-9029-1c04ce9998da","name":"Stable Marriage Problem - Numberphile","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=Qcv1IqHWAzg","topics":"stable-marriage-problem","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"41d198e4-fc81-4fd4-bb2e-cae36dd8f602","name":"https://www.amazon.com/Faraday-Maxwell-Electromagnetic-Field-Revolutionized/dp/1616149426/","description":null,"image":null,"links":"book|https://www.amazon.com/Faraday-Maxwell-Electromagnetic-Field-Revolutionized/dp/1616149426/","topics":"electromagnetism","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"7257775d-97e2-448d-8dc2-f8767adce200","name":"Satta king | sattaking | satta no | सट्टा किंग","description":null,"image":null,"links":"app|https://sattaking-sattaking.com","topics":"andy-grove;alfred-sloan","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"5.0","tags":null} +{"iid":"6e907289-b6c6-4e95-815e-17ce1d166e6c","name":"A Student's Guide to Vectors and Tensors","description":null,"image":null,"links":"book|https://danfleisch.com/sgvt/","topics":"tensor-analysis;vector-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"6415e8d5-5277-4604-be55-8f60b284b3b2","name":"AVL Tree - Insertion, Deletion and Rotation with Python Code | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/avl-tree-python","topics":"data-structures;programming-languages/python","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"5.0","tags":"oer"} +{"iid":"dc0eb086-e55c-4062-bf7e-a767c0274c00","name":"The Irrationals | Princeton University Press","description":null,"image":null,"links":"book|https://press.princeton.edu/books/paperback/9780691163536/the-irrationals","topics":"irrational-numbers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d7176d7b-907e-4f6f-b3b7-c6427adae825","name":"Irrational Number -- from Wolfram MathWorld","description":null,"image":null,"links":"article|https://mathworld.wolfram.com/IrrationalNumber.html","topics":"irrational-numbers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"902993c8-f981-4a42-8a42-146157105009","name":"Bézier curve - Wikipedia","description":null,"image":null,"links":"wiki|https://en.wikipedia.org/wiki/B%C3%A9zier_curve","topics":"bezier-curves","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"83d45a06-5534-44ab-a0e0-cb7a259a25c0","name":"The Beauty of Bézier Curves","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=aVwxzDHniEw","topics":"bezier-curves","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"7b078398-ae1f-4b36-8db5-54c583d651b8","name":"Commutators: From solving Rubik's cubes to solving equations- Prof. Ramprasad Saptharishi","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=O5eH3x3sTNA","topics":"rubik-cube;abstract-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"9bece049-2b10-4657-9cd6-4c6cd97feb6b","name":"https://learnawesome.org/dashboard","description":null,"image":null,"links":"wiki|https://learnawesome.org/dashboard","topics":"0-2021","creators":null,"year":null,"difficulty":"childlike","cost":null,"rating":null,"tags":null} +{"iid":"24e192db-dc3d-4b59-8e08-a024bdb85e97","name":"https://learnawesome.org/flash_cards/practice","description":null,"image":null,"links":"article|https://learnawesome.org/flash_cards/practice","topics":"religion","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"1a36d909-a42b-42de-8752-d13e281cc5d7","name":"Category Theory Illustrated - index","description":null,"image":null,"links":"book|https://boris-marinov.github.io/category-theory-illustrated/","topics":"category-theory","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"02437cc6-4bf0-442f-977b-26e0107259eb","name":"Ada Twist, Scientist | Netflix Jr.","description":null,"image":null,"links":"video|http://www.youtube.com/playlist?list=PLPphPHIzdSQOxuOJ_gDg5btu9RR1nQxWi","topics":"science","creators":null,"year":null,"difficulty":"childlike","cost":null,"rating":null,"tags":"oer"} +{"iid":"a59679d1-2ec3-4151-aa29-40fe346eb6c7","name":"Play Snakes & Ladders Online | Download Game App – Playerzpot","description":null,"image":null,"links":"game|https://playerzpot.com/snake-and-ladder-app-download?utm_source=game&utm_medium=socialbookmarking","topics":"sports","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"48325135-a8c9-4177-801c-397bc1da370d","name":"Key to the Tower of Hanoi - Numberphile","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=PGuRmqpr6Oo","topics":"towers-of-hanoi","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"32801bd8-cdb3-4b91-92ef-13d03e34c94b","name":"BEST IELTS Training in Anna Nagar | IELTS Coaching in Anna Nagar","description":null,"image":null,"links":"article|https://englishlabs.in/ielts-training-anna-nagar/","topics":"learning;english-and-literature","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"a2446c91-1e67-42f6-92b7-d37f6f016d81","name":"abc | home","description":null,"image":null,"links":"app|https://abcnotation.com/","topics":"karaoke","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"bd27a0cc-8120-4a90-83ba-93467676f276","name":"Nightsky download | SourceForge.net","description":null,"image":null,"links":"app|https://sourceforge.net/projects/nightsky/","topics":"space","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"27af8560-d367-48de-93d6-dcd3231467e2","name":"Upcoming Webinars - 2ndQuadrant | PostgreSQL","description":null,"image":null,"links":"video|https://www.2ndquadrant.com/en/webinars/","topics":"software-tools/postgresql","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"3ce86be5-ad8a-4dc9-a485-e50d8ab44789","name":"Botanical.com","description":null,"image":null,"links":"book|http://www.botanical.com/index.html","topics":"herbal-medicine","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"7451ea63-6c84-4169-a302-53432e0eecd5","name":"The Genetic Lottery","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/57423806-the-genetic-lottery","topics":"genetics;society","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"923c16b9-e43a-4d8f-8c3d-1fb76cb8302c","name":"Harish Patel is 1st Indian Actor in MCU (Karun in Eternals)","description":null,"image":null,"links":"video|https://fulminofan.com/harish-patel-mcu-karun-in-eternals","topics":"movies;acting","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"755c657c-63b8-444d-91ba-40637cde8c3d","name":"初级汉语语法_北京语言大学_中国大学MOOC(慕课)","description":null,"image":null,"links":"video|https://www.icourse163.org/course/BLCU-1002598041","topics":"languages/chinese;grammar","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"96a6e973-6aa2-48c3-be2c-faf7d11cf3e5","name":"现代汉语语法和修辞_盐城师范学院_中国大学MOOC(慕课)","description":null,"image":null,"links":"video|https://www.icourse163.org/course/YCTC-1207453802","topics":"languages/chinese;grammar","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"3a8b18a8-3155-448b-826d-1301df1988a4","name":"Nowhere for J2ME (2007) - MobyGames","description":null,"image":null,"links":"game|https://www.mobygames.com/game/j2me/nowhere","topics":"programming","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"ec57026f-f886-49f7-affc-ac4f144791e9","name":"Best IELTS Coaching in Chennai | IELTS Training in Chennai | IELTS Classes","description":null,"image":null,"links":"thread|https://englishlabs.in/ielts-training-chennai/","topics":"learning;classroom-management","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"3fd3df36-3ef0-4fb7-bdea-d53a98c6449c","name":"Top Software Testing Online Course at LearnVern in Hindi","description":null,"image":null,"links":"website|https://www.learnvern.com/course/software-testing-tutorial","topics":"career;academia","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"a8851608-7fe8-4f9d-acf9-1d2a3d13e85c","name":"CSS for JavaScript Developers | An online course that teaches the fundamentals of CSS for React/Vue devs","description":null,"image":null,"links":"course|https://css-for-js.dev/","topics":"programming-languages/css","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"d9c048a2-a6d7-4e8a-aaa4-fa2fe6e09b8d","name":"Type-Driven Development with Idris","description":null,"image":null,"links":"book|https://www.manning.com/books/type-driven-development-with-idris","topics":"programming-languages/idris;computer-science","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"6812968c-4870-41e0-9eaa-9bf6abc6ab67","name":"BEST IELTS Training in Tambaram | IELTS Coaching in Tambaram","description":null,"image":null,"links":"thread|https://englishlabs.in/ielts-training-tambaram/","topics":"learning;career","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"c92c88ff-1160-477f-830e-f58be909e3cc","name":"Microsoft Learning · GitHub","description":null,"image":null,"links":"course|https://github.com/orgs/MicrosoftLearning/repositories?page=1","topics":"technology","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"589c2cb7-9dc9-4e26-a7de-0ca5aa07024e","name":"Pythagorean Theorem Proofs Without Words • Activity Builder by Desmos","description":null,"image":null,"links":"interactive|https://teacher.desmos.com/activitybuilder/custom/5adc7bfced2ada678516940e?collections=60d6103b6a016944ff56000b","topics":"pythagoras-theorem","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"9d17558f-6cf8-4dd4-ad7e-50eff7cd1a69","name":"The Riemann Hypothesis, explained | by Jørgen Veisdal | Cantor’s Paradise","description":null,"image":null,"links":"article|https://www.cantorsparadise.com/the-riemann-hypothesis-explained-fa01c1f75d3f","topics":"riemann-hypothesis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"bbbce893-3e8c-4832-9c4f-e72d671028c9","name":"Best Personal Trainer for Online English Speaking Course in India","description":null,"image":null,"links":"website|https://simplienglish.com","topics":"communication","creators":null,"year":null,"difficulty":null,"cost":null,"rating":"5.0","tags":null} +{"iid":"50ad2923-99b1-45a4-bd88-8493f1831ef5","name":"Learn Programming with C# Advanced Features for Free","description":null,"image":null,"links":"book|https://www.learnvern.com/course/c-sharp-tutorial","topics":"education","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"de5e7800-3504-452e-922b-c73708b43f65","name":"These 15 Marvel MCU Movies are released in IMAX (Full List)","description":null,"image":null,"links":"video|https://fulminofan.com/marvel-mcu-movies-in-imax","topics":"movies;theatre","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"7252cf46-0aa0-4a57-b0e7-d0270ccec6df","name":"Negative Math","description":null,"image":"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1347864642l/547416.jpg","links":"book|https://www.goodreads.com/book/show/547416.Negative_Math","topics":"negative-numbers","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"30c83f20-93c2-43e8-a5cf-298d02394e46","name":"Most People Don't Know How Bikes Work","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=9cNmUNHSBac","topics":"bicycle","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a26717eb-e3a9-4933-a401-69b8c318135f","name":"GIT Cheat Sheet (2022) - InterviewBit","description":null,"image":null,"links":"cheatsheet|https://www.interviewbit.com/git-cheat-sheet/","topics":"software-tools/git;software-engineering","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"36dc7cab-2f0e-412e-99d2-71cefeabf586","name":"Code! Programming with p5.js · The Coding Train","description":null,"image":null,"links":"interactive|https://thecodingtrain.com/beginners/p5js/","topics":"programming-languages/javascript;programming","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"aee9cebd-7945-4583-af55-8b324ec9da49","name":"The Web We Lost","description":null,"image":null,"links":"article|https://anildash.com/2012/12/13/the_web_we_lost/","topics":"internet","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"66ab6da8-e833-46a4-af4f-9c8da878bca0","name":"Exapt existing infrastructure - by Gordon Brander","description":null,"image":null,"links":"blog|https://subconscious.substack.com/p/exapt-existing-infrastructure","topics":"internet","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":null} +{"iid":"b28e1add-07cf-4d3f-a3d6-6c312cd951d6","name":"Funny Programming Memes, Videos And GIFs | HumorNama","description":null,"image":null,"links":"website|https://humornama.com/t/programming/","topics":"programming;memes","creators":null,"year":null,"difficulty":"childlike","cost":null,"rating":"5.0","tags":null} +{"iid":"858edc75-b2dd-49c3-9823-6850edaddc74","name":"/r/FlutterDev","description":null,"image":null,"links":"chat|https://www.reddit.com/r/FlutterDev/","topics":"software-tools/flutter","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"52cd3614-d00c-4a9b-ae95-e40b5dcdf68c","name":"How To Build Your Startup Growth Roadmap From 1K To 1M","description":null,"image":null,"links":"article|https://academy.pallav.io/startup-growth-roadmap/","topics":"growth-hacking;startups","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"e7a9521a-0196-475b-91e2-9d11911a8978","name":"Triangle of Power","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=sULa9Lc4pck","topics":"triangle-of-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"26ab1e01-cc2d-4127-9793-74bf8dc0e881","name":"soft question - Alternative notation for exponents, logs and roots? - Mathematics Stack Exchange","description":null,"image":null,"links":"thread|https://math.stackexchange.com/questions/30046/alternative-notation-for-exponents-logs-and-roots","topics":"triangle-of-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"5824d282-8e8b-40d5-8850-16090862b56d","name":"The Triangle of Power | Science4All","description":null,"image":null,"links":"article|https://www.science4all.org/article/the-triangle-of-power/","topics":"triangle-of-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"802eb07c-5c7a-4d85-acb7-7007edeb044b","name":"Triangle of Power","description":null,"image":null,"links":"article|http://bekawestberg.me/blog/triangle-of-power/","topics":"triangle-of-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"dcedf362-cd1c-411f-aa59-cd1ac25445a5","name":"A Radical New Look for Logarithms","description":null,"image":null,"links":"article|https://www.solidangl.es/post/a-radical-new-look-for-logarithms","topics":"triangle-of-power","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a2b7fb66-3628-476c-8e7b-2ccf5a75a85a","name":"Introduction - The Little Book of Rust Books","description":null,"image":null,"links":"website|https://lborb.github.io/book/","topics":"programming-languages/rust;books-about-books","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"3c4a6b52-eeba-4a6f-b84f-0346594a2a14","name":"Exercise Advent Calendar 2021: Take a Breather - Nutritious Movement","description":null,"image":null,"links":"article|https://www.nutritiousmovement.com/exercise-advent-calendar-2021-take-a-breather/","topics":"exercise","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"05d05623-a5fc-4afc-a499-315d8eb520a2","name":"Special Lecture: F-22 Flight Controls","description":null,"image":null,"links":"video|https://www.youtube.com/watch?v=n068fel-W9I","topics":"flight","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"a3b0760e-fea9-482c-94e1-a6f98461bd47","name":"GPS – Bartosz Ciechanowski","description":null,"image":null,"links":"interactive|https://ciechanow.ski/gps/","topics":"gis","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"8eecf582-d4bd-4985-92d9-5d36e896c6bd","name":"Learn JavaScript","description":null,"image":null,"links":"interactive|https://learnjavascript.online","topics":"programming-languages/javascript","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":"5.0","tags":null} +{"iid":"e0d26724-7572-446f-b522-9289947228df","name":"edit.photo • The Free Photo Editor in your browser","description":null,"image":null,"links":"website|https://edit.photo","topics":"photography;web-development","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"1a5088a1-0c95-4cbd-879f-0bbf144e7b68","name":"SQL Assignment Help (Get SQL Online Help Now) | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/sql-assignment-help","topics":"computer-science;programming-languages/sql","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"69ccdfd0-3fa2-49c2-9eca-a5a6cd90c21d","name":"Partition a List in Python | Split Python List | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/partition-list-python","topics":"computer-science;competitive-programming","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"32ee716f-f125-45fa-abf3-886c071b0b00","name":"Infix to Postfix Conversion (With C++, Java and Python Code)","description":null,"image":null,"links":"article|https://favtutor.com/blogs/infix-to-postfix-conversion","topics":"computer-science;competitive-programming","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"df7a7380-e8bb-42fc-9aec-863a7df6be1a","name":"Pandas Groupby Count Using Size() and Count() Method","description":null,"image":null,"links":"article|https://favtutor.com/blogs/pandas-groupby-count","topics":"computer-science","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"03176ec5-c912-435d-b7c6-a68c16de63c1","name":"Microsimulation of Traffic Flow: Onramp","description":null,"image":null,"links":"interactive|https://traffic-simulation.de/","topics":"traffic","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"37985cf7-8f8f-4f37-8dec-a94cafc7cc2d","name":"Jobs Alert | Freejob Alert | Fresher Job Alert | Latest Job Alert | freshers.jobs","description":null,"image":null,"links":"website|https://freshers.jobs/jobs-alert/","topics":"judaica;aldous-huxley","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"53d13fe1-2066-4fc8-9357-dd769547b7d2","name":"Paypal Recruitment | Paypal Careers | Paypal Jobs for Freshers","description":null,"image":null,"links":"chat|https://freshers.jobs/paypal-recruitment/","topics":"judaica;academia","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":null} +{"iid":"0500216e-b96d-4fed-9f58-aa5652e7f21e","name":"Epistemology","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/17584113","topics":"philosophy;epistemology","creators":null,"year":null,"difficulty":"advanced","cost":null,"rating":null,"tags":null} +{"iid":"5fdaf34d-ab1d-47cd-ad58-f0049afa36aa","name":"The Pig That Wants to Be Eaten","description":null,"image":null,"links":"book|https://www.goodreads.com/book/show/282758","topics":"philosophy","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"041c8841-cdbb-448a-b20d-492a98c13e25","name":"https://demoblockchain.org/blockchain","description":null,"image":null,"links":"interactive|https://demoblockchain.org/blockchain","topics":"blockchain;cryptocurrency","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"3b9abd59-6551-45b1-bc23-727658841599","name":"Python Program to Convert Float to Int | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/float-to-int-python","topics":"computer-science;code","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"3dbf903e-e686-4f46-acf5-2368d8868a74","name":"Jim Kurose Homepage","description":null,"image":null,"links":"website|https://gaia.cs.umass.edu/kurose_ross/wireshark.php","topics":"computer-networking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":"oer"} +{"iid":"329f1c86-1208-4e3e-868e-67e4dd46661c","name":"Athens","description":null,"image":null,"links":"app|https://www.athensresearch.org/","topics":"note-taking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"a95b2275-7275-4a89-aeb5-eee60cfd88bc","name":"Logseq","description":null,"image":null,"links":"app|https://logseq.com/","topics":"note-taking","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"b483b3a4-ccbb-4f3a-b5ec-532885135cbe","name":"Computer Graphics from Scratch - Gabriel Gambetta","description":null,"image":null,"links":"website|https://gabrielgambetta.com/computer-graphics-from-scratch/","topics":"computer-graphics","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"1805d8f5-4c5d-4561-a9f0-9aba2f9e0360","name":"Computer Graphics from Scratch - Gabriel Gambetta","description":null,"image":null,"links":"book|https://gabrielgambetta.com/computer-graphics-from-scratch","topics":"computer-graphics","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"2b6b107b-9fc7-44a0-ad20-1e1b6f0abfaf","name":"Group Anagrams (With Java, C++ and Python Solution)","description":null,"image":null,"links":"article|https://favtutor.com/blogs/group-anagrams","topics":"computer-science","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"6933c2c9-2824-4797-960f-6795af4e964d","name":"10 Difference Between Recursion and Iteration | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/recursion-vs-iteration","topics":"computer-science","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"e18ce4ad-dec0-4bec-a478-4bdf1f73763d","name":"Python Set Union with codes and Examples | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/set-union-python","topics":"computer-science","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"e1c8bf44-708e-4512-a3d5-6b68511be912","name":"https://www.amazon.com/Geometric-Algebra-Physicists-Chris-Doran/dp/0521715954/","description":null,"image":null,"links":"book|https://www.amazon.com/Geometric-Algebra-Physicists-Chris-Doran/dp/0521715954/","topics":"geometric-algebra","creators":null,"year":null,"difficulty":null,"cost":null,"rating":null,"tags":null} +{"iid":"564cdfd8-8511-4e87-9cbe-8f5703191261","name":"Bucket Sort in C++ (Code with Example) | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/bucket-sort-cpp","topics":"computer-science","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"d474b8d1-529b-4607-b420-56b1b09ae7cf","name":"Palindrome Pairs (With C++, Java and Python Code) | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/palindrome-pairs","topics":"computer-science","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"1a7b9217-7f37-4e63-8d6a-4181fb4578c9","name":"Reverse Python List (9 Easy Ways) | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/reverse-list-python","topics":"computer-science","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"cc6445fe-c7fe-4376-9842-1b87b4abd8c6","name":"ProServices Supply - Facilities Maintenance Solutions","description":null,"image":null,"links":"article|https://www.proservicessupply.com/","topics":"health","creators":null,"year":null,"difficulty":"research","cost":null,"rating":null,"tags":null} +{"iid":"e7494817-63f5-4175-95c0-cc9018c20a2c","name":"Create Empty Dictionary in Python (5 Easy Ways) | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/empty-dictionary-python","topics":"computer-science","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"a46f01ed-3c27-4e83-a7b4-4d9d1a1f9ea4","name":"Trim a Binary Search Tree ( With C++ and Java Code) | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/trim-binary-search-tree","topics":"computer-science","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"c81561e2-c606-4c75-a3d0-c22f899638fa","name":"Remove Duplicates from Sorted Array (With Solutions) | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/remove-duplicates-from-sorted-array","topics":"computer-science","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"f88279f0-c2b8-4e0d-8855-2bae8cb3a72b","name":"Combination Sum (With Code in C++ and Java) | FavTutor","description":null,"image":null,"links":"article|https://favtutor.com/blogs/combination-sum","topics":"computer-science","creators":null,"year":null,"difficulty":"beginner","cost":null,"rating":null,"tags":"oer"} +{"iid":"04210e13-d0fe-4beb-aeef-d851005a7e23","name":"Check If Two String Arrays are Equivalent ( Java & C++ Code)","description":null,"image":null,"links":"article|https://favtutor.com/blogs/check-if-two-string-arrays-are-equivalent","topics":"computer-science","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +{"iid":"87b87367-0f80-42af-bfd2-987f396aace6","name":"Sliding Window Algorithm (With Java, C++ and Python Code)","description":null,"image":null,"links":"article|https://favtutor.com/blogs/sliding-window-algorithm","topics":"computer-science","creators":null,"year":null,"difficulty":"intermediate","cost":null,"rating":null,"tags":"oer"} +`; \ No newline at end of file diff --git a/db/jsonlines.js b/db/jsonlines.js new file mode 100644 index 0000000..c904b16 --- /dev/null +++ b/db/jsonlines.js @@ -0,0 +1,50 @@ +import { items } from './items.js'; +import { topics } from './topics.js'; +import { reviews } from './reviews.js'; + +const items_db = items.trimStart().trimEnd().split('\n').map(j => JSON.parse(j)); +const topics_db = topics.trimStart().trimEnd().split('\n').map(j => JSON.parse(j)); +const reviews_db = reviews.trimStart().trimEnd().split('\n').map(j => JSON.parse(j)); + +export const io_getTopicList = () => { + return [...topics_db]; +} + +export const io_getRandomTopicName = () => { + let randomId = Math.floor(Math.random() * topics_db.length); + return topics_db[randomId].name; +} + +export const io_getTopicByName = (name) => { + return topics_db.filter(t => t.name === name)[0]; +} + +export const io_getRandomItemId = () => { + let randomId = Math.floor(Math.random() * items_db.length); + return items_db[randomId].iid; +} + +export const io_getItemsForTopic = (topicname) => { + return items_db.filter(i => i.topics.split(";").includes(topicname)) +} + +export const io_getItem = (iid) => { + if(!iid) return null; + return items_db.filter(t => t.iid === iid)[0]; +} + +export const io_getItemsForTopicAndFormat = (format, topicname) => { + let results = items_db.filter(i => i.topics.includes(topicname)).filter(i => i.links?.includes(format + "|")); + return results.slice(0, 100); +} + +export const io_getReviewsForItem = (item_id) => { + if(!item_id) return []; + return reviews_db.filter(r => r.id === item_id); +} + +export const io_getItemsWithIDs = (ids) => { + let results = items_db.filter(i => ids.includes(i.iid)); + console.log({ids}, {results}); + return results; +} \ No newline at end of file diff --git a/db/reviews.js b/db/reviews.js new file mode 100644 index 0000000..41e594f --- /dev/null +++ b/db/reviews.js @@ -0,0 +1,4004 @@ +export let reviews = ` +{"item_id":"aa53d170-8022-43d9-8edb-537a2963047c","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"fa89b19a-2244-4003-8531-ad8babf3712f","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"65371b41-3016-421d-8e8e-a02475819f7f","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"ae223647-61ce-4231-95aa-c8474be22d33","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"5330e3bc-a5e0-4cea-ad10-6fe8ca83a863","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"256816d1-3c78-42ea-97f8-86ccb03ef918","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"abcc17c8-a2a1-45da-90c0-26be271d74e7","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"66905115-4700-48fd-825c-bcdd2d8efb9a","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"b02f78cf-3670-44e4-9662-660d4fa7af7d","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"ed1faedb-8753-4cce-9a7e-075eb987335a","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"f83fd136-c6da-446d-930d-f7e33f6c18bc","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"1e6cb053-ec06-40ef-b33c-0ecad7343aa7","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"d010be32-84d8-4c91-8819-d0772e439f3c","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"ba1eeda5-9bb8-445a-8b31-855a16620c16","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"4c446bf0-c561-4694-a1e2-2cacae907a87","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"08aa1509-4749-4c18-b9ab-300aaa2df3ed","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"44083d3e-8edc-4e0f-b3e3-ad644702fcfa","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"5f9c882c-71c0-4af8-a0aa-98ed0c82e691","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"29a20b39-dd65-470a-801c-b0305c77853a","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"3f6ce9df-a2a0-48e2-aa9f-76ecaa483401","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"801302a0-8c87-4781-92ed-f9d79c5d3871","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"3b8132bd-0a64-4062-a5e3-96ad882060b3","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"c3cfaefb-3ea6-4c30-aacc-68564bb51f6a","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"9bdd932b-cfc7-43b1-bae0-4eefa77a3864","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"b782c65c-83b3-41f0-91b1-4e48cc646ab8","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"2de46bd4-ec61-4d7c-b108-fcb8d4c3e9fb","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"6ee2c737-6666-449c-9d8d-c346e04a883a","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"b7c6eae9-98ad-4c76-bb60-36352432da25","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"b89ae5f4-2409-4b10-914e-be7b9d5016ba","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"7622ae94-69d5-4ae6-afcc-10bad27eaf4d","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"496e69a1-3011-4191-9568-977766603219","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"5c53d143-d24e-4f91-b5d5-9cebb27626d2","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"3132130b-c973-4f1d-85d8-26693f758d52","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"4ae1f49f-e31b-4668-8f53-30296bd70f1a","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"9a64ea2e-9793-4a7f-adf2-c5cd2bfd6297","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"430186b8-15eb-4e6d-ad08-3fa25264b9ca","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"2867dac0-aa54-4653-beb2-5780bfdbe409","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"8441f4bd-3a12-42fd-8ea4-588736dc6870","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"7db49179-a837-4803-9139-3f17d814ab6e","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"d912114b-0ca6-4724-9d52-11fcd8dd7348","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"a5f4b2d5-5ece-4892-b47e-c61cb2aea3fb","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"c95a9063-08d7-48a8-a2dc-8ff9bde594b7","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"159598e5-a94c-478e-8905-04fc63d31400","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"c9d3e246-0e7c-4519-8912-4a2f16f840fd","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"08c4f7f9-55fd-40b1-892e-53d4075d6c1b","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"dbc20ee5-8577-4429-80a3-c726024537de","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"551da0a7-c838-4dc6-8c45-7332345408b5","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"9811dc5f-7aa9-4677-9f0a-c957581e16af","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"2e1c7499-731e-4e7f-83d5-313d54368eb2","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"3a64481c-b751-4e12-ac47-6a3f8d31031d","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"90c4ae7a-c7d7-4263-912c-2c504eaa0bf0","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"fd738e2f-3e0a-4c54-8873-423a291e5169","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"70c801fe-e03f-4232-a183-cdc4111b607d","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"02e41cc6-849d-4df7-aa86-2172ad19b101","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"b9d487a6-b912-4413-b47d-6e3c2d72cd49","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"d042f0a1-249e-4fb5-9179-f113e5da64cd","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"36adab5b-be78-4259-9128-4a343557fbd8","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"ad7cc6fd-fddf-450e-a978-095168f1fcf3","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"a3b1bd22-9790-4193-a5d7-7d8302706220","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"67997669-6b06-4484-8de3-b2fe34147287","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"54341da5-2248-4da8-8447-266f4c4945ed","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"2bbca5a1-cdfc-4af2-8283-53efdba92cdb","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"3062b38c-32fc-4fd7-883d-32de20fc5893","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"982f46e5-af80-4fba-8a24-32dc38cd1cb6","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"f8124e16-4906-4171-93d9-6c6b5f5c3877","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"f2550882-2c7a-4a60-a912-76c32f18fafe","by":"First Round Capital","rating":null,"blurb":null,"url":null} +{"item_id":"0e5a58cb-92a5-4cba-a7e3-d78978d0c86a","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"f460560a-f800-4f52-b7e4-37906cf876ad","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"c9ecd101-33d0-4029-ac25-b4fcf30bacfc","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"a2d6ffc0-492a-4bcc-8e06-981fe6220bc6","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"c9009610-09af-44f3-ab18-e109ca810b46","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"2a56aaf9-2e6c-4f0e-bc46-0c33c9ed9405","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"8bc9ceea-d45c-4bbd-8c46-ec80fd12954a","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"b579e932-548c-4871-92de-aaba4d992aab","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"ec5bfc5e-3cd4-45e4-8039-9f9247c98512","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"855e86a4-62e1-40d0-9706-eb023209c926","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"731555fe-610b-4a4a-83fa-3bfb0aed0c0d","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"24c23944-054e-4ed6-bb2d-f1b00b1bd364","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"ae223647-61ce-4231-95aa-c8474be22d33","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"192c6e3b-f972-4b85-99da-380be17d16ea","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"4ded3538-3b77-484a-b2ce-fa4fd352d1cf","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"a1b739a3-7718-4474-a013-6ac02b2cb530","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"321352c0-7945-47d8-98e9-87f180e0b958","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"bad0f965-6a36-4f43-bbca-0596d2dc4453","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"87777505-bcbd-418a-a00d-1733aef54785","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"6c6aecae-0836-4f0c-a08e-ca5ca4277b02","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"667fad31-ecb3-4b6a-bd33-523526ea251d","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"1b04f34f-3295-40ac-a494-a96a1ae7789c","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"bf0e1624-e77c-4920-b392-f6581baa93e6","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"eb340792-ded8-48d3-a9e4-3f8ad2cc3bc7","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"a8e62e5e-5a99-4f34-95ec-401b65cb5a3c","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"a8fd2d28-9f01-4365-977b-9f6d663e11ec","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"076cd9b1-af43-42c7-a147-e28843a8e822","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"1990c616-212a-4194-9d53-a0003e92db83","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"292c463a-3bde-446b-97f3-414dd7f1ccb2","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"18e44ff5-0376-4fec-b118-53e857bd89eb","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"33b7f8b0-71af-47d3-8580-e1c3b1a56c27","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"d5ac6069-e485-49d7-8120-8bdf6628e203","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"a78f5f31-c7cc-4fd8-9098-8233f1a41cb5","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"436aa02f-766d-4cba-b606-f770583516f6","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"f6c81939-c8e6-479a-a58d-e227cbc69e1a","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"c3cfaefb-3ea6-4c30-aacc-68564bb51f6a","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"3e9c1368-308b-4455-99b3-64ec4c3f36a3","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"dc280e06-96ab-458c-ab65-379fcc1227f7","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"dc90b673-337f-4fde-8e4a-89c3c7132b2f","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"29c0fb96-39af-4690-b379-e62e19a4f33a","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"b2ec5ca8-735e-47b7-aa79-bd72783b5d80","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"73b96c50-792b-4341-92b9-8c64c9d1b526","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"aeb5078d-ceec-4521-8212-021492d8afbb","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"d4096551-23ba-4d95-be02-82616420b9e2","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"d55bc9e0-8463-4549-8d73-73198198e4ec","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"37631f36-e53b-4164-b837-38ebcbc04c72","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"77acce13-cffd-4907-81f7-f34895e21c12","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"22bf4e65-1552-4688-84a4-31b98d83208d","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"05960b14-3a97-4464-ac1c-33ed1f80ee14","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"61c78919-e7e6-4d2a-823e-0f5fa2372c52","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"0270c1e4-5e32-4e3b-bd0e-14845d6e611d","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"7536b315-3f3c-4fa0-b82c-4e3d605a2310","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"6877eefa-e9c4-463f-a234-55ec2f9201c1","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"7c20a9b1-d12f-4d11-9a74-461ebc9d7d95","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"5dbd1058-8a20-482a-a48f-c4ebbb13c7aa","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"590c01c9-0cb8-43d7-8927-9503f8c05550","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"430186b8-15eb-4e6d-ad08-3fa25264b9ca","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"0b9748ba-e09d-420b-892e-4662726886e0","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"1d205706-5eb1-4ed4-9b7c-2c3054a825b7","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"b6bb1ced-a119-47da-96a9-3604e2161266","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"03417c9e-36b2-42a1-848b-a97ada5e6579","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"40d6524e-aa2b-461f-a1d1-6c00a3982388","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"1942335b-14c4-410e-8860-ff95432d8c49","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"02710fc3-92b6-46e7-90ed-dcc61ae525e1","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"fc3dec42-1a9b-4aff-8f90-ce1b2f8a1b1e","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"551da0a7-c838-4dc6-8c45-7332345408b5","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"d3f3b1a2-6590-4bd2-bad5-9686a0b58d16","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"027e088e-d795-4866-89ff-fa134c4a12d4","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"1d05e058-05c2-4bee-b038-bcbad7c2cc4e","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"18634cc6-895f-48c5-a781-3e8169cfc485","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"3d4658a4-c9b7-44ea-966c-99575a49ca35","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"357c88f6-0d5a-4e0e-b434-a1d4585821ef","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"b8d6d34c-ab26-4587-b202-5ba50cf28f50","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"9d15de3a-0457-4912-bde7-76d837cd7cc3","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"cf99dff7-0502-4630-8144-729c8d3110f6","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"0a291807-d84b-4117-a8c0-365da1472fff","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"63738423-7cee-42ce-aba6-c687a8d0f97d","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"5414a623-148e-4142-b9cd-a4b78494d656","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"cdb9e2f7-9897-4cff-881d-8e7669a0c353","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"2fe3ed9b-8451-42ba-87b2-f533c15b0ea5","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"b631ffe2-8adc-4a0e-bbca-2d8ed768e05e","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"3efc4e36-beb8-450a-a5de-c8cda3f05d39","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"4f34c2d9-5c99-4a8c-87bf-f4a5178815d7","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"8a19ec43-2dd7-4142-b9a8-33600818dfe1","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"7427fb76-3620-4ced-8ba8-e4786a2729cd","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"5414b83d-ea6e-4aad-a63c-745094c56bb3","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"a419c5eb-5a92-4af2-9ed6-bfdcfd9eadb3","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"f2a8c747-2c6a-4f5c-99a1-7209708fdcc1","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"4b0cf234-9ea6-46f2-b19f-8e2f0b6d49fa","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"cd1a8038-c3f7-4e91-bf1b-a527f71e8a27","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"18946b7b-b8d3-444a-8520-a4aeb31b40ed","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"729fc285-2149-43e7-8eac-0d962247f32b","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"b1bacfb9-ebea-4153-bf66-94df79244721","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"61fda7b5-8a57-45d7-96aa-72046b7970eb","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"6a1f313f-f5a7-4985-a801-dc721c79faa1","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"afd8dc33-4b61-4882-a24e-802858900650","by":"Hacker News","rating":null,"blurb":null,"url":null} +{"item_id":"6dae33de-a2e5-4e79-9e95-4811bb13cae9","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"86afc7b0-3e91-4fa9-8eab-609ff558c43d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"a1da47ac-0b48-4069-8abf-43d711c2ae7e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"aa9e7e47-1031-46dd-a31d-7fbebe28038f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d386e1be-d186-4bda-8189-b1d51b4b86df","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"cde13c92-1dfc-45b4-9dbf-1693379b3413","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"4b3c1856-a7ac-4007-8025-ba8fc05a66b0","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ba01326a-3465-4cc8-89b9-4ff17629de45","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"a69ab0b7-9fa2-448a-90d9-400490b798c4","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"8674e857-902f-4989-93d7-b42b66930b7c","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d398def0-9f35-4537-9da1-6aafea4d9d6a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"9268667f-e847-414d-a98f-ea0b681ddd9b","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0692cf43-09b6-465c-bf50-84841bf23904","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"47970bbb-540e-48b3-a995-d92976d32a3d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"f2ee2f72-7e4d-4309-b8d2-f4089cd6bd4f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"11a684a8-f15c-439a-9834-89aead203f61","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"02e1ab50-d5db-48d8-a987-346c2f909cae","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"86a8179a-1502-41bd-a230-489c5c67e97b","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"73e6bedc-682b-4476-bc3d-b151622d4e3d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b4754922-bac3-4816-a725-20e965a8ad7c","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"8fb19e6e-971d-4294-adb8-6dcf826aed81","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"4c3dbbbc-ab87-444a-bdde-76b850f96b3a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"a288b536-62cb-4461-bcbb-ca36ed3c308b","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0d71a745-34e4-4f3e-98e1-916aea8bbec7","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ccb572a0-aa33-4ccd-9932-f1ae8bdbd1d6","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"1dcb8034-3aed-4069-9b11-399edb2aa077","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"63e2958b-79a6-4856-b2aa-f2b7fb28ea76","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"1dbcd283-bc0a-4b7e-9a14-da4cd3e864ec","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"5502ff13-bf71-4041-97cc-b04fcc5e368c","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0f581fd1-504f-4659-9cb9-61cf65e86a4a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"44af0494-0563-4e5a-8f7f-0ed483d59335","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"524931f3-6b72-4149-a637-11adb8b44865","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0b2f49cf-aa56-4434-a70f-2ed59baed69c","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b29b5383-f2f3-4e6d-9d35-aa0f33ea03c1","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"8deb9e85-5287-4546-986d-fc408eb00843","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"38fa042e-4d18-42df-bd95-31aeb1d93ab7","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"07fedd4d-d4a0-4675-8380-aeeaffa3760d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"8f6b25b6-f91c-40a9-960e-685f485d3612","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"28d692eb-50b7-436b-8f88-422d02d5178f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ac276e83-dbd7-4bd8-8c87-9902ae2625c9","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"4099d499-1fad-42c6-a70a-81106ffc1a99","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b95d79eb-4b39-4ef5-8305-a4c532132de2","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d709e113-2f8f-49af-9edf-69155e991b10","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"eb340792-ded8-48d3-a9e4-3f8ad2cc3bc7","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"95ccd561-8341-4da1-88da-ae41cb687330","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ce349b3b-9b48-422f-ac50-bc281b4e0b87","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d0921b92-aa7f-4492-baa9-7c884fa90ec0","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"3fdc098a-ff4f-4981-9119-f80dc93c367c","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"a1a61801-eada-4f6a-bf74-b1585a530a35","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"fbadb81f-3617-4ec1-beb8-7d19381b8b30","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d2991ba3-1807-48fd-80ed-05b2584398cb","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"076cd9b1-af43-42c7-a147-e28843a8e822","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"6b2a546d-7970-4bfc-9143-eed5ac3c0611","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"3cd55cc7-1f41-4a42-85cc-44cb4d3cd863","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d6231e5f-555d-4338-8ff2-886b569eda2a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"a4365f1b-1ba9-4b0e-9e6b-509d7843e940","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"1c79df36-c823-4389-a380-63b876563ff8","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"937a9c69-93a6-4b9c-bc00-cc1c50ea6834","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"068ef3de-5b7c-416a-84f4-f664ec49bee2","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"abd9c9ec-542a-463b-b26c-257426347be5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d5ac6069-e485-49d7-8120-8bdf6628e203","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"57ea50ea-c03a-46f9-9ac0-102136b43f8f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"00678d3a-f1b0-4f66-9704-0098d24a869e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"9c9af9ab-22df-4114-8452-bbfcba117549","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d4dad9f2-3740-4f9a-a287-db1dddfadd27","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"210fc102-7d6d-4f22-b8ef-7facb0f161f2","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"c4e8fa25-7bdd-4c35-a725-62ae3328b078","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"5b1fdbc8-a0cc-4599-8de7-1c065658101a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"72365a0d-6b25-4891-bdf3-004ab93daf84","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ebdad0f7-e217-46da-a9ff-14a78c02a779","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"bf33707b-3120-4efe-8725-57f863e8fdd4","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"e3d06b9a-574a-40f3-a69e-59adef86d2ac","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"61807d81-5853-4230-8f82-b7421267bf82","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"af74f8c1-62e6-41dc-8923-bccbe1c44f8b","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"880146d9-26ed-432e-9da4-16582026c465","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"bf5c23ff-bd2b-46e9-ae64-21c42fb35432","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"5bda5484-d2a2-4b37-b9a9-21705c448d5e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"f002a921-6480-4e6d-96a0-ed4fc6ea8c62","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"1d3223f3-a66a-402c-bb4d-c53d79448db2","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"8d3a240d-2c73-4879-ab53-331cd1190e87","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"6caeeff5-4870-411f-a023-4595168dbf63","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"623881fa-33ac-4c1e-9f4f-c47a466318e5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"36a285c8-2657-4a59-88f2-aaca4c36fe9d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b599009a-12e8-40a5-ba51-37dd5923856e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"8b6a4107-6420-48fe-9450-3aec869f4506","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"fc66a359-863f-4180-97cf-580989491eb5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0d750e6d-a01c-4ae0-a9eb-2f2bcb23d94f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d8bf65c3-226a-405e-8755-0178f639b60c","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"48e8f2c4-1920-41b2-bf1a-adc15809c5e8","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"6c843822-aed2-45f6-80c2-5cc71158a8a4","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"4c751172-c490-4e6d-9f95-686e03de97be","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"e232e0ff-5135-4d9d-8eba-5c8f62bfdfc5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"9f80eb03-14ee-459c-aaf6-bb36c75bc961","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"9eacf31a-e996-4c3f-b206-022b534d0798","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"503f1862-2c56-4eea-9f87-04d347ff911e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d6a15beb-cd75-4599-aa02-cca3f3c18af9","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"418a428f-1b08-4728-aec8-8ddf86d306b3","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"02ff679a-066f-4acb-b196-f95110aa1d5f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"160df77d-e74e-4d03-b3ec-d5b336df47c9","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0352b17e-b8af-40de-aae0-1f7bd6957574","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"cfbcbc8f-4c6b-4024-bcb1-35aea05d50fe","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"437568f7-9fb5-4cb6-872c-039bbee66a7b","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"37963937-5087-4f4f-bd0d-688521ba29b0","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"f2e26da2-65f3-4960-86b3-6af7dd5d7f8d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"e6a4ad6f-d1f9-4657-b8c8-492521084574","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"78eadc1b-60f8-4a0c-abea-33ad7f489ce9","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"9411264f-05d4-4a4f-b04d-e53fc948f6ec","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"4e04d2b8-4f6d-4315-91fc-61d82b8bce47","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0bd684b8-4758-4c31-aa3a-ffb0b1443bd0","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"6676bb53-ff41-41ff-8f0c-2e9fe656e960","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"6c14c759-78ba-420b-8cca-170bc441b279","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"1b621daf-dd99-4191-92b7-da3aec652b47","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"3a1dda66-7d49-4d46-bed0-f8bb3e486df9","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"52c3df30-9843-4d47-9bfa-c4a4213dee1a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"7622ae94-69d5-4ae6-afcc-10bad27eaf4d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"e93e6a4e-7834-4fcb-b245-78815ce4e4a1","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"496e69a1-3011-4191-9568-977766603219","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"775e7b84-2edf-4802-9754-d51c9521ef73","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"3e83fcbb-2cf6-4043-8be5-8facee602469","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0209c931-4b7a-469f-a83f-eb7047012b42","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"2814d8a6-7881-44ce-b601-5aeef53e716b","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b3b34be9-7872-423f-9845-d5a11826cb8f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"cd91b973-4081-4614-b7fb-ac3ae855975b","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"5656fab6-3d7a-4644-b124-a9096d382b46","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"606b1268-4acc-4098-a50a-598fd8cfcce3","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"a0d446a8-5c7d-4241-b10b-cc6dded91d5d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"fa388805-b515-40f6-b3a0-49013460e55b","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ea1e0c0a-9f96-4a29-b9e7-140409186cc6","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"9b044c0f-399f-437e-8399-016e5d5004ce","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"1d249e97-3095-4311-87a1-7bce929e2b47","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"8d06abbc-fa92-4fbb-9375-6e74dbea830c","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"132c9f61-a6a8-46b6-a8a6-04dd97ccba55","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"715a96d8-7fc4-489d-bb1a-e9b8e88f190f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"a087b5cb-4e56-4d6e-8758-c2f04c46d32a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"09d03449-775c-4cb1-b0a7-b1dead4e5587","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"5277c459-79f6-4068-88da-e1bec0930000","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ea476e2d-9b78-439f-843e-2d40a9180537","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"833aca68-9448-4fd4-a622-13060e321f2e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"483d05bf-d446-4c5e-8147-d5364594b0da","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"430186b8-15eb-4e6d-ad08-3fa25264b9ca","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"4d0bea5c-f324-4fe5-be0b-b33b8f5d2192","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"c8ccde47-a031-4c3c-a09b-4d7867600fe7","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"26173a46-ee83-4aca-bfca-1a73609180b8","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"fd5fdb88-9b3a-4989-bb65-120ae33d9226","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"3a9a3e5a-0b14-4cc6-ab60-e40eb559e0ba","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"c66189a3-22a9-4340-a1d0-7a592281dc9a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"2867dac0-aa54-4653-beb2-5780bfdbe409","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b34ee4d1-dfce-4c62-b7d8-cd1db861fe7c","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"7d5d2cc0-edd0-40be-a81c-f50faf8ea0b1","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"af0643db-37f7-4ee0-b8d6-22ffacc145e5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"2ed732ed-fd9d-4a24-9d56-9994910c8d28","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"1cf38978-a8b1-48d6-b0fa-de7bc34dfc8d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"90d355ee-e5be-4356-b32a-5a9413a32dce","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"1127133f-fdea-4efb-97cb-0a4d0a0337b2","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ae31a4c0-59e7-4664-b0e0-584f95d4c8b7","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"9fa62bd3-6f3a-4db7-881a-f79fe4b85498","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"5b5bce88-5f4a-4a4e-a611-d1379252e224","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d6f5d6e4-17aa-4288-bfcc-7aa96c5ccb17","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"c8e1089e-7010-4cf7-b77e-fc7f2e7eaa4b","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"6685bd35-0e72-46b9-b874-47033c337c9b","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"fe64da31-3018-40e4-a5dd-977c356fe216","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"07b2ee93-5dee-4309-a740-92194108f187","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"410091d2-6f33-46e9-b2e4-7994d411848b","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"034f40df-b6ea-4078-b530-4ddd6b0d81cf","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"7ca2b2b2-19a8-413c-8031-f6a044d2587e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"c0409333-98d0-452b-abda-f146ab4c7711","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"7f1bb0d5-154c-4601-b2f2-4eaf57c60fdc","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"9baa8318-cfea-4109-ab1d-f550adc4d889","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"56495275-bca2-44fa-8bae-608115743d2a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0d58f5b7-63de-467d-bbcc-f5c1e6c6a13d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"653603c2-8199-41be-83d2-fdbb7b190798","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d90ed056-2310-47e5-8658-a498733c3cce","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"682fac74-7942-4ec2-a683-b3f3209ff504","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"2be8817d-e50c-42e1-bb6d-abf03f82463e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"33d3f7e5-beb8-4629-beff-69aae02f17e0","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"551da0a7-c838-4dc6-8c45-7332345408b5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"6db4c715-b907-463e-9a31-b686de778cae","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d3f3b1a2-6590-4bd2-bad5-9686a0b58d16","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"aa81cf3b-8b02-496e-8b19-a5bb5bc1c814","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"56cd6621-69fa-45b5-bac5-1ad6233a92b7","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"2c6126e0-cccd-48f6-88fe-39da01743918","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"f1ce589e-06b4-42ca-8e96-bfd6be02120f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"3cd1e713-1d6d-44d9-a711-de76de191b04","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ea3480b7-3a9b-4c70-b67d-53bb80418aed","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"150fa843-fa0d-40c2-b845-ebc0eaf2adf5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ac76332a-1d3f-4822-9817-36dcb4057e8c","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"7f3911e1-c08b-465b-97b3-01b31ae00ea4","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"470d6f2e-9862-4247-a807-4ef421f5b652","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"55bf4bfe-aea9-4ed1-bda8-55b48f0f9767","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"29ce96a0-08b8-4206-982e-0c42b6b28e55","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"12c388be-7d47-45a5-964b-95365d43d969","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"229f0298-2d1d-41b6-b10a-3a325746a00a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"845f84b3-d91a-4593-877a-e9e595d6c809","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"c39d85b4-03dc-4ef6-bce3-aeb3ca55ea2a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"97edb5e9-2da3-406a-b487-6de73f0cef6e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"e0969cb1-f48a-44c2-917d-67e73d7a09a2","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ef47d6b4-68a1-4504-8823-9528ea474f69","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"3e23bb16-05ad-49a7-9b9d-0a9276003979","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d02d148a-762a-4ba2-9713-30a497d7964d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"edc49aaf-2bff-4660-9699-198a66a774b2","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"2484ee64-f684-4269-bd9f-f81b25c20a2e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"4b3bf007-cc0b-4c53-a8d3-ba1520239a6f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"05300780-e8eb-4db8-ac36-fff36273fe09","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b9c92d93-c104-4fab-ac83-4d4cbdeedf36","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"78adcb22-fa7d-4d46-9976-b700d0fafa95","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"771193ba-7101-449d-bb0b-87b884d7cd0e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ce62fbf3-8c68-48fd-a84d-b06f55ca5c32","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0d913f78-93f3-4983-8122-62f932c7f318","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"fb326262-10ec-48a1-b23c-6a5525cb69bc","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"7b224948-2a7b-4147-87fa-e23cc80723a3","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"8436027f-2299-43e4-be92-abce2096ebf2","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"3c6b036d-36e4-4bde-9706-327cbf569e4e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"8c16790b-2704-48d6-b7bd-7d045eab2700","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b20e7060-dd86-434d-8df6-92b77fcb8a07","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d94b9434-0427-461c-8798-40b52ac833a2","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"601bad78-4ee9-4d54-8f84-13528a7453f3","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"2b233cc9-e0bb-43cd-97e7-7c0f63d72d03","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"94f37637-7296-4b06-b803-9b8ef921ed6e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b8ad7e91-42b7-4a4c-9268-53081e243475","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"5d4b0cd5-565d-4e14-b349-0e826fe0c36c","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"a6cc848f-8281-45e9-a65c-b6f7b7bbae88","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"44904717-d24e-43df-bad7-ad08a029d16f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"4c5186cf-b26b-44bc-bf16-ffa743d53069","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"273fbac7-9924-4017-b383-5d63c43a6711","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"7475c89e-7083-4f77-b198-5f7c54b49b09","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ad263975-2b88-4bee-9a45-53d94ddec907","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"67eceb68-7d46-4205-8385-d29d10eaee14","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"050360b5-0189-4eb8-824d-bbbce54764b1","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"83e5baf5-06e4-414c-ae71-329ba5a87f0d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ec9f0bb2-fac7-42f2-8ec5-e9dacfcbfd35","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"bd344c2b-7b49-4647-8f4d-340c300e5ba7","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"c38e5150-a766-4a99-910e-31d32d68ec67","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"a5252aa0-bf80-417e-92fd-f50a878b043f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"dd6e7eb6-dfa7-4909-a42c-38698e47792f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"a284f644-33b7-45c3-b374-0cdf8439ee99","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"50d9f481-6f25-4b93-87cc-bc6d2373264e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"04d59cd1-90eb-41ed-8127-be142f557049","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"e407ff78-41fc-4bf6-a958-731d98785545","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"c66ee298-9f2c-4f8f-ba0b-30e5c3ef3eea","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"15dbe101-7e83-4ad3-be01-040104e21754","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"17369399-23dc-4bf5-9439-d2927973cbdb","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"2f5ef196-ec2f-4027-9f63-b3bd99dc2953","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"6b88ff37-1d52-4ee0-961d-c9c77004844d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"01edcc1b-cc91-4067-9607-ac7cdcab6f43","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ab61c4ba-6fe8-47c6-840d-fedb6f35dc7a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"4e5bc996-4b8f-4ac0-96b0-028f89100269","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"453a0d52-1157-401c-b668-48b56a0f8d70","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"326b7e5e-b113-4cc1-989b-fc79b274badc","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"1d250c4c-e6e7-45b6-9467-35a760fc39c5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b3f90261-5b6f-46b6-b5fe-549d9ae0be10","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"6a58a71a-3b14-4a00-b596-bb5cbd1009eb","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"9e865081-d596-499d-8742-b9488edc1680","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"f02f37c3-26ea-43ce-9d07-39111b2cd19f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"8ce08e97-ad3d-4046-bb38-ae7257115b9b","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"3147afd4-d466-4580-b011-6cf8da7e8f04","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"13db16ed-41f2-4b56-851d-97502bca1216","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"cc819167-1a00-45be-8890-2730865df4d9","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d249f60d-87a7-4a9d-9612-2e33450befc3","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d9dd2211-d757-45cb-9211-2c097fb65bda","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"f1d0e965-392d-420a-9a4f-e93822780f56","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0d670fa3-573e-49a0-8812-173d53e742f7","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0f61fb64-6d1e-497d-b18f-8ebfb98754a5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"600057aa-423b-4afc-a46d-998413fddc6a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b4ccc829-f16a-4a9f-a158-e1ae9ad6a3d0","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"36ab22fb-ead6-4485-a493-a5e6f1f5f6ac","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"1f512248-fd7c-402e-89b5-76f8a0d53c04","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"23a5d008-40d6-425e-8285-e0c5a8f548ba","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"51911318-eca1-44ae-a502-c1a0122d2cd8","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"776b126e-2819-47b1-a827-adea11712d8b","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"9828e158-c3bc-474c-89d5-a50d1e175e7f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d63d8c9e-e049-47f5-87ec-9dbb60105df5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"a3e05eea-a692-42cd-a7fe-7c8e52adba5b","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"61b96e45-efb6-48b6-8e69-56752aa84b73","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"84575894-16e4-4104-a3fa-80f3de6e99a3","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ed6f652a-8573-4e93-a33b-ac240aa3a9d1","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"1493ffca-1e32-41a2-b5fa-d13d4f1f8ee2","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"2fe3ed9b-8451-42ba-87b2-f533c15b0ea5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"32625c99-f3a5-4291-9d93-78ba526e48e8","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"3efc4e36-beb8-450a-a5de-c8cda3f05d39","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"579e225e-0260-4163-b475-9bd278f96286","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"cea572ee-8956-4ab2-8361-ff9ae738d57c","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b9d487a6-b912-4413-b47d-6e3c2d72cd49","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"f849ff7d-f967-4c2c-be03-677d4d34e0c3","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"aa8afd1a-4f09-460a-9deb-b18a3bc1db2d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"2202c2a0-8839-4001-b4b9-82bd62149b00","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"073db564-f1f7-4561-a152-6ba4b988e2fc","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"fdd8df5f-c24f-45f6-9d52-14c5e9b68437","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"6d06dd2a-fe67-4813-9a98-699dcece9900","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0cc5f1bc-aad0-43bd-82ea-662347924886","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"80774f72-abc2-423d-bdb1-fb52b2ce35bc","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"19fee092-a9c9-4a5e-b89a-84cfb85d83b1","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"636f6130-1a7c-4954-93c4-a256dd6bc1e0","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d82edf40-81c5-4d7b-9a89-651010713810","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"1687920a-636a-4ce7-91e3-a569ca37c2f6","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"2aa6fc79-54e7-48c1-9272-a16e79aa5804","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"8ec105a3-5e19-4d52-a6d9-701c55e425b8","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b5e4f134-4b33-4880-8955-6cb8ec5a2b8d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"9ad924a7-9ce2-4131-9a51-eb37d05979f7","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"57d6fcce-f4e9-4393-9fea-4fd62d2c38cb","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b1f62c90-5d80-49b5-be2f-e0b9cc9f8c2e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"c3e8a43d-1e1f-4791-8471-41fd910b024a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"cbfbaf85-b73c-4d00-9f9c-2fe20f54c37d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"6166d47c-8964-4a86-822d-8cfa4b6e3871","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"71efcef1-256e-4a13-9a2c-8aa9595ccf33","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"cd65ff0f-5ef8-402e-be69-14b3b2e36ba3","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"bc1f1146-f9bc-410b-a82f-8e1910ef6d3d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"51a33437-9133-4700-8bbe-7a7f19abb7b9","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"82045d6b-2fad-4d74-bd45-f1ef2adb7aea","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0d07cb80-c00f-48ab-8c69-c5a5134debe5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"67a6a85a-4cad-435c-835b-73f4c6ebc627","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ad266b91-76a4-481f-9251-32e501c8ef7e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"10146709-e3ca-4b7c-a567-4e6fe898bd38","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"4510004c-d819-40ab-81fe-48fed51af6b9","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"51f2c7d5-276f-4f57-a9db-15f3d9090807","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"3af8fa0f-8c4b-4b39-94d7-6a397de8ff21","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"17df97d3-79e0-4705-a74c-e32cd7864430","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"a1591f3f-54fe-4fa7-994e-1b59d3a828be","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"7d9b0954-a98b-432d-86c3-9043007e2985","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"592cf3e5-5f47-4394-b56f-6f6872070ba8","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"8fd93748-79ab-4705-8ef0-98e17198b7b4","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"fe72d3d2-af27-4bc7-838d-fe8aac50e958","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"e7768fda-cbd2-4dde-a6c8-15ac39a0f880","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b8e70e54-7d03-4aeb-b3e4-6e0ec5a9a602","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"5288216f-3d92-41fd-803e-5d0f4d4252a6","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"a2c732e2-35f8-4399-bafd-e9d6977a4119","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"484155c4-deee-46e5-bb67-85169e60dd17","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ca91cbc1-2cdf-4e9f-9d9e-2e4bc58db5b9","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"6b00a691-94c1-442f-80e8-e0d625ca3aa6","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"14a22c22-b653-40a0-acfe-129de43034b6","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"665aa6ef-5df0-4238-a943-e75ea67d347d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"f5514b40-a1d9-44c1-95a0-8cdbe0663ee2","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"c336abda-9880-41b1-b981-2234144f2aae","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"6a73be01-1cfe-4565-b896-f7aa95d2aa00","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"db25b569-0023-4ece-bc6c-6bb74280cdde","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"38bfb5bc-1f9e-4662-a1f0-4314d7ddcbfd","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"18382dc3-0ed3-4cf3-8d0a-6eed5486a61a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"529f4bef-cc9b-4936-b089-ede12dfb210a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"01a869c3-6f92-44e6-8e95-644fa8a2016e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ffab825c-ae60-461a-816a-e7b0a3904325","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"3b5247db-c890-4b5b-828f-93a40898e4a7","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"69b8d458-0e06-430d-8c4d-aa2a2d6428d7","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"1280d9b0-aefd-4b18-8a39-5fc51a582cd5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0b50e2e3-9fb4-4828-9bc6-d9f58b65e468","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"3ac0f016-fd7e-4b3e-9839-8450f9829800","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"18eff26b-abb3-4b3e-b257-b57f26bdd9e5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"4ba26528-f3f1-44f4-97e8-318537846d1a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"4059c37f-dd01-411a-9ee5-63b3901e23d5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"431228ff-ee7d-4735-909a-e5b96cd0286a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"f87cedcb-26eb-4c89-bdd2-543ad8f8eadc","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"1f3c2a9c-812a-4081-a016-edd87a460862","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"807280c4-3ee2-468c-8545-3515f4169fc7","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"4a44b514-461b-42db-916e-c5ccd0a04634","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"3b825c68-f736-4048-afcf-21add26c7079","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"a789397e-3849-4fc3-aecd-e78cac6bc2a4","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"63cf0d85-4fbf-4806-a63b-5f68509566dd","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0718bf90-2f69-47dd-9b3c-0601f0e910a8","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"8b4c4b92-31d0-4e0d-8a8d-d67481d72658","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"fb6f9bb8-f654-48d8-a4fa-55868cdf360f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"513cc684-18f5-470f-97c4-a3e34f3c1687","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"44165e15-f540-4bdf-83e5-f73e80241396","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"9deb6ac5-fb02-424a-ad46-078254942169","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"5c67a68e-c27f-4b9d-9e21-8c1e7f0eebfc","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0054fd0c-aaa9-4c8e-8b5a-de7a98d8137e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"85e5b451-cba1-465b-a792-0104443ce96c","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"22120a90-f475-4c21-bf6b-419b0c8f704e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"5d261a7e-ed52-4376-934b-35c2f9a0b39a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0c9f0ce0-dee5-47fa-92a7-cc8093ac0ca0","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"37e94d4c-ba2b-448d-bd72-5d72539d975d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ffb82efb-202a-4981-99a3-0c24b1e6c36f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"29b2aace-f548-426d-81d9-ed57e60b6eef","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"fcb39e90-36bb-4ec4-81b9-0b5ef5bf6192","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"f976ae8d-ef56-4484-8790-fd543f6cd228","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"18bad1b3-0735-48a5-8d85-2069be441ece","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"2473719a-0a9a-449c-aad9-f1f8719f6459","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"f4999806-3a5d-4db3-ad67-94999a9a76fa","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"5d7e1bd8-5adf-4a53-ab61-970c914d38c5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b66e1f09-9c4f-4c7d-b733-91a424dd714e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"c0264193-ef43-4df1-8746-da555d71aeba","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"33288dbd-8d62-4e36-95d9-9bf7f889a2e1","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"583fa7a3-aa60-4086-82ca-d0312157ef5d","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"e03c928e-04fd-4c13-b44e-bdd0f184edc5","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"15a711f0-fd32-4651-897c-1e6b470bf5f4","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"dc276261-a19a-458e-9325-6b9519e6db16","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"09f33761-c26d-490e-a79c-c3bae15542ae","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"9c66daf3-c1cb-4ccf-8712-f025bfc7c55f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"a9f8145a-78a2-48b1-8af8-5f7af2990307","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"4ff9614a-3c8e-4bd1-83e4-7665a880fc97","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"7b2c1752-6ada-4752-b5fc-889a6e2c60c1","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"c455d224-5d26-4866-a56b-6bd0607376b9","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"a235e742-e3fe-4a2c-a18e-9a311321b8eb","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"66c5646c-f043-4cd8-85cc-873e0138339e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"19bdcf86-5104-4e5d-9bad-d04a9f453be0","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"e9f9cdc7-10dc-43f4-a71e-5d44a5e44359","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"ce46226e-349b-466f-8fec-81d73325b9ab","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"8d3b85c2-92e1-48b3-8eed-714b7885247b","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"6e790bca-33da-4f5b-ae09-194906a9f1d1","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"41393e2c-649d-44e3-a4dd-0068f8678a85","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"9aa84911-74ef-4404-bcf8-752baa2f6291","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"035f43f6-5d85-4d9a-944d-518a493d082b","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"b9a7fcee-f6c8-4ce9-978b-30afce589b67","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"9f5d144c-1606-468f-b630-f99f0b55faba","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"0837f2f6-03f7-463d-a038-cceabb3028ef","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"7c900563-4c2c-4395-85e3-ef0dd1fe3e8a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"824cd332-1f8c-4d43-a4c2-e4f956ca93bf","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"fbc5b1be-796d-46b8-b9de-05edef3e5f73","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"8e75ffe9-eb7c-4bc5-a14b-836c08a702ad","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"fcd00a9c-53a3-4eb3-a843-d26cd3819f86","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"07389495-d17c-4d30-a208-48fdb2cea810","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"8c17f95c-3008-432d-920b-17a2825ee53f","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"30af8453-afed-4b7e-9e3c-af1f2edd2b1e","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"18b5fb6e-9345-4b78-96b3-6016a97e6ca1","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"c80ae24f-8907-4bc8-90b9-add8137000c7","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"831de16b-9f2c-43a5-aa65-557a02fdd00c","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"d6f92bec-4fe8-4571-88e9-ad06cdb999ad","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"4388cdc3-3103-4831-9574-c849709f8bc4","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"51e08cb1-9831-4c8c-b849-0458498abcaf","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"e3ef19b9-992d-4fed-b6e2-fbd49141a824","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"75bdca05-3d7b-4ba8-8d4f-e73e7842f391","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"6513f354-ef08-439c-b785-22c4f4c675ef","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"e37fd206-be5c-4b8f-8e03-45f3372b6556","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"51b18381-869b-41c5-9689-ab8d2e4b2c52","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"20e96a1e-57c1-45fe-ab15-4f03d20a06ea","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"1a162e9b-6749-43a1-bf48-e20e9273385a","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"6a1f313f-f5a7-4985-a801-dc721c79faa1","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"356d451f-de32-4c86-8fc9-ef4ee9e018d2","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"181e92cd-3730-48cc-89a6-06165dd3ce77","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"49f41335-6199-4d18-bc08-3e759ad6b335","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"cff75738-cb8b-4ea8-93bf-9f82e1eb2ad6","by":"Farnam Street","rating":null,"blurb":null,"url":null} +{"item_id":"89743539-3107-4dba-80a8-4e6e84b62063","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"ad85ca91-3b94-4fb4-84f9-4ac990a7f737","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"b390a6c8-0214-47c8-867d-71a5020db27f","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"c3849a0d-b527-4bcc-914d-0f69d6b022f6","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"81c5055c-4caf-4f70-9414-6929d89de2e6","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"2a0fd8a4-538c-4553-a74c-5c7ae2c84de0","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"ec9c9c41-2ba3-4ecd-bd84-85b35aac430c","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"edb38458-c42c-4970-9cfc-b8a8a85a7a9d","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"3b8132bd-0a64-4062-a5e3-96ad882060b3","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"3e9c1368-308b-4455-99b3-64ec4c3f36a3","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"1239c90e-7826-4000-a3aa-68ac56074ef1","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"0ceb46eb-56bb-4b6d-abde-1037da41f790","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"2d8997d6-c346-4df8-ac12-79735e2ddac5","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"77acce13-cffd-4907-81f7-f34895e21c12","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"cfe7392f-7abe-4270-9b97-b07c99a5d628","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"b148fa00-dbe5-4ab7-bdeb-6dd42c663eae","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"4d3a0c70-08b1-440c-b4a9-6e8cbcc45097","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"55ac644e-6c61-42d5-bfd8-1514b0e759ed","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"b4736b5d-b60b-428b-b5df-d5b932821001","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"930f2a23-9bce-46cb-aef3-f6198fdc0a0c","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"1942335b-14c4-410e-8860-ff95432d8c49","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"78eab228-82a8-4253-9f48-2c4cfd9ebfe6","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"f0d605d1-45c5-404c-b65d-4d2f47aa0ce4","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"2c8fe611-2b95-49c9-bac0-4bfba2fc2d67","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"9b9319f6-91e1-4d6c-83e8-b7c04c97925f","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"050360b5-0189-4eb8-824d-bbbce54764b1","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"600057aa-423b-4afc-a46d-998413fddc6a","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"cbfbaf85-b73c-4d00-9f9c-2fe20f54c37d","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"a1701485-20a3-4aee-878e-8c03558fc13f","by":"Designer News","rating":null,"blurb":null,"url":null} +{"item_id":"480a728e-2fa2-403f-8e66-1de6b4e37414","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"353cd509-7a0f-485e-a3bf-418a7e3b84fd","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"2a8416cd-1e22-4500-8730-efbfa37653ad","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"89743539-3107-4dba-80a8-4e6e84b62063","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"ad85ca91-3b94-4fb4-84f9-4ac990a7f737","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"abf9eea5-b686-413e-8d82-b98c39fb6fe9","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"0ee44806-b5b4-4785-9d31-c3586f6e9b25","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"91a34459-edea-42de-8b63-4c5e90637324","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"a964460e-1b2f-4306-9c76-729ad58f6dd4","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"59765c1c-2b7d-47ea-b782-51dd8c3200c9","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"8b8d67b7-862e-4126-9874-c040eee4e0a8","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"6e3581a9-0641-4831-9734-4469f3864962","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"81c5055c-4caf-4f70-9414-6929d89de2e6","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"c2227867-df29-4700-b69c-2f497ba239a8","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"8419bfaa-98ab-4d23-ade8-39df1b531d86","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"ec9c9c41-2ba3-4ecd-bd84-85b35aac430c","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"823ad65a-3f70-4fbf-baee-d24bd3d244b4","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"3b8132bd-0a64-4062-a5e3-96ad882060b3","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"3e9c1368-308b-4455-99b3-64ec4c3f36a3","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"5895c3a2-b050-4915-b578-cc8171c2e24c","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"04ca0391-1b40-4ec9-b8c8-6cb0b9a62a6f","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"e8e41069-8019-4c00-b50e-ce779c4021ae","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"53448e6d-0dc4-464b-b2a5-ffdf831ba284","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"8a7ef7ba-e6b0-475e-94d1-6db124e9af0f","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"b6a35cdb-75af-4231-9f78-9428f573b0fd","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"b3493e2a-314f-4af0-bc9b-1d48a765efc9","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"15f58278-6f45-4f30-a074-59b55a22e4f2","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"77acce13-cffd-4907-81f7-f34895e21c12","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"522bbbb6-31ba-4fcd-b97e-38629219a16f","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"7536b315-3f3c-4fa0-b82c-4e3d605a2310","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"d235b81a-1860-4aaa-be3b-0a9e81ec2837","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"fe9a9251-2e67-470d-8077-03a56a8eac34","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"9565ec78-7321-464f-8db9-b3b9b61e5782","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"4d3a0c70-08b1-440c-b4a9-6e8cbcc45097","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"55ac644e-6c61-42d5-bfd8-1514b0e759ed","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"9afb3f12-ccad-4079-a60c-cc375ffb9a57","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"7571b25d-90d8-4ca3-823b-10a186452cd8","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"807f8a4e-fa5c-4e3c-8e3f-ad2283d9de79","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"2269e571-e54d-4d00-84ad-e3e7164114f1","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"4c465aea-cafb-4ce4-9658-617efbe10206","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"26a8fb38-0d1e-4f99-bf9b-9cdb00f1067c","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"58db6e3b-7936-4a23-b8e1-01977a509b90","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"dc071c53-9f41-4657-96ce-614469ad4bf5","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"312c06f2-0702-4bfe-95f9-38abebc1921a","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"6917b630-2354-4b61-a3d7-ce39b4d1a2b8","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"b4736b5d-b60b-428b-b5df-d5b932821001","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"989f2338-649a-46e4-b665-54b8deb355cb","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"60c88d01-7aa7-489d-9d2f-ec18e469db5c","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"7d5d2cc0-edd0-40be-a81c-f50faf8ea0b1","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"62063da6-d51f-485d-9412-a675f482c4cc","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"d6544665-4ca7-4479-96d4-bbbb396dece9","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"1942335b-14c4-410e-8860-ff95432d8c49","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"78eab228-82a8-4253-9f48-2c4cfd9ebfe6","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"070a2c64-5189-4e37-8286-aa45c56affc3","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"42eaf010-94ee-4abf-8d9d-a14764e72879","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"d22ca69a-1891-4510-bc92-8a9afba6e186","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"1eac3cd7-e352-4ac1-8273-1da64c464f10","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"f814803c-8d99-4eeb-a2b4-74bbde69ece9","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"3890625f-1a54-455a-be33-ac8b540a05a2","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"59d48122-3b6f-4dec-95fd-8879dfe08062","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"9300da4b-9cd4-4c14-a177-b20bcfb80b1c","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"682fac74-7942-4ec2-a683-b3f3209ff504","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"4473aaec-5751-4cbb-b371-1db057501600","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"d3f3b1a2-6590-4bd2-bad5-9686a0b58d16","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"344d449d-0754-4a27-bf32-a99961a274b2","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"5efbb8ef-26be-4ea2-b064-28fa6377e170","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"df6d8800-fb87-4097-a7d5-09890e1998ff","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"d8451623-3881-4d8e-92dd-1263a6403095","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"b985d27c-1dc1-4cb4-8194-5e871811e054","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"73930d5b-e62e-49e8-b763-27d5a35b451f","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"938c971c-ca17-4718-8900-9c9c69ae0b6f","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"c5b262b9-9d22-4587-b889-012e3539fb3a","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"8358fe73-cb19-467a-88fd-67f1087b3298","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"5e3f8d1a-605d-46f6-9a63-f3a21745f3b0","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"07c67572-868f-4524-b37b-72ba8db01d7a","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"e3e54266-3a53-4835-ba16-551bd77528df","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"560a89df-1526-498e-9391-7faa90fec9fd","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"c56f3e82-4b91-4da0-adf4-18d20bb4e5b7","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"40c0b6a4-a6e2-48ba-a53b-cf70bcaaf3a6","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"e7638a7e-bfad-458a-8fab-f6ad99c74e36","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"03754638-0916-4783-b68d-ffa2cd0d94cf","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"3c0e7cc1-1906-4466-b84e-fff50c9e3eea","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"b1827b1d-5a0e-49e5-86bc-854a043fb7e7","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"e77ea745-4ff0-42c6-bb71-56e2e7c13ada","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"3b3216ca-0470-4040-826f-878ed012d4aa","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"323d5ced-2038-4ac8-acff-c9157252d9f2","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"b01cc069-184d-4b87-a245-2320e994a1e9","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"efa0f96c-c8ee-4ed5-9b29-8551fd4c18bf","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"01edcc1b-cc91-4067-9607-ac7cdcab6f43","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"d39bea6b-4fd8-4171-922a-c2df38be60ea","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"94e365a1-f770-4aaa-abd5-dcedb6a8e08f","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"ae5c2abc-1ffc-44e8-b3b4-153e95bd5765","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"f274ad99-1b5a-41d9-afc7-397cfddd60a1","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"19620f34-32cd-4e10-8a2f-7861c7296d12","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"7dfae470-633a-4336-ba81-d92ded342696","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"55a50da5-424f-417c-a1e9-05d0bd8046f6","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"d0b9aa61-f501-4da2-b08c-15632b15a051","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"d7765e26-f8a3-4835-bd75-44f64f18c954","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"0c935c7d-83ac-4dd0-8826-46bc68e88cb5","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"5173f071-5263-4cea-84ab-2166250618d7","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"0b121b21-a5ef-4328-8b1e-38d18ae24b36","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"f9c89dce-8bf8-4c55-8752-edb276104e66","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"1b1b0b45-e680-45dc-b326-59cd6dfe4f32","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"e531ce27-c47f-4251-9bbf-813b655d0a12","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"9bc4a678-cf21-436f-849f-516b5fcc0f86","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"2aa6fc79-54e7-48c1-9272-a16e79aa5804","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"7631b44e-3aba-47f7-b2ec-1133abbfdf95","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"c771765c-5df0-4eb9-9616-08b15683573a","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"89072dd8-1a30-4c5e-99b1-97ada95662ec","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"d3a3b082-8d19-4198-91a5-f28cc58f3e2c","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"ee4b39d4-2268-4191-87f2-bec17d6b1b77","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"6166d47c-8964-4a86-822d-8cfa4b6e3871","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"30e0b9a4-e2d2-47e7-9407-0f3b8aa92dde","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"138e87bc-b805-45f2-899f-012eaa341fc7","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"37d951e5-4c66-4d4b-b1e4-6ecd8269fd80","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"f5b6d715-5fe9-4c41-9174-5d8453ef262c","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"0877cf88-f1ee-4088-a429-41f065a93482","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"6514ea49-5618-4313-8582-be6ebc717924","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"1dfe91b5-e036-4969-97c9-448ad4515898","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"9609d660-edcc-4b5e-a591-d52b41ae5e85","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"6170469f-94af-455f-81ce-ddac9bf54a84","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"1f1a1a08-a101-4cf7-86b5-995bb8b26b3e","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"63a7c785-3d33-4391-90d4-14ad6b63c681","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"f38363f4-a804-4490-8204-913bd3686588","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"50d4aabe-7d4f-4269-a14d-fe2a2aa237d3","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"1cb839d5-ffb7-4078-9be8-d55485d17b53","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"08179c14-3e10-4447-a8a2-3f810b4e9d89","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"82232a38-c43e-4aed-bfe7-02202dbd6028","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"04783429-f096-4b9c-a3a0-ebad2557ac91","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"74f84e98-c018-4fee-af90-73a5a765f0b2","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"ef50523b-e1c0-4a63-a250-aba20e4e3bf4","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"5fcec93e-2959-4519-9da0-59f213601aa7","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"4f812486-ee18-4e19-90da-54c828372142","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"a0a23a65-5e8a-43bb-a6d3-45c175b29c3b","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"a2f75fea-4a2a-4803-a01f-92b3cdec4a78","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"20ebdb7b-6416-43e5-ba6e-ad1fbc790a8a","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"2b783f3f-7b7b-447a-a744-e854e288eed7","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"b7dd0697-ddee-406d-a360-8ec28e1ab88d","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"7310f2c2-c2a1-4034-b57c-cde8b1925809","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"d561c386-a789-46eb-b25b-7676d41e2fce","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"acdd316c-452b-433f-81e5-449deb95e0d4","by":"UXTools","rating":null,"blurb":null,"url":null} +{"item_id":"4c666409-2144-44ad-9067-ca216d7c938b","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"1dba3ae6-00a1-45b1-9764-6feecb28a2a3","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"0f4deb2f-4be9-4ca4-a265-55271631a6d3","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"71eed26c-4066-4b1e-a0e6-3852b7a4afc5","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"07197ab6-9c06-4089-8f1a-b9639330ffff","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"7871bb48-a178-4582-a9c8-1c0231ca17f0","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"757920f9-50ce-44d9-82b2-40cba3d5e26b","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"4c446bf0-c561-4694-a1e2-2cacae907a87","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"f6c81939-c8e6-479a-a58d-e227cbc69e1a","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"975358f5-49ae-4620-acb2-1c7ec80a6494","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"b782c65c-83b3-41f0-91b1-4e48cc646ab8","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"0c565a4c-ded5-4f06-b9a0-2563c3df76ac","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"cb3806ed-b062-4cd8-bc62-8b197a8db26b","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"ed9b5a02-fd59-41c8-84a5-267e8ca56f4a","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"4b6898a3-4a4c-4971-8f45-31bdd8addbfa","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"1e7fefd8-8e2b-466e-950b-7a385d193e9a","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"b8d6d34c-ab26-4587-b202-5ba50cf28f50","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"895ae477-89e4-4eab-bc66-94a22ebc0ae4","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"be549b9b-436b-460e-972f-ca80672524ba","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"92823042-73a0-4b2c-80ea-08e2c74ce627","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"abaffdaa-f8f0-4aa5-82a8-8b0ecb2f22e8","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"dee8e4a9-cc4b-4df3-ae4b-898fce01af80","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"4b17bf19-1d6f-42cb-aafb-3ccd0f663727","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"9284c1fb-b63b-44a5-b8a0-714d9d4f8918","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"324d2408-2ff8-4733-8bfd-a848595f348b","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"181e92cd-3730-48cc-89a6-06165dd3ce77","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"c478f15c-10ee-4ffe-8c8a-b00ba04f3f1c","by":"Indie Hackers","rating":null,"blurb":null,"url":null} +{"item_id":"29bdcbda-a9b0-40c6-b237-68f51f6c758e","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"23023767-e908-4263-9163-041ce462dc3f","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"04e08a00-c02b-44f8-982a-dd263e8e5198","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"f3df965b-9b10-4661-b835-8f9002e89914","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"29b14b63-9d48-4cd3-840a-221eabb65d95","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"8c8f56e4-8462-41d7-b15f-91a24920e0aa","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"980e2814-97ef-435e-be28-c6b87f7a86b3","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"7577cba9-cce0-435d-9bc4-63af5a8072b5","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"bede146e-7b49-446b-b911-e82839242665","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"ac742658-a6b1-4295-9a28-92babc3c3dc5","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"505c4b93-6218-4499-a216-95061189bb4e","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"ac22f6e1-ed8c-495a-83c7-90038dc70b6b","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"8f95d79c-2ae8-4aa8-9b1a-2201522bdc69","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"4c2faeae-314b-4364-afb9-1f9e543d58b4","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"5d80e748-92e2-43d3-9236-18d7a26698dd","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"c53c7c29-5436-4001-b513-9855ea6f0212","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"229a1669-34c2-4419-9681-03b872b15223","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"4d3c5925-6881-4d56-b073-18854722c29f","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"c1bcc8da-eefb-4857-9ce2-1ce6d2f742ca","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"ba344c04-1056-4563-b927-282e7bbc6ddd","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"bdb3b33e-774b-4581-bc5a-f91196386290","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"7e86a853-08d3-4e07-ac4f-3ec34f084870","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"b03577c0-a61a-4f93-8368-daf32d3c68be","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"5826e1d4-34d2-4629-b6c2-765149f6bc1b","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"79f5a93c-3292-42fc-bbb7-07cb3b17c0b9","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"2d1d90f7-7c48-44e4-8816-2f30e43e41ef","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"e632ebf3-cb69-4d2a-8d4d-3f73c0d8f436","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"9ad246ac-9bee-4019-93cf-066462b0b7cd","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"c6cf7313-d2a6-45b8-9671-35de32762da2","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"301ca952-c080-4630-94ad-c108e1d6658b","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"019ca525-012c-4f65-aec0-cd1d5afa6ccc","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"81773e71-c64e-49be-812d-dd32510f9082","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"f7b2711a-8a9e-4488-be12-e36915691b2a","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"2c31944a-f7a4-4fb1-ba55-86505e0b30af","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"f591f080-affc-4bde-9b41-91f7ddd74294","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"b0ec438a-0fc4-4034-9db5-1bd12edabd54","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"2f8d86d8-d6f8-47d9-82bc-22d1a7275a81","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"59b27ff3-1561-49fa-b406-bb31f8b32b75","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"bc271266-f535-4680-9a5b-5082173c457f","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"72bbbf9d-22c2-4ae7-b2c6-565ec4f9b0eb","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"299517e6-426b-4187-b80b-10f56237efb3","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"844b1232-a0d0-4ebe-bb14-8082a8f4e281","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"b3720be4-3698-424f-b9b9-8e86472904bb","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"3015e13a-e2a4-499c-a2dc-ac944aeaf224","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"2ed8fdc8-aa3b-4827-a5c4-50ba531bf5e5","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"e4337abc-c6c6-4e49-8721-f611b02dbb94","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"c6c1c589-f2eb-4715-9498-698a7e0067af","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"04f6878e-1182-46d4-959e-132e43607982","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"bda9bc1d-86fa-4fb9-8b88-33aeffa7e21b","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"8ed52dee-1289-4bdf-81e1-6baafde80c58","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"99a3b293-4fb0-44fd-a0c8-81c5b8a17c34","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"835ac034-8e68-4499-89f6-ccc5c1169678","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"bf5d41c4-5c73-4a18-8506-40b1575ee881","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"2b309cd9-6ad8-4875-bf62-cd9f3b9ec984","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"d345e057-1398-47d6-9231-1defb2986d37","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"f8e7e9e3-a405-416e-9a7e-021bb47d2fb3","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"0e0e46b1-18cb-4c5b-9ac3-46d914dd803d","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"55c5d7b0-3d86-43c7-9879-ffb8aeb8ba9f","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"c3e714f0-cf3f-4fde-bd79-db7a803c8845","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"310fb462-52fd-4ed1-a360-52356596e147","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"28d692eb-50b7-436b-8f88-422d02d5178f","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"5eee473c-0fc0-44e7-a657-5847da9c31db","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"f388a4e4-2cdb-4eff-aae2-e55ced9b6fd0","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"e5921130-769b-484b-b446-e606f85bf216","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"1d4906b5-1568-4a8e-9afb-f18a9a922999","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"0f391869-16ce-4dd1-ad6b-2dc081540802","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"d41e2ef5-81d5-4aff-99ac-b39c172715ba","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"5e5c3b0b-9afd-4909-88d0-f21aac37d58d","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"79fdbcd0-c184-4547-8b2e-db3579a845f2","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"45fe3ccf-f508-404e-b7b0-2a5d18de0ae7","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"ff25a86e-8a15-477b-96a7-40e30a7d3d95","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"a53b41ae-6fc5-4090-b314-4e48a0c9a3b0","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"e435dd81-1733-4e50-85c7-7585d6725acb","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"072ad209-6f32-4472-a748-e26a073b2066","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"f064f014-ba5c-44b1-b2df-dc2e660008c4","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"d3e3125f-186c-4773-997c-eae7f3b0d0ad","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"5aae15b7-e028-4b59-b5a4-1029a3431e4f","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"7c91f19a-ea57-405e-b602-05aca4bda0ef","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"80bd82c6-c65e-4a9c-99ed-d38061ebe316","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"55be4707-19ba-40be-9332-32f9a0101377","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"08aa1509-4749-4c18-b9ab-300aaa2df3ed","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"da4ba76f-aee0-41e1-890b-0a4aa434e513","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"8eeeca8b-5ad6-4228-af07-a18cd216a43c","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"93a42acf-e398-471f-9d1b-a5f8e7e375ec","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"f7f301e4-3075-443a-9d56-51579a9453aa","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"fd728dfe-c107-4c10-8523-0a41bdd40535","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"b2a1386d-7b20-4e76-bd72-40e31fa280e7","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"c201a05b-b996-40d9-a53e-3e27357e3e4d","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"94ce3b80-e8e2-45c8-b38a-440ee9e1d447","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"7eb81f85-b4a5-422b-b059-e2e7bc0628c3","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"c4e8fa25-7bdd-4c35-a725-62ae3328b078","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"801302a0-8c87-4781-92ed-f9d79c5d3871","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"36797fc5-8c6c-4091-9011-86d04b6e2b3b","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"8fb0d55b-3f5c-4448-945e-6e80af43c349","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"4dab5609-817d-40ab-885b-13d4c8cefb10","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"bf33707b-3120-4efe-8725-57f863e8fdd4","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"da0ff7eb-c6d8-4ad0-ba9a-0f7e4b797416","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"6dc195be-23a1-4074-adb5-17f1b3ddc57e","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"cd8377e5-7010-416c-bd7c-201518525428","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"eff2e38e-ccd3-4cd6-8225-f95ae51fa53e","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"94c4f3f4-e3bc-4f19-8c00-e5bd217e070f","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"7b514f3a-feaa-4c2d-9ef6-3fe5be5625f0","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"21aba7aa-0de8-44cf-9b8d-ca7ea11422a3","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"c0eab8f6-3d34-415f-a84e-44c84c1adfbb","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"49cdc88d-9041-4ba2-bb67-4fbde49b3b5a","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"1fa6e67a-90ca-4081-880a-8e972bc901cd","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"1b7dfe29-e232-42ef-a790-67d8befb210b","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"7b1cbb31-f2af-4eb0-b5a1-5f5dc48c0f38","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"23ebba9c-45e6-4e02-8cff-18e7f51bb8ba","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"306253ab-5baa-4773-8af0-b9782233a6f6","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"40697983-4fd2-4372-88bb-d69994e1fcd0","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"80785b05-4b13-4fcf-b9e1-078b753a3b3f","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"04b18307-a6c9-430c-916c-77924b8519bd","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"178b6dc0-b737-4ef3-ac4d-dcf1030748bd","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"17a91248-53aa-44e1-8623-8c795f504fdc","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"8f2b80e1-1962-4a38-bb66-1f1159608212","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"b64ed1fa-18d7-4b0c-995d-99c0bc391c06","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"ba01032c-616d-456a-a5c8-b77b0a713295","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"93353382-e149-4722-aa93-e2c5733ea406","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"1b3f7dfa-1b43-4068-8de8-a7882815dd59","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"9105bbd5-6b82-4dfa-8bad-1f576528c2ff","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"b53d2514-a663-4ede-9c44-e6b392166ff2","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"e3ec1f59-cc6e-4b76-943d-5addb3542e3f","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"ace64daa-56f7-418e-adb1-12f841b41acf","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"be631f69-ed56-47ef-a707-fb3685a5b0f0","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"35367009-a38e-43a7-9e23-56fabdfcad85","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"263bed8a-954d-4930-8c5b-734387b5b801","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"70e7932d-37be-44c9-b31f-458378a6a700","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"882eb9d2-8c71-422d-bf32-48aa5005549d","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"3c30b2df-1b4a-4656-ab16-a99fa03a90da","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"a1e660be-0600-4ed8-acd1-c16a58b4be63","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"6e123b75-c365-4733-b7bb-aef765d0b1c8","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"9d38be9e-bebe-4c54-b896-6d6a199dc523","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"539dbe99-6d47-4fe8-9908-c710a9d07e77","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"8bb563c4-f0f6-4cd3-bbab-207470fddf20","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"18c0c720-a69f-4760-8670-310fa4e08a31","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"33753728-0b1a-4a01-94d3-ddcad0e73b14","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"d8405fb8-b11e-48fc-b3bf-a7daca0964cf","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"8eb05b2d-9968-4c6d-b129-a2523bad0ed4","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"fea1409f-3088-4767-81d2-8e312971c811","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"c29657a8-e0b8-410d-ad4d-7e826cc39e15","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"059495f7-3304-4517-97bc-52bc60d59620","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"edcc7598-1519-49f9-a4a6-5cc795fc1771","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"e9888ecc-883b-49e9-ab8a-e9f2860764e0","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"c153ba44-48b6-45d1-9a70-064a506b1ab0","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"ce2b03d9-230f-4393-80a2-6c27c74e68a7","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"4d0bea5c-f324-4fe5-be0b-b33b8f5d2192","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"c8ccde47-a031-4c3c-a09b-4d7867600fe7","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"754d4488-0fe2-4903-98fa-28f609078729","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"a078d400-56ef-4542-8180-7225c6379563","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"8b39ed49-95b5-4d11-8553-e57dc21d5deb","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"c5b62fef-558d-44d6-aab2-ecd192abe46b","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"b60d5fa8-bbec-42d6-b7b8-2d497f2658a7","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"63aa50c8-6325-4d27-a05a-7acced6378fb","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"0d6cf113-2e48-42b8-83d9-67a64caafe32","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"fbb1874d-9c3f-49b5-b1d8-28ff08514e05","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"2b2c6b65-a318-46da-9a21-fc12d462833a","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"428269fe-d415-4a0e-a4c6-3608e8c6833e","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"9351a020-a50e-4f0c-9469-603e4e0f7084","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"410091d2-6f33-46e9-b2e4-7994d411848b","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"29677a21-202b-48d2-a64b-fb7f6021c34a","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"2784721e-8221-4367-99bf-a66017b35a82","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"907fa658-6bb4-4336-8ea0-60a02d7e3def","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"5442606f-5276-4bab-8e45-8815db6cf884","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"59b7703f-2c3c-4620-963f-856cd4917e43","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"8a60a1ff-ac4b-4ef7-b135-3944c95d10b5","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"551da0a7-c838-4dc6-8c45-7332345408b5","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"45d8c462-58b2-4b00-b62b-ed5d7f11234c","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"7e573902-9840-40dd-adaa-f1b69d0dcabd","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"a516c47c-351f-433d-a1e9-5c60217f2040","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"470d6f2e-9862-4247-a807-4ef421f5b652","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"c39d85b4-03dc-4ef6-bce3-aeb3ca55ea2a","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"10cbd671-99fe-4fe4-8abe-0c4b3167ca1f","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"d982c071-6478-466e-952c-f12c7a11db8d","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"51ee19fc-dffb-47a9-9700-4450a2f39dfb","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"3b1ce827-8313-4443-a183-335dff065128","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"0b72941c-f884-41a0-bc19-999ef191c437","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"9901cae4-3518-4538-bcd4-a494c133229a","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"398cc2d5-737e-4452-b1bf-ffe74fd7373a","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"5031ee1c-71ae-4a19-874b-8a0b3daab1cc","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"7f74423d-f934-4d21-b7ad-e1afb4ec28b4","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"13009904-a4f8-4b38-8a9c-5368bdbc1f19","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"41290307-4346-4647-a07c-c55eb0ab79f6","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"2ce4409f-1b7d-40d7-b39e-8e55b71c427d","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"3e1ea355-faa0-46bd-b323-9825401e7292","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"0272303f-e439-407e-9aef-70e776b77eeb","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"5b9fdbae-7a0f-4dd8-9fd8-1dd926a57b34","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"f7f3477b-8b1f-4ad2-8f8e-6f2998165db6","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"b8ad7e91-42b7-4a4c-9268-53081e243475","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"7f99beb0-4620-44ed-a5a9-de3d5d2891e4","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"bab107cd-59fc-49c7-8d41-7ff887e9e93f","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"bc72f7aa-d3e8-45f7-97d8-bdaa85f84344","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"642e623d-fdc3-401b-a1d8-3cab7996e3f9","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"874f0891-fbc5-416a-a1c7-a37f071ad386","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"4c5186cf-b26b-44bc-bf16-ffa743d53069","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"5c80c7c5-7632-4d71-bf6d-a91e38213bef","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"4042365c-7786-46e2-91a4-057dc8d14db9","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"2f4fc0c3-e60f-4631-a994-9c95563ad3e0","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"5f4cd359-7ebf-4e33-ab09-de1e39eeaa87","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"73083c8c-999e-4937-8ee4-845f301e4450","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"d0329065-b86b-4a2e-b9a4-a6560737eb05","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"def10219-d42b-4939-9042-e2dc0734701c","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"eb7b0d19-18ed-4148-b45e-aa3ab437ff7c","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"e6b2416a-eb5e-43e8-8442-fa61a672af77","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"22260720-96b6-4b4b-aa97-d7fd3f0377d0","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"b07d652b-76ea-4441-96cc-6ea6d2201da7","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"88f69ba6-6bf8-4197-879a-db2d018f7fde","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"b55e9312-56ad-45e7-a0e2-9bfee742bba1","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"fb5b5c4b-ede9-4e53-acb7-3f4680b8f3f9","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"17dcaf28-177d-4bcf-9e65-265a8e0d9235","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"b5baf40d-78a3-4bc8-b436-6879e99e52f8","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"cf94d630-914f-49a9-b5a5-79281f6e09aa","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"ec110fe7-70ae-4ef0-beba-9cb4149cc094","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"e2cff9e2-627a-4797-ac61-3a0f02dfa106","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"4e1c3585-73f7-4119-ab32-2efe33733a17","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"6ca2e152-a436-4bbe-bba1-c949a2740b9e","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"00461b5a-fb9d-432a-afd4-49993367016e","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"b7a5600e-0557-4ea1-8cc1-109adea1b262","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"2563a272-0ee7-450e-9b9e-b42573fb3660","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"bcbc76ac-bc08-4afb-8220-ec6f1cfb2e70","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"0125b1bb-05e2-474a-8db5-8ccbe64f0a0b","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"8f5a6b64-fcea-4056-b9bb-75f0da744963","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"fe683f14-0d27-48ac-aa42-b8fe8b9a9d42","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"73e01d41-976b-4790-9ade-12b958d887d0","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"542cc816-05c5-400d-9b42-f03710fbbbea","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"61b96e45-efb6-48b6-8e69-56752aa84b73","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"ac302a98-06ff-42c8-9d5d-caf97b1eaaf3","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"1cc673da-e95c-4d98-b79c-3d210bd1f29f","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"38bffe8d-acb1-4e11-a777-5777753c6d05","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"218735a4-7dab-4535-84fe-35f6ea93c13e","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"99073980-b4b5-49c0-acdb-29b6dbe4d13f","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"10eb168d-1ce1-4ce2-af62-bbd88f62b4c5","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"e1c405fd-b227-42bd-9d72-3b8168a5b545","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"720d7a37-47d1-42b2-a924-781487df1559","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"f238d89b-e8d2-4475-ac64-d90b36c398a3","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"a3d96878-aa36-4376-b0a2-3e32bb8b8838","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"bacc331a-f471-46b4-ac8f-fa305025cd9d","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"f70f154e-40ad-47fd-8369-e5475df089c5","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"51f2c7d5-276f-4f57-a9db-15f3d9090807","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"d16dbc75-de79-4a90-aad2-b0f0f2781ee5","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"ee5a15c3-8746-4425-884b-fee35ffd3d9f","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"1d3325b9-4873-4bef-afa8-9cbc8bde1e86","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"46f24b5d-f030-4a6b-b1d3-6c60195684a5","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"30c7742f-6d9c-4fc0-9d16-f77101ebcf7c","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"960ef76f-2f03-42f4-87f1-436337a45fe9","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"81239745-9c0e-4e1c-9d73-d3c8ac3d27ff","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"c73f0171-fc59-47a5-824b-4e1f5266fe25","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"ab7ddf34-8761-45bc-915b-8079d9916fba","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"1ba51ce3-c42c-401a-b3a8-8734d2b0cdba","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"533837bb-1740-42cb-baab-419b1923a32d","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"54e9514e-c0eb-4b59-aacf-dda6ac0487cd","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"e75011ed-6b77-4533-80b6-cad609a250d2","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"d08c343a-b39c-4f32-a05b-1477fbf09f6d","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"94df8c15-74a6-4e5d-9aee-98d0d74dfb86","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"14ea33d5-2f5c-49e1-8c61-59cf84c7a653","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"3a5f72f3-c930-41ba-b573-6b4761027088","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"4503e084-37d5-4abd-88e8-50e46445a21f","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"233af0a3-9f1b-4c6a-abbd-336e55a3302d","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"f3705687-7250-47ed-be36-4a26213501c3","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"9bbf8e2f-a229-40f2-9c3e-16bf473044aa","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"16b20e0b-9858-4a2c-bb87-49afc334fa3b","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"b57decb4-cdea-42c6-a99d-742b71f89086","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"e5dc89f3-48ce-4e0b-a694-e11c3fb9f323","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"6e69673d-538f-45b2-8003-33219ac74764","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"cc0e761d-f840-4894-8e20-bfcd687bde88","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"b126d3d6-1f73-4adc-88b3-28a16bb2b627","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"1f1075a0-2146-47df-82e7-bbe07b6bdd13","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"9d4b80b3-42ad-4867-bebd-331570cbe40d","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"4b756413-9c95-4bb5-bcfb-ffd0875ea51d","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"7bd6d32f-f280-4d10-98f6-b31491736257","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"c4d09338-b77c-41f6-ade1-f7fd05539fa2","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"be81fa85-693b-491d-b405-47981924501e","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"21c6e4bc-3559-46dd-9307-721a4462b7a0","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"33748185-006c-464b-86ee-944c8cc9eb67","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"b1924870-f544-4f57-b03c-48dac13f2cb3","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"247f9d2f-a401-4e86-8fe8-bd5242d5f377","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"2019d8b1-f891-4447-b419-d6c6107979a7","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"d379b8ce-a470-4442-a976-9cab365af6e8","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"d37608e1-2096-493e-866b-d193973d3169","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"5499ce6f-e26e-447a-b664-efb9063454f3","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"51e08cb1-9831-4c8c-b849-0458498abcaf","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"3827ad71-e70b-47c0-9539-b9e6e8a522e4","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"d7a2c8ef-0207-49f5-ba86-51a4dd65566b","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"03b27285-0607-45d1-8cee-94c9ec96962a","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"6a1f313f-f5a7-4985-a801-dc721c79faa1","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"356d451f-de32-4c86-8fc9-ef4ee9e018d2","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"f950b65c-6f17-4310-adbf-742d9ed7e763","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"f47ccdbd-4961-4a68-b0a4-bfa90c585062","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"ca1074ab-477f-4978-b183-ce8bfe9456ff","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"6ee339c5-8490-4fb7-8fa1-6de01a46236d","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"ead004f7-6860-4e32-8732-1c5e8cfecde1","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"8f72c89f-9191-45ab-b971-74124ec85ad6","by":"Reddit","rating":null,"blurb":null,"url":null} +{"item_id":"58136449-d575-4780-83eb-c5785b4ad1c5","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b4e6a2e7-9d13-46df-ad11-59856b3aa71e","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0d9174a6-a577-4808-be25-503e341be672","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"3508f0d4-afd1-44f4-84c8-c2174a0d1dde","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0d17489d-f88d-423d-ad78-7a5691abb697","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"1c9bacd9-099f-488e-9ca8-077ce553c8ff","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a317362b-b8a1-4ba8-a47c-f59060d7da3d","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"03ef6e8b-3cff-4a5d-a587-900a151d2b4c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4eb4c526-e42a-4038-873d-fce6ab821bc5","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"91911567-50db-4869-b810-b68b4132ed38","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"1f48e55e-bd12-4eb9-9d26-ce2053785614","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4170b2d3-4ad8-45b7-a208-ace3621c28ce","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0e10016d-ebcc-43cc-b5eb-f7f6255bc7d9","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"bea0e14d-2bbd-4144-8565-574b2a0db900","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"bcc5df8b-6ad8-44cc-bc5c-9df78bc9cc4b","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e8427fdb-c6fa-46fb-bc34-9b88c379e05e","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"440ec6be-c7c8-463b-9494-667fad6362c4","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e43dff97-8144-4739-b5dd-d72e33db9c8d","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"85239732-d1e7-432d-898f-bd76927d87b9","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"330e0872-b755-4492-80e2-daffb081410e","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"7f542c1f-5d20-4567-8741-133538c2c277","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"59f5004c-b54f-471b-ae06-99c1871f95a3","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"43d8583e-1961-42f8-be31-4e90226858b0","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"ca15ec52-ad3c-466d-a41c-af1dd0a130f2","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"8f989228-6e23-486e-8d87-f325fd993a76","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e1fa167b-9b16-4742-a6cd-a2f03373bedc","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4ad074a7-a282-4388-8f5e-cb2945aee210","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"ffe69c7f-8972-4b23-b6ad-4e019cd654bd","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b5333592-c063-4b90-97a3-6d75a58f5643","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"6b905e3e-a389-4eee-ab94-b10cce632476","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b29643d5-dcb2-4acc-b7b5-24fc00db6e7a","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"82beb55f-2945-45dd-9761-7e9b1c899e1a","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"3e71676b-5b71-4491-a1f1-952ca76a995c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"47dbfc55-d70e-4938-94be-f1367d693ac8","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"84098900-b8d0-4ab5-a937-66f0e85ecbb3","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"6a8e074c-98d1-4fb9-bc52-0f46268e842f","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a542a105-07a7-42ac-bf78-f59581d9ab8e","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e2188118-01b7-473b-b7eb-705501abf923","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"96649d32-c226-4b32-ab06-188f21a23d37","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"6c6c3a74-998a-4af1-9bde-9fb757c9e424","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"9962b154-a436-4df8-85bb-ebe32eee89ea","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"3f376da9-58cf-4612-a88b-5021b05cced5","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"97328f24-8f55-4a5b-bb98-018b4fc350be","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0536665f-5317-4a3f-be4d-0d612d294984","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"5f3ac00e-285e-461c-b59f-deed4c5634ad","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b204df47-f482-4b99-ac4e-29631325f45c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"18c99196-98ac-472a-9a59-430d0d5bafac","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b5e3781f-ffd4-4979-8be9-ab3c03f5d4d6","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"cfda9e68-2181-4d4c-a768-e5ec0c74df54","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"987cf351-6359-4b7d-8e79-42c3ca481973","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"8fe9b44f-7811-4ef8-9374-592795e7e5aa","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e701e597-c9a7-4031-9cbb-7f607136bc76","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"6520a6be-0e60-46ec-80e9-cfed9b4d71f0","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0ad0bd4c-c804-4562-bdcd-ee19db755309","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4f608dc6-ff33-4312-986d-376519855890","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"80e97f6a-8761-4920-a744-4c75690e951c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"7ecab888-c21e-4307-ba20-efd08db5cd73","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"5bdef316-3421-4c7a-87d7-3733f16fc51d","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"2375dc06-e8bb-47a2-b350-6f78f88ef7bf","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"50c5a124-b2fc-458f-a306-f3f5545764a6","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"44a4867a-03a3-4aeb-bef7-43baea7f2268","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"894b949a-d8f6-4cb4-a454-e250a127d901","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"2c749c82-4a1a-4c74-baea-277654a423a0","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a21dff3d-9b26-4df6-af2c-1fbe404d7156","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"6d6d52eb-17bd-4752-b4f9-13d60147e761","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0fa084ea-0d72-48e0-9c05-fe57e508c84a","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"2d655ed8-bdb4-454f-9a14-e6aa7e987cda","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4205a8e0-fc63-4812-9bdc-001ce7892885","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"353ca745-4d85-48db-93d2-7046c5424b15","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"64e47259-24b4-4209-947f-ac99cc95a940","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a9531696-3d19-4c04-869b-0903b3cb9309","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"2ac7bd95-86e4-4cfe-8f51-768e61b39030","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"2093f2e1-4fc9-455f-9540-3013e666b3bc","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"71c55714-f62b-4d1f-8bbe-71385b5adf7f","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b185a399-d488-484a-88a4-51e057f55a81","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"c1523b8a-e13d-4e80-9ed3-afe4ad48df0a","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"bd683078-8113-4c43-aca3-830f1f3c08b3","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"8a93b4a5-79e2-4d2c-bf3b-66c92aa8deca","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"6b31c03a-1091-412a-bf8e-0a24fe873a93","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4a68f244-03b1-4c81-a0d4-572919e48113","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b40ffc9c-e21b-4329-886a-6defeba9e962","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"caae611e-31af-4fe5-bd48-34594984a800","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"5e84f6e0-d9d8-4be2-a987-7a8347904dd7","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"cfb9fd7f-0e57-4ab7-a62c-ffc13c595229","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"d6fbf0bb-0f73-4427-a761-768c0fdbf0dd","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"281132cd-c03f-4d83-bae5-3fb44d922240","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"77e8dc18-3f90-47a2-ab83-b6a6c078237d","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a713e7bb-f157-4a45-b34f-5745d6adecc8","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"f0d8bd15-4ae4-4d9a-b3f1-2d8d1c2f8834","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"814b21b0-7b2e-4f51-8fb1-a2ac9c1768ab","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"10601767-1cc8-4df6-b109-38664d5e1e69","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"f920ac54-3ae2-4929-9220-a1a740932889","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"ea840cfa-708e-47ed-a27b-ff64e7d65b3d","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"6fd9f19b-6b15-49df-bfd4-4e4eec2d3dc7","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a3d5dee1-909e-4072-9b08-57c4d7bafb7e","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"9797eb98-64f8-4cc6-8331-bbada93d7fdd","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"c8d2eaae-29d0-44c3-a10d-1b6114114227","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"dfec5b82-610e-4572-8da2-c7346fe8df80","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4e4fb7f4-0862-42de-b879-1b28ca939a41","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"df8ab255-5d90-4c67-aaa2-7acc57d21710","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"d372c3fa-026d-4047-a612-f8d9800c6953","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"1ec174e1-f2e0-4534-bcb3-ce37f7b9f914","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"cb6aef17-e4c2-43af-b194-d4ee698453e0","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"2e4a7251-4935-4b01-8510-d2cfd8ac622c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"c9d3e246-0e7c-4519-8912-4a2f16f840fd","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"f4c43863-04bb-4822-9479-ad805fd12853","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0fb60a75-5fdf-4f3e-bb0b-e3ac9836dae3","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"09209959-d357-46ff-9624-ecf9a765de22","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4a9f3ab6-0c5e-4f98-b712-bfd73a3dc003","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"9d1b6903-2d48-40c3-b7bc-24da831e6b0b","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"d5e00b5b-8bab-4546-863f-4b9c68595eec","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"bc97ec5e-e39c-4da8-827f-74845f0b242c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"8a9cb618-c524-47ec-b30f-3befe4125cac","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"d2f94685-73d7-4119-9e3f-aacbfea108a5","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b37f4d92-353c-425a-abbf-77080901ff6a","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"75d41450-919e-4fa2-8c68-5b1192132904","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"331be4ef-105f-4a09-af06-c69ba5088ca1","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"3eed0f9a-1787-4629-ae32-7eb085fa8b7b","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"47427016-69c1-48fb-92aa-05e0405c9772","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"28670373-3111-4227-81dc-9e9c871def8b","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a1f6badc-c795-406d-bd9e-7205557aa4ae","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"bdc9edd8-e559-4a69-a254-b05692e5421a","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"192ea8a4-61eb-4076-828f-2bd6c1754b76","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"d244ca6f-9bb1-4138-b7d3-def9549ac6e7","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"35120b34-47e6-4db6-b134-b248d3bb4b91","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"39823ed0-f9b4-4749-8010-97eee41ee07e","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0e976a91-354b-4113-96ff-52336db870d2","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"eec06d43-fac8-4ece-9df9-08ad55a42b2a","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"69011322-8caf-47dc-9076-54101e84ce40","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4fc0539c-9d52-400d-a5c6-0234eb1d3757","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"6fc459e1-d9d8-4a6d-9757-f73a6932129c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b6730143-5e31-46fe-8cfc-1a14f802c942","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"fe2d55b3-4223-490c-87aa-0821a1aeb07d","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"372117b1-fdd2-4383-906b-d7809b5b7e5c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"388edf95-5b49-4b5e-ac06-c113387934f6","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4def3799-f72a-4485-867f-b9138d1f0df3","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b821cb17-a602-4df4-b556-4221458b3709","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"70de3ccc-f69d-46e6-8aa9-2908693931a0","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"d8ed3705-52e7-4fa7-babb-e8e1121b8009","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e5652833-a14d-44e0-b41d-0ca7a69521dd","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"3e22efd2-fdcd-4af0-bf1e-b3690ea24b2c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e6fb43f4-ec79-491d-ba1e-3292dac17cce","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"de3c18c6-e8ae-4c10-a9a8-88c51b7a5425","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"ace1c5b3-1d91-4c4c-83c7-ed53b64ff8c9","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"583ec47f-3a18-404e-956f-d852b43df111","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"19fc7e86-9dd9-4709-a5cc-655655f3a9c7","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"acd43c6a-164e-4ed0-a9c4-4c5e2ca26144","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4daf1bbe-7650-4c39-a5de-e60402b0e6f3","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"8fb98550-1b74-4df5-8e9b-18311aa71bef","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0f619801-9e57-443a-b0bb-bc88f8b0d46e","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"2da562f4-41d3-4158-b602-ae2e38d6e902","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"8931b2e5-6861-42c9-a48e-7ebea81d6872","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"f1387c2c-8f9a-4b88-aea9-56e9e467ced6","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"23ac4c14-f6a7-4fb4-9889-8d2bf700fcd9","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"741c7a4f-9e30-46cc-968f-2d39b731afab","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e355b15f-af8b-4512-8d36-2beec80d1a48","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"c1f2d33e-cea1-43cd-b9bb-5eead9b4647a","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"65b3b00a-33cf-4109-88b6-01910a587904","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a614dab8-6d56-4ee8-a63a-4fe121a9f30c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"5e88564d-4db3-4c8a-8f41-0a59f4b09d19","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"8e7ceb03-e470-4523-8dc3-9a2e9ae905f8","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"7eac54d0-dd65-47f0-8a61-0b8af14340d2","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"d265fcec-9693-455e-a8d5-49daf3c588a2","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"21dd37c2-9307-45f2-97f0-4f6590d741d0","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"f4a37057-c812-4d3c-852d-dd0c05fc2191","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"005735e2-8c8b-4f78-ab46-152c33f10961","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"9c7cb0d4-78da-4ac6-a6ab-dd992dc4e759","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e0f59fd3-8914-46e8-bb23-14e2dcf93e43","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"72e50526-f180-467d-a7ed-abda557cb0fe","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"7894a9d9-2ba2-4ec5-a145-00ab3f88f46a","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"d95d77ff-2673-409e-a63b-6af4482ba690","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"39fc4fda-d2fe-43e8-ba82-b5d2b3584e63","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"cc8cb617-5b4a-4e03-9783-cb0dcb571ddc","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"edae1b4d-6e12-4dac-b6ea-55f2ee6a1133","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"2173ab98-3161-41f0-9435-5f4d077c96ac","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"af7c74b3-0b84-430b-a4b1-eec807a602f9","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b7d6db1d-688c-41eb-8b52-130b7de3965f","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b7c7d58d-088c-4f52-8d25-4ffc91c6f976","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"f343e1f4-77da-408a-909b-d61acd25fba5","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"3a0b5900-a7d9-40c2-b63c-470760cf9549","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"7c62803a-916b-4e1d-9223-5cd0413d8744","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b25053ab-a54c-43c1-a1e3-15841f569013","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"d224e529-35bc-4ccf-814b-51d28216578f","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"9060a4e7-a866-4474-9f1b-c125c826856b","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"6842bd98-30ca-489e-a3d6-6e630923fa76","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"53ab6e27-31bc-453b-9015-fa41d3a0b2ae","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"c6a64423-585a-47e1-a147-06e3571647cb","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"25f55393-b01a-4a3c-8bbf-ea92f1d079be","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a37e6fd2-0dfc-4ae6-a23c-f6d1d38710f9","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"54dd0420-8377-4627-a935-c3855249dd71","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"c2165814-6b51-45c2-97b0-8e65d36310cd","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a61a3d08-5d27-4df7-87f1-9512580f1771","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4d2b57ec-f2eb-4277-8530-032e3fa9452f","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a7c6358e-a50a-47f4-bf84-a7b7aa32cd17","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4f8ddde6-f726-4249-934d-b4b4c51a5422","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a78062e7-ff73-4fee-b5b3-4c55e1ae5468","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"774afff6-cfcc-432b-a37e-a893a1291bfc","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"c8e825b1-96fa-4f58-8669-6de3a39d8693","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"86bef405-e063-4f4f-a23f-1076fc9fdaca","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"d5e562b6-6acd-495a-b8c6-24a9db2b521b","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"7e839053-c7c6-4924-a4b4-8792f5d10052","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"88d3cfec-52ed-4cd9-9c4d-80ed2f90a285","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"492d9e0c-f3fd-4909-9f3e-8b24e5d3ad54","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b6e750f5-3448-4029-a376-213087e80132","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"74d12828-db6e-4e9a-811a-4fdc8d84cbea","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"edef682c-645f-4d8a-a3b2-d6a9ec0fb03a","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"fc6d58db-3db1-4223-b9ba-768f4bf860e6","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"13bdae7a-1c1a-481b-b929-2bdd84f2f8d7","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"83af6414-c9b7-47e4-a0c6-0e619a0c16f3","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"16ca8176-df30-411d-bc9a-6f24d255ceb5","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"ac0f62d8-5d33-4972-8050-d794a04a8545","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"c21ac012-9683-415e-b0b5-5c2560eb0732","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"f20c46bf-92c3-4b4c-9ee7-7ef126870e08","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"469ed2d7-8a7e-4b31-b1ae-34020f27d107","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"631371f7-bcc9-45d3-a49f-f53925644b09","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e783ce72-f419-4de4-b63c-e9b4baa39ac3","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e6e5d22d-1dc4-4899-834d-584e30b817d1","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e62e4403-c128-48d1-a4ae-a84e206179f1","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e389faf2-6001-4e86-a904-54c302f025a6","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"7545580d-be74-43ab-af48-7b665e37afdd","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"94515059-c914-4541-a0f2-d17eb819f250","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"f2d46fe8-3980-4c04-9c2f-4a04d7eedae7","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"7b9f6082-3a7c-46fe-867a-74a477e6891a","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"1ba51ce3-c42c-401a-b3a8-8734d2b0cdba","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0e3c6002-ba3d-4449-8058-ca94af02f3d1","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e0e171dd-7d31-4860-8aac-73dfe6a914ff","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"04afe5a5-5d51-4b9a-8812-c1bee84bbeb8","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"2e525c1b-49e4-4329-9261-a338fdf9ec10","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"30ca0993-674a-42ba-bbb9-a0c944a85d85","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"cea6a863-76c8-47c4-8976-561fb462d10e","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4d2d5f13-640b-4c08-ab07-28105d28d425","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a05ee6af-1068-4d3b-aad6-70f0710ab331","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"044ad867-0e24-4ea2-9a35-821b0c385eef","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"d7bee6fe-fc80-47e5-81d9-a6ef06cd0013","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a09fcdf3-cc78-4f46-b114-7ed5beed63e0","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"9ec731d4-ab58-450a-8a41-09a505bc695b","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"1760abec-7ddf-4014-b976-c2a03a35e0aa","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"93da5f68-82d4-41da-bcec-b802ae0705c4","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"ebff0f65-3621-40e6-8cd4-2e140186169a","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b42e60ed-78d7-4736-bc73-825cccdf7dae","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"8bd1cfe6-2f4f-40ac-90d8-56e76e633bdf","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b8d3cace-13af-4916-9bde-221965c47052","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0cb79015-f5ad-481f-8236-c787c33fd0f4","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"2ebc8aff-5563-4728-a2ff-8fe5f12258a8","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0257bd8e-adb5-4225-a4da-024ebddd56e3","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"c09888f9-55be-48d3-b378-71d400d1675a","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"58a9fba0-85aa-4f0b-8226-99714e1e1f3d","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"1919b0bc-7f8e-42e7-8226-634a469cec32","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"399e8c9c-32b4-4e6f-bb71-144307ead4ee","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"353343a0-e263-4bc0-8e53-3d39e03eea45","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"ccc2727f-c239-413d-86f6-7379b8e71e10","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a2ca8881-2b16-4662-91e8-c3e034e5c5e0","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"8719073c-646b-4c31-be6e-f708ddfe8f63","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"3a1011c3-a678-45cc-b21b-f264beb5b808","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"9843ca6a-3951-4e60-93a5-3e93359aeef0","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"3c332a56-0d2e-4ea9-8a8e-31c74c4ba069","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"47b8cd10-ce83-4a22-95a6-fce40b36337c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4a9ce3f4-3f3a-4215-8a92-eb23358cbd28","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"7033c65a-7d64-49c1-8db5-96f2372824f3","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"7cc4fe1e-939a-468b-84ee-5ff68a80aa3a","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"5a636958-08a0-4f18-821c-6420cffd77fb","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"8b06bf84-e2e8-4d8b-b973-c1f21f35fc63","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"23683b15-ac13-432a-8c5a-6031cb691f2a","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"3f03d9a8-278f-453c-a1ff-822db2570297","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"d870bbcf-56ee-4c88-8756-0df48f31ce92","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"fbe1fc9a-69a0-43b0-ae6e-2a3452100a72","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"495a86f8-39f9-47f9-a0ed-46e8674b5f25","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"c8e75e3e-30f0-4ceb-8efa-28c6c8178dab","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"ae7d22b1-d7d4-444b-bb80-c23ab098fe73","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e885cbd7-bcea-4a3e-adf6-5005e1f1ab26","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"939ad9cd-a9a5-476b-922e-300cd1c41ee9","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"63d735ef-466a-47ce-b302-34a30a9d586d","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"642bb70d-8212-4b38-9c9a-83d4d40fb66c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"06b9a2ff-b9a9-4d61-9a6e-9a99a0e5e90c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"bdd2e173-f4cf-4dd8-8626-5f7e54a6bedd","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"f6bbb667-2eea-430e-a077-9fa346f9cb5e","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"03c41cc9-6f9f-4994-a2b5-cfb471b08c51","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0849e350-4616-4f5e-9227-7aabb7afc12c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"be3ea7c2-8794-474e-a8f0-1715d80b67b7","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"507acec4-cd3b-4aff-bd69-ee259b0ec168","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"5f939e07-3b39-4ecc-a1f1-b385f8f5d314","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"46120a0a-2955-4061-807d-ba4b28e9c8d2","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e55d2e06-94ea-448b-bc8a-3dd41774704b","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0e51fd4c-5100-4e3a-a48a-3613b60aef92","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e78e3962-664e-4b95-91c4-105ddba0aa07","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"1a685ef6-5ea0-4b4a-a840-96836b98df8d","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"27f47d9a-68aa-4329-9f8b-13eff9aaa174","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"c07c3b43-731b-4328-846a-67506c6a4011","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"42c42da3-244d-4cea-88cc-a43b7004102c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"1b926bd4-e01a-489b-83f8-6bef438e0033","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0e7032e1-b4da-4cb3-85cd-62146273dd4a","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e4ea8a83-b00a-4096-a7d6-3faa845ee7fe","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"405fa6c3-5ad5-435f-aeb5-f1f7c6c91e7c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b3da99ce-77f5-435d-8879-7126467ee555","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"9cd31003-4a5a-4601-82c9-e27a7b2466de","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"8d6da4ed-8c16-4b27-bf78-bf245722cafa","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0db49aae-b86a-41e3-9ef5-f5d3211c10d3","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4f628b48-4721-446e-82db-485d61c65a48","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"5e30d99d-1719-4cf3-a877-b4787b5ec761","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"3bbe5e51-2bab-45cf-85c7-dbf89d81af23","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a2804bd2-b7f8-4f5f-b89b-16adf5e6f342","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"973d7df8-f35f-42f0-b9ee-3e5d78843925","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"9e66b576-f9a1-4cbf-8b34-74509e4efd7c","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"e83a3ac1-bd1a-4d26-9a3d-f8e7e930c5d8","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"3b4be6a9-dbad-4f4c-a32e-b8a6b49421e0","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"fdc24bfc-2ff1-4c56-823e-f325f240a0fd","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"5001b1dd-e7e3-4dc6-b6ff-f8b0dc9502da","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"42bc9752-ff91-4553-9720-acfcc86c5f16","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"5f4049ed-2f37-4ef8-b60d-a3a46d7507c9","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"83a4f4db-2223-41a2-a86b-0b3ea78dca9e","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"90beddbc-2824-4d0b-83fc-1f37af228358","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"382b7faa-bf67-4ee7-88c3-9dc188329af8","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"02f3a0a5-a468-4db1-a652-2650c15bd0c8","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"64f60f1c-57c2-4c4f-b241-fbce8feeb967","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"134adeef-0d8c-4308-a3ef-692d7e7c20a2","by":"Nobel Prize","rating":null,"blurb":null,"url":null} +{"item_id":"49b87117-af5e-4b7c-ad86-ef0ea8f3cf17","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"87a5be22-bae0-4ad6-aad1-4a7d50d91920","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"be8cd451-cabd-452e-b673-d2470b4bff27","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"af4db135-23af-4773-9c09-3483b43c1e05","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b0b86b4b-7497-48a5-adac-a39d5e70a57b","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"3fc4aea4-dd24-4b38-a4cf-06a58470dd03","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"62bb7be0-458d-46a5-a185-76a8a472bbb0","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"16f9e0c8-bbf6-4bce-a001-57db22203e7e","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"f754e656-d442-4e8a-b518-88d8c3345b51","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"5ab3a0b2-fce7-44dd-b5a2-a9276c1991c6","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"444a7ccb-92f5-489c-8b5f-7a199fe2f0e0","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"f6852291-4f38-4991-a8d6-32a8768e5ac4","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b11386c8-6139-40bf-b952-a377e2eb8bc6","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"5537925d-0008-47df-b52c-d1a3242e6787","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4604af06-b023-416c-b185-9b23e6061062","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0d37b79e-6168-4922-a20f-4f228dc6f7cd","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"aff5679f-600e-4c33-9378-2b0048974cc7","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"013d77cb-e7b0-4573-acd4-0bb06b80b4d8","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b25053ab-a54c-43c1-a1e3-15841f569013","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"779f094d-fdc6-4d68-917f-eac2aa67314f","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"ca408aeb-76b4-4837-bccb-3ae27e7d99a5","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"48022a03-4da8-472f-a9eb-a50d2d619de8","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"2d066853-2d90-4b5f-87cb-82d0ffc4af42","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"87002b20-c4d2-4807-80c5-7050a1d794ec","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"8e078ae3-5db6-49cf-a234-21f0cfc92f0a","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"3b796335-4496-4420-b47f-4cafa4517348","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"54e62118-413d-456d-ac2f-76aa612fe48b","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"979119dd-9642-4f49-a6cb-1d1adfd76289","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"1efbaa94-7b43-491f-b044-30e088ba1120","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"4c808943-f0c9-44aa-a6c5-6cb135d13e64","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"58fe1fc4-ebd3-4c96-979c-2d1621919682","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"9ddcc2a5-109c-4c5f-8e35-f49c1c479f1c","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"a6bca730-1186-498d-a2a8-ff0d1dc99191","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"3da65fc7-68ad-44c6-987d-c707be1f8d34","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"38ae6159-e732-4bb9-8f9a-048751f1326a","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"2e38e315-c124-43d0-bf85-cc3141610e09","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"8fabe4d2-3e5c-4087-ac1a-d5c48f60a5d3","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"58c364d1-ef35-4eb3-9a62-bbb151f82cb3","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"355751e3-d738-4ea9-b163-f3c94e0c0f03","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"0ccd88ee-bd4f-48ff-8751-1ef2c97e3966","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"ae9389f6-c3e3-4a48-88ec-ad6f7e0deda8","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"39374fb5-3e4e-4061-a2c6-d5dd066ea201","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"9ac38133-0fe4-472b-8d00-7f3a46bbef27","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"429f7b61-4691-4e47-9e38-7b4bbe563a33","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"fc836037-33ad-47b0-82fa-46ea9200e54e","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"367a3e0c-c003-46d7-8a31-4bfe8de81343","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"057c6f50-92d6-49fa-85ed-f75136e6c221","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"9da0b5e3-baae-429d-9254-8153fc0ce1fa","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"33fcad90-9d56-42ac-9c5a-04e6774de371","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"79e9b074-7014-4304-b452-ed2281e2e7c2","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"751cb9e1-4079-433f-a9af-649d83c01497","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"b9be0a3c-b99b-4019-997d-4c0737210d37","by":"Booker Prize","rating":null,"blurb":null,"url":null} +{"item_id":"8f95d79c-2ae8-4aa8-9b1a-2201522bdc69","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"69e83d2b-c25a-4661-ac97-724aa6833fc8","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"3701f18d-cb68-4130-a640-c851be748d85","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"7fae92ae-a825-4bec-88d4-4c3b09ff5d01","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"04f6878e-1182-46d4-959e-132e43607982","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"ee623f78-aae5-45c8-bece-6bc79de0e979","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"0527e314-431a-4703-af77-29d935ff8884","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"d1f52c8e-4f37-478b-8130-06176e0a59e5","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"c767ee59-9d7b-4c3a-bbc2-498209eac579","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"08aa1509-4749-4c18-b9ab-300aaa2df3ed","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"cd8377e5-7010-416c-bd7c-201518525428","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"76312e50-ab24-4564-896f-30907eed515a","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"51f709f7-347e-4fb2-b8a9-6810a002229c","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"c5522189-54c0-4efd-97ab-e8b3eff49285","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"977596cf-a72c-4e46-8d48-b437e7a0c62d","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"1b3f7dfa-1b43-4068-8de8-a7882815dd59","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"e3ec1f59-cc6e-4b76-943d-5addb3542e3f","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"dc4da752-73a6-4011-be3c-c242c7b3561e","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"a6c64feb-289d-4542-b124-b14227caf23f","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"282e1d79-52aa-498e-a4cf-f3db493bdb4c","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"a1e660be-0600-4ed8-acd1-c16a58b4be63","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"604dbd35-74b9-4db9-ab51-edbd8022ce05","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"79573206-4899-42e8-854c-72b860deeca9","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"059495f7-3304-4517-97bc-52bc60d59620","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"615df323-53f1-4e0a-b9ba-a632244c1e71","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"2b2c6b65-a318-46da-9a21-fc12d462833a","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"4f50d0fa-8027-46a1-be5a-5625718f4186","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"05f39fe5-c72a-4f7b-a551-766257808f03","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"eb422cea-e53c-4726-a37c-4b2976bf4af9","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"df019f61-3a96-4275-8dd4-d2f51d18f405","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"4dc564e7-d551-448b-a325-f6b4569529c8","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"b8530acd-797d-45bf-ae87-132839a0ecea","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"6de7669a-1617-4015-a893-c5c6f0075f5f","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"b7cc02e5-0707-44db-9127-4673a30fedc4","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"c608eb4a-e91d-4fa3-93df-5824a8b6e92e","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"52b91e23-ec65-4f98-ad88-96e5bd2eac0e","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"eaa96be3-d349-4c67-b4e4-ae22d6069db3","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"f5a94cc8-8876-4fbf-b97d-d62173521a64","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"14f64657-533a-4a4a-a4f8-3892cba72606","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"6722155d-a5d5-4c48-997c-3161da94c622","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"88f69ba6-6bf8-4197-879a-db2d018f7fde","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"b55e9312-56ad-45e7-a0e2-9bfee742bba1","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"4f69e32c-a9ea-4b51-9444-097a6566e3c9","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"be9d62ff-8c24-423f-aea4-74e556c48784","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"c23d147d-e798-4be8-8de9-e724cab854a9","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"dd92d7de-b1cb-48d0-961b-15e8f885ee81","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"408ddeb1-5391-474e-87dc-b69046806166","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"926be69f-0c3f-4e48-b0d3-5ca9e62b97dc","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"2e909045-dbf9-43df-be53-eb91d08beb61","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"df7b78f6-18fc-41df-b1ef-8084d798a55d","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"4c25bc0e-6a54-4172-95ab-06dfe75c9ffc","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"a37ddd2e-f934-4a4c-bdd2-48728ebe77c3","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"49d1d4ff-1518-43e7-ba6f-77d9144b077d","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"d56709c7-b470-4944-a88f-0901acec03ec","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"064e3863-0658-4d7f-a999-06332379c766","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"3567fe02-71b4-48bb-9615-f647d21643b1","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"db8579b0-d607-4511-9d93-62fb12844b40","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"d08c343a-b39c-4f32-a05b-1477fbf09f6d","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"9d0250b2-03b4-4c03-ace9-02e285f2e1db","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"186c8c9d-5341-49be-bd78-0e2f34078dcf","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"6cfc57a1-9b7e-4113-9c36-df2340b30d20","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"13803741-6bd0-42d6-b142-5fb7c6410efb","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"170dcbd2-b7ef-4356-a55c-91b9113bd7d4","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"e59bf44d-96d7-4a34-ae45-497a39d997b1","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"54f6b35a-5eda-434c-92c3-2d65deb6f4c9","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"9378e9cf-08df-4526-9728-ce0695d9b2c1","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"85ba1df9-fa2e-4918-a37f-a728b98110af","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"2f049745-fd27-42bc-bad6-ef4ebe50b446","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"c314e4ca-1f06-4557-ab1e-724fe7603bdd","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"8e6030ec-035a-4da7-bc2a-682c7e4a34f5","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"8255ad88-daea-4991-8eb5-ba96f4dea772","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"16cc275b-cdbc-4b8a-825d-8ea0f0cf3920","by":"Hugo Awards","rating":null,"blurb":null,"url":null} +{"item_id":"cc8eb92f-b148-4ef5-b398-2b71f4bd18a2","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"ba344c04-1056-4563-b927-282e7bbc6ddd","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"4903576f-6626-45ff-b2a1-442d1a71b4f7","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"c5522189-54c0-4efd-97ab-e8b3eff49285","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"cfbcbc8f-4c6b-4024-bcb1-35aea05d50fe","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"80785b05-4b13-4fcf-b9e1-078b753a3b3f","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"f2e26da2-65f3-4960-86b3-6af7dd5d7f8d","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"9411264f-05d4-4a4f-b04d-e53fc948f6ec","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"7e780d77-f735-47a4-9d26-46669d22a4dc","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"4f69e32c-a9ea-4b51-9444-097a6566e3c9","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"cfa6f3d7-1632-404a-9b1a-080e31e5944a","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"2fe3ed9b-8451-42ba-87b2-f533c15b0ea5","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"1a132f10-5cac-456c-9ff6-11e5e6c90e1b","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"26187462-1cd0-4658-94c8-1d0a78c93b97","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"103eea30-d883-498b-b70e-5aed499b2814","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"fd2a3bdd-2954-44f4-842c-4fe50b035a3c","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"475602ef-9c73-4198-bfff-423782fe3f50","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"b2ec5ca8-735e-47b7-aa79-bd72783b5d80","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"a3623d12-1f3b-43e8-b00f-387dd382fc11","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"b25579ce-1f0c-49dc-876a-14e9fa634dbe","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"a37e6fd2-0dfc-4ae6-a23c-f6d1d38710f9","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"a9f7a9d7-457f-4926-a1e9-e9c148560cef","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"3fc3ab7d-3da0-41d6-960c-ca4d7429d84e","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"68ea53fc-484a-4dfc-bb60-27528f32916f","by":"Elon Musk","rating":null,"blurb":null,"url":null} +{"item_id":"d74dab3b-e26d-469d-826f-16a0816e02e9","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"ff42f41d-1cb3-443c-9d9b-6da037a843cf","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"7ac2247e-d746-4b6d-9a0e-0819ecccb131","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"192c6e3b-f972-4b85-99da-380be17d16ea","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"04f6878e-1182-46d4-959e-132e43607982","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"f8e7e9e3-a405-416e-9a7e-021bb47d2fb3","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"cd89b4b4-222c-49e0-8222-0cc1fb0d2de0","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"141ce20c-22c1-4417-838b-b0a7e344a548","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"c7f56640-4147-44e4-9268-da8454979c27","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"b8399147-91d1-480e-b257-9a3e11773ac9","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"3b8132bd-0a64-4062-a5e3-96ad882060b3","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"cd8377e5-7010-416c-bd7c-201518525428","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"51573b6d-6915-4ac7-a7a5-65cea7eea376","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"c0eab8f6-3d34-415f-a84e-44c84c1adfbb","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"aeb5078d-ceec-4521-8212-021492d8afbb","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"e3ec1f59-cc6e-4b76-943d-5addb3542e3f","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"3f8cd1b6-cee6-412c-8643-6ab0a8549912","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"77acce13-cffd-4907-81f7-f34895e21c12","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"08dce56d-ce4d-495f-bb39-b5355bea1d3e","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"010afc9e-131e-44b0-b400-10feff11e4c5","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"730f2b48-04e0-47c2-8c21-b5532e88a225","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"36657e74-0ff0-4335-a918-55e628c36a5e","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"10f25d79-a0b5-4866-b24a-3b3f05aacf86","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"c9d3e246-0e7c-4519-8912-4a2f16f840fd","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"bc97ec5e-e39c-4da8-827f-74845f0b242c","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"e4662b73-30eb-462c-b03c-a41006b0c770","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"74b477e9-7bc4-4749-a58e-09906a304c66","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"ad5ef675-b2d5-4a01-a7f4-ac0f9ca9a086","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"22efc6d3-1f46-430d-9dee-16f411119be3","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"4f34c2d9-5c99-4a8c-87bf-f4a5178815d7","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"627dd2f3-1e6e-4553-b587-4485eb38d50a","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"1ba7a17a-0ac4-4d00-a061-7f03e0cdb5b9","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"960ef76f-2f03-42f4-87f1-436337a45fe9","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"30eb1cb5-7f77-42ce-88bd-233fb9b8a175","by":"Dustin Moskovitz","rating":null,"blurb":null,"url":null} +{"item_id":"b89ae5f4-2409-4b10-914e-be7b9d5016ba","by":"Jeff Bezos","rating":null,"blurb":null,"url":null} +{"item_id":"6d6d52eb-17bd-4752-b4f9-13d60147e761","by":"Jeff Bezos","rating":null,"blurb":null,"url":null} +{"item_id":"64a1cf59-cf50-4573-a7d6-d105a8144bb5","by":"Jeff Bezos","rating":null,"blurb":null,"url":null} +{"item_id":"cdbe1526-92dc-4c9b-ab4b-5b848532b969","by":"Jeff Bezos","rating":null,"blurb":null,"url":null} +{"item_id":"40d6524e-aa2b-461f-a1d1-6c00a3982388","by":"Jeff Bezos","rating":null,"blurb":null,"url":null} +{"item_id":"db969db2-7ece-42ec-8a8a-5326b94cd8f3","by":"Jeff Bezos","rating":null,"blurb":null,"url":null} +{"item_id":"33d3f7e5-beb8-4629-beff-69aae02f17e0","by":"Jeff Bezos","rating":null,"blurb":null,"url":null} +{"item_id":"d02d148a-762a-4ba2-9713-30a497d7964d","by":"Jeff Bezos","rating":null,"blurb":null,"url":null} +{"item_id":"141327a2-e406-4a16-b80a-0dfa3038a01c","by":"Jeff Bezos","rating":null,"blurb":null,"url":null} +{"item_id":"974c7820-4a96-495b-8631-e533991f0994","by":"Jeff Bezos","rating":null,"blurb":null,"url":null} +{"item_id":"1d250c4c-e6e7-45b6-9467-35a760fc39c5","by":"Jeff Bezos","rating":null,"blurb":null,"url":null} +{"item_id":"c696748a-5b85-40af-a10f-305299ce8ac2","by":"Jeff Bezos","rating":null,"blurb":null,"url":null} +{"item_id":"d82edf40-81c5-4d7b-9a89-651010713810","by":"Jeff Bezos","rating":null,"blurb":null,"url":null} +{"item_id":"fa89b19a-2244-4003-8531-ad8babf3712f","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"d709e113-2f8f-49af-9edf-69155e991b10","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"77577451-d520-4f2c-a93c-19f2aaba4fa4","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"71ea4b5f-98ad-4ba3-81cf-e734ecc39062","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"0de6d2be-463f-4df6-89ed-5a415704a24b","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"b7c6eae9-98ad-4c76-bb60-36352432da25","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"77acce13-cffd-4907-81f7-f34895e21c12","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"f63b8176-d39b-407b-abac-d5608c34a4ac","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"8d38dca8-eed2-4890-b755-486fd6f35fca","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"430186b8-15eb-4e6d-ad08-3fa25264b9ca","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"fd5fdb88-9b3a-4989-bb65-120ae33d9226","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"1cf38978-a8b1-48d6-b0fa-de7bc34dfc8d","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"bf4e8b5b-d0a8-4172-b0e2-7b84bb5683a4","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"aac4894f-3be8-4df2-8bf0-1c605060e2c2","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"cb197c13-91a6-4a0a-8860-a685ad738ceb","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"f943dc5e-68b6-4597-a5a6-92560c277ed7","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"b07d652b-76ea-4441-96cc-6ea6d2201da7","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"ebc4cffd-3f30-461a-9246-eb748198b62a","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"4ceaedf7-b2aa-432a-a785-8142099fd568","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"32625c99-f3a5-4291-9d93-78ba526e48e8","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"48022a03-4da8-472f-a9eb-a50d2d619de8","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"b20e7060-dd86-434d-8df6-92b77fcb8a07","by":"Bill Gates","rating":null,"blurb":"On the surface it’s about math, but it’s really about how much math plays into our daily lives without our even knowing it.","url":"https://www.gatesnotes.com/Books/How-Not-to-be-Wrong"} +{"item_id":"f042a1ac-584f-4dfd-8bd5-cce277c73ebb","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"64e6f812-9a3f-45a0-ae60-715e2061c67b","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"181e92cd-3730-48cc-89a6-06165dd3ce77","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"db4495c2-2d4f-4fa3-87c8-a06fc7d8c293","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"b6aae46b-95bf-4b30-9f7d-b531cc286440","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"b1ba96af-9b20-4c8b-9b98-9e349ff7cca4","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"aa62f2da-86ef-48ba-ab65-0d825ad92016","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"f7ef3015-6152-4bb2-af98-e7fa649a2b87","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"f38c564f-8e85-402b-9cb5-1ede98f67098","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"971787af-3d72-4797-a655-8e39b2ad8f85","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"0e13b443-5d50-431a-bc06-67449ad558c0","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"08bc6a15-9986-4989-93c9-92b2338db979","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"8665865c-ebe8-49e6-b8c9-b9798f40c920","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"444972d3-515f-4967-996b-70fd3ecffb57","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"f0031a68-a06a-4747-b656-4fcc5706555c","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"0028d529-8221-449b-9c09-e4d4ea8adf1c","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"6e464b56-d8b8-43f7-9102-96c6545cff80","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"7effd329-3aef-4d90-b0a0-0f119dccaee6","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"9e9b16a8-403e-4cbc-abe1-b74ad22255c5","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"418a428f-1b08-4728-aec8-8ddf86d306b3","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"e6a0632d-ee41-49ee-bc00-30457cfe3c03","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"6ff03c42-b87b-46aa-954e-7f54684e867b","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"05a8b0b7-b78a-421c-94a6-46eeb6646267","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"94d74f27-fa2d-4503-8660-ac1c67c783d9","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"12e284a0-a6b2-41ef-a1df-ef3ea6206d40","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"2b2259a0-0dee-4985-ad14-f4e0e9cf7867","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"47910dc4-f041-4863-bd28-b47027968256","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"082b7fbb-8175-42ee-a8b0-94c05cc5aaa9","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"4a34be72-6cf2-46a9-a599-656f387e2d80","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"fbadb81f-3617-4ec1-beb8-7d19381b8b30","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"7b41fd24-a511-4bdb-a172-69634a9086fc","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"d900148d-e2b4-4dba-b9be-87fb5f24a58f","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"0a7c1103-50b8-4cc2-a752-8a1d5891c632","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"160df77d-e74e-4d03-b3ec-d5b336df47c9","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"e6e12f84-f304-40b5-9a37-64e6806895c1","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"1e148dc8-0b34-46e5-bd7d-0710bfa7c69c","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"cea572ee-8956-4ab2-8361-ff9ae738d57c","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"8334f144-04ef-4d66-9390-8b3c8ed5744a","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"ed65e049-5a60-4438-8d2e-ff2626e12e73","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"038da670-2d69-470e-b9bf-fd789f4f7c6a","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"f2428b0c-706e-4633-81ef-fb64e739bb71","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"1933dc24-541d-44e7-b191-e6d3e1b6acdb","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"8abd2c5d-2575-48b0-b245-0091262ddc50","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"2d6d8b34-6ff2-430f-8c49-e53b46793516","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"6a297c53-5bbc-4e95-982d-7c6f64665c15","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"9e865081-d596-499d-8742-b9488edc1680","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"564247f9-0b64-474a-a7b0-ddb6e0e83caa","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"e2f10232-be6a-4ebc-9b29-0214ece17894","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"084b7c1d-05e2-494f-9d5b-076b97080f90","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"95d7217e-8dbd-4d1d-be73-1f775fdb6c4d","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"faebdb97-863a-4849-baa5-2d42cb8c68e2","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"a5476137-65c6-4e9f-b6d9-2e38e98349d6","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"143ae9a9-efae-4c8b-bf6b-894522621a6e","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"91bffdf6-24fd-434e-aba6-a66d892b9fe9","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"5393ea20-16de-4491-a6d4-b89cc50e993a","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"e7e5418d-2238-4c48-bec0-aa3d00e92c2c","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"b0b3c1f4-8062-4117-9199-27d7391fa70f","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"7d319343-8044-4552-92e5-89435ed78f5c","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"c8615541-a6d4-42e9-a267-3d6ed8b5fc99","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"1e4f5df7-ee64-4377-bd1c-88d217f4b32c","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"42ac7baa-d886-4edc-8410-5949922bf248","by":"Bill Gates","rating":null,"blurb":null,"url":null} +{"item_id":"4dbed1c9-f92f-43f5-8cf8-7d8f4a7065ef","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"fa89b19a-2244-4003-8531-ad8babf3712f","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"391ad79b-75b4-4b75-b0e3-042b87304a29","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"5085109a-5254-4ae7-a73f-02cf40345d2e","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"3b8132bd-0a64-4062-a5e3-96ad882060b3","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"c3cfaefb-3ea6-4c30-aacc-68564bb51f6a","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"2ec04bc0-73de-4a3d-ab0a-1fae81b53b5f","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"1001c35e-6df0-44b3-9540-615211100c0a","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"586461bf-df50-4ae2-81fa-d43ecb76bd17","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"2b2c6b65-a318-46da-9a21-fc12d462833a","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"306f60fb-de47-4743-852e-36abd69a05b5","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"c87d5bd1-050e-4a74-b483-44531aca870a","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"39d78167-09ce-43f3-b175-fea28bc7b82c","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"0286efa5-01ca-40fe-bcac-4c392f8b0f62","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"6c37f765-9bac-412b-a45a-fbe77aa11157","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"4b2f4141-3f91-4324-86c0-fc3af2a86ef7","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"88822737-5a77-499d-9549-b80dfc5f68c7","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"d8d915ea-9832-4b11-8f29-a8259d0ec902","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"4ceaedf7-b2aa-432a-a785-8142099fd568","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"d9a0b22b-bb14-4cd5-96c7-c7c88fbe778f","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"c4b7122d-cbfb-4749-af3e-1156097a6adf","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"8692b420-e0ee-4f8b-bfb6-19621a8774ce","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"372eb157-f210-4df3-b9f1-fbe0ab3dd58d","by":"Mark Zuckerberg","rating":null,"blurb":null,"url":null} +{"item_id":"cf964463-8b6e-4215-a07a-4d62229dbc55","by":"Jack Dorsey","rating":null,"blurb":null,"url":null} +{"item_id":"b589a91a-9ad2-4774-9cb0-4eed0c35ccb5","by":"Jack Dorsey","rating":null,"blurb":null,"url":null} +{"item_id":"d600f7d2-12e2-49f6-92f4-0b80ae99960c","by":"Jack Dorsey","rating":null,"blurb":null,"url":null} +{"item_id":"25aa50f8-f132-4c41-aaeb-0ef2de952775","by":"Jack Dorsey","rating":null,"blurb":null,"url":null} +{"item_id":"71ea4b5f-98ad-4ba3-81cf-e734ecc39062","by":"Jack Dorsey","rating":null,"blurb":null,"url":null} +{"item_id":"92ab9bfc-acb4-4479-b643-aa9a4efa39e0","by":"Jack Dorsey","rating":null,"blurb":null,"url":null} +{"item_id":"5a498236-e96d-400b-add5-91768d3bc800","by":"Jack Dorsey","rating":null,"blurb":null,"url":null} +{"item_id":"430186b8-15eb-4e6d-ad08-3fa25264b9ca","by":"Jack Dorsey","rating":null,"blurb":null,"url":null} +{"item_id":"fc3dec42-1a9b-4aff-8f90-ce1b2f8a1b1e","by":"Jack Dorsey","rating":null,"blurb":null,"url":null} +{"item_id":"a0947920-7ca8-4129-a048-8f4e3e00d683","by":"Jack Dorsey","rating":null,"blurb":null,"url":null} +{"item_id":"dbddecc4-417a-450d-aade-33d2efd9ede2","by":"Jack Dorsey","rating":null,"blurb":null,"url":null} +{"item_id":"1ba51ce3-c42c-401a-b3a8-8734d2b0cdba","by":"Jack Dorsey","rating":null,"blurb":null,"url":null} +{"item_id":"93b14895-5602-4e7b-b53c-ee3414876617","by":"Tony Hsieh","rating":null,"blurb":null,"url":null} +{"item_id":"2f17b5a6-39aa-4b01-8a58-aeb59183f307","by":"Tony Hsieh","rating":null,"blurb":null,"url":null} +{"item_id":"cfe7392f-7abe-4270-9b97-b07c99a5d628","by":"Tony Hsieh","rating":null,"blurb":null,"url":null} +{"item_id":"606b1268-4acc-4098-a50a-598fd8cfcce3","by":"Tony Hsieh","rating":null,"blurb":null,"url":null} +{"item_id":"69969ac3-d8c5-4758-97da-c8a661e91be3","by":"Tony Hsieh","rating":null,"blurb":null,"url":null} +{"item_id":"ed699886-b788-4c69-aed9-7f9cf9aac83d","by":"Tony Hsieh","rating":null,"blurb":null,"url":null} +{"item_id":"1e10b0a0-d8f4-4637-9662-54d1947c7ac9","by":"Tony Hsieh","rating":null,"blurb":null,"url":null} +{"item_id":"233a6492-f321-41e3-829d-b2b874665a46","by":"Tony Hsieh","rating":null,"blurb":null,"url":null} +{"item_id":"76124254-89d6-420f-85b2-ce84448e5056","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a605b7df-90cd-489b-ab11-8943fc3245bc","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"bee21b28-da17-49b3-8f10-fe1c93d2607f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"86fde73d-b959-4a6c-886b-2e0dfc6b8318","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c15f33da-944f-434f-8406-ca56859495fb","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"56ad54cc-73da-479f-a199-3883d850b20a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ef9c9ffc-ab8b-4a52-a42f-de57651e0a76","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"8f438664-fcbb-4eec-9e7c-afb8e680e5b7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"289bf8ff-e666-4508-b57c-9ce756f8e0c2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"12feb768-68bb-4b17-918c-a4612ef7bd09","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"aaae930b-96d6-424a-a72d-8302e040dc58","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"fa62f0a5-69c4-471d-934e-fad4741ca166","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b20bcc2b-6b39-4461-b1a8-1c1c2261cc09","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b066537d-bd60-45ff-a541-9c7849634c91","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f1288543-2d07-44e1-a115-1aa9c27c3021","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"861d677c-d69f-4fbb-8fd7-62d924e03ab8","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5883a5c5-6f62-41c6-9f08-31cb8e7e2a29","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"17141879-58d4-4b1f-8da4-50e3065f3e8e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"569b4155-391e-4077-9b85-808aced57d68","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"49b2edee-b369-425e-93ea-09303fe2c8a3","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"be44fc1c-4145-491d-bfb5-a1c38804e82e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d7fa2ac0-2367-4a57-bc12-98ce0340fb56","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f429fad8-7fec-42ff-a0a7-75900f634e69","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c65f7945-49b1-4a68-aaf1-baa73798e315","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d265b221-9850-4d4d-ba57-4aeecc51e2e1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"452867db-0e2c-46de-9fb0-7bdde831ebad","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4868f1cc-26df-483f-b6a8-23cbc7712493","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"77f90344-d7a1-4498-9aea-4574e1f12f12","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2bc70440-c73d-47c3-8fdc-a4114610a835","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f77dab3a-a2d8-4a80-909e-cf8fff298e89","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c9009610-09af-44f3-ab18-e109ca810b46","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e78e41be-1844-406b-a99a-8e05354ef0c6","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"fa89b19a-2244-4003-8531-ad8babf3712f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"8bc9ceea-d45c-4bbd-8c46-ec80fd12954a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6aa7399a-0a1d-4d73-a2f7-d102f6e43bc7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"48819f6c-c1ab-4a0b-988a-856725e79c21","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"65b2352c-001c-45a8-933d-d19bc0d20477","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7db4e13d-08df-438b-97e1-2b81ff90bd47","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e241f9fb-5068-4b5d-92dc-c1e512484a36","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"70b41551-ea8c-4a0f-9cae-7904b42ec534","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c00b28da-c138-4c85-ac47-193d20ec67aa","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f898351d-d5b2-4c1c-b181-766bee83aee6","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"dfbab6cb-0fa5-4988-b7f0-13fcd2123398","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ce25da95-0eba-4e65-bd38-cbb78bce2a31","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"097b813f-a150-4e8b-bd80-f640e62a0e7a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"34652951-4b67-4c14-838b-f94b741d7a09","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a2dd3a9e-a353-4d28-a420-85ead509506c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"82531233-bd32-4ed7-a7bb-a3cb464947fb","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"af4a8a35-56b6-4063-a43a-d98bcdd519a5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ec5bfc5e-3cd4-45e4-8039-9f9247c98512","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b1bcda96-cb7c-4a0f-b651-c8d64bd024fa","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ad85ca91-3b94-4fb4-84f9-4ac990a7f737","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"289c4c33-0b31-4aa8-91e1-3d452f62aade","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4eba1cf1-69ec-4744-8d6e-c6839ec3951a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"bcd6a31d-cec1-401b-8137-61e141fa0cdf","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f97c4fd0-cf3c-4b68-b2b1-277ce5a5d61c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e9c3acae-b0f3-4642-bc72-f9695f90817a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7b742dca-e605-4143-88f6-9c9e2ce6b136","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"109cc47b-5c85-4efd-88f3-9faf40fda8ba","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"635aa985-10f7-4f76-8815-174736b4da31","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7d1f77ab-ca80-4457-b5a6-097ff6deba6a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"83ed2c1b-f7f7-44cc-ac9e-58b6d8e8b3bb","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"988230bd-2f02-4bb5-bee7-1b13c3cbea2d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9df88e10-0a04-4b4c-b6ee-610da54e6408","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ffff0ef5-ab26-4387-82a4-8d473494ebb9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9ca6865b-abbf-4dca-bcea-765cb8ec7199","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3a13990f-bd02-43d7-96c9-ef30678dbd7b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"de6d6c1d-f6ec-4554-b247-349450fd7035","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a1131a83-a719-430c-b0c0-04db6887d3a3","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1f64966e-e963-4baa-ab2d-1877b67fd9b3","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d82dddfc-fd1b-4d5a-845d-cecdf49409a3","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9b2286f8-29db-4513-8503-fc1e9a6b439a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b85b494c-e7f1-4075-817d-368d5a66112f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6cac5c71-061f-4b39-8be4-7eb686a45f70","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5276b5e7-b8bc-4f57-b6ed-495a57bc444f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ad7b32fe-e59f-42b5-8e9c-ce1c4bf7a582","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"96485a4c-8276-43e0-a87b-878641e0fd54","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a9eb9cd0-2fe8-4816-a1a6-f08f5e41b818","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b6fa632a-20ec-4696-8f66-58045b6cf89b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2372734b-a674-4ef1-9b51-f75a64132fe8","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0440da30-2e67-4a55-8810-8765ddb8e92e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"27893b41-47c1-469a-8982-cc3b288ad678","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d4489c94-ab5f-4c8b-b2a2-4e1c661da7d9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1da8fbf9-4e66-4fa8-819e-7d3c3325954c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5f8666f2-6aec-42a7-b710-dd1c807a3122","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"49404479-96c2-46e6-9cf7-911f5dee2b71","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"8ca16585-b26a-44c9-a142-047033d670d3","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1dbcd283-bc0a-4b7e-9a14-da4cd3e864ec","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f75741b8-37a7-44fd-af37-1019bfef8471","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"726ec004-d86b-4e01-9c36-9c44446b6bb9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"86bde702-89fb-4ae9-afe4-9631fd0184f6","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c670edff-5b38-400c-95ff-481ec5d55b47","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e76116a0-c612-45d1-81bf-3ee6d404c427","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"bad0f965-6a36-4f43-bbca-0596d2dc4453","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"352ebea6-ef7f-4807-bb57-9875248fa43e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6824a5df-0c58-4701-b7fa-6f9532f4b98d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"448e38c6-4c3f-4d33-a3b2-4c15a7b162b9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"47dcc4fd-19bb-497a-804a-f1201c566899","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a6823b23-f2b6-4f58-80bb-b9cf6b1ee2a1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"35638547-03ed-4320-bea9-914a478b998e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"99a3b293-4fb0-44fd-a0c8-81c5b8a17c34","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"835ac034-8e68-4499-89f6-ccc5c1169678","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"64e60799-88d0-44a3-95c9-0ece57f33cb4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b6ae1a90-666c-4caf-8726-8c5fbb98aee0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9d6aabfa-261b-4e2a-a6a2-720be17e386a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"87cac208-cf8a-45af-97c5-f92b14606967","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e71a0bb5-f8be-413d-9539-a9f839568a65","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b9908051-403a-4125-806c-f5272e566141","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e2ebd930-37fe-44cd-91e0-0e83e1c8af74","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"39f8af3f-8e4f-4bde-822c-90c72b5884a2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"76f17ebd-a2e8-4584-b9da-c2b4bdbc8258","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3c33fa05-044f-423a-8961-782b5452afc9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c36e4245-dee4-462b-80dc-98739a800cf4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"57cc6f10-e1f3-4316-aa99-fa3d83360ff0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"55d21f50-83a4-444a-8997-714cf8a38da2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"dce49bdc-2606-42a3-b87e-ce8e773abedc","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1ca53284-17d6-4862-9463-19092f651777","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"90873839-bd04-4b08-98d9-b4ffd0fa6a3f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0a855615-093a-4ee8-b617-41606e893468","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5e37bd84-49ae-4ccc-8df3-27061184f7aa","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1efde2b0-be66-4404-9088-f7ad62263c0b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"35179960-c64d-4559-9036-549dec99fe74","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"16145e6c-df24-464f-b9bf-ddeaf7a239ef","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ce349b3b-9b48-422f-ac50-bc281b4e0b87","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"285761b9-f5d1-433c-a567-69bac39fc055","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ea60eb14-2dfa-4339-ac69-3845f905438c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"275640f3-0f81-4edb-90f0-0aa5a50234b9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9a9e22e8-6477-4672-afed-2aa64e5879fe","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"df2442b9-96df-48d1-8173-be26201952ce","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0bf22d18-ebf6-4961-aca7-9ef6ea35ba3a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"224560b4-99ad-40a2-acd7-71e0150cc355","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2e2bf918-ce75-4d1e-a90e-145eddd8e153","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7942c19e-6264-4773-b92e-badf07f4bd70","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ca0ea6b1-44fb-4aa0-884e-3c49a9f410bf","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5ca4ca4b-6d78-48a9-87c8-41183ad84011","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"74af9e3e-a1c5-43d4-9fb3-2273be3189ab","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a8e62e5e-5a99-4f34-95ec-401b65cb5a3c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9090c970-e03c-4eef-8e1d-911511144a13","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"46038164-01ca-46a2-aa66-b38ecdf33b60","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5ff1af18-6f66-41ce-a48a-e160fb83e01f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"bdd77a43-5ea2-48a7-a116-80a48795c018","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0bcb38f0-884e-4616-9e7e-17d8b47c7cd0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f67b9ce6-3397-445a-8305-9bce67f60b99","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6b420e72-ad4f-4a38-900e-10ac28ea3868","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b6dab3e2-3c3b-44a0-84d5-50b84eeab7cf","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c1e9e4d1-3fd2-49f7-aa4f-e7ceb68735ba","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d010be32-84d8-4c91-8819-d0772e439f3c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"63029a24-ec94-4a5f-85d9-4edfafec7990","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a0724ead-b4c7-4b47-97c8-4a1c65c8c6da","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7a83a404-8c85-4efb-adce-7daa8b4796a9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"13abc530-78da-4289-82b8-bc9a88e2aa1c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"afe3e4ec-6bf8-49f0-9c8f-4bd4fec30cdc","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a5200867-4f36-4a72-919b-aacec459184b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"18e44ff5-0376-4fec-b118-53e857bd89eb","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"dd761d92-038d-457a-ad85-76f3802eff5e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2a0fd8a4-538c-4553-a74c-5c7ae2c84de0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b0c8a479-ec92-4f12-8d7d-89e573d69b4e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9be32877-c82b-4185-8940-e309ded1d3d6","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"00a1159d-9cf3-496e-b124-5bd372499d31","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"971311cf-a036-4b90-9d0e-4b60f40ca4ab","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0390d223-91fb-4dba-82e7-64599f2b6c23","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a8aa1525-b410-419b-a45d-1154b7fcb5bf","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4764a249-c61d-4d1e-8056-d1c2b9dce198","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"fdf3acbb-9d62-48d1-a735-c860bc9d3e67","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f7f301e4-3075-443a-9d56-51579a9453aa","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"8419bfaa-98ab-4d23-ade8-39df1b531d86","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"967245cd-32d8-43d4-9f28-9bb339a03ef2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3fc4316e-102b-410b-a1aa-ef066ef4b6ed","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ce27f25a-d35f-49c9-bd47-e87d9e141e26","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a1703e65-f866-426f-aaa0-36df63a872fd","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"40a072b5-7e1d-4bdc-9236-2d9bc3f703e1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"8852fde2-8026-449d-87d6-a46082a7e540","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"bb1288e5-f81f-4a93-919f-57b05c4f79d2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6bca6aee-bdf2-4f19-94f6-49fbb75916b1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"af74f8c1-62e6-41dc-8923-bccbe1c44f8b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"bb4455aa-6c4d-4468-8112-d758dd8535df","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c9a6ae9f-39cb-41ff-a949-4e0707d83f6f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"91e408e9-cb79-408b-b43c-88af9c849062","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"47ae26ce-2bc1-48c6-ae4f-1ea78b525a4c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"19d5caf2-5b6c-41da-9836-294044ff68f2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0e387e51-a19a-435d-8381-e251736f6270","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"880146d9-26ed-432e-9da4-16582026c465","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2d156558-256b-431d-a6bc-07b8d38f70e4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"8d3a240d-2c73-4879-ab53-331cd1190e87","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5b81189e-8607-4ce1-9365-35d83cac2d91","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"20a203df-299b-4b1a-9e2b-83cf78abd7da","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3670be33-d255-41b9-a6cc-d275e1be7f9a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a2037f2b-96dc-4bf0-abde-68bec5a6440c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"18cbc4ef-0e98-4acf-aa5c-0711f87d8f6b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a1c67f4a-dfab-43a5-81b7-554915c58c40","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f7a7c270-5315-453f-be0f-02a3f45e08c8","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"04ca0391-1b40-4ec9-b8c8-6cb0b9a62a6f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e232e0ff-5135-4d9d-8eba-5c8f62bfdfc5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"fa71730b-de6b-4376-b290-e1c747811d8c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"10d59262-aea9-4ef0-a613-ad5a44b754c7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"64e21340-11a0-481a-872e-19c4fdce3df5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b305ebe5-b6d4-42d4-a66a-f08994ceb6a7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"90d09172-6511-4ba2-9bd7-b12261c51789","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3fc3ab7d-3da0-41d6-960c-ca4d7429d84e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c53decc5-b613-4505-881e-a59f6595f0ac","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0872c63f-c91a-442b-bba0-c24208db7392","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1546342c-fbe6-4823-932d-ed9591456a44","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"87903cd8-7ec2-4c33-9250-1c0a0d6c290b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6e2810af-cb67-4ac5-a6a0-83a77d8208b6","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"dc280e06-96ab-458c-ab65-379fcc1227f7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"418a428f-1b08-4728-aec8-8ddf86d306b3","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"13655d88-f9e2-4b05-82de-b2a8d782581a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7eef2040-8b04-4631-bc89-83cde2c2cf35","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a972486b-41a6-4c40-8b5f-ca1bc9e1abb5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"cd4a9fcd-a8f3-46ae-a313-a2e26243c31a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5d07ff93-7f74-423d-8de5-3499bf7092a9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e3279854-93fc-43cd-ba9d-e8fb2ae5c6cd","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"da9f30eb-d0df-4f6f-9220-a8c9c2687db3","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"cfbcbc8f-4c6b-4024-bcb1-35aea05d50fe","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6970c95a-e94c-492a-b9a9-db6bdc67629d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1afe9fcc-0e19-4ca9-bfab-39689a0b87c7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2df9dc18-870c-437d-a8ae-5152c934b68c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"11bb4a53-e1bb-4feb-b6db-ceaec0c04bbe","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0fe27449-7dac-4c18-8385-065afc506f1c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"513557bf-2285-45be-b273-f8e5564af21a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3f542c86-c636-4a07-bfb3-60076edbe619","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6aad5fdd-1b0b-4b93-9ef9-79c88c8d58d5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"773e7fc6-674d-43cf-98b2-af9daddf122d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2ec04bc0-73de-4a3d-ab0a-1fae81b53b5f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"37631f36-e53b-4164-b837-38ebcbc04c72","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ffa052f3-d70c-4372-9957-dadd3e867ec4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9f50054c-0240-459c-bff0-e7ae3b3bfe0f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"07b46b78-33b0-45c4-b1e8-8f1f7a2ba4b9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"439c3d4a-0dd1-4c39-bafb-9841a9834f62","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"667b0a20-7beb-48e4-b152-4765e768459a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3a6084eb-d255-4fff-b117-2c9d5ec7b4cc","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"830900f9-d2ff-4b94-ae50-5c5d4874664c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0a38a8b3-0310-4c84-9a83-a26d229ec2d8","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4a998908-6c6b-49a0-970e-87573f7ca053","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"917f8d24-d220-4193-99da-a5d46c913aba","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2ff8aba1-3249-404e-aa40-895ed1099755","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"984cbb93-4dcb-4d5d-acfc-3308ec43cf5e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"8e2dddb0-4c92-4898-b919-aab44b5deeb1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"bbaa941b-6992-454f-b8a1-bf4f1d4b3bdc","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c4a9cafa-ef76-4586-a25b-7c81911c64f3","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"06d7aadf-57a5-450b-8b07-d7cbdef1831b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d0c3018f-c1e9-428f-a4c4-1ca43f2ffe95","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f5ddba23-812c-4984-b855-7b5f23799a00","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"964e2247-4695-466e-b511-6db35cf80d7a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d210e4d9-3e7c-4959-b1c2-94f34a6ab641","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a8209d46-2d42-4d03-be7c-4cefe969b50c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9e72c899-a9d8-4c8e-bb3b-6a046650c67a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d203f310-36bb-4983-afb6-1fb4b5451aa5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3a1dda66-7d49-4d46-bed0-f8bb3e486df9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"bb404f4f-a628-4174-9314-68d0c78b451b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c7c1dd98-8ef6-4854-9c66-737c2b8a5f33","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2636d7ec-30d8-4fe4-8cd4-3d4106043ec2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c8b6f9f5-f19e-404f-ada5-df4d355731e3","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"595c0762-0488-42d1-af67-dadbc6835885","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"036a3b46-0fc9-4c6d-8101-ee00a3bfef00","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c0f06bd1-a2fd-4643-87c1-109bad8ef2f1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"35a9fea3-9849-4016-9dec-308dea9b8392","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"05960b14-3a97-4464-ac1c-33ed1f80ee14","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7536b315-3f3c-4fa0-b82c-4e3d605a2310","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5db8c6e3-a78c-4562-83c4-6c3cc2cb7764","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0b89694b-60c3-457c-941a-321f6374d5ef","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"47c658b2-d5ff-4106-aeb9-c787d974a925","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"53b8a964-676b-4b37-8cb3-f350e911302b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4d40517e-9403-429b-9a5c-3ed98e9c65e9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"da8dbf07-745f-4725-8a87-e8373e1938e9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7e977db3-711e-4991-9215-067bf173681b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"92aebee0-852a-4fea-86d4-66db81f03e02","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5a33982d-edcc-44f3-b89c-c30758770982","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7c20a9b1-d12f-4d11-9a74-461ebc9d7d95","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a1e660be-0600-4ed8-acd1-c16a58b4be63","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2814d8a6-7881-44ce-b601-5aeef53e716b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"de191c29-cf3a-4a95-88e3-11fb93b989c5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ad2043cf-7830-414a-be28-6458487daebf","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b1b2240f-a3be-43f1-bc84-6b40349ca17d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1b44bb70-b833-49be-a5b9-9a987cdfe0ca","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"82d21229-6c58-47c8-bb91-bebce9e77795","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"17d1ee35-79ba-46db-ad45-8ca763ae6348","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ff7f1767-4dd4-4e22-9bfc-446f9364e19d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"093f9f68-efbb-4f5c-8741-7249389508c7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"fee846df-e206-4c2c-8a64-b807b2a59d3e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1001c35e-6df0-44b3-9540-615211100c0a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a18d2dec-9de4-480a-8e76-4d5dd132f353","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a0d446a8-5c7d-4241-b10b-cc6dded91d5d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7a7af2f5-9c01-46ec-bec8-36b22873ccf2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e77ca5bd-07fd-4b1a-b427-f4b1fee941f2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"bf154da8-d9a4-46ec-ad6d-cf75568ed6a0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"63e2c254-d787-405a-89b2-aed06e1a46cf","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"85517224-4620-4241-8281-0f2c0a11c045","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"91193bda-dd49-4967-8f6b-6aafc450aea2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"90e975e9-6fe6-4b36-a5cf-1360409b35e9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"772e6ed6-7f94-4eac-99d8-c08fba7ef1b0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6748e58e-8a01-4b13-88b0-05a213a52c7e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"619346ad-ce4f-4386-87bc-379b110a4bd1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"8b9f79f6-6a7e-46d7-b5f7-8ea5a237ed53","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9bc2a542-f2fb-41ae-909e-36f09647da8e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"33378c98-cf1a-4955-b0fb-d7dfe08f18cf","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c0834cec-3d65-4b96-94b5-ad2c91b5e2d1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7b1d553d-9f66-4a80-bd3a-b7871f628fa0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"18c0c720-a69f-4760-8670-310fa4e08a31","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"8b48a68a-ff63-490c-9785-f5feb9d2005e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"653f2ea7-6e1e-4690-9be5-722c06457391","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ce1a6317-f7d7-4e9a-95b7-2b8a3f11973f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"590c01c9-0cb8-43d7-8927-9503f8c05550","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ac221bc8-8ac6-42c1-beb4-fff037b3af16","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4a7736ca-7879-461b-b1e1-976dac4d24e4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5295f473-50dc-4b99-adb0-d2ba5739426c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"50a3e12d-aff0-466c-a13d-998dc0b5ca2e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"43b67b82-4426-424e-a866-edbeafb579a9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"995e7628-067a-46f3-a4ba-84b485a08afb","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e0920365-1401-4d1b-bcd1-9dbe33d7e902","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0b9748ba-e09d-420b-892e-4662726886e0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1d205706-5eb1-4ed4-9b7c-2c3054a825b7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2867dac0-aa54-4653-beb2-5780bfdbe409","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5034a591-4837-494d-a4c0-352063760ee4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"38cfc91f-53f1-4860-beab-5e05c5a88b80","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a6b09cd6-0b15-465e-867c-e69a7d193e8c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c2b6e1b5-b3b6-431e-90d1-99e00204ef81","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7aa9aff7-4ddc-4a4b-8abe-7af4c79d0a81","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2eab0a1a-8556-4ce5-8867-f2f0d9b11ce4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"67ef295f-7b4d-45b1-89b7-f7882a2cb540","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c242fda9-a6c4-4321-85e9-3e600b68518a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c2756a04-ef3c-49b7-b46b-c73c980e239e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9541f0dd-d65d-470c-a7bc-5d4b3e261cb3","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"82ef74fc-6cff-4b83-bf41-7436c5bec9d5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"392fff01-823e-4c86-bd9c-e2a2c21abd55","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4f7b587d-aa19-48b5-bdf9-eea969385917","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"72084e0f-d7d3-488d-b5ed-c42f7e4649bb","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"22dac469-9ba0-4d86-85e1-a8e7e5d581e4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4a06fe62-bec1-4c5a-87e9-07168d0ec7c6","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"cc0dea05-bc9c-4834-8467-27beb2429757","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"eebd5e58-45bf-4060-b7b0-38e019228116","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ca585b9c-2534-40ed-b91f-3b41a5c82904","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"bdd63615-b4f0-460c-9bab-df8de86279f4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"42523d8f-67cf-4955-867a-b5857638834b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"bf9ca365-8268-4e37-883f-23c5ea21a756","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"947cb597-9d2d-4c37-b6f0-cc76934b83b2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1942335b-14c4-410e-8860-ff95432d8c49","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"183038b5-a510-4278-abd5-b1f1102338ea","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"38b698e8-ce13-42e5-bdaf-6a6330b52bdf","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0c106a6e-6b13-4098-822c-634dcbf0c598","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"85ae9ab4-d9ee-44fe-b168-b8bb3bd87fd7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ca8860ce-a643-4aa7-b142-b7735b61422f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6fe87857-5651-41d6-97e9-4d51006d84b6","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"78b6b424-dc87-4b46-b275-8e86ec5bce7a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5a2ce712-92d8-47e8-8d33-4a56203462ae","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"fc3dec42-1a9b-4aff-8f90-ce1b2f8a1b1e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3e116d7a-1df6-4129-8351-1ddc5187b6cf","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f0d605d1-45c5-404c-b65d-4d2f47aa0ce4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"fed9a924-7b8b-43c7-8269-12382346ac69","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ec12b3e5-d8ec-4b77-a605-002a472657d2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"cdd5162f-893c-4ef1-8c92-0b68bf03d432","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"cc596c83-bc68-4dfa-b767-0351d8a715c3","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"eabbd411-fefb-4171-8bbe-2f83c936eb7f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"729270d1-2877-4fab-a567-f09725afa83b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2c64c4da-bdfb-4b51-b3ff-8dc5642ca057","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4e7b108e-ccd5-49ca-b346-b567e523f7a7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e4158a18-f332-4e8c-bea2-1b2be5dede09","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"10c1600e-987a-47cc-a9bf-0594bef0f40d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"33d3f7e5-beb8-4629-beff-69aae02f17e0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a3ba12f0-8cba-445a-beb1-c1d76ce9cc92","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a3696760-b7f3-404f-8349-b43baf3e3366","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f6cf98a4-bd00-4666-b440-130dff42b507","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"400b3f4b-5aaf-48a0-b14e-0c948d690e14","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"449237af-adaf-4dc1-87d8-b30a0bac6a4b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"73fb6216-5d50-4705-b40a-ada5e989547f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3da95e21-2d08-4bb6-9376-21df30bd76af","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ce7e2625-e42b-4a56-b443-3d855a9ce698","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"19e9fa6c-e4b6-41f4-9518-958a10702f44","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"df9c0a62-aef6-482e-b57a-1e9141eadddc","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c6f31b43-5684-4bb3-8d66-f69ac76b60a8","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"dca711af-d71b-4c5d-8c0d-d23a4b122d97","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9c09b3fd-b690-41c4-9fbf-69a26e8c7462","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6c37f765-9bac-412b-a45a-fbe77aa11157","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"143985a0-7554-4a86-808d-db419b144c4f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"82b5d2be-a9ff-463b-a198-72b59461942c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6834229c-6f9c-4be8-af1a-3fc8ecafb6a1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d343d591-12ab-4c66-9ecf-1c38a88df046","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"755e67f9-5029-4e96-b674-63a61828e223","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f8d2d522-83bc-412c-ada3-efdf9490ba8a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9c41a7b5-7b41-4d70-90b4-e04884b304be","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"45e8d9de-9c66-41e4-a524-007ec326fc09","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"244c2c4a-ee9a-46d8-8338-b65d6f7b9739","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"aa14e02d-64ce-4fa6-9d71-d387f0a417a9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c52761d2-55da-4844-a255-cb81691d0aae","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ec6a9fbd-f75e-4128-b988-cb177f681f2b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"32a09d22-5c0f-46c1-a52c-63d2a8e1f512","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"33845ac1-6bfd-4632-87b7-d5ba4ecc07b2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b985d27c-1dc1-4cb4-8194-5e871811e054","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"982a9a9d-0ab9-4412-b09b-a72c853047f6","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"868f39a0-19a0-4e2c-8926-d6b5e906c200","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"cba0537a-6959-4b40-acd8-0653192a63e2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"caf65374-c54f-4394-8ff6-e8150301ff3c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"45cb5c11-9157-4953-b65d-0c7ef759c7c0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"91bae352-8982-4faa-9fe8-b819f996d552","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"aba7f80f-b7a8-4328-bad3-8e8252317d05","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"83418238-bc82-4449-96b9-ed3e90d68bce","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"dc8858ff-b128-4738-825c-c76380ada19f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a18e7885-2ed5-4352-bc15-7dc755dbe0d0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f52be616-9a6a-4fbb-a561-e4794079205d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"286ea9c1-7a6f-4179-b613-dd6fad02cb89","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"78fd0b60-b41d-4274-b355-611e9186d757","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"959fae3f-ffc8-4748-a233-f36611ca7193","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"de2b497e-061b-4904-886c-f27e4209f90e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f4df26f6-8ad5-4263-bb06-a8d71533fe72","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"dd725c06-aba0-4927-9b10-2306eea2076a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0285b69a-0a21-4458-b6e3-6ed057421e5c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a58c2a89-563a-4a69-a6c6-306bbaf10676","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"82533259-5860-4afc-9f12-8a211bff97bf","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3b4ca679-8539-40ba-8fad-cec4f6ee7f02","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f5609575-d39d-482c-a2ec-3f6edf3ee3d2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"771193ba-7101-449d-bb0b-87b884d7cd0e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b53d9218-7821-454c-84f0-f16dec60fbb0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"603a2830-f988-4e4a-b97a-dd5613cef53b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0f85b606-f10f-43ae-8ce2-80d1c4a6919d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ca72e74d-72ba-4022-9a68-92e77c974f4e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"388e3e3e-b6c0-4270-879d-0dd99fa98d3c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1056cf1e-ae94-4e04-967c-3412b7f40751","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9f7a0bca-52c1-4933-95e6-a4a8c9dbd01d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"dceb9ba7-720f-4e72-81d9-488bf3d47122","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c903be4f-78d0-418f-ae81-c69b2043ff4f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b69f98e1-4eb8-4fe8-b07f-9424b3187dda","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e6058e5b-fd82-47bf-872b-ac3b23e50ba7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1161c757-14a1-483a-8b49-873b106f1754","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"65b35576-f4a3-4ded-b82a-57a835ba4c93","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"07c67572-868f-4524-b37b-72ba8db01d7a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"23c30acd-4a51-4e0a-bffe-0d86e06936a7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ed7143ee-0df4-46fa-adb9-32360f7465ae","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"8fde5d74-5100-4745-9843-d495bd06e97b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"efca0046-b0bf-40f7-814b-fadf79b9f348","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5a47ecac-2b86-4faa-8274-7273f52139bd","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9c275a84-3efb-4798-943f-e9c7c5451511","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9b64179e-aaef-49dd-9f65-6505e575db31","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"cade8f14-f9a0-4dbd-80c7-673e8c9b4093","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"94f37637-7296-4b06-b803-9b8ef921ed6e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"acc1a5ea-d42a-4552-9315-ab51a911cf5b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7f99beb0-4620-44ed-a5a9-de3d5d2891e4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"817d96b1-594f-444f-bddd-d29b24df6b47","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e94d4b21-f223-412b-b2ef-f4279ee7715e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6e416989-f1bd-46a1-80a0-72de7a697152","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5ecbd4e7-2a71-4869-ac31-c09bb7e67c50","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"8c45a561-ca2e-494f-bcb9-5fe0da30bb71","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"61b8be1c-cfe3-4be1-9dca-253198e6898b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6a85749c-e5fb-43d1-beef-81377f026e78","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5796be57-c6f9-417a-ac4a-8ceec032a64f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"db7b720b-df21-4dad-b7c0-52f78f70c035","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5e59b146-2656-4a7b-b653-728bb818c72b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"44904717-d24e-43df-bad7-ad08a029d16f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"67eceb68-7d46-4205-8385-d29d10eaee14","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"abcb1562-12cf-4b4d-9e5e-0dbeb8793c01","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"cdac3313-a5e9-49c1-afeb-f5c6412e8738","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9162d4c4-9335-4eb2-a945-cee8b52fb17f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9d9df21b-8f2f-45e6-929b-66eab73015e1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a05fddb7-2583-4d59-aa40-88284bb8e433","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f2e909bb-70f5-4e1c-89f8-bc338b8aeade","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d232875d-5a00-4aa4-a643-94b6eb8accdc","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d59c9155-9c17-4037-b25a-ab9ec1562c48","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"afda795d-14af-42b3-8fdc-d9292467904f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"664cdc3c-6b32-480b-a3e3-7fe7561ad803","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d0329065-b86b-4a2e-b9a4-a6560737eb05","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b1827b1d-5a0e-49e5-86bc-854a043fb7e7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"427690ab-b60b-4b91-8821-7aa0d5f012b0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"8fcec602-b422-4460-b9d0-9a936cd8fab6","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"fbbf873d-e310-495e-93e2-a04685de435a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3082b02f-81f4-4713-8c83-70af7305ed1b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ee99a111-89e1-4eaf-9b16-af24c2147bc7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"84546c10-6038-4d15-90cc-a8c97961311f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b8cefc2e-41c9-4a4e-beb7-d917e0ef4f86","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"55270b71-63a3-4d23-9a4c-41cc48f74442","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c9d5214b-7878-41ff-83fc-be31df1dce59","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a6ad6209-3e01-4fa6-b129-965f17385457","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"aabf9f57-a06a-4eb0-bfcc-aba216359701","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0a291807-d84b-4117-a8c0-365da1472fff","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"36975084-6f00-4c7c-b973-3e6a7068df77","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"cef6e2f1-de8f-4664-8b8f-68e7a0a2340e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5558c1c2-b596-4e2e-8d29-bf7e0ee88b78","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4c4634b0-4c1b-449d-a2b3-532606222ff1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9d7796d1-1f8b-44ec-b530-c0b2f943b15c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"eac69a6c-0b08-4aaa-9fa1-2a3b03bc61f7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1d250c4c-e6e7-45b6-9467-35a760fc39c5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d2491d0a-8887-4eee-b491-6a0e5a3c7d7f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"837a4bb1-fc6f-4e7d-846d-e69a4924b2cc","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"57ac7ca8-9313-4840-8fde-e1a78c899646","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"cc819167-1a00-45be-8890-2730865df4d9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f87e60e5-605c-4db6-8e7d-5752e65b53fb","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"af998a1f-4801-4601-8c93-294024ee866b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"65f2f25b-058c-46a2-b98b-55ed0a55b6f5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2191e571-5a45-4e1e-b5c6-b32f14295913","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"738a3ada-6d84-484b-bbd8-2f13894e0ebd","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6484421e-9f44-4a46-86c2-3339b8e234ea","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"277ce6c9-f953-4365-ad11-cd486c8d50f4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d0b9aa61-f501-4da2-b08c-15632b15a051","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7e83a6eb-e122-44f4-88cf-37d0e8f18bef","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5477f83d-945f-465b-a343-1a45853edc86","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b1e98027-ece6-414f-a999-94ad66e57252","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"8768b194-646c-4bd5-a87f-1bcc7ef961e4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"65a52eaa-8b20-4275-be16-e9449b39df1d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d83e8e47-b27e-4c08-8c31-73b4033eff45","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b2ef7927-46f1-4902-8144-875653840dc4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4867e985-d6aa-4d51-bfdc-9f67a08972ce","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e76b2d0f-500e-4d23-a056-732735c455b2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"cfa6f3d7-1632-404a-9b1a-080e31e5944a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"03ca93c3-976c-46d2-af7e-b56edcac8dc2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2784eef6-5c58-42c5-bba5-9b3fcea83607","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f7dc018f-4d65-43df-9d2b-64ebad69f8a1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a51fba1b-b32d-4cee-abe8-8975cd37689e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ae9a3c3e-c1d9-4a90-a24e-6d8b38f20a5b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"38710fe0-8d5f-4b14-94d7-1d65d68c9314","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c8ab54be-aaea-475d-af66-0eefaadeeb7f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e21d5336-012e-4ebd-9b32-0dcc58598439","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7a8e38b0-1a2a-4aaa-b8a2-7eb77f3ca0ef","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"fe0579fa-4436-456a-a810-0dac6e964697","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2fe3ed9b-8451-42ba-87b2-f533c15b0ea5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"32625c99-f3a5-4291-9d93-78ba526e48e8","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b631ffe2-8adc-4a0e-bbca-2d8ed768e05e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"99f0c68c-e91e-4183-b665-f0291b58e51f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"047166e7-e505-4d31-807a-5400cfd73708","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"aa856b80-a365-453a-bb6a-439da66f364b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"279a004b-9ac3-4ae0-83e6-5362d5eb3fce","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"02d03e6d-e5f8-49c4-b91a-97cee1571061","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"32520f5d-20c0-4333-8fb2-113672021c3e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9257ec49-a5f8-4854-993f-35ea4bfce2ce","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d093355f-6b53-4fa8-8246-1135a65155fc","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"758a2efc-7455-4ea3-bd36-f7255c45a1ad","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2e077a1e-76ab-4465-995c-25da0d1224aa","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"40ef043b-c94b-40fe-a596-24c77d2a029e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3fda4b37-c60a-4899-8d33-629adf3f3fc1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"feb04c5d-05c6-4909-bdc0-9d65f339a645","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3578d6fc-5df9-4c47-bee5-90832ea87a5a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b5f73b9e-3927-42cb-aa93-299b8c18c8b6","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"28e08786-c826-4d64-af12-f89c662ed3a1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6b67de82-a18a-440f-8a72-6e4e2623a673","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"67b524a7-ebf8-41a1-b4c0-bb4cc075e983","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0498cea7-a440-422d-8e32-c8489f104383","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"57f6b411-9ef3-4a3c-a6ff-7ace7604f732","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4f34c2d9-5c99-4a8c-87bf-f4a5178815d7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"8a19ec43-2dd7-4142-b9a8-33600818dfe1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"24f567f5-dda9-4606-a4df-6e79a6c53433","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"44881d6d-f117-41ef-b519-416cec12d457","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"959f2a05-2a75-4c27-be57-3b9d90d5d159","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"46f5063e-9750-44c2-9779-94a006016e12","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"41b37e23-87ac-4d36-a72a-a34f11c44cc9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"18df14ce-217f-46f4-87e9-04e9e3a4b09a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c6de4fa0-ea06-427e-9e0b-b6c14208fbc0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"35d8af34-6d87-4f14-af03-3db21dc28fd5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ad4510b8-e8ac-4497-bc74-04b117832a16","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5b33d90a-ea09-4e8a-a467-c643cd24a3c0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e2f16178-b95b-4687-b505-ebd608a47804","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2999d6eb-cf3d-497a-a133-6815f52e79eb","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c3a5c507-8f72-4462-83f4-bb46928be6ea","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9ee7b33b-e5ed-4b87-aa5f-b1c09ef45220","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"51a33437-9133-4700-8bbe-7a7f19abb7b9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1ceb63c9-22ff-4014-9ed2-11c8679a7130","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6694f216-54a5-433a-9621-c6ed265e1413","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"88f7b3a7-d2f2-4006-9558-f51eb87efa7d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c654a858-acc5-426c-a247-97caf8f31cab","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a78062e7-ff73-4fee-b5b3-4c55e1ae5468","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7427fb76-3620-4ced-8ba8-e4786a2729cd","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3971c18e-3ec5-4583-a760-3d9534047ca5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9159718b-0ef2-4595-8b26-ad0d5bafc08e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a83df75e-9d16-479d-aa5d-bc2fabc331fc","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"489d43a9-6cdf-40f8-b26a-54c4b3c1fb68","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c094945a-2944-489b-9887-9a8a439ddfe7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d18633a9-253b-4b5d-ab3e-0b486897d15f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c0a2bc37-1eed-44ce-88ad-5b5b29d20cdd","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d440dc2f-ed35-4b1d-8c6e-5175277eec44","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4510004c-d819-40ab-81fe-48fed51af6b9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"93aa4b9a-1c76-40d3-ad60-725c67f537e6","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3e7f6add-6c8c-4133-a8e3-2a09aaa2aae9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b546b134-9bdb-489f-9e29-abe0d06a6d6f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2d81a35f-8a65-4d52-bdf5-a47a250cd4cf","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9062033b-d454-44f7-842b-d6bad5fd072d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9926a92c-2bc0-41f5-997d-029be0ef5e8d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"8c263417-d76b-4ba6-8713-bc901cf0aaf6","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5bd1aea0-e1df-4203-9944-44c260205c6b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b1d3d4aa-2c55-48db-b63a-3ec2c54aa922","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3441f44b-8b9e-4891-b37f-a404d15d59de","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3af8fa0f-8c4b-4b39-94d7-6a397de8ff21","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a5850e90-629d-4e59-ac05-f3fc0777d3ec","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"133b31d6-40a5-40f2-9cc6-f84ebdb32057","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4addb3bd-d46b-4337-b9fc-ca386aeecc23","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0d3156f0-7589-477a-a21d-d510a455f441","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3757c33a-c683-41e7-a3d4-e30cadba206c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e4b831ac-51e8-40a1-b602-dd44cbb8d13e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"54996b82-2169-478c-ad5e-384be6ef9766","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3b2f0c0b-0a29-4194-b7bd-5dd529443136","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2a913275-9aaf-4a02-9071-f72fcbfcb559","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0bed0ccc-07d1-43fe-86d9-605cdfd067a9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f20ac375-ef90-45e0-b400-ea490ec18347","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b591acc8-a39e-4381-991f-d894ae532504","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"bfd9ba02-de3d-45ea-981a-d6b4b505e6ed","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c8a09453-c8ac-451a-8baa-d31c1d9bf201","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0e78caa4-8f11-4970-a2a2-4e70ea33d37d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c24335be-4557-4810-8f7a-bbdf21b58a2d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b965abeb-10de-4b68-92e2-0e082a76a2a2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c972999d-06c3-4068-99b5-c22490c953a4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4d53e36f-cffa-4d8f-9125-17bc12056e17","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7279b997-5376-4d77-9336-559ad6bdf8fc","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"28436100-8a29-48ac-9290-4f4b73a3f0b9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4c2dcdd4-8a5d-461b-b9fa-bca48137cf66","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"8d0328b8-e903-414e-95ec-3982e464fdfb","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c531d149-337f-4cc9-bce0-153cba04532d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c703075a-7f06-4960-8381-474fa2950d7f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c90756a0-0140-40f4-9100-bc45955d8398","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ec158b4f-3974-47fe-8bc5-8c596122f83a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e74e4d74-e9e4-4768-8f97-c5129d0fc6a3","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"309c2a77-9c63-4240-adc8-f491365818c3","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ca6e95fa-2132-45e8-ba85-a325f12b77d9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"fbd6b06d-d1b6-48f9-ac18-1227f9c3ed15","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"fe4d0bb5-eeb1-4e54-b8c4-292582eebe8d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"13b58a28-5824-459f-b580-75b8725e7a36","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1c98f87f-7559-4a76-ba45-3ef4d65fc75b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"cc5520dd-331e-4234-be99-cb74c2b49e80","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9ed8241a-2cca-445b-a11c-76cae526c910","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ff828887-9fa4-4974-ac4a-0d6cc05b9728","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f77765b8-f63e-4901-894a-eb2b3fff1ca5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"54341da5-2248-4da8-8447-266f4c4945ed","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7828c4d6-069a-4147-b10f-dde19f380c94","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e8544f75-d5dd-4076-a442-5c58a8477392","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"dbc673c8-d766-47b5-9bcc-6258aeacb90e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7c91a489-b9d6-4633-95b9-91a3eabb03e2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"91ac5c24-951d-416c-ba4b-1e904fb9b1c5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d1b0ae77-b770-4461-999a-a3ee5b89000c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0ce7a591-3ca6-46d1-934c-e82e90534ccb","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"05723b99-50f9-4bbc-8ae8-96ad400df37e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"48fb7e96-67bb-4178-8da6-936cfff7c999","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ce982f21-2b12-4bcf-bb2e-67bd311cf622","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d1ec5219-c594-4ebf-b577-0986d6d63e83","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"068fb5c6-d47a-4a34-8bf4-debf636db7cb","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"85e5b451-cba1-465b-a792-0104443ce96c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7b5eb664-9797-4584-b4fb-f75fda3992c0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"58596d42-ef2a-4aa5-ace6-f12e4e73fb2e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"68d5ddb5-61ac-48ab-b278-15a20a69c07b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"85f2bf70-ec9c-450b-b9ce-3a53b90f8a0f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5c847895-454a-4334-92a7-f9bd7b5d2b0f","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"37e94d4c-ba2b-448d-bd72-5d72539d975d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6fc852a4-807d-4521-bcf4-eff5567af0fa","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0492f330-0e22-40fb-ad2b-78511759008a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"07e02829-199d-4692-99f0-a2db0f1e389e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2ba87332-e0b8-4815-aa2f-f3286306cf18","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"33c977c4-7fbd-4b2d-a2fa-fb21a9c3154e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"2f370b96-3bc1-485e-bc86-a0bf8b3b89f3","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"4e040e3c-0a80-4adf-8c5d-4ae62c2ef921","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"bb8440bf-58bd-4a71-8639-3b469a209782","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b612f222-be01-4999-bc87-523a1e2b921e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"95f7e41b-a124-4ca4-ac9d-a82adeb20532","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f643907d-e06b-4820-8974-0cca705e5ef2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"72b219cd-3f7e-4438-aa56-1acc2ddf7922","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f1929345-ddd4-4295-a9c9-594db62a70f5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a214dd92-249e-4c44-b7c3-31b71f9e568c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"16ad157d-02f9-4df4-bf48-1bc49b8f397b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"639c6664-138c-4cb3-9800-67256860e90d","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d0b5fefa-15ac-47ca-9046-af645c8fa766","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b6cee00d-a77e-4ee3-bdb9-f8c9a0d60376","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d18fef13-25f5-4c47-b339-4f52840968cd","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a4d5d191-bd28-4e4a-b095-7ffda72a8221","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1a202687-20e5-4dfd-8764-69579ec35aa8","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"798e162e-b138-4c54-a4a0-5d9971b3a188","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"04e4f8c4-44cd-4429-aa9a-49d351c5e372","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"83b61278-9531-4c24-93eb-6613365a14ef","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"3d429706-8b0d-494b-8fa9-d32e2bfb3daa","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"856702d5-7179-46fc-9da5-f63e1e83be68","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"23400a7a-0186-4a10-9bb7-834908b87a6b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"994ed47e-8449-4ccd-a9b5-c4c8f9a240eb","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"90824342-4e2a-430f-a98d-a797797ede5b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7b8c1b22-cfcc-4928-9f23-491166615978","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ce4403e7-5d7a-4c2c-8ac4-78da083b0190","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ce992380-6b0a-48a5-80f5-96b1afb45cb4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"0246e95a-3dc5-4c94-8510-2febd506dfb7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d02e7f7d-2cbf-4d3c-a67b-4601813bc2d9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d453e89c-41fe-4d02-a809-0bf72bd9c518","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"fae3ed0f-ea52-47e6-94f0-e7c46f56de87","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1e2ab097-b624-4870-8f47-0fe5a589978a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ef4c6964-acad-432a-94cd-770865fae769","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"10db877b-0525-4067-8b2c-d8e5e9ed60ec","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"faa45626-f723-4b68-99d3-3f354d48ac4a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ff942252-55a1-497d-8ab8-9e698d164d70","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"ad98123f-648f-4f74-b1ad-2ae7616e71b4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"fd291d26-4369-41de-ae13-abfea135552c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c106e096-b499-4b99-9b31-76eb741a5f59","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"c8365763-5340-4a56-a153-afa59edb5a08","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"af6823a6-e890-4898-a24f-5a1185c224c0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"643fb932-6fe2-4e89-b127-62482ba6c6ca","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"53b2ddb2-0193-44e2-ac02-b6dea1afe2fe","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5f14680b-74d1-495f-844a-f7c084f72c7b","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"018a5054-aa8c-4e99-a1e6-000abefe5ba9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7f00aa8f-b475-4146-88ff-f1f4867b7557","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6d7be6dd-ec45-4db8-9765-c2d980049232","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"e7f6d325-45bb-4b67-ba4f-fd27a6ee7e12","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5c596b2d-2e78-438a-bc72-fb8eb05c30f0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"78ff0b8a-2ac1-4d44-b71a-f9399b46dcc4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"20a01ffd-ddaa-4cb1-9aa9-e8b05fd74cd3","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"bea744bc-a2c4-4c3e-bab5-3e655451a8b2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a84b1db3-2dfb-4709-8501-a079c478a0e4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"56abab27-4750-48f9-8577-c7a7e38c3676","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"468492ba-907d-4906-bd69-a8b9b8b6bee9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"11bd4074-84c2-48a3-b0fd-04af74957646","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"dc48a405-ee69-46ac-ad5c-235a05e35d91","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"61fda7b5-8a57-45d7-96aa-72046b7970eb","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"88b17ebc-3cbf-44e4-b68a-71c68dc9b946","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"61eaf98a-2e2e-499a-9cbf-74a6363fb0e1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"39068d5d-00c0-4c0e-b74c-d30be8ac23b0","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9e0a6610-6772-4924-8400-a57f49ef2c85","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f198bc65-c423-496e-b3bb-e6795072bdcd","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"182dc5bc-5f1d-40ec-8941-ca74d42743a5","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"f842c9c1-b853-46fc-9981-1593997b563a","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6bc52d47-f154-45cd-85d6-a88fd12a46ab","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"77faa0d6-ff1f-416d-a642-2c2edbf6a9e9","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"93551043-35d7-4222-8e32-44e46a5622e2","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"eea94e6d-765a-491b-b573-746e692efe6e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"fe46d138-f7a1-4065-af11-9882b49497de","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"eb4a658f-b8a5-4daf-9d27-ed8773a89aac","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"bc125b98-f940-444b-855e-2fa3c1ed440c","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"bcd2c466-1dad-40de-8776-3654888178a4","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5ef35817-6644-498f-bc4e-7d18351b965e","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"eae2d381-51da-4122-a342-5e71969c6c36","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"7087f1bc-4c0d-483b-a746-e2251942d545","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"59b80add-3a2e-4b67-b9eb-aa58cc87ce12","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"056c5e2a-1749-484b-a358-6384d1a01519","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"75cc19b7-b332-4b16-8130-f1b4234957ca","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"35c5a97e-4844-4dc6-a89f-51c02e9daffb","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"782007b7-62ab-4fa2-bb43-e9c7c00216cd","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b72f5664-09f9-4e96-b948-3274817ee805","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"b4bca6f3-be0b-493b-ac05-9eb838cd7cd1","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"59f1e849-93d3-4027-88ef-36048ebbc230","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"02aa66bb-189c-4536-878f-bae8e6ad3d93","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5f8c7c9d-683f-480e-90fa-f92c8c239182","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1e7ce627-5c67-4786-a978-499e8eb31abe","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"9a81878a-1f04-4394-a170-2977a2af27a6","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"d5f20f88-e0de-4bab-a1cf-adc680c843b7","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"a92eebf4-b2b1-46af-bdac-1334b7ee0acf","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"1ddd77b5-0d31-4291-9434-4e97a79ede22","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"6327750b-e576-4024-9276-c46d0c9947ad","by":"Patrick Collison","rating":null,"blurb":null,"url":null} +{"item_id":"5c10eb4d-99b4-4670-8ef9-4d1ff7635cb8","by":"Larry Page","rating":null,"blurb":null,"url":null} +{"item_id":"0915a19a-ae1c-4e5a-acc5-a382b9ff1be8","by":"Larry Page","rating":null,"blurb":null,"url":null} +{"item_id":"3cd55cc7-1f41-4a42-85cc-44cb4d3cd863","by":"Larry Page","rating":null,"blurb":null,"url":null} +{"item_id":"c9d3e246-0e7c-4519-8912-4a2f16f840fd","by":"Larry Page","rating":null,"blurb":null,"url":null} +{"item_id":"50189f8f-9e62-43d2-aaff-20d00b6ea90a","by":"Larry Page","rating":null,"blurb":null,"url":null} +{"item_id":"6a1f313f-f5a7-4985-a801-dc721c79faa1","by":"Larry Page","rating":null,"blurb":null,"url":null} +{"item_id":"b589a91a-9ad2-4774-9cb0-4eed0c35ccb5","by":"Pavel Dunrov","rating":null,"blurb":null,"url":null} +{"item_id":"4c05d47e-e395-4e8d-b8a8-87a91de5322b","by":"Pavel Dunrov","rating":null,"blurb":null,"url":null} +{"item_id":"4c20d341-0cbf-4f0b-8a44-595854e1fbc8","by":"Pavel Dunrov","rating":null,"blurb":null,"url":null} +{"item_id":"d884b9c1-0ea8-4005-9e8a-4f17cf41eb74","by":"Pavel Dunrov","rating":null,"blurb":null,"url":null} +{"item_id":"03417c9e-36b2-42a1-848b-a97ada5e6579","by":"Pavel Dunrov","rating":null,"blurb":null,"url":null} +{"item_id":"7492ba59-b879-4495-8cf0-17e00f3db537","by":"Pavel Dunrov","rating":null,"blurb":null,"url":null} +{"item_id":"1d250c4c-e6e7-45b6-9467-35a760fc39c5","by":"Pavel Dunrov","rating":null,"blurb":null,"url":null} +{"item_id":"fbcb746d-6900-4a46-b315-4d533790a1f1","by":"Pavel Dunrov","rating":null,"blurb":null,"url":null} +{"item_id":"6aa7399a-0a1d-4d73-a2f7-d102f6e43bc7","by":"Max Levchin","rating":null,"blurb":null,"url":null} +{"item_id":"c670edff-5b38-400c-95ff-481ec5d55b47","by":"Max Levchin","rating":null,"blurb":null,"url":null} +{"item_id":"4c446bf0-c561-4694-a1e2-2cacae907a87","by":"Max Levchin","rating":null,"blurb":null,"url":null} +{"item_id":"f7a7c270-5315-453f-be0f-02a3f45e08c8","by":"Max Levchin","rating":null,"blurb":null,"url":null} +{"item_id":"f1716a28-989d-423f-8fa0-f5f3f7f8e8dd","by":"Max Levchin","rating":null,"blurb":null,"url":null} +{"item_id":"cfbcbc8f-4c6b-4024-bcb1-35aea05d50fe","by":"Max Levchin","rating":null,"blurb":null,"url":null} +{"item_id":"e93e6a4e-7834-4fcb-b245-78815ce4e4a1","by":"Max Levchin","rating":null,"blurb":null,"url":null} +{"item_id":"64a1cf59-cf50-4573-a7d6-d105a8144bb5","by":"Max Levchin","rating":null,"blurb":null,"url":null} +{"item_id":"d02d148a-762a-4ba2-9713-30a497d7964d","by":"Max Levchin","rating":null,"blurb":null,"url":null} +{"item_id":"0d980bd7-85eb-49f1-9461-61d3a74b73b0","by":"Max Levchin","rating":null,"blurb":null,"url":null} +{"item_id":"1da4bc4e-4c19-4023-9d2a-f99593b888c9","by":"Max Levchin","rating":null,"blurb":null,"url":null} +{"item_id":"38b64f18-f0f1-4815-9670-5ef7bfeea5f7","by":"Richard Branson","rating":null,"blurb":null,"url":null} +{"item_id":"cb714cf9-7dd2-4460-8da4-3529a45c5afd","by":"Richard Branson","rating":null,"blurb":null,"url":null} +{"item_id":"8b880ef9-707c-4064-89fa-f6ae144e6b3a","by":"Richard Branson","rating":null,"blurb":null,"url":null} +{"item_id":"804a7135-5d9c-4289-8863-563a5edbcd52","by":"Richard Branson","rating":null,"blurb":null,"url":null} +{"item_id":"a634bcda-4a43-4d64-8c9f-003c7d110702","by":"Richard Branson","rating":null,"blurb":null,"url":null} +{"item_id":"6d9b5c52-08ac-48ef-a99c-0ec7bd28e1c8","by":"Richard Branson","rating":null,"blurb":null,"url":null} +{"item_id":"42ac7baa-d886-4edc-8410-5949922bf248","by":"Richard Branson","rating":null,"blurb":null,"url":null} +{"item_id":"ffe240f6-6fea-49a2-8a68-86524384aed0","by":"Richard Branson","rating":null,"blurb":null,"url":null} +{"item_id":"99708108-58f1-45cf-940f-453408d5a3b7","by":"Richard Branson","rating":null,"blurb":null,"url":null} +{"item_id":"ee3699da-d09b-4b3b-a6e2-6ca23cef6f58","by":"Richard Branson","rating":null,"blurb":null,"url":null} +{"item_id":"3e18bc4e-27d4-42b8-a2f5-18f8a83a7b21","by":"Richard Branson","rating":null,"blurb":null,"url":null} +{"item_id":"d440dc2f-ed35-4b1d-8c6e-5175277eec44","by":"Richard Branson","rating":null,"blurb":null,"url":null} +{"item_id":"42f2f895-810b-4f67-bbd9-46db379d22ef","by":"Richard Branson","rating":null,"blurb":null,"url":null} +{"item_id":"3ab64a0c-12c7-4058-894e-4c71546838e2","by":"Richard Branson","rating":null,"blurb":null,"url":null} +{"item_id":"8ac431de-f3d5-4a90-9fc9-ddf8bbc11ca4","by":"Richard Branson","rating":null,"blurb":null,"url":null} +{"item_id":"ba344c04-1056-4563-b927-282e7bbc6ddd","by":"Salman Khan","rating":null,"blurb":null,"url":null} +{"item_id":"d345e057-1398-47d6-9231-1defb2986d37","by":"Salman Khan","rating":null,"blurb":null,"url":null} +{"item_id":"f7f301e4-3075-443a-9d56-51579a9453aa","by":"Salman Khan","rating":null,"blurb":null,"url":null} +{"item_id":"80785b05-4b13-4fcf-b9e1-078b753a3b3f","by":"Salman Khan","rating":null,"blurb":null,"url":null} +{"item_id":"25136c93-38a0-4378-a132-78395e3c0465","by":"Salman Khan","rating":null,"blurb":null,"url":null} +{"item_id":"45d959b7-430f-47fe-84fa-92db16aed1a0","by":"Evan Williams","rating":null,"blurb":null,"url":null} +{"item_id":"77acce13-cffd-4907-81f7-f34895e21c12","by":"Evan Williams","rating":null,"blurb":null,"url":null} +{"item_id":"590c01c9-0cb8-43d7-8927-9503f8c05550","by":"Evan Williams","rating":null,"blurb":null,"url":null} +{"item_id":"430186b8-15eb-4e6d-ad08-3fa25264b9ca","by":"Evan Williams","rating":null,"blurb":null,"url":null} +{"item_id":"cdbe1526-92dc-4c9b-ab4b-5b848532b969","by":"Evan Williams","rating":null,"blurb":null,"url":null} +{"item_id":"ae6c2476-bf85-4fe0-b919-7867765891a3","by":"Evan Williams","rating":null,"blurb":null,"url":null} +{"item_id":"74b477e9-7bc4-4749-a58e-09906a304c66","by":"Evan Williams","rating":null,"blurb":null,"url":null} +{"item_id":"67d5cd4a-dcfe-4f7a-aa9f-083f03796666","by":"Evan Williams","rating":null,"blurb":null,"url":null} +{"item_id":"4ddc4e41-00ea-4880-9789-a57a312381f9","by":"Evan Williams","rating":null,"blurb":null,"url":null} +{"item_id":"960ef76f-2f03-42f4-87f1-436337a45fe9","by":"Evan Williams","rating":null,"blurb":null,"url":null} +{"item_id":"010afc9e-131e-44b0-b400-10feff11e4c5","by":"Mark Cuban","rating":null,"blurb":null,"url":null} +{"item_id":"103385e9-f789-40e6-b561-0e162b58e5fb","by":"Mark Cuban","rating":null,"blurb":null,"url":null} +{"item_id":"43ad3ec5-2d4e-4792-b360-cfb980898278","by":"Mark Cuban","rating":null,"blurb":null,"url":null} +{"item_id":"d02d148a-762a-4ba2-9713-30a497d7964d","by":"Mark Cuban","rating":null,"blurb":null,"url":null} +{"item_id":"be549b9b-436b-460e-972f-ca80672524ba","by":"Mark Cuban","rating":null,"blurb":null,"url":null} +{"item_id":"ffe297bc-e636-46d1-b2ff-2d14f40f1741","by":"Mark Cuban","rating":null,"blurb":null,"url":null} +{"item_id":"ed42d0d5-2e85-4166-a547-d9af8b29adc7","by":"Mark Cuban","rating":null,"blurb":null,"url":null} +{"item_id":"ef977413-8afb-4f23-8538-ef08bc3f7add","by":"Steve Jobs","rating":null,"blurb":null,"url":null} +{"item_id":"a62682ab-2a94-4380-8f60-e950c8e98d68","by":"Steve Jobs","rating":null,"blurb":null,"url":null} +{"item_id":"a5200867-4f36-4a72-919b-aacec459184b","by":"Steve Jobs","rating":null,"blurb":null,"url":null} +{"item_id":"d77e0d34-6d7a-427b-ae5a-50c79ee54128","by":"Steve Jobs","rating":null,"blurb":null,"url":null} +{"item_id":"1fa6e67a-90ca-4081-880a-8e972bc901cd","by":"Steve Jobs","rating":null,"blurb":null,"url":null} +{"item_id":"d02d148a-762a-4ba2-9713-30a497d7964d","by":"Steve Jobs","rating":null,"blurb":null,"url":null} +{"item_id":"d012f32f-27e2-4f21-8478-0531c1b8b789","by":"Steve Jobs","rating":null,"blurb":null,"url":null} +{"item_id":"a4631bf4-a5cd-4389-b9af-4f990176507a","by":"Steve Jobs","rating":null,"blurb":null,"url":null} +{"item_id":"6530e1b0-0812-4d45-8f18-8d13dfd808dd","by":"Steve Jobs","rating":null,"blurb":null,"url":null} +{"item_id":"7c63bf71-64a8-41a0-bded-96e3de749def","by":"Steve Jobs","rating":null,"blurb":null,"url":null} +{"item_id":"49c35a34-481e-4dfb-a0db-ad2a7fea8251","by":"Steve Jobs","rating":null,"blurb":null,"url":null} +{"item_id":"a5200867-4f36-4a72-919b-aacec459184b","by":"Kevin Rose","rating":null,"blurb":null,"url":null} +{"item_id":"5d319959-6d6b-43ec-8570-f597be3dfe56","by":"Kevin Rose","rating":null,"blurb":null,"url":null} +{"item_id":"8419bfaa-98ab-4d23-ade8-39df1b531d86","by":"Kevin Rose","rating":null,"blurb":null,"url":null} +{"item_id":"7c172383-0e85-42b1-9f96-a8b32fb8b995","by":"Kevin Rose","rating":null,"blurb":null,"url":null} +{"item_id":"82079d0e-b99a-46af-8672-b5830247fb3f","by":"Kevin Rose","rating":null,"blurb":null,"url":null} +{"item_id":"fbf178a5-7f08-45e6-b4f3-d8339447bcb3","by":"Reid Hoffman","rating":null,"blurb":null,"url":null} +{"item_id":"52e0563e-87f3-4b15-b747-6f4c1b7629f7","by":"Reid Hoffman","rating":null,"blurb":null,"url":null} +{"item_id":"0d8e6351-98ba-4173-b721-0007aad0fa31","by":"Reid Hoffman","rating":null,"blurb":null,"url":null} +{"item_id":"cfbcbc8f-4c6b-4024-bcb1-35aea05d50fe","by":"Reid Hoffman","rating":null,"blurb":null,"url":null} +{"item_id":"81ef71a9-2f27-4bc5-97b9-32b2175a983a","by":"Reid Hoffman","rating":null,"blurb":null,"url":null} +{"item_id":"02f8f6c3-a182-42bc-9577-36fc94365db1","by":"Reid Hoffman","rating":null,"blurb":null,"url":null} +{"item_id":"c9d3e246-0e7c-4519-8912-4a2f16f840fd","by":"Reid Hoffman","rating":null,"blurb":null,"url":null} +{"item_id":"0d44ad3d-71f6-4384-b5a5-1bf44002c103","by":"Reid Hoffman","rating":null,"blurb":null,"url":null} +{"item_id":"67d8aa14-87ea-400f-ac40-9303d689e1a7","by":"Reid Hoffman","rating":null,"blurb":null,"url":null} +{"item_id":"7cbf42e1-9b0e-499d-94b4-4ef97d99d5e4","by":"Reid Hoffman","rating":null,"blurb":null,"url":null} +{"item_id":"603b7947-b2d2-417f-bdb1-a42478390bfc","by":"Reid Hoffman","rating":null,"blurb":null,"url":null} +{"item_id":"62bb9a5a-f4d3-49df-b1bd-e6eb61489a66","by":"Reid Hoffman","rating":null,"blurb":null,"url":null} +{"item_id":"d345e057-1398-47d6-9231-1defb2986d37","by":"Travis Kalanick","rating":null,"blurb":null,"url":null} +{"item_id":"d010be32-84d8-4c91-8819-d0772e439f3c","by":"Travis Kalanick","rating":null,"blurb":null,"url":null} +{"item_id":"ed42d0d5-2e85-4166-a547-d9af8b29adc7","by":"Travis Kalanick","rating":null,"blurb":null,"url":null} +{"item_id":"b77ec904-31e6-41d9-b0cb-d3647cb92307","by":"Kevin Systrom","rating":null,"blurb":null,"url":null} +{"item_id":"25aa50f8-f132-4c41-aaeb-0ef2de952775","by":"Kevin Systrom","rating":null,"blurb":null,"url":null} +{"item_id":"5fcf1273-e88a-44a6-94da-89d186fbe86b","by":"Kevin Systrom","rating":null,"blurb":null,"url":null} +{"item_id":"4cff29ec-6899-419d-8784-3f9f1356ad42","by":"Kevin Systrom","rating":null,"blurb":null,"url":null} +{"item_id":"010afc9e-131e-44b0-b400-10feff11e4c5","by":"Kevin Systrom","rating":null,"blurb":null,"url":null} +{"item_id":"33d3f7e5-beb8-4629-beff-69aae02f17e0","by":"Kevin Systrom","rating":null,"blurb":null,"url":null} +{"item_id":"17ccf443-c9ea-4d9a-a2a7-47f3c074d278","by":"Kevin Systrom","rating":null,"blurb":null,"url":null} +{"item_id":"027e088e-d795-4866-89ff-fa134c4a12d4","by":"Kevin Systrom","rating":null,"blurb":null,"url":null} +{"item_id":"c66818bb-3287-4b86-a422-2ec3c4c76afe","by":"Kevin Systrom","rating":null,"blurb":null,"url":null} +{"item_id":"c65f7945-49b1-4a68-aaf1-baa73798e315","by":"Daniel Ek","rating":null,"blurb":null,"url":null} +{"item_id":"fa89b19a-2244-4003-8531-ad8babf3712f","by":"Daniel Ek","rating":null,"blurb":null,"url":null} +{"item_id":"390e9067-87e0-45a7-a585-8560fb7fb690","by":"Daniel Ek","rating":null,"blurb":null,"url":null} +{"item_id":"ccd2e254-b3d3-4f5a-ad72-294a519a9f8f","by":"Daniel Ek","rating":null,"blurb":null,"url":null} +{"item_id":"9277f555-ea44-46ba-ac1a-f2188d7907de","by":"Daniel Ek","rating":null,"blurb":null,"url":null} +{"item_id":"551da0a7-c838-4dc6-8c45-7332345408b5","by":"Daniel Ek","rating":null,"blurb":null,"url":null} +{"item_id":"f2c2d204-bcd1-4f82-bc75-96022823971e","by":"Daniel Ek","rating":null,"blurb":null,"url":null} +{"item_id":"ef6462a0-3586-4816-afb5-a854cb7290b7","by":"Daniel Ek","rating":null,"blurb":null,"url":null} +{"item_id":"fbe151a7-5174-4e1d-945f-c454551dea16","by":"Daniel Ek","rating":null,"blurb":null,"url":null} +{"item_id":"86b846f7-74e9-4ae7-a47a-5f937409c49d","by":"Daniel Ek","rating":null,"blurb":null,"url":null} +{"item_id":"fa89b19a-2244-4003-8531-ad8babf3712f","by":"Ashton Kutcher","rating":null,"blurb":null,"url":null} +{"item_id":"e9ef3d59-06ad-4177-887e-68a3924aa46a","by":"Ashton Kutcher","rating":null,"blurb":null,"url":null} +{"item_id":"dc1e6408-0b0d-4349-b4a6-8823cfe687db","by":"Ashton Kutcher","rating":null,"blurb":null,"url":null} +{"item_id":"941f1188-71c0-46be-a992-93ebe6b77c03","by":"Ashton Kutcher","rating":null,"blurb":null,"url":null} +{"item_id":"77bb5390-1a3c-468d-85e4-5eb5a7ff0242","by":"Ashton Kutcher","rating":null,"blurb":null,"url":null} +{"item_id":"2aa16326-58e5-400c-8de8-5b30afaa5e68","by":"Ashton Kutcher","rating":null,"blurb":null,"url":null} +{"item_id":"793ffe63-0843-47d5-89dc-8c3d20df8448","by":"Ashton Kutcher","rating":null,"blurb":null,"url":null} +{"item_id":"6294a05b-14ba-4337-859b-4ee79bd1f1ee","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"ca1cdd43-e822-43d7-8ea7-c5745cffc7a5","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"90c29ee2-0bc3-4007-aaf6-581e98c40198","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"c3cfaefb-3ea6-4c30-aacc-68564bb51f6a","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"30e5805c-5da5-493f-9856-cab959406ccc","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"3e9c1368-308b-4455-99b3-64ec4c3f36a3","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"df3dc2a8-c999-495a-acd1-5adfa01b0c93","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"f792dabe-89ea-4b27-818d-344b81f2e8a5","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"22bf4e65-1552-4688-84a4-31b98d83208d","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"42ac7baa-d886-4edc-8410-5949922bf248","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"7536b315-3f3c-4fa0-b82c-4e3d605a2310","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"7e780d77-f735-47a4-9d26-46669d22a4dc","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"03417c9e-36b2-42a1-848b-a97ada5e6579","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"f6e8b84a-8f05-4f21-8a80-d6dc97f0be04","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"edc49aaf-2bff-4660-9699-198a66a774b2","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"4b2f4141-3f91-4324-86c0-fc3af2a86ef7","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"94f37637-7296-4b06-b803-9b8ef921ed6e","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"cf99dff7-0502-4630-8144-729c8d3110f6","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"c57d4761-fca9-448b-a875-57b15118486b","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"5414a623-148e-4142-b9cd-a4b78494d656","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"627dd2f3-1e6e-4553-b587-4485eb38d50a","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"8e588d18-20dc-4dec-8945-8d8f943963bd","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"28e337c8-e800-4dba-a2c4-cc3f2809d675","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"25136c93-38a0-4378-a132-78395e3c0465","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"b74ad765-8242-4530-8d06-f16f51830cbc","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"702f9394-30e6-43c0-b077-1177a7e913d7","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"012bb9c3-3a79-499d-96fa-a409b45b8cd9","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"1bb436d9-4fb7-4abb-b617-c20c943dda66","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"80f9542b-4cae-4df6-bb27-eef96f5939f8","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"f6e78767-4c33-44db-b8f2-711c57a34f57","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"30df6a6f-9f81-4783-ba46-bcf0c967a2a0","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"66a87233-4d06-43cd-a0a1-3626ebe6fe3d","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"61fda7b5-8a57-45d7-96aa-72046b7970eb","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"fbf39c7a-038e-467b-89e0-4303fc4be23d","by":"Austen Allred","rating":null,"blurb":null,"url":null} +{"item_id":"23023767-e908-4263-9163-041ce462dc3f","by":"Sheryl Sandberg","rating":null,"blurb":null,"url":null} +{"item_id":"88be493c-1935-48dc-92cc-3fd3e12a948f","by":"Sheryl Sandberg","rating":null,"blurb":null,"url":null} +{"item_id":"92ef016a-1515-4389-9738-5ea561de37de","by":"Sheryl Sandberg","rating":null,"blurb":null,"url":null} +{"item_id":"dd42fb71-ed8d-4c38-b36e-cec50be3ae30","by":"Sheryl Sandberg","rating":null,"blurb":null,"url":null} +{"item_id":"a516c47c-351f-433d-a1e9-5c60217f2040","by":"Sheryl Sandberg","rating":null,"blurb":null,"url":null} +{"item_id":"48a13827-0c65-4247-9727-c554839e4351","by":"Sheryl Sandberg","rating":null,"blurb":null,"url":null} +{"item_id":"91e08b99-4b22-47f7-b878-9f9f03e724c7","by":"Sheryl Sandberg","rating":null,"blurb":null,"url":null} +{"item_id":"0f89c161-46d8-4aaf-970d-abfa80fba659","by":"Sheryl Sandberg","rating":null,"blurb":null,"url":null} +{"item_id":"1d23c32d-ddd6-466b-b32d-f75287fa2290","by":"Sheryl Sandberg","rating":null,"blurb":null,"url":null} +{"item_id":"08bc6a15-9986-4989-93c9-92b2338db979","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"5330e3bc-a5e0-4cea-ad10-6fe8ca83a863","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"192c6e3b-f972-4b85-99da-380be17d16ea","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"4c446bf0-c561-4694-a1e2-2cacae907a87","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"0de6d2be-463f-4df6-89ed-5a415704a24b","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"9ccf2f0a-dc35-45d0-b700-efac7ee5a248","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"a6ca3eed-d386-4f7e-a223-29d1ea1fbf8d","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"caff54c2-2ba4-4895-bf39-08517b315d28","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"4cff29ec-6899-419d-8784-3f9f1356ad42","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"77acce13-cffd-4907-81f7-f34895e21c12","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"7c20a9b1-d12f-4d11-9a74-461ebc9d7d95","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"430186b8-15eb-4e6d-ad08-3fa25264b9ca","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"6134d385-9b06-4178-beb5-d5978c7b158c","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"b8751ee8-d979-498e-8a7b-c21594d04d52","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"6aad9649-5af8-4bc3-8a19-d0cd2943faf7","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"55907645-107a-4af4-afbb-32a658325d0d","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"57d0b12d-84ad-4c25-876b-c238cf3a46f4","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"702f9394-30e6-43c0-b077-1177a7e913d7","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"e36373c5-9c3b-41cf-be58-63f2dcfa9d7b","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"5d261a7e-ed52-4376-934b-35c2f9a0b39a","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"0ae377d1-4932-48e6-8bd1-b87f5669429e","by":"Satya Nadella","rating":null,"blurb":null,"url":null} +{"item_id":"45d959b7-430f-47fe-84fa-92db16aed1a0","by":"Indra Nooyi","rating":null,"blurb":null,"url":null} +{"item_id":"a0ba2b9b-7e70-43b9-8bd7-e3c7821349ee","by":"Indra Nooyi","rating":null,"blurb":null,"url":null} +{"item_id":"74af9e3e-a1c5-43d4-9fb3-2273be3189ab","by":"Indra Nooyi","rating":null,"blurb":null,"url":null} +{"item_id":"a96064a8-059f-433d-9fdc-baa9d3bece40","by":"Indra Nooyi","rating":null,"blurb":null,"url":null} +{"item_id":"4c446bf0-c561-4694-a1e2-2cacae907a87","by":"Indra Nooyi","rating":null,"blurb":null,"url":null} +{"item_id":"571ebbb6-c063-4093-bb88-a970d9ad7147","by":"Indra Nooyi","rating":null,"blurb":null,"url":null} +{"item_id":"77acce13-cffd-4907-81f7-f34895e21c12","by":"Indra Nooyi","rating":null,"blurb":null,"url":null} +{"item_id":"34038415-bd1c-4168-8df0-0f09ccbe1665","by":"Indra Nooyi","rating":null,"blurb":null,"url":null} +{"item_id":"6577c3ff-c770-40b0-801e-d451d86b351c","by":"Indra Nooyi","rating":null,"blurb":null,"url":null} +{"item_id":"430186b8-15eb-4e6d-ad08-3fa25264b9ca","by":"Indra Nooyi","rating":null,"blurb":null,"url":null} +{"item_id":"768dfe94-f1a9-4c37-972c-30e842fed49e","by":"Indra Nooyi","rating":null,"blurb":null,"url":null} +{"item_id":"57e0fffe-ed99-402f-a2b2-ce82dca2fd7c","by":"Indra Nooyi","rating":null,"blurb":null,"url":null} +{"item_id":"1607243d-76fc-4958-aa18-2f8d41500524","by":"Indra Nooyi","rating":null,"blurb":null,"url":null} +{"item_id":"d90bef27-b630-408a-94a4-cd6d81b8de82","by":"Indra Nooyi","rating":null,"blurb":null,"url":null} +{"item_id":"64e6f812-9a3f-45a0-ae60-715e2061c67b","by":"Indra Nooyi","rating":null,"blurb":null,"url":null} +{"item_id":"96ee5969-c8b8-40e1-9343-2852c2202776","by":"Indra Nooyi","rating":null,"blurb":null,"url":null} +{"item_id":"734e9868-4ca9-4581-a554-103acec73bc2","by":"Arianna Huffington","rating":null,"blurb":null,"url":null} +{"item_id":"f56fa1dd-8791-4c56-93b1-ecda51f1c372","by":"Arianna Huffington","rating":null,"blurb":null,"url":null} +{"item_id":"342f4b8b-b3a1-4aa8-b317-c1eec2e24bb7","by":"Arianna Huffington","rating":null,"blurb":null,"url":null} +{"item_id":"c5fb74cc-bbab-446d-bddf-a3325dcc8a06","by":"Arianna Huffington","rating":null,"blurb":null,"url":null} +{"item_id":"606b1268-4acc-4098-a50a-598fd8cfcce3","by":"Arianna Huffington","rating":null,"blurb":null,"url":null} +{"item_id":"475e3a3e-f926-4b8c-aeb7-953b0f145369","by":"Arianna Huffington","rating":null,"blurb":null,"url":null} +{"item_id":"be9d14e1-bd7b-41b8-b01d-1aeff8495cba","by":"Arianna Huffington","rating":null,"blurb":null,"url":null} +{"item_id":"74b477e9-7bc4-4749-a58e-09906a304c66","by":"Arianna Huffington","rating":null,"blurb":null,"url":null} +{"item_id":"a284f644-33b7-45c3-b374-0cdf8439ee99","by":"Arianna Huffington","rating":null,"blurb":null,"url":null} +{"item_id":"797e760d-9180-4fee-96dd-c74ba3c095e0","by":"Arianna Huffington","rating":null,"blurb":null,"url":null} +{"item_id":"9b4a9bd5-6beb-4544-bb1b-b4e1fa45559d","by":"Arianna Huffington","rating":null,"blurb":null,"url":null} +{"item_id":"6d124504-b1b9-4b5b-b743-845f9714af9d","by":"Arianna Huffington","rating":null,"blurb":null,"url":null} +{"item_id":"5fa0bfb9-a825-4d07-aad6-9b0ed3e81ed9","by":"Arianna Huffington","rating":null,"blurb":null,"url":null} +{"item_id":"12aa435e-19e0-4530-8935-99d9c526f812","by":"Arianna Huffington","rating":null,"blurb":null,"url":null} +{"item_id":"8bcffbcb-c4e4-4e8e-99f7-453f7608118e","by":"Arianna Huffington","rating":null,"blurb":null,"url":null} +{"item_id":"3e9c1368-308b-4455-99b3-64ec4c3f36a3","by":"Marissa Mayer","rating":null,"blurb":null,"url":null} +{"item_id":"5e59b146-2656-4a7b-b653-728bb818c72b","by":"Marissa Mayer","rating":null,"blurb":null,"url":null} +{"item_id":"7282a684-7922-411d-9f81-b8088d088574","by":"Daymond John","rating":null,"blurb":null,"url":null} +{"item_id":"04ca0391-1b40-4ec9-b8c8-6cb0b9a62a6f","by":"Daymond John","rating":null,"blurb":null,"url":null} +{"item_id":"73f96885-da26-4a3b-b2e9-82478991c4e6","by":"Daymond John","rating":null,"blurb":null,"url":null} +{"item_id":"8a468f32-da98-4963-ad88-9b24b71e7c8a","by":"Daymond John","rating":null,"blurb":null,"url":null} +{"item_id":"f7f3477b-8b1f-4ad2-8f8e-6f2998165db6","by":"Daymond John","rating":null,"blurb":null,"url":null} +{"item_id":"592c955d-1f4d-4ddc-9ec7-bb0cc150f457","by":"Daymond John","rating":null,"blurb":null,"url":null} +{"item_id":"d99c53ae-ee92-42b4-8eb3-6b1159b64f64","by":"Daymond John","rating":null,"blurb":null,"url":null} +{"item_id":"ba516a98-bf0f-4d8a-ab4d-bb374d5594ad","by":"Daymond John","rating":null,"blurb":null,"url":null} +{"item_id":"13adfb8a-c86f-455c-904c-81b12c844548","by":"Eric Schmidt","rating":null,"blurb":null,"url":null} +{"item_id":"a8238cf1-3dc7-4a62-be43-cc9033079ef5","by":"Eric Schmidt","rating":null,"blurb":null,"url":null} +{"item_id":"84bf1955-22c5-4e8c-86cc-009ea07ad62b","by":"Eric Schmidt","rating":null,"blurb":null,"url":null} +{"item_id":"0da6cff5-1749-4fdd-9c12-e1a979962eb8","by":"Eric Schmidt","rating":null,"blurb":null,"url":null} +{"item_id":"bf4e8b5b-d0a8-4172-b0e2-7b84bb5683a4","by":"Eric Schmidt","rating":null,"blurb":null,"url":null} +{"item_id":"0d0b3de4-8384-4e6d-a978-e6fde18627d2","by":"Eric Schmidt","rating":null,"blurb":null,"url":null} +{"item_id":"8b8c6377-7f1f-476c-83f9-7bbfc7644290","by":"Eric Schmidt","rating":null,"blurb":null,"url":null} +{"item_id":"3c60c5ff-827e-48ea-8688-97a7d69ea93a","by":"Eric Schmidt","rating":null,"blurb":null,"url":null} +{"item_id":"8c3f0456-1a1c-408b-94ad-65827005ee0c","by":"Eric Schmidt","rating":null,"blurb":null,"url":null} +{"item_id":"80a00bd5-7101-405f-a493-72de40343c50","by":"Eric Schmidt","rating":null,"blurb":null,"url":null} +{"item_id":"5330e3bc-a5e0-4cea-ad10-6fe8ca83a863","by":"Martha Stewart","rating":null,"blurb":null,"url":null} +{"item_id":"af4db135-23af-4773-9c09-3483b43c1e05","by":"Martha Stewart","rating":null,"blurb":null,"url":null} +{"item_id":"ec81d3c5-613a-43fa-a730-887176b3de33","by":"Martha Stewart","rating":null,"blurb":null,"url":null} +{"item_id":"6656c379-561d-43db-9e6e-645f3f5b4f8a","by":"Martha Stewart","rating":null,"blurb":null,"url":null} +{"item_id":"55be1568-6e18-4d6e-b52d-b6a20ad1787e","by":"Martha Stewart","rating":null,"blurb":null,"url":null} +{"item_id":"d042f0a1-249e-4fb5-9179-f113e5da64cd","by":"Martha Stewart","rating":null,"blurb":null,"url":null} +{"item_id":"a1ad68d2-bb89-452a-97cc-d4f6fcb1b8c3","by":"Martha Stewart","rating":null,"blurb":null,"url":null} +{"item_id":"4a8509c8-b834-41a2-9bf9-711d7d7590d9","by":"Tim Cook","rating":null,"blurb":null,"url":null} +{"item_id":"f88bd5fc-21c3-45b4-87d6-35e92e7cbe16","by":"Tim Cook","rating":null,"blurb":null,"url":null} +{"item_id":"2336cd78-3696-48ba-b191-45fd30c7858b","by":"Tim Cook","rating":null,"blurb":null,"url":null} +{"item_id":"7f1ec292-7dc7-468e-9276-3c8886ad7d76","by":"Tim Cook","rating":null,"blurb":null,"url":null} +{"item_id":"88e55a0f-4f43-4683-88b8-91c560a76e65","by":"Tim Cook","rating":null,"blurb":null,"url":null} +{"item_id":"43ec6742-4306-47db-8939-d697e501e74d","by":"Tim Cook","rating":null,"blurb":null,"url":null} +{"item_id":"c736e247-9a43-43bb-9839-da90e8316b98","by":"Peter Thiel","rating":null,"blurb":null,"url":null} +{"item_id":"726ec004-d86b-4e01-9c36-9c44446b6bb9","by":"Peter Thiel","rating":null,"blurb":null,"url":null} +{"item_id":"6b420e72-ad4f-4a38-900e-10ac28ea3868","by":"Peter Thiel","rating":null,"blurb":null,"url":null} +{"item_id":"4c446bf0-c561-4694-a1e2-2cacae907a87","by":"Peter Thiel","rating":null,"blurb":null,"url":null} +{"item_id":"10996b1c-23ec-44cb-90a9-360068bcb409","by":"Peter Thiel","rating":null,"blurb":null,"url":null} +{"item_id":"cd8377e5-7010-416c-bd7c-201518525428","by":"Peter Thiel","rating":null,"blurb":null,"url":null} +{"item_id":"f7a7c270-5315-453f-be0f-02a3f45e08c8","by":"Peter Thiel","rating":null,"blurb":null,"url":null} +{"item_id":"1d250c4c-e6e7-45b6-9467-35a760fc39c5","by":"Peter Thiel","rating":null,"blurb":null,"url":null} +{"item_id":"1f5a2c45-6539-4b6c-a4ec-2fc91c2b0f66","by":"Peter Thiel","rating":null,"blurb":null,"url":null} +{"item_id":"4d53e36f-cffa-4d8f-9125-17bc12056e17","by":"Peter Thiel","rating":null,"blurb":null,"url":null} +{"item_id":"78ff0b8a-2ac1-4d44-b71a-f9399b46dcc4","by":"Peter Thiel","rating":null,"blurb":null,"url":null} +{"item_id":"824e33f0-2f98-4b72-be39-1c032aee549f","by":"Peter Thiel","rating":null,"blurb":null,"url":null} +{"item_id":"2d156558-256b-431d-a6bc-07b8d38f70e4","by":"Sam Altman","rating":null,"blurb":null,"url":null} +{"item_id":"7e780d77-f735-47a4-9d26-46669d22a4dc","by":"Sam Altman","rating":null,"blurb":null,"url":null} +{"item_id":"3d647737-2898-4f2b-a1de-d9c14643b60f","by":"Sam Altman","rating":null,"blurb":null,"url":null} +{"item_id":"d2491d0a-8887-4eee-b491-6a0e5a3c7d7f","by":"Sam Altman","rating":null,"blurb":null,"url":null} +{"item_id":"5e88564d-4db3-4c8a-8f41-0a59f4b09d19","by":"Sam Altman","rating":null,"blurb":null,"url":null} +{"item_id":"702f9394-30e6-43c0-b077-1177a7e913d7","by":"Sam Altman","rating":null,"blurb":null,"url":null} +{"item_id":"e73560be-3c89-4154-9026-d828b7807069","by":"Sam Altman","rating":null,"blurb":null,"url":null} +{"item_id":"5322253e-f42b-44f7-80ef-554c31843c25","by":"Sam Altman","rating":null,"blurb":null,"url":null} +{"item_id":"f4bb6020-5ff6-4593-97c3-6fd17aa28b86","by":"Sam Altman","rating":null,"blurb":null,"url":null} +{"item_id":"356800e2-db41-4838-ac06-47e985741a18","by":"Sam Altman","rating":null,"blurb":null,"url":null} +{"item_id":"cf972c3b-3c5d-413f-be81-d508f844985e","by":"Sam Altman","rating":null,"blurb":null,"url":null} +{"item_id":"c65f7945-49b1-4a68-aaf1-baa73798e315","by":"Warren Buffett","rating":null,"blurb":null,"url":null} +{"item_id":"5d319959-6d6b-43ec-8570-f597be3dfe56","by":"Warren Buffett","rating":null,"blurb":null,"url":null} +{"item_id":"7374db28-646b-4f4d-9847-3c49159e83a5","by":"Warren Buffett","rating":null,"blurb":null,"url":null} +{"item_id":"90282213-f5f4-448b-8051-9ea4336c3b5c","by":"Warren Buffett","rating":null,"blurb":null,"url":null} +{"item_id":"0a7c1103-50b8-4cc2-a752-8a1d5891c632","by":"Warren Buffett","rating":null,"blurb":null,"url":null} +{"item_id":"8d90c6d1-79f2-4cb3-8ef0-507cce646964","by":"Warren Buffett","rating":null,"blurb":null,"url":null} +{"item_id":"9dac4a7d-32c8-4eb6-b868-f72d77685957","by":"Warren Buffett","rating":null,"blurb":null,"url":null} +{"item_id":"1607243d-76fc-4958-aa18-2f8d41500524","by":"Warren Buffett","rating":null,"blurb":null,"url":null} +{"item_id":"9926a92c-2bc0-41f5-997d-029be0ef5e8d","by":"Warren Buffett","rating":null,"blurb":null,"url":null} +{"item_id":"f590f590-96bc-4be5-a6b1-91d8c0fd7640","by":"Warren Buffett","rating":null,"blurb":null,"url":null} +{"item_id":"e3ef1341-5b24-40a9-b849-f3d3aee11681","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"851c9967-6bf0-45a2-8458-0d6e361d589e","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"a78f5f31-c7cc-4fd8-9098-8233f1a41cb5","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"779ff5e3-fb4d-40de-a7c0-11804973653b","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"1811b634-23d7-4b84-9d73-3c0e68884e46","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"77acce13-cffd-4907-81f7-f34895e21c12","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"a09a7cba-291a-4ea3-82a0-c6c81c1f847b","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"7488364f-3428-496e-acae-fb369737872e","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"947cb597-9d2d-4c37-b6f0-cc76934b83b2","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"18bfce22-398e-44d5-9692-442e8cd3c505","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"d17d6c3a-2d16-4ca1-852e-f9485dc5d394","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"e481bf03-2b73-467b-92c7-9c3cc122c92b","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"51771a23-e95e-46d6-927e-359fa86cf83e","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"6a1eb751-65a8-4b31-8627-8e056714ed3c","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"1687920a-636a-4ce7-91e3-a569ca37c2f6","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"e7ca8fd7-594e-44f9-8b86-52b19beb506f","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"73206f7d-db60-43ca-a1cc-0c26efa72753","by":"Marc Andreessen","rating":null,"blurb":null,"url":null} +{"item_id":"e76116a0-c612-45d1-81bf-3ee6d404c427","by":"Ben Horowitz","rating":null,"blurb":null,"url":null} +{"item_id":"f4afeee8-c538-4b88-87a6-fbc84ec5a8a2","by":"Ben Horowitz","rating":null,"blurb":null,"url":null} +{"item_id":"d02d148a-762a-4ba2-9713-30a497d7964d","by":"Ben Horowitz","rating":null,"blurb":null,"url":null} +{"item_id":"d012f32f-27e2-4f21-8478-0531c1b8b789","by":"Ben Horowitz","rating":null,"blurb":null,"url":null} +{"item_id":"5558c1c2-b596-4e2e-8d29-bf7e0ee88b78","by":"Ben Horowitz","rating":null,"blurb":null,"url":null} +{"item_id":"1cd7c7f1-3b33-4848-b0b5-179f951bbb92","by":"Bill Ackman","rating":null,"blurb":null,"url":null} +{"item_id":"ee10fe6e-6631-4fb2-a653-81983949ad47","by":"Bill Ackman","rating":null,"blurb":null,"url":null} +{"item_id":"0d21cab7-f016-4064-85b6-a26ae2384f09","by":"Bill Ackman","rating":null,"blurb":null,"url":null} +{"item_id":"5d319959-6d6b-43ec-8570-f597be3dfe56","by":"Bill Ackman","rating":null,"blurb":null,"url":null} +{"item_id":"c5f4676a-bb7d-4ad0-8f67-eb44a4703c18","by":"Bill Ackman","rating":null,"blurb":null,"url":null} +{"item_id":"40e8e749-eaa0-4b0e-9c15-aeae3146d1a5","by":"Bill Ackman","rating":null,"blurb":null,"url":null} +{"item_id":"b39a70dc-a632-4b61-b917-8d076f6a59fb","by":"Bill Ackman","rating":null,"blurb":null,"url":null} +{"item_id":"d9e043cb-fd69-4945-94a5-ad81240cf7d1","by":"Bill Ackman","rating":null,"blurb":null,"url":null} +{"item_id":"3275491d-df4c-4282-98cd-e0fe827f825b","by":"Bill Ackman","rating":null,"blurb":null,"url":null} +{"item_id":"ced77524-1ce6-4bf7-a525-edddfeab49c5","by":"Bill Ackman","rating":null,"blurb":null,"url":null} +{"item_id":"92e5414c-ba43-4efd-bb86-810f34ff9366","by":"Bill Ackman","rating":null,"blurb":null,"url":null} +{"item_id":"06ed6bae-bff7-4fff-9c6a-86c9400fc53f","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"d265b221-9850-4d4d-ba57-4aeecc51e2e1","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"a0ba2b9b-7e70-43b9-8bd7-e3c7821349ee","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"d2991ba3-1807-48fd-80ed-05b2584398cb","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"fdda5bba-3484-45f1-be44-d8341a4d95ce","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"c1e9e4d1-3fd2-49f7-aa4f-e7ceb68735ba","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"45af05fb-982f-4fc2-8753-3ade598857a3","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"cbffee86-86d8-44bb-b789-630e5d5b19cd","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"f7a7c270-5315-453f-be0f-02a3f45e08c8","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"d8bf65c3-226a-405e-8755-0178f639b60c","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"b998b1c3-f582-46df-9bd2-e8acffe698c2","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"44721967-a1f2-4b9e-bd66-fef35dcfff9d","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"7e780d77-f735-47a4-9d26-46669d22a4dc","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"772e6ed6-7f94-4eac-99d8-c08fba7ef1b0","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"653f2ea7-6e1e-4690-9be5-722c06457391","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"ef8595b1-f67f-4f89-b23a-4b11afe2e1e0","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"26c1203f-4cf9-4f17-94c7-f40d0fe01748","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"bf9ca365-8268-4e37-883f-23c5ea21a756","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"39d78167-09ce-43f3-b175-fea28bc7b82c","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"c1e5f2e3-39b3-4762-9e61-922a88ddc4b9","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"551da0a7-c838-4dc6-8c45-7332345408b5","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"33f50d33-af1e-493e-b974-d2784f463af9","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"3a53a40b-b8fb-4d4b-aaba-d0fa3ce2fd73","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"11c91103-6790-4ce9-835b-33b7fb047d47","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"68578949-5772-4efb-b664-dc83b650678f","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"a7465442-fb86-4046-bc02-c7b8f7deb6fc","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"ed0cd2ce-5619-4ac5-82f2-3e623c632847","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"2aff8a55-7bc7-48c8-b812-e09321214c0e","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"fd6a03f5-50d7-49e3-a9b5-b9f129958124","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"b3f90261-5b6f-46b6-b5fe-549d9ae0be10","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"b4ccc829-f16a-4a9f-a158-e1ae9ad6a3d0","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"98d0a019-9ac6-46a3-a6c5-a8c6d0a57a94","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"76f3080d-b0cd-461d-91c9-9d3566466613","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"57d6fcce-f4e9-4393-9fea-4fd62d2c38cb","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"3a5fc43c-9c08-429a-a553-5520a8961b57","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"58277e6e-7b16-45e8-8580-fe7a5ef3695e","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"5f189ac0-7344-40d2-aa64-093ce47dc126","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"ee541acc-89e2-4392-9292-792602417952","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"b66e1f09-9c4f-4c7d-b733-91a424dd714e","by":"Charlie Munger","rating":null,"blurb":null,"url":null} +{"item_id":"c65f7945-49b1-4a68-aaf1-baa73798e315","by":"Whitney Tilson","rating":null,"blurb":null,"url":null} +{"item_id":"0d21cab7-f016-4064-85b6-a26ae2384f09","by":"Whitney Tilson","rating":null,"blurb":null,"url":null} +{"item_id":"5d319959-6d6b-43ec-8570-f597be3dfe56","by":"Whitney Tilson","rating":null,"blurb":null,"url":null} +{"item_id":"c5f4676a-bb7d-4ad0-8f67-eb44a4703c18","by":"Whitney Tilson","rating":null,"blurb":null,"url":null} +{"item_id":"f7a7c270-5315-453f-be0f-02a3f45e08c8","by":"Whitney Tilson","rating":null,"blurb":null,"url":null} +{"item_id":"c6b920b1-5b3f-400a-906b-21b2fa9de406","by":"Whitney Tilson","rating":null,"blurb":null,"url":null} +{"item_id":"c65f7945-49b1-4a68-aaf1-baa73798e315","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"fa89b19a-2244-4003-8531-ad8babf3712f","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"b589a91a-9ad2-4774-9cb0-4eed0c35ccb5","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"28d692eb-50b7-436b-8f88-422d02d5178f","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"7942c19e-6264-4773-b92e-badf07f4bd70","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"6b420e72-ad4f-4a38-900e-10ac28ea3868","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"6c26c567-06a9-4efd-aa4c-78f14b8ad208","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"5d319959-6d6b-43ec-8570-f597be3dfe56","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"cd8377e5-7010-416c-bd7c-201518525428","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"e60d3275-8cd4-4501-907e-5605323839b9","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"5fcf1273-e88a-44a6-94da-89d186fbe86b","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"4c20d341-0cbf-4f0b-8a44-595854e1fbc8","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"fa388805-b515-40f6-b3a0-49013460e55b","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"66f837fd-e03a-4b51-8837-492dc1407ee3","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"410091d2-6f33-46e9-b2e4-7994d411848b","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"39d78167-09ce-43f3-b175-fea28bc7b82c","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"c9d3e246-0e7c-4519-8912-4a2f16f840fd","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"bc97ec5e-e39c-4da8-827f-74845f0b242c","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"78fd0b60-b41d-4274-b355-611e9186d757","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"e481bf03-2b73-467b-92c7-9c3cc122c92b","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"4b2f4141-3f91-4324-86c0-fc3af2a86ef7","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"6a1eb751-65a8-4b31-8627-8e056714ed3c","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"4ddc4e41-00ea-4880-9789-a57a312381f9","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"ea4a24b7-994a-45f1-aeb8-0d85faaae2b5","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"1a162e9b-6749-43a1-bf48-e20e9273385a","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"6a1f313f-f5a7-4985-a801-dc721c79faa1","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"3c7bedb4-8aa2-4241-a6d4-647d16096595","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"b63c06b4-4b21-4c7a-a3a4-af9566676612","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"d41a3322-5984-4797-ad81-eed864889696","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"c95ee3e8-a99c-4aab-9b11-9f3509b7eb4d","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"d2991ba3-1807-48fd-80ed-05b2584398cb","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"c71e1a96-ba6b-4fe4-a9ea-35efb91d24d0","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"bb6f985f-d31a-426a-996a-30d52e9c6d27","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"3b235a55-48f1-4871-b2a1-ee2ec5def96f","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"0b535e06-2612-4faa-b38b-e3f8889de682","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"604dbd35-74b9-4db9-ab51-edbd8022ce05","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"a89306dd-7681-4300-a670-88d65ad7eab9","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"7ab33039-eab1-4e52-87bd-6f72ce254fe6","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"7260a142-10cd-4102-b368-6ac18b110671","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"c20a4617-1fee-49ae-bd7a-6c20f2f87fbe","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"4a11fba6-5a67-4b34-b71b-6b5b3eb2219a","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"12424c4d-c065-42ba-ba25-c88dea45e472","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"96883dd5-2172-484d-9e96-dd675877413b","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"55a25254-c530-4ea8-b0dc-d340722d68f0","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"7149436b-06ee-41a8-87c4-d120cbd4bd05","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"17acdd17-3a7d-4c1e-9402-e44c436213c8","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"36c002ba-bffb-4729-8357-09f8cdcfc937","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"34b69788-885a-4d33-a2a0-d4388012131f","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"5f07b0e3-3cac-4a19-95b3-ef75ebd43388","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"23cbb448-0d49-4140-bf61-43435064d0c3","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"ee4dcb31-b792-4c37-afd9-fe394a3fb97a","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"2dea9177-57db-4fad-83a2-31e4f24be9de","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"7d9ead8f-9b55-4f07-8bc7-6aec174a9956","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"b5e7a8bf-44e4-449b-b615-18bec5c393c7","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"ab4783b7-412a-43a7-af42-3b982060d4fd","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"21461e71-0f97-48a4-8748-fa9a1ff23062","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"4369d39a-0bb8-4c21-b8f0-57c5108ad41d","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"1f6a5eb2-5f60-4359-826c-6f7f42cace5a","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"26f6be37-3376-4cc6-a816-ce1b85080dfd","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"de08c363-37c2-4a41-8899-15de628009fa","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"344fdff0-1203-4dba-8160-ce4d2f4db977","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"31f7ba99-d262-4c85-b260-bb63820697c1","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"d64c3834-3161-491f-82d0-59ba291f677d","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"e78df793-0ee8-45e4-b9a4-9ac94d76538a","by":"Naval Ravikant","rating":null,"blurb":null,"url":null} +{"item_id":"80d2ba67-0acf-4308-aa85-95abe6df1fd0","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"fa89b19a-2244-4003-8531-ad8babf3712f","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"454d8ea0-dbab-478a-b6d3-336ef41b79cd","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"c4e8fa25-7bdd-4c35-a725-62ae3328b078","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"5fcf1273-e88a-44a6-94da-89d186fbe86b","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"77acce13-cffd-4907-81f7-f34895e21c12","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"7536b315-3f3c-4fa0-b82c-4e3d605a2310","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"7e780d77-f735-47a4-9d26-46669d22a4dc","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"7144e1fd-4b0c-4281-892c-c903cfcf3d08","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"5dbd1058-8a20-482a-a48f-c4ebbb13c7aa","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"edc49aaf-2bff-4660-9699-198a66a774b2","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"e5ed3bc0-a086-4761-9d5b-eb808aaeb68d","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"ce62fbf3-8c68-48fd-a84d-b06f55ca5c32","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"9dfea5f6-8336-4310-bc83-1e4eaf7cb04b","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"473e5a52-597f-43fb-9097-54010d75e267","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"1930a530-3a0d-4b4c-a9c2-2f4976fc28dd","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"4af938fc-47c4-41d7-81cf-a41bd80685a4","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"4863db15-93ca-45e1-bf9c-cb854d3deb0c","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"8791764d-e1ba-4e03-8826-0424c38f85a4","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"82a8f66a-6509-4550-9723-677157e169de","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"269f08f9-2ad8-4ae3-8e34-4794b0dab36e","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"1c818e06-75e5-401e-aad5-2b0d20155ec0","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"d28281eb-400e-4ee0-89ef-182e8a959137","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"b6730be8-1a83-473e-99b0-b7e684eec361","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"edc85dc8-d57f-41d2-817e-552f359f1084","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"fa9e0a11-7670-4188-915c-77eeb5a16e93","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"d13b9b45-ca80-4898-9fa4-d2ae89012cac","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"308db5ff-16d7-4685-bae1-0ca75ff1d44b","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"9ee48b3d-4c01-419b-ae87-c654a7c431be","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"ecd368fb-a128-4dcd-a244-7f9ad2ed4772","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"db79cf98-48d4-488b-b742-de5ef787cb9c","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"843ca42d-bbab-4983-a39e-88191f9218a8","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"77a28d6b-3b33-4497-8b95-4644c3b9041c","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"7a79fbbf-ff2e-4f20-9395-5324e5e5c24c","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"414147e2-e997-46a8-93ce-95a0da564f1b","by":"Ray Dalio","rating":null,"blurb":null,"url":null} +{"item_id":"f3d08b2d-de93-47aa-89c7-836ccd006f84","by":"Paul Graham","rating":null,"blurb":null,"url":null} +{"item_id":"26e30490-df72-46ec-8071-92b8b892aea8","by":"Paul Graham","rating":null,"blurb":null,"url":null} +{"item_id":"77b9aa19-c865-45f7-bd01-722400e1bfd5","by":"Paul Graham","rating":null,"blurb":null,"url":null} +{"item_id":"bba7b86c-0ebb-4b98-9332-9d9699e8d0c7","by":"Paul Graham","rating":null,"blurb":null,"url":null} +{"item_id":"fa89b19a-2244-4003-8531-ad8babf3712f","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"abcc17c8-a2a1-45da-90c0-26be271d74e7","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"d600f7d2-12e2-49f6-92f4-0b80ae99960c","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"4c446bf0-c561-4694-a1e2-2cacae907a87","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"a0a7af3c-2b22-457f-9d05-52e4afb57841","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"880146d9-26ed-432e-9da4-16582026c465","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"30e5805c-5da5-493f-9856-cab959406ccc","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"903382dd-536e-458b-82ec-9aa301a2c30d","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"dc280e06-96ab-458c-ab65-379fcc1227f7","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"cfbcbc8f-4c6b-4024-bcb1-35aea05d50fe","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"67122fe4-f759-4917-987b-e2801f92cdf2","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"0387b2a1-04ea-47b7-92c1-34c1bcebcefb","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"1edd368e-4dd6-4f0e-9b54-fa10e62f50f9","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"a18d2dec-9de4-480a-8e76-4d5dd132f353","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"a7921893-3034-49c8-8a6e-6ccf45ca8892","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"03417c9e-36b2-42a1-848b-a97ada5e6579","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"0d0b3de4-8384-4e6d-a978-e6fde18627d2","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"fc3dec42-1a9b-4aff-8f90-ce1b2f8a1b1e","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"346bd9e8-139a-46db-a487-c6225ad295f6","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"de8451d0-3613-41ff-87bb-e3bb0327c547","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"ef30a1ca-c670-44f3-b468-9097095020e2","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"db7b720b-df21-4dad-b7c0-52f78f70c035","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"c2071d22-942d-4071-a937-397208ffadc3","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"601cad92-cb9c-4023-9b14-8341db58a63f","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"57ac7ca8-9313-4840-8fde-e1a78c899646","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"c8660973-505d-429b-8444-9e5cd3317ede","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"4f34c2d9-5c99-4a8c-87bf-f4a5178815d7","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"e8224104-0d9e-4fe7-8e9f-fc1277a1a69c","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"bc23ffc5-9498-4692-9b54-e068108f8bc3","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"8ca41edc-399c-450e-8346-8dce2d0705d2","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"bfc897c0-3ce2-4b43-94d2-fc8c4f05944c","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"3a178e96-653e-4869-a39a-540738b9e8d0","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"8e23d76b-9f34-4926-858c-ce2a73638b32","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"3b2f0c0b-0a29-4194-b7bd-5dd529443136","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"f5b8f13b-c346-4070-9e20-9036657a3e9a","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"46cf0a09-8968-40bb-a8e1-72fca6db9696","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"5749b092-6c5d-4c5a-96e9-dfbb001f9fa0","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"85f2bf70-ec9c-450b-b9ce-3a53b90f8a0f","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"f5b6c224-1929-433f-8229-11c401d05984","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"0284a19a-7255-4681-8106-049da6356390","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"0107403f-605d-464c-b00c-b45d7ba28897","by":"Keith Rabois","rating":null,"blurb":null,"url":null} +{"item_id":"f94c6056-6744-4f01-9c3f-05e903335e9c","by":"Carl Sagan","rating":null,"blurb":null,"url":null} +{"item_id":"e267c3ec-538d-403e-a456-a1d726487284","by":"Carl Sagan","rating":null,"blurb":null,"url":null} +{"item_id":"77e8dc18-3f90-47a2-ab83-b6a6c078237d","by":"Carl Sagan","rating":null,"blurb":null,"url":null} +{"item_id":"0f575751-094f-4d49-b1f6-2dbe0ea95e7f","by":"Carl Sagan","rating":null,"blurb":null,"url":null} +{"item_id":"ee99a111-89e1-4eaf-9b16-af24c2147bc7","by":"Carl Sagan","rating":null,"blurb":null,"url":null} +{"item_id":"b13c449a-6780-4836-9ed5-db9cf3ad4d27","by":"Carl Sagan","rating":null,"blurb":null,"url":null} +{"item_id":"eec04ea5-95ee-4b51-ac8d-926c5c794c66","by":"Carl Sagan","rating":null,"blurb":null,"url":null} +{"item_id":"3a272a93-0d6f-4162-b0ea-8ccb23086213","by":"Carl Sagan","rating":null,"blurb":null,"url":null} +{"item_id":"bdd2e173-f4cf-4dd8-8626-5f7e54a6bedd","by":"Carl Sagan","rating":null,"blurb":null,"url":null} +{"item_id":"148da360-e033-437c-a0ee-45f862b50595","by":"Carl Sagan","rating":null,"blurb":null,"url":null} +{"item_id":"a36fced2-33ff-4609-b4bf-678d5c7de961","by":"Albert Einstein","rating":null,"blurb":null,"url":null} +{"item_id":"c535ab6f-199d-4e33-a2ce-e6ef1abfb12c","by":"Albert Einstein","rating":null,"blurb":null,"url":null} +{"item_id":"34fc075e-9f2b-4f4c-ab6a-ffc1d3a96566","by":"Albert Einstein","rating":null,"blurb":null,"url":null} +{"item_id":"90f41ec9-7a72-4d7e-8b23-64e5ae140684","by":"Albert Einstein","rating":null,"blurb":null,"url":null} +{"item_id":"e5921130-769b-484b-b446-e606f85bf216","by":"Richard Dawkins","rating":null,"blurb":null,"url":null} +{"item_id":"a8eaf540-685b-4425-a170-aa51d063416c","by":"Richard Dawkins","rating":null,"blurb":null,"url":null} +{"item_id":"0b82aaca-3872-4e22-8caa-85d8c20e2761","by":"Richard Dawkins","rating":null,"blurb":null,"url":null} +{"item_id":"8116470e-80b9-417a-8764-74356f1af49c","by":"Richard Dawkins","rating":null,"blurb":null,"url":null} +{"item_id":"778bb093-35ef-4de3-a664-4364fc32711d","by":"Richard Dawkins","rating":null,"blurb":null,"url":null} +{"item_id":"f7b2711a-8a9e-4488-be12-e36915691b2a","by":"Neil deGrasse Tyson","rating":null,"blurb":null,"url":null} +{"item_id":"8ed52dee-1289-4bdf-81e1-6baafde80c58","by":"Neil deGrasse Tyson","rating":null,"blurb":null,"url":null} +{"item_id":"78fd0b60-b41d-4274-b355-611e9186d757","by":"Neil deGrasse Tyson","rating":null,"blurb":null,"url":null} +{"item_id":"b3957905-e2c4-441b-b61b-9d6261e0ad70","by":"Neil deGrasse Tyson","rating":null,"blurb":null,"url":null} +{"item_id":"3d916947-35c8-4ee7-b64b-15abe44ec1bc","by":"Neil deGrasse Tyson","rating":null,"blurb":null,"url":null} +{"item_id":"e3059533-cac1-4628-b2d9-bf1654bc6c24","by":"Don Norman","rating":null,"blurb":null,"url":null} +{"item_id":"19ab775f-73be-4afa-ac65-b746d25c9e35","by":"Don Norman","rating":null,"blurb":null,"url":null} +{"item_id":"42318d68-9e91-4173-8289-57a881b0a632","by":"Don Norman","rating":null,"blurb":null,"url":null} +{"item_id":"67ee99f0-36e4-41c2-bb5c-bb6d20e4abf9","by":"Don Norman","rating":null,"blurb":null,"url":null} +{"item_id":"e7638a7e-bfad-458a-8fab-f6ad99c74e36","by":"Don Norman","rating":null,"blurb":null,"url":null} +{"item_id":"ae5c2abc-1ffc-44e8-b3b4-153e95bd5765","by":"Don Norman","rating":null,"blurb":null,"url":null} +{"item_id":"76d901cb-f44e-44a7-b8cb-70413b5bee6a","by":"Don Norman","rating":null,"blurb":null,"url":null} +{"item_id":"de787e4e-c081-4186-b660-a34cbed5066c","by":"Jakob Nielsen","rating":null,"blurb":null,"url":null} +{"item_id":"fe578625-af5a-47d6-add6-875b55687236","by":"Jakob Nielsen","rating":null,"blurb":null,"url":null} +{"item_id":"1ea5be85-7682-490e-b13c-5eba66063415","by":"Jakob Nielsen","rating":null,"blurb":null,"url":null} +{"item_id":"7b9febed-1ffe-4220-bf19-7e46b9e0a42a","by":"Jakob Nielsen","rating":null,"blurb":null,"url":null} +{"item_id":"266cc652-8d58-4537-96ec-bfba4dfffe2d","by":"Jakob Nielsen","rating":null,"blurb":null,"url":null} +{"item_id":"c69f3d1f-cf1b-4f79-86f8-2aded473cbb3","by":"Jakob Nielsen","rating":null,"blurb":null,"url":null} +{"item_id":"0b27558a-b395-49a7-bbec-9bfa8d5ad57f","by":"Jakob Nielsen","rating":null,"blurb":null,"url":null} +{"item_id":"9bc299af-c87c-4e9f-8e93-2e403a615c9f","by":"Steve Krug","rating":null,"blurb":null,"url":null} +{"item_id":"dd68ddca-b26e-4b67-8e37-673ea242a36a","by":"Steve Krug","rating":null,"blurb":null,"url":null} +{"item_id":"010afc9e-131e-44b0-b400-10feff11e4c5","by":"Steve Krug","rating":null,"blurb":null,"url":null} +{"item_id":"138e87bc-b805-45f2-899f-012eaa341fc7","by":"Steve Krug","rating":null,"blurb":null,"url":null} +{"item_id":"965fc720-98d6-46c9-8632-ba15516d2d04","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"4baf7236-e818-46e1-a34f-95c92dc1fcf3","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"45d959b7-430f-47fe-84fa-92db16aed1a0","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"d4f96c00-7b39-4caf-8338-1beb29769a5f","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"5e29a501-35c2-416e-b3dc-d2c74d84824b","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"e9fdf7e2-37ac-45bc-a726-9f9ce74d63d0","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"ba03f1fb-1c1c-496a-842a-dcbb9748e678","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"099ca355-1c7d-496e-b96a-e75b5698480b","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"5be43934-2cd5-4bd0-beed-1769895d05b2","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"723fefd6-3cf1-4d31-9493-2e2e30927726","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"e497592a-5b6b-4993-a1a0-d8c89104d584","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"a6823bb8-a40d-4ba3-a9ed-9bb488039d0d","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"41466427-1c31-4f50-bb82-527fd845bc81","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"99caed64-2985-4bbd-94f7-f0b043fd7c4e","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"3b8132bd-0a64-4062-a5e3-96ad882060b3","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"33293c20-fb26-4dc0-8fdd-09d0eaeb7f4f","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"6e2810af-cb67-4ac5-a6a0-83a77d8208b6","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"a9ed6552-4739-4743-b879-90e6ac228b87","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"f15d8d92-62e5-41d9-ad88-c6e7630c644e","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"5a6540d6-03a7-4a0d-bfe9-d027f19df01d","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"76c85c6e-47e4-4892-b7af-5fbb79efc05c","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"792f4752-61ed-409f-90ba-3ed9833d148e","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"19dc2ed4-42fb-4cc9-be31-b76ee616640d","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"ce1a6317-f7d7-4e9a-95b7-2b8a3f11973f","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"64a1cf59-cf50-4573-a7d6-d105a8144bb5","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"f5722a80-d97e-4236-a245-fc043dee226c","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"4d91126c-9ea6-4f6d-b214-cd196c0c2533","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"4190f1ce-1e2d-4281-9039-c962ee1dcd71","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"9300da4b-9cd4-4c14-a177-b20bcfb80b1c","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"ebe0a80f-4411-4e4b-82d0-988669c70c58","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"ba85097e-a924-41d9-803b-00fe9497110e","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"80da150d-c2d2-46a6-a806-2227c47f4179","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"27c7ec75-7c9b-47f0-b42d-02b7b870350d","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"28e99df1-3edb-4543-8984-bcac47114401","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"9b047307-3016-42d3-aea1-baddebb13f4b","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"52b91e23-ec65-4f98-ad88-96e5bd2eac0e","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"18edbfda-e309-4b6b-929c-8bfbbed4c968","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"e7cc7d53-1038-473a-962a-0eb8119d6798","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"9ecc4412-ba99-462b-9ebd-6bf165967ba7","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"7a22e732-95e9-4394-9c5e-c0dd7afe57fc","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"2c5173d2-52e4-4629-b63e-012e427b23c8","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"68a9fbeb-5294-4318-ba5d-aa31c2ab4c6b","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"8e33a81e-4db9-4869-b0de-58c19172c608","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"2c21f8cc-e335-4d68-8939-bcfd76fd7462","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"1d05c4b8-2f27-410c-8b5b-16f7a12e1228","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"a4a7ba2d-3eaf-4d41-903e-970a42999b98","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"125c9f4d-e2d5-4f79-9c70-4389a62295f2","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"28008405-7470-499e-a197-27970786df85","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"03f7b24b-0198-43cd-b25a-6f52d25b1ccd","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"2f8e4b3d-bf00-4b39-812f-33a4cbd6ef91","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"752364bf-ec89-48a7-9fa9-86e2b137b57f","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"df7b78f6-18fc-41df-b1ef-8084d798a55d","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"3c4f7f9f-6611-417c-80a4-3003083f29b4","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"846a37ff-e6b2-4a1e-a965-95f88b9ca9fc","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"19417324-f750-4bdd-922f-bea73c3195dc","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"21ffd1ac-7d2a-4e95-90dc-cb8f62ad954c","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"5d6b4812-8058-4239-a382-454be76903d9","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"e72bd2fb-d562-4839-ab73-b925cf312fd7","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"c861c851-3db1-47bb-819f-9b625d3a71c9","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"db25b569-0023-4ece-bc6c-6bb74280cdde","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"aa4138a1-4a5a-4c0e-b674-52aa0570022a","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"0fcb7a80-5a35-4dc9-8705-7da6fa34374a","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"8573a84f-3cc2-4b24-b15d-e5d61ccd77ee","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"3632ab53-022f-4ad1-bed1-97133635346c","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"f18d4e08-6a03-4578-b982-033554491888","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"77f7cb03-c2b6-4d06-90cb-0da000fe64b9","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"daea16fc-1356-483b-b642-fdc034fc76d0","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"70cca86f-3442-4000-ac08-57033bf66057","by":"Alan Cooper","rating":null,"blurb":null,"url":null} +{"item_id":"21d20fab-7bb8-425f-a797-174beb214bd0","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"eddd2cb5-6d58-48c9-9c8f-70cf73f78c05","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"3ec8be42-6b34-43c6-93cb-31c7b029c188","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"2dba7917-73b6-4175-8a67-7e998a9960b4","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"db708ab9-df24-4a09-a4e7-33e67f83779c","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"c33d0ae4-87c6-47be-85b9-e73ae46a7b91","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"1dd21bdb-4dc5-4113-a93b-3169835fed43","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"d2e07454-9007-4aa6-ba01-b59a9aedf004","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"e83dbe76-8c1f-4c9f-8e1f-7cc2d90e572b","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"7699c147-06f4-4241-a19f-3f6fe7919513","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"a9cd4ccf-c223-42ff-baed-5f932c8adf49","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"a4fcb8c6-08bf-4f79-bd8d-217ba6874936","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"c026bd86-5b12-4e3e-96c1-c5a976699504","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"5c80c7c5-7632-4d71-bf6d-a91e38213bef","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"83ce3be1-5800-49e8-b320-1e547ca1c108","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"0c80fc9f-12dc-46d5-a2e9-0b7444c02e95","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"b016f0f2-1525-4a43-9a9c-e655bdf7af46","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"a5c14e2a-d80c-4435-9081-66aa23af7a9c","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"4f0a8e06-7091-4475-9e99-aef382b2cc30","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"3e93220d-15d1-4210-96bf-837d8c19fbea","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"23c7caeb-337f-4c95-ba64-7619812d9db9","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"c7814259-e20e-4098-80b7-ecfc291351ed","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"ffddcc24-d4b2-4015-b176-05e43ea5ba3e","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"7e872ee0-a3cd-41fa-bbc0-c094b841c565","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"a601a664-b92f-4710-9970-d950c988e955","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"304b77c6-d68e-403d-8234-875baa9cefa8","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"5cd108ab-f357-41e0-ad3f-66595bb8dccb","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"f7807b8f-f9a1-4673-b5fc-86e976bcf8be","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"33845ac1-6bfd-4632-87b7-d5ba4ecc07b2","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"41290307-4346-4647-a07c-c55eb0ab79f6","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"d4e34230-e631-4ca7-9ec8-49dd09349068","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"959ea5a1-bc6d-4794-88a9-8c17f2bca451","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"e81dce48-c17d-4619-ad19-5dbff0cbabe2","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"1395f871-1636-465e-9873-ec50fe050049","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"392fff01-823e-4c86-bd9c-e2a2c21abd55","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"993b5815-3292-4d96-a0e3-6d4af52d31d9","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"d2d13f46-26ab-4d73-8216-082eb4bd8348","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"62246a90-73ec-4474-b425-f6f56af74848","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"56736f6b-3b25-46ad-bdb9-1d731f343326","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"97253b42-f299-45c6-b7f7-92faaf9d5b4e","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"15134e9f-46a0-4fd4-a50e-afd9a76721c6","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"8986cd98-fc26-416b-b677-1f77ce01e0f0","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"1972998d-9811-4aaa-b0b9-f6bf898dba7a","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"306c8c09-aaff-465d-9f2f-4c5ab41c7165","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"d5afc13b-4bf5-403c-b041-61770e30f40c","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"6dbcbdbd-8ec0-471c-b1b4-1fedab3418aa","by":"Donald Trump","rating":null,"blurb":null,"url":null} +{"item_id":"539afde9-a407-48c8-b1ad-92bba4507742","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"ffdf05b9-902d-4712-8639-c10f5b4e3ee2","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"421e9b0b-3087-4acc-b751-49bbff99e245","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"452867db-0e2c-46de-9fb0-7bdde831ebad","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"92823162-34c7-40cc-b75d-3b9c8d607aa3","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"08bc6a15-9986-4989-93c9-92b2338db979","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"7e86a853-08d3-4e07-ac4f-3ec34f084870","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"e6cf5df7-ad3b-4a3f-b38c-228574ed0a49","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"cf964463-8b6e-4215-a07a-4d62229dbc55","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"5eec8929-68a9-4315-bfaf-7626886f1ea3","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"035dfefb-24d7-4b30-b61d-1717625bbb28","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"bbdf8196-406e-4019-80ed-5f9fa580e9c8","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"693f3875-f588-4c3a-8024-5096509e750b","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"d7db197f-5890-4e25-9e56-80c16483cbb0","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"723fefd6-3cf1-4d31-9493-2e2e30927726","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"2dba7917-73b6-4175-8a67-7e998a9960b4","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"a1dae359-d976-4a4c-a7e6-9d4bbd79abf9","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"d59f1898-ae18-440e-b639-588e054c0132","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"74af9e3e-a1c5-43d4-9fb3-2273be3189ab","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"a227cfee-86a3-4325-860f-a298881d7593","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"8af10dc2-c75d-4577-a8af-fa22fb57f931","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"11ecd07f-9f33-4a17-bb89-71f257f8d3e1","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"d3ff49e1-3b1e-4171-88b6-f723d7f813f0","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"40eea82b-cb21-4266-a3f3-3a7fd9d5771b","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"654c849f-c8c5-4e8a-815f-248188038c80","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"79cd9a9b-77e0-4d27-bd8f-ef5a6f655d61","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"676c14f3-c47f-47df-862b-aa91985782af","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"dce9178f-30ff-43cb-93e3-29fc80c3a886","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"77acce13-cffd-4907-81f7-f34895e21c12","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"b3f00f29-efbe-44ff-bbea-2b76917a230e","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"f63b8176-d39b-407b-abac-d5608c34a4ac","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"dba46f39-1bfc-469f-9698-5ce948bcbadc","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"083c62fe-32a0-497e-8ca0-5ad3fdcc9723","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"213e34b4-f1ca-4901-bf20-d88b811ceccb","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"49d36a1e-5fd0-4af1-90f2-a64fb8253f74","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"be168e8c-d806-40a1-9716-35d313829d81","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"da4f1544-d5b2-4289-9cae-6997efe1fa68","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"245806ca-90f8-41d3-9fd5-ea72d3b4d19c","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"f920ac54-3ae2-4929-9220-a1a740932889","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"738abdf2-63b4-4998-ad9e-a70b649118b2","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"75dc2e5e-c3e7-45bc-ac09-6752c1cc11d2","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"2b2c6b65-a318-46da-9a21-fc12d462833a","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"039a746b-fa9c-42e3-83fe-d2054c20008b","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"d372c3fa-026d-4047-a612-f8d9800c6953","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"57518237-f36a-47c9-a5d3-70ff753827f9","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"d3ebfae0-306b-4778-8de6-72a7584c4623","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"7c87105c-9935-4b39-b38c-8d2373baa07f","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"6da9b5ab-2a24-4de0-b2c9-7e57c7414345","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"62bb7be0-458d-46a5-a185-76a8a472bbb0","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"60ecd59d-29be-4379-8ec2-70942f6730ee","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"f943dc5e-68b6-4597-a5a6-92560c277ed7","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"e7123a73-a8ae-4ff6-b4ce-ae8ce9299286","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"143ae9a9-efae-4c8b-bf6b-894522621a6e","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"9b047307-3016-42d3-aea1-baddebb13f4b","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"d5808b1a-e917-407b-b0c6-a7f90bad8787","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"0c50b1ca-96b7-4298-a3b4-29b2783002df","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"d93a624b-bfd7-4bf6-8f92-0f37222abc83","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"28361f6b-55c5-4e1f-a905-a5b8c299164b","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"1626e197-8afe-4e6c-851d-f0d7ac007acb","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"d2491d0a-8887-4eee-b491-6a0e5a3c7d7f","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"ef207b0e-0db9-4496-a666-c61942952083","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"57ac7ca8-9313-4840-8fde-e1a78c899646","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"3f67bb9f-920e-4afb-b6e8-84f8a398b9f1","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"cfa6f3d7-1632-404a-9b1a-080e31e5944a","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"cd78f039-bd48-4242-b845-c62bd4335e0f","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"32520f5d-20c0-4333-8fb2-113672021c3e","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"ec1e3999-09d5-4c49-82e4-ef8690dfd2ac","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"55ffe2e6-0701-4086-9a65-5ef54840732a","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"ae1f73a9-5139-44c7-ad33-571d9027688e","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"b7dface4-e23f-4e0e-b241-53f59878b410","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"3edd0815-cc35-4804-88ab-6004373fa787","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"9493905b-f2f8-4810-b175-86cad6790212","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"8c6f9a29-bcda-4f2b-9937-635ca9315f41","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"fe98d68c-72b3-4076-8c0b-8ee9c684381b","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"a78a3e07-1fa6-4675-b2d4-3e85071c3fd5","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"9fb67bc5-a2b8-4c34-a014-0bb4cf2a594b","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"908e4868-3b8a-46af-afdc-10f85f5341ed","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"e62e4403-c128-48d1-a4ae-a84e206179f1","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"0e3c6002-ba3d-4449-8058-ca94af02f3d1","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"2d6913bd-abe0-46c8-9c11-2184bd1468c1","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"5572577d-a6b6-4a99-9d08-c8ae251b2023","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"a1ad68d2-bb89-452a-97cc-d4f6fcb1b8c3","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"ab09790e-c1db-46c4-af37-bb9db80ce1db","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"0f93bf8f-bd50-4af1-baea-a93f53793794","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"52f6212b-9bc5-4512-a170-7264fe8e9a8e","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"3a3fc3f8-c8d6-4b51-b577-25dbc3cdf89a","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"886e49b2-d701-4d33-b29f-fc5459ba0d73","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"7a4860bd-3f29-4805-9cc7-f70d4447bbb7","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"0c67cc23-c034-4acf-a786-8828ba3c521e","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"e9395f84-6143-43ac-9d9d-ba736c9d34ce","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"28f779ce-c367-4bee-bfd0-b318639637d6","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"49c35a34-481e-4dfb-a0db-ad2a7fea8251","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"6b6ff843-bd4e-41dc-84e4-6fcdea45dc7f","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"6acdc522-3809-4177-a656-1186d7d006f7","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"74bf36fe-f371-4146-a6d7-98dc3ec8cd44","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"2935d2c5-838d-4ec0-81b0-b5ccefab1cf2","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"588ede5e-4e5c-4733-9826-999702f6d7e2","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"fd1ac464-5b1d-470b-9d15-fe0cd5318476","by":"Barack Obama","rating":null,"blurb":null,"url":null} +{"item_id":"846765f8-9437-4589-a49c-2f0aa26fe176","by":"Hillary Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"6f8d45a4-6df9-4096-b47f-c53c27bd8fbc","by":"Hillary Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"b8f46a75-9dcb-41e2-a95a-88e284f5babe","by":"Hillary Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"8e3bd3a6-753f-494c-8818-7598202b07be","by":"Hillary Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"dcf1f7ef-a27b-4857-b631-79a495a63cc0","by":"Hillary Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"9735e395-c392-4677-aac0-40f562e9fcdf","by":"Hillary Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"3c30b2df-1b4a-4656-ab16-a99fa03a90da","by":"Hillary Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"7046f2a5-12df-40a9-a5c2-26487eaf8145","by":"Hillary Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"cd59580b-dce3-4009-a54c-780350369f4e","by":"Hillary Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"6b55b55c-73bb-4250-9442-30c383ef1618","by":"Hillary Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"3a8ee06c-5773-4d9e-b7f1-b6836805cd08","by":"Hillary Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"df5d68f8-0512-49c8-a37c-e26f41b0ed11","by":"Hillary Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"f7b2711a-8a9e-4488-be12-e36915691b2a","by":"Angela Merkel","rating":null,"blurb":null,"url":null} +{"item_id":"846765f8-9437-4589-a49c-2f0aa26fe176","by":"Angela Merkel","rating":null,"blurb":null,"url":null} +{"item_id":"fcbd419f-0124-44b4-9d92-9b62df91fc94","by":"Angela Merkel","rating":null,"blurb":null,"url":null} +{"item_id":"161459ed-09bf-435e-8c59-52de3d57aed6","by":"Angela Merkel","rating":null,"blurb":null,"url":null} +{"item_id":"9a79ebc1-12a6-4bd2-8223-ee53c2042302","by":"Angela Merkel","rating":null,"blurb":null,"url":null} +{"item_id":"a131a89e-6fc0-4ac1-8a4b-020d9aba5135","by":"Vladamir Putin","rating":null,"blurb":null,"url":null} +{"item_id":"8b029845-2ebe-453f-bf8a-bd5598670701","by":"Vladamir Putin","rating":null,"blurb":null,"url":null} +{"item_id":"846765f8-9437-4589-a49c-2f0aa26fe176","by":"Vladamir Putin","rating":null,"blurb":null,"url":null} +{"item_id":"672063ea-b1ab-4491-b3af-1392ef33ff56","by":"Vladamir Putin","rating":null,"blurb":null,"url":null} +{"item_id":"b368e4d4-ec96-4ed0-99ea-68764b2663f8","by":"Vladamir Putin","rating":null,"blurb":null,"url":null} +{"item_id":"3a9a3e5a-0b14-4cc6-ab60-e40eb559e0ba","by":"Vladamir Putin","rating":null,"blurb":null,"url":null} +{"item_id":"71c6247e-c630-4dd4-99b7-add3109d1f15","by":"Vladamir Putin","rating":null,"blurb":null,"url":null} +{"item_id":"388edf95-5b49-4b5e-ac06-c113387934f6","by":"Vladamir Putin","rating":null,"blurb":null,"url":null} +{"item_id":"aa2291b1-8c1e-404f-a013-dd77abd7d660","by":"Vladamir Putin","rating":null,"blurb":null,"url":null} +{"item_id":"eff01792-1ba2-4dbe-b1fd-c11524bde4ee","by":"George Bush","rating":null,"blurb":null,"url":null} +{"item_id":"0ff3482a-3d93-4af4-abaa-0a2078322e23","by":"George Bush","rating":null,"blurb":null,"url":null} +{"item_id":"8a93b4a5-79e2-4d2c-bf3b-66c92aa8deca","by":"George Bush","rating":null,"blurb":null,"url":null} +{"item_id":"c43ec0e5-afc5-4aa4-9139-03c93513b160","by":"George Bush","rating":null,"blurb":null,"url":null} +{"item_id":"593c6779-65e2-4ee1-993f-2aebe4c990c5","by":"George Bush","rating":null,"blurb":null,"url":null} +{"item_id":"3eb3e578-c0d8-40e2-8cc5-ab49caee914a","by":"George Bush","rating":null,"blurb":null,"url":null} +{"item_id":"b6730143-5e31-46fe-8cfc-1a14f802c942","by":"George Bush","rating":null,"blurb":null,"url":null} +{"item_id":"e2575fce-67a7-423e-9151-cd943413a406","by":"George Bush","rating":null,"blurb":null,"url":null} +{"item_id":"ec023c23-7fa1-4ad1-8a0c-3bd64303fd2e","by":"George Bush","rating":null,"blurb":null,"url":null} +{"item_id":"5bfd34f6-e429-40b5-a985-391eeba830dc","by":"George Bush","rating":null,"blurb":null,"url":null} +{"item_id":"ba344c04-1056-4563-b927-282e7bbc6ddd","by":"Tony Blair","rating":null,"blurb":null,"url":null} +{"item_id":"6064285c-cd60-4e00-aee4-9b5af62ddd94","by":"Tony Blair","rating":null,"blurb":null,"url":null} +{"item_id":"3f1096a2-8a3a-4416-a381-77249537c501","by":"Tony Blair","rating":null,"blurb":null,"url":null} +{"item_id":"32b313ab-6bc4-4bf2-81e3-be756436c6ab","by":"Tony Blair","rating":null,"blurb":null,"url":null} +{"item_id":"e6a4ad6f-d1f9-4657-b8c8-492521084574","by":"Tony Blair","rating":null,"blurb":null,"url":null} +{"item_id":"5dcdf1ed-dc39-4ab8-a5c7-6ffb9fea1996","by":"Tony Blair","rating":null,"blurb":null,"url":null} +{"item_id":"fe98d68c-72b3-4076-8c0b-8ee9c684381b","by":"Tony Blair","rating":null,"blurb":null,"url":null} +{"item_id":"d08e4f4d-bf42-487d-aa43-2f335f436efc","by":"Tony Blair","rating":null,"blurb":null,"url":null} +{"item_id":"56fb9351-2a3c-4e95-a22c-42fd9efee6dc","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"1f48e55e-bd12-4eb9-9d26-ce2053785614","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"ffe69c7f-8972-4b23-b6ad-4e019cd654bd","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"6c26c567-06a9-4efd-aa4c-78f14b8ad208","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"a28eab61-efaa-49e3-907c-a68f8299824e","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"8b500c44-67e8-4cec-953f-23a16fca9d6b","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"0ad861ad-3693-4121-b9ad-503573cc4d99","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"5f7c6b89-daeb-4450-8dd3-67943a7d357e","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"49d36a1e-5fd0-4af1-90f2-a64fb8253f74","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"f3e98ddc-5cab-4fca-abdd-8b12618e5b4c","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"f920ac54-3ae2-4929-9220-a1a740932889","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"801a1bb3-0458-4e63-8630-531db2247055","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"4a19b1e3-5249-440c-a83d-bf698c26c344","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"0b90c177-d914-4212-a7f3-2bc9a535d4b8","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"87342714-fdcd-45ee-afa4-e713707e6a98","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"ec1e3999-09d5-4c49-82e4-ef8690dfd2ac","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"48022a03-4da8-472f-a9eb-a50d2d619de8","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"6e1b501d-7b5b-49c9-a5b9-b9fa42e19e79","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"bb7e8c70-a44f-419e-816f-010119aa1d61","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"3c880c9e-fde1-439b-97dd-0976f5b926a6","by":"Bill Clinton","rating":null,"blurb":null,"url":null} +{"item_id":"0914c530-d1fe-43e4-9308-452e761911dd","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"2f141fcb-3efc-4fff-9133-91688a714d51","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"86c577b0-cc1e-43d1-909b-c31f9c13a6ca","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"d8de79c1-3fcf-44e9-b75a-e7fb4554be3c","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"339334c1-be89-45ee-848b-2cc701fc9396","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"c9009610-09af-44f3-ab18-e109ca810b46","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"ff71e9f0-1c01-475a-97f4-34288148692d","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"6306d0a5-255f-4fb0-9448-98f5352384f4","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"edbdbb43-beca-4a02-a825-5cb6db74c869","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"c3697e75-bd75-41d4-a9f2-b7c374b9eecc","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"3eecd8b3-4e5b-4ad1-aac2-a5efe0eabf41","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"bd556357-fc19-43bf-8b54-d76a8dff5143","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"52e0563e-87f3-4b15-b747-6f4c1b7629f7","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"c0008636-e8fa-4e96-a58d-03f73d8d5225","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"4ca674fe-a1e9-4429-a4ba-9f5cfcf03390","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"998c3f40-8ca8-4afa-bff5-41aa79578346","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"ecf59b80-0c91-41c5-a244-c23803c48636","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"1dbcd283-bc0a-4b7e-9a14-da4cd3e864ec","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"74bac24e-45ba-40e2-9327-70c8b6d910fa","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"53a5d2c6-c762-4d55-8616-09991bc6f884","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"a78cd2fa-fa19-496d-bc7a-34e3dc546460","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"3025f9bf-5625-42b3-a4d5-e753a0bfeff0","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"f379f305-b118-4577-b66f-a301a9bd8db2","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"46f28977-aa3a-4e1d-861a-fb63734f0852","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"fbadb81f-3617-4ec1-beb8-7d19381b8b30","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"b297b7aa-2adf-4a80-a6c0-ced070c7e5ce","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"da7b4fdb-8667-4c3c-81cf-3c7a9c2c5b05","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"74af9e3e-a1c5-43d4-9fb3-2273be3189ab","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"bac29e1a-0a13-4ef4-8d44-a296ef838541","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"0b610f5c-ee44-44a0-9ae8-7a78f2bd59c0","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"ce8034c8-2c4c-4310-93ea-f37314392059","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"fcbd419f-0124-44b4-9d92-9b62df91fc94","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"419777b6-a97a-4aa2-b96f-fb14d823f59e","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"5ed694e9-c7ec-4c87-bb21-440879a71c0f","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"d274bddf-ab4e-42d7-acfc-38d5f743609a","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"a0b832e4-dccc-408a-af76-56830bfde65f","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"253568d7-5952-4340-9b49-5e398da65012","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"e77a9ddd-b8f1-45e3-ab9e-e03757dde394","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"e06400b1-2273-48d8-8f72-b95bcde9fb06","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"5d88c3b1-8e66-407a-a25c-baf7e1e240e4","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"53008798-d4d5-4721-8d29-b054046c4083","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"3ba0c7b7-7edb-43cb-b8c9-d8e8458f0c54","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"caff54c2-2ba4-4895-bf39-08517b315d28","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"2ec04bc0-73de-4a3d-ab0a-1fae81b53b5f","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"bbd4b69c-5dc9-483b-8e6b-ec416120a747","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"4120e21a-4a55-465a-8e97-5f22344dd3ff","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"ea9a6f31-eb67-4d49-95ca-505bfb2941dd","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"4f37fa73-8bf6-46cd-853a-e82705f79f97","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"06a166e9-a2db-46e4-891e-46236622f63a","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"f8fb187f-2676-4f2e-9415-1c3ed0de863c","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"3317871b-01e9-4f40-94a8-ea50224c389e","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"d17a45a9-d4b7-4522-9932-d893f573b2a0","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"660a163a-de22-418a-a68e-4edd0170f4a8","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"a2d3bc22-dec1-4b73-b5ca-bcc35032c5c1","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"e9092a72-3ba0-4b36-a61b-951d41e80c4c","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"f0e45385-9e4b-440a-90c5-50ead36859e9","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"c55136a8-3efc-4519-92bf-87f6de2b3dcc","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"ce1a6317-f7d7-4e9a-95b7-2b8a3f11973f","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"b2e6c4a7-43ba-4212-94a9-31c68532956d","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"e694b895-06ea-4181-9eda-c118fb3826f9","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"46f309c6-dfbe-409b-b2f7-b4fe9453bedb","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"721751d6-8fd1-44e9-8aea-769e7fd1a4bb","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"6e0bf2ea-6251-49cb-9720-27fc8dc6fe26","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"5a2ce712-92d8-47e8-8d33-4a56203462ae","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"09e97c4b-55aa-45c1-a80a-fff767e72229","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"a87077bb-2480-4576-aba5-3e692ec4797e","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"96a63654-4b98-4ebb-a3bd-eff22ae3f39d","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"9bfe0e71-16fb-4a66-b32a-36c2031ad890","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"d048a55e-4c41-4b69-83f5-5a4533dda4ca","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"56cd6621-69fa-45b5-bac5-1ad6233a92b7","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"544e5bbb-890f-4108-a874-b57110abf7a5","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"df7481fd-fd7d-4b34-8f8a-9be7f8d04c75","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"93628ae0-fa9b-4b54-89fe-ddb8ff956df2","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"4f7aa87c-1d55-4adf-90d9-5d7aba5a031b","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"259eab04-9b7f-4d7a-8f44-03820706a99c","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"950d5dfe-9337-4b47-9181-99d9dab42a8b","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"91b8d46e-6b7f-4e30-a205-3c48e373cb34","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"e4b190bd-c0b0-4d14-8698-fb736331c78e","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"d2306af7-7cea-498d-af1e-613dfd2c2f2b","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"f9f5d6aa-0e5d-451a-b69a-95ebe942f4b1","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"021683df-68f4-43cc-847a-00182277368c","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"8f3d4503-81b3-4eb2-b6b4-b263070b62a2","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"32c7a9ae-3593-4abd-ae4c-dd6f2cd07bde","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"3d9f0404-1825-411f-a5df-8f0a29b72a74","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"9dac7a69-0103-4a03-94ca-f69fdfb36f80","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"1d705f83-2fa3-486c-84b6-fe0cbd3f7660","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"dc2ec7db-57fb-4867-9700-0e4456ebbb64","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"e3f6b8cf-599c-46d2-b58d-4b6fa4e784f2","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"84f698be-e6e9-4dd8-9f9a-e26725c54dd4","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"f3225322-355c-4f44-8e9d-06a120cb9e7d","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"e694bd87-88c8-4e07-b6a6-3eec2dc63827","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"c2e08fdf-2cf4-406c-a0cc-1a858252ad40","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"d7fb1ee3-adbd-44e6-9e1f-fccdebda2333","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"c0adc887-9539-4607-9988-560483022b1b","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"73ce7e16-5c61-4769-899f-43df9d3b7933","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"3e152b1e-4173-41b9-9057-3e81ff339fe8","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"b8cdbba9-67af-466d-b16f-fb2acd490df3","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"60f17f0e-c98d-4e41-a66a-3778254076fa","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"c44fb36d-3413-46bf-90c7-e1e297108b13","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"7c44d423-01dd-4941-bc03-895b36b358e9","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"6a1eb751-65a8-4b31-8627-8e056714ed3c","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"504b2c71-33f0-4709-993b-976d864bbb42","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"a68c3186-c41d-4ab4-8d92-4cf76e7d8513","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"1263f69d-c7e4-4a77-971f-b596f88032ae","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"f590cb5e-44b1-4cb5-b0ed-007ebdee53b9","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"ea835b3b-c4e6-41b6-acb8-d64f6e05d91d","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"7c6272fb-5ae8-4bbc-885e-8199d5c308fe","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"1496c209-c606-4dd2-8b56-0847a9925317","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"30cc8774-a76a-454a-b99e-e115fcc79d86","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"d90bef27-b630-408a-94a4-cd6d81b8de82","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"d244f26d-c414-4c95-9fe4-102474784e4d","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"18688a7c-6aa1-47c4-b003-cb4ebbaf57ee","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"6f50a1b8-8a4a-47cb-ac94-5499fccc644c","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"fcec82ef-7a34-4e84-9050-98d12dd55eb2","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"aa4138a1-4a5a-4c0e-b674-52aa0570022a","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"4c2dcdd4-8a5d-461b-b9fa-bca48137cf66","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"8abd2c5d-2575-48b0-b245-0091262ddc50","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"fe4d0bb5-eeb1-4e54-b8c4-292582eebe8d","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"b48110ba-61d6-48b1-86cc-fe9c7abcc390","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"570f2502-f19b-4354-971b-8c2ba1df6edf","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"5ef89508-d576-40a8-a7c2-ec68831993a4","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"02a22a8d-22cf-4f32-8778-c3163ba1365c","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"1d397031-667c-4c8c-9215-ee4310421290","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"47a43e7b-496a-4225-9885-bdf05c56316b","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"ab7ffc02-cd5a-4e85-b123-b6038bf8e3ae","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"10cd56a5-71c2-4ed1-941d-353852dccb0e","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"59b30043-bbec-4209-a8d0-5299b292d75a","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"d483e685-0149-4963-bf91-396e6a60b4e9","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"9259deb8-d6be-4651-8dbb-efecc7d5d9b6","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"5b0e2a19-ce3c-4204-b4b1-4ac1d270e8ac","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"3e5d5194-8772-414a-b524-10b98bdb7b1b","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"6a582e5c-6f59-4adc-9687-a822d0e48d71","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"0e116102-e3d3-421a-8893-935b9a96f337","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"9dfc7a78-8495-4ff3-b8a7-32c8bd6b67d2","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"9f5d144c-1606-468f-b630-f99f0b55faba","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"9e423ab5-af00-4028-93c6-e03c9c5572e1","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"58a300f4-75a4-41f8-9cef-0c7bfc6c3eef","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"8e461688-1ed5-4b99-af05-52c926248c5d","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"610dfc3d-14d6-4dbd-a326-808f5e59b920","by":"Tyler Cowen","rating":null,"blurb":null,"url":null} +{"item_id":"45fe3ccf-f508-404e-b7b0-2a5d18de0ae7","by":"Paul Krugman","rating":null,"blurb":null,"url":null} +{"item_id":"f7f301e4-3075-443a-9d56-51579a9453aa","by":"Paul Krugman","rating":null,"blurb":null,"url":null} +{"item_id":"fd728dfe-c107-4c10-8523-0a41bdd40535","by":"Paul Krugman","rating":null,"blurb":null,"url":null} +{"item_id":"18bd01d9-c811-4554-bfc8-8162b26dd71a","by":"Paul Krugman","rating":null,"blurb":null,"url":null} +{"item_id":"80785b05-4b13-4fcf-b9e1-078b753a3b3f","by":"Paul Krugman","rating":null,"blurb":null,"url":null} +{"item_id":"93353382-e149-4722-aa93-e2c5733ea406","by":"Paul Krugman","rating":null,"blurb":null,"url":null} +{"item_id":"60805878-cfa3-482d-9ce4-dec6033e8d72","by":"Paul Krugman","rating":null,"blurb":null,"url":null} +{"item_id":"90282213-f5f4-448b-8051-9ea4336c3b5c","by":"Paul Krugman","rating":null,"blurb":null,"url":null} +{"item_id":"9351a020-a50e-4f0c-9469-603e4e0f7084","by":"Paul Krugman","rating":null,"blurb":null,"url":null} +{"item_id":"837a4bb1-fc6f-4e7d-846d-e69a4924b2cc","by":"Paul Krugman","rating":null,"blurb":null,"url":null} +{"item_id":"eeae0f9d-4ba9-4143-99db-28ebfe75c823","by":"Paul Krugman","rating":null,"blurb":null,"url":null} +{"item_id":"de7faa43-7413-46c9-a8bc-71c28e15324f","by":"Paul Krugman","rating":null,"blurb":null,"url":null} +{"item_id":"84da7fe5-7133-4eb0-a40d-5cafd7db122a","by":"Ellen DeGeneres","rating":null,"blurb":null,"url":null} +{"item_id":"2204821c-f423-4bbf-b20a-16bf8420dc3f","by":"Ellen DeGeneres","rating":null,"blurb":null,"url":null} +{"item_id":"92ab9bfc-acb4-4479-b643-aa9a4efa39e0","by":"Ellen DeGeneres","rating":null,"blurb":null,"url":null} +{"item_id":"ff0377ab-d543-404d-93c5-c9332c5b8e8c","by":"Ellen DeGeneres","rating":null,"blurb":null,"url":null} +{"item_id":"f5609575-d39d-482c-a2ec-3f6edf3ee3d2","by":"Ellen DeGeneres","rating":null,"blurb":null,"url":null} +{"item_id":"4b174c10-d433-4119-86f8-89c6f0298743","by":"Ellen DeGeneres","rating":null,"blurb":null,"url":null} +{"item_id":"3b6ab58d-2cc6-4823-a470-23c0fd0cda98","by":"Ellen DeGeneres","rating":null,"blurb":null,"url":null} +{"item_id":"498f57b4-c520-47e4-8a4c-4b3888fc9740","by":"Ellen DeGeneres","rating":null,"blurb":null,"url":null} +{"item_id":"34439a90-41f1-4b3d-946d-233c10a24e87","by":"Ellen DeGeneres","rating":null,"blurb":null,"url":null} +{"item_id":"4170b2d3-4ad8-45b7-a208-ace3621c28ce","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"7f542c1f-5d20-4567-8741-133538c2c277","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"99a3b293-4fb0-44fd-a0c8-81c5b8a17c34","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"e91cb6fb-dba4-4789-a186-1dd2d29e9fb2","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"5244876a-fa73-40b8-8323-0c5295e35aea","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"29b8fc81-7ba4-4b67-aef9-2eb9f715c9fa","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"f920ac54-3ae2-4929-9220-a1a740932889","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"36657e74-0ff0-4335-a918-55e628c36a5e","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"e55fd6c3-42ea-4a53-ac66-bb1ba9f2a4b9","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"71c6247e-c630-4dd4-99b7-add3109d1f15","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"d372c3fa-026d-4047-a612-f8d9800c6953","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"7c87105c-9935-4b39-b38c-8d2373baa07f","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"b37f4d92-353c-425a-abbf-77080901ff6a","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"0e976a91-354b-4113-96ff-52336db870d2","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"47f94485-76be-4f61-9c16-3251c8802d28","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"45b836ce-1e4a-4fdf-a865-42876b21f6bb","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"5796be57-c6f9-417a-ac4a-8ceec032a64f","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"583ec47f-3a18-404e-956f-d852b43df111","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"38324947-0782-45a5-b176-46aafbd4b2e8","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"808f4ab0-c1db-417e-9f8d-9b4bd356b641","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"21dd37c2-9307-45f2-97f0-4f6590d741d0","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"befa9d62-d5cc-4217-8d31-7fe23372b6d6","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"af7c74b3-0b84-430b-a4b1-eec807a602f9","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"17fd82fd-250a-4cfe-a774-5c80c5afe12f","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"9aff6949-0edd-4f4a-ab07-36ecf613b06a","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"57d05647-28da-46f4-b133-f4752aabcd53","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"380175a9-7eaf-4bf3-96c8-491842c5a4e0","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"d96a4f12-e712-49fb-9836-d63c9083f178","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"b42e60ed-78d7-4736-bc73-825cccdf7dae","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"03c40132-be4e-46e9-86bc-0d7580556754","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"0309cbdd-656b-4b79-b3f7-77d0c921137b","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"39b3c2b4-3f89-499e-a21c-de6cf0b86059","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"cd4aa69a-4485-4d64-8bbf-eb73375f4c3e","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"43d8d894-94c9-4065-87a4-7da7f72643df","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"a26d6394-8826-4499-aa65-ac5d6e3ca553","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"0ff4c272-af7f-4c6a-919a-112d7d638f83","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"ae6fed7b-3415-4e1d-9c50-2536c2bc44b9","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"c2e481ca-a05b-46f1-a27c-ec44ba3ad570","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"0a4eaaa5-54d6-47d5-961a-962c0b589b91","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"1353838d-684b-4c59-b22a-494f88645b8b","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"113dacda-7e76-43c6-ae93-6afe72f039e2","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"c96692ab-2627-4a15-b95c-ebcb13ed3bce","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"5cc74321-c6ea-49c8-a92a-c6736ab2ead6","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"00029f5e-b754-4f74-8c3f-5c7437ee0707","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"da2e702d-9977-4074-a2af-266f8884281e","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"911815b7-540f-4c61-b9e7-c07c86b04c27","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"9460ea2c-8ce8-41e4-b384-df46500d1c2f","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"a312487e-ff76-4a28-aef2-cf7c1a03f0d2","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"6cac5c71-061f-4b39-8be4-7eb686a45f70","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"6dfa18d9-53f1-4669-9ce5-806e83d2db2e","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"b024849e-868f-41d1-a3a8-13f4599e4466","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"70c2760f-bd35-4370-9f01-5cf4986252b5","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"6350cc89-1ef5-4d8a-9ce0-2d75b22023ab","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"715a8098-4426-4483-8d20-b4862a06be11","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"f3e1e4e9-dcae-4585-b8a0-8e5cb0896ad2","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"89b161b1-5c25-4faf-a19e-b844f68f473b","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"405e68c6-7da6-4ed6-a9ac-4a41f11c3315","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"e5a15e3a-55ec-41b8-b357-7648ff0a3c25","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"b47b2a5d-f0af-492d-985a-5f45b46e599c","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"7a3979d8-66cf-41fc-982c-6c7ce660f342","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"6f38640f-777e-48bb-a935-8ed86718497e","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"532f3f3a-8b11-4343-bbe3-e7b7a124f5f6","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"4ef4e720-1d43-40ae-bde6-842b982dbf17","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"d82c55b1-140e-496b-b140-2b0245a878c8","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"0d53390f-6aae-4806-b8bc-c75d4f0017a2","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"5c7cd55b-2867-4752-a465-9aa8a72314bd","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"2d51d6a3-b5e8-42a9-bf3f-e2303651ef86","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"8be5320f-5093-4ffc-9fa4-d37f3eb86353","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"a081a514-f0a1-4355-8c62-3b381602c404","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"a83df75e-9d16-479d-aa5d-bc2fabc331fc","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"fcaecdc2-4a47-4512-8863-b555eb34d889","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"c3dc01dd-6bcc-48d0-8554-2fca335d1056","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"fd9f63ae-fd20-4c79-9fb8-4f3fc0662d15","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"4522677c-4d42-41cc-b38a-7406f5a350a2","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"1eb0d1db-9f23-4830-95ea-9072ab738d18","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"240f1a5c-dfe7-403b-a147-f6bdd56d1213","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"cac50b2b-5846-4e0f-8655-68b342d6c4c3","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"0d3f404c-7c29-4c9a-b146-204c3e2e60ab","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"7d16d2da-caf3-4fbe-9a8b-2691e9025999","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"283520dc-dc80-4028-9c0c-b973d5deb31c","by":"Oprah Winfrey","rating":null,"blurb":null,"url":null} +{"item_id":"1efb2915-1711-4309-ae54-00ee87de8bb6","by":"Johnny Depp","rating":null,"blurb":null,"url":null} +{"item_id":"c670edff-5b38-400c-95ff-481ec5d55b47","by":"Johnny Depp","rating":null,"blurb":null,"url":null} +{"item_id":"1b970737-3c9c-4070-b8ea-d276456fa61d","by":"Johnny Depp","rating":null,"blurb":null,"url":null} +{"item_id":"c153ba44-48b6-45d1-9a70-064a506b1ab0","by":"Johnny Depp","rating":null,"blurb":null,"url":null} +{"item_id":"96876d8a-2dc8-4411-920e-9a4e62f6ddc1","by":"Johnny Depp","rating":null,"blurb":null,"url":null} +{"item_id":"98b3ffa3-1a5b-45f2-94c0-c614fbe8a65b","by":"Johnny Depp","rating":null,"blurb":null,"url":null} +{"item_id":"e0a67e7c-c8f9-4290-a8e8-e31eb95f5140","by":"Johnny Depp","rating":null,"blurb":null,"url":null} +{"item_id":"8d96487f-8cc4-4125-aac4-41c1288e3ae0","by":"Johnny Depp","rating":null,"blurb":null,"url":null} +{"item_id":"740d3793-5975-460a-b670-e909fea2f00e","by":"Johnny Depp","rating":null,"blurb":null,"url":null} +{"item_id":"6e1eedad-16a7-4791-afae-f5feb346b068","by":"Johnny Depp","rating":null,"blurb":null,"url":null} +{"item_id":"acf2ba53-e77b-4d53-96f0-fe3bb677c9bb","by":"Johnny Depp","rating":null,"blurb":null,"url":null} +{"item_id":"ae90548c-dfdd-4225-9b1e-db583147e246","by":"Johnny Depp","rating":null,"blurb":null,"url":null} +{"item_id":"2f370b96-3bc1-485e-bc86-a0bf8b3b89f3","by":"Johnny Depp","rating":null,"blurb":null,"url":null} +{"item_id":"227c3cd1-de40-48c9-8a77-814a044bde9d","by":"Johnny Depp","rating":null,"blurb":null,"url":null} +{"item_id":"4097adc4-e852-49f3-9ffc-94002b9a0628","by":"Woody Allen","rating":null,"blurb":null,"url":null} +{"item_id":"bb4081fe-845f-442e-a70c-ec5dade2d8b1","by":"Woody Allen","rating":null,"blurb":null,"url":null} +{"item_id":"25136c93-38a0-4378-a132-78395e3c0465","by":"Woody Allen","rating":null,"blurb":null,"url":null} +{"item_id":"bdf56274-1185-488d-ab0e-f9f0333b3810","by":"Woody Allen","rating":null,"blurb":null,"url":null} +{"item_id":"1ef6fece-9e8f-4564-b8e3-556287126b6c","by":"Woody Allen","rating":null,"blurb":null,"url":null} +{"item_id":"8912a084-dd89-40d3-bf11-73070e8d7522","by":"Anthony Hopkins","rating":null,"blurb":null,"url":null} +{"item_id":"fa71730b-de6b-4376-b290-e1c747811d8c","by":"Anthony Hopkins","rating":null,"blurb":null,"url":null} +{"item_id":"c33d0ae4-87c6-47be-85b9-e73ae46a7b91","by":"Anthony Hopkins","rating":null,"blurb":null,"url":null} +{"item_id":"55e1f5f2-3e79-469f-9c70-9abea910628c","by":"Anthony Hopkins","rating":null,"blurb":null,"url":null} +{"item_id":"0b4cccf4-2abf-4134-b829-a653450613e6","by":"Anthony Hopkins","rating":null,"blurb":null,"url":null} +{"item_id":"9695b799-b4b3-4fa0-83b7-c96849125eb8","by":"Morgan Freeman","rating":null,"blurb":null,"url":null} +{"item_id":"4def3799-f72a-4485-867f-b9138d1f0df3","by":"Morgan Freeman","rating":null,"blurb":null,"url":null} +{"item_id":"9bae59ff-2729-4dae-8970-206d796aca01","by":"Morgan Freeman","rating":null,"blurb":null,"url":null} +{"item_id":"380175a9-7eaf-4bf3-96c8-491842c5a4e0","by":"Morgan Freeman","rating":null,"blurb":null,"url":null} +{"item_id":"49c35a34-481e-4dfb-a0db-ad2a7fea8251","by":"Morgan Freeman","rating":null,"blurb":null,"url":null} +{"item_id":"6481e395-826e-49c9-98a0-95f8fce3ffc0","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"5883a5c5-6f62-41c6-9f08-31cb8e7e2a29","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"a86bf2e2-f1f3-4dd3-b857-bd1134843740","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"03213fa6-74a6-4054-83a3-dd7716a8f964","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"8bc9ceea-d45c-4bbd-8c46-ec80fd12954a","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"2fe0339e-405a-4039-ba34-75978a77a2b3","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"60af45b6-978b-4fbc-abd1-2eeea683e64f","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"56d3b665-9cce-4c1c-992c-e4271b38f17b","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"391f0af3-ab9d-477a-a702-2345ee2cd5e4","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"74e2cb0e-1a44-46c2-b2c9-20f19ea903b2","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"1ca96343-5466-4622-9f35-ca2c59f54dad","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"9def0b69-c296-4bcd-b312-d66ab7ce8341","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"a0f830ce-2500-4930-b1a9-1114a3889aa9","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"7ed3d364-0a07-47f0-922d-4c54389fd2eb","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"8fa4bb4b-909c-4ce9-a3f7-ba9747c49562","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"b3a0a8c0-4a46-4ae6-b53a-fdf7133aaccc","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"77acce13-cffd-4907-81f7-f34895e21c12","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"f8d9df21-56aa-4117-859f-66f822e3d12e","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"01d776db-de62-41c0-8fda-4e2ddb05391d","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"edcc7598-1519-49f9-a4a6-5cc795fc1771","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"db21d758-2034-411d-a4a8-af2ebf905ef0","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"9b8d1ded-8289-40d8-aa79-0798294e5bd0","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"5dfbbbaa-947c-434b-b987-a793bba9f19a","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"ffa4f402-4d6f-4747-b921-d89a44591ce9","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"cb1d2fb0-7dd7-43d4-9cf6-714027092c3b","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"9e0084b6-851d-4049-a0bf-e2ca6986a622","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"e274b09c-7057-42f5-bddb-54234fc21984","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"b5cc9d07-7817-45ca-9853-89052b652da3","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"4ab8f7ca-7b6c-452e-8783-ffe2e6573ee5","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"18325db8-f916-41af-9f08-964ab28e93a8","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"bdb2892a-5908-46c9-b791-5d6af9df1f13","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"c929aa46-e218-4b89-bf1d-f92d6fd166bd","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"6a5340ae-6b0b-4001-8894-0af236346dbe","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"12b9551a-95a1-43fc-b9a9-7e2ffa536aa3","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"ddd32606-ed90-457d-a7fe-3ca9d7ca1e45","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"e29738a9-8d88-4bc0-bb53-9494f89140bc","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"0bf90988-9f1f-4cae-93b3-eb1571a8af72","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"cfc9ef4c-ef70-41b8-a859-6cfe509bdab8","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"44904717-d24e-43df-bad7-ad08a029d16f","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"d649f5cb-f399-4824-a3a9-8207a3762f2d","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"e085afee-1d2b-44b7-adc6-5221f077a302","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"05f1a6d9-413f-4c55-a95b-6407dbde7599","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"8eda0ecc-31ec-4c7f-a0fe-c8f58e3e2747","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"9a528e83-7752-4d7a-bdc1-73698f859d43","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"dd3cd895-c812-4bc9-9ab2-285e1b702564","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"6a58a71a-3b14-4a00-b596-bb5cbd1009eb","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"b6d983a7-2079-41cf-94ef-cea059f4c039","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"9253e117-6006-4f93-8f8b-5f98e0cf315e","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"7fb76eab-cc51-4d86-b836-897d096b0727","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"0cc5f1bc-aad0-43bd-82ea-662347924886","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"117028b1-1858-4738-a1eb-24c226b4e83b","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"c4a9153c-1f5d-4cab-a750-74da7617bd8e","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"2aa6fc79-54e7-48c1-9272-a16e79aa5804","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"68ba5aff-9084-4b55-ac96-51eb8423f4f9","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"cf909538-5b4f-45de-94f1-dc35e73e3e0b","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"6483e0ca-7949-4ead-8f99-2b11548d4804","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"9333d7c0-4f30-4434-a83a-ace8f688a5bc","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"4a51ccbe-52db-4541-a8fa-1442c1de2261","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"f231a764-eb5c-4999-bf54-70a469365fa0","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"0f245c1a-48cd-4f84-a1cf-b06aaed22247","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"0f5227d6-d795-4bae-a762-8f68b9fab731","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"24d98301-a595-45c0-97f5-6dbdfef45cde","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"e3a72621-3169-4035-bd6d-29343d74e2ed","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"3b825c68-f736-4048-afcf-21add26c7079","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"56094877-9cf8-4f88-97f2-a52cf0368a27","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"badc3bdc-b388-42b3-b615-bd3cda96b519","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"19f3af29-fdb8-402d-9333-277f988c57cb","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"3a88a400-fcf5-4d2d-8af9-70f034f0fc78","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"ca415322-149f-49e5-9c61-0374a308c59c","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"03d013fc-e9a8-44f5-b3cd-39b7ba34e79c","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"666f3f43-d420-4351-ac36-42b0634989b8","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"7e0dc76e-7cdf-4154-b7b0-6007aac11ec3","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"7e139b17-4057-4c88-b31d-415cbf7f95b0","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"443a8f72-aff8-477a-a1a6-6889869b174c","by":"Nassim Nicholas Taleb","rating":null,"blurb":null,"url":null} +{"item_id":"57cfbdd7-667e-437e-a4c2-d6bf14512970","by":"Seth Godin","rating":null,"blurb":null,"url":null} +{"item_id":"991e6470-fa9c-4ca9-8a17-07f83beb8f41","by":"Seth Godin","rating":null,"blurb":null,"url":null} +{"item_id":"bacc94a2-b827-432a-9676-77d908ed37ab","by":"Seth Godin","rating":null,"blurb":null,"url":null} +{"item_id":"33cd03c3-8927-45f1-94a4-549707c99387","by":"Seth Godin","rating":null,"blurb":null,"url":null} +{"item_id":"bbfdab4a-47f4-4d1b-bd90-476b6d15e4d4","by":"Seth Godin","rating":null,"blurb":null,"url":null} +{"item_id":"07c67572-868f-4524-b37b-72ba8db01d7a","by":"Seth Godin","rating":null,"blurb":null,"url":null} +{"item_id":"1687920a-636a-4ce7-91e3-a569ca37c2f6","by":"Seth Godin","rating":null,"blurb":null,"url":null} +{"item_id":"8555624b-2248-4cc5-bad8-22541e85b190","by":"Seth Godin","rating":null,"blurb":null,"url":null} +{"item_id":"14584fde-0b95-476d-9aa7-5a148a362d87","by":"Seth Godin","rating":null,"blurb":null,"url":null} +{"item_id":"6b6ff843-bd4e-41dc-84e4-6fcdea45dc7f","by":"Seth Godin","rating":null,"blurb":null,"url":null} +{"item_id":"01006ddc-bc49-49c7-bc7c-b1f4b9cadcfd","by":"Seth Godin","rating":null,"blurb":null,"url":null} +{"item_id":"452867db-0e2c-46de-9fb0-7bdde831ebad","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"4c9f068f-4a3d-4bc3-af7c-7a351f1a3b58","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"a0ba2b9b-7e70-43b9-8bd7-e3c7821349ee","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"28170254-f2f7-41a0-b077-569034e9eb27","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"b57981a3-a137-4c40-861e-417709664492","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"e94ae491-6a70-452f-8aa1-9877ef97739e","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"832733ca-4cde-41ae-8ec0-144b6bf55312","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"d600f7d2-12e2-49f6-92f4-0b80ae99960c","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"6c26c567-06a9-4efd-aa4c-78f14b8ad208","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"d97ffa71-f237-4e84-a3cc-fb4b67174118","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"4c05d47e-e395-4e8d-b8a8-87a91de5322b","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"6562e1fd-caeb-44ad-9a94-b2ba842776af","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"786f6bbc-1435-4ccc-8646-ad412c885b79","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"5fcc72f3-b5ab-4d3f-bf02-4ff8beb6f064","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"748ef01e-5ce6-41c7-ab1b-7f014fa012dc","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"6db4c715-b907-463e-9a31-b686de778cae","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"0426c62a-9152-4f92-9151-6820ec06ce80","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"e1d9da95-7360-4de8-b773-fff163015d92","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"32fe0a1e-fd08-4d37-8c94-b3c80b9e8981","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"9deb6ac5-fb02-424a-ad46-078254942169","by":"Ryan Holiday","rating":null,"blurb":null,"url":null} +{"item_id":"a2b80bb3-a94c-4176-a8ba-3f1ff456e99c","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"fe97b223-1ab7-4643-ad1f-c4c3ab194afb","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"12b41f38-d945-4a65-b57a-6dee03b141aa","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"2dba7917-73b6-4175-8a67-7e998a9960b4","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"707ad43a-c5c2-4702-a6ae-61c270d45c78","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"a85d4c9e-9aa8-487a-a7e8-c0d495f2ba92","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"02226281-818e-4c79-b110-89beb2908d3e","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"7046f2a5-12df-40a9-a5c2-26487eaf8145","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"98d31148-2a37-47c4-a631-949796664cb0","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"e5e9e49f-2391-4275-a3d4-9c5bc9bd02d7","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"7d623200-6713-449e-9c7e-abe61443e3d5","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"9bae59ff-2729-4dae-8970-206d796aca01","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"a27b3864-0278-4634-bd13-ee2c5e82d51e","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"2482d978-4b9e-4f70-8c9e-a8ac8098f2c1","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"b74d2b4e-2c18-4d01-b8f1-250c7c2fba08","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"c03733e4-aeae-4dbe-aaca-a62dac0d0651","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"915f553b-c4e8-486f-850a-142872853809","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"f421b8d2-4247-4441-a70a-b2693bee9175","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"14d9c09d-9d73-4ac6-adf2-33057e6d52fc","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"f9d9bd55-8cce-47b0-96ca-c035a624c9da","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"17fd82fd-250a-4cfe-a774-5c80c5afe12f","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"675db938-e49b-4773-a0b1-4e27898c3682","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"375fbf34-8c16-46d3-a7d3-cb1504e072e3","by":"JK Rowling","rating":null,"blurb":null,"url":null} +{"item_id":"2ef8d155-e59e-439a-aa05-a32bfb20bca0","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"59e7ae17-3a59-43c2-b537-0f0d4e102c1f","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"604dbd35-74b9-4db9-ab51-edbd8022ce05","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"97d6a604-bd66-45d5-ad74-5dae15f95b0c","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"82276e0e-58a1-48c4-b1d5-344cefc7052f","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"4ae1f49f-e31b-4668-8f53-30296bd70f1a","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"8b39ed49-95b5-4d11-8553-e57dc21d5deb","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"245806ca-90f8-41d3-9fd5-ea72d3b4d19c","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"7c4b6826-3550-4695-ba25-ac08704f4cf5","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"27c7ec75-7c9b-47f0-b42d-02b7b870350d","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"d2491d0a-8887-4eee-b491-6a0e5a3c7d7f","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"ef207b0e-0db9-4496-a666-c61942952083","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"4c22450b-58f7-41ee-972e-053cff67dcf5","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"d4b25528-e148-405e-94ce-1c749732286b","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"1c08fa55-88ec-47ce-b948-82c0a705755d","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"20559810-df39-40ee-b7e4-e8e90b77b1ac","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"59525441-d159-4494-b039-e9a485570a84","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"17fd82fd-250a-4cfe-a774-5c80c5afe12f","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"d08e4f4d-bf42-487d-aa43-2f335f436efc","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"8f6e6dc0-6aed-4ed0-880f-3f92a860c69f","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"0cc00e62-7599-494f-981d-fd1c54daace9","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"2875fa17-68ea-4b90-882b-7907f13ff646","by":"George RR Martin","rating":null,"blurb":null,"url":null} +{"item_id":"846765f8-9437-4589-a49c-2f0aa26fe176","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"6520a6be-0e60-46ec-80e9-cfed9b4d71f0","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"5a33982d-edcc-44f3-b89c-c30758770982","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"e5b22f97-2884-4a99-a65f-bc8aed7a80c2","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"71c6247e-c630-4dd4-99b7-add3109d1f15","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"ddbe5dc7-fa92-4061-8499-cca65ee1054f","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"5b9fdbae-7a0f-4dd8-9fd8-1dd926a57b34","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"27ebfaec-9bd8-46e8-b883-2fcaff457710","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"23908fb6-4dbd-40aa-ba21-a5bc0ae151e1","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"d5cad5e5-440c-4198-935c-a1013e726937","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"731fefc2-f44a-43fa-99b0-b8bad8f32cef","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"2b57b2c5-54f4-4f31-a224-d309be4594f2","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"2b59b543-05fc-4882-b665-764c32fe1293","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"8e1f25d6-f519-4499-8153-ea0d89b902dc","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"503bea37-fe1c-4af0-b36c-60a33fb74d0e","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"c24335be-4557-4810-8f7a-bbdf21b58a2d","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"8bd1cfe6-2f4f-40ac-90d8-56e76e633bdf","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"2bb91e69-70d7-453a-8a84-6f0d934a6e48","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"b99c932a-f6f9-44b2-8acb-87770f82e8a0","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"2d0169cb-b2cc-4bbb-9c0d-d65513bf8cf0","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"1f289c60-36a0-4020-a08d-64d178001a7a","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"2f370b96-3bc1-485e-bc86-a0bf8b3b89f3","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"28a83cb4-bad9-47ad-b794-196bf3443139","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"be975885-f249-4263-ba00-442123159974","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"02b4635e-2dde-4cec-a813-657a15ab8501","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"379ee972-ca86-43ac-8646-50bdee3b90ea","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"d289da84-299e-470a-a380-6f71c0328bdb","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"6722ee59-c438-443f-808f-ca933a380926","by":"Ernest Hemmingway","rating":null,"blurb":null,"url":null} +{"item_id":"701d8b9a-25ea-444e-a1e5-4ca2b77be32f","by":"Paulo Coelho","rating":null,"blurb":null,"url":null} +{"item_id":"e6a4ad6f-d1f9-4657-b8c8-492521084574","by":"Paulo Coelho","rating":null,"blurb":null,"url":null} +{"item_id":"ebf04eb8-fdf7-42b4-88be-44779366c2c4","by":"Paulo Coelho","rating":null,"blurb":null,"url":null} +{"item_id":"26f6c4c4-98a1-44d3-be46-cc57fbc06fb8","by":"Paulo Coelho","rating":null,"blurb":null,"url":null} +{"item_id":"f920ac54-3ae2-4929-9220-a1a740932889","by":"Paulo Coelho","rating":null,"blurb":null,"url":null} +{"item_id":"ac78419e-afcd-4ef1-9e9a-cf2023763c37","by":"Paulo Coelho","rating":null,"blurb":null,"url":null} +{"item_id":"846765f8-9437-4589-a49c-2f0aa26fe176","by":"Haruki Murakami","rating":null,"blurb":null,"url":null} +{"item_id":"b2adc15b-a924-46a0-a3ec-1677068fa1d9","by":"Haruki Murakami","rating":null,"blurb":null,"url":null} +{"item_id":"6a0eafc9-4cd9-4274-b8a5-0d8ea1537795","by":"Haruki Murakami","rating":null,"blurb":null,"url":null} +{"item_id":"815dbdd9-d4fc-494c-b4af-a2075a06ba4b","by":"Haruki Murakami","rating":null,"blurb":null,"url":null} +{"item_id":"4d278100-7d07-4f19-8776-b0c1d4359ad3","by":"Haruki Murakami","rating":null,"blurb":null,"url":null} +{"item_id":"47061959-a76b-4455-8198-10ff1c098468","by":"Haruki Murakami","rating":null,"blurb":null,"url":null} +{"item_id":"792d7851-b50b-4a59-b2fb-680fb056738f","by":"Haruki Murakami","rating":null,"blurb":null,"url":null} +{"item_id":"f404ba3f-1865-4e31-b001-e43bc4ff71e2","by":"Haruki Murakami","rating":null,"blurb":null,"url":null} +{"item_id":"f18e449d-f137-4b08-bc99-026d613eec90","by":"Haruki Murakami","rating":null,"blurb":null,"url":null} +{"item_id":"d2491d0a-8887-4eee-b491-6a0e5a3c7d7f","by":"Haruki Murakami","rating":null,"blurb":null,"url":null} +{"item_id":"25136c93-38a0-4378-a132-78395e3c0465","by":"Haruki Murakami","rating":null,"blurb":null,"url":null} +{"item_id":"7b61ad96-b034-406d-b5d6-af4616f7fde2","by":"Haruki Murakami","rating":null,"blurb":null,"url":null} +{"item_id":"192ba79c-8a11-4195-b0d5-22cb00a2e0ba","by":"Haruki Murakami","rating":null,"blurb":null,"url":null} +{"item_id":"00194572-996c-4b43-aadf-fceada4517a8","by":"Haruki Murakami","rating":null,"blurb":null,"url":null} +{"item_id":"06de46e0-d63a-43c5-86bd-c6606fa66c70","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"fb35a083-a410-4f83-a3cd-97e9ae4a2698","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"eff2e38e-ccd3-4cd6-8225-f95ae51fa53e","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"12680b9f-2f78-430f-afd3-a6e67cc6de8f","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"f317de53-adc6-463c-b125-3e90386d13b7","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"4d0bea5c-f324-4fe5-be0b-b33b8f5d2192","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"d3c9f44e-4162-414e-b185-587e0b73ca6b","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"d8e73ec4-80ca-4bb5-9c64-476d05bcd7c9","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"d4132d35-54db-488b-a8ca-3b1d0c0e3a49","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"d2491d0a-8887-4eee-b491-6a0e5a3c7d7f","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"5238d72d-3148-4fd7-881b-5af0a51c6c21","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"eb62e9b6-e594-4bcb-8089-80b90d47b769","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"378c3f3a-707f-4600-b96c-3bd181051db1","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"cfa6c770-15c5-4131-9ba9-01bcd2202a7a","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"34549225-45d2-43df-aae2-19c06a1a1b19","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"40281c6c-9b89-498f-9a0f-b1d69f243e66","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"4a1f3fba-9f3d-4f27-b6ac-691d2d58e140","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"00819d6f-63ad-42f6-9d35-2d0cd0c36d65","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"dfa9cdb9-7ad6-427a-9eb9-1ced8ffed9bb","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"e0b0e202-c70e-4f07-b947-34ea39f67917","by":"Chuck Palahniuk","rating":null,"blurb":null,"url":null} +{"item_id":"ac22f6e1-ed8c-495a-83c7-90038dc70b6b","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"5a42e730-803b-4756-baaf-2f2184350205","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"7e86a853-08d3-4e07-ac4f-3ec34f084870","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"eb599235-1114-4bf4-af44-78de03cc51d1","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"9257d907-f3cf-4351-8d59-05d9c31daf54","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"f591f080-affc-4bde-9b41-91f7ddd74294","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"c32fc1fd-0552-42d0-9e7b-4ca52758bf99","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"791893b9-730e-493e-ab53-d3864977a208","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"1fafaac3-04c3-4804-a7b2-db6cfecde65a","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"3b8132bd-0a64-4062-a5e3-96ad882060b3","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"815d6221-41e3-4a9c-b316-11e464499742","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"b10880e0-9c6f-4bea-8ea0-2404db683094","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"b35683a8-b075-4781-bbe9-fc590ff0d449","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"6d9b5c52-08ac-48ef-a99c-0ec7bd28e1c8","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"d4d765a2-5677-46f2-8daf-98c4f35cc803","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"8bc85971-035c-4605-bff9-07c937c7d8ca","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"a7842744-9983-4613-a485-c995384488cb","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"0e017b6a-a516-4b71-87ba-f9bfd029aade","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"8995d8f3-be27-483e-a61d-49a76836ed1c","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"ee4bd168-84ae-494e-b31a-e1b3fbe136ef","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"e5b22f97-2884-4a99-a65f-bc8aed7a80c2","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"5a33982d-edcc-44f3-b89c-c30758770982","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"b0b86b4b-7497-48a5-adac-a39d5e70a57b","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"3c30b2df-1b4a-4656-ab16-a99fa03a90da","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"bea7f53d-cc75-412c-a7d5-109b661247d5","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"9ef8c5f1-774f-4419-b025-3e79e7b4fcf6","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"fcfca637-06e4-4294-bb6a-75569f5d530b","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"1abe2fec-85ca-4922-94b1-6f049ef690c3","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"425e6b13-a95f-41d2-9e55-85427543b0a7","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"4a91bb34-1b37-4f05-a909-987bd47fe3b7","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"5416aeb1-885f-4f2c-8708-e908c1b4ce8b","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"c8c185c7-233e-4636-9720-2dfb60c629d1","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"e3a32e38-0f42-49f4-94af-4e8e859c9f4d","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"4550445b-5445-4b02-800b-3b59020ea94e","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"95fb2a89-ab6e-49b4-a3ed-bfe94718dea4","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"04733c51-0754-4821-b4d9-93d41fe90de9","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"96f2c376-1ab9-4db6-ab1f-0c2943bd5fd1","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"e55fd6c3-42ea-4a53-ac66-bb1ba9f2a4b9","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"983a4ceb-0cc5-4d48-af02-4e4f65a3f7ff","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"c64ede72-ee31-4d97-8e09-a5db07ff5851","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"c57feaef-c6f5-4b54-97fd-2997f060703d","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"55170c52-9293-4e20-aab7-bf8714852275","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"342dc2e2-c662-4f30-951e-42e5609bbe9e","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"b2af25cb-426c-4e49-82dd-ea4338b72d10","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"3abff910-e6e4-4399-bd86-8ca3c12549d3","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"d3ebfae0-306b-4778-8de6-72a7584c4623","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"7e573902-9840-40dd-adaa-f1b69d0dcabd","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"f1860f88-694b-4f47-8913-978f4b2bd74a","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"ac35c605-79b5-4012-b9d4-c41a46b96c7e","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"04db2344-e2b8-4143-a939-0c3632b914f1","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"5031ee1c-71ae-4a19-874b-8a0b3daab1cc","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"822220e2-89a2-49b0-8e95-c61d16052bbd","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"9f53826f-1787-45b7-97ff-b751a09a8834","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"41aff2f7-5221-4239-bc55-5d9a331f8618","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"abede793-1721-4a1c-b37a-8efc0a3d0790","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"e617b3ec-2f7e-4018-be36-1cba7919453a","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"28908d4e-c49d-4d57-b7c7-40a7826a48fe","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"22260720-96b6-4b4b-aa97-d7fd3f0377d0","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"97b18711-76d5-424d-b912-b9427b4f0ed3","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"059e7a8c-39b9-4469-954d-a6101e09a84e","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"2af8367a-8925-46eb-a43b-11c4ce7337c5","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"0d49c125-3a09-4b30-8c52-6e11507b2cc0","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"2809cd23-ddb1-408f-b0bd-b15cb066be2e","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"13e17935-fc0f-4e2f-9631-fbe0ff2f1240","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"eebbf759-4aef-4d1f-aa7b-39c5f4252c2c","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"5537925d-0008-47df-b52c-d1a3242e6787","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"77a9db20-b76c-4cfb-92e7-49ddab9b7e28","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"bfad628e-06f5-47b1-bd8c-a25864ca49ba","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"89feab10-ddec-4b69-93fa-2ee22e5e51ab","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"8bb83b47-b313-42c2-885c-6e75a45f2838","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"aabf9f57-a06a-4eb0-bfcc-aba216359701","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"46dc8455-d922-4267-b55c-7176554926b8","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"846c6231-6a16-4018-be65-81e6ab54f905","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"1f30514c-4e26-43f1-88cf-50a21ad2bdfe","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"aa95985c-3b4f-4be9-8fa6-19026d8bbd35","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"888f193d-5229-4a54-a1dd-74aa17db07be","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"fc65c037-0843-4d0d-9a22-6619d39ed948","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"b698ffaa-6feb-454f-af19-84629f56fabd","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"4e8bb111-5bc5-4d57-af0e-478ec413bff9","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"1f097ddc-b5fe-43c2-8530-f61ade9964ea","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"f86ed256-6350-4266-8611-b484792a83a1","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"33a0dcc5-4a24-4fb4-94dc-f85cb28bc4ef","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"260ce8b3-5001-4209-87d4-d4d4b5237975","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"92788a5a-5380-4924-9ab4-3badf83a1f9c","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"d1e6739b-ba3d-4385-84f7-5a11d1af36e0","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"724905fe-e3c2-4b2b-a89d-7e21f53be861","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"e024c03a-5233-40ef-b3ff-fcc17e7dc29e","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"0b961b0a-32a1-4d15-889c-914d7e344eea","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"675db938-e49b-4773-a0b1-4e27898c3682","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"b57ff9e7-1777-4fdb-95a7-c094a7958470","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"b20b8c71-3313-4b08-9cfb-f539d2993f41","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"a49e2741-5596-40a6-aac8-081690fe8e39","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"0c9d3ad4-e0ae-4d3c-a73e-fabcb1687769","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"8ec9efce-7058-4aa7-8b37-164d733a300b","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"2a3505e0-7d31-4924-9842-4526e5f9ad0e","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"36f03c4e-c788-4e48-9ba9-3f091ca23161","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"27d90ef5-6e0e-4452-a37f-0896c0219e3f","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"c68a9034-78b6-4be8-a9c6-41513fd7ce1c","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"cb7bf046-bdf1-49cb-a25e-7f48fc596e48","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"0c6abd67-722b-4379-a07c-a044f4120436","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"598e86d4-8500-4580-8291-399c9ba79c71","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"9aff6949-0edd-4f4a-ab07-36ecf613b06a","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"ddffaed2-eac2-446e-a1de-03c0725a3253","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"9864bddc-430f-4bea-9bb8-9fb61b000012","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"6df2df6b-20a8-45c2-b2cc-281812412550","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"5dc7f171-678d-4d70-9700-ae24029fe3be","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"e9d3ec1f-21c3-4459-8da6-65f232fe5616","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"325d3c22-b106-44f8-a8d9-8c8dded39636","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"65ffe432-db4f-43ac-ad50-29d5508118b5","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"11f71a97-88e1-47c0-85bd-cc6ce0cd436e","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"aab76070-5734-4eac-b0bc-936ede3d35b0","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"ab420a7a-a5a6-4bf6-880e-858e34680d08","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"aa6191ba-9892-46b9-b8a2-71993fcfaa31","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"312181cb-1de6-40f2-b83e-79ba2657df1b","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"d96a4f12-e712-49fb-9836-d63c9083f178","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"b42e60ed-78d7-4736-bc73-825cccdf7dae","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"b9033f64-88f3-471f-bd26-3ffd27b53929","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"186c8c9d-5341-49be-bd78-0e2f34078dcf","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"8f538b49-f007-47d1-8444-4ab201ff2a29","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"04e9b79e-0acc-41ad-aa0b-d7ddd1e4b9fa","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"7cc4fe1e-939a-468b-84ee-5ff68a80aa3a","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"71f9426a-43da-4dd6-9be0-8e9ad9ce0a78","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"030e104b-a520-452d-9983-04e9b7a248e9","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"02da9f0f-41b8-48fb-8baf-84e021497dbd","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"200ca31a-43b1-4da4-be72-3c65f5f39a52","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"4012a23f-c236-4aa8-8eb1-ee02ba33bacf","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"81b2b3f1-f64b-452b-958c-ff58f5ccc288","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"a7fe9199-f07e-41f9-9dde-6f85b657d89c","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"bd3d3de7-0c9d-4f7d-9bf0-8e3d978f50aa","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"3fbef24a-0288-4bb2-8f1b-60315d4a79e1","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"f21ed610-1eaf-4349-81c8-de6d0b21da98","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"50842685-d6e0-4839-9add-3afb70f47f10","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"0309cbdd-656b-4b79-b3f7-77d0c921137b","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"6cc5e970-f348-4bcd-ae49-68fa8affd7e2","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"20512e3a-c2e8-40e1-846b-4dc7bb8f4cea","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"a2226dff-b67d-4d84-85c3-6ea6ed4d3553","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"1c14dba2-d85d-4b9c-a2be-d4c1579abaec","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"dfee6170-d202-47ce-a599-fee7b6cfcd9b","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"be205546-93ac-438b-9844-d1cc795e5590","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"1b0054e5-4ef2-42ec-91ee-8e16b4611daa","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"a2f4d8dc-100c-4e46-9b31-098fac1d88f4","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"d44f9834-e108-4715-b4d2-0d26fb199949","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"403ae990-ad3f-4474-b72e-51154ca50422","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"12e16018-f348-4a69-b5c8-4991c78a6985","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"61318699-9f92-4b52-8465-86bfc7ab6c72","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"9f7d3398-29e5-45e0-aa39-82a1b485f261","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"7c0c72fd-c970-47fa-9a90-5030c1f7a946","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"ad9f50ed-c115-4835-8b66-e1d164c235c2","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"4db60b58-8b27-42e1-a29f-6611b437b240","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"e741e151-f7fa-441b-ab1b-b1aec57aa529","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"557fec60-a387-48f5-affd-e6ecee51cac0","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"a6e2055d-3c58-4922-a62b-8b9b17486ab3","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"c204c552-8068-4b66-879f-3b3b90210d39","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"7257fd50-5750-4b0c-8e39-fb1ad4424461","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"6b6ff843-bd4e-41dc-84e4-6fcdea45dc7f","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"b367ebbd-811d-4d86-a59a-59e9028b140d","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"020a0569-cfc9-4496-871c-82fa8ef51b6f","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"681c6493-7687-4d76-81b6-6cad305a4f02","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"24fccc48-b770-4885-ac95-340d309d0ca3","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"2f6443e9-d100-4639-9b90-4a14284eb9ac","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"559ba9de-7a79-4226-b004-d679f67756e3","by":"Stephen King","rating":null,"blurb":null,"url":null} +{"item_id":"db7cd814-232f-463f-8a49-80cfa738ebdb","by":"Nelson Mandela","rating":null,"blurb":null,"url":null} +{"item_id":"54757e4d-4f8f-4db7-9cf9-5158d6e743c6","by":"Nelson Mandela","rating":null,"blurb":null,"url":null} +{"item_id":"5a33982d-edcc-44f3-b89c-c30758770982","by":"Nelson Mandela","rating":null,"blurb":null,"url":null} +{"item_id":"5e8c64ba-4589-4aba-b420-f593bd4ffb39","by":"Nelson Mandela","rating":null,"blurb":null,"url":null} +{"item_id":"d8ed3705-52e7-4fa7-babb-e8e1121b8009","by":"Nelson Mandela","rating":null,"blurb":null,"url":null} +{"item_id":"879bc189-f500-4418-ae5c-2f95a1cffcc0","by":"Nelson Mandela","rating":null,"blurb":null,"url":null} +{"item_id":"b3e2f952-5739-478e-990e-2fac40249b41","by":"Nelson Mandela","rating":null,"blurb":null,"url":null} +{"item_id":"85239732-d1e7-432d-898f-bd76927d87b9","by":"Mahatma Gandhi","rating":null,"blurb":null,"url":null} +{"item_id":"d6536a83-54c9-4925-8593-04e8c8da7f27","by":"Mahatma Gandhi","rating":null,"blurb":null,"url":null} +{"item_id":"dac3a4d4-b3c4-4bb5-b274-4bf27ace8715","by":"Mahatma Gandhi","rating":null,"blurb":null,"url":null} +{"item_id":"f792dabe-89ea-4b27-818d-344b81f2e8a5","by":"Mahatma Gandhi","rating":null,"blurb":null,"url":null} +{"item_id":"e9a342a0-a7ee-4c7d-86df-66bb02015762","by":"Mahatma Gandhi","rating":null,"blurb":null,"url":null} +{"item_id":"ec68138e-1b60-435e-bf90-269612fb9e4a","by":"Mahatma Gandhi","rating":null,"blurb":null,"url":null} +{"item_id":"a15aa2ac-4f40-45de-ad2a-e0c60918bacf","by":"Mahatma Gandhi","rating":null,"blurb":null,"url":null} +{"item_id":"fc274f4d-63d0-4644-b0e6-5b61bdc1bbd7","by":"Mahatma Gandhi","rating":null,"blurb":null,"url":null} +{"item_id":"c84d8299-ac60-4dc8-be54-6ac5429401e1","by":"Mahatma Gandhi","rating":null,"blurb":null,"url":null} +{"item_id":"d95d77ff-2673-409e-a63b-6af4482ba690","by":"Mahatma Gandhi","rating":null,"blurb":null,"url":null} +{"item_id":"17fd82fd-250a-4cfe-a774-5c80c5afe12f","by":"Mahatma Gandhi","rating":null,"blurb":null,"url":null} +{"item_id":"e1e41c22-70a4-4c70-b1f3-3290bc94c7ed","by":"Mahatma Gandhi","rating":null,"blurb":null,"url":null} +{"item_id":"cb8438d8-6145-4b71-a7d6-b91b720dc48d","by":"Mahatma Gandhi","rating":null,"blurb":null,"url":null} +{"item_id":"fa2b148f-1ea0-4683-9068-66463f6d3f70","by":"Mahatma Gandhi","rating":null,"blurb":null,"url":null} +{"item_id":"b3957905-e2c4-441b-b61b-9d6261e0ad70","by":"Mahatma Gandhi","rating":null,"blurb":null,"url":null} +{"item_id":"7b511654-e2c3-4ea9-afe6-d727f5ab51d9","by":"Joseph Stalin","rating":null,"blurb":null,"url":null} +{"item_id":"f7b2711a-8a9e-4488-be12-e36915691b2a","by":"Joseph Stalin","rating":null,"blurb":null,"url":null} +{"item_id":"fa5ae1a6-43f6-4581-9eda-7b03f03652e2","by":"Joseph Stalin","rating":null,"blurb":null,"url":null} +{"item_id":"846765f8-9437-4589-a49c-2f0aa26fe176","by":"Joseph Stalin","rating":null,"blurb":null,"url":null} +{"item_id":"3fa58897-e903-46e9-9c11-eabe166ec472","by":"Joseph Stalin","rating":null,"blurb":null,"url":null} +{"item_id":"7f4ba9d9-ef4e-4402-a8b9-601fbd54c5c0","by":"Joseph Stalin","rating":null,"blurb":null,"url":null} +{"item_id":"0c80fc9f-12dc-46d5-a2e9-0b7444c02e95","by":"Joseph Stalin","rating":null,"blurb":null,"url":null} +{"item_id":"f7b2711a-8a9e-4488-be12-e36915691b2a","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"bd007aa5-8311-460d-bbb9-e3f9c2db0131","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"acd57e4a-3669-4ceb-9e1a-e9af4c72607b","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"501042ee-a07a-49f1-8580-dc83c3bd2947","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"ee43a6ca-fe4b-4839-bf97-38e42993dfa5","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"516f06ab-4147-4737-9020-4383a631e232","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"ad42ea7f-08ed-459c-8a02-b6863858fd08","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"5a33982d-edcc-44f3-b89c-c30758770982","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"5304e961-290b-4e76-a6e7-919c43149d68","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"0c336dcf-29a3-4d57-b8db-12a45c096b2d","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"ee99a111-89e1-4eaf-9b16-af24c2147bc7","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"11932dea-f87a-449e-aa17-ffa429b210f1","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"3054ce22-627f-45d0-a445-c67dc4143150","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"b8118d6c-ecb9-4217-9080-2124be4b001e","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"0c80fc9f-12dc-46d5-a2e9-0b7444c02e95","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"d5d05b3d-09ee-4fb7-8084-52e289b991fa","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"26b1fdc0-25c9-4ec5-84b7-5a0cab0b31cb","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"4653108e-5277-4c03-aeba-9c464e26fe99","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"23db36dd-4608-498a-834b-38b4137ee508","by":"Martin Luther King","rating":null,"blurb":null,"url":null} +{"item_id":"f7b2711a-8a9e-4488-be12-e36915691b2a","by":"Kevin Kelly","rating":null,"blurb":null,"url":null} +{"item_id":"f8e7e9e3-a405-416e-9a7e-021bb47d2fb3","by":"Kevin Kelly","rating":null,"blurb":null,"url":null} +{"item_id":"d841db20-57c7-455a-8e85-9af3b27ed2d3","by":"Kevin Kelly","rating":null,"blurb":null,"url":null} +{"item_id":"5a498236-e96d-400b-add5-91768d3bc800","by":"Kevin Kelly","rating":null,"blurb":null,"url":null} +{"item_id":"6877eefa-e9c4-463f-a234-55ec2f9201c1","by":"Kevin Kelly","rating":null,"blurb":null,"url":null} +{"item_id":"08dce56d-ce4d-495f-bb39-b5355bea1d3e","by":"Kevin Kelly","rating":null,"blurb":null,"url":null} +{"item_id":"e1ae6d29-1b89-451b-8c4b-7182fce880a6","by":"Kevin Kelly","rating":null,"blurb":null,"url":null} +{"item_id":"f7486d56-2c50-4938-924b-80bce85a73da","by":"Kevin Kelly","rating":null,"blurb":null,"url":null} +{"item_id":"5bca5715-88bd-4398-bb48-36fc404b4ad5","by":"Kevin Kelly","rating":null,"blurb":null,"url":null} +{"item_id":"ed42d0d5-2e85-4166-a547-d9af8b29adc7","by":"Kevin Kelly","rating":null,"blurb":null,"url":null} +{"item_id":"6c46a05f-8834-4ba9-9378-4de0633b0393","by":"Kevin Kelly","rating":null,"blurb":null,"url":null} +{"item_id":"d5a39123-a66f-43db-bb7a-871464c5e9d1","by":"Bill Gates","rating":null,"blurb":"Educated is even better than you’ve heard.\\nMelinda and I loved Tara Westover’s journey from the mountains of Idaho to the halls of Cambridge.\\n...\\nEducated is an amazing story, and I get why it’s spent so much time on the top of the New York Times bestseller list. \\n...\\nTara is never cruel, even when she’s writing about some of her father’s most fringe beliefs.\\n...\\nI found it fascinating how it took studying philosophy and history in school for Tara to trust her own perception of the world.\\n...\\nAlthough it’s not a political book, Educated touches on a number of the divides in our country: red states versus blue states, rural versus urban, college-educated versus not. \\n...\\nTara’s process of self-discovery is beautifully captured in Educated. It’s the kind of book that I think everyone will enjoy, no matter what genre you usually pick up. She’s a talented writer, and I suspect this book isn’t the last we’ll hear from her.","url":"https://www.gatesnotes.com/Books/Educated"} +{"item_id":"703ec80c-c9ae-4e53-bc8b-d5ca06faa7c7","by":"Bill Gates","rating":null,"blurb":"I couldn’t put down this thriller with a tragic ending.\\nThe inside story of the Theranos scandal is almost too wild to believe.\\n...\\nThe public didn’t know about Theranos’ deception until Carreyrou broke the story as a reporter at the Wall Street Journal. Because he was so integral to the company’s demise, Bad Blood offers a remarkable inside look.\\n\\nSome of the details he shares are—for lack of a better word—insane.\\n...\\nBad Blood is also a cautionary tale about the virtues of celebrity. On the surface, Holmes was everything Silicon Valley loves in a CEO: charismatic and convincing with a memorable personal story made for magazine profiles.\\n...\\nBad Blood tackles some serious ethical questions, but it is ultimately a thriller with a tragic ending. It’s a fun read full of bizarre details that will make you gasp out loud. The story almost feels too ridiculous to be real at points (no wonder Hollywood is already planning to turn it into a movie). I think it’s the perfect book to read by the fire this winter.","url":"https://www.gatesnotes.com/Books/Bad-Blood"} +{"item_id":"1357cc95-e8e7-41ae-8897-7bca708560b6","by":"Matthew McConaughey","rating":null,"blurb":"The most instrumental piece of literature and motivation I’ve ever read for me in my life.","url":"https://tim.blog/2020/10/19/matthew-mcconaughey/"} +{"item_id":"90d09172-6511-4ba2-9bd7-b12261c51789","by":"Naval Ravikant","rating":null,"blurb":"\\"One of my all time favorite books. I quote it all the time.\\" - Naval Ravikant","url":"https://twitter.com/naval/status/693967197924790272?s=20"} +{"item_id":"cfa6f3d7-1632-404a-9b1a-080e31e5944a","by":"Naval Ravikant","rating":null,"blurb":"Naval Ravikant's answer to \\"any good book about economy for a beginner?\\"","url":"https://twitter.com/naval/status/1156882081663737856?s=20"} +{"item_id":"1aca93c8-3532-42c2-a706-994025d78118","by":"Naval Ravikant","rating":null,"blurb":"\\"I love [this book].\\" - Naval Ravikant","url":"https://twitter.com/naval/status/1190461054574137344?s=20"} +{"item_id":"8bf0cdf9-e963-4270-b9fa-b2e9f93f0b46","by":"Naval Ravikant","rating":null,"blurb":"\\"Fundamental and had a lot to teach.\\" - Naval Ravikant","url":"https://twitter.com/naval/status/800431638261837824?s=20"} +{"item_id":"77acce13-cffd-4907-81f7-f34895e21c12","by":"Naval Ravikant","rating":null,"blurb":"\\"Fine book but it didn’t need to be an entire book. A blog post would have gotten the point across.\\" - Naval Ravikant","url":"https://twitter.com/naval/status/974109608405970944?s=20"} +{"item_id":"7d1f77ab-ca80-4457-b5a6-097ff6deba6a","by":"Naval Ravikant","rating":null,"blurb":"Naval Ravikant tweeted about this book.","url":"https://twitter.com/naval/status/1157887058582503424?s=20"} +{"item_id":"66471fc2-5aae-4281-9ab3-86f85baebf96","by":"Naval Ravikant","rating":null,"blurb":"\\"[The author] is doing the behind the scenes work to support entrepreneurship in America.\\" - Naval Ravikant","url":"https://twitter.com/naval/status/718989721808941056?s=20"} +{"item_id":"28170254-f2f7-41a0-b077-569034e9eb27","by":"Naval Ravikant","rating":null,"blurb":"\\"That’s what I read [by Seneca].\\" - Naval Ravikant","url":"https://twitter.com/naval/status/980930482111000576?s=20"} +{"item_id":"e6a4ad6f-d1f9-4657-b8c8-492521084574","by":"Naval Ravikant","rating":null,"blurb":"\\"A beautiful book.\\" - Naval Ravikant","url":"https://twitter.com/naval/status/699274280077365248?s=20"} +{"item_id":"2b2c6b65-a318-46da-9a21-fc12d462833a","by":"Naval Ravikant","rating":null,"blurb":"\\"Great series.\\" - Naval Ravikant","url":"https://twitter.com/naval/status/980972194871238657?s=20"} +{"item_id":"1d250c4c-e6e7-45b6-9467-35a760fc39c5","by":"Naval Ravikant","rating":null,"blurb":"\\"Good books are worth re-reading. Great books are worth re-buying.\\" - Naval Ravikant","url":"https://twitter.com/naval/status/1142485738061099008?s=20"} +{"item_id":"516f06ab-4147-4737-9020-4383a631e232","by":"Naval Ravikant","rating":null,"blurb":"Naval Ravikant mentioned this book on \\"The Tim Ferriss Show\\" podcast.","url":"https://tim.blog/naval-ravikant-on-the-tim-ferriss-show-transcript/"} +{"item_id":"6e123b75-c365-4733-b7bb-aef765d0b1c8","by":"Naval Ravikant","rating":null,"blurb":"Naval Ravikant tweeted about this book.","url":"https://twitter.com/naval/status/24581077419?s=20"} +{"item_id":"7571b57e-31ac-4032-81ff-afc42f2bc7ca","by":"Naval Ravikant","rating":null,"blurb":"Naval Ravikant tweeted about this book.","url":"https://twitter.com/naval/status/942377490995015680?s=20"} +{"item_id":"5276b5e7-b8bc-4f57-b6ed-495a57bc444f","by":"Naval Ravikant","rating":null,"blurb":"One of Naval Ravikant's answers to \\"top 10 graphic novels?\\"","url":"https://twitter.com/naval/status/693485039732916224?s=20"} +{"item_id":"a7986229-4922-4930-b5b9-137625ae44f7","by":"Naval Ravikant","rating":null,"blurb":"\\"Good but closer to a single-themed book.\\" - Naval Ravikant","url":"https://twitter.com/naval/status/800431638261837824?s=20"} +{"item_id":"a15aa2ac-4f40-45de-ad2a-e0c60918bacf","by":"Naval Ravikant","rating":null,"blurb":"Naval Ravikant tweeted about this book.","url":"https://twitter.com/naval/status/1003900342528929792?s=20"} +{"item_id":"c32fc1fd-0552-42d0-9e7b-4ca52758bf99","by":"Naval Ravikant","rating":null,"blurb":"\\"For historical fiction, I like [this book].\\" - Naval Ravikant","url":"https://twitter.com/naval/status/247590300749541377?s=20"} +{"item_id":"c6f31b43-5684-4bb3-8d66-f69ac76b60a8","by":"Naval Ravikant","rating":null,"blurb":"\\"If I'm going to read fiction, might as well start at the top.\\" - Naval Ravikant","url":"https://twitter.com/naval/status/699093238745997312?s=20"} +{"item_id":"045f8590-dd51-4460-b97c-259f01a0945a","by":"Bill Gates","rating":null,"blurb":"I never thought much about whether I could improve my memory across a wider set of domains, but now I think I could, after reading this book.","url":"https://www.gatesnotes.com/Books/Moonwalking-with-Einstein"} +{"item_id":"ba344c04-1056-4563-b927-282e7bbc6ddd","by":"Naval Ravikant","rating":null,"blurb":"\\"Loved [this book] and other fiction when younger.\\" - Naval Ravikant","url":"https://twitter.com/naval/status/806262424722509824?s=20"} +{"item_id":"fa89b19a-2244-4003-8531-ad8babf3712f","by":"Barack Obama","rating":null,"blurb":"","url":""} +{"item_id":"52e0563e-87f3-4b15-b747-6f4c1b7629f7","by":"Bill Gates","rating":null,"blurb":"Lost and found with “the most wondrous map ever produced”. A talented writer and doctor guides us through the past, present, and future of genome science.\\n...\\nThe ethical questions around genome editing are enormous. That is why I am so glad I read The Gene by Columbia University cancer doctor and researcher Siddhartha Mukherjee. I loved Mukherjee’s 2015 TED Talk and his brilliant book about cancer, The Emperor of All Maladies, which won the Pulitzer Prize in 2011. It must really tick off full-time writers that a doctor can win a Pulitzer in his spare time!\\n...\\nIn The Gene, Mukherjee once again shows his gift for making hard science easily accessible. He wrote this book for general audiences, because he knows that it’s not good enough for scientists alone to debate the huge ethical questions that their discoveries provoke.\\n...\\nMy favorite part of the book was the final section, “Post-Genome: The Genetics of Fate and Future.” It does a great job bringing into sharp focus the difficult ethical questions that will become increasingly intense.","url":"https://www.gatesnotes.com/Books/The-Gene"} +{"item_id":"ee6b09a3-2903-4fcc-8caa-c30ff3b96d36","by":"Bill Gates","rating":null,"blurb":"I would say this even if I weren’t married to the author: The Moment of Lift is a terrific read.\\n\\nIt is a wise, honest, and beautifully written book about how empowering women lifts up everyone. (None of that will be surprising to anyone who knows Melinda.) Although it took her about a year to write, in a way she has been working on it her whole life. The Moment of Lift is about the women who have inspired Melinda, starting with her own mother, through her colleagues at Microsoft, and continuing today with the amazing scientists, farmers, educators, and leaders she meets through her work with our foundation. \\n...\\nBut to me, what is really impressive about the book is the way Melinda combines her mastery of data with her ability to tell powerful stories about individual women she has met.","url":"https://www.gatesnotes.com/Books/The-Moment-of-Lift"} +{"item_id":"b29b5383-f2f3-4e6d-9d35-aa0f33ea03c1","by":"Bill Gates","rating":null,"blurb":"What if people run out of things to do?\\nA provocative new book raises big questions about the future.\\nWhat gives our lives meaning? And what if one day, whatever gives us meaning went away—what would we do then?\\n\\nI’m still thinking about those weighty questions after finishing Homo Deus, the provocative new book by Yuval Noah Harari.\\n...\\nHarari’s new book is as challenging and readable as Sapiens. Rather than looking back, as Sapiens does, it looks to the future.\\n...\\nHere is Harari’s most provocative idea: As good as it sounds, achieving the dream of bliss, immortality, and divinity could be bad news for the human race.\\n...\\nHarari does the best job I have seen of explaining the purpose problem. And he deserves credit for venturing an answer to it. He suggests that finding a new purpose requires us to develop new religion.\\n...\\nI wasn’t satisfied by his answer to the purpose question. But don’t let a dissatisfying conclusion dissuade you from reading Homo Deus. It is a deeply engaging book with lots of stimulating ideas and not a lot of jargon. It makes you think about the future, which is another way of saying it makes you think about the present.","url":"https://www.gatesnotes.com/Books/Homo-Deus"} +`; \ No newline at end of file diff --git a/db/reviews1.csv b/db/reviews1.csv deleted file mode 100644 index 53afb5a..0000000 --- a/db/reviews1.csv +++ /dev/null @@ -1,2503 +0,0 @@ -item_id,by,rating,blurb,url -aa53d170-8022-43d9-8edb-537a2963047c,First Round Capital,,, -fa89b19a-2244-4003-8531-ad8babf3712f,First Round Capital,,, -65371b41-3016-421d-8e8e-a02475819f7f,First Round Capital,,, -ae223647-61ce-4231-95aa-c8474be22d33,First Round Capital,,, -5330e3bc-a5e0-4cea-ad10-6fe8ca83a863,First Round Capital,,, -256816d1-3c78-42ea-97f8-86ccb03ef918,First Round Capital,,, -abcc17c8-a2a1-45da-90c0-26be271d74e7,First Round Capital,,, -66905115-4700-48fd-825c-bcdd2d8efb9a,First Round Capital,,, -b02f78cf-3670-44e4-9662-660d4fa7af7d,First Round Capital,,, -ed1faedb-8753-4cce-9a7e-075eb987335a,First Round Capital,,, -f83fd136-c6da-446d-930d-f7e33f6c18bc,First Round Capital,,, -1e6cb053-ec06-40ef-b33c-0ecad7343aa7,First Round Capital,,, -d010be32-84d8-4c91-8819-d0772e439f3c,First Round Capital,,, -ba1eeda5-9bb8-445a-8b31-855a16620c16,First Round Capital,,, -4c446bf0-c561-4694-a1e2-2cacae907a87,First Round Capital,,, -08aa1509-4749-4c18-b9ab-300aaa2df3ed,First Round Capital,,, -44083d3e-8edc-4e0f-b3e3-ad644702fcfa,First Round Capital,,, -5f9c882c-71c0-4af8-a0aa-98ed0c82e691,First Round Capital,,, -29a20b39-dd65-470a-801c-b0305c77853a,First Round Capital,,, -3f6ce9df-a2a0-48e2-aa9f-76ecaa483401,First Round Capital,,, -801302a0-8c87-4781-92ed-f9d79c5d3871,First Round Capital,,, -3b8132bd-0a64-4062-a5e3-96ad882060b3,First Round Capital,,, -c3cfaefb-3ea6-4c30-aacc-68564bb51f6a,First Round Capital,,, -9bdd932b-cfc7-43b1-bae0-4eefa77a3864,First Round Capital,,, -b782c65c-83b3-41f0-91b1-4e48cc646ab8,First Round Capital,,, -2de46bd4-ec61-4d7c-b108-fcb8d4c3e9fb,First Round Capital,,, -6ee2c737-6666-449c-9d8d-c346e04a883a,First Round Capital,,, -b7c6eae9-98ad-4c76-bb60-36352432da25,First Round Capital,,, -b89ae5f4-2409-4b10-914e-be7b9d5016ba,First Round Capital,,, -7622ae94-69d5-4ae6-afcc-10bad27eaf4d,First Round Capital,,, -496e69a1-3011-4191-9568-977766603219,First Round Capital,,, -5c53d143-d24e-4f91-b5d5-9cebb27626d2,First Round Capital,,, -3132130b-c973-4f1d-85d8-26693f758d52,First Round Capital,,, -4ae1f49f-e31b-4668-8f53-30296bd70f1a,First Round Capital,,, -9a64ea2e-9793-4a7f-adf2-c5cd2bfd6297,First Round Capital,,, -430186b8-15eb-4e6d-ad08-3fa25264b9ca,First Round Capital,,, -2867dac0-aa54-4653-beb2-5780bfdbe409,First Round Capital,,, -8441f4bd-3a12-42fd-8ea4-588736dc6870,First Round Capital,,, -7db49179-a837-4803-9139-3f17d814ab6e,First Round Capital,,, -d912114b-0ca6-4724-9d52-11fcd8dd7348,First Round Capital,,, -a5f4b2d5-5ece-4892-b47e-c61cb2aea3fb,First Round Capital,,, -c95a9063-08d7-48a8-a2dc-8ff9bde594b7,First Round Capital,,, -159598e5-a94c-478e-8905-04fc63d31400,First Round Capital,,, -c9d3e246-0e7c-4519-8912-4a2f16f840fd,First Round Capital,,, -08c4f7f9-55fd-40b1-892e-53d4075d6c1b,First Round Capital,,, -dbc20ee5-8577-4429-80a3-c726024537de,First Round Capital,,, -551da0a7-c838-4dc6-8c45-7332345408b5,First Round Capital,,, -9811dc5f-7aa9-4677-9f0a-c957581e16af,First Round Capital,,, -2e1c7499-731e-4e7f-83d5-313d54368eb2,First Round Capital,,, -3a64481c-b751-4e12-ac47-6a3f8d31031d,First Round Capital,,, -90c4ae7a-c7d7-4263-912c-2c504eaa0bf0,First Round Capital,,, -fd738e2f-3e0a-4c54-8873-423a291e5169,First Round Capital,,, -70c801fe-e03f-4232-a183-cdc4111b607d,First Round Capital,,, -02e41cc6-849d-4df7-aa86-2172ad19b101,First Round Capital,,, -b9d487a6-b912-4413-b47d-6e3c2d72cd49,First Round Capital,,, -d042f0a1-249e-4fb5-9179-f113e5da64cd,First Round Capital,,, -36adab5b-be78-4259-9128-4a343557fbd8,First Round Capital,,, -ad7cc6fd-fddf-450e-a978-095168f1fcf3,First Round Capital,,, -a3b1bd22-9790-4193-a5d7-7d8302706220,First Round Capital,,, -67997669-6b06-4484-8de3-b2fe34147287,First Round Capital,,, -54341da5-2248-4da8-8447-266f4c4945ed,First Round Capital,,, -2bbca5a1-cdfc-4af2-8283-53efdba92cdb,First Round Capital,,, -3062b38c-32fc-4fd7-883d-32de20fc5893,First Round Capital,,, -982f46e5-af80-4fba-8a24-32dc38cd1cb6,First Round Capital,,, -f8124e16-4906-4171-93d9-6c6b5f5c3877,First Round Capital,,, -f2550882-2c7a-4a60-a912-76c32f18fafe,First Round Capital,,, -0e5a58cb-92a5-4cba-a7e3-d78978d0c86a,Hacker News,,, -f460560a-f800-4f52-b7e4-37906cf876ad,Hacker News,,, -c9ecd101-33d0-4029-ac25-b4fcf30bacfc,Hacker News,,, -a2d6ffc0-492a-4bcc-8e06-981fe6220bc6,Hacker News,,, -c9009610-09af-44f3-ab18-e109ca810b46,Hacker News,,, -2a56aaf9-2e6c-4f0e-bc46-0c33c9ed9405,Hacker News,,, -8bc9ceea-d45c-4bbd-8c46-ec80fd12954a,Hacker News,,, -b579e932-548c-4871-92de-aaba4d992aab,Hacker News,,, -ec5bfc5e-3cd4-45e4-8039-9f9247c98512,Hacker News,,, -855e86a4-62e1-40d0-9706-eb023209c926,Hacker News,,, -731555fe-610b-4a4a-83fa-3bfb0aed0c0d,Hacker News,,, -24c23944-054e-4ed6-bb2d-f1b00b1bd364,Hacker News,,, -ae223647-61ce-4231-95aa-c8474be22d33,Hacker News,,, -192c6e3b-f972-4b85-99da-380be17d16ea,Hacker News,,, -4ded3538-3b77-484a-b2ce-fa4fd352d1cf,Hacker News,,, -a1b739a3-7718-4474-a013-6ac02b2cb530,Hacker News,,, -321352c0-7945-47d8-98e9-87f180e0b958,Hacker News,,, -bad0f965-6a36-4f43-bbca-0596d2dc4453,Hacker News,,, -87777505-bcbd-418a-a00d-1733aef54785,Hacker News,,, -6c6aecae-0836-4f0c-a08e-ca5ca4277b02,Hacker News,,, -667fad31-ecb3-4b6a-bd33-523526ea251d,Hacker News,,, -1b04f34f-3295-40ac-a494-a96a1ae7789c,Hacker News,,, -bf0e1624-e77c-4920-b392-f6581baa93e6,Hacker News,,, -eb340792-ded8-48d3-a9e4-3f8ad2cc3bc7,Hacker News,,, -a8e62e5e-5a99-4f34-95ec-401b65cb5a3c,Hacker News,,, -a8fd2d28-9f01-4365-977b-9f6d663e11ec,Hacker News,,, -076cd9b1-af43-42c7-a147-e28843a8e822,Hacker News,,, -1990c616-212a-4194-9d53-a0003e92db83,Hacker News,,, -292c463a-3bde-446b-97f3-414dd7f1ccb2,Hacker News,,, -18e44ff5-0376-4fec-b118-53e857bd89eb,Hacker News,,, -33b7f8b0-71af-47d3-8580-e1c3b1a56c27,Hacker News,,, -d5ac6069-e485-49d7-8120-8bdf6628e203,Hacker News,,, -a78f5f31-c7cc-4fd8-9098-8233f1a41cb5,Hacker News,,, -436aa02f-766d-4cba-b606-f770583516f6,Hacker News,,, -f6c81939-c8e6-479a-a58d-e227cbc69e1a,Hacker News,,, -c3cfaefb-3ea6-4c30-aacc-68564bb51f6a,Hacker News,,, -3e9c1368-308b-4455-99b3-64ec4c3f36a3,Hacker News,,, -dc280e06-96ab-458c-ab65-379fcc1227f7,Hacker News,,, -dc90b673-337f-4fde-8e4a-89c3c7132b2f,Hacker News,,, -29c0fb96-39af-4690-b379-e62e19a4f33a,Hacker News,,, -b2ec5ca8-735e-47b7-aa79-bd72783b5d80,Hacker News,,, -73b96c50-792b-4341-92b9-8c64c9d1b526,Hacker News,,, -aeb5078d-ceec-4521-8212-021492d8afbb,Hacker News,,, -d4096551-23ba-4d95-be02-82616420b9e2,Hacker News,,, -d55bc9e0-8463-4549-8d73-73198198e4ec,Hacker News,,, -37631f36-e53b-4164-b837-38ebcbc04c72,Hacker News,,, -77acce13-cffd-4907-81f7-f34895e21c12,Hacker News,,, -22bf4e65-1552-4688-84a4-31b98d83208d,Hacker News,,, -05960b14-3a97-4464-ac1c-33ed1f80ee14,Hacker News,,, -61c78919-e7e6-4d2a-823e-0f5fa2372c52,Hacker News,,, -0270c1e4-5e32-4e3b-bd0e-14845d6e611d,Hacker News,,, -7536b315-3f3c-4fa0-b82c-4e3d605a2310,Hacker News,,, -6877eefa-e9c4-463f-a234-55ec2f9201c1,Hacker News,,, -7c20a9b1-d12f-4d11-9a74-461ebc9d7d95,Hacker News,,, -5dbd1058-8a20-482a-a48f-c4ebbb13c7aa,Hacker News,,, -590c01c9-0cb8-43d7-8927-9503f8c05550,Hacker News,,, -430186b8-15eb-4e6d-ad08-3fa25264b9ca,Hacker News,,, -0b9748ba-e09d-420b-892e-4662726886e0,Hacker News,,, -1d205706-5eb1-4ed4-9b7c-2c3054a825b7,Hacker News,,, -b6bb1ced-a119-47da-96a9-3604e2161266,Hacker News,,, -03417c9e-36b2-42a1-848b-a97ada5e6579,Hacker News,,, -40d6524e-aa2b-461f-a1d1-6c00a3982388,Hacker News,,, -1942335b-14c4-410e-8860-ff95432d8c49,Hacker News,,, -02710fc3-92b6-46e7-90ed-dcc61ae525e1,Hacker News,,, -fc3dec42-1a9b-4aff-8f90-ce1b2f8a1b1e,Hacker News,,, -551da0a7-c838-4dc6-8c45-7332345408b5,Hacker News,,, -d3f3b1a2-6590-4bd2-bad5-9686a0b58d16,Hacker News,,, -027e088e-d795-4866-89ff-fa134c4a12d4,Hacker News,,, -1d05e058-05c2-4bee-b038-bcbad7c2cc4e,Hacker News,,, -18634cc6-895f-48c5-a781-3e8169cfc485,Hacker News,,, -3d4658a4-c9b7-44ea-966c-99575a49ca35,Hacker News,,, -357c88f6-0d5a-4e0e-b434-a1d4585821ef,Hacker News,,, -b8d6d34c-ab26-4587-b202-5ba50cf28f50,Hacker News,,, -9d15de3a-0457-4912-bde7-76d837cd7cc3,Hacker News,,, -cf99dff7-0502-4630-8144-729c8d3110f6,Hacker News,,, -0a291807-d84b-4117-a8c0-365da1472fff,Hacker News,,, -63738423-7cee-42ce-aba6-c687a8d0f97d,Hacker News,,, -5414a623-148e-4142-b9cd-a4b78494d656,Hacker News,,, -cdb9e2f7-9897-4cff-881d-8e7669a0c353,Hacker News,,, -2fe3ed9b-8451-42ba-87b2-f533c15b0ea5,Hacker News,,, -b631ffe2-8adc-4a0e-bbca-2d8ed768e05e,Hacker News,,, -3efc4e36-beb8-450a-a5de-c8cda3f05d39,Hacker News,,, -4f34c2d9-5c99-4a8c-87bf-f4a5178815d7,Hacker News,,, -8a19ec43-2dd7-4142-b9a8-33600818dfe1,Hacker News,,, -7427fb76-3620-4ced-8ba8-e4786a2729cd,Hacker News,,, -5414b83d-ea6e-4aad-a63c-745094c56bb3,Hacker News,,, -a419c5eb-5a92-4af2-9ed6-bfdcfd9eadb3,Hacker News,,, -f2a8c747-2c6a-4f5c-99a1-7209708fdcc1,Hacker News,,, -4b0cf234-9ea6-46f2-b19f-8e2f0b6d49fa,Hacker News,,, -cd1a8038-c3f7-4e91-bf1b-a527f71e8a27,Hacker News,,, -18946b7b-b8d3-444a-8520-a4aeb31b40ed,Hacker News,,, -729fc285-2149-43e7-8eac-0d962247f32b,Hacker News,,, -b1bacfb9-ebea-4153-bf66-94df79244721,Hacker News,,, -61fda7b5-8a57-45d7-96aa-72046b7970eb,Hacker News,,, -6a1f313f-f5a7-4985-a801-dc721c79faa1,Hacker News,,, -afd8dc33-4b61-4882-a24e-802858900650,Hacker News,,, -6dae33de-a2e5-4e79-9e95-4811bb13cae9,Farnam Street,,, -86afc7b0-3e91-4fa9-8eab-609ff558c43d,Farnam Street,,, -a1da47ac-0b48-4069-8abf-43d711c2ae7e,Farnam Street,,, -aa9e7e47-1031-46dd-a31d-7fbebe28038f,Farnam Street,,, -d386e1be-d186-4bda-8189-b1d51b4b86df,Farnam Street,,, -cde13c92-1dfc-45b4-9dbf-1693379b3413,Farnam Street,,, -4b3c1856-a7ac-4007-8025-ba8fc05a66b0,Farnam Street,,, -ba01326a-3465-4cc8-89b9-4ff17629de45,Farnam Street,,, -a69ab0b7-9fa2-448a-90d9-400490b798c4,Farnam Street,,, -8674e857-902f-4989-93d7-b42b66930b7c,Farnam Street,,, -d398def0-9f35-4537-9da1-6aafea4d9d6a,Farnam Street,,, -9268667f-e847-414d-a98f-ea0b681ddd9b,Farnam Street,,, -0692cf43-09b6-465c-bf50-84841bf23904,Farnam Street,,, -47970bbb-540e-48b3-a995-d92976d32a3d,Farnam Street,,, -f2ee2f72-7e4d-4309-b8d2-f4089cd6bd4f,Farnam Street,,, -11a684a8-f15c-439a-9834-89aead203f61,Farnam Street,,, -02e1ab50-d5db-48d8-a987-346c2f909cae,Farnam Street,,, -86a8179a-1502-41bd-a230-489c5c67e97b,Farnam Street,,, -73e6bedc-682b-4476-bc3d-b151622d4e3d,Farnam Street,,, -b4754922-bac3-4816-a725-20e965a8ad7c,Farnam Street,,, -8fb19e6e-971d-4294-adb8-6dcf826aed81,Farnam Street,,, -4c3dbbbc-ab87-444a-bdde-76b850f96b3a,Farnam Street,,, -a288b536-62cb-4461-bcbb-ca36ed3c308b,Farnam Street,,, -0d71a745-34e4-4f3e-98e1-916aea8bbec7,Farnam Street,,, -ccb572a0-aa33-4ccd-9932-f1ae8bdbd1d6,Farnam Street,,, -1dcb8034-3aed-4069-9b11-399edb2aa077,Farnam Street,,, -63e2958b-79a6-4856-b2aa-f2b7fb28ea76,Farnam Street,,, -1dbcd283-bc0a-4b7e-9a14-da4cd3e864ec,Farnam Street,,, -5502ff13-bf71-4041-97cc-b04fcc5e368c,Farnam Street,,, -0f581fd1-504f-4659-9cb9-61cf65e86a4a,Farnam Street,,, -44af0494-0563-4e5a-8f7f-0ed483d59335,Farnam Street,,, -524931f3-6b72-4149-a637-11adb8b44865,Farnam Street,,, -0b2f49cf-aa56-4434-a70f-2ed59baed69c,Farnam Street,,, -b29b5383-f2f3-4e6d-9d35-aa0f33ea03c1,Farnam Street,,, -8deb9e85-5287-4546-986d-fc408eb00843,Farnam Street,,, -38fa042e-4d18-42df-bd95-31aeb1d93ab7,Farnam Street,,, -07fedd4d-d4a0-4675-8380-aeeaffa3760d,Farnam Street,,, -8f6b25b6-f91c-40a9-960e-685f485d3612,Farnam Street,,, -28d692eb-50b7-436b-8f88-422d02d5178f,Farnam Street,,, -ac276e83-dbd7-4bd8-8c87-9902ae2625c9,Farnam Street,,, -4099d499-1fad-42c6-a70a-81106ffc1a99,Farnam Street,,, -b95d79eb-4b39-4ef5-8305-a4c532132de2,Farnam Street,,, -d709e113-2f8f-49af-9edf-69155e991b10,Farnam Street,,, -eb340792-ded8-48d3-a9e4-3f8ad2cc3bc7,Farnam Street,,, -95ccd561-8341-4da1-88da-ae41cb687330,Farnam Street,,, -ce349b3b-9b48-422f-ac50-bc281b4e0b87,Farnam Street,,, -d0921b92-aa7f-4492-baa9-7c884fa90ec0,Farnam Street,,, -3fdc098a-ff4f-4981-9119-f80dc93c367c,Farnam Street,,, -a1a61801-eada-4f6a-bf74-b1585a530a35,Farnam Street,,, -fbadb81f-3617-4ec1-beb8-7d19381b8b30,Farnam Street,,, -d2991ba3-1807-48fd-80ed-05b2584398cb,Farnam Street,,, -076cd9b1-af43-42c7-a147-e28843a8e822,Farnam Street,,, -6b2a546d-7970-4bfc-9143-eed5ac3c0611,Farnam Street,,, -3cd55cc7-1f41-4a42-85cc-44cb4d3cd863,Farnam Street,,, -d6231e5f-555d-4338-8ff2-886b569eda2a,Farnam Street,,, -a4365f1b-1ba9-4b0e-9e6b-509d7843e940,Farnam Street,,, -1c79df36-c823-4389-a380-63b876563ff8,Farnam Street,,, -937a9c69-93a6-4b9c-bc00-cc1c50ea6834,Farnam Street,,, -068ef3de-5b7c-416a-84f4-f664ec49bee2,Farnam Street,,, -abd9c9ec-542a-463b-b26c-257426347be5,Farnam Street,,, -d5ac6069-e485-49d7-8120-8bdf6628e203,Farnam Street,,, -57ea50ea-c03a-46f9-9ac0-102136b43f8f,Farnam Street,,, -00678d3a-f1b0-4f66-9704-0098d24a869e,Farnam Street,,, -9c9af9ab-22df-4114-8452-bbfcba117549,Farnam Street,,, -d4dad9f2-3740-4f9a-a287-db1dddfadd27,Farnam Street,,, -210fc102-7d6d-4f22-b8ef-7facb0f161f2,Farnam Street,,, -c4e8fa25-7bdd-4c35-a725-62ae3328b078,Farnam Street,,, -5b1fdbc8-a0cc-4599-8de7-1c065658101a,Farnam Street,,, -72365a0d-6b25-4891-bdf3-004ab93daf84,Farnam Street,,, -ebdad0f7-e217-46da-a9ff-14a78c02a779,Farnam Street,,, -bf33707b-3120-4efe-8725-57f863e8fdd4,Farnam Street,,, -e3d06b9a-574a-40f3-a69e-59adef86d2ac,Farnam Street,,, -61807d81-5853-4230-8f82-b7421267bf82,Farnam Street,,, -af74f8c1-62e6-41dc-8923-bccbe1c44f8b,Farnam Street,,, -880146d9-26ed-432e-9da4-16582026c465,Farnam Street,,, -bf5c23ff-bd2b-46e9-ae64-21c42fb35432,Farnam Street,,, -5bda5484-d2a2-4b37-b9a9-21705c448d5e,Farnam Street,,, -f002a921-6480-4e6d-96a0-ed4fc6ea8c62,Farnam Street,,, -1d3223f3-a66a-402c-bb4d-c53d79448db2,Farnam Street,,, -8d3a240d-2c73-4879-ab53-331cd1190e87,Farnam Street,,, -6caeeff5-4870-411f-a023-4595168dbf63,Farnam Street,,, -623881fa-33ac-4c1e-9f4f-c47a466318e5,Farnam Street,,, -36a285c8-2657-4a59-88f2-aaca4c36fe9d,Farnam Street,,, -b599009a-12e8-40a5-ba51-37dd5923856e,Farnam Street,,, -8b6a4107-6420-48fe-9450-3aec869f4506,Farnam Street,,, -fc66a359-863f-4180-97cf-580989491eb5,Farnam Street,,, -0d750e6d-a01c-4ae0-a9eb-2f2bcb23d94f,Farnam Street,,, -d8bf65c3-226a-405e-8755-0178f639b60c,Farnam Street,,, -48e8f2c4-1920-41b2-bf1a-adc15809c5e8,Farnam Street,,, -6c843822-aed2-45f6-80c2-5cc71158a8a4,Farnam Street,,, -4c751172-c490-4e6d-9f95-686e03de97be,Farnam Street,,, -e232e0ff-5135-4d9d-8eba-5c8f62bfdfc5,Farnam Street,,, -9f80eb03-14ee-459c-aaf6-bb36c75bc961,Farnam Street,,, -9eacf31a-e996-4c3f-b206-022b534d0798,Farnam Street,,, -503f1862-2c56-4eea-9f87-04d347ff911e,Farnam Street,,, -d6a15beb-cd75-4599-aa02-cca3f3c18af9,Farnam Street,,, -418a428f-1b08-4728-aec8-8ddf86d306b3,Farnam Street,,, -02ff679a-066f-4acb-b196-f95110aa1d5f,Farnam Street,,, -160df77d-e74e-4d03-b3ec-d5b336df47c9,Farnam Street,,, -0352b17e-b8af-40de-aae0-1f7bd6957574,Farnam Street,,, -cfbcbc8f-4c6b-4024-bcb1-35aea05d50fe,Farnam Street,,, -437568f7-9fb5-4cb6-872c-039bbee66a7b,Farnam Street,,, -37963937-5087-4f4f-bd0d-688521ba29b0,Farnam Street,,, -f2e26da2-65f3-4960-86b3-6af7dd5d7f8d,Farnam Street,,, -e6a4ad6f-d1f9-4657-b8c8-492521084574,Farnam Street,,, -78eadc1b-60f8-4a0c-abea-33ad7f489ce9,Farnam Street,,, -9411264f-05d4-4a4f-b04d-e53fc948f6ec,Farnam Street,,, -4e04d2b8-4f6d-4315-91fc-61d82b8bce47,Farnam Street,,, -0bd684b8-4758-4c31-aa3a-ffb0b1443bd0,Farnam Street,,, -6676bb53-ff41-41ff-8f0c-2e9fe656e960,Farnam Street,,, -6c14c759-78ba-420b-8cca-170bc441b279,Farnam Street,,, -1b621daf-dd99-4191-92b7-da3aec652b47,Farnam Street,,, -3a1dda66-7d49-4d46-bed0-f8bb3e486df9,Farnam Street,,, -52c3df30-9843-4d47-9bfa-c4a4213dee1a,Farnam Street,,, -7622ae94-69d5-4ae6-afcc-10bad27eaf4d,Farnam Street,,, -e93e6a4e-7834-4fcb-b245-78815ce4e4a1,Farnam Street,,, -496e69a1-3011-4191-9568-977766603219,Farnam Street,,, -775e7b84-2edf-4802-9754-d51c9521ef73,Farnam Street,,, -3e83fcbb-2cf6-4043-8be5-8facee602469,Farnam Street,,, -0209c931-4b7a-469f-a83f-eb7047012b42,Farnam Street,,, -2814d8a6-7881-44ce-b601-5aeef53e716b,Farnam Street,,, -b3b34be9-7872-423f-9845-d5a11826cb8f,Farnam Street,,, -cd91b973-4081-4614-b7fb-ac3ae855975b,Farnam Street,,, -5656fab6-3d7a-4644-b124-a9096d382b46,Farnam Street,,, -606b1268-4acc-4098-a50a-598fd8cfcce3,Farnam Street,,, -a0d446a8-5c7d-4241-b10b-cc6dded91d5d,Farnam Street,,, -fa388805-b515-40f6-b3a0-49013460e55b,Farnam Street,,, -ea1e0c0a-9f96-4a29-b9e7-140409186cc6,Farnam Street,,, -9b044c0f-399f-437e-8399-016e5d5004ce,Farnam Street,,, -1d249e97-3095-4311-87a1-7bce929e2b47,Farnam Street,,, -8d06abbc-fa92-4fbb-9375-6e74dbea830c,Farnam Street,,, -132c9f61-a6a8-46b6-a8a6-04dd97ccba55,Farnam Street,,, -715a96d8-7fc4-489d-bb1a-e9b8e88f190f,Farnam Street,,, -a087b5cb-4e56-4d6e-8758-c2f04c46d32a,Farnam Street,,, -09d03449-775c-4cb1-b0a7-b1dead4e5587,Farnam Street,,, -5277c459-79f6-4068-88da-e1bec0930000,Farnam Street,,, -ea476e2d-9b78-439f-843e-2d40a9180537,Farnam Street,,, -833aca68-9448-4fd4-a622-13060e321f2e,Farnam Street,,, -483d05bf-d446-4c5e-8147-d5364594b0da,Farnam Street,,, -430186b8-15eb-4e6d-ad08-3fa25264b9ca,Farnam Street,,, -4d0bea5c-f324-4fe5-be0b-b33b8f5d2192,Farnam Street,,, -c8ccde47-a031-4c3c-a09b-4d7867600fe7,Farnam Street,,, -26173a46-ee83-4aca-bfca-1a73609180b8,Farnam Street,,, -fd5fdb88-9b3a-4989-bb65-120ae33d9226,Farnam Street,,, -3a9a3e5a-0b14-4cc6-ab60-e40eb559e0ba,Farnam Street,,, -c66189a3-22a9-4340-a1d0-7a592281dc9a,Farnam Street,,, -2867dac0-aa54-4653-beb2-5780bfdbe409,Farnam Street,,, -b34ee4d1-dfce-4c62-b7d8-cd1db861fe7c,Farnam Street,,, -7d5d2cc0-edd0-40be-a81c-f50faf8ea0b1,Farnam Street,,, -af0643db-37f7-4ee0-b8d6-22ffacc145e5,Farnam Street,,, -2ed732ed-fd9d-4a24-9d56-9994910c8d28,Farnam Street,,, -1cf38978-a8b1-48d6-b0fa-de7bc34dfc8d,Farnam Street,,, -90d355ee-e5be-4356-b32a-5a9413a32dce,Farnam Street,,, -1127133f-fdea-4efb-97cb-0a4d0a0337b2,Farnam Street,,, -ae31a4c0-59e7-4664-b0e0-584f95d4c8b7,Farnam Street,,, -9fa62bd3-6f3a-4db7-881a-f79fe4b85498,Farnam Street,,, -5b5bce88-5f4a-4a4e-a611-d1379252e224,Farnam Street,,, -d6f5d6e4-17aa-4288-bfcc-7aa96c5ccb17,Farnam Street,,, -c8e1089e-7010-4cf7-b77e-fc7f2e7eaa4b,Farnam Street,,, -6685bd35-0e72-46b9-b874-47033c337c9b,Farnam Street,,, -fe64da31-3018-40e4-a5dd-977c356fe216,Farnam Street,,, -07b2ee93-5dee-4309-a740-92194108f187,Farnam Street,,, -410091d2-6f33-46e9-b2e4-7994d411848b,Farnam Street,,, -034f40df-b6ea-4078-b530-4ddd6b0d81cf,Farnam Street,,, -7ca2b2b2-19a8-413c-8031-f6a044d2587e,Farnam Street,,, -c0409333-98d0-452b-abda-f146ab4c7711,Farnam Street,,, -7f1bb0d5-154c-4601-b2f2-4eaf57c60fdc,Farnam Street,,, -9baa8318-cfea-4109-ab1d-f550adc4d889,Farnam Street,,, -56495275-bca2-44fa-8bae-608115743d2a,Farnam Street,,, -0d58f5b7-63de-467d-bbcc-f5c1e6c6a13d,Farnam Street,,, -653603c2-8199-41be-83d2-fdbb7b190798,Farnam Street,,, -d90ed056-2310-47e5-8658-a498733c3cce,Farnam Street,,, -682fac74-7942-4ec2-a683-b3f3209ff504,Farnam Street,,, -2be8817d-e50c-42e1-bb6d-abf03f82463e,Farnam Street,,, -33d3f7e5-beb8-4629-beff-69aae02f17e0,Farnam Street,,, -551da0a7-c838-4dc6-8c45-7332345408b5,Farnam Street,,, -6db4c715-b907-463e-9a31-b686de778cae,Farnam Street,,, -d3f3b1a2-6590-4bd2-bad5-9686a0b58d16,Farnam Street,,, -aa81cf3b-8b02-496e-8b19-a5bb5bc1c814,Farnam Street,,, -56cd6621-69fa-45b5-bac5-1ad6233a92b7,Farnam Street,,, -2c6126e0-cccd-48f6-88fe-39da01743918,Farnam Street,,, -f1ce589e-06b4-42ca-8e96-bfd6be02120f,Farnam Street,,, -3cd1e713-1d6d-44d9-a711-de76de191b04,Farnam Street,,, -ea3480b7-3a9b-4c70-b67d-53bb80418aed,Farnam Street,,, -150fa843-fa0d-40c2-b845-ebc0eaf2adf5,Farnam Street,,, -ac76332a-1d3f-4822-9817-36dcb4057e8c,Farnam Street,,, -7f3911e1-c08b-465b-97b3-01b31ae00ea4,Farnam Street,,, -470d6f2e-9862-4247-a807-4ef421f5b652,Farnam Street,,, -55bf4bfe-aea9-4ed1-bda8-55b48f0f9767,Farnam Street,,, -29ce96a0-08b8-4206-982e-0c42b6b28e55,Farnam Street,,, -12c388be-7d47-45a5-964b-95365d43d969,Farnam Street,,, -229f0298-2d1d-41b6-b10a-3a325746a00a,Farnam Street,,, -845f84b3-d91a-4593-877a-e9e595d6c809,Farnam Street,,, -c39d85b4-03dc-4ef6-bce3-aeb3ca55ea2a,Farnam Street,,, -97edb5e9-2da3-406a-b487-6de73f0cef6e,Farnam Street,,, -e0969cb1-f48a-44c2-917d-67e73d7a09a2,Farnam Street,,, -ef47d6b4-68a1-4504-8823-9528ea474f69,Farnam Street,,, -3e23bb16-05ad-49a7-9b9d-0a9276003979,Farnam Street,,, -d02d148a-762a-4ba2-9713-30a497d7964d,Farnam Street,,, -edc49aaf-2bff-4660-9699-198a66a774b2,Farnam Street,,, -2484ee64-f684-4269-bd9f-f81b25c20a2e,Farnam Street,,, -4b3bf007-cc0b-4c53-a8d3-ba1520239a6f,Farnam Street,,, -05300780-e8eb-4db8-ac36-fff36273fe09,Farnam Street,,, -b9c92d93-c104-4fab-ac83-4d4cbdeedf36,Farnam Street,,, -78adcb22-fa7d-4d46-9976-b700d0fafa95,Farnam Street,,, -771193ba-7101-449d-bb0b-87b884d7cd0e,Farnam Street,,, -ce62fbf3-8c68-48fd-a84d-b06f55ca5c32,Farnam Street,,, -0d913f78-93f3-4983-8122-62f932c7f318,Farnam Street,,, -fb326262-10ec-48a1-b23c-6a5525cb69bc,Farnam Street,,, -7b224948-2a7b-4147-87fa-e23cc80723a3,Farnam Street,,, -8436027f-2299-43e4-be92-abce2096ebf2,Farnam Street,,, -3c6b036d-36e4-4bde-9706-327cbf569e4e,Farnam Street,,, -8c16790b-2704-48d6-b7bd-7d045eab2700,Farnam Street,,, -b20e7060-dd86-434d-8df6-92b77fcb8a07,Farnam Street,,, -d94b9434-0427-461c-8798-40b52ac833a2,Farnam Street,,, -601bad78-4ee9-4d54-8f84-13528a7453f3,Farnam Street,,, -2b233cc9-e0bb-43cd-97e7-7c0f63d72d03,Farnam Street,,, -94f37637-7296-4b06-b803-9b8ef921ed6e,Farnam Street,,, -b8ad7e91-42b7-4a4c-9268-53081e243475,Farnam Street,,, -5d4b0cd5-565d-4e14-b349-0e826fe0c36c,Farnam Street,,, -a6cc848f-8281-45e9-a65c-b6f7b7bbae88,Farnam Street,,, -44904717-d24e-43df-bad7-ad08a029d16f,Farnam Street,,, -4c5186cf-b26b-44bc-bf16-ffa743d53069,Farnam Street,,, -273fbac7-9924-4017-b383-5d63c43a6711,Farnam Street,,, -7475c89e-7083-4f77-b198-5f7c54b49b09,Farnam Street,,, -ad263975-2b88-4bee-9a45-53d94ddec907,Farnam Street,,, -67eceb68-7d46-4205-8385-d29d10eaee14,Farnam Street,,, -050360b5-0189-4eb8-824d-bbbce54764b1,Farnam Street,,, -83e5baf5-06e4-414c-ae71-329ba5a87f0d,Farnam Street,,, -ec9f0bb2-fac7-42f2-8ec5-e9dacfcbfd35,Farnam Street,,, -bd344c2b-7b49-4647-8f4d-340c300e5ba7,Farnam Street,,, -c38e5150-a766-4a99-910e-31d32d68ec67,Farnam Street,,, -a5252aa0-bf80-417e-92fd-f50a878b043f,Farnam Street,,, -dd6e7eb6-dfa7-4909-a42c-38698e47792f,Farnam Street,,, -a284f644-33b7-45c3-b374-0cdf8439ee99,Farnam Street,,, -50d9f481-6f25-4b93-87cc-bc6d2373264e,Farnam Street,,, -04d59cd1-90eb-41ed-8127-be142f557049,Farnam Street,,, -e407ff78-41fc-4bf6-a958-731d98785545,Farnam Street,,, -c66ee298-9f2c-4f8f-ba0b-30e5c3ef3eea,Farnam Street,,, -15dbe101-7e83-4ad3-be01-040104e21754,Farnam Street,,, -17369399-23dc-4bf5-9439-d2927973cbdb,Farnam Street,,, -2f5ef196-ec2f-4027-9f63-b3bd99dc2953,Farnam Street,,, -6b88ff37-1d52-4ee0-961d-c9c77004844d,Farnam Street,,, -01edcc1b-cc91-4067-9607-ac7cdcab6f43,Farnam Street,,, -ab61c4ba-6fe8-47c6-840d-fedb6f35dc7a,Farnam Street,,, -4e5bc996-4b8f-4ac0-96b0-028f89100269,Farnam Street,,, -453a0d52-1157-401c-b668-48b56a0f8d70,Farnam Street,,, -326b7e5e-b113-4cc1-989b-fc79b274badc,Farnam Street,,, -1d250c4c-e6e7-45b6-9467-35a760fc39c5,Farnam Street,,, -b3f90261-5b6f-46b6-b5fe-549d9ae0be10,Farnam Street,,, -6a58a71a-3b14-4a00-b596-bb5cbd1009eb,Farnam Street,,, -9e865081-d596-499d-8742-b9488edc1680,Farnam Street,,, -f02f37c3-26ea-43ce-9d07-39111b2cd19f,Farnam Street,,, -8ce08e97-ad3d-4046-bb38-ae7257115b9b,Farnam Street,,, -3147afd4-d466-4580-b011-6cf8da7e8f04,Farnam Street,,, -13db16ed-41f2-4b56-851d-97502bca1216,Farnam Street,,, -cc819167-1a00-45be-8890-2730865df4d9,Farnam Street,,, -d249f60d-87a7-4a9d-9612-2e33450befc3,Farnam Street,,, -d9dd2211-d757-45cb-9211-2c097fb65bda,Farnam Street,,, -f1d0e965-392d-420a-9a4f-e93822780f56,Farnam Street,,, -0d670fa3-573e-49a0-8812-173d53e742f7,Farnam Street,,, -0f61fb64-6d1e-497d-b18f-8ebfb98754a5,Farnam Street,,, -600057aa-423b-4afc-a46d-998413fddc6a,Farnam Street,,, -b4ccc829-f16a-4a9f-a158-e1ae9ad6a3d0,Farnam Street,,, -36ab22fb-ead6-4485-a493-a5e6f1f5f6ac,Farnam Street,,, -1f512248-fd7c-402e-89b5-76f8a0d53c04,Farnam Street,,, -23a5d008-40d6-425e-8285-e0c5a8f548ba,Farnam Street,,, -51911318-eca1-44ae-a502-c1a0122d2cd8,Farnam Street,,, -776b126e-2819-47b1-a827-adea11712d8b,Farnam Street,,, -9828e158-c3bc-474c-89d5-a50d1e175e7f,Farnam Street,,, -d63d8c9e-e049-47f5-87ec-9dbb60105df5,Farnam Street,,, -a3e05eea-a692-42cd-a7fe-7c8e52adba5b,Farnam Street,,, -61b96e45-efb6-48b6-8e69-56752aa84b73,Farnam Street,,, -84575894-16e4-4104-a3fa-80f3de6e99a3,Farnam Street,,, -ed6f652a-8573-4e93-a33b-ac240aa3a9d1,Farnam Street,,, -1493ffca-1e32-41a2-b5fa-d13d4f1f8ee2,Farnam Street,,, -2fe3ed9b-8451-42ba-87b2-f533c15b0ea5,Farnam Street,,, -32625c99-f3a5-4291-9d93-78ba526e48e8,Farnam Street,,, -3efc4e36-beb8-450a-a5de-c8cda3f05d39,Farnam Street,,, -579e225e-0260-4163-b475-9bd278f96286,Farnam Street,,, -cea572ee-8956-4ab2-8361-ff9ae738d57c,Farnam Street,,, -b9d487a6-b912-4413-b47d-6e3c2d72cd49,Farnam Street,,, -f849ff7d-f967-4c2c-be03-677d4d34e0c3,Farnam Street,,, -aa8afd1a-4f09-460a-9deb-b18a3bc1db2d,Farnam Street,,, -2202c2a0-8839-4001-b4b9-82bd62149b00,Farnam Street,,, -073db564-f1f7-4561-a152-6ba4b988e2fc,Farnam Street,,, -fdd8df5f-c24f-45f6-9d52-14c5e9b68437,Farnam Street,,, -6d06dd2a-fe67-4813-9a98-699dcece9900,Farnam Street,,, -0cc5f1bc-aad0-43bd-82ea-662347924886,Farnam Street,,, -80774f72-abc2-423d-bdb1-fb52b2ce35bc,Farnam Street,,, -19fee092-a9c9-4a5e-b89a-84cfb85d83b1,Farnam Street,,, -636f6130-1a7c-4954-93c4-a256dd6bc1e0,Farnam Street,,, -d82edf40-81c5-4d7b-9a89-651010713810,Farnam Street,,, -1687920a-636a-4ce7-91e3-a569ca37c2f6,Farnam Street,,, -2aa6fc79-54e7-48c1-9272-a16e79aa5804,Farnam Street,,, -8ec105a3-5e19-4d52-a6d9-701c55e425b8,Farnam Street,,, -b5e4f134-4b33-4880-8955-6cb8ec5a2b8d,Farnam Street,,, -9ad924a7-9ce2-4131-9a51-eb37d05979f7,Farnam Street,,, -57d6fcce-f4e9-4393-9fea-4fd62d2c38cb,Farnam Street,,, -b1f62c90-5d80-49b5-be2f-e0b9cc9f8c2e,Farnam Street,,, -c3e8a43d-1e1f-4791-8471-41fd910b024a,Farnam Street,,, -cbfbaf85-b73c-4d00-9f9c-2fe20f54c37d,Farnam Street,,, -6166d47c-8964-4a86-822d-8cfa4b6e3871,Farnam Street,,, -71efcef1-256e-4a13-9a2c-8aa9595ccf33,Farnam Street,,, -cd65ff0f-5ef8-402e-be69-14b3b2e36ba3,Farnam Street,,, -bc1f1146-f9bc-410b-a82f-8e1910ef6d3d,Farnam Street,,, -51a33437-9133-4700-8bbe-7a7f19abb7b9,Farnam Street,,, -82045d6b-2fad-4d74-bd45-f1ef2adb7aea,Farnam Street,,, -0d07cb80-c00f-48ab-8c69-c5a5134debe5,Farnam Street,,, -67a6a85a-4cad-435c-835b-73f4c6ebc627,Farnam Street,,, -ad266b91-76a4-481f-9251-32e501c8ef7e,Farnam Street,,, -10146709-e3ca-4b7c-a567-4e6fe898bd38,Farnam Street,,, -4510004c-d819-40ab-81fe-48fed51af6b9,Farnam Street,,, -51f2c7d5-276f-4f57-a9db-15f3d9090807,Farnam Street,,, -3af8fa0f-8c4b-4b39-94d7-6a397de8ff21,Farnam Street,,, -17df97d3-79e0-4705-a74c-e32cd7864430,Farnam Street,,, -a1591f3f-54fe-4fa7-994e-1b59d3a828be,Farnam Street,,, -7d9b0954-a98b-432d-86c3-9043007e2985,Farnam Street,,, -592cf3e5-5f47-4394-b56f-6f6872070ba8,Farnam Street,,, -8fd93748-79ab-4705-8ef0-98e17198b7b4,Farnam Street,,, -fe72d3d2-af27-4bc7-838d-fe8aac50e958,Farnam Street,,, -e7768fda-cbd2-4dde-a6c8-15ac39a0f880,Farnam Street,,, -b8e70e54-7d03-4aeb-b3e4-6e0ec5a9a602,Farnam Street,,, -5288216f-3d92-41fd-803e-5d0f4d4252a6,Farnam Street,,, -a2c732e2-35f8-4399-bafd-e9d6977a4119,Farnam Street,,, -484155c4-deee-46e5-bb67-85169e60dd17,Farnam Street,,, -ca91cbc1-2cdf-4e9f-9d9e-2e4bc58db5b9,Farnam Street,,, -6b00a691-94c1-442f-80e8-e0d625ca3aa6,Farnam Street,,, -14a22c22-b653-40a0-acfe-129de43034b6,Farnam Street,,, -665aa6ef-5df0-4238-a943-e75ea67d347d,Farnam Street,,, -f5514b40-a1d9-44c1-95a0-8cdbe0663ee2,Farnam Street,,, -c336abda-9880-41b1-b981-2234144f2aae,Farnam Street,,, -6a73be01-1cfe-4565-b896-f7aa95d2aa00,Farnam Street,,, -db25b569-0023-4ece-bc6c-6bb74280cdde,Farnam Street,,, -38bfb5bc-1f9e-4662-a1f0-4314d7ddcbfd,Farnam Street,,, -18382dc3-0ed3-4cf3-8d0a-6eed5486a61a,Farnam Street,,, -529f4bef-cc9b-4936-b089-ede12dfb210a,Farnam Street,,, -01a869c3-6f92-44e6-8e95-644fa8a2016e,Farnam Street,,, -ffab825c-ae60-461a-816a-e7b0a3904325,Farnam Street,,, -3b5247db-c890-4b5b-828f-93a40898e4a7,Farnam Street,,, -69b8d458-0e06-430d-8c4d-aa2a2d6428d7,Farnam Street,,, -1280d9b0-aefd-4b18-8a39-5fc51a582cd5,Farnam Street,,, -0b50e2e3-9fb4-4828-9bc6-d9f58b65e468,Farnam Street,,, -3ac0f016-fd7e-4b3e-9839-8450f9829800,Farnam Street,,, -18eff26b-abb3-4b3e-b257-b57f26bdd9e5,Farnam Street,,, -4ba26528-f3f1-44f4-97e8-318537846d1a,Farnam Street,,, -4059c37f-dd01-411a-9ee5-63b3901e23d5,Farnam Street,,, -431228ff-ee7d-4735-909a-e5b96cd0286a,Farnam Street,,, -f87cedcb-26eb-4c89-bdd2-543ad8f8eadc,Farnam Street,,, -1f3c2a9c-812a-4081-a016-edd87a460862,Farnam Street,,, -807280c4-3ee2-468c-8545-3515f4169fc7,Farnam Street,,, -4a44b514-461b-42db-916e-c5ccd0a04634,Farnam Street,,, -3b825c68-f736-4048-afcf-21add26c7079,Farnam Street,,, -a789397e-3849-4fc3-aecd-e78cac6bc2a4,Farnam Street,,, -63cf0d85-4fbf-4806-a63b-5f68509566dd,Farnam Street,,, -0718bf90-2f69-47dd-9b3c-0601f0e910a8,Farnam Street,,, -8b4c4b92-31d0-4e0d-8a8d-d67481d72658,Farnam Street,,, -fb6f9bb8-f654-48d8-a4fa-55868cdf360f,Farnam Street,,, -513cc684-18f5-470f-97c4-a3e34f3c1687,Farnam Street,,, -44165e15-f540-4bdf-83e5-f73e80241396,Farnam Street,,, -9deb6ac5-fb02-424a-ad46-078254942169,Farnam Street,,, -5c67a68e-c27f-4b9d-9e21-8c1e7f0eebfc,Farnam Street,,, -0054fd0c-aaa9-4c8e-8b5a-de7a98d8137e,Farnam Street,,, -85e5b451-cba1-465b-a792-0104443ce96c,Farnam Street,,, -22120a90-f475-4c21-bf6b-419b0c8f704e,Farnam Street,,, -5d261a7e-ed52-4376-934b-35c2f9a0b39a,Farnam Street,,, -0c9f0ce0-dee5-47fa-92a7-cc8093ac0ca0,Farnam Street,,, -37e94d4c-ba2b-448d-bd72-5d72539d975d,Farnam Street,,, -ffb82efb-202a-4981-99a3-0c24b1e6c36f,Farnam Street,,, -29b2aace-f548-426d-81d9-ed57e60b6eef,Farnam Street,,, -fcb39e90-36bb-4ec4-81b9-0b5ef5bf6192,Farnam Street,,, -f976ae8d-ef56-4484-8790-fd543f6cd228,Farnam Street,,, -18bad1b3-0735-48a5-8d85-2069be441ece,Farnam Street,,, -2473719a-0a9a-449c-aad9-f1f8719f6459,Farnam Street,,, -f4999806-3a5d-4db3-ad67-94999a9a76fa,Farnam Street,,, -5d7e1bd8-5adf-4a53-ab61-970c914d38c5,Farnam Street,,, -b66e1f09-9c4f-4c7d-b733-91a424dd714e,Farnam Street,,, -c0264193-ef43-4df1-8746-da555d71aeba,Farnam Street,,, -33288dbd-8d62-4e36-95d9-9bf7f889a2e1,Farnam Street,,, -583fa7a3-aa60-4086-82ca-d0312157ef5d,Farnam Street,,, -e03c928e-04fd-4c13-b44e-bdd0f184edc5,Farnam Street,,, -15a711f0-fd32-4651-897c-1e6b470bf5f4,Farnam Street,,, -dc276261-a19a-458e-9325-6b9519e6db16,Farnam Street,,, -09f33761-c26d-490e-a79c-c3bae15542ae,Farnam Street,,, -9c66daf3-c1cb-4ccf-8712-f025bfc7c55f,Farnam Street,,, -a9f8145a-78a2-48b1-8af8-5f7af2990307,Farnam Street,,, -4ff9614a-3c8e-4bd1-83e4-7665a880fc97,Farnam Street,,, -7b2c1752-6ada-4752-b5fc-889a6e2c60c1,Farnam Street,,, -c455d224-5d26-4866-a56b-6bd0607376b9,Farnam Street,,, -a235e742-e3fe-4a2c-a18e-9a311321b8eb,Farnam Street,,, -66c5646c-f043-4cd8-85cc-873e0138339e,Farnam Street,,, -19bdcf86-5104-4e5d-9bad-d04a9f453be0,Farnam Street,,, -e9f9cdc7-10dc-43f4-a71e-5d44a5e44359,Farnam Street,,, -ce46226e-349b-466f-8fec-81d73325b9ab,Farnam Street,,, -8d3b85c2-92e1-48b3-8eed-714b7885247b,Farnam Street,,, -6e790bca-33da-4f5b-ae09-194906a9f1d1,Farnam Street,,, -41393e2c-649d-44e3-a4dd-0068f8678a85,Farnam Street,,, -9aa84911-74ef-4404-bcf8-752baa2f6291,Farnam Street,,, -035f43f6-5d85-4d9a-944d-518a493d082b,Farnam Street,,, -b9a7fcee-f6c8-4ce9-978b-30afce589b67,Farnam Street,,, -9f5d144c-1606-468f-b630-f99f0b55faba,Farnam Street,,, -0837f2f6-03f7-463d-a038-cceabb3028ef,Farnam Street,,, -7c900563-4c2c-4395-85e3-ef0dd1fe3e8a,Farnam Street,,, -824cd332-1f8c-4d43-a4c2-e4f956ca93bf,Farnam Street,,, -fbc5b1be-796d-46b8-b9de-05edef3e5f73,Farnam Street,,, -8e75ffe9-eb7c-4bc5-a14b-836c08a702ad,Farnam Street,,, -fcd00a9c-53a3-4eb3-a843-d26cd3819f86,Farnam Street,,, -07389495-d17c-4d30-a208-48fdb2cea810,Farnam Street,,, -8c17f95c-3008-432d-920b-17a2825ee53f,Farnam Street,,, -30af8453-afed-4b7e-9e3c-af1f2edd2b1e,Farnam Street,,, -18b5fb6e-9345-4b78-96b3-6016a97e6ca1,Farnam Street,,, -c80ae24f-8907-4bc8-90b9-add8137000c7,Farnam Street,,, -831de16b-9f2c-43a5-aa65-557a02fdd00c,Farnam Street,,, -d6f92bec-4fe8-4571-88e9-ad06cdb999ad,Farnam Street,,, -4388cdc3-3103-4831-9574-c849709f8bc4,Farnam Street,,, -51e08cb1-9831-4c8c-b849-0458498abcaf,Farnam Street,,, -e3ef19b9-992d-4fed-b6e2-fbd49141a824,Farnam Street,,, -75bdca05-3d7b-4ba8-8d4f-e73e7842f391,Farnam Street,,, -6513f354-ef08-439c-b785-22c4f4c675ef,Farnam Street,,, -e37fd206-be5c-4b8f-8e03-45f3372b6556,Farnam Street,,, -51b18381-869b-41c5-9689-ab8d2e4b2c52,Farnam Street,,, -20e96a1e-57c1-45fe-ab15-4f03d20a06ea,Farnam Street,,, -1a162e9b-6749-43a1-bf48-e20e9273385a,Farnam Street,,, -6a1f313f-f5a7-4985-a801-dc721c79faa1,Farnam Street,,, -356d451f-de32-4c86-8fc9-ef4ee9e018d2,Farnam Street,,, -181e92cd-3730-48cc-89a6-06165dd3ce77,Farnam Street,,, -49f41335-6199-4d18-bc08-3e759ad6b335,Farnam Street,,, -cff75738-cb8b-4ea8-93bf-9f82e1eb2ad6,Farnam Street,,, -89743539-3107-4dba-80a8-4e6e84b62063,Designer News,,, -ad85ca91-3b94-4fb4-84f9-4ac990a7f737,Designer News,,, -b390a6c8-0214-47c8-867d-71a5020db27f,Designer News,,, -c3849a0d-b527-4bcc-914d-0f69d6b022f6,Designer News,,, -81c5055c-4caf-4f70-9414-6929d89de2e6,Designer News,,, -2a0fd8a4-538c-4553-a74c-5c7ae2c84de0,Designer News,,, -ec9c9c41-2ba3-4ecd-bd84-85b35aac430c,Designer News,,, -edb38458-c42c-4970-9cfc-b8a8a85a7a9d,Designer News,,, -3b8132bd-0a64-4062-a5e3-96ad882060b3,Designer News,,, -3e9c1368-308b-4455-99b3-64ec4c3f36a3,Designer News,,, -1239c90e-7826-4000-a3aa-68ac56074ef1,Designer News,,, -0ceb46eb-56bb-4b6d-abde-1037da41f790,Designer News,,, -2d8997d6-c346-4df8-ac12-79735e2ddac5,Designer News,,, -77acce13-cffd-4907-81f7-f34895e21c12,Designer News,,, -cfe7392f-7abe-4270-9b97-b07c99a5d628,Designer News,,, -b148fa00-dbe5-4ab7-bdeb-6dd42c663eae,Designer News,,, -4d3a0c70-08b1-440c-b4a9-6e8cbcc45097,Designer News,,, -55ac644e-6c61-42d5-bfd8-1514b0e759ed,Designer News,,, -b4736b5d-b60b-428b-b5df-d5b932821001,Designer News,,, -930f2a23-9bce-46cb-aef3-f6198fdc0a0c,Designer News,,, -1942335b-14c4-410e-8860-ff95432d8c49,Designer News,,, -78eab228-82a8-4253-9f48-2c4cfd9ebfe6,Designer News,,, -f0d605d1-45c5-404c-b65d-4d2f47aa0ce4,Designer News,,, -2c8fe611-2b95-49c9-bac0-4bfba2fc2d67,Designer News,,, -9b9319f6-91e1-4d6c-83e8-b7c04c97925f,Designer News,,, -050360b5-0189-4eb8-824d-bbbce54764b1,Designer News,,, -600057aa-423b-4afc-a46d-998413fddc6a,Designer News,,, -cbfbaf85-b73c-4d00-9f9c-2fe20f54c37d,Designer News,,, -a1701485-20a3-4aee-878e-8c03558fc13f,Designer News,,, -480a728e-2fa2-403f-8e66-1de6b4e37414,UXTools,,, -353cd509-7a0f-485e-a3bf-418a7e3b84fd,UXTools,,, -2a8416cd-1e22-4500-8730-efbfa37653ad,UXTools,,, -89743539-3107-4dba-80a8-4e6e84b62063,UXTools,,, -ad85ca91-3b94-4fb4-84f9-4ac990a7f737,UXTools,,, -abf9eea5-b686-413e-8d82-b98c39fb6fe9,UXTools,,, -0ee44806-b5b4-4785-9d31-c3586f6e9b25,UXTools,,, -91a34459-edea-42de-8b63-4c5e90637324,UXTools,,, -a964460e-1b2f-4306-9c76-729ad58f6dd4,UXTools,,, -59765c1c-2b7d-47ea-b782-51dd8c3200c9,UXTools,,, -8b8d67b7-862e-4126-9874-c040eee4e0a8,UXTools,,, -6e3581a9-0641-4831-9734-4469f3864962,UXTools,,, -81c5055c-4caf-4f70-9414-6929d89de2e6,UXTools,,, -c2227867-df29-4700-b69c-2f497ba239a8,UXTools,,, -8419bfaa-98ab-4d23-ade8-39df1b531d86,UXTools,,, -ec9c9c41-2ba3-4ecd-bd84-85b35aac430c,UXTools,,, -823ad65a-3f70-4fbf-baee-d24bd3d244b4,UXTools,,, -3b8132bd-0a64-4062-a5e3-96ad882060b3,UXTools,,, -3e9c1368-308b-4455-99b3-64ec4c3f36a3,UXTools,,, -5895c3a2-b050-4915-b578-cc8171c2e24c,UXTools,,, -04ca0391-1b40-4ec9-b8c8-6cb0b9a62a6f,UXTools,,, -e8e41069-8019-4c00-b50e-ce779c4021ae,UXTools,,, -53448e6d-0dc4-464b-b2a5-ffdf831ba284,UXTools,,, -8a7ef7ba-e6b0-475e-94d1-6db124e9af0f,UXTools,,, -b6a35cdb-75af-4231-9f78-9428f573b0fd,UXTools,,, -b3493e2a-314f-4af0-bc9b-1d48a765efc9,UXTools,,, -15f58278-6f45-4f30-a074-59b55a22e4f2,UXTools,,, -77acce13-cffd-4907-81f7-f34895e21c12,UXTools,,, -522bbbb6-31ba-4fcd-b97e-38629219a16f,UXTools,,, -7536b315-3f3c-4fa0-b82c-4e3d605a2310,UXTools,,, -d235b81a-1860-4aaa-be3b-0a9e81ec2837,UXTools,,, -fe9a9251-2e67-470d-8077-03a56a8eac34,UXTools,,, -9565ec78-7321-464f-8db9-b3b9b61e5782,UXTools,,, -4d3a0c70-08b1-440c-b4a9-6e8cbcc45097,UXTools,,, -55ac644e-6c61-42d5-bfd8-1514b0e759ed,UXTools,,, -9afb3f12-ccad-4079-a60c-cc375ffb9a57,UXTools,,, -7571b25d-90d8-4ca3-823b-10a186452cd8,UXTools,,, -807f8a4e-fa5c-4e3c-8e3f-ad2283d9de79,UXTools,,, -2269e571-e54d-4d00-84ad-e3e7164114f1,UXTools,,, -4c465aea-cafb-4ce4-9658-617efbe10206,UXTools,,, -26a8fb38-0d1e-4f99-bf9b-9cdb00f1067c,UXTools,,, -58db6e3b-7936-4a23-b8e1-01977a509b90,UXTools,,, -dc071c53-9f41-4657-96ce-614469ad4bf5,UXTools,,, -312c06f2-0702-4bfe-95f9-38abebc1921a,UXTools,,, -6917b630-2354-4b61-a3d7-ce39b4d1a2b8,UXTools,,, -b4736b5d-b60b-428b-b5df-d5b932821001,UXTools,,, -989f2338-649a-46e4-b665-54b8deb355cb,UXTools,,, -60c88d01-7aa7-489d-9d2f-ec18e469db5c,UXTools,,, -7d5d2cc0-edd0-40be-a81c-f50faf8ea0b1,UXTools,,, -62063da6-d51f-485d-9412-a675f482c4cc,UXTools,,, -d6544665-4ca7-4479-96d4-bbbb396dece9,UXTools,,, -1942335b-14c4-410e-8860-ff95432d8c49,UXTools,,, -78eab228-82a8-4253-9f48-2c4cfd9ebfe6,UXTools,,, -070a2c64-5189-4e37-8286-aa45c56affc3,UXTools,,, -42eaf010-94ee-4abf-8d9d-a14764e72879,UXTools,,, -d22ca69a-1891-4510-bc92-8a9afba6e186,UXTools,,, -1eac3cd7-e352-4ac1-8273-1da64c464f10,UXTools,,, -f814803c-8d99-4eeb-a2b4-74bbde69ece9,UXTools,,, -3890625f-1a54-455a-be33-ac8b540a05a2,UXTools,,, -59d48122-3b6f-4dec-95fd-8879dfe08062,UXTools,,, -9300da4b-9cd4-4c14-a177-b20bcfb80b1c,UXTools,,, -682fac74-7942-4ec2-a683-b3f3209ff504,UXTools,,, -4473aaec-5751-4cbb-b371-1db057501600,UXTools,,, -d3f3b1a2-6590-4bd2-bad5-9686a0b58d16,UXTools,,, -344d449d-0754-4a27-bf32-a99961a274b2,UXTools,,, -5efbb8ef-26be-4ea2-b064-28fa6377e170,UXTools,,, -df6d8800-fb87-4097-a7d5-09890e1998ff,UXTools,,, -d8451623-3881-4d8e-92dd-1263a6403095,UXTools,,, -b985d27c-1dc1-4cb4-8194-5e871811e054,UXTools,,, -73930d5b-e62e-49e8-b763-27d5a35b451f,UXTools,,, -938c971c-ca17-4718-8900-9c9c69ae0b6f,UXTools,,, -c5b262b9-9d22-4587-b889-012e3539fb3a,UXTools,,, -8358fe73-cb19-467a-88fd-67f1087b3298,UXTools,,, -5e3f8d1a-605d-46f6-9a63-f3a21745f3b0,UXTools,,, -07c67572-868f-4524-b37b-72ba8db01d7a,UXTools,,, -e3e54266-3a53-4835-ba16-551bd77528df,UXTools,,, -560a89df-1526-498e-9391-7faa90fec9fd,UXTools,,, -c56f3e82-4b91-4da0-adf4-18d20bb4e5b7,UXTools,,, -40c0b6a4-a6e2-48ba-a53b-cf70bcaaf3a6,UXTools,,, -e7638a7e-bfad-458a-8fab-f6ad99c74e36,UXTools,,, -03754638-0916-4783-b68d-ffa2cd0d94cf,UXTools,,, -3c0e7cc1-1906-4466-b84e-fff50c9e3eea,UXTools,,, -b1827b1d-5a0e-49e5-86bc-854a043fb7e7,UXTools,,, -e77ea745-4ff0-42c6-bb71-56e2e7c13ada,UXTools,,, -3b3216ca-0470-4040-826f-878ed012d4aa,UXTools,,, -323d5ced-2038-4ac8-acff-c9157252d9f2,UXTools,,, -b01cc069-184d-4b87-a245-2320e994a1e9,UXTools,,, -efa0f96c-c8ee-4ed5-9b29-8551fd4c18bf,UXTools,,, -01edcc1b-cc91-4067-9607-ac7cdcab6f43,UXTools,,, -d39bea6b-4fd8-4171-922a-c2df38be60ea,UXTools,,, -94e365a1-f770-4aaa-abd5-dcedb6a8e08f,UXTools,,, -ae5c2abc-1ffc-44e8-b3b4-153e95bd5765,UXTools,,, -f274ad99-1b5a-41d9-afc7-397cfddd60a1,UXTools,,, -19620f34-32cd-4e10-8a2f-7861c7296d12,UXTools,,, -7dfae470-633a-4336-ba81-d92ded342696,UXTools,,, -55a50da5-424f-417c-a1e9-05d0bd8046f6,UXTools,,, -d0b9aa61-f501-4da2-b08c-15632b15a051,UXTools,,, -d7765e26-f8a3-4835-bd75-44f64f18c954,UXTools,,, -0c935c7d-83ac-4dd0-8826-46bc68e88cb5,UXTools,,, -5173f071-5263-4cea-84ab-2166250618d7,UXTools,,, -0b121b21-a5ef-4328-8b1e-38d18ae24b36,UXTools,,, -f9c89dce-8bf8-4c55-8752-edb276104e66,UXTools,,, -1b1b0b45-e680-45dc-b326-59cd6dfe4f32,UXTools,,, -e531ce27-c47f-4251-9bbf-813b655d0a12,UXTools,,, -9bc4a678-cf21-436f-849f-516b5fcc0f86,UXTools,,, -2aa6fc79-54e7-48c1-9272-a16e79aa5804,UXTools,,, -7631b44e-3aba-47f7-b2ec-1133abbfdf95,UXTools,,, -c771765c-5df0-4eb9-9616-08b15683573a,UXTools,,, -89072dd8-1a30-4c5e-99b1-97ada95662ec,UXTools,,, -d3a3b082-8d19-4198-91a5-f28cc58f3e2c,UXTools,,, -ee4b39d4-2268-4191-87f2-bec17d6b1b77,UXTools,,, -6166d47c-8964-4a86-822d-8cfa4b6e3871,UXTools,,, -30e0b9a4-e2d2-47e7-9407-0f3b8aa92dde,UXTools,,, -138e87bc-b805-45f2-899f-012eaa341fc7,UXTools,,, -37d951e5-4c66-4d4b-b1e4-6ecd8269fd80,UXTools,,, -f5b6d715-5fe9-4c41-9174-5d8453ef262c,UXTools,,, -0877cf88-f1ee-4088-a429-41f065a93482,UXTools,,, -6514ea49-5618-4313-8582-be6ebc717924,UXTools,,, -1dfe91b5-e036-4969-97c9-448ad4515898,UXTools,,, -9609d660-edcc-4b5e-a591-d52b41ae5e85,UXTools,,, -6170469f-94af-455f-81ce-ddac9bf54a84,UXTools,,, -1f1a1a08-a101-4cf7-86b5-995bb8b26b3e,UXTools,,, -63a7c785-3d33-4391-90d4-14ad6b63c681,UXTools,,, -f38363f4-a804-4490-8204-913bd3686588,UXTools,,, -50d4aabe-7d4f-4269-a14d-fe2a2aa237d3,UXTools,,, -1cb839d5-ffb7-4078-9be8-d55485d17b53,UXTools,,, -08179c14-3e10-4447-a8a2-3f810b4e9d89,UXTools,,, -82232a38-c43e-4aed-bfe7-02202dbd6028,UXTools,,, -04783429-f096-4b9c-a3a0-ebad2557ac91,UXTools,,, -74f84e98-c018-4fee-af90-73a5a765f0b2,UXTools,,, -ef50523b-e1c0-4a63-a250-aba20e4e3bf4,UXTools,,, -5fcec93e-2959-4519-9da0-59f213601aa7,UXTools,,, -4f812486-ee18-4e19-90da-54c828372142,UXTools,,, -a0a23a65-5e8a-43bb-a6d3-45c175b29c3b,UXTools,,, -a2f75fea-4a2a-4803-a01f-92b3cdec4a78,UXTools,,, -20ebdb7b-6416-43e5-ba6e-ad1fbc790a8a,UXTools,,, -2b783f3f-7b7b-447a-a744-e854e288eed7,UXTools,,, -b7dd0697-ddee-406d-a360-8ec28e1ab88d,UXTools,,, -7310f2c2-c2a1-4034-b57c-cde8b1925809,UXTools,,, -d561c386-a789-46eb-b25b-7676d41e2fce,UXTools,,, -acdd316c-452b-433f-81e5-449deb95e0d4,UXTools,,, -4c666409-2144-44ad-9067-ca216d7c938b,Indie Hackers,,, -1dba3ae6-00a1-45b1-9764-6feecb28a2a3,Indie Hackers,,, -0f4deb2f-4be9-4ca4-a265-55271631a6d3,Indie Hackers,,, -71eed26c-4066-4b1e-a0e6-3852b7a4afc5,Indie Hackers,,, -07197ab6-9c06-4089-8f1a-b9639330ffff,Indie Hackers,,, -7871bb48-a178-4582-a9c8-1c0231ca17f0,Indie Hackers,,, -757920f9-50ce-44d9-82b2-40cba3d5e26b,Indie Hackers,,, -4c446bf0-c561-4694-a1e2-2cacae907a87,Indie Hackers,,, -f6c81939-c8e6-479a-a58d-e227cbc69e1a,Indie Hackers,,, -975358f5-49ae-4620-acb2-1c7ec80a6494,Indie Hackers,,, -b782c65c-83b3-41f0-91b1-4e48cc646ab8,Indie Hackers,,, -0c565a4c-ded5-4f06-b9a0-2563c3df76ac,Indie Hackers,,, -cb3806ed-b062-4cd8-bc62-8b197a8db26b,Indie Hackers,,, -ed9b5a02-fd59-41c8-84a5-267e8ca56f4a,Indie Hackers,,, -4b6898a3-4a4c-4971-8f45-31bdd8addbfa,Indie Hackers,,, -1e7fefd8-8e2b-466e-950b-7a385d193e9a,Indie Hackers,,, -b8d6d34c-ab26-4587-b202-5ba50cf28f50,Indie Hackers,,, -895ae477-89e4-4eab-bc66-94a22ebc0ae4,Indie Hackers,,, -be549b9b-436b-460e-972f-ca80672524ba,Indie Hackers,,, -92823042-73a0-4b2c-80ea-08e2c74ce627,Indie Hackers,,, -abaffdaa-f8f0-4aa5-82a8-8b0ecb2f22e8,Indie Hackers,,, -dee8e4a9-cc4b-4df3-ae4b-898fce01af80,Indie Hackers,,, -4b17bf19-1d6f-42cb-aafb-3ccd0f663727,Indie Hackers,,, -9284c1fb-b63b-44a5-b8a0-714d9d4f8918,Indie Hackers,,, -324d2408-2ff8-4733-8bfd-a848595f348b,Indie Hackers,,, -181e92cd-3730-48cc-89a6-06165dd3ce77,Indie Hackers,,, -c478f15c-10ee-4ffe-8c8a-b00ba04f3f1c,Indie Hackers,,, -29bdcbda-a9b0-40c6-b237-68f51f6c758e,Reddit,,, -23023767-e908-4263-9163-041ce462dc3f,Reddit,,, -04e08a00-c02b-44f8-982a-dd263e8e5198,Reddit,,, -f3df965b-9b10-4661-b835-8f9002e89914,Reddit,,, -29b14b63-9d48-4cd3-840a-221eabb65d95,Reddit,,, -8c8f56e4-8462-41d7-b15f-91a24920e0aa,Reddit,,, -980e2814-97ef-435e-be28-c6b87f7a86b3,Reddit,,, -7577cba9-cce0-435d-9bc4-63af5a8072b5,Reddit,,, -bede146e-7b49-446b-b911-e82839242665,Reddit,,, -ac742658-a6b1-4295-9a28-92babc3c3dc5,Reddit,,, -505c4b93-6218-4499-a216-95061189bb4e,Reddit,,, -ac22f6e1-ed8c-495a-83c7-90038dc70b6b,Reddit,,, -8f95d79c-2ae8-4aa8-9b1a-2201522bdc69,Reddit,,, -4c2faeae-314b-4364-afb9-1f9e543d58b4,Reddit,,, -5d80e748-92e2-43d3-9236-18d7a26698dd,Reddit,,, -c53c7c29-5436-4001-b513-9855ea6f0212,Reddit,,, -229a1669-34c2-4419-9681-03b872b15223,Reddit,,, -4d3c5925-6881-4d56-b073-18854722c29f,Reddit,,, -c1bcc8da-eefb-4857-9ce2-1ce6d2f742ca,Reddit,,, -ba344c04-1056-4563-b927-282e7bbc6ddd,Reddit,,, -bdb3b33e-774b-4581-bc5a-f91196386290,Reddit,,, -7e86a853-08d3-4e07-ac4f-3ec34f084870,Reddit,,, -b03577c0-a61a-4f93-8368-daf32d3c68be,Reddit,,, -5826e1d4-34d2-4629-b6c2-765149f6bc1b,Reddit,,, -79f5a93c-3292-42fc-bbb7-07cb3b17c0b9,Reddit,,, -2d1d90f7-7c48-44e4-8816-2f30e43e41ef,Reddit,,, -e632ebf3-cb69-4d2a-8d4d-3f73c0d8f436,Reddit,,, -9ad246ac-9bee-4019-93cf-066462b0b7cd,Reddit,,, -c6cf7313-d2a6-45b8-9671-35de32762da2,Reddit,,, -301ca952-c080-4630-94ad-c108e1d6658b,Reddit,,, -019ca525-012c-4f65-aec0-cd1d5afa6ccc,Reddit,,, -81773e71-c64e-49be-812d-dd32510f9082,Reddit,,, -f7b2711a-8a9e-4488-be12-e36915691b2a,Reddit,,, -2c31944a-f7a4-4fb1-ba55-86505e0b30af,Reddit,,, -f591f080-affc-4bde-9b41-91f7ddd74294,Reddit,,, -b0ec438a-0fc4-4034-9db5-1bd12edabd54,Reddit,,, -2f8d86d8-d6f8-47d9-82bc-22d1a7275a81,Reddit,,, -59b27ff3-1561-49fa-b406-bb31f8b32b75,Reddit,,, -bc271266-f535-4680-9a5b-5082173c457f,Reddit,,, -72bbbf9d-22c2-4ae7-b2c6-565ec4f9b0eb,Reddit,,, -299517e6-426b-4187-b80b-10f56237efb3,Reddit,,, -844b1232-a0d0-4ebe-bb14-8082a8f4e281,Reddit,,, -b3720be4-3698-424f-b9b9-8e86472904bb,Reddit,,, -3015e13a-e2a4-499c-a2dc-ac944aeaf224,Reddit,,, -2ed8fdc8-aa3b-4827-a5c4-50ba531bf5e5,Reddit,,, -e4337abc-c6c6-4e49-8721-f611b02dbb94,Reddit,,, -c6c1c589-f2eb-4715-9498-698a7e0067af,Reddit,,, -04f6878e-1182-46d4-959e-132e43607982,Reddit,,, -bda9bc1d-86fa-4fb9-8b88-33aeffa7e21b,Reddit,,, -8ed52dee-1289-4bdf-81e1-6baafde80c58,Reddit,,, -99a3b293-4fb0-44fd-a0c8-81c5b8a17c34,Reddit,,, -835ac034-8e68-4499-89f6-ccc5c1169678,Reddit,,, -bf5d41c4-5c73-4a18-8506-40b1575ee881,Reddit,,, -2b309cd9-6ad8-4875-bf62-cd9f3b9ec984,Reddit,,, -d345e057-1398-47d6-9231-1defb2986d37,Reddit,,, -f8e7e9e3-a405-416e-9a7e-021bb47d2fb3,Reddit,,, -0e0e46b1-18cb-4c5b-9ac3-46d914dd803d,Reddit,,, -55c5d7b0-3d86-43c7-9879-ffb8aeb8ba9f,Reddit,,, -c3e714f0-cf3f-4fde-bd79-db7a803c8845,Reddit,,, -310fb462-52fd-4ed1-a360-52356596e147,Reddit,,, -28d692eb-50b7-436b-8f88-422d02d5178f,Reddit,,, -5eee473c-0fc0-44e7-a657-5847da9c31db,Reddit,,, -f388a4e4-2cdb-4eff-aae2-e55ced9b6fd0,Reddit,,, -e5921130-769b-484b-b446-e606f85bf216,Reddit,,, -1d4906b5-1568-4a8e-9afb-f18a9a922999,Reddit,,, -0f391869-16ce-4dd1-ad6b-2dc081540802,Reddit,,, -d41e2ef5-81d5-4aff-99ac-b39c172715ba,Reddit,,, -5e5c3b0b-9afd-4909-88d0-f21aac37d58d,Reddit,,, -79fdbcd0-c184-4547-8b2e-db3579a845f2,Reddit,,, -45fe3ccf-f508-404e-b7b0-2a5d18de0ae7,Reddit,,, -ff25a86e-8a15-477b-96a7-40e30a7d3d95,Reddit,,, -a53b41ae-6fc5-4090-b314-4e48a0c9a3b0,Reddit,,, -e435dd81-1733-4e50-85c7-7585d6725acb,Reddit,,, -072ad209-6f32-4472-a748-e26a073b2066,Reddit,,, -f064f014-ba5c-44b1-b2df-dc2e660008c4,Reddit,,, -d3e3125f-186c-4773-997c-eae7f3b0d0ad,Reddit,,, -5aae15b7-e028-4b59-b5a4-1029a3431e4f,Reddit,,, -7c91f19a-ea57-405e-b602-05aca4bda0ef,Reddit,,, -80bd82c6-c65e-4a9c-99ed-d38061ebe316,Reddit,,, -55be4707-19ba-40be-9332-32f9a0101377,Reddit,,, -08aa1509-4749-4c18-b9ab-300aaa2df3ed,Reddit,,, -da4ba76f-aee0-41e1-890b-0a4aa434e513,Reddit,,, -8eeeca8b-5ad6-4228-af07-a18cd216a43c,Reddit,,, -93a42acf-e398-471f-9d1b-a5f8e7e375ec,Reddit,,, -f7f301e4-3075-443a-9d56-51579a9453aa,Reddit,,, -fd728dfe-c107-4c10-8523-0a41bdd40535,Reddit,,, -b2a1386d-7b20-4e76-bd72-40e31fa280e7,Reddit,,, -c201a05b-b996-40d9-a53e-3e27357e3e4d,Reddit,,, -94ce3b80-e8e2-45c8-b38a-440ee9e1d447,Reddit,,, -7eb81f85-b4a5-422b-b059-e2e7bc0628c3,Reddit,,, -c4e8fa25-7bdd-4c35-a725-62ae3328b078,Reddit,,, -801302a0-8c87-4781-92ed-f9d79c5d3871,Reddit,,, -36797fc5-8c6c-4091-9011-86d04b6e2b3b,Reddit,,, -8fb0d55b-3f5c-4448-945e-6e80af43c349,Reddit,,, -4dab5609-817d-40ab-885b-13d4c8cefb10,Reddit,,, -bf33707b-3120-4efe-8725-57f863e8fdd4,Reddit,,, -da0ff7eb-c6d8-4ad0-ba9a-0f7e4b797416,Reddit,,, -6dc195be-23a1-4074-adb5-17f1b3ddc57e,Reddit,,, -cd8377e5-7010-416c-bd7c-201518525428,Reddit,,, -eff2e38e-ccd3-4cd6-8225-f95ae51fa53e,Reddit,,, -94c4f3f4-e3bc-4f19-8c00-e5bd217e070f,Reddit,,, -7b514f3a-feaa-4c2d-9ef6-3fe5be5625f0,Reddit,,, -21aba7aa-0de8-44cf-9b8d-ca7ea11422a3,Reddit,,, -c0eab8f6-3d34-415f-a84e-44c84c1adfbb,Reddit,,, -49cdc88d-9041-4ba2-bb67-4fbde49b3b5a,Reddit,,, -1fa6e67a-90ca-4081-880a-8e972bc901cd,Reddit,,, -1b7dfe29-e232-42ef-a790-67d8befb210b,Reddit,,, -7b1cbb31-f2af-4eb0-b5a1-5f5dc48c0f38,Reddit,,, -23ebba9c-45e6-4e02-8cff-18e7f51bb8ba,Reddit,,, -306253ab-5baa-4773-8af0-b9782233a6f6,Reddit,,, -40697983-4fd2-4372-88bb-d69994e1fcd0,Reddit,,, -80785b05-4b13-4fcf-b9e1-078b753a3b3f,Reddit,,, -04b18307-a6c9-430c-916c-77924b8519bd,Reddit,,, -178b6dc0-b737-4ef3-ac4d-dcf1030748bd,Reddit,,, -17a91248-53aa-44e1-8623-8c795f504fdc,Reddit,,, -8f2b80e1-1962-4a38-bb66-1f1159608212,Reddit,,, -b64ed1fa-18d7-4b0c-995d-99c0bc391c06,Reddit,,, -ba01032c-616d-456a-a5c8-b77b0a713295,Reddit,,, -93353382-e149-4722-aa93-e2c5733ea406,Reddit,,, -1b3f7dfa-1b43-4068-8de8-a7882815dd59,Reddit,,, -9105bbd5-6b82-4dfa-8bad-1f576528c2ff,Reddit,,, -b53d2514-a663-4ede-9c44-e6b392166ff2,Reddit,,, -e3ec1f59-cc6e-4b76-943d-5addb3542e3f,Reddit,,, -ace64daa-56f7-418e-adb1-12f841b41acf,Reddit,,, -be631f69-ed56-47ef-a707-fb3685a5b0f0,Reddit,,, -35367009-a38e-43a7-9e23-56fabdfcad85,Reddit,,, -263bed8a-954d-4930-8c5b-734387b5b801,Reddit,,, -70e7932d-37be-44c9-b31f-458378a6a700,Reddit,,, -882eb9d2-8c71-422d-bf32-48aa5005549d,Reddit,,, -3c30b2df-1b4a-4656-ab16-a99fa03a90da,Reddit,,, -a1e660be-0600-4ed8-acd1-c16a58b4be63,Reddit,,, -6e123b75-c365-4733-b7bb-aef765d0b1c8,Reddit,,, -9d38be9e-bebe-4c54-b896-6d6a199dc523,Reddit,,, -539dbe99-6d47-4fe8-9908-c710a9d07e77,Reddit,,, -8bb563c4-f0f6-4cd3-bbab-207470fddf20,Reddit,,, -18c0c720-a69f-4760-8670-310fa4e08a31,Reddit,,, -33753728-0b1a-4a01-94d3-ddcad0e73b14,Reddit,,, -d8405fb8-b11e-48fc-b3bf-a7daca0964cf,Reddit,,, -8eb05b2d-9968-4c6d-b129-a2523bad0ed4,Reddit,,, -fea1409f-3088-4767-81d2-8e312971c811,Reddit,,, -c29657a8-e0b8-410d-ad4d-7e826cc39e15,Reddit,,, -059495f7-3304-4517-97bc-52bc60d59620,Reddit,,, -edcc7598-1519-49f9-a4a6-5cc795fc1771,Reddit,,, -e9888ecc-883b-49e9-ab8a-e9f2860764e0,Reddit,,, -c153ba44-48b6-45d1-9a70-064a506b1ab0,Reddit,,, -ce2b03d9-230f-4393-80a2-6c27c74e68a7,Reddit,,, -4d0bea5c-f324-4fe5-be0b-b33b8f5d2192,Reddit,,, -c8ccde47-a031-4c3c-a09b-4d7867600fe7,Reddit,,, -754d4488-0fe2-4903-98fa-28f609078729,Reddit,,, -a078d400-56ef-4542-8180-7225c6379563,Reddit,,, -8b39ed49-95b5-4d11-8553-e57dc21d5deb,Reddit,,, -c5b62fef-558d-44d6-aab2-ecd192abe46b,Reddit,,, -b60d5fa8-bbec-42d6-b7b8-2d497f2658a7,Reddit,,, -63aa50c8-6325-4d27-a05a-7acced6378fb,Reddit,,, -0d6cf113-2e48-42b8-83d9-67a64caafe32,Reddit,,, -fbb1874d-9c3f-49b5-b1d8-28ff08514e05,Reddit,,, -2b2c6b65-a318-46da-9a21-fc12d462833a,Reddit,,, -428269fe-d415-4a0e-a4c6-3608e8c6833e,Reddit,,, -9351a020-a50e-4f0c-9469-603e4e0f7084,Reddit,,, -410091d2-6f33-46e9-b2e4-7994d411848b,Reddit,,, -29677a21-202b-48d2-a64b-fb7f6021c34a,Reddit,,, -2784721e-8221-4367-99bf-a66017b35a82,Reddit,,, -907fa658-6bb4-4336-8ea0-60a02d7e3def,Reddit,,, -5442606f-5276-4bab-8e45-8815db6cf884,Reddit,,, -59b7703f-2c3c-4620-963f-856cd4917e43,Reddit,,, -8a60a1ff-ac4b-4ef7-b135-3944c95d10b5,Reddit,,, -551da0a7-c838-4dc6-8c45-7332345408b5,Reddit,,, -45d8c462-58b2-4b00-b62b-ed5d7f11234c,Reddit,,, -7e573902-9840-40dd-adaa-f1b69d0dcabd,Reddit,,, -a516c47c-351f-433d-a1e9-5c60217f2040,Reddit,,, -470d6f2e-9862-4247-a807-4ef421f5b652,Reddit,,, -c39d85b4-03dc-4ef6-bce3-aeb3ca55ea2a,Reddit,,, -10cbd671-99fe-4fe4-8abe-0c4b3167ca1f,Reddit,,, -d982c071-6478-466e-952c-f12c7a11db8d,Reddit,,, -51ee19fc-dffb-47a9-9700-4450a2f39dfb,Reddit,,, -3b1ce827-8313-4443-a183-335dff065128,Reddit,,, -0b72941c-f884-41a0-bc19-999ef191c437,Reddit,,, -9901cae4-3518-4538-bcd4-a494c133229a,Reddit,,, -398cc2d5-737e-4452-b1bf-ffe74fd7373a,Reddit,,, -5031ee1c-71ae-4a19-874b-8a0b3daab1cc,Reddit,,, -7f74423d-f934-4d21-b7ad-e1afb4ec28b4,Reddit,,, -13009904-a4f8-4b38-8a9c-5368bdbc1f19,Reddit,,, -41290307-4346-4647-a07c-c55eb0ab79f6,Reddit,,, -2ce4409f-1b7d-40d7-b39e-8e55b71c427d,Reddit,,, -3e1ea355-faa0-46bd-b323-9825401e7292,Reddit,,, -0272303f-e439-407e-9aef-70e776b77eeb,Reddit,,, -5b9fdbae-7a0f-4dd8-9fd8-1dd926a57b34,Reddit,,, -f7f3477b-8b1f-4ad2-8f8e-6f2998165db6,Reddit,,, -b8ad7e91-42b7-4a4c-9268-53081e243475,Reddit,,, -7f99beb0-4620-44ed-a5a9-de3d5d2891e4,Reddit,,, -bab107cd-59fc-49c7-8d41-7ff887e9e93f,Reddit,,, -bc72f7aa-d3e8-45f7-97d8-bdaa85f84344,Reddit,,, -642e623d-fdc3-401b-a1d8-3cab7996e3f9,Reddit,,, -874f0891-fbc5-416a-a1c7-a37f071ad386,Reddit,,, -4c5186cf-b26b-44bc-bf16-ffa743d53069,Reddit,,, -5c80c7c5-7632-4d71-bf6d-a91e38213bef,Reddit,,, -4042365c-7786-46e2-91a4-057dc8d14db9,Reddit,,, -2f4fc0c3-e60f-4631-a994-9c95563ad3e0,Reddit,,, -5f4cd359-7ebf-4e33-ab09-de1e39eeaa87,Reddit,,, -73083c8c-999e-4937-8ee4-845f301e4450,Reddit,,, -d0329065-b86b-4a2e-b9a4-a6560737eb05,Reddit,,, -def10219-d42b-4939-9042-e2dc0734701c,Reddit,,, -eb7b0d19-18ed-4148-b45e-aa3ab437ff7c,Reddit,,, -e6b2416a-eb5e-43e8-8442-fa61a672af77,Reddit,,, -22260720-96b6-4b4b-aa97-d7fd3f0377d0,Reddit,,, -b07d652b-76ea-4441-96cc-6ea6d2201da7,Reddit,,, -88f69ba6-6bf8-4197-879a-db2d018f7fde,Reddit,,, -b55e9312-56ad-45e7-a0e2-9bfee742bba1,Reddit,,, -fb5b5c4b-ede9-4e53-acb7-3f4680b8f3f9,Reddit,,, -17dcaf28-177d-4bcf-9e65-265a8e0d9235,Reddit,,, -b5baf40d-78a3-4bc8-b436-6879e99e52f8,Reddit,,, -cf94d630-914f-49a9-b5a5-79281f6e09aa,Reddit,,, -ec110fe7-70ae-4ef0-beba-9cb4149cc094,Reddit,,, -e2cff9e2-627a-4797-ac61-3a0f02dfa106,Reddit,,, -4e1c3585-73f7-4119-ab32-2efe33733a17,Reddit,,, -6ca2e152-a436-4bbe-bba1-c949a2740b9e,Reddit,,, -00461b5a-fb9d-432a-afd4-49993367016e,Reddit,,, -b7a5600e-0557-4ea1-8cc1-109adea1b262,Reddit,,, -2563a272-0ee7-450e-9b9e-b42573fb3660,Reddit,,, -bcbc76ac-bc08-4afb-8220-ec6f1cfb2e70,Reddit,,, -0125b1bb-05e2-474a-8db5-8ccbe64f0a0b,Reddit,,, -8f5a6b64-fcea-4056-b9bb-75f0da744963,Reddit,,, -fe683f14-0d27-48ac-aa42-b8fe8b9a9d42,Reddit,,, -73e01d41-976b-4790-9ade-12b958d887d0,Reddit,,, -542cc816-05c5-400d-9b42-f03710fbbbea,Reddit,,, -61b96e45-efb6-48b6-8e69-56752aa84b73,Reddit,,, -ac302a98-06ff-42c8-9d5d-caf97b1eaaf3,Reddit,,, -1cc673da-e95c-4d98-b79c-3d210bd1f29f,Reddit,,, -38bffe8d-acb1-4e11-a777-5777753c6d05,Reddit,,, -218735a4-7dab-4535-84fe-35f6ea93c13e,Reddit,,, -99073980-b4b5-49c0-acdb-29b6dbe4d13f,Reddit,,, -10eb168d-1ce1-4ce2-af62-bbd88f62b4c5,Reddit,,, -e1c405fd-b227-42bd-9d72-3b8168a5b545,Reddit,,, -720d7a37-47d1-42b2-a924-781487df1559,Reddit,,, -f238d89b-e8d2-4475-ac64-d90b36c398a3,Reddit,,, -a3d96878-aa36-4376-b0a2-3e32bb8b8838,Reddit,,, -bacc331a-f471-46b4-ac8f-fa305025cd9d,Reddit,,, -f70f154e-40ad-47fd-8369-e5475df089c5,Reddit,,, -51f2c7d5-276f-4f57-a9db-15f3d9090807,Reddit,,, -d16dbc75-de79-4a90-aad2-b0f0f2781ee5,Reddit,,, -ee5a15c3-8746-4425-884b-fee35ffd3d9f,Reddit,,, -1d3325b9-4873-4bef-afa8-9cbc8bde1e86,Reddit,,, -46f24b5d-f030-4a6b-b1d3-6c60195684a5,Reddit,,, -30c7742f-6d9c-4fc0-9d16-f77101ebcf7c,Reddit,,, -960ef76f-2f03-42f4-87f1-436337a45fe9,Reddit,,, -81239745-9c0e-4e1c-9d73-d3c8ac3d27ff,Reddit,,, -c73f0171-fc59-47a5-824b-4e1f5266fe25,Reddit,,, -ab7ddf34-8761-45bc-915b-8079d9916fba,Reddit,,, -1ba51ce3-c42c-401a-b3a8-8734d2b0cdba,Reddit,,, -533837bb-1740-42cb-baab-419b1923a32d,Reddit,,, -54e9514e-c0eb-4b59-aacf-dda6ac0487cd,Reddit,,, -e75011ed-6b77-4533-80b6-cad609a250d2,Reddit,,, -d08c343a-b39c-4f32-a05b-1477fbf09f6d,Reddit,,, -94df8c15-74a6-4e5d-9aee-98d0d74dfb86,Reddit,,, -14ea33d5-2f5c-49e1-8c61-59cf84c7a653,Reddit,,, -3a5f72f3-c930-41ba-b573-6b4761027088,Reddit,,, -4503e084-37d5-4abd-88e8-50e46445a21f,Reddit,,, -233af0a3-9f1b-4c6a-abbd-336e55a3302d,Reddit,,, -f3705687-7250-47ed-be36-4a26213501c3,Reddit,,, -9bbf8e2f-a229-40f2-9c3e-16bf473044aa,Reddit,,, -16b20e0b-9858-4a2c-bb87-49afc334fa3b,Reddit,,, -b57decb4-cdea-42c6-a99d-742b71f89086,Reddit,,, -e5dc89f3-48ce-4e0b-a694-e11c3fb9f323,Reddit,,, -6e69673d-538f-45b2-8003-33219ac74764,Reddit,,, -cc0e761d-f840-4894-8e20-bfcd687bde88,Reddit,,, -b126d3d6-1f73-4adc-88b3-28a16bb2b627,Reddit,,, -1f1075a0-2146-47df-82e7-bbe07b6bdd13,Reddit,,, -9d4b80b3-42ad-4867-bebd-331570cbe40d,Reddit,,, -4b756413-9c95-4bb5-bcfb-ffd0875ea51d,Reddit,,, -7bd6d32f-f280-4d10-98f6-b31491736257,Reddit,,, -c4d09338-b77c-41f6-ade1-f7fd05539fa2,Reddit,,, -be81fa85-693b-491d-b405-47981924501e,Reddit,,, -21c6e4bc-3559-46dd-9307-721a4462b7a0,Reddit,,, -33748185-006c-464b-86ee-944c8cc9eb67,Reddit,,, -b1924870-f544-4f57-b03c-48dac13f2cb3,Reddit,,, -247f9d2f-a401-4e86-8fe8-bd5242d5f377,Reddit,,, -2019d8b1-f891-4447-b419-d6c6107979a7,Reddit,,, -d379b8ce-a470-4442-a976-9cab365af6e8,Reddit,,, -d37608e1-2096-493e-866b-d193973d3169,Reddit,,, -5499ce6f-e26e-447a-b664-efb9063454f3,Reddit,,, -51e08cb1-9831-4c8c-b849-0458498abcaf,Reddit,,, -3827ad71-e70b-47c0-9539-b9e6e8a522e4,Reddit,,, -d7a2c8ef-0207-49f5-ba86-51a4dd65566b,Reddit,,, -03b27285-0607-45d1-8cee-94c9ec96962a,Reddit,,, -6a1f313f-f5a7-4985-a801-dc721c79faa1,Reddit,,, -356d451f-de32-4c86-8fc9-ef4ee9e018d2,Reddit,,, -f950b65c-6f17-4310-adbf-742d9ed7e763,Reddit,,, -f47ccdbd-4961-4a68-b0a4-bfa90c585062,Reddit,,, -ca1074ab-477f-4978-b183-ce8bfe9456ff,Reddit,,, -6ee339c5-8490-4fb7-8fa1-6de01a46236d,Reddit,,, -ead004f7-6860-4e32-8732-1c5e8cfecde1,Reddit,,, -8f72c89f-9191-45ab-b971-74124ec85ad6,Reddit,,, -58136449-d575-4780-83eb-c5785b4ad1c5,Nobel Prize,,, -b4e6a2e7-9d13-46df-ad11-59856b3aa71e,Nobel Prize,,, -0d9174a6-a577-4808-be25-503e341be672,Nobel Prize,,, -3508f0d4-afd1-44f4-84c8-c2174a0d1dde,Nobel Prize,,, -0d17489d-f88d-423d-ad78-7a5691abb697,Nobel Prize,,, -1c9bacd9-099f-488e-9ca8-077ce553c8ff,Nobel Prize,,, -a317362b-b8a1-4ba8-a47c-f59060d7da3d,Nobel Prize,,, -03ef6e8b-3cff-4a5d-a587-900a151d2b4c,Nobel Prize,,, -4eb4c526-e42a-4038-873d-fce6ab821bc5,Nobel Prize,,, -91911567-50db-4869-b810-b68b4132ed38,Nobel Prize,,, -1f48e55e-bd12-4eb9-9d26-ce2053785614,Nobel Prize,,, -4170b2d3-4ad8-45b7-a208-ace3621c28ce,Nobel Prize,,, -0e10016d-ebcc-43cc-b5eb-f7f6255bc7d9,Nobel Prize,,, -bea0e14d-2bbd-4144-8565-574b2a0db900,Nobel Prize,,, -bcc5df8b-6ad8-44cc-bc5c-9df78bc9cc4b,Nobel Prize,,, -e8427fdb-c6fa-46fb-bc34-9b88c379e05e,Nobel Prize,,, -440ec6be-c7c8-463b-9494-667fad6362c4,Nobel Prize,,, -e43dff97-8144-4739-b5dd-d72e33db9c8d,Nobel Prize,,, -85239732-d1e7-432d-898f-bd76927d87b9,Nobel Prize,,, -330e0872-b755-4492-80e2-daffb081410e,Nobel Prize,,, -7f542c1f-5d20-4567-8741-133538c2c277,Nobel Prize,,, -59f5004c-b54f-471b-ae06-99c1871f95a3,Nobel Prize,,, -43d8583e-1961-42f8-be31-4e90226858b0,Nobel Prize,,, -ca15ec52-ad3c-466d-a41c-af1dd0a130f2,Nobel Prize,,, -8f989228-6e23-486e-8d87-f325fd993a76,Nobel Prize,,, -e1fa167b-9b16-4742-a6cd-a2f03373bedc,Nobel Prize,,, -4ad074a7-a282-4388-8f5e-cb2945aee210,Nobel Prize,,, -ffe69c7f-8972-4b23-b6ad-4e019cd654bd,Nobel Prize,,, -b5333592-c063-4b90-97a3-6d75a58f5643,Nobel Prize,,, -6b905e3e-a389-4eee-ab94-b10cce632476,Nobel Prize,,, -b29643d5-dcb2-4acc-b7b5-24fc00db6e7a,Nobel Prize,,, -82beb55f-2945-45dd-9761-7e9b1c899e1a,Nobel Prize,,, -3e71676b-5b71-4491-a1f1-952ca76a995c,Nobel Prize,,, -47dbfc55-d70e-4938-94be-f1367d693ac8,Nobel Prize,,, -84098900-b8d0-4ab5-a937-66f0e85ecbb3,Nobel Prize,,, -6a8e074c-98d1-4fb9-bc52-0f46268e842f,Nobel Prize,,, -a542a105-07a7-42ac-bf78-f59581d9ab8e,Nobel Prize,,, -e2188118-01b7-473b-b7eb-705501abf923,Nobel Prize,,, -96649d32-c226-4b32-ab06-188f21a23d37,Nobel Prize,,, -6c6c3a74-998a-4af1-9bde-9fb757c9e424,Nobel Prize,,, -9962b154-a436-4df8-85bb-ebe32eee89ea,Nobel Prize,,, -3f376da9-58cf-4612-a88b-5021b05cced5,Nobel Prize,,, -97328f24-8f55-4a5b-bb98-018b4fc350be,Nobel Prize,,, -0536665f-5317-4a3f-be4d-0d612d294984,Nobel Prize,,, -5f3ac00e-285e-461c-b59f-deed4c5634ad,Nobel Prize,,, -b204df47-f482-4b99-ac4e-29631325f45c,Nobel Prize,,, -18c99196-98ac-472a-9a59-430d0d5bafac,Nobel Prize,,, -b5e3781f-ffd4-4979-8be9-ab3c03f5d4d6,Nobel Prize,,, -cfda9e68-2181-4d4c-a768-e5ec0c74df54,Nobel Prize,,, -987cf351-6359-4b7d-8e79-42c3ca481973,Nobel Prize,,, -8fe9b44f-7811-4ef8-9374-592795e7e5aa,Nobel Prize,,, -e701e597-c9a7-4031-9cbb-7f607136bc76,Nobel Prize,,, -6520a6be-0e60-46ec-80e9-cfed9b4d71f0,Nobel Prize,,, -0ad0bd4c-c804-4562-bdcd-ee19db755309,Nobel Prize,,, -4f608dc6-ff33-4312-986d-376519855890,Nobel Prize,,, -80e97f6a-8761-4920-a744-4c75690e951c,Nobel Prize,,, -7ecab888-c21e-4307-ba20-efd08db5cd73,Nobel Prize,,, -5bdef316-3421-4c7a-87d7-3733f16fc51d,Nobel Prize,,, -2375dc06-e8bb-47a2-b350-6f78f88ef7bf,Nobel Prize,,, -50c5a124-b2fc-458f-a306-f3f5545764a6,Nobel Prize,,, -44a4867a-03a3-4aeb-bef7-43baea7f2268,Nobel Prize,,, -894b949a-d8f6-4cb4-a454-e250a127d901,Nobel Prize,,, -2c749c82-4a1a-4c74-baea-277654a423a0,Nobel Prize,,, -a21dff3d-9b26-4df6-af2c-1fbe404d7156,Nobel Prize,,, -6d6d52eb-17bd-4752-b4f9-13d60147e761,Nobel Prize,,, -0fa084ea-0d72-48e0-9c05-fe57e508c84a,Nobel Prize,,, -2d655ed8-bdb4-454f-9a14-e6aa7e987cda,Nobel Prize,,, -4205a8e0-fc63-4812-9bdc-001ce7892885,Nobel Prize,,, -353ca745-4d85-48db-93d2-7046c5424b15,Nobel Prize,,, -64e47259-24b4-4209-947f-ac99cc95a940,Nobel Prize,,, -a9531696-3d19-4c04-869b-0903b3cb9309,Nobel Prize,,, -2ac7bd95-86e4-4cfe-8f51-768e61b39030,Nobel Prize,,, -2093f2e1-4fc9-455f-9540-3013e666b3bc,Nobel Prize,,, -71c55714-f62b-4d1f-8bbe-71385b5adf7f,Nobel Prize,,, -b185a399-d488-484a-88a4-51e057f55a81,Nobel Prize,,, -c1523b8a-e13d-4e80-9ed3-afe4ad48df0a,Nobel Prize,,, -bd683078-8113-4c43-aca3-830f1f3c08b3,Nobel Prize,,, -8a93b4a5-79e2-4d2c-bf3b-66c92aa8deca,Nobel Prize,,, -6b31c03a-1091-412a-bf8e-0a24fe873a93,Nobel Prize,,, -4a68f244-03b1-4c81-a0d4-572919e48113,Nobel Prize,,, -b40ffc9c-e21b-4329-886a-6defeba9e962,Nobel Prize,,, -caae611e-31af-4fe5-bd48-34594984a800,Nobel Prize,,, -5e84f6e0-d9d8-4be2-a987-7a8347904dd7,Nobel Prize,,, -cfb9fd7f-0e57-4ab7-a62c-ffc13c595229,Nobel Prize,,, -d6fbf0bb-0f73-4427-a761-768c0fdbf0dd,Nobel Prize,,, -281132cd-c03f-4d83-bae5-3fb44d922240,Nobel Prize,,, -77e8dc18-3f90-47a2-ab83-b6a6c078237d,Nobel Prize,,, -a713e7bb-f157-4a45-b34f-5745d6adecc8,Nobel Prize,,, -f0d8bd15-4ae4-4d9a-b3f1-2d8d1c2f8834,Nobel Prize,,, -814b21b0-7b2e-4f51-8fb1-a2ac9c1768ab,Nobel Prize,,, -10601767-1cc8-4df6-b109-38664d5e1e69,Nobel Prize,,, -f920ac54-3ae2-4929-9220-a1a740932889,Nobel Prize,,, -ea840cfa-708e-47ed-a27b-ff64e7d65b3d,Nobel Prize,,, -6fd9f19b-6b15-49df-bfd4-4e4eec2d3dc7,Nobel Prize,,, -a3d5dee1-909e-4072-9b08-57c4d7bafb7e,Nobel Prize,,, -9797eb98-64f8-4cc6-8331-bbada93d7fdd,Nobel Prize,,, -c8d2eaae-29d0-44c3-a10d-1b6114114227,Nobel Prize,,, -dfec5b82-610e-4572-8da2-c7346fe8df80,Nobel Prize,,, -4e4fb7f4-0862-42de-b879-1b28ca939a41,Nobel Prize,,, -df8ab255-5d90-4c67-aaa2-7acc57d21710,Nobel Prize,,, -d372c3fa-026d-4047-a612-f8d9800c6953,Nobel Prize,,, -1ec174e1-f2e0-4534-bcb3-ce37f7b9f914,Nobel Prize,,, -cb6aef17-e4c2-43af-b194-d4ee698453e0,Nobel Prize,,, -2e4a7251-4935-4b01-8510-d2cfd8ac622c,Nobel Prize,,, -c9d3e246-0e7c-4519-8912-4a2f16f840fd,Nobel Prize,,, -f4c43863-04bb-4822-9479-ad805fd12853,Nobel Prize,,, -0fb60a75-5fdf-4f3e-bb0b-e3ac9836dae3,Nobel Prize,,, -09209959-d357-46ff-9624-ecf9a765de22,Nobel Prize,,, -4a9f3ab6-0c5e-4f98-b712-bfd73a3dc003,Nobel Prize,,, -9d1b6903-2d48-40c3-b7bc-24da831e6b0b,Nobel Prize,,, -d5e00b5b-8bab-4546-863f-4b9c68595eec,Nobel Prize,,, -bc97ec5e-e39c-4da8-827f-74845f0b242c,Nobel Prize,,, -8a9cb618-c524-47ec-b30f-3befe4125cac,Nobel Prize,,, -d2f94685-73d7-4119-9e3f-aacbfea108a5,Nobel Prize,,, -b37f4d92-353c-425a-abbf-77080901ff6a,Nobel Prize,,, -75d41450-919e-4fa2-8c68-5b1192132904,Nobel Prize,,, -331be4ef-105f-4a09-af06-c69ba5088ca1,Nobel Prize,,, -3eed0f9a-1787-4629-ae32-7eb085fa8b7b,Nobel Prize,,, -47427016-69c1-48fb-92aa-05e0405c9772,Nobel Prize,,, -28670373-3111-4227-81dc-9e9c871def8b,Nobel Prize,,, -a1f6badc-c795-406d-bd9e-7205557aa4ae,Nobel Prize,,, -bdc9edd8-e559-4a69-a254-b05692e5421a,Nobel Prize,,, -192ea8a4-61eb-4076-828f-2bd6c1754b76,Nobel Prize,,, -d244ca6f-9bb1-4138-b7d3-def9549ac6e7,Nobel Prize,,, -35120b34-47e6-4db6-b134-b248d3bb4b91,Nobel Prize,,, -39823ed0-f9b4-4749-8010-97eee41ee07e,Nobel Prize,,, -0e976a91-354b-4113-96ff-52336db870d2,Nobel Prize,,, -eec06d43-fac8-4ece-9df9-08ad55a42b2a,Nobel Prize,,, -69011322-8caf-47dc-9076-54101e84ce40,Nobel Prize,,, -4fc0539c-9d52-400d-a5c6-0234eb1d3757,Nobel Prize,,, -6fc459e1-d9d8-4a6d-9757-f73a6932129c,Nobel Prize,,, -b6730143-5e31-46fe-8cfc-1a14f802c942,Nobel Prize,,, -fe2d55b3-4223-490c-87aa-0821a1aeb07d,Nobel Prize,,, -372117b1-fdd2-4383-906b-d7809b5b7e5c,Nobel Prize,,, -388edf95-5b49-4b5e-ac06-c113387934f6,Nobel Prize,,, -4def3799-f72a-4485-867f-b9138d1f0df3,Nobel Prize,,, -b821cb17-a602-4df4-b556-4221458b3709,Nobel Prize,,, -70de3ccc-f69d-46e6-8aa9-2908693931a0,Nobel Prize,,, -d8ed3705-52e7-4fa7-babb-e8e1121b8009,Nobel Prize,,, -e5652833-a14d-44e0-b41d-0ca7a69521dd,Nobel Prize,,, -3e22efd2-fdcd-4af0-bf1e-b3690ea24b2c,Nobel Prize,,, -e6fb43f4-ec79-491d-ba1e-3292dac17cce,Nobel Prize,,, -de3c18c6-e8ae-4c10-a9a8-88c51b7a5425,Nobel Prize,,, -ace1c5b3-1d91-4c4c-83c7-ed53b64ff8c9,Nobel Prize,,, -583ec47f-3a18-404e-956f-d852b43df111,Nobel Prize,,, -19fc7e86-9dd9-4709-a5cc-655655f3a9c7,Nobel Prize,,, -acd43c6a-164e-4ed0-a9c4-4c5e2ca26144,Nobel Prize,,, -4daf1bbe-7650-4c39-a5de-e60402b0e6f3,Nobel Prize,,, -8fb98550-1b74-4df5-8e9b-18311aa71bef,Nobel Prize,,, -0f619801-9e57-443a-b0bb-bc88f8b0d46e,Nobel Prize,,, -2da562f4-41d3-4158-b602-ae2e38d6e902,Nobel Prize,,, -8931b2e5-6861-42c9-a48e-7ebea81d6872,Nobel Prize,,, -f1387c2c-8f9a-4b88-aea9-56e9e467ced6,Nobel Prize,,, -23ac4c14-f6a7-4fb4-9889-8d2bf700fcd9,Nobel Prize,,, -741c7a4f-9e30-46cc-968f-2d39b731afab,Nobel Prize,,, -e355b15f-af8b-4512-8d36-2beec80d1a48,Nobel Prize,,, -c1f2d33e-cea1-43cd-b9bb-5eead9b4647a,Nobel Prize,,, -65b3b00a-33cf-4109-88b6-01910a587904,Nobel Prize,,, -a614dab8-6d56-4ee8-a63a-4fe121a9f30c,Nobel Prize,,, -5e88564d-4db3-4c8a-8f41-0a59f4b09d19,Nobel Prize,,, -8e7ceb03-e470-4523-8dc3-9a2e9ae905f8,Nobel Prize,,, -7eac54d0-dd65-47f0-8a61-0b8af14340d2,Nobel Prize,,, -d265fcec-9693-455e-a8d5-49daf3c588a2,Nobel Prize,,, -21dd37c2-9307-45f2-97f0-4f6590d741d0,Nobel Prize,,, -f4a37057-c812-4d3c-852d-dd0c05fc2191,Nobel Prize,,, -005735e2-8c8b-4f78-ab46-152c33f10961,Nobel Prize,,, -9c7cb0d4-78da-4ac6-a6ab-dd992dc4e759,Nobel Prize,,, -e0f59fd3-8914-46e8-bb23-14e2dcf93e43,Nobel Prize,,, -72e50526-f180-467d-a7ed-abda557cb0fe,Nobel Prize,,, -7894a9d9-2ba2-4ec5-a145-00ab3f88f46a,Nobel Prize,,, -d95d77ff-2673-409e-a63b-6af4482ba690,Nobel Prize,,, -39fc4fda-d2fe-43e8-ba82-b5d2b3584e63,Nobel Prize,,, -cc8cb617-5b4a-4e03-9783-cb0dcb571ddc,Nobel Prize,,, -edae1b4d-6e12-4dac-b6ea-55f2ee6a1133,Nobel Prize,,, -2173ab98-3161-41f0-9435-5f4d077c96ac,Nobel Prize,,, -af7c74b3-0b84-430b-a4b1-eec807a602f9,Nobel Prize,,, -b7d6db1d-688c-41eb-8b52-130b7de3965f,Nobel Prize,,, -b7c7d58d-088c-4f52-8d25-4ffc91c6f976,Nobel Prize,,, -f343e1f4-77da-408a-909b-d61acd25fba5,Nobel Prize,,, -3a0b5900-a7d9-40c2-b63c-470760cf9549,Nobel Prize,,, -7c62803a-916b-4e1d-9223-5cd0413d8744,Nobel Prize,,, -b25053ab-a54c-43c1-a1e3-15841f569013,Nobel Prize,,, -d224e529-35bc-4ccf-814b-51d28216578f,Nobel Prize,,, -9060a4e7-a866-4474-9f1b-c125c826856b,Nobel Prize,,, -6842bd98-30ca-489e-a3d6-6e630923fa76,Nobel Prize,,, -53ab6e27-31bc-453b-9015-fa41d3a0b2ae,Nobel Prize,,, -c6a64423-585a-47e1-a147-06e3571647cb,Nobel Prize,,, -25f55393-b01a-4a3c-8bbf-ea92f1d079be,Nobel Prize,,, -a37e6fd2-0dfc-4ae6-a23c-f6d1d38710f9,Nobel Prize,,, -54dd0420-8377-4627-a935-c3855249dd71,Nobel Prize,,, -c2165814-6b51-45c2-97b0-8e65d36310cd,Nobel Prize,,, -a61a3d08-5d27-4df7-87f1-9512580f1771,Nobel Prize,,, -4d2b57ec-f2eb-4277-8530-032e3fa9452f,Nobel Prize,,, -a7c6358e-a50a-47f4-bf84-a7b7aa32cd17,Nobel Prize,,, -4f8ddde6-f726-4249-934d-b4b4c51a5422,Nobel Prize,,, -a78062e7-ff73-4fee-b5b3-4c55e1ae5468,Nobel Prize,,, -774afff6-cfcc-432b-a37e-a893a1291bfc,Nobel Prize,,, -c8e825b1-96fa-4f58-8669-6de3a39d8693,Nobel Prize,,, -86bef405-e063-4f4f-a23f-1076fc9fdaca,Nobel Prize,,, -d5e562b6-6acd-495a-b8c6-24a9db2b521b,Nobel Prize,,, -7e839053-c7c6-4924-a4b4-8792f5d10052,Nobel Prize,,, -88d3cfec-52ed-4cd9-9c4d-80ed2f90a285,Nobel Prize,,, -492d9e0c-f3fd-4909-9f3e-8b24e5d3ad54,Nobel Prize,,, -b6e750f5-3448-4029-a376-213087e80132,Nobel Prize,,, -74d12828-db6e-4e9a-811a-4fdc8d84cbea,Nobel Prize,,, -edef682c-645f-4d8a-a3b2-d6a9ec0fb03a,Nobel Prize,,, -fc6d58db-3db1-4223-b9ba-768f4bf860e6,Nobel Prize,,, -13bdae7a-1c1a-481b-b929-2bdd84f2f8d7,Nobel Prize,,, -83af6414-c9b7-47e4-a0c6-0e619a0c16f3,Nobel Prize,,, -16ca8176-df30-411d-bc9a-6f24d255ceb5,Nobel Prize,,, -ac0f62d8-5d33-4972-8050-d794a04a8545,Nobel Prize,,, -c21ac012-9683-415e-b0b5-5c2560eb0732,Nobel Prize,,, -f20c46bf-92c3-4b4c-9ee7-7ef126870e08,Nobel Prize,,, -469ed2d7-8a7e-4b31-b1ae-34020f27d107,Nobel Prize,,, -631371f7-bcc9-45d3-a49f-f53925644b09,Nobel Prize,,, -e783ce72-f419-4de4-b63c-e9b4baa39ac3,Nobel Prize,,, -e6e5d22d-1dc4-4899-834d-584e30b817d1,Nobel Prize,,, -e62e4403-c128-48d1-a4ae-a84e206179f1,Nobel Prize,,, -e389faf2-6001-4e86-a904-54c302f025a6,Nobel Prize,,, -7545580d-be74-43ab-af48-7b665e37afdd,Nobel Prize,,, -94515059-c914-4541-a0f2-d17eb819f250,Nobel Prize,,, -f2d46fe8-3980-4c04-9c2f-4a04d7eedae7,Nobel Prize,,, -7b9f6082-3a7c-46fe-867a-74a477e6891a,Nobel Prize,,, -1ba51ce3-c42c-401a-b3a8-8734d2b0cdba,Nobel Prize,,, -0e3c6002-ba3d-4449-8058-ca94af02f3d1,Nobel Prize,,, -e0e171dd-7d31-4860-8aac-73dfe6a914ff,Nobel Prize,,, -04afe5a5-5d51-4b9a-8812-c1bee84bbeb8,Nobel Prize,,, -2e525c1b-49e4-4329-9261-a338fdf9ec10,Nobel Prize,,, -30ca0993-674a-42ba-bbb9-a0c944a85d85,Nobel Prize,,, -cea6a863-76c8-47c4-8976-561fb462d10e,Nobel Prize,,, -4d2d5f13-640b-4c08-ab07-28105d28d425,Nobel Prize,,, -a05ee6af-1068-4d3b-aad6-70f0710ab331,Nobel Prize,,, -044ad867-0e24-4ea2-9a35-821b0c385eef,Nobel Prize,,, -d7bee6fe-fc80-47e5-81d9-a6ef06cd0013,Nobel Prize,,, -a09fcdf3-cc78-4f46-b114-7ed5beed63e0,Nobel Prize,,, -9ec731d4-ab58-450a-8a41-09a505bc695b,Nobel Prize,,, -1760abec-7ddf-4014-b976-c2a03a35e0aa,Nobel Prize,,, -93da5f68-82d4-41da-bcec-b802ae0705c4,Nobel Prize,,, -ebff0f65-3621-40e6-8cd4-2e140186169a,Nobel Prize,,, -b42e60ed-78d7-4736-bc73-825cccdf7dae,Nobel Prize,,, -8bd1cfe6-2f4f-40ac-90d8-56e76e633bdf,Nobel Prize,,, -b8d3cace-13af-4916-9bde-221965c47052,Nobel Prize,,, -0cb79015-f5ad-481f-8236-c787c33fd0f4,Nobel Prize,,, -2ebc8aff-5563-4728-a2ff-8fe5f12258a8,Nobel Prize,,, -0257bd8e-adb5-4225-a4da-024ebddd56e3,Nobel Prize,,, -c09888f9-55be-48d3-b378-71d400d1675a,Nobel Prize,,, -58a9fba0-85aa-4f0b-8226-99714e1e1f3d,Nobel Prize,,, -1919b0bc-7f8e-42e7-8226-634a469cec32,Nobel Prize,,, -399e8c9c-32b4-4e6f-bb71-144307ead4ee,Nobel Prize,,, -353343a0-e263-4bc0-8e53-3d39e03eea45,Nobel Prize,,, -ccc2727f-c239-413d-86f6-7379b8e71e10,Nobel Prize,,, -a2ca8881-2b16-4662-91e8-c3e034e5c5e0,Nobel Prize,,, -8719073c-646b-4c31-be6e-f708ddfe8f63,Nobel Prize,,, -3a1011c3-a678-45cc-b21b-f264beb5b808,Nobel Prize,,, -9843ca6a-3951-4e60-93a5-3e93359aeef0,Nobel Prize,,, -3c332a56-0d2e-4ea9-8a8e-31c74c4ba069,Nobel Prize,,, -47b8cd10-ce83-4a22-95a6-fce40b36337c,Nobel Prize,,, -4a9ce3f4-3f3a-4215-8a92-eb23358cbd28,Nobel Prize,,, -7033c65a-7d64-49c1-8db5-96f2372824f3,Nobel Prize,,, -7cc4fe1e-939a-468b-84ee-5ff68a80aa3a,Nobel Prize,,, -5a636958-08a0-4f18-821c-6420cffd77fb,Nobel Prize,,, -8b06bf84-e2e8-4d8b-b973-c1f21f35fc63,Nobel Prize,,, -23683b15-ac13-432a-8c5a-6031cb691f2a,Nobel Prize,,, -3f03d9a8-278f-453c-a1ff-822db2570297,Nobel Prize,,, -d870bbcf-56ee-4c88-8756-0df48f31ce92,Nobel Prize,,, -fbe1fc9a-69a0-43b0-ae6e-2a3452100a72,Nobel Prize,,, -495a86f8-39f9-47f9-a0ed-46e8674b5f25,Nobel Prize,,, -c8e75e3e-30f0-4ceb-8efa-28c6c8178dab,Nobel Prize,,, -ae7d22b1-d7d4-444b-bb80-c23ab098fe73,Nobel Prize,,, -e885cbd7-bcea-4a3e-adf6-5005e1f1ab26,Nobel Prize,,, -939ad9cd-a9a5-476b-922e-300cd1c41ee9,Nobel Prize,,, -63d735ef-466a-47ce-b302-34a30a9d586d,Nobel Prize,,, -642bb70d-8212-4b38-9c9a-83d4d40fb66c,Nobel Prize,,, -06b9a2ff-b9a9-4d61-9a6e-9a99a0e5e90c,Nobel Prize,,, -bdd2e173-f4cf-4dd8-8626-5f7e54a6bedd,Nobel Prize,,, -f6bbb667-2eea-430e-a077-9fa346f9cb5e,Nobel Prize,,, -03c41cc9-6f9f-4994-a2b5-cfb471b08c51,Nobel Prize,,, -0849e350-4616-4f5e-9227-7aabb7afc12c,Nobel Prize,,, -be3ea7c2-8794-474e-a8f0-1715d80b67b7,Nobel Prize,,, -507acec4-cd3b-4aff-bd69-ee259b0ec168,Nobel Prize,,, -5f939e07-3b39-4ecc-a1f1-b385f8f5d314,Nobel Prize,,, -46120a0a-2955-4061-807d-ba4b28e9c8d2,Nobel Prize,,, -e55d2e06-94ea-448b-bc8a-3dd41774704b,Nobel Prize,,, -0e51fd4c-5100-4e3a-a48a-3613b60aef92,Nobel Prize,,, -e78e3962-664e-4b95-91c4-105ddba0aa07,Nobel Prize,,, -1a685ef6-5ea0-4b4a-a840-96836b98df8d,Nobel Prize,,, -27f47d9a-68aa-4329-9f8b-13eff9aaa174,Nobel Prize,,, -c07c3b43-731b-4328-846a-67506c6a4011,Nobel Prize,,, -42c42da3-244d-4cea-88cc-a43b7004102c,Nobel Prize,,, -1b926bd4-e01a-489b-83f8-6bef438e0033,Nobel Prize,,, -0e7032e1-b4da-4cb3-85cd-62146273dd4a,Nobel Prize,,, -e4ea8a83-b00a-4096-a7d6-3faa845ee7fe,Nobel Prize,,, -405fa6c3-5ad5-435f-aeb5-f1f7c6c91e7c,Nobel Prize,,, -b3da99ce-77f5-435d-8879-7126467ee555,Nobel Prize,,, -9cd31003-4a5a-4601-82c9-e27a7b2466de,Nobel Prize,,, -8d6da4ed-8c16-4b27-bf78-bf245722cafa,Nobel Prize,,, -0db49aae-b86a-41e3-9ef5-f5d3211c10d3,Nobel Prize,,, -4f628b48-4721-446e-82db-485d61c65a48,Nobel Prize,,, -5e30d99d-1719-4cf3-a877-b4787b5ec761,Nobel Prize,,, -3bbe5e51-2bab-45cf-85c7-dbf89d81af23,Nobel Prize,,, -a2804bd2-b7f8-4f5f-b89b-16adf5e6f342,Nobel Prize,,, -973d7df8-f35f-42f0-b9ee-3e5d78843925,Nobel Prize,,, -9e66b576-f9a1-4cbf-8b34-74509e4efd7c,Nobel Prize,,, -e83a3ac1-bd1a-4d26-9a3d-f8e7e930c5d8,Nobel Prize,,, -3b4be6a9-dbad-4f4c-a32e-b8a6b49421e0,Nobel Prize,,, -fdc24bfc-2ff1-4c56-823e-f325f240a0fd,Nobel Prize,,, -5001b1dd-e7e3-4dc6-b6ff-f8b0dc9502da,Nobel Prize,,, -42bc9752-ff91-4553-9720-acfcc86c5f16,Nobel Prize,,, -5f4049ed-2f37-4ef8-b60d-a3a46d7507c9,Nobel Prize,,, -83a4f4db-2223-41a2-a86b-0b3ea78dca9e,Nobel Prize,,, -90beddbc-2824-4d0b-83fc-1f37af228358,Nobel Prize,,, -382b7faa-bf67-4ee7-88c3-9dc188329af8,Nobel Prize,,, -02f3a0a5-a468-4db1-a652-2650c15bd0c8,Nobel Prize,,, -64f60f1c-57c2-4c4f-b241-fbce8feeb967,Nobel Prize,,, -134adeef-0d8c-4308-a3ef-692d7e7c20a2,Nobel Prize,,, -49b87117-af5e-4b7c-ad86-ef0ea8f3cf17,Booker Prize,,, -87a5be22-bae0-4ad6-aad1-4a7d50d91920,Booker Prize,,, -be8cd451-cabd-452e-b673-d2470b4bff27,Booker Prize,,, -af4db135-23af-4773-9c09-3483b43c1e05,Booker Prize,,, -b0b86b4b-7497-48a5-adac-a39d5e70a57b,Booker Prize,,, -3fc4aea4-dd24-4b38-a4cf-06a58470dd03,Booker Prize,,, -62bb7be0-458d-46a5-a185-76a8a472bbb0,Booker Prize,,, -16f9e0c8-bbf6-4bce-a001-57db22203e7e,Booker Prize,,, -f754e656-d442-4e8a-b518-88d8c3345b51,Booker Prize,,, -5ab3a0b2-fce7-44dd-b5a2-a9276c1991c6,Booker Prize,,, -444a7ccb-92f5-489c-8b5f-7a199fe2f0e0,Booker Prize,,, -f6852291-4f38-4991-a8d6-32a8768e5ac4,Booker Prize,,, -b11386c8-6139-40bf-b952-a377e2eb8bc6,Booker Prize,,, -5537925d-0008-47df-b52c-d1a3242e6787,Booker Prize,,, -4604af06-b023-416c-b185-9b23e6061062,Booker Prize,,, -0d37b79e-6168-4922-a20f-4f228dc6f7cd,Booker Prize,,, -aff5679f-600e-4c33-9378-2b0048974cc7,Booker Prize,,, -013d77cb-e7b0-4573-acd4-0bb06b80b4d8,Booker Prize,,, -b25053ab-a54c-43c1-a1e3-15841f569013,Booker Prize,,, -779f094d-fdc6-4d68-917f-eac2aa67314f,Booker Prize,,, -ca408aeb-76b4-4837-bccb-3ae27e7d99a5,Booker Prize,,, -48022a03-4da8-472f-a9eb-a50d2d619de8,Booker Prize,,, -2d066853-2d90-4b5f-87cb-82d0ffc4af42,Booker Prize,,, -87002b20-c4d2-4807-80c5-7050a1d794ec,Booker Prize,,, -8e078ae3-5db6-49cf-a234-21f0cfc92f0a,Booker Prize,,, -3b796335-4496-4420-b47f-4cafa4517348,Booker Prize,,, -54e62118-413d-456d-ac2f-76aa612fe48b,Booker Prize,,, -979119dd-9642-4f49-a6cb-1d1adfd76289,Booker Prize,,, -1efbaa94-7b43-491f-b044-30e088ba1120,Booker Prize,,, -4c808943-f0c9-44aa-a6c5-6cb135d13e64,Booker Prize,,, -58fe1fc4-ebd3-4c96-979c-2d1621919682,Booker Prize,,, -9ddcc2a5-109c-4c5f-8e35-f49c1c479f1c,Booker Prize,,, -a6bca730-1186-498d-a2a8-ff0d1dc99191,Booker Prize,,, -3da65fc7-68ad-44c6-987d-c707be1f8d34,Booker Prize,,, -38ae6159-e732-4bb9-8f9a-048751f1326a,Booker Prize,,, -2e38e315-c124-43d0-bf85-cc3141610e09,Booker Prize,,, -8fabe4d2-3e5c-4087-ac1a-d5c48f60a5d3,Booker Prize,,, -58c364d1-ef35-4eb3-9a62-bbb151f82cb3,Booker Prize,,, -355751e3-d738-4ea9-b163-f3c94e0c0f03,Booker Prize,,, -0ccd88ee-bd4f-48ff-8751-1ef2c97e3966,Booker Prize,,, -ae9389f6-c3e3-4a48-88ec-ad6f7e0deda8,Booker Prize,,, -39374fb5-3e4e-4061-a2c6-d5dd066ea201,Booker Prize,,, -9ac38133-0fe4-472b-8d00-7f3a46bbef27,Booker Prize,,, -429f7b61-4691-4e47-9e38-7b4bbe563a33,Booker Prize,,, -fc836037-33ad-47b0-82fa-46ea9200e54e,Booker Prize,,, -367a3e0c-c003-46d7-8a31-4bfe8de81343,Booker Prize,,, -057c6f50-92d6-49fa-85ed-f75136e6c221,Booker Prize,,, -9da0b5e3-baae-429d-9254-8153fc0ce1fa,Booker Prize,,, -33fcad90-9d56-42ac-9c5a-04e6774de371,Booker Prize,,, -79e9b074-7014-4304-b452-ed2281e2e7c2,Booker Prize,,, -751cb9e1-4079-433f-a9af-649d83c01497,Booker Prize,,, -b9be0a3c-b99b-4019-997d-4c0737210d37,Booker Prize,,, -8f95d79c-2ae8-4aa8-9b1a-2201522bdc69,Hugo Awards,,, -69e83d2b-c25a-4661-ac97-724aa6833fc8,Hugo Awards,,, -3701f18d-cb68-4130-a640-c851be748d85,Hugo Awards,,, -7fae92ae-a825-4bec-88d4-4c3b09ff5d01,Hugo Awards,,, -04f6878e-1182-46d4-959e-132e43607982,Hugo Awards,,, -ee623f78-aae5-45c8-bece-6bc79de0e979,Hugo Awards,,, -0527e314-431a-4703-af77-29d935ff8884,Hugo Awards,,, -d1f52c8e-4f37-478b-8130-06176e0a59e5,Hugo Awards,,, -c767ee59-9d7b-4c3a-bbc2-498209eac579,Hugo Awards,,, -08aa1509-4749-4c18-b9ab-300aaa2df3ed,Hugo Awards,,, -cd8377e5-7010-416c-bd7c-201518525428,Hugo Awards,,, -76312e50-ab24-4564-896f-30907eed515a,Hugo Awards,,, -51f709f7-347e-4fb2-b8a9-6810a002229c,Hugo Awards,,, -c5522189-54c0-4efd-97ab-e8b3eff49285,Hugo Awards,,, -977596cf-a72c-4e46-8d48-b437e7a0c62d,Hugo Awards,,, -1b3f7dfa-1b43-4068-8de8-a7882815dd59,Hugo Awards,,, -e3ec1f59-cc6e-4b76-943d-5addb3542e3f,Hugo Awards,,, -dc4da752-73a6-4011-be3c-c242c7b3561e,Hugo Awards,,, -a6c64feb-289d-4542-b124-b14227caf23f,Hugo Awards,,, -282e1d79-52aa-498e-a4cf-f3db493bdb4c,Hugo Awards,,, -a1e660be-0600-4ed8-acd1-c16a58b4be63,Hugo Awards,,, -604dbd35-74b9-4db9-ab51-edbd8022ce05,Hugo Awards,,, -79573206-4899-42e8-854c-72b860deeca9,Hugo Awards,,, -059495f7-3304-4517-97bc-52bc60d59620,Hugo Awards,,, -615df323-53f1-4e0a-b9ba-a632244c1e71,Hugo Awards,,, -2b2c6b65-a318-46da-9a21-fc12d462833a,Hugo Awards,,, -4f50d0fa-8027-46a1-be5a-5625718f4186,Hugo Awards,,, -05f39fe5-c72a-4f7b-a551-766257808f03,Hugo Awards,,, -eb422cea-e53c-4726-a37c-4b2976bf4af9,Hugo Awards,,, -df019f61-3a96-4275-8dd4-d2f51d18f405,Hugo Awards,,, -4dc564e7-d551-448b-a325-f6b4569529c8,Hugo Awards,,, -b8530acd-797d-45bf-ae87-132839a0ecea,Hugo Awards,,, -6de7669a-1617-4015-a893-c5c6f0075f5f,Hugo Awards,,, -b7cc02e5-0707-44db-9127-4673a30fedc4,Hugo Awards,,, -c608eb4a-e91d-4fa3-93df-5824a8b6e92e,Hugo Awards,,, -52b91e23-ec65-4f98-ad88-96e5bd2eac0e,Hugo Awards,,, -eaa96be3-d349-4c67-b4e4-ae22d6069db3,Hugo Awards,,, -f5a94cc8-8876-4fbf-b97d-d62173521a64,Hugo Awards,,, -14f64657-533a-4a4a-a4f8-3892cba72606,Hugo Awards,,, -6722155d-a5d5-4c48-997c-3161da94c622,Hugo Awards,,, -88f69ba6-6bf8-4197-879a-db2d018f7fde,Hugo Awards,,, -b55e9312-56ad-45e7-a0e2-9bfee742bba1,Hugo Awards,,, -4f69e32c-a9ea-4b51-9444-097a6566e3c9,Hugo Awards,,, -be9d62ff-8c24-423f-aea4-74e556c48784,Hugo Awards,,, -c23d147d-e798-4be8-8de9-e724cab854a9,Hugo Awards,,, -dd92d7de-b1cb-48d0-961b-15e8f885ee81,Hugo Awards,,, -408ddeb1-5391-474e-87dc-b69046806166,Hugo Awards,,, -926be69f-0c3f-4e48-b0d3-5ca9e62b97dc,Hugo Awards,,, -2e909045-dbf9-43df-be53-eb91d08beb61,Hugo Awards,,, -df7b78f6-18fc-41df-b1ef-8084d798a55d,Hugo Awards,,, -4c25bc0e-6a54-4172-95ab-06dfe75c9ffc,Hugo Awards,,, -a37ddd2e-f934-4a4c-bdd2-48728ebe77c3,Hugo Awards,,, -49d1d4ff-1518-43e7-ba6f-77d9144b077d,Hugo Awards,,, -d56709c7-b470-4944-a88f-0901acec03ec,Hugo Awards,,, -064e3863-0658-4d7f-a999-06332379c766,Hugo Awards,,, -3567fe02-71b4-48bb-9615-f647d21643b1,Hugo Awards,,, -db8579b0-d607-4511-9d93-62fb12844b40,Hugo Awards,,, -d08c343a-b39c-4f32-a05b-1477fbf09f6d,Hugo Awards,,, -9d0250b2-03b4-4c03-ace9-02e285f2e1db,Hugo Awards,,, -186c8c9d-5341-49be-bd78-0e2f34078dcf,Hugo Awards,,, -6cfc57a1-9b7e-4113-9c36-df2340b30d20,Hugo Awards,,, -13803741-6bd0-42d6-b142-5fb7c6410efb,Hugo Awards,,, -170dcbd2-b7ef-4356-a55c-91b9113bd7d4,Hugo Awards,,, -e59bf44d-96d7-4a34-ae45-497a39d997b1,Hugo Awards,,, -54f6b35a-5eda-434c-92c3-2d65deb6f4c9,Hugo Awards,,, -9378e9cf-08df-4526-9728-ce0695d9b2c1,Hugo Awards,,, -85ba1df9-fa2e-4918-a37f-a728b98110af,Hugo Awards,,, -2f049745-fd27-42bc-bad6-ef4ebe50b446,Hugo Awards,,, -c314e4ca-1f06-4557-ab1e-724fe7603bdd,Hugo Awards,,, -8e6030ec-035a-4da7-bc2a-682c7e4a34f5,Hugo Awards,,, -8255ad88-daea-4991-8eb5-ba96f4dea772,Hugo Awards,,, -16cc275b-cdbc-4b8a-825d-8ea0f0cf3920,Hugo Awards,,, -cc8eb92f-b148-4ef5-b398-2b71f4bd18a2,Elon Musk,,, -ba344c04-1056-4563-b927-282e7bbc6ddd,Elon Musk,,, -4903576f-6626-45ff-b2a1-442d1a71b4f7,Elon Musk,,, -c5522189-54c0-4efd-97ab-e8b3eff49285,Elon Musk,,, -cfbcbc8f-4c6b-4024-bcb1-35aea05d50fe,Elon Musk,,, -80785b05-4b13-4fcf-b9e1-078b753a3b3f,Elon Musk,,, -f2e26da2-65f3-4960-86b3-6af7dd5d7f8d,Elon Musk,,, -9411264f-05d4-4a4f-b04d-e53fc948f6ec,Elon Musk,,, -7e780d77-f735-47a4-9d26-46669d22a4dc,Elon Musk,,, -4f69e32c-a9ea-4b51-9444-097a6566e3c9,Elon Musk,,, -cfa6f3d7-1632-404a-9b1a-080e31e5944a,Elon Musk,,, -2fe3ed9b-8451-42ba-87b2-f533c15b0ea5,Elon Musk,,, -1a132f10-5cac-456c-9ff6-11e5e6c90e1b,Elon Musk,,, -26187462-1cd0-4658-94c8-1d0a78c93b97,Elon Musk,,, -103eea30-d883-498b-b70e-5aed499b2814,Elon Musk,,, -fd2a3bdd-2954-44f4-842c-4fe50b035a3c,Elon Musk,,, -475602ef-9c73-4198-bfff-423782fe3f50,Elon Musk,,, -b2ec5ca8-735e-47b7-aa79-bd72783b5d80,Elon Musk,,, -a3623d12-1f3b-43e8-b00f-387dd382fc11,Elon Musk,,, -b25579ce-1f0c-49dc-876a-14e9fa634dbe,Elon Musk,,, -a37e6fd2-0dfc-4ae6-a23c-f6d1d38710f9,Elon Musk,,, -a9f7a9d7-457f-4926-a1e9-e9c148560cef,Elon Musk,,, -3fc3ab7d-3da0-41d6-960c-ca4d7429d84e,Elon Musk,,, -68ea53fc-484a-4dfc-bb60-27528f32916f,Elon Musk,,, -d74dab3b-e26d-469d-826f-16a0816e02e9,Dustin Moskovitz,,, -ff42f41d-1cb3-443c-9d9b-6da037a843cf,Dustin Moskovitz,,, -7ac2247e-d746-4b6d-9a0e-0819ecccb131,Dustin Moskovitz,,, -192c6e3b-f972-4b85-99da-380be17d16ea,Dustin Moskovitz,,, -04f6878e-1182-46d4-959e-132e43607982,Dustin Moskovitz,,, -f8e7e9e3-a405-416e-9a7e-021bb47d2fb3,Dustin Moskovitz,,, -cd89b4b4-222c-49e0-8222-0cc1fb0d2de0,Dustin Moskovitz,,, -141ce20c-22c1-4417-838b-b0a7e344a548,Dustin Moskovitz,,, -c7f56640-4147-44e4-9268-da8454979c27,Dustin Moskovitz,,, -b8399147-91d1-480e-b257-9a3e11773ac9,Dustin Moskovitz,,, -3b8132bd-0a64-4062-a5e3-96ad882060b3,Dustin Moskovitz,,, -cd8377e5-7010-416c-bd7c-201518525428,Dustin Moskovitz,,, -51573b6d-6915-4ac7-a7a5-65cea7eea376,Dustin Moskovitz,,, -c0eab8f6-3d34-415f-a84e-44c84c1adfbb,Dustin Moskovitz,,, -aeb5078d-ceec-4521-8212-021492d8afbb,Dustin Moskovitz,,, -e3ec1f59-cc6e-4b76-943d-5addb3542e3f,Dustin Moskovitz,,, -3f8cd1b6-cee6-412c-8643-6ab0a8549912,Dustin Moskovitz,,, -77acce13-cffd-4907-81f7-f34895e21c12,Dustin Moskovitz,,, -08dce56d-ce4d-495f-bb39-b5355bea1d3e,Dustin Moskovitz,,, -010afc9e-131e-44b0-b400-10feff11e4c5,Dustin Moskovitz,,, -730f2b48-04e0-47c2-8c21-b5532e88a225,Dustin Moskovitz,,, -36657e74-0ff0-4335-a918-55e628c36a5e,Dustin Moskovitz,,, -10f25d79-a0b5-4866-b24a-3b3f05aacf86,Dustin Moskovitz,,, -c9d3e246-0e7c-4519-8912-4a2f16f840fd,Dustin Moskovitz,,, -bc97ec5e-e39c-4da8-827f-74845f0b242c,Dustin Moskovitz,,, -e4662b73-30eb-462c-b03c-a41006b0c770,Dustin Moskovitz,,, -74b477e9-7bc4-4749-a58e-09906a304c66,Dustin Moskovitz,,, -ad5ef675-b2d5-4a01-a7f4-ac0f9ca9a086,Dustin Moskovitz,,, -22efc6d3-1f46-430d-9dee-16f411119be3,Dustin Moskovitz,,, -4f34c2d9-5c99-4a8c-87bf-f4a5178815d7,Dustin Moskovitz,,, -627dd2f3-1e6e-4553-b587-4485eb38d50a,Dustin Moskovitz,,, -1ba7a17a-0ac4-4d00-a061-7f03e0cdb5b9,Dustin Moskovitz,,, -960ef76f-2f03-42f4-87f1-436337a45fe9,Dustin Moskovitz,,, -30eb1cb5-7f77-42ce-88bd-233fb9b8a175,Dustin Moskovitz,,, -b89ae5f4-2409-4b10-914e-be7b9d5016ba,Jeff Bezos,,, -6d6d52eb-17bd-4752-b4f9-13d60147e761,Jeff Bezos,,, -64a1cf59-cf50-4573-a7d6-d105a8144bb5,Jeff Bezos,,, -cdbe1526-92dc-4c9b-ab4b-5b848532b969,Jeff Bezos,,, -40d6524e-aa2b-461f-a1d1-6c00a3982388,Jeff Bezos,,, -db969db2-7ece-42ec-8a8a-5326b94cd8f3,Jeff Bezos,,, -33d3f7e5-beb8-4629-beff-69aae02f17e0,Jeff Bezos,,, -d02d148a-762a-4ba2-9713-30a497d7964d,Jeff Bezos,,, -141327a2-e406-4a16-b80a-0dfa3038a01c,Jeff Bezos,,, -974c7820-4a96-495b-8631-e533991f0994,Jeff Bezos,,, -1d250c4c-e6e7-45b6-9467-35a760fc39c5,Jeff Bezos,,, -c696748a-5b85-40af-a10f-305299ce8ac2,Jeff Bezos,,, -d82edf40-81c5-4d7b-9a89-651010713810,Jeff Bezos,,, -fa89b19a-2244-4003-8531-ad8babf3712f,Bill Gates,,, -d709e113-2f8f-49af-9edf-69155e991b10,Bill Gates,,, -77577451-d520-4f2c-a93c-19f2aaba4fa4,Bill Gates,,, -71ea4b5f-98ad-4ba3-81cf-e734ecc39062,Bill Gates,,, -0de6d2be-463f-4df6-89ed-5a415704a24b,Bill Gates,,, -b7c6eae9-98ad-4c76-bb60-36352432da25,Bill Gates,,, -77acce13-cffd-4907-81f7-f34895e21c12,Bill Gates,,, -f63b8176-d39b-407b-abac-d5608c34a4ac,Bill Gates,,, -8d38dca8-eed2-4890-b755-486fd6f35fca,Bill Gates,,, -430186b8-15eb-4e6d-ad08-3fa25264b9ca,Bill Gates,,, -fd5fdb88-9b3a-4989-bb65-120ae33d9226,Bill Gates,,, -1cf38978-a8b1-48d6-b0fa-de7bc34dfc8d,Bill Gates,,, -bf4e8b5b-d0a8-4172-b0e2-7b84bb5683a4,Bill Gates,,, -aac4894f-3be8-4df2-8bf0-1c605060e2c2,Bill Gates,,, -cb197c13-91a6-4a0a-8860-a685ad738ceb,Bill Gates,,, -f943dc5e-68b6-4597-a5a6-92560c277ed7,Bill Gates,,, -b07d652b-76ea-4441-96cc-6ea6d2201da7,Bill Gates,,, -ebc4cffd-3f30-461a-9246-eb748198b62a,Bill Gates,,, -4ceaedf7-b2aa-432a-a785-8142099fd568,Bill Gates,,, -32625c99-f3a5-4291-9d93-78ba526e48e8,Bill Gates,,, -48022a03-4da8-472f-a9eb-a50d2d619de8,Bill Gates,,, -b20e7060-dd86-434d-8df6-92b77fcb8a07,Bill Gates,,"On the surface it’s about math, but it’s really about how much math plays into our daily lives without our even knowing it.",https://www.gatesnotes.com/Books/How-Not-to-be-Wrong -f042a1ac-584f-4dfd-8bd5-cce277c73ebb,Bill Gates,,, -64e6f812-9a3f-45a0-ae60-715e2061c67b,Bill Gates,,, -181e92cd-3730-48cc-89a6-06165dd3ce77,Bill Gates,,, -db4495c2-2d4f-4fa3-87c8-a06fc7d8c293,Bill Gates,,, -b6aae46b-95bf-4b30-9f7d-b531cc286440,Bill Gates,,, -b1ba96af-9b20-4c8b-9b98-9e349ff7cca4,Bill Gates,,, -aa62f2da-86ef-48ba-ab65-0d825ad92016,Bill Gates,,, -f7ef3015-6152-4bb2-af98-e7fa649a2b87,Bill Gates,,, -f38c564f-8e85-402b-9cb5-1ede98f67098,Bill Gates,,, -971787af-3d72-4797-a655-8e39b2ad8f85,Bill Gates,,, -0e13b443-5d50-431a-bc06-67449ad558c0,Bill Gates,,, -08bc6a15-9986-4989-93c9-92b2338db979,Bill Gates,,, -8665865c-ebe8-49e6-b8c9-b9798f40c920,Bill Gates,,, -444972d3-515f-4967-996b-70fd3ecffb57,Bill Gates,,, -f0031a68-a06a-4747-b656-4fcc5706555c,Bill Gates,,, -0028d529-8221-449b-9c09-e4d4ea8adf1c,Bill Gates,,, -6e464b56-d8b8-43f7-9102-96c6545cff80,Bill Gates,,, -7effd329-3aef-4d90-b0a0-0f119dccaee6,Bill Gates,,, -9e9b16a8-403e-4cbc-abe1-b74ad22255c5,Bill Gates,,, -418a428f-1b08-4728-aec8-8ddf86d306b3,Bill Gates,,, -e6a0632d-ee41-49ee-bc00-30457cfe3c03,Bill Gates,,, -6ff03c42-b87b-46aa-954e-7f54684e867b,Bill Gates,,, -05a8b0b7-b78a-421c-94a6-46eeb6646267,Bill Gates,,, -94d74f27-fa2d-4503-8660-ac1c67c783d9,Bill Gates,,, -12e284a0-a6b2-41ef-a1df-ef3ea6206d40,Bill Gates,,, -2b2259a0-0dee-4985-ad14-f4e0e9cf7867,Bill Gates,,, -47910dc4-f041-4863-bd28-b47027968256,Bill Gates,,, -082b7fbb-8175-42ee-a8b0-94c05cc5aaa9,Bill Gates,,, -4a34be72-6cf2-46a9-a599-656f387e2d80,Bill Gates,,, -fbadb81f-3617-4ec1-beb8-7d19381b8b30,Bill Gates,,, -7b41fd24-a511-4bdb-a172-69634a9086fc,Bill Gates,,, -d900148d-e2b4-4dba-b9be-87fb5f24a58f,Bill Gates,,, -0a7c1103-50b8-4cc2-a752-8a1d5891c632,Bill Gates,,, -160df77d-e74e-4d03-b3ec-d5b336df47c9,Bill Gates,,, -e6e12f84-f304-40b5-9a37-64e6806895c1,Bill Gates,,, -1e148dc8-0b34-46e5-bd7d-0710bfa7c69c,Bill Gates,,, -cea572ee-8956-4ab2-8361-ff9ae738d57c,Bill Gates,,, -8334f144-04ef-4d66-9390-8b3c8ed5744a,Bill Gates,,, -ed65e049-5a60-4438-8d2e-ff2626e12e73,Bill Gates,,, -038da670-2d69-470e-b9bf-fd789f4f7c6a,Bill Gates,,, -f2428b0c-706e-4633-81ef-fb64e739bb71,Bill Gates,,, -1933dc24-541d-44e7-b191-e6d3e1b6acdb,Bill Gates,,, -8abd2c5d-2575-48b0-b245-0091262ddc50,Bill Gates,,, -2d6d8b34-6ff2-430f-8c49-e53b46793516,Bill Gates,,, -6a297c53-5bbc-4e95-982d-7c6f64665c15,Bill Gates,,, -9e865081-d596-499d-8742-b9488edc1680,Bill Gates,,, -564247f9-0b64-474a-a7b0-ddb6e0e83caa,Bill Gates,,, -e2f10232-be6a-4ebc-9b29-0214ece17894,Bill Gates,,, -084b7c1d-05e2-494f-9d5b-076b97080f90,Bill Gates,,, -95d7217e-8dbd-4d1d-be73-1f775fdb6c4d,Bill Gates,,, -faebdb97-863a-4849-baa5-2d42cb8c68e2,Bill Gates,,, -a5476137-65c6-4e9f-b6d9-2e38e98349d6,Bill Gates,,, -143ae9a9-efae-4c8b-bf6b-894522621a6e,Bill Gates,,, -91bffdf6-24fd-434e-aba6-a66d892b9fe9,Bill Gates,,, -5393ea20-16de-4491-a6d4-b89cc50e993a,Bill Gates,,, -e7e5418d-2238-4c48-bec0-aa3d00e92c2c,Bill Gates,,, -b0b3c1f4-8062-4117-9199-27d7391fa70f,Bill Gates,,, -7d319343-8044-4552-92e5-89435ed78f5c,Bill Gates,,, -c8615541-a6d4-42e9-a267-3d6ed8b5fc99,Bill Gates,,, -1e4f5df7-ee64-4377-bd1c-88d217f4b32c,Bill Gates,,, -42ac7baa-d886-4edc-8410-5949922bf248,Bill Gates,,, -4dbed1c9-f92f-43f5-8cf8-7d8f4a7065ef,Mark Zuckerberg,,, -fa89b19a-2244-4003-8531-ad8babf3712f,Mark Zuckerberg,,, -391ad79b-75b4-4b75-b0e3-042b87304a29,Mark Zuckerberg,,, -5085109a-5254-4ae7-a73f-02cf40345d2e,Mark Zuckerberg,,, -3b8132bd-0a64-4062-a5e3-96ad882060b3,Mark Zuckerberg,,, -c3cfaefb-3ea6-4c30-aacc-68564bb51f6a,Mark Zuckerberg,,, -2ec04bc0-73de-4a3d-ab0a-1fae81b53b5f,Mark Zuckerberg,,, -1001c35e-6df0-44b3-9540-615211100c0a,Mark Zuckerberg,,, -586461bf-df50-4ae2-81fa-d43ecb76bd17,Mark Zuckerberg,,, -2b2c6b65-a318-46da-9a21-fc12d462833a,Mark Zuckerberg,,, -306f60fb-de47-4743-852e-36abd69a05b5,Mark Zuckerberg,,, -c87d5bd1-050e-4a74-b483-44531aca870a,Mark Zuckerberg,,, -39d78167-09ce-43f3-b175-fea28bc7b82c,Mark Zuckerberg,,, -0286efa5-01ca-40fe-bcac-4c392f8b0f62,Mark Zuckerberg,,, -6c37f765-9bac-412b-a45a-fbe77aa11157,Mark Zuckerberg,,, -4b2f4141-3f91-4324-86c0-fc3af2a86ef7,Mark Zuckerberg,,, -88822737-5a77-499d-9549-b80dfc5f68c7,Mark Zuckerberg,,, -d8d915ea-9832-4b11-8f29-a8259d0ec902,Mark Zuckerberg,,, -4ceaedf7-b2aa-432a-a785-8142099fd568,Mark Zuckerberg,,, -d9a0b22b-bb14-4cd5-96c7-c7c88fbe778f,Mark Zuckerberg,,, -c4b7122d-cbfb-4749-af3e-1156097a6adf,Mark Zuckerberg,,, -8692b420-e0ee-4f8b-bfb6-19621a8774ce,Mark Zuckerberg,,, -372eb157-f210-4df3-b9f1-fbe0ab3dd58d,Mark Zuckerberg,,, -cf964463-8b6e-4215-a07a-4d62229dbc55,Jack Dorsey,,, -b589a91a-9ad2-4774-9cb0-4eed0c35ccb5,Jack Dorsey,,, -d600f7d2-12e2-49f6-92f4-0b80ae99960c,Jack Dorsey,,, -25aa50f8-f132-4c41-aaeb-0ef2de952775,Jack Dorsey,,, -71ea4b5f-98ad-4ba3-81cf-e734ecc39062,Jack Dorsey,,, -92ab9bfc-acb4-4479-b643-aa9a4efa39e0,Jack Dorsey,,, -5a498236-e96d-400b-add5-91768d3bc800,Jack Dorsey,,, -430186b8-15eb-4e6d-ad08-3fa25264b9ca,Jack Dorsey,,, -fc3dec42-1a9b-4aff-8f90-ce1b2f8a1b1e,Jack Dorsey,,, -a0947920-7ca8-4129-a048-8f4e3e00d683,Jack Dorsey,,, -dbddecc4-417a-450d-aade-33d2efd9ede2,Jack Dorsey,,, -1ba51ce3-c42c-401a-b3a8-8734d2b0cdba,Jack Dorsey,,, -93b14895-5602-4e7b-b53c-ee3414876617,Tony Hsieh,,, -2f17b5a6-39aa-4b01-8a58-aeb59183f307,Tony Hsieh,,, -cfe7392f-7abe-4270-9b97-b07c99a5d628,Tony Hsieh,,, -606b1268-4acc-4098-a50a-598fd8cfcce3,Tony Hsieh,,, -69969ac3-d8c5-4758-97da-c8a661e91be3,Tony Hsieh,,, -ed699886-b788-4c69-aed9-7f9cf9aac83d,Tony Hsieh,,, -1e10b0a0-d8f4-4637-9662-54d1947c7ac9,Tony Hsieh,,, -233a6492-f321-41e3-829d-b2b874665a46,Tony Hsieh,,, -76124254-89d6-420f-85b2-ce84448e5056,Patrick Collison,,, -a605b7df-90cd-489b-ab11-8943fc3245bc,Patrick Collison,,, -bee21b28-da17-49b3-8f10-fe1c93d2607f,Patrick Collison,,, -86fde73d-b959-4a6c-886b-2e0dfc6b8318,Patrick Collison,,, -c15f33da-944f-434f-8406-ca56859495fb,Patrick Collison,,, -56ad54cc-73da-479f-a199-3883d850b20a,Patrick Collison,,, -ef9c9ffc-ab8b-4a52-a42f-de57651e0a76,Patrick Collison,,, -8f438664-fcbb-4eec-9e7c-afb8e680e5b7,Patrick Collison,,, -289bf8ff-e666-4508-b57c-9ce756f8e0c2,Patrick Collison,,, -12feb768-68bb-4b17-918c-a4612ef7bd09,Patrick Collison,,, -aaae930b-96d6-424a-a72d-8302e040dc58,Patrick Collison,,, -fa62f0a5-69c4-471d-934e-fad4741ca166,Patrick Collison,,, -b20bcc2b-6b39-4461-b1a8-1c1c2261cc09,Patrick Collison,,, -b066537d-bd60-45ff-a541-9c7849634c91,Patrick Collison,,, -f1288543-2d07-44e1-a115-1aa9c27c3021,Patrick Collison,,, -861d677c-d69f-4fbb-8fd7-62d924e03ab8,Patrick Collison,,, -5883a5c5-6f62-41c6-9f08-31cb8e7e2a29,Patrick Collison,,, -17141879-58d4-4b1f-8da4-50e3065f3e8e,Patrick Collison,,, -569b4155-391e-4077-9b85-808aced57d68,Patrick Collison,,, -49b2edee-b369-425e-93ea-09303fe2c8a3,Patrick Collison,,, -be44fc1c-4145-491d-bfb5-a1c38804e82e,Patrick Collison,,, -d7fa2ac0-2367-4a57-bc12-98ce0340fb56,Patrick Collison,,, -f429fad8-7fec-42ff-a0a7-75900f634e69,Patrick Collison,,, -c65f7945-49b1-4a68-aaf1-baa73798e315,Patrick Collison,,, -d265b221-9850-4d4d-ba57-4aeecc51e2e1,Patrick Collison,,, -452867db-0e2c-46de-9fb0-7bdde831ebad,Patrick Collison,,, -4868f1cc-26df-483f-b6a8-23cbc7712493,Patrick Collison,,, -77f90344-d7a1-4498-9aea-4574e1f12f12,Patrick Collison,,, -2bc70440-c73d-47c3-8fdc-a4114610a835,Patrick Collison,,, -f77dab3a-a2d8-4a80-909e-cf8fff298e89,Patrick Collison,,, -c9009610-09af-44f3-ab18-e109ca810b46,Patrick Collison,,, -e78e41be-1844-406b-a99a-8e05354ef0c6,Patrick Collison,,, -fa89b19a-2244-4003-8531-ad8babf3712f,Patrick Collison,,, -8bc9ceea-d45c-4bbd-8c46-ec80fd12954a,Patrick Collison,,, -6aa7399a-0a1d-4d73-a2f7-d102f6e43bc7,Patrick Collison,,, -48819f6c-c1ab-4a0b-988a-856725e79c21,Patrick Collison,,, -65b2352c-001c-45a8-933d-d19bc0d20477,Patrick Collison,,, -7db4e13d-08df-438b-97e1-2b81ff90bd47,Patrick Collison,,, -e241f9fb-5068-4b5d-92dc-c1e512484a36,Patrick Collison,,, -70b41551-ea8c-4a0f-9cae-7904b42ec534,Patrick Collison,,, -c00b28da-c138-4c85-ac47-193d20ec67aa,Patrick Collison,,, -f898351d-d5b2-4c1c-b181-766bee83aee6,Patrick Collison,,, -dfbab6cb-0fa5-4988-b7f0-13fcd2123398,Patrick Collison,,, -ce25da95-0eba-4e65-bd38-cbb78bce2a31,Patrick Collison,,, -097b813f-a150-4e8b-bd80-f640e62a0e7a,Patrick Collison,,, -34652951-4b67-4c14-838b-f94b741d7a09,Patrick Collison,,, -a2dd3a9e-a353-4d28-a420-85ead509506c,Patrick Collison,,, -82531233-bd32-4ed7-a7bb-a3cb464947fb,Patrick Collison,,, -af4a8a35-56b6-4063-a43a-d98bcdd519a5,Patrick Collison,,, -ec5bfc5e-3cd4-45e4-8039-9f9247c98512,Patrick Collison,,, -b1bcda96-cb7c-4a0f-b651-c8d64bd024fa,Patrick Collison,,, -ad85ca91-3b94-4fb4-84f9-4ac990a7f737,Patrick Collison,,, -289c4c33-0b31-4aa8-91e1-3d452f62aade,Patrick Collison,,, -4eba1cf1-69ec-4744-8d6e-c6839ec3951a,Patrick Collison,,, -bcd6a31d-cec1-401b-8137-61e141fa0cdf,Patrick Collison,,, -f97c4fd0-cf3c-4b68-b2b1-277ce5a5d61c,Patrick Collison,,, -e9c3acae-b0f3-4642-bc72-f9695f90817a,Patrick Collison,,, -7b742dca-e605-4143-88f6-9c9e2ce6b136,Patrick Collison,,, -109cc47b-5c85-4efd-88f3-9faf40fda8ba,Patrick Collison,,, -635aa985-10f7-4f76-8815-174736b4da31,Patrick Collison,,, -7d1f77ab-ca80-4457-b5a6-097ff6deba6a,Patrick Collison,,, -83ed2c1b-f7f7-44cc-ac9e-58b6d8e8b3bb,Patrick Collison,,, -988230bd-2f02-4bb5-bee7-1b13c3cbea2d,Patrick Collison,,, -9df88e10-0a04-4b4c-b6ee-610da54e6408,Patrick Collison,,, -ffff0ef5-ab26-4387-82a4-8d473494ebb9,Patrick Collison,,, -9ca6865b-abbf-4dca-bcea-765cb8ec7199,Patrick Collison,,, -3a13990f-bd02-43d7-96c9-ef30678dbd7b,Patrick Collison,,, -de6d6c1d-f6ec-4554-b247-349450fd7035,Patrick Collison,,, -a1131a83-a719-430c-b0c0-04db6887d3a3,Patrick Collison,,, -1f64966e-e963-4baa-ab2d-1877b67fd9b3,Patrick Collison,,, -d82dddfc-fd1b-4d5a-845d-cecdf49409a3,Patrick Collison,,, -9b2286f8-29db-4513-8503-fc1e9a6b439a,Patrick Collison,,, -b85b494c-e7f1-4075-817d-368d5a66112f,Patrick Collison,,, -6cac5c71-061f-4b39-8be4-7eb686a45f70,Patrick Collison,,, -5276b5e7-b8bc-4f57-b6ed-495a57bc444f,Patrick Collison,,, -ad7b32fe-e59f-42b5-8e9c-ce1c4bf7a582,Patrick Collison,,, -96485a4c-8276-43e0-a87b-878641e0fd54,Patrick Collison,,, -a9eb9cd0-2fe8-4816-a1a6-f08f5e41b818,Patrick Collison,,, -b6fa632a-20ec-4696-8f66-58045b6cf89b,Patrick Collison,,, -2372734b-a674-4ef1-9b51-f75a64132fe8,Patrick Collison,,, -0440da30-2e67-4a55-8810-8765ddb8e92e,Patrick Collison,,, -27893b41-47c1-469a-8982-cc3b288ad678,Patrick Collison,,, -d4489c94-ab5f-4c8b-b2a2-4e1c661da7d9,Patrick Collison,,, -1da8fbf9-4e66-4fa8-819e-7d3c3325954c,Patrick Collison,,, -5f8666f2-6aec-42a7-b710-dd1c807a3122,Patrick Collison,,, -49404479-96c2-46e6-9cf7-911f5dee2b71,Patrick Collison,,, -8ca16585-b26a-44c9-a142-047033d670d3,Patrick Collison,,, -1dbcd283-bc0a-4b7e-9a14-da4cd3e864ec,Patrick Collison,,, -f75741b8-37a7-44fd-af37-1019bfef8471,Patrick Collison,,, -726ec004-d86b-4e01-9c36-9c44446b6bb9,Patrick Collison,,, -86bde702-89fb-4ae9-afe4-9631fd0184f6,Patrick Collison,,, -c670edff-5b38-400c-95ff-481ec5d55b47,Patrick Collison,,, -e76116a0-c612-45d1-81bf-3ee6d404c427,Patrick Collison,,, -bad0f965-6a36-4f43-bbca-0596d2dc4453,Patrick Collison,,, -352ebea6-ef7f-4807-bb57-9875248fa43e,Patrick Collison,,, -6824a5df-0c58-4701-b7fa-6f9532f4b98d,Patrick Collison,,, -448e38c6-4c3f-4d33-a3b2-4c15a7b162b9,Patrick Collison,,, -47dcc4fd-19bb-497a-804a-f1201c566899,Patrick Collison,,, -a6823b23-f2b6-4f58-80bb-b9cf6b1ee2a1,Patrick Collison,,, -35638547-03ed-4320-bea9-914a478b998e,Patrick Collison,,, -99a3b293-4fb0-44fd-a0c8-81c5b8a17c34,Patrick Collison,,, -835ac034-8e68-4499-89f6-ccc5c1169678,Patrick Collison,,, -64e60799-88d0-44a3-95c9-0ece57f33cb4,Patrick Collison,,, -b6ae1a90-666c-4caf-8726-8c5fbb98aee0,Patrick Collison,,, -9d6aabfa-261b-4e2a-a6a2-720be17e386a,Patrick Collison,,, -87cac208-cf8a-45af-97c5-f92b14606967,Patrick Collison,,, -e71a0bb5-f8be-413d-9539-a9f839568a65,Patrick Collison,,, -b9908051-403a-4125-806c-f5272e566141,Patrick Collison,,, -e2ebd930-37fe-44cd-91e0-0e83e1c8af74,Patrick Collison,,, -39f8af3f-8e4f-4bde-822c-90c72b5884a2,Patrick Collison,,, -76f17ebd-a2e8-4584-b9da-c2b4bdbc8258,Patrick Collison,,, -3c33fa05-044f-423a-8961-782b5452afc9,Patrick Collison,,, -c36e4245-dee4-462b-80dc-98739a800cf4,Patrick Collison,,, -57cc6f10-e1f3-4316-aa99-fa3d83360ff0,Patrick Collison,,, -55d21f50-83a4-444a-8997-714cf8a38da2,Patrick Collison,,, -dce49bdc-2606-42a3-b87e-ce8e773abedc,Patrick Collison,,, -1ca53284-17d6-4862-9463-19092f651777,Patrick Collison,,, -90873839-bd04-4b08-98d9-b4ffd0fa6a3f,Patrick Collison,,, -0a855615-093a-4ee8-b617-41606e893468,Patrick Collison,,, -5e37bd84-49ae-4ccc-8df3-27061184f7aa,Patrick Collison,,, -1efde2b0-be66-4404-9088-f7ad62263c0b,Patrick Collison,,, -35179960-c64d-4559-9036-549dec99fe74,Patrick Collison,,, -16145e6c-df24-464f-b9bf-ddeaf7a239ef,Patrick Collison,,, -ce349b3b-9b48-422f-ac50-bc281b4e0b87,Patrick Collison,,, -285761b9-f5d1-433c-a567-69bac39fc055,Patrick Collison,,, -ea60eb14-2dfa-4339-ac69-3845f905438c,Patrick Collison,,, -275640f3-0f81-4edb-90f0-0aa5a50234b9,Patrick Collison,,, -9a9e22e8-6477-4672-afed-2aa64e5879fe,Patrick Collison,,, -df2442b9-96df-48d1-8173-be26201952ce,Patrick Collison,,, -0bf22d18-ebf6-4961-aca7-9ef6ea35ba3a,Patrick Collison,,, -224560b4-99ad-40a2-acd7-71e0150cc355,Patrick Collison,,, -2e2bf918-ce75-4d1e-a90e-145eddd8e153,Patrick Collison,,, -7942c19e-6264-4773-b92e-badf07f4bd70,Patrick Collison,,, -ca0ea6b1-44fb-4aa0-884e-3c49a9f410bf,Patrick Collison,,, -5ca4ca4b-6d78-48a9-87c8-41183ad84011,Patrick Collison,,, -74af9e3e-a1c5-43d4-9fb3-2273be3189ab,Patrick Collison,,, -a8e62e5e-5a99-4f34-95ec-401b65cb5a3c,Patrick Collison,,, -9090c970-e03c-4eef-8e1d-911511144a13,Patrick Collison,,, -46038164-01ca-46a2-aa66-b38ecdf33b60,Patrick Collison,,, -5ff1af18-6f66-41ce-a48a-e160fb83e01f,Patrick Collison,,, -bdd77a43-5ea2-48a7-a116-80a48795c018,Patrick Collison,,, -0bcb38f0-884e-4616-9e7e-17d8b47c7cd0,Patrick Collison,,, -f67b9ce6-3397-445a-8305-9bce67f60b99,Patrick Collison,,, -6b420e72-ad4f-4a38-900e-10ac28ea3868,Patrick Collison,,, -b6dab3e2-3c3b-44a0-84d5-50b84eeab7cf,Patrick Collison,,, -c1e9e4d1-3fd2-49f7-aa4f-e7ceb68735ba,Patrick Collison,,, -d010be32-84d8-4c91-8819-d0772e439f3c,Patrick Collison,,, -63029a24-ec94-4a5f-85d9-4edfafec7990,Patrick Collison,,, -a0724ead-b4c7-4b47-97c8-4a1c65c8c6da,Patrick Collison,,, -7a83a404-8c85-4efb-adce-7daa8b4796a9,Patrick Collison,,, -13abc530-78da-4289-82b8-bc9a88e2aa1c,Patrick Collison,,, -afe3e4ec-6bf8-49f0-9c8f-4bd4fec30cdc,Patrick Collison,,, -a5200867-4f36-4a72-919b-aacec459184b,Patrick Collison,,, -18e44ff5-0376-4fec-b118-53e857bd89eb,Patrick Collison,,, -dd761d92-038d-457a-ad85-76f3802eff5e,Patrick Collison,,, -2a0fd8a4-538c-4553-a74c-5c7ae2c84de0,Patrick Collison,,, -b0c8a479-ec92-4f12-8d7d-89e573d69b4e,Patrick Collison,,, -9be32877-c82b-4185-8940-e309ded1d3d6,Patrick Collison,,, -00a1159d-9cf3-496e-b124-5bd372499d31,Patrick Collison,,, -971311cf-a036-4b90-9d0e-4b60f40ca4ab,Patrick Collison,,, -0390d223-91fb-4dba-82e7-64599f2b6c23,Patrick Collison,,, -a8aa1525-b410-419b-a45d-1154b7fcb5bf,Patrick Collison,,, -4764a249-c61d-4d1e-8056-d1c2b9dce198,Patrick Collison,,, -fdf3acbb-9d62-48d1-a735-c860bc9d3e67,Patrick Collison,,, -f7f301e4-3075-443a-9d56-51579a9453aa,Patrick Collison,,, -8419bfaa-98ab-4d23-ade8-39df1b531d86,Patrick Collison,,, -967245cd-32d8-43d4-9f28-9bb339a03ef2,Patrick Collison,,, -3fc4316e-102b-410b-a1aa-ef066ef4b6ed,Patrick Collison,,, -ce27f25a-d35f-49c9-bd47-e87d9e141e26,Patrick Collison,,, -a1703e65-f866-426f-aaa0-36df63a872fd,Patrick Collison,,, -40a072b5-7e1d-4bdc-9236-2d9bc3f703e1,Patrick Collison,,, -8852fde2-8026-449d-87d6-a46082a7e540,Patrick Collison,,, -bb1288e5-f81f-4a93-919f-57b05c4f79d2,Patrick Collison,,, -6bca6aee-bdf2-4f19-94f6-49fbb75916b1,Patrick Collison,,, -af74f8c1-62e6-41dc-8923-bccbe1c44f8b,Patrick Collison,,, -bb4455aa-6c4d-4468-8112-d758dd8535df,Patrick Collison,,, -c9a6ae9f-39cb-41ff-a949-4e0707d83f6f,Patrick Collison,,, -91e408e9-cb79-408b-b43c-88af9c849062,Patrick Collison,,, -47ae26ce-2bc1-48c6-ae4f-1ea78b525a4c,Patrick Collison,,, -19d5caf2-5b6c-41da-9836-294044ff68f2,Patrick Collison,,, -0e387e51-a19a-435d-8381-e251736f6270,Patrick Collison,,, -880146d9-26ed-432e-9da4-16582026c465,Patrick Collison,,, -2d156558-256b-431d-a6bc-07b8d38f70e4,Patrick Collison,,, -8d3a240d-2c73-4879-ab53-331cd1190e87,Patrick Collison,,, -5b81189e-8607-4ce1-9365-35d83cac2d91,Patrick Collison,,, -20a203df-299b-4b1a-9e2b-83cf78abd7da,Patrick Collison,,, -3670be33-d255-41b9-a6cc-d275e1be7f9a,Patrick Collison,,, -a2037f2b-96dc-4bf0-abde-68bec5a6440c,Patrick Collison,,, -18cbc4ef-0e98-4acf-aa5c-0711f87d8f6b,Patrick Collison,,, -a1c67f4a-dfab-43a5-81b7-554915c58c40,Patrick Collison,,, -f7a7c270-5315-453f-be0f-02a3f45e08c8,Patrick Collison,,, -04ca0391-1b40-4ec9-b8c8-6cb0b9a62a6f,Patrick Collison,,, -e232e0ff-5135-4d9d-8eba-5c8f62bfdfc5,Patrick Collison,,, -fa71730b-de6b-4376-b290-e1c747811d8c,Patrick Collison,,, -10d59262-aea9-4ef0-a613-ad5a44b754c7,Patrick Collison,,, -64e21340-11a0-481a-872e-19c4fdce3df5,Patrick Collison,,, -b305ebe5-b6d4-42d4-a66a-f08994ceb6a7,Patrick Collison,,, -90d09172-6511-4ba2-9bd7-b12261c51789,Patrick Collison,,, -3fc3ab7d-3da0-41d6-960c-ca4d7429d84e,Patrick Collison,,, -c53decc5-b613-4505-881e-a59f6595f0ac,Patrick Collison,,, -0872c63f-c91a-442b-bba0-c24208db7392,Patrick Collison,,, -1546342c-fbe6-4823-932d-ed9591456a44,Patrick Collison,,, -87903cd8-7ec2-4c33-9250-1c0a0d6c290b,Patrick Collison,,, -6e2810af-cb67-4ac5-a6a0-83a77d8208b6,Patrick Collison,,, -dc280e06-96ab-458c-ab65-379fcc1227f7,Patrick Collison,,, -418a428f-1b08-4728-aec8-8ddf86d306b3,Patrick Collison,,, -13655d88-f9e2-4b05-82de-b2a8d782581a,Patrick Collison,,, -7eef2040-8b04-4631-bc89-83cde2c2cf35,Patrick Collison,,, -a972486b-41a6-4c40-8b5f-ca1bc9e1abb5,Patrick Collison,,, -cd4a9fcd-a8f3-46ae-a313-a2e26243c31a,Patrick Collison,,, -5d07ff93-7f74-423d-8de5-3499bf7092a9,Patrick Collison,,, -e3279854-93fc-43cd-ba9d-e8fb2ae5c6cd,Patrick Collison,,, -da9f30eb-d0df-4f6f-9220-a8c9c2687db3,Patrick Collison,,, -cfbcbc8f-4c6b-4024-bcb1-35aea05d50fe,Patrick Collison,,, -6970c95a-e94c-492a-b9a9-db6bdc67629d,Patrick Collison,,, -1afe9fcc-0e19-4ca9-bfab-39689a0b87c7,Patrick Collison,,, -2df9dc18-870c-437d-a8ae-5152c934b68c,Patrick Collison,,, -11bb4a53-e1bb-4feb-b6db-ceaec0c04bbe,Patrick Collison,,, -0fe27449-7dac-4c18-8385-065afc506f1c,Patrick Collison,,, -513557bf-2285-45be-b273-f8e5564af21a,Patrick Collison,,, -3f542c86-c636-4a07-bfb3-60076edbe619,Patrick Collison,,, -6aad5fdd-1b0b-4b93-9ef9-79c88c8d58d5,Patrick Collison,,, -773e7fc6-674d-43cf-98b2-af9daddf122d,Patrick Collison,,, -2ec04bc0-73de-4a3d-ab0a-1fae81b53b5f,Patrick Collison,,, -37631f36-e53b-4164-b837-38ebcbc04c72,Patrick Collison,,, -ffa052f3-d70c-4372-9957-dadd3e867ec4,Patrick Collison,,, -9f50054c-0240-459c-bff0-e7ae3b3bfe0f,Patrick Collison,,, -07b46b78-33b0-45c4-b1e8-8f1f7a2ba4b9,Patrick Collison,,, -439c3d4a-0dd1-4c39-bafb-9841a9834f62,Patrick Collison,,, -667b0a20-7beb-48e4-b152-4765e768459a,Patrick Collison,,, -3a6084eb-d255-4fff-b117-2c9d5ec7b4cc,Patrick Collison,,, -830900f9-d2ff-4b94-ae50-5c5d4874664c,Patrick Collison,,, -0a38a8b3-0310-4c84-9a83-a26d229ec2d8,Patrick Collison,,, -4a998908-6c6b-49a0-970e-87573f7ca053,Patrick Collison,,, -917f8d24-d220-4193-99da-a5d46c913aba,Patrick Collison,,, -2ff8aba1-3249-404e-aa40-895ed1099755,Patrick Collison,,, -984cbb93-4dcb-4d5d-acfc-3308ec43cf5e,Patrick Collison,,, -8e2dddb0-4c92-4898-b919-aab44b5deeb1,Patrick Collison,,, -bbaa941b-6992-454f-b8a1-bf4f1d4b3bdc,Patrick Collison,,, -c4a9cafa-ef76-4586-a25b-7c81911c64f3,Patrick Collison,,, -06d7aadf-57a5-450b-8b07-d7cbdef1831b,Patrick Collison,,, -d0c3018f-c1e9-428f-a4c4-1ca43f2ffe95,Patrick Collison,,, -f5ddba23-812c-4984-b855-7b5f23799a00,Patrick Collison,,, -964e2247-4695-466e-b511-6db35cf80d7a,Patrick Collison,,, -d210e4d9-3e7c-4959-b1c2-94f34a6ab641,Patrick Collison,,, -a8209d46-2d42-4d03-be7c-4cefe969b50c,Patrick Collison,,, -9e72c899-a9d8-4c8e-bb3b-6a046650c67a,Patrick Collison,,, -d203f310-36bb-4983-afb6-1fb4b5451aa5,Patrick Collison,,, -3a1dda66-7d49-4d46-bed0-f8bb3e486df9,Patrick Collison,,, -bb404f4f-a628-4174-9314-68d0c78b451b,Patrick Collison,,, -c7c1dd98-8ef6-4854-9c66-737c2b8a5f33,Patrick Collison,,, -2636d7ec-30d8-4fe4-8cd4-3d4106043ec2,Patrick Collison,,, -c8b6f9f5-f19e-404f-ada5-df4d355731e3,Patrick Collison,,, -595c0762-0488-42d1-af67-dadbc6835885,Patrick Collison,,, -036a3b46-0fc9-4c6d-8101-ee00a3bfef00,Patrick Collison,,, -c0f06bd1-a2fd-4643-87c1-109bad8ef2f1,Patrick Collison,,, -35a9fea3-9849-4016-9dec-308dea9b8392,Patrick Collison,,, -05960b14-3a97-4464-ac1c-33ed1f80ee14,Patrick Collison,,, -7536b315-3f3c-4fa0-b82c-4e3d605a2310,Patrick Collison,,, -5db8c6e3-a78c-4562-83c4-6c3cc2cb7764,Patrick Collison,,, -0b89694b-60c3-457c-941a-321f6374d5ef,Patrick Collison,,, -47c658b2-d5ff-4106-aeb9-c787d974a925,Patrick Collison,,, -53b8a964-676b-4b37-8cb3-f350e911302b,Patrick Collison,,, -4d40517e-9403-429b-9a5c-3ed98e9c65e9,Patrick Collison,,, -da8dbf07-745f-4725-8a87-e8373e1938e9,Patrick Collison,,, -7e977db3-711e-4991-9215-067bf173681b,Patrick Collison,,, -92aebee0-852a-4fea-86d4-66db81f03e02,Patrick Collison,,, -5a33982d-edcc-44f3-b89c-c30758770982,Patrick Collison,,, -7c20a9b1-d12f-4d11-9a74-461ebc9d7d95,Patrick Collison,,, -a1e660be-0600-4ed8-acd1-c16a58b4be63,Patrick Collison,,, -2814d8a6-7881-44ce-b601-5aeef53e716b,Patrick Collison,,, -de191c29-cf3a-4a95-88e3-11fb93b989c5,Patrick Collison,,, -ad2043cf-7830-414a-be28-6458487daebf,Patrick Collison,,, -b1b2240f-a3be-43f1-bc84-6b40349ca17d,Patrick Collison,,, -1b44bb70-b833-49be-a5b9-9a987cdfe0ca,Patrick Collison,,, -82d21229-6c58-47c8-bb91-bebce9e77795,Patrick Collison,,, -17d1ee35-79ba-46db-ad45-8ca763ae6348,Patrick Collison,,, -ff7f1767-4dd4-4e22-9bfc-446f9364e19d,Patrick Collison,,, -093f9f68-efbb-4f5c-8741-7249389508c7,Patrick Collison,,, -fee846df-e206-4c2c-8a64-b807b2a59d3e,Patrick Collison,,, -1001c35e-6df0-44b3-9540-615211100c0a,Patrick Collison,,, -a18d2dec-9de4-480a-8e76-4d5dd132f353,Patrick Collison,,, -a0d446a8-5c7d-4241-b10b-cc6dded91d5d,Patrick Collison,,, -7a7af2f5-9c01-46ec-bec8-36b22873ccf2,Patrick Collison,,, -e77ca5bd-07fd-4b1a-b427-f4b1fee941f2,Patrick Collison,,, -bf154da8-d9a4-46ec-ad6d-cf75568ed6a0,Patrick Collison,,, -63e2c254-d787-405a-89b2-aed06e1a46cf,Patrick Collison,,, -85517224-4620-4241-8281-0f2c0a11c045,Patrick Collison,,, -91193bda-dd49-4967-8f6b-6aafc450aea2,Patrick Collison,,, -90e975e9-6fe6-4b36-a5cf-1360409b35e9,Patrick Collison,,, -772e6ed6-7f94-4eac-99d8-c08fba7ef1b0,Patrick Collison,,, -6748e58e-8a01-4b13-88b0-05a213a52c7e,Patrick Collison,,, -619346ad-ce4f-4386-87bc-379b110a4bd1,Patrick Collison,,, -8b9f79f6-6a7e-46d7-b5f7-8ea5a237ed53,Patrick Collison,,, -9bc2a542-f2fb-41ae-909e-36f09647da8e,Patrick Collison,,, -33378c98-cf1a-4955-b0fb-d7dfe08f18cf,Patrick Collison,,, -c0834cec-3d65-4b96-94b5-ad2c91b5e2d1,Patrick Collison,,, -7b1d553d-9f66-4a80-bd3a-b7871f628fa0,Patrick Collison,,, -18c0c720-a69f-4760-8670-310fa4e08a31,Patrick Collison,,, -8b48a68a-ff63-490c-9785-f5feb9d2005e,Patrick Collison,,, -653f2ea7-6e1e-4690-9be5-722c06457391,Patrick Collison,,, -ce1a6317-f7d7-4e9a-95b7-2b8a3f11973f,Patrick Collison,,, -590c01c9-0cb8-43d7-8927-9503f8c05550,Patrick Collison,,, -ac221bc8-8ac6-42c1-beb4-fff037b3af16,Patrick Collison,,, -4a7736ca-7879-461b-b1e1-976dac4d24e4,Patrick Collison,,, -5295f473-50dc-4b99-adb0-d2ba5739426c,Patrick Collison,,, -50a3e12d-aff0-466c-a13d-998dc0b5ca2e,Patrick Collison,,, -43b67b82-4426-424e-a866-edbeafb579a9,Patrick Collison,,, -995e7628-067a-46f3-a4ba-84b485a08afb,Patrick Collison,,, -e0920365-1401-4d1b-bcd1-9dbe33d7e902,Patrick Collison,,, -0b9748ba-e09d-420b-892e-4662726886e0,Patrick Collison,,, -1d205706-5eb1-4ed4-9b7c-2c3054a825b7,Patrick Collison,,, -2867dac0-aa54-4653-beb2-5780bfdbe409,Patrick Collison,,, -5034a591-4837-494d-a4c0-352063760ee4,Patrick Collison,,, -38cfc91f-53f1-4860-beab-5e05c5a88b80,Patrick Collison,,, -a6b09cd6-0b15-465e-867c-e69a7d193e8c,Patrick Collison,,, -c2b6e1b5-b3b6-431e-90d1-99e00204ef81,Patrick Collison,,, -7aa9aff7-4ddc-4a4b-8abe-7af4c79d0a81,Patrick Collison,,, -2eab0a1a-8556-4ce5-8867-f2f0d9b11ce4,Patrick Collison,,, -67ef295f-7b4d-45b1-89b7-f7882a2cb540,Patrick Collison,,, -c242fda9-a6c4-4321-85e9-3e600b68518a,Patrick Collison,,, -c2756a04-ef3c-49b7-b46b-c73c980e239e,Patrick Collison,,, -9541f0dd-d65d-470c-a7bc-5d4b3e261cb3,Patrick Collison,,, -82ef74fc-6cff-4b83-bf41-7436c5bec9d5,Patrick Collison,,, -392fff01-823e-4c86-bd9c-e2a2c21abd55,Patrick Collison,,, -4f7b587d-aa19-48b5-bdf9-eea969385917,Patrick Collison,,, -72084e0f-d7d3-488d-b5ed-c42f7e4649bb,Patrick Collison,,, -22dac469-9ba0-4d86-85e1-a8e7e5d581e4,Patrick Collison,,, -4a06fe62-bec1-4c5a-87e9-07168d0ec7c6,Patrick Collison,,, -cc0dea05-bc9c-4834-8467-27beb2429757,Patrick Collison,,, -eebd5e58-45bf-4060-b7b0-38e019228116,Patrick Collison,,, -ca585b9c-2534-40ed-b91f-3b41a5c82904,Patrick Collison,,, -bdd63615-b4f0-460c-9bab-df8de86279f4,Patrick Collison,,, -42523d8f-67cf-4955-867a-b5857638834b,Patrick Collison,,, -bf9ca365-8268-4e37-883f-23c5ea21a756,Patrick Collison,,, -947cb597-9d2d-4c37-b6f0-cc76934b83b2,Patrick Collison,,, -1942335b-14c4-410e-8860-ff95432d8c49,Patrick Collison,,, -183038b5-a510-4278-abd5-b1f1102338ea,Patrick Collison,,, -38b698e8-ce13-42e5-bdaf-6a6330b52bdf,Patrick Collison,,, -0c106a6e-6b13-4098-822c-634dcbf0c598,Patrick Collison,,, -85ae9ab4-d9ee-44fe-b168-b8bb3bd87fd7,Patrick Collison,,, -ca8860ce-a643-4aa7-b142-b7735b61422f,Patrick Collison,,, -6fe87857-5651-41d6-97e9-4d51006d84b6,Patrick Collison,,, -78b6b424-dc87-4b46-b275-8e86ec5bce7a,Patrick Collison,,, -5a2ce712-92d8-47e8-8d33-4a56203462ae,Patrick Collison,,, -fc3dec42-1a9b-4aff-8f90-ce1b2f8a1b1e,Patrick Collison,,, -3e116d7a-1df6-4129-8351-1ddc5187b6cf,Patrick Collison,,, -f0d605d1-45c5-404c-b65d-4d2f47aa0ce4,Patrick Collison,,, -fed9a924-7b8b-43c7-8269-12382346ac69,Patrick Collison,,, -ec12b3e5-d8ec-4b77-a605-002a472657d2,Patrick Collison,,, -cdd5162f-893c-4ef1-8c92-0b68bf03d432,Patrick Collison,,, -cc596c83-bc68-4dfa-b767-0351d8a715c3,Patrick Collison,,, -eabbd411-fefb-4171-8bbe-2f83c936eb7f,Patrick Collison,,, -729270d1-2877-4fab-a567-f09725afa83b,Patrick Collison,,, -2c64c4da-bdfb-4b51-b3ff-8dc5642ca057,Patrick Collison,,, -4e7b108e-ccd5-49ca-b346-b567e523f7a7,Patrick Collison,,, -e4158a18-f332-4e8c-bea2-1b2be5dede09,Patrick Collison,,, -10c1600e-987a-47cc-a9bf-0594bef0f40d,Patrick Collison,,, -33d3f7e5-beb8-4629-beff-69aae02f17e0,Patrick Collison,,, -a3ba12f0-8cba-445a-beb1-c1d76ce9cc92,Patrick Collison,,, -a3696760-b7f3-404f-8349-b43baf3e3366,Patrick Collison,,, -f6cf98a4-bd00-4666-b440-130dff42b507,Patrick Collison,,, -400b3f4b-5aaf-48a0-b14e-0c948d690e14,Patrick Collison,,, -449237af-adaf-4dc1-87d8-b30a0bac6a4b,Patrick Collison,,, -73fb6216-5d50-4705-b40a-ada5e989547f,Patrick Collison,,, -3da95e21-2d08-4bb6-9376-21df30bd76af,Patrick Collison,,, -ce7e2625-e42b-4a56-b443-3d855a9ce698,Patrick Collison,,, -19e9fa6c-e4b6-41f4-9518-958a10702f44,Patrick Collison,,, -df9c0a62-aef6-482e-b57a-1e9141eadddc,Patrick Collison,,, -c6f31b43-5684-4bb3-8d66-f69ac76b60a8,Patrick Collison,,, -dca711af-d71b-4c5d-8c0d-d23a4b122d97,Patrick Collison,,, -9c09b3fd-b690-41c4-9fbf-69a26e8c7462,Patrick Collison,,, -6c37f765-9bac-412b-a45a-fbe77aa11157,Patrick Collison,,, -143985a0-7554-4a86-808d-db419b144c4f,Patrick Collison,,, -82b5d2be-a9ff-463b-a198-72b59461942c,Patrick Collison,,, -6834229c-6f9c-4be8-af1a-3fc8ecafb6a1,Patrick Collison,,, -d343d591-12ab-4c66-9ecf-1c38a88df046,Patrick Collison,,, -755e67f9-5029-4e96-b674-63a61828e223,Patrick Collison,,, -f8d2d522-83bc-412c-ada3-efdf9490ba8a,Patrick Collison,,, -9c41a7b5-7b41-4d70-90b4-e04884b304be,Patrick Collison,,, -45e8d9de-9c66-41e4-a524-007ec326fc09,Patrick Collison,,, -244c2c4a-ee9a-46d8-8338-b65d6f7b9739,Patrick Collison,,, -aa14e02d-64ce-4fa6-9d71-d387f0a417a9,Patrick Collison,,, -c52761d2-55da-4844-a255-cb81691d0aae,Patrick Collison,,, -ec6a9fbd-f75e-4128-b988-cb177f681f2b,Patrick Collison,,, -32a09d22-5c0f-46c1-a52c-63d2a8e1f512,Patrick Collison,,, -33845ac1-6bfd-4632-87b7-d5ba4ecc07b2,Patrick Collison,,, -b985d27c-1dc1-4cb4-8194-5e871811e054,Patrick Collison,,, -982a9a9d-0ab9-4412-b09b-a72c853047f6,Patrick Collison,,, -868f39a0-19a0-4e2c-8926-d6b5e906c200,Patrick Collison,,, -cba0537a-6959-4b40-acd8-0653192a63e2,Patrick Collison,,, -caf65374-c54f-4394-8ff6-e8150301ff3c,Patrick Collison,,, -45cb5c11-9157-4953-b65d-0c7ef759c7c0,Patrick Collison,,, -91bae352-8982-4faa-9fe8-b819f996d552,Patrick Collison,,, -aba7f80f-b7a8-4328-bad3-8e8252317d05,Patrick Collison,,, -83418238-bc82-4449-96b9-ed3e90d68bce,Patrick Collison,,, -dc8858ff-b128-4738-825c-c76380ada19f,Patrick Collison,,, -a18e7885-2ed5-4352-bc15-7dc755dbe0d0,Patrick Collison,,, -f52be616-9a6a-4fbb-a561-e4794079205d,Patrick Collison,,, -286ea9c1-7a6f-4179-b613-dd6fad02cb89,Patrick Collison,,, -78fd0b60-b41d-4274-b355-611e9186d757,Patrick Collison,,, -959fae3f-ffc8-4748-a233-f36611ca7193,Patrick Collison,,, -de2b497e-061b-4904-886c-f27e4209f90e,Patrick Collison,,, -f4df26f6-8ad5-4263-bb06-a8d71533fe72,Patrick Collison,,, -dd725c06-aba0-4927-9b10-2306eea2076a,Patrick Collison,,, -0285b69a-0a21-4458-b6e3-6ed057421e5c,Patrick Collison,,, -a58c2a89-563a-4a69-a6c6-306bbaf10676,Patrick Collison,,, -82533259-5860-4afc-9f12-8a211bff97bf,Patrick Collison,,, -3b4ca679-8539-40ba-8fad-cec4f6ee7f02,Patrick Collison,,, -f5609575-d39d-482c-a2ec-3f6edf3ee3d2,Patrick Collison,,, -771193ba-7101-449d-bb0b-87b884d7cd0e,Patrick Collison,,, -b53d9218-7821-454c-84f0-f16dec60fbb0,Patrick Collison,,, -603a2830-f988-4e4a-b97a-dd5613cef53b,Patrick Collison,,, -0f85b606-f10f-43ae-8ce2-80d1c4a6919d,Patrick Collison,,, -ca72e74d-72ba-4022-9a68-92e77c974f4e,Patrick Collison,,, -388e3e3e-b6c0-4270-879d-0dd99fa98d3c,Patrick Collison,,, -1056cf1e-ae94-4e04-967c-3412b7f40751,Patrick Collison,,, -9f7a0bca-52c1-4933-95e6-a4a8c9dbd01d,Patrick Collison,,, -dceb9ba7-720f-4e72-81d9-488bf3d47122,Patrick Collison,,, -c903be4f-78d0-418f-ae81-c69b2043ff4f,Patrick Collison,,, -b69f98e1-4eb8-4fe8-b07f-9424b3187dda,Patrick Collison,,, -e6058e5b-fd82-47bf-872b-ac3b23e50ba7,Patrick Collison,,, -1161c757-14a1-483a-8b49-873b106f1754,Patrick Collison,,, -65b35576-f4a3-4ded-b82a-57a835ba4c93,Patrick Collison,,, -07c67572-868f-4524-b37b-72ba8db01d7a,Patrick Collison,,, -23c30acd-4a51-4e0a-bffe-0d86e06936a7,Patrick Collison,,, -ed7143ee-0df4-46fa-adb9-32360f7465ae,Patrick Collison,,, -8fde5d74-5100-4745-9843-d495bd06e97b,Patrick Collison,,, -efca0046-b0bf-40f7-814b-fadf79b9f348,Patrick Collison,,, -5a47ecac-2b86-4faa-8274-7273f52139bd,Patrick Collison,,, -9c275a84-3efb-4798-943f-e9c7c5451511,Patrick Collison,,, -9b64179e-aaef-49dd-9f65-6505e575db31,Patrick Collison,,, -cade8f14-f9a0-4dbd-80c7-673e8c9b4093,Patrick Collison,,, -94f37637-7296-4b06-b803-9b8ef921ed6e,Patrick Collison,,, -acc1a5ea-d42a-4552-9315-ab51a911cf5b,Patrick Collison,,, -7f99beb0-4620-44ed-a5a9-de3d5d2891e4,Patrick Collison,,, -817d96b1-594f-444f-bddd-d29b24df6b47,Patrick Collison,,, -e94d4b21-f223-412b-b2ef-f4279ee7715e,Patrick Collison,,, -6e416989-f1bd-46a1-80a0-72de7a697152,Patrick Collison,,, -5ecbd4e7-2a71-4869-ac31-c09bb7e67c50,Patrick Collison,,, -8c45a561-ca2e-494f-bcb9-5fe0da30bb71,Patrick Collison,,, -61b8be1c-cfe3-4be1-9dca-253198e6898b,Patrick Collison,,, -6a85749c-e5fb-43d1-beef-81377f026e78,Patrick Collison,,, -5796be57-c6f9-417a-ac4a-8ceec032a64f,Patrick Collison,,, -db7b720b-df21-4dad-b7c0-52f78f70c035,Patrick Collison,,, -5e59b146-2656-4a7b-b653-728bb818c72b,Patrick Collison,,, -44904717-d24e-43df-bad7-ad08a029d16f,Patrick Collison,,, -67eceb68-7d46-4205-8385-d29d10eaee14,Patrick Collison,,, -abcb1562-12cf-4b4d-9e5e-0dbeb8793c01,Patrick Collison,,, -cdac3313-a5e9-49c1-afeb-f5c6412e8738,Patrick Collison,,, -9162d4c4-9335-4eb2-a945-cee8b52fb17f,Patrick Collison,,, -9d9df21b-8f2f-45e6-929b-66eab73015e1,Patrick Collison,,, -a05fddb7-2583-4d59-aa40-88284bb8e433,Patrick Collison,,, -f2e909bb-70f5-4e1c-89f8-bc338b8aeade,Patrick Collison,,, -d232875d-5a00-4aa4-a643-94b6eb8accdc,Patrick Collison,,, -d59c9155-9c17-4037-b25a-ab9ec1562c48,Patrick Collison,,, -afda795d-14af-42b3-8fdc-d9292467904f,Patrick Collison,,, -664cdc3c-6b32-480b-a3e3-7fe7561ad803,Patrick Collison,,, -d0329065-b86b-4a2e-b9a4-a6560737eb05,Patrick Collison,,, -b1827b1d-5a0e-49e5-86bc-854a043fb7e7,Patrick Collison,,, -427690ab-b60b-4b91-8821-7aa0d5f012b0,Patrick Collison,,, -8fcec602-b422-4460-b9d0-9a936cd8fab6,Patrick Collison,,, -fbbf873d-e310-495e-93e2-a04685de435a,Patrick Collison,,, -3082b02f-81f4-4713-8c83-70af7305ed1b,Patrick Collison,,, -ee99a111-89e1-4eaf-9b16-af24c2147bc7,Patrick Collison,,, -84546c10-6038-4d15-90cc-a8c97961311f,Patrick Collison,,, -b8cefc2e-41c9-4a4e-beb7-d917e0ef4f86,Patrick Collison,,, -55270b71-63a3-4d23-9a4c-41cc48f74442,Patrick Collison,,, -c9d5214b-7878-41ff-83fc-be31df1dce59,Patrick Collison,,, -a6ad6209-3e01-4fa6-b129-965f17385457,Patrick Collison,,, -aabf9f57-a06a-4eb0-bfcc-aba216359701,Patrick Collison,,, -0a291807-d84b-4117-a8c0-365da1472fff,Patrick Collison,,, -36975084-6f00-4c7c-b973-3e6a7068df77,Patrick Collison,,, -cef6e2f1-de8f-4664-8b8f-68e7a0a2340e,Patrick Collison,,, -5558c1c2-b596-4e2e-8d29-bf7e0ee88b78,Patrick Collison,,, -4c4634b0-4c1b-449d-a2b3-532606222ff1,Patrick Collison,,, -9d7796d1-1f8b-44ec-b530-c0b2f943b15c,Patrick Collison,,, -eac69a6c-0b08-4aaa-9fa1-2a3b03bc61f7,Patrick Collison,,, -1d250c4c-e6e7-45b6-9467-35a760fc39c5,Patrick Collison,,, -d2491d0a-8887-4eee-b491-6a0e5a3c7d7f,Patrick Collison,,, -837a4bb1-fc6f-4e7d-846d-e69a4924b2cc,Patrick Collison,,, -57ac7ca8-9313-4840-8fde-e1a78c899646,Patrick Collison,,, -cc819167-1a00-45be-8890-2730865df4d9,Patrick Collison,,, -f87e60e5-605c-4db6-8e7d-5752e65b53fb,Patrick Collison,,, -af998a1f-4801-4601-8c93-294024ee866b,Patrick Collison,,, -65f2f25b-058c-46a2-b98b-55ed0a55b6f5,Patrick Collison,,, -2191e571-5a45-4e1e-b5c6-b32f14295913,Patrick Collison,,, -738a3ada-6d84-484b-bbd8-2f13894e0ebd,Patrick Collison,,, -6484421e-9f44-4a46-86c2-3339b8e234ea,Patrick Collison,,, -277ce6c9-f953-4365-ad11-cd486c8d50f4,Patrick Collison,,, -d0b9aa61-f501-4da2-b08c-15632b15a051,Patrick Collison,,, -7e83a6eb-e122-44f4-88cf-37d0e8f18bef,Patrick Collison,,, -5477f83d-945f-465b-a343-1a45853edc86,Patrick Collison,,, -b1e98027-ece6-414f-a999-94ad66e57252,Patrick Collison,,, -8768b194-646c-4bd5-a87f-1bcc7ef961e4,Patrick Collison,,, -65a52eaa-8b20-4275-be16-e9449b39df1d,Patrick Collison,,, -d83e8e47-b27e-4c08-8c31-73b4033eff45,Patrick Collison,,, -b2ef7927-46f1-4902-8144-875653840dc4,Patrick Collison,,, -4867e985-d6aa-4d51-bfdc-9f67a08972ce,Patrick Collison,,, -e76b2d0f-500e-4d23-a056-732735c455b2,Patrick Collison,,, -cfa6f3d7-1632-404a-9b1a-080e31e5944a,Patrick Collison,,, -03ca93c3-976c-46d2-af7e-b56edcac8dc2,Patrick Collison,,, -2784eef6-5c58-42c5-bba5-9b3fcea83607,Patrick Collison,,, -f7dc018f-4d65-43df-9d2b-64ebad69f8a1,Patrick Collison,,, -a51fba1b-b32d-4cee-abe8-8975cd37689e,Patrick Collison,,, -ae9a3c3e-c1d9-4a90-a24e-6d8b38f20a5b,Patrick Collison,,, -38710fe0-8d5f-4b14-94d7-1d65d68c9314,Patrick Collison,,, -c8ab54be-aaea-475d-af66-0eefaadeeb7f,Patrick Collison,,, -e21d5336-012e-4ebd-9b32-0dcc58598439,Patrick Collison,,, -7a8e38b0-1a2a-4aaa-b8a2-7eb77f3ca0ef,Patrick Collison,,, -fe0579fa-4436-456a-a810-0dac6e964697,Patrick Collison,,, -2fe3ed9b-8451-42ba-87b2-f533c15b0ea5,Patrick Collison,,, -32625c99-f3a5-4291-9d93-78ba526e48e8,Patrick Collison,,, -b631ffe2-8adc-4a0e-bbca-2d8ed768e05e,Patrick Collison,,, -99f0c68c-e91e-4183-b665-f0291b58e51f,Patrick Collison,,, -047166e7-e505-4d31-807a-5400cfd73708,Patrick Collison,,, -aa856b80-a365-453a-bb6a-439da66f364b,Patrick Collison,,, -279a004b-9ac3-4ae0-83e6-5362d5eb3fce,Patrick Collison,,, -02d03e6d-e5f8-49c4-b91a-97cee1571061,Patrick Collison,,, -32520f5d-20c0-4333-8fb2-113672021c3e,Patrick Collison,,, -9257ec49-a5f8-4854-993f-35ea4bfce2ce,Patrick Collison,,, -d093355f-6b53-4fa8-8246-1135a65155fc,Patrick Collison,,, -758a2efc-7455-4ea3-bd36-f7255c45a1ad,Patrick Collison,,, -2e077a1e-76ab-4465-995c-25da0d1224aa,Patrick Collison,,, -40ef043b-c94b-40fe-a596-24c77d2a029e,Patrick Collison,,, -3fda4b37-c60a-4899-8d33-629adf3f3fc1,Patrick Collison,,, -feb04c5d-05c6-4909-bdc0-9d65f339a645,Patrick Collison,,, -3578d6fc-5df9-4c47-bee5-90832ea87a5a,Patrick Collison,,, -b5f73b9e-3927-42cb-aa93-299b8c18c8b6,Patrick Collison,,, -28e08786-c826-4d64-af12-f89c662ed3a1,Patrick Collison,,, -6b67de82-a18a-440f-8a72-6e4e2623a673,Patrick Collison,,, -67b524a7-ebf8-41a1-b4c0-bb4cc075e983,Patrick Collison,,, -0498cea7-a440-422d-8e32-c8489f104383,Patrick Collison,,, -57f6b411-9ef3-4a3c-a6ff-7ace7604f732,Patrick Collison,,, -4f34c2d9-5c99-4a8c-87bf-f4a5178815d7,Patrick Collison,,, -8a19ec43-2dd7-4142-b9a8-33600818dfe1,Patrick Collison,,, -24f567f5-dda9-4606-a4df-6e79a6c53433,Patrick Collison,,, -44881d6d-f117-41ef-b519-416cec12d457,Patrick Collison,,, -959f2a05-2a75-4c27-be57-3b9d90d5d159,Patrick Collison,,, -46f5063e-9750-44c2-9779-94a006016e12,Patrick Collison,,, -41b37e23-87ac-4d36-a72a-a34f11c44cc9,Patrick Collison,,, -18df14ce-217f-46f4-87e9-04e9e3a4b09a,Patrick Collison,,, -c6de4fa0-ea06-427e-9e0b-b6c14208fbc0,Patrick Collison,,, -35d8af34-6d87-4f14-af03-3db21dc28fd5,Patrick Collison,,, -ad4510b8-e8ac-4497-bc74-04b117832a16,Patrick Collison,,, -5b33d90a-ea09-4e8a-a467-c643cd24a3c0,Patrick Collison,,, -e2f16178-b95b-4687-b505-ebd608a47804,Patrick Collison,,, -2999d6eb-cf3d-497a-a133-6815f52e79eb,Patrick Collison,,, -c3a5c507-8f72-4462-83f4-bb46928be6ea,Patrick Collison,,, -9ee7b33b-e5ed-4b87-aa5f-b1c09ef45220,Patrick Collison,,, -51a33437-9133-4700-8bbe-7a7f19abb7b9,Patrick Collison,,, -1ceb63c9-22ff-4014-9ed2-11c8679a7130,Patrick Collison,,, -6694f216-54a5-433a-9621-c6ed265e1413,Patrick Collison,,, -88f7b3a7-d2f2-4006-9558-f51eb87efa7d,Patrick Collison,,, -c654a858-acc5-426c-a247-97caf8f31cab,Patrick Collison,,, -a78062e7-ff73-4fee-b5b3-4c55e1ae5468,Patrick Collison,,, -7427fb76-3620-4ced-8ba8-e4786a2729cd,Patrick Collison,,, -3971c18e-3ec5-4583-a760-3d9534047ca5,Patrick Collison,,, -9159718b-0ef2-4595-8b26-ad0d5bafc08e,Patrick Collison,,, -a83df75e-9d16-479d-aa5d-bc2fabc331fc,Patrick Collison,,, -489d43a9-6cdf-40f8-b26a-54c4b3c1fb68,Patrick Collison,,, -c094945a-2944-489b-9887-9a8a439ddfe7,Patrick Collison,,, -d18633a9-253b-4b5d-ab3e-0b486897d15f,Patrick Collison,,, -c0a2bc37-1eed-44ce-88ad-5b5b29d20cdd,Patrick Collison,,, -d440dc2f-ed35-4b1d-8c6e-5175277eec44,Patrick Collison,,, -4510004c-d819-40ab-81fe-48fed51af6b9,Patrick Collison,,, -93aa4b9a-1c76-40d3-ad60-725c67f537e6,Patrick Collison,,, -3e7f6add-6c8c-4133-a8e3-2a09aaa2aae9,Patrick Collison,,, -b546b134-9bdb-489f-9e29-abe0d06a6d6f,Patrick Collison,,, -2d81a35f-8a65-4d52-bdf5-a47a250cd4cf,Patrick Collison,,, -9062033b-d454-44f7-842b-d6bad5fd072d,Patrick Collison,,, -9926a92c-2bc0-41f5-997d-029be0ef5e8d,Patrick Collison,,, -8c263417-d76b-4ba6-8713-bc901cf0aaf6,Patrick Collison,,, -5bd1aea0-e1df-4203-9944-44c260205c6b,Patrick Collison,,, -b1d3d4aa-2c55-48db-b63a-3ec2c54aa922,Patrick Collison,,, -3441f44b-8b9e-4891-b37f-a404d15d59de,Patrick Collison,,, -3af8fa0f-8c4b-4b39-94d7-6a397de8ff21,Patrick Collison,,, -a5850e90-629d-4e59-ac05-f3fc0777d3ec,Patrick Collison,,, -133b31d6-40a5-40f2-9cc6-f84ebdb32057,Patrick Collison,,, -4addb3bd-d46b-4337-b9fc-ca386aeecc23,Patrick Collison,,, -0d3156f0-7589-477a-a21d-d510a455f441,Patrick Collison,,, -3757c33a-c683-41e7-a3d4-e30cadba206c,Patrick Collison,,, -e4b831ac-51e8-40a1-b602-dd44cbb8d13e,Patrick Collison,,, -54996b82-2169-478c-ad5e-384be6ef9766,Patrick Collison,,, -3b2f0c0b-0a29-4194-b7bd-5dd529443136,Patrick Collison,,, -2a913275-9aaf-4a02-9071-f72fcbfcb559,Patrick Collison,,, -0bed0ccc-07d1-43fe-86d9-605cdfd067a9,Patrick Collison,,, -f20ac375-ef90-45e0-b400-ea490ec18347,Patrick Collison,,, -b591acc8-a39e-4381-991f-d894ae532504,Patrick Collison,,, -bfd9ba02-de3d-45ea-981a-d6b4b505e6ed,Patrick Collison,,, -c8a09453-c8ac-451a-8baa-d31c1d9bf201,Patrick Collison,,, -0e78caa4-8f11-4970-a2a2-4e70ea33d37d,Patrick Collison,,, -c24335be-4557-4810-8f7a-bbdf21b58a2d,Patrick Collison,,, -b965abeb-10de-4b68-92e2-0e082a76a2a2,Patrick Collison,,, -c972999d-06c3-4068-99b5-c22490c953a4,Patrick Collison,,, -4d53e36f-cffa-4d8f-9125-17bc12056e17,Patrick Collison,,, -7279b997-5376-4d77-9336-559ad6bdf8fc,Patrick Collison,,, -28436100-8a29-48ac-9290-4f4b73a3f0b9,Patrick Collison,,, -4c2dcdd4-8a5d-461b-b9fa-bca48137cf66,Patrick Collison,,, -8d0328b8-e903-414e-95ec-3982e464fdfb,Patrick Collison,,, -c531d149-337f-4cc9-bce0-153cba04532d,Patrick Collison,,, -c703075a-7f06-4960-8381-474fa2950d7f,Patrick Collison,,, -c90756a0-0140-40f4-9100-bc45955d8398,Patrick Collison,,, -ec158b4f-3974-47fe-8bc5-8c596122f83a,Patrick Collison,,, -e74e4d74-e9e4-4768-8f97-c5129d0fc6a3,Patrick Collison,,, -309c2a77-9c63-4240-adc8-f491365818c3,Patrick Collison,,, -ca6e95fa-2132-45e8-ba85-a325f12b77d9,Patrick Collison,,, -fbd6b06d-d1b6-48f9-ac18-1227f9c3ed15,Patrick Collison,,, -fe4d0bb5-eeb1-4e54-b8c4-292582eebe8d,Patrick Collison,,, -13b58a28-5824-459f-b580-75b8725e7a36,Patrick Collison,,, -1c98f87f-7559-4a76-ba45-3ef4d65fc75b,Patrick Collison,,, -cc5520dd-331e-4234-be99-cb74c2b49e80,Patrick Collison,,, -9ed8241a-2cca-445b-a11c-76cae526c910,Patrick Collison,,, -ff828887-9fa4-4974-ac4a-0d6cc05b9728,Patrick Collison,,, -f77765b8-f63e-4901-894a-eb2b3fff1ca5,Patrick Collison,,, -54341da5-2248-4da8-8447-266f4c4945ed,Patrick Collison,,, -7828c4d6-069a-4147-b10f-dde19f380c94,Patrick Collison,,, -e8544f75-d5dd-4076-a442-5c58a8477392,Patrick Collison,,, -dbc673c8-d766-47b5-9bcc-6258aeacb90e,Patrick Collison,,, -7c91a489-b9d6-4633-95b9-91a3eabb03e2,Patrick Collison,,, -91ac5c24-951d-416c-ba4b-1e904fb9b1c5,Patrick Collison,,, -d1b0ae77-b770-4461-999a-a3ee5b89000c,Patrick Collison,,, -0ce7a591-3ca6-46d1-934c-e82e90534ccb,Patrick Collison,,, -05723b99-50f9-4bbc-8ae8-96ad400df37e,Patrick Collison,,, -48fb7e96-67bb-4178-8da6-936cfff7c999,Patrick Collison,,, -ce982f21-2b12-4bcf-bb2e-67bd311cf622,Patrick Collison,,, -d1ec5219-c594-4ebf-b577-0986d6d63e83,Patrick Collison,,, -068fb5c6-d47a-4a34-8bf4-debf636db7cb,Patrick Collison,,, -85e5b451-cba1-465b-a792-0104443ce96c,Patrick Collison,,, -7b5eb664-9797-4584-b4fb-f75fda3992c0,Patrick Collison,,, -58596d42-ef2a-4aa5-ace6-f12e4e73fb2e,Patrick Collison,,, -68d5ddb5-61ac-48ab-b278-15a20a69c07b,Patrick Collison,,, -85f2bf70-ec9c-450b-b9ce-3a53b90f8a0f,Patrick Collison,,, -5c847895-454a-4334-92a7-f9bd7b5d2b0f,Patrick Collison,,, -37e94d4c-ba2b-448d-bd72-5d72539d975d,Patrick Collison,,, -6fc852a4-807d-4521-bcf4-eff5567af0fa,Patrick Collison,,, -0492f330-0e22-40fb-ad2b-78511759008a,Patrick Collison,,, -07e02829-199d-4692-99f0-a2db0f1e389e,Patrick Collison,,, -2ba87332-e0b8-4815-aa2f-f3286306cf18,Patrick Collison,,, -33c977c4-7fbd-4b2d-a2fa-fb21a9c3154e,Patrick Collison,,, -2f370b96-3bc1-485e-bc86-a0bf8b3b89f3,Patrick Collison,,, -4e040e3c-0a80-4adf-8c5d-4ae62c2ef921,Patrick Collison,,, -bb8440bf-58bd-4a71-8639-3b469a209782,Patrick Collison,,, -b612f222-be01-4999-bc87-523a1e2b921e,Patrick Collison,,, -95f7e41b-a124-4ca4-ac9d-a82adeb20532,Patrick Collison,,, -f643907d-e06b-4820-8974-0cca705e5ef2,Patrick Collison,,, -72b219cd-3f7e-4438-aa56-1acc2ddf7922,Patrick Collison,,, -f1929345-ddd4-4295-a9c9-594db62a70f5,Patrick Collison,,, -a214dd92-249e-4c44-b7c3-31b71f9e568c,Patrick Collison,,, -16ad157d-02f9-4df4-bf48-1bc49b8f397b,Patrick Collison,,, -639c6664-138c-4cb3-9800-67256860e90d,Patrick Collison,,, -d0b5fefa-15ac-47ca-9046-af645c8fa766,Patrick Collison,,, -b6cee00d-a77e-4ee3-bdb9-f8c9a0d60376,Patrick Collison,,, -d18fef13-25f5-4c47-b339-4f52840968cd,Patrick Collison,,, -a4d5d191-bd28-4e4a-b095-7ffda72a8221,Patrick Collison,,, -1a202687-20e5-4dfd-8764-69579ec35aa8,Patrick Collison,,, -798e162e-b138-4c54-a4a0-5d9971b3a188,Patrick Collison,,, -04e4f8c4-44cd-4429-aa9a-49d351c5e372,Patrick Collison,,, -83b61278-9531-4c24-93eb-6613365a14ef,Patrick Collison,,, -3d429706-8b0d-494b-8fa9-d32e2bfb3daa,Patrick Collison,,, -856702d5-7179-46fc-9da5-f63e1e83be68,Patrick Collison,,, -23400a7a-0186-4a10-9bb7-834908b87a6b,Patrick Collison,,, -994ed47e-8449-4ccd-a9b5-c4c8f9a240eb,Patrick Collison,,, -90824342-4e2a-430f-a98d-a797797ede5b,Patrick Collison,,, -7b8c1b22-cfcc-4928-9f23-491166615978,Patrick Collison,,, -ce4403e7-5d7a-4c2c-8ac4-78da083b0190,Patrick Collison,,, -ce992380-6b0a-48a5-80f5-96b1afb45cb4,Patrick Collison,,, -0246e95a-3dc5-4c94-8510-2febd506dfb7,Patrick Collison,,, -d02e7f7d-2cbf-4d3c-a67b-4601813bc2d9,Patrick Collison,,, -d453e89c-41fe-4d02-a809-0bf72bd9c518,Patrick Collison,,, -fae3ed0f-ea52-47e6-94f0-e7c46f56de87,Patrick Collison,,, -1e2ab097-b624-4870-8f47-0fe5a589978a,Patrick Collison,,, -ef4c6964-acad-432a-94cd-770865fae769,Patrick Collison,,, -10db877b-0525-4067-8b2c-d8e5e9ed60ec,Patrick Collison,,, -faa45626-f723-4b68-99d3-3f354d48ac4a,Patrick Collison,,, -ff942252-55a1-497d-8ab8-9e698d164d70,Patrick Collison,,, -ad98123f-648f-4f74-b1ad-2ae7616e71b4,Patrick Collison,,, -fd291d26-4369-41de-ae13-abfea135552c,Patrick Collison,,, -c106e096-b499-4b99-9b31-76eb741a5f59,Patrick Collison,,, -c8365763-5340-4a56-a153-afa59edb5a08,Patrick Collison,,, -af6823a6-e890-4898-a24f-5a1185c224c0,Patrick Collison,,, -643fb932-6fe2-4e89-b127-62482ba6c6ca,Patrick Collison,,, -53b2ddb2-0193-44e2-ac02-b6dea1afe2fe,Patrick Collison,,, -5f14680b-74d1-495f-844a-f7c084f72c7b,Patrick Collison,,, -018a5054-aa8c-4e99-a1e6-000abefe5ba9,Patrick Collison,,, -7f00aa8f-b475-4146-88ff-f1f4867b7557,Patrick Collison,,, -6d7be6dd-ec45-4db8-9765-c2d980049232,Patrick Collison,,, -e7f6d325-45bb-4b67-ba4f-fd27a6ee7e12,Patrick Collison,,, -5c596b2d-2e78-438a-bc72-fb8eb05c30f0,Patrick Collison,,, -78ff0b8a-2ac1-4d44-b71a-f9399b46dcc4,Patrick Collison,,, -20a01ffd-ddaa-4cb1-9aa9-e8b05fd74cd3,Patrick Collison,,, -bea744bc-a2c4-4c3e-bab5-3e655451a8b2,Patrick Collison,,, -a84b1db3-2dfb-4709-8501-a079c478a0e4,Patrick Collison,,, -56abab27-4750-48f9-8577-c7a7e38c3676,Patrick Collison,,, -468492ba-907d-4906-bd69-a8b9b8b6bee9,Patrick Collison,,, -11bd4074-84c2-48a3-b0fd-04af74957646,Patrick Collison,,, -dc48a405-ee69-46ac-ad5c-235a05e35d91,Patrick Collison,,, -61fda7b5-8a57-45d7-96aa-72046b7970eb,Patrick Collison,,, -88b17ebc-3cbf-44e4-b68a-71c68dc9b946,Patrick Collison,,, -61eaf98a-2e2e-499a-9cbf-74a6363fb0e1,Patrick Collison,,, -39068d5d-00c0-4c0e-b74c-d30be8ac23b0,Patrick Collison,,, -9e0a6610-6772-4924-8400-a57f49ef2c85,Patrick Collison,,, -f198bc65-c423-496e-b3bb-e6795072bdcd,Patrick Collison,,, -182dc5bc-5f1d-40ec-8941-ca74d42743a5,Patrick Collison,,, -f842c9c1-b853-46fc-9981-1593997b563a,Patrick Collison,,, -6bc52d47-f154-45cd-85d6-a88fd12a46ab,Patrick Collison,,, -77faa0d6-ff1f-416d-a642-2c2edbf6a9e9,Patrick Collison,,, -93551043-35d7-4222-8e32-44e46a5622e2,Patrick Collison,,, -eea94e6d-765a-491b-b573-746e692efe6e,Patrick Collison,,, -fe46d138-f7a1-4065-af11-9882b49497de,Patrick Collison,,, -eb4a658f-b8a5-4daf-9d27-ed8773a89aac,Patrick Collison,,, -bc125b98-f940-444b-855e-2fa3c1ed440c,Patrick Collison,,, -bcd2c466-1dad-40de-8776-3654888178a4,Patrick Collison,,, -5ef35817-6644-498f-bc4e-7d18351b965e,Patrick Collison,,, -eae2d381-51da-4122-a342-5e71969c6c36,Patrick Collison,,, -7087f1bc-4c0d-483b-a746-e2251942d545,Patrick Collison,,, -59b80add-3a2e-4b67-b9eb-aa58cc87ce12,Patrick Collison,,, -056c5e2a-1749-484b-a358-6384d1a01519,Patrick Collison,,, -75cc19b7-b332-4b16-8130-f1b4234957ca,Patrick Collison,,, -35c5a97e-4844-4dc6-a89f-51c02e9daffb,Patrick Collison,,, -782007b7-62ab-4fa2-bb43-e9c7c00216cd,Patrick Collison,,, -b72f5664-09f9-4e96-b948-3274817ee805,Patrick Collison,,, -b4bca6f3-be0b-493b-ac05-9eb838cd7cd1,Patrick Collison,,, -59f1e849-93d3-4027-88ef-36048ebbc230,Patrick Collison,,, -02aa66bb-189c-4536-878f-bae8e6ad3d93,Patrick Collison,,, -5f8c7c9d-683f-480e-90fa-f92c8c239182,Patrick Collison,,, -1e7ce627-5c67-4786-a978-499e8eb31abe,Patrick Collison,,, -9a81878a-1f04-4394-a170-2977a2af27a6,Patrick Collison,,, -d5f20f88-e0de-4bab-a1cf-adc680c843b7,Patrick Collison,,, -a92eebf4-b2b1-46af-bdac-1334b7ee0acf,Patrick Collison,,, -1ddd77b5-0d31-4291-9434-4e97a79ede22,Patrick Collison,,, -6327750b-e576-4024-9276-c46d0c9947ad,Patrick Collison,,, -5c10eb4d-99b4-4670-8ef9-4d1ff7635cb8,Larry Page,,, -0915a19a-ae1c-4e5a-acc5-a382b9ff1be8,Larry Page,,, -3cd55cc7-1f41-4a42-85cc-44cb4d3cd863,Larry Page,,, -c9d3e246-0e7c-4519-8912-4a2f16f840fd,Larry Page,,, -50189f8f-9e62-43d2-aaff-20d00b6ea90a,Larry Page,,, -6a1f313f-f5a7-4985-a801-dc721c79faa1,Larry Page,,, -b589a91a-9ad2-4774-9cb0-4eed0c35ccb5,Pavel Dunrov,,, -4c05d47e-e395-4e8d-b8a8-87a91de5322b,Pavel Dunrov,,, -4c20d341-0cbf-4f0b-8a44-595854e1fbc8,Pavel Dunrov,,, -d884b9c1-0ea8-4005-9e8a-4f17cf41eb74,Pavel Dunrov,,, -03417c9e-36b2-42a1-848b-a97ada5e6579,Pavel Dunrov,,, -7492ba59-b879-4495-8cf0-17e00f3db537,Pavel Dunrov,,, -1d250c4c-e6e7-45b6-9467-35a760fc39c5,Pavel Dunrov,,, -fbcb746d-6900-4a46-b315-4d533790a1f1,Pavel Dunrov,,, -6aa7399a-0a1d-4d73-a2f7-d102f6e43bc7,Max Levchin,,, -c670edff-5b38-400c-95ff-481ec5d55b47,Max Levchin,,, -4c446bf0-c561-4694-a1e2-2cacae907a87,Max Levchin,,, -f7a7c270-5315-453f-be0f-02a3f45e08c8,Max Levchin,,, -f1716a28-989d-423f-8fa0-f5f3f7f8e8dd,Max Levchin,,, -cfbcbc8f-4c6b-4024-bcb1-35aea05d50fe,Max Levchin,,, -e93e6a4e-7834-4fcb-b245-78815ce4e4a1,Max Levchin,,, -64a1cf59-cf50-4573-a7d6-d105a8144bb5,Max Levchin,,, -d02d148a-762a-4ba2-9713-30a497d7964d,Max Levchin,,, -0d980bd7-85eb-49f1-9461-61d3a74b73b0,Max Levchin,,, -1da4bc4e-4c19-4023-9d2a-f99593b888c9,Max Levchin,,, -38b64f18-f0f1-4815-9670-5ef7bfeea5f7,Richard Branson,,, -cb714cf9-7dd2-4460-8da4-3529a45c5afd,Richard Branson,,, -8b880ef9-707c-4064-89fa-f6ae144e6b3a,Richard Branson,,, -804a7135-5d9c-4289-8863-563a5edbcd52,Richard Branson,,, -a634bcda-4a43-4d64-8c9f-003c7d110702,Richard Branson,,, -6d9b5c52-08ac-48ef-a99c-0ec7bd28e1c8,Richard Branson,,, -42ac7baa-d886-4edc-8410-5949922bf248,Richard Branson,,, -ffe240f6-6fea-49a2-8a68-86524384aed0,Richard Branson,,, -99708108-58f1-45cf-940f-453408d5a3b7,Richard Branson,,, -ee3699da-d09b-4b3b-a6e2-6ca23cef6f58,Richard Branson,,, -3e18bc4e-27d4-42b8-a2f5-18f8a83a7b21,Richard Branson,,, -d440dc2f-ed35-4b1d-8c6e-5175277eec44,Richard Branson,,, -42f2f895-810b-4f67-bbd9-46db379d22ef,Richard Branson,,, -3ab64a0c-12c7-4058-894e-4c71546838e2,Richard Branson,,, -8ac431de-f3d5-4a90-9fc9-ddf8bbc11ca4,Richard Branson,,, -ba344c04-1056-4563-b927-282e7bbc6ddd,Salman Khan,,, -d345e057-1398-47d6-9231-1defb2986d37,Salman Khan,,, -f7f301e4-3075-443a-9d56-51579a9453aa,Salman Khan,,, -80785b05-4b13-4fcf-b9e1-078b753a3b3f,Salman Khan,,, -25136c93-38a0-4378-a132-78395e3c0465,Salman Khan,,, -45d959b7-430f-47fe-84fa-92db16aed1a0,Evan Williams,,, -77acce13-cffd-4907-81f7-f34895e21c12,Evan Williams,,, -590c01c9-0cb8-43d7-8927-9503f8c05550,Evan Williams,,, -430186b8-15eb-4e6d-ad08-3fa25264b9ca,Evan Williams,,, -cdbe1526-92dc-4c9b-ab4b-5b848532b969,Evan Williams,,, -ae6c2476-bf85-4fe0-b919-7867765891a3,Evan Williams,,, -74b477e9-7bc4-4749-a58e-09906a304c66,Evan Williams,,, -67d5cd4a-dcfe-4f7a-aa9f-083f03796666,Evan Williams,,, -4ddc4e41-00ea-4880-9789-a57a312381f9,Evan Williams,,, -960ef76f-2f03-42f4-87f1-436337a45fe9,Evan Williams,,, diff --git a/db/reviews2.csv b/db/reviews2.csv deleted file mode 100644 index e675490..0000000 --- a/db/reviews2.csv +++ /dev/null @@ -1,1543 +0,0 @@ -item_id,by,rating,blurb,url -010afc9e-131e-44b0-b400-10feff11e4c5,Mark Cuban,,, -103385e9-f789-40e6-b561-0e162b58e5fb,Mark Cuban,,, -43ad3ec5-2d4e-4792-b360-cfb980898278,Mark Cuban,,, -d02d148a-762a-4ba2-9713-30a497d7964d,Mark Cuban,,, -be549b9b-436b-460e-972f-ca80672524ba,Mark Cuban,,, -ffe297bc-e636-46d1-b2ff-2d14f40f1741,Mark Cuban,,, -ed42d0d5-2e85-4166-a547-d9af8b29adc7,Mark Cuban,,, -ef977413-8afb-4f23-8538-ef08bc3f7add,Steve Jobs,,, -a62682ab-2a94-4380-8f60-e950c8e98d68,Steve Jobs,,, -a5200867-4f36-4a72-919b-aacec459184b,Steve Jobs,,, -d77e0d34-6d7a-427b-ae5a-50c79ee54128,Steve Jobs,,, -1fa6e67a-90ca-4081-880a-8e972bc901cd,Steve Jobs,,, -d02d148a-762a-4ba2-9713-30a497d7964d,Steve Jobs,,, -d012f32f-27e2-4f21-8478-0531c1b8b789,Steve Jobs,,, -a4631bf4-a5cd-4389-b9af-4f990176507a,Steve Jobs,,, -6530e1b0-0812-4d45-8f18-8d13dfd808dd,Steve Jobs,,, -7c63bf71-64a8-41a0-bded-96e3de749def,Steve Jobs,,, -49c35a34-481e-4dfb-a0db-ad2a7fea8251,Steve Jobs,,, -a5200867-4f36-4a72-919b-aacec459184b,Kevin Rose,,, -5d319959-6d6b-43ec-8570-f597be3dfe56,Kevin Rose,,, -8419bfaa-98ab-4d23-ade8-39df1b531d86,Kevin Rose,,, -7c172383-0e85-42b1-9f96-a8b32fb8b995,Kevin Rose,,, -82079d0e-b99a-46af-8672-b5830247fb3f,Kevin Rose,,, -fbf178a5-7f08-45e6-b4f3-d8339447bcb3,Reid Hoffman,,, -52e0563e-87f3-4b15-b747-6f4c1b7629f7,Reid Hoffman,,, -0d8e6351-98ba-4173-b721-0007aad0fa31,Reid Hoffman,,, -cfbcbc8f-4c6b-4024-bcb1-35aea05d50fe,Reid Hoffman,,, -81ef71a9-2f27-4bc5-97b9-32b2175a983a,Reid Hoffman,,, -02f8f6c3-a182-42bc-9577-36fc94365db1,Reid Hoffman,,, -c9d3e246-0e7c-4519-8912-4a2f16f840fd,Reid Hoffman,,, -0d44ad3d-71f6-4384-b5a5-1bf44002c103,Reid Hoffman,,, -67d8aa14-87ea-400f-ac40-9303d689e1a7,Reid Hoffman,,, -7cbf42e1-9b0e-499d-94b4-4ef97d99d5e4,Reid Hoffman,,, -603b7947-b2d2-417f-bdb1-a42478390bfc,Reid Hoffman,,, -62bb9a5a-f4d3-49df-b1bd-e6eb61489a66,Reid Hoffman,,, -d345e057-1398-47d6-9231-1defb2986d37,Travis Kalanick,,, -d010be32-84d8-4c91-8819-d0772e439f3c,Travis Kalanick,,, -ed42d0d5-2e85-4166-a547-d9af8b29adc7,Travis Kalanick,,, -b77ec904-31e6-41d9-b0cb-d3647cb92307,Kevin Systrom,,, -25aa50f8-f132-4c41-aaeb-0ef2de952775,Kevin Systrom,,, -5fcf1273-e88a-44a6-94da-89d186fbe86b,Kevin Systrom,,, -4cff29ec-6899-419d-8784-3f9f1356ad42,Kevin Systrom,,, -010afc9e-131e-44b0-b400-10feff11e4c5,Kevin Systrom,,, -33d3f7e5-beb8-4629-beff-69aae02f17e0,Kevin Systrom,,, -17ccf443-c9ea-4d9a-a2a7-47f3c074d278,Kevin Systrom,,, -027e088e-d795-4866-89ff-fa134c4a12d4,Kevin Systrom,,, -c66818bb-3287-4b86-a422-2ec3c4c76afe,Kevin Systrom,,, -c65f7945-49b1-4a68-aaf1-baa73798e315,Daniel Ek,,, -fa89b19a-2244-4003-8531-ad8babf3712f,Daniel Ek,,, -390e9067-87e0-45a7-a585-8560fb7fb690,Daniel Ek,,, -ccd2e254-b3d3-4f5a-ad72-294a519a9f8f,Daniel Ek,,, -9277f555-ea44-46ba-ac1a-f2188d7907de,Daniel Ek,,, -551da0a7-c838-4dc6-8c45-7332345408b5,Daniel Ek,,, -f2c2d204-bcd1-4f82-bc75-96022823971e,Daniel Ek,,, -ef6462a0-3586-4816-afb5-a854cb7290b7,Daniel Ek,,, -fbe151a7-5174-4e1d-945f-c454551dea16,Daniel Ek,,, -86b846f7-74e9-4ae7-a47a-5f937409c49d,Daniel Ek,,, -fa89b19a-2244-4003-8531-ad8babf3712f,Ashton Kutcher,,, -e9ef3d59-06ad-4177-887e-68a3924aa46a,Ashton Kutcher,,, -dc1e6408-0b0d-4349-b4a6-8823cfe687db,Ashton Kutcher,,, -941f1188-71c0-46be-a992-93ebe6b77c03,Ashton Kutcher,,, -77bb5390-1a3c-468d-85e4-5eb5a7ff0242,Ashton Kutcher,,, -2aa16326-58e5-400c-8de8-5b30afaa5e68,Ashton Kutcher,,, -793ffe63-0843-47d5-89dc-8c3d20df8448,Ashton Kutcher,,, -6294a05b-14ba-4337-859b-4ee79bd1f1ee,Austen Allred,,, -ca1cdd43-e822-43d7-8ea7-c5745cffc7a5,Austen Allred,,, -90c29ee2-0bc3-4007-aaf6-581e98c40198,Austen Allred,,, -c3cfaefb-3ea6-4c30-aacc-68564bb51f6a,Austen Allred,,, -30e5805c-5da5-493f-9856-cab959406ccc,Austen Allred,,, -3e9c1368-308b-4455-99b3-64ec4c3f36a3,Austen Allred,,, -df3dc2a8-c999-495a-acd1-5adfa01b0c93,Austen Allred,,, -f792dabe-89ea-4b27-818d-344b81f2e8a5,Austen Allred,,, -22bf4e65-1552-4688-84a4-31b98d83208d,Austen Allred,,, -42ac7baa-d886-4edc-8410-5949922bf248,Austen Allred,,, -7536b315-3f3c-4fa0-b82c-4e3d605a2310,Austen Allred,,, -7e780d77-f735-47a4-9d26-46669d22a4dc,Austen Allred,,, -03417c9e-36b2-42a1-848b-a97ada5e6579,Austen Allred,,, -f6e8b84a-8f05-4f21-8a80-d6dc97f0be04,Austen Allred,,, -edc49aaf-2bff-4660-9699-198a66a774b2,Austen Allred,,, -4b2f4141-3f91-4324-86c0-fc3af2a86ef7,Austen Allred,,, -94f37637-7296-4b06-b803-9b8ef921ed6e,Austen Allred,,, -cf99dff7-0502-4630-8144-729c8d3110f6,Austen Allred,,, -c57d4761-fca9-448b-a875-57b15118486b,Austen Allred,,, -5414a623-148e-4142-b9cd-a4b78494d656,Austen Allred,,, -627dd2f3-1e6e-4553-b587-4485eb38d50a,Austen Allred,,, -8e588d18-20dc-4dec-8945-8d8f943963bd,Austen Allred,,, -28e337c8-e800-4dba-a2c4-cc3f2809d675,Austen Allred,,, -25136c93-38a0-4378-a132-78395e3c0465,Austen Allred,,, -b74ad765-8242-4530-8d06-f16f51830cbc,Austen Allred,,, -702f9394-30e6-43c0-b077-1177a7e913d7,Austen Allred,,, -012bb9c3-3a79-499d-96fa-a409b45b8cd9,Austen Allred,,, -1bb436d9-4fb7-4abb-b617-c20c943dda66,Austen Allred,,, -80f9542b-4cae-4df6-bb27-eef96f5939f8,Austen Allred,,, -f6e78767-4c33-44db-b8f2-711c57a34f57,Austen Allred,,, -30df6a6f-9f81-4783-ba46-bcf0c967a2a0,Austen Allred,,, -66a87233-4d06-43cd-a0a1-3626ebe6fe3d,Austen Allred,,, -61fda7b5-8a57-45d7-96aa-72046b7970eb,Austen Allred,,, -fbf39c7a-038e-467b-89e0-4303fc4be23d,Austen Allred,,, -23023767-e908-4263-9163-041ce462dc3f,Sheryl Sandberg,,, -88be493c-1935-48dc-92cc-3fd3e12a948f,Sheryl Sandberg,,, -92ef016a-1515-4389-9738-5ea561de37de,Sheryl Sandberg,,, -dd42fb71-ed8d-4c38-b36e-cec50be3ae30,Sheryl Sandberg,,, -a516c47c-351f-433d-a1e9-5c60217f2040,Sheryl Sandberg,,, -48a13827-0c65-4247-9727-c554839e4351,Sheryl Sandberg,,, -91e08b99-4b22-47f7-b878-9f9f03e724c7,Sheryl Sandberg,,, -0f89c161-46d8-4aaf-970d-abfa80fba659,Sheryl Sandberg,,, -1d23c32d-ddd6-466b-b32d-f75287fa2290,Sheryl Sandberg,,, -08bc6a15-9986-4989-93c9-92b2338db979,Satya Nadella,,, -5330e3bc-a5e0-4cea-ad10-6fe8ca83a863,Satya Nadella,,, -192c6e3b-f972-4b85-99da-380be17d16ea,Satya Nadella,,, -4c446bf0-c561-4694-a1e2-2cacae907a87,Satya Nadella,,, -0de6d2be-463f-4df6-89ed-5a415704a24b,Satya Nadella,,, -9ccf2f0a-dc35-45d0-b700-efac7ee5a248,Satya Nadella,,, -a6ca3eed-d386-4f7e-a223-29d1ea1fbf8d,Satya Nadella,,, -caff54c2-2ba4-4895-bf39-08517b315d28,Satya Nadella,,, -4cff29ec-6899-419d-8784-3f9f1356ad42,Satya Nadella,,, -77acce13-cffd-4907-81f7-f34895e21c12,Satya Nadella,,, -7c20a9b1-d12f-4d11-9a74-461ebc9d7d95,Satya Nadella,,, -430186b8-15eb-4e6d-ad08-3fa25264b9ca,Satya Nadella,,, -6134d385-9b06-4178-beb5-d5978c7b158c,Satya Nadella,,, -b8751ee8-d979-498e-8a7b-c21594d04d52,Satya Nadella,,, -6aad9649-5af8-4bc3-8a19-d0cd2943faf7,Satya Nadella,,, -55907645-107a-4af4-afbb-32a658325d0d,Satya Nadella,,, -57d0b12d-84ad-4c25-876b-c238cf3a46f4,Satya Nadella,,, -702f9394-30e6-43c0-b077-1177a7e913d7,Satya Nadella,,, -e36373c5-9c3b-41cf-be58-63f2dcfa9d7b,Satya Nadella,,, -5d261a7e-ed52-4376-934b-35c2f9a0b39a,Satya Nadella,,, -0ae377d1-4932-48e6-8bd1-b87f5669429e,Satya Nadella,,, -45d959b7-430f-47fe-84fa-92db16aed1a0,Indra Nooyi,,, -a0ba2b9b-7e70-43b9-8bd7-e3c7821349ee,Indra Nooyi,,, -74af9e3e-a1c5-43d4-9fb3-2273be3189ab,Indra Nooyi,,, -a96064a8-059f-433d-9fdc-baa9d3bece40,Indra Nooyi,,, -4c446bf0-c561-4694-a1e2-2cacae907a87,Indra Nooyi,,, -571ebbb6-c063-4093-bb88-a970d9ad7147,Indra Nooyi,,, -77acce13-cffd-4907-81f7-f34895e21c12,Indra Nooyi,,, -34038415-bd1c-4168-8df0-0f09ccbe1665,Indra Nooyi,,, -6577c3ff-c770-40b0-801e-d451d86b351c,Indra Nooyi,,, -430186b8-15eb-4e6d-ad08-3fa25264b9ca,Indra Nooyi,,, -768dfe94-f1a9-4c37-972c-30e842fed49e,Indra Nooyi,,, -57e0fffe-ed99-402f-a2b2-ce82dca2fd7c,Indra Nooyi,,, -1607243d-76fc-4958-aa18-2f8d41500524,Indra Nooyi,,, -d90bef27-b630-408a-94a4-cd6d81b8de82,Indra Nooyi,,, -64e6f812-9a3f-45a0-ae60-715e2061c67b,Indra Nooyi,,, -96ee5969-c8b8-40e1-9343-2852c2202776,Indra Nooyi,,, -734e9868-4ca9-4581-a554-103acec73bc2,Arianna Huffington,,, -f56fa1dd-8791-4c56-93b1-ecda51f1c372,Arianna Huffington,,, -342f4b8b-b3a1-4aa8-b317-c1eec2e24bb7,Arianna Huffington,,, -c5fb74cc-bbab-446d-bddf-a3325dcc8a06,Arianna Huffington,,, -606b1268-4acc-4098-a50a-598fd8cfcce3,Arianna Huffington,,, -475e3a3e-f926-4b8c-aeb7-953b0f145369,Arianna Huffington,,, -be9d14e1-bd7b-41b8-b01d-1aeff8495cba,Arianna Huffington,,, -74b477e9-7bc4-4749-a58e-09906a304c66,Arianna Huffington,,, -a284f644-33b7-45c3-b374-0cdf8439ee99,Arianna Huffington,,, -797e760d-9180-4fee-96dd-c74ba3c095e0,Arianna Huffington,,, -9b4a9bd5-6beb-4544-bb1b-b4e1fa45559d,Arianna Huffington,,, -6d124504-b1b9-4b5b-b743-845f9714af9d,Arianna Huffington,,, -5fa0bfb9-a825-4d07-aad6-9b0ed3e81ed9,Arianna Huffington,,, -12aa435e-19e0-4530-8935-99d9c526f812,Arianna Huffington,,, -8bcffbcb-c4e4-4e8e-99f7-453f7608118e,Arianna Huffington,,, -3e9c1368-308b-4455-99b3-64ec4c3f36a3,Marissa Mayer,,, -5e59b146-2656-4a7b-b653-728bb818c72b,Marissa Mayer,,, -7282a684-7922-411d-9f81-b8088d088574,Daymond John,,, -04ca0391-1b40-4ec9-b8c8-6cb0b9a62a6f,Daymond John,,, -73f96885-da26-4a3b-b2e9-82478991c4e6,Daymond John,,, -8a468f32-da98-4963-ad88-9b24b71e7c8a,Daymond John,,, -f7f3477b-8b1f-4ad2-8f8e-6f2998165db6,Daymond John,,, -592c955d-1f4d-4ddc-9ec7-bb0cc150f457,Daymond John,,, -d99c53ae-ee92-42b4-8eb3-6b1159b64f64,Daymond John,,, -ba516a98-bf0f-4d8a-ab4d-bb374d5594ad,Daymond John,,, -13adfb8a-c86f-455c-904c-81b12c844548,Eric Schmidt,,, -a8238cf1-3dc7-4a62-be43-cc9033079ef5,Eric Schmidt,,, -84bf1955-22c5-4e8c-86cc-009ea07ad62b,Eric Schmidt,,, -0da6cff5-1749-4fdd-9c12-e1a979962eb8,Eric Schmidt,,, -bf4e8b5b-d0a8-4172-b0e2-7b84bb5683a4,Eric Schmidt,,, -0d0b3de4-8384-4e6d-a978-e6fde18627d2,Eric Schmidt,,, -8b8c6377-7f1f-476c-83f9-7bbfc7644290,Eric Schmidt,,, -3c60c5ff-827e-48ea-8688-97a7d69ea93a,Eric Schmidt,,, -8c3f0456-1a1c-408b-94ad-65827005ee0c,Eric Schmidt,,, -80a00bd5-7101-405f-a493-72de40343c50,Eric Schmidt,,, -5330e3bc-a5e0-4cea-ad10-6fe8ca83a863,Martha Stewart,,, -af4db135-23af-4773-9c09-3483b43c1e05,Martha Stewart,,, -ec81d3c5-613a-43fa-a730-887176b3de33,Martha Stewart,,, -6656c379-561d-43db-9e6e-645f3f5b4f8a,Martha Stewart,,, -55be1568-6e18-4d6e-b52d-b6a20ad1787e,Martha Stewart,,, -d042f0a1-249e-4fb5-9179-f113e5da64cd,Martha Stewart,,, -a1ad68d2-bb89-452a-97cc-d4f6fcb1b8c3,Martha Stewart,,, -4a8509c8-b834-41a2-9bf9-711d7d7590d9,Tim Cook,,, -f88bd5fc-21c3-45b4-87d6-35e92e7cbe16,Tim Cook,,, -2336cd78-3696-48ba-b191-45fd30c7858b,Tim Cook,,, -7f1ec292-7dc7-468e-9276-3c8886ad7d76,Tim Cook,,, -88e55a0f-4f43-4683-88b8-91c560a76e65,Tim Cook,,, -43ec6742-4306-47db-8939-d697e501e74d,Tim Cook,,, -c736e247-9a43-43bb-9839-da90e8316b98,Peter Thiel,,, -726ec004-d86b-4e01-9c36-9c44446b6bb9,Peter Thiel,,, -6b420e72-ad4f-4a38-900e-10ac28ea3868,Peter Thiel,,, -4c446bf0-c561-4694-a1e2-2cacae907a87,Peter Thiel,,, -10996b1c-23ec-44cb-90a9-360068bcb409,Peter Thiel,,, -cd8377e5-7010-416c-bd7c-201518525428,Peter Thiel,,, -f7a7c270-5315-453f-be0f-02a3f45e08c8,Peter Thiel,,, -1d250c4c-e6e7-45b6-9467-35a760fc39c5,Peter Thiel,,, -1f5a2c45-6539-4b6c-a4ec-2fc91c2b0f66,Peter Thiel,,, -4d53e36f-cffa-4d8f-9125-17bc12056e17,Peter Thiel,,, -78ff0b8a-2ac1-4d44-b71a-f9399b46dcc4,Peter Thiel,,, -824e33f0-2f98-4b72-be39-1c032aee549f,Peter Thiel,,, -2d156558-256b-431d-a6bc-07b8d38f70e4,Sam Altman,,, -7e780d77-f735-47a4-9d26-46669d22a4dc,Sam Altman,,, -3d647737-2898-4f2b-a1de-d9c14643b60f,Sam Altman,,, -d2491d0a-8887-4eee-b491-6a0e5a3c7d7f,Sam Altman,,, -5e88564d-4db3-4c8a-8f41-0a59f4b09d19,Sam Altman,,, -702f9394-30e6-43c0-b077-1177a7e913d7,Sam Altman,,, -e73560be-3c89-4154-9026-d828b7807069,Sam Altman,,, -5322253e-f42b-44f7-80ef-554c31843c25,Sam Altman,,, -f4bb6020-5ff6-4593-97c3-6fd17aa28b86,Sam Altman,,, -356800e2-db41-4838-ac06-47e985741a18,Sam Altman,,, -cf972c3b-3c5d-413f-be81-d508f844985e,Sam Altman,,, -c65f7945-49b1-4a68-aaf1-baa73798e315,Warren Buffett,,, -5d319959-6d6b-43ec-8570-f597be3dfe56,Warren Buffett,,, -7374db28-646b-4f4d-9847-3c49159e83a5,Warren Buffett,,, -90282213-f5f4-448b-8051-9ea4336c3b5c,Warren Buffett,,, -0a7c1103-50b8-4cc2-a752-8a1d5891c632,Warren Buffett,,, -8d90c6d1-79f2-4cb3-8ef0-507cce646964,Warren Buffett,,, -9dac4a7d-32c8-4eb6-b868-f72d77685957,Warren Buffett,,, -1607243d-76fc-4958-aa18-2f8d41500524,Warren Buffett,,, -9926a92c-2bc0-41f5-997d-029be0ef5e8d,Warren Buffett,,, -f590f590-96bc-4be5-a6b1-91d8c0fd7640,Warren Buffett,,, -e3ef1341-5b24-40a9-b849-f3d3aee11681,Marc Andreessen,,, -851c9967-6bf0-45a2-8458-0d6e361d589e,Marc Andreessen,,, -a78f5f31-c7cc-4fd8-9098-8233f1a41cb5,Marc Andreessen,,, -779ff5e3-fb4d-40de-a7c0-11804973653b,Marc Andreessen,,, -1811b634-23d7-4b84-9d73-3c0e68884e46,Marc Andreessen,,, -77acce13-cffd-4907-81f7-f34895e21c12,Marc Andreessen,,, -a09a7cba-291a-4ea3-82a0-c6c81c1f847b,Marc Andreessen,,, -7488364f-3428-496e-acae-fb369737872e,Marc Andreessen,,, -947cb597-9d2d-4c37-b6f0-cc76934b83b2,Marc Andreessen,,, -18bfce22-398e-44d5-9692-442e8cd3c505,Marc Andreessen,,, -d17d6c3a-2d16-4ca1-852e-f9485dc5d394,Marc Andreessen,,, -e481bf03-2b73-467b-92c7-9c3cc122c92b,Marc Andreessen,,, -51771a23-e95e-46d6-927e-359fa86cf83e,Marc Andreessen,,, -6a1eb751-65a8-4b31-8627-8e056714ed3c,Marc Andreessen,,, -1687920a-636a-4ce7-91e3-a569ca37c2f6,Marc Andreessen,,, -e7ca8fd7-594e-44f9-8b86-52b19beb506f,Marc Andreessen,,, -73206f7d-db60-43ca-a1cc-0c26efa72753,Marc Andreessen,,, -e76116a0-c612-45d1-81bf-3ee6d404c427,Ben Horowitz,,, -f4afeee8-c538-4b88-87a6-fbc84ec5a8a2,Ben Horowitz,,, -d02d148a-762a-4ba2-9713-30a497d7964d,Ben Horowitz,,, -d012f32f-27e2-4f21-8478-0531c1b8b789,Ben Horowitz,,, -5558c1c2-b596-4e2e-8d29-bf7e0ee88b78,Ben Horowitz,,, -1cd7c7f1-3b33-4848-b0b5-179f951bbb92,Bill Ackman,,, -ee10fe6e-6631-4fb2-a653-81983949ad47,Bill Ackman,,, -0d21cab7-f016-4064-85b6-a26ae2384f09,Bill Ackman,,, -5d319959-6d6b-43ec-8570-f597be3dfe56,Bill Ackman,,, -c5f4676a-bb7d-4ad0-8f67-eb44a4703c18,Bill Ackman,,, -40e8e749-eaa0-4b0e-9c15-aeae3146d1a5,Bill Ackman,,, -b39a70dc-a632-4b61-b917-8d076f6a59fb,Bill Ackman,,, -d9e043cb-fd69-4945-94a5-ad81240cf7d1,Bill Ackman,,, -3275491d-df4c-4282-98cd-e0fe827f825b,Bill Ackman,,, -ced77524-1ce6-4bf7-a525-edddfeab49c5,Bill Ackman,,, -92e5414c-ba43-4efd-bb86-810f34ff9366,Bill Ackman,,, -06ed6bae-bff7-4fff-9c6a-86c9400fc53f,Charlie Munger,,, -d265b221-9850-4d4d-ba57-4aeecc51e2e1,Charlie Munger,,, -a0ba2b9b-7e70-43b9-8bd7-e3c7821349ee,Charlie Munger,,, -d2991ba3-1807-48fd-80ed-05b2584398cb,Charlie Munger,,, -fdda5bba-3484-45f1-be44-d8341a4d95ce,Charlie Munger,,, -c1e9e4d1-3fd2-49f7-aa4f-e7ceb68735ba,Charlie Munger,,, -45af05fb-982f-4fc2-8753-3ade598857a3,Charlie Munger,,, -cbffee86-86d8-44bb-b789-630e5d5b19cd,Charlie Munger,,, -f7a7c270-5315-453f-be0f-02a3f45e08c8,Charlie Munger,,, -d8bf65c3-226a-405e-8755-0178f639b60c,Charlie Munger,,, -b998b1c3-f582-46df-9bd2-e8acffe698c2,Charlie Munger,,, -44721967-a1f2-4b9e-bd66-fef35dcfff9d,Charlie Munger,,, -7e780d77-f735-47a4-9d26-46669d22a4dc,Charlie Munger,,, -772e6ed6-7f94-4eac-99d8-c08fba7ef1b0,Charlie Munger,,, -653f2ea7-6e1e-4690-9be5-722c06457391,Charlie Munger,,, -ef8595b1-f67f-4f89-b23a-4b11afe2e1e0,Charlie Munger,,, -26c1203f-4cf9-4f17-94c7-f40d0fe01748,Charlie Munger,,, -bf9ca365-8268-4e37-883f-23c5ea21a756,Charlie Munger,,, -39d78167-09ce-43f3-b175-fea28bc7b82c,Charlie Munger,,, -c1e5f2e3-39b3-4762-9e61-922a88ddc4b9,Charlie Munger,,, -551da0a7-c838-4dc6-8c45-7332345408b5,Charlie Munger,,, -33f50d33-af1e-493e-b974-d2784f463af9,Charlie Munger,,, -3a53a40b-b8fb-4d4b-aaba-d0fa3ce2fd73,Charlie Munger,,, -11c91103-6790-4ce9-835b-33b7fb047d47,Charlie Munger,,, -68578949-5772-4efb-b664-dc83b650678f,Charlie Munger,,, -a7465442-fb86-4046-bc02-c7b8f7deb6fc,Charlie Munger,,, -ed0cd2ce-5619-4ac5-82f2-3e623c632847,Charlie Munger,,, -2aff8a55-7bc7-48c8-b812-e09321214c0e,Charlie Munger,,, -fd6a03f5-50d7-49e3-a9b5-b9f129958124,Charlie Munger,,, -b3f90261-5b6f-46b6-b5fe-549d9ae0be10,Charlie Munger,,, -b4ccc829-f16a-4a9f-a158-e1ae9ad6a3d0,Charlie Munger,,, -98d0a019-9ac6-46a3-a6c5-a8c6d0a57a94,Charlie Munger,,, -76f3080d-b0cd-461d-91c9-9d3566466613,Charlie Munger,,, -57d6fcce-f4e9-4393-9fea-4fd62d2c38cb,Charlie Munger,,, -3a5fc43c-9c08-429a-a553-5520a8961b57,Charlie Munger,,, -58277e6e-7b16-45e8-8580-fe7a5ef3695e,Charlie Munger,,, -5f189ac0-7344-40d2-aa64-093ce47dc126,Charlie Munger,,, -ee541acc-89e2-4392-9292-792602417952,Charlie Munger,,, -b66e1f09-9c4f-4c7d-b733-91a424dd714e,Charlie Munger,,, -c65f7945-49b1-4a68-aaf1-baa73798e315,Whitney Tilson,,, -0d21cab7-f016-4064-85b6-a26ae2384f09,Whitney Tilson,,, -5d319959-6d6b-43ec-8570-f597be3dfe56,Whitney Tilson,,, -c5f4676a-bb7d-4ad0-8f67-eb44a4703c18,Whitney Tilson,,, -f7a7c270-5315-453f-be0f-02a3f45e08c8,Whitney Tilson,,, -c6b920b1-5b3f-400a-906b-21b2fa9de406,Whitney Tilson,,, -c65f7945-49b1-4a68-aaf1-baa73798e315,Naval Ravikant,,, -fa89b19a-2244-4003-8531-ad8babf3712f,Naval Ravikant,,, -b589a91a-9ad2-4774-9cb0-4eed0c35ccb5,Naval Ravikant,,, -28d692eb-50b7-436b-8f88-422d02d5178f,Naval Ravikant,,, -7942c19e-6264-4773-b92e-badf07f4bd70,Naval Ravikant,,, -6b420e72-ad4f-4a38-900e-10ac28ea3868,Naval Ravikant,,, -6c26c567-06a9-4efd-aa4c-78f14b8ad208,Naval Ravikant,,, -5d319959-6d6b-43ec-8570-f597be3dfe56,Naval Ravikant,,, -cd8377e5-7010-416c-bd7c-201518525428,Naval Ravikant,,, -e60d3275-8cd4-4501-907e-5605323839b9,Naval Ravikant,,, -5fcf1273-e88a-44a6-94da-89d186fbe86b,Naval Ravikant,,, -4c20d341-0cbf-4f0b-8a44-595854e1fbc8,Naval Ravikant,,, -fa388805-b515-40f6-b3a0-49013460e55b,Naval Ravikant,,, -66f837fd-e03a-4b51-8837-492dc1407ee3,Naval Ravikant,,, -410091d2-6f33-46e9-b2e4-7994d411848b,Naval Ravikant,,, -39d78167-09ce-43f3-b175-fea28bc7b82c,Naval Ravikant,,, -c9d3e246-0e7c-4519-8912-4a2f16f840fd,Naval Ravikant,,, -bc97ec5e-e39c-4da8-827f-74845f0b242c,Naval Ravikant,,, -78fd0b60-b41d-4274-b355-611e9186d757,Naval Ravikant,,, -e481bf03-2b73-467b-92c7-9c3cc122c92b,Naval Ravikant,,, -4b2f4141-3f91-4324-86c0-fc3af2a86ef7,Naval Ravikant,,, -6a1eb751-65a8-4b31-8627-8e056714ed3c,Naval Ravikant,,, -4ddc4e41-00ea-4880-9789-a57a312381f9,Naval Ravikant,,, -ea4a24b7-994a-45f1-aeb8-0d85faaae2b5,Naval Ravikant,,, -1a162e9b-6749-43a1-bf48-e20e9273385a,Naval Ravikant,,, -6a1f313f-f5a7-4985-a801-dc721c79faa1,Naval Ravikant,,, -3c7bedb4-8aa2-4241-a6d4-647d16096595,Naval Ravikant,,, -b63c06b4-4b21-4c7a-a3a4-af9566676612,Naval Ravikant,,, -d41a3322-5984-4797-ad81-eed864889696,Naval Ravikant,,, -c95ee3e8-a99c-4aab-9b11-9f3509b7eb4d,Naval Ravikant,,, -d2991ba3-1807-48fd-80ed-05b2584398cb,Naval Ravikant,,, -c71e1a96-ba6b-4fe4-a9ea-35efb91d24d0,Naval Ravikant,,, -bb6f985f-d31a-426a-996a-30d52e9c6d27,Naval Ravikant,,, -3b235a55-48f1-4871-b2a1-ee2ec5def96f,Naval Ravikant,,, -0b535e06-2612-4faa-b38b-e3f8889de682,Naval Ravikant,,, -604dbd35-74b9-4db9-ab51-edbd8022ce05,Naval Ravikant,,, -a89306dd-7681-4300-a670-88d65ad7eab9,Naval Ravikant,,, -7ab33039-eab1-4e52-87bd-6f72ce254fe6,Naval Ravikant,,, -7260a142-10cd-4102-b368-6ac18b110671,Naval Ravikant,,, -c20a4617-1fee-49ae-bd7a-6c20f2f87fbe,Naval Ravikant,,, -4a11fba6-5a67-4b34-b71b-6b5b3eb2219a,Naval Ravikant,,, -12424c4d-c065-42ba-ba25-c88dea45e472,Naval Ravikant,,, -96883dd5-2172-484d-9e96-dd675877413b,Naval Ravikant,,, -55a25254-c530-4ea8-b0dc-d340722d68f0,Naval Ravikant,,, -7149436b-06ee-41a8-87c4-d120cbd4bd05,Naval Ravikant,,, -17acdd17-3a7d-4c1e-9402-e44c436213c8,Naval Ravikant,,, -36c002ba-bffb-4729-8357-09f8cdcfc937,Naval Ravikant,,, -34b69788-885a-4d33-a2a0-d4388012131f,Naval Ravikant,,, -5f07b0e3-3cac-4a19-95b3-ef75ebd43388,Naval Ravikant,,, -23cbb448-0d49-4140-bf61-43435064d0c3,Naval Ravikant,,, -ee4dcb31-b792-4c37-afd9-fe394a3fb97a,Naval Ravikant,,, -2dea9177-57db-4fad-83a2-31e4f24be9de,Naval Ravikant,,, -7d9ead8f-9b55-4f07-8bc7-6aec174a9956,Naval Ravikant,,, -b5e7a8bf-44e4-449b-b615-18bec5c393c7,Naval Ravikant,,, -ab4783b7-412a-43a7-af42-3b982060d4fd,Naval Ravikant,,, -21461e71-0f97-48a4-8748-fa9a1ff23062,Naval Ravikant,,, -4369d39a-0bb8-4c21-b8f0-57c5108ad41d,Naval Ravikant,,, -1f6a5eb2-5f60-4359-826c-6f7f42cace5a,Naval Ravikant,,, -26f6be37-3376-4cc6-a816-ce1b85080dfd,Naval Ravikant,,, -de08c363-37c2-4a41-8899-15de628009fa,Naval Ravikant,,, -344fdff0-1203-4dba-8160-ce4d2f4db977,Naval Ravikant,,, -31f7ba99-d262-4c85-b260-bb63820697c1,Naval Ravikant,,, -d64c3834-3161-491f-82d0-59ba291f677d,Naval Ravikant,,, -e78df793-0ee8-45e4-b9a4-9ac94d76538a,Naval Ravikant,,, -80d2ba67-0acf-4308-aa85-95abe6df1fd0,Ray Dalio,,, -fa89b19a-2244-4003-8531-ad8babf3712f,Ray Dalio,,, -454d8ea0-dbab-478a-b6d3-336ef41b79cd,Ray Dalio,,, -c4e8fa25-7bdd-4c35-a725-62ae3328b078,Ray Dalio,,, -5fcf1273-e88a-44a6-94da-89d186fbe86b,Ray Dalio,,, -77acce13-cffd-4907-81f7-f34895e21c12,Ray Dalio,,, -7536b315-3f3c-4fa0-b82c-4e3d605a2310,Ray Dalio,,, -7e780d77-f735-47a4-9d26-46669d22a4dc,Ray Dalio,,, -7144e1fd-4b0c-4281-892c-c903cfcf3d08,Ray Dalio,,, -5dbd1058-8a20-482a-a48f-c4ebbb13c7aa,Ray Dalio,,, -edc49aaf-2bff-4660-9699-198a66a774b2,Ray Dalio,,, -e5ed3bc0-a086-4761-9d5b-eb808aaeb68d,Ray Dalio,,, -ce62fbf3-8c68-48fd-a84d-b06f55ca5c32,Ray Dalio,,, -9dfea5f6-8336-4310-bc83-1e4eaf7cb04b,Ray Dalio,,, -473e5a52-597f-43fb-9097-54010d75e267,Ray Dalio,,, -1930a530-3a0d-4b4c-a9c2-2f4976fc28dd,Ray Dalio,,, -4af938fc-47c4-41d7-81cf-a41bd80685a4,Ray Dalio,,, -4863db15-93ca-45e1-bf9c-cb854d3deb0c,Ray Dalio,,, -8791764d-e1ba-4e03-8826-0424c38f85a4,Ray Dalio,,, -82a8f66a-6509-4550-9723-677157e169de,Ray Dalio,,, -269f08f9-2ad8-4ae3-8e34-4794b0dab36e,Ray Dalio,,, -1c818e06-75e5-401e-aad5-2b0d20155ec0,Ray Dalio,,, -d28281eb-400e-4ee0-89ef-182e8a959137,Ray Dalio,,, -b6730be8-1a83-473e-99b0-b7e684eec361,Ray Dalio,,, -edc85dc8-d57f-41d2-817e-552f359f1084,Ray Dalio,,, -fa9e0a11-7670-4188-915c-77eeb5a16e93,Ray Dalio,,, -d13b9b45-ca80-4898-9fa4-d2ae89012cac,Ray Dalio,,, -308db5ff-16d7-4685-bae1-0ca75ff1d44b,Ray Dalio,,, -9ee48b3d-4c01-419b-ae87-c654a7c431be,Ray Dalio,,, -ecd368fb-a128-4dcd-a244-7f9ad2ed4772,Ray Dalio,,, -db79cf98-48d4-488b-b742-de5ef787cb9c,Ray Dalio,,, -843ca42d-bbab-4983-a39e-88191f9218a8,Ray Dalio,,, -77a28d6b-3b33-4497-8b95-4644c3b9041c,Ray Dalio,,, -7a79fbbf-ff2e-4f20-9395-5324e5e5c24c,Ray Dalio,,, -414147e2-e997-46a8-93ce-95a0da564f1b,Ray Dalio,,, -f3d08b2d-de93-47aa-89c7-836ccd006f84,Paul Graham,,, -26e30490-df72-46ec-8071-92b8b892aea8,Paul Graham,,, -77b9aa19-c865-45f7-bd01-722400e1bfd5,Paul Graham,,, -bba7b86c-0ebb-4b98-9332-9d9699e8d0c7,Paul Graham,,, -fa89b19a-2244-4003-8531-ad8babf3712f,Keith Rabois,,, -abcc17c8-a2a1-45da-90c0-26be271d74e7,Keith Rabois,,, -d600f7d2-12e2-49f6-92f4-0b80ae99960c,Keith Rabois,,, -4c446bf0-c561-4694-a1e2-2cacae907a87,Keith Rabois,,, -a0a7af3c-2b22-457f-9d05-52e4afb57841,Keith Rabois,,, -880146d9-26ed-432e-9da4-16582026c465,Keith Rabois,,, -30e5805c-5da5-493f-9856-cab959406ccc,Keith Rabois,,, -903382dd-536e-458b-82ec-9aa301a2c30d,Keith Rabois,,, -dc280e06-96ab-458c-ab65-379fcc1227f7,Keith Rabois,,, -cfbcbc8f-4c6b-4024-bcb1-35aea05d50fe,Keith Rabois,,, -67122fe4-f759-4917-987b-e2801f92cdf2,Keith Rabois,,, -0387b2a1-04ea-47b7-92c1-34c1bcebcefb,Keith Rabois,,, -1edd368e-4dd6-4f0e-9b54-fa10e62f50f9,Keith Rabois,,, -a18d2dec-9de4-480a-8e76-4d5dd132f353,Keith Rabois,,, -a7921893-3034-49c8-8a6e-6ccf45ca8892,Keith Rabois,,, -03417c9e-36b2-42a1-848b-a97ada5e6579,Keith Rabois,,, -0d0b3de4-8384-4e6d-a978-e6fde18627d2,Keith Rabois,,, -fc3dec42-1a9b-4aff-8f90-ce1b2f8a1b1e,Keith Rabois,,, -346bd9e8-139a-46db-a487-c6225ad295f6,Keith Rabois,,, -de8451d0-3613-41ff-87bb-e3bb0327c547,Keith Rabois,,, -ef30a1ca-c670-44f3-b468-9097095020e2,Keith Rabois,,, -db7b720b-df21-4dad-b7c0-52f78f70c035,Keith Rabois,,, -c2071d22-942d-4071-a937-397208ffadc3,Keith Rabois,,, -601cad92-cb9c-4023-9b14-8341db58a63f,Keith Rabois,,, -57ac7ca8-9313-4840-8fde-e1a78c899646,Keith Rabois,,, -c8660973-505d-429b-8444-9e5cd3317ede,Keith Rabois,,, -4f34c2d9-5c99-4a8c-87bf-f4a5178815d7,Keith Rabois,,, -e8224104-0d9e-4fe7-8e9f-fc1277a1a69c,Keith Rabois,,, -bc23ffc5-9498-4692-9b54-e068108f8bc3,Keith Rabois,,, -8ca41edc-399c-450e-8346-8dce2d0705d2,Keith Rabois,,, -bfc897c0-3ce2-4b43-94d2-fc8c4f05944c,Keith Rabois,,, -3a178e96-653e-4869-a39a-540738b9e8d0,Keith Rabois,,, -8e23d76b-9f34-4926-858c-ce2a73638b32,Keith Rabois,,, -3b2f0c0b-0a29-4194-b7bd-5dd529443136,Keith Rabois,,, -f5b8f13b-c346-4070-9e20-9036657a3e9a,Keith Rabois,,, -46cf0a09-8968-40bb-a8e1-72fca6db9696,Keith Rabois,,, -5749b092-6c5d-4c5a-96e9-dfbb001f9fa0,Keith Rabois,,, -85f2bf70-ec9c-450b-b9ce-3a53b90f8a0f,Keith Rabois,,, -f5b6c224-1929-433f-8229-11c401d05984,Keith Rabois,,, -0284a19a-7255-4681-8106-049da6356390,Keith Rabois,,, -0107403f-605d-464c-b00c-b45d7ba28897,Keith Rabois,,, -f94c6056-6744-4f01-9c3f-05e903335e9c,Carl Sagan,,, -e267c3ec-538d-403e-a456-a1d726487284,Carl Sagan,,, -77e8dc18-3f90-47a2-ab83-b6a6c078237d,Carl Sagan,,, -0f575751-094f-4d49-b1f6-2dbe0ea95e7f,Carl Sagan,,, -ee99a111-89e1-4eaf-9b16-af24c2147bc7,Carl Sagan,,, -b13c449a-6780-4836-9ed5-db9cf3ad4d27,Carl Sagan,,, -eec04ea5-95ee-4b51-ac8d-926c5c794c66,Carl Sagan,,, -3a272a93-0d6f-4162-b0ea-8ccb23086213,Carl Sagan,,, -bdd2e173-f4cf-4dd8-8626-5f7e54a6bedd,Carl Sagan,,, -148da360-e033-437c-a0ee-45f862b50595,Carl Sagan,,, -a36fced2-33ff-4609-b4bf-678d5c7de961,Albert Einstein,,, -c535ab6f-199d-4e33-a2ce-e6ef1abfb12c,Albert Einstein,,, -34fc075e-9f2b-4f4c-ab6a-ffc1d3a96566,Albert Einstein,,, -90f41ec9-7a72-4d7e-8b23-64e5ae140684,Albert Einstein,,, -e5921130-769b-484b-b446-e606f85bf216,Richard Dawkins,,, -a8eaf540-685b-4425-a170-aa51d063416c,Richard Dawkins,,, -0b82aaca-3872-4e22-8caa-85d8c20e2761,Richard Dawkins,,, -8116470e-80b9-417a-8764-74356f1af49c,Richard Dawkins,,, -778bb093-35ef-4de3-a664-4364fc32711d,Richard Dawkins,,, -f7b2711a-8a9e-4488-be12-e36915691b2a,Neil deGrasse Tyson,,, -8ed52dee-1289-4bdf-81e1-6baafde80c58,Neil deGrasse Tyson,,, -78fd0b60-b41d-4274-b355-611e9186d757,Neil deGrasse Tyson,,, -b3957905-e2c4-441b-b61b-9d6261e0ad70,Neil deGrasse Tyson,,, -3d916947-35c8-4ee7-b64b-15abe44ec1bc,Neil deGrasse Tyson,,, -e3059533-cac1-4628-b2d9-bf1654bc6c24,Don Norman,,, -19ab775f-73be-4afa-ac65-b746d25c9e35,Don Norman,,, -42318d68-9e91-4173-8289-57a881b0a632,Don Norman,,, -67ee99f0-36e4-41c2-bb5c-bb6d20e4abf9,Don Norman,,, -e7638a7e-bfad-458a-8fab-f6ad99c74e36,Don Norman,,, -ae5c2abc-1ffc-44e8-b3b4-153e95bd5765,Don Norman,,, -76d901cb-f44e-44a7-b8cb-70413b5bee6a,Don Norman,,, -de787e4e-c081-4186-b660-a34cbed5066c,Jakob Nielsen,,, -fe578625-af5a-47d6-add6-875b55687236,Jakob Nielsen,,, -1ea5be85-7682-490e-b13c-5eba66063415,Jakob Nielsen,,, -7b9febed-1ffe-4220-bf19-7e46b9e0a42a,Jakob Nielsen,,, -266cc652-8d58-4537-96ec-bfba4dfffe2d,Jakob Nielsen,,, -c69f3d1f-cf1b-4f79-86f8-2aded473cbb3,Jakob Nielsen,,, -0b27558a-b395-49a7-bbec-9bfa8d5ad57f,Jakob Nielsen,,, -9bc299af-c87c-4e9f-8e93-2e403a615c9f,Steve Krug,,, -dd68ddca-b26e-4b67-8e37-673ea242a36a,Steve Krug,,, -010afc9e-131e-44b0-b400-10feff11e4c5,Steve Krug,,, -138e87bc-b805-45f2-899f-012eaa341fc7,Steve Krug,,, -965fc720-98d6-46c9-8632-ba15516d2d04,Alan Cooper,,, -4baf7236-e818-46e1-a34f-95c92dc1fcf3,Alan Cooper,,, -45d959b7-430f-47fe-84fa-92db16aed1a0,Alan Cooper,,, -d4f96c00-7b39-4caf-8338-1beb29769a5f,Alan Cooper,,, -5e29a501-35c2-416e-b3dc-d2c74d84824b,Alan Cooper,,, -e9fdf7e2-37ac-45bc-a726-9f9ce74d63d0,Alan Cooper,,, -ba03f1fb-1c1c-496a-842a-dcbb9748e678,Alan Cooper,,, -099ca355-1c7d-496e-b96a-e75b5698480b,Alan Cooper,,, -5be43934-2cd5-4bd0-beed-1769895d05b2,Alan Cooper,,, -723fefd6-3cf1-4d31-9493-2e2e30927726,Alan Cooper,,, -e497592a-5b6b-4993-a1a0-d8c89104d584,Alan Cooper,,, -a6823bb8-a40d-4ba3-a9ed-9bb488039d0d,Alan Cooper,,, -41466427-1c31-4f50-bb82-527fd845bc81,Alan Cooper,,, -99caed64-2985-4bbd-94f7-f0b043fd7c4e,Alan Cooper,,, -3b8132bd-0a64-4062-a5e3-96ad882060b3,Alan Cooper,,, -33293c20-fb26-4dc0-8fdd-09d0eaeb7f4f,Alan Cooper,,, -6e2810af-cb67-4ac5-a6a0-83a77d8208b6,Alan Cooper,,, -a9ed6552-4739-4743-b879-90e6ac228b87,Alan Cooper,,, -f15d8d92-62e5-41d9-ad88-c6e7630c644e,Alan Cooper,,, -5a6540d6-03a7-4a0d-bfe9-d027f19df01d,Alan Cooper,,, -76c85c6e-47e4-4892-b7af-5fbb79efc05c,Alan Cooper,,, -792f4752-61ed-409f-90ba-3ed9833d148e,Alan Cooper,,, -19dc2ed4-42fb-4cc9-be31-b76ee616640d,Alan Cooper,,, -ce1a6317-f7d7-4e9a-95b7-2b8a3f11973f,Alan Cooper,,, -64a1cf59-cf50-4573-a7d6-d105a8144bb5,Alan Cooper,,, -f5722a80-d97e-4236-a245-fc043dee226c,Alan Cooper,,, -4d91126c-9ea6-4f6d-b214-cd196c0c2533,Alan Cooper,,, -4190f1ce-1e2d-4281-9039-c962ee1dcd71,Alan Cooper,,, -9300da4b-9cd4-4c14-a177-b20bcfb80b1c,Alan Cooper,,, -ebe0a80f-4411-4e4b-82d0-988669c70c58,Alan Cooper,,, -ba85097e-a924-41d9-803b-00fe9497110e,Alan Cooper,,, -80da150d-c2d2-46a6-a806-2227c47f4179,Alan Cooper,,, -27c7ec75-7c9b-47f0-b42d-02b7b870350d,Alan Cooper,,, -28e99df1-3edb-4543-8984-bcac47114401,Alan Cooper,,, -9b047307-3016-42d3-aea1-baddebb13f4b,Alan Cooper,,, -52b91e23-ec65-4f98-ad88-96e5bd2eac0e,Alan Cooper,,, -18edbfda-e309-4b6b-929c-8bfbbed4c968,Alan Cooper,,, -e7cc7d53-1038-473a-962a-0eb8119d6798,Alan Cooper,,, -9ecc4412-ba99-462b-9ebd-6bf165967ba7,Alan Cooper,,, -7a22e732-95e9-4394-9c5e-c0dd7afe57fc,Alan Cooper,,, -2c5173d2-52e4-4629-b63e-012e427b23c8,Alan Cooper,,, -68a9fbeb-5294-4318-ba5d-aa31c2ab4c6b,Alan Cooper,,, -8e33a81e-4db9-4869-b0de-58c19172c608,Alan Cooper,,, -2c21f8cc-e335-4d68-8939-bcfd76fd7462,Alan Cooper,,, -1d05c4b8-2f27-410c-8b5b-16f7a12e1228,Alan Cooper,,, -a4a7ba2d-3eaf-4d41-903e-970a42999b98,Alan Cooper,,, -125c9f4d-e2d5-4f79-9c70-4389a62295f2,Alan Cooper,,, -28008405-7470-499e-a197-27970786df85,Alan Cooper,,, -03f7b24b-0198-43cd-b25a-6f52d25b1ccd,Alan Cooper,,, -2f8e4b3d-bf00-4b39-812f-33a4cbd6ef91,Alan Cooper,,, -752364bf-ec89-48a7-9fa9-86e2b137b57f,Alan Cooper,,, -df7b78f6-18fc-41df-b1ef-8084d798a55d,Alan Cooper,,, -3c4f7f9f-6611-417c-80a4-3003083f29b4,Alan Cooper,,, -846a37ff-e6b2-4a1e-a965-95f88b9ca9fc,Alan Cooper,,, -19417324-f750-4bdd-922f-bea73c3195dc,Alan Cooper,,, -21ffd1ac-7d2a-4e95-90dc-cb8f62ad954c,Alan Cooper,,, -5d6b4812-8058-4239-a382-454be76903d9,Alan Cooper,,, -e72bd2fb-d562-4839-ab73-b925cf312fd7,Alan Cooper,,, -c861c851-3db1-47bb-819f-9b625d3a71c9,Alan Cooper,,, -db25b569-0023-4ece-bc6c-6bb74280cdde,Alan Cooper,,, -aa4138a1-4a5a-4c0e-b674-52aa0570022a,Alan Cooper,,, -0fcb7a80-5a35-4dc9-8705-7da6fa34374a,Alan Cooper,,, -8573a84f-3cc2-4b24-b15d-e5d61ccd77ee,Alan Cooper,,, -3632ab53-022f-4ad1-bed1-97133635346c,Alan Cooper,,, -f18d4e08-6a03-4578-b982-033554491888,Alan Cooper,,, -77f7cb03-c2b6-4d06-90cb-0da000fe64b9,Alan Cooper,,, -daea16fc-1356-483b-b642-fdc034fc76d0,Alan Cooper,,, -70cca86f-3442-4000-ac08-57033bf66057,Alan Cooper,,, -21d20fab-7bb8-425f-a797-174beb214bd0,Donald Trump,,, -eddd2cb5-6d58-48c9-9c8f-70cf73f78c05,Donald Trump,,, -3ec8be42-6b34-43c6-93cb-31c7b029c188,Donald Trump,,, -2dba7917-73b6-4175-8a67-7e998a9960b4,Donald Trump,,, -db708ab9-df24-4a09-a4e7-33e67f83779c,Donald Trump,,, -c33d0ae4-87c6-47be-85b9-e73ae46a7b91,Donald Trump,,, -1dd21bdb-4dc5-4113-a93b-3169835fed43,Donald Trump,,, -d2e07454-9007-4aa6-ba01-b59a9aedf004,Donald Trump,,, -e83dbe76-8c1f-4c9f-8e1f-7cc2d90e572b,Donald Trump,,, -7699c147-06f4-4241-a19f-3f6fe7919513,Donald Trump,,, -a9cd4ccf-c223-42ff-baed-5f932c8adf49,Donald Trump,,, -a4fcb8c6-08bf-4f79-bd8d-217ba6874936,Donald Trump,,, -c026bd86-5b12-4e3e-96c1-c5a976699504,Donald Trump,,, -5c80c7c5-7632-4d71-bf6d-a91e38213bef,Donald Trump,,, -83ce3be1-5800-49e8-b320-1e547ca1c108,Donald Trump,,, -0c80fc9f-12dc-46d5-a2e9-0b7444c02e95,Donald Trump,,, -b016f0f2-1525-4a43-9a9c-e655bdf7af46,Donald Trump,,, -a5c14e2a-d80c-4435-9081-66aa23af7a9c,Donald Trump,,, -4f0a8e06-7091-4475-9e99-aef382b2cc30,Donald Trump,,, -3e93220d-15d1-4210-96bf-837d8c19fbea,Donald Trump,,, -23c7caeb-337f-4c95-ba64-7619812d9db9,Donald Trump,,, -c7814259-e20e-4098-80b7-ecfc291351ed,Donald Trump,,, -ffddcc24-d4b2-4015-b176-05e43ea5ba3e,Donald Trump,,, -7e872ee0-a3cd-41fa-bbc0-c094b841c565,Donald Trump,,, -a601a664-b92f-4710-9970-d950c988e955,Donald Trump,,, -304b77c6-d68e-403d-8234-875baa9cefa8,Donald Trump,,, -5cd108ab-f357-41e0-ad3f-66595bb8dccb,Donald Trump,,, -f7807b8f-f9a1-4673-b5fc-86e976bcf8be,Donald Trump,,, -33845ac1-6bfd-4632-87b7-d5ba4ecc07b2,Donald Trump,,, -41290307-4346-4647-a07c-c55eb0ab79f6,Donald Trump,,, -d4e34230-e631-4ca7-9ec8-49dd09349068,Donald Trump,,, -959ea5a1-bc6d-4794-88a9-8c17f2bca451,Donald Trump,,, -e81dce48-c17d-4619-ad19-5dbff0cbabe2,Donald Trump,,, -1395f871-1636-465e-9873-ec50fe050049,Donald Trump,,, -392fff01-823e-4c86-bd9c-e2a2c21abd55,Donald Trump,,, -993b5815-3292-4d96-a0e3-6d4af52d31d9,Donald Trump,,, -d2d13f46-26ab-4d73-8216-082eb4bd8348,Donald Trump,,, -62246a90-73ec-4474-b425-f6f56af74848,Donald Trump,,, -56736f6b-3b25-46ad-bdb9-1d731f343326,Donald Trump,,, -97253b42-f299-45c6-b7f7-92faaf9d5b4e,Donald Trump,,, -15134e9f-46a0-4fd4-a50e-afd9a76721c6,Donald Trump,,, -8986cd98-fc26-416b-b677-1f77ce01e0f0,Donald Trump,,, -1972998d-9811-4aaa-b0b9-f6bf898dba7a,Donald Trump,,, -306c8c09-aaff-465d-9f2f-4c5ab41c7165,Donald Trump,,, -d5afc13b-4bf5-403c-b041-61770e30f40c,Donald Trump,,, -6dbcbdbd-8ec0-471c-b1b4-1fedab3418aa,Donald Trump,,, -539afde9-a407-48c8-b1ad-92bba4507742,Barack Obama,,, -ffdf05b9-902d-4712-8639-c10f5b4e3ee2,Barack Obama,,, -421e9b0b-3087-4acc-b751-49bbff99e245,Barack Obama,,, -452867db-0e2c-46de-9fb0-7bdde831ebad,Barack Obama,,, -92823162-34c7-40cc-b75d-3b9c8d607aa3,Barack Obama,,, -08bc6a15-9986-4989-93c9-92b2338db979,Barack Obama,,, -7e86a853-08d3-4e07-ac4f-3ec34f084870,Barack Obama,,, -e6cf5df7-ad3b-4a3f-b38c-228574ed0a49,Barack Obama,,, -cf964463-8b6e-4215-a07a-4d62229dbc55,Barack Obama,,, -5eec8929-68a9-4315-bfaf-7626886f1ea3,Barack Obama,,, -035dfefb-24d7-4b30-b61d-1717625bbb28,Barack Obama,,, -bbdf8196-406e-4019-80ed-5f9fa580e9c8,Barack Obama,,, -693f3875-f588-4c3a-8024-5096509e750b,Barack Obama,,, -d7db197f-5890-4e25-9e56-80c16483cbb0,Barack Obama,,, -723fefd6-3cf1-4d31-9493-2e2e30927726,Barack Obama,,, -2dba7917-73b6-4175-8a67-7e998a9960b4,Barack Obama,,, -a1dae359-d976-4a4c-a7e6-9d4bbd79abf9,Barack Obama,,, -d59f1898-ae18-440e-b639-588e054c0132,Barack Obama,,, -74af9e3e-a1c5-43d4-9fb3-2273be3189ab,Barack Obama,,, -a227cfee-86a3-4325-860f-a298881d7593,Barack Obama,,, -8af10dc2-c75d-4577-a8af-fa22fb57f931,Barack Obama,,, -11ecd07f-9f33-4a17-bb89-71f257f8d3e1,Barack Obama,,, -d3ff49e1-3b1e-4171-88b6-f723d7f813f0,Barack Obama,,, -40eea82b-cb21-4266-a3f3-3a7fd9d5771b,Barack Obama,,, -654c849f-c8c5-4e8a-815f-248188038c80,Barack Obama,,, -79cd9a9b-77e0-4d27-bd8f-ef5a6f655d61,Barack Obama,,, -676c14f3-c47f-47df-862b-aa91985782af,Barack Obama,,, -dce9178f-30ff-43cb-93e3-29fc80c3a886,Barack Obama,,, -77acce13-cffd-4907-81f7-f34895e21c12,Barack Obama,,, -b3f00f29-efbe-44ff-bbea-2b76917a230e,Barack Obama,,, -f63b8176-d39b-407b-abac-d5608c34a4ac,Barack Obama,,, -dba46f39-1bfc-469f-9698-5ce948bcbadc,Barack Obama,,, -083c62fe-32a0-497e-8ca0-5ad3fdcc9723,Barack Obama,,, -213e34b4-f1ca-4901-bf20-d88b811ceccb,Barack Obama,,, -49d36a1e-5fd0-4af1-90f2-a64fb8253f74,Barack Obama,,, -be168e8c-d806-40a1-9716-35d313829d81,Barack Obama,,, -da4f1544-d5b2-4289-9cae-6997efe1fa68,Barack Obama,,, -245806ca-90f8-41d3-9fd5-ea72d3b4d19c,Barack Obama,,, -f920ac54-3ae2-4929-9220-a1a740932889,Barack Obama,,, -738abdf2-63b4-4998-ad9e-a70b649118b2,Barack Obama,,, -75dc2e5e-c3e7-45bc-ac09-6752c1cc11d2,Barack Obama,,, -2b2c6b65-a318-46da-9a21-fc12d462833a,Barack Obama,,, -039a746b-fa9c-42e3-83fe-d2054c20008b,Barack Obama,,, -d372c3fa-026d-4047-a612-f8d9800c6953,Barack Obama,,, -57518237-f36a-47c9-a5d3-70ff753827f9,Barack Obama,,, -d3ebfae0-306b-4778-8de6-72a7584c4623,Barack Obama,,, -7c87105c-9935-4b39-b38c-8d2373baa07f,Barack Obama,,, -6da9b5ab-2a24-4de0-b2c9-7e57c7414345,Barack Obama,,, -62bb7be0-458d-46a5-a185-76a8a472bbb0,Barack Obama,,, -60ecd59d-29be-4379-8ec2-70942f6730ee,Barack Obama,,, -f943dc5e-68b6-4597-a5a6-92560c277ed7,Barack Obama,,, -e7123a73-a8ae-4ff6-b4ce-ae8ce9299286,Barack Obama,,, -143ae9a9-efae-4c8b-bf6b-894522621a6e,Barack Obama,,, -9b047307-3016-42d3-aea1-baddebb13f4b,Barack Obama,,, -d5808b1a-e917-407b-b0c6-a7f90bad8787,Barack Obama,,, -0c50b1ca-96b7-4298-a3b4-29b2783002df,Barack Obama,,, -d93a624b-bfd7-4bf6-8f92-0f37222abc83,Barack Obama,,, -28361f6b-55c5-4e1f-a905-a5b8c299164b,Barack Obama,,, -1626e197-8afe-4e6c-851d-f0d7ac007acb,Barack Obama,,, -d2491d0a-8887-4eee-b491-6a0e5a3c7d7f,Barack Obama,,, -ef207b0e-0db9-4496-a666-c61942952083,Barack Obama,,, -57ac7ca8-9313-4840-8fde-e1a78c899646,Barack Obama,,, -3f67bb9f-920e-4afb-b6e8-84f8a398b9f1,Barack Obama,,, -cfa6f3d7-1632-404a-9b1a-080e31e5944a,Barack Obama,,, -cd78f039-bd48-4242-b845-c62bd4335e0f,Barack Obama,,, -32520f5d-20c0-4333-8fb2-113672021c3e,Barack Obama,,, -ec1e3999-09d5-4c49-82e4-ef8690dfd2ac,Barack Obama,,, -55ffe2e6-0701-4086-9a65-5ef54840732a,Barack Obama,,, -ae1f73a9-5139-44c7-ad33-571d9027688e,Barack Obama,,, -b7dface4-e23f-4e0e-b241-53f59878b410,Barack Obama,,, -3edd0815-cc35-4804-88ab-6004373fa787,Barack Obama,,, -9493905b-f2f8-4810-b175-86cad6790212,Barack Obama,,, -8c6f9a29-bcda-4f2b-9937-635ca9315f41,Barack Obama,,, -fe98d68c-72b3-4076-8c0b-8ee9c684381b,Barack Obama,,, -a78a3e07-1fa6-4675-b2d4-3e85071c3fd5,Barack Obama,,, -9fb67bc5-a2b8-4c34-a014-0bb4cf2a594b,Barack Obama,,, -908e4868-3b8a-46af-afdc-10f85f5341ed,Barack Obama,,, -e62e4403-c128-48d1-a4ae-a84e206179f1,Barack Obama,,, -0e3c6002-ba3d-4449-8058-ca94af02f3d1,Barack Obama,,, -2d6913bd-abe0-46c8-9c11-2184bd1468c1,Barack Obama,,, -5572577d-a6b6-4a99-9d08-c8ae251b2023,Barack Obama,,, -a1ad68d2-bb89-452a-97cc-d4f6fcb1b8c3,Barack Obama,,, -ab09790e-c1db-46c4-af37-bb9db80ce1db,Barack Obama,,, -0f93bf8f-bd50-4af1-baea-a93f53793794,Barack Obama,,, -52f6212b-9bc5-4512-a170-7264fe8e9a8e,Barack Obama,,, -3a3fc3f8-c8d6-4b51-b577-25dbc3cdf89a,Barack Obama,,, -886e49b2-d701-4d33-b29f-fc5459ba0d73,Barack Obama,,, -7a4860bd-3f29-4805-9cc7-f70d4447bbb7,Barack Obama,,, -0c67cc23-c034-4acf-a786-8828ba3c521e,Barack Obama,,, -e9395f84-6143-43ac-9d9d-ba736c9d34ce,Barack Obama,,, -28f779ce-c367-4bee-bfd0-b318639637d6,Barack Obama,,, -49c35a34-481e-4dfb-a0db-ad2a7fea8251,Barack Obama,,, -6b6ff843-bd4e-41dc-84e4-6fcdea45dc7f,Barack Obama,,, -6acdc522-3809-4177-a656-1186d7d006f7,Barack Obama,,, -74bf36fe-f371-4146-a6d7-98dc3ec8cd44,Barack Obama,,, -2935d2c5-838d-4ec0-81b0-b5ccefab1cf2,Barack Obama,,, -588ede5e-4e5c-4733-9826-999702f6d7e2,Barack Obama,,, -fd1ac464-5b1d-470b-9d15-fe0cd5318476,Barack Obama,,, -846765f8-9437-4589-a49c-2f0aa26fe176,Hillary Clinton,,, -6f8d45a4-6df9-4096-b47f-c53c27bd8fbc,Hillary Clinton,,, -b8f46a75-9dcb-41e2-a95a-88e284f5babe,Hillary Clinton,,, -8e3bd3a6-753f-494c-8818-7598202b07be,Hillary Clinton,,, -dcf1f7ef-a27b-4857-b631-79a495a63cc0,Hillary Clinton,,, -9735e395-c392-4677-aac0-40f562e9fcdf,Hillary Clinton,,, -3c30b2df-1b4a-4656-ab16-a99fa03a90da,Hillary Clinton,,, -7046f2a5-12df-40a9-a5c2-26487eaf8145,Hillary Clinton,,, -cd59580b-dce3-4009-a54c-780350369f4e,Hillary Clinton,,, -6b55b55c-73bb-4250-9442-30c383ef1618,Hillary Clinton,,, -3a8ee06c-5773-4d9e-b7f1-b6836805cd08,Hillary Clinton,,, -df5d68f8-0512-49c8-a37c-e26f41b0ed11,Hillary Clinton,,, -f7b2711a-8a9e-4488-be12-e36915691b2a,Angela Merkel,,, -846765f8-9437-4589-a49c-2f0aa26fe176,Angela Merkel,,, -fcbd419f-0124-44b4-9d92-9b62df91fc94,Angela Merkel,,, -161459ed-09bf-435e-8c59-52de3d57aed6,Angela Merkel,,, -9a79ebc1-12a6-4bd2-8223-ee53c2042302,Angela Merkel,,, -a131a89e-6fc0-4ac1-8a4b-020d9aba5135,Vladamir Putin,,, -8b029845-2ebe-453f-bf8a-bd5598670701,Vladamir Putin,,, -846765f8-9437-4589-a49c-2f0aa26fe176,Vladamir Putin,,, -672063ea-b1ab-4491-b3af-1392ef33ff56,Vladamir Putin,,, -b368e4d4-ec96-4ed0-99ea-68764b2663f8,Vladamir Putin,,, -3a9a3e5a-0b14-4cc6-ab60-e40eb559e0ba,Vladamir Putin,,, -71c6247e-c630-4dd4-99b7-add3109d1f15,Vladamir Putin,,, -388edf95-5b49-4b5e-ac06-c113387934f6,Vladamir Putin,,, -aa2291b1-8c1e-404f-a013-dd77abd7d660,Vladamir Putin,,, -eff01792-1ba2-4dbe-b1fd-c11524bde4ee,George Bush,,, -0ff3482a-3d93-4af4-abaa-0a2078322e23,George Bush,,, -8a93b4a5-79e2-4d2c-bf3b-66c92aa8deca,George Bush,,, -c43ec0e5-afc5-4aa4-9139-03c93513b160,George Bush,,, -593c6779-65e2-4ee1-993f-2aebe4c990c5,George Bush,,, -3eb3e578-c0d8-40e2-8cc5-ab49caee914a,George Bush,,, -b6730143-5e31-46fe-8cfc-1a14f802c942,George Bush,,, -e2575fce-67a7-423e-9151-cd943413a406,George Bush,,, -ec023c23-7fa1-4ad1-8a0c-3bd64303fd2e,George Bush,,, -5bfd34f6-e429-40b5-a985-391eeba830dc,George Bush,,, -ba344c04-1056-4563-b927-282e7bbc6ddd,Tony Blair,,, -6064285c-cd60-4e00-aee4-9b5af62ddd94,Tony Blair,,, -3f1096a2-8a3a-4416-a381-77249537c501,Tony Blair,,, -32b313ab-6bc4-4bf2-81e3-be756436c6ab,Tony Blair,,, -e6a4ad6f-d1f9-4657-b8c8-492521084574,Tony Blair,,, -5dcdf1ed-dc39-4ab8-a5c7-6ffb9fea1996,Tony Blair,,, -fe98d68c-72b3-4076-8c0b-8ee9c684381b,Tony Blair,,, -d08e4f4d-bf42-487d-aa43-2f335f436efc,Tony Blair,,, -56fb9351-2a3c-4e95-a22c-42fd9efee6dc,Bill Clinton,,, -1f48e55e-bd12-4eb9-9d26-ce2053785614,Bill Clinton,,, -ffe69c7f-8972-4b23-b6ad-4e019cd654bd,Bill Clinton,,, -6c26c567-06a9-4efd-aa4c-78f14b8ad208,Bill Clinton,,, -a28eab61-efaa-49e3-907c-a68f8299824e,Bill Clinton,,, -8b500c44-67e8-4cec-953f-23a16fca9d6b,Bill Clinton,,, -0ad861ad-3693-4121-b9ad-503573cc4d99,Bill Clinton,,, -5f7c6b89-daeb-4450-8dd3-67943a7d357e,Bill Clinton,,, -49d36a1e-5fd0-4af1-90f2-a64fb8253f74,Bill Clinton,,, -f3e98ddc-5cab-4fca-abdd-8b12618e5b4c,Bill Clinton,,, -f920ac54-3ae2-4929-9220-a1a740932889,Bill Clinton,,, -801a1bb3-0458-4e63-8630-531db2247055,Bill Clinton,,, -4a19b1e3-5249-440c-a83d-bf698c26c344,Bill Clinton,,, -0b90c177-d914-4212-a7f3-2bc9a535d4b8,Bill Clinton,,, -87342714-fdcd-45ee-afa4-e713707e6a98,Bill Clinton,,, -ec1e3999-09d5-4c49-82e4-ef8690dfd2ac,Bill Clinton,,, -48022a03-4da8-472f-a9eb-a50d2d619de8,Bill Clinton,,, -6e1b501d-7b5b-49c9-a5b9-b9fa42e19e79,Bill Clinton,,, -bb7e8c70-a44f-419e-816f-010119aa1d61,Bill Clinton,,, -3c880c9e-fde1-439b-97dd-0976f5b926a6,Bill Clinton,,, -0914c530-d1fe-43e4-9308-452e761911dd,Tyler Cowen,,, -2f141fcb-3efc-4fff-9133-91688a714d51,Tyler Cowen,,, -86c577b0-cc1e-43d1-909b-c31f9c13a6ca,Tyler Cowen,,, -d8de79c1-3fcf-44e9-b75a-e7fb4554be3c,Tyler Cowen,,, -339334c1-be89-45ee-848b-2cc701fc9396,Tyler Cowen,,, -c9009610-09af-44f3-ab18-e109ca810b46,Tyler Cowen,,, -ff71e9f0-1c01-475a-97f4-34288148692d,Tyler Cowen,,, -6306d0a5-255f-4fb0-9448-98f5352384f4,Tyler Cowen,,, -edbdbb43-beca-4a02-a825-5cb6db74c869,Tyler Cowen,,, -c3697e75-bd75-41d4-a9f2-b7c374b9eecc,Tyler Cowen,,, -3eecd8b3-4e5b-4ad1-aac2-a5efe0eabf41,Tyler Cowen,,, -bd556357-fc19-43bf-8b54-d76a8dff5143,Tyler Cowen,,, -52e0563e-87f3-4b15-b747-6f4c1b7629f7,Tyler Cowen,,, -c0008636-e8fa-4e96-a58d-03f73d8d5225,Tyler Cowen,,, -4ca674fe-a1e9-4429-a4ba-9f5cfcf03390,Tyler Cowen,,, -998c3f40-8ca8-4afa-bff5-41aa79578346,Tyler Cowen,,, -ecf59b80-0c91-41c5-a244-c23803c48636,Tyler Cowen,,, -1dbcd283-bc0a-4b7e-9a14-da4cd3e864ec,Tyler Cowen,,, -74bac24e-45ba-40e2-9327-70c8b6d910fa,Tyler Cowen,,, -53a5d2c6-c762-4d55-8616-09991bc6f884,Tyler Cowen,,, -a78cd2fa-fa19-496d-bc7a-34e3dc546460,Tyler Cowen,,, -3025f9bf-5625-42b3-a4d5-e753a0bfeff0,Tyler Cowen,,, -f379f305-b118-4577-b66f-a301a9bd8db2,Tyler Cowen,,, -46f28977-aa3a-4e1d-861a-fb63734f0852,Tyler Cowen,,, -fbadb81f-3617-4ec1-beb8-7d19381b8b30,Tyler Cowen,,, -b297b7aa-2adf-4a80-a6c0-ced070c7e5ce,Tyler Cowen,,, -da7b4fdb-8667-4c3c-81cf-3c7a9c2c5b05,Tyler Cowen,,, -74af9e3e-a1c5-43d4-9fb3-2273be3189ab,Tyler Cowen,,, -bac29e1a-0a13-4ef4-8d44-a296ef838541,Tyler Cowen,,, -0b610f5c-ee44-44a0-9ae8-7a78f2bd59c0,Tyler Cowen,,, -ce8034c8-2c4c-4310-93ea-f37314392059,Tyler Cowen,,, -fcbd419f-0124-44b4-9d92-9b62df91fc94,Tyler Cowen,,, -419777b6-a97a-4aa2-b96f-fb14d823f59e,Tyler Cowen,,, -5ed694e9-c7ec-4c87-bb21-440879a71c0f,Tyler Cowen,,, -d274bddf-ab4e-42d7-acfc-38d5f743609a,Tyler Cowen,,, -a0b832e4-dccc-408a-af76-56830bfde65f,Tyler Cowen,,, -253568d7-5952-4340-9b49-5e398da65012,Tyler Cowen,,, -e77a9ddd-b8f1-45e3-ab9e-e03757dde394,Tyler Cowen,,, -e06400b1-2273-48d8-8f72-b95bcde9fb06,Tyler Cowen,,, -5d88c3b1-8e66-407a-a25c-baf7e1e240e4,Tyler Cowen,,, -53008798-d4d5-4721-8d29-b054046c4083,Tyler Cowen,,, -3ba0c7b7-7edb-43cb-b8c9-d8e8458f0c54,Tyler Cowen,,, -caff54c2-2ba4-4895-bf39-08517b315d28,Tyler Cowen,,, -2ec04bc0-73de-4a3d-ab0a-1fae81b53b5f,Tyler Cowen,,, -bbd4b69c-5dc9-483b-8e6b-ec416120a747,Tyler Cowen,,, -4120e21a-4a55-465a-8e97-5f22344dd3ff,Tyler Cowen,,, -ea9a6f31-eb67-4d49-95ca-505bfb2941dd,Tyler Cowen,,, -4f37fa73-8bf6-46cd-853a-e82705f79f97,Tyler Cowen,,, -06a166e9-a2db-46e4-891e-46236622f63a,Tyler Cowen,,, -f8fb187f-2676-4f2e-9415-1c3ed0de863c,Tyler Cowen,,, -3317871b-01e9-4f40-94a8-ea50224c389e,Tyler Cowen,,, -d17a45a9-d4b7-4522-9932-d893f573b2a0,Tyler Cowen,,, -660a163a-de22-418a-a68e-4edd0170f4a8,Tyler Cowen,,, -a2d3bc22-dec1-4b73-b5ca-bcc35032c5c1,Tyler Cowen,,, -e9092a72-3ba0-4b36-a61b-951d41e80c4c,Tyler Cowen,,, -f0e45385-9e4b-440a-90c5-50ead36859e9,Tyler Cowen,,, -c55136a8-3efc-4519-92bf-87f6de2b3dcc,Tyler Cowen,,, -ce1a6317-f7d7-4e9a-95b7-2b8a3f11973f,Tyler Cowen,,, -b2e6c4a7-43ba-4212-94a9-31c68532956d,Tyler Cowen,,, -e694b895-06ea-4181-9eda-c118fb3826f9,Tyler Cowen,,, -46f309c6-dfbe-409b-b2f7-b4fe9453bedb,Tyler Cowen,,, -721751d6-8fd1-44e9-8aea-769e7fd1a4bb,Tyler Cowen,,, -6e0bf2ea-6251-49cb-9720-27fc8dc6fe26,Tyler Cowen,,, -5a2ce712-92d8-47e8-8d33-4a56203462ae,Tyler Cowen,,, -09e97c4b-55aa-45c1-a80a-fff767e72229,Tyler Cowen,,, -a87077bb-2480-4576-aba5-3e692ec4797e,Tyler Cowen,,, -96a63654-4b98-4ebb-a3bd-eff22ae3f39d,Tyler Cowen,,, -9bfe0e71-16fb-4a66-b32a-36c2031ad890,Tyler Cowen,,, -d048a55e-4c41-4b69-83f5-5a4533dda4ca,Tyler Cowen,,, -56cd6621-69fa-45b5-bac5-1ad6233a92b7,Tyler Cowen,,, -544e5bbb-890f-4108-a874-b57110abf7a5,Tyler Cowen,,, -df7481fd-fd7d-4b34-8f8a-9be7f8d04c75,Tyler Cowen,,, -93628ae0-fa9b-4b54-89fe-ddb8ff956df2,Tyler Cowen,,, -4f7aa87c-1d55-4adf-90d9-5d7aba5a031b,Tyler Cowen,,, -259eab04-9b7f-4d7a-8f44-03820706a99c,Tyler Cowen,,, -950d5dfe-9337-4b47-9181-99d9dab42a8b,Tyler Cowen,,, -91b8d46e-6b7f-4e30-a205-3c48e373cb34,Tyler Cowen,,, -e4b190bd-c0b0-4d14-8698-fb736331c78e,Tyler Cowen,,, -d2306af7-7cea-498d-af1e-613dfd2c2f2b,Tyler Cowen,,, -f9f5d6aa-0e5d-451a-b69a-95ebe942f4b1,Tyler Cowen,,, -021683df-68f4-43cc-847a-00182277368c,Tyler Cowen,,, -8f3d4503-81b3-4eb2-b6b4-b263070b62a2,Tyler Cowen,,, -32c7a9ae-3593-4abd-ae4c-dd6f2cd07bde,Tyler Cowen,,, -3d9f0404-1825-411f-a5df-8f0a29b72a74,Tyler Cowen,,, -9dac7a69-0103-4a03-94ca-f69fdfb36f80,Tyler Cowen,,, -1d705f83-2fa3-486c-84b6-fe0cbd3f7660,Tyler Cowen,,, -dc2ec7db-57fb-4867-9700-0e4456ebbb64,Tyler Cowen,,, -e3f6b8cf-599c-46d2-b58d-4b6fa4e784f2,Tyler Cowen,,, -84f698be-e6e9-4dd8-9f9a-e26725c54dd4,Tyler Cowen,,, -f3225322-355c-4f44-8e9d-06a120cb9e7d,Tyler Cowen,,, -e694bd87-88c8-4e07-b6a6-3eec2dc63827,Tyler Cowen,,, -c2e08fdf-2cf4-406c-a0cc-1a858252ad40,Tyler Cowen,,, -d7fb1ee3-adbd-44e6-9e1f-fccdebda2333,Tyler Cowen,,, -c0adc887-9539-4607-9988-560483022b1b,Tyler Cowen,,, -73ce7e16-5c61-4769-899f-43df9d3b7933,Tyler Cowen,,, -3e152b1e-4173-41b9-9057-3e81ff339fe8,Tyler Cowen,,, -b8cdbba9-67af-466d-b16f-fb2acd490df3,Tyler Cowen,,, -60f17f0e-c98d-4e41-a66a-3778254076fa,Tyler Cowen,,, -c44fb36d-3413-46bf-90c7-e1e297108b13,Tyler Cowen,,, -7c44d423-01dd-4941-bc03-895b36b358e9,Tyler Cowen,,, -6a1eb751-65a8-4b31-8627-8e056714ed3c,Tyler Cowen,,, -504b2c71-33f0-4709-993b-976d864bbb42,Tyler Cowen,,, -a68c3186-c41d-4ab4-8d92-4cf76e7d8513,Tyler Cowen,,, -1263f69d-c7e4-4a77-971f-b596f88032ae,Tyler Cowen,,, -f590cb5e-44b1-4cb5-b0ed-007ebdee53b9,Tyler Cowen,,, -ea835b3b-c4e6-41b6-acb8-d64f6e05d91d,Tyler Cowen,,, -7c6272fb-5ae8-4bbc-885e-8199d5c308fe,Tyler Cowen,,, -1496c209-c606-4dd2-8b56-0847a9925317,Tyler Cowen,,, -30cc8774-a76a-454a-b99e-e115fcc79d86,Tyler Cowen,,, -d90bef27-b630-408a-94a4-cd6d81b8de82,Tyler Cowen,,, -d244f26d-c414-4c95-9fe4-102474784e4d,Tyler Cowen,,, -18688a7c-6aa1-47c4-b003-cb4ebbaf57ee,Tyler Cowen,,, -6f50a1b8-8a4a-47cb-ac94-5499fccc644c,Tyler Cowen,,, -fcec82ef-7a34-4e84-9050-98d12dd55eb2,Tyler Cowen,,, -aa4138a1-4a5a-4c0e-b674-52aa0570022a,Tyler Cowen,,, -4c2dcdd4-8a5d-461b-b9fa-bca48137cf66,Tyler Cowen,,, -8abd2c5d-2575-48b0-b245-0091262ddc50,Tyler Cowen,,, -fe4d0bb5-eeb1-4e54-b8c4-292582eebe8d,Tyler Cowen,,, -b48110ba-61d6-48b1-86cc-fe9c7abcc390,Tyler Cowen,,, -570f2502-f19b-4354-971b-8c2ba1df6edf,Tyler Cowen,,, -5ef89508-d576-40a8-a7c2-ec68831993a4,Tyler Cowen,,, -02a22a8d-22cf-4f32-8778-c3163ba1365c,Tyler Cowen,,, -1d397031-667c-4c8c-9215-ee4310421290,Tyler Cowen,,, -47a43e7b-496a-4225-9885-bdf05c56316b,Tyler Cowen,,, -ab7ffc02-cd5a-4e85-b123-b6038bf8e3ae,Tyler Cowen,,, -10cd56a5-71c2-4ed1-941d-353852dccb0e,Tyler Cowen,,, -59b30043-bbec-4209-a8d0-5299b292d75a,Tyler Cowen,,, -d483e685-0149-4963-bf91-396e6a60b4e9,Tyler Cowen,,, -9259deb8-d6be-4651-8dbb-efecc7d5d9b6,Tyler Cowen,,, -5b0e2a19-ce3c-4204-b4b1-4ac1d270e8ac,Tyler Cowen,,, -3e5d5194-8772-414a-b524-10b98bdb7b1b,Tyler Cowen,,, -6a582e5c-6f59-4adc-9687-a822d0e48d71,Tyler Cowen,,, -0e116102-e3d3-421a-8893-935b9a96f337,Tyler Cowen,,, -9dfc7a78-8495-4ff3-b8a7-32c8bd6b67d2,Tyler Cowen,,, -9f5d144c-1606-468f-b630-f99f0b55faba,Tyler Cowen,,, -9e423ab5-af00-4028-93c6-e03c9c5572e1,Tyler Cowen,,, -58a300f4-75a4-41f8-9cef-0c7bfc6c3eef,Tyler Cowen,,, -8e461688-1ed5-4b99-af05-52c926248c5d,Tyler Cowen,,, -610dfc3d-14d6-4dbd-a326-808f5e59b920,Tyler Cowen,,, -45fe3ccf-f508-404e-b7b0-2a5d18de0ae7,Paul Krugman,,, -f7f301e4-3075-443a-9d56-51579a9453aa,Paul Krugman,,, -fd728dfe-c107-4c10-8523-0a41bdd40535,Paul Krugman,,, -18bd01d9-c811-4554-bfc8-8162b26dd71a,Paul Krugman,,, -80785b05-4b13-4fcf-b9e1-078b753a3b3f,Paul Krugman,,, -93353382-e149-4722-aa93-e2c5733ea406,Paul Krugman,,, -60805878-cfa3-482d-9ce4-dec6033e8d72,Paul Krugman,,, -90282213-f5f4-448b-8051-9ea4336c3b5c,Paul Krugman,,, -9351a020-a50e-4f0c-9469-603e4e0f7084,Paul Krugman,,, -837a4bb1-fc6f-4e7d-846d-e69a4924b2cc,Paul Krugman,,, -eeae0f9d-4ba9-4143-99db-28ebfe75c823,Paul Krugman,,, -de7faa43-7413-46c9-a8bc-71c28e15324f,Paul Krugman,,, -84da7fe5-7133-4eb0-a40d-5cafd7db122a,Ellen DeGeneres,,, -2204821c-f423-4bbf-b20a-16bf8420dc3f,Ellen DeGeneres,,, -92ab9bfc-acb4-4479-b643-aa9a4efa39e0,Ellen DeGeneres,,, -ff0377ab-d543-404d-93c5-c9332c5b8e8c,Ellen DeGeneres,,, -f5609575-d39d-482c-a2ec-3f6edf3ee3d2,Ellen DeGeneres,,, -4b174c10-d433-4119-86f8-89c6f0298743,Ellen DeGeneres,,, -3b6ab58d-2cc6-4823-a470-23c0fd0cda98,Ellen DeGeneres,,, -498f57b4-c520-47e4-8a4c-4b3888fc9740,Ellen DeGeneres,,, -34439a90-41f1-4b3d-946d-233c10a24e87,Ellen DeGeneres,,, -4170b2d3-4ad8-45b7-a208-ace3621c28ce,Oprah Winfrey,,, -7f542c1f-5d20-4567-8741-133538c2c277,Oprah Winfrey,,, -99a3b293-4fb0-44fd-a0c8-81c5b8a17c34,Oprah Winfrey,,, -e91cb6fb-dba4-4789-a186-1dd2d29e9fb2,Oprah Winfrey,,, -5244876a-fa73-40b8-8323-0c5295e35aea,Oprah Winfrey,,, -29b8fc81-7ba4-4b67-aef9-2eb9f715c9fa,Oprah Winfrey,,, -f920ac54-3ae2-4929-9220-a1a740932889,Oprah Winfrey,,, -36657e74-0ff0-4335-a918-55e628c36a5e,Oprah Winfrey,,, -e55fd6c3-42ea-4a53-ac66-bb1ba9f2a4b9,Oprah Winfrey,,, -71c6247e-c630-4dd4-99b7-add3109d1f15,Oprah Winfrey,,, -d372c3fa-026d-4047-a612-f8d9800c6953,Oprah Winfrey,,, -7c87105c-9935-4b39-b38c-8d2373baa07f,Oprah Winfrey,,, -b37f4d92-353c-425a-abbf-77080901ff6a,Oprah Winfrey,,, -0e976a91-354b-4113-96ff-52336db870d2,Oprah Winfrey,,, -47f94485-76be-4f61-9c16-3251c8802d28,Oprah Winfrey,,, -45b836ce-1e4a-4fdf-a865-42876b21f6bb,Oprah Winfrey,,, -5796be57-c6f9-417a-ac4a-8ceec032a64f,Oprah Winfrey,,, -583ec47f-3a18-404e-956f-d852b43df111,Oprah Winfrey,,, -38324947-0782-45a5-b176-46aafbd4b2e8,Oprah Winfrey,,, -808f4ab0-c1db-417e-9f8d-9b4bd356b641,Oprah Winfrey,,, -21dd37c2-9307-45f2-97f0-4f6590d741d0,Oprah Winfrey,,, -befa9d62-d5cc-4217-8d31-7fe23372b6d6,Oprah Winfrey,,, -af7c74b3-0b84-430b-a4b1-eec807a602f9,Oprah Winfrey,,, -17fd82fd-250a-4cfe-a774-5c80c5afe12f,Oprah Winfrey,,, -9aff6949-0edd-4f4a-ab07-36ecf613b06a,Oprah Winfrey,,, -57d05647-28da-46f4-b133-f4752aabcd53,Oprah Winfrey,,, -380175a9-7eaf-4bf3-96c8-491842c5a4e0,Oprah Winfrey,,, -d96a4f12-e712-49fb-9836-d63c9083f178,Oprah Winfrey,,, -b42e60ed-78d7-4736-bc73-825cccdf7dae,Oprah Winfrey,,, -03c40132-be4e-46e9-86bc-0d7580556754,Oprah Winfrey,,, -0309cbdd-656b-4b79-b3f7-77d0c921137b,Oprah Winfrey,,, -39b3c2b4-3f89-499e-a21c-de6cf0b86059,Oprah Winfrey,,, -cd4aa69a-4485-4d64-8bbf-eb73375f4c3e,Oprah Winfrey,,, -43d8d894-94c9-4065-87a4-7da7f72643df,Oprah Winfrey,,, -a26d6394-8826-4499-aa65-ac5d6e3ca553,Oprah Winfrey,,, -0ff4c272-af7f-4c6a-919a-112d7d638f83,Oprah Winfrey,,, -ae6fed7b-3415-4e1d-9c50-2536c2bc44b9,Oprah Winfrey,,, -c2e481ca-a05b-46f1-a27c-ec44ba3ad570,Oprah Winfrey,,, -0a4eaaa5-54d6-47d5-961a-962c0b589b91,Oprah Winfrey,,, -1353838d-684b-4c59-b22a-494f88645b8b,Oprah Winfrey,,, -113dacda-7e76-43c6-ae93-6afe72f039e2,Oprah Winfrey,,, -c96692ab-2627-4a15-b95c-ebcb13ed3bce,Oprah Winfrey,,, -5cc74321-c6ea-49c8-a92a-c6736ab2ead6,Oprah Winfrey,,, -00029f5e-b754-4f74-8c3f-5c7437ee0707,Oprah Winfrey,,, -da2e702d-9977-4074-a2af-266f8884281e,Oprah Winfrey,,, -911815b7-540f-4c61-b9e7-c07c86b04c27,Oprah Winfrey,,, -9460ea2c-8ce8-41e4-b384-df46500d1c2f,Oprah Winfrey,,, -a312487e-ff76-4a28-aef2-cf7c1a03f0d2,Oprah Winfrey,,, -6cac5c71-061f-4b39-8be4-7eb686a45f70,Oprah Winfrey,,, -6dfa18d9-53f1-4669-9ce5-806e83d2db2e,Oprah Winfrey,,, -b024849e-868f-41d1-a3a8-13f4599e4466,Oprah Winfrey,,, -70c2760f-bd35-4370-9f01-5cf4986252b5,Oprah Winfrey,,, -6350cc89-1ef5-4d8a-9ce0-2d75b22023ab,Oprah Winfrey,,, -715a8098-4426-4483-8d20-b4862a06be11,Oprah Winfrey,,, -f3e1e4e9-dcae-4585-b8a0-8e5cb0896ad2,Oprah Winfrey,,, -89b161b1-5c25-4faf-a19e-b844f68f473b,Oprah Winfrey,,, -405e68c6-7da6-4ed6-a9ac-4a41f11c3315,Oprah Winfrey,,, -e5a15e3a-55ec-41b8-b357-7648ff0a3c25,Oprah Winfrey,,, -b47b2a5d-f0af-492d-985a-5f45b46e599c,Oprah Winfrey,,, -7a3979d8-66cf-41fc-982c-6c7ce660f342,Oprah Winfrey,,, -6f38640f-777e-48bb-a935-8ed86718497e,Oprah Winfrey,,, -532f3f3a-8b11-4343-bbe3-e7b7a124f5f6,Oprah Winfrey,,, -4ef4e720-1d43-40ae-bde6-842b982dbf17,Oprah Winfrey,,, -d82c55b1-140e-496b-b140-2b0245a878c8,Oprah Winfrey,,, -0d53390f-6aae-4806-b8bc-c75d4f0017a2,Oprah Winfrey,,, -5c7cd55b-2867-4752-a465-9aa8a72314bd,Oprah Winfrey,,, -2d51d6a3-b5e8-42a9-bf3f-e2303651ef86,Oprah Winfrey,,, -8be5320f-5093-4ffc-9fa4-d37f3eb86353,Oprah Winfrey,,, -a081a514-f0a1-4355-8c62-3b381602c404,Oprah Winfrey,,, -a83df75e-9d16-479d-aa5d-bc2fabc331fc,Oprah Winfrey,,, -fcaecdc2-4a47-4512-8863-b555eb34d889,Oprah Winfrey,,, -c3dc01dd-6bcc-48d0-8554-2fca335d1056,Oprah Winfrey,,, -fd9f63ae-fd20-4c79-9fb8-4f3fc0662d15,Oprah Winfrey,,, -4522677c-4d42-41cc-b38a-7406f5a350a2,Oprah Winfrey,,, -1eb0d1db-9f23-4830-95ea-9072ab738d18,Oprah Winfrey,,, -240f1a5c-dfe7-403b-a147-f6bdd56d1213,Oprah Winfrey,,, -cac50b2b-5846-4e0f-8655-68b342d6c4c3,Oprah Winfrey,,, -0d3f404c-7c29-4c9a-b146-204c3e2e60ab,Oprah Winfrey,,, -7d16d2da-caf3-4fbe-9a8b-2691e9025999,Oprah Winfrey,,, -283520dc-dc80-4028-9c0c-b973d5deb31c,Oprah Winfrey,,, -1efb2915-1711-4309-ae54-00ee87de8bb6,Johnny Depp,,, -c670edff-5b38-400c-95ff-481ec5d55b47,Johnny Depp,,, -1b970737-3c9c-4070-b8ea-d276456fa61d,Johnny Depp,,, -c153ba44-48b6-45d1-9a70-064a506b1ab0,Johnny Depp,,, -96876d8a-2dc8-4411-920e-9a4e62f6ddc1,Johnny Depp,,, -98b3ffa3-1a5b-45f2-94c0-c614fbe8a65b,Johnny Depp,,, -e0a67e7c-c8f9-4290-a8e8-e31eb95f5140,Johnny Depp,,, -8d96487f-8cc4-4125-aac4-41c1288e3ae0,Johnny Depp,,, -740d3793-5975-460a-b670-e909fea2f00e,Johnny Depp,,, -6e1eedad-16a7-4791-afae-f5feb346b068,Johnny Depp,,, -acf2ba53-e77b-4d53-96f0-fe3bb677c9bb,Johnny Depp,,, -ae90548c-dfdd-4225-9b1e-db583147e246,Johnny Depp,,, -2f370b96-3bc1-485e-bc86-a0bf8b3b89f3,Johnny Depp,,, -227c3cd1-de40-48c9-8a77-814a044bde9d,Johnny Depp,,, -4097adc4-e852-49f3-9ffc-94002b9a0628,Woody Allen,,, -bb4081fe-845f-442e-a70c-ec5dade2d8b1,Woody Allen,,, -25136c93-38a0-4378-a132-78395e3c0465,Woody Allen,,, -bdf56274-1185-488d-ab0e-f9f0333b3810,Woody Allen,,, -1ef6fece-9e8f-4564-b8e3-556287126b6c,Woody Allen,,, -8912a084-dd89-40d3-bf11-73070e8d7522,Anthony Hopkins,,, -fa71730b-de6b-4376-b290-e1c747811d8c,Anthony Hopkins,,, -c33d0ae4-87c6-47be-85b9-e73ae46a7b91,Anthony Hopkins,,, -55e1f5f2-3e79-469f-9c70-9abea910628c,Anthony Hopkins,,, -0b4cccf4-2abf-4134-b829-a653450613e6,Anthony Hopkins,,, -9695b799-b4b3-4fa0-83b7-c96849125eb8,Morgan Freeman,,, -4def3799-f72a-4485-867f-b9138d1f0df3,Morgan Freeman,,, -9bae59ff-2729-4dae-8970-206d796aca01,Morgan Freeman,,, -380175a9-7eaf-4bf3-96c8-491842c5a4e0,Morgan Freeman,,, -49c35a34-481e-4dfb-a0db-ad2a7fea8251,Morgan Freeman,,, -6481e395-826e-49c9-98a0-95f8fce3ffc0,Nassim Nicholas Taleb,,, -5883a5c5-6f62-41c6-9f08-31cb8e7e2a29,Nassim Nicholas Taleb,,, -a86bf2e2-f1f3-4dd3-b857-bd1134843740,Nassim Nicholas Taleb,,, -03213fa6-74a6-4054-83a3-dd7716a8f964,Nassim Nicholas Taleb,,, -8bc9ceea-d45c-4bbd-8c46-ec80fd12954a,Nassim Nicholas Taleb,,, -2fe0339e-405a-4039-ba34-75978a77a2b3,Nassim Nicholas Taleb,,, -60af45b6-978b-4fbc-abd1-2eeea683e64f,Nassim Nicholas Taleb,,, -56d3b665-9cce-4c1c-992c-e4271b38f17b,Nassim Nicholas Taleb,,, -391f0af3-ab9d-477a-a702-2345ee2cd5e4,Nassim Nicholas Taleb,,, -74e2cb0e-1a44-46c2-b2c9-20f19ea903b2,Nassim Nicholas Taleb,,, -1ca96343-5466-4622-9f35-ca2c59f54dad,Nassim Nicholas Taleb,,, -9def0b69-c296-4bcd-b312-d66ab7ce8341,Nassim Nicholas Taleb,,, -a0f830ce-2500-4930-b1a9-1114a3889aa9,Nassim Nicholas Taleb,,, -7ed3d364-0a07-47f0-922d-4c54389fd2eb,Nassim Nicholas Taleb,,, -8fa4bb4b-909c-4ce9-a3f7-ba9747c49562,Nassim Nicholas Taleb,,, -b3a0a8c0-4a46-4ae6-b53a-fdf7133aaccc,Nassim Nicholas Taleb,,, -77acce13-cffd-4907-81f7-f34895e21c12,Nassim Nicholas Taleb,,, -f8d9df21-56aa-4117-859f-66f822e3d12e,Nassim Nicholas Taleb,,, -01d776db-de62-41c0-8fda-4e2ddb05391d,Nassim Nicholas Taleb,,, -edcc7598-1519-49f9-a4a6-5cc795fc1771,Nassim Nicholas Taleb,,, -db21d758-2034-411d-a4a8-af2ebf905ef0,Nassim Nicholas Taleb,,, -9b8d1ded-8289-40d8-aa79-0798294e5bd0,Nassim Nicholas Taleb,,, -5dfbbbaa-947c-434b-b987-a793bba9f19a,Nassim Nicholas Taleb,,, -ffa4f402-4d6f-4747-b921-d89a44591ce9,Nassim Nicholas Taleb,,, -cb1d2fb0-7dd7-43d4-9cf6-714027092c3b,Nassim Nicholas Taleb,,, -9e0084b6-851d-4049-a0bf-e2ca6986a622,Nassim Nicholas Taleb,,, -e274b09c-7057-42f5-bddb-54234fc21984,Nassim Nicholas Taleb,,, -b5cc9d07-7817-45ca-9853-89052b652da3,Nassim Nicholas Taleb,,, -4ab8f7ca-7b6c-452e-8783-ffe2e6573ee5,Nassim Nicholas Taleb,,, -18325db8-f916-41af-9f08-964ab28e93a8,Nassim Nicholas Taleb,,, -bdb2892a-5908-46c9-b791-5d6af9df1f13,Nassim Nicholas Taleb,,, -c929aa46-e218-4b89-bf1d-f92d6fd166bd,Nassim Nicholas Taleb,,, -6a5340ae-6b0b-4001-8894-0af236346dbe,Nassim Nicholas Taleb,,, -12b9551a-95a1-43fc-b9a9-7e2ffa536aa3,Nassim Nicholas Taleb,,, -ddd32606-ed90-457d-a7fe-3ca9d7ca1e45,Nassim Nicholas Taleb,,, -e29738a9-8d88-4bc0-bb53-9494f89140bc,Nassim Nicholas Taleb,,, -0bf90988-9f1f-4cae-93b3-eb1571a8af72,Nassim Nicholas Taleb,,, -cfc9ef4c-ef70-41b8-a859-6cfe509bdab8,Nassim Nicholas Taleb,,, -44904717-d24e-43df-bad7-ad08a029d16f,Nassim Nicholas Taleb,,, -d649f5cb-f399-4824-a3a9-8207a3762f2d,Nassim Nicholas Taleb,,, -e085afee-1d2b-44b7-adc6-5221f077a302,Nassim Nicholas Taleb,,, -05f1a6d9-413f-4c55-a95b-6407dbde7599,Nassim Nicholas Taleb,,, -8eda0ecc-31ec-4c7f-a0fe-c8f58e3e2747,Nassim Nicholas Taleb,,, -9a528e83-7752-4d7a-bdc1-73698f859d43,Nassim Nicholas Taleb,,, -dd3cd895-c812-4bc9-9ab2-285e1b702564,Nassim Nicholas Taleb,,, -6a58a71a-3b14-4a00-b596-bb5cbd1009eb,Nassim Nicholas Taleb,,, -b6d983a7-2079-41cf-94ef-cea059f4c039,Nassim Nicholas Taleb,,, -9253e117-6006-4f93-8f8b-5f98e0cf315e,Nassim Nicholas Taleb,,, -7fb76eab-cc51-4d86-b836-897d096b0727,Nassim Nicholas Taleb,,, -0cc5f1bc-aad0-43bd-82ea-662347924886,Nassim Nicholas Taleb,,, -117028b1-1858-4738-a1eb-24c226b4e83b,Nassim Nicholas Taleb,,, -c4a9153c-1f5d-4cab-a750-74da7617bd8e,Nassim Nicholas Taleb,,, -2aa6fc79-54e7-48c1-9272-a16e79aa5804,Nassim Nicholas Taleb,,, -68ba5aff-9084-4b55-ac96-51eb8423f4f9,Nassim Nicholas Taleb,,, -cf909538-5b4f-45de-94f1-dc35e73e3e0b,Nassim Nicholas Taleb,,, -6483e0ca-7949-4ead-8f99-2b11548d4804,Nassim Nicholas Taleb,,, -9333d7c0-4f30-4434-a83a-ace8f688a5bc,Nassim Nicholas Taleb,,, -4a51ccbe-52db-4541-a8fa-1442c1de2261,Nassim Nicholas Taleb,,, -f231a764-eb5c-4999-bf54-70a469365fa0,Nassim Nicholas Taleb,,, -0f245c1a-48cd-4f84-a1cf-b06aaed22247,Nassim Nicholas Taleb,,, -0f5227d6-d795-4bae-a762-8f68b9fab731,Nassim Nicholas Taleb,,, -24d98301-a595-45c0-97f5-6dbdfef45cde,Nassim Nicholas Taleb,,, -e3a72621-3169-4035-bd6d-29343d74e2ed,Nassim Nicholas Taleb,,, -3b825c68-f736-4048-afcf-21add26c7079,Nassim Nicholas Taleb,,, -56094877-9cf8-4f88-97f2-a52cf0368a27,Nassim Nicholas Taleb,,, -badc3bdc-b388-42b3-b615-bd3cda96b519,Nassim Nicholas Taleb,,, -19f3af29-fdb8-402d-9333-277f988c57cb,Nassim Nicholas Taleb,,, -3a88a400-fcf5-4d2d-8af9-70f034f0fc78,Nassim Nicholas Taleb,,, -ca415322-149f-49e5-9c61-0374a308c59c,Nassim Nicholas Taleb,,, -03d013fc-e9a8-44f5-b3cd-39b7ba34e79c,Nassim Nicholas Taleb,,, -666f3f43-d420-4351-ac36-42b0634989b8,Nassim Nicholas Taleb,,, -7e0dc76e-7cdf-4154-b7b0-6007aac11ec3,Nassim Nicholas Taleb,,, -7e139b17-4057-4c88-b31d-415cbf7f95b0,Nassim Nicholas Taleb,,, -443a8f72-aff8-477a-a1a6-6889869b174c,Nassim Nicholas Taleb,,, -57cfbdd7-667e-437e-a4c2-d6bf14512970,Seth Godin,,, -991e6470-fa9c-4ca9-8a17-07f83beb8f41,Seth Godin,,, -bacc94a2-b827-432a-9676-77d908ed37ab,Seth Godin,,, -33cd03c3-8927-45f1-94a4-549707c99387,Seth Godin,,, -bbfdab4a-47f4-4d1b-bd90-476b6d15e4d4,Seth Godin,,, -07c67572-868f-4524-b37b-72ba8db01d7a,Seth Godin,,, -1687920a-636a-4ce7-91e3-a569ca37c2f6,Seth Godin,,, -8555624b-2248-4cc5-bad8-22541e85b190,Seth Godin,,, -14584fde-0b95-476d-9aa7-5a148a362d87,Seth Godin,,, -6b6ff843-bd4e-41dc-84e4-6fcdea45dc7f,Seth Godin,,, -01006ddc-bc49-49c7-bc7c-b1f4b9cadcfd,Seth Godin,,, -452867db-0e2c-46de-9fb0-7bdde831ebad,Ryan Holiday,,, -4c9f068f-4a3d-4bc3-af7c-7a351f1a3b58,Ryan Holiday,,, -a0ba2b9b-7e70-43b9-8bd7-e3c7821349ee,Ryan Holiday,,, -28170254-f2f7-41a0-b077-569034e9eb27,Ryan Holiday,,, -b57981a3-a137-4c40-861e-417709664492,Ryan Holiday,,, -e94ae491-6a70-452f-8aa1-9877ef97739e,Ryan Holiday,,, -832733ca-4cde-41ae-8ec0-144b6bf55312,Ryan Holiday,,, -d600f7d2-12e2-49f6-92f4-0b80ae99960c,Ryan Holiday,,, -6c26c567-06a9-4efd-aa4c-78f14b8ad208,Ryan Holiday,,, -d97ffa71-f237-4e84-a3cc-fb4b67174118,Ryan Holiday,,, -4c05d47e-e395-4e8d-b8a8-87a91de5322b,Ryan Holiday,,, -6562e1fd-caeb-44ad-9a94-b2ba842776af,Ryan Holiday,,, -786f6bbc-1435-4ccc-8646-ad412c885b79,Ryan Holiday,,, -5fcc72f3-b5ab-4d3f-bf02-4ff8beb6f064,Ryan Holiday,,, -748ef01e-5ce6-41c7-ab1b-7f014fa012dc,Ryan Holiday,,, -6db4c715-b907-463e-9a31-b686de778cae,Ryan Holiday,,, -0426c62a-9152-4f92-9151-6820ec06ce80,Ryan Holiday,,, -e1d9da95-7360-4de8-b773-fff163015d92,Ryan Holiday,,, -32fe0a1e-fd08-4d37-8c94-b3c80b9e8981,Ryan Holiday,,, -9deb6ac5-fb02-424a-ad46-078254942169,Ryan Holiday,,, -a2b80bb3-a94c-4176-a8ba-3f1ff456e99c,JK Rowling,,, -fe97b223-1ab7-4643-ad1f-c4c3ab194afb,JK Rowling,,, -12b41f38-d945-4a65-b57a-6dee03b141aa,JK Rowling,,, -2dba7917-73b6-4175-8a67-7e998a9960b4,JK Rowling,,, -707ad43a-c5c2-4702-a6ae-61c270d45c78,JK Rowling,,, -a85d4c9e-9aa8-487a-a7e8-c0d495f2ba92,JK Rowling,,, -02226281-818e-4c79-b110-89beb2908d3e,JK Rowling,,, -7046f2a5-12df-40a9-a5c2-26487eaf8145,JK Rowling,,, -98d31148-2a37-47c4-a631-949796664cb0,JK Rowling,,, -e5e9e49f-2391-4275-a3d4-9c5bc9bd02d7,JK Rowling,,, -7d623200-6713-449e-9c7e-abe61443e3d5,JK Rowling,,, -9bae59ff-2729-4dae-8970-206d796aca01,JK Rowling,,, -a27b3864-0278-4634-bd13-ee2c5e82d51e,JK Rowling,,, -2482d978-4b9e-4f70-8c9e-a8ac8098f2c1,JK Rowling,,, -b74d2b4e-2c18-4d01-b8f1-250c7c2fba08,JK Rowling,,, -c03733e4-aeae-4dbe-aaca-a62dac0d0651,JK Rowling,,, -915f553b-c4e8-486f-850a-142872853809,JK Rowling,,, -f421b8d2-4247-4441-a70a-b2693bee9175,JK Rowling,,, -14d9c09d-9d73-4ac6-adf2-33057e6d52fc,JK Rowling,,, -f9d9bd55-8cce-47b0-96ca-c035a624c9da,JK Rowling,,, -17fd82fd-250a-4cfe-a774-5c80c5afe12f,JK Rowling,,, -675db938-e49b-4773-a0b1-4e27898c3682,JK Rowling,,, -375fbf34-8c16-46d3-a7d3-cb1504e072e3,JK Rowling,,, -2ef8d155-e59e-439a-aa05-a32bfb20bca0,George RR Martin,,, -59e7ae17-3a59-43c2-b537-0f0d4e102c1f,George RR Martin,,, -604dbd35-74b9-4db9-ab51-edbd8022ce05,George RR Martin,,, -97d6a604-bd66-45d5-ad74-5dae15f95b0c,George RR Martin,,, -82276e0e-58a1-48c4-b1d5-344cefc7052f,George RR Martin,,, -4ae1f49f-e31b-4668-8f53-30296bd70f1a,George RR Martin,,, -8b39ed49-95b5-4d11-8553-e57dc21d5deb,George RR Martin,,, -245806ca-90f8-41d3-9fd5-ea72d3b4d19c,George RR Martin,,, -7c4b6826-3550-4695-ba25-ac08704f4cf5,George RR Martin,,, -27c7ec75-7c9b-47f0-b42d-02b7b870350d,George RR Martin,,, -d2491d0a-8887-4eee-b491-6a0e5a3c7d7f,George RR Martin,,, -ef207b0e-0db9-4496-a666-c61942952083,George RR Martin,,, -4c22450b-58f7-41ee-972e-053cff67dcf5,George RR Martin,,, -d4b25528-e148-405e-94ce-1c749732286b,George RR Martin,,, -1c08fa55-88ec-47ce-b948-82c0a705755d,George RR Martin,,, -20559810-df39-40ee-b7e4-e8e90b77b1ac,George RR Martin,,, -59525441-d159-4494-b039-e9a485570a84,George RR Martin,,, -17fd82fd-250a-4cfe-a774-5c80c5afe12f,George RR Martin,,, -d08e4f4d-bf42-487d-aa43-2f335f436efc,George RR Martin,,, -8f6e6dc0-6aed-4ed0-880f-3f92a860c69f,George RR Martin,,, -0cc00e62-7599-494f-981d-fd1c54daace9,George RR Martin,,, -2875fa17-68ea-4b90-882b-7907f13ff646,George RR Martin,,, -846765f8-9437-4589-a49c-2f0aa26fe176,Ernest Hemmingway,,, -6520a6be-0e60-46ec-80e9-cfed9b4d71f0,Ernest Hemmingway,,, -5a33982d-edcc-44f3-b89c-c30758770982,Ernest Hemmingway,,, -e5b22f97-2884-4a99-a65f-bc8aed7a80c2,Ernest Hemmingway,,, -71c6247e-c630-4dd4-99b7-add3109d1f15,Ernest Hemmingway,,, -ddbe5dc7-fa92-4061-8499-cca65ee1054f,Ernest Hemmingway,,, -5b9fdbae-7a0f-4dd8-9fd8-1dd926a57b34,Ernest Hemmingway,,, -27ebfaec-9bd8-46e8-b883-2fcaff457710,Ernest Hemmingway,,, -23908fb6-4dbd-40aa-ba21-a5bc0ae151e1,Ernest Hemmingway,,, -d5cad5e5-440c-4198-935c-a1013e726937,Ernest Hemmingway,,, -731fefc2-f44a-43fa-99b0-b8bad8f32cef,Ernest Hemmingway,,, -2b57b2c5-54f4-4f31-a224-d309be4594f2,Ernest Hemmingway,,, -2b59b543-05fc-4882-b665-764c32fe1293,Ernest Hemmingway,,, -8e1f25d6-f519-4499-8153-ea0d89b902dc,Ernest Hemmingway,,, -503bea37-fe1c-4af0-b36c-60a33fb74d0e,Ernest Hemmingway,,, -c24335be-4557-4810-8f7a-bbdf21b58a2d,Ernest Hemmingway,,, -8bd1cfe6-2f4f-40ac-90d8-56e76e633bdf,Ernest Hemmingway,,, -2bb91e69-70d7-453a-8a84-6f0d934a6e48,Ernest Hemmingway,,, -b99c932a-f6f9-44b2-8acb-87770f82e8a0,Ernest Hemmingway,,, -2d0169cb-b2cc-4bbb-9c0d-d65513bf8cf0,Ernest Hemmingway,,, -1f289c60-36a0-4020-a08d-64d178001a7a,Ernest Hemmingway,,, -2f370b96-3bc1-485e-bc86-a0bf8b3b89f3,Ernest Hemmingway,,, -28a83cb4-bad9-47ad-b794-196bf3443139,Ernest Hemmingway,,, -be975885-f249-4263-ba00-442123159974,Ernest Hemmingway,,, -02b4635e-2dde-4cec-a813-657a15ab8501,Ernest Hemmingway,,, -379ee972-ca86-43ac-8646-50bdee3b90ea,Ernest Hemmingway,,, -d289da84-299e-470a-a380-6f71c0328bdb,Ernest Hemmingway,,, -6722ee59-c438-443f-808f-ca933a380926,Ernest Hemmingway,,, -701d8b9a-25ea-444e-a1e5-4ca2b77be32f,Paulo Coelho,,, -e6a4ad6f-d1f9-4657-b8c8-492521084574,Paulo Coelho,,, -ebf04eb8-fdf7-42b4-88be-44779366c2c4,Paulo Coelho,,, -26f6c4c4-98a1-44d3-be46-cc57fbc06fb8,Paulo Coelho,,, -f920ac54-3ae2-4929-9220-a1a740932889,Paulo Coelho,,, -ac78419e-afcd-4ef1-9e9a-cf2023763c37,Paulo Coelho,,, -846765f8-9437-4589-a49c-2f0aa26fe176,Haruki Murakami,,, -b2adc15b-a924-46a0-a3ec-1677068fa1d9,Haruki Murakami,,, -6a0eafc9-4cd9-4274-b8a5-0d8ea1537795,Haruki Murakami,,, -815dbdd9-d4fc-494c-b4af-a2075a06ba4b,Haruki Murakami,,, -4d278100-7d07-4f19-8776-b0c1d4359ad3,Haruki Murakami,,, -47061959-a76b-4455-8198-10ff1c098468,Haruki Murakami,,, -792d7851-b50b-4a59-b2fb-680fb056738f,Haruki Murakami,,, -f404ba3f-1865-4e31-b001-e43bc4ff71e2,Haruki Murakami,,, -f18e449d-f137-4b08-bc99-026d613eec90,Haruki Murakami,,, -d2491d0a-8887-4eee-b491-6a0e5a3c7d7f,Haruki Murakami,,, -25136c93-38a0-4378-a132-78395e3c0465,Haruki Murakami,,, -7b61ad96-b034-406d-b5d6-af4616f7fde2,Haruki Murakami,,, -192ba79c-8a11-4195-b0d5-22cb00a2e0ba,Haruki Murakami,,, -00194572-996c-4b43-aadf-fceada4517a8,Haruki Murakami,,, -06de46e0-d63a-43c5-86bd-c6606fa66c70,Chuck Palahniuk,,, -fb35a083-a410-4f83-a3cd-97e9ae4a2698,Chuck Palahniuk,,, -eff2e38e-ccd3-4cd6-8225-f95ae51fa53e,Chuck Palahniuk,,, -12680b9f-2f78-430f-afd3-a6e67cc6de8f,Chuck Palahniuk,,, -f317de53-adc6-463c-b125-3e90386d13b7,Chuck Palahniuk,,, -4d0bea5c-f324-4fe5-be0b-b33b8f5d2192,Chuck Palahniuk,,, -d3c9f44e-4162-414e-b185-587e0b73ca6b,Chuck Palahniuk,,, -d8e73ec4-80ca-4bb5-9c64-476d05bcd7c9,Chuck Palahniuk,,, -d4132d35-54db-488b-a8ca-3b1d0c0e3a49,Chuck Palahniuk,,, -d2491d0a-8887-4eee-b491-6a0e5a3c7d7f,Chuck Palahniuk,,, -5238d72d-3148-4fd7-881b-5af0a51c6c21,Chuck Palahniuk,,, -eb62e9b6-e594-4bcb-8089-80b90d47b769,Chuck Palahniuk,,, -378c3f3a-707f-4600-b96c-3bd181051db1,Chuck Palahniuk,,, -cfa6c770-15c5-4131-9ba9-01bcd2202a7a,Chuck Palahniuk,,, -34549225-45d2-43df-aae2-19c06a1a1b19,Chuck Palahniuk,,, -40281c6c-9b89-498f-9a0f-b1d69f243e66,Chuck Palahniuk,,, -4a1f3fba-9f3d-4f27-b6ac-691d2d58e140,Chuck Palahniuk,,, -00819d6f-63ad-42f6-9d35-2d0cd0c36d65,Chuck Palahniuk,,, -dfa9cdb9-7ad6-427a-9eb9-1ced8ffed9bb,Chuck Palahniuk,,, -e0b0e202-c70e-4f07-b947-34ea39f67917,Chuck Palahniuk,,, -ac22f6e1-ed8c-495a-83c7-90038dc70b6b,Stephen King,,, -5a42e730-803b-4756-baaf-2f2184350205,Stephen King,,, -7e86a853-08d3-4e07-ac4f-3ec34f084870,Stephen King,,, -eb599235-1114-4bf4-af44-78de03cc51d1,Stephen King,,, -9257d907-f3cf-4351-8d59-05d9c31daf54,Stephen King,,, -f591f080-affc-4bde-9b41-91f7ddd74294,Stephen King,,, -c32fc1fd-0552-42d0-9e7b-4ca52758bf99,Stephen King,,, -791893b9-730e-493e-ab53-d3864977a208,Stephen King,,, -1fafaac3-04c3-4804-a7b2-db6cfecde65a,Stephen King,,, -3b8132bd-0a64-4062-a5e3-96ad882060b3,Stephen King,,, -815d6221-41e3-4a9c-b316-11e464499742,Stephen King,,, -b10880e0-9c6f-4bea-8ea0-2404db683094,Stephen King,,, -b35683a8-b075-4781-bbe9-fc590ff0d449,Stephen King,,, -6d9b5c52-08ac-48ef-a99c-0ec7bd28e1c8,Stephen King,,, -d4d765a2-5677-46f2-8daf-98c4f35cc803,Stephen King,,, -8bc85971-035c-4605-bff9-07c937c7d8ca,Stephen King,,, -a7842744-9983-4613-a485-c995384488cb,Stephen King,,, -0e017b6a-a516-4b71-87ba-f9bfd029aade,Stephen King,,, -8995d8f3-be27-483e-a61d-49a76836ed1c,Stephen King,,, -ee4bd168-84ae-494e-b31a-e1b3fbe136ef,Stephen King,,, -e5b22f97-2884-4a99-a65f-bc8aed7a80c2,Stephen King,,, -5a33982d-edcc-44f3-b89c-c30758770982,Stephen King,,, -b0b86b4b-7497-48a5-adac-a39d5e70a57b,Stephen King,,, -3c30b2df-1b4a-4656-ab16-a99fa03a90da,Stephen King,,, -bea7f53d-cc75-412c-a7d5-109b661247d5,Stephen King,,, -9ef8c5f1-774f-4419-b025-3e79e7b4fcf6,Stephen King,,, -fcfca637-06e4-4294-bb6a-75569f5d530b,Stephen King,,, -1abe2fec-85ca-4922-94b1-6f049ef690c3,Stephen King,,, -425e6b13-a95f-41d2-9e55-85427543b0a7,Stephen King,,, -4a91bb34-1b37-4f05-a909-987bd47fe3b7,Stephen King,,, -5416aeb1-885f-4f2c-8708-e908c1b4ce8b,Stephen King,,, -c8c185c7-233e-4636-9720-2dfb60c629d1,Stephen King,,, -e3a32e38-0f42-49f4-94af-4e8e859c9f4d,Stephen King,,, -4550445b-5445-4b02-800b-3b59020ea94e,Stephen King,,, -95fb2a89-ab6e-49b4-a3ed-bfe94718dea4,Stephen King,,, -04733c51-0754-4821-b4d9-93d41fe90de9,Stephen King,,, -96f2c376-1ab9-4db6-ab1f-0c2943bd5fd1,Stephen King,,, -e55fd6c3-42ea-4a53-ac66-bb1ba9f2a4b9,Stephen King,,, -983a4ceb-0cc5-4d48-af02-4e4f65a3f7ff,Stephen King,,, -c64ede72-ee31-4d97-8e09-a5db07ff5851,Stephen King,,, -c57feaef-c6f5-4b54-97fd-2997f060703d,Stephen King,,, -55170c52-9293-4e20-aab7-bf8714852275,Stephen King,,, -342dc2e2-c662-4f30-951e-42e5609bbe9e,Stephen King,,, -b2af25cb-426c-4e49-82dd-ea4338b72d10,Stephen King,,, -3abff910-e6e4-4399-bd86-8ca3c12549d3,Stephen King,,, -d3ebfae0-306b-4778-8de6-72a7584c4623,Stephen King,,, -7e573902-9840-40dd-adaa-f1b69d0dcabd,Stephen King,,, -f1860f88-694b-4f47-8913-978f4b2bd74a,Stephen King,,, -ac35c605-79b5-4012-b9d4-c41a46b96c7e,Stephen King,,, -04db2344-e2b8-4143-a939-0c3632b914f1,Stephen King,,, -5031ee1c-71ae-4a19-874b-8a0b3daab1cc,Stephen King,,, -822220e2-89a2-49b0-8e95-c61d16052bbd,Stephen King,,, -9f53826f-1787-45b7-97ff-b751a09a8834,Stephen King,,, -41aff2f7-5221-4239-bc55-5d9a331f8618,Stephen King,,, -abede793-1721-4a1c-b37a-8efc0a3d0790,Stephen King,,, -e617b3ec-2f7e-4018-be36-1cba7919453a,Stephen King,,, -28908d4e-c49d-4d57-b7c7-40a7826a48fe,Stephen King,,, -22260720-96b6-4b4b-aa97-d7fd3f0377d0,Stephen King,,, -97b18711-76d5-424d-b912-b9427b4f0ed3,Stephen King,,, -059e7a8c-39b9-4469-954d-a6101e09a84e,Stephen King,,, -2af8367a-8925-46eb-a43b-11c4ce7337c5,Stephen King,,, -0d49c125-3a09-4b30-8c52-6e11507b2cc0,Stephen King,,, -2809cd23-ddb1-408f-b0bd-b15cb066be2e,Stephen King,,, -13e17935-fc0f-4e2f-9631-fbe0ff2f1240,Stephen King,,, -eebbf759-4aef-4d1f-aa7b-39c5f4252c2c,Stephen King,,, -5537925d-0008-47df-b52c-d1a3242e6787,Stephen King,,, -77a9db20-b76c-4cfb-92e7-49ddab9b7e28,Stephen King,,, -bfad628e-06f5-47b1-bd8c-a25864ca49ba,Stephen King,,, -89feab10-ddec-4b69-93fa-2ee22e5e51ab,Stephen King,,, -8bb83b47-b313-42c2-885c-6e75a45f2838,Stephen King,,, -aabf9f57-a06a-4eb0-bfcc-aba216359701,Stephen King,,, -46dc8455-d922-4267-b55c-7176554926b8,Stephen King,,, -846c6231-6a16-4018-be65-81e6ab54f905,Stephen King,,, -1f30514c-4e26-43f1-88cf-50a21ad2bdfe,Stephen King,,, -aa95985c-3b4f-4be9-8fa6-19026d8bbd35,Stephen King,,, -888f193d-5229-4a54-a1dd-74aa17db07be,Stephen King,,, -fc65c037-0843-4d0d-9a22-6619d39ed948,Stephen King,,, -b698ffaa-6feb-454f-af19-84629f56fabd,Stephen King,,, -4e8bb111-5bc5-4d57-af0e-478ec413bff9,Stephen King,,, -1f097ddc-b5fe-43c2-8530-f61ade9964ea,Stephen King,,, -f86ed256-6350-4266-8611-b484792a83a1,Stephen King,,, -33a0dcc5-4a24-4fb4-94dc-f85cb28bc4ef,Stephen King,,, -260ce8b3-5001-4209-87d4-d4d4b5237975,Stephen King,,, -92788a5a-5380-4924-9ab4-3badf83a1f9c,Stephen King,,, -d1e6739b-ba3d-4385-84f7-5a11d1af36e0,Stephen King,,, -724905fe-e3c2-4b2b-a89d-7e21f53be861,Stephen King,,, -e024c03a-5233-40ef-b3ff-fcc17e7dc29e,Stephen King,,, -0b961b0a-32a1-4d15-889c-914d7e344eea,Stephen King,,, -675db938-e49b-4773-a0b1-4e27898c3682,Stephen King,,, -b57ff9e7-1777-4fdb-95a7-c094a7958470,Stephen King,,, -b20b8c71-3313-4b08-9cfb-f539d2993f41,Stephen King,,, -a49e2741-5596-40a6-aac8-081690fe8e39,Stephen King,,, -0c9d3ad4-e0ae-4d3c-a73e-fabcb1687769,Stephen King,,, -8ec9efce-7058-4aa7-8b37-164d733a300b,Stephen King,,, -2a3505e0-7d31-4924-9842-4526e5f9ad0e,Stephen King,,, -36f03c4e-c788-4e48-9ba9-3f091ca23161,Stephen King,,, -27d90ef5-6e0e-4452-a37f-0896c0219e3f,Stephen King,,, -c68a9034-78b6-4be8-a9c6-41513fd7ce1c,Stephen King,,, -cb7bf046-bdf1-49cb-a25e-7f48fc596e48,Stephen King,,, -0c6abd67-722b-4379-a07c-a044f4120436,Stephen King,,, -598e86d4-8500-4580-8291-399c9ba79c71,Stephen King,,, -9aff6949-0edd-4f4a-ab07-36ecf613b06a,Stephen King,,, -ddffaed2-eac2-446e-a1de-03c0725a3253,Stephen King,,, -9864bddc-430f-4bea-9bb8-9fb61b000012,Stephen King,,, -6df2df6b-20a8-45c2-b2cc-281812412550,Stephen King,,, -5dc7f171-678d-4d70-9700-ae24029fe3be,Stephen King,,, -e9d3ec1f-21c3-4459-8da6-65f232fe5616,Stephen King,,, -325d3c22-b106-44f8-a8d9-8c8dded39636,Stephen King,,, -65ffe432-db4f-43ac-ad50-29d5508118b5,Stephen King,,, -11f71a97-88e1-47c0-85bd-cc6ce0cd436e,Stephen King,,, -aab76070-5734-4eac-b0bc-936ede3d35b0,Stephen King,,, -ab420a7a-a5a6-4bf6-880e-858e34680d08,Stephen King,,, -aa6191ba-9892-46b9-b8a2-71993fcfaa31,Stephen King,,, -312181cb-1de6-40f2-b83e-79ba2657df1b,Stephen King,,, -d96a4f12-e712-49fb-9836-d63c9083f178,Stephen King,,, -b42e60ed-78d7-4736-bc73-825cccdf7dae,Stephen King,,, -b9033f64-88f3-471f-bd26-3ffd27b53929,Stephen King,,, -186c8c9d-5341-49be-bd78-0e2f34078dcf,Stephen King,,, -8f538b49-f007-47d1-8444-4ab201ff2a29,Stephen King,,, -04e9b79e-0acc-41ad-aa0b-d7ddd1e4b9fa,Stephen King,,, -7cc4fe1e-939a-468b-84ee-5ff68a80aa3a,Stephen King,,, -71f9426a-43da-4dd6-9be0-8e9ad9ce0a78,Stephen King,,, -030e104b-a520-452d-9983-04e9b7a248e9,Stephen King,,, -02da9f0f-41b8-48fb-8baf-84e021497dbd,Stephen King,,, -200ca31a-43b1-4da4-be72-3c65f5f39a52,Stephen King,,, -4012a23f-c236-4aa8-8eb1-ee02ba33bacf,Stephen King,,, -81b2b3f1-f64b-452b-958c-ff58f5ccc288,Stephen King,,, -a7fe9199-f07e-41f9-9dde-6f85b657d89c,Stephen King,,, -bd3d3de7-0c9d-4f7d-9bf0-8e3d978f50aa,Stephen King,,, -3fbef24a-0288-4bb2-8f1b-60315d4a79e1,Stephen King,,, -f21ed610-1eaf-4349-81c8-de6d0b21da98,Stephen King,,, -50842685-d6e0-4839-9add-3afb70f47f10,Stephen King,,, -0309cbdd-656b-4b79-b3f7-77d0c921137b,Stephen King,,, -6cc5e970-f348-4bcd-ae49-68fa8affd7e2,Stephen King,,, -20512e3a-c2e8-40e1-846b-4dc7bb8f4cea,Stephen King,,, -a2226dff-b67d-4d84-85c3-6ea6ed4d3553,Stephen King,,, -1c14dba2-d85d-4b9c-a2be-d4c1579abaec,Stephen King,,, -dfee6170-d202-47ce-a599-fee7b6cfcd9b,Stephen King,,, -be205546-93ac-438b-9844-d1cc795e5590,Stephen King,,, -1b0054e5-4ef2-42ec-91ee-8e16b4611daa,Stephen King,,, -a2f4d8dc-100c-4e46-9b31-098fac1d88f4,Stephen King,,, -d44f9834-e108-4715-b4d2-0d26fb199949,Stephen King,,, -403ae990-ad3f-4474-b72e-51154ca50422,Stephen King,,, -12e16018-f348-4a69-b5c8-4991c78a6985,Stephen King,,, -61318699-9f92-4b52-8465-86bfc7ab6c72,Stephen King,,, -9f7d3398-29e5-45e0-aa39-82a1b485f261,Stephen King,,, -7c0c72fd-c970-47fa-9a90-5030c1f7a946,Stephen King,,, -ad9f50ed-c115-4835-8b66-e1d164c235c2,Stephen King,,, -4db60b58-8b27-42e1-a29f-6611b437b240,Stephen King,,, -e741e151-f7fa-441b-ab1b-b1aec57aa529,Stephen King,,, -557fec60-a387-48f5-affd-e6ecee51cac0,Stephen King,,, -a6e2055d-3c58-4922-a62b-8b9b17486ab3,Stephen King,,, -c204c552-8068-4b66-879f-3b3b90210d39,Stephen King,,, -7257fd50-5750-4b0c-8e39-fb1ad4424461,Stephen King,,, -6b6ff843-bd4e-41dc-84e4-6fcdea45dc7f,Stephen King,,, -b367ebbd-811d-4d86-a59a-59e9028b140d,Stephen King,,, -020a0569-cfc9-4496-871c-82fa8ef51b6f,Stephen King,,, -681c6493-7687-4d76-81b6-6cad305a4f02,Stephen King,,, -24fccc48-b770-4885-ac95-340d309d0ca3,Stephen King,,, -2f6443e9-d100-4639-9b90-4a14284eb9ac,Stephen King,,, -559ba9de-7a79-4226-b004-d679f67756e3,Stephen King,,, -db7cd814-232f-463f-8a49-80cfa738ebdb,Nelson Mandela,,, -54757e4d-4f8f-4db7-9cf9-5158d6e743c6,Nelson Mandela,,, -5a33982d-edcc-44f3-b89c-c30758770982,Nelson Mandela,,, -5e8c64ba-4589-4aba-b420-f593bd4ffb39,Nelson Mandela,,, -d8ed3705-52e7-4fa7-babb-e8e1121b8009,Nelson Mandela,,, -879bc189-f500-4418-ae5c-2f95a1cffcc0,Nelson Mandela,,, -b3e2f952-5739-478e-990e-2fac40249b41,Nelson Mandela,,, -85239732-d1e7-432d-898f-bd76927d87b9,Mahatma Gandhi,,, -d6536a83-54c9-4925-8593-04e8c8da7f27,Mahatma Gandhi,,, -dac3a4d4-b3c4-4bb5-b274-4bf27ace8715,Mahatma Gandhi,,, -f792dabe-89ea-4b27-818d-344b81f2e8a5,Mahatma Gandhi,,, -e9a342a0-a7ee-4c7d-86df-66bb02015762,Mahatma Gandhi,,, -ec68138e-1b60-435e-bf90-269612fb9e4a,Mahatma Gandhi,,, -a15aa2ac-4f40-45de-ad2a-e0c60918bacf,Mahatma Gandhi,,, -fc274f4d-63d0-4644-b0e6-5b61bdc1bbd7,Mahatma Gandhi,,, -c84d8299-ac60-4dc8-be54-6ac5429401e1,Mahatma Gandhi,,, -d95d77ff-2673-409e-a63b-6af4482ba690,Mahatma Gandhi,,, -17fd82fd-250a-4cfe-a774-5c80c5afe12f,Mahatma Gandhi,,, -e1e41c22-70a4-4c70-b1f3-3290bc94c7ed,Mahatma Gandhi,,, -cb8438d8-6145-4b71-a7d6-b91b720dc48d,Mahatma Gandhi,,, -fa2b148f-1ea0-4683-9068-66463f6d3f70,Mahatma Gandhi,,, -b3957905-e2c4-441b-b61b-9d6261e0ad70,Mahatma Gandhi,,, -7b511654-e2c3-4ea9-afe6-d727f5ab51d9,Joseph Stalin,,, -f7b2711a-8a9e-4488-be12-e36915691b2a,Joseph Stalin,,, -fa5ae1a6-43f6-4581-9eda-7b03f03652e2,Joseph Stalin,,, -846765f8-9437-4589-a49c-2f0aa26fe176,Joseph Stalin,,, -3fa58897-e903-46e9-9c11-eabe166ec472,Joseph Stalin,,, -7f4ba9d9-ef4e-4402-a8b9-601fbd54c5c0,Joseph Stalin,,, -0c80fc9f-12dc-46d5-a2e9-0b7444c02e95,Joseph Stalin,,, -f7b2711a-8a9e-4488-be12-e36915691b2a,Martin Luther King,,, -bd007aa5-8311-460d-bbb9-e3f9c2db0131,Martin Luther King,,, -acd57e4a-3669-4ceb-9e1a-e9af4c72607b,Martin Luther King,,, -501042ee-a07a-49f1-8580-dc83c3bd2947,Martin Luther King,,, -ee43a6ca-fe4b-4839-bf97-38e42993dfa5,Martin Luther King,,, -516f06ab-4147-4737-9020-4383a631e232,Martin Luther King,,, -ad42ea7f-08ed-459c-8a02-b6863858fd08,Martin Luther King,,, -5a33982d-edcc-44f3-b89c-c30758770982,Martin Luther King,,, -5304e961-290b-4e76-a6e7-919c43149d68,Martin Luther King,,, -0c336dcf-29a3-4d57-b8db-12a45c096b2d,Martin Luther King,,, -ee99a111-89e1-4eaf-9b16-af24c2147bc7,Martin Luther King,,, -11932dea-f87a-449e-aa17-ffa429b210f1,Martin Luther King,,, -3054ce22-627f-45d0-a445-c67dc4143150,Martin Luther King,,, -b8118d6c-ecb9-4217-9080-2124be4b001e,Martin Luther King,,, -0c80fc9f-12dc-46d5-a2e9-0b7444c02e95,Martin Luther King,,, -d5d05b3d-09ee-4fb7-8084-52e289b991fa,Martin Luther King,,, -26b1fdc0-25c9-4ec5-84b7-5a0cab0b31cb,Martin Luther King,,, -4653108e-5277-4c03-aeba-9c464e26fe99,Martin Luther King,,, -23db36dd-4608-498a-834b-38b4137ee508,Martin Luther King,,, -f7b2711a-8a9e-4488-be12-e36915691b2a,Kevin Kelly,,, -f8e7e9e3-a405-416e-9a7e-021bb47d2fb3,Kevin Kelly,,, -d841db20-57c7-455a-8e85-9af3b27ed2d3,Kevin Kelly,,, -5a498236-e96d-400b-add5-91768d3bc800,Kevin Kelly,,, -6877eefa-e9c4-463f-a234-55ec2f9201c1,Kevin Kelly,,, -08dce56d-ce4d-495f-bb39-b5355bea1d3e,Kevin Kelly,,, -e1ae6d29-1b89-451b-8c4b-7182fce880a6,Kevin Kelly,,, -f7486d56-2c50-4938-924b-80bce85a73da,Kevin Kelly,,, -5bca5715-88bd-4398-bb48-36fc404b4ad5,Kevin Kelly,,, -ed42d0d5-2e85-4166-a547-d9af8b29adc7,Kevin Kelly,,, -6c46a05f-8834-4ba9-9378-4de0633b0393,Kevin Kelly,,, -d5a39123-a66f-43db-bb7a-871464c5e9d1,Bill Gates,,"Educated is even better than you’ve heard. -Melinda and I loved Tara Westover’s journey from the mountains of Idaho to the halls of Cambridge. -... -Educated is an amazing story, and I get why it’s spent so much time on the top of the New York Times bestseller list. -... -Tara is never cruel, even when she’s writing about some of her father’s most fringe beliefs. -... -I found it fascinating how it took studying philosophy and history in school for Tara to trust her own perception of the world. -... -Although it’s not a political book, Educated touches on a number of the divides in our country: red states versus blue states, rural versus urban, college-educated versus not. -... -Tara’s process of self-discovery is beautifully captured in Educated. It’s the kind of book that I think everyone will enjoy, no matter what genre you usually pick up. She’s a talented writer, and I suspect this book isn’t the last we’ll hear from her.",https://www.gatesnotes.com/Books/Educated -703ec80c-c9ae-4e53-bc8b-d5ca06faa7c7,Bill Gates,,"I couldn’t put down this thriller with a tragic ending. -The inside story of the Theranos scandal is almost too wild to believe. -... -The public didn’t know about Theranos’ deception until Carreyrou broke the story as a reporter at the Wall Street Journal. Because he was so integral to the company’s demise, Bad Blood offers a remarkable inside look. - -Some of the details he shares are—for lack of a better word—insane. -... -Bad Blood is also a cautionary tale about the virtues of celebrity. On the surface, Holmes was everything Silicon Valley loves in a CEO: charismatic and convincing with a memorable personal story made for magazine profiles. -... -Bad Blood tackles some serious ethical questions, but it is ultimately a thriller with a tragic ending. It’s a fun read full of bizarre details that will make you gasp out loud. The story almost feels too ridiculous to be real at points (no wonder Hollywood is already planning to turn it into a movie). I think it’s the perfect book to read by the fire this winter.",https://www.gatesnotes.com/Books/Bad-Blood -1357cc95-e8e7-41ae-8897-7bca708560b6,Matthew McConaughey,,The most instrumental piece of literature and motivation I’ve ever read for me in my life.,https://tim.blog/2020/10/19/matthew-mcconaughey/ -90d09172-6511-4ba2-9bd7-b12261c51789,Naval Ravikant,,"""One of my all time favorite books. I quote it all the time."" - Naval Ravikant",https://twitter.com/naval/status/693967197924790272?s=20 -cfa6f3d7-1632-404a-9b1a-080e31e5944a,Naval Ravikant,,"Naval Ravikant's answer to ""any good book about economy for a beginner?""",https://twitter.com/naval/status/1156882081663737856?s=20 -1aca93c8-3532-42c2-a706-994025d78118,Naval Ravikant,,"""I love [this book]."" - Naval Ravikant",https://twitter.com/naval/status/1190461054574137344?s=20 -8bf0cdf9-e963-4270-b9fa-b2e9f93f0b46,Naval Ravikant,,"""Fundamental and had a lot to teach."" - Naval Ravikant",https://twitter.com/naval/status/800431638261837824?s=20 -77acce13-cffd-4907-81f7-f34895e21c12,Naval Ravikant,,"""Fine book but it didn’t need to be an entire book. A blog post would have gotten the point across."" - Naval Ravikant",https://twitter.com/naval/status/974109608405970944?s=20 -7d1f77ab-ca80-4457-b5a6-097ff6deba6a,Naval Ravikant,,Naval Ravikant tweeted about this book.,https://twitter.com/naval/status/1157887058582503424?s=20 -66471fc2-5aae-4281-9ab3-86f85baebf96,Naval Ravikant,,"""[The author] is doing the behind the scenes work to support entrepreneurship in America."" - Naval Ravikant",https://twitter.com/naval/status/718989721808941056?s=20 -28170254-f2f7-41a0-b077-569034e9eb27,Naval Ravikant,,"""That’s what I read [by Seneca]."" - Naval Ravikant",https://twitter.com/naval/status/980930482111000576?s=20 -e6a4ad6f-d1f9-4657-b8c8-492521084574,Naval Ravikant,,"""A beautiful book."" - Naval Ravikant",https://twitter.com/naval/status/699274280077365248?s=20 -2b2c6b65-a318-46da-9a21-fc12d462833a,Naval Ravikant,,"""Great series."" - Naval Ravikant",https://twitter.com/naval/status/980972194871238657?s=20 -1d250c4c-e6e7-45b6-9467-35a760fc39c5,Naval Ravikant,,"""Good books are worth re-reading. Great books are worth re-buying."" - Naval Ravikant",https://twitter.com/naval/status/1142485738061099008?s=20 -516f06ab-4147-4737-9020-4383a631e232,Naval Ravikant,,"Naval Ravikant mentioned this book on ""The Tim Ferriss Show"" podcast.",https://tim.blog/naval-ravikant-on-the-tim-ferriss-show-transcript/ -6e123b75-c365-4733-b7bb-aef765d0b1c8,Naval Ravikant,,Naval Ravikant tweeted about this book.,https://twitter.com/naval/status/24581077419?s=20 -7571b57e-31ac-4032-81ff-afc42f2bc7ca,Naval Ravikant,,Naval Ravikant tweeted about this book.,https://twitter.com/naval/status/942377490995015680?s=20 -5276b5e7-b8bc-4f57-b6ed-495a57bc444f,Naval Ravikant,,"One of Naval Ravikant's answers to ""top 10 graphic novels?""",https://twitter.com/naval/status/693485039732916224?s=20 -a7986229-4922-4930-b5b9-137625ae44f7,Naval Ravikant,,"""Good but closer to a single-themed book."" - Naval Ravikant",https://twitter.com/naval/status/800431638261837824?s=20 -a15aa2ac-4f40-45de-ad2a-e0c60918bacf,Naval Ravikant,,Naval Ravikant tweeted about this book.,https://twitter.com/naval/status/1003900342528929792?s=20 -c32fc1fd-0552-42d0-9e7b-4ca52758bf99,Naval Ravikant,,"""For historical fiction, I like [this book]."" - Naval Ravikant",https://twitter.com/naval/status/247590300749541377?s=20 -c6f31b43-5684-4bb3-8d66-f69ac76b60a8,Naval Ravikant,,"""If I'm going to read fiction, might as well start at the top."" - Naval Ravikant",https://twitter.com/naval/status/699093238745997312?s=20 -045f8590-dd51-4460-b97c-259f01a0945a,Bill Gates,,"I never thought much about whether I could improve my memory across a wider set of domains, but now I think I could, after reading this book.",https://www.gatesnotes.com/Books/Moonwalking-with-Einstein -ba344c04-1056-4563-b927-282e7bbc6ddd,Naval Ravikant,,"""Loved [this book] and other fiction when younger."" - Naval Ravikant",https://twitter.com/naval/status/806262424722509824?s=20 -fa89b19a-2244-4003-8531-ad8babf3712f,Barack Obama,,"","" -52e0563e-87f3-4b15-b747-6f4c1b7629f7,Bill Gates,,"Lost and found with “the most wondrous map ever produced”. A talented writer and doctor guides us through the past, present, and future of genome science. -... -The ethical questions around genome editing are enormous. That is why I am so glad I read The Gene by Columbia University cancer doctor and researcher Siddhartha Mukherjee. I loved Mukherjee’s 2015 TED Talk and his brilliant book about cancer, The Emperor of All Maladies, which won the Pulitzer Prize in 2011. It must really tick off full-time writers that a doctor can win a Pulitzer in his spare time! -... -In The Gene, Mukherjee once again shows his gift for making hard science easily accessible. He wrote this book for general audiences, because he knows that it’s not good enough for scientists alone to debate the huge ethical questions that their discoveries provoke. -... -My favorite part of the book was the final section, “Post-Genome: The Genetics of Fate and Future.” It does a great job bringing into sharp focus the difficult ethical questions that will become increasingly intense.",https://www.gatesnotes.com/Books/The-Gene -ee6b09a3-2903-4fcc-8caa-c30ff3b96d36,Bill Gates,,"I would say this even if I weren’t married to the author: The Moment of Lift is a terrific read. - -It is a wise, honest, and beautifully written book about how empowering women lifts up everyone. (None of that will be surprising to anyone who knows Melinda.) Although it took her about a year to write, in a way she has been working on it her whole life. The Moment of Lift is about the women who have inspired Melinda, starting with her own mother, through her colleagues at Microsoft, and continuing today with the amazing scientists, farmers, educators, and leaders she meets through her work with our foundation. -... -But to me, what is really impressive about the book is the way Melinda combines her mastery of data with her ability to tell powerful stories about individual women she has met.",https://www.gatesnotes.com/Books/The-Moment-of-Lift -b29b5383-f2f3-4e6d-9d35-aa0f33ea03c1,Bill Gates,,"What if people run out of things to do? -A provocative new book raises big questions about the future. -What gives our lives meaning? And what if one day, whatever gives us meaning went away—what would we do then? - -I’m still thinking about those weighty questions after finishing Homo Deus, the provocative new book by Yuval Noah Harari. -... -Harari’s new book is as challenging and readable as Sapiens. Rather than looking back, as Sapiens does, it looks to the future. -... -Here is Harari’s most provocative idea: As good as it sounds, achieving the dream of bliss, immortality, and divinity could be bad news for the human race. -... -Harari does the best job I have seen of explaining the purpose problem. And he deserves credit for venturing an answer to it. He suggests that finding a new purpose requires us to develop new religion. -... -I wasn’t satisfied by his answer to the purpose question. But don’t let a dissatisfying conclusion dissuade you from reading Homo Deus. It is a deeply engaging book with lots of stimulating ideas and not a lot of jargon. It makes you think about the future, which is another way of saying it makes you think about the present.",https://www.gatesnotes.com/Books/Homo-Deus diff --git a/db/topics.js b/db/topics.js new file mode 100644 index 0000000..282f361 --- /dev/null +++ b/db/topics.js @@ -0,0 +1,2950 @@ +export let topics = ` +{"name":"pricing","display_name":"pricing","parent_id":"business","sort_index":null} +{"name":"prisoners-dilemma","display_name":"Prisoners Dilemma","parent_id":null,"sort_index":null} +{"name":"15-puzzle","display_name":"15-puzzle","parent_id":null,"sort_index":null} +{"name":"lockpicking","display_name":"Lockpicking","parent_id":"hobbies","sort_index":null} +{"name":"tensor-analysis","display_name":"Tensor Analysis","parent_id":"linear-algebra","sort_index":null} +{"name":"sleep","display_name":"Sleep","parent_id":"health","sort_index":null} +{"name":"complex-numbers","display_name":"Complex Numbers","parent_id":"mathematics","sort_index":"2"} +{"name":"electronics-engineering","display_name":"Electronics Engineering","parent_id":"engineering","sort_index":null} +{"name":"linear-algebra","display_name":"Linear Algebra","parent_id":"mathematics","sort_index":null} +{"name":"flat-earth","display_name":"Flat Earth","parent_id":null,"sort_index":null} +{"name":"young-adult","display_name":"young-adult","parent_id":null,"sort_index":null} +{"name":"communication","display_name":"Communication","parent_id":"personal-development","sort_index":null} +{"name":"parabola","display_name":"Parabola","parent_id":"mathematics","sort_index":null} +{"name":"parrondo-paradox","display_name":"Parrondo Paradox","parent_id":null,"sort_index":null} +{"name":"ramanujan","display_name":"ramanujan","parent_id":null,"sort_index":null} +{"name":"angel-investing","display_name":"angel-investing","parent_id":"startups","sort_index":null} +{"name":"software-tools/nodejs","display_name":"software-tools/nodejs","parent_id":"programming","sort_index":null} +{"name":"technical-debt","display_name":"technical-debt","parent_id":"software-engineering","sort_index":null} +{"name":"surface-tension","display_name":"Surface Tension","parent_id":null,"sort_index":null} +{"name":"hula-hoop","display_name":"Hula Hoop","parent_id":"hobbies","sort_index":null} +{"name":"protein-folding","display_name":"Protein Folding","parent_id":"protein","sort_index":null} +{"name":"clojure","display_name":"clojure","parent_id":"programming-languages","sort_index":null} +{"name":"fasting","display_name":"fasting","parent_id":"health","sort_index":null} +{"name":"watercolor-painting","display_name":"Watercolor Painting","parent_id":"painting","sort_index":null} +{"name":"nations/usa/history","display_name":"nations/usa/history","parent_id":null,"sort_index":null} +{"name":"classical-mechanics","display_name":"classical-mechanics","parent_id":"physics","sort_index":null} +{"name":"riemann-hypothesis","display_name":"Riemann Hypothesis","parent_id":"mathematics","sort_index":null} +{"name":"art-and-culture","display_name":"art-and-culture","parent_id":null,"sort_index":null} +{"name":"software-tools/llvm","display_name":"software-tools/llvm","parent_id":null,"sort_index":null} +{"name":"cubic-equations","display_name":"cubic-equations","parent_id":"algebra","sort_index":null} +{"name":"protein","display_name":"protein","parent_id":"biology","sort_index":null} +{"name":"cap-theorem","display_name":"cap-theorem","parent_id":"computer-science","sort_index":null} +{"name":"general-nonfiction","display_name":"general-nonfiction","parent_id":null,"sort_index":null} +{"name":"public-speaking","display_name":"public-speaking","parent_id":null,"sort_index":null} +{"name":"bellman-equation","display_name":"Bellman Equation","parent_id":"dynamic-programming","sort_index":null} +{"name":"triangle","display_name":"Triangle","parent_id":"geometry","sort_index":null} +{"name":"theater","display_name":"theater","parent_id":"humanities","sort_index":null} +{"name":"languages/french","display_name":"languages/french","parent_id":"language","sort_index":null} +{"name":"art-history","display_name":"art-history","parent_id":null,"sort_index":null} +{"name":"astronomy","display_name":"astronomy","parent_id":"science","sort_index":null} +{"name":"physiology","display_name":"physiology","parent_id":"medicine","sort_index":null} +{"name":"geology","display_name":"geology","parent_id":null,"sort_index":null} +{"name":"graphic-design","display_name":"graphic-design","parent_id":"design","sort_index":null} +{"name":"geometric-algebra","display_name":"geometric-algebra","parent_id":"mathematics","sort_index":null} +{"name":"physics","display_name":"physics","parent_id":"science","sort_index":null} +{"name":"personl-finance","display_name":"personl-finance","parent_id":null,"sort_index":null} +{"name":"software-engineering","display_name":"software-engineering","parent_id":null,"sort_index":null} +{"name":"optimal-stopping","display_name":"optimal stopping","parent_id":null,"sort_index":null} +{"name":"heron-formula","display_name":"Heron Formula","parent_id":null,"sort_index":null} +{"name":"witchcraft","display_name":"witchcraft","parent_id":null,"sort_index":null} +{"name":"smoking","display_name":"Smoking","parent_id":null,"sort_index":null} +{"name":"algebra","display_name":"algebra","parent_id":"mathematics","sort_index":"1"} +{"name":"audio-wanted","display_name":"audio-wanted","parent_id":null,"sort_index":null} +{"name":"amateur-radio","display_name":"amateur-radio","parent_id":"hobbies","sort_index":null} +{"name":"memristor","display_name":"Memristor","parent_id":null,"sort_index":null} +{"name":"ecology","display_name":"ecology","parent_id":null,"sort_index":null} +{"name":"anthropology","display_name":"anthropology","parent_id":null,"sort_index":null} +{"name":"languages/irish","display_name":"languages/irish","parent_id":null,"sort_index":null} +{"name":"religion","display_name":"religion","parent_id":null,"sort_index":null} +{"name":"criminal-justice","display_name":"criminal-justice","parent_id":null,"sort_index":null} +{"name":"crime","display_name":"crime","parent_id":null,"sort_index":null} +{"name":"criminology","display_name":"criminology","parent_id":null,"sort_index":null} +{"name":"holocaust","display_name":"holocaust","parent_id":null,"sort_index":null} +{"name":"semantics","display_name":"semantics","parent_id":null,"sort_index":null} +{"name":"quantum-biology","display_name":"Quantum Biology","parent_id":"biology","sort_index":null} +{"name":"hyperbolic-geometry","display_name":"Hyperbolic Geometry","parent_id":"geometry","sort_index":null} +{"name":"touch-typing","display_name":"Touch Typing","parent_id":null,"sort_index":null} +{"name":"quasiperfect-numbers","display_name":"Quasiperfect Numbers","parent_id":"number-theory","sort_index":null} +{"name":"electrochemistry","display_name":"electrochemistry","parent_id":null,"sort_index":null} +{"name":"saass","display_name":"saass","parent_id":null,"sort_index":null} +{"name":"recursion","display_name":"Recursion","parent_id":"computer-science","sort_index":null} +{"name":"differential-privacy","display_name":"Differential Privacy","parent_id":null,"sort_index":null} +{"name":"software-tools/memcached","display_name":"software-tools/memcached","parent_id":null,"sort_index":null} +{"name":"towers-of-hanoi","display_name":"Towers of Hanoi","parent_id":null,"sort_index":null} +{"name":"fusion","display_name":"fusion","parent_id":null,"sort_index":null} +{"name":"copyright","display_name":"copyright","parent_id":null,"sort_index":null} +{"name":"cartographic-generalization","display_name":"Cartographic Generalization","parent_id":"cartography","sort_index":null} +{"name":"knot-theory","display_name":"Knot Theory","parent_id":"mathematics","sort_index":null} +{"name":"growth-hacking","display_name":"growth-hacking","parent_id":"business","sort_index":null} +{"name":"sonic-boom","display_name":"Sonic Boom","parent_id":null,"sort_index":null} +{"name":"adhd","display_name":"ADHD","parent_id":"medicine","sort_index":null} +{"name":"spaced-repetition","display_name":"spaced-repetition","parent_id":null,"sort_index":null} +{"name":"interior-design","display_name":"interior-design","parent_id":"hobbies","sort_index":null} +{"name":"catalan-numbers","display_name":"catalan numbers","parent_id":null,"sort_index":null} +{"name":"demography","display_name":"demography","parent_id":null,"sort_index":null} +{"name":"musical-instruments/chapman-stick","display_name":"Chapman Stick","parent_id":"music","sort_index":null} +{"name":"3d-design","display_name":"3d-design","parent_id":"engineering","sort_index":null} +{"name":"story-telling","display_name":"story-telling","parent_id":"writing","sort_index":null} +{"name":"unit-circle","display_name":"Unit Circle","parent_id":"trigonometry","sort_index":null} +{"name":"teaching","display_name":"teaching","parent_id":null,"sort_index":null} +{"name":"software-tools/three-js","display_name":"software-tools/Three JS","parent_id":null,"sort_index":null} +{"name":"governance","display_name":"governance","parent_id":"humanities","sort_index":null} +{"name":"system-design","display_name":"System Design","parent_id":null,"sort_index":null} +{"name":"creative-programming","display_name":"creative-programming","parent_id":"programming","sort_index":null} +{"name":"programming-languages/julia","display_name":"programming-languages/julia","parent_id":"programming-languages","sort_index":null} +{"name":"pulley","display_name":"Pulley","parent_id":null,"sort_index":null} +{"name":"procurement","display_name":"procurement","parent_id":null,"sort_index":null} +{"name":"proteomics","display_name":"proteomics","parent_id":null,"sort_index":null} +{"name":"trevanian","display_name":"trevanian","parent_id":null,"sort_index":null} +{"name":"crystallography","display_name":"crystallography","parent_id":"chemistry","sort_index":null} +{"name":"hurricanes","display_name":"hurricanes","parent_id":null,"sort_index":null} +{"name":"tribology","display_name":"Tribology","parent_id":"science","sort_index":null} +{"name":"connectivism","display_name":"connectivism","parent_id":null,"sort_index":null} +{"name":"magento","display_name":"magento","parent_id":null,"sort_index":null} +{"name":"theoretical-physics","display_name":"Theoretical Physics","parent_id":"physics","sort_index":null} +{"name":"heat","display_name":"heat","parent_id":null,"sort_index":null} +{"name":"safety","display_name":"safety","parent_id":null,"sort_index":null} +{"name":"dynamical-systems","display_name":"dynamical-systems","parent_id":null,"sort_index":null} +{"name":"skepticism","display_name":"skepticism","parent_id":null,"sort_index":null} +{"name":"mining","display_name":"mining","parent_id":null,"sort_index":null} +{"name":"f-matthias-alexander","display_name":"f-matthias-alexander","parent_id":null,"sort_index":null} +{"name":"microservices","display_name":"microservices","parent_id":null,"sort_index":null} +{"name":"michael-barrier","display_name":"michael-barrier","parent_id":null,"sort_index":null} +{"name":"real-analysis","display_name":"real-analysis","parent_id":null,"sort_index":null} +{"name":"graphene","display_name":"graphene","parent_id":null,"sort_index":null} +{"name":"owned","display_name":"owned","parent_id":null,"sort_index":null} +{"name":"safi-bahcall","display_name":"safi-bahcall","parent_id":null,"sort_index":null} +{"name":"human-body","display_name":"human-body","parent_id":"biology","sort_index":null} +{"name":"l-st","display_name":"l-st","parent_id":null,"sort_index":null} +{"name":"genetics","display_name":"genetics","parent_id":null,"sort_index":null} +{"name":"john-ch-wu","display_name":"john-ch-wu","parent_id":null,"sort_index":null} +{"name":"programming-languages/tla","display_name":"programming-languages/tla","parent_id":"programming-languages","sort_index":null} +{"name":"gdpr","display_name":"gdpr","parent_id":null,"sort_index":null} +{"name":"category-theory","display_name":"category-theory","parent_id":null,"sort_index":null} +{"name":"kenneith-craik","display_name":"kenneith-craik","parent_id":null,"sort_index":null} +{"name":"fire","display_name":"fire","parent_id":null,"sort_index":null} +{"name":"intuit","display_name":"intuit","parent_id":null,"sort_index":null} +{"name":"nassim-taleb","display_name":"nassim-taleb","parent_id":null,"sort_index":null} +{"name":"copart","display_name":"copart","parent_id":null,"sort_index":null} +{"name":"schlumberger","display_name":"schlumberger","parent_id":null,"sort_index":null} +{"name":"zillow","display_name":"zillow","parent_id":null,"sort_index":null} +{"name":"nucor","display_name":"nucor","parent_id":null,"sort_index":null} +{"name":"epictetus","display_name":"epictetus","parent_id":null,"sort_index":null} +{"name":"bookshelf","display_name":"bookshelf","parent_id":null,"sort_index":null} +{"name":"engineering-mathematics","display_name":"engineering-mathematics","parent_id":"mathematics","sort_index":null} +{"name":"groundscape","display_name":"groundscape","parent_id":null,"sort_index":null} +{"name":"sustainbility","display_name":"sustainbility","parent_id":null,"sort_index":null} +{"name":"stephen-king","display_name":"stephen-king","parent_id":null,"sort_index":null} +{"name":"french-literature","display_name":"french-literature","parent_id":null,"sort_index":null} +{"name":"no-torrent","display_name":"no-torrent","parent_id":null,"sort_index":null} +{"name":"new-adult","display_name":"new-adult","parent_id":null,"sort_index":null} +{"name":"childhood","display_name":"childhood","parent_id":null,"sort_index":null} +{"name":"no-interest","display_name":"no-interest","parent_id":null,"sort_index":null} +{"name":"post-apocalyptic","display_name":"post-apocalyptic","parent_id":null,"sort_index":null} +{"name":"clinical-research","display_name":"clinical-research","parent_id":null,"sort_index":null} +{"name":"adam-grant","display_name":"adam-grant","parent_id":null,"sort_index":null} +{"name":"languages/malayalam","display_name":"languages/malayalam","parent_id":"language","sort_index":null} +{"name":"game-theory","display_name":"game-theory","parent_id":null,"sort_index":null} +{"name":"reputation","display_name":"reputation","parent_id":null,"sort_index":null} +{"name":"electrical-engineering","display_name":"electrical-engineering","parent_id":"engineering","sort_index":null} +{"name":"homeopathy","display_name":"homeopathy","parent_id":null,"sort_index":null} +{"name":"gary-zukav","display_name":"gary-zukav","parent_id":null,"sort_index":null} +{"name":"kevin-kelly","display_name":"kevin-kelly","parent_id":null,"sort_index":null} +{"name":"structural-analysis","display_name":"structural-analysis","parent_id":null,"sort_index":null} +{"name":"dan-harris","display_name":"dan-harris","parent_id":null,"sort_index":null} +{"name":"nations/india/education","display_name":"nations/india/education","parent_id":null,"sort_index":null} +{"name":"penrose-tiling","display_name":"penrose-tiling","parent_id":null,"sort_index":null} +{"name":"childrens","display_name":"childrens","parent_id":null,"sort_index":null} +{"name":"martin-ford","display_name":"martin-ford","parent_id":null,"sort_index":null} +{"name":"sculpture","display_name":"sculpture","parent_id":null,"sort_index":null} +{"name":"new-science","display_name":"new-science","parent_id":null,"sort_index":null} +{"name":"sports/table-tennis","display_name":"sports/table-tennis","parent_id":null,"sort_index":null} +{"name":"math","display_name":"math","parent_id":null,"sort_index":null} +{"name":"nuclear-physics","display_name":"nuclear-physics","parent_id":"physics","sort_index":null} +{"name":"literary-criticism","display_name":"literary-criticism","parent_id":null,"sort_index":null} +{"name":"books-reading","display_name":"books-reading","parent_id":null,"sort_index":null} +{"name":"classics","display_name":"classics","parent_id":null,"sort_index":null} +{"name":"just-archi-things","display_name":"just-archi-things","parent_id":null,"sort_index":null} +{"name":"superconductivity","display_name":"superconductivity","parent_id":null,"sort_index":null} +{"name":"abstract-algebra","display_name":"abstract-algebra","parent_id":"mathematics","sort_index":null} +{"name":"ux","display_name":"ux","parent_id":null,"sort_index":null} +{"name":"butterflies","display_name":"butterflies","parent_id":null,"sort_index":null} +{"name":"musical-instruments/flute","display_name":"musical-instruments/flute","parent_id":null,"sort_index":null} +{"name":"vnbookdrive2016","display_name":"vnbookdrive2016","parent_id":null,"sort_index":null} +{"name":"air-purification","display_name":"air-purification","parent_id":null,"sort_index":null} +{"name":"ftww","display_name":"ftww","parent_id":null,"sort_index":null} +{"name":"richard-feynman","display_name":"richard-feynman","parent_id":null,"sort_index":null} +{"name":"horus-heresy","display_name":"horus-heresy","parent_id":null,"sort_index":null} +{"name":"3-ha","display_name":"3-ha","parent_id":null,"sort_index":null} +{"name":"my-library","display_name":"my-library","parent_id":null,"sort_index":null} +{"name":"galois-theory","display_name":"galois-theory","parent_id":"abstract-algebra","sort_index":null} +{"name":"actually-wtr","display_name":"actually-wtr","parent_id":null,"sort_index":null} +{"name":"to-go-thru","display_name":"to-go-thru","parent_id":null,"sort_index":null} +{"name":"female-authors","display_name":"female-authors","parent_id":null,"sort_index":null} +{"name":"partition","display_name":"partition","parent_id":null,"sort_index":null} +{"name":"social-issues","display_name":"social-issues","parent_id":null,"sort_index":null} +{"name":"romans","display_name":"romans","parent_id":null,"sort_index":null} +{"name":"brenda-jackson","display_name":"brenda-jackson","parent_id":null,"sort_index":null} +{"name":"nobel-prize","display_name":"nobel-prize","parent_id":null,"sort_index":null} +{"name":"to-go-thru-c","display_name":"to-go-thru-c","parent_id":null,"sort_index":null} +{"name":"french","display_name":"french","parent_id":null,"sort_index":null} +{"name":"m-m","display_name":"m-m","parent_id":null,"sort_index":null} +{"name":"lisp","display_name":"lisp","parent_id":null,"sort_index":null} +{"name":"top-10-non-fiction-to-buy","display_name":"top-10-non-fiction-to-buy","parent_id":null,"sort_index":null} +{"name":"i-own","display_name":"i-own","parent_id":null,"sort_index":null} +{"name":"e-books","display_name":"e-books","parent_id":null,"sort_index":null} +{"name":"plays","display_name":"plays","parent_id":null,"sort_index":null} +{"name":"swedish","display_name":"swedish","parent_id":null,"sort_index":null} +{"name":"nicholas-sparks","display_name":"nicholas-sparks","parent_id":null,"sort_index":null} +{"name":"programming-languages/r","display_name":"programming-languages/r","parent_id":"programming-languages","sort_index":null} +{"name":"to-get","display_name":"to-get","parent_id":null,"sort_index":null} +{"name":"mystery","display_name":"mystery","parent_id":null,"sort_index":null} +{"name":"james-patterson","display_name":"james-patterson","parent_id":null,"sort_index":null} +{"name":"the-venus-project","display_name":"the-venus-project","parent_id":null,"sort_index":null} +{"name":"spanish","display_name":"spanish","parent_id":null,"sort_index":null} +{"name":"grandpa-s-books","display_name":"grandpa-s-books","parent_id":null,"sort_index":null} +{"name":"calibre","display_name":"calibre","parent_id":null,"sort_index":null} +{"name":"antibiotic-resistance","display_name":"antibiotic-resistance","parent_id":null,"sort_index":null} +{"name":"intel","display_name":"intel","parent_id":null,"sort_index":null} +{"name":"programming-languages/swift","display_name":"programming-languages/swift","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/d","display_name":"programming-languages/d","parent_id":"programming-languages","sort_index":null} +{"name":"technology","display_name":"technology","parent_id":null,"sort_index":null} +{"name":"programming-languages/matlab","display_name":"programming-languages/matlab","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/kotlin","display_name":"programming-languages/kotlin","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/visual-basic","display_name":"programming-languages/visual-basic","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/prolog","display_name":"programming-languages/prolog","parent_id":"programming-languages","sort_index":null} +{"name":"to-be-shelved-digitally","display_name":"to-be-shelved-digitally","parent_id":null,"sort_index":null} +{"name":"programming-languages/dotnet","display_name":"programming-languages/dotnet","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/smalltalk","display_name":"programming-languages/smalltalk","parent_id":"programming-languages","sort_index":null} +{"name":"econometrics","display_name":"econometrics","parent_id":"economics","sort_index":null} +{"name":"programming-languages/css","display_name":"programming-languages/css","parent_id":"programming-languages","sort_index":null} +{"name":"03-words","display_name":"03-words","parent_id":null,"sort_index":null} +{"name":"programming-languages/scratch","display_name":"programming-languages/scratch","parent_id":"programming-languages","sort_index":null} +{"name":"nyc","display_name":"nyc","parent_id":null,"sort_index":null} +{"name":"programming-languages/snap","display_name":"programming-languages/snap","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/html","display_name":"programming-languages/html","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/scala","display_name":"programming-languages/scala","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/perl","display_name":"programming-languages/perl","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/assembly","display_name":"programming-languages/assembly","parent_id":"programming-languages","sort_index":null} +{"name":"gis","display_name":"gis","parent_id":null,"sort_index":null} +{"name":"english-class","display_name":"english-class","parent_id":null,"sort_index":null} +{"name":"programming-languages/dart","display_name":"programming-languages/dart","parent_id":"programming-languages","sort_index":null} +{"name":"essays","display_name":"essays","parent_id":null,"sort_index":null} +{"name":"programming-languages/octave","display_name":"programming-languages/octave","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/uml","display_name":"programming-languages/uml","parent_id":"programming-languages","sort_index":null} +{"name":"cookbooks","display_name":"cookbooks","parent_id":null,"sort_index":null} +{"name":"letters","display_name":"letters","parent_id":null,"sort_index":null} +{"name":"geometry","display_name":"geometry","parent_id":"mathematics","sort_index":null} +{"name":"american-history","display_name":"american-history","parent_id":null,"sort_index":null} +{"name":"programming-languages/php","display_name":"programming-languages/php","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/java","display_name":"programming-languages/java","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/nativescript","display_name":"programming-languages/nativescript","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/software","display_name":"programming-languages/software","parent_id":"programming-languages","sort_index":null} +{"name":"immunology","display_name":"immunology","parent_id":null,"sort_index":null} +{"name":"zettelkasten","display_name":"Zettelkasten","parent_id":null,"sort_index":null} +{"name":"larry-bird","display_name":"larry-bird","parent_id":null,"sort_index":null} +{"name":"spectroscopy","display_name":"spectroscopy","parent_id":null,"sort_index":null} +{"name":"roads","display_name":"roads","parent_id":"civil-engineering","sort_index":null} +{"name":"breathing","display_name":"breathing","parent_id":null,"sort_index":null} +{"name":"wl-gore","display_name":"wl-gore","parent_id":null,"sort_index":null} +{"name":"israel","display_name":"israel","parent_id":null,"sort_index":null} +{"name":"manufacturing","display_name":"manufacturing","parent_id":null,"sort_index":null} +{"name":"paul-graham","display_name":"paul-graham","parent_id":null,"sort_index":null} +{"name":"public-health","display_name":"public-health","parent_id":null,"sort_index":null} +{"name":"cycling","display_name":"cycling","parent_id":null,"sort_index":null} +{"name":"tangram","display_name":"Tangram","parent_id":null,"sort_index":null} +{"name":"smalltalk","display_name":"smalltalk","parent_id":null,"sort_index":null} +{"name":"book-cart","display_name":"book-cart","parent_id":null,"sort_index":null} +{"name":"software-tools/windows","display_name":"software-tools/windows","parent_id":"computers","sort_index":null} +{"name":"health","display_name":"health","parent_id":null,"sort_index":null} +{"name":"geography","display_name":"geography","parent_id":null,"sort_index":null} +{"name":"historie","display_name":"historie","parent_id":null,"sort_index":null} +{"name":"geochemistry","display_name":"geochemistry","parent_id":null,"sort_index":null} +{"name":"language","display_name":"Languages","parent_id":null,"sort_index":null} +{"name":"probability","display_name":"probability","parent_id":"mathematics","sort_index":null} +{"name":"mathematics","display_name":"mathematics","parent_id":null,"sort_index":"1"} +{"name":"aviation","display_name":"aviation","parent_id":"engineering","sort_index":null} +{"name":"complexity-science","display_name":"complexity-science","parent_id":"science","sort_index":null} +{"name":"economics","display_name":"economics","parent_id":"humanities","sort_index":null} +{"name":"marketing","display_name":"marketing","parent_id":"business","sort_index":null} +{"name":"software-tools/awk","display_name":"Software Tools/Awk","parent_id":null,"sort_index":null} +{"name":"civil-engineering","display_name":"civil-engineering","parent_id":"engineering","sort_index":null} +{"name":"penguins","display_name":"penguins","parent_id":null,"sort_index":null} +{"name":"fiction-writing","display_name":"Fiction writing","parent_id":"writing","sort_index":null} +{"name":"literature","display_name":"literature","parent_id":"humanities","sort_index":null} +{"name":"origami","display_name":"Origami","parent_id":null,"sort_index":null} +{"name":"mcat","display_name":"mcat","parent_id":null,"sort_index":null} +{"name":"sudoku","display_name":"Sudoku","parent_id":null,"sort_index":null} +{"name":"russells-paradox","display_name":"Russells paradox","parent_id":null,"sort_index":null} +{"name":"rory-gilmore-reading-challenge","display_name":"rory-gilmore-reading-challenge","parent_id":null,"sort_index":null} +{"name":"science-tech","display_name":"science-tech","parent_id":null,"sort_index":null} +{"name":"african-lit","display_name":"african-lit","parent_id":null,"sort_index":null} +{"name":"misc","display_name":"misc","parent_id":null,"sort_index":null} +{"name":"to-read-health","display_name":"to-read-health","parent_id":null,"sort_index":null} +{"name":"got-it","display_name":"got-it","parent_id":null,"sort_index":null} +{"name":"books-to-buy","display_name":"books-to-buy","parent_id":null,"sort_index":null} +{"name":"flying","display_name":"flying","parent_id":null,"sort_index":null} +{"name":"obama","display_name":"obama","parent_id":null,"sort_index":null} +{"name":"3d-modeling","display_name":"3d-modeling","parent_id":"engineering","sort_index":null} +{"name":"topology","display_name":"topology","parent_id":"mathematics","sort_index":null} +{"name":"coordinate-plane","display_name":"Coordinate plane","parent_id":null,"sort_index":null} +{"name":"nr","display_name":"nr","parent_id":null,"sort_index":null} +{"name":"bought","display_name":"bought","parent_id":null,"sort_index":null} +{"name":"nonf","display_name":"nonf","parent_id":null,"sort_index":null} +{"name":"01-bios","display_name":"01-bios","parent_id":null,"sort_index":null} +{"name":"survival","display_name":"survival","parent_id":null,"sort_index":null} +{"name":"social-science","display_name":"social-science","parent_id":"humanities","sort_index":null} +{"name":"psychology","display_name":"psychology","parent_id":"humanities","sort_index":null} +{"name":"history","display_name":"history","parent_id":"humanities","sort_index":null} +{"name":"books-i-own","display_name":"books-i-own","parent_id":null,"sort_index":null} +{"name":"spatial","display_name":"spatial","parent_id":null,"sort_index":null} +{"name":"david-s-books","display_name":"david-s-books","parent_id":null,"sort_index":null} +{"name":"netgalley","display_name":"netgalley","parent_id":null,"sort_index":null} +{"name":"carl-sagan","display_name":"carl-sagan","parent_id":null,"sort_index":null} +{"name":"software-tools/roam","display_name":"Software Tools/Roam","parent_id":null,"sort_index":null} +{"name":"sil","display_name":"sil","parent_id":null,"sort_index":null} +{"name":"0-2021","display_name":"0-2021","parent_id":null,"sort_index":null} +{"name":"blinkist","display_name":"blinkist","parent_id":null,"sort_index":null} +{"name":"box","display_name":"box","parent_id":null,"sort_index":null} +{"name":"polymer-chemistry","display_name":"polymer-chemistry","parent_id":null,"sort_index":null} +{"name":"statistical-mechanics","display_name":"statistical-mechanics","parent_id":null,"sort_index":null} +{"name":"eye-tracking","display_name":"eye-tracking","parent_id":null,"sort_index":null} +{"name":"anarchism","display_name":"Anarchism","parent_id":null,"sort_index":null} +{"name":"insects","display_name":"insects","parent_id":null,"sort_index":null} +{"name":"mba","display_name":"mba","parent_id":null,"sort_index":null} +{"name":"automotive-engineering","display_name":"automotive-engineering","parent_id":"engineering","sort_index":null} +{"name":"adventure","display_name":"adventure","parent_id":"hobbies","sort_index":null} +{"name":"software-tools/spss","display_name":"software-tools/spss","parent_id":null,"sort_index":null} +{"name":"automata","display_name":"automata","parent_id":null,"sort_index":null} +{"name":"activitypub","display_name":"ActivityPub","parent_id":null,"sort_index":null} +{"name":"evolutionary-computing","display_name":"evolutionary-computing","parent_id":null,"sort_index":null} +{"name":"bioproces-engineering","display_name":"bioproces-engineering","parent_id":null,"sort_index":null} +{"name":"productivity","display_name":"productivity","parent_id":"personal-development","sort_index":null} +{"name":"people-management","display_name":"people-management","parent_id":"business","sort_index":null} +{"name":"personal-branding","display_name":"personal-branding","parent_id":"personal-development","sort_index":null} +{"name":"reading","display_name":"reading","parent_id":"learning","sort_index":null} +{"name":"data","display_name":"data","parent_id":null,"sort_index":null} +{"name":"athletics","display_name":"athletics","parent_id":"sports","sort_index":null} +{"name":"data-mining","display_name":"data-mining","parent_id":null,"sort_index":null} +{"name":"addiction","display_name":"Addiction","parent_id":"medicine","sort_index":null} +{"name":"biomechanics","display_name":"biomechanics","parent_id":null,"sort_index":null} +{"name":"bubbles","display_name":"bubbles","parent_id":null,"sort_index":null} +{"name":"nations/france","display_name":"nations/france","parent_id":null,"sort_index":null} +{"name":"atomic-physics","display_name":"Atomic Physics","parent_id":"physics","sort_index":null} +{"name":"programming-languages/ruby","display_name":"Ruby","parent_id":"programming-languages","sort_index":null} +{"name":"statistics","display_name":"statistics","parent_id":"mathematics","sort_index":null} +{"name":"aphorisms","display_name":"aphorisms","parent_id":null,"sort_index":null} +{"name":"personal-library","display_name":"Personal Library","parent_id":null,"sort_index":null} +{"name":"christian-life","display_name":"christian-life","parent_id":null,"sort_index":null} +{"name":"patents","display_name":"patents","parent_id":null,"sort_index":null} +{"name":"quantum-computing","display_name":"quantum-computing","parent_id":null,"sort_index":null} +{"name":"murray-gell-mann","display_name":"murray-gell-mann","parent_id":null,"sort_index":null} +{"name":"latin-america","display_name":"latin-america","parent_id":null,"sort_index":null} +{"name":"rhinosinusitis","display_name":"rhinosinusitis","parent_id":null,"sort_index":null} +{"name":"matrix","display_name":"matrix","parent_id":null,"sort_index":null} +{"name":"sign-language","display_name":"sign-language","parent_id":null,"sort_index":null} +{"name":"computer-architecture","display_name":"computer-architecture","parent_id":"computer-science","sort_index":null} +{"name":"data-analysis","display_name":"data-analysis","parent_id":null,"sort_index":null} +{"name":"design","display_name":"design","parent_id":null,"sort_index":null} +{"name":"non-fiction-general","display_name":"non-fiction-general","parent_id":null,"sort_index":null} +{"name":"software-tools/office365","display_name":"software-tools/office365","parent_id":null,"sort_index":null} +{"name":"james-stewart","display_name":"james-stewart","parent_id":null,"sort_index":null} +{"name":"hist","display_name":"hist","parent_id":null,"sort_index":null} +{"name":"oprah-s-book-club","display_name":"oprah-s-book-club","parent_id":null,"sort_index":null} +{"name":"book-club","display_name":"book-club","parent_id":null,"sort_index":null} +{"name":"scandinavia","display_name":"scandinavia","parent_id":null,"sort_index":null} +{"name":"parallel-computing","display_name":"parallel-computing","parent_id":null,"sort_index":null} +{"name":"additive-manufacturing","display_name":"additive-manufacturing","parent_id":null,"sort_index":null} +{"name":"nations","display_name":"Nations","parent_id":null,"sort_index":null} +{"name":"dominican-writers","display_name":"dominican-writers","parent_id":null,"sort_index":null} +{"name":"partial-differential-equations","display_name":"partial-differential-equations","parent_id":null,"sort_index":null} +{"name":"astronautics","display_name":"astronautics","parent_id":null,"sort_index":null} +{"name":"analysis","display_name":"analysis","parent_id":null,"sort_index":null} +{"name":"analytical-geometry","display_name":"analytical-geometry","parent_id":null,"sort_index":null} +{"name":"systems-programming","display_name":"systems-programming","parent_id":null,"sort_index":null} +{"name":"policing","display_name":"policing","parent_id":null,"sort_index":null} +{"name":"stability-and-control","display_name":"stability-and-control","parent_id":"engineering","sort_index":null} +{"name":"torture","display_name":"torture","parent_id":null,"sort_index":null} +{"name":"modelling","display_name":"modelling","parent_id":null,"sort_index":null} +{"name":"weight-management","display_name":"weight-management","parent_id":"health","sort_index":null} +{"name":"bioethics","display_name":"bioethics","parent_id":null,"sort_index":null} +{"name":"fourier-analysis","display_name":"fourier-analysis","parent_id":null,"sort_index":null} +{"name":"auditing","display_name":"auditing","parent_id":null,"sort_index":null} +{"name":"argumentation-theory","display_name":"argumentation-theory","parent_id":null,"sort_index":null} +{"name":"decision-making","display_name":"decision-making","parent_id":"thinking","sort_index":null} +{"name":"cyber-physical-systems","display_name":"cyber-physical-systems","parent_id":null,"sort_index":null} +{"name":"manifolds","display_name":"manifolds","parent_id":null,"sort_index":null} +{"name":"medical-ethics","display_name":"medical-ethics","parent_id":null,"sort_index":null} +{"name":"phd","display_name":"phd","parent_id":null,"sort_index":null} +{"name":"business-ethics","display_name":"business-ethics","parent_id":null,"sort_index":null} +{"name":"thermodynamics","display_name":"thermodynamics","parent_id":"science","sort_index":null} +{"name":"manga","display_name":"manga","parent_id":null,"sort_index":null} +{"name":"western","display_name":"western","parent_id":null,"sort_index":null} +{"name":"aerodynamics","display_name":"aerodynamics","parent_id":"engineering","sort_index":null} +{"name":"modern-algebra","display_name":"modern-algebra","parent_id":null,"sort_index":null} +{"name":"bitcoin","display_name":"bitcoin","parent_id":null,"sort_index":null} +{"name":"india","display_name":"india","parent_id":null,"sort_index":null} +{"name":"languages/esperanto","display_name":"languages/esperanto","parent_id":null,"sort_index":null} +{"name":"coherence","display_name":"coherence","parent_id":null,"sort_index":null} +{"name":"food","display_name":"food","parent_id":null,"sort_index":null} +{"name":"radiation","display_name":"radiation","parent_id":null,"sort_index":null} +{"name":"turkish-literature","display_name":"turkish-literature","parent_id":null,"sort_index":null} +{"name":"john-wooden","display_name":"john-wooden","parent_id":null,"sort_index":null} +{"name":"nations/china/business","display_name":"nations/china/business","parent_id":null,"sort_index":null} +{"name":"programming-languages/ocaml","display_name":"programming-languages/ocaml","parent_id":"programming-languages","sort_index":null} +{"name":"john-conway","display_name":"John Conway","parent_id":null,"sort_index":null} +{"name":"vegetarianism","display_name":"vegetarianism","parent_id":null,"sort_index":null} +{"name":"trademark","display_name":"trademark","parent_id":null,"sort_index":null} +{"name":"walmart","display_name":"walmart","parent_id":null,"sort_index":null} +{"name":"cooking","display_name":"cooking","parent_id":"hobbies","sort_index":null} +{"name":"indian-philosophy","display_name":"Indian Philosophy","parent_id":"philosophy","sort_index":null} +{"name":"film","display_name":"film","parent_id":"humanities","sort_index":null} +{"name":"programming-languages/python","display_name":"programming-languages/python","parent_id":"programming-languages","sort_index":null} +{"name":"robert-kurson","display_name":"robert-kurson","parent_id":null,"sort_index":null} +{"name":"h1n1","display_name":"h1n1","parent_id":"medicine","sort_index":null} +{"name":"traveling-salesman-problem","display_name":"traveling-salesman-problem","parent_id":null,"sort_index":null} +{"name":"winter-2017-nonfiction","display_name":"winter-2017-nonfiction","parent_id":null,"sort_index":null} +{"name":"duncan-clark","display_name":"duncan-clark","parent_id":null,"sort_index":null} +{"name":"biochemical-engineering","display_name":"biochemical-engineering","parent_id":null,"sort_index":null} +{"name":"dwight-eisenhower","display_name":"dwight-eisenhower","parent_id":null,"sort_index":null} +{"name":"intellectual-property","display_name":"intellectual-property","parent_id":null,"sort_index":null} +{"name":"michael-moritz","display_name":"michael-moritz","parent_id":null,"sort_index":null} +{"name":"steve-jobs","display_name":"steve-jobs","parent_id":null,"sort_index":null} +{"name":"mathematical-thinking","display_name":"mathematical-thinking","parent_id":"thinking","sort_index":null} +{"name":"lama-surya-das","display_name":"lama-surya-das","parent_id":null,"sort_index":null} +{"name":"desmond-tutu","display_name":"desmond-tutu","parent_id":null,"sort_index":null} +{"name":"thich-nhat-hanh","display_name":"thich-nhat-hanh","parent_id":null,"sort_index":null} +{"name":"programming-languages/coq","display_name":"programming-languages/coq","parent_id":"programming-languages","sort_index":null} +{"name":"first-world-war","display_name":"first-world-war","parent_id":null,"sort_index":null} +{"name":"nations/argentina","display_name":"nations/argentina","parent_id":null,"sort_index":null} +{"name":"nations/egypt","display_name":"nations/egypt","parent_id":null,"sort_index":null} +{"name":"computer-networking","display_name":"computer-networking","parent_id":"computer-science","sort_index":null} +{"name":"political-science","display_name":"political-science","parent_id":"humanities","sort_index":null} +{"name":"data-science/software-tools/excel","display_name":"data-science/software-tools/excel","parent_id":null,"sort_index":null} +{"name":"rugby","display_name":"rugby","parent_id":"sports","sort_index":null} +{"name":"blake-masters","display_name":"blake-masters","parent_id":null,"sort_index":null} +{"name":"kleiner-perkins","display_name":"kleiner-perkins","parent_id":null,"sort_index":null} +{"name":"entertainment","display_name":"entertainment","parent_id":null,"sort_index":null} +{"name":"tim-ferriss","display_name":"tim-ferriss","parent_id":null,"sort_index":null} +{"name":"giorgio-vasari","display_name":"giorgio-vasari","parent_id":null,"sort_index":null} +{"name":"research","display_name":"research","parent_id":null,"sort_index":null} +{"name":"neal-stephenson","display_name":"neal-stephenson","parent_id":null,"sort_index":null} +{"name":"cardiovascular-diseases","display_name":"cardiovascular-diseases","parent_id":"medicine","sort_index":null} +{"name":"human-trafficking","display_name":"human-trafficking","parent_id":null,"sort_index":null} +{"name":"semiconductors","display_name":"semiconductors","parent_id":null,"sort_index":null} +{"name":"stochastic-processes","display_name":"stochastic-processes","parent_id":null,"sort_index":null} +{"name":"biotechnology","display_name":"biotechnology","parent_id":null,"sort_index":null} +{"name":"peter-diamandis","display_name":"peter-diamandis","parent_id":null,"sort_index":null} +{"name":"money-markets","display_name":"money-markets","parent_id":null,"sort_index":null} +{"name":"rory-sutherland","display_name":"rory-sutherland","parent_id":null,"sort_index":null} +{"name":"bain","display_name":"bain","parent_id":null,"sort_index":null} +{"name":"power","display_name":"power","parent_id":null,"sort_index":null} +{"name":"data-general","display_name":"data-general","parent_id":null,"sort_index":null} +{"name":"david-perlmutter","display_name":"david-perlmutter","parent_id":null,"sort_index":null} +{"name":"animals","display_name":"animals","parent_id":"biology","sort_index":null} +{"name":"languages/japanese","display_name":"languages/japanese","parent_id":null,"sort_index":null} +{"name":"languages/chinese","display_name":"languages/chinese","parent_id":"language","sort_index":null} +{"name":"don-miguel-ruiz","display_name":"don-miguel-ruiz","parent_id":null,"sort_index":null} +{"name":"how-to-live-life","display_name":"how-to-live-life","parent_id":null,"sort_index":null} +{"name":"bacteria","display_name":"bacteria","parent_id":null,"sort_index":null} +{"name":"software-tools/salesforce","display_name":"software-tools/salesforce","parent_id":null,"sort_index":null} +{"name":"william-manchester","display_name":"william-manchester","parent_id":null,"sort_index":null} +{"name":"corporate-finance","display_name":"corporate-finance","parent_id":null,"sort_index":null} +{"name":"default","display_name":"default","parent_id":null,"sort_index":null} +{"name":"media-management","display_name":"media-management","parent_id":null,"sort_index":null} +{"name":"elliot-aronson","display_name":"elliot-aronson","parent_id":null,"sort_index":null} +{"name":"software-tools/android","display_name":"software-tools/android","parent_id":null,"sort_index":null} +{"name":"genetic-engineering","display_name":"genetic-engineering","parent_id":"engineering","sort_index":null} +{"name":"russia","display_name":"russia","parent_id":null,"sort_index":null} +{"name":"software-tools/matlab","display_name":"software-tools/matlab","parent_id":null,"sort_index":null} +{"name":"photography","display_name":"photography","parent_id":"hobbies","sort_index":null} +{"name":"fluid-therapy","display_name":"fluid-therapy","parent_id":null,"sort_index":null} +{"name":"louis-f-swift","display_name":"louis-f-swift","parent_id":null,"sort_index":null} +{"name":"emerging-markets","display_name":"emerging-markets","parent_id":null,"sort_index":null} +{"name":"steven-pinker","display_name":"steven-pinker","parent_id":null,"sort_index":null} +{"name":"mental-health","display_name":"mental-health","parent_id":null,"sort_index":null} +{"name":"building-information-modeling","display_name":"building-information-modeling","parent_id":null,"sort_index":null} +{"name":"marketplaces","display_name":"marketplaces","parent_id":null,"sort_index":null} +{"name":"fluids","display_name":"fluids","parent_id":null,"sort_index":null} +{"name":"bill-campbell","display_name":"bill-campbell","parent_id":null,"sort_index":null} +{"name":"paper","display_name":"paper","parent_id":null,"sort_index":null} +{"name":"brain-computer-interface","display_name":"brain-computer-interface","parent_id":null,"sort_index":null} +{"name":"formal-concept-analysis","display_name":"formal-concept-analysis","parent_id":null,"sort_index":null} +{"name":"golder-ratio","display_name":"golder-ratio","parent_id":null,"sort_index":null} +{"name":"suzy-giordano","display_name":"suzy-giordano","parent_id":null,"sort_index":null} +{"name":"frederick-taylor-gates","display_name":"frederick-taylor-gates","parent_id":null,"sort_index":null} +{"name":"adolescent-health","display_name":"adolescent-health","parent_id":"medicine","sort_index":null} +{"name":"ralph-stayer","display_name":"ralph-stayer","parent_id":null,"sort_index":null} +{"name":"darrell-huff","display_name":"darrell-huff","parent_id":null,"sort_index":null} +{"name":"mikael-krogerus","display_name":"mikael-krogerus","parent_id":null,"sort_index":null} +{"name":"software-tools/app-inventor","display_name":"software-tools/app-inventor","parent_id":null,"sort_index":null} +{"name":"perfect-pitch","display_name":"Perfect Pitch","parent_id":null,"sort_index":null} +{"name":"recommended","display_name":"recommended","parent_id":null,"sort_index":null} +{"name":"software-tools/hyperledger","display_name":"software-tools/hyperledger","parent_id":null,"sort_index":null} +{"name":"nihilism","display_name":"Nihilism","parent_id":null,"sort_index":null} +{"name":"internet","display_name":"internet","parent_id":null,"sort_index":null} +{"name":"immigration","display_name":"immigration","parent_id":"humanities","sort_index":null} +{"name":"ideas","display_name":"ideas","parent_id":null,"sort_index":null} +{"name":"systems","display_name":"systems","parent_id":null,"sort_index":null} +{"name":"robert-pirsig","display_name":"robert-pirsig","parent_id":null,"sort_index":null} +{"name":"starlink","display_name":"starlink","parent_id":null,"sort_index":null} +{"name":"beauty","display_name":"beauty","parent_id":null,"sort_index":null} +{"name":"medicinal-chemistry","display_name":"medicinal-chemistry","parent_id":"medicine","sort_index":null} +{"name":"marshall-van-alstyne","display_name":"marshall-van-alstyne","parent_id":null,"sort_index":null} +{"name":"alzheimers","display_name":"alzheimers","parent_id":null,"sort_index":null} +{"name":"brian-bares","display_name":"brian-bares","parent_id":null,"sort_index":null} +{"name":"mooc","display_name":"mooc","parent_id":null,"sort_index":null} +{"name":"visual-arts","display_name":"visual-arts","parent_id":null,"sort_index":null} +{"name":"health-informatics","display_name":"health-informatics","parent_id":null,"sort_index":null} +{"name":"irrigation","display_name":"irrigation","parent_id":null,"sort_index":null} +{"name":"francois-jullien","display_name":"francois-jullien","parent_id":null,"sort_index":null} +{"name":"data-centers","display_name":"data-centers","parent_id":null,"sort_index":null} +{"name":"liberty","display_name":"liberty","parent_id":null,"sort_index":null} +{"name":"exponentials","display_name":"exponentials","parent_id":null,"sort_index":null} +{"name":"photons","display_name":"photons","parent_id":null,"sort_index":null} +{"name":"spectrometry","display_name":"spectrometry","parent_id":null,"sort_index":null} +{"name":"wordpress","display_name":"Wordpress","parent_id":null,"sort_index":null} +{"name":"motors","display_name":"motors","parent_id":null,"sort_index":null} +{"name":"startups","display_name":"startups","parent_id":"business","sort_index":null} +{"name":"agricultural-engineering","display_name":"Agricultural Engineering","parent_id":"engineering","sort_index":null} +{"name":"richard-liu-qiangdong","display_name":"richard-liu-qiangdong","parent_id":null,"sort_index":null} +{"name":"software-tools/microsoft","display_name":"software-tools/microsoft","parent_id":null,"sort_index":null} +{"name":"creep","display_name":"creep","parent_id":"engineering","sort_index":null} +{"name":"home-depot","display_name":"home-depot","parent_id":null,"sort_index":null} +{"name":"duty-free-shoppers","display_name":"duty-free-shoppers","parent_id":null,"sort_index":null} +{"name":"public-policy","display_name":"public-policy","parent_id":null,"sort_index":null} +{"name":"organization","display_name":"organization","parent_id":null,"sort_index":null} +{"name":"trading","display_name":"trading","parent_id":null,"sort_index":null} +{"name":"autobiography","display_name":"autobiography","parent_id":null,"sort_index":null} +{"name":"publius-syrus","display_name":"publius-syrus","parent_id":null,"sort_index":null} +{"name":"nations/denmark","display_name":"nations/denmark","parent_id":null,"sort_index":null} +{"name":"trademarks","display_name":"trademarks","parent_id":"business","sort_index":null} +{"name":"giving","display_name":"giving","parent_id":null,"sort_index":null} +{"name":"increasing-returns","display_name":"increasing-returns","parent_id":null,"sort_index":null} +{"name":"forests","display_name":"forests","parent_id":null,"sort_index":null} +{"name":"life-cycle-assessment","display_name":"life-cycle-assessment","parent_id":null,"sort_index":null} +{"name":"permutation-and-combination","display_name":"permutation-and-combination","parent_id":null,"sort_index":null} +{"name":"drug-development","display_name":"drug-development","parent_id":null,"sort_index":null} +{"name":"fiber-optics","display_name":"fiber-optics","parent_id":null,"sort_index":null} +{"name":"regression-analysis","display_name":"regression-analysis","parent_id":"statistics","sort_index":null} +{"name":"theodore-hesburgh","display_name":"theodore-hesburgh","parent_id":null,"sort_index":null} +{"name":"x-ray","display_name":"x-ray","parent_id":null,"sort_index":null} +{"name":"john-milhajevic","display_name":"john-milhajevic","parent_id":null,"sort_index":null} +{"name":"rubin-hurricane-carter","display_name":"rubin-hurricane-carter","parent_id":null,"sort_index":null} +{"name":"structural-dynamics","display_name":"structural-dynamics","parent_id":null,"sort_index":null} +{"name":"fiber","display_name":"fiber","parent_id":null,"sort_index":null} +{"name":"dark-energy","display_name":"dark-energy","parent_id":null,"sort_index":null} +{"name":"reference","display_name":"reference","parent_id":null,"sort_index":null} +{"name":"christopher-ryan","display_name":"christopher-ryan","parent_id":null,"sort_index":null} +{"name":"zooarchaeology","display_name":"zooarchaeology","parent_id":null,"sort_index":null} +{"name":"spray-theory","display_name":"spray-theory","parent_id":null,"sort_index":null} +{"name":"fashion-and-luxury","display_name":"fashion-and-luxury","parent_id":null,"sort_index":null} +{"name":"software-tools/d3js","display_name":"software-tools/d3js","parent_id":null,"sort_index":null} +{"name":"programming-languages/purescript","display_name":"programming-languages/purescript","parent_id":"programming-languages","sort_index":null} +{"name":"ebooks","display_name":"ebooks","parent_id":null,"sort_index":null} +{"name":"membranes","display_name":"membranes","parent_id":null,"sort_index":null} +{"name":"trachoma","display_name":"trachoma","parent_id":null,"sort_index":null} +{"name":"reproduction","display_name":"reproduction","parent_id":null,"sort_index":null} +{"name":"google","display_name":"google","parent_id":null,"sort_index":null} +{"name":"multiverse","display_name":"multiverse","parent_id":null,"sort_index":null} +{"name":"naval-reccomendations","display_name":"naval-reccomendations","parent_id":null,"sort_index":null} +{"name":"resilience","display_name":"resilience","parent_id":null,"sort_index":null} +{"name":"wildlife","display_name":"wildlife","parent_id":null,"sort_index":null} +{"name":"engineering-mechanics","display_name":"engineering-mechanics","parent_id":null,"sort_index":null} +{"name":"social-network","display_name":"social-network","parent_id":null,"sort_index":null} +{"name":"software-tools/skype","display_name":"software-tools/skype","parent_id":"computers","sort_index":null} +{"name":"basil-moreau","display_name":"basil-moreau","parent_id":null,"sort_index":null} +{"name":"surya-das","display_name":"surya-das","parent_id":null,"sort_index":null} +{"name":"ben-greenfield","display_name":"ben-greenfield","parent_id":null,"sort_index":null} +{"name":"donated-to-book-thing-2015","display_name":"donated-to-book-thing-2015","parent_id":null,"sort_index":null} +{"name":"duckduckgo","display_name":"duckduckgo","parent_id":null,"sort_index":null} +{"name":"programming-languages/typescript","display_name":"programming-languages/typescript","parent_id":"programming-languages","sort_index":null} +{"name":"clinical-trials","display_name":"clinical-trials","parent_id":null,"sort_index":null} +{"name":"ibm","display_name":"ibm","parent_id":null,"sort_index":null} +{"name":"software-tools/tensorflow","display_name":"software-tools/tensorflow","parent_id":null,"sort_index":null} +{"name":"user-experience","display_name":"user-experience","parent_id":null,"sort_index":null} +{"name":"margmon-group","display_name":"margmon-group","parent_id":null,"sort_index":null} +{"name":"comics","display_name":"comics","parent_id":null,"sort_index":null} +{"name":"real-estate","display_name":"real-estate","parent_id":null,"sort_index":null} +{"name":"jon-kabat-zinn","display_name":"jon-kabat-zinn","parent_id":null,"sort_index":null} +{"name":"programming-languages/lua","display_name":"programming-languages/lua","parent_id":"programming-languages","sort_index":null} +{"name":"gold","display_name":"Gold","parent_id":null,"sort_index":null} +{"name":"behavioral-genetics","display_name":"behavioral-genetics","parent_id":null,"sort_index":null} +{"name":"consumer-behaviour","display_name":"consumer-behaviour","parent_id":"marketing","sort_index":null} +{"name":"creativity","display_name":"creativity","parent_id":"psychology","sort_index":null} +{"name":"investing","display_name":"investing","parent_id":null,"sort_index":null} +{"name":"metalworking","display_name":"metalworking","parent_id":"mechanical-engineering","sort_index":null} +{"name":"random-walks","display_name":"random-walks","parent_id":null,"sort_index":null} +{"name":"circadian-clock","display_name":"circadian-clock","parent_id":null,"sort_index":null} +{"name":"simulation","display_name":"simulation","parent_id":null,"sort_index":null} +{"name":"katherine-graham","display_name":"katherine-graham","parent_id":null,"sort_index":null} +{"name":"howard-hughes","display_name":"howard-hughes","parent_id":null,"sort_index":null} +{"name":"food-processing","display_name":"food-processing","parent_id":null,"sort_index":null} +{"name":"dating","display_name":"dating","parent_id":null,"sort_index":null} +{"name":"particle-accelerators","display_name":"particle-accelerators","parent_id":null,"sort_index":null} +{"name":"computational-complexity","display_name":"computational-complexity","parent_id":null,"sort_index":null} +{"name":"refrigeration","display_name":"refrigeration","parent_id":null,"sort_index":null} +{"name":"romance","display_name":"romance","parent_id":null,"sort_index":null} +{"name":"bitumen","display_name":"bitumen","parent_id":null,"sort_index":null} +{"name":"alexander-jordania","display_name":"alexander-jordania","parent_id":null,"sort_index":null} +{"name":"atrial-fibrilliation","display_name":"atrial-fibrilliation","parent_id":null,"sort_index":null} +{"name":"second-law-of-thermodynamics","display_name":"second-law-of-thermodynamics","parent_id":"thermodynamics","sort_index":null} +{"name":"malcolm-x","display_name":"malcolm-x","parent_id":null,"sort_index":null} +{"name":"political-philosophy","display_name":"political-philosophy","parent_id":null,"sort_index":null} +{"name":"thomas-sowell","display_name":"thomas-sowell","parent_id":null,"sort_index":null} +{"name":"sherlock-holmes","display_name":"sherlock-holmes","parent_id":null,"sort_index":null} +{"name":"organizational-literacy","display_name":"organizational-literacy","parent_id":null,"sort_index":null} +{"name":"newborn","display_name":"newborn","parent_id":null,"sort_index":null} +{"name":"trauma","display_name":"trauma","parent_id":null,"sort_index":null} +{"name":"digital-system-design","display_name":"digital-system-design","parent_id":null,"sort_index":null} +{"name":"home-improvement","display_name":"home-improvement","parent_id":null,"sort_index":null} +{"name":"software-tools/sqlite","display_name":"software-tools/sqlite","parent_id":null,"sort_index":null} +{"name":"sam-walton","display_name":"sam-walton","parent_id":null,"sort_index":null} +{"name":"sex","display_name":"sex","parent_id":null,"sort_index":null} +{"name":"gustavus-franklin-swift","display_name":"gustavus-franklin-swift","parent_id":null,"sort_index":null} +{"name":"hunger","display_name":"hunger","parent_id":null,"sort_index":null} +{"name":"engineering-graphics","display_name":"engineering-graphics","parent_id":null,"sort_index":null} +{"name":"storytelling","display_name":"storytelling","parent_id":"communication","sort_index":null} +{"name":"ronald-reagan","display_name":"ronald-reagan","parent_id":null,"sort_index":null} +{"name":"scifi","display_name":"scifi","parent_id":null,"sort_index":null} +{"name":"karaoke","display_name":"karaoke","parent_id":"hobbies","sort_index":null} +{"name":"phonics","display_name":"phonics","parent_id":null,"sort_index":null} +{"name":"steel","display_name":"steel","parent_id":null,"sort_index":null} +{"name":"programming-languages/wolfram","display_name":"programming-languages/wolfram","parent_id":"programming-languages","sort_index":null} +{"name":"world-war-2","display_name":"world-war-2","parent_id":null,"sort_index":null} +{"name":"violence","display_name":"violence","parent_id":null,"sort_index":null} +{"name":"paul-kalanithi","display_name":"paul-kalanithi","parent_id":null,"sort_index":null} +{"name":"james-joyce","display_name":"james-joyce","parent_id":null,"sort_index":null} +{"name":"space","display_name":"space","parent_id":"science","sort_index":null} +{"name":"periodic-table","display_name":"periodic-table","parent_id":"chemistry","sort_index":null} +{"name":"medical-imaging","display_name":"medical-imaging","parent_id":"medicine","sort_index":null} +{"name":"eastern-philosophy","display_name":"eastern-philosophy","parent_id":null,"sort_index":null} +{"name":"aircrafts","display_name":"aircrafts","parent_id":null,"sort_index":null} +{"name":"software-tools/blender","display_name":"software-tools/blender","parent_id":"3d-modeling","sort_index":null} +{"name":"policy","display_name":"policy","parent_id":null,"sort_index":null} +{"name":"healthcare-research","display_name":"healthcare-research","parent_id":null,"sort_index":null} +{"name":"mortimer-adler","display_name":"mortimer-adler","parent_id":null,"sort_index":null} +{"name":"irish","display_name":"irish","parent_id":null,"sort_index":null} +{"name":"animal-food","display_name":"animal-food","parent_id":null,"sort_index":null} +{"name":"nations/india","display_name":"nations/india","parent_id":"nations","sort_index":null} +{"name":"love","display_name":"love","parent_id":null,"sort_index":null} +{"name":"construction","display_name":"construction","parent_id":null,"sort_index":null} +{"name":"mechanics-of-materials","display_name":"mechanics-of-materials","parent_id":null,"sort_index":null} +{"name":"nations/china/culture","display_name":"nations/china/culture","parent_id":null,"sort_index":null} +{"name":"evolution","display_name":"evolution","parent_id":null,"sort_index":null} +{"name":"psychiatry","display_name":"psychiatry","parent_id":"psychology","sort_index":null} +{"name":"air-conditioning","display_name":"air-conditioning","parent_id":null,"sort_index":null} +{"name":"paul-johnson","display_name":"paul-johnson","parent_id":null,"sort_index":null} +{"name":"karl-schriftgeisser","display_name":"karl-schriftgeisser","parent_id":null,"sort_index":null} +{"name":"particle-physics","display_name":"particle-physics","parent_id":"physics","sort_index":null} +{"name":"pandemics","display_name":"pandemics","parent_id":null,"sort_index":null} +{"name":"baseball","display_name":"baseball","parent_id":null,"sort_index":null} +{"name":"software-tools/sagemaker","display_name":"software-tools/sagemaker","parent_id":null,"sort_index":null} +{"name":"bill-george","display_name":"bill-george","parent_id":null,"sort_index":null} +{"name":"biomedical-imaging","display_name":"biomedical-imaging","parent_id":null,"sort_index":null} +{"name":"gluten-free","display_name":"gluten-free","parent_id":null,"sort_index":null} +{"name":"autonomous-vehicles","display_name":"autonomous-vehicles","parent_id":"automotive-engineering","sort_index":null} +{"name":"clayton-christensen","display_name":"clayton-christensen","parent_id":null,"sort_index":null} +{"name":"prime-numbers","display_name":"prime-numbers","parent_id":null,"sort_index":null} +{"name":"charlie-hawkins","display_name":"charlie-hawkins","parent_id":null,"sort_index":null} +{"name":"resistance","display_name":"resistance","parent_id":null,"sort_index":null} +{"name":"minimalism","display_name":"minimalism","parent_id":null,"sort_index":null} +{"name":"hip-hop","display_name":"hip-hop","parent_id":null,"sort_index":null} +{"name":"nations/india/finance","display_name":"nations/india/finance","parent_id":null,"sort_index":null} +{"name":"william-larson","display_name":"william-larson","parent_id":null,"sort_index":null} +{"name":"tom-griffiths","display_name":"tom-griffiths","parent_id":null,"sort_index":null} +{"name":"bret-victor","display_name":"bret-victor","parent_id":null,"sort_index":null} +{"name":"john-adams","display_name":"john-adams","parent_id":null,"sort_index":null} +{"name":"herbal-medicine","display_name":"herbal-medicine","parent_id":null,"sort_index":null} +{"name":"john-kilgo","display_name":"john-kilgo","parent_id":null,"sort_index":null} +{"name":"subtractive-manufacturing","display_name":"subtractive-manufacturing","parent_id":null,"sort_index":null} +{"name":"chimpanzee","display_name":"chimpanzee","parent_id":null,"sort_index":null} +{"name":"eckhart-tolle","display_name":"eckhart-tolle","parent_id":null,"sort_index":null} +{"name":"self-improvement","display_name":"self-improvement","parent_id":null,"sort_index":null} +{"name":"3d-printing","display_name":"3d-printing","parent_id":null,"sort_index":null} +{"name":"nations/china/finance","display_name":"nations/china/finance","parent_id":null,"sort_index":null} +{"name":"ernest-hemingway","display_name":"ernest-hemingway","parent_id":null,"sort_index":null} +{"name":"venkatesh-rao","display_name":"venkatesh-rao","parent_id":null,"sort_index":null} +{"name":"monetray-policy","display_name":"monetray-policy","parent_id":null,"sort_index":null} +{"name":"electronic-voting","display_name":"electronic-voting","parent_id":null,"sort_index":null} +{"name":"software-tools/sap","display_name":"software-tools/sap","parent_id":null,"sort_index":null} +{"name":"chip-conley","display_name":"chip-conley","parent_id":null,"sort_index":null} +{"name":"steven-kotler","display_name":"steven-kotler","parent_id":null,"sort_index":null} +{"name":"james-hardt","display_name":"james-hardt","parent_id":null,"sort_index":null} +{"name":"animation","display_name":"animation","parent_id":null,"sort_index":null} +{"name":"body-language","display_name":"body-language","parent_id":null,"sort_index":null} +{"name":"austin-kleon","display_name":"austin-kleon","parent_id":null,"sort_index":null} +{"name":"model-thinking","display_name":"model-thinking","parent_id":"thinking","sort_index":null} +{"name":"sweden","display_name":"sweden","parent_id":null,"sort_index":null} +{"name":"aquatics","display_name":"aquatics","parent_id":null,"sort_index":null} +{"name":"personality","display_name":"personality","parent_id":null,"sort_index":null} +{"name":"veganism","display_name":"veganism","parent_id":null,"sort_index":null} +{"name":"john-carreyrou","display_name":"john-carreyrou","parent_id":null,"sort_index":null} +{"name":"jason-bracht","display_name":"jason-bracht","parent_id":null,"sort_index":null} +{"name":"engines","display_name":"engines","parent_id":null,"sort_index":null} +{"name":"stack","display_name":"stack","parent_id":null,"sort_index":null} +{"name":"nations/usa/finance","display_name":"nations/usa/finance","parent_id":null,"sort_index":null} +{"name":"genome-sequencing","display_name":"genome-sequencing","parent_id":null,"sort_index":null} +{"name":"nations/england/history","display_name":"nations/england/history","parent_id":null,"sort_index":null} +{"name":"economic-planning","display_name":"economic-planning","parent_id":"economics","sort_index":null} +{"name":"millimeter-waves","display_name":"millimeter-waves","parent_id":null,"sort_index":null} +{"name":"international-business","display_name":"international-business","parent_id":null,"sort_index":null} +{"name":"critical-care-medicine","display_name":"critical-care-medicine","parent_id":null,"sort_index":null} +{"name":"script-writing","display_name":"script-writing","parent_id":null,"sort_index":null} +{"name":"theatre","display_name":"theatre","parent_id":null,"sort_index":null} +{"name":"differential-equations","display_name":"differential-equations","parent_id":null,"sort_index":null} +{"name":"software-tools/mysql","display_name":"software-tools/mysql","parent_id":null,"sort_index":null} +{"name":"aldous-huxley","display_name":"aldous-huxley","parent_id":null,"sort_index":null} +{"name":"digital-fabrication","display_name":"digital-fabrication","parent_id":null,"sort_index":null} +{"name":"security","display_name":"security","parent_id":null,"sort_index":null} +{"name":"comedy","display_name":"comedy","parent_id":null,"sort_index":null} +{"name":"knowledge-graph","display_name":"knowledge-graph","parent_id":null,"sort_index":null} +{"name":"02-a-thru-i-l-m-n-s-t-w","display_name":"02-a-thru-i-l-m-n-s-t-w","parent_id":null,"sort_index":null} +{"name":"nursing","display_name":"nursing","parent_id":null,"sort_index":null} +{"name":"plasma-physics","display_name":"plasma-physics","parent_id":null,"sort_index":null} +{"name":"george-mecherle","display_name":"george-mecherle","parent_id":null,"sort_index":null} +{"name":"trigonometry","display_name":"trigonometry","parent_id":"mathematics","sort_index":null} +{"name":"islam","display_name":"islam","parent_id":"religion","sort_index":null} +{"name":"joy","display_name":"joy","parent_id":null,"sort_index":null} +{"name":"reid-hoffman","display_name":"reid-hoffman","parent_id":null,"sort_index":null} +{"name":"buddhism","display_name":"buddhism","parent_id":null,"sort_index":null} +{"name":"reinforcement-learning","display_name":"reinforcement-learning","parent_id":null,"sort_index":null} +{"name":"alan-wallace","display_name":"alan-wallace","parent_id":null,"sort_index":null} +{"name":"ralph-leighton","display_name":"ralph-leighton","parent_id":null,"sort_index":null} +{"name":"software-tools/cloud-foundry","display_name":"software-tools/cloud-foundry","parent_id":null,"sort_index":null} +{"name":"nonlinear-programming","display_name":"nonlinear-programming","parent_id":null,"sort_index":null} +{"name":"numerical-computing","display_name":"numerical-computing","parent_id":null,"sort_index":null} +{"name":"outdoors","display_name":"outdoors","parent_id":null,"sort_index":null} +{"name":"hearing-loss","display_name":"hearing-loss","parent_id":null,"sort_index":null} +{"name":"longevity","display_name":"longevity","parent_id":null,"sort_index":null} +{"name":"insurance","display_name":"insurance","parent_id":null,"sort_index":null} +{"name":"fertility","display_name":"fertility","parent_id":null,"sort_index":null} +{"name":"olympics","display_name":"olympics","parent_id":"sports","sort_index":null} +{"name":"speech","display_name":"speech","parent_id":null,"sort_index":null} +{"name":"stacy-perman","display_name":"stacy-perman","parent_id":null,"sort_index":null} +{"name":"blockchain","display_name":"blockchain","parent_id":null,"sort_index":null} +{"name":"coding-theory","display_name":"coding-theory","parent_id":null,"sort_index":null} +{"name":"family","display_name":"family","parent_id":null,"sort_index":null} +{"name":"arthur-schopenhauer","display_name":"arthur-schopenhauer","parent_id":null,"sort_index":null} +{"name":"jeff-benedict","display_name":"jeff-benedict","parent_id":null,"sort_index":null} +{"name":"chemical-engineering","display_name":"chemical-engineering","parent_id":"engineering","sort_index":null} +{"name":"friction","display_name":"friction","parent_id":null,"sort_index":null} +{"name":"microbiology","display_name":"microbiology","parent_id":null,"sort_index":null} +{"name":"horror","display_name":"horror","parent_id":null,"sort_index":null} +{"name":"software-tools/ionic","display_name":"software-tools/ionic","parent_id":null,"sort_index":null} +{"name":"pharmacology","display_name":"pharmacology","parent_id":null,"sort_index":null} +{"name":"occupational-health","display_name":"occupational-health","parent_id":null,"sort_index":null} +{"name":"dietrich-doerner","display_name":"dietrich-doerner","parent_id":null,"sort_index":null} +{"name":"software-tools/emacs","display_name":"software-tools/emacs","parent_id":null,"sort_index":null} +{"name":"gymnastics","display_name":"gymnastics","parent_id":"sports","sort_index":null} +{"name":"software-project-management","display_name":"software-project-management","parent_id":null,"sort_index":null} +{"name":"problem-solving","display_name":"problem-solving","parent_id":null,"sort_index":null} +{"name":"kenny-werner","display_name":"kenny-werner","parent_id":null,"sort_index":null} +{"name":"practical","display_name":"practical","parent_id":null,"sort_index":null} +{"name":"waves","display_name":"waves","parent_id":null,"sort_index":null} +{"name":"software-tools/openstack","display_name":"software-tools/openstack","parent_id":null,"sort_index":null} +{"name":"christopher-mcdougall","display_name":"christopher-mcdougall","parent_id":null,"sort_index":null} +{"name":"jessica-livingston","display_name":"jessica-livingston","parent_id":null,"sort_index":null} +{"name":"mathematical-economics","display_name":"mathematical-economics","parent_id":null,"sort_index":null} +{"name":"baking","display_name":"baking","parent_id":null,"sort_index":null} +{"name":"behavioural-economics","display_name":"behavioural-economics","parent_id":null,"sort_index":null} +{"name":"books-about-books","display_name":"books-about-books","parent_id":null,"sort_index":null} +{"name":"democracy","display_name":"democracy","parent_id":null,"sort_index":null} +{"name":"charles-duhigg","display_name":"charles-duhigg","parent_id":null,"sort_index":null} +{"name":"podcasts","display_name":"podcasts","parent_id":null,"sort_index":null} +{"name":"john-coates","display_name":"john-coates","parent_id":null,"sort_index":null} +{"name":"kids","display_name":"kids","parent_id":null,"sort_index":null} +{"name":"jack-trout","display_name":"jack-trout","parent_id":null,"sort_index":null} +{"name":"software-development/windows","display_name":"software-development/windows","parent_id":null,"sort_index":null} +{"name":"retail","display_name":"retail","parent_id":null,"sort_index":null} +{"name":"lisa-miller","display_name":"lisa-miller","parent_id":null,"sort_index":null} +{"name":"li-zhigang","display_name":"li-zhigang","parent_id":null,"sort_index":null} +{"name":"trees","display_name":"trees","parent_id":null,"sort_index":null} +{"name":"historical-fiction","display_name":"historical-fiction","parent_id":null,"sort_index":null} +{"name":"ashlee-vance","display_name":"ashlee-vance","parent_id":null,"sort_index":null} +{"name":"james-gleick","display_name":"james-gleick","parent_id":null,"sort_index":null} +{"name":"theology","display_name":"theology","parent_id":null,"sort_index":null} +{"name":"platform","display_name":"platform","parent_id":null,"sort_index":null} +{"name":"wealth","display_name":"wealth","parent_id":null,"sort_index":null} +{"name":"molecular-thermodynamics","display_name":"molecular-thermodynamics","parent_id":null,"sort_index":null} +{"name":"exercise","display_name":"exercise","parent_id":"health","sort_index":null} +{"name":"volcanoes","display_name":"volcanoes","parent_id":"geography","sort_index":null} +{"name":"universe","display_name":"universe","parent_id":null,"sort_index":null} +{"name":"richard-branson","display_name":"richard-branson","parent_id":null,"sort_index":null} +{"name":"propulsion","display_name":"propulsion","parent_id":null,"sort_index":null} +{"name":"pigeonhole-principle","display_name":"pigeonhole-principle","parent_id":null,"sort_index":null} +{"name":"leisure","display_name":"leisure","parent_id":null,"sort_index":null} +{"name":"grid-computing","display_name":"grid-computing","parent_id":null,"sort_index":null} +{"name":"kitchen","display_name":"kitchen","parent_id":null,"sort_index":null} +{"name":"geoffrey-west","display_name":"geoffrey-west","parent_id":null,"sort_index":null} +{"name":"david-hawkins","display_name":"david-hawkins","parent_id":null,"sort_index":null} +{"name":"wtr-psychology","display_name":"wtr-psychology","parent_id":null,"sort_index":null} +{"name":"al-ries","display_name":"al-ries","parent_id":null,"sort_index":null} +{"name":"joe-studwell","display_name":"joe-studwell","parent_id":null,"sort_index":null} +{"name":"genome","display_name":"genome","parent_id":null,"sort_index":null} +{"name":"bill-walsh","display_name":"bill-walsh","parent_id":null,"sort_index":null} +{"name":"christopher-mayer","display_name":"christopher-mayer","parent_id":null,"sort_index":null} +{"name":"combustion","display_name":"combustion","parent_id":null,"sort_index":null} +{"name":"julian-jaynes","display_name":"julian-jaynes","parent_id":null,"sort_index":null} +{"name":"first-aid","display_name":"first-aid","parent_id":null,"sort_index":null} +{"name":"organ-transplantation","display_name":"organ-transplantation","parent_id":null,"sort_index":null} +{"name":"clive-cussler","display_name":"clive-cussler","parent_id":null,"sort_index":null} +{"name":"software-tools/unity","display_name":"software-tools/unity","parent_id":null,"sort_index":null} +{"name":"social-media","display_name":"social-media","parent_id":null,"sort_index":null} +{"name":"food-chemistry","display_name":"food-chemistry","parent_id":null,"sort_index":null} +{"name":"nations/iceland","display_name":"nations/iceland","parent_id":null,"sort_index":null} +{"name":"software-tools/laravel","display_name":"software-tools/laravel","parent_id":null,"sort_index":null} +{"name":"roman-tschappeler","display_name":"roman-tschappeler","parent_id":null,"sort_index":null} +{"name":"antisemitism","display_name":"antisemitism","parent_id":null,"sort_index":null} +{"name":"programming-languages/tex","display_name":"programming-languages/tex","parent_id":"programming-languages","sort_index":null} +{"name":"kinematics","display_name":"kinematics","parent_id":null,"sort_index":null} +{"name":"the-home-depot","display_name":"the-home-depot","parent_id":null,"sort_index":null} +{"name":"copywriting","display_name":"copywriting","parent_id":null,"sort_index":null} +{"name":"money","display_name":"money","parent_id":null,"sort_index":null} +{"name":"software-tools/tiddlywiki","display_name":"Software Tools/TiddlyWiki","parent_id":null,"sort_index":null} +{"name":"human-nature","display_name":"human-nature","parent_id":null,"sort_index":null} +{"name":"jeff-bezos","display_name":"jeff-bezos","parent_id":null,"sort_index":null} +{"name":"scripted-audio","display_name":"scripted-audio","parent_id":null,"sort_index":null} +{"name":"electric-cars","display_name":"electric-cars","parent_id":null,"sort_index":null} +{"name":"regular-expression","display_name":"regular-expression","parent_id":null,"sort_index":null} +{"name":"digital-circuits","display_name":"digital-circuits","parent_id":null,"sort_index":null} +{"name":"hinduism","display_name":"hinduism","parent_id":"religion","sort_index":null} +{"name":"solar-systen","display_name":"solar-systen","parent_id":null,"sort_index":null} +{"name":"social-justice","display_name":"social-justice","parent_id":null,"sort_index":null} +{"name":"classic","display_name":"classic","parent_id":null,"sort_index":null} +{"name":"walter-isaacson","display_name":"walter-isaacson","parent_id":null,"sort_index":null} +{"name":"linguistics","display_name":"linguistics","parent_id":null,"sort_index":null} +{"name":"testing","display_name":"testing","parent_id":null,"sort_index":null} +{"name":"sericulture","display_name":"sericulture","parent_id":null,"sort_index":null} +{"name":"physical-therapy","display_name":"physical-therapy","parent_id":null,"sort_index":null} +{"name":"sports/cricket","display_name":"sports/cricket","parent_id":null,"sort_index":null} +{"name":"henry-singleton","display_name":"henry-singleton","parent_id":null,"sort_index":null} +{"name":"science-fiction","display_name":"science-fiction","parent_id":"literature","sort_index":null} +{"name":"eknath-easwaran","display_name":"eknath-easwaran","parent_id":null,"sort_index":null} +{"name":"audible","display_name":"audible","parent_id":null,"sort_index":null} +{"name":"analytics","display_name":"analytics","parent_id":null,"sort_index":null} +{"name":"computer-vision","display_name":"computer-vision","parent_id":null,"sort_index":null} +{"name":"data-literacy","display_name":"data-literacy","parent_id":null,"sort_index":null} +{"name":"domain-name-system","display_name":"domain-name-system","parent_id":null,"sort_index":null} +{"name":"networking","display_name":"networking","parent_id":null,"sort_index":null} +{"name":"larry-hedrick","display_name":"larry-hedrick","parent_id":null,"sort_index":null} +{"name":"surgery","display_name":"surgery","parent_id":null,"sort_index":null} +{"name":"hamilton-helmer","display_name":"hamilton-helmer","parent_id":null,"sort_index":null} +{"name":"earthing","display_name":"earthing","parent_id":null,"sort_index":null} +{"name":"marie-arana","display_name":"marie-arana","parent_id":null,"sort_index":null} +{"name":"nations/singapore","display_name":"nations/singapore","parent_id":null,"sort_index":null} +{"name":"well-being","display_name":"well-being","parent_id":null,"sort_index":null} +{"name":"biostatistics","display_name":"biostatistics","parent_id":null,"sort_index":null} +{"name":"elad-gil","display_name":"elad-gil","parent_id":null,"sort_index":null} +{"name":"michio-kaku","display_name":"michio-kaku","parent_id":null,"sort_index":null} +{"name":"universals","display_name":"universals","parent_id":null,"sort_index":null} +{"name":"traffic","display_name":"traffic","parent_id":null,"sort_index":null} +{"name":"programming-languages/ada","display_name":"programming-languages/ada","parent_id":"programming-languages","sort_index":null} +{"name":"metrology","display_name":"metrology","parent_id":null,"sort_index":null} +{"name":"rich-cohen","display_name":"rich-cohen","parent_id":null,"sort_index":null} +{"name":"drugs","display_name":"drugs","parent_id":null,"sort_index":null} +{"name":"sketching","display_name":"sketching","parent_id":null,"sort_index":null} +{"name":"personalized-medicine","display_name":"personalized-medicine","parent_id":"medicine","sort_index":null} +{"name":"benjamin-franklin","display_name":"benjamin-franklin","parent_id":null,"sort_index":null} +{"name":"complex-analysis","display_name":"complex-analysis","parent_id":"mathematics","sort_index":null} +{"name":"palliative-care","display_name":"palliative-care","parent_id":null,"sort_index":null} +{"name":"aromatherapy","display_name":"aromatherapy","parent_id":null,"sort_index":null} +{"name":"anxiety","display_name":"anxiety","parent_id":null,"sort_index":null} +{"name":"condensed-matter-physics","display_name":"condensed-matter-physics","parent_id":null,"sort_index":null} +{"name":"mark-robichaux","display_name":"mark-robichaux","parent_id":null,"sort_index":null} +{"name":"hr","display_name":"hr","parent_id":null,"sort_index":null} +{"name":"mike-harrity","display_name":"mike-harrity","parent_id":null,"sort_index":null} +{"name":"miguel-de-cervantes","display_name":"miguel-de-cervantes","parent_id":null,"sort_index":null} +{"name":"jonathan-rosenberg","display_name":"jonathan-rosenberg","parent_id":null,"sort_index":null} +{"name":"healthcare","display_name":"healthcare","parent_id":null,"sort_index":null} +{"name":"conor-oclery","display_name":"conor-oclery","parent_id":null,"sort_index":null} +{"name":"programming-languages/sql","display_name":"programming-languages/sql","parent_id":"programming-languages","sort_index":null} +{"name":"david-mccullough","display_name":"david-mccullough","parent_id":null,"sort_index":null} +{"name":"corporate-strategy","display_name":"corporate-strategy","parent_id":null,"sort_index":null} +{"name":"rolf-dobelli","display_name":"rolf-dobelli","parent_id":null,"sort_index":null} +{"name":"middle-grade","display_name":"middle-grade","parent_id":null,"sort_index":null} +{"name":"steve-wozniak","display_name":"steve-wozniak","parent_id":null,"sort_index":null} +{"name":"general-fox-conner","display_name":"general-fox-conner","parent_id":null,"sort_index":null} +{"name":"marathon-asset-management","display_name":"marathon-asset-management","parent_id":null,"sort_index":null} +{"name":"integral-transforms","display_name":"integral-transforms","parent_id":null,"sort_index":null} +{"name":"diode","display_name":"diode","parent_id":null,"sort_index":null} +{"name":"feedback-loops","display_name":"feedback-loops","parent_id":null,"sort_index":null} +{"name":"software-tools/sql-server","display_name":"software-tools/sql-server","parent_id":null,"sort_index":null} +{"name":"robert-hagstrom","display_name":"robert-hagstrom","parent_id":null,"sort_index":null} +{"name":"skeleton","display_name":"skeleton","parent_id":null,"sort_index":null} +{"name":"agriculture","display_name":"agriculture","parent_id":null,"sort_index":null} +{"name":"nations/china/history","display_name":"nations/china/history","parent_id":null,"sort_index":null} +{"name":"software-testing","display_name":"software-testing","parent_id":null,"sort_index":null} +{"name":"image-processing","display_name":"image-processing","parent_id":null,"sort_index":null} +{"name":"programming-languages/idris","display_name":"programming-languages/idris","parent_id":"programming-languages","sort_index":null} +{"name":"el-nino","display_name":"el-nino","parent_id":null,"sort_index":null} +{"name":"daniel-goleman","display_name":"daniel-goleman","parent_id":null,"sort_index":null} +{"name":"william-macaskill","display_name":"william-macaskill","parent_id":null,"sort_index":null} +{"name":"teamwork","display_name":"teamwork","parent_id":null,"sort_index":null} +{"name":"weather","display_name":"weather","parent_id":null,"sort_index":null} +{"name":"zika","display_name":"zika","parent_id":null,"sort_index":null} +{"name":"philosophy-self-help","display_name":"philosophy-self-help","parent_id":null,"sort_index":null} +{"name":"john-kuprenas","display_name":"john-kuprenas","parent_id":null,"sort_index":null} +{"name":"heart-rate-variability","display_name":"heart-rate-variability","parent_id":null,"sort_index":null} +{"name":"nuclear-energy","display_name":"nuclear-energy","parent_id":null,"sort_index":null} +{"name":"ethics","display_name":"ethics","parent_id":null,"sort_index":null} +{"name":"alexander-von-humboldt","display_name":"alexander-von-humboldt","parent_id":null,"sort_index":null} +{"name":"peter-matthiessen","display_name":"peter-matthiessen","parent_id":null,"sort_index":null} +{"name":"proteins","display_name":"proteins","parent_id":"biology","sort_index":null} +{"name":"ventilation","display_name":"ventilation","parent_id":null,"sort_index":null} +{"name":"basketball","display_name":"basketball","parent_id":"sports","sort_index":null} +{"name":"histology","display_name":"histology","parent_id":null,"sort_index":null} +{"name":"arthur-blank","display_name":"arthur-blank","parent_id":null,"sort_index":null} +{"name":"oaktree","display_name":"oaktree","parent_id":null,"sort_index":null} +{"name":"quantum-chemistry","display_name":"quantum-chemistry","parent_id":"chemistry","sort_index":null} +{"name":"tahl-raz","display_name":"tahl-raz","parent_id":null,"sort_index":null} +{"name":"software-defined-radio","display_name":"software-defined-radio","parent_id":null,"sort_index":null} +{"name":"software-tools/tailwindcss","display_name":"software-tools/tailwindcss","parent_id":null,"sort_index":null} +{"name":"critical-thinking","display_name":"critical-thinking","parent_id":null,"sort_index":null} +{"name":"natural-selection","display_name":"natural-selection","parent_id":null,"sort_index":null} +{"name":"experiments","display_name":"experiments","parent_id":null,"sort_index":null} +{"name":"john-gall","display_name":"john-gall","parent_id":null,"sort_index":null} +{"name":"georgian","display_name":"georgian","parent_id":null,"sort_index":null} +{"name":"tennis","display_name":"tennis","parent_id":null,"sort_index":null} +{"name":"tom-connellan","display_name":"tom-connellan","parent_id":null,"sort_index":null} +{"name":"experimental-physics","display_name":"experimental-physics","parent_id":null,"sort_index":null} +{"name":"risk","display_name":"risk","parent_id":null,"sort_index":null} +{"name":"metals","display_name":"metals","parent_id":null,"sort_index":null} +{"name":"museum","display_name":"museum","parent_id":null,"sort_index":null} +{"name":"course-development","display_name":"course-development","parent_id":null,"sort_index":null} +{"name":"rivers","display_name":"rivers","parent_id":"geography","sort_index":null} +{"name":"interaction-design","display_name":"interaction-design","parent_id":null,"sort_index":null} +{"name":"special-relativity","display_name":"special-relativity","parent_id":null,"sort_index":null} +{"name":"compression","display_name":"compression","parent_id":null,"sort_index":null} +{"name":"plastics","display_name":"plastics","parent_id":null,"sort_index":null} +{"name":"journalism","display_name":"journalism","parent_id":null,"sort_index":null} +{"name":"yoga","display_name":"yoga","parent_id":null,"sort_index":null} +{"name":"housing","display_name":"housing","parent_id":null,"sort_index":null} +{"name":"software-tools/xamarin","display_name":"software-tools/xamarin","parent_id":null,"sort_index":null} +{"name":"listening","display_name":"listening","parent_id":null,"sort_index":null} +{"name":"reverse-engineering","display_name":"reverse-engineering","parent_id":null,"sort_index":null} +{"name":"marxism","display_name":"marxism","parent_id":null,"sort_index":null} +{"name":"mindset","display_name":"mindset","parent_id":null,"sort_index":null} +{"name":"leadership","display_name":"leadership","parent_id":"business","sort_index":null} +{"name":"graph-theory","display_name":"graph-theory","parent_id":null,"sort_index":null} +{"name":"smart-contracts","display_name":"smart-contracts","parent_id":null,"sort_index":null} +{"name":"tsunami","display_name":"tsunami","parent_id":null,"sort_index":null} +{"name":"the-container-store","display_name":"the-container-store","parent_id":null,"sort_index":null} +{"name":"logistics","display_name":"logistics","parent_id":null,"sort_index":null} +{"name":"dementia","display_name":"dementia","parent_id":null,"sort_index":null} +{"name":"computer-aided-design","display_name":"computer-aided-design","parent_id":null,"sort_index":null} +{"name":"relativity","display_name":"relativity","parent_id":null,"sort_index":null} +{"name":"biblical-hermeneutics","display_name":"biblical-hermeneutics","parent_id":null,"sort_index":null} +{"name":"transportation","display_name":"transportation","parent_id":null,"sort_index":null} +{"name":"newborns","display_name":"newborns","parent_id":null,"sort_index":null} +{"name":"organic-chemistry","display_name":"organic-chemistry","parent_id":null,"sort_index":null} +{"name":"software-design","display_name":"software-design","parent_id":null,"sort_index":null} +{"name":"hypersonics","display_name":"hypersonics","parent_id":null,"sort_index":null} +{"name":"software-tools/pro-tools","display_name":"software-tools/pro-tools","parent_id":null,"sort_index":null} +{"name":"oil-and-gas","display_name":"oil-and-gas","parent_id":null,"sort_index":null} +{"name":"numerical-computation","display_name":"numerical-computation","parent_id":null,"sort_index":null} +{"name":"software-tools/backbonejs","display_name":"software-tools/backbonejs","parent_id":null,"sort_index":null} +{"name":"surface-engineering","display_name":"surface-engineering","parent_id":null,"sort_index":null} +{"name":"waste-management","display_name":"waste-management","parent_id":null,"sort_index":null} +{"name":"acoustics","display_name":"acoustics","parent_id":"physics","sort_index":null} +{"name":"nations/switzerland","display_name":"nations/switzerland","parent_id":null,"sort_index":null} +{"name":"lactation","display_name":"lactation","parent_id":null,"sort_index":null} +{"name":"bioenergetics","display_name":"bioenergetics","parent_id":null,"sort_index":null} +{"name":"social-psychology","display_name":"social-psychology","parent_id":null,"sort_index":null} +{"name":"bullying","display_name":"bullying","parent_id":null,"sort_index":null} +{"name":"free-will","display_name":"free-will","parent_id":null,"sort_index":null} +{"name":"mario-batali","display_name":"mario-batali","parent_id":null,"sort_index":null} +{"name":"magic","display_name":"magic","parent_id":null,"sort_index":null} +{"name":"convex-optimization","display_name":"convex-optimization","parent_id":null,"sort_index":null} +{"name":"momentum","display_name":"momentum","parent_id":null,"sort_index":null} +{"name":"quality-control","display_name":"quality-control","parent_id":null,"sort_index":null} +{"name":"jacobi-modular-forms","display_name":"jacobi-modular-forms","parent_id":null,"sort_index":null} +{"name":"mind","display_name":"mind","parent_id":null,"sort_index":null} +{"name":"maximum-entropy-methods","display_name":"maximum-entropy-methods","parent_id":null,"sort_index":null} +{"name":"alcohol","display_name":"alcohol","parent_id":null,"sort_index":null} +{"name":"swimming","display_name":"swimming","parent_id":null,"sort_index":null} +{"name":"urban-planning","display_name":"urban-planning","parent_id":null,"sort_index":null} +{"name":"startup","display_name":"startup","parent_id":null,"sort_index":null} +{"name":"medical-entomology","display_name":"medical-entomology","parent_id":"medicine","sort_index":null} +{"name":"questions","display_name":"questions","parent_id":null,"sort_index":null} +{"name":"james-belasco","display_name":"james-belasco","parent_id":null,"sort_index":null} +{"name":"prototyping","display_name":"prototyping","parent_id":null,"sort_index":null} +{"name":"judith-rodin","display_name":"judith-rodin","parent_id":null,"sort_index":null} +{"name":"bovine-mastitis","display_name":"bovine-mastitis","parent_id":null,"sort_index":null} +{"name":"louis-eguaras","display_name":"louis-eguaras","parent_id":null,"sort_index":null} +{"name":"music-genre/carnatic-classical","display_name":"music-genre/carnatic-classical","parent_id":null,"sort_index":null} +{"name":"software-tools/redis","display_name":"software-tools/redis","parent_id":"programming","sort_index":null} +{"name":"dark-matter","display_name":"dark-matter","parent_id":null,"sort_index":null} +{"name":"breastfeeding","display_name":"breastfeeding","parent_id":null,"sort_index":null} +{"name":"persuasion","display_name":"persuasion","parent_id":null,"sort_index":null} +{"name":"languages/hindi","display_name":"languages/hindi","parent_id":"language","sort_index":null} +{"name":"emotions","display_name":"emotions","parent_id":null,"sort_index":null} +{"name":"programming-languages/reasonml","display_name":"programming-languages/reasonml","parent_id":"programming-languages","sort_index":null} +{"name":"engineers","display_name":"engineers","parent_id":null,"sort_index":null} +{"name":"renewable-energy","display_name":"renewable-energy","parent_id":null,"sort_index":null} +{"name":"food-safety","display_name":"food-safety","parent_id":"nutrition","sort_index":null} +{"name":"communities","display_name":"communities","parent_id":null,"sort_index":null} +{"name":"software-tools/bigquery","display_name":"software-tools/bigquery","parent_id":null,"sort_index":null} +{"name":"robert-wright","display_name":"robert-wright","parent_id":null,"sort_index":null} +{"name":"archery","display_name":"archery","parent_id":"sports","sort_index":null} +{"name":"glass","display_name":"glass","parent_id":null,"sort_index":null} +{"name":"internet-of-things","display_name":"internet-of-things","parent_id":null,"sort_index":null} +{"name":"martial-arts","display_name":"martial-arts","parent_id":null,"sort_index":null} +{"name":"elon-musk","display_name":"elon-musk","parent_id":null,"sort_index":null} +{"name":"journalists","display_name":"journalists","parent_id":null,"sort_index":null} +{"name":"archaeology","display_name":"archaeology","parent_id":"history","sort_index":null} +{"name":"logic","display_name":"logic","parent_id":null,"sort_index":null} +{"name":"multi-phase-flow","display_name":"multi-phase-flow","parent_id":null,"sort_index":null} +{"name":"inorganic-chemistry","display_name":"inorganic-chemistry","parent_id":"chemistry","sort_index":null} +{"name":"doc-lew-childre","display_name":"doc-lew-childre","parent_id":null,"sort_index":null} +{"name":"viruses","display_name":"viruses","parent_id":null,"sort_index":null} +{"name":"amelia-earhart","display_name":"amelia-earhart","parent_id":null,"sort_index":null} +{"name":"sustainability","display_name":"sustainability","parent_id":null,"sort_index":null} +{"name":"pixar","display_name":"pixar","parent_id":null,"sort_index":null} +{"name":"signal-processing","display_name":"signal-processing","parent_id":null,"sort_index":null} +{"name":"brain","display_name":"brain","parent_id":null,"sort_index":null} +{"name":"singing","display_name":"singing","parent_id":null,"sort_index":null} +{"name":"behavioral-science","display_name":"behavioral-science","parent_id":null,"sort_index":null} +{"name":"computer-memory","display_name":"computer-memory","parent_id":null,"sort_index":null} +{"name":"john-mauldin","display_name":"john-mauldin","parent_id":null,"sort_index":null} +{"name":"nations/britain","display_name":"nations/britain","parent_id":null,"sort_index":null} +{"name":"stereochemistry","display_name":"stereochemistry","parent_id":null,"sort_index":null} +{"name":"picture-books","display_name":"picture-books","parent_id":null,"sort_index":null} +{"name":"media","display_name":"media","parent_id":null,"sort_index":null} +{"name":"gun-violence","display_name":"gun-violence","parent_id":null,"sort_index":null} +{"name":"bell-labs","display_name":"bell-labs","parent_id":null,"sort_index":null} +{"name":"dyslexia","display_name":"dyslexia","parent_id":null,"sort_index":null} +{"name":"combinatorics","display_name":"combinatorics","parent_id":null,"sort_index":null} +{"name":"artificial-intelligence","display_name":"artificial-intelligence","parent_id":null,"sort_index":null} +{"name":"maternity","display_name":"maternity","parent_id":null,"sort_index":null} +{"name":"arduino","display_name":"arduino","parent_id":null,"sort_index":null} +{"name":"big-bang","display_name":"big-bang","parent_id":null,"sort_index":null} +{"name":"cpu","display_name":"cpu","parent_id":null,"sort_index":null} +{"name":"chess","display_name":"chess","parent_id":"sports","sort_index":null} +{"name":"ai-ethics","display_name":"ai-ethics","parent_id":null,"sort_index":null} +{"name":"bigquery","display_name":"bigquery","parent_id":null,"sort_index":null} +{"name":"calculus","display_name":"calculus","parent_id":"mathematics","sort_index":null} +{"name":"biographies","display_name":"biographies","parent_id":null,"sort_index":null} +{"name":"apple","display_name":"apple","parent_id":null,"sort_index":null} +{"name":"company-blogs","display_name":"company-blogs","parent_id":null,"sort_index":null} +{"name":"academia","display_name":"academia","parent_id":null,"sort_index":null} +{"name":"code","display_name":"code","parent_id":null,"sort_index":null} +{"name":"computer-hardware","display_name":"computer-hardware","parent_id":null,"sort_index":null} +{"name":"computer-security","display_name":"computer-security","parent_id":null,"sort_index":null} +{"name":"concurrency","display_name":"concurrency","parent_id":null,"sort_index":null} +{"name":"cryptocurrency","display_name":"cryptocurrency","parent_id":null,"sort_index":null} +{"name":"cybernetics","display_name":"cybernetics","parent_id":null,"sort_index":null} +{"name":"data-science","display_name":"data-science","parent_id":null,"sort_index":null} +{"name":"art-craft","display_name":"art-craft","parent_id":null,"sort_index":null} +{"name":"lee-kuan-yew","display_name":"lee-kuan-yew","parent_id":null,"sort_index":null} +{"name":"anatomy","display_name":"anatomy","parent_id":null,"sort_index":null} +{"name":"chemistry","display_name":"chemistry","parent_id":"science","sort_index":null} +{"name":"marc-andreessen","display_name":"marc-andreessen","parent_id":null,"sort_index":null} +{"name":"bayesian-statistics","display_name":"bayesian-statistics","parent_id":null,"sort_index":null} +{"name":"life","display_name":"life","parent_id":null,"sort_index":null} +{"name":"hacking","display_name":"hacking","parent_id":null,"sort_index":null} +{"name":"integrated-circuit-design","display_name":"integrated-circuit-design","parent_id":null,"sort_index":null} +{"name":"presenting","display_name":"presenting","parent_id":null,"sort_index":null} +{"name":"diy","display_name":"diy","parent_id":null,"sort_index":null} +{"name":"gamification","display_name":"gamification","parent_id":null,"sort_index":null} +{"name":"plants","display_name":"plants","parent_id":null,"sort_index":null} +{"name":"juggling","display_name":"juggling","parent_id":null,"sort_index":null} +{"name":"andreessen-horowitz","display_name":"andreessen-horowitz","parent_id":null,"sort_index":null} +{"name":"management","display_name":"management","parent_id":null,"sort_index":null} +{"name":"oncology","display_name":"oncology","parent_id":null,"sort_index":null} +{"name":"film-making","display_name":"film-making","parent_id":null,"sort_index":null} +{"name":"garbage-collection","display_name":"garbage-collection","parent_id":null,"sort_index":null} +{"name":"algorithms","display_name":"algorithms","parent_id":"computer-science","sort_index":null} +{"name":"architecture","display_name":"architecture","parent_id":"humanities","sort_index":null} +{"name":"finance","display_name":"finance","parent_id":"business","sort_index":null} +{"name":"education","display_name":"education","parent_id":null,"sort_index":null} +{"name":"game-development","display_name":"game-development","parent_id":null,"sort_index":null} +{"name":"games","display_name":"games","parent_id":null,"sort_index":null} +{"name":"spirituality","display_name":"spirituality","parent_id":null,"sort_index":null} +{"name":"patent","display_name":"patent","parent_id":null,"sort_index":null} +{"name":"gardening","display_name":"gardening","parent_id":null,"sort_index":null} +{"name":"genealogy","display_name":"genealogy","parent_id":null,"sort_index":null} +{"name":"piano","display_name":"piano","parent_id":null,"sort_index":null} +{"name":"law","display_name":"law","parent_id":null,"sort_index":null} +{"name":"poetry","display_name":"poetry","parent_id":null,"sort_index":null} +{"name":"mandelbrot-set","display_name":"mandelbrot-set","parent_id":null,"sort_index":null} +{"name":"oscillation","display_name":"oscillation","parent_id":null,"sort_index":null} +{"name":"poker","display_name":"poker","parent_id":null,"sort_index":null} +{"name":"software-tools/flask","display_name":"software-tools/flask","parent_id":null,"sort_index":null} +{"name":"opsec","display_name":"opsec","parent_id":null,"sort_index":null} +{"name":"derek-sivers","display_name":"derek-sivers","parent_id":null,"sort_index":null} +{"name":"poultry","display_name":"poultry","parent_id":null,"sort_index":null} +{"name":"programming","display_name":"programming","parent_id":null,"sort_index":null} +{"name":"pets","display_name":"pets","parent_id":null,"sort_index":null} +{"name":"privacy","display_name":"privacy","parent_id":null,"sort_index":null} +{"name":"computer-science","display_name":"computer-science","parent_id":null,"sort_index":null} +{"name":"drawing","display_name":"drawing","parent_id":"hobbies","sort_index":null} +{"name":"engineering","display_name":"engineering","parent_id":null,"sort_index":null} +{"name":"software-tools/vuejs","display_name":"software-tools/vuejs","parent_id":null,"sort_index":null} +{"name":"news","display_name":"news","parent_id":null,"sort_index":null} +{"name":"radiiology","display_name":"radiiology","parent_id":null,"sort_index":null} +{"name":"quantitative-finance","display_name":"quantitative-finance","parent_id":null,"sort_index":null} +{"name":"parenting","display_name":"parenting","parent_id":null,"sort_index":null} +{"name":"entropy","display_name":"entropy","parent_id":null,"sort_index":null} +{"name":"optimization","display_name":"optimization","parent_id":null,"sort_index":null} +{"name":"seo","display_name":"seo","parent_id":null,"sort_index":null} +{"name":"companies/apple","display_name":"companies/apple","parent_id":null,"sort_index":null} +{"name":"raspberry-pi","display_name":"raspberry-pi","parent_id":null,"sort_index":null} +{"name":"server-fault","display_name":"server-fault","parent_id":null,"sort_index":null} +{"name":"aging","display_name":"aging","parent_id":null,"sort_index":null} +{"name":"china","display_name":"china","parent_id":null,"sort_index":null} +{"name":"television","display_name":"television","parent_id":null,"sort_index":null} +{"name":"faith","display_name":"faith","parent_id":null,"sort_index":null} +{"name":"career","display_name":"career","parent_id":null,"sort_index":null} +{"name":"society","display_name":"society","parent_id":null,"sort_index":null} +{"name":"quantum-physics","display_name":"quantum-physics","parent_id":null,"sort_index":null} +{"name":"project-management","display_name":"project-management","parent_id":null,"sort_index":null} +{"name":"sound-design","display_name":"sound-design","parent_id":null,"sort_index":null} +{"name":"facebook","display_name":"facebook","parent_id":null,"sort_index":null} +{"name":"sports","display_name":"sports","parent_id":null,"sort_index":null} +{"name":"running","display_name":"running","parent_id":null,"sort_index":null} +{"name":"music","display_name":"music","parent_id":"hobbies","sort_index":null} +{"name":"philosophy","display_name":"philosophy","parent_id":"humanities","sort_index":null} +{"name":"robotics","display_name":"robotics","parent_id":null,"sort_index":null} +{"name":"nutrition","display_name":"nutrition","parent_id":"health","sort_index":null} +{"name":"natural-language-processing","display_name":"natural-language-processing","parent_id":"computer-science","sort_index":null} +{"name":"politics","display_name":"politics","parent_id":"humanities","sort_index":null} +{"name":"sales","display_name":"sales","parent_id":"business","sort_index":null} +{"name":"bioinformatics","display_name":"bioinformatics","parent_id":null,"sort_index":null} +{"name":"dreaming","display_name":"dreaming","parent_id":null,"sort_index":null} +{"name":"forgery","display_name":"forgery","parent_id":null,"sort_index":null} +{"name":"futurism","display_name":"futurism","parent_id":null,"sort_index":null} +{"name":"hobbies","display_name":"hobbies","parent_id":null,"sort_index":null} +{"name":"nations/china/technology","display_name":"nations/china/technology","parent_id":null,"sort_index":null} +{"name":"stoicism","display_name":"stoicism","parent_id":"philosophy","sort_index":null} +{"name":"languages/german","display_name":"languages/german","parent_id":"language","sort_index":null} +{"name":"andy-grove","display_name":"andy-grove","parent_id":null,"sort_index":null} +{"name":"super-user","display_name":"super-user","parent_id":null,"sort_index":null} +{"name":"nelson-mandela","display_name":"nelson-mandela","parent_id":null,"sort_index":null} +{"name":"travel","display_name":"travel","parent_id":null,"sort_index":null} +{"name":"webmasters","display_name":"webmasters","parent_id":null,"sort_index":null} +{"name":"languages/tamil","display_name":"languages/tamil","parent_id":"language","sort_index":null} +{"name":"vehicle","display_name":"vehicle","parent_id":null,"sort_index":null} +{"name":"sustainable-living","display_name":"sustainable-living","parent_id":null,"sort_index":null} +{"name":"publishing","display_name":"publishing","parent_id":null,"sort_index":null} +{"name":"languages/italian","display_name":"languages/italian","parent_id":null,"sort_index":null} +{"name":"video","display_name":"video","parent_id":null,"sort_index":null} +{"name":"languages/spanish","display_name":"languages/spanish","parent_id":null,"sort_index":null} +{"name":"leonardo-da-vinci","display_name":"leonardo-da-vinci","parent_id":null,"sort_index":null} +{"name":"physical-chemistry","display_name":"physical-chemistry","parent_id":null,"sort_index":null} +{"name":"software-tools/v8engine","display_name":"software-tools/v8engine","parent_id":null,"sort_index":null} +{"name":"software-tools/sharepoint","display_name":"software-tools/sharepoint","parent_id":null,"sort_index":null} +{"name":"strategy","display_name":"strategy","parent_id":"business","sort_index":null} +{"name":"software-tools/react","display_name":"software-tools/react","parent_id":"programming","sort_index":null} +{"name":"software-tools/svelte","display_name":"software-tools/Svelte","parent_id":"programming","sort_index":null} +{"name":"thinking","display_name":"thinking","parent_id":"personal-development","sort_index":null} +{"name":"web-design","display_name":"web-design","parent_id":null,"sort_index":null} +{"name":"web","display_name":"web","parent_id":null,"sort_index":null} +{"name":"visualization","display_name":"visualization","parent_id":null,"sort_index":null} +{"name":"type-theory","display_name":"type-theory","parent_id":null,"sort_index":null} +{"name":"languages/kannada","display_name":"languages/kannada","parent_id":"language","sort_index":null} +{"name":"writing","display_name":"writing","parent_id":"communication","sort_index":null} +{"name":"telecommunication","display_name":"telecommunication","parent_id":"engineering","sort_index":null} +{"name":"software-tools/integrated-development-environments","display_name":"software-tools/integrated-development-environments","parent_id":null,"sort_index":null} +{"name":"software-tools/powershell","display_name":"software-tools/powershell","parent_id":null,"sort_index":null} +{"name":"software-tools/git","display_name":"software-tools/git","parent_id":null,"sort_index":null} +{"name":"software-tools/unix","display_name":"software-tools/unix","parent_id":null,"sort_index":null} +{"name":"software-tools/linux","display_name":"software-tools/linux","parent_id":null,"sort_index":null} +{"name":"software-tools/kubernetes","display_name":"software-tools/kubernetes","parent_id":null,"sort_index":null} +{"name":"software-tools/wordpress","display_name":"software-tools/wordpress","parent_id":null,"sort_index":null} +{"name":"higher-education","display_name":"higher-education","parent_id":null,"sort_index":null} +{"name":"bill-bryson","display_name":"bill-bryson","parent_id":null,"sort_index":null} +{"name":"peter-thiel","display_name":"peter-thiel","parent_id":null,"sort_index":null} +{"name":"tango","display_name":"tango","parent_id":null,"sort_index":null} +{"name":"wastewater-treatment","display_name":"wastewater-treatment","parent_id":null,"sort_index":null} +{"name":"software-tools/drupal","display_name":"software-tools/drupal","parent_id":null,"sort_index":null} +{"name":"software-tools/ubuntu","display_name":"software-tools/ubuntu","parent_id":"computers","sort_index":null} +{"name":"software-tools/expression-engine","display_name":"software-tools/expression-engine","parent_id":null,"sort_index":null} +{"name":"anthropolgy","display_name":"anthropolgy","parent_id":null,"sort_index":null} +{"name":"software-tools/webpack","display_name":"software-tools/webpack","parent_id":null,"sort_index":null} +{"name":"software-tools/redux","display_name":"software-tools/redux","parent_id":"programming","sort_index":null} +{"name":"software-tools/rails","display_name":"software-tools/rails","parent_id":"programming","sort_index":null} +{"name":"system-validation","display_name":"system-validation","parent_id":null,"sort_index":null} +{"name":"clinical research","display_name":"clinical research","parent_id":null,"sort_index":null} +{"name":"medical-devices","display_name":"medical-devices","parent_id":null,"sort_index":null} +{"name":"raspberrypi","display_name":"raspberrypi","parent_id":"hobbies","sort_index":null} +{"name":"information-theory","display_name":"information-theory","parent_id":null,"sort_index":null} +{"name":"software-tools/django","display_name":"software-tools/django","parent_id":"programming","sort_index":null} +{"name":"nations/india/space-science","display_name":"nations/india/space-science","parent_id":null,"sort_index":null} +{"name":"stories","display_name":"stories","parent_id":null,"sort_index":null} +{"name":"enterprise-resource-planning","display_name":"enterprise-resource-planning","parent_id":null,"sort_index":null} +{"name":"embedded-systems","display_name":"embedded-systems","parent_id":null,"sort_index":null} +{"name":"discipline","display_name":"discipline","parent_id":null,"sort_index":null} +{"name":"discrete-mathematics","display_name":"discrete-mathematics","parent_id":null,"sort_index":null} +{"name":"remote-work","display_name":"remote-work","parent_id":null,"sort_index":null} +{"name":"patriotism","display_name":"patriotism","parent_id":null,"sort_index":null} +{"name":"music-genre/hindustani-classical","display_name":"music-genre/hindustani-classical","parent_id":null,"sort_index":null} +{"name":"beatboxing","display_name":"beatboxing","parent_id":null,"sort_index":null} +{"name":"supply-chain","display_name":"supply-chain","parent_id":null,"sort_index":null} +{"name":"fashion","display_name":"fashion","parent_id":null,"sort_index":null} +{"name":"google-cloud","display_name":"google-cloud","parent_id":null,"sort_index":null} +{"name":"chatbots","display_name":"chatbots","parent_id":null,"sort_index":null} +{"name":"biometrics","display_name":"biometrics","parent_id":null,"sort_index":null} +{"name":"interviews","display_name":"interviews","parent_id":null,"sort_index":null} +{"name":"fpga","display_name":"fpga","parent_id":null,"sort_index":null} +{"name":"accessibility","display_name":"accessibility","parent_id":null,"sort_index":null} +{"name":"software-tools/xcode","display_name":"software-tools/xcode","parent_id":null,"sort_index":null} +{"name":"tourism","display_name":"tourism","parent_id":null,"sort_index":null} +{"name":"devops","display_name":"devops","parent_id":null,"sort_index":null} +{"name":"human-computer-interaction","display_name":"human-computer-interaction","parent_id":null,"sort_index":null} +{"name":"innovation","display_name":"innovation","parent_id":null,"sort_index":null} +{"name":"negotiation","display_name":"negotiation","parent_id":null,"sort_index":null} +{"name":"human-resources","display_name":"human-resources","parent_id":null,"sort_index":null} +{"name":"qualty","display_name":"qualty","parent_id":null,"sort_index":null} +{"name":"read-2018","display_name":"read-2018","parent_id":null,"sort_index":null} +{"name":"energy","display_name":"energy","parent_id":null,"sort_index":null} +{"name":"diversity","display_name":"diversity","parent_id":null,"sort_index":null} +{"name":"six-sigma","display_name":"six-sigma","parent_id":null,"sort_index":null} +{"name":"business-intelligence","display_name":"business-intelligence","parent_id":null,"sort_index":null} +{"name":"coaching","display_name":"coaching","parent_id":null,"sort_index":null} +{"name":"mobile","display_name":"mobile","parent_id":null,"sort_index":null} +{"name":"ecommerce","display_name":"ecommerce","parent_id":null,"sort_index":null} +{"name":"version-control","display_name":"version-control","parent_id":null,"sort_index":null} +{"name":"philanthropy","display_name":"philanthropy","parent_id":"humanities","sort_index":null} +{"name":"nations/usa/law","display_name":"nations/usa/law","parent_id":null,"sort_index":null} +{"name":"operations","display_name":"operations","parent_id":null,"sort_index":null} +{"name":"nature","display_name":"nature","parent_id":null,"sort_index":null} +{"name":"fintech","display_name":"fintech","parent_id":null,"sort_index":null} +{"name":"software-tools/google-cloud","display_name":"software-tools/google-cloud","parent_id":null,"sort_index":null} +{"name":"analyto","display_name":"analyto","parent_id":null,"sort_index":null} +{"name":"hotels","display_name":"hotels","parent_id":null,"sort_index":null} +{"name":"infonomics","display_name":"infonomics","parent_id":null,"sort_index":null} +{"name":"africa","display_name":"africa","parent_id":"nations","sort_index":null} +{"name":"derivatives","display_name":"derivatives","parent_id":null,"sort_index":null} +{"name":"water","display_name":"water","parent_id":null,"sort_index":null} +{"name":"market-research","display_name":"market-research","parent_id":null,"sort_index":null} +{"name":"command-line","display_name":"command-line","parent_id":null,"sort_index":null} +{"name":"computer-forensics","display_name":"computer-forensics","parent_id":null,"sort_index":null} +{"name":"debugging","display_name":"debugging","parent_id":null,"sort_index":null} +{"name":"networks","display_name":"networks","parent_id":null,"sort_index":null} +{"name":"investment-management","display_name":"investment-management","parent_id":null,"sort_index":null} +{"name":"food-and-beverage","display_name":"food-and-beverage","parent_id":null,"sort_index":null} +{"name":"social-networks","display_name":"social-networks","parent_id":null,"sort_index":null} +{"name":"capital-markets","display_name":"capital-markets","parent_id":null,"sort_index":null} +{"name":"software-tools/kyma","display_name":"software-tools/kyma","parent_id":null,"sort_index":null} +{"name":"mainframe","display_name":"mainframe","parent_id":null,"sort_index":null} +{"name":"europe","display_name":"europe","parent_id":null,"sort_index":null} +{"name":"non-profit","display_name":"non-profit","parent_id":null,"sort_index":null} +{"name":"software-tools/msoffice","display_name":"software-tools/msoffice","parent_id":null,"sort_index":null} +{"name":"arts","display_name":"arts","parent_id":null,"sort_index":null} +{"name":"internationalization","display_name":"internationalization","parent_id":null,"sort_index":null} +{"name":"collaboration","display_name":"collaboration","parent_id":null,"sort_index":null} +{"name":"software-tools/system-center","display_name":"software-tools/system-center","parent_id":null,"sort_index":null} +{"name":"devp","display_name":"devp","parent_id":null,"sort_index":null} +{"name":"crm","display_name":"crm","parent_id":null,"sort_index":null} +{"name":"software-tools/spark","display_name":"software-tools/spark","parent_id":null,"sort_index":null} +{"name":"operations-management","display_name":"operations-management","parent_id":null,"sort_index":null} +{"name":"ethical-hacking","display_name":"ethical-hacking","parent_id":null,"sort_index":null} +{"name":"informatics","display_name":"informatics","parent_id":null,"sort_index":null} +{"name":"semantic-web","display_name":"semantic-web","parent_id":null,"sort_index":null} +{"name":"venture-capital","display_name":"venture-capital","parent_id":null,"sort_index":null} +{"name":"debt","display_name":"debt","parent_id":null,"sort_index":null} +{"name":"finance/valuation","display_name":"finance/valuation","parent_id":null,"sort_index":null} +{"name":"global-business","display_name":"global-business","parent_id":null,"sort_index":null} +{"name":"globalization","display_name":"globalization","parent_id":null,"sort_index":null} +{"name":"macroeconomics","display_name":"macroeconomics","parent_id":"economics","sort_index":null} +{"name":"nosql","display_name":"nosql","parent_id":null,"sort_index":null} +{"name":"humans","display_name":"humans","parent_id":null,"sort_index":null} +{"name":"visual-computing","display_name":"visual-computing","parent_id":null,"sort_index":null} +{"name":"non-profits","display_name":"non-profits","parent_id":null,"sort_index":null} +{"name":"mergers-and-acquisitions","display_name":"mergers-and-acquisitions","parent_id":null,"sort_index":null} +{"name":"localization","display_name":"localization","parent_id":null,"sort_index":null} +{"name":"event-management","display_name":"event-management","parent_id":null,"sort_index":null} +{"name":"software-tools/mongodb","display_name":"software-tools/mongodb","parent_id":null,"sort_index":null} +{"name":"computational-thinking","display_name":"computational-thinking","parent_id":"thinking","sort_index":null} +{"name":"nuclear-power","display_name":"nuclear-power","parent_id":null,"sort_index":null} +{"name":"islamic-finance","display_name":"islamic-finance","parent_id":null,"sort_index":null} +{"name":"dairy","display_name":"dairy","parent_id":null,"sort_index":null} +{"name":"real-time-systems","display_name":"real-time-systems","parent_id":null,"sort_index":null} +{"name":"fundraising","display_name":"fundraising","parent_id":null,"sort_index":null} +{"name":"women","display_name":"women","parent_id":null,"sort_index":null} +{"name":"sewage-treatment","display_name":"sewage-treatment","parent_id":null,"sort_index":null} +{"name":"fiction","display_name":"fiction","parent_id":"literature","sort_index":null} +{"name":"nations/japan","display_name":"nations/japan","parent_id":null,"sort_index":null} +{"name":"advertising","display_name":"advertising","parent_id":"marketing","sort_index":null} +{"name":"nations/south-korea","display_name":"nations/south-korea","parent_id":null,"sort_index":null} +{"name":"shipping","display_name":"shipping","parent_id":null,"sort_index":null} +{"name":"leaership","display_name":"leaership","parent_id":null,"sort_index":null} +{"name":"disability","display_name":"disability","parent_id":null,"sort_index":null} +{"name":"workplace","display_name":"workplace","parent_id":null,"sort_index":null} +{"name":"nations/egypt/history","display_name":"nations/egypt/history","parent_id":null,"sort_index":null} +{"name":"forecasting","display_name":"forecasting","parent_id":null,"sort_index":null} +{"name":"microeconomics","display_name":"microeconomics","parent_id":"economics","sort_index":null} +{"name":"neural-networks","display_name":"neural-networks","parent_id":null,"sort_index":null} +{"name":"middle-east","display_name":"middle-east","parent_id":null,"sort_index":null} +{"name":"academics","display_name":"academics","parent_id":null,"sort_index":null} +{"name":"banking","display_name":"banking","parent_id":null,"sort_index":null} +{"name":"computational-finance","display_name":"computational-finance","parent_id":null,"sort_index":null} +{"name":"poverty","display_name":"poverty","parent_id":"economics","sort_index":null} +{"name":"asia","display_name":"asia","parent_id":null,"sort_index":null} +{"name":"public-relations","display_name":"public-relations","parent_id":null,"sort_index":null} +{"name":"work","display_name":"work","parent_id":null,"sort_index":null} +{"name":"nations/newzealand","display_name":"nations/newzealand","parent_id":null,"sort_index":null} +{"name":"shakespeare","display_name":"shakespeare","parent_id":null,"sort_index":null} +{"name":"presentation","display_name":"presentation","parent_id":null,"sort_index":null} +{"name":"existentialism","display_name":"existentialism","parent_id":null,"sort_index":null} +{"name":"nations/spain","display_name":"nations/spain","parent_id":null,"sort_index":null} +{"name":"packaging","display_name":"packaging","parent_id":null,"sort_index":null} +{"name":"judaism","display_name":"judaism","parent_id":"religion","sort_index":null} +{"name":"humanism","display_name":"humanism","parent_id":"philosophy","sort_index":null} +{"name":"speaking","display_name":"speaking","parent_id":null,"sort_index":null} +{"name":"orientalism","display_name":"orientalism","parent_id":null,"sort_index":null} +{"name":"nations/uk","display_name":"nations/uk","parent_id":null,"sort_index":null} +{"name":"languages/norwegian","display_name":"languages/norwegian","parent_id":null,"sort_index":null} +{"name":"software-tools/hadoop","display_name":"software-tools/hadoop","parent_id":null,"sort_index":null} +{"name":"antarctica","display_name":"antarctica","parent_id":null,"sort_index":null} +{"name":"communism","display_name":"communism","parent_id":null,"sort_index":null} +{"name":"time-series","display_name":"time-series","parent_id":null,"sort_index":null} +{"name":"spreadsheets","display_name":"spreadsheets","parent_id":null,"sort_index":null} +{"name":"data-visualization","display_name":"data-visualization","parent_id":null,"sort_index":null} +{"name":"mythology","display_name":"mythology","parent_id":null,"sort_index":null} +{"name":"languages/malay","display_name":"languages/malay","parent_id":null,"sort_index":null} +{"name":"languages/welsh","display_name":"languages/welsh","parent_id":null,"sort_index":null} +{"name":"meditation","display_name":"meditation","parent_id":null,"sort_index":null} +{"name":"conflict","display_name":"conflict","parent_id":null,"sort_index":null} +{"name":"geneology","display_name":"geneology","parent_id":null,"sort_index":null} +{"name":"catalonia","display_name":"catalonia","parent_id":null,"sort_index":null} +{"name":"weight-loss","display_name":"weight-loss","parent_id":"health","sort_index":null} +{"name":"football","display_name":"football","parent_id":"sports","sort_index":null} +{"name":"genomics","display_name":"genomics","parent_id":null,"sort_index":null} +{"name":"interactomics","display_name":"interactomics","parent_id":null,"sort_index":null} +{"name":"rome","display_name":"rome","parent_id":null,"sort_index":null} +{"name":"noongar","display_name":"noongar","parent_id":null,"sort_index":null} +{"name":"music-genre/blues","display_name":"music-genre/blues","parent_id":null,"sort_index":null} +{"name":"songwriting","display_name":"songwriting","parent_id":"music","sort_index":null} +{"name":"sound","display_name":"sound","parent_id":null,"sort_index":null} +{"name":"software-tools/ableton-live","display_name":"software-tools/ableton-live","parent_id":null,"sort_index":null} +{"name":"jazz","display_name":"jazz","parent_id":null,"sort_index":null} +{"name":"soft-skills","display_name":"soft-skills","parent_id":null,"sort_index":null} +{"name":"higgs-boson","display_name":"higgs-boson","parent_id":null,"sort_index":null} +{"name":"network-audio","display_name":"network-audio","parent_id":null,"sort_index":null} +{"name":"rock","display_name":"rock","parent_id":null,"sort_index":null} +{"name":"gender","display_name":"gender","parent_id":null,"sort_index":null} +{"name":"percussion","display_name":"percussion","parent_id":"music","sort_index":null} +{"name":"painting","display_name":"Painting","parent_id":null,"sort_index":null} +{"name":"disaster-management","display_name":"Disaster Management","parent_id":null,"sort_index":null} +{"name":"community","display_name":"community","parent_id":null,"sort_index":null} +{"name":"family-business","display_name":"Family Business","parent_id":null,"sort_index":null} +{"name":"gaming","display_name":"gaming","parent_id":null,"sort_index":null} +{"name":"fabrication","display_name":"fabrication","parent_id":null,"sort_index":null} +{"name":"solarcity","display_name":"solarcity","parent_id":null,"sort_index":null} +{"name":"music-genre/opera","display_name":"music-genre/opera","parent_id":null,"sort_index":null} +{"name":"espionage","display_name":"espionage","parent_id":null,"sort_index":null} +{"name":"material-science","display_name":"material-science","parent_id":null,"sort_index":null} +{"name":"architect","display_name":"architect","parent_id":null,"sort_index":null} +{"name":"mixed-reality","display_name":"mixed-reality","parent_id":null,"sort_index":null} +{"name":"mobile-apps","display_name":"mobile-apps","parent_id":null,"sort_index":null} +{"name":"stress","display_name":"stress","parent_id":null,"sort_index":null} +{"name":"viola","display_name":"viola","parent_id":null,"sort_index":null} +{"name":"sound-production","display_name":"sound-production","parent_id":null,"sort_index":null} +{"name":"botany","display_name":"botany","parent_id":null,"sort_index":null} +{"name":"marriage","display_name":"marriage","parent_id":null,"sort_index":null} +{"name":"software-tools/bootstrap","display_name":"software-tools/bootstrap","parent_id":null,"sort_index":null} +{"name":"agile","display_name":"agile","parent_id":null,"sort_index":null} +{"name":"video-streaming","display_name":"video-streaming","parent_id":null,"sort_index":null} +{"name":"software-tools/nosql","display_name":"software-tools/nosql","parent_id":null,"sort_index":null} +{"name":"industrial-design","display_name":"industrial-design","parent_id":null,"sort_index":null} +{"name":"podcasting","display_name":"podcasting","parent_id":null,"sort_index":null} +{"name":"malaria","display_name":"malaria","parent_id":null,"sort_index":null} +{"name":"tabla","display_name":"tabla","parent_id":null,"sort_index":null} +{"name":"biomimicry","display_name":"biomimicry","parent_id":null,"sort_index":null} +{"name":"software-tools/angularjs","display_name":"software-tools/angularjs","parent_id":null,"sort_index":null} +{"name":"orchids","display_name":"orchids","parent_id":null,"sort_index":null} +{"name":"design-patterns","display_name":"design-patterns","parent_id":null,"sort_index":null} +{"name":"google-maps","display_name":"google-maps","parent_id":null,"sort_index":null} +{"name":"object-oriented-programming","display_name":"object-oriented-programming","parent_id":null,"sort_index":null} +{"name":"orchestra","display_name":"orchestra","parent_id":null,"sort_index":null} +{"name":"software-tools/tableau","display_name":"software-tools/tableau","parent_id":null,"sort_index":null} +{"name":"colors","display_name":"colors","parent_id":null,"sort_index":null} +{"name":"software-tools/meteorjs","display_name":"software-tools/meteorjs","parent_id":"programming","sort_index":null} +{"name":"wellness","display_name":"wellness","parent_id":null,"sort_index":null} +{"name":"hollywood","display_name":"hollywood","parent_id":null,"sort_index":null} +{"name":"ergonomics","display_name":"ergonomics","parent_id":null,"sort_index":null} +{"name":"screenwriting","display_name":"screenwriting","parent_id":null,"sort_index":null} +{"name":"mathematical-modelling","display_name":"mathematical-modelling","parent_id":null,"sort_index":null} +{"name":"data-modeling","display_name":"data-modeling","parent_id":null,"sort_index":null} +{"name":"software-development/libgdx","display_name":"software-development/libgdx","parent_id":null,"sort_index":null} +{"name":"linked-data","display_name":"linked-data","parent_id":null,"sort_index":null} +{"name":"salt","display_name":"salt","parent_id":null,"sort_index":null} +{"name":"ab-testing","display_name":"ab-testing","parent_id":"product-management","sort_index":null} +{"name":"software-tools/firebase","display_name":"software-tools/firebase","parent_id":null,"sort_index":null} +{"name":"verilog","display_name":"verilog","parent_id":null,"sort_index":null} +{"name":"object-oriented-prgramming","display_name":"object-oriented-prgramming","parent_id":null,"sort_index":null} +{"name":"vlsi","display_name":"vlsi","parent_id":null,"sort_index":null} +{"name":"software-tools/aws","display_name":"software-tools/aws","parent_id":null,"sort_index":null} +{"name":"software-tools/react-native","display_name":"software-tools/react-native","parent_id":null,"sort_index":null} +{"name":"control-systems","display_name":"control-systems","parent_id":null,"sort_index":null} +{"name":"data-warehousing","display_name":"data-warehousing","parent_id":null,"sort_index":null} +{"name":"linear-programming","display_name":"linear-programming","parent_id":null,"sort_index":null} +{"name":"software-tools/netlogo","display_name":"software-tools/netlogo","parent_id":null,"sort_index":null} +{"name":"infographics","display_name":"infographics","parent_id":null,"sort_index":null} +{"name":"hardware-verification","display_name":"hardware-verification","parent_id":null,"sort_index":null} +{"name":"software-tools/flutter","display_name":"software-tools/flutter","parent_id":null,"sort_index":null} +{"name":"mobile-development","display_name":"mobile-development","parent_id":null,"sort_index":null} +{"name":"software-tools/linq","display_name":"software-tools/linq","parent_id":null,"sort_index":null} +{"name":"material-design","display_name":"material-design","parent_id":null,"sort_index":null} +{"name":"food-science","display_name":"food-science","parent_id":null,"sort_index":null} +{"name":"software-tools/faust","display_name":"software-tools/faust","parent_id":null,"sort_index":null} +{"name":"scientific-computing","display_name":"scientific-computing","parent_id":null,"sort_index":null} +{"name":"vhdl","display_name":"vhdl","parent_id":null,"sort_index":null} +{"name":"chris-yeh","display_name":"chris-yeh","parent_id":null,"sort_index":null} +{"name":"circuit-analysis","display_name":"circuit-analysis","parent_id":null,"sort_index":null} +{"name":"activism","display_name":"activism","parent_id":null,"sort_index":null} +{"name":"sanitation","display_name":"sanitation","parent_id":null,"sort_index":null} +{"name":"sensors","display_name":"sensors","parent_id":null,"sort_index":null} +{"name":"wind-power","display_name":"wind-power","parent_id":null,"sort_index":null} +{"name":"solar-power","display_name":"solar-power","parent_id":null,"sort_index":null} +{"name":"ceramics","display_name":"ceramics","parent_id":null,"sort_index":null} +{"name":"engineering-design","display_name":"engineering-design","parent_id":null,"sort_index":null} +{"name":"microcontrollers","display_name":"microcontrollers","parent_id":"electronics-engineering","sort_index":null} +{"name":"electrodynamics","display_name":"electrodynamics","parent_id":null,"sort_index":null} +{"name":"spectrum","display_name":"spectrum","parent_id":null,"sort_index":null} +{"name":"bridges","display_name":"bridges","parent_id":null,"sort_index":null} +{"name":"software-tools/autodesk","display_name":"software-tools/autodesk","parent_id":null,"sort_index":null} +{"name":"transport-phenomena","display_name":"transport-phenomena","parent_id":null,"sort_index":null} +{"name":"statics","display_name":"statics","parent_id":null,"sort_index":null} +{"name":"nanotechnology","display_name":"nanotechnology","parent_id":null,"sort_index":null} +{"name":"oauth","display_name":"oauth","parent_id":null,"sort_index":null} +{"name":"matrix-algebra","display_name":"matrix-algebra","parent_id":null,"sort_index":null} +{"name":"remote-sensing","display_name":"remote-sensing","parent_id":null,"sort_index":null} +{"name":"optics","display_name":"optics","parent_id":"physics","sort_index":null} +{"name":"automotive-systems","display_name":"automotive-systems","parent_id":null,"sort_index":null} +{"name":"hydraulics","display_name":"hydraulics","parent_id":null,"sort_index":null} +{"name":"3d-graphics","display_name":"3d-graphics","parent_id":null,"sort_index":null} +{"name":"mechanical-engineering","display_name":"mechanical-engineering","parent_id":"engineering","sort_index":null} +{"name":"microwave","display_name":"microwave","parent_id":null,"sort_index":null} +{"name":"proteogenomics","display_name":"proteogenomics","parent_id":null,"sort_index":null} +{"name":"software-tools/simulink","display_name":"software-tools/simulink","parent_id":null,"sort_index":null} +{"name":"drones","display_name":"drones","parent_id":"aviation","sort_index":null} +{"name":"biomaterials","display_name":"biomaterials","parent_id":null,"sort_index":null} +{"name":"cement","display_name":"cement","parent_id":null,"sort_index":null} +{"name":"mechanics","display_name":"mechanics","parent_id":null,"sort_index":null} +{"name":"organic-farming","display_name":"organic-farming","parent_id":null,"sort_index":null} +{"name":"quantum-mechanics","display_name":"quantum-mechanics","parent_id":null,"sort_index":null} +{"name":"concrete","display_name":"concrete","parent_id":null,"sort_index":null} +{"name":"rockets","display_name":"rockets","parent_id":null,"sort_index":null} +{"name":"apps","display_name":"apps","parent_id":null,"sort_index":null} +{"name":"electrical-engineereing","display_name":"electrical-engineereing","parent_id":null,"sort_index":null} +{"name":"electromagnetism","display_name":"electromagnetism","parent_id":null,"sort_index":null} +{"name":"integrated-circuits","display_name":"integrated-circuits","parent_id":null,"sort_index":null} +{"name":"railways","display_name":"railways","parent_id":null,"sort_index":null} +{"name":"navigation","display_name":"navigation","parent_id":null,"sort_index":null} +{"name":"polymers","display_name":"polymers","parent_id":null,"sort_index":null} +{"name":"analog-circuits","display_name":"analog-circuits","parent_id":null,"sort_index":null} +{"name":"hybrid-vehicles","display_name":"hybrid-vehicles","parent_id":"automotive-engineering","sort_index":null} +{"name":"air-quality","display_name":"air-quality","parent_id":null,"sort_index":null} +{"name":"cellular-solids","display_name":"cellular-solids","parent_id":null,"sort_index":null} +{"name":"noise","display_name":"noise","parent_id":null,"sort_index":null} +{"name":"hyperloop","display_name":"hyperloop","parent_id":null,"sort_index":null} +{"name":"clothing","display_name":"clothing","parent_id":null,"sort_index":null} +{"name":"satelites","display_name":"satelites","parent_id":null,"sort_index":null} +{"name":"electric-vehicles","display_name":"electric-vehicles","parent_id":null,"sort_index":null} +{"name":"biochemistry","display_name":"biochemistry","parent_id":null,"sort_index":null} +{"name":"casting","display_name":"casting","parent_id":"mechanical-engineering","sort_index":null} +{"name":"molecular-biology","display_name":"molecular-biology","parent_id":null,"sort_index":null} +{"name":"gears","display_name":"gears","parent_id":"engineering","sort_index":null} +{"name":"silk","display_name":"silk","parent_id":null,"sort_index":null} +{"name":"pharmacy","display_name":"pharmacy","parent_id":null,"sort_index":null} +{"name":"fluidization","display_name":"fluidization","parent_id":null,"sort_index":null} +{"name":"pollution","display_name":"pollution","parent_id":null,"sort_index":null} +{"name":"compliant-mechanisms","display_name":"compliant-mechanisms","parent_id":null,"sort_index":null} +{"name":"electrical-machines","display_name":"electrical-machines","parent_id":null,"sort_index":null} +{"name":"industrial-automation","display_name":"industrial-automation","parent_id":null,"sort_index":null} +{"name":"composite-materials","display_name":"composite-materials","parent_id":null,"sort_index":null} +{"name":"mineral-processing","display_name":"mineral-processing","parent_id":null,"sort_index":null} +{"name":"rheology","display_name":"rheology","parent_id":null,"sort_index":null} +{"name":"iron","display_name":"iron","parent_id":"metallurgy","sort_index":null} +{"name":"optical-fiber","display_name":"optical-fiber","parent_id":null,"sort_index":null} +{"name":"alloys","display_name":"alloys","parent_id":null,"sort_index":null} +{"name":"measurement","display_name":"measurement","parent_id":null,"sort_index":null} +{"name":"composites","display_name":"composites","parent_id":null,"sort_index":null} +{"name":"soil-mechanics","display_name":"soil-mechanics","parent_id":null,"sort_index":null} +{"name":"vibration","display_name":"vibration","parent_id":null,"sort_index":null} +{"name":"offshore-structures","display_name":"offshore-structures","parent_id":null,"sort_index":null} +{"name":"soil","display_name":"soil","parent_id":null,"sort_index":null} +{"name":"metallurgy","display_name":"metallurgy","parent_id":"engineering","sort_index":null} +{"name":"machinery","display_name":"machinery","parent_id":null,"sort_index":null} +{"name":"asic","display_name":"asic","parent_id":null,"sort_index":null} +{"name":"multiple-sclerosis","display_name":"multiple-sclerosis","parent_id":null,"sort_index":null} +{"name":"lighting","display_name":"lighting","parent_id":null,"sort_index":null} +{"name":"permaculture","display_name":"permaculture","parent_id":null,"sort_index":null} +{"name":"vaccines","display_name":"vaccines","parent_id":null,"sort_index":null} +{"name":"power-electronics","display_name":"power-electronics","parent_id":null,"sort_index":null} +{"name":"epidemiology","display_name":"epidemiology","parent_id":null,"sort_index":null} +{"name":"muscles","display_name":"muscles","parent_id":null,"sort_index":null} +{"name":"steam","display_name":"steam","parent_id":null,"sort_index":null} +{"name":"process-control","display_name":"process-control","parent_id":null,"sort_index":null} +{"name":"network-analysis","display_name":"network-analysis","parent_id":null,"sort_index":null} +{"name":"surveying","display_name":"surveying","parent_id":null,"sort_index":null} +{"name":"laser","display_name":"laser","parent_id":null,"sort_index":null} +{"name":"waste","display_name":"waste","parent_id":null,"sort_index":null} +{"name":"machines","display_name":"machines","parent_id":null,"sort_index":null} +{"name":"stability","display_name":"stability","parent_id":null,"sort_index":null} +{"name":"macronutrients","display_name":"macronutrients","parent_id":null,"sort_index":null} +{"name":"emergency-care","display_name":"emergency-care","parent_id":null,"sort_index":null} +{"name":"systems-engineering","display_name":"systems-engineering","parent_id":null,"sort_index":null} +{"name":"dentistry","display_name":"dentistry","parent_id":null,"sort_index":null} +{"name":"pregnancy","display_name":"pregnancy","parent_id":null,"sort_index":null} +{"name":"opamps","display_name":"opamps","parent_id":null,"sort_index":null} +{"name":"dysphagia","display_name":"dysphagia","parent_id":null,"sort_index":null} +{"name":"boilers","display_name":"boilers","parent_id":null,"sort_index":null} +{"name":"5g","display_name":"5g","parent_id":null,"sort_index":null} +{"name":"critical-path-method","display_name":"critical-path-method","parent_id":null,"sort_index":null} +{"name":"vocology","display_name":"vocology","parent_id":null,"sort_index":null} +{"name":"breast-cancer","display_name":"breast-cancer","parent_id":null,"sort_index":null} +{"name":"water-treatment","display_name":"water-treatment","parent_id":null,"sort_index":null} +{"name":"pelvis","display_name":"pelvis","parent_id":null,"sort_index":null} +{"name":"autism","display_name":"autism","parent_id":null,"sort_index":null} +{"name":"obesity","display_name":"obesity","parent_id":null,"sort_index":null} +{"name":"intellectual-disability","display_name":"intellectual-disability","parent_id":null,"sort_index":null} +{"name":"nordic-diet","display_name":"nordic-diet","parent_id":null,"sort_index":null} +{"name":"patient-safety","display_name":"patient-safety","parent_id":null,"sort_index":null} +{"name":"bacterias","display_name":"bacterias","parent_id":null,"sort_index":null} +{"name":"beef","display_name":"beef","parent_id":null,"sort_index":null} +{"name":"antimicrobial-therapy","display_name":"antimicrobial-therapy","parent_id":null,"sort_index":null} +{"name":"parasitology","display_name":"parasitology","parent_id":null,"sort_index":null} +{"name":"cancer","display_name":"cancer","parent_id":null,"sort_index":null} +{"name":"clinical-simulation","display_name":"clinical-simulation","parent_id":null,"sort_index":null} +{"name":"oral-cavity","display_name":"oral-cavity","parent_id":null,"sort_index":null} +{"name":"medical-technology","display_name":"medical-technology","parent_id":null,"sort_index":null} +{"name":"renal-disease","display_name":"renal-disease","parent_id":null,"sort_index":null} +{"name":"biohacking","display_name":"biohacking","parent_id":null,"sort_index":null} +{"name":"alternative-medicine","display_name":"alternative-medicine","parent_id":"medicine","sort_index":null} +{"name":"regulations","display_name":"regulations","parent_id":null,"sort_index":null} +{"name":"depression","display_name":"depression","parent_id":null,"sort_index":null} +{"name":"diseases","display_name":"diseases","parent_id":null,"sort_index":null} +{"name":"abdomen","display_name":"abdomen","parent_id":null,"sort_index":null} +{"name":"transgender-medicine","display_name":"transgender-medicine","parent_id":"medicine","sort_index":null} +{"name":"prostate-cancer","display_name":"prostate-cancer","parent_id":null,"sort_index":null} +{"name":"spa","display_name":"spa","parent_id":null,"sort_index":null} +{"name":"south-asia","display_name":"south-asia","parent_id":null,"sort_index":null} +{"name":"open-data","display_name":"open-data","parent_id":null,"sort_index":null} +{"name":"death","display_name":"death","parent_id":null,"sort_index":null} +{"name":"mri","display_name":"mri","parent_id":null,"sort_index":null} +{"name":"leif-babin","display_name":"leif-babin","parent_id":null,"sort_index":null} +{"name":"tumors","display_name":"tumors","parent_id":null,"sort_index":null} +{"name":"heart","display_name":"heart","parent_id":"medicine","sort_index":null} +{"name":"lifestyle-medicine","display_name":"lifestyle-medicine","parent_id":null,"sort_index":null} +{"name":"disaster-medicine","display_name":"disaster-medicine","parent_id":null,"sort_index":null} +{"name":"urology","display_name":"urology","parent_id":"medicine","sort_index":null} +{"name":"two-phase-flow","display_name":"two-phase-flow","parent_id":null,"sort_index":null} +{"name":"pediatrics","display_name":"pediatrics","parent_id":null,"sort_index":null} +{"name":"hepatitis","display_name":"hepatitis","parent_id":null,"sort_index":null} +{"name":"advocacympolicy","display_name":"advocacympolicy","parent_id":null,"sort_index":null} +{"name":"cataract-surgery","display_name":"cataract-surgery","parent_id":null,"sort_index":null} +{"name":"behavioral-medicine","display_name":"behavioral-medicine","parent_id":null,"sort_index":null} +{"name":"gmo","display_name":"gmo","parent_id":null,"sort_index":null} +{"name":"children","display_name":"children","parent_id":null,"sort_index":null} +{"name":"hypothyroidism","display_name":"hypothyroidism","parent_id":null,"sort_index":null} +{"name":"injury","display_name":"injury","parent_id":null,"sort_index":null} +{"name":"ebola","display_name":"ebola","parent_id":null,"sort_index":null} +{"name":"oral-health","display_name":"oral-health","parent_id":null,"sort_index":null} +{"name":"imflammation","display_name":"imflammation","parent_id":null,"sort_index":null} +{"name":"frailty","display_name":"frailty","parent_id":null,"sort_index":null} +{"name":"disease","display_name":"disease","parent_id":null,"sort_index":null} +{"name":"infection","display_name":"infection","parent_id":null,"sort_index":null} +{"name":"fungal-diseases","display_name":"fungal-diseases","parent_id":null,"sort_index":null} +{"name":"myocardial-infarction","display_name":"myocardial-infarction","parent_id":null,"sort_index":null} +{"name":"ecg","display_name":"ecg","parent_id":null,"sort_index":null} +{"name":"telemedicine","display_name":"telemedicine","parent_id":null,"sort_index":null} +{"name":"genomic-medicine","display_name":"genomic-medicine","parent_id":"medicine","sort_index":null} +{"name":"quality-improvement","display_name":"quality-improvement","parent_id":null,"sort_index":null} +{"name":"contraception","display_name":"contraception","parent_id":null,"sort_index":null} +{"name":"genetic-disease","display_name":"genetic-disease","parent_id":null,"sort_index":null} +{"name":"insulin","display_name":"insulin","parent_id":null,"sort_index":null} +{"name":"virus","display_name":"virus","parent_id":null,"sort_index":null} +{"name":"visual-impairment","display_name":"visual-impairment","parent_id":null,"sort_index":null} +{"name":"automata-theory","display_name":"automata-theory","parent_id":null,"sort_index":null} +{"name":"heart-disease","display_name":"heart-disease","parent_id":null,"sort_index":null} +{"name":"parkinsons-disease","display_name":"parkinsons-disease","parent_id":null,"sort_index":null} +{"name":"eyes","display_name":"eyes","parent_id":null,"sort_index":null} +{"name":"seizures","display_name":"seizures","parent_id":null,"sort_index":null} +{"name":"pharmacokinetics","display_name":"pharmacokinetics","parent_id":null,"sort_index":null} +{"name":"cpr","display_name":"cpr","parent_id":null,"sort_index":null} +{"name":"shoulder-pain","display_name":"shoulder-pain","parent_id":null,"sort_index":null} +{"name":"bioterrorism","display_name":"bioterrorism","parent_id":null,"sort_index":null} +{"name":"podiatry","display_name":"podiatry","parent_id":null,"sort_index":null} +{"name":"psychosis","display_name":"psychosis","parent_id":null,"sort_index":null} +{"name":"radiotherapy","display_name":"radiotherapy","parent_id":null,"sort_index":null} +{"name":"chronobiology","display_name":"chronobiology","parent_id":null,"sort_index":null} +{"name":"childbirth","display_name":"childbirth","parent_id":null,"sort_index":null} +{"name":"cognitive-behavioural-therapy","display_name":"cognitive-behavioural-therapy","parent_id":null,"sort_index":null} +{"name":"babies","display_name":"babies","parent_id":null,"sort_index":null} +{"name":"wounds","display_name":"wounds","parent_id":null,"sort_index":null} +{"name":"asthma","display_name":"asthma","parent_id":null,"sort_index":null} +{"name":"newborn-healthcare","display_name":"newborn-healthcare","parent_id":null,"sort_index":null} +{"name":"pharmacotherapeutics","display_name":"pharmacotherapeutics","parent_id":null,"sort_index":null} +{"name":"tuberculosis","display_name":"tuberculosis","parent_id":null,"sort_index":null} +{"name":"radiobiology","display_name":"radiobiology","parent_id":null,"sort_index":null} +{"name":"linear-regression","display_name":"linear-regression","parent_id":null,"sort_index":null} +{"name":"prenatal-testing","display_name":"prenatal-testing","parent_id":null,"sort_index":null} +{"name":"rings","display_name":"rings","parent_id":null,"sort_index":null} +{"name":"dna","display_name":"dna","parent_id":null,"sort_index":null} +{"name":"statistical-inference","display_name":"statistical-inference","parent_id":null,"sort_index":null} +{"name":"mathematical-modeling","display_name":"mathematical-modeling","parent_id":"mathematics","sort_index":null} +{"name":"nonlinear-dynamics","display_name":"nonlinear-dynamics","parent_id":null,"sort_index":null} +{"name":"pcos","display_name":"pcos","parent_id":null,"sort_index":null} +{"name":"leishmaniasis","display_name":"leishmaniasis","parent_id":null,"sort_index":null} +{"name":"neurology","display_name":"neurology","parent_id":null,"sort_index":null} +{"name":"precalculus","display_name":"precalculus","parent_id":null,"sort_index":null} +{"name":"numerical-analysis","display_name":"numerical-analysis","parent_id":null,"sort_index":null} +{"name":"epilepsy","display_name":"epilepsy","parent_id":null,"sort_index":null} +{"name":"hospitals","display_name":"hospitals","parent_id":"medicine","sort_index":null} +{"name":"confidence-interval","display_name":"confidence-interval","parent_id":null,"sort_index":null} +{"name":"kala-azar","display_name":"kala-azar","parent_id":null,"sort_index":null} +{"name":"fields","display_name":"fields","parent_id":null,"sort_index":null} +{"name":"queuing-theory","display_name":"queuing-theory","parent_id":"mathematics","sort_index":null} +{"name":"number-theory","display_name":"number-theory","parent_id":"mathematics","sort_index":null} +{"name":"random-variables","display_name":"random-variables","parent_id":null,"sort_index":null} +{"name":"doodling","display_name":"doodling","parent_id":null,"sort_index":null} +{"name":"matrices","display_name":"matrices","parent_id":"mathematics","sort_index":null} +{"name":"automated-reasoning","display_name":"automated-reasoning","parent_id":null,"sort_index":null} +{"name":"geometric-algorithms","display_name":"geometric-algorithms","parent_id":null,"sort_index":null} +{"name":"blindness","display_name":"blindness","parent_id":null,"sort_index":null} +{"name":"logistic-regression","display_name":"logistic-regression","parent_id":null,"sort_index":null} +{"name":"eigenvalues","display_name":"eigenvalues","parent_id":null,"sort_index":null} +{"name":"eigenvectors","display_name":"eigenvectors","parent_id":null,"sort_index":null} +{"name":"paleobiology","display_name":"paleobiology","parent_id":null,"sort_index":null} +{"name":"oceanography","display_name":"oceanography","parent_id":null,"sort_index":null} +{"name":"cosmology","display_name":"cosmology","parent_id":null,"sort_index":null} +{"name":"land","display_name":"land","parent_id":null,"sort_index":null} +{"name":"functions","display_name":"functions","parent_id":null,"sort_index":null} +{"name":"extinction","display_name":"extinction","parent_id":null,"sort_index":null} +{"name":"tomography","display_name":"tomography","parent_id":null,"sort_index":null} +{"name":"fractals","display_name":"fractals","parent_id":null,"sort_index":null} +{"name":"neuroimaging","display_name":"neuroimaging","parent_id":null,"sort_index":null} +{"name":"light","display_name":"light","parent_id":null,"sort_index":null} +{"name":"paleontology","display_name":"paleontology","parent_id":null,"sort_index":null} +{"name":"chicken","display_name":"chicken","parent_id":null,"sort_index":null} +{"name":"stem-cells","display_name":"stem-cells","parent_id":null,"sort_index":null} +{"name":"solar-system","display_name":"solar-system","parent_id":null,"sort_index":null} +{"name":"climate","display_name":"climate","parent_id":null,"sort_index":null} +{"name":"gastronomy","display_name":"gastronomy","parent_id":null,"sort_index":null} +{"name":"eclipse","display_name":"eclipse","parent_id":null,"sort_index":null} +{"name":"sheep","display_name":"sheep","parent_id":null,"sort_index":null} +{"name":"equations","display_name":"equations","parent_id":null,"sort_index":null} +{"name":"astrobiology","display_name":"astrobiology","parent_id":null,"sort_index":null} +{"name":"horse","display_name":"horse","parent_id":null,"sort_index":null} +{"name":"astrophysics","display_name":"astrophysics","parent_id":null,"sort_index":null} +{"name":"dogs","display_name":"dogs","parent_id":null,"sort_index":null} +{"name":"microbiome","display_name":"microbiome","parent_id":null,"sort_index":null} +{"name":"neurobiology","display_name":"neurobiology","parent_id":null,"sort_index":null} +{"name":"fuzzy-set-theory","display_name":"fuzzy-set-theory","parent_id":null,"sort_index":null} +{"name":"grazing","display_name":"grazing","parent_id":null,"sort_index":null} +{"name":"structure-expert-judgment","display_name":"structure-expert-judgment","parent_id":null,"sort_index":null} +{"name":"cats","display_name":"cats","parent_id":null,"sort_index":null} +{"name":"darwin","display_name":"darwin","parent_id":null,"sort_index":null} +{"name":"metabolism","display_name":"metabolism","parent_id":null,"sort_index":null} +{"name":"california","display_name":"california","parent_id":null,"sort_index":null} +{"name":"spacecraft","display_name":"spacecraft","parent_id":null,"sort_index":null} +{"name":"oceans","display_name":"oceans","parent_id":null,"sort_index":null} +{"name":"vision","display_name":"vision","parent_id":null,"sort_index":null} +{"name":"tissue-engineering","display_name":"tissue-engineering","parent_id":null,"sort_index":null} +{"name":"synchrotron","display_name":"synchrotron","parent_id":null,"sort_index":null} +{"name":"black-holes","display_name":"black-holes","parent_id":null,"sort_index":null} +{"name":"finite-element-method","display_name":"finite-element-method","parent_id":null,"sort_index":null} +{"name":"hurricane","display_name":"hurricane","parent_id":null,"sort_index":null} +{"name":"meat","display_name":"meat","parent_id":null,"sort_index":null} +{"name":"motion","display_name":"motion","parent_id":null,"sort_index":null} +{"name":"gravity","display_name":"gravity","parent_id":null,"sort_index":null} +{"name":"walking","display_name":"walking","parent_id":null,"sort_index":null} +{"name":"wine","display_name":"wine","parent_id":null,"sort_index":null} +{"name":"bipedalism","display_name":"bipedalism","parent_id":null,"sort_index":null} +{"name":"arctic","display_name":"arctic","parent_id":null,"sort_index":null} +{"name":"stoichiometry","display_name":"stoichiometry","parent_id":null,"sort_index":null} +{"name":"gravitational-waves","display_name":"gravitational-waves","parent_id":null,"sort_index":null} +{"name":"storms","display_name":"storms","parent_id":null,"sort_index":null} +{"name":"thermochemistry","display_name":"thermochemistry","parent_id":null,"sort_index":null} +{"name":"scandanavia","display_name":"scandanavia","parent_id":null,"sort_index":null} +{"name":"sharks","display_name":"sharks","parent_id":null,"sort_index":null} +{"name":"effective-field-theory","display_name":"effective-field-theory","parent_id":null,"sort_index":null} +{"name":"matter","display_name":"matter","parent_id":null,"sort_index":null} +{"name":"algae","display_name":"algae","parent_id":null,"sort_index":null} +{"name":"david-foster-wallace","display_name":"david-foster-wallace","parent_id":null,"sort_index":null} +{"name":"maxwell-equations","display_name":"maxwell-equations","parent_id":null,"sort_index":null} +{"name":"beer","display_name":"beer","parent_id":null,"sort_index":null} +{"name":"autophagy","display_name":"autophagy","parent_id":null,"sort_index":null} +{"name":"drainage","display_name":"drainage","parent_id":null,"sort_index":null} +{"name":"mitochondria","display_name":"mitochondria","parent_id":null,"sort_index":null} +{"name":"mass-transfer-operations","display_name":"mass-transfer-operations","parent_id":null,"sort_index":null} +{"name":"pharma","display_name":"pharma","parent_id":null,"sort_index":null} +{"name":"tropics","display_name":"tropics","parent_id":null,"sort_index":null} +{"name":"plasmonics","display_name":"plasmonics","parent_id":null,"sort_index":null} +{"name":"meteorology","display_name":"meteorology","parent_id":null,"sort_index":null} +{"name":"fuel-cells","display_name":"fuel-cells","parent_id":null,"sort_index":null} +{"name":"metereology","display_name":"metereology","parent_id":null,"sort_index":null} +{"name":"rna","display_name":"rna","parent_id":null,"sort_index":null} +{"name":"electrostatics","display_name":"electrostatics","parent_id":null,"sort_index":null} +{"name":"biomembranes","display_name":"biomembranes","parent_id":null,"sort_index":null} +{"name":"entanglement","display_name":"entanglement","parent_id":null,"sort_index":null} +{"name":"petrology","display_name":"petrology","parent_id":null,"sort_index":null} +{"name":"analytical-chemistry","display_name":"analytical-chemistry","parent_id":null,"sort_index":null} +{"name":"seismology","display_name":"seismology","parent_id":null,"sort_index":null} +{"name":"property-rights","display_name":"property-rights","parent_id":null,"sort_index":null} +{"name":"epigenetics","display_name":"epigenetics","parent_id":null,"sort_index":null} +{"name":"quantum-dynamics","display_name":"quantum-dynamics","parent_id":null,"sort_index":null} +{"name":"nitrogen","display_name":"nitrogen","parent_id":null,"sort_index":null} +{"name":"ferromagnetism","display_name":"ferromagnetism","parent_id":null,"sort_index":null} +{"name":"water-pump","display_name":"water-pump","parent_id":null,"sort_index":null} +{"name":"justice","display_name":"justice","parent_id":null,"sort_index":null} +{"name":"bacteriology","display_name":"bacteriology","parent_id":null,"sort_index":null} +{"name":"tornado","display_name":"tornado","parent_id":null,"sort_index":null} +{"name":"rotation","display_name":"rotation","parent_id":null,"sort_index":null} +{"name":"disasters","display_name":"disasters","parent_id":null,"sort_index":null} +{"name":"audio","display_name":"audio","parent_id":null,"sort_index":null} +{"name":"consumer-behavior","display_name":"consumer-behavior","parent_id":null,"sort_index":null} +{"name":"bioelectricity","display_name":"bioelectricity","parent_id":null,"sort_index":null} +{"name":"biorefinery","display_name":"biorefinery","parent_id":null,"sort_index":null} +{"name":"minerals","display_name":"minerals","parent_id":null,"sort_index":null} +{"name":"imaging","display_name":"imaging","parent_id":null,"sort_index":null} +{"name":"brewing","display_name":"brewing","parent_id":null,"sort_index":null} +{"name":"human-rights","display_name":"human-rights","parent_id":null,"sort_index":null} +{"name":"greenland","display_name":"greenland","parent_id":null,"sort_index":null} +{"name":"stalinism","display_name":"stalinism","parent_id":null,"sort_index":null} +{"name":"molecular-physics","display_name":"molecular-physics","parent_id":null,"sort_index":null} +{"name":"heat-transfer","display_name":"heat-transfer","parent_id":null,"sort_index":null} +{"name":"smart-cities","display_name":"smart-cities","parent_id":null,"sort_index":null} +{"name":"play","display_name":"play","parent_id":null,"sort_index":null} +{"name":"organs","display_name":"organs","parent_id":null,"sort_index":null} +{"name":"nuclear-weapons","display_name":"nuclear-weapons","parent_id":null,"sort_index":null} +{"name":"war","display_name":"war","parent_id":null,"sort_index":null} +{"name":"questionnaire","display_name":"questionnaire","parent_id":null,"sort_index":null} +{"name":"chaos","display_name":"chaos","parent_id":"complexity-science","sort_index":null} +{"name":"markets","display_name":"markets","parent_id":"economics","sort_index":null} +{"name":"rocks","display_name":"rocks","parent_id":null,"sort_index":null} +{"name":"tax","display_name":"tax","parent_id":null,"sort_index":null} +{"name":"endurance-training","display_name":"endurance-training","parent_id":"sports","sort_index":null} +{"name":"korea","display_name":"korea","parent_id":null,"sort_index":null} +{"name":"nations/mexico","display_name":"nations/mexico","parent_id":null,"sort_index":null} +{"name":"nations/canada","display_name":"nations/canada","parent_id":null,"sort_index":null} +{"name":"psychotherapy","display_name":"psychotherapy","parent_id":null,"sort_index":null} +{"name":"mediocrity","display_name":"mediocrity","parent_id":null,"sort_index":null} +{"name":"international-relations","display_name":"international-relations","parent_id":null,"sort_index":null} +{"name":"property","display_name":"property","parent_id":null,"sort_index":null} +{"name":"race","display_name":"race","parent_id":null,"sort_index":null} +{"name":"islamic-banking","display_name":"islamic-banking","parent_id":null,"sort_index":null} +{"name":"floods","display_name":"floods","parent_id":null,"sort_index":null} +{"name":"freedom","display_name":"freedom","parent_id":null,"sort_index":null} +{"name":"geopolitics","display_name":"geopolitics","parent_id":null,"sort_index":null} +{"name":"happiness","display_name":"happiness","parent_id":null,"sort_index":null} +{"name":"writing-systems","display_name":"writing-systems","parent_id":null,"sort_index":null} +{"name":"business-law","display_name":"business-law","parent_id":null,"sort_index":null} +{"name":"equality","display_name":"equality","parent_id":"political-science","sort_index":null} +{"name":"sociolinguistics","display_name":"sociolinguistics","parent_id":null,"sort_index":null} +{"name":"feminism","display_name":"feminism","parent_id":null,"sort_index":null} +{"name":"clinical-psychology","display_name":"clinical-psychology","parent_id":null,"sort_index":null} +{"name":"suicide","display_name":"suicide","parent_id":null,"sort_index":null} +{"name":"schools","display_name":"schools","parent_id":null,"sort_index":null} +{"name":"refugees","display_name":"refugees","parent_id":null,"sort_index":null} +{"name":"multimedia","display_name":"multimedia","parent_id":null,"sort_index":null} +{"name":"mortgage-backed-securities","display_name":"mortgage-backed-securities","parent_id":"finance","sort_index":null} +{"name":"employment","display_name":"employment","parent_id":null,"sort_index":null} +{"name":"counseling","display_name":"counseling","parent_id":null,"sort_index":null} +{"name":"psychometrics","display_name":"psychometrics","parent_id":null,"sort_index":null} +{"name":"identity","display_name":"identity","parent_id":null,"sort_index":null} +{"name":"elections","display_name":"elections","parent_id":null,"sort_index":null} +{"name":"teenagers","display_name":"teenagers","parent_id":null,"sort_index":null} +{"name":"csr","display_name":"csr","parent_id":null,"sort_index":null} +{"name":"minorities","display_name":"minorities","parent_id":null,"sort_index":null} +{"name":"nations/scotland","display_name":"nations/scotland","parent_id":null,"sort_index":null} +{"name":"competition-law","display_name":"competition-law","parent_id":null,"sort_index":null} +{"name":"ddt","display_name":"ddt","parent_id":null,"sort_index":null} +{"name":"brexit","display_name":"brexit","parent_id":null,"sort_index":null} +{"name":"literacy","display_name":"literacy","parent_id":null,"sort_index":null} +{"name":"edtech","display_name":"edtech","parent_id":null,"sort_index":null} +{"name":"fraud","display_name":"fraud","parent_id":null,"sort_index":null} +{"name":"free-software","display_name":"free-software","parent_id":null,"sort_index":null} +{"name":"heritage","display_name":"heritage","parent_id":null,"sort_index":null} +{"name":"makerspace","display_name":"makerspace","parent_id":null,"sort_index":null} +{"name":"population","display_name":"population","parent_id":null,"sort_index":null} +{"name":"slavery","display_name":"slavery","parent_id":null,"sort_index":null} +{"name":"lectures","display_name":"lectures","parent_id":null,"sort_index":null} +{"name":"nations/italy","display_name":"nations/italy","parent_id":null,"sort_index":null} +{"name":"autocracy","display_name":"autocracy","parent_id":null,"sort_index":null} +{"name":"european-union","display_name":"european-union","parent_id":null,"sort_index":null} +{"name":"military","display_name":"military","parent_id":null,"sort_index":null} +{"name":"youth","display_name":"youth","parent_id":null,"sort_index":null} +{"name":"infrastructure","display_name":"infrastructure","parent_id":null,"sort_index":null} +{"name":"propaganda","display_name":"propaganda","parent_id":null,"sort_index":null} +{"name":"nations/india/law","display_name":"nations/india/law","parent_id":null,"sort_index":null} +{"name":"school","display_name":"school","parent_id":null,"sort_index":null} +{"name":"university","display_name":"university","parent_id":null,"sort_index":null} +{"name":"languages/sanskrit","display_name":"languages/sanskrit","parent_id":"language","sort_index":null} +{"name":"vocabulary","display_name":"vocabulary","parent_id":null,"sort_index":null} +{"name":"argumentation","display_name":"argumentation","parent_id":null,"sort_index":null} +{"name":"tinkering","display_name":"tinkering","parent_id":null,"sort_index":null} +{"name":"recreational-math","display_name":"recreational-math","parent_id":null,"sort_index":null} +{"name":"classroom-management","display_name":"classroom-management","parent_id":null,"sort_index":null} +{"name":"toefl","display_name":"toefl","parent_id":null,"sort_index":null} +{"name":"civil-war","display_name":"civil-war","parent_id":null,"sort_index":null} +{"name":"fractions","display_name":"fractions","parent_id":"mathematics","sort_index":null} +{"name":"cultural","display_name":"cultural","parent_id":null,"sort_index":null} +{"name":"bioeconomy","display_name":"bioeconomy","parent_id":null,"sort_index":null} +{"name":"ielts","display_name":"ielts","parent_id":null,"sort_index":null} +{"name":"flipped-classroom","display_name":"flipped-classroom","parent_id":null,"sort_index":null} +{"name":"fake-news","display_name":"fake-news","parent_id":null,"sort_index":null} +{"name":"common-core","display_name":"common-core","parent_id":null,"sort_index":null} +{"name":"exploding-dots","display_name":"exploding-dots","parent_id":null,"sort_index":null} +{"name":"fitness","display_name":"fitness","parent_id":null,"sort_index":null} +{"name":"software-tools/edx-studio","display_name":"software-tools/edx-studio","parent_id":null,"sort_index":null} +{"name":"languages/korean","display_name":"languages/korean","parent_id":null,"sort_index":null} +{"name":"aadhaar","display_name":"aadhaar","parent_id":null,"sort_index":null} +{"name":"physical-education","display_name":"physical-education","parent_id":null,"sort_index":null} +{"name":"seduction","display_name":"seduction","parent_id":null,"sort_index":null} +{"name":"coffee","display_name":"Coffee","parent_id":null,"sort_index":null} +{"name":"taoism","display_name":"taoism","parent_id":"philosophy","sort_index":null} +{"name":"the-map-is-not-the-terrain","display_name":"the-map-is-not-the-terrain","parent_id":null,"sort_index":null} +{"name":"warren-buffett","display_name":"warren-buffett","parent_id":null,"sort_index":null} +{"name":"polyamory","display_name":"polyamory","parent_id":null,"sort_index":null} +{"name":"rationality","display_name":"rationality","parent_id":null,"sort_index":null} +{"name":"star-wars","display_name":"star-wars","parent_id":null,"sort_index":null} +{"name":"mark-monmonier","display_name":"mark-monmonier","parent_id":null,"sort_index":null} +{"name":"evolutionary-psychology","display_name":"evolutionary-psychology","parent_id":null,"sort_index":null} +{"name":"ted-williams","display_name":"ted-williams","parent_id":null,"sort_index":null} +{"name":"bullshit","display_name":"bullshit","parent_id":null,"sort_index":null} +{"name":"pw-atkins","display_name":"pw-atkins","parent_id":null,"sort_index":null} +{"name":"blended-learning","display_name":"blended-learning","parent_id":"learning","sort_index":null} +{"name":"dreams","display_name":"dreams","parent_id":null,"sort_index":null} +{"name":"hierarchy","display_name":"hierarchy","parent_id":null,"sort_index":null} +{"name":"irrationality","display_name":"irrationality","parent_id":null,"sort_index":null} +{"name":"mentoring","display_name":"mentoring","parent_id":null,"sort_index":null} +{"name":"open-educational-resources","display_name":"open-educational-resources","parent_id":null,"sort_index":null} +{"name":"howard-bloom","display_name":"howard-bloom","parent_id":null,"sort_index":null} +{"name":"amazon","display_name":"amazon","parent_id":null,"sort_index":null} +{"name":"reddit","display_name":"reddit","parent_id":null,"sort_index":null} +{"name":"george-marshall","display_name":"george-marshall","parent_id":null,"sort_index":null} +{"name":"alchemy","display_name":"alchemy","parent_id":null,"sort_index":null} +{"name":"general-george-pershing","display_name":"general-george-pershing","parent_id":null,"sort_index":null} +{"name":"john-underwood","display_name":"john-underwood","parent_id":null,"sort_index":null} +{"name":"disney","display_name":"disney","parent_id":null,"sort_index":null} +{"name":"harry-frankfurt","display_name":"harry-frankfurt","parent_id":null,"sort_index":null} +{"name":"herbert-hoover","display_name":"herbert-hoover","parent_id":null,"sort_index":null} +{"name":"kenneth-arrow","display_name":"kenneth-arrow","parent_id":null,"sort_index":null} +{"name":"surface-analysis","display_name":"surface-analysis","parent_id":null,"sort_index":null} +{"name":"chip-heath","display_name":"chip-heath","parent_id":null,"sort_index":null} +{"name":"dan-millman","display_name":"dan-millman","parent_id":null,"sort_index":null} +{"name":"gary-kasparov","display_name":"gary-kasparov","parent_id":null,"sort_index":null} +{"name":"dan-heath","display_name":"dan-heath","parent_id":null,"sort_index":null} +{"name":"biography","display_name":"biography","parent_id":null,"sort_index":null} +{"name":"caa","display_name":"caa","parent_id":null,"sort_index":null} +{"name":"genius","display_name":"genius","parent_id":null,"sort_index":null} +{"name":"alfred-adler","display_name":"alfred-adler","parent_id":null,"sort_index":null} +{"name":"william-shockley","display_name":"william-shockley","parent_id":null,"sort_index":null} +{"name":"hungary","display_name":"hungary","parent_id":null,"sort_index":null} +{"name":"pragmatism","display_name":"pragmatism","parent_id":null,"sort_index":null} +{"name":"silicon-valley","display_name":"silicon-valley","parent_id":null,"sort_index":null} +{"name":"mastery","display_name":"mastery","parent_id":null,"sort_index":null} +{"name":"multi-disciplinary","display_name":"multi-disciplinary","parent_id":null,"sort_index":null} +{"name":"fishing","display_name":"fishing","parent_id":null,"sort_index":null} +{"name":"claude-shannon","display_name":"claude-shannon","parent_id":null,"sort_index":null} +{"name":"scott-adams","display_name":"scott-adams","parent_id":null,"sort_index":null} +{"name":"diet-and-nutrition","display_name":"diet-and-nutrition","parent_id":null,"sort_index":null} +{"name":"emergence","display_name":"emergence","parent_id":null,"sort_index":null} +{"name":"wisdom","display_name":"wisdom","parent_id":null,"sort_index":null} +{"name":"win/win","display_name":"win/win","parent_id":null,"sort_index":null} +{"name":"john-brooks","display_name":"john-brooks","parent_id":null,"sort_index":null} +{"name":"michael-ovitz","display_name":"michael-ovitz","parent_id":null,"sort_index":null} +{"name":"david-epstein","display_name":"david-epstein","parent_id":null,"sort_index":null} +{"name":"cars","display_name":"cars","parent_id":null,"sort_index":null} +{"name":"alan-eagle","display_name":"alan-eagle","parent_id":null,"sort_index":null} +{"name":"union-square-hospitality-group","display_name":"union-square-hospitality-group","parent_id":null,"sort_index":null} +{"name":"aws","display_name":"aws","parent_id":null,"sort_index":null} +{"name":"ernest-shackleton","display_name":"ernest-shackleton","parent_id":null,"sort_index":null} +{"name":"lauren-mccann","display_name":"lauren-mccann","parent_id":null,"sort_index":null} +{"name":"boston-celtics","display_name":"boston-celtics","parent_id":null,"sort_index":null} +{"name":"esther-wojcicki","display_name":"esther-wojcicki","parent_id":null,"sort_index":null} +{"name":"cicero","display_name":"cicero","parent_id":null,"sort_index":null} +{"name":"rap","display_name":"rap","parent_id":null,"sort_index":null} +{"name":"healthtech","display_name":"healthtech","parent_id":null,"sort_index":null} +{"name":"fumitake-koga","display_name":"fumitake-koga","parent_id":null,"sort_index":null} +{"name":"ichiro-kishimi","display_name":"ichiro-kishimi","parent_id":null,"sort_index":null} +{"name":"kip-tindell","display_name":"kip-tindell","parent_id":null,"sort_index":null} +{"name":"harvey-karp","display_name":"harvey-karp","parent_id":null,"sort_index":null} +{"name":"peter-wohlleben","display_name":"peter-wohlleben","parent_id":null,"sort_index":null} +{"name":"bill-russell","display_name":"bill-russell","parent_id":null,"sort_index":null} +{"name":"process","display_name":"process","parent_id":null,"sort_index":null} +{"name":"lyndon-b-johnson","display_name":"lyndon-b-johnson","parent_id":null,"sort_index":null} +{"name":"wallace-wattles","display_name":"wallace-wattles","parent_id":null,"sort_index":null} +{"name":"tracy-kidder","display_name":"tracy-kidder","parent_id":null,"sort_index":null} +{"name":"david-eagleman","display_name":"david-eagleman","parent_id":null,"sort_index":null} +{"name":"warren-bennis","display_name":"warren-bennis","parent_id":null,"sort_index":null} +{"name":"yvon-chouinard","display_name":"yvon-chouinard","parent_id":null,"sort_index":null} +{"name":"mental-models","display_name":"mental-models","parent_id":null,"sort_index":null} +{"name":"subscription-economy","display_name":"subscription-economy","parent_id":null,"sort_index":null} +{"name":"peter-drucker","display_name":"peter-drucker","parent_id":null,"sort_index":null} +{"name":"terry-arthur","display_name":"terry-arthur","parent_id":null,"sort_index":null} +{"name":"jcr-licklider","display_name":"jcr-licklider","parent_id":null,"sort_index":null} +{"name":"pritzker","display_name":"pritzker","parent_id":null,"sort_index":null} +{"name":"arpa","display_name":"arpa","parent_id":null,"sort_index":null} +{"name":"bo-burlingham","display_name":"bo-burlingham","parent_id":null,"sort_index":null} +{"name":"susan-crawford","display_name":"susan-crawford","parent_id":null,"sort_index":null} +{"name":"kevin-simler","display_name":"kevin-simler","parent_id":null,"sort_index":null} +{"name":"david-falkner","display_name":"david-falkner","parent_id":null,"sort_index":null} +{"name":"britain","display_name":"britain","parent_id":null,"sort_index":null} +{"name":"mitchell-waldrop","display_name":"mitchell-waldrop","parent_id":null,"sort_index":null} +{"name":"spiritual","display_name":"spiritual","parent_id":null,"sort_index":null} +{"name":"ssalesforce","display_name":"ssalesforce","parent_id":null,"sort_index":null} +{"name":"joseph-jordania","display_name":"joseph-jordania","parent_id":null,"sort_index":null} +{"name":"jeffrey-rodengen","display_name":"jeffrey-rodengen","parent_id":null,"sort_index":null} +{"name":"production","display_name":"production","parent_id":null,"sort_index":null} +{"name":"don-norman","display_name":"don-norman","parent_id":null,"sort_index":null} +{"name":"container","display_name":"container","parent_id":null,"sort_index":null} +{"name":"xerox-parc","display_name":"xerox-parc","parent_id":null,"sort_index":null} +{"name":"seung-sahn","display_name":"seung-sahn","parent_id":null,"sort_index":null} +{"name":"malcolm-mclean","display_name":"malcolm-mclean","parent_id":null,"sort_index":null} +{"name":"eliyahu-goldratt","display_name":"eliyahu-goldratt","parent_id":null,"sort_index":null} +{"name":"stephen-mitchell","display_name":"stephen-mitchell","parent_id":null,"sort_index":null} +{"name":"theranos","display_name":"theranos","parent_id":null,"sort_index":null} +{"name":"alexander-jikuridze","display_name":"alexander-jikuridze","parent_id":null,"sort_index":null} +{"name":"oprah","display_name":"oprah","parent_id":null,"sort_index":null} +{"name":"joseph-campbell","display_name":"joseph-campbell","parent_id":null,"sort_index":null} +{"name":"the-office","display_name":"the-office","parent_id":null,"sort_index":null} +{"name":"edward-bernays","display_name":"edward-bernays","parent_id":null,"sort_index":null} +{"name":"donald-brown","display_name":"donald-brown","parent_id":null,"sort_index":null} +{"name":"psg-group","display_name":"psg-group","parent_id":null,"sort_index":null} +{"name":"michael-pollan","display_name":"michael-pollan","parent_id":null,"sort_index":null} +{"name":"persistence","display_name":"persistence","parent_id":null,"sort_index":null} +{"name":"change","display_name":"change","parent_id":null,"sort_index":null} +{"name":"john-h-patterson","display_name":"john-h-patterson","parent_id":null,"sort_index":null} +{"name":"south-africa","display_name":"south-africa","parent_id":null,"sort_index":null} +{"name":"lawrence-cunningham","display_name":"lawrence-cunningham","parent_id":null,"sort_index":null} +{"name":"donna-beech","display_name":"donna-beech","parent_id":null,"sort_index":null} +{"name":"pedro-domingos","display_name":"pedro-domingos","parent_id":null,"sort_index":null} +{"name":"james-dyson","display_name":"james-dyson","parent_id":null,"sort_index":null} +{"name":"ken-langone","display_name":"ken-langone","parent_id":null,"sort_index":null} +{"name":"samuel-crowther","display_name":"samuel-crowther","parent_id":null,"sort_index":null} +{"name":"kindle","display_name":"kindle","parent_id":null,"sort_index":null} +{"name":"robert-greene","display_name":"robert-greene","parent_id":null,"sort_index":null} +{"name":"willis-johnson","display_name":"willis-johnson","parent_id":null,"sort_index":null} +{"name":"human-universals","display_name":"human-universals","parent_id":null,"sort_index":null} +{"name":"brian-christian","display_name":"brian-christian","parent_id":null,"sort_index":null} +{"name":"william-gore","display_name":"william-gore","parent_id":null,"sort_index":null} +{"name":"howard-martin","display_name":"howard-martin","parent_id":null,"sort_index":null} +{"name":"bernie-marcus","display_name":"bernie-marcus","parent_id":null,"sort_index":null} +{"name":"tiger-woods","display_name":"tiger-woods","parent_id":null,"sort_index":null} +{"name":"sam-zell","display_name":"sam-zell","parent_id":null,"sort_index":null} +{"name":"joe-dispenza","display_name":"joe-dispenza","parent_id":null,"sort_index":null} +{"name":"isaac-asimov","display_name":"isaac-asimov","parent_id":null,"sort_index":null} +{"name":"charles-koch","display_name":"charles-koch","parent_id":null,"sort_index":null} +{"name":"anne-gruner-schlumberger","display_name":"anne-gruner-schlumberger","parent_id":null,"sort_index":null} +{"name":"james-p-carse","display_name":"james-p-carse","parent_id":null,"sort_index":null} +{"name":"sci-fi","display_name":"sci-fi","parent_id":null,"sort_index":null} +{"name":"chimpanzees","display_name":"chimpanzees","parent_id":null,"sort_index":null} +{"name":"bill-buford","display_name":"bill-buford","parent_id":null,"sort_index":null} +{"name":"mo-gawdat","display_name":"mo-gawdat","parent_id":null,"sort_index":null} +{"name":"alan-watts","display_name":"alan-watts","parent_id":null,"sort_index":null} +{"name":"robert-coram","display_name":"robert-coram","parent_id":null,"sort_index":null} +{"name":"koch-industries","display_name":"koch-industries","parent_id":null,"sort_index":null} +{"name":"flow","display_name":"flow","parent_id":null,"sort_index":null} +{"name":"cacilda-jetha","display_name":"cacilda-jetha","parent_id":null,"sort_index":null} +{"name":"robert-magness","display_name":"robert-magness","parent_id":null,"sort_index":null} +{"name":"civilization","display_name":"civilization","parent_id":null,"sort_index":null} +{"name":"costco","display_name":"costco","parent_id":null,"sort_index":null} +{"name":"henry-petroski","display_name":"henry-petroski","parent_id":null,"sort_index":null} +{"name":"richard-dawkins","display_name":"richard-dawkins","parent_id":null,"sort_index":null} +{"name":"social-class","display_name":"social-class","parent_id":null,"sort_index":null} +{"name":"fedmart","display_name":"fedmart","parent_id":null,"sort_index":null} +{"name":"vaclav-smil","display_name":"vaclav-smil","parent_id":null,"sort_index":null} +{"name":"geoscience","display_name":"geoscience","parent_id":null,"sort_index":null} +{"name":"joshua-cooper-ramo","display_name":"joshua-cooper-ramo","parent_id":null,"sort_index":null} +{"name":"tom-gallwey","display_name":"tom-gallwey","parent_id":null,"sort_index":null} +{"name":"napoleon-hill","display_name":"napoleon-hill","parent_id":null,"sort_index":null} +{"name":"susan-butler","display_name":"susan-butler","parent_id":null,"sort_index":null} +{"name":"richard-farson","display_name":"richard-farson","parent_id":null,"sort_index":null} +{"name":"ryan-holiday","display_name":"ryan-holiday","parent_id":null,"sort_index":null} +{"name":"scale","display_name":"scale","parent_id":null,"sort_index":null} +{"name":"gregory-david-roberts","display_name":"gregory-david-roberts","parent_id":null,"sort_index":null} +{"name":"the-great-ap","display_name":"the-great-ap","parent_id":null,"sort_index":null} +{"name":"andrew-carnegie","display_name":"andrew-carnegie","parent_id":null,"sort_index":null} +{"name":"jesus","display_name":"jesus","parent_id":null,"sort_index":null} +{"name":"charles-darwin","display_name":"charles-darwin","parent_id":null,"sort_index":null} +{"name":"flight","display_name":"flight","parent_id":null,"sort_index":null} +{"name":"mary-gribbin","display_name":"mary-gribbin","parent_id":null,"sort_index":null} +{"name":"john-huey","display_name":"john-huey","parent_id":null,"sort_index":null} +{"name":"price-club","display_name":"price-club","parent_id":null,"sort_index":null} +{"name":"new-zealand","display_name":"new-zealand","parent_id":null,"sort_index":null} +{"name":"success","display_name":"success","parent_id":null,"sort_index":null} +{"name":"all-blacks","display_name":"all-blacks","parent_id":null,"sort_index":null} +{"name":"how-to-live","display_name":"how-to-live","parent_id":null,"sort_index":null} +{"name":"john-fante","display_name":"john-fante","parent_id":null,"sort_index":null} +{"name":"rudyard-kipling","display_name":"rudyard-kipling","parent_id":null,"sort_index":null} +{"name":"james-kerr","display_name":"james-kerr","parent_id":null,"sort_index":null} +{"name":"mitch-albom","display_name":"mitch-albom","parent_id":null,"sort_index":null} +{"name":"will-durant","display_name":"will-durant","parent_id":null,"sort_index":null} +{"name":"tim-wu","display_name":"tim-wu","parent_id":null,"sort_index":null} +{"name":"spencer-rascoff","display_name":"spencer-rascoff","parent_id":null,"sort_index":null} +{"name":"luke-rhinehart","display_name":"luke-rhinehart","parent_id":null,"sort_index":null} +{"name":"john-jeremiah-sullivan","display_name":"john-jeremiah-sullivan","parent_id":null,"sort_index":null} +{"name":"ann-marie-healy","display_name":"ann-marie-healy","parent_id":null,"sort_index":null} +{"name":"stan-humphries","display_name":"stan-humphries","parent_id":null,"sort_index":null} +{"name":"neil-gaiman","display_name":"neil-gaiman","parent_id":null,"sort_index":null} +{"name":"johann-van-goethe","display_name":"johann-van-goethe","parent_id":null,"sort_index":null} +{"name":"geoffrey-parker","display_name":"geoffrey-parker","parent_id":null,"sort_index":null} +{"name":"phil-knight","display_name":"phil-knight","parent_id":null,"sort_index":null} +{"name":"samuel-zemurray","display_name":"samuel-zemurray","parent_id":null,"sort_index":null} +{"name":"dean-smith","display_name":"dean-smith","parent_id":null,"sort_index":null} +{"name":"john-little","display_name":"john-little","parent_id":null,"sort_index":null} +{"name":"martial-art","display_name":"martial-art","parent_id":null,"sort_index":null} +{"name":"chaos-theory","display_name":"chaos-theory","parent_id":null,"sort_index":null} +{"name":"alibaba","display_name":"alibaba","parent_id":null,"sort_index":null} +{"name":"mason-currey","display_name":"mason-currey","parent_id":null,"sort_index":null} +{"name":"jdcom","display_name":"jdcom","parent_id":null,"sort_index":null} +{"name":"navy","display_name":"navy","parent_id":null,"sort_index":null} +{"name":"est-training","display_name":"est-training","parent_id":null,"sort_index":null} +{"name":"andrew-zolli","display_name":"andrew-zolli","parent_id":null,"sort_index":null} +{"name":"routines","display_name":"routines","parent_id":null,"sort_index":null} +{"name":"jon-meacham","display_name":"jon-meacham","parent_id":null,"sort_index":null} +{"name":"donella-meadows","display_name":"donella-meadows","parent_id":null,"sort_index":null} +{"name":"focus","display_name":"focus","parent_id":null,"sort_index":null} +{"name":"evernote","display_name":"evernote","parent_id":null,"sort_index":null} +{"name":"warren-berger","display_name":"warren-berger","parent_id":null,"sort_index":null} +{"name":"robert-pool","display_name":"robert-pool","parent_id":null,"sort_index":null} +{"name":"brazil","display_name":"brazil","parent_id":null,"sort_index":null} +{"name":"neal-gabler","display_name":"neal-gabler","parent_id":null,"sort_index":null} +{"name":"grit","display_name":"grit","parent_id":null,"sort_index":null} +{"name":"michael-reid","display_name":"michael-reid","parent_id":null,"sort_index":null} +{"name":"ariel-durant","display_name":"ariel-durant","parent_id":null,"sort_index":null} +{"name":"lynn-jackson","display_name":"lynn-jackson","parent_id":null,"sort_index":null} +{"name":"stephen-strogatz","display_name":"stephen-strogatz","parent_id":null,"sort_index":null} +{"name":"joe-kane","display_name":"joe-kane","parent_id":null,"sort_index":null} +{"name":"wood","display_name":"wood","parent_id":null,"sort_index":null} +{"name":"cal-newport","display_name":"cal-newport","parent_id":null,"sort_index":null} +{"name":"thomas-jefferson","display_name":"thomas-jefferson","parent_id":null,"sort_index":null} +{"name":"bob-thomas","display_name":"bob-thomas","parent_id":null,"sort_index":null} +{"name":"brad-stone","display_name":"brad-stone","parent_id":null,"sort_index":null} +{"name":"tom-morris","display_name":"tom-morris","parent_id":null,"sort_index":null} +{"name":"angela-duckworth","display_name":"angela-duckworth","parent_id":null,"sort_index":null} +{"name":"us-presidents","display_name":"us-presidents","parent_id":null,"sort_index":null} +{"name":"stephen-laberge","display_name":"stephen-laberge","parent_id":null,"sort_index":null} +{"name":"michael-eisner","display_name":"michael-eisner","parent_id":null,"sort_index":null} +{"name":"tires","display_name":"tires","parent_id":null,"sort_index":null} +{"name":"neil-strauss","display_name":"neil-strauss","parent_id":null,"sort_index":null} +{"name":"david-nasaw","display_name":"david-nasaw","parent_id":null,"sort_index":null} +{"name":"character","display_name":"character","parent_id":null,"sort_index":null} +{"name":"introverts","display_name":"introverts","parent_id":null,"sort_index":null} +{"name":"david-brooks","display_name":"david-brooks","parent_id":null,"sort_index":null} +{"name":"mohnish-pabrai","display_name":"mohnish-pabrai","parent_id":null,"sort_index":null} +{"name":"alberto-villoldo","display_name":"alberto-villoldo","parent_id":null,"sort_index":null} +{"name":"cold-exposure","display_name":"cold-exposure","parent_id":null,"sort_index":null} +{"name":"paramahansa-yogananda","display_name":"paramahansa-yogananda","parent_id":null,"sort_index":null} +{"name":"bill-harris","display_name":"bill-harris","parent_id":null,"sort_index":null} +{"name":"operations-research","display_name":"operations-research","parent_id":null,"sort_index":null} +{"name":"gillian-tett","display_name":"gillian-tett","parent_id":null,"sort_index":null} +{"name":"ian-leslie","display_name":"ian-leslie","parent_id":null,"sort_index":null} +{"name":"greece","display_name":"greece","parent_id":null,"sort_index":null} +{"name":"biocybernaut","display_name":"biocybernaut","parent_id":null,"sort_index":null} +{"name":"wim-hof","display_name":"wim-hof","parent_id":null,"sort_index":null} +{"name":"webgl","display_name":"webgl","parent_id":null,"sort_index":null} +{"name":"loyalty","display_name":"loyalty","parent_id":null,"sort_index":null} +{"name":"chuck-feeney","display_name":"chuck-feeney","parent_id":null,"sort_index":null} +{"name":"navy-seals","display_name":"navy-seals","parent_id":null,"sort_index":null} +{"name":"susan-cain","display_name":"susan-cain","parent_id":null,"sort_index":null} +{"name":"paul-ryan","display_name":"paul-ryan","parent_id":null,"sort_index":null} +{"name":"michael-abrashoff","display_name":"michael-abrashoff","parent_id":null,"sort_index":null} +{"name":"jocko-willink","display_name":"jocko-willink","parent_id":null,"sort_index":null} +{"name":"michael-greger","display_name":"michael-greger","parent_id":null,"sort_index":null} +{"name":"mark-hyman","display_name":"mark-hyman","parent_id":null,"sort_index":null} +{"name":"singapore","display_name":"singapore","parent_id":null,"sort_index":null} +{"name":"roger-martin","display_name":"roger-martin","parent_id":null,"sort_index":null} +{"name":"teledyne","display_name":"teledyne","parent_id":null,"sort_index":null} +{"name":"alex-ferguson","display_name":"alex-ferguson","parent_id":null,"sort_index":null} +{"name":"george-roberts","display_name":"george-roberts","parent_id":null,"sort_index":null} +{"name":"manchester-united","display_name":"manchester-united","parent_id":null,"sort_index":null} +{"name":"memoir","display_name":"memoir","parent_id":null,"sort_index":null} +{"name":"michael-malone","display_name":"michael-malone","parent_id":null,"sort_index":null} +{"name":"charity","display_name":"charity","parent_id":null,"sort_index":null} +{"name":"mosab-hassan-yousef","display_name":"mosab-hassan-yousef","parent_id":null,"sort_index":null} +{"name":"nonprofit","display_name":"nonprofit","parent_id":null,"sort_index":null} +{"name":"rich-roll","display_name":"rich-roll","parent_id":null,"sort_index":null} +{"name":"crew","display_name":"crew","parent_id":null,"sort_index":null} +{"name":"finland","display_name":"finland","parent_id":null,"sort_index":null} +{"name":"hw-brands","display_name":"hw-brands","parent_id":null,"sort_index":null} +{"name":"railroads","display_name":"railroads","parent_id":null,"sort_index":null} +{"name":"holy-cross","display_name":"holy-cross","parent_id":null,"sort_index":null} +{"name":"effective-altruism","display_name":"effective-altruism","parent_id":null,"sort_index":null} +{"name":"josh-waitzkin","display_name":"josh-waitzkin","parent_id":null,"sort_index":null} +{"name":"simon-bolivar","display_name":"simon-bolivar","parent_id":null,"sort_index":null} +{"name":"kahlil-gibran","display_name":"kahlil-gibran","parent_id":null,"sort_index":null} +{"name":"norway","display_name":"norway","parent_id":null,"sort_index":null} +{"name":"notre-dame","display_name":"notre-dame","parent_id":null,"sort_index":null} +{"name":"peter-sims","display_name":"peter-sims","parent_id":null,"sort_index":null} +{"name":"mihnea-moldoveanu","display_name":"mihnea-moldoveanu","parent_id":null,"sort_index":null} +{"name":"efficiency","display_name":"efficiency","parent_id":null,"sort_index":null} +{"name":"heuristics","display_name":"heuristics","parent_id":null,"sort_index":null} +{"name":"geoff-colvin","display_name":"geoff-colvin","parent_id":null,"sort_index":null} +{"name":"tesla","display_name":"tesla","parent_id":null,"sort_index":null} +{"name":"sj-scott","display_name":"sj-scott","parent_id":null,"sort_index":null} +{"name":"moshe-feldenkrais","display_name":"moshe-feldenkrais","parent_id":null,"sort_index":null} +{"name":"pete-egoscue","display_name":"pete-egoscue","parent_id":null,"sort_index":null} +{"name":"robert-sapolsky","display_name":"robert-sapolsky","parent_id":null,"sort_index":null} +{"name":"medtech","display_name":"medtech","parent_id":null,"sort_index":null} +{"name":"ed-catmull","display_name":"ed-catmull","parent_id":null,"sort_index":null} +{"name":"ayn-rand","display_name":"ayn-rand","parent_id":null,"sort_index":null} +{"name":"sociobiology","display_name":"sociobiology","parent_id":null,"sort_index":null} +{"name":"ed-fredkin","display_name":"ed-fredkin","parent_id":null,"sort_index":null} +{"name":"lou-holtz","display_name":"lou-holtz","parent_id":null,"sort_index":null} +{"name":"yuval-noah-harari","display_name":"yuval-noah-harari","parent_id":null,"sort_index":null} +{"name":"objectivism","display_name":"objectivism","parent_id":null,"sort_index":null} +{"name":"margot-brandenburg","display_name":"margot-brandenburg","parent_id":null,"sort_index":null} +{"name":"eo-wilson","display_name":"eo-wilson","parent_id":null,"sort_index":null} +{"name":"spacex","display_name":"spacex","parent_id":null,"sort_index":null} +{"name":"dan-gardner","display_name":"dan-gardner","parent_id":null,"sort_index":null} +{"name":"human-history","display_name":"human-history","parent_id":null,"sort_index":null} +{"name":"tren-griffin","display_name":"tren-griffin","parent_id":null,"sort_index":null} +{"name":"morality","display_name":"morality","parent_id":null,"sort_index":null} +{"name":"norman-doidge","display_name":"norman-doidge","parent_id":null,"sort_index":null} +{"name":"jim-ball","display_name":"jim-ball","parent_id":null,"sort_index":null} +{"name":"alan-watkins","display_name":"alan-watkins","parent_id":null,"sort_index":null} +{"name":"fyodor-dostoevsky","display_name":"fyodor-dostoevsky","parent_id":null,"sort_index":null} +{"name":"novak-djokovic","display_name":"novak-djokovic","parent_id":null,"sort_index":null} +{"name":"essentialism","display_name":"essentialism","parent_id":null,"sort_index":null} +{"name":"douglas-adams","display_name":"douglas-adams","parent_id":null,"sort_index":null} +{"name":"tara-brach","display_name":"tara-brach","parent_id":null,"sort_index":null} +{"name":"moats","display_name":"moats","parent_id":null,"sort_index":null} +{"name":"bill-belichick","display_name":"bill-belichick","parent_id":null,"sort_index":null} +{"name":"influenza","display_name":"influenza","parent_id":null,"sort_index":null} +{"name":"greg-mckeown","display_name":"greg-mckeown","parent_id":null,"sort_index":null} +{"name":"david-schwartz","display_name":"david-schwartz","parent_id":null,"sort_index":null} +{"name":"boxing","display_name":"boxing","parent_id":null,"sort_index":null} +{"name":"laurence-enderson","display_name":"laurence-enderson","parent_id":null,"sort_index":null} +{"name":"bill-oreilly","display_name":"bill-oreilly","parent_id":null,"sort_index":null} +{"name":"in-n-out","display_name":"in-n-out","parent_id":null,"sort_index":null} +{"name":"pat-dorsey","display_name":"pat-dorsey","parent_id":null,"sort_index":null} +{"name":"luck","display_name":"luck","parent_id":null,"sort_index":null} +{"name":"eugen-herrigel","display_name":"eugen-herrigel","parent_id":null,"sort_index":null} +{"name":"tony-hsieh","display_name":"tony-hsieh","parent_id":null,"sort_index":null} +{"name":"max-gunther","display_name":"max-gunther","parent_id":null,"sort_index":null} +{"name":"vanguard","display_name":"vanguard","parent_id":null,"sort_index":null} +{"name":"stillness","display_name":"stillness","parent_id":null,"sort_index":null} +{"name":"movies","display_name":"movies","parent_id":null,"sort_index":null} +{"name":"abraham-lincoln","display_name":"abraham-lincoln","parent_id":null,"sort_index":null} +{"name":"lao-tzu","display_name":"lao-tzu","parent_id":null,"sort_index":null} +{"name":"jim-collins","display_name":"jim-collins","parent_id":null,"sort_index":null} +{"name":"lee-harvey-oswald","display_name":"lee-harvey-oswald","parent_id":null,"sort_index":null} +{"name":"alexandre-dumas","display_name":"alexandre-dumas","parent_id":null,"sort_index":null} +{"name":"xenophon","display_name":"xenophon","parent_id":null,"sort_index":null} +{"name":"neural-network","display_name":"neural-network","parent_id":null,"sort_index":null} +{"name":"robert-massie","display_name":"robert-massie","parent_id":null,"sort_index":null} +{"name":"small-cap","display_name":"small-cap","parent_id":null,"sort_index":null} +{"name":"laura-vanderkam","display_name":"laura-vanderkam","parent_id":null,"sort_index":null} +{"name":"david-pearce","display_name":"david-pearce","parent_id":null,"sort_index":null} +{"name":"martin-buber","display_name":"martin-buber","parent_id":null,"sort_index":null} +{"name":"rick-hanson","display_name":"rick-hanson","parent_id":null,"sort_index":null} +{"name":"vladimir-nabokov","display_name":"vladimir-nabokov","parent_id":null,"sort_index":null} +{"name":"niccolo-machiavelli","display_name":"niccolo-machiavelli","parent_id":null,"sort_index":null} +{"name":"fred-schwed","display_name":"fred-schwed","parent_id":null,"sort_index":null} +{"name":"kazuo-ishiguro","display_name":"kazuo-ishiguro","parent_id":null,"sort_index":null} +{"name":"charles-van-doren","display_name":"charles-van-doren","parent_id":null,"sort_index":null} +{"name":"social","display_name":"social","parent_id":null,"sort_index":null} +{"name":"mental-illness","display_name":"mental-illness","parent_id":null,"sort_index":null} +{"name":"harper-lee","display_name":"harper-lee","parent_id":null,"sort_index":null} +{"name":"seneca","display_name":"seneca","parent_id":null,"sort_index":null} +{"name":"william-thorndike","display_name":"william-thorndike","parent_id":null,"sort_index":null} +{"name":"little-book","display_name":"little-book","parent_id":null,"sort_index":null} +{"name":"george-horace-lorimer","display_name":"george-horace-lorimer","parent_id":null,"sort_index":null} +{"name":"robert-cialdini","display_name":"robert-cialdini","parent_id":null,"sort_index":null} +{"name":"atul-gawande","display_name":"atul-gawande","parent_id":null,"sort_index":null} +{"name":"checklist","display_name":"checklist","parent_id":null,"sort_index":null} +{"name":"nations/kuwait","display_name":"nations/kuwait","parent_id":null,"sort_index":null} +{"name":"software-tools/tor","display_name":"software-tools/tor","parent_id":null,"sort_index":null} +{"name":"timezones","display_name":"timezones","parent_id":null,"sort_index":null} +{"name":"futuristic","display_name":"futuristic","parent_id":null,"sort_index":null} +{"name":"how-to-read","display_name":"how-to-read","parent_id":null,"sort_index":null} +{"name":"scuba-diving","display_name":"scuba-diving","parent_id":null,"sort_index":null} +{"name":"peter-senge","display_name":"peter-senge","parent_id":null,"sort_index":null} +{"name":"peter-the-great","display_name":"peter-the-great","parent_id":null,"sort_index":null} +{"name":"rhetoric","display_name":"rhetoric","parent_id":null,"sort_index":null} +{"name":"software-tools/mathematica","display_name":"software-tools/mathematica","parent_id":null,"sort_index":null} +{"name":"marc-levinson","display_name":"marc-levinson","parent_id":null,"sort_index":null} +{"name":"introversion","display_name":"introversion","parent_id":null,"sort_index":null} +{"name":"einstein","display_name":"einstein","parent_id":null,"sort_index":null} +{"name":"curanderismo","display_name":"curanderismo","parent_id":null,"sort_index":null} +{"name":"survey","display_name":"survey","parent_id":"social-science","sort_index":null} +{"name":"helicopters","display_name":"helicopters","parent_id":null,"sort_index":null} +{"name":"puerto-rico","display_name":"puerto-rico","parent_id":null,"sort_index":null} +{"name":"michael-lewis","display_name":"michael-lewis","parent_id":null,"sort_index":null} +{"name":"user-interface-design","display_name":"user-interface-design","parent_id":null,"sort_index":null} +{"name":"software-tools/elasticsearch","display_name":"software-tools/elasticsearch","parent_id":"programming","sort_index":null} +{"name":"tom-kippola","display_name":"tom-kippola","parent_id":null,"sort_index":null} +{"name":"peter-bevelin","display_name":"peter-bevelin","parent_id":null,"sort_index":null} +{"name":"nations/australia/healthcare","display_name":"nations/australia/healthcare","parent_id":null,"sort_index":null} +{"name":"jim-sinegal","display_name":"jim-sinegal","parent_id":null,"sort_index":null} +{"name":"atheism","display_name":"atheism","parent_id":null,"sort_index":null} +{"name":"galaxies","display_name":"galaxies","parent_id":null,"sort_index":null} +{"name":"richard-lewontin","display_name":"richard-lewontin","parent_id":null,"sort_index":null} +{"name":"david-evans","display_name":"david-evans","parent_id":null,"sort_index":null} +{"name":"software-tools/vim","display_name":"software-tools/vim","parent_id":null,"sort_index":null} +{"name":"industrial-engineering","display_name":"industrial-engineering","parent_id":null,"sort_index":null} +{"name":"google-analytics","display_name":"google-analytics","parent_id":null,"sort_index":null} +{"name":"mobile-health-monitoring","display_name":"mobile-health-monitoring","parent_id":null,"sort_index":null} +{"name":"geoffrey-moore","display_name":"geoffrey-moore","parent_id":null,"sort_index":null} +{"name":"procrastination","display_name":"procrastination","parent_id":null,"sort_index":null} +{"name":"training","display_name":"training","parent_id":null,"sort_index":null} +{"name":"danny-meyer","display_name":"danny-meyer","parent_id":null,"sort_index":null} +{"name":"japan","display_name":"japan","parent_id":null,"sort_index":null} +{"name":"booker-prize","display_name":"booker-prize","parent_id":null,"sort_index":null} +{"name":"dinosaurs","display_name":"dinosaurs","parent_id":null,"sort_index":null} +{"name":"blooms-taxonomy","display_name":"Blooms Taxonomy","parent_id":"learning","sort_index":null} +{"name":"environment","display_name":"environment","parent_id":null,"sort_index":null} +{"name":"system-administration","display_name":"system-administration","parent_id":null,"sort_index":null} +{"name":"paul-feyerabend","display_name":"paul-feyerabend","parent_id":null,"sort_index":null} +{"name":"mathieu-ricard","display_name":"mathieu-ricard","parent_id":null,"sort_index":null} +{"name":"vacuum-systems","display_name":"vacuum-systems","parent_id":null,"sort_index":null} +{"name":"diet","display_name":"diet","parent_id":"health","sort_index":null} +{"name":"parallel-programming","display_name":"parallel-programming","parent_id":null,"sort_index":null} +{"name":"spaceflight","display_name":"spaceflight","parent_id":null,"sort_index":null} +{"name":"environmental-science","display_name":"environmental-science","parent_id":"science","sort_index":null} +{"name":"motivation","display_name":"motivation","parent_id":null,"sort_index":null} +{"name":"bruce-lee","display_name":"bruce-lee","parent_id":null,"sort_index":null} +{"name":"dean-movshovitz","display_name":"dean-movshovitz","parent_id":null,"sort_index":null} +{"name":"structural-engineering","display_name":"structural-engineering","parent_id":"engineering","sort_index":null} +{"name":"music-genre/jazz","display_name":"music-genre/jazz","parent_id":null,"sort_index":null} +{"name":"victor-wooten","display_name":"victor-wooten","parent_id":null,"sort_index":null} +{"name":"macos","display_name":"macos","parent_id":null,"sort_index":null} +{"name":"cardiovascular-disease","display_name":"cardiovascular-disease","parent_id":null,"sort_index":null} +{"name":"aircraft-maintenance","display_name":"aircraft-maintenance","parent_id":null,"sort_index":null} +{"name":"programming-languages/agda","display_name":"programming-languages/agda","parent_id":"programming-languages","sort_index":null} +{"name":"resuscitation","display_name":"resuscitation","parent_id":null,"sort_index":null} +{"name":"turbines","display_name":"turbines","parent_id":null,"sort_index":null} +{"name":"work-place","display_name":"work-place","parent_id":null,"sort_index":null} +{"name":"inference","display_name":"inference","parent_id":null,"sort_index":null} +{"name":"professional-development","display_name":"professional-development","parent_id":null,"sort_index":null} +{"name":"scientific-method","display_name":"scientific-method","parent_id":null,"sort_index":null} +{"name":"jerome-groopman","display_name":"jerome-groopman","parent_id":null,"sort_index":null} +{"name":"airlines","display_name":"airlines","parent_id":null,"sort_index":null} +{"name":"toltec","display_name":"toltec","parent_id":null,"sort_index":null} +{"name":"online-learning","display_name":"online-learning","parent_id":null,"sort_index":null} +{"name":"business-process-modeling","display_name":"business-process-modeling","parent_id":null,"sort_index":null} +{"name":"reference-books","display_name":"reference-books","parent_id":null,"sort_index":null} +{"name":"transform-calculus","display_name":"transform-calculus","parent_id":null,"sort_index":null} +{"name":"richard-schmalensee","display_name":"richard-schmalensee","parent_id":null,"sort_index":null} +{"name":"systems-thinking","display_name":"systems-thinking","parent_id":null,"sort_index":null} +{"name":"lava","display_name":"lava","parent_id":null,"sort_index":null} +{"name":"les-schwab","display_name":"les-schwab","parent_id":null,"sort_index":null} +{"name":"finite-element-analysis","display_name":"finite-element-analysis","parent_id":null,"sort_index":null} +{"name":"engineering-management","display_name":"engineering-management","parent_id":null,"sort_index":null} +{"name":"epistemology","display_name":"epistemology","parent_id":null,"sort_index":null} +{"name":"computer-graphics","display_name":"computer-graphics","parent_id":null,"sort_index":null} +{"name":"knowledge-management","display_name":"knowledge-management","parent_id":null,"sort_index":null} +{"name":"software-tools/uikit","display_name":"software-tools/uikit","parent_id":null,"sort_index":null} +{"name":"david-hume","display_name":"david-hume","parent_id":null,"sort_index":null} +{"name":"clinical-supervision","display_name":"clinical-supervision","parent_id":null,"sort_index":null} +{"name":"warfare","display_name":"warfare","parent_id":null,"sort_index":null} +{"name":"ray-dalio","display_name":"ray-dalio","parent_id":null,"sort_index":null} +{"name":"kenneth-boulding","display_name":"kenneth-boulding","parent_id":null,"sort_index":null} +{"name":"surveillance","display_name":"surveillance","parent_id":null,"sort_index":null} +{"name":"statistical-learning","display_name":"statistical-learning","parent_id":"machine-learning","sort_index":null} +{"name":"railroad","display_name":"railroad","parent_id":null,"sort_index":null} +{"name":"acting","display_name":"acting","parent_id":"hobbies","sort_index":null} +{"name":"mindfulness","display_name":"mindfulness","parent_id":null,"sort_index":null} +{"name":"control-engineering","display_name":"control-engineering","parent_id":null,"sort_index":null} +{"name":"gram-negative-bacterias","display_name":"gram-negative-bacterias","parent_id":null,"sort_index":null} +{"name":"george-washington","display_name":"george-washington","parent_id":null,"sort_index":null} +{"name":"basic-income","display_name":"basic-income","parent_id":null,"sort_index":null} +{"name":"david-halberstam","display_name":"david-halberstam","parent_id":null,"sort_index":null} +{"name":"radio-waves","display_name":"radio-waves","parent_id":"electronics-engineering","sort_index":null} +{"name":"modernism","display_name":"modernism","parent_id":null,"sort_index":null} +{"name":"dc-current","display_name":"dc-current","parent_id":null,"sort_index":null} +{"name":"nations/afghanistan","display_name":"nations/afghanistan","parent_id":"nations","sort_index":null} +{"name":"william-dalrymple","display_name":"william-dalrymple","parent_id":null,"sort_index":null} +{"name":"diplomacy","display_name":"diplomacy","parent_id":null,"sort_index":null} +{"name":"computational-fluid-dynamics","display_name":"computational-fluid-dynamics","parent_id":null,"sort_index":null} +{"name":"philosophy-of-science","display_name":"philosophy-of-science","parent_id":"philosophy","sort_index":null} +{"name":"humor","display_name":"humor","parent_id":null,"sort_index":null} +{"name":"caribbean","display_name":"caribbean","parent_id":null,"sort_index":null} +{"name":"nations/southkorea","display_name":"nations/southkorea","parent_id":null,"sort_index":null} +{"name":"vintage-boy-series","display_name":"vintage-boy-series","parent_id":null,"sort_index":null} +{"name":"frans-de-waal","display_name":"frans-de-waal","parent_id":null,"sort_index":null} +{"name":"tao-teh-ching","display_name":"tao-teh-ching","parent_id":null,"sort_index":null} +{"name":"alfred-sloan","display_name":"alfred-sloan","parent_id":null,"sort_index":null} +{"name":"richard-hamming","display_name":"richard-hamming","parent_id":null,"sort_index":null} +{"name":"web/canvas","display_name":"web/canvas","parent_id":null,"sort_index":null} +{"name":"mars","display_name":"mars","parent_id":null,"sort_index":null} +{"name":"bliss","display_name":"bliss","parent_id":null,"sort_index":null} +{"name":"corrosion","display_name":"corrosion","parent_id":null,"sort_index":null} +{"name":"software-tools/jquery","display_name":"software-tools/jquery","parent_id":null,"sort_index":null} +{"name":"software-tools/canvas","display_name":"software-tools/canvas","parent_id":null,"sort_index":null} +{"name":"lgbt","display_name":"lgbt","parent_id":null,"sort_index":null} +{"name":"national-cash-register","display_name":"national-cash-register","parent_id":null,"sort_index":null} +{"name":"england","display_name":"england","parent_id":null,"sort_index":null} +{"name":"james-michener","display_name":"james-michener","parent_id":null,"sort_index":null} +{"name":"quantum-field-theory","display_name":"quantum-field-theory","parent_id":null,"sort_index":null} +{"name":"barack-obama","display_name":"barack-obama","parent_id":null,"sort_index":null} +{"name":"iceland","display_name":"iceland","parent_id":null,"sort_index":null} +{"name":"air","display_name":"air","parent_id":null,"sort_index":null} +{"name":"donald-trump","display_name":"donald-trump","parent_id":null,"sort_index":null} +{"name":"finnish","display_name":"finnish","parent_id":null,"sort_index":null} +{"name":"patagonia","display_name":"patagonia","parent_id":null,"sort_index":null} +{"name":"psychedelics","display_name":"psychedelics","parent_id":null,"sort_index":null} +{"name":"human-behaviour","display_name":"human-behaviour","parent_id":null,"sort_index":null} +{"name":"logistic-map","display_name":"logistic-map","parent_id":null,"sort_index":null} +{"name":"consciousness","display_name":"consciousness","parent_id":null,"sort_index":null} +{"name":"lucid-dreaming","display_name":"lucid-dreaming","parent_id":"psychology","sort_index":null} +{"name":"david-myers","display_name":"david-myers","parent_id":null,"sort_index":null} +{"name":"edwards-deming","display_name":"edwards-deming","parent_id":null,"sort_index":null} +{"name":"pedagogy","display_name":"pedagogy","parent_id":null,"sort_index":null} +{"name":"software-tools/exchange","display_name":"software-tools/exchange","parent_id":null,"sort_index":null} +{"name":"intention","display_name":"intention","parent_id":null,"sort_index":null} +{"name":"tien-tzuo","display_name":"tien-tzuo","parent_id":null,"sort_index":null} +{"name":"elyn-saks","display_name":"elyn-saks","parent_id":null,"sort_index":null} +{"name":"carl-sagan-reading-list","display_name":"carl-sagan-reading-list","parent_id":null,"sort_index":null} +{"name":"morningstar","display_name":"morningstar","parent_id":null,"sort_index":null} +{"name":"sf","display_name":"sf","parent_id":null,"sort_index":null} +{"name":"children-s-picture-books","display_name":"children-s-picture-books","parent_id":null,"sort_index":null} +{"name":"vector-algebra","display_name":"vector-algebra","parent_id":null,"sort_index":null} +{"name":"generative-art","display_name":"generative-art","parent_id":null,"sort_index":null} +{"name":"nonnewtonian-fluids","display_name":"nonnewtonian-fluids","parent_id":null,"sort_index":null} +{"name":"stroke","display_name":"stroke","parent_id":null,"sort_index":null} +{"name":"microbes","display_name":"microbes","parent_id":null,"sort_index":null} +{"name":"martin-luther-king-jr","display_name":"martin-luther-king-jr","parent_id":null,"sort_index":null} +{"name":"chade-meng-tan","display_name":"chade-meng-tan","parent_id":null,"sort_index":null} +{"name":"corporations","display_name":"corporations","parent_id":null,"sort_index":null} +{"name":"infections","display_name":"infections","parent_id":null,"sort_index":null} +{"name":"platforms","display_name":"platforms","parent_id":null,"sort_index":null} +{"name":"deception","display_name":"deception","parent_id":null,"sort_index":null} +{"name":"impact-investing","display_name":"impact-investing","parent_id":null,"sort_index":null} +{"name":"jennifer-kuchta","display_name":"jennifer-kuchta","parent_id":null,"sort_index":null} +{"name":"motor","display_name":"motor","parent_id":null,"sort_index":null} +{"name":"graphic-novels","display_name":"graphic-novels","parent_id":null,"sort_index":null} +{"name":"nations/korea","display_name":"nations/korea","parent_id":null,"sort_index":null} +{"name":"software-tools/dotnet","display_name":"software-tools/dotnet","parent_id":null,"sort_index":null} +{"name":"home","display_name":"home","parent_id":null,"sort_index":null} +{"name":"walt-disney","display_name":"walt-disney","parent_id":null,"sort_index":null} +{"name":"library","display_name":"library","parent_id":null,"sort_index":null} +{"name":"software-tools/dialogflow","display_name":"software-tools/dialogflow","parent_id":null,"sort_index":null} +{"name":"mathematical-logic","display_name":"mathematical-logic","parent_id":null,"sort_index":null} +{"name":"crowdfunding","display_name":"crowdfunding","parent_id":null,"sort_index":null} +{"name":"gerald-bell","display_name":"gerald-bell","parent_id":null,"sort_index":null} +{"name":"typography","display_name":"typography","parent_id":null,"sort_index":null} +{"name":"george-mumford","display_name":"george-mumford","parent_id":null,"sort_index":null} +{"name":"hospitality","display_name":"hospitality","parent_id":null,"sort_index":null} +{"name":"henry-kissinger","display_name":"henry-kissinger","parent_id":null,"sort_index":null} +{"name":"dental-photography","display_name":"dental-photography","parent_id":null,"sort_index":null} +{"name":"otolaryngology","display_name":"otolaryngology","parent_id":null,"sort_index":null} +{"name":"coronavirus","display_name":"coronavirus","parent_id":"medicine","sort_index":null} +{"name":"bill-capodagli","display_name":"bill-capodagli","parent_id":null,"sort_index":null} +{"name":"constitution","display_name":"constitution","parent_id":"law","sort_index":null} +{"name":"electronics","display_name":"electronics","parent_id":null,"sort_index":null} +{"name":"programming-languages/elixir","display_name":"programming-languages/elixir","parent_id":"programming-languages","sort_index":null} +{"name":"distributed-programming","display_name":"distributed-programming","parent_id":null,"sort_index":null} +{"name":"solids","display_name":"solids","parent_id":null,"sort_index":null} +{"name":"richard-branson-suggests","display_name":"richard-branson-suggests","parent_id":null,"sort_index":null} +{"name":"corruption","display_name":"corruption","parent_id":null,"sort_index":null} +{"name":"malcolm-gladwell","display_name":"malcolm-gladwell","parent_id":null,"sort_index":null} +{"name":"winston-churchill","display_name":"winston-churchill","parent_id":null,"sort_index":null} +{"name":"supercomputers","display_name":"supercomputers","parent_id":null,"sort_index":null} +{"name":"technical-writing","display_name":"technical-writing","parent_id":"writing","sort_index":null} +{"name":"diabetes","display_name":"diabetes","parent_id":null,"sort_index":null} +{"name":"sadaharu-oh","display_name":"sadaharu-oh","parent_id":null,"sort_index":null} +{"name":"stanley-mcchrystal","display_name":"stanley-mcchrystal","parent_id":null,"sort_index":null} +{"name":"equilibrium","display_name":"equilibrium","parent_id":null,"sort_index":null} +{"name":"alison-gopnik","display_name":"alison-gopnik","parent_id":null,"sort_index":null} +{"name":"robert-price","display_name":"robert-price","parent_id":null,"sort_index":null} +{"name":"programming-languages/netlogo","display_name":"programming-languages/netlogo","parent_id":"programming-languages","sort_index":null} +{"name":"international-labour-standards","display_name":"international-labour-standards","parent_id":null,"sort_index":null} +{"name":"john-doerr","display_name":"john-doerr","parent_id":null,"sort_index":null} +{"name":"jack-ma","display_name":"jack-ma","parent_id":null,"sort_index":null} +{"name":"development","display_name":"development","parent_id":null,"sort_index":null} +{"name":"languages/frisian","display_name":"languages/frisian","parent_id":null,"sort_index":null} +{"name":"bookshelf-2","display_name":"bookshelf-2","parent_id":null,"sort_index":null} +{"name":"tech-support","display_name":"tech-support","parent_id":null,"sort_index":null} +{"name":"charles-d-ellis","display_name":"charles-d-ellis","parent_id":null,"sort_index":null} +{"name":"software-tools/edx","display_name":"software-tools/edx","parent_id":null,"sort_index":null} +{"name":"nike","display_name":"nike","parent_id":null,"sort_index":null} +{"name":"nondestructive-testing","display_name":"nondestructive-testing","parent_id":null,"sort_index":null} +{"name":"cass-sunstein","display_name":"cass-sunstein","parent_id":null,"sort_index":null} +{"name":"john-mcphee","display_name":"john-mcphee","parent_id":null,"sort_index":null} +{"name":"matthew-frederick","display_name":"matthew-frederick","parent_id":null,"sort_index":null} +{"name":"mathematical-biology","display_name":"mathematical-biology","parent_id":"biology","sort_index":null} +{"name":"library-of-america","display_name":"library-of-america","parent_id":null,"sort_index":null} +{"name":"solid-state-physics","display_name":"solid-state-physics","parent_id":null,"sort_index":null} +{"name":"allergies","display_name":"allergies","parent_id":null,"sort_index":null} +{"name":"magnetism","display_name":"magnetism","parent_id":null,"sort_index":null} +{"name":"kindle-unlimited","display_name":"kindle-unlimited","parent_id":null,"sort_index":null} +{"name":"elizabeth-holmes","display_name":"elizabeth-holmes","parent_id":null,"sort_index":null} +{"name":"phycology","display_name":"phycology","parent_id":null,"sort_index":null} +{"name":"ben-casnocha","display_name":"ben-casnocha","parent_id":null,"sort_index":null} +{"name":"postnatal-depression","display_name":"postnatal-depression","parent_id":null,"sort_index":null} +{"name":"ford","display_name":"ford","parent_id":null,"sort_index":null} +{"name":"kinetics","display_name":"kinetics","parent_id":null,"sort_index":null} +{"name":"antibiotics","display_name":"antibiotics","parent_id":null,"sort_index":null} +{"name":"emt","display_name":"emt","parent_id":null,"sort_index":null} +{"name":"finite-element-modeling","display_name":"finite-element-modeling","parent_id":null,"sort_index":null} +{"name":"justin-rosales","display_name":"justin-rosales","parent_id":null,"sort_index":null} +{"name":"cities","display_name":"cities","parent_id":null,"sort_index":null} +{"name":"david-krakauer","display_name":"david-krakauer","parent_id":null,"sort_index":null} +{"name":"steven-rabalais","display_name":"steven-rabalais","parent_id":null,"sort_index":null} +{"name":"cyrus-the-great","display_name":"cyrus-the-great","parent_id":null,"sort_index":null} +{"name":"bob-iger","display_name":"bob-iger","parent_id":null,"sort_index":null} +{"name":"america","display_name":"america","parent_id":null,"sort_index":null} +{"name":"habits","display_name":"habits","parent_id":null,"sort_index":null} +{"name":"object-oriented-design","display_name":"object-oriented-design","parent_id":null,"sort_index":null} +{"name":"infant-nutrition","display_name":"infant-nutrition","parent_id":null,"sort_index":null} +{"name":"biosafety","display_name":"biosafety","parent_id":null,"sort_index":null} +{"name":"paul-tough","display_name":"paul-tough","parent_id":null,"sort_index":null} +{"name":"software-tools/azure","display_name":"software-tools/azure","parent_id":null,"sort_index":null} +{"name":"eric-schmidt","display_name":"eric-schmidt","parent_id":null,"sort_index":null} +{"name":"software-tools/postgresql","display_name":"software-tools/postgresql","parent_id":null,"sort_index":null} +{"name":"john-graham","display_name":"john-graham","parent_id":null,"sort_index":null} +{"name":"steven-pressfield","display_name":"steven-pressfield","parent_id":null,"sort_index":null} +{"name":"daniel-levitin","display_name":"daniel-levitin","parent_id":null,"sort_index":null} +{"name":"textiles","display_name":"textiles","parent_id":null,"sort_index":null} +{"name":"douglas-abrams","display_name":"douglas-abrams","parent_id":null,"sort_index":null} +{"name":"music-genre/rock","display_name":"music-genre/rock","parent_id":null,"sort_index":null} +{"name":"menage","display_name":"menage","parent_id":null,"sort_index":null} +{"name":"princeton","display_name":"princeton","parent_id":null,"sort_index":null} +{"name":"start-up","display_name":"start-up","parent_id":null,"sort_index":null} +{"name":"administration","display_name":"administration","parent_id":null,"sort_index":null} +{"name":"cannabis","display_name":"cannabis","parent_id":null,"sort_index":null} +{"name":"programming-languages/erlang","display_name":"programming-languages/erlang","parent_id":"programming-languages","sort_index":null} +{"name":"corporate-social-responsibility","display_name":"corporate-social-responsibility","parent_id":null,"sort_index":null} +{"name":"photonics","display_name":"photonics","parent_id":"physics","sort_index":null} +{"name":"solid-state-engineering","display_name":"solid-state-engineering","parent_id":null,"sort_index":null} +{"name":"compliance","display_name":"compliance","parent_id":null,"sort_index":null} +{"name":"optoelectronics","display_name":"optoelectronics","parent_id":null,"sort_index":null} +{"name":"landslide","display_name":"landslide","parent_id":null,"sort_index":null} +{"name":"sol-price","display_name":"sol-price","parent_id":null,"sort_index":null} +{"name":"peter-kaufman","display_name":"peter-kaufman","parent_id":null,"sort_index":null} +{"name":"english-and-literature","display_name":"english-and-literature","parent_id":null,"sort_index":null} +{"name":"dilbert","display_name":"dilbert","parent_id":null,"sort_index":null} +{"name":"john-lewis-gaddis","display_name":"john-lewis-gaddis","parent_id":null,"sort_index":null} +{"name":"fluid-mechanics","display_name":"fluid-mechanics","parent_id":null,"sort_index":null} +{"name":"talent","display_name":"talent","parent_id":null,"sort_index":null} +{"name":"group-theory","display_name":"group-theory","parent_id":"abstract-algebra","sort_index":null} +{"name":"software-tools/ansys","display_name":"software-tools/ansys","parent_id":null,"sort_index":null} +{"name":"brian-grazer","display_name":"brian-grazer","parent_id":null,"sort_index":null} +{"name":"text-mining","display_name":"text-mining","parent_id":null,"sort_index":null} +{"name":"nations/australia","display_name":"nations/australia","parent_id":null,"sort_index":null} +{"name":"john-boyd","display_name":"john-boyd","parent_id":null,"sort_index":null} +{"name":"back-pain","display_name":"back-pain","parent_id":null,"sort_index":null} +{"name":"matthew-walker","display_name":"matthew-walker","parent_id":null,"sort_index":null} +{"name":"zuora","display_name":"zuora","parent_id":null,"sort_index":null} +{"name":"programming-languages/objective-c","display_name":"programming-languages/objective-c","parent_id":"programming-languages","sort_index":null} +{"name":"atmosphere","display_name":"atmosphere","parent_id":null,"sort_index":null} +{"name":"trance","display_name":"trance","parent_id":null,"sort_index":null} +{"name":"microwaves","display_name":"microwaves","parent_id":null,"sort_index":null} +{"name":"jonathan-haidt","display_name":"jonathan-haidt","parent_id":null,"sort_index":null} +{"name":"software-tools/github","display_name":"software-tools/github","parent_id":null,"sort_index":null} +{"name":"ultrasound","display_name":"ultrasound","parent_id":null,"sort_index":null} +{"name":"programming-languages/processing","display_name":"programming-languages/processing","parent_id":"programming-languages","sort_index":null} +{"name":"life-support","display_name":"life-support","parent_id":null,"sort_index":null} +{"name":"lego","display_name":"lego","parent_id":null,"sort_index":null} +{"name":"fallacy","display_name":"fallacy","parent_id":null,"sort_index":null} +{"name":"david-price","display_name":"david-price","parent_id":null,"sort_index":null} +{"name":"john-f-kennedy","display_name":"john-f-kennedy","parent_id":null,"sort_index":null} +{"name":"fsca-book-club-2019","display_name":"fsca-book-club-2019","parent_id":null,"sort_index":null} +{"name":"software-tools/sas","display_name":"software-tools/sas","parent_id":null,"sort_index":null} +{"name":"qualitative-comparative-analysis","display_name":"qualitative-comparative-analysis","parent_id":null,"sort_index":null} +{"name":"hemingway-list","display_name":"hemingway-list","parent_id":null,"sort_index":null} +{"name":"opioids","display_name":"opioids","parent_id":null,"sort_index":null} +{"name":"technical","display_name":"technical","parent_id":null,"sort_index":null} +{"name":"silkworm","display_name":"silkworm","parent_id":null,"sort_index":null} +{"name":"grammar","display_name":"grammar","parent_id":null,"sort_index":null} +{"name":"nicholas-johnson","display_name":"nicholas-johnson","parent_id":null,"sort_index":null} +{"name":"per-bak","display_name":"per-bak","parent_id":null,"sort_index":null} +{"name":"international-space-station","display_name":"international-space-station","parent_id":null,"sort_index":null} +{"name":"osteoarchaeology","display_name":"osteoarchaeology","parent_id":null,"sort_index":null} +{"name":"architectural-conservation","display_name":"architectural-conservation","parent_id":null,"sort_index":null} +{"name":"rubik-cube","display_name":"rubik-cube","parent_id":null,"sort_index":null} +{"name":"toxicology","display_name":"toxicology","parent_id":null,"sort_index":null} +{"name":"united-nations","display_name":"united-nations","parent_id":null,"sort_index":null} +{"name":"fluid-dynamics","display_name":"fluid-dynamics","parent_id":null,"sort_index":null} +{"name":"equity-compensation","display_name":"equity-compensation","parent_id":null,"sort_index":null} +{"name":"epidemics","display_name":"epidemics","parent_id":null,"sort_index":null} +{"name":"zen","display_name":"zen","parent_id":null,"sort_index":null} +{"name":"cloud-computing","display_name":"cloud-computing","parent_id":"programming","sort_index":null} +{"name":"design-thinking","display_name":"design-thinking","parent_id":null,"sort_index":null} +{"name":"expatriates","display_name":"expatriates","parent_id":null,"sort_index":null} +{"name":"haptics","display_name":"haptics","parent_id":null,"sort_index":null} +{"name":"healthcare-informatics","display_name":"healthcare-informatics","parent_id":null,"sort_index":null} +{"name":"systems-biology","display_name":"systems-biology","parent_id":null,"sort_index":null} +{"name":"art","display_name":"art","parent_id":null,"sort_index":null} +{"name":"languages/russian","display_name":"languages/russian","parent_id":null,"sort_index":null} +{"name":"risk-management","display_name":"risk-management","parent_id":null,"sort_index":null} +{"name":"ted-seides","display_name":"ted-seides","parent_id":null,"sort_index":null} +{"name":"memory","display_name":"memory","parent_id":null,"sort_index":null} +{"name":"bicycle","display_name":"bicycle","parent_id":null,"sort_index":null} +{"name":"home-science","display_name":"home-science","parent_id":null,"sort_index":null} +{"name":"john-holland","display_name":"john-holland","parent_id":null,"sort_index":null} +{"name":"parasitic-worms","display_name":"parasitic-worms","parent_id":null,"sort_index":null} +{"name":"voting","display_name":"voting","parent_id":null,"sort_index":null} +{"name":"philip-tetlock","display_name":"philip-tetlock","parent_id":null,"sort_index":null} +{"name":"computational-physics","display_name":"computational-physics","parent_id":null,"sort_index":null} +{"name":"strategic-management","display_name":"strategic-management","parent_id":null,"sort_index":null} +{"name":"earth-imaging","display_name":"earth-imaging","parent_id":null,"sort_index":null} +{"name":"product-design","display_name":"product-design","parent_id":null,"sort_index":null} +{"name":"nations/india/gst","display_name":"nations/india/gst","parent_id":null,"sort_index":null} +{"name":"own-but-unread","display_name":"own-but-unread","parent_id":null,"sort_index":null} +{"name":"howard-marks","display_name":"howard-marks","parent_id":null,"sort_index":null} +{"name":"paulo-coelho","display_name":"paulo-coelho","parent_id":null,"sort_index":null} +{"name":"online-courses","display_name":"online-courses","parent_id":null,"sort_index":null} +{"name":"thriller","display_name":"thriller","parent_id":null,"sort_index":null} +{"name":"harvey-firestone","display_name":"harvey-firestone","parent_id":null,"sort_index":null} +{"name":"software-tools/pytorch","display_name":"software-tools/pytorch","parent_id":null,"sort_index":null} +{"name":"cosmetics","display_name":"cosmetics","parent_id":null,"sort_index":null} +{"name":"watson","display_name":"watson","parent_id":null,"sort_index":null} +{"name":"financial-engineering","display_name":"financial-engineering","parent_id":null,"sort_index":null} +{"name":"own-unread","display_name":"own-unread","parent_id":null,"sort_index":null} +{"name":"particle-mechanics","display_name":"particle-mechanics","parent_id":"physics","sort_index":null} +{"name":"swine","display_name":"swine","parent_id":null,"sort_index":null} +{"name":"coach","display_name":"coach","parent_id":null,"sort_index":null} +{"name":"vibrations","display_name":"vibrations","parent_id":null,"sort_index":null} +{"name":"nepal","display_name":"nepal","parent_id":null,"sort_index":null} +{"name":"coasts","display_name":"coasts","parent_id":null,"sort_index":null} +{"name":"alex-moazed","display_name":"alex-moazed","parent_id":null,"sort_index":null} +{"name":"social-action","display_name":"social-action","parent_id":null,"sort_index":null} +{"name":"inequality","display_name":"inequality","parent_id":null,"sort_index":null} +{"name":"radars","display_name":"radars","parent_id":null,"sort_index":null} +{"name":"schizophrenia","display_name":"schizophrenia","parent_id":null,"sort_index":null} +{"name":"micronutrients","display_name":"micronutrients","parent_id":"nutrition","sort_index":null} +{"name":"improv","display_name":"improv","parent_id":null,"sort_index":null} +{"name":"batteries","display_name":"batteries","parent_id":null,"sort_index":null} +{"name":"time","display_name":"time","parent_id":null,"sort_index":null} +{"name":"wish-list","display_name":"wish-list","parent_id":null,"sort_index":null} +{"name":"augmented-reality","display_name":"augmented-reality","parent_id":null,"sort_index":null} +{"name":"dance","display_name":"dance","parent_id":null,"sort_index":null} +{"name":"disaster","display_name":"disaster","parent_id":null,"sort_index":null} +{"name":"turbulence","display_name":"turbulence","parent_id":null,"sort_index":null} +{"name":"fibonacci-numbers","display_name":"fibonacci-numbers","parent_id":null,"sort_index":null} +{"name":"dynamics","display_name":"dynamics","parent_id":null,"sort_index":null} +{"name":"cockroaches","display_name":"cockroaches","parent_id":null,"sort_index":null} +{"name":"phase-diagrams","display_name":"phase-diagrams","parent_id":null,"sort_index":null} +{"name":"henry-zhuang","display_name":"henry-zhuang","parent_id":null,"sort_index":null} +{"name":"museums","display_name":"museums","parent_id":null,"sort_index":null} +{"name":"harmonic-motion","display_name":"harmonic-motion","parent_id":null,"sort_index":null} +{"name":"survival-analysis","display_name":"survival-analysis","parent_id":null,"sort_index":null} +{"name":"buildings","display_name":"buildings","parent_id":null,"sort_index":null} +{"name":"symmetry","display_name":"symmetry","parent_id":null,"sort_index":null} +{"name":"translation","display_name":"translation","parent_id":null,"sort_index":null} +{"name":"photogeology","display_name":"photogeology","parent_id":null,"sort_index":null} +{"name":"business-process-management","display_name":"business-process-management","parent_id":null,"sort_index":null} +{"name":"echocardiography","display_name":"echocardiography","parent_id":null,"sort_index":null} +{"name":"policy-analysis","display_name":"policy-analysis","parent_id":null,"sort_index":null} +{"name":"nations/italy/culture","display_name":"nations/italy/culture","parent_id":null,"sort_index":null} +{"name":"actuarial-science","display_name":"actuarial-science","parent_id":null,"sort_index":null} +{"name":"biodiversity","display_name":"biodiversity","parent_id":null,"sort_index":null} +{"name":"exams","display_name":"exams","parent_id":null,"sort_index":null} +{"name":"antimicrobial-resistance","display_name":"antimicrobial-resistance","parent_id":null,"sort_index":null} +{"name":"photovoltaics","display_name":"photovoltaics","parent_id":null,"sort_index":null} +{"name":"finite-volume-methods","display_name":"finite-volume-methods","parent_id":null,"sort_index":null} +{"name":"socialism","display_name":"socialism","parent_id":null,"sort_index":null} +{"name":"database-administrator","display_name":"database-administrator","parent_id":null,"sort_index":null} +{"name":"organisations","display_name":"organisations","parent_id":null,"sort_index":null} +{"name":"farming","display_name":"farming","parent_id":null,"sort_index":null} +{"name":"shame","display_name":"shame","parent_id":null,"sort_index":null} +{"name":"liver","display_name":"liver","parent_id":null,"sort_index":null} +{"name":"libraries","display_name":"libraries","parent_id":null,"sort_index":null} +{"name":"display-technology","display_name":"display-technology","parent_id":null,"sort_index":null} +{"name":"structures","display_name":"structures","parent_id":null,"sort_index":null} +{"name":"ron-chernow","display_name":"ron-chernow","parent_id":null,"sort_index":null} +{"name":"brian-arthur","display_name":"brian-arthur","parent_id":null,"sort_index":null} +{"name":"mountains","display_name":"mountains","parent_id":null,"sort_index":null} +{"name":"it-support","display_name":"it-support","parent_id":null,"sort_index":null} +{"name":"classiques-lus","display_name":"classiques-lus","parent_id":null,"sort_index":null} +{"name":"birds","display_name":"birds","parent_id":null,"sort_index":null} +{"name":"adolescence","display_name":"adolescence","parent_id":"psychology","sort_index":null} +{"name":"john-c-bogle","display_name":"john-c-bogle","parent_id":null,"sort_index":null} +{"name":"john-gribbin","display_name":"john-gribbin","parent_id":null,"sort_index":null} +{"name":"david","display_name":"david","parent_id":null,"sort_index":null} +{"name":"fern-michaels","display_name":"fern-michaels","parent_id":null,"sort_index":null} +{"name":"kinderboeken","display_name":"kinderboeken","parent_id":null,"sort_index":null} +{"name":"network","display_name":"network","parent_id":null,"sort_index":null} +{"name":"antennas","display_name":"antennas","parent_id":null,"sort_index":null} +{"name":"john-d-rockefeller","display_name":"john-d-rockefeller","parent_id":null,"sort_index":null} +{"name":"thomas-phelps","display_name":"thomas-phelps","parent_id":null,"sort_index":null} +{"name":"software-tools/phoenix-framework","display_name":"software-tools/phoenix-framework","parent_id":null,"sort_index":null} +{"name":"transistors","display_name":"transistors","parent_id":null,"sort_index":null} +{"name":"programming-languages/latex","display_name":"programming-languages/latex","parent_id":null,"sort_index":null} +{"name":"panama","display_name":"panama","parent_id":null,"sort_index":null} +{"name":"pain-management","display_name":"pain-management","parent_id":null,"sort_index":null} +{"name":"developmental-psychology","display_name":"developmental-psychology","parent_id":null,"sort_index":null} +{"name":"don-jose-ruiz","display_name":"don-jose-ruiz","parent_id":null,"sort_index":null} +{"name":"jd-vance","display_name":"jd-vance","parent_id":null,"sort_index":null} +{"name":"information-technology","display_name":"information-technology","parent_id":null,"sort_index":null} +{"name":"hardware","display_name":"hardware","parent_id":null,"sort_index":null} +{"name":"clint-ober","display_name":"clint-ober","parent_id":null,"sort_index":null} +{"name":"aphasia","display_name":"aphasia","parent_id":null,"sort_index":null} +{"name":"non-newtonian-fluids","display_name":"non-newtonian-fluids","parent_id":null,"sort_index":null} +{"name":"shawn-achor","display_name":"shawn-achor","parent_id":null,"sort_index":null} +{"name":"wish-list-computer-history","display_name":"wish-list-computer-history","parent_id":null,"sort_index":null} +{"name":"software-tools/heroku","display_name":"software-tools/heroku","parent_id":null,"sort_index":null} +{"name":"under-200pp","display_name":"under-200pp","parent_id":null,"sort_index":null} +{"name":"alexander-hamilton","display_name":"alexander-hamilton","parent_id":null,"sort_index":null} +{"name":"john-malone","display_name":"john-malone","parent_id":null,"sort_index":null} +{"name":"sikhism","display_name":"sikhism","parent_id":null,"sort_index":null} +{"name":"nations/india/history","display_name":"nations/india/history","parent_id":null,"sort_index":null} +{"name":"jay-z","display_name":"jay-z","parent_id":null,"sort_index":null} +{"name":"kierkegaard","display_name":"kierkegaard","parent_id":null,"sort_index":null} +{"name":"counting","display_name":"Counting","parent_id":null,"sort_index":null} +{"name":"western-canon","display_name":"western-canon","parent_id":null,"sort_index":null} +{"name":"veterinary-medicine","display_name":"veterinary-medicine","parent_id":null,"sort_index":null} +{"name":"ayurveda","display_name":"ayurveda","parent_id":null,"sort_index":null} +{"name":"nations/usa/health","display_name":"nations/usa/health","parent_id":null,"sort_index":null} +{"name":"trekk","display_name":"trekk","parent_id":null,"sort_index":null} +{"name":"new-york","display_name":"new-york","parent_id":null,"sort_index":null} +{"name":"anders-ericsson","display_name":"anders-ericsson","parent_id":null,"sort_index":null} +{"name":"general-relativity","display_name":"general-relativity","parent_id":null,"sort_index":null} +{"name":"charles-sorensen","display_name":"charles-sorensen","parent_id":null,"sort_index":null} +{"name":"biomass","display_name":"biomass","parent_id":null,"sort_index":null} +{"name":"doctors","display_name":"doctors","parent_id":null,"sort_index":null} +{"name":"marc-benioff","display_name":"marc-benioff","parent_id":null,"sort_index":null} +{"name":"kinetic-sculptures","display_name":"kinetic-sculptures","parent_id":null,"sort_index":null} +{"name":"jim-loehr","display_name":"jim-loehr","parent_id":null,"sort_index":null} +{"name":"berkshire-hathaway","display_name":"berkshire-hathaway","parent_id":null,"sort_index":null} +{"name":"carie-maas","display_name":"carie-maas","parent_id":null,"sort_index":null} +{"name":"not-read","display_name":"not-read","parent_id":null,"sort_index":null} +{"name":"brownian-motion","display_name":"brownian-motion","parent_id":null,"sort_index":null} +{"name":"jill-bolte-taylor","display_name":"jill-bolte-taylor","parent_id":null,"sort_index":null} +{"name":"nations/ireland","display_name":"nations/ireland","parent_id":null,"sort_index":null} +{"name":"handwriting","display_name":"Handwriting","parent_id":null,"sort_index":null} +{"name":"david-deutsch","display_name":"david-deutsch","parent_id":null,"sort_index":null} +{"name":"fuzzy-logic","display_name":"fuzzy-logic","parent_id":null,"sort_index":null} +{"name":"midwifery","display_name":"midwifery","parent_id":null,"sort_index":null} +{"name":"oral-cancer","display_name":"oral-cancer","parent_id":null,"sort_index":null} +{"name":"go","display_name":"go","parent_id":null,"sort_index":null} +{"name":"russian","display_name":"russian","parent_id":null,"sort_index":null} +{"name":"robert-fritz","display_name":"robert-fritz","parent_id":null,"sort_index":null} +{"name":"recommender-systems","display_name":"recommender-systems","parent_id":null,"sort_index":null} +{"name":"hamas","display_name":"hamas","parent_id":null,"sort_index":null} +{"name":"reading-list","display_name":"reading-list","parent_id":null,"sort_index":null} +{"name":"robert-moses","display_name":"robert-moses","parent_id":null,"sort_index":null} +{"name":"languages/telugu","display_name":"languages/telugu","parent_id":"language","sort_index":null} +{"name":"reading-again","display_name":"reading-again","parent_id":null,"sort_index":null} +{"name":"compilers","display_name":"compilers","parent_id":null,"sort_index":null} +{"name":"fantasy","display_name":"fantasy","parent_id":null,"sort_index":null} +{"name":"free-reads","display_name":"free-reads","parent_id":null,"sort_index":null} +{"name":"future","display_name":"future","parent_id":null,"sort_index":null} +{"name":"giveaways","display_name":"giveaways","parent_id":null,"sort_index":null} +{"name":"sexuality","display_name":"sexuality","parent_id":null,"sort_index":null} +{"name":"ted","display_name":"ted","parent_id":null,"sort_index":null} +{"name":"mathematical-physics","display_name":"mathematical-physics","parent_id":null,"sort_index":null} +{"name":"landscape","display_name":"landscape","parent_id":null,"sort_index":null} +{"name":"deep-work","display_name":"deep-work","parent_id":null,"sort_index":null} +{"name":"dermatology","display_name":"dermatology","parent_id":"medicine","sort_index":null} +{"name":"rothschild","display_name":"rothschild","parent_id":null,"sort_index":null} +{"name":"armen-keteyian","display_name":"armen-keteyian","parent_id":null,"sort_index":null} +{"name":"jk-rowling","display_name":"jk-rowling","parent_id":null,"sort_index":null} +{"name":"biomedical-engineering","display_name":"biomedical-engineering","parent_id":"engineering","sort_index":null} +{"name":"logic-circuits","display_name":"logic-circuits","parent_id":null,"sort_index":null} +{"name":"sports/cycling","display_name":"Sports/Cycling","parent_id":null,"sort_index":null} +{"name":"jon-gertner","display_name":"jon-gertner","parent_id":null,"sort_index":null} +{"name":"crowdsourcing","display_name":"crowdsourcing","parent_id":null,"sort_index":null} +{"name":"climate-change","display_name":"climate-change","parent_id":null,"sort_index":null} +{"name":"snowflakes","display_name":"snowflakes","parent_id":null,"sort_index":null} +{"name":"parasites","display_name":"parasites","parent_id":null,"sort_index":null} +{"name":"bill-gates","display_name":"bill-gates","parent_id":null,"sort_index":null} +{"name":"fuzzy-arithmetic","display_name":"fuzzy-arithmetic","parent_id":null,"sort_index":null} +{"name":"recording","display_name":"recording","parent_id":null,"sort_index":null} +{"name":"terrorism","display_name":"terrorism","parent_id":null,"sort_index":null} +{"name":"chinese-medicine","display_name":"chinese-medicine","parent_id":null,"sort_index":null} +{"name":"memes","display_name":"memes","parent_id":null,"sort_index":null} +{"name":"napoleon","display_name":"napoleon","parent_id":null,"sort_index":null} +{"name":"transformation-mastery","display_name":"transformation-mastery","parent_id":null,"sort_index":null} +{"name":"livestock","display_name":"livestock","parent_id":null,"sort_index":null} +{"name":"criminal-justics","display_name":"criminal-justics","parent_id":null,"sort_index":null} +{"name":"mineral-engineering","display_name":"mineral-engineering","parent_id":null,"sort_index":null} +{"name":"neuropsychology","display_name":"neuropsychology","parent_id":null,"sort_index":null} +{"name":"stephen-sinatra","display_name":"stephen-sinatra","parent_id":null,"sort_index":null} +{"name":"san-francisco","display_name":"san-francisco","parent_id":null,"sort_index":null} +{"name":"bh-liddell-hart","display_name":"bh-liddell-hart","parent_id":null,"sort_index":null} +{"name":"to-buy","display_name":"to-buy","parent_id":null,"sort_index":null} +{"name":"michael-booth","display_name":"michael-booth","parent_id":null,"sort_index":null} +{"name":"organization-design","display_name":"organization-design","parent_id":null,"sort_index":null} +{"name":"hypothesis-testing","display_name":"hypothesis-testing","parent_id":"statistics","sort_index":null} +{"name":"golf","display_name":"golf","parent_id":null,"sort_index":null} +{"name":"software-tools/emberjs","display_name":"software-tools/emberjs","parent_id":null,"sort_index":null} +{"name":"audible-books","display_name":"audible-books","parent_id":null,"sort_index":null} +{"name":"stephen-salsbury","display_name":"stephen-salsbury","parent_id":null,"sort_index":null} +{"name":"vietnam","display_name":"vietnam","parent_id":null,"sort_index":null} +{"name":"edward-tufte","display_name":"edward-tufte","parent_id":null,"sort_index":null} +{"name":"software-tools/ios","display_name":"software-tools/ios","parent_id":null,"sort_index":null} +{"name":"irving-geis","display_name":"irving-geis","parent_id":null,"sort_index":null} +{"name":"robert-caro","display_name":"robert-caro","parent_id":null,"sort_index":null} +{"name":"short-stories","display_name":"short-stories","parent_id":null,"sort_index":null} +{"name":"jason-harris","display_name":"jason-harris","parent_id":null,"sort_index":null} +{"name":"daniel-james-brown","display_name":"daniel-james-brown","parent_id":null,"sort_index":null} +{"name":"efficacy","display_name":"efficacy","parent_id":null,"sort_index":null} +{"name":"producer-behaviour","display_name":"producer-behaviour","parent_id":null,"sort_index":null} +{"name":"cbrs","display_name":"cbrs","parent_id":null,"sort_index":null} +{"name":"game-developmet","display_name":"game-developmet","parent_id":null,"sort_index":null} +{"name":"correctional-counseling","display_name":"correctional-counseling","parent_id":null,"sort_index":null} +{"name":"wine-tasting","display_name":"wine-tasting","parent_id":null,"sort_index":null} +{"name":"fermentation","display_name":"fermentation","parent_id":null,"sort_index":null} +{"name":"steve-martin","display_name":"steve-martin","parent_id":null,"sort_index":null} +{"name":"sangeet-paul-choudary","display_name":"sangeet-paul-choudary","parent_id":null,"sort_index":null} +{"name":"neuroscience","display_name":"neuroscience","parent_id":null,"sort_index":null} +{"name":"causal-inference","display_name":"causal-inference","parent_id":null,"sort_index":null} +{"name":"jannie-mouton","display_name":"jannie-mouton","parent_id":null,"sort_index":null} +{"name":"tony-schwartz","display_name":"tony-schwartz","parent_id":null,"sort_index":null} +{"name":"circuits","display_name":"circuits","parent_id":null,"sort_index":null} +{"name":"first-reads","display_name":"first-reads","parent_id":null,"sort_index":null} +{"name":"pico-iyer","display_name":"pico-iyer","parent_id":null,"sort_index":null} +{"name":"international-trade","display_name":"international-trade","parent_id":null,"sort_index":null} +{"name":"coca-cola","display_name":"coca-cola","parent_id":null,"sort_index":null} +{"name":"russell-conwell","display_name":"russell-conwell","parent_id":null,"sort_index":null} +{"name":"software-tools/ar-kit","display_name":"software-tools/ar-kit","parent_id":null,"sort_index":null} +{"name":"nations/germany","display_name":"nations/germany","parent_id":null,"sort_index":null} +{"name":"perception","display_name":"perception","parent_id":null,"sort_index":null} +{"name":"janet-lowe","display_name":"janet-lowe","parent_id":null,"sort_index":null} +{"name":"alfred-lansing","display_name":"alfred-lansing","parent_id":null,"sort_index":null} +{"name":"radioactivity","display_name":"radioactivity","parent_id":null,"sort_index":null} +{"name":"software-tools/minecraft","display_name":"software-tools/minecraft","parent_id":null,"sort_index":null} +{"name":"capitalism","display_name":"capitalism","parent_id":null,"sort_index":null} +{"name":"los-angeles","display_name":"los-angeles","parent_id":null,"sort_index":null} +{"name":"online-safety","display_name":"online-safety","parent_id":null,"sort_index":null} +{"name":"vscode","display_name":"vscode","parent_id":null,"sort_index":null} +{"name":"synthetic-biology","display_name":"synthetic-biology","parent_id":null,"sort_index":null} +{"name":"cell-biology","display_name":"cell-biology","parent_id":null,"sort_index":null} +{"name":"ken-iverson","display_name":"ken-iverson","parent_id":null,"sort_index":null} +{"name":"microscopy","display_name":"microscopy","parent_id":null,"sort_index":null} +{"name":"james-s-hirsch","display_name":"james-s-hirsch","parent_id":null,"sort_index":null} +{"name":"kiewit","display_name":"kiewit","parent_id":null,"sort_index":null} +{"name":"stuart-kauffman","display_name":"stuart-kauffman","parent_id":null,"sort_index":null} +{"name":"james-allworth","display_name":"james-allworth","parent_id":null,"sort_index":null} +{"name":"urban-fantasy","display_name":"urban-fantasy","parent_id":null,"sort_index":null} +{"name":"arts-and-culture","display_name":"arts-and-culture","parent_id":null,"sort_index":null} +{"name":"social-entrepreneurship","display_name":"social-entrepreneurship","parent_id":null,"sort_index":null} +{"name":"kevin-grove","display_name":"kevin-grove","parent_id":null,"sort_index":null} +{"name":"keith-johnstone","display_name":"keith-johnstone","parent_id":null,"sort_index":null} +{"name":"influence","display_name":"influence","parent_id":null,"sort_index":null} +{"name":"laplace-transform","display_name":"laplace-transform","parent_id":null,"sort_index":null} +{"name":"autonomous-systems","display_name":"autonomous-systems","parent_id":null,"sort_index":null} +{"name":"karen-dillon","display_name":"karen-dillon","parent_id":null,"sort_index":null} +{"name":"control","display_name":"control","parent_id":null,"sort_index":null} +{"name":"microprocessors","display_name":"microprocessors","parent_id":null,"sort_index":null} +{"name":"margin-of-safety","display_name":"margin-of-safety","parent_id":null,"sort_index":null} +{"name":"cognition","display_name":"cognition","parent_id":null,"sort_index":null} +{"name":"persia","display_name":"persia","parent_id":null,"sort_index":null} +{"name":"sprituality","display_name":"sprituality","parent_id":null,"sort_index":null} +{"name":"complex-systems","display_name":"complex-systems","parent_id":null,"sort_index":null} +{"name":"decentralized-systems","display_name":"decentralized-systems","parent_id":null,"sort_index":null} +{"name":"bob-gore","display_name":"bob-gore","parent_id":null,"sort_index":null} +{"name":"mikhail-bulgakov","display_name":"mikhail-bulgakov","parent_id":null,"sort_index":null} +{"name":"don-keough","display_name":"don-keough","parent_id":null,"sort_index":null} +{"name":"mosfets","display_name":"mosfets","parent_id":null,"sort_index":null} +{"name":"children-s-books","display_name":"children-s-books","parent_id":null,"sort_index":null} +{"name":"sam-walker","display_name":"sam-walker","parent_id":null,"sort_index":null} +{"name":"jordan-peterson","display_name":"jordan-peterson","parent_id":null,"sort_index":null} +{"name":"puberty","display_name":"puberty","parent_id":"human-body","sort_index":null} +{"name":"james-hill","display_name":"james-hill","parent_id":null,"sort_index":null} +{"name":"sound-synthesis","display_name":"sound-synthesis","parent_id":null,"sort_index":null} +{"name":"space-science","display_name":"space-science","parent_id":null,"sort_index":null} +{"name":"voice-disorders","display_name":"voice-disorders","parent_id":null,"sort_index":null} +{"name":"immune-system","display_name":"immune-system","parent_id":"medicine","sort_index":null} +{"name":"earthquakes","display_name":"earthquakes","parent_id":null,"sort_index":null} +{"name":"cosmic-rays","display_name":"cosmic-rays","parent_id":null,"sort_index":null} +{"name":"soviet-union","display_name":"soviet-union","parent_id":null,"sort_index":null} +{"name":"zappos","display_name":"zappos","parent_id":null,"sort_index":null} +{"name":"self-help","display_name":"self-help","parent_id":null,"sort_index":null} +{"name":"electron-microscopy","display_name":"electron-microscopy","parent_id":null,"sort_index":null} +{"name":"choreography","display_name":"choreography","parent_id":null,"sort_index":null} +{"name":"read-in-2015","display_name":"read-in-2015","parent_id":null,"sort_index":null} +{"name":"open-source","display_name":"open-source","parent_id":null,"sort_index":null} +{"name":"healthcare-education","display_name":"healthcare-education","parent_id":null,"sort_index":null} +{"name":"general-motors","display_name":"general-motors","parent_id":null,"sort_index":null} +{"name":"menstruation","display_name":"menstruation","parent_id":"puberty","sort_index":null} +{"name":"nations/usa","display_name":"nations/usa","parent_id":null,"sort_index":null} +{"name":"horse-racing","display_name":"horse-racing","parent_id":null,"sort_index":null} +{"name":"carol-tavris","display_name":"carol-tavris","parent_id":null,"sort_index":null} +{"name":"judaica","display_name":"judaica","parent_id":null,"sort_index":null} +{"name":"earth","display_name":"earth","parent_id":null,"sort_index":null} +{"name":"data-collection","display_name":"data-collection","parent_id":null,"sort_index":null} +{"name":"australian","display_name":"australian","parent_id":null,"sort_index":null} +{"name":"valuation","display_name":"valuation","parent_id":null,"sort_index":null} +{"name":"hippie-favs","display_name":"hippie-favs","parent_id":null,"sort_index":null} +{"name":"general-george-patton","display_name":"general-george-patton","parent_id":null,"sort_index":null} +{"name":"string-theory","display_name":"string-theory","parent_id":null,"sort_index":null} +{"name":"hugh-delehanty","display_name":"hugh-delehanty","parent_id":null,"sort_index":null} +{"name":"tai-chi","display_name":"tai-chi","parent_id":null,"sort_index":null} +{"name":"consulting","display_name":"consulting","parent_id":null,"sort_index":null} +{"name":"jewel","display_name":"jewel","parent_id":null,"sort_index":null} +{"name":"frederick-reichheld","display_name":"frederick-reichheld","parent_id":null,"sort_index":null} +{"name":"speech-recognition","display_name":"speech-recognition","parent_id":null,"sort_index":null} +{"name":"machining","display_name":"machining","parent_id":null,"sort_index":null} +{"name":"cable","display_name":"cable","parent_id":null,"sort_index":null} +{"name":"sears","display_name":"sears","parent_id":null,"sort_index":null} +{"name":"software-tools/jupyter","display_name":"software-tools/jupyter","parent_id":null,"sort_index":null} +{"name":"aids","display_name":"aids","parent_id":null,"sort_index":null} +{"name":"multiple-regression","display_name":"Multiple Regression","parent_id":"statistics","sort_index":null} +{"name":"baltasar-gracian","display_name":"baltasar-gracian","parent_id":null,"sort_index":null} +{"name":"henry-ford","display_name":"henry-ford","parent_id":null,"sort_index":null} +{"name":"hedonism","display_name":"hedonism","parent_id":null,"sort_index":null} +{"name":"e-ship-read","display_name":"e-ship-read","parent_id":null,"sort_index":null} +{"name":"kevin-hanson","display_name":"kevin-hanson","parent_id":null,"sort_index":null} +{"name":"foreign-exchange","display_name":"foreign-exchange","parent_id":null,"sort_index":null} +{"name":"ibs","display_name":"ibs","parent_id":null,"sort_index":null} +{"name":"richard-bach","display_name":"richard-bach","parent_id":null,"sort_index":null} +{"name":"drama","display_name":"drama","parent_id":null,"sort_index":null} +{"name":"andrew-gawrych","display_name":"andrew-gawrych","parent_id":null,"sort_index":null} +{"name":"phil-jackson","display_name":"phil-jackson","parent_id":null,"sort_index":null} +{"name":"violin","display_name":"violin","parent_id":null,"sort_index":null} +{"name":"jane-mcgonigal","display_name":"jane-mcgonigal","parent_id":null,"sort_index":null} +{"name":"nations/israel","display_name":"nations/israel","parent_id":null,"sort_index":null} +{"name":"moon","display_name":"moon","parent_id":null,"sort_index":null} +{"name":"stress-analysis","display_name":"stress-analysis","parent_id":null,"sort_index":null} +{"name":"calligraphy","display_name":"calligraphy","parent_id":null,"sort_index":null} +{"name":"organ-donation","display_name":"organ-donation","parent_id":null,"sort_index":null} +{"name":"soccer","display_name":"soccer","parent_id":null,"sort_index":null} +{"name":"obamacare","display_name":"obamacare","parent_id":null,"sort_index":null} +{"name":"throat-cancer","display_name":"throat-cancer","parent_id":null,"sort_index":null} +{"name":"dystopian","display_name":"dystopian","parent_id":null,"sort_index":null} +{"name":"empathy","display_name":"empathy","parent_id":null,"sort_index":null} +{"name":"gods","display_name":"gods","parent_id":null,"sort_index":null} +{"name":"government","display_name":"government","parent_id":null,"sort_index":null} +{"name":"guitar","display_name":"guitar","parent_id":null,"sort_index":null} +{"name":"bares-capital-management","display_name":"bares-capital-management","parent_id":null,"sort_index":null} +{"name":"vital-signs","display_name":"vital-signs","parent_id":null,"sort_index":null} +{"name":"schrodinger-equation","display_name":"schrodinger-equation","parent_id":null,"sort_index":null} +{"name":"att","display_name":"att","parent_id":null,"sort_index":null} +{"name":"surrealism","display_name":"surrealism","parent_id":null,"sort_index":null} +{"name":"bones","display_name":"bones","parent_id":"biology","sort_index":null} +{"name":"pathogens","display_name":"pathogens","parent_id":null,"sort_index":null} +{"name":"double-slit-experiment","display_name":"double-slit-experiment","parent_id":null,"sort_index":null} +{"name":"nations/russia","display_name":"nations/russia","parent_id":null,"sort_index":null} +{"name":"richard-thaler","display_name":"richard-thaler","parent_id":null,"sort_index":null} +{"name":"worldbuilding","display_name":"worldbuilding","parent_id":null,"sort_index":null} +{"name":"boundary-value-problems","display_name":"boundary-value-problems","parent_id":null,"sort_index":null} +{"name":"software-tools/moodle","display_name":"software-tools/moodle","parent_id":null,"sort_index":null} +{"name":"mastery-grading","display_name":"mastery-grading","parent_id":null,"sort_index":null} +{"name":"set-theory","display_name":"set-theory","parent_id":null,"sort_index":null} +{"name":"noethers-theorem","display_name":"noethers-theorem","parent_id":null,"sort_index":null} +{"name":"product-management","display_name":"product-management","parent_id":"business","sort_index":null} +{"name":"tools-for-thought","display_name":"tools-for-thought","parent_id":null,"sort_index":null} +{"name":"digital-audio-effects","display_name":"digital-audio-effects","parent_id":null,"sort_index":null} +{"name":"science","display_name":"science","parent_id":null,"sort_index":"5"} +{"name":"functional-programming","display_name":"functional-programming","parent_id":null,"sort_index":null} +{"name":"careers","display_name":"careers","parent_id":"personal-development","sort_index":null} +{"name":"business","display_name":"business","parent_id":null,"sort_index":"4"} +{"name":"humanities","display_name":"humanities","parent_id":null,"sort_index":"3"} +{"name":"languages/english","display_name":"languages/english","parent_id":"language","sort_index":null} +{"name":"medicine","display_name":"medicine","parent_id":null,"sort_index":null} +{"name":"quintic-equations","display_name":"quintic-equations","parent_id":null,"sort_index":null} +{"name":"collatz-conjecture","display_name":"Collatz Conjecture","parent_id":null,"sort_index":null} +{"name":"irrational-numbers","display_name":"Irrational Numbers","parent_id":"number-theory","sort_index":null} +{"name":"bezier-curves","display_name":"Bezier Curves","parent_id":"geometry","sort_index":null} +{"name":"personal-development","display_name":"personal-development","parent_id":null,"sort_index":null} +{"name":"christianity","display_name":"christianity","parent_id":"religion","sort_index":null} +{"name":"machine-learning","display_name":"machine-learning","parent_id":"computer-science","sort_index":null} +{"name":"accounting","display_name":"accounting","parent_id":"business","sort_index":null} +{"name":"learning","display_name":"learning","parent_id":null,"sort_index":null} +{"name":"competitive-programming","display_name":"Competitive Programming","parent_id":null,"sort_index":null} +{"name":"stable-marriage-problem","display_name":"Stable Marriage Problem","parent_id":null,"sort_index":null} +{"name":"subliminal-advertising","display_name":"Subliminal Advertising","parent_id":"advertising","sort_index":null} +{"name":"nations/china","display_name":"nations/china","parent_id":"nations","sort_index":null} +{"name":"biology","display_name":"biology","parent_id":"science","sort_index":null} +{"name":"programming-languages/c","display_name":"programming-languages/c","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/javascript","display_name":"programming-languages/javascript","parent_id":"programming-languages","sort_index":null} +{"name":"pythagoras-theorem","display_name":"pythagoras-theorem","parent_id":"geometry","sort_index":null} +{"name":"instructional-design","display_name":"instructional-design","parent_id":"learning","sort_index":null} +{"name":"negative-numbers","display_name":"Negative Numbers","parent_id":"mathematics","sort_index":null} +{"name":"frontend-engineering","display_name":"frontend-engineering","parent_id":"programming","sort_index":null} +{"name":"software-debugging","display_name":"software-debugging","parent_id":"programming","sort_index":null} +{"name":"adaptive-learning","display_name":"adaptive-learning","parent_id":"learning","sort_index":null} +{"name":"data-structures","display_name":"data-structures","parent_id":"computer-science","sort_index":null} +{"name":"backend-engineering","display_name":"backend-engineering","parent_id":"programming","sort_index":null} +{"name":"programming-languages/go","display_name":"programming-languages/go","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/graphql","display_name":"programming-languages/graphql","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/csharp","display_name":"programming-languages/csharp","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/clojure","display_name":"programming-languages/clojure","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/lisp","display_name":"programming-languages/lisp","parent_id":"programming-languages","sort_index":null} +{"name":"personal-finance","display_name":"personal-finance","parent_id":"personal-development","sort_index":null} +{"name":"collaborative-learning","display_name":"collaborative-learning","parent_id":"learning","sort_index":null} +{"name":"ageing","display_name":"ageing","parent_id":"health","sort_index":null} +{"name":"taxation","display_name":"taxation","parent_id":"business","sort_index":null} +{"name":"contracts","display_name":"contracts","parent_id":"law","sort_index":null} +{"name":"corporate-law","display_name":"corporate-law","parent_id":"law","sort_index":null} +{"name":"international-law","display_name":"international-law","parent_id":"law","sort_index":null} +{"name":"software-tools/excel","display_name":"software-tools/excel","parent_id":"computers","sort_index":null} +{"name":"databases","display_name":"databases","parent_id":"computer-science","sort_index":null} +{"name":"deep-learning","display_name":"deep-learning","parent_id":"computer-science","sort_index":null} +{"name":"sociology","display_name":"sociology","parent_id":"humanities","sort_index":null} +{"name":"culture","display_name":"culture","parent_id":"humanities","sort_index":null} +{"name":"operating-systems","display_name":"operating-systems","parent_id":"computer-science","sort_index":null} +{"name":"hiring","display_name":"hiring","parent_id":"business","sort_index":null} +{"name":"quality","display_name":"quality","parent_id":"business","sort_index":null} +{"name":"worth-re-reading","display_name":"worth-re-reading","parent_id":null,"sort_index":null} +{"name":"woodworking","display_name":"woodworking","parent_id":null,"sort_index":null} +{"name":"web-development","display_name":"web-development","parent_id":null,"sort_index":null} +{"name":"welding","display_name":"welding","parent_id":"mechanical-engineering","sort_index":null} +{"name":"twitter","display_name":"twitter","parent_id":null,"sort_index":null} +{"name":"electricity","display_name":"electricity","parent_id":null,"sort_index":null} +{"name":"freelancing","display_name":"freelancing","parent_id":null,"sort_index":null} +{"name":"dynamic-programming","display_name":"Dynamic Programming","parent_id":"algorithms","sort_index":null} +{"name":"distributed-systems","display_name":"Distributed Systems","parent_id":null,"sort_index":null} +{"name":"internet-search","display_name":"Internet Search","parent_id":null,"sort_index":null} +{"name":"invention","display_name":"Invention","parent_id":null,"sort_index":null} +{"name":"markov-chains","display_name":"Markov Chains","parent_id":null,"sort_index":null} +{"name":"quadratic-equations","display_name":"Quadratic Equations","parent_id":"algebra","sort_index":null} +{"name":"quaternions","display_name":"Quaternions","parent_id":"mathematics","sort_index":null} +{"name":"software-tools/rapidminer","display_name":"Software Tools/RapidMiner","parent_id":null,"sort_index":null} +{"name":"state-machine","display_name":"State machine","parent_id":null,"sort_index":null} +{"name":"tree-of-life","display_name":"Tree of life","parent_id":null,"sort_index":null} +{"name":"assessment","display_name":"assessment","parent_id":null,"sort_index":null} +{"name":"asset-management","display_name":"asset-management","parent_id":null,"sort_index":null} +{"name":"awareness","display_name":"awareness","parent_id":null,"sort_index":null} +{"name":"ben-horowitz","display_name":"ben-horowitz","parent_id":null,"sort_index":null} +{"name":"big-data","display_name":"big-data","parent_id":null,"sort_index":null} +{"name":"blogging","display_name":"blogging","parent_id":null,"sort_index":null} +{"name":"bluetooth","display_name":"bluetooth","parent_id":null,"sort_index":null} +{"name":"books","display_name":"books","parent_id":null,"sort_index":null} +{"name":"books-by-nobel-laureates","display_name":"books-by-nobel-laureates","parent_id":null,"sort_index":null} +{"name":"branding","display_name":"branding","parent_id":"marketing","sort_index":null} +{"name":"charlie-munger","display_name":"charlie-munger","parent_id":null,"sort_index":null} +{"name":"child-development","display_name":"child-development","parent_id":null,"sort_index":null} +{"name":"co-operatives","display_name":"co-operatives","parent_id":null,"sort_index":null} +{"name":"cognitive-psychology","display_name":"cognitive-psychology","parent_id":null,"sort_index":null} +{"name":"competency-based-education","display_name":"competency-based-education","parent_id":null,"sort_index":null} +{"name":"complexity","display_name":"complexity","parent_id":null,"sort_index":null} +{"name":"computer-networks","display_name":"computer-networks","parent_id":null,"sort_index":null} +{"name":"computers","display_name":"computers","parent_id":null,"sort_index":null} +{"name":"consumer-finance","display_name":"consumer-finance","parent_id":null,"sort_index":null} +{"name":"consumer-psychology","display_name":"consumer-psychology","parent_id":null,"sort_index":null} +{"name":"consumerism","display_name":"consumerism","parent_id":null,"sort_index":null} +{"name":"content-management","display_name":"content-management","parent_id":null,"sort_index":null} +{"name":"content-marketing","display_name":"content-marketing","parent_id":null,"sort_index":null} +{"name":"debate","display_name":"debate","parent_id":null,"sort_index":null} +{"name":"denmark","display_name":"denmark","parent_id":null,"sort_index":null} +{"name":"content-strategy","display_name":"content-strategy","parent_id":null,"sort_index":null} +{"name":"cryptography","display_name":"cryptography","parent_id":null,"sort_index":null} +{"name":"curiosity","display_name":"curiosity","parent_id":null,"sort_index":null} +{"name":"developer-relations","display_name":"developer-relations","parent_id":null,"sort_index":null} +{"name":"digital-literacy","display_name":"digital-literacy","parent_id":null,"sort_index":null} +{"name":"emotional-intelligence","display_name":"emotional-intelligence","parent_id":null,"sort_index":null} +{"name":"entrepreneur","display_name":"entrepreneur","parent_id":null,"sort_index":null} +{"name":"entrepreneurship","display_name":"entrepreneurship","parent_id":null,"sort_index":null} +{"name":"exoplanets","display_name":"exoplanets","parent_id":null,"sort_index":null} +{"name":"forensics","display_name":"forensics","parent_id":null,"sort_index":null} +{"name":"free-speech","display_name":"free-speech","parent_id":null,"sort_index":null} +{"name":"game-design","display_name":"game-design","parent_id":null,"sort_index":null} +{"name":"gpt3","display_name":"gpt3","parent_id":"machine-learning","sort_index":null} +{"name":"high-performance-computing","display_name":"high-performance-computing","parent_id":null,"sort_index":null} +{"name":"history-of-science","display_name":"history-of-science","parent_id":null,"sort_index":null} +{"name":"incentives","display_name":"incentives","parent_id":null,"sort_index":null} +{"name":"information-security","display_name":"information-security","parent_id":null,"sort_index":null} +{"name":"intuition","display_name":"intuition","parent_id":null,"sort_index":null} +{"name":"non-fiction","display_name":"non-fiction","parent_id":null,"sort_index":null} +{"name":"personal-knowledge-management","display_name":"Personal Knowledge Management","parent_id":null,"sort_index":null} +{"name":"triangle-of-power","display_name":"Triangle of Power","parent_id":"mathematics","sort_index":null} +{"name":"programming-language/java","display_name":"programming-language/java","parent_id":"programming-languages","sort_index":null} +{"name":"programming-languages/rust","display_name":"programming-languages/rust","parent_id":"programming-languages","sort_index":null} +{"name":"mobile-app-development","display_name":"mobile-app-development","parent_id":"programming","sort_index":null} +{"name":"time-management","display_name":"time-management","parent_id":"personal-development","sort_index":null} +{"name":"relationships","display_name":"relationships","parent_id":"personal-development","sort_index":null} +{"name":"programming-languages","display_name":"Programming Languages","parent_id":null,"sort_index":"2"} +{"name":"programming-languages/c++","display_name":"programming-languages/c++","parent_id":"programming-languages","sort_index":null} +{"name":"information-overload","display_name":"information-overload","parent_id":null,"sort_index":null} +{"name":"programming-languages/haskell","display_name":"programming-languages/haskell","parent_id":"programming-languages","sort_index":null} +{"name":"music-theory","display_name":"music-theory","parent_id":"hobbies","sort_index":null} +{"name":"note-taking","display_name":"Note Taking","parent_id":null,"sort_index":null} +{"name":"cartography","display_name":"cartography","parent_id":null,"sort_index":null} +{"name":"virtual-reality","display_name":"virtual-reality","parent_id":"computer-science","sort_index":null} +{"name":"aerospace-engineering","display_name":"aerospace-engineering","parent_id":"engineering","sort_index":null} +{"name":"digital-marketing","display_name":"digital-marketing","parent_id":"business","sort_index":null} +`; \ No newline at end of file diff --git a/db/topics1.csv b/db/topics1.csv deleted file mode 100644 index c779efa..0000000 --- a/db/topics1.csv +++ /dev/null @@ -1,1496 +0,0 @@ -name,display_name,image,parent_id,sort_index -pricing,pricing,https://images.unsplash.com/photo-1530856021941-02c71be5926f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,business, -prisoners-dilemma,Prisoners Dilemma,https://images.unsplash.com/photo-1603340424570-3a4603d4814d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -15-puzzle,15-puzzle,https://images.unsplash.com/photo-1587397717868-1c05d68bb8b3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lockpicking,Lockpicking,https://images.unsplash.com/photo-1514820402329-de527fdd2e6d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,hobbies, -tensor-analysis,Tensor Analysis,https://images.unsplash.com/photo-1582719471180-aad67c6023c8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,linear-algebra, -sleep,Sleep,https://images.unsplash.com/photo-1482434368596-fbd06cae4f89?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,health, -complex-numbers,Complex Numbers,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mathematics,2 -electronics-engineering,Electronics Engineering,https://images.unsplash.com/photo-1581091871343-9a6c099886ed?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -linear-algebra,Linear Algebra,https://images.unsplash.com/photo-1544386912-a19598079867?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mathematics, -flat-earth,Flat Earth,https://images.unsplash.com/photo-1545537619-3b5475acd977?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -young-adult,young-adult,https://images.unsplash.com/photo-1524383880260-db51af30f5e6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -communication,Communication,https://images.unsplash.com/photo-1505682128212-a6a59a6abbae?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,personal-development, -parabola,Parabola,https://images.unsplash.com/photo-1577080824636-69cb086df651?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mathematics, -parrondo-paradox,Parrondo Paradox,https://images.unsplash.com/photo-1586610795094-20c9b58cd38c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixlib=rb-1.2.1&q=80&w=400,, -ramanujan,ramanujan,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -angel-investing,angel-investing,https://images.unsplash.com/photo-1577083552792-a0d461cb1dd6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,startups, -software-tools/nodejs,software-tools/nodejs,https://images.unsplash.com/photo-1545476745-9211a9e7cca8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming, -technical-debt,technical-debt,https://images.unsplash.com/photo-1602774596888-26c56aafebe4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,software-engineering, -surface-tension,Surface Tension,https://images.unsplash.com/photo-1607049582611-2abc1c73f1fc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixlib=rb-1.2.1&q=80&w=400,, -hula-hoop,Hula Hoop,https://images.unsplash.com/photo-1571158874937-beaf4f24a7cc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,hobbies, -protein-folding,Protein Folding,https://images.unsplash.com/photo-1574200012843-f9eb462c79d2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixlib=rb-1.2.1&q=80&w=400,protein, -clojure,clojure,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,programming-languages, -fasting,fasting,https://images.unsplash.com/photo-1512462913830-828894f62a5e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixlib=rb-1.2.1&q=80&w=400,health, -watercolor-painting,Watercolor Painting,https://images.unsplash.com/photo-1582201942961-2e1c3e63d9b4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,painting, -nations/usa/history,nations/usa/history,https://images.unsplash.com/photo-1586111046185-67c2cf6bb72c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -classical-mechanics,classical-mechanics,https://images.unsplash.com/photo-1595345263506-932dd39a2eaf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,physics, -riemann-hypothesis,Riemann Hypothesis,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixlib=rb-1.2.1&q=80&w=400,mathematics, -art-and-culture,art-and-culture,https://images.unsplash.com/photo-1527922891260-918d42a4efc8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/llvm,software-tools/llvm,https://images.unsplash.com/photo-1607431067517-fda93b3e0aee?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixlib=rb-1.2.1&q=80&w=400,, -cubic-equations,cubic-equations,https://images.unsplash.com/photo-1576834967753-ad2cf1cc8d19?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,algebra, -protein,protein,https://images.unsplash.com/photo-1558017487-06bf9f82613a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,biology, -cap-theorem,cap-theorem,https://images.unsplash.com/photo-1514400416687-d9baaa5bf8bb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,computer-science, -general-nonfiction,general-nonfiction,https://images.unsplash.com/photo-1560405635-9b1362a2562d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -public-speaking,public-speaking,https://images.unsplash.com/flagged/photo-1564401398070-9a0ec00bd38a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bellman-equation,Bellman Equation,https://images.unsplash.com/photo-1573089205606-8fad7db04ee5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixlib=rb-1.2.1&q=80&w=400,dynamic-programming, -triangle,Triangle,https://images.unsplash.com/photo-1594312003048-a51aab911a5f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixlib=rb-1.2.1&q=80&w=400,geometry, -theater,theater,https://images.unsplash.com/photo-1577830903746-19c2e7c70ebc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,humanities, -languages/french,languages/french,https://images.unsplash.com/photo-1534988333262-c455b9332e52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,language, -art-history,art-history,https://images.unsplash.com/photo-1580711508221-914dc7e7400b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -astronomy,astronomy,https://images.unsplash.com/photo-1473958675193-405a3c163875?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,science, -physiology,physiology,https://images.unsplash.com/photo-1559757175-5700dde675bc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -geology,geology,https://images.unsplash.com/photo-1595134821134-571ee60109df?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -graphic-design,graphic-design,https://images.unsplash.com/photo-1457785503330-c42926537db8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,design, -geometric-algebra,geometric-algebra,https://images.unsplash.com/photo-1597008641621-cefdcf718025?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mathematics, -physics,physics,https://images.unsplash.com/photo-1587331887017-058ae02fb69e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,science, -personl-finance,personl-finance,https://images.unsplash.com/photo-1483129804960-cb1964499894?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-engineering,software-engineering,https://images.unsplash.com/photo-1580983568724-329ea199c2ac?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -optimal-stopping,optimal stopping,https://images.unsplash.com/photo-1565291395703-7ce000f82412?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixlib=rb-1.2.1&q=80&w=400,, -heron-formula,Heron Formula,https://images.unsplash.com/photo-1567718203978-9d37d57d4199?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixlib=rb-1.2.1&q=80&w=400,, -witchcraft,witchcraft,https://images.unsplash.com/photo-1572965733111-499bd7022cf3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -smoking,Smoking,https://images.unsplash.com/photo-1601675165519-19a19211406d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixlib=rb-1.2.1&q=80&w=400,, -algebra,algebra,https://images.unsplash.com/photo-1548691905-57c36cc8d935?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mathematics,1 -audio-wanted,audio-wanted,https://images.unsplash.com/photo-1595500982573-a1132d41df41?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -amateur-radio,amateur-radio,https://images.unsplash.com/photo-1596024141450-8818990ee803?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,hobbies, -memristor,Memristor,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -ecology,ecology,https://images.unsplash.com/photo-1564928003055-0f2c93ccfca8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -anthropology,anthropology,https://images.unsplash.com/photo-1587431370719-3fc83652f5d0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -languages/irish,languages/irish,https://images.unsplash.com/photo-1471970471555-19d4b113e9ed?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -religion,religion,https://images.unsplash.com/photo-1544015385-b033a87109f5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -criminal-justice,criminal-justice,https://images.unsplash.com/photo-1571844307880-751c6d86f3f3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -crime,crime,https://images.unsplash.com/photo-1595171694538-beb81da39d3e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -criminology,criminology,https://images.unsplash.com/photo-1560575193-c2c9e886aefe?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -holocaust,holocaust,https://images.unsplash.com/photo-1577584402387-943276baf178?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -semantics,semantics,https://images.unsplash.com/photo-1549463123-519628ed5c6b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MXwxfDB8MXxyYW5kb218fHx8fHx8fA&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,, -quantum-biology,Quantum Biology,https://images.unsplash.com/photo-1583911860071-a2638580e8f4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixlib=rb-1.2.1&q=80&w=400,biology, -hyperbolic-geometry,Hyperbolic Geometry,https://images.unsplash.com/photo-1606898574407-0501b8f72722?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MXwxfDB8MXxyYW5kb218fHx8fHx8fA&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,geometry, -touch-typing,Touch Typing,https://images.unsplash.com/photo-1590345213370-caf4f5515bc6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MXwxfDB8MXxyYW5kb218fHx8fHx8fA&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,, -quasiperfect-numbers,Quasiperfect Numbers,https://images.unsplash.com/photo-1605638786639-c86473225704?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MXwxfDB8MXxyYW5kb218fHx8fHx8fA&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,number-theory, -electrochemistry,electrochemistry,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -saass,saass,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -recursion,Recursion,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,computer-science, -differential-privacy,Differential Privacy,https://images.unsplash.com/photo-1560235030-755a96d5b1ac?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MXwxfDB8MXxyYW5kb218fHx8fHx8fA&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,, -software-tools/memcached,software-tools/memcached,https://images.unsplash.com/photo-1610433572362-a5869d14e3c1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MXwxfDB8MXxyYW5kb218fHx8fHx8fA&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,, -towers-of-hanoi,Towers of Hanoi,https://images.unsplash.com/photo-1612564233681-4dedc4d959d4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MXwxfDB8MXxyYW5kb218fHx8fHx8fA&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,, -fusion,fusion,https://images.unsplash.com/photo-1514536958296-436f46226e74?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -copyright,copyright,https://images.unsplash.com/photo-1553258318-c22356c14808?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cartographic-generalization,Cartographic Generalization,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,cartography, -knot-theory,Knot Theory,https://images.unsplash.com/photo-1551693471-84e6dc733d9c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixlib=rb-1.2.1&q=80&w=400,mathematics, -growth-hacking,growth-hacking,https://images.unsplash.com/photo-1548610325-af59423f54bc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,business, -sonic-boom,Sonic Boom,https://images.unsplash.com/photo-1571863766603-6fa2fd313fa1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MnwxfDB8MXxyYW5kb218fHx8fHx8fHwxNjE4MDMyNDcz&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,, -adhd,ADHD,https://images.unsplash.com/photo-1533237744709-87cb88bf481b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -spaced-repetition,spaced-repetition,https://images.unsplash.com/photo-1450704944629-6a65f6810cf2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -interior-design,interior-design,https://images.unsplash.com/photo-1560585853-08abd90cbe88?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,hobbies, -catalan-numbers,catalan numbers,https://images.unsplash.com/photo-1562941876-6be1a2363079?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MnwxfDB8MXxyYW5kb218fHx8fHx8fHwxNjIyNDgzNDE4&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,, -demography,demography,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -musical-instruments/chapman-stick,Chapman Stick,https://images.unsplash.com/photo-1580933884547-d358e3d21b84?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,music, -3d-design,3d-design,https://images.unsplash.com/photo-1570206930560-39fac9e8ce05?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -story-telling,story-telling,https://images.unsplash.com/photo-1526492664619-72c7c4c62835?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,writing, -unit-circle,Unit Circle,https://images.unsplash.com/photo-1610609130068-99e276e85734?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MXwxfDB8MXxyYW5kb218fHx8fHx8fA&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,trigonometry, -teaching,teaching,https://images.unsplash.com/photo-1541000020894-321f175f5a69?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/three-js,software-tools/Three JS,https://images.unsplash.com/photo-1617143488036-ea0d22d6e3a9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MnwxfDB8MXxyYW5kb218fHx8fHx8fHwxNjE4NzQ2Mjg3&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,, -governance,governance,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,humanities, -system-design,System Design,https://images.unsplash.com/photo-1611916656208-e7522b80d636?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MXwxfDB8MXxyYW5kb218fHx8fHx8fA&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,, -creative-programming,creative-programming,https://images.unsplash.com/photo-1518655061710-5ccf392c275a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming, -programming-languages/julia,programming-languages/julia,https://images.unsplash.com/photo-1534644107580-3a4dbd494a95?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -pulley,Pulley,https://images.unsplash.com/photo-1508952915988-55fc2bc45fb0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MnwxfDB8MXxyYW5kb218fHx8fHx8fHwxNjE5NTI2Njk2&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,, -procurement,procurement,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -proteomics,proteomics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -trevanian,trevanian,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -crystallography,crystallography,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,chemistry, -hurricanes,hurricanes,https://images.unsplash.com/photo-1585928502031-c9dc266230ec?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tribology,Tribology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,science, -connectivism,connectivism,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -magento,magento,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -theoretical-physics,Theoretical Physics,https://images.unsplash.com/photo-1485120819915-91622ebd2d00?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,physics, -heat,heat,https://images.unsplash.com/photo-1498107955204-2c0d22dfce3a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -safety,safety,https://images.unsplash.com/photo-1465516048418-1f9a3db97c6d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dynamical-systems,dynamical-systems,https://images.unsplash.com/photo-1518807413368-45b75d428695?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -skepticism,skepticism,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -mining,mining,https://images.unsplash.com/photo-1568502389223-17ca38ed74a5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -f-matthias-alexander,f-matthias-alexander,https://images.unsplash.com/photo-1542998743-2802ddce8226?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -microservices,microservices,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -michael-barrier,michael-barrier,https://images.unsplash.com/photo-1583420320958-ad598ec7cb5c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -real-analysis,real-analysis,https://images.unsplash.com/photo-1557804483-ef3ae78eca57?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -graphene,graphene,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -owned,owned,https://images.unsplash.com/photo-1534988333262-c455b9332e52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -safi-bahcall,safi-bahcall,https://images.unsplash.com/photo-1580814488124-a51a55dfe829?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -human-body,human-body,https://images.unsplash.com/flagged/photo-1585257939818-5abce1c3ec6f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,biology, -l-st,l-st,https://images.unsplash.com/photo-1590846083693-f23fdede3a7e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -genetics,genetics,https://images.unsplash.com/photo-1583912086005-ac9abca6c9db?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-ch-wu,john-ch-wu,https://images.unsplash.com/photo-1564592285799-242621f5c74e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/tla,programming-languages/tla,https://images.unsplash.com/photo-1590533659054-f992b4aa287e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -gdpr,gdpr,https://images.unsplash.com/photo-1523274620588-4c03146581a1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -category-theory,category-theory,https://images.unsplash.com/photo-1543855549-4ab79f1860b8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kenneith-craik,kenneith-craik,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -fire,fire,https://images.unsplash.com/photo-1577393724023-0bec7e4db613?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -intuit,intuit,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -nassim-taleb,nassim-taleb,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -copart,copart,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -schlumberger,schlumberger,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -zillow,zillow,https://images.unsplash.com/photo-1592428795366-6e96d8e35fad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nucor,nucor,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -epictetus,epictetus,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -bookshelf,bookshelf,https://images.unsplash.com/photo-1524401597352-ec4463663233?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -engineering-mathematics,engineering-mathematics,https://images.unsplash.com/photo-1596496356933-9b6e0b186b88?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mathematics, -groundscape,groundscape,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -sustainbility,sustainbility,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -stephen-king,stephen-king,https://images.unsplash.com/photo-1574099698592-9df0e9f19f3a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -french-literature,french-literature,https://images.unsplash.com/photo-1558038785-10eab3e800ab?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -no-torrent,no-torrent,https://images.unsplash.com/photo-1521004959888-f7519c886bda?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -new-adult,new-adult,https://images.unsplash.com/photo-1505051576915-9ae50ccadd43?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -childhood,childhood,https://images.unsplash.com/photo-1502086223501-7ea6ecd79368?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -no-interest,no-interest,https://images.unsplash.com/photo-1564936198662-24d3e4875ceb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -post-apocalyptic,post-apocalyptic,https://images.unsplash.com/photo-1586417353309-b3f588968b1c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -clinical-research,clinical-research,https://images.unsplash.com/photo-1583912267410-423b923daf61?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -adam-grant,adam-grant,https://images.unsplash.com/flagged/photo-1579268351234-073f85929562?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -languages/malayalam,languages/malayalam,https://images.unsplash.com/photo-1525571453712-090270b8354f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,language, -game-theory,game-theory,https://images.unsplash.com/photo-1518655061710-5ccf392c275a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -reputation,reputation,https://images.unsplash.com/photo-1548778052-311f4bc2b502?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -electrical-engineering,electrical-engineering,https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -homeopathy,homeopathy,https://images.unsplash.com/photo-1564683214962-52b57efcd9ff?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gary-zukav,gary-zukav,https://images.unsplash.com/photo-1519036198581-988820d3bc2b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kevin-kelly,kevin-kelly,https://images.unsplash.com/photo-1575388800910-0b9ef1cc48d2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -structural-analysis,structural-analysis,https://images.unsplash.com/3/doctype-hi-res.jpg?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dan-harris,dan-harris,https://images.unsplash.com/photo-1498605493985-d7d7593f905b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/india/education,nations/india/education,https://images.unsplash.com/photo-1597691925518-c60de735166a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -penrose-tiling,penrose-tiling,https://images.unsplash.com/photo-1526668520977-ce600fdb7479?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -childrens,childrens,https://images.unsplash.com/photo-1513807016779-d51c0c026263?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -martin-ford,martin-ford,https://images.unsplash.com/photo-1551557479-80682eb12a86?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sculpture,sculpture,https://images.unsplash.com/photo-1562112945-bba9c2f08728?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -new-science,new-science,https://images.unsplash.com/flagged/photo-1574668012338-8ff683e6b2ce?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sports/table-tennis,sports/table-tennis,https://images.unsplash.com/photo-1593786481097-cf281dd12e9e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -math,math,https://images.unsplash.com/photo-1597599354513-e1e8a3c565cb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nuclear-physics,nuclear-physics,https://images.unsplash.com/photo-1567665075698-e8e5788d1bea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,physics, -literary-criticism,literary-criticism,https://images.unsplash.com/photo-1534988333262-c455b9332e52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -books-reading,books-reading,https://images.unsplash.com/photo-1525465307453-c05aed978473?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -classics,classics,https://images.unsplash.com/photo-1589782190815-9c8621e7c009?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -just-archi-things,just-archi-things,https://images.unsplash.com/photo-1511745604865-bfc13388a4f9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -superconductivity,superconductivity,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -abstract-algebra,abstract-algebra,https://images.unsplash.com/photo-1578589301857-8c662e4bfe99?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mathematics, -ux,ux,https://images.unsplash.com/photo-1531403009284-440f080d1e12?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -butterflies,butterflies,https://images.unsplash.com/photo-1460321656679-b03b7a5ca9a5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -musical-instruments/flute,musical-instruments/flute,https://images.unsplash.com/photo-1564883585098-a673507f49a0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vnbookdrive2016,vnbookdrive2016,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -air-purification,air-purification,https://images.unsplash.com/photo-1525072790682-b377ff1fa060?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ftww,ftww,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -richard-feynman,richard-feynman,https://images.unsplash.com/photo-1589495113817-c22c09bfdc37?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -horus-heresy,horus-heresy,https://images.unsplash.com/photo-1557640047-75c97a5f1ea4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -3-ha,3-ha,https://images.unsplash.com/photo-1565113052756-7b5e771d3f89?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -my-library,my-library,https://images.unsplash.com/photo-1593173945705-d6451ed5909a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -galois-theory,galois-theory,https://images.unsplash.com/photo-1500021804447-2ca2eaaaabeb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,abstract-algebra, -actually-wtr,actually-wtr,https://images.unsplash.com/photo-1506365064873-667adaf59c0b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -to-go-thru,to-go-thru,https://images.unsplash.com/photo-1572914339845-2e9f27bfd952?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -female-authors,female-authors,https://images.unsplash.com/photo-1553484771-689277e6fa16?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -partition,partition,https://images.unsplash.com/photo-1563762810562-b581fed96ec8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -social-issues,social-issues,https://images.unsplash.com/photo-1591622180707-5d64f8113354?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -romans,romans,https://images.unsplash.com/photo-1532969476555-7a4eb819a357?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -brenda-jackson,brenda-jackson,https://images.unsplash.com/photo-1514512319544-49da21bbc3ba?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nobel-prize,nobel-prize,https://images.unsplash.com/photo-1557492993-01989e8ed6d7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -to-go-thru-c,to-go-thru-c,https://images.unsplash.com/photo-1572954889228-2b12a55144d1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -french,french,https://images.unsplash.com/photo-1542901688-8494f54412a4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -m-m,m-m,https://images.unsplash.com/photo-1552338724-9e4e8a5c23a7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lisp,lisp,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -top-10-non-fiction-to-buy,top-10-non-fiction-to-buy,https://images.unsplash.com/photo-1532329074822-a2c69a08ab70?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -i-own,i-own,https://images.unsplash.com/photo-1590962374489-48690a0bdbb9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -e-books,e-books,https://images.unsplash.com/photo-1557128301-4287b02e30b4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -plays,plays,https://images.unsplash.com/photo-1594476919465-f666bd0520d0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -swedish,swedish,https://images.unsplash.com/photo-1584269165356-2682cb20b88d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nicholas-sparks,nicholas-sparks,https://images.unsplash.com/photo-1591875798993-584b84f8703e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/r,programming-languages/r,https://images.unsplash.com/photo-1581532312630-8c6dfd7b4bb6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -to-get,to-get,https://images.unsplash.com/photo-1574429945409-67aed6513499?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mystery,mystery,https://images.unsplash.com/photo-1571031600846-c399f4f9e82b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -james-patterson,james-patterson,https://images.unsplash.com/photo-1568638660426-ef91d2414535?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -the-venus-project,the-venus-project,https://images.unsplash.com/photo-1559923679-89100abd2bb3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -spanish,spanish,https://images.unsplash.com/photo-1533563997972-a04f420ffc2a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -grandpa-s-books,grandpa-s-books,https://images.unsplash.com/photo-1591173336464-6fad77f2baf0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -calibre,calibre,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -antibiotic-resistance,antibiotic-resistance,https://images.unsplash.com/photo-1591848478625-de43268e6fb8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -intel,intel,https://images.unsplash.com/photo-1513366976578-e01c21fb9c76?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/swift,programming-languages/swift,https://images.unsplash.com/photo-1550592704-6c76defa9985?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/d,programming-languages/d,https://images.unsplash.com/photo-1532294220147-279399e4e00f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -technology,technology,https://images.unsplash.com/photo-1477013743164-ffc3a5e556da?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/matlab,programming-languages/matlab,https://images.unsplash.com/photo-1557324232-b8917d3c3dcb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/kotlin,programming-languages/kotlin,https://images.unsplash.com/photo-1424115087662-5845efc6b366?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/visual-basic,programming-languages/visual-basic,https://images.unsplash.com/photo-1565884280295-98eb83e41c65?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/prolog,programming-languages/prolog,https://images.unsplash.com/photo-1565665643598-b888bfb550c0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -to-be-shelved-digitally,to-be-shelved-digitally,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -programming-languages/dotnet,programming-languages/dotnet,https://images.unsplash.com/photo-1517673132405-a56a62b18caf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/smalltalk,programming-languages/smalltalk,https://images.unsplash.com/photo-1509114859430-5f2c74177f4b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -econometrics,econometrics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,economics, -programming-languages/css,programming-languages/css,https://images.unsplash.com/photo-1489389944381-3471b5b30f04?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -03-words,03-words,https://images.unsplash.com/photo-1545264835-3e14e4dae383?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/scratch,programming-languages/scratch,https://images.unsplash.com/photo-1522661067900-ab829854a57f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -nyc,nyc,https://images.unsplash.com/photo-1581970560075-c0f568d76d0f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/snap,programming-languages/snap,https://images.unsplash.com/photo-1589395937658-0557e7d89fad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/html,programming-languages/html,https://images.unsplash.com/photo-1489389944381-3471b5b30f04?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/scala,programming-languages/scala,https://images.unsplash.com/photo-1585937777498-c0abcfe1bf17?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/perl,programming-languages/perl,https://images.unsplash.com/photo-1534612368275-e4cfd0f21b2d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/assembly,programming-languages/assembly,https://images.unsplash.com/photo-1589792923910-d9e81a470d11?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -gis,gis,https://images.unsplash.com/photo-1529566193698-bc394165d541?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -english-class,english-class,https://images.unsplash.com/photo-1595555423621-d2f352a0f00f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/dart,programming-languages/dart,https://images.unsplash.com/photo-1518548235008-15c2e3a4fdd3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -essays,essays,https://images.unsplash.com/photo-1528309709027-c6f96afc9415?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/octave,programming-languages/octave,https://images.unsplash.com/photo-1517694712202-14dd9538aa97?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/uml,programming-languages/uml,https://images.unsplash.com/photo-1565116175827-64847f972a3f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -cookbooks,cookbooks,https://images.unsplash.com/photo-1586250300376-bee39fc56013?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -letters,letters,https://images.unsplash.com/photo-1519162721257-18cd195350c2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -geometry,geometry,https://images.unsplash.com/photo-1560492315-71b329dc02a5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mathematics, -american-history,american-history,https://images.unsplash.com/photo-1590909873489-0dc3b769f9ba?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/php,programming-languages/php,https://images.unsplash.com/photo-1535551951406-a19828b0a76b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/java,programming-languages/java,https://images.unsplash.com/photo-1555949963-ff9fe0c870eb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/nativescript,programming-languages/nativescript,https://images.unsplash.com/photo-1590563482839-b4212571b456?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/software,programming-languages/software,https://images.unsplash.com/photo-1555949963-aa79dcee981c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -immunology,immunology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -zettelkasten,Zettelkasten,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -larry-bird,larry-bird,https://images.unsplash.com/photo-1592620422077-f0a85319ee4b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -spectroscopy,spectroscopy,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -roads,roads,https://images.unsplash.com/photo-1554238201-df3f1cf5fed7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,civil-engineering, -breathing,breathing,https://images.unsplash.com/photo-1591343396433-d3acb61142f7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -wl-gore,wl-gore,https://images.unsplash.com/photo-1511715642729-6ae820d8d586?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -israel,israel,https://images.unsplash.com/photo-1468933830971-f23a76150ee6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -manufacturing,manufacturing,https://images.unsplash.com/photo-1593106422057-24da4259b3c1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -paul-graham,paul-graham,https://images.unsplash.com/photo-1494359533274-fed2703039a7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -public-health,public-health,https://images.unsplash.com/photo-1579544757872-ce8f6af30e0f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cycling,cycling,https://images.unsplash.com/photo-1512588966017-9add7f6bee7c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tangram,Tangram,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -smalltalk,smalltalk,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -book-cart,book-cart,https://images.unsplash.com/photo-1544172802-b338a3003e48?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/windows,software-tools/windows,https://images.unsplash.com/photo-1580983219883-8463619d50e5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,computers, -health,health,https://images.unsplash.com/photo-1502740479091-635887520276?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -geography,geography,https://images.unsplash.com/photo-1579818136210-457ff9197a99?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -historie,historie,https://images.unsplash.com/photo-1597175579909-62af6b71354b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -geochemistry,geochemistry,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -language,Languages,https://images.unsplash.com/photo-1585521551675-64daba4ba31e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -probability,probability,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,mathematics, -mathematics,mathematics,https://images.unsplash.com/photo-1548691905-57c36cc8d935?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,,1 -aviation,aviation,https://images.unsplash.com/photo-1560952860-2a06028bab16?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -complexity-science,complexity-science,https://images.unsplash.com/photo-1555952494-efd681c7e3f9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,science, -economics,economics,https://images.unsplash.com/photo-1475275083424-b4ff81625b60?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,humanities, -marketing,marketing,https://images.unsplash.com/photo-1448932223592-d1fc686e76ea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,business, -software-tools/awk,Software Tools/Awk,https://images.unsplash.com/photo-1564085317-2abb668f398c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -civil-engineering,civil-engineering,https://images.unsplash.com/photo-1570388282255-bf3267e6be2b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -penguins,penguins,https://images.unsplash.com/photo-1575677935416-510b781932af?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fiction-writing,Fiction writing,https://images.unsplash.com/photo-1516979187457-637abb4f9353?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,writing, -literature,literature,https://images.unsplash.com/photo-1475243907012-e01b4e4b0a1b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,humanities, -origami,Origami,https://images.unsplash.com/photo-1562173272-edd6186e492b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mcat,mcat,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -sudoku,Sudoku,https://images.unsplash.com/photo-1586030301401-54386553db94?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -russells-paradox,Russells paradox,https://images.unsplash.com/photo-1597271288176-2fccc06c6bd9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rory-gilmore-reading-challenge,rory-gilmore-reading-challenge,https://images.unsplash.com/photo-1506880018603-83d5b814b5a6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -science-tech,science-tech,https://images.unsplash.com/photo-1585252522525-4f9ad48a24ea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -african-lit,african-lit,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -misc,misc,https://images.unsplash.com/photo-1587250596956-b708d6293843?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -to-read-health,to-read-health,https://images.unsplash.com/photo-1525740353756-92f4fbde1625?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -got-it,got-it,https://images.unsplash.com/photo-1560083015-a55ce3e1c794?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -books-to-buy,books-to-buy,https://images.unsplash.com/photo-1565371434285-a35832a6586a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -flying,flying,https://images.unsplash.com/photo-1573668229794-f4a165342276?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -obama,obama,https://images.unsplash.com/photo-1596936273467-b3af0c82af7a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -3d-modeling,3d-modeling,https://images.unsplash.com/photo-1563520239648-a24e51d4b570?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -topology,topology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,mathematics, -coordinate-plane,Coordinate plane,https://images.unsplash.com/photo-1517933508318-acc52a49cc04?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nr,nr,https://images.unsplash.com/photo-1579792808953-85b3438c450d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bought,bought,https://images.unsplash.com/photo-1582825668920-387a26133522?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nonf,nonf,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -01-bios,01-bios,https://images.unsplash.com/photo-1517486518908-97a5f91b325f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -survival,survival,https://images.unsplash.com/photo-1519196215731-1d6799ca0ec2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -social-science,social-science,https://images.unsplash.com/photo-1584714268709-c3dd9c92b378?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,humanities, -psychology,psychology,https://images.unsplash.com/photo-1586988173880-26495e2abdad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,humanities, -history,history,https://images.unsplash.com/photo-1563198797-547e2c424711?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,humanities, -books-i-own,books-i-own,https://images.unsplash.com/photo-1591102179895-013b2e813758?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -spatial,spatial,https://images.unsplash.com/photo-1518655061710-5ccf392c275a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david-s-books,david-s-books,https://images.unsplash.com/photo-1585814363925-ee186f127ecc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -netgalley,netgalley,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -carl-sagan,carl-sagan,https://images.unsplash.com/photo-1526914877665-81e9d4ff2c3e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/roam,Software Tools/Roam,https://images.unsplash.com/photo-1579291465619-36677919aa62?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sil,sil,https://images.unsplash.com/photo-1509222413196-40eb6b6b96e2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -0-2021,0-2021,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -blinkist,blinkist,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -box,box,https://images.unsplash.com/photo-1595054225874-7d2315262e73?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -polymer-chemistry,polymer-chemistry,https://images.unsplash.com/photo-1581093448798-fa7eab922c96?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -statistical-mechanics,statistical-mechanics,https://images.unsplash.com/photo-1527536695305-3606019ecfe1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -eye-tracking,eye-tracking,https://images.unsplash.com/photo-1525665008801-afe81a603c8f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -anarchism,Anarchism,https://images.unsplash.com/photo-1596221872969-cba21758899f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -insects,insects,https://images.unsplash.com/photo-1551089868-d350fcd2d907?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mba,mba,https://images.unsplash.com/photo-1590305427954-bfad6e2cba31?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -automotive-engineering,automotive-engineering,https://images.unsplash.com/photo-1585032083826-2f87ca6a0472?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -adventure,adventure,https://images.unsplash.com/photo-1570829508339-0be6c7789cbe?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,hobbies, -software-tools/spss,software-tools/spss,https://images.unsplash.com/photo-1543198061-6447314a6164?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -automata,automata,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -activitypub,ActivityPub,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -evolutionary-computing,evolutionary-computing,https://images.unsplash.com/photo-1578286788444-8c1487fcd823?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bioproces-engineering,bioproces-engineering,https://images.unsplash.com/photo-1581093197011-33b09cc88088?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -productivity,productivity,https://images.unsplash.com/photo-1588767904389-0dd859d11a2b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,personal-development, -people-management,people-management,https://images.unsplash.com/photo-1590006137741-5f5892ce5635?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,business, -personal-branding,personal-branding,https://images.unsplash.com/photo-1557804483-ef3ae78eca57?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,personal-development, -reading,reading,https://images.unsplash.com/photo-1507218004669-73465b679532?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,learning, -data,data,https://images.unsplash.com/photo-1526593714223-37c814d5aea9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -athletics,athletics,https://images.unsplash.com/photo-1531085587519-0210270e7cda?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,sports, -data-mining,data-mining,https://images.unsplash.com/photo-1520296644780-7c50f66cc421?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -addiction,Addiction,https://images.unsplash.com/photo-1579155998883-ed18bd27ab58?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -biomechanics,biomechanics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -bubbles,bubbles,https://images.unsplash.com/photo-1494089485674-58d629422074?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/france,nations/france,https://images.unsplash.com/photo-1521050356706-046c65817940?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -atomic-physics,Atomic Physics,https://images.unsplash.com/photo-1567664883526-8f401f277a27?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,physics, -programming-languages/ruby,Ruby,https://images.unsplash.com/photo-1560884482-62010016d7c3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -statistics,statistics,https://images.unsplash.com/photo-1518186233392-c232efbf2373?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mathematics, -aphorisms,aphorisms,https://images.unsplash.com/photo-1584921466621-d3a283cd3744?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -personal-library,Personal Library,https://images.unsplash.com/photo-1582136037945-01476f18989a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -christian-life,christian-life,https://images.unsplash.com/photo-1564136365567-c6c7a836dee7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -patents,patents,https://images.unsplash.com/photo-1591884807235-1dc6c2e148b1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -quantum-computing,quantum-computing,https://images.unsplash.com/photo-1589149098258-3e9102cd63d3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -murray-gell-mann,murray-gell-mann,https://images.unsplash.com/photo-1596203542547-45c3581b1cb0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -latin-america,latin-america,https://images.unsplash.com/photo-1543342140-668798b54578?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rhinosinusitis,rhinosinusitis,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -matrix,matrix,https://images.unsplash.com/photo-1583167462579-5df2ca99e1b8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sign-language,sign-language,https://images.unsplash.com/photo-1489945052260-4f21c52268b9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -computer-architecture,computer-architecture,https://images.unsplash.com/photo-1561262280-8d0df7772ac4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,computer-science, -data-analysis,data-analysis,https://images.unsplash.com/photo-1543286386-2e659306cd6c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -design,design,https://images.unsplash.com/photo-1567225557594-88d73e55f2cb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -non-fiction-general,non-fiction-general,https://images.unsplash.com/photo-1582750433449-648ed127bb54?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/office365,software-tools/office365,https://images.unsplash.com/photo-1580983558189-84200466afb8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -james-stewart,james-stewart,https://images.unsplash.com/photo-1523973740062-18e700e8da35?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hist,hist,https://images.unsplash.com/photo-1547057162-59867b691afb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -oprah-s-book-club,oprah-s-book-club,https://images.unsplash.com/photo-1593485552030-019bfbf6ee1d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -book-club,book-club,https://images.unsplash.com/photo-1573488721809-e0f256ad3ad8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -scandinavia,scandinavia,https://images.unsplash.com/photo-1562103608-104fa5589661?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -parallel-computing,parallel-computing,https://images.unsplash.com/photo-1522115900503-5dc493006ffd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -additive-manufacturing,additive-manufacturing,https://images.unsplash.com/photo-1587447640071-1c9b988022a2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations,Nations,https://images.unsplash.com/photo-1444664361762-afba083a4d77?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dominican-writers,dominican-writers,https://images.unsplash.com/photo-1574048762035-b14395932714?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -partial-differential-equations,partial-differential-equations,https://images.unsplash.com/photo-1591211572473-b6513656e47a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -astronautics,astronautics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -analysis,analysis,https://images.unsplash.com/photo-1576669801775-ff43c5ab079d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -analytical-geometry,analytical-geometry,https://images.unsplash.com/photo-1517408797331-6c43ce21626c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -systems-programming,systems-programming,https://images.unsplash.com/photo-1591453089343-9ee5e4ac7e2d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -policing,policing,https://images.unsplash.com/photo-1591156837884-804eff4109b5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stability-and-control,stability-and-control,https://images.unsplash.com/photo-1588676906774-ef2c5c5872f8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -torture,torture,https://images.unsplash.com/photo-1566201128277-25760ab4c338?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -modelling,modelling,https://images.unsplash.com/photo-1588665956239-93e79a9de8eb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -weight-management,weight-management,https://images.unsplash.com/photo-1520792532857-293bd046307a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,health, -bioethics,bioethics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -fourier-analysis,fourier-analysis,https://images.unsplash.com/photo-1579154341184-22069e4614d2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -auditing,auditing,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -argumentation-theory,argumentation-theory,https://images.unsplash.com/photo-1559323516-be2f83ce450b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -decision-making,decision-making,https://images.unsplash.com/photo-1521714161819-15534968fc5f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,thinking, -cyber-physical-systems,cyber-physical-systems,https://images.unsplash.com/photo-1581578017093-cd30fce4eeb7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -manifolds,manifolds,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -medical-ethics,medical-ethics,https://images.unsplash.com/photo-1578496780896-7081cc23c111?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -phd,phd,https://images.unsplash.com/photo-1548674466-546e78763edf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -business-ethics,business-ethics,https://images.unsplash.com/photo-1569229569803-69384f5efa83?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -thermodynamics,thermodynamics,https://images.unsplash.com/photo-1528227436006-bf774de37e4d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,science, -manga,manga,https://images.unsplash.com/photo-1515137519421-fe7758e1d27e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -western,western,https://images.unsplash.com/photo-1560339795-43309a7a8e30?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -aerodynamics,aerodynamics,https://images.unsplash.com/photo-1549863815-762e7badda60?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -modern-algebra,modern-algebra,https://images.unsplash.com/photo-1579195295871-096b9aed8724?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bitcoin,bitcoin,https://images.unsplash.com/photo-1554260570-e9689a3418b8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -india,india,https://images.unsplash.com/photo-1589360041338-2143448e5c80?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -languages/esperanto,languages/esperanto,https://images.unsplash.com/photo-1472220625704-91e1462799b2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -coherence,coherence,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -food,food,https://images.unsplash.com/photo-1547129691-e50363083b1a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -radiation,radiation,https://images.unsplash.com/photo-1576670262762-de61b90aabf4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -turkish-literature,turkish-literature,https://images.unsplash.com/photo-1531162805941-58330188d75c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-wooden,john-wooden,https://images.unsplash.com/photo-1496098291177-07c5b79abee9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/china/business,nations/china/business,https://images.unsplash.com/photo-1558981105-dc419adc32b1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/ocaml,programming-languages/ocaml,https://images.unsplash.com/photo-1488254491307-10ca8fa174c8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -john-conway,John Conway,https://images.unsplash.com/photo-1585698618018-6eb8a1cc6952?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vegetarianism,vegetarianism,https://images.unsplash.com/photo-1465799411029-5a317ff17837?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -trademark,trademark,https://images.unsplash.com/photo-1553532910-d129644cad49?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -walmart,walmart,https://images.unsplash.com/photo-1528399783831-8318d62d10e5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cooking,cooking,https://images.unsplash.com/photo-1592797592479-61cbb29e3538?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,hobbies, -indian-philosophy,Indian Philosophy,https://images.unsplash.com/photo-1477240489935-6c96abea2aba?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,philosophy, -film,film,https://images.unsplash.com/photo-1484253292651-6e940b0a0e26?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,humanities, -programming-languages/python,programming-languages/python,https://images.unsplash.com/photo-1555949963-ff9fe0c870eb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -robert-kurson,robert-kurson,https://images.unsplash.com/photo-1561638762-4ed040864cda?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -h1n1,h1n1,https://images.unsplash.com/photo-1580377968154-e234b38fcf9d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -traveling-salesman-problem,traveling-salesman-problem,https://images.unsplash.com/photo-1543746746-46047c4f4bb0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -winter-2017-nonfiction,winter-2017-nonfiction,https://images.unsplash.com/photo-1513633220151-48d746a2ce7a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -duncan-clark,duncan-clark,https://images.unsplash.com/photo-1564498422995-b4f0f39e9ee1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -biochemical-engineering,biochemical-engineering,https://images.unsplash.com/photo-1580983229534-087ff665c051?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dwight-eisenhower,dwight-eisenhower,https://images.unsplash.com/photo-1596139089157-ac4ad50fccab?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -intellectual-property,intellectual-property,https://images.unsplash.com/photo-1493579706121-60161eb06eeb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -michael-moritz,michael-moritz,https://images.unsplash.com/photo-1545858074-a4bae2d8017c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -steve-jobs,steve-jobs,https://images.unsplash.com/photo-1571423139627-eefa612db5b1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mathematical-thinking,mathematical-thinking,https://images.unsplash.com/photo-1523283224234-07d5b6463f30?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,thinking, -lama-surya-das,lama-surya-das,https://images.unsplash.com/photo-1561409037-5d7c064238bd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -desmond-tutu,desmond-tutu,https://images.unsplash.com/photo-1519688581790-17c0c4508294?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -thich-nhat-hanh,thich-nhat-hanh,https://images.unsplash.com/photo-1560844713-23298ab5e402?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/coq,programming-languages/coq,https://images.unsplash.com/photo-1505489501961-3f42fecbe65a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -first-world-war,first-world-war,https://images.unsplash.com/photo-1585415342048-dda4844d8d52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/argentina,nations/argentina,https://images.unsplash.com/photo-1585039678146-f81c4066fa0b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/egypt,nations/egypt,https://images.unsplash.com/photo-1530549424539-93059dc65a01?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -computer-networking,computer-networking,https://images.unsplash.com/photo-1576267423445-b2e0074d68a4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,computer-science, -political-science,political-science,https://images.unsplash.com/photo-1569326513472-830f1004d420?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,humanities, -data-science/software-tools/excel,data-science/software-tools/excel,https://images.unsplash.com/photo-1558903619-229c7bfcf634?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rugby,rugby,https://images.unsplash.com/photo-1574618529433-ab11e5f3d962?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,sports, -blake-masters,blake-masters,https://images.unsplash.com/photo-1535569807835-01fd773379ad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kleiner-perkins,kleiner-perkins,https://images.unsplash.com/photo-1584371577692-2696f6e7a88a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -entertainment,entertainment,https://images.unsplash.com/photo-1499364615650-ec38552f4f34?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tim-ferriss,tim-ferriss,https://images.unsplash.com/photo-1565777078232-a10610205e8b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -giorgio-vasari,giorgio-vasari,https://images.unsplash.com/photo-1564603852786-7a7b5f53322d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -research,research,https://images.unsplash.com/photo-1561481006-40fb19b8ecf6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -neal-stephenson,neal-stephenson,https://images.unsplash.com/photo-1593033629055-9df27865db19?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cardiovascular-diseases,cardiovascular-diseases,https://images.unsplash.com/photo-1582719366768-de4481b828ce?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -human-trafficking,human-trafficking,https://images.unsplash.com/photo-1596465523271-f3966a4770c1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -semiconductors,semiconductors,https://images.unsplash.com/photo-1574232889174-1a6051231cf6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stochastic-processes,stochastic-processes,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -biotechnology,biotechnology,https://images.unsplash.com/photo-1582719471327-5bd41fcf7f7f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -peter-diamandis,peter-diamandis,https://images.unsplash.com/photo-1587310385728-9000d17c2ee2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -money-markets,money-markets,https://images.unsplash.com/photo-1565514020179-026b92b84bb6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rory-sutherland,rory-sutherland,https://images.unsplash.com/photo-1590562107226-c3a49e38d88b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bain,bain,https://images.unsplash.com/photo-1566116954707-99fa19f957d4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -power,power,https://images.unsplash.com/photo-1451847251646-8a6c0dd1510c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -data-general,data-general,https://images.unsplash.com/photo-1451187580459-43490279c0fa?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david-perlmutter,david-perlmutter,https://images.unsplash.com/photo-1559564100-08eac4679dc5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -animals,animals,https://images.unsplash.com/photo-1482642302383-7ba0f8012849?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,biology, -languages/japanese,languages/japanese,https://images.unsplash.com/photo-1534988333262-c455b9332e52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -languages/chinese,languages/chinese,https://images.unsplash.com/photo-1597559660288-29a2e2518036?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,language, -don-miguel-ruiz,don-miguel-ruiz,https://images.unsplash.com/photo-1567383942809-b379a0fd8b94?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -how-to-live-life,how-to-live-life,https://images.unsplash.com/photo-1507778031059-d74c30b52585?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bacteria,bacteria,https://images.unsplash.com/photo-1583324113900-5de25534bb2f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/salesforce,software-tools/salesforce,https://images.unsplash.com/photo-1596090106254-d10d2ec1342f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -william-manchester,william-manchester,https://images.unsplash.com/photo-1495731010614-d8695afaa183?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -corporate-finance,corporate-finance,https://images.unsplash.com/photo-1427751840561-9852520f8ce8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -default,default,https://images.unsplash.com/photo-1523730205978-59fd1b2965e3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -media-management,media-management,https://images.unsplash.com/photo-1526492664619-72c7c4c62835?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -elliot-aronson,elliot-aronson,https://images.unsplash.com/photo-1580137649459-2c1c1c3ce339?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/android,software-tools/android,https://images.unsplash.com/photo-1596831749402-783c83a82655?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -genetic-engineering,genetic-engineering,https://images.unsplash.com/photo-1576089388754-68c54a863b60?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -russia,russia,https://images.unsplash.com/photo-1530006610753-22cf4939ed63?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/matlab,software-tools/matlab,https://images.unsplash.com/photo-1594300978785-1824616e0ab9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -photography,photography,https://images.unsplash.com/photo-1542567454-f49841f2cd83?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,hobbies, -fluid-therapy,fluid-therapy,https://images.unsplash.com/photo-1584277385459-62398de877d0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -louis-f-swift,louis-f-swift,https://images.unsplash.com/photo-1536850014345-79fffb742830?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -emerging-markets,emerging-markets,https://images.unsplash.com/photo-1590488270391-cec6f9563ae3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -steven-pinker,steven-pinker,https://images.unsplash.com/photo-1565318746255-f55e16f5f912?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mental-health,mental-health,https://images.unsplash.com/photo-1587815280777-90694ad8c4ac?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -building-information-modeling,building-information-modeling,https://images.unsplash.com/photo-1593151280094-6158f58491e4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -marketplaces,marketplaces,https://images.unsplash.com/photo-1535064389948-5c28f3533279?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fluids,fluids,https://images.unsplash.com/photo-1545402341-90b58cb31b1f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bill-campbell,bill-campbell,https://images.unsplash.com/photo-1554768803-2ae381da5645?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -paper,paper,https://images.unsplash.com/photo-1561330981-ca39aff2b8aa?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -brain-computer-interface,brain-computer-interface,https://images.unsplash.com/photo-1580460848325-6b8d06d628cc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -formal-concept-analysis,formal-concept-analysis,https://images.unsplash.com/photo-1518186233392-c232efbf2373?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -golder-ratio,golder-ratio,https://images.unsplash.com/photo-1575096865054-07396378e082?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -suzy-giordano,suzy-giordano,https://images.unsplash.com/photo-1523053030199-19a46754261d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -frederick-taylor-gates,frederick-taylor-gates,https://images.unsplash.com/photo-1554001248-5cb197f401b0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -adolescent-health,adolescent-health,https://images.unsplash.com/photo-1500099817043-86d46000d58f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -ralph-stayer,ralph-stayer,https://images.unsplash.com/photo-1517701848373-805868efd0ac?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -darrell-huff,darrell-huff,https://images.unsplash.com/photo-1581711190374-2f5dab086636?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mikael-krogerus,mikael-krogerus,https://images.unsplash.com/photo-1461988625982-7e46a099bf4f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/app-inventor,software-tools/app-inventor,https://images.unsplash.com/photo-1562894252-7b102e5d10a5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -perfect-pitch,Perfect Pitch,https://images.unsplash.com/photo-1527147949440-77550c392a2c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -recommended,recommended,https://images.unsplash.com/photo-1595742084771-1c37ffdd7f1e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/hyperledger,software-tools/hyperledger,https://images.unsplash.com/photo-1592374946121-53189a628b7f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nihilism,Nihilism,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -internet,internet,https://images.unsplash.com/photo-1568910748155-01ca989dbdd6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -immigration,immigration,https://images.unsplash.com/photo-1510786975811-fe8c5fc62e7a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,humanities, -ideas,ideas,https://images.unsplash.com/photo-1575163717297-3da24b5a8bbc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -systems,systems,https://images.unsplash.com/photo-1581686676089-688615db5cea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -robert-pirsig,robert-pirsig,https://images.unsplash.com/photo-1522003878398-14c13adf3c5d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -starlink,starlink,https://images.unsplash.com/photo-1587465665311-cff60ece0291?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -beauty,beauty,https://images.unsplash.com/photo-1522337660859-02fbefca4702?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -medicinal-chemistry,medicinal-chemistry,https://images.unsplash.com/photo-1585406777536-626aee43d377?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -marshall-van-alstyne,marshall-van-alstyne,https://images.unsplash.com/photo-1561871733-c471d5642fad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alzheimers,alzheimers,https://images.unsplash.com/photo-1559757175-5700dde675bc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -brian-bares,brian-bares,https://images.unsplash.com/photo-1516018648631-0a79b7ea609c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mooc,mooc,https://images.unsplash.com/photo-1588912914074-b93851ff14b8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -visual-arts,visual-arts,https://images.unsplash.com/photo-1550294791-9db6f094384c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -health-informatics,health-informatics,https://images.unsplash.com/photo-1575468332949-4bd46064dd66?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -irrigation,irrigation,https://images.unsplash.com/photo-1439871620334-14eeea2d4fde?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -francois-jullien,francois-jullien,https://images.unsplash.com/photo-1534568292380-49954e6859e8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -data-centers,data-centers,https://images.unsplash.com/photo-1592477725143-2e57dc728f0a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -liberty,liberty,https://images.unsplash.com/photo-1428976343495-f2c66e701b2b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -exponentials,exponentials,https://images.unsplash.com/photo-1563464284524-8229f8bcd56f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -photons,photons,https://images.unsplash.com/photo-1583394885876-f7744b77051f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -spectrometry,spectrometry,https://images.unsplash.com/photo-1579165467219-b648fd10237e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -wordpress,Wordpress,https://images.unsplash.com/photo-1560472355-109703aa3edc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -motors,motors,https://images.unsplash.com/photo-1545061371-98a8355c9c0d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -startups,startups,https://images.unsplash.com/photo-1567105583350-8d56f6cb4513?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,business, -agricultural-engineering,Agricultural Engineering,https://images.unsplash.com/photo-1554769945-af468c934022?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -richard-liu-qiangdong,richard-liu-qiangdong,https://images.unsplash.com/photo-1541739358-9f3a2a3b6559?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/microsoft,software-tools/microsoft,https://images.unsplash.com/photo-1595307690967-8cc3bf4dbd9f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -creep,creep,https://images.unsplash.com/photo-1541963687243-a314178d14f0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -home-depot,home-depot,https://images.unsplash.com/photo-1508248073176-8032d6408cb1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -duty-free-shoppers,duty-free-shoppers,https://images.unsplash.com/photo-1513097847644-f00cfe868607?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -public-policy,public-policy,https://images.unsplash.com/photo-1585509954927-36cfc5f99c3e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -organization,organization,https://images.unsplash.com/photo-1595547131329-3bc81af45c47?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -trading,trading,https://images.unsplash.com/photo-1517424788495-0d03ec42e244?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -autobiography,autobiography,https://images.unsplash.com/photo-1554357395-dbdc356ca5da?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -publius-syrus,publius-syrus,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -nations/denmark,nations/denmark,https://images.unsplash.com/photo-1595666726330-5975a5bdd03d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -trademarks,trademarks,https://images.unsplash.com/photo-1597541816115-ff0eb8b75aec?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,business, -giving,giving,https://images.unsplash.com/photo-1588774580515-f9d4fd1aa1c5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -increasing-returns,increasing-returns,https://images.unsplash.com/photo-1564939558297-fc396f18e5c7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -forests,forests,https://images.unsplash.com/photo-1517265210433-b9e72acace29?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -life-cycle-assessment,life-cycle-assessment,https://images.unsplash.com/photo-1566505263489-0f08533b4d1e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -permutation-and-combination,permutation-and-combination,https://images.unsplash.com/photo-1563440205176-c565cd7302e4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -drug-development,drug-development,https://images.unsplash.com/photo-1574781210288-d363a6599df1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fiber-optics,fiber-optics,https://images.unsplash.com/photo-1584714182446-4f877b8f4321?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -regression-analysis,regression-analysis,https://images.unsplash.com/photo-1582719367079-bc1b8e5fed9d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,statistics, -theodore-hesburgh,theodore-hesburgh,https://images.unsplash.com/photo-1550431726-cf5e0ab3a6d8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -x-ray,x-ray,https://images.unsplash.com/photo-1458109778725-5348cb00e33f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-milhajevic,john-milhajevic,https://images.unsplash.com/photo-1526106154178-49847e3af9bb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rubin-hurricane-carter,rubin-hurricane-carter,https://images.unsplash.com/photo-1457327289196-f38b88d97147?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -structural-dynamics,structural-dynamics,https://images.unsplash.com/photo-1537866827403-d8c5af912416?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fiber,fiber,https://images.unsplash.com/photo-1557844352-761f2565b576?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dark-energy,dark-energy,https://images.unsplash.com/photo-1443916568596-df5a58c445e9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -reference,reference,https://images.unsplash.com/photo-1452570053594-1b985d6ea890?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -christopher-ryan,christopher-ryan,https://images.unsplash.com/photo-1561664698-a5a05c2b26a7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -zooarchaeology,zooarchaeology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -spray-theory,spray-theory,https://images.unsplash.com/photo-1593059948201-9331fd53f1c9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fashion-and-luxury,fashion-and-luxury,https://images.unsplash.com/photo-1592842414859-bca1263fabc2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/d3js,software-tools/d3js,https://images.unsplash.com/photo-1590583315797-857a13e323d6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/purescript,programming-languages/purescript,https://images.unsplash.com/photo-1518548235008-15c2e3a4fdd3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -ebooks,ebooks,https://images.unsplash.com/photo-1554056878-6911635b1573?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -membranes,membranes,https://images.unsplash.com/photo-1501600288911-af4217e54281?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -trachoma,trachoma,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -reproduction,reproduction,https://images.unsplash.com/photo-1509715513011-e394f0cb20c4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -google,google,https://images.unsplash.com/photo-1560509660-956c5a9932d3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -multiverse,multiverse,https://images.unsplash.com/photo-1586807892284-ec92383d5836?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -naval-reccomendations,naval-reccomendations,https://images.unsplash.com/photo-1487901155524-307f976ad775?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -resilience,resilience,https://images.unsplash.com/photo-1589931938831-8216f374e836?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -wildlife,wildlife,https://images.unsplash.com/photo-1589941188007-0aaf8fbc7419?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -engineering-mechanics,engineering-mechanics,https://images.unsplash.com/photo-1563951163384-ddbc3fbaacd4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -social-network,social-network,https://images.unsplash.com/photo-1519389950473-47ba0277781c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/skype,software-tools/skype,https://images.unsplash.com/photo-1575325343284-b485bff5230e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,computers, -basil-moreau,basil-moreau,https://images.unsplash.com/photo-1530632789071-8543f47edb34?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -surya-das,surya-das,https://images.unsplash.com/photo-1596274645346-75b1699f77cb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ben-greenfield,ben-greenfield,https://images.unsplash.com/photo-1583429384700-9827e23b49e7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -donated-to-book-thing-2015,donated-to-book-thing-2015,https://images.unsplash.com/photo-1591172905699-def0e80ffc54?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -duckduckgo,duckduckgo,https://images.unsplash.com/photo-1589049291348-09a2dea7b244?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/typescript,programming-languages/typescript,https://images.unsplash.com/photo-1567057420215-0afa9aa9253a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -clinical-trials,clinical-trials,https://images.unsplash.com/photo-1576670263020-7842552c87d0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ibm,ibm,https://images.unsplash.com/photo-1551711974-43941455f8ec?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/tensorflow,software-tools/tensorflow,https://images.unsplash.com/photo-1593115057322-e94b77572f20?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -user-experience,user-experience,https://images.unsplash.com/photo-1550867428-138aec9fce23?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -margmon-group,margmon-group,https://images.unsplash.com/photo-1517486808906-6ca8b3f04846?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -comics,comics,https://images.unsplash.com/photo-1569002946436-116c8653521b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -real-estate,real-estate,https://images.unsplash.com/photo-1560518883-ce09059eeffa?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jon-kabat-zinn,jon-kabat-zinn,https://images.unsplash.com/photo-1518388389348-b60e09ab7627?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/lua,programming-languages/lua,https://images.unsplash.com/photo-1557324232-b8917d3c3dcb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -gold,Gold,https://images.unsplash.com/photo-1589095053205-8fc842336f4a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -behavioral-genetics,behavioral-genetics,https://images.unsplash.com/photo-1579154204449-47c454770447?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -consumer-behaviour,consumer-behaviour,https://images.unsplash.com/photo-1521790797524-b2497295b8a0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,marketing, -creativity,creativity,https://images.unsplash.com/photo-1460661419201-fd4cecdf8a8b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,psychology, -investing,investing,https://images.unsplash.com/photo-1554672723-60f4d5d5074f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -metalworking,metalworking,https://images.unsplash.com/photo-1548683726-203119be6a39?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mechanical-engineering, -random-walks,random-walks,https://images.unsplash.com/photo-1501396358880-2d8f6ace3fc7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -circadian-clock,circadian-clock,https://images.unsplash.com/photo-1503780099440-e6ab046a1d71?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -simulation,simulation,https://images.unsplash.com/photo-1518655061710-5ccf392c275a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -katherine-graham,katherine-graham,https://images.unsplash.com/photo-1539674310990-09cbc45aa9fc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -howard-hughes,howard-hughes,https://images.unsplash.com/photo-1550740850-48b638b91c65?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -food-processing,food-processing,https://images.unsplash.com/photo-1516767848735-fb701beb5567?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dating,dating,https://images.unsplash.com/photo-1584229572589-b2642192c851?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -particle-accelerators,particle-accelerators,https://images.unsplash.com/photo-1553623095-2b4d2819983f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -computational-complexity,computational-complexity,https://images.unsplash.com/photo-1555949963-aa79dcee981c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -refrigeration,refrigeration,https://images.unsplash.com/photo-1530950837622-262e7f56f087?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -romance,romance,https://images.unsplash.com/photo-1572636823749-bdbfa657ebdf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bitumen,bitumen,https://images.unsplash.com/photo-1577169841504-59773cce950a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alexander-jordania,alexander-jordania,https://images.unsplash.com/photo-1581248159014-62de5055ff05?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -atrial-fibrilliation,atrial-fibrilliation,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -second-law-of-thermodynamics,second-law-of-thermodynamics,https://images.unsplash.com/photo-1473186505569-9c61870c11f9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,thermodynamics, -malcolm-x,malcolm-x,https://images.unsplash.com/photo-1565102973303-ad27637b7d83?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -political-philosophy,political-philosophy,https://images.unsplash.com/photo-1552986916-199296e1dfb9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -thomas-sowell,thomas-sowell,https://images.unsplash.com/photo-1576176478518-717dac3d9f7c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sherlock-holmes,sherlock-holmes,https://images.unsplash.com/photo-1585372210676-6ec79a03765e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -organizational-literacy,organizational-literacy,https://images.unsplash.com/photo-1532526351671-cf4bf243a6ad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -newborn,newborn,https://images.unsplash.com/photo-1587345554781-106aa64ab5fc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -trauma,trauma,https://images.unsplash.com/photo-1524088484081-4ca7e08e3e19?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -digital-system-design,digital-system-design,https://images.unsplash.com/photo-1590856029826-c7a73142bbf1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -home-improvement,home-improvement,https://images.unsplash.com/photo-1592500341723-4392bc9d3301?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/sqlite,software-tools/sqlite,https://images.unsplash.com/photo-1584900761409-8d782705be6a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sam-walton,sam-walton,https://images.unsplash.com/photo-1505773453753-2b830b44df08?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sex,sex,https://images.unsplash.com/photo-1582569706540-21c15e9fd399?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gustavus-franklin-swift,gustavus-franklin-swift,https://images.unsplash.com/photo-1567699343257-7ec1689690e8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hunger,hunger,https://images.unsplash.com/photo-1560131324-71022d71ee4f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -engineering-graphics,engineering-graphics,https://images.unsplash.com/photo-1581091157235-34a1f036219b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -storytelling,storytelling,https://images.unsplash.com/photo-1513082684473-10771be592f0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,communication, -ronald-reagan,ronald-reagan,https://images.unsplash.com/photo-1596137713472-5a0c489235f0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -scifi,scifi,https://images.unsplash.com/photo-1586812802010-6aa6eb5a881e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -karaoke,karaoke,https://images.unsplash.com/photo-1560252825-92b877585070?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,hobbies, -phonics,phonics,https://images.unsplash.com/photo-1521016204421-ca6b42a64fd0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -steel,steel,https://images.unsplash.com/photo-1531898418865-480b7090470f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/wolfram,programming-languages/wolfram,https://images.unsplash.com/photo-1554672053-c4205442a9fb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -world-war-2,world-war-2,https://images.unsplash.com/photo-1575654427458-1a5ab2fe6c65?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -violence,violence,https://images.unsplash.com/photo-1590719550920-7543bd5657a3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -paul-kalanithi,paul-kalanithi,https://images.unsplash.com/photo-1592406078451-6192812712bb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -james-joyce,james-joyce,https://images.unsplash.com/photo-1593201432140-c4017429875b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -space,space,https://images.unsplash.com/photo-1584163493384-15cd4babd527?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,science, -periodic-table,periodic-table,https://images.unsplash.com/photo-1572216026870-aa136802e931?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,chemistry, -medical-imaging,medical-imaging,https://images.unsplash.com/photo-1539459708867-c927ea7a0aeb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -eastern-philosophy,eastern-philosophy,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -aircrafts,aircrafts,https://images.unsplash.com/photo-1550455399-e260845efd57?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/blender,software-tools/blender,https://images.unsplash.com/photo-1565056041192-f7debfa15b57?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,3d-modeling, -policy,policy,https://images.unsplash.com/photo-1559780530-0d72f1c7e052?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -healthcare-research,healthcare-research,https://images.unsplash.com/photo-1576669801838-1b1c52121e6a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mortimer-adler,mortimer-adler,https://images.unsplash.com/photo-1511619805207-1717ac5da9ad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -irish,irish,https://images.unsplash.com/photo-1515701238541-0cb8d3165120?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -animal-food,animal-food,https://images.unsplash.com/photo-1559813654-935eab67b93a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/india,nations/india,https://images.unsplash.com/photo-1583068156703-ab652b29794c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,nations, -love,love,https://images.unsplash.com/photo-1579591165153-fdd6248c1531?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -construction,construction,https://images.unsplash.com/photo-1592298178573-2f46960268c6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mechanics-of-materials,mechanics-of-materials,https://images.unsplash.com/photo-1563951163384-ddbc3fbaacd4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/china/culture,nations/china/culture,https://images.unsplash.com/photo-1586764295662-9026a624680c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -evolution,evolution,https://images.unsplash.com/photo-1591262184859-dd20d214b52a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -psychiatry,psychiatry,https://images.unsplash.com/photo-1562243061-204550d8a2c9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,psychology, -air-conditioning,air-conditioning,https://images.unsplash.com/photo-1542399204-b8dd4af5113d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -paul-johnson,paul-johnson,https://images.unsplash.com/photo-1573705102773-d8d0dfc7fb26?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -karl-schriftgeisser,karl-schriftgeisser,https://images.unsplash.com/photo-1542624326-2834f4b72fd9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -particle-physics,particle-physics,https://images.unsplash.com/photo-1553623095-2b4d2819983f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,physics, -pandemics,pandemics,https://images.unsplash.com/photo-1582883040775-f98dd8c04597?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -baseball,baseball,https://images.unsplash.com/flagged/photo-1571358607210-1691cb0ea07c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/sagemaker,software-tools/sagemaker,https://images.unsplash.com/photo-1590820292118-e256c3ac2676?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bill-george,bill-george,https://images.unsplash.com/photo-1494887205043-c5f291293cf6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -biomedical-imaging,biomedical-imaging,https://images.unsplash.com/photo-1581595219145-01060b2eb27d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gluten-free,gluten-free,https://images.unsplash.com/photo-1474045326708-cdc78c2487cb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -autonomous-vehicles,autonomous-vehicles,https://images.unsplash.com/photo-1545560928-3c8bdde847c1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,automotive-engineering, -clayton-christensen,clayton-christensen,https://images.unsplash.com/photo-1576585721883-86691e88c1b7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -prime-numbers,prime-numbers,https://images.unsplash.com/photo-1466780446965-2072a3de8a43?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -charlie-hawkins,charlie-hawkins,https://images.unsplash.com/photo-1551077748-be0ebda5bd6d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -resistance,resistance,https://images.unsplash.com/photo-1583118443607-33f3731d09e3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -minimalism,minimalism,https://images.unsplash.com/photo-1471086569966-db3eebc25a59?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hip-hop,hip-hop,https://images.unsplash.com/photo-1583129296549-1486063c315c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/india/finance,nations/india/finance,https://images.unsplash.com/photo-1585647045002-e57d01cc4886?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -william-larson,william-larson,https://images.unsplash.com/photo-1469386220931-a05a3a71cbb5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tom-griffiths,tom-griffiths,https://images.unsplash.com/photo-1421936313568-ca9e56e27034?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bret-victor,bret-victor,https://images.unsplash.com/photo-1519111597845-020ca2f2f89f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-adams,john-adams,https://images.unsplash.com/photo-1585076800172-98875d666c55?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -herbal-medicine,herbal-medicine,https://images.unsplash.com/photo-1509359149003-657ef23eaf04?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-kilgo,john-kilgo,https://images.unsplash.com/photo-1593416096790-b2cda5e57d34?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -subtractive-manufacturing,subtractive-manufacturing,https://images.unsplash.com/photo-1587407500768-d079e2abc0a5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -chimpanzee,chimpanzee,https://images.unsplash.com/photo-1445583934509-4ad5ffe6ef08?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -eckhart-tolle,eckhart-tolle,https://images.unsplash.com/photo-1580318836849-a7d0c9c56fcb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -self-improvement,self-improvement,https://images.unsplash.com/photo-1570514865285-2de0d16e3efc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -3d-printing,3d-printing,https://images.unsplash.com/photo-1587447640071-1c9b988022a2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/china/finance,nations/china/finance,https://images.unsplash.com/photo-1532675685407-603e506c4c47?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ernest-hemingway,ernest-hemingway,https://images.unsplash.com/photo-1521824243451-25d32715584a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -venkatesh-rao,venkatesh-rao,https://images.unsplash.com/photo-1576683719158-135e0523ae69?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -monetray-policy,monetray-policy,https://images.unsplash.com/photo-1527844817887-9b937993518b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -electronic-voting,electronic-voting,https://images.unsplash.com/photo-1592437923107-f91c5679e70b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/sap,software-tools/sap,https://images.unsplash.com/photo-1593010997571-7ebe6c593d8e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -chip-conley,chip-conley,https://images.unsplash.com/photo-1583421487761-90b57216be36?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -steven-kotler,steven-kotler,https://images.unsplash.com/photo-1593712440121-43f0c20e1eb5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -james-hardt,james-hardt,https://images.unsplash.com/photo-1518835975653-7ae6914ee572?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -animation,animation,https://images.unsplash.com/photo-1581837474459-3bf00a7b05a2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -body-language,body-language,https://images.unsplash.com/photo-1524060331873-5fd4fa352ad8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -austin-kleon,austin-kleon,https://images.unsplash.com/photo-1555904113-beeced6051b5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -model-thinking,model-thinking,https://images.unsplash.com/photo-1562563841-3b2d1d16cd5f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,thinking, -sweden,sweden,https://images.unsplash.com/photo-1582641660364-08bbff02c1b0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -aquatics,aquatics,https://images.unsplash.com/photo-1512416972899-d3be88565688?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -personality,personality,https://images.unsplash.com/photo-1550792436-181701c71f63?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -veganism,veganism,https://images.unsplash.com/photo-1571988011015-34dd72a6a2d1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-carreyrou,john-carreyrou,https://images.unsplash.com/photo-1585094811179-4d890b8b45b6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jason-bracht,jason-bracht,https://images.unsplash.com/photo-1489245312281-c5d34069414f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -engines,engines,https://images.unsplash.com/photo-1560631645-ea4f70fc6d1d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stack,stack,https://images.unsplash.com/photo-1541985446-a345f1b9d7de?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/usa/finance,nations/usa/finance,https://images.unsplash.com/photo-1590130225010-1a21bcb4ff4c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -genome-sequencing,genome-sequencing,https://images.unsplash.com/photo-1579154204628-0489d1e5c0f2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/england/history,nations/england/history,https://images.unsplash.com/photo-1590962440769-503bac9e5b80?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -economic-planning,economic-planning,https://images.unsplash.com/photo-1557804483-ef3ae78eca57?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,economics, -millimeter-waves,millimeter-waves,https://images.unsplash.com/photo-1507963901243-ebfaecd5f2f4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -international-business,international-business,https://images.unsplash.com/photo-1567449303073-84b8f18072a9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -critical-care-medicine,critical-care-medicine,https://images.unsplash.com/photo-1579154341058-50b75faf8e97?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -script-writing,script-writing,https://images.unsplash.com/photo-1597559678963-9e996438459b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -theatre,theatre,https://images.unsplash.com/photo-1489599849927-2ee91cede3ba?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -differential-equations,differential-equations,https://images.unsplash.com/photo-1453733190371-0a9bedd82893?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/mysql,software-tools/mysql,https://images.unsplash.com/photo-1579908195100-9ef4a81beb88?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -aldous-huxley,aldous-huxley,https://images.unsplash.com/photo-1519736927049-de9d69a15bb3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -digital-fabrication,digital-fabrication,https://images.unsplash.com/photo-1548272615-797e10f540e3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -security,security,https://images.unsplash.com/photo-1531686669028-c55493110d74?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -comedy,comedy,https://images.unsplash.com/photo-1468390090990-afe21a9448f0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -knowledge-graph,knowledge-graph,https://images.unsplash.com/photo-1543286386-2e659306cd6c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -02-a-thru-i-l-m-n-s-t-w,02-a-thru-i-l-m-n-s-t-w,https://images.unsplash.com/photo-1580117287417-dffd539907d9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nursing,nursing,https://images.unsplash.com/photo-1574088530921-a854de2f418a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -plasma-physics,plasma-physics,https://images.unsplash.com/photo-1534744971734-e1628d37ea01?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -george-mecherle,george-mecherle,https://images.unsplash.com/photo-1543865398-adc63dcebb85?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -trigonometry,trigonometry,https://images.unsplash.com/photo-1597008641621-cefdcf718025?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mathematics, -islam,islam,https://images.unsplash.com/photo-1586249782383-6b5bcbcb70e9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,religion, -joy,joy,https://images.unsplash.com/photo-1585237089582-a853573c2d54?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -reid-hoffman,reid-hoffman,https://images.unsplash.com/photo-1499961524705-bfd103e65a6d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -buddhism,buddhism,https://images.unsplash.com/photo-1518233405578-3a1812b9ce89?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -reinforcement-learning,reinforcement-learning,https://images.unsplash.com/photo-1531547977107-a5f0f32d6d87?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alan-wallace,alan-wallace,https://images.unsplash.com/photo-1583245328821-40a746487d8b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ralph-leighton,ralph-leighton,https://images.unsplash.com/photo-1592908514941-75fe043d8140?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/cloud-foundry,software-tools/cloud-foundry,https://images.unsplash.com/photo-1545024304-b6a4eeeca386?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nonlinear-programming,nonlinear-programming,https://images.unsplash.com/photo-1508317469940-e3de49ba902e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -numerical-computing,numerical-computing,https://images.unsplash.com/photo-1574028670728-f8cfd041f3dd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -outdoors,outdoors,https://images.unsplash.com/photo-1564475228765-f0c3292f2dec?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hearing-loss,hearing-loss,https://images.unsplash.com/photo-1597807197258-3272e1808b0b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -longevity,longevity,https://images.unsplash.com/photo-1503542129682-849dde4017b2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -insurance,insurance,https://images.unsplash.com/photo-1573764750949-cfbf710e78c9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fertility,fertility,https://images.unsplash.com/photo-1575998064976-9df66085cc83?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -olympics,olympics,https://images.unsplash.com/photo-1561542313-b23c8ff631f9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,sports, -speech,speech,https://images.unsplash.com/photo-1579487685872-e19f62de7c21?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stacy-perman,stacy-perman,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -blockchain,blockchain,https://images.unsplash.com/photo-1579623261984-41f9a81d4044?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -coding-theory,coding-theory,https://images.unsplash.com/photo-1581091877018-dac6a371d50f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -family,family,https://images.unsplash.com/photo-1492725764893-90b379c2b6e7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -arthur-schopenhauer,arthur-schopenhauer,https://images.unsplash.com/photo-1572296071634-3b2a4754f907?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jeff-benedict,jeff-benedict,https://images.unsplash.com/photo-1587094666821-7a1ecab87e70?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -chemical-engineering,chemical-engineering,https://images.unsplash.com/photo-1581091014534-898da33e356e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -friction,friction,https://images.unsplash.com/photo-1533582437341-dfdc01630b05?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -microbiology,microbiology,https://images.unsplash.com/photo-1589091683318-a10f065d844a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -horror,horror,https://images.unsplash.com/photo-1509411273045-2920cee823be?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/ionic,software-tools/ionic,https://images.unsplash.com/photo-1581788604067-769a11325b0d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pharmacology,pharmacology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -occupational-health,occupational-health,https://images.unsplash.com/photo-1593854519602-687eae339d57?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dietrich-doerner,dietrich-doerner,https://images.unsplash.com/photo-1534351594065-55bd7f5f75d0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/emacs,software-tools/emacs,https://images.unsplash.com/photo-1594750272033-d4fc872fecf9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gymnastics,gymnastics,https://images.unsplash.com/photo-1588783237237-d9c16d2d8dd7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,sports, -software-project-management,software-project-management,https://images.unsplash.com/photo-1573496528736-cf543ba57104?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -problem-solving,problem-solving,https://images.unsplash.com/photo-1539627831859-a911cf04d3cd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kenny-werner,kenny-werner,https://images.unsplash.com/photo-1557787163-1635e2efb160?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -practical,practical,https://images.unsplash.com/photo-1512210225318-0f3b7ab76357?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -waves,waves,https://images.unsplash.com/photo-1517537447234-6de485f70e9c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/openstack,software-tools/openstack,https://images.unsplash.com/photo-1593821189012-b9f8d7478066?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -christopher-mcdougall,christopher-mcdougall,https://images.unsplash.com/photo-1592320614344-19b30c251d96?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jessica-livingston,jessica-livingston,https://images.unsplash.com/photo-1595697935489-cdc42592df1e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mathematical-economics,mathematical-economics,https://images.unsplash.com/photo-1571340910399-354d2ce7f1dd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -baking,baking,https://images.unsplash.com/photo-1591981131825-751212cf8327?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -behavioural-economics,behavioural-economics,https://images.unsplash.com/photo-1592439272558-4e0babd26b57?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -books-about-books,books-about-books,https://images.unsplash.com/photo-1487611459768-bd414656ea10?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -democracy,democracy,https://images.unsplash.com/photo-1531478142305-16917319bf7f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -charles-duhigg,charles-duhigg,https://images.unsplash.com/photo-1592740488035-2d8289131f5a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -podcasts,podcasts,https://images.unsplash.com/photo-1560472355-af30e12ec1bd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-coates,john-coates,https://images.unsplash.com/photo-1526342189144-aa78e49e68b4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kids,kids,https://images.unsplash.com/photo-1542317785-ae7b6fa20f55?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jack-trout,jack-trout,https://images.unsplash.com/photo-1516847082403-c9f3e844dc53?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-development/windows,software-development/windows,https://images.unsplash.com/photo-1526948128573-703ee1aeb6fa?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -retail,retail,https://images.unsplash.com/photo-1518413311144-e7fed23b3fac?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lisa-miller,lisa-miller,https://images.unsplash.com/photo-1571845615528-6d8d60c459ef?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -li-zhigang,li-zhigang,https://images.unsplash.com/photo-1543097692-fa13c6cd8595?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -trees,trees,https://images.unsplash.com/photo-1445262102387-5fbb30a5e59d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -historical-fiction,historical-fiction,https://images.unsplash.com/photo-1500021804447-2ca2eaaaabeb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ashlee-vance,ashlee-vance,https://images.unsplash.com/photo-1536854355018-677c162a947b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -james-gleick,james-gleick,https://images.unsplash.com/photo-1597274505794-5033ff555933?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -theology,theology,https://images.unsplash.com/photo-1587929651402-ce54a2b3af41?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -platform,platform,https://images.unsplash.com/photo-1522972865009-04c043d188cd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -wealth,wealth,https://images.unsplash.com/photo-1583698896760-7355120cede6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -molecular-thermodynamics,molecular-thermodynamics,https://images.unsplash.com/photo-1583911860331-9fd6ce32c78f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -exercise,exercise,https://images.unsplash.com/photo-1592702355949-eff35aa87413?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,health, -volcanoes,volcanoes,https://images.unsplash.com/photo-1595366586967-a41bf5959183?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,geography, -universe,universe,https://images.unsplash.com/flagged/photo-1564292284203-6a4ddcc5bda3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -richard-branson,richard-branson,https://images.unsplash.com/photo-1523728778454-06bedf489d10?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -propulsion,propulsion,https://images.unsplash.com/photo-1592318054629-d6bbf75b6a4c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pigeonhole-principle,pigeonhole-principle,https://images.unsplash.com/photo-1553484771-cc0d9b8c2b33?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -leisure,leisure,https://images.unsplash.com/photo-1445623168371-714eea2f2833?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -grid-computing,grid-computing,https://images.unsplash.com/photo-1589149098258-3e9102cd63d3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kitchen,kitchen,https://images.unsplash.com/photo-1512538235597-5b932dd9de4c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -geoffrey-west,geoffrey-west,https://images.unsplash.com/photo-1520640205423-3917c6fdeae6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david-hawkins,david-hawkins,https://images.unsplash.com/photo-1559232722-9ac42a40b857?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -wtr-psychology,wtr-psychology,https://images.unsplash.com/photo-1586988173880-26495e2abdad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -al-ries,al-ries,https://images.unsplash.com/photo-1572880400794-a160e584738d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -joe-studwell,joe-studwell,https://images.unsplash.com/photo-1564345403487-d76ca58242ae?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -genome,genome,https://images.unsplash.com/photo-1579154392429-0e6b4e850ad2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bill-walsh,bill-walsh,https://images.unsplash.com/photo-1575320178462-6d6c80cef1f6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -christopher-mayer,christopher-mayer,https://images.unsplash.com/photo-1505688545775-aeb18d5aa895?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -combustion,combustion,https://images.unsplash.com/photo-1585252522525-4f9ad48a24ea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -julian-jaynes,julian-jaynes,https://images.unsplash.com/photo-1585248991867-541c4a76cedb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -first-aid,first-aid,https://images.unsplash.com/photo-1590563152409-05e528c681dd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -organ-transplantation,organ-transplantation,https://images.unsplash.com/photo-1558492473-7a72f09f331d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -clive-cussler,clive-cussler,https://images.unsplash.com/photo-1592036325708-6a8017ca549b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/unity,software-tools/unity,https://images.unsplash.com/photo-1585230427569-31a1bda9852b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -social-media,social-media,https://images.unsplash.com/photo-1514580426463-fd77dc4d0672?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -food-chemistry,food-chemistry,https://images.unsplash.com/photo-1562411053-1d8bdfe771c1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/iceland,nations/iceland,https://images.unsplash.com/photo-1595666726330-5975a5bdd03d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/laravel,software-tools/laravel,https://images.unsplash.com/photo-1583333471778-c82fa8201916?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -roman-tschappeler,roman-tschappeler,https://images.unsplash.com/photo-1555084157-8424e8a945de?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -antisemitism,antisemitism,https://images.unsplash.com/photo-1580237646344-e3d11e48f217?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/tex,programming-languages/tex,https://images.unsplash.com/photo-1529078155058-5d716f45d604?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -kinematics,kinematics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -the-home-depot,the-home-depot,https://images.unsplash.com/photo-1444682717031-a2498d603d5b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -copywriting,copywriting,https://images.unsplash.com/photo-1584360774910-2831f7a382f4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -money,money,https://images.unsplash.com/photo-1561449829-e989557b5093?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/tiddlywiki,Software Tools/TiddlyWiki,https://images.unsplash.com/photo-1587042167052-00701238fb17?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -human-nature,human-nature,https://images.unsplash.com/photo-1580692063739-ce0f888b213c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jeff-bezos,jeff-bezos,https://images.unsplash.com/photo-1592420122958-84cf3286eeb6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -scripted-audio,scripted-audio,https://images.unsplash.com/photo-1583505222294-f21455e8dc1b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -electric-cars,electric-cars,https://images.unsplash.com/photo-1578455447348-757efc0d30ef?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -regular-expression,regular-expression,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -digital-circuits,digital-circuits,https://images.unsplash.com/photo-1568209865332-a15790aed756?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hinduism,hinduism,https://images.unsplash.com/photo-1592591346967-e6072853e2d7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,religion, -solar-systen,solar-systen,https://images.unsplash.com/photo-1556943364-62a4b6a40ec6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -social-justice,social-justice,https://images.unsplash.com/photo-1591622414918-3f63a4da1b4e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -classic,classic,https://images.unsplash.com/photo-1511787532829-ff2eb827cf4c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -walter-isaacson,walter-isaacson,https://images.unsplash.com/photo-1545285046-57aadccbcca2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -linguistics,linguistics,https://images.unsplash.com/photo-1577222044129-7225a57383a1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -testing,testing,https://images.unsplash.com/photo-1573487128621-60025cee6046?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sericulture,sericulture,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -physical-therapy,physical-therapy,https://images.unsplash.com/photo-1588775841450-fc1aaefe1836?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sports/cricket,sports/cricket,https://images.unsplash.com/photo-1595210382266-2d0077c1f541?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -henry-singleton,henry-singleton,https://images.unsplash.com/photo-1585502094744-8943e25971fa?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -science-fiction,science-fiction,https://images.unsplash.com/photo-1527693372836-d05fbd506044?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,literature, -eknath-easwaran,eknath-easwaran,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -audible,audible,https://images.unsplash.com/photo-1594769777888-c6bf27dd87ed?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -analytics,analytics,https://images.unsplash.com/photo-1596737093717-df20722bf5ef?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -computer-vision,computer-vision,https://images.unsplash.com/photo-1524868857876-218cafbdda8b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -data-literacy,data-literacy,https://images.unsplash.com/photo-1516383274235-5f42d6c6426d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -domain-name-system,domain-name-system,https://images.unsplash.com/photo-1500565694587-4a1f7ad785f3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -networking,networking,https://images.unsplash.com/photo-1573165067541-4cd6d9837902?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -larry-hedrick,larry-hedrick,https://images.unsplash.com/photo-1592620459002-ff4810bf06a1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -surgery,surgery,https://images.unsplash.com/photo-1504813184591-01572f98c85f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hamilton-helmer,hamilton-helmer,https://images.unsplash.com/photo-1521776384459-82edfd790487?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -earthing,earthing,https://images.unsplash.com/photo-1517244037718-d74ca872f3a6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -marie-arana,marie-arana,https://images.unsplash.com/photo-1571912727347-ed92175e22fd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/singapore,nations/singapore,https://images.unsplash.com/photo-1534988333262-c455b9332e52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -well-being,well-being,https://images.unsplash.com/photo-1594540991380-c0f7deec9543?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -biostatistics,biostatistics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -elad-gil,elad-gil,https://images.unsplash.com/photo-1594098741876-7e36405eb70c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -michio-kaku,michio-kaku,https://images.unsplash.com/photo-1473200705267-319bfdc89671?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -universals,universals,https://images.unsplash.com/photo-1574619351940-4427ec70efd6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -traffic,traffic,https://images.unsplash.com/photo-1541267906698-c0984bf4ff7a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/ada,programming-languages/ada,https://images.unsplash.com/photo-1525571453712-090270b8354f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -metrology,metrology,https://images.unsplash.com/photo-1585366958113-e28e8e580d3a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rich-cohen,rich-cohen,https://images.unsplash.com/photo-1586021280718-53fbadcb65a7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -drugs,drugs,https://images.unsplash.com/photo-1576669803361-2f85b619711b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sketching,sketching,https://images.unsplash.com/photo-1500283265283-63cc4f18a97b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -personalized-medicine,personalized-medicine,https://images.unsplash.com/photo-1585830812369-b88fce3bee22?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -benjamin-franklin,benjamin-franklin,https://images.unsplash.com/photo-1516508636691-2ea98becb2f5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -complex-analysis,complex-analysis,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mathematics, -palliative-care,palliative-care,https://images.unsplash.com/photo-1545205597-3d9d02c29597?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -aromatherapy,aromatherapy,https://images.unsplash.com/photo-1515377905703-c4788e51af15?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -anxiety,anxiety,https://images.unsplash.com/photo-1597262418659-d8635cc8191e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -condensed-matter-physics,condensed-matter-physics,https://images.unsplash.com/photo-1591126494306-b016d77aa123?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mark-robichaux,mark-robichaux,https://images.unsplash.com/photo-1540101521585-a1d681c301ff?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hr,hr,https://images.unsplash.com/photo-1521791136064-7986c2920216?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mike-harrity,mike-harrity,https://images.unsplash.com/photo-1588151144174-a67a2022e73a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -miguel-de-cervantes,miguel-de-cervantes,https://images.unsplash.com/photo-1567196480884-32dda0150672?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jonathan-rosenberg,jonathan-rosenberg,https://images.unsplash.com/photo-1569763544407-411c889a20ad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -healthcare,healthcare,https://images.unsplash.com/photo-1551601651-05a4836d25c2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -conor-oclery,conor-oclery,https://images.unsplash.com/photo-1591573380930-0eaf2afd6d0d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/sql,programming-languages/sql,https://images.unsplash.com/photo-1534644107580-3a4dbd494a95?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -david-mccullough,david-mccullough,https://images.unsplash.com/photo-1594201408271-b873cdd6ce1e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -corporate-strategy,corporate-strategy,https://images.unsplash.com/photo-1543953589-18ab987d605f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rolf-dobelli,rolf-dobelli,https://images.unsplash.com/photo-1550270428-27e40d58bb7d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -middle-grade,middle-grade,https://images.unsplash.com/photo-1527822618093-743f3e57977c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -steve-wozniak,steve-wozniak,https://images.unsplash.com/photo-1545875615-86f54b81a82d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -general-fox-conner,general-fox-conner,https://images.unsplash.com/photo-1586761818504-71199fa1f12b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -marathon-asset-management,marathon-asset-management,https://images.unsplash.com/photo-1581056771107-24ca5f033842?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -integral-transforms,integral-transforms,https://images.unsplash.com/photo-1558932129-746d32993cc4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -diode,diode,https://images.unsplash.com/photo-1573147367786-a5a227916f0c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -feedback-loops,feedback-loops,https://images.unsplash.com/photo-1495737359409-e1d550b3fc9f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/sql-server,software-tools/sql-server,https://images.unsplash.com/photo-1575397239207-5a84acfa097b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -robert-hagstrom,robert-hagstrom,https://images.unsplash.com/photo-1522003878398-14c13adf3c5d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -skeleton,skeleton,https://images.unsplash.com/photo-1573481214476-b644c8e2203d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -agriculture,agriculture,https://images.unsplash.com/photo-1573119798379-011dfedae008?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/china/history,nations/china/history,https://images.unsplash.com/photo-1542866203-71304d7c6303?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-testing,software-testing,https://images.unsplash.com/photo-1586868538513-51335a0c5337?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -image-processing,image-processing,https://images.unsplash.com/photo-1518655061710-5ccf392c275a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/idris,programming-languages/idris,https://images.unsplash.com/photo-1534643960519-11ad79bc19df?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -el-nino,el-nino,https://images.unsplash.com/photo-1550047758-d235a6bb7462?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -daniel-goleman,daniel-goleman,https://images.unsplash.com/photo-1536548665027-b96d34a005ae?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -william-macaskill,william-macaskill,https://images.unsplash.com/photo-1577084381314-cae9920e6871?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -teamwork,teamwork,https://images.unsplash.com/photo-1521790797524-b2497295b8a0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -weather,weather,https://images.unsplash.com/photo-1581236799689-6e41b34383c6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -zika,zika,https://images.unsplash.com/photo-1579257289481-48a06a549aa4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -philosophy-self-help,philosophy-self-help,https://images.unsplash.com/photo-1544027993-37dbfe43562a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-kuprenas,john-kuprenas,https://images.unsplash.com/photo-1539787363360-7ab4a53abe30?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -heart-rate-variability,heart-rate-variability,https://images.unsplash.com/photo-1530556711783-0000014be3b0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nuclear-energy,nuclear-energy,https://images.unsplash.com/photo-1567664883526-8f401f277a27?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ethics,ethics,https://images.unsplash.com/photo-1594709286212-9b2e54ba08b0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alexander-von-humboldt,alexander-von-humboldt,https://images.unsplash.com/photo-1559461731-500a642b567c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -peter-matthiessen,peter-matthiessen,https://images.unsplash.com/photo-1591347422695-9c4efddc192b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -proteins,proteins,https://images.unsplash.com/photo-1524593000379-d4729b2c4f99?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,biology, -ventilation,ventilation,https://images.unsplash.com/photo-1585497398020-fcc4de0734e0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -basketball,basketball,https://images.unsplash.com/photo-1597603102681-c87b8df39253?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,sports, -histology,histology,https://images.unsplash.com/photo-1576670158706-8d5b044b61da?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -arthur-blank,arthur-blank,https://images.unsplash.com/photo-1542331180-256bcd8edad7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -oaktree,oaktree,https://images.unsplash.com/photo-1557761075-ac83dd069543?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -quantum-chemistry,quantum-chemistry,https://images.unsplash.com/photo-1563204421-fb2cffbb5bef?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,chemistry, -tahl-raz,tahl-raz,https://images.unsplash.com/photo-1563443734251-ed7db671f032?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-defined-radio,software-defined-radio,https://images.unsplash.com/photo-1581089778245-3ce67677f718?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/tailwindcss,software-tools/tailwindcss,https://images.unsplash.com/photo-1508779531435-4bac0fd00d4c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -critical-thinking,critical-thinking,https://images.unsplash.com/photo-1413919873593-061d76ec8452?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -natural-selection,natural-selection,https://images.unsplash.com/photo-1510270535907-dce35a12eb41?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -experiments,experiments,https://images.unsplash.com/photo-1582178538084-ef416ab1e377?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-gall,john-gall,https://images.unsplash.com/photo-1483599345082-521b252854ff?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -georgian,georgian,https://images.unsplash.com/photo-1557006021-75671c7b0782?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tennis,tennis,https://images.unsplash.com/photo-1558365849-6ebd8b0454b2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tom-connellan,tom-connellan,https://images.unsplash.com/photo-1582775466275-fbc0e514f4a7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -experimental-physics,experimental-physics,https://images.unsplash.com/photo-1590959651373-a3db0f38a961?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -risk,risk,https://images.unsplash.com/photo-1512652683497-9d8ee4641be1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -metals,metals,https://images.unsplash.com/photo-1567002304689-56a3b28473c1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -museum,museum,https://images.unsplash.com/photo-1579558449515-e0f596d7c5c4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -course-development,course-development,https://images.unsplash.com/photo-1595864148943-7f6f940f2f6d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rivers,rivers,https://images.unsplash.com/photo-1544631008-534b4b6c1215?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,geography, -interaction-design,interaction-design,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -special-relativity,special-relativity,https://images.unsplash.com/photo-1568103445839-2bef37d57d9d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -compression,compression,https://images.unsplash.com/photo-1597128407332-21ca9e4e03f2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -plastics,plastics,https://images.unsplash.com/photo-1565886728041-a239b6a3ec42?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -journalism,journalism,https://images.unsplash.com/photo-1526328828355-69b01701ca6a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -yoga,yoga,https://images.unsplash.com/photo-1508050249562-b28a87434496?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -housing,housing,https://images.unsplash.com/photo-1557312391-edc05f0f0bec?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/xamarin,software-tools/xamarin,https://images.unsplash.com/photo-1591603516357-dc6dac428e2d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -listening,listening,https://images.unsplash.com/photo-1519582455354-09afc306989b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -reverse-engineering,reverse-engineering,https://images.unsplash.com/photo-1581092336206-b9e5146be6f7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -marxism,marxism,https://images.unsplash.com/photo-1582399812139-18998d45d562?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mindset,mindset,https://images.unsplash.com/photo-1517931524326-bdd55a541177?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -leadership,leadership,https://images.unsplash.com/photo-1580129893758-353eb5d301b3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,business, -graph-theory,graph-theory,https://images.unsplash.com/photo-1563697013898-4d58b3b63fc4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -smart-contracts,smart-contracts,https://images.unsplash.com/photo-1444454508600-22e585108a04?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tsunami,tsunami,https://images.unsplash.com/photo-1588847448411-a4736692bc86?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -the-container-store,the-container-store,https://images.unsplash.com/photo-1543515653-16418249b1b2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -logistics,logistics,https://images.unsplash.com/photo-1504376830547-506dedfe1fe9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dementia,dementia,https://images.unsplash.com/photo-1456162018889-1d2b969f7084?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -computer-aided-design,computer-aided-design,https://images.unsplash.com/photo-1518655061710-5ccf392c275a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -relativity,relativity,https://images.unsplash.com/photo-1557770225-1f0f7a2d3c3e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -biblical-hermeneutics,biblical-hermeneutics,https://images.unsplash.com/photo-1588102908683-1b9a1416a095?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -transportation,transportation,https://images.unsplash.com/photo-1597220228219-7d94225fa824?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -newborns,newborns,https://images.unsplash.com/photo-1552597409-c1361ed82e78?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -organic-chemistry,organic-chemistry,https://images.unsplash.com/photo-1536304929831-ee1ca9d44906?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-design,software-design,https://images.unsplash.com/photo-1580894745015-755d26d02f26?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hypersonics,hypersonics,https://images.unsplash.com/photo-1574689036506-356609efb89b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/pro-tools,software-tools/pro-tools,https://images.unsplash.com/photo-1545981822-c7905bd4988d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -oil-and-gas,oil-and-gas,https://images.unsplash.com/photo-1583717754414-05b42568e7ff?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -numerical-computation,numerical-computation,https://images.unsplash.com/photo-1518133835878-5a93cc3f89e5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/backbonejs,software-tools/backbonejs,https://images.unsplash.com/photo-1581389058490-a7cb2a234758?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -surface-engineering,surface-engineering,https://images.unsplash.com/photo-1597592273528-61652abdbbef?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -waste-management,waste-management,https://images.unsplash.com/photo-1543109687-f49c3a20cea3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -acoustics,acoustics,https://images.unsplash.com/photo-1530022351670-4caa0efc0b4d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,physics, -nations/switzerland,nations/switzerland,https://images.unsplash.com/photo-1465064154639-bc188708a175?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lactation,lactation,https://images.unsplash.com/photo-1565656953707-6905eb61aacd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bioenergetics,bioenergetics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -social-psychology,social-psychology,https://images.unsplash.com/photo-1591034455539-0352f7ed55ee?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bullying,bullying,https://images.unsplash.com/photo-1591696331691-ee788ce5014b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -free-will,free-will,https://images.unsplash.com/photo-1475856033578-76b4a228f5c5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mario-batali,mario-batali,https://images.unsplash.com/photo-1527823115227-0a23ee27cd17?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -magic,magic,https://images.unsplash.com/photo-1531574595918-cb77c99fe5e2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -convex-optimization,convex-optimization,https://images.unsplash.com/photo-1554774853-b3d587d95440?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -momentum,momentum,https://images.unsplash.com/photo-1581309881672-3882afe0c453?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -quality-control,quality-control,https://images.unsplash.com/photo-1567613747256-9f97205d23d2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jacobi-modular-forms,jacobi-modular-forms,https://images.unsplash.com/photo-1554245064-3ab88761ac5d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mind,mind,https://images.unsplash.com/photo-1566567109852-0e4025816e3d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -maximum-entropy-methods,maximum-entropy-methods,https://images.unsplash.com/photo-1515150144380-bca9f1650ed9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alcohol,alcohol,https://images.unsplash.com/photo-1576611693052-c822b18673ff?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -swimming,swimming,https://images.unsplash.com/photo-1596455681666-bb2f4403d1c6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -urban-planning,urban-planning,https://images.unsplash.com/photo-1534988333262-c455b9332e52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -startup,startup,https://images.unsplash.com/flagged/photo-1555728750-55f4db213833?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -medical-entomology,medical-entomology,https://images.unsplash.com/photo-1559757148-5c350d0d3c56?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -questions,questions,https://images.unsplash.com/photo-1536157055113-2876d93fe2c8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -james-belasco,james-belasco,https://images.unsplash.com/photo-1532915706629-4ed9a42bb07a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -prototyping,prototyping,https://images.unsplash.com/photo-1586868538513-51335a0c5337?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -judith-rodin,judith-rodin,https://images.unsplash.com/photo-1564957352881-134f7a0713d5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bovine-mastitis,bovine-mastitis,https://images.unsplash.com/photo-1475500992832-e9aabbe88168?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -louis-eguaras,louis-eguaras,https://images.unsplash.com/photo-1557718051-b81ba1fcf7c2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -music-genre/carnatic-classical,music-genre/carnatic-classical,https://images.unsplash.com/photo-1540723006396-c514409a0f9f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/redis,software-tools/redis,https://images.unsplash.com/photo-1579908195100-9ef4a81beb88?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming, -dark-matter,dark-matter,https://images.unsplash.com/photo-1591579883657-e0f15d09f9fe?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -breastfeeding,breastfeeding,https://images.unsplash.com/photo-1509116043833-3233ceed8153?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -persuasion,persuasion,https://images.unsplash.com/photo-1592940328924-15d42aa95258?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -languages/hindi,languages/hindi,https://images.unsplash.com/photo-1503676593575-d732ab11be71?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,language, -emotions,emotions,https://images.unsplash.com/photo-1579104007824-31fb9b0601c1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/reasonml,programming-languages/reasonml,https://images.unsplash.com/photo-1569738713551-2958195b458a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -engineers,engineers,https://images.unsplash.com/photo-1579257288701-12b048adc679?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -renewable-energy,renewable-energy,https://images.unsplash.com/photo-1549460715-b5008a10a1f7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -food-safety,food-safety,https://images.unsplash.com/photo-1478486982180-2de2fafa19f9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,nutrition, -communities,communities,https://images.unsplash.com/photo-1534988333262-c455b9332e52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/bigquery,software-tools/bigquery,https://images.unsplash.com/photo-1586962262129-7de7fd522639?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -robert-wright,robert-wright,https://images.unsplash.com/photo-1566738604344-ea7ad24e7bec?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -archery,archery,https://images.unsplash.com/photo-1547347268-4a6dd064cdad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,sports, -glass,glass,https://images.unsplash.com/photo-1597735909270-971976c708ad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -internet-of-things,internet-of-things,https://images.unsplash.com/photo-1585834319412-5eb8ba04ef34?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -martial-arts,martial-arts,https://images.unsplash.com/photo-1554302242-40743152783a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -elon-musk,elon-musk,https://images.unsplash.com/photo-1547155011-8f5abb216d6a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -journalists,journalists,https://images.unsplash.com/photo-1531164571830-7b608d24afd1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -archaeology,archaeology,https://images.unsplash.com/photo-1597896729788-c8f452ca6b71?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,history, -logic,logic,https://images.unsplash.com/photo-1556075798-4825dfaaf498?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -multi-phase-flow,multi-phase-flow,https://images.unsplash.com/photo-1552196563-55cd4e45efb3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -inorganic-chemistry,inorganic-chemistry,https://images.unsplash.com/photo-1595409464550-5e5159826867?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,chemistry, -doc-lew-childre,doc-lew-childre,https://images.unsplash.com/photo-1571772996211-2f02c9727629?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -viruses,viruses,https://images.unsplash.com/photo-1579544758011-951ee066f612?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -amelia-earhart,amelia-earhart,https://images.unsplash.com/photo-1510885428963-8362ed9167ce?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sustainability,sustainability,https://images.unsplash.com/photo-1590123905769-9e6f27806072?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pixar,pixar,https://images.unsplash.com/photo-1545580492-8859ba8323f0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -signal-processing,signal-processing,https://images.unsplash.com/photo-1575372781928-6653070df098?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -brain,brain,https://images.unsplash.com/photo-1592496431122-2349e0fbc666?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -singing,singing,https://images.unsplash.com/photo-1516158314695-14bedec722bc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -behavioral-science,behavioral-science,https://images.unsplash.com/photo-1572591153146-d1d84cd79ccb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -computer-memory,computer-memory,https://images.unsplash.com/photo-1551811040-f13e57351ef3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-mauldin,john-mauldin,https://images.unsplash.com/photo-1583440613194-a4b21e714e28?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/britain,nations/britain,https://images.unsplash.com/photo-1556529260-2c56d89db68c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stereochemistry,stereochemistry,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -picture-books,picture-books,https://images.unsplash.com/photo-1512608121467-72931bf816c0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -media,media,https://images.unsplash.com/photo-1578593139775-971441c3c518?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gun-violence,gun-violence,https://images.unsplash.com/photo-1547355332-c590834bbbb4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bell-labs,bell-labs,https://images.unsplash.com/photo-1559721290-13ddc03cf4fc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dyslexia,dyslexia,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -combinatorics,combinatorics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -artificial-intelligence,artificial-intelligence,https://images.unsplash.com/photo-1597008641621-cefdcf718025?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -maternity,maternity,https://images.unsplash.com/photo-1586630135481-3fcb73f5d8b5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -arduino,arduino,https://images.unsplash.com/photo-1586920740316-3b38ed8f766a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -big-bang,big-bang,https://images.unsplash.com/photo-1566312922674-e02730f7b912?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cpu,cpu,https://images.unsplash.com/photo-1553241930-484af6f8506d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -chess,chess,https://images.unsplash.com/photo-1511640167850-0cab0539940a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,sports, -ai-ethics,ai-ethics,https://images.unsplash.com/photo-1531538512164-e6c51ea63d20?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bigquery,bigquery,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -calculus,calculus,https://images.unsplash.com/photo-1528401233585-a226c8fb51b9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mathematics, -biographies,biographies,https://images.unsplash.com/photo-1595072697075-bebc646eac35?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -apple,apple,https://images.unsplash.com/photo-1537541412475-47335a7c1f9d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -company-blogs,company-blogs,https://images.unsplash.com/photo-1557804506-669a67965ba0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -academia,academia,https://images.unsplash.com/photo-1459499362902-55a20553e082?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -code,code,https://images.unsplash.com/photo-1515879218367-8466d910aaa4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -computer-hardware,computer-hardware,https://images.unsplash.com/photo-1567436432054-80782ae14440?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -computer-security,computer-security,https://images.unsplash.com/photo-1580584126903-c17d41830450?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -concurrency,concurrency,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -cryptocurrency,cryptocurrency,https://images.unsplash.com/photo-1552057426-4a06192a5592?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cybernetics,cybernetics,https://images.unsplash.com/photo-1574388628724-c8319d449336?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -data-science,data-science,https://images.unsplash.com/photo-1555680510-34daedadbdb1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -art-craft,art-craft,https://images.unsplash.com/photo-1562436134-1033e7caf03d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lee-kuan-yew,lee-kuan-yew,https://images.unsplash.com/photo-1519045944554-410ad39c1af8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -anatomy,anatomy,https://images.unsplash.com/photo-1596496182305-2ba4a666700a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -chemistry,chemistry,https://images.unsplash.com/photo-1581091049365-818b12f61ed8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,science, -marc-andreessen,marc-andreessen,https://images.unsplash.com/photo-1595002032946-65355a3acabb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bayesian-statistics,bayesian-statistics,https://images.unsplash.com/photo-1584385789552-b9fc0c2de2c1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -life,life,https://images.unsplash.com/photo-1475234561019-11e030717c51?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hacking,hacking,https://images.unsplash.com/photo-1520509414578-d9cbf09933a1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -integrated-circuit-design,integrated-circuit-design,https://images.unsplash.com/photo-1510746001195-0db09655b6db?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -presenting,presenting,https://images.unsplash.com/photo-1559523275-98fb3c56faf6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -diy,diy,https://images.unsplash.com/photo-1496250838193-02a942028e18?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gamification,gamification,https://images.unsplash.com/photo-1517414204284-fb7e98b2e255?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -plants,plants,https://images.unsplash.com/photo-1444342679470-e4512355de5e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -juggling,juggling,https://images.unsplash.com/photo-1542412466-3ea778862674?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -andreessen-horowitz,andreessen-horowitz,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -management,management,https://images.unsplash.com/photo-1581604289553-ff20d0216120?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -oncology,oncology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -film-making,film-making,https://images.unsplash.com/photo-1553377102-31f26497d1d9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -garbage-collection,garbage-collection,https://images.unsplash.com/photo-1545303234-a34381f8b5cf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -algorithms,algorithms,https://images.unsplash.com/photo-1510511459019-5dda7724fd87?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,computer-science, -architecture,architecture,https://images.unsplash.com/photo-1562706492-b220f4dcddd8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,humanities, -finance,finance,https://images.unsplash.com/photo-1579185589974-471664177bb5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,business, -education,education,https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -game-development,game-development,https://images.unsplash.com/photo-1584270301727-8ce28f6279b2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -games,games,https://images.unsplash.com/photo-1542304074-9c8ce93b52fd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -spirituality,spirituality,https://images.unsplash.com/photo-1555119837-fba55f0e7429?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -patent,patent,https://images.unsplash.com/flagged/photo-1569231290377-072234d3ee57?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gardening,gardening,https://images.unsplash.com/photo-1553778871-8b3de57ddb74?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -genealogy,genealogy,https://images.unsplash.com/photo-1567938335779-e27d64d1894c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -piano,piano,https://images.unsplash.com/photo-1586042287124-c8a0b5a45b84?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -law,law,https://images.unsplash.com/photo-1556474835-47da4fcf709c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -poetry,poetry,https://images.unsplash.com/photo-1585159812874-5b84415c0091?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mandelbrot-set,mandelbrot-set,https://images.unsplash.com/photo-1578305035108-429188b9ede6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -oscillation,oscillation,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -poker,poker,https://images.unsplash.com/photo-1587213221679-4670dc693d33?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/flask,software-tools/flask,https://images.unsplash.com/photo-1587754256282-a11d04e3472d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -opsec,opsec,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -derek-sivers,derek-sivers,https://images.unsplash.com/photo-1510414613365-31db02769bcc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -poultry,poultry,https://images.unsplash.com/photo-1452647443209-9a1d4722f21a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming,programming,https://images.unsplash.com/photo-1520076794559-6a1229412a42?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pets,pets,https://images.unsplash.com/photo-1535930749574-1399327ce78f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -privacy,privacy,https://images.unsplash.com/photo-1506345276770-5a21fcc0e8bc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -computer-science,computer-science,https://images.unsplash.com/photo-1532187863486-abf9dbad1b69?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -drawing,drawing,https://images.unsplash.com/photo-1582201943155-606a5f4e7941?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,hobbies, -engineering,engineering,https://images.unsplash.com/photo-1581094016071-4715e9a1ae93?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/vuejs,software-tools/vuejs,https://images.unsplash.com/photo-1591533635272-fba881938960?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -news,news,https://images.unsplash.com/photo-1516280440614-37939bbacd81?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -radiiology,radiiology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -quantitative-finance,quantitative-finance,https://images.unsplash.com/photo-1548146753-7fbc147048e9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -parenting,parenting,https://images.unsplash.com/photo-1503160576410-7a957655f5dd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -entropy,entropy,https://images.unsplash.com/10/wheels.jpg?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -optimization,optimization,https://images.unsplash.com/photo-1556155092-8707de31f9c4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -seo,seo,https://images.unsplash.com/photo-1560472354-b33ff0c44a43?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -companies/apple,companies/apple,https://images.unsplash.com/photo-1511649475669-e288648b2339?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -raspberry-pi,raspberry-pi,https://images.unsplash.com/photo-1552057426-c9b4e8b2aef1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -server-fault,server-fault,https://images.unsplash.com/photo-1569059550708-dcf06bfe08c4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -aging,aging,https://images.unsplash.com/photo-1545603343-8356d34ed7bb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -china,china,https://images.unsplash.com/photo-1533440422407-f176607e4264?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -television,television,https://images.unsplash.com/photo-1467293622093-9f15c96be70f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -faith,faith,https://images.unsplash.com/photo-1543702404-38c2035462ad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -career,career,https://images.unsplash.com/photo-1556761175-b413da4baf72?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -society,society,https://images.unsplash.com/photo-1559733561-94b263a8bde9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -quantum-physics,quantum-physics,https://images.unsplash.com/photo-1583115260445-f95fe37202ae?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -project-management,project-management,https://images.unsplash.com/photo-1591522810896-cb5f45acb9a1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sound-design,sound-design,https://images.unsplash.com/photo-1510511233900-1982d92bd835?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -facebook,facebook,https://images.unsplash.com/photo-1585675100414-add2e465a136?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sports,sports,https://images.unsplash.com/photo-1586745779781-99288176f32d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -running,running,https://images.unsplash.com/photo-1593193453651-fb8fafdb1093?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -music,music,https://images.unsplash.com/photo-1526829211892-bf063a6f94ab?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,hobbies, -philosophy,philosophy,https://images.unsplash.com/photo-1534988333262-c455b9332e52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,humanities, -robotics,robotics,https://images.unsplash.com/photo-1581090121489-ff9b54bbee43?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nutrition,nutrition,https://images.unsplash.com/photo-1589357708964-33f6aacef639?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,health, -natural-language-processing,natural-language-processing,https://images.unsplash.com/photo-1510270535907-dce35a12eb41?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,computer-science, -politics,politics,https://images.unsplash.com/photo-1569000972106-9ebf8c4edad6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,humanities, -sales,sales,https://images.unsplash.com/photo-1554260570-e9689a3418b8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,business, -bioinformatics,bioinformatics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -dreaming,dreaming,https://images.unsplash.com/photo-1524037857322-7fe3c4a313f9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -forgery,forgery,https://images.unsplash.com/photo-1578366913855-17182a000c58?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -futurism,futurism,https://images.unsplash.com/photo-1583039965214-222f9f1f32f6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hobbies,hobbies,https://images.unsplash.com/photo-1532543758257-0f4e06e08aec?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/china/technology,nations/china/technology,https://images.unsplash.com/photo-1593528084306-5ebb4783d540?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stoicism,stoicism,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,philosophy, -languages/german,languages/german,https://images.unsplash.com/photo-1564515432212-8daf22f49356?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,language, -andy-grove,andy-grove,https://images.unsplash.com/photo-1595694770794-c06c72a2fedb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -super-user,super-user,https://images.unsplash.com/photo-1572541859037-2d4c68076e12?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nelson-mandela,nelson-mandela,https://images.unsplash.com/photo-1579772238266-8abd7531fea2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -travel,travel,https://images.unsplash.com/photo-1507608869274-d3177c8bb4c7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -webmasters,webmasters,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -languages/tamil,languages/tamil,https://images.unsplash.com/photo-1582283046855-484a2d4a06f5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,language, -vehicle,vehicle,https://images.unsplash.com/photo-1580390155460-8eda676b2d94?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sustainable-living,sustainable-living,https://images.unsplash.com/photo-1593069212772-b3115caf2aa9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -publishing,publishing,https://images.unsplash.com/photo-1519993443254-e135c95cdea0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -languages/italian,languages/italian,https://images.unsplash.com/photo-1548994423-77b5f16a22cc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -video,video,https://images.unsplash.com/photo-1493664543243-589b576c5bcd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -languages/spanish,languages/spanish,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -leonardo-da-vinci,leonardo-da-vinci,https://images.unsplash.com/photo-1568578221507-2508a6c69065?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -physical-chemistry,physical-chemistry,https://images.unsplash.com/photo-1517931524326-bdd55a541177?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/v8engine,software-tools/v8engine,https://images.unsplash.com/photo-1545981822-c7905bd4988d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/sharepoint,software-tools/sharepoint,https://images.unsplash.com/photo-1546452583-942288cdaa32?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -strategy,strategy,https://images.unsplash.com/photo-1533135044283-42dc2b70abfa?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,business, -software-tools/react,software-tools/react,https://images.unsplash.com/photo-1558903619-229c7bfcf634?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming, -software-tools/svelte,software-tools/Svelte,https://svelte.dev/_app/immutable/assets/svelte-machine-c1f1e10b.avif,programming, -thinking,thinking,https://images.unsplash.com/photo-1589571739149-47ed80eae6ba?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,personal-development, -web-design,web-design,https://images.unsplash.com/photo-1470790376778-a9fbc86d70e2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -web,web,https://images.unsplash.com/photo-1506762264250-780c5fe510e3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -visualization,visualization,https://images.unsplash.com/photo-1584291527905-f930791fb1ce?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -type-theory,type-theory,https://images.unsplash.com/photo-1472847720459-21ede812f22a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -languages/kannada,languages/kannada,https://images.unsplash.com/photo-1561522819-87846087bae5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,language, -writing,writing,https://images.unsplash.com/photo-1457369804613-52c61a468e7d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,communication, -telecommunication,telecommunication,https://images.unsplash.com/photo-1513432022855-4deb9b5c05e6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -software-tools/integrated-development-environments,software-tools/integrated-development-environments,https://images.unsplash.com/photo-1577466803465-38994626d5b1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/powershell,software-tools/powershell,https://images.unsplash.com/photo-1551631880-e807a4453bc1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/git,software-tools/git,https://images.unsplash.com/photo-1591527791390-7d12f8ec8a54?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/unix,software-tools/unix,https://images.unsplash.com/photo-1567473031050-4248185c685d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/linux,software-tools/linux,https://images.unsplash.com/photo-1578948274939-90cd72130a19?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/kubernetes,software-tools/kubernetes,https://images.unsplash.com/photo-1595436354633-56f2d19074bd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/wordpress,software-tools/wordpress,https://images.unsplash.com/photo-1591255880180-7d62da6dda53?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -higher-education,higher-education,https://images.unsplash.com/photo-1570337581087-5efcb7cd4d97?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bill-bryson,bill-bryson,https://images.unsplash.com/photo-1579625676445-469eed0fa554?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -peter-thiel,peter-thiel,https://images.unsplash.com/photo-1413708617479-50918bc877eb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tango,tango,https://images.unsplash.com/photo-1483931430372-226f194be3a5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -wastewater-treatment,wastewater-treatment,https://images.unsplash.com/photo-1533077162801-86490c593afb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/drupal,software-tools/drupal,https://images.unsplash.com/photo-1566735275258-58f8de705fdc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/ubuntu,software-tools/ubuntu,https://images.unsplash.com/photo-1586864387789-628af9feed72?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,computers, -software-tools/expression-engine,software-tools/expression-engine,https://images.unsplash.com/photo-1547408133-ae738478d78c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -anthropolgy,anthropolgy,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -software-tools/webpack,software-tools/webpack,https://images.unsplash.com/photo-1587027768084-c3a9076c0a43?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/redux,software-tools/redux,https://images.unsplash.com/photo-1587754256282-a11d04e3472d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming, -software-tools/rails,software-tools/rails,https://images.unsplash.com/photo-1588871369217-3c4dfc279f32?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming, -system-validation,system-validation,https://images.unsplash.com/photo-1556742208-999815fca738?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -clinical research,clinical research,,, -medical-devices,medical-devices,https://images.unsplash.com/photo-1597765654534-e42ea47ab66a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -raspberrypi,raspberrypi,https://images.unsplash.com/photo-1543676624-056859c66771?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,hobbies, -information-theory,information-theory,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/django,software-tools/django,https://images.unsplash.com/photo-1587754256282-a11d04e3472d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming, -nations/india/space-science,nations/india/space-science,https://images.unsplash.com/photo-1534988333262-c455b9332e52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stories,stories,https://images.unsplash.com/photo-1516302752625-fcc3c50ae61f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -enterprise-resource-planning,enterprise-resource-planning,https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -embedded-systems,embedded-systems,https://images.unsplash.com/photo-1531258397587-3dbe65356ba0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -discipline,discipline,https://images.unsplash.com/photo-1574700957706-31f0635ac41c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -discrete-mathematics,discrete-mathematics,https://images.unsplash.com/photo-1518133835878-5a93cc3f89e5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -remote-work,remote-work,https://images.unsplash.com/photo-1517940001917-1c03b8b1b85b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -patriotism,patriotism,https://images.unsplash.com/photo-1505735464829-80b1329ac3c4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -music-genre/hindustani-classical,music-genre/hindustani-classical,https://images.unsplash.com/photo-1460723237483-7a6dc9d0b212?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -beatboxing,beatboxing,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -supply-chain,supply-chain,https://images.unsplash.com/photo-1586799625046-6cf41ce74968?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fashion,fashion,https://images.unsplash.com/photo-1551310357-b26c1af069c6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -google-cloud,google-cloud,https://images.unsplash.com/photo-1512360893-6cfbebd8da30?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -chatbots,chatbots,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -biometrics,biometrics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -interviews,interviews,https://images.unsplash.com/photo-1551836022-4c4c79ecde51?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fpga,fpga,https://images.unsplash.com/photo-1597862624292-45748390b00e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -accessibility,accessibility,https://images.unsplash.com/photo-1524513017549-db6af445c34a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/xcode,software-tools/xcode,https://images.unsplash.com/photo-1556262965-917187357da4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tourism,tourism,https://images.unsplash.com/photo-1505925549702-82c93eea28a0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -devops,devops,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -human-computer-interaction,human-computer-interaction,https://images.unsplash.com/photo-1526328828355-69b01701ca6a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -innovation,innovation,https://images.unsplash.com/photo-1562566072-2b6b48de409f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -negotiation,negotiation,https://images.unsplash.com/photo-1543269865-0a740d43b90c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -human-resources,human-resources,https://images.unsplash.com/photo-1590333857466-45fdb131db94?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -qualty,qualty,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -read-2018,read-2018,https://images.unsplash.com/photo-1480561807109-e2aa33f23be8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -energy,energy,https://images.unsplash.com/photo-1576835468836-b2e8970a70f9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -diversity,diversity,https://images.unsplash.com/photo-1591470916947-d28e0f19f92a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -six-sigma,six-sigma,https://images.unsplash.com/photo-1581009146145-b5ef050c2e1e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -business-intelligence,business-intelligence,https://images.unsplash.com/photo-1504375243548-4c974e20e993?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -coaching,coaching,https://images.unsplash.com/photo-1506126613408-eca07ce68773?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mobile,mobile,https://images.unsplash.com/photo-1591163698434-b907c4d40dfb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ecommerce,ecommerce,https://images.unsplash.com/photo-1592500624106-34d9c497c541?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -version-control,version-control,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -philanthropy,philanthropy,https://images.unsplash.com/photo-1554136369-724d2c41d883?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,humanities, -nations/usa/law,nations/usa/law,https://images.unsplash.com/photo-1542168300-6612866dc8f3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -operations,operations,https://images.unsplash.com/photo-1511721511189-ca0a98b3229e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nature,nature,https://images.unsplash.com/photo-1547806297-fb8b02632270?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fintech,fintech,https://images.unsplash.com/photo-1556740758-90de374c12ad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/google-cloud,software-tools/google-cloud,https://images.unsplash.com/photo-1534400984015-ec242122bc65?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -analyto,analyto,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -hotels,hotels,https://images.unsplash.com/photo-1580747182688-aa1f07847e8c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -infonomics,infonomics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -africa,africa,https://images.unsplash.com/photo-1484318571209-661cf29a69c3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,nations, -derivatives,derivatives,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -water,water,https://images.unsplash.com/photo-1593226169930-03b733b82a61?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -market-research,market-research,https://images.unsplash.com/photo-1524868857876-218cafbdda8b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -command-line,command-line,https://images.unsplash.com/photo-1589793463357-5fb813435467?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -computer-forensics,computer-forensics,https://images.unsplash.com/photo-1579257288921-4b9768255afd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -debugging,debugging,https://images.unsplash.com/photo-1582845512747-e42001c95638?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -networks,networks,https://images.unsplash.com/photo-1523285367489-d38aec03b6bd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -investment-management,investment-management,https://images.unsplash.com/photo-1569926426387-73e0974dd1b4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -food-and-beverage,food-and-beverage,https://images.unsplash.com/photo-1514994960127-ed3ef9239d11?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -social-networks,social-networks,https://images.unsplash.com/photo-1519389950473-47ba0277781c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -capital-markets,capital-markets,https://images.unsplash.com/photo-1526948531399-320e7e40f0ca?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/kyma,software-tools/kyma,https://images.unsplash.com/photo-1581720216098-0437bfa8829e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mainframe,mainframe,https://images.unsplash.com/photo-1574027542338-98e75acfd385?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -europe,europe,https://images.unsplash.com/photo-1590393802710-dbf451560939?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -non-profit,non-profit,https://images.unsplash.com/photo-1537134394103-214adc4bd836?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/msoffice,software-tools/msoffice,https://images.unsplash.com/photo-1574269909489-99666f1fefdc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -arts,arts,https://images.unsplash.com/photo-1501349800519-48093d60bde0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -internationalization,internationalization,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -collaboration,collaboration,https://images.unsplash.com/photo-1553013746-fd5454da7078?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/system-center,software-tools/system-center,https://images.unsplash.com/photo-1593784991251-92ded75ea290?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -devp,devp,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -crm,crm,https://images.unsplash.com/photo-1496852010445-f97b2eaeca4e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/spark,software-tools/spark,https://images.unsplash.com/photo-1564067018527-8584aca23a04?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -operations-management,operations-management,https://images.unsplash.com/photo-1580795478966-561ba4f1ce68?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ethical-hacking,ethical-hacking,https://images.unsplash.com/photo-1542831371-32f555c86880?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -informatics,informatics,https://images.unsplash.com/photo-1518770660439-4636190af475?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -semantic-web,semantic-web,https://images.unsplash.com/photo-1573495782952-e42bd3ea5a4d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -venture-capital,venture-capital,https://images.unsplash.com/photo-1593510987459-9a1489817a3b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -debt,debt,https://images.unsplash.com/photo-1565372594646-7e38ab4547c4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -finance/valuation,finance/valuation,https://images.unsplash.com/photo-1579185589974-471664177bb5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -global-business,global-business,https://images.unsplash.com/photo-1592963219751-3800a144a41e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -globalization,globalization,https://images.unsplash.com/photo-1528194764949-125c374c41af?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -macroeconomics,macroeconomics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,economics, -nosql,nosql,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -humans,humans,https://images.unsplash.com/photo-1517732306149-e8f829eb588a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -visual-computing,visual-computing,https://images.unsplash.com/photo-1589149098258-3e9102cd63d3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -non-profits,non-profits,https://images.unsplash.com/photo-1537134394103-214adc4bd836?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mergers-and-acquisitions,mergers-and-acquisitions,https://images.unsplash.com/photo-1575129080375-67b76c6f9cf1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -localization,localization,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -event-management,event-management,https://images.unsplash.com/photo-1586470202424-a6f766679b45?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/mongodb,software-tools/mongodb,https://images.unsplash.com/photo-1543504462-232132e2c6ae?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -computational-thinking,computational-thinking,https://images.unsplash.com/photo-1584473457409-ae5c91d7d8b1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,thinking, -nuclear-power,nuclear-power,https://images.unsplash.com/photo-1563988435096-0537593b5819?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -islamic-finance,islamic-finance,https://images.unsplash.com/photo-1574673811064-a1a0e0086696?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dairy,dairy,https://images.unsplash.com/photo-1589431606033-fcdc64ffe6bf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -real-time-systems,real-time-systems,https://images.unsplash.com/photo-1550608885-017f62625fdb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fundraising,fundraising,https://images.unsplash.com/photo-1468421870903-4df1664ac249?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -women,women,https://images.unsplash.com/photo-1528077680720-d789cf698bbb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sewage-treatment,sewage-treatment,https://images.unsplash.com/photo-1533163598089-2136626258e9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fiction,fiction,https://images.unsplash.com/photo-1533991177543-e1ac3b4ba42e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,literature, -nations/japan,nations/japan,https://images.unsplash.com/photo-1534201041980-ab6cb6c36cc3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -advertising,advertising,https://images.unsplash.com/photo-1578305849084-6cd9314a46db?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,marketing, -nations/south-korea,nations/south-korea,https://images.unsplash.com/photo-1514125067037-8e669dd37638?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -shipping,shipping,https://images.unsplash.com/photo-1536014358643-e35209c55cea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -leaership,leaership,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -disability,disability,https://images.unsplash.com/photo-1529567539530-07aa83b159a8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -workplace,workplace,https://images.unsplash.com/photo-1571624436279-b272aff752b5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/egypt/history,nations/egypt/history,https://images.unsplash.com/photo-1591975602197-69de5664af19?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -forecasting,forecasting,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -microeconomics,microeconomics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,economics, -neural-networks,neural-networks,https://images.unsplash.com/photo-1590859808308-3d2d9c515b1a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -middle-east,middle-east,https://images.unsplash.com/photo-1583060095186-852adde6b819?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -academics,academics,https://images.unsplash.com/photo-1570337581087-5efcb7cd4d97?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -banking,banking,https://images.unsplash.com/photo-1545854027-ba3d36e136c8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -computational-finance,computational-finance,https://images.unsplash.com/photo-1517424788495-0d03ec42e244?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -poverty,poverty,https://images.unsplash.com/photo-1590312626710-857f2c32d888?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,economics, -asia,asia,https://images.unsplash.com/photo-1533144176511-6fcdf0867173?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -public-relations,public-relations,https://images.unsplash.com/photo-1559523275-98fb3c56faf6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -work,work,https://images.unsplash.com/photo-1563253746-350a0a877afa?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/newzealand,nations/newzealand,https://images.unsplash.com/photo-1529673203658-56306382b724?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -shakespeare,shakespeare,https://images.unsplash.com/photo-1581344895000-b5deedbd1660?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -presentation,presentation,https://images.unsplash.com/photo-1542095801-47d1b95b2164?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -existentialism,existentialism,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -nations/spain,nations/spain,https://images.unsplash.com/photo-1486591913781-4bee9ed65bfe?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -packaging,packaging,https://images.unsplash.com/photo-1508858627235-801debd2be27?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -judaism,judaism,https://images.unsplash.com/photo-1592831383265-30324b73513a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,religion, -humanism,humanism,https://images.unsplash.com/photo-1540240798311-ce41a5e273f1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,philosophy, -speaking,speaking,https://images.unsplash.com/photo-1592829238140-d5b194da621f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -orientalism,orientalism,https://images.unsplash.com/photo-1584343462326-235072cff81d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/uk,nations/uk,https://images.unsplash.com/photo-1535087908110-b0231df4ddf6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -languages/norwegian,languages/norwegian,https://images.unsplash.com/photo-1538708591342-2dcd6706e3b6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/hadoop,software-tools/hadoop,https://images.unsplash.com/photo-1588473659726-030f9bf6341d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -antarctica,antarctica,https://images.unsplash.com/photo-1530515939918-4fd73cd8cd9c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -communism,communism,https://images.unsplash.com/photo-1558894656-e05f648a7110?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -time-series,time-series,https://images.unsplash.com/photo-1562179350-5755161976cf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -spreadsheets,spreadsheets,https://images.unsplash.com/photo-1543286386-713bdd548da4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -data-visualization,data-visualization,https://images.unsplash.com/photo-1584291527908-033f4d6542c8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mythology,mythology,https://images.unsplash.com/photo-1598186205435-d166fa31216e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -languages/malay,languages/malay,https://images.unsplash.com/photo-1534643960519-11ad79bc19df?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -languages/welsh,languages/welsh,https://images.unsplash.com/photo-1495648013863-7f0f0f7b14a6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -meditation,meditation,https://images.unsplash.com/photo-1528715471579-d1bcf0ba5e83?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -conflict,conflict,https://images.unsplash.com/photo-1594052424408-c65af3ca60ea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -geneology,geneology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -catalonia,catalonia,https://images.unsplash.com/photo-1590948288641-fd9a53b8fb30?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -weight-loss,weight-loss,https://images.unsplash.com/photo-1552848031-326ec03fe2ec?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,health, -football,football,https://images.unsplash.com/flagged/photo-1568733279036-aaa3f1e235f4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,sports, -genomics,genomics,https://images.unsplash.com/photo-1579154204628-0489d1e5c0f2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -interactomics,interactomics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -rome,rome,https://images.unsplash.com/photo-1518453850752-056b15f0a4ea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -noongar,noongar,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -music-genre/blues,music-genre/blues,https://images.unsplash.com/photo-1483428400520-675ef69a3bc4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -songwriting,songwriting,https://images.unsplash.com/photo-1571512379797-4613cb587cc0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,music, -sound,sound,https://images.unsplash.com/photo-1529359744902-86b2ab9edaea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/ableton-live,software-tools/ableton-live,https://images.unsplash.com/photo-1581389058490-a7cb2a234758?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jazz,jazz,https://images.unsplash.com/photo-1511192336575-5a79af67a629?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -soft-skills,soft-skills,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -higgs-boson,higgs-boson,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -network-audio,network-audio,https://images.unsplash.com/photo-1556204975-9c2cf08aad32?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rock,rock,https://images.unsplash.com/photo-1587982551984-a25cedbafd54?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gender,gender,https://images.unsplash.com/photo-1584277399808-15e185487bfb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -percussion,percussion,https://images.unsplash.com/photo-1557516426-b5a1f2991bf6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,music, -painting,Painting,https://images.unsplash.com/photo-1584285418616-f40d8f6f4dba?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -disaster-management,Disaster Management,https://images.unsplash.com/photo-1586470202424-a6f766679b45?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -community,community,https://images.unsplash.com/photo-1508785166660-30ce4484f45c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -family-business,Family Business,https://images.unsplash.com/photo-1553524790-5872ab69e309?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gaming,gaming,https://images.unsplash.com/photo-1591196702597-062a87208fed?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fabrication,fabrication,https://images.unsplash.com/photo-1518709414768-a88981a4515d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -solarcity,solarcity,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -music-genre/opera,music-genre/opera,https://images.unsplash.com/photo-1518553112695-2887e9578b94?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -espionage,espionage,https://images.unsplash.com/photo-1521203071922-533884829d1f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -material-science,material-science,https://images.unsplash.com/photo-1531882446187-4c6a866310f5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -architect,architect,https://images.unsplash.com/photo-1524771846061-76f75e322b99?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mixed-reality,mixed-reality,https://images.unsplash.com/photo-1592477725143-2e57dc728f0a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mobile-apps,mobile-apps,https://images.unsplash.com/photo-1519069060891-f8c50519bf39?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stress,stress,https://images.unsplash.com/photo-1521175776577-f8e0c1e5ecb7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -viola,viola,https://images.unsplash.com/photo-1561650714-761c43fb90cc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sound-production,sound-production,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -botany,botany,https://images.unsplash.com/photo-1586598283314-360159189abe?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -marriage,marriage,https://images.unsplash.com/photo-1511764027965-fc4921a76e5c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/bootstrap,software-tools/bootstrap,https://images.unsplash.com/photo-1596199631310-782ed7346a26?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -agile,agile,https://images.unsplash.com/photo-1550874296-8c8769b8ebef?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -video-streaming,video-streaming,https://images.unsplash.com/photo-1495434942214-9b525bba74e9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/nosql,software-tools/nosql,https://images.unsplash.com/photo-1595436354633-56f2d19074bd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -industrial-design,industrial-design,https://images.unsplash.com/photo-1593685967309-8e47fe215c6d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -podcasting,podcasting,https://images.unsplash.com/photo-1567598125860-7201ff8c9e6f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -malaria,malaria,https://images.unsplash.com/photo-1560253226-26f367c49ae2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tabla,tabla,https://images.unsplash.com/photo-1524392749318-209b690c93c6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -biomimicry,biomimicry,https://images.unsplash.com/photo-1522154200562-ceca28c8809e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/angularjs,software-tools/angularjs,https://images.unsplash.com/photo-1565483584767-e29e31d96d49?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -orchids,orchids,https://images.unsplash.com/photo-1586025713231-6f98c43b205e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -design-patterns,design-patterns,https://images.unsplash.com/photo-1487147264018-f937fba0c817?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -google-maps,google-maps,https://images.unsplash.com/photo-1524659772801-ea6770b1fdb5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -object-oriented-programming,object-oriented-programming,https://images.unsplash.com/photo-1518655061710-5ccf392c275a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -orchestra,orchestra,https://images.unsplash.com/photo-1565484799195-4a3db577dd2b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/tableau,software-tools/tableau,https://images.unsplash.com/photo-1577466803465-38994626d5b1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -colors,colors,https://images.unsplash.com/photo-1518516278006-4aca92806257?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/meteorjs,software-tools/meteorjs,https://images.unsplash.com/photo-1545981822-c7905bd4988d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming, -wellness,wellness,https://images.unsplash.com/photo-1454944338482-a69bb95894af?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hollywood,hollywood,https://images.unsplash.com/photo-1553135648-d7cf7ab44ebc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ergonomics,ergonomics,https://images.unsplash.com/photo-1518604100146-5d90d05f1b58?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -screenwriting,screenwriting,https://images.unsplash.com/photo-1569343285904-001a0ee57edc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mathematical-modelling,mathematical-modelling,https://images.unsplash.com/photo-1517988125222-aa07cf3ba98b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -data-modeling,data-modeling,https://images.unsplash.com/photo-1558588942-930faae5a389?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-development/libgdx,software-development/libgdx,https://images.unsplash.com/photo-1502893171929-d651d4f90d15?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -linked-data,linked-data,https://images.unsplash.com/photo-1504868584819-f8e8b4b6d7e3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -salt,salt,https://images.unsplash.com/photo-1557955114-1c82fec38638?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ab-testing,ab-testing,https://images.unsplash.com/photo-1569803903286-eb86d49af323?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,product-management, -software-tools/firebase,software-tools/firebase,https://images.unsplash.com/photo-1581087724844-037b13e16b0b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -verilog,verilog,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -object-oriented-prgramming,object-oriented-prgramming,https://images.unsplash.com/photo-1560393464-5c69a73c5770?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vlsi,vlsi,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -software-tools/aws,software-tools/aws,https://images.unsplash.com/photo-1545981822-c7905bd4988d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/react-native,software-tools/react-native,https://images.unsplash.com/photo-1579584346148-0876908a7da2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -control-systems,control-systems,https://images.unsplash.com/photo-1534988333262-c455b9332e52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -data-warehousing,data-warehousing,https://images.unsplash.com/photo-1542744173-05336fcc7ad4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -linear-programming,linear-programming,https://images.unsplash.com/photo-1536859355448-76f92ebdc33d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/netlogo,software-tools/netlogo,https://images.unsplash.com/photo-1588014328208-de6c5973a014?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -infographics,infographics,https://images.unsplash.com/photo-1567604713218-36a0f5841046?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hardware-verification,hardware-verification,https://images.unsplash.com/photo-1594415897673-9826d8a6bf7e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/flutter,software-tools/flutter,https://images.unsplash.com/photo-1576012516183-fe24f3bbf266?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mobile-development,mobile-development,https://images.unsplash.com/photo-1590935216525-e35827458736?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/linq,software-tools/linq,https://images.unsplash.com/photo-1587754256282-a11d04e3472d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -material-design,material-design,https://images.unsplash.com/photo-1565272549556-0d12dc9fb605?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -food-science,food-science,https://images.unsplash.com/photo-1531882446187-4c6a866310f5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/faust,software-tools/faust,https://images.unsplash.com/photo-1567361808960-dec9cb578182?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -scientific-computing,scientific-computing,https://images.unsplash.com/photo-1542736667-069246bdbc6d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vhdl,vhdl,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -chris-yeh,chris-yeh,https://images.unsplash.com/photo-1533437823696-9bab5e6b3fe3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -circuit-analysis,circuit-analysis,https://images.unsplash.com/flagged/photo-1563806164148-31182762ece5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -activism,activism,https://images.unsplash.com/photo-1595121060968-86cc492a9ac8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sanitation,sanitation,https://images.unsplash.com/photo-1585145868197-46c43674375b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sensors,sensors,https://images.unsplash.com/photo-1595692682118-774e5182f484?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -wind-power,wind-power,https://images.unsplash.com/photo-1520392693677-3ca8cd22b717?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -solar-power,solar-power,https://images.unsplash.com/flagged/photo-1566838616895-de583695464e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ceramics,ceramics,https://images.unsplash.com/photo-1590439471364-192aa70c0b53?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -engineering-design,engineering-design,https://images.unsplash.com/photo-1558092177-d7954342296c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -microcontrollers,microcontrollers,https://images.unsplash.com/photo-1592659762303-90081d34b277?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,electronics-engineering, -electrodynamics,electrodynamics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -spectrum,spectrum,https://images.unsplash.com/photo-1594780119779-3bd294c4e5eb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bridges,bridges,https://images.unsplash.com/photo-1596248037896-f0be026ca708?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/autodesk,software-tools/autodesk,https://images.unsplash.com/photo-1586962262129-7de7fd522639?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -transport-phenomena,transport-phenomena,https://images.unsplash.com/photo-1580287312673-5759d977c592?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -statics,statics,https://images.unsplash.com/photo-1539186607619-df476afe6ff1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nanotechnology,nanotechnology,https://images.unsplash.com/photo-1576141546153-3e04370b5ff7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -oauth,oauth,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -matrix-algebra,matrix-algebra,https://images.unsplash.com/photo-1583167462579-5df2ca99e1b8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -remote-sensing,remote-sensing,https://images.unsplash.com/photo-1569867319650-976a5a3b7fd2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -optics,optics,https://images.unsplash.com/photo-1514076298225-f6de8bfa58fa?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,physics, -automotive-systems,automotive-systems,https://images.unsplash.com/photo-1514630837637-5e08fad3b035?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hydraulics,hydraulics,https://images.unsplash.com/photo-1582160309675-8c2570e15087?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -3d-graphics,3d-graphics,https://images.unsplash.com/photo-1554128655-161219374d63?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mechanical-engineering,mechanical-engineering,https://images.unsplash.com/photo-1581092335878-2d9ff86ca2bf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -microwave,microwave,https://images.unsplash.com/photo-1539388453534-0cba3c735702?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -proteogenomics,proteogenomics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -software-tools/simulink,software-tools/simulink,https://images.unsplash.com/photo-1588014327969-38ff21885b62?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -drones,drones,https://images.unsplash.com/photo-1529611756594-6a4fef31992a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,aviation, -biomaterials,biomaterials,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -cement,cement,https://images.unsplash.com/photo-1585336616548-5efff40bcdff?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mechanics,mechanics,https://images.unsplash.com/photo-1524645502080-7d0569e67af3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -organic-farming,organic-farming,https://images.unsplash.com/photo-1533792344354-ed5e8fc12494?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -quantum-mechanics,quantum-mechanics,https://images.unsplash.com/photo-1519662260128-96705efc939f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -concrete,concrete,https://images.unsplash.com/photo-1583929610688-919d44198db7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rockets,rockets,https://images.unsplash.com/photo-1577794448290-4c9fa4ad4460?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -apps,apps,https://images.unsplash.com/photo-1504691342899-4d92b50853e1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -electrical-engineereing,electrical-engineereing,https://images.unsplash.com/photo-1564997955486-b3e7b9bfc572?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -electromagnetism,electromagnetism,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -integrated-circuits,integrated-circuits,https://images.unsplash.com/photo-1510746001195-0db09655b6db?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -railways,railways,https://images.unsplash.com/photo-1564388386704-4a76eb90c6ec?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -navigation,navigation,https://images.unsplash.com/photo-1577895229684-59121e3d4fd5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -polymers,polymers,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -analog-circuits,analog-circuits,https://images.unsplash.com/photo-1595827980860-0dc550200061?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hybrid-vehicles,hybrid-vehicles,https://images.unsplash.com/photo-1570883482089-a3c3f19af2b0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,automotive-engineering, -air-quality,air-quality,https://images.unsplash.com/photo-1580576582449-3e34e5ddad21?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cellular-solids,cellular-solids,https://images.unsplash.com/photo-1557767382-97b28f5488e7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -noise,noise,https://images.unsplash.com/photo-1589136488947-0b5820e55540?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hyperloop,hyperloop,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -clothing,clothing,https://images.unsplash.com/photo-1592423788390-2e71e064f724?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -satelites,satelites,https://images.unsplash.com/photo-1542810844-3cbb59395445?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -electric-vehicles,electric-vehicles,https://images.unsplash.com/photo-1557775209-a640976a712f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -biochemistry,biochemistry,https://images.unsplash.com/photo-1595541436696-9d1ed153a2ca?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -casting,casting,https://images.unsplash.com/photo-1594334003508-a051102d0d9a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mechanical-engineering, -molecular-biology,molecular-biology,https://images.unsplash.com/photo-1531956656798-56686eeef3d4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gears,gears,https://images.unsplash.com/photo-1596496356940-0a111ee799c0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -silk,silk,https://images.unsplash.com/photo-1591633382222-4ce4caa53463?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pharmacy,pharmacy,https://images.unsplash.com/photo-1584174594005-60a49c828bbc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fluidization,fluidization,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -pollution,pollution,https://images.unsplash.com/photo-1557089041-5ccd2e42655c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -compliant-mechanisms,compliant-mechanisms,https://images.unsplash.com/photo-1558350870-57256fa632a9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -electrical-machines,electrical-machines,https://images.unsplash.com/photo-1528241020877-56a298b1e9e7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -industrial-automation,industrial-automation,https://images.unsplash.com/photo-1513828583688-c52646db42da?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -composite-materials,composite-materials,https://images.unsplash.com/photo-1480264104733-84fb0b925be3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mineral-processing,mineral-processing,https://images.unsplash.com/photo-1584157314274-a150ecb31e75?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rheology,rheology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -iron,iron,https://images.unsplash.com/photo-1521710696740-c8144a7eaf88?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,metallurgy, -optical-fiber,optical-fiber,https://images.unsplash.com/photo-1562575214-ffefa379432a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alloys,alloys,https://images.unsplash.com/photo-1484898825481-73250f5eab5c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -measurement,measurement,https://images.unsplash.com/photo-1509041172795-d4869fe4a9eb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -composites,composites,https://images.unsplash.com/photo-1535066925810-38b22c6b8255?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -soil-mechanics,soil-mechanics,https://images.unsplash.com/photo-1555693744-00328da9d387?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vibration,vibration,https://images.unsplash.com/photo-1571423944485-6c3656f98eb7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -offshore-structures,offshore-structures,https://images.unsplash.com/reserve/TxbDzeAhRmCwa6DDrbOQ_kazan-big.jpg?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -soil,soil,https://images.unsplash.com/photo-1551411319-a565b2cda9dd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -metallurgy,metallurgy,https://images.unsplash.com/photo-1496247749665-49cf5b1022e9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -machinery,machinery,https://images.unsplash.com/photo-1507336641158-886006775dd0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -asic,asic,https://images.unsplash.com/photo-1572292622283-969e5a86cf5b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -multiple-sclerosis,multiple-sclerosis,https://images.unsplash.com/photo-1519852218644-6b124b63c123?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lighting,lighting,https://images.unsplash.com/photo-1561264818-ef21980f42b3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -permaculture,permaculture,https://images.unsplash.com/photo-1516133688184-afb1b2b88431?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vaccines,vaccines,https://images.unsplash.com/photo-1578308175085-444a1fbea0fe?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -power-electronics,power-electronics,https://images.unsplash.com/photo-1573447985340-c13fb23e2e8b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -epidemiology,epidemiology,https://images.unsplash.com/photo-1579154204845-5d7f8d4dc785?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -muscles,muscles,https://images.unsplash.com/photo-1526407297627-d845b359a55b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -steam,steam,https://images.unsplash.com/photo-1531969179221-3946e6b5a5e7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -process-control,process-control,https://images.unsplash.com/photo-1574689049868-e94ed5301745?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -network-analysis,network-analysis,https://images.unsplash.com/photo-1557804483-ef3ae78eca57?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -surveying,surveying,https://images.unsplash.com/photo-1526593714223-37c814d5aea9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -laser,laser,https://images.unsplash.com/photo-1593362417394-7151900a33a3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -waste,waste,https://images.unsplash.com/photo-1518778578946-2adac1f0ecbf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -machines,machines,https://images.unsplash.com/photo-1584952811100-408c9ca384cb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stability,stability,https://images.unsplash.com/photo-1592899436433-8abe4656570c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -macronutrients,macronutrients,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -emergency-care,emergency-care,https://images.unsplash.com/photo-1587497203441-4fd44b43caf8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -systems-engineering,systems-engineering,https://images.unsplash.com/photo-1450897889137-8a0b15a4c945?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dentistry,dentistry,https://images.unsplash.com/photo-1588776813941-dcf9c55e84d2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pregnancy,pregnancy,https://images.unsplash.com/photo-1505334559002-c2103a3e106b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -opamps,opamps,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -dysphagia,dysphagia,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, diff --git a/db/topics2.csv b/db/topics2.csv deleted file mode 100644 index 2bf999d..0000000 --- a/db/topics2.csv +++ /dev/null @@ -1,1454 +0,0 @@ -name,display_name,image,parent_id,sort_index -boilers,boilers,https://images.unsplash.com/photo-1546197001-823e4113fdbb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -5g,5g,https://images.unsplash.com/photo-1592508348786-5b41c6b4d935?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -critical-path-method,critical-path-method,https://images.unsplash.com/photo-1573321199606-a12ad0e012d4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vocology,vocology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -breast-cancer,breast-cancer,https://images.unsplash.com/photo-1552034350-f9a94480c6e8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -water-treatment,water-treatment,https://images.unsplash.com/photo-1533077162801-86490c593afb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pelvis,pelvis,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -autism,autism,https://images.unsplash.com/photo-1490168040734-2226e72962f6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -obesity,obesity,https://images.unsplash.com/photo-1499570918316-49e6bdd500b7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -intellectual-disability,intellectual-disability,https://images.unsplash.com/photo-1592421972260-58575a63b022?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nordic-diet,nordic-diet,https://images.unsplash.com/photo-1488163767548-dd55cd75ece7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -patient-safety,patient-safety,https://images.unsplash.com/photo-1584714268709-c3dd9c92b378?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bacterias,bacterias,https://images.unsplash.com/photo-1535127022272-dbe7ee35cf33?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -beef,beef,https://images.unsplash.com/photo-1530524428108-f983ca74ad0f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -antimicrobial-therapy,antimicrobial-therapy,https://images.unsplash.com/photo-1528716321680-815a8cdb8cbe?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -parasitology,parasitology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -cancer,cancer,https://images.unsplash.com/photo-1579684256060-d5a308109e21?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -clinical-simulation,clinical-simulation,https://images.unsplash.com/photo-1581056771085-3ce30d907416?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -oral-cavity,oral-cavity,https://images.unsplash.com/photo-1561328399-f94d2ce78679?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -medical-technology,medical-technology,https://images.unsplash.com/photo-1538174328773-472e75304512?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -renal-disease,renal-disease,https://images.unsplash.com/photo-1583324113900-5de25534bb2f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -biohacking,biohacking,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -alternative-medicine,alternative-medicine,https://images.unsplash.com/photo-1483480798629-0a045ab9acdb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -regulations,regulations,https://images.unsplash.com/photo-1597926576452-0f8ad9efdae0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -depression,depression,https://images.unsplash.com/photo-1484973768669-7fb6b5451095?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -diseases,diseases,https://images.unsplash.com/photo-1584714268709-c3dd9c92b378?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -abdomen,abdomen,https://images.unsplash.com/photo-1470583190240-bd6bbde8a569?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -transgender-medicine,transgender-medicine,https://images.unsplash.com/photo-1532336414038-cf19250c5757?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -prostate-cancer,prostate-cancer,https://images.unsplash.com/photo-1582719471863-f4c7006280cd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -spa,spa,https://images.unsplash.com/photo-1532926381893-7542290edf1d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -south-asia,south-asia,https://images.unsplash.com/photo-1516264665768-5525834929bf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -open-data,open-data,https://images.unsplash.com/photo-1584433144697-205892243f4d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -death,death,https://images.unsplash.com/photo-1537012214261-b9b0edaca71b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mri,mri,https://images.unsplash.com/photo-1581595220057-eefa8c4add1b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -leif-babin,leif-babin,https://images.unsplash.com/photo-1535949228921-80c784a22c9f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tumors,tumors,https://images.unsplash.com/photo-1579684385127-1ef15d508118?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -heart,heart,https://images.unsplash.com/photo-1517170542039-828554f01556?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -lifestyle-medicine,lifestyle-medicine,https://images.unsplash.com/photo-1588186593114-e7b26b2890b5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -disaster-medicine,disaster-medicine,https://images.unsplash.com/photo-1459539235056-5045ca20e525?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -urology,urology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,medicine, -two-phase-flow,two-phase-flow,https://images.unsplash.com/photo-1562265941-14f8d55fe328?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pediatrics,pediatrics,https://images.unsplash.com/photo-1576089235406-0612d7bb033e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hepatitis,hepatitis,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -advocacympolicy,advocacympolicy,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -cataract-surgery,cataract-surgery,https://images.unsplash.com/photo-1579684385127-1ef15d508118?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -behavioral-medicine,behavioral-medicine,https://images.unsplash.com/photo-1576065435202-e0a7979b93e3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gmo,gmo,https://images.unsplash.com/photo-1437252611977-07f74518abd7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -children,children,https://images.unsplash.com/photo-1565964249363-88573c500ab4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hypothyroidism,hypothyroidism,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -injury,injury,https://images.unsplash.com/photo-1516069677018-378515003435?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ebola,ebola,https://images.unsplash.com/photo-1580378156095-317d986123f8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -oral-health,oral-health,https://images.unsplash.com/photo-1561328399-f94d2ce78679?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -imflammation,imflammation,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -frailty,frailty,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -disease,disease,https://images.unsplash.com/photo-1583324113626-70df0f4deaab?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -infection,infection,https://images.unsplash.com/photo-1595079608418-e91c6eb4cfe7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fungal-diseases,fungal-diseases,https://images.unsplash.com/photo-1576086265779-619d2f54d96b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -myocardial-infarction,myocardial-infarction,https://images.unsplash.com/photo-1530026454774-50cce722a1fb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ecg,ecg,https://images.unsplash.com/photo-1507149214576-19e2f76d09ad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -telemedicine,telemedicine,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -genomic-medicine,genomic-medicine,https://images.unsplash.com/photo-1543709533-c032159da7b0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -quality-improvement,quality-improvement,https://images.unsplash.com/photo-1597549820188-cba087f009b7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -contraception,contraception,https://images.unsplash.com/photo-1576069857425-00f507c7d08d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -genetic-disease,genetic-disease,https://images.unsplash.com/photo-1583912268183-a34d41fe464a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -insulin,insulin,https://images.unsplash.com/photo-1593491205049-7f032d28cf5c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -virus,virus,https://images.unsplash.com/photo-1585556557157-cd17d9d79cc8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -visual-impairment,visual-impairment,https://images.unsplash.com/photo-1590082037560-93eb9eaed7ab?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -automata-theory,automata-theory,https://images.unsplash.com/photo-1591716775138-017af352d778?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -heart-disease,heart-disease,https://images.unsplash.com/photo-1581961462133-ca8618e89ed3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -parkinsons-disease,parkinsons-disease,https://images.unsplash.com/photo-1579544787614-fa683917e045?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -eyes,eyes,https://images.unsplash.com/photo-1519235850560-a9f3371b5d6c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -seizures,seizures,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -pharmacokinetics,pharmacokinetics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -cpr,cpr,https://images.unsplash.com/photo-1597239994387-6c43b0c4317e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -shoulder-pain,shoulder-pain,https://images.unsplash.com/photo-1514672013381-c6d0df1c8b18?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bioterrorism,bioterrorism,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -podiatry,podiatry,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -psychosis,psychosis,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -radiotherapy,radiotherapy,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -chronobiology,chronobiology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -childbirth,childbirth,https://images.unsplash.com/photo-1457954275879-87d67ee5507e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cognitive-behavioural-therapy,cognitive-behavioural-therapy,https://images.unsplash.com/photo-1527137342181-19aab11a8ee8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -babies,babies,https://images.unsplash.com/photo-1529456589219-228196a9c50d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -wounds,wounds,https://images.unsplash.com/photo-1585304794344-04fbadf546ef?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -asthma,asthma,https://images.unsplash.com/photo-1581578021450-fbd19fba0e63?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -newborn-healthcare,newborn-healthcare,https://images.unsplash.com/flagged/photo-1551049215-23fd6d2ac3f1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pharmacotherapeutics,pharmacotherapeutics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -tuberculosis,tuberculosis,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -radiobiology,radiobiology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -linear-regression,linear-regression,https://images.unsplash.com/photo-1550951196-bafc03f134d8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -prenatal-testing,prenatal-testing,https://images.unsplash.com/photo-1575468130766-fce03f7afaab?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rings,rings,https://images.unsplash.com/photo-1507680576301-98c2029cf434?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dna,dna,https://images.unsplash.com/photo-1583912086201-b6db267b43ff?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -statistical-inference,statistical-inference,https://images.unsplash.com/photo-1565292793248-f5c13612c48e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mathematical-modeling,mathematical-modeling,https://images.unsplash.com/photo-1571134298753-af0b53de79ca?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mathematics, -nonlinear-dynamics,nonlinear-dynamics,https://images.unsplash.com/photo-1591737927087-24b61d41def5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pcos,pcos,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -leishmaniasis,leishmaniasis,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -neurology,neurology,https://images.unsplash.com/photo-1527613426441-4da17471b66d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -precalculus,precalculus,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -numerical-analysis,numerical-analysis,https://images.unsplash.com/photo-1582719367079-bc1b8e5fed9d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -epilepsy,epilepsy,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -hospitals,hospitals,https://images.unsplash.com/photo-1597765221336-1f65bb4c4fee?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -confidence-interval,confidence-interval,https://images.unsplash.com/photo-1456553583670-f4242f36d0fc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kala-azar,kala-azar,https://images.unsplash.com/photo-1533005346585-b131e79eef3a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fields,fields,https://images.unsplash.com/photo-1588379725468-5eade989d35e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -queuing-theory,queuing-theory,https://images.unsplash.com/photo-1574687290619-fff537e7cfcb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mathematics, -number-theory,number-theory,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mathematics, -random-variables,random-variables,https://images.unsplash.com/photo-1499532744860-fb7526b66e7b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -doodling,doodling,https://images.unsplash.com/photo-1568818876812-9c3c25f290a2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -matrices,matrices,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,mathematics, -automated-reasoning,automated-reasoning,https://images.unsplash.com/photo-1591696331111-ef9586a5b17a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -geometric-algorithms,geometric-algorithms,https://images.unsplash.com/photo-1583115260445-f95fe37202ae?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -blindness,blindness,https://images.unsplash.com/photo-1576769267221-a9b2a5d93ebc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -logistic-regression,logistic-regression,https://images.unsplash.com/photo-1504376830547-506dedfe1fe9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -eigenvalues,eigenvalues,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -eigenvectors,eigenvectors,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -paleobiology,paleobiology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -oceanography,oceanography,https://images.unsplash.com/photo-1563437060545-52c4198b7fc7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cosmology,cosmology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -land,land,https://images.unsplash.com/photo-1586184059194-4b048581e50b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -functions,functions,https://images.unsplash.com/photo-1526865762123-f47ced7511bd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -extinction,extinction,https://images.unsplash.com/photo-1596037332135-309f79d22d16?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tomography,tomography,https://images.unsplash.com/photo-1579154341098-e4e158cc7f55?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fractals,fractals,https://images.unsplash.com/photo-1592293395746-ab44f7198038?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -neuroimaging,neuroimaging,https://images.unsplash.com/photo-1549925245-ed00f728a961?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -light,light,https://images.unsplash.com/photo-1581857365232-fc508bbebdae?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -paleontology,paleontology,https://images.unsplash.com/photo-1568916160315-9c946b43d649?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -chicken,chicken,https://images.unsplash.com/photo-1545531665-fd86b1a6df38?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stem-cells,stem-cells,https://images.unsplash.com/photo-1580088337613-dac88d9562ce?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -solar-system,solar-system,https://images.unsplash.com/photo-1531232031116-db20728ca994?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -climate,climate,https://images.unsplash.com/photo-1581058462660-be602629302e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gastronomy,gastronomy,https://images.unsplash.com/photo-1514944288352-fffac99f0bdf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -eclipse,eclipse,https://images.unsplash.com/photo-1532986804548-c6a3eb3fb41e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sheep,sheep,https://images.unsplash.com/photo-1563915836748-d5b60516883c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -equations,equations,https://images.unsplash.com/photo-1581089784209-f2e9b2e20d3b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -astrobiology,astrobiology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -horse,horse,https://images.unsplash.com/photo-1580844911393-ca988f8771bc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -astrophysics,astrophysics,https://images.unsplash.com/photo-1475139441338-693e7dbe20b6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dogs,dogs,https://images.unsplash.com/photo-1596842032699-34ba9ca7adfa?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -microbiome,microbiome,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -neurobiology,neurobiology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -fuzzy-set-theory,fuzzy-set-theory,https://images.unsplash.com/photo-1531854640426-afcb99f0f7fd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -grazing,grazing,https://images.unsplash.com/photo-1570527990754-9085b582cb35?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -structure-expert-judgment,structure-expert-judgment,https://images.unsplash.com/photo-1523112784166-c04db3a3bb7c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cats,cats,https://images.unsplash.com/photo-1597919133987-79c8e6ef0928?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -darwin,darwin,https://images.unsplash.com/photo-1552024399-c881ca0307f2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -metabolism,metabolism,https://images.unsplash.com/photo-1533312708351-43abf900ba14?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -california,california,https://images.unsplash.com/photo-1467348733814-f93fc480bec6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -spacecraft,spacecraft,https://images.unsplash.com/photo-1583118443607-33f3731d09e3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -oceans,oceans,https://images.unsplash.com/photo-1569274037351-c417af666384?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vision,vision,https://images.unsplash.com/photo-1569165868245-224dee638bbe?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tissue-engineering,tissue-engineering,https://images.unsplash.com/photo-1581092922699-2766a7278454?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -synchrotron,synchrotron,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -black-holes,black-holes,https://images.unsplash.com/photo-1567095740613-beef70b7e61c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -finite-element-method,finite-element-method,https://images.unsplash.com/photo-1582235038306-71b65111468d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hurricane,hurricane,https://images.unsplash.com/photo-1520876435958-9c0890076376?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -meat,meat,https://images.unsplash.com/photo-1486172290186-a633e90efd68?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -motion,motion,https://images.unsplash.com/photo-1421167277458-08a4fab28fcd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gravity,gravity,https://images.unsplash.com/photo-1509544191984-6c3d2ea2681e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -walking,walking,https://images.unsplash.com/photo-1564591167348-6a45f42dc223?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -wine,wine,https://images.unsplash.com/photo-1515779689357-8b2b205287d3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bipedalism,bipedalism,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -arctic,arctic,https://images.unsplash.com/photo-1507022693206-8e43713b264b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stoichiometry,stoichiometry,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -gravitational-waves,gravitational-waves,https://images.unsplash.com/photo-1513883583436-c8bbfbc3b215?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -storms,storms,https://images.unsplash.com/photo-1564509002653-b857e9ee3464?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -thermochemistry,thermochemistry,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -scandanavia,scandanavia,https://images.unsplash.com/photo-1521547718148-354cb61f32e6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sharks,sharks,https://images.unsplash.com/photo-1485145189046-4d44a29117f3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -effective-field-theory,effective-field-theory,https://images.unsplash.com/photo-1589654888866-4b717275499f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -matter,matter,https://images.unsplash.com/photo-1591263683535-4ce2f5a3f1ee?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -algae,algae,https://images.unsplash.com/photo-1546689018-dbabc7658c3b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david-foster-wallace,david-foster-wallace,https://images.unsplash.com/photo-1540158155694-827be1534165?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -maxwell-equations,maxwell-equations,https://images.unsplash.com/photo-1502298411556-0b02524812cb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -beer,beer,https://images.unsplash.com/photo-1584471138326-3923896f93f5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -autophagy,autophagy,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -drainage,drainage,https://images.unsplash.com/photo-1579359457642-400adf44c5cc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mitochondria,mitochondria,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -mass-transfer-operations,mass-transfer-operations,https://images.unsplash.com/photo-1516767848735-fb701beb5567?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pharma,pharma,https://images.unsplash.com/photo-1558956397-7f6aea7aaab4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tropics,tropics,https://images.unsplash.com/photo-1520811524227-6e8a0643baea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -plasmonics,plasmonics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -meteorology,meteorology,https://images.unsplash.com/photo-1584267927207-fe24af2d1cc9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fuel-cells,fuel-cells,https://images.unsplash.com/photo-1587893904933-5b23fefaea6d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -metereology,metereology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -rna,rna,https://images.unsplash.com/photo-1575467322691-1e971b0a6d32?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -electrostatics,electrostatics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -biomembranes,biomembranes,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -entanglement,entanglement,https://images.unsplash.com/photo-1558056194-fa0bd597267d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -petrology,petrology,https://images.unsplash.com/photo-1484842641800-6767207f4220?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -analytical-chemistry,analytical-chemistry,https://images.unsplash.com/photo-1581093577441-de8afe17faa2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -seismology,seismology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -property-rights,property-rights,https://images.unsplash.com/photo-1590962677081-09f1239813c8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -epigenetics,epigenetics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -quantum-dynamics,quantum-dynamics,https://images.unsplash.com/photo-1584397745112-88a49afb166e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nitrogen,nitrogen,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -ferromagnetism,ferromagnetism,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -water-pump,water-pump,https://images.unsplash.com/photo-1553584261-f05d88d25fa9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -justice,justice,https://images.unsplash.com/photo-1592314550227-b3a002dd9ee3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bacteriology,bacteriology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -tornado,tornado,https://images.unsplash.com/photo-1580193813605-a5c78b4ee01a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rotation,rotation,https://images.unsplash.com/photo-1529934270219-f5ccc0ef692f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -disasters,disasters,https://images.unsplash.com/photo-1586470202424-a6f766679b45?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -audio,audio,https://images.unsplash.com/photo-1492879291357-620e858bd26a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -consumer-behavior,consumer-behavior,https://images.unsplash.com/photo-1507207611509-ec012433ff52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bioelectricity,bioelectricity,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -biorefinery,biorefinery,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -minerals,minerals,https://images.unsplash.com/photo-1522978413910-e3889a1343db?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -imaging,imaging,https://images.unsplash.com/photo-1549925245-f20a1bac6454?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -brewing,brewing,https://images.unsplash.com/photo-1518542698889-ca82262f08d5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -human-rights,human-rights,https://images.unsplash.com/photo-1592036159975-b3e05c5302c1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -greenland,greenland,https://images.unsplash.com/photo-1536846510272-1e5b61659afd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stalinism,stalinism,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -molecular-physics,molecular-physics,https://images.unsplash.com/photo-1534988333262-c455b9332e52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -heat-transfer,heat-transfer,https://images.unsplash.com/photo-1528227317825-6472d30f8b72?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -smart-cities,smart-cities,https://images.unsplash.com/photo-1524775906432-f594cea0a926?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -play,play,https://images.unsplash.com/photo-1587786255280-7836bf020cd6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -organs,organs,https://images.unsplash.com/photo-1557588213-4f57a0a17657?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nuclear-weapons,nuclear-weapons,https://images.unsplash.com/photo-1556379241-9155f7699e5a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -war,war,https://images.unsplash.com/photo-1574088242382-1be62789ba56?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -questionnaire,questionnaire,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -chaos,chaos,https://images.unsplash.com/photo-1568640523594-952e745369e8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,complexity-science, -markets,markets,https://images.unsplash.com/photo-1573529034968-658d31ceab2d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,economics, -rocks,rocks,https://images.unsplash.com/photo-1484557252951-1b5cfb8c4da8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tax,tax,https://images.unsplash.com/photo-1554252116-45f0b7a4969b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -endurance-training,endurance-training,https://images.unsplash.com/photo-1521404495898-64de72eda993?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,sports, -korea,korea,https://images.unsplash.com/photo-1559904196-316a7dd6c3ba?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/mexico,nations/mexico,https://images.unsplash.com/photo-1537124262771-dffbc84e7715?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/canada,nations/canada,https://images.unsplash.com/photo-1584818712340-44d7505532dd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -psychotherapy,psychotherapy,https://images.unsplash.com/photo-1502139214982-d0ad755818d8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mediocrity,mediocrity,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -international-relations,international-relations,https://images.unsplash.com/photo-1594019547053-561d965a3ef7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -property,property,https://images.unsplash.com/photo-1573544209644-4e154f09671c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -race,race,https://images.unsplash.com/photo-1589556264800-08ae9e129a8c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -islamic-banking,islamic-banking,https://images.unsplash.com/photo-1568075060053-3ee60e438f3d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -floods,floods,https://images.unsplash.com/photo-1596394549172-63cc58bd82ee?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -freedom,freedom,https://images.unsplash.com/photo-1530747656683-c940eb6472d0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -geopolitics,geopolitics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -happiness,happiness,https://images.unsplash.com/photo-1512723185835-0700e5069a9a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -writing-systems,writing-systems,https://images.unsplash.com/photo-1503944918282-d3a7844a9641?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -business-law,business-law,https://images.unsplash.com/photo-1555421689-d68471e189f2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -equality,equality,https://images.unsplash.com/photo-1591622573220-70f578ba3da8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,political-science, -sociolinguistics,sociolinguistics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -feminism,feminism,https://images.unsplash.com/photo-1528489496900-d841974f5290?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -clinical-psychology,clinical-psychology,https://images.unsplash.com/photo-1579154392429-0e6b4e850ad2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -suicide,suicide,https://images.unsplash.com/photo-1594718153856-41a79679d114?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -schools,schools,https://images.unsplash.com/photo-1590733120487-fbdd02a71d28?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -refugees,refugees,https://images.unsplash.com/photo-1523274974668-f24ffb8b94a0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -multimedia,multimedia,https://images.unsplash.com/photo-1590845947386-71f6a6387236?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mortgage-backed-securities,mortgage-backed-securities,https://images.unsplash.com/photo-1584785933913-feb6e407f2a2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,finance, -employment,employment,https://images.unsplash.com/photo-1522071820081-009f0129c71c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -counseling,counseling,https://images.unsplash.com/photo-1531913223931-b0d3198229ee?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -psychometrics,psychometrics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -identity,identity,https://images.unsplash.com/photo-1525787018795-f6419ea29f90?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -elections,elections,https://images.unsplash.com/photo-1496144300411-8dd31ce145ba?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -teenagers,teenagers,https://images.unsplash.com/photo-1576426846595-64bac8ffd3a8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -csr,csr,https://images.unsplash.com/photo-1568921209466-f95f0c0ff38a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -minorities,minorities,https://images.unsplash.com/photo-1594230612519-8702a322696e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/scotland,nations/scotland,https://images.unsplash.com/photo-1527592917574-89e781323349?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -competition-law,competition-law,https://images.unsplash.com/photo-1586807480822-0e95ba6666ad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ddt,ddt,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -brexit,brexit,https://images.unsplash.com/photo-1549483249-f0b359d1e289?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -literacy,literacy,https://images.unsplash.com/photo-1536869508136-25e131c20a5d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -edtech,edtech,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -fraud,fraud,https://images.unsplash.com/photo-1592772874383-d08932d29db7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -free-software,free-software,https://images.unsplash.com/photo-1522673999312-93aa76caeda6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -heritage,heritage,https://images.unsplash.com/photo-1594739887092-7166503fb655?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -makerspace,makerspace,https://images.unsplash.com/photo-1576344671421-374280113976?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -population,population,https://images.unsplash.com/photo-1541945343319-582876927c33?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -slavery,slavery,https://images.unsplash.com/photo-1562669602-2d1d940c2140?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lectures,lectures,https://images.unsplash.com/photo-1561089489-f13d5e730d72?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/italy,nations/italy,https://images.unsplash.com/photo-1589050577515-2b42b703e2c4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -autocracy,autocracy,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -european-union,european-union,https://images.unsplash.com/photo-1551645701-0e68cfc880f0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -military,military,https://images.unsplash.com/photo-1592089868710-9ab75a625e62?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -youth,youth,https://images.unsplash.com/photo-1516149893016-813d9a01d5d3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -infrastructure,infrastructure,https://images.unsplash.com/photo-1564849626250-1569de05814f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -propaganda,propaganda,https://images.unsplash.com/photo-1580130857334-2f9b6d01d99d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/india/law,nations/india/law,https://images.unsplash.com/photo-1596630252842-9534cf11f98e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -school,school,https://images.unsplash.com/photo-1596496050755-c923e73e42e1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -university,university,https://images.unsplash.com/photo-1590579491624-f98f36d4c763?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -languages/sanskrit,languages/sanskrit,https://images.unsplash.com/photo-1544685584-9d18c3420eb4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,language, -vocabulary,vocabulary,https://images.unsplash.com/photo-1525569624703-0f3c10276414?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -argumentation,argumentation,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -tinkering,tinkering,https://images.unsplash.com/photo-1502043150060-b01aa3030556?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -recreational-math,recreational-math,https://images.unsplash.com/photo-1520357565510-3e9a28937c74?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -classroom-management,classroom-management,https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -toefl,toefl,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -civil-war,civil-war,https://images.unsplash.com/photo-1544605718-ae6280f9e49c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fractions,fractions,https://images.unsplash.com/photo-1561708465-618441a93b7c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mathematics, -cultural,cultural,https://images.unsplash.com/photo-1500021804447-2ca2eaaaabeb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bioeconomy,bioeconomy,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -ielts,ielts,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -flipped-classroom,flipped-classroom,https://images.unsplash.com/photo-1506816422468-dc9bcb91c5f2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fake-news,fake-news,https://images.unsplash.com/photo-1528047128849-2382ff646073?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -common-core,common-core,https://images.unsplash.com/photo-1596710214181-a7dfa4addddc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -exploding-dots,exploding-dots,https://images.unsplash.com/photo-1588299430268-8f5684e9abdb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fitness,fitness,https://images.unsplash.com/photo-1580086319619-3ed498161c77?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/edx-studio,software-tools/edx-studio,https://images.unsplash.com/photo-1585666197206-5ed972d677a9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -languages/korean,languages/korean,https://images.unsplash.com/photo-1530457444374-24a7042c244c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -aadhaar,aadhaar,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -physical-education,physical-education,https://images.unsplash.com/photo-1584552357121-afaf66b31928?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -seduction,seduction,https://images.unsplash.com/photo-1516684402831-c151c11c6023?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -coffee,Coffee,https://images.unsplash.com/photo-1512151004335-d5b6c2ff7e12?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -taoism,taoism,https://images.unsplash.com/photo-1530469184714-b7cf76fe2be3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,philosophy, -the-map-is-not-the-terrain,the-map-is-not-the-terrain,https://images.unsplash.com/photo-1568367965780-b22d52814912?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -warren-buffett,warren-buffett,https://images.unsplash.com/photo-1540943344859-c3c190d97eae?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -polyamory,polyamory,https://images.unsplash.com/photo-1582167091406-1e676eb9407e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rationality,rationality,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -star-wars,star-wars,https://images.unsplash.com/photo-1569766670290-f5581d3bb53f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mark-monmonier,mark-monmonier,https://images.unsplash.com/photo-1575861116836-4781a59d6d4d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -evolutionary-psychology,evolutionary-psychology,https://images.unsplash.com/photo-1581434148149-bc0ea64bb4df?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ted-williams,ted-williams,https://images.unsplash.com/photo-1563720584217-8a46cf8931b8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bullshit,bullshit,https://images.unsplash.com/photo-1572725701699-6c50ffe13150?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pw-atkins,pw-atkins,https://images.unsplash.com/photo-1565518092924-a56eead41bb1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -blended-learning,blended-learning,https://images.unsplash.com/photo-1504711331083-9c895941bf81?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,learning, -dreams,dreams,https://images.unsplash.com/photo-1552972198-3073e09265b7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hierarchy,hierarchy,https://images.unsplash.com/photo-1493581391811-117565107aad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -irrationality,irrationality,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -mentoring,mentoring,https://images.unsplash.com/photo-1561346745-5db62ae43861?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -open-educational-resources,open-educational-resources,https://images.unsplash.com/photo-1544725121-be3bf52e2dc8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -howard-bloom,howard-bloom,https://images.unsplash.com/photo-1561451407-3f768c6133ce?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -amazon,amazon,https://images.unsplash.com/photo-1534861542011-27e852f7c9f5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -reddit,reddit,https://images.unsplash.com/photo-1543185396-518db4b5faef?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -george-marshall,george-marshall,https://images.unsplash.com/photo-1508367886998-79daa8f6b534?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alchemy,alchemy,https://images.unsplash.com/photo-1528136486997-bc538ef130d7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -general-george-pershing,general-george-pershing,https://images.unsplash.com/photo-1590934527994-59c6d6853ab3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-underwood,john-underwood,https://images.unsplash.com/photo-1589671236894-0e4b1ea0160b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -disney,disney,https://images.unsplash.com/photo-1522188936103-cef3d8be2f96?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -harry-frankfurt,harry-frankfurt,https://images.unsplash.com/photo-1591859721319-00380a2c4da6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -herbert-hoover,herbert-hoover,https://images.unsplash.com/photo-1506807992321-ae5abac1e188?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kenneth-arrow,kenneth-arrow,https://images.unsplash.com/photo-1551728830-d2c1d86d1ab4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -surface-analysis,surface-analysis,https://images.unsplash.com/photo-1535320903710-d993d3d77d29?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -chip-heath,chip-heath,https://images.unsplash.com/photo-1551642044-b5e65d8a7fac?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dan-millman,dan-millman,https://images.unsplash.com/photo-1562160624-b508db0cbd47?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gary-kasparov,gary-kasparov,https://images.unsplash.com/photo-1519036198581-988820d3bc2b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dan-heath,dan-heath,https://images.unsplash.com/photo-1591218030752-607173a93a8b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -biography,biography,https://images.unsplash.com/photo-1516979187457-637abb4f9353?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -caa,caa,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -genius,genius,https://images.unsplash.com/photo-1502258097612-43e695deebad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alfred-adler,alfred-adler,https://images.unsplash.com/photo-1570918636123-1cf760333866?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -william-shockley,william-shockley,https://images.unsplash.com/photo-1580128636806-b29892ddbb48?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hungary,hungary,https://images.unsplash.com/photo-1558536291-de5cb97f89df?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pragmatism,pragmatism,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -silicon-valley,silicon-valley,https://images.unsplash.com/photo-1592093947163-51f1d258d110?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mastery,mastery,https://images.unsplash.com/photo-1576628495526-762ecb7c9e34?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -multi-disciplinary,multi-disciplinary,https://images.unsplash.com/photo-1533631426898-d35562c426fb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fishing,fishing,https://images.unsplash.com/photo-1583249598754-b7a2f59651fb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -claude-shannon,claude-shannon,https://images.unsplash.com/photo-1562651139-e8e1f0a3cc71?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -scott-adams,scott-adams,https://images.unsplash.com/photo-1527487253850-19ea84ee398e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -diet-and-nutrition,diet-and-nutrition,https://images.unsplash.com/photo-1553517889-1070bb13978e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -emergence,emergence,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -wisdom,wisdom,https://images.unsplash.com/photo-1516422821770-ee3c71d84383?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -win/win,win/win,https://images.unsplash.com/photo-1581792515174-2acde6b39636?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-brooks,john-brooks,https://images.unsplash.com/photo-1579895989283-d78d3f1b8c29?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -michael-ovitz,michael-ovitz,https://images.unsplash.com/photo-1502085671122-2d218cd434e6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david-epstein,david-epstein,https://images.unsplash.com/photo-1566923243204-5aebd353eea5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cars,cars,https://images.unsplash.com/photo-1520183802803-06f731a2059f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alan-eagle,alan-eagle,https://images.unsplash.com/photo-1567996293198-c7bc7c5d5ff7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -union-square-hospitality-group,union-square-hospitality-group,https://images.unsplash.com/photo-1550698120-db4e1d8b8fa5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -aws,aws,https://images.unsplash.com/photo-1560067174-4f877da90d27?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ernest-shackleton,ernest-shackleton,https://images.unsplash.com/photo-1500021804447-2ca2eaaaabeb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lauren-mccann,lauren-mccann,https://images.unsplash.com/photo-1560090156-2bff0387aa6b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -boston-celtics,boston-celtics,https://images.unsplash.com/photo-1506638794690-bbea5c6f0ab7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -esther-wojcicki,esther-wojcicki,https://images.unsplash.com/photo-1591360058192-bad103262b7a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cicero,cicero,https://images.unsplash.com/photo-1575839127403-433ec253fb72?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rap,rap,https://images.unsplash.com/photo-1547082843-0c43e9359810?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -healthtech,healthtech,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -fumitake-koga,fumitake-koga,https://images.unsplash.com/photo-1561733124-f0db01fce3e8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ichiro-kishimi,ichiro-kishimi,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -kip-tindell,kip-tindell,https://images.unsplash.com/photo-1580092164493-b122d67725ae?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -harvey-karp,harvey-karp,https://images.unsplash.com/photo-1565027691958-f9cda1c7a6be?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -peter-wohlleben,peter-wohlleben,https://images.unsplash.com/photo-1580826288426-fc58ef037571?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bill-russell,bill-russell,https://images.unsplash.com/photo-1588114410955-e29c67d1f0b9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -process,process,https://images.unsplash.com/photo-1531172669465-5cea2a84f2c2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lyndon-b-johnson,lyndon-b-johnson,https://images.unsplash.com/photo-1596244110863-f5a4ae0eacf4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -wallace-wattles,wallace-wattles,https://images.unsplash.com/photo-1551675704-b0e24e2b7817?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tracy-kidder,tracy-kidder,https://images.unsplash.com/photo-1502583794981-4610d89ce708?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david-eagleman,david-eagleman,https://images.unsplash.com/photo-1586674757927-e8e76353311b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -warren-bennis,warren-bennis,https://images.unsplash.com/photo-1594989757994-4b424456228c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -yvon-chouinard,yvon-chouinard,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -mental-models,mental-models,https://images.unsplash.com/photo-1580630005061-b33f76beb83a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -subscription-economy,subscription-economy,https://images.unsplash.com/photo-1592421972305-d4d1a7cd11ae?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -peter-drucker,peter-drucker,https://images.unsplash.com/photo-1569758884082-8c6707fdba31?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -terry-arthur,terry-arthur,https://images.unsplash.com/photo-1512188066-4f19f566a388?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jcr-licklider,jcr-licklider,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -pritzker,pritzker,https://images.unsplash.com/photo-1522362332665-bd7dcb56bd9d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -arpa,arpa,https://images.unsplash.com/photo-1566978719223-a4a0a4243b96?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bo-burlingham,bo-burlingham,https://images.unsplash.com/photo-1592222565059-4535b563733e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -susan-crawford,susan-crawford,https://images.unsplash.com/photo-1504916490405-6a71ff3679d8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kevin-simler,kevin-simler,https://images.unsplash.com/photo-1526922624978-818bff22379e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david-falkner,david-falkner,https://images.unsplash.com/photo-1594201408510-dc19a64458d1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -britain,britain,https://images.unsplash.com/photo-1593692921599-8ed9a90c0ef0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mitchell-waldrop,mitchell-waldrop,https://images.unsplash.com/photo-1564749290517-4c796908b0a3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -spiritual,spiritual,https://images.unsplash.com/photo-1474310393803-fffb52bf17cf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ssalesforce,ssalesforce,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -joseph-jordania,joseph-jordania,https://images.unsplash.com/photo-1575027539052-ccc25522ffd4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jeffrey-rodengen,jeffrey-rodengen,https://images.unsplash.com/photo-1538036458282-2da358ea347c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -production,production,https://images.unsplash.com/photo-1518164483967-d6d558aa44df?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -don-norman,don-norman,https://images.unsplash.com/photo-1518235461080-01779c3c1167?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -container,container,https://images.unsplash.com/photo-1511383153726-54e369f4a6d8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -xerox-parc,xerox-parc,https://images.unsplash.com/photo-1589286670537-3092ec08e5ea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -seung-sahn,seung-sahn,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -malcolm-mclean,malcolm-mclean,https://images.unsplash.com/photo-1581067546188-2ae4523c7815?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -eliyahu-goldratt,eliyahu-goldratt,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -stephen-mitchell,stephen-mitchell,https://images.unsplash.com/photo-1589840594613-5393ce4721ba?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -theranos,theranos,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -alexander-jikuridze,alexander-jikuridze,https://images.unsplash.com/photo-1556139234-2f39950d97c5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -oprah,oprah,https://images.unsplash.com/photo-1590477331161-0fb9147dce13?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -joseph-campbell,joseph-campbell,https://images.unsplash.com/photo-1577272625487-d054ac0135b6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -the-office,the-office,https://images.unsplash.com/photo-1571439637943-d53875221ce9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -edward-bernays,edward-bernays,https://images.unsplash.com/photo-1597698538823-0a4e2ea827ee?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -donald-brown,donald-brown,https://images.unsplash.com/photo-1585007600338-ec568e187cc1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -psg-group,psg-group,https://images.unsplash.com/photo-1488942446680-85dd7de440ef?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -michael-pollan,michael-pollan,https://images.unsplash.com/photo-1516618736286-0c669ac7793a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -persistence,persistence,https://images.unsplash.com/photo-1526538964379-c7f71c1d7983?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -change,change,https://images.unsplash.com/photo-1532629345422-7515f3d16bb6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-h-patterson,john-h-patterson,https://images.unsplash.com/photo-1524611857210-87eb4ce7322c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -south-africa,south-africa,https://images.unsplash.com/photo-1578410485837-603c08df3fb2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lawrence-cunningham,lawrence-cunningham,https://images.unsplash.com/photo-1592400256475-24b99e69255a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -donna-beech,donna-beech,https://images.unsplash.com/photo-1570110059031-8e59d10e5b28?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pedro-domingos,pedro-domingos,https://images.unsplash.com/photo-1590799286523-13321b6166bb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -james-dyson,james-dyson,https://images.unsplash.com/photo-1585066047759-3438c34cf676?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ken-langone,ken-langone,https://images.unsplash.com/photo-1594840295384-3aad16925a4f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -samuel-crowther,samuel-crowther,https://images.unsplash.com/photo-1475791029390-e88ba721c9b3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kindle,kindle,https://images.unsplash.com/photo-1455541504462-57ebb2a9cec1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -robert-greene,robert-greene,https://images.unsplash.com/photo-1576670158333-9cf3fbdef080?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -willis-johnson,willis-johnson,https://images.unsplash.com/photo-1593874859838-0ba26e170889?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -human-universals,human-universals,https://images.unsplash.com/photo-1561383841-2cf676d37aaa?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -brian-christian,brian-christian,https://images.unsplash.com/photo-1544260307-9bb2af0982a3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -william-gore,william-gore,https://images.unsplash.com/photo-1597683362063-b691c8649d65?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -howard-martin,howard-martin,https://images.unsplash.com/photo-1568574261746-f1579b84e699?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bernie-marcus,bernie-marcus,https://images.unsplash.com/photo-1586381525582-f3c5e97304ae?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tiger-woods,tiger-woods,https://images.unsplash.com/photo-1580374370577-852ced2bb825?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sam-zell,sam-zell,https://images.unsplash.com/photo-1554921415-911c84e95e80?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -joe-dispenza,joe-dispenza,https://images.unsplash.com/photo-1520642801216-8d60b8255d7a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -isaac-asimov,isaac-asimov,https://images.unsplash.com/photo-1596449054838-0a2ae26b88e4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -charles-koch,charles-koch,https://images.unsplash.com/photo-1516710379545-fd7c4913ea26?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -anne-gruner-schlumberger,anne-gruner-schlumberger,https://images.unsplash.com/photo-1511736055649-5d82b091a64b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -james-p-carse,james-p-carse,https://images.unsplash.com/photo-1523137414122-480fe67d5c25?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sci-fi,sci-fi,https://images.unsplash.com/photo-1595486929480-330d9b25fbb8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -chimpanzees,chimpanzees,https://images.unsplash.com/photo-1562045540-fdb3a6251cf9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bill-buford,bill-buford,https://images.unsplash.com/photo-1593672715438-d88a70629abe?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mo-gawdat,mo-gawdat,https://images.unsplash.com/photo-1588398344652-2a1b8450719d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alan-watts,alan-watts,https://images.unsplash.com/photo-1576364084985-86854a9d4dd0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -robert-coram,robert-coram,https://images.unsplash.com/flagged/photo-1594651538933-259de3386be5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -koch-industries,koch-industries,https://images.unsplash.com/photo-1514313841118-4b0b61788b36?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -flow,flow,https://images.unsplash.com/photo-1485774637594-7a42f3a786ff?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cacilda-jetha,cacilda-jetha,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -robert-magness,robert-magness,https://images.unsplash.com/photo-1542971326-82694de74ea6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -civilization,civilization,https://images.unsplash.com/photo-1529476488885-3159d45ab78b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -costco,costco,https://images.unsplash.com/photo-1592500338274-015079586418?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -henry-petroski,henry-petroski,https://images.unsplash.com/photo-1547047572-e928619db613?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -richard-dawkins,richard-dawkins,https://images.unsplash.com/photo-1587303880851-22885156e9a0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -social-class,social-class,https://images.unsplash.com/photo-1519664699825-ddb2c64076bf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fedmart,fedmart,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -vaclav-smil,vaclav-smil,https://images.unsplash.com/photo-1506578299545-408e36ccbcaf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -geoscience,geoscience,https://images.unsplash.com/photo-1593495603516-e0c1df35939a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -joshua-cooper-ramo,joshua-cooper-ramo,https://images.unsplash.com/photo-1565574336944-005f414447cb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tom-gallwey,tom-gallwey,https://images.unsplash.com/photo-1572798793834-67d5e285760d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -napoleon-hill,napoleon-hill,https://images.unsplash.com/photo-1545221858-0c888a4f9058?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -susan-butler,susan-butler,https://images.unsplash.com/photo-1531524197082-8ac02ebb64a9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -richard-farson,richard-farson,https://images.unsplash.com/photo-1503506584117-5ed92741077a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ryan-holiday,ryan-holiday,https://images.unsplash.com/photo-1512508561942-18fbe6d5d0cf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -scale,scale,https://images.unsplash.com/photo-1588315028888-0e1da9fa090f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gregory-david-roberts,gregory-david-roberts,https://images.unsplash.com/photo-1578698029394-e62c70bd5ad6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -the-great-ap,the-great-ap,https://images.unsplash.com/photo-1511198922712-e31c72f8fcd4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -andrew-carnegie,andrew-carnegie,https://images.unsplash.com/photo-1527203561188-dae1bc1a417f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jesus,jesus,https://images.unsplash.com/photo-1584493305573-f672001de003?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -charles-darwin,charles-darwin,https://images.unsplash.com/photo-1584232990245-94454b3744cc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -flight,flight,https://images.unsplash.com/photo-1583202075378-66202b71e755?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mary-gribbin,mary-gribbin,https://images.unsplash.com/photo-1586397034528-a6a4f5a33931?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-huey,john-huey,https://images.unsplash.com/photo-1579370587567-455290527e3c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -price-club,price-club,https://images.unsplash.com/photo-1505858715281-9550cae7efe3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -new-zealand,new-zealand,https://images.unsplash.com/photo-1515476634362-98ef4bc89a2b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -success,success,https://images.unsplash.com/photo-1581094271453-1298de1aa392?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -all-blacks,all-blacks,https://images.unsplash.com/photo-1508474384266-8e862a68a650?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -how-to-live,how-to-live,https://images.unsplash.com/photo-1507778031059-d74c30b52585?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-fante,john-fante,https://images.unsplash.com/photo-1534701369556-86a6f65c6398?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rudyard-kipling,rudyard-kipling,https://images.unsplash.com/photo-1587843132816-e66562dd53ec?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -james-kerr,james-kerr,https://images.unsplash.com/photo-1593372235840-105677dfb9c0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mitch-albom,mitch-albom,https://images.unsplash.com/photo-1592735736483-0890b62d30ce?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -will-durant,will-durant,https://images.unsplash.com/photo-1522669547617-84967777d313?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tim-wu,tim-wu,https://images.unsplash.com/photo-1495308728434-2930e5ca0bf6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -spencer-rascoff,spencer-rascoff,https://images.unsplash.com/photo-1585126534976-f4931a647c54?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -luke-rhinehart,luke-rhinehart,https://images.unsplash.com/photo-1563311306-1c27a78aec85?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-jeremiah-sullivan,john-jeremiah-sullivan,https://images.unsplash.com/photo-1573497882071-a95de2c4c7da?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ann-marie-healy,ann-marie-healy,https://images.unsplash.com/photo-1585302139996-038ce33ff783?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stan-humphries,stan-humphries,https://images.unsplash.com/photo-1584379583725-eb2d909e61fc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -neil-gaiman,neil-gaiman,https://images.unsplash.com/photo-1540653680359-1fa0a3bee22a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -johann-van-goethe,johann-van-goethe,https://images.unsplash.com/photo-1534011056808-50c1c6082fe7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -geoffrey-parker,geoffrey-parker,https://images.unsplash.com/photo-1583458736035-85e48b44b90c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -phil-knight,phil-knight,https://images.unsplash.com/photo-1559001724-fbad036dbc9e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -samuel-zemurray,samuel-zemurray,https://images.unsplash.com/photo-1556135008-965ad87b9844?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dean-smith,dean-smith,https://images.unsplash.com/photo-1466500080880-80e118eb322a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-little,john-little,https://images.unsplash.com/photo-1500021804447-2ca2eaaaabeb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -martial-art,martial-art,https://images.unsplash.com/photo-1550759808-37c78fb8f1e3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -chaos-theory,chaos-theory,https://images.unsplash.com/photo-1566060239985-f44965e7566f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alibaba,alibaba,https://images.unsplash.com/photo-1595079836278-25b7ad6d5ddb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mason-currey,mason-currey,https://images.unsplash.com/photo-1504283099957-5a6f6c2af240?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jdcom,jdcom,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -navy,navy,https://images.unsplash.com/photo-1584783945035-020c41e9176b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -est-training,est-training,https://images.unsplash.com/photo-1540206276207-3af25c08abc4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -andrew-zolli,andrew-zolli,https://images.unsplash.com/photo-1593184818318-eb4c08001ecd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -routines,routines,https://images.unsplash.com/photo-1584273575549-403014d58f80?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jon-meacham,jon-meacham,https://images.unsplash.com/photo-1589035028977-7fcfecde5f6d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -donella-meadows,donella-meadows,https://images.unsplash.com/photo-1559678007-add1094c8e94?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -focus,focus,https://images.unsplash.com/photo-1568846775269-52dec3ec4809?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -evernote,evernote,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -warren-berger,warren-berger,https://images.unsplash.com/photo-1541746590489-c4097dfb2197?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -robert-pool,robert-pool,https://images.unsplash.com/photo-1555248585-7ac99566c9bd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -brazil,brazil,https://images.unsplash.com/photo-1565832077366-c3e8343d1876?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -neal-gabler,neal-gabler,https://images.unsplash.com/photo-1572907902050-e18ec299c585?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -grit,grit,https://images.unsplash.com/photo-1517344884509-a0c97ec11bcc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -michael-reid,michael-reid,https://images.unsplash.com/photo-1558131716-1311db423d10?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ariel-durant,ariel-durant,https://images.unsplash.com/photo-1578446303641-1cdffdd47c16?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lynn-jackson,lynn-jackson,https://images.unsplash.com/photo-1590317968127-db05dcfbef4c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stephen-strogatz,stephen-strogatz,https://images.unsplash.com/photo-1589994284978-c98238e44443?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -joe-kane,joe-kane,https://images.unsplash.com/photo-1583524691034-d0b434c61004?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -wood,wood,https://images.unsplash.com/photo-1546415147-9b0d2a265777?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cal-newport,cal-newport,https://images.unsplash.com/photo-1556037757-40496ad2fbc4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -thomas-jefferson,thomas-jefferson,https://images.unsplash.com/photo-1470803375016-4d4612890a7d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bob-thomas,bob-thomas,https://images.unsplash.com/photo-1571174186258-2f1b05ef35bd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -brad-stone,brad-stone,https://images.unsplash.com/photo-1523971900887-1589d5509154?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tom-morris,tom-morris,https://images.unsplash.com/photo-1584642460178-a080d3b453ad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -angela-duckworth,angela-duckworth,https://images.unsplash.com/photo-1536168340940-b39c1da774e6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -us-presidents,us-presidents,https://images.unsplash.com/photo-1484511487972-0e3e438c63b2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stephen-laberge,stephen-laberge,https://images.unsplash.com/photo-1573252302381-d64486de7336?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -michael-eisner,michael-eisner,https://images.unsplash.com/photo-1558131715-eb53be23a0e6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tires,tires,https://images.unsplash.com/photo-1553474402-a35854ced38f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -neil-strauss,neil-strauss,https://images.unsplash.com/photo-1480742440191-ab4ea2aac8e7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david-nasaw,david-nasaw,https://images.unsplash.com/photo-1584724253189-f0206dba6622?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -character,character,https://images.unsplash.com/photo-1545312986-594f58761a8b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -introverts,introverts,https://images.unsplash.com/photo-1585511842768-f3e36d075317?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david-brooks,david-brooks,https://images.unsplash.com/photo-1594201408271-b873cdd6ce1e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mohnish-pabrai,mohnish-pabrai,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -alberto-villoldo,alberto-villoldo,https://images.unsplash.com/photo-1560799725-adddc4bfcdec?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cold-exposure,cold-exposure,https://images.unsplash.com/photo-1583846717393-dc2412c95ed7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -paramahansa-yogananda,paramahansa-yogananda,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -bill-harris,bill-harris,https://images.unsplash.com/photo-1506364736389-da3ab3150527?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -operations-research,operations-research,https://images.unsplash.com/photo-1579154341058-50b75faf8e97?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gillian-tett,gillian-tett,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -ian-leslie,ian-leslie,https://images.unsplash.com/photo-1548946061-4af3de8b577c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -greece,greece,https://images.unsplash.com/photo-1569581510805-5438bb401722?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -biocybernaut,biocybernaut,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -wim-hof,wim-hof,https://images.unsplash.com/photo-1522648485144-849409408aee?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -webgl,webgl,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -loyalty,loyalty,https://images.unsplash.com/photo-1537124262771-dffbc84e7715?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -chuck-feeney,chuck-feeney,https://images.unsplash.com/photo-1519330377309-9ee1c6783348?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -navy-seals,navy-seals,https://images.unsplash.com/photo-1556118623-3bf8a227579b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -susan-cain,susan-cain,https://images.unsplash.com/flagged/photo-1562883689-be157a31d325?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -paul-ryan,paul-ryan,https://images.unsplash.com/photo-1589117167294-ac3f661e71a0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -michael-abrashoff,michael-abrashoff,https://images.unsplash.com/photo-1502085671122-2d218cd434e6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jocko-willink,jocko-willink,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -michael-greger,michael-greger,https://images.unsplash.com/photo-1546096830-d5f6d7080c5e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mark-hyman,mark-hyman,https://images.unsplash.com/photo-1592013079736-2408be506279?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -singapore,singapore,https://images.unsplash.com/photo-1493966936727-e9e3da7326ea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -roger-martin,roger-martin,https://images.unsplash.com/photo-1586729111386-3ec20cd5a492?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -teledyne,teledyne,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -alex-ferguson,alex-ferguson,https://images.unsplash.com/photo-1563244897-f001e0592f78?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -george-roberts,george-roberts,https://images.unsplash.com/photo-1500021804447-2ca2eaaaabeb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -manchester-united,manchester-united,https://images.unsplash.com/photo-1528639194116-01a1dabcab68?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -memoir,memoir,https://images.unsplash.com/photo-1571603772166-aecfc7104bf9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -michael-malone,michael-malone,https://images.unsplash.com/photo-1520988478820-70506b4a97a8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -charity,charity,https://images.unsplash.com/photo-1593692921116-8252e14b74f9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mosab-hassan-yousef,mosab-hassan-yousef,https://images.unsplash.com/photo-1593097765614-404d54cc96ae?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nonprofit,nonprofit,https://images.unsplash.com/photo-1530424257364-cd52a3e9bd40?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rich-roll,rich-roll,https://images.unsplash.com/photo-1542727303-6acb61bf8289?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -crew,crew,https://images.unsplash.com/photo-1572541015823-69f170aae298?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -finland,finland,https://images.unsplash.com/photo-1504873222451-109d275ec557?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hw-brands,hw-brands,https://images.unsplash.com/photo-1521303833147-3c0dc0be5816?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -railroads,railroads,https://images.unsplash.com/photo-1561791651-93cd8e065f09?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -holy-cross,holy-cross,https://images.unsplash.com/photo-1559220804-b63cade600ef?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -effective-altruism,effective-altruism,https://images.unsplash.com/photo-1526948531399-320e7e40f0ca?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -josh-waitzkin,josh-waitzkin,https://images.unsplash.com/photo-1532749574240-ed43a864ad4c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -simon-bolivar,simon-bolivar,https://images.unsplash.com/photo-1594952881603-0c314c0d25e9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kahlil-gibran,kahlil-gibran,https://images.unsplash.com/photo-1594490886541-64bf30bc2da7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -norway,norway,https://images.unsplash.com/photo-1513803302974-44bd99bcf333?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -notre-dame,notre-dame,https://images.unsplash.com/photo-1569092491263-151e3f43c291?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -peter-sims,peter-sims,https://images.unsplash.com/photo-1578386798057-dd00b16019f4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mihnea-moldoveanu,mihnea-moldoveanu,https://images.unsplash.com/photo-1584739117835-32893df5d5fa?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -efficiency,efficiency,https://images.unsplash.com/photo-1554769945-af468c934022?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -heuristics,heuristics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -geoff-colvin,geoff-colvin,https://images.unsplash.com/photo-1593592001134-108f1b0e2525?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tesla,tesla,https://images.unsplash.com/photo-1560591199-cb0edbb6f491?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sj-scott,sj-scott,https://images.unsplash.com/photo-1476111248448-c6db0ca5c951?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -moshe-feldenkrais,moshe-feldenkrais,https://images.unsplash.com/photo-1566577422779-c388cc300152?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pete-egoscue,pete-egoscue,https://images.unsplash.com/photo-1561139416-f0c473f9d65c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -robert-sapolsky,robert-sapolsky,https://images.unsplash.com/photo-1537835441678-0d136a68fe01?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -medtech,medtech,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -ed-catmull,ed-catmull,https://images.unsplash.com/photo-1561158318-83210510d944?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ayn-rand,ayn-rand,https://images.unsplash.com/photo-1558390483-bb8d241534d1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sociobiology,sociobiology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -ed-fredkin,ed-fredkin,https://images.unsplash.com/photo-1529016176128-4655b18ed7fb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lou-holtz,lou-holtz,https://images.unsplash.com/photo-1573879029845-50134136dc4b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -yuval-noah-harari,yuval-noah-harari,https://images.unsplash.com/photo-1583159230725-d07c21108c5d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -objectivism,objectivism,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -margot-brandenburg,margot-brandenburg,https://images.unsplash.com/photo-1586345819789-52b52a72995b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -eo-wilson,eo-wilson,https://images.unsplash.com/photo-1596104926558-745ffabbd14d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -spacex,spacex,https://images.unsplash.com/photo-1484600899469-230e8d1d59c0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dan-gardner,dan-gardner,https://images.unsplash.com/photo-1462874961563-7a1cc745d90f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -human-history,human-history,https://images.unsplash.com/photo-1591902076194-d7394f8e24ed?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tren-griffin,tren-griffin,https://images.unsplash.com/photo-1555140739-cb16f7743935?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -morality,morality,https://images.unsplash.com/photo-1594470060276-e4d4c180de90?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -norman-doidge,norman-doidge,https://images.unsplash.com/photo-1574269311137-a42f695e647d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jim-ball,jim-ball,https://images.unsplash.com/photo-1476101896472-67a39eaec086?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alan-watkins,alan-watkins,https://images.unsplash.com/photo-1592317648367-3a09a0097865?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fyodor-dostoevsky,fyodor-dostoevsky,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -novak-djokovic,novak-djokovic,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -essentialism,essentialism,https://images.unsplash.com/photo-1544020385-7919c818744e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -douglas-adams,douglas-adams,https://images.unsplash.com/photo-1588385642349-988c419b28d7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tara-brach,tara-brach,https://images.unsplash.com/photo-1585337931890-924cff2c3809?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -moats,moats,https://images.unsplash.com/photo-1596917464013-32124d71eda9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bill-belichick,bill-belichick,https://images.unsplash.com/photo-1594907841536-e747e8df5b2e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -influenza,influenza,https://images.unsplash.com/photo-1576765608622-067973a79f53?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -greg-mckeown,greg-mckeown,https://images.unsplash.com/photo-1520518372269-15c0819cdc08?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david-schwartz,david-schwartz,https://images.unsplash.com/photo-1558274849-f9fa5f16dee8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -boxing,boxing,https://images.unsplash.com/photo-1516223834661-f75a4b900f59?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -laurence-enderson,laurence-enderson,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -bill-oreilly,bill-oreilly,https://images.unsplash.com/photo-1545594569-b9a96494d3ce?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -in-n-out,in-n-out,https://images.unsplash.com/photo-1544203796-04ea773aff0c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pat-dorsey,pat-dorsey,https://images.unsplash.com/photo-1559143255-805486d844b1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -luck,luck,https://images.unsplash.com/photo-1589601656639-97bc36558f6f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -eugen-herrigel,eugen-herrigel,https://images.unsplash.com/photo-1574231146899-48e9f252cdd2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tony-hsieh,tony-hsieh,https://images.unsplash.com/photo-1563375317-38196a67bff0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -max-gunther,max-gunther,https://images.unsplash.com/photo-1437357106167-c18f6b0e7c44?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vanguard,vanguard,https://images.unsplash.com/photo-1566153427900-a40edd5b6f29?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stillness,stillness,https://images.unsplash.com/photo-1580747828530-b8881e8bf87f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -movies,movies,https://images.unsplash.com/photo-1561115210-182993ad2e57?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -abraham-lincoln,abraham-lincoln,https://images.unsplash.com/photo-1588565267250-236955d3f8d7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lao-tzu,lao-tzu,https://images.unsplash.com/photo-1594496610630-761420bd7154?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jim-collins,jim-collins,https://images.unsplash.com/photo-1519622283963-c17f5fa7f922?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lee-harvey-oswald,lee-harvey-oswald,https://images.unsplash.com/photo-1564222239842-391d9ebf9085?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alexandre-dumas,alexandre-dumas,https://images.unsplash.com/photo-1547551893-068df8142557?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -xenophon,xenophon,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -neural-network,neural-network,https://images.unsplash.com/photo-1590859808308-3d2d9c515b1a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -robert-massie,robert-massie,https://images.unsplash.com/photo-1574807628180-bcd79a0cf00e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -small-cap,small-cap,https://images.unsplash.com/photo-1571545478163-257ec5847bcb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -laura-vanderkam,laura-vanderkam,https://images.unsplash.com/photo-1587217192420-b9fd8a08dc68?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david-pearce,david-pearce,https://images.unsplash.com/photo-1548462302-1e9e7ca55bd8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -martin-buber,martin-buber,https://images.unsplash.com/photo-1546090132-ca96bcb81570?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rick-hanson,rick-hanson,https://images.unsplash.com/photo-1576607731309-68c39d94b322?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vladimir-nabokov,vladimir-nabokov,https://images.unsplash.com/photo-1542181115329-5eccfdaab90a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -niccolo-machiavelli,niccolo-machiavelli,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -fred-schwed,fred-schwed,https://images.unsplash.com/photo-1557489187-3db635b295d5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kazuo-ishiguro,kazuo-ishiguro,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -charles-van-doren,charles-van-doren,https://images.unsplash.com/photo-1583797227225-4233106c5a2a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -social,social,https://images.unsplash.com/photo-1514580426463-fd77dc4d0672?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mental-illness,mental-illness,https://images.unsplash.com/photo-1580141958900-f704c410ba0e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -harper-lee,harper-lee,https://images.unsplash.com/photo-1528302360078-2cb72e3c5b1c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -seneca,seneca,https://images.unsplash.com/photo-1582570774941-5e94bf13e1a0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -william-thorndike,william-thorndike,https://images.unsplash.com/photo-1557860841-f74d199a7710?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -little-book,little-book,https://images.unsplash.com/photo-1592106680408-e7e63efbc7ba?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -george-horace-lorimer,george-horace-lorimer,https://images.unsplash.com/photo-1592036160420-8e862f871b00?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -robert-cialdini,robert-cialdini,https://images.unsplash.com/photo-1578698029394-e62c70bd5ad6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -atul-gawande,atul-gawande,https://images.unsplash.com/photo-1559998852-f8ab898d889e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -checklist,checklist,https://images.unsplash.com/photo-1506784242126-2a0b0b89c56a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/kuwait,nations/kuwait,https://images.unsplash.com/photo-1593606214266-4000c683bf9e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/tor,software-tools/tor,https://images.unsplash.com/photo-1588473659726-030f9bf6341d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -timezones,timezones,https://images.unsplash.com/photo-1587978834371-9494c5a02221?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -futuristic,futuristic,https://images.unsplash.com/photo-1523281865257-87b910862edf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -how-to-read,how-to-read,https://images.unsplash.com/photo-1521120413309-42e7eada0334?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -scuba-diving,scuba-diving,https://images.unsplash.com/photo-1561983779-7d7e065befa4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -peter-senge,peter-senge,https://images.unsplash.com/photo-1521127578615-fc68cfb0144c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -peter-the-great,peter-the-great,https://images.unsplash.com/photo-1573783174038-c4d4e9eb3fa9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rhetoric,rhetoric,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/mathematica,software-tools/mathematica,https://images.unsplash.com/photo-1594750272033-d4fc872fecf9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -marc-levinson,marc-levinson,https://images.unsplash.com/photo-1583875097165-444ac3a1fb53?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -introversion,introversion,https://images.unsplash.com/photo-1516894780606-8d6bf03297cf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -einstein,einstein,https://images.unsplash.com/photo-1593300806881-abdd547947b2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -curanderismo,curanderismo,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -survey,survey,https://images.unsplash.com/3/doctype-hi-res.jpg?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,social-science, -helicopters,helicopters,https://images.unsplash.com/photo-1558406617-6411d3250c55?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -puerto-rico,puerto-rico,https://images.unsplash.com/photo-1579813675564-d5465ac7bd22?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -michael-lewis,michael-lewis,https://images.unsplash.com/photo-1487631807774-f9faa5694358?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -user-interface-design,user-interface-design,https://images.unsplash.com/photo-1545401791-ab4c6050dd4f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/elasticsearch,software-tools/elasticsearch,https://images.unsplash.com/flagged/photo-1551277816-36355be656eb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming, -tom-kippola,tom-kippola,https://images.unsplash.com/photo-1595347018917-7527fd364e44?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -peter-bevelin,peter-bevelin,https://images.unsplash.com/photo-1579457202444-8f6bca247b01?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/australia/healthcare,nations/australia/healthcare,https://images.unsplash.com/photo-1597305418997-939aeb2eb43f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jim-sinegal,jim-sinegal,https://images.unsplash.com/photo-1588336283204-434a82649cd6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -atheism,atheism,https://images.unsplash.com/photo-1586490110711-7e174d0d043f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -galaxies,galaxies,https://images.unsplash.com/photo-1486012345871-f47c8c407079?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -richard-lewontin,richard-lewontin,https://images.unsplash.com/photo-1596255431889-3772b76789dd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david-evans,david-evans,https://images.unsplash.com/photo-1588571590960-9d6bfc172e01?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/vim,software-tools/vim,https://images.unsplash.com/photo-1595380752980-210b19e81442?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -industrial-engineering,industrial-engineering,https://images.unsplash.com/photo-1589638159078-079500bdc964?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -google-analytics,google-analytics,https://images.unsplash.com/photo-1588064589877-9dc38b897cd6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mobile-health-monitoring,mobile-health-monitoring,https://images.unsplash.com/photo-1523394373826-0b47f5d8d30f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -geoffrey-moore,geoffrey-moore,https://images.unsplash.com/photo-1589068875550-f2e011419670?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -procrastination,procrastination,https://images.unsplash.com/photo-1587549060970-174637df1b50?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -training,training,https://images.unsplash.com/photo-1517931524326-bdd55a541177?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -danny-meyer,danny-meyer,https://images.unsplash.com/photo-1520013775031-64ad028d1627?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -japan,japan,https://images.unsplash.com/photo-1542468661-5c3ed78650b8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -booker-prize,booker-prize,https://images.unsplash.com/photo-1531918584771-5ac8e81811a1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dinosaurs,dinosaurs,https://images.unsplash.com/photo-1561559652-b565af65f6c4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -blooms-taxonomy,Blooms Taxonomy,https://images.unsplash.com/photo-1532211700417-31f06f3e27d0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,learning, -environment,environment,https://images.unsplash.com/photo-1565011809810-233933ea078e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -system-administration,system-administration,https://images.unsplash.com/photo-1581056771107-24ca5f033842?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -paul-feyerabend,paul-feyerabend,https://images.unsplash.com/photo-1571950361124-342624e60d1b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mathieu-ricard,mathieu-ricard,https://images.unsplash.com/photo-1597254431239-96b8213cdd50?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vacuum-systems,vacuum-systems,https://images.unsplash.com/photo-1587741194089-1a2b5f4985ac?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -diet,diet,https://images.unsplash.com/photo-1525884317445-d8e49db7d085?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,health, -parallel-programming,parallel-programming,https://images.unsplash.com/photo-1518655061710-5ccf392c275a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -spaceflight,spaceflight,https://images.unsplash.com/photo-1581799899646-b0462d7a8b8b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -environmental-science,environmental-science,https://images.unsplash.com/photo-1593454989362-7c8860d4a93b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,science, -motivation,motivation,https://images.unsplash.com/photo-1516995266553-c3ad019f8dec?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bruce-lee,bruce-lee,https://images.unsplash.com/photo-1586343276471-c02138479e9e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dean-movshovitz,dean-movshovitz,https://images.unsplash.com/photo-1580832331320-7d1cf606ec6a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -structural-engineering,structural-engineering,https://images.unsplash.com/photo-1568732166046-2b7e658a7f1a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -music-genre/jazz,music-genre/jazz,https://images.unsplash.com/photo-1522008224169-e5992bed5fae?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -victor-wooten,victor-wooten,https://images.unsplash.com/photo-1556817411-df27c6ec6e4c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -macos,macos,https://images.unsplash.com/photo-1595871051715-5211065cda89?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cardiovascular-disease,cardiovascular-disease,https://images.unsplash.com/photo-1541680865499-156445897481?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -aircraft-maintenance,aircraft-maintenance,https://images.unsplash.com/photo-1582281857166-0969b2d28e07?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/agda,programming-languages/agda,https://images.unsplash.com/photo-1471107191679-f26174d2d41e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -resuscitation,resuscitation,https://images.unsplash.com/photo-1544991713-bf7d1d977ba5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -turbines,turbines,https://images.unsplash.com/photo-1559844117-2a65fd835ccf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -work-place,work-place,https://images.unsplash.com/photo-1588588256702-3441828c6d56?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -inference,inference,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -professional-development,professional-development,https://images.unsplash.com/photo-1526948531399-320e7e40f0ca?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -scientific-method,scientific-method,https://images.unsplash.com/photo-1569362945998-36f0ce29978c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jerome-groopman,jerome-groopman,https://images.unsplash.com/photo-1456916977031-c5a1bc10bde7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -airlines,airlines,https://images.unsplash.com/photo-1567250046742-73a3dc1679ba?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -toltec,toltec,https://images.unsplash.com/photo-1565883458430-97c5ded81449?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -online-learning,online-learning,https://images.unsplash.com/photo-1522673999312-93aa76caeda6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -business-process-modeling,business-process-modeling,https://images.unsplash.com/photo-1470110385011-8c66cb46f0e9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -reference-books,reference-books,https://images.unsplash.com/photo-1572182089776-834efac90c18?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -transform-calculus,transform-calculus,https://images.unsplash.com/photo-1524414287096-c7fb74ab3ba0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -richard-schmalensee,richard-schmalensee,https://images.unsplash.com/photo-1580129958612-df668f211604?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -systems-thinking,systems-thinking,https://images.unsplash.com/photo-1556741533-6e6a62bd8b49?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lava,lava,https://images.unsplash.com/photo-1538656746348-d6ea692948ad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -les-schwab,les-schwab,https://images.unsplash.com/photo-1509135784626-0cc792a2ea00?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -finite-element-analysis,finite-element-analysis,https://images.unsplash.com/photo-1582719202047-76d3432ee323?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -engineering-management,engineering-management,https://images.unsplash.com/photo-1576669801775-ff43c5ab079d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -epistemology,epistemology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -computer-graphics,computer-graphics,https://images.unsplash.com/photo-1542744095-0d53267d353e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -knowledge-management,knowledge-management,https://images.unsplash.com/photo-1520792532857-293bd046307a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/uikit,software-tools/uikit,https://images.unsplash.com/photo-1542583633-aa0b0e378e2e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david-hume,david-hume,https://images.unsplash.com/photo-1577083164837-7082127bd3ff?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -clinical-supervision,clinical-supervision,https://images.unsplash.com/photo-1576091160651-e028ca26a943?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -warfare,warfare,https://images.unsplash.com/photo-1574088768762-14e3d336c1be?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ray-dalio,ray-dalio,https://images.unsplash.com/photo-1585717175593-e65a9cdd68b3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kenneth-boulding,kenneth-boulding,https://images.unsplash.com/photo-1521110629568-767880bfa449?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -surveillance,surveillance,https://images.unsplash.com/photo-1523191504937-f00111b11d8c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -statistical-learning,statistical-learning,https://images.unsplash.com/photo-1553877522-43269d4ea984?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,machine-learning, -railroad,railroad,https://images.unsplash.com/photo-1518802606857-72b797dbc95a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -acting,acting,https://images.unsplash.com/photo-1579984082542-9dd632ad5df4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,hobbies, -mindfulness,mindfulness,https://images.unsplash.com/photo-1593810451411-0bf3756a1f10?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -control-engineering,control-engineering,https://images.unsplash.com/photo-1548140268-f68be9dbc187?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gram-negative-bacterias,gram-negative-bacterias,https://images.unsplash.com/photo-1579532630728-a2736e67e310?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -george-washington,george-washington,https://images.unsplash.com/photo-1591621840272-1f3a05b0c188?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -basic-income,basic-income,https://images.unsplash.com/photo-1585472989460-5c46c3a21751?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david-halberstam,david-halberstam,https://images.unsplash.com/photo-1526324502790-ad8c7c6076df?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -radio-waves,radio-waves,https://images.unsplash.com/photo-1534518009634-c05d08f02867?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,electronics-engineering, -modernism,modernism,https://images.unsplash.com/photo-1529960977037-a254b52f99e4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dc-current,dc-current,https://images.unsplash.com/photo-1591622573220-70f578ba3da8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/afghanistan,nations/afghanistan,https://images.unsplash.com/photo-1508598126084-9dfccbb92cd5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,nations, -william-dalrymple,william-dalrymple,https://images.unsplash.com/photo-1576769040759-8e331a7db824?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -diplomacy,diplomacy,https://images.unsplash.com/photo-1593444285830-996c36463fe5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -computational-fluid-dynamics,computational-fluid-dynamics,https://images.unsplash.com/photo-1531537571171-a707bf2683da?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -philosophy-of-science,philosophy-of-science,https://images.unsplash.com/photo-1593240637899-5fc06c754c2b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,philosophy, -humor,humor,https://images.unsplash.com/photo-1585168373682-c7e50adc2e55?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -caribbean,caribbean,https://images.unsplash.com/photo-1581778191198-c6c1bbf2c842?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/southkorea,nations/southkorea,https://images.unsplash.com/photo-1565877933855-5b7780526f42?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vintage-boy-series,vintage-boy-series,https://images.unsplash.com/photo-1596623329835-77436650c3cd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -frans-de-waal,frans-de-waal,https://images.unsplash.com/photo-1580116821687-04f26cc783d1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tao-teh-ching,tao-teh-ching,https://images.unsplash.com/photo-1559897202-7fc939ce9db2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alfred-sloan,alfred-sloan,https://images.unsplash.com/photo-1580809776514-86087ad134f1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -richard-hamming,richard-hamming,https://images.unsplash.com/photo-1542083131-d7a1cd58767c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -web/canvas,web/canvas,https://images.unsplash.com/photo-1523221148239-9bcb08371eff?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mars,mars,https://images.unsplash.com/photo-1568323993228-2e26982287a0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bliss,bliss,https://images.unsplash.com/photo-1595832752681-aa456b8d6456?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -corrosion,corrosion,https://images.unsplash.com/photo-1585366958730-159aa4001b3c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/jquery,software-tools/jquery,https://images.unsplash.com/photo-1591255880180-7d62da6dda53?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/canvas,software-tools/canvas,https://images.unsplash.com/photo-1592374946121-53189a628b7f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lgbt,lgbt,https://images.unsplash.com/photo-1561688862-18158b0df99f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -national-cash-register,national-cash-register,https://images.unsplash.com/photo-1464718208586-0eaab4c9dc12?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -england,england,https://images.unsplash.com/photo-1505125707323-aa4a3aeeeaf1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -james-michener,james-michener,https://images.unsplash.com/photo-1523973740062-18e700e8da35?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -quantum-field-theory,quantum-field-theory,https://images.unsplash.com/photo-1533579263828-9f24d05acd87?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -barack-obama,barack-obama,https://images.unsplash.com/photo-1535902307019-63b3ca1577d0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -iceland,iceland,https://images.unsplash.com/photo-1462476800155-4519adb2dcf6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -air,air,https://images.unsplash.com/photo-1494089485674-58d629422074?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -donald-trump,donald-trump,https://images.unsplash.com/photo-1512402088551-0a0cc2983e80?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -finnish,finnish,https://images.unsplash.com/photo-1592656621948-bac37101cfb2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -patagonia,patagonia,https://images.unsplash.com/photo-1551779382-e65b3ec856ef?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -psychedelics,psychedelics,https://images.unsplash.com/photo-1529059356407-0114ed24b913?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -human-behaviour,human-behaviour,https://images.unsplash.com/photo-1574465079184-2a12c7b56ed3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -logistic-map,logistic-map,https://images.unsplash.com/photo-1576158130334-6b92e79390a5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -consciousness,consciousness,https://images.unsplash.com/photo-1523681504355-8b4860f99a58?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lucid-dreaming,lucid-dreaming,https://images.unsplash.com/photo-1524005170005-e79fd02ea059?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,psychology, -david-myers,david-myers,https://images.unsplash.com/photo-1510025713173-e1c92b2038dd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -edwards-deming,edwards-deming,https://images.unsplash.com/photo-1594578819255-a2027d18fd86?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pedagogy,pedagogy,https://images.unsplash.com/flagged/photo-1570268852101-63d51b8f303f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/exchange,software-tools/exchange,https://images.unsplash.com/photo-1577072183238-03686d7da74e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -intention,intention,https://images.unsplash.com/photo-1568855299581-f85a6e39cc87?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tien-tzuo,tien-tzuo,https://images.unsplash.com/photo-1586516103445-1054198cd2c6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -elyn-saks,elyn-saks,https://images.unsplash.com/photo-1514446945-952d86c3449b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -carl-sagan-reading-list,carl-sagan-reading-list,https://images.unsplash.com/photo-1474366521946-c3d4b507abf2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -morningstar,morningstar,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -sf,sf,https://images.unsplash.com/photo-1533741281659-77e9cd028798?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -children-s-picture-books,children-s-picture-books,https://images.unsplash.com/photo-1591171746449-705f26febf15?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vector-algebra,vector-algebra,https://images.unsplash.com/photo-1597008641621-cefdcf718025?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -generative-art,generative-art,https://images.unsplash.com/photo-1597248374161-426f0d6d2fc9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nonnewtonian-fluids,nonnewtonian-fluids,https://images.unsplash.com/photo-1588097199417-f96cf73b6b75?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stroke,stroke,https://images.unsplash.com/photo-1532540983331-3260f8487880?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -microbes,microbes,https://images.unsplash.com/photo-1576835623830-1d79c72b0b68?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -martin-luther-king-jr,martin-luther-king-jr,https://images.unsplash.com/photo-1570492886075-77b6014064ab?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -chade-meng-tan,chade-meng-tan,https://images.unsplash.com/photo-1549218432-b2c69c2f309e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -corporations,corporations,https://images.unsplash.com/photo-1590067910063-5a252a7c3c6e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -infections,infections,https://images.unsplash.com/photo-1585540762103-f1ac82014f11?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -platforms,platforms,https://images.unsplash.com/photo-1517088510108-1f4e04f3e8fc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -deception,deception,https://images.unsplash.com/photo-1439189811938-b6c30c9686fa?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -impact-investing,impact-investing,https://images.unsplash.com/photo-1591617870684-6e861e6a48ad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jennifer-kuchta,jennifer-kuchta,https://images.unsplash.com/photo-1524504211093-49fc246db7ed?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -motor,motor,https://images.unsplash.com/photo-1590873323438-775f995f53e2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -graphic-novels,graphic-novels,https://images.unsplash.com/photo-1561616612-e2398d7ec6a8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/korea,nations/korea,https://images.unsplash.com/photo-1544580353-4a24b9074137?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/dotnet,software-tools/dotnet,https://images.unsplash.com/photo-1577466928082-5d4680898ce7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -home,home,https://images.unsplash.com/photo-1493150134366-cacb0bdc03fe?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -walt-disney,walt-disney,https://images.unsplash.com/photo-1597714311508-c081d81aa448?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -library,library,https://images.unsplash.com/photo-1594007737374-ab44d1374886?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/dialogflow,software-tools/dialogflow,https://images.unsplash.com/photo-1586864387789-628af9feed72?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mathematical-logic,mathematical-logic,https://images.unsplash.com/photo-1567939466634-a04995d14c87?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -crowdfunding,crowdfunding,https://images.unsplash.com/photo-1585166059782-f28143545183?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gerald-bell,gerald-bell,https://images.unsplash.com/photo-1502359521992-f86fd62e12dd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -typography,typography,https://images.unsplash.com/photo-1534796783745-977c2a883104?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -george-mumford,george-mumford,https://images.unsplash.com/photo-1591759220700-f791b2ea6db4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hospitality,hospitality,https://images.unsplash.com/photo-1469631423273-6995642a6a40?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -henry-kissinger,henry-kissinger,https://images.unsplash.com/photo-1577591592014-c176232bbbec?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dental-photography,dental-photography,https://images.unsplash.com/photo-1590895178913-3d3472310a47?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -otolaryngology,otolaryngology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -coronavirus,coronavirus,https://images.unsplash.com/photo-1586362102368-7a82b8d2a28e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -bill-capodagli,bill-capodagli,https://images.unsplash.com/photo-1506364736389-da3ab3150527?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -constitution,constitution,https://images.unsplash.com/photo-1453873012442-a18cac0f8b85?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,law, -electronics,electronics,https://images.unsplash.com/photo-1565312088140-3e3c5d9fae4a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/elixir,programming-languages/elixir,https://images.unsplash.com/photo-1531280518436-9f2cc0fff88a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -distributed-programming,distributed-programming,https://images.unsplash.com/photo-1522252234503-e356532cafd5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -solids,solids,https://images.unsplash.com/photo-1591378225552-f05480d3505f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -richard-branson-suggests,richard-branson-suggests,https://images.unsplash.com/photo-1576896042305-c4f1ac41d90a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -corruption,corruption,https://images.unsplash.com/photo-1519846484635-651f73f4aa2b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -malcolm-gladwell,malcolm-gladwell,https://images.unsplash.com/photo-1525972385596-02ad3049150b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -winston-churchill,winston-churchill,https://images.unsplash.com/photo-1515512463320-4314b66af1d5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -supercomputers,supercomputers,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -technical-writing,technical-writing,https://images.unsplash.com/photo-1570913901232-e440173c0eaf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,writing, -diabetes,diabetes,https://images.unsplash.com/photo-1493770348161-369560ae357d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sadaharu-oh,sadaharu-oh,https://images.unsplash.com/photo-1586114659943-8ff32c5d686d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stanley-mcchrystal,stanley-mcchrystal,https://images.unsplash.com/photo-1559511050-f3c96602a685?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -equilibrium,equilibrium,https://images.unsplash.com/photo-1571070268731-225ca237fd45?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alison-gopnik,alison-gopnik,https://images.unsplash.com/photo-1578145610529-20a76c2999f5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -robert-price,robert-price,https://images.unsplash.com/photo-1566738673334-ecd9790b7e6d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/netlogo,programming-languages/netlogo,https://images.unsplash.com/photo-1529321440961-39288681287f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -international-labour-standards,international-labour-standards,https://images.unsplash.com/photo-1577044212693-efb9ec94bb04?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-doerr,john-doerr,https://images.unsplash.com/photo-1541876788-2221e585da7f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jack-ma,jack-ma,https://images.unsplash.com/photo-1592421972260-58575a63b022?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -development,development,https://images.unsplash.com/photo-1584270460993-7e0bb12e1ca6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -languages/frisian,languages/frisian,https://images.unsplash.com/photo-1544776193-352d25ca82cd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bookshelf-2,bookshelf-2,https://images.unsplash.com/photo-1534774592507-488885376ad3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tech-support,tech-support,https://images.unsplash.com/photo-1534882673463-e4781854e9b4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -charles-d-ellis,charles-d-ellis,https://images.unsplash.com/photo-1593875460489-aa913d8a0fe2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/edx,software-tools/edx,https://images.unsplash.com/photo-1576539369072-7157f96c2b8e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nike,nike,https://images.unsplash.com/photo-1534266138341-64bfac44f8a1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nondestructive-testing,nondestructive-testing,https://images.unsplash.com/photo-1583912267410-423b923daf61?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cass-sunstein,cass-sunstein,https://images.unsplash.com/photo-1587522353827-405d1d90fb25?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-mcphee,john-mcphee,https://images.unsplash.com/photo-1597373285540-1f769c2810db?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -matthew-frederick,matthew-frederick,https://images.unsplash.com/photo-1551732943-353e8c6ae902?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mathematical-biology,mathematical-biology,https://images.unsplash.com/photo-1583911860367-8b9fa77c6f4c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,biology, -library-of-america,library-of-america,https://images.unsplash.com/photo-1534988333262-c455b9332e52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -solid-state-physics,solid-state-physics,https://images.unsplash.com/photo-1580129893758-353eb5d301b3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -allergies,allergies,https://images.unsplash.com/photo-1529431545689-09cec0e6b0ec?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -magnetism,magnetism,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -kindle-unlimited,kindle-unlimited,https://images.unsplash.com/photo-1508658320574-451dc6cf8ae5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -elizabeth-holmes,elizabeth-holmes,https://images.unsplash.com/photo-1585236875082-7bbdb587d46c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -phycology,phycology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -ben-casnocha,ben-casnocha,https://images.unsplash.com/photo-1500380804539-4e1e8c1e7118?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -postnatal-depression,postnatal-depression,https://images.unsplash.com/photo-1557319724-b81256e0e9f7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ford,ford,https://images.unsplash.com/photo-1557411181-2fe1604db6ca?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kinetics,kinetics,https://images.unsplash.com/photo-1505224628533-c4fc42c389e0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -antibiotics,antibiotics,https://images.unsplash.com/photo-1550657368-3db73991cb2c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -emt,emt,https://images.unsplash.com/photo-1515869569212-4c79e3b91d4f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -finite-element-modeling,finite-element-modeling,https://images.unsplash.com/photo-1551932733-09ad7c5b2bc5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -justin-rosales,justin-rosales,https://images.unsplash.com/photo-1497485692312-a26e1cc30f1d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cities,cities,https://images.unsplash.com/photo-1533417479565-6e21cba3fadb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david-krakauer,david-krakauer,https://images.unsplash.com/photo-1594201408503-42336e7d83e3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -steven-rabalais,steven-rabalais,https://images.unsplash.com/photo-1524893786334-34e20e678280?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cyrus-the-great,cyrus-the-great,https://images.unsplash.com/photo-1454789591675-556c287e39e2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bob-iger,bob-iger,https://images.unsplash.com/photo-1538598450935-581f6a5fa7e0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -america,america,https://images.unsplash.com/photo-1570633051788-5fa47fba2cc3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -habits,habits,https://images.unsplash.com/photo-1577920442031-06d623eaa504?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -object-oriented-design,object-oriented-design,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -infant-nutrition,infant-nutrition,https://images.unsplash.com/photo-1505377059067-e285a7bac49b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -biosafety,biosafety,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -paul-tough,paul-tough,https://images.unsplash.com/photo-1565356422437-5ac04a5d249c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/azure,software-tools/azure,https://images.unsplash.com/photo-1544718054-b550cc9c972b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -eric-schmidt,eric-schmidt,https://images.unsplash.com/photo-1500080815954-828d0de080b9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/postgresql,software-tools/postgresql,https://images.unsplash.com/photo-1586042231357-3cea298d3f80?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-graham,john-graham,https://images.unsplash.com/photo-1532983523122-9f7448e9e6cd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -steven-pressfield,steven-pressfield,https://images.unsplash.com/photo-1586351012965-861624544334?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -daniel-levitin,daniel-levitin,https://images.unsplash.com/photo-1566754844421-9bc834baf4a3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -textiles,textiles,https://images.unsplash.com/photo-1528241020877-56a298b1e9e7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -douglas-abrams,douglas-abrams,https://images.unsplash.com/photo-1589439201513-ca97cd8bc608?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -music-genre/rock,music-genre/rock,https://images.unsplash.com/photo-1590884254947-bfd7ee5f8461?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -menage,menage,https://images.unsplash.com/photo-1593553796875-ea7415cb6ea3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -princeton,princeton,https://images.unsplash.com/photo-1464881882122-b5cfd8c67be0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -start-up,start-up,https://images.unsplash.com/photo-1494178270175-e96de2971df9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -administration,administration,https://images.unsplash.com/photo-1559780529-19e3c0e31ca9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cannabis,cannabis,https://images.unsplash.com/photo-1560999448-1288f5c62468?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/erlang,programming-languages/erlang,https://images.unsplash.com/photo-1516042438821-0abd7a73c4b3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -corporate-social-responsibility,corporate-social-responsibility,https://images.unsplash.com/photo-1496449903678-68ddcb189a24?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -photonics,photonics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,physics, -solid-state-engineering,solid-state-engineering,https://images.unsplash.com/photo-1581094377969-665dbb7f5da7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -compliance,compliance,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -optoelectronics,optoelectronics,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -landslide,landslide,https://images.unsplash.com/photo-1571771710320-b9b40f913981?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sol-price,sol-price,https://images.unsplash.com/photo-1567603140720-d29169bb3b3c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -peter-kaufman,peter-kaufman,https://images.unsplash.com/photo-1583787164692-5dc0f3be194f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -english-and-literature,english-and-literature,https://images.unsplash.com/photo-1470549638415-0a0755be0619?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dilbert,dilbert,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -john-lewis-gaddis,john-lewis-gaddis,https://images.unsplash.com/photo-1541696750379-71a9f0d36cf3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fluid-mechanics,fluid-mechanics,https://images.unsplash.com/photo-1525968902-070804c406e0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -talent,talent,https://images.unsplash.com/photo-1594568644264-65471ca94c9a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -group-theory,group-theory,https://images.unsplash.com/photo-1446569971295-057569541991?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,abstract-algebra, -software-tools/ansys,software-tools/ansys,https://images.unsplash.com/photo-1572981779307-38b8cabb2407?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -brian-grazer,brian-grazer,https://images.unsplash.com/photo-1516237565481-d22e1710b875?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -text-mining,text-mining,https://images.unsplash.com/photo-1584637733450-269dcb594740?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/australia,nations/australia,https://images.unsplash.com/photo-1549625989-f8afaaa34a28?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-boyd,john-boyd,https://images.unsplash.com/photo-1528115931309-a6241625e058?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -back-pain,back-pain,https://images.unsplash.com/photo-1584553837947-9240bba6f1ad?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -matthew-walker,matthew-walker,https://images.unsplash.com/photo-1531870257380-e44cf23a4135?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -zuora,zuora,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -programming-languages/objective-c,programming-languages/objective-c,https://images.unsplash.com/photo-1582650692552-1491cdb0eeef?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -atmosphere,atmosphere,https://images.unsplash.com/photo-1469365556835-3da3db4c253b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -trance,trance,https://images.unsplash.com/photo-1558011907-4e3f9b58ecc3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -microwaves,microwaves,https://images.unsplash.com/photo-1543503103-f94a0036ed9d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jonathan-haidt,jonathan-haidt,https://images.unsplash.com/photo-1566840021283-e40d9f87fffc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/github,software-tools/github,https://images.unsplash.com/photo-1588473659726-030f9bf6341d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ultrasound,ultrasound,https://images.unsplash.com/photo-1596213281525-7811bbc7c1c3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/processing,programming-languages/processing,https://images.unsplash.com/photo-1555949963-aa79dcee981c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -life-support,life-support,https://images.unsplash.com/photo-1597310619515-8c43d27cd711?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -lego,lego,https://images.unsplash.com/photo-1579606629365-8f260c690842?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fallacy,fallacy,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -david-price,david-price,https://images.unsplash.com/flagged/photo-1559563736-292e898e4081?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-f-kennedy,john-f-kennedy,https://images.unsplash.com/photo-1581449968846-49e187f1c5df?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fsca-book-club-2019,fsca-book-club-2019,https://images.unsplash.com/photo-1590657923639-345dc4e3e517?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/sas,software-tools/sas,https://images.unsplash.com/photo-1564942513776-e922cb937bfe?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -qualitative-comparative-analysis,qualitative-comparative-analysis,https://images.unsplash.com/photo-1582719298818-904ce0e5cd87?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hemingway-list,hemingway-list,https://images.unsplash.com/photo-1533550931185-7e8c2b0270d7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -opioids,opioids,https://images.unsplash.com/photo-1577147874451-02c227e85df7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -technical,technical,https://images.unsplash.com/photo-1472235008642-bb3ce23994ac?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -silkworm,silkworm,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -grammar,grammar,https://images.unsplash.com/photo-1588912914017-923900a34710?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nicholas-johnson,nicholas-johnson,https://images.unsplash.com/photo-1459483029184-411202ef73a4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -per-bak,per-bak,https://images.unsplash.com/photo-1555447419-6afd459cb8af?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -international-space-station,international-space-station,https://images.unsplash.com/photo-1533757840475-f82395967580?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -osteoarchaeology,osteoarchaeology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -architectural-conservation,architectural-conservation,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -rubik-cube,rubik-cube,https://images.unsplash.com/photo-1586266984195-7611e3d5e60c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -toxicology,toxicology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -united-nations,united-nations,https://images.unsplash.com/photo-1582213943969-8ab299b3225a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fluid-dynamics,fluid-dynamics,https://images.unsplash.com/photo-1513098320930-9b516ee55269?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -equity-compensation,equity-compensation,https://images.unsplash.com/photo-1518186285589-2f7649de83e0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -epidemics,epidemics,https://images.unsplash.com/photo-1584254520678-31fe4dce5306?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -zen,zen,https://images.unsplash.com/photo-1566729318060-2f5fd56118db?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cloud-computing,cloud-computing,https://images.unsplash.com/photo-1509803874385-db7c23652552?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming, -design-thinking,design-thinking,https://images.unsplash.com/photo-1530592503159-ec956398ba3d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -expatriates,expatriates,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -haptics,haptics,https://images.unsplash.com/photo-1590345213370-caf4f5515bc6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -healthcare-informatics,healthcare-informatics,https://images.unsplash.com/photo-1560307438-8eaa4c20fd13?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -systems-biology,systems-biology,https://images.unsplash.com/photo-1566312922674-e02730f7b912?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -art,art,https://images.unsplash.com/photo-1545988779-287941c21fb4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -languages/russian,languages/russian,https://images.unsplash.com/photo-1456081101716-74e616ab23d8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -risk-management,risk-management,https://images.unsplash.com/photo-1584714268709-c3dd9c92b378?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ted-seides,ted-seides,https://images.unsplash.com/photo-1475440197469-e367ec8eeb19?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -memory,memory,https://images.unsplash.com/photo-1555885456-f49342458b4c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bicycle,bicycle,https://images.unsplash.com/photo-1484813621350-1536734ff90e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -home-science,home-science,https://images.unsplash.com/photo-1594729095022-e2f6d2eece9c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-holland,john-holland,https://images.unsplash.com/photo-1592642704319-701183fe3ddb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -parasitic-worms,parasitic-worms,https://images.unsplash.com/photo-1589622757115-ecb237ec9988?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -voting,voting,https://images.unsplash.com/photo-1560981477-dbcccffc1565?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -philip-tetlock,philip-tetlock,https://images.unsplash.com/photo-1565856051705-0bf22e6ca457?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -computational-physics,computational-physics,https://images.unsplash.com/photo-1527409335569-f0e5c91fa707?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -strategic-management,strategic-management,https://images.unsplash.com/photo-1537440951383-ef2eb5aaf3a5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -earth-imaging,earth-imaging,https://images.unsplash.com/photo-1555838617-12bd3b1fc3d1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -product-design,product-design,https://images.unsplash.com/photo-1554774853-7f03caeb4b15?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/india/gst,nations/india/gst,https://images.unsplash.com/photo-1520312622401-cac590a0d473?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -own-but-unread,own-but-unread,https://images.unsplash.com/photo-1594400315019-a03cc9acb85a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -howard-marks,howard-marks,https://images.unsplash.com/photo-1520904382450-18851ca5f62d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -paulo-coelho,paulo-coelho,https://images.unsplash.com/photo-1522742943744-b3cd4e6f98e1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -online-courses,online-courses,https://images.unsplash.com/photo-1499750310107-5fef28a66643?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -thriller,thriller,https://images.unsplash.com/photo-1588107909070-8303369e165e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -harvey-firestone,harvey-firestone,https://images.unsplash.com/photo-1558031502-4301d2be10fb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/pytorch,software-tools/pytorch,https://images.unsplash.com/photo-1574299623792-a82609b25eee?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cosmetics,cosmetics,https://images.unsplash.com/photo-1543422655-ac1c6ca993ed?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -watson,watson,https://images.unsplash.com/photo-1562001662-89063032de8c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -financial-engineering,financial-engineering,https://images.unsplash.com/photo-1554260570-c7068c223285?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -own-unread,own-unread,https://images.unsplash.com/photo-1591972068281-18afdf9b7628?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -particle-mechanics,particle-mechanics,https://images.unsplash.com/photo-1524878250009-4bc4dd581cbf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,physics, -swine,swine,https://images.unsplash.com/photo-1577382539905-e036755649ec?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -coach,coach,https://images.unsplash.com/photo-1537444532052-2afbf769b76c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vibrations,vibrations,https://images.unsplash.com/photo-1518017718373-fda10fb89e88?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nepal,nepal,https://images.unsplash.com/photo-1582523868479-ba863b645d71?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -coasts,coasts,https://images.unsplash.com/photo-1530441419334-c06fcd54cbf8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alex-moazed,alex-moazed,https://images.unsplash.com/photo-1581761480588-f20f925efa45?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -social-action,social-action,https://images.unsplash.com/photo-1586997510544-4e2e636a80fe?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -inequality,inequality,https://images.unsplash.com/photo-1594051108238-b6506b085c2b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -radars,radars,https://images.unsplash.com/photo-1535131537471-64bc61a48be0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -schizophrenia,schizophrenia,https://images.unsplash.com/photo-1553465528-5a213ccc0c7b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -micronutrients,micronutrients,https://images.unsplash.com/photo-1570793937207-a19b5cbf162d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,nutrition, -improv,improv,https://images.unsplash.com/photo-1568378910159-c0cd1844e439?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -batteries,batteries,https://images.unsplash.com/photo-1577722423968-2b0354bf10c9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -time,time,https://images.unsplash.com/photo-1508962914676-134849a727f0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -wish-list,wish-list,https://images.unsplash.com/photo-1586282023469-02b792afd3ef?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -augmented-reality,augmented-reality,https://images.unsplash.com/photo-1554474051-0256b98c36f8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dance,dance,https://images.unsplash.com/photo-1531333947028-35b9e3c1494e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -disaster,disaster,https://images.unsplash.com/photo-1552986916-199296e1dfb9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -turbulence,turbulence,https://images.unsplash.com/photo-1551656379-77814413a673?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fibonacci-numbers,fibonacci-numbers,https://images.unsplash.com/photo-1557002980-6d0a326c4b82?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dynamics,dynamics,https://images.unsplash.com/photo-1525876285538-4cc52d170c0d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cockroaches,cockroaches,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -phase-diagrams,phase-diagrams,https://images.unsplash.com/photo-1570106413982-7f2897b8d0c5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -henry-zhuang,henry-zhuang,https://images.unsplash.com/photo-1445217231310-c5e6e7477e50?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -museums,museums,https://images.unsplash.com/photo-1525489196064-0752fa4e16f2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -harmonic-motion,harmonic-motion,https://images.unsplash.com/photo-1496850574977-a4607106a874?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -survival-analysis,survival-analysis,https://images.unsplash.com/photo-1583912268179-ccc39663824a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -buildings,buildings,https://images.unsplash.com/photo-1414187976819-32a4deaae820?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -symmetry,symmetry,https://images.unsplash.com/photo-1519657337289-077653f724ed?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -translation,translation,https://images.unsplash.com/photo-1563509769909-174be967b5df?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -photogeology,photogeology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -business-process-management,business-process-management,https://images.unsplash.com/photo-1561708465-618441a93b7c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -echocardiography,echocardiography,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -policy-analysis,policy-analysis,https://images.unsplash.com/photo-1576670158706-8d5b044b61da?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/italy/culture,nations/italy/culture,https://images.unsplash.com/photo-1476362174823-3a23f4aa6d76?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -actuarial-science,actuarial-science,https://images.unsplash.com/photo-1538396534844-d7a43bfcda0a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -biodiversity,biodiversity,https://images.unsplash.com/photo-1593080478387-9dd760f86589?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -exams,exams,https://images.unsplash.com/photo-1518133910546-b6c2fb7d79e3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -antimicrobial-resistance,antimicrobial-resistance,https://images.unsplash.com/photo-1553870982-d2d4a35fc6eb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -photovoltaics,photovoltaics,https://images.unsplash.com/photo-1573486288644-777b72c60c4d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -finite-volume-methods,finite-volume-methods,https://images.unsplash.com/photo-1586999024853-b3e54b0ccade?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -socialism,socialism,https://images.unsplash.com/photo-1580088370256-15bf902e289c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -database-administrator,database-administrator,https://images.unsplash.com/photo-1555725305-0406b7607be0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -organisations,organisations,https://images.unsplash.com/photo-1595428774223-ef52624120d2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -farming,farming,https://images.unsplash.com/photo-1576504365365-091376931772?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -shame,shame,https://images.unsplash.com/photo-1518057461228-5e72fa539335?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -liver,liver,https://images.unsplash.com/photo-1525270184974-93ddafe2c9b3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -libraries,libraries,https://images.unsplash.com/photo-1595228385627-e022758a4ee2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -display-technology,display-technology,https://images.unsplash.com/photo-1542621979-182614180a09?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -structures,structures,https://images.unsplash.com/photo-1572081790960-94b18f6643d5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ron-chernow,ron-chernow,https://images.unsplash.com/photo-1581775275191-f5f151f0a9dd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -brian-arthur,brian-arthur,https://images.unsplash.com/photo-1539635148172-3188f6fa2365?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mountains,mountains,https://images.unsplash.com/photo-1506465799759-795b62973eae?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -it-support,it-support,https://images.unsplash.com/photo-1581291519163-a10965fbff8f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -classiques-lus,classiques-lus,https://images.unsplash.com/photo-1546637706-5be7e9636f5b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -birds,birds,https://images.unsplash.com/photo-1530684097392-29aee86fefb2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -adolescence,adolescence,https://images.unsplash.com/photo-1522673999312-93aa76caeda6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,psychology, -john-c-bogle,john-c-bogle,https://images.unsplash.com/photo-1597608669880-463c393e64e6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-gribbin,john-gribbin,https://images.unsplash.com/photo-1568555013133-1a59503c7667?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david,david,https://images.unsplash.com/photo-1567111089307-9850f0b8f173?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fern-michaels,fern-michaels,https://images.unsplash.com/photo-1519355104784-0572fd5b442f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kinderboeken,kinderboeken,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -network,network,https://images.unsplash.com/photo-1560090535-922ec7b32bb2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -antennas,antennas,https://images.unsplash.com/photo-1578050048466-a9c194d4e3d6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-d-rockefeller,john-d-rockefeller,https://images.unsplash.com/photo-1498603993951-8a027a8a8f84?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -thomas-phelps,thomas-phelps,https://images.unsplash.com/photo-1593544382242-4aa9bd7ed66f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/phoenix-framework,software-tools/phoenix-framework,https://images.unsplash.com/photo-1595436354633-56f2d19074bd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -transistors,transistors,https://images.unsplash.com/photo-1562447208-3d5f81e66179?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/latex,programming-languages/latex,https://images.unsplash.com/photo-1548994423-77b5f16a22cc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -panama,panama,https://images.unsplash.com/photo-1576154918674-f31a1c91a3cc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pain-management,pain-management,https://images.unsplash.com/photo-1517857651972-b13347c76b1f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -developmental-psychology,developmental-psychology,https://images.unsplash.com/photo-1556695725-3cc4a29d4ef7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -don-jose-ruiz,don-jose-ruiz,https://images.unsplash.com/photo-1588700046423-21b8e24d1e9b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jd-vance,jd-vance,https://images.unsplash.com/photo-1508981567897-75eccd7a5346?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -information-technology,information-technology,https://images.unsplash.com/photo-1542903660-eedba2cda473?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hardware,hardware,https://images.unsplash.com/photo-1589714789467-c1ca689b7d19?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -clint-ober,clint-ober,https://images.unsplash.com/photo-1589068873461-21c6484c9900?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -aphasia,aphasia,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -non-newtonian-fluids,non-newtonian-fluids,https://images.unsplash.com/photo-1581084158167-c9578e5e858e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -shawn-achor,shawn-achor,https://images.unsplash.com/photo-1452625868484-33f512b826d6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -wish-list-computer-history,wish-list-computer-history,https://images.unsplash.com/photo-1592991538534-00972b6f59ab?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/heroku,software-tools/heroku,https://images.unsplash.com/photo-1563090728-6f7cdbfb4d72?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -under-200pp,under-200pp,https://images.unsplash.com/photo-1590309630992-3d4e80d23beb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alexander-hamilton,alexander-hamilton,https://images.unsplash.com/photo-1563296300-952de2173847?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -john-malone,john-malone,https://images.unsplash.com/photo-1496098291177-07c5b79abee9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sikhism,sikhism,https://images.unsplash.com/photo-1556656416-74183d01093d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/india/history,nations/india/history,https://images.unsplash.com/photo-1509603148757-f2a393f18afa?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jay-z,jay-z,https://images.unsplash.com/photo-1596265371388-43edbaadab94?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kierkegaard,kierkegaard,https://images.unsplash.com/photo-1593701757521-db50ac71d4b2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -counting,Counting,https://images.unsplash.com/photo-1520695082671-948f2937d752?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -western-canon,western-canon,https://images.unsplash.com/photo-1579993929389-d33703948943?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -veterinary-medicine,veterinary-medicine,https://images.unsplash.com/photo-1455557412176-951a705225c5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ayurveda,ayurveda,https://images.unsplash.com/photo-1594569476253-b6d888ca992d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/usa/health,nations/usa/health,https://images.unsplash.com/photo-1519494080410-f9aa76cb4283?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -trekk,trekk,https://images.unsplash.com/photo-1482961667792-d164d3e7ab3d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -new-york,new-york,https://images.unsplash.com/photo-1491582325207-80d06869fb3d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -anders-ericsson,anders-ericsson,https://images.unsplash.com/photo-1574091507524-29e1b0ef8a4e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -general-relativity,general-relativity,https://images.unsplash.com/photo-1560405374-1cbca907889b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -charles-sorensen,charles-sorensen,https://images.unsplash.com/photo-1576527901384-cf39587ed802?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -biomass,biomass,https://images.unsplash.com/photo-1469234441726-091a01eb77d1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -doctors,doctors,https://images.unsplash.com/photo-1596355246323-3d25d57b294c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -marc-benioff,marc-benioff,https://images.unsplash.com/photo-1562831243-4c54374c9f06?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kinetic-sculptures,kinetic-sculptures,https://images.unsplash.com/photo-1586207114864-a07dd7441649?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jim-loehr,jim-loehr,https://images.unsplash.com/photo-1582052978221-726aa6de5513?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -berkshire-hathaway,berkshire-hathaway,https://images.unsplash.com/photo-1488558980948-81db7f6c239c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -carie-maas,carie-maas,https://images.unsplash.com/photo-1565616439358-594980316cf3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -not-read,not-read,https://images.unsplash.com/photo-1518378379207-3418372afea3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -brownian-motion,brownian-motion,https://images.unsplash.com/photo-1488937070723-1a88573e99d5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jill-bolte-taylor,jill-bolte-taylor,https://images.unsplash.com/photo-1590949499082-3f2aad1184e2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/ireland,nations/ireland,https://images.unsplash.com/photo-1545066230-54c1edc1cdf2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -handwriting,Handwriting,https://images.unsplash.com/photo-1532896294071-cb32aeda4696?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -david-deutsch,david-deutsch,https://images.unsplash.com/photo-1512590455804-7c5c67032f4e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fuzzy-logic,fuzzy-logic,https://images.unsplash.com/photo-1594733899532-7304d51d9927?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -midwifery,midwifery,https://images.unsplash.com/photo-1558636411-95b6f3dbfa6a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -oral-cancer,oral-cancer,https://images.unsplash.com/photo-1529919502417-feac1ae03f20?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -go,go,https://images.unsplash.com/photo-1588014522720-959c57d80e2b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -russian,russian,https://images.unsplash.com/photo-1542310885-e5a151683c65?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -robert-fritz,robert-fritz,https://images.unsplash.com/photo-1483429374595-0bd32a0858f2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -recommender-systems,recommender-systems,https://images.unsplash.com/photo-1567575990843-105a1c70d76e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hamas,hamas,https://images.unsplash.com/photo-1533378890784-b2a5b0a59d40?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -reading-list,reading-list,https://images.unsplash.com/photo-1569360457068-0e24f0d88117?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -robert-moses,robert-moses,https://images.unsplash.com/photo-1594253319876-aab4b69c0159?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -languages/telugu,languages/telugu,https://images.unsplash.com/photo-1567206163313-9e34c830557a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,language, -reading-again,reading-again,https://images.unsplash.com/photo-1499778047354-e2e047954c0c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -compilers,compilers,https://images.unsplash.com/photo-1580706483913-b6ea7db483a0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fantasy,fantasy,https://images.unsplash.com/photo-1518709268805-4e9042af9f23?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -free-reads,free-reads,https://images.unsplash.com/photo-1585809913760-4fb4ed7d33e9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -future,future,https://images.unsplash.com/photo-1583099381135-912dc09ec8c9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -giveaways,giveaways,https://images.unsplash.com/photo-1470211079229-f0a5fff926de?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sexuality,sexuality,https://images.unsplash.com/photo-1582571008093-fc9b41800be5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ted,ted,https://images.unsplash.com/photo-1544509538-ae815ae18e20?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mathematical-physics,mathematical-physics,https://images.unsplash.com/photo-1484825939385-ad29f324ff1c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -landscape,landscape,https://images.unsplash.com/photo-1542127125-58e3c1b4ac7f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -deep-work,deep-work,https://images.unsplash.com/photo-1579894963889-617563c18544?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dermatology,dermatology,https://images.unsplash.com/photo-1556227703-d6f677369617?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -rothschild,rothschild,https://images.unsplash.com/photo-1577279463841-315e411ad3a7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -armen-keteyian,armen-keteyian,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -jk-rowling,jk-rowling,https://images.unsplash.com/photo-1533285860212-c85e7140a408?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -biomedical-engineering,biomedical-engineering,https://images.unsplash.com/photo-1581091018783-a79a8863e4d6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -logic-circuits,logic-circuits,https://images.unsplash.com/photo-1579061201641-1e98ff03f7b1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sports/cycling,Sports/Cycling,https://images.unsplash.com/photo-1471439330580-1493ebc92c13?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jon-gertner,jon-gertner,https://images.unsplash.com/photo-1529789659325-598a5a0fd154?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -crowdsourcing,crowdsourcing,https://images.unsplash.com/photo-1585166059782-f28143545183?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -climate-change,climate-change,https://images.unsplash.com/photo-1574786198374-9461cb650c23?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -snowflakes,snowflakes,https://images.unsplash.com/photo-1522845142421-0dc7cf384b70?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -parasites,parasites,https://images.unsplash.com/photo-1589358141768-0be9002874f0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bill-gates,bill-gates,https://images.unsplash.com/photo-1560109328-de905113ba3a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fuzzy-arithmetic,fuzzy-arithmetic,https://images.unsplash.com/photo-1459262838948-3e2de6c1ec80?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -recording,recording,https://images.unsplash.com/photo-1559732277-7453b141e3a1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -terrorism,terrorism,https://images.unsplash.com/photo-1576348217286-ce1cb7ed907a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -chinese-medicine,chinese-medicine,https://images.unsplash.com/photo-1504387828636-abeb50778c0c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -memes,memes,https://images.unsplash.com/photo-1568598034003-ec897abcb5f3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -napoleon,napoleon,https://images.unsplash.com/photo-1566473814373-a6c6a3acd905?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -transformation-mastery,transformation-mastery,https://images.unsplash.com/photo-1494331789569-f98601f1934f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -livestock,livestock,https://images.unsplash.com/photo-1503190766327-73a7d9e9e844?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -criminal-justics,criminal-justics,https://images.unsplash.com/photo-1592314422840-4712aae94e33?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mineral-engineering,mineral-engineering,https://images.unsplash.com/photo-1581094376368-ae9f64e15985?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -neuropsychology,neuropsychology,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -stephen-sinatra,stephen-sinatra,https://images.unsplash.com/photo-1580725228669-798aa57cfe82?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -san-francisco,san-francisco,https://images.unsplash.com/photo-1534639329564-bde92a444662?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bh-liddell-hart,bh-liddell-hart,https://images.unsplash.com/photo-1494476224464-6ade4249561f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -to-buy,to-buy,https://images.unsplash.com/photo-1556742111-a301076d9d18?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -michael-booth,michael-booth,https://images.unsplash.com/photo-1582583452290-cfced0986a46?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -organization-design,organization-design,https://images.unsplash.com/photo-1501555790667-ba7ea28b4cea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hypothesis-testing,hypothesis-testing,https://images.unsplash.com/photo-1532264523420-881a47db012d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,statistics, -golf,golf,https://images.unsplash.com/photo-1542436833-75ef72a576e3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/emberjs,software-tools/emberjs,https://images.unsplash.com/photo-1559812466-a8cf5e993a43?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -audible-books,audible-books,https://images.unsplash.com/photo-1568053218057-a0ff8a92ce1d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stephen-salsbury,stephen-salsbury,https://images.unsplash.com/photo-1540921035703-fbbdb12d8580?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vietnam,vietnam,https://images.unsplash.com/photo-1593590318742-b4cc6d3e1f2a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -edward-tufte,edward-tufte,https://images.unsplash.com/photo-1486699810625-c85ba87226cf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/ios,software-tools/ios,https://images.unsplash.com/photo-1595089507369-b54ca80d56ea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -irving-geis,irving-geis,https://images.unsplash.com/photo-1491067852826-a60f365ff611?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -robert-caro,robert-caro,https://images.unsplash.com/photo-1557889735-f18101c55708?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -short-stories,short-stories,https://images.unsplash.com/photo-1597783075364-3b5438c6e18b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jason-harris,jason-harris,https://images.unsplash.com/photo-1590472342787-1b20d3ae184c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -daniel-james-brown,daniel-james-brown,https://images.unsplash.com/photo-1476270874743-4db8ec55dd69?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -efficacy,efficacy,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -producer-behaviour,producer-behaviour,https://images.unsplash.com/photo-1528384181383-1613c4344290?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cbrs,cbrs,https://images.unsplash.com/photo-1548430691-a027e3a8f23d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -game-developmet,game-developmet,https://images.unsplash.com/photo-1585038021831-8afd9f9ab27f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -correctional-counseling,correctional-counseling,https://images.unsplash.com/photo-1522688306378-fbb315c6ba9a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -wine-tasting,wine-tasting,https://images.unsplash.com/photo-1567577940456-67015c43ed89?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -fermentation,fermentation,https://images.unsplash.com/photo-1583396216852-1e1d61137170?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -steve-martin,steve-martin,https://images.unsplash.com/photo-1550667004-4572f120c62e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sangeet-paul-choudary,sangeet-paul-choudary,https://images.unsplash.com/photo-1587813774157-a9e034b8a174?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -neuroscience,neuroscience,https://images.unsplash.com/photo-1549925245-8b134f764652?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -causal-inference,causal-inference,https://images.unsplash.com/flagged/photo-1571366992942-be878c7b10c0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jannie-mouton,jannie-mouton,https://images.unsplash.com/photo-1531983758044-c3d74ff10c6e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tony-schwartz,tony-schwartz,https://images.unsplash.com/photo-1556526923-283f20f130c1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -circuits,circuits,https://images.unsplash.com/photo-1596742957244-d9edd0427e64?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -first-reads,first-reads,https://images.unsplash.com/photo-1447023029226-ef8f6b52e3ea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -pico-iyer,pico-iyer,https://images.unsplash.com/photo-1529688124-e6c364d3285c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -international-trade,international-trade,https://images.unsplash.com/photo-1592963218710-1f12d7db6076?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -coca-cola,coca-cola,https://images.unsplash.com/photo-1596707110775-bab43654f2d9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -russell-conwell,russell-conwell,https://images.unsplash.com/photo-1580701270698-d24c686ff236?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/ar-kit,software-tools/ar-kit,https://images.unsplash.com/photo-1597691603190-71981b02a79c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/germany,nations/germany,https://images.unsplash.com/photo-1596000439493-ab91899aec7e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -perception,perception,https://images.unsplash.com/photo-1589041322049-d462b2a767b4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -janet-lowe,janet-lowe,https://images.unsplash.com/photo-1520269769501-f120ef8432d2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -alfred-lansing,alfred-lansing,https://images.unsplash.com/photo-1525695249571-c7ee2822293a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -radioactivity,radioactivity,https://images.unsplash.com/photo-1563988434846-e58aa9b0fd92?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/minecraft,software-tools/minecraft,https://images.unsplash.com/photo-1593240797308-a83ad5814fd4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -capitalism,capitalism,https://images.unsplash.com/photo-1597349848661-86e71ced677b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -los-angeles,los-angeles,https://images.unsplash.com/photo-1588117260148-b47818741c74?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -online-safety,online-safety,https://images.unsplash.com/photo-1544890225-2f3faec4cd60?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vscode,vscode,https://images.unsplash.com/photo-1592609931095-54a2168ae893?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -synthetic-biology,synthetic-biology,https://images.unsplash.com/photo-1583912372409-7a1860c2af84?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cell-biology,cell-biology,https://images.unsplash.com/photo-1576086265779-619d2f54d96b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ken-iverson,ken-iverson,https://images.unsplash.com/photo-1550148264-b3a6ad41ce8b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -microscopy,microscopy,https://images.unsplash.com/photo-1560630822-d94fbf1e4fc9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -james-s-hirsch,james-s-hirsch,https://images.unsplash.com/photo-1588712133121-05bf81cf3e47?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kiewit,kiewit,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -stuart-kauffman,stuart-kauffman,https://images.unsplash.com/photo-1518550475464-99b1438b9b69?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -james-allworth,james-allworth,https://images.unsplash.com/photo-1582690627987-07bec6fae82a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -urban-fantasy,urban-fantasy,https://images.unsplash.com/photo-1532603255286-cbff320e586e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -arts-and-culture,arts-and-culture,https://images.unsplash.com/photo-1554537173-c4daede7794b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -social-entrepreneurship,social-entrepreneurship,https://images.unsplash.com/photo-1512758017271-d7b84c2113f1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kevin-grove,kevin-grove,https://images.unsplash.com/photo-1596146786487-7fa320c7144b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -keith-johnstone,keith-johnstone,https://images.unsplash.com/photo-1547628564-ff970665865e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -influence,influence,https://images.unsplash.com/photo-1583468982228-19f19164aee2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -laplace-transform,laplace-transform,https://images.unsplash.com/photo-1522276698630-a284120cb08e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -autonomous-systems,autonomous-systems,https://images.unsplash.com/photo-1576669802367-42e9fd83d9af?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -karen-dillon,karen-dillon,https://images.unsplash.com/photo-1561596700-b34e992380e4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -control,control,https://images.unsplash.com/photo-1520950335585-0f7c2f58d481?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -microprocessors,microprocessors,https://images.unsplash.com/photo-1510746001195-0db09655b6db?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -margin-of-safety,margin-of-safety,https://images.unsplash.com/photo-1571819507488-0e1dfe7cc22d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cognition,cognition,https://images.unsplash.com/photo-1593444286621-98245b7d4530?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -persia,persia,https://images.unsplash.com/photo-1559745734-8afe2fd3e113?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sprituality,sprituality,https://images.unsplash.com/photo-1574693102368-2a8ffc327a68?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -complex-systems,complex-systems,https://images.unsplash.com/photo-1576670160060-c4e874631c5a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -decentralized-systems,decentralized-systems,https://images.unsplash.com/photo-1581222423419-79e498aca20b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bob-gore,bob-gore,https://images.unsplash.com/photo-1511715642729-6ae820d8d586?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mikhail-bulgakov,mikhail-bulgakov,https://images.unsplash.com/photo-1592554847625-aaafca81b718?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -don-keough,don-keough,https://images.unsplash.com/photo-1538999717241-25a088c9d0b5?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mosfets,mosfets,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -children-s-books,children-s-books,https://images.unsplash.com/photo-1580651521938-df6336ec8bde?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sam-walker,sam-walker,https://images.unsplash.com/photo-1596819648147-daf710ec0ff9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jordan-peterson,jordan-peterson,https://images.unsplash.com/photo-1547235002-ad3f7478db46?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -puberty,puberty,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,human-body, -james-hill,james-hill,https://images.unsplash.com/photo-1557822477-ec8d8bbbcd2a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sound-synthesis,sound-synthesis,https://images.unsplash.com/photo-1517343155053-3bc076e687b9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -space-science,space-science,https://images.unsplash.com/photo-1565436381579-52471481f017?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -voice-disorders,voice-disorders,https://images.unsplash.com/photo-1553465528-5a213ccc0c7b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -immune-system,immune-system,https://images.unsplash.com/photo-1584192134930-e4329d926e41?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,medicine, -earthquakes,earthquakes,https://images.unsplash.com/photo-1516477485464-abbcea8f9b1f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cosmic-rays,cosmic-rays,https://images.unsplash.com/photo-1507413245164-6160d8298b31?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -soviet-union,soviet-union,https://images.unsplash.com/photo-1568057373873-87302f152271?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -zappos,zappos,https://images.unsplash.com/photo-1560195183-570e72bb6fd8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -self-help,self-help,https://images.unsplash.com/photo-1525525592784-72a78d31a4c6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -electron-microscopy,electron-microscopy,https://images.unsplash.com/photo-1580377968562-5f0225d15785?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -choreography,choreography,https://images.unsplash.com/photo-1522642888367-8d98750c243c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -read-in-2015,read-in-2015,https://images.unsplash.com/photo-1470441623172-c47235e287ee?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -open-source,open-source,https://images.unsplash.com/photo-1587913956756-4fcf4833241d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -healthcare-education,healthcare-education,https://images.unsplash.com/photo-1453847668862-487637052f8a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -general-motors,general-motors,https://images.unsplash.com/photo-1589123738569-cd76e674b671?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -menstruation,menstruation,https://images.unsplash.com/photo-1590692985210-7acf8f98ce3f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,puberty, -nations/usa,nations/usa,https://images.unsplash.com/photo-1587238192270-1785984d61d8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -horse-racing,horse-racing,https://images.unsplash.com/photo-1578796232543-5e74775b6e86?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -carol-tavris,carol-tavris,https://images.unsplash.com/photo-1569162994872-f477d330af40?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -judaica,judaica,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -earth,earth,https://images.unsplash.com/photo-1578589301696-ddafbf18f9bd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -data-collection,data-collection,https://images.unsplash.com/photo-1523961131990-5ea7c61b2107?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -australian,australian,https://images.unsplash.com/photo-1591076168432-4fc1df8b38ce?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -valuation,valuation,https://images.unsplash.com/photo-1592500305738-1173baf32a33?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hippie-favs,hippie-favs,https://images.unsplash.com/photo-1571355674563-73547291af9c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -general-george-patton,general-george-patton,https://images.unsplash.com/photo-1526481123133-de3547dccbfd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -string-theory,string-theory,https://images.unsplash.com/photo-1496193574520-069d8f5c945e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hugh-delehanty,hugh-delehanty,https://images.unsplash.com/photo-1540260609148-9684f5e19fea?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -tai-chi,tai-chi,https://images.unsplash.com/photo-1582143205708-240a0e448f1a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -consulting,consulting,https://images.unsplash.com/photo-1592766842214-535bf73a8d68?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jewel,jewel,https://images.unsplash.com/photo-1557715843-2e113292d9dc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -frederick-reichheld,frederick-reichheld,https://images.unsplash.com/photo-1439003768858-b7a3718981bd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -speech-recognition,speech-recognition,https://images.unsplash.com/photo-1535169984603-466712e499d2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -machining,machining,https://images.unsplash.com/photo-1591639713936-6fafe6748de0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cable,cable,https://images.unsplash.com/photo-1574788360892-1f5ab6f06043?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -sears,sears,https://images.unsplash.com/photo-1518219290471-6675a900b972?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/jupyter,software-tools/jupyter,https://images.unsplash.com/photo-1566937169390-7be4c63b8a0e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -aids,aids,https://images.unsplash.com/photo-1573856631239-eb02c9fd8c1d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -multiple-regression,Multiple Regression,https://images.unsplash.com/photo-1553465528-5a213ccc0c7b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,statistics, -baltasar-gracian,baltasar-gracian,https://images.unsplash.com/photo-1589735260871-2c489523ad26?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -henry-ford,henry-ford,https://images.unsplash.com/photo-1595432576728-94e0e94a7663?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -hedonism,hedonism,https://images.unsplash.com/photo-1585834320351-96f1a8c84c77?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -e-ship-read,e-ship-read,https://images.unsplash.com/photo-1558923240-2672e219374b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -kevin-hanson,kevin-hanson,https://images.unsplash.com/photo-1578513239176-a3cb1056e095?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -foreign-exchange,foreign-exchange,https://images.unsplash.com/photo-1565374392032-8007fb37c26e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ibs,ibs,https://images.unsplash.com/photo-1553191656-2cb10c193357?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -richard-bach,richard-bach,https://images.unsplash.com/photo-1559772043-f48dc7bc61b6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -drama,drama,https://images.unsplash.com/photo-1559782268-6240a740b4dd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -andrew-gawrych,andrew-gawrych,https://images.unsplash.com/photo-1519699047748-de8e457a634e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -phil-jackson,phil-jackson,https://images.unsplash.com/photo-1511049857535-dcfbe29a765e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -violin,violin,https://images.unsplash.com/photo-1597884698753-7969b7f93e84?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -jane-mcgonigal,jane-mcgonigal,https://images.unsplash.com/photo-1538708805576-d73ebda51812?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/israel,nations/israel,https://images.unsplash.com/photo-1576006765971-fd0813e650ca?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -moon,moon,https://images.unsplash.com/photo-1505871174817-a40a99407566?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -stress-analysis,stress-analysis,https://images.unsplash.com/photo-1585829364536-ce348dd72ebc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -calligraphy,calligraphy,https://images.unsplash.com/photo-1549758225-5835373bcbc3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -organ-donation,organ-donation,https://images.unsplash.com/photo-1588778117702-f92209c7e797?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -soccer,soccer,https://images.unsplash.com/photo-1519516806580-c11fe89bd47f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -obamacare,obamacare,https://images.unsplash.com/photo-1542619148-0f4e9f8de92e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -throat-cancer,throat-cancer,https://images.unsplash.com/photo-1586774033022-81c512d0a901?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dystopian,dystopian,https://images.unsplash.com/photo-1534304907456-0c4882abea2c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -empathy,empathy,https://images.unsplash.com/photo-1591758879073-a94f4e1590f6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gods,gods,https://images.unsplash.com/photo-1569870483127-1f9608554db4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -government,government,https://images.unsplash.com/photo-1544759419-fece4ac0e7c4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -guitar,guitar,https://images.unsplash.com/photo-1543079516-9e32af4a33e1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bares-capital-management,bares-capital-management,https://images.unsplash.com/photo-1598329065205-e82e0d5b74f7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -vital-signs,vital-signs,https://images.unsplash.com/photo-1489022132264-198902049352?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -schrodinger-equation,schrodinger-equation,https://images.unsplash.com/photo-1581089784209-f2e9b2e20d3b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -att,att,https://images.unsplash.com/photo-1550047758-d235a6bb7462?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -surrealism,surrealism,https://images.unsplash.com/photo-1575229536649-e33e19c55dee?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bones,bones,https://images.unsplash.com/photo-1571343220742-bdfa3b4e20c0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,biology, -pathogens,pathogens,https://images.unsplash.com/photo-1589091683318-a10f065d844a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -double-slit-experiment,double-slit-experiment,https://images.unsplash.com/photo-1579170721934-f0ff7547fff3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -nations/russia,nations/russia,https://images.unsplash.com/flagged/photo-1571259021922-a5eb93331cb3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -richard-thaler,richard-thaler,https://images.unsplash.com/photo-1587222417476-43e6691a3ccc?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -worldbuilding,worldbuilding,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -boundary-value-problems,boundary-value-problems,https://images.unsplash.com/photo-1594916105020-b28f829993b7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -software-tools/moodle,software-tools/moodle,https://images.unsplash.com/photo-1572865662893-fd784e0a2e9b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -mastery-grading,mastery-grading,https://images.unsplash.com/photo-1595987357195-9d86aeba0fa2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -set-theory,set-theory,https://images.unsplash.com/photo-1500021804447-2ca2eaaaabeb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -noethers-theorem,noethers-theorem,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -product-management,product-management,https://images.unsplash.com/photo-1552581466-ac9fec8dd978?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,business, -tools-for-thought,tools-for-thought,https://images.unsplash.com/photo-1569589657232-64b573193a1d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -digital-audio-effects,digital-audio-effects,https://images.unsplash.com/photo-1529611748075-29a49d2faf98?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -science,science,https://images.unsplash.com/photo-1582719367079-bc1b8e5fed9d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,,5 -functional-programming,functional-programming,https://images.unsplash.com/photo-1531030874896-fdef6826f2f7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -careers,careers,https://images.unsplash.com/photo-1587719816248-6441566dcf37?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,personal-development, -business,business,https://images.unsplash.com/photo-1537511446984-935f663eb1f4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,,4 -humanities,humanities,https://images.unsplash.com/photo-1569727193135-f435cf948317?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,,3 -languages/english,languages/english,https://images.unsplash.com/photo-1586198985893-b195aa834874?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,language, -medicine,medicine,https://images.unsplash.com/photo-1558956397-bca0c4c5f228?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -quintic-equations,quintic-equations,https://images.unsplash.com/photo-1608792992053-f397e328a56d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MnwxfDB8MXxyYW5kb218MHx8cXVpbnRpYyxlcXVhdGlvbnN8fHx8fHwxNjI3NDkyOTAw&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,, -collatz-conjecture,Collatz Conjecture,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -irrational-numbers,Irrational Numbers,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,number-theory, -bezier-curves,Bezier Curves,https://images.unsplash.com/photo-1514474208469-b634e8564bdb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MnwxfDB8MXxyYW5kb218MHx8YmV6aWVyLGN1cnZlc3x8fHx8fDE2MzAzMTM1NTM&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,geometry, -personal-development,personal-development,https://images.unsplash.com/photo-1553830591-304c6f7c2e5a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -christianity,christianity,https://images.unsplash.com/photo-1579847694626-6f1c67daae20?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,religion, -machine-learning,machine-learning,https://images.unsplash.com/photo-1526378800651-c32d170fe6f8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,computer-science, -accounting,accounting,https://images.unsplash.com/photo-1532033375034-a29004ea9769?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,business, -learning,learning,https://images.unsplash.com/photo-1541782678416-16977e3325d2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -competitive-programming,Competitive Programming,https://images.unsplash.com/photo-1593720219276-0b1eacd0aef4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MnwxfDB8MXxyYW5kb218MHx8Y29tcGV0aXRpdmUscHJvZ3JhbW1pbmd8fHx8fHwxNjI5MDUzNjU1&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,, -stable-marriage-problem,Stable Marriage Problem,https://images.unsplash.com/photo-1607784074172-0eef4eab83ae?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MnwxfDB8MXxyYW5kb218MHx8c3RhYmxlLG1hcnJpYWdlLHByb2JsZW18fHx8fHwxNjI5MDU0NjE5&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,, -subliminal-advertising,Subliminal Advertising,https://images.unsplash.com/photo-1580135657357-f36d9e735b3e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MnwxfDB8MXxyYW5kb218MHx8c3VibGltaW5hbCxhZHZlcnRpc2luZ3x8fHx8fDE2MzAzMjMzOTk&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,advertising, -nations/china,nations/china,https://images.unsplash.com/photo-1568044941821-bf7e9075c4e0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,nations, -biology,biology,https://images.unsplash.com/photo-1573646609328-01f50a125c0c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,science, -programming-languages/c,programming-languages/c,https://images.unsplash.com/photo-1472772224448-b24d00409675?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/javascript,programming-languages/javascript,https://images.unsplash.com/photo-1542831371-29b0f74f9713?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -pythagoras-theorem,pythagoras-theorem,https://images.unsplash.com/photo-1571569080010-06cc1a54db4f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MnwxfDB8MXxyYW5kb218MHx8cHl0aGFnb3Jhcyx0aGVvcmVtfHx8fHx8MTYzNzE4MzIwMQ&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,geometry, -instructional-design,instructional-design,https://images.unsplash.com/photo-1577017050748-389f0021d860?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,learning, -negative-numbers,Negative Numbers,https://images.unsplash.com/photo-1612358780480-a80cd5b75df3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MnwxfDB8MXxyYW5kb218MHx8bmVnYXRpdmUsbnVtYmVyc3x8fHx8fDE2MzgzNDIwMjE&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,mathematics, -frontend-engineering,frontend-engineering,https://images.unsplash.com/photo-1592289705165-853a6d60d134?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming, -software-debugging,software-debugging,https://images.unsplash.com/photo-1597007519573-0575fd4cc96b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming, -adaptive-learning,adaptive-learning,https://images.unsplash.com/photo-1515168833906-d2a3b82b302a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,learning, -data-structures,data-structures,https://images.unsplash.com/photo-1592919677891-01c12483f55a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,computer-science, -backend-engineering,backend-engineering,https://images.unsplash.com/photo-1581092922699-2766a7278454?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming, -programming-languages/go,programming-languages/go,https://images.unsplash.com/photo-1536859355448-76f92ebdc33d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/graphql,programming-languages/graphql,https://images.unsplash.com/photo-1520404694234-f9eb2c591b7d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/csharp,programming-languages/csharp,https://images.unsplash.com/photo-1528992776499-940ffbdee0d0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/clojure,programming-languages/clojure,https://images.unsplash.com/photo-1565022536102-f7645c84354a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/lisp,programming-languages/lisp,https://images.unsplash.com/photo-1558021212-51b6ecfa0db9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -personal-finance,personal-finance,https://images.unsplash.com/photo-1589758438368-0ad531db3366?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,personal-development, -collaborative-learning,collaborative-learning,https://images.unsplash.com/photo-1488751045188-3c55bbf9a3fa?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,learning, -ageing,ageing,https://images.unsplash.com/photo-1521139342376-d2f8686c09b7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,health, -taxation,taxation,https://images.unsplash.com/photo-1526615735835-530c611a3d8a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,business, -contracts,contracts,https://images.unsplash.com/photo-1528746901924-d886b501e255?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,law, -corporate-law,corporate-law,https://images.unsplash.com/photo-1526948128573-703ee1aeb6fa?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,law, -international-law,international-law,https://images.unsplash.com/photo-1591292082066-0e20e80284a3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,law, -software-tools/excel,software-tools/excel,https://images.unsplash.com/photo-1532119421444-cb013aaed2e7?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,computers, -databases,databases,https://images.unsplash.com/photo-1589447388175-ac47d31be950?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,computer-science, -deep-learning,deep-learning,https://images.unsplash.com/photo-1549357333-a32a1993b1ca?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,computer-science, -sociology,sociology,https://images.unsplash.com/photo-1561548472-6672e9a49b08?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,humanities, -culture,culture,https://images.unsplash.com/photo-1562757035-3118bc1dec54?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,humanities, -operating-systems,operating-systems,https://images.unsplash.com/photo-1539186607619-df476afe6ff1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,computer-science, -hiring,hiring,https://images.unsplash.com/photo-1504670073073-6123e39e0754?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,business, -quality,quality,https://images.unsplash.com/photo-1583852468862-a427e8350ca2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,business, -worth-re-reading,worth-re-reading,https://images.unsplash.com/photo-1584502076720-9f2a039e8ea6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -woodworking,woodworking,https://images.unsplash.com/photo-1533780898421-b118c81ac26b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -web-development,web-development,https://images.unsplash.com/photo-1552664730-d307ca884978?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -welding,welding,https://images.unsplash.com/photo-1574948833472-137f20a4a700?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,mechanical-engineering, -twitter,twitter,https://images.unsplash.com/photo-1563986768817-257bf91c5753?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -electricity,electricity,https://images.unsplash.com/photo-1535836432365-6b6a2c69185c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -freelancing,freelancing,https://images.unsplash.com/photo-1493119508027-2b584f234d6c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -dynamic-programming,Dynamic Programming,https://images.unsplash.com/photo-1565106430482-8f6e74349ca1?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixlib=rb-1.2.1&q=80&w=400,algorithms, -distributed-systems,Distributed Systems,https://images.unsplash.com/photo-1534988333262-c455b9332e52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixlib=rb-1.2.1&q=80&w=400,, -internet-search,Internet Search,https://images.unsplash.com/photo-1614064849348-46bfef75deb8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MnwxfDB8MXxyYW5kb218fHx8fHx8fHwxNjE4NzY3MDcw&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,, -invention,Invention,https://images.unsplash.com/photo-1606922305746-4b25a2c59c06?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MXwxfDB8MXxyYW5kb218fHx8fHx8fA&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,, -markov-chains,Markov Chains,https://images.unsplash.com/photo-1561145999-3da06f41faae?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -quadratic-equations,Quadratic Equations,https://images.unsplash.com/photo-1576834967753-ad2cf1cc8d19?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,algebra, -quaternions,Quaternions,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,mathematics, -software-tools/rapidminer,Software Tools/RapidMiner,https://images.unsplash.com/photo-1584900761409-8d782705be6a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -state-machine,State machine,https://images.unsplash.com/photo-1585159858630-a22fe6d87c53?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixlib=rb-1.2.1&q=80&w=400,, -tree-of-life,Tree of life,https://images.unsplash.com/photo-1536080967152-abb71cdae327?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -assessment,assessment,https://images.unsplash.com/photo-1581090124321-d19ad6d7cd5a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -asset-management,asset-management,https://images.unsplash.com/photo-1580795478966-561ba4f1ce68?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -awareness,awareness,https://images.unsplash.com/photo-1571987937620-9fc22357f9c6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -ben-horowitz,ben-horowitz,https://images.unsplash.com/photo-1518138714764-8fbae7d6fad9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -big-data,big-data,https://images.unsplash.com/photo-1542744173-05336fcc7ad4?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -blogging,blogging,https://images.unsplash.com/photo-1546098073-327f4e839d1a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -bluetooth,bluetooth,https://images.unsplash.com/photo-1540389440464-bdae39fd8412?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -books,books,https://images.unsplash.com/photo-1517253751315-62944a02d2f6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -books-by-nobel-laureates,books-by-nobel-laureates,https://images.unsplash.com/photo-1591171433239-714bad045a02?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -branding,branding,https://images.unsplash.com/photo-1493723843671-1d655e66ac1c?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,marketing, -charlie-munger,charlie-munger,https://images.unsplash.com/photo-1566435722960-3c645c72a461?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -child-development,child-development,https://images.unsplash.com/photo-1541580621-cb65cc53084b?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -co-operatives,co-operatives,https://images.unsplash.com/photo-1579889551683-2e5d22deb230?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cognitive-psychology,cognitive-psychology,https://images.unsplash.com/photo-1534988333262-c455b9332e52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -competency-based-education,competency-based-education,https://images.unsplash.com/photo-1528089129176-3dd4a57f6461?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -complexity,complexity,https://images.unsplash.com/photo-1597047084897-51e81819a499?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -computer-networks,computer-networks,https://images.unsplash.com/photo-1592919347498-69564e361791?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -computers,computers,https://images.unsplash.com/photo-1510915228340-29c85a43dcfe?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -consumer-finance,consumer-finance,https://images.unsplash.com/photo-1443041630902-3ad09447e1a8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -consumer-psychology,consumer-psychology,https://images.unsplash.com/photo-1551853034-d87752d05076?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -consumerism,consumerism,https://images.unsplash.com/photo-1584143257537-8b6ced30b6d8?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -content-management,content-management,https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -content-marketing,content-marketing,https://images.unsplash.com/photo-1432888622747-4eb9a8efeb07?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -debate,debate,https://images.unsplash.com/photo-1434626881859-194d67b2b86f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -denmark,denmark,https://images.unsplash.com/photo-1511959562719-6792c3807eb9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -content-strategy,content-strategy,https://images.unsplash.com/photo-1555421689-3f034debb7a6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -cryptography,cryptography,https://images.unsplash.com/photo-1510511459019-5dda7724fd87?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -curiosity,curiosity,https://images.unsplash.com/photo-1570620719815-092a7f0758de?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -developer-relations,developer-relations,https://images.unsplash.com/photo-1573495612890-430e48b164df?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -digital-literacy,digital-literacy,https://images.unsplash.com/photo-1534007945421-1e9aaac0484f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -emotional-intelligence,emotional-intelligence,https://images.unsplash.com/photo-1534723328310-e82dad3ee43f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -entrepreneur,entrepreneur,https://images.unsplash.com/photo-1524991480436-74348b3085fe?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -entrepreneurship,entrepreneurship,https://images.unsplash.com/photo-1551836022-d0b54d686dd0?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -exoplanets,exoplanets,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -forensics,forensics,https://images.unsplash.com/photo-1503500684848-e0b13e4781eb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -free-speech,free-speech,https://images.unsplash.com/photo-1530124828273-4200e7285b2d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -game-design,game-design,https://images.unsplash.com/photo-1520278013317-50b1dfd757cd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -gpt3,gpt3,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,machine-learning, -high-performance-computing,high-performance-computing,https://images.unsplash.com/photo-1558904749-133e7de91569?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -history-of-science,history-of-science,https://images.unsplash.com/photo-1479385707218-be0fbbe6ff01?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -incentives,incentives,https://images.unsplash.com/source-404?fit=crop&fm=jpg&h=800&q=60&w=1200,, -information-security,information-security,https://images.unsplash.com/photo-1477039181047-efb4357d01bd?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -intuition,intuition,https://images.unsplash.com/photo-1579744036611-d069b58777a2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -non-fiction,non-fiction,https://images.unsplash.com/photo-1473755504818-b72b6dfdc226?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -personal-knowledge-management,Personal Knowledge Management,https://images.unsplash.com/photo-1529165980561-f19d4acc4f3f?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -triangle-of-power,Triangle of Power,https://images.unsplash.com/photo-1545208178-9b0ae975e645?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MnwxfDB8MXxyYW5kb218MHx8dHJpYW5nbGUsb2YscG93ZXJ8fHx8fHwxNjQxMTU1MDUy&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,mathematics, -programming-language/java,programming-language/java,https://images.unsplash.com/photo-1555949963-ff9fe0c870eb?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -programming-languages/rust,programming-languages/rust,https://images.unsplash.com/photo-1554144915-417bc08e3354?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -mobile-app-development,mobile-app-development,https://images.unsplash.com/photo-1557804483-ef3ae78eca57?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming, -time-management,time-management,https://images.unsplash.com/photo-1563371386-187140095137?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,personal-development, -relationships,relationships,https://images.unsplash.com/photo-1504447660567-77a0a12ebb75?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,personal-development, -programming-languages,Programming Languages,https://images.unsplash.com/photo-1489389944381-3471b5b30f04?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,,2 -programming-languages/c++,programming-languages/c++,https://images.unsplash.com/photo-1484417894907-623942c8ee29?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -information-overload,information-overload,https://images.unsplash.com/photo-1564760290292-23341e4df6ec?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -programming-languages/haskell,programming-languages/haskell,https://images.unsplash.com/photo-1503676593575-d732ab11be71?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,programming-languages, -music-theory,music-theory,https://images.unsplash.com/photo-1534988333262-c455b9332e52?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,hobbies, -note-taking,Note Taking,https://images.unsplash.com/photo-1485011062108-85580cbb0d3e?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=MnwxfDB8MXxyYW5kb218MHx8bm90ZSx0YWtpbmd8fHx8fHwxNjQ2NDA3NzMw&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=400,, -cartography,cartography,https://images.unsplash.com/photo-1521295121783-8a321d551ad2?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,, -virtual-reality,virtual-reality,https://images.unsplash.com/photo-1552871419-81ba9b1aa9c9?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,computer-science, -aerospace-engineering,aerospace-engineering,https://images.unsplash.com/photo-1581089786257-d34fe7d9bff6?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,engineering, -digital-marketing,digital-marketing,https://images.unsplash.com/photo-1517614138969-67d1892d0edf?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=80&w=400,business, diff --git a/dummy.db b/dummy.db deleted file mode 100644 index 256bdb2739fcc2ab98ff752114c17fe7817b42d3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8192 zcmeI#u?oU45P;!}6`=*uty3X%(#6Hq!74$-B3QdPR;*C43fdR(m3%VOLcv9FmjB2l zcSojgyZtUMs$8FM_cE*WREDCI%(WH~$7aW78+G4p8~dt{`djJ9Wb^FTp9e3ohd=-U z1Q0*~0R#|0009ILKmdW?1>zu3MU@>d`E{mxzVE9;)7f3Vd^A^QnV2XwI*k^w(P1+S s^~iI>;uN~;ZE98~@y7LTZkK)n0R#|0009ILKmY**5I_I{1pZjy4dqK5wg3PC diff --git a/generatedb.sh b/generatedb.sh deleted file mode 100755 index d52379e..0000000 --- a/generatedb.sh +++ /dev/null @@ -1,9 +0,0 @@ -rm learn.db - -sqlite-utils insert learn.db topics db/topics1.csv --csv -sqlite-utils insert learn.db topics db/topics2.csv --csv - -sqlite-utils insert learn.db items db/items.csv --csv - -sqlite-utils insert learn.db reviews db/reviews1.csv --csv -sqlite-utils insert learn.db reviews db/reviews2.csv --csv diff --git a/learn.db b/learn.db deleted file mode 100644 index f2394c2cf5dad99bb2ae3a5ff38034bd4c16e165..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5754880 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

7=-6HL^c>033(Q7CI3290Xx8 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�Wv-fTT+q9b%|90LXcF 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�n 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%0A!(+dC?AXzlk6bwXn}`0+!9P8C=zzWd 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

B^@UW6^(R{?ODTLFvtDD9$oX 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

MU>KI;YATJ+7@kQAhL9T`u&5r>_l&PmUQH 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

!Bzescf6-i6xIe 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 z%0A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 o{Q zWgYlL{g#ZWjxK~5=Eje8iag7Qc$OCo8N|ozCToJg63-DMOH5BZSXE-O%Ce#AUAU8H zIkkxdW}kE6iK#0Wq_XA@*+4 zTi2?rucT~D#0>OztN8!^qx(kx&FD{#93}pL{lu4!|J<>!9R1rz{^0OGJoG;u{2vdV zJn#e``2Y65jgNGuMrYoJH1~!HP{8A4oBMBM`)oLwhh!}uq z&rZtYM({?CB2FCRyYLe_y%HnUQA-h$S3yh`$)&k@1%8qgmphbYVeHi*ER_-+GOyH9 z&|W?=Mw(0ph@m^C%+M@Ei5FJ0)tI%Yc|CiteZ4~=maqaYXtbuhM9yPS4%bWBKcaj_ z?m5e`io9!(Q1c|JoS9!H&;uB?*yq6sOg%$f895D9OBRgGC&Au3Y7-7KI-;yG;kaaO ziRggow$OP~ZQ-~Fp7|LV!*-D%6-8Mt5sIsrTzZ72a79H^-w#MYKx9Vv_*}qMH*7Sj zHIGb$LBl$OKus`C?%kaSx)>a}PPISXp-#(l z5_2(Bu9*Cv24&$<BAKndeY2{>^d z2fzpjpaV)mb^YOu)1BwJ@FlN%*02WBitAPo%m&q$N`A#K61tNhk%8}GJ(nu3)*KhZ zSm6uc2pRwt2tqs#k(n|~H8uR{d9?{5Dz-UsT&ZBrIZYj%>*_$*FJ|=vC7L6#PJc` zTKYjww`p?A38&(4{~D;X0aXu)%$!4ZlJQL&9F0VNKxHE5UVzj*+#w2x`-rEyoJ`Ox z(@Grmip)t0Sn5oubZfb@elSZrJF{rskuvv^?Jd_*{~(3o5cI#qa3@*e)W>SqO(JlW zTogi9ShFs|hTJ%;a1uON;XDV*f_d;pUI?SYbl6BmNBb%P8IEV|`LVLkhe#fBG(CE@ zxdgZ_^gik#1N175x=S|~T92~K6?(Qs0DizWTVQ{+R6{uNSsTtQZ8+3qT{T<@K4v~8 z34I0;tLvBQL>k$EiyU+0QnF!k@d_ov5A*3iN<#DMq!48Ib>lt}FvJ~P5X;hTTC0PvO zt>o%cOob|vC3IDb2{CjD23!!myn-%OhZ%9hK%{mybrjve$A!Ge=q?D~uR}m0J>|w6 zYkEBoUJ29dh5ab#fQygZHzpkAUN4kjE>&bYVWEu`HKJb8jY@oF6l}+Yrt$lTo%6k6QqZA&+JU(O)%34T4&`_>frRJTW??-kr6#)TokP(50t+P;GGSV@Y z;_>`mm2DH_-&zTp!a*G}-@anH55oK(KtaSj4h$Ypr7DZ$T{s?WLjwOb027~*WA_6@sI01BMgLtfW<^Mmh@6COq?~VM)$e~lklb<

X9P5 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 ?8$%o#2=n`{rG#wB0li{ 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

8Epu@AKgK5dX@L&Yu%YNLgu>T-jrU@H0J*+q@o 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 z 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⁢RFjR!QL4@l3d{6%st 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

    U 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

    r@3IOH;6J* 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 z

    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

    diff --git a/src/ItemDetail.svelte b/src/ItemDetail.svelte index 7baaf4f..b2e7244 100644 --- a/src/ItemDetail.svelte +++ b/src/ItemDetail.svelte @@ -3,23 +3,12 @@ import { bookmarks } from "./stores.js" import Review from "./Review.svelte" import { randomCover } from './utility.js' -import AdvancedSearch from "./AdvancedSearch.svelte"; + import { io_getItem, io_getReviewsForItem } from "../db/jsonlines"; export let itemid; - let item; - let reviews = []; - $: fetch(`/learn/items/${itemid}.json?_shape=object`) - .then(r => r.json()) - .then(data => { - item = data[itemid]; - }); - - $: item && fetch(`/learn/reviews.json?_shape=array&item_id__exact=${item.iid}`) - .then(r => r.json()) - .then(data => { - reviews = data; - }); + $: item = io_getItem(itemid); + $: reviews = io_getReviewsForItem(item?.id) function get_tld(url){ return(new URL(url)).hostname.replace('www.',''); diff --git a/src/TopicDetail.svelte b/src/TopicDetail.svelte index 249f6b2..9f04286 100644 --- a/src/TopicDetail.svelte +++ b/src/TopicDetail.svelte @@ -1,7 +1,7 @@ diff --git a/src/TopicMasonryGrid.svelte b/src/TopicMasonryGrid.svelte index cf657d6..df82de1 100644 --- a/src/TopicMasonryGrid.svelte +++ b/src/TopicMasonryGrid.svelte @@ -23,6 +23,7 @@ let tempmap = new Map(); // first pass to find all top-level objects let parentids = []; + // console.log({topic_array}, {parent_id}); for(let i = 0; i < topic_array.length; i++){ if(topic_array[i].parent_id == parent_id){ tempmap.set(topic_array[i], []); @@ -61,7 +62,7 @@ $: topic = alltopics.find(t => t.name == topicname) - $: map = hierarchy(alltopics, topic?.name || "") + $: map = hierarchy(alltopics, topic?.name || null) diff --git a/src/TreeMap.svelte b/src/TreeMap.svelte index d2a6a54..20c5135 100644 --- a/src/TreeMap.svelte +++ b/src/TreeMap.svelte @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/VideoCard.svelte b/src/VideoCard.svelte index 3967d35..1634848 100644 --- a/src/VideoCard.svelte +++ b/src/VideoCard.svelte @@ -22,7 +22,7 @@ - +
    @@ -51,7 +51,7 @@
    {item.name} - {item.creators} + {#if item.creators}{item.creators}{/if}
    diff --git a/src/utility.js b/src/utility.js index d61fbcc..094e9c8 100644 --- a/src/utility.js +++ b/src/utility.js @@ -2,13 +2,13 @@ export function randomCover(itemid){ let images = [ - '/static/book-cover.png', - '/static/book-cover-2.png', - '/static/book-cover-3.png', - '/static/book-cover-4.png', - '/static/book-cover-5.png', - '/static/book-cover-6.png', - '/static/book-cover-7.png', + '/book-cover.png', + '/book-cover-2.png', + '/book-cover-3.png', + '/book-cover-4.png', + '/book-cover-5.png', + '/book-cover-6.png', + '/book-cover-7.png', ] return images[itemid.charCodeAt(0) % images.length]; diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..01065ed --- /dev/null +++ b/static/index.html @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + LearnAwesome + + + + + + + + + + + + +
    + + \ No newline at end of file

    fE_on2mF|cWW^f*kYW&}T38Zpe|574n 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 r.json()) - .then(data => { - randomItemId = data[0].rowid; - }); + $: alltopics = io_getTopicList(); + + function getRandomItemId() { + randomItemId = io_getRandomItemId(); } - function getRandomTopicName(){ - fetch('/learn.json?_shape=array&sql=select+name+from+topics+order+by+random()+limit+1').then(r => r.json()) - .then(data => { - randomTopicName = data[0].name; - }); + function getRandomTopicName() { + randomTopicName = io_getRandomTopicName(); } - $: fetch(`/learn/topics.json?_shape=array&_size=5000`) - .then(r => r.json()) - .then(data => { - alltopics = data; - }); - async function hashchange() { // the poor man's router! const path = window.location.hash.slice(1); @@ -52,8 +42,8 @@ } } - onMount(getRandomItemId); onMount(getRandomTopicName); + onMount(getRandomItemId); onMount(hashchange); diff --git a/src/AppShell.svelte b/src/AppShell.svelte index f2229d1..a0cfa3d 100644 --- a/src/AppShell.svelte +++ b/src/AppShell.svelte @@ -113,7 +113,7 @@ {#if window.location.href.startsWith('http://127.0.0.1')} - {/if} + {/if} diff --git a/src/BookCard.svelte b/src/BookCard.svelte index b2ef3c4..32de240 100644 --- a/src/BookCard.svelte +++ b/src/BookCard.svelte @@ -4,7 +4,7 @@ - + {item.name} diff --git a/src/Bookmarks.svelte b/src/Bookmarks.svelte index 6c0d201..aaa3115 100644 --- a/src/Bookmarks.svelte +++ b/src/Bookmarks.svelte @@ -2,24 +2,11 @@ import { onMount } from 'svelte'; import ItemList from "./ItemList.svelte" import { bookmarks } from "./stores.js" + import { io_getItemsWithIDs } from "../db/jsonlines.js" export let kind; - let items = [] - - onMount(() => { - // items = read(); - }); - - function encodeArray(kind){ - return Object.entries($bookmarks).filter(pair => pair[1] == kind).map(pair => pair[0]).join("%2C") - } - - $: fetch(`/learn/items.json?_shape=array&rowid__in=${encodeArray(kind)}`) - .then(r => r.json()) - .then(data => { - items = data; - }); + $: items = io_getItemsWithIDs(Object.entries($bookmarks).filter(pair => pair[1] == kind).map(pair => pair[0])); diff --git a/src/FormatDetail.svelte b/src/FormatDetail.svelte index e0c1a3c..f179d42 100644 --- a/src/FormatDetail.svelte +++ b/src/FormatDetail.svelte @@ -2,6 +2,7 @@ import ItemCard from "./ItemCard.svelte" import SearchForm from "./SearchForm.svelte" import { formats } from "./formats.js" + import { io_getItemsForTopicAndFormat } from "../db/jsonlines"; export let format; export let alltopics; @@ -16,11 +17,8 @@ sortby: "rating" }; - $: query && fetch(`/learn/items.json?_shape=array&_size=100&links__contains=${format}|&topics__contains=${query.topic}`) - .then(r => r.json()) - .then(data => { - items = data; - }); + $: items = io_getItemsForTopicAndFormat(format, query?.topic) + $: console.log(items.length) function handleQueryChanged(event){ // console.log("queryChanged: ", event.detail); diff --git a/src/GenericCard.svelte b/src/GenericCard.svelte index bbf86fa..ee74038 100644 --- a/src/GenericCard.svelte +++ b/src/GenericCard.svelte @@ -1,12 +1,12 @@ - +

    {wt{^qw<-=KHM{a=2| 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

+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 {Tx2o`MbHb*UiSrlS~q#U3lst6(Su|gN%UA zF(n*Ug`upJ&uk3c`+9anHCL?whUIu*VWmbmLIx6AS%osEAIn`5qGk?+GK%_?1dkS| z<@zJK!)-T*WM}(E=op-Ub}&6+30`Exf&z5g8iTGztSBt)h}GsYBep$x?5g_4yJ~9v zEJ!sjmX92bCZT$QFNf|ObW=3-MAT7et47L%4pJzui^Y1eHZ|)m${W1Hna>7+3dl9^ zf_8P2Y+zT?*>Q#Hve2$L6ZEb129<00N$;7mM~GfPJ*0OVkS>lJxKJg{egwj-02n6j~5N)t4 zsWuj=?xpg2QuDJIAAjTqT8*Moq1@ODK<+6o>cmD9|DChOeJRNr<5N>0w7;q)9E^8d z6k=2U!)|>=_Ec<{<>p9b0Tnl=h9>zA=1C1(@hEs^*nDCU>PS6oWdv*}@F0wT6G&-v z7^RUiIpZsFu_pZMn|UN}B^?5B_Z@{zxA`1cO|@uANg{Puyrwf}$J z_b>LH;bVP&XcD(jJj3W2?>5*N@;^5w!5v2PcWdu&9JJL94=j>I~Ik*0` z;ptK8>n|GL(=S2r3*UsO?y(Qu{F%I2;plrGmp-~`fbkBDY6@{7&N3CRHFzgD;gL?j=V&J7Bt)u@*O1- zf+3CBUZ|T~H=YcmX5+{05wplK#2+i88ynv3R-7K za6I-tz({f;s923Mp7~yBUEcx6Mt6QvZWAxqm3iJCrr8w&WSCq>rYZ< zvyZc9DgI`=^O3#t)OW-Lf6)6USD}X=<%@4BRb>w%whMQ1P zXa|tnQ3Y1FLzNl2)}nWln^o3l-2MN_dm9+Jvh2Q(pTo~;YIZc5{jfB>J3IT4na8fG zSFfrbxue-;v&rG`dzv-eS?(<7)qAhHYuMe@?CK)fGa8MGjy~W>jtnJmAjpv;2)2?) zvCvf$S+Wr%SU8AcM^F&MMr*GhcUqeC@jFkb2Cf zHW3D)J|7YG201lwF0f}x6v%W^lNQmBIG`VaT<$V_R(#wf*RfBM92+)T+&uJ?K2#cS%0gLh7c1kQW_RiuD_mwa_FuODKv^ zSHr^9gT$wnnT)o-csy3lR@2G&zr&K@)qK^@{E+g`OS#%@x|`VzSc<7{ncx0Tu%xNyzKJ2|rT)YseA?NtjY$mrE+RxNAv|^+wXrBOJ?*u>YYD z<|3IJj?-uCY+@wh@>04>b1r;8>22i`8pD64J8|gY3i*veuw)OG(&{gRHW;4slb)sZ zgNG%iB^dA<^n5tN^Usi$lT%Yzdox#yUr*PDs?C5>YBy`SRXc6Cd-MPfa4w2;1EY|PJX--8 zpX>8~q7p&Bhes@AT7o2IVOQ6X`wzSyD7?MVJhc9Q@8|ZMI5hU@+)Ky9V?TTJcaQwd z!~gf;%Aw*j-#qxA9r!;Eytn_q-uJ)md!AqVx9gwoy){}oy$iYVs`bXI*xD4^YIZtTTfvyhL{uDnS9>Hcmb5HrsIkEDpIw7y~DkZc2D1)ASfgV?PPZVG!vEZ>Pu9?C*! z8YCz}jIn(R_lCJ9>{Ani`|etkG_u6b7Vz-Uqo+qbh&I${){u;05LO5=k$gmvC69K6 zZ)B(`K9+cpv~avgoDT&YfC`VA+bL5Lo8TQfp>gGW$6ux=a>o1Os=3r!jBsxx-g&%= zrX)CR+rgv}+@D*U%hf&?3#NAL z3vyOwac0_3MF?)4tDTjNqWtwfgps^rf9u~CHQkti{`4A6h+YT0J7lv0s3mwbW20fI zDwxSFrL-jKzxsQJgvfkU^F16~G+!Q=Fy2rv#l9Y3EF(5M_<0 zC6f%4l5t16H`eGLbemxIS?h127Y0aQDbauirh-}#==wxC=eZXm@U}0CgtJYH5v&uF)5erwcyqpMK@+Qhjs4% zQW1&`1-Uq))O8}eO&->35CzcNR~vttl2tpsu%)RqlYSxB7swtGAHe9{VKbcZ3+?3~ z7E*bp=4e~hxtl3nQMD@+YC9mM<}w^Z_m|i@`zpB zMisxC&PfpenSV*eE`V3*f9K|DnA-raYz&YiS=C`je4Q~8(U=*LhDGT@bTW626&Y+# z=40waWrA5}++Pa-zh+Y2ak+@NY@T)wsQ7?BQql^Rk1h;_7(ydQr=#IdX-qO`NO@{p z8yc`S3Vv}z7?B931MW2+udeUfH)W6i_Dq@Cb>Ng?Q&?TeF6@4^_8u1-@?5t+V+=nX zxIl%=kSYCdO zovXdm&b93+jN?L~&S9hYFH`{lLccP!5iFuK45x&dG2)@=b^dQ81^s|2aK~Kk!*mRpmAU(H(>T`mtea7su~(M zQcEUUhr5!vC?EqvztjEN+Pkb&Ev3!JkhN$KOe0u&L2~iqR|XAk1gcRfukoP+=R@2o zq4kgR@r!MR&Lt+N8qq)x{@TWvKX#561F4)b;7mz=L7z!#YO!=?Ng*C_Y#zX#6XaNCWZ)!hjWV% zPBPw^oV1OxhesKCP*@p+TD>&K4Xq7`b!t%5%bZ(TS!$n}m}s7yT~=D_ zit(yQ10nr8F@tj7g0MGmW=<~6wN_eKiBa#XJwZts+PZm=gZT+gI;o43?=Q`6-*Gd4 zB{RI+(rgIJKIm|6MsDi=e|OK=zZ!cf7ajlUV?T5BuN?XH!#{KAzj@~S&m2DZ+<`au zzq7Bs_dnV5yFXyTKiL6VGQI2Py0?-GAde7bmDFxfm9inuCOXZu`U8Tllqs98dM%42x5&s-4O=l1gt4J$;d`0{ zu;KSHx3`y@?`INmG0fmI%dpJw2J}kba@P6_Cz;(u9c`C(JaMm6PcugM3MLQIRmH>rd>l9Rx*^Z^xPLV_Ag(xd}6-XmSCvt#2>oq4N z=6IIU5gHo_ua(*HEmJqTF3WRuk)vu0nRh; z%ir(+)$jiF-}>Ia|BK)Kg`cIB$@C)Eo>mrU>eV`7EElY^(I0z$wgOe<5q|}zXvlXifAD5S@bCm#Dd|51>E;EL%RAQ0iInr+B(zE zo6Lw7f0gQ}e$&-APooe-&*}CE@LQRNo7q|oupp92woF>_!*C@#JW-~TZcICCelgv? z==&hWxV_W2J)09}N0eOif_0>wMb|(Eq^1xz+3gAeCUON&` zFzG6;noE@n{c*uM8-+Al$5%G8?1ujn3q4NjF_p4NYh06rHb-?gCpniAa&2;&*VwBqR=R^wG_%k(MF5P%-*ZwlY?ucA)#R zwWdhdRHZ77i%*N~&_)1ULEDB384|G6)&|8JRwGl00ahuAdEKDSzC|CTl<<_4#K?*z zBYK=kB&tgZg_$FQTza9BeE;ER*J!rXLH)D+nu%s(B(rgVfZ9n>vP8gIh!hgsdL@!% zq3=lpSqWX0;xwgU$~b6=oF`k;0tX_M|Dv*xf_Okla|*%0m{Dfsc5_P#5mSf7Y^8mZ zqvE`oVL2iermAG*HqEdcgc${4kvcqthldLza88%ea)c)p+GJC~LtHuZQ89trCz)H8 z82%CMzQ{I_{-gzE-gcKX_@y&`QY(YeOf^C%MoMjv z^a_0A+Jzmgwfv2_rDoDbQjtpsZQ>Q=r+5P~3RG<<5p>~OZFK+?c_{BmAIi=wmrTnu z#~_~e2iE_di5FvLT4b4SF)G^VQqu2EyiR>+et75(LcNPLr=34(P>s>G6pl6XUd zNh-a>+Y`p3;PM&D;#b^DBWf<3=q%}Un_`~pgJvR)W!v*e@F)}2VnOW4x*x7Bjn!^3 z&&!tLN55dQ6dt{)#1R4}N7khbiHVM50ihSX{Dzy55eEuAW?tMR$~*u)-#F6*mdZV# zG}>*>XtNu~&U6r4CS?W=L$UfiGGQD-84BF>;-C_N(A12yduy!)`T;fJWow-CJ~hI1 zPJWyhzJ8UQTeXhToG`qhz;GFP;go^mG@}F{2Xxe0Qt35$3z~zPY6&IoX(XGB@ip4A zU~}oS4Ot9s{F*6@rbELP`M^C&nXw?U4d^Xox&tcsnhM5PYTKmo6gdc<-gERPOf^e0U?V%F{HPefEFhdfshK;kA- za(8fT9+L`fp=onLejfQuIxr)LC36ZYz^5)cN_9x_OFlrlcOh&+&KJOhkozS{%1aO@Jk1d?!U0_#@>Y=Fa)5R@6nITA^vxgs{yup z=t-?hC=86U2>X&5V<#8Ov?$_gEcgIaz%YoL4m84d*XK5$PfEqenv*&y6w1k0-LRLV zZ#G$z*X>CP1CBZp*<|ku{3}GdwoYJ3%9fl`jAz>LV__kUDAB(WERm;?#OP*Z)$FZ> zt9mCU6`?cTdGMrcrhyW^WKk#pGtYM{krnmiVkM0P@Ai&k&SjdGh+8gKe5w=y&qB#m z*6~IImp{=q1R^eQ26C_X+5rNpdakCWI#T%p7sy!9RS`K*8fEO#WJg46@v!B=c-r=% z3XUcZHLy$v+ic(B17~)Y#Oee4*V3A^*LugsY8U7is<~N7&*Eu=M-e~?D-ANc++jc) zh)q+Tg?c^Jbwd_KqDAYqQ5R$2?Tn9#FES(?u<=TcOfGxYwO+{jSqAUU{`BFedq;7$ zK64@WaIf8+UPzA<_>K}_xhamp}~cd5+BIlkR5qgtFkFG_AqTA}x5UcwvTlzT*hr4wsl1Q7;lt558RL9|ak@*aRy6abI z`Qv$!g$)HA#s{^&{Wy|?G&$=u=QY7$fEy zmB~_O<+(hNR_bs5oT(u|u=XXLaF3$cjd4bym*4;_5LTkN)abeejX zVV|#=n3+aYG}Qucizs|RHGo`b-G^TTv%-U-7H~IK@QX!0pB*_EuI#7`pFp%Cb40T~PFCVgHLYda`6QO*T zwJpK~;`qpCIZlTH;*`)|>CsBcy*LPGxXTG&@Q~dq)H!;h!PKEoi&LP{PFxPlRobb) z6*oZ0=gdHX>^ad4QQc-OPPdH`WiM?$2>~aXbXCU6jkLp{w=wv#BcN zI_(=KxJLULm`vos@Qdjk0Y?fD7d{6?g0#K%JYZWgjcnINGx|$7KXG({vu)BJun9Cu zllf?q#Vua^RA5rQVXZxL8utwH1{4Rn;iiy$8Z?bcM-9L zK(n4~IRJ)xvW%&bV_{7$=1Rw?4P-9(%hT89E^OaeaD~g*oJfYH9Zh3Zkr^5ifC}RC z56pk^h2n!`p|AD!j@2sUca!WyJ}T$2a#+t8&PxgAAcO<-_jx5A#7LBdLw`WvF~>q`=He2hq{YVOOV`TIn*h)Q_uq;M$r8BIum(1x@ zZx6sdoA(84$jjuFV7`#3cj+BX(MbvS8fyVr+eM!W3@xY+!Zz_#EO0Ln0-VDIp$jp; zbDjBl740!G_r_P#h%FzwW0K%nP>~h;xz5NnbaCxtbM!u+lz9ejnUYS=fl&oQU8cg* z57E0I6;YwNM@Yx)iZK*O(VLUT>v>goq4>=z0XpCqJkBJniOBd1GJ`a4o=hu~Nl*RZ zH`aa<`X4FvFWbckpvWPfMR8{!Bx3dxO3WUXq!Q7m1bU3`ZM+!b7pF~O&x%-y!EtG^ zH&5DR2PYf?ut^yChv12 z4~EbzpUM$2FX(~OsTUq3LFll8uZjOJ>^X66teN}8<9~4cQ^zKc#z%ho@PBydcd7sX zKM#KHKxO|l41foFE=5(ufQmwT`W!8OLSGBVv$_DXaNWCw5lZ3 z;Q2(G(d9|4h)=Z<^V9bHNC@>=>zXk?L`yTAhTT!F-i%6bbxmheeyT=`%1>2RWlFX8 z%K4Ekb-zcCuqI^W+x9wwrGVD1VuCc+ErqC+2MyuZ5GfZ5ZoN{ilt!WkHNR5*hh}JN z8Mq7e&GryQcKC%%Kak)?&(=$jekENob}5zLS|mKS2j;-FlTkaeY(G&xl3V_fO| z7_Htwdym<42CA+uoT^aNm4QPGTDpZ7mv_0Dt5tYmd3=lk+$B?%-62ekgbe&vOGKSy zdYh5{ zRTnHjKP82Nj1uOhh=g2q9wKr8vF{9fz_n$ml^Ms6!UBvyx~~rI+k%+i7tO z^L;v4shtvcvMMOq*|af{wibrs14MO(UO;!I_c?AbT5UaN=Lq43cmqYYVm;tOhB$x> z4PkKDC{s-C$8n?LCjD=q5-JTtJc+lOZQ%e8w}57@QVvRDXs8TBcIl%JXXX%QLX-AH zLJ_u4R!n%ACy#u;TkCz6B6Ftoyai4nlSYzMBa0()K_YWrZ@@f_5XPV;yOC$kfH~Uw zSe=WZWQ(bmfBMq{FEGuQv*{K&mdOvg@Ap0fV!_0&T1>x!-VD7W(f=+aKY zgb!%aM;$q_GYtkHcSqF*-f^`N)=QU#v5VnKMla<$*H9B`z|W+3OM~bErg80>G!!3v zz4`61*&2!!U9itg5}b%qq)#-7mxTlca+a1B1g2mWO)gabt~QJ6eyjH*2FjVX^YvpO zX8e2yKT^o2kfl-WqCBZgxgDu0k3Pfe=Q}#ZH2=H%)6}F=W^PG-m$K^(=J$;roy2_5 z)0gc1D8L~WQ*;gJib`rtlpI`~Xt+l8I=)h=+L*qs1iy1=@6E5KP$G+VgN-}v*bp78 zz;hN%%V5Zlx0>-?1%n&n8_O*}pF)9&To4`X#^a@`j#GK^qKF^cJ>Tt<|P zxlvW-BZ~~!L(6x%MiYjL1eSIHW4B^;E)1|Q+<`Q7W2(c`98sv;W*C}0$-%m0P&TwF z260>_fa_L!&p|k4LOE+#iWR!DQ27b8hVd*R&_iuE*M&!Fi?SZXbWnH(1~anOK_(U* zpOy=5SLP8U4?yTF6ONL4UtA$vv##Zj_dW%b%h;c@W3N=*fV7(MfrVPykiN7L7#2O< zsA)y*Cdf;_BSebCauAW(Kw4Z(%Vyt|;bXeZGw_d-@r!Q>j-?F!bOyEFv$&GXz_&A? zV^f8O^AstHUtB^q1I4>CtWk_!41F}N$9ZvtW&9EffG!YfPGSXB-hKK^G~T^jF@jlU4e-{U`DWWG>+L1? z$guFt!0XG{HsG=}0h#X=bJA$3ZKv#0VCv(xkL_IqW5oK;pxr}58bkAbB>Ss#Y zvivBfHxtl$a=BR#n&a2zI@CN|>p%<4TsAV-8G6nI3nP&2Xk}aRb_iVT-(Hw?%V}ks zHOBu=uR!y;95tdA5JI;of-D4JR>(`v6r35q4$DS+mjW-$BkU4#n;XMtCYoHC;oT80nmM?qdl)5sDc?F|t<5Eh2IV(QBAav^*_qIU4r@r(50 z3}%-|C~W$cA0=LARzOJXJULUaCfuI9Z@z76bWir^FZNO=*R~U4)Zi>A{-YI$Q|Y2Q zgJce8rAR^wHaAt0^-NjhmQw+n;0lNhCcdrRlBt7qliea2Qj5iQKkU&?Ojub7C|0jD zqP!I1QqxLkDy4$H$GDNdM_q*#BL5_3^(K8B&$X68K%?J)yBA82rTzdUUCR9pDWH}_mu^bmkurGtJ3Vk=Nl$S(=`Bqy%p!j4|oYw#xhgY1r z*A;JV&A!Hf90ugr0XZ|Z%e0{`_>1@N6~o1I*9c`+KUl4n7pHHYU3zfu?l%(e_#xFwi;nWbo4Y&jY z70yR*%_myVQnH?P2ITNwRZ+e>*?Tot^O%xV?uNffY7Jg%fW`s|Td7hm;N0Y6a6UKo z*qI~_f$>B%P8mSydOgL#r>1MTnMSfMU+KM)tNB5${k%!E=Zi>))Jqko0*O-+GbGvp z{vEn$;Kxx48AtSNR#K=Kt>JAad=BY?l(Dv8)fb_`%o}aNZJngV?#{LIUh?K)^~T-% zJ=%q>W@sCvC5n*g$>vdI#U`R>m}o7K&#iD>Mo2`Lqf8Er@uqj;Jk2v~wiDkh$SD>@%silGE+FL#>X%0>Fra%tz43MvZ9*-APr()p-_t@}@9EP(3o_6S zzM+@>1}q2KjJ-0GYgyP4W^f#okmAgvPlFL82=kHtpmM2RFA~Qf%GtQqp)psOGQpX` z@cw$7&~ZsWGwr@Q@@03n_ho3oZ9wnDT>0fn-~&}~n{&1)@1mlHu(3jEF%&-vGQCQ= zx6*)K(BPy5OjBVSo%6v3D^hH;Xa`&R^TxYtGe=Ayn}Ms9x?;e>gAovCRq?yB--0|q zPp}21dfl3_hFdO$F;gv}9t=Lirm9MyU*;x-=|>4;p{l$SIsb2|pe)6Cr!-^nDm}w3 zebVG=FUNuK^*6b1cX8^fHxqr(lZ^+SYSvLHA1X9mAMjUXD+1+*R!bq@Me9Yh5=jgrn#-t ztI=uR9i#v}!s-nF?eo1a8m`emEvQ6_4&|trT@CsV!Xqt6oT87WR8TG#@d$^qRAiRN zQzEB&7ds~EWwT8pRSqdM`>pQP-b-V(DRQn!DJ@07L8U}PXChQdr7=?Q4hgSm)8!FX z2OhE!>q}`_o877vu{9w|IOKgUFG4$9S0+1n?W~79Ir$yT$`{DB!||GV-Q2bab3t~1 zm;xJu_m1Wm7g!???~vwV#jwD4MD03t^2PtLE|2tLeM@+~LU2pj9J&aNnp1mK(R>q5XSi>b|O ztO!Y<9)puF#>=IXc@zKt{+<(`AA39ZlgEGO*dHD{Nc{hwAO7y)BZppiX6j()z;_Pp z+n?X}7x(`1p5OmL2>&-3130WS9rUSENzz)ln8=B{4n33vg2Cy8VgeHAhDgAd>J`+P z*6kZyGrG@nlit{Ig}}O+_)xz?K%eq%*KM8Taf5<^Qj&57=9s1tB^9|}O<43~km)uD z%Y^JPH%|y&9#j1<4MC6zC0Sk(g`c5=Fya@`{%3&$x3IL**|x7Rwew2(&iz1}gd%u2 zJa=cri5U5^`(wScx!QCkci+Ms2%Cux4*L8B>2({UJVN^tzAOhw#epCc%f$h3V*~-z zN)nRaF+y6_=IWup(z@50jz;1-3APvc0fHRd`V$!d#u!{l&B47j7a=gg6eS$12nyOE z2H5{HIaaz-aa2K-F;4}8G;|_a4_cCe(GGZX0=Hs+7Y#GkvQqV<*ST!j5{_({-VT<- zhO4B8MKE7({tS06nbB*#Gwd^xZHE$UiQ1VMfE+;{L7dTjC%mB)H}5vQMx#UumA1A? zc$Nq{rjdg3LP)(WNNOw|mj{lkWnzN52v@PZ8ecP>4VFR-vtAqgSQjLjL=q9!3Fw77 zKaot}WN#8PdNmcXr#Bc^9vrg@Rl;1%Rek^z<(XUbc=6d*#T z5-;1{KSO6cgAr%`*nPA2^<3=^eI;$6LXv{K5ScI(34xkC6rYfvff`qK3v@oF;bEM= z5zODwoUQyJecR`Syd6LjMwU`BF#$F$r|j`S%nVpL^!mX|?BtNPcANa5-9${pNIGrBb`lyGc>PYMDHvBF;W-Z+09)|}CyH?}_ zCJ}Q~jIAwsj?99!rSSU;5=KCX`$DqKHrQJ8ac2qZ5S)zSiL~lbS6BPPW>;vjM@zoj z#FB{ygkLJ>y$G@g9YV20c(iZ{WU)|bM!*B2Y1y69gRIRD0ASIabv+U$E+>oa| z%Z%e?C!D2*RPu!sJwMa?8VY1_?xW;d@iAx-5jD^?z*^u!nyAn*vO;GpM05~IP0Nd= zgNF)_4Z7e+hV#Cya(dD^Zs07NwZnZA6&rbYvO>ptr*pNJCvt5Yb45tbqt3|*E7I8v z@fctzs7TO1@j8(^;zBA5^Vc9k@rp~NUtt006E>6g+#sh}EorhIM5*2RQuWZSDbaTi5TdPK!9z|rnvyr zNT#BYV$aE&J>TXg;C^dWH7q@_M<>5n~5-3Gf|hH;OC1+epSvCy@fK zLr?`Jrd8bF^SSQ3c9%e(tP?k&YRQ4-ZedowOFc)m9QpNPTqj-RX7b0E>C)bmri1i9 z!|*~*(~L4pqE-ocy5>T2{OYyoE8`chT)lZ|`t14X9hfMINfw$)>d(kvWKzisqtCa= zWnhJ(aVf-db*Fljv08y?zGkOMH_Qfly(On1xKoLCkZ?=T=Jv~ZoWzhyQ$Mdz3Wixc zFx7369P(3~mX4R_31VrUCp3gYW*RqoWr~>ZVsz~^s4x@uI5D5D77d+1)2L~tArkpM z_8w*GgJ~E*fJw-*pc;s1U~4>TLTkeEoAz2yXTb(DGeaOYFO)L#I^XjEPaym}pPZ-$ z7md(-s1w9E#G+VIq!xC%DT#SjZVdD#RzCY}-7TEV&17$6Wgo|3ACu zJ9|$2$k-3(t{lH~EI#@RM}FtDzs9fpp#Ian-MdNO zV6ukK+0BMu7DZ^P32_b}ngVk|GUQ_D(1nx;WB~-MB!DqZiG~4aFj`T{F^tg5;5s7P znCYt|T+oeW$uM*km=w|vjuR6)k1kJ}wE5ib3)h={mVjh- z*FF5PUQLQcZsr~)L8lv6T{2X4&Jv7(QVd*GhnwM)Nm^G+o6`oO@Su|5g1&Sz zIyr(vVIf{PgG+x+YVsKzi4s?Jkoa@=T94j%?SM`(cFF5LVwMGp6dUvsA*uz_sv-nL z(vj8n%4HvEy(`pnLi-xhpBthTY5q>$i`@80>BOa0XLgQ0@baJR>k(V@=+}~&{!pyA zXvbmm`iYzMevgiNQYLXd@x!SLi6V5Y5bofhQg9Dvhiqz|mbES3BX zdNSX6rZ5Y)d+R0J&Q1mbV}By;AuMeg0Z7y+U8JZGaKd}2dC3^CHKjDb`d05ctrhTN zlHyvrE!U;lDdG zN)TItNvEmSeae%xyk6h{E#@+NS{MRMI{h2d@JZD9$q2vbthWPTru81}JI#41ucx!A z5s$Z(A#en)j@3Tm96A$LIe@}}7_C*#p(t_(;&sxx4SYb`z7#G!CnO0Z zfT#j&5F!-=demt;Yi5 zw3@)NMB&7gzSX1C-aC{JCW>irp+sGVoMc|S(jrKCAX(Ua(W6B%WtRY0l%}g41yfsI zL7syeoI6?9d_Mj}+#7igNzCY>K9$Z+y_*M$8-{@T;Y-q7DZ8#)#5ct!~%GZ`5 z;2g|@n~!oc^2#uW>)wSZ1^|U3Y|xVN%k)cWMH1Rw43_6<=f-vSs3l1%)-w|l0q;j~ z@RGmcKynTo#EI;)$(`%7q50-Zq}W>b^b`}6(|T_j^O)qOLZpFwoH*1*3sfdyFJ!gg z79tDe(Sn%rx$<)$Zbm-?29yjpz|hqm&FmN^&D|0gz3=d!b=xp+Zv-y0&Ky zh$Kg>0Fsfdl*2YaO>tkfJvfs;2d8f?xNk&Pw!z(d)M83<1j?W08~_`T-bX)rb`_^B z8dkGpG+FSpZAQaASR}$QIzeZ87x2?>mmXO z^QVzNd)-I^jiw~h+u%9`B@|Pc_Q3KcKWvLaNM~u=m&4iXsI52^;UlK&c6#)F_{knU z{c0bPg0}%x1;Kmh188G}5!)449ViT=S@gNb;lX&Q}1-I&?lWgQQ+=XX!}s0%+>Y=lQO~w+&nlei4KZf7$Pk%`&mlvW>f=& zw=soZBS9m-xJ|D{ebTJ*y6ILFOSyF=3MF`sB>d(Z?LDk%MGuQ@a zM1U3~1TrJ!C%DVxLT{GpX2ekvouLZ7qmd&<@;eG(5CjoIB9SDx z3gu#h)@Ahy+E=EOCsC<8r7Nv^&;uar3Hp4Dz*tG)P$Ix5t~#_bNPq@4!AfCp z&n_~VLRw6TpMzGE%7}`{<@y9u*(?T8dY&za z%FYWv#Xc7SrBuW7^x)gwW-kU$IKt*jY) z`jkOMIJe@^NQ+DgLad0Gam>v@rt_E}c${J>kmrih0(suS*;tCaM=##Ti5$4$u!B*L(zEP-H|LslB$u!>hn-pZj~I9B_Rmy(poP|#4O#G6A( zdX~foTn1eG68R`3gJ_NyR{fp6lnjaNah87f--i_5Vbtyr0nQ`=rGs#wTk04L=3))F0U(%jp)92Ll$iQ(Z!e&5oJ}xmXO1Aa z??t4pBf1#?1*76ek3{Lx8xX$J!wFt$f)Ng8o(MFWiA%N!M_&|3)7d|*<;3T5Pr0n6qn7CupBO9P|mXOa#b)C`qgb@ z%kDrtwjoBok&kgG_%-S<*xD|l+OXur*!%SMgacSr)dM13SS5BVpJ{1dJ8@YvK@(oc zm6k@xOm3GZX3;bJF}s3w9_=7so_P%|h_D=T@2`0N-rHGmZ(c_>Z227#~!o*gM zV1-67YkUd=p5j-hLYBEnGTsoEnq-DOOGnQvD4q4b=Cn#L3@d4UYr_P?{ns@3g z3aLioVc}(^-J?#{(_d5ISHgcxIn(QCI+a46g^BpK1} z_1?Q&X2+-!e8n+tBQ0{u5KR!u#j_%lOM-*TjpEK?jL9xaalLnLphqmuBcd_THB}c? zw+Vd=0pl@T(~+tCdW^ck#^4cP7W(-EY!Hu;kH?eMk01RpyOfS`Gt>+0w~VNKfu><4 zak=OmhRemj5Lg#5Bd$VAtJ1isFlg?RDZ&#C3rn>#A>c;Dh)f8*RcAtj-J0cSpIlr* zUHN1Xo|G6H}s)2nVZx+z1>A?$~M- zX<#b#u(+2Jg@4UEkdTrZ8$9k)11vXjG$k~e3tc103C+# zRV7|_i^zVK^06(UQlL;#H#M+E+H5EhGe~M9?$$KDxSsq@wI)c}QWU94xjq)wXqIJg z?{bA8*fzH39@jai8ODDc0 zD7?gg5(<;wHPDt_W*Hax7_w{TO?2PweS?z>2|H0SjA?mL5mjBXZk%N57Lk+;M8qJV zg(6NRH>&K}v#X29h|n{di5ZB-PTj<3>nEQyEjvRK9u%1k9Po%~+aG1hEK+CC0{??b zr=d+e^o7L#pW1VB&)6T2eKvRN_!av9{f#64`0zhGyyuz!`I)^3odaLnAMIP*`ycQ5 z@A;)Y-B0&E$kndqa`$cGfXc#(Uxu1Z-4h8slv&XQ; z>*UJTeS?hYDwH5xgO_Zai|P}lSfX4ms+ouei6oiy%OT1wMpC)u`xzQ4ST`=N$bAlP zOZxZ{el89)tG8U5&7di}WX@8171pT%8COgRRvAs*!M9Ukxl6qVY(LaMK4-0NwH!n+ zXlMi@l&(@7g_Ja+NaokkIlvY4Dqdq0NPMHSz-b!Yev`}14?sIM#*Q~Gs~dqJh`-ZX z14$9i$#X_Rv=Puv`29$Gml#g~HmxJsOl8ym-teY97wEzN;Pdj`_GxR?iE%urOi z3%w3FF{}BCEsLze!h;CLISZWiXO$)VLY>>DA7<|_3kX$Hg;^ybq)BUp6cnBd=q3vn%ZLFMLodai%a75v5 zPRKgjx_#clW{YVq>WmIX;={buTRu^{)pf~YxF)cOVnENh3M@tyIL9vH>XwEaC3N%L zD&8!8jL*dE#2}*Zot)aL_%hNFef%u)L;M+pAdt&ICW4jC^in?uYG?D0T=;L{=1n2~ zZ(56+uV@u4@5vC6a5Hu(z$8qR;Br;ctTJA0neIe7UI<2Zyg+5#49S<7w}r^%-Lcvv zdI5sEMjHg#rp ziHD<(EI~BtM)GI{M&!{DoZTdQ%M7-jF1ihRfK`0L6tl+7|!s!l~7ZR-jUy_Z8 z#3u;hIHcx{)#fXeDb2{ULE=b*7y}MT_89?F0Vvq}0+yx3@JF;TeLTaJvA#+w*5TpM z6FZsC37KCYiFK_yei@`^DbNue?o3^c&Sqm& zAq5YL(sy@t2X48*2y~$0FJ%?A^bSoh0XB33U^vJEm9lj?Gd)_VU4S8wXtEaAsz@V7 z4yt-Ealp9{rxV^0GJ;ZT6lB z>Aa)!V$%Y|Nsz(r1ELP+oU5IY8Y7GnB9L=1=?r8ywWG*FI_mH!*m=}85&0hamkYxWOY1>Up&q1xj%R=rG9~w*J@&$2eKt$OD9?y%8aPld zn^Y6#X~D4eR@po&p$2C#qC`v{M4BsKFTi&9bni~C_WDAuWr3{-@ud(|I9MLEl}C~m z7#0VDx=N^VZk~2u`Mj;yO}!y*Q=?FfVNG{wW^1yp+m|_CA2KdUBL(vSTZ)@HKHYP@ z_c>}HJ}=s}q!_`C(I4fMQC(3Iz8l@~*p#^GWs(ovpN#=&MefI>iB^&mWfHrqc|72z z5R9acOS+OJuE3{zO~Dvzxra&7Zi7-#TFJT&`6FoJA(RZ*)I}#>VQFHwSf}Oq*4uI@ zJD6k6my`& zAsq||5Yf;&ASqIzLc3hV&eFJxO`C?aim6K|ui(Yy4*z9M-wEJxWDcM*t#)Kg*{RDd zO@_$_FUaTWzq()VA0@hwPR_PXs3!sjRpR_QjakG^CD3BG?ZiGh%0}gRd_;u=j zpRuwI;+;y*zj>tD5^XcF|MH|K#x4-{D5VGi`mKyNOD=|+c5RrxGMg&8gt;TLnoP<~Gr#T%o#*#-X#hD=} zN;t1iW@2vUHy)1l>50|>V!CZjdW?HP4K49IH!~)YRx{#DI%N;dz&gS=h}4blDdLNH z=SCA!*^iNVPvQ_sLh+Kg zXp#-k{VJnTKa?rUD4x!X8J(7Z{lqkA4W>Fmfx(Giy&| zKd>A3Y2G#suKb!sQX3WcWMydt%-QCwORk7Y9)K{!${KX|c8dj@NHFC9S`2ZnxlHa| z&JQm}VCRfw64zjkupfmOBk}v_pkq7fd7DZwwE)V_XvhF?V>vdiTlSMTkshk<%l(5C zEeE-~R_ef|Oa@X4sRKIE;@P5!%h{nxCOj3iap?~ol+S~lH!P8fc@59$TD-W}UY);( zX4ck)^6NdG+018W|J;4Ae*jfk^kWiLSwv%zT_g}jHxHDq!A3@R8RlaNeKV;igSLAm zey{@dn1EkeskK#mGL19DYn9BaVaGEOV|;fh3|{2XFpnizl1B@1$b=f!HBCtIMDt14 zc|Fp5}9aozA0RYOb<)r zj>~;{V~&>Yrj%jl%&6_`KupgdX~Wd*U<^k>jJM5wXoZ!GMN}Hn`FHyJXtNG8A|bXG zP!|b-2&8W%LApz zV?G6W5|{o*`g^#EDKK8J;9d}W6*OXzhIMJXL)TisJz5T-Ia0|Z`xHceA<9B}={)KJ z2#7fQAT@ir1!lD<*`WD|nN3qv$4R5C?wS?UNZqQfk%8@O>LKXP+E{Qs($hMuBxSpx z!;*XvbRdZ|3mXA?$9f;Ds8}<(Sdhc)Y62P}HJ&Cmv}Nfi04#o;2!85ihFQYL#PWF$Z++LkzR zu|$Utq=%4IPAkDT6YHMJ?rxSyuD;!42@KBJ&?y@Ff~sSB!d;|5b2_2z6sVKRV?0Cp z^9c!)_<|%cG6bZuf)XlSURl+*q`Q&<4;4HEvZ3anDMy-_3}1GDI$~|OVRmPy(FT6G zrQMzM_BJ@2u9iNZ(r_w=QnJ)H5!@3VVOcw@J7fByJyANzx2 zKXl|@9GN(L_?iEL?tcdlOzdy%`#XF8CBO1-$3NYmPiM2sNNT#)V+}>P24~Qrk`*7x z{USxnzkTx=FH=T z-V$UUPsm-(e%-y;r?uHTuW+(0)W9jG#|`x@glS9?Ua<6kgYN^OvQczl-T4L_5id_d zP$Ow4^PCp4a6}c_4LEqSV#Cx}J${p7J*^U-@*LatRVE}f9(fMmmglgI!EjXAuKT6_ zXLGf}#Z*s?B5ZD%Vv#Zz8j2tu+8~%ht(T+^&1~stTPS;)c^+M)Cr5WQRXp_ahhF^G z`k%?wCKqxG_I8Gm4uuR)iBOuvB*RfPjjw0zwj#3r{s^ME1WUX3hOd4 zdJS+-D)~fqrwqE7=b{#&{?0N?fE#>git(T)aYc*}5Y+~*+9e3VYy$njMg26Dl{W~R zP4_?Q9c;DGli;l6-U;r#+LQtE$WrC&L7nc2E^im@Re-zzwK*xAsJq2DE(YaPpHbZ$ zh4C`iPU88+%LFO|L9y&+V)vvTFaDzHSbgU=M93-_kK*ySgZc0L23%MZL2rwd)=nfN zbx86;vIf|CgTo_|mzZLaP9gjIr-whTd#3*!1UBdrhiq1%NHjwog>>E_p#VyR?S}h^ z&7k5wgaBMEyX1)=Gl@%lCdMP9uw_v@^E}B5s=7xLhWXyW_(kfh&62dzAz~u|io7pvqRPeWc@+2Vy!aNRijd*wEE!glSos#U6{g9e zw#(tV8#3@aTfw0thp(p&O*3?mEJ+`#OO*V;-dmPx z5?v(JFUasu}rIB(el6}FNyTE$QL3w2iXwt1TV3a2{dR{ za_3cqX7R4BZlDb`=wAcR{?CxtFqnf#*P9r& zs>GKib&ib1nI=~_O*o8Cc%Fi|Hup8l$&%d}|MKFO`NRDDI*W2nZvW_UvQ>J_fc2ea zKG!Uzu^BV{SLu?0AM#>i2IEG-tHVET;C^7}VYHx`<2%TY_{hrTse=qR@I#o?kQZXi zh%0Ao7o8FKD8>Pj?8-)NiQ}r5(yjJip$Xqb`k5pxoFdnw;7?L-BD|2NZ(x8Vpi`*C zm$hlLZDr+zmu)`zTXo;J#(?EVJQ!a(5oFR&L>@yfpWyn+PzTczlsa#-_AXJ z*;;l%_37+Z1hPRdnMPySz)DEVx`HHNLhzVsV}`PwCF*RlWDilcyVjg962`N~;)0BC}ZXH71^tHsvX~5&v=nDWpfZ&ReZ~TZf#I zLrm@)L3J6igMNsNSaWcJvw}9>vU49mysaY^qJ$1uA~6{-aD)&wV4W4J!=L-`SpO@u zbN@Kky=A4Z@)W_6D`_~A7?;38T1t?lrQta>qx`7cXwYKHG>~OiCj3_5X5LFge)g;_ zqL;u!Y09#RG}l0!>Wp7#F9)%-nHCjP++D>R651FAWR7F z(mA2_jq$J4c=bkqN3+yl#Vn)*$~4kcKQG-fPwEzR9yoL$MjJ|$D)gx-sgg7uEr6`+ zI@PC(SdBTIuyZOSJxA|TRD^tw6GP4wuL0KxOqqIbdZ9y%U{1#EIW>L`Y>}lU_s$W* zPvRI<1tsL!qz}PID!KnE|a(%XL6<6V16#MIcJmRUkD9Hjav$H4B7|c=~St3vjsGxt4XaIIiS5$?sO!(`fqFRO8 zlSV*$CgbSi+jlU;EYZcz;@yrUrm43oiCEE4A^TU)<2mZ&E@`!=#jpg>)6(^e%PoNDrDapbC{ zOER3qBfJX@SA3!y%K>R+;{-_Yk@$mC%aBW1rQxAJd8wU5`#3}NhXl&&-t7MvH#Ef0 z7afCIR4BN~H|Q)u$qrkLUfEJ!CpR?2Kx!W-va1;4=gjINre8v*nr6|-r{6KweOrfn zXF!voWww(?I-C!j4*U^$KTzA>1p)X6dtc?(cJxp8Qvd5?wMk$S z*It=4Nva^nCfNiR@TUY;=ZB;`L00ReY7ipwqUn3Ve24rAK7#skdUujj+W;uJj7gwW zY-Q`ndMhVCP9Mttz?CE7iI?@EU|VGP&1Lqb{_9)@w{myvbVU1r-WBMTBStHi87{g= zxyB(f8C-BBq_r4+npzO2t#-kB0P7Cu_Gh!+Xm*_CK@^empqmI_B3%Q>i4Sksb;C;wvL9cd0&AW&S+?UH-niXXpC(k@S8nA# zOpFSSK1DeK>|)62Sr7k~y9$VxIyeuRnJ_4g!i9!bFDLA>T!!OF%y8jqut9{4@ft6f zpNL--JI%r1LdO=J2NX+FeD@ zHxw92zycnC~NU0^|Z<(NaSWA18 z122E09V}5Ky@W1|c~;`*GJ2ej^jRc3Q!ymO9R1!-0Dzg4`FTe*zL=R{PD@e2|?a0vV zu6t+oV|D#zB!v{ul1Mk-B<#z?fJr-^am_UGYg+9w>in_d;yDlR-I>*B5gFmFJh4r- zg4s3b1DScU9gusrLruPyj8yTRWTb=N5@2?8q@u)F^v!2>{eCr9tG%21&_)k1&AG^m z1pMkE6@hE3E(t|cz^m9~$gtJQltLxkerlTVy$O^D*2x$yUdJxx6xAJd5)bKvcv-(e zDOZJs&jD!ewZrE+qedKKOsNV`InXQAUAk5ZmVZGziwn)1@H9H#k@iK%}GrM}f%{TlfiB)|(sfH3J4O1(AfW>BW7^xn%3PU4sa!4?rGv0& zS6a(-gS2`=na#Y_7G8g^p!I~=y{98!>uMZizB(=c32Zj|N}oPlnp(7YI&z6nk%_vi z1zAE-EeSxHU|+LqCGM9bK~CFW=-%kl zj%)fdz@Rm|c^0ZbXyl+RgV_zrY)Z*>yTr8Y%1R#n#F>`FbOwCVKV4iT?z=&-*OGot z6fHy9%uH>o_1J1Q?Up3yK|V2b`lmZQ&w=?c+j39|E7)wQe&ci$fU|Xfr0>#AF_-(; z8d(Go>9EOJ^MrIR5l3tM!E!4qH2C77M}HPh#j`|lLYa~$Qs^*qsQ0)1P_ zl!svNQ$hf#j0qGG;ek_$FTsX_7~s{baZ#>%y+;H;6H6;uRk6A=6lBI+CI!jTQleIR z0*kbM29jgtDctY!6mw0y+dpYU5d6g4gav6?RdEVjc7k#MU{(NV3NR&$Xse*{5L-Xz zM%K?6fNSfr1zYz*2PhJ@arcBIN0U5h^g}eKi5S^D zMXJz7ei6C|-J|Z_%FWuKw#uD_CZXpP(Rkq`Q|lFg9m6p518EzN_{2I6%&@UEK1UR5 z5(sESFfCrg?)ev%D`${#=4YQlb;MQNrehQ?@3$5S1Oes_iAl~bm<|#lAeN-)$^?UD z@d?XrUc)x=VucK)H-b4LX-JT{E@W!<0Evwy8@?XP+yyK`qdOH!pED$(BEt{qsYw ze~DfBTnB*{d&GhmXqI{{h>oP2aRZ68Fn@B_1a!()TDV*@Q>&pMCzl7>LR>jk-b@-& z1IL;yoaxj;ta244?ZxH?>eAb#B$16Puqf2w3iBXKsRC_3^9Tg1@ZRk5aeUps6#i%H(a&>bpuMGkf4^>3xhj; zU-mn@i1K^pDcgz7zx(_gR?U(mH0qOEMxHDOK??r?UCOessW^K#-=_RdmjHG%TAh_b<~}vfxdJ%GRAu+~wjuZR{#EvxG?v!<`!tN1 z?sT7?Q>S5mId)m7$ZvQ>Dz_jh<7kn8p~3??Oe3aXCGSCki7LEqd|SCOEKOiip#?_0 z+x#zMZg`Rw)Nr^=HlOIMRMem0zH1ZL?n3`OEDw@L=k41UEmS($0=A1#C>I9QdRHXE z3$XNjYE{s<6_%5^^bo*F_!jLUl80=ufn$?N9$6omEozFTrk=pg2zSXW%7FGEeX@kf zq%MwdM~k!&8?4;JeE%HA_eTK;b9U(fL5qms60x%3B-;SofG#%1mo#)Cs=IDJ)b5vZ zh?FpI^Ua_sx}@S4+>7U1+6roN{LHc}vHZV4{pnxQU*)YlHeR%qebL4na@+{!MJP>r zym75sO0A{h%g@Pl$`F+WAw=Tz@0e}ldzG@;BuT3JG zq@f+zVgtFEQqgetXOBS zrUdbyBY&{9?BQ0sfdohTY)4C{WXV|r`)uw=FH=#~z0jXRkDQR_CF?1NbZGYQN`MtX zbF?Qe_m1b#k;-p0FvQg&wHV;N3+h~0gRp)|DfxX@qnnJ3Xkr40Wh&;NKm2t63>)?Z zDuzC^S^ypmrx-G=1S@nyL!y$FXmtX4KSaK|5h4EU*3T{n_hl2JTu2c#!^K3h<#f?( z>pR)J{1C?~fgQ7DC(;>l-3wrU3d90kN*w5oi^4Xm3zZgQaD-)44h2z+3eVYa_GC3} zGd=Sotb77XW~)-j2obgBY5HeA2iJKLCd7GoeF7?u0feo~GTG z_m|qu)j{PBm!K6ab2zsJHR;_eefo|~F+b1FFRJ4dPzOSEC~dx7X?iNB9zPnIWQpS8 ziq?XNPx)ssG4Upe9L&u$JR<{3clY$`&>V8PS=+~v@&S}|F zq6VRHIC)`w8r+F~7mv~0A!s^O1@M>CKXg0&016K5qKiq#?Jytul4Yb*Jn?9q6sun) zw98jwv8&vX)e<3ixZ&00P6s01(+D7x*w?b>dLuugJmo!( z3lZ5~do4C(YSLl@Pm^1t0MjHWqTj>c&4(4dVJ|3}>SXSBLbFy|O)b`JTw!;EadTXD zGZH8A(&soC7(Mexv^Q@f$nb6&fq?3vLxxTw=_fG0Jb8m4An}=}%XUCk6g}4Jo52Sk zUH6)AIdpqfZyE?p|=MLzXfly)>{=(iT$ykfNkL z>F(m7rdEz{;wke8zEbYQAtoJxg}W*ljb<5*ZX>>YZo9bU1{L=5l}1nwza>j$fNn*nkpPh!%~>6Fx$tGa zwc*pZ?i$~P8Jj7|UA`paODlZUN46n~dglBJnFyM4U4NZYL>rh<`x*mUBC^dH6W|$X z(kca)br&s0I(S!rF3FoHaVA?`AsP80IRB05DS2a8O7sCRD^`wJ>jn#bO%7fM-R-w0+V1zmibnJzSNc@4KwiDLLSOX;EW(ZH{tOoKLIVH8I zEX5N?lIv$Os2q?GD0$YXeVgcibF5am34WZk&=5hefN|sX6Zk}^F0mWAY#LES8@v#G zzOp3KWm_rW!tJcE+`0|*_+@r;=JQinMZq+|RD`YDeWOn|EUosmjyyL!O%S5GQx1ip z6-v*+0>UTo8A&$h$z%Dh?*24iA?Lv?#JW*$pZ2%at)s6xO-k^{^q%pHiBe9jPd_W6 zJtT$y$h3r!a2*Oh_%_!%zA9NcabBSEU;`_j_Om)Ok3QKc+)Q-Z=@D!E>R2EeN7K}`+!wbX4s{vEm1;)MDrDXNi2IiBbG*$eY} z|80mG48LHneKHO))zP$Ut&2coRcgSam_#&OO?o!a9AFgOjp0zVquV{?U5NGBXfg-|bPQf% z2SLmGLe>71DvKLbd}5Mcnl{7%L_Z*kQ&!;7~0lwS8Xyt+CoGuy_-aB+3)iV?$SV0YSN)`BSw5 z2*C`q?pm>y3x zSZ%f8&RttmvX@1olq{ZTB6hugCs%Xc%{4C=>xsSa${Y-=hY+05AjS!#XugcfPB|t_ zEc))XWkjZhgFT>v?_!8ZY^Vh9kqkNCHX81RRrxU2rw!bP^u237XGe|_AsP!(rd7p> zYJl65>hPQ>pRdz$JP!DdwfneBQojqsO>a2dBvi62bDy4R+BA&&g{u>`)O=Y$m_u(YDZUP}C_dj~V+v;YxjY(%< zP|fGr=VR7=V2NZnr!&76qh`NMT}_1Ea7%0jzu(RUn8GTV0iQ5n4TmVq!^K3_aBKHvPi`|1AOTn-3r+-SON>iGQh{S0bBY83Z*MzdQToJiO>WCu2lSrfsllL z#sA3t(s3;W3r^@14Ma-m1c{mqvcZ@%0LvgECZWS3Aulpj1sAqpn(EYC=w(T2Th2Pp z5wN{ZR)i#;=1eo`Oig#{%R+!)B)QOEme`jfB^E`RdgvO0qijdD8e2F`9rf3T9ig+CZrTg*El?wJKS$k`#k!0XkD`X3Z&{wLI9z9l?zh@KM~!+ZL6Bb z8<(04>T>G?J|_`4O!tJK&Qr3dR9sS5QV6&S>6rB++lB3CNi)-8PtUM@f~6L5&(7~z z&2_05B%IsiQD%Ma^ykG{XP(bmL*PmFDS(53yokb@TvY+d7<7J7*eR3);^xUER@!o0 z%p5prRdZNQ7%1+Y6Sdd6 zCkE3l?s>Uv~dATv{in67dIYm?6##Ja-lqUA0( zFgO9mmNKdq6pcadMmFtPA@S?lo$JWGeF;}*al}wQ>P~9t-%{muD@0&3G|Kd8>3AqD z@;%dHrPF^uSF7Z5uiN_;n?i~Sh#H9$k^~K{@1&1RJtEau#5chXT~LmI?!D;;ojO_p z47pAh>eQ0c@MbP(E^5!93<*8MIqUB4H_yFxrUKa2j=${ai9agsyn-wx70-RaNeYFr*uN$E~N9a0gBVi8S4R+&P>dQ9_L z3@qI}sk;O55mx-!D>LITB<`?vaRsWOC@>UF}08tQc z+ibOIcGCi?AL8T5^)_q~l*D-d4pv1mR4e`do2sm3XHRy4$kg7 z3b)MQ9O!Yzn4Ic2Na_T+kJxzf4^jjnaYW>}4WYtIWv5hdOL3bQ=1XB7O;Pvk_|)Xt zEc%?afj5HYea=;8;ybr~R56E)Au}Pdg6J77J3*6{zc!SA_*_566z=D8Zdp?pU=lFv zbT;~CZY1408cFpDHBI$vP zl;J+j%UTyCxt!@GzsyU}QIP^MgW_wxYZ#&Uh3Hb!Iq})C zYHt4cuN~_h{Z~i7cx3YMPapaV&wS_L|9;^2_Wy7D{>8pm$^JJUKltz7{6yNq0dKx$ z4-nm2%cT%}%-7~hF(Lr<0{v&GWvLdZF5<>jio{K6c9OUYGep*$p6eane=N?>)1#JR zaBZU%4u^apQ9XI4yXM)bSNg^hcV|DLC)~yE>D1Mx@rOrY6d)(?0q6n1fnR{^A0xI( z`xUB#^S&JStMjW1OY9!v0!UVJiSV59%R=vBYU!Ea;7@i|zO#nTk4hq+!I$Pf#3X!$ z?~DA81Q+SAD+@XOov&_bDAv17Ei*1fcH3=yl9l#pO{jIJKRLuyr;+@yDX5sxhY3nD znm8Tx5771!Xh{%P34KZh4^%hF7n)irG6?I^f|H@>qj70&1v9CHYxJdDM#LfKb|k_EyexRB^LK|d>F?#oq+)(t@S zQ!E-$`5@JwT{c~Z0f4)!R4ofmW`Ot+p$|#oCZZL!PY#aNCNX=iO>7gEhBQE+^%Gov z77gkRG8XXcs&M|xFM zgLq*vM1@$Stj(gYTUa=1*i;g}oX*-ZzG2{SD=eUnIQ!&8!_mcrKtg7IFhm7s$ibK) zCQvoV3QkG(_mZ9s-};2EZ_OFd8SAtas6ubhq7otrVGaV_f!p#Euqg%1;)D} z>(NO-LNgl>$lDrZzB5%5*%$Pkze=@XNTRFx7{*7*c=}K$un%F|svI{0RH>Jz%U zO|Zj1pQxPxXGpty!fcoMc?u@zz3xb|@)w;1x>w^}pAxezFIuEGzh;#S!R>jfgkV zc)1dhSBD!*G!BuDBw>KgC~u%zwq4pL2c;S8!l$-`w)q;Khpok60bRc8-tK?QrASY~ z*X-#+pOQ)|%HWF9JQ5vLi0@Du>A+DWQiAJLt_Bxo2`jD8*fix8+COJ1Wq>ddYO02H zOo&cW+bL5`SL+^qRRDzHS@>GWqNqZEUZXST3f4;sctr5(Z6x+!VUlp<=rne zojHB3ICv_6YYjtMS;1qW+8PEFpi^37LQ$zLSL~ka)1s|OWzaFp7(zgWo(m%B*8t8z zPJxCsF+v>$ikSkE(H?HhI*@TvT2nOJreMJC&C5v8YDFpwclL>)MlpTzgrq`fA^G&= z2M~!qKn|vpMhYw&O;*VhA?GV-so)8DSdmE0RjV8!z$;g{DKV(tGKGahSvqx8%rY|k zN2g3EpvP>`4t(1ne&P0F%YgWW(uN@ZxBIJr_}%AoZO|b32R*z-nM;aG7gvH3LUP?y z&xzJ?1R#StezmBZPytbi&&78Jh0>BOo9BX0Npb`fil4D55?SJGRYZmsem0(;Gfu{~ z5);Xs!gjTs%*k%g1To0mP2GC`0fk&#N=c72@O~G5dY)Q;5_}}Jq$HMB@)e(}0Nn-T z;w!ctJ9R2jIU|S4UGQ!6sfIMaY2trx z&xx;(UC*64{`q5Pj{cP+y(4=Lf9=p~&%Af=mk#{l{(rWAYTtvsU)$rQ@&Cj9pL|ZR z6gSts>*(U=ICQSGr;yAB?*;{ZwlWtsIM6>rl=>2G|%hXT=hua}f}INHKh= zQE8CLt}B~vMl<26?Uc#7O%Cco6keWeHv`+)qX2aJy}$Tt-|zq0AOGGjf3Lsx-Cz0b z@BaMnegBvL-S7R%Z+`bze)YS5>-WC@TYu?K{`Sv*|2KcL@K68zZ+!RXeuh^j&d{*y zH!L!{aWToGN@wKdSjjiQcn8bFIi)*d*Me-VqK zduHQVj+D$;Q6^9`{Z!on3+6)|n_nUME#U23hkiqOq|OT9R1cV7_oYuhjl{_-xm$_Y z9VPOh&IqAWIt-YQr(+Oc2+40uI--84KU9&eqxAyxTre#hJ!H>BNoxE`XQe$Sjg{+o zfMkQ;iA4w}y@J<^-N`k35;?jI7&6g$uvi#jFoIP>dDhEg0v>k83D4$4n4xfKUQAiH69?$N2DG zNp?Y1Flu$;+^L~`Q znYFlHt4YByWg?WZ3^q*LxlxG-0393z-j00&8Sc}lq^zL#QQfZOTOGQ=ZBY65#&vxS zQr%29MG_(O{K5W9mjcw`DZFfON&`KqVEG3BaznI;C8N~6y zrm3AM7ebh-ehjh;4^a}hY#u76d6tK={nRsym>%^^W$|QB3RS~Av*_w_#MX%VDX1{3 ziVkDG-Tr##Gw@&W%ukxNC3%bv6?tVUwV?eZ2+jr(3mgEz;XAoB!>h{NxZAl&hIRVi zRA^~w7?pli%7;w&@IJYQfYnE9a(_!OMZJXTukDe}r%7nOpLN4@07p?*t778OX)Kc^ z2SWrb4Mq2GO-AiQJ_$Uoa>bEwfk5KV4s zeE4s$7o~k$4S>A{>#c|cF2$}mfoNadTmltQXFL}Ku@3$2+9w2&H00stD$OD=uKlu~ zi+^n1^h=$B`1(i{SpC0*_@|t5nW9C={OA!Y743Lx04RPfp>d60kyF6dk}LIYL$$!B zf-3w7Ct?Qx{%w8&h5&|7O8U(ix*|P-Xg8>;{CgLdTvdmsSco6X4wQSC6r4B?+{Fx! zm%@7Y?^t?T=+Wt-f3gU)-eH`8(W-Omxem?X);W%`k%*(}JB3xpwydMfN97;@AVhIE z#3HU!=k+9U4n?+<7rL@* z7OGbFyG)i1Eu(=eAcNtG^J}%DK?XPvt0$n2`YgHbowIaP%6Q*T=_b;V|gn%$a z5pMKiG;L@MlZn7*V10gu8am|7J{xWOOdG!EputL|cG~j)KYb)Qa^d#SY~kwp|M1)| zoc-0ar_M}0H*)%&Q*WJIJJCM=YsdZ${r{3I`hV)bY)*AvyD+oq6DJ2IPWC7OO3-zu zIE(V1GLm;RRH#;p^h)$_&XEy~@^sXl0%P{cN|-1$Q4R}DrDz8UQ%gDUil7X~ZlFE! zj}PnMxj$z9_lN)R@BGU5e)pFpdj3nl`G>#zpZwwP{G~to`JepmPyamO^>=^vZ~f6v zx4-whf8)D9`)vg_i3r%$IvYZ?@WRr6@Ztj;6->Lrl#^u z#KE*bbOiJrEV# z4$w>HWE_Z0lue7+2c1_zTcL4YG@f>yW58|6eNl5*#4>uXASwv2IYQbBOF~td~)f2BTuCvCsU$3k$oC2ka|)vmJ04A`D9`LJ(hUN zaY}usxBX7%73w8EF0@}V%jpF8uLO=oN)G@jsM~=U1(TCjK*W=r--Ni)q(@}VEUiV( znbp{$pkGow(0^P>+tcbDaWt)Pqs!CryOmnuz}B^2zJxyDNV+tlzuf{S*GUQrG)-6sG;!hd~I$5AhAVD^-^ zBcQ+}I4D5?rCsU{w_I!X0$bb?u_^vks+zl>*WIokF}YUi34X7vBR2qmuNj5{t@$G2 zTY4BOK!V1iDc=l(_YlzXb#*lRol*P4_LJLQ=gV+WkdFN!v-?AY#7T@PK}}%_BZxin zM3-w|G4!2oe)3Y3{g{H~<;3E96Qwj~ja|K(u7(X7$vkSL>u>1Kde}%VKO|OsC|hjv zSZDac%tN7^TN%l!^v+7~Z9Hyxffixfmqi{Eel{)003A|L1uGmf3?o4xakg#NYLcMJ zdVt%ePJMRRGEFP&eKD-r0>W{-fxQv5X!m0`U`Bg!p>%^cBPl|(mv}1k0MQs!Z8BQR zbC0=QnvalHdu+bTjwiE1cf9ms;eEr>@E~@TDRpm7DAE2=bGPfB`< zY{!hf_%;p2Qmq{_vyFWEbh(w5Bv)K)Z@$~><_~rLEJo4c&Kp5COa7!$txf|698qFq z(xEBp=F*(IjH+@S29rWf^015`A#v;feC3nMa;uMgiwEC=UDLcgWf zfElsPeIox&;LX{Fn8kf;V-1X@u1N!NQbGmpRanf>MGH{LL|37`?KRYt?uc`l^KmYN$hiCueGk^ZMUq1bNr@lw`zaKs^e!O*T z^XT8;NB;EwY@X=Q7Op`?Y|Jd4}(Wt!3(hVW;@+A9N3of~*m3Ebn4)hTi&Kf}2o=}Ff^iw`2?szR8fe9$ zT}d%8;#?|1&i0Ei6OY;5-tXmR<%sE|o3vXg&IeD_d@w|-snpWnXfJkX7WZJX&<;%i zSgoO$3B{|3l_UU^{ty9K3}m|C5qWjGWYyhk9L4$J+Y8N&M7qh(&QT>H3^rEvop;p5 zwYDMwpOP7d;Tv=%xqIyQrJmaB!t6Xv~ zN?i2tet9H}kkZX#H|^V<*OA3x!c{Y22OyM|2>@ZzKDCVd3~T`|M&&6WYaKgT+MNgX zl#|@c3g&q-IKCP0Ok!9KcM4EWa;%@q@qQ;D0g_w5D6UdEOU485wnRP(*%PKhgy3;J zNyX!XIvJNW|0&<3Dgg_*YgY{ar zH1rT%k$h8bD=I?X(o$<<;Sms+&bI8#dD-i3n6nSl+QqdI;d zi^{?gH8>%_85w+GAu#DG=_IcDC_&ao?mDwWu{Djg939<=#|WoP{2V7h%UyyweJ4(l zS0y&qKnkmB&69Qw_BoOJ&0X9YQ!7E>$Eeh@vH+R3wm8!KkPNCQyl@7ECk%j% ztm9wMaba{3I*gbt;L^g7@@`n)CFxNjC~?i__M|w56uak&+7SS0ANGAy=Lm<14_2hS z@+wcGaFX|OFc)Xg%9CG+X=eO`e;mSLhx6BgC!xf^iX=OHYMAk|Fr6uUe%8Z!Tyj7o3F+b zey6=l7)ozYJ=tsqMRSaROzG;VBFrfk(`esMw?F8VxLerwH?62VHz-CKkp`p$z@1e4 zO_EwM4KwIYTO)DoUo(|k)2kZ*WYi=q>9=FHuQ6q;@h7^^P4N~HBBLlaWE5)mYNs|c zZnV1#%#V^P9>Gr{)A5Sg$QWX}AiF-Dp3B^%((!=i4>-D@YZc1rp~boPXz}=nw&KmGlHW!&cCLz(h>PI2}xVsQ;XlVNeytsv@ zf|-=2v$m#kfyt&@)*pvHi2kt0+S*c(4Q*HdD28bzC6S2k^T(ay(9CyeYY><+1|+p{ zxS5IT3KbS+rI2??UZ9~-qmBjuD&Tys3||Z5lyk}X9M8GR!*7PmA=qM{xWCR#alf)| zI~>#I{6=#RGc*9na1K{69`bOdCTfdAiXWIK7pV&86Ca!Z<=FHkpGGaGPyM`#|BpU@ ziEwc`^}^Ogdh3;%OA3HcR(9P zVX&AeJB*?_=NQ$P5H1hZh)7+Qp>{!4MG%ngmDoA91B#?L_sx}m_;39pYF`$pQz7N_A-%T)P>>YFMvXF{G4Hh_KHOB3!(wbDyLfCQL4bmx*Q z6Kr4ZOu{V&L3qi`jW)nUm(;r>3l|m23L1)t1!#e3L;{d_n=69}ykTXqLoWQt=R&2pk_#2})sWt}kfTeWA3jtZ zx17mfqo+mUw%1}wBdIz)vc1jVAz_f5AT|%}HB=H-5kQZwb(6Vy1Aub7*}0`FwjY># zF^OolQlU3BE%?}h;5x;y4DnGK9Qz4^C5Sp96+>$rnbCMiK6oJtKM3R3v9)qd@{Ma` zs|mi$^(j{fF6lN$@NicM{f!udOfc?^!QPQe#kv{-$4J#)bCQtN)PE;HdlQ)gRO!E9 z3~`xO!V#n?Py?(nYLIw&p(r;6bXz3VNL^;loGnwmMeu?vqU*_+-jg(W*gdsoQfN8+ zXJq$Uv0`y8DVIvS|3Lfw&Q16_Y}-+@ZIPR)MJ^@2K0s`zL6m+hmTlT4^eZN78#-> z3Jim5QAXJFiqZC0&_wo2qq&c3zuuvB+ys%1XBxc^o=Y_~BA}SQB|=Dpv@6 zDVM5vwZT_-J(Y5trwViiJdC~>&#I3zaZQ3Zuc9W{OZ-(lD_VFwR$f*6VdomK<~nhj zLCFFr|4t2m){RAhy@W?!Lr|U*OpP@{Q7PP(>9rL&r3 zCK*psi}V(<23%2q!%%$gHkTn~!n0dcYpVsl?~+E-(7-4B5|)8q7PE(|bww7j_iTLx zS`UA!Uq`w1K!L?J!u3??3tPsS**q&nnm^>WM4 z+$Bo0hnYM|OPd)nzo>b+Wg~6SzR|hD>4S%CQIZhznsCKXb|6irsWTUfEn5?MM9oJX zkLzYys$neINLkoh#4_Q$Ab)#Sgd7|jQ&l%MEvdu}=k+7mKP6XvxBXFvhH7hoev=k& zhdItH91{JMd{A3X-G|7k)1e2vz+rN=WGrE~$E1q?w1D@}3?L&sP~aj)Qej$80k{`C zUmu!zk$QqN25=8i4fCrAOM_R-Ny@GRHI){k)d%ZUQHkx}rPgitnfFCtDYZDml`<#k4FW9KVDWgx6QBI1wk29)C&A8N877AyeKA@0<%P9-f|0 zSA{$^(A;2p_0sU0%~rasQOVs8*-nw_knFEo#(%G5ko89?;|y8i#YBNt8% zeHH!x(R2Uy*K-=F#HbGJ?}oci|3Up?_l$A972-#d2l=%LfXn9P%3qjUW$HtC80JVaVJ%}sOQolHH(c>KHzraI))!6B9Bjw zo+wu(?~ehe*pJt4%yQ=;MU4a^*Uj;xo(TZRE2Bd%0j9JsfoBGPm1u-g5F*S{Y&WrW zUSCI~dVz=@*|)V70c-dRT_d(1&N~?Rgd+dju&>_6@6a6G-B*4;4A1J|WiIL?H4ag6 zmthoJG783Df(DrRvE=xEjFsZ@_>x&E2YMNG)l$bQ^%=1=1QG|Hj)q7fyH%Q71p4xm zYjApF33sE_pc+RS$1W*k;DGnXPFq`J7d#0;*6c}ogNuJ&Z>p`#75F~b2B)=Xl$hw8 z6VTckn+boFsF{^RmlmbFI--7LS0XrdhJ{7*5oEd{jb9VkP$TL+|I=vqj|mXJcLcHD z`WQkL9YxgR2!-|I&>eF8UZ0W8BORKRJ)pjWzM|?6^zc$S#L1+|EYVcmM{Jc$C7y|h zoT0SHl3`O#*|a#!la0sRhWEs~Rtm-}ON@Xl#`P}Xk;uB;LECXoln?Tu5|cdS95Jz` zh+3S`MHvR!Fg1)KbsTyaOt|DdqUv4R(U|X!_WdjzNIIV3m~GNMRQ&;qswP!baw3p( z((bY=(V>D%3&R{OV~CLHjb?KmkDUKz^1gC4%#!BhDM?GkcJl3!7Hq^3*sK+Fo&u_@s%HHnTyM-D{JY?AHvOCE3YOWtUjK1$6pri$z^Y}wYInj1HSJ$^2rpq zwk|cABhiTd&|*YEKm*3$22-^^VA)tWQpFip^Wnry0|Sszg%<_0AWas&13D%;>5CrU-y1G&J9 z)+5||tM7DD7u9pEd$-DCmHX360BP6ThRh^@-X*<@v7NB3S1Jy~XjYeLFgf@>BzoEF zbdI9u73#`y#kI!vs_wr_-t%sg+mC9c+alfp?^jw@Y`-l&DO;PEaTJ%;Feof#6r?+4 z5YVO}G@3@i?{#Rt7Gh>?e4nCVh0}oefoL$6tJ414p-3|1FvAf{T;B~;!e{vA>w<3e zr8MP?>uvgrD>fgx2 zJ^;eQ{(jCB!jdYf(e408iNY)40Rd!?*hXX(Ig|vc5gM2ZZ&mIPjqm7f`?A`wOy?jL zc&BZ-t{-9$8oftlbLzp*0mZ5&nH!^;EK=^!jLl~v1#^)EF$&k7)bW-gu*d*LTIdiK zLO`x0RZ_R`UdDwXy@=zwlwbg)hCsP@&uR(?5%KY4wQ?V?hTpq15DuZ=+I19Osy3aP zLWzzMJE5_>l!`%?h`7N~S*8mcC^DS0pf7uc_a*9=8R=av3s~gBxwXj4-aBc(`wu*^ zM=QhO;%P*rhB(ig4W!_WFSgKCzE8FhyH_=`Z)ILNq(=IZMp%V%KoLbPb`f6pXtD!0 zPD9H_Gv% zVT*(x-j{tmShzf1t(;Y|rD$YYnlfH2EE*W15~q+{V6`Ol@)YC@K?g;kOL+${J^=zl zR%E%M8UA{f*4U3RA!*Pu4Dn?k`E-xOq(pAaUfuCRd)_YVCttlZx7@gtq*)nQ140)h z%a)XT*;Gv0xrbmW$7I}`_bTxnsR;7H#6zr*!*+wHQKU;1;75emPu!Ib4q~S5U2c=+I#&fT37+9@fy?K^deHlxm3h1A5Vu zlCqM7rhO&PsSH**py7TO>%xJwDxi2yZV9ae%wP$0S^~Q;=B_R!RWP%JuR3{>61D}O zGxI=ToXH`?E#!;{pR8wMdWi3S?)FZ`UOAl#!ZbXq%=_Sx>fm8w8gY)5(q8XO!2*Dp z@s>55lp%PSO3*)aJcv#?fHZXn+$}{YnbE<|4X%fjnKuY|NXOi6t_jVzL9va_x5<^v z;Y2s*S*6}~n(C|>g51jsb_gcjCYY`~U-)MIc{lYAOx{iN|9?jE{~r|o+WD<>fA8%7 zapn)sTzqco^c$ys>g4xM{NnMSJoej1f9J^0JZ1EMkRRWCrSl<4qziaR>7+hs^hc^g zCc!yEvlg<`e zOX7Lw4;@GKEddY@2er$t$ksEW5P!?D_NIR0wW6&npm|Fa>?jchc^LpI%) zWHh}kDo7$k6@VgPwURUHeH>eMnOAj&0@KUZ+p16i2gFt^rK;wLrZ>dw(%2WLIS!~Z z4V`NZ^6SHQlqnxBl9J#yrXDzHD9*xd{yVi&ho&pWN&L$z1ZZ=@ahWo_xm|F%oq3?v zFo8dDAC1)I;Y32}9)a#`9!ZUL?S~vj#4&&n?ur=h?o*osAL#)2a6ouvQUku6fm(6(d%;6*(thN|-thzA~Kbae=pn4^E!P0+QqW``E z-!F9*3Ny2X!oxtnOD}b>px_56Rm!_`Id&CJ5Cv59X`{h;wd_%TN0(we2~6VJM;|Tl z!mL+~MW9xZYC{WNTjH&2Zl3RaK&pxh>z28&=r~2f4Z6KU{*CM?xnYEkaETMRETjqmGMv3HEI3L6Ny}Bh zEoS>fe?RZ2d^4r2EAo?FOYd|V^wMP+tr~tvzZ+^fqoQAl37zX@4lTsiBK@N2K~X2i z?uFCnISB?Jx6WONQFJ<#e-aTWkn|HDs0GA{b6jVjDlJ0#9I-I={w9mD_Y#T=VrzuPrWECR z!KDwDXZx;(J;8YMOCTm9kP5s`k+t#{i!@FFzF$;_fatls)Jfpev6K^LU#ET&GZ1X1 z6!h0Hp@batJgDPu9h*R5O?&Z~c>SP5lpc%q;t?R>@M9hfmf&(M&Qc>Yw@dO2uxzusC@0H8>$gc zIl@zsbUGsSqm-g<_Pu6_V0Bdz&71nXkE2WZw4&O8?e#)W=SC@(2&xd$q zf_7B0y9MNj8lMi$`%;+u*{`MoEnx#KF7oP?_oP_DP@Qt|90Go2tzfW}u1fx;sQ$J2 z+3t}GGxH*B6Prsa;5JG`JIV#r!H#)U;zD&T;#_e7$5jkTa2x0jF`l*M7m=b_SBP7< zCTw<@_w^ON6jH+~&`l!5bJqWsx;KW6gpI`f=86-lsnFzQS72KRmNdu+essvz60leq zWN~d->D&k;r^cw>&@5x*TBC}dETI}>(cx+;nSZoMo=F=iOwE^#c~8sqv`Jxo#Y$zj zM2k{vB@#?@&GZ3VE67Ua0tHoxBn-2E&!P|ztt6Hr{ zmh}OivaB?ma4B|^McoID+i&LzIfejPDBPk%#6ybfJVb(jz9gy@t2obPHy=dXZ?M(d zk2)Vi2ZNV5Wgs{58VN07;A0>K!$D=WXgV0di6+{E0vA)na8rsBmRC|0(!8BD%)lh| zzz*4v((HpN5-1EnGEX8ey4%bpIAB)U0Cw%z!L^~ZM;&Bo`f!+0`SRwcI?{3q=VQu* zxnUfoB_t4N&rxPkX{aX^a%ckJZlXsb?NRr`WpPUG_S!f|o>4T8`Y2MLI2haL>m;#k zhM;zH9(UXkfpt3crJ@QcBM;LkEJ!7XPxU6ZT1rn%S~7w~(%1yi1nMDU?+UMzFn;{9ARHLoOIwdeKk$R{yuPAA+w$w?2$FzO-VjBniPNXarpw2)@S@aY#7cH?PTdyT^PLa+E_;#MOI32Gf2E+0SOu zfj03Lmx!uuce2oX^K$1A>lj=wY`$Qw22UuK^?)XPb+l`dT@-y0_!o7eQ5SqErCt0$ zHU`GzLZkVSTGMHIL(kDdRS1dTfRHal#a5P)?TZV)XwqB8lNnHWc&aSTZf`+B`uUU% zQdu%SV)2$89sI>?bZWtI31oBznc-H!&+3^Njq!2z%OtRPMa540ve=| zCSixHI^}63t>zm-xHCV&0-w1s9Jm|DJ}Yu#J!( zl^(=Xy|Doc)|b~pnNp9TRb&X;C;E-fD#w7E)H4F1$U2tmNc=gJ)HEGNg{fPwsO3vcb13fsw8Hqig;Zzrb^a8G@IR8NtY3-s9jR;PuS zGpqQnO-jZous2yOkFpxHIw?f~4#$67CH$s+Cw!IZ{ zo+7JFp}!D#o@&i@o9wn-E)1)5flW?Vc6q$o)>hn^HjL`&V1-7SyDu|2(piClj7v~7 zfi5i^>m_LgmQprA0UrfZcnPSogM9e43R0?RvdtwhZ8(`>M$&mk9)az&832mudsoN* zzkOur_X~eec;WmHp8XeR{`HwV&n2h-y;Hw+@}Hf2;l!=u4~|VA{qV?dA2|Mh*1y<( zz56^!7;o9L`e{*6cX4rqeu6VvRh6cY4bf2ZOC_Ig#r~vbpQvrBNMTn}PPolU6)r+80Sq1cO5lK`PHr z&~qn>UjcMZ=Y<9;ye}?3i_EKAp+DwV;{Dtn)PY*mLu8P4Pc95tG{^=kV9n_~!Gn2P z(cC z^}?KSvLTBh5xQzaLS%n^p@~mHVJJ#3KR*23KmY6B`*(hV_6&dcJAaW54gdSE{o)_} z&fogpU+H}JzxXY?luzV%a=p$LDL$J;vRxj?Riz$Cm_Dl>NFgYqE+4J|>wHMhNE-hY zAJf#3VoLspUn4U*OBoU0-Vn#t&Ap5Ea`#h1GxN7#6qyn>nx1)xxT6tAm`L7*rREg? zAF}jS41JBpnGtb+HKfX;4&}${O)n%X>!d6rl-K>2+&{x3b2Kmya2DU*^4x zU}_(3YD6?lO%0nW(zA6X$eyZaQ>_Q!tbWC=d;87q1=1@a2(__(FsKsxzDiSN_A~Cf zG*ylfwQ{1WN9khd*5erwyi+lmj8(s9dhZ4j)+w` z482j{nB*T;G={PLpgS})!v<~#<|+%TBrX9gi>U{OP)5z2#gh&Uz?D&)Ky|K!CQ`yH zyP<@Q(L*3>KBEfV?lKv2x*CT{MXGmsnSJwAd)5R?_*GgsSw6prWn=p->yIyfAeo$W zgWS6Mcsrlb-Y>L+ZUMSmq0oNboKIQ^qAU%mqFzTV;*PQ zgy>3K_-eX9P&>et$#B*ux2$FXEz-bNELs{cyh+_Mak6_37ZEmM(cEuDfuz#VzJRPD zI}bWA4YvT)T$g#raSV{g5z69P>7bOq@7Q8{R%7jaa`rM7U`pB31U}2(a4Z3o4$eFlam4X%!&se!d0{-csPwp?Z(Gg*{ z&DMcz^H-b-f_oPs?W7i?P>a6qJi~!oPXQ=`1ZHuaIa;)=!zWxRma=b*W=#`l6Niqw z`H6P1dxp!MlXcD*4I~K>dn1w;g9k#0Yl3bGyVP71XMk`G-nS(bSvs=$}I)h<^f#kT&<69=C@cr7sLs3dk(7+i^F+f zbF$Zq(Vs3RB~PTYXrT3O?69%|X!C0|S_b8Rul=p=DMW~PJvUAFMZ}2fFzp=LOp0`& zN75FV`xJ3z8U>^23vgVyIXQNHf*WA$%FWw1@4pMjROcNUABo2*_Xaj}F~s$jMvtG= zn~*0EX+we<`GiuGgNlSrx(WxQd$nSh`TC)$t*L@4Dx#rkMvct z*gY{c^DQPZZze$tR%(IhNDKKxKsS)LFbO)hj5r#3%K?pV=jFVmjeF8_KGNm4t=`#h4T&lRr38i`#=T?ZJ!(W+s=T);79tx8PE~+Hs5&W(Nv>FJA0{pmI3aU=| z?Ir-(@IA8WB7X*RG4l+W;{jZ+0mtN#d_0UA^YOXxyXcuN0rq?C(e4k^kCO4fU;nryJZis0-27$oQ}`njCN!y1Yva=v5^9j}y6~rnx`gEv(>k)6`Us|$@~UA{yPeOi zvM#nxm^mHRW879n(O^o#Txc0$H)c#UnhTK9m zf}@FbqZ=Hs1O3yudTS+7103V}6sc6{-#qM;4D-d&Qmegqno?R0lXBQH1AU9n+L`)c zkl#N2Gr6aEkZ#zF_874eyR|F+Ev4kX&e^j~C?2gjjasDIPweE`q1I+fz z#_Pi0rvn<`5Iu2lD}aL}4gkHY;v1Jhk17AjM>8NEkJ5!hb@ZU0WZ@>FrDd}zM>A!Z z_E`6akQ-o%uNL)YjEPj}SxZ?FltkxU~`*v3vGGW2n8-`?5Ndq!Q*uHus z5vNNCMrkT6eFp`IqzXr+T6#de+)7Ms4D~^HsAy;Q&W>Ol+)(nZ#$z$@l9SM1APqq= z(-Sl^*v)vDtyx^po)7lH^K++4@~moPLK79VM^IS(g*p9rL7F{(Ipj?8{dT!azonbJ zfFClaj3uj8kjtVNHxzy>NeJ|IKzz`Ua#1)&e9PP8lua!?^D~C7RE}tY1(5{Ol`bum z-ecUJsl)_0W}`wh0m#8R;At>!lCWtU)?N6`D9=T(&+#O1#?V;+F4zz*!K`>^-Y|VN zmf>qpucoS)=Kw}R_~tPfuN)O#yZ&$qvbR?!M4}%wR*+$@o+F4v~W(5ll6b(j~}1K7_XtF^BQCuq|x(!OLu2 z5}OB@R{okIZ;`*s*0tI|{wLa%?wE&eDYs(VVOdsBS9el1yOSE-&-GhH#9&w)pQ03uIcW!^yYZuV8}KK~VcA2~ zqqehEq!(~6+Io5TLAa7nr95M+=;lH%z#Vy#vWos*R`G|spDoP1S15dJz_V%v_7*y1 z>`>qqidPAfOJX8?k3a_OEvQ$=Q7ssTj;u`{e*Glo7&!O<36+?S>ft1d>T~oek9>^x?4f9k?pPOC^-aDj6^DJ%~V=cZrZ%@jm3MS$2t4wP;y?HtDUklytM`qp1`7L>UXgzd(1gXX_PbXW<F*g5)K!QvDzQgvfW0@a@iS|4cLogQtAi>u8pyI#QKV=L?AQLV zOaH5faiKk}X_U_=h!7(@%2fu!$9;y=AEBU6R}Xr~iiQsE^3{|&Le7AKrQuY{U&+9% ztfnj%RI4kN%Edr;E2GH1KE-e+lE(w}6bs=jX!B}#2}Xq~!?=XlQ6{RRe^~knDvS{? zFKyXg?H9ABUu=yInTmUD#ON=tk9X%DAKn zs|?E&c52L5@OzBAyAz5*1IkA9|QaM39j*K%r4Bs&% zV6#*8b*hsx2GOO*{7RGV)U5p{lC0s=g@tUfS-DUX$uZk6kiA#W=iHTQ{Xg8E=(-Rs zVA*}zzz~iLq!d7ag7wVhlCthWOhrwp?9oLb3?umXP7P5F(*#V*c>rx=D1cI4hBEvS z`<}Tz6{l_hrc_U`9lbcdG{Q1ux<&Qz+5^>^ChFVm_qq-#CMNQV`RSr&MGNpwO*_f5r@C9aJbxFB0#TJS5bv@Labh1A(kDZ zUdlH=(3rY!EyH z-z$&;&SiP`aoWvv`fyr(x-^W^9|6|+%2=kD1DILta|?(QFl0EA3zPq~97`SL9&BD*0ULQ} ztfihP>_ncYuoux+6%2-StfqA8>8mN*;A1owyx6ZnC3ZX;8LkpO?Te6J_V|(%`~?3=GB|S6Nt=Ekb1Bw@3>1Lj>rR~GQLqv z^~b9z?zKH%?OsI5k{P~Ypcxts!zahPqi+K@1=_c)F_osU*-GWqO;CeLbv8@ou=E*3 z$Zh|L?058Z5^Gg5WBQo!sp@>Wk{;#%+V$>NA&)cI_f2?A36jHz$kkS0ke9`OqaH>w z?l32-G>#Ab3N=312s(Zuc$nLl*MMqKYI%*F7b3$d*TI!FQRS=~ap!$b*nYF2#z)$G zwxCC5hoM;44`utwGeO$32dasdvW=H?UmcoRWTuzR#*5M#J%wSf)k{LHh^2+MToK%R zkWRu>%3*ficxC8o`7RC!&xI0nJPEIPCo{6+-YXjk9Fs_HnJ4VK{l3xt3WB%H^Oi{_ z!1kx=hp-o(7Y7XeR78D*5==dKjbIBhMtl{iW*}Py_YwMPveC=Ky<)R$3mtw_ChA!R zZr8-3tc^o{t9tN047fY0enI4G$A_QM?$*s$&^Z)ixpEY|<``vG2HDl@d*4>7W7okZK#cSfXqy zZ5{&;I;Co0O;oo+$EgR9T(36qMsBXMFXdFf!Ajj?6Hul?76^r_6dSaZ7?S<9HKEF4 zdRCSO0z#p|)YW$}5-Ur6H#l5-;`7~9@2XvzL%l&;kaMO|5baTq8Ym>-@uvVM5C|Yq zLWt`@=EeDds$i-f?q(n*FybD1#7vNE+SpIl&DT|*P9zsS8gMDWYyUOD^RzGsqBKY$c9c< z8he3GyWNEnwcDxz@<(Pon)|R|h9ju>iXD!E$QcgqmG9VJ*!)8GD$&D-g?1y*eyB9R zMJ$XO5sIuNdf<`}AxrR_iVucSqjpN2Et;)<^pVy;r!MB^rD5QwbFb&QCYVu4HTRVDLA(|%*&9To60}h+m1cSyU5t41ST>NxX5N43Z#s3 z<0zv0;+P+6-{{iL>H(g^gs~W~DySFYQqYg+Mo2%)H}flkd;g{2C9q04@B^Jw?$x^wA!qk69Nh{l%V36(04xXKd0xDcLmPDWkupj9brlTP6};o7&LCd$XZHFm7%WIsl!Q;s7gmyvS1{8Ijm+7D!--gHz2ue5Ji{1zuSIT7sIyWE)B67w{UySRb2(z zNkkolnZqGOr5AEC02eB?MBHGuG(y!x8RmM=$TkRpLC;>u<*JmgxAAxh&#?9j>`$XV zLZlG{NS548dO*|2aXrUT-=Yqa?pOhRzb+X67sV4`EV}1GnUq8q3r=k#^~_KZY0*Y* zHVK74zaqsqjRi%O)Nm`)$t@)Y`ASF{L6&rH6O=Q%xkYV_2&Wwz9GRz>Lz%<2Qc5*0 z7iKOl7HlpycDP-9GCWkEz!MH=gdCN@tWd$A0t%i95z7_1RY_#5lltIqj5;5=u{rQWGjjXQXgNT{LnhUenEXjmuyQpcIumOUc-2;8ui7|J7d&X%UQ*un;O) zi9;+2nx?&xWG#SITgr@*Cfsg45Ze|w?T+FcP%Z15lpJl6kiepjx<+p^2$7Y!N6J)scmXby%}8EUAsKSjU_G>PWvdOg^Ga(bqr+~6z9c2qVkE4u4t1^Z3G zK@y|-#TuSmD|;e$T9yr!C`IqJTsCy6Thr5f%S^9Y2}1-s;PU`o6VgMWt|emEJl}^i z1NFUH-EkQNo@_jl&RcSe^=b>ZS-K~h-fk|5xZrw`xS^pm@m855WV!6|n)aEMHsWex zB6>5{{QuuLa^cF*Hw!<1{=Yu=f1Ufn*%!|IN6-EG>0deZ-<>*sa_q!kKK?%*`#+C; z_2|lx-}qC-0NUf-_lV;gg_Z%6Ds(dC^&_T_EdWenZK5hsFs(Tp)X`!$h{8b$pt~?U z*YGZg4vP1|x+FB3M$(4tZxl8tYFz_*y1NG9CbtRY9-3aKvGZcw9}c(F7ili`=u%^8 zWGQhUiU$`woNM{+2%ObNjdUHOVxBmxovtdAQV+6-d%jwgPE3h<4JY1J_%`nr~RojQ-jlsW(d0DfBBR&^!?J zL@*a^YPXJ)8kTCLy^&Co|4JDdCtA#yEyfp$j%=cRWZ? zP{-U>}eVWxVL+g(*^qzJD_pLW=h#!QQay45cW0pU}&mYxQ1sE_%bR-Y?9I zGXvv#_$lK5cpRkO#q}WnPz;f(p$?eS4mGg`%6P50Ft5(RWP^Su;_6Dcq6YrSy?rL& z*tbu}GPHu5R6quegvO3A2 zg!e!RQ+iLCqYPv~>nWPy)Pa5g4-{vVCPk3>@wsRiLU$)~9(wNY#3J$#bEXKl$waI# zuCN3`Zi;*aNx0Wkl2}TT!!~>)8dKi0Y8rCDDeJS{^HI{?cmx#e-8>3tAo`Z^h_4b@ zIgXXC^x)z>TsH3^F2UyUCC;P)Ht&I67PPzJ_D?GT!g5vm^+ns>gHZ1T(s&IdA7o$t zs&=uFuGft-4*4Dis1<`#7Yd$6RqP0~$EJnr^$3cle)nEBj&dx zLgtrYm$kp$ox&C7g-;owGU{Z*2!ZBe5Kx2xm6aT20t^|rNP(i`K=YmYwinLUT5X~} zt=;_uDHQfrPvGkNwcprLb{OhyE9b_lVIde$a&tdn+P<~l>fS+zgEuf@wj8u%`lWGg z27p-@M#8axW@klqA@wsMOHkex4CEcqLvF0SY|7v+BR`#lx`hY@()j$ADS5X$sf9GF z#!5P2l|nVL&S40F40#6uRw?Iok$nkDZmAZRllxMu069@9y~vJIho)y0nAo#6k^m^` zky81j-5V7_OBk;Vk=RHt(B96S?rn;O=+F0MBQ05?)U`rU4Ve@&>D<9mG=%n&ha!tr@Gd(KIQ4j5tc;oi3 z?Q7jz(2B?nJ#Vm{Isz1=%IJNRfPqsUNp=Ldiu$#f`p7ckvL*Pe0!Z4EmIdASQMKaK z$xM10TX&nZAyk-1oWIt@A=>#u8<>;cZ~fsWu_pkfdKO|>8ft=L^QK;#akDnkJP&)t zVz{c(1QZ9^4Y|LN9*!|6m9UyWG`jL`QM!8QH+HzS+3OJX9U4_}mwPNl3T8`S@u(`X z{{jZRi39ks@Ezj-QeI9wGRR-`x>T$YNQh1Z=L>~XOa{Hw-OAlwlYz|B5ae4_>{+KQ zhy&=}-p6;`V1|qU0&iy6RSdBmPDDo3wzm~nTb_{nlEnX?J@R8mE_`+9jlu`#f8pHE zoZUL}Cua)J1*gA#>bHph=T7{mCkn?a$A0nXA0MsqgHQFRJ=1NH`8{4h?anY==yn_@ z)F2kCp)fq9+NehVR>Ye8Y8^zysU_i{dweG(oenT}8^N_Tls)n}f&^d)fcA?35B zF}eEe9Q41(w@ZoilWd7ftZXG?CAv%azz%W1T}C^S8oK#`tYv1LC)6nxiI{-HIR zeX;#QmyTuAQ-!JL^$-bDOQEy}iK(g9Q3=hp$SXy(Z>RSLh2Lm$e&EqMf)LZ+t0a?-_sa%!=ATCn;$7dic6TT<_i zIe6To6%udl(zAey)kh&+=xN)$0?iyYN*}ySk`YnzS^3~m04nuhib0<5eo&aXStxvH zTs{{Xy<5Z8ETxjDgoG_L4R|KBq(D@HU^Wh>X=p6^hlYlBfb%GUuToHK36V|x2hAq_ zYM@P!rv}s)k0gKYFn7LYMcPEC#5 zv$p%o+Y5~$*0ir20Z87Tl-HB?RY`xj4;PzF>Mxv%e!2F`?az1T3Ns&ig$d(!QARY&Tb3P4a8#!W9~l>j3XwUAD02`Rsy z<=(PTAMcN+>HmV$r9(3>A(@F*d){Dt3pb(60D+AZju}k?9XzHNA2I3tkv`CH} z9ytp>u9Mn%H;&QYBD^JOw=2T6*B&>Bqr!*`D#cAeO==!By4$4#SNrI@h3}XhO-UoQ zjD+El6gT33qXAT79XwI-0J3A`k)kTyX=)({LB6nhwp3Q?ka90f?{;qeX=HEIMDMf9 zA>?h-Iz8CxsJ+j{&r9N%y+xV`TlT&lhyo0D*N3xy0#ot1Qlp`?&++<2p z=%6;K0wSqWU?IdcG2I1(fiy{msUZRcoZwZNs4N&gdvLQSRiCxto0R;?KM%7|IzE!J z1x6qaj2VG2jTX%aieT@01T3W!7@XMeMunMoM+@s#j2!3Gg^tG!7K0NDz(AWB3_%=w z6!X(6uUg-cRWnR69)c{rFq?T|k(y#=)ZBKb+bmOruc^j)!>t}ke z8y03BeppyHm}MNsq`VOa3Q3PrI7HthP;Jt}ly8DtkQMe5bqn-!#xCg+g<;XSRfg=! z0!1f`{qRgN?TRV;-*@%)cwuVK8U64`p1XOf`^}-5k4aAirfRrCC3`uQ3&N);iuFKk zkB&1!p}{?aMpq7_L2p^?@eSN5Q5V1vsEtXpY5W#Zitja@VU|RJG;xTDteR*P%9ae5 znrgY^JBy9ssk;+*hHu@OdT@K<>h*~oT%+aY{H0~}vzHpHI}|qR&$&2uZ~Vsi)Sdei zcdldME=uL*!^x_yXPnbxMYyFmw)Rx_;m}MKvcoIJFxF6Gq$RA#XOeOvNygti>2951 z6)~A;6og#%;*v7yTzthesm^T-kD)BP5sDPgI{Ch21M9dEf&)U@MX&EL#}5a9$BNUP z3#`B=0;iPw0&vog(HM!m->W934{B99?b11i{4%y4dJM)z$HY+iys!jmXgiS)nL5f0 zZox%$Z}TU)V!1Rt)6%v^rYv^mfb-cU7Ssn6GFzHG*7(pZE#s}h z8TOkG)m_jciT^)y^lL|k{$%J!3Ll+cKKFa)zIgV>&-`!C{mbXxJN@3NcTfJ@iT~yJ zA0PkXvHSeczxmVm1~xytMdQA2fzquTBL!|+hlGoLqP`r`4k#C*By_vLRB`9JL`~uS z@kw^HlCz?oUD^E-9VS9H(=GZ|<3)~x9veg%GBb<~ime_SU&#%PCcF!aD33N)iWEuqxrSG_j*zPX z94Q!LAU$=dM<9+20(mczgo`}jpA^YhgzsV9RcraH2|+uD1cuUgyLt1bX1J@MM|{To zPx4xn?Y1b$z})SZm1mJIWfxTbt^po5s&5eD^WSK{-TlsmnTzcgux{qaL*#^tPa=_+ zf>@&jx*XLiqHI*Ddr3@zVA&?4ZSsu~PTrWj1s#jlSjtn&A9^7NX$Mj)9g#>5=Mf7J!(xmSuLDaa3sLP~splEWbRz&)krVIp8h&MSDX&_Qv zb!*Xf6`jG>rsJ{=jh(Z7PGu6}v@7QeGx!t}5n`H+pJg}p{8~092~_E;YA5NU-Q52r zVk^4!U8lI58dn`#RS`KOe}k-|^k;)5$u5MjQt~RLAVA-l%>6{xN=I7q>&@OijF%88DEmxKJ*NkF&~6WCseQ&A zpd|L46yrgiCixi(AqbJ{6wlEl32}~kT21R|{#f)KAVc>g>=Ioxu`(+15=`OQ9-qF$ z^X=}pF3j9)pQO>JIXqN3RNNHx8?}fU*KAI-DT-;R{4x5jK-q&PPq^Kb~^q6%pz%85+uq;cc0ZVIx|`qH-7X zfx=E2_MJn>Xb#zrcRykksn~jGF`rr-Q-3EQ1xO*(8*-@wks6Ua^P|=X+O_sKTkq< z$m^;NyZnu&62;kNt-!b{qme#IO4t=#OpOI%yl?p7U+QiYW^Or!xTw#cA4f2E$uwd+ zVZm3Jehth3nl(*sAnyvB@;-Or7-SL--&F+n#BWkAV8{{SA9laWLc0oi++kV8Znz3m zRDsvX5@hfZ81}Y+(^ej#W&C((W^4@|jWIn!#Gxswk-S7KdOsAyOM7QFY}p6D#i2u( z)r7yz#pN{)tu_(Txl*-T&AoUDy`YO>;8~H^AQ_@h*hpua`o0=}LT9zLoW^jHO(ztg zx(I7PJlQ+{H`BX-jMK>Lf`^}>uF7T!1e4`rVkOe$i?vdE1EB2(vJN>FHyVCy5L z8UyqOPu&8bCBMK*}B3MMXKbdw=X>{q!ybtUHRgOV=x zxHNU@pe|vG`6VUDqYtd{{PjPC0`YQpjrTWYO9Y;W{tBf^!= zNRb*#-IRuluCEisLQ$qVOxY8BtI3VwiBLr*hsl!U=*Mc!d;bRFphKK=l5Ks?ScMwB zNh>j;TGGQ4&AXVZ4V=TJIGi^MPb;lHptKgC5P{k0)eQ*?Ib7E$-Bz~Y3i?+ok`)X| zJ{vq*Sx{d4{cwZ8l_K4NEi3lpupY^}9TegdGAIE6>I_O<3y~RAQ4dP_(b|kUHB1RV zMpk15hy&Kbh|TfSTOLU~YTDrPfcQ|@7fOH3as-wTAQMO1L)rcs?^N$VC)uBNf9>f# z@}_w?C`7|H#rfA5fts6s7y`0x&1Uz%*8Py06daXv)=_anFJ_bRQ$+q+ExkrDd{l?T zNsf`5F51;mL32w1#MmHc!t6%n@-w?<>EaJKDa%~ZbPIUb0&XPi0N6@IDpJl6qka}8 zSWIeys$LpM(hG7Ke`wD5(0z=AQVwau2OxIpi%*P5wJUp3YT9TbHn&&ju74-Ajay=kT>$;-)TN!BUY<^GI|Ns7xq3;eoR~S3LaBlwWPoDX$=YH?> zpPU{(^~T9>o>)Bo9~}F=qrZ9N_xnQM|EK<={r=WxNV6>#7R`NiS~D~fy;m@^euf{ZCMEgfyA<;Ja(rM)V;pxXQBB`Fk*U1eReyPf+lN0sEvhy!zw z!Y{JH5^VES^`Fsr4rEf=se;Fi^0@-IZGL9!)1RW2zJ0VOkzb*V)Gwhl>kx)ANB9Sn z8P+I^h~U_iYA)($VmGc!01%TEf7AdTdTkgYj+|4!B%lLcL(*so4n}JhkYY(k^CqPG z+;*I5dbL3-SbQ@Z-JwzZBu=+@W|?1ospnKHKTRc0ak;~V=Bx?Sucnj=(OyaFDBjSX z-or+6`C-j-AJV0Kb=2(Q_Pwo78Ktc(DOios7KmX|BEW&p4aq3sf>lscOA#4?9GVz6 z!f86ZlVt6&MI4Y^<{GqD$XFC6jTOE(7RO@ImQ9%xrve% z-Y-6=E{LYt2@@0F`b`l4`b5Dojf(5ohthdH4laACl9r|`B%1^CGox8Sbo;%nLSbg( zVc}!b?USyFKwcDK(9uC88p-X_JIJN&SPd<3s5FS z)sW0aImIjm*dU>1&;k@e-%=$Kn2V|?skO`{Y7jEQ#a+znJ1DAB8cxUx;fo?|vC-q$!Er9}CVPG@EIH^f7bco^g0wt>feU^qa4F$9? zxBIL`zkMMPg0d8@qKn4$xL5Ppy<8oYErmdvJqy$4RW#&~6Ums}qVL`~hGoncmME$+ zc$$+{ODquKyhuxvI7RF%C8?UEQMIPhh3r6T(a0JK68rr(Dk^u#-cw^xwVFMH0<7+A zHz@bE=-8)3CCybwwGP-I8AO;aq@f&gQ6#45*8#IT1-_+l)moHoR~P%Z#4ijbg~I!UGmbwAamNuXYPS58UMr6I3F$Wy&JV96#PV1sV1Ny|X;Sg@)M^qC3D^ zQHn&g1i%}G(AvBN;YC^kSHTp(Hs({ozI?wV0mlGB%55OEGO+I!l*u%0{;Y;L(fy96 z^9pTz8%X|Qf7TWw?tk$Cc8){_nBN2VC!mR{)oJPH6EhNp&!U-{RUm`2=n1sn+B#X7 zX)P8Swly1tyD9W65O~QIJG9jeIi=*2s-z>(xT)8?D`~j4y73y}{>maEe!waU{6cPV zX;`PiHP(wqGrfT^*Kp_^8g)SErP9RI3&0&;$Qvk`?vrA0`aW!#Pq+VTt3<}PPEaM{ zQ&MV0{V6-EAp%;AX+VoRPId_rC|ZXlN@NKj9UM^QXDK`_1hCU7;oC5qZV-91UYTF5 zevY+&3YScLY&Bwj%}5cEE>W1L&Ho^AxEVN*#K(M{2mZMJ& ztV9+^(dwiHSLjh`U4w83cE39o+RK>q-wMwF64lGGJM5W5K+WOY{QTB2!h9xYYnQ8p zOe9WFmMqH}Nt+Ht-%|2;kTw9ENZ$qmL(A=LtV|xzQ-b_o+hcRF zRcSa&vp%8$N*<+U5!Mk1SeoW|5;pj?p!AhnuxDPiYh-h-oTC*Ype(SrHWO~OJyG^o zu$yZF-pkUdV|M^AELQ6&X+C{UTUr)R4xoO^$Y+|Tn5*E{7A@c2C9=CDG%wGw;jAW}*Pm#y|yGWS*$PD%V**v<)gnzg~)HUl+wR z#Tl0?NX+tWAgol?Er|~%N2viZG|TofA*GSgkKz)5146DoLF~HQlw$LII@_7&t3x9P z1({v$HN&D*RCJ^4^o^}y0$4Cx$3z3jI>po;RB^t9!v#&6Lt0 z#UlY?$v#pn|I9nP*~l!4+x<@7%Vl1BOdCCnVD>asVVmiMfc)2l22|`(o9tD#xJB=` zDQ1UctNH^5U2o14v@#P9BgNF`<&!DlWZa<`17#K~3;w*F&16qtjSM|8& zTq%I`Yu>=T+u_!q9hylwhUZK(Q(roYA)+VpWQ24~9(7IW(^ZW`8MGeyWzW`$=j(R> zu8HxCUYqPXUo%+?&778eOcHL|7(eSk@mbWaEgFPd>7A)8IoB~61pqM z@Gx|xZN!PFwKf7f$;~XRkPy{#^AjhWPm_)I<1J|-N6bELd0F)S^-y6b`muya=w%7h z5{>p!?A6O|LM!%~?$Kz4yVVVUeJx#C0g?b6)2pjFdxu6Nc00W}OJ%z_8li7xnP%;9 zR7}rWGaSj{R&%eQ{jDup&jB{ItsX^)5DPgCVak@tD!IIXT1b6Y97rOtJ*Z}Gc(0p$$JLst3Zb@Q1(Pj>==?3=`%Rrq{b;F1=L8(u=AzCK;qOR z`~x2Y73cC%*SGVtEFXc}h{LlAgF(`Wa%^!^_s?1EH>q4QsvkNO21U95OYIw5e}>xz zviotpRL`dgp)h%LbR2LMAUSc{z{`S?Mki^>XO{zi@D^2THvE;zndxx?EUzRe=!EzM z_tPa|I#Iy0BNng=OhF{r+Ur$vGCWq`w@@5^;DEej6NHk1^vgQy#yOsO6B(gNxiZoh_uMg`q zwk+Va6&lLV4Tp~?m!)2C1t~>gumU>c`m&bIWff!UhFYxUw2IbphqC{qj+4L(;Sh;u zc#F6EKsituN`MBX!~_1AUZdy~p^+vVo@9>b0g6_I z#9-8Vv;X_S8o_oLdq@$BuGDzCJ>9ZT!#x1$-8{4PJjy0eP|{KD=5iV(PaNYOz)36D zVEC}gu;|fNj_935TD3d|$%vOlu1Ccz1JIK;LxL7e3kO9Oa`lqXlIDq8%$h#a$R8$N zZ#3e{OX~@FbHdcnJ6ynj6}u4fSIWJgZ|PV@m)I))|B?EU3zvu13%_yx*U$ZnbLF$Q z&qU9C?ey!X?wx$+#Lpi8>&JfW=>L55MSkeOf7;b8`m>D#lG$sS{$!p*@*Nix(lLx` zIan@X6!Ml-_=rSDRcs!HR}<0ha!CsHTZC#AkS#U!J3J> zOLR@a)rZ$8jt~XMq8sbQX(g(W-l@iw8_jhwPdXr%zg-s;*RaDRteFyhAQnIr@1FUD zDuWYh+NW(E*>bVW$C*x}XhPFEE!_kXqJ4Oh$V3k)eX`*w_Nm(}0T7?Fnl;^T&O#wEk5j(8)*n!hlj$;oVz#I<%bMD=quJNm6I&&;(q-Ek z?;w0y031fZi7obtH82iyUnmD5_Zi;xaAJIcA(}Y z+PK8_>B=LZg@FCHxl(s#iJ2c2aMO5EDU~E>e?yNX;?yz{^gL(g0jdHBZPUG= z-iJ3}IJrDQ<&+8riosk1Et(kkrQvtcCs*h8Mq@Rei)ld0Wbd!7(1=fK;=^##5QLiS z0nl6nHFz1+FlV3Sm-3*9JuLF0U?7#FzEMT;le<~QEeWHb_RR_w) z(j|5=E_#pqejMJ%z>jbKxvke&>C^0SOScOVO|5$vA_^l}=@8Q#&y$F=KQ7l&rXa;Pdq?241(Ap=Trbx{IB zQ8Vf#@Dh>Gqe(n33siNS)BjFS!zKqx^q=i4{M#Kaw%g$;;8bkXL-G-k8$o%k#1w4T z!*WoC(MtzI{Ik^YgF!eo*`k5l<=jlE8bkgYpQ8qsTd*2fc(NxXfrGavU9U@^<9eog z*XO~P@6S9-50Qp*>7f)tldmE!?^csIf;my9<~*R1vobi(D_gX0^9Uf0PUw@5{95cw zyJY(JfLxT32n-=>12R@ZdY1a7N>~<~mI?cib|)TVGvB&BZsP-@9PrRdra~ z2nP@nezjC3*XBs2gCIl%rc1NylJZipZU52YmW+V9H4EebS0>zF{Q=pXDTo=ZDq|wh z?6JAOwy$ixL?Vr3Z`HDx08>1$0}%?~2*v1(Ms+tpti%^SMNmybt1f!0AzpkKHxRE7 z>Lnre^)>D+S;V~L$gX-`y8+T#=gVG(^9|hf-czV_L#2%VY(BgJy-V9~Z2hn{?Jt>G z&>+;Kk`ahKK+OTAR!$F=1S1bTTMt7F4e3C7HqN}m|F^i>^iKXT#H(1pTh&)3iWgR}qZnSXZX>T|z)`oB4S z_T)c3dHO{8cyR3PqZNK=_do6Vt?N25YEy@mfEb?ZzF6n_;CPm)f|q|v=O7REGQCU6 zgQ(z)h{J-c5Uzko$$Iv0($c9zOmUtBh&+g3uRmaH_R_VyO#UXeet;Doxp( zUb0p^9SPJxIwU}o4&A$*+DRp0@&rEpZhIu3Z)zwVB7(=>*zobU<&hx*OlRqh`aSB{X z$Ds8H=K=jIqHxhi2L2>0z#{uX0bW%JG(qw+JZ-|YKxY1BO8eG7;MQ$Bd!!tZ2@zN z>gIs72SNza2i2wgCUU*B>TAT5jcwbCv9=l5t7aHTzp@)XsdBL|!A9kM>jtTjT) z-nCB`lN4nCYR_%aZ*Gd1^_IC?aZ}+RQUDAIkw~Ua^R6%?$w4&@84d7agz)k)E0oi* ztHWbgre^LBla0DLK6ZQhMW%R|EckAj4V4|=S+rx3cAA=^qXKqXAPeuXRLiaC=JQ)) z7iLna%zw`+{#WP<9dTnJ9#66=kP4!Z#9|$3Xb3K~dc~>W7D(ezsw{9Rq$#R|MFO?V zw^pV4(%3C>P>QlI`?x1JJf=!#bT1r(%CWb4Nyo!4Fdm2=p6;Kjvm0zlJvtSvVY<{% zu~sG11XokYaaLABFzT-l&0NH0eaU#39DRtmOtxYK=|q( z?UgMW&MlI+dZDUq5!x2)ZYtN&ZDseCBp^W)5k2fW)nX;!(Nb-a{1NW1O-AKO9dZHP zpqP4NU5ac)TY#KVzbz($QC)9M`WQ}xY1nok_pzslAr}k~tbTNHT|YYe!s!1^-rEPq zapw7be19Kswc0)1-eya_etw>;i?x*{C`Tf4X@9+Dy=5hP*)^{=$h&v0WJPuW^ zT#DffVh%|-96Ovb!12JN_^F}*N9%U}QoR|^qkGiCSz4y3_+bf}S_7HX8(VKt63w6^pdbJ9RUdnDadhf9^& z4*DY{m;I3CgsK66&jRWoJU-a~<5i{)fpZIuvbd4nk)#&1(66mmwU8^WzReCGAnYx!yXT{#vP4hg&$w1yXrWbPqz`^U%;` z)eG0Rh;S`tv{dhKlo4rNP@N&sF2(%?jvT3j@Z@AlaIGh~;pnP+g2b+@LUB49goxQ9 zg|KJYS0k zV^T8`3CCyw#4W<=MPWsdOg;*-7bG`CgT#teAJ{H7Zs!_kNLzSm<7%vNhwL@l-Dao+FT}cpaWSUNVvTm)IHk=?=E;u^Y_#&#A(K07 z<{P9N1UOMhD9>Ch~BG*fHRtZfhVuUlM23IN+5%r;j?YOejL)Iqzav(oM1sF>?7sb>XdChB; z{?zvMUBR5&1-v@v&+;m5c5jbbMkm-H^;g&b7e)X7oy?6>fA-`*Jo(Ov3&-on{-dLR z^T_WVdFjv}9(w8E`v*SRU)i^~efmHCJJ9>@5@5HW4JF`JnY7ra08P>a3SI&Qug37c zMDjEbZP&*|a)!<(;e|*h%uWk(1|BXaGhbA70VdCwqh_4b*HdiAq$Ftt(?E62zPpff zvTVM?X56AM@;?10fR&*+VDo_H_>}~tzW^ZxCr49*xOu|f^P+q;57uhycQHKnk9NDZgAz?zDT3I%YVdO7B{!I2%iFf#Ci?Ymod zfOJVC6Wwumj4C#R!2g5%G-+4(2Cr5apa|l156#s54ZPiOj?2UsaCx{4I_p zT-}@W(n3l4dWVygQbJOFCw6c;vxSY_?0RP11g8iwpb3iN5^Ci#0}u@q;{uWibRqE$ zh!LAId^r4eCCXIcV1$m$Qe#!--`IDJdl!{pBUwH&_IPq&<=r<+B& zowB4?1mRJe)A#|BiapUj@hLW`!I;sa;#zAr2GEnbuee3JH1XNrO2jkS;U>Fp7@v}y^rK!?={ogAGmXu6mYOfCnO0rAzKxkUCY`uj=itUBL$ zLW$ncK*;u_K{JHpr=(gP09GZ}VqoyPdtIuwd-3fp%=G4_GwsVpC#!@S7RNQFBKTQw z2tf?@g938zBnQ+4X`zmM@r+2?X~E_iABonvKl$1_!HWDvF^=cwr>E3##%I4z2kK}s z6x~Bh8LshBR<4!(P+t=O-}8GNw(ak2y$e(PZJ6Q}J&m#0$pt8d(}NnZ+eDCrn7W|R zAx*YLikxuNZZzqr(UyRke~{=JGGDLEOpE#|os1HLO+Nv=*lsxHN1*#8S5c*|-g^Tapb?E{4MuIyA^Z=PCrrRwH29 z9AY^7WZ(sfuKE|E+&(vRd+OrM{OslHJ>mA87H-!!vw3I>o4g;-XW9>6(320%ZW*|By_hZb$RqfWgAFxEsSN4i^H$Z&-0et|f{;NB za{%*dDD79a@W}JIyG#;)*HFzTiGz>D?jY7{wDpnVV!;(){8wOY1%i+X@s-xIp-^LbpcXfJpX3S%T zPr*h9U{C-=BS93+O-iD&VM%95TrRtgRhmzlmZeh}4q!NWN0;m;r$Bug;z1}iu>?-% zy{MI=My#0UPk9Ip_16U&pf}S-(ZG@`$j|uVQyo5=0Q#s;^Kqr>?oOfX3Jriv4KJW~WI(;XzdC;U29(gfZ@E}W`3p6P}6SQ91^(a#mh%0%R@l7BafNcc>K;&Lq z90@Yf8?zMA%Ay>xk_-g*8-9{!ZA~H`va)j?zYT16ZdltxcGcXRJZ3@OX`~r0n-dnO zdxJz`aDq_Z83vvZUo7n4y!i%VDHw*`3o{!A!}TFN11N#qdRU+rA`t^8eh|Kl=R`cj*@!|ov~re8d^fPV`k%)gDlQOp_&+u2F71dSyqaFH_qTywWOr);U;2BQ z9~)p5sy>3J@V8u=K?oIS(Znsp6GnRxA?YZjp?k{K*u2%ixCQbL!Qu$P<=xYqoAUdi z{ixq>{zJ=KjamCV1)i@PJcmu&=N36F^BzY#s>LAL67fg_BW5%;3g6$ljdmdl)(EuC z&l_da?@7-SmC|14+qc9fib;K&%Fg89`{iFnvbOhA16x}aeEuxWQtG#|`KpuE`nN86 ze#|wb-f8l9p3?xtZT&=hc`Kd(?|qp0#0VNd^VPu|{8!=zM(Di6<~K{XR>OtwALms?cU7W-s*S(Vr5 zFXL&9UzgVU>x(XW-b&em>fX_`bmOrk-^H^dLVx&O`lC(r7YnHzm&hI>bZyyy$S7cK zm$Q*y!p;Mx5?(wSbdr_SV=Y@9eG($w*1AWN7uMGri&{IBp!r7*|Fz#(JoJ&k2 zM4lNP@q*X;IXy){f~pgh4brn^vk*XK3DXfWsrPbFoy!hh=nja zdsei#nEMPJsTP+1RK#3C)YYtwJy`)yGfi}oYOM+UO?V1RYz=a63b+l-y|H1)y5-?` zuD8w7d2TCUicCRzd){n=s3oDCz%xR{j1xSB9KqaxFp)#h3)&O%5;$1Zml~}GLUs}b zS<#I=8p*;JR#1NAP08{iJpkdCT#Q`{6@s-5klaaCYSvy*>Cfw2&{|sZ%QwIicH`LC zQ%022d@T)^wl6Yo9^3jM&7|xn!R2Jx(Eh6Q%!?otG$@h%!U$&u5$VKu#E=nKdDR^` zYQS2cpa@`??k~3}Ndh)OJNVqT5i1wlkh?%6jJptoFx^%#jT7{Vy8zQDxvu&|3J~f& zM15OYfj7Upbzg`@2YDE2#U0a+Dx4yE9yljO2^@sAMtew%Eiz1dKL{_>Y0HK2(3INY zB+WjYPb&eUatUG#@Uhs4RB@VTF$aVc(+Z4g4~I%hLXkbVH=~|14cZR8>L*xL(;LhN z*;eoV5~47obIJYDYKxhXn$+ieKSpEu4-joW+&-CU|JWdpG>+BKhLcuulvhx`g}$E4 zVJw6nObw_Yq*>YovG0JTakQ$=@@u>cStzEqESkG&-pIlc78a{OWC!aK@?Kq$9x_#W z=0g$#_I{JhHTjt--Q}%uzTIQ7CXoFwz2oeXzG3Ntl=-G^Sf-f#gBzB0rf(QwPl(mM zpKQOsbq@pRjm-MASy*vcL+=OYa3AVI!AEQWWB>;s#E|jO4Qo*_WKm>#jTo35L^z5p zOXsTj=XPn=<@JpKXI-uAyrVkGV$1Q)0qHLXiEekgW{3yt0sPqSXDWUxv)<5SqrW1K zs{mzw4mrd^4&^LVf$0!Jh|UYeB&LM?7ha+?DiLG>3ksJ^cFFO>8CP5wR}>0c`NBZ) zMD2&I^Hfxn2}+CJu=Iu!)b`!24>FZ$hG^)qMdVhHX7aPOq6h<5;YMSNj=il5B8bvu zRDvV1ctVtJos;jQGVvI@ zPx#?)FX%N+2Z$GXBFq~C0u~BL5(m;LhC~WMK^eMcc}OQ^3WDmIb{JRsA_7D)P6W@_ zXyn!H+*-y*G7BN&EyW*6M~NwuH%A56>8DHuyV<9YfE4E7c-g0uyHNTeau>4pxmLCX z|0-U_MSkRyKogOiwLx_K5uxMJt0=3OmN}9uD3W>1eM(T4X|>}u6J&$$<_NkuMx!7< zf=R@i*E=5oDM@tl@Z~tWNx6sY@ipZd=t^1c7NjbBPUvT}JrQ@ia3HB=jR1CdRLT8F z!kyfYoN%k^ei8!?)GkW)2YRzbe-0^b%$jEJWj-}dBxKzMhYA8+Z2~a@d4v4WCF-Gu zs6v^GAwaP7y`w30`D{yiKDMHRtXyVvh8t?!VFo>43$TmYjQ0yly1tk z^b{Gu71VdyA8$RHsJwfJd4JEGZ4r872>la5O8<{oGnesp0`ftsAy>sDwP5Mt>SstP zh~UJQTxBr*tNXUFTUq<#Ml$ZD>MTj)CGz@IWYQ<4nlBfh^yciTPmkU@@B&EDiw0f@ zY59UH=w;))q)70b7(G~50M*e&+aRF*9gzkaze&}}5vP{mO@fUqw-9}T!b_3_Ax=*E zoe(q8V@Q5;Hb{Rn5tsa8Qd#wj?GIT4MT-GbsSoaCVzXpnjhAW^|E2Ix0OpEpAcbh`s%3%t$uh}PpKb-gwF#g2QM!}Ahho28&?-M6(7 z>+ivLZlONI8B>yXSn)vPA&3tM`$pZ6mVuoV`K~=U`T0SNxcm{fudRX$lFgX!_NTe&((04x4;TL6w!I40P@_`!UlZLbT&8>&#%xIYb zVRMofz9|DzZ7MKuSwwM`?(`rEkcq41in};7a{qjt8PqzR@{^tr8b7OK5qC3DwRhhk%?n1eM@2+XUNc}+>63DHX`E1$!AmP!1iy9aw*Bb`of zfx>Tt_q|_Gb`xAPMQgrvcRNLq?SxP(-r5B;evpaEc{D9WWt$>81K-0qIcQf0VGqzD zLz6`d66p>)K2qu@DZapC+Kxd;0O_yQ-=U#-B~zJ;Ge0)P&mw$rv^l{GrDg*^l*L!3 za8skbFmR<<;FU(qRn1-8uH#cF8&0h(pnJ6ol)R<*k>(nG|3D~xnRoC!2~N={;=)|b zmuuALAjT1n<46Ev!T*#(l)Df&rXrBnI@>xTv&{(JOc0#gG&d^Pf-vn$94wh$7ipT} z6_Mx(Trs~ksS2X;s~mm(XZ@}V0~(UyXg4mcglG6^aUTi!nLCra zpF8W^hfRjkn&axfAW+dq>6zGiFj0BfKyAyg7-EWyQ2^v%dXS^Lx@$pIynWaz!=Ls#Uy_kAY2hN z(kO>J69TijF~#6$>4P>%Zj4Y>3}3lrh=nq7NmD9d}UhftRx%A#j?vW zf~HCGpR55r({=s7wQu6@W`5_?zk71+#BZN?=lJ_%|G#ngHxBPV^xcF1`hoB4e{o-H zC~@EU7uv6NPGl-^J~NXBOIaz&N(5-Y&I;1wg-Z_rj4*TH@LB0HmA~ex+#2~p? zjGRmK1>R!mKfpO$3)vR& z%}%NU009qnogUh=V_Ds6Hn8qhky^Q`+^bSVkb6x)ku>*b8V}^k=12N+$6V(qW~#(L znXH;>89xMKLI96=4#95XA5Iv&#%Lj+w1$d#+4T#TdV+#7w+0KcI|+JfyoCqI--yOJ7|syG=H%^z;rQRl3vo76OrH(76HOaE|kcU6U6oexMmaxIP?{A zGc~j{REcb5f%fjPZ*xS}(OY}H#L#-F?QeGuBjd(XKlqA%>I7zvA0g34^DZsBA=Cik zXY@Tu4t?LPx?!Q#%hFX{<;E(=yz%JX$rHCy^M>`S?7z2v)H$S^5?}p5-zTg>Shduq zedKH9K?@-WN=k^45(JLGrH4uoLF`R9e|rGg?0auc>K#gG8oiP5+@FS!Hd{hLh5#w!Af9nY8tJOJUE~4O?Fv9H*;&Zl>PSuy z_$&-572eA!Mw-LD5}W%ueu&|xZB_ObY)wG<4cmN+-@DCsdRJ<%boSHl2>d@~@LXbs zLeUpZ0O_8kW`zE32?WE1{#e2(CQm9cZ+elFyh&HS4f6pPr{O%Evkr+wJc0D_xa)_T z9#c9zBy^P8wtkMPL7KLWqMLpyURgjNU&+h14|n!uDv%)RMij=!Vi83zCtE@k3*=Ko zVe-sBsvp1+z=!xUUm|8xw9aewTD+5;Q-Z!04nDP5k_N>QXn$kt(@f>1yP1}`5!#nM z7d9a>%~E*`VDgkBdYOwQsE0sf=-Rnc*JtOZZqMGhE|2&E%|z0Vb%kQ>x*ey<)E!w6 z*5$Ud3ynugr66+euP=}wqf|iS88uBYFiyp0Hov{~OGHh_$t7X$4CSveA0eT6G)%pZo5PUSID<)VgD5 zH#gF^n>~5Q=Z6x&c(b(iW8srLhdn!Ck^J$b*@wOvH~%oqp)0r&ifzX4#V={KrRWg ztw)h=Lt46FL`=Q;jjc~kSKbv$()2?;g&aubp7?}eiDN*sw&3;?~Vg8*p2 zno{J7-V#c7WWuOBm_A6sVWZ*y3wAJg^!^1joDCvus$Pn|#cubh}Ye(Knj zqjwMgv%{|*djH_Rf8e+F|Nee=U%5ZwZ$IkbGjx|S-z%oPjlgd?CmN^-r?JZ-iObTY z_`r&!+Zo7^BqlxIm}*jIAR3Tmsv(h^iqWEBq5e5EwS+n)c=fo*VR+J{GlW^AFQ|4V z4U4QM7fe589cS{;l+E^X+F5#D{aE`uou8vDb~p3bFuDA&fXXfHQ%*sgUTRWIscpAt9*;}Ll`oDUH8>GXB; zk?Mp{6YqL}=;@jSz88A|p~~pq6ZNIZ%N(q7M)bfL;91U-XEsh69+i@J!VzX!M9GlI zQGc_;QvKH2h0Y6^N{#`V^cqD4z(yj-SQOO3n(4kSvexjsM!67`8t4Jmn=p|)V;IAp zy3kmz22YaD9?0;lmym?tHi*=|+W8q(Jbq|EJ~Z=+B??*;j|tLYxIr4uqaqN;fM#X5 z!u0KGI<;<(ke4mZa6wI_ukWJ$A-oouhC{RKX{i9iZ^4X0We)a;0FoBgp}n+BBHDhp z^HsVMFGKt?uD1iZc_&$2GS;DhiXm9|>LOXsbqY@!)aKpJS58+pAmuD1=^~1k$Q|N4T9lPj zAUF^UE<*UwgN_(d;}7~~myJHDG_jW#zM)uIYMGHWGUAKt5B8LeV-L-StmHmmFsC`6 z$^|9Xl6(*lt@OntfDby)1B^jB@aJ^kkq7^bkrZTC!h5A4d_0`MP+Ig!Nm$W7=#omB zh1mH>Ci}n>9h&z~eL9Rwso7!;i;2tX4BC2t>^IvGV0s^Ff4B2x>Yw*BkF$ETq%TP6 zB8-&BK$9~CUlJctb?oi%MGKHu@CqTL?IVlGc5Cm%3^*O4g!0cceTEnN;1)ah?@hn+ z+?Ohz;3uyq3j&K3#7)JuLPa$!dg5kI_$sc7a6Ivk3?u6pzazW}MgJapSzjzHl7xo^ z*Kxj(`Mz21e2HWYAo!K!*%eW7LKYaAv_QOZ>H9|v8+voCiXJIVMFbnw5wMbmYSbyL zAE$z9wDsm5^4U^|s5gn#_GvvWu4(;Ca_ntF>D_`wZs&BSQoNg~o1!~-1xgS(_SX>jqd$>xV9UAlapJ#=PIAZBj0>}|GpEb@)beVqwpBtbD| z&6x@#rU=m?OdI zy3~Z_4lGKFbj*3q=m($=TwuNoyFB&5oOyMWIDEi&T3AtZV%HG00>r(jfke3&$1sqd z-1M085+0ehibNqVwVoA#Y}dUIyF5mB`=qJ zm0ZOF9Ktha+BZ9=GL_}4na75&9U*5LlsVSe@Hy6m;m_11jR-=7X29M6W!~X5PRGix zq~WWv^holco6UwWMhr6`$q#w;&l)WZZ}+mU)6sFQ(L<6?wKqB^;X44<<_uUH6VIXb z2+bv`sm3M`H634f>UpwJa?jU{LdWwkB|O8M=u=t z?%~x#zkcwu1Alk_AMlZXf&a80cHWq%%n%8C258LFY*dR8a>Q3x8q)T>p+mhzgK=Lj78qdu_Bfu&~s4?7qW1qk=NVD@h> zEIJPT7g;BQu10qnwfh)~ey&`G^-vC+IL;e%m35n>1U4Q?Mw%yyKcnbCA! zS*XUdpF}3NvDdFUoJ6G#x`+Ms-T`Iy=Q|xNi7LQUFXePx>cK*<6{{$^InrJdibHQi z{nVp%UnKfi+g`E_$?hZ3 zW@xw!?rY-3Y-A2lNJ-tg=djKnS#98yO$)W^&66@S#L|aYWIj} z4{aieN+lb!_bo1+tvATd(83tlrTB9DO6N5|o`uXqQ_#s1R5)Qs8Lz|&rFo2j!YtvS z_0h=iX(M!lq>C5`SGcb1fH*;~uZpg^3N7V}lXoEaEjDP95|F2V)X!R28$N$9$1t7D z!IE%YB7a;9S z#L6tJLPti;*@X_mkm%ra+)_>TYYCPkLz)2xRx;=s3>K447M>)*8VlAES$6>B6fK>t zro~IFuP;x&b|*jmx(bAz9X64W9j=7Bg{(l)`W6&CteiSibQqFjVH+Gpeo5Quyn?dU z8Inc=(FLUTF6NY!ZV=io&>+tNEQZ*`#?V5^D9hzb>q`>r;!j}vk@EJ`a4MKC@PePA zwzRH)f+F0KM6mo`!n>Z;DE(CS5ZY%t-v(7YllgQ`?~3@{VA)MQ#LEeTwG0dlDpA78 zkci$7g96$ga{>5`Ai$G1HdfF;ER@IJuDLBsq(e2w@!)lfb#^^+eH%Blf=xN2bS}tN z_cFzXBGwG1h*L!j7DaszX*GquMF76k$#4?}1`Q+j!P-zO3eEIu(9MHY5pu^e64Vve zFJmA{YNAk3TYJJ(8bCko^G7-Y>4De3o9G#ESpDW~eqgzzAKKq`QyfO1l z)vBPj@6A)4$%)E6a^9I(uN<0GJwZk3W5jNwAT5kkqVb@>HN05#%VosgM(4aFy=urm zwT!o}dT<8w-EC4o9ZwB5ZNSQUQJOYLfbW_L48~ccx|EP09D#Mx&PnkFQ&g{v(lsz3 zW~f87EaI#rnpB4~IZLAVjjn@94p)n3KOAvRTj$%gMvKDK0$G%18C?xX}H>q0n zS!q1b-?8?k7RL5HG}7oNB{!u~Wl5wgp)NgrR*TsWo+}LGzw#Kai9l$tviNQThnt&$Otmo9*qmSrBr! zWbel0Mc-iKh4wz>>*-Dft%xQrPBNju8y;tbI3n>sp|E~)qUmQR0n$^(Mr4ZDHU_|G zc5H9^By?x+HIA-{(|t;{HoY-Br)t+b{}Sr$z`zd;8UTnDvSkTn0Qt^>Lkk3fCKTro zw^l%I*rATy1CvY}9cb1Uuqj-coTJ+^fNnAHGzIp8LAN%srcaBsK|D{9!^})Y#;J?`axA*Zf$l8SxE{ zp&}v*F`PGA7vKsrgNtm>C~=l>`@*cb=v{9xl1bCgZ|ybY#go^GN8!aTO-`+^{p7E$ zG?oLQx6J+IH$JL|yKli>X~^Krl_hG<(Vc4&Ci<`X{8`jz0qov9UAZfjn$vUU4Y~z< zm;oQrZ71k1kq-Jr=#{uJ`nb*1@)&dw!OH7XF)T(<(IYNY=s#v5ePUtU^Dwv5$8JG z)twx1;`EaAe@tE{3e#EEe8M!n6+c`@(OMZ?42}G0F^zF^I#id(v5w2D3@d%9P3!VN z7EUh$v$;6w$Jx0CNIB#NnDvCzonB0YGUL35Lk~iAHE~`o;jv8@EOP>Di>DaG@wY*e5Nn>A>D6%6JD4I z+{lNmcE00LYall`nbmLJVLKD!|e|AtVOnxt70{mXyYF&3<4Nlm0)WI`nn$5^F@QvfbDH4y&S}Y!8DAV8t zia3IY5rz*fxQM5*1>YoF!B1st>OnYZSH8Vb<#Fyvke!R2;zVVJ*W)LFUd=@`jn)^h zCjJ<%C`)2NM>9a73b>qe(Y2;UQ=z81{7#3975P2&+Znt3xQMhGBp0y*0O1YxV*_)Y z!bIi#GQQwuL7~%v7d0K&L9r^_QRW)mpdr*9mJ?!#i2ZpZTOBVqhISOY;;~~mYM~)G zFDgx{y;9%~X|J@RnqEwM4)GbUlb@)3LUpHMcFZ#U-@Ol&(W;zA$~L z<~(Yc1F4x>H@dRVuCd0WL{CK!Q#mmRWUU%?e~kXDIO4c>Df7)v*))_Yv_3W!eP1eD zv6rEg_Gntn19A8LurY>De{lG)$#-1o2VbDS&&0xcShF?Q^mMyQX&V1COcp8pVMLCD zTNNOnSWOQX^T43eQv)!a`f{R5erJ6s?ZudsHh}PPxHNnS@AY#`cUjG|%LZ~VWlg`o zQhy}fvp$sGqiQx#_b9CpJ&eaXuc(pc*b3nO9G=rVbq(G3uu88|9%W!DCxQ2(l*t+G z!$_Js8b+n7Zeh*j6eh6h5AGi;ZaUZ>UdY^57 z*m3YqVNCdps6V-CwH#OJI)ezKFhkMxA@%~0LQ&VlN!brBtfPA^G1nc4F@1-u^rKz5 zx$|+2TPIa><>Zu2yGx~Hwz{}VbXeL>kZEys^SREs)0JfjF#T!s3TqJMeW-CT87VqY z24=WIa;^buxB+}w$4!Sz3Ty~f@nrtuWO@iE!Ix@6c<J+FDg2? zp~pyn#*ANN80k)t{qnv3i2Dn80?CL(dcAKv$u~v~HST05Dzg-Xzp4tt&u2nZxNdiq1-#4)IjMrKH<6&10!9zfVyes9W~k3v5+2UyA*q;4^c~`+ z4E&50;Nn?F=l@gtCjNfrH&6Wq*#Cd=_(cV9r?Y(|KRY!gTHy;w+|fL|K`4_ zZS(*3dIw_>)#zsCL=i0n4^$T?5sA73QK2E&;fO`pwB!c3g_W(%Ut6826Jn|=_`Jf3 zhUUc=v;POZJCNPIkRAYRkAsQFOy??b63V~(=kyLijU+0Bq#I=#{eX$+MJ4kjws7On zqcfsRips{&M|m6za8H{#FapHXUup)HNE@p?{q?M41#PEe(6o;sOq-Gzu4= z09>@tsjq5vdumw-N3qq_kVNO@(bwmR^!3WfGkoaH&52-dtFfd04aC{#Z%Gm&t7M#h zZN!UN=*&)3uCjJtFx8@f-kxCvuyO>S-{vPbr#e><7Csr{p_s5PiN_(RvPVTOpfV&5tO;l>WbC3Q zh^ipMi&q*Ol=Zc#8CoQAI;*x{b}IQt{2*S5UP4LHOnNb|#TqrDVk=0x$YfEv?5E=r z)m@J_dd3>hHg6Xj8v?m2gc9g2Y3$V{r8M-~2JzZ0`|@7ra;6e2XBs#3I;L?RX+o-P z)j;gUsz3?awaQSM)$S_mHv>6Y|~nrY!>b1&J39#SkX63 zHse*P-$jt{^K5I-PoUfed2|gq-XW3z{ziVepU)?O>^%0XLQYUgp@ez>{z{=yAxFI} zeGhS?eomjP3o&4oo7iTX*J7LxIu{Ar$>rb9>bWhbgHQV-0~S)dL%&|xK~jV=vtOb( zhxB+pjaHe)>U7p|+nzQ=jeGZLoSGJ#p$PSQrlgT0m$P$RS!%>0)9^U+nRaa0H8_SL zkrC01SHxCU4ELlu>(G=?#uG8{5omJ^*935Tern#H@#^(X(|L%$xR$1&fk!&IW&h)& z<3O`ApCQIjM4w3o3Y_2QP2UKog2E(|taF8axIX2(Pl0LSuH`-hzil%;vk#|>ta z$I_nc3|(rxyD4apu=@%VR|c&yadbW`-ATf#8%hex~WGwPzNwk6n`N~=LPsgh^0fvq%8}F8W#zw z04HR0Le8ORqVg)c{%C9P8C4y3C@f0@>I;qaB`R0Dp3YjgL=;Sf&Sw`J<$lC?L>S+i zV@|Ui`go&XwXJD_{?^;VF95vD8mauq!+{~zuC-8U0GtYJ;((0o^o1d+(q z;D$Sp-9r2+%YldHVm_FY3e-<+b}vh5s@H@h2ZRJay(zs-=jjusbbGb)JJm zQ9dSdFkNG#T;{d+eSKVXIDAl;69Kx1x~%97wz3Q1Dz0TxGY*AeGPuK;&u)IHa~Iut zSY`_eQ7iOZ`icdB6Qvx2eCYA$Qy`L!X-*klwp&tgwM~bZ(n5wRg?&=?Z=_EI7f@0s zH}}LUTtW8Yq1i-~6?TTq1f{FUgGi1@!eWg@K;0HB0#&};U_fkstbM)nK8kTXlf&kj zlqfFeK;fuesooDU-ze6o`=QhU4H@dQo15t=TG95w=F9&pGb-!Z$Vs?Y^7U5P$lSNQ z_JI&T8PQ7T4kLn&H=ETHJ8%W%ky3g=47PJnYSI3K1^_e7^I$c(MRzFXkz?H$BPEkp zMwFJ6hOnJ+Q+eD*HkhZW08y$8O-eCl`H<1&bH%|=Zob%g?{wu8DLI_}L=V}ENNMOO zAi@#XSd4bbV5KZW)rswl)+N6nNxHRYZ8&DIsa~!3Udqmyj;T9f*yqIjk<6VJobKyZ z6gcqC6P(uG@q0m`U?Z9wzxisX0=h%)cdxFW5a|ydDk0ljEoSM%wE&8T3gy8R3c}EF zpv2s6Y>4`V6k@fqu#{z`nZ#^^DmYef#{5RTHX1{B=mi)-(vCeJX4R(21KPqGhXc~%;hLb+!0ySEYZp?;U)(*jQ zHHvDU?(<}&tgLW6sbp(D!M<+l&}=v~-Ye#m?(t-isEezGla860Aw6M&h2(o}Q`Uyk zJ1qFy-U^obxdspm+V#{g`?RmQ3Y=reDRBTjnDmPI%ja;4E`IfvFJ^4%@DuR6YR>@bD2}Brgv*nl$)Vaki;;aUcg#4Uk#|4lYl0CEe$kZ4<6MQ6wa(4#U5lB zRKSUF(#xpOdnLV$qJ|9}$?aR6>$<#l-sDVf6?vB&JuePLazafiCnOg@5Y$j=SdP>J zL>U|ELO_jENNzpmzr-}asT8wYTC#nws|Ty*idoV4daP-um<#IbL5Iq_cDCGJ>&y{a zF@t9fy#@1msNcwIg;-uoXDT3hfRK4W7b7EcN-%j+zK2X!wOv?IheA)k7>`TukKF6=w~W%U2%PrZNgUp?_>j{h6Se*NfwdE|dN{68Q1&4XJ9 z{`>v^X#Y3($Tok#WyLe(H0jpCSM&^bd02GlQCR}zBSa%K_38Ryvn5)q=Gk%c(bUb^ zq`V+A0W3Q0CzDXbPNiOz46MEoqY}>#B_S(|!2Zx!_;Prs!*V#OF7Q`=|6sC327%{? z7#?Q~w*hp3kh_{AK#<-Y7geJwM+m~(a0iJ#5oHT?ypVDNY_`tNlfK*nX77tiQ-Rf~a{3lRA5_mIxK0@_AOzMq!Re1Vja2ITi{snts11p1DY zflSz=7p{2=7lX$UME2#$+2vI@9An?dxNz`MQ*B35t~4QE?nH>fQB=fl5?1&>HT&% zyxTqUnZ6{$Kg0}1uAE)&T{Zp4@OuR6sh_Uglf3BVIsGEB;>M4J02aw0VO29+AFoWF zRUFcejr#)4qJ76ovi>OY{8U(3*3px!!-1DN6nqSPe>2lroTx0bK<}HE&gqj2rJ!5L zix{T}1XBj%Xo`@V3QKW`!ngI(Q)+=sX$oG6BB`#2iJbH(pYf+>w2YhN=_|IDuRtC8 zR@4H}WifLr;1#(ik&-r#bQVYkS>JcfF@`89G&LA{^j=E1D>QDHo7rNnmIL-eHo+Ux zVM{wwqe;a>MaNdlAx^$Vi;&PiKBq{G8PSJzLkAJN+W{ zj7OD6vqhSfMty@0k_d$bCiT~r^&&dhOH#Bltu4m~9TMZw=eAI583z!Gms7x&YqbrK3>U*906P33BWV2a4iK#Ue+>l;3i~*$}Bl13eiC2nA z4~@lM>^kMk^bwI2&&Q%}V**fV+8)}l>CCs89KwsJf9b8&qGG{OZqqq16 z2>!f9Z?WO3(D9EEBFL1m;Nhx(AXeF!=gIYCJW5lqdR_fs` zxn^nJBz@8h$XF>579?M^SD!_;mB8V{&OHDdPMf!kEE=ZAaj8as1BnAfBXlk44mDa?MVdy398FpnbDJ6)&J7k@(0j1Z4FGdfvbkOPv=A-uF=lzOR$_sZgjbuM7*MvRD9$n2#A}v})=LY!yW(PN}%$!GSIYaW#cF=OnOJ z0i`9~HnhV%D?&1EW~UJ6a(a1NwyluQ17K+swAH@R`54@eKssXx?=I>W`6_#MF{WP3 zJEeu$$Bh{yd+_!MGDOWaQhKb_9x8A_8H)`K?r9|vhYu*JXY!W%YMLOo1kD3eb)b~l zzSwz;Zs1hr#|giq6wuu--jH;q32sM$r2xN&(zr*H4mm%HZG?+&s zAe$Pj+Hx1PJPU)|C1ku{QE{~Js@htgpe=lUS*gpJdu+R%jfu+3)AS~Jdh|I|pb$rc z5Q{(>gnS5_K^5v5c@oh@fJbu}3!MQ>Tvi}Mn3=szmZC+4#wD%eR+Z2ZsItq-AugvV zlEz1^n1zM}qqO26jQ@z2_VpW?&7-DArhrcp(QJ^VzlamTK@Ew90#3pjCjuhS5lGY2 zt;yG>))$0IK=05kEpqZYiK+&XL7B*x-|nLM7}ssoX}1Fp zK$nwSOZ8VY&J5_J@2l5h!EUGSOJ#T~2^L466)rP_zlE+@AaZHZ*T1D*?yP4jb;`L3 z3>DRilEQ&Ti{V?z7cv^!(g@S~7&ui;U&%e zvB`vJrEv2o9s99Jm6t-71BAw(T1`>6H8K8fBGJ{C7AK`Et<`3LnS<-#~G)Ue5$ zF|b0by53|C4>rU-`}o4%r6qt%pgEXsaA8{N%GQ_JNt+nL3eXQ#6C|ke$Nt z01?9)Jo*AAT)@uAvjTIV$DBh<-H&cjWQ|k@26QHzcAJg0#@gdm#CeJ?^dP;&plxSx~9I;6%bqRnwLa@-!4jnKPzPF4>=x{Qt}Q9_~B6f8zbj zUp@7IpZsShvnTE!|96i4%F%!G$X`4B9~}DY2mgly|Kz~W?7zr|_To?bM)ynTm(h%R z+6abHc|k@533lHt2-eA(MH?0$L9_zku|gXvhIar`m?&>dn#5Y4f|u$a$;wdHbcD0h z%%f*zkqndvX{4glSQK1au`Gi9_g&`Q8%c{<$SAxYr-76kpdQOV{SaLO`#I1(K1G0r;unBh^5)+o^4`+Ag-DIIaW1Sv1&>ndbrG`Z`0!7 zwHLal;AK4kw={ufsp?}CMBgirEMRV)7Z->h4K$np{vZluQ7{+}NUC8az(e!VMxQUj z6x+R>_h2j_DTxi^Q0wppzSdsso;2)-(@9WGTW>8#C=F>v4j|$H>I!V*FnF1{v^Lkg zexEKSc#x=otEgw@qhMLO+lL0d_o_VoqS|sR*uLwl4~%tlqI+VZ@+n|V;v@kLSmrjeJOh0TX$rdCcKgHbaiWhoqK`QpN})|s%z06c zSdY2`IW($FNSHA1{SqQXMToM&wff5XM~Ges^dX^?ndF4;3|W7(SELwQ3?929$<=g! zw%U-)gjPaqF5&FJ0!D3V{i8mJZoPYKqS9c0x^MQU9G&@Y0E4!GaG2DdgsBcn5|gyV z@Q@mDRSTx6ETrxhO6>p;L7d5OQi^p&4rm z-sC0xVB?KOQ)<7-_j@4a*abVhEg3)(>PC8zY%RISz*x*@+gH1XCMxrUMMq8EQ_g$n z*+<9>=cV=;qwt5j2SG%!RE|6}7;yHSHj-eM;}y|@lW<6qpH=xEDbna&cjwX3@X(-j zt4xQ5ryA$XRn*t4qqY68dyr6^O=hm5H&RS3VOOwo)@YT3$?d{C5n8B+vZGU!(6v^+ z!g;Y6FHw)brTPTTM%rr_Qd#Mq?JSGta>RB+z_~z7NvkN7&JkGLzefJJ{bPv%#dwpL%qkLzr&rb*Yjk0eW%Z zYwd4!_v7B3$=u^)_y+F{(OmeuR5b9Hk^IR4iiM}l|Daj~wm@r30380{&B+TeK`}eh ztpzKDvVZTFe|7S5GhPc9nVWOrH0Cjla1o!92We4`#i72v9ESS43htMWoD+>eC?J5u zt@BAbRE@!JSK?;-mF_-7l`@%6@_K63T(lwCFS13L;j9!iSuj+CY#d`&1q6;*ap5-I zXg6Dr!$m<@bpsww#;WV;N6JQT4(R(PVN9#<7NN{aY|}c+U(UwS`Z@V7&dup>$|57C zeogY<^S$o@qkRfd1rFW%Lw%=o;(%_`AXF72WX@HJVW5V{jIhBL5uXUlK_Z<(#|o=B zLF%NYq6!qLtOOHfFKKndOT85aOTD6KBBp|*3~N8REjzHV2mtCwCIA1@{x9u2eRv|1 zIdJmtocQ;S|H`qS9Q{W}e&@)+!*hr39{iIB{^I_>!w3GD{Ao{jCo`29{MNI2HjpcY zxF2C}8OFqxFqPO6Ik_mY!D}h!N`aTx4plk`QNd+@;@iuaSb2Ny9?zM$6b)_dH@YwO z=eJ06a!}EbRl!S;(&*O5FKe6<4Z~r}4zJ8Uu9@;g%$2*s~pdU1^}C@>S3S zt*a=UuGh?HMTYI~bum)8L)d>hA!2}|;PXT+!V|kfBzDm{kYI7F*JhVce}udXjh0nJ4H$T*=)U>Hcd zEPd*#b#g6IbaScfYVRu6rqf>S;-d1Hyfx{aK{&7GGu;UKq~;<;B)=4+M20UewNKRf ztMU9TI*=RTx(uiFCN;yJIf2SkFV+LKtC6dQlh+$MnYAN(-M78_q_u@)c9h%*SxxUg z(s#*V2idD`_vRqb^p+V)I8)0;fNwC@3d}NJW%-{1`h~`v9@qpqQ1r zM>DNAf;U{R$IALTi0sc%PDJbru75vFRxC{G=sjQd1GVaY#1z8oAqcRRyw6p9x(@W5;IVNR9)YY{g+p>paADC zUi6BWW}Hg}=i&?zQ0d~OshMeSCSST#x>Rjn}ADf}2ogcSP|J{WnNG{1d|>Hoy>t`_P|TUs^-nP($S;8Pz&G1HHsjoL%!2 zuQUH1#agVJ*CcVv6~tC2ugd>eSqVk^`4H!gkW3VmC9P`j#BgCnT~qh`FRObSjEA>5 z=j|VC-|YVE>B{-`eo`0{{$kLG-yepdUL>U(NJo zVjh|L`beWg=Ix#Q-L$7O1dSG1=y4GSyLZ@R_oHph19fE+u?%Cz6tVEWFSROJ=s?KhC^AG zR)DzC#4l~&nCqXLyTvufp+YRlG{u!NFRe`66>{@^0IxKMr<mx<0t}kPvBB?f~ z$`tQeh}?wEk_x4_DE08`96hu!NGH0MBb;0p;A&Fydzlp1)}sx4ndX9z>dW;dm<_FL z`cQxJ>sST<`&c9CSOF4pDP(=1vbXCzVB7=Kr2{2~ z3;jsllR{y|p3vMAFp5?G%Yhx3;)?uKd#(FrmfJysw&P|m4I+}A0y`+!2;f4Vu4muj zfgrh4Wj4W5DAIw{i;i&lsAFBL#?ML<2~(DudNP##9^kgDv?i0%#LzCg`^e3X)$sF3 z?C;z z-)z=#e_gA8Y#za_dh0=2iTNCcn+~gQ+>juxyGTDXJapav|JlCNnTh8zk52vhlmGdN z@c5rR_BU|={N9mI4zC?rI{2p#{PO-^+4tE$Zva61Ru_{MA0Y2cBJYK*RJBMMs8|+@ zhCEGERS4_ZToq`LR(<$--k{v2PTGgw%U+e;2em2N?md0QyfQ^oU|0 zdI|8)$?&22c4F>*5mH zH?t+=)<$p0&CTQ8bC_+CG6hq5_r<;)6Za6M9{h@Ui;{fAd;25fd&E(m>r&EG5X9q}>1=M-?k0=6e|` z)FN3CFJ7{fG(=IT>g~pZ$KzcahY=3mbaEvVYQ)Vf`MA204%4kK47*7k>SC(WV4FQ> zbQyV-?4@*8MUY5DIYzvKgFxiBa`?yuaUqN>QxLR_n++vye36zsx-KZ36Ve$nP@-l% zw3v5)rr5S1Ok|~J9ND)ZxwWd~KnG88S1Yy;?c8khVD}CE9PXQlgIA2V21u6Ap$f=I zF`^95mL_gTP)1x+zatlH z7}z-Lx$f)0LELv@GYQIFba3^~Qo7~7b8u_u>+~t+y8(ql2jXX*!lt|tK{=+@qk3cV zW_?vmq|7Yb(OpxVWd28I#x&uWyv*@IpuZ>+A7k?OEh3Q^BCXU0u`3*^ls{8O_CJWimoTPjtb9*w&dONyZ}Idk6a zF&a1S=>RVDkV85X1vwl<=X6Us+`(`yt06gR9Ta0mf4bM7sh6hxbM5bUUtwn1woU7S50l<)EgCGW(JYUubhCVv_$zT#BJgd3UxF@2a34Jc~Q@&d0 zwiLGs2lY?2f6)ClVGxnMZ`MNIt0L9}OQeLXiG)Fb7dZ#3hcX?Cs8gZ~Q8s8rPsx5D z`|b~c_A0iD^?&7;H|h z2454aZn~+^sIFcX;t0W9qxty6sDK-AM}&uI-b>NOsRXCL!zRS_pv!L*xr z@SOaOlh{`q5FiS_?R@&(28H{Ny5G{40$)oY0HSvf+Ex~PnD+Nb4gy{w0GxQgMi~G3 z`Mwl*el-qL=MwO?%Z&iiog57u-Ze7vwa+sl?#qK)_N_pW=SI@^L8LZVziD(|V&bi5 z+IgeH5qS|NkHp`BLu{(RaZYi1HaG-fMCUx7&GeZwitXGJ;8e&XDm!bF7lwl{OE?$3 z5sBlP>mQE=$H%QV-3r}P?i3UeEuFP2dSHG&w@p-f=8UTU@B2&pPM?~14gLS`oSZ#z z{dj!r;n6>FWa)6}&`SsB54^YkU*-cp{XgwWcWR%ODgAiGCB9tdci9l&Qhf}@; zp{zubTr1Pl8x+E;jWxm$6)LK%(a@E6KD?TD;xD6Xf<3Qh4> zUPI1BBVzOm&_6~0z;~e}eS)M$!e)-hi>e4H0ya_mRkoUd+px^4p~C@*y}7S3TAlC_ z^)s5;6+}B$_>aXg=#`w_n7k^M-3zPh+UjL~BX}Gv4{RE$UboFyTj~c47^|~A0cYVN zy50b$+J4-98=_oHG;>*PaGB7D00bW$Gei!j0<0PUHDQ)P;DptRc6Ywohhk8Zxe~M< z#7lh)8%8+|S7{}vPtFDGUIMgg7(W@ayvUsnZ4k*=)Hl$V;xpXBHgD5>y!}r1JDJMt za^};V9(xIONHGA$S_~}#rYRU|m0;8_dw9`@2rIZbX+FQHH>5YIrBYVl#HX;SEo+{* zi#(+W%y3`|M4Vnm2!p)MbaT{E2Yk8B=eoG3#3bz%gGoe4y_S4ziFlQqRTN_ovLV1G zA$CgvKB)P?n@>v@^sFXnV!G=moMeS3?7n)x&3x5U8_9@X9VMG)pJWw=kj}Y8^N79` zm7I&xaY$<>MO|65N?9fMRi~NE4i=KhXfJia?!3U z(7?2)I-?(--|mMupYNWhyga-~aCsO_{qLab7i7jojNs6v^lRPv-K z$0yqPiDuB$P2Js}D#Iq9P3l*y9<{$Wh?wT5Za%}7CqK~&R}J{6p~$YU9ce=2b7I6j^2NUrx8aVWrcxl#IXiD za!GMjt}fF_Dp5HqjedG_Ns~RiARoRZG_H3|aF13LV!HU#c*@lai!-WA9O`s2BO+cZ z;$j!6V0WG^3?{{VQg^Y}lBw1*(rc>GV-I^dWD?+BCf6QmMVlDciP(}qI^2)DWjfL4 zGwsXffG-0DVK0n{g@d{uW-L$?@&I3y)oM|Qbsve&)SdZ0S!4;MWou9ee>P2br6O8HGU0a}%>)~0_*rZrB4;`3^(mhuuP(CrgXjK6*F!nzMy5S)7C7vS7%n`FryRqB zAg^AoaQ?#}5QGmKp7~`7m3f=kS&EFICfS1?2&r(Jes>nA37{ z>@lP<91hgfz2N*SOEp~6#pLvcMgkI>FLsNXcQI zLWv|E=OMQ*S-dP^oI3KPD{Ec^+D9*O9z%Z$|E#e7xMQ#{air@+-BhwD6r{*;ga}DR8Sp9_$0&(oa3Pi{C?e~ILaE6Zw%_nvwX*)bX`2-RWLAtu z*o+YcjGpb=$*gJ=KYQN%h|d52Xy56tOnfKv_Nk4NzjflT9RJhD{_4@ce&qL$eB8xM`J=f~%%agC&$xpwo&gN&2yTs!hbc4+q zrLg|9xd<72^t67mF?#z)-J27Y1(Ng|Sv_{b?{XN@&4x)Jcna`ImewK!^l54Hqqu}e zc2Q7B5!aAxHC@!Qb@zH6ILd`hq#>4DG!(_6&$}HivBL)<_@&%OUve%BqE}?$NH_P9 zEtQI%LOeO;%Z@)rVX1E9J%+g3qGj>kcPU4q`^HGGzRiTIs9$vg| z`5LZeAg@B-c(7)0-#T8+j4*v9G2#(|$SCxs-r@=L&aOU^;A{F50%7zYZgUh>!o{7= zmL+wM*%9~HdtB-saTWI5K_<#-GkLL_neKHmw*4VMj(J3`FJU@W8w?Z(=nxiyjzYCI z$V1z}3!@wcL*A(hcuOD7%7Rel2)QJfrB*GqVJTS2r>u=rdUU6Q=28Qxx_W(*&&&l8 zJn|>Z7ZMc1F&AsVbAxb>0_N54D>=~vAIsS?;k zqEJm(N6}i`KoHpH9IWwhA|hU7+}^u3KRY=+b&&=_BHh_HC$C{F5L$!PZ40}iPmc?4 z9xb)%sAmFpNVHqeinjp~np>7{oKM*s0UK9jR!)1qdu^g}junz#M7u^FkPS>&skTn@Bb`P|rYX(H#h7X#u?o zbBu&LV_<%Sv#>7m%h^(nHX9__NXJ}i^n_*N>Eh7ig*zBw5$jY-fW2wb6vj4%hr)`e zE2^2P-Snmj#|L0@33=IAiHCB zZgB9JV}PDY6lR29K-PhVR5o@HgTNOAp1AaxDDKR>HsV%fnq;ACM6S1m4})@hRWM_1 zDf&!m2i`kI)bZBaz5z|(9Srj-?sR7-Di0a_aWnWBsvm-_MT%$mTogi>|MW~z?3cc_ z2sMaO9NbtDGJ(Y-9E_H$?wJ~Uwq=|-90Jd1f6PYQ=7I#~Ey7{Vc=$BO=?s=L58rS;#BE_($(DN-gm{4()(>zjHd<^dI`qX9uK@7^|kgV-HQ{IPY_{z*$AUL z*k$5=$L@pP9JHMn9VwB+V;o+!K%u1OR<%H;nUWHUO88@XQsT+fcsa2;HU<7+-<_wH z4Ikc;hP+Fxz&O>|R)U+o>BsvUESTTwPG>6fpJZC*ErzHO!wD-Q6fRAxwBaha3m_XA zThME8&*%n`GZX;o9E==c*rXDp_A4E-Gb8t)n5hevXBQfe&em7Xtwg!|D~&Mc-w#`b z@;MX(wlnEKUg`o#VJp+l84flt4dGMA&7#{1AYUpVR#y{#P06Lh6I=_v>g+%#(XAAy z9y^-JtHH`{%d&&PZnKA0<-i`dVI4Om|Nrv-pWS!*z(hH7@6?Y@9Y1;C#M$GY9{bBj ze+vZQqN9r)k(|F3-LkI|p@R2MIv=`&D4a(ZJ$1_Y&B+VF6gmZD4^fe0T= zyBcDQi-<)r?;s1$yzOr&qu?}oW$OAAlR(9XJ1;^7D;yZTUoJ_D)TR(fLAx2WVqkyb zdz<^Z)rrbX9md469)u?;NtLE+kKLB+jph~+4`F{s&!7-G6qo$@QS}vqN6~O%6qlh4 zEl@k!hGw7!S&0IgfF6$sfVb24U)Mj;o3!?R#Kt2R&${^?_#D@|0kU|UH0ST@XHWv5 zrgtJwxFF<1l;5FP=Aj}Ka1;leMOdm>dEbB-3feR0j@hs^u3@_ArHZ!m(V`J%Izj}w zFz1gMxll)tt#uJ>X(A2>0aG;+8-Jao$Z9<%q$_?nQJG_;ubL_oo_Cy`#Ei8(T(SZu z61h6|$9X8bXnoV(8#vS*loH-{R8o24O7wipi#0FM%4*J$b}41MZMmb_^{8Af3}$C< zcd^gO6W<>;*_nfnIcn&XL(#Tpv&7)B>7v*9nD5EM>lLo0~Ly$&gLQREv8vX`Nnf*Bgb9ElNY>S`XEK4Qm(!U*^^B%PSPzURfD&BB{4a}zc9>@e z_p7DS;OjHT6SxlQ47@gTPDx_Hpwf9cOns5Lcb3O$ZF1-IA(Y#u$bGZ>{zT>cdCDd4 z>Ma5deb~yPrV+r~C}2tguP+BPyCi8h9hXc+?l);0Qv!Is*0ibhHNamQWS{)F#{~^M z`{V*y(Y`YmKq0|Ran0n5!(C|yyLZ62KS2K^Z(f4HWi(x|)e{VWrr~dZv?|6aV7PB;CnP4-5A*{1ah(;m#H8;i=S5V}Mb&Y$DU`>1Hyp37V6eE|t za%PTy2121BH2uHS}B4S(rXwH+%q? z$`~)e2PjfzXPQWOlcz_cL~k2j2RS-ftLe}TCdt46ZA{1|udlKeEbekMNXM0+jBx1& zzh-x1wmd=|5x_?<$b3oCMGkhr~b2(|L4iKPyD&#|Htuj$C^j~!z2In$g77h9{L0X z;Qz$~V3`m8RR6Tkcd<{(lj6K=w(2}vybpgId<}clLWH=Jj}$n)iN$=`qa;}@xe4HF zr8vBcr^;%^ojeAjwKdS->=&&GCxX*#f(qY76!TH0^0Jrt#IWLF2h*m-CQvOq1fSyY zS{AlvzJ^?wU!(=l52wzh5dPEN^@#AqLfr{MT(!`ZL!dqtB`u`FT1)q17}~DU2KPZ^p38 z1s?QW2JaZ_BH4!g6O9|!-iOo5nO-0)%Jb@TF!k3k!ecu5CSxXE^eJr;Z~4foQ%7T% zP}dN{^2<_KqSLj8livn8IpTC=BZ|3Zw_ZN&I~q5$s`@H$@yu2F+b$X5P~!YX7r!G$ z(th6L0`$hk9@GW;0OdHPG7nk>(+oYSl1r1NR0k!FAxKe0Tf!M*f;avxjhJI508s^4 z0jrGF9rLZ^3c)z(}QG=6=h?0{2ABAybNA67?M{!G&%`(E>>b4o>CL$3n(3 z7L9MCtETc~DT9r_?QxG?ZW_EI`Srw5FmAvBG|!5sJ}BKT1G(RQI8k|*X*8AeW1=&L zIUkZ;$W;i52(k7YnPrTpvr~;r81&^$lul5hHDjrYN=l-P`802Cucng8u_Ojmny*|* zGLsf?VpcQXWWj7xe>2p$>)lm4teIP1Gt@YG0x38Xo8?86qTnD82=E_dk&MebWq5HM zyE2)s$7{kFmtpDxq^O*Ye@`Q(m%JK8i_LE{#Y6dRS!NiyMtaJny({)HZy_{FkBz+; z52JI8=tU#KfMjR^e6&nA8N%xHu?R>5lNIxfn9e`11_|(1+`{WqNz2bllq-PfF1It3 zi_Ndhs=&F$6D=Cbf)ZuA*2SafZ74Xezo0_%=L>w^nM*Y0%EY%-s zox8bMhpN+9U3`4*+Rba(`J3l(m;f{h<4F5KD!z#{nEKsif?^*0Npddv1FnQG2}B~m zCdPxqD%m{oR?N%rqY(Lvs9Kr5iiYceJm#1uKVlB8*B_wL+DC0?@_6Mz0Xp@$Uf7$? zD3HA+bMtfR-ZL(hYh<)YfI|sDkgh?Y1skt8FY`qt#cNezHfgcQq!>Sb+Kjk)As}h} z$FzdZ&2LL;?R~ucdiO!5^1+$Rve{^n_vCglxDq1{aBt*H zP!nAtM?@$BA=G|7{%8$SS**9uB;vM_kjbaUvqqpI`kqJK?6b`@eKVa}~s zt3blzl6XPvEB0Uu2j*!i;00=ziha>v7tV_M^$_BV`Sf4yH@Y1tMyi8Yb*~YV*Jb#gMyWAM6r-&S9E*SpBmaEMW+N5$lGM|5iEcf4J77D&^k&^ zxm1d$6M^H&%k$GS7B;0xXS}W6CoH%F+_0q^&qvpz##IjNVn~?WLUsYwAPcE#DBc@_ zS|CeC8?5gMNdEu)zJF`q>7SXnmHFt@Z=U>zC%=4R>UebQzdHI)jvhIZJ-mMC*AD*f z!7m^9h5bL^V_(>x_Jz-|y^^x+D_Q*}LKl}n@s!lWCQKv9K*NaIR1_fcgXEvj5m)sd)ZY6*?Kwx8I8Fc0|9H`!6=4H)0 zbIMSn>EC8x(7Zu5DWgMIgZ;zaO{*q}Udg-{T0Vl*Tg((-_7rH^;P?0Kcm-^uw|Qab zKf^yt2J*FJ^1=7O36DcwO+N7gr193x!m=&GeL#1KGe2QRQkt>Pe%{hk4P?Z;OJ*0) zOr!7KWx9FA>1}TR&S!_UJ5e#YeGj1tA)g1TS-c98QKtJ&I1Q*^!`F5T>3g{So=SPl zEl&s7pIMv29t>vfk-`QRj3GQ17%{X9+YGJn89q`f_e=-^4&uTNw16m*GA43AG*qAm zNIxL*!>qGhOydch^2rORdR7}NG1}haH-T|sfU0lEHmZK52y=`5(ZEe7-~O=Gu6%}J zl)!?QO}GnxA*=#vP;XV`O0XLQxPh4>KMKk~9YM_*h|LWj>Y37rr->$4NC9wNCk2ol zEe#`ehjQAN@8ZlgFg}SYmp?mzA|nG!l8y-5r7EN-0!oD^T<-VD6l~y zvI2K|a-~u71w-7Qyzuy<>O@Lj*yvp8X$DEWljI70(=CadlU{-UkGi*kk>pJ8`}TXe zA3b|K>O`IHDE1wXB6)kY(^b`9wR=3??Ck7vxg73tXNP+fb=s@0kD2DqOb@4f_Jcf% z?gau#iEYJk97hTaOMngK>_iD53(9p*EWw8;0b(F>oFJBEBZlKx0vtO~0LKat1o=Jh z`&M;zP4{f?%TT60qsvGB6-N%*nl_av!;N_sT2wXmDUb=a)L6Jg6=*C)&u&9 zE+zG?T|GJJ5gMSCSiE092zeICyPlO_@j z1dt5}RwD;85OnB2G_5qLSq8MAJerwMf$=7RW8(Fb9Ulj18abB ztK`xg32R?V&kUi=J&rl zJSra+J*ZY7&w_#%PZR=PUwWItKsqJxkR=+rWB2SwGDK4Q=7!jR@b?6XjN5l@W zEy-~S)v5>NvsOv>y~(z);I2#VicT&+j8?Tc%lMeg*Pl8^9(V{k)1Fp8nO?ZzIF)Iq zWLNIovUTn=_w;h&yz~7J4OsJS9p5zED5k}h8T2SPl@aqJk;qaLAX*s-+d2@8ned*7 zIl-}-cxl@(OuL^9ed(dMZz>1k$f}tbSJ=$P)X0`T1Ub$AdCu$~e9j08Z_x9e(o|jQzOvzm6hJt~(y_50lb+Ds4hql@R~_2;Tvh8v$jYjYbDiVwKhVCX z`>viH+G=X_5+Nc(;f*{1%nd+S*)pP{O*W(oUIs=o>VcA4Qm6gUV2tzm1lZvbWVIdtmaR}TDzPdx$9J=6P%!s23~aMxgh2u#p%qY7A!!L7q5 zBQ0=nsko?@AfrXKJrw4+1OO(05;WSI8=$7NzGc+95;cV7Fa1o4rV^KHDQYdr?^WmU z>h#(@?_Tu4{g#wEtUz6+8}!g-`!*|j&S(;s=`W*Ki2yznF=ij1y%CX1rA@T#k^Uv| z6oL>jP%p)4qmEcz82@fUadU+pb~(i-N=iKLxC0Sl?gx;3aJK|iE~$yO1-PoJ{w6y% zSO4$Yy)PCPzjV9su?b450lecCU-%Ry?sYJzxbzhZD;3tL5Fq9jFWi{9d98@CE6X_c zH;iustGf&JhF#tvT7Rd99ls)C!;qmyS1*!c39~yW-L!>RF`@jh<>)ek&~_ zs!a+8K5^jn2Hj(JmA9W%DaA3*0NiDJBL7`Ua&ei0=7r41#Nc*kdOwb1g^O;RvkfB? zkm-haJ0fkwd{A_vaT0I>9yh>HXnw_xVm4>_K4|6Qr6%tX`PSmgS7t9s|JWV}hCP*f zxW2lG9jdEaOOl4$o;Z@y_=Dc(0areQx=z82B7jAMY6En?ixJett0)uNAJ;3~UYoD%>He5ZIdj3lcx@3-52uuKC*hf>Q< z{VJpRIP#6*bW^*t@6IhJBG@GY1;d6-qfZ~y~UrTvt) z=!4$p05D=Gk|Jb;zJL%dosVF^b`<|mQ zPKu1e>=z~xxieL@NeX|tj1366d}&Jj=SuHK3Nq-Vqz!R==u?jYN=G*UA~BGx+92A9 z_yInldCNI6_W;b0^dqZcHWMr-;9kZ&wp6Uf;BE`Xiio%tu7z8`k z;U$rC0Op#ev;ZtLMef*Hfaz9{b!uZN&KQx%ZVrl<@+7-!JZYOtt3B08SUkBjWEhp~ zFS|E;pPgEqVV!+pRX;hH0RaBE1r_ubB+}>Y2cqaoRu(#qz@;lOW6z9Re8cbHiLFhL zz8v8K4-8b|1gBc*xV>I|48hmnYo>pWejEK1-LLeXrlkS&zmV2r~#&d0>*UItPI?nL3=A($19bGoyEl3?aLN=d;uo#%wSDdU7b z=zXTJh?csq@%hhG0QS)-5?Fv-vBq?rljdT*`?MBT!Bq+^HLpLh)q|z}=m8 zvKMs-o;}sj+Z)4TCZF%V*gI{ot!9_{)wn_}3snMQ8mX8drh^AX%T7?YK{VB?aakK2 zvG+IU7H-9xsJ+~{x;wk0BW^jksM>e96wrgFng>eHnQ?T#);neL(ev6!M(Cn&=7La% z50?pmy~Xn(5+tcp!XX4oVLP`)F;G3`%%%Cc-96!beGMV+3?Ae*hx z_5Y;I-I{KL-*AHJl^yT|8FUrQZ*9=t{e`y~|jE{Ye_SHO~>Rzk0ANQ}h%spdd=Gq*uI0J|>Q zrKDqo@CFZ4dX8?;h*Px1;co^TU=ZWZF8#2KdvagjkM1Wi%CfsjyC`RcptNJL;yAT) zX+86u0cLJ4IH8ujJYY>whK6e{6;AHehs0(2Dt*mmJQQ9g> z)&s9)@oFUr>~>#Q%8r~W*N|7X*#tmN?ld=Ad>LjH@xJV=R)a=R5mEPu1OdUfWXMGC zoGyE0C}21RbeJ8?<7U7%b}T z6bvdcm^;sZk{99rP+tVjT&0qq@JU`o_thQ}e^+o7zLYRsW1j=ciI$6BAc<3w77|3( z1IMq5vJGGiyeZS5D`5_(C^lRYLhj`t#kJD7JY}Hub(7FhpP{y$4;pXv(B=~og$qfo zj#e;KD61CLEAo$cR^%T^1cyFct0FN%gT;(V$14H?_{9|J1*mQWQKT3tCU2q$eq4}f zoP;ztuZRfRmcqH{+vqJz5T2hk5;jsE>b}rJY;T%zop?zb;5d%Kw9(fO4+I-jh)z8a zR1h~K_vX^M=LLZZMv%0kZ)VbgjPPpYMML#IxRy>t*h4=ftTUo{&zW<+Tyq+< zewN6sA~^>G8d(R*@1%=R2WUtGRo&KTT1#qf_?PsCu41!wsca7qOba(|qN=swRg$qA zTvb1MwpsGgbnlfji{HLaj=1}be!(G3s@2c|(@}w9gqA6sa^YhU5r=Y2ClIU*WL_W$A)yA(Ok6kCZ(fSX#s{CsAdavjOB!*t zDi!0z2d`JlnICuOdoL0!T;&ileU?-h>D`0SgBmMAkjo)N0iPunxy1TauSz}g#vsKe zKuh{HBy-N|e%;5c;9PD}3|E?~OPU^Hbe=DlG|q$uG+(Jp0&kZKu5!HxusI{2^uQWJ zR${)fkqktvYhQzS4oTA=)J(X z%Mf2NM0)kmr7uT{Y9td#aFAp0Z1}2bCEO~eFtEcwQ_0~iShE^+CGB8ORLU8#z%(7Q zTvUsyX>gM9kfne_WF;C0*{L1mWHaCHe!ll*whCiPwo2VY1)>I^3@QT&#-;Cuo<{(* z^?HOIh&b6&XGoBKq$`ujS$q;$RqFW&c#n&yXRc*eS@+vLwC?WkaMzQ<49HL)B43LR zOd>LJJdj_P>(Hn|qzQ#8T|uGBdkn~ZWdU6lrFm6$G0Z=+E3M7+sdvAmR2F1F@<#8!UHLfIK7EA!~d#6sGeE-CseX4i-kB^s*eRTA19{CqXUPA@&&cRO( z{PwQn|4-|S-LLoH-@L%vrlm&xiA44nifWLW(%Ked^dS=w-3G)sT{MZn2SOmaFoN=k zoi@>-^f)ga0?{;9HfBS7I0)vd?!D%Q5X4B9M*QjSPxofYsq_5PzJ7kXoTI7>I~|E; zYHLma>^!Cy9h^y(9mqnm-OJ65NP3Ipobm~jBH7~SrFVP3h7g-O$VT%CnbaLrM>m7W z=RJ}S51hS0zvO!FBEZ_agZT;AerUYYHw@zmR)+Gt56iX{;^@dP%9If$?3h)=u|pl7 z=Zhk|@U`MBq6<>xmK-G~WOIGUJC^OQ~T58@8v(?gdb-U4+iy&uf$@VK&^&B%yS>5nj5yY&25 zlY1w_<<_*A>RYpH>v{8JX302dIdy8v}V0C)g#QL;zFy-};9 z0a=fH*OC1PhyZPK8KXYL#oVdKf1-0vwwk(^5A z{eg8W4n<-+hRxGQOxS`&OwnCbXyjGLv1HkWS&OnToV&7tiNe$d-qlm9)7e~8%Dy?H zpdAd`$^E$dX73xUD;Jsp^R5x64XQpp`0!`rB0;}z;d57DzXPB|V;&{XNcIvbh_q6! z{3Lj)HXb%wVcJPJ9__djDxK_I!lRg^Rnq$?a2okreIKIt>NXmFyZ35g5oG~CDZG$! zsKD1I_!gX6MZ@6)WDsjM;(2w_XC*I_Gn4Iak#P|?q$Gkf4ZcrQxE2>B$AU(`Z?Nu+ zEZ@G`L-|n*_UBE0$d~2--+^J-g zh$b4xtq8d-$jyM6siy5stQ%nGP=;=H1h+v3DVW^jdYl80o0*2Xho%H-E@ zhcw~>Q!|rH4X}jSZ@*2{`ALplLAisf|K-&|0W77F~!f_3h zHt+!Ge-g)>(dE$^$-?_$uU=Su`)na$s-!~*_XfjN64(Z`6*itg6=RI{B``$-j&ePT zP;(o4SVe4y*md0A&ZFcd0=?L)X}n#+_-qF?CxnHGhykn<8v!oH09rFPL`;SXUNAq% zzx_)}1q>Ylu$YfO8=mlmOBXpUPU_;wdXMU4q7qRhRe3K4ik3d988 z^r={`Zv)wNX!5Mbl3kpCXO@zpLWhWheRH#s9+OYxn@GBF^&XP!`dZj#YlCZvQFCfi zyB~q*k`I8hK{1ex(&d;@e+UH{jT((i)fh8fhNqfLGL5#dC6O0#a36gHF4k9C4<#o$ zblR(4q1U60*4@p$FGo&$eGl2{gOgstw@^#u9&D9uL<0IZjLHQ>!l-OBA8=0K6gwqJ zFtEL7ap2rR#ls^GyY{cmq>ML*eTQnF=Us=sn zHCx}$pzqXNz1nkz-2ty0!-T+G#fb3m{{IJ}|Mza;KRW#fr+?y67-K7DNS=zo3m z_>ngb|JI?ucj(Z8fADFA@%w+>M?cxSji@qqaP^MfL?t-Gp%tQzhdF1t31OAs4?s!O zA+8`J6M646+v3|VU}7J3s2Rw1BHAOzwF1zXSY=ot=_bEdpGnff1e{pF;#rKTG-y1= z5{`;FQQwjDfEfAY39M+1pAvp>H-hoCM4(7{*fCG0VxNp|k_t+*SGb@)#c|CQw(;L~ zul3&1DU@eS3Zen0Vksb84I4tZQ+8YmG7u}qAtFog;{mg&;alhwMB2jlMEQpi>o>_F zFq))cPZ&P1mUMum`II!XkWV%wU+*@0kjhH?k)1G=RiW^sq-nXzi7L^kO#2=YDSdrl znqey_HAW3*M*G*3Zpm@yni(p|OZ~<&<4d+|9oq5S2+gm?j`Bi;wq(>%qt z3vS7`&lP9Mhjk+UOHVB?d^p!J6GE#awY~9WyIj>pJ(FdKE=b`J*PCllap9kK$$nsE z86wFe-elEqI?QVsvVceW88r7M?vyv^2r`h zk3W+hw_ZqXB%nscb2B(^;q2O$8~AGPZOu#eoOynm#qB~i%;`!iE<8fe*+wqvCFpzr zw!$TJL9#0W=nGKs}ZI}5|uYp2S%Ns;D) z0nk3Vc}7iya1?HB^O20#-F>b17Mq#<@WQ;BpaLya4hol|&n1+WXo-RK#<_u*+p#0^ z>aHzB?;6J=sTm5WIy0-b?c&(#)wpL*>}FcZ5*(;b_hQ*9W6E!X4?TLeH&43nAxNH2 z^bkOb*c@#FvJ(|2Y5(v=ri!f$xBv}Lkh1eLx89t&sPmFR#|MWb=l{hB3U?!D`-5Ky zT3|D7wCE}qw0si=t>Wb$d@uaL_o$XfB2@aOzuETr{Nx4;fcOgF?UuSFKuB{tD_W0N zm_qg2NdGqd<%7{7g#K_AFiBNzzS-mq!4hMX_- zQQ*-54I+539aIQnuUgOK3(a{hW_p4LAK{^_Mfb(kQc1U=f&e}WTobuRHlO5JM5|LC zJHeO7e(d=k{2DCY4Y}Kfs^9P<)yQ&be?U3$9~*yO0nhg;@Mi} z!t%~XI9WVATAPyIf62UaAn+iy0qepQBvpAbhV@E=E(98+IbOV|T1)x1^E+pch9G_Q zlwZMb-SMnB-@9UVsd;|1n@Wz4*ha(vIBSTQQAC2Wf%Y4r zL8CvkGI;*1(c0sy*Jq)r(-glLEZ zjg}n(1^3WEs4cvH^{qK-D=`oiVRx1#B)~W9aGDCtxLMevR6Zt|q|u0j(TTuzdpW;t zB@?*Zo6{-snh7Bwln9hxO`DClv!d7#BZLG-r9?buyXtLC(IC`Uje1<)Tg8R^84?Gl!Q4ctEhO3-g4TtrOvAB!o#4)NqReSQD8bWG=x(=R*QsTdLN72qV5=x-;)fm z+z0RqC)BOo%^qZ}51F~h%v{|D_U(bTqc@Dw&q60KtJhSw0-B_Z8VH46=j66+-g zxJ8+%xe{vJ6sZQPGRCM4B7?opq|By9NQt4A^F0HhV!u0jtnwm8piXP+_<(lSl`R$NmaR4X+9*8dPbX8O#8ktF{*A8V^Q`E1w6u zL04IGEoiPIwWT|Eu3lyAxA>umr6ifOi9>xe7LBu288QVA)As{j$$YCTKd?HbQvHGX zcqY`zr&#>V_a7ba!3X=^T_DOy3pue4jF0%7zNB|yxfj+XPGs=&@C?D?6@VmFdMqRo z-`ZS-uqEJc^ARc)q3PO5o5_`yCan&BTR~|)*KU383llMdjZ8s_QGtEzo&PtD!Mq1kk8YqLTwNF*w*fD75 zr9lsyT$0Kwa&p+QMg)MEEE_p3nh(mU=}N4#SgdH>(0c1oiP23Wm^u-bII&BRhQ=WQ}_g~SG&BN2PnvS67;?U3fQAf(Cjy-CLJD} z<``DN#E~LGLz-MP_!i(|C~Nq2y`8e%s>*NN2692JjSNDfNHGEgHZFJy)EASIO2W&K z4Zp?W4!|ywYt8;P!G@-c4QG2Iamrpg@tQt1rJP*%v8;B8I9M6k1L(|SkPK*N;TXG; zx}H6IR$7bGaZVJNjPNHlsyTT+2}GnKX^*K$24~N9-|GF0#%8}XuOByn7N}e+!{~)r z4jbNw$Rs9LTBA`Kc(YAauQCILW3ar@S_5^iHo8s-;oOrj0Xml~n(_O7#IyUEi>i%n z5<(m1qB0bFr=6}p-#y<$>QrE(pEFf*bXkCj;M_;_L}SeG8p+CoNT9W$PKlMXt|8=p zD@M&|7=f@`2#*l@C0Delu4BKT_fiu=_h&Li91Rz;pX`38hkofSvd+_{hlBtYrY3q- zaVl9po|s}`XAeQbdh}0uRJ#@u#OsXIS70L`^E;4Xo5VS`96j*jzp_;ZV>CzCxZ_SdK=DpDA-DoKi(q$q)A;( zXpeV4)WiU9H_|4}MQ=<-4&WQTpVDj~pEFwv@Nx|b6F7p9wg5jVsvHhI!Jx@Fk*Wb* z9_6`(Dn6wgo@P&7U1hD@i&E76_{TRhlEJx7N9}5MD>covbmgs@S%jH9q8yrLE4|ly zm!lI&&^hBHlYFD%L^~n$_#i+j8InsRA}B${g;o$Erarnb?Y2NQa01&(mxhKLBVVey zKsA>6GT^dCtF>2s(DlsSEa6RoA2_+2s-lXsjQG!}tm9AjP(1xM!>gGLSU_WX8B!WR zmlTsJtO>vs@=WjzjzO;$J^cxGpJ!bkeh9K&gmt6#^ zLg>V0q2Es1HHI{bwoRS+I0y5GQ;LztHP)jNu^vGN!dN5BPp-`%Xd@&cQUbYVmvPEn z?UP%nPd>0Ck3W(hXXx{;_`puUqyRqivDRe12YKjqJfqi)H7UhD%xKgjP~c)(Y*cw^ zAPcP$WldV_K@3KfMUlu8RjQQRNyp#RVQ@j#X!Jr?Lje(mgH ziIK^1=ty4xiK-)0REyVmwD;Tc+05ti??`_LDnQggr3&=)yZQ~)YG|>5(Y2riR5QmN8m?=!+`i>^H$JZzalV@(4abgPgvc+ib| zRcv|vN<^!xyj(~Zm5lh6jTUA~)5Gsaib=*LDOC_c?Q=`_H;458bogxDv(I0-eRghb zNm2p!S%BMhO?f@q((7E3aEi_KHn26UshTm2G(@?~0hwc4;NWnEVCYFKkzFHRD(8y(`z^;(*I?3HAU=* z>CJ?zQ~rF=35*6xV5FwcudHUBYCs^JztP%V0ZV zFM@&(@d1SlR_Rk+3X%eeavfBW=&L(F;6!Fjv%^26%T-XPrZY!wVJbohl;(SQ#ge_z zyQ{O3PjBjDUfR>CYc-GuCZs64CB{PznY;^pb|hbrlWL?}SGscdAOxc}tC-w$mj-Q> z2rHGcv;~vhY`2x+;8lfo)2~ z)l@&qta_mnf@p-w3|^gPu#uiIig~gh{Nlo0g}mNM)XMsD<4aoO zw!9cI_P7EZ881zkh|B{?okLOTs4^eV130{$K2Q2ZaRqCxo%i?6bv6F~TL-58kE!Pi z^QSMJ`rzb$bK?I#aptMh$6q}5XOI5sk-ty;zkKM|5B~Fm&Vg@D9&&fz=|ih2?H)A) zUSY|2((h$CqBW|>edubz{e*TI(o%vSJ67lWLT7_^+f9(kf~j3uqOQ|fruI#cp};N4 z1{rTcjj7Bgxzy2)4KP<$#{e{}=Gsyw(ij(&KeorLI1Owm^`Y2QOj@Q8#zyej7En}G zAuf-yW)>Q((V(0pW zFQgx8cQ5s!&wQ2Hm^RPsH{hT06v-*Q`0!$o@Ag6aW3Ol)E_syj9YsoE2`R<4N8cl! zXuwaAKBFFpZI>(M^k?mDocPuLDI-H}_H?}hF-#qP1P~RhDw^`BOH1nlc~Z<%jbv+G zK|U5bFrhs0Kt{ZM_PX?EaJ7-MkWF!9XQ0?WSr8CN5`k2zUX5O7ocowQ)pCs{Pu~-? zgyel|uslE&HczmlFd*UeSI-YWKJIs zxiFvaey)EE0g|(YPm+)j#ziRpKxjkUuQ!V4!^!RY)eyNh|aD2K}SJKqwbpGb@S~%o6>{JXsjQ7$&uj zYpZ&xA$Q#Hg-0h2ec(>0JHt&YWQM*MyEwD~#EkPw7Q>X+R1mk=_BC5%HYvz3CoFY5 zZlLM>s9{PB1lnHTa40v3jFz2#Hie1iQ(R{3h8Dit>>nna(xo_qbQ^M8&KTi!>d@m=R0)N;xiWIsNF^0rTNxu&?(IfpZmm zZ#GB|nCq*CEj_WK7Y`}2Gb$K+v460z7!1zWDwq~mc%Zzxz+D2`iXfA#i}XjG1Vsr` z*^m%X<=WFWuHri+t>q*G%0n;9iVn=KG*ja;dR!w9*`;P@)Pr8{AK;M1mb_&0MWw1Q z>S!*44NbD5dHyV;~=lW3>Do=G=j00=0LgVg~tNj7kckiMV5)BBxkb9Ex?Ji zAEvS^LhvoyY81ftdJi$oZQ|&VZK$mpAb(&2EoI82 zsbb-vUaDtRKtLFaNpgHliBhM~Dd*`ywbVCqh?%l!CuzxQrxTR0#+ah%qm#Ywk{Bp3 zrcKi;Nfr;G9HG2{@DN)eBm@e{NH?G73W%oR=#Qk%7|NOCEK6>xS-#q-k94;Oz9$YxkoILs; z@yTx7FXCMA)?YA?VkB?Sg~i(Oma%(26?r2Q7^a;r>{pgeB%W?)GXv6=R1+`}?n#uUMnF&`O z?;+8Po_@OfS|9Dlt4!w82C4}Rgqi_vAZ{T(vFNpvIRSA&N4q3~DxlHQz>qwbYH zQjY;s@lpZ_^vPs<_1MDC<8(#j3)mwJ>pqP3P$~$3vw>M&iKIL)HstD>H6N`)tx+6m zJ<*7mU2ZIlZh8aBBd)3&s9BPym);gj!(!UWzuS+B{U1NG*djM=cMToCfLUr1!vQd7 zPNFJdZoOQ=W2%AMfh4l*2WDHz!ILpAz<+%5e34I!G?#nQ!dN^#9Y?}fQ%AMrxynj&Z+FFPpeX37=; z)ufH}{K*lvI()7BULVQGj~VlY&+9SQoER1|$?n9GHAgQ<`Vi_?g?0;{G$HD1jG4}wlgKEKg|+;ey1*OROw(S{rwron`BgSH-hhiqF_bk8Z5 z9%$@q_gnpE^^{sk`j*y7I3Ia$FoOzZA2^2+K^udM15&#s%4c(Hl;82U-j&P=zc#j`+-|C|w`5p%8IZHi!fzDjwG|4SG!dmT+b|a96vo;KYBNISV z%QW_g>VOs^lfW5I_zK9#?19fH_HKnJ3Zyp?UsqI&vyN{5-`xlOADLR*WIpZ~7Bxfw zDv0mkfB`Dzv;fCOeoI7~T^hQe07p#Pm{qClk!hybrr1WZ8%#Oj#hHa0PijVX^6ZVJ zkOH2*tzsncGj5vp{r&cOYF!A~O513Ij2XGze@1(tSItQYT?Y^phK-aB)doCos8wPd zZpb?vRLCgimK6t&EJO1WB&Q$j<)GYY#EP3oP7^b9b+eI&CYY=eU6=YKZFhgV|5=xN zIW#{&IztT}s14Pk%izA)4{OvG=n)2Y7T)y5MHR+=sKw}nbZeR~M6tnh_V2c&(AahAP&rxz!k{H{CG{|vYqQen>| znhyXA!5mZp$EvhC^!&6v&;}I)*z-6YpsAfPb#~@dia~oXr*dSg3OiG$FUXoSHPy16 z{;-`tvCY@I7y4&3^U@1OY=kND{SxqN0$A(}#2RG5Sd|npT&NCd?yA};tw(kMkEvda zTY5=}NwUD{iK<`e!9Ebx8bj6 zxbA{J7eQ^qo=P6isfmbVjV^aeRAen|N&#V&)}B&yeZA9MZGNb1DFiE09!eDGuh6zMIxOk&;PN_1gWi9q`cjaG+2nLuJ&PS0Z zUKa^QFnEXhYldR-q_H0<#8ouP%rIm-DYtL#M;_8#7Db zcCy}!@ydh-Rw%}A`b})Cg$UCl7)EH$g8X4F)|&p;;Eme28?7K7G#>kt3yi7v zuMGJ$#(z`Hu`L*6<@SKz^v!eYR{gU3?LJzBZ{x}(i^(wkK1zg(4D(ep%&HAE9sUJ!?Sk3yS;&CcSuId7*d;(aAoTFvVk#9nOEYH7 z`#F=iZ|VIczECG=e#p#a-UTopeRQmU78N1}d8MW8E2;Jh#NQY$heL$QI)6hz50yfI zG3dipp%YZ*X2|D}SxiQ2GFRdb?dM399U7wj;-=}4vnfZ=c4I2+W9+W7R$uF*e5lx} zOx75$w+^KQN-43ti4x37fFEGs0CQYMUA=_z!0lzfQ>2wQaoIU?USrUE^d#S0oQx!DI2Yj_CtT`^=@IhgmwJ&7LnIA`M=@gWI-oC zRYE{j&RV$6PjH~%{SD$~llx|WCeLLp-`#9?gcX(cjZ*D_ReyYb-0a=%yZx6mvz=x3 zZV5#zvNpUR5r7fSSvW_@SVdHGqzoS+c=IN#OB8W#UTb!W`aMht>U^C0D^i#ga5nBX zJLb&Ph)$c<{XE#s->~@DnBAyRo;Ul*913lpK=FG_Q7q+h1r!L1#|1z3@-Om^?8Do7j+8#lrb{M*#ic*p(}@z z9v7alg|u@F>uuSulqm7kyf8t0uvt@EuTdWZH;78;I<(^~=3S&zRfbu!uHHpf#{O06*5R78R z^i25F<5nOp+_t!%^FVNlnTKb!I9bJ55YjK`gyAWZ--hKDYB?H0E0oa~j0mAp;h=M- z=FsTipvv30Bn@9P3Un?8bAM9WDq*N~cp1pvv)I@B=pIU`_jwZ|((elLQs_EN5k%sc(o*Qa2Dqr&p5DU8y$Rj3z)6!j6XP7z(I%X$oLjBaXKUg>rx#C)zJr2V zZqE#U(OvALmbl80DrV);%Tx_`c8eZy;y@yPAYq^sLCmptXqBa}#&{wU2da6~I>nN^ zPRy?ce(WvcHLiyo(rO}&ZgIxQ>rF-IBx`cGzN_Q^Zyh-Em8sK(+0*W+<&#?{{>oE- z_xL|M_OFiq$&r6^Bwx(AxRoHan_i*veKsPc5m zR!ZiY5lTgc!QE~F?10`0o}ZLqILKx1#>?1^Gf|1S%8)leWGYT_Theu_LWE~>=&H6; zcfCsH-`yYYUsN5mNgsRFN2epEFO>=$K_#Y^)^O0(b(%OCd&7;Ks-#(S_&UUYi}O;+ zR<~xnY8FTPdh*kAcx9PBj`no0KH!Vd$R5d>&i0Yq6M*iQ%)HcSRsu}|ave!QCI@mN z__?t?zSK?7WEAcAL8DEW&;w%(A}x@Vus{vw6t5Tdx;?Y7-{6<;fS_(5t3k zA%|QrxH@#l8!CyB`B`_m|4n@)oH2QOAf_}H(hBQE!UjV!k$Mag#z8ft$C3zvXg*_Q z{NgRYAyg9kTc9WRE*H(!4}OBEH;(8t1Gl)0l@0p-HraMQ;SVrK!WQ*-5`$YWW&HFV#!cA zAOr`bM4gNs?NWqpRPdQnDH65B)T=-#xJ>CiGSi1&Vup=>I5?Qcp4i*c z^$MD`(MP>crE|Znr`<(%tQrIOLzj|iZ?IY$j26^z)j_wH?q{!>S*=OENKD1hF|NHA z1AN3{?7|DqtlXqnBr`d5j%z>0ARr$%&k3tcH|!(%C%_qG|I{DI^F;LopfNp2oW*!% z%ryZGZnR(_>!qkHGFX`*niJ~p{EB*nVp{zyI_F9gj(4YRD?(YBk+O}|DP;UM1E{dr zol^F!^a{*PvZ~coHl+ZBr#qLf>X2%S<@l)YZL(~FTvSLKRP%=e_L%(d1?yU zgh#axBg>xy%12Y+Ch^z^A*t=bYmxjU8y_{g-CPK9a5|%sn?KhyGzjih5m^yubODwTf$o2;c(a9SJCd_}1+WO@yTC(?2FoNX zc&8c7kJ})I(!y`sJcPBOo0<8hx$q%Y76Dy-ML@v#hDVAY242 z*={%z4YH#t`9o4m!Jq7nD*_Msmm?G{Z!AnW&$*}~KSWKJk~2w$L*+`pHnlh>_SQVC zTaDc+aCk7;k}h)v6iQE>g_Z`CqqryahOOJUl(D&SwQcex2755!Bkwdtx{FI28Pa{m zxEPE99jtkzh~8$8PWP*<%I6r%x6N4Km;%#+pk5W+G&OjN3!aD%A%Id3Ld4ZW*Uebb zi*hGne#_Vw)0#F|b&5oX53~_PzO?W)l>ocE(z-w4xN}pLF|Mq5b@!~jF^y}=3zqrQ zJUJMoHmxu^e2TeuZfcF$nd_r8_!_U{C1ZB#HuZ>#c*Kr0cs8JmhZ=y8-lZK5P9;*Q z-fhHlxuE6>S`a!JsS8e?LfL6v4J1hqLQ&Nus&GgL<=tn+2&6vr=tufxCiY8=#5W^} z;{e)za=HN>&Ui(L+XAjcKmmj{oS~Rkzn+>EaH777T$Bk-`24ojdWSw_V$$Nv^OqK0 z+1=Ep76l`!?yvpSgyC;n0eI*`Nld&N<{JhEJ_fKg*8phe_4yh2pkyNgK150>IQi^i zx{k5O&?VqUks0uY`A;*+CjCAnveg8NyBqXa6rzHxNvx``o=rdvXlMt&m-zqb1HXIV z%>2}S>i>V^)c;-uOIrm2Y-i;{3-s^z1K(d?e1$V zTvLp&tF-`pIsphAC(H{v6TlJR4Gus)16Zga6?`d*s0GTAhaqnjXIA|WDe%s%u!sOY zq4@{*v0_>-zC3qXtxofi{bA;YdWFiM@UhG7EnnT{t$qT(Ia0_*omU3A1dBw zy*G+4n^7;gvO#|cub{1-BNe($VjS~=+GG(iuiGkY_uJi{=`WBT=3QJ%-vzp7bzloI z?N$=g;5S8dV}%VW!ovE6G+_Q++=j-)yn!od(%tuk-uhD=_5F4_)+K#M8R53mm)Y)q zr+*U*{RM`2*bK1&Z3(T=z=9jDBsxID*I}%L&J46>g|jCr#d8n*RS~R*w1iU^G%#bF zjW#;XxG6vs113m_vBg8QiVN#e02eU;v6nA3X=U_Ro@n-Y*mE%MK)kcIG<_-R2y9_` zc5{Oq%I3=E>TAvLRgMog?_tP_{%ZeiIfY&;JbF6W%mFe~6`}tr2{orn9L%{BLNFVF zISS)CeMCEtF*%HIIg-)>W5g;C3L3i_=D1Us!#yH<6_Q>9BImD?b~bO{Vu&QA%*)U4 z(55vHDH^1Yg@I5nU# z@J^QRB4pEd)h39rd>4P%maieVS380}#fG+g+X{G$ywty5SiD^*wBOT*vg^b#BzcIX zS44UQtr38dWF%udfUei&lnzRI6D+lh|MbuNMS`BN>8};9t+np2M4>Rgp+C=0PdD$j&o!H!rL}W@aIU#FttWJ;eMhv)QCyWvS?kNql~%h&^6-L4Z2-d8 zznNZ!e~PvfJc+kh+ov-7*AImi3Q%VaAzBV9qPjYGB-FqHXmJ3Q(QCT%+BS|g8DkmL z41Nq77o6v=7W4%Bmag!6J^+`M==IUtyPh4IgHQsk%$z?QLNozGEQZ^}!Q_^isfu5> zH30s$zY#4%6EBvB6IjgCr}gkorEG62nDX$q`Y7UE;o+0cU7`G~3bC6Fx(3fzQrk4^ zS};=hglLU0kj(3-ZFFVDr)DqGJfG^Rq1}ZgeKU1njM^lP{xudHb-47vr~v1yMC3T5 zs?UORFb!a&iPd1CtyRHKmrFDw?sQ;`GNwPArRS6&h#cVrP4(Yklt&rmra3a`ujCIQ zSU`gbqYMP5>7cko*g|CHR-Lf4^C&MiP1SDCXW^a?iAK|u_S(szJajA!deKd*Gwb zx%*}xIlp-j83{EstT_mHgTo*QBRH+m1K`1a&EOn#{!nOwfX_Ja^h43jp_m=;^rbGf zZ=|8dM@Ngr+(Eiis7a-~p|-=8%8f^ARuB7EsE|^#nlo(6exn4bAvgvP5indiC|3}Q zL}Hb3#`FRrJmX}tC<)$8awIya)GQGgo{7jH#x2VPPo7Dc7{rfcOiZT4&_>vF!fxA; z8rPIfWM)!#`iqo@Q3n(?p+q%+GB5~#8XhY!j|n{-OA~;vRrTo;hm{0;ihJvR%aTrw z;@r&}Cao}-NnL4V@HVX?9Vt^4+S=wQk zBMYbP_4bH<6N&$yIp7{RGd1;Y;a5)o@#(LhYM*@n#L825j{oAZ|Lo{LJNmgJKY94r zp?41c2M7KMACo`bSNh9^#R_RxLkUr`$tp>63JN4*TD&s07AQo$UJq$j1XNuPOl4&M z$nu99PPRpZY3;-5FVUVsO6&6m1WtwD#&YrqVmLk(y7Kq(#yGPZjzTQW8?gCH!f_ZAp9BD&NZ8#G-wc%f< zlEH2PS_iicbvm5hd}3%hh*!uLlPbnc*Q*sEKxrH*OrjWUC8agtd(UNi6MQ`SZvf~FT-rIUD!{U+9&gH&1;MEv!_D zVc648U)YWSrRxXrx7!hCuc1r{k>a7bhZHvyDeNM7KQ69*Evhx}`l(%nwRh-1Hr=2^ zC9sw2Ofeq5)QJhc0lJ7KyV-&PUnPzQO=^IDCPKUJv}*6k{dJ=#0x(iTWN}JVrZ9#? z*>Zp6XDi-t^Ju4gt&bd>xEcwwuUoGXN5)EZH;u(5h7%3!z^rbH(0!!wM z7Ho}#GvaNCcp4+!!Ddf#G^I|2Ihy4TiBzX*GDL?lZ%^b{y3+Tj7H1KyPf(xa#450( z)u72FC02$H0#74?z?4e3A5~EAD%(3iwHb+toySes#nx)We*%>9PLS;^qbBX2-nFzkMU+EXGTrQR@J8m+_|}bW*I^jfMgnp4Ah9ILw}x*zsYo%7!YzWlC9Sw#`Tu^7;L zo!GPt#{&@z0RX%Xk|2qQW_(U@1dHKbDb5HLX>kFZAjnu_KE-haeskHUjL-N%CJ7zu zHXfbvh(Uu49KzUPCRgx*X|VU@mX<&<_=&NY+>*0`{$p-QdMj>i`*j|BqdxlRXdl(O zyI?2Zwe;viXt(LE00sh!h9(#Y zP!U^EZkZVHBG^J+!KVwL)cwxp6tRc~cpN0fT6Znrqav`PO33OwLH7noWXTymT-G|> zxjxc%S2#=)b4+@I;2b=36p+40JpxoL#AC?3<2{2~iGy+}bC_zZs5(S10_4C^V%U2* zM049db8Z?K4(B!HGj%I78kzI1-T$eA$Rj5-{YXEP%(Q(g0?3Y+M>8IQfIu3^($}DB zhV(-D0Ghw+QnW(#3x;(?uwlq*GqE|X>2Ov_(7vm9r@Xwa4NDHgvwigH+)QS~tvg{o zzz!k7%?SeGsoste9d(p*IZ;Z{+^myihl?7%`b7D?39=rPk4IHQx|KfqbCQ@$3O-dA zaWN%Hk?MKw zE}K2hwawO+m>)4h@Y84-9)0VqlxU`YRL?^{__oIX|H^?gU!D4L;l}BI`_w-=_2S9R z6Tkb^KRW)ekDoo}9DVD^yN7@2&~G06jRU`;qW>TA|2;a>|4>r9R}0-$GbM;P1az4J zFh*{X{aVI(2(gyH&MAb#+ek!W){25_wk}=FXg0jn$|8=fOBa~$qBmF%EFVaP(8;mBnfy;DeulRW!<0cKjf7hCOfcX zqA_eo9r|w;sK){=Qx0X7(nExn3n<4%wT@KVAbo-Bkk%Im@)ja#2f5`B8Hu~X;KW=U`JE(V}w8Wg`frEW6*U0gHrMG555=v;CmZBzkrw( zJ;AoWW_0XEOLp(H7Vw{v2atNOdVo|WmK<+wsK55>{redHIlKh3?pgE!jsiqCq71D( z=LUxXkd^?LS>&Ndfz^PeOOfTFGXP+A;M>nRN%=}WZmTP)0y)MG+0nBZONsL zvW$?9NLJXyzB8QKr1}$6jJAIV$X73cbXJ@sK3&t3RB}^39Ie`K~qvc8K6RjI1 zmj)F;*zT2;7S7c`U1@md;U&eL?2PS4YGg^>azJ#PO(<|E56*MetkRfSO?!5_oBa;G zHu&*ZjUVq+f|^So6f?>2@JPr~lGU>+FuUPcQI-#?q6|cmrwRH*0vb(@az(uMtL#se zXEnIvPuG8kyiY%e>_Gh(IzvRR$QS+`jXkFOsk+T?zua%*(cCR`j~lZa(Eja6k%E!3 zq6LRtCmTyV<3f@KQH)a!L|5XS=0<0e8CD|)QNs}L%9 zlBhn+!->mZXg|+HIXH)l58l&aa@W? z5P_i5)F=xh(p-#XH!V_{>?GYr*+nQxpWMP5M3os@?!gbYe*wzj55R*lVbCh5KL|Aw zpb%x-a8?tb0NDh8LBY+dPzXRI$uGM)Nr~Ob&)UoH+g0%%LbQ*#GTrJIcmN^f`1JMc$zSCPPT06kjU3eTz>E89g0pwgEY*BU5Bh>EY9)-#^0D`=;+k=8X#2N3=LL?Gz~GQn3``}%5s)vOBh zn*Eq8FU^nSt%YB$Le?HSXLds5R1l`5))CnlDTtYGBB(+PBWEw|wwn)j_m;7-Fez`S zYpJ9=jkcQ)w!LKavF^n_a(Zv`l9NguYd8u(30ZLz@RFr*ryc=kBO-T!tUyi>R?_O} zyTT4?7RKG?3LH(6?uF%HcTb-B>B`|TYeZdFxi~^Hkzd>DLl9}+J+t`ISvW+FenGEo z;WC8=4I-4Ph-w5vpe53-uxpYXYQVA?v$mHuBV2$ERbF}Gcg`)GL%yfE?r*LvcRK5B z5NL)2;(pX_tw!fS1ukzk&NW-psoY9hH30akJkf=-@S2^Lk>v8u~90 z(&Qd44n{z7G6GQbQSSg^6fg^wyp6r}a6O`y-(2q$oe5XwP6i=wb~{{N1OMrjt5@AI zCC|afbp0Rv|5v7dy6~4z|8J+ia_Y~V{Ofc8JoD7Ij{n@TUpo3vj(+yYmk-}Q^zh(+ z`=_@D;L*XY0&DbXCTG!@I@fdHI|X%ts5-ew7qV!0&TAIk83;cMkz_D#jiy9)H0yJ$ zJuJRS8DOk`K3M1zhf;&X2d5-3pC(-rMf^TL{(@;8sxQtOx6AD*?m}$=?R6{0eQh}M4KrN1!vE8e`*UU zzXhK5f{`Swl)RAt5yK0%yG(DpRYxWTSsYrh{i@?uYLPBV7PS>2r-^MzLTV|4NLS51 z3}UBhBoTsi&j5YcNjSKBW$UEwY~0x9 zkeNh(Mqqc6#r7oj!sPcQp1mtsDV7IElO*?5j4MCuu56(S_z@E|YqnMhZ89Cg;L73H z6=#i_qznc50GBQks2}2NhyM-g1{B|==~Qu#54ca#zVX>sd$rXrUb;Bp+xExnC=_;_ptVpxuX;u1pIdKF_| zmSj7gH9nwcY8gBN+|idn`V?%6Nwufw{UU+&i3Wm|-eUhL+ z*AI_iw_}iHrH25u)AE{JGwpw{%K78={jFn$ac5pnL&)n7pwJcOW0oBODa)1iyE?pO z9v(N8T;KsY5opxJ#n zlk$V%?zKvt`AUwC+{yI%)?vU-Jo@v-;PJX^v6L7{bFuQIOPfb`0E0m=9@4WBhJmhH zvHjKNPc54SP(m)aRzS`WW9g_^@ph|_TXd$N`v(l6fNVm9kpdhJ*4-%wgRO38BmZuR($2H4~kwH}KgAT8g z`mtTdXPZPDs}U_nwE0ZFM{?7^wn(o6=i9i)#8tc0|HN?o7*{Q>MYL1V(GD4_GR1_n z(iRReH0WQCJaDC~xe!S!-Ow9tAN?~O36o_qZ&uDgv+_54_WQ zS6Mwd!?m9w==e@@2eC!2i$js%oLM*DC1M6fSu-UpR79$QkLOh;Z_XfaKs=$(tHQ&= z8Lq^f=I*st?%~=?B?m(^z`*Z|5+e3Qu09}4N)Y}^1Q823D1GQ`nm|Ur)&Gd~4`Am@ zCjAF6sS`rcgdY2vF*swBb6jYq9@eFsSC}{{Pm2GoPDk7Jl~hFP-{ZCx7R}uRZlIpR$iXJoZTBJXwvfaV!j==peE^S6vjQ=l_(wQKkm5IL94?@4$(ECzgn~x;EB1|RMmj8D zfrGe)fYS3a(~JpAgS$YXzLNy&o&|z{%NiK7nv3#=y|4@RZQ0Z_sQ}T*Y?~u1N zy9XnRq^NmBIcwGK$eIrcUQD7X#Q>22+=lddXA42RyR;wrw1E$(Tv})zBJ;CudFxpcGt-6cnFQYhaYN9+8*=JGR?^^1^dqWYG_sPo zE+HJ`R|INk4vA9Vy48Pe{4F%#--}+H{V|eao z%yWCRRFf1#eS_4JoOx0KAtzW38Bhb5XIQD_o;xFuvrkW+(Zbo`*{fTh!>i`m6K0Wm zIV!vKDYHF$Sy5FaCBXp z3E!_G1_ACD&O1DfkPc{6ZOG+8!4J_5trS%|e{Aw^fKz6(H$T)>I58G)a+&~!Q9syb zDQ^31fje~=?)YUj&Z#2i+;$dnHg0rzoA-5|ZnGb{yT0AY8sorwbbe+{hrfje z-gTU4IxN+nFhF@31~N1%q)UisRv@v^9+5JjIk(yXVmAu6lg|_mADB0ywYB!c6{LnZ z3wAg4slS}H{T!63TAiR-2DCQWYL>tC^weS-*Tyq;rV-TZV0TD0)P(E5LM_Fw61KJ0p`nFXA07YoiLe(G+a|kA^lhu0{s#d36iN4ZRj4YLZMD7 zFSwfVq9p{HIA@oeE#7<@N{Khln;qwIs9{n+6RB04?Mx2N2RTE zxcbi$5*LgXu1k+!oxoSRR5-0jUs1NHGTAcAjVk%|(va7tJ=jbzJX5>~K79FVmRJ8m!VI;v zg{awk*!1V;wM_>%i~tm+27D_i07+ArY6PXhAp{47q}vdrT_mu?U6s6>SXXeuDqOL~MI z6QeHzUO=Q!VXv^UnSRB)#dN2~dfMux#-51{WKkFjKS3U^WF-st`Mt=BNRRvhpOJ=ScOHE5LBo}z)-;%h1?aJGa#4b)JbiYk^}>4 z8Os#FL0!_+-tHvn`=pM@UVNjqyw*nNY#mfdJKdSU;l=6NOR6DFAgs$1aK5W2NK*XC z6TnX68GAkAg$I4bURQsJwFz^I`iYRuau`;GHb z8C{~cOm(O$Ym^4&;&rJ}B_B!5Q0HMTy||g=4j-PQ61qf(*igbr-DzQ(+QDWg-5|Oy zVLsmd&K5dlA9HSe-o!sK&TtTc@}eDzSRlf~YB>B2`aK$OfL2vXr7Hu;8Pi^qIchUU z>MY(6#Up^gI-9cF({)@zEps|b0#Dt_q=hnvEeIr3%NFUXxnk+FF)l&Cg8B?>IJN}8 z;viS${HWPAkU61UYD7DXF^vZp58kn6MWA(_G}>UM_Pi`JBiQCHq)V29Zq0l!oq|Uv zwvagsuCWmf8;$4JY&U@QKQ2jp=Y~?JWK~i$s}d17u%nh1=ij6Y6)-Ty-WOy;TdmCW ze3)CqC5#f8^J|Ns8aJi&F*oATttLCg2b-j?)$g(D`o>yLc$iC}tjt1R92W ziz9O11Q>UESC4fZlq!&8LGe-D!CR9pyZ+3OeLK)W0CyZ&A?@4(M5YDwd3Itb`;p)vA(D z`ifg10c0}JhQ)4u2p%agU1_~P5tHW z#@3ghdcx$tXACBKU0zV5cNEz+d=XawvO*eZR~#f@IH&0qGDkF|{o-ATmnp1IC?*RY zj-EEqKN}HgVj>c3=IXlq6ytLB*8KIoZ!l@>;#`B(UtCFU&VL3s7ake8w?rElQGIVJ z>ZPo9#-jsUMYD@uFuMrS`Uqk|j7Ufz2Kxrkg4lyLxDHUY28NSyKhEhM>>^Rg+Sgr_ zTN;yX9I7Nc?3$;yo}XI$giW)QY#JwWVn-_YCCOYz94HX`3+1Z={sTox!jhdfjZ%qG zTSFZlQU?>B1-;OCA-moeJDHFjHi^=ZQG0>iNjXwIPr7St2dqebJLvlV#RF%aBmV!T zQ{9t)^~B#l@!V6j*0M}O|fZyeq_^p6kz;lUFJE{;n8bZ56-gAVYc0=YW%M?5Gv zz)0*g97#qJ!eWqVC3KOiX*hsbylQHIhEJuPS*5;Kye3Y<(mI_!;xjJ5&F-(}JgT<( z;kl*OJz;5H3++2=Ey9L7LA&ZruWumB84YASGA9st^luav{dS>kDyirOP=-TFoT`k# z(WSY(N@9-Yj%r*b(TW)Lj4GfFXMF~+Lc(!cpO%&lL~G~46*H7sPdG3)9oXo_FKGLX zE#$stKLSrQt7pltviGZmmgI-o09DpLiZ8ZRZPY{vO?E&fouwPP8Iw>dqujUicqW>x zok-90L=H{@#+GXcl}Gmm-EZ4J(0y+Uxi6bh!x+|ID=&f$*rlHkfy|$9ha$OQrlbTdd;_Kp}3%jM=6MYa}F@q z0prBh6P8HgPOKROJn%%KeUZ26`Qgg3rHRqUF{54c*LK{36U=JfoNpVrGu8nLx;M7Y z(~SxH!*iA%cHM`XuSUHCSXot!InZK(l~wSO<1+C#Ad++~8z0Ct{l~{&sfmfy2A*oZvjpc>`^bZ_b*wNg~iHrN# zQBAZh$J@|)IkBPH85_>>J^Hb&It>);x_QIQPvnW-I&CjVGc!Lpqnr(_QuH`L>e4;u zI4*-hk!)3(4DN}4mDtYQAZPbygcD301C$5C0I3He+o_ECP?}HeQFO{Y@wKv_9uv<5 z-Ah|F>@Yc&1S}SUo2}q@k=Tm~Wg|j6DDXhmy7ics1R=CHu*1f+7`DTi0M4*omEk%z>$R~}om#B;>_K1eL6i~$0mGBSbs0wu(G{Q2!@`-Y zxQIzMYEJp}Tk~&LG^kS^O(Jyhl2uZY^c-1PNnS(!+HR4Y+gvTaeA}IUMQy()4@;Lj zt1E!Yq+_0&DUyda=iIn*h|b*4fW&A-#2hb@sx%UT2V}pm0Lg$FGW8R`x_*R(kM}97fxuT4|I$v4p0{HhbEA zYD?{X?q|AghYq$n;-MIZ^hh7JllmKveq_s`&xsL6rq<|#dJO6Tv3pGQmzW+{95ZD# zh~ukh>XLLVXRV@La)2*L2Ve2c=3S`uRBWo+_ZJYNSnH6EW#~8k_Bxd@+F5TjiSQYuNIY1kR`vp6+NIjtHR&R()`rl zBU?zGPqHKCovo_Jv*htCEhHorf%NHyPH($Zsg9}1>8o|`Y)ykcgoDdUFevQ608kBm zN7BS5@~bRKq5ZKT^l_| znYAK3RR*rEUV*xoydHh8!5J@n#6r_0@&9KJ^bef*#?;Ri{@m$LPW`2m|H;XVCw~5^ zzjyo}A3t;Sw~rn^(l{I(`pXA@j}QIn`t#`Nt+x?#&S2sK7+I=5F&zL6G7ka8WFMDn1{9N3i4T-7j8-w4RfxtwtrJHi|7RDJ_H3R?t`t?PoPGu%8!zrNWK9XDm+A$N+!3ctc&@5 z_qnZkD9xt}ZDT`GB#dIx>cZd2OxCH}HHZ*UB0|zSs5e3czD*pUCU8EDL)eOoS7ygg zUOsMh?rbhe?r()|xg>5)CTummDm8nwzh*!M+h(oRp!6p$#c%{t1dd25Kp{yQGYD!8 zzXID^;G}D9@OXwHSPc5y4o|t0c`!+@WbGhmn8x=5$q==p>_yKh|rsvH+--a5O@(bzKIu!*Cc~u7+2S%^z-uN zjc5%gV2}9qKK`uyiXA`%W_hvm% z#YK53Gg|tHSN9IDAljfpwypVS7I?yLJJTf4P{mcQzR_x8#mnU#A`HOMsDORI33?B_!-@I zAj@coF?XlYnirAjnUJ1?p@1+24e`dzorhRGat;mO@48#B7ZzW7x6n3zE_!{a%dj7a zb0uH|wOO|zX{>=BDpQJZXc@op5a7?+pebr#L1j~<5P`=5Rkjbvc%>XlV1-7W>eI&6 ztZrQ?EZ!{?qH7vBM71B16bQ=L&^8&*~^GC+xESKCOW=*8E3Cd`XkJ(G{suZu>S)v%uN3`ld>^nwFx>?RFaJqmx^+Q;SVT z`fW2(=mV(7m*BIn2@_-t+{}YF3G%LL3@V&o`;|qpt%Np|DVRYS-aE}U1gn}=R!#W6 zOsk-20=zr;pEIzmY3)_fC`=Az@EjJ;0o*rzj!cWZc}a*mmuow{jqd8!McM&)8!wr+ zK`D;&9@o$%VS*I^{Zpqn575blF|&bWS?pb1iz80x4r2rMEp+Z_3rg3l{Sv&!FP}rw{zmfiqv4x?Xs2 z`nOK~(^Fp~{y%*D-yA=9^!JYZ??=4D%ZGmL;BWGg|6l*y%o6#3$nhx1I8et2SvN>Lf#kInwdkjU`0TA#+FHZ=G)?F2b8G9JXvGLj z3v8hRY{5=TZpqz|so3&~j&b@An^tNttCZ2i-=|!}x}(2>>Whb+fZ~r9M}A#N4u(vh zub9t4D>YkacA1_pze)KB$TY{WG9&}Xe=O=^f?>GH+Dpy~ttgZv$493#rcIx8_tmZM zP;aV1%4TBd3J9kfKxB%%iXV$g47nfNI>CR!B1{ut*~p+mK!-At(Q#mq=EpLaMPviO zuxX2)dLlbTXq);Q7Rdf3DCXdsdk6w+<6e{F9c8`xfSOTzOPmVgsYCE}XKHbd0aVNY z8g^7FLpg21SHzKC!#Sl%M&QQ6-s;&^n44$xmy3%Hs0pB9`hU558`wzB^v;j-{n?zA z<@I_`-re4lcO`jMVpmmHe~6Z~oEgq&BynamoYt&%Eo-Z*s>$9V*&{Z4X1H2eZeDPK zv-ZV6?tE}AfB~QH;Jv_sb9+H>xapR2N&?4+OAsW%*~#USIJdTgjT7L21dibZ`91GP zb#*tJ9L|thC&I2YLpE9OTkrcm@AL70{{K$fAw8{39dzlc2RS~qPGiCD-ak4$PHV9dAb_F z-4P;)Ol=Gzk7Av@)0B6=1EiS2tGtAvg4oNBvOgl*NFJlJ`?{8=oQll&9S^RI46t~1 z3_I*RKxL}~=lQCsnox?xD4>lTl%=h_K`#R0x@4U2DM_6bL_OkFq`V}hqh!XeDU$@e zJ?;?ciG9d`w1)RzLfVU>?Vv$8vw(8E9zRF=4Kp&OMy9O{i6=EO8E^)`mD#nPU&(?W zGei{H6PwNa7|1BpxZe6&uFI}a|HM*G0uKofh1gO-(N~1xxJ=UxoHT(;8?ll8G#esC zZfjRdzPgB7mNeSj3^#$0JTunsAblQ+poLSm2kRqYnW7hv!)bInN4J31|CFz`We~*n z-Z;ekvs`xSkSZfN^EsZD%x{G4NewG+6KUbiO9Az^7A)2zS+HS<;s;8^KXdb zO&7;pyWLSK9+|b`cWfi;39LF=<_~No;^+;oH&h_nM5(ep?9SiA3$Q<;GCP@NbZF~x z-qk~KaNG4zK$rxT5fhLJXLXHvYxV((V5{%uwoVu<1IjT8O$9EDJ;FpA2-PX!2c@x6 zScX#<`P$<6yBHEJF&kunczEo$VrQ<>CHjrERVF=s3zjH+_fN8UcwNS>WVX@(Gm-Ut z(+b4QwjhbdgRfAce;;U}Et0{-A*pOcPF%(E#R2k&%A*pYUDSxZLKx`xqgxbA-;7`l zcuPBb!1)aL?D4IOK0)N1=w{4XS%NLkoUY85frH!vyyLTAn^h$||j7z5B+4H(|X44)RHp(u8BAkrV}qRe@5UfSOz} z!mntGA~9boLRDYYC_$--soZ8J;$qAqPVy?khbr0}YnhqsQW@7N8%nE$W_GXXOqt_! z5Kzeqzh-Q>{0#nJEmwPKGneRAwI@MOHK4u#y6;h)Er$42)dnsVu%v_%Ak9I^Kr0~B znLb$pA*NwUnR`otr?LXEbF0e|<*Sw2e#=45FD_$;uEMq~)yy~WM~H%(?bVspRx27U zc*&|PKDbFdQYF;Cq75(`3DSO=H&E*$@}&_?xbcKq8FGWFFXDb~#)W?+T#tq4H~%IZ z3#xuw-?{)zfTZAe_HMUXii}$h%3A$y5qe60w?n;>wiNrlS^I~f55e!Y$Yvvh5tuLw zbR68gvL;38AymrW=<-5JSB_XRh*iVVXgR`0$P!>apr-(r$2Q0`5S&m05){Ms-CX^!V*oHbuhjLrR z2k!#Jc}nO4&3q!5X;k0@5fK$8(UXD!gy~W6Mt9z?5;tkF(9w_rCwrv@1Gcs#hPZ=4$uma_^g&(jyD@FG&BD+{l(8R@=8p`ctyn59pXo&)_ zNKyc2E`#AqZuN1qJz{lBxV%|MzI*$@ZK&MweJ`7t6bdj6H*nEmSz;H~$sJY-R2qnK zLv(wJgur82s?1DOrzi9R8)88odHlOsQ<(+RvGw)rjHKIBJs$>%a&>gNFFyE2u6FIM z-20!`K4mqee*h$>gQdhqdMMvjl6sMwvkp|9%hK~ASvL(?S2xK#KHp}&6_X1N?*QIf z8(*o%sE6wTt3F-KqujrPuXNvifWT66nZ6Nokf6P+mw>1}xCk-LOb^_^7f~7>R+?O@Ohp`)k^-EJw z!epnqxOLfAxjrVc&dhml=k0O!t7*3~iA-_CWHjtvf0XNU>)3-O&?>x&&>YqPh4Z*T z`3z2R*1v$>c?D%r{!~O)6jWoOr1CJ6Uj@q#s*!w?)F&za-)tr#-2Q`k6YL2=G}ys7 z8w`dQ;f=nCZs$P*oC7c74f7&g_zYoIrzj4nmFSkn{;;96tpE~|sp5a-o%aMULZYf4 z_zRFA%TC-MHP>72gG5m3RZ?+@wqT`twOpaJAkqS)C8ZQz327^?6dC}RKtBOum6>Nw zfKI~BEna`&>ikV8<4wLUI^D{=RaD}Ciy5I@Dr9dQy{mmfszlTW{#+d5|opwbjs#D^4aBGL?i`~)@< zaJ&l8Mn*_mHsV(=zLu}xP67OZI9ZZzYHOH!hjvR|1o*vLkJ$&T6SoGOPY|hO6BN9c zYcSOif$dX;Bfjla0D7uXX~HJiB15S@vR`UYYV)-9poT%?K4b;i_i6(U#k)44wkn~B zj{pB)>YP7a&VBam=`&YP|K(F}oP71fw~v4O*v}sQn@4`(@P$KvZ|Vj!yX}dxvs0j(F{5jS%z^_wx#1IpJBrQ9!y^sqrvQ%OYajtgs{v$6r&FWkTetlF#wSNXUt7XzUsW5`f?Z3W}KXB~iU_<}p|Do@!SHmt3Z0fL;0ncxCh;F|-78 zCau_x8Ik#m9>ejYD24nSr z0c|K1-<^Gc%+Qx=^g5?he&Ewd4T7D9hY(mAB_X&{>C;3YEKWdzR*Dz!P&UM$(Y#bl zk;wwc$i_J0s62j)uWB*mN#d-^L|sVdGA_r~kq6(zDSHA(^vpZPc`uO3B+-QwfUqWu z{wz%7TnaIiI^ZZ^!t`vG;YB)1HYkxwcj@yPfVPG&9}K>C{Ja{Zu8LADmY3JtTFXo{ zQ;IZj67_MK`K0g$&})-xx|7>9NsI~%pw%KdK=eCsH|VvOJhk*MM{H=H7St#Z(>!Oe zUiO990tG8N9Ijew2cc;LUk(80y6kgVj=NX3;9E#Afaf{_z8rgaX`Dh}>YpSQ%ATA7If8JL(l)JW_U{On7!QIlf%<<}s)(E%m}(Dt&4 zGs6%~>IfSKjVc+{I{&Hw7)EXZT8f|m;ya391T4o@5a*3knCn{_)(@$hL+ufDBN^bXlq@Wm-TF%Eb&z(@;a}l?Uxy zZFLY(#t{&?D%@!y*Bwqe?mB(db?QCEh)Qlb39HEhj7Qn?MA+<9f z9we|^RLOI9iYhh#-`A(6|7q@@=gytIa>hA*>D1MeZ=U$u$N%GFA07Qqj{NT7KRf*L zq0-dXA1w~=-sqvvvOq5L>1VW4Af3^XXwO!FpW@A9P^tohE(jA8(z?_>D-y`eAqz-O zM3aoF9F=i(HH6~ECjTX)o4Fg+4Y+F(PkrD8a&a?t+WOnc%)0(f9n;s-o`GjW#VcWU z1Vew>I@bFkX}g7#_Vb40sssT!L{^Z}!ZAbw3WgG_BrMDjua%+-y7uKHn?@3=Fn1>u zh~&UeMQUj5x_?}uuJL=n-ds{1OQZ{ol$vB1&cIitjdJ9EQ{T%VC)Ih7Zp(7-2~gm3 zIqMqGZcMF{#9PUwd|gEB6G~0Q{TdJ_QL%BMvndKV=KA0;V4iIhqnB3Mf8(-e)_0HT z6nV%_JHPvS?-N>b+fobw1cyaVsa zW{)+7=0WBIM6vEsO=Ask$Prwrhu$kq_$jX^>ym>}qKNvwmf9J>Z^~G3O1C40t+mt)q%r*iXSZo*;sB7-d zumD<)%d|S`bedn-eZQB}+F);+xUpOay%KzDB*Urr(me?@riej;zO+I4&;`~!L>?$7 zP}O~@_Kxe0W_&x|!`yoFn*^Ao#=~*C^u2HNtoOw*bS;2kjCn8F4^{x^W&Ym%TJJ1U zdLbP6hTK%C&Y`$Kmp&{Ta2s*y!*|NTj!S6jLG2HP_{IEX_(+y%%vQIH+&M!x%yl7I z?&L3p^>rGB(r908gh$))WHRuQ)g#pfW9NX`8_9poW79Wh^#el1)L906D7Bu+)#`{o#!fJ3{X;jHVU8W404UKdKS4F{@ zbEg)UW*Xdg18>ypY8;#q_dvaaaoxo z{+-OTqJpI5vWVIq)fnK2)flp(hKodav<*Uqu5l>mw#RRd+GUn&!)jIF}ZW*2Bh(iIzYT%E2t$U?+4DL)+2OV>OBezlkHzj?H65PR9 zOIstDoJP4JbX1LyNO#n)|4O(D(ZbpbmvE}&)IN+iIKsv{H1_-Y_eq<|YI`KF;|An) z(go28W%K#&YVRl>;Ts?WC>hE>Rpf}ENanr(RE%51rBSWWt?ohET8N>4ff4W(084Tx zueaJ8OY6zv8?V#Ygp+9kviw2CnNY~5vM`k8+XG5t<)4pQ~@_33~<7po}dpR}1m)>sm! zfpQT|LnPCLA`u)sv23*gb~i@JJJIUrc#LV@SpYj1lX_IelC3}K~kL_qMiFfhr4a+Z0U_&=2dwSc>sr2iDfSQl*Z|68o zDD<*>)UQ-9C5$<#RNY`f3RR`u84fg$igcLaWFq=16abmmkg1{RpPb$9r%2J{r)yOz zioS_#{kR03ih|Zdja6*W){dJAE)sE3iYaB_&WZ&x59b3~@0snvhIkDDNM;ac&9xZm z$8RN*B#cl&5VvM0NgHW7>o{$l?x8?)FUfVfPwFM7UA$y(`8kNkmDdP=U)M zJ$SQf_Gv1tJsYOuncz+9vT3*8`z*P`cCKTB24qJlFU1^v*TY`Zxk(B&1ejIDbc-M` z_>Wgxn-b-vS)shfd8d=!*>`?Ef1^c3UY+)B3rr6&_bPc}Nl6LLL6>}Yp5?cCpW#|! z58pEF(dEdan<9qd$QRY27!V6BA(YhswNUMEpx_Z)xOQ>w`t?O=-%=b`8a$N8LD$I& ztoC{Wn0PIrmx8sPUwHkkYghB<|O*rOy?IF0r=a5Irf3aN|%#&`J z9vTG;=KJFyr|wGc$4JglLYp%lHDG>^IwGDJC?>(J;e>{$u|VpsTDM>t@Kq6bP!lIs z8o7suJ+4Lc5k>mSYScfz+og)V>_1&1m&j;1A}aa=)pG50n~!$C(tC=2(GJNdN1t(= zOlZr5cb7_lq+wZaqJJ)G+Gau*jm>IZTGNs{2#9fjRWv;8bu6O&Ri~wRsM(rhkSU$Y zQj0;~v5(wqOOtt~0lUp+)=#!BNOqc|!Erb2{U!LYDdrqAC1O$;)b)zYEs;EH5tu$@ zodVU-Bq-6K0h3BW#rauNYzQUu%H2{BY>WPrsk57h7Z=||oq^r`>5ShzG)Dzi%v$EG z^%|Sxwce-cG-Sg*V=kQ%t5gKh=%A}9KuhT~Oo#)CnCQ`?7#_MwMl{nj(-@IzrgH-d z40yIpKsURsj};VCx{@g@}ltoknjxqb~}H;3{0%z|&Vc_ep?_VMg_L)C*T5 znrZM8vp8Qv;<()(?|mv)dpDPp<{nYTr6pPTfsoxpn~1BN{B(skNydn81O;IpDqULX zKpC=5pB#6alb;i&bkfccI1)J`0GPkr5e%F-LFS{Q17y(h8-*;10N$#s88v0~1E@T(~I8qxk`wwOi?ZlBq&{^P0JuKtH=^#1@^%<9;dzB^qu5 zJW#B)=hJ%v0g8K3askTagk=D8B{d>Bw}O(7=~!GJZ;iVsM2QdMV^7-cnS-q}1m@-y zqs8-0?9?>Rhm9IGH0_m`8(I!Sd+QUuAGSc{8IzCD{4BUhKCu+8p}*iXm*-74$@r~aFhzjNaMIuRT%9osm1 z|Hv;N{`o_{KJ}fCFOuK(Nt8DOy2Dn91?;^_8~`SXWNRoq0MKJl@4|NuAdQ3@wThQf zy3kyYAWqYM@*uU-&cn`dUPyVVXR1#CztgOhESYqOP!WetWrLrz0rA7z?2#;2WX7Ok z!a)M3?arUP+h<=^jj@ozBd3Q{MoL=A|uCkxkMSU3(JLrQig?DeF#JY|NA5utf zgm<~STIr@Y=pYGGQ zbFD=CO+`V{_>doCzyOK_I2d$_gMFucsZ8T4Wv=Q1D0|rbDdBOUE^swKSWdPMTB>Y8 zUcO1pB#!YH&*kZu8& z1o2H^k<{q{^#S;=ngG{w6OFGlw%6u_nC!4Gc?&VOWIY=yJVIIUUiO!ys3FO$PVg}^ z2S7g6{i$9dSE~&`GgXv06Y`O$l}NWt2wW7wZ}OILwNWAi5K-A(@VvqZXhsLU_CDH+ zkI_l1+1s}w$+LE>@4nZY!E?YzzGa*w(2uC!(0WJbAwdooC;Jnk;+PBu&4&SSeP5>V z>adgaDz9UB0=D9rSvPU~$G@zD)S>RBN$!L3cQRC2K=!@DH&U>lxJ_#PGJX?m&0~!U z)^YlB?}c3LYlDhBWbLpVv4Ef*Nm>H>!xS6_hQj(i8SWgZD5p;oa7d$L+X;uk{?D%9N_BW(leCQO|0K1gsP^1GH{KUv$UH zb$A|PYMG_dg72Y9qFg}uArk;Wl4*Uo0q@nZ4*n!mW1o$c_`D_ zkrt53vEi1KoIg#%#21(nz&}X!#b7183ZTupI#jQcWw9??0twlYx{UIJ+n5yj44r`8 znWnHayg&U(h@fWgOFD+J$1^Fza#59XA4<0prz2SvO0gh{D^V$~G~hxeh5?3PyduLr zG8eCkNEKJ6G(jBLQuAc%3t3F!(1RVMy4*=^Gc&!P7=p(%%B6Y$*o0^n93re^z}6wx z0eb-7j7z(xUtk}*>|?v^D%+&X9}l;ccRPFh_8rgOo4w~qF>v-SSo2BNw;aMf3tE)* z0cnUNG09*mJ9SiiDbo5e5aJA{SO&9qV9UY-(~Xz~>QyQeci!v0XQyjH#;VW+3gZpG zs8W@rE?HeJc=BMdxx)#Gq(S5t7Yf;#sU3K5U>Ba1PD=UTZ5Zag3G`^>sGkAVzLtq=^{P?Vth!E0?89}MiKwmi|nP2hQU4XqWHp8VgD%;|nj@G6gZkz4dVghcb zzrsFsxCq58{m~X5V`aLVy)ROVqVvq!i*hWQy;RGw``iTpp{YwKvG6)_*_^2$3e#jW z4wq=(>RB$*aH4n#t>~$&YDr z14}C?SFvP+_S{XtqhFY=y$5h*)nq}KAzljr{ze0Oc=7{~sZ)Cpvl+w7h}y3o0QpE( zR+>wM&`{#yw%=KA!iYIa_Nib4i*wh>qEVvB`}U|(a$MufBUk!P>n%Ug4)2ihNFPjN zt$i@GGt?sn+@GfVkk2>d!4A1gzvO0Qd=-G3-zV|^C#L@MsdGOzJ)b*&=3kvTbviit z{gb&9hmXH@?DI!|_Q>xX{*%LJ_`v@s{@JSb=82R)N0uO5)KR2I*DU=8#K#`Z)5T(i z#dKNQumUkgk@&Jy9h1YFO8{>JiU$och+Sx0;T{C~3L4p*=vO+cG&3#ACmZaAWy$yK zbMjya2LuWvv_oU@2Vqs18JRi)%Q7-S^xKhb`*XAE1GbDs(245IH70-So-EvZz|`$YR+0tFK!vZdmHY0-dPG_>GGtKL%FisJANd{`BUFDH#gQ%DN; z%Lp`ARCx+eR!6}2dh=ru7=c47+*N;M(Ym*KsLi}FOUd2TUn`ZMQLLlB?UHT=9|Z28 zTA|~ufD#?>5CkQY>g5)`rxcXwN70jG#g*DhCTBF?=6K6|b}l9-d`zWJR1$*UI|ID} zBJ)c#0b=ikh6~SjfSIY|y;h3>{be&t@^~pOi@<;a`mk#9cotgci)NOZ?XK554@9c0TjhUSU+jGulaeE{uyXeB_zCX@G(L$C#D^lM4FFr>K6;uPRW?s` zewB6?FdLSLlj_CdatP2w&cm(N`bv!ZDNQ2O-((F|RCS25^31i)2LEA3<0l7|T_L8~ zKwD2JzSNwyFB^@dAQLm1ly;Mj&pU}qo!^tOXiVW?DBLoPfubt^MxR1~&O{0%YjkE+ zf9c?7P+sf3tU$o4=5WDH0S*cIYQld}gn-!+YLy085v|XpYh#p$7id0K-q8l{g-vJn zHh`qNElM{!=(vt3Nqchzs0jxQ_{wfiQZ4Kz-5wchm4OWjX(*CLx_n8 z@f!V1P91?fF0`aTHDsU8p=hj=tO}SyR(0s+d^3bQMP_#$SZtI?nLcw~#cV#*HfE1FB&8)) zYNs;1C!M?MLEC?G>r(G0S?Dj^&TV}%&=*{gxUg+25Rr&~xO6y&F?EEvo&;VMICl^R znTe!_nX|Xhk_Be5H`hW=f=WOO;!HB;dPkoJG@?*dK{m2(fl(=vD%q+U zt`nQl$}0p2qerVe1}GmHt$Y-)w)r&ZrHcKDAX@DLuD+ct_)T_&N^&qo5uzVecos7tht^q-Di| z%^F@cf-Mx^xlE-6#D|dYV8q~|k=Ev@3N^26emaR{UrUqPu-(e+aSq27;)S&qR}luh zwqED zEhH^tI4S6s3xRSF!3s$Me{#J7$~aUQNMKG}KFMjaYi@F*7aKCjduoup3Oz`u>(wCD0iduYgM<^H5@Zii`YR{ZYCh;y zC|u3l&V694N+a>Zge)WW62-B-Bw15 zk$u*`_}u=Pmhod_>;P-%5Wgo9_-tzr7JFs#S>S@6Ga)qS>N-7^K8-LTAvD)LE)s}M zYFNn2xD}rxHMb-*=8|$Hfglw`Zb;<|VF5BHM>Co0TXuaDjHQknw!bhYB@Gl-Ri3Ac zlw=F!dBED#^T-ZVJ=cDbzzJjt?|7s8^_cN*V-x^Zd@i{OgFWT|9^Yx+zZpWT;a?gpZ=dtf9}-L z6aW43KR^E2W1l?wsUx++-#+xKQ@{NeHTsuYfRO$@v2yTSgv+FIXOzNbK4 zW3J3jW_-INCL^%{5nEEmQM7;WF86MptChP)a@{YPyVk46XxrkKRy_&IQK7~;#f5<> z3c&!7<8D;Cl&r6dU|9xYcI66t?s`jgOJ+`&IBgmuqb;>%t=rr+VA{!mAb!6$p&{b0B=PB9I_R3K&hqUQbdTe!!>lVxzr?r z<`RMki=axt{qzs7DR(n7Q7+x{9mLO89z{$p)(_zlk%zEI_8Ajq@>9JVIVs<7nnP*uL7sx{PPPG!Dp(-EkjN+k9mF** z*9ndArIbBUf3$YfVyz?)e9YC~&W_4MEtU!e>O_#QlTsIIgx$A$SEp;6i>MD9w*~4J z5vq(JaS3qW5c>n94wW#%K6I_ut98iQ7Q%1fvSi&hmRbRzpdoC5E?E;E4LS{)thb!x z#faSf*py#SlK4@wQmgX#Y#v6|TRqoo8 zB|`X;Vj~AS=3EzDl$omWHgn_f+FuG$A2WO2>i#{?B?CpWrs?BNK;EXDCnkJD;AEMF ze%x)IbzsIP>rjBXok{?1$eiAD?eX9356(ABow;jF9V_GmE9*63% zAc*f02OmgX;t&qe#_vWXYP|v4%v_)^3ffL$p{2HF(?~Z7sXwu5`PbH3_r^BD-Yxj< z=D@(ntUcqztN3TBt@$<5?c=o7z?|C*%%NspvgS@J z5t0mIC(*GaO*%NlP}zGBRwnLZLPn$o8aLuh=C3cKLLME+p>Jm&qzfa z1QwWqZ%kMr0$Yw03rTTl3#EUVL(Z9xOP-5Rs#gwz;9?W2NzV2TN_U1HP200XZsXzk ziC2i(A79wLUTNb-EtX+8ch;P5m_Y!bV*rSNWL~feV;F$?@N5=fnmI6A7kgJQ1)pr@ zwvL&~7WDDRwdxLO0C5p+9a^Qw6dv^ zVrel@!i%QTg-!2;kA8h4zwpt6HF{*$^3SU2N~s}xaqt=zI-q=)pWC72v190;j?h_4 zN2pQ(4K+etl>#PEh1y~8*}DnsK%{eL({Su+?-GfQFxQL@3v?l-)cT2|!QD3c1Zg7>Cj=h(>@Ds=3&+`F9$J7`&TDHo=H4`7D3f6?*(znq%> z^Xbp#UOD^LnY*WNpL*})-#_v9j{oAZ?;ic*qfV4 zEwgGN6}n;&dQL#oA{jcIJ&4jo&wLH7K{N3pxlM?~ z@%IuDX;+e7^cp)=H-@Z`gcd~8lX4@$AU8rG?hd@>QUOud;;rR`dnYDoqNEAc%aRNK zQPU*5y%Rx%!dGJ_YO*FyU|tU%a5_Ha1K!i)qpl(2)1MMh5Uq>$cXZpm2y6g`9f4o< zPvQrdJ})q#PFSE8?b9ho|1QEawCYw$;XG+&NgrjbwA_Xn4|;!0`))4;rWD4J&9%sd zm%0CO0cGt6DZp9%Bi*=H2L=rE>zSsWHdAX<;hlG)iu48+>Mlwu$ZJAPfX9axCHgdg zAq3Z!&o~>*^P`_Pu%6%=dH!XXL6lo_owBZ!dIp%c)&`jw zX&;dcn*Pi(Q6*KEjZk~LSJu{A^AJ!h>0H_+g-uapGdjsP1YOUd+J;(Jfv|<^&YipF zzpZ;n2fx|-Ivv%7E9Y!VFeybz5l=4g`4=3-s0P#3M%pYPqN8L59n9RNRSV7Q$f!hgZ6eMleKfo@$rzD8;a#MTnZlWDeDwEm?ZQ0K z(D`sZf+lS(%s-p)_|lInUWW8D+Ed%<;E(SYn`Jd+>q#ehzV~*ncHwKe);0YaAWT3S zgi0H2*hHi#4A5!MyC~C-LX)w8hRUOuA-aW|6f5O8Wv8s>u+UtCL!m{N>uw&{_!Q_T zZjy44-@CjCmwAU$P&+Lgj^w*ndOr=}`ZcO%uj!c(S)+vlyrPiMbju&PcRx@6`NwLgbX`cXLU&V% zyvoEy&2khU(E3hX#vzho=|tHkhX~L4SI*S}Db!gM8HA@5ir!QT%J2nZhe(=7V32{p zMKRoi^o2#+73!GYe%9&67jB!%oI9bA_0`@jq>XRq?m5;%LFt$@p!Eld$()KfhjloH zk%FjFR=`~@3N)US0=Ykl4!B)}V%niR*Xk@SgD2$Rn)D>mQ_8!^r1#$eQH;^l?97u# zlbc&py*G7{t7Z&RiDn@fqbuaV1n~nQ4^>t=JVYa6e z|BchXdFr=M{&y!2pYV@=`PkagfB(quAO5{V|Kp(_;X`};r(5dX1C#uA?tN231S-pW zlr|C}`alzhj&9-9Z~-HubDuz7TrngP;#r?>;$#~YwQ*7j?3$%j+50_hs3IgSQrAy0 z|51`{o0OvOV!Vio&KV`;uv|fN7`14xB0LcQJuqHSDL@ZV4oDk^#ZuuGzcmlEh!ZDJ zaY=v)L({#G)|5PdptoE>JRd1e8b8Kx0-=mWF(`cq0iS+|`j+xS$bFz-vbco6mz;#*n#YEX^#slLairB;UpYA!e&E{#I?h&pXhfh9;Q4{Fs8rTqU?6v0%S|g zi11$;uW&f1r6F{J<$Av-0wtifUo-P=0C1}V-r-nFy-WUuXbVVl&kG@QCD0Gm1-s(V zfJQDud|bglA+5Fj^a1a!tO||7@O#Ll0^}9!9j7GsD%(;90n4-<#P;(qz(+gb1>Eel zr)!^~?(u|?14tTfsaz5!TY!z6J{k?-2}Q8Ng~gafkLsa#mjv9KLves|iud1inI}&-a08*j^-H?$j5b;?n!zE0`6vtIz;nTN|_)N;B{$mGr`bwJrkSf zRV=L!q?na`I*xZTk8pIju8!koHgvz*dza9iOyrYhSH?b2V^R%xzwpxoux9W=nH^Gy zhNm9%2F3+ET-rTtbmx;|~&AF<5I+QY(mbn;rRW}jy=#zSB0)_Q9?os_edk{(wSB-n{wD5!V}KV*`C zI@ZaKL%re#rLlApoyiwJ=5!LmbvtI0pv_r5S9?hi-805ixQQfCKr3Z3A!KtU01?tB5=0SH^#u&hFu05@X%MgMN1f4Tvg#h&rV@8CSpzb6Vm$MxTqQUTZ%@Ad$*D7A@ezJfOQmJizQT$owDlRi%N7Tl0*?> zBifT?B*9DchiS%&ORD>qY`t;eB~$-K#}XfBYz>RM|ELU5b(+osmyJloB9t7-0KTh7 z;c&1#LEnA3_l@b=(=6&Ijr&Q%b%>@pt{RejEGlpXm{R#G{Cy#AHPi;${hU_`=Y3ng z-At)+H1#!yU~S-K9M6|~O%m>qR<*H`Um$!e(NonZpbJM61?fspAx8)Xkcaa^FL0qs z3Fcx&^+-Z;1CA(3&UY@aZ6U9fUr)+HeyRTV>@pPC(j-7|x|+~MzmWjGU50Y(a<2Q- zf)0O)Sm5a`lCYB89Q{I&89*jN_$z`t5Hwc`$@x$S2gRNf>p@XC@CRQcK$L=fM^Z<4 z$g=-v7#C-2Uup$){bUf|>d8ZPWBY{rto{)O0~T&+x^@9~@q~dqQW8X}1Dr9GVz?*h zRkGy(0(fqTL=GHzNMc0d z;ojVOvey99$pqgvIG~1XIv)Whq%7Hw^!f@fD>(5Y;9|(6eS*5zrK>wX56!>IIVxC? zUbtZl(Cc{X`!VO;&YS8ocR>GWtziZE(J;4RND#k=@hIQAvLh}?;{PY6{@T>Jv$;Rb z{iUNVVi8(X=Od98&^)=AMWNB~EIY$89GGvG3(WQ^R6Mys_WLOd@)V&^d+95Tp zU89EGtj#JnRV2fdc$T`>JsD=!W#bMtj8qI$Dgb(z+!mF>=!d)O{iD=8IM?0Jm_|9@ z4GVq&7(Kkh61k&`RYxYu0Z#8x7z%=7Y`Vloc~{i|zd`qOJ73Dzxoqhlz0u(h>J9?p z1tM{MGlZPw0;N{fH1@5$s^G(OxrF;g`SX0Mb-TTstTgKUA@v#V@O}J)B~5b4cV?iA zTxpkPLe)MtLZ51=Cgc;&C?UA|x$f;gk~D9Ve|ygC@H#!mfai-)%nE3b>r^-$8x;9M z2%w7Pa=B2Mf49@T%WBH_4L|7xwxlt0i_KL7z8OB-;{L3-=CH z-xXu)+UcXWzjV7d`iC*#Og9JBwETm#Py^9=>7d7UL&HXm&t>AY(wAHc*QgGSRSc{n zgRQWEi3!mUV8Y`Mv#GX$bM)2zA%ZM?ho>wofrt?dmNYzrphtz14te1UNT?RjmQ;Zk zs-&6CudRy*J6sts0m$UZJZuxp`0_QH>wpPb@=!!NR5`*-$He~QC4lbN`%|cAvS!bi zHKQCyI-UeT5~0pZ11kVAVc|$15UG;EabZC^Z`|DLFmdC7bHvgjEnYiQo(Hxg2W>P% zwJ*EWE*ecfw@Hb{4x zH%1)TE{(RhvdXCFKc~l0hmZ%cg7BrvL(|izA`<$F1Yx%gW`@G!&k|=nbt|{}Nqyqb z&1eL0HNsF&NJp zav{4n>0YsuplB3eO98cR_P#}5Nv6nOiIPHy6N8i@)auk;Ag`{##TdqflBgmAr=HlF zN`@_eNmfRkDaAK&LvYnx3g(agr-u+an?UIZLY78`L- z)Dda-MEkkm$F>pBW?zW$6;g|(G6qBKZ&6-5kl^u-EXfdz(6$3kI9OlpeN&@`XH2pQ zP9lnw7>WjQ2hKQ@A!vI7O{1x`4w)FVO)f2v3KckKQj^+tkW9d##KpU^%7w-WV$xxL zJL007Et)FrrLx=nl|APyE^IUDA`vkfy7Dwfw zKtqvJ$nK;RL9Bt|79I0mR76LbsH^B+v1Y*3_DSC3Nxj)bB3Cw{ES$n1&;02b@ATTKzjE@|PW+wY503p0NB`%eXOH~k;o#6$ zroOyg0$}Th`$)pHiP)D+nNdWhO907*?t)^7uwPWlz`N=oE1-p-VLfWh4*&=mb08SR zk0o@^;2(@v^iWN+<-+(6P7LMW>Z2m_21wSIOye9_dqO}G@n|=5EfXB`UPPB2N!&72 zLs3|-NsRuI zKeKhD|D)(^61GRC0#;=XgmUoF2Ob_HZKUWCP-PA)Rl0(q>gO7`0nh$wct;>Xiyat6 zS!@Y&P5=H-&LUeEd$g#2x5Kio2cv)mdN5)gZ2@#BNny8$kd_R6qx*XQQ#h5phNsMH zpn(?6Bbvi2I3$8Gh{$7LFG@j~{<;#t}il9#jGC=<8=u665FPyoV9 zEgGbR$-^xtN<)^J%wM^gF7a-6+HPw`l_Y(V&Api?ai|Jef)mnAFe0fqzumpxN9N{h zRE-uK?IC+U(10o-c+e23ff$D9DhtO1y(EZ%N8q(AU_`Z;gkn24H>j<*7U_ zZf&<|r{4CE^o`E?rj)icf6%o#-oN`+|Az&ZNDcHE<4DuH0;M7==_gR47vVJ!Rz89| z1iKO1#3a!mo2h|XLf_$S`Ek}iQ$Amqto&^4GwDC6`FU(Pkgg`e0C@NtlsfURaX~AT z0qIsuLb8Z4_g-LJu;(?vN4YJ!d40!X@BY^Vty88TK57^af!0vbhLT#PB=x|}{tppI zaLM|nI8&%MN)0U{Cy1szSljJQ?0)3P$1To~E4IBk9WYT0 zS)YkF>D&D$NGZKD*uiCZ7~?vLBy>{o!|Ngu>rqmqZ`pM@z2&N3x(3E${jPeglJ+BN zeKGaL$f#l*FtQTj3iRS4NkBN+Qc(=)>A9I!j+8IHJ&bFFX0tVTD8ZpTGC^k z(TyLa)>cLK@>W?g))awL8jOT=duZVXVq3f2H{0!AU7S~Ogj&GVz)EDHzS2G4p9WFM zt^X+#7ormuHH6)VS`;-4scu)5=0v>#_6Ipn=yp>O!dygx6%9QJpd_)ffJZbTne^zf zAT~o^7UAG&xOJjoDQF`xDHr>>>DnBp>M7G2O0`q8-za7$VCjm`yl|jEkTh^$ssXB% zm2z<5{EbEF7HZ(UF#+lqH$_ZImtQEyFHwMi=oU>fm_}EH@m6u+?0q4Y)bDblI*Bl{ z@#*uVrC&WybkF1&TPONw&()SBj(yHJEf5y60b#_dqn}Fv0(_}1v`Y}U&|m}3Cr(^* zT5RJxw!tLV%$mR)BP9aGcyK^L?fC99hsF-d94aDN!gn5E~v(hMiCA%Di8}Wvr=oo)ge708xqrje9|5I zNm*Xy``BCt$8K)D`Az8n8w0EDeTk`Iqz`tMG7se%)ENxfrqA|I=W6p8a`&wFQuZ4G z9ruJyBKlUB)HJHWPMP*x@G+IDUvL>5S+aF$TT;jDiy33i9QNXpjxQ3?b@rEMjhov) zg>egW@2l*=lR4yyVU?it0gi%uszOT-I1vdBU_mU=a1C?`PwT?m#eBy1V1!rIxaD+( z&3p87WenWj-!l%A6wEUqGQOhiK=49A$N%4&Iu}ewxnDZ_`)B^oGf$rW$x|yQf9b@p z9{#Ygz|2UdS1Josv=R0$hh)-RihxmlP{&gTPoW8<+>7@? z;~Yw-D|u|61j-5{l-UJ*;xaHOw6pfUAM9hCK`jqb4D~ph1>sU1xF@rN&vlpkKY@ke z>RU7xhC*hw;)j3@gFrkL8rG=N^CzEfFAq}LVmaXIqZy6;$K151J(eW3xnY)Vc$N=) z1@0C@$%V-MCqqzP_E@si=7J?v7>Likb*hg>&-+}E@0z+wg)TgDeykyazyue8FzVyA zAbf_y7SUc%jnB)zz>enCO?e@KVHrjmp~W5CVSv3bB8u_7PS=yV>6rMVU!S{89*ubh zMPf%?r;#1h@WtA+gL3Mdj=6r(3@O5Ey58P8*GJZ8iHv^@0ZRF&T6F8N&zcJWkz_Gj zAWWjN6Zz;xpcNZ<^SOBx=+8c>}iqpm=81CAgHJ|Ce+(#Lx%2_yOj(kI!@clY( zgD4aS3Kdy!xbz_qdEx}t!Go0Nt(&1s9=b|DQto&x?1~+B?X%TU1;S<08(k|lq3LDwO0ojsw-_&oZ|7%-ngHnB1A`3b+xkr zYEesKSa^keZ+7&H-LLeYCRxX^ddB2bV|Yt^DY}$ledS`2<`@v04*COhu<I>n@tpmw^L%))e$s|)lN*&TuM=Ed~*($Ge)W#-FN!=>DpUt!6z2+)C=5h zGz4Sb;Up%uB>$vzP0I-I7AsYikdXUKVyL%T9dv1>9h5%-P^bK+1%$><+QT|H<8z33 zn7X|-TO9&JuCY3g(LzDvObmP){2)0tcp)}6nd0YgZh$SWng#=e8sbV4(LMphQkW4z zwv$T)cM2N`ow{iA7GV8ZQ(V}>d!-1l@Ix1&7toDpX`7_Hfi!)#|ER_BR{`45jA8Jn zuHXMGSv6Mil<`$z>Gimo>6wM2l2s&4T%kn-kqS6HnS5Ax$1JC$ZH()>k4vX)qv?>B zdc1W_CE&f*{|q*Qe8zje-h5t&$a!5V&lUKu(WS$!K+ZyN_z-!;q<-TV(J`r35Iaa< zt^pLXAqTmzjNOw(do;@L@i)I}A8cvnhXMyZmhRR5j~Vpbr}dQJ)Gd&^#dR)|oG60f zhW7*I_C`=FyA8CIs1jSm9CVYyWwI9OlXZieGSvkdp46Tl#_{P`#2oyQ=Ar6@Nl&+a zs7B9qFZZ9q*T_0f2!bG^iUJuN2;9opih6_WlLx4W8(SJty-AJ}qN~Pnx@go{*lGvt zHu=_V()j=HPn|nC{Z#HZ&i<`4zj6AvPTf7ZdE#F`{@r8$|D{~*OZRf^FX?Rvqb18iCwxL-h`cReKtP-Y1aQ2V!XWvYprna{7AOW_ zV^q2C3L-M(WQK4pskP&3?%WHPIfE)PU%VG?hN~lYQd@oTg{9Wr7n*A`Yq9&zS}Ss^ z??j1Lp*1PF+f43h9wCc4Z&R85$y_aJ=h`MwB7rDWPYuSZyg+Hr!B+rj4u=dFEC2;X z(WC*rExq_0`3u>6MQWc>NZ<9w@hNfYy;cKqRqV zgg_6c?g>Y4t2!)_6qjLC;8ww9;8GQ4ZRWtPqQ|~~)L-h<85b4P&7pr>w{F~^rH))% zTl_40!sz$9Khv+$b=U^7Vv|@U^fI{k;rtgUPXuK`rA)oCOcQG2g*5!pdqc0wM(d6N zvw;R4s>evAbnOnruJc@XDp4nB{qu+!-mbSu(T*IA-2_lMspi*6mZF~i8p&tMDAZ*N z?qq^wUH7Z~3Twp-pEfaKA@CEt0TiOqD3)do0hF?8$eZy?K)nS?Xv?RIR7|BAWGOFF z8jpEicABX+5Gfd?ZJ+BPpCLR+I-1wTw#L1DoKB~1?U3E*=T8wVbSrS+3 z@zgm=5Wq1{lZz@<$gL+dWFl@L#qa{TE@DPly@~wmKs0fh7P5huv4?kB)Zt9~<&HM} zk*AZCQsXxi3C@mAuDjL`aRZ!wR_xRg(^4;YZ?ZT;sP&2Gq``@vM1WZE_ zukbz8W{tH$F$>s+AQ@aFXVILN>zK-gN4G%$sWM%Faf&omGg>ryhEk{+xK2Bt%;)p3 zQI({}XQ$ijAx>wCCRH9{MsYAL-?`)}Ca}|NmHIxtP@jg4{fxOa;FP6t1p5Q~sB-hU zFskIODEy;YOg~1$4M+1jqj?;<$&C26oa79<7Q{ViJN-zuQMm^DOiMKs-v~NjB=Z9# zRgY7>JJUfXgeF{1gK-jy29?nt?QZlvFuJ7W=S@Pa6uayU^3Q=+CqG1%2=oBy2Q-r0 zLJ4N3sL>dGal*Z>g`C+s^MhIk2jr2lAUpAokG>EgUANEAUdh<^sw>~5J|X=!gOPPx zeHWGvj!V@*C#ZiiGm@I{#Slal0ds*$E)f?d5g@iwQm&RYnS;PAGn1qkfm#6C9J`u> z{W>d}(?I~1nHf=j(8G{Rjoz@qTn#lb6_~=gS|X+W8FO8uEm4QULS(2_k%{^PO(DY1 zMk0+y!fLe;&a3Mxt&RhtwNQMvy8h-5ys~dA+=9}!*Xz#3{X6{`>fpIt*`(U4s)R@y zxRk&gHtQn zjUfx<(3z^({_^Cj*7E?b@=&8mfm1%pRy@#rUvf{XUGgMc#gud~v*)lY4t53b#5EIQ zMN-eBvqMBNu`30bqATn@3JGCQrKD4$k$2RtEK)VljUGecmY7@{FVZ0eXvw+x(RWrp z`VMuuT`Rb|m9<7~%b@Lp-<~OuJHU_qu@Fqx|9@p_`u~|OQ_G2D8BoX{cE|}Oefbic`yi4GQIZe-Q)d*T#fAA`^FHX{7hdAxao484t=;yNf&zv z2ZI)mfoHlA65ry7(bSM_t`@(F+Hx!^dhJ1nH7Z2+W_+L0BaH%F6Y_IF5=j2HXXJ08 zxRDB!v`GkuR?|Ba#4KX~P{A^E9idaGR^%Rxz`6hv;ha|i{gx_zQt%fHfJ&o8M%&HE zjjRD2A%nUPzR~#0)dpU|HFk%6khS_F71@{juK^)y=H9nHF*Ow5=cPp8ECi{JAQ_!z zf{%d^oeF$CK&Zm}Qrnz*AhSq^ZW~i4aJU03L~rRGN(+(6yO&E50?@Gih858nO5j8mdGny&fvc=l_?4{O;kC$FyylHx9#G5Lxf`V> zDc_Vte0pIB(oS6yk7unOB62~WjUg(m1EbI`xY4&%m~@K*l5gUl4DOSdA>yogWq0^j z%#Qw8_nUnYNy1ru$)q9*98f|Sat|y$#+wF1lspO6QA);xiR$cv8&EPSXa;rn)*7rT zyhrI7g2|yt8}jb9e81e)^>iR|VAVj73?UM&>w&0uP#BA7XU(^_&h{?@mLbb@%Y-O+ z=>51_kt+y@GPG}!V;u5gIe_5}`5qO58i<#Aaj~HAzTD<#Vzj7aH zs+?N=5HY6mkO{8O&-CYVwar0^3v8wIG6~~09Bl;s^d8o6f;K$n8`PU_nv02RRL zf+$g>IghsVBwW09DL){Q+1Wbece9?87KjpFn(!UFAG&k>FHhHI{ehHsxlA<({t>6_ z3Ea7Xls7PTCR;A~7376OzZfoxlBs1#801J;sjJs-&c8l6Zg~g`4`=}NnIT3P{BG_y zI5chXam2E{+JBi63RnBn#=WCJB&wNYA|lKgdQlt~5e)Q7!l75EFD7hQz;Ei=JwzpS zzix92^-Vi@XqA)+76fhav;CifaE;l_S|2a00u%&jRuECsVnmvWt4XT)@KhtpL6Nok z3WckC;d+v{Q0hF|%G}m$^Cr1?mS*SewO=zMkFCa`dtue>EaPy@IG82r3-gyrblMXC ze`4zYo|^t=(?68^?AfQzymI>4Q!^)PC%$$3-#qs39sP$#{_Dg4$Du#t1OI>ghZ@8? zG$0U6UNKg)?!$slA0g<%0-gz(9x&dG1e&Li+#{+iUJ|BY!!h$|a#+Zo?L!E*Tiz!{ zAdVSW&7$6vVIXh_OlVsmbN5~!J*iE>fYo%(DWU(1s0KS*7WpBX45b)~no>d$5lEt_ zW7F@o);7xNsr*}>svtRQRIN6Z`L)%pcHWeoIT8mOwG9SfpKUpV(~XbbyB%crYyG!j z7a}(^Yukz_(^nGdc0ZnH28mlSmeN|;FNY?DV zYiGB$t~Xb+4LnNq!6q+-<&(Bo`&SG=H|!%Ub>SWjrDl34V?jzzR*3ned42n!ijRBN%P{@)i zz1#nqVfS{dRxRkvVlk=WBG8NpizJKa3&C(5S~gsXY7l#GzP@-xbzB+b%Zsojl8_!( zZ$40V@4GAQrb2(;0qyEEn+}=_48kd)B_iKTH!Z2aY|W(mcK@qXf!Me&nUy6G9W=;0 zNZTp*l@RUIB@AL8LShQxl~TP?l#M%7=O@Y@I7bJ+a~nchwMuy}ge8$@r!!Jpw_MF` z-DV%vs21ft*Gw>KNNXSDrx+pf1tQd4j}hmIqGIev=v%|zrt!V zS<6q~@F91FJH#o$e9DpvjS51`R6;97slCwi?+s7Zc1}rNN$9j5XJ$K9Fo&j@HcJt3 zE0w|u$|Bi`z1hD-{s$tFmrZrM3au-&msPlyMHB*XJ4aLQ7o2<#0Y5?&G9YPTM#B3W z@NqjgMYD0xC9{{-&E0HGrVb=I4pP!9T9VO32~J6J+$IZQZCr*eL!laR02SVr2xRON_Gmcu)wF~IBIYOSxt zVr>;Y0fZ{+AXJq8%FX0{2>HkcO(;+~ttq#EdrpF#R&g-Nx*dqE_O+e13`4OLQ2j$h z9UbIi`mwDa>(@w!o?_;=&6-k+h2;|FQuz0YUZlsBCh?GiS}2gy!;7vaV+aL1TbZGn zEixd|2rL3&6a`3iaStWy@EvlI9pIZ7#TAUrUbQFlHuR`e*Nz#LsOA($e;(ZSO(Ka^ z6r)Vv3Kbo-Krv+Q}DOVtM#y5h{3tJ4&7j6WN z_B5Hp=^7=lar=wx&k&_V(Y&%2+2nUZ&NMY&^)0Q2dtlaTFbHddO*S*ksAXx*T_Iuc?1+-qX7^72hLCG!FvCcrlq!IPBSCl;X|2SN;aIsI+&MnR%&V4f-fKD6mtkPf zH&$BrG^5!a^>;xLLk-9IRaXLRMv6p1ssyXh8b}vzl9vyyC5o_e=Q#2)u*R$0rjs&B zbNx4RwJKA#K$8;uK-@Yv3PNS>w3 zRyDT1(7%qkIzkfOLZ*YD9Q&a09gi*p$tO`tqf+VMGWr6~r-oS_hD;m4{)LMR@UUH3 zxR$?m>Ec3uLjO5id6&8FmQ;F(gbkcs2GT88mZTq0L62ZnBe+>@@wIrBG`;SR=Tr}s z|0&!A+t>e}n7S}^?laS;b8nt4pZUep|LD|%lmG3Be|G$@9{Yu(KYiq{9R9Bk{g;QH z;vE7%k0kuf;yKgGp5l#Fhp{XxRqhe8xO9k3fhlWfxObD*F7^+HlJ_XjRN*MvQ zBnV9tn4oMIlU8SC5Lsnn52@Ebl*v;yY{zD^gw;+x#L=#|(_ZV`mwy$DC6pgH$oJEt zx7TmwYM)un-7|FM<%)|WB(fzj{jk7aK;9$A0y!jZXqhfw%FR&*hq%wCJI%%;{&3$R zLFM1KU&;zPlF~xXDT#93(0b4%WLE*`IDQ?j@gjmJ@XZqHCeXTw)%t9^l>F8tPZVT8%M|SrZle z>3{18u)%;78F|~mVv?8fnrg<5tYS!BFiwFzMFLJzXzSynx zk#Kr@6P%SfKg2hrpQL|WDOxvZQ6US3#Vt1yP_j7F^^}PfH%WI7Dbxsbk?9xOphoTr z$nT9#LOB{p$IyD=VrSY`WcBo&yjO*K*dlo(1yZ<(>15-P_5f`?-$$7zc6o4g3iGXEOQ7l#+YmtC>J|cAH<)z1v6jX$cp5X3o4Xc;t&h z7aElUDG+de0YZCD5S6QR1H#NyryYh8IWJ0D*1!`qXzvsULz>mO5rvd-evsN{H(YoO z*~*cvu8QJJL>>)JKpu^woE5Fi%-AU?raLtx+X60cL4J5^q2K%jC1R%jZugX)yH~FR z4xls~)2%?xihq%t1uj)VNCR4mN>DEf%z|9TCGzivPU|W$_6jvcSidhdSHwPWJ|y3f zc^`v#@^Rk9PP;{SGg}E5F;;8oxTvO^aj9I$_)9^&jOv7Z9qZHTw8`h|s{icxXJ^SD z!7vgD@iWOY0Us{WE1BTCFQ2O|3U>C>hTgf3Qb7gMPRFHHkxQBKM#TlfBGeSP^|QwRlBGG-ttP~kvAp7uMq$rr9Iiung`Cc1Aj zev0;;)jGQ|vr*-KzhFkTomVzK=+#ymgFa!TTTk^P;;Scb<+hF)dZaoaR_fIu0aXOR z1x6&eW8ku2sIWkB(CTH^r1-=p3nz&ak~CPMtxLF8qLo%B&Sz-K3>Wy~#X0%Zi)M>5 zzekgt*zM?f>1L$-mni62W+`yEL2!cUW=jWR1 z8Es9;_U$tl!EVbrbbru;)Kueg!sdFawpk^WGltTb&3poyjIR?*kpX+g7+6|vDir}V z#iAVx(=I7&HaLi57n=hGujkblcd16CUbl{=K9)knhGnyra4B1Z(DnbNsdGO({mj{a zb>@FN{rjg+o&2*Czjyrm$Nu!__m6!4$Y%~ef9Q>=rAfj6Lw>#6_;3ow1S$e^1``Q$ zcu1ELJBnN=71uJDNL0hbY{RDFmpLflla@p(6BkxmStu|I4}^e1^&Or6gP;4iG%R=y zt8lFy-X1e~+h+)Na@`{POcLXRXX@}q%(Y4zglLUd3fT|L+GEtc)kkUQ0zuDnB6`X{ zg$hI+F>K?m50U^19CA(|Aju*qBpik3l7C4FJ6e3Fz&%qGAX7WYz^0)kC5?|Mu+H?! zgk`AJ4E_!o6;eaD=X2dROczo_ZX3ZXEJ6c3BkVZX`~V3}>N^#vi^+%hN+UGgey}hP zRU+}96d};i{dK*w9(Tst$oIaK!z@2|vh_L zCp)bqx=*IXD|+|MXJ^xIBiOXDNk1X7MIS7Z88a<_Q1W!UWv6p?+{OG%)V6-9_T>{Q#vi{L;hIII??bnWmaWhB?{nBc_d%{(HtFk_TvXVA9D!99a$VtSr6mnIQ@0Sn z@KGs+g$pKCmCYHwNZC#}X{0DWFNHmE-wlIQo3b@>aZAgBKcM8dDq-baJ}|cX=T^dc zxEe}o>J?-{+W>T_5UQ{wT)Rtc+Z4pN3r^GrUZ5>?roP^~*G^_S;qr|BV0&h}?3z?I zWi%2}%4oLx%+{IyJu!!KNEaFOUm1jV8GR(DL0=XAE-({XmQcW^!MqM98p?Xbi_Nxf zP0`QmdCsX1V zfE^W!1g136Iut*c-R^4ij@jtK;Hx*!Xy$#(?YBAiC+?BD zFgt^~pAT?{bf5?Q2>nQ8EyyKt_~}Lh`3nj>VF!?bz?QV(R}l$6n^gzCLya=dzlNAd zey$FTZ?G|}nH;l*6XaxewS<$RUiE_($^-sa#42R04wx!YAu$yIP%bi7M?^?q5fsRw z-6G(B3`LahmP+=k_KR=7?g`V+_}3Pui)9bCHcc7M5&Jd|3vElhjVAo7SFtP z`ur*PA+dBW@Cph}=T*-CcGa-Nno(EBe z!0{vE)}pAmpxpvTDB!gMO-2yEMuU*&me5_Q2!xbt5^hi&-bf7rI}LBJ*|NJT6C&il zmH)%v`Ul_p^?&V;e(A4%??3!IfAkyQ{@)+`+kf=efAx=k{yX3MgW7{MH};gWq7nyb-$m z6myk?OqtVazrN>}G2%-vwU`;x;@@%8`Q~!dx!*|~Q5un_svFdrMR^D2>*ha0h>B-F zoCXkeCHH~h%B6Xo+!dE(i3BMaFuaMXBzX1pGD2uj3J z*xLe+%&EQH0V{51vYh_f!Jk+gWPRSni+kCu4IL|`3Y~w1b;2uEkuqw?RYxhTO1{29 zh9_au@=oNU%q|2R6x0(@nqN;FG*kEy6M2jMt&L@Uj>oyT)Y{XK&C zjGH&QIkWV5yo7^v`zS1^w=Y2qgLK@1|EENetk)+;Jo8G1%M|1($Gkw8^oD+O_oqHQ zLt`R3EKe)tnp`ddBFFZiVI7hmAVVQYC%Sf>GF%jq&}xv^qd|MXE|Z@l9HU^Ww)l-( zH($xmfm$8E@AjU=8$z*BFfxyE$^}Z;_HW&-s;>Xj@u!9Gjd+- z!Q|&1`vjm{?Ib2}BM5d99I)0pZ3A-tvY)X(8MV9DKRgAI%$I11Fg|+}BxN?ZOhy>- zArZh`r9&d1wp4-gj3_NwTooSm%Mcd8C8MJ=Py#?h1PcLB#ejX7?v?rZ`3W;JAvS*1 z{TGPHQr}8{-MQ<&C_jAvOX^|rtQYQo$t$>}cW!#-voqWK;N9|vC#P#=%+%*>VWmtS zxfJ3~0-2ZfipWG#N34{YBt&>fyce&M5K$c#Qoa^&req@aXo+^puSvqi{(c3nl-~~w zo;vFQL9>gET=G1uiaVM0IW;|7OTZ zw#3b3~3^u{5j0@11rM5eL`ktef$9l2FSn zh=MZ85+!scfrE@R5$L;D*uNw;)WAU53-wG z&trzzxPfW8iX%u*P^}_GEfA!Dm@GuxgFK$#kLceA2R2&IS;)3LS;MQ+*N=N-M@-aE zZD%$6RBKvEZd+`Bp>p3T41K73_rp9%DNzZ2M<3Jwm%Vq5jWo^f`}#UPeJS?r&W={2 z)$Z2rYHpgT=KI#YhC4gMX0tEb&F-FN*Yu87v#s|^)-;R7VUc~Ay%uEwHedv{tVl3q zMY1geQnGU7Aa;P{1B;sYLjpK}W5oUz1e-{f1H~2)0fIkR$nQLtx8AB^v8tP#Svhdq z+UX{Xe4poepXWU1{LlaV5ArCGhsfJgn8v z6{HV)%z_y}Z1nw_O}TUMc$PLj1iz;Br#oNSrdbVI-<=aWrhQiW8z_~A0KOkHSD6XC z3@`QyVU@6;P%X|<9o4{Rhmv$>9TEvSEAV>T6Q0|k5v)YL8AblNpnYyL2x+m@RzTwS zNYqlYJpI6RrXT3vzzaFI7RKgZBI0d-pP+{RHVtR4upM3F2f?J6F;k!dA9y(;7#BJe$aNK9^1 zag=km{wF68fW616Zmn!TfzhB*%?Hfrj+qf*aTL(8G8c=i2{Xbs=dRBoX-13%?>x>| zdoy~6PSqF&T%3eit|qsj<*u@mlcM)AOAe$sHoV+q5Ng6rJ&0VwjYdbZM|Qcf{Zr7e z(DQxO_^9~d^!6%E<&HuQE%eEH+}M5|)e;QMm!8)*fJ+Xh7Dy3IML-UvQ{=!AM)@?4uoSLZ zHM{|jRDivY%f1ZUa;ia+6u?+>mgH^K)mF%X66d+w)aTlrH@1Irs-8oD=Y+ADNWe<7 zOj6e+YNaU?A_X5K8;T+zj2y%+TtA*~a+^!3xQ?pDn^KnScvAkwPB zdpcgFaa7@iAf5x3z=S`}`)&aD)Lc#&ylZQK^9qY-b0Bp$m zZpuT2DTi7B*+SO^L@3}`5Crs!2V_4aQ`BZrU0$ZFaSm@T`||bq#W~f=X8*vo{3;lO zue!H^tt)$D)-$@mv2%6%Qxs_m9B&v?igAsGyeM!2grVZN z8OPELG<%`7`lBEGZ2%Fe=n~79@-d)`EF)&idp-bAUVepoETH^t_io<=doY~N|NqLN zv(rE>jcaQz`qdz$E>xZ`v{mLg9{Bv|%@=@?F-XQ9e zKSa7Hcu8kPP8@p)0LDXXnEW)1J(!Gqd5COs*%Qx4oP#Iim+Yy>Fj%cV=*OX@BTpBp zXvh5BT&#m>&#mXS9WkX;nJnehY%_V94@T5Q2qhWV5n>wZXH_{#)Zp+<3H%obv;{+z zBV*2f1bnWpmbUDxMcwKZN&+1Kwchx8c1{ASH(8S>t~wcIP%$c?7sMe_AdL;()XD&n zEez*gHO*(~+olJUYpv%384zXC7z%s0Bu#3)?P*gA|Md1bI`LvoAXlkBMK_A6hDYeOOxjhXU`6*9$2l&5t2+hHFD5)}ORTcV zl8YW1U;=Wd?>!Yr@xbOg{1{U&q@ovY!e@G?`i64 zR77+&L5;QYgK;bMq4b3@v&%2(T-l}v%MA{~r>tq^#rh?PRsiiHi_78n5eXNGJ1Lo~ z<(;UOvY+hr&Blr%>MQzH;#5BIZXbBxsk=Vsn@8zNz*XhHroP|#=JsoV2~5VqL8Uwm z%OiGgkuZRx9aN!o!!xdgL<*!9N?x%%&r(O^kVurK1M7wNo4zEcOLvQHBf zEXBO|1PQkKXsQUw#;<~?B=FcMiY;L`Ag#vjY=qGH-uBNzvAvq3ZB?X9P_Utw!d zS~73!HcFf%0RzfiMaU6}S)~3&kcJ&kR1^du`6i_Tw;~dNk~M?1D)k#``!B$j*lbQ; zZY(Y5bh-9GSTITOKan|Kf{h_!bZQs^sF`7?^UzeoSe8-fdhT>2u)A^ZT;6^e8^B)p ziYb^wzC~n$qz)K87vK%VvZbd{jF?)9Iva>L)hj7;EAX|@9+YWS#5GL#jpk}YeO1}= zxv>;d^?`KxM2lab3P=)0hcfZHA}*YStNE5tzhXe=+m{zhtCPE6Jlpr zqF1)>&t@+(y*Att-e%8DkbRrFn6rxw4pxF?%(d1Lxa*S=9*v$3%+|{xkEb3u6uPHw zUtWLmz|@y#dSBi;y8Sa#^>q!$yZpFv*Sp)Ny*9WyvL<%cUYRKhB8Frrn!wZ+4F4%{=vWb)gQ28w_Eofwb(?k2sdc_ zBA1`K6_wT71I>7xHAfTRnk{lTV1Wc0|nQKl-33V2>zYO~eyzdo*_mu;; zRHO2rG9u{_;*yK33Fu3|A7VCO0jyvT@4ME5Lq+n2~=pQxzaE(^PlB>TgW~vQR zrkPaI#dYX{!S7Q|0Tr?Jz-;cop^EH~a>{a2CMC=+{NSPMXDL0L&2^uT*glG#>h_y- zN1D%k+hmC-A&A`yZbe84ArvcO0`lavAD}Z7rT6ssE6=y#?`%LyR!JgcelE`6maAnS zDIstd^D9-Ypi=m0YoQ;APl?fnm)t`LF?sYzd9QOi(|T54luqCTDA19aqrEyNPYFNQ zP$|!sLh6evP|Y+NCtkn;ZnC^kae|P9RUZA1zVT-TwTSd-k{h(qyzfD-xMHA z5UyF>*R!qe0o+DQF&PMP-nYNFslU-ywB@EA!nx&*=880ZX>7lN4QFd+Zs-ZsXrMp~ zVwf}@;+RDW|B1|z2!lXGx{+qLQ88GM?h$Gh;*Y0LjqJ+{^9zdtNFU6dKd}E)*9x{9 z5_0{|1(t8NcR^7|LZn2Tw_e-+DhKhbr0u?`XG=pUU(_9PfG5m0&Xb{Zi!|ygA&N_d zGm@Cm0#Sfya^cdR*RBFBds7v!rpOtd?lmp8HxC_%cs}_w%W=SNZZjE@^MnpAjt{+3kpNRz(4X!f^Dw z$!ejoG3ffHX;%lZ5|3k`)3hqe0#r9~%M)SezYb##7k};zy%$OXqa$^YiyTzOiZRFy z$#;0Xz!X)7HkU}&%{;>58O7JDY=0o$$lM7nPGtW2F1^BuYCoqy755CZ*-L z6|$z9hNm7WVYz)I1z5BN)6(6;WolpBuJI;G&7ZXKOo_w+A~m@PKua83ZXk+*sFbFh zf~As{wuAIQ0CUi|jqF8~yqV!XY;Pa`4@d>%TYfWjA*}}^oXvN)s}$Wb1AB*hHOMQG zTY*$j!PyiMRgdaZFoZHKzv(LsjDUtU#xjeCxhS%utyPH;lt^Yz{^l`fve&DEf6C*C z|EOw7J+5DE2N~2_rSJRgPIkMZuEg(uR&PZ&@T*>l_Q)a_hY?05i4KAQzWE^b;N3bD z)(xIBaIQ$wWfW(7>y38Gi5|W02JGu#7zGlBoQR|Tvvp>>jPcA69Lc=@nU-#C$RfKF4 zn>G**JZUgAFu7)L7$AB|r`OblbFAK%F>s4mOP{{e7*GhQ zDRS5tN1TFM2t+_b(;DDGP@^e*D$udKa4AAUk5H;9q`XjrBchn|F~QqQTv952v!#U$ zAm`~$#!_&oF_K3BnR%GpJ>SQCd?vwAI;-2osrnsKle1PGALcg-SkxC5?$$Xt=1!M%f|;d2F|lapL+v9OIQXVK!yyUSG1;lq5O#Nrt@$T z|DQc{Gw<%FC^k>^g<~Ho}n z<0ai8MJ=-`Bn3(U{R)f_U?4R2t3I@s{GzRR8sSY3x*rQByVQonV6lc7CZg%VsA zTpqB9T~v-DGU{cw=uB#ve@y1s8DWXHPHbPDsyA_{>Lwtg??dS1$rB^Dg%PRNkkUYW zFBirXlRDJn5wKi-MCm{EYilSp5T)bXETu}i6>u)HmeP7cof0PfvG`TXb{xoT=wT@4 zk7=tUJfOZ|021OhBtO*afS?B1X>ETUCN06v9Rr019-(LmZ4fvV&k6%doP%B$1VTEK zd0||Phw?GEHdjR^J$ti3M>TB64cb7Di>u2ZIc(xde zR%1n-hb0fSXn8i2@NzNr)y{|8S1^;LhfBt_3LLu63jBod6v&$7$ZOJ9jS6z~%Y%>> zr8XS56j6N32ozLO3S65aOT%=PdyQ%zLg4ZZA$(n}Lpj_;nKONZP8=l}gJ%<|Ox->d zHyZK?4w&+&sU$bgG+}w_Mjepj#8tQq7=bHo_4yHI2=c(e=GH^_;h#+?wCMgsbohuELUq;HX)PF!0nO3;gSX^23~m4-8EPkRKP+&8K3+y&yQa z^jWRCW--wOgHt>IqSshC7-s!||C9<5O*U~iJg#6=+3esFJWd^rSPyRS4j6&WZN0R8 zkqq@cS`gmRZUqJO#VAI*)lMnIRc8nkoCBc7$dQ zroXDc(z&yJ0dWP~g0pYxcb}(H2-JZyly{j>37Lgz374`|3MdaPRZv*SUt0I1_Y&p! zMmk(((aS1hCD;fns^F&IT=YIOc|f6ZQ9R6gGHO05h*v3W`|V+m=Y#DztulYr+O!R3h z+=Wi;&_>gx)o3A{&?x3Hii=!J?Y3@>VNec`W?*%AX)O03s@L#(~7 zkjX43GC^tv+KcMV01L_lfWc| zW*c;a1_r1@(pNp_*YW{DuMd4HzhGmZK2wxByX?6nlI^!eyW6hp!j;9w;^fxJ?uVYv zr|g{6iL@WE=4&gz{Vh)D=WtuTYbHwAMM)2tUKCNma$HU*RnRC7(0iQzr`6CaRXBDU zOxO+Kz*)J5m=N2y(PWLLLQDh%&}pV8#dv ztcIvBC_6%+4Dv67tJVp(-#c4><<-vV&MTkO+XDcR=7a1E*N3`J&kz#l5oAKQO8-<5 z&Oxwl9>1KMD9#G?RMZ*fA))d$<)r+ZQ60Zz}H(C7^%b4zbXZssd^#@F@Vy*z1B2dZ+ zAVvRWUT%nJu2-cKzn2V5l_H57rm+jIQ#=|I@#X4z}k5g zc^LyQgTUEh5cUYzJFxS?_8n^8k-9Az;uZkE5^lkm^M;ER_(G(FY0%~s;PpeMLAHPl zyy?;`cOc23fEr?2L>Tcnq;LQAul(ab{_pfL{>=6}XX_vE(o3DA+Tu9~0ej_`cP&CMRQiKchxBf8LGG&*xD^X=A*JZY zX_ZvB%6a3sCa8=)?Flpc;9ohkSF0)r8(vb~D(B4@deDrxJv|z@{Y+2W(8!>hFDPIw z^}A9Ga5^ewvhPAsC1aKa%D zQJaf!M+8PYHo6=ODZ6I>yW)R5^z`NuB?eYy4qVs6`ZHj)7vbbcF8pKU07obGCXsPk$ zi~P=jR+d2pNds_rs+&BOglUU2+g9m*1-Q@(BDjZlav!LfC0V3&uL&n%_;tVCYsozt zgWqf3DvhEaPnQ>f7CiXi9_zrPWg(~q(T~o#wD?GUdIlY0VjJrX==^`_(A2-1DraWT zeEsw}>i?fU@sFPR>ha6R&K~)fhkxVH|9GfmgJ1LC>#dOdW4ns-!-jc{W2+nQ}#H z`w;yiy&JM!{K)5~2&<)-rbDFbYV3-Qb3wrEcju#jBGrBVCaiRJ2|VCnId>u2+~B_t z8uuD~!HW5@>7FXwQiRD|^&`9%(y*m-4lH^azSjXePZ|%sn2+IUQf3DW2QS4di}!`p zMxNs77?lQ}eEjTcqscbC7!iX|c4{hV=-MM+czcsgx*?3D`75`{HMBIb;K@3qL!{+N z=<*S8e4u}^{!$xv+NPIh*qkCv-$ybiZLiQ4`)ua~eX*zYRg4pj?SX_^s&df?c^=pk zM3>v8%B1P>6qaYL4CgzhZ4-BMPpg{?=Axj3wo;yrdeaN;u}x7O!iZ+`LS`1@-Qy$m z8!Kzn#Ce?vDcx%)d&b$!NslS9QC#Aw!J6G|dK|H{q2J3`ZRLSTA`Epm+bV6}8(cV- z7RbK9GO+jX++OWD+ud>gDbN}O6II18~Cf;q~-XB~zhqlqBJT?%5 z8+U==vNiHol!17DM8sR;;@{`O75?K{IEdeLMH*VT&f0c^Na>qM#TpPlL_bP8ALjxe zOq-%-uFx23BzKDMl`G^bqPo)MP^bub(+v-Y;pLm}ypldtB(X`mP!64)TfvNMC}-)i z*YrXz+tutVfmg)-nb0JI^usbCTF^xWG0wEhoCY_cyrn+C}G*|~HB?yV2D zm)R`uVV<_WWU74NYLMlxA(<_5&_yJYL4kzsRjt7jr7I}%;z@j@Ji|0=n5n8JU)lq{ zB1N<*PB9qa&Fk5(Z>}l?N@EA-8)%wAA+=xCct1oL-3t3at=PcwC9#(BI@1GX)l9E4 z@ktx~%xEkZ+*>;d6^;9P63JIJ@Tp0+|X|Mi%4_W`PM$gwD;r2WR zr!iE+QF}_XPxWvtm@}kv2RBQPB?V{c-!L=$(_4qPBfMnR=Z0M$heWFj0*cRpmrNA} zxVB%QD5LBlr|G%1d};6Xk*y~Ba!oj5F|e|ACpV-cc|#WMBrbbw%&2xXY==u`!Ohtb7CFtK8S{K(7Hc#sYpWP>!>Ab{!$ zXdob3!%NgjNzhjc}| z0mMC)=8I-&Tu2#Sgz+z;mQF2eBuWC*JaUvO5I&J@u9ikF4XL8^+4%(5q0o0w#!mZ# zZJ+Et7yk`&@skHD#WiN^2QJfgg|8^h;sD;tV5Ri?c1!df;?jb#3JC-r`79Znc3X~t z*oXtW@Ao3qgAVsc5kdqve9)VET25)^gkA%Gb2}N)1l(s#Jcizo>Kc`QD=SHP` z6|q*5TD)LHF6kRgy9>N*QuqaQx#MtN*O4u5`t3$YD^!I)@m>M^Bg#P~Q$jpO{qd)AW4^_7q}+o#l^5*dT8 z_#7X{hxP_am6f`n`If3uR@vQYs&e$>q!LH}t@G9G@1gup0`j=&bKu7gHD^+V4zqyM zCcWoKG83S2pcRLF#XT1Q`_I= z%ssn6haf{n3(LiP1sOCL6LKFAUs5)PNG{_qw~Eb-Gq1I0tt<=_s51VV^kUFWCdnAgjnV2y;otB$DmUTnt);n1+om5;3Hqy2RJYR^!(Z1+z^dq++X4 z!6FL`r-40+;3J~^)uMX~mgfV6Q*F+Nt$|OZ8%JO%RuZ>}xgFH)gX(}hGfDBtc7(0O z?v&C5N-u2vUfz7NJ)HF0dS?4R#_A+N%MG(J=@JQTk0P~-L+uST7+@49CX*0XD9x(+ z!oi(~Bw$gz+tAH3+={-H za5Hf6NuQwc2DTj`=|LhOK%=r&0`aMpV%JISXH`P5DB3?XeBa#IP_07u`yTf?w5h=> zvWnqs>1V^OqV>n_7tMq1_EbIK{(aZX6q!*Uq9M}j1yP^n7RFtKzzKcLp;Ki6sWNZ& z{G7b6iz`Zt$I`4x6-8yQT>01R!RC$518bG2-(9S_j z%!Ooq)bsf^Mfz~;5bCikw$wUx7Pr@@>T~3=OGc`Qvbl;+0E)=2R6T^upOQMreiVmz zbWS0m8{^@#wqg@8S>6h5IogsCd>>?lsirOv)+e32z96lllttd_R-sD09moOoR#KwM zMtF1GlfKjD=~yrQbm<2sPp6cjToA#cpWgmps{VOcNXL!qK*j}h4gHcDNF*l`#f54m zW^O(xWl%thATC>XfjKCyyU+EPn#|}d!Kk+-H;KK_bBI;B_8)ZLU89Q&wHeQu{3}Vy zA~_>r2BVBngf0P5m=HVkX`ko?gjSXOjRTtPKqRJNJcwRm_<=l<=k?}X+P{O^yD8s{U1*J#fg`nx^?_($L5cI>&O=mf9+7TkMO@!?>>{M2klJTP(($5Cv+T| zZ5oYxLbB)#M)zH1W+Jd`(H(1VBriu0>H=R_ok}@+7?!4DMJ5_)4 z1A@6%_3j`TFCZg|EAM*DOsJ7^DA7AES4(sskHT_ItW0Yu1q54a;P`oPeJ(eY&DnJt zd$uf4Q&dK#wUm~=GzcelwMtp78e2jb+?wf5;UHbw%(Oet=^46Ija6$tw+UPr&Nd1M zq($&+D@BC;==KIVD1pO_I+%Hvk{gk~!Z5Wtl75s|V`e(66&q}$O!eZGhAfP}@vC&J z)mpz7MWfeg)a&L%m+b527^SJObS3C(8mB0PjAld`o(_gPK{qp1pZzu>@W#DFGz;ow)L!j7?1e@zm?>)z5D5S3W?C*37X zUJXI63>kjQGNe@K0^&s}|4LeuQaw<2%l6%8cneSho5 zqN0+in_K#Uiytij2&FQS#Q0C_Jnwlq%4mod2$>!TsHx!|yem`F+_K}aJRMxmQmLgp7Sy?r?us}$J9&#>l`JbY+I`>e1A#XreK_nC->KvF= zO2{M~Oabj{fzTn8hkc@z z8IU+FOsi~Ol2>%~t`!%pC4{~VK0)Z~g^gC$bzHNLZ(qwTUbw}(v;JlXTSeD1{BBau zAXhSlU}B{f8tWhZo)>x#2X5tN1N@pVEA4ueXQvYz40&0eoLiSC^SWHKYd0ue2-itv z3JDdDD~BAE{AKqa>_puYOrPWXh6!~YAA)Nh6~q`tT3)KuYKc-mwNSMHA(CR*=I-WI zJ_$HlN}Bq}J3SNjv7A?(hSTY+A@YtjUsbnSP37yhp6WiuHGZ0zE|{5;v!-VQBB$tm z5)_i6LurqeL!`n=6f~A1Iy5Y*ETx^P@0ALQ8fuvTVGuu6m$Hqb&H#l7w!fm5XJ!?QQc@YT)LPTlw z9!dnG0Io3c=YbcAiF=Uh0ZuXT;gL~>!iy~5sv?9U24pHo5@){i_3kmiMkZmwM(D~_ z#17!!M}j5iCBz3q1tzEzDy0G%b#8HB5^^4ck56;Yj#mL`Hec-?CBHR8 zDWM5(LmzcTrKBZ zDE#EYb3qgFho}#xyNC23_X>sT*p%|cUh75Xq_!Lzem@!Hy}W>N>EyUK8azPM2~rnI z=k4xc1eLiPKV@!wO7+owBZ*!KXnKu>p@U2{f?xsw!;39@a6z~mH)Ag#sV6=T&VB$k zorDJ;)BV_cqHVe^;j;4c8!#MGBf@n*1eV04a^`9*2i)}FMg(+1atHYo44kbAK3+rJ zjnX)o)Tj%em-sQeGNUekg?AKEFD%9PlKB6bL%(@%6a$h>uC=JedD7f#-M`hPj` zZ=d?%@qc*iA07RtM}F<_f6E8{GW^*(+RdVBLO6BBypx(!LN~U;Rn4BnQb0DUx?JCm z8{mOeQO%GVogT$ZLJeyNi8khYzz?ryZw%p}LaRQy8P}J!hXeIWh?*gwYOHAg_d0jG zU(D2-z$tI&ki0+x_DHoU=faYu0Ll)z$I3okg>aR?q-qx%K5Ch&=@y49#jsDDZNaLv znfYK-!Et-9NA{|>x@VX;_3n2Kt*)t(tjLv8(R_X|kn@uu(1={c5NSOQqxTm^yy zr;j5@K8C}XM^wu}FRv6=wKQOW?#X&njEZmv7RkDJja5}+*W(fJ?y)$g=HnB4^;$2G zX4ZOqs;yMJH@+0bfENx3Y`eQ~ZRYbS4#CX8FX}9JKcA^TU_%&6fnO?NZiSFZy$e1K zx_LBZrk*JjMM@W*NEuV5h52N7!^Z3$*y=(q>V}f z$3ibcsL(4QcLGD2@sc5R9(8{jK$e{`YZOLN00cBdGdhmQAr$k{95hdN397G)VIFZH z8rD!Sz7Z*vP*F(pR31)&O1Glm5#;vOrB7@VJV=Hj!fARaIi0XGL!oJCp;XxIbDa;n zpQ8?wcN`JE4+yn*<-Ja>#`oe4qV>AEBzS zTSiS%`63f7!q`Kbr19{ z3=U<&-u}ckh{D#`{sviLyb{jG)Sx9kOZqNPtsEyh8LliInTpg;v7()y?>u$h zG(>BKp(5VzcYiWdC&%yxmxja=eyIZ878sHX5R9fu(we+3R9vrsAg@ELg*vFlG>PK7d)HlUb`#qJL*FAA}2w;cg?GA{Z#iS5UM1?iHyyylmsUd zjUyV?kWz+2Su4{UkJ@jzA%%jMcPp1xT0Y0_I%(1+jT$VnW-HWHl0sLIW}AeoqRb|{ zcKjsAV*3+Vpd~dj8micl<=S>+2?!__dEh*O39HXBf%Z)AhdUeH=ZOCbFuQJOUj_ZG z$SIIv4+{?13ZmD5Xb6f!_;T`bjW+PEe@PO<9HFFTZ95CAP4gLdS(WQIZ_i)b7o@)= z4-`vc8`rjl<}K94U8d^Ps_OGI$%l6#&m8W4W~$zKuASMe>v_kOya$U5$k3IvZ$&hF zE3|x%QTc`jPveS00Tot7@xu{MvP4R~7b}BV+gQ#nN(Tnr`g1nP(MoLp7`x<2y^v<} zu3NQk2%@br)EQidXhl_n4CjkGuXmr#NQS5VS-l42#zIAsLcUaPB=|#gcBZpSrMET^Pt0!+wbw7>13I4<#6HpbPbJ5=662<#eYMBUhyXBZwSpDH;9f~xr=6AVr-Tuf!Nr2CESE@y>NywpRJ1(6)+*@n z(z6wwCe%03r~nFie36_RnP{D}L(^cEek8cfZHQnbxz<|%VAOU~`+i$AF_LdyYxwKb zI`k=Yai4I{>7QQF-`D(b{rBk*s}<$|Vu|?Hsg5=e79%=8XMz z)0WTc{QnORopq+ZlJU;0p8hXS{n5#P`Sg#Te(A(7JoT%`e{k$~j&2-zbof6%^ur%N z003O?l3BugdDZOJDDt98Noe~xd=mZ#lZtov9LH2@lD*`DQ zyDcX=X%lSCM)G`K3AI$_`FJo?&!vO9-UmCs&~-BP8#oc~X`@0jU8q20Iii|m&}f;= z#mntm31Rzq08lu}!1GDOD5Th1=s`rtNU`}g$zv)u{FsCIq!B$1L}E0-@uWOo(&Fa1 zBlyq{y3+{AVR~v;jO8SRkD);$=!!D3NJkLi(@vA}X_UYz(#eNIjkYv3q-C@d#=g_B zF483LGquj5w4v>Y9fG{pQe}7BVkI87obEYn%$Ew8t+Pf}iW+fxZIKv_=>8`+C*lNj zJjyxMGFlZv>WT}C3Jnqrn2RGTUFh&fm3F?qEOnknHQ|bg@d)H)zl*pU+kNo<+`m5o zAPy+NaK!RRZ@OeOrhU9>kpLS3MG_f}+Wk_O&1eQat9-R6zX6oNBs~zu&{MPGHJ#ht z9FimOP%QFSDi#YKOH`1?(?xW{AyS}9P%4rNLFpk+IZsmatUD-DSBBmPbz!nL3h7c- zdHk*!>vN8}aGO-cS#M(ZJ+bxa?rX>nL7iyGUBjQKSoHE}$Vs>&atpBNNRpE+k78Q2 z!5yb5asR|5s%J{C-D=&Jnd#yb?Qy@Dy(M32(}Gc|V8%~%|FnvvSX-$~N%YQx;S$K$ z2wG6@sJ}YB^T2dy$nUX<~Wqc=PPu@Vj2iU>-r6C zs1Zy0I47{S>?Z!LJ#OvJTKDBl{q6^uc1sUEUxA-P|5>W6K+B4ev^A%9m89t410!J= z2VojDUP!F0*wahvqRV=Iv!P;x38pjVM2&hG=qvW{P>T^aM3iXAHtrIdo$0=W8VOb< zFjl3I&qo}vVh$V~bLmNWvPbf&NdBZqd;)dPeV5vqY%_72Bl;>xxt$R+lr2d5JE_mY zk$S++9REJYEWiX;?jr`4^5^NUfgv%&lG}$Ivkc4nS28RCh|2lIp1jq4F;g#LPi)dZ z3QBnr=2QryYKUMJxjd*HIoj^H#5f^ho~_ABr7-9Ys?>chnXEY0-3wLhPsp|A_9Gvq(Lzd-3DBflqEhno%X0fM*_^ zb_F}F?$1os=W+TZ%@X?g~<*=pH-WB4d`zSjLpM*LiBIV+`#<6s_P2nsnMqBzWp#gGPGfqu$B zDAg!=ZIrdg1^u_*m0qvN4#Xg6T;{3QEG?7I8BwxCfd3WETA zz;Q{)(MXjwYOy|0aH@p*jR007XeTN06e~ zwiQA%A$+@tAeGR4kj@%|8R(vkm8+ddNzz=CB-i%gh!%_X#r8d2$N%L2r>9P4-Z=B6 z)7MT-pZtZVzjxx7pXwZ6I`-kwUp?}FANlm*xBgNv06J&8=QDL&!fzWh&Osv7C-g4` zh>HNO!^S93i-FQAWj{2|;MRjjg97cNjb*j-&O-)}+!De}QgxC@4F;{y6D{?(+MqVe zjrC~=FNnsb!5H&Ug6Kse9tSsf|8Tj_n0R+$#hPp zd28>XDvC(>as$ZT%iT9K^_MWj&uJ?b7C;-&c*w;ymy?TfEqpDk7?ctp%%MzPxp0{T zt!W_=t&gA5lV)HjGbz~P3H-MK0Q9w~`YiY4t5z`~FHLpxod^NP^sq)`HaMH#)ke2Eevys@6bvn`=%dP|7LOcY!kz&r_Qdqc3h zFByV>%h3Myo-|)=H@AMG`&G)Sss6uVawRkghzdTr$UxN@i(U{4(S9zXNkm?X2*56f z?hRqID)S&{32ktZ#Za;I`1gCB27S1*=w|GvEM$Gv2Sae_#M#QM-CNuAOiEgD>zo((`MU$pnKkF`1n zuqy_arZ*zeY%(HPKgs)2%j4*eh`d2x24cDUIyzbf=%j}FMCA-!#qlXvNbMIqt%ltx`-lDp=Zg1hsY={kij=P*9wD*iZ6w}5%^79q zzSXTw)oZwxub3NMSZ_3$;V?uZHd>~Wc8#7_DEHQgXPmHv{p&Gfe>?=fgbJH}ZSqRX z)geYg=W4gA-G7T@MKlSB%M=I}B>ax>{OOzmB1)FfCplPxTbs)IBh{-ovLa|9&EXEj z$c=Ibno%) zVBc&%E(4q~oIWcaa`@u-gG-;n~)54&6(s zsHYi3B~pIV{6pQ&P)a8H?2|aSCW(BoIPC;JqnMpsl#Hxj{ZXu!NhRZ_Xr>bh9jCba zY3N+;7J1>gl*W1y2i9O7S92@@u{~-bIRA3EsW5?%SEd70P2>ht<)Jt%AQ?JUbItR~ zjF26fAYcB(US?EC;L#yNwe{t0L3=1yKhW+N1)PMh63QyRJMcsf{yrR^sOA(Iyf=Y`-w>lbQn@&$MS#ZXDHfdS+zZocfe1)SF4dY{9C#%HP- z2t&}P#si^JNH5hA@05N%1qjnIGLo*9(?AB$ zTO*CRDhvW!-?*WAc=Txjikm&Bs*@&_{OQ`L1gyH9t+%-M zWnJb3hKS2 z_m@vbo`oT8o1`iF6Nc%Hw)bJ0$djAk1t#eVwxQ;SD2EmZM(=puB$Ofh&4gjG(OtmG zdF0wmoXygBhUNsaQ}OGwD4jM0<6q4Z z6mAIgnyS_n-aRYLx5Uak%qmf*1Mv(-AJIzU@}$v-^Z~uly@o1m&x!K_obxhTgjCCj zP6wsIwU7*3IdC1X=u!e-%p31jQW+jyc&MXToSehS&+JWj95oyGo5?jkiQ^y&9A=ikFxRWs9{(bqIQ>AFk>H!VTaX$2 z%wTgJ3h+kfSoiB(&zVdUu7TXpA>GB|BD6k&3*n?v-a-;J z_3ZpwqfHJct6F)gyYGGv<(IZQeCixv%*y6NrN9`LaNd_FNG7P( zk5tf7X=r!MP_4Xmse2jT*{hqGt>>)@KrMtc1qM+F$sDssm{CMNh5n{7n}vXHmtf`qft4bu;KWQS zJY<59c%nrZWmTa)C04b^#~pBRHoNovE_kU#5qn4~3~vq(C!*kxOBM2}Llt77MB!Aa ze6ff466nKi)Cq7{>e+?)g?28h73EQ6ZPTvi^{f;kDp&m`lEZ7luDm~7zUpxh zb1#Q38Bw~Qo6sIJIk(c1=Aw!~#2Xha$-UjbaY@_>tX^9`UU8z#YdED&iswjzklk#Ir;lf|DPxR^;7@q_@5vD*<;s_{>>xx!#587 z(m_SvyZj#Lo*_jvB+*TXRHKrJX2~8({M@!hpH6pGFE1Hqks->{R|^r|1cSAPg8p@Y zrWeLTrsGz6l%>Fp856N?9qG~p1$s#5s+kJsfog0Bo{U*)!O*>;KNfvcYmQI;#^)3j zQd6PJHKP6grc&8?TrMk||1rXM6YQas9iZKHG8n7=mBK}7hMM|t>f~)zyYxi)Hmk5? zj7CsGiH6RLxtb&G7Lbx6ty9V8N)G8OS{Arr?A}7sTagSEVNEdN9!Fau2hkr|Z(uuf zNS^m<(#M~xgIE7rt1n z>ml}vXQ6ywY%V=WM9YV2LR<{&4n^+BsFEQ=t=RREOGkClqEllRW1^dKf?Z;4D6^f9o4W=Sugku0Sxpb0wsDxJEzOI5(*iN+I~Srs@T5x33r?W(^fq z3S2p%IIvvn6jfC#Xf81ikAFZfi35_#kI%mxLrt1sudx+&VO`QS!hU1;6m6a9zNZTt z-!+o6AchnR&{iXGfp-xh1iYaalSnibP%=fAsaT*)rY~}pN9);Did}T6 z5r%PsKxSN=Kf&BhWs@nX(QSKlkfMf^>mQO}bZ*7`OuCb7=VABfX_1RnnKyL^_^4$B z3@KwQ!Y3#?0N?aq04zYhm}1=;wW>WtOJ2NEBo*NV6{nbZZvsC5L0Oyx)snX^gOOTh z9hlg_qpgsw(!duvxZljwuLAH`^9OvRN~=5JJIBc}n!pi*?NlZX~} z4G?m)u}tBG5|f!X5#Ry5`%wmIiJ@6keANy@oH#f~n8MEYx<7|HKUeF#LFo#p_PP8} zj@EO)JT=JE^q@y-l_q>H8sR}$EGkVteOD`Tp1}XQ(dO;eV}Q#Cagi#@P--ZK9iy67 z+g@v2DsIg{&1$^qupJGQcg%vd z9jxep49S5&NlWzuJk zie>ag5sydBr{us8(4=%RKdG6}O61^30uyXg)DDwzq)#CIMeH~@sSd1Eip%>sZ0~jJ zn!oD4pdCRvK;~&bfgp5<#0=F}646N`hI|DGG6==TxZrJ|SZyL`xr6Q84`4G+Fx`;H z+hoYVeT!oR*)H{c!1mh|<8TZOM~_ww#js4z-M9>Gl@_9uL~xhT6@UU>x8mVciLSQ* z5{YXu$>x0GTmh#n;c}%nCby>y!qzrO{QsFl?xC|YQx~cK|BciC)2Tl__2S9Zr~m4S z|Neyg)WhSycI>}8`bS4!JaYH&y+eP_2RrAx4|Tf4I1=SDnur0#+7vKCct`)9@PyiQ zq_+@Xsz8Ep^4D99HVigw+ftAEWtL;S^E(a}8hth^$r5-0;`73|nOT*we9(Q6sgqlH zn|!6D7-AZn3(Y-Oh(!{&gh~&R0-(2kP|gRmi>Q|Jbf#>z@3q$Y)Pb7ji%O!wegf!p zW_c5oi2x>QTd4&K5${ilAJUmI`Gh!@d>WWL01^qd0yz+BL0L)gQ2GSWM%L9=_XF=f zMNdj1OWAA{7%MPw{OXNk3r%n`)SWG3NXv9-(;yW+5(7F;@}WMzbFRCo>qgC#3q@{a zq=Wbw>54@uEFc=khNchYB5Ms!=PPeTP1zcNiB8IsXM(|Xk{fCFX?(T2k*UAIaW_>z z=$BJS3E78wSE7k3R8FrN!27DzTnb9Lxob7Hdyf*J+Cy{if2=wTl;8E{k$yU=$8G8# z8NWfLf?_$&qofG7CaP3mW`t_}e?aq=+dl>*$rpc3ZGb$|0t7ZdpPH~X2xyy# za2FzMILVk+(&UKXk|y^lYcJIz-!1LZJcmQT&1{GwAK#KTn?3ER-8$*`-R6|43@&gb z%OC1UtAPXWf)WP-&ZWPCLk>XNF4a7`h=g7|m{7e$k00A3bpKPC;AR}mnl5>$s+lI0 zxcG4V1uaRw)G2mXxJST8O$}Nc6nz35OcsBWtg&<;7BdD|UIcinz~^Jv-`BaotfEz` zcNkAnjyBeQjWWhuBndT2)oEPp-ZM3U;w|w9Ywh3|1+c#9J65bg5URod#{8@7MjFXj{Xq(p_o}95}WU$71jHh`XYwaz$b*x)al~6destn zT$oMR9T3o%H{cZ6YZNjp(rs5#(d62F*896$7a!Ra0l!XWo|D*+_LnUy&6406Zo~bFH z^xff z@KC{thHBR4E#39PI>d(wg8p%V;RL&J(12Ta44pO^1I9yM$nHMcY&Xi(-^7J6*iN+q z%HbmWNf^WKBs&BJNHiYEVpB6i|JY(-e)WEXCgDwZZh$*Iq-TQJjtk^Q8FPdh5@SAu z)JXjQ=|lg;p|kT-tC@dr=2uSt`_o@Ib@$|NKK;ulK6>hpo_gl^+sFR;(O*0A_YePF zKJ3n~OUQ!-qvveY0)m6x=t=we_f^b#^bM`n??* zPd&Jl>9maWQkkw36?8{0c2%Hn3qP8t<>-pjj$I4O{jO8CS?LuEDFFA8iQqKyauS2rqj%C&gcS7yzLT z*nKkR4|Yya9RC1yL}O5)8_^VpG>=cM18-gWHA#y(fGH60auv7BHLh>=e6);6sF1IT z1s}t=ACI6+U{Q_xix*`EAqfs9Njgosj$=^W@`$T)cIT-+gIbVU!Z2{a{tLY4Jfe88 z2f`f95a=&U`v>Y=>`ggTbvD)`+Xu8-N-q7O60*+B&hbn=hl6RZ`!acImuQ6r;gTnW z7lkGg>j1*|&U9v?N3NZObuY(`eP7;Wgm9ZpG1`0HrrtWYc8+P_!NlbfgE_d2G!qeq zFlvjCH~1&b74j~aL=`!;!7xme>a5d}fcTU6|NEL2JkA7o7?iJjcjqW6VCqwDXdeva zUgTjQZbpGL$WZ=2tvTsW=|wP-;%X2%^Xp51yWoLJraL7?J)y^+9eXg zNRuTKvWLH&28t~iJ7{m6+@YIPfWy3KQh?fKw=2d5poW#{!dU{M^ z77Mg!l1ZeOrSsLDLplO7YXN0Cf&qrS5R(S-gwpO)#?pYX9tJrmM0lrllpf#ZTyj7w%YE(aRePrMy< z`iTUj;lz^kzA7`U)ZCoJ&MFkIAC1!^5;A(x1_z$8)Tc%h(Cw-#VoV&q4J z%!}O*b$1k7Vu)jhUM1zr5iO$8)~8c4t@Na#fXEp)uj~(r9V;;owTHQmY({y!g&X%m zN6m_SMq=Q^lq;$ZX*{VSAheQ5zEkNwVp^Of!v>&NLYV>qKUX2y$@`&>5a>-JHjx@F zldN(4n*aVZK#VuKu*RpI?sU}k@F)B_q z(OL9bRs-MYcdM_nZYz?*>yO@2;k*QHQTPoK|Fj5Ag#Pxrw`n??Yulmezsc>b(m&L& z;iITwNfw+y7JP_bOcO6}wN0|EslJR11}(JnsJqB7;>4NO;X)~nAz>Z_C8u0;{n=TddG-Lzv$d9F z!+IM(dxO=z--sRz@hN}t12+Y(nTe&;NM<`cN_JLqZ$7~#MB(kNdvXaZ=l;eU2FchPO8#m_Ox?QiG%Tn^8 zZul&EIou5q>{cmvNPFnwOR(v(*F8lNv?M7}3L?d+K7L6g!&k-AZ?H4w!@)M~E8Y^;aKk$X#HD`z9Pe~m z@45DLY9CL_L#G!vn{cc1bflh!N4UAsH;Msuz*e;0xw%7|sT%NK&cqPad`L$Onj;Xv z!zILT;&yc?7DHM;3Q!FULU-FI&8Da{CDdKEFdke+%L2%KHKGS|yqUZ;L@S;Y6T1FPyd za#f}_vdm=v*4{#aO8&(JB^0g8KaCSJ%*DU8^NjBNoyqB|59XwU=Sw_X#)E;9PI40} zKk+^4owW0DQNO94b7TkGJxfai<;pB*71wr?_jkai+3r9d#eJm2V%yD}*`h|x4{K{d(W?N|Ksi4 zlWuFh4=DrvzrIVrTrkYb;59lfIe%5hz>Y3K8HVm(L_rWAFB#qm>&$HYFN5> z^U|!6*-=G9mN2I;1=*lBQzV$^YTQ_&^u#2?SbI!dfDS<`8#YjfAvM}klauc>8`&E- z=dWk4UcYhY+Wdt}^SiD5h>RFL@c4OYYrC4er|feGwIE(w;^wyHP01Z9XOn?i=9B_T zQv+o$qM;=}yEU_O8u$BiEYMfX0!7r06G=g^lr{@kR-`y+hKqnOUU*QB>8s?8TAy@3KeWuwx*un$>jIY&kHH{B&MQ%1!$GJInR?4a}TL)lS&WEt>`p%UWQxBq$@U=9);8lBGXA%TBx$1%WMs)$AZTj1|ax_ za+#S*>Q7#~B9Um$-vzadpTu1CBorQ@CZc0P{Ti|QwbH;WXUrSEv-6UkY{47`-;Ig{ z%ms4iBB>3UpMyAnm_{KV#N-9@;I@}3Xl^OxwigZ4MRm)#)>v8=;gXO2#Y(GG^?dYr z#kEjD1;G9ChP)Fq)lO^YMZ`67na-8>^f|9^zEQ7|9FnN768CX9q_tH9dA6kV3QI}? z62IBBL+r_2N(Yan?85BrYqRJ7;2$zeby^jwhoATu=hXg)Y90f)Z#q%6lSgq3<%?ji zRLi4my}V zDGA z4h^F^&w827hJNK$r$Q2l+#wtaTudl;bh>}5-nvx`H?upfXW9Q3M@-{O~bJG+M#GtVUZP3e7Glh;1L>Q4ZfwEPFy@#CEP~Zu8^f$x=LxrKrh{l1{JeAhS%h9u7 z5TCf-TE!qp9hGspCrH7Kt6I^&(rl`8t7~Kw&w0VQ#_IHHD{xD90g^^Qg)@en)!uq( zCyUp78dU8Ab0I8EW(Aoxj%6Zr~{1%Mx4IxEba-ZlKk#`jJsj&}`oYazSeTv8E?il-F`d0}@xnqj5h`E- zdrcT8I6~u+ym0)6gO@Z2));@E_@d(b(7oCSqNB^a{!I01K(hXYmQqo~G_? zmmWbX14ij;A^ojgYW99^=clKninQ|;V>3u*0Z-FL)31m)11hhALipf4G;bv6$b*?A zy#d4?^sb?gf4a1U;&9*7ezUop*xl6;qGg@+ozJn6&%T%GoHpzPfJ-{XA{SJS5w0R9 zOO=pEl@N{P(Tb6h#GpKX{n9P>oCBUYX!_I8w9GyI?*)%s8E>BmW9U``T;fH~u8Sl2 zSb5Ec;l0acETyI?Clh^%o_MLGFzwS-{D1h^p|fYEoXo{D-#-1_Q!6K%PygV=KYi+d zJN_rf{^HovNB;N2|C|r}|M*Ym%FgSkmqXe8lJPNNg%TGbGEyURgFYR_ZEOLgl7c9v zU1=p>G79ataR_xsOKHvZ*fr}Dan|;>Rpq-#IhT{Fb)iqvQmHe;Y|J5rIaPLi@Gmsj zkfxwfMUEEKR1O4r8fgdc+48lU8gAphM%hzDm<1%9{{YgEICj~WZ(f*xr9Tr7bHkJk zNY-RAY3nU!>m8VG9)Qz$Lwz6%(1a!wrUssi?7+8P+^KS=4`Z^L*3H3%g9uxJ=0+6> zOkXbV3YQbHLqW30F&e(}>+3}Q7(-!x@Ly>ztU`(O36oI5xOV zWgf}!1nW`66g@oRD)D=gKu6BM9$ik2j*k-;m#QNb{MUDA?9@5i#W@9++LaTw#Qs=dko$He8kqYaGdzy1Seu_@7@V!J1XNE?a<2U3SfdQD)Go{Q1OcDTUpAF z11c-MBD1ad2y=S$WhUn}3?_gk%#kyvphM+ap9ntKYnxkWAvcUAG}y=H$s!$8+#NOO ztn3s)IU|4~lfR1tF7KGGl2BX)<%E*tRnZ^<5H6SVFc4949(;Q@m0obP*-YQuY}nha zX8T?$M-@znm`pU~!85#O2hn$%18tRBNG?erL&HWGVb9U0;-B{0BU)@rGucVIFtxnoXy)CIch1)B_u$igmud zU0 zk~Aiji8!)@j9mzN8`kI;gOVLtbXu?ICg>1kl@=p!d`>jS22SSQF~vbG2Y9U=P!49T z3`qEGL#4H{JeAakcL}II+?nS3nP&H!&>8M*1!y1jEOAUoU1F!oB%ez~F5ya%wt-=> zSG%Y@vJo+I_D4VXTd7ET&Tz@}U9G68HX}8`CA{CWfs5)6htZdI&H)fIc_UzgLJ7=@ zm_)5)E6CV#?W(@G((DR;IGGB!rwxU<7DmN}Xxtc8hVh4dTn+WOL(W9LWb?#wb7|FA z4&wTf;?V7my-CJr&SVaDad`BX*1Z(fXlbLzgdEi^Hr)9-Eo8__pEV@_B=*Q>q97h3 z9Yvrn+MqP^%LT<6JJvuNsRH)G%^fT$z9HFo!Oj~b3{$x1c#}WA3U>lqIVcmNQbnAk zSca2RTs3V>%jH@{eX~8&_nFQMJC`%{rA+35E#$0JD$-Mq_l&S1hVnm4*&y0O?Tzd;al^1H-w`do;ja%0iUILKH`G77qJLCvP-!d!x}(L#>?aTx zlWsHg#sbg3gb~C^s~Mk!)`~TU>XRJ8wQNftvIGN1F1zfZHeQQ8gen)ghsk_{TK6IK z6XU%H<(swbIEWKdhf3EkiL+b-o-GCw9*3GXJ-2>_eRt<@{_;1hR0MrKlA}uN;a>RmXSG zy{uLTuLXH&BeH~Jx8yU(4p!K^c>b;?P}x2ZMvzFci+?o*YoJi z5wM5RtHew}wFaJp8iIzU1F?sq`Y60iO}*@8jXA%bjn`XEZW~2-6f8c~Y>id8(YOcS zaYN1dpa_^!)z1hRq|nG=%(t4nUNr!L+acpf#|V{uBj78UkM9!pe`n{-v-PV&SiNGr zfubM6*`eCL=+IJ*jFU)*NqL)#_60q1ymH=6>@-v^6htX$zXH6D$GW7R$)rDVN~$%; zLh({V0tiVBiP;p&_A~7nG>OzmQT6&7?;jj`(L~GW3s5Hv`b^h!qGg(WLTQK4ge5@x zwHz`1co!TRAo?Bh3(7HU(fe#=MdM^F#U~0%H$bZOFmmZ(2tqxA*VdWad4slk?~+P4 z2sP9jhkh*ioP+QuH#O=WK3X3f2E=z*1*aUl^AFe1rjkRD3aFXvc~Xz7X(wL=EMsZM z>I3IECDT5?pdG3ItoADRBKx?0>^T)WcdqYz6|!kP(|Pk*eUechCf*B-7l^@e88*TMm#i-@E2?K~mrUc$wLszS+m`L90yb8rxfV1N-`b+DDCmfQCL^B z|IqP2`v2#qem?WdXZ{8Hf1f$|FP`q6_~WPk!|^{m{?kYQ^vJ(G{AY(xq5QA^bm}{F z61pRFpPYW>XhMmq0qJp7jtNu=*`7*oYWZ-(M5)g82SE~cGI+gskqW-QsHnay)EKB_ ze@2`35oLNM_N-F8^GzW#p)Y>aXuXIQ6s;e~n<6;Jnf(9Qd;b_o&NR=ff4YBW z^~`u?XJ&og$=O+t?Hz|JBO)Usvuixw>gsZL+b(yztE+oF9*-w}R;9bLvRql!?HZ5Q z%F;>80y^n*!2JRLAR!%dC(yy6O^S*CH zM%Isx?C!GXV9&c_cUNUqybx4fLJ(`BJIwwJ0X zyCoZ{$xCm9a)%0X1qV(^#!XyJ+OICURsf6#t^9BF?m0m5^fj|>C;JE7Fdw_?~ zEGgdf+xitIxSG>2)3h4C62T?cp;Miz1oug&h?{y*i%uZ=cM=IC?kGC~F*H?4Z|QqG ztVpYq55dxI1o;qPYQT9M|8@_P%iYYa-+q91&^t`tE9T^BV#ng6^-D^dQUMJSn`5!V ztVK#&XvsE;o_m5$l1ybbLun!t!nt;>^eL29b{_+WfXSnVQdDSdx8-Tn_Q(5nUU=|B zX8F6aeiyR!%L+y0jT*n8xDAs0CZ#cS1D z5}!>Vd_B<$DZ4i*PGt9XZ?)Gxh)=$A^1*H9z%w!jOd$^XD||f;Yu~|HvQFDC_LBHC zA{AhRgha^6)p)^K-Ald5o4idz@SN;3J(>a!D@>KY<0swa;XmhMUhKQsp!eAhmLFhK zB<9A?UDs>D$7&vxxf&>m&_A$ag7kvC8l|@cP}#%S#=lIkMZ$$#Lw3WHyy3%u`Q!Y` z#q~}jlY`~o$cJ0~X;*InbNQC3+gSQmNv!Ii=fV*XjiSiIQM4vL&NYH@0Oy7uMwjt6 zi1ZPiSJ=znUs;iDf_*O57nZOk+v0k{#`CkkW%?pJ7alBP^vD{$W2%TQ&L*~!TnPh$ zG^%i%W%Pl1=&;ad0GQcIR8Np>TI^|Sy>;5_t2b5>1Tm7eK&j3Nn@_c%(neE$N>8+U zC%9`N=nCsoYlFzJto3YIN=jsGSe8##z(%WYVD!nIS03DCd4IiE**R%Wxv=H?H9F&< zs6%?GHvn_P8m6Ua!Xp+Lwvbh6&C-8Ezldzn3p8QV<4x1TY>0*t(7OPAVn|NP3n67& zt#2A%wQewu;2_-W|s_K@VY^2;-Hd0Gjr<;+gXrInwJyJTf zvXL^Ins)J%Gx?{GZg?9pBiSA^5mZN%6)E3h-9~!OHUQ*?>1R4&-bc%;36cw80+lnAkf{H)F!zw!wI!P@*?L==117?V&_2~` zf7}l?gv~i#IlCs^efWn}dDTl&6HSvl=7z;NCv|Kq}sd@o(RgH_|ZhQ-OkaVm+k+Q^S zMyVIDzW~_78i&BAEbZ2~3%o*Pv6ZFCnV;iZ58j+wda;XIgeet8A;ZQi*J{KOpf#N@ zv}3{$h@mk#0mVGm4Q}fGvg+-2kG+6NRS>BgpI^IfWQF_}H9sE?*d8BY>!0A9EW`%ci0H0 ztKC3;VRC9?X*B)tlcV{5x2UjPXpQNb!H7zm;aNVsLHo4_*zQm}&fzfE=e(?ef1y7i zIki{=+Hh~d7oe^pve2q$eUwIVC=wn=cLHJRQUsywu8D(p`v~Q#NB!i%%GA=^@KLTA zEEjjZ1|54S;WU}+6pur&5t`g0ls)O7py}237ufdIxz8<#oe4r3s&{0}RpLgnMtATk z@gOOr8`*hNWG^`7PE8w_p`+0fj+z3xyo3F62c0RcO3|(1;3;!Af~@DVfD{ zL1pKeZ|c3EiPQp~8K~e|WOUkZZ2jzKtJspv z>abY!CEM%7R>E(YT_VxnuuQ|a4_L^1nt=k z(Qazsi!6mQXp=Fl8qAO}&23WhZtOwLZvwz|Gup05v7o2)Gd0(kdb6Fli(X0jQz)#O zF?9lg_qw^-jBre{-@X?|4Iac)@V+;ar9j%30wyk;`15ckq{5b=T@D;20~=s^GR#?Cz+{`;j+p zw8Q#`1DYQt+}8N)Jq%Te-uN{N<++`y2jSGxHd}hnZ0R(pus|HB_jp)k_}yez zHv4>hgz)+Ja?%%jzU9K9l)eA#gMb}uT3DCHk(hp9q}SmK)shR9KY3kW<5b|ehc^o2c7>+m?4n|iGI z3|ER^NJJyhkg%JxwPlro9;(eh>f$ z>040gvh3Q#x$MI?U(?W0-Uo}>DW``H4rV)S?rD1xI`m=T0&a$c>upWyMI30^=z2T$ zgZH`hFB7f>$e(mjBp^9wgVypx8|^)&1f;@T z$s!e1Fj#dG7jl211>JOs-|I=auUEe^2!Pj#j>P{^fH&Is50%{Lbm$A^-pDC;y`p|L2Kkk3WCx^3k6h z=^Yvb&|iLly~iw%dD`eKq&}$x&O{dOOTg1~{)vw_!a6Olh8?u$CoXR4Iu`ATP%4U_ z^0z$pDS3irMZ*bl=`0jRp?lZmC39{XMsD`0EMV@34?cz;BQxq99WRGr3keD`DX7zA z8VM?uVT8CuBZd9%F}c`;MrQ|$hNKv^@JHA_%5L`I)1~=-hlic*okT7oRi5n%2h~a6 zfABNY)|iP3;^k9gOq=m5C*fDt>}(9;nBxSo zcayYUb$D?;&aus`CLaM@n0Z`!pQRYb1oyaMMv$rgFoHs|*TQW!`^3yz7d6cLz{W77 z^&{!Q_4x>8d8Y5PW~HKd6x1X{s?n>8aH43;yEvZ0(?!J^^T~P;YVPqoB_zs4Z~)5d zXVtPTZh|`vm29;TKFn2FmoNtle=meU{Wl-n*OmQDGnTFsTy&uPqm(FH5V{}YvdKGj zJd~{Q81rmZ(a+_r@<8t4o6lj*Rw?LHP$^n$ ze^ll8?TGO9A-uEFeRSEb_u3fB$R&YMHzm?$DSc>Yg;WOU^c5$?l$JGWikt)q%mWP4 zT4JEXA(23v+uh@e_;6Yi+rt)s_> z(6dEp%!HXM31t@bzRmC~h;@jFD4{3U4TSIIRy{u7WTW+TPGD= zU1_V-{Bae+x1cub9o*^) zo9ckcubXVgK3-2~NMa9GN2eB>r-a51=otwW19|}cJQPx%V22kklH=hSONhEu$?{lD7($%D12CB(G)FIs9@ zRvIzg7=DU;a!i9l9Zf?3Z@6ML+K&^IwlIgR(T9PSDJN@&kbS|iLSn9;BVcBVLZEVY ze-AQX2Pl^%_qIvuK}0cO!BZPYYMG*tLIYHFF|Wg}gk~%h8X7m-NZ<&{aTCH)#%dEWR1*Z zW~{;pkiYN0qILfNdq*xjH}$>Bx$|E+cjfG*Gn=PBKJ~9Z^?Og9Jo(ItmE(W$*uQl2 zKREJxhnD|;?!TzNGQiVAT9{|DHrR$s;~fA4MudcibfQR$Leom`jS06vr%1Qw zwl)<7NLTEI+ngZyG>KB#VFmgS>;#q4<4|*2^OSKKlyPv**flSwF86N^um@?&tThmS z6V=sJEH#^=9#hAf21y}=-ysZn2#32^5T(SGquEL+W(4u?2k@6i5~ZMA*(?TN%`MfX z3+I!;Ib_e#3|KU+7`SJ~5RzMLyTA%{PJfu!Fo%-ZqxX#J8T>SZD5#E-%mZ28zq%$27Uh6dg1cEiAQ@`Ia@(Afn*&IZ`D+j*X zT)3YOPV)|AX&GNfA1N3+p)P{C2*Idr0}@Dx4hb)0z=+Aw33k6*)hy3+wR>Nkk;1sC zDsBzhn&lJki5C+HUfu_Q1TLt7sFKNW4mbq*ZwyYcValBv#-Sa;gik}_Y_Wi@(}an# z3e*o+h;|@}8Rh=h==K#}gT%bj%%tx127C*8o^+*tzZaG-!tEzM`zU0Mta*!3>W#ru zB-^Z;e#>khE|TbA1XSDE{b<~fO);Uf8h!_M*9oy)8ghW6S*rEq2w6MahR_i-;L{U5 zt?H$%yDQy$o4w>-Rk~SLUq*~$fxPnB4t2hmgsQ6&cSpID2_5_TE}HB z!4Dn>m&Go8NikiljvjmI1f1v~D_cy_ik-Ke(R9|`%v-gDXT6P4TCcw~IANNx%pQjh ztFVd)rZKlB;F6p-l}1=h4bqgh1o+8{Pj?F%@}@jGHRl$$l-j$Z?IuD7vA&pQEXAY) zA=g7u`+83g#iB+)hqer*4a30m)uB!Y^y+GNyVrkxaGXd}s;&kLO6n~UlSaLwDVuwP z5*jTy5qgcdS+L-|#E(o?*z2f!z9|&X>KlY7)Ep+kSP$i`(mj=T)?|#*ouh+eQ%iT* z*{>V%0w4ROT1YwweN3PWkE&U{Nkdt!hEqEUeaj1PtaLZKRPGf#evRfbL~R3D^7HqC zRjoRV=rE1BYT4PsE-2Yd%9@5Iz;Mxx$_~qaZ7? zwr!T>5uhjzgG}9?tTv2M4#klaxKefJhb&X-BrTLFVh8;N3z&4Yf<4~h1U3sesbp{{|hu*k} z8Bee~)mUK5!pkwsk=Y_kXU9Za*94CSusY9rgck;sBtt3o(!qYT_kOv5=fNjh!Yqr% zQHO6JI8;ZFMO@S1>w(TvUIF$=fvS^M%Zqk%Mc&$?nT(z)g?5p0$;BrNl*&_)vQ^K< zofBf#^f;__LER+(|H_fMBNt9q{-4UT=P#f8^z8PTf8+Fjed>=-{h6oylh;rDh2#Iq zvH#-e-#J?0L;L^Je{Fz4$}6(>nFFAKYeFE(oi(wis=G*;q9x5EVpAll_eoGaRrNI$ z{6|9UF;Bf8tnlOxMy|`A2Ej?5ZK^`A8At!>;MXt$xKsJmY~tip4!zMZpgpA7ln_`G zg>Z=P34XoE^WxM=YPCV*-u9Z1fmQBlIIe{)ktu!^?{mz(ih$|4>{;1xy<9Jdk&hn9M}uwCuZ9tO~hg>F^ECsmW` z2-dF_;sesQtJr+Q*MoQ2gE2{09{-^j^mQuM@&Yr>#}JL5TF7SF!r0 ze;7glv~EQ#7%L(qoMruZ@J-ZFw%H2}PXsDyNLnMULzvdp1%GS?^xtCPR*P`*i;;CE z+ss%CY=zNkmo$P}yn0_8mF-?{YZAn2g6`U~*F|YH5AY?uIY>gF9}K=>z;YuY!kR)Y zu@05EE`rC7s7OQ+*{K8i*zlTu%L8JCJOv|!ds;{Wxk;77O>7EO8YPz99>_?(@tg2y zR~d-dCm&e<-NDzVmfjaw#85KYk1-x_tJ~2S@J{7$@*x#d1-v8m?S4i9>4gI>_UTBziF#{#_h7?b{%fIMl z!~vt$pmAJGQN8GjgfMEals{0O+ceQ_^`b!;)pu_QMXw!|8=_1U+?BuA5!$fKxO%|i zU(<32$Bji7Jz3ael7L|$00NXkRSg5_L~Yr$vLUnUdI7DcS_!jo_?5q^j`Oss*Z#XN8R>9vJA?Sco{~qmYYGrpny} zV5F%+>*s%i#V+*RE@0=_;Avso%Jeg@s9}4aBh5o8&9s^k1Mq`T7sjUWV}bzA5@+t% z=>}*g5+Ee4C3ySWmkt>n;TffzK1L4uSg0J&pv1oG#!MiNkiu97zxX?Rll;$+i4q7T&-MfP?aRA7Tnb*Ts;iZrqExNur0K}>TyG+tvRQsq$1p)HU#iLCP zPxbqaD?ogaa8G`q?|yGPCkGd%mXJ~9Nl^5x|rKT2}T zF}`~R77q1%Zz)}7erA4-)S#!|CDxwJ# zEEWWoVOtCdq0AJJK3qU~maN0H0T2C=o$jWiam z#*#JkA)nK1HurS$>H2@?$c5jW^5Ort&jn|HeCBsg|4s7$BTs$vG+$+K0f;W zBc1(||3~^Nb*370D4MUnWt{e6fmvmeWM8gDNfUQ`EL;KSQ;*!L8!0dq6XpPAJvkMk1l4{k34k|A)HFEE3=B4hrcO zki>r7XA6Uu!4ql2_RVZSX%6;OEdpN`KZg`2vVf4&icwqiy$G?QR=gWkyCyR4s*C`S zObP}Lo6k)m&)rDNqtAieT~zJ-Qo0U+Gm+~QF?F3FOtA??0U#xM z=7x|6X~LkQ3fZusF*5r-S535%JWHZI;3(Olv9dwev> zRB|%85Rh@BYG}390J2I?e`A36OCmM=teXXC`4C4NdISXkZbBLhTBLum?GTkVYzMRY zhjp{4>JF@h>*(i-Y;^g#QN}ti3${D3#51}SD|wRcmfqldoRYlNH_ThbA&|ZukrRq( zQmQwQyrBzNd^%X(pn|kUBzxa#du`M#soynsdpIw45`Ba{FF6~J>~LBOhEkQ+%3pRg z_)X0~nR!Oga`8>hxt_ZmUiQk;lD7T#t#>)0yT%8=OBMPp8 zuMA#5%m|mntoav0BQ^<6!=i&pNLG-O5tyPD?Yo$9wFv%#ntG}9;3bh^drXbL@iC7=UaHZ4Lv(qu-LGJR)u z!hVE73CC|h8iJTY;$Yut`x#q2a|8OqW+Y_sj212)>rI)Zg|9*I`0muwtFpNoYITa~ zfvDeGHJ|%HcN(NVq$wHpc;X8y9yq4hYo&0t!@I4r_XEcy&n)(TKQIHHyRbBeY*2sJ z=!_z3fj$rc5zQ@hbtL=?h6fc1;%O8V&|6OJOV<{vv$ef`+I*dt^`rLk7NLFh$|}O1 z#fi4}G(0T9fw0}7ewD{IDy5cU&5_PEPGy3yXqpcF_aL*UpeEK^H^r- zhV8B$psw@iq0c6%l!~g!f0I^_*Q^ulcq72evVci`vO1|II$Cyc_$@;5#54 z?^f<+G;^2gAo55|Z{h#JpcC(SPSHqw<61Vo5RKU_`VqSwd=~(C(9TZC8{xgkzM3}% zFc)4Aw&=C5YG+b-A_>kFVvwLqDhk*K*B8r*m$yD>znt`@lQmilv<1@3>nrOD*>}WD zR$nc1p6%^?b@1z$bfE$At^ui_`G>Io5{vdN!MPPJ0&g9p*LZcvjiPj4@Isb@AwLJ@ z$e166!uoacuxNwjjv(Qdx{y8ko9wko`*kWjb{xuyksS@}rTXRSu~5XX(YluXTrql| zL8nKC+wTs(J+<^Pv-%ZtY|;SBJA>t7r=lQCNe0ZShMy-k(m<5bBwgDL9Tc7g%bi%0 zg8a({PJTImQr~{O>7B$MDej$~1ib4Ja5#436612+tc?fs|065yK|rm2g!RnmZ2>7) zp@-b5^q)3#HTWNR(m+}D90`a*P&>?(Qb^{M6hq(xRMRsgYav+M5-I*IW#0g41SL{@ z)x~2a?nE-sT?#5p>q}c{${C@>QyxiJGHz3CgxSz3UR7DqaMiId>imD>$b}1)->bZG z{?DHK&e`8N^Y>2w52xo({qU)`PKGBwIsWdk_~>6avhhfn{zE>z^Xy=j=Lo2__?`|d z>E?4A$S$KHDF*fQKmjECc0ZwBbjdABc)Dv@cal#Kbd|%P6NFvV zZ+9#2N+?YmHIU1AA2miG$kXrh1JZQ8=hJY%f2$(;2wQXd`J^-)+4TEaj#NI;S3;CJ zrH%-JHSqz5;o6MTY;JW`yLq=q)pCNz@ni*zmM8{zcmQ?Q^#%9HhEd0U6$dMBXj$J7 zMeGzWIW~s~x7RuhLH>kY2zv8%a>fQN=03$wXyZ`GVyHs8mL%DjO5LLDg}y^J@caZlu2U&Vs)0I)>_a{9$~Ez z@92m2VNKRzRq`+xMc3#Hsjor#V~a;lZ=-z9PlUVft0Y5xocgpqY&QwDZ(phP|DNLe@;^lP$v%WuklH z=`1}2sHKLMliF@bfjO$zA{8G=zo!m}^1ws7>T*xQZ7j?>6WnbnM__`jUB&J)ATzhK zNJ#c~bE|pq3$MW`#7fzd=(h(K@v8l}vX$tyUxN|o(3?dKj6OoRq;T6~7gdG`0!Z3I zXvnD(x++abR=7mIl1#JR$=jZ^Ry)zWet2dl`#F8U2dv$8K155xWj)0Hw+5}s()*Q4 zSC>zoMsopPBvTy1J}FL04`mBqd&_2Pr|AcGl2+@^ida2m#Fy&ruIjtH)dG+2aZ{EG?Amsek2X8|I%6_YLPyJTm zQgsK-siiK4Ti-INsDs`I3z&jAi6>D9nmkH$2%`tK8HaLS!`-K$D)&?@D&gfbm{4`D zD-AI0-+6|z{RGX*2j`YDKM(#c-|W9I@GDC%zE}Cw;Fe7%z*A75tf)p)55mO&3eW~z z$AvhC_@rysE+quRI?K{s1%8w`9%hSL8`B6Kwr0%10P_l|$y$TmBzg;3Rf(dnAa#xj4HHHAj?=^{z_i}CLy@7`W@+(j&cc#B-R&%r2 zfNVkk7gSd!4|^MWargru4ULx$E(=by*rDBnSwOsvk76|^mt;-hFZ7mX7hhBm_#27L z8}h1k3R$w=FA+lIagVNv6XsTz5J{0e@C#>Rk~FNYA}Xuz#mdPkJ-sbky{({U-A%SL zKSZti5pox>t9A5-_#7!Gp|M55Zleb#hsQ4OFX{EYL49h;wke}!c8DlxHbgZFSe+vh z1wK4HT%Q2gZ_>pTqpof*Xo_axq~yVCRJBEx9a(g}0}co&$^jnxW3u(4axcIJJbx z3cAIOhQQSbU9yz?ltmspn4<*S6L(sd<)aVVt9ti??Vy9t4Hq>1)zXsYc&1r&rudzm zuMKV>Jxv<=_JV#_h?ekwVvbEgoiY!QRZtVvvn0jH24yfr+;&5CSrWp_Qppxsg)x3( zZa=&=Z=#rVg4-QK@T7fblwGPE47AG(N%iNAG!hPC{X~Q7dJey;p9_!#L~WcNIlm?Q zMEC^VcXrBpklJv~n`z?C6H%;GP0LoV`WlGtT>D;oHAgFDmsC6i`U9%ptsaIiVCftd zS4-1Nxz}xY#~I)!)4#xM{=`7qogupMu`IM1}A1dN>K^)_W3PPl@@>|wklgM>dC=ziO&b+Zk*RC`lAdCH4gVQ zIxg%Oi_Cg6Z7rHcl88!p2 z*^2s_<>bBo`-3;8mY(M>ziyyq7wg`d@UgHsBjrhLtV)E1<9bfwK)!)ZtLe0q6cOoN zyzzz1T1CW^D_U`HUBKanzkdaFW)H5`UmUz%S-SRNWy{o~AfhxNM~RG}Y~dd4efmv+ z7;QUoYAj@0OvZHLdSV=Ks6ugN^KpFz=yb0RTyYG2cW{kdmD@7Yvl;kox0F?)I?S4S zlOldg&M0Y@fyp1bbeO3An7s3@{LPi<-Id)2J(SKg0dS%7uD?CF%CeGPX>wQj2Ubj- zf_7+u=n-i9w26e^J_u1JsOyKA!vu-Jv{+I)6?`Ow=TMllW(|SZ>I6>VTn4kWY_|pi zqWc;1PbjQUyBA|2rGQrSQLa>$?yyCg#fG{s3i06hc%cf`N2byAsqiOJN;wb!2=^}& z16Eb@X?29u=(Lv{SRmZ;S6PbkmAy>Z3*Phri%yMA#5uC2teqo+*QS=>>_?unhbX-B^}+mwrB`?cFZK-~3>sKO2_KG4K!^IGHP_fw9d0}vw2K`o``9fC@r($vuVJNWwZC`)%{|Sl3z z|M|?{K6B>uS5MWSx^nW?i9dh*uN?cYj{fIIj~@B{SpKj6Lh}*^InQzWJ#AiQ>iS42 z2?+#SMCk9Lr;R~`XfZoY`rJ~yA75*SBoWg6GfBr%=|(?6l90+3MV*!_O1$qDzd)`Z z66iA_4XdM8w~>9ckvH*hL#8brDQVJsnvD^PYEhr2@jpj0u53WeW?mJ^9R}YmpN>yl zcVBj>(-f}_<1R1IA^Eh#vxh z5(#H=28UjJn&5r)vhi4f8BZSJt34Hg%tX3Txz+K$EwR9&zifSeR{p3qKVF4GsEh?*}#OiEBm zLJrkGb4&j&X6(f2=#$@`(oa%DkXtmj16pH-pzaa^p}EUf2YAd}XFX=6mYR$Cu!Ha+ zGLM8>xUmDbF`*j`s)$|#ZJs8q5R2H+D9;gCn}hUb(t|g}Nm~9E%d*w7&2>3J+|5XD zbO-Oz9RCUOb0%Dj0}sbUAu`l`4!Kq!&8U z4{5&}xIWhZaS3$^nqI*MH&j7kU()pilQEKUz=q4mAulZ-hrBG;R-Y*%=#;yEtl7)c zvpNwX_z@3W=4ML!YF%8@a7m*S0-KpaNF7~-#)6pw0KUIOOP9TlF5IKj(&t4kfIw9U zo`*j5e>`}%vh*oaG~+({ZcX}gDGC6u(>h7gM*w7bP(8dlx`R-)F+mjVACVZtkP-%O zG$s@EQguZ6CGh+1qpZ*;K1Vv#`|&*tHnb*C|HHwLh|%CK+|}>W$20;DZS-;*0Z~mz zCof$-DRLZcE3)aJccP{a^hMDf_%pgIoJ!5-7&{#Io5oD@{NA@G3j52}BD#=J)3Z^) zH!2*@`3sd`pb((;FAd(QEL|zY0kMZn5xb4=NC+RoQkPZCHtUk%5hOU_9;>`BRBg3| zvy;<+cvp~F-TCI=huXUMj?v{n8rSh)Xw$JQrPMmSD(XM%rg9cSS;c0-G2x8LHPdQuQ8vu(_#;1QBJue5NBJa)1H|EqsxS>`s zuUIE$-W7rb!XuO(4|pV_S z2?w|uiFyFFv2XSIYlB<5weJ-ZpVSf$Rx#-gYBo#(hc;|PifUF3k#s1lII=a0H?HLF zyQs$%2wVr(QTU_Gq{FlVLi2^K0jhoZ(28?fpsh3? z+Sqq^G9-git1Nz5^8c?K`O8Nx_*1V{cFzCRbN~IhUp+g0rgi#YaeZzsNS z>`#t4H~{|Ty$HY;`IUZcfalXR2eg47YfZR7G#Wzpr#$a=5$z_ZAjzJfc$F5KOk36E(2e4LU&0z;Q#Ca@i4YiFW}>E!N40Y($pqO$IXKnmWb1V5+27Fg!HMbB{SE=66O zvRey=4`_BBMRNpz#p2NqaWr!3q_(@YFu$t=sviRMWe4Is&MA5`6}*Y89SyH&MZj@L zoR2N^*?J##kF&dE_x5027xpu14+&b6<%g83m_Q>B2I~-|_=w(=G-%f7@oLR~xYb_o zfYY1iw2L|6jg!H+kd-gdQY^D<5~C|spH?iTU8;4+4t6U`UG_%PGQ^@oiGUsiIpfqnc4r(C@&VXFD}Ps2u=T#-wRTYl9UD$+#KQiI0*kg`6RfsUng&IWKT*DsBw!Qu-&P z^bCCr8#J75DFWkv#s-O-FVQ67G4k0&5dmt#+-?m%IxPTXO3-P;xK_usBFuIf zS`_JsQ?UT2|3sXILs^MzHqG6e4Hd4Hiul-M0UMso0o^Zn5aQYk8r_t<4_-5EnIwI_ zj~@?hh#H+A3u_+b)s^#9N;l39yGjN;X8}zAt-&&u#Oy1XLu3^ASgF!Zg-ax_1;I-) zIq|E(TNU9Jgoq-gBfxJGYVm|`qkQ-i>?v7?RFv)e?0rCp2C2}~vDg2tL0VaQb;LAu zX$GYw)(1YOTaLy@TnBu*%mG`ejJG1f?B-P@5fsz33txI0xcCP3cxg{4-SEqAtn9r6 z8^Fa|8x$KXky)0jLYq&t<60|IVj+cgnnJwum9U#w10erS@zGBM46DM>b9Zx$bzwX^ z1Iht~iB`-6uW2{2cvp#>k})zByZpfC2Qf6f(M$8-z=TayLSRp_4Mt=_sOE6{4l@wY zwFd2D_x;{XppS@3DP;IBVL@=BhLTsH;l;|D~hTM=rcDHC?HnfAid>v$Zp? zo__b#ou~f!lmG6Cf9v@0*k3yOKk|Wp`j0$;eq(r&jvoSTGtX@(0hj}T8+%X`=~H6{ z#FSt$b7d=nFrEf<5sK0eJn@ZatF6RK9!{7qwL>pkp^)2Z(?Z25>I+>Qo~SH6%g9aW zjDtZyX@Hg>#OUBTAY-kictX1KX-Y>EQYlRhC+ zPt1ddXNT5CosuelB2#Cpfl1V$i<-qsCQH4>xw;MNE`gj_%u>9Q`2V|7+9w2n#V@J3 z$^@hpMI>g-nK!}hmX+Kl*mYL2!GU7xu}R@yjZCHGg^?A?uL2N7>RUp?REc~4gCPb? z=tcCi+G~haq6eB}Q5`2MQqvQ#9}WoJOxV@}I|YTaTno)V0+IF*?wf>K3#@#!|hBz%H-0h-Cm`HOmf2YXo(O##E>(F%Yes3iWEVt>cuZ3htz3nxA ztAG(IEW3$ZKP7H564aH*rkE8YWzmxLS(fHb@b&?4M*~u*%tk&SOQljw1~VY!!dmrR z>DAlABbv38Ih91n4`GEsG>Y=RW-X!j#=?ke_+>*qi~Zf_4;`s;fF~%|ZK!JhL|q$Y zFTZSa0DgM=whg%%N$(L?}Q{FGFfEy_?o7&?9>D4-!^E<%e4!$1osT5S;?(Z1}# z{7j)H5q9Gn9Tv4sWpm2F>uiW}ha+V1fcqJJU;;tx2`1{Uii-iZ zvv7Pjo+xl}BLlyGI{1V+3OUl0q5)4m3TZYcB$^i>ZD0X>&4N4;f>sgshR(QHeHIIX z-xO4}597|uW+@s7?sNeYC`?oM!6S=^&fw=2IhVGKssJkW&;_u4b0P%I>ZqgA2Ps3>C#7)zg(??4yZgSK#)z3LzuyIz^RnW3=h)(Ze5q1slmtS zC_qAc-@yM!V8y_vuH`1e`p1tJ4OreP^PC(L)fT6n*(+A-OaieBa1|bgN_{G9eqC@%!U6-{ULZ3=@ znKI~CttWwoNxqmEWSzpj@r9!jpkKCb-8ac85Pz+N2Ugqzh60fzH#m+ zXFoi%arzgh{_a!%-O0au;vXLWqvPK=cKPVlf13V3{0a0w8e%v^UrT@1v;c*U=O$5z zQiLZBwx9v*4iu?cQRMqgr^d$6GJAcIT#~yef$2@^p;TINLmx#982RCDrk^eoDTZ@CZ`8YeIO%V+>oW-+&H^oar)W@;l$bf2#h(We zns<&5zr>EzM)$)^VFX!f5l{jQDKcpqG)3`Dn(pY&t@}7U*IErVT2-ICnSe`eR_|